diff --git a/1632_RoF.mod b/1632_RoF.mod index 64d8b85c..5e2a9e71 100644 --- a/1632_RoF.mod +++ b/1632_RoF.mod @@ -1,4 +1,4 @@ -version="0.8.0" +version="0.9.0" tags={ "Alternative History" } @@ -9,12 +9,15 @@ replace_path="common/ai_strategy" replace_path="common/ai_strategy_plans" replace_path="common/ai_templates" replace_path="common/autonomous_states" +replace_path="common/bop" replace_path="common/buildings" +replace_path="common/characters" replace_path="common/country_tags" replace_path="common/countries" replace_path="common/decisions" replace_path="common/decisions/categories" replace_path="common/ideas" +replace_path="common/military_industrial_organization/organizations" replace_path="common/national_focus" replace_path="common/on_actions" replace_path="common/scripted_effects" @@ -28,11 +31,12 @@ replace_path="common/units/names_divisions" replace_path="common/units/names_ships" replace_path="events" replace_path="history/countries" +replace_path="history/general" replace_path="history/states" replace_path="history/units" replace_path="map/strategicregions" replace_path="map/supplyareas" picture="thumbnail.png" -supported_version="1.10.*" +supported_version="1.13.*" path="mod/1632_RoF" remote_file_id="1160009836" \ No newline at end of file diff --git a/1632_RoF/Readme.txt b/1632_RoF/Readme.txt index fa1a4d13..7186cd5e 100644 --- a/1632_RoF/Readme.txt +++ b/1632_RoF/Readme.txt @@ -5,7 +5,7 @@ Play an alternate history set in the middle of the Thirty Years war where a town Lead Developer: CaesarVincens Focus Tree Contributions: Principality of Lichenstein, King of Nords Other Contributions: Hampter -Testers and Feedback: DPBR8, TheCapitan157, Dylan Hultman +Testers and Feedback: DPBR8, TheCapitan157, Dylan Hultman, AngelBlue1852 Many thanks to Idhrendur and the rest of the converter project team. Their tools let me convert my earlier work for EU4 to HoI4 with minimal hassle. @@ -14,6 +14,13 @@ Discord Link: https://discord.gg/VBqgExW Currently in Alpha; expect to find bugs and oddities +Alpha 0.9.0 - Jan. 1, 2024 +Update to HoI4 1.13 +Basic MIOs included, awaiting further refinement +Update various balance changes from vanilla +A few flag fixes and many other minor fixes +Many thanks to AngelBlue1852 for testing this version + Alpha 0.8.0 - Jan. 27, 2022 Updated to HoI4 1.11 Reworked Polish states to match historical regions diff --git a/1632_RoF/common/scripted_effects/CHI_scripted_effects.txt b/1632_RoF/common/abilities/SWE_abilities.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/CHI_scripted_effects.txt rename to 1632_RoF/common/abilities/SWE_abilities.txt diff --git a/1632_RoF/common/abilities/generic_leader_abilities.txt b/1632_RoF/common/abilities/generic_leader_abilities.txt index dde43b9b..bce15466 100644 --- a/1632_RoF/common/abilities/generic_leader_abilities.txt +++ b/1632_RoF/common/abilities/generic_leader_abilities.txt @@ -183,7 +183,7 @@ ability = { } unit_modifiers = { - paratrooper_count_per_plane = 1.0 + paratrooper_weight_factor = -0.10 paradrop_organization_factor = 2.0 paratrooper_aa_defense = 0.5 } diff --git a/1632_RoF/common/aces/00_aces.txt b/1632_RoF/common/aces/00_aces.txt index f9ee7def..41c37348 100644 --- a/1632_RoF/common/aces/00_aces.txt +++ b/1632_RoF/common/aces/00_aces.txt @@ -3,7 +3,7 @@ modifiers = { ### Fighters ### fighter_good = { - type = { fighter interceptor } + type = { fighter heavy_fighter interceptor } chance = 0.9 effect = { air_attack_factor = 0.03 @@ -12,7 +12,7 @@ modifiers = { } } fighter_unique = { - type = { fighter interceptor } + type = { fighter heavy_fighter interceptor } chance = 0.4 effect = { air_attack_factor = 0.06 @@ -21,7 +21,7 @@ modifiers = { } } fighter_genius = { - type = { fighter interceptor } + type = { fighter heavy_fighter interceptor } chance = 0.05 effect = { air_attack_factor = 0.1 diff --git a/1632_RoF/common/ai_strategy/NUS.txt b/1632_RoF/common/ai_strategy/NUS.txt index 963423bf..f9e790ce 100644 --- a/1632_RoF/common/ai_strategy/NUS.txt +++ b/1632_RoF/common/ai_strategy/NUS.txt @@ -22,9 +22,7 @@ NUS_unit_production = { enable = { original_tag = NUS } - abort = { - always = no - } + abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = infantry @@ -126,7 +124,8 @@ NUS_pp_spend_amount = { enable = { original_tag = NUS } - + abort_when_not_enabled = yes + ai_strategy = { type = pp_spend_amount id = decision @@ -147,6 +146,7 @@ NUS_area_priority = { enable = { original_tag = NUS } + abort_when_not_enabled = yes ai_strategy = { type = area_priority @@ -313,6 +313,7 @@ NUS_template_design = { original_tag = NUS date > 1635.1.1 } + abort_when_not_enabled = yes ai_strategy = { type = template_prio @@ -373,6 +374,9 @@ USE_annex_germans = { enable = { is_german_tag = yes } + abort = { + always = no + } #abort_when_not_enabled = yes target_array = global.german_tags ai_strategy = { diff --git a/1632_RoF/common/ai_strategy/POL.txt b/1632_RoF/common/ai_strategy/POL.txt index 4ca09b32..f34fc69b 100644 --- a/1632_RoF/common/ai_strategy/POL.txt +++ b/1632_RoF/common/ai_strategy/POL.txt @@ -139,6 +139,7 @@ default_unit_production = { enable = { original_tag = POL } + abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = infantry diff --git a/1632_RoF/common/ai_strategy/SWE.txt b/1632_RoF/common/ai_strategy/SWE.txt index 1635a59e..3efd9cec 100644 --- a/1632_RoF/common/ai_strategy/SWE.txt +++ b/1632_RoF/common/ai_strategy/SWE.txt @@ -22,9 +22,7 @@ SWE_unit_production = { enable = { original_tag = SWE } - abort = { - always = no - } + abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = infantry @@ -126,6 +124,7 @@ SWE_area_priority = { enable = { original_tag = SWE } + abort_when_not_enabled = yes ai_strategy = { type = area_priority @@ -256,6 +255,7 @@ SWE_template_design = { original_tag = SWE date > 1635.1.1 } + abort_when_not_enabled = yes ai_strategy = { type = template_prio diff --git a/1632_RoF/common/ai_strategy/TUR.txt b/1632_RoF/common/ai_strategy/TUR.txt index bdfcc650..4303b9bc 100644 --- a/1632_RoF/common/ai_strategy/TUR.txt +++ b/1632_RoF/common/ai_strategy/TUR.txt @@ -22,6 +22,7 @@ TUR_unit_production = { enable = { original_tag = TUR } + abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = infantry @@ -152,6 +153,7 @@ TUR_pp_spend_amount = { enable = { original_tag = TUR } + abort_when_not_enabled = yes ai_strategy = { type = pp_spend_amount @@ -200,6 +202,7 @@ TUR_area_priority = { enable = { original_tag = TUR } + abort_when_not_enabled = yes ai_strategy = { type = area_priority @@ -364,6 +367,7 @@ TUR_template_design = { original_tag = TUR date > 1635.1.1 } + abort_when_not_enabled = yes ai_strategy = { type = template_prio @@ -475,6 +479,7 @@ TUR_air_force = { original_tag = TUR num_of_military_factories > 20 } + abort_when_not_enabled = yes ai_strategy = { type = air_factory_balance value = 30 diff --git a/1632_RoF/common/ai_strategy/default.txt b/1632_RoF/common/ai_strategy/default.txt index 339b90ec..80c2a504 100644 --- a/1632_RoF/common/ai_strategy/default.txt +++ b/1632_RoF/common/ai_strategy/default.txt @@ -141,6 +141,7 @@ default_unit_production = { original_tag = POL } } + abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = infantry @@ -245,6 +246,7 @@ default_pp_spend_amount = { enable = { NOT = { original_tag = NUS original_tag = TUR } } + abort_when_not_enabled = yes ai_strategy = { type = pp_spend_amount @@ -392,7 +394,9 @@ highered_armored_production = { slightly_naval_focused_nation = { enable = { + always = yes } + abort_when_not_enabled = yes ai_strategy = { type = unit_ratio @@ -423,6 +427,7 @@ more_naval_focused_nation = { enable = { date > "1941.1.1" #Delaying it by a couple of years } + abort_when_not_enabled = yes ai_strategy = { type = unit_ratio @@ -484,6 +489,7 @@ default_infrastructure_more = { has_tech = infrastructure_tech_2 num_of_controlled_states > 20 } + abort_when_not_enabled = yes ai_strategy = { type = building_target id = infrastructure @@ -495,6 +501,7 @@ default_area_priority = { enable = { NOT = { original_tag = NUS original_tag = SWE } } + abort_when_not_enabled = yes ai_strategy = { type = area_priority @@ -660,6 +667,7 @@ DEFAULT_template_design = { } date > 1635.1.1 } + abort_when_not_enabled = yes ai_strategy = { type = template_prio @@ -780,6 +788,7 @@ build_intelligence_agency_as_major = { date > 1633.1.1 } } + abort_when_not_enabled = yes ai_strategy = { type = intelligence_agency_usable_factories @@ -848,6 +857,7 @@ addintelligence_agency_normal_upgrade_prio = { enable = { always = yes } + abort_when_not_enabled = yes ai_strategy = { type = intelligence_agency_branch_desire_factor @@ -919,6 +929,7 @@ put_garrisons_on_high_prio = { enable = { always = yes } + abort_when_not_enabled = yes ai_strategy = { type = garrison_reinforcement_priority diff --git a/1632_RoF/common/ai_strategy/documentation.info b/1632_RoF/common/ai_strategy/documentation.info new file mode 100644 index 00000000..f694a3cf --- /dev/null +++ b/1632_RoF/common/ai_strategy/documentation.info @@ -0,0 +1,429 @@ +#### Contains examples and documentation of how to use the AI strategies. #### +## Try to keep this reasonably up-to-date, please. + +# ----------------------------------------- + +### List of available strategy tokens (updated 2023-09) ### + +## related to diplomacy +# alliance +# antagonize +# avoid_starting_wars +# asking_foreign_garrison +# befriend +# conquer +# consider_weak +# contain +# declare_war +# diplo_action_acceptance +# diplo_action_desire +# dont_join_wars_with +# ignore +# ignore_claim +# influence +# invade +# prepare_for_war +# protect +# send_lend_lease_desire +# send_volunteers_desire +# support + +## related to fronts and armies +# area_priority +# dont_defend_ally_borders +# force_defend_ally_borders +# front_armor_score +# front_control +# front_unit_request +# garrison +# garrison_reinforcement_priority +# ignore_army_incompetence +# invasion_unit_request +# occupation_policy +# put_unit_buffers +# scorched_earth_prio +# spare_unit_factor +# theatre_distribution_demand_increase + +## related to navies +# naval_avoid_region +# naval_convoy_raid_region +# naval_invasion_focus +# naval_invasion_supremacy_weight +# naval_mission_threshold +# strike_force_home_base + +## related to intelligence +# activate_crypto +# agency_ai_base_num_factories_factor +# agency_ai_per_upgrade_factories_factor +# decrypt_target +# intelligence_agency_branch_desire_factor +# intelligence_agency_usable_factories +# operation_equipment_priority +# operative_mission +# operative_operation + +## related to production and resources +# added_military_to_civilian_factory_ratio +# air_factory_balance +# build_airplane +# build_army +# build_building +# build_ship +# building_target +# convoy_efficiency_to_cancel_trades +# dockyard_to_military_factory_ratio +# equipment_production_factor +# equipment_variant_production_factor +# equipment_production_surplus_management +# equipment_production_min_factories +# equipment_stockpile_surplus_ratio +# equipment_market_spend_factories +# equipment_market_for_sale_threshold +# equipment_market_for_sale_factor +# equipment_market_max_for_sale +# equipment_market_min_for_sale +# equipment_market_buying_threshold +# equipment_market_buy +# equipment_market_trade_desire +# factory_build_score_factor +# force_build_armies +# fuel_buffer +# min_convoy_efficiency_factor_for_war_support_hit +# production_upgrade_desire_offset +# railway_gun_divisions_ratio +# research_tech +# role_ratio +# save_equipment +# template_prio +# unit_ratio +# land_xp_spend_priority +# air_xp_spend_priority +# navy_xp_spend_priority +# pp_spend_amount +# pp_spend_priority +# min_wanted_supply_trucks +# wanted_supply_trucks +# min_wanted_supply_trains +# wanted_supply_trains +# ai_wanted_divisions_factor + +## Related to airforce +# strategic_air_importance + +# ----------------------------------------- + +### UNIT RATIOS +# AIR +# For air types unit_ratio strategy values behave like weights. If no value is set it defaults to 0. If a plane type is DLC locked its set ratio is ignored and 0 is used instead. +# +# Land-based and carrier plane types are handled completely separate. +# +# First we calculate the total number of planes that the AI want to produce: +# +# For land-based planes: +# - Sum up the total air base capacity (excluding carriers), and multiply it by WANTED_LAND_PLANES_PER_BASE_CAPACITY_FACTOR. +# - Add the number of divisions the AI wants multiplied by WANTED_LAND_PLANES_PER_DIVISION. +# - Subtract the number of planes in airwings. +# - Clamp the value between 0 and the number of wanted divisions multiplied by WANTED_LAND_PLANES_TOTAL_MAX_PER_DIVISION. +# - The result is then multiplied by hardcoded value AI_FOCUS_AVIATION, which beforehand has been multiplied by modifier ai_focus_aviation_factor. +# +# For carrier planes: +# - Sum up the total carrier deck capacity, and multiply it by WANTED_CARRIER_PLANES_PER_CARRIER_CAPACITY_FACTOR. +# - Sum up the total deck capacity of carriers in production, where the carrier will be done in no more than CARRIER_CAPACITY_IN_PRODUCTION_MAX_DAYS_LEFT_TO_INCLUDE_FACTOR days, and multiply it by WANTED_CARRIER_PLANES_PER_CARRIER_CAPACITY_IN_PRODUCTION_FACTOR. +# - Subtract the number of carrier planes in airwings. +# - Clamp the value to minimum 0. +# - The result is then multiplied by hardcoded value AI_FOCUS_NAVAL_AIR, which beforehand has been multiplied by modifier ai_focus_naval_air_factor. +# +# Finally we calculate and set the build_airplane strategy values: +# - For each land-based type we take the unit_ratio, divide it by the sum of all land-based unit_ratio values, and multiply it by the above calculated number of wanted land-based planes. +# - We do the same for carrier planes. +# +# ALL BUT AIR +# Unit ratios are calculated as a base of 100 plus the value indicated in the strategy. +# A unit type ratio of -40 would result in only 60% of the wanted number being set as a goal +# how the AI meets its goals thereafter can also be altered by other factors. + +### EQUIPMENT PRODUCTION FACTOR +# Same as above, with the percentage of calculated factories to meet need added to by the strategy + +### Examples of AI strategy usage ### + +# Example of strategy for intelligence agency +#example_strategy = { +# +# enable = { +# original_tag = FRA +# } +# +# ai_strategy = { +# type = intelligence_agency_usable_factories +# # no need of id for this one +# value = 10 +# } +# +# ai_strategy = { +# type = intelligence_agency_branch_desire_factor +# id = branch_defense +# value = -50 # -50% on the AI weight +# } +#} + +# Example of strategy for avoid_starting_wars +#example_strategy = { +# +# enable = { +# original_tag = FRA +# } +# +# ai_strategy = { +# type = avoid_starting_wars +# # no need of id for this one +# value = -200 # this value is additive with the 'conquer' strategy, and is targetless. It is meant for very specific situations, and should not be used widely. +# } +# +# ai_strategy = { +# type = conquer +# id = GER +# value = 200 # This would therefore stack with the above value to reach a conquer weight of 0 for targeting Germany, and -200 for everyone else. +# } +#} + + +# example unit buffer strategy. this strategy will make ai buffer/garrison some units in a target area which can be used in orders that is in target areas +# +# ai_strategy = { +# type = put_unit_buffers +# +# # ratio of total armeis in country to be buffered +# ratio = 0.4 +# +# # you can specify an order id. ratio of same orders ids will be share same ratio +# order_id = 2 +# +# # states to put garrison orders (if no state is friendly, strat is invalid) +# states = { +# 125 +# 126 +# 127 +# 128 +# 129 +# 338 +# 123 +# 122 +# } +# +# # ai areas that the orders will use these buffers in +# area = europe +# area = asia +# +# # by default if you have orders in target areas, the buffer will request less units. +# # you can override this to disable the feature +# subtract_invasions_from_need = yes +# subtract_fronts_from_need = yes +# } + + +#used for controlling invasion or regular fronts +#ai_strategy = { +# type = front_control +# +# #you can define a target in following ways. you can define more than one +# +# tag = GER # target against a specific country +# state = 42 # target on a state +# strategic_region = 65 # target on a strategic region +# area = europe # target on a specific ai area +# country_trigger = { always = no } # a trigger to check agaisnt a specific country. scope is enemy country from scope is our country +# state_trigger = { always = no } # a trigger to check agaisnt a state. scope is state. from scope is enemy country from.from scope is our country +# +# ratio = 0.0 # the strategy is enabled only if ratio of the front covered by this strat's targets greater than this ratio +# +# priority = 0 # default 0, higher prio strats will override lower +# ordertype = front # front or invasion. if set this strategy will only apply to that specific order type +# execution_type = careful # one of careful balanced rush rush_weak. if set will override the execution type of front (only for front orders) +# execute_order = yes # yes or no. if set will override execute or not decision of front +# manual_attack = yes # default yes. if no ai will not do manual pokes at enemy (only for front orders) +#} + +#used for increasing/decreasing unit requests for invasions or fronts +#ai_strategy = { +# # use one of them +# type = front_unit_request +# type = invasion_unit_request +# +# #invasions will check invasion target, fronts will check provinces at front +# +# tag = GER # province of a specific country +# state = 42 # province on a state +# strategic_region = 65 # province on a strategic region +# area = europe # province on a specific ai area +# country_trigger = { always = no } # a trigger to check agaisnt a specific country. scope is enemy country from scope is our country +# state_trigger = { always = no } # a trigger to check agaisnt a state. scope is state. from scope is enemy country from.from scope is our country +# +# value = 40 # will be added as a factor over regular requests +#} + +# makes ai do an operation +# ai_strategy = { +# type = operative_operation +# operation = operation_id +# value = 900 # score compared to other operations & missions +# operation_target = GER # target +# state = 1 # if specified ai will prefer this states for targeted operations assuming they are valid target +# state = 2 +# region = 1 # if specified ai will prefer this regions for targeted operations assuming they are valid +# region = 2 +# priority = 100 # ai will prefer state/region of the highest prio strategy +# } + +# ai_strategy = { +# type = operative_mission +# mission = build_intel_network # mission token +# value = 800 # score compared to other operations & missions +# mission_target = GER # target +# state = 1 # if specified ai will prefer this states for targeted operations assuming they are valid target +# state = 2 +# priority = 100 # ai will prefer state of the highest prio strategy +# } + +# Makes AI ignore frontlines belonging to a specific ally +# ai_strategy = { +# type = dont_defend_ally_borders +# id = ITA +# value = 100 # This strategy is binary, any value > 0 activates it, while <= 0 deactivates it. +# } + +# Low-level frontline control. Good for example to force the AI to blitz an area. +# ai_strategy = { +# type = front_control +# +# tag = HOL # Can also target country, state, strategic_region, area. Can also specify multiple targets, each on its own line +# +# ratio = 0.25 # At least this ratio of the frontline provinces need to be targeted for the AI strat to apply +# +# priority = 100 # Higher prio strats will override lower +# ordertype = front # Can be either {front, invasion} +# execution_type = rush # Can be either {careful, balanced, rush, rush_weak} +# execute_order = yes # If set, will force activate/deactivate execution +# manual_attack = yes # If set the AI will try manual poke attacks (for front orders) +# } + +# Makes AI increase unit demand for the war fronts and area defense fronts belonging to the theatre that contains the specified state +# ai_strategy = { +# type = theatre_distribution_demand_increase +# id = 447 # State ID for Alexandria, so will target the theatre where Alexandria belongs +# value = 10 # Increase desired unit demand by 10 +# } + +# Used to make the AI focus more of their navy on increasing naval supremacy in regions where one of their naval invasions passes through +# ai_strategy = { +# type = naval_invasion_supremacy_weight +# value = 30 +# } + +# Negative value makes AI not guarantee independence on target country. +# ai_strategy = { +# type = protect +# id = "CZE" +# value = 200 +# } + +# Affects the AI priority regarding air superiority/combat +# ai_strategy = { +# type = strategic_air_importance +# id = 1 #Strategic Region ID - Southern England +# value = 10000 #value of stocked main front in active combat is usually around 35,000 +# } + +# Modifies max nr of civilian factories the AI wants to spend on purchasing equipment +# ai_strategy = { +# type = equipment_market_spend_factories +# value = 20 # Factor for the EQUIPMENT_MARKET_MAX_CIVS_FOR_PURCHASES_RATIO define (value = 20 results in a factor of 1.2) +# } + +# The AI needs a surplus of this many units of the equipment type before considering it a surplus to sell on the equipment market +# ai_strategy = { +# type = equipment_market_for_sale_threshold +# id = train +# value = 200 # Absolute number of units +# } + +# Modifies the ratio of equipment surplus to put up for sale on the market +# ai_strategy = { +# type = equipment_market_for_sale_factor +# id = train +# value = 50 # Factor for the EQUIPMENT_MARKET_BASE_MARKET_RATIO define (value = 50 results in a factor of 1.5) +# } + +# Limits how many units of the equipment type will be put up on the market +# ai_strategy = { +# type = equipment_market_max_for_sale +# id = train +# value = 30 # The AI will put up max 30 units for sale (a value of 0 is ignored, use the other strategies to prevent the AI from selling instead) +# } + +# The AI will use this as a lower limit of how many units to put up for sale, and it will keep the equipment on the market as multiples of this value. Overrides the EQUIPMENT_MARKET_DEFAULT_CIC_CHUNK_FOR_SALE define. +# ai_strategy = { +# type = equipment_market_min_for_sale +# id = train +# value = 20 # The AI will put minimum this nr of the equipment on the market +# } + +# Affects the AI's perceived archetype needs regarding equipment purchases on the market. A value of 50 means it will try to buy 50 more of the equipment than what is actually needed, while a value of -20 means it will only try to buy if it has a deficit larger than 20. +# ai_strategy = { +# type = equipment_market_buying_threshold +# id = small_plane_cas_airframe # equipment archetype +# value = 100 # Absolute number of units +# } + +# This affects how the AI scores the available equipment to buy. Must specify either equipment_type or seller or both. +# ai_strategy = { +# type = equipment_market_buy +# equipment_type = light_tank_chassis # optional: equipment type or archetype to buy +# seller = GER # optional: which country to buy from. Can be scoped variable. +# value = 200 # Part of the score calculation for things to buy. Related define: EQUIPMENT_MARKET_SCORE_FACTOR_AI_STRAT_WEIGHT +# } + +# Increases (or decreases if negative) the desire to trade with a certain country. Affects acceptance for purchase requests and acceptance+desire for market access. +# ai_strategy = { +# type = equipment_market_trade_desire +# id = ENG # desired trade partner +# value = 30 # Increases the acceptance and desire values by this +# } + +# Modifies the number of factories the AI wants to allocate to production of a certain equipment category (see script_enum_equipment_category in "common\script_enums.txt" for available options) +# ai_strategy = { +# type = equipment_production_factor +# id = tactical_bomber # equipment categories +# value = 50 # Increase the perceived needed factories by 50 % (10 needed factories would become 15) +# } + +# Controls what the AI produces when all their needs are already met (and it therefore doesn't need/want anymore) +# ai_strategy = { +# type = equipment_production_surplus_management +# id = infantry_equipment # equipment types (doesn't have to be archetypes, can also specify e.g. infantry_equipment_2) +# value = 10 # Weighed against the values of other equipment types to determine ratio of factories IF all "normal" equipment needs are already fulfilled. Be aware that very high values may interfere with the normal calculations for equipment needs. +# } + +# Forces the AI to allocate this many factories to production of this type of equipment. Use with caution since it doesn't take into account how many factories are actually available. +# ai_strategy = { +# type = equipment_production_min_factories +# id = fighter +# value = 6 # The AI will put at least 6 factories on producing fighter planes +# } + +# When AI produces equipment, the unit ratio determines how much it wants of that equipment type compared to other equipment types +# ai_strategy = { +# type = unit_ratio +# id = naval_bomber +# value = 15 # Increase the ratio of naval bombers with 15 % (compared to other plane types) +# } + +# Makes the AI try to reach at least this number of the specified building type +# ai_strategy = { +# type = building_target +# id = industrial_complex +# value = 85 # Prioritize civilian factories until we have at least 85 +# } diff --git a/1632_RoF/common/ai_strategy/operatives_default.txt b/1632_RoF/common/ai_strategy/operatives_default.txt index 5f2798e4..d88e907d 100644 --- a/1632_RoF/common/ai_strategy/operatives_default.txt +++ b/1632_RoF/common/ai_strategy/operatives_default.txt @@ -13,6 +13,7 @@ enable_operative_missions = { enable = { any_operative_leader = { always = yes } } + abort_when_not_enabled = yes ai_strategy = { type = operative_mission diff --git a/1632_RoF/common/ai_strategy_plans/RoF_research.txt b/1632_RoF/common/ai_strategy_plans/RoF_research.txt index 534578e9..1419d9b7 100644 --- a/1632_RoF/common/ai_strategy_plans/RoF_research.txt +++ b/1632_RoF/common/ai_strategy_plans/RoF_research.txt @@ -37,7 +37,7 @@ apc_tech = 100 artillery = 100 - light_artillery = 100 + light_artillery_tech = 100 heavy_artillery = 100 } } \ No newline at end of file diff --git a/1632_RoF/common/ai_strategy_plans/TUR.txt b/1632_RoF/common/ai_strategy_plans/TUR.txt index 64fedbde..dee76c96 100644 --- a/1632_RoF/common/ai_strategy_plans/TUR.txt +++ b/1632_RoF/common/ai_strategy_plans/TUR.txt @@ -33,7 +33,7 @@ TUR_canon_focuses = { TUR_special_weapons_focus TUR_new_corps TUR_baghdad_campaign #20 - TUR_revan_feignt + TUR_revan_feint TUR_civilian_production TUR_industrialize_anatolia TUR_industrialize_greece diff --git a/1632_RoF/common/ai_templates/generic.txt b/1632_RoF/common/ai_templates/generic.txt index 8f7d8af0..e71e4e73 100644 --- a/1632_RoF/common/ai_templates/generic.txt +++ b/1632_RoF/common/ai_templates/generic.txt @@ -442,6 +442,8 @@ jaegers_generic = { field_hospital logistics_company anti_tank + jaeger_brigade + engineer } } } @@ -534,6 +536,7 @@ mountaineers_generic = { field_hospital logistics_company anti_tank + engineer } } } @@ -621,6 +624,7 @@ marines_generic = { marine engineer logistics_company + recon } } } diff --git a/1632_RoF/common/autonomous_states/lar_collaboration_government.txt b/1632_RoF/common/autonomous_states/lar_collaboration_government.txt index 71aebc15..3a67439c 100644 --- a/1632_RoF/common/autonomous_states/lar_collaboration_government.txt +++ b/1632_RoF/common/autonomous_states/lar_collaboration_government.txt @@ -10,6 +10,8 @@ autonomy_state = { manpower_influence = 1.0 rule = { + desc = "RULE_DESC_IS_A_SUBJECT" + can_not_declare_war = yes can_decline_call_to_war = no units_deployed_to_overlord = yes @@ -25,6 +27,8 @@ autonomy_state = { overlord_trade_cost_factor = -0.9 cic_to_overlord_factor = 0.75 mic_to_overlord_factor = 0.75 + peace_score_ratio_transferred_to_overlord = 0.2 + lend_lease_tension_with_overlord = -0.1 research_sharing_per_country_bonus_factor = -0.5 } diff --git a/1632_RoF/common/bop/ETH.txt b/1632_RoF/common/bop/ETH.txt new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/1632_RoF/common/bop/ETH.txt @@ -0,0 +1,2 @@ + + diff --git a/1632_RoF/common/scripted_effects/ENG_scripted_effects.txt b/1632_RoF/common/bop/ITA.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/ENG_scripted_effects.txt rename to 1632_RoF/common/bop/ITA.txt diff --git a/1632_RoF/common/bop/RUS_commonwealth_opinion_balance.txt b/1632_RoF/common/bop/RUS_commonwealth_opinion_balance.txt new file mode 100644 index 00000000..03b07d41 --- /dev/null +++ b/1632_RoF/common/bop/RUS_commonwealth_opinion_balance.txt @@ -0,0 +1,70 @@ +RUS_commonwealth_opinion_balance = { + initial_value = 0.75 + left_side = RUS_pro_commonwealth + right_side = RUS_anti_commonwealth + decision_category = RUS_commonwealth_opinion_balance + range = { + id = mid_range + min = -0.25 + max = 0.25 + modifier = { + + } + } + side = { + id = RUS_pro_commonwealth + icon = GFX_idea_generic_agrarian_society + range = { + id = RUS_pro_commonwealth_1 + min = -1 + max = -0.75 + modifier = { + + } + } + range = { + id = RUS_pro_commonwealth_2 + min = -0.75 + max = -0.5 + modifier = { + + } + } + range = { + id = RUS_pro_commonwealth_3 + min = -0.5 + max = -0.25 + modifier = { + + } + } + } + side = { + id = RUS_anti_commonwealth + icon = GFX_idea_generic_degauss_ship_hulls + range = { + id = RUS_anti_commonwealth_3 + min = 0.25 + max = 0.5 + modifier = { + + } + } + range = { + id = RUS_anti_commonwealth_2 + min = 0.5 + max = 0.75 + modifier = { + + } + } + range = { + id = RUS_anti_commonwealth_1 + min = 0.75 + max = 1 + modifier = { + + } + } + } +} \ No newline at end of file diff --git a/1632_RoF/common/scripted_effects/FRA_scripted_effects.txt b/1632_RoF/common/bop/SWI.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/FRA_scripted_effects.txt rename to 1632_RoF/common/bop/SWI.txt diff --git a/1632_RoF/common/bop/_test.txt b/1632_RoF/common/bop/_test.txt new file mode 100644 index 00000000..94296b45 --- /dev/null +++ b/1632_RoF/common/bop/_test.txt @@ -0,0 +1,40 @@ + +_test_balance = { + initial_value = 0.25 + left_side = default_left_side + right_side = default_right_side +# decision_category = GER_mefo_bills_category + range = { + id = mid_range + min = -0.1 + max = 0.1 + modifier = { + war_support_weekly = 0.5 + } + } + side = { + id = default_left_side + icon = GFX_idea_generic_agrarian_society + range = { + id = left_side_range + min = -1 + max = -0.1 + modifier = { + war_support_weekly = 0.1 + } + } + } + side = { + id = default_right_side + icon = GFX_idea_generic_degauss_ship_hulls + range = { + id = right_side_range + min = 0.1 + max = 1 + modifier = { + war_support_weekly = 0.9 + } + } + } +} + diff --git a/1632_RoF/common/buildings/00_buildings.txt b/1632_RoF/common/buildings/00_buildings.txt index 50bf7af8..c3188a29 100644 --- a/1632_RoF/common/buildings/00_buildings.txt +++ b/1632_RoF/common/buildings/00_buildings.txt @@ -13,8 +13,10 @@ buildings = { value = 1 show_modifier = yes - max_fuel_building = 0.75 #k + max_fuel_building = 1.5 #k allied_build = yes + + infrastructure_construction_effect = yes } arms_factory = { @@ -51,6 +53,7 @@ buildings = { damage_factor = 0.5 max_fuel_building = 1 #k allied_build = yes + infrastructure_construction_effect = yes } supply_node = { @@ -65,6 +68,7 @@ buildings = { damage_factor = 0.1 allied_build = yes always_shown = yes + infrastructure_construction_effect = yes } rail_way = { @@ -74,13 +78,15 @@ buildings = { disabled_in_dmz = yes icon_frame = 16 max_level = 1 + infrastructure_construction_effect = yes } naval_base = { show_on_map = 1 show_on_map_meshes = 3 always_shown = yes - base_cost = 3000 + base_cost = 5000 + per_level_extra_cost = 1000 provincial = yes only_costal = yes is_port = yes @@ -89,6 +95,7 @@ buildings = { value = 1 max_fuel_building = 0.05 #k allied_build = yes + infrastructure_construction_effect = yes } bunker = { @@ -102,6 +109,7 @@ buildings = { land_fort = 1 max_level = 10 value = 1 + infrastructure_construction_effect = yes } coastal_bunker = { @@ -116,6 +124,7 @@ buildings = { naval_fort = 1 max_level = 10 value = 1 + infrastructure_construction_effect = yes } dockyard = { @@ -142,6 +151,7 @@ buildings = { max_level = 5 # This is the max unlock level damage_factor = 0.1 value = 1 + infrastructure_construction_effect = yes } synthetic_refinery = { diff --git a/1632_RoF/common/characters/POL.txt b/1632_RoF/common/characters/POL.txt index c2e34116..ef54b25c 100644 --- a/1632_RoF/common/characters/POL.txt +++ b/1632_RoF/common/characters/POL.txt @@ -233,10 +233,7 @@ characters = { allowed = { original_tag = POL } - removal_cost = -1 - #allowed_to_remove = { - # has_country_flag = POL_promote_detractors - #} + can_be_fired = no traits = { grand_chancellor POL_king_opponent } @@ -269,13 +266,9 @@ characters = { available = { if = { limit = { - NOT = { - has_idea = POL_jerzy_ossolinski - } - } - NOT = { - has_idea_with_trait = grand_chancellor + NOT = { has_idea = POL_jerzy_ossolinski } } + NOT = { has_idea_with_trait = grand_chancellor } } } } diff --git a/1632_RoF/common/characters/TUR.txt b/1632_RoF/common/characters/TUR.txt index 26ad71c5..4691efad 100644 --- a/1632_RoF/common/characters/TUR.txt +++ b/1632_RoF/common/characters/TUR.txt @@ -48,7 +48,17 @@ characters = { allowed = { original_tag = TUR } - removal_cost = -1 + available = { + if = { + limit = { + has_country_flag = TUR_husrev_dismissed + } + NOT = { + has_country_flag = TUR_husrev_dismissed + } + } + } + can_be_fired = no traits = { powerful_vizier } diff --git a/1632_RoF/common/combat_tactics.txt b/1632_RoF/common/combat_tactics.txt index a483aeb8..ab1b1f53 100644 --- a/1632_RoF/common/combat_tactics.txt +++ b/1632_RoF/common/combat_tactics.txt @@ -272,7 +272,9 @@ tactic_tactical_withdrawal = { #counters encirclement active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = withdraw phase = tactical_withdrawal @@ -455,7 +457,9 @@ tactic_elastic_defense = { #counters blitz active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = elastic_defence attacker_movement_speed = -0.25 @@ -502,7 +506,9 @@ tactic_seize_bridge = { } } - base = { factor = 2 } + base = { + factor = 2 + } picture = seize_bridge phase = seize_bridge @@ -714,7 +720,9 @@ tactic_guerrilla_tactics = { #People's army defender tactic. also for German vol active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_guerrilla_tactics combat_width = -0.5 @@ -733,7 +741,9 @@ tactic_human_wave_tactics = { #People's army attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_human_wave_tactics combat_width = 0.5 @@ -770,7 +780,9 @@ tactic_infantry_charge = { #GBP -> Infantry attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_infantry_charge attacker = 0.1 @@ -786,7 +798,9 @@ tactic_planned_attack = { #GBP -> Armor attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_planned_attack attacker = 0.15 @@ -801,7 +815,9 @@ tactic_relentless_assault = { #Deep battle attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_relentless_assault attacker_movement_speed = 0.15 @@ -818,7 +834,9 @@ tactic_unexpected_thrust = { #Mobile warfare attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_unexpected_thrust attacker_movement_speed = 0.15 @@ -834,7 +852,9 @@ tactic_overwhelming_fire = { # Counters Banzai charge active = no - base = { factor = 2 } + base = { + factor = 2 + } picture = tactic_overwhelming_fire attacker = -0.1 @@ -850,7 +870,9 @@ tactic_barrage = { #Superior firepower attacker tactic active = no - base = { factor = 4 } + base = { + factor = 4 + } picture = tactic_barrage attacker = 0.1 diff --git a/1632_RoF/common/country_leader/00_traits.txt b/1632_RoF/common/country_leader/00_traits.txt index c3cd3c3a..109af727 100644 --- a/1632_RoF/common/country_leader/00_traits.txt +++ b/1632_RoF/common/country_leader/00_traits.txt @@ -2,11 +2,23 @@ @tier2 = 20 @tier3 = 10 +@experience_gain_low = 0.03 +@experience_gain_medium = 0.06 +@experience_gain_high = 0.08 + +@chief_experience_gain_low = 0.20 +@chief_experience_gain_medium = 0.30 +@chief_experience_gain_high = 0.40 + +###Todo remove commented advisor experience gains + leader_traits = { dictator = { random = no political_power_factor = 0.25 + weekly_casualties_war_support = 0.001 + ai_desired_divisions_factor = 0.20 ai_will_do = { factor = 1 @@ -712,10 +724,7 @@ leader_traits = { light_aircraft_manufacturer = { random = no equipment_bonus = { - fighter_equipment = { - air_agility = 0.1 maximum_speed = 0.1 - } - cv_fighter_equipment = { + single_plane_equipment = { air_agility = 0.1 maximum_speed = 0.1 } } @@ -728,10 +737,7 @@ leader_traits = { light_aircraft_manufacturer_2 = { random = no equipment_bonus = { - fighter_equipment = { - air_agility = 0.2 maximum_speed = 0.1 - } - cv_fighter_equipment = { + single_plane_equipment = { air_agility = 0.2 maximum_speed = 0.1 } } @@ -745,10 +751,7 @@ leader_traits = { CAS_manufacturer = { random = no equipment_bonus = { - CAS_equipment = { - air_ground_attack = 0.1 reliability = 0.1 - } - cv_CAS_equipment = { + single_plane_equipment = { air_ground_attack = 0.1 reliability = 0.1 } } @@ -761,13 +764,7 @@ leader_traits = { medium_aircraft_manufacturer = { random = no equipment_bonus = { - heavy_fighter_equipment = { - reliability = 0.2 - } - tac_bomber_equipment = { - reliability = 0.2 - } - scout_plane_equipment = { + multi_plane_equipment = { reliability = 0.2 } } @@ -780,16 +777,13 @@ leader_traits = { fuel_efficient_aircraft_manufacturer = { random = no equipment_bonus = { - fighter_equipment = { + single_plane_equipment = { air_range = 0.1 } - heavy_fighter_equipment = { + multi_plane_equipment = { air_range = 0.1 reliability = 0.2 } - tac_bomber_equipment = { - reliability = 0.2 - } } ai_will_do = { @@ -801,7 +795,7 @@ leader_traits = { random = no equipment_bonus = { - strat_bomber_equipment = { + multi_plane_equipment = { air_bombing = 0.1 } } @@ -814,16 +808,7 @@ leader_traits = { naval_aircraft_manufacturer = { random = no equipment_bonus = { - nav_bomber_equipment = { - air_range = 0.1 naval_strike_attack = 0.1 - } - cv_nav_bomber_equipment = { - air_range = 0.1 naval_strike_attack = 0.1 - } - cv_fighter_equipment = { - air_range = 0.1 air_agility = 0.1 - } - cv_CAS_equipment = { + single_plane_equipment = { air_range = 0.1 naval_strike_attack = 0.1 } } @@ -1092,7 +1077,9 @@ leader_traits = { random = no equipment_bonus = { carrier = { - build_cost_ic = -0.25 carrier_size = -0.2 naval_range = -0.5 + build_cost_ic = -0.25 + #carrier_size = -0.2 + naval_range = -0.5 } capital_ship = { build_cost_ic = -0.25 armor_value = -0.2 hg_attack = -0.2 naval_range = -0.5 @@ -1165,6 +1152,7 @@ leader_traits = { production_speed_supply_node_factor = 0.15 equipment_bonus = { train_equipment = { + instant = yes build_cost_ic = -0.25 reliability = 0.1 } @@ -1229,7 +1217,7 @@ leader_traits = { army_chief_defensive_1 = { # +5 Defensive efficiency sprite = 9 army_defence_factor = 0.05 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1241,7 +1229,7 @@ leader_traits = { army_chief_defensive_2 = { # +10 Defensive efficiency sprite = 9 army_defence_factor = 0.1 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1253,7 +1241,7 @@ leader_traits = { army_chief_defensive_3 = { # +15 Defensive efficiency sprite = 9 army_defence_factor = 0.15 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1266,7 +1254,7 @@ leader_traits = { army_chief_offensive_1 = { # +5 Offensive efficiency sprite = 7 army_attack_factor = 0.05 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1278,7 +1266,7 @@ leader_traits = { army_chief_offensive_2 = { # +10 Offensive efficiency sprite = 7 army_attack_factor = 0.1 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1290,7 +1278,7 @@ leader_traits = { army_chief_offensive_3 = { # +15 Offensive efficiency sprite = 7 army_attack_factor = 0.15 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1301,8 +1289,8 @@ leader_traits = { army_chief_old_guard = { # Rate at which field experience is gained decreases by 10% sprite = 5 # Should not need sprite, should mostly be secondary - experience_gain_army_factor = -0.1 - max_command_power = 20 + experience_gain_army = @chief_experience_gain_medium + max_command_power = 10 ai_will_do = { factor = 1 @@ -1312,7 +1300,7 @@ leader_traits = { army_chief_drill_1 = { # Decreases training time for ground units sprite = 5 training_time_army_factor = -0.05 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1324,7 +1312,7 @@ leader_traits = { army_chief_drill_2 = { # Decreases training time for ground units sprite = 5 training_time_army_factor = -0.1 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1336,7 +1324,7 @@ leader_traits = { army_chief_drill_3 = { # Decreases training time for ground units sprite = 5 training_time_army_factor = -0.15 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1348,7 +1336,8 @@ leader_traits = { army_chief_reform_1 = { sprite = 5 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_low + experience_gain_army_factor = 0.05 command_cap = @tier1 @@ -1359,7 +1348,8 @@ leader_traits = { army_chief_reform_2 = { sprite = 5 - experience_gain_army = 0.16 + experience_gain_army = @chief_experience_gain_medium + experience_gain_army_factor = 0.1 command_cap = @tier2 @@ -1370,7 +1360,8 @@ leader_traits = { army_chief_reform_3 = { sprite = 5 - experience_gain_army = 0.2 + experience_gain_army = @chief_experience_gain_high + experience_gain_army_factor = 0.15 command_cap = @tier3 @@ -1383,7 +1374,7 @@ leader_traits = { army_chief_organizational_1 = { # Ground units get 4 more Organization sprite = 5 army_org_factor = 0.04 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1395,7 +1386,7 @@ leader_traits = { army_chief_organizational_2 = { # Ground units get 8 more Organization sprite = 5 army_org_factor = 0.08 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1407,7 +1398,7 @@ leader_traits = { army_chief_organizational_3 = { # Ground units get 12 more Organization sprite = 5 army_org_factor = 0.12 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1419,7 +1410,7 @@ leader_traits = { army_chief_planning_1 = { # sprite = 5 planning_speed = 0.05 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1431,7 +1422,7 @@ leader_traits = { army_chief_planning_2 = { # sprite = 5 planning_speed = 0.10 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1443,7 +1434,7 @@ leader_traits = { army_chief_planning_3 = { # sprite = 5 planning_speed = 0.15 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1455,7 +1446,7 @@ leader_traits = { army_chief_morale_1 = { # Ground units get 4 more Morale sprite = 5 out_of_supply_factor = -0.03 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1467,7 +1458,7 @@ leader_traits = { army_chief_morale_2 = { # Ground units get 8 more Morale sprite = 5 out_of_supply_factor = -0.06 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1479,7 +1470,7 @@ leader_traits = { army_chief_morale_3 = { # Ground units get 12 more Morale sprite = 5 out_of_supply_factor = -0.09 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1492,7 +1483,7 @@ leader_traits = { army_chief_maneuver_1 = { # Ground units move 5% faster sprite = 5 army_speed_factor = 0.05 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1504,7 +1495,7 @@ leader_traits = { army_chief_maneuver_2 = { # Ground units move 10% faster sprite = 5 army_speed_factor = 0.1 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1516,7 +1507,7 @@ leader_traits = { army_chief_maneuver_3 = { # Ground units move 15% faster sprite = 5 army_speed_factor = 0.15 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1529,7 +1520,7 @@ leader_traits = { sprite = 5 max_dig_in = 3 mobilization_speed = -0.02 - experience_gain_army = 0.06 + experience_gain_army = @chief_experience_gain_low command_cap = @tier1 @@ -1542,7 +1533,7 @@ leader_traits = { sprite = 5 max_dig_in = 5 mobilization_speed = -0.04 - experience_gain_army = 0.09 + experience_gain_army = @chief_experience_gain_medium command_cap = @tier2 @@ -1555,7 +1546,7 @@ leader_traits = { sprite = 5 max_dig_in = 7 mobilization_speed = -0.06 - experience_gain_army = 0.12 + experience_gain_army = @chief_experience_gain_high command_cap = @tier3 @@ -1568,7 +1559,7 @@ leader_traits = { army_entrenchment_1 = { # Ground units entrench n% faster sprite = 9 dig_in_speed_factor = 0.08 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1580,7 +1571,7 @@ leader_traits = { army_entrenchment_2 = { # Ground units entrench 8% faster sprite = 9 dig_in_speed_factor = 0.16 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1592,7 +1583,7 @@ leader_traits = { army_entrenchment_3 = { # Ground units entrench 12% faster sprite = 9 dig_in_speed_factor = 0.24 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1606,7 +1597,7 @@ leader_traits = { sprite = 8 army_armor_attack_factor = 0.05 army_armor_defence_factor = 0.05 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1619,7 +1610,7 @@ leader_traits = { sprite = 8 army_armor_attack_factor = 0.1 army_armor_defence_factor = 0.1 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1632,7 +1623,7 @@ leader_traits = { sprite = 8 army_armor_attack_factor = 0.15 army_armor_defence_factor = 0.15 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1646,7 +1637,7 @@ leader_traits = { sprite = 16 army_artillery_attack_factor = 0.1 army_artillery_defence_factor = 0.05 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1659,7 +1650,7 @@ leader_traits = { sprite = 16 army_artillery_attack_factor = 0.15 army_artillery_defence_factor = 0.1 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1672,7 +1663,7 @@ leader_traits = { sprite = 16 army_artillery_attack_factor = 0.2 army_artillery_defence_factor = 0.15 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1686,7 +1677,7 @@ leader_traits = { sprite = 5 army_infantry_attack_factor = 0.05 army_infantry_defence_factor = 0.1 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1699,7 +1690,7 @@ leader_traits = { sprite = 5 army_infantry_attack_factor = 0.1 army_infantry_defence_factor = 0.15 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1712,7 +1703,7 @@ leader_traits = { sprite = 5 army_infantry_attack_factor = 0.15 army_infantry_defence_factor = 0.2 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1726,7 +1717,7 @@ leader_traits = { sprite = 5 special_forces_attack_factor = 0.1 special_forces_defence_factor = 0.1 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1739,7 +1730,7 @@ leader_traits = { sprite = 5 special_forces_attack_factor = 0.15 special_forces_defence_factor = 0.15 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1752,7 +1743,7 @@ leader_traits = { sprite = 5 special_forces_attack_factor = 0.2 special_forces_defence_factor = 0.2 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1766,7 +1757,7 @@ leader_traits = { sprite = 17 cavalry_attack_factor = 0.05 cavalry_defence_factor = 0.05 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1779,7 +1770,7 @@ leader_traits = { sprite = 17 cavalry_attack_factor = 0.1 cavalry_defence_factor = 0.1 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1792,7 +1783,7 @@ leader_traits = { sprite = 17 cavalry_attack_factor = 0.15 cavalry_defence_factor = 0.15 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1807,7 +1798,7 @@ leader_traits = { motorized_defence_factor = 0.05 mechanized_attack_factor = 0.05 mechanized_defence_factor = 0.05 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1822,7 +1813,7 @@ leader_traits = { motorized_defence_factor = 0.1 mechanized_attack_factor = 0.1 mechanized_defence_factor = 0.1 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1837,7 +1828,7 @@ leader_traits = { motorized_defence_factor = 0.15 mechanized_attack_factor = 0.15 mechanized_defence_factor = 0.15 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1850,7 +1841,7 @@ leader_traits = { army_regrouping_1 = { # Org regenerates 4% faster sprite = 5 army_morale_factor = 0.04 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1862,7 +1853,7 @@ leader_traits = { army_regrouping_2 = { # Org regenerates 8% faster sprite = 5 army_morale_factor = 0.08 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1874,7 +1865,7 @@ leader_traits = { army_regrouping_3 = { # Org regenerates 12% faster sprite = 5 army_morale_factor = 0.12 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1887,7 +1878,7 @@ leader_traits = { army_concealment_1 = { # Ground units take less damage from air attacks sprite = 9 enemy_army_bonus_air_superiority_factor = -0.05 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1899,7 +1890,7 @@ leader_traits = { army_concealment_2 = { # Ground units take less damage from air attacks sprite = 9 enemy_army_bonus_air_superiority_factor = -0.10 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1911,7 +1902,7 @@ leader_traits = { army_concealment_3 = { # Ground units take less damage from air attacks sprite = 9 enemy_army_bonus_air_superiority_factor = -0.15 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1924,7 +1915,7 @@ leader_traits = { army_logistics_1 = { # Ground units suffer 4% less attrition sprite = 6 attrition = -0.04 - experience_gain_army = 0.06 + #experience_gain_army = @experience_gain_low command_cap = @tier1 @@ -1936,7 +1927,7 @@ leader_traits = { army_logistics_2 = { # Ground units suffer 8% less attrition sprite = 6 attrition = -0.08 - experience_gain_army = 0.09 + #experience_gain_army = @experience_gain_medium command_cap = @tier2 @@ -1948,7 +1939,7 @@ leader_traits = { army_logistics_3 = { # Ground units suffer 12% less attrition sprite = 6 attrition = -0.12 - experience_gain_army = 0.12 + #experience_gain_army = @experience_gain_high command_cap = @tier3 @@ -1960,7 +1951,8 @@ leader_traits = { air_chief_reform_1 = { # Rate at which air experience is gained increases by 5% sprite = 1 - experience_gain_air = 0.12 + experience_gain_air = @chief_experience_gain_low + experience_gain_air_factor = 0.05 command_cap = @tier1 @@ -1971,7 +1963,8 @@ leader_traits = { air_chief_reform_2 = { # Rate at which air experience is gained increases by 10% sprite = 1 - experience_gain_air = 0.16 + experience_gain_air = @chief_experience_gain_medium + experience_gain_air_factor = 0.10 command_cap = @tier2 @@ -1982,7 +1975,8 @@ leader_traits = { air_chief_reform_3 = { # Rate at which air experience is gained increases by 15% sprite = 1 - experience_gain_air = 0.2 + experience_gain_air = @chief_experience_gain_high + experience_gain_air_factor = 0.15 command_cap = @tier3 @@ -1995,7 +1989,7 @@ leader_traits = { air_chief_safety_1 = { # Rate of air accidents reduced by 5% sprite = 1 air_accidents_factor = -0.05 - experience_gain_air = 0.06 + experience_gain_air = @chief_experience_gain_low command_cap = @tier1 @@ -2007,7 +2001,7 @@ leader_traits = { air_chief_safety_2 = { # Rate of air accidents reduced by 10% sprite = 1 air_accidents_factor = -0.1 - experience_gain_air = 0.09 + experience_gain_air = @chief_experience_gain_medium command_cap = @tier2 @@ -2019,7 +2013,7 @@ leader_traits = { air_chief_safety_3 = { # Rate of air accidents reduced by 15% sprite = 1 air_accidents_factor = -0.15 - experience_gain_air = 0.12 + experience_gain_air = @chief_experience_gain_high command_cap = @tier3 @@ -2030,9 +2024,8 @@ leader_traits = { air_chief_old_guard = { sprite = 1 - experience_gain_air_factor = -0.1 - - max_command_power = 20 + experience_gain_air = @chief_experience_gain_medium + max_command_power = 10 ai_will_do = { factor = 1 @@ -2042,7 +2035,7 @@ leader_traits = { air_chief_night_operations_1 = { sprite = 1 air_night_penalty = -0.1 - experience_gain_air = 0.06 + experience_gain_air = @chief_experience_gain_low command_cap = @tier1 @@ -2054,7 +2047,7 @@ leader_traits = { air_chief_night_operations_2 = { sprite = 1 air_night_penalty = -0.2 - experience_gain_air = 0.09 + experience_gain_air = @chief_experience_gain_medium command_cap = @tier2 @@ -2066,7 +2059,7 @@ leader_traits = { air_chief_night_operations_3 = { sprite = 1 air_night_penalty = -0.3 - experience_gain_air = 0.12 + experience_gain_air = @chief_experience_gain_high command_cap = @tier3 @@ -2079,7 +2072,7 @@ leader_traits = { air_chief_ground_support_1 = { # Air superiority impact on land units improved by 5% sprite = 2 army_bonus_air_superiority_factor = 0.05 - experience_gain_air = 0.06 + experience_gain_air = @chief_experience_gain_low command_cap = @tier1 @@ -2091,7 +2084,7 @@ leader_traits = { air_chief_ground_support_2 = { # Air superiority impact on land units improved by 10% sprite = 2 army_bonus_air_superiority_factor = 0.1 - experience_gain_air = 0.09 + experience_gain_air = @chief_experience_gain_medium command_cap = @tier2 @@ -2103,7 +2096,7 @@ leader_traits = { air_chief_ground_support_3 = { # Air superiority impact on land units improved by 15% sprite = 2 army_bonus_air_superiority_factor = 0.15 - experience_gain_air = 0.12 + experience_gain_air = @chief_experience_gain_high command_cap = @tier3 @@ -2117,7 +2110,7 @@ leader_traits = { air_chief_all_weather_1 = { # +5 bad weather air efficiency sprite = 1 air_weather_penalty = -0.1 - experience_gain_air = 0.06 + experience_gain_air = @chief_experience_gain_low command_cap = @tier1 @@ -2129,7 +2122,7 @@ leader_traits = { air_chief_all_weather_2 = { # +10 bad weather air efficiency sprite = 1 air_weather_penalty = -0.2 - experience_gain_air = 0.09 + experience_gain_air = @chief_experience_gain_medium command_cap = @tier2 @@ -2141,7 +2134,7 @@ leader_traits = { air_chief_all_weather_3 = { # +15 bad weather air efficiency sprite = 1 air_weather_penalty = -0.3 - experience_gain_air = 0.12 + experience_gain_air = @chief_experience_gain_high command_cap = @tier3 @@ -2154,7 +2147,7 @@ leader_traits = { air_air_combat_training_1 = { # Chance of ace generating is increased by 5% sprite = 1 air_ace_generation_chance_factor = 0.05 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2166,7 +2159,7 @@ leader_traits = { air_air_combat_training_2 = { # Chance of ace generating is increased by 10% sprite = 1 air_ace_generation_chance_factor = 0.1 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2178,7 +2171,7 @@ leader_traits = { air_air_combat_training_3 = { # Chance of ace generating is increased by 15% sprite = 1 air_ace_generation_chance_factor = 0.15 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2193,7 +2186,7 @@ leader_traits = { naval_strike_attack_factor = 0.02 naval_strike_targetting_factor = 0.02 naval_strike_agility_factor = 0.02 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2207,7 +2200,7 @@ leader_traits = { naval_strike_attack_factor = 0.03 naval_strike_targetting_factor = 0.03 naval_strike_agility_factor = 0.03 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2221,7 +2214,7 @@ leader_traits = { naval_strike_attack_factor = 0.05 naval_strike_targetting_factor = 0.05 naval_strike_agility_factor = 0.05 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2236,7 +2229,7 @@ leader_traits = { air_interception_attack_factor = 0.02 air_interception_defence_factor = 0.02 air_interception_agility_factor = 0.02 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2250,7 +2243,7 @@ leader_traits = { air_interception_attack_factor = 0.03 air_interception_defence_factor = 0.03 air_interception_agility_factor = 0.03 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2264,7 +2257,7 @@ leader_traits = { air_interception_attack_factor = 0.05 air_interception_defence_factor = 0.05 air_interception_agility_factor = 0.05 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2279,7 +2272,7 @@ leader_traits = { air_air_superiority_attack_factor = 0.02 air_air_superiority_defence_factor = 0.02 air_air_superiority_agility_factor = 0.02 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2293,7 +2286,7 @@ leader_traits = { air_air_superiority_attack_factor = 0.03 air_air_superiority_defence_factor = 0.03 air_air_superiority_agility_factor = 0.03 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2307,7 +2300,7 @@ leader_traits = { air_air_superiority_attack_factor = 0.05 air_air_superiority_defence_factor = 0.05 air_air_superiority_agility_factor = 0.05 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2322,7 +2315,7 @@ leader_traits = { air_close_air_support_attack_factor = 0.02 air_close_air_support_defence_factor = 0.02 air_close_air_support_agility_factor = 0.02 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2336,7 +2329,7 @@ leader_traits = { air_close_air_support_attack_factor = 0.03 air_close_air_support_defence_factor = 0.03 air_close_air_support_agility_factor = 0.03 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2350,7 +2343,7 @@ leader_traits = { air_close_air_support_attack_factor = 0.05 air_close_air_support_defence_factor = 0.05 air_close_air_support_agility_factor = 0.05 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2366,7 +2359,7 @@ leader_traits = { air_strategic_bomber_defence_factor = 0.01 air_strategic_bomber_agility_factor = 0.01 air_strategic_bomber_bombing_factor = 0.03 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2381,7 +2374,7 @@ leader_traits = { air_strategic_bomber_defence_factor = 0.02 air_strategic_bomber_agility_factor = 0.02 air_strategic_bomber_bombing_factor = 0.05 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2396,7 +2389,7 @@ leader_traits = { air_strategic_bomber_defence_factor = 0.03 air_strategic_bomber_agility_factor = 0.03 air_strategic_bomber_bombing_factor = 0.09 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2409,7 +2402,7 @@ leader_traits = { air_tactical_bombing_1 = { # Tactical Bombing mission efficiency increased sprite = 2 air_cas_present_factor = 0.1 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2421,7 +2414,7 @@ leader_traits = { air_tactical_bombing_2 = { # Tactical Bombing mission efficiency increased sprite = 2 air_cas_present_factor = 0.15 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2433,7 +2426,7 @@ leader_traits = { air_tactical_bombing_3 = { # Tactical Bombing mission efficiency increased sprite = 2 air_cas_present_factor = 0.2 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2448,7 +2441,7 @@ leader_traits = { air_paradrop_attack_factor = 0.01 air_paradrop_defence_factor = 0.03 air_paradrop_agility_factor = 0.03 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2462,7 +2455,7 @@ leader_traits = { air_paradrop_attack_factor = 0.02 air_paradrop_defence_factor = 0.05 air_paradrop_agility_factor = 0.05 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2476,7 +2469,7 @@ leader_traits = { air_paradrop_attack_factor = 0.03 air_paradrop_defence_factor = 0.07 air_paradrop_agility_factor = 0.07 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2488,7 +2481,7 @@ leader_traits = { air_pilot_training_1 = { sprite = 1 air_training_xp_gain_factor = 0.05 - experience_gain_air = 0.06 + #experience_gain_air = @experience_gain_low command_cap = @tier1 @@ -2499,7 +2492,7 @@ leader_traits = { air_pilot_training_2 = { sprite = 1 air_training_xp_gain_factor = 0.1 - experience_gain_air = 0.09 + #experience_gain_air = @experience_gain_medium command_cap = @tier2 @@ -2510,7 +2503,7 @@ leader_traits = { air_pilot_training_3 = { sprite = 1 air_training_xp_gain_factor = 0.15 - experience_gain_air = 0.12 + #experience_gain_air = @experience_gain_high command_cap = @tier3 @@ -2525,7 +2518,7 @@ leader_traits = { navy_carrier_air_attack_factor = 0.03 navy_carrier_air_targetting_factor = 0.03 navy_carrier_air_agility_factor = 0.04 - experience_gain_navy = 0.06 + experience_gain_navy = @chief_experience_gain_low command_cap = @tier1 @@ -2539,7 +2532,7 @@ leader_traits = { navy_carrier_air_attack_factor = 0.06 navy_carrier_air_targetting_factor = 0.07 navy_carrier_air_agility_factor = 0.08 - experience_gain_navy = 0.09 + experience_gain_navy = @chief_experience_gain_medium command_cap = @tier2 @@ -2553,7 +2546,7 @@ leader_traits = { navy_carrier_air_attack_factor = 0.1 navy_carrier_air_targetting_factor = 0.12 navy_carrier_air_agility_factor = 0.15 - experience_gain_navy = 0.12 + experience_gain_navy = @chief_experience_gain_high command_cap = @tier3 @@ -2569,7 +2562,7 @@ leader_traits = { navy_capital_ship_defence_factor = 0.05 navy_screen_attack_factor = 0.05 navy_screen_defence_factor = 0.05 - experience_gain_navy = 0.06 + experience_gain_navy = @chief_experience_gain_low command_cap = @tier1 @@ -2584,7 +2577,7 @@ leader_traits = { navy_capital_ship_defence_factor = 0.1 navy_screen_attack_factor = 0.1 navy_screen_defence_factor = 0.1 - experience_gain_navy = 0.09 + experience_gain_navy = @chief_experience_gain_medium command_cap = @tier2 @@ -2599,7 +2592,7 @@ leader_traits = { navy_capital_ship_defence_factor = 0.15 navy_screen_attack_factor = 0.15 navy_screen_defence_factor = 0.15 - experience_gain_navy = 0.12 + experience_gain_navy = @chief_experience_gain_high command_cap = @tier3 @@ -2612,7 +2605,7 @@ leader_traits = { navy_chief_commerce_raiding_1 = { sprite = 3 convoy_raiding_efficiency_factor = 0.1 - experience_gain_navy = 0.06 + experience_gain_navy = @chief_experience_gain_low command_cap = @tier1 @@ -2624,7 +2617,7 @@ leader_traits = { navy_chief_commerce_raiding_2 = { sprite = 3 convoy_raiding_efficiency_factor = 0.15 - experience_gain_navy = 0.09 + experience_gain_navy = @chief_experience_gain_medium command_cap = @tier2 @@ -2636,7 +2629,7 @@ leader_traits = { navy_chief_commerce_raiding_3 = { sprite = 3 convoy_raiding_efficiency_factor = 0.2 - experience_gain_navy = 0.12 + experience_gain_navy = @chief_experience_gain_high command_cap = @tier3 @@ -2647,9 +2640,9 @@ leader_traits = { navy_chief_old_guard = { sprite = 3 - experience_gain_navy_factor = -0.1 + experience_gain_navy = @chief_experience_gain_medium - max_command_power = 20 + max_command_power = 10 ai_will_do = { factor = 1 @@ -2658,7 +2651,8 @@ leader_traits = { navy_chief_reform_1 = { sprite = 3 - experience_gain_navy = 0.12 + experience_gain_navy = @chief_experience_gain_low + experience_gain_navy_factor = 0.05 command_cap = @tier1 @@ -2669,7 +2663,8 @@ leader_traits = { navy_chief_reform_2 = { sprite = 3 - experience_gain_navy = 0.16 + experience_gain_navy = @chief_experience_gain_medium + experience_gain_navy_factor = 0.1 command_cap = @tier2 @@ -2680,7 +2675,8 @@ leader_traits = { navy_chief_reform_3 = { sprite = 3 - experience_gain_navy = 0.2 + experience_gain_navy = @chief_experience_gain_high + experience_gain_navy_factor = 0.15 command_cap = @tier3 @@ -2692,7 +2688,7 @@ leader_traits = { navy_chief_maneuver_1 = { # Naval units move 5% faster sprite = 3 naval_speed_factor = 0.05 - experience_gain_navy = 0.06 + experience_gain_navy = @chief_experience_gain_low command_cap = @tier1 @@ -2704,7 +2700,7 @@ leader_traits = { navy_chief_maneuver_2 = { # Naval units move 10% faster sprite = 3 naval_speed_factor = 0.1 - experience_gain_navy = 0.09 + experience_gain_navy = @chief_experience_gain_medium command_cap = @tier2 @@ -2716,7 +2712,7 @@ leader_traits = { navy_chief_maneuver_3 = { # Naval units move 15% faster sprite = 3 naval_speed_factor = 0.15 - experience_gain_navy = 0.12 + experience_gain_navy = @chief_experience_gain_high command_cap = @tier3 @@ -2729,7 +2725,7 @@ leader_traits = { navy_anti_submarine_1 = { sprite = 4 navy_submarine_detection_factor = 0.1 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2741,7 +2737,7 @@ leader_traits = { navy_anti_submarine_2 = { sprite = 4 navy_submarine_detection_factor = 0.15 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2753,7 +2749,7 @@ leader_traits = { navy_anti_submarine_3 = { sprite = 4 navy_submarine_detection_factor = 0.2 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2766,7 +2762,7 @@ leader_traits = { navy_naval_air_defense_1 = { sprite = 3 navy_anti_air_attack_factor = 0.08 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2778,7 +2774,7 @@ leader_traits = { navy_naval_air_defense_2 = { sprite = 3 navy_anti_air_attack_factor = 0.15 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2790,7 +2786,7 @@ leader_traits = { navy_naval_air_defense_3 = { sprite = 3 navy_anti_air_attack_factor = 0.2 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2803,7 +2799,7 @@ leader_traits = { navy_fleet_logistics_1 = { sprite = 6 navy_max_range_factor = 0.05 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2815,7 +2811,7 @@ leader_traits = { navy_fleet_logistics_2 = { sprite = 6 navy_max_range_factor = 0.10 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2827,7 +2823,7 @@ leader_traits = { navy_fleet_logistics_3 = { sprite = 6 navy_max_range_factor = 0.15 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2840,7 +2836,7 @@ leader_traits = { navy_amphibious_assault_1 = { sprite = 3 amphibious_invasion = 0.05 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2852,7 +2848,7 @@ leader_traits = { navy_amphibious_assault_2 = { sprite = 3 amphibious_invasion = 0.1 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2864,7 +2860,7 @@ leader_traits = { navy_amphibious_assault_3 = { sprite = 3 amphibious_invasion = 0.15 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2878,7 +2874,7 @@ leader_traits = { sprite = 4 navy_submarine_attack_factor = 0.1 navy_submarine_defence_factor = 0.05 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2891,7 +2887,7 @@ leader_traits = { sprite = 4 navy_submarine_attack_factor = 0.15 navy_submarine_defence_factor = 0.1 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2904,7 +2900,7 @@ leader_traits = { sprite = 4 navy_submarine_attack_factor = 0.2 navy_submarine_defence_factor = 0.15 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2918,7 +2914,7 @@ leader_traits = { sprite = 3 navy_capital_ship_attack_factor = 0.05 navy_capital_ship_defence_factor = 0.05 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2931,7 +2927,7 @@ leader_traits = { sprite = 3 navy_capital_ship_attack_factor = 0.1 navy_capital_ship_defence_factor = 0.1 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2944,7 +2940,7 @@ leader_traits = { sprite = 3 navy_capital_ship_attack_factor = 0.15 navy_capital_ship_defence_factor = 0.15 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2958,7 +2954,7 @@ leader_traits = { sprite = 3 navy_screen_attack_factor = 0.05 navy_screen_defence_factor = 0.1 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -2971,7 +2967,7 @@ leader_traits = { sprite = 3 navy_screen_attack_factor = 0.1 navy_screen_defence_factor = 0.15 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -2984,7 +2980,7 @@ leader_traits = { sprite = 3 navy_screen_attack_factor = 0.15 navy_screen_defence_factor = 0.2 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 @@ -2996,7 +2992,7 @@ leader_traits = { navy_carrier_1 = { sprite = 3 sortie_efficiency = 0.1 - experience_gain_navy = 0.06 + #experience_gain_navy = @experience_gain_low command_cap = @tier1 @@ -3008,7 +3004,7 @@ leader_traits = { navy_carrier_2 = { sprite = 3 sortie_efficiency = 0.15 - experience_gain_navy = 0.09 + #experience_gain_navy = @experience_gain_medium command_cap = @tier2 @@ -3020,7 +3016,7 @@ leader_traits = { navy_carrier_3 = { sprite = 3 sortie_efficiency = 0.2 - experience_gain_navy = 0.12 + #experience_gain_navy = @experience_gain_high command_cap = @tier3 diff --git a/1632_RoF/common/decisions/German_decisions.txt b/1632_RoF/common/decisions/German_decisions.txt index fee260bb..4e5ab7a1 100644 --- a/1632_RoF/common/decisions/German_decisions.txt +++ b/1632_RoF/common/decisions/German_decisions.txt @@ -298,6 +298,7 @@ thirty_years_war_decisions = { } test_tyw = { visible = { + is_debug = yes tag = SWE } complete_effect = { diff --git a/1632_RoF/common/decisions/POL_decisions.txt b/1632_RoF/common/decisions/POL_decisions.txt index 7c20db61..071c6758 100644 --- a/1632_RoF/common/decisions/POL_decisions.txt +++ b/1632_RoF/common/decisions/POL_decisions.txt @@ -272,58 +272,71 @@ POL_sejm = { political_power_daily > 1 has_political_power > 60 } - OR = { - AND = { + set_temp_variable = { power_check = 0.4 } + custom_trigger_tooltip = { + tooltip = POL_power_magnates_under_TT + check_variable = { power_magnates < power_check } + } + if = { + limit = { set_temp_variable = { power_check = 0.3 } custom_trigger_tooltip = { tooltip = POL_power_magnates_under_TT check_variable = { power_magnates < power_check } - } - sejm_low_support_trigger = yes + } } - AND = { + sejm_low_support_trigger = yes + } + else_if = { + limit = { set_temp_variable = { power_check = 0.35 } custom_trigger_tooltip = { tooltip = POL_power_magnates_under_TT check_variable = { power_magnates < power_check } } - sejm_medium_support_trigger = yes - } - AND = { - set_temp_variable = { power_check = 0.4 } custom_trigger_tooltip = { - tooltip = POL_power_magnates_under_TT - check_variable = { power_magnates < power_check } + tooltip = sejm_support_magnate_lower_TT + always = yes } - sejm_high_support_trigger = yes + } + } + else = { + sejm_high_support_trigger = yes + custom_trigger_tooltip = { + tooltip = sejm_support_magnate_lower_TT + always = yes } } } cancel_trigger = { - OR = { - AND = { - set_temp_variable = { power_check = 0.3 } - custom_trigger_tooltip = { - tooltip = POL_power_magnates_over_TT - check_variable = { power_magnates > power_check } - } - sejm_low_support_trigger = no + NOT = { + set_temp_variable = { power_check = 0.4 } + custom_trigger_tooltip = { + tooltip = POL_power_magnates_under_TT + check_variable = { power_magnates < power_check } } - AND = { - set_temp_variable = { power_check = 0.35 } - custom_trigger_tooltip = { - tooltip = POL_power_magnates_over_TT - check_variable = { power_magnates > power_check } + if = { + limit = { + set_temp_variable = { power_check = 0.3 } + custom_trigger_tooltip = { + tooltip = POL_power_magnates_under_TT + check_variable = { power_magnates < power_check } + } } - sejm_medium_support_trigger = no + sejm_low_support_trigger = yes } - AND = { - set_temp_variable = { power_check = 0.4 } - custom_trigger_tooltip = { - tooltip = POL_power_magnates_over_TT - check_variable = { power_magnates > power_check } + else_if = { + limit = { + set_temp_variable = { power_check = 0.35 } + custom_trigger_tooltip = { + tooltip = POL_power_magnates_under_TT + check_variable = { power_magnates < power_check } + } } - sejm_high_support_trigger = no + sejm_medium_support_trigger = yes + } + else = { + sejm_high_support_trigger = yes } } } diff --git a/1632_RoF/common/decisions/RUS_decisions.txt b/1632_RoF/common/decisions/RUS_decisions.txt index 90dea6e3..1dc543a7 100644 --- a/1632_RoF/common/decisions/RUS_decisions.txt +++ b/1632_RoF/common/decisions/RUS_decisions.txt @@ -101,6 +101,9 @@ RUS_major_decisions = { } } RUS_test = { + visible = { + is_debug = yes + } complete_effect = { set_global_flag = white_sea_canal_built set_technology = { diff --git a/1632_RoF/common/decisions/_exiled_governments_decisions.txt b/1632_RoF/common/decisions/_exiled_governments_decisions.txt index 3bf757a0..bfaa30a8 100644 --- a/1632_RoF/common/decisions/_exiled_governments_decisions.txt +++ b/1632_RoF/common/decisions/_exiled_governments_decisions.txt @@ -87,6 +87,13 @@ governments_in_exile = { has_legitimacy > 60 } } + modifier = { + factor = 0 + has_opinion = { + target = FROM + value < 60 + } + } } } @@ -103,10 +110,8 @@ governments_in_exile = { visible = { FROM = { is_hosting_exile = ROOT } - FROM = { has_legitimacy < 100 } - } targets = { host } @@ -122,6 +127,10 @@ governments_in_exile = { ai_will_do = { factor = 0.1 + modifier = { + factor = 0 + has_war = no + } } } @@ -193,6 +202,7 @@ governments_in_exile = { } visible = { + has_war = yes FROM = { is_hosting_exile = ROOT } FROM = { has_legitimacy > 10 @@ -202,7 +212,10 @@ governments_in_exile = { targets = { host } - target_trigger = { FROM = { is_hosting_exile = ROOT } } + target_trigger = { + FROM = { is_hosting_exile = ROOT } + FROM = { NOT = { original_tag = POL } } + } modifier = { political_power_cost = 1.0 @@ -243,6 +256,7 @@ governments_in_exile = { } visible = { + has_war = yes FROM = { is_exiled_in = ROOT } FROM = { has_legitimacy > 30 @@ -253,7 +267,10 @@ governments_in_exile = { target_array = exiles - target_trigger = { FROM = { is_exiled_in = ROOT } } + target_trigger = { + FROM = { is_exiled_in = ROOT } + FROM = { NOT = { original_tag = POL } } + } targeted_modifier = { tag = FROM @@ -370,6 +387,10 @@ governments_in_exile = { ai_will_do = { factor = 0.05 + modifier = { + factor = 0 + has_war = no + } } } @@ -419,7 +440,7 @@ governments_in_exile = { } ai_will_do = { - factor = 10 + factor = 5 } } } @@ -509,13 +530,14 @@ category_exile_forces = { } visible = { + has_war = yes FROM = { is_exiled_in = ROOT has_legitimacy > 40 } } - + fire_only_once = yes target_array = exiles target_trigger = { FROM = { is_exiled_in = ROOT } } @@ -576,6 +598,7 @@ category_exile_forces = { } visible = { + has_war = yes FROM = { is_exiled_in = ROOT has_legitimacy > 25 diff --git a/1632_RoF/common/dynamic_modifiers/0_dynamic_modifiers.txt b/1632_RoF/common/dynamic_modifiers/0_dynamic_modifiers.txt index a6c6350b..4cf3b090 100644 --- a/1632_RoF/common/dynamic_modifiers/0_dynamic_modifiers.txt +++ b/1632_RoF/common/dynamic_modifiers/0_dynamic_modifiers.txt @@ -4,6 +4,8 @@ # icon = "GFX_idea_unknown" # optional, will show up in guis if icon is specified # enable = { always = yes } #optional, the modifier won't apply if not enabled # remove_trigger = { always = no } #optional, will remove the modifier if true +# attacker_modifier = no # if yes this modifier will also be read in combat for +# # people engaging in the combat even if not in the state # # # list of modifiers # fuel_cost = 321 @@ -26,8 +28,10 @@ sabotaged_resources = { remove_trigger = { + ROOT = { has_resistance = no } + } icon = GFX_modifiers_sabotaged_resource diff --git a/1632_RoF/common/scripted_effects/GER_scripted_effects .txt b/1632_RoF/common/dynamic_modifiers/aat_dynamic_modifiers.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/GER_scripted_effects .txt rename to 1632_RoF/common/dynamic_modifiers/aat_dynamic_modifiers.txt diff --git a/1632_RoF/common/scripted_effects/HOL_scripted_effects.txt b/1632_RoF/common/dynamic_modifiers/bba_dynamic_modifiers.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/HOL_scripted_effects.txt rename to 1632_RoF/common/dynamic_modifiers/bba_dynamic_modifiers.txt diff --git a/1632_RoF/common/equipment_groups/documentation.info b/1632_RoF/common/equipment_groups/documentation.info new file mode 100644 index 00000000..36de1d67 --- /dev/null +++ b/1632_RoF/common/equipment_groups/documentation.info @@ -0,0 +1,25 @@ +# Equipment Group Database +# +# The purpose of this database is to be able to group various equipment types +# into categories while optionally providing a reasonably short description. +# +# For example: +# +# useless_junk = { +# description = "Useless Junk" # optional, this can be a loc key +# equipment_type = { +# light_tank_chassis_0 # this can be a type, an archetype or a category +# light_tank_chassis_1 +# ... +# } +# } +# +# You can also include existing groups in the equipment type list: +# +# useless_junk_plus_carriers = { +# equipment_type = { +# useless_junk +# carrier +# } +# } +# diff --git a/1632_RoF/common/equipment_groups/mio_equipment_groups.txt b/1632_RoF/common/equipment_groups/mio_equipment_groups.txt new file mode 100644 index 00000000..5f6caaad --- /dev/null +++ b/1632_RoF/common/equipment_groups/mio_equipment_groups.txt @@ -0,0 +1,209 @@ + + +######## ### ## ## ## ## ###### ######## ####### ## ## ######## ###### + ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ## ## ## #### ## ## ## ## ## ## ## ## ## ## ## ## ## + ## ## ## ## ## ## ##### ## #### ######## ## ## ## ## ######## ###### + ## ######### ## #### ## ## ## ## ## ## ## ## ## ## ## ## + ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## + ## ## ## ## ## ## ## ###### ## ## ####### ####### ## ###### + +mio_cat_eq_steam_tank = { + equipment_type = { + steam_tank_equipment + } +} + +mio_cat_eq_gas_tank = { + equipment_type = { + gas_tank_equipment + } +} +mio_cat_eq_all_tank = { + equipment_type = { + steam_tank_equipment + gas_tank_equipment + } +} + +mio_cat_eq_all_light_tank = { #Includes (standalone) Amphibious Tank Chassis + equipment_type = { + light_tank_chassis + amphibious_tank_chassis + gas_tank_equipment + apc_equipment + } +} + +mio_cat_eq_all_medium_tank = { #Includes Modern Tank Chassis + equipment_type = { + medium_tank_chassis + modern_tank_chassis + steam_tank_equipment + } +} + +mio_cat_eq_all_heavy_tank = { #Includes Super Heavy Tank Chassis + equipment_type = { + heavy_tank_chassis + super_heavy_tank_chassis + } +} + +mio_cat_eq_all_tank_destroyers = { #Includes Super Heavy Tank Chassis + equipment_type = { + light_tank_destroyer_chassis + medium_tank_destroyer_chassis + heavy_tank_destroyer_chassis + super_heavy_tank_destroyer_chassis + modern_tank_destroyer_chassis + } +} + + + ###### ## ## #### ######## ###### ######## ####### ## ## ######## ###### +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ######### ## ######## ## #### ######## ## ## ## ## ######## ###### + ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ## ## #### ## ###### ## ## ####### ####### ## ###### + +mio_cat_eq_all_carrier = { #Includes all CV --- Used due to custom loc capabilities + equipment_type = { + ship_hull_carrier + } +} + +mio_cat_eq_all_cruiser = { #Includes all Cruiser (CA, CL, Coastal Defense, Torpedo Cruiser, Panzerschiff) --- Used due to custom loc capabilities + equipment_type = { + ship_hull_cruiser + heavy_frigate + steam_cruiser + } +} + +mio_cat_eq_all_destroyer = { #Includes all Destroyers --- Used due to custom loc capabilities (loc for ship_hull_light just sucks) + equipment_type = { + ship_hull_light + steam_destroyer + light_frigate + } +} + +mio_cat_eq_all_battleship = { #Includes all Battleships (BB, BC, SHBB, Pre-Dreadnought) + equipment_type = { + ship_hull_heavy + steam_battleship + man_of_war + ironclad + timberclad + } +} + +######## ## ### ## ## ######## ###### ######## ####### ## ## ######## ###### +## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## #### ## ## ## ## ## ## ## ## ## ## ## ## +######## ## ## ## ## ## ## ###### ## #### ######## ## ## ## ## ######## ###### +## ## ######### ## #### ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## +## ######## ## ## ## ## ######## ###### ## ## ####### ####### ## ###### + +mio_cat_eq_all_small_plane = { #Includes all Small Aircraft (Fighter, CAS, Nav) and CV versions --- Used due to custom loc capabilities + equipment_type = { + small_plane_airframe + cv_small_plane_airframe + single_plane_equipment + } +} + +mio_cat_eq_all_medium_plane = { #Includes all Medium Aircraft (Tactical Bomber, Heavy Fighter, Scout) --- Used due to custom loc capabilities + equipment_type = { + medium_plane_airframe + multi_plane_equipment + } +} + +mio_cat_eq_all_large_plane = { #Includes all Heavy Aircraft (Strategic Bomber, Maritime Patrol) --- Used due to custom loc capabilities + equipment_type = { + large_plane_airframe + airship_equipment + light_airship_equipment + } +} + +mio_cat_eq_all_cv_aircraft = { #Includes all CV aircraft (Fighter, CAS, Nav) --- Needed because plane designer is a gift to us all + equipment_type = { + cv_small_plane_airframe + } +} + +mio_cat_eq_only_light_fighter = { #Includes Small Fighter and CV Fighter (no CAS, no Nav...) --- Needed because plane designer is a gift to us all + equipment_type = { + small_plane_airframe_0 + small_plane_airframe_1 + small_plane_airframe_2 + small_plane_airframe_3 + small_plane_airframe_4 + cv_small_plane_airframe_0 + cv_small_plane_airframe_1 + cv_small_plane_airframe_2 + cv_small_plane_airframe_3 + cv_small_plane_airframe_4 + fighter_equipment_0 + fighter_equipment_1 + fighter_equipment_2 + fighter_equipment_3 + cv_fighter_equipment_0 + cv_fighter_equipment_1 + cv_fighter_equipment_2 + cv_fighter_equipment_3 + jet_fighter_equipment + rocket_interceptor_equipment + } +} + +mio_cat_eq_only_light_fighter_no_cv = { #Includes only Small Fighter (No CV, no CAS, no Nav...) --- Needed because plane designer is a gift to us all + equipment_type = { + small_plane_airframe_0 + small_plane_airframe_1 + small_plane_airframe_2 + small_plane_airframe_3 + small_plane_airframe_4 + fighter_equipment_0 + fighter_equipment_1 + fighter_equipment_2 + fighter_equipment_3 + jet_fighter_equipment + rocket_interceptor_equipment + } +} + +mio_cat_eq_only_tactical_bomber = { #Includes only Tactical Bomber (Heavy Fighter, No Scout...) --- Needed because plane designer is a gift to us all + equipment_type = { + medium_plane_airframe_0 + medium_plane_airframe_1 + medium_plane_airframe_2 + medium_plane_airframe_3 + medium_plane_airframe_4 + tac_bomber_equipment_0 + tac_bomber_equipment_1 + tac_bomber_equipment_2 + tac_bomber_equipment_3 + jet_tac_bomber_equipment + } +} + +mio_cat_eq_only_strategic_bomber = { #Includes only Strategic Bomber (No Maritime Patrol) --- Needed because plane designer is a gift to us all + equipment_type = { + large_plane_airframe_0 + large_plane_airframe_1 + large_plane_airframe_2 + large_plane_airframe_3 + large_plane_airframe_4 + strat_bomber_equipment_1 + strat_bomber_equipment_2 + strat_bomber_equipment_3 + jet_strat_bomber_equipment + } +} \ No newline at end of file diff --git a/1632_RoF/common/game_rules/00_game_rules.txt b/1632_RoF/common/game_rules/00_game_rules.txt index 49dd5f4e..ebd2426d 100644 --- a/1632_RoF/common/game_rules/00_game_rules.txt +++ b/1632_RoF/common/game_rules/00_game_rules.txt @@ -626,3 +626,58 @@ obsolete_focus_branches_visibility = { allow_achievements = yes } } + + + ## ### # ## ### ## ## # ## ### + # # # # # # # # # # # # # # + ## ## ### # ## # # # # ## ## + # # # # # # # # # # # # # + # ### # # ## ### ## ## # # # ### + +peace_score_to_overlord = { + name = "PEACE_SCORE_TO_OVERLORD" + group = "RULE_GROUP_PEACE_SCORE" + default = { + name = YES + text = "RULE_OPTION_YES" + desc = "RULE_OPTION_PEACE_SCORE_TO_OVERLORD_YES_DESC" + allow_achievements = yes + } + option = { + name = NO + text = "RULE_OPTION_NO" + desc = "RULE_OPTION_PEACE_SCORE_TO_OVERLORD_NO_DESC" + } +} + +peace_score_to_faction_leader = { + name = "PEACE_SCORE_TO_FACTION_LEADER" + group = "RULE_GROUP_PEACE_SCORE" + option = { + name = YES + text = "RULE_OPTION_YES" + desc = "RULE_OPTION_PEACE_SCORE_TO_FACTION_LEADER_YES_DESC" + allow_achievements = yes + } + default = { + name = NO + text = "RULE_OPTION_NO" + desc = "RULE_OPTION_PEACE_SCORE_TO_FACTION_LEADER_NO_DESC" + } +} + +peace_score_reset_low_scores = { + name = "PEACE_SCORE_RESET_LOW_SCORES" + group = "RULE_GROUP_PEACE_SCORE" + option = { + name = YES + text = "RULE_OPTION_YES" + desc = "RULE_OPTION_PEACE_SCORE_RESET_LOW_SCORES_YES_DESC" + allow_achievements = yes + } + default = { + name = NO + text = "RULE_OPTION_NO" + desc = "RULE_OPTION_PEACE_SCORE_RESET_LOW_SCORES_NO_DESC" + } +} \ No newline at end of file diff --git a/1632_RoF/common/generation/generation.txt b/1632_RoF/common/generation/generation.txt new file mode 100644 index 00000000..858c73cb --- /dev/null +++ b/1632_RoF/common/generation/generation.txt @@ -0,0 +1,74 @@ +idea_generation={ + high_command = { + army = { + } + navy = { + } + air = { + } + } + + army_chief = { + army = { + + } + } + + navy_chief = { + navy = { + + } + } + + air_chief = { + air = { + + } + } + + political_advisor = { + + } + + theorist = { ### TODO + army = { + military_theorist = { + attack_skill_level < 1 + } + mobile_warfare_expert = { + attack_skill_level < 1 + } + superior_firepower_expert = { + attack_skill_level < 1 + } + grand_battle_plan_expert = { + attack_skill_level < 1 + } + mass_assault_expert = { + attack_skill_level < 1 + } + blitzkrieg_theorist = { + attack_skill_level < 1 + } + } + navy = { + naval_theorist = { + attack_skill_level < 1 + } + naval_aviation_pioneer = { + attack_skill_level < 1 + } + grand_fleet_proponent = { + attack_skill_level < 1 + } + } + air = { + air_warfare_theorist = { + attack_skill_level < 1 + } + assault_avaition = { + attack_skill_level < 1 + } + } + } +} \ No newline at end of file diff --git a/1632_RoF/common/idea_tags/01_rof_idea.txt b/1632_RoF/common/idea_tags/01_rof_idea.txt index dcc43740..1821e404 100644 --- a/1632_RoF/common/idea_tags/01_rof_idea.txt +++ b/1632_RoF/common/idea_tags/01_rof_idea.txt @@ -71,7 +71,7 @@ idea_categories = { academy_spirit = { type = army_spirit - cost = 25 + cost = 20 removal_cost = -1 politics_tab = no @@ -84,7 +84,7 @@ idea_categories = { army_spirit = { type = army_spirit - cost = 50 + cost = 35 removal_cost = -1 politics_tab = no @@ -96,7 +96,7 @@ idea_categories = { division_command_spirit = { type = army_spirit - cost = 75 + cost = 50 removal_cost = -1 politics_tab = no @@ -108,7 +108,7 @@ idea_categories = { naval_academy_spirit = { type = navy_spirit - cost = 25 + cost = 20 removal_cost = -1 politics_tab = no @@ -120,7 +120,7 @@ idea_categories = { navy_spirit = { type = navy_spirit - cost = 50 + cost = 35 removal_cost = -1 politics_tab = no @@ -132,7 +132,7 @@ idea_categories = { naval_command_spirit = { type = navy_spirit - cost = 75 + cost = 50 removal_cost = -1 politics_tab = no @@ -144,7 +144,7 @@ idea_categories = { air_force_academy_spirit = { type = air_spirit - cost = 25 + cost = 50 removal_cost = -1 politics_tab = no @@ -170,7 +170,7 @@ idea_categories = { politics_tab = no - cost = 75 + cost = 50 removal_cost = -1 ledger = hidden diff --git a/1632_RoF/common/ideas/air_spirits.txt b/1632_RoF/common/ideas/air_spirits.txt index 7371c819..d853bf1f 100644 --- a/1632_RoF/common/ideas/air_spirits.txt +++ b/1632_RoF/common/ideas/air_spirits.txt @@ -148,7 +148,7 @@ ideas = { home_defence_spirit = { ledger = air modifier = { - air_home_defence_factor = 0.1 + ace_effectiveness_factor = 0.5 } ai_will_do = { factor = 1 diff --git a/1632_RoF/common/ideas/army_spirits.txt b/1632_RoF/common/ideas/army_spirits.txt index 91966ee0..35fbda03 100644 --- a/1632_RoF/common/ideas/army_spirits.txt +++ b/1632_RoF/common/ideas/army_spirits.txt @@ -111,8 +111,7 @@ ideas = { modifier = { custom_modifier_tooltip = superior_firepower_academy_spirit_tt trait_engineer_xp_gain_factor = 0.2 - trait_fortress_buster_xp_gain_factor = 0.1 - trait_scavenger_xp_gain_factor = 0.1 + initiative_factor = 0.04 } ai_will_do = { factor = 1.5 @@ -161,7 +160,7 @@ ideas = { trait_engineer_xp_gain_factor = 0.25 unit_engineer_design_cost_factor = -1 dig_in_speed_factor = 0.1 - railway_gun_bombardment_factor = 0.05 + railway_gun_bombardment_factor = 0.20 } ai_will_do = { factor = 1 @@ -196,7 +195,8 @@ ideas = { ledger = army visible = { has_government = liberal } modifier = { - army_advisor_cost_factor = -0.75 + experience_gain_army_factor = 0.25 + army_advisor_cost_factor = -0.5 } ai_will_do = { factor = 1.5 @@ -274,13 +274,13 @@ ideas = { visible = { has_tech = trench_warfare } ledger = army modifier = { - unit_marine_design_cost_factor = -1 - unit_mountaineers_design_cost_factor = -1 - unit_paratrooper_design_cost_factor = -1 - naval_invasion_capacity = 10 + unit_marine_design_cost_factor = -0.5 + unit_mountaineers_design_cost_factor = -0.5 + unit_paratrooper_design_cost_factor = -0.5 + unit_jaeger_brigade_design_cost_factor = -0.5 + special_forces_cap_flat = 24 extra_paratrooper_supply_grace = 24 extra_marine_supply_grace = 24 - naval_invasion_planning_bonus_speed = 0.2 } ai_will_do = { factor = 1.5 @@ -302,6 +302,19 @@ ideas = { factor = 1.5 } } + + heritage_of_accomplishment = { + ledger = army + available = { has_dlc = "By Blood Alone" } + visible = { has_dlc = "By Blood Alone" } + modifier = { + grant_medal_cost_factor = -0.5 + field_officer_promotion_penalty = -1.0 + } + ai_will_do = { + factor = 1 + } + } } division_command_spirit = { diff --git a/1632_RoF/common/ideas/convertedIdeas.txt b/1632_RoF/common/ideas/convertedIdeas.txt index cfc51d2e..c165c198 100644 --- a/1632_RoF/common/ideas/convertedIdeas.txt +++ b/1632_RoF/common/ideas/convertedIdeas.txt @@ -1,200 +1,200 @@ ideas = { country = { - absolutist_defeated={ - removal_cost=-1 - allowed={ - always=no + absolutist_defeated = { + removal_cost = -1 + allowed = { + always = no } - picture=generic_democratic_drift_bonus - modifier={ - stability_factor=0.1 + picture = generic_democratic_drift_bonus + modifier = { + stability_factor = 0.1 } } - absolutist_influence={ - allowed={ - always=no + absolutist_influence = { + allowed = { + always = no } - allowed_civil_war={ - has_government=absolutist + allowed_civil_war = { + has_government = absolutist } - removal_cost=-1 - picture=generic_democratic_drift_bonus - modifier={ - absolutist_drift=0.1 - absolutist_acceptance=85 + removal_cost = -1 + picture = generic_democratic_drift_bonus + modifier = { + absolutist_drift = 0.1 + absolutist_acceptance = 85 } } - absolutist_revolutionaries={ - removal_cost=-1 - allowed={ - always=no + absolutist_revolutionaries = { + removal_cost = -1 + allowed = { + always = no } - picture=generic_fascism_drift_bonus - modifier={ - stability_factor=-0.1 + picture = generic_fascism_drift_bonus + modifier = { + stability_factor = -0.1 } } - absolutist_partisans_recruiting={ - allowed={ - always=no + absolutist_partisans_recruiting = { + allowed = { + always = no } - picture=generic_communism_drift_bonus - modifier={ - conscription=-0.002 - absolutist_drift=0.05 + picture = generic_communism_drift_bonus + modifier = { + conscription = -0.002 + absolutist_drift = 0.05 } - ai_will_do={ - factor=0 + ai_will_do = { + factor = 0 } } - constitutionalist_partisans_recruiting={ - allowed={ - always=no + constitutionalist_partisans_recruiting = { + allowed = { + always = no } - picture=generic_pp_unity_bonus - modifier={ - conscription=-0.002 - constitutionalist_drift=0.05 + picture = generic_pp_unity_bonus + modifier = { + conscription = -0.002 + constitutionalist_drift = 0.05 } - ai_will_do={ - factor=0 + ai_will_do = { + factor = 0 } } - constitutionalist_revolutionaries={ - removal_cost=-1 - allowed={ - always=no + constitutionalist_revolutionaries = { + removal_cost = -1 + allowed = { + always = no } - picture=generic_pp_unity_bonus - modifier={ - stability_factor=-0.1 + picture = generic_pp_unity_bonus + modifier = { + stability_factor = -0.1 } } - collectivist_ethos_focus_democratic={ - allowed={ - always=no + collectivist_ethos_focus_democratic = { + allowed = { + always = no } - allowed_civil_war={ - #has_government=communism + allowed_civil_war = { + #has_government = communism } - removal_cost=-1 - picture=generic_pp_unity_bonus - modifier={ - liberal_drift=-0.02 + removal_cost = -1 + picture = generic_pp_unity_bonus + modifier = { + liberal_drift = -0.02 } } - democratic_influence={ - allowed={ - always=no + democratic_influence = { + allowed = { + always = no } - allowed_civil_war={ - has_government=liberal + allowed_civil_war = { + has_government = liberal } - removal_cost=-1 - picture=generic_democratic_drift_bonus - modifier={ - liberal_drift=0.1 - liberal_acceptance=85 + removal_cost = -1 + picture = generic_democratic_drift_bonus + modifier = { + liberal_drift = 0.1 + liberal_acceptance = 85 } } - democratic_opposition_voicing_protests={ - allowed={ - always=no + democratic_opposition_voicing_protests = { + allowed = { + always = no } - picture=generic_democratic_drift_bonus - modifier={ - political_power_factor=-0.5 - liberal_drift=0.05 + picture = generic_democratic_drift_bonus + modifier = { + political_power_factor = -0.5 + liberal_drift = 0.05 } - ai_will_do={ - factor=0 + ai_will_do = { + factor = 0 } } - collectivist_ethos_focus_neutral={ - allowed={ - always=no + collectivist_ethos_focus_neutral = { + allowed = { + always = no } - allowed_civil_war={ - #has_government=communism + allowed_civil_war = { + #has_government = communism } - removal_cost=-1 - picture=generic_pp_unity_bonus - modifier={ - neutrality_drift=-0.02 + removal_cost = -1 + picture = generic_pp_unity_bonus + modifier = { + neutrality_drift = -0.02 } } - radical_defeated={ - removal_cost=-1 - allowed={ - always=no + radical_defeated = { + removal_cost = -1 + allowed = { + always = no } - picture=generic_democratic_drift_bonus - modifier={ - stability_factor=0.1 + picture = generic_democratic_drift_bonus + modifier = { + stability_factor = 0.1 } } - radical_influence={ - allowed={ - always=no + radical_influence = { + allowed = { + always = no } - allowed_civil_war={ - has_government=radical + allowed_civil_war = { + has_government = radical } - removal_cost=-1 - picture=generic_democratic_drift_bonus - modifier={ - radical_drift=0.1 - radical_acceptance=85 + removal_cost = -1 + picture = generic_democratic_drift_bonus + modifier = { + radical_drift = 0.1 + radical_acceptance = 85 } } - radicalism={ - allowed={ - always=no + radicalism = { + allowed = { + always = no } - allowed_civil_war={ - has_government=radical + allowed_civil_war = { + has_government = radical } - removal_cost=-1 - picture=generic_infantry_bonus - modifier={ - radical_drift=0.1 + removal_cost = -1 + picture = generic_infantry_bonus + modifier = { + radical_drift = 0.1 } } - radical_revolutionaries={ - removal_cost=-1 - allowed={ - always=no + radical_revolutionaries = { + removal_cost = -1 + allowed = { + always = no } - picture=generic_fascism_drift_bonus - modifier={ - stability_factor=-0.1 + picture = generic_fascism_drift_bonus + modifier = { + stability_factor = -0.1 } } - radical_partisans_recruiting={ - allowed={ - always=no + radical_partisans_recruiting = { + allowed = { + always = no } - picture=generic_communism_drift_bonus - modifier={ - conscription=-0.002 - radical_drift=0.05 + picture = generic_communism_drift_bonus + modifier = { + conscription = -0.002 + radical_drift = 0.05 } - ai_will_do={ - factor=0 + ai_will_do = { + factor = 0 } } } diff --git a/1632_RoF/common/ideas/navy_spirits.txt b/1632_RoF/common/ideas/navy_spirits.txt index c5f91c8b..175d4481 100644 --- a/1632_RoF/common/ideas/navy_spirits.txt +++ b/1632_RoF/common/ideas/navy_spirits.txt @@ -135,7 +135,6 @@ ideas = { visible = { has_dlc = "Man the Guns" } research_bonus = { ship_modules_tech = 0.20 - naval_equipment = 0.20 } ai_will_do = { factor = 1 @@ -153,7 +152,7 @@ ideas = { naval_refit_yards_spirit = { ledger = navy modifier = { - navy_refit_speed = 0.25 + refit_speed = 0.25 repair_speed_factor = 0.15 } ai_will_do = { diff --git a/1632_RoF/common/ideas/zzz_generic.txt b/1632_RoF/common/ideas/zzz_generic.txt index d11acf85..53ef1a11 100644 --- a/1632_RoF/common/ideas/zzz_generic.txt +++ b/1632_RoF/common/ideas/zzz_generic.txt @@ -125,7 +125,7 @@ ideas = { opinion_gain_monthly_same_ideology_factor = 0.25 } } - royal_dictatorship_focus = { + royal_dictatorship_idea = { allowed = { always = no diff --git a/1632_RoF/common/intelligence_agencies/00_intelligence_agencies.txt b/1632_RoF/common/intelligence_agencies/00_intelligence_agencies.txt index 573fcf13..ef8143b1 100644 --- a/1632_RoF/common/intelligence_agencies/00_intelligence_agencies.txt +++ b/1632_RoF/common/intelligence_agencies/00_intelligence_agencies.txt @@ -25,8 +25,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_sov names = { "NKVD" } - default = { tag = SOV } - available = { original_tag = SOV } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -43,8 +43,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_ger names = { "Abwehr" } - default = { tag = GER } - available = { original_tag = GER } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -61,8 +61,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_ita names = { "Servizio Informazioni Militare" } - default = { tag = ITA } - available = { original_tag = ITA } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -79,8 +79,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_nor names = { "E-tjenesten" } - default = { tag = NOR } - available = { original_tag = NOR } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -88,8 +88,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_bel names = { "ADIV" "SGRS" } - default = { tag = BEL } - available = { original_tag = BEL } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -97,8 +97,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_hol names = { "Bureau Inlichtingen" } - default = { tag = HOL } - available = { original_tag = HOL} + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -106,8 +106,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_rom names = { "Serviciul Special de Informatii" } - default = { tag = ROM } - available = { original_tag = ROM } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -115,8 +115,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_prc names = { "Intelligence Department Central Military Commission" } - default = { tag = PRC } - available = { original_tag = PRC } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -133,8 +133,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_yug names = { "OZNA" } - default = { tag = YUG } - available = { original_tag = YUG } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -151,8 +151,8 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_spa names = { "SIPM" } - default = { tag = SPA } - available = { original_tag = SPA } + default = { always = yes } + available = { always = yes } } intelligence_agency = { @@ -187,8 +187,109 @@ intelligence_agency = { picture = GFX_intelligence_agency_logo_fin names = { "PE TIEDOS" } - default = { tag = FIN } + default = { always = yes } + available = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_tur + names = { "Millî Emniyet Hizmeti" } + + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_gre + names = { "Diéfthynsi Eidikís Asfaleías tou Krátous" "I Eidikí" } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_bul + names = { "Natsionalnata Razuznavatelna Sluzhba" } + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_agency_logo_eth_fetno_derash + names = { fetno_derash arbegnoch } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_eth_crid + names = { crid black_lions } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_eth_smie + names = { smie } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_SWI_swi_buero_ha + names = { "Buero Ha" } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_SWI_swi_buero_ha + names = { "Federal Police" } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_DEN_sipo + names = { "Sikkerhedspolitiet" } + + available = { always = yes } + + default = { always = yes } +} + +intelligence_agency = { + + picture = GFX_intelligence_agency_logo_ICE_logreglan + names = { "Lögreglan" } + + available = { always = yes } + + default = { always = yes } } intelligence_agency = { diff --git a/1632_RoF/common/map_modes/documentation.txt b/1632_RoF/common/map_modes/documentation.txt new file mode 100644 index 00000000..ef6da3a6 --- /dev/null +++ b/1632_RoF/common/map_modes/documentation.txt @@ -0,0 +1,97 @@ +# scripted map modes can be used to add new map modes to game_map_mode_factions +# +# example: +# +#scripted_map_modes = { +# test_map_mode = { +# # the game will use name of the map mode for some strings: +# # MAPMODE_TEST_MAP_MODE MAPMODE_TEST_MAP_MODE_NAME MAPMODE_TEST_MAP_MODE_DESCRIPTION as name & desc +# # test_map_mode_tooltip & test_map_mode_tooltip_delayed for tooltips +# # GFX_mapmode_buttons_deselected_small_test_map_mode GFX_mapmode_buttons_selected_small_test_map_mode for the icons +# +# # there are two layers for a map mode. bottom & top +# # both are same except during rendering they will be rendered in that order +# # for each layer the game will figure out what borders to render and will ask script to pick a color for those +# top = { +# +# # type represents which borders will be used for rendering for this layer +# # or it can represent one of the hard coded map mode layers +# # must be one of following: +# # none #will render nothing for this layer +# # country #will render using country provinces +# # state #will render using state provinces +# # state_controller #will render using state provinces & controllers. if a state is shared between countries it will be called for each country +# +# # game_map_mode_country (these are hard coded map mode layers. if these are used all other layer entries are ignored) +# # game_map_mode_states +# # game_map_mode_diplomacy +# # game_map_mode_players +# # game_map_mode_factions +# # game_map_mode_ideology +# type = country +# +# # this trigger will be used for setting the color of a specific border +# # if trigger returns true then it will render that border +# # scope depends on type of the layer +# # scope is player +# # from scope depends on type +# # country: current country that will be rendered +# # state: current state that will be rendered +# # state_controller: current state that will be rendered and from from scope will be the controller of current portion of the state +# # if return value is true the game expects you to set some temp variables which will be used as border color etc +# +# color = { +# set_temp_variable = { red = 0.0 } +# set_temp_variable = { blue = 1.0 } +# set_temp_variable = { green = 0.0 } +# set_temp_variable = { alpha = 1.0 } +# +# # only needed if thickness = yes on parent +# # specify layer thickness +# set_temp_variable = { thickness = 10.0 } +# +# # if set border will pulsate +# set_temp_variable = { highlighted = 1.0 } +# +# #always = yes +# } +# +# +# # a target list that can be used to limit which scopes will be rendered on map +# # similar to targeted decisions +# # highly recommended for perfomance, otherwise it will try to render for every scope +# targets = { +# #target_array = robot_map_icon_array +# #targets +# #target_trigger +# #... everything targeted decisions support +# } +# +# # if the border has thickness then set +# thickness = yes +# } +# +# bottom = { +# # same structure as top +# +# type = none +# } +# +# +# # if we want to show texts on map this you can set far_text & near_text +# # must be one of the: +# # none +# # country +# # state +# # faction +# # player +# +# far_text = country +# near_text = state +# +# # if yes, the game will update the map mode daily_update +# # otherwise force_update_map_mode effect can be used +# update_daily = yes +# +# } +#} \ No newline at end of file diff --git a/1632_RoF/common/medals/00_medals.txt b/1632_RoF/common/medals/00_medals.txt new file mode 100644 index 00000000..bd64f652 --- /dev/null +++ b/1632_RoF/common/medals/00_medals.txt @@ -0,0 +1,852 @@ +# frames: Frame numbers for ribbon sprite layers. +# colors: Tint colors (R G B A) for ribbon sprite layers + +medals = { + + stalwart_defender_medal = { + name = "CAREER_PROFILE_STALWART_DEFENDER_MEDAL" + description = "CAREER_PROFILE_STALWART_DEFENDER_MEDAL_DESCRIPTION" + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + debug = { defensive_victories } + bronze = { career_profile_check_value = { + var = defensive_victories + value = 500 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_ATTACKS" + } } + silver = { career_profile_check_value = { + var = defensive_victories + value = 1000 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_ATTACKS" + } } + gold = { career_profile_check_value = { + var = defensive_victories + value = 2000 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_ATTACKS" + } } + } + + shield_medal = { + name = "CAREER_PROFILE_SHIELD_MEDAL" + description = "CAREER_PROFILE_SHIELD_MEDAL_DESCRIPTION" + frames = { 1 2 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + debug = { defensive_bonus_achieved } + bronze = { career_profile_check_value = { + var = defensive_bonus_achieved + value = 200 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + silver = { career_profile_check_value = { + var = defensive_bonus_achieved + value = 300 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + gold = { career_profile_check_value = { + var = defensive_bonus_achieved + value = 350 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + } + + military_planner_medal = { + name = "CAREER_PROFILE_MILITARY_PLANNER_MEDAL" + description = "CAREER_PROFILE_MILITARY_PLANNER_MEDAL_DESCRIPTION" + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + debug = { planning_bonus_achieved } + bronze = { career_profile_check_value = { + var = planning_bonus_achieved + value = 50 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + silver = { career_profile_check_value = { + var = planning_bonus_achieved + value = 70 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + gold = { career_profile_check_value = { + var = planning_bonus_achieved + value = 80 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_BONUS_PERCENT" + } } + } + + combat_efficiency_medal = { + name = "CAREER_PROFILE_COMBAT_EFFICIENCY_MEDAL" + description = "CAREER_PROFILE_COMBAT_EFFICIENCY_MEDAL_DESCRIPTION" + frames = { 1 2 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + debug = { destroyed_encircled_divisions } + bronze = { career_profile_check_value = { + var = destroyed_encircled_divisions + value = 25 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = destroyed_encircled_divisions + value = 50 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = destroyed_encircled_divisions + value = 200 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + grand_encirclement_medal = { + name = "CAREER_PROFILE_GRAND_ENCIRCLEMENT_MEDAL" + description = "CAREER_PROFILE_GRAND_ENCIRCLEMENT_MEDAL_DESCRIPTION" + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + debug = { encircled_divisions } + bronze = { career_profile_check_value = { + var = encircled_divisions + value = 12 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = encircled_divisions + value = 20 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = encircled_divisions + value = 30 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + military_mastery_medal = { + name = "CAREER_PROFILE_MILITARY_MASTERY_MEDAL" + description = "CAREER_PROFILE_MILITARY_MASTERY_MEDAL_DESCRIPTION" + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + debug = { battle_affecting_modifiers } + bronze = { career_profile_check_value = { + var = battle_affecting_modifiers + value = 3 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MODIFIERS" + } } + silver = { career_profile_check_value = { + var = battle_affecting_modifiers + value = 4 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MODIFIERS" + } } + gold = { career_profile_check_value = { + var = battle_affecting_modifiers + value = 6 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MODIFIERS" + } } + } + + turning_the_tide_medal = { + name = "CAREER_PROFILE_TURNING_THE_TIDE_MEDAL" + description = "CAREER_PROFILE_TURNING_THE_TIDE_MEDAL_DESCRIPTION" + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + debug = { recent_spawned_divisions } + bronze = { career_profile_check_value = { + var = recent_spawned_divisions + value = 15 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = recent_spawned_divisions + value = 25 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = recent_spawned_divisions + value = 40 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + lord_of_the_seas_medal = { + name = "CAREER_PROFILE_LORD_OF_THE_SEAS_MEDAL" + description = "CAREER_PROFILE_LORD_OF_THE_SEAS_MEDAL_DESCRIPTION" + frames = { 4 7 1 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + debug = { totally_controlled_naval_regions } + bronze = { career_profile_check_value = { + var = totally_controlled_naval_regions + value = 6 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_REGIONS" + } } + silver = { career_profile_check_value = { + var = totally_controlled_naval_regions + value = 8 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_REGIONS" + } } + gold = { career_profile_check_value = { + var = totally_controlled_naval_regions + value = 12 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_REGIONS" + } } + } + + veterancy_medal = { + name = "CAREER_PROFILE_VETERANCY_MEDAL" + description = "CAREER_PROFILE_VETERANCY_MEDAL_DESCRIPTION" + frames = { 4 8 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + debug = { veteran_units } + bronze = { career_profile_check_value = { + var = veteran_units + value = 7 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = veteran_units + value = 15 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = veteran_units + value = 24 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + sky_supplies_medal = { + name = "CAREER_PROFILE_SKY_SUPPLIES_MEDAL" + description = "CAREER_PROFILE_SKY_SUPPLIES_MEDAL_DESCRIPTION" + frames = { 1 2 3 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + debug = { max_air_supply_to_region } + bronze = { career_profile_check_value = { + var = max_air_supply_to_region + value = 1 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_SUPPLIES" + } } + silver = { career_profile_check_value = { + var = max_air_supply_to_region + value = 3 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_SUPPLIES" + } } + gold = { career_profile_check_value = { + var = max_air_supply_to_region + value = 5 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_SUPPLIES" + } } + } + + paradrop_medal = { + name = "CAREER_PROFILE_PARADROP_MEDAL" + description = "CAREER_PROFILE_PARADROP_MEDAL_DESCRIPTION" + debug = { paratrooper_divisions } + frames = { 3 5 3 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { career_profile_check_value = { + var = paratrooper_divisions + value = 4 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = paratrooper_divisions + value = 8 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = paratrooper_divisions + value = 12 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + naval_invasion_medal = { + name = "CAREER_PROFILE_NAVAL_INVASION_MEDAL" + description = "CAREER_PROFILE_NAVAL_INVASION_MEDAL_DESCRIPTION" + debug = { recent_naval_invasion_divisions_transferred } + frames = { 3 6 1 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { career_profile_check_value = { + var = recent_naval_invasion_divisions_transferred + value = 10 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + silver = { career_profile_check_value = { + var = recent_naval_invasion_divisions_transferred + value = 30 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + gold = { career_profile_check_value = { + var = recent_naval_invasion_divisions_transferred + value = 60 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DIVISIONS" + } } + } + + land_acquisition_medal = { + name = "CAREER_PROFILE_LAND_ACQUISITION_MEDAL" + description = "CAREER_PROFILE_LAND_ACQUISITION_MEDAL_DESCRIPTION" + debug = { + recent_provinces_gained + recent_provinces_lost + } + frames = { 1 2 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_LAND_ACQUISITION_MEDAL_BRONZE" + + career_profile_set_temp_variable = { gained = recent_provinces_gained } + career_profile_set_temp_variable = { lost = recent_provinces_lost } + subtract_from_temp_variable = { gained = lost } + check_variable = { + var = gained + value = 5 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + silver = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_LAND_ACQUISITION_MEDAL_SILVER" + + career_profile_set_temp_variable = { gained = recent_provinces_gained } + career_profile_set_temp_variable = { lost = recent_provinces_lost } + subtract_from_temp_variable = { gained = lost } + check_variable = { + var = gained + value = 10 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + gold = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_LAND_ACQUISITION_MEDAL_GOLD" + + career_profile_set_temp_variable = { gained = recent_provinces_gained } + career_profile_set_temp_variable = { lost = recent_provinces_lost } + subtract_from_temp_variable = { gained = lost } + check_variable = { + var = gained + value = 15 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + } + + raining_debris_medal = { + name = "CAREER_PROFILE_RAINING_DEBRIS_MEDAL" + description = "CAREER_PROFILE_RAINING_DEBRIS_MEDAL_DESCRIPTION" + debug = { recent_shot_down_airplanes } + frames = { 2 4 3 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { career_profile_check_value = { + var = recent_shot_down_airplanes + value = 100 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_AIRPLANES" + } } + silver = { career_profile_check_value = { + var = recent_shot_down_airplanes + value = 400 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_AIRPLANES" + } } + gold = { career_profile_check_value = { + var = recent_shot_down_airplanes + value = 800 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_AIRPLANES" + } } + } + + production_is_power = { + name = "CAREER_PROFILE_PRODUCTION_IS_POWER" + description = "CAREER_PROFILE_PRODUCTION_IS_POWER_DESCRIPTION" + debug = { + civilian_factories_built_1936 + civilian_factories_built_1940 + civilian_factories_built_1945 + + military_factories_built_1936 + military_factories_built_1940 + military_factories_built_1945 + } + frames = {1 1 4} + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_PRODUCTION_IS_POWER_BRONZE" + + career_profile_set_temp_variable = { sum = civilian_factories_built_1936 } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + career_profile_set_temp_variable = { to_add = military_factories_built_1936 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + check_variable = { + var = sum + value = 50 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + silver = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_PRODUCTION_IS_POWER_SILVER" + + career_profile_set_temp_variable = { sum = civilian_factories_built_1936 } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + career_profile_set_temp_variable = { to_add = military_factories_built_1936 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + check_variable = { + var = sum + value = 250 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + gold = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_PRODUCTION_IS_POWER_GOLD" + + career_profile_set_temp_variable = { sum = civilian_factories_built_1936 } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = civilian_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + career_profile_set_temp_variable = { to_add = military_factories_built_1936 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = military_factories_built_1945 } + add_to_temp_variable = { sum = to_add } + + check_variable = { + var = sum + value = 500 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + } } + } + + engineering_behemoth_medal = { + name = "CAREER_PROFILE_ENGINEERING_BEHEMOTH_MEDAL" + description = "CAREER_PROFILE_ENGINEERING_BEHEMOTH_MEDAL_DESCRIPTION" + debug = { + deployed_tanks_with_armor_rating_bronze + deployed_tanks_with_armor_rating_silver + deployed_tanks_with_armor_rating_gold + } + frames = { 2 3 2 } + colors = { + { bronze = { 150.0 105.0 89.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.94 0.74 0.36 1.0 } } + { bronze = { 150.0 105.0 89.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.94 0.74 0.36 1.0 } } + { bronze = { 150.0 105.0 89.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.94 0.74 0.36 1.0 } } + } + bronze = { career_profile_check_playthrough_value = { + var = deployed_tanks_with_armor_rating_bronze + value = 1000 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_TANKS_WITH_ARMOR_RATING" + tooltip_value = 100 + } } + silver = { career_profile_check_playthrough_value = { + var = deployed_tanks_with_armor_rating_silver + value = 1000 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_TANKS_WITH_ARMOR_RATING" + tooltip_value = 160 + } } + gold = { career_profile_check_playthrough_value = { + var = deployed_tanks_with_armor_rating_gold + value = 1000 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_TANKS_WITH_ARMOR_RATING" + tooltip_value = 200 + } } + } + + castles_in_the_air_medal = { + name = "CAREER_PROFILE_CASTLES_IN_THE_AIR_MEDAL" + description = "CAREER_PROFILE_CASTLES_IN_THE_AIR_MEDAL_DESCRIPTION" + debug = { + deployed_airplanes_with_air_defense_bronze + deployed_airplanes_with_air_defense_silver + deployed_airplanes_with_air_defense_gold + } + frames = { 1 2 4 } + colors = { + { bronze = { 155.0 105.0 81.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.38 1.0 } } + { bronze = { 155.0 105.0 81.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.38 1.0 } } + { bronze = { 155.0 105.0 81.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.38 1.0 } } + } + bronze = { career_profile_check_playthrough_value = { + var = deployed_airplanes_with_air_defense_bronze + value = 100 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_AIRPLANES_WITH_AIR_DEFENSE" + tooltip_value = 20 + } } + silver = { career_profile_check_playthrough_value = { + var = deployed_airplanes_with_air_defense_silver + value = 100 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_AIRPLANES_WITH_AIR_DEFENSE" + tooltip_value = 50 + } } + gold = { career_profile_check_playthrough_value = { + var = deployed_airplanes_with_air_defense_gold + value = 100 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DEPLOYED_AIRPLANES_WITH_AIR_DEFENSE" + tooltip_value = 100 + } } + } + + nevermine_me_medal = { + name = "CAREER_PROFILE_NEVERMINE_ME_MEDAL" + description = "CAREER_PROFILE_NEVERMINE_ME_MEDAL_DESCRIPTION" + debug = { mined_sea_regions } + frames = { 1 1 1 } + colors = { + { bronze = { 100.0 100.0 100.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.42 1.0 } } + { bronze = { 100.0 100.0 100.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.42 1.0 } } + { bronze = { 100.0 100.0 100.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.42 1.0 } } + } + bronze = { career_profile_check_value = { + var = mined_sea_regions + value = 1 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MINED_SEA_REGIONS" + } } + silver = { career_profile_check_value = { + var = mined_sea_regions + value = 3 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MINED_SEA_REGIONS" + } } + gold = { career_profile_check_value = { + var = mined_sea_regions + value = 6 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_MINED_SEA_REGIONS" + } } + } + + brains_and_brute_force = { + name = "CAREER_PROFILE_BRAINS_AND_BRUTE_FORCE_MEDAL" + description = "CAREER_PROFILE_BRAINS_AND_BRUTE_FORCE_MEDAL_DESCRIPTION" + debug = { decrypted_ciphers } + frames = { 1 1 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + } + bronze = { career_profile_check_value = { + var = decrypted_ciphers + value = 5 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTED_CIPHERS" + } } + silver = { career_profile_check_value = { + var = decrypted_ciphers + value = 15 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTED_CIPHERS" + } } + gold = { career_profile_check_value = { + var = decrypted_ciphers + value = 30 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTED_CIPHERS" + } } + } + + cargo_embargo = { + name = "CAREER_PROFILE_CARGO_EMBARGO" + description = "CAREER_PROFILE_CARGO_EMBARGO_DESCRIPTION" + debug = { + embargoed_countries + } + frames = {1 1 2} + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 1.0 0.0 1.0 0.0 } silver = { 1.0 0.0 1.0 0.0 } gold = { 1.0 0.0 1.0 0.0 } } + } + bronze = { career_profile_check_value = { + var = embargoed_countries + value = 1 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_NATIONS" + } } + silver = { career_profile_check_value = { + var = embargoed_countries + value = 4 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_NATIONS" + } } + gold = { career_profile_check_value = { + var = embargoed_countries + value = 8 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_NATIONS" + } } + } + + a_modern_verdun = { + name = "CAREER_PROFILE_MODERN_VERDUN" + description = "CAREER_PROFILE_MODERN_VERDUN_DESCRIPTION" + debug = { + longest_battle_duration + } + frames = {3 5 2} + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.93 0.74 0.38 0.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { career_profile_check_playthrough_value = { + var = longest_battle_duration + value = 99 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DAYS" + } } + silver = { career_profile_check_playthrough_value = { + var = longest_battle_duration + value = 198 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DAYS" + } } + gold = { career_profile_check_playthrough_value = { + var = longest_battle_duration + value = 302 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DAYS" + } } + } + + i_am_inevitable = { + name = "CAREER_PROFILE_I_AM_INEVITABLE" + description = "CAREER_PROFILE_I_AM_INEVITABLE_DESCRIPTION" + debug = { + province_gaining_weeks + } + frames = {1 1 2} + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { career_profile_check_value = { + var = province_gaining_weeks + value = 8 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_PROVINCE_GAINING_WEEKS" + } } + silver = { career_profile_check_value = { + var = province_gaining_weeks + value = 22 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_PROVINCE_GAINING_WEEKS" + } } + gold = { career_profile_check_value = { + var = province_gaining_weeks + value = 36 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_PROVINCE_GAINING_WEEKS" + } } + } + + quality_over_quantity = { + name = "CAREER_PROFILE_QUALITY_OVER_QUANTITY" + description = "CAREER_PROFILE_QUALITY_OVER_QUANTITY_DESCRIPTION" + debug = { + enemy_casualties + total_own_casualties + } + frames = { 4 8 2 } + colors = { + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + { bronze = { 155.0 105.0 87.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.93 0.74 0.38 1.0 } } + } + bronze = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_QUALITY_OVER_QUANTITY_BRONZE" + + career_profile_check_playthrough_value = { + var = enemy_casualties + value = 1000000 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + career_profile_check_playthrough_ratio = { + first = enemy_casualties + second = total_own_casualties + ratio = 1.5 + compare = greater_than_or_equals + } + } } + silver = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_QUALITY_OVER_QUANTITY_SILVER" + + career_profile_check_playthrough_value = { + var = enemy_casualties + value = 1000000 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + career_profile_check_playthrough_ratio = { + first = enemy_casualties + second = total_own_casualties + ratio = 2 + compare = greater_than_or_equals + } + } } + gold = { custom_trigger_tooltip = { + tooltip = "CAREER_PROFILE_QUALITY_OVER_QUANTITY_GOLD" + + career_profile_check_playthrough_value = { + var = enemy_casualties + value = 1000000 # Remember to update the tooltip when changing this + compare = greater_than_or_equals + } + career_profile_check_playthrough_ratio = { + first = enemy_casualties + second = total_own_casualties + ratio = 4 + compare = greater_than_or_equals + } + } } + } + + finesse_is_faster = { + name = "CAREER_PROFILE_FINESSE_IS_FASTER" + description = "CAREER_PROFILE_FINESSE_IS_FASTER_DESCRIPTION" + debug = { decrypting_days_saved } + frames = { 1 2 3 } + colors = { + { bronze = { 155.0 105.0 81.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.38 1.0 } } + { bronze = { 155.0 105.0 81.0 1.0 } silver = { 1.0 1.0 1.0 1.0 } gold = { 0.91 0.76 0.38 1.0 } } + { bronze = { 155.0 105.0 81.0 0.0 } silver = { 1.0 1.0 1.0 0.0 } gold = { 0.91 0.76 0.38 0.0 } } + } + bronze = { career_profile_check_value = { + var = decrypting_days_saved + value = 50 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTING_DAYS_SAVED" + } } + silver = { career_profile_check_value = { + var = decrypting_days_saved + value = 100 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTING_DAYS_SAVED" + } } + gold = { career_profile_check_value = { + var = decrypting_days_saved + value = 200 + compare = greater_than_or_equals + tooltip = "CAREER_PROFILE_TRIGGER_DECRYPTING_DAYS_SAVED" + } } + } +} diff --git a/1632_RoF/common/military_industrial_organization/ai_bonus_weights/ai_bonus_weights.txt b/1632_RoF/common/military_industrial_organization/ai_bonus_weights/ai_bonus_weights.txt new file mode 100644 index 00000000..fb21a5ef --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/ai_bonus_weights/ai_bonus_weights.txt @@ -0,0 +1,98 @@ +default = { + + # Equipment stats + + air_agility = 1 + air_attack = 1 + air_bombing = 1 + air_defence = 1 + air_ground_attack = 1 + air_range = 1 + air_superiority = 1 + anti_air_attack = 1 + ap_attack = 1 + armor_value = 1 + breakthrough = 1 + build_cost_ic = 1 + carrier_size = 1 + defense = 1 + entrenchment = 1 + fuel_consumption = 1 + hard_attack = 1 + hardness = 1 + hg_armor_piercing = 1 + hg_attack = 1 + lg_armor_piercing = 1 + lg_attack = 1 + max_organisation = 1 + max_strength = 1 + maximum_speed = 1 + mines_planting = 1 + mines_sweeping = 1 + naval_heavy_gun_hit_chance_factor = 1 + naval_light_gun_hit_chance_factor = 1 + naval_range = 1 + naval_speed = 1 + naval_strike_attack = 1 + naval_strike_targetting = 1 + naval_torpedo_damage_reduction_factor = 1 + naval_torpedo_hit_chance_factor = 1 + naval_weather_penalty_factor = 1 + night_penalty = 1 + reliability = 1 + reliability_factor = 1 + soft_attack = 1 + strategic_attack = 1 + sub_attack = 1 + sub_detection = 1 + sub_visibility = 1 + supply_consumption = 1 + surface_detection = 1 + surface_visibility = 1 + thrust = 1 + torpedo_attack = 1 + weight = 1 + + #Need to confirm by coder + default_morale = 1 + recon = 1 + initiative = 1 + casualty_trickleback = 1 + supply_consumption_factor = 1 + suppression = 1 + suppression_factor = 1 + experience_loss_factor = 1 + equipment_capture_factor = 1 + fuel_capacity = 1 + amphibious_defense = 1 + naval_torpedo_enemy_critical_chance_factor = 1 + convoy_raiding_coordination = 1 + patrol_coordination = 1 + search_and_destroy_coordination = 1 + air_visibility_factor = 1 + railway_gun_attack = 1 + railway_gun_attack_range = 1 + fuel_consumption_factor = 1 + acclimatization_hot_climate_gain_factor = 1 + acclimatization_cold_climate_gain_factor = 1 + + # Production bonuses + + production_capacity_factor = 1 + production_conversion_speed_factor = 1 + production_cost_factor = 1 + production_efficiency_cap_factor = 1 + production_efficiency_gain_factor = 1 + production_resource_need_factor = 1 + production_resource_penalty_factor = 1 + + # Organisation modifiers + + military_industrial_organization_design_team_assign_cost = 1 + military_industrial_organization_design_team_change_cost = 1 + military_industrial_organization_funds_gain = 1 + military_industrial_organization_industrial_manufacturer_assign_cost = 1 + military_industrial_organization_research_bonus = 1 + military_industrial_organization_size_up_requirement = 1 + military_industrial_organization_task_capacity = 1 +} \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/ai_bonus_weights/documentation.info b/1632_RoF/common/military_industrial_organization/ai_bonus_weights/documentation.info new file mode 100644 index 00000000..4f2b70d8 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/ai_bonus_weights/documentation.info @@ -0,0 +1,39 @@ +# +# AI Bonus Weights +# +# This database contains numbers that influence how much each trait bonus +# affects the desire of the AI to pick traits with that bonus. +# +# The format is very simple: +# +# equipment_archetype = { +# bonus_1 = weight +# bonus_2 = weight +# bonus_3 = weight +# ... +# } +# +# For example: +# +# infantry_equipment = { +# # Prefer infantry equipment with high air superiority bonus! +# air_superiority = 9.999 +# } +# +# Each bonus will affect the desire of the AI greater the greater the value +# of the bonus. +# +# Every bonus used by any of the MIOs should have a weight. If no archetype- +# specific weight is provided for a bonus, the default value will be used. +# Default values live in their own section: +# +# default = { +# bonus_1 = weight +# bonus_2 = weight +# bonus_3 = weight +# ... +# } +# +# If neither archetype-specific nor default value is provided, the game will +# log an error. +# diff --git a/1632_RoF/common/military_industrial_organization/organizations/00_DEBUG_organization.txt b/1632_RoF/common/military_industrial_organization/organizations/00_DEBUG_organization.txt new file mode 100644 index 00000000..324138b8 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/organizations/00_DEBUG_organization.txt @@ -0,0 +1,352 @@ + +######## ### ## ## ## ## ###### + ## ## ## ### ## ## ## ## ## + ## ## ## #### ## ## ## ## + ## ## ## ## ## ## ##### ###### + ## ######### ## #### ## ## ## + ## ## ## ## ### ## ## ## ## + ## ## ## ## ## ## ## ###### + +DEBUG_generic_tank_organization = { + include = generic_tank_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_infantry_tank_organization = { + include = generic_infantry_tank_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_mobile_tank_organization = { + include = generic_mobile_tank_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_medium_tank_organization = { + include = generic_medium_tank_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_heavy_tank_organization = { + include = generic_heavy_tank_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_tank_refurbishment_plant_organization = { + include = generic_tank_refurbishment_plant_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + + + ###### ## ## #### ######## ###### +## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## + ###### ######### ## ######## ###### + ## ## ## ## ## ## +## ## ## ## ## ## ## ## + ###### ## ## #### ## ###### + + +DEBUG_generic_task_force_ship_organization = { + include = generic_task_force_ship_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_battle_line_ship_organization = { + include = generic_battle_line_ship_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_escort_ship_organization = { + include = generic_escort_ship_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_raider_ship_organization = { + include = generic_raider_ship_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_submarine_organization = { + include = generic_submarine_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_black_sea_fleet_organization = { + include = generic_black_sea_fleet_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + + + +######## ## ### ## ## ######## ###### +## ## ## ## ## ### ## ## ## ## +## ## ## ## ## #### ## ## ## +######## ## ## ## ## ## ## ###### ###### +## ## ######### ## #### ## ## +## ## ## ## ## ### ## ## ## +## ######## ## ## ## ## ######## ###### + + +DEBUG_generic_general_aircraft_organization = { + include = generic_general_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_light_aircraft_organization = { + include = generic_light_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_medium_aircraft_organization = { + include = generic_medium_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_heavy_aircraft_organization = { + include = generic_heavy_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_cas_aircraft_organization = { + include = generic_cas_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_naval_aircraft_organization = { + include = generic_naval_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_multi_role_aircraft_organization = { + include = generic_multi_role_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_high_agility_fighter_aircraft_organization = { + include = generic_high_agility_fighter_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_range_focused_aircraft_organization = { + include = generic_range_focused_aircraft_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + + + +## ## ### ######## ######## ######## #### ######## ## +### ### ## ## ## ## ## ## ## ## ## +#### #### ## ## ## ## ## ## ## ## ## +## ### ## ## ## ## ###### ######## ## ###### ## +## ## ######### ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ######## ## ## #### ######## ######## + + +DEBUG_generic_artillery_organization = { + include = generic_artillery_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_infantry_equipment_organization = { + include = generic_infantry_equipment_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_support_equipment_organization = { + include = generic_support_equipment_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_motorized_mechanized_organization = { + include = generic_motorized_mechanized_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} + +DEBUG_generic_armored_car_organization = { + include = generic_armored_car_organization + allowed = { + has_dlc = "Arms Against Tyranny" + is_debug = yes + } + + visible = { #TODO_Manu: All this needs to be removed later on + owner = { has_country_flag = mio_show_all_archetypes_flag } + } +} \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/organizations/00_generic_organization.txt b/1632_RoF/common/military_industrial_organization/organizations/00_generic_organization.txt new file mode 100644 index 00000000..78964313 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/organizations/00_generic_organization.txt @@ -0,0 +1,7867 @@ + + +######## ### ## ## ## ## ###### + ## ## ## ### ## ## ## ## ## + ## ## ## #### ## ## ## ## + ## ## ## ## ## ## ##### ###### + ## ######### ## #### ## ## ## + ## ## ## ## ### ## ## ## ## + ## ## ## ## ## ## ## ###### + + + +# GENERIC TANK MANUFACTURER - Based on Daimler Benz +generic_tank_organization = { + icon = GFX_idea_generic_tank_manufacturer_1 + + allowed = { + always = yes + #Countries with custom MIOs + } + + equipment_type = { mio_cat_eq_all_light_tank mio_cat_eq_all_medium_tank } + research_categories = { mio_cat_tech_light_armor_and_modules mio_cat_tech_medium_armor_and_modules } + + tree_header_text = { + text = mio_header_tank_construction + x = 3 + } + + tree_header_text = { + text = mio_header_equipment_and_specialization + x = 7 + } + + + initial_trait = { + name = generic_mio_initial_trait_standardized_production + + equipment_bonus = { + armor_value = -0.05 + defense =-0.05 + build_cost_ic = -0.03 + } + } + + trait = { + token = generic_mio_trait_simplified_suspension + name = generic_mio_trait_simplified_suspension + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=0 } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_crew_ergonomics + name = generic_mio_trait_crew_ergonomics + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_simplified_suspension + + equipment_bonus = { + maximum_speed = 0.02 + defense = 0.02 + } + } + + trait = { + token = generic_mio_trait_improved_tracks + name = generic_mio_trait_improved_tracks + icon = GFX_generic_mio_trait_icon_maximum_speed + + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_simplified_suspension + + any_parent = { generic_mio_trait_simplified_suspension } + + equipment_bonus = { + reliability = 0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_command_upgrades + name = generic_mio_trait_command_upgrades + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_crew_ergonomics + + any_parent = { generic_mio_trait_crew_ergonomics } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_standardized_components + name = generic_mio_trait_standardized_components + icon = GFX_generic_mio_department_icon_tank_general_line_efficiency + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_simplified_suspension + + all_parents = { generic_mio_trait_simplified_suspension generic_mio_trait_crew_ergonomics } + + production_bonus = { + production_efficiency_gain_factor = 0.15 + production_resource_need_factor = -0.15 + } + } + + trait = { + token = generic_mio_trait_improved_tooling + name = generic_mio_trait_improved_tooling + icon = GFX_generic_mio_department_icon_tank_general_technology + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_standardized_components + + all_parents = { generic_mio_trait_improved_tracks generic_mio_trait_standardized_components generic_mio_trait_command_upgrades } + + production_bonus = { + production_efficiency_cap_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_mass_production + name = generic_mio_trait_mass_production + icon = GFX_generic_mio_department_icon_tank_general_production + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_improved_tooling + + any_parent = { generic_mio_trait_improved_tooling } + + mutually_exclusive = { generic_mio_trait_quality_improvements } + + production_bonus = { + production_cost_factor = -0.05 + production_efficiency_gain_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_quality_improvements + name = generic_mio_trait_quality_improvements + icon = GFX_generic_mio_department_icon_tank_general_armor + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_improved_tooling + + any_parent = { generic_mio_trait_improved_tooling } + + mutually_exclusive = { generic_mio_trait_mass_production} + + equipment_bonus = { + armor_value = 0.1 + defense = 0.1 + } + } + + trait = { + token = generic_mio_trait_defensive_equipment + name = generic_mio_trait_defensive_equipment + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_crew_ergonomics + + equipment_bonus = { + soft_attack = 0.02 + defense = 0.02 + } + } + + trait = { + token = generic_mio_trait_long_barreled_guns + name = generic_mio_trait_long_barreled_guns + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_defensive_equipment + + all_parents = { generic_mio_trait_crew_ergonomics generic_mio_trait_defensive_equipment } + + equipment_bonus = { + ap_attack = 0.05 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_anti_tank_specialization + name = generic_mio_trait_anti_tank_specialization + icon = GFX_generic_mio_trait_icon_hard_attack + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_long_barreled_guns + + any_parent = { generic_mio_trait_long_barreled_guns } + + mutually_exclusive = { generic_mio_trait_infantry_support_tanks } + + equipment_bonus = { + armor_value = 0.05 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_infantry_support_tanks + name = generic_mio_trait_infantry_support_tanks + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_long_barreled_guns + + any_parent = { generic_mio_trait_long_barreled_guns } + + mutually_exclusive = { generic_mio_trait_anti_tank_specialization } + + equipment_bonus = { + soft_attack = 0.05 + } + + production_bonus = { + production_cost_factor = -0.02 + } + } +} + + +# INFANTRY TANK DESIGNER - Based on Renault (FRA) +generic_infantry_tank_organization = { + icon = GFX_idea_generic_tank_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { armor } + research_categories = { mio_cat_tech_all_armor_and_modules } + + tree_header_text = { + text = mio_header_light_tank_department + x = 0.1 + } + + tree_header_text = { + text = mio_header_medium_tank_department + x = 4 + } + + tree_header_text = { + text = mio_header_heavy_tank_department + x = 8 + } + + initial_trait = { + name = generic_mio_initial_trait_infantry_tanks_designer + + limit_to_equipment_type = { + armor + } + + equipment_bonus = { + armor_value = 0.05 + maximum_speed =-0.05 + } + } + + trait = { + token = generic_mio_trait_light_tank_improvements + name = generic_mio_trait_light_tank_improvements + icon = GFX_generic_mio_department_icon_tank_light_tank_weapons + + position = { x=0 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_light_tank } + + equipment_bonus = { + soft_attack = 0.05 + hard_attack = 0.05 + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_medium_tank_improvements + name = generic_mio_trait_medium_tank_improvements + icon = GFX_generic_mio_department_icon_tank_medium_tank_weapons + + limit_to_equipment_type = { mio_cat_eq_all_medium_tank } + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_light_tank_improvements + + equipment_bonus = { + soft_attack = 0.05 + hard_attack = 0.05 + armor_value = 0.05 + } + + + } + trait = { + token = generic_mio_trait_heavy_tank_improvements + name = generic_mio_trait_heavy_tank_improvements + icon = GFX_generic_mio_department_icon_tank_heavy_tank_weapons + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_medium_tank_improvements + + limit_to_equipment_type = { mio_cat_eq_all_heavy_tank } + + equipment_bonus = { + soft_attack = 0.02 + hard_attack = 0.05 + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_production_division + name = generic_mio_trait_production_division + icon = GFX_generic_mio_department_icon_tank_general_line_efficiency + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_light_tank_improvements + + all_parents = { generic_mio_trait_light_tank_improvements generic_mio_trait_medium_tank_improvements } + + production_bonus = { + production_efficiency_gain_factor = 0.15 + } + } + + trait = { + token = generic_mio_trait_standardized_turrets + name = generic_mio_trait_standardized_turrets + icon = GFX_generic_mio_department_icon_tank_general_quality + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_production_division + + any_parent = { generic_mio_trait_production_division } + + equipment_bonus = { + soft_attack = 0.05 + defense = 0.05 + } + + production_bonus = { + production_cost_factor = -0.03 + } + } + + trait = { + token = generic_mio_trait_improved_wheel_protection + name = generic_mio_trait_improved_wheel_protection + icon = GFX_generic_mio_department_icon_tank_light_tank_armor + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_light_tank_improvements + + any_parent = { generic_mio_trait_light_tank_improvements } + + limit_to_equipment_type = { mio_cat_eq_all_light_tank } + + equipment_bonus = { + reliability = 0.05 + defense = 0.1 + } + } + + trait = { + token = generic_mio_trait_gun_improvements + name = generic_mio_trait_gun_improvements + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_medium_tank_improvements + + any_parent = { generic_mio_trait_medium_tank_improvements } + + limit_to_equipment_type = { mio_cat_eq_all_medium_tank mio_cat_eq_all_heavy_tank } + + equipment_bonus = { + hard_attack = 0.05 + ap_attack = 0.1 + } + } + + trait = { + token = generic_mio_trait_speed_improvements + name = generic_mio_trait_speed_improvements + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_improved_wheel_protection + + any_parent = { generic_mio_trait_improved_wheel_protection generic_mio_trait_gun_improvements } + + mutually_exclusive = { generic_mio_trait_improved_protection } + + equipment_bonus = { + maximum_speed = 0.1 + breakthrough = 0.1 + } + } + + trait = { + token = generic_mio_trait_improved_protection + name = generic_mio_trait_improved_protection + icon = GFX_generic_mio_department_icon_tank_general_armor + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_speed_improvements + + any_parent = { generic_mio_trait_improved_wheel_protection generic_mio_trait_gun_improvements } + + mutually_exclusive= { generic_mio_trait_speed_improvements } + + equipment_bonus = { + armor_value = 0.1 + defense = 0.1 + } + } + trait = { + token = generic_mio_trait_modular_construction + name = generic_mio_trait_modular_construction + icon = GFX_generic_mio_department_icon_tank_general_technology + + position = { x=2 y=2 } + relative_position_id = generic_mio_trait_medium_tank_improvements + + any_parent = { generic_mio_trait_medium_tank_improvements } + + production_bonus = { + production_efficiency_cap_factor = 0.1 + production_efficiency_gain_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_light_tank_specialization + name = generic_mio_trait_light_tank_specialization + icon = GFX_generic_mio_department_icon_tank_light_tank_production + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_modular_construction + + any_parent = { generic_mio_trait_modular_construction } + + mutually_exclusive= { generic_mio_trait_medium_tank_specialization generic_mio_trait_heavy_tank_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_light_tank } + + production_bonus = { + production_cost_factor = -0.05 + } + } + trait = { + token = generic_mio_trait_medium_tank_specialization + name = generic_mio_trait_medium_tank_specialization + icon = GFX_generic_mio_department_icon_tank_medium_tank_production + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_modular_construction + + any_parent = { generic_mio_trait_modular_construction } + + mutually_exclusive= { generic_mio_trait_light_tank_specialization generic_mio_trait_heavy_tank_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_medium_tank } + + production_bonus = { + production_cost_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_heavy_tank_specialization + name = generic_mio_trait_heavy_tank_specialization + icon = GFX_generic_mio_department_icon_tank_heavy_tank_production + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_modular_construction + + any_parent = { generic_mio_trait_modular_construction } + + mutually_exclusive= { generic_mio_trait_light_tank_specialization generic_mio_trait_medium_tank_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_heavy_tank } + + production_bonus = { + production_cost_factor = -0.05 + } + } +} + + +# MOBILE TANK DESIGNER / FAST TANK DESIGNER - Based on Hotchkiss (FRA) +generic_mobile_tank_organization = { + icon = GFX_idea_generic_tank_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { armor } + research_categories = { mio_cat_tech_all_armor_and_modules } + + tree_header_text = { + text = mio_header_engine_and_suspension + x = 1 + } + + tree_header_text = { + text = mio_header_armor_and_armaments + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_fast_tanks_designer + + equipment_bonus = { + armor_value = -0.05 + reliability = -0.05 + maximum_speed = 0.1 + } + } + + trait = { + token = generic_mio_trait_improved_boogies + name = generic_mio_trait_improved_boogies + icon = GFX_generic_mio_department_icon_tank_general_engine + + position = { x=1 y=0 } + + equipment_bonus = { + maximum_speed = 0.02 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_engine_optimization + name = generic_mio_engine_optimization + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_improved_boogies + + all_parents = { generic_mio_trait_improved_boogies } + + mutually_exclusive = { generic_mio_reduced_fuel_usage } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_reduced_fuel_usage + name = generic_mio_reduced_fuel_usage + icon = GFX_generic_mio_trait_icon_fuel_consumption + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_improved_boogies + + all_parents = { generic_mio_trait_improved_boogies } + + mutually_exclusive = { generic_mio_engine_optimization } + + equipment_bonus = { + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_improved_ventilation + name = generic_mio_improved_ventilation + icon = GFX_generic_mio_trait_icon_defense + + position = { x=1 y=1 } + relative_position_id = generic_mio_engine_optimization + + any_parent = { generic_mio_engine_optimization generic_mio_reduced_fuel_usage } + + equipment_bonus = { + defense = 0.05 + } + } + + trait = { + token = generic_mio_improved_tracks_and_suspension + name = generic_mio_improved_tracks_and_suspension + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=2 } + relative_position_id = generic_mio_improved_ventilation + + all_parents = { generic_mio_improved_ventilation } + + equipment_bonus = { + breakthrough = 0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_sloping_armor + name = generic_mio_sloping_armor + icon = GFX_generic_mio_trait_icon_defense + + position = { x=6 y=0 } + relative_position_id = generic_mio_trait_improved_boogies + + equipment_bonus = { + defense = 0.05 + } + } + + trait = { + token = generic_mio_lighter_materials + name = generic_mio_lighter_materials + icon = GFX_generic_mio_trait_icon_resources + + position = { x=-1 y=1 } + relative_position_id = generic_mio_sloping_armor + + all_parents = { generic_mio_sloping_armor } + + mutually_exclusive = { generic_mio_armor_hardening_process } + + production_bonus = { + production_resource_penalty_factor = -0.1 + } + } + + trait = { + token = generic_mio_armor_hardening_process + name = generic_mio_armor_hardening_process + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=1 y=1 } + relative_position_id = generic_mio_sloping_armor + + all_parents = { generic_mio_sloping_armor } + + mutually_exclusive = { generic_mio_lighter_materials } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_enlarged_breech + name = generic_mio_enlarged_breech + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_lighter_materials + + any_parent = { generic_mio_lighter_materials generic_mio_armor_hardening_process } + + equipment_bonus = { + soft_attack = 0.05 + } + } + + trait = { + token = generic_mio_gunner_sight_improvements + name = generic_mio_gunner_sight_improvements + icon = GFX_generic_mio_department_icon_tank_general_quality + + position = { x=0 y=2 } + relative_position_id = generic_mio_enlarged_breech + + all_parents = { generic_mio_enlarged_breech } + + equipment_bonus = { + breakthrough = 0.05 + defense = 0.05 + } + } + + trait = { + token = generic_mio_quality_assurance_routines + name = generic_mio_quality_assurance_routines + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=3 y=1 } + relative_position_id = generic_mio_trait_improved_boogies + + all_parents = { generic_mio_trait_improved_boogies generic_mio_sloping_armor } + + equipment_bonus = { + reliability = 0.05 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_streamlined_production + name = generic_mio_streamlined_production + icon = GFX_generic_mio_department_icon_tank_general_technology + + position = { x=0 y=2 } + relative_position_id = generic_mio_quality_assurance_routines + + all_parents = { generic_mio_quality_assurance_routines generic_mio_improved_ventilation generic_mio_enlarged_breech } + + + production_bonus = { + production_efficiency_cap_factor = 0.05 + } + } +} + + +# MEDIUM TANK DESIGNER - Based on Army Ordnance Department (USA) +generic_medium_tank_organization = { + icon = GFX_idea_generic_tank_manufacturer_2 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { mio_cat_eq_all_medium_tank } + research_categories = { mio_cat_tech_medium_armor_and_modules } + + tree_header_text = { + text = mio_header_design + x = 1 + } + + tree_header_text = { + text = mio_header_armor + x = 5 + } + + tree_header_text = { + text = mio_header_engines + x = 8 + } + + + initial_trait = { + name = generic_mio_initial_trait_medium_tank_designer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_power_traverse + name = generic_mio_trait_power_traverse + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=1 y=0 } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_all_round_cupola + name = generic_mio_trait_all_round_cupola + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_power_traverse + + all_parents = { generic_mio_trait_power_traverse } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_simplified_turret_design + name = generic_mio_trait_simplified_turret_design + icon = GFX_generic_mio_trait_icon_production_capacity + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_all_round_cupola + + all_parents = { generic_mio_trait_all_round_cupola } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_specialist_shells + name = generic_mio_trait_specialist_shells + icon = GFX_generic_mio_trait_icon_hard_attack + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_simplified_turret_design + + all_parents = { generic_mio_trait_simplified_turret_design } + + equipment_bonus = { + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_gun_metallurgy + name = generic_mio_trait_improved_gun_metallurgy + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_simplified_turret_design + + all_parents = { generic_mio_trait_simplified_turret_design } + + equipment_bonus = { + ap_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_shells + name = generic_mio_trait_advanced_shells + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_specialist_shells + + any_parent = { generic_mio_trait_specialist_shells generic_mio_trait_improved_gun_metallurgy } + + equipment_bonus = { + ap_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_armor_steel_working + name = generic_mio_trait_armor_steel_working + icon = GFX_generic_mio_trait_icon_production_capacity + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_power_traverse + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_spaced_armor + name = generic_mio_trait_spaced_armor + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_armor_steel_working + + all_parents = { generic_mio_trait_armor_steel_working } + + mutually_exclusive = { generic_mio_trait_crew_survival_layout generic_mio_trait_sloped_side_armor } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_crew_survival_layout + name = generic_mio_trait_crew_survival_layout + icon = GFX_generic_mio_trait_icon_defense + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_spaced_armor + + all_parents = { generic_mio_trait_armor_steel_working } + + mutually_exclusive = { generic_mio_trait_spaced_armor generic_mio_trait_sloped_side_armor } + + equipment_bonus = { + defense = 0.05 + } + } + + trait = { + token = generic_mio_trait_sloped_side_armor + name = generic_mio_trait_sloped_side_armor + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_spaced_armor + + all_parents = { generic_mio_trait_armor_steel_working } + + mutually_exclusive = { generic_mio_trait_spaced_armor generic_mio_trait_crew_survival_layout } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_truck_engines + name = generic_mio_trait_truck_engines + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_armor_steel_working + + mutually_exclusive = { generic_mio_trait_aircraft_engines } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_aircraft_engines + name = generic_mio_trait_aircraft_engines + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_truck_engines + + mutually_exclusive = { generic_mio_trait_truck_engines } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_suspension + name = generic_mio_trait_improved_suspension + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_truck_engines + + any_parent = { generic_mio_trait_truck_engines generic_mio_trait_aircraft_engines } + + equipment_bonus = { + reliability = 0.05 + } + } +} + + +# HEAVY TANK DESIGNER - Based on KV (SOV) +generic_heavy_tank_organization = { + icon = GFX_idea_generic_tank_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { mio_cat_eq_all_heavy_tank } + research_categories = { mio_cat_tech_heavy_armor_and_modules } + + tree_header_text = { + text = mio_header_engine_and_drive_system + x = 1 + } + + tree_header_text = { + text = mio_header_chassis + x = 5 + } + + tree_header_text = { + text = mio_header_guns_and_turret + x = 8 + } + + + initial_trait = { + name = generic_mio_initial_trait_heavy_tank_designer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + equipment_bonus = { + armor_value = 0.05 + reliability = -0.1 + } + } + + trait = { + token = generic_mio_trait_wide_tracks + name = generic_mio_trait_wide_tracks + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=0 } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_fire_extinguishers + name = generic_mio_trait_fire_extinguishers + icon = GFX_generic_mio_department_icon_tank_heavy_tank_quality + + position = { x=0 y=4 } + relative_position_id = generic_mio_trait_wide_tracks + + all_parents = { generic_mio_trait_wide_tracks } + + equipment_bonus = { + reliability = 0.05 + breakthrough = 0.02 + } + } + + trait = { + token = generic_mio_trait_one_piece_hull_side_coverings + name = generic_mio_trait_one_piece_hull_side_coverings + icon = GFX_generic_mio_department_icon_tank_heavy_tank_technology + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_wide_tracks + + production_bonus = { + production_efficiency_cap_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_simplified_transmission_system + name = generic_mio_trait_simplified_transmission_system + icon = GFX_generic_mio_department_icon_tank_heavy_tank_line_efficiency + + position = { x=2 y=2 } + relative_position_id = generic_mio_trait_wide_tracks + + all_parents = { generic_mio_trait_wide_tracks generic_mio_trait_one_piece_hull_side_coverings } + + production_bonus = { + production_efficiency_cap_factor = 0.05 + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_engine_output + name = generic_mio_trait_improved_engine_output + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_simplified_transmission_system + + all_parents = { generic_mio_trait_simplified_transmission_system } + + equipment_bonus = { + maximum_speed = 0.05 + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_trait_sloping_armor + name = generic_mio_trait_sloping_armor + icon = GFX_generic_mio_department_icon_tank_general_armor + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_one_piece_hull_side_coverings + + all_parents = { generic_mio_trait_one_piece_hull_side_coverings } + + equipment_bonus = { + armor_value = 0.05 + defense = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_crew_ergonomics + name = generic_mio_trait_improved_crew_ergonomics + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_sloping_armor + + all_parents = { generic_mio_trait_sloping_armor } + + mutually_exclusive = { generic_mio_trait_reinforced_construction } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_reinforced_construction + name = generic_mio_trait_reinforced_construction + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_sloping_armor + + all_parents = { generic_mio_trait_sloping_armor } + + mutually_exclusive = { generic_mio_trait_improved_crew_ergonomics } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_fully_cast_turret + name = generic_mio_trait_fully_cast_turret + icon = GFX_generic_mio_department_icon_tank_general_armor + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_one_piece_hull_side_coverings + + equipment_bonus = { + armor_value = 0.05 + defense = 0.05 + } + } + + trait = { + token = generic_mio_trait_commander_cupola + name = generic_mio_trait_commander_cupola + icon = GFX_generic_mio_department_icon_tank_general_armor + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_fully_cast_turret + + all_parents = { generic_mio_trait_fully_cast_turret } + + mutually_exclusive = { generic_mio_trait_simplified_layout } + + equipment_bonus = { + armor_value = 0.05 + defense = 0.05 + } + } + + trait = { + token = generic_mio_trait_simplified_layout + name = generic_mio_trait_simplified_layout + icon = GFX_generic_mio_department_icon_tank_heavy_tank_line_efficiency + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_fully_cast_turret + + all_parents = { generic_mio_trait_fully_cast_turret } + + mutually_exclusive = { generic_mio_trait_commander_cupola } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + production_resource_penalty_factor = -0.1 + } + } + + trait = { + token = generic_mio_trait_high_explosive_shells + name = generic_mio_trait_high_explosive_shells + icon = GFX_generic_mio_department_icon_tank_general_weapons + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_commander_cupola + + any_parent = { generic_mio_trait_commander_cupola generic_mio_trait_simplified_layout } + + mutually_exclusive = { generic_mio_trait_apcr_hvap_shells } + + equipment_bonus = { + soft_attack = 0.05 + hard_attack = 0.03 + } + } + + trait = { + token = generic_mio_trait_apcr_hvap_shells + name = generic_mio_trait_apcr_hvap_shells + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_simplified_layout + + any_parent = { generic_mio_trait_commander_cupola generic_mio_trait_simplified_layout } + + mutually_exclusive = { generic_mio_trait_high_explosive_shells } + + equipment_bonus = { + ap_attack = 0.05 + hard_attack = 0.05 + } + } +} + + +### TANK REFURBISHMENT PLANT - Based on Mytishchi +generic_tank_refurbishment_plant_organization = { + icon = GFX_idea_generic_tank_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + armor + support_equipment + train_equipment + railway_gun_equipment + } + + research_categories = { + armor + support_tech + train_tech + } + + tree_header_text = { + text = mio_header_armor + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 5 + } + + tree_header_text = { + text = mio_header_trains + x = 8 + } + + initial_trait = { + token = generic_mio_initial_trait_tank_refurbishment_plant + name = generic_mio_initial_trait_tank_refurbishment_plant + + limit_to_equipment_type = { armor } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_conversion_speed_factor = 0.15 + production_cost_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_enemy_tank_refitting + name = generic_mio_trait_enemy_tank_refitting + icon = GFX_generic_mio_department_icon_tank_general_conversion + + position = { x=1 y=0 } + + limit_to_equipment_type = { armor } + + production_bonus = { + production_conversion_speed_factor = 0.15 + production_cost_factor = -0.03 + } + } + + trait = { + token = generic_mio_trait_efficient_scrap_recycling + name = generic_mio_trait_efficient_scrap_recycling + icon = GFX_generic_mio_trait_icon_hardness + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_enemy_tank_refitting + + any_parent = { generic_mio_trait_enemy_tank_refitting } + + limit_to_equipment_type = { armor } + + equipment_bonus = { + hardness = -0.06 + } + + production_bonus = { + production_resource_need_factor = -0.2 + } + } + + trait = { + token = generic_mio_trait_high_volume_smelter + name = generic_mio_trait_high_volume_smelter + icon = GFX_generic_mio_department_icon_tank_general_production + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_efficient_scrap_recycling + + any_parent = { generic_mio_trait_efficient_scrap_recycling } + + limit_to_equipment_type = { armor } + + production_bonus = { + production_capacity_factor = 0.06 + } + } + + trait = { + token = generic_mio_trait_high_powered_engine_production + name = generic_mio_trait_high_powered_engine_production + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_enemy_tank_refitting + + any_parent = { generic_mio_trait_enemy_tank_refitting } + + limit_to_equipment_type = { armor } + + equipment_bonus = { + maximum_speed = 0.1 + } + } + + trait = { + token = generic_mio_trait_heavy_duty_machine_tools + name = generic_mio_trait_heavy_duty_machine_tools + icon = GFX_generic_mio_department_icon_tank_general_production + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_high_volume_smelter + + all_parents = { generic_mio_trait_high_powered_engine_production generic_mio_trait_high_volume_smelter } + + limit_to_equipment_type = { armor } + + equipment_bonus = { + maximum_speed = 0.1 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + production_efficiency_cap_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_multi_plant_cooperation + name = generic_mio_trait_multi_plant_cooperation + icon = GFX_generic_mio_department_icon_tank_general_line_efficiency + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_heavy_duty_machine_tools + + any_parent = { generic_mio_trait_heavy_duty_machine_tools } + + limit_to_equipment_type = { armor } + + production_bonus = { + production_efficiency_gain_factor = 0.08 + } + } + + trait = { + token = generic_mio_trait_standardized_secondary_armament + name = generic_mio_trait_standardized_secondary_armament + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_enemy_tank_refitting + + limit_to_equipment_type = { armor } + + equipment_bonus = { + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_mass_small_arms_ammunition_production + name = generic_mio_trait_mass_small_arms_ammunition_production + icon = GFX_generic_mio_trait_icon_build_cost_ic + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_standardized_secondary_armament + + any_parent = { generic_mio_trait_standardized_secondary_armament } + + limit_to_equipment_type = { armor support_equipment } + + production_bonus = { + production_cost_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_plant_tech_exchange + name = generic_mio_trait_plant_tech_exchange + icon = GFX_generic_mio_department_icon_facilities + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_standardized_secondary_armament + + organization_modifier = { + military_industrial_organization_research_bonus = 0.06 + } + } + + + trait = { + token = generic_mio_trait_24h_rotation_shifts + name = generic_mio_trait_24h_rotation_shifts + icon = GFX_generic_mio_trait_icon_production_capacity + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_plant_tech_exchange + + any_parent = { generic_mio_trait_plant_tech_exchange } + + production_bonus = { + production_capacity_factor = 0.06 + } + } + + trait = { + token = generic_mio_trait_dual_plant_main_armament_production + name = generic_mio_trait_dual_plant_main_armament_production + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_mass_small_arms_ammunition_production + + all_parents = { generic_mio_trait_mass_small_arms_ammunition_production generic_mio_trait_24h_rotation_shifts } + + limit_to_equipment_type = { armor } + + equipment_bonus = { + soft_attack = 0.05 + reliability = -0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_long_distance_escort + name = generic_mio_trait_long_distance_escort + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_plant_tech_exchange + + limit_to_equipment_type = { train_equipment } + + equipment_bonus = { + armor_value = 0.06 + air_attack = 0.1 + } + } + + trait = { + token = generic_mio_trait_barrels_of_hell + name = generic_mio_trait_barrels_of_hell + icon = GFX_generic_mio_trait_icon_production_capacity + + position = { x=0 y=4 } + relative_position_id = generic_mio_trait_long_distance_escort + + limit_to_equipment_type = { railway_gun_equipment } + + all_parents = { generic_mio_trait_24h_rotation_shifts generic_mio_trait_long_distance_escort } + production_bonus = { + production_capacity_factor = 0.1 + } + } +} + + + + + ###### ## ## #### ######## ###### +## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## + ###### ######### ## ######## ###### + ## ## ## ## ## ## +## ## ## ## ## ## ## ## + ###### ## ## #### ## ###### + + + +# GENERIC TANK MANUFACTURERS + +#TASK FORCE MANUFACTURER - Based on Harland & Wolff (ENG) +generic_task_force_ship_organization = { + icon = GFX_idea_generic_naval_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_carrier + mio_cat_eq_all_cruiser + mio_cat_eq_all_destroyer + } + research_categories = { + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + + + + tree_header_text = { + text = mio_header_systems + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 5 + } + + + initial_trait = { + name = generic_mio_initial_trait_task_force_ship_builders + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + equipment_bonus = { + max_strength = 0.05 + } + } + + trait = { + token = generic_mio_trait_long_range_cruising + name = generic_mio_trait_long_range_cruising + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=0 } + + mutually_exclusive = { generic_mio_trait_high_speed_cruising } + + equipment_bonus = { + naval_range = 0.05 + fuel_consumption = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_cruising + name = generic_mio_trait_high_speed_cruising + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_long_range_cruising + + mutually_exclusive = { generic_mio_trait_long_range_cruising } + + equipment_bonus = { + naval_speed = 0.05 + fuel_consumption = 0.05 + } + } + + trait = { + token = generic_mio_trait_splinter_protection + name = generic_mio_trait_splinter_protection + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_long_range_cruising + + any_parent = { generic_mio_trait_long_range_cruising generic_mio_trait_high_speed_cruising } + + limit_to_equipment_type = { mio_cat_eq_all_carrier mio_cat_eq_all_cruiser } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_transom_stern + name = generic_mio_trait_transom_stern + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_splinter_protection + + any_parent = { generic_mio_trait_splinter_protection } + + mutually_exclusive = { generic_mio_trait_underway_replenishment_equipment } + + equipment_bonus = { + naval_speed = 0.05 + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_trait_underway_replenishment_equipment + name = generic_mio_trait_underway_replenishment_equipment + icon = GFX_generic_mio_trait_icon_fuel_consumption + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_splinter_protection + + any_parent = { generic_mio_trait_splinter_protection } + + mutually_exclusive = { generic_mio_trait_transom_stern } + + equipment_bonus = { + naval_range = 0.05 + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_trait_secondary_fire_director_control + name = generic_mio_trait_secondary_fire_director_control + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=5 y=0 } + relative_position_id = generic_mio_trait_long_range_cruising + + limit_to_equipment_type = { screen_ship carrier } + + equipment_bonus = { + anti_air_attack = 0.05 + naval_light_gun_hit_chance_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_flight_deck_edge_aa_mounts + name = generic_mio_trait_flight_deck_edge_aa_mounts + icon = GFX_generic_mio_department_icon_ship_carrier_offense + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_secondary_fire_director_control + + any_parent = { generic_mio_trait_secondary_fire_director_control } + + limit_to_equipment_type = { mio_cat_eq_all_carrier } + + equipment_bonus = { + anti_air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_gyro_stabilized_mounts + name = generic_mio_trait_gyro_stabilized_mounts + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_flight_deck_edge_aa_mounts + + any_parent = { generic_mio_trait_flight_deck_edge_aa_mounts } + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_rapid_fire_guns + name = generic_mio_trait_rapid_fire_guns + icon = GFX_generic_mio_department_icon_ship_general_offense + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_secondary_fire_director_control + + any_parent = { generic_mio_trait_secondary_fire_director_control } + + mutually_exclusive = { generic_mio_trait_high_velocity_guns } + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_fitting_works + name = generic_mio_trait_advanced_fitting_works + icon = GFX_generic_mio_department_icon_ship_general_production + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_rapid_fire_guns + + any_parent = { generic_mio_trait_rapid_fire_guns generic_mio_trait_high_velocity_guns } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_carrier_flight_operations_center + name = generic_mio_trait_carrier_flight_operations_center + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=1 y=2 } #MM: This one could be moved up (4th row) so that it is visually clear which traits are the parents + relative_position_id = generic_mio_trait_gyro_stabilized_mounts + + all_parents = { generic_mio_trait_gyro_stabilized_mounts generic_mio_trait_advanced_fitting_works generic_mio_trait_splinter_protection } + + equipment_bonus = { + max_strength = 0.1 + } + } + + trait = { + token = generic_mio_trait_primary_fire_director_control + name = generic_mio_trait_primary_fire_director_control + icon = GFX_generic_mio_trait_icon_hg_attack + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_secondary_fire_director_control + + limit_to_equipment_type = { mio_cat_eq_all_cruiser } + + equipment_bonus = { + hg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_velocity_guns + name = generic_mio_trait_high_velocity_guns + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_primary_fire_director_control + + any_parent = { generic_mio_trait_primary_fire_director_control } + + mutually_exclusive = { generic_mio_trait_rapid_fire_guns } + + limit_to_equipment_type = { mio_cat_eq_all_cruiser } + + equipment_bonus = { + hg_armor_piercing = 0.05 + } + } +} + + +#BATTLE LINE SHIP MANUFACTURER - Based on Cammell Laird (ENG) +generic_battle_line_ship_organization = { + icon = GFX_idea_generic_naval_manufacturer_2 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_battleship + mio_cat_eq_all_cruiser + } + research_categories = { + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + + tree_header_text = { + text = mio_header_systems + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 5 + } + + initial_trait = { + name = generic_mio_initial_trait_battle_line_ship_builders + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_external_armor_belt + name = generic_mio_trait_external_armor_belt + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=0 y=0 } + + mutually_exclusive = { generic_mio_trait_internal_armor_belt } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_internal_armor_belt + name = generic_mio_trait_internal_armor_belt + icon = GFX_generic_mio_department_icon_ship_capital_ship_armor + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_external_armor_belt + + mutually_exclusive = { generic_mio_trait_external_armor_belt } + + equipment_bonus = { + armor_value = 0.15 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_trait_hardened_critical_components + name = generic_mio_trait_hardened_critical_components + icon = GFX_generic_mio_trait_icon_naval_torpedo_damage_reduction_factor + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_external_armor_belt + + any_parent = { generic_mio_trait_internal_armor_belt generic_mio_trait_external_armor_belt } + + equipment_bonus = { + naval_torpedo_enemy_critical_chance_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_hydrodynamic_design + name = generic_mio_trait_advanced_hydrodynamic_design + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_hardened_critical_components + + any_parent = { generic_mio_trait_hardened_critical_components } + + mutually_exclusive = { generic_mio_trait_advanced_armor_design } + + equipment_bonus = { + naval_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_armor_design + name = generic_mio_trait_advanced_armor_design + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_hardened_critical_components + + any_parent = { generic_mio_trait_hardened_critical_components } + + mutually_exclusive = { generic_mio_trait_advanced_hydrodynamic_design } + + equipment_bonus = { + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_anti_air_layout + name = generic_mio_trait_anti_air_layout + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_external_armor_belt + + equipment_bonus = { + anti_air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_secondary_battery_layout + name = generic_mio_trait_secondary_battery_layout + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_anti_air_layout + + equipment_bonus = { + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_gyro_stabilized_mounts + name = generic_mio_trait_gyro_stabilized_mounts + icon = GFX_generic_mio_department_icon_ship_capital_ship_offense + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_anti_air_layout + + all_parents = { generic_mio_trait_anti_air_layout generic_mio_trait_secondary_battery_layout } + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_secondary_fire_director_control + name = generic_mio_trait_secondary_fire_director_control + icon = GFX_generic_mio_department_icon_ship_capital_ship_offense + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_gyro_stabilized_mounts + + any_parent = { generic_mio_trait_gyro_stabilized_mounts } + + equipment_bonus = { + anti_air_attack = 0.05 + naval_light_gun_hit_chance_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_combat_information_center + name = generic_mio_trait_combat_information_center + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_secondary_fire_director_control + + all_parents = { generic_mio_trait_hardened_critical_components generic_mio_trait_secondary_fire_director_control } + any_parent = { generic_mio_trait_super_heavy_shells generic_mio_trait_semi_armor_piercing_shells generic_mio_trait_high_velocity_guns } + + equipment_bonus = { + max_strength = 0.1 + } + } + + trait = { + token = generic_mio_trait_primary_battery_layout + name = generic_mio_trait_primary_battery_layout + icon = GFX_generic_mio_trait_icon_hg_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_secondary_battery_layout + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + hg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_super_heavy_shells + name = generic_mio_trait_super_heavy_shells + icon = GFX_generic_mio_trait_icon_hg_attack + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_primary_battery_layout + + any_parent = { generic_mio_trait_primary_battery_layout } + + mutually_exclusive = { generic_mio_trait_semi_armor_piercing_shells generic_mio_trait_high_velocity_guns } + + equipment_bonus = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + } + + trait = { + token = generic_mio_trait_semi_armor_piercing_shells + name = generic_mio_trait_semi_armor_piercing_shells + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_super_heavy_shells + + any_parent = { generic_mio_trait_primary_battery_layout } + + mutually_exclusive = { generic_mio_trait_super_heavy_shells generic_mio_trait_high_velocity_guns } + + equipment_bonus = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_velocity_guns + name = generic_mio_trait_high_velocity_guns + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_super_heavy_shells + + any_parent = { generic_mio_trait_primary_battery_layout } + + mutually_exclusive = { generic_mio_trait_super_heavy_shells generic_mio_trait_semi_armor_piercing_shells } + + equipment_bonus = { + lg_armor_piercing = 0.1 + hg_armor_piercing = 0.1 + build_cost_ic = 0.05 + } + } +} + + +#ESCORT FLEET MANUFACTURER - Based on Yarrow Shipbuilders (ENG) +generic_escort_ship_organization = { + icon = GFX_idea_generic_naval_manufacturer_1 + + allowed = { + always = yes + #Countries with custom MIOs + } + + + equipment_type = { + screen_ship + } + research_categories = { + mio_cat_tech_all_screen_ship_and_modules + } + + tree_header_text = { + text = mio_header_systems + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 5 + } + + initial_trait = { + name = generic_mio_initial_trait_escort_fleet + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_submarine_hunters + name = generic_mio_trait_submarine_hunters + icon = GFX_generic_mio_trait_icon_sub_attack + + position = { x=1 y=0 } + + equipment_bonus = { + sub_detection = 0.05 + sub_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_mine_hunting_equipment + name = generic_mio_trait_high_speed_mine_hunting_equipment + icon = GFX_generic_mio_trait_icon_sub_visibility + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_submarine_hunters + + any_parent = { generic_mio_trait_submarine_hunters } + + equipment_bonus = { + sub_detection = 0.05 + mines_sweeping = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_hydrodynamic_design + name = generic_mio_trait_advanced_hydrodynamic_design + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_high_speed_mine_hunting_equipment + + any_parent = { generic_mio_trait_high_speed_mine_hunting_equipment } + + equipment_bonus = { + naval_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_fleet_escorts + name = generic_mio_trait_fleet_escorts + icon = GFX_generic_mio_department_icon_ship_screen_ship_offense + + position = { x=5 y=0 } + relative_position_id = generic_mio_trait_submarine_hunters + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_anti_air_ships + name = generic_mio_trait_anti_air_ships + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=-3 y=2 } + relative_position_id = generic_mio_trait_fleet_escorts + + any_parent = { generic_mio_trait_fleet_escorts } + + mutually_exclusive = { generic_mio_trait_escort_in_force } + + equipment_bonus = { + anti_air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_escort_in_force + name = generic_mio_trait_escort_in_force + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_anti_air_ships + + any_parent = { generic_mio_trait_fleet_escorts } + + mutually_exclusive = { generic_mio_trait_anti_air_ships } + + equipment_bonus = { + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_anti_air_layout + name = generic_mio_trait_anti_air_layout + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_escort_in_force + + any_parent = { generic_mio_trait_fleet_escorts } + + equipment_bonus = { + anti_air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_gyro_stabilized_mounts + name = generic_mio_trait_gyro_stabilized_mounts + icon = GFX_generic_mio_department_icon_ship_screen_ship_offense + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_anti_air_layout + + any_parent = { generic_mio_trait_anti_air_layout } + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_anti_air_gun_mounting + name = generic_mio_trait_improved_anti_air_gun_mounting + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_anti_air_ships + + any_parent = { generic_mio_trait_anti_air_ships generic_mio_trait_escort_in_force } + + equipment_bonus = { + anti_air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_mass_production + name = generic_mio_trait_mass_production + icon = GFX_generic_mio_department_icon_ship_screen_ship_production + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_improved_anti_air_gun_mounting + + any_parent = { generic_mio_trait_anti_air_ships generic_mio_trait_escort_in_force } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_light_gun_mounting + name = generic_mio_trait_improved_light_gun_mounting + icon = GFX_generic_mio_department_icon_ship_screen_ship_offense + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_mass_production + + any_parent = { generic_mio_trait_anti_air_ships generic_mio_trait_escort_in_force } + any_parent = { generic_mio_trait_gyro_stabilized_mounts } + + equipment_bonus = { + anti_air_attack = 0.05 + lg_attack = 0.05 + } + } +} + + +#RAIDING FLEET MANUFACTURER - Based on John Brown (ENG) +generic_raider_ship_organization = { + icon = GFX_idea_generic_naval_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own versions + } + + equipment_type = { + capital_ship + screen_ship + submarine + } + research_categories = { + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_submarine_and_modules + } + + tree_header_text = { + text = mio_header_long_range_focus + x = 1 + } + + tree_header_text = { + text = mio_header_high_speed_focus + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_raiding_fleet + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + equipment_bonus = { + surface_visibility = -0.05 + } + } + + trait = { + token = generic_mio_trait_long_range_raiding + name = generic_mio_trait_long_range_raiding + icon = GFX_generic_mio_department_icon_ship_general_engine + + position = { x=1 y=0 } + + mutually_exclusive = { generic_mio_trait_high_speed_raiding } + + equipment_bonus = { + naval_range = 0.05 + fuel_consumption = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_raiding + name = generic_mio_trait_high_speed_raiding + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=6 y=0 } + relative_position_id = generic_mio_trait_long_range_raiding + + mutually_exclusive = { generic_mio_trait_long_range_raiding } + + equipment_bonus = { + naval_speed = 0.05 + fuel_consumption = 0.05 + } + } + + trait = { + token = generic_mio_trait_diesel_powerplants + name = generic_mio_trait_diesel_powerplants + icon = GFX_generic_mio_trait_icon_fuel_consumption + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_long_range_raiding + + any_parent = { generic_mio_trait_long_range_raiding } + + equipment_bonus = { + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_operation_stores + name = generic_mio_trait_high_speed_operation_stores + icon = GFX_generic_mio_trait_icon_mines + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_high_speed_raiding + + any_parent = { generic_mio_trait_high_speed_raiding } + + visible = { + has_dlc = "Man the Guns" + } + + equipment_bonus = { + naval_speed = 0.05 + mines_planting = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_operation_stores_no_mtg + name = generic_mio_trait_high_speed_operation_stores + icon = GFX_generic_mio_trait_icon_mines + + position = { x=0 y=0 } + relative_position_id = generic_mio_trait_high_speed_operation_stores + + any_parent = { generic_mio_trait_high_speed_raiding } + + visible = { + NOT = { has_dlc = "Man the Guns" } + } + + equipment_bonus = { + naval_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_raiding_capital_ships + name = generic_mio_trait_raiding_capital_ships + icon = GFX_generic_mio_department_icon_ship_capital_ship_weapons + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_long_range_raiding + + any_parent = { generic_mio_trait_long_range_raiding generic_mio_trait_high_speed_raiding } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + surface_visibility = -0.05 + hg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_long_range_engagement_ethos + name = generic_mio_trait_long_range_engagement_ethos + icon = GFX_generic_mio_department_icon_ship_capital_ship_weapons + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_raiding_capital_ships + + any_parent = { generic_mio_trait_raiding_capital_ships } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + surface_visibility = -0.05 + hg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_quality_optics + name = generic_mio_trait_high_quality_optics + icon = GFX_generic_mio_trait_icon_surface_detection + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_raiding_capital_ships + + any_parent = { generic_mio_trait_raiding_capital_ships } + + mutually_exclusive = { generic_mio_trait_spotting_tops } + + equipment_bonus = { + surface_detection = 0.05 + } + } + + trait = { + token = generic_mio_trait_raider_escort_requirements + name = generic_mio_trait_raider_escort_requirements + icon = GFX_generic_mio_department_icon_ship_screen_ship_engine + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_long_range_engagement_ethos + + any_parent = { generic_mio_trait_long_range_engagement_ethos } + + limit_to_equipment_type = { screen_ship } + + equipment_bonus = { + naval_range = 0.05 + naval_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_unescorted_raider_requirements + name = generic_mio_trait_unescorted_raider_requirements + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_long_range_engagement_ethos + + all_parents = { generic_mio_trait_long_range_engagement_ethos generic_mio_trait_high_quality_optics } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + lg_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_raiding_cruisers + name = generic_mio_trait_raiding_cruisers + icon = GFX_generic_mio_trait_icon_surface_visibility + + position = { x=-3 y=2 } + relative_position_id = generic_mio_trait_high_speed_raiding + + any_parent = { generic_mio_trait_long_range_raiding generic_mio_trait_high_speed_raiding } + + limit_to_equipment_type = { ship_hull_cruiser } + + equipment_bonus = { + surface_visibility = -0.05 + } + } + + trait = { + token = generic_mio_trait_raiding_submarines + name = generic_mio_trait_raiding_submarines + icon = GFX_generic_mio_department_icon_ship_submarine_survivability + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_raiding_cruisers + + any_parent = { generic_mio_trait_high_speed_raiding generic_mio_trait_long_range_raiding } + + limit_to_equipment_type = { submarine } + + equipment_bonus = { + surface_visibility = -0.05 + sub_visibility = -0.05 + } + } + + trait = { + token = generic_mio_trait_spotting_tops + name = generic_mio_trait_spotting_tops + icon = GFX_generic_mio_trait_icon_surface_visibility + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_raiding_cruisers + + all_parents = { generic_mio_trait_raiding_cruisers generic_mio_trait_raiding_submarines } + + mutually_exclusive = { generic_mio_trait_high_quality_optics } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + surface_visibility = -0.05 + } + } + + trait = { + token = generic_mio_trait_large_torpedo_banks + name = generic_mio_trait_large_torpedo_banks + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_raiding_submarines + + any_parent = { generic_mio_trait_raiding_submarines } + + equipment_bonus = { + torpedo_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_mass_produced_raiders + name = generic_mio_trait_mass_produced_raiders + icon = GFX_generic_mio_department_icon_ship_general_production + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_spotting_tops + + all_parents = { generic_mio_trait_spotting_tops generic_mio_trait_large_torpedo_banks } + + production_bonus = { + production_capacity_factor = 0.05 + } + } +} + + +#SUBMARINE MANUFACTURER - Based on Canteri Navali Tosi (ITA) +generic_submarine_organization = { + icon = GFX_idea_generic_naval_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + ship_hull_submarine + } + research_categories = { + mio_cat_tech_all_submarine_and_modules + } + + tree_header_text = { + text = mio_header_stealth_focus + x = 2 + } + + tree_header_text = { + text = mio_header_supremacy_focus + x = 5 + } + + initial_trait = { + name = generic_mio_initial_trait_submarine_designer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + equipment_bonus = { + sub_visibility = -0.05 + } + } + + trait = { + token = generic_mio_trait_long_range_raiding + name = generic_mio_trait_long_range_raiding + icon = GFX_generic_mio_trait_icon_sub_visibility + + position = { x=2 y=0 } + + mutually_exclusive = { generic_mio_trait_decalin_fueled_torpedo } + + equipment_bonus = { + sub_visibility = -0.03 + naval_speed = -0.01 + } + } + + trait = { + token = generic_mio_trait_decalin_fueled_torpedo + name = generic_mio_trait_decalin_fueled_torpedo + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_long_range_raiding + + mutually_exclusive = { generic_mio_trait_long_range_raiding } + + equipment_bonus = { + torpedo_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_efficient_fuel_engines + name = generic_mio_trait_efficient_fuel_engines + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_long_range_raiding + + all_parents = { generic_mio_trait_long_range_raiding } + + equipment_bonus = { + naval_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems + name = generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_efficient_fuel_engines + + any_parent = { generic_mio_trait_high_powered_engines generic_mio_trait_efficient_fuel_engines } + mutually_exclusive = { generic_mio_trait_open_cycle_propulsion } + + equipment_bonus = { + naval_range = 0.06 + } + } + + trait = { + token = generic_mio_trait_high_powered_engines + name = generic_mio_trait_high_powered_engines + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_decalin_fueled_torpedo + + all_parents = { generic_mio_trait_decalin_fueled_torpedo } + + equipment_bonus = { + sub_visibility = 0.02 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_open_cycle_propulsion + name = generic_mio_trait_open_cycle_propulsion + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_high_powered_engines + + any_parent = { generic_mio_trait_high_powered_engines generic_mio_trait_efficient_fuel_engines } + mutually_exclusive = { generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_experimental_anechoic_tiles + name = generic_mio_trait_experimental_anechoic_tiles + icon = GFX_generic_mio_department_icon_ship_submarine_survivability + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems + + any_parent = { generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems generic_mio_trait_open_cycle_propulsion } + + equipment_bonus = { + surface_visibility = -0.05 + sub_visibility = -0.05 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_torpedo_detonators + name = generic_mio_trait_improved_torpedo_detonators + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_open_cycle_propulsion + + any_parent = { generic_mio_trait_highly_efficient_diesel_electric_propulsion_systems generic_mio_trait_open_cycle_propulsion } + + equipment_bonus = { + torpedo_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_simplified_pressure_hull_design + name = generic_mio_trait_simplified_pressure_hull_design + icon = GFX_generic_mio_department_icon_ship_submarine_production + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_experimental_anechoic_tiles + + all_parents = { generic_mio_trait_experimental_anechoic_tiles generic_mio_trait_improved_torpedo_detonators } + + production_bonus = { + production_capacity_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_advanced_periscope + name = generic_mio_trait_advanced_periscope + icon = GFX_generic_mio_trait_icon_surface_detection + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_long_range_raiding + + all_parents = { generic_mio_trait_long_range_raiding } + + + equipment_bonus = { + surface_detection = 0.03 + } + } + + trait = { + token = generic_mio_trait_emergency_main_ballast_tank_blow + name = generic_mio_trait_emergency_main_ballast_tank_blow + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_advanced_periscope + + all_parents = { generic_mio_trait_advanced_periscope } + + equipment_bonus = { + max_strength = 0.06 + maximum_speed = 0.01 + } + } + + trait = { + token = generic_mio_trait_radar_warning_receiver + name = generic_mio_trait_radar_warning_receiver + icon = GFX_generic_mio_trait_icon_sub_visibility + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_advanced_periscope + + all_parents = { generic_mio_trait_advanced_periscope } + + + equipment_bonus = { + surface_detection = -0.03 + sub_visibility = -0.05 + } + } + + + trait = { + token = generic_mio_trait_crash_dive_flood_tanks + name = generic_mio_trait_crash_dive_flood_tanks + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_emergency_main_ballast_tank_blow + + all_parents = { generic_mio_trait_emergency_main_ballast_tank_blow generic_mio_trait_radar_warning_receiver } + + equipment_bonus = { + max_strength = 0.08 + sub_visibility = -0.01 + } + } + + trait = { + token = generic_mio_trait_submarine_mass_production + name = generic_mio_trait_submarine_mass_production + icon = GFX_generic_mio_department_icon_ship_submarine_production + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_decalin_fueled_torpedo + + all_parents = { generic_mio_trait_decalin_fueled_torpedo } + + + production_bonus = { + production_capacity_factor = 0.07 + } + } + + trait = { + token = generic_mio_trait_advanced_sonar + name = generic_mio_trait_advanced_sonar + icon = GFX_generic_mio_trait_icon_surface_detection + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_submarine_mass_production + + all_parents = { generic_mio_trait_decalin_fueled_torpedo } + + limit_to_equipment_type = { ship_hull_submarine } + + equipment_bonus = { + surface_detection = 0.06 + sub_visibility = 0.02 + } + } + + trait = { + token = generic_mio_trait_deck_guns + name = generic_mio_trait_deck_guns + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_submarine_mass_production + + all_parents = { generic_mio_trait_submarine_mass_production generic_mio_trait_advanced_sonar } + + equipment_bonus = { + max_strength = 0.08 + } + } + + trait = { + token = generic_mio_trait_large_torpedo_banks + name = generic_mio_trait_large_torpedo_banks + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_advanced_sonar + + all_parents = { generic_mio_trait_advanced_sonar } + + equipment_bonus = { + torpedo_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_capacity_mine_storage + name = generic_mio_trait_high_capacity_mine_storage + icon = GFX_generic_mio_trait_icon_mines + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_deck_guns + + any_parent = { generic_mio_trait_deck_guns generic_mio_trait_large_torpedo_banks } + + visible = { + has_dlc = "Man the Guns" + } + + equipment_bonus = { + mines_planting = 0.2 + } + } +} + +#BLACK SEA MANUFACTURER - Based on Black Sea Shipyard (SOV) +generic_black_sea_fleet_organization = { + icon = GFX_idea_generic_naval_manufacturer_2 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + capital_ship + screen_ship + ship_hull_submarine + } + + research_categories = { + naval_equipment + } + + tree_header_text = { + text = mio_header_systems + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 4 + } + + tree_header_text = { + text = mio_header_production + x = 8 + } + + initial_trait = { + name = generic_mio_initial_trait_black_sea_fleet_designer + limit_to_equipment_type = { capital_ship screen_ship ship_hull_submarine } + equipment_bonus = { + anti_air_attack = 0.02 + armor_value = 0.02 + max_strength = 0.02 + naval_range = -0.15 + } + } + + trait = { + token = generic_mio_trait_submarine_hunters_black_sea + name = generic_mio_trait_submarine_hunters_black_sea + icon = GFX_generic_mio_trait_icon_sub_detection + + position = { x=1 y=0 } + + equipment_bonus = { + sub_detection = 0.05 + patrol_coordination = 0.05 + } + } + + trait = { + token = generic_mio_trait_efficient_patrolling_scheme + name = generic_mio_trait_efficient_patrolling_scheme + icon = GFX_generic_mio_department_icon_ship_capital_screen_utility + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_submarine_hunters_black_sea + + all_parents = { generic_mio_trait_submarine_hunters_black_sea } + + equipment_bonus = { + patrol_coordination = 0.1 + naval_range = -0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_sub_scanners + name = generic_mio_trait_advanced_sub_scanners + icon = GFX_generic_mio_trait_icon_sub_detection + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_submarine_hunters_black_sea + + all_parents = { generic_mio_trait_submarine_hunters_black_sea } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + sub_detection = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_altitute_catapult + name = generic_mio_trait_high_altitute_catapult + icon = GFX_generic_mio_trait_icon_detection + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_advanced_sub_scanners + + all_parents = { generic_mio_trait_advanced_sub_scanners } + + equipment_bonus = { + surface_detection = 0.04 + sub_detection = 0.04 + } + } + + trait = { + token = generic_mio_trait_light_armor_piercing_guns + name = generic_mio_trait_light_armor_piercing_guns + icon = GFX_generic_mio_trait_icon_lg_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_high_altitute_catapult + + all_parents = { generic_mio_trait_advanced_sub_scanners } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + lg_armor_piercing = 0.05 + } + } + + trait = { + token = generic_mio_trait_brass_case_reloader + name = generic_mio_trait_brass_case_reloader + icon = GFX_generic_mio_department_icon_ship_capital_screen_weapons + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_light_armor_piercing_guns + + all_parents = { generic_mio_trait_light_armor_piercing_guns generic_mio_trait_piercing_rounds } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + lg_attack = 0.06 + } + } + + trait = { + token = generic_mio_trait_anti_air_defense + name = generic_mio_trait_anti_air_defense + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=4 y=0 } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + anti_air_attack = 0.06 + } + } + + trait = { + token = generic_mio_trait_heavy_guns + name = generic_mio_trait_heavy_guns + icon = GFX_generic_mio_trait_icon_hg_attack + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_anti_air_defense + + all_parents = { generic_mio_trait_anti_air_defense } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + hg_attack = 0.05 + } + } + + trait = { + token = generic_mio_advanced_periscope + name = generic_mio_advanced_periscope + icon = GFX_generic_mio_trait_icon_sub_visibility + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_anti_air_defense + + all_parents = { generic_mio_trait_anti_air_defense } + + limit_to_equipment_type = { ship_hull_submarine } + + equipment_bonus = { + sub_visibility = -0.03 + surface_detection = 0.03 + } + } + + trait = { + token = generic_mio_trait_piercing_rounds + name = generic_mio_trait_piercing_rounds + icon = GFX_generic_mio_department_icon_ship_capital_ship_weapons + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_heavy_guns + + all_parents = { generic_mio_trait_heavy_guns } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + hg_armor_piercing = 0.05 + } + } + + trait = { + token = generic_mio_trait_base_defense + name = generic_mio_trait_base_defense + icon = GFX_generic_mio_department_icon_ship_capital_screen_armor + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_heavy_guns + + all_parents = { generic_mio_trait_heavy_guns } + + limit_to_equipment_type = { capital_ship screen_ship } + + equipment_bonus = { + anti_air_attack = 0.06 + naval_range = -0.1 + armor_value = 0.05 + } + } + + trait = { + token = generic_mio_trait_state_sponsored_growth + name = generic_mio_trait_state_sponsored_growth + icon = GFX_generic_mio_department_icon_facilities + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_anti_air_defense + + organization_modifier = { + military_industrial_organization_funds_gain = 0.1 + } + + } + + trait = { + token = generic_mio_trait_state_sponsored_research + name = generic_mio_trait_state_sponsored_research + icon = GFX_generic_mio_department_icon_facilities + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_state_sponsored_growth + + all_parents = { generic_mio_trait_state_sponsored_growth } + + mutually_exclusive = { generic_mio_trait_24h_shifts } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.1 + } + } + + trait = { + token = generic_mio_trait_24h_shifts + name = generic_mio_trait_24h_shifts + icon = GFX_generic_mio_department_icon_ship_general_production + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_state_sponsored_research + + all_parents = { generic_mio_trait_state_sponsored_growth } + + mutually_exclusive = { generic_mio_trait_state_sponsored_research } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_state_subsidizing + name = generic_mio_trait_state_subsidizing + icon = GFX_generic_mio_department_icon_facilities + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_state_sponsored_research + + any_parent = { generic_mio_trait_state_sponsored_research generic_mio_trait_24h_shifts } + + organization_modifier = { + military_industrial_organization_size_up_requirement = -0.25 + military_industrial_organization_design_team_assign_cost = 0.15 + } + + } + + trait = { + token = generic_mio_trait_deck_guns_black_sea + name = generic_mio_trait_deck_guns_black_sea + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_base_defense + + any_parent = { generic_mio_trait_base_defense generic_mio_trait_piercing_rounds } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + anti_air_attack = 0.06 + } + } +} + + + +generic_refurbishment_repair_organization = { + icon = GFX_idea_generic_naval_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_battleship + mio_cat_eq_all_cruiser + } + research_categories = { + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + + tree_header_text = { + text = mio_header_protection + x = 3 + } + + tree_header_text = { + text = mio_header_weapons + x = 8 + } + + + initial_trait = { + name = generic_mio_refurbishment_repair_organization + limit_to_equipment_type = { capital_ship screen_ship ship_hull_submarine } + equipment_bonus = { + max_strength = 0.03 + } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.01 + } + } + + trait = { + token = generic_mio_trait_heavy_armored_hull + name = generic_mio_trait_heavy_armored_hull + icon = GFX_generic_mio_trait_icon_armor_value + + position = { x=1 y=0 } + + equipment_bonus = { + armor_value = 0.03 + } + } + + trait = { + token = generic_mio_trait_isolated_firemains + name = generic_mio_trait_isolated_firemains + icon = GFX_generic_mio_trait_icon_naval_torpedo_damage_reduction_factor + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_heavy_armored_hull + + all_parents = { generic_mio_trait_heavy_armored_hull } + + equipment_bonus = { + naval_torpedo_damage_reduction_factor = 0.03 + } + } + + trait = { + token = generic_mio_trait_counter_flooding_system + name = generic_mio_trait_counter_flooding_system + icon = GFX_generic_mio_trait_icon_naval_torpedo_hit_chance_factor + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_isolated_firemains + + all_parents = { generic_mio_trait_heavy_armored_hull } + + equipment_bonus = { + naval_torpedo_enemy_critical_chance_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_anti_torpedo_bulge + name = generic_mio_trait_anti_torpedo_bulge + icon = GFX_generic_mio_trait_icon_naval_torpedo_damage_reduction_factor + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_isolated_firemains + + all_parents = { generic_mio_trait_counter_flooding_system generic_mio_trait_isolated_firemains generic_mio_trait_high_powered_steering } + + equipment_bonus = { + naval_torpedo_enemy_critical_chance_factor = -0.05 + naval_torpedo_damage_reduction_factor = 0.08 + } + } + + trait = { + token = generic_mio_trait_foam_fire_extinguishers + name = generic_mio_trait_foam_fire_extinguishers + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=5 y=0 } + relative_position_id = generic_mio_trait_heavy_armored_hull + + equipment_bonus = { + reliability = 0.03 + } + } + + trait = { + token = generic_mio_trait_bulkhead_shoring_procedure + name = generic_mio_trait_bulkhead_shoring_procedure + icon = GFX_generic_mio_department_icon_ship_capital_screen_armor + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_foam_fire_extinguishers + + all_parents = { generic_mio_trait_foam_fire_extinguishers } + + equipment_bonus = { + reliability = 0.01 + armor_value = 0.02 + } + } + + trait = { + token = generic_mio_trait_high_powered_steering + name = generic_mio_trait_high_powered_steering + icon = GFX_generic_mio_department_icon_ship_capital_screen_armor + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_bulkhead_shoring_procedure + + all_parents = { generic_mio_trait_bulkhead_shoring_procedure } + + equipment_bonus = { + reliability = 0.01 + armor_value = 0.02 + } + } + + trait = { + token = generic_mio_trait_flooding_boundries + name = generic_mio_trait_flooding_boundries + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_high_powered_steering + + all_parents = { generic_mio_trait_bulkhead_shoring_procedure } + + equipment_bonus = { + max_strength = 0.03 + } + } + + trait = { + token = generic_mio_trait_protected_pumps + name = generic_mio_trait_protected_pumps + icon = GFX_generic_mio_trait_icon_max_strength + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_flooding_boundries + + all_parents = { generic_mio_trait_flooding_boundries } + + equipment_bonus = { + max_strength = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_scanners + name = generic_mio_trait_advanced_scanners + icon = GFX_generic_mio_trait_icon_detection + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_foam_fire_extinguishers + + all_parents = { generic_mio_trait_foam_fire_extinguishers } + + equipment_bonus = { + sub_detection = 0.05 + surface_detection = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_velocity_guns + name = generic_mio_trait_high_velocity_guns + icon = GFX_generic_mio_department_icon_ship_capital_ship_weapons + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_advanced_scanners + + all_parents = { generic_mio_trait_advanced_scanners } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + hg_armor_piercing = 0.03 + } + } + + trait = { + token = generic_mio_trait_capital_destroyer_shells + name = generic_mio_trait_capital_destroyer_shells + icon = GFX_generic_mio_department_icon_ship_capital_ship_weapons + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_high_velocity_guns + + all_parents = { generic_mio_trait_high_velocity_guns } + + mutually_exclusive = { generic_mio_trait_deck_guns generic_mio_trait_naval_all_purpose_defense_systems } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + hg_armor_piercing = 0.05 + hg_attack = 0.1 + naval_range = -0.15 + maximum_speed = -0.08 + } + } + + trait = { + token = generic_mio_trait_deck_guns + name = generic_mio_trait_deck_guns + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_capital_destroyer_shells + + all_parents = { generic_mio_trait_high_velocity_guns } + + mutually_exclusive = { generic_mio_trait_capital_destroyer_shells generic_mio_trait_naval_all_purpose_defense_systems } + + equipment_bonus = { + anti_air_attack = 0.06 + } + } + + trait = { + token = generic_mio_trait_naval_all_purpose_defense_systems + name = generic_mio_trait_naval_all_purpose_defense_systems + icon = GFX_generic_mio_department_icon_ship_capital_ship_armor + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_deck_guns + + all_parents = { generic_mio_trait_high_velocity_guns } + + mutually_exclusive = { generic_mio_trait_capital_destroyer_shells generic_mio_trait_deck_guns } + + limit_to_equipment_type = { capital_ship } + + equipment_bonus = { + anti_air_attack = 0.03 + armor_value = 0.03 + lg_attack = 0.03 + naval_range = -0.05 + maximum_speed = -0.04 + } + } +} + + + + +######## ## ### ## ## ######## ###### +## ## ## ## ## ### ## ## ## ## +## ## ## ## ## #### ## ## ## +######## ## ## ## ## ## ## ###### ###### +## ## ######### ## #### ## ## +## ## ## ## ## ### ## ## ## +## ######## ## ## ## ## ######## ###### + + + +#GENERAL AIRCRAFT MANUFACTURER - Based on Focker (HOL) +generic_general_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = yes + #Countries with custom MIOs + } + + equipment_type = { + mio_cat_eq_all_small_plane + mio_cat_eq_all_medium_plane + mio_cat_eq_all_large_plane + } + + research_categories = { air_equipment } + + tree_header_text = { + text = mio_header_fighter_aircraft + x = 1 + } + + tree_header_text = { + text = mio_header_bomber_aircraft + x = 4 + } + + tree_header_text = { + text = mio_header_naval_aircraft + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_general_aircraft_designer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + production_bonus = { + production_capacity_factor = 0.03 + } + } + + trait = { + token = generic_mio_trait_conservative_designs + name = generic_mio_trait_conservative_designs + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=4 y=0 } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_fighter_aircraft_specialists + name = generic_mio_trait_fighter_aircraft_specialists + icon = GFX_generic_mio_department_icon_plane_fighter_engine + + position = { x=-3 y=1 } + relative_position_id = generic_mio_trait_conservative_designs + + all_parents = { generic_mio_trait_conservative_designs } + + limit_to_equipment_type = { mio_cat_eq_only_light_fighter_no_cv medium_plane_fighter_airframe medium_plane_scout_plane_airframe } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_design + name = generic_mio_trait_high_speed_design + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_fighter_aircraft_specialists + + all_parents = { generic_mio_trait_fighter_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_agility_wing_design } + + limit_to_equipment_type = { mio_cat_eq_only_light_fighter_no_cv medium_plane_fighter_airframe medium_plane_scout_plane_airframe } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_agility_wing_design + name = generic_mio_trait_agility_wing_design + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_fighter_aircraft_specialists + + all_parents = { generic_mio_trait_fighter_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_high_speed_design } + + limit_to_equipment_type = { mio_cat_eq_only_light_fighter_no_cv medium_plane_fighter_airframe medium_plane_scout_plane_airframe } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_fighter_aircraft_production + name = generic_mio_trait_fighter_aircraft_production + icon = GFX_generic_mio_department_icon_plane_fighter_production + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_high_speed_design + + any_parent = { generic_mio_trait_high_speed_design generic_mio_trait_agility_wing_design } + + limit_to_equipment_type = { mio_cat_eq_only_light_fighter_no_cv medium_plane_fighter_airframe medium_plane_scout_plane_airframe } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_bomber_aircraft_specialists + name = generic_mio_trait_bomber_aircraft_specialists + icon = GFX_generic_mio_department_icon_plane_strategic_bomber_engine + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_conservative_designs + + all_parents = { generic_mio_trait_conservative_designs } + + limit_to_equipment_type = { small_plane_cas_airframe mio_cat_eq_only_tactical_bomber mio_cat_eq_only_strategic_bomber } + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_bomb_trucks + name = generic_mio_trait_bomb_trucks + icon = GFX_generic_mio_trait_icon_defense + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_bomber_aircraft_specialists + + all_parents = { generic_mio_trait_bomber_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_fast_bombers } + + limit_to_equipment_type = { small_plane_cas_airframe mio_cat_eq_only_tactical_bomber mio_cat_eq_only_strategic_bomber } + + equipment_bonus = { + air_defence = 0.03 + } + } + + trait = { + token = generic_mio_trait_fast_bombers + name = generic_mio_trait_fast_bombers + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_bomber_aircraft_specialists + + all_parents = { generic_mio_trait_bomber_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_bomb_trucks } + + limit_to_equipment_type = { small_plane_cas_airframe mio_cat_eq_only_tactical_bomber mio_cat_eq_only_strategic_bomber } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_bomber_aircraft_production + name = generic_mio_trait_bomber_aircraft_production + icon = GFX_generic_mio_department_icon_plane_strategic_bomber_production + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_bomb_trucks + + any_parent = { generic_mio_trait_bomb_trucks generic_mio_trait_fast_bombers } + + limit_to_equipment_type = { small_plane_cas_airframe mio_cat_eq_only_tactical_bomber mio_cat_eq_only_strategic_bomber } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_naval_aircraft_specialists + name = generic_mio_trait_naval_aircraft_specialists + icon = GFX_generic_mio_department_icon_plane_cv_naval_bomber_engine + + position = { x=3 y=1 } + relative_position_id = generic_mio_trait_conservative_designs + + all_parents = { generic_mio_trait_conservative_designs } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe mio_cat_eq_all_cv_aircraft large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_naval_strike + name = generic_mio_trait_naval_strike + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_naval_aircraft_specialists + + all_parents = { generic_mio_trait_naval_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_naval_air_patrol } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe mio_cat_eq_all_cv_aircraft large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + naval_strike_targetting = 0.05 + } + } + + trait = { + token = generic_mio_trait_naval_air_patrol + name = generic_mio_trait_naval_air_patrol + icon = GFX_generic_mio_trait_icon_surface_detection + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_naval_aircraft_specialists + + all_parents = { generic_mio_trait_naval_aircraft_specialists } + + mutually_exclusive = { generic_mio_trait_naval_strike } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe mio_cat_eq_all_cv_aircraft large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + surface_detection = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_naval_aircraft_production + name = generic_mio_trait_naval_aircraft_production + icon = GFX_generic_mio_department_icon_plane_cv_naval_bomber_production + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_naval_strike + + any_parent = { generic_mio_trait_naval_strike generic_mio_trait_naval_air_patrol } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe mio_cat_eq_all_cv_aircraft large_plane_maritime_patrol_plane_airframe } + + production_bonus = { + production_capacity_factor = 0.05 + } + } +} + +#LIGHT AIRCRAFT MANUFACTURER - Based on MESSERSCHMIDT (GER) +generic_light_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_only_light_fighter + } + + research_categories = { mio_cat_all_light_fighter_and_modules } + + tree_header_text = { + text = mio_header_production + x = 1 + } + + tree_header_text = { + text = mio_header_engines + x = 3 + } + + tree_header_text = { + text = mio_header_wings + x = 5 + } + + tree_header_text = { + text = mio_header_weapons + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_light_aircraft_designer + + equipment_bonus = { + air_agility = 0.05 + maximum_speed = 0.05 + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_expanded_production_facilities + name = generic_mio_trait_expanded_production_facilities + icon = GFX_generic_mio_department_icon_plane_fighter_line_efficiency + + position = { x=2 y=0 } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_fixed_tailwheels + name = generic_mio_trait_fixed_tailwheels + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_expanded_production_facilities + + all_parents = { generic_mio_trait_expanded_production_facilities } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_removable_wings + name = generic_mio_trait_removable_wings + icon = GFX_generic_mio_department_icon_plane_fighter_line_efficiency + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_fixed_tailwheels + + all_parents = { generic_mio_trait_fixed_tailwheels } + + equipment_bonus = { + reliability = 0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_liquid_cooled_engines + name = generic_mio_trait_liquid_cooled_engines + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_expanded_production_facilities + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_maritime_duties + name = generic_mio_trait_maritime_duties + icon = GFX_generic_mio_trait_icon_torpedo_attack + + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_liquid_cooled_engines + + all_parents = { generic_mio_trait_liquid_cooled_engines } + + equipment_bonus = { + air_range = 0.05 + naval_strike_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_aerodynamics + name = generic_mio_trait_advanced_aerodynamics + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_liquid_cooled_engines + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_fuselage_ordinance_rack + name = generic_mio_trait_fuselage_ordinance_rack + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_advanced_aerodynamics + + all_parents = { generic_mio_trait_advanced_aerodynamics } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_ongoing_developmental_upgrades + name = generic_mio_trait_ongoing_developmental_upgrades + icon = GFX_generic_mio_department_icon_facilities + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_liquid_cooled_engines + + all_parents = { generic_mio_trait_liquid_cooled_engines generic_mio_trait_advanced_aerodynamics } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_heavier_airframe + name = generic_mio_trait_heavier_airframe + icon = GFX_generic_mio_department_icon_plane_fighter_combat + + position = { x=-2 y=1 } + relative_position_id = generic_mio_trait_ongoing_developmental_upgrades + + all_parents = { generic_mio_trait_ongoing_developmental_upgrades } + + mutually_exclusive = { generic_mio_trait_maximum_wing_loads generic_mio_trait_gun_pods } + + equipment_bonus = { + air_attack = 0.05 + air_ground_attack = 0.05 + naval_strike_attack = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_maximum_wing_loads + name = generic_mio_trait_maximum_wing_loads + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_ongoing_developmental_upgrades + + all_parents = { generic_mio_trait_ongoing_developmental_upgrades } + + mutually_exclusive = { generic_mio_trait_heavier_airframe generic_mio_trait_gun_pods } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_gun_pods + name = generic_mio_trait_gun_pods + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_ongoing_developmental_upgrades + + all_parents = { generic_mio_trait_ongoing_developmental_upgrades } + + mutually_exclusive = { generic_mio_trait_heavier_airframe generic_mio_trait_maximum_wing_loads } + + equipment_bonus = { + air_ground_attack = 0.1 + air_agility = -0.03 + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_multi_purpose_aircraft + name = generic_mio_trait_multi_purpose_aircraft + icon = GFX_generic_mio_department_icon_plane_fighter_combat + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_heavier_airframe + + any_parent = { generic_mio_trait_heavier_airframe generic_mio_trait_maximum_wing_loads generic_mio_trait_gun_pods } + + mutually_exclusive = { generic_mio_trait_fighter_specialization generic_mio_trait_close_air_support_specialization } + + equipment_bonus = { + air_attack = 0.05 + air_ground_attack = 0.05 + naval_strike_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_fighter_specialization + name = generic_mio_trait_fighter_specialization + icon = GFX_generic_mio_department_icon_plane_fighter_engine + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_maximum_wing_loads + + any_parent = { generic_mio_trait_heavier_airframe generic_mio_trait_maximum_wing_loads generic_mio_trait_gun_pods } + + mutually_exclusive = { generic_mio_trait_multi_purpose_aircraft generic_mio_trait_close_air_support_specialization } + + equipment_bonus = { + air_attack = 0.05 + air_agility = 0.03 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_close_air_support_specialization + name = generic_mio_trait_close_air_support_specialization + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_gun_pods + + any_parent = { generic_mio_trait_heavier_airframe generic_mio_trait_maximum_wing_loads generic_mio_trait_gun_pods } + + mutually_exclusive = { generic_mio_trait_multi_purpose_aircraft generic_mio_trait_fighter_specialization } + + equipment_bonus = { + air_ground_attack = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_flexible_design + name = generic_mio_trait_flexible_design + icon = GFX_generic_mio_trait_icon_defense + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_multi_purpose_aircraft + + all_parents = { generic_mio_trait_multi_purpose_aircraft } + + equipment_bonus = { + air_range = 0.05 + air_defence = 0.05 + air_attack = 0.02 + air_ground_attack = 0.02 + } + } + + trait = { + token = generic_mio_trait_fighter_expertise + name = generic_mio_trait_fighter_expertise + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_fighter_specialization + + all_parents = { generic_mio_trait_fighter_specialization } + + equipment_bonus = { + air_range = 0.05 + maximum_speed = 0.05 + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_close_air_support_expertise + name = generic_mio_trait_close_air_support_expertise + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_close_air_support_specialization + + all_parents = { generic_mio_trait_close_air_support_specialization } + + equipment_bonus = { + air_ground_attack = 0.05 + air_range = 0.05 + air_defence = 0.05 + } + } +} + + +#MEDIUM AIRCRAFT MANUFACTURER - Based on Dornier / Caproni / de Havilland +generic_medium_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_medium_plane + transport_plane_equipment + } + + research_categories = { mio_cat_all_medium_aircraft_and_modules } + + tree_header_text = { + text = mio_header_production + x = 1 + } + + tree_header_text = { + text = mio_header_engines + x = 3 + } + + tree_header_text = { + text = mio_header_wings + x = 5 + } + + tree_header_text = { + text = mio_header_weapons + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_multi_role_tactical_aircraft + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + surface_detection = 0.05 + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_narrow_build + name = generic_mio_trait_narrow_build + icon = GFX_generic_mio_department_icon_plane_medium_line_efficiency + + position = { x=1 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_defence = 0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_mixed_material_construction + name = generic_mio_trait_mixed_material_construction + icon = GFX_generic_mio_department_icon_plane_medium_line_efficiency + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_narrow_build + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_multi_role_transport + name = generic_mio_trait_multi_role_transport + icon = GFX_generic_mio_department_icon_air_transport_technology + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_mixed_material_construction + + all_parents = { generic_mio_trait_mixed_material_construction } + + limit_to_equipment_type = { transport_plane_equipment } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + production_efficiency_cap_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_refined_engines + name = generic_mio_trait_refined_engines + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_mixed_material_construction + + all_parents = { generic_mio_trait_mixed_material_construction } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_twin_tail + name = generic_mio_trait_twin_tail + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_mixed_material_construction + + mutually_exclusive = { generic_mio_trait_reinforced_wing_braces } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_reinforced_wing_braces + name = generic_mio_trait_reinforced_wing_braces + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_twin_tail + + mutually_exclusive = { generic_mio_trait_twin_tail } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_expanded_cockpit + name = generic_mio_trait_expanded_cockpit + icon = GFX_generic_mio_department_icon_plane_medium_combat + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_twin_tail + + any_parent = { generic_mio_trait_twin_tail generic_mio_trait_reinforced_wing_braces } + + mutually_exclusive = { generic_mio_trait_metal_nose_replacement } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.05 + air_bombing = 0.05 #TODO_Manu: Not working + } + } + + trait = { + token = generic_mio_trait_metal_nose_replacement + name = generic_mio_trait_metal_nose_replacement + icon = GFX_generic_mio_trait_icon_defense + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_reinforced_wing_braces + + any_parent = { generic_mio_trait_twin_tail generic_mio_trait_reinforced_wing_braces } + + mutually_exclusive = { generic_mio_trait_expanded_cockpit } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_extra_machine_guns + name = generic_mio_trait_extra_machine_guns + icon = GFX_generic_mio_department_icon_plane_medium_combat + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_reinforced_wing_braces + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.1 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_trait_streamlined_fuselage + name = generic_mio_trait_streamlined_fuselage + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_expanded_cockpit + + all_parents = { generic_mio_trait_refined_engines } + all_parents = { generic_mio_trait_extra_machine_guns } + any_parent = { generic_mio_trait_expanded_cockpit generic_mio_trait_metal_nose_replacement } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_defence = 0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_adaptable_build + name = generic_mio_trait_adaptable_build + icon = GFX_generic_mio_department_icon_plane_medium_engine + + position = { x=-2 y=1 } + relative_position_id = generic_mio_trait_streamlined_fuselage + + all_parents = { generic_mio_trait_streamlined_fuselage } + + mutually_exclusive = { generic_mio_trait_heavy_fighter_specialization generic_mio_trait_tactical_bomber_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.05 + } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_heavy_fighter_specialization + name = generic_mio_trait_heavy_fighter_specialization + icon = GFX_generic_mio_department_icon_plane_medium_quality + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_streamlined_fuselage + + all_parents = { generic_mio_trait_streamlined_fuselage } + + mutually_exclusive = { generic_mio_trait_adaptable_build generic_mio_trait_tactical_bomber_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.05 + air_attack = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_tactical_bomber_specialization + name = generic_mio_trait_tactical_bomber_specialization + icon = GFX_generic_mio_department_icon_plane_medium_combat + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_streamlined_fuselage + + all_parents = { generic_mio_trait_streamlined_fuselage } + + mutually_exclusive = { generic_mio_trait_adaptable_build generic_mio_trait_heavy_fighter_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.05 + air_ground_attack = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_skip_bombing + name = generic_mio_trait_skip_bombing + icon = GFX_generic_mio_trait_icon_torpedo_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_reinforced_wing_braces + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + naval_strike_attack = 0.03 + } + } + + trait = { + token = generic_mio_trait_high_frequency_direction_finding + name = generic_mio_trait_high_frequency_direction_finding + icon = GFX_generic_mio_trait_icon_sub_detection + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_skip_bombing + + all_parents = { generic_mio_trait_skip_bombing } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + sub_detection = 0.05 + naval_strike_attack = 0.03 + } + } +} + + +#HEAVY AIRCRAFT MANUFACTURER - Based on John Brown (ENG) +generic_heavy_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_2 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + large_plane_airframe + large_plane_maritime_patrol_plane_airframe + transport_plane_equipment + } + + research_categories = { mio_cat_all_heavy_aircraft_and_modules } + + tree_header_text = { + text = mio_header_design_department + x = 2 + } + + tree_header_text = { + text = mio_header_operational_department + x = 8 + } + + initial_trait = { + name = generic_mio_initial_trait_heavy_aircraft_designer + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + equipment_bonus = { + air_bombing = 0.05 + air_agility = -0.05 + } + } + + trait = { + token = generic_mio_trait_reinforced_frames + name = generic_mio_trait_reinforced_frames + icon = GFX_generic_mio_trait_icon_defense + + position = { x=2 y=0 } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_standardized_alloys + name = generic_mio_trait_standardized_alloys + icon = GFX_generic_mio_trait_icon_resources + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_reinforced_frames + + any_parent = { generic_mio_trait_reinforced_frames } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + production_resource_penalty_factor = -0.1 + } + } + + trait = { + token = generic_mio_trait_transport_conversions + name = generic_mio_trait_transport_conversions + icon = GFX_generic_mio_department_icon_air_transport_production + + position = { x=-2 y=1 } + relative_position_id = generic_mio_trait_standardized_alloys + + any_parent = { generic_mio_trait_standardized_alloys } + + limit_to_equipment_type = { transport_plane_equipment } + + production_bonus = { + production_capacity_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_drop_hammer_alloy_straining + name = generic_mio_trait_drop_hammer_alloy_straining + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_standardized_alloys + + any_parent = { generic_mio_trait_standardized_alloys } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_defence = 0.05 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_refined_secondary_aluminium + name = generic_mio_trait_refined_secondary_aluminium + icon = GFX_generic_mio_trait_icon_resources + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_drop_hammer_alloy_straining + + any_parent = { generic_mio_trait_drop_hammer_alloy_straining } + + mutually_exclusive = { generic_mio_trait_high_quality_aluminium_alloys } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + production_bonus = { + production_capacity_factor = 0.05 + production_resource_need_factor = -0.15 + } + } + + trait = { + token = generic_mio_trait_high_quality_aluminium_alloys + name = generic_mio_trait_high_quality_aluminium_alloys + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_drop_hammer_alloy_straining + + any_parent = { generic_mio_trait_drop_hammer_alloy_straining } + + mutually_exclusive = { generic_mio_trait_refined_secondary_aluminium } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_agility = 0.05 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_pressurized_cockpit + name = generic_mio_trait_pressurized_cockpit + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=3 y=1 } + relative_position_id = generic_mio_trait_reinforced_frames + + any_parent = { generic_mio_trait_reinforced_frames generic_mio_trait_extended_rear_fuselage } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_turbochargers + name = generic_mio_trait_advanced_turbochargers + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_pressurized_cockpit + + any_parent = { generic_mio_trait_pressurized_cockpit } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_extended_rear_fuselage + name = generic_mio_trait_extended_rear_fuselage + icon = GFX_generic_mio_trait_icon_strategic_attack + + position = { x=6 y=0 } + relative_position_id = generic_mio_trait_reinforced_frames + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_bombing = 0.05 + naval_strike_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_auto_levelled_bombsights + name = generic_mio_trait_auto_levelled_bombsights + icon = GFX_generic_mio_trait_icon_strategic_attack + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_extended_rear_fuselage + + any_parent = { generic_mio_trait_extended_rear_fuselage } + + mutually_exclusive = { generic_mio_trait_air_deployed_sonobuoys } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_bombing = 0.05 + } + } + + trait = { + token = generic_mio_trait_air_deployed_sonobuoys + name = generic_mio_trait_air_deployed_sonobuoys + icon = GFX_generic_mio_trait_icon_detection + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_extended_rear_fuselage + + any_parent = { generic_mio_trait_extended_rear_fuselage } + + mutually_exclusive = { generic_mio_trait_auto_levelled_bombsights } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + sub_detection = 0.05 + surface_detection = 0.05 + } + } + + trait = { + token = generic_mio_trait_cockpit_controlled_remote_gun_turrets + name = generic_mio_trait_cockpit_controlled_remote_gun_turrets + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_auto_levelled_bombsights + + any_parent = { generic_mio_trait_auto_levelled_bombsights generic_mio_trait_air_deployed_sonobuoys } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_flying_fortress + name = generic_mio_trait_flying_fortress + icon = GFX_generic_mio_department_icon_plane_general_engine + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_cockpit_controlled_remote_gun_turrets + + any_parent = { generic_mio_trait_cockpit_controlled_remote_gun_turrets } + + mutually_exclusive = { generic_mio_trait_advanced_instruments } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_defence = 0.15 + air_range = 0.15 + air_agility = -0.05 + fuel_consumption = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_instruments + name = generic_mio_trait_advanced_instruments + icon = GFX_generic_mio_trait_icon_strategic_attack + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_cockpit_controlled_remote_gun_turrets + + any_parent = { generic_mio_trait_cockpit_controlled_remote_gun_turrets } + + mutually_exclusive = { generic_mio_trait_flying_fortress } + + limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe } + + equipment_bonus = { + air_bombing = 0.05 + naval_strike_targetting = 0.05 + } + } +} + + +#CAS AIRCRAFT MANUFACTURER - Based on Junkers / Ilyushin +generic_cas_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + small_plane_cas_airframe + cv_small_plane_cas_airframe + } + + research_categories = { mio_cat_all_cas_and_modules } + + tree_header_text = { + text = mio_header_production + x = 1 + } + + tree_header_text = { + text = mio_header_engines + x = 3 + } + + tree_header_text = { + text = mio_header_wings + x = 5 + } + + tree_header_text = { + text = mio_header_weapons + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_cas_aircraft_designer + + equipment_bonus = { + air_ground_attack = 0.05 + maximum_speed = -0.03 + } + } + + trait = { + token = generic_mio_trait_selectional_construction + name = generic_mio_trait_selectional_construction + icon = GFX_generic_mio_department_icon_plane_cas_line_efficiency + + position = { x=0 y=0 } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_low_altitude_attacks + name = generic_mio_trait_low_altitude_attacks + icon = GFX_generic_mio_trait_icon_defense + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_selectional_construction + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_canopies_and_firewalls + name = generic_mio_trait_canopies_and_firewalls + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_selectional_construction + + equipment_bonus = { + air_defence = 0.05 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_automatic_pull_out + name = generic_mio_trait_automatic_pull_out + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_canopies_and_firewalls + + all_parents = { generic_mio_trait_canopies_and_firewalls } + + equipment_bonus = { + air_ground_attack = 0.05 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_integrated_armor_designs + name = generic_mio_trait_integrated_armor_designs + icon = GFX_generic_mio_trait_icon_defense + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_canopies_and_firewalls + + all_parents = { generic_mio_trait_canopies_and_firewalls } + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_gull_wings + name = generic_mio_trait_gull_wings + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_low_altitude_attacks + + mutually_exclusive = { generic_mio_trait_reinforced_wings } + + equipment_bonus = { + air_ground_attack = 0.1 + } + } + + trait = { + token = generic_mio_trait_reinforced_wings + name = generic_mio_trait_reinforced_wings + icon = GFX_generic_mio_department_icon_plane_cas_combat + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_gull_wings + + mutually_exclusive = { generic_mio_trait_gull_wings } + + equipment_bonus = { + air_ground_attack = 0.03 + air_attack = 0.03 + air_defence = 0.03 + } + } + + trait = { + token = generic_mio_trait_heavily_armed_aircraft + name = generic_mio_trait_heavily_armed_aircraft + icon = GFX_generic_mio_department_icon_plane_cas_combat + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_gull_wings + + any_parent = { generic_mio_trait_gull_wings generic_mio_trait_reinforced_wings } + + equipment_bonus = { + air_attack = 0.05 + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_air_brakes + name = generic_mio_trait_air_brakes + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_gull_wings + + all_parents = { generic_mio_trait_gull_wings } + + equipment_bonus = { + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_wingborne_fuel_tanks + name = generic_mio_trait_wingborne_fuel_tanks + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_reinforced_wings + + all_parents = { generic_mio_trait_reinforced_wings } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_bombs + name = generic_mio_trait_bombs + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_air_brakes + + all_parents = { generic_mio_trait_air_brakes } + + mutually_exclusive = { generic_mio_trait_rockets } + + equipment_bonus = { + air_ground_attack = 0.1 + } + } + + trait = { + token = generic_mio_trait_rockets + name = generic_mio_trait_rockets + icon = GFX_generic_mio_department_icon_plane_cas_combat + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_wingborne_fuel_tanks + + all_parents = { generic_mio_trait_wingborne_fuel_tanks } + + mutually_exclusive = { generic_mio_trait_bombs } + + equipment_bonus = { + air_ground_attack = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_heat_bombs + name = generic_mio_heat_bombs + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_reinforced_wings + + equipment_bonus = { + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_cluster_bombs + name = generic_mio_cluster_bombs + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_heat_bombs + + all_parents = { generic_mio_heat_bombs } + + equipment_bonus = { + air_ground_attack = 0.05 + } + } +} + + +#NAVAL AIRCRAFT MANUFACTURER - Based on Junkers / Ilyushin +generic_naval_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + small_plane_naval_bomber_airframe + cv_small_plane_airframe + cv_small_plane_cas_airframe + cv_small_plane_naval_bomber_airframe + } + + research_categories = { mio_cat_all_naval_bomber_and_modules } + + tree_header_text = { + text = mio_header_operational_department + x = 1 + } + + tree_header_text = { + text = mio_header_design_department + x = 4 + } + + tree_header_text = { + text = mio_header_engines_department + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_naval_aircraft_designer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_navigation_equipment + name = generic_mio_trait_navigation_equipment + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=4 y=0 } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_patrol_fuel_tanks + name = generic_mio_trait_patrol_fuel_tanks + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=-4 y=1 } + relative_position_id = generic_mio_trait_navigation_equipment + + all_parents = { generic_mio_trait_navigation_equipment } + + mutually_exclusive = { generic_mio_trait_internal_torpedo_mountings } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe cv_small_plane_naval_bomber_airframe } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_internal_torpedo_mountings + name = generic_mio_trait_internal_torpedo_mountings + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_patrol_fuel_tanks + + all_parents = { generic_mio_trait_navigation_equipment } + + mutually_exclusive = { generic_mio_trait_patrol_fuel_tanks } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe cv_small_plane_naval_bomber_airframe } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_speed_torpedo_release + name = generic_mio_trait_high_speed_torpedo_release + icon = GFX_generic_mio_trait_icon_surface_detection + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_patrol_fuel_tanks + + any_parent = { generic_mio_trait_patrol_fuel_tanks generic_mio_trait_internal_torpedo_mountings } + + limit_to_equipment_type = { small_plane_naval_bomber_airframe cv_small_plane_naval_bomber_airframe } + + equipment_bonus = { + surface_detection = 0.05 + } + } + + trait = { + token = generic_mio_trait_reinforced_fuselage + name = generic_mio_trait_reinforced_fuselage + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_navigation_equipment + + all_parents = { generic_mio_trait_navigation_equipment } + + equipment_bonus = { + reliability = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_agility_wing_design + name = generic_mio_agility_wing_design + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_reinforced_fuselage + + all_parents = { generic_mio_trait_reinforced_fuselage } + + mutually_exclusive = { generic_mio_strength_wing_design } + + equipment_bonus = { + air_range = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_strength_wing_design + name = generic_mio_strength_wing_design + icon = GFX_generic_mio_trait_icon_defense + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_reinforced_fuselage + + all_parents = { generic_mio_trait_reinforced_fuselage } + + mutually_exclusive = { generic_mio_agility_wing_design } + + equipment_bonus = { + air_range = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_high_capacity_ammunition_stores + name = generic_mio_high_capacity_ammunition_stores + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_agility_wing_design + + all_parents = { generic_mio_agility_wing_design } + + equipment_bonus = { + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_larger_bomb_loads + name = generic_mio_larger_bomb_loads + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_strength_wing_design + + all_parents = { generic_mio_strength_wing_design } + + equipment_bonus = { + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_air_cooled_engines + name = generic_mio_air_cooled_engines + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=3 y=1 } + relative_position_id = generic_mio_trait_navigation_equipment + + all_parents = { generic_mio_trait_navigation_equipment } + + limit_to_equipment_type = { + cv_small_plane_airframe + cv_small_plane_cas_airframe + cv_small_plane_naval_bomber_airframe + } + + equipment_bonus = { + reliability = 0.05 + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_multi_stage_super_charger + name = generic_mio_multi_stage_super_charger + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=1 } + relative_position_id = generic_mio_air_cooled_engines + + all_parents = { generic_mio_air_cooled_engines } + + limit_to_equipment_type = { + cv_small_plane_airframe + } + + equipment_bonus = { + air_agility = 0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_water_injection + name = generic_mio_water_injection + icon = GFX_generic_mio_trait_icon_fuel_consumption + + position = { x=0 y=1 } + relative_position_id = generic_mio_multi_stage_super_charger + + all_parents = { generic_mio_multi_stage_super_charger } + + limit_to_equipment_type = { + cv_small_plane_airframe + } + + equipment_bonus = { + fuel_consumption = -0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_advanced_materials + name = generic_mio_advanced_materials + icon = GFX_generic_mio_trait_icon_build_cost_ic + + position = { x=0 y=1 } + relative_position_id = generic_mio_water_injection + + all_parents = { generic_mio_water_injection } + + production_bonus = { + production_cost_factor = -0.1 + production_resource_need_factor = 0.1 + } + } +} + + + +#MULTI-ROLE AIRCRAFT MANUFACTURER - Based on Savoia Marchetti (ITA) & Republic +generic_multi_role_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_3 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_small_plane + mio_cat_eq_all_medium_plane + transport_plane_equipment + } + + research_categories = { mio_cat_all_light_aircraft_and_modules mio_cat_all_medium_aircraft_and_modules } + + tree_header_text = { + text = mio_header_light_aircraft + x = 3 + } + + tree_header_text = { + text = mio_header_medium_aircraft + x = 6 + } + + initial_trait = { + name = generic_mio_initial_trait_multi_role_aircraft_designer + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.02 + naval_strike_attack = 0.02 + air_attack = 0.02 + air_defence = 0.02 + } + } + + trait = { + token = generic_mio_trait_armored_cockpit + name = generic_mio_trait_armored_cockpit + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=3 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_defence = 0.05 + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_escort_designs + name = generic_mio_trait_escort_designs + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_armored_cockpit + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.05 + } + } + + trait = { + token = generic_mio_trait_light_airframe + name = generic_mio_trait_light_airframe + icon = GFX_generic_mio_department_icon_plane_light_line_efficiency + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_armored_cockpit + + all_parents = { generic_mio_trait_armored_cockpit generic_mio_trait_escort_designs } + + mutually_exclusive = { generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_medium_airframe + name = generic_mio_trait_medium_airframe + icon = GFX_generic_mio_department_icon_plane_medium_line_efficiency + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_escort_designs + + all_parents = { generic_mio_trait_armored_cockpit generic_mio_trait_escort_designs } + + mutually_exclusive = { generic_mio_trait_light_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_hardened_frames + name = generic_mio_trait_hardened_frames + icon = GFX_generic_mio_trait_icon_defense + + position = { x=-2 y=1 } + relative_position_id = generic_mio_trait_light_airframe + + all_parents = { generic_mio_trait_light_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane } + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_belly_shackles + name = generic_mio_trait_belly_shackles + icon = GFX_generic_mio_department_icon_plane_light_combat + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_hardened_frames + + all_parents = { generic_mio_trait_light_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane } + + equipment_bonus = { + air_ground_attack = 0.05 + naval_strike_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_oversized_propeller + name = generic_mio_trait_oversized_propeller + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_light_airframe + + all_parents = { generic_mio_trait_light_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane } + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_variable_pitch_propellers + name = generic_mio_trait_variable_pitch_propellers + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_medium_airframe + + all_parents = { generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_upgraded_air_air_weapons + name = generic_mio_trait_upgraded_air_air_weapons + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_medium_airframe + + all_parents = { generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_reinforced_wing_hardpoints + name = generic_mio_trait_reinforced_wing_hardpoints + icon = GFX_generic_mio_department_icon_plane_medium_combat + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_upgraded_air_air_weapons + + all_parents = { generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.05 + naval_strike_attack = 0.05 + air_bombing = 0.05 #TODO_Manu: NOT WORKING + } + } + + trait = { + token = generic_mio_trait_transport_duties + name = generic_mio_trait_transport_duties + icon = GFX_generic_mio_department_icon_plane_general_production + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_reinforced_wing_hardpoints + + all_parents = { generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { transport_plane_equipment } + + production_bonus = { + production_capacity_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_upgraded_engines + name = generic_mio_trait_upgraded_engines + icon = GFX_generic_mio_department_icon_plane_general_engine + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_light_airframe + + any_parent = { generic_mio_trait_light_airframe generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_not_enough_guns_never_enough_guns + name = generic_mio_trait_not_enough_guns_never_enough_guns + icon = GFX_generic_mio_department_icon_plane_general_combat + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_upgraded_engines + + any_parent = { generic_mio_trait_light_airframe generic_mio_trait_medium_airframe } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_attack = 0.05 + air_ground_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_lengthened_wings + name = generic_mio_trait_lengthened_wings + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_upgraded_engines + + all_parents = { generic_mio_trait_upgraded_engines } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.05 + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_bubble_canopy + name = generic_mio_trait_bubble_canopy + icon = GFX_generic_mio_trait_icon_defense + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_not_enough_guns_never_enough_guns + + all_parents = { generic_mio_trait_not_enough_guns_never_enough_guns } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_defence = 0.05 + } + } + + trait = { + token = generic_mio_trait_fighter_specialization + name = generic_mio_trait_fighter_specialization + icon = GFX_generic_mio_department_icon_plane_general_engine + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_lengthened_wings + + all_parents = { generic_mio_trait_lengthened_wings generic_mio_trait_bubble_canopy } + + mutually_exclusive = { generic_mio_trait_bomber_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_attack = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_bomber_specialization + name = generic_mio_trait_bomber_specialization + icon = GFX_generic_mio_department_icon_plane_general_combat + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_bubble_canopy + + all_parents = { generic_mio_trait_lengthened_wings generic_mio_trait_bubble_canopy } + + mutually_exclusive = { generic_mio_trait_fighter_specialization } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_ground_attack = 0.03 + naval_strike_attack = 0.03 + naval_strike_targetting = 0.03 + } + } +} + + +#HIGH AGILITY FIGHTER AIRCRAFT MANUFACTURER - Based on Supermarine (ENG) +generic_high_agility_fighter_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_only_light_fighter + } + + research_categories = { mio_cat_all_light_fighter_and_modules } + + tree_header_text = { + text = mio_header_production + x = 1 + } + + tree_header_text = { + text = mio_header_engines + x = 3 + } + + tree_header_text = { + text = mio_header_wings + x = 5 + } + + tree_header_text = { + text = mio_header_weapons + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_high_agility_fighters_designer + + equipment_bonus = { + air_agility = 0.10 + air_range = -0.10 + } + } + + trait = { + token = generic_mio_trait_fabric_skin + name = generic_mio_trait_fabric_skin + icon = GFX_generic_mio_department_icon_plane_general_production + + position = { x=0 y=0 } + + mutually_exclusive = { generic_mio_trait_metal_skin } + + production_bonus = { + production_resource_penalty_factor = 0.05 + production_capacity_factor = 0.05 + } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_metal_skin + name = generic_mio_trait_metal_skin + icon = GFX_generic_mio_trait_icon_defense + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_fabric_skin + + mutually_exclusive = { generic_mio_trait_fabric_skin } + + equipment_bonus = { + air_defence = 0.10 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_bigger_engines + name = generic_mio_trait_bigger_engines + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_fabric_skin + + equipment_bonus = { + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_high_octane_fuels + name = generic_mio_trait_high_octane_fuels + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_bigger_engines + + all_parents = { + generic_mio_trait_bigger_engines + } + + equipment_bonus = { + maximum_speed = 0.15 + fuel_consumption_factor = 0.10 + } + + } + + trait = { + token = generic_mio_trait_fuel_injection_engines + name = generic_mio_trait_fuel_injection_engines + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=0 y=3 } + relative_position_id = generic_mio_trait_bigger_engines + + all_parents = { + generic_mio_trait_bigger_engines + } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_subsidiary_suppliers + name = generic_mio_trait_subsidiary_suppliers + icon = GFX_generic_mio_department_icon_plane_fighter_technology + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_fuel_injection_engines + + all_parents = { + generic_mio_trait_fuel_injection_engines + } + + mutually_exclusive = { generic_mio_trait_fighter_interceptors } + + production_bonus = { + production_efficiency_cap_factor = 0.10 + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_cantilever_wing_structure + name = generic_mio_trait_cantilever_wing_structure + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_bigger_engines + + equipment_bonus = { + air_defence = 0.05 + } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_minimum_weapon_requirements + name = generic_mio_trait_minimum_weapon_requirements + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_cantilever_wing_structure + + equipment_bonus = { + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_shortened_wings + name = generic_mio_trait_shortened_wings + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_cantilever_wing_structure + + all_parents = { + generic_mio_trait_cantilever_wing_structure + generic_mio_trait_minimum_weapon_requirements + } + + equipment_bonus = { + reliability_factor = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_interceptor + name = generic_mio_trait_interceptor + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_shortened_wings + + all_parents = { + generic_mio_trait_shortened_wings + } + + mutually_exclusive = { generic_mio_trait_gunboat } + + equipment_bonus = { + air_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_gunboat + name = generic_mio_trait_gunboat + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_shortened_wings + + all_parents = { + generic_mio_trait_shortened_wings + } + + mutually_exclusive = { generic_mio_trait_interceptor } + + equipment_bonus = { + air_ground_attack = 0.10 + } + } + + trait = { + token = generic_mio_trait_stiffened_wings + name = generic_mio_trait_stiffened_wings + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_interceptor + + any_parent = { + generic_mio_trait_interceptor + generic_mio_trait_gunboat + } + + equipment_bonus = { + maximum_speed = 0.05 + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_fighter_interceptors + name = generic_mio_trait_fighter_interceptors + icon = GFX_generic_mio_department_icon_plane_fighter_combat + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_stiffened_wings + + all_parents = { + generic_mio_trait_stiffened_wings + } + + mutually_exclusive = { generic_mio_trait_subsidiary_suppliers } + + equipment_bonus = { + air_range = 0.10 + air_attack = 0.05 + } + } +} + + +#RANGE FOCUSED AIRCRAFT MANUFACTURER - Based on North American, Lockheed, Fiat Aviazione +generic_range_focused_aircraft_organization = { + icon = GFX_idea_generic_air_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { + mio_cat_eq_all_small_plane + mio_cat_eq_all_medium_plane + transport_plane_equipment + } + + research_categories = { mio_cat_all_light_aircraft_and_modules mio_cat_all_medium_aircraft_and_modules } + + tree_header_text = { + text = mio_header_production + x = 1 + } + + tree_header_text = { + text = mio_header_engines + x = 3 + } + + tree_header_text = { + text = mio_header_wings + x = 5 + } + + tree_header_text = { + text = mio_header_weapons + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_range_focused_aircraft_designer + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.10 + } + } + + trait = { + token = generic_mio_trait_large_rudders_and_flaps + name = generic_mio_trait_large_rudders_and_flaps + icon = GFX_generic_mio_trait_icon_air_agility + + position = { x=3 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_agility = 0.05 + } + } + + trait = { + token = generic_mio_trait_variable_dihedral + name = generic_mio_trait_variable_dihedral + icon = GFX_generic_mio_department_icon_plane_medium_engine + + position = { x=5 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_range = 0.10 + reliability_factor = 0.10 + } + } + + trait = { + token = generic_mio_trait_high_capacity_ammunition + name = generic_mio_trait_high_capacity_ammunition + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=7 y=0 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + equipment_bonus = { + air_attack = 0.10 + } + } + + trait = { + token = generic_mio_trait_extra_cargo_doors + name = generic_mio_trait_extra_cargo_doors + icon = GFX_generic_mio_department_icon_air_transport_production + + position = { x=9 y=0 } + + limit_to_equipment_type = { transport_plane_equipment } + + production_bonus = { + production_capacity_factor = 0.10 + } + } + + trait = { + token = generic_mio_trait_improved_air_frame_strength + name = generic_mio_trait_improved_air_frame_strength + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=6 y=1 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_variable_dihedral + } + + equipment_bonus = { + air_range = 0.10 + } + } + + trait = { + token = generic_mio_trait_glider_hook_modifications + name = generic_mio_trait_glider_hook_modifications + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_extra_cargo_doors + + limit_to_equipment_type = { transport_plane_equipment } + + all_parents = { + generic_mio_trait_extra_cargo_doors + } + + equipment_bonus = { + air_range = 0.10 + } + } + + trait = { + token = generic_mio_trait_advanced_production_techniques + name = generic_mio_trait_advanced_production_techniques + icon = GFX_generic_mio_department_icon_plane_general_production + + position = { x=1 y=2 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + available = { + owner ={ + has_tech = advanced_machine_tools + } + } + + equipment_bonus = { + reliability_factor = 0.10 + } + + production_bonus = { + production_capacity_factor = 0.10 + } + } + + trait = { + token = generic_mio_trait_low_drag_wings + name = generic_mio_trait_low_drag_wings + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=5 y=2 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_variable_dihedral + } + + equipment_bonus = { + air_range = 0.10 + maximum_speed = 0.10 + } + } + + trait = { + token = generic_mio_trait_strafing_techniques + name = generic_mio_trait_strafing_techniques + icon = GFX_generic_mio_trait_icon_air_ground_attack + + position = { x=7 y=2 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_improved_air_frame_strength + generic_mio_trait_high_capacity_ammunition + } + + equipment_bonus = { + air_ground_attack = 0.10 + } + } + + trait = { + token = generic_mio_trait_long_range_modifications + name = generic_mio_trait_long_range_modifications + icon = GFX_generic_mio_trait_icon_naval_range + + position = { x=4 y=3 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_large_rudders_and_flaps + } + + equipment_bonus = { + air_range = 0.10 + } + } + + trait = { + token = generic_mio_trait_anti_interception_tactics + name = generic_mio_trait_anti_interception_tactics + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=6 y=3 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_low_drag_wings + } + + equipment_bonus = { + maximum_speed = 0.10 + } + } + + trait = { + token = generic_mio_trait_high_explosive_payload + name = generic_mio_trait_high_explosive_payload + icon = GFX_generic_mio_department_icon_plane_medium_combat + + position = { x=8 y=3 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_strafing_techniques + } + + equipment_bonus = { + air_ground_attack = 0.10 + air_bombing = 0.15 + } + } + + trait = { + token = generic_mio_trait_long_range_fighters + name = generic_mio_trait_long_range_fighters + icon = GFX_generic_mio_department_icon_plane_light_engine + + position = { x=3 y=4 } + + limit_to_equipment_type = { mio_cat_eq_all_small_plane } + + all_parents = { + generic_mio_trait_advanced_production_techniques + generic_mio_trait_long_range_modifications + } + + equipment_bonus = { + air_range = 0.15 + air_agility = 0.15 + } + } + + trait = { + token = generic_mio_trait_heavy_fighters + name = generic_mio_trait_heavy_fighters + icon = GFX_generic_mio_trait_icon_anti_air_attack + + position = { x=5 y=4 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_anti_interception_tactics + generic_mio_trait_long_range_modifications + } + + equipment_bonus = { + air_attack = 0.15 + air_range = 0.10 + } + } + + trait = { + token = generic_mio_trait_tactical_bombers + name = generic_mio_trait_tactical_bombers + icon = GFX_generic_mio_trait_icon_strategic_attack + + position = { x=7 y=4 } + + limit_to_equipment_type = { mio_cat_eq_all_medium_plane } + + all_parents = { + generic_mio_trait_anti_interception_tactics + generic_mio_trait_high_explosive_payload + } + + equipment_bonus = { + air_bombing = 0.15 + air_range = 0.10 + } + } +} + + + + + +## ## ### ######## ######## ######## #### ######## ## +### ### ## ## ## ## ## ## ## ## ## +#### #### ## ## ## ## ## ## ## ## ## +## ### ## ## ## ## ###### ######## ## ###### ## +## ## ######### ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ######## ## ## #### ######## ######## + + +########################### +######## Artillery ######## +########################### + +generic_artillery_organization = { + icon = GFX_idea_generic_artillery_manufacturer_2 + + allowed = { + always = yes + #Countries with custom MIOs + } + + equipment_type = { + light_artillery_equipment + heavy_artillery_equipment + } + + research_categories = { + mio_cat_all_artillery_equipment + } + + tree_header_text = { + text = mio_header_mechanical_design + x = 1 + } + + tree_header_text = { + text = mio_header_armament_and_ammunition + x = 6 + } + + initial_trait = { + name = generic_mio_initial_trait_artillery_manufacturer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + production_bonus = { + production_cost_factor = -0.03 + } + } + + trait = { + token = generic_mio_trait_mobile_limbers + name = generic_mio_trait_mobile_limbers + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=0 } + mutually_exclusive = { generic_mio_trait_stable_platforms } + + equipment_bonus = { + breakthrough = 0.1 + } + } + + trait = { + token = generic_mio_trait_stable_platforms + name = generic_mio_trait_stable_platforms + icon = GFX_generic_mio_trait_icon_defense + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_mobile_limbers + + mutually_exclusive = { generic_mio_trait_mobile_limbers } + + equipment_bonus = { + defense = 0.03 + } + } + + trait = { + token = generic_mio_trait_improved_hydraulic_recoil_system + name = generic_mio_trait_improved_hydraulic_recoil_system + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_mobile_limbers + + any_parent = { + generic_mio_trait_stable_platforms + generic_mio_trait_mobile_limbers + } + + equipment_bonus = { + reliability = 0.05 + } + } + + trait = { + token = generic_mio_trait_improved_direct_fire_targeting + name = generic_mio_trait_improved_direct_fire_targeting + icon = GFX_generic_mio_department_icon_anti_tank + + position = { x=-1 y=3 } + relative_position_id = generic_mio_trait_improved_hydraulic_recoil_system + + all_parents = { + generic_mio_trait_improved_hydraulic_recoil_system + } + + mutually_exclusive = { generic_mio_trait_advanced_anti_air_targeting generic_mio_trait_advanced_trajectory_calculations } + + limit_to_equipment_type = { + anti_tank_equipment + } + + equipment_bonus = { + ap_attack = 0.05 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_anti_air_targeting + name = generic_mio_trait_advanced_anti_air_targeting + icon = GFX_generic_mio_department_icon_anti_air + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_improved_direct_fire_targeting + + all_parents = { + generic_mio_trait_improved_hydraulic_recoil_system + } + + mutually_exclusive = { + generic_mio_trait_improved_direct_fire_targeting + generic_mio_trait_advanced_trajectory_calculations + } + + limit_to_equipment_type = { + anti_air_equipment + } + + equipment_bonus = { + air_attack = 0.07 + } + } + + trait = { + token = generic_mio_trait_advanced_trajectory_calculations + name = generic_mio_trait_advanced_trajectory_calculations + icon = GFX_generic_mio_department_icon_artillery + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_improved_direct_fire_targeting + + all_parents = { + generic_mio_trait_improved_hydraulic_recoil_system + } + + mutually_exclusive = { + generic_mio_trait_improved_direct_fire_targeting + generic_mio_trait_advanced_anti_air_targeting + } + + limit_to_equipment_type = { + artillery_equipment + rocket_artillery_equipment + } + + equipment_bonus = { + hard_attack = 1 + breakthrough = 0.05 + } + } + + trait = { + token = generic_mio_trait_sliding_breech_block + name = generic_mio_trait_sliding_breech_block + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_rapid_fire + + all_parents = { + generic_mio_trait_improved_hydraulic_recoil_system + generic_mio_trait_rapid_fire + } + + equipment_bonus = { + soft_attack = 0.03 + breakthrough = 0.03 + } + } + + trait = { + token = generic_mio_trait_rapid_fire + name = generic_mio_trait_rapid_fire + icon = GFX_generic_mio_department_icon_tank_general_weapons + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_mobile_limbers + + limit_to_equipment_type = { + anti_tank_equipment + anti_air_equipment + } + + equipment_bonus = { + soft_attack = 0.1 + hard_attack = 0.04 + air_attack = 0.04 + } + } + + trait = { + token = generic_mio_trait_advanced_barrel_forging + name = generic_mio_trait_advanced_barrel_forging + icon = GFX_generic_mio_trait_icon_efficiency_gain + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_rapid_fire + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_big_guns + name = generic_mio_trait_big_guns + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_advanced_barrel_forging + + limit_to_equipment_type = { + artillery_equipment + rocket_artillery_equipment + } + + equipment_bonus = { + soft_attack = 0.02 + build_cost_ic = 0.03 + } + } + + trait = { + token = generic_mio_trait_gun_mass_production + name = generic_mio_trait_gun_mass_production + icon = GFX_generic_mio_department_icon_facilities + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_advanced_barrel_forging + + all_parents = { generic_mio_trait_advanced_barrel_forging } + + production_bonus = { + production_efficiency_gain_factor = 0.03 + production_efficiency_cap_factor = 0.03 + } + + organization_modifier = { + military_industrial_organization_design_team_assign_cost = -0.15 + } + } + + trait = { + token = generic_mio_trait_super_charges + name = generic_mio_trait_super_charges + icon = GFX_generic_mio_department_icon_facilities + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_big_guns + + all_parents = { generic_mio_trait_big_guns } + + limit_to_equipment_type = { + artillery_equipment + rocket_artillery_equipment + } + + production_bonus = { + production_efficiency_gain_factor = 0.03 + production_efficiency_cap_factor = 0.03 + } + + organization_modifier = { + military_industrial_organization_design_team_assign_cost = -0.15 + } + } + + trait = { + token = generic_mio_trait_light_weight_barrels + name = generic_mio_trait_light_weight_barrels + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_gun_mass_production + + all_parents = { + generic_mio_trait_super_charges + generic_mio_trait_gun_mass_production + generic_mio_trait_sliding_breech_block + + } + + production_bonus = { + production_cost_factor = -0.03 + } + + equipment_bonus = { + breakthrough = 0.06 + defense = 0.1 + } + } +} + + +############################ +###### Infantry Weapons #### +############################ + +generic_infantry_equipment_organization = { + icon = GFX_idea_generic_infantry_equipment_manufacturer_2 + + allowed = { + always = yes + #Countries with custom MIOs + } + + equipment_type = { + firearm_equipment + } + research_categories = { infantry_weapons } + + + + tree_header_text = { + text = mio_header_design_and_production + x = 3 + } + + tree_header_text = { + text = mio_header_anti_tank + x = 8 + } + + initial_trait = { + name = generic_mio_initial_trait_infantry_manufacturer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + + production_bonus = { + production_efficiency_cap_factor = 0.03 + } + + equipment_bonus = { + soft_attack = 0.03 + } + } + + trait = { + token = generic_mio_trait_drum_pattern_sights + name = generic_mio_trait_drum_pattern_sights + icon = GFX_generic_mio_trait_icon_defense + + position = { x=1 y=0 } + + equipment_bonus = { + defense = 0.035 + } + } + + trait = { + token = generic_mio_trait_reinforced_stocks + name = generic_mio_trait_reinforced_stocks + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_drum_pattern_sights + + equipment_bonus = { + soft_attack = 0.025 + reliability = 0.03 + } + } + + trait = { + token = generic_mio_trait_bolt_action + name = generic_mio_trait_bolt_action + icon = GFX_generic_mio_department_icon_infantry_line_efficiency + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_reinforced_stocks + + all_parents = { generic_mio_trait_reinforced_stocks } + + mutually_exclusive = { generic_mio_trait_semi_auto } + + equipment_bonus = { + soft_attack = -0.03 + } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_semi_auto + name = generic_mio_trait_semi_auto + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_reinforced_stocks + + all_parents = { generic_mio_trait_reinforced_stocks } + + mutually_exclusive = { generic_mio_trait_bolt_action } + + equipment_bonus = { + soft_attack = 0.03 + breakthrough = 0.03 + } + + production_bonus = { + production_efficiency_gain_factor = -0.05 + } + } + + trait = { + token = generic_mio_trait_medium_machineguns + name = generic_mio_trait_medium_machineguns + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_bolt_action + + any_parent = { generic_mio_trait_semi_auto generic_mio_trait_bolt_action } + + equipment_bonus = { + breakthrough = 0.06 + build_cost_ic = 0.08 + } + } + + trait = { + token = generic_mio_trait_advanced_barrel_forging + name = generic_mio_trait_advanced_barrel_forging + icon = GFX_generic_mio_trait_icon_efficiency_gain + + position = { x=2 y=2 } + relative_position_id = generic_mio_trait_drum_pattern_sights + + any_parent = { generic_mio_trait_reinforced_stocks generic_mio_trait_drum_pattern_sights } + + production_bonus = { + production_efficiency_gain_factor = 0.03 + } + } + + trait = { + token = generic_mio_trait_mass_rifle_production + name = generic_mio_trait_mass_rifle_production + icon = GFX_generic_mio_department_icon_facilities + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_advanced_barrel_forging + + all_parents = { generic_mio_trait_advanced_barrel_forging } + + production_bonus = { + production_efficiency_cap_factor = 0.03 + production_cost_factor = -0.03 + } + + organization_modifier = { + military_industrial_organization_design_team_assign_cost = -0.3 + } + } + + + trait = { + token = generic_mio_trait_quality_materials + name = generic_mio_trait_quality_materials + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_drum_pattern_sights + + all_parents = { generic_mio_trait_drum_pattern_sights } + + equipment_bonus = { + reliability = 0.05 + } + + } + + trait = { + token = generic_mio_trait_improved_small_arms_bullet_design + name = generic_mio_trait_improved_small_arms_bullet_design + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_quality_materials + + all_parents = { generic_mio_trait_quality_materials } + + mutually_exclusive = { generic_mio_trait_armor_piercing_rounds } + + equipment_bonus = { + soft_attack = 0.05 + breakthrough = 0.03 + } + } + + trait = { + token = generic_mio_trait_armor_piercing_rounds + name = generic_mio_trait_armor_piercing_rounds + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_quality_materials + + all_parents = { generic_mio_trait_quality_materials } + + mutually_exclusive = { generic_mio_trait_improved_small_arms_bullet_design } + + equipment_bonus = { + ap_attack = 0.25 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_heavy_anti_armor_ammunition + name = generic_mio_trait_heavy_anti_armor_ammunition + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_reinforced_stocks + + equipment_bonus = { + hard_attack = 0.1 + ap_attack = 0.25 + } + } + + trait = { + token = generic_mio_trait_vehicle_mounted_capabilities + name = generic_mio_trait_vehicle_mounted_capabilities + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_heavy_anti_armor_ammunition + + all_parents = { generic_mio_trait_heavy_anti_armor_ammunition } + + mutually_exclusive = { generic_mio_trait_rubber_cushioned_buttpad } + + equipment_bonus = { + breakthrough = 0.06 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_trait_rubber_cushioned_buttpad + name = generic_mio_trait_rubber_cushioned_buttpad + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_heavy_anti_armor_ammunition + + all_parents = { generic_mio_trait_heavy_anti_armor_ammunition } + + mutually_exclusive = { generic_mio_trait_vehicle_mounted_capabilities } + + equipment_bonus = { + breakthrough = 0.02 + } + } + + trait = { + token = generic_mio_trait_anti_vechicle_land_mines + name = generic_mio_trait_anti_vechicle_land_mines + icon = GFX_generic_mio_department_icon_infantry_quality + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_vehicle_mounted_capabilities + + any_parent = { generic_mio_trait_rubber_cushioned_buttpad generic_mio_trait_vehicle_mounted_capabilities } + + equipment_bonus = { + defense = 0.04 + hard_attack = 0.03 + build_cost_ic = 0.05 + + } + } +} + + +################################### +######## Support Equipment ######## +################################### + +generic_support_equipment_organization = { + icon = GFX_idea_generic_infantry_equipment_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + } + + equipment_type = { firearm_equipment support_equipment } + research_categories = { infantry_weapons support_tech } + + + + tree_header_text = { + text = mio_header_support + x = 1 + } + + tree_header_text = { + text = mio_header_weapons + x = 6.5 + } + + + initial_trait = { + name = generic_mio_initial_trait_support_equipment_manufacturer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + } + + trait = { + token = generic_mio_trait_material_recycling + name = generic_mio_trait_material_recycling + icon = GFX_generic_mio_department_icon_support_materials + + position = { x=1 y=0 } + + limit_to_equipment_type = { support_equipment } + + production_bonus = { + production_resource_need_factor = -0.15 + } + } + + trait = { + token = generic_mio_trait_scrap_melting + name = generic_mio_trait_scrap_melting + icon = GFX_generic_mio_trait_icon_resources + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_material_recycling + + all_parents = { generic_mio_trait_material_recycling } + + mutually_exclusive = { generic_mio_trait_high_quality_material_blend } + + limit_to_equipment_type = { support_equipment } + + equipment_bonus = { + reliability = -0.1 + } + + production_bonus = { + production_resource_need_factor = -0.1 + } + } + + trait = { + token = generic_mio_trait_high_quality_material_blend + name = generic_mio_trait_high_quality_material_blend + icon = GFX_generic_mio_trait_icon_efficiency_cap + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_material_recycling + + all_parents = { generic_mio_trait_material_recycling } + + mutually_exclusive = { generic_mio_trait_scrap_melting } + + limit_to_equipment_type = { support_equipment } + + production_bonus = { + production_efficiency_cap_factor = 0.05 + production_resource_need_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_mass_production + name = generic_mio_trait_mass_production + icon = GFX_generic_mio_trait_icon_efficiency_gain + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_high_quality_material_blend + + any_parent = { generic_mio_trait_high_quality_material_blend generic_mio_trait_scrap_melting } + + limit_to_equipment_type = { support_equipment } + + production_bonus = { + production_efficiency_gain_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_research_program + name = generic_mio_trait_research_program + icon = GFX_generic_mio_department_icon_facilities + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_mass_production + + all_parents = { generic_mio_trait_mass_production } + + mutually_exclusive = { generic_mio_trait_efficient_scale_up } + + organization_modifier = { + military_industrial_organization_research_bonus = 0.06 + } + } + + trait = { + token = generic_mio_trait_efficient_scale_up + name = generic_mio_trait_efficient_scale_up + icon = GFX_generic_mio_department_icon_support_production + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_research_program + + all_parents = { generic_mio_trait_mass_production } + + mutually_exclusive = { generic_mio_trait_research_program } + + limit_to_equipment_type = { support_equipment } + + production_bonus = { + production_capacity_factor = 0.05 + } + } + + trait = { + token = generic_mio_trait_private_scientists_program + name = generic_mio_trait_private_scientists_program + icon = GFX_generic_mio_department_icon_facilities + + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_material_recycling + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + } + + + trait = { + token = generic_mio_trait_private_tenders + name = generic_mio_trait_private_tenders + icon = GFX_generic_mio_department_icon_facilities + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_private_scientists_program + + all_parents = { generic_mio_trait_private_scientists_program } + + organization_modifier = { + military_industrial_organization_funds_gain = 0.1 + } + } + + trait = { + token = generic_mio_trait_anti_tank_rifle #elephant gun + name = generic_mio_trait_anti_tank_rifle + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=3 y=0 } + relative_position_id = generic_mio_trait_private_scientists_program + + limit_to_equipment_type = { infantry_equipment } + + equipment_bonus = { + ap_attack = 0.1 + } + } + + trait = { + token = generic_mio_trait_single_shot_man_portable_anti_tank_system #Bazooka boom tank ded + name = generic_mio_trait_single_shot_man_portable_anti_tank_system + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=0 y=4 } + relative_position_id = generic_mio_trait_anti_tank_rifle + + all_parents = { generic_mio_trait_anti_tank_rifle } + + mutually_exclusive = { generic_mio_trait_light_mortar } + + limit_to_equipment_type = { infantry_equipment } + + equipment_bonus = { + hard_attack = 0.1 + build_cost_ic = 0.05 + } + } + + trait = { + token = generic_mio_trait_small_sidearms + name = generic_mio_trait_small_sidearms + icon = GFX_generic_mio_trait_icon_defense + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_private_tenders + + all_parents = { generic_mio_trait_private_tenders } + + limit_to_equipment_type = { infantry_equipment } + + equipment_bonus = { + defense = 0.02 + } + } + + trait = { + token = generic_mio_trait_light_mortar + name = generic_mio_trait_light_mortar + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=1 } + relative_position_id = generic_mio_trait_small_sidearms + + all_parents = { generic_mio_trait_small_sidearms } + + mutually_exclusive = { generic_mio_trait_single_shot_man_portable_anti_tank_system } + + limit_to_equipment_type = { infantry_equipment } + + equipment_bonus = { + breakthrough = 0.05 + soft_attack = 0.02 + build_cost_ic = 0.06 + } + } + + + trait = { + token = generic_mio_trait_pontoons + name = generic_mio_trait_pontoons + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_private_tenders + + all_parents = { generic_mio_trait_private_tenders } + + limit_to_equipment_type = { infantry_equipment } + + equipment_bonus = { + maximum_speed = 0.05 + build_cost_ic = 0.035 + } + } +} + + +########################### +######## Motorized ######## +########################### + +generic_motorized_mechanized_organization = { + icon = GFX_idea_generic_motorized_equipment_manufacturer_3 + + allowed = { + always = yes + #Countries with custom MIOs + } + + equipment_type = { + motorized_equipment + } + + research_categories = { + mio_cat_tech_all_motorized_mechanized + } + + + + tree_header_text = { + text = mio_header_motorized + x = 1 + } + + tree_header_text = { + text = mio_header_mechanized + x = 7 + } + + initial_trait = { + name = generic_mio_initial_trait_motorized_mechanized_manufacturer + + organization_modifier = { + military_industrial_organization_research_bonus = 0.05 + } + } + + trait = { + token = generic_mio_trait_composite_cargo_bed + name = generic_mio_trait_composite_cargo_bed + icon = GFX_generic_mio_department_icon_motorized_production + + position = { x=0 y=0 } + + mutually_exclusive = { generic_mio_trait_steel_cargo_bed } + + limit_to_equipment_type = { motorized_equipment motorized_rocket_equipment } + + equipment_bonus = { + reliability = -0.07 + build_cost_ic = -0.05 + } + } + + trait = { + token = generic_mio_trait_steel_cargo_bed + name = generic_mio_trait_steel_cargo_bed + icon = GFX_generic_mio_trait_icon_reliability + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_composite_cargo_bed + + mutually_exclusive = { generic_mio_trait_composite_cargo_bed } + + limit_to_equipment_type = { motorized_equipment motorized_rocket_equipment } + + equipment_bonus = { + reliability = 0.05 + } + production_bonus = { + production_resource_need_factor = 0.02 + } + } + + trait = { + token = generic_mio_trait_all_wheel_drive + name = generic_mio_trait_all_wheel_drive + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_composite_cargo_bed + + any_parent = { generic_mio_trait_composite_cargo_bed generic_mio_trait_steel_cargo_bed } + + limit_to_equipment_type = { motorized_equipment motorized_rocket_equipment } + + equipment_bonus = { + breakthrough = 0.035 + } + } + + trait = { + token = generic_mio_trait_attached_wood_gas_generator + name = generic_mio_trait_attached_wood_gas_generator + icon = GFX_generic_mio_trait_icon_fuel_consumption + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_all_wheel_drive + + all_parents = { generic_mio_trait_all_wheel_drive } + + mutually_exclusive = { generic_mio_trait_high_powered_engine } + + limit_to_equipment_type = { motorized_equipment motorized_rocket_equipment } + + equipment_bonus = { + fuel_consumption = -0.05 + } + } + + trait = { + token = generic_mio_trait_high_powered_engine + name = generic_mio_trait_high_powered_engine + icon = GFX_generic_mio_trait_icon_maximum_speed + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_attached_wood_gas_generator + + all_parents = { generic_mio_trait_all_wheel_drive } + + mutually_exclusive = { generic_mio_trait_attached_wood_gas_generator } + + limit_to_equipment_type = { motorized_equipment motorized_rocket_equipment } + + equipment_bonus = { + fuel_consumption = 0.05 + maximum_speed = 0.05 + } + } + + trait = { + token = generic_mio_trait_medium_machinegun_mounts + name = generic_mio_trait_medium_machinegun_mounts + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_steel_cargo_bed + + equipment_bonus = { + breakthrough = 0.03 + } + } + + trait = { + token = generic_mio_trait_armored_pulpit_mount + name = generic_mio_trait_armored_pulpit_mount + icon = GFX_generic_mio_trait_icon_hardness + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_medium_machinegun_mounts + + all_parents = { generic_mio_trait_medium_machinegun_mounts } + + equipment_bonus = { + hardness = 0.05 + } + } + + trait = { + token = generic_mio_trait_advanced_artillery_racks + name = generic_mio_trait_advanced_artillery_racks + icon = GFX_generic_mio_trait_icon_soft_attack + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_armored_pulpit_mount + + all_parents = { generic_mio_trait_armored_pulpit_mount } + + mutually_exclusive = { generic_mio_trait_heavy_machinegun_mount generic_mio_trait_mounted_light_anti_tank_gun } + + limit_to_equipment_type = { motorized_rocket_equipment } + + equipment_bonus = { + soft_attack = 0.035 + build_cost_ic = 0.06 + } + } + + trait = { + token = generic_mio_trait_heavy_machinegun_mount + name = generic_mio_trait_heavy_machinegun_mount + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_advanced_artillery_racks + + all_parents = { generic_mio_trait_armored_pulpit_mount } + + mutually_exclusive = { generic_mio_trait_advanced_artillery_racks generic_mio_trait_mounted_light_anti_tank_gun } + + limit_to_equipment_type = { mechanized_equipment motorized_equipment } + + equipment_bonus = { + breakthrough = 0.04 + build_cost_ic = 0.01 + } + } + + trait = { + token = generic_mio_trait_mounted_light_anti_tank_gun #elephant gun + name = generic_mio_trait_mounted_light_anti_tank_gun + icon = GFX_generic_mio_trait_icon_ap_attack + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_heavy_machinegun_mount + + mutually_exclusive = { generic_mio_trait_advanced_artillery_racks generic_mio_trait_heavy_machinegun_mount } + + all_parents = { generic_mio_trait_bulletproof_panels } + + limit_to_equipment_type = { mechanized_equipment } + + equipment_bonus = { + ap_attack = 0.1 + hard_attack = 0.02 + } + } + + trait = { + token = generic_mio_trait_open_chassi + name = generic_mio_trait_open_chassi + icon = GFX_generic_mio_department_icon_mechanized_production + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_medium_machinegun_mounts + + limit_to_equipment_type = { mechanized_equipment } + + mutually_exclusive = { generic_mio_trait_closed_chassi } + + equipment_bonus = { + defense = -0.02 + build_cost_ic = -0.03 + } + } + + trait = { + token = generic_mio_trait_closed_chassi + name = generic_mio_trait_closed_chassi + icon = GFX_generic_mio_department_icon_mechanized_hull + + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_open_chassi + + limit_to_equipment_type = { mechanized_equipment } + + mutually_exclusive = { generic_mio_trait_open_chassi } + + equipment_bonus = { + armor_value = 0.05 + } + } + + + trait = { + token = generic_mio_trait_bulletproof_panels + name = generic_mio_trait_bulletproof_panels + icon = GFX_generic_mio_trait_icon_hardness + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_closed_chassi + + limit_to_equipment_type = { mechanized_equipment } + + any_parent = { generic_mio_trait_closed_chassi generic_mio_trait_open_chassi } + + equipment_bonus = { + hardness = 0.05 + } + } + + trait = { + token = generic_mio_trait_light_flame_projectors + name = generic_mio_trait_light_flame_projectors + icon = GFX_generic_mio_trait_icon_breakthrough + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_bulletproof_panels + + limit_to_equipment_type = { mechanized_equipment } + + all_parents = { generic_mio_trait_bulletproof_panels } + + equipment_bonus = { + breakthrough = 0.035 + } + } + + trait = { + token = generic_mio_trait_land_mine_racks + name = generic_mio_trait_land_mine_racks + icon = GFX_generic_mio_department_icon_mechanized_hull + + position = { x=1 y=0 } + relative_position_id = generic_mio_trait_light_flame_projectors + + limit_to_equipment_type = { mechanized_equipment } + + all_parents = { generic_mio_trait_bulletproof_panels } + + equipment_bonus = { + defense = 0.06 + maximum_speed = -0.02 + } + } +} + + + +###################### +#### Armored Car #### +###################### + + +generic_armored_car_organization = { + icon = GFX_idea_generic_tank_manufacturer_1 + + allowed = { + always = no # Archetype only - countries using it have their own verisons + has_dlc = "La Resistance" + } + + equipment_type = { armored_car_equipment } + research_categories = { cat_armored_cars } + + tree_header_text = { + text = mio_header_design_and_production + x = 3 + } + + tree_header_text = { + text = mio_header_equipment_and_specialization + x = 7 + } + + + initial_trait = { + name = generic_mio_initial_trait_standardized_production + equipment_bonus = { + armor_value = 0.05 + defense =0.05 + build_cost_ic = -0.05 + } + } + + trait = { + token = generic_mio_trait_simplified_suspension + name = generic_mio_trait_simplified_suspension + icon = GFX_generic_mio_trait_icon_reliability + + equipment_bonus = { + reliability = 0.05 + } + position = { x=1 y=0 } + } + + trait = { + token = generic_mio_trait_crew_ergonomics + name = generic_mio_trait_crew_ergonomics + icon = GFX_generic_mio_trait_icon_defense + + + equipment_bonus = { + maximum_speed = 0.02 + defense = 0.02 + } + position = { x=4 y=0 } + relative_position_id = generic_mio_trait_simplified_suspension + } + + trait = { + token = generic_mio_trait_reinforced_wheels + name = generic_mio_trait_reinforced_wheels + icon = GFX_generic_mio_department_icon_armored_car_engine + any_parent = { generic_mio_trait_simplified_suspension } + + equipment_bonus = { + reliability = 0.05 + maximum_speed = 0.05 + } + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_simplified_suspension + } + + trait = { + token = generic_mio_trait_command_upgrades + name = generic_mio_trait_command_upgrades + icon = GFX_generic_mio_trait_icon_breakthrough + any_parent = { generic_mio_trait_crew_ergonomics } + + + equipment_bonus = { + breakthrough = 0.05 + } + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_crew_ergonomics + } + + trait = { + token = generic_mio_trait_standardized_components + name = generic_mio_trait_standardized_components + icon = GFX_generic_mio_department_icon_armored_car_line_efficiency + all_parents = { generic_mio_trait_simplified_suspension generic_mio_trait_crew_ergonomics } + + + position = { x=2 y=1 } + relative_position_id = generic_mio_trait_simplified_suspension + + production_bonus = { + production_efficiency_gain_factor = 0.15 + production_resource_need_factor = -0.15 + } + } + + trait = { + token = generic_mio_trait_improved_tooling + name = generic_mio_trait_improved_tooling + icon = GFX_generic_mio_department_icon_armored_car_technology + + all_parents = { generic_mio_trait_reinforced_wheels generic_mio_trait_standardized_components generic_mio_trait_command_upgrades } + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_standardized_components + + production_bonus = { + production_efficiency_cap_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_mass_production + name = generic_mio_trait_mass_production + icon = GFX_generic_mio_department_icon_armored_car_production + any_parent = { generic_mio_trait_improved_tooling } + mutually_exclusive = { generic_mio_trait_quality_improvements } + + position = { x=-1 y=1 } + relative_position_id = generic_mio_trait_improved_tooling + + production_bonus = { + production_cost_factor = -0.05 + production_efficiency_gain_factor = 0.1 + } + } + + trait = { + token = generic_mio_trait_quality_improvements + name = generic_mio_trait_quality_improvements + icon = GFX_generic_mio_department_icon_tank_general_armor + any_parent = { generic_mio_trait_improved_tooling } + mutually_exclusive = { generic_mio_trait_mass_production} + + position = { x=1 y=1 } + relative_position_id = generic_mio_trait_improved_tooling + + equipment_bonus = { + armor_value = 0.1 + defense = 0.1 + } + } + + trait = { + token = generic_mio_trait_defensive_equipment + name = generic_mio_trait_defensive_equipment + icon = GFX_generic_mio_trait_icon_soft_attack + + equipment_bonus = { + soft_attack = 0.02 + defense = 0.02 + } + position = { x=2 y=0 } + relative_position_id = generic_mio_trait_crew_ergonomics + } + + trait = { + token = generic_mio_trait_long_barreled_guns + name = generic_mio_trait_long_barreled_guns + icon = GFX_generic_mio_department_icon_armored_car_offense + + all_parents = { generic_mio_trait_crew_ergonomics generic_mio_trait_defensive_equipment } + + position = { x=0 y=2 } + relative_position_id = generic_mio_trait_defensive_equipment + + equipment_bonus = { + ap_attack = 0.05 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_heavy_anti_tank_gun + name = generic_mio_trait_heavy_anti_tank_gun + icon = GFX_generic_mio_trait_icon_hard_attack + any_parent = { generic_mio_trait_long_barreled_guns } + mutually_exclusive = { generic_mio_trait_officer_support_car } + + position = { x=-1 y=2 } + relative_position_id = generic_mio_trait_long_barreled_guns + + equipment_bonus = { + armor_value = 0.05 + hard_attack = 0.05 + } + } + + trait = { + token = generic_mio_trait_officer_support_car + name = generic_mio_trait_officer_support_car + icon = GFX_generic_mio_trait_icon_soft_attack + any_parent = { generic_mio_trait_long_barreled_guns } + mutually_exclusive = { generic_mio_trait_heavy_anti_tank_gun } + + position = { x=1 y=2 } + relative_position_id = generic_mio_trait_long_barreled_guns + + equipment_bonus = { + soft_attack = 0.05 + build_cost_ic = -0.03 + } + } +} + + + + + + + +## #### ###### ######## ####### ######## ###### ######## ### ######## ###### +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ###### ## ## ## ###### ###### ## ## ## ## ###### +## ## ## ## ## ## ## ## ## ######### ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +######## #### ###### ## ####### ## ###### ## ## ## ## ###### + + +### EQUIPMENT STATS ### + + +### ## # # # # ## + # # # ## # # # # + # #### # ## ## # + # # # # # # # # + # # # # # # # ## + +#maximum_speed +#reliability +#defense +#breakthrough +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption +#hardness +#armor_value +#build_cost_ic +#entrenchment - only if you have DLC NSB and module dozer_blade +#fuel_capacity - only if you have DLC NSB and module expanded_fuel_tank + + + + ## # # ### ### ## +# # # # # # # + # #### # ### # + # # # # # # +## # # ### # ## + +#lg_armor_piercing (requires modules) +#lg_attack (requires modules) +#hg_armor_piercing (requires modules) +#hg_attack (requires modules) +#torpedo_attack (requires modules) +#sub_attack (requires modules) +#anti_air_attack (requires modules) +#armor_value (requires modules) +#surface_detection +#sub_detection (requires modules) +#sub_visibility (sub only) +#surface_visibility (surface only) +#naval_speed +#reliability +#naval_range +#max_strength +#fuel_consumption +#build_cost_ic +#manpower +#naval_supremacy_factor +#naval_torpedo_enemy_critical_chance_factor (if you have modules adding it) +#naval_torpedo_damage_reduction_factor (if you have modules adding it) +#carrier_size (this will get very bad for you I promise, equipment modifiers are a mistake) +#mines_sweeping (only MTG and with modules) +#mines_planting (only with MTG and modules) +#naval_torpedo_hit_chance_factor (requires modules) +#naval_light_gun_hit_chance_factor (requires modules) +#naval_heavy_gun_hit_chance_factor (requires modules) + + + +### # ## # # ### ## +# # # # # ## # # # +### # #### # ## ## # +# # # # # # # # +# ### # # # # ### ## + +#air_superiority +#reliability +#naval_strike_attack +#naval_strike_targetting +#manpower +#fuel_consumption +#build_cost_ic +#resources +#thrust - only if you have BBA DLC +#weight - only if you have BBA DLC +#maximum_speed +#air_range +#air_agility +#air_attack +#air_defence +#surface_detection +#sub_detection +#air_ground_attack +#air_bombing +#mines_planting - if you have MtG and BBA +#mines_sweeping - if you have MtG and BBA +#night_penalty - only if you have BBA DLC (you need to have module because base value is 0 - radio navigatio + + + +# # ## ### ### ### ### ### # +## ## # # # # # # # # # +# # # #### # ## ### # ## # +# # # # # # # # # # # +# # # # # ### # # ### ### ### + +############################## +##### INFANTRY EQUIPMENT ##### +############################## +#reliability +#maximum_speed +#defense +#breakthrough +#hardness - it is in the script, but the value is set to 0 (in the game, the UI doesn't show this value) +#armor_value - it is in the script, but the value is set to 0 (in the game, the UI doesn't show this value) +#soft_attack +#hard_attack +#ap_attack +#air_attack - it is in the script but the value is set to 0 (in the game, the UI doesn't show this value) +#build_cost_ic + +############################## +##### SUPPORT EQUIPMENT ###### +############################## +#reliability +#build_cost_ic + + +############################# +#### ARTILLERY EQUIPMENT #### +############################# +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +############################ +#### ANTI-AIR EQUIPMENT #### +############################ +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +############################# +#### ANTI-TANK EQUIPMENT #### +############################# +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +#################################### +#### ROCKET ARTILLERY EQUIPMENT #### +#################################### +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + + +############################## +#### MOTORIZED EQUIPMENT ##### +############################## +#maximum_speed +#reliability +#hardness +#breakthrough +#build_cost_ic +#fuel_consumption + +#################################### +#### MOTORIZED ROCKET EQUIPMENT #### +#################################### +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic (edited) + +############################### +#### MECHANIZED EQUIPMENT ##### +############################### +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + +######################################### +#### AMPHIBIOUS MECHANIZED EQUIPMENT #### +######################################### +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + + +################################ +#### ARMORED CAR EQUIPMENT ##### +################################ +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + + +########################## +#### TRAIN EQUIPMENT ##### +########################## +#armor_value +#build_cost_ic +#air_attack + +################################ +#### RAILWAY GUN EQUIPMENT ##### +################################ +#reliability +#maximum_speed +#railway_gun_attack +#build_cost_ic + + +### PRODUCTION MODIFIERS ### +#production_cost_factor +#production_capacity_factor +#production_efficiency_cap_factor +#production_efficiency_gain_factor +#production_resource_need_factor +#production_resource_penalty_factor +#production_conversion_speed_factor + +### ORGANIZATION MODIFIERS ### +#military_industrial_organization_research_bonus +#military_industrial_organization_design_team_assign_cost +#military_industrial_organization_design_team_change_cost +#military_industrial_organization_industrial_manufacturer_assign_cost +#military_industrial_organization_task_capacity +#military_industrial_organization_size_up_requirement +#military_industrial_organization_funds_gain \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/organizations/_template_organization.txt b/1632_RoF/common/military_industrial_organization/organizations/_template_organization.txt new file mode 100644 index 00000000..2a173df4 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/organizations/_template_organization.txt @@ -0,0 +1,46 @@ +##################### + +### ## # # # # ## + # # # ## # # # # + # #### # ## ## # + # # # # # # # # + # # # # # # # ## + + #################### + + + +##################### + + ## # # ### ### ## +# # # # # # # + # #### # ### # + # # # # # # +## # # ### # ## + +##################### + + + +########################### + +### # ## # # ### ## +# # # # # ## # # # +### # #### # ## ## # +# # # # # # # # +# ### # # # # ### ## + +########################### + + + +################################### + +# # ## ### ### ### ### ### # +## ## # # # # # # # # # +# # # #### # ## ### # ## # +# # # # # # # # # # # +# # # # # ### # # ### ### ### + + +################################### \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/organizations/documentation.info b/1632_RoF/common/military_industrial_organization/organizations/documentation.info new file mode 100644 index 00000000..7c3f524a --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/organizations/documentation.info @@ -0,0 +1,509 @@ +# Military Industrial Organization (MIO) database +# +# MIOs are replacement for design companies. +# They give research bonuses, but most importantly they give bonuses to equipments (quality and production). +# +# 1 MIO is composed of 1 tree of unlockable traits. +# The list of equipment a MIO can match is set in the MIO. +# Then the equipment stat & production stat for the bonus is set in the traits. +# The bonus is the combinaison of the two - e.g. soft attack for infantry equipment. +# +# Trait can also unlock modifier for the MIO itself - in that case the equipment type does not matter. +# +# See "game/common/defines/00_graphics.lua" for configuration of coloring of lines in the trait trees +# (for example, "TRAIT_LINE_ASSIGNED_COLOR"). +# +# Example with all possible parts: +# my_MIO_token = { +# name = loc_key # optional +# # if name provided, use TAG_loc_key if it exists. if not use loc_key (where TAG is the tag of the MIO owner) +# # if localization key TAG_my_MIO_token exists, use it +# # else use loc key my_MIO_token +# # loc key may use scripted loc, scope will be set with this MIO +# +# icon = GFX_key # optional +# # if icon provided, use GFX_key +# # if gfx key GFX_TAG_my_MIO_token exists, use it (where TAG is the tag of the MIO owner) +# # if gfx key GFX_my_MIO_token exists, use it +# # else use GFX_idea_unknown +# +# background = GFX_key # optional +# # gfx key of the background image for the Details window +# # if not specified, one of standard backgrounds will be used based on supported equipment types +# +# allowed = { ... } # mandatory +# # country scope +# # allowed is evaluated when starting the game for all countries (even the ones that don't exist yet) +# # if trigger returns true, an instance of this MIO is created for this country +# +# visible = { ... } # optional, default is always = yes +# # current MIO scope - FROM = country +# # visible is evaluated when displaying the MIO UIs +# # if trigger returns false, then the MIO is not visible for the player +# +# available = { ... } # optional, default is always = yes +# # current MIO scope - FROM = country +# # available is evaluated when displaying the MIO UIs +# # if trigger returns false, then the MIO is visible but disabled and greyed-out +# +# # for AI and script, a MIO is considered enabled if it is both visible and available +# +# equipment_type = { equipment_type_token1 } +# # Equipment archetypes & categories used to match the MIO with variants +# # cf. script enum script_enum_equipment_bonus_type for possible values +# # This also works with equipment groups that can be found in game/common/equipment_groups +# +# research_categories = { infantry_weapons } +# # Research categories used to match the MIO with technlogies +# # Must match categories in game/common/technologies files +# +# on_design_team_assigned_to_tech = { ... } +# on_design_team_assigned_to_variant = { ... } +# on_industrial_manufacturer_assigned = { ... } +# on_tech_research_cancelled = { ... } +# on_tech_research_completed = { ... } +# on_industrial_manufacturer_unassigned = { ... } +# # optional on-action effects - executed with current MIO scope and FROM = country +# +# research_bonus = 0.2 # optional, default is define DESIGN_TEAM_RESEARCH_BONUS +# task_capacity = 3 # optional, default is define DEFAULT_INITIAL_TASK_CAPACITY +# +# +# ai_will_do = { +# ... +# } +# # current MIO scope - FROM = country +# # AI weight modifier for this organization - optional +# # For documentation, see examples of ai_will_do throughout the content +# +# # Flavor texts are displayed above the trait tree. +# # They are typically here to describe a column of traits - there is only room for 1 line! +# # You can have several flavor texts - repeat the tree_flavor_text block +# # use x to choose where to put the text on the horizontal axis. +# # x should be the horizontal coordinate of the cell where the center of the text will be. +# # For the text to be aligned with a point between 2 cells, use a decimal number. (e.g. x = 1.2) +# tree_header_text = { +# text = my_flavor_text_loc_key +# x = 1 +# } +# +# # In addition to the traits in trees, MIO can have an initial trait. +# # This one is unlocked from the start, and the bonuses applies directly. +# initial_trait = { +# # Only the following parameters are relevant for initial traits - all optional +# # See Trait parameters below for more details. +# name = my_loc_key # token initial_trait will be used for default name +# limit_to_equipment_type = { ... } +# equipment_bonus = { ... } +# production_bonus = { ... } +# organization_modifier = { ... } +# } +# +# # Add traits to the tree +# # you can add as many as needed by repeating the trait block +# trait = { +# token = upgrade_1 # mandatory +# name = loc_key # optional +# # if name provided, use TAG_loc_key if it exists. if not use loc_key (where TAG is the tag of the MIO owner) +# # if localization key TAG_my_MIO_token_upgrade_1 exists, use it +# # else use loc key my_MIO_token_upgrade_1 +# +# icon = GFX_key # optional +# # if icon provided, use GFX_key +# # if gfx key GFX_TAG_my_MIO_token_upgrade_1 exists, use it (where TAG is the tag of the MIO owner) +# # if gfx key GFX_my_MIO_token_upgrade_1 exists, use it +# # else use GFX_idea_unknown +# +# special_trait_background = yes # optional - default no +# # if yes, trait background will be golden to indicate an interesting trait +# +# # if your trait is not the first in the tree, it needs at least one parent specified +# # with parent or any_parent +# parent = { +# traits = { parent traits } +# num_parents_needed = X # The number of parents that needs to be unlocked, default 1 +# } +# any_parent = { parent traits } # Short hand for "parent = { traits = { parent traits } num_parents_needed = 1 }" +# all_parents = { parent traits} # Short hand for "parent = { traits = { parent traits } num_parents_needed = N }" where N is the number of parent traits +# +# # The trait can be mutually exclusive with another (or more) +# # Note that the other trait should also have the mutually_exclusive parameter set +# mutually_exclusive= { upgrade4 } +# +# visible = { ... } # optional, default is always = yes +# # current MIO scope - FROM = country +# # visible is evaluated when displaying the MIO UIs +# # if trigger returns false, then the trait is not visible for the player +# +# available = { ... } # optional, default is always = yes +# # current MIO scope - FROM = country +# # available is evaluated when displaying the MIO UIs +# # if trigger returns false, then the trait is visible but disabled and greyed-out +# +# # for AI and script, a trait is considered enabled if it is both visible and available +# +# on_complete = { ... } # optional +# # current MIO scope - FROM = country +# # Effects that will be executed when the trait is completed (aka unlocked) +# +# limit_to_equipment_type = { ... } # Optional +# # By default, the bonuses in traits are applied to the equipment types at MIO level +# # But you can restrict them to equipment type contained in the ones at MIO level +# # eg. if MIO has list of equipment archetypes { light_armor medium_tank }, you may limit to archetype { light_tank } +# # eg. if MIO has equipment category { armor }, you may limit to archetypes { light_tank medium_tank } +# # This also works with equipment groups that can be found in game/common/equipment_groups +# +# # Defines the bonus given when the trait is unlocked, and the MIO is assigned to an equipment variant +# # cf. script enum script_enum_equipment_stat for possible values +# equipment_bonus = { +# reliability = 0.2 +# soft_attack = 0.1 # accepts as many stats as needed +# } +# # Defines the bonus given when the trait is unlocked, and the MIO is assigned to a production line +# # cf. script enum script_enum_production_stat for possible values +# production_bonus = { +# production_cost_factor = -0.1 +# production_capacity_factor = 0.1 # accepts as many stats as needed +# } +# +# # Defines modifiers that will apply on the Organization the trait is part of. +# # Only use modifiers relevant for MIOs - full list below. +# organization_modifier = { +# military_industrial_organization_research_bonus = 0.1 +# military_industrial_organization_design_team_assign_cost = -0.33 +# military_industrial_organization_design_team_change_cost = -0.5 +# military_industrial_organization_industrial_manufacturer_assign_cost = -0.66 +# military_industrial_organization_task_capacity = 2 +# military_industrial_organization_size_up_requirement = -0.2 +# military_industrial_organization_funds_gain = 0.5 +# } +# +# # Defines where the trait will be positioned in the tree grid (in the MIO Details UI) +# # x=0 y=0 is the top left position +# # Careful to not reuse twice the same position in the same tree +# position = { x=1 y=0 } +# # by default position is the absolute coordinate in the tree grid. +# # if relative_position_id is provided, it becomes a delta applied to the input trait position +# relative_position_id = trait_token +# +# # AI weight modifier for this trait +# # For documentation, see examples of ai_will_do throughout the content +# # Warning : if the trait is part of a central tree, the trait's ai_will_do will override the central tree's! +# ai_will_do = { +# ... +# } +# } +# } +# +# Another example where we build a new MIO by reusing an existing one +# my_quick_unoriginal_MIO = { +# include = my_MIO_token +# # By default, every part of the my_MIO_token will be reused. +# # But you may override any part +# allowed = { ... } +# icon = another_GFX_key +# research_bonus = 0.3 +# +# # In order to override with default/empty value, put parameter name in delete_included_values +# # All parameters are eligible except the trait ones (see below) +# delete_included_values = { name on_design_team_assigned_to_variant initial_trait ... } +# +# # For the initial trait +# # Usual trait API - just fill parts you want to override - the rest will keep the original values +# initial_trait = { +# icon = another_trait_GFX_key +# } +# +# # Same for the traits that are copied into the including MIO as they are. +# # Use the following specific parameters to modify them. +# add_trait = { ... } # add a trait to the included tree - usual trait API +# remove_trait = { trait_token } +# override_trait = { +# token = trait_token # must match a trait in included MIO +# # Usual trait API - just fill parts you want to override - the rest will keep the original values +# equipment_bonus = { ... } +# is_available = { ... } +# # In order to override with default/empty value, put parameter name in delete_included_values +# # All parameters are eligible +# delete_included_values = { equipment_bonus relative_position_id ... } +# } +# # !Warning! if included and including MIO are in 2 seperate files, you will need to "save" the 2 files to hot-reload the result. +# } +# NB: there are no load order constriction when using include. The included MIO just needs to exists somewhere in the organizations directory. + + + + +######## ####### ## ## #### ######## ## ## ######## ## ## ######## ###### ######## ### ######## ###### +## ## ## ## ## ## ## ## ### ### ## ### ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## #### #### ## #### ## ## ## ## ## ## ## ## +###### ## ## ## ## ## ######## ## ### ## ###### ## ## ## ## ###### ## ## ## ## ###### +## ## ## ## ## ## ## ## ## ## ## ## #### ## ## ## ######### ## ## +## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ## +######## ##### ## ####### #### ## ## ## ######## ## ## ## ###### ## ## ## ## ###### + + + +### ## # # # # ## + # # # ## # # # # + # #### # ## ## # + # # # # # # # # + # # # # # # # ## + +#maximum_speed +#reliability +#defense +#breakthrough +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption +#hardness +#armor_value +#build_cost_ic +#entrenchment - only if you have DLC NSB and module dozer_blade +#fuel_capacity - only if you have DLC NSB and module expanded_fuel_tank + + + + ## # # ### ### ## +# # # # # # # + # #### # ### # + # # # # # # +## # # ### # ## + +#lg_armor_piercing (requires modules) +#lg_attack (requires modules) +#hg_armor_piercing (requires modules) +#hg_attack (requires modules) +#torpedo_attack (requires modules) +#sub_attack (requires modules) +#anti_air_attack (requires modules) +#armor_value (requires modules) +#surface_detection +#sub_detection (requires modules) +#sub_visibility (sub only) +#surface_visibility (surface only) +#naval_speed +#reliability +#naval_range +#max_strength +#fuel_consumption +#build_cost_ic +#manpower +#naval_supremacy_factor +#naval_torpedo_enemy_critical_chance_factor (if you have modules adding it) +#naval_torpedo_damage_reduction_factor (if you have modules adding it) +#carrier_size (this will get very bad for you I promise, equipment modifiers are a mistake) +#mines_sweeping (only MTG and with modules) +#mines_planting (only with MTG and modules) +#naval_torpedo_hit_chance_factor (requires modules) +#naval_light_gun_hit_chance_factor (requires modules) +#naval_heavy_gun_hit_chance_factor (requires modules) + + + +### # ## # # ### ## +# # # # # ## # # # +### # #### # ## ## # +# # # # # # # # +# ### # # # # ### ## + +#air_superiority +#reliability +#naval_strike_attack +#naval_strike_targetting +#manpower +#fuel_consumption +#build_cost_ic +#resources +#thrust - only if you have BBA DLC +#weight - only if you have BBA DLC +#maximum_speed +#air_range +#air_agility +#air_attack +#air_defence +#surface_detection +#sub_detection +#air_ground_attack +#air_bombing +#mines_planting - if you have MtG and BBA +#mines_sweeping - if you have MtG and BBA +#night_penalty - only if you have BBA DLC (you need to have module because base value is 0 - radio navigatio + + + +# # ## ### ### ### ### ### # +## ## # # # # # # # # # +# # # #### # ## ### # ## # +# # # # # # # # # # # +# # # # # ### # # ### ### ### + + +############################## +##### INFANTRY EQUIPMENT ##### +############################## +#reliability +#maximum_speed +#defense +#breakthrough +#hardness - it is in the script, but the value is set to 0 (in the game, the UI doesn't show this value) +#armor_value - it is in the script, but the value is set to 0 (in the game, the UI doesn't show this value) +#soft_attack +#hard_attack +#ap_attack +#air_attack - it is in the script but the value is set to 0 (in the game, the UI doesn't show this value) +#build_cost_ic + +############################## +##### SUPPORT EQUIPMENT ###### +############################## +#reliability +#build_cost_ic + + +############################# +#### ARTILLERY EQUIPMENT #### +############################# +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +############################ +#### ANTI-AIR EQUIPMENT #### +############################ +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +############################# +#### ANTI-TANK EQUIPMENT #### +############################# +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + +#################################### +#### ROCKET ARTILLERY EQUIPMENT #### +#################################### +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic + + +############################## +#### MOTORIZED EQUIPMENT ##### +############################## +#maximum_speed +#reliability +#hardness +#breakthrough +#build_cost_ic +#fuel_consumption + +#################################### +#### MOTORIZED ROCKET EQUIPMENT #### +#################################### +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic (edited) + +############################### +#### MECHANIZED EQUIPMENT ##### +############################### +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + +######################################### +#### AMPHIBIOUS MECHANIZED EQUIPMENT #### +######################################### +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + + +################################ +#### ARMORED CAR EQUIPMENT ##### +################################ +#maximum_speed +#reliability +#defense +#breakthrough +#hardness +#armor_value +#soft_attack +#hard_attack +#ap_attack +#air_attack +#build_cost_ic +#fuel_consumption + + +########################## +#### TRAIN EQUIPMENT ##### +########################## +#armor_value +#build_cost_ic +#air_attack + +################################ +#### RAILWAY GUN EQUIPMENT ##### +################################ +#reliability +#maximum_speed +#railway_gun_attack +#build_cost_ic \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/organizations/mio.txt b/1632_RoF/common/military_industrial_organization/organizations/mio.txt new file mode 100644 index 00000000..a1e00f8b --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/organizations/mio.txt @@ -0,0 +1,280 @@ +my_custom_mio = { + + equipment_type = { infantry_equipment armor } + research_categories = { infantry_weapons } + + allowed = { always = no } + + tree_header_text = { + text = "First Column" + x = 0 + } + + tree_header_text = { + text = "Second Column" + x = 4.1 + } + + tree_header_text = { + text = "Third Column" + x = 8 + } + + initial_trait = { + limit_to_equipment_type = { infantry_equipment } + equipment_bonus = { + hard_attack = 0.1 + } + production_bonus = { + production_cost_factor = -0.1 + } + organization_modifier = { + military_industrial_organization_research_bonus = 0.1 + } + } + + trait = { + token = custom_1 + + limit_to_equipment_type = { infantry_equipment } + + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + equipment_bonus = { + soft_attack = 0.3 + } + production_bonus = { + production_efficiency_cap_factor = 0.1 + } + position = { x=0 y=0 } + available = { owner = { has_political_power > 10 } } + } + + trait = { + token = custom_2 + icon = GFX_industrial_org_trait_placeholder + production_bonus = { + production_cost_factor = -0.2 + } + position = { x=4 y=0 } + } + + trait = { + token = custom_3 + icon = GFX_industrial_org_trait_placeholder + + limit_to_equipment_type = { light_tank_chassis } + equipment_bonus = { + hard_attack = 0.3 + } + + position = { x=8 y=0 } + } + + trait = { + token = custom_4 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=7 y=1 } + any_parent = { custom_3 } + mutually_exclusive = { custom_5 } + } + + trait = { + token = custom_5 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=9 y=1 } + any_parent = { custom_3 } + mutually_exclusive = { custom_4 } + } + + trait = { + token = custom_6 + icon = GFX_industrial_org_trait_placeholder + equipment_bonus = { + hard_attack = 0.1 + } + production_bonus = { + production_cost_factor = -0.1 + } + position = { x=0 y=2 } + any_parent = { custom_1 } + } + + trait = { + token = custom_7 + icon = GFX_industrial_org_trait_placeholder + limit_to_equipment_type = { infantry_equipment light_tank_chassis } + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + equipment_bonus = { + soft_attack = 0.3 + } + position = { x=4 y=2 } + any_parent = { custom_2 } + } + + trait = { + token = custom_8 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=8 y=2 } + any_parent = { custom_4 custom_5 } + } + + trait = { + token = custom_9 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=2 y=3 } + parent = { + traits = { custom_6 custom_7 } + num_parents_needed = 2 + } + } + + trait = { + token = custom_10 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=6 y=3 } + parent = { + traits = { custom_7 custom_8 } + num_parents_needed = 2 + } + } + + trait = { + token = custom_11 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=0 y=4 } + any_parent = { custom_6 } + mutually_exclusive = { custom_12 custom_13 } + } + + trait = { + token = custom_12 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=4 y=4 } + any_parent = { custom_7 } + mutually_exclusive = { custom_11 custom_13 } + } + + trait = { + token = custom_13 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=8 y=4 } + any_parent = { custom_8 } + mutually_exclusive = { custom_11 custom_12 } + } +} + +my_mio_with_include = { + include = my_custom_mio + icon = GFX_idea_generic_infantry_equipment_manufacturer_1 + equipment_type = { infantry_equipment armor cas submarine } + research_bonus = 0.5 + remove_trait = { custom_9 } + add_trait = { + token = custom_14 + icon = GFX_industrial_org_trait_placeholder + organization_modifier = { + military_industrial_organization_funds_gain = 0.5 + } + position = { x=2 y=1 } + } + override_trait = { + token = custom_1 + icon = GFX_industrial_org_trait_placeholder + } + override_trait = { + token = custom_13 + production_bonus = { + production_cost_factor = -0.3 + } + position = { x=-1 y=2 } + relative_position_id = custom_8 + } +} + +my_capital_ship_mio = { + equipment_type = { capital_ship screen_ship submarine } + research_categories = { naval_equipment } + + allowed = { always = no } + + initial_trait = { + equipment_bonus = { + hg_attack = 0.1 + armor_value = 0.2 + lg_attack = 0.3 + } + } + + trait = { + token = custom_1 + icon = GFX_industrial_org_trait_placeholder + equipment_bonus = { + hg_attack = 0.1 + armor_value = 0.2 + lg_attack = 0.3 + } + position = { x=0 y=0 } + } +} + +my_task_decrease_mio = { + equipment_type = { infantry_equipment } + research_categories = { infantry_weapons } + + allowed = { always = no } + + initial_trait = { + equipment_bonus = { + soft_attack = 0.5 + } + production_bonus = { + production_cost_factor = -0.3 + } + } + + trait = { + token = set_capacity_to_0 + icon = GFX_industrial_org_trait_placeholder + position = { x=0 y=0 } + organization_modifier = { + military_industrial_organization_task_capacity = -50 + } + } + + trait = { + token = set_capacity_to_1 + icon = GFX_industrial_org_trait_placeholder + position = { x=1 y=0 } + organization_modifier = { + military_industrial_organization_task_capacity = -49 + } + } +} \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/policies/_air_policies.txt b/1632_RoF/common/military_industrial_organization/policies/_air_policies.txt new file mode 100644 index 00000000..4aa56efa --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/policies/_air_policies.txt @@ -0,0 +1,120 @@ +mio_policy_air_perfect_finish = { + icon = GFX_mio_policy_perfect_finish + allowed = { + OR = { + has_mio_equipment_type = small_plane_airframe + has_mio_equipment_type = small_plane_airframe_0 + has_mio_equipment_type = fighter_equipment_0 + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = small_plane_cas_airframe + has_mio_equipment_type = small_plane_naval_bomber_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + maximum_speed = 0.05 + build_cost_ic = 0.05 + } + } +} + +mio_policy_air_heavy_gantry_cranes = { + icon = GFX_mio_policy_heavy_gantry_cranes_air + allowed = { + OR = { + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + } + } + available = { has_mio_size > 5} + production_bonus = { + mio_cat_eq_all_medium_plane = { + production_efficiency_cap_factor = 0.1 + } + large_plane_airframe = { + production_efficiency_cap_factor = 0.1 + } + large_plane_maritime_patrol_plane_airframe= { + production_efficiency_cap_factor = 0.1 + } + } +} + +mio_policy_air_propulsion_experimenters = { + icon = GFX_mio_policy_propulsion_experimenters + allowed = { + OR = { + has_mio_equipment_type = small_plane_airframe + has_mio_equipment_type = small_plane_airframe_0 + has_mio_equipment_type = fighter_equipment_0 + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = small_plane_cas_airframe + has_mio_equipment_type = small_plane_naval_bomber_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + } + } + available = { has_mio_size > 5} + + organization_modifier = { + military_industrial_organization_research_bonus = 0.2 + } +} + +mio_policy_air_wind_tunnel_pioneers = { + icon = GFX_mio_policy_wind_tunnel_pioneers + allowed = { + OR = { + has_mio_equipment_type = small_plane_airframe + has_mio_equipment_type = small_plane_airframe_0 + has_mio_equipment_type = fighter_equipment_0 + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = small_plane_cas_airframe + has_mio_equipment_type = small_plane_naval_bomber_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + air_agility = 0.05 + } + } +} + +mio_policy_air_modular_assembly = { + icon = GFX_mio_policy_modular_assembly + allowed = { + OR = { + has_mio_equipment_type = small_plane_airframe + has_mio_equipment_type = small_plane_airframe_0 + has_mio_equipment_type = fighter_equipment_0 + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = small_plane_cas_airframe + has_mio_equipment_type = small_plane_naval_bomber_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + } + } + available = { has_mio_size > 5} + production_bonus = { + same_as_mio = { + production_cost_factor = -0.05 + } + } +} diff --git a/1632_RoF/common/military_industrial_organization/policies/_general_policies.txt b/1632_RoF/common/military_industrial_organization/policies/_general_policies.txt new file mode 100644 index 00000000..a59a0d40 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/policies/_general_policies.txt @@ -0,0 +1,75 @@ +mio_policy_general_ruthless_contracts = { + icon = GFX_mio_policy_ruthless_contracts + allowed = { always = yes } + available = { has_mio_size > 5} + organization_modifier = { + military_industrial_organization_funds_gain = 0.1 + } +} + +mio_policy_general_assembly_line_optimisers = { + icon = GFX_mio_policy_assembly_line_optimisers + allowed = { + OR = { + has_mio_equipment_type = small_plane_airframe + has_mio_equipment_type = medium_plane_airframe + has_mio_equipment_type = large_plane_airframe + has_mio_equipment_type = small_plane_cas_airframe + has_mio_equipment_type = small_plane_naval_bomber_airframe + has_mio_equipment_type = medium_plane_fighter_airframe + has_mio_equipment_type = medium_plane_scout_plane_airframe + has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe + has_mio_equipment_type = armor + has_mio_equipment_type = motorized + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = anti_air + has_mio_equipment_type = artillery + has_mio_equipment_type = rocket + has_mio_equipment_type = infantry + has_mio_equipment_type = railway_gun + has_mio_equipment_type = train + } + } + available = { has_mio_size > 5} + production_bonus = { + same_as_mio = { + production_efficiency_cap_factor = 0.05 + production_efficiency_gain_factor = 0.05 + } + } +} + +mio_policy_general_vertical_integration = { + icon = GFX_mio_policy_vertical_integration + allowed = { always = yes } + available = { has_mio_size > 5} + production_bonus = { + same_as_mio = { + production_resource_need_factor = -0.1 + production_resource_penalty_factor = 0.1 + } + } +} + +mio_policy_general_mechanical_genius = { + icon = GFX_mio_policy_mechanical_genius + allowed = { always = yes } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + reliability = 0.1 + } + } +} + +mio_policy_general_experimental_development_teams = { + icon = GFX_mio_policy_experimental_development_teams + allowed = { always = yes } + available = { has_mio_size > 5} + organization_modifier = { + military_industrial_organization_research_bonus = 0.2 + } +} + diff --git a/1632_RoF/common/military_industrial_organization/policies/_land_policies.txt b/1632_RoF/common/military_industrial_organization/policies/_land_policies.txt new file mode 100644 index 00000000..3f68c5cd --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/policies/_land_policies.txt @@ -0,0 +1,130 @@ +mio_policy_land_armor_welding_specialists = { + icon = GFX_mio_policy_welding_specialists + allowed = { + OR = { + has_mio_equipment_type = armor + has_mio_equipment_type = motorized + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = rocket + has_mio_equipment_type = mio_cat_eq_all_medium_tank + has_mio_equipment_type = mio_cat_eq_all_heavy_tank + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + armor_value = 0.05 + } + } +} + +mio_policy_land_casting_specialists = { + icon = GFX_mio_policy_casting_specialists + allowed = { + OR = { + has_mio_equipment_type = armor + has_mio_equipment_type = motorized + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = anti_air + has_mio_equipment_type = artillery + has_mio_equipment_type = infantry + has_mio_equipment_type = mio_cat_eq_all_medium_tank + has_mio_equipment_type = mio_cat_eq_all_heavy_tank + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + hardness = 0.025 + } + } +} + +mio_policy_land_heavy_gantry_cranes = { + icon = GFX_mio_policy_heavy_gantry_cranes_land + allowed = { + OR = { + has_mio_equipment_type = armor + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = railway_gun + has_mio_equipment_type = train + has_mio_equipment_type = mio_cat_eq_all_medium_tank + has_mio_equipment_type = mio_cat_eq_all_heavy_tank + } + } + available = { has_mio_size > 5} + equipment_bonus = { + heavy_tank_chassis = { + production_efficiency_cap_factor = 0.05 + } + + train_equipment = { + production_efficiency_cap_factor = 0.05 + } + + railway_gun_equipment = { + production_efficiency_cap_factor = 0.05 + } + } +} + +mio_policy_land_factory_applied_camouflage = { + icon = GFX_mio_policy_factory_applied_camouflage + allowed = { + OR = { + has_mio_equipment_type = armor + has_mio_equipment_type = motorized + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = anti_air + has_mio_equipment_type = artillery + has_mio_equipment_type = rocket + has_mio_equipment_type = infantry + has_mio_equipment_type = mio_cat_eq_all_medium_tank + has_mio_equipment_type = mio_cat_eq_all_heavy_tank + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + defense = 0.02 + breakthrough = 0.02 + } + } +} + +mio_policy_land_cutting_corners = { + icon = GFX_mio_policy_cutting_corners + allowed = { + OR = { + has_mio_equipment_type = armor + has_mio_equipment_type = motorized + has_mio_equipment_type = mechanized + has_mio_equipment_type = anti_tank + has_mio_equipment_type = flame + has_mio_equipment_type = anti_air + has_mio_equipment_type = artillery + has_mio_equipment_type = rocket + has_mio_equipment_type = infantry + has_mio_equipment_type = mio_cat_eq_all_medium_tank + has_mio_equipment_type = mio_cat_eq_all_heavy_tank + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + build_cost_ic = -0.1 + reliability = -0.05 + soft_attack = -0.05 + hard_attack = -0.05 + armor_value = -0.05 + } + } +} \ No newline at end of file diff --git a/1632_RoF/common/military_industrial_organization/policies/_navy_policies.txt b/1632_RoF/common/military_industrial_organization/policies/_navy_policies.txt new file mode 100644 index 00000000..10345848 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/policies/_navy_policies.txt @@ -0,0 +1,115 @@ +mio_policy_navy_welding_specialists = { + icon = GFX_mio_policy_welding_specialists + allowed = { + OR ={ + has_mio_equipment_type = capital_ship + has_mio_equipment_type = screen_ship + has_mio_equipment_type = submarine + has_mio_equipment_type = carrier + has_mio_equipment_type = mio_cat_eq_all_carrier + has_mio_equipment_type = mio_cat_eq_all_cruiser + has_mio_equipment_type = mio_cat_eq_all_destroyer + has_mio_equipment_type = mio_cat_eq_all_battleship + } + } + available = { has_mio_size > 5} + production_bonus = { + same_as_mio = { + production_cost_factor = -0.05 + } + } +} + +mio_policy_navy_space_efficient_design = { + icon = GFX_mio_policy_space_efficient_design + allowed = { + OR ={ + has_mio_equipment_type = capital_ship + has_mio_equipment_type = screen_ship + has_mio_equipment_type = submarine + has_mio_equipment_type = carrier + has_mio_equipment_type = mio_cat_eq_all_carrier + has_mio_equipment_type = mio_cat_eq_all_cruiser + has_mio_equipment_type = mio_cat_eq_all_destroyer + has_mio_equipment_type = mio_cat_eq_all_battleship + } + } + available = { has_mio_size > 5} + equipment_bonus = { + ship_hull_carrier = { + carrier_size = 1 + } + same_as_mio = { + naval_range = 0.25 + } + } +} + +mio_policy_navy_stable_platforms = { + icon = GFX_mio_policy_stable_platforms + allowed = { + OR ={ + has_mio_equipment_type = capital_ship + has_mio_equipment_type = screen_ship + has_mio_equipment_type = submarine + has_mio_equipment_type = carrier + has_mio_equipment_type = mio_cat_eq_all_carrier + has_mio_equipment_type = mio_cat_eq_all_cruiser + has_mio_equipment_type = mio_cat_eq_all_destroyer + has_mio_equipment_type = mio_cat_eq_all_battleship + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + naval_light_gun_hit_chance_factor = 0.1 + naval_heavy_gun_hit_chance_factor = 0.1 + } + } +} + +mio_policy_navy_great_sea_keeping = { + icon = GFX_mio_policy_great_sea_keeping + allowed = { + OR ={ + has_mio_equipment_type = capital_ship + has_mio_equipment_type = screen_ship + has_mio_equipment_type = submarine + has_mio_equipment_type = carrier + has_mio_equipment_type = mio_cat_eq_all_carrier + has_mio_equipment_type = mio_cat_eq_all_cruiser + has_mio_equipment_type = mio_cat_eq_all_destroyer + has_mio_equipment_type = mio_cat_eq_all_battleship + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + naval_weather_penalty_factor = -0.5 + } + } +} + + +mio_policy_navy_coastal_battlefleet = { + icon = GFX_mio_policy_coastal_battlefleet + allowed = { + OR ={ + has_mio_equipment_type = capital_ship + has_mio_equipment_type = screen_ship + has_mio_equipment_type = submarine + has_mio_equipment_type = carrier + has_mio_equipment_type = mio_cat_eq_all_carrier + has_mio_equipment_type = mio_cat_eq_all_cruiser + has_mio_equipment_type = mio_cat_eq_all_destroyer + has_mio_equipment_type = mio_cat_eq_all_battleship + } + } + available = { has_mio_size > 5} + equipment_bonus = { + same_as_mio = { + build_cost_ic = -0.1 + naval_range = -0.25 + } + } +} diff --git a/1632_RoF/common/military_industrial_organization/policies/documentation.info b/1632_RoF/common/military_industrial_organization/policies/documentation.info new file mode 100644 index 00000000..772abd75 --- /dev/null +++ b/1632_RoF/common/military_industrial_organization/policies/documentation.info @@ -0,0 +1,88 @@ +# Policy database for Military Industrial Organization (MIO) +# +# For each MIO, the player is able to attach 1 policy to get extra bonuses. +# 1 policy is similar to 1 trait. The bonuses only applies to the equipment variant or production line the MIO is assigned to. +# +# This database defines a list of policies, and for each MIO, the triggers will be evaluated to compute the list of eligible policies. +# +# Example with all possible parts: +# my_policy_token = { +# name = loc_key # optional +# # if name provided, use loc_key +# # if loc key TAG_my_MIO_token exists, use it (where TAG is the tag of the MIO owner) +# # else use loc key my_MIO_token +# # loc key may use scripted loc, scope will be set with the country owning the policy +# +# icon = GFX_key # optional +# # if icon provided, use GFX_key +# # if gfx key GFX_TAG_my_MIO_token exists, use it (where TAG is the tag of the MIO owner) +# # if gfx key GFX_my_MIO_token exists, use it +# # else use GFX_idea_unknown +# +# cost = 10 # optional, default is define DEFAULT_INITIAL_POLICY_ATTACH_COST +# cooldown = 60 # optional, default is DEFAULT_INITIAL_ATTACH_POLICY_COOLDOWN +# +# allowed = { ... } # mandatory +# # MIO scope +# # allowed is evaluated when starting the game for all MIOs +# # if trigger returns false, the policy will never be considered for this MIO later in-game +# +# visible = { ... } # optional, default is always = yes +# # current MIO scope +# # visible is evaluated when displaying the MIO UIs / policy screen +# # if trigger returns false, then the policy is not visible for the player +# +# available = { ... } # optional, default is always = yes +# # current MIO scope +# # available is evaluated when displaying the MIO UIs / policy screen +# # if trigger returns false, then the policy is visible but disabled and greyed-out +# +# # Defines the bonus given when the policy is attached to a MIO, and the MIO is assigned to an equipment variant +# # Note it's different from equipment_bonus in traits. Here you have to give the equipment group/category/archetype/type. +# equipment_bonus = { +# infantry_equipment = { # cf. script enum script_enum_equipment_bonus_type for possible values +# reliability = 0.2 +# soft_attack = 0.1 # accepts as many stats as needed +# } +# armor = { ... } # accepts as many type as needed +# same_as_mio = { ... } # can use this keyword to apply to all equipments in departments of the attached MIO +# } +# +# # Defines the bonus given when the policy is attached to a MIO, and the MIO is assigned to a production line +# # Note it's different from equipment_bonus in traits. Here you have to give the equipment group/category/archetype/type. +# production_bonus = { +# infantry_equipment = { # cf. script enum script_enum_equipment_bonus_type for possible values +# production_cost_factor = -0.1 +# production_capacity_factor = 0.1 # accepts as many stats as needed +# } +# armor = { ... } # accepts as many type as needed +# same_as_mio = { ... } # can use this keyword to apply to all equipments in departments of the attached MIO +# } +# +# # Defines modifiers that will apply on the MIO the policy is attached to. +# # Only use modifiers relevant for MIOs - full list below. +# organization_modifier = { +# military_industrial_organization_research_bonus = 0.1 +# military_industrial_organization_design_team_assign_cost = -0.33 +# military_industrial_organization_design_team_change_cost = -0.5 +# military_industrial_organization_industrial_manufacturer_assign_cost = -0.66 +# military_industrial_organization_task_capacity = 2 +# military_industrial_organization_size_up_requirement = -0.2 +# military_industrial_organization_funds_gain = 0.5 +# } +# +# # Effects executed when the policy is attached to a MIO +# # Using the MIO scope +# on_add = { ... } +# +# # Effects executed when the policy is un-attached from a MIO +# # Using the MIO scope +# on_remove = { ... } +# +# # AI weight modifier for this policy +# # For documentation, see examples of ai_will_do throughout the content +# # Note : this affects how likely AI is to spend PP on this policy +# ai_will_do = { +# ... +# } +# } \ No newline at end of file diff --git a/1632_RoF/common/modifiers/00_static_modifiers.txt b/1632_RoF/common/modifiers/00_static_modifiers.txt index 0cb7f9b9..dad2687f 100644 --- a/1632_RoF/common/modifiers/00_static_modifiers.txt +++ b/1632_RoF/common/modifiers/00_static_modifiers.txt @@ -2,6 +2,10 @@ # Effects are fully scriptable here. # These names can NOT be removed or changes, as the code uses them.... +_test_power_balance_mod = { + power_balance_daily = 0.02 +} + weather_rain_light = { # on Region air_accidents = 0.1 air_detection = -0.1 @@ -162,6 +166,7 @@ night = { # On province. Multiplied by amount of darkness. carrier_traffic = -1.0 naval_hit_chance = -0.25 naval_retreat_speed = 0.1 + air_attack_factor = -0.50 } # The following is multiplied by local resistance strength. @@ -186,7 +191,7 @@ compliance_effect_base = { compliance_effect = { local_factories = 0.65 local_non_core_manpower = 0.18 - local_resources = 0.60 + local_resources = 0.65 #was 0.6 } # On States that are owned by a non-core country @@ -307,7 +312,7 @@ free_license = { stability_good_modifier = { industrial_capacity_factory = 0.20 industrial_capacity_dockyard = 0.20 - consumer_goods_factor = -0.05 + consumer_goods_factor = -0.20 political_power_factor = 0.1 } @@ -333,6 +338,10 @@ war_support_bad_modifier = { surrender_limit = -0.3 } +war_support_during_war = { #Applied during war, scaled from 0-100% with war support, not split. + stability_factor = -0.3 +} + attache_sent = { war_support_factor = 0.1 @@ -385,10 +394,12 @@ diff_very_hard_player = { diff_very_easy_ai = { + peace_score_ratio_transferred_to_players = 0.25 } diff_easy_ai = { no_supply_grace = 24 + peace_score_ratio_transferred_to_players = 0.1 } diff_normal_ai = { @@ -447,8 +458,8 @@ diff_strong_ai_generic = { } naval_mines_effect = { - naval_accidents_chance = 0.15 - naval_speed_factor = -0.8 + naval_accidents_chance = 0.05 + naval_speed_factor = 0 naval_invasion_penalty = 0.5 } @@ -557,7 +568,7 @@ intel_network_state_level_bonus = { # modifiers applied to enemy divisions in an intel network intel_network_state_level_penalty = { max_planning_factor = -1 - max_dig_in = -1 + max_dig_in = -5 } # modifiers enabled by the creation of the intelligence agency diff --git a/1632_RoF/common/names/00_names.txt b/1632_RoF/common/names/00_names.txt index 5b28ee02..c19b1141 100644 --- a/1632_RoF/common/names/00_names.txt +++ b/1632_RoF/common/names/00_names.txt @@ -3,6 +3,15 @@ # Names and Surnames are randomly picked and will sometimes repeat, but will never repeat in combinations for example there will never be generated another "John Smith". # Assigning the callsign is random - may be assigned or not. If we use the callsign, it will never be assigned to anyone again. Callsigns are not obligatory to script. # Picking up a gender is random, and is influenced by the amount of names scripted. +### Operations +# Operations will randomly pick from national pools until exhausted +# You can specify a strategic region for which an order name will be drawn +# if any enemy province along the frontline matches this strategic region, this sub-pool will be considered and used in preference to default. +# Whether this 'historical' name pool is exhausted is dependent on the define: HISTORICAL_ORDER_NAME_EXHAUSTION +# Strategic region index '0' is the generic national pool. +# You can specify the same name in several regions, though I would suggest not doing this too often, for performance reasons. +# After this, a first and second will be randomly picked from the default pool +# The prefix must be provided for all pools default = { male = { @@ -17,4 +26,18 @@ default = { #} surnames = { "Smith" "Jones" "Taylor" "Brown" "Williams" "Wilson" "Evans" "Walker" "White" "Roberts" } callsigns = { "Easy Kill" "The Lightning" "The Devil" "Grasshopper" "Handsome" "Moose" "Mouse" "Pebbles" "Sunshine" Demon} -} \ No newline at end of file + + + #Operations - treat these as keys, not strings. + prefix = o_operation + + operation = { + 0 = { o_default_operation } + } + + use_geographical_default_operation_names = yes + offensive_operation_suffix = o_strat_offensive_default + defensive_operation_suffix = o_strat_defensive_default + naval_operation_suffix = o_strat_naval_default + +} diff --git a/1632_RoF/common/names/01_names.txt b/1632_RoF/common/names/01_names.txt index bd2c8c4e..c975a55d 100644 --- a/1632_RoF/common/names/01_names.txt +++ b/1632_RoF/common/names/01_names.txt @@ -2073,7 +2073,7 @@ YAR = { } } surnames = { - "Beg" "Khan" + "Beg" "Khan" "Khoja" "Alaq" } callsigns = { } diff --git a/1632_RoF/common/national_focus/00_titlebar_styles.txt b/1632_RoF/common/national_focus/00_titlebar_styles.txt new file mode 100644 index 00000000..c2e34edf --- /dev/null +++ b/1632_RoF/common/national_focus/00_titlebar_styles.txt @@ -0,0 +1,18 @@ +style = { + name = default_style + default = yes + + unavailable = GFX_focus_unavailable + completed = GFX_focus_completed + available = GFX_focus_can_start + current = GFX_focus_current +} + +style = { + name = NORDIC_focus_style + + unavailable = GFX_focus_unavailable_joint + completed = GFX_focus_completed_joint + available = GFX_focus_can_start_joint + current = GFX_focus_current_joint +} diff --git a/1632_RoF/common/national_focus/NUS-USE.txt b/1632_RoF/common/national_focus/NUS-USE.txt index b99ca147..6a301dc6 100644 --- a/1632_RoF/common/national_focus/NUS-USE.txt +++ b/1632_RoF/common/national_focus/NUS-USE.txt @@ -2234,7 +2234,7 @@ focus_tree = { add_tech_bonus = { name = light_art_bonus uses = 1 - category = light_artillery + category = light_artillery_tech bonus = 0.5 } } diff --git a/1632_RoF/common/national_focus/POL.txt b/1632_RoF/common/national_focus/POL.txt index fe534a3b..d1f79e22 100644 --- a/1632_RoF/common/national_focus/POL.txt +++ b/1632_RoF/common/national_focus/POL.txt @@ -16,7 +16,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/SPN.txt b/1632_RoF/common/national_focus/SPN.txt index 692acf87..fb899004 100644 --- a/1632_RoF/common/national_focus/SPN.txt +++ b/1632_RoF/common/national_focus/SPN.txt @@ -15,7 +15,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/TUR.txt b/1632_RoF/common/national_focus/TUR.txt index d89f0c37..86aa9508 100644 --- a/1632_RoF/common/national_focus/TUR.txt +++ b/1632_RoF/common/national_focus/TUR.txt @@ -864,8 +864,8 @@ focus_tree = { name = artillery_bonus bonus = 0.5 uses = 1 - category = light_artillery - category = heavy_artillery + category = light_artillery_tech + category = heavy_artillery_tech } if = { limit = { @@ -1642,7 +1642,7 @@ focus_tree = { } focus = { - id = TUR_revan_feignt + id = TUR_revan_feint icon = GFX_goal_generic_occupy_states_ongoing_war cost = 10 x = 0 diff --git a/1632_RoF/common/national_focus/UPS.txt b/1632_RoF/common/national_focus/UPS.txt index 16ff68da..494fb092 100644 --- a/1632_RoF/common/national_focus/UPS.txt +++ b/1632_RoF/common/national_focus/UPS.txt @@ -15,7 +15,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/USR.txt b/1632_RoF/common/national_focus/USR.txt index d9d416b1..a8f877ad 100644 --- a/1632_RoF/common/national_focus/USR.txt +++ b/1632_RoF/common/national_focus/USR.txt @@ -15,7 +15,7 @@ focus_tree = { #################### # AIR TREE # #################### - #shared_focus = air_research + #shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/austria.txt b/1632_RoF/common/national_focus/austria.txt index 2dd2ef8c..aa3ca984 100644 --- a/1632_RoF/common/national_focus/austria.txt +++ b/1632_RoF/common/national_focus/austria.txt @@ -15,7 +15,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # @@ -730,7 +730,7 @@ focus_tree = { focus = { id = AUS_american_industry - icon = GFX_goal_generic_construction + icon = GFX_focus_generic_american_investments x = -1 y = 1 relative_position_id = AUS_hire_americans diff --git a/1632_RoF/common/national_focus/denmark.txt b/1632_RoF/common/national_focus/denmark.txt index 839229b7..63dd5269 100644 --- a/1632_RoF/common/national_focus/denmark.txt +++ b/1632_RoF/common/national_focus/denmark.txt @@ -12,7 +12,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # @@ -64,7 +64,7 @@ focus_tree = { focus = { id = DEN_jylland_construction - icon = GFX_goal_generic_construct_civ_factory + icon = GFX_focus_generic_develop_denmark_silhouette cost = 10 relative_position_id = DEN_continue_recovery prerequisite = { focus = DEN_continue_recovery } @@ -148,7 +148,7 @@ focus_tree = { focus = { id = DEN_norway_construction - icon = GFX_goal_generic_construct_mil_factory + icon = GFX_focus_generic_develop_norway_silhouette cost = 10 relative_position_id = DEN_continue_recovery prerequisite = { focus = DEN_continue_recovery } @@ -788,7 +788,7 @@ focus_tree = { focus = { id = DEN_exploit_greenland - icon = GFX_goal_generic_production + icon = GFX_focus_DEN_prospecting_greenland prerequisite = { focus = DEN_investigate_grantville } prerequisite = { focus = DEN_norway_construction } relative_position_id = DEN_norway_construction diff --git a/1632_RoF/common/national_focus/directorate_russia.txt b/1632_RoF/common/national_focus/directorate_russia.txt index 715a70c7..dcb50900 100644 --- a/1632_RoF/common/national_focus/directorate_russia.txt +++ b/1632_RoF/common/national_focus/directorate_russia.txt @@ -16,7 +16,7 @@ focus_tree = { #################### # AIR TREE # #################### - #shared_focus = air_research + #shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/france.txt b/1632_RoF/common/national_focus/france.txt index 48810e7b..3b15855f 100644 --- a/1632_RoF/common/national_focus/france.txt +++ b/1632_RoF/common/national_focus/france.txt @@ -15,7 +15,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/generic.txt b/1632_RoF/common/national_focus/generic.txt index 269fb562..255c86c3 100644 --- a/1632_RoF/common/national_focus/generic.txt +++ b/1632_RoF/common/national_focus/generic.txt @@ -7,7 +7,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # @@ -378,7 +378,7 @@ focus_tree = { } swap_ideas = { remove_idea = absolutism - add_idea = royal_dictatorship_focus + add_idea = royal_dictatorship_idea } } diff --git a/1632_RoF/common/national_focus/generic_german.txt b/1632_RoF/common/national_focus/generic_german.txt index 80c26622..e87f3819 100644 --- a/1632_RoF/common/national_focus/generic_german.txt +++ b/1632_RoF/common/national_focus/generic_german.txt @@ -13,7 +13,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/russia.txt b/1632_RoF/common/national_focus/russia.txt index 9b84bf56..a0053ef5 100644 --- a/1632_RoF/common/national_focus/russia.txt +++ b/1632_RoF/common/national_focus/russia.txt @@ -20,7 +20,7 @@ focus_tree = { #################### # AIR TREE # #################### - #shared_focus = air_research + #shared_focus = air_research_focus #################### # NAVAL TREE # diff --git a/1632_RoF/common/national_focus/shared_generic.txt b/1632_RoF/common/national_focus/shared_generic.txt index 3071fd9f..3f58d8f3 100644 --- a/1632_RoF/common/national_focus/shared_generic.txt +++ b/1632_RoF/common/national_focus/shared_generic.txt @@ -2,7 +2,7 @@ # AIR TREE # #################### shared_focus = { - id = air_research + id = air_research_focus icon = GFX_goal_generic_build_airforce cost = 10.00 x = 1 @@ -108,14 +108,14 @@ icon = GFX_goal_generic_air_doctrine cost = 10.00 prerequisite = { - focus = air_research + focus = air_research_focus } mutually_exclusive = { focus = heavier_than_air } x = -1 y = 1 - relative_position_id = air_research + relative_position_id = air_research_focus #available_if_capitulated = yes search_filters = { FOCUS_FILTER_AIR } completion_reward = { @@ -134,14 +134,14 @@ icon = GFX_goal_generic_air_fighter cost = 10.00 prerequisite = { - focus = air_research + focus = air_research_focus } mutually_exclusive = { focus = lighter_than_air } x = 1 y = 1 - relative_position_id = air_research + relative_position_id = air_research_focus #available_if_capitulated = yes search_filters = { FOCUS_FILTER_AIR } completion_reward = { @@ -169,7 +169,7 @@ } x = 1 y = 2 - relative_position_id = air_research + relative_position_id = air_research_focus search_filters = { FOCUS_FILTER_AIR } completion_reward = { add_tech_bonus = { @@ -192,7 +192,7 @@ } x = -1 y = 2 - relative_position_id = air_research + relative_position_id = air_research_focus search_filters = { FOCUS_FILTER_AIR } completion_reward = { add_tech_bonus = { @@ -219,7 +219,7 @@ } x = 0 y = 3 - relative_position_id = air_research + relative_position_id = air_research_focus #available_if_capitulated = yes search_filters = { FOCUS_FILTER_AIR } complete_tooltip = { @@ -758,7 +758,7 @@ name = heavy_art_bonus bonus = 0.5 uses = 1 - category = heavy_artillery + category = heavy_artillery_tech } } @@ -824,7 +824,7 @@ name = light_art_bonus bonus = 0.5 uses = 1 - category = light_artillery + category = light_artillery_tech } } diff --git a/1632_RoF/common/national_focus/sweden.txt b/1632_RoF/common/national_focus/sweden.txt index 11906ea6..0e7e3193 100644 --- a/1632_RoF/common/national_focus/sweden.txt +++ b/1632_RoF/common/national_focus/sweden.txt @@ -12,7 +12,7 @@ focus_tree = { #################### # AIR TREE # #################### - shared_focus = air_research + shared_focus = air_research_focus #################### # NAVAL TREE # @@ -181,7 +181,7 @@ focus_tree = { name = light_art_bonus bonus = 0.5 uses = 1 - category = light_artillery + category = light_artillery_tech } } diff --git a/1632_RoF/common/occupation_laws/occupation_laws.txt b/1632_RoF/common/occupation_laws/occupation_laws.txt index 3a929659..930dc534 100644 --- a/1632_RoF/common/occupation_laws/occupation_laws.txt +++ b/1632_RoF/common/occupation_laws/occupation_laws.txt @@ -2,14 +2,14 @@ #example_law = { # #tooltip description for the law # tooltip = "loc_key" -# +# # #gfx entry & frame for law entry icon # #gfx entry can be omitted, in that case it will default to GFX_occupation_policy_icon_strip # icon = "GFX_icon:5" -# +# # #plays when the law is selected -# sound_effect = "sound_effect" -# +# sound_effect = "sound_effect" +# # #if a law is not visible, it won't show up in gui at all # #scope is occupier country, occupied country is not set (this is only check at country level, not target level) # visible = { @@ -24,21 +24,21 @@ # # #if a current modifier is no longer active (visible/available is false) it will fallback to this law # fallback_law = law_id -# +# # #main fallback modifier will be used when previous modifier is no longer active and there is no fallback_law, there must be exactly one fallback modifier # #if you are lacking manpower/equipments for your current laws, fallback modifier bonuses will apply instead (will lerp to fallback and at 0 manpower you will be forced to switch) # main_fallback_law = yes -# +# # #applies to states if the law is selected # state_modifier = { -# +# # } -# +# # #states with resistance supressed (at 0) will get this modifier instead (if defined) # suppressed_state_modifier = { -# +# # } -# +# # #by default laws are sorted by load order, gui_order can be used to reorder them in gui. by default it is 0 # gui_order = 1 # @@ -46,14 +46,14 @@ # # scope is state # # from is occupier # # from from is occupied -# # ai_desire_resource temp variables will be available for the triggers, -# # which is a value in between 0-1 to show desire for a certain resource +# # ai_desire_resource temp variables will be available for the triggers, +# # which is a value in between 0-1 to show desire for a certain resource # # uncapped_resistance_target temp variable can be used for getting resistance that that is not capped to 0-100 # # resistance_target_without_law temp variable can be used for accessing resistance target value that is not modifier by law # # garrison_min_support_ratio garrison_equipment_support_ratio garrison_manpower_support_ratio gives what ratio of the garrison factor we can support for current template and buffers # ai_will_do = { # base = 100 -# +# # modifier = { # steel > 10 # add = 100 @@ -64,23 +64,23 @@ no_garrison = { icon = 1 - default_law = yes sound_effect = "Martial_Law_Interface_No_Garrison" - + state_modifier = { resistance_target = 0.4 no_compliance_gain = 1 required_garrison_factor = -1 } - + suppressed_state_modifier = { #no_compliance_gain = 1 required_garrison_factor = -1 + resistance_target = 0.4 } - + ai_will_do = { base = 0 - + modifier = { FROM = { has_government = liberal @@ -101,26 +101,32 @@ no_garrison = { } add = 500 } + + modifier = { + check_variable = { uncapped_resistance_target > -0.4 } + add = -60 + } } } autonomous_occupation = { icon = 2 sound_effect = "Martial_Law_Interface_Autonomous_Occupation_Unique_DEM" - + visible = { has_government = liberal #? on design } - + state_modifier = { + resistance_target = +0.10 compliance_gain = 0.02 - required_garrison_factor = -0.6 - resistance_damage_to_garrison = -0.25 + required_garrison_factor = -0.40 + resistance_damage_to_garrison = -0.25 } - + ai_will_do = { base = 200 - + modifier = { set_temp_variable = { resistance_limit = 30 } if = { @@ -136,21 +142,20 @@ autonomous_occupation = { foreign_civilian_oversight = { icon = 3 sound_effect = "Martial_Law_Interface_Foreign_Cvilian_Oversight" - + state_modifier = { - resistance_target = -0.10 - required_garrison_factor = -0.50 - resistance_damage_to_garrison = -0.25 + #resistance_target = 0.0 + required_garrison_factor = -0.25 + resistance_damage_to_garrison = -0.25 compliance_gain = 0.000 local_factories = 0.00 local_resources = 0.00 } - starting_law = yes ai_will_do = { base = 120 modifier = { - check_variable = { resistance_target_without_law > 0.29} + check_variable = { resistance_target_without_law > 0.05} add = 100 } } @@ -160,35 +165,35 @@ foreign_civilian_oversight = { local_police_force_garrison = { icon = 11 sound_effect = "Martial_Law_Interface_Local_Police_Force_Garrison" - + state_modifier = { - resistance_target = -0.20 - compliance_gain = -0.020 - required_garrison_factor = -0.65 + resistance_target = -0.15 + compliance_gain = -0.025 + required_garrison_factor = -0.35 resistance_damage_to_garrison = -0.5 local_factories = 0.00 local_resources = 0.00 } - - + + ai_will_do = { base = 100 modifier = { - check_variable = { resistance_target_without_law > 0.44} + check_variable = { resistance_target_without_law > 0.09} add = 200 } - - + + modifier = { - check_variable = { resistance_target_without_law > 0.44} + check_variable = { resistance_target_without_law > 0.34} - set_temp_variable = { requirement_limit = 0.35 } + set_temp_variable = { requirement_limit = 0.25 } if = { limit = { occupation_law = local_police_force_garrison } - set_temp_variable = { requirement_limit = 0.55 } + set_temp_variable = { requirement_limit = 0.45 } } check_variable = { garrison_min_support_ratio < requirement_limit } - + add = 350 } } @@ -197,12 +202,12 @@ local_police_force_garrison = { secret_police_oversight = { icon = 4 sound_effect = "Martial_Law_Interface_Secret_Police_Oversight" - + state_modifier = { resistance_target = -0.30 - compliance_gain = -0.035 - required_garrison_factor = -0.3 - resistance_damage_to_garrison = -0.15 + compliance_gain = -0.04 + required_garrison_factor = -0.15 + resistance_damage_to_garrison = -0.15 local_factories = 0.05 local_resources = 0.05 enemy_operative_detection_chance_over_occupied_tag = 1 # offset detection chance by +1% @@ -214,20 +219,20 @@ secret_police_oversight = { liberate_workers_occupation = { icon = 5 sound_effect = "Martial_Law_Interface_Liberate_Workers_Occupation_Unique_COM" - + visible = { has_government = radical } - + state_modifier = { resistance_target = -0.15 - compliance_gain = -0.020 - required_garrison_factor = -0.20 + compliance_gain = -0.025 + required_garrison_factor = -0.15 resistance_damage_to_garrison = 0.25 local_factories = 0.2 local_resources = 0.3 } - + ai_will_do = { base = 200 } @@ -236,66 +241,82 @@ liberate_workers_occupation = { military_governor_occupation = { icon = 6 sound_effect = "Martial_Law_Interface_Military_Governor_Occupation" - + default_law = yes + starting_law = yes + state_modifier = { - resistance_target = -0.4 - compliance_gain = -0.040 - required_garrison_factor = -0.1 + resistance_target = -0.35 + compliance_gain = -0.045 + required_garrison_factor = 0.0 #local_factories = 0.00 local_resources = 0.10 local_manpower = 0.08 } ai_will_do = { base = 0 - + #modifier = { #set_temp_variable = { num_factory = building_level@arms_factory } #add_to_temp_variable = { num_factory = building_level@industrial_complex } #check_variable = { num_factory < 1 } - + #add = 50 #} #modifier = { # is_core_of = FROM - + # add = 150 #} modifier = { - check_variable = { resistance_target_without_law > 0.55} + check_variable = { resistance_target_without_law > 0.24} + add = 400 + } + + modifier = { + check_variable = { resistance_target_without_law > 0.34} + + set_temp_variable = { requirement_limit = 0.25 } + if = { + limit = { occupation_law = military_governor_occupation } + set_temp_variable = { requirement_limit = 0.45 } + } + check_variable = { garrison_min_support_ratio < requirement_limit } + add = 400 } + } } martial_law_occupation = { icon = 7 sound_effect = "Martial_Law_Interface_Martial_Law_Occupation_Default" - + state_modifier = { - resistance_target = -0.50 - compliance_gain = -0.050 + resistance_target = -0.60 + compliance_gain = -0.055 #required_garrison_factor = 0.0 - #resistance_damage_to_garrison = 0.0 + #resistance_damage_to_garrison = 0.0 #local_factories = 0.0 local_resources = 0.1 } - + ai_will_do = { base = 0 - + modifier = { - check_variable = { resistance_target_without_law > 0.69} + check_variable = { resistance_target_without_law > 0.44} set_temp_variable = { resistance_limit = 40 } - set_temp_variable = { requirement_limit = 0.8 } + set_temp_variable = { requirement_limit = 0.65 } if = { limit = { occupation_law = martial_law_occupation } set_temp_variable = { resistance_limit = 35 } - set_temp_variable = { requirement_limit = 0.6 } + set_temp_variable = { requirement_limit = 0.5 } } check_variable = { garrison_min_support_ratio > requirement_limit } resistance > resistance_limit - + add = 500 } } @@ -304,25 +325,25 @@ martial_law_occupation = { forced_labor_occupation = { icon = 8 sound_effect = "Martial_Law_Interface_Forced_Labor_Occupation" - + state_modifier = { resistance_target = -0.40 - compliance_gain = -0.07 + compliance_gain = -0.08 resistance_damage_to_garrison = 0.3 - required_garrison_factor = 0.50 + required_garrison_factor = 0.15 local_resources = 0.40 local_factories = 0.05 repair_speed_infrastructure_factor = 0.25 - + custom_modifier_tooltip = "resource_sabotage_decrease_tooltip" } - + ai_will_do = { # enabled if has damaged infra # gets higher score if more are damaged # even more prio at war base = 0 - + modifier = { set_temp_variable = { requirement_limit = 1.5 } if = { @@ -332,10 +353,10 @@ forced_labor_occupation = { check_variable = { garrison_min_support_ratio < requirement_limit } factor = 0 } - + modifier = { set_temp_variable = { num_damaged = damaged_building_level@infrastructure } - + check_variable = { num_damaged > 0 } clamp_temp_variable = { var = num_damaged max = 8 } multiply_temp_variable = { num_damaged = 80 } @@ -346,38 +367,38 @@ forced_labor_occupation = { } add = num_damaged } - + modifier = { # if compliance is high enough, we are getting good enough resoruces already compliance < 40 - + # if we are desiring a resource produced here set_temp_variable = { releveant_resources = 0 } - + set_temp_variable = { t = resource@oil } multiply_temp_variable = { t = ai_desire_oil } add_to_temp_variable = { releveant_resources = t } - + set_temp_variable = { t = resource@aluminium } multiply_temp_variable = { t = ai_desire_aluminium } add_to_temp_variable = { releveant_resources = t } - + set_temp_variable = { t = resource@combustion_engine } multiply_temp_variable = { t = ai_desire_combustion_engine } add_to_temp_variable = { releveant_resources = t } - + set_temp_variable = { t = resource@tungsten } multiply_temp_variable = { t = ai_desire_tungsten } add_to_temp_variable = { releveant_resources = t } - + set_temp_variable = { t = resource@steel } multiply_temp_variable = { t = ai_desire_steel } add_to_temp_variable = { releveant_resources = t } - + set_temp_variable = { t = resource@chromium } multiply_temp_variable = { t = ai_desire_chromium } add_to_temp_variable = { releveant_resources = t } - + check_variable = { releveant_resources > 0 } clamp_temp_variable = { var = releveant_resources max = 40 } divide_temp_variable = { releveant_resources = 40 } @@ -391,36 +412,36 @@ forced_labor_occupation = { harsh_quotas_occupation = { icon = 9 sound_effect = "Martial_Law_Interface_Harsh_Quotas_Occupation" - + state_modifier = { resistance_target = -0.40 - compliance_gain = -0.07 - required_garrison_factor = 0.60 - resistance_damage_to_garrison = 0.50 - + compliance_gain = -0.08 + required_garrison_factor = 0.15 + resistance_damage_to_garrison = 0.50 + local_factories = 0.25 local_resources = 0.05 repair_speed_arms_factory_factor = 0.25 repair_speed_industrial_complex_factor = 0.25 - + custom_modifier_tooltip = "factory_sabotage_decrease_tooltip" } - + ai_will_do = { # enabled if has damaged factories # gets higher score if more are damaged base = 0 - + modifier = { set_temp_variable = { num_damaged = damaged_building_level@arms_factory } add_to_temp_variable = { num_damaged = damaged_building_level@industrial_complex } - + check_variable = { num_damaged > 0 } clamp_temp_variable = { var = num_damaged max = 4 } multiply_temp_variable = { num_damaged = 50 } add_to_temp_variable = { num_damaged = 150 } - + add = num_damaged } } @@ -429,26 +450,26 @@ harsh_quotas_occupation = { brutally_oppressive_occupation = { icon = 10 sound_effect = "Martial_Law_Interface_Brutally_Oppressive_Occupation_Unique_FAS" - + visible = { has_government = absolutist } - - state_modifier = { - resistance_target = -0.65 - compliance_gain = -0.10 - required_garrison_factor = 1.0 + + state_modifier = { + resistance_target = -0.75 + compliance_gain = -0.11 + required_garrison_factor = 0.25 resistance_damage_to_garrison = 1.0 local_resources = 0.10 resistance_decay = 1.0 } - + ai_will_do = { base = 0 - - modifier = { - check_variable = { resistance_target_without_law > 0.94 } - + + modifier = { + check_variable = { resistance_target_without_law > 0.84 } + set_temp_variable = { resistance_limit = 40 } set_temp_variable = { requirement_limit = 2.0 } if = { @@ -458,7 +479,7 @@ brutally_oppressive_occupation = { } check_variable = { garrison_min_support_ratio > requirement_limit } resistance > resistance_limit - + add = 1000 } } diff --git a/1632_RoF/common/on_actions/00_on_actions.txt b/1632_RoF/common/on_actions/00_on_actions.txt index c85d2d2b..21170ce2 100644 --- a/1632_RoF/common/on_actions/00_on_actions.txt +++ b/1632_RoF/common/on_actions/00_on_actions.txt @@ -214,14 +214,65 @@ on_actions = { # From is owner country on_army_leader_daily = { + effect = { + if = { + limit = { + check_variable = { random < 0.02 } + NOT = { has_trait = sick } + set_temp_variable = { temp = sum_unit_terrain_modifier@sickness_chance } + divide_temp_variable = { temp = num_units } + check_variable = { temp > 0.75 } + NOT = { has_unit_leader_flag = recently_sick } + } + add_timed_unit_leader_trait = { + trait = sick + days = 30 + } + unit_leader_event = { id = generic.17 } + } + } } # From is owner country on_army_leader_won_combat = { + effect = { + if = { + limit = { + set_temp_variable = { chance = 0.001 } + set_temp_variable = { factor = 1.0 } + add_to_temp_variable = { factor = leader_modifier@wounded_chance_factor } + multiply_temp_variable = { chance = factor } + check_variable = { random < chance } + NOT = { has_trait = wounded } + } + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + unit_leader_event = { id = generic.18 } + } + } } # From is owner country on_army_leader_lost_combat = { + effect = { + if = { + limit = { + set_temp_variable = { chance = 0.005 } + set_temp_variable = { factor = 1.0 } + add_to_temp_variable = { factor = leader_modifier@wounded_chance_factor } + multiply_temp_variable = { chance = factor } + check_variable = { random < chance } + NOT = { has_trait = wounded } + } + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + unit_leader_event = { id = generic.18 } + } + } } on_army_leader_promoted = { @@ -240,8 +291,47 @@ on_actions = { # scope state that is paradroped into # from scope state that the paradrop started on_paradrop = { + effect = { + set_country_flag = has_paradropped_flag + } } on_ruling_party_change = { # temp var old_ideology_token is available for effects + effect = { + every_controlled_state = { + limit = { + has_resistance = yes + } + set_temp_variable = { new_compliance = compliance } + multiply_temp_variable = { new_compliance = 0.5 } + set_compliance = new_compliance + } + } + } + + on_unit_leader_promote_from_ranks_veteran = { #Unit leader scope, FROM is unit + effect = { + FROM = { + add_random_valid_trait_from_unit = { + character = ROOT + } + } + set_unit_leader_flag = field_promotion_achievement + } + } + + on_unit_leader_promote_from_ranks_green = { #Unit leader scope, FROM is unit + effect = { + set_unit_leader_flag = field_promotion_achievement + } } + + on_add_history = { #Unit Scope + effect = { + #add_unit_medal_to_latest_entry = { + # unit_medals = iron_cross_second_class + #} #This would add a unit medal to the history entry you just received + } + } + } diff --git a/1632_RoF/common/on_actions/01_on_actions.txt b/1632_RoF/common/on_actions/01_on_actions.txt index 8a5687bd..7f26f6c9 100644 --- a/1632_RoF/common/on_actions/01_on_actions.txt +++ b/1632_RoF/common/on_actions/01_on_actions.txt @@ -16,6 +16,21 @@ on_actions = { remove_ideas = absolutist_defeated } } + if = { + limit = { has_government = constitutionalist } + if = { + limit = { has_idea = constitutionalist_partisans_recruiting } + remove_ideas = constitutionalist_partisans_recruiting + } + if = { + limit = { has_idea = constitutionalist_revolutionaries } + remove_ideas = constitutionalist_revolutionaries + } + if = { + limit = { has_idea = constitutionalist_defeated } + remove_ideas = constitutionalist_defeated + } + } if = { limit = { has_government = liberal } if = { @@ -31,6 +46,21 @@ on_actions = { remove_ideas = reign_of_terror } } + if = { + limit = { has_government = radical } + if = { + limit = { has_idea = radical_defeated } + remove_ideas = radical_defeated + } + if = { + limit = { has_idea = radical_revolutionaries } + remove_ideas = radical_revolutionaries + } + if = { + limit = { has_idea = radical_partisans_recruiting } + remove_ideas = radical_partisans_recruiting + } + } } } } diff --git a/1632_RoF/common/on_actions/03_rof_on_actions.txt b/1632_RoF/common/on_actions/03_rof_on_actions.txt index a1eef15a..c6fb6b8c 100644 --- a/1632_RoF/common/on_actions/03_rof_on_actions.txt +++ b/1632_RoF/common/on_actions/03_rof_on_actions.txt @@ -469,4 +469,5 @@ on_actions = { } } } + } \ No newline at end of file diff --git a/1632_RoF/common/on_actions/08_bba_on_actions.txt b/1632_RoF/common/on_actions/08_bba_on_actions.txt new file mode 100644 index 00000000..b4e27c4a --- /dev/null +++ b/1632_RoF/common/on_actions/08_bba_on_actions.txt @@ -0,0 +1,162 @@ +on_actions = { + + on_startup = { + + } + + on_monthly = { + # re-unification event for same tag + effect = { + IF = { + limit = { + NOT = { has_global_flag = global_unification_request_sent_flag } # one per month should be enough + is_subject = no + has_war = no + NOT = { has_country_flag = yes_to_unification_flag } + NOT = { has_country_flag = no_to_unification_flag } + NOT = { has_country_flag = unification_request_sent_flag } + any_country_with_original_tag = { + original_tag_to_check = ROOT + NOT = { tag = ROOT } + exists = yes + is_subject = no + has_government = ROOT + has_war = no + NOT = { has_country_flag = yes_to_unification_flag } + NOT = { has_country_flag = no_to_unification_flag } + NOT = { has_country_flag = unification_request_sent_flag } + } + + } + + # LOG = "dispatcher event for [ROOT.GetName] triggered" + set_global_flag = global_unification_request_sent_flag + every_country = { + + limit = { + original_tag = ROOT + is_subject = no + has_government = ROOT + has_war = no + NOT = { has_country_flag = yes_to_unification_flag } + NOT = { has_country_flag = no_to_unification_flag } + NOT = { has_country_flag = unification_request_sent_flag } + } + set_country_flag = unification_request_sent_flag + country_event = { + id = political.31 + hours = 10 + random_hours = 8 + } + } + } + } + } + + on_civil_war_end = { # ROOT is civil war winner, FROM gets annexed. + + } + + on_peace = { + + } + #ROOT = country that joined a war + #on_war is fired when a country goes to war against anyone and is not fired again when it enters war against another country unless it went to peace first + on_war = { + + } + #ROOT = attacking side + #FROM = defending side + #fired when two countries end up at war with each other () + on_war_relation_added = { + + } + + #ROOT = attacking side + #FROM = defending side + #fired when two countries end up at war with each other (on_war is fired when a country goes to war against anyone and is not fired again when it enters war against another country unless it went to peace first) + on_declare_war = { + + } + # ROOT is capitulated country, FROM is winner + # ROOT is capitulated country, FROM is winner + on_capitulation = { + + } + + #ROOT is capitulated country + on_capitulation_immediate = { + + } + + + #ROOT is subject FROM is previous overlord + on_subject_free = { + + } + + #ROOT is winner #FROM is loser + on_peaceconference_ended = { + + } + + #ROOT is winner, FROM is loser (called for all winners against all losers) + on_peaceconference_started = { + + } + + + #FROM is war target + #ROOT is country declaring war + on_declare_war = { + + } + + #ROOT is new controller #FROM is old controller #FROM.FROM is state ID + on_state_control_changed = { + + } + #used when puppeting in a peace conference + #ROOT = nation being puppeted, FROM = overlord + #used when puppeting through the occupied territories menu during peace time (or when releasing from non-core but owned territory, f.e. Britain releasing Egypt) + #ROOT = nation being released, FROM = overlord + + on_release_as_puppet = { + + } + on_puppet = { #ROOT = nation being puppeted, FROM = overlord + + } + + #used when puppeting through the occupied territories menu during peace time (or when releasing from non-core but owned territory, f.e. Britain releasing Egypt) + #ROOT = nation being released, FROM = overlord + on_release_as_puppet = { + + } + + on_ruling_party_change = { + + } + + on_government_change = { + + } + #on_unit_leader_promote_from_ranks_green + on_unit_leader_promote_from_ranks_green = { # This uses the UNIT LEADER sub scope of a character, FROM == country + + } + + #Root is exile + #From is old host + on_exile_government_reinstated = { + + } + + #FROM is country getting invited. ROOT is the faction leader + on_offer_join_faction = { + + } +} + + + diff --git a/1632_RoF/common/on_actions/09_aat_on_actions.txt b/1632_RoF/common/on_actions/09_aat_on_actions.txt new file mode 100644 index 00000000..e302ff9e --- /dev/null +++ b/1632_RoF/common/on_actions/09_aat_on_actions.txt @@ -0,0 +1,149 @@ + +on_actions = { + + #### MIO on actions + # ROOT is MIO + on_mio_size_increased = {} + # NB : all the following also exist at MIO level + # use on-action here if the purpose is to execute for any MIO + # use on-action at MIO level to execute just for one precise MIO + # i.e. don't use this here : if = { limit = { is_military_industrial_organisation = ... } } } + on_mio_design_team_assigned_to_tech = {} + on_mio_design_team_assigned_to_variant = {} + on_mio_industrial_manufacturer_assigned = {} + on_mio_tech_research_cancelled = {} + on_mio_tech_research_completed = {} + on_mio_industrial_manufacturer_unassigned = {} + + + #Not run on a specific country. + on_startup = { + + #SET UP MIO SIZE IN 1635 BOOKMARK + effect = { + if = { + limit = { + has_dlc = "Arms Against Tyranny" + date > 1635.01.01 #1635 Bookmark + } + every_country = { + limit = { + is_major = yes + } + every_military_industrial_organization = { + add_mio_size = 4 + } + } + every_country = { + limit = { + is_major = no + } + every_military_industrial_organization = { + add_mio_size = 3 + } + } + } + } + } + + on_new_term_election = { + + } + + #ROOT is capitulated country, FROM is winner. + on_capitulation_immediate = { + + } + + # ROOT is capitulated country, FROM is winner + on_capitulation = { + + } + + ##ROOT is affected country + on_uncapitulation = { + + } + + # FROM is the country that is hosting the government in exile. + # ROOT is the government in exile + on_government_exiled = { + + } + + #Root is exile + #From is old host + on_exile_government_reinstated = { + + } + + on_create_faction = { + + } + + on_liberate = { + + } + #ROOT is the nation being released, FROM is the overlord + on_release_as_free = { + + } + + #ROOT is winner #FROM gets annexed - This fires just before FROM gets annexed, meaning the country and everything it owns still exists. It will also fire on_annex and on_civil_war_end + on_civil_war_end_before_annexation = { + + } + + #ROOT = attacking side + #FROM = defending side + #fired when two countries end up at war with each other (on_war is fired when a country goes to war against anyone and is not fired again when it enters war against another country unless it went to peace first) + on_war_relation_added = { # ---> Fires in 2nd place (1st is on_declare_war) -> This one is triggered ALWAYS + + } + + on_peaceconference_ended = { + + } + + on_peace = { + + } + + # ROOT is new controller, FROM is old controller, FROM.FROM is state ID. + on_state_control_changed = { + + } + + on_puppet = { #ROOT = nation being puppeted, FROM = overlord + + } + + #ROOT is winner, FROM gets annexed. For civil wars on_civil_war_end is also fired. + on_annex = { + + } + + #ROOT is subject FROM is previous overlord + on_subject_free = { + + } + + on_ruling_party_change = { + # temp var old_ideology_token is available for effects + + } + + #FROM is faction leader on join faction requests. THIS DOES NOT FIRE ON ADD_TO_FACTION EFFECT! USE ON_OFFER_JOIN_FACTION! + on_join_faction = { + + } + + #FROM is country getting invited. THIS GETS TRIGGERED WHEN THE COUNTRY BEING OFFERED ACTUALLY JOINS THE FACTION (AND ALSO TRIGGERED ON ADD_TO_ACTION EFFECT TACK SÅ MYCKET) + on_offer_join_faction = { + + } + # FROM is the faction Leader, ROOT is the country leaving the faction + on_leave_faction = { + + } +} \ No newline at end of file diff --git a/1632_RoF/common/operations/00_operations.txt b/1632_RoF/common/operations/00_operations.txt index 5d59d06f..22e0bcc9 100644 --- a/1632_RoF/common/operations/00_operations.txt +++ b/1632_RoF/common/operations/00_operations.txt @@ -74,7 +74,7 @@ operation_rescue_operative = { ### 0 1/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -108,7 +108,7 @@ operation_rescue_operative = { ### 0 1/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -217,7 +217,7 @@ operation_infiltrate_civilian = { ### 1 1/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -251,7 +251,7 @@ operation_infiltrate_civilian = { ### 1 1/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -409,6 +409,7 @@ operation_capture_cipher = { ### 3 1/55 days = 75 network_strength = 40 operatives = 2 + is_captured_cipher = yes visible = { network_strength = { @@ -502,7 +503,7 @@ operation_capture_cipher = { ### 3 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -539,7 +540,7 @@ operation_capture_cipher = { ### 3 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -647,7 +648,7 @@ operation_infiltrate_armed_forces_army = { ### 4 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -688,7 +689,7 @@ operation_infiltrate_armed_forces_army = { ### 4 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -805,7 +806,7 @@ operation_infiltrate_armed_forces_navy = { ### 5 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -846,7 +847,7 @@ operation_infiltrate_armed_forces_navy = { ### 5 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -956,7 +957,7 @@ operation_infiltrate_armed_forces_airforce = { ### 6 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -997,7 +998,7 @@ operation_infiltrate_armed_forces_airforce = { ### 6 1/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -1016,6 +1017,7 @@ operation_coup_government = { ### 7 1/70 days = 180 network_strength = 70 operatives = 2 + is_staged_coup = yes visible = { network_strength = { @@ -1253,7 +1255,7 @@ operation_coup_government = { ### 7 1/70 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -1388,15 +1390,7 @@ operation_boost_resistance = { ### 8 2/40 resistance_support_arms_depots = { base = 25 } resistance_support_distribute_weapons = { base = 25 } resistance_support_organize_training = { base = 25 } - resistance_support_coordinate_groups = { - base = 25 - modifier = { - FROM.FROM = { - resistance < 40 - } - factor = 30 - } - } + resistance_support_coordinate_groups = { base = 25 } } phases = { #exfiltration exfiltration_air_pickup = { @@ -1560,7 +1554,7 @@ operation_make_resistance_contacts = { ### 9 2/40 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } } @@ -1578,7 +1572,7 @@ operation_make_resistance_contacts = { ### 9 2/40 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -1667,7 +1661,7 @@ operation_collaboration_government = { ### 10 2/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -1695,7 +1689,7 @@ operation_collaboration_government = { ### 10 2/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -1776,7 +1770,7 @@ operation_coordinated_strike = { ### 11 2/70 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -1935,7 +1929,7 @@ operation_steal_tech_civilian = { ### 12 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -1969,7 +1963,7 @@ operation_steal_tech_civilian = { ### 12 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2070,7 +2064,7 @@ operation_targeted_sabotage_industry = { ### 13 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2103,7 +2097,7 @@ operation_targeted_sabotage_industry = { ### 13 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2199,7 +2193,7 @@ operation_targeted_sabotage_infrastructure = { ### 14 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2234,7 +2228,7 @@ operation_targeted_sabotage_infrastructure = { ### 14 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2331,7 +2325,7 @@ operation_targeted_sabotage_resources = { ### 15 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2364,7 +2358,7 @@ operation_targeted_sabotage_resources = { ### 15 3/35 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2501,7 +2495,7 @@ operation_steal_tech_army = { ### 16 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2534,7 +2528,7 @@ operation_steal_tech_army = { ### 16 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2722,7 +2716,7 @@ operation_steal_tech_navy = { ### 17 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2756,7 +2750,7 @@ operation_steal_tech_navy = { ### 17 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } @@ -2879,7 +2873,7 @@ operation_steal_tech_airforce = { ### 18 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } infiltration_diplomatic = { @@ -2913,7 +2907,7 @@ operation_steal_tech_airforce = { ### 18 3/55 airship_equipment < 1 } } - factor = 0.1 #less likely if we have no transports + factor = 0 } } exfiltration_border = { base = 30 } diff --git a/1632_RoF/common/peace_conference/ai_peace/00_misc.txt b/1632_RoF/common/peace_conference/ai_peace/00_misc.txt new file mode 100644 index 00000000..40be8a4b --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/00_misc.txt @@ -0,0 +1,666 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + +peace_ai_desires = { + + take_our_cores = { + peace_action_type = { take_states } + enable = { + ROOT = { tag = ROOT.FROM } #We are negotiating for ourselves + ROOT.FROM.FROM.FROM = { is_core_of = ROOT.FROM } #It is ours + } + ai_desire = 100 + } + + fascist_majors_on_a_mission = { + peace_action_type = take_states + enable = { + ROOT = { + is_major = yes #We are big + has_government = absolutist #We are the baddies + tag = ROOT.FROM #We are acting for ourselves + } + } + + ai_desire = 50 + } + + fascist_puppet_desire = { + peace_action_type = puppet + enable = { + ROOT = { + is_major = yes #We are big + has_government = absolutist #We are the baddies + tag = ROOT.FROM #We are acting for ourselves + } + } + + ai_desire = -75 + } + + fascist_liberate_desire = { + peace_action_type = liberate + enable = { + ROOT = { + is_major = yes #We are big + has_government = absolutist #We are the baddies + tag = ROOT.FROM #We are acting for ourselves + } + ROOT.FROM.FROM = { NOT = { has_government = absolutist } } + } + + ai_desire = -75 + } + + # Countries the ai should be more unlikely to release in a peace deal + unlikely_countries = { + peace_action_type = liberate + enable = { + FROM = { + is_unlikely_country_tag = yes + } + } + ai_desire = -85 # 85 percent lower desire + } + + + # Countries the ai should be more unlikely to puppet in a peace deal + unlikely_countries = { + peace_action_type = puppet + enable = { + FROM = { + is_unlikely_country_tag = yes + } + } + ai_desire = -50 # 50 percent lower desire (slightly more keen to puppet than to liberate) + } + + + # Breakaway countries in the Soviet Civil war don't want to liberate stuff + breakaway_country = { + peace_action_type = { liberate puppet force_government } + enable = { + ROOT = { has_country_flag = SOV_breakaway_country_flag } + } + ai_desire = -200 # just don't, please + } + + + # Force gov on communism preferably + democracy_force_government_on_communism = { + peace_action_type = force_government + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { has_government = radical } + ROOT.FROM.FROM.FROM = { NOT = { is_claimed_by = ROOT.FROM } } + } + ai_desire = 50 + } + + + democracy_owner_does_not_have_core = { + peace_action_type = { force_government puppet take_states } + enable = { + ROOT = { has_government = liberal } + ROOT.FROM.FROM.FROM = { NOT = { is_core_of = ROOT.FROM } } + } + ai_desire = -50 + } + + + other_owner_does_not_have_core = { + peace_action_type = { force_government puppet take_states } + enable = { + ROOT = { + NOT = { has_government = liberal } + NOT = { has_government = absolutist } + NOT = { + tag = ROOT.FROM + } + } + ROOT.FROM.FROM.FROM = { + NOT = { is_core_of = ROOT.FROM } + } + } + ai_desire = -20 + } + + + dont_grab_exclaves = { + peace_action_type = take_states + enable = { + ROOT.FROM.FROM.FROM = { + NOT = { + OR = { + is_claimed_by = ROOT.FROM + any_neighbor_state = { + OR = { + is_owned_by = ROOT.FROM + pc_is_state_claimed_by = ROOT.FROM + } + } + } + } + } + } + ai_desire = -40 + } + + + do_grab_stuff_near_us = { + peace_action_type = take_states + enable = { + ROOT.FROM.FROM.FROM = { + OR = { + any_neighbor_state = { + OR = { + is_owned_by = ROOT.FROM + } + } + is_claimed_by = ROOT.FROM + } + } + ROOT = { + tag = ROOT.FROM + } + } + ai_desire = 10 + } + + + leave_force_gov_at_will_to_allies = { #It is a bit hacky, but we need a preference here or we end up worse than where we started + peace_action_type = force_government + enable = { + ROOT = { NOT = { has_government = liberal } } + ROOT.FROM.FROM.FROM = { + NOT = { + any_neighbor_state = { + OR = { + pc_is_state_claimed_by = ROOT.FROM + pc_is_state_claimed_by = ROOT + } + } + } + } + } + ai_desire = -80 + } + + + generic_occupies_state = { + peace_action_type = { take_states puppet liberate force_government } + + enable = { + FROM.FROM.FROM = { NOT = { is_controlled_by = ROOT } } + } + ai_desire = -10 + } + + + democrats_dont_liberate_the_wrong_ideology = { + peace_action_type = liberate + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { + OR = { + has_government = absolutist + has_government = radical + } + } + } + ai_desire = -200 + } + + + dont_puppet_and_force_government = { + peace_action_type = { puppet } + + enable = { + FROM.FROM = { pc_is_forced_government_by = ROOT } + } + ai_desire = -200 + } + + + dont_force_government_and_puppet = { + peace_action_type = { force_government } + + enable = { + FROM.FROM = { pc_is_puppeted_by = ROOT } + } + ai_desire = -200 + } + + + nonaligned_dont_liberate_the_wrong_ideology = { + peace_action_type = liberate + enable = { + ROOT = { has_government = neutrality } + ROOT.FROM = { NOT = { has_government = neutrality } } + } + ai_desire = -200 + } + + + communism_dont_liberate_the_wrong_ideology = { + peace_action_type = liberate + enable = { + ROOT = { has_government = radical } + ROOT.FROM = { NOT = { has_government = radical } } + } + ai_desire = -200 + } + + + fascism_dont_liberate_the_wrong_ideology = { + peace_action_type = liberate + enable = { + ROOT = { has_government = absolutist } + ROOT.FROM = { + NOT = { + OR = { + has_government = absolutist + has_government = neutrality + } + } + } + } + ai_desire = -200 + } + + + dont_force_government_or_puppet_on_non_core = { + peace_action_type = { puppet force_government } + enable = { + ROOT.FROM.FROM.FROM = { + NOT = { is_core_of = ROOT.FROM.FROM } + } + } + + ai_desire = -50 + } + + + liberate_on_non_core = { + peace_action_type = liberate + enable = { + ROOT = { has_government = liberal } + ROOT.FROM.FROM.FROM = { + NOT = { is_core_of = ROOT.FROM.FROM } + } + } + + ai_desire = 10 + } + + + liberate_if_already_exists = { + peace_action_type = liberate + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { + pc_is_liberated = yes + } + ROOT.FROM.FROM.FROM = { + is_core_of = ROOT.FROM + } + } + + ai_desire = 30 + } + + + minors_and_subjects_dont_liberate = { + peace_action_type = { liberate take_states force_government puppet } + enable = { + ROOT = { + NOT = { tag = ROOT.FROM } + } + ROOT = { + OR = { + is_major = no + is_subject = yes + } + } + ROOT.FROM.FROM.FROM = { + NOT = { + OR = { + is_core_of = ROOT.FROM + is_claimed_by = ROOT.FROM + } + } + } + } + ai_desire = -90 + } + + + non_aligned_should_stick_to_claims = { + peace_action_type = take_states + enable = { + ROOT = { + has_government = neutrality + is_major = no + } + ROOT.FROM.FROM.FROM = { + NOT = { is_claimed_by = ROOT.FROM } + NOT = { is_core_of = ROOT.FROM } + } + } + ai_desire = -20 + } + + it_is_a_non_coastal_adjacency = { + peace_action_type = take_states + enable = { + ROOT.FROM = { tag = ROOT } + ROOT.FROM.FROM.FROM = { + is_coastal = no + any_neighbor_state = { + is_owned_by = ROOT + } + } + } + ai_desire = 10 + } + + wrong_ideology_faction_members_dont_force_gov = { + peace_action_type = force_government + enable = { + ROOT = { + NOT = { has_government = liberal } + any_allied_country = { + is_faction_leader = yes + has_government = liberal + } + } + } + ai_desire = -200 + } + + avoid_forcing_gov_if_ally_has_core = { + peace_action_type = force_government + enable = { + ROOT.FROM.FROM.FROM = { + any_country_with_core = { + exists = yes + pc_is_on_same_side_as = ROOT + } + } + } + ai_desire = -200 + } + + force_gov_puppets = { + peace_action_type = force_government + enable = { + ROOT = { + has_government = liberal + ROOT.FROM.FROM = { + NOT = { has_government = liberal } + is_subject = yes + } + } + } + ai_desire = 100 + } + + dont_take_states_for_wrong_ideology_allies = { + peace_action_type = take_states + enable = { + ROOT = { + NOT = { + tag = ROOT.FROM + } + } + ROOT.FROM = { + NOT = { has_same_ideology = yes } + } + } + ai_desire = -20 + } + + prefer_take_states_for_puppets_with_cores = { + peace_action_type = take_states + enable = { + ROOT.FROM = { + is_subject_of = ROOT + has_civil_war = yes + } + ROOT.FROM.FROM.FROM = { + is_core_of = ROOT.FROM + } + } + ai_desire = 100 + } + + + dont_force_government_for_puppets_with_cores = { + peace_action_type = { force_government puppet } + enable = { + ROOT.FROM.FROM.FROM = { + any_country_with_core = { + is_subject_of = ROOT + has_civil_war = yes + } + } + } + ai_desire = -100 + } + + + # push countries to actually retake territory that has risen up against them + retake_territory_from_independence_wars = { + peace_action_type = { take_states } + enable = { + FROM.FROM = { + has_war_with_wargoal_against = { + target = ROOT + type = independence_wargoal + } + + } + } + ai_desire = 75 + } + + + dont_change_gov_after_independence_wars = { + peace_action_type = { force_government liberate puppet } + enable = { + FROM.FROM = { + has_war_with_wargoal_against = { + target = ROOT + type = independence_wargoal + } + + } + } + ai_desire = -75 + } + + return_puppet_cores = { #This simply has to be the highest priority. + peace_action_type = take_states + enable = { + ROOT.FROM = { + OR = { + is_subject_of = ROOT + AND = { + pc_is_puppeted_by = ROOT + } + } + } + ROOT.FROM.FROM.FROM = { + is_core_of = ROOT.FROM + NOT = { is_core_of = ROOT } + } + } + ai_desire = 70 #Acceptable values + } + + civil_war_participants_dont_accept_each_other = { + peace_action_type = { force_government puppet liberate } + enable = { + ROOT = { + has_civil_war = yes + original_tag = FROM # has same original tag as Recipient + } + } + ai_desire = -200 + } + + ############# + # Puppets + ############# + + puppets_dont_interfere_take_states = { #Puppets will focus on helping others most likely, or biidding on their own claims/cores + peace_action_type = take_states + enable = { + is_subject = yes + NOT = { + OR = { + ROOT.FROM.FROM.FROM = { is_claimed_by = ROOT.FROM } + ROOT.FROM.FROM.FROM = { is_core_of = ROOT.FROM } + } + } + } + ai_desire = -200 + } + + puppets_dont_interfere_others = { #Puppets will not try and puppet/liberate/force-gov + peace_action_type = { force_government puppet liberate } + enable = { + is_subject = yes + OVERLORD = { + NOT = { tag = ROOT.FROM } + } + } + ai_desire = -200 + } + + ############# + # Unaligned + ############# + + nonaligned_mostly_take_states = { #We are empire + peace_action_type = { puppet liberate force_government } + enable = { + ROOT = { has_government = neutrality } + } + ai_desire = -120 + } + + ############# + # Misc + ############# + + puppet_if_another_puppet_has_core = { + peace_action_type = puppet + enable = { + ROOT.FROM.FROM.FROM = { + NOT = { + any_country_with_core = { + is_subject_of = ROOT #Not a pc subject + } + } + any_country_with_core = { + pc_is_puppeted_by = ROOT #Is a puppet created in PC + } + } + } + ai_desire = 30 + } + + dont_liberate_if_we_could_puppet_or_owner_is_our_ideology = { + peace_action_type = liberate + enable = { + ROOT.FROM.FROM.FROM = { + any_country_with_core = { + OR = { + pc_is_puppeted_by = ROOT + pc_is_forced_government_by = ROOT + AND = { + country_exists = THIS #Ie - has provinces already and isn't a new creation + has_same_ideology = yes + } + is_in_faction_with = ROOT + } + } + } + } + ai_desire = -30 + } + + dont_do_other_things_if_we_should_liberate = { + peace_action_type = { take_states puppet force_government } + enable = { + ROOT.FROM.FROM.FROM = { + any_country_with_core = { + pc_is_liberated = yes + } + } + } + ai_desire = -200 #This value has to be highly weighted to offset some other things + } + + minors_dont_fragment_as_much = { + peace_action_type = { puppet liberate } + enable = { + is_major = no + ROOT.FROM.FROM = { pc_is_puppeted = yes } + NOT = { ROOT.FROM.FROM = { pc_is_puppeted_by = ROOT } } + } + ai_desire = -100 + } + + majors_dont_fragment_as_much_less = { + peace_action_type = { puppet liberate } + enable = { + is_major = yes + ROOT.FROM.FROM = { + pc_is_puppeted = yes + NOT = { ROOT.FROM.FROM = { pc_is_puppeted_by = ROOT } } + } + } + ai_desire = -50 + } + + minors_follow_your_leader_when_forcing_gov = { + peace_action_type = force_government + enable = { + is_major = no + ROOT.FROM.FROM = { pc_is_forced_government = no } + } + ai_desire = -100 + } + + continuous_force_gov_desire = { + peace_action_type = { force_government } + enable = { + FROM.FROM = { pc_is_forced_government_by = ROOT } + } + ai_desire = 30 + } + + + continuous_puppet = { + peace_action_type = { puppet } + enable = { + FROM.FROM = { pc_is_puppeted_by = ROOT } + } + ai_desire = 30 + } + + leave_player_controlled_land_until_later_in_the_process = { + peace_action_type = { take_states puppet force_government liberate } + enable = { + ROOT.FROM.FROM.FROM = { + controller = { + is_ai = no + } + } + } + ai_desire = -10 + } + +} diff --git a/1632_RoF/common/peace_conference/ai_peace/01_RoF.txt b/1632_RoF/common/peace_conference/ai_peace/01_RoF.txt new file mode 100644 index 00000000..d098972d --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/01_RoF.txt @@ -0,0 +1,17 @@ +peace_ai_desires = { + FRA_LOR_puppet = { + peace_action_type = puppet + enable = { + ROOT = { + original_tag = FRA + } + FROM = { + original_tag = FRA + } + FROM.FROM = { + original_tag = LOR + } + } + ai_desire = 1000 + } +} \ No newline at end of file diff --git a/1632_RoF/common/peace_conference/ai_peace/ENG.txt b/1632_RoF/common/peace_conference/ai_peace/ENG.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/ENG.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/ETH.txt b/1632_RoF/common/peace_conference/ai_peace/ETH.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/ETH.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/GRE.txt b/1632_RoF/common/peace_conference/ai_peace/GRE.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/GRE.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/ITA.txt b/1632_RoF/common/peace_conference/ai_peace/ITA.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/ITA.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/JAP.txt b/1632_RoF/common/peace_conference/ai_peace/JAP.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/JAP.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/SOV.txt b/1632_RoF/common/peace_conference/ai_peace/SOV.txt new file mode 100644 index 00000000..b0d4cc10 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/SOV.txt @@ -0,0 +1,4 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + + diff --git a/1632_RoF/common/peace_conference/ai_peace/SPR.txt b/1632_RoF/common/peace_conference/ai_peace/SPR.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/SPR.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/USA.txt b/1632_RoF/common/peace_conference/ai_peace/USA.txt new file mode 100644 index 00000000..6cdf5a87 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/USA.txt @@ -0,0 +1,3 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/ai_peace/documentation.info b/1632_RoF/common/peace_conference/ai_peace/documentation.info new file mode 100644 index 00000000..3f8dc538 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/documentation.info @@ -0,0 +1,37 @@ +# Scripted AI desire for peace actions. This affects AI behavior but not the cost. + +# *** How to access data from the peace action *** +# ROOT - Negotiator country (who is doing the negotiation) +# FROM - Taker country (who will be the owner after the conference) +# FROM.FROM - Giver country (who was the owner before the conference) +# FROM.FROM.FROM - State (iff peace action refers to a state) +# You might have to use e.g. ROOT.FROM to access the variable from inside another scope + +# Possible peace action types +# - take_states +# - puppet +# - force_government +# - liberate + +# peace_ai_desires = { +# # All AI desires that are active for a peace action are summed. A desire that ends up at 0 or lower means the AI won't take the action. +# +# arbitrary_name_for_the_desire = { +# +# peace_action_type = force_government # For which action types should the AI desire be active. Can take a single type or an array of types, e.g. { puppet liberate } +# +# enable = { # Determines when this desire should be active for a peace action. Can contain any trigger, including the peace conference-specific ones. +# # Note that some things (e.g. diplomatic relations, state ownership, etc) are not updated during a peace conference but instead before or after. Use the peace conference-specific triggers (trigger names starting with pc_xxx, e.g. pc_is_puppeted_by) to check for things that happen during a conference. +# +# ROOT = { has_government = democratic } # checks if negotiator is democratic +# +# ROOT.FROM = { tag = AUS } # Checks if the taker is Austria +# +# ROOT.FROM.FROM.FROM = { is_core_of = AUS } # Checks if the state targeted by the peace action is a core of Austria +# +# } +# +# ai_desire = 100 # Increase the AI desire by 100 %. 0 means no change, -50 means reduce AI desire by 50 %, and so on. +# +# } +#} diff --git a/1632_RoF/common/peace_conference/ai_peace/warlords.txt b/1632_RoF/common/peace_conference/ai_peace/warlords.txt new file mode 100644 index 00000000..b0d4cc10 --- /dev/null +++ b/1632_RoF/common/peace_conference/ai_peace/warlords.txt @@ -0,0 +1,4 @@ +# Scripted AI desire for peace actions. +# See documentation.info file for more detailed scripting information. + + diff --git a/1632_RoF/common/scripted_effects/JAP_scripted_effects.txt b/1632_RoF/common/peace_conference/ai_peace/yalta.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/JAP_scripted_effects.txt rename to 1632_RoF/common/peace_conference/ai_peace/yalta.txt diff --git a/1632_RoF/common/peace_conference/categories/00_peace_action_categories.txt b/1632_RoF/common/peace_conference/categories/00_peace_action_categories.txt new file mode 100644 index 00000000..783491ad --- /dev/null +++ b/1632_RoF/common/peace_conference/categories/00_peace_action_categories.txt @@ -0,0 +1,51 @@ +# the category basically clumps things together for UX purposes, no specified category ends up under "other" (or whatever is defined as default) + + +peace_action_categories = { + + other = { + default = yes # only allowed for one category + name = PEACE_ACTION_CATEGORY_OTHER # Localization string, used for UX purposes + } + + occupation = { + name = PEACE_ACTION_CATEGORY_OCCUPATION + } + + ideology = { + name = PEACE_ACTION_CATEGORY_IDEOLOGY + } + + is_core = { + name = PEACE_ACTION_CATEGORY_IS_CORE + } + + core_of_ally = { + name = PEACE_ACTION_CATEGORY_CORE_OF_ALLY + } + + has_claim = { + name = PEACE_ACTION_CATEGORY_HAS_CLAIM + } + + defensive_war = { + name = PEACE_ACTION_CATEGORY_DEFENSIVE_WAR + } + + treaties_or_conferences = { + name = PEACE_ACTION_CATEGORY_CONFERENCES + } + + belonged_to_someone_else = { + name = PEACE_ACTION_CATEGORY_OTHER_CLAIMANT + } + + events_or_focuses = { + name = PEACE_ACTION_CATEGORY_EVENTS_OR_FOCUSES + } + + continuous_political_action = { + name = PEACE_ACTION_CATEGORY_CONTINUOUS_POLITICAL_ACTION + } + +} diff --git a/1632_RoF/common/peace_conference/cost_modifiers/00_generic_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/00_generic_peace.txt new file mode 100644 index 00000000..094b8966 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/00_generic_peace.txt @@ -0,0 +1,376 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + +peace_action_modifiers = { + + ### Take States + + # Is Core of Taker, and taker is not Puppet of someone + generic_is_core = { + category = is_core + peace_action_type = take_states + + enable = { + FROM.FROM.FROM = { is_core_of = ROOT.FROM } + OR = { + FROM = { pc_is_puppeted = no } # Taker is free + FROM = { tag = ROOT } # Taker might be subject but negotiating for itself + } + } + + cost_multiplier = 0.25 # Reduced by ~75% + } + + + generic_is_core_of_puppet = { + category = is_core + peace_action_type = take_states + + enable = { + FROM.FROM.FROM = { is_core_of = ROOT.FROM } + ROOT.FROM = { pc_is_puppeted = yes } # Taker is puppet or will be + } + + cost_multiplier = 0.5 + } + + # State isn't Core of losing country - cheaper to take colonies + generic_is_not_losers_core = { + category = is_core + peace_action_type = take_states + + enable = { + FROM.FROM.FROM = { is_core_of = ROOT.FROM } + NOT = { FROM.FROM.FROM = { is_core_of = ROOT.FROM.FROM } } + } + + cost_multiplier = 0.95 # Reduced by 5% + } + + + # Is Claimed by Taker + generic_has_claim = { + category = has_claim + peace_action_type = take_states + + enable = { + FROM.FROM.FROM = { is_claimed_by = ROOT.FROM } + ROOT.FROM = { + is_subject = no + pc_is_puppeted = no + } + } + + cost_multiplier = 0.9 + } + + + # Control + generic_occupies_state = { + category = occupation + peace_action_type = { take_states puppet liberate force_government } + + enable = { + FROM.FROM.FROM = { + is_controlled_by = ROOT + compliance > 0 #To prevent capitulation-occupation kicking in + } + } + cost_multiplier = 0.80 + } + + + ### Ideology + + fascism_take_state = { + category = ideology + peace_action_type = take_states + enable = { + ROOT = { has_government = absolutist } + } + cost_multiplier = 0.9 + } + + + fascism_liberate = { + category = ideology + peace_action_type = liberate + enable = { + ROOT = { has_government = absolutist } + } + cost_multiplier = 1.3 + } + + + fascism_puppet = { + category = ideology + peace_action_type = puppet + enable = { + ROOT = { has_government = absolutist } + } + cost_multiplier = 0.95 + } + + + communism_take_state = { + category = ideology + peace_action_type = take_states + enable = { + ROOT = { has_government = radical } # should use negotiator or taker??? + } + cost_multiplier = 1.0 + } + + + communism_liberate = { + category = ideology + peace_action_type = liberate + enable = { + ROOT = { has_government = radical } + } + cost_multiplier = 1.3 + } + + + communism_puppet = { + category = ideology + peace_action_type = puppet + enable = { + ROOT = { has_government = radical } + } + cost_multiplier = 0.9 + } + + + democracy_take_state = { + category = ideology + peace_action_type = take_states + enable = { + ROOT = { has_government = liberal } + NOT = { # state is not taker's core + FROM.FROM.FROM = { is_core_of = ROOT.FROM } + } + } + cost_multiplier = 1.3 + } + + + democracy_liberate = { + category = ideology + peace_action_type = liberate + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { has_government = liberal } + } + cost_multiplier = 0.9 + } + + + democracy_force_government_on_evil_fascism = { + category = ideology + peace_action_type = force_government + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { has_government = absolutist } + } + cost_multiplier = 0.9 + } + + + democracy_force_government_on_evil_communism = { + category = ideology + peace_action_type = force_government + enable = { + ROOT = { has_government = liberal } + ROOT.FROM = { has_government = radical } + } + cost_multiplier = 0.9 + } + + + democracy_puppet = { + category = ideology + peace_action_type = puppet + enable = { + ROOT = { has_government = liberal } + } + cost_multiplier = 1.2 + } + + + ### Ally has Core Modifiers + + generic_major_participant_has_core = { + category = core_of_ally + peace_action_type = { take_states puppet force_government } + enable = { + any_country = { + NOT = { tag = ROOT.FROM } + pc_is_on_same_side_as = ROOT + pc_is_liberated = no + pc_is_puppeted = no + is_major = yes + ROOT.FROM.FROM.FROM = { + is_core_of = PREV + } + } + } + cost_multiplier = 3.0 + } + + + # Test to see if we can apply Defensive War modifiers where appropriate without adding a separate wargoal + defensive_war_liberate = { + category = defensive_war # Should possibly be a "wargoal" category. Esp if we move other wrgoals to here + peace_action_type = { liberate force_government } + enable = { + OR = { + ROOT = { has_defensive_war_with = ROOT.FROM.FROM } # Attacked by country directly + AND = { # Loser probably got pulled in by another attacker + has_offensive_war = no + has_defensive_war = yes + } + } + } + cost_multiplier = 0.95 + } + + + defensive_war_take_state = { + category = defensive_war + peace_action_type = take_state + enable = { + OR = { + ROOT = { has_defensive_war_with = ROOT.FROM.FROM } # Attacked by country directly + AND = { # Loser probably got pulled in by another attacker + has_offensive_war = no + has_defensive_war = yes + } + } + } + cost_multiplier = 1.1 + } + + + ### Other + + belonged_to_someone_else = { + category = belonged_to_someone_else + peace_action_type = { take_states puppet force_government } + + enable = { + any_country = { + NOT = { tag = ROOT.FROM } + ROOT.FROM.FROM.FROM = { + is_core_of = PREV + NOT = { + is_owned_by = PREV + } + } + } + } + + cost_multiplier = 1.05 + } + + + dormant_national_identity = { + peace_action_type = liberate + enable = { + FROM = { + is_unlikely_country_tag = yes + } + } + cost_multiplier = 1.25 + } + + + war_of_independence = { + category = other + peace_action_type = { take_states puppet force_government liberate } + enable = { + FROM.FROM.FROM = { NOT = { is_core_of = ROOT }} + ROOT = { + has_war_with_wargoal_against = { + target = FROM + type = independence_wargoal # (optional: if not specified any wargoal will do) + } + } + } + cost_multiplier = 1.25 + } + + + # Retake territory spawned into new country + war_of_independence_crushed = { + category = other + peace_action_type = { take_states } + enable = { + FROM.FROM = { + has_war_with_wargoal_against = { + target = ROOT + type = independence_wargoal + } + + } + } + cost_multiplier = 0.5 + } + + + eat_the_rich = { + category = ideology + peace_action_type = { take_states puppet force_government liberate } + + enable = { + ROOT = { is_major = yes } + ROOT.FROM = { tag = ROOT } + ROOT.FROM.FROM = { + is_major = yes + NOT = { has_government = absolutist } + NOT = { has_government = neutrality } + } + } + cost_multiplier = 0.80 + } + + + democracy_major_force_gov = { + category = ideology + peace_action_type = { force_government } + + enable = { + ROOT = { + has_government = liberal + is_major = yes + } + ROOT.FROM.FROM = { + is_major = yes + } + } + cost_multiplier = 0.70 + } + + + continuous_force_gov = { + category = continuous_political_action + peace_action_type = { force_government } + + enable = { + FROM.FROM = { pc_is_forced_government_by = ROOT } + } + cost_multiplier = 0.85 + } + + + continuous_puppet = { + category = continuous_political_action + peace_action_type = { puppet } + + enable = { + FROM.FROM = { pc_is_puppeted_by = ROOT } + } + cost_multiplier = 0.85 + } + +} diff --git a/1632_RoF/common/peace_conference/cost_modifiers/DEN_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/DEN_peace.txt new file mode 100644 index 00000000..2fe4b4b2 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/DEN_peace.txt @@ -0,0 +1,2 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. diff --git a/1632_RoF/common/peace_conference/cost_modifiers/ENG_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/ENG_peace.txt new file mode 100644 index 00000000..2fe4b4b2 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/ENG_peace.txt @@ -0,0 +1,2 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. diff --git a/1632_RoF/common/peace_conference/cost_modifiers/ETH_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/ETH_peace.txt new file mode 100644 index 00000000..2fe4b4b2 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/ETH_peace.txt @@ -0,0 +1,2 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. diff --git a/1632_RoF/common/peace_conference/cost_modifiers/FIN_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/FIN_peace.txt new file mode 100644 index 00000000..56b26176 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/FIN_peace.txt @@ -0,0 +1,3 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/cost_modifiers/FRA_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/FRA_peace.txt new file mode 100644 index 00000000..56b26176 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/FRA_peace.txt @@ -0,0 +1,3 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/cost_modifiers/ITA_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/ITA_peace.txt new file mode 100644 index 00000000..56b26176 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/ITA_peace.txt @@ -0,0 +1,3 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + diff --git a/1632_RoF/common/peace_conference/cost_modifiers/JAP_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/JAP_peace.txt new file mode 100644 index 00000000..341e5167 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/JAP_peace.txt @@ -0,0 +1,4 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + + diff --git a/1632_RoF/common/peace_conference/cost_modifiers/documentation.info b/1632_RoF/common/peace_conference/cost_modifiers/documentation.info new file mode 100644 index 00000000..2027ded9 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/documentation.info @@ -0,0 +1,39 @@ +# Scripted cost modifiers for peace actions. + +# *** How to access data from the peace action *** +# ROOT - Negotiator country (who is doing the negotiation) +# FROM - Taker country (who will be the owner after the conference) +# FROM.FROM - Giver country (who was the owner before the conference) +# FROM.FROM.FROM - State (iff peace action refers to a state) +# You might have to use e.g. ROOT.FROM to access the variable from inside another scope + +# Possible peace action types +# - take_states +# - puppet +# - force_government +# - liberate + +# peace_action_modifiers = { +# # All cost modifiers that are active for a peace action are multiplied together. Try to use values close to 1.0 (maybe around [0.4 - 3.0]). Extreme values seldom work as well as you think. +# +# arbitrary_name_for_the_cost_modifier = { +# +# category = is_core # Category is used for grouping modifiers in e.g. tooltips. All modifiers with the same category will be shown as just one number. No specified category ends up under "other". +# +# peace_action_type = force_government # For which action types should the cost modifier be active. Can take a single type or an array of types, e.g. { puppet liberate } +# +# enable = { # Determines when this modifier should be active for a peace action. Can contain any trigger, including the peace conference-specific ones. +# # Note that some things (e.g. diplomatic relations, state ownership, etc) are not updated during a peace conference but instead before or after. Use the peace conference-specific triggers (trigger names starting with pc_xxx, e.g. pc_is_puppeted_by) to check for things that happen during a conference. +# +# ROOT = { has_government = democratic } # checks if negotiator is democratic +# +# ROOT.FROM = { tag = AUS } # Checks if the taker is Austria +# +# ROOT.FROM.FROM.FROM = { is_core_of = AUS } # Checks if the state targeted by the peace action is a core of Austria +# +# } +# +# cost_multiplier = 0.65 # Multiply the action cost by 0.65, i.e. reduce cost by 35%. Must be > 0. +# +# } +#} diff --git a/1632_RoF/common/peace_conference/cost_modifiers/yalta_peace.txt b/1632_RoF/common/peace_conference/cost_modifiers/yalta_peace.txt new file mode 100644 index 00000000..341e5167 --- /dev/null +++ b/1632_RoF/common/peace_conference/cost_modifiers/yalta_peace.txt @@ -0,0 +1,4 @@ +# Scripted cost modifiers for peace actions. +# See documentation.info file for more detailed scripting information. + + diff --git a/1632_RoF/common/resistance_activity/resistance_activity.txt b/1632_RoF/common/resistance_activity/resistance_activity.txt index fe1893bc..18f253d0 100644 --- a/1632_RoF/common/resistance_activity/resistance_activity.txt +++ b/1632_RoF/common/resistance_activity/resistance_activity.txt @@ -37,7 +37,9 @@ sabotage_arms_factory = { base = 1 modifier = { has_variable = targeted_sabotage_industry - add = var:targeted_sabotage_industry + check_variable = { targeted_sabotage_industry > 0 } + + add = 4 } modifier = { occupation_law = harsh_quotas_occupation @@ -46,10 +48,23 @@ sabotage_arms_factory = { } effect = { - damage_building = { - type = arms_factory - damage = 0.25 - } + if = { + limit = { + has_variable = targeted_sabotage_industry + check_variable = { targeted_sabotage_industry > 0 } + } + damage_building = { + type = arms_factory + damage = 0.5 + } + subtract_from_variable = { var = targeted_sabotage_industry value = 1 } + } + else = { + damage_building = { + type = arms_factory + damage = 0.25 + } + } } alert_text = building_is_sabotaged @@ -67,15 +82,30 @@ sabotage_infrastructure = { base = 1 modifier = { has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure + check_variable = { targeted_sabotage_infrastructure > 0 } + + add = 4 } } effect = { - damage_building = { - type = infrastructure - damage = 0.5 - } + if = { + limit = { + has_variable = targeted_sabotage_infrastructure + check_variable = { targeted_sabotage_infrastructure > 0 } + } + damage_building = { + type = infrastructure + damage = 1.0 + } + subtract_from_variable = { var = targeted_sabotage_infrastructure value = 1 } + } + else = { + damage_building = { + type = infrastructure + damage = 0.5 + } + } } alert_text = building_is_sabotaged @@ -93,7 +123,9 @@ sabotage_industrial_complex = { base = 1 modifier = { has_variable = targeted_sabotage_industry - add = var:targeted_sabotage_industry + check_variable = { targeted_sabotage_industry > 0 } + + add = 4 } modifier = { occupation_law = harsh_quotas_occupation @@ -102,9 +134,22 @@ sabotage_industrial_complex = { } effect = { - damage_building = { - type = industrial_complex - damage = 0.25 + if = { + limit = { + has_variable = targeted_sabotage_industry + check_variable = { targeted_sabotage_industry > 0 } + } + damage_building = { + type = industrial_complex + damage = 0.5 + } + subtract_from_variable = { var = targeted_sabotage_industry value = 1 } + } + else = { + damage_building = { + type = industrial_complex + damage = 0.25 + } } } @@ -121,10 +166,6 @@ sabotage_air_base = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure - } } effect = { @@ -147,10 +188,6 @@ sabotage_dockyard = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure - } } effect = { @@ -173,10 +210,6 @@ sabotage_anti_air_building = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure - } } effect = { @@ -200,10 +233,6 @@ sabotage_synthetic_refinery = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources - } } effect = { @@ -227,10 +256,6 @@ sabotage_synthetic_refinery = { # # weight = { # base = 1 -# modifier = { -# has_variable = targeted_sabotage_resouces -# add = var:targeted_sabotage_resouces -# } # } # # effect = { @@ -254,10 +279,6 @@ sabotage_radar_station = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure - } } effect = { @@ -280,10 +301,6 @@ sabotage_rocket_site = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_infrastructure - add = var:targeted_sabotage_infrastructure - } } effect = { @@ -306,10 +323,6 @@ sabotage_nuclear_reactor = { weight = { base = 1 - modifier = { - has_variable = targeted_sabotage_industry - add = var:targeted_sabotage_industry - } } effect = { @@ -335,7 +348,8 @@ sabotage_oil = { base = 1 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -351,6 +365,15 @@ sabotage_oil = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_oil = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration @@ -373,7 +396,8 @@ sabotage_aluminium = { base = 1 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -389,6 +413,15 @@ sabotage_aluminium = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_aluminium = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration @@ -411,7 +444,8 @@ sabotage_rubber = { base = 1 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -427,6 +461,15 @@ sabotage_rubber = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_combustion_engine = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration @@ -449,7 +492,8 @@ sabotage_tungsten = { base = 1 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -465,6 +509,15 @@ sabotage_tungsten = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_tungsten = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration @@ -485,10 +538,11 @@ sabotage_steel = { } weight = { - base = 1 + base = 0.5 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -504,6 +558,15 @@ sabotage_steel = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_steel = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration @@ -523,10 +586,11 @@ sabotage_chromium = { } weight = { - base = 1 + base = 0.5 modifier = { has_variable = targeted_sabotage_resources - add = var:targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + add = 4 } modifier = { occupation_law = forced_labor_occupation @@ -542,6 +606,15 @@ sabotage_chromium = { limit = { occupation_law = forced_labor_occupation } multiply_temp_variable = { duration = 0.75 } } + if = { + limit = { + has_variable = targeted_sabotage_resources + check_variable = { targeted_sabotage_resources > 0 } + } + + add_to_variable = { sabotaged_chromium = -8 } + subtract_from_variable = { var = targeted_sabotage_resources value = 1 } + } add_dynamic_modifier = { modifier = sabotaged_resources days = duration diff --git a/1632_RoF/common/resistance_compliance_modifiers/compliance_modifiers.txt b/1632_RoF/common/resistance_compliance_modifiers/compliance_modifiers.txt index 7b5ee89d..b6cc1c87 100644 --- a/1632_RoF/common/resistance_compliance_modifiers/compliance_modifiers.txt +++ b/1632_RoF/common/resistance_compliance_modifiers/compliance_modifiers.txt @@ -53,6 +53,17 @@ compliance_80 = { visible = { has_dlc = "La Resistance" + OR = { + is_ai = no + AND = { + is_ai = yes + OR = { + has_government = radical + is_major = no + date > 1948.1.1 + } + } + } } enabled = { is_available_to_collaboration_government = yes @@ -62,6 +73,6 @@ compliance_80 = { } on_enable = { - country_event = occupied_countries.1 + country_event = { id = occupied_countries.1 days = 2 } } } \ No newline at end of file diff --git a/1632_RoF/common/resistance_compliance_modifiers/resistance_modifiers.txt b/1632_RoF/common/resistance_compliance_modifiers/resistance_modifiers.txt index b4f3371b..55704c04 100644 --- a/1632_RoF/common/resistance_compliance_modifiers/resistance_modifiers.txt +++ b/1632_RoF/common/resistance_compliance_modifiers/resistance_modifiers.txt @@ -103,259 +103,8 @@ resistance_90 = { on_enable = { custom_effect_tooltip = resistance_90_effect_tooltip hidden_effect = { - set_temp_variable = { occupier_country = THIS } - set_temp_variable = { occupied_country = FROM } - set_temp_variable = { new_occupied_country = FROM } - - set_temp_variable = { civil_war_country_picked = 0 } - if = { - ## pick an existing civil war country - limit = { - FROM = { - tag = PREV - } - } - - random_country_with_original_tag = { - original_tag_to_check = var:occupier_country - - limit = { - NOT = { tag = var:occupier_country } - has_war_with = var:occupier_country - } - - set_temp_variable = { civil_war_country_picked = 1 } - set_temp_variable = { new_occupied_country = this } - } - } - - if = { - ## create a new country if necesarry - limit = { - check_variable = { civil_war_country_picked = 0 } - FROM = { - #if resistance country exists and not at war with occupier (whitepaced/subjected etc) create a country instead - exists = yes - NOT = { has_war_with = occupier_country } - } - } - create_dynamic_country = { - original_tag = FROM - copy_tag = FROM - - set_temp_variable = { new_occupied_country = THIS } - } - } - - - # change ideology if necessary - if = { - limit = { - var:occupied_country = { - #only change ideology if we are not creating a new country and old country is not existing - OR = { - exists = no - NOT = { tag = new_occupied_country } - } - } - } - - # booleans that will be allowed to change ideology - set_temp_variable = { allowed_party_neutrality = 1 } - set_temp_variable = { allowed_party_liberal = 1 } - set_temp_variable = { allowed_party_absolutist = 1 } - set_temp_variable = { allowed_party_constitutionalist = 1 } - set_temp_variable = { allowed_party_radical = 1 } - - # do not change ideology of occupier country - var:occupier_country = { - remove_from_allowed_party = yes - } - - if = { - # if occupied country exists and different than new country - # it is white peaced & subject of occupier. ignore its ideology as well - limit = { NOT = { check_variable = { new_occupied_country = occupied_country } } } - var:occupied_country = { - remove_from_allowed_party = yes - } - } - - # change government if necesarry - var:new_occupied_country = { - if = { - # check if our current ideology is OK - limit = { - OR = { - AND = { - has_government = liberal - check_variable = { allowed_party_liberal = 0 } - } - AND = { - has_government = absolutist - check_variable = { allowed_party_absolutist = 0 } - } - AND = { - has_government = constitutionalist - check_variable = { allowed_party_constitutionalist = 0 } - } - AND = { - has_government = radical - check_variable = { allowed_party_radical = 0 } - } - AND = { - has_government = neutrality - check_variable = { allowed_party_neutrality = 0 } - } - } - } - - random_list = { - allowed_party_liberal = { - set_popularities = { - liberal = 100 - } - set_politics = { ruling_party = liberal elections_allowed = yes } - } - allowed_party_absolutist = { - set_popularities = { - absolutist = 100 - } - set_politics = { ruling_party = absolutist elections_allowed = no } - } - allowed_party_constitutionalist = { - set_popularities = { - constitutionalist = 100 - } - set_politics = { ruling_party = constitutionalist elections_allowed = no } - } - allowed_party_radical = { - set_popularities = { - radical = 100 - } - set_politics = { ruling_party = radical elections_allowed = no } - } - allowed_party_neutrality = { - set_popularities = { - neutrality = 100 - } - set_politics = { ruling_party = neutrality elections_allowed = no } - } - } - } - } - } - - # create resistance template for armies to spawn - var:new_occupied_country = { - if = { - limit = { NOT = { has_country_flag = created_civil_war_template } } - set_country_flag = created_civil_war_template - - division_template = { - name = "Resistance" - is_locked = yes - regiments = { - line_infantry = { x = 0 y = 0 } - line_infantry = { x = 0 y = 1 } - - line_infantry = { x = 1 y = 0 } - line_infantry = { x = 1 y = 1 } - - line_infantry = { x = 2 y = 0 } - line_infantry = { x = 2 y = 1 } - } - } - } - } - - - clear_temp_array = checked_neighbours - every_controlled_state = { - limit = { occupied_country_tag = occupied_country } - - # move our armies to back home - teleport_armies = { - limit = { - OR = { - is_ally_with = occupier_country - has_military_access_to = occupier_country - } - } - to_state_array = owned_controlled_states - } - - # transfer state - if = { - limit = { has_resistance = yes } - set_resistance = 0 - } - var:new_occupied_country = { - transfer_state = PREV - } - - if = { - limit = { - var:occupier_country = { - check_variable = { resistance_already_inited@var:occupied_country = 0 } - } - } - - # create resistance units, number is relative to size of industry - set_temp_variable = { num_units_to_create = building_level@arms_factory } - add_to_temp_variable = { num_units_to_create = building_level@industrial_complex } - divide_temp_variable = { num_units_to_create = 3 } - add_to_temp_variable = { num_units_to_create = 2 } - round_temp_variable = num_units_to_create - clamp_temp_variable = { var = num_units_to_create min = 2 max = 6 } - for_loop_effect = { - end = num_units_to_create - - create_unit = { - division = "division_template = \"Resistance\" start_experience_factor = 1 start_equipment_factor = 1" - owner = new_occupied_country - } - } - } - - # also check neighbouring core states of the occupier that are not captured yet - # move our armies so they are not surrounded/create pockets - every_neighbor_state = { - limit = { - is_owned_and_controlled_by = occupied_country - is_core_of = occupied_country - not = { is_in_array = { checked_neighbours = this } } - } - add_to_temp_array = { checked_neighbours = this } - - teleport_armies = { - limit = { - OR = { - is_ally_with = occupier_country - has_military_access_to = occupier_country - } - } - to_state_array = owned_controlled_states - } - - set_state_province_controller = { - controller = occupied_country - limit = { - is_ally_with = occupier_country - } - } - } - } - - # create war if necesarry - if = { - limit = { NOT = { has_war_with = new_occupied_country } } - declare_war_on = { target = new_occupied_country type = annex_everything } - } - - var:occupier_country = { - set_variable = { resistance_already_inited@var:occupied_country = 1 } - } + # avoid effects that can effect state controllers here + country_event = { id = occupied_countries.2 hours = 1 } } } } diff --git a/1632_RoF/common/ribbons/00_ribbons.txt b/1632_RoF/common/ribbons/00_ribbons.txt new file mode 100644 index 00000000..1019dc51 --- /dev/null +++ b/1632_RoF/common/ribbons/00_ribbons.txt @@ -0,0 +1,462 @@ +# frames: Frame numbers for ribbon sprite layers. +# colors: Tint colors (R G B A) for ribbon sprite layers + +ribbons = { + + offense_is_the_best_defense = { + name = "CAREER_PROFILE_OFFENSE_IS_THE_BEST_DEFENSE" + description = "CAREER_PROFILE_OFFENSE_IS_THE_BEST_DEFENSE_DESCRIPTION" + quote_text = "CAREER_PROFILE_OFFENSE_IS_THE_BEST_DEFENSE_QUOTE" + frames = { 1 2 2 2 } + colors = { + { 192.0 66.0 66.0 1.0 } # red + { 48.0 51.0 60.0 1.0 } + { 238.0 189.0 96.0 1.0 } + { 211.0 181.0 128.0 1.0 } + } + debug = { + recent_offensive_battles + recent_defensive_battles + } + happened = { + OR = { + AND = { + has_start_date < 1936.01.02 + date > 1938.01.01 + } + AND = { + has_start_date < 1939.8.15 + date > 1941.8.14 + } + } + + career_profile_set_temp_variable = { total = recent_offensive_battles } + career_profile_set_temp_variable = { defensive = recent_defensive_battles } + add_to_temp_variable = { total = defensive } + check_variable = { total > 99 } + + career_profile_check_ratio = { + first = recent_offensive_battles + second = recent_defensive_battles + ratio = 2 + compare = greater_than_or_equals + } + } + } + + going_through_not_around = { + name = "CAREER_PROFILE_GOING_THROUGH_NOT_AROUND" + description = "CAREER_PROFILE_GOING_THROUGH_NOT_AROUND_DESCRIPTION" + quote_text = "CAREER_PROFILE_BACKUP_QUOTE_02" + frames = { 1 1 1 1 } + colors = { + { 192.0 66.0 66.0 1.0 } + { 48.0 51.0 60.0 1.0 } + { 238.0 189.0 96.0 1.0 } # yellow + { 211.0 181.0 128.0 1.0 } + } + debug = { forts_with_max_defense_defeated } + happened = { + career_profile_check_value = { forts_with_max_defense_defeated > 0 } + } + } + + you_shall_not_pass = { + name = "CAREER_PROFILE_YOU_SHALL_NOT_PASS" + description = "CAREER_PROFILE_YOU_SHALL_NOT_PASS_DESCRIPTION" + quote_text = "CAREER_PROFILE_BACKUP_QUOTE_05" + frames = { 1 1 1 2 } + colors = { + { 63.0 96.0 57.0 1.0 } # green (defense) + { 48.0 51.0 60.0 1.0 } + { 255.0 227.0 143.0 1.0 } + { 211.0 181.0 128.0 0.0 } + } + debug = { defensive_bonus_achieved } + happened = { + career_profile_check_value = { defensive_bonus_achieved > 399 } + } + } + + thousand_splendid_suns = { + name = "CAREER_PROFILE_THOUSAND_SPLENDID_SUNS" + description = "CAREER_PROFILE_THOUSAND_SPLENDID_SUNS_DESCRIPTION" + quote_text = "CAREER_PROFILE_THOUSAND_SPLENDID_SUNS_QUOTE" + frames = { 1 2 2 1 } + colors = { + { 48.0 51.0 60.0 1.0 } + { 192.0 66.0 66.0 1.0 } + { 238.0 189.0 96.0 1.0 } # yellow + { 211.0 181.0 128.0 1.0 } + } + debug = { recent_dropped_nukes } + happened = { + career_profile_check_value = { recent_dropped_nukes > 2 } + } + } + + the_guns_of_august = { + name = "CAREER_PROFILE_THE_GUNS_OF_AUGUST" + description = "CAREER_PROFILE_THE_GUNS_OF_AUGUST_DESCRIPTION" + quote_text = "CAREER_PROFILE_THE_GUNS_OF_AUGUST_QUOTE" + frames = { 1 2 2 2 } + colors = { + { 192.0 66.0 66.0 1.0 } + { 48.0 51.0 60.0 1.0 } + { 238.0 189.0 96.0 0.0 } # yellow + { 211.0 181.0 128.0 0.0 } + } + debug = { railway_gun_supported_combats } + happened = { + career_profile_check_value = { railway_gun_supported_combats > 14 } + } + } + + learning_on_the_job = { + name = "CAREER_PROFILE_LEARNING_ON_THE_JOB" + description = "CAREER_PROFILE_LEARNING_ON_THE_JOB_DESCRIPTION" + quote_text = "CAREER_PROFILE_LEARNING_ON_THE_JOB_QUOTE" + frames = { 1 1 1 2 } + colors = { + { 226.0 165.0 108.0 1.0 } # orange (knowledge) + { 1.0 1.0 1.0 1.0 } # white + { 238.0 189.0 96.0 1.0 } # yellow + { 211.0 181.0 128.0 1.0 } # gold + } + debug = { level_up_skills } + happened = { + career_profile_check_value = { level_up_skills > 3 } + } + } + + they_came_from_above = { + name = "CAREER_PROFILE_THEY_CAME_FROM_ABOVE" + description = "CAREER_PROFILE_THEY_CAME_FROM_ABOVE_DESCRIPTION" + quote_text = "CAREER_PROFILE_THEY_CAME_FROM_ABOVE_QUOTE" + frames = { 1 1 1 2 } + colors = { + { 141.0 174.0 177.0 1.0 } # baby blue (air) + { 48.0 51.0 60.0 1.0 } # black + { 238.0 189.0 96.0 1.0 } # yellow + { 211.0 181.0 128.0 0.0 } # gold + } + debug = { paratrooper_divisions } + happened = { + career_profile_check_value = { paratrooper_divisions > 14 } + } + } + + coordinated_invasion = { + name = "CAREER_PROFILE_COORDINATED_INVASION" + description = "CAREER_PROFILE_COORDINATED_INVASION_DESCRIPTION" + quote_text = "CAREER_PROFILE_BACKUP_QUOTE_12" + frames = { 1 1 2 1 } + colors = { + { 73.0 96.0 180.0 1.0 } # blue + { 48.0 51.0 60.0 1.0 } # navy blue + { 238.0 189.0 96.0 0.0 } # yellow + { 211.0 181.0 128.0 1.0 } # gold + } + debug = { naval_invasions } + happened = { + career_profile_check_value = { naval_invasions > 3 } + } + } + + not_so_fast = { + name = "CAREER_PROFILE_NOT_SO_FAST" + description = "CAREER_PROFILE_NOT_SO_FAST_DESCRIPTION" + quote_text = "CAREER_PROFILE_NOT_SO_FAST_QUOTE" + frames = { 1 1 2 1 } + colors = { + { 48.0 51.0 60.0 1.0 } # black + { 192.0 66.0 66.0 1.0 } # red + { 238.0 189.0 96.0 0.0 } # yellow + { 1.0 1.0 1.0 1.0 } # silver + } + happened = { + career_profile_has_player_flag = career_profile_overrun_infantry_flag #Set in code + } + } + + tanks_no_thanks = { + name = "CAREER_PROFILE_TANKS_NO_THANKS" + description = "CAREER_PROFILE_TANKS_NO_THANKS_DESCRIPTION" + quote_text = "CAREER_PROFILE_BACKUP_QUOTE_03" + frames = { 1 1 2 2 } + colors = { + { 48.0 51.0 60.0 1.0 } # black + { 192.0 66.0 66.0 1.0 } # red + { 238.0 189.0 96.0 1.0 } # yellow + { 1.0 1.0 1.0 1.0 } # silver + } + happened = { + career_profile_has_player_flag = career_profile_overrun_tanks_flag #Set in code + } + } + + we_shall_fight_in_the_shade = { + name = "CAREER_PROFILE_WE_SHALL_FIGHT_IN_THE_SHADE" + description = "CAREER_PROFILE_WE_SHALL_FIGHT_IN_THE_SHADE_DESCRIPTION" + quote_text = "CAREER_PROFILE_BACKUP_QUOTE_14" + frames = { 1 1 1 1 } + colors = { + { 141.0 174.0 177.0 1.0 } # baby blue (air) + { 192.0 66.0 66.0 1.0 } # red + { 49.0 53.0 66.0 1.0 } # navy blue (any or materials) + { 1.0 1.0 1.0 1.0 } # silver + } + debug = { aircrafts_in_region } + happened = { + career_profile_check_value = { aircrafts_in_region > 5000 } + } + } + + aces_high = { + name = "CAREER_PROFILE_ACES_HIGH" + description = "CAREER_PROFILE_ACES_HIGH_DESCRIPTION" + quote_text = "CAREER_PROFILE_ACES_HIGH_QUOTE" + frames = { 1 1 2 2 } + colors = { + { 141.0 174.0 177.0 1.0 } # baby blue (air) + { 49.0 53.0 66.0 1.0 } # navy blue (any or materials) + { 238.0 189.0 96.0 0.0 } # not visible + { 255.0 255.0 255.0 1.0 } # white + } + debug = { aces_in_airbase } + happened = { + career_profile_check_value = { aces_in_airbase > 19 } + } + } + + behind_enemy_lines = { + name = "CAREER_PROFILE_BEHIND_ENEMY_LINES" + description = "CAREER_PROFILE_BEHIND_ENEMY_LINES_DESCRIPTION" + quote_text = "CAREER_PROFILE_BEHIND_ENEMY_LINES_QUOTE" + frames = { 1 1 2 1 } + colors = { + { 141.0 174.0 177.0 1.0 } # baby blue (air) + { 255.0 255.0 255.0 1.0 } # white + { 238.0 189.0 96.0 1.0 } # yellow + { 211.0 181.0 128.0 1.0 } # gold + } + happened = { + career_profile_has_player_flag = career_profile_paradrop_on_capital_flag #Set in code + } + } + + rockets_reign = { + name = "CAREER_PROFILE_ROCKETS_REIGN" + description = "CAREER_PROFILE_ROCKETS_REIGN_DESCRIPTION" + quote_text = "CAREER_PROFILE_ROCKETS_REIGN_QUOTE" + frames = { 1 1 3 3 } + colors = { + { 228.0 181.0 92.0 1.0 } # yellow + { 49.0 53.0 66.0 1.0 } # navy blue (any or materials) + { 49.0 53.0 66.0 0.0 } # not visible + { 255.0 255.0 255.0 1.0 } # white + } + debug = { + rocket_sites_built_1936 + rocket_sites_built_1940 + rocket_sites_built_1945 + } + happened = { + career_profile_set_temp_variable = { sum = rocket_sites_built_1936 } + career_profile_set_temp_variable = { to_add = rocket_sites_built_1940 } + add_to_temp_variable = { sum = to_add } + career_profile_set_temp_variable = { to_add = rocket_sites_built_1945 } + add_to_temp_variable = { sum = to_add } + + check_variable = { sum > 10 } + } + } + + steel_at_high_speed = { + name = "CAREER_PROFILE_STEEL_AT_HIGH_SPEED" + description = "CAREER_PROFILE_STEEL_AT_HIGH_SPEED_DESCRIPTION" + quote_text = "CAREER_PROFILE_STEEL_AT_HIGH_SPEED_QUOTE" + frames = { 1 1 3 3 } + colors = { + { 178.0 61.0 61.0 1.0 } # red + { 49.0 53.0 66.0 1.0 } # navy blue + { 49.0 53.0 66.0 1.0 } # navy blue + { 255.0 255.0 255.0 1.0 } # white + } + debug = { deployed_high_speed_tanks } + happened = { + career_profile_check_value = { deployed_high_speed_tanks > 2000 } + } + } + + orchestra_of_boom = { + name = "CAREER_PROFILE_ORCHESTRA_OF_BOOM" + description = "CAREER_PROFILE_ORCHESTRA_OF_BOOM_DESCRIPTION" + quote_text = "CAREER_PROFILE_ORCHESTRA_OF_BOOM_QUOTE" + frames = { 1 3 3 1 } + colors = { + { 255.0 255.0 255.0 1.0 } # white + { 178.0 61.0 61.0 1.0 } # red + { 49.0 53.0 66.0 1.0 } # navy blue + { 211.0 181.0 128.0 1.0 } # gold + } + happened = { + career_profile_has_player_flag = career_profile_deployed_special_division_flag #Set in code + } + } + + mare_nostrum = { + name = "CAREER_PROFILE_MARE_NOSTRUM" + description = "CAREER_PROFILE_MARE_NOSTRUM_DESCRIPTION" + quote_text = "CAREER_PROFILE_MARE_NOSTRUM_QUOTE" + frames = { 1 1 2 1 } + colors = { + { 73.0 96.0 180.0 1.0 } # blue + { 49.0 53.0 66.0 1.0 } # navy blue + { 228.0 181.0 92.0 1.0 } # yellow + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + career_profile_has_player_flag = career_profile_controlls_mediterranean_flag #Set in code + } + } + + the_thousand_year_bond = { + name = "CAREER_PROFILE_THE_THOUSAND_YEAR_BOND" + description = "CAREER_PROFILE_THE_THOUSAND_YEAR_BOND_DESCRIPTION" + quote_text = "CAREER_PROFILE_THE_THOUSAND_YEAR_BOND_QUOTE" + frames = { 1 3 2 3 } + colors = { + { 49.0 53.0 66.0 1.0 } # navy blue + { 178.0 61.0 61.0 1.0 } # red + { 228.0 181.0 92.0 1.0 } # yellow + { 255.0 255.0 255.0 1.0 } # white + } + debug = { deployed_cavalry_battalions } + happened = { + career_profile_check_value = { deployed_cavalry_battalions > 99 } + } + } + + ruled_by_furniture = { + name = "CAREER_PROFILE_RULED_BY_FURNITURE" + description = "CAREER_PROFILE_RULED_BY_FURNITURE_DESCRIPTION" + quote_text = "CAREER_PROFILE_RULED_BY_FURNITURE_QUOTE" + frames = { 1 1 3 3 } + colors = { + { 49.0 53.0 66.0 1.0 } # navy blue + { 199.0 234.0 124.0 1.0 } # light green (weird stuff) + { 199.0 234.0 124.0 1.0 } # light green (weird stuff) + { 211.0 181.0 128.0 1.0 } # gold + } + happened = { + OR = { + has_country_leader = { character = POL_sejmik_regency } + has_country_flag = ENG_abdication_crisis_government_fell + } + } + } + + synthetic_security = { + name = "CAREER_PROFILE_SYNTHETIC_SECURITY" + description = "CAREER_PROFILE_SYNTHETIC_SECURITY_DESCRIPTION" + quote_text = "CAREER_PROFILE_SYNTHETIC_SECURITY_QUOTE" + frames = { 1 1 2 3 } + colors = { + { 49.0 53.0 66.0 1.0 } # navy blue + { 228.0 181.0 92.0 1.0 } # yellow + { 238.0 189.0 96.0 0.0 } # not visible + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + has_resources_in_country = { + resource = "rubber" + amount > 30 + buildings = yes + } + } + } + + rubber_baron = { + name = "CAREER_PROFILE_RUBBER_BARON" + description = "CAREER_PROFILE_RUBBER_BARON_DESCRIPTION" + quote_text = "CAREER_PROFILE_RUBBER_BARON_QUOTE" + frames = { 1 2 3 3 } + colors = { + { 49.0 53.0 66.0 1.0 } # navy blue + { 48.0 51.0 60.0 0.0 } # not visible + { 238.0 189.0 96.0 1.0 } # yellow + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + has_idea = closed_economy + has_resources_in_country = { + resource = "rubber" + amount > 999 + extracted = yes + } + } + } + + the_truck_will_always_get_through = { + name = "CAREER_PROFILE_THE_TRUCK_WILL_ALWAYS_GET_THROUGH" + description = "CAREER_PROFILE_THE_TRUCK_WILL_ALWAYS_GET_THROUGH_DESCRIPTION" + quote_text = "CAREER_PROFILE_THE_TRUCK_WILL_ALWAYS_GET_THROUGH_QUOTE" + frames = { 1 1 1 1 } + colors = { + { 49.0 53.0 66.0 1.0 } # navy blue + { 238.0 189.0 96.0 1.0 } # yellow + { 238.0 189.0 96.0 1.0 } # yellow + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + get_supply_vehicles_temp = { + var = trucks_in_stockpile + type = truck + } + get_supply_vehicles_temp = { + var = trucks_needed + type = truck + need = yes + } + check_variable = { + trucks_needed > 5000 + } + check_variable = { + trucks_in_stockpile > 5000 + } + } + } + + scorched_earth = { + name = "CAREER_PROFILE_SCORCHED_EARTH" + description = "CAREER_PROFILE_SCORCHED_EARTH_DESCRIPTION" + quote_text = "CAREER_PROFILE_SCORCHED_EARTH_QUOTE" + frames = { 1 1 2 1 } + colors = { + { 192.0 66.0 66.0 1.0 } # red + { 255.0 255.0 255.0 1.0 } # white + { 48.0 51.0 60.0 0.0 } # not visible + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + career_profile_has_player_flag = career_profile_scorched_railways_flag #Set in code + } + } + + blitz_this = { + name = "CAREER_PROFILE_BLITZ_THIS" + description = "CAREER_PROFILE_BLITZ_THIS_DESCRIPTION" + quote_text = "CAREER_PROFILE_BLITZ_THIS_QUOTE" + frames = { 1 1 3 1 } + colors = { + { 63.0 96.0 57.0 1.0 } # green (defense) + { 255.0 255.0 255.0 1.0 } # white + { 49.0 53.0 66.0 1.0 } # navy blue + { 255.0 255.0 255.0 1.0 } # white + } + happened = { + career_profile_has_player_flag = career_profile_elastic_defense_flag #Set in code + } + } +} diff --git a/1632_RoF/common/scorers/country/ai_decryption_scorer.txt b/1632_RoF/common/scorers/country/ai_decryption_scorer.txt index 48fcf591..f50f894b 100644 --- a/1632_RoF/common/scorers/country/ai_decryption_scorer.txt +++ b/1632_RoF/common/scorers/country/ai_decryption_scorer.txt @@ -81,28 +81,6 @@ ai_decryption_target_scorer = { clamp_temp_variable = { var = temp_score max = 1.2 } factor = temp_score } - - # todo this should move to strat - modifier = { - FROM = { - tag = GER - } - OR = { - tag = SOV - tag = ENG - } - FRA = { has_capitulated = yes } - POL = { has_capitulated = yes } - factor = 1.8 - } - # todo this should move to strat - modifier = { - FROM = { - tag = GER - } - tag = POL - factor = 1.4 - } } } } \ No newline at end of file diff --git a/1632_RoF/common/scripted_effects/MAN_scripted_effects.txt b/1632_RoF/common/scorers/country/generic_platonic_scorers.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/MAN_scripted_effects.txt rename to 1632_RoF/common/scorers/country/generic_platonic_scorers.txt diff --git a/1632_RoF/common/scorers/country/operative_mission_scorer.txt b/1632_RoF/common/scorers/country/operative_mission_scorer.txt index 2b74efc0..6c7f07f6 100644 --- a/1632_RoF/common/scorers/country/operative_mission_scorer.txt +++ b/1632_RoF/common/scorers/country/operative_mission_scorer.txt @@ -20,7 +20,7 @@ operative_mission_no_mission_scorer = { #target_array = global.majors #target_array = global.countries #target_array = neighbors - targets = { "GER" } + targets = { "NUS" } # the country initiating the mission has to pass this trigger target_root_trigger = { always = no } diff --git a/1632_RoF/common/script_enums.txt b/1632_RoF/common/script_enums.txt new file mode 100644 index 00000000..e188417f --- /dev/null +++ b/1632_RoF/common/script_enums.txt @@ -0,0 +1,656 @@ +script_enum_operative_mission_type = { + build_intel_network + counter_intelligence + quiet_network + root_out_resistance + control_trade +} + +script_enum_advisor_slot_type = { + theorist + high_command + army_chief + navy_chief + air_chief + political_advisor +} + +script_enum_equipment_stat = { + #Viktors note for modders and future CDs: If you want to use a stat in the MIOs it has to be in the equipment category itself, not on the battalion level. So stuff like defense works because its contained within the equipment, but stuff like recon will not work because its owned by the battalion. Adding stuff like recon will not throw an error, but it will _not_ work. Moving stats to the equipment level from the bat-level might fix this if you are brave enough, but it is very risk and might break other stuff. Ive commented what is currently on the battalion level below and should not be used with MIOs. + + default_morale #Cannot be used with MIOS + defense + breakthrough + hardness + soft_attack + hard_attack + recon #Cannot be used with MIOS + entrenchment # ONLY works for tanks with dozer blades, NOT infantry + initiative #Cannot be used with MIOS + casualty_trickleback #Cannot be used with MIOS + supply_consumption_factor #Cannot be used with MIOS + supply_consumption #Cannot be used with MIOS + suppression #Cannot be used with MIOS + suppression_factor #Cannot be used with MIOS + experience_loss_factor #Cannot be used with MIOS + equipment_capture_factor #Cannot be used with MIOS + fuel_capacity + surface_detection + sub_detection + surface_visibility + sub_visibility + lg_attack + lg_armor_piercing + hg_attack + hg_armor_piercing + torpedo_attack + sub_attack + anti_air_attack + amphibious_defense + naval_speed + naval_range + mines_planting + mines_sweeping + naval_light_gun_hit_chance_factor + naval_heavy_gun_hit_chance_factor + naval_torpedo_hit_chance_factor + naval_torpedo_damage_reduction_factor + naval_torpedo_enemy_critical_chance_factor + convoy_raiding_coordination + patrol_coordination + search_and_destroy_coordination + air_range + air_defence + air_attack + air_agility + air_bombing + air_superiority + naval_strike_attack + naval_strike_targetting + air_ground_attack + air_visibility_factor + railway_gun_attack #Cannot be used with MIOS + railway_gun_attack_range #I think this needs to be changed in a define, not here since its cached at start + max_organisation #Cannot be used with MIOS + max_strength ##Cannot be used with MIOS + maximum_speed + armor_value + ap_attack + reliability + reliability_factor + weight + thrust #DLC Only be careful and avoid unless needed + fuel_consumption + fuel_consumption_factor + strategic_attack + carrier_size + acclimatization_hot_climate_gain_factor #Cannot be used with MIOS + acclimatization_cold_climate_gain_factor #Cannot be used with MIOS + night_penalty #Cannot be used with MIOS + build_cost_ic + naval_weather_penalty_factor +} + +script_enum_production_stat = { + production_cost_factor + production_capacity_factor + production_efficiency_cap_factor + production_efficiency_gain_factor + production_resource_need_factor + production_resource_penalty_factor + production_conversion_speed_factor +} + +script_enum_equipment_category = { + convoy + train + floating_harbor + railway_gun + armor + motorized + mechanized + infantry + capital_ship + submarine + screen_ship + fighter + heavy_fighter + interceptor + tactical_bomber + strategic_bomber + cas + naval_bomber + missile + suicide + scout_plane + maritime_patrol_plane + air_transport + carrier + support + amphibious + anti_air + artillery + anti_tank + rocket + flame +} + +script_enum_equipment_bonus_type = { + ## This script enum contains all equipment types that can be used in equipment_bonus + ## or in game/common/military_industrial_organization scripts. + + ## This list contains either equipment category (see script_enum_equipment_category above) + ## or equipment archetypes & types defined in game/common/units/equipments + + ## This enum should be updated every time either of those is updated + ## (there will be a log error at startup as a reminder) + + # Equipment categories + convoy + train + floating_harbor + railway_gun + armor + motorized + mechanized + infantry + capital_ship + submarine + screen_ship + fighter + heavy_fighter + interceptor + tactical_bomber + strategic_bomber + cas + naval_bomber + missile + suicide + scout_plane + maritime_patrol_plane + air_transport + carrier + support + amphibious + anti_air + artillery + anti_tank + rocket + flame + + # Equipment archetypes & types + destroyer + #infantry_equipment + #artillery_equipment + anti_tank_equipment + amphibious_mechanized_equipment + amphibious_mechanized_equipment_1 + amphibious_mechanized_equipment_2 + anti_air_equipment + anti_air_equipment_1 + anti_air_equipment_2 + anti_air_equipment_3 + anti_tank_equipment_1 + anti_tank_equipment_2 + anti_tank_equipment_3 + armored_car_equipment + gw_armored_car_equipment + armored_car_equipment_1 + armored_car_equipment_2 + armored_car_at_equipment + #artillery_equipment_1 + #artillery_equipment_2 + #artillery_equipment_3 + rocket_artillery_equipment + rocket_artillery_equipment_1 + rocket_artillery_equipment_2 + motorized_rocket_equipment + motorized_rocket_equipment_1 + convoy_1 + floating_harbor_equipment + floating_harbor_equipment_1 + guided_missile_equipment + guided_missile_equipment_1 + guided_missile_equipment_2 + guided_missile_equipment_3 + #infantry_equipment_0 + #infantry_equipment_1 + #infantry_equipment_2 + #infantry_equipment_3 + #mechanized_equipment + #mechanized_equipment_1 + #mechanized_equipment_2 + #mechanized_equipment_3 + motorized_equipment + motorized_equipment_0 + motorized_equipment_1 + small_plane_airframe + cv_small_plane_airframe + small_plane_airframe_0 + small_plane_airframe_1 + small_plane_airframe_2 + small_plane_airframe_3 + small_plane_airframe_4 + cv_small_plane_airframe_0 + cv_small_plane_airframe_1 + cv_small_plane_airframe_2 + cv_small_plane_airframe_3 + cv_small_plane_airframe_4 + medium_plane_airframe + medium_plane_airframe_0 + medium_plane_airframe_1 + medium_plane_airframe_2 + medium_plane_airframe_3 + medium_plane_airframe_4 + large_plane_airframe + large_plane_airframe_0 + large_plane_airframe_1 + large_plane_airframe_2 + large_plane_airframe_3 + large_plane_airframe_4 + #transport_plane_equipment + #transport_plane_equipment_1 + railway_gun_equipment + railway_gun_equipment_1 + ship_hull_carrier + ship_hull_carrier_1 + ship_hull_carrier_2 + ship_hull_carrier_3 + ship_hull_carrier_conversion_bb + ship_hull_carrier_conversion_ca + carrier_1 + carrier_2 + carrier_3 + carrier_4 + ship_hull_cruiser + light_cruiser + ship_hull_cruiser_1 + ship_hull_cruiser_2 + ship_hull_cruiser_3 + ship_hull_cruiser_4 + light_cruiser_1 + light_cruiser_2 + light_cruiser_3 + light_cruiser_4 + heavy_cruiser_1 + heavy_cruiser_2 + heavy_cruiser_3 + heavy_cruiser_4 + torpedo_cruiser + ship_hull_torpedo_cruiser + ship_hull_cruiser_panzerschiff + ship_hull_cruiser_coastal_defense_ship + ship_hull_heavy + ship_hull_pre_dreadnought + ship_hull_heavy_1 + ship_hull_heavy_2 + ship_hull_heavy_3 + ship_hull_heavy_4 + ship_hull_super_heavy_1 + battleship_1 + battleship_2 + battleship_3 + battleship_4 + SH_battleship_1 + SH_battleship_2 + battle_cruiser_1 + battle_cruiser_2 + ship_hull_light + ship_hull_light_1 + ship_hull_light_2 + ship_hull_light_3 + ship_hull_light_4 + destroyer_1 + destroyer_2 + destroyer_3 + destroyer_4 + ship_hull_submarine + ship_hull_submarine_1 + ship_hull_submarine_2 + ship_hull_submarine_3 + ship_hull_submarine_4 + ship_hull_cruiser_submarine + #ship_hull_midget_submarine + submarine_1 + submarine_2 + submarine_3 + submarine_4 + support_equipment + support_equipment_1 + light_tank_chassis + light_tank_chassis_0 + light_tank_chassis_1 + light_tank_chassis_2 + light_tank_chassis_3 + medium_tank_chassis + medium_tank_chassis_0 + medium_tank_chassis_1 + medium_tank_chassis_2 + medium_tank_chassis_3 + heavy_tank_chassis + heavy_tank_chassis_0 + heavy_tank_chassis_1 + heavy_tank_chassis_2 + heavy_tank_chassis_3 + modern_tank_chassis + modern_tank_chassis_1 + super_heavy_tank_chassis + super_heavy_tank_chassis_1 + amphibious_tank_chassis + amphibious_tank_chassis_1 + train_equipment + train_equipment_1 + train_equipment_2 + train_equipment_3 + small_plane_cas_airframe + cv_small_plane_cas_airframe + small_plane_naval_bomber_airframe + cv_small_plane_naval_bomber_airframe + small_plane_suicide_airframe + cv_small_plane_suicide_airframe + medium_plane_fighter_airframe + medium_plane_scout_plane_airframe + large_plane_maritime_patrol_plane_airframe + jet_fighter_equipment + rocket_interceptor_equipment + jet_tac_bomber_equipment + jet_strat_bomber_equipment + small_plane_cas_airframe_0 + small_plane_cas_airframe_1 + small_plane_cas_airframe_2 + small_plane_cas_airframe_3 + small_plane_cas_airframe_4 + cv_small_plane_cas_airframe_0 + cv_small_plane_cas_airframe_1 + cv_small_plane_cas_airframe_2 + cv_small_plane_cas_airframe_3 + cv_small_plane_cas_airframe_4 + small_plane_naval_bomber_airframe_0 + small_plane_naval_bomber_airframe_1 + small_plane_naval_bomber_airframe_2 + small_plane_naval_bomber_airframe_3 + small_plane_naval_bomber_airframe_4 + cv_small_plane_naval_bomber_airframe_0 + cv_small_plane_naval_bomber_airframe_1 + cv_small_plane_naval_bomber_airframe_2 + cv_small_plane_naval_bomber_airframe_3 + cv_small_plane_naval_bomber_airframe_4 + small_plane_suicide_airframe_0 + small_plane_suicide_airframe_1 + small_plane_suicide_airframe_2 + small_plane_suicide_airframe_3 + small_plane_suicide_airframe_4 + cv_small_plane_suicide_airframe_0 + cv_small_plane_suicide_airframe_1 + cv_small_plane_suicide_airframe_2 + cv_small_plane_suicide_airframe_3 + cv_small_plane_suicide_airframe_4 + medium_plane_fighter_airframe_0 + medium_plane_fighter_airframe_1 + medium_plane_fighter_airframe_2 + medium_plane_fighter_airframe_3 + medium_plane_fighter_airframe_4 + medium_plane_scout_plane_airframe_0 + medium_plane_scout_plane_airframe_1 + medium_plane_scout_plane_airframe_2 + medium_plane_scout_plane_airframe_3 + medium_plane_scout_plane_airframe_4 + large_plane_maritime_patrol_plane_airframe_0 + large_plane_maritime_patrol_plane_airframe_1 + large_plane_maritime_patrol_plane_airframe_2 + large_plane_maritime_patrol_plane_airframe_3 + large_plane_maritime_patrol_plane_airframe_4 + fighter_equipment_0 + fighter_equipment_1 + fighter_equipment_2 + fighter_equipment_3 + jet_fighter_equipment_1 + jet_fighter_equipment_2 + cv_fighter_equipment_0 + cv_fighter_equipment_1 + cv_fighter_equipment_2 + cv_fighter_equipment_3 + CAS_equipment_1 + CAS_equipment_2 + CAS_equipment_3 + cv_CAS_equipment_1 + cv_CAS_equipment_2 + cv_CAS_equipment_3 + nav_bomber_equipment_1 + nav_bomber_equipment_2 + nav_bomber_equipment_3 + cv_nav_bomber_equipment_1 + cv_nav_bomber_equipment_2 + cv_nav_bomber_equipment_3 + rocket_interceptor_equipment_1 + rocket_interceptor_equipment_2 + rocket_interceptor_equipment_3 + rocket_suicide_equipment_1 + tac_bomber_equipment_0 + tac_bomber_equipment_1 + tac_bomber_equipment_2 + tac_bomber_equipment_3 + jet_tac_bomber_equipment_1 + jet_tac_bomber_equipment_2 + heavy_fighter_equipment_1 + heavy_fighter_equipment_2 + heavy_fighter_equipment_3 + scout_plane_equipment_1 + scout_plane_equipment_2 + strat_bomber_equipment_1 + strat_bomber_equipment_2 + strat_bomber_equipment_3 + jet_strat_bomber_equipment_1 + light_tank_aa_chassis + light_tank_artillery_chassis + light_tank_destroyer_chassis + light_tank_amphibious_chassis + light_tank_flame_chassis + medium_tank_aa_chassis + medium_tank_artillery_chassis + medium_tank_destroyer_chassis + medium_tank_amphibious_chassis + medium_tank_flame_chassis + heavy_tank_aa_chassis + heavy_tank_artillery_chassis + heavy_tank_destroyer_chassis + heavy_tank_amphibious_chassis + heavy_tank_flame_chassis + super_heavy_tank_aa_chassis + super_heavy_tank_artillery_chassis + super_heavy_tank_destroyer_chassis + modern_tank_aa_chassis + modern_tank_artillery_chassis + modern_tank_destroyer_chassis + light_tank_aa_chassis_0 + light_tank_aa_chassis_1 + light_tank_aa_chassis_2 + light_tank_aa_chassis_3 + light_tank_artillery_chassis_0 + light_tank_artillery_chassis_1 + light_tank_artillery_chassis_2 + light_tank_artillery_chassis_3 + light_tank_destroyer_chassis_0 + light_tank_destroyer_chassis_1 + light_tank_destroyer_chassis_2 + light_tank_destroyer_chassis_3 + light_tank_amphibious_chassis_0 + light_tank_amphibious_chassis_1 + light_tank_amphibious_chassis_2 + light_tank_amphibious_chassis_3 + light_tank_flame_chassis_0 + light_tank_flame_chassis_1 + light_tank_flame_chassis_2 + light_tank_flame_chassis_3 + medium_tank_aa_chassis_0 + medium_tank_aa_chassis_1 + medium_tank_aa_chassis_2 + medium_tank_aa_chassis_3 + medium_tank_artillery_chassis_0 + medium_tank_artillery_chassis_1 + medium_tank_artillery_chassis_2 + medium_tank_artillery_chassis_3 + medium_tank_destroyer_chassis_0 + medium_tank_destroyer_chassis_1 + medium_tank_destroyer_chassis_2 + medium_tank_destroyer_chassis_3 + medium_tank_amphibious_chassis_0 + medium_tank_amphibious_chassis_1 + medium_tank_amphibious_chassis_2 + medium_tank_amphibious_chassis_3 + medium_tank_flame_chassis_0 + medium_tank_flame_chassis_1 + medium_tank_flame_chassis_2 + medium_tank_flame_chassis_3 + heavy_tank_aa_chassis_0 + heavy_tank_aa_chassis_1 + heavy_tank_aa_chassis_2 + heavy_tank_aa_chassis_3 + heavy_tank_artillery_chassis_0 + heavy_tank_artillery_chassis_1 + heavy_tank_artillery_chassis_2 + heavy_tank_artillery_chassis_3 + heavy_tank_destroyer_chassis_0 + heavy_tank_destroyer_chassis_1 + heavy_tank_destroyer_chassis_2 + heavy_tank_destroyer_chassis_3 + heavy_tank_amphibious_chassis_0 + heavy_tank_amphibious_chassis_1 + heavy_tank_amphibious_chassis_2 + heavy_tank_amphibious_chassis_3 + heavy_tank_flame_chassis_0 + heavy_tank_flame_chassis_1 + heavy_tank_flame_chassis_2 + heavy_tank_flame_chassis_3 + super_heavy_tank_aa_chassis_1 + super_heavy_tank_artillery_chassis_1 + super_heavy_tank_destroyer_chassis_1 + modern_tank_aa_chassis_1 + modern_tank_artillery_chassis_1 + modern_tank_destroyer_chassis_1 + gw_tank_equipment + light_tank_equipment_1 + light_tank_equipment_2 + light_tank_equipment_3 + light_tank_artillery_equipment_1 + light_tank_artillery_equipment_2 + light_tank_artillery_equipment_3 + light_tank_destroyer_equipment_1 + light_tank_destroyer_equipment_2 + light_tank_destroyer_equipment_3 + light_tank_aa_equipment_1 + light_tank_aa_equipment_2 + light_tank_aa_equipment_3 + medium_tank_equipment_1 + medium_tank_equipment_2 + medium_tank_equipment_3 + medium_tank_artillery_equipment_1 + medium_tank_artillery_equipment_2 + medium_tank_artillery_equipment_3 + medium_tank_destroyer_equipment_1 + medium_tank_destroyer_equipment_2 + medium_tank_destroyer_equipment_3 + medium_tank_aa_equipment_1 + medium_tank_aa_equipment_2 + medium_tank_aa_equipment_3 + heavy_tank_equipment_1 + heavy_tank_equipment_2 + heavy_tank_equipment_3 + heavy_tank_artillery_equipment_1 + heavy_tank_artillery_equipment_2 + heavy_tank_artillery_equipment_3 + heavy_tank_destroyer_equipment_1 + heavy_tank_destroyer_equipment_2 + heavy_tank_destroyer_equipment_3 + heavy_tank_aa_equipment_1 + heavy_tank_aa_equipment_2 + heavy_tank_aa_equipment_3 + modern_tank_equipment_1 + modern_tank_artillery_equipment_1 + modern_tank_destroyer_equipment_1 + modern_tank_aa_equipment_1 + super_heavy_tank_equipment_1 + super_heavy_tank_artillery_equipment_1 + super_heavy_tank_destroyer_equipment_1 + super_heavy_tank_aa_equipment_1 + amphibious_tank_equipment_1 + amphibious_tank_equipment_2 + + ## RoF + single_plane_equipment + single_plane_equipment_0 + single_plane_equipment_1 + single_plane_equipment_2 + single_plane_equipment_3 + multi_plane_equipment + multi_plane_equipment_1 + multi_plane_equipment_2 + multi_plane_equipment_3 + airship_equipment + airship_equipment_1 + airship_equipment_2 + airship_equipment_3 + light_airship_equipment + light_airship_equipment_1 + light_airship_equipment_2 + light_airship_equipment_3 + apc_equipment + apc_equipment_0 + apc_equipment_1 + apc_equipment_2 + apc_equipment_3 + gas_tank_equipment + gas_tank_equipment_0 + gas_tank_equipment_1 + gas_tank_equipment_2 + gas_tank_equipment_3 + steam_tank_equipment + steam_tank_equipment_1 + steam_tank_equipment_2 + steam_tank_equipment_3 + light_artillery_equipment + light_artillery_equipment_1 + light_artillery_equipment_2 + light_artillery_equipment_3 + heavy_artillery_equipment + heavy_artillery_equipment_1 + heavy_artillery_equipment_2 + heavy_artillery_equipment_3 + heavy_frigate + heavy_frigate_1 + heavy_frigate_2 + pike_equipment + pike_equipment_0 + gulyay_gorod_equipment + gulyay_gorod_equipment_0 + firearm_equipment + arquebus_equipment + musket + flintlock_rifle + caplock_rifle + repeating_rifle + up_time_weapons + ironclad + ironclad_1 + ironclad_2 + light_frigate + light_frigate_1 + light_frigate_2 + man_of_war + man_of_war_1 + man_of_war_2 + steam_battleship + steam_battleship_1 + steam_battleship_2 + steam_cruiser + steam_cruiser_1 + steam_cruiser_2 + steam_destroyer + steam_destroyer_1 + steam_destroyer_2 + timberclad + timberclad_1 + timberclad_2 + + ## test +} \ No newline at end of file diff --git a/1632_RoF/common/scripted_diplomatic_actions/scripted_diplomatic_actions.txt b/1632_RoF/common/scripted_diplomatic_actions/scripted_diplomatic_actions.txt new file mode 100644 index 00000000..b78d82f1 --- /dev/null +++ b/1632_RoF/common/scripted_diplomatic_actions/scripted_diplomatic_actions.txt @@ -0,0 +1,105 @@ + +#scripted_diplomatic_actions = { +# +# action_key = { # will be used in most localizations +# +# # root is the initiator of action and this is the target country +# allowed = { #if action is valid +# always = yes +# } +# visible = { #if action is visible on gui +# always = yes +# } +# selectable = { #if action is selectable on gui +# always = yes +# } +# +# requires_acceptance = yes # if true the action will require acceptance of target country +# cost = 10 # pp cost, can be zero +# command_power = 10 # cp cost, can be zero +# +# cost_string = loc_key # if you have a custom cost, use this loc to display it +# show_acceptance_on_action_button = yes # set to no if acceptance shouldn't be displayed on the action button +# +# icon = 1 # icon frame to use in notification +# +# #for effects/triggers/variables, root is the sender and this is receiver +# +# # runs when the action is sent +# on_sent_effect = { +# } +# +# # runs when the action is properly sent and accepted +# complete_effect = { +# } +# +# # runs when the action is properly sent and rejected +# reject_effect = { +# } +# +# # SEND POPUP CUSTOMIZATION +# # use diplomatic_action as context in scripted gui +# # send_scripted_gui = send_scripted_gui_name # if specified, the diplomatic action will use this scripted gui before sending the request. the player (or ai) can make changes on that gui and store stuff as variable to customize action +# reset_send_effect = { # if action has a send scripted gui, this effect will be used for clearing the state of gui (will run when player opens the scripted gui by sending the action or when ai proposes action +# # clear action +# if = { +# limit = { +# root = { +# is_ai = yes +# } +# } +# # initialize for ai +# } +# } +# can_be_sent = { # send button will be disabled if no +# always = yes +# } +# send_description = loc_key_send # if there is no scripted gui, this desc will be used in send yes/no pop up +# +# +# # RECEIVE POPUP CUSTOMIZATION +# # use diplomatic_action as context in scripted gui +# # receive_scripted_gui = receive_scripted_gui_name #if specified the receiver of the action will get this scripted gui instead of yes-no popup when they receive the propose +# reset_receive_effect = { +# # clear action +# if = { +# limit = { +# is_ai = yes +# } +# # change stuff for ai +# } +# } +# can_be_accepted = { # accept button will be disabled if no +# always = yes +# } +# receive_description = loc_key_receive # if there is no scripted gui, this desc will be used in send yes/no pop up +# +# +# # PLAYER FEEDBACK ON ACCEPT/REJECT +# accept_title = loc_key_accept #can be overridden to customize accepted/rejected pop ups for the sender +# accept_description = loc_key_accept_desc +# reject_title = loc_key_reject +# reject_description = loc_key_reject_desc +# +# +# # AI +# # a list of ai_will_do entries that will be used to decide if AI should accept or reject a request +# ai_acceptance = { +# condition = { # name is used for loc +# base = 100 +# } +# } +# +# # ai_will_do to decide if AI should send this action or not +# ai_desire = { +# base = -1 +# modifier = { +# ROOT = { +# tag = ENG +# } +# tag = GER +# add = 1000 +# } +# } +# } +#} diff --git a/1632_RoF/common/scripted_effects/00_scripted_effects.txt b/1632_RoF/common/scripted_effects/00_scripted_effects.txt index 86f456d3..540fd6d2 100644 --- a/1632_RoF/common/scripted_effects/00_scripted_effects.txt +++ b/1632_RoF/common/scripted_effects/00_scripted_effects.txt @@ -124,6 +124,13 @@ ROOT_inherit_current_scope_wars_effect = { } } +print_variable_log_effect = { + print_variables = { + file = variables_yug + append = yes + } +} + clear_sabotaged_resources_if_necesary = { if = { limit = { @@ -184,6 +191,7 @@ instantiate_collaboration_government = { target = country_to_initiate autonomy_state = autonomy_collaboration_government freedom_level = 0.5 + release_non_owned_controlled = yes } } else = { @@ -215,4 +223,316 @@ instantiate_collaboration_government = { } } } -} \ No newline at end of file +} + +gain_random_agency_upgrade = { #Gives a random agency upgrade or grants a free agency if one has not yet been established + custom_effect_tooltip = free_agency_upgrade_tt + hidden_effect = { + if = { + limit = { + has_intelligence_agency = no + } + create_intelligence_agency = yes + } + else = { + random_list = { + 1 = { + upgrade_intelligence_agency = upgrade_economy_civilian + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_economy_civilian + } + } + 1 = { + upgrade_intelligence_agency = upgrade_army_department + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_army_department + } + } + 1 = { + upgrade_intelligence_agency = upgrade_naval_department + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_naval_department + } + } + 1 = { + upgrade_intelligence_agency = upgrade_airforce_department + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_airforce_department + } + } + 1 = { + upgrade_intelligence_agency = upgrade_passive_defense + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_passive_defense + } + } + 1 = { + upgrade_intelligence_agency = upgrade_anti_partisan + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_anti_partisan + } + } + 1 = { + upgrade_intelligence_agency = upgrade_blueprint_stealing + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_blueprint_stealing + } + } + 1 = { + upgrade_intelligence_agency = upgrade_portable_radios + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_portable_radios + } + } + 1 = { + upgrade_intelligence_agency = upgrade_invisible_ink + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_invisible_ink + } + } + 1 = { + upgrade_intelligence_agency = upgrade_plastic_explosives + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_plastic_explosives + } + } + 1 = { + upgrade_intelligence_agency = upgrade_suicide_pills + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_suicide_pills + } + } + 1 = { + upgrade_intelligence_agency = upgrade_training_centers + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_training_centers + } + } + 1 = { + upgrade_intelligence_agency = upgrade_commando_training + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_commando_training + } + } + 1 = { + upgrade_intelligence_agency = upgrade_interrogation_techniques + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_interrogation_techniques + } + } + 1 = { + upgrade_intelligence_agency = upgrade_diplo_training + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_diplo_training + } + } + 1 = { + upgrade_intelligence_agency = upgrade_psycho_warfare + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_psycho_warfare + } + } + 1 = { + upgrade_intelligence_agency = upgrade_form_department + modifier = { + factor = 0 + has_done_agency_upgrade = upgrade_form_department + } + } + 1 = { + upgrade_intelligence_agency = upgrade_decryption_boost + modifier = { + factor = 0 + OR = { + has_done_agency_upgrade = upgrade_decryption_boost + NOT = { has_done_agency_upgrade = upgrade_form_department } + } + } + } + 1 = { + upgrade_intelligence_agency = upgrade_decryption_boost_2 + modifier = { + factor = 0 + OR = { + has_done_agency_upgrade = upgrade_decryption_boost_2 + NOT = { has_done_agency_upgrade = upgrade_form_department } + NOT = { has_done_agency_upgrade = upgrade_decryption_boost } + } + } + } + 1 = { + upgrade_intelligence_agency = upgrade_crypto_strength + modifier = { + factor = 0 + OR = { + has_done_agency_upgrade = upgrade_crypto_strength + NOT = { has_done_agency_upgrade = upgrade_form_department } + } + } + } + 1 = { + upgrade_intelligence_agency = upgrade_crypto_strength_2 + modifier = { + factor = 0 + OR = { + has_done_agency_upgrade = upgrade_crypto_strength_2 + NOT = { has_done_agency_upgrade = upgrade_form_department } + NOT = { has_done_agency_upgrade = upgrade_crypto_strength } + } + } + } + } + } + } +} +remove_any_country_role_from_character = { #Expected to be used inside the character scope + #log = "I am [THIS.GetName]" + if = { + limit = { + is_character_slot = air_chief + } + remove_advisor_role = { slot = air_chief } + } + if = { + limit = { + is_character_slot = army_chief + } + remove_advisor_role = { slot = army_chief } + } + if = { + limit = { + is_character_slot = navy_chief + } + remove_advisor_role = { slot = navy_chief } + } + if = { + limit = { + is_character_slot = high_command + } + remove_advisor_role = { slot = high_command } + } + if = { + limit = { + is_character_slot = theorist + } + remove_advisor_role = { slot = theorist } + } + if = { + limit = { + is_character_slot = political_advisor + } + remove_advisor_role = { slot = political_advisor } + } +} + +### Paratroopers +SF_PARA_sabotage_effect = { #When changing this, update the research tooltip + damage_building = { + type = infrastructure + damage = 2 + } + damage_building = { + type = industrial_complex + damage = 1 + } + damage_building = { + type = arms_factory + damage = 1 + } + set_state_flag = { + flag = para_drop_effect + days = 30 + } +} + +SF_PARA_combat_effect = { #When changing this, update the research tooltip + every_state_division = { + limit = { + OWNER = { has_war_with = FROM } + } + set_unit_organization = 0.50 + } + set_state_flag = { + flag = para_drop_effect + days = 30 + } +} + +### Muuuurrrriiinnnnneeeeessssss +SF_marine_demoliton_effect = { #When changing this, update the research tooltip + damage_building = { + type = radar_station + damage = 1 + } + damage_building = { + type = naval_base + damage = 1 + } + damage_building = { + type = dockyard + damage = 1 + } + damage_building = { + type = nuclear_reactor + damage = 1 + } + damage_building = { + type = rocket_site + damage = 1 + } + damage_building = { + type = fuel_silo + damage = 1 + } + set_state_flag = { + flag = marines_commando_effect + days = 30 + } +} +add_potential_special_forces_tree = { + custom_effect_tooltip = add_potential_special_forces_tree_tt + if = { + limit = { NOT = { has_variable = sf_trees } } + set_variable = { sf_trees = 2 } + } + else = { + add_to_variable = { sf_trees = 1 } + } +} + +remove_potential_special_forces_tree = { + if = { + limit = { NOT = { has_variable = sf_trees } } + set_variable = { sf_trees = 0 } + } + else = { + subtract_from_variable = { sf_trees = 1 } + } +} + +store_core_states_on_game_start = { #Should be called from history file + every_core_state = { + ROOT = { + add_to_array = { + array = core_states_at_game_start + value = PREV + } + } + } +} diff --git a/1632_RoF/common/scripted_effects/RoF_POL_scripted_effects.txt b/1632_RoF/common/scripted_effects/RoF_POL_scripted_effects.txt index d0be8a59..fe48f814 100644 --- a/1632_RoF/common/scripted_effects/RoF_POL_scripted_effects.txt +++ b/1632_RoF/common/scripted_effects/RoF_POL_scripted_effects.txt @@ -47,31 +47,9 @@ lessen_POL_serfdom = { POL_end_lifetime_appointments_effect = { hidden_effect = { POL_jakub_zadzik = { - if = { - limit = { - is_character_slot = political_advisor - } - remove_advisor_role = { slot = political_advisor } - add_advisor_role = { - advisor = { - slot = political_advisor - idea_token = POL_jakub_zadzik - traits = { grand_chancellor POL_king_opponent } - allowed = { original_tag = POL } - } - activate = yes - } - else = { - remove_advisor_role = { slot = political_advisor } - add_advisor_role = { - advisor = { - slot = political_advisor - idea_token = POL_jakub_zadzik - traits = { grand_chancellor POL_king_opponent } - allowed = { original_tag = POL } - } - } - } + set_can_be_fired_in_advisor_role = { + slot = political_advisor + value = yes } } } diff --git a/1632_RoF/common/scripted_triggers/00_resistance_initiate_triggers.txt b/1632_RoF/common/scripted_triggers/00_resistance_initiate_triggers.txt index 95d00685..4db6544d 100644 --- a/1632_RoF/common/scripted_triggers/00_resistance_initiate_triggers.txt +++ b/1632_RoF/common/scripted_triggers/00_resistance_initiate_triggers.txt @@ -36,17 +36,18 @@ should_not_activate_active_crypto_bonuses = { # can be specialized for states by using should_initiate_resistance_STATEID1_STATEID2 = { } # those will override default should_initiate_resistance should_initiate_resistance = { - OR = { - check_variable = { core_countries^num > 0 } # have no cores - AND = { - has_state_flag = SPR_original_core - FROM = { - original_tag = SPR - } - has_global_flag = scw_over - } - } - NOT = { is_core_of = FROM } # never for our cores + impassable = no + OR = { + check_variable = { core_countries^num > 0 } # have no cores + AND = { + has_state_flag = SPR_original_core + FROM = { + original_tag = SPR + } + has_global_flag = scw_over + } + } + NOT = { is_core_of = FROM } # never for our cores } #should_initiate_resistance_5 = { diff --git a/1632_RoF/common/scripted_triggers/00_scripted_triggers.txt b/1632_RoF/common/scripted_triggers/00_scripted_triggers.txt index ce06115e..3cfe3533 100644 --- a/1632_RoF/common/scripted_triggers/00_scripted_triggers.txt +++ b/1632_RoF/common/scripted_triggers/00_scripted_triggers.txt @@ -1,5 +1,5 @@ # Example: -# +# # example_trigger = { # tag = GER # is_ai = no @@ -26,7 +26,7 @@ is_border_conflict_defender_vs_FROM = { has_not_initiated_border_incident_with_FROM = { custom_trigger_tooltip = { tooltip = not_initiated_border_incident_with_FROM - NOT = { + NOT = { any_state = { check_variable = { FROM.defender_state_vs_@PREV = id } } @@ -133,80 +133,80 @@ enemy_has_equal_or_better_radar_tech_trigger = { tooltip = enemy_has_equal_or_better_radar_tech_trigger_tt if = { limit = { - ROOT = { - has_tech = radio_detection + ROOT = { + has_tech = radio_detection NOT = { has_tech = decimetric_radar } - } + } } - FROM = { + FROM = { OR = { - has_tech = radio_detection + has_tech = radio_detection has_tech = decimetric_radar } } } else_if = { limit = { - ROOT = { - has_tech = decimetric_radar + ROOT = { + has_tech = decimetric_radar NOT = { has_tech = improved_decimetric_radar } - } + } } - FROM = { + FROM = { OR = { - has_tech = decimetric_radar + has_tech = decimetric_radar has_tech = improved_decimetric_radar } } } else_if = { limit = { - ROOT = { - has_tech = improved_decimetric_radar + ROOT = { + has_tech = improved_decimetric_radar NOT = { has_tech = centimetric_radar } - } + } } - FROM = { + FROM = { OR = { - has_tech = improved_decimetric_radar + has_tech = improved_decimetric_radar has_tech = centimetric_radar } } } else_if = { limit = { - ROOT = { - has_tech = centimetric_radar + ROOT = { + has_tech = centimetric_radar NOT = { has_tech = improved_centimetric_radar } - } + } } - FROM = { + FROM = { OR = { - has_tech = centimetric_radar + has_tech = centimetric_radar has_tech = improved_centimetric_radar } } } else_if = { limit = { - ROOT = { - has_tech = improved_centimetric_radar + ROOT = { + has_tech = improved_centimetric_radar NOT = { has_tech = advanced_centimetric_radar } - } + } } - FROM = { + FROM = { OR = { - has_tech = improved_centimetric_radar + has_tech = improved_centimetric_radar has_tech = advanced_centimetric_radar } } @@ -223,4 +223,343 @@ is_available_to_collaboration_government = { # occupied_countries.1 should be up has_autonomy_state = autonomy_collaboration_government } } -} \ No newline at end of file +} +owns_or_subject_of = { + custom_trigger_tooltip = { + tooltip = owns_or_subject_of_tt + owner = { + OR = { + tag = ROOT + is_subject_of = ROOT + } + } + } +} + +controls_or_subject_of = { + custom_trigger_tooltip = { + tooltip = controls_or_subject_of_tt + controller = { + OR = { + tag = ROOT + is_subject_of = ROOT + } + } + } +} + +is_core_or_compliance_60 = { + custom_trigger_tooltip = { + tooltip = is_core_or_compliance_60_tt + OR = { + controller = { + PREV = { is_core_of = PREV } + } + compliance > 60 + } + } +} +has_same_ideology = { + custom_trigger_tooltip = { + tooltip = has_same_ideology_tt + OR = { + AND = { + has_government = liberal + ROOT = { has_government = liberal } + } + AND = { + has_government = absolutist + ROOT = { has_government = absolutist } + } + AND = { + has_government = radical + ROOT = { has_government = radical } + } + AND = { + has_government = constitutionalist + ROOT = { has_government = constitutionalist } + } + AND = { + has_government = neutrality + ROOT = { has_government = neutrality } + } + } + } +} +has_specialist_level_trigger = { + skill > 5 + skill < 6 +} + +has_expert_level_trigger = { + skill > 6 + skill < 7 +} + +has_genius_level_trigger = { + skill > 7 +} +is_major_not_original_tag_root = { + is_major = yes + hidden_trigger = { + NOT = { original_tag = ROOT } + } +} +has_subject_autonomy_feature = { + has_dlc = "Together for Victory" + #TODO_Manu: More DLCs? +} +has_tech_sharing_feature = { + OR = { + has_dlc = "Together for Victory" + has_dlc = "Death or Dishonor" + has_dlc = "Waking the Tiger" + has_dlc = "La Resistance" + } +} + +has_war_with_non_exiled_country = { + custom_trigger_tooltip = { + tooltip = has_war_with_non_exiled_country_tt + has_war = yes + any_enemy_country = { + is_government_in_exile = no + } + } + +} + +is_at_peace_exiled_countries_excluded = { + custom_trigger_tooltip = { + tooltip = is_at_peace_exiled_countries_excluded_tt + NOT = { + any_enemy_country = { + is_government_in_exile = no + } + } + } +} + +#State scope +state_is_fully_controlled_by_ROOT_or_subject = { + custom_trigger_tooltip = { + tooltip = state_is_fully_controlled_by_ROOT_or_subject_tt + OR = { + is_fully_controlled_by = ROOT + controller = { + is_subject_of = ROOT + has_full_control_of_state = PREV + } + } + } +} + +state_has_any_resource = { + OR = { + has_resources_amount = { + resource = oil + amount > 0 + } + has_resources_amount = { + resource = aluminium + amount > 0 + } + has_resources_amount = { + resource = combustion_engine + amount > 0 + } + has_resources_amount = { + resource = tungsten + amount > 0 + } + has_resources_amount = { + resource = steel + amount > 0 + } + has_resources_amount = { + resource = chromium + amount > 0 + } + } +} + +country_can_be_reasonable_target_of_wargoal = { #Expected scopes: Target country is THIS, country getting wargoal is PREV + NOT = { + has_war_with = ROOT + is_in_faction_with = PREV + has_guaranteed = PREV + is_guaranteed_by = PREV + has_non_aggression_pact_with = PREV + is_subject_of = PREV + } +} + +is_unlikely_country_tag = { +} + +has_lar = { + has_dlc = "La Resistance" +} + +has_mtg = { + has_dlc = "Man the Guns" +} + +has_hide_rule = { + has_game_rule = { + rule = obsolete_focus_branches_visibility + option = HIDE + } +} + + +has_aat = { + has_dlc = "Arms Against Tyranny" +} + +mio_original_country_exists_and_not_at_war_with_ROOT = { #Used for MIO decisions visibility - THIS is original country + exists = yes + has_capitulated = no + NOT = { has_war_with = ROOT } +} + +mio_original_country_available_with_opinion_subject_and_war_requirements_fulfilled = { #Used for MIO decisions availability - THIS is original country + has_opinion = { + target = ROOT + value > 49 + } + OR = { + is_subject = no + is_subject_of = ROOT + } + has_capitulated = no + NOT = { has_war_with = ROOT } +} + + +can_unlock_new_special_forces_tree = { + if = { + limit = { NOT = { has_variable = sf_trees } } + custom_trigger_tooltip = { + tooltip = can_unlock_new_special_forces_tree_none + NOT = { has_variable = sf_trees } + } + } + else_if = { + limit = { check_variable = { sf_trees > 0 } } + custom_trigger_tooltip = { + tooltip = can_unlock_new_special_forces_tree_more_yes + check_variable = { sf_trees > 0 } + } + } + else = { + custom_trigger_tooltip = { + tooltip = can_unlock_new_special_forces_tree_more_no + always = no + } + } +} +# These are to make strength comparisons easier + +FROM_is_stronger = { + strength_ratio = { + tag = FROM + ratio < 1 + } +} + +FROM_is_twice_as_strong = { + strength_ratio = { + tag = FROM + ratio < 0.5 + } +} + +FROM_is_weaker = { + strength_ratio = { + tag = FROM + ratio > 1 + } +} + +FROM_is_twice_as_weak = { + strength_ratio = { + tag = FROM + ratio > 2 + } +} + +ai_has_completed_army_doctrine = { + is_ai = yes + OR = { + has_tech = werwolf_guerillas + has_tech = modern_blitzkrieg + has_tech = air_land_battle + has_tech = shock_and_awe + has_tech = c3i_theory + has_tech = infiltration_in_depth + has_tech = continuous_offensive + has_tech = guerilla_warfare + } +} + +ai_has_completed_air_doctrine = { + is_ai = yes + OR = { + has_tech = offensive_formations + has_tech = mass_destruction + has_tech = forward_interception + has_tech = high_level_bombing + } +} + +ai_has_completed_naval_doctrine = { + is_ai = yes + OR = { + has_tech = grand_battlefleet + has_tech = submarine_offensive + has_tech = floating_airfield + has_tech = combined_operations_raiding + has_tech = integrated_convoy_defence + has_tech = submarine_offensive_bs + has_tech = carrier_battlegroups + } +} + +### Neutrality Act - only trade with countries at peace +trade_partner_not_at_war = { + custom_trigger_tooltip = { + tooltip = trade_partner_not_at_war_tt + FROM = { + has_war = yes + } + } +} + +is_democratic_seller_trigger = { + custom_trigger_tooltip = { + tooltip = "Democratic Countries" + FROM = { + has_government = liberal + } + } +} + +#Subsidy Seller Triggers +is_fascist_seller_trigger = { + NOT = { has_war_with = ROOT } + has_government = absolutist +} + +is_democracy_seller_trigger = { + NOT = { has_war_with = ROOT } + has_government = liberal +} + +is_allied_seller_trigger = { + custom_trigger_tooltip = { + tooltip = subsidy_allied_nation_tt + FROM = { is_in_faction_with = ROOT } + } +} + diff --git a/1632_RoF/common/scripted_triggers/diplomacy_scripted_triggers.txt b/1632_RoF/common/scripted_triggers/diplomacy_scripted_triggers.txt index 3474b43e..db5d2202 100644 --- a/1632_RoF/common/scripted_triggers/diplomacy_scripted_triggers.txt +++ b/1632_RoF/common/scripted_triggers/diplomacy_scripted_triggers.txt @@ -680,6 +680,32 @@ DIPLOMACY_SEND_VOLUNTEERS_ENABLE_TRIGGER = { } } } + +DIPLOMACY_JOIN_ALLY_ENABLE_TRIGGER = { + if = { + limit = { + is_historical_focus_on = yes + tag = SXW + is_ai = yes + } + custom_trigger_tooltip = { + tooltip = SXW_NEUTRAL_TT + NOT = { has_country_flag = SXW_neutrality } + } + } + if = { + limit = { + is_historical_focus_on = yes + tag = KUR + is_ai = yes + } + custom_trigger_tooltip = { + tooltip = KUR_NEUTRAL_TT + NOT = { has_country_flag = KUR_neutrality } + } + } +} + DIPLOMACY_CALL_ALLY_ENABLE_TRIGGER = { if = { limit = { @@ -717,27 +743,3 @@ DIPLOMACY_CALL_ALLY_ENABLE_TRIGGER = { } } -DIPLOMACY_JOIN_ALLY_ENABLE_TRIGGER = { - if = { - limit = { - is_historical_focus_on = yes - tag = SXW - is_ai = yes - } - custom_trigger_tooltip = { - tooltip = SXW_NEUTRAL_TT - NOT = { has_country_flag = SXW_neutrality } - } - } - if = { - limit = { - is_historical_focus_on = yes - tag = KUR - is_ai = yes - } - custom_trigger_tooltip = { - tooltip = KUR_NEUTRAL_TT - NOT = { has_country_flag = KUR_neutrality } - } - } -} \ No newline at end of file diff --git a/1632_RoF/common/state_category/rural.txt b/1632_RoF/common/state_category/rural.txt index 6fd29818..556916a8 100644 --- a/1632_RoF/common/state_category/rural.txt +++ b/1632_RoF/common/state_category/rural.txt @@ -3,5 +3,6 @@ state_categories={ local_building_slots = 2 color = { 240 160 0 } + } } \ No newline at end of file diff --git a/1632_RoF/common/technologies/MTG_naval.txt b/1632_RoF/common/technologies/MTG_naval.txt index b885a9b7..ebf1e7dd 100644 --- a/1632_RoF/common/technologies/MTG_naval.txt +++ b/1632_RoF/common/technologies/MTG_naval.txt @@ -1,10 +1,10 @@ technologies = { -# ### ## # # ### ## # # ### ### ## -# # # # # # # # # # # # # -# # # ## #### # # #### # ### # -# # # # # # # # # # # # # -### ### ## # # # ## # # ### # ## +# ### ## # # ### ## # # ### ### ## +# # # # # # # # # # # # # +# # # ## #### # # #### # ### # +# # # # # # # # # # # # # +### ### ## # # # ## # # ### # ## early_ship_hull_light = { @@ -12,16 +12,16 @@ technologies = { enable_equipments = { ship_hull_light_1 } - enable_equipment_modules = { + enable_equipment_modules = { light_ship_engine_1 } path = { - leads_to_tech = basic_ship_hull_light + leads_to_tech = basic_ship_hull_light research_cost_coeff = 1 } path = { - leads_to_tech = smoke_generator + leads_to_tech = smoke_generator research_cost_coeff = 1 } @@ -34,60 +34,62 @@ technologies = { leads_to_tech = sonar research_cost_coeff = 1 } - + allow_branch = { has_dlc = "Man the Guns" } - + research_cost = 1.5 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = 0 y = 2 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 4 tag = ENG } } - + categories = { naval_equipment dd_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } - + basic_ship_hull_light = { - enable_equipments = { + enable_equipments = { ship_hull_light_2 } - enable_equipment_modules = { + enable_equipment_modules = { light_ship_engine_2 } path = { - leads_to_tech = improved_ship_hull_light + leads_to_tech = improved_ship_hull_light research_cost_coeff = 1 } - - research_cost = 2 - + + research_cost = 1.5 + start_year = 1936 folder = { name = mtgnavalfolder - position = { x = 0 y = 7 } + position = { x = 0 y = 8 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 4 OR = { @@ -100,208 +102,204 @@ technologies = { factor = 2 } } - + categories = { naval_equipment dd_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } - + improved_ship_hull_light = { - enable_equipments = { + enable_equipments = { ship_hull_light_3 } - enable_equipment_modules = { + enable_equipment_modules = { light_ship_engine_3 } - + path = { - leads_to_tech = advanced_ship_hull_light + leads_to_tech = advanced_ship_hull_light research_cost_coeff = 1 } - - research_cost = 2 + + research_cost = 1.5 start_year = 1940 - + folder = { name = mtgnavalfolder - position = { x = 0 y = 13 } + position = { x = 0 y = 14 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 4 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment dd_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } - + advanced_ship_hull_light = { - enable_equipments = { + enable_equipments = { ship_hull_light_4 } - enable_equipment_modules = { + enable_equipment_modules = { light_ship_engine_4 } - + research_cost = 2 start_year = 1944 - + folder = { name = mtgnavalfolder - position = { x = 0 y = 19 } + position = { x = 0 y = 20 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 4 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment dd_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } smoke_generator = { naval_retreat_speed = 0.2 - + research_cost = 0.75 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = 1 y = 2 } } - + ai_will_do = { factor = 8 - + modifier = { factor = 2 tag = ENG } } - + categories = { naval_equipment dd_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } - ## # # ### ### ## # # ### # # ## ### ### # # ### -# # ## # # # # # # # # ## ## # # # # # ## # # -#### # ## # # # # # ### # # # #### ### # # ## ## -# # # # # # # # # # # # # # # # # # # # # -# # # # # ### ## ## ### # # # # # # ### # # ### + ## # # ### ### ## # # ### # # ## ### ### # # ### +# # ## # # # # # # # # ## ## # # # # # ## # # +#### # ## # # # # # ### # # # #### ### # # ## ## +# # # # # # # # # # # # # # # # # # # # # +# # # # # ### ## ## ### # # # # # # ### # # ### basic_depth_charges = { - enable_equipment_modules = { + enable_equipment_modules = { ship_depth_charge_1 } + on_research_complete = { + custom_effect_tooltip = depth_charges_advice_tt + } + path = { leads_to_tech = improved_depth_charges research_cost_coeff = 1 } - + xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 1.5 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = 1 y = 4 } } - + ai_will_do = { factor = 4 - - modifier = { - factor = 2 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } improved_depth_charges = { - enable_equipment_modules = { + enable_equipment_modules = { ship_depth_charge_2 } - + on_research_complete = { + custom_effect_tooltip = depth_charges_advice_tt + } path = { leads_to_tech = advanced_depth_charges research_cost_coeff = 1 } - + xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 1.5 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = 1 y = 7 } + position = { x = 1 y = 8 } } - + ai_will_do = { factor = 4 - - modifier = { - factor = 2 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } advanced_depth_charges = { - enable_equipment_modules = { + enable_equipment_modules = { ship_depth_charge_3 } + on_research_complete = { + custom_effect_tooltip = depth_charges_advice_tt + } path = { leads_to_tech = modern_depth_charges research_cost_coeff = 1 @@ -309,142 +307,142 @@ technologies = { xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 1.5 start_year = 1940 - + folder = { name = mtgnavalfolder - position = { x = 1 y = 13 } + position = { x = 1 y = 14 } } - + ai_will_do = { factor = 2 - - modifier = { - factor = 4 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } modern_depth_charges = { - enable_equipment_modules = { + enable_equipment_modules = { ship_depth_charge_4 } + on_research_complete = { + custom_effect_tooltip = depth_charges_advice_tt + } xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 1.5 start_year = 1944 - + folder = { name = mtgnavalfolder - position = { x = 1 y = 19 } + position = { x = 1 y = 20 } } - + ai_will_do = { factor = 2 - - modifier = { - factor = 4 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } sonar = { - enable_equipment_modules = { + enable_equipment_modules = { ship_sonar_1 } - + on_research_complete = { + custom_effect_tooltip = sonar_advice_tt + } path = { leads_to_tech = improved_sonar research_cost_coeff = 1 } - research_cost = 1 + research_cost = 1.5 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = 2 y = 1 } } - + ai_will_do = { factor = 2 - - modifier = { - factor = 4 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } improved_sonar = { - enable_equipment_modules = { + enable_equipment_modules = { ship_sonar_2 } - + on_research_complete = { + custom_effect_tooltip = sonar_advice_tt + } research_cost = 1 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = 2 y = 6 } + position = { x = 2 y = 7 } } - + ai_will_do = { factor = 2 - - modifier = { - factor = 4 - has_war_with = GER - } } - + categories = { naval_equipment dd_tech asw_tech + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } - ## ### # # ### ## ### ### ## -# # # # # # # # # # # # -# ### # # # # ## ### # -# # # # # # # # # # # # - ## # # ## ### ## ### # # ## + ## ### # # ### ## ### ### ## +# # # # # # # # # # # # +# ### # # # # ## ### # +# # # # # # # # # # # # + ## # # ## ### ## ### # # ## + early_ship_hull_cruiser = { enable_equipments = { ship_hull_cruiser_1 } - enable_equipment_modules = { + enable_equipment_modules = { ship_airplane_launcher_1 - ship_armor_cruiser_1 cruiser_ship_engine_1 + ship_armor_cruiser_1 } path = { leads_to_tech = basic_ship_hull_cruiser @@ -455,37 +453,31 @@ technologies = { leads_to_tech = improved_airplane_launcher research_cost_coeff = 1 } - + allow_branch = { has_dlc = "Man the Guns" } - + research_cost = 1.5 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = -1 y = 2 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 4 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cl_tech ca_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -494,46 +486,36 @@ technologies = { enable_equipments = { ship_hull_cruiser_2 } - enable_equipment_modules = { + enable_equipment_modules = { cruiser_ship_engine_2 } - + path = { leads_to_tech = improved_ship_hull_cruiser research_cost_coeff = 1 } - path = { - leads_to_tech = basic_cruiser_armor_scheme - research_cost_coeff = 1 - } - + research_cost = 1.5 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 7 } + position = { x = -1 y = 8 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 4 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cl_tech ca_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -542,40 +524,34 @@ technologies = { enable_equipments = { ship_hull_cruiser_3 } - enable_equipment_modules = { + enable_equipment_modules = { cruiser_ship_engine_3 } path = { leads_to_tech = advanced_ship_hull_cruiser research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1940 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 13 } + position = { x = -1 y = 14 } } - + ai_will_do = { factor = 1 - - modifier = { - OR = { - tag = ENG - tag = JAP - tag = USA - } - factor = 4 - } } - + categories = { naval_equipment cl_tech ca_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -584,212 +560,113 @@ technologies = { enable_equipments = { ship_hull_cruiser_4 } - enable_equipment_modules = { + enable_equipment_modules = { cruiser_ship_engine_4 } research_cost = 1.5 start_year = 1944 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 19 } + position = { x = -1 y = 20 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 2 - OR = { - tag = ENG - tag = USA - } - } } - + categories = { naval_equipment cl_tech ca_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } improved_airplane_launcher = { - - enable_equipment_modules = { + + enable_equipment_modules = { ship_airplane_launcher_2 } - + on_research_complete = { + custom_effect_tooltip = airplane_launcher_advice_tt + } research_cost = 0.75 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = 0 y = 1 } + position = { x = 0 y = 2 } } - + ai_will_do = { factor = 2 - - modifier = { - factor = 3.5 - OR = { - tag = GER - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cl_tech ca_tech + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } - basic_cruiser_armor_scheme = { - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_cruiser_2 } + on_research_complete = { + custom_effect_tooltip = cruiser_armor_advice_tt + } - - path = { - leads_to_tech = improved_cruiser_armor_scheme + leads_to_tech = basic_heavy_armor_scheme research_cost_coeff = 1 } - xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 0.5 + + start_year = 1922 - start_year = 1936 - folder = { name = mtgnavalfolder - position = { x = 0 y = 6 } + position = { x = 0 y = 2 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 3 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cl_tech ca_tech + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_carrier_and_modules } } - improved_cruiser_armor_scheme = { - enable_equipment_modules = { - ship_armor_cruiser_3 - } - - - - path = { - leads_to_tech = advanced_cruiser_armor_scheme - research_cost_coeff = 1 - } - - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1940 - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 12 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 3 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } - } - - categories = { - naval_equipment - cl_tech - ca_tech - } - } - advanced_cruiser_armor_scheme = { - - enable_equipment_modules = { - ship_armor_cruiser_4 - } - - - - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1944 - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 18 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 3 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } - } - - categories = { - naval_equipment - cl_tech - ca_tech - } - } - -# # ### ## # # # # ## # # ### ### ## -# # # # # # # # # # # # # # # # -#### ## #### # # # # #### # ### # -# # # # # # # # # # # # # # -# # ### # # # # ## # # ### # ## +# # ### ## # # # # ## # # ### ### ## +# # # # # # # # # # # # # # # # +#### ## #### # # # # #### # ### # +# # # # # # # # # # # # # # +# # ### # # # # ## # # ### # ## early_ship_hull_heavy = { @@ -798,42 +675,29 @@ technologies = { ship_hull_heavy_1 } - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_bb_1 - ship_armor_bc_1 heavy_ship_engine_1 + ship_armor_bc_1 } - + path = { leads_to_tech = basic_ship_hull_heavy research_cost_coeff = 1 } - path = { - leads_to_tech = basic_heavy_armor_scheme - research_cost_coeff = 1 - } - + research_cost = 1.75 start_year = 1922 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 2 } + position = { x = 0 y = 2 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 2 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } modifier = { is_major = yes factor = 2 @@ -843,11 +707,12 @@ technologies = { factor = 0 } } - + categories = { naval_equipment bb_tech bc_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -856,37 +721,33 @@ technologies = { enable_equipments = { ship_hull_heavy_2 } - enable_equipment_modules = { + enable_equipment_modules = { heavy_ship_engine_2 } path = { leads_to_tech = improved_ship_hull_heavy research_cost_coeff = 1 } + + path = { + leads_to_tech = basic_heavy_armor_scheme + research_cost_coeff = 1 + } research_cost = 1.5 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 7 } + position = { x = 0 y = 8 } } sub_technologies = { ship_hull_super_heavy } - + ai_will_do = { factor = 1 - - modifier = { - factor = 2 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } modifier = { is_major = yes factor = 2 @@ -896,11 +757,12 @@ technologies = { factor = 0 } } - + categories = { naval_equipment bb_tech bc_tech + mio_cat_tech_all_capital_ship_and_modules } } ship_hull_super_heavy = { @@ -909,27 +771,28 @@ technologies = { ship_hull_super_heavy_1 } - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_shbb } - + research_cost = 1.5 start_year = 1936 - + ai_will_do = { factor = 1 - + modifier = { factor = 25 tag = JAP } } - + categories = { naval_equipment bb_tech bc_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -938,40 +801,36 @@ technologies = { enable_equipments = { ship_hull_heavy_3 } - enable_equipment_modules = { + enable_equipment_modules = { heavy_ship_engine_3 } path = { leads_to_tech = advanced_ship_hull_heavy research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1940 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 13 } + position = { x = 0 y = 14 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 5 - tag = USA - } modifier = { is_major = no factor = 0 } } - + categories = { naval_equipment bb_tech bc_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -980,134 +839,122 @@ technologies = { enable_equipments = { ship_hull_heavy_4 } - enable_equipment_modules = { + enable_equipment_modules = { heavy_ship_engine_4 } research_cost = 1.5 start_year = 1944 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 19 } + position = { x = 0 y = 20 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 5 - tag = USA - - } modifier = { is_major = no factor = 0 } } - + categories = { naval_equipment bb_tech bc_tech + mio_cat_tech_all_capital_ship_and_modules } } + basic_heavy_armor_scheme = { - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_bb_2 ship_armor_bc_2 + ship_armor_cruiser_3 } - + on_research_complete = { + custom_effect_tooltip = heavy_armor_advice_tt + } path = { leads_to_tech = improved_heavy_armor_scheme research_cost_coeff = 1 } - + xp_research_type = navy xp_boost_cost = 50 xp_research_bonus = 1.50 - research_cost = 2.5 + research_cost = 1.25 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = 0 y = 6 } + position = { x = 0 y = 8 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 2 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment bb_tech bc_tech + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules } } improved_heavy_armor_scheme = { - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_bb_3 ship_armor_bc_3 + ship_armor_cruiser_4 + } + + on_research_complete = { + custom_effect_tooltip = heavy_armor_advice_tt } - xp_research_type = navy xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 + xp_research_bonus = 1.25 + research_cost = 1.25 - start_year = 1940 - folder = { name = mtgnavalfolder - position = { x = 0 y = 12 } + position = { x = 0 y = 14 } } - + ai_will_do = { factor = 1 - modifier = { - factor = 4 - OR = { - tag = ENG - tag = USA - } - } - modifier = { - has_tech = improved_ship_hull_heavy + has_tech = improved_ship_hull_heavy factor = 2 } } - + categories = { naval_equipment bb_tech bc_tech + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules } } - ## ## ### ### ### ### ### ## -# # # # # # # # # # # # # -# #### ### ### # ## ### # -# # # # # # # # # # # # # - ## # # # # # # ### ### # # ## + ## ## ### ### ### ### ### ## +# # # # # # # # # # # # # +# #### ### ### # ## ### # +# # # # # # # # # # # # # + ## # # # # # # ### ### # # ## early_ship_hull_carrier = { @@ -1116,42 +963,34 @@ early_ship_hull_carrier = { ship_hull_carrier_conversion_ca } - enable_equipment_modules = { + enable_equipment_modules = { ship_armor_carrier_deck carrier_ship_engine_1 ship_deck_space } - + path = { leads_to_tech = basic_ship_hull_carrier research_cost_coeff = 1 } - + research_cost = 1.75 start_year = 1922 - + folder = { name = mtgnavalfolder position = { x = -1 y = 2 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 8 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cv_tech + mio_cat_tech_all_carrier_and_modules } } @@ -1160,39 +999,31 @@ early_ship_hull_carrier = { enable_equipments = { ship_hull_carrier_1 } - enable_equipment_modules = { + enable_equipment_modules = { carrier_ship_engine_2 } path = { leads_to_tech = improved_ship_hull_carrier research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1936 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 7 } + position = { x = -1 y = 8 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 8 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cv_tech + mio_cat_tech_all_carrier_and_modules } } @@ -1201,39 +1032,31 @@ early_ship_hull_carrier = { enable_equipments = { ship_hull_carrier_2 } - enable_equipment_modules = { + enable_equipment_modules = { carrier_ship_engine_3 } path = { leads_to_tech = advanced_ship_hull_carrier research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1940 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 13 } + position = { x = -1 y = 14 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 8 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cv_tech + mio_cat_tech_all_carrier_and_modules } } @@ -1242,2208 +1065,243 @@ early_ship_hull_carrier = { enable_equipments = { ship_hull_carrier_3 } - enable_equipment_modules = { + enable_equipment_modules = { carrier_ship_engine_4 } research_cost = 1.5 start_year = 1944 - + folder = { name = mtgnavalfolder - position = { x = -1 y = 19 } + position = { x = -1 y = 20 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 8 - OR = { - tag = ENG - tag = JAP - tag = USA - } - } } - + categories = { naval_equipment cv_tech + mio_cat_tech_all_carrier_and_modules } } -### ## ### ### ### ### ## # # ## ### ## ### ### ### ## # # ### # # ## ### ### # # ### ## - # # # # # # # # # # # # # # # # # # # # # # # # {~._.~} # # # # # ## ## # # # # # ## # # # - # # # ### ### ## # # # # # # # #### ### #### ## ### ## ( Y ) # # # ### # # # #### ### # # ## ## # - # # # # # # # # # # # # # # # # # # # # # # # # ()~*~() # # # # # # # # # # # # # # # # - # ## # # # ### ### ## # # # # # # # # # # # ### (_)-(_) ## ## ### # # # # # # ### # # ### ## - - basic_torpedo = { - - research_cost = 1 +# ## # # ### # # ## ### ### # # ### ## +#{~._.~} # # # # # ## ## # # # # # ## # # # +# ( Y ) # # # ### # # # #### ### # # ## ## # +#()~*~() # # # # # # # # # # # # # # # # +#(_)-(_) ## ## ### # # # # # # ### # # ### ## - start_year = 1922 + early_ship_hull_submarine = { - path = { - leads_to_tech = magnetic_detonator - research_cost_coeff = 1 + enable_equipments = { + ship_hull_submarine_1 } - path = { - leads_to_tech = early_ship_hull_submarine - research_cost_coeff = 1 + enable_equipment_modules = { + ship_torpedo_sub_1 + sub_ship_engine_1 } path = { - leads_to_tech = improved_ship_torpedo_launcher + leads_to_tech = basic_ship_hull_submarine research_cost_coeff = 1 } - enable_equipment_modules = { - ship_torpedo_1 - } - + research_cost = 1.5 + start_year = 1922 folder = { name = mtgnavalfolder - position = { x = 0 y = 1 } + position = { x = -2 y = 2 } } - + ai_will_do = { - factor = 2 - modifier = { - OR = { - tag = JAP - tag = USA - tag = GER - } - factor = 5 - } - modifier = { - has_war = yes - factor = 3 - } + factor = 1 } - + categories = { naval_equipment + ss_tech + mio_cat_tech_all_submarine_and_modules } } - magnetic_detonator = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1936 + basic_ship_hull_submarine = { - path = { - leads_to_tech = homing_torpedo - research_cost_coeff = 1 + enable_equipments = { + ship_hull_submarine_2 + } + enable_equipment_modules = { + ship_torpedo_sub_2 + sub_ship_engine_2 } - path = { - leads_to_tech = electric_torpedo + leads_to_tech = improved_ship_hull_submarine research_cost_coeff = 1 } - destroyer = { - torpedo_attack = 0.2 - } - submarine = { - torpedo_attack = 0.2 - } - light_cruiser = { - torpedo_attack = 0.2 - } - heavy_cruiser = { - torpedo_attack = 0.2 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 6 } - } - - ai_will_do = { - factor = 2 - modifier = { - OR = { - tag = JAP - tag = USA - tag = GER - } - factor = 5 - } - modifier = { - has_war = yes - factor = 3 - } - modifier = { - tag = JAP #Japan wants torpedoes EXTRA HARD - factor = 2 - } - } - - categories = { - naval_equipment - } - } + research_cost = 1.5 - homing_torpedo = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 + start_year = 1936 - start_year = 1942 - destroyer = { - torpedo_attack = 0.2 - } - submarine = { - torpedo_attack = 0.2 - } - light_cruiser = { - torpedo_attack = 0.2 - } - heavy_cruiser = { - torpedo_attack = 0.2 - } folder = { name = mtgnavalfolder - position = { x = 2 y = 16 } + position = { x = -2 y = 8 } } - + ai_will_do = { - factor = 2 - modifier = { - OR = { - tag = JAP - tag = USA - tag = GER - } - factor = 5 - } - modifier = { - has_war = yes - factor = 3 - } + factor = 1 } - + categories = { naval_equipment + ss_tech + mio_cat_tech_all_submarine_and_modules } } - electric_torpedo = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1940 - - - naval_torpedo_reveal_chance_factor = -0.25 - + improved_ship_hull_submarine = { - folder = { - name = mtgnavalfolder - position = { x = 3 y = 14 } - } - - ai_will_do = { - factor = 2 - modifier = { - OR = { - tag = JAP - tag = USA - tag = GER - } - factor = 5 - } + enable_equipments = { + ship_hull_submarine_3 } - - categories = { - naval_equipment + enable_equipment_modules = { + ship_torpedo_sub_3 + sub_ship_engine_3 } - } - improved_ship_torpedo_launcher = { - - research_cost = 1 - - start_year = 1936 path = { - leads_to_tech = advanced_ship_torpedo_launcher + leads_to_tech = advanced_ship_hull_submarine research_cost_coeff = 1 } - enable_equipment_modules = { - ship_torpedo_2 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 6 } - } - - ai_will_do = { - factor = 2 - modifier = { - tag = JAP - factor = 5 - } - } - - categories = { - naval_equipment - } - } - advanced_ship_torpedo_launcher = { - - research_cost = 1 - - start_year = 1940 - path = { - leads_to_tech = modern_ship_torpedo_launcher + leads_to_tech = basic_submarine_snorkel research_cost_coeff = 1 } - enable_equipment_modules = { - ship_torpedo_3 - } - + research_cost = 2.0 + start_year = 1940 folder = { name = mtgnavalfolder - position = { x = 0 y = 14 } + position = { x = -2 y = 14 } } - + ai_will_do = { - factor = 2 - modifier = { - tag = JAP - factor = 5 - } + factor = 1 } - + categories = { naval_equipment + ss_tech + mio_cat_tech_all_submarine_and_modules } } - modern_ship_torpedo_launcher = { - - research_cost = 1 - start_year = 1944 + advanced_ship_hull_submarine = { - enable_equipment_modules = { - ship_torpedo_4 + enable_equipments = { + ship_hull_submarine_4 } - + enable_equipment_modules = { + ship_torpedo_sub_4 + sub_ship_engine_4 + } + + research_cost = 2.0 + start_year = 1944 folder = { name = mtgnavalfolder - position = { x = 0 y = 20 } + position = { x = -2 y = 20 } } - + ai_will_do = { - factor = 2 - modifier = { - tag = JAP - factor = 5 - } + factor = 1 } - + categories = { naval_equipment + ss_tech + mio_cat_tech_all_submarine_and_modules } } - early_ship_hull_submarine = { - - enable_equipments = { - ship_hull_submarine_1 - } + basic_submarine_snorkel = { - enable_equipment_modules = { - ship_torpedo_sub_1 - sub_ship_engine_1 + enable_equipment_modules = { + ship_sub_snorkel_1 } - path = { - leads_to_tech = basic_ship_hull_submarine + leads_to_tech = improved_submarine_snorkel research_cost_coeff = 1 } + on_research_complete = { + custom_effect_tooltip = snorkel_advice_tt + } + research_cost = 1 - research_cost = 1.25 + start_year = 1940 - start_year = 1922 - folder = { name = mtgnavalfolder - position = { x = -2 y = 2 } + position = { x = -1 y = 13 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = USA - } - } } - + categories = { naval_equipment ss_tech + ship_modules_tech + mio_cat_tech_all_submarine_and_modules } } - basic_ship_hull_submarine = { + improved_submarine_snorkel = { - enable_equipments = { - ship_hull_submarine_2 - } - enable_equipment_modules = { - ship_torpedo_sub_2 - sub_ship_engine_2 + enable_equipment_modules = { + ship_sub_snorkel_2 } - path = { - leads_to_tech = improved_ship_hull_submarine - research_cost_coeff = 1 + + on_research_complete = { + custom_effect_tooltip = snorkel_advice_tt } path = { - leads_to_tech = basic_submarine_snorkel + leads_to_tech = improved_submarine_snorkel research_cost_coeff = 1 } - - research_cost = 1.25 - start_year = 1936 - + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + research_cost = 2 + + start_year = 1944 + folder = { name = mtgnavalfolder - position = { x = -2 y = 7 } + position = { x = -1 y = 19 } } - + ai_will_do = { factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = USA - } - } } - + categories = { naval_equipment ss_tech - } - } - - improved_ship_hull_submarine = { - - enable_equipments = { - ship_hull_submarine_3 - } - enable_equipment_modules = { - ship_torpedo_sub_3 - sub_ship_engine_3 - } - - path = { - leads_to_tech = advanced_ship_hull_submarine - research_cost_coeff = 1 - } - - research_cost = 1.25 - - start_year = 1940 - - folder = { - name = mtgnavalfolder - position = { x = -2 y = 13 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = USA - } - } - } - - categories = { - naval_equipment - ss_tech - } - } - - advanced_ship_hull_submarine = { - - enable_equipments = { - ship_hull_submarine_4 - } - enable_equipment_modules = { - ship_torpedo_sub_4 - sub_ship_engine_4 - } - - research_cost = 1.25 - - start_year = 1944 - - folder = { - name = mtgnavalfolder - position = { x = -2 y = 19 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = USA - } - } - } - - categories = { - naval_equipment - ss_tech - } - } - - basic_submarine_snorkel = { - - enable_equipment_modules = { - ship_sub_snorkel_1 - } - path = { - leads_to_tech = improved_submarine_snorkel - research_cost_coeff = 1 - } - - research_cost = 1 - - start_year = 1940 - - folder = { - name = mtgnavalfolder - position = { x = -1 y = 12 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = HOL - } - } - modifier = { - not = { - has_war_with = ENG - has_War_with = USA - } - factor = 0.5 - } - } - - categories = { - naval_equipment - ss_tech - } - } - - improved_submarine_snorkel = { - - enable_equipment_modules = { - ship_sub_snorkel_2 - } - path = { - leads_to_tech = improved_submarine_snorkel - research_cost_coeff = 1 - } - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2 - - start_year = 1944 - - folder = { - name = mtgnavalfolder - position = { x = -1 y = 18 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 7 - OR = { - tag = GER - tag = HOL - } - } - } - - categories = { - naval_equipment - ss_tech - } - } - - ## ### # # ## # # ### # # ### ## -# # # # ## ## # # ## ## # ## # # # -#### ### # # # #### # # # ## # ## # # -# # # # # # # # # # # # # # # -# # # # # # # # # # ### # # # ## - - - basic_battery = { - - research_cost = 1 - - start_year = 1922 - - path = { - leads_to_tech = basic_light_battery - research_cost_coeff = 1 - } - - path = { - leads_to_tech = basic_medium_battery - research_cost_coeff = 1 - } - - path = { - leads_to_tech = basic_heavy_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_light_battery_1 - ship_medium_battery_1 - ship_light_medium_battery_1 - ship_heavy_battery_1 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - has_tech = early_ship_hull_light - has_tech = early_ship_hull_cruiser - has_tech = early_ship_hull_heavy - } - factor = 500 - } - } - - categories = { - naval_equipment - } - } - - basic_light_battery = { - - research_cost = 1 - - start_year = 1936 - - path = { - leads_to_tech = improved_light_battery - research_cost_coeff = 1 - } - - path = { - leads_to_tech = basic_light_shell - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_light_battery_2 - } - - - - folder = { - name = mtgnavalfolder - position = { x = -2 y = 5 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = basic_ship_hull_light - factor = 20 - } - } - - categories = { - naval_equipment - } - } - improved_light_battery = { - - research_cost = 1 - - start_year = 1940 - - path = { - leads_to_tech = advanced_light_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_light_battery_3 - } - - - - folder = { - name = mtgnavalfolder - position = { x = -2 y = 12 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = improved_ship_hull_light - factor = 20 - } - } - - categories = { - naval_equipment - } - } - advanced_light_battery = { - - research_cost = 1 - - start_year = 1944 - - enable_equipment_modules = { - ship_light_battery_4 - } - - - - folder = { - name = mtgnavalfolder - position = { x = -2 y = 18 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = advanced_ship_hull_light - factor = 20 - } - } - - categories = { - naval_equipment - } - } - - basic_light_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1936 - - path = { - leads_to_tech = improved_light_shell - research_cost_coeff = 1 - } - - destroyer = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - light_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - heavy_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - battleship = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - battle_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - carrier = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = -1 y = 7 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_war = yes - factor = 10 - } - } - - categories = { - naval_equipment - } - } - improved_light_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1942 - - destroyer = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - light_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - heavy_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - battleship = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - battle_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - carrier = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = -1 y = 15 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_war = yes - factor = 10 - } - } - - categories = { - naval_equipment - } - } - - basic_medium_battery = { - - research_cost = 1 - - start_year = 1936 - - path = { - leads_to_tech = improved_medium_battery - research_cost_coeff = 1 - } - - path = { - leads_to_tech = basic_medium_shell - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_medium_battery_2 - ship_light_medium_battery_2 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 5 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = improved_ship_hull_cruiser - factor = 5 - } - } - - categories = { - naval_equipment - } - } - improved_medium_battery = { - - research_cost = 1 - - start_year = 1940 - - path = { - leads_to_tech = advanced_medium_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_medium_battery_3 - ship_light_medium_battery_3 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 12 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = advanced_ship_hull_cruiser - factor = 5 - } - } - - categories = { - naval_equipment - } - } - advanced_medium_battery = { - - research_cost = 1 - - start_year = 1944 - - enable_equipment_modules = { - ship_medium_battery_4 - ship_light_medium_battery_4 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 18 } - } - - ai_will_do = { - factor = 1 - } - - categories = { - naval_equipment - } - } - basic_medium_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1936 - - path = { - leads_to_tech = improved_medium_shell - research_cost_coeff = 1 - } - - light_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - heavy_cruiser = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = 1 y = 7 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_war = yes - factor = 7 - } - } - - categories = { - naval_equipment - } - } - improved_medium_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1940 - - - light_cruiser = { - lg_attack = 0.05 - lg_armor_piercing = 0.05 - } - heavy_cruiser = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - - - folder = { - name = mtgnavalfolder - position = { x = 1 y = 15 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_war = yes - factor = 7 - } - } - - categories = { - naval_equipment - } - } - - basic_heavy_battery = { - - research_cost = 1 - - start_year = 1936 - - path = { - leads_to_tech = improved_heavy_battery - research_cost_coeff = 1 - } - - path = { - leads_to_tech = basic_heavy_shell - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_heavy_battery_2 - ship_super_heavy_battery_1 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 5 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = basic_ship_hull_heavy - factor = 20 - } - modifier = { - OR = { - tag = GER - tag = JAP - } - factor = 2 - } - } - - categories = { - naval_equipment - } - } - improved_heavy_battery = { - - research_cost = 1 - - start_year = 1940 - - path = { - leads_to_tech = advanced_heavy_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_heavy_battery_3 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 12 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = improved_ship_hull_heavy - factor = 20 - } - modifier = { - OR = { - tag = GER - tag = JAP - } - factor = 2 - } - } - - categories = { - naval_equipment - } - } - advanced_heavy_battery = { - - research_cost = 1 - - start_year = 1944 - - enable_equipment_modules = { - ship_heavy_battery_4 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 18 } - } - - ai_will_do = { - factor = 1 - modifier = { - has_tech = advanced_ship_hull_heavy - factor = 20 - } - modifier = { - OR = { - tag = GER - tag = JAP - } - factor = 2 - } - } - - categories = { - naval_equipment - } - } - basic_heavy_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1938 - - path = { - leads_to_tech = improved_heavy_shell - research_cost_coeff = 1 - } - - battleship = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - battle_cruiser = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = 3 y = 7 } - } - - ai_will_do = { - factor = 1 - modifier = { - is_major = yes - has_war = yes - factor = 5 - } - - } - - categories = { - naval_equipment - } - } - improved_heavy_shell = { - - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - - start_year = 1942 - - - battleship = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - battle_cruiser = { - hg_attack = 0.05 - hg_armor_piercing = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = 3 y = 15 } - } - - ai_will_do = { - factor = 1 - modifier = { - is_major = yes - has_war = yes - factor = 5 - } - } - - categories = { - naval_equipment - } - } - - basic_secondary_battery = { - - research_cost = 0.8 - - start_year = 1922 - - path = { - leads_to_tech = improved_secondary_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_secondaries_1 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - has_tech = early_ship_hull_cruiser - has_tech = early_ship_hull_heavy - } - factor = 5 - } - } - - categories = { - naval_equipment - } - } - improved_secondary_battery = { - - research_cost = 0.8 - - start_year = 1936 - - path = { - leads_to_tech = dp_secondary_battery - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_secondaries_2 - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 6 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - has_tech = basic_ship_hull_cruiser - has_tech = basic_ship_hull_heavy - } - factor = 5 - } - } - - categories = { - naval_equipment - } - } - dp_secondary_battery = { - - research_cost = 0.8 - - start_year = 1940 - - enable_equipment_modules = { - dp_ship_secondaries - dp_light_battery - } - - - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 12 } - } - - ai_will_do = { - factor = 2 - modifier = { - OR = { - tag = ENG - tag = USA - tag = JAP - } - factor = 20 - } - } - - categories = { - naval_equipment - } - } - - -### ## # # ## ## ### ## ## # # ### ### ## # -# # # # ## ## # # # # # # # # ## # # # # # # # -# # #### # # # #### # ## ## # # # # ## # ### # # # -# # # # # # # # # # # # # # # # # # # # # # # -### # # # # # # ## ### ## ## # # # # # ## ### - - damage_control_1 = { - - research_cost = 2.5 - path = { - leads_to_tech = damage_control_2 - research_cost_coeff = 1 - } - critical_receive_chance = -0.1 - naval_critical_effect_factor = -0.1 - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 3 - modifier = { - is_historical_focus_on = yes - tag = JAP - factor = 0.25 - } - modifier = { - tag = USA - factor = 3 - } - modifier = { - has_war = yes - factor = 2 - } - } - - categories = { - naval_equipment - } - } - - damage_control_2 = { - - research_cost = 2.5 - path = { - leads_to_tech = damage_control_3 - research_cost_coeff = 1 - } - critical_receive_chance = -0.1 - naval_critical_effect_factor = -0.1 - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 6 } - } - - ai_will_do = { - factor = 3 - modifier = { - is_historical_focus_on = yes - tag = JAP - factor = 0.25 - } - modifier = { - tag = USA - factor = 3 - } - modifier = { - has_war = yes - factor = 2 - } - } - - categories = { - naval_equipment - } - } - - damage_control_3 = { - - research_cost = 2.5 - critical_receive_chance = -0.1 - naval_critical_effect_factor = -0.1 - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 12 } - } - - ai_will_do = { - factor = 3 - modifier = { - is_historical_focus_on = yes - tag = JAP - factor = 0.25 - } - modifier = { - tag = USA - factor = 3 - } - modifier = { - has_war = yes - factor = 2 - } - } - - categories = { - naval_equipment - } - } - -### ### ### ### ## ## # # ### ### ## # # # ### ### # # ## ### ## -# # # # # # # # # ## # # # # # # # ## ## # # # # # # # # # -## # ### ## # # # # ## # ### # # # # # # ## # #### # # # # # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # -# ### # # ### ## ## # # # # # ## ### # # ### # # # ## ### ## - -#NOTE: FIRE CONTROL SYSTEMS ARE IN ELECTROMECHANICAL ENGINEERING FOLDER! - - fire_control_methods_1 = { - - research_cost = 2.5 - path = { - leads_to_tech = fire_control_methods_2 - research_cost_coeff = 1 - } - battleship = { - lg_attack = 0.05 - hg_attack = 0.05 - } - battle_cruiser = { - lg_attack = 0.05 - hg_attack = 0.05 - } - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 3 - modifier = { - has_war = yes - factor = 2 - } - modifier = { - tag = JAP - factor = 5 - } - } - - categories = { - naval_equipment - } - } - - fire_control_methods_2 = { - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - research_cost = 2.5 - path = { - leads_to_tech = fire_control_methods_3 - research_cost_coeff = 1 - } - battleship = { - lg_attack = 0.1 - hg_attack = 0.1 - } - battle_cruiser = { - lg_attack = 0.1 - hg_attack = 0.1 - } - heavy_cruiser = { - lg_attack = 0.05 - hg_attack = 0.05 - } - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 6 } - } - - ai_will_do = { - factor = 3 - modifier = { - has_war = yes - factor = 2 - } - modifier = { - tag = JAP - factor = 5 - } - } - - categories = { - naval_equipment - } - } - - fire_control_methods_3 = { - - research_cost = 2.5 - battleship = { - lg_attack = 0.15 - hg_attack = 0.15 - } - battle_cruiser = { - lg_attack = 0.15 - hg_attack = 0.15 - } - heavy_cruiser = { - lg_attack = 0.1 - hg_attack = 0.1 - } - light_cruiser = { - lg_attack = 0.1 - hg_attack = 0.1 - } - destroyer = { - lg_attack = 0.05 - hg_attack = 0.05 - } - xp_research_type = navy - xp_boost_cost = 50 - xp_research_bonus = 1.50 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 12 } - } - - ai_will_do = { - factor = 3 - modifier = { - has_war = yes - factor = 2 - } - modifier = { - tag = JAP - factor = 5 - } - } - - categories = { - naval_equipment - } - } - - -# # ### # # ### ## -## ## # ## # # # -# # # # # ## ## # -# # # # # # # -# # ### # # ### ## - - basic_naval_mines = { - - research_cost = 2 - - start_year = 1922 - - path = { - leads_to_tech = improved_naval_mines - research_cost_coeff = 1 - } - - path = { - leads_to_tech = submarine_mine_laying - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_mine_layer_1 - } - - enable_equipment_modules = { - ship_mine_sweeper_1 - } - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - tag = SOV - } - factor = 6 - } - modifier = { - has_war = yes - factor = 2 - } - modifier = { - is_major = no - factor = 2 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - submarine_mine_laying = { - - research_cost = 2 - - start_year = 1922 - - path = { - leads_to_tech = improved_submarine_mine_laying - research_cost_coeff = 1 - } - - enable_equipment_modules = { - ship_mine_layer_sub - } - - folder = { - name = mtgnavalfolder - position = { x = 4 y = 1 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - tag = SOV - } - factor = 6 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - improved_submarine_mine_laying = { - - research_cost = 2 - - start_year = 1940 - - submarine = { - mines_planting = 0.2 - } - - folder = { - name = mtgnavalfolder - position = { x = 4 y = 14 } - } - - ai_will_do = { - factor = 1.5 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - tag = SOV - } - factor = 6 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - improved_naval_mines = { - - research_cost = 2 - - start_year = 1936 - - path = { - leads_to_tech = advanced_naval_mines - research_cost_coeff = 1 - } - - path = { - leads_to_tech = degaussing - research_cost_coeff = 1 - } - - - - naval_mines_damage_factor = 0.2 # more boom for the boom box - folder = { - name = mtgnavalfolder - position = { x = 0 y = 7 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - tag = SOV - } - factor = 6 - } - modifier = { - has_war = yes - factor = 2 - } - modifier = { - is_major = no - factor = 2 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - degaussing = { - - research_cost = 1 - - start_year = 1938 - - naval_mines_effect_reduction = 0.5 - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 9 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - tag = SOV - } - factor = 5 - } - } - - categories = { - naval_mines - naval_minesweeping - naval_equipment - } - } - - advanced_naval_mines = { - - research_cost = 2 - - start_year = 1942 - - path = { - leads_to_tech = modern_naval_mines - research_cost_coeff = 1 - } - - path = { - leads_to_tech = airdrop_mines - research_cost_coeff = 1 - } - - naval_mines_damage_factor = 0.2 # more boom for the boom box - folder = { - name = mtgnavalfolder - position = { x = 0 y = 14 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = USA - tag = ENG - } - factor = 5 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - airdrop_mines = { - - research_cost = 2 - - start_year = 1942 - - #category_nav_bomber = { - # mines_planting = 0.05 - #} - #category_tac_bomber = { - # mines_planting = 0.08 - #} - #category_strat_bomber = { - # mines_planting = 0.13 - #} - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 14 } - } - - ai_will_do = { - factor = 1 - modifier = { - OR = { - tag = GER - tag = USA - tag = ENG - } - factor = 7 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - modern_naval_mines = { - - research_cost = 2 - - start_year = 1945 - - path = { - leads_to_tech = airsweep_mines - research_cost_coeff = 1 - } - - naval_mines_damage_factor = 0.2 # more boom for the boom box - folder = { - name = mtgnavalfolder - position = { x = 0 y = 19 } - } - - ai_will_do = { - factor = 1 - modifier = { - tag = USA - factor = 3 - } - } - - categories = { - naval_mines - naval_minelaying - naval_equipment - } - } - - airsweep_mines = { - - research_cost = 2 - - start_year = 1944 - - #category_nav_bomber = { - # mines_sweeping = 0.1 - #} - - #category_tac_bomber = { - # mines_sweeping = 0.15 - #} - - folder = { - name = mtgnavalfolder - position = { x = 2 y = 19 } - } - - ai_will_do = { - factor = 1 - } - - categories = { - naval_mines - naval_minesweeping - naval_equipment - } - } - - mtg_transport = { #WHEN BALANCING - ALSO FIX REGULAR NAVAL TREE - - transport_capacity = -0.5 - naval_invasion_capacity = 10 - - path = { - leads_to_tech = mtg_landing_craft - research_cost_coeff = 1 - } - - research_cost = 1.5 - start_year = 1922 - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 1 } - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 0.5 - has_war = no - } - - modifier = { - factor = 2 - tag = USA - } - modifier = { - has_war_with = JAP - factor = 2 - } - - modifier = { - factor = 3 - tag = JAP - } - - modifier = { - factor = 2 - tag = ENG - } - } - - categories = { - naval_equipment - tp_tech - } - } - - mtg_landing_craft = { - - invasion_preparation = -0.5 - amphibious_invasion_defence = 0.15 - naval_invasion_capacity = 40 - - path = { - leads_to_tech = mtg_tank_landing_craft - research_cost_coeff = 1 - } - - research_cost = 2 - start_year = 1940 - - folder = { - name = mtgnavalfolder - position = { x = 0 y = 13 } - } - - ai_will_do = { - factor = 2 - - modifier = { - factor = 0.5 - has_war = no - } - - modifier = { - factor = 2 - tag = USA - } - modifier = { - has_war_with = JAP - factor = 2 - } - modifier = { - factor = 50 - tag = JAP - OR = { - has_war_with = USA - CHI = { - OR = { - has_capitulated = yes - exists = no - is_subject_of = JAP - } - } - } - } - - modifier = { - factor = 2 - tag = ENG - } - } - - categories = { - naval_equipment - tp_tech - } - } - - mtg_tank_landing_craft = { - - amphibious_invasion = 0.25 - amphibious_invasion_defence = 0.5 - naval_invasion_capacity = 100 - - research_cost = 2 - start_year = 1944 - folder = { - name = mtgnavalfolder - position = { x = 0 y = 19 } - } - - ai_will_do = { - factor = 2 - - modifier = { - factor = 0.5 - has_war = no - } - - modifier = { - factor = 2 - tag = USA - } - modifier = { - factor = 2 - has_war_with = JAP - } - modifier = { - factor = 3 - tag = JAP - } - - modifier = { - factor = 2 - tag = ENG - } - } - - categories = { - naval_equipment - tp_tech - } - } - - ###Special snowflake hulls for special snowflake nations - panzerschiffe = { - - enable_equipments = { - ship_hull_cruiser_panzerschiff - } - - research_cost = 1 - start_year = 1936 - - #set at gamestart - allow = { - always = no - } - } - torpedo_cruiser_mtg = { - - enable_equipments = { - ship_hull_torpedo_cruiser - } - - research_cost = 1 - start_year = 1936 - - #set at gamestart - allow = { - always = no - } - } - pre_dreadnoughts = { - - enable_equipments = { - ship_hull_pre_dreadnought - } - - research_cost = 1 - start_year = 1936 - - #set at gamestart - allow = { - always = no - } - } - coastal_defense_ships = { - - enable_equipments = { - ship_hull_cruiser_coastal_defense_ship - } - - research_cost = 1 - start_year = 1936 - - #set at gamestart - allow = { - always = no - } - } - cruiser_submarines = { - - enable_equipments = { - ship_hull_cruiser_submarine - } - enable_equipment_modules = { - ship_extra_fuel_tank - } - research_cost = 1 - start_year = 1936 - - #set at gamestart - allow = { - always = no + ship_modules_tech + mio_cat_tech_all_submarine_and_modules } } } diff --git a/1632_RoF/common/technologies/MTG_naval_Support.txt b/1632_RoF/common/technologies/MTG_naval_Support.txt new file mode 100644 index 00000000..27813579 --- /dev/null +++ b/1632_RoF/common/technologies/MTG_naval_Support.txt @@ -0,0 +1,1967 @@ +technologies = { + + ## ### # # ## # # ### # # ### ## + # # # # ## ## # # ## ## # ## # # # + #### ### # # # #### # # # ## # ## # # + # # # # # # # # # # # # # # # + # # # # # # # # # # ### # # # ## + + + basic_battery = { + + research_cost = 1 + + start_year = 1922 + + path = { + leads_to_tech = basic_light_battery + research_cost_coeff = 1 + } + on_research_complete = { + custom_effect_tooltip = light_battery_advice_tt + custom_effect_tooltip = medium_battery_advice_tt + custom_effect_tooltip = heavy_battery_advice_tt + custom_effect_tooltip = secondary_battery_advice_tt + } + + path = { + leads_to_tech = basic_medium_battery + research_cost_coeff = 1 + } + + path = { + leads_to_tech = basic_heavy_battery + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_light_battery_1 + ship_medium_battery_1 + ship_light_medium_battery_1 + ship_heavy_battery_1 + ship_secondaries_1 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = early_ship_hull_light + has_tech = early_ship_hull_cruiser + has_tech = early_ship_hull_heavy + } + factor = 500 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_light_battery + cat_ship_medium_battery + cat_ship_heavy_battery + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + basic_light_battery = { + + research_cost = 1 + + start_year = 1936 + + path = { + leads_to_tech = basic_light_shell + research_cost_coeff = 1 + } + + on_research_complete = { + custom_effect_tooltip = light_battery_advice_tt + } + + enable_equipment_modules = { + ship_light_battery_2 + } + + + folder = { + name = mtgnavalsupportfolder + position = { x = -6 y = 5 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = basic_ship_hull_light + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_light_battery + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + basic_light_shell = { + + research_cost = 0.5 + + start_year = 1936 + + path = { + leads_to_tech = improved_light_battery + research_cost_coeff = 1 + } + + + destroyer = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + light_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + heavy_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + battleship = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + battle_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + carrier = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = -6 y = 7 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 10 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + improved_light_battery = { + + research_cost = 1 + + start_year = 1939 + + path = { + leads_to_tech = improved_light_shell + research_cost_coeff = 1 + } + + path = { + leads_to_tech = basic_dp_light_battery + research_cost_coeff = 1 + } + + on_research_complete = { + custom_effect_tooltip = light_battery_advice_tt + } + + enable_equipment_modules = { + ship_light_battery_3 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = -6 y = 11 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = improved_ship_hull_light + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_light_battery + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + improved_light_shell = { + + research_cost = 0.5 + + start_year = 1942 + + path = { + leads_to_tech = advanced_light_battery + research_cost_coeff = 1 + } + + destroyer = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + light_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + heavy_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + battleship = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + battle_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + carrier = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = -6 y = 16 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 10 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + advanced_light_battery = { + + research_cost = 1 + + start_year = 1944 + + enable_equipment_modules = { + ship_light_battery_4 + } + + on_research_complete = { + custom_effect_tooltip = light_battery_advice_tt + } + + + folder = { + name = mtgnavalsupportfolder + position = { x = -6 y = 19 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = advanced_ship_hull_light + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_light_battery + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + basic_medium_battery = { + + research_cost = 1 + + start_year = 1936 + + + on_research_complete = { + custom_effect_tooltip = medium_battery_advice_tt + custom_effect_tooltip = secondary_battery_advice_tt + } + + path = { + leads_to_tech = basic_medium_shell + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_medium_battery_2 + ship_light_medium_battery_2 + ship_secondaries_2 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 5 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = improved_ship_hull_cruiser + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_medium_battery + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + + basic_medium_shell = { + + research_cost = 0.5 + + start_year = 1936 + + path = { + leads_to_tech = improved_medium_battery + research_cost_coeff = 1 + } + + light_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + heavy_cruiser = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x =0 y = 7 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 7 + } + } + + categories = { + naval_equipment + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + + improved_medium_battery = { + + research_cost = 1 + + start_year = 1939 + + path = { + leads_to_tech = improved_medium_shell + research_cost_coeff = 1 + } + on_research_complete = { + custom_effect_tooltip = medium_battery_advice_tt + } + enable_equipment_modules = { + ship_medium_battery_3 + ship_light_medium_battery_3 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 11 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = advanced_ship_hull_cruiser + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_medium_battery + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + + improved_medium_shell = { + + research_cost = 0.5 + + start_year = 1942 + + path = { + leads_to_tech = advanced_medium_battery + research_cost_coeff = 1 + } + + path = { + leads_to_tech = basic_dp_medium_battery + research_cost_coeff = 1 + } + + light_cruiser = { + lg_attack = 0.05 + lg_armor_piercing = 0.05 + } + heavy_cruiser = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 16 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 7 + } + } + + categories = { + naval_equipment + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + + advanced_medium_battery = { + + research_cost = 1 + + start_year = 1944 + + enable_equipment_modules = { + ship_medium_battery_4 + ship_light_medium_battery_4 + } + on_research_complete = { + custom_effect_tooltip = medium_battery_advice_tt + } + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 19 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_medium_battery + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + + + basic_heavy_battery = { + + research_cost = 1 + + start_year = 1936 + + path = { + leads_to_tech = basic_heavy_shell + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_heavy_battery_2 + ship_super_heavy_battery_1 + } + + on_research_complete = { + custom_effect_tooltip = heavy_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 6 y = 5 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = basic_ship_hull_heavy + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_heavy_battery + mio_cat_tech_all_capital_ship_and_modules + } + } + + improved_heavy_battery = { + + research_cost = 1 + + start_year = 1939 + + path = { + leads_to_tech = improved_heavy_shell + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_heavy_battery_3 + } + + on_research_complete = { + custom_effect_tooltip = heavy_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 6 y = 11 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = improved_ship_hull_heavy + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_heavy_battery + mio_cat_tech_all_capital_ship_and_modules + } + } + + advanced_heavy_battery = { + + research_cost = 1 + + start_year = 1944 + + enable_equipment_modules = { + ship_heavy_battery_4 + } + + on_research_complete = { + custom_effect_tooltip = heavy_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 6 y = 19 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_tech = advanced_ship_hull_heavy + factor = 20 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_ship_heavy_battery + mio_cat_tech_all_capital_ship_and_modules + } + } + + basic_heavy_shell = { + + research_cost = 0.5 + + start_year = 1936 + + path = { + leads_to_tech = improved_heavy_battery + research_cost_coeff = 1 + } + + battleship = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + battle_cruiser = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 6 y = 7 } + } + + ai_will_do = { + factor = 1 + modifier = { + is_major = yes + has_war = yes + factor = 5 + } + + } + + categories = { + naval_equipment + mio_cat_tech_all_capital_ship_and_modules + } + } + + improved_heavy_shell = { + + research_cost = 0.5 + + start_year = 1942 + + path = { + leads_to_tech = advanced_heavy_battery + research_cost_coeff = 1 + } + + battleship = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + battle_cruiser = { + hg_attack = 0.05 + hg_armor_piercing = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 6 y = 16 } + } + + ai_will_do = { + factor = 1 + modifier = { + is_major = yes + has_war = yes + factor = 5 + } + } + + categories = { + naval_equipment + mio_cat_tech_all_capital_ship_and_modules + } + } + + basic_dp_light_battery = { + + research_cost = 1 + + start_year = 1939 + + enable_equipment_modules = { + dp_light_battery_2 + dp_ship_secondaries_2 + dp_light_battery_1 + dp_ship_secondaries_1 + } + + path = { + leads_to_tech = improved_dp_light_battery + research_cost_coeff = 1 + } + + on_research_complete = { + custom_effect_tooltip = secondary_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = -3 y = 11 } + } + + ai_will_do = { + factor = 2 + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + improved_dp_light_battery = { + + research_cost = 1 + + start_year = 1939 + + enable_equipment_modules = { + dp_light_battery_3 + dp_ship_secondaries_3 + } + + on_research_complete = { + custom_effect_tooltip = secondary_battery_advice_tt + } + + path = { + leads_to_tech = advanced_dp_light_battery + research_cost_coeff = 1 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = -3 y = 13 } + } + + ai_will_do = { + factor = 2 + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + advanced_dp_light_battery = { + + research_cost = 1 + + start_year = 1944 + + enable_equipment_modules = { + dp_light_battery_4 + dp_ship_secondaries_4 + } + + on_research_complete = { + custom_effect_tooltip = secondary_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = -3 y = 19 } + } + + ai_will_do = { + factor = 2 + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + basic_dp_medium_battery = { + + research_cost = 1.5 + + start_year = 1944 + + enable_equipment_modules = { + dp_ship_medium_1 + } + + on_research_complete = { + custom_effect_tooltip = secondary_battery_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 3 y = 19 } + } + + ai_will_do = { + factor = 2 + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + } + } + +### ## ### ### ### ### ## # # ## ### ## ### ### ### + # # # # # # # # # # # # # # # # # # # # # # # # + # # # ### ### ## # # # # # # # #### ### #### ## ### ## + # # # # # # # # # # # # # # # # # # # # # # # # + # ## # # # ### ### ## # # # # # # # # # # # ### + + basic_torpedo = { + + research_cost = 2.0 + + start_year = 1922 + + path = { + leads_to_tech = magnetic_detonator + research_cost_coeff = 1 + } + + path = { + leads_to_tech = improved_ship_torpedo_launcher + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_torpedo_1 + torpedo_mounting + } + + on_research_complete = { + custom_effect_tooltip = torpedo_advice_tt + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 2 + modifier = { + has_war = yes + factor = 3 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + mio_cat_tech_all_submarine_and_modules #Not really Sub but unlocks tech improving Subs torpedo stuff later + } + } + + magnetic_detonator = { + + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + research_cost = 2.5 + + start_year = 1936 + + path = { + leads_to_tech = homing_torpedo + research_cost_coeff = 1 + } + + path = { + leads_to_tech = electric_torpedo + research_cost_coeff = 1 + } + + destroyer = { + torpedo_attack = 0.2 + } + submarine = { + torpedo_attack = 0.2 + } + light_cruiser = { + torpedo_attack = 0.2 + } + heavy_cruiser = { + torpedo_attack = 0.2 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 7 } + } + + ai_will_do = { + factor = 2 + modifier = { + has_war = yes + factor = 3 + } + modifier = { + tag = JAP #Japan wants torpedoes EXTRA HARD + factor = 2 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + mio_cat_tech_all_submarine_and_modules + } + } + + homing_torpedo = { + + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + research_cost = 2.5 + + start_year = 1942 + destroyer = { + naval_torpedo_hit_chance_factor = 0.1 + } + submarine = { + naval_torpedo_hit_chance_factor = 0.1 + } + light_cruiser = { + naval_torpedo_hit_chance_factor = 0.1 + } + heavy_cruiser = { + naval_torpedo_hit_chance_factor = 0.1 + } + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 16 } + } + + ai_will_do = { + factor = 2 + modifier = { + has_war = yes + factor = 3 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + mio_cat_tech_all_submarine_and_modules + } + } + + electric_torpedo = { + + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + research_cost = 2.5 + + start_year = 1940 + + + naval_torpedo_reveal_chance_factor = -0.25 + + + folder = { + name = mtgnavalsupportfolder + position = { x = 3 y = 13 } + } + + ai_will_do = { + factor = 2 + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + mio_cat_tech_all_submarine_and_modules + } + } + improved_ship_torpedo_launcher = { + + research_cost = 1.5 + + start_year = 1936 + + path = { + leads_to_tech = advanced_ship_torpedo_launcher + research_cost_coeff = 1 + } + + on_research_complete = { + custom_effect_tooltip = torpedo_advice_tt + } + + enable_equipment_modules = { + ship_torpedo_2 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 7 } + } + + ai_will_do = { + factor = 2 + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + advanced_ship_torpedo_launcher = { + + research_cost = 1.5 + + start_year = 1940 + + path = { + leads_to_tech = modern_ship_torpedo_launcher + research_cost_coeff = 1 + } + + on_research_complete = { + custom_effect_tooltip = torpedo_advice_tt + } + + enable_equipment_modules = { + ship_torpedo_3 + } + + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 13 } + } + + ai_will_do = { + factor = 2 + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + modern_ship_torpedo_launcher = { + + research_cost = 1.5 + + start_year = 1944 + + enable_equipment_modules = { + ship_torpedo_4 + } + + on_research_complete = { + custom_effect_tooltip = torpedo_advice_tt + } + + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 19 } + } + + ai_will_do = { + factor = 2 + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + cat_torpedoes + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + +### ## # # ## ## ### ## ## # # ### ### ## # +# # # # ## ## # # # # # # # # ## # # # # # # # +# # #### # # # #### # ## ## # # # # ## # ### # # # +# # # # # # # # # # # # # # # # # # # # # # # +### # # # # # # ## ### ## ## # # # # # ## ### + + damage_control_1 = { + + research_cost = 2.5 + path = { + leads_to_tech = damage_control_2 + research_cost_coeff = 1 + } + critical_receive_chance = -0.1 + naval_critical_effect_factor = -0.1 + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_submarine_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + damage_control_2 = { + + research_cost = 2.5 + path = { + leads_to_tech = damage_control_3 + research_cost_coeff = 1 + } + critical_receive_chance = -0.1 + naval_critical_effect_factor = -0.1 + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 6 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_submarine_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + damage_control_3 = { + + research_cost = 2.5 + critical_receive_chance = -0.1 + naval_critical_effect_factor = -0.1 + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 12 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_submarine_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + +### ### ### ### ## ## # # ### ### ## # # # ### ### # # ## ### ## +# # # # # # # # # ## # # # # # # # ## ## # # # # # # # # # +## # ### ## # # # # ## # ### # # # # # # ## # #### # # # # # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # +# ### # # ### ## ## # # # # # ## ### # # ### # # # ## ### ## + +#NOTE: FIRE CONTROL SYSTEMS ARE IN ELECTROMECHANICAL ENGINEERING FOLDER! + + fire_control_methods_1 = { + + research_cost = 2.5 + path = { + leads_to_tech = fire_control_methods_2 + research_cost_coeff = 1 + } + battleship = { + lg_attack = 0.05 + hg_attack = 0.05 + } + battle_cruiser = { + lg_attack = 0.05 + hg_attack = 0.05 + } + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules #Not really but for further tech + mio_cat_tech_all_cruiser_and_modules #Not really but for further tech + mio_cat_tech_all_destroyer_and_modules #Not really but for further tech + } + } + + fire_control_methods_2 = { + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + research_cost = 2.5 + path = { + leads_to_tech = fire_control_methods_3 + research_cost_coeff = 1 + } + battleship = { + lg_attack = 0.1 + hg_attack = 0.1 + } + battle_cruiser = { + lg_attack = 0.1 + hg_attack = 0.1 + } + heavy_cruiser = { + lg_attack = 0.05 + hg_attack = 0.05 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 6 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules #Not really but for further tech + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules #Not really but for further tech + } + } + + fire_control_methods_3 = { + + research_cost = 2.5 + battleship = { + lg_attack = 0.15 + hg_attack = 0.15 + } + battle_cruiser = { + lg_attack = 0.15 + hg_attack = 0.15 + } + heavy_cruiser = { + lg_attack = 0.1 + hg_attack = 0.1 + } + light_cruiser = { + lg_attack = 0.1 + hg_attack = 0.1 + } + destroyer = { + lg_attack = 0.05 + hg_attack = 0.05 + } + xp_research_type = navy + xp_boost_cost = 50 + xp_research_bonus = 1.50 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 12 } + } + + ai_will_do = { + factor = 3 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + tag = JAP + factor = 5 + } + } + + categories = { + naval_equipment + ship_modules_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + +# # ### # # ### ## +## ## # ## # # # +# # # # # ## ## # +# # # # # # # +# # ### # # ### ## + + basic_naval_mines = { + + research_cost = 2 + + start_year = 1922 + + path = { + leads_to_tech = improved_naval_mines + research_cost_coeff = 1 + } + + path = { + leads_to_tech = submarine_mine_laying + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_mine_layer_1 + } + + enable_equipment_modules = { + ship_mine_sweeper_1 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + is_major = no + factor = 2 + } + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + submarine_mine_laying = { + + research_cost = 2 + + start_year = 1922 + + path = { + leads_to_tech = improved_submarine_mine_laying + research_cost_coeff = 1 + } + + enable_equipment_modules = { + ship_mine_layer_sub + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 4 y = 1 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + ship_modules_tech + mio_cat_tech_all_submarine_and_modules + } + } + + improved_submarine_mine_laying = { + + research_cost = 2 + + start_year = 1940 + + submarine = { + mines_planting = 0.2 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 4 y = 13 } + } + + ai_will_do = { + factor = 1.5 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + ship_modules_tech + mio_cat_tech_all_submarine_and_modules + } + } + + improved_naval_mines = { + + research_cost = 2 + + start_year = 1936 + + path = { + leads_to_tech = advanced_naval_mines + research_cost_coeff = 1 + } + + path = { + leads_to_tech = degaussing + research_cost_coeff = 1 + } + + + + naval_mines_damage_factor = 0.2 # more boom for the boom box + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 6 } + } + + ai_will_do = { + factor = 1 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + is_major = no + factor = 2 + } + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + degaussing = { + + research_cost = 1 + + start_year = 1938 + + naval_mines_effect_reduction = 0.5 + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 10 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minesweeping + naval_equipment + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_submarine_and_modules + mio_cat_tech_all_carrier_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + advanced_naval_mines = { + + research_cost = 2 + + start_year = 1942 + + path = { + leads_to_tech = modern_naval_mines + research_cost_coeff = 1 + } + + path = { + leads_to_tech = airdrop_mines + research_cost_coeff = 1 + } + path = { + leads_to_tech = airdrop_mines_bba + research_cost_coeff = 1 + } + + naval_mines_damage_factor = 0.2 # more boom for the boom box + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 15 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + airdrop_mines = { + allow_branch = { + NOT = { has_dlc = "By Blood Alone" } + } + + research_cost = 2 + + start_year = 1942 + + category_nav_bomber = { + mines_planting = 0.05 + } + category_tac_bomber = { + mines_planting = 0.08 + } + category_strat_bomber = { + mines_planting = 0.13 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 15 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + } + } + + airdrop_mines_bba = { + allow_branch = { + has_dlc = "By Blood Alone" + } + + research_cost = 1 + + start_year = 1942 + + enable_equipment_modules = { + airdropped_mines + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 15 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + } + } + + modern_naval_mines = { + + research_cost = 2 + + start_year = 1945 + + path = { + leads_to_tech = airsweep_mines + research_cost_coeff = 1 + } + path = { + leads_to_tech = airsweep_mines_bba + research_cost_coeff = 1 + } + + naval_mines_damage_factor = 0.2 # more boom for the boom box + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 19 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minelaying + naval_equipment + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules + mio_cat_tech_all_destroyer_and_modules + } + } + + airsweep_mines = { + allow_branch = { + NOT = { has_dlc = "By Blood Alone" } + } + + research_cost = 2 + + start_year = 1944 + + category_nav_bomber = { + mines_sweeping = 0.1 + } + + category_tac_bomber = { + mines_sweeping = 0.15 + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 19 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minesweeping + naval_equipment + } + } + + airsweep_mines_bba = { + allow_branch = { + has_dlc = "By Blood Alone" + } + + research_cost = 1 + + start_year = 1944 + + enable_equipment_modules = { + demining_coil + } + + folder = { + name = mtgnavalsupportfolder + position = { x = 2 y = 19 } + } + + ai_will_do = { + factor = 1 + } + + categories = { + naval_mines + naval_minesweeping + naval_equipment + } + } + + mtg_transport = { #WHEN BALANCING - ALSO FIX REGULAR NAVAL TREE + + transport_capacity = -0.33 + naval_invasion_capacity = 10 + + path = { + leads_to_tech = mtg_landing_craft + research_cost_coeff = 1 + } + + research_cost = 1.5 + start_year = 1922 + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 1 } + } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 0.5 + has_war = no + } + } + + categories = { + naval_equipment + tp_tech + } + } + + mtg_landing_craft = { + + invasion_preparation = -0.25 + amphibious_invasion_defence = 0.15 + naval_invasion_capacity = 20 + + path = { + leads_to_tech = mtg_tank_landing_craft + research_cost_coeff = 1 + } + + enable_equipments = { + floating_harbor_equipment_1 + } + force_use_small_tech_layout = yes + show_equipment_icon = yes + + research_cost = 2 + start_year = 1940 + + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 13 } + } + + ai_will_do = { + factor = 2 + + modifier = { + factor = 0.5 + has_war = no + } + } + + categories = { + naval_equipment + tp_tech + } + } + + mtg_tank_landing_craft = { + + amphibious_invasion = 0.25 + amphibious_invasion_defence = 0.5 + naval_invasion_capacity = 100 + + research_cost = 2 + start_year = 1944 + folder = { + name = mtgnavalsupportfolder + position = { x = 0 y = 19 } + } + + ai_will_do = { + factor = 2 + + modifier = { + factor = 0.5 + has_war = no + } + } + + categories = { + naval_equipment + tp_tech + } + } +} \ No newline at end of file diff --git a/1632_RoF/common/technologies/NSB_armor.txt b/1632_RoF/common/technologies/NSB_armor.txt index 5116a5f0..ecf0a493 100644 --- a/1632_RoF/common/technologies/NSB_armor.txt +++ b/1632_RoF/common/technologies/NSB_armor.txt @@ -2,9 +2,12 @@ technologies = { @1918 = 0 - @1936 = 2 - @1938 = 4 - @1939 = 6 + @1934 = 2 + @1935 = 3 + @1936 = 4 + @1937 = 5 + @1938 = 5 + @1939 = 7 @1940 = 7 @1941 = 8 @1942 = 9 @@ -16,6 +19,8 @@ technologies = { ### GERMAN TANK NAMES IN COMMENTS SO YOU CAN FIND STUFF MORE EASILY gwtank_chassis = { #Leichttraktor + show_equipment_icon = yes + enable_equipments = { light_tank_chassis_0 medium_tank_chassis_0 @@ -58,6 +63,7 @@ technologies = { extra_ammo_storage wet_ammo_storage smoke_launchers + expanded_fuel_tank } enable_subunits = { light_armor @@ -138,7 +144,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_light_armor + mio_cat_tech_light_armor_and_modules } } @@ -185,16 +193,11 @@ technologies = { research_cost_coeff = 1 } - path = { - leads_to_tech = amphibious_tank_chassis - research_cost_coeff = 1 - } - research_cost = 2 start_year = 1934 folder = { name = nsb_armour_folder - position = { x = -4 y = 2 } + position = { x = -1 y = 2 } } ai_will_do = { @@ -223,7 +226,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_light_armor + mio_cat_tech_light_armor_and_modules } } @@ -241,12 +246,17 @@ technologies = { research_cost_coeff = 1 } + path = { + leads_to_tech = amphibious_tank_chassis + research_cost_coeff = 1 + } + research_cost = 2 start_year = 1936 folder = { name = nsb_armour_folder - position = { x = -4 y = 4 } + position = { x = -1 y = 4 } } ai_will_do = { @@ -255,21 +265,15 @@ technologies = { modifier = { factor = 2 is_major = yes - not = { - tag = JAP + NOT = { num_of_military_factories < 50 } } modifier = { is_major = yes - not = { tag = JAP } has_war = yes factor = 10 #you are embarassing yourself } - modifier = { - tag = SOV - factor = 3 - } modifier = { factor = 1.1 @@ -289,7 +293,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_light_armor + mio_cat_tech_light_armor_and_modules } } @@ -319,26 +325,11 @@ technologies = { folder = { name = nsb_armour_folder - position = { x = -1 y = 5 } + position = { x = -4 y = 5 } } ai_will_do = { factor = 0.5 - - modifier = { - factor = 2 - is_major = yes - NOT = { - TAG = GER - } - } - modifier = { - OR = { - original_tag = USA - original_tag = JAP - } - factor = 2 - } modifier = { not = { any_controlled_state = { @@ -351,7 +342,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules tp_tech + mio_cat_tech_light_armor_and_modules } } @@ -382,7 +375,7 @@ technologies = { folder = { name = nsb_armour_folder - position = { x = -1 y = 8 } + position = { x = -4 y = 8 } } ai_will_do = { @@ -392,13 +385,6 @@ technologies = { factor = 2 is_major = yes } - modifier = { - OR = { - original_tag = USA - original_tag = JAP - } - factor = 2 - } modifier = { not = { any_controlled_state = { @@ -411,7 +397,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules tp_tech + mio_cat_tech_light_armor_and_modules } } @@ -424,24 +412,19 @@ technologies = { light_tank_aa_chassis_3 } - path = { - leads_to_tech = main_battle_tank_chassis - research_cost_coeff = 1 - } - research_cost = 2 start_year = 1941 folder = { name = nsb_armour_folder - position = { x = -4 y = 8 } + position = { x = -1 y = 8 } } ai_will_do = { factor = 0.5 modifier = { is_major = no - factor = 2 + factor = 2 # Minors prefer light tanks } modifier = { @@ -462,7 +445,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_light_armor + mio_cat_tech_light_armor_and_modules } } @@ -510,17 +495,12 @@ technologies = { research_cost_coeff = 1 } - path = { - leads_to_tech = amphibious_tank_chassis - research_cost_coeff = 1 - } - research_cost = 2 - start_year = 1936 + start_year = 1938 folder = { name = nsb_armour_folder - position = { x = 2 y = @1936 } + position = { x = 2 y = @1937 } } ai_will_do = { @@ -529,16 +509,16 @@ technologies = { modifier = { factor = 2 is_major = yes - not = { - tag = JAP + NOT = { num_of_military_factories < 50 } date > "1938.1.1" } modifier = { - tag = SOV - factor = 1.5 + factor = 1.1 + date > "1939.1.1" } + modifier = { factor = 1.1 date > "1940.1.1" @@ -553,17 +533,13 @@ technologies = { factor = 1.1 date > "1942.1.1" } - - modifier = { - factor = 15.0 - tag = GER - has_opinion_modifier = sov_ger_treaty - } } categories = { armor + mio_cat_tech_all_armor_and_modules cat_medium_armor + mio_cat_tech_medium_armor_and_modules } } @@ -597,8 +573,7 @@ technologies = { modifier = { factor = 2 is_major = yes - not = { - tag = JAP + NOT = { num_of_military_factories < 50 } } @@ -606,15 +581,6 @@ technologies = { date < "1941.1.1" factor = 0.3 } - modifier = { - factor = 2 - tag = GER - } - - modifier = { - factor = 2 - tag = SOV - } modifier = { factor = 1.1 @@ -634,7 +600,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_medium_armor + mio_cat_tech_medium_armor_and_modules } } @@ -681,7 +649,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_medium_armor + mio_cat_tech_medium_armor_and_modules } } @@ -726,7 +696,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_medium_armor + mio_cat_tech_medium_armor_and_modules } } @@ -813,7 +785,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_heavy_armor + mio_cat_tech_heavy_armor_and_modules } } @@ -869,7 +843,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_heavy_armor + mio_cat_tech_heavy_armor_and_modules } } @@ -917,7 +893,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_heavy_armor + mio_cat_tech_heavy_armor_and_modules } } @@ -951,7 +929,9 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules cat_heavy_armor + mio_cat_tech_heavy_armor_and_modules } } @@ -971,10 +951,10 @@ technologies = { show_effect_as_desc = yes research_cost = 1 - start_year = 1934 + start_year = 1936 folder = { name = nsb_armour_folder - position = { x = 3 y = @1936 } + position = { x = 3 y = @1935 } } ai_will_do = { @@ -1007,6 +987,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1026,7 +1010,7 @@ technologies = { show_effect_as_desc = yes research_cost = 1 - start_year = 1936 + start_year = 1938 folder = { name = nsb_armour_folder position = { x = 3 y = @1938 } @@ -1062,6 +1046,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1115,6 +1103,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1162,6 +1154,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1180,7 +1176,7 @@ technologies = { start_year = 1934 folder = { name = nsb_armour_folder - position = { x = 2 y = @1936 } + position = { x = 2 y = @1935 } } ai_will_do = { @@ -1213,6 +1209,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1230,7 +1230,7 @@ technologies = { show_effect_as_desc = yes research_cost = 1 - start_year = 1936 + start_year = 1938 folder = { name = nsb_armour_folder position = { x = 2 y = @1938 } @@ -1266,6 +1266,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1317,6 +1321,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } @@ -1362,6 +1370,10 @@ technologies = { categories = { armor + mio_cat_tech_all_armor_and_modules + mio_cat_tech_light_armor_and_modules + mio_cat_tech_medium_armor_and_modules + mio_cat_tech_heavy_armor_and_modules } } } diff --git a/1632_RoF/common/technologies/air_doctrine.txt b/1632_RoF/common/technologies/air_doctrine.txt index c76cfa23..0176a1a3 100644 --- a/1632_RoF/common/technologies/air_doctrine.txt +++ b/1632_RoF/common/technologies/air_doctrine.txt @@ -39,6 +39,14 @@ technologies = { ai_will_do = { factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } modifier = { factor = 0 NOT = { has_tech = aerial_research_tech } @@ -80,6 +88,14 @@ technologies = { ai_will_do = { factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -117,6 +133,14 @@ technologies = { ai_will_do = { factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -159,6 +183,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -200,6 +232,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -241,6 +281,18 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } + modifier = { + has_war = yes + factor = 2 + } } ai_research_weights = { @@ -284,6 +336,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -326,6 +386,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -367,6 +435,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -408,6 +484,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -446,6 +530,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 3 + } } ai_research_weights = { @@ -483,6 +575,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -525,6 +625,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 3 + } } ai_research_weights = { @@ -558,6 +666,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -589,6 +705,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -636,6 +760,15 @@ technologies = { ai_will_do = { factor = 5 + + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } modifier = { factor = 0 NOT = { has_tech = aerial_research_tech } @@ -678,6 +811,14 @@ technologies = { ai_will_do = { factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -720,6 +861,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -761,7 +910,15 @@ technologies = { } ai_will_do = { - factor = 5 + factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -803,6 +960,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -839,6 +1004,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -889,6 +1062,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -927,6 +1108,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -968,6 +1157,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1005,6 +1202,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1042,6 +1247,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1126,7 +1339,9 @@ technologies = { force_rotation = { doctrine_name = "TITLE_OPERATIONAL_INTEGRITY" - + + xp_research_type = air + xor = { formation_flying air_superiority } # EFFECT ######## @@ -1161,6 +1376,14 @@ technologies = { factor = 0 NOT = { has_tech = aerial_research_tech } } + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 5 + } } } @@ -1193,6 +1416,14 @@ technologies = { ai_will_do = { factor = 10 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1231,6 +1462,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1269,6 +1508,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1311,6 +1558,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1355,6 +1610,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1393,6 +1656,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1418,7 +1689,7 @@ technologies = { xp_research_type = air xp_unlock_cost = 100 doctrine = yes - research_cost = 2 + research_cost = 3 categories = { air_doctrine @@ -1433,6 +1704,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1473,6 +1752,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1511,6 +1798,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { @@ -1550,6 +1845,14 @@ technologies = { ai_will_do = { factor = 5 + modifier = { + ai_land_doctrine_tier_1_trigger = yes + factor = 2 + } + modifier = { + ai_land_doctrine_tier_2_trigger = yes + factor = 2 + } } ai_research_weights = { diff --git a/1632_RoF/common/technologies/air_techs.txt b/1632_RoF/common/technologies/air_techs.txt index b2fe2161..54f0e503 100644 --- a/1632_RoF/common/technologies/air_techs.txt +++ b/1632_RoF/common/technologies/air_techs.txt @@ -31,7 +31,7 @@ technologies = { } modifier = { factor = 10 - has_completed_focus = air_research + has_completed_focus = air_research_focus } modifier = { factor = 10 diff --git a/1632_RoF/common/technologies/armor.txt b/1632_RoF/common/technologies/armor.txt index 47fb3527..bad2ab63 100644 --- a/1632_RoF/common/technologies/armor.txt +++ b/1632_RoF/common/technologies/armor.txt @@ -71,6 +71,7 @@ technologies = { categories = { armor gas_tank_tech + mio_cat_tech_light_armor_and_modules } } @@ -136,6 +137,7 @@ technologies = { categories = { armor gas_tank_tech + mio_cat_tech_light_armor_and_modules } } @@ -206,6 +208,7 @@ technologies = { categories = { armor steam_tank_tech + mio_cat_tech_medium_armor_and_modules } } @@ -262,6 +265,7 @@ technologies = { categories = { armor steam_tank_tech + mio_cat_tech_medium_armor_and_modules } } @@ -290,6 +294,7 @@ technologies = { } categories = { apc_tech + mio_cat_tech_light_armor_and_modules } ai_will_do = { @@ -324,6 +329,7 @@ technologies = { categories = { apc_tech + mio_cat_tech_light_armor_and_modules } dependencies = { engine_factory_tech_0 = 1 @@ -358,6 +364,7 @@ technologies = { categories = { apc_tech + mio_cat_tech_light_armor_and_modules } ai_will_do = { diff --git a/1632_RoF/common/technologies/artillery.txt b/1632_RoF/common/technologies/artillery.txt index 09d81ce6..3284b6e2 100644 --- a/1632_RoF/common/technologies/artillery.txt +++ b/1632_RoF/common/technologies/artillery.txt @@ -8,37 +8,39 @@ technologies = { leads_to_tech = light_artillery_casting_1 research_cost_coeff = 1 } + path = { leads_to_tech = interwar_antiair research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1631 - + folder = { name = artillery_folder position = { x = -2 y = 0 } } - + categories = { artillery - light_artillery + light_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 - + modifier = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -47,6 +49,7 @@ technologies = { } light_artillery_casting_1 = { + path = { leads_to_tech = light_artillery_2 research_cost_coeff = 1 @@ -59,9 +62,10 @@ technologies = { } categories = { artillery - light_artillery + light_artillery_tech + mio_cat_all_artillery_equipment } - + light_artillery_brigade = { reliability = 0.1 } @@ -70,17 +74,17 @@ technologies = { } ai_will_do = { factor = 2 - + modifier = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -92,37 +96,40 @@ technologies = { enable_equipments = { light_artillery_equipment_2 } + path = { leads_to_tech = light_artillery_ballistics_1 research_cost_coeff = 1 } - + research_cost = 1.5 + start_year = 1634 - + folder = { name = artillery_folder position = { x = -2 y = 4 } } - + categories = { artillery - light_artillery + light_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 - + modifier = { factor = 2 date > "1633.1.9" } - + modifier = { factor = 2 date > "1634.1.1" } - + modifier = { factor = 5 date > "1634.1.6" @@ -143,9 +150,9 @@ technologies = { } categories = { artillery - light_artillery + light_artillery_tech } - + light_artillery_brigade = { soft_attack = 0.1 breakthrough = 0.1 @@ -158,17 +165,17 @@ technologies = { } ai_will_do = { factor = 2 - + modifier = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -180,33 +187,35 @@ technologies = { enable_equipments = { light_artillery_equipment_3 } - + research_cost = 1.5 + start_year = 1636 - + folder = { name = artillery_folder position = { x = -2 y = 8 } } - + categories = { artillery - light_artillery + light_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 - + modifier = { factor = 2 date > "1636.1.9" } - + modifier = { factor = 2 date > "1637.1.1" } - + modifier = { factor = 5 date > "1637.1.6" @@ -218,32 +227,35 @@ technologies = { enable_equipments = { heavy_artillery_equipment_1 } + path = { leads_to_tech = heavy_artillery_casting_1 research_cost_coeff = 1 } - + #path = { # leads_to_tech = experimental_rockets # research_cost_coeff = 1 #} research_cost = 1.5 + start_year = 1620 - + folder = { name = artillery_folder position = { x = 0 y = 0 } } - + categories = { artillery - heavy_artillery + heavy_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 - + modifier = { factor = 0.5 OR = { @@ -256,12 +268,12 @@ technologies = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -274,17 +286,22 @@ technologies = { leads_to_tech = heavy_artillery_2 research_cost_coeff = 1 } + research_cost = 1 + start_year = 1633 + folder = { name = artillery_folder position = { x = 0 y = 2 } } + categories = { artillery - heavy_artillery + heavy_artillery_tech + mio_cat_all_artillery_equipment } - + heavy_artillery_brigade = { reliability = 0.1 } @@ -305,12 +322,12 @@ technologies = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -319,6 +336,7 @@ technologies = { } heavy_artillery_2 = { + enable_equipments = { heavy_artillery_equipment_2 } @@ -326,25 +344,27 @@ technologies = { leads_to_tech = heavy_artillery_ballistics_1 research_cost_coeff = 1 } - + path = { leads_to_tech = interwar_antitank research_cost_coeff = 1 } - + research_cost = 1.5 + start_year = 1634 - + folder = { name = artillery_folder position = { x = 0 y = 4 } } - + categories = { artillery - heavy_artillery + heavy_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 modifier = { @@ -359,12 +379,12 @@ technologies = { factor = 2 date > "1633.1.9" } - + modifier = { factor = 2 date > "1634.1.1" } - + modifier = { factor = 5 date > "1634.1.6" @@ -373,6 +393,7 @@ technologies = { } heavy_artillery_ballistics_1 = { + path = { leads_to_tech = heavy_artillery_3 research_cost_coeff = 1 @@ -385,9 +406,9 @@ technologies = { } categories = { artillery - heavy_artillery + heavy_artillery_tech } - + heavy_artillery_brigade = { fort = { attack = 0.05 @@ -418,12 +439,12 @@ technologies = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -435,20 +456,22 @@ technologies = { enable_equipments = { heavy_artillery_equipment_3 } - + research_cost = 1.5 + start_year = 1636 - + folder = { name = artillery_folder position = { x = 0 y = 8 } } - + categories = { artillery - heavy_artillery + heavy_artillery_tech + mio_cat_all_artillery_equipment } - + ai_will_do = { factor = 2 modifier = { @@ -463,12 +486,12 @@ technologies = { factor = 2 date > "1636.1.9" } - + modifier = { factor = 2 date > "1637.1.1" } - + modifier = { factor = 5 date > "1637.1.6" @@ -482,20 +505,20 @@ technologies = { # building = rocket_site # level = 2 #} - + path = { leads_to_tech = rocket_artillery research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1632 - + folder = { name = artillery_folder position = { x = 0 y = 0 } } - + ai_will_do = { factor = 1 modifier = { @@ -510,12 +533,12 @@ technologies = { has_completed_focus = TUR_secret_projects } } - + categories = { rocketry } } - + rocket_artillery = { enable_equipments = { @@ -525,35 +548,37 @@ technologies = { rocket_artillery_brigade rocket_artillery } - + path = { leads_to_tech = rocket_artillery2 research_cost_coeff = 1 } - + research_cost = 2 start_year = 1634 - + folder = { name = artillery_folder position = { x = 0 y = 2 } } - + ai_will_do = { factor = 1 + modifier = { factor = 20 original_tag = TUR has_completed_focus = TUR_secret_projects } } - + categories = { rocketry + mio_cat_all_artillery_equipment } } - + rocket_artillery2 = { rocket_artillery = { @@ -562,35 +587,37 @@ technologies = { rocket_artillery_brigade = { soft_attack = 0.15 } - + path = { leads_to_tech = rocket_artillery3 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1635 - + folder = { name = artillery_folder position = { x = 0 y = 4 } } - + ai_will_do = { factor = 1 + modifier = { factor = 10 original_tag = TUR has_completed_focus = TUR_secret_projects } } - + categories = { rocketry + mio_cat_all_artillery_equipment } } - + rocket_artillery3 = { rocket_artillery = { @@ -604,66 +631,68 @@ technologies = { leads_to_tech = rocket_artillery4 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1636 - + folder = { name = artillery_folder position = { x = 0 y = 6 } } - + ai_will_do = { factor = 1 + modifier = { factor = 10 original_tag = TUR has_completed_focus = TUR_secret_projects } } - + categories = { rocketry + mio_cat_all_artillery_equipment } } - + rocket_artillery4 = { - + enable_equipments = { rocket_artillery_equipment_2 } - rocket_artillery = { soft_attack = 0.15 } rocket_artillery_brigade = { soft_attack = 0.15 } - research_cost = 1 start_year = 1367 - + folder = { name = artillery_folder position = { x = 0 y = 8 } } - + ai_will_do = { factor = 1 + modifier = { factor = 10 original_tag = TUR has_completed_focus = TUR_secret_projects } } - + categories = { rocketry + mio_cat_all_artillery_equipment } } - + interwar_antiair = { enable_equipments = { @@ -677,44 +706,47 @@ technologies = { dependencies = { aerial_protections = 1 } + path = { leads_to_tech = antiair1 research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1634 - + folder = { name = artillery_folder position = { x = -5 y = 4 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" } } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + antiair1 = { anti_air = { @@ -723,66 +755,74 @@ technologies = { anti_air_brigade = { air_attack = 0.1 } - + + tech_air_damage_factor = -0.02 + path = { leads_to_tech = antiair2 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1635 - + folder = { name = artillery_folder position = { x = -5 y = 6 } } - + ai_will_do = { factor = 1 } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + antiair2 = { - + enable_equipments = { anti_air_equipment_2 } + static_anti_air_damage_factor = 0.1 + #anti_air = { # air_attack = 0.1 #} #anti_air_brigade = { # air_attack = 0.1 #} - + path = { leads_to_tech = antiair3 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1636 - + folder = { name = artillery_folder position = { x = -5 y = 8 } } - + ai_will_do = { factor = 1 } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + antiair3 = { anti_air = { @@ -791,30 +831,34 @@ technologies = { anti_air_brigade = { air_attack = 0.1 } - + + tech_air_damage_factor = -0.02 + path = { leads_to_tech = antiair4 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1637 - + folder = { name = artillery_folder position = { x = -5 y = 10 } } - + ai_will_do = { factor = 1 } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + antiair4 = { anti_air = { @@ -823,94 +867,100 @@ technologies = { anti_air_brigade = { air_attack = 0.1 } - + path = { leads_to_tech = antiair5 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1638 - + folder = { name = artillery_folder position = { x = -5 y = 12 } } - + ai_will_do = { factor = 1 } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + antiair5 = { enable_equipments = { anti_air_equipment_3 } - + + static_anti_air_damage_factor = 0.1 + #anti_air = { # air_attack = 0.1 #} #anti_air_brigade = { # air_attack = 0.1 #} - + research_cost = 1 start_year = 1639 - + folder = { name = artillery_folder position = { x = -5 y = 14 } } - + ai_will_do = { factor = 1 } - + categories = { artillery + cat_anti_air + mio_cat_all_artillery_equipment } } - + interwar_antitank = { enable_equipments = { anti_tank_equipment_1 } - + path = { leads_to_tech = antitank1 research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1634 - + folder = { name = artillery_folder position = { x = 2 y = 6 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1632.1.1" } - + modifier = { factor = 5 date > "1633.1.1" } - + modifier = { factor = 5 date > "1634.1.1" @@ -929,13 +979,14 @@ technologies = { } } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - + antitank1 = { anti_tank = { @@ -946,47 +997,47 @@ technologies = { hard_attack = 0.1 ap_attack = 0.2 } - + path = { leads_to_tech = antitank2 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1635 - + folder = { name = artillery_folder position = { x = 2 y = 8 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1634.1.6" } - + modifier = { factor = 5 date > "1635.1.1" } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - + antitank2 = { - + enable_equipments = { anti_tank_equipment_2 } - #anti_tank = { # hard_attack = 0.1 # ap_attack = 0.05 @@ -995,46 +1046,44 @@ technologies = { # hard_attack = 0.1 # ap_attack = 0.05 #} - path = { leads_to_tech = antitank3 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1636 - + folder = { name = artillery_folder position = { x = 2 y = 10 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1634.1.9" } - modifier = { factor = 2 date > "1635.1.1" } - modifier = { factor = 5 date > "1635.1.6" } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - + antitank3 = { anti_tank = { @@ -1045,48 +1094,47 @@ technologies = { hard_attack = 0.1 ap_attack = 0.1 } - + path = { leads_to_tech = antitank4 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1637 - + folder = { name = artillery_folder position = { x = 2 y = 12 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1636.1.6" } - modifier = { factor = 2 date > "1637.1.1" } - + modifier = { factor = 5 date > "1638.1.1" } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - - antitank4 = { + antitank4 = { anti_tank = { hard_attack = 0.1 ap_attack = 0.1 @@ -1095,47 +1143,46 @@ technologies = { hard_attack = 0.1 ap_attack = 0.1 } - + path = { leads_to_tech = antitank5 research_cost_coeff = 1 } - + research_cost = 1 start_year = 1638 - + folder = { name = artillery_folder position = { x = 2 y = 14 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1637.1.6" } - modifier = { factor = 5 date > "1638.1.1" } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - + antitank5 = { - + enable_equipments = { anti_tank_equipment_3 - } - + } #anti_tank = { # hard_attack = 0.1 # ap_attack = 0.05 @@ -1144,39 +1191,38 @@ technologies = { # hard_attack = 0.1 # ap_attack = 0.05 #} - research_cost = 1 start_year = 1639 - + folder = { name = artillery_folder position = { x = 2 y = 16 } } - + ai_will_do = { factor = 1 - + modifier = { factor = 2 date > "1637.1.9" } - modifier = { factor = 2 date > "1638.1.1" } - + modifier = { factor = 5 date > "1638.1.6" } } - + categories = { artillery cat_anti_tank + mio_cat_all_artillery_equipment } } - + } \ No newline at end of file diff --git a/1632_RoF/common/technologies/bba_air_techs.txt b/1632_RoF/common/technologies/bba_air_techs.txt new file mode 100644 index 00000000..68732e85 --- /dev/null +++ b/1632_RoF/common/technologies/bba_air_techs.txt @@ -0,0 +1,1602 @@ +technologies = { + + iw_small_airframe = { + + enable_equipments = { + small_plane_airframe_0 + small_plane_cas_airframe_0 + small_plane_naval_bomber_airframe_0 + small_plane_suicide_airframe_0 + cv_small_plane_airframe_0 + cv_small_plane_cas_airframe_0 + cv_small_plane_naval_bomber_airframe_0 + cv_small_plane_suicide_airframe_0 + } + + + path = { + leads_to_tech = basic_small_airframe + research_cost_coeff = 1 + } + + + research_cost = 2 + start_year = 1926 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + categories = { + light_air + light_fighter + cas_bomber + naval_air + naval_bomber + air_equipment + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_light_aircraft_and_modules + } + + + ai_will_do = { + factor = 1 + + modifier = { + factor = 2 + is_major = yes + } + } + } + + + + basic_small_airframe = { + + enable_equipments = { + small_plane_airframe_1 + small_plane_cas_airframe_1 + small_plane_naval_bomber_airframe_1 + small_plane_suicide_airframe_1 + cv_small_plane_airframe_1 + cv_small_plane_cas_airframe_1 + cv_small_plane_naval_bomber_airframe_1 + cv_small_plane_suicide_airframe_1 + } + + path = { + leads_to_tech = improved_small_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 4 } + } + + categories = { + light_air + light_fighter + cas_bomber + naval_air + naval_bomber + air_equipment + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_light_aircraft_and_modules + } + + + + ai_will_do = { + factor = 2 + + modifier = { + factor = 2 + is_major = yes + } + + modifier = { + factor = 1.2 + date > "1937.1.1" + } + + modifier = { + factor = 1.2 + date > "1938.1.1" + } + + modifier = { + factor = 1.2 + date > "1939.1.1" + } + + modifier = { + factor = 5 + date > "1940.1.1" + } + } + } + + + + improved_small_airframe = { + + enable_equipments = { + small_plane_airframe_2 + cv_small_plane_airframe_2 + } + + path = { + leads_to_tech = advanced_small_airframe + research_cost_coeff = 1 + } + + + research_cost = 2 + start_year = 1940 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 6 } + } + + categories = { + light_air + light_fighter + cas_bomber + naval_air + naval_bomber + air_equipment + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 2 + + modifier = { + factor = 4 + is_major = yes + } + + modifier = { + factor = 1.2 + date > "1941.1.1" + } + + modifier = { + factor = 1.2 + date > "1942.1.1" + } + + modifier = { + factor = 1.2 + date > "1943.1.1" + } + + modifier = { + factor = 5 + date > "1944.1.1" + } + } + } + + advanced_small_airframe = { + + enable_equipments = { + small_plane_airframe_3 + small_plane_cas_airframe_3 + small_plane_naval_bomber_airframe_3 + small_plane_suicide_airframe_3 + cv_small_plane_airframe_3 + cv_small_plane_cas_airframe_3 + cv_small_plane_naval_bomber_airframe_3 + cv_small_plane_suicide_airframe_3 + } + + path = { + leads_to_tech = modern_small_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1944 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 8 } + } + + categories = { + light_air + light_fighter + cas_bomber + naval_air + naval_bomber + air_equipment + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 2 + + modifier = { + factor = 4 + is_major = yes + } + + modifier = { + factor = 1.2 + date > "1945.1.1" + } + + modifier = { + factor = 1.2 + date > "1946.1.1" + } + + modifier = { + factor = 1.2 + date > "1947.1.1" + } + + modifier = { + factor = 5 + date > "1948.1.1" + } + } + } + + modern_small_airframe = { + + enable_equipments = { + small_plane_airframe_4 + small_plane_cas_airframe_4 + small_plane_naval_bomber_airframe_4 + small_plane_suicide_airframe_4 + cv_small_plane_airframe_4 + cv_small_plane_cas_airframe_4 + cv_small_plane_naval_bomber_airframe_4 + cv_small_plane_suicide_airframe_4 + } + + research_cost = 2 + start_year = 1945 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 12 } + } + + categories = { + light_air + light_fighter + cas_bomber + air_equipment + naval_air + naval_bomber + jet_technology + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + is_major = yes + factor = 2 + } + } + } + + iw_medium_airframe = { + + enable_equipments = { + medium_plane_airframe_0 + medium_plane_fighter_airframe_0 + medium_plane_scout_plane_airframe_0 + } + + path = { + leads_to_tech = basic_medium_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1926 + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 2 } + } + + categories = { + medium_air + tactical_bomber + cat_heavy_fighter + air_equipment + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + } + } + + basic_medium_airframe = { + + enable_equipments = { + medium_plane_airframe_1 + medium_plane_fighter_airframe_1 + medium_plane_scout_plane_airframe_1 + } + + path = { + leads_to_tech = improved_medium_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 4 } + } + + categories = { + medium_air + tactical_bomber + cat_heavy_fighter + air_equipment + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 1.2 + is_major = yes + date > "1936.1.1" + } + modifier = { + has_deployed_air_force_size = { + size > 500 + type = tactical_bomber + } + factor = 2 + } + modifier = { + factor = 1.2 + is_major = yes + date > "1938.1.1" + } + + modifier = { + factor = 5 + is_major = yes + date > "1940.1.1" + } + } + } + + improved_medium_airframe = { + + enable_equipments = { + medium_plane_airframe_2 + medium_plane_fighter_airframe_2 + medium_plane_scout_plane_airframe_2 + } + + path = { + leads_to_tech = advanced_medium_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1940 + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 6 } + } + + categories = { + medium_air + tactical_bomber + cat_heavy_fighter + air_equipment + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 1.2 + is_major = yes + date > "1940.1.1" + } + modifier = { + has_deployed_air_force_size = { + size > 500 + type = tactical_bomber + } + factor = 2 + } + modifier = { + factor = 1.2 + is_major = yes + date > "1941.1.1" + } + + modifier = { + factor = 5 + is_major = yes + date > "1944.1.1" + } + } + } + + advanced_medium_airframe = { + + enable_equipments = { + medium_plane_airframe_3 + medium_plane_fighter_airframe_3 + medium_plane_scout_plane_airframe_3 + } + + path = { + leads_to_tech = modern_medium_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1944 + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 8 } + } + + categories = { + medium_air + tactical_bomber + cat_heavy_fighter + air_equipment + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 1.2 + is_major = yes + date > "1944.1.1" + } + modifier = { + has_deployed_air_force_size = { + size > 500 + type = tactical_bomber + } + factor = 2 + } + modifier = { + factor = 1.2 + is_major = yes + date > "1945.1.1" + } + } + } + + modern_medium_airframe = { + + enable_equipments = { + medium_plane_airframe_4 + medium_plane_fighter_airframe_4 + medium_plane_scout_plane_airframe_4 + } + + research_cost = 2 + start_year = 1945 + + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 12 } + } + + categories = { + medium_air + jet_technology + cat_heavy_fighter + tactical_bomber + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + is_major = yes + factor = 4 + } + } + } + + iw_large_airframe = { + + enable_equipments = { + large_plane_airframe_0 + large_plane_maritime_patrol_plane_airframe_0 + } + + path = { + leads_to_tech = basic_large_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1926 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + categories = { + heavy_air + air_equipment + cat_strategic_bomber + mio_cat_all_heavy_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + } + } + + basic_large_airframe = { + + enable_equipments = { + large_plane_airframe_1 + large_plane_maritime_patrol_plane_airframe_1 + } + + path = { + leads_to_tech = improved_large_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1936 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 4 } + } + + categories = { + heavy_air + air_equipment + cat_strategic_bomber + mio_cat_all_heavy_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + } + } + + improved_large_airframe = { + + enable_equipments = { + large_plane_airframe_2 + large_plane_maritime_patrol_plane_airframe_2 + } + + path = { + leads_to_tech = advanced_large_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1940 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 6 } + } + + categories = { + heavy_air + air_equipment + cat_strategic_bomber + mio_cat_all_heavy_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + } + } + + advanced_large_airframe = { + + enable_equipments = { + large_plane_airframe_3 + large_plane_maritime_patrol_plane_airframe_3 + } + + path = { + leads_to_tech = modern_large_airframe + research_cost_coeff = 1 + } + + research_cost = 2 + start_year = 1944 + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 8 } + } + + categories = { + heavy_air + air_equipment + cat_strategic_bomber + mio_cat_all_heavy_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + } + } + + modern_large_airframe = { + + enable_equipments = { + large_plane_airframe_4 + large_plane_maritime_patrol_plane_airframe_4 + } + + research_cost = 2 + start_year = 1950 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 12 } + } + + categories = { + heavy_air + jet_technology + cat_strategic_bomber + mio_cat_all_heavy_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + has_deployed_air_force_size = { + size > 500 + type = strategic_bomber + } + factor = 4.5 + } + } + } + + early_bombs = { + enable_equipment_modules = { + bomb_locks + small_bomb_bay + medium_bomb_bay + large_bomb_bay + } + + research_cost = 1 + start_year = 1922 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + path = { + leads_to_tech = armor_piercing_bombs + research_cost_coeff = 1 + } + + path = { + leads_to_tech = heavy_bombs + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_cas_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + heavy_bombs = { + enable_equipment_modules = { + heavy_bomb_locks + } + + research_cost = 1 + start_year = 1940 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 6 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_cas_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + + armor_piercing_bombs = { + enable_equipment_modules = { + armor_piercing_bomb_locks + } + + research_cost = 1 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 2 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_cas_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + photo_reconnaisance = { + enable_equipment_modules = { + recon_camera + } + + research_cost = 1 + start_year = 1922 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + allow_branch = { has_dlc = "La Resistance" } + + categories = { + air_equipment + plane_modules_tech + mio_cat_all_medium_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = basic_medium_airframe + } + factor = 5 + } + } + } + + air_torpedoe_1 = { + enable_equipment_modules = { + torpedo_mounting + } + + research_cost = 1 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + path = { + leads_to_tech = air_torpedoe_2 + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 2 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + air_torpedoe_2 = { + enable_equipment_modules = { + torpedo_mounting_2 + } + + research_cost = 1 + start_year = 1940 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 6 } + } + + path = { + leads_to_tech = air_torpedoe_3 + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + air_torpedoe_3 = { + enable_equipment_modules = { + torpedo_mounting_3 + } + + research_cost = 1 + start_year = 1944 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 10 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_bombs + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + aa_lmg = { + + enable_equipment_modules = { + light_mg_2x + light_mg_4x + lmg_defense_turret + lmg_defense_turret_2x + } + + research_cost = 1 + start_year = 1922 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + path = { + leads_to_tech = aa_hmg + research_cost_coeff = 1 + } + + path = { + leads_to_tech = aa_cannon_1 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = survivability_studies + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_guns + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + } + } + + survivability_studies = { + + enable_equipment_modules = { + self_sealing_fuel_tanks_small + self_sealing_fuel_tanks_medium + self_sealing_fuel_tanks_large + armor_plate_small + armor_plate_medium + armor_plate_large + } + + research_cost = 1 + start_year = 1939 + + folder = { + name = bba_air_techs_folder + position = { x = -2 y = 5 } + } + + categories = { + air_equipment + plane_modules_tech + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + date > "1937.1.1" + factor = 1.5 + } + modifier = { + date > "1938.1.1" + factor = 1.5 + } + modifier = { + date > "1939.1.1" + factor = 3 + } + modifier = { + has_War = yes + factor = 3 + } + } + } + + aa_hmg = { + + enable_equipment_modules = { + heavy_mg_2x + heavy_mg_4x + hmg_defense_turret + hmg_defense_turret_2x + } + + research_cost = 1 + start_year = 1939 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 5 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_guns + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = basic_small_airframe + has_tech = basic_medium_airframe + has_tech = basic_large_airframe + } + factor = 5 + } + } + } + + aa_cannon_1 = { + + enable_equipment_modules = { + aircraft_cannon_1_1x + aircraft_cannon_1_2x + } + + research_cost = 1 + start_year = 1939 + + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 5 } + } + path = { + leads_to_tech = aa_cannon_2 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = aa_cannon_3 + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_guns + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = basic_small_airframe + has_tech = basic_medium_airframe + has_tech = basic_large_airframe + } + factor = 5 + } + } + } + + aa_cannon_2 = { + + enable_equipment_modules = { + large_aircraft_cannon_1x + large_aircraft_cannon_2x + cannon_defense_turret + cannon_defense_turret_2x + } + + research_cost = 1.5 + start_year = 1943 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 7 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_guns + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = improved_small_airframe + has_tech = improved_medium_airframe + has_tech = improved_large_airframe + } + factor = 5 + } + } + } + + aa_cannon_3 = { + + enable_equipment_modules = { + aircraft_cannon_2_1x + aircraft_cannon_2_2x + cannon_defense_turret + cannon_defense_turret_2x + } + + research_cost = 2 + start_year = 1945 + + folder = { + name = bba_air_techs_folder + position = { x = 2 y = 12 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_guns + mio_cat_all_light_fighter_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = improved_small_airframe + has_tech = improved_medium_airframe + has_tech = improved_large_airframe + } + factor = 5 + } + } + } + + engines_1 = { + + enable_equipment_modules = { + engine_1_1x + engine_1_2x + engine_1_3x + engine_1_4x + engine_1_6x + } + + research_cost = 1 + start_year = 1922 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 2 } + } + + path = { + leads_to_tech = engines_2 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = range_improvements + research_cost_coeff = 1 + } + + path = { + leads_to_tech = aircraft_construction + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_engine + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 1 + modifier = { + OR = { + has_tech = iw_small_airframe + has_tech = iw_medium_airframe + has_tech = iw_large_airframe + } + factor = 5 + } + modifier = { + is_major = yes + factor = 2 + } + modifier = { + num_of_military_factories < 10 + factor = 0 + } + modifier = { + date > "1937.1.1" + factor = 1.5 + } + modifier = { + date > "1938.1.1" + factor = 1.5 + } + modifier = { + date > "1939.1.1" + factor = 3 + } + } + } + + engines_2 = { + + enable_equipment_modules = { + engine_2_1x + engine_2_2x + engine_2_3x + engine_2_4x + engine_2_6x + } + + research_cost = 1 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 4 } + } + + path = { + leads_to_tech = engines_3 + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_engine + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 5 + modifier = { + is_major = yes + factor = 2 + } + modifier = { + num_of_military_factories < 10 + factor = 0 + } + modifier = { + date > "1937.1.1" + factor = 1.5 + } + modifier = { + date > "1938.1.1" + factor = 1.5 + } + modifier = { + date > "1939.1.1" + factor = 3 + } + } + } + + engines_3 = { + + enable_equipment_modules = { + engine_3_1x + engine_3_2x + engine_3_3x + engine_3_4x + engine_3_6x + } + + research_cost = 1.5 + start_year = 1940 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 6 } + } + + path = { + leads_to_tech = engines_4 + research_cost_coeff = 1 + } + + categories = { + air_equipment + plane_modules_tech + cat_air_engine + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 5 + modifier = { + is_major = yes + factor = 5 + } + modifier = { + num_of_military_factories < 10 + factor = 0 + } + modifier = { + date > "1941.1.1" + factor = 1.5 + } + modifier = { + date > "1942.1.1" + factor = 1.5 + } + modifier = { + date > "1943.1.1" + factor = 3 + } + } + } + + engines_4 = { + + enable_equipment_modules = { + engine_4_1x + engine_4_2x + engine_4_3x + engine_4_4x + engine_4_6x + } + + research_cost = 1.5 + start_year = 1944 + + folder = { + name = bba_air_techs_folder + position = { x = 0 y = 8 } + } + + categories = { + air_equipment + plane_modules_tech + cat_air_engine + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 5 + modifier = { + is_major = yes + factor = 2 + } + modifier = { + num_of_military_factories < 10 + factor = 0 + } + modifier = { + date > "1943.1.1" + factor = 1.5 + } + modifier = { + date > "1944.1.1" + factor = 1.5 + } + modifier = { + date > "1945.1.1" + factor = 3 + } + } + } + + range_improvements = { + + enable_equipment_modules = { + fuel_tanks_small + fuel_tanks_medium + fuel_tanks_large + drop_tanks + } + + research_cost = 1 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = -2 y = 4 } + } + + categories = { + air_equipment + plane_modules_tech + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 5 + modifier = { + is_major = yes + factor = 2 + } + modifier = { + num_of_military_factories < 10 + factor = 0 + } + modifier = { + date > "1937.1.1" + factor = 1.5 + } + modifier = { + date > "1938.1.1" + factor = 1.5 + } + modifier = { + date > "1939.1.1" + factor = 3 + } + } + } + + aircraft_construction = { + + enable_equipment_modules = { + dive_brakes_small + non_strategic_materials_small + floats + non_strategic_materials_medium + flying_boat_medium + non_strategic_materials_large + flying_boat_large + } + + research_cost = 1 + start_year = 1936 + + folder = { + name = bba_air_techs_folder + position = { x = -2 y = 2 } + } + + categories = { + air_equipment + plane_modules_tech + mio_cat_all_light_fighter_and_modules + mio_cat_all_cas_and_modules + mio_cat_all_naval_bomber_and_modules + mio_cat_all_medium_aircraft_and_modules + mio_cat_all_heavy_aircraft_and_modules + mio_cat_all_light_aircraft_and_modules + } + + ai_will_do = { + factor = 5 + } + } + + suicide_charge = { + + enable_equipment_modules = { + fixed_explosive_charge + } + + research_cost = 1.5 #Carrier Variant + start_year = 1944 + + # only from focus!!! ##### + allow = { + always = no + } + + #folder = { + # name = air_techs_folder + # position = { x = -2 y = 8 } + #} + + ai_will_do = { + factor = 0 + } + ################ + } +} diff --git a/1632_RoF/common/technologies/electronic_mechanical_engineering.txt b/1632_RoF/common/technologies/electronic_mechanical_engineering.txt index 44779741..5de2b8bb 100644 --- a/1632_RoF/common/technologies/electronic_mechanical_engineering.txt +++ b/1632_RoF/common/technologies/electronic_mechanical_engineering.txt @@ -2,7 +2,7 @@ technologies = { electronic_mechanical_engineering = { # small boost to research speed - research_speed_factor = 0.02 + research_speed_factor = 0.03 path = { leads_to_tech = radio @@ -47,7 +47,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 1.75 folder = { name = electronics_folder @@ -60,12 +60,20 @@ technologies = { } ai_will_do = { - factor = 30 + factor = 3 modifier = { - factor = 5 + factor = 6 has_war = yes } + modifier = { + is_major = yes + factor = 2 + } + modifier = { + factor = 5 + date > "1635.8.1" + } } categories = { @@ -80,13 +88,13 @@ technologies = { building = radar_station level = 1 } - + coordination_bonus = 0.01 path = { leads_to_tech = decimetric_radar research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 1.75 folder = { name = electronics_folder @@ -94,7 +102,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 } categories = { @@ -106,13 +114,13 @@ technologies = { decimetric_radar = { # can build radars/radar boost in air/sea combat depends on radar level - + path = { leads_to_tech = improved_decimetric_radar research_cost_coeff = 1 } - - research_cost = 1.5 + coordination_bonus = 0.01 + research_cost = 1.25 start_year = 1633 folder = { @@ -121,7 +129,11 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 + modifier = { + date < "1633.1.1" + factor = 0.5 + } } categories = { @@ -142,13 +154,13 @@ technologies = { building = radar_station level = 3 } - + coordination_bonus = 0.01 path = { leads_to_tech = centimetric_radar research_cost_coeff = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1634 folder = { @@ -157,7 +169,11 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 + modifier = { + date < "1633.1.1" + factor = 0.5 + } } categories = { @@ -173,13 +189,16 @@ technologies = { building = radar_station level = 4 } + coordination_bonus = 0.01 + + static_anti_air_hit_chance_factor = 0.2 path = { leads_to_tech = improved_centimetric_radar research_cost_coeff = 1 } - research_cost = 2.5 + research_cost = 1.25 start_year = 1635 folder = { @@ -188,7 +207,11 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 + modifier = { + date < "1635.1.1" + factor = 0.5 + } } categories = { @@ -204,13 +227,16 @@ technologies = { building = radar_station level = 5 } + coordination_bonus = 0.01 + + static_anti_air_hit_chance_factor = 0.2 path = { leads_to_tech = advanced_centimetric_radar research_cost_coeff = 1 } - research_cost = 2.5 + research_cost = 1.25 start_year = 1636 folder = { @@ -219,7 +245,11 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 + modifier = { + date < "1636.1.1" + factor = 0.5 + } } categories = { @@ -234,9 +264,12 @@ technologies = { enable_building = { building = radar_station level = 6 - } + } + coordination_bonus = 0.01 - research_cost = 2.5 + static_anti_air_hit_chance_factor = 0.2 + + research_cost = 1.25 start_year = 1637 folder = { @@ -245,7 +278,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 } categories = { @@ -257,7 +290,7 @@ technologies = { mechanical_computing = { # small boost to research speed - research_speed_factor = 0.03 + research_speed_factor = 0.04 path = { leads_to_tech = computing_machine @@ -272,7 +305,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 7 modifier = { factor = 2 has_idea = modern_agrarian @@ -288,7 +321,7 @@ technologies = { computing_machine = { # small boost to research speed - research_speed_factor = 0.03 + research_speed_factor = 0.05 path = { leads_to_tech = improved_computing_machine @@ -302,7 +335,6 @@ technologies = { leads_to_tech = basic_decryption research_cost_coeff = 1 } - research_cost = 2.5 start_year = 1633 @@ -312,7 +344,7 @@ technologies = { } ai_will_do = { - factor = 15 + factor = 6 modifier = { factor = 3 @@ -336,8 +368,7 @@ technologies = { improved_computing_machine = { # small boost to research speed - research_speed_factor = 0.05 - + research_speed_factor = 0.08 path = { leads_to_tech = advanced_computing_machine research_cost_coeff = 1 @@ -360,7 +391,7 @@ technologies = { } ai_will_do = { - factor = 15 + factor = 3 modifier = { factor = 3 @@ -384,7 +415,7 @@ technologies = { advanced_computing_machine = { # small boost to research speed - research_speed_factor = 0.05 + research_speed_factor = 0.08 path = { leads_to_tech = advanced_encryption @@ -442,7 +473,15 @@ technologies = { } ai_will_do = { - factor = 5 + factor = 1.75 + modifier = { + has_war = yes + factor = 3 + } + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { @@ -455,12 +494,11 @@ technologies = { # encryption 2 encryption = 1 - - research_cost = 1 - start_year = 1635 allow_branch = { NOT = { has_dlc = "La Resistance" } } + research_cost = 1 + start_year = 1635 folder = { name = electronics_folder @@ -468,7 +506,15 @@ technologies = { } ai_will_do = { - factor = 5 + factor = 1.75 + modifier = { + has_war = yes + factor = 3 + } + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { @@ -481,12 +527,11 @@ technologies = { # encryption 3 encryption = 1 - - research_cost = 1 - start_year = 1637 allow_branch = { NOT = { has_dlc = "La Resistance" } } + research_cost = 1 + start_year = 1637 folder = { name = electronics_folder @@ -494,7 +539,15 @@ technologies = { } ai_will_do = { - factor = 5 + factor = 1.75 + modifier = { + has_war = yes + factor = 3 + } + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { @@ -507,12 +560,11 @@ technologies = { # decryption 1 decryption = 1 - - research_cost = 1.5 - start_year = 1633 allow_branch = { NOT = { has_dlc = "La Resistance" } } + research_cost = 1.5 + start_year = 1633 folder = { name = electronics_folder @@ -520,8 +572,11 @@ technologies = { } ai_will_do = { - factor = 5 - } + factor = 1.5 + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { electronics @@ -533,20 +588,24 @@ technologies = { # decryption 2 decryption = 1 - - research_cost = 1.5 - start_year = 1635 + allow_branch = { NOT = { has_dlc = "La Resistance" } } - + research_cost = 1.5 + start_year = 1635 + folder = { name = electronics_folder position = { x = 4 y = 10 } } ai_will_do = { - factor = 5 + factor = 1.5 + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { @@ -559,12 +618,11 @@ technologies = { # decryption 3 decryption = 1 - - research_cost = 1.5 - start_year = 1637 allow_branch = { NOT = { has_dlc = "La Resistance" } } + research_cost = 1.5 + start_year = 1637 folder = { name = electronics_folder @@ -572,8 +630,11 @@ technologies = { } ai_will_do = { - factor = 5 - } + factor = 1.5 + modifier = { + num_of_military_factories < 50 + factor = 1.5 # not a major + } } categories = { electronics diff --git a/1632_RoF/common/technologies/industry.txt b/1632_RoF/common/technologies/industry.txt index 69cb1293..dcd7c269 100644 --- a/1632_RoF/common/technologies/industry.txt +++ b/1632_RoF/common/technologies/industry.txt @@ -28,11 +28,12 @@ technologies = { } ai_will_do = { - factor = 1500 + factor = 50 } categories = { industry + cat_production } } @@ -70,6 +71,7 @@ technologies = { categories = { industry + cat_production } } @@ -91,7 +93,7 @@ technologies = { } ai_will_do = { - factor = 30 + factor = 15 modifier = { factor = 10 @@ -101,6 +103,7 @@ technologies = { categories = { industry + cat_production } } @@ -133,7 +136,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -143,6 +146,7 @@ technologies = { categories = { industry + cat_production } } @@ -164,7 +168,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -174,6 +178,7 @@ technologies = { categories = { industry + cat_production } } @@ -195,7 +200,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -206,6 +211,7 @@ technologies = { categories = { industry + cat_production } } @@ -223,7 +229,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2 start_year = 1632 folder = { @@ -243,6 +249,7 @@ technologies = { categories = { industry + cat_production } } @@ -250,7 +257,7 @@ technologies = { equipment_conversion_speed = 0.40 - research_cost = 1.5 + research_cost = 2 start_year = 1634 folder = { @@ -270,6 +277,7 @@ technologies = { categories = { industry + cat_production } } @@ -317,6 +325,11 @@ technologies = { categories = { industry + concentrated_industry_category + } + + ai_research_weights = { + offensive = -1.0 } } @@ -351,6 +364,11 @@ technologies = { categories = { industry + concentrated_industry_category + } + + ai_research_weights = { + offensive = -1.0 } } @@ -374,7 +392,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -384,6 +402,11 @@ technologies = { categories = { industry + concentrated_industry_category + } + + ai_research_weights = { + offensive = -1.0 } } @@ -407,7 +430,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -417,6 +440,11 @@ technologies = { categories = { industry + concentrated_industry_category + } + + ai_research_weights = { + offensive = -1.0 } } @@ -435,7 +463,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 4 modifier = { factor = 5 @@ -450,6 +478,11 @@ technologies = { categories = { industry + concentrated_industry_category + } + + ai_research_weights = { + offensive = -1.0 } } @@ -459,8 +492,7 @@ technologies = { industrial_capacity_dockyard = 0.1 line_change_production_efficiency_factor = 0.1 production_factory_start_efficiency_factor = 0.05 - equipment_conversion_speed = 0.20 - industry_air_damage_factor = -0.1 + industry_air_damage_factor = -0.15 global_building_slots_factor = 0.2 path = { @@ -500,6 +532,11 @@ technologies = { categories = { industry + dispersed_industry_category + } + + ai_research_weights = { + defensive = -1.0 } } @@ -509,7 +546,7 @@ technologies = { industrial_capacity_dockyard = 0.1 line_change_production_efficiency_factor = 0.1 production_factory_start_efficiency_factor = 0.05 - industry_air_damage_factor = -0.1 + industry_air_damage_factor = -0.10 global_building_slots_factor = 0.2 path = { @@ -536,6 +573,11 @@ technologies = { categories = { industry + dispersed_industry_category + } + + ai_research_weights = { + defensive = -1.0 } } @@ -545,7 +587,7 @@ technologies = { industrial_capacity_dockyard = 0.1 line_change_production_efficiency_factor = 0.1 production_factory_start_efficiency_factor = 0.05 - industry_air_damage_factor = -0.1 + industry_air_damage_factor = -0.10 global_building_slots_factor = 0.2 path = { @@ -562,7 +604,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -572,6 +614,11 @@ technologies = { categories = { industry + dispersed_industry_category + } + + ai_research_weights = { + defensive = -1.0 } } @@ -581,7 +628,7 @@ technologies = { industrial_capacity_dockyard = 0.1 line_change_production_efficiency_factor = 0.1 production_factory_start_efficiency_factor = 0.05 - industry_air_damage_factor = -0.1 + industry_air_damage_factor = -0.10 global_building_slots_factor = 0.2 path = { @@ -598,7 +645,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { factor = 10 @@ -608,6 +655,11 @@ technologies = { categories = { industry + dispersed_industry_category + } + + ai_research_weights = { + defensive = -1.0 } } @@ -617,7 +669,7 @@ technologies = { industrial_capacity_dockyard = 0.1 line_change_production_efficiency_factor = 0.1 production_factory_start_efficiency_factor = 0.05 - industry_air_damage_factor = -0.1 + industry_air_damage_factor = -0.10 global_building_slots_factor = 0.2 @@ -630,7 +682,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 15 modifier = { @@ -641,6 +693,11 @@ technologies = { categories = { industry + dispersed_industry_category + } + + ai_research_weights = { + defensive = -1.0 } } ##################################### @@ -839,6 +896,7 @@ technologies = { categories = { industry construction_tech + excavation_tech } folder = { @@ -847,7 +905,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 modifier = { factor = 5.0 @@ -903,7 +961,7 @@ technologies = { } ai_will_do = { - factor = 40 + factor = 4 modifier = { factor = 10 @@ -926,6 +984,7 @@ technologies = { categories = { industry construction_tech + excavation_tech } folder = { @@ -934,7 +993,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 modifier = { factor = 5.0 @@ -991,7 +1050,7 @@ technologies = { } ai_will_do = { - factor = 30 + factor = 10 modifier = { factor = 1.5 @@ -1000,7 +1059,7 @@ technologies = { modifier = { factor = 0.5 - NOT = { has_war = yes } + has_war = no } modifier = { @@ -1025,6 +1084,7 @@ technologies = { categories = { industry construction_tech + excavation_tech } folder = { @@ -1033,7 +1093,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 modifier = { factor = 5.0 @@ -1089,7 +1149,7 @@ technologies = { } ai_will_do = { - factor = 20 + factor = 4 modifier = { factor = 10 @@ -1112,6 +1172,7 @@ technologies = { categories = { industry construction_tech + excavation_tech } folder = { @@ -1120,7 +1181,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 1 modifier = { factor = 5.0 @@ -1173,7 +1234,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 4 modifier = { factor = 10 @@ -1197,6 +1258,7 @@ technologies = { categories = { industry construction_tech + excavation_tech } folder = { @@ -1205,7 +1267,7 @@ technologies = { } ai_will_do = { - factor = 10 + factor = 2 modifier = { factor = 5.0 @@ -1232,6 +1294,4 @@ technologies = { } } } - - } \ No newline at end of file diff --git a/1632_RoF/common/technologies/infantry.txt b/1632_RoF/common/technologies/infantry.txt index a18422fe..82504409 100644 --- a/1632_RoF/common/technologies/infantry.txt +++ b/1632_RoF/common/technologies/infantry.txt @@ -56,29 +56,7 @@ technologies = { } } } - tercio_formation_tech = { - enable_subunits = { - tercio_infantry - #merc_tercio_infantry - } - allow = { - has_tech = arquebus_weapons - } - research_cost = 1 - start_year = 1550 - - categories = { - cat_pike_weapons - infantry_weapons - } - ai_will_do = { - factor = 10 - modifier = { - factor = 0 - has_tech = musket_tech - } - } - } + gulyay_gorod_tech = { enable_subunits = { gulyay_gorod @@ -132,6 +110,30 @@ technologies = { } } + tercio_formation_tech = { + enable_subunits = { + tercio_infantry + #merc_tercio_infantry + } + allow = { + has_tech = arquebus_weapons + } + research_cost = 1 + start_year = 1550 + + categories = { + cat_pike_weapons + infantry_weapons + } + ai_will_do = { + factor = 10 + modifier = { + factor = 0 + has_tech = musket_tech + } + } + } + musket_tech = { enable_equipments = { musket @@ -485,7 +487,9 @@ technologies = { } on_research_complete_limit = { - NOT = { has_template_containing_unit = paratrooper } + NOT = { + has_template_containing_unit = paratrooper + } } on_research_complete = { hidden_effect = { @@ -496,6 +500,7 @@ technologies = { categories = { para_tech + cat_special_forces_generic } ai_will_do = { @@ -514,7 +519,7 @@ technologies = { leads_to_tech = paratroopers3 research_cost_coeff = 1 } - + research_cost = 1.5 start_year = 1662 folder = { @@ -524,6 +529,7 @@ technologies = { categories = { para_tech + cat_special_forces_generic } ai_will_do = { @@ -547,6 +553,7 @@ technologies = { categories = { para_tech + cat_special_forces_generic } ai_will_do = { @@ -561,7 +568,9 @@ technologies = { } on_research_complete_limit = { - NOT = { has_template_containing_unit = marine } + NOT = { + has_template_containing_unit = marine + } } on_research_complete = { hidden_effect = { @@ -584,7 +593,7 @@ technologies = { categories = { marine_tech - infantry_tech + cat_special_forces_generic } ai_will_do = { @@ -602,7 +611,6 @@ technologies = { leads_to_tech = marines3 research_cost_coeff = 1 } - research_cost = 1.5 start_year = 1634 @@ -613,7 +621,7 @@ technologies = { categories = { marine_tech - infantry_tech + cat_special_forces_generic } ai_will_do = { @@ -636,7 +644,7 @@ technologies = { categories = { marine_tech - infantry_tech + cat_special_forces_generic } ai_will_do = { @@ -651,7 +659,9 @@ technologies = { } on_research_complete_limit = { - NOT = { has_template_containing_unit = mountaineers } + NOT = { + has_template_containing_unit = mountaineers + } } on_research_complete = { hidden_effect = { @@ -675,6 +685,7 @@ technologies = { categories = { infantry_tech mountaineers_tech + cat_special_forces_generic } ai_will_do = { @@ -693,7 +704,6 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 start_year = 1634 folder = { @@ -704,6 +714,7 @@ technologies = { categories = { infantry_tech mountaineers_tech + cat_special_forces_generic } ai_will_do = { @@ -711,8 +722,7 @@ technologies = { } } - tech_mountaineers3 = { - + tech_mountaineers3 = { mountaineers = { max_organisation = 5 } @@ -727,60 +737,13 @@ technologies = { categories = { infantry_tech mountaineers_tech + cat_special_forces_generic } ai_will_do = { factor = 0.7 } } - - motorised_infantry = { - - enable_equipments = { - motorized_equipment_1 - } - - research_cost = 2 - start_year = 1631 - folder = { - name = infantry_folder - position = { x = 0 y = @1631 } - } - - folder = { - name = support_folder - position = { x = 7 y = 9 } - } - - #sub_technologies = { - # motorized_rocket_unit - #} - - categories = { - motorized_equipment - infantry_tech - } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 2 - date > "1632.1.1" - } - - modifier = { - factor = 2 - date > "1633.1.1" - } - - modifier = { - factor = 2 - date > "1634.1.1" - } - } - } - tech_special_forces = { category_special_forces = { acclimatization_hot_climate_gain_factor = 0.05 @@ -992,4 +955,53 @@ technologies = { } } -} \ No newline at end of file + + motorised_infantry = { + + enable_equipments = { + motorized_equipment_1 + } + + research_cost = 2 + start_year = 1631 + folder = { + name = infantry_folder + position = { x = 0 y = @1631 } + } + + folder = { + name = support_folder + position = { x = 7 y = 9 } + } + + #sub_technologies = { + # motorized_rocket_unit + #} + + categories = { + motorized_equipment + mio_cat_tech_all_motorized_mechanized + infantry_tech + } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 2 + date > "1632.1.1" + } + + modifier = { + factor = 2 + date > "1633.1.1" + } + + modifier = { + factor = 2 + date > "1634.1.1" + } + } + } + +} diff --git a/1632_RoF/common/technologies/land_doctrine.txt b/1632_RoF/common/technologies/land_doctrine.txt index db9edac2..45ccff99 100644 --- a/1632_RoF/common/technologies/land_doctrine.txt +++ b/1632_RoF/common/technologies/land_doctrine.txt @@ -111,6 +111,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -151,12 +157,19 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { armor = 3.0 } } + elastic_defence = { @@ -200,6 +213,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -215,6 +234,10 @@ technologies = { xor={ armored_spearhead } + apc = { + maximum_speed = 0.1 + default_morale = 0.2 + } path = { leads_to_tech = mass_motorization @@ -237,6 +260,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -254,7 +291,6 @@ technologies = { max_organisation = 10 } - path = { leads_to_tech = mechanised_offensive research_cost_coeff = 1 @@ -276,6 +312,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -288,6 +338,9 @@ technologies = { xp_research_type = army xp_unlock_cost = 100 + apc = { + max_organisation = 15 + } category_tanks = { max_organisation = 3 @@ -319,6 +372,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -366,6 +433,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -408,6 +489,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -430,6 +525,10 @@ technologies = { enable_tactic = tactic_breakthrough + apc = { + max_organisation = 5 + } + path = { leads_to_tech = kampfgruppe @@ -453,6 +552,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -470,6 +583,7 @@ technologies = { } # faster planning planning_speed = 0.2 + additional_brigade_column_size = 1 enable_tactic = tactic_overwhelming_fire @@ -499,6 +613,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -543,6 +671,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -578,6 +720,14 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -613,6 +763,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -652,6 +816,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -686,6 +864,14 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -718,6 +904,14 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -760,6 +954,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -795,6 +995,12 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 } @@ -838,6 +1044,12 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 } @@ -880,6 +1092,20 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } factor = 20 } @@ -918,7 +1144,21 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -937,6 +1177,13 @@ technologies = { default_morale = 0.2 } + signal_company = { + battalion_mult = { + category = category_artillery + defense = 0.10 + } + } + path = { leads_to_tech = overwhelming_firepower research_cost_coeff = 1 @@ -958,7 +1205,21 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -996,7 +1257,21 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1041,6 +1316,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.25 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1081,6 +1370,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.25 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1121,6 +1424,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1132,6 +1449,8 @@ technologies = { xp_research_type = army xp_unlock_cost = 100 land_reinforce_rate = 0.02 + + additional_brigade_column_size = 1 enable_tactic = tactic_tactical_withdrawal @@ -1157,6 +1476,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1172,7 +1505,14 @@ technologies = { } #combat advantage when air superior - army_bonus_air_superiority_factor = 0.20 + army_bonus_air_superiority_factor = 0.15 + + recon = { + battalion_mult = { + category = category_anti_air + air_attack = 0.10 + } + } doctrine = yes research_cost = 4.5 @@ -1190,6 +1530,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1232,6 +1586,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.25 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1270,6 +1638,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1292,6 +1674,8 @@ technologies = { category_all_armor = { default_morale = 0.05 } + + additional_brigade_column_size = 1 enable_tactic = tactic_tactical_withdrawal @@ -1317,6 +1701,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1358,6 +1756,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1398,6 +1810,12 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 } @@ -1436,6 +1854,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -1475,6 +1899,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -1518,6 +1948,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1533,7 +1977,12 @@ technologies = { infantry_offensive } + apc = { + max_organisation = 5 + } + additional_brigade_column_size = 1 + enable_tactic = tactic_blitz enable_tactic = tactic_elastic_defense @@ -1559,6 +2008,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.35 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.65 + } } ai_research_weights = { @@ -1596,6 +2059,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.3 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.6 + } } ai_research_weights = { @@ -1637,6 +2114,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.25 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.55 + } } ai_research_weights = { @@ -1676,6 +2167,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.2 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1691,6 +2196,13 @@ technologies = { max_planning = 0.1 max_command_power = 30 + logistics_company = { + battalion_mult = { + category = category_all_infantry + defense = 0.05 + } + } + path = { leads_to_tech = c3i_theory research_cost_coeff = 1 @@ -1712,6 +2224,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.45 + } } ai_research_weights = { @@ -1747,6 +2273,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.1 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.4 + } } ai_research_weights = { @@ -1765,6 +2305,8 @@ technologies = { max_organisation = 5 breakthrough = 0.1 } + + additional_brigade_column_size = 1 enable_tactic = tactic_infantry_charge @@ -1789,6 +2331,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.35 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.65 + } } ai_research_weights = { @@ -1832,6 +2388,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.3 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.6 + } } ai_research_weights = { @@ -1847,11 +2417,18 @@ technologies = { supply_consumption_factor = -0.10 command_power_gain_mult = 0.15 + recon = { + battalion_mult = { + category = category_light_infantry + soft_attack = 0.05 + } + } + path = { leads_to_tech = night_assault_tactics research_cost_coeff = 1 } - + doctrine = yes research_cost = 4.5 @@ -1868,6 +2445,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.25 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.55 + } } ai_research_weights = { @@ -1906,6 +2497,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.2 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -1923,6 +2528,7 @@ technologies = { category_tanks = { max_organisation = 1 } + path = { leads_to_tech = infiltration_in_depth research_cost_coeff = 1 @@ -1944,6 +2550,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.45 + } } ai_research_weights = { @@ -1977,6 +2597,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.1 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.4 + } } ai_research_weights = { @@ -1998,7 +2632,8 @@ technologies = { } land_reinforce_rate = 0.02 - minimum_training_level = -0.1 + minimum_training_level = -0.1 + weekly_casualties_war_support = 0.001 doctrine = yes research_cost = 2.25 @@ -2016,6 +2651,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2052,6 +2693,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2094,6 +2741,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2108,10 +2761,10 @@ technologies = { peoples_army } - - supply_consumption_factor = -0.10 + additional_brigade_column_size = 1 + enable_tactic = tactic_relentless_assault path = { @@ -2135,6 +2788,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -2173,6 +2840,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -2185,6 +2866,7 @@ technologies = { xp_unlock_cost = 100 max_planning = 0.10 land_reinforce_rate = 0.05 + enable_tactic = tactic_elastic_defense path = { @@ -2208,6 +2890,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.35 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.65 + } } ai_research_weights = { @@ -2221,7 +2917,7 @@ technologies = { supply_consumption_factor = -0.10 category_all_infantry = { - combat_width = -0.4 + combat_width = -0.3 } @@ -2248,6 +2944,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.35 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.65 + } } ai_research_weights = { @@ -2306,6 +3016,10 @@ technologies = { category_all_armor = { default_morale = 0.1 } + apc = { + max_organisation = 10 + default_morale = 0.1 + } path = { leads_to_tech = continuous_offensive @@ -2328,6 +3042,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.15 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.5 + } } ai_research_weights = { @@ -2360,6 +3088,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.1 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.35 + } } ai_research_weights = { @@ -2380,6 +3122,8 @@ technologies = { resistance_damage_to_garrison_on_our_occupied_states = 0.1 #10% more partisan effects #Land Units take less attrition attrition = -0.1 #take 10% less attrition losses + + additional_brigade_column_size = 1 enable_tactic = tactic_human_wave_tactics @@ -2397,6 +3141,13 @@ technologies = { cat_mass_assault } + military_police = { + battalion_mult = { + category = category_cavalry + suppression = 0.50 + add = yes + } + } folder = { name = land_doctrine_folder @@ -2405,6 +3156,20 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -2441,6 +3206,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2480,6 +3251,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2489,7 +3266,6 @@ technologies = { human_wave_offensive = { - conscription = 0.05 xp_research_type = army xp_unlock_cost = 100 @@ -2520,6 +3296,12 @@ technologies = { ai_will_do = { factor = 20 + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } } ai_research_weights = { @@ -2554,6 +3336,12 @@ technologies = { } ai_will_do = { + modifier = { + not = { + has_army_experience > 120 + } + factor = 0.8 + } factor = 20 } diff --git a/1632_RoF/common/technologies/naval.txt b/1632_RoF/common/technologies/naval.txt index d7a605d2..3d1b10c3 100644 --- a/1632_RoF/common/technologies/naval.txt +++ b/1632_RoF/common/technologies/naval.txt @@ -32,6 +32,7 @@ technologies = { categories = { naval_equipment man_of_war_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -51,6 +52,7 @@ technologies = { categories = { naval_equipment man_of_war_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -81,6 +83,8 @@ technologies = { categories = { naval_equipment frigate_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -104,6 +108,8 @@ technologies = { categories = { naval_equipment frigate_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -134,6 +140,8 @@ technologies = { categories = { naval_equipment frigate_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -157,6 +165,8 @@ technologies = { categories = { naval_equipment frigate_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -181,6 +191,7 @@ technologies = { categories = { naval_equipment steamship_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -204,6 +215,8 @@ technologies = { categories = { naval_equipment steamship_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -227,6 +240,8 @@ technologies = { categories = { naval_equipment steamship_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -251,6 +266,8 @@ technologies = { categories = { naval_equipment steamship_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } @@ -274,6 +291,8 @@ technologies = { categories = { naval_equipment steamship_tech + mio_cat_tech_all_screen_ship_and_modules + mio_cat_tech_all_destroyer_and_modules } } @@ -308,6 +327,8 @@ technologies = { naval_equipment steamship_tech timberclad_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -328,6 +349,8 @@ technologies = { naval_equipment steamship_tech timberclad_tech + mio_cat_tech_all_capital_ship_and_modules + mio_cat_tech_all_cruiser_and_modules } } @@ -362,6 +385,7 @@ technologies = { naval_equipment steamship_tech ironclad_tech + mio_cat_tech_all_capital_ship_and_modules } } @@ -382,13 +406,14 @@ technologies = { naval_equipment steamship_tech ironclad_tech + mio_cat_tech_all_capital_ship_and_modules } } transport = { - transport_capacity = -0.5 + transport_capacity = -0.33 naval_invasion_capacity = 10 path = { @@ -436,9 +461,9 @@ technologies = { landing_craft = { - invasion_preparation = -0.5 + invasion_preparation = -0.25 amphibious_invasion_defence = 0.15 - naval_invasion_capacity = 40 + naval_invasion_capacity = 20 path = { leads_to_tech = tank_landing_craft diff --git a/1632_RoF/common/technologies/naval_doctrine.txt b/1632_RoF/common/technologies/naval_doctrine.txt index 6db24b67..c07616d1 100644 --- a/1632_RoF/common/technologies/naval_doctrine.txt +++ b/1632_RoF/common/technologies/naval_doctrine.txt @@ -94,13 +94,13 @@ technologies = { # EFFECT ############# battleship = { - max_organisation = 10 + max_organisation = 5 } battle_cruiser = { - max_organisation = 10 + max_organisation = 5 } heavy_cruiser = { - max_organisation = 10 + max_organisation = 5 } light_cruiser = { surface_detection = 0.10 @@ -159,13 +159,13 @@ technologies = { battlefleet_concentration = { # EFFECT ############# battleship = { - max_organisation = 10 + max_organisation = 5 } battle_cruiser = { - max_organisation = 10 + max_organisation = 5 } heavy_cruiser = { - max_organisation = 10 + max_organisation = 5 } strike_force_movement_org_loss = -0.2 ######## @@ -193,6 +193,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -235,6 +243,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -250,11 +274,11 @@ technologies = { # EFFECT ############# destroyer = { - max_organisation = 20 + max_organisation = 5 sub_detection = 0.1 } light_cruiser = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.2 } @@ -284,6 +308,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -328,6 +360,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -369,6 +409,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -416,6 +464,18 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -429,7 +489,7 @@ technologies = { # EFFECT ############# destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } convoy_escort_efficiency = 0.05 @@ -459,6 +519,15 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -473,7 +542,7 @@ technologies = { # EFFECT ############# destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } convoy_escort_efficiency = 0.1 @@ -503,6 +572,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -546,6 +632,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -560,7 +663,7 @@ technologies = { # EFFECT ############# destroyer = { - max_organisation = 20 + max_organisation = 5 sub_detection = 0.1 } light_cruiser = { @@ -597,6 +700,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -684,6 +804,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -727,6 +855,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -764,6 +900,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -834,6 +978,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -879,6 +1031,15 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -922,6 +1083,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -967,6 +1145,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1010,6 +1205,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1064,6 +1276,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1079,14 +1308,12 @@ technologies = { # EFFECT ############## light_cruiser = { max_organisation = 10 - surface_visibility = -0.10 convoy_raiding_coordination = 0.15 surface_detection = 0.10 } heavy_cruiser = { max_organisation = 10 - surface_visibility = -0.10 convoy_raiding_coordination = 0.15 surface_detection = 0.10 } @@ -1131,14 +1358,12 @@ technologies = { # EFFECT ############## battle_cruiser = { max_organisation = 20 - surface_visibility = -0.20 convoy_raiding_coordination = 0.15 surface_detection = 0.15 } battleship = { max_organisation = 20 - surface_visibility = -0.25 convoy_raiding_coordination = 0.5 surface_detection = 0.25 } @@ -1169,6 +1394,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1217,6 +1450,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1258,6 +1499,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1294,6 +1543,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1338,6 +1595,13 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_navy_size = { + type = carrier + size < 1 + } + factor = 0 + } } ai_research_weights = { @@ -1352,7 +1616,7 @@ technologies = { #same as convoy_sailing # EFFECT ############# destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } convoy_escort_efficiency = 0.05 @@ -1523,7 +1787,15 @@ technologies = { } ai_will_do = { - factor = 2 + factor = 1 + modifier = { + has_war = yes + factor = 2 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -1568,7 +1840,16 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 1.25 + + modifier = { + has_war = yes + factor = 2 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -1615,6 +1896,19 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -1658,6 +1952,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 2 + } + modifier = { + has_navy_experience > 120 + factor = 4 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1705,6 +2016,30 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } + modifier = { + OR = { + has_war_with = JAP + has_war_with = USA + } + factor = 2 + } + modifier = { + has_navy_experience > 120 + factor = 4 + } } ai_research_weights = { @@ -1747,6 +2082,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1788,6 +2131,23 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + has_war = yes + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } + modifier = { + has_navy_experience > 120 + factor = 4 + } } ai_research_weights = { @@ -1831,6 +2191,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -1871,6 +2239,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1913,6 +2297,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1948,6 +2348,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -1961,7 +2377,7 @@ technologies = { #same as convoy_escorts # EFFECT ############# destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } convoy_escort_efficiency = 0.1 @@ -1990,6 +2406,14 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } } ai_research_weights = { @@ -2004,11 +2428,11 @@ technologies = { # EFFECT ############## destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } light_cruiser = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.1 } @@ -2038,6 +2462,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -2052,7 +2492,7 @@ technologies = { #same as convoy_sailing # EFFECT ############# destroyer = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.05 } convoy_escort_efficiency = 0.05 @@ -2081,6 +2521,22 @@ technologies = { ai_will_do = { factor = 1 + modifier = { + has_war = yes + factor = 5 + } + modifier = { + has_navy_experience > 120 + factor = 2 + } + modifier = { + not = { ai_air_doctrine_tier_1_trigger = yes } + factor = 0.5 + } + modifier = { + not = { ai_air_doctrine_tier_2_trigger = yes } + factor = 0.75 + } } ai_research_weights = { @@ -2095,11 +2551,11 @@ technologies = { #same as integrated_convoy_defence # EFFECT ############# destroyer = { - max_organisation = 20 + max_organisation = 5 sub_detection = 0.10 } light_cruiser = { - max_organisation = 10 + max_organisation = 5 sub_detection = 0.15 } carrier = { diff --git a/1632_RoF/common/technologies/rof_industry.txt b/1632_RoF/common/technologies/rof_industry.txt index bd215dd8..bff6c3a3 100644 --- a/1632_RoF/common/technologies/rof_industry.txt +++ b/1632_RoF/common/technologies/rof_industry.txt @@ -487,7 +487,7 @@ technologies = { } folder = { name = armour_folder - position = { x = 0 y = 5 } # x = 12 y = 0 + position = { x = 0 y = 6 } # x = 12 y = 0 } categories = { diff --git a/1632_RoF/common/technologies/special_forces_doctrine.txt b/1632_RoF/common/technologies/special_forces_doctrine.txt new file mode 100644 index 00000000..8c49f770 --- /dev/null +++ b/1632_RoF/common/technologies/special_forces_doctrine.txt @@ -0,0 +1,1412 @@ +technologies = { + + ###Mountaineers + + special_forces_mountaineers = { + doctrine_name = "TITLE_SPECIAL_FORCES" + + # EFFECT ######## + mountaineers_special_forces_contribution_factor = -0.25 + category_mountaineers = { + supply_consumption = -0.02 + } + category_special_forces = { + max_organisation = 5 + soft_attack = 0.05 + } + enable_subunits = { + rangers_support + } + ########### + + force_use_small_tech_layout = yes + + xp_research_type = army + xp_unlock_cost = 60 + + #xor = { special_forces_marines special_forces_paratroopers } + + path = { + leads_to_tech = ski_troops + research_cost_coeff = 1 + } + + path = { + leads_to_tech = rangers + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 2.25 + + allow = { + has_tech = tech_mountaineers + can_unlock_new_special_forces_tree = yes + } + + on_research_complete = { + remove_potential_special_forces_tree = yes + } + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 0 } + } + + ai_will_do = { + factor = 10 + modifier = { + factor = 0 + NOT = { ai_has_completed_army_doctrine = yes } + } + } + + ai_research_weights = { + #air_doctrine = -1.0 + #light_air = -2.0 + } + } + + ski_troops = { + + xp_research_type = army + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = special_forces_recon + research_cost_coeff = 1 + } + + xor = { rangers } + + rangers_support = { + acclimatization_cold_climate_gain_factor = 0.25 + snow = { + attack = 0.15 + defence = 0.20 + movement = 0.15 + } + } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + rangers = { + + xp_research_type = army + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = special_forces_recon + research_cost_coeff = 1 + } + + xor = { ski_troops } + + rangers_support = { + mountain = { + attack = 0.20 + defence = 0.10 + movement = 0.10 + } + } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + special_forces_recon = { + + xp_research_type = army + xp_unlock_cost = 60 + + category_mountaineers = { + initiative = 0.01 + } + unit_mountaineers_design_cost_factor = -0.50 + unit_rangers_support_design_cost_factor = -0.50 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = mountaineers_combat_1 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = mountaineers_combat_2 + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 4 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + mountaineers_combat_1 = { + + xp_research_type = army + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + category_mountaineers = { + defense = 0.10 + } + mountaineers = { + combat_width = -0.2 + } + + path = { + leads_to_tech = mountaineers_combat_3 + research_cost_coeff = 1 + } + + xor = { mountaineers_combat_2 } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + mountaineers_combat_2 = { + + xp_research_type = army + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = mountaineers_combat_3 + research_cost_coeff = 1 + } + + category_artillery = { + battalion_mult = { + category = category_mountaineers + breakthrough = 0.15 + } + } + + rangers_support = { + battalion_mult = { + category = category_line_artillery + soft_attack = 0.20 + } + } + + xor = { mountaineers_combat_1 } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + mountaineers_combat_3 = { + + xp_research_type = army + xp_unlock_cost = 60 + + category_mountaineers = { + max_organisation = 10 + } + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = mountaineers_keystone_1 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = mountaineers_keystone_2 + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 8 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + mountaineers_keystone_1 = { + + xp_research_type = army + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + category_mountaineers = { + soft_attack = 0.10 + } + + mountaineers_special_forces_contribution_factor = -0.25 + special_forces_training_time_factor = -0.20 + + xor = { mountaineers_keystone_2 } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + mountaineers_keystone_2 = { + + xp_research_type = army + xp_unlock_cost = 60 + + special_forces_cap = 0.20 + special_forces_out_of_supply_factor = -0.1 + special_forces_attack_factor = 0.10 + acclimatization_hot_climate_gain_factor = 0.10 + acclimatization_cold_climate_gain_factor = 0.10 + + force_use_small_tech_layout = yes + + xor = { mountaineers_keystone_1 } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + mountaineers_tech + cat_mountaineers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + ###Marines + + special_forces_marines = { + doctrine_name = "MARINES_DOCTRINE" + + xp_research_type = navy + xp_unlock_cost = 60 + + #xor = { special_forces_mountaineers special_forces_paratroopers } + + force_use_small_tech_layout = yes + + allow = { + AND = { + has_tech = marines + can_unlock_new_special_forces_tree = yes + } + } + + on_research_complete = { + remove_potential_special_forces_tree = yes + } + + path = { + leads_to_tech = marines_jungle_troops + research_cost_coeff = 1 + } + + path = { + leads_to_tech = marines_shore_parties + research_cost_coeff = 1 + } + + marines_special_forces_contribution_factor = -0.25 + naval_invasion_capacity = 5 + category_special_forces = { + max_organisation = 5 + soft_attack = 0.05 + } + + enable_subunits = { + pioneer_support + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 0 } + } + + ai_will_do = { + factor = 20 + modifier = { + factor = 0 + NOT = { ai_has_completed_naval_doctrine = yes } + } + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_jungle_troops = { + + xp_research_type = navy + xp_unlock_cost = 60 + + xor = { marines_shore_parties } + + force_use_small_tech_layout = yes + + pioneer_support = { + jungle = { + attack = 0.15 + defence = 0.10 + movement = 0.10 + } + } + + path = { + leads_to_tech = marines_recon + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_shore_parties = { + + xp_research_type = navy + xp_unlock_cost = 60 + + xor = { marines_jungle_troops } + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = marines_recon + research_cost_coeff = 1 + } + + pioneer_support = { + amphibious = { + attack = 0.25 + defence = 0.15 + movement = 0.20 + } + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_recon = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = marines_commandoes + research_cost_coeff = 1 + } + + path = { + leads_to_tech = marines_expeditionary + research_cost_coeff = 1 + } + + unit_marine_design_cost_factor = -0.50 + + marine = { + max_organisation = 5 + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 4 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_commandoes = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = marines_commandos_demolition + research_cost_coeff = 1 + } + + xor = { marines_expeditionary } + + enable_subunits = { + marine_commando + } + + on_research_complete = { + custom_effect_tooltip = SF_MARINES_exfiltration_effect_tt + } + + acclimatization_cold_climate_gain_factor = 0.1 + acclimatization_hot_climate_gain_factor = 0.1 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_expeditionary = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = marines_expeditionary_blowtorch + research_cost_coeff = 1 + } + + xor = { marines_commandoes } + + special_forces_cap = 0.10 + naval_invasion_planning_bonus_speed = 0.2 + + army_bonus_air_superiority_factor = 0.10 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_commandos_demolition = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = marines_commandoes_mechanised + research_cost_coeff = 1 + } + + path = { + leads_to_tech = marines_commandoes_mechanised_non_mtg + research_cost_coeff = 1 + } + + marine_commando = { + breakthrough = 0.15 + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + on_research_complete = { + custom_effect_tooltip = SF_marine_demoliton_effect_TT + } + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 8 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_expeditionary_blowtorch = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + + path = { + leads_to_tech = marines_expeditionary_support + research_cost_coeff = 1 + } + + + pioneer_support = { + battalion_mult = { + category = category_line_artillery + max_organisation = 2 + add = yes + } + } + + shore_bombardment_bonus = 0.15 + special_forces_attack_factor = 0.10 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 8 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_commandoes_mechanised = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + allow_branch = { has_dlc = "Man the Guns" } + + amphibious_mechanized = { + soft_attack = 0.1 + breakthrough = 0.1 + max_organisation = 5 + } + + pioneer_support = { + battalion_mult = { + category = category_amphibious_tanks + armor = 0.15 + breakthrough = 0.15 + } + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_commandoes_mechanised_non_mtg = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + allow_branch = { not = { has_dlc = "Man the Guns" } } + + special_forces_attack_factor = 0.15 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + marines_expeditionary_support = { + + xp_research_type = navy + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + category_artillery = { + battalion_mult = { + category = category_marines + defense = 0.05 + } + } + + anti_air = { + battalion_mult = { + category = category_marines + defense = 0.05 + } + } + + anti_tank = { + battalion_mult = { + category = category_marines + defense = 0.05 + } + } + + extra_marine_supply_grace = 24 + naval_invasion_capacity = 10 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + marine_tech + cat_marines_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + ###Paratroopers + + special_forces_paratroopers = { + doctrine_name = "PARATROOPERS_DOCTRINE" + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + #xor = { special_forces_mountaineers special_forces_marines } + + paratroopers_special_forces_contribution_factor = -0.10 + light_airship = { + air_defence = 0.20 + } + airship = { + air_defence = 0.20 + } + category_special_forces = { + max_organisation = 5 + soft_attack = 0.05 + } + + allow = { + has_tech = paratroopers + can_unlock_new_special_forces_tree = yes + } + + on_research_complete = { + remove_potential_special_forces_tree = yes + } + + path = { + leads_to_tech = paras_dispersed_drop + research_cost_coeff = 1 + } + + path = { + leads_to_tech = paras_combat_drop + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 0 } + } + + ai_will_do = { + factor = 20 + modifier = { + factor = 0 + NOT = { ai_has_completed_air_doctrine = yes } + } + } + + ai_research_weights = { + #infantry_weapons = 1.5 + #motorized_equipment = 1.0 + } + } + + paras_dispersed_drop = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = paras_airborne_light_armor + research_cost_coeff = 1 + } + + xor = { paras_combat_drop } + + doctrine = yes + research_cost = 4.5 + + paratroopers_special_forces_contribution_factor = -0.10 + + on_research_complete = { + custom_effect_tooltip = SF_PARAS_sabotage_effect_tt + } + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + paras_combat_drop = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + xor = { paras_dispersed_drop } + + path = { + leads_to_tech = paras_airborne_light_armor + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 4.5 + + paratroopers_special_forces_contribution_factor = -0.10 + + on_research_complete = { + custom_effect_tooltip = SF_PARAS_combat_effect_tt + } + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 2 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + paras_airborne_light_armor = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + #category_all_infantry = { + # max_organisation = 15 + #} + + path = { + leads_to_tech = paras_combat_1 + research_cost_coeff = 1 + } + + path = { + leads_to_tech = paras_combat_2 + research_cost_coeff = 1 + } + + doctrine = yes + research_cost = 4.5 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + folder = { + name = special_forces_doctrine_folder + position = { x = 0 y = 4 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #armor = 3.0 + } + } + + paras_combat_1 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = paras_bonus_1 + research_cost_coeff = 1 + } + + xor = { paras_combat_2 } + + signal_company = { + battalion_mult = { + category = category_paratroopers + defense = 0.15 + } + } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + paras_combat_2 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = paras_bonus_2 + research_cost_coeff = 1 + } + + field_hospital = { + battalion_mult = { + category = category_paratroopers + default_morale = 0.15 + } + } + + xor = { paras_combat_1 } + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 6 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + paras_bonus_1 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = paras_keystone_1 + research_cost_coeff = 1 + } + + category_paratroopers = { + max_organisation = 5 + supply_consumption = -0.02 + } + + acclimatization_hot_climate_gain_factor = 0.10 + acclimatization_cold_climate_gain_factor = 0.10 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 8 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + paras_bonus_2 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + path = { + leads_to_tech = paras_keystone_2 + research_cost_coeff = 1 + } + + paratrooper_weight_factor = -0.5 + special_forces_no_supply_grace = 24 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 8 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + paras_keystone_1 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + category_paratroopers = { + soft_attack = 0.15 + breakthrough = 0.15 + } + + special_forces_training_time_factor = 0.20 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = -1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + + paras_keystone_2 = { + + xp_research_type = air + xp_unlock_cost = 60 + + force_use_small_tech_layout = yes + + paratroopers_special_forces_contribution_factor = -0.20 + special_forces_training_time_factor = -0.10 + special_forces_attack_factor = 0.10 + + doctrine = yes + research_cost = 2.25 + + categories = { + special_forces_doctrine + para_tech + cat_paratroopers_doctrine + } + + + folder = { + name = special_forces_doctrine_folder + position = { x = 1 y = 10 } + } + + ai_will_do = { + factor = 20 + } + + ai_research_weights = { + #artillery = 4.0 + } + } + +} diff --git a/1632_RoF/common/technologies/support.txt b/1632_RoF/common/technologies/support.txt index 432812ed..38fe5029 100644 --- a/1632_RoF/common/technologies/support.txt +++ b/1632_RoF/common/technologies/support.txt @@ -23,7 +23,8 @@ technologies = { path = { leads_to_tech = tech_engineers research_cost_coeff = 1 - } + } + path = { leads_to_tech = tech_recon research_cost_coeff = 1 @@ -61,20 +62,20 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 2 modifier = { - factor = 2 + factor = 4 date > "1632.1.1" } modifier = { - factor = 2 + factor = 4 date > "1633.1.1" } modifier = { - factor = 2 + factor = 4 date > "1634.1.1" } } @@ -92,7 +93,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -126,14 +127,17 @@ technologies = { factor = 2 date > "1634.1.1" } + modifier = { + factor = 10 + date > "1635.1.1" + } } } tech_engineers2 = { - engineer = { - entrenchment = 2 - + engineer = { + entrenchment = 0.50 fort = { defence = 0.10 attack = 0.10 @@ -170,7 +174,7 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 2 modifier = { factor = 1.2 @@ -192,7 +196,7 @@ technologies = { tech_engineers3 = { engineer = { - entrenchment = 2 + entrenchment = 0.50 river = { attack = 0.1 defence = 0.10 @@ -228,7 +232,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -241,7 +245,7 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 2 modifier = { factor = 1.2 @@ -263,7 +267,7 @@ technologies = { tech_engineers4 = { engineer = { - entrenchment = 2 + entrenchment = 0.50 urban = { attack = 0.1 defence = 0.1 @@ -293,7 +297,7 @@ technologies = { attack = 0.10 } } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -306,7 +310,7 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 2 modifier = { factor = 1.2 @@ -336,7 +340,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -370,6 +374,10 @@ technologies = { factor = 2 date > "1634.1.1" } + modifier = { + factor = 10 + date > "1635.1.1" + } } } @@ -426,7 +434,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -463,7 +471,7 @@ technologies = { recon = 2 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -506,7 +514,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -572,7 +580,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -599,7 +607,7 @@ technologies = { suppression_factor = 0.1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -632,7 +640,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -716,14 +724,20 @@ technologies = { maintenance_company = { reliability_factor = 0.05 - equipment_capture_factor = 0.05 + + battalion_mult = { + category = category_all_armor + equipment_capture_factor = 0.01 + add = yes + } + } path = { leads_to_tech = tech_maintenance_company4 research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -761,7 +775,7 @@ technologies = { equipment_capture_factor = 0.05 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -808,7 +822,7 @@ technologies = { motorised_infantry = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -819,6 +833,7 @@ technologies = { support_tech hospital_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -864,6 +879,7 @@ technologies = { support_tech hospital_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -897,7 +913,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -908,6 +924,7 @@ technologies = { support_tech hospital_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -936,7 +953,7 @@ technologies = { experience_loss_factor = -0.10 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -947,6 +964,7 @@ technologies = { support_tech hospital_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -984,7 +1002,7 @@ technologies = { motorised_infantry = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -995,6 +1013,7 @@ technologies = { support_tech logistics_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -1014,6 +1033,10 @@ technologies = { factor = 1.2 date > "1634.1.1" } + modifier = { + factor = 5 + date > "1635.1.1" + } } } @@ -1041,6 +1064,7 @@ technologies = { support_tech logistics_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -1074,7 +1098,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -1085,6 +1109,7 @@ technologies = { support_tech logistics_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -1113,7 +1138,7 @@ technologies = { fuel_consumption_factor = -0.05 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -1124,6 +1149,7 @@ technologies = { support_tech logistics_tech motorized_equipment + mio_cat_tech_all_motorized_mechanized } ai_will_do = { @@ -1163,7 +1189,7 @@ technologies = { motorised_infantry = 1 } - research_cost = 2 + research_cost = 1.25 start_year = 1631 folder = { name = support_folder @@ -1178,6 +1204,12 @@ technologies = { ai_will_do = { factor = 1 + + modifier = { + factor = 5 + is_major = yes + date > "1635.1.1" + } } } @@ -1236,7 +1268,7 @@ technologies = { research_cost_coeff = 1 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1637 folder = { name = support_folder @@ -1274,7 +1306,7 @@ technologies = { initiative = 0.12 } - research_cost = 1.5 + research_cost = 2.0 start_year = 1640 folder = { name = support_folder @@ -1374,11 +1406,11 @@ technologies = { } ai_will_do = { - factor = 1 + factor = 0.5 modifier = { is_major = yes - factor = 2 + factor = 1 } } } diff --git a/1632_RoF/common/technology_sharing/01_dod_tech_sharing_groups.txt b/1632_RoF/common/technology_sharing/01_dod_tech_sharing_groups.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/1632_RoF/common/technology_sharing/02_wtt_tech_sharing_groups.txt b/1632_RoF/common/technology_sharing/02_wtt_tech_sharing_groups.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/1632_RoF/common/technology_tags/00_technology.txt b/1632_RoF/common/technology_tags/00_technology.txt index 42636b26..8545c431 100644 --- a/1632_RoF/common/technology_tags/00_technology.txt +++ b/1632_RoF/common/technology_tags/00_technology.txt @@ -92,6 +92,41 @@ technology_categories = { cat_production cat_synth_rubber cat_synth_oil + cat_armored_cars + cat_special_forces_generic + cat_torpedoes + cat_ship_light_battery + cat_ship_medium_battery + cat_ship_heavy_battery + air_equipment + plane_modules_tech + cat_air_guns + cat_air_engine + cat_air_bombs + special_forces_doctrine + cat_maritime_patrol + cat_mountaineers_doctrine + cat_marines_doctrine + cat_paratroopers_doctrine + + mio_cat_tech_all_armor_and_modules #Includes modules and chassis (DOES NOT INCLUDE ARMORED CARS) + mio_cat_tech_light_armor_and_modules #Includes modules and stand-alone Amphibious Chassis + mio_cat_tech_medium_armor_and_modules #Includes modules and Modern Tank + mio_cat_tech_heavy_armor_and_modules #Includes modules and Super-Heavy Tank + mio_cat_all_artillery_equipment #Includes Artillery, AT, AA and Rocket Artillery + mio_cat_all_light_fighter_and_modules #Includes fighter-related modules and CV Fighter + mio_cat_all_cas_and_modules #Includes CAS-related modules and CV CAS + mio_cat_all_naval_bomber_and_modules #Includes naval bomber-related modules and CV Naval Bomber + mio_cat_all_light_aircraft_and_modules #Includes all fighter, CAS and naval bomber -related modules. (DOES NOT INCLUDE CV AIRCRAFT) + mio_cat_all_medium_aircraft_and_modules #Includes all modules + mio_cat_all_heavy_aircraft_and_modules #Includes strategic bomber and maritime patrol -related modules + mio_cat_tech_all_capital_ship_and_modules #Includes all BB (+ BC, SHBB, etc.), all CA (+ Coastal etc.) and all related modules + mio_cat_tech_all_screen_ship_and_modules #Includes all DD, all CL (Torpedo Cruiser) and all related modules + mio_cat_tech_all_submarine_and_modules #Includes all SS (Cruiser Sub and Midget Sub) and all related modules + mio_cat_tech_all_carrier_and_modules #Includes CV and all related modules + mio_cat_tech_all_cruiser_and_modules #Includes all CA (+ Coastal etc.), CL (Torpedo Cruiser) and all related modules + mio_cat_tech_all_destroyer_and_modules #Includes all DD and all related modules + mio_cat_tech_all_motorized_mechanized #Includes all Motorized (incl. Motorized Rocket Artillery) and Mechanized Equipment. (DOES NOT INCLUDE ARMORED CARS) } technology_folders = { @@ -121,6 +156,19 @@ technology_folders = { ledger = army } air_techs_folder = { + available = { + OR = { + NOT = { has_dlc = "By Blood Alone" } + always = yes + } + } + ledger = air + } + bba_air_techs_folder = { + available = { + has_dlc = "By Blood Alone" + always = no + } ledger = air } naval_folder = { @@ -139,6 +187,13 @@ technology_folders = { } ledger = navy } + mtgnavalsupportfolder = { + available = { + has_dlc = "Man the Guns" + always = no + } + ledger = navy + } industry_folder = { ledger = civilian } @@ -154,6 +209,14 @@ technology_folders = { ledger = air doctrine = yes } + special_forces_doctrine_folder = { + available = { + has_dlc = "Arms Against Tyranny" + always = no + } + ledger = hidden #For now + doctrine = yes + } electronics_folder = { ledger = civilian } diff --git a/1632_RoF/common/technology_tags/01_rof_technology.txt b/1632_RoF/common/technology_tags/01_rof_technology.txt index c3921bdb..3ceb95fd 100644 --- a/1632_RoF/common/technology_tags/01_rof_technology.txt +++ b/1632_RoF/common/technology_tags/01_rof_technology.txt @@ -5,8 +5,8 @@ technology_categories = { firearms_weapons cat_pike_weapons up_time_weaponry - light_artillery - heavy_artillery + light_artillery_tech + heavy_artillery_tech cavalry_tech man_of_war_tech frigate_tech diff --git a/1632_RoF/common/unit_leader/00_traits.txt b/1632_RoF/common/unit_leader/00_traits.txt index 902757ec..78079cb0 100644 --- a/1632_RoF/common/unit_leader/00_traits.txt +++ b/1632_RoF/common/unit_leader/00_traits.txt @@ -20,10 +20,14 @@ # custom_prerequisite_tooltip = "" # loc key # custom_gain_xp_trigger_tooltip = "" # loc key # mutually_exclusive = other_trait # trait key -# parent = other_trait # trait key -# num_parents_needed = -1 # integer, -1 means "all" -# gui_row = -1 # integer, starts at 0, -1 means auto -# gui_column = -1 # integer, starts at 0, -1 means auto +# parent = { # Can be added multiple times +# traits = {XXX YYY ZZZ} # A list of other traits that +# num_parents_needed = 1 # The number of the above traits that must be true +# } +# any_parent = { XXX YYY ZZZ } # shorthand for parent when num_parents_needed are defaulted to 1 +# all_parents = { XXX YYY ZZZ } # shorthand for parent when num_parents_needed are the same as the number of parents +# gui_row = 0 # integer, starts at 0, unset or -1 means the trait does not appear in unlockable trait tree. +# gui_column = 0 # integer, starts at 0, unset or -1 means auto # allowed = trigger # scope is a unit leader # prerequisites = trigger # scope is an unit leader # gain_xp = trigger # scope is a combatant @@ -80,6 +84,7 @@ leader_traits = { factor = 0 } } + } @@ -105,6 +110,7 @@ leader_traits = { factor = 0 } } + } @@ -134,7 +140,7 @@ leader_traits = { } politically_connected = { - type = { land navy } + type = land trait_type = personality_trait non_shared_modifier = { @@ -168,7 +174,7 @@ leader_traits = { planning_skill_factor = 1 logistics_skill_factor = 1 } - + war_hero = { type = { land navy } trait_type = personality_trait @@ -342,6 +348,29 @@ leader_traits = { infantry_officer = { type = land trait_type = personality_trait + unit_trigger = { + OR = { + division_has_majority_template = line_infantry + division_has_majority_template = tercio_infantry + division_has_majority_template = marine + division_has_majority_template = mountaineers + division_has_majority_template = paratrooper + division_has_majority_template = jaeger_brigade + + owner = { + has_idea = mass_assault_academy_spirit + } + } + owner = { + NOT = { + OR = { + has_idea = best_of_the_best_spirit + has_idea = academy_scholarships_spirit + has_idea = SOV_purged_junior_army_officers_3 + } + } + } + } trait_xp_factor = { infantry_leader = 1 #+100% @@ -351,8 +380,10 @@ leader_traits = { factor = 1 modifier = { - FROM = { has_idea = mass_assault_academy_spirit } - factor = 1.5 + FROM = { + has_idea = mass_assault_academy_spirit + } + factor = 2 } modifier = { @@ -363,6 +394,13 @@ leader_traits = { FROM = { has_idea = academy_scholarships_spirit } factor = 0 } + modifier = { + FROM = { + has_dlc = "By Blood Alone" + } + factor = 0 + } + } defense_skill_factor = 1 planning_skill_factor = 1 @@ -371,6 +409,23 @@ leader_traits = { cavalry_officer = { type = land trait_type = personality_trait + unit_type = { + type = cavalry + } + + unit_trigger = { + OR = { + division_has_majority_template = cavalry + } + owner = { + NOT = { + OR = { + has_idea = best_of_the_best_spirit + has_idea = academy_scholarships_spirit + } + } + } + } trait_xp_factor = { cavalry_leader = 1 #+100% @@ -387,6 +442,14 @@ leader_traits = { FROM = { has_idea = academy_scholarships_spirit } factor = 0 } + + modifier = { + FROM = { + has_dlc = "By Blood Alone" + } + factor = 0 + } + } attack_skill_factor = 1 @@ -400,14 +463,38 @@ leader_traits = { trait_xp_factor = { panzer_leader = 1 #+100% } + + unit_trigger = { + OR = { + division_has_majority_template = gas_tank + division_has_majority_template = steam_tank + division_has_majority_template = apc + + owner = { + has_idea = mobile_warfare_academy_spirit + } + + } + owner = { + NOT = { + OR = { + has_idea = best_of_the_best_spirit + has_idea = academy_scholarships_spirit + } + } + } + } + new_commander_weight = { factor = 1 modifier = { - FROM = { has_idea = mobile_warfare_academy_spirit } - factor = 1.5 + FROM = { + has_idea = mobile_warfare_academy_spirit + } + factor = 2 } - + modifier = { FROM = { has_idea = best_of_the_best_spirit } factor = 0 @@ -416,6 +503,14 @@ leader_traits = { FROM = { has_idea = academy_scholarships_spirit } factor = 0 } + + modifier = { + FROM = { + has_dlc = "By Blood Alone" + } + factor = 0 + } + } attack_skill_factor = 1 planning_skill_factor = 1 @@ -428,6 +523,24 @@ leader_traits = { trait_xp_factor = { trait_engineer = 1 #+100% } + + unit_trigger = { + OR = { + division_has_battalion_in_template = engineer + owner = { + has_idea = superior_firepower_academy_spirit + } + } + owner = { + NOT = { + OR = { + has_idea = best_of_the_best_spirit + has_idea = academy_scholarships_spirit + } + } + } + } + new_commander_weight = { factor = 1 @@ -444,6 +557,12 @@ leader_traits = { FROM = { has_idea = academy_scholarships_spirit } factor = 0 } + + modifier = { + FROM = { has_dlc = "By Blood Alone" } + factor = 0 + } + } attack_skill_factor = 1 planning_skill_factor = 1 @@ -471,7 +590,7 @@ leader_traits = { } gui_row = 0 trait_type = assignable_trait - parent = organizer + any_parent = {organizer} } offensive_doctrine = { @@ -540,7 +659,7 @@ leader_traits = { factor = 1 } gui_row = 1 - parent = organizer + any_parent = { organizer } mutually_exclusive = thorough_planner trait_type = assignable_trait } @@ -565,7 +684,7 @@ leader_traits = { factor = 1 } gui_row = 2 - parent = organizer + any_parent = { organizer } mutually_exclusive = fast_planner trait_type = assignable_trait } @@ -695,7 +814,7 @@ leader_traits = { factor = 1 } trait_type = assignable_trait - parent = skilled_staffer + any_parent = { skilled_staffer } gui_row = 15 } @@ -875,16 +994,19 @@ leader_traits = { trait_type = assignable_terrain_trait gui_row = 3 - parent = desert_fox - parent = swamp_fox - parent = trait_mountaineer - parent = hill_fighter - parent = jungle_rat - parent = ranger - parent = urban_assault_specialist - parent = winter_specialist - - num_parents_needed = 2 + parent = { + traits = { + desert_fox + swamp_fox + trait_mountaineer + hill_fighter + jungle_rat + ranger + urban_assault_specialist + winter_specialist + } + num_parents_needed = 2 + } } winter_expert = { @@ -902,7 +1024,7 @@ leader_traits = { factor = 1 } - parent = winter_specialist + any_parent = { winter_specialist } trait_type = assignable_terrain_trait gui_row = 7 @@ -1007,7 +1129,7 @@ leader_traits = { } } new_commander_weight = { - factor = 1 + factor = 100 #modifier = { # factor = 0 # FROM = { NOT = { has_idea = theatre_training_spirit } } @@ -1193,7 +1315,7 @@ leader_traits = { } trait_type = assignable_trait - parent = panzer_leader + any_parent = { panzer_leader } mutually_exclusive = combined_arms_expert mutually_exclusive = cavalry_expert @@ -1224,13 +1346,12 @@ leader_traits = { } trait_type = assignable_trait - parent = cavalry_leader - parent = panzer_leader + any_parent = { cavalry_leader panzer_leader } mutually_exclusive = panzer_expert mutually_exclusive = cavalry_expert - num_parents_needed = 1 + gui_row = 2 } @@ -1250,7 +1371,7 @@ leader_traits = { } trait_type = assignable_trait - parent = cavalry_leader + any_parent = { cavalry_leader } mutually_exclusive = panzer_expert mutually_exclusive = combined_arms_expert @@ -1286,7 +1407,7 @@ leader_traits = { gui_row = 4 trait_type = assignable_trait - parent = trait_engineer + any_parent = { trait_engineer } mutually_exclusive = scavenger } @@ -1307,7 +1428,7 @@ leader_traits = { trait_type = assignable_trait gui_row = 5 - parent = trait_engineer + any_parent = { trait_engineer } mutually_exclusive = fortress_buster } @@ -1328,7 +1449,7 @@ leader_traits = { mutually_exclusive = ambusher trait_type = assignable_trait - parent = infantry_leader + any_parent = { infantry_leader } gui_row = 6 } @@ -1350,7 +1471,7 @@ leader_traits = { mutually_exclusive = infantry_expert trait_type = assignable_trait - parent = infantry_leader + any_parent = { infantry_leader } gui_row = 7 } @@ -1371,7 +1492,7 @@ leader_traits = { } trait_type = assignable_trait - parent = naval_invader + any_parent = { naval_invader } gui_row = 8 } @@ -1390,7 +1511,7 @@ leader_traits = { } trait_type = assignable_trait - parent = naval_invader + any_parent = { naval_invader } gui_row = 9 } @@ -1411,7 +1532,7 @@ leader_traits = { enable_ability = probing_attack trait_type = assignable_trait - parent = commando + any_parent = { commando } gui_row = 10 } @@ -1433,7 +1554,7 @@ leader_traits = { } trait_type = assignable_trait - parent = commando + any_parent = { commando } gui_row = 11 } @@ -1460,7 +1581,7 @@ leader_traits = { genius_advisor_trait = army_concealment_3 trait_type = assignable_trait - parent = commando + any_parent = { commando } gui_row = 12 } @@ -1507,7 +1628,7 @@ leader_traits = { enable_ability = makeshift_bridges trait_type = assignable_trait - parent = trickster + any_parent = { trickster } prerequisites = { check_variable = { num_terrain_traits > 0 } } @@ -1531,7 +1652,7 @@ leader_traits = { } trait_type = assignable_trait - parent = trickster + any_parent = { trickster } gui_row = 14 } @@ -1735,7 +1856,7 @@ leader_traits = { } trait_type = assignable_trait - parent = seawolf + any_parent = { seawolf } mutually_exclusive = lancer gui_row = 1 gui_column = 1 @@ -1757,7 +1878,7 @@ leader_traits = { } trait_type = assignable_trait - parent = silent_hunter + any_parent = { silent_hunter } gui_row = 1 gui_column = 2 } @@ -1773,10 +1894,7 @@ leader_traits = { } trait_type = assignable_trait - parent = seawolf - parent = fleet_protector - - num_parents_needed = 1 + any_parent = { seawolf fleet_protector } mutually_exclusive = silent_hunter @@ -1806,7 +1924,7 @@ leader_traits = { } trait_type = assignable_trait - parent = fleet_protector + any_parent = { fleet_protector } gui_row = 3 gui_column = 1 @@ -1822,10 +1940,11 @@ leader_traits = { } trait_type = assignable_trait - num_parents_needed = 1 - parent = silent_hunter - parent = lancer - parent = destroyer_leader + any_parent = { + silent_hunter + lancer + destroyer_leader + } gui_row = 2 gui_column = 2 @@ -1842,7 +1961,7 @@ leader_traits = { } trait_type = assignable_trait - parent = destroyer_leader + any_parent = { destroyer_leader } gui_row = 3 gui_column = 2 @@ -1868,7 +1987,7 @@ leader_traits = { } trait_type = assignable_trait - parent = fly_swatter + any_parent = { fly_swatter } gui_row = 4 gui_column = 1 @@ -1885,7 +2004,7 @@ leader_traits = { } trait_type = assignable_trait - parent = cruiser_captain + any_parent = { cruiser_captain } gui_row = 4 gui_column = 2 @@ -1902,7 +2021,7 @@ leader_traits = { } trait_type = assignable_trait - parent = superior_tactician + any_parent = { superior_tactician } mutually_exclusive = concealment_expert gui_row = 5 gui_column = 1 @@ -1924,10 +2043,11 @@ leader_traits = { genius_advisor_trait = navy_chief_commerce_raiding_3 trait_type = assignable_trait - parent = superior_tactician - parent = spotter - parent = blockade_runner - num_parents_needed = 1 + any_parent = { + superior_tactician + spotter + blockade_runner + } mutually_exclusive = lone_wolf gui_row = 6 gui_column = 1 @@ -1944,9 +2064,10 @@ leader_traits = { } trait_type = assignable_trait - parent = spotter - parent = blockade_runner - num_parents_needed = 1 + any_parent = { + spotter + blockade_runner + } mutually_exclusive = mine_layer gui_row = 7 gui_column = 1 @@ -1962,9 +2083,10 @@ leader_traits = { } trait_type = assignable_trait - parent = spotter - parent = blockade_runner - num_parents_needed = 1 + any_parent = { + spotter + blockade_runner + } mutually_exclusive = mine_sweeper gui_row = 8 gui_column = 1 @@ -1981,9 +2103,10 @@ leader_traits = { } trait_type = assignable_trait - parent = lone_wolf - parent = concealment_expert - num_parents_needed = 1 + any_parent = { + lone_wolf + concealment_expert + } gui_row = 5 gui_column = 2 } @@ -2004,7 +2127,7 @@ leader_traits = { } trait_type = assignable_trait - parent = ironside + any_parent = { ironside } gui_row = 12 gui_column = 1 @@ -2020,7 +2143,7 @@ leader_traits = { } trait_type = assignable_trait - parent = ironside + any_parent = { ironside } gui_row = 14 gui_column = 1 @@ -2041,7 +2164,7 @@ leader_traits = { } trait_type = assignable_trait - parent = ironside + any_parent = { ironside } gui_row = 13 gui_column = 1 @@ -2063,7 +2186,7 @@ leader_traits = { trait_type = assignable_trait mutually_exclusive = crisis_magician - parent = big_guns_expert + any_parent = { big_guns_expert } gui_row = 12 gui_column = 2 @@ -2080,7 +2203,7 @@ leader_traits = { trait_type = assignable_trait mutually_exclusive = marksman - parent = safety_first + any_parent = { safety_first } gui_row = 13 gui_column = 2 @@ -2102,7 +2225,7 @@ leader_traits = { trait_type = assignable_trait - parent = air_controller + any_parent = { air_controller } gui_row = 10 gui_column = 1 @@ -2120,7 +2243,7 @@ leader_traits = { trait_type = assignable_trait mutually_exclusive = dive_bomber mutually_exclusive = torpedo_bomber - parent = flight_deck_manager + any_parent = { flight_deck_manager } gui_row = 9 gui_column = 2 @@ -2142,7 +2265,7 @@ leader_traits = { trait_type = assignable_trait mutually_exclusive = fighter_director mutually_exclusive = torpedo_bomber - parent = flight_deck_manager + any_parent = { flight_deck_manager } gui_row = 10 gui_column = 2 @@ -2150,8 +2273,8 @@ leader_traits = { torpedo_bomber = { type = navy sub_unit_modifiers = { - } + slot = high_command specialist_advisor_trait = air_naval_strike_1 expert_advisor_trait = air_naval_strike_2 @@ -2164,7 +2287,7 @@ leader_traits = { trait_type = assignable_trait mutually_exclusive = fighter_director mutually_exclusive = dive_bomber - parent = flight_deck_manager + any_parent = { flight_deck_manager } gui_row = 11 gui_column = 2 @@ -2933,6 +3056,20 @@ leader_traits = { boost_resistance_factor = 0.25 } } + + promoted_from_the_ranks = { + type = land + trait_type = personality_trait + + modifier = { + promote_cost_factor = 0.5 + planning_speed = 0.1 + recon_factor = 0.05 + } + new_commander_weight = { + factor = 0 + } + } } diff --git a/1632_RoF/common/scripted_effects/MEX_scripted_effects .txt b/1632_RoF/common/unit_leader/ETH_traits.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/MEX_scripted_effects .txt rename to 1632_RoF/common/unit_leader/ETH_traits.txt diff --git a/1632_RoF/common/unit_leader/JAP_traits.txt b/1632_RoF/common/unit_leader/JAP_traits.txt index 13946d87..339822d3 100644 --- a/1632_RoF/common/unit_leader/JAP_traits.txt +++ b/1632_RoF/common/unit_leader/JAP_traits.txt @@ -26,29 +26,6 @@ leader_traits = { factor = 0 } } - - JAP_communist_sympathizer = { - type = all - trait_type = personality_trait - gain_xp = { - always = no # not gainable - } - allowed = { - FROM = { - tag = JAP - } - } - modifier = { - - } - - ai_will_do = { - factor = 1 - } - new_commander_weight = { - factor = 0 - } - } } ################################## diff --git a/1632_RoF/common/unit_leader/NSB_traits.txt b/1632_RoF/common/unit_leader/NSB_traits.txt new file mode 100644 index 00000000..d500344b --- /dev/null +++ b/1632_RoF/common/unit_leader/NSB_traits.txt @@ -0,0 +1,45 @@ +leader_traits = { + + +################################## +# Common Traits +################################## + peasant_sympathiser = { + type = all + trait_type = personality_trait + gain_xp = { + always = no # not gainable + } + allowed = { + FROM = { + tag = POL + } + } + modifier = { + + } + + ai_will_do = { + factor = 1 + } + new_commander_weight = { + factor = 0 + } + } +} + +################################## +# Field Marshal traits. +################################## + +################################## +# Corps Commander traits. +################################## + +################################## +# Corps Commander assignabme traits. +################################## + +################################## +# Naval traits. +################################## \ No newline at end of file diff --git a/1632_RoF/common/scripted_effects/PRC_scripted_effects.txt b/1632_RoF/common/unit_leader/SWE_traits.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/PRC_scripted_effects.txt rename to 1632_RoF/common/unit_leader/SWE_traits.txt diff --git a/1632_RoF/common/unit_medals/00_default.txt b/1632_RoF/common/unit_medals/00_default.txt new file mode 100644 index 00000000..2a38d42f --- /dev/null +++ b/1632_RoF/common/unit_medals/00_default.txt @@ -0,0 +1,380 @@ +# Valid unit modifiers are not exhaustive +# Currently supported: +# army_morale +# army_morale_factor +# army_org +# army_org_factor +# supply_consumption_factor +# equipment_capture +# equipment_capture_factor +# army_fuel_capacity_factor +# army_fuel_consumption_factor +# recon_factor +# recon_factor_while_entrenched +# transport_capacity (?) +# breakthrough_factor +# armor_factor +# army_strength_factor +# experience_loss_factor +# leader_modifier applies unit modifiers to all units under them as a general, similarly to traits. +# army_attack_factor +# army_defence_factor +# max_dig_in +# max_dig_in_factor + +@cost = 30 + +unit_medals = { + + ### Generic Democratic + + democratic_gallantry = { + + available = { + has_government = liberal + #should_have_any_unique_medals_trigger = no + } + frame = 1 + icon = "GFX_medal_icon_democratic" + + cost = @cost + + unit_modifiers = { + army_morale_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + democratic_honor = { + + available = { + has_government = liberal + #should_have_any_unique_medals_trigger = no + } + frame = 2 + icon = "GFX_medal_icon_democratic" + + cost = @cost + + unit_modifiers = { + supply_consumption_factor = -0.15 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + democratic_war_cross = { + + available = { + has_government = liberal + #should_have_any_unique_medals_trigger = no + } + frame = 3 + icon = "GFX_medal_icon_democratic" + + cost = @cost + + unit_modifiers = { + army_defence_factor = 0.05 + recon_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + democratic_lion = { + + available = { + has_government = liberal + #should_have_any_unique_medals_trigger = no + } + frame = 4 + icon = "GFX_medal_icon_democratic" + + cost = @cost + + unit_modifiers = { + experience_loss_factor = -0.25 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + ### Generic Communist + + communist_service_medal = { + + available = { + has_government = radical + #should_have_any_unique_medals_trigger = no + } + frame = 1 + icon = "GFX_medal_icon_communism" + + cost = @cost + + unit_modifiers = { + supply_consumption_factor = -0.15 + army_fuel_consumption_factor = -0.15 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + communist_red_star = { + + available = { + has_government = radical + #should_have_any_unique_medals_trigger = no + } + frame = 2 + icon = "GFX_medal_icon_communism" + + cost = @cost + + unit_modifiers = { + army_morale_factor = 0.1 + army_defence_factor = 0.05 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + communist_merit_medal = { + + available = { + has_government = radical + #should_have_any_unique_medals_trigger = no + } + frame = 3 + icon = "GFX_medal_icon_communism" + + cost = @cost + + unit_modifiers = { + army_org_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + communist_hero_of_revolution = { + + available = { + has_government = radical + #should_have_any_unique_medals_trigger = no + } + frame = 4 + icon = "GFX_medal_icon_communism" + + cost = @cost + + unit_modifiers = { + army_strength_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + ### Generic Fascism + + fascism_bravery = { + + available = { + has_government = absolutist + #should_have_any_unique_medals_trigger = no + } + frame = 1 + icon = "GFX_medal_icon_fascism" + + cost = @cost + + unit_modifiers = { + army_org_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + fascism_merit = { + + available = { + has_government = absolutist + #should_have_any_unique_medals_trigger = no + } + frame = 2 + icon = "GFX_medal_icon_fascism" + + cost = @cost + + unit_modifiers = { + army_attack_factor = 0.05 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + fascism_order_brave = { + + available = { + has_government = absolutist + #should_have_any_unique_medals_trigger = no + } + frame = 3 + icon = "GFX_medal_icon_fascism" + + cost = @cost + + unit_modifiers = { + armor_factor = 0.1 + recon_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + fascism_heroism = { + + available = { + has_government = absolutist + #should_have_any_unique_medals_trigger = no + } + frame = 4 + icon = "GFX_medal_icon_fascism" + + cost = @cost + + unit_modifiers = { + breakthrough_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + ### Generic Neutrality + + neutral_bravery = { + + available = { + has_government = neutrality + #should_have_any_unique_medals_trigger = no + } + frame = 1 + icon = "GFX_medal_icon_default" + + cost = @cost + + unit_modifiers = { + army_defence_factor = 0.05 + max_dig_in_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + neutral_military_order = { + + available = { + has_government = neutrality + #should_have_any_unique_medals_trigger = no + } + frame = 2 + icon = "GFX_medal_icon_default" + + cost = @cost + + unit_modifiers = { + supply_consumption_factor = -0.15 + army_morale_factor = 0.1 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + neutral_sword = { + + available = { + has_government = neutrality + #should_have_any_unique_medals_trigger = no + } + frame = 3 + icon = "GFX_medal_icon_default" + + cost = @cost + + unit_modifiers = { + army_attack_factor = 0.05 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + + neutral_virtue = { + + available = { + has_government = neutrality + #should_have_any_unique_medals_trigger = no + } + frame = 4 + icon = "GFX_medal_icon_default" + + cost = @cost + + unit_modifiers = { + experience_loss_factor = -0.2 + army_morale_factor = 0.05 + } + + one_time_effect = { + add_divisional_commander_xp = 100 + } + + } + +} diff --git a/1632_RoF/common/unit_tags/00_categories.txt b/1632_RoF/common/unit_tags/00_categories.txt index 797a6e05..4161611e 100644 --- a/1632_RoF/common/unit_tags/00_categories.txt +++ b/1632_RoF/common/unit_tags/00_categories.txt @@ -4,6 +4,7 @@ sub_unit_categories = { category_front_line category_all_infantry category_support_battalions + category_militia category_all_armor category_army category_line_artillery @@ -17,6 +18,14 @@ sub_unit_categories = { category_strat_bomber category_scout_plane category_recon + category_mountaineers + category_paratroopers + category_marines + category_anti_air + category_amphibious_tanks + category_support_artillery + category_cavalry + category_bus category_merc category_early_inf diff --git a/1632_RoF/common/units/air.txt b/1632_RoF/common/units/air.txt index 96f1897f..d657cc58 100644 --- a/1632_RoF/common/units/air.txt +++ b/1632_RoF/common/units/air.txt @@ -5,5 +5,6 @@ sub_units = { active = yes type = { missile } need = { guided_missile_equipment = 1 } + land_air_wing_size = 100 } } \ No newline at end of file diff --git a/1632_RoF/common/units/amphibious_armor.txt b/1632_RoF/common/units/amphibious_armor.txt index dab5c7af..fe7a05e8 100644 --- a/1632_RoF/common/units/amphibious_armor.txt +++ b/1632_RoF/common/units/amphibious_armor.txt @@ -20,6 +20,7 @@ sub_units = { category_front_line category_all_armor category_army + category_amphibious_tanks } @@ -87,6 +88,7 @@ sub_units = { category_front_line category_all_armor category_army + category_amphibious_tanks } @@ -154,6 +156,7 @@ sub_units = { category_front_line category_all_armor category_army + category_amphibious_tanks } @@ -221,6 +224,7 @@ sub_units = { category_front_line category_all_armor category_army + category_amphibious_tanks } diff --git a/1632_RoF/common/units/anti-air.txt b/1632_RoF/common/units/anti-air.txt index a1593767..92b10cc4 100644 --- a/1632_RoF/common/units/anti-air.txt +++ b/1632_RoF/common/units/anti-air.txt @@ -23,6 +23,7 @@ sub_units = { categories = { category_support_battalions category_army + category_anti_air } diff --git a/1632_RoF/common/units/anti-air_brigade.txt b/1632_RoF/common/units/anti-air_brigade.txt index 00024d0c..ee30fac4 100644 --- a/1632_RoF/common/units/anti-air_brigade.txt +++ b/1632_RoF/common/units/anti-air_brigade.txt @@ -17,11 +17,12 @@ sub_units = { anti_air } - group = infantry + group = combat_support categories = { category_army category_line_artillery + category_anti_air } combat_width = 1 diff --git a/1632_RoF/common/units/anti_tank_brigade.txt b/1632_RoF/common/units/anti_tank_brigade.txt index 186a76cc..4f0f0db1 100644 --- a/1632_RoF/common/units/anti_tank_brigade.txt +++ b/1632_RoF/common/units/anti_tank_brigade.txt @@ -13,7 +13,7 @@ sub_units = { anti_tank } - group = infantry + group = combat_support categories = { category_front_line diff --git a/1632_RoF/common/units/artillery.txt b/1632_RoF/common/units/artillery.txt index 8d13cbb5..c696c411 100644 --- a/1632_RoF/common/units/artillery.txt +++ b/1632_RoF/common/units/artillery.txt @@ -20,6 +20,7 @@ sub_units = { category_support_battalions category_army category_artillery + category_support_artillery } combat_width = 0 diff --git a/1632_RoF/common/units/battlecruiser.txt b/1632_RoF/common/units/battlecruiser.txt index bd87d8da..f5ec8713 100644 --- a/1632_RoF/common/units/battlecruiser.txt +++ b/1632_RoF/common/units/battlecruiser.txt @@ -14,7 +14,7 @@ sub_units = { } } - max_organisation = 40 + max_organisation = 50 supply_consumption = 0.12 diff --git a/1632_RoF/common/units/battleship.txt b/1632_RoF/common/units/battleship.txt index 35cd2fab..cc2e6d5a 100644 --- a/1632_RoF/common/units/battleship.txt +++ b/1632_RoF/common/units/battleship.txt @@ -15,7 +15,7 @@ sub_units = { } } - max_organisation = 40 + max_organisation = 50 supply_consumption = 0.2 diff --git a/1632_RoF/common/units/blackshirt_assault_battalion.txt b/1632_RoF/common/units/blackshirt_assault_battalion.txt new file mode 100644 index 00000000..e2f64591 --- /dev/null +++ b/1632_RoF/common/units/blackshirt_assault_battalion.txt @@ -0,0 +1,49 @@ +sub_units = { + blackshirt_assault_battalion = { + abbreviation = "BAB" + sprite = infantry + map_icon_category = infantry + priority = 0 + ai_priority = 0 + active = no + affects_speed = no + can_be_parachuted = yes + + type = { + infantry + support + } + + group = support + + categories = { + #category_support_battalions #To prevent Integrated Support doctrines making them extremely good + category_army + } + + + combat_width = 0 + + #Size Definitions + max_strength = 40 #Inf is 25 + max_organisation = 10 #Inf is 60 + default_morale = 0.2 #Inf is 30 + manpower = 1000 + training_time = 120 #Same as other support battalions + + #Misc Abilities + suppression = 1.5 + weight = 0.4 #Inf is 0.5 + supply_consumption = 0.06 + + # Important Ability + soft_attack = 0.1 #Same as Mechanized + breakthrough = 0.3 #Same as Marines/Mountaineers + + need = { + firearm_equipment = 100 #Same as Inf + support_equipment = 10 #Same as bicycles + } + + } +} diff --git a/1632_RoF/common/units/bus.txt b/1632_RoF/common/units/bus.txt new file mode 100644 index 00000000..0f727cb4 --- /dev/null +++ b/1632_RoF/common/units/bus.txt @@ -0,0 +1,76 @@ +sub_units = { #Per ALbin Bus + bus = { + abbreviation = "BUS" + sprite = motorized + map_icon_category = infantry + priority = 1000 + ai_priority = 0 + active = no + affects_speed = no + can_be_parachuted = yes + + type = { + motorized + } + + group = mobile + + categories = { + #category_support_battalions #To prevent Integrated Support doctrines making them extremely good + category_bus + } + + combat_width = 2 + maximum_speed = 6 + #Size Definitions + max_strength = 400 #Inf is 25 + max_organisation = 100 #Inf is 60 + default_morale = 0.2 #Inf is 30 + manpower = 10 + training_time = 120 #Same as other support battalions + + #Misc Abilities + suppression = 0 + weight = 0.4 #Inf is 0.5 + supply_consumption = 0.04 + ap_attack = -1 + soft_attack = -1 + hard_attack = -1 + defense = 8 + weight = 1 + reliability = 0.2 + breakthrough = -1 + + need = { + support_equipment = 5 + motorized_equipment = 1 + firearm_equipment = 2 + } + + forest = { + attack = -0.1 + movement = -0.5 + } + mountain = { + attack = -0.05 + } + jungle = { + attack = -0.2 + movement = -0.5 + } + marsh = { + attack = -0.1 + movement = -0.3 + } + urban = { + attack = -0.1 + } + river = { + attack = -0.1 + movement = -0.1 + } + amphibious = { + attack = -0.2 + } + } +} diff --git a/1632_RoF/common/units/destroyer.txt b/1632_RoF/common/units/destroyer.txt index f2913685..6ea576c1 100644 --- a/1632_RoF/common/units/destroyer.txt +++ b/1632_RoF/common/units/destroyer.txt @@ -7,7 +7,7 @@ sub_units = { type = { screen_ship } need = { ship_hull_light = 1 } - max_organisation = 40 + max_organisation = 35 supply_consumption = 0.01 diff --git a/1632_RoF/common/units/engineer.txt b/1632_RoF/common/units/engineer.txt index 2b5b80d7..e3970922 100644 --- a/1632_RoF/common/units/engineer.txt +++ b/1632_RoF/common/units/engineer.txt @@ -36,7 +36,13 @@ sub_units = { weight = 0.1 supply_consumption = 0.02 - entrenchment = 5 + entrenchment = 2 + + battalion_mult = { + category = category_light_infantry + entrenchment = 0.20 + add = yes + } defense = 0.1 @@ -55,7 +61,6 @@ sub_units = { } can_be_parachuted = yes - forest = { defence = 0.25 movement = 0.05 @@ -85,7 +90,95 @@ sub_units = { } amphibious = { - attack = 0.25 + attack = 0.15 } + + same_support_type = engineer } + + pioneer_support = { + abbreviation = "PIO" + sprite = infantry + map_icon_category = infantry + priority = 0 + ai_priority = 0 + active = no + affects_speed = no + + type = { + infantry + support + } + + group = support + + categories = { + category_front_line + category_support_battalions + category_army + category_marines + } + + + combat_width = 0 + + #Size Definitions + max_strength = 2 + max_organisation = 20 + default_morale = 0.3 + manpower = 300 + training_time = 120 + + #Misc Abilities + weight = 0.1 + supply_consumption = 0.02 + + entrenchment = 2 + + battalion_mult = { + category = category_marines + breakthrough = 0.15 + #add = yes + } + + + entrenchment = 2.5 + defense = 0.1 + breakthrough = 0.5 + + # Support nerfs to combat abilities + soft_attack = -0.5 + + essential = { + support_equipment + } + + need = { + firearm_equipment = 10 + support_equipment = 40 + } + + can_be_parachuted = yes + + marsh = { + attack = 0.10 + defence = 0.20 + movement = 0.2 + } + + fort = { + attack = 0.15 + defence = 0.20 + } + + river = { + attack = 0.10 + defence = 0.20 + movement = 0.25 + } + + same_support_type = engineer + + } + } diff --git a/1632_RoF/common/units/equipment/anti_tank.txt b/1632_RoF/common/units/equipment/anti_tank.txt index 6e8c301a..33fc089f 100644 --- a/1632_RoF/common/units/equipment/anti_tank.txt +++ b/1632_RoF/common/units/equipment/anti_tank.txt @@ -25,7 +25,7 @@ equipments = { #Offensive Abilities soft_attack = 4 hard_attack = 20 - ap_attack = 85 + ap_attack = 60 air_attack = 0 #Space taken in convoy @@ -55,11 +55,12 @@ equipments = { visual_level = 1 hard_attack = 22 - ap_attack = 100 + ap_attack = 90 build_cost_ic = 5 resources = { tungsten = 2 + chromium = 1 steel = 2 } } @@ -78,6 +79,7 @@ equipments = { build_cost_ic = 6 resources = { tungsten = 2 + chromium = 1 steel = 3 } } diff --git a/1632_RoF/common/units/equipment/convoys.txt b/1632_RoF/common/units/equipment/convoys.txt index 775c83c2..1d75c4d4 100644 --- a/1632_RoF/common/units/equipment/convoys.txt +++ b/1632_RoF/common/units/equipment/convoys.txt @@ -48,9 +48,6 @@ equipments = { year = 1605 archetype = convoy - type = { - convoy - } active = yes priority = 10 } diff --git a/1632_RoF/common/units/equipment/floating_harbor.txt b/1632_RoF/common/units/equipment/floating_harbor.txt index 125b1d98..16561fe2 100644 --- a/1632_RoF/common/units/equipment/floating_harbor.txt +++ b/1632_RoF/common/units/equipment/floating_harbor.txt @@ -30,7 +30,6 @@ equipments = { year = 1910 archetype = floating_harbor_equipment - type = floating_harbor active = no priority = 11 diff --git a/1632_RoF/common/units/equipment/guided_missiles.txt b/1632_RoF/common/units/equipment/guided_missiles.txt index aa04625d..380f5c05 100644 --- a/1632_RoF/common/units/equipment/guided_missiles.txt +++ b/1632_RoF/common/units/equipment/guided_missiles.txt @@ -2,6 +2,9 @@ equipments = { guided_missile_equipment = { year = 1631 + allow_mission_type = { + strategic_bomber + } is_archetype = yes is_buildable = no diff --git a/1632_RoF/common/units/equipment/modules/00_plane_modules.txt b/1632_RoF/common/units/equipment/modules/00_plane_modules.txt new file mode 100644 index 00000000..77160999 --- /dev/null +++ b/1632_RoF/common/units/equipment/modules/00_plane_modules.txt @@ -0,0 +1,2181 @@ +equipment_modules = { + limit = { + has_dlc = "By Blood Alone" + } + ### Engines + + engine_1_1x = { + abbreviation = "e11" + category = plane_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 11 + build_cost_ic = 12 + fuel_consumption = 0.16 + } + + } + + engine_1_2x = { + abbreviation = "e12" + category = twin_plane_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 19 + build_cost_ic = 24 + fuel_consumption = 0.32 + } + } + + engine_1_3x = { + abbreviation = "e13" + category = medium_plane_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 23 + build_cost_ic = 36 + fuel_consumption = 0.48 + } + } + + engine_1_4x = { + abbreviation = "e14" + category = quad_large_plane_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 32 + build_cost_ic = 48 + fuel_consumption = 0.64 + } + } + + engine_1_6x = { + abbreviation = "e16" + category = large_plane_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 41 + build_cost_ic = 68 + fuel_consumption = 0.8 + } + } + + engine_2_1x = { + abbreviation = "e21" + category = plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_1_1x + + add_stats = { + thrust = 16 + build_cost_ic = 14 + fuel_consumption = 0.16 + } + + multiply_stats = { + maximum_speed = 0.20 + } + + can_convert_from = { + module = engine_1_1x + convert_cost_ic = 1.5 + } + } + + engine_2_2x = { + abbreviation = "e22" + category = twin_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_1_2x + + add_stats = { + thrust = 25 + build_cost_ic = 28 + fuel_consumption = 0.32 + } + + multiply_stats = { + maximum_speed = 0.20 + } + + can_convert_from = { + module = engine_1_2x + convert_cost_ic = 3 + } + } + + engine_2_3x = { + abbreviation = "e23" + category = medium_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_1_3x + + add_stats = { + thrust = 32 + build_cost_ic = 42 + fuel_consumption = 0.48 + } + + multiply_stats = { + maximum_speed = 0.20 + } + + can_convert_from = { + module = engine_1_3x + convert_cost_ic = 4.5 + } + } + + engine_2_4x = { + abbreviation = "e24" + category = quad_large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_1_4x + + add_stats = { + thrust = 40 + build_cost_ic = 56 + fuel_consumption = 0.64 + } + + multiply_stats = { + maximum_speed = 0.20 + } + + can_convert_from = { + module = engine_1_4x + convert_cost_ic = 6 + } + } + + engine_2_6x = { + abbreviation = "e26" + category = large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_1_6x + + add_stats = { + thrust = 56 + build_cost_ic = 80 + fuel_consumption = 0.8 + } + + multiply_stats = { + maximum_speed = 0.20 + } + + can_convert_from = { + module = engine_1_6x + convert_cost_ic = 9 + } + } + + engine_3_1x = { + abbreviation = "e31" + category = plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_2_1x + + add_stats = { + thrust = 25 + build_cost_ic = 16 + fuel_consumption = 0.16 + } + + multiply_stats = { + maximum_speed = 0.30 + } + + can_convert_from = { + module = engine_2_1x + convert_cost_ic = 2.5 + } + } + + engine_3_2x = { + abbreviation = "e32" + category = twin_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_2_2x + + add_stats = { + thrust = 38 + build_cost_ic = 32 + fuel_consumption = 0.32 + } + + multiply_stats = { + maximum_speed = 0.30 + } + + can_convert_from = { + module = engine_2_2x + convert_cost_ic = 5 + } + } + + engine_3_3x = { + abbreviation = "e33" + category = medium_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_2_3x + + add_stats = { + thrust = 51 + build_cost_ic = 48 + fuel_consumption = 0.48 + } + + multiply_stats = { + maximum_speed = 0.30 + } + + can_convert_from = { + module = engine_2_3x + convert_cost_ic = 7.5 + } + } + + engine_3_4x = { + abbreviation = "e34" + category = quad_large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_2_4x + + add_stats = { + thrust = 64 + build_cost_ic = 64 + fuel_consumption = 0.64 + } + + multiply_stats = { + maximum_speed = 0.30 + } + + can_convert_from = { + module = engine_2_4x + convert_cost_ic = 10 + } + } + + engine_3_6x = { + abbreviation = "e36" + category = large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_2_6x + + add_stats = { + thrust = 90 + build_cost_ic = 92 + fuel_consumption = 0.8 + } + + multiply_stats = { + maximum_speed = 0.30 + } + + can_convert_from = { + module = engine_2_4x + convert_cost_ic = 15 + } + } + + engine_4_1x = { + abbreviation = "e41" + category = plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_3_1x + + add_stats = { + thrust = 30 + build_cost_ic = 18 + fuel_consumption = 0.16 + } + + multiply_stats = { + maximum_speed = 0.45 + } + + can_convert_from = { + module = engine_3_1x + convert_cost_ic = 3 + } + } + + engine_4_2x = { + abbreviation = "e42" + category = twin_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_3_2x + + add_stats = { + thrust = 45 + build_cost_ic = 36 + fuel_consumption = 0.32 + } + + multiply_stats = { + maximum_speed = 0.45 + } + + can_convert_from = { + module = engine_3_2x + convert_cost_ic = 6 + } + } + + engine_4_3x = { + abbreviation = "e43" + category = medium_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_3_3x + + add_stats = { + thrust = 60 + build_cost_ic = 54 + fuel_consumption = 0.48 + } + + multiply_stats = { + maximum_speed = 0.45 + } + + can_convert_from = { + module = engine_3_3x + convert_cost_ic = 9 + } + } + + engine_4_4x = { + abbreviation = "e44" + category = quad_large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_3_4x + + add_stats = { + thrust = 75 + build_cost_ic = 72 + fuel_consumption = 0.64 + } + + multiply_stats = { + maximum_speed = 0.45 + } + + can_convert_from = { + module = engine_3_4x + convert_cost_ic = 12 + } + } + + engine_4_6x = { + abbreviation = "e46" + category = large_plane_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_3_6x + + add_stats = { + thrust = 105 + build_cost_ic = 108 + fuel_consumption = 0.8 + } + + multiply_stats = { + maximum_speed = 0.45 + } + + can_convert_from = { + module = engine_3_6x + convert_cost_ic = 18 + } + } + + jet_engine_1x = { + abbreviation = "j1" + category = plane_jet_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_4_1x + + add_stats = { + thrust = 25 + build_cost_ic = 18 + fuel_consumption = 0.3 + } + + multiply_stats = { + air_range = -0.4 + maximum_speed = 0.65 + air_agility = 0.05 + } + + build_cost_resources = { + chromium = 1 + } + + can_convert_from = { + module_category = plane_engine_type + convert_cost_ic = 5 + } + } + + jet_engine_2x = { + abbreviation = "j2" + category = twin_plane_jet_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_4_2x + + add_stats = { + thrust = 38 + build_cost_ic = 36 + fuel_consumption = 0.6 + } + + multiply_stats = { + air_range = -0.4 + maximum_speed = 0.65 + air_agility = 0.05 + } + + build_cost_resources = { + chromium = 1 + } + + can_convert_from = { + module_category = plane_engine_type + convert_cost_ic = 10 + } + } + + jet_engine_3x = { + abbreviation = "j3" + category = medium_plane_jet_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_4_3x + + add_stats = { + thrust = 51 + build_cost_ic = 54 + fuel_consumption = 0.9 + } + + multiply_stats = { + air_range = -0.4 + maximum_speed = 0.65 + air_agility = 0.05 + } + + build_cost_resources = { + chromium = 2 + } + + can_convert_from = { + module_category = medium_plane_engine_type + convert_cost_ic = 15 + } + } + + jet_engine_4x = { + abbreviation = "j4" + category = quad_large_plane_jet_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_4_4x + + add_stats = { + thrust = 64 + build_cost_ic = 72 + fuel_consumption = 1.2 + } + + multiply_stats = { + air_range = -0.4 + maximum_speed = 0.65 + air_agility = 0.05 + } + + build_cost_resources = { + chromium = 2 + } + can_convert_from = { + module_category = medium_plane_engine_type + convert_cost_ic = 20 + } + } + + jet_engine_6x = { + abbreviation = "j6" + category = large_plane_jet_engine_type + sfx = sfx_ui_sd_module_engine + parent = engine_4_6x + + add_stats = { + thrust = 90 + build_cost_ic = 108 + fuel_consumption = 1.8 + } + + multiply_stats = { + air_range = -0.4 + maximum_speed = 0.65 + air_agility = 0.05 + } + + build_cost_resources = { + chromium = 3 + } + can_convert_from = { + module_category = large_plane_engine_type + convert_cost_ic = 30 + } + } + + rocket_engine_1 = { #rocket engines only come in sets of 1 + abbreviation = "re1" + category = plane_rocket_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 20 + build_cost_ic = 15 + + } + multiply_stats = { + air_range = -0.85 + maximum_speed = 0.55 + } + build_cost_resources = { + tungsten = 3 + } + dismantle_cost_ic = 5 + } + + rocket_engine_2 = { #rocket engines only come in sets of 1 + abbreviation = "re2" + category = plane_rocket_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + thrust = 25 + build_cost_ic = 16 + } + multiply_stats = { + air_range = -0.75 + maximum_speed = 0.60 + } + build_cost_resources = { + tungsten = 3 + } + dismantle_cost_ic = 7 + } + + rocket_engine_3 = { #rocket engines only come in sets of 1 + abbreviation = "re3" + category = plane_rocket_engine_type + sfx = sfx_ui_sd_module_engine + + add_stats = { + + thrust = 30 + build_cost_ic = 17 + } + multiply_stats = { + air_range = -0.7 + maximum_speed = 0.65 + } + build_cost_resources = { + tungsten = 3 + } + dismantle_cost_ic = 10 + } + +## ## ######## ### ######## ####### ## ## ###### +## ## ## ## ## ## ## ## ## ## ### ## ## ## +## ## ## ## ## ## ## ## ## ## #### ## ## +## ## ## ###### ## ## ######## ## ## ## ## ## ###### +## ## ## ## ######### ## ## ## ## #### ## +## ## ## ## ## ## ## ## ## ## ### ## ## + ### ### ######## ## ## ## ####### ## ## ###### + + light_mg_2x = { + abbreviation = "lmg2" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 5 + build_cost_ic = 1 + weight = 1 + } + xp_cost = 1 + allow_mission_type = { + air_superiority + interception + } + } + + light_mg_4x = { + abbreviation = "lmg4" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 10 + build_cost_ic = 2 + weight = 2 + } + xp_cost = 2 + allow_mission_type = { + air_superiority + interception + } + can_convert_from = { + module = light_mg_2x + convert_cost_ic = 1 + } + } + + heavy_mg_2x = { + abbreviation = "hmg2" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 9 + build_cost_ic = 1.5 + weight = 2.5 + } + xp_cost = 1 + allow_mission_type = { + air_superiority + interception + } + } + + heavy_mg_4x = { + abbreviation = "hmg4" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 18 + build_cost_ic = 3 + weight = 5 + } + xp_cost = 2 + allow_mission_type = { + air_superiority + interception + } + mission_type_stats = { + limit = { + attack_logistics + } + add_stats = { + air_ground_attack = 1 + } + } + can_convert_from = { + module = heavy_mg_2x + convert_cost_ic = 2 + } + } + + aircraft_cannon_1_1x = { + abbreviation = "ac11" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 10 + build_cost_ic = 2.5 + air_agility = -1 + weight = 3 + } + xp_cost = 1 + allow_mission_type = { + air_superiority + interception + } + } + + aircraft_cannon_1_2x = { + abbreviation = "ac12" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { fighter heavy_fighter } + + add_stats = { + air_attack = 20 + build_cost_ic = 5 + air_agility = -2 + weight = 6 + } + xp_cost = 2 + allow_mission_type = { + air_superiority + interception + } + mission_type_stats = { + limit = { + attack_logistics + } + add_stats = { + air_ground_attack = 2 + } + } + can_convert_from = { + module = aircraft_cannon_1_1x + convert_cost_ic = 3 + } + } + + aircraft_cannon_2_1x = { + abbreviation = "ac31" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + parent = aircraft_cannon_1_1x + add_equipment_type = { fighter heavy_fighter } + add_stats = { + air_attack = 12 + build_cost_ic = 3 + air_agility = -0.5 + weight = 3 + } + xp_cost = 1 + allow_mission_type = { + air_superiority + interception + } + } + + aircraft_cannon_2_2x = { + abbreviation = "ac32" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + parent = aircraft_cannon_1_2x + add_equipment_type = { fighter heavy_fighter } + add_stats = { + air_attack = 24 + build_cost_ic = 6 + air_agility = -1 + weight = 6 + } + xp_cost = 2 + allow_mission_type = { + air_superiority + interception + } + mission_type_stats = { + limit = { + attack_logistics + } + add_stats = { + air_ground_attack = 2 + } + } + can_convert_from = { + module = aircraft_cannon_2_1x + convert_cost_ic = 4 + } + } + + large_aircraft_cannon_1x = { + abbreviation = "ac21" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + parent = aircraft_cannon_1_1x + add_equipment_type = { fighter heavy_fighter } + add_stats = { + air_attack = 12 + build_cost_ic = 3 + air_agility = -2 + weight = 4 + } + xp_cost = 1 + allow_mission_type = { + air_superiority + interception + } + } + + large_aircraft_cannon_2x = { + abbreviation = "ac22" + category = fighter_weapon + sfx = sfx_ui_sd_module_turret + parent = aircraft_cannon_1_2x + add_equipment_type = { fighter heavy_fighter } + add_stats = { + air_attack = 24 + build_cost_ic = 6 + air_agility = -4 + weight = 8 + } + xp_cost = 2 + allow_mission_type = { + air_superiority + interception + } + mission_type_stats = { + limit = { + attack_logistics + } + add_stats = { + air_ground_attack = 2 + } + } + can_convert_from = { + module = aircraft_cannon_2_1x + convert_cost_ic = 4 + } + } + + bomb_locks = { + abbreviation = "bol" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + build_cost_ic = 1 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + naval_bomber + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_agility = -15 + weight = 4 + air_ground_attack = 6 + } + } + mission_type_stats = { + limit = { + naval_bomber + } + add_stats = { + air_agility = -15 + weight = 4 + naval_strike_attack = 2 + } + add_average_stats = { + naval_strike_targetting = 4 + } + } + dismantle_cost_ic = 0.5 + } + + heavy_bomb_locks = { + abbreviation = "bol" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + build_cost_ic = 1 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + naval_bomber + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_agility = -20 + weight = 6 + air_ground_attack = 8 + } + } + mission_type_stats = { + limit = { + naval_bomber + } + add_stats = { + air_agility = -20 + weight = 6 + naval_strike_attack = 3 + } + add_average_stats = { + naval_strike_targetting = 4 + } + } + dismantle_cost_ic = 0.5 + } + + armor_piercing_bomb_locks = { + abbreviation = "bol" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + build_cost_ic = 1 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + naval_bomber + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_agility = -20 + weight = 6 + air_ground_attack = 2 + } + } + mission_type_stats = { + limit = { + naval_bomber + } + add_stats = { + air_agility = -20 + weight = 6 + naval_strike_attack = 6 + } + add_average_stats = { + naval_strike_targetting = 4 + } + } + dismantle_cost_ic = 0.5 + } + + rocket_rails = { + abbreviation = "rrl" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + build_cost_ic = 1 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_ground_attack = 4 + weight = 1 + } + } + dismantle_cost_ic = 0.5 + } + + small_bomb_bay = { + abbreviation = "sbb" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { cas tactical_bomber } + + add_stats = { + build_cost_ic = 3 + weight = 2 + + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + port_strike + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_ground_attack = 8 + weight = 4 + air_agility = -15 + } + } + mission_type_stats = { + limit = { + port_strike + } + add_stats = { + naval_strike_attack = 2 + weight = 4 + air_agility = -15 + } + add_average_stats = { + naval_strike_targetting = 4 + } + } + dismantle_cost_ic = 3.5 + } + + medium_bomb_bay = { + abbreviation = "mbb" + category = tac_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { cas tactical_bomber } + + add_stats = { + build_cost_ic = 6 + weight = 1 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + strategic_bomber + port_strike + } + mission_type_stats = { + limit = { + cas + attack_logistics + } + add_stats = { + air_ground_attack = 6 + weight = 5 + air_agility = -15 + } + } + mission_type_stats = { + limit = { + port_strike + } + add_stats = { + naval_strike_attack = 6 + weight = 5 + air_agility = -15 + } + } + mission_type_stats = { + limit = { + strategic_bomber + } + add_stats = { + air_bombing = 6 + weight = 5 + air_agility = -15 + } + } + dismantle_cost_ic = 7 + } + + large_bomb_bay = { + abbreviation = "lbb" + category = strat_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = strategic_bomber + + add_stats = { + build_cost_ic = 9 + air_agility = -15 + weight = 2 + } + xp_cost = 2 + allow_mission_type = { + strategic_bomber + port_strike + } + mission_type_stats = { + limit = { + strategic_bomber + } + add_stats = { + air_bombing = 15 + weight = 8 + } + } + mission_type_stats = { + limit = { + port_strike + } + add_stats = { + naval_strike_attack = 2 + weight = 8 + } + } + dismantle_cost_ic = 12 + } + + tank_buster_1 = { + abbreviation = "tb1" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + air_ground_attack = 8 + build_cost_ic = 5 + weight = 8 + air_agility = -15 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + } + dismantle_cost_ic = 1.5 + } + + tank_buster_2 = { + abbreviation = "tb2" + category = cas_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = cas + + add_stats = { + air_ground_attack = 15 + build_cost_ic = 8 + weight = 12 + air_agility = -20 + } + xp_cost = 2 + allow_mission_type = { + cas + attack_logistics + } + dismantle_cost_ic = 3.5 + } + + torpedo_mounting = { + abbreviation = "tpm" + category = nav_bomber_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { naval_bomber maritime_patrol_plane } + + add_stats = { + build_cost_ic = 4 + } + xp_cost = 2 + allow_mission_type = { + naval_bomber + port_strike + naval_patrol + } + mission_type_stats = { + limit = { + naval_bomber + port_strike + } + add_stats = { + air_agility = -12 + weight = 5 + naval_strike_attack = 12 + } + add_average_stats = { + naval_strike_targetting = 4 + } + } + dismantle_cost_ic = 1.5 + } + + torpedo_mounting_2 = { + abbreviation = "tpm" + category = nav_bomber_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { naval_bomber maritime_patrol_plane } + + add_stats = { + build_cost_ic = 4 + } + xp_cost = 2 + allow_mission_type = { + naval_bomber + port_strike + naval_patrol + } + mission_type_stats = { + limit = { + naval_bomber + port_strike + } + add_stats = { + air_agility = -12 + weight = 8 + naval_strike_attack = 17 + } + add_average_stats = { + naval_strike_targetting = 8 + } + } + dismantle_cost_ic = 1.5 + } + + torpedo_mounting_3 = { + abbreviation = "tpm" + category = nav_bomber_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { naval_bomber maritime_patrol_plane } + + add_stats = { + build_cost_ic = 4 + } + xp_cost = 2 + allow_mission_type = { + naval_bomber + port_strike + naval_patrol + } + mission_type_stats = { + limit = { + naval_bomber + port_strike + } + add_stats = { + air_agility = -12 + weight = 11 + naval_strike_attack = 22 + } + add_average_stats = { + naval_strike_targetting = 10 + } + } + dismantle_cost_ic = 1.5 + } + + recon_camera = { + abbreviation = "rca" + category = recon_camera + sfx = sfx_ui_sd_module_turret + add_equipment_type = scout_plane + forbid_equipment_type_exact_match_for_category = { + fighter_weapon = scout_plane + cas_weapon = scout_plane + nav_bomber_weapon = scout_plane + tac_weapon = scout_plane + mine_warfare_offense = scout_plane + } + + add_stats = { + build_cost_ic = 1 + weight = 1 + } + xp_cost = 2 + allow_mission_type = { + recon + } + } + + airdropped_mines = { + abbreviation = "adm" + category = mine_warfare_offense + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 2 + weight = 2 + mines_planting = 0.05 + } + xp_cost = 2 + allow_mission_type = { + naval_mines_planting + } + } + + guided_anti_ship_missile = { + abbreviation = "asm" + category = nav_bomber_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = { naval_bomber maritime_patrol_plane } + + add_stats = { + build_cost_ic = 15 + } + xp_cost = 5 + allow_mission_type = { + naval_bomber + port_strike + naval_patrol + } + mission_type_stats = { + limit = { + naval_bomber + port_strike + } + add_stats = { + air_agility = -20 + weight = 20 + naval_strike_attack = 25 + } + add_average_stats = { + naval_strike_targetting = 10 + } + } + } + + fixed_explosive_charge = { + abbreviation = "fec" + category = kamikaze_bomber_weapon + gui_category = nav_bomber_weapon + sfx = sfx_ui_sd_module_turret + add_equipment_type = suicide + + add_stats = { + build_cost_ic = 4 + air_agility = -10 + air_defence = -5 + } + xp_cost = 5 + allow_mission_type = { + naval_kamikaze + } + mission_type_stats = { + limit = { + naval_kamikaze + } + add_stats = { + naval_strike_attack = 6 + naval_strike_targetting = 10 + } + } + dismantle_cost_ic = 4 + } + + ###### ######## ######## ###### #### ### ## ## ## ####### ######## ## ## ## ######## ###### ###### ## ## ### ## ## +## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## +## ## ## ## ## ## ## ## ## #### #### ## ## ## ## ## ## ## ## ## ## #### #### ## ## ## ## + ###### ######## ###### ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ###### ###### ####### ###### ## ### ## ## ## ## ## + ## ## ## ## ## ######### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ######### ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ## ######## ###### #### ## ## ######## ## ## ####### ######## ####### ######## ######## ###### ###### ## ## ## ## ######## ######## + + armor_plate_small = { + abbreviation = "aps" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 4 + build_cost_ic = 1 + weight = 2 + } + + multiply_stats = { + air_range = -0.1 + } + xp_cost = 1 + dismantle_cost_ic = 0.5 + } + + + fuel_tanks_small = { + abbreviation = "fts" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -2 + build_cost_ic = 1 + weight = 2 + } + multiply_stats = { + air_range = 0.5 + } + xp_cost = 1 + dismantle_cost_ic = 0.5 + } + + self_sealing_fuel_tanks_small = { + abbreviation = "ssf" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 6 + build_cost_ic = 1 + weight = 1 + } + build_cost_resources = { + rubber = 1 + } + xp_cost = 1 + dismantle_cost_ic = 0.5 + } + + non_strategic_materials_small = { + abbreviation = "nsms" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -6 + build_cost_ic = 0 + } + multiply_stats = { + build_cost_ic = -0.075 + } + build_cost_resources = { + aluminium = -2 + } + dismantle_cost_ic = 7 + dismantle_cost_resources = { + aluminium = 2 + } + xp_cost = 1 + } + + drop_tanks = { + abbreviation = "dpt" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 1 + weight = 3 + } + + multiply_stats = { + air_range = 0.25 + } + xp_cost = 1 + } + + dive_brakes_small = { + abbreviation = "dbs" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + forbid_module_categories = { + nav_bomber_weapon + } + + add_stats = { + build_cost_ic = 2 + weight = 2 + } + + mission_type_stats = { + limit = { + cas + naval_bomber + port_strike + } + add_stats = { + naval_strike_targetting = 6 + air_defence = 4 + } + } + dismantle_cost_ic = 2 #you essentially have to redesign part of the wing + xp_cost = 1 + } + + floats = { + abbreviation = "flo" + category = plane_special_module_small + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 1 + weight = 1 + air_agility = -5 + surface_detection = 5 + sub_detection = 3 + } + multiply_stats = { + maximum_speed = -0.3 + } + dismantle_cost_ic = 2.5 + xp_cost = 1 + } + + ###### ######## ######## ###### #### ### ## ## ## ####### ######## ## ## ## ######## ###### ## ## ######## ######## #### ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## ## ### ### +## ## ## ## ## ## ## ## ## #### #### ## ## ## ## ## ## ## ## ## #### #### ## ## ## ## ## ## #### #### + ###### ######## ###### ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ###### ###### ####### ## ### ## ###### ## ## ## ## ## ## ### ## + ## ## ## ## ## ######### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ## ######## ###### #### ## ## ######## ## ## ####### ######## ####### ######## ######## ###### ## ## ######## ######## #### ####### ## ## + + armor_plate_medium = { + abbreviation = "apm" + category = plane_special_module_medium + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 6 + build_cost_ic = 3 + weight = 6 + } + multiply_stats = { + air_range = -0.1 + } + xp_cost = 1 + dismantle_cost_ic = 1 + } + + fuel_tanks_medium = { + abbreviation = "ftm" + category = plane_special_module_medium + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -6 + build_cost_ic = 2 + weight = 5 + } + multiply_stats = { + air_range = 0.5 + } + xp_cost = 1 + dismantle_cost_ic = 1 + } + + self_sealing_fuel_tanks_medium = { + abbreviation = "ssm" + category = plane_special_module_medium + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 8 + build_cost_ic = 1.5 + weight = 1 + } + build_cost_resources = { + rubber = 2 + } + dismantle_cost_ic = 1 + xp_cost = 1 + } + + non_strategic_materials_medium = { + abbreviation = "nsmm" + category = plane_special_module_medium + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -8 + build_cost_ic = 0 + weight = 0 + } + multiply_stats = { + build_cost_ic = -0.075 + } + build_cost_resources = { + aluminium = -2 + } + xp_cost = 1 + dismantle_cost_ic = 12 + dismantle_cost_resources = { + aluminium = 2 + } + } + + flying_boat_medium = { + abbreviation = "flbm" + category = plane_special_module_medium + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 4 + surface_detection = 8 + sub_detection = 3 + } + multiply_stats = { + maximum_speed = -0.4 + } + dismantle_cost_ic = 2 + xp_cost = 1 + } + + demining_coil = { + abbreviation = "dmc" + category = mine_warfare_defense + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 3 + weight = 20 + air_agility = -5 + mines_sweeping = 0.1 + } + xp_cost = 2 + allow_mission_type = { + naval_mines_sweeping + } + dismantle_cost_ic = 1 + } + + ###### ######## ######## ###### #### ### ## ## ## ######## ####### ## ## ## ######## ###### ## ### ######## ###### ######## +## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## #### #### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ######## ###### ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ###### ###### ####### ## ## ## ######## ## #### ###### + ## ## ## ## ## ######### ## ## ## ## ## ## ## ## ## ## ## ## ## ######### ## ## ## ## ## +## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## + ###### ## ######## ###### #### ## ## ######## ## ## ######## ####### ####### ######## ######## ###### ######## ## ## ## ## ###### ######## + + armor_plate_large = { + abbreviation = "apl" + category = plane_special_module_large + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 8 + build_cost_ic = 5 + weight = 9 + } + multiply_stats = { + air_range = -0.1 + } + xp_cost = 1 + dismantle_cost_ic = 1 + } + + fuel_tanks_large = { + abbreviation = "ftl" + category = plane_special_module_large + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -8 + build_cost_ic = 4 + weight = 8 + } + multiply_stats = { + air_range = 0.50 + } + xp_cost = 1 + dismantle_cost_ic = 1.5 + } + + self_sealing_fuel_tanks_large = { + abbreviation = "ssl" + category = plane_special_module_large + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = 10 + build_cost_ic = 2 + weight = 1 + } + build_cost_resources = { + rubber = 2 + } + dismantle_cost_ic = 1.5 + xp_cost = 1 + } + + non_strategic_materials_large = { + abbreviation = "nsml" + category = plane_special_module_large + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_defence = -10 + build_cost_ic = 0 + weight = 0 + } + multiply_stats = { + build_cost_ic = -0.075 + } + build_cost_resources = { + aluminium = -3 + } + dismantle_cost_ic = 22 + dismantle_cost_resources = { + aluminium = 3 + } + xp_cost = 1 + } + + flying_boat_large = { + abbreviation = "flbl" + category = plane_special_module_large + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 4 + surface_detection = 12 + sub_detection = 5 + } + multiply_stats = { + maximum_speed = -0.4 + } + xp_cost = 1 + dismantle_cost_ic = 5 + } + + +######## ## ######## ###### ######## ######## ####### ## ## #### ###### ###### +## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ## +## ## ## ## ## ## ## ## ## #### ## ## ## ## +###### ## ###### ## ## ######## ## ## ## ## ## ## ## ###### +## ## ## ## ## ## ## ## ## ## #### ## ## ## +## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## +######## ######## ######## ###### ## ## ## ####### ## ## #### ###### ###### + + bomb_sights_1 = { + abbreviation = "bs1" + category = plane_special_module_bomb_sights + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_bombing = 4 + build_cost_ic = 1.5 + weight = 1 + } + xp_cost = 1 + } + + bomb_sights_2 = { + abbreviation = "bs2" + category = plane_special_module_bomb_sights + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + parent = bomb_sights_1 + + add_stats = { + air_bombing = 6 + build_cost_ic = 2 + weight = 1 + } + xp_cost = 1 + } + + radio_navigation_1 = { + abbreviation = "rn1" + category = plane_special_module_radio_navigation + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + + add_stats = { + air_bombing = 4 + build_cost_ic = 1 + weight = 1 + night_penalty = -0.1 + } + xp_cost = 1 + } + + radio_navigation_2 = { + abbreviation = "rn2" + category = plane_special_module_radio_navigation + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + parent = radio_navigation_1 + + add_stats = { + air_bombing = 6 + build_cost_ic = 1.5 + weight = 1 + night_penalty = -0.2 + } + xp_cost = 1 + } + + air_ground_radar_1 = { + abbreviation = "agr1" + category = plane_special_module_air_ground_radar + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 2 + weight = 2 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + } + add_stats = { + air_bombing = 4 + night_penalty = -0.3 + surface_detection = 10 + sub_detection = 5 + } + } + xp_cost = 1 + } + + air_ground_radar_2 = { + abbreviation = "agr2" + category = plane_special_module_air_ground_radar + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + parent = air_ground_radar_1 + + add_stats = { + build_cost_ic = 3.5 + weight = 2 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + } + add_stats = { + air_bombing = 6 + night_penalty = -0.4 + surface_detection = 20 + sub_detection = 10 + } + } + xp_cost = 1 + } + + air_air_radar_1 = { + abbreviation = "aar1" + category = plane_special_module_air_air_radar + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 4 + weight = 1 + } + mission_type_stats = { + limit = { + interception + } + add_stats = { + night_penalty = -0.2 + } + } + xp_cost = 1 + } + + air_air_radar_2 = { + abbreviation = "aar2" + category = plane_special_module_air_air_radar + gui_category = plane_special_module_electronics + sfx = sfx_ui_sd_module_turret + parent = air_air_radar_1 + + add_stats = { + build_cost_ic = 6 + weight = 2 + } + mission_type_stats = { + limit = { + interception + } + add_stats = { + night_penalty = -0.4 + } + } + xp_cost = 1 + } + +######## ######## ######## ######## ## ## ###### #### ## ## ######## ######## ## ## ######## ######## ######## ######## ###### +## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## #### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ###### ###### ###### ## ## ## ###### ## ## ## ###### ## ## ## ######## ######## ###### ## ###### +## ## ## ## ## ## #### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## +######## ######## ## ######## ## ## ###### #### ### ######## ## ####### ## ## ## ## ######## ## ###### + + lmg_defense_turret = { + abbreviation = "lmgt" + category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 1 + weight = 1 + air_attack = 1 + air_defence = 1 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + + add_stats = { + air_agility = 0.5 + } + } + + multiply_stats ={ + maximum_speed = -0.03 + } + + dismantle_cost_ic = 1 + can_convert_from = { + module_category = plane_special_module_defense_turret + convert_cost_ic = 1.25 + } + can_convert_from = { + module = lmg_defense_turret + convert_cost_ic = 1 + } + can_convert_from = { + module = cannon_defense_turret + convert_cost_ic = 1 + } + xp_cost = 1 + } + + lmg_defense_turret_2x = { + abbreviation = "lmgt2" + category = plane_special_module_defense_turret_x2 + gui_category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 2 + weight = 2 + air_attack = 1.5 + air_defence = 2 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + + add_stats = { + air_agility = 1 + } + } + + multiply_stats ={ + maximum_speed = -0.06 + } + + dismantle_cost_ic = 2 + can_convert_from = { + module_category = plane_special_module_defense_turret_x2 + convert_cost_ic = 2.5 + } + can_convert_from = { + module = hmg_defense_turret_2x + convert_cost_ic = 2.25 + } + can_convert_from = { + module = cannon_defense_turret_2x + convert_cost_ic = 2.25 + } + xp_cost = 1 + } + + hmg_defense_turret = { + abbreviation = "hmgt" + category = plane_special_module_defense_turret + gui_category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 2 + weight = 2 + air_attack = 1.5 + air_defence = 2 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + add_stats = { + air_agility = 1 + } + } + + multiply_stats ={ + maximum_speed = -0.035 + } + + dismantle_cost_ic = 1 + can_convert_from = { + module_category = plane_special_module_defense_turret + convert_cost_ic = 2.75 + } + can_convert_from = { + module = lmg_defense_turret + convert_cost_ic = 2 + } + can_convert_from = { + module = cannon_defense_turret + convert_cost_ic = 2 + } + xp_cost = 1 + } + + hmg_defense_turret_2x = { + abbreviation = "hmgt2" + category = plane_special_module_defense_turret_x2 + gui_category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 4 + weight = 4 + air_attack = 3 + air_defence = 4 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + add_stats = { + air_agility = 2 + } + } + + multiply_stats ={ + maximum_speed = -0.07 + } + + dismantle_cost_ic = 2 + can_convert_from = { + module_category = plane_special_module_defense_turret_x2 + convert_cost_ic = 4 + } + can_convert_from = { + module = lmg_defense_turret_2x + convert_cost_ic = 3 + } + can_convert_from = { + module = cannon_defense_turret_2x + convert_cost_ic = 3 + } + xp_cost = 1 + } + + cannon_defense_turret = { + abbreviation = "cat" + category = plane_special_module_defense_turret + gui_category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 4 + weight = 4 + air_attack = 3 + air_defence = 4 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + add_stats = { + air_agility = 2 + } + } + + multiply_stats ={ + maximum_speed = -0.037 + } + + dismantle_cost_ic = 1 + can_convert_from = { + module_category = plane_special_module_defense_turret + convert_cost_ic = 3 + } + can_convert_from = { + module = hmg_defense_turret + convert_cost_ic = 2.5 + } + xp_cost = 1 + } + + cannon_defense_turret_2x = { + abbreviation = "cat2" + category = plane_special_module_defense_turret_x2 + gui_category = plane_special_module_defense_turret + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 8 + weight = 8 + air_attack = 6 + air_defence = 8 + } + + mission_type_stats = { + limit = { + naval_bomber + port_strike + strategic_bomber + naval_patrol + cas + attack_logistics + naval_mines_planting + } + add_stats = { + air_agility = 4 + } + } + + multiply_stats ={ + maximum_speed = -0.075 + } + + dismantle_cost_ic = 2 + can_convert_from = { + module_category = plane_special_module_defense_turret_x2 + convert_cost_ic = 6 + } + can_convert_from = { + module = hmg_defense_turret_2x + convert_cost_ic = 5 + } + xp_cost = 1 + } + +} diff --git a/1632_RoF/common/units/equipment/modules/00_ship_modules.txt b/1632_RoF/common/units/equipment/modules/00_ship_modules.txt index 00d0be00..6a085d60 100644 --- a/1632_RoF/common/units/equipment/modules/00_ship_modules.txt +++ b/1632_RoF/common/units/equipment/modules/00_ship_modules.txt @@ -1,6 +1,7 @@ equipment_modules = { - - + limit = { + has_dlc = "Man the Guns" + } # ### ## # # ### ### ## ### ### ### ### # # # # # # # # # # # # # # # # # # # # # # ## #### # ### #### # # ## ### # @@ -45,7 +46,7 @@ equipment_modules = { } multiply_stats = { - naval_speed = -0.01 + naval_speed = -0.02 } add_average_stats = { lg_armor_piercing = 2 @@ -78,7 +79,7 @@ equipment_modules = { lg_armor_piercing = 2.5 } multiply_stats = { - naval_speed = -0.01 + naval_speed = -0.03 } can_convert_from = { module_category = ship_light_battery @@ -106,7 +107,7 @@ equipment_modules = { steel = 1 } multiply_stats = { - naval_speed = -0.02 + naval_speed = -0.04 } add_average_stats = { lg_armor_piercing = 2.5 @@ -123,16 +124,45 @@ equipment_modules = { } critical_parts = { damaged_light_guns } } - dp_light_battery = { + + dp_light_battery_1 = { abbreviation = "sae" - category = ship_light_battery - gfx = ship_light_battery_5 + category = dp_light_battery + gui_category = ship_light_battery sfx = sfx_ui_sd_module_turret add_stats = { - lg_attack = 3 - anti_air_attack = 3 - build_cost_ic = 300 + lg_attack = 1 + anti_air_attack = 1 + build_cost_ic = 100 + } + multiply_stats = { + naval_speed = -0.01 + } + build_cost_resources = { + steel = 1 + } + add_average_stats = { + lg_armor_piercing = 0.5 + } + + can_convert_from = { + module_category = ship_light_battery + convert_cost_ic = 100 + } + critical_parts = { damaged_light_guns } + } + + dp_light_battery_2 = { + abbreviation = "saf" + category = dp_light_battery + gui_category = ship_light_battery + sfx = sfx_ui_sd_module_turret + + add_stats = { + lg_attack = 1.5 + anti_air_attack = 2 + build_cost_ic = 130 } multiply_stats = { naval_speed = -0.02 @@ -141,17 +171,89 @@ equipment_modules = { steel = 1 } add_average_stats = { - lg_armor_piercing = 2.0 + lg_armor_piercing = 1 } can_convert_from = { module_category = ship_light_battery - convert_cost_ic = 230 + convert_cost_ic = 85 #conversion cost from ANY ship_light_battery module + } + + can_convert_from = { + module = ship_light_battery_1 + convert_cost_ic = 55 #conversion cost from that specific module + } + critical_parts = { damaged_light_guns } + } + + dp_light_battery_3 = { + abbreviation = "sag" + category = dp_light_battery + gui_category = ship_light_battery + sfx = sfx_ui_sd_module_turret + + add_stats = { + lg_attack = 2 + anti_air_attack = 3 + build_cost_ic = 160 + } + multiply_stats = { + naval_speed = -0.03 + } + build_cost_resources = { + steel = 1 + } + add_average_stats = { + lg_armor_piercing = 1.75 + } + + can_convert_from = { + module_category = ship_light_battery + convert_cost_ic = 85 + } + + can_convert_from = { + module= ship_light_battery_2 + convert_cost_ic = 55 + } + critical_parts = { damaged_light_guns } + } + + dp_light_battery_4 = { + abbreviation = "sah" + category = dp_light_battery + gui_category = ship_light_battery + sfx = sfx_ui_sd_module_turret + + add_stats = { + lg_attack = 2.5 + anti_air_attack = 4 + build_cost_ic = 185 + } + multiply_stats = { + naval_speed = -0.04 + } + build_cost_resources = { + steel = 1 + } + add_average_stats = { + lg_armor_piercing = 1.75 + } + + can_convert_from = { + module_category = ship_light_battery + convert_cost_ic = 200 + } + + can_convert_from = { + module = ship_light_battery_3 + convert_cost_ic = 130 } critical_parts = { damaged_light_guns } } + # # ### ## # # # # ### ## ### ### ### ### # # # # # # # # # # # # # # # # # # # # # # #### ## #### # # # ### #### # # ## ### # @@ -161,15 +263,15 @@ equipment_modules = { ship_heavy_battery_1 = { - abbreviation = "saf" + abbreviation = "sai" category = ship_heavy_battery sfx = sfx_ui_sd_module_turret add_equipment_type = capital_ship add_stats = { - hg_attack = 12 - build_cost_ic = 1250 + hg_attack = 14 + build_cost_ic = 1550 } multiply_stats = { naval_speed = -0.05 @@ -188,18 +290,18 @@ equipment_modules = { } ship_heavy_battery_2 = { - abbreviation = "sag" + abbreviation = "saj" category = ship_heavy_battery parent = ship_heavy_battery_1 sfx = sfx_ui_sd_module_turret add_equipment_type = capital_ship add_stats = { - hg_attack = 14 - build_cost_ic = 1350 + hg_attack = 18 + build_cost_ic = 1650 } multiply_stats = { - naval_speed = -0.08 + naval_speed = -0.06 } add_average_stats = { hg_armor_piercing = 36 @@ -220,18 +322,18 @@ equipment_modules = { } ship_heavy_battery_3 = { - abbreviation = "sah" + abbreviation = "sak" category = ship_heavy_battery parent = ship_heavy_battery_2 sfx = sfx_ui_sd_module_turret add_equipment_type = capital_ship add_stats = { - hg_attack = 15 - build_cost_ic = 1450 + hg_attack = 22 + build_cost_ic = 1750 } multiply_stats = { - naval_speed = -0.09 + naval_speed = -0.07 } add_average_stats = { hg_armor_piercing = 40 @@ -252,7 +354,7 @@ equipment_modules = { } ship_heavy_battery_4 = { - abbreviation = "sai" + abbreviation = "sal" category = ship_heavy_battery parent = ship_heavy_battery_3 sfx = sfx_ui_sd_module_turret @@ -260,15 +362,15 @@ equipment_modules = { add_stats = { - hg_attack = 16 - build_cost_ic = 1550 + hg_attack = 26 + build_cost_ic = 1850 } multiply_stats = { - naval_speed = -0.10 + naval_speed = -0.08 } add_average_stats = { - hg_armor_piercing = 43 + hg_armor_piercing = 45 } build_cost_resources = { steel = 1 @@ -287,25 +389,25 @@ equipment_modules = { } ship_super_heavy_battery_1 = { - abbreviation = "saj" + abbreviation = "sam" category = ship_super_heavy_battery sfx = sfx_ui_sd_module_turret gfx = ship_heavy_battery_5 add_equipment_type = capital_ship add_stats = { - hg_attack = 18 - build_cost_ic = 1700 + hg_attack = 27 + build_cost_ic = 2000 } build_cost_resources = { steel = 1 chromium = 1 } multiply_stats = { - naval_speed = -0.10 + naval_speed = -0.08 } add_average_stats = { - hg_armor_piercing = 50 + hg_armor_piercing = 45 } critical_parts = { damaged_heavy_guns } } @@ -319,14 +421,13 @@ equipment_modules = { ship_medium_battery_1 = { - abbreviation = "sak" + abbreviation = "san" category = ship_medium_battery sfx = sfx_ui_sd_module_turret add_equipment_type = capital_ship add_stats = { - hg_attack = 8.0 - build_cost_ic = 750 - surface_visibility = 3.5 + hg_attack = 6.0 + build_cost_ic = 650 } multiply_stats = { naval_speed = -0.04 @@ -338,6 +439,13 @@ equipment_modules = { build_cost_resources = { steel = 1 } + + forbid_module_categories = { + ship_light_medium_battery + dp_light_battery + ship_light_battery + } + can_convert_from = { module_category = ship_light_battery convert_cost_ic = 400 @@ -349,16 +457,15 @@ equipment_modules = { critical_parts = { damaged_heavy_guns } } ship_medium_battery_2 = { - abbreviation = "sal" + abbreviation = "sao" category = ship_medium_battery parent = ship_medium_battery_1 sfx = sfx_ui_sd_module_turret add_equipment_type = capital_ship add_stats = { - hg_attack = 9.0 - build_cost_ic = 800 - surface_visibility = 3.5 + hg_attack = 8.0 + build_cost_ic = 700 } multiply_stats = { naval_speed = -0.06 @@ -370,6 +477,13 @@ equipment_modules = { build_cost_resources = { steel = 1 } + + forbid_module_categories = { + ship_light_medium_battery + dp_light_battery + ship_light_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 400 @@ -381,7 +495,7 @@ equipment_modules = { critical_parts = { damaged_heavy_guns } } ship_medium_battery_3 = { - abbreviation = "sam" + abbreviation = "sap" category = ship_medium_battery parent = ship_medium_battery_2 add_equipment_type = capital_ship @@ -389,8 +503,7 @@ equipment_modules = { add_stats = { hg_attack = 10.0 - build_cost_ic = 825 - surface_visibility = 3.5 + build_cost_ic = 725 } multiply_stats = { naval_speed = -0.07 @@ -402,6 +515,13 @@ equipment_modules = { build_cost_resources = { steel = 2 } + + forbid_module_categories = { + ship_light_medium_battery + dp_light_battery + ship_light_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 500 @@ -419,16 +539,15 @@ equipment_modules = { critical_parts = { damaged_heavy_guns } } ship_medium_battery_4 = { - abbreviation = "san" + abbreviation = "saq" category = ship_medium_battery parent = ship_medium_battery_3 add_equipment_type = capital_ship sfx = sfx_ui_sd_module_turret add_stats = { - hg_attack = 11.0 - build_cost_ic = 900 - surface_visibility = 3.5 + hg_attack = 12.0 + build_cost_ic = 800 } multiply_stats = { naval_speed = -0.08 @@ -440,6 +559,13 @@ equipment_modules = { build_cost_resources = { steel = 2 } + + forbid_module_categories = { + ship_light_medium_battery + dp_light_battery + ship_light_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 600 @@ -454,15 +580,15 @@ equipment_modules = { critical_parts = { damaged_heavy_guns } } ship_light_medium_battery_1 = { - abbreviation = "sao" - category = ship_medium_battery - gui_category = ship_light_battery + abbreviation = "sar" + category = ship_light_medium_battery + gui_category = ship_medium_battery sfx = sfx_ui_sd_module_turret add_stats = { lg_attack = 4 - build_cost_ic = 225 + build_cost_ic = 300 } multiply_stats = { naval_speed = -0.03 @@ -471,6 +597,11 @@ equipment_modules = { lg_armor_piercing = 5.5 max_strength = 20 } + + forbid_module_categories = { + ship_medium_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 500 @@ -478,15 +609,15 @@ equipment_modules = { critical_parts = { damaged_light_guns } } ship_light_medium_battery_2 = { - abbreviation = "sap" - category = ship_medium_battery - gui_category = ship_light_battery + abbreviation = "sas" + category = ship_light_medium_battery + gui_category = ship_medium_battery parent = ship_light_medium_battery_1 sfx = sfx_ui_sd_module_turret add_stats = { lg_attack = 5 - build_cost_ic = 275 + build_cost_ic = 350 } multiply_stats = { naval_speed = -0.04 @@ -495,6 +626,11 @@ equipment_modules = { lg_armor_piercing = 7.0 max_strength = 20 } + + forbid_module_categories = { + ship_medium_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 400 @@ -509,19 +645,19 @@ equipment_modules = { critical_parts = { damaged_light_guns } } ship_light_medium_battery_3 = { - abbreviation = "saq" - category = ship_medium_battery - gui_category = ship_light_battery + abbreviation = "sat" + category = ship_light_medium_battery + gui_category = ship_medium_battery parent = ship_light_medium_battery_2 sfx = sfx_ui_sd_module_turret add_stats = { lg_attack = 6 - build_cost_ic = 300 + build_cost_ic = 375 } multiply_stats = { - naval_speed = -0.04 + naval_speed = -0.05 } add_average_stats = { lg_armor_piercing = 8 @@ -530,6 +666,11 @@ equipment_modules = { build_cost_resources = { steel = 1 } + + forbid_module_categories = { + ship_medium_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 500 @@ -544,19 +685,19 @@ equipment_modules = { critical_parts = { damaged_light_guns } } ship_light_medium_battery_4 = { - abbreviation = "sar" - category = ship_medium_battery + abbreviation = "sau" + category = ship_light_medium_battery + gui_category = ship_medium_battery sfx = sfx_ui_sd_module_turret - gui_category = ship_light_battery parent = ship_light_medium_battery_3 add_stats = { lg_attack = 7.5 - build_cost_ic = 350 + build_cost_ic = 425 } multiply_stats = { - naval_speed = -0.05 + naval_speed = -0.06 } add_average_stats = { lg_armor_piercing = 9 @@ -565,6 +706,11 @@ equipment_modules = { build_cost_resources = { steel = 1 } + + forbid_module_categories = { + ship_medium_battery + } + can_convert_from = { module_category = ship_medium_battery convert_cost_ic = 600 @@ -579,6 +725,45 @@ equipment_modules = { critical_parts = { damaged_light_guns } } + dp_ship_medium_1 = { + abbreviation = "sdq" + category = ship_light_medium_battery + gui_category = ship_medium_battery + sfx = sfx_ui_sd_module_turret + parent = ship_light_medium_battery_3 + add_stats = { + lg_attack = 7.5 + anti_air_attack = 4.5 + build_cost_ic = 450 + } + + multiply_stats = { + naval_speed = -0.06 + } + + add_average_stats = { + lg_armor_piercing = 8 + max_strength = 20 + } + + forbid_module_categories = { + ship_medium_battery + } + + can_convert_from = { + module_category = ship_medium_battery + convert_cost_ic = 650 + convert_cost_resources = { + steel = 1 + } + } + can_convert_from = { + module = ship_light_medium_battery_3 + convert_cost_ic = 450 + } + critical_parts = { damaged_secondaries } + } + ## ### ## ## # # ### ## ### ### ### ## # # # # # # ## # # # # # # # # # # # ## # # # # ## # # #### ### # ## # @@ -588,7 +773,7 @@ equipment_modules = { ship_secondaries_1 = { - abbreviation = "sas" + abbreviation = "sav" category = ship_secondaries sfx = sfx_ui_sd_module_turret @@ -614,7 +799,7 @@ equipment_modules = { } ship_secondaries_2 = { - abbreviation = "sat" + abbreviation = "saw" category = ship_secondaries parent = ship_secondaries_1 sfx = sfx_ui_sd_module_turret @@ -624,7 +809,7 @@ equipment_modules = { build_cost_ic = 240 } multiply_stats = { - naval_speed = -0.02 + naval_speed = -0.03 } add_average_stats = { @@ -637,16 +822,83 @@ equipment_modules = { } critical_parts = { damaged_secondaries } } - dp_ship_secondaries = { - abbreviation = "sau" - category = ship_secondaries - parent = ship_secondaries_2 - gfx = ship_secondaries_3 + + dp_ship_secondaries_1 = { + abbreviation = "sax" + category = ship_dp_secondaries + gui_category = ship_secondaries + gfx = dp_secondary_battery_1 sfx = sfx_ui_sd_module_turret add_stats = { - lg_attack = 4.5 + lg_attack = 2 + anti_air_attack = 1 + build_cost_ic = 180 + } + + multiply_stats = { + naval_speed = -0.01 + } + + add_average_stats = { + lg_armor_piercing = 3 + } + + can_convert_from = { + module_category = ship_secondaries + convert_cost_ic = 100 + } + + can_convert_from = { + module_category = ship_dp_secondaries + convert_cost_ic = 100 + } + critical_parts = { damaged_secondaries } + } + + dp_ship_secondaries_2 = { + abbreviation = "say" + category = ship_dp_secondaries + gui_category = ship_secondaries + parent = dp_ship_secondaries_1 + gfx = dp_secondary_battery_2 + sfx = sfx_ui_sd_module_turret + add_stats = { + lg_attack = 3 + anti_air_attack = 2 + build_cost_ic = 240 + } + + multiply_stats = { + naval_speed = -0.01 + } + + add_average_stats = { + lg_armor_piercing = 4 + } + + can_convert_from = { + module_category = ship_secondaries + convert_cost_ic = 150 + } + + can_convert_from = { + module_category = ship_dp_secondaries + convert_cost_ic = 150 + } + critical_parts = { damaged_secondaries } + } + + dp_ship_secondaries_3 = { + abbreviation = "saz" + category = ship_dp_secondaries + gui_category = ship_secondaries + parent = dp_ship_secondaries_2 + gfx = dp_secondary_battery_3 + sfx = sfx_ui_sd_module_turret + add_stats = { + lg_attack = 4 anti_air_attack = 2.5 - build_cost_ic = 290 + build_cost_ic = 300 } multiply_stats = { @@ -654,12 +906,50 @@ equipment_modules = { } add_average_stats = { - lg_armor_piercing = 8 + lg_armor_piercing = 7 } can_convert_from = { module_category = ship_secondaries - convert_cost_ic = 150 + convert_cost_ic = 180 + } + + can_convert_from = { + module_category = ship_dp_secondaries + convert_cost_ic = 180 + } + critical_parts = { damaged_secondaries } + } + + dp_ship_secondaries_4 = { + abbreviation = "sba" + category = ship_dp_secondaries + gui_category = ship_secondaries + parent = dp_ship_secondaries_3 + gfx = dp_secondary_battery_4 + sfx = sfx_ui_sd_module_turret + add_stats = { + lg_attack = 4.5 + anti_air_attack = 3 + build_cost_ic = 360 + } + + multiply_stats = { + naval_speed = -0.03 + } + + add_average_stats = { + lg_armor_piercing = 7 + } + + can_convert_from = { + module_category = ship_secondaries + convert_cost_ic = 200 + } + + can_convert_from = { + module_category = ship_dp_secondaries + convert_cost_ic = 200 } critical_parts = { damaged_secondaries } } @@ -674,20 +964,18 @@ equipment_modules = { ship_anti_air_1 = { - abbreviation = "sav" + abbreviation = "sbb" category = ship_anti_air sfx = sfx_ui_sd_module_turret add_equipment_type = anti_air add_stats = { - anti_air_attack = 1.5 - build_cost_ic = 90 + anti_air_attack = 2.5 + build_cost_ic = 80 } multiply_stats = { - build_cost_ic = 0.025 - anti_air_attack = 0.1 - naval_speed = -0.01 + naval_speed = -0.005 } can_convert_from = { @@ -697,21 +985,19 @@ equipment_modules = { } ship_anti_air_2 = { - abbreviation = "saw" + abbreviation = "sbc" category = ship_anti_air parent = ship_anti_air_1 sfx = sfx_ui_sd_module_turret add_equipment_type = anti_air add_stats = { - anti_air_attack = 2 - build_cost_ic = 120 + anti_air_attack = 3.5 + build_cost_ic = 110 } multiply_stats = { - naval_speed = -0.01 - build_cost_ic = 0.025 - anti_air_attack = 0.1 + naval_speed = -0.005 } can_convert_from = { @@ -725,20 +1011,18 @@ equipment_modules = { } } ship_anti_air_3 = { - abbreviation = "sax" + abbreviation = "sbd" category = ship_anti_air parent = ship_anti_air_2 sfx = sfx_ui_sd_module_turret add_equipment_type = anti_air add_stats = { - anti_air_attack = 3 - build_cost_ic = 150 + anti_air_attack = 4.5 + build_cost_ic = 140 } multiply_stats = { - naval_speed = -0.01 - build_cost_ic = 0.025 - anti_air_attack = 0.125 + naval_speed = -0.005 } can_convert_from = { @@ -752,21 +1036,19 @@ equipment_modules = { } } ship_anti_air_4 = { - abbreviation = "say" + abbreviation = "sbe" category = ship_anti_air parent = ship_anti_air_2 sfx = sfx_ui_sd_module_turret add_equipment_type = anti_air add_stats = { - anti_air_attack = 4 - build_cost_ic = 190 + anti_air_attack = 5.5 + build_cost_ic = 170 } multiply_stats = { - naval_speed = -0.01 - build_cost_ic = 0.025 - anti_air_attack = 0.15 + naval_speed = -0.005 } can_convert_from = { @@ -790,91 +1072,88 @@ equipment_modules = { ship_fire_control_system_0 = { - abbreviation = "saz" + abbreviation = "sbf" category = ship_fire_control_system gfx = ship_fire_control_system sfx = sfx_ui_sd_module_sonar add_stats = { build_cost_ic = 60 + naval_light_gun_hit_chance_factor = 0.025 + naval_heavy_gun_hit_chance_factor = 0.025 } multiply_stats = { - lg_attack = 0.05 - hg_attack = 0.05 } } ship_fire_control_system_1 = { - abbreviation = "sba" + abbreviation = "sbg" category = ship_fire_control_system parent = ship_fire_control_system_0 sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 90 + build_cost_ic = 135 + naval_light_gun_hit_chance_factor = 0.05 + naval_heavy_gun_hit_chance_factor = 0.05 } multiply_stats = { - lg_attack = 0.1 - hg_attack = 0.1 anti_air_attack = 0.1 - reliability = -0.05 } can_convert_from = { module = ship_fire_control_system_0 - convert_cost_ic = 40 + convert_cost_ic = 85 } } ship_fire_control_system_2 = { - abbreviation = "sbb" + abbreviation = "sbh" category = ship_fire_control_system sfx = sfx_ui_sd_module_sonar parent = ship_fire_control_system_1 add_stats = { - build_cost_ic = 120 + build_cost_ic = 165 + naval_light_gun_hit_chance_factor = 0.075 + naval_heavy_gun_hit_chance_factor = 0.075 } multiply_stats = { - lg_attack = 0.15 - hg_attack = 0.15 anti_air_attack = 0.15 - reliability = -0.075 } can_convert_from = { module = ship_fire_control_system_1 - convert_cost_ic = 60 + convert_cost_ic = 105 } can_convert_from = { module_category = ship_fire_control_system - convert_cost_ic = 100 + convert_cost_ic = 145 } } ship_fire_control_system_3 = { - abbreviation = "sbc" + abbreviation = "sbi" category = ship_fire_control_system sfx = sfx_ui_sd_module_sonar parent = ship_fire_control_system_2 add_stats = { - build_cost_ic = 180 + build_cost_ic = 225 + naval_light_gun_hit_chance_factor = 0.1 + naval_heavy_gun_hit_chance_factor = 0.1 } multiply_stats = { - lg_attack = 0.2 - hg_attack = 0.2 anti_air_attack = 0.2 - reliability = -0.1 } can_convert_from = { module = ship_fire_control_system_2 - convert_cost_ic = 75 + convert_cost_ic = 110 } can_convert_from = { module_category = ship_fire_control_system - convert_cost_ic = 100 + convert_cost_ic = 145 } } @@ -888,22 +1167,27 @@ equipment_modules = { ship_radar_1 = { - abbreviation = "sbd" + abbreviation = "sbj" category = ship_radar sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 80 + build_cost_ic = 100 surface_detection = 5 } } ship_radar_2 = { - abbreviation = "sbe" + abbreviation = "sbk" category = ship_radar sfx = sfx_ui_sd_module_sonar parent = ship_radar_1 + multiply_stats = { + anti_air_attack = 0.05 + } add_stats = { - build_cost_ic = 110 + naval_light_gun_hit_chance_factor = 0.025 + naval_heavy_gun_hit_chance_factor = 0.025 + build_cost_ic = 130 surface_detection = 7 sub_detection = 2 } @@ -914,53 +1198,51 @@ equipment_modules = { } } ship_radar_3 = { - abbreviation = "sbf" + abbreviation = "sbl" category = ship_radar sfx = sfx_ui_sd_module_sonar parent = ship_radar_2 multiply_stats = { - lg_attack = 0.05 - hg_attack = 0.05 - anti_air_attack = 0.05 + anti_air_attack = 0.075 } add_stats = { - + naval_light_gun_hit_chance_factor = 0.05 + naval_heavy_gun_hit_chance_factor = 0.05 surface_detection = 12 sub_detection = 6 - build_cost_ic = 140 + build_cost_ic = 160 } can_convert_from = { module = ship_radar_2 - convert_cost_ic = 30 + convert_cost_ic = 50 } can_convert_from = { module_category = ship_radar - convert_cost_ic = 60 + convert_cost_ic = 80 } } ship_radar_4 = { - abbreviation = "sbg" + abbreviation = "sbm" category = ship_radar sfx = sfx_ui_sd_module_sonar parent = ship_radar_3 multiply_stats = { - lg_attack = 0.1 - hg_attack = 0.1 anti_air_attack = 0.1 } add_stats = { - - build_cost_ic = 170 + naval_light_gun_hit_chance_factor = 0.1 + naval_heavy_gun_hit_chance_factor = 0.1 + build_cost_ic = 190 surface_detection = 18 sub_detection = 14 } can_convert_from = { module = ship_radar_3 - convert_cost_ic = 30 + convert_cost_ic = 50 } can_convert_from = { module_category = ship_radar - convert_cost_ic = 90 + convert_cost_ic = 110 } } @@ -974,20 +1256,20 @@ equipment_modules = { light_ship_engine_1 = { - abbreviation = "sbh" + abbreviation = "sbn" category = light_ship_engine sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 7 - build_cost_ic = 90 + #build_cost_ic = 90 } multiply_stats = { - naval_speed = 0.21 - reliability = -0.2 + naval_speed = 0.10 + build_cost_ic = 0.125 } can_convert_from = { @@ -998,21 +1280,21 @@ equipment_modules = { } light_ship_engine_2 = { - abbreviation = "sbi" + abbreviation = "sbo" category = light_ship_engine parent = light_ship_engine_1 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 8 - build_cost_ic = 120 + #build_cost_ic = 120 } multiply_stats = { - naval_speed = 0.32 - reliability = -0.2 + naval_speed = 0.15 + build_cost_ic = 0.15 } can_convert_from = { @@ -1027,21 +1309,21 @@ equipment_modules = { } light_ship_engine_3 = { - abbreviation = "sbj" + abbreviation = "sbp" category = light_ship_engine parent = light_ship_engine_2 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 10 - build_cost_ic = 150 + #build_cost_ic = 150 } multiply_stats = { - naval_speed = 0.42 - reliability = -0.2 + naval_speed = 0.20 + build_cost_ic = 0.175 } can_convert_from = { @@ -1055,21 +1337,21 @@ equipment_modules = { } } light_ship_engine_4 = { - abbreviation = "sbk" + abbreviation = "sbq" category = light_ship_engine parent = light_ship_engine_3 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 10 - build_cost_ic = 170 + #build_cost_ic = 170 } - + multiply_stats = { - naval_speed = 0.47 - reliability = -0.2 + naval_speed = 0.25 + build_cost_ic = 0.20 } can_convert_from = { @@ -1083,20 +1365,20 @@ equipment_modules = { } } sub_ship_engine_1 = { - abbreviation = "sbl" + abbreviation = "sbr" category = sub_ship_engine sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 7 - build_cost_ic = 90 + #build_cost_ic = 90 } multiply_stats = { - naval_speed = 0.05 - reliability = -0.2 + naval_speed = 0.1 + build_cost_ic = 0.1 } @@ -1108,21 +1390,21 @@ equipment_modules = { } sub_ship_engine_2 = { - abbreviation = "sbm" + abbreviation = "sbs" category = sub_ship_engine parent = sub_ship_engine_1 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 8 - build_cost_ic = 120 + #build_cost_ic = 120 } multiply_stats = { naval_speed = 0.1 - reliability = -0.2 + build_cost_ic = 0.125 sub_visibility = -0.05 } @@ -1138,21 +1420,21 @@ equipment_modules = { } sub_ship_engine_3 = { - abbreviation = "sbn" + abbreviation = "sbt" category = sub_ship_engine parent = sub_ship_engine_2 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 10 - build_cost_ic = 150 + #build_cost_ic = 150 } multiply_stats = { naval_speed = 0.15 - reliability = -0.2 + build_cost_ic = 0.15 sub_visibility = -0.1 } @@ -1167,21 +1449,21 @@ equipment_modules = { } } sub_ship_engine_4 = { - abbreviation = "sbo" + abbreviation = "sbu" category = sub_ship_engine parent = sub_ship_engine_3 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 10 - build_cost_ic = 170 + #build_cost_ic = 170 } multiply_stats = { naval_speed = 0.2 - reliability = -0.2 + build_cost_ic = 0.20 sub_visibility = -0.15 } @@ -1196,20 +1478,20 @@ equipment_modules = { } } cruiser_ship_engine_1 = { - abbreviation = "sbp" + abbreviation = "sbv" category = cruiser_ship_engine sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 12 - build_cost_ic = 400 + #build_cost_ic = 400 } multiply_stats = { naval_speed = 0.2 - reliability = -0.2 + build_cost_ic = 0.15 } can_convert_from = { @@ -1219,21 +1501,21 @@ equipment_modules = { } cruiser_ship_engine_2 = { - abbreviation = "sbq" + abbreviation = "sbw" category = cruiser_ship_engine parent = cruiser_ship_engine_1 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 6 + #naval_speed = 6 fuel_consumption = 16 - build_cost_ic = 480 + #build_cost_ic = 480 } multiply_stats = { naval_speed = 0.3 - reliability = -0.2 + build_cost_ic = 0.175 } can_convert_from = { @@ -1248,21 +1530,21 @@ equipment_modules = { } cruiser_ship_engine_3 = { - abbreviation = "sbr" + abbreviation = "sbx" category = cruiser_ship_engine parent = cruiser_ship_engine_2 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 7 + #naval_speed = 7 fuel_consumption = 20 - build_cost_ic = 550 + #build_cost_ic = 550 } multiply_stats = { naval_speed = 0.35 - reliability = -0.2 + build_cost_ic = 0.20 } can_convert_from = { @@ -1276,21 +1558,21 @@ equipment_modules = { } } cruiser_ship_engine_4 = { - abbreviation = "sbs" + abbreviation = "sby" category = cruiser_ship_engine parent = cruiser_ship_engine_3 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 7 + #naval_speed = 7 fuel_consumption = 24 - build_cost_ic = 670 + #build_cost_ic = 670 } multiply_stats = { naval_speed = 0.4 - reliability = -0.2 + build_cost_ic = 0.225 } can_convert_from = { @@ -1304,20 +1586,20 @@ equipment_modules = { } } heavy_ship_engine_1 = { - abbreviation = "sbt" + abbreviation = "sbz" category = heavy_ship_engine sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 7 + #naval_speed = 7 fuel_consumption = 20 - build_cost_ic = 1800 + #build_cost_ic = 1800 } multiply_stats = { naval_speed = 0.2 - reliability = -0.2 + build_cost_ic = 0.175 } can_convert_from = { @@ -1327,21 +1609,21 @@ equipment_modules = { } heavy_ship_engine_2 = { - abbreviation = "sbu" + abbreviation = "sca" category = heavy_ship_engine parent = heavy_ship_engine_1 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 10 + #naval_speed = 10 fuel_consumption = 25 - build_cost_ic = 2200 + #build_cost_ic = 2200 } multiply_stats = { - naval_speed = 0.3 - reliability = -0.2 + naval_speed = 0.35 + build_cost_ic = 0.20 } can_convert_from = { @@ -1356,21 +1638,21 @@ equipment_modules = { } heavy_ship_engine_3 = { - abbreviation = "sbv" + abbreviation = "scb" category = heavy_ship_engine parent = heavy_ship_engine_2 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 11 + #naval_speed = 11 fuel_consumption = 30 - build_cost_ic = 2600 + #build_cost_ic = 2800 } multiply_stats = { - naval_speed = 0.4 - reliability = -0.2 + naval_speed = 0.45 + build_cost_ic = 0.225 } @@ -1385,21 +1667,22 @@ equipment_modules = { } } heavy_ship_engine_4 = { - abbreviation = "sbw" + abbreviation = "scc" category = heavy_ship_engine parent = heavy_ship_engine_3 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 12 + #naval_speed = 12 fuel_consumption = 35 - build_cost_ic = 3000 + #build_cost_ic = 3200 } multiply_stats = { - naval_speed = 0.45 - reliability = -0.2 + naval_speed = 0.55 + build_cost_ic = 0.25 + } @@ -1414,20 +1697,21 @@ equipment_modules = { } } carrier_ship_engine_1 = { - abbreviation = "sbx" + abbreviation = "scd" category = carrier_ship_engine sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 12 - build_cost_ic = 400 + #build_cost_ic = 400 } multiply_stats = { - naval_speed = 0.2 - reliability = -0.2 + naval_speed = 0.3 + build_cost_ic = 0.10 + } can_convert_from = { @@ -1437,21 +1721,22 @@ equipment_modules = { } carrier_ship_engine_2 = { - abbreviation = "sby" + abbreviation = "sce" category = carrier_ship_engine parent = carrier_ship_engine_1 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 16 - build_cost_ic = 480 + #build_cost_ic = 480 } multiply_stats = { - naval_speed = 0.3 - reliability = -0.2 + naval_speed = 0.4 + build_cost_ic = 0.125 + } can_convert_from = { @@ -1466,21 +1751,22 @@ equipment_modules = { } carrier_ship_engine_3 = { - abbreviation = "sbz" + abbreviation = "scf" category = carrier_ship_engine parent = carrier_ship_engine_2 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 20 - build_cost_ic = 550 + #build_cost_ic = 550 } multiply_stats = { - naval_speed = 0.4 - reliability = -0.2 + naval_speed = 0.5 + build_cost_ic = 0.15 + } can_convert_from = { @@ -1494,21 +1780,21 @@ equipment_modules = { } } carrier_ship_engine_4 = { - abbreviation = "sca" + abbreviation = "scg" category = carrier_ship_engine parent = carrier_ship_engine_3 sfx = sfx_ui_sd_module_engine add_stats = { - naval_speed = 5 + #naval_speed = 5 fuel_consumption = 24 - build_cost_ic = 670 + #build_cost_ic = 670 } multiply_stats = { - naval_speed = 0.45 - reliability = -0.2 + naval_speed = 0.60 + build_cost_ic = 0.175 } can_convert_from = { @@ -1534,7 +1820,7 @@ equipment_modules = { ship_torpedo_1 = { - abbreviation = "scb" + abbreviation = "sch" category = ship_torpedo sfx = sfx_ui_sd_module_turret @@ -1553,18 +1839,19 @@ equipment_modules = { } ship_torpedo_2 = { - abbreviation = "scc" + abbreviation = "sci" category = ship_torpedo parent = ship_torpedo_1 sfx = sfx_ui_sd_module_turret add_stats = { - torpedo_attack = 27 + torpedo_attack = 24 + naval_torpedo_hit_chance_factor = 0.01 build_cost_ic = 120 } multiply_stats = { - naval_speed = -0.01 + naval_speed = -0.02 } build_cost_resources = { steel = 0 @@ -1586,18 +1873,19 @@ equipment_modules = { } ship_torpedo_3 = { - abbreviation = "scd" + abbreviation = "scj" category = ship_torpedo parent = ship_torpedo_2 sfx = sfx_ui_sd_module_turret add_stats = { - torpedo_attack = 36 + torpedo_attack = 30 build_cost_ic = 150 + naval_torpedo_hit_chance_factor = 0.015 } multiply_stats = { - naval_speed = -0.01 + naval_speed = -0.03 } dismantle_cost_ic = 60 @@ -1609,18 +1897,19 @@ equipment_modules = { } ship_torpedo_4 = { - abbreviation = "sce" + abbreviation = "sck" category = ship_torpedo parent = ship_torpedo_3 sfx = sfx_ui_sd_module_turret add_stats = { - torpedo_attack = 45 + torpedo_attack = 36 build_cost_ic = 180 + naval_torpedo_hit_chance_factor = 0.02 } multiply_stats = { - naval_speed = -0.01 + naval_speed = -0.04 } dismantle_cost_ic = 60 @@ -1632,7 +1921,7 @@ equipment_modules = { } ship_torpedo_sub_1 = { - abbreviation = "scf" + abbreviation = "scfl" category = ship_torpedo_sub sfx = sfx_ui_sd_module_turret @@ -1641,6 +1930,10 @@ equipment_modules = { torpedo_attack = 14 build_cost_ic = 80 } + + multiply_stats = { + naval_speed = -0.01 + } build_cost_resources = { steel = 0 @@ -1649,7 +1942,7 @@ equipment_modules = { } ship_torpedo_sub_2 = { - abbreviation = "scg" + abbreviation = "scgm" category = ship_torpedo_sub parent = ship_torpedo_sub_1 @@ -1658,6 +1951,11 @@ equipment_modules = { add_stats = { torpedo_attack = 18 build_cost_ic = 100 + naval_torpedo_hit_chance_factor = 0.01 + } + + multiply_stats = { + naval_speed = -0.02 } build_cost_resources = { @@ -1671,7 +1969,7 @@ equipment_modules = { } ship_torpedo_sub_3 = { - abbreviation = "sch" + abbreviation = "scn" category = ship_torpedo_sub parent = ship_torpedo_sub_2 @@ -1680,7 +1978,13 @@ equipment_modules = { add_stats = { torpedo_attack = 22 build_cost_ic = 120 + naval_torpedo_hit_chance_factor = 0.015 + } + + multiply_stats = { + naval_speed = -0.03 } + can_convert_from = { module_category = ship_torpedo_sub convert_cost_ic = 60 @@ -1689,7 +1993,7 @@ equipment_modules = { } ship_torpedo_sub_4 = { - abbreviation = "sci" + abbreviation = "sco" category = ship_torpedo_sub parent = ship_torpedo_sub_3 @@ -1698,7 +2002,13 @@ equipment_modules = { add_stats = { torpedo_attack = 28 build_cost_ic = 140 + naval_torpedo_hit_chance_factor = 0.02 + } + + multiply_stats = { + naval_speed = -0.04 } + can_convert_from = { module_category = ship_torpedo_sub convert_cost_ic = 60 @@ -1716,7 +2026,7 @@ equipment_modules = { ship_mine_layer_1 = { - abbreviation = "scj" + abbreviation = "scp" category = ship_mine_layer gui_category = ship_mine_warfare gfx = ship_mine_layer @@ -1731,13 +2041,14 @@ equipment_modules = { } ship_mine_layer_sub = { - abbreviation = "sck" + abbreviation = "scq" category = ship_mine_layer_sub gfx = ship_mine_layer_sub add_stats = { mines_planting = 1 build_cost_ic = 90 + naval_speed = -0.02 } } @@ -1751,7 +2062,7 @@ equipment_modules = { ship_mine_sweeper_1 = { - abbreviation = "scl" + abbreviation = "scr" category = ship_mine_warfare gfx = ship_mine_sweeper @@ -1775,7 +2086,7 @@ equipment_modules = { ship_depth_charge_1 = { - abbreviation = "scm" + abbreviation = "scs" category = ship_depth_charge sfx = sfx_ui_sd_module_turret @@ -1791,12 +2102,12 @@ equipment_modules = { } multiply_stats = { - naval_speed = -0.02 + naval_speed = -0.01 } } ship_depth_charge_2 = { - abbreviation = "scn" + abbreviation = "sct" category = ship_depth_charge sfx = sfx_ui_sd_module_turret parent = ship_depth_charge_1 @@ -1812,12 +2123,12 @@ equipment_modules = { } multiply_stats = { - naval_speed = -0.02 + naval_speed = -0.01 } } ship_depth_charge_3 = { - abbreviation = "sco" + abbreviation = "scu" category = ship_depth_charge sfx = sfx_ui_sd_module_turret parent = ship_depth_charge_2 @@ -1838,7 +2149,7 @@ equipment_modules = { } ship_depth_charge_4 = { - abbreviation = "scp" + abbreviation = "scv" category = ship_depth_charge sfx = sfx_ui_sd_module_turret parent = ship_depth_charge_3 @@ -1868,7 +2179,7 @@ equipment_modules = { ship_sub_snorkel_1 = { - abbreviation = "scq" + abbreviation = "scw" category = ship_sub_snorkel gfx = ship_sub_snorkel_1 @@ -1881,7 +2192,7 @@ equipment_modules = { } } ship_sub_snorkel_2 = { - abbreviation = "scr" + abbreviation = "scx" category = ship_sub_snorkel gfx = ship_sub_snorkel_2 parent = ship_sub_snorkel_1 @@ -1905,7 +2216,7 @@ equipment_modules = { # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### # # ## # # # # # # ### # # ## # # ## # # ### # # ship_airplane_launcher_1 = { - abbreviation = "scs" + abbreviation = "scy" category = ship_airplane_launcher gfx = ship_airplane_launcher_1 @@ -1919,7 +2230,7 @@ equipment_modules = { } } ship_airplane_launcher_2 = { - abbreviation = "sct" + abbreviation = "scz" category = ship_airplane_launcher gfx = ship_airplane_launcher_2 parent = ship_airplane_launcher_1 @@ -1943,14 +2254,14 @@ equipment_modules = { # # # # # # # # # # # # # # ### ### ## # # ## # # # ## ### ship_deck_space = { - abbreviation = "scu" + abbreviation = "sda" category = ship_deck_space gfx = ship_deck_space add_equipment_type = capital_ship add_stats = { - carrier_size = 20 - build_cost_ic = 2000 + carrier_size = 2 + build_cost_ic = 1500 } manpower = 500 #outside the add_stats section for code reasons multiply_stats = { @@ -1969,7 +2280,7 @@ equipment_modules = { # ## ### ### # # # # # # # ## ship_extra_fuel_tank = { - abbreviation = "scv" + abbreviation = "sdb" category = ship_extra_fuel_tank @@ -1989,25 +2300,25 @@ equipment_modules = { ship_sonar_1 = { - abbreviation = "scw" + abbreviation = "sdc" category = ship_sonar gfx = ship_sonar_1 sfx = sfx_ui_sd_module_sonar add_stats = { - sub_detection = 4 + sub_detection = 6 build_cost_ic = 40 } } ship_sonar_2 = { - abbreviation = "scx" + abbreviation = "sdd" category = ship_sonar gfx = ship_sonar_2 sfx = sfx_ui_sd_module_sonar parent = ship_sonar_1 add_stats = { - sub_detection = 7.0 + sub_detection = 10.0 build_cost_ic = 60 } can_convert_from = { @@ -2022,90 +2333,106 @@ equipment_modules = { # # # # # # ## # # ## ## # # ### # # ### ## ship_armor_bb_1 = { - abbreviation = "scy" + abbreviation = "sde" category = ship_heavy_armor gfx = ship_armor_thick_1 multiply_stats = { - build_cost_ic = 0.2 - naval_speed = -0.2 + build_cost_ic = 0.125 + naval_speed = -0 max_strength = 0.05 + } build_cost_resources = { steel = 1 } add_stats = { - armor_value = 26 - surface_visibility = 10 + armor_value = 30 + naval_torpedo_enemy_critical_chance_factor = -0.1 + naval_torpedo_damage_reduction_factor = 0.1 + } + dismantle_cost_ic = 2500 + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 5500 } - dismantle_cost_ic = 5500 - } ship_armor_bc_1 = { - abbreviation = "scz" + abbreviation = "sdf" category = ship_heavy_armor gfx = ship_armor_1 multiply_stats = { - build_cost_ic = 0.075 - naval_speed = -0.1 + build_cost_ic = 0.1 + naval_speed = 0.05 max_strength = 0.05 } add_stats = { - armor_value = 20 - surface_visibility = 8 + armor_value = 22 + naval_torpedo_damage_reduction_factor = 0.1 + } + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 4500 } - dismantle_cost_ic = 4500 } ship_armor_bb_2 = { - abbreviation = "sda" + abbreviation = "sdg" category = ship_heavy_armor gfx = ship_armor_thick_2 parent = ship_armor_bb_1 multiply_stats = { - build_cost_ic = 0.2 - naval_speed = -0.2 + build_cost_ic = 0.15 + naval_speed = -0.05 max_strength = 0.1 } build_cost_resources = { steel = 1 } add_stats = { - armor_value = 31 - surface_visibility = 10 + armor_value = 36 + naval_torpedo_enemy_critical_chance_factor = -0.15 + naval_torpedo_damage_reduction_factor = 0.15 + } + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 6000 } - dismantle_cost_ic = 6000 } ship_armor_bc_2 = { - abbreviation = "sdb" + abbreviation = "sdh" category = ship_heavy_armor gfx = ship_armor_2 parent = ship_armor_bc_1 multiply_stats = { - build_cost_ic = 0.075 - naval_speed = -0.1 + build_cost_ic = 0.125 + naval_speed = -0 max_strength = 0.1 } build_cost_resources = { steel = 1 } add_stats = { - armor_value = 25 - surface_visibility = 8 + armor_value = 28 + naval_torpedo_enemy_critical_chance_factor = -0.1 + naval_torpedo_damage_reduction_factor = 0.15 + } + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 5500 } - dismantle_cost_ic = 5500 } ship_armor_bb_3 = { - abbreviation = "sdc" + abbreviation = "sdi" category = ship_heavy_armor gfx = ship_armor_thick_3 parent = ship_armor_bb_2 multiply_stats = { - build_cost_ic = 0.2 - naval_speed = -0.2 + build_cost_ic = 0.175 + naval_speed = -0.10 max_strength = 0.15 } build_cost_resources = { @@ -2114,19 +2441,24 @@ equipment_modules = { } add_stats = { armor_value = 40 - surface_visibility = 10 + naval_torpedo_enemy_critical_chance_factor = -0.2 + naval_torpedo_damage_reduction_factor = 0.2 } dismantle_cost_ic = 7500 + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 7500 + } } ship_armor_bc_3 = { - abbreviation = "sdd" + abbreviation = "sdj" category = ship_heavy_armor gfx = ship_armor_3 parent = ship_armor_bc_2 multiply_stats = { - build_cost_ic = 0.075 - naval_speed = -0.1 + build_cost_ic = 0.125 + naval_speed = -0.10 max_strength = 0.15 } build_cost_resources = { @@ -2134,20 +2466,25 @@ equipment_modules = { chromium = 1 } add_stats = { - armor_value = 30 - surface_visibility = 8 + armor_value = 34 + naval_torpedo_enemy_critical_chance_factor = -0.15 + naval_torpedo_damage_reduction_factor = 0.2 } dismantle_cost_ic = 6200 + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 6200 + } } ship_armor_shbb = { - abbreviation = "sde" - category = ship_super_heavy_armor + abbreviation = "sk" + category = ship_heavy_armor gfx = ship_armor_thick_3 multiply_stats = { build_cost_ic = 0.25 - naval_speed = -0.25 + naval_speed = -0.12 max_strength = 0.1 } build_cost_resources = { @@ -2156,13 +2493,18 @@ equipment_modules = { } add_stats = { armor_value = 55 - surface_visibility = 10 + naval_torpedo_enemy_critical_chance_factor = -0.25 + naval_torpedo_damage_reduction_factor = 0.25 } dismantle_cost_ic = 8200 + can_convert_from = { + module_category = ship_heavy_armor + convert_cost_ic = 8200 + } } ship_armor_cruiser_1 = { - abbreviation = "sdf" + abbreviation = "sdl" category = ship_cruiser_armor gfx = ship_armor_thin_1 @@ -2177,7 +2519,7 @@ equipment_modules = { } } ship_armor_cruiser_2 = { - abbreviation = "sdg" + abbreviation = "sdm" category = ship_cruiser_armor gfx = ship_armor_thin_2 parent = ship_armor_cruiser_1 @@ -2196,7 +2538,7 @@ equipment_modules = { } } ship_armor_cruiser_3 = { - abbreviation = "sdh" + abbreviation = "sdn" category = ship_cruiser_armor gfx = ship_armor_thin_3 parent = ship_armor_cruiser_2 @@ -2216,7 +2558,7 @@ equipment_modules = { } } ship_armor_cruiser_4 = { - abbreviation = "sdi" + abbreviation = "sdo" category = ship_cruiser_armor gfx = ship_armor_thin_4 parent = ship_armor_cruiser_3 @@ -2236,7 +2578,7 @@ equipment_modules = { } } ship_armor_carrier_deck = { - abbreviation = "sdj" + abbreviation = "sdp" category = ship_carrier_armor gfx = ship_cruiser_armor diff --git a/1632_RoF/common/units/equipment/modules/00_tank_modules.txt b/1632_RoF/common/units/equipment/modules/00_tank_modules.txt index 3ed223a4..729fab95 100644 --- a/1632_RoF/common/units/equipment/modules/00_tank_modules.txt +++ b/1632_RoF/common/units/equipment/modules/00_tank_modules.txt @@ -1,5 +1,7 @@ equipment_modules = { - + limit = { + has_dlc = "No Step Back" + } ### Engine Types tank_gasoline_engine = { @@ -8,9 +10,9 @@ equipment_modules = { sfx = sfx_ui_sd_module_engine add_stats = { - build_cost_ic = 3 + build_cost_ic = 1 fuel_consumption = 2 - maximum_speed = 1 + maximum_speed = 0.5 } multiply_stats = { maximum_speed = 0.15 @@ -24,7 +26,7 @@ equipment_modules = { sfx = sfx_ui_sd_module_engine add_stats = { - build_cost_ic = 3 + build_cost_ic = 1 fuel_consumption = 2 reliability = 0.25 } @@ -38,7 +40,7 @@ equipment_modules = { add_stats = { fuel_consumption = 2 - build_cost_ic = 4 + build_cost_ic = 2 reliability = -0.5 breakthrough = 2 defense = 2 @@ -56,10 +58,10 @@ equipment_modules = { sfx = sfx_ui_sd_module_engine add_stats = { - build_cost_ic = 4 + build_cost_ic = 3 fuel_consumption = 4 reliability = -0.1 - maximum_speed = 2 + maximum_speed = 0.5 } multiply_stats = { @@ -83,7 +85,6 @@ equipment_modules = { xp_cost = 8 multiply_stats = { build_cost_ic = -0.2 - armor_value = -0.2 } } @@ -94,14 +95,15 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - defense = 4 - breakthrough = 4 + defense = 3 + breakthrough = 3 + hardness = 0.02 } + dismantle_cost_ic = 1 xp_cost = 8 multiply_stats = { build_cost_ic = 0.2 - armor_value = 0.5 - + armor_value = 0.3 } } @@ -110,17 +112,38 @@ equipment_modules = { category = tank_armor_type sfx = sfx_ui_sd_module_sonar xp_cost = 8 + add_stats = { - defense = 2 - breakthrough = 2 + defense = 4 + breakthrough = 4 } - + dismantle_cost_ic = 1 + xp_cost = 8 multiply_stats = { - armor_value = 0.4 + armor_value = 0.3 + } + build_cost_resources = { + chromium = 1 } } + NOR_tank_rikstanken_armor = { # Rikstanken Armor + abbreviation = "msa" + category = tank_armor_type + sfx = sfx_ui_sd_module_sonar + + add_stats = { + + defense = 1 + breakthrough = 0 + hardness = -0.3 + } + xp_cost = 8 + multiply_stats = { + build_cost_ic = -0.3 + } + } ###Suspension Types tank_torsion_bar_suspension = { @@ -129,9 +152,11 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 3 - reliability = 0.1 + build_cost_ic = 1 + reliability = 0.15 } + dismantle_cost_ic = 2 + multiply_stats = { } } @@ -142,8 +167,10 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 3 + build_cost_ic = 1 } + dismantle_cost_ic = 2 + multiply_stats = { maximum_speed = 0.2 } @@ -155,8 +182,9 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 2 } + dismantle_cost_ic = 1 + } tank_interleaved_suspension = { @@ -165,12 +193,18 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 3 + build_cost_ic = 2 breakthrough = 4 - reliability = -0.1 } + dismantle_cost_ic = 2 + multiply_stats = { } + + can_convert_from = { + module = tank_torsion_bar_suspension + convert_cost_ic = 0.5 + } } tank_wheeled_suspension = { @@ -179,12 +213,13 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 1 - reliability = -0.25 + reliability = -0.2 } + dismantle_cost_ic = 0.5 + multiply_stats = { - #build_cost_ic = -0.1 - hardness = -0.3 + build_cost_ic = -0.1 + hardness = -0.4 } } @@ -194,12 +229,18 @@ equipment_modules = { sfx = sfx_ui_sd_module_sonar add_stats = { - build_cost_ic = 1.5 - reliability = -0.15 + reliability = -0.1 } + dismantle_cost_ic = 0.5 + multiply_stats = { - #build_cost_ic = -0.05 - hardness = -0.2 + build_cost_ic = -0.05 + hardness = -0.3 + } + + can_convert_from = { + module = tank_wheeled_suspension + convert_cost_ic = 0.5 } } @@ -214,7 +255,9 @@ equipment_modules = { add_stats = { build_cost_ic = 0.5 breakthrough = 7 + } + dismantle_cost_ic = 0.5 xp_cost = 2 multiply_stats = { @@ -230,8 +273,10 @@ equipment_modules = { add_stats = { build_cost_ic = 0.75 breakthrough = 10 + } xp_cost = 2 + dismantle_cost_ic = 0.5 multiply_stats = { } @@ -245,9 +290,10 @@ equipment_modules = { add_stats = { build_cost_ic = 1 - maximum_speed = -0.25 + maximum_speed = -0.1 breakthrough = 14 } + dismantle_cost_ic = 0.5 xp_cost = 2 multiply_stats = { @@ -273,16 +319,22 @@ equipment_modules = { } xp_cost = 2 + dismantle_cost_ic = 0.5 add_stats = { build_cost_ic = 0.75 reliability = 0.2 defense = 3 + } multiply_stats = { breakthrough = -0.25 } + can_convert_from = { + module_category = tank_light_turret_type + convert_cost_ic = 0.75 + } } tank_medium_one_man_tank_turret = { @@ -290,15 +342,22 @@ equipment_modules = { category = tank_medium_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + } + } add_stats = { - build_cost_ic = 2 - breakthrough = 10 + build_cost_ic = 1 + breakthrough = 8 + } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { - hard_attack = -0.25 - soft_attack = -0.25 + hard_attack = -0.10 + soft_attack = -0.10 } } @@ -308,10 +367,16 @@ equipment_modules = { category = tank_medium_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + } + } add_stats = { - build_cost_ic = 2.5 + build_cost_ic = 1.5 breakthrough = 16 } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { } @@ -323,11 +388,17 @@ equipment_modules = { category = tank_medium_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + } + } add_stats = { - build_cost_ic = 3 + build_cost_ic = 2 maximum_speed = -0.25 - breakthrough = 20 + breakthrough = 24 } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { @@ -343,6 +414,7 @@ equipment_modules = { allowed_module_categories = { main_armament_slot = { + tank_medium_main_armament tank_heavy_main_armament } } @@ -352,8 +424,9 @@ equipment_modules = { } xp_cost = 2 + dismantle_cost_ic = 1 add_stats = { - build_cost_ic = 2.5 + build_cost_ic = 1.5 reliability = 0.2 defense = 3 } @@ -362,6 +435,11 @@ equipment_modules = { breakthrough = -0.25 } + can_convert_from = { + module_category = tank_medium_turret_type + convert_cost_ic = 1.5 + } + } tank_heavy_two_man_tank_turret = { @@ -369,12 +447,20 @@ equipment_modules = { category = tank_heavy_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + tank_heavy_main_armament + } + } allowed_module_categories = { main_armament_slot = { tank_heavy_main_armament } } xp_cost = 2 + dismantle_cost_ic = 1 + add_stats = { build_cost_ic = 5 breakthrough = 18 @@ -393,9 +479,12 @@ equipment_modules = { allowed_module_categories = { main_armament_slot = { + tank_medium_main_armament tank_heavy_main_armament } } + + dismantle_cost_ic = 1 xp_cost = 2 add_stats = { build_cost_ic = 5.5 @@ -417,13 +506,15 @@ equipment_modules = { allowed_module_categories = { main_armament_slot = { + tank_medium_main_armament + tank_heavy_main_armament tank_super_heavy_main_armament } } forbid_equipment_type_exact_match_for_category = { tank_super_heavy_main_armament = armor } - + dismantle_cost_ic = 1 xp_cost = 2 add_stats = { build_cost_ic = 5 @@ -435,6 +526,11 @@ equipment_modules = { breakthrough = -0.25 } + can_convert_from = { + module_category = tank_heavy_turret_type + convert_cost_ic = 5 + } + } tank_super_heavy_three_man_tank_turret = { @@ -442,12 +538,23 @@ equipment_modules = { category = tank_super_heavy_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + tank_heavy_main_armament + tank_super_heavy_main_armament + } + } add_stats = { - build_cost_ic = 12 + build_cost_ic = 10 reliability = -0.1 - maximum_speed = -0.5 - breakthrough = 35 + maximum_speed = -0.2 + breakthrough = 24 + } + multiply_stats = { + build_cost_ic = 0.50 } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { hard_attack = -0.1 @@ -460,12 +567,23 @@ equipment_modules = { category = tank_super_heavy_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + tank_heavy_main_armament + tank_super_heavy_main_armament + } + } add_stats = { - build_cost_ic = 10 + build_cost_ic = 12 reliability = -0.25 - maximum_speed = -0.2 - breakthrough = 24 + maximum_speed = -0.5 + breakthrough = 35 } + multiply_stats = { + build_cost_ic = 0.50 + } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { @@ -478,10 +596,17 @@ equipment_modules = { category = tank_modern_turret_type sfx = sfx_ui_sd_module_turret + allowed_module_categories = { + main_armament_slot = { + tank_medium_main_armament + tank_heavy_main_armament + } + } add_stats = { build_cost_ic = 8 breakthrough = 24 } + dismantle_cost_ic = 1 xp_cost = 2 multiply_stats = { } @@ -497,14 +622,17 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - soft_attack = 5 + soft_attack = 8 hard_attack = 2 - ap_attack = 10 + ap_attack = 6 build_cost_ic = 0.5 + } + dismantle_cost_ic = 0.5 + can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 1 + convert_cost_ic = 0.5 } xp_cost = 1 } @@ -520,9 +648,11 @@ equipment_modules = { build_cost_ic = 0.5 reliability = -0.05 } + dismantle_cost_ic = 0.5 + can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 1 + convert_cost_ic = 0.5 } xp_cost = 1 } @@ -536,14 +666,15 @@ equipment_modules = { soft_attack = 15 hard_attack = 5 ap_attack = 20 - build_cost_ic = 2.5 + build_cost_ic = 1.5 maximum_speed = -0.1 reliability = -0.1 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 3 + convert_cost_ic = 1.5 } } @@ -556,14 +687,15 @@ equipment_modules = { soft_attack = 20 hard_attack = 7 ap_attack = 35 - build_cost_ic = 3 + build_cost_ic = 2 maximum_speed = -0.1 reliability = -0.1 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 3.5 + convert_cost_ic = 2 } } @@ -578,18 +710,15 @@ equipment_modules = { soft_attack = 6 hard_attack = 2 ap_attack = 10 - air_attack = 16 - build_cost_ic = 3 + air_attack = 18 + build_cost_ic = 2 reliability = -0.1 - breakthrough = -14 - } - multiply_stats = { - breakthrough = -0.95 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 4 + convert_cost_ic = 2 } } @@ -604,27 +733,25 @@ equipment_modules = { soft_attack = 8 hard_attack = 5 ap_attack = 20 - air_attack = 22 - build_cost_ic = 4 + air_attack = 36 + build_cost_ic = 3 reliability = -0.1 - breakthrough = -18 - } - multiply_stats = { - breakthrough = -0.95 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 5 + convert_cost_ic = 3 } build_cost_resources = { + steel = 2 tungsten = 1 } } tank_anti_air_cannon_3 = { abbreviation = "aa3" - category = tank_small_main_armament + category = tank_medium_main_armament sfx = sfx_ui_sd_module_turret allow_equipment_type = anti_air forbid_equipment_type_exact_match = armor @@ -633,22 +760,19 @@ equipment_modules = { soft_attack = 10 hard_attack = 5 ap_attack = 30 - air_attack = 26 - build_cost_ic = 5 + air_attack = 46 + build_cost_ic = 4 reliability = -0.1 - breakthrough = -20 - } - multiply_stats = { - breakthrough = -0.95 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { - module_category = tank_small_main_armament - convert_cost_ic = 6 + module_category = tank_medium_main_armament + convert_cost_ic = 4 } build_cost_resources = { + steel = 3 tungsten = 1 - chromium = 1 } } @@ -661,14 +785,15 @@ equipment_modules = { soft_attack = 10 hard_attack = 6 ap_attack = 25 - build_cost_ic = 3 - maximum_speed = -0.15 + build_cost_ic = 1.5 + maximum_speed = -0.1 reliability = -0.1 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 4 + convert_cost_ic = 1.5 } } @@ -678,17 +803,18 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret parent = tank_small_cannon add_stats = { - soft_attack = 12 + soft_attack = 15 hard_attack = 15 ap_attack = 50 - build_cost_ic = 4 - maximum_speed = -0.2 + build_cost_ic = 3 + maximum_speed = -0.1 reliability = -0.1 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 5 + convert_cost_ic = 3 } } @@ -700,15 +826,19 @@ equipment_modules = { add_stats = { soft_attack = 25 hard_attack = 5 - ap_attack = 12 - build_cost_ic = 5.5 + ap_attack = 10 + build_cost_ic = 4 maximum_speed = -0.2 reliability = -0.1 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 5 + convert_cost_ic = 4 + } + build_cost_resources = { + steel = 1 } } @@ -719,22 +849,24 @@ equipment_modules = { allow_equipment_type = anti_tank add_stats = { - soft_attack = 15 + soft_attack = 20 hard_attack = 15 ap_attack = 60 - build_cost_ic = 5 + build_cost_ic = 3 maximum_speed = -0.2 reliability = -0.15 breakthrough = 2 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 5 + convert_cost_ic = 3 } build_cost_resources = { tungsten = 1 + steel = 1 } } @@ -744,22 +876,25 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret allow_equipment_type = anti_tank parent = tank_medium_cannon + dismantle_cost_ic = 1 add_stats = { - soft_attack = 25 + soft_attack = 32 hard_attack = 20 ap_attack = 90 - build_cost_ic = 6 + build_cost_ic = 4 maximum_speed = -0.3 reliability = -0.15 breakthrough = 4 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 5 + convert_cost_ic = 4 } build_cost_resources = { - tungsten = 2 + tungsten = 1 + steel = 2 chromium = 1 } } @@ -771,20 +906,23 @@ equipment_modules = { allow_equipment_type = artillery add_stats = { - soft_attack = 25 + soft_attack = 35 hard_attack = 1 ap_attack = 20 - build_cost_ic = 6 + build_cost_ic = 4 maximum_speed = -0.3 reliability = -0.2 + breakthrough = -2 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 6 + convert_cost_ic = 4 } build_cost_resources = { - tungsten = 2 + tungsten = 1 + steel = 2 } } @@ -795,20 +933,23 @@ equipment_modules = { allow_equipment_type = artillery parent = tank_medium_howitzer add_stats = { - soft_attack = 35 + soft_attack = 45 hard_attack = 2 ap_attack = 30 - build_cost_ic = 7.5 + build_cost_ic = 5.5 maximum_speed = -0.4 reliability = -0.2 + breakthrough = -2 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 7.5 + convert_cost_ic = 5.5 } build_cost_resources = { - tungsten = 3 + tungsten = 1 + steel = 3 chromium = 1 } } @@ -818,20 +959,28 @@ equipment_modules = { category = tank_medium_main_armament sfx = sfx_ui_sd_module_turret allow_equipment_type = artillery + forbid_equipment_type_exact_match = armor add_stats = { soft_attack = 25 hard_attack = 1 ap_attack = 2 - build_cost_ic = 3 + build_cost_ic = 4 maximum_speed = -0.1 reliability = -0.1 + breakthrough = -4 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament convert_cost_ic = 4 } + + build_cost_resources = { + tungsten = 2 + steel = 1 + } } tank_rocket_launcher_2 = { @@ -840,18 +989,25 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret allow_equipment_type = artillery parent = tank_rocket_launcher + forbid_equipment_type_exact_match = armor add_stats = { - soft_attack = 30 + soft_attack = 35 hard_attack = 1 ap_attack = 2 - build_cost_ic = 4 + build_cost_ic = 5 maximum_speed = -0.2 reliability = -0.1 + breakthrough = -4 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 4.5 + convert_cost_ic = 5 + } + build_cost_resources = { + tungsten = 2 + steel = 1 } } @@ -863,19 +1019,21 @@ equipment_modules = { add_stats = { soft_attack = 10 - hard_attack = 20 - ap_attack = 85 - build_cost_ic = 4 + hard_attack = 26 + ap_attack = 68 + build_cost_ic = 3 maximum_speed = -0.1 reliability = -0.05 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_small_main_armament - convert_cost_ic = 4 + convert_cost_ic = 3 } build_cost_resources = { - tungsten = 1 + tungsten = 2 + steel = 2 } } @@ -886,21 +1044,23 @@ equipment_modules = { allow_equipment_type = anti_tank add_stats = { - soft_attack = 15 + soft_attack = 20 hard_attack = 35 ap_attack = 125 - build_cost_ic = 6 + build_cost_ic = 5 maximum_speed = -0.3 reliability = -0.175 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_medium_main_armament - convert_cost_ic = 7 + convert_cost_ic = 5 } build_cost_resources = { tungsten = 2 chromium = 1 + steel = 2 } } tank_high_velocity_cannon_3 = { @@ -910,21 +1070,23 @@ equipment_modules = { allow_equipment_type = anti_tank add_stats = { - soft_attack = 20 - hard_attack = 40 + soft_attack = 25 + hard_attack = 45 ap_attack = 200 - build_cost_ic = 8 + build_cost_ic = 7 maximum_speed = -0.4 reliability = -0.2 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_heavy_main_armament - convert_cost_ic = 9 + convert_cost_ic = 7 } build_cost_resources = { - tungsten = 3 + tungsten = 2 chromium = 1 + steel = 3 } } @@ -938,18 +1100,20 @@ equipment_modules = { soft_attack = 20 hard_attack = 20 ap_attack = 90 - build_cost_ic = 7 + build_cost_ic = 6 maximum_speed = -0.3 reliability = -0.25 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_heavy_main_armament - convert_cost_ic = 7.5 + convert_cost_ic = 6 } build_cost_resources = { - tungsten = 2 + tungsten = 1 chromium = 1 + steel = 2 } } @@ -963,18 +1127,20 @@ equipment_modules = { soft_attack = 25 hard_attack = 35 ap_attack = 125 - build_cost_ic = 8 + build_cost_ic = 7 maximum_speed = -0.4 reliability = -0.25 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_heavy_main_armament - convert_cost_ic = 9 + convert_cost_ic = 7 } build_cost_resources = { - tungsten = 3 + tungsten = 2 chromium = 1 + steel = 2 } } @@ -988,18 +1154,20 @@ equipment_modules = { soft_attack = 30 hard_attack = 40 ap_attack = 170 - build_cost_ic = 11 + build_cost_ic = 8 maximum_speed = -0.5 reliability = -0.3 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_heavy_main_armament - convert_cost_ic = 11 + convert_cost_ic = 8 } build_cost_resources = { - tungsten = 4 + tungsten = 3 chromium = 1 + steel = 3 } } @@ -1010,22 +1178,25 @@ equipment_modules = { allow_equipment_type = artillery add_stats = { - soft_attack = 50 + soft_attack = 55 hard_attack = 2 ap_attack = 60 - build_cost_ic = 8 + build_cost_ic = 7 maximum_speed = -0.5 reliability = -0.3 + breakthrough = -4 } + dismantle_cost_ic = 1 xp_cost = 1 can_convert_from = { module_category = tank_heavy_main_armament - convert_cost_ic = 8 + convert_cost_ic = 7 } build_cost_resources = { - tungsten = 3 - chromium = 2 + tungsten = 1 + chromium = 1 + steel = 3 } } @@ -1038,11 +1209,12 @@ equipment_modules = { add_stats = { soft_attack = 35 hard_attack = 45 - ap_attack = 275 + ap_attack = 225 build_cost_ic = 12.5 maximum_speed = -0.6 reliability = -0.35 } + dismantle_cost_ic = 1 xp_cost = 1 build_cost_resources = { tungsten = 5 @@ -1051,6 +1223,24 @@ equipment_modules = { } + NOR_rikstanken_turret = { + abbreviation = "mst" + category = tank_light_turret_type + sfx = sfx_ui_sd_module_turret + + add_stats = { + build_cost_ic = 0.1 + breakthrough = 1 + reliability = -0.25 + } + dismantle_cost_ic = 0.5 + xp_cost = 2 + multiply_stats = { + + } + + } + ###Special Modules @@ -1060,12 +1250,12 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - build_cost_ic = 1 + build_cost_ic = 0.5 } xp_cost = 1 multiply_stats = { - defense = 0.25 - breakthrough = 0.25 + defense = 0.20 + breakthrough = 0.15 } } @@ -1074,14 +1264,14 @@ equipment_modules = { category = tank_radio_module parent = tank_radio_1 sfx = sfx_ui_sd_module_turret - + add_stats = { - build_cost_ic = 2 + build_cost_ic = 1.5 } - + xp_cost = 1 multiply_stats = { - defense = 0.45 - breakthrough = 0.45 + defense = 0.40 + breakthrough = 0.25 } } @@ -1092,12 +1282,12 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - build_cost_ic = 3 + build_cost_ic = 2.5 } xp_cost = 1 multiply_stats = { - defense = 0.65 - breakthrough = 0.65 + defense = 0.60 + breakthrough = 0.40 } } @@ -1107,10 +1297,12 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret allow_equipment_type = amphibious forbid_equipment_type_exact_match = armor - forbid_equipment_type = anti_air - forbid_equipment_type = artillery - forbid_equipment_type = anti_tank - forbid_equipment_type = flame + forbid_equipment_type = { + anti_air + artillery + anti_tank + flame + } add_stats = { build_cost_ic = 2 @@ -1128,11 +1320,8 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - build_cost_ic = 2.5 - reliability = -0.05 - soft_attack = 3 - hard_attack = 1 - breakthrough = 1 + build_cost_ic = 1.5 + soft_attack = 4 } xp_cost = 1 multiply_stats = { @@ -1147,14 +1336,12 @@ equipment_modules = { add_stats = { soft_attack = 5 hard_attack = 3 - build_cost_ic = 5.5 - maximum_speed = -0.25 + build_cost_ic = 3 reliability = -0.1 breakthrough = 2 } xp_cost = 1 multiply_stats = { - armor_value = -0.05 } } @@ -1165,9 +1352,10 @@ equipment_modules = { add_stats = { } - xp_cost = 1 + dismantle_cost_ic = 1 + xp_cost = 10 multiply_stats = { - armor_value = 0.2 + armor_value = 0.25 build_cost_ic = 0.1 } } @@ -1253,9 +1441,9 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - armor_value = 2 + armor_value = 3 breakthrough = 3 - build_cost_ic = 1.5 + build_cost_ic = 0.5 } xp_cost = 1 multiply_stats = { @@ -1269,7 +1457,7 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - entrenchment = 2 + entrenchment = 1 build_cost_ic = 1 } xp_cost = 1 @@ -1300,9 +1488,10 @@ equipment_modules = { add_stats = { reliability = 0.1 } - xp_cost = 10 + dismantle_cost_ic = 1 + xp_cost = 30 multiply_stats = { - + build_cost_ic = -0.05 } } @@ -1312,7 +1501,7 @@ equipment_modules = { sfx = sfx_ui_sd_module_turret add_stats = { - soft_attack = 2 + soft_attack = 1 defense = 2 build_cost_ic = 0.5 } @@ -1321,4 +1510,21 @@ equipment_modules = { } } + + expanded_fuel_tank = { + abbreviation = "fuel" + category = tank_special_module + sfx = sfx_ui_sd_module_turret + + add_stats = { + fuel_capacity = 100 + build_cost_ic = 1 + maximum_speed = -0.25 + } + xp_cost = 3 + multiply_stats = { + + } + } + } diff --git a/1632_RoF/common/units/equipment/motorized.txt b/1632_RoF/common/units/equipment/motorized.txt index be772350..af65dc10 100644 --- a/1632_RoF/common/units/equipment/motorized.txt +++ b/1632_RoF/common/units/equipment/motorized.txt @@ -16,9 +16,9 @@ equipments = { maximum_speed = 12 reliability = 0.8 - hardness = 0.2 + hardness = 0.1 - breakthrough = 10 + breakthrough = 5 #Space taken in convoy lend_lease_cost = 5 @@ -34,10 +34,21 @@ equipments = { supply_truck = yes } + motorized_equipment_0 = { # Introducing WW1 style trucks + year = 1631 + + archetype = motorized_equipment + priority = 30 + maximum_speed = 10 + reliability = 0.65 + breakthrough = 2 + } + motorized_equipment_1 = { year = 1631 archetype = motorized_equipment + parent = motorized_equipment_0 priority = 30 } diff --git a/1632_RoF/common/units/equipment/plane_airframes.txt b/1632_RoF/common/units/equipment/plane_airframes.txt new file mode 100644 index 00000000..c509e50b --- /dev/null +++ b/1632_RoF/common/units/equipment/plane_airframes.txt @@ -0,0 +1,3069 @@ +equipments = { + + small_plane_airframe = { + year = 1933 + + can_be_produced = { + if = { + limit = { + has_dlc = "Arms Against Tyranny" + } + NOT = { + has_idea = BUL_army_restrictions_aat + } + } + else = { + NOT = { + has_idea = BUL_army_restrictions + } + } + } + + is_archetype = yes + is_convertable = yes + picture = archetype_fighter_equipment + is_buildable = no + type = fighter + type_override = fixed_main_weapon_slot + allowed_types = { + fighter + interceptor + cas + naval_bomber + suicide + } + allow_mission_type = training + group_by = archetype + sprite = light_plane + air_map_icon_frame = 1 + interface_category = interface_category_air + substitute = cv_small_plane_airframe + + interface_overview_category_index = 1 + air_superiority = 1 + reliability = 0.8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + lend_lease_cost = 8 + manpower = 20 + fuel_consumption = 0.05 + build_cost_ic = 4 + resources = { + aluminium = 2 + rubber = 1 + } + + lend_lease_cost = 8 + + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + } + module_count_limit = { + module = guided_anti_ship_missile + count < 2 + } + + module_count_limit = { + module = fixed_explosive_charge + count < 2 + } + + module_count_limit = { + module = self_sealing_fuel_tanks_small + count < 2 + } + + module_count_limit = { + module = non_strategic_materials_small + count < 2 + } + + module_count_limit = { + module = drop_tanks + count < 2 + } + + module_count_limit = { + module = dive_brakes_small + count < 2 + } + + module_count_limit = { + module = small_bomb_bay + count < 3 + } + + module_count_limit = { + module = torpedo_mounting + count < 2 + } + + module_count_limit = { + module = tank_buster_1 + count < 3 + } + + module_count_limit = { + module = tank_buster_2 + count < 2 + } + + module_count_limit = { + module = floats + count < 2 + } + + module_count_limit = { + module = recon_camera + count < 2 + } + + module_count_limit = { + category = nav_bomber_weapon + count < 2 + } + + module_count_limit = { + category = plane_special_module_bomb_sights + count < 2 + } + + module_count_limit = { + category = plane_special_module_radio_navigation + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_ground_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_air_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_defense_turret + count < 2 + } + + default_modules = { + fixed_main_weapon_slot = empty + fixed_auxiliary_weapon_slot_1 = empty + engine_type_slot = engine_1_1x + special_type_slot_1 = empty + special_type_slot_2 = empty + } + } + + small_plane_airframe_0 = { #Inter-War + abbreviation = "afs0" + derived_variant_name = fighter_equipment_0 + year = 1933 + + archetype = small_plane_airframe + module_slots = inherit + priority = 5 + + air_range = 400 + maximum_speed = 400 + air_agility = 35 + air_defence = 7 + weight = 3 + naval_strike_attack = 1 + naval_strike_targetting = 1 + } + + small_plane_airframe_1 = { #Basic + abbreviation = "afs1" + derived_variant_name = fighter_equipment_1 + year = 1936 + + archetype = small_plane_airframe + parent = small_plane_airframe_0 + priority = 5 + + air_range = 550 + maximum_speed = 425 + air_agility = 40 + air_defence = 9 + weight = 4 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 5 + resources = { + aluminium = 3 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + } + } + small_plane_airframe_2 = { #Improved + abbreviation = "afs2" + derived_variant_name = fighter_equipment_2 + year = 1939 + + archetype = small_plane_airframe + parent = small_plane_airframe_1 + priority = 5 + + air_range = 650 + maximum_speed = 450 + air_agility = 45 + air_defence = 11 + weight = 5 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 6 + resources = { + aluminium = 3 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + plane_rocket_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + } + } + + small_plane_airframe_3 = { #Advanced + abbreviation = "afs3" + derived_variant_name = fighter_equipment_3 + year = 1942 + + archetype = small_plane_airframe + parent = small_plane_airframe_2 + priority = 5 + + air_range = 750 + maximum_speed = 475 + air_agility = 50 + air_defence = 12 + weight = 6 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 7 + resources = { + aluminium = 4 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + cas_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + plane_rocket_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + } + } + + small_plane_airframe_4 = { #modern + abbreviation = "afs4" + derived_variant_name = jet_fighter_equipment_1 # We should use "jet" for this or any of the ones below, but this is good enough for now. + year = 1945 + + archetype = small_plane_airframe + parent = small_plane_airframe_3 + priority = 5 + + air_range = 900 + maximum_speed = 500 + air_agility = 55 + air_defence = 18 + weight = 6 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 10 + resources = { + aluminium = 4 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + plane_rocket_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + } + } + + cv_small_plane_airframe = { + year = 1933 + + can_be_produced = { + if = { + limit = { + has_dlc = "Arms Against Tyranny" + } + NOT = { + has_idea = BUL_army_restrictions_aat + } + } + else = { + NOT = { + has_idea = BUL_army_restrictions + } + } + } + + is_archetype = yes + is_convertable = yes + carrier_capable = yes + default_carrier_composition_weight = 1 + picture = archetype_fighter_equipment + is_buildable = no + type = fighter + ai_type = cv_fighter + type_override = fixed_main_weapon_slot + allowed_types = { + fighter + interceptor + cas + naval_bomber + suicide + } + allow_mission_type = training + group_by = archetype + sprite = light_plane + air_map_icon_frame = 16 + interface_category = interface_category_air + + interface_overview_category_index = 1 + air_superiority = 1 + reliability = 0.8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + lend_lease_cost = 8 + manpower = 20 + fuel_consumption = 0.05 + build_cost_ic = 6 + resources = { + aluminium = 2 + rubber = 1 + } + + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + } + + module_count_limit = { + module = guided_anti_ship_missile + count < 2 + } + + module_count_limit = { + module = fixed_explosive_charge + count < 2 + } + + module_count_limit = { + module = self_sealing_fuel_tanks_small + count < 2 + } + + module_count_limit = { + module = non_strategic_materials_small + count < 2 + } + + module_count_limit = { + module = drop_tanks + count < 2 + } + + module_count_limit = { + module = dive_brakes_small + count < 2 + } + + module_count_limit = { + module = torpedo_mounting + count < 2 + } + + module_count_limit = { + module = tank_buster_1 + count < 3 + } + + module_count_limit = { + module = tank_buster_2 + count < 2 + } + + module_count_limit = { + module = small_bomb_bay + count < 3 + } + + module_count_limit = { + module = floats #can't put floats on carrier planes, that would be silly + count < 1 + } + + module_count_limit = { + module = recon_camera + count < 2 + } + + module_count_limit = { + category = nav_bomber_weapon + count < 2 + } + + module_count_limit = { + category = plane_special_module_bomb_sights + count < 2 + } + + module_count_limit = { + category = plane_special_module_radio_navigation + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_ground_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_air_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_defense_turret + count < 2 + } + + default_modules = { + fixed_main_weapon_slot = empty + fixed_auxiliary_weapon_slot_1 = empty + engine_type_slot = engine_1_1x + special_type_slot_1 = empty + special_type_slot_2 = empty + } + } + + cv_small_plane_airframe_0 = { #Inter-War + abbreviation = "afc0" + derived_variant_name = cv_fighter_equipment_0 + year = 1933 + + archetype = cv_small_plane_airframe + module_slots = inherit + priority = 5 + + air_range = 400 + maximum_speed = 400 + air_agility = 30 + air_defence = 7 + weight = 4 + naval_strike_attack = 1 + naval_strike_targetting = 1 + + lend_lease_cost = 8 + } + + cv_small_plane_airframe_1 = { #Basic + abbreviation = "afc1" + derived_variant_name = cv_fighter_equipment_1 + year = 1936 + + archetype = cv_small_plane_airframe + parent = cv_small_plane_airframe_0 + priority = 5 + + air_range = 550 + maximum_speed = 425 + air_agility = 35 + air_defence = 9 + weight = 5 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 8.5 + resources = { + aluminium = 3 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + } + } + cv_small_plane_airframe_2 = { #Improved + abbreviation = "afc2" + derived_variant_name = cv_fighter_equipment_2 + year = 1939 + + archetype = cv_small_plane_airframe + parent = cv_small_plane_airframe_1 + priority = 5 + + air_range = 650 + maximum_speed = 450 + air_agility = 40 + air_defence = 11 + weight = 6 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 9.5 + resources = { + aluminium = 3 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + } + } + + cv_small_plane_airframe_3 = { #Advanced + abbreviation = "afc3" + derived_variant_name = cv_fighter_equipment_3 + year = 1942 + + archetype = cv_small_plane_airframe + parent = cv_small_plane_airframe_2 + priority = 5 + + air_range = 750 + maximum_speed = 475 + air_agility = 45 + air_defence = 12 + weight = 6 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 11 + resources = { + aluminium = 4 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + cas_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + } + } + + cv_small_plane_airframe_4 = { #modern + abbreviation = "afc4" + year = 1945 + + archetype = cv_small_plane_airframe + parent = cv_small_plane_airframe_3 + priority = 5 + + air_range = 900 + maximum_speed = 500 + air_agility = 50 + air_defence = 18 + weight = 6 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 14.5 + resources = { + aluminium = 4 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + fighter_weapon + cas_weapon + nav_bomber_weapon + kamikaze_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + kamikaze_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + plane_engine_type + twin_plane_engine_type + plane_jet_engine_type + twin_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_small + plane_special_module_defense_turret + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + } + } + } + } + + medium_plane_airframe = { + year = 1933 + + can_be_produced = { + if = { + limit = { + has_dlc = "Arms Against Tyranny" + } + NOT = { + has_idea = BUL_army_restrictions_aat + } + } + else = { + NOT = { + has_idea = BUL_army_restrictions + } + } + } + + is_archetype = yes + is_convertable = yes + picture = archetype_strat_bomber_equipment + is_buildable = no + type = tactical_bomber + type_override = fixed_main_weapon_slot + allowed_types = { + tactical_bomber + heavy_fighter + scout_plane + } + allow_mission_type = training + group_by = archetype + sprite = medium_plane + air_map_icon_frame = 6 + interface_category = interface_category_air + + interface_overview_category_index = 4 + air_superiority = 1 + reliability = 0.8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + lend_lease_cost = 10 + manpower = 40 + fuel_consumption = 0 + build_cost_ic = 6 + resources = { + aluminium = 2 + rubber = 1 + } + + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + tac_weapon + fighter_weapon + recon_camera + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + mine_warfare_offense + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + mine_warfare_offense + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + mine_warfare_offense + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + twin_plane_engine_type + medium_plane_engine_type + quad_large_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + mine_warfare_defense + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + mine_warfare_defense + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + } + } + + special_type_slot_3 = { + required = no + allowed_module_categories = { + mine_warfare_defense + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + mine_warfare_defense + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + } + } + } + + module_count_limit = { + module = fixed_explosive_charge + count < 2 + } + + module_count_limit = { + module = self_sealing_fuel_tanks_medium + count < 2 + } + + module_count_limit = { + module = non_strategic_materials_medium + count < 2 + } + + module_count_limit = { + module = flying_boat_medium + count < 2 + } + + module_count_limit = { + module = recon_camera + count < 2 + } + + module_count_limit = { + module = small_bomb_bay + count < 3 + } + + module_count_limit = { + module = torpedo_mounting + count < 3 + } + + module_count_limit = { + module = tank_buster_1 + count < 4 + } + + module_count_limit = { + module = tank_buster_2 + count < 2 + } + + module_count_limit = { + module = medium_bomb_bay + count < 3 + } + + module_count_limit = { + module = demining_coil + count < 2 + } + + module_count_limit = { + category = nav_bomber_weapon + count < 3 + } + + module_count_limit = { + category = plane_special_module_bomb_sights + count < 2 + } + + module_count_limit = { + category = plane_special_module_radio_navigation + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_ground_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_air_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_defense_turret + count < 3 + } + + default_modules = { + fixed_main_weapon_slot = empty + fixed_auxiliary_weapon_slot_1 = empty + engine_type_slot = engine_1_2x + special_type_slot_1 = empty + special_type_slot_2 = empty + } + } + + medium_plane_airframe_0 = { #Inter-War + abbreviation = "afm0" + derived_variant_name = tac_bomber_equipment_0 + year = 1933 + + archetype = medium_plane_airframe + module_slots = inherit + priority = 5 + + air_range = 750 + maximum_speed = 200 + air_agility = 25 + air_defence = 15 + weight = 8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + + lend_lease_cost = 10 + } + + medium_plane_airframe_1 = { #Basic + abbreviation = "afm1" + derived_variant_name = tac_bomber_equipment_1 + year = 1936 + + archetype = medium_plane_airframe + parent = medium_plane_airframe_0 + priority = 5 + + air_range = 900 + maximum_speed = 325 + air_agility = 30 + air_defence = 18 + weight = 8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 8 + resources = { + aluminium = 3 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + tac_weapon + fighter_weapon + recon_camera + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + twin_plane_engine_type + medium_plane_engine_type + quad_large_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_medium + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_medium + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_medium + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_medium + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + } + } + + medium_plane_airframe_2 = { #Improved + abbreviation = "afm2" + derived_variant_name = tac_bomber_equipment_2 + year = 1939 + + archetype = medium_plane_airframe + parent = medium_plane_airframe_1 + priority = 5 + + air_range = 1100 + maximum_speed = 375 + air_agility = 35 + air_defence = 20 + weight = 12 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 10 + resources = { + aluminium = 4 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + tac_weapon + fighter_weapon + recon_camera + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + tac_weapon + fighter_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + twin_plane_engine_type + medium_plane_engine_type + quad_large_plane_engine_type + twin_plane_jet_engine_type + medium_plane_jet_engine_type + quad_large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + } + } + + medium_plane_airframe_3 = { #Advanced + abbreviation = "afm3" + derived_variant_name = tac_bomber_equipment_3 + year = 1942 + + archetype = medium_plane_airframe + parent = medium_plane_airframe_2 + priority = 5 + + air_range = 1300 + maximum_speed = 425 + air_agility = 40 + air_defence = 24 + weight = 14 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 13 + resources = { + aluminium = 5 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + tac_weapon + fighter_weapon + recon_camera + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + tac_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + tac_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + tac_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + fixed_auxiliary_weapon_slot_4 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + tac_weapon + cas_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + twin_plane_engine_type + medium_plane_engine_type + quad_large_plane_engine_type + twin_plane_jet_engine_type + medium_plane_jet_engine_type + quad_large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_medium + mine_warfare_defense + } + } + } + } + + medium_plane_airframe_4 = { #Modern + abbreviation = "afm4" + derived_variant_name = jet_tac_bomber_equipment_1 + year = 1945 + + archetype = medium_plane_airframe + parent = medium_plane_airframe_3 + priority = 5 + + air_range = 1500 + maximum_speed = 500 + air_agility = 45 + air_defence = 24 + weight = 16 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 14 + resources = { + aluminium = 5 + rubber = 1 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + tac_weapon + fighter_weapon + recon_camera + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + tac_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + tac_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + tac_weapon + mine_warfare_offense + } + } + + fixed_auxiliary_weapon_slot_4 = { + required = no + allowed_module_categories = { + recon_camera + fighter_weapon + cas_weapon + nav_bomber_weapon + tac_weapon + mine_warfare_offense + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + twin_plane_engine_type + medium_plane_engine_type + quad_large_plane_engine_type + twin_plane_jet_engine_type + medium_plane_jet_engine_type + quad_large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_medium + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_medium + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_medium + mine_warfare_defense + } + } + } + } + + large_plane_airframe = { + year = 1933 + + can_be_produced = { + if = { + limit = { + has_dlc = "Arms Against Tyranny" + } + NOT = { + has_idea = BUL_army_restrictions_aat + } + } + else = { + NOT = { + has_idea = BUL_army_restrictions + } + } + } + + is_archetype = yes + is_convertable = yes + picture = archetype_strat_bomber_equipment + is_buildable = no + type = strategic_bomber + type_override = fixed_main_weapon_slot + allowed_types = { + strategic_bomber + maritime_patrol_plane + } + allow_mission_type = training + group_by = archetype + sprite = heavy_plane + air_map_icon_frame = 11 + interface_category = interface_category_air + + interface_overview_category_index = 5 + air_superiority = 0.01 + reliability = 0.8 + naval_strike_attack = 1 + naval_strike_targetting = 1 + lend_lease_cost = 10 + manpower = 80 + fuel_consumption = 0.16 + build_cost_ic = 16 + resources = { + aluminium = 3 + rubber = 2 + } + + lend_lease_cost = 12 + + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + quad_large_plane_engine_type + large_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_large + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_large + mine_warfare_defense + } + } + + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_large + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_large + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + plane_special_module_large + mine_warfare_defense + } + } + } + + module_count_limit = { + module = fixed_explosive_charge + count < 2 + } + + module_count_limit = { + module = self_sealing_fuel_tanks_large + count < 2 + } + + module_count_limit = { + module = non_strategic_materials_large + count < 2 + } + + module_count_limit = { + module = flying_boat_large + count < 2 + } + + module_count_limit = { + module = recon_camera + count < 2 + } + + module_count_limit = { + module = demining_coil + count < 2 + } + + module_count_limit = { + module = torpedo_mounting + count < 4 + } + + module_count_limit = { + module = tank_buster_1 + count < 5 + } + + module_count_limit = { + module = tank_buster_2 + count < 3 + } + + module_count_limit = { + category = nav_bomber_weapon + count < 4 + } + + module_count_limit = { + category = plane_special_module_bomb_sights + count < 2 + } + + module_count_limit = { + category = plane_special_module_radio_navigation + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_ground_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_air_air_radar + count < 2 + } + + module_count_limit = { + category = plane_special_module_defense_turret + count < 7 + } + + default_modules = { + fixed_main_weapon_slot = empty + fixed_auxiliary_weapon_slot_1 = empty + engine_type_slot = engine_1_4x + special_type_slot_1 = empty + special_type_slot_2 = empty + } + } + + large_plane_airframe_0 = { #Inter-War + abbreviation = "afl0" + year = 1933 + + archetype = large_plane_airframe + module_slots = inherit + priority = 5 + + air_range = 1000 + maximum_speed = 200 + air_agility = 20 + air_defence = 20 + weight = 16 + naval_strike_attack = 1 + naval_strike_targetting = 1 + } + + large_plane_airframe_1 = { #Basic + abbreviation = "afl1" + derived_variant_name = strat_bomber_equipment_1 + year = 1936 + + archetype = large_plane_airframe + parent = large_plane_airframe_0 + priority = 5 + + air_range = 1500 + maximum_speed = 225 + air_agility = 25 + air_defence = 25 + weight = 18 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 18 + resources = { + aluminium = 3 + rubber = 2 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + quad_large_plane_engine_type + large_plane_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + } + } + + large_plane_airframe_2 = { #Improved + abbreviation = "afl2" + derived_variant_name = strat_bomber_equipment_2 + year = 1939 + + archetype = large_plane_airframe + parent = large_plane_airframe_1 + priority = 5 + + air_range = 2000 + maximum_speed = 300 + air_agility = 30 + air_defence = 35 + weight = 20 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 20 + resources = { + aluminium = 4 + rubber = 2 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + recon_camera + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + recon_camera + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + recon_camera + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_4 = { + required = no + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + recon_camera + mine_warfare_offense + + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + quad_large_plane_engine_type + large_plane_engine_type + quad_large_plane_jet_engine_type + large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_6 = { + required = no + allowed_module_categories = { + plane_special_module_large + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + } + } + + large_plane_airframe_3 = { #Advanced + abbreviation = "afl3" + derived_variant_name = strat_bomber_equipment_3 + year = 1942 + + archetype = large_plane_airframe + parent = large_plane_airframe_2 + priority = 5 + + air_range = 3000 + maximum_speed = 350 + air_agility = 35 + air_defence = 50 + weight = 22 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 22 + resources = { + aluminium = 5 + rubber = 2 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_4 = { + required = no + allowed_module_categories = { + recon_camera + strat_weapon + nav_bomber_weapon + mine_warfare_offense + + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + quad_large_plane_engine_type + large_plane_engine_type + quad_large_plane_jet_engine_type + large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_6 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + } + } + + large_plane_airframe_4 = { #Modern + abbreviation = "afl4" + derived_variant_name = jet_strat_bomber_equipment_1 + year = 1945 + + archetype = large_plane_airframe + parent = large_plane_airframe_3 + priority = 5 + + air_range = 3600 + maximum_speed = 400 + air_agility = 40 + air_defence = 54 + weight = 24 + naval_strike_attack = 1 + naval_strike_targetting = 1 + build_cost_ic = 23 + resources = { + aluminium = 6 + rubber = 2 + } + module_slots = { + fixed_main_weapon_slot = { + required = yes + allowed_module_categories = { + strat_weapon + nav_bomber_weapon + } + } + + fixed_auxiliary_weapon_slot_1 = { + required = no + allowed_module_categories = { + strat_weapon + recon_camera + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_2 = { + required = no + allowed_module_categories = { + strat_weapon + recon_camera + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_3 = { + required = no + allowed_module_categories = { + strat_weapon + recon_camera + nav_bomber_weapon + mine_warfare_offense + + } + } + fixed_auxiliary_weapon_slot_4 = { + required = no + allowed_module_categories = { + strat_weapon + recon_camera + nav_bomber_weapon + mine_warfare_offense + + } + } + + engine_type_slot = { + required = yes + allowed_module_categories = { + quad_large_plane_engine_type + large_plane_engine_type + quad_large_plane_jet_engine_type + large_plane_jet_engine_type + } + } + + special_type_slot_1 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_2 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + special_type_slot_3 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_4 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_5 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + + special_type_slot_6 = { + required = no + allowed_module_categories = { + plane_special_module_defense_turret + plane_special_module_defense_turret_x2 + plane_special_module_large + plane_special_module_bomb_sights + plane_special_module_radio_navigation + plane_special_module_air_ground_radar + plane_special_module_air_air_radar + mine_warfare_defense + } + } + } + } + +} diff --git a/1632_RoF/common/units/equipment/plane_filters.txt b/1632_RoF/common/units/equipment/plane_filters.txt new file mode 100644 index 00000000..8da43d99 --- /dev/null +++ b/1632_RoF/common/units/equipment/plane_filters.txt @@ -0,0 +1,19 @@ +search_filters = { + name = small_planes + values = {small_plane_airframe cv_small_plane_airframe small_plane_cas_airframe cv_small_plane_cas_airframe small_plane_naval_bomber_airframe cv_small_plane_naval_bomber_airframe small_plane_suicide_airframe cv_small_plane_suicide_airframe jet_fighter_equipment rocket_interceptor_equipment} +} + +search_filters = { + name = medium_planes + values = {medium_plane_airframe medium_plane_fighter_airframe medium_plane_scout_plane_airframe jet_tac_bomber_equipment} +} + +search_filters = { + name = large_planes + values = {large_plane_airframe large_plane_maritime_patrol_plane_airframe jet_strat_bomber_equipment} +} + +search_filters = { + name = transport_planes + values = {transport_plane_equipment} +} diff --git a/1632_RoF/common/units/equipment/railway_gun.txt b/1632_RoF/common/units/equipment/railway_gun.txt index e2d4e8a8..461f4691 100644 --- a/1632_RoF/common/units/equipment/railway_gun.txt +++ b/1632_RoF/common/units/equipment/railway_gun.txt @@ -20,6 +20,8 @@ equipments = { railway_gun_attack = 25 manpower = 1000 + + lend_lease_cost = 30 } railway_gun_equipment_1 = { diff --git a/1632_RoF/common/units/equipment/support.txt b/1632_RoF/common/units/equipment/support.txt index 28dc6ba8..51efd3dd 100644 --- a/1632_RoF/common/units/equipment/support.txt +++ b/1632_RoF/common/units/equipment/support.txt @@ -9,6 +9,7 @@ equipments = { type = { infantry motorized + support } group_by = archetype diff --git a/1632_RoF/common/units/equipment/tank_filters.txt b/1632_RoF/common/units/equipment/tank_filters.txt new file mode 100644 index 00000000..038ef798 --- /dev/null +++ b/1632_RoF/common/units/equipment/tank_filters.txt @@ -0,0 +1,24 @@ +search_filters = { + name = light_tanks + values = {light_tank_chassis light_tank_aa_chassis light_tank_artillery_chassis light_tank_destroyer_chassis light_tank_amphibious_chassis light_tank_flame_chassis} +} + +search_filters = { + name = medium_tanks + values = {medium_tank_chassis medium_tank_aa_chassis medium_tank_artillery_chassis medium_tank_destroyer_chassis medium_tank_amphibious_chassis medium_tank_flame_chassis} +} + +search_filters = { + name = heavy_tanks + values = {heavy_tank_chassis super_heavy_tank_chassis heavy_tank_aa_chassis heavy_tank_artillery_chassis heavy_tank_destroyer_chassis heavy_tank_amphibious_chassis heavy_tank_flame_chassis super_heavy_tank_aa_chassis super_heavy_tank_artillery_chassis super_heavy_tank_destroyer_chassis} +} + +search_filters = { + name = modern_tanks + values = {modern_tank_chassis modern_tank_aa_chassis modern_tank_artillery_chassis modern_tank_destroyer_chassis} +} + +search_filters = { + name = amphibious_tanks + values = {amphibious_tank_chassis} +} diff --git a/1632_RoF/common/units/equipment/trains.txt b/1632_RoF/common/units/equipment/trains.txt index c44a091d..25a62308 100644 --- a/1632_RoF/common/units/equipment/trains.txt +++ b/1632_RoF/common/units/equipment/trains.txt @@ -15,6 +15,8 @@ equipments = { armor_value = 0 # HP = BASE_TRAIN_HP + armor_value + lend_lease_cost = 20 + build_cost_ic = 70 resources = { steel = 1 diff --git a/1632_RoF/common/units/equipment/upgrades/land_upgrades.txt b/1632_RoF/common/units/equipment/upgrades/land_upgrades.txt index 4c4ea0f1..b5e74326 100644 --- a/1632_RoF/common/units/equipment/upgrades/land_upgrades.txt +++ b/1632_RoF/common/units/equipment/upgrades/land_upgrades.txt @@ -27,15 +27,16 @@ upgrades = { resource_cost_thresholds = { 10 = { #higher level engines do require more strategic resources - chromium = 1 + #chromium = 1 } } - maximum_speed = 0.1 - reliability = -0.02 + #maximum_speed = 0.1 + reliability = -0.015 add_stats = { fuel_consumption = 0.05 build_cost_ic = 0.1 + maximum_speed = 0.1 } } @@ -69,21 +70,22 @@ upgrades = { steel = 1 } 10 = { - steel = 2 - chromium = 1 + steel = 1 + #chromium = 1 } 15 = { - steel = 2 - chromium = 2 + steel = 1 + #chromium = 2 } } - maximum_speed = -0.05 - reliability = -0.02 - armor_value = 0.075 + reliability = -0.015 + #armor_value = 0.085 add_stats = { + maximum_speed = -0.1 breakthrough = 1.25 - build_cost_ic = 0.25 + build_cost_ic = 0.2 + armor_value = 2.5 } } @@ -97,6 +99,7 @@ upgrades = { ap_attack = 0.05 maximum_speed = -0.02 reliability = -0.05 + build_cost_ic = 0.05 } tank_armor_upgrade = { max_level = 5 @@ -105,11 +108,13 @@ upgrades = { armor_value = 0.05 maximum_speed = -0.02 reliability = -0.05 + build_cost_ic = 0.05 } tank_engine_upgrade = { max_level = 5 cost = land maximum_speed = 0.04 + build_cost_ic = 0.05 } ac_engine_upgrade = { max_level = 5 @@ -120,6 +125,7 @@ upgrades = { max_level = 5 cost = land reliability = 0.1 + build_cost_ic = 0.05 } mech_cost_upgrade = { max_level = 5 diff --git a/1632_RoF/common/units/equipment/upgrades/naval_upgrades.txt b/1632_RoF/common/units/equipment/upgrades/naval_upgrades.txt index f0510ea8..08004168 100644 --- a/1632_RoF/common/units/equipment/upgrades/naval_upgrades.txt +++ b/1632_RoF/common/units/equipment/upgrades/naval_upgrades.txt @@ -5,30 +5,33 @@ upgrades = { cost = naval # This determies how much XP it will cost, controlled by defines, there are 3 cost types: air, land and naval lg_attack = 0.04 lg_armor_piercing = 0.05 + hg_attack = 0.04 + hg_armor_piercing = 0.05 naval_speed = -0.01 reliability = -0.005 } ship_torpedo_upgrade = { max_level = 5 - cost = naval + cost = naval torpedo_attack = 0.075 naval_speed = -0.01 naval_range = -0.01 } ship_armor_upgrade = { max_level = 5 - cost = naval + cost = naval armor_value = 0.05 + naval_speed = -0.01 } ship_engine_upgrade = { max_level = 5 - cost = naval + cost = naval naval_speed = 0.03 naval_range = 0.05 reliability = -0.005 - } + } ship_sail_upgrade = { max_level = 5 cost = naval @@ -38,66 +41,68 @@ upgrades = { } destroyer_engine_upgrade = { max_level = 5 - cost = naval + cost = naval naval_speed = 0.03 naval_range = 0.05 - } + + } ship_reliability_upgrade = { max_level = 5 - cost = naval + cost = naval reliability = 0.015 naval_range = -0.04 - } + } torpedo_ship_reliability_upgrade = { max_level = 5 - cost = naval + cost = naval reliability = 0.015 naval_range = -0.04 } ship_anti_air_upgrade = { - max_level = 5 - cost = naval + max_level = 5 + cost = naval anti_air_attack = 0.05 naval_speed = -0.01 } ship_ASW_upgrade = { - max_level = 5 - cost = naval + max_level = 5 + cost = naval sub_detection = 0.04 sub_attack = 0.04 torpedo_attack = -0.01 } sub_torpedo_upgrade = { - max_level = 5 - cost = naval + max_level = 5 + cost = naval torpedo_attack = 0.04 naval_speed = -0.02 } sub_stealth_upgrade = { - max_level = 5 - cost = naval + max_level = 5 + cost = naval sub_visibility = -0.05 naval_speed = -0.02 } sub_engine_upgrade = { - max_level = 5 - cost = naval + max_level = 5 + cost = naval naval_speed = 0.05 naval_range = 0.05 reliability = -0.005 sub_visibility = 0.05 - } + } ship_deckspace_upgrade = { - max_level = 5 - cost = naval - carrier_size = 0.075 + max_level = 5 + cost = naval + carrier_size = 1 armor_value = -0.05 - } + } carrier_armor_upgrade = { max_level = 5 - cost = naval + cost = naval armor_value = 0.10 - carrier_size = -0.04 + max_strength = 0.01 + #carrier_size = -0.04 } } \ No newline at end of file diff --git a/1632_RoF/common/units/equipment/x_plane_airframes.txt b/1632_RoF/common/units/equipment/x_plane_airframes.txt new file mode 100644 index 00000000..50084166 --- /dev/null +++ b/1632_RoF/common/units/equipment/x_plane_airframes.txt @@ -0,0 +1,1713 @@ +# This file must be evaluated after the file(s) defining the archetypes being duplicated. +# The equipment attributes alias, type, variant_name, and derived_variant_name are not duplicated. + +duplicate_archetypes = { + + # small_plane + + small_plane_cas_airframe = { + archetype = small_plane_airframe + type = cas + picture = archetype_CAS_equipment + variant_name = { + small_plane_cas_airframe_1 = CAS_equipment_1 + small_plane_cas_airframe_2 = CAS_equipment_2 + small_plane_cas_airframe_3 = CAS_equipment_3 + } + air_map_icon_frame = 2 + interface_overview_category_index = 0 + substitute = cv_small_plane_cas_airframe + } + cv_small_plane_cas_airframe = { + archetype = cv_small_plane_airframe + type = cas + ai_type = cv_cas + picture = archetype_CAS_equipment + variant_name = { + cv_small_plane_cas_airframe_1 = cv_CAS_equipment_1 + cv_small_plane_cas_airframe_2 = cv_CAS_equipment_3 + cv_small_plane_cas_airframe_3 = cv_CAS_equipment_2 + } + air_map_icon_frame = 17 + interface_overview_category_index = 0 + } + + small_plane_naval_bomber_airframe = { + archetype = small_plane_airframe + type = naval_bomber + picture = archetype_heavy_fighter_equipment + variant_name = { + small_plane_naval_bomber_airframe_1 = nav_bomber_equipment_1 + small_plane_naval_bomber_airframe_2 = nav_bomber_equipment_2 + small_plane_naval_bomber_airframe_3 = nav_bomber_equipment_3 + } + air_map_icon_frame = 3 + interface_overview_category_index = 2 + substitute = cv_small_plane_naval_bomber_airframe + } + cv_small_plane_naval_bomber_airframe = { + archetype = cv_small_plane_airframe + type = naval_bomber + ai_type = cv_naval_bomber + picture = archetype_heavy_fighter_equipment + variant_name = { + cv_small_plane_naval_bomber_airframe_1 = cv_nav_bomber_equipment_1 + cv_small_plane_naval_bomber_airframe_2 = cv_nav_bomber_equipment_2 + cv_small_plane_naval_bomber_airframe_3 = cv_nav_bomber_equipment_3 + } + air_map_icon_frame = 18 + interface_overview_category_index = 2 + default_carrier_composition_weight = 1 + } + + small_plane_suicide_airframe = { + archetype = small_plane_airframe + type = suicide + picture = archetype_rocket_interceptor_equipment + variant_name = { + small_plane_suicide_airframe_3 = rocket_suicide_equipment_1 + } + air_map_icon_frame = 15 + interface_overview_category_index = -1 # Do not include these in the intel or airforce overview. + substitute = cv_small_plane_suicide_airframe + forbid_mission_type = training + } + cv_small_plane_suicide_airframe = { + archetype = cv_small_plane_airframe + type = suicide + ai_type = cv_suicide + picture = archetype_rocket_interceptor_equipment + air_map_icon_frame = 19 + interface_overview_category_index = -1 # Do not include these in the intel or airforce overview. + forbid_mission_type = training + } + + # medium_plane + + medium_plane_fighter_airframe = { + archetype = medium_plane_airframe + type = heavy_fighter + ai_type = heavy_fighter + for_each = { + air_superiority = { set = 1.25 } + } + sprite = light_plane + variant_name = { + medium_plane_fighter_airframe_1 = heavy_fighter_equipment_1 + medium_plane_fighter_airframe_2 = heavy_fighter_equipment_2 + medium_plane_fighter_airframe_3 = heavy_fighter_equipment_3 + } + air_map_icon_frame = 8 + interface_overview_category_index = 3 + } + + medium_plane_scout_plane_airframe = { + archetype = medium_plane_airframe + type = scout_plane + for_each = { + air_superiority = { set = 0 } + } + sprite = scout_plane + variant_name = { + medium_plane_scout_plane_airframe_1 = scout_plane_equipment_1 + medium_plane_scout_plane_airframe_2 = scout_plane_equipment_2 + } + air_map_icon_frame = 13 + interface_overview_category_index = 7 + forbid_mission_type = training + } + + # large_plane + + large_plane_maritime_patrol_plane_airframe = { + archetype = large_plane_airframe + type = maritime_patrol_plane + air_map_icon_frame = 14 + interface_overview_category_index = 8 + } + + # Non-BBA archetypes + + jet_fighter_equipment = { + only_duplicate_archetype = yes + module_slots = none # Prevent this archetype from being identified as using the plane designer + archetype = small_plane_airframe + type = fighter + sprite = jet_plane + air_map_icon_frame = 4 + } + + rocket_interceptor_equipment = { + only_duplicate_archetype = yes + module_slots = none + archetype = small_plane_airframe + type = interceptor + air_map_icon_frame = 5 + interface_overview_category_index = -1 # Do not include these in the intel or airforce overview. + } + + jet_tac_bomber_equipment = { + only_duplicate_archetype = yes + module_slots = none + archetype = medium_plane_airframe + type = tactical_bomber + air_map_icon_frame = 7 + } + + jet_strat_bomber_equipment = { + only_duplicate_archetype = yes + module_slots = none + archetype = large_plane_airframe + type = strategic_bomber + air_map_icon_frame = 10 + } +} + +equipments = { + fighter_equipment_0 = { + year = 1933 + + archetype = small_plane_airframe + priority = 5 + + allow_mission_type = { + air_superiority + interception + } + + air_range = 570 + maximum_speed = 330 + air_agility = 45 + air_attack = 9 + air_defence = 8 + + naval_strike_attack = 1 + naval_strike_targetting = 10 + + upgrades = { + plane_gun_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + air_superiority = 1 + reliability = 0.8 + + # Air vs Navy - low damage / high hit chance / easy to hurt + naval_strike_attack = 1 + naval_strike_targetting = 10 + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 2.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + #Space taken in convoy + lend_lease_cost = 8 + + build_cost_ic = 22 + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + manpower = 20 + fuel_consumption = 0.21 + + } + + # Basic Fighter + fighter_equipment_1 = { + year = 1936 + + archetype = small_plane_airframe + parent = fighter_equipment_0 + priority = 10 + + air_range = 700 + maximum_speed = 500 + air_agility = 50 + air_attack = 18 + air_defence = 10 + + build_cost_ic = 24 + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 2 + naval_strike_targetting = 10 + surface_detection = 13 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 3 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + lend_lease_cost = 8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Improved Fighter + fighter_equipment_2 = { + year = 1940 + + archetype = small_plane_airframe + parent = fighter_equipment_1 + priority = 10 + + air_range = 1000 + maximum_speed = 650 + air_agility = 65 + air_attack = 27 + air_defence = 12 + + build_cost_ic = 26 + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 4 + naval_strike_targetting = 10 + surface_detection = 16 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 4 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + lend_lease_cost = 8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Advanced Fighter + fighter_equipment_3 = { + year = 1944 + + archetype = small_plane_airframe + parent = fighter_equipment_2 + priority = 10 + + air_range = 1200 + maximum_speed = 720 + air_agility = 80 + air_attack = 32 + air_defence = 14 + + build_cost_ic = 28 + resources = { + #oil = 2 + aluminium = 4 + rubber = 1 + } + + naval_strike_attack = 6 + naval_strike_targetting = 10 + surface_detection = 20 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + lend_lease_cost = 8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Basic Jet Fighter + jet_fighter_equipment_1 = { + year = 1945 + + archetype = jet_fighter_equipment + priority = 20 + + allow_mission_type = { + air_superiority + interception + } + + air_range = 1200 + maximum_speed = 950 + air_agility = 72 + air_attack = 36 + air_defence = 15 + + upgrades = { + plane_gun_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - low damage / high hit chance / easy to hurt + naval_strike_attack = 5 + naval_strike_targetting = 10 + surface_detection = 12 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 3 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 30 + resources = { + aluminium = 2 + tungsten = 3 + rubber = 1 + } + + manpower = 40 + fuel_consumption = 0.42 + air_superiority = 1 + reliability = 0.8 + } + + # Improved Jet Fighter + jet_fighter_equipment_2 = { + year = 1950 + + archetype = jet_fighter_equipment + parent = jet_fighter_equipment_1 + priority = 20 + + air_range = 2200 + maximum_speed = 1100 + air_agility = 72 + air_attack = 40 + air_defence = 18 + + naval_strike_attack = 5 + surface_detection = 15 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 4 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 32 + resources = { + aluminium = 3 + tungsten = 3 + rubber = 1 + } + manpower = 40 + fuel_consumption = 0.42 + air_superiority = 1 + reliability = 0.8 + } + + ## # # ### ### ## # # ### ### ### + # # # # # # # # # # # # # + # # # ## # # ## #### # ## ### + # # # # # # # # # # # # # # + ## # # ### ## # # # ### # # + + # Early Carrier Fighter + cv_fighter_equipment_0 = { + year = 1933 + + archetype = cv_small_plane_airframe + carrier_capable = yes + priority = 30 + + allow_mission_type = { + air_superiority + interception + naval_patrol + } + + air_range = 456 + maximum_speed = 297 #CV planes have less speed than their land based counterparts + air_agility = 45 + air_attack = 9 + air_defence = 8 + + build_cost_ic = 26.4 # cv_version costs 20% more of base archetype + + upgrades = { + cv_plane_gun_upgrade + cv_plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - low damage / high hit chance / easy to hurt + naval_strike_attack = 2 + naval_strike_targetting = 10 + surface_detection = 15 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 3.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + #Space taken in convoy + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + lend_lease_cost = 8 + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Basic Carrier Fighter + cv_fighter_equipment_1 = { + year = 1936 + + archetype = cv_small_plane_airframe + parent = cv_fighter_equipment_0 + carrier_capable = yes + priority = 30 + + air_range = 560 + maximum_speed = 450 + air_agility = 50 + air_attack = 18 + air_defence = 11 + + build_cost_ic = 28.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 3 + naval_strike_targetting = 10 + surface_detection = 18 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 4 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + lend_lease_cost = 8 + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Improved Carrier Fighter + cv_fighter_equipment_2 = { + year = 1940 + + archetype = cv_small_plane_airframe + parent = cv_fighter_equipment_1 + carrier_capable = yes + priority = 30 + + air_range = 800 + maximum_speed = 585 + air_agility = 65 + air_attack = 27 + air_defence = 13 + + build_cost_ic = 30.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + naval_strike_attack = 6 + naval_strike_targetting = 10 + surface_detection = 22 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 4.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + lend_lease_cost = 8 + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.21 + } + + # Advanced Carrier Fighter + cv_fighter_equipment_3 = { + year = 1944 + + archetype = cv_small_plane_airframe + parent = cv_fighter_equipment_2 + carrier_capable = yes + priority = 30 + + air_range = 960 + maximum_speed = 648 + air_agility = 80 + air_attack = 32 + air_defence = 15 + + build_cost_ic = 32.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 8 + naval_strike_targetting = 10 + surface_detection = 25 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + lend_lease_cost = 8 + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.21 + } + + ## ## ## + # # # # # + # #### # + # # # # # + ## # # ## + + # Basic CAS + CAS_equipment_1 = { + year = 1936 + + archetype = small_plane_cas_airframe + priority = 40 + + allow_mission_type = { + cas + naval_bomber + port_strike + attack_logistics + } + + upgrades = { + plane_cas_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + air_range = 700 + maximum_speed = 390 + air_agility = 35 + air_attack = 6 + air_defence = 14 + air_ground_attack = 8 + naval_strike_attack = 3 + naval_strike_targetting = 10 + surface_detection = 5 + sub_detection = 5 + + build_cost_ic = 22 + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + } + + # Improved CAS + CAS_equipment_2 = { + year = 1940 + + archetype = small_plane_cas_airframe + parent = CAS_equipment_1 + priority = 40 + + air_range = 1000 + maximum_speed = 450 + air_agility = 39 + air_attack = 10 + air_defence = 16 + air_ground_attack = 13 + + build_cost_ic = 24 + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 5 + naval_strike_targetting = 10 + surface_detection = 23 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 5.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + } + + # Advanced CAS + CAS_equipment_3 = { + year = 1944 + + archetype = small_plane_cas_airframe + parent = CAS_equipment_2 + priority = 40 + + air_range = 1200 + maximum_speed = 550 + air_agility = 44 + air_attack = 14 + air_defence = 20 + air_ground_attack = 18 + + build_cost_ic = 26 + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 10 + naval_strike_targetting = 10 + surface_detection = 27 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 6.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + } + + ## # # ## ## ## + # # # # # # # # # + # # # # #### # + # # # # # # # # # + ## # ## # # ## + + # Basic Carrier CAS + cv_CAS_equipment_1 = { + year = 1936 + + archetype = cv_small_plane_cas_airframe + carrier_capable = yes + priority = 50 + + allow_mission_type = { + cas + naval_bomber + port_strike + attack_logistics + naval_patrol + } + + air_range = 400 + maximum_speed = 351 + air_agility = 35 + air_attack = 6 + air_defence = 14 + air_ground_attack = 8 + naval_strike_attack = 4 + naval_strike_targetting = 10 + + upgrades = { + plane_cas_upgrade + cv_plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + build_cost_ic = 26.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 7.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + } + + # Improved Carrier CAS + cv_CAS_equipment_2 = { + year = 1940 + + archetype = cv_small_plane_cas_airframe + parent = cv_CAS_equipment_1 + carrier_capable = yes + priority = 50 + + air_range = 640 + maximum_speed = 405 + air_agility = 39 + air_attack = 10 + air_defence = 16 + air_ground_attack = 13 + + build_cost_ic = 28.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 7 + naval_strike_targetting = 10 + surface_detection = 20 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + } + + # Advanced Carrier CAS + cv_CAS_equipment_3 = { + year = 1944 + + archetype = cv_small_plane_cas_airframe + parent = cv_CAS_equipment_2 + carrier_capable = yes + priority = 50 + + air_range = 800 + maximum_speed = 495 + air_agility = 44 + air_attack = 14 + air_defence = 20 + air_ground_attack = 18 + + build_cost_ic = 30.4 # cv_version costs 20% more of base archetype + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + + naval_strike_attack = 13 + naval_strike_targetting = 10 + surface_detection = 30 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 15 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.26 + } + + # # ## # # ## # ### ## # # ### ### ### + ## # # # # # # # # # # # # ## ## # # # # # + # ## #### # # #### # ### # # # # # ### ## ### + # # # # # # # # # # # # # # # # # # # # + # # # # # # # ### ### ## # # ### ### # # + + # Basic nav_bomber + nav_bomber_equipment_1 = { + year = 1936 + + archetype = small_plane_naval_bomber_airframe + priority = 60 + + allow_mission_type = { + naval_bomber + port_strike + naval_mines_planting + naval_mines_sweeping + naval_patrol + } + + air_range = 850 + maximum_speed = 230 + air_agility = 30 + air_attack = 6 + air_defence = 12 + upgrades = { + plane_naval_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - high damage / medium hit chance / easy to hurt + naval_strike_attack = 15 + naval_strike_targetting = 7.5 + surface_detection = 15 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 26 + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + # Improved nav_bomber + nav_bomber_equipment_2 = { + year = 1940 + + archetype = small_plane_naval_bomber_airframe + parent = nav_bomber_equipment_1 + priority = 60 + + air_range = 930 + maximum_speed = 300 + air_agility = 35 + air_attack = 10 + air_defence = 14 + naval_strike_attack = 20 + naval_strike_targetting = 10 + surface_detection = 25 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 15 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 28 + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + # Advanced nav_bomber + nav_bomber_equipment_3 = { + year = 1944 + + archetype = small_plane_naval_bomber_airframe + parent = nav_bomber_equipment_2 + priority = 60 + + air_range = 1100 + maximum_speed = 400 + air_agility = 40 + air_attack = 14 + air_defence = 16 + naval_strike_attack = 25 + naval_strike_targetting = 12.5 + surface_detection = 35 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 18 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 30 + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + ## # # # # ## # # ## # ### ## # # ### ### ### + # # # # ## # # # # # # # # # # # # ## ## # # # # # + # # # # ## #### # # #### # ### # # # # # ### ## ### + # # # # # # # # # # # # # # # # # # # # # # # # + ## # # # # # # # # ### ### ## # # ### ### # # + + # Basic Carrier nav_bomber + cv_nav_bomber_equipment_1 = { + year = 1936 + + archetype = cv_small_plane_naval_bomber_airframe + carrier_capable = yes + priority = 70 + + allow_mission_type = { + naval_bomber + port_strike + naval_mines_planting + naval_mines_sweeping + naval_patrol + } + + air_range = 680 + maximum_speed = 207 + air_agility = 30 + air_attack = 6 + air_defence = 13 + + build_cost_ic = 31.2 # cv_version costs 20% more of base archetype + + upgrades = { + cv_plane_naval_upgrade + cv_plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - high damage / medium hit chance / easy to hurt + naval_strike_attack = 15 + naval_strike_targetting = 7.5 + surface_detection = 20 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + # Improved Carrier nav_bomber + cv_nav_bomber_equipment_2 = { + year = 1940 + + archetype = cv_small_plane_naval_bomber_airframe + parent = cv_nav_bomber_equipment_1 + carrier_capable = yes + priority = 70 + + air_range = 744 + maximum_speed = 270 + air_agility = 35 + air_attack = 10 + air_defence = 15 + naval_strike_attack = 20 + naval_strike_targetting = 10 + surface_detection = 25 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 15 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + build_cost_ic = 33.2 # cv_version costs 20% more of base archetype + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + # Advanced Carrier nav_bomber + cv_nav_bomber_equipment_3 = { + year = 1944 + + archetype = cv_small_plane_naval_bomber_airframe + parent = cv_nav_bomber_equipment_2 + carrier_capable = yes + priority = 70 + + air_range = 880 + maximum_speed = 360 + air_agility = 40 + air_attack = 14 + air_defence = 17 + naval_strike_attack = 25 + naval_strike_targetting = 12.5 + surface_detection = 35 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 18 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + build_cost_ic = 35.2 # cv_version costs 20% more of base archetype + resources = { + #oil = 2 + aluminium = 3 + rubber = 1 + } + air_superiority = 1 + reliability = 0.8 + manpower = 20 + fuel_consumption = 0.28 + } + + ### ## ## # # ### ### ### # # ### ### ### ## ### ### ### ## ### ## + # # # # # # # # # # # ## # # # # # # # # # # # # # # # # + ### # # # ## ## # # # ## # ## ### # ## ### # # # ### # + # # # # # # # # # # # # # # # # # # # # # # # # # # # + # # ## ## # # ### # ### # # # ### # # ## ### # # ## # # ## + + # Basic Rocket Interceptor + rocket_interceptor_equipment_1 = { + year = 1944 + + archetype = rocket_interceptor_equipment + priority = 80 + + allow_mission_type = { + interception + } + forbid_mission_type = training + + air_range = 150 + maximum_speed = 950 + air_agility = 30 + air_attack = 47 + air_defence = 5 + reliability = 0.3 + upgrades = { + plane_gun_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + build_cost_ic = 16 + resources = { + aluminium = 3 + tungsten = 2 + rubber = 1 + } + fuel_consumption = 0 + air_superiority = 1 + manpower = 5 + naval_strike_attack = 5 + naval_strike_targetting = 10 + } + + # Improved Rocket Interceptor + rocket_interceptor_equipment_2 = { + year = 1945 + + archetype = rocket_interceptor_equipment + parent = rocket_interceptor_equipment_1 + priority = 80 + + air_range = 300 + maximum_speed = 1100 + air_agility = 36 + air_attack = 56 + air_defence = 7 + reliability = 0.5 + build_cost_ic = 18 + resources = { + aluminium = 3 + tungsten = 3 + rubber = 1 + } + fuel_consumption = 0 + air_superiority = 1 + manpower = 5 + naval_strike_attack = 5 + naval_strike_targetting = 10 + } + + # Advanced Rocket Interceptor + rocket_interceptor_equipment_3 = { + year = 1946 + + archetype = rocket_interceptor_equipment + parent = rocket_interceptor_equipment_2 + priority = 80 + + air_range = 500 + maximum_speed = 1150 + air_agility = 60 + air_attack = 60 + air_defence = 10 + reliability = 0.8 + build_cost_ic = 20 + resources = { + aluminium = 3 + tungsten = 3 + rubber = 1 + } + fuel_consumption = 0 + air_superiority = 1 + manpower = 5 + naval_strike_attack = 5 + naval_strike_targetting = 10 + } + + ## # # ### ## ### ### ### ## ### ## ### ### + # # # # # # # # # # # # # # # # # # + # # # # # # # # ## # ### #### ## # + # # # # # # # # # # # # # # # # # # + ## ## ### ## ### ### ### ## # # # # # # + + # Rocket interceptor suicide craft! + rocket_suicide_equipment_1 = { + year = 1944 + + archetype = small_plane_suicide_airframe + priority = 90 + + allow_mission_type = { + naval_kamikaze # Mission is always available--doesn't depend on can_use_kamikaze_pilots being true. + } + forbid_mission_type = training + + air_range = 1000 + maximum_speed = 1150 + air_agility = 50 + air_attack = 0 + air_defence = 12 + reliability = 0.8 + + naval_strike_attack = 20 + naval_strike_targetting = 10 + upgrades = { + } + + build_cost_ic = 14 + manpower = 15 + resources = { + aluminium = 2 + tungsten = 2 + rubber = 1 + } + + air_superiority = 1 + } + + ### ## ## ### ## # # ### ### ### + # # # # # # # # # ## ## # # # # # + # #### # ### # # # # # ### ## ### + # # # # # # # # # # # # # # # # + # # # ## ### ## # # ### ### # # + + # Early Bomber + tac_bomber_equipment_0 = { + year = 1933 + + archetype = medium_plane_airframe + priority = 105 + + allow_mission_type = { + cas + strategic_bomber + naval_bomber + port_strike + attack_logistics + naval_mines_planting + naval_mines_sweeping + } + + upgrades = { + plane_tac_bomb_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + air_range = 1400 + maximum_speed = 250 + air_agility = 16 + air_attack = 5 + air_defence = 15 + air_bombing = 10 + air_ground_attack = 3 + surface_detection = 20 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 35 + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + # build_cost_ic = 18 + naval_strike_attack = 4 + naval_strike_targetting = 6 + + manpower = 40 + lend_lease_cost = 10 + air_superiority = 1 + reliability = 0.8 + fuel_consumption = 0.36 + } + + # Basic tac_bomber + tac_bomber_equipment_1 = { + year = 1936 + + archetype = medium_plane_airframe + parent = tac_bomber_equipment_0 + priority = 110 + + air_range = 2400 + maximum_speed = 430 + air_agility =20 + air_attack = 8 + air_defence = 18 + air_bombing = 12 + air_ground_attack = 6 + + build_cost_ic = 37 + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + naval_strike_attack = 8 + naval_strike_targetting = 6 + surface_detection = 30 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 7.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + manpower = 40 + lend_lease_cost = 10 + air_superiority = 1 + reliability = 0.8 + fuel_consumption = 0.36 + } + + # Improved tac_bomber + tac_bomber_equipment_2 = { + year = 1940 + + archetype = medium_plane_airframe + parent = tac_bomber_equipment_1 + priority = 110 + + air_range = 2500 + maximum_speed = 440 + air_agility =25 + air_attack = 13 + air_defence = 21 + air_bombing = 14 + air_ground_attack = 10 + + build_cost_ic = 39 + resources = { + #oil = 1 + aluminium = 4 + rubber = 1 + } + naval_strike_attack = 12 + naval_strike_targetting = 6 + surface_detection = 40 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + manpower = 40 + lend_lease_cost = 10 + air_superiority = 1 + reliability = 0.8 + fuel_consumption = 0.36 + } + + # Advanced tac_bomber + tac_bomber_equipment_3 = { + year = 1944 + + archetype = medium_plane_airframe + parent = tac_bomber_equipment_2 + priority = 110 + + air_range = 3000 + maximum_speed = 480 + air_agility = 30 + air_attack = 20 + air_defence = 24 + air_bombing = 16 + air_ground_attack = 15 + + build_cost_ic = 41 + resources = { + #oil = 1 + aluminium = 5 + rubber = 1 + } + naval_strike_attack = 15 + naval_strike_targetting = 6 + surface_detection = 50 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 12.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + manpower = 40 + lend_lease_cost = 10 + air_superiority = 1 + reliability = 0.8 + fuel_consumption = 0.36 + } + + # Basic Jet tac_bomber + jet_tac_bomber_equipment_1 = { + year = 1945 + + archetype = jet_tac_bomber_equipment + priority = 120 + + allow_mission_type = { + cas + strategic_bomber + naval_bomber + port_strike + attack_logistics + naval_mines_planting + naval_mines_sweeping + } + + air_range = 1800 + maximum_speed = 1000 + air_agility = 57 + air_attack = 18 + air_defence = 24 + air_bombing = 16 + air_ground_attack = 15 + + upgrades = { + plane_tac_bomb_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - high damage / low hit chance / hard to hurt + naval_strike_attack = 15 + naval_strike_targetting = 6 + surface_detection = 25 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 7.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 45 + resources = { + aluminium = 2 + tungsten = 3 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 80 + fuel_consumption = 0.72 + } + + # Improved Jet tac_bomber + jet_tac_bomber_equipment_2 = { + year = 1950 + + archetype = jet_tac_bomber_equipment + parent = jet_tac_bomber_equipment_1 + priority = 120 + + air_range = 5000 + maximum_speed = 1000 + air_agility = 57 + air_attack = 22 + air_defence = 28 + air_bombing = 20 + air_ground_attack = 20 + naval_strike_attack = 15 + naval_strike_targetting = 6 + surface_detection = 30 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 48 + resources = { + aluminium = 3 + tungsten = 3 + rubber = 1 + } + + air_superiority = 1 + reliability = 0.8 + manpower = 80 + fuel_consumption = 0.72 + } + + # # ### ## # # # # ### ### ## # # ### ### ### + # # # # # # # # # # # # # # # # # # + #### ## #### # # # ## # # ## #### # ## ### + # # # # # # # # # # # # # # # # # # + # # ### # # # # # ### ## # # # ### # # + + heavy_fighter_equipment_1 = { + year = 1936 + + archetype = medium_plane_fighter_airframe + priority = 100 + + allow_mission_type = { + air_superiority + interception + } + + air_range = 1300 + maximum_speed = 500 + air_agility = 25 + air_attack = 36 + air_defence = 13 + + # build_cost_ic = 16 + naval_strike_attack = 3 + naval_strike_targetting = 6 + surface_detection = 5 + sub_detection = 5 + upgrades = { + plane_gun_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + build_cost_ic = 28 + resources = { + #oil = 1 + aluminium = 2 + rubber = 1 + } + + air_superiority = 1.25 + reliability = 0.8 + manpower = 40 + fuel_consumption = 0.26 + } + + heavy_fighter_equipment_2 = { + year = 1940 + + archetype = medium_plane_fighter_airframe + parent = heavy_fighter_equipment_1 + priority = 100 + + air_range = 1700 + maximum_speed = 550 + air_agility = 30 + air_attack = 46 + air_defence = 15 + + build_cost_ic = 30 + resources = { + #oil = 1 + aluminium = 3 + rubber = 1 + } + naval_strike_attack = 6 + naval_strike_targetting = 10 + surface_detection = 18 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 3.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1.25 + reliability = 0.8 + manpower = 40 + fuel_consumption = 0.26 + } + + heavy_fighter_equipment_3 = { + year = 1944 + + archetype = medium_plane_fighter_airframe + parent = heavy_fighter_equipment_2 + priority = 100 + + air_range = 2000 + maximum_speed = 600 + air_agility = 33 + air_attack = 54 + air_defence = 18 + + build_cost_ic = 32 + resources = { + #oil = 1 + aluminium = 4 + rubber = 1 + } + naval_strike_attack = 9 + naval_strike_targetting = 10 + surface_detection = 21 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 4 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 1.25 + reliability = 0.8 + manpower = 40 + fuel_consumption = 0.26 + } + + ## ## ## # # ### ### # ## # # ### + # # # # # # # # # # # # # ## # # + # # # # # # # ### # #### # ## ## + # # # # # # # # # # # # # # # + ## ## ## ## # # ### # # # # ### + + scout_plane_equipment_1 = { + year = 1936 + + archetype = medium_plane_scout_plane_airframe + priority = 100 + + allow_mission_type = { + recon + naval_patrol + } + forbid_mission_type = training + + air_range = 1300 + maximum_speed = 500 + air_agility = 25 + air_attack = 0 + air_defence = 13 + + build_cost_ic = 20 + naval_strike_attack = 0 + naval_strike_targetting = 0 + surface_detection = 40 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 10 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + resources = { + aluminium = 2 + rubber = 1 + } + air_superiority = 0 + reliability = 0.8 + manpower = 40 + fuel_consumption = 0.26 + } + + scout_plane_equipment_2 = { + year = 1940 + + archetype = medium_plane_scout_plane_airframe + parent = scout_plane_equipment_1 + priority = 100 + + air_range = 1700 + maximum_speed = 550 + air_agility = 30 + air_attack = 0 + air_defence = 15 + + build_cost_ic = 20 + resources = { + aluminium = 3 + rubber = 1 + } + naval_strike_attack = 0 + naval_strike_targetting = 0 + surface_detection = 60 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 15 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 0 + reliability = 0.8 + manpower = 40 + fuel_consumption = 0.26 + } + + ## ### ### ## ### ### ## # # ### ### ### + # # # # # # # # # # # ## ## # # # # # + # # ### #### # ### # # # # # ### ## ### + # # # # # # # # # # # # # # # # # # + ## # # # # # # ### ## # # ### ### # # + + # Basic strat_bomber + strat_bomber_equipment_1 = { + year = 1936 + + archetype = large_plane_airframe + priority = 140 + + allow_mission_type = { + strategic_bomber + naval_mines_planting + } + + air_range = 2500 + maximum_speed = 400 + air_agility = 5 + air_attack = 50 + air_defence = 25 + air_bombing = 30 + + # build_cost_ic = 36 + upgrades = { + plane_bomb_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + # Air vs Navy - high damage / low hit chance / hard to hurt + naval_strike_attack = 1.5 + naval_strike_targetting = 0.6 + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 2.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 60 + resources = { + aluminium = 3 + rubber = 2 + } + + air_superiority = 0.01 + reliability = 0.8 + manpower = 80 + fuel_consumption = 0.8 + } + + # Improved strat_bomber + strat_bomber_equipment_2 = { + year = 1940 + + archetype = large_plane_airframe + parent = strat_bomber_equipment_1 + priority = 140 + + air_range = 3500 + maximum_speed = 450 + air_agility = 7 + air_attack = 100 + air_defence = 35 + air_bombing = 45 + + build_cost_ic = 62 + resources = { + #oil = 1 + aluminium = 4 + rubber = 2 + } + naval_strike_attack = 1.5 + naval_strike_targetting = 0.6 + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 2.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 0.01 + reliability = 0.8 + manpower = 80 + fuel_consumption = 0.8 + } + + # Advanced strat_bomber + strat_bomber_equipment_3 = { + year = 1944 + + archetype = large_plane_airframe + parent = strat_bomber_equipment_2 + priority = 140 + + air_range = 5000 + maximum_speed = 500 + air_agility = 10 + air_attack = 150 + air_defence = 50 + air_bombing = 60 + + build_cost_ic = 64 + resources = { + #oil = 1 + aluminium = 5 + rubber = 2 + } + naval_strike_attack = 1.5 + naval_strike_targetting = 0.6 + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 2.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + air_superiority = 0.01 + reliability = 0.8 + manpower = 80 + fuel_consumption = 0.8 + } + + # Basic Jet strat_bomber + jet_strat_bomber_equipment_1 = { + year = 1950 + + archetype = jet_strat_bomber_equipment + priority = 150 + + allow_mission_type = { + strategic_bomber + naval_mines_planting + } + + air_range = 7000 + maximum_speed = 920 + air_agility = 14 + air_attack = 100 + air_defence = 54 + air_bombing = 64 + + upgrades = { + plane_bomb_upgrade + plane_range_upgrade + plane_engine_upgrade + plane_reliability_upgrade + } + + air_superiority = 0.01 + reliability = 0.8 + + # Air vs Navy - high damage / low hit chance / hard to hurt + naval_strike_attack = 1.5 + naval_strike_targetting = 0.6 + surface_detection = 10 # For airwing of 100 planes (Destroyer I: 20 surface detection) + sub_detection = 2.5 # For airwing of 100 planes (Destroyer I: 5 sub detection ) + + build_cost_ic = 80 + resources = { + aluminium = 3 + tungsten = 3 + rubber = 1 + } + + manpower = 160 + fuel_consumption = 1.6 + } +} diff --git a/1632_RoF/common/units/equipment/x_tank_chassis.txt b/1632_RoF/common/units/equipment/x_tank_chassis.txt index ba5a1f45..9005284b 100644 --- a/1632_RoF/common/units/equipment/x_tank_chassis.txt +++ b/1632_RoF/common/units/equipment/x_tank_chassis.txt @@ -282,7 +282,7 @@ equipments = { #Misc Abilities maximum_speed = 12 - + reliability = 0.8 #Defensive Abilities defense = 5 breakthrough = 36 @@ -293,7 +293,7 @@ equipments = { hard_attack = 6 ap_attack = 30 air_attack = 0 - + fuel_consumption = 2.4 build_cost_ic = 9 resources = { #oil = 1 @@ -312,7 +312,7 @@ equipments = { #Misc Abilities maximum_speed = 14 - + reliability = 0.8 #Defensive Abilities defense = 6 breakthrough = 46 @@ -323,7 +323,7 @@ equipments = { hard_attack = 9 ap_attack = 50 air_attack = 0 - + fuel_consumption = 2.4 build_cost_ic = 10 resources = { #oil = 2 @@ -389,7 +389,7 @@ equipments = { #Misc Abilities maximum_speed = 12 - + reliability = 0.8 #Defensive Abilities defense = 5 breakthrough = 2.5 @@ -398,7 +398,7 @@ equipments = { #Offensive Abilities soft_attack = 42 hard_attack = 1 - + fuel_consumption = 1.2 build_cost_ic = 9 resources = { steel = 3 @@ -422,7 +422,7 @@ equipments = { #Misc Abilities maximum_speed = 14 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 3.5 @@ -431,7 +431,7 @@ equipments = { #Offensive Abilities soft_attack = 46 hard_attack = 1.5 - + fuel_consumption = 1.2 build_cost_ic = 10 resources = { steel = 4 @@ -496,7 +496,7 @@ equipments = { #Misc Abilities maximum_speed = 12 - + reliability = 0.8 #Defensive Abilities defense = 5 @@ -507,7 +507,7 @@ equipments = { soft_attack = 6 hard_attack = 16 ap_attack = 77 - + fuel_consumption = 1.2 build_cost_ic = 9 resources = { #oil = 1 @@ -531,7 +531,7 @@ equipments = { #Misc Abilities maximum_speed = 14 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 1.8 @@ -541,7 +541,7 @@ equipments = { soft_attack = 8 hard_attack = 24 ap_attack = 99 - + fuel_consumption = 1.2 build_cost_ic = 10 resources = { #oil = 2 @@ -605,7 +605,7 @@ equipments = { #Misc Abilities maximum_speed = 12 - + reliability = 0.8 #Defensive Abilities defense = 2.5 breakthrough = 2.5 @@ -616,7 +616,7 @@ equipments = { hard_attack = 1.5 ap_attack = 20 air_attack = 17 - + fuel_consumption = 0.6 build_cost_ic = 11 resources = { #oil = 1 @@ -626,7 +626,7 @@ equipments = { light_tank_aa_equipment_3 = { year = 1941 - + reliability = 0.8 archetype = light_tank_aa_chassis parent = light_tank_aa_equipment_2 # family = light_tank_equipment_3 @@ -650,7 +650,7 @@ equipments = { hard_attack = 4 ap_attack = 35 air_attack = 32 - + fuel_consumption = 0.6 build_cost_ic = 12 resources = { #oil = 2 @@ -712,7 +712,7 @@ equipments = { #Misc Abilities maximum_speed = 9 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 51 @@ -723,7 +723,7 @@ equipments = { hard_attack = 19 ap_attack = 81 air_attack = 0 - + fuel_consumption = 3.6 build_cost_ic = 13 resources = { #oil = 1 @@ -744,7 +744,7 @@ equipments = { #Misc Abilities maximum_speed = 10 - + reliability = 0.8 #Defensive Abilities defense = 9 breakthrough = 66 @@ -755,7 +755,7 @@ equipments = { hard_attack = 24 ap_attack = 91 air_attack = 0 - + fuel_consumption = 3.6 build_cost_ic = 14 resources = { #oil = 2 @@ -821,7 +821,7 @@ equipments = { #Misc Abilities maximum_speed = 9 - + reliability = 0.8 #Defensive Abilities defense = 6 breakthrough = 3 @@ -832,7 +832,7 @@ equipments = { hard_attack = 1.5 build_cost_ic = 13 - + fuel_consumption = 1.8 resources = { steel = 3 tungsten = 3 @@ -855,7 +855,7 @@ equipments = { #Misc Abilities maximum_speed = 10 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 4 @@ -866,7 +866,7 @@ equipments = { hard_attack = 2 build_cost_ic = 14 - + fuel_consumption = 1.8 resources = { steel = 4 tungsten = 3 @@ -932,7 +932,7 @@ equipments = { #Misc Abilities maximum_speed = 9 - + reliability = 0.8 #Defensive Abilities defense = 6 breakthrough = 1.5 @@ -944,7 +944,7 @@ equipments = { ap_attack = 110 build_cost_ic = 13 - + fuel_consumption = 1.8 resources = { #oil = 1 tungsten = 4 @@ -968,7 +968,7 @@ equipments = { #Misc Abilities maximum_speed = 10 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 1.8 @@ -980,7 +980,7 @@ equipments = { ap_attack = 120 build_cost_ic = 14 - + fuel_consumption = 1.8 resources = { #oil = 2 tungsten = 4 @@ -1045,7 +1045,7 @@ equipments = { #Misc Abilities maximum_speed = 9 - + reliability = 0.8 #Defensive Abilities defense = 3 breakthrough = 3 @@ -1058,7 +1058,7 @@ equipments = { air_attack = 32 build_cost_ic = 13 - + fuel_consumption = 0.9 resources = { #oil = 1 tungsten = 2 @@ -1081,7 +1081,7 @@ equipments = { #Misc Abilities maximum_speed = 10 - + reliability = 0.8 #Defensive Abilities defense = 3.5 breakthrough = 3.5 @@ -1094,7 +1094,7 @@ equipments = { air_attack = 43 build_cost_ic = 14 - + fuel_consumption = 0.9 resources = { #oil = 2 tungsten = 2 @@ -1159,7 +1159,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 8 breakthrough = 52 @@ -1169,7 +1169,7 @@ equipments = { soft_attack = 27 hard_attack = 30 ap_attack = 111 - + fuel_consumption = 4.4 build_cost_ic = 27 resources = { # oil = 1 @@ -1190,7 +1190,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 9 breakthrough = 67 @@ -1200,7 +1200,7 @@ equipments = { soft_attack = 35 hard_attack = 40 ap_attack = 131 - + fuel_consumption = 4.4 build_cost_ic = 30 resources = { #oil = 1 @@ -1265,7 +1265,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 6 breakthrough = 3 @@ -1274,7 +1274,7 @@ equipments = { #Offensive Abilities soft_attack = 74 hard_attack = 2 - + fuel_consumption = 2.2 build_cost_ic = 27 resources = { #oil = 1 @@ -1298,7 +1298,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 3.5 @@ -1307,7 +1307,7 @@ equipments = { #Offensive Abilities soft_attack = 80 hard_attack = 2.5 - + fuel_consumption = 2.2 build_cost_ic = 30 resources = { #oil = 1 @@ -1371,7 +1371,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 6 breakthrough = 1.5 @@ -1382,7 +1382,7 @@ equipments = { hard_attack = 42 ap_attack = 140 air_attack = 0 - + fuel_consumption = 2.2 build_cost_ic = 27 resources = { #oil = 1 @@ -1406,7 +1406,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 7 breakthrough = 1.8 @@ -1417,7 +1417,7 @@ equipments = { hard_attack = 60 ap_attack = 160 air_attack = 0 - + fuel_consumption = 2.2 build_cost_ic = 30 resources = { #oil = 2 @@ -1482,7 +1482,7 @@ equipments = { #Misc Abilities maximum_speed = 6 - + reliability = 0.8 #Defensive Abilities defense = 3 breakthrough = 3 @@ -1493,7 +1493,7 @@ equipments = { hard_attack = 4.5 ap_attack = 60 air_attack = 33 - + fuel_consumption = 1.1 build_cost_ic = 27 resources = { #oil = 1 @@ -1530,7 +1530,7 @@ equipments = { hard_attack = 6 ap_attack = 88 air_attack = 44 - + fuel_consumption = 1.1 build_cost_ic = 30 resources = { #oil = 1 @@ -1927,7 +1927,7 @@ equipments = { #Misc Abilities maximum_speed = 8 - + reliability = 0.8 #Defensive Abilities defense = 5 breakthrough = 36 @@ -1939,7 +1939,7 @@ equipments = { hard_attack = 14 ap_attack = 61 air_attack = 0 - + fuel_consumption = 4 build_cost_ic = 13 resources = { steel = 2 diff --git a/1632_RoF/common/units/field_hospital.txt b/1632_RoF/common/units/field_hospital.txt index 1abc1a44..0d64ce94 100644 --- a/1632_RoF/common/units/field_hospital.txt +++ b/1632_RoF/common/units/field_hospital.txt @@ -37,10 +37,15 @@ sub_units = { # Important Ability casualty_trickleback = 0.20 - experience_loss_factor = -0.10 + experience_loss_factor = -0.15 own_equipment_fuel_consumption_mult = 0.0 # no fuel use - + + battalion_mult = { + category = category_all_infantry + max_strength = 0.10 + } + essential = { support_equipment motorized_equipment diff --git a/1632_RoF/common/units/flame_tank.txt b/1632_RoF/common/units/flame_tank.txt index 2cec9054..fe8ab747 100644 --- a/1632_RoF/common/units/flame_tank.txt +++ b/1632_RoF/common/units/flame_tank.txt @@ -37,20 +37,25 @@ sub_units = { supply_consumption = 0.02 can_be_parachuted = yes - soft_attack = -0.5 - hard_attack = -0.5 - defense = -0.5 - breakthrough = -0.5 - + soft_attack = -0.75 + hard_attack = -0.75 + defense = -0.75 + breakthrough = -0.75 + + battalion_mult = { + category = category_all_infantry + breakthrough = 0.05 + } + # Support nerfs to combat abilities - armor_value = -0.5 + armor_value = -0.75 need = { light_tank_flame_chassis = 15 } forest = { - attack = 0.15 + attack = 0.05 } mountain = { attack = 0.05 @@ -59,16 +64,16 @@ sub_units = { attack = 0.05 } jungle = { - attack = 0.2 + attack = 0.1 } marsh = { attack = 0.05 } urban = { - attack = 0.2 + attack = 0.1 } fort = { - attack = 0.25 + attack = 0.1 movement = 0.1 } river = { @@ -106,7 +111,12 @@ sub_units = { } combat_width = 0 - + + battalion_mult = { + category = category_all_infantry + breakthrough = 0.05 + } + #Size Definitions max_strength = 2 max_organisation = 20 @@ -117,22 +127,22 @@ sub_units = { #Misc Abilities weight = 0.1 supply_consumption = 0.025 - can_be_parachuted = yes + can_be_parachuted = no - soft_attack = -0.6 - hard_attack = -0.6 - defense = -0.6 - breakthrough = -0.6 + soft_attack = -0.7 + hard_attack = -0.7 + defense = -0.7 + breakthrough = -0.7 # Support nerfs to combat abilities - armor_value = -0.5 + armor_value = -0.7 need = { medium_tank_flame_chassis = 15 } forest = { - attack = 0.15 + attack = 0.1 } mountain = { attack = 0.05 @@ -141,16 +151,16 @@ sub_units = { attack = 0.05 } jungle = { - attack = 0.2 + attack = 0.15 } marsh = { attack = 0.05 } urban = { - attack = 0.2 + attack = 0.15 } fort = { - attack = 0.25 + attack = 0.2 movement = 0.1 } river = { @@ -178,7 +188,12 @@ sub_units = { } group = support - + + battalion_mult = { + category = category_all_infantry + breakthrough = 0.05 + } + categories = { category_front_line category_support_battalions @@ -199,47 +214,44 @@ sub_units = { #Misc Abilities weight = 0.1 supply_consumption = 0.03 - can_be_parachuted = yes + can_be_parachuted = no - soft_attack = -0.8 - hard_attack = -0.8 - defense = -0.7 - breakthrough = -0.7 + soft_attack = -0.625 + hard_attack = -0.625 + defense = -0.625 + breakthrough = -0.625 # Support nerfs to combat abilities - armor_value = -0.5 + armor_value = -0.625 need = { heavy_tank_flame_chassis = 15 } forest = { - attack = 0.15 - } - mountain = { - attack = 0.05 + attack = 0.1 } hills = { attack = 0.05 } jungle = { - attack = 0.2 + attack = 0.1 } marsh = { attack = 0.05 } urban = { - attack = 0.2 + attack = 0.1 } fort = { - attack = 0.2 + attack = 0.25 movement = 0.1 } river = { - attack = 0.1 + attack = 0.05 } amphibious = { - attack = 0.1 + attack = 0.05 } same_support_type = flame diff --git a/1632_RoF/common/units/heavy_armor.txt b/1632_RoF/common/units/heavy_armor.txt index 755d30d6..8ced7184 100644 --- a/1632_RoF/common/units/heavy_armor.txt +++ b/1632_RoF/common/units/heavy_armor.txt @@ -70,6 +70,8 @@ sub_units = { supply_consumption = 0.32 + breakthrough = 0.15 + #Tanks are awesome # soft_attack = 0.5 diff --git a/1632_RoF/common/units/infantry.txt b/1632_RoF/common/units/infantry.txt index c86dae6b..46187710 100644 --- a/1632_RoF/common/units/infantry.txt +++ b/1632_RoF/common/units/infantry.txt @@ -27,6 +27,64 @@ sub_units = { category_all_infantry category_army category_special_forces + category_marines + } + + combat_width = 2 + + #Size Definitions + max_strength = 20 + max_organisation = 70 + default_morale = 0.4 + manpower = 600 + + #Misc Abilities + training_time = 120 + suppression = 1 + weight = 0.5 + supply_consumption = 0.05 + breakthrough = 0.3 + + need = { + firearm_equipment = 150 + } + + marsh = { + attack = 0.3 + } + river = { + attack = 0.3 + } + amphibious = { + attack = 0.5 + } + } + + marine_commando = { + abbreviation = "MRC" + sprite = infantry + map_icon_category = infantry + special_forces = yes + marines = yes + can_exfiltrate_from_coast = yes + + priority = 601 + ai_priority = 200 + active = no + + type = { + infantry + } + + group = infantry + + categories = { + category_front_line + category_light_infantry + category_all_infantry + category_army + category_special_forces + category_marines } combat_width = 2 @@ -82,6 +140,7 @@ sub_units = { category_all_infantry category_army category_special_forces + category_mountaineers } combat_width = 2 @@ -138,6 +197,7 @@ sub_units = { category_all_infantry category_army category_special_forces + category_paratroopers } combat_width = 2 @@ -200,4 +260,4 @@ sub_units = { firearm_equipment = 1 } } -} +} \ No newline at end of file diff --git a/1632_RoF/common/units/light_armor.txt b/1632_RoF/common/units/light_armor.txt index e15276d5..a14d16f0 100644 --- a/1632_RoF/common/units/light_armor.txt +++ b/1632_RoF/common/units/light_armor.txt @@ -38,6 +38,8 @@ sub_units = { #Tanks are awesome # soft_attack = 0.5 + breakthrough = 0.15 + suppression = 2.5 forest = { diff --git a/1632_RoF/common/units/medium_armor.txt b/1632_RoF/common/units/medium_armor.txt index ca1401cc..a0507e59 100644 --- a/1632_RoF/common/units/medium_armor.txt +++ b/1632_RoF/common/units/medium_armor.txt @@ -37,7 +37,9 @@ sub_units = { #Tanks are awesome # soft_attack = 0.5 - suppression = 2.5 + suppression = 2.5 + + breakthrough = 0.15 forest = { attack = -0.3 @@ -69,4 +71,6 @@ sub_units = { attack = -0.8 } } + + } diff --git a/1632_RoF/common/units/military_police.txt b/1632_RoF/common/units/military_police.txt index dcb82a0a..12afc840 100644 --- a/1632_RoF/common/units/military_police.txt +++ b/1632_RoF/common/units/military_police.txt @@ -19,7 +19,11 @@ sub_units = { category_support_battalions category_army } - + + battalion_mult = { + category = category_all_infantry + default_morale = 0.20 + } combat_width = 0 diff --git a/1632_RoF/common/units/modern_armor.txt b/1632_RoF/common/units/modern_armor.txt index 1ddf3169..436cedc9 100644 --- a/1632_RoF/common/units/modern_armor.txt +++ b/1632_RoF/common/units/modern_armor.txt @@ -37,6 +37,8 @@ sub_units = { supply_consumption = 0.25 + breakthrough = 0.15 + #Tanks are awesome # soft_attack = 0.5 diff --git a/1632_RoF/common/units/names_railway_guns/ITA_railway_gun_names.txt b/1632_RoF/common/units/names_railway_guns/ITA_railway_gun_names.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/1632_RoF/common/units/names_railway_guns/ITA_railway_gun_names.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/1632_RoF/common/units/recon.txt b/1632_RoF/common/units/recon.txt index 8e6cc770..dbf76b1f 100644 --- a/1632_RoF/common/units/recon.txt +++ b/1632_RoF/common/units/recon.txt @@ -54,7 +54,12 @@ sub_units = { firearm_equipment = 40 support_equipment = 10 } - + + battalion_mult = { + category = category_artillery + soft_attack = 0.10 + } + forest = { movement = 0.05 } @@ -80,6 +85,81 @@ sub_units = { movement = 0.1 } + same_support_type = recon # blocks adding other recon types to template + } + rangers_support = { #independent recon + abbreviation = "RAN" + sprite = infantry + map_icon_category = infantry + priority = 0 + ai_priority = 0 + active = no + + type = { + infantry + support + } + + group = support + + categories = { + category_front_line + category_support_battalions + category_army + category_recon + category_mountaineers + } + + + combat_width = 0 + + #Size Definitions + max_strength = 2 + max_organisation = 30 + default_morale = 0.3 + manpower = 500 + training_time = 120 + + #Misc Abilities + weight = 0.1 + supply_consumption = 0.06 + recon = 1 + can_be_parachuted = yes + + # Support nerfs to combat abilities + + maximum_speed = 0.6 # move at horsie speeds + + essential = { + firearm_equipment + support_equipment + } + + need = { + firearm_equipment = 40 + support_equipment = 15 + } + + forest = { + movement = 0.15 + attack = 0.05 + } + hills = { + movement = 0.15 + attack = 0.05 + } + mountain = { + movement = 0.10 + defence = 0.05 + } + jungle = { + movement = 0.10 + } + plains = { + movement = 0.1 + attack = 0.05 + } + same_support_type = recon # blocks adding other recon types to template } } diff --git a/1632_RoF/common/units/rof_air.txt b/1632_RoF/common/units/rof_air.txt index 5325738c..91532b4f 100644 --- a/1632_RoF/common/units/rof_air.txt +++ b/1632_RoF/common/units/rof_air.txt @@ -5,6 +5,7 @@ sub_units = { active = yes type = { fighter cas naval_bomber interceptor scout_plane } need = { single_plane_equipment = 1 } + land_air_wing_size = 10 } multi_plane = { @@ -13,6 +14,7 @@ sub_units = { active = yes type = { tactical_bomber air_transport } need = { multi_plane_equipment = 1 } + land_air_wing_size = 10 } light_airship = { @@ -21,6 +23,7 @@ sub_units = { active = yes type = { cas tactical_bomber scout_plane air_transport } need = { light_airship_equipment = 1 } + land_air_wing_size = 10 } airship = { @@ -29,6 +32,7 @@ sub_units = { active = yes type = { strategic_bomber air_transport } need = { airship_equipment = 1 } + land_air_wing_size = 10 } } diff --git a/1632_RoF/common/units/signal.txt b/1632_RoF/common/units/signal.txt index eb0f734b..95f5b198 100644 --- a/1632_RoF/common/units/signal.txt +++ b/1632_RoF/common/units/signal.txt @@ -36,7 +36,7 @@ sub_units = { can_be_parachuted = yes # Important Ability - initiative = 0.20 + initiative = 0.1 own_equipment_fuel_consumption_mult = 0.0 # no fuel use diff --git a/1632_RoF/common/units/sp_anti-air_brigade.txt b/1632_RoF/common/units/sp_anti-air_brigade.txt index e19c0c34..0796988c 100644 --- a/1632_RoF/common/units/sp_anti-air_brigade.txt +++ b/1632_RoF/common/units/sp_anti-air_brigade.txt @@ -13,7 +13,7 @@ sub_units = { anti_air } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -23,7 +23,7 @@ sub_units = { combat_width = 2 need = { - light_tank_aa_chassis = 30 + light_tank_aa_chassis = 36 } manpower = 500 max_organisation = 0 @@ -31,9 +31,9 @@ sub_units = { max_strength = 0.6 training_time = 180 weight = 1 - supply_consumption = 0.1 + breakthrough = -0.55 suppression = 0.75 @@ -78,7 +78,7 @@ sub_units = { anti_air } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -88,7 +88,7 @@ sub_units = { combat_width = 2 need = { - medium_tank_aa_chassis = 24 + medium_tank_aa_chassis = 36 } manpower = 500 max_organisation = 0 @@ -98,6 +98,7 @@ sub_units = { weight = 1.25 supply_consumption = 0.1 + breakthrough = -0.53 suppression = 0.8 @@ -146,7 +147,7 @@ sub_units = { anti_air } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -156,7 +157,7 @@ sub_units = { combat_width = 2 need = { - heavy_tank_aa_chassis = 16 + heavy_tank_aa_chassis = 36 } manpower = 500 max_organisation = 0 @@ -165,6 +166,7 @@ sub_units = { weight = 1.5 supply_consumption = 0.1 + breakthrough = -0.35 suppression = 0.75 @@ -211,17 +213,18 @@ sub_units = { category_army } - group = armor + group = support type = { + support armor anti_air } - combat_width = 2 + combat_width = 0 need = { - super_heavy_tank_aa_chassis = 8 + super_heavy_tank_aa_chassis = 20 } manpower = 500 max_organisation = 0 @@ -231,6 +234,7 @@ sub_units = { weight = 1.75 supply_consumption = 0.1 + breakthrough = -0.35 suppression = 0.75 @@ -278,7 +282,7 @@ sub_units = { anti_air } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -288,7 +292,7 @@ sub_units = { combat_width = 2 need = { - modern_tank_aa_chassis = 24 + modern_tank_aa_chassis = 36 } manpower = 500 max_organisation = 0 @@ -298,7 +302,9 @@ sub_units = { weight = 1.5 supply_consumption = 0.1 - soft_attack = 0.5 + breakthrough = -0.53 + + suppression = 2 forest = { attack = -0.3 diff --git a/1632_RoF/common/units/sp_artillery_brigade.txt b/1632_RoF/common/units/sp_artillery_brigade.txt index ef5d01c9..d910c839 100644 --- a/1632_RoF/common/units/sp_artillery_brigade.txt +++ b/1632_RoF/common/units/sp_artillery_brigade.txt @@ -13,7 +13,7 @@ sub_units = { artillery } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -23,7 +23,7 @@ sub_units = { combat_width = 3 need = { - light_tank_artillery_chassis = 36 + light_tank_artillery_chassis = 50 } manpower = 500 max_organisation = 0 @@ -33,6 +33,8 @@ sub_units = { weight = 1 supply_consumption = 0.42 + breakthrough = -0.42 + suppression = 1.25 forest = { @@ -76,7 +78,7 @@ sub_units = { artillery } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -85,7 +87,7 @@ sub_units = { combat_width = 3 need = { - medium_tank_artillery_chassis = 36 + medium_tank_artillery_chassis = 50 } manpower = 500 max_organisation = 0 @@ -95,6 +97,8 @@ sub_units = { weight = 1.25 supply_consumption = 0.46 + breakthrough = -0.25 + suppression = 1.5 forest = { @@ -142,7 +146,7 @@ sub_units = { artillery } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -152,7 +156,7 @@ sub_units = { combat_width = 3 need = { - heavy_tank_artillery_chassis = 24 + heavy_tank_artillery_chassis = 40 } manpower = 500 max_organisation = 0 @@ -161,6 +165,8 @@ sub_units = { weight = 1.5 supply_consumption = 0.6 + breakthrough = -0.25 + suppression = 1.5 forest = { @@ -203,11 +209,12 @@ sub_units = { active = yes type = { + support armor artillery } - group = armor + group = support categories = { category_all_armor @@ -215,10 +222,10 @@ sub_units = { } - combat_width = 3 + combat_width = 0 need = { - super_heavy_tank_artillery_chassis = 12 + super_heavy_tank_artillery_chassis = 20 } manpower = 500 max_organisation = 0 @@ -228,6 +235,8 @@ sub_units = { weight = 1.75 supply_consumption = 0.8 + breakthrough = -0.25 + suppression = 1.25 forest = { @@ -274,7 +283,7 @@ sub_units = { artillery } - group = armor + group = armor_combat_support categories = { category_all_armor @@ -284,7 +293,7 @@ sub_units = { combat_width = 3 need = { - modern_tank_artillery_chassis = 40 + modern_tank_artillery_chassis = 50 } manpower = 500 max_organisation = 0 @@ -293,6 +302,8 @@ sub_units = { training_time = 180 weight = 1.5 supply_consumption = 0.5 + + breakthrough = -0.25 suppression = 1.5 @@ -326,4 +337,197 @@ sub_units = { attack = -0.7 } } + + # TEMP MODULAR ARMOR BELOW + + #modular_light_sp_artillery_brigade = { + # sprite = light_armor + # map_icon_category = armored + # priority = 1795 + # ai_priority = 0 + # active = yes + # + # type = { + # armor + # artillery + # } + # + # group = armor_combat_support +# +# # categories = { +# # category_all_armor +# # category_army +# # } +# +# # combat_width = 3 +# +# # need = { +# # light_tank_artillery_chassis = 36 +# # } +# # manpower = 500 +# # max_organisation = 0 +# # default_morale = 0.1 +# # max_strength = 0.6 +# # training_time = 180 +# # weight = 1 +# # supply_consumption = 0.4 +# +# # suppression = 1.25 +# +# # forest = { +# # attack = -0.2 +# # movement = -0.4 +# # } +# # mountain = { +# # attack = -0.1 +# # } +# # jungle = { +# # attack = -0.3 +# # movement = -0.4 +# # } +# # marsh = { +# # attack = -0.1 +# # movement = -0.1 +# # } +# # urban = { +# # attack = -0.4 +# # defence = -0.1 +# # } +# # river = { +# # attack = -0.2 +# # movement = -0.2 +# # } +# # amphibious = { +# # attack = -0.6 +# # } +# #} +# # +# #modular_medium_sp_artillery_brigade = { +# # sprite = medium_armor +# # map_icon_category = armored +# # priority = 1796 +# # ai_priority = 0 +# # active = yes +# # +# # type = { +# # armor +# # artillery +# # } +# # +# # group = armor_combat_support +# +# # categories = { +# # category_all_armor + # category_army +# } +# combat_width = 3 +# +# need = { +# medium_tank_artillery_chassis = 36 +# } +# manpower = 500 +# max_organisation = 0 +# default_morale = 0.1 +# max_strength = 0.6 +# training_time = 180 +# weight = 1.25 +# supply_consumption = 0.44 +# +# suppression = 1.5 +# +# forest = { +# attack = -0.3 +# movement = -0.4 +# } +# hills = { +# attack = -0.1 +# } +# mountain = { +# attack = -0.2 +# } +# jungle = { +# attack = -0.4 +# movement = -0.4 +# } +# marsh = { +# attack = -0.1 +# movement = -0.1 +# } +# urban = { +# attack = -0.4 +# defence = -0.1 +# } +# river = { +# attack = -0.2 +# movement = -0.2 +# } +# amphibious = { +# attack = -0.7 +# } +# } +# +# modular_heavy_sp_artillery_brigade = { +# sprite = heavy_armor +# map_icon_category = armored +# priority = 1797 +# ai_priority = 0 +# active = yes +# training_time = 180 +# +# type = { +# armor +# artillery +# } +# +# group = armor_combat_support +# +# categories = { +# category_all_armor +# category_army +# } +# +# combat_width = 3 +# +# need = { +# heavy_tank_artillery_chassis = 24 +# } +# manpower = 500 +# max_organisation = 0 +# default_morale = 0.1 +# max_strength = 0.6 +# weight = 1.5 +# supply_consumption = 0.6 +# +# suppression = 1.5 +# +# forest = { +# attack = -0.40 +# movement = -0.40 +# } +# hills = { +# attack = -0.20 +# } +# mountain = { +# attack = -0.3 +# } +# jungle = { +# attack = -0.6 +# movement = -0.4 +# } +# marsh = { +# attack = -0.4 +# movement = -0.2 +# } +# urban = { +# attack = -0.5 +# defence = -0.2 +# } +# river = { +# attack = -0.4 +# movement = -0.4 +# } +# amphibious = { +# attack = -0.8 +# } +# } } diff --git a/1632_RoF/common/units/submarine.txt b/1632_RoF/common/units/submarine.txt index ea519e44..15fcf6df 100644 --- a/1632_RoF/common/units/submarine.txt +++ b/1632_RoF/common/units/submarine.txt @@ -7,7 +7,7 @@ sub_units = { type = { submarine } need = { ship_hull_submarine = 1 } - max_organisation = 40 + max_organisation = 30 supply_consumption = 0.01 diff --git a/1632_RoF/common/units/super_heavy_armor.txt b/1632_RoF/common/units/super_heavy_armor.txt index 657ebded..187ef701 100644 --- a/1632_RoF/common/units/super_heavy_armor.txt +++ b/1632_RoF/common/units/super_heavy_armor.txt @@ -1,5 +1,4 @@ sub_units = { - super_heavy_armor = { abbreviation = "STK" sprite = heavy_armor @@ -9,22 +8,24 @@ sub_units = { active = yes type = { + support armor } - group = armor + group = support categories = { category_tanks + category_support_battalions category_front_line category_all_armor category_army } - combat_width = 2 + combat_width = 0 need = { - super_heavy_tank_chassis = 15 + super_heavy_tank_chassis = 20 } manpower = 500 @@ -32,14 +33,19 @@ sub_units = { default_morale = 0.3 max_strength = 2 training_time = 180 - weight = 1.75 + weight = 1.0 supply_consumption = 0.4 - #Tanks are awesome - # soft_attack = 0.5 - - suppression = 2.5 + #Support nerfs to combat abilities + #soft_attack = -0.30 + #hard_attack = -0.30 + #defense = -0.50 + #breakthrough = -0.30 + #armor_value = -0.50 + #ap_attack = -0.50 + + suppression = 2.5 forest = { attack = -0.5 @@ -71,7 +77,7 @@ sub_units = { attack = -1.0 } fort = { - attack = 0.5 + attack = 0.1 } } } diff --git a/1632_RoF/common/units/tank_destroyer_brigade.txt b/1632_RoF/common/units/tank_destroyer_brigade.txt index 2c18c738..0e9c663c 100644 --- a/1632_RoF/common/units/tank_destroyer_brigade.txt +++ b/1632_RoF/common/units/tank_destroyer_brigade.txt @@ -13,7 +13,7 @@ sub_units = { anti_tank } - group = armor + group = armor_combat_support categories = { category_front_line @@ -21,10 +21,10 @@ sub_units = { category_army } - combat_width = 3 + combat_width = 2 need = { - light_tank_destroyer_chassis = 30 + light_tank_destroyer_chassis = 50 } manpower = 500 max_organisation = 0 @@ -34,6 +34,8 @@ sub_units = { weight = 1 supply_consumption = 0.2 + breakthrough = -0.42 + suppression = 1.0 forest = { @@ -77,7 +79,7 @@ sub_units = { anti_tank } - group = armor + group = armor_combat_support categories = { category_front_line @@ -86,10 +88,10 @@ sub_units = { } - combat_width = 3 + combat_width = 2 need = { - medium_tank_destroyer_chassis = 24 + medium_tank_destroyer_chassis = 50 } manpower = 500 max_organisation = 0 @@ -99,6 +101,8 @@ sub_units = { weight = 1.25 supply_consumption = 0.22 + breakthrough = -0.25 + suppression = 1.25 forest = { @@ -146,7 +150,7 @@ sub_units = { anti_tank } - group = armor + group = armor_combat_support categories = { category_front_line @@ -155,10 +159,10 @@ sub_units = { } - combat_width = 3 + combat_width = 2 need = { - heavy_tank_destroyer_chassis = 20 + heavy_tank_destroyer_chassis = 40 } manpower = 500 max_organisation = 0 @@ -167,6 +171,8 @@ sub_units = { weight = 1.5 supply_consumption = 0.3 + breakthrough = -0.25 + suppression = 1.25 forest = { @@ -212,11 +218,12 @@ sub_units = { active = yes type = { + support armor anti_tank } - group = armor + group = support categories = { category_front_line @@ -224,10 +231,10 @@ sub_units = { category_army } - combat_width = 3 + combat_width = 0 need = { - super_heavy_tank_destroyer_chassis = 7 + super_heavy_tank_destroyer_chassis = 40 } manpower = 500 max_organisation = 0 @@ -237,6 +244,8 @@ sub_units = { weight = 1.75 supply_consumption = 0.4 + breakthrough = -0.25 + suppression = 1.25 forest = { @@ -286,7 +295,7 @@ sub_units = { anti_tank } - group = armor + group = armor_combat_support categories = { category_front_line @@ -295,10 +304,10 @@ sub_units = { } - combat_width = 3 + combat_width = 2 need = { - modern_tank_destroyer_chassis = 24 + modern_tank_destroyer_chassis = 50 } manpower = 500 max_organisation = 0 @@ -307,6 +316,8 @@ sub_units = { training_time = 180 weight = 1.5 supply_consumption = 0.25 + + breakthrough = -0.25 suppression = 1.25 @@ -340,4 +351,6 @@ sub_units = { attack = -0.7 } } + + } diff --git a/1632_RoF/common/units/unit_modifiers/unit_modifiers.txt b/1632_RoF/common/units/unit_modifiers/unit_modifiers.txt index 0ac2d9dd..35c25dbc 100644 --- a/1632_RoF/common/units/unit_modifiers/unit_modifiers.txt +++ b/1632_RoF/common/units/unit_modifiers/unit_modifiers.txt @@ -3,6 +3,8 @@ # modifier_army_sub_unit_[sub_unit or sub_unit_category]_attack_factor # modifier_army_sub_unit_[sub_unit or sub_unit_category]_defence_factor # modifier_army_sub_unit_[sub_unit or sub_unit_category]_speed_factor +# modifier_army_sub_unit_[sub_unit or sub_unit_category]_max_org_factor +# modifier_army_sub_unit_[sub_unit or sub_unit_category]_org_recovery_cap_factor # will be being used by armies if they are included here #example @@ -18,5 +20,75 @@ #} sub_unit_modifiers = { + modifier_army_sub_unit_cavalry_attack_factor + modifier_army_sub_unit_cavalry_defence_factor modifier_army_sub_unit_cavalry_speed_factor -} \ No newline at end of file + + modifier_army_sub_unit_camelry_attack_factor + modifier_army_sub_unit_camelry_defence_factor + modifier_army_sub_unit_camelry_speed_factor + + modifier_army_sub_unit_infantry_attack_factor + modifier_army_sub_unit_infantry_defence_factor + modifier_army_sub_unit_infantry_speed_factor + #modifier_army_sub_unit_infantry_idle_org_factor + #modifier_experience_gain_infantry_training_factor + #modifier_experience_gain_infantry_combat_factor + + modifier_army_sub_unit_marines_attack_factor + modifier_army_sub_unit_marines_defence_factor + modifier_army_sub_unit_marines_speed_factor + modifier_army_sub_unit_marines_max_org_factor + + modifier_army_sub_unit_mountaineers_attack_factor + modifier_army_sub_unit_mountaineers_defence_factor + modifier_army_sub_unit_mountaineers_speed_factor + modifier_army_sub_unit_mountaineers_max_org_factor + + modifier_army_sub_unit_paratrooper_attack_factor + modifier_army_sub_unit_paratrooper_defence_factor + modifier_army_sub_unit_paratrooper_speed_factor + modifier_army_sub_unit_paratrooper_max_org_factor + + modifier_army_sub_unit_armored_car_attack_factor + modifier_army_sub_unit_armored_car_defence_factor + modifier_army_sub_unit_armored_car_speed_factor + modifier_army_sub_unit_armored_car_max_org_factor + + modifier_army_sub_unit_armored_car_recon_attack_factor + modifier_army_sub_unit_armored_car_recon_defence_factor + modifier_army_sub_unit_armored_car_recon_speed_factor #Cannot be applied to support battalions + modifier_army_sub_unit_armored_car_recon_max_org_factor #Cannot be applied to support battalions + + modifier_army_sub_unit_light_tank_recon_attack_factor + modifier_army_sub_unit_light_tank_recon_defence_factor + modifier_army_sub_unit_light_tank_recon_speed_factor #Cannot be applied to support battalions + modifier_army_sub_unit_light_tank_recon_max_org_factor #Cannot be applied to support battalions + + modifier_army_sub_unit_irregular_infantry_attack_factor + modifier_army_sub_unit_irregular_infantry_defence_factor + modifier_army_sub_unit_irregular_infantry_speed_factor + modifier_army_sub_unit_irregular_infantry_max_org_factor + + modifier_army_sub_unit_militia_attack_factor + modifier_army_sub_unit_militia_defence_factor + modifier_army_sub_unit_militia_speed_factor + modifier_army_sub_unit_militia_max_org_factor + modifier_army_sub_unit_militia_org_recovery_cap_factor + + modifier_army_sub_unit_blackshirt_assault_battalion_attack_factor + modifier_army_sub_unit_blackshirt_assault_battalion_defence_factor + modifier_army_sub_unit_blackshirt_assault_battalion_speed_factor #Cannot be applied to support battalions + modifier_army_sub_unit_blackshirt_assault_battalion_max_org_factor #Cannot be applied to support battalions + + modifier_army_sub_unit_military_police_attack_factor + modifier_army_sub_unit_military_police_defence_factor + modifier_army_sub_unit_military_police_speed_factor + modifier_army_sub_unit_military_police_max_org_factor + + modifier_army_sub_unit_long_range_patrol_support_attack_factor + modifier_army_sub_unit_long_range_patrol_support_defence_factor + + modifier_army_sub_unit_category_special_forces_max_org_factor + +} diff --git a/1632_RoF/descriptor.mod b/1632_RoF/descriptor.mod index 2d8525f7..fb0f0f07 100644 --- a/1632_RoF/descriptor.mod +++ b/1632_RoF/descriptor.mod @@ -1,4 +1,4 @@ -version="0.8.0" +version="0.9.0" tags={ "Alternative History" } @@ -9,6 +9,7 @@ replace_path="common/ai_strategy" replace_path="common/ai_strategy_plans" replace_path="common/ai_templates" replace_path="common/autonomous_states" +replace_path="common/bop" replace_path="common/buildings" replace_path="common/characters" replace_path="common/country_tags" @@ -16,6 +17,7 @@ replace_path="common/countries" replace_path="common/decisions" replace_path="common/decisions/categories" replace_path="common/ideas" +replace_path="common/military_industrial_organization/organizations" replace_path="common/national_focus" replace_path="common/on_actions" replace_path="common/scripted_effects" @@ -35,5 +37,5 @@ replace_path="history/units" replace_path="map/strategicregions" replace_path="map/supplyareas" picture="thumbnail.png" -supported_version="1.11.*" +supported_version="1.13.*" remote_file_id="1160009836" \ No newline at end of file diff --git a/1632_RoF/events/AcePilots.txt b/1632_RoF/events/AcePilots.txt index be3f3a20..0384cabf 100644 --- a/1632_RoF/events/AcePilots.txt +++ b/1632_RoF/events/AcePilots.txt @@ -23,12 +23,12 @@ country_event = { } } picture = GFX_report_event_ace_promoted + minor_flavor = yes is_triggered_only = yes option = { name = ace_promoted.1.a - add_war_support = 0.02 } } @@ -48,10 +48,10 @@ country_event = { picture = GFX_report_event_ace_promoted is_triggered_only = yes + minor_flavor = yes option = { name = ace_promoted.1.a - add_war_support = 0.02 } } @@ -72,10 +72,10 @@ country_event = { picture = GFX_report_event_ace_died is_triggered_only = yes + minor_flavor = yes option = { name = ace_died.1.a - add_war_support = -0.02 } } @@ -120,10 +120,10 @@ country_event = { picture = GFX_report_event_ace_died is_triggered_only = yes + minor_flavor = yes option = { name = ace_killed_by_ace.1.a - add_war_support = -0.03 } } @@ -168,10 +168,10 @@ country_event = { picture = GFX_report_event_ace_died is_triggered_only = yes + minor_flavor = yes option = { name = ace_killed_other_ace.1.a - add_war_support = 0.03 } } @@ -216,9 +216,9 @@ country_event = { picture = GFX_report_event_ace_died is_triggered_only = yes + minor_flavor = yes option = { name = aces_killed_each_other.1.a - add_war_support = -0.01 } } diff --git a/1632_RoF/events/CapitulationEvents.txt b/1632_RoF/events/CapitulationEvents.txt index f1015cbc..154f1fee 100644 --- a/1632_RoF/events/CapitulationEvents.txt +++ b/1632_RoF/events/CapitulationEvents.txt @@ -4,7 +4,7 @@ add_namespace = country_capitulated -# # FROM is winner +# # FROM.FROM is winner news_event = { id = country_capitulated.0 title = country_capitulated.0.t @@ -135,9 +135,9 @@ news_event = { name = country_capitulated.0.b trigger = { OR = { + tag = ROOT has_war_together_with = ROOT is_in_faction_with = ROOT - tag = ROOT } } } @@ -148,6 +148,7 @@ news_event = { NOT = { is_in_faction_with = ROOT } NOT = { any_allied_country = { has_war_with = ROOT } } NOT = { has_war_with = ROOT } + NOT = { tag = ROOT } } } } diff --git a/1632_RoF/events/Generic.txt b/1632_RoF/events/Generic.txt index 52a7ca6b..bf9dc9b6 100644 --- a/1632_RoF/events/Generic.txt +++ b/1632_RoF/events/Generic.txt @@ -37,3 +37,456 @@ country_event = { } } } + +# Object to Attaches +country_event = { + id = generic.14 + title = generic.14.t + desc = generic.14.d + + picture = GFX_report_event_generic_read_write + + is_triggered_only = yes + + # Agree - recall attache + option = { + name = generic.14.a + ai_chance = { + base = 80 + modifier = { + factor = 1.5 + has_opinion = { target = FROM value > 50 } + } + modifier = { + factor = 1.5 + has_opinion = { target = FROM value > 75 } + } + } + random_other_country = { + limit = { + has_war_with = FROM + has_attache_from = ROOT + } + ROOT = { recall_attache = PREV } + } + FROM = { + country_event = { id = generic.15 days = 1 } + } + clr_country_flag = object_attache_going_on + } + + # Reject demands + option = { + name = generic.14.b + ai_chance = { + base = 20 + modifier = { + factor = 2 + has_opinion = { target = FROM value < 0 } + } + modifier = { + factor = 3 + has_opinion = { target = FROM value < -20 } + } + modifier = { + factor = 3 + has_opinion = { target = FROM value < -50 } + } + } + custom_effect_tooltip = attache_political_power_tt + if = { + limit = { + NOT = { strength_ratio = { tag = FROM ratio < 3 } } + } + if = { + limit = { + has_opinion = { target = FROM value > -25 } + NOT = { has_opinion = { target = FROM value > 0 } } + } + add_political_power = -5 + } + if = { + limit = { + has_opinion = { target = FROM value > 0 } + NOT = { has_opinion = { target = FROM value > 50 } } + + } + add_political_power = -10 + } + if = { + limit = { has_opinion = { target = FROM value > 50 } } + add_political_power = -15 + } + } + if = { + limit = { + strength_ratio = { tag = FROM ratio < 3 } + NOT = { strength_ratio = { tag = FROM ratio < 2.5 } } + } + if = { + limit = { + has_opinion = { target = FROM value > -25 } + NOT = { has_opinion = { target = FROM value > 0 } } + } + add_political_power = -10 + } + if = { + limit = { + has_opinion = { target = FROM value > 0 } + NOT = { has_opinion = { target = FROM value > 50 } } + + } + add_political_power = -20 + } + if = { + limit = { has_opinion = { target = FROM value > 50 } } + add_political_power = -30 + } + } + if = { + limit = { + strength_ratio = { tag = FROM ratio < 2.5 } + NOT = { strength_ratio = { tag = FROM ratio < 2 } } + } + if = { + limit = { + has_opinion = { target = FROM value > -25 } + NOT = { has_opinion = { target = FROM value > 0 } } + } + add_political_power = -15 + } + if = { + limit = { + has_opinion = { target = FROM value > 0 } + NOT = { has_opinion = { target = FROM value > 50 } } + + } + add_political_power = -30 + } + if = { + limit = { has_opinion = { target = FROM value > 50 } } + add_political_power = -45 + } + } + if = { + limit = { + strength_ratio = { tag = FROM ratio < 2 } + NOT = { strength_ratio = { tag = FROM ratio < 1.5 } } + } + if = { + limit = { + has_opinion = { target = FROM value > -25 } + NOT = { has_opinion = { target = FROM value > 0 } } + } + add_political_power = -20 + } + if = { + limit = { + has_opinion = { target = FROM value > 0 } + NOT = { has_opinion = { target = FROM value > 50 } } + + } + add_political_power = -40 + } + if = { + limit = { has_opinion = { target = FROM value > 50 } } + add_political_power = -60 + } + } + if = { + limit = { + strength_ratio = { tag = FROM ratio < 1.5 } + } + if = { + limit = { + has_opinion = { target = FROM value > -25 } + NOT = { has_opinion = { target = FROM value > 0 } } + } + add_political_power = -25 + } + if = { + limit = { + has_opinion = { target = FROM value > 0 } + NOT = { has_opinion = { target = FROM value > 50 } } + + } + add_political_power = -50 + } + if = { + limit = { has_opinion = { target = FROM value > 50 } } + add_political_power = -75 + } + } + FROM = { + add_opinion_modifier = { target = ROOT modifier = rejected_demands } + country_event = { id = generic.16 days = 1 } + } + hidden_effect = { + set_country_flag = { flag = rejected_withdrawing_attache value = 1 days = 90 } + set_country_flag = { flag = rejected_withdrawing_attache@FROM value = 1 days = 365 } + clr_country_flag = object_attache_going_on + } + if = { + limit = { + FROM = { has_government = absolutist } + NOT = { has_government = absolutist } + absolutist > 0.1 + NOT = { absolutist > 0.2 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_absolutist_tt + add_stability = -0.025 + } + if = { + limit = { + FROM = { has_government = absolutist } + NOT = { has_government = absolutist } + absolutist > 0.2 + NOT = { absolutist > 0.3 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_absolutist_tt + add_stability = -0.05 + } + if = { + limit = { + FROM = { has_government = absolutist } + NOT = { has_government = absolutist } + absolutist > 0.3 + NOT = { absolutist > 0.4 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_absolutist_tt + add_stability = -0.075 + } + if = { + limit = { + FROM = { has_government = absolutist } + NOT = { has_government = absolutist } + absolutist > 0.4 + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_absolutist_tt + add_stability = -0.1 + } + if = { + limit = { + FROM = { has_government = radical } + radical > 0.1 + NOT = { radical > 0.2 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_radical_tt + add_stability = -0.025 + } + if = { + limit = { + FROM = { has_government = radical } + NOT = { has_government = radical } + radical > 0.2 + NOT = { radical > 0.3 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_radical_tt + add_stability = -0.05 + } + if = { + limit = { + FROM = { has_government = radical } + NOT = { has_government = radical } + radical > 0.3 + NOT = { radical > 0.4 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_radical_tt + add_stability = -0.075 + } + if = { + limit = { + FROM = { has_government = radical } + NOT = { has_government = radical } + radical > 0.4 + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_radical_tt + add_stability = -0.1 + } + if = { + limit = { + FROM = { has_government = liberal } + NOT = { has_government = liberal } + liberal > 0.1 + NOT = { liberal > 0.2 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_liberal_tt + add_stability = -0.025 + } + if = { + limit = { + FROM = { has_government = liberal } + NOT = { has_government = liberal } + liberal > 0.2 + NOT = { liberal > 0.3 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_liberal_tt + add_stability = -0.05 + } + if = { + limit = { + FROM = { has_government = liberal } + NOT = { has_government = liberal } + liberal > 0.3 + NOT = { liberal > 0.4 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_liberal_tt + add_stability = -0.075 + } + if = { + limit = { + FROM = { has_government = liberal } + NOT = { has_government = liberal } + liberal > 0.4 + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_liberal_tt + add_stability = -0.1 + } + if = { + limit = { + FROM = { has_government = constitutionalist } + NOT = { has_government = constitutionalist } + constitutionalist > 0.1 + NOT = { constitutionalist > 0.2 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_constitutionalist_tt + add_stability = -0.025 + } + if = { + limit = { + FROM = { has_government = constitutionalist } + NOT = { has_government = constitutionalist } + constitutionalist > 0.2 + NOT = { constitutionalist > 0.3 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_constitutionalist_tt + add_stability = -0.05 + } + if = { + limit = { + FROM = { has_government = constitutionalist } + NOT = { has_government = constitutionalist } + constitutionalist > 0.3 + NOT = { constitutionalist > 0.4 } + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_constitutionalist_tt + add_stability = -0.075 + } + if = { + limit = { + FROM = { has_government = constitutionalist } + NOT = { has_government = constitutionalist } + constitutionalist > 0.4 + strength_ratio = { tag = FROM ratio < 1.2 } + } + custom_effect_tooltip = attache_constitutionalist_tt + add_stability = -0.1 + } + } +} + +# Notification event that TAG withdrew attache +country_event = { + id = generic.15 + title = generic.15.t + desc = generic.15.d + + picture = GFX_report_event_generic_read_write + + is_triggered_only = yes + + option = { + name = excellent + } +} + +# Notification event that TAG refused to withdraw attache +country_event = { + id = generic.16 + title = generic.16.t + desc = generic.16.d + + picture = GFX_report_event_generic_read_write + + is_triggered_only = yes + + option = { + name = generic.16.a + effect_tooltip = { + add_opinion_modifier = { target = FROM modifier = rejected_demands } + } + } +} + +# Notification event that leader has gotten sick +unit_leader_event = { + id = generic.17 + title = generic.17.t + desc = generic.17.d + + picture = GFX_report_event_military_planning + + is_triggered_only = yes + + immediate = { + hidden_effect = { + FROM = { + set_unit_leader_flag = { + flag = recently_sick + value = 1 + days = 180 + } + } + } + } + + option = { + name = unfortunate + effect_tooltip = { + FROM = { + add_timed_unit_leader_trait = { + trait = sick + days = 30 + } + } + } + } +} + +# Notification event that leader has been wounded +country_event = { + id = generic.18 + title = generic.18.t + desc = generic.18.d + + picture = GFX_report_event_military_planning + + is_triggered_only = yes + + option = { + name = unfortunate + effect_tooltip = { + FROM = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + } + } +} \ No newline at end of file diff --git a/1632_RoF/events/LAR_occupation.txt b/1632_RoF/events/LAR_occupation.txt index b8d18a5b..861dd4b3 100644 --- a/1632_RoF/events/LAR_occupation.txt +++ b/1632_RoF/events/LAR_occupation.txt @@ -14,14 +14,26 @@ country_event = { option = { name = occupied_countries.1.a - trigger = { - OR = { - has_war_with = FROM - FROM = { exists = no } + if = { + limit = { + has_core_occupation_modifier = { + occupied_country_tag = FROM.FROM + modifier = compliance_80 + } + NOT = { + any_country_with_original_tag = { #copy of is_available_to_collaboration_government but from from scope because of events + original_tag_to_check = FROM.FROM + is_puppet_of = PREV # if already created one do not create another + has_autonomy_state = autonomy_collaboration_government + } + } } + set_temp_variable = { country_to_initiate = FROM.FROM } + instantiate_collaboration_government = yes } + ai_chance = { - base = 100 + base = 0 modifier = { factor = 0 original_tag = SPN @@ -58,31 +70,268 @@ country_event = { } } } - - if = { - limit = { - has_core_occupation_modifier = { - occupied_country_tag = FROM.FROM - modifier = compliance_80 - } - NOT = { - any_country_with_original_tag = { #copy of is_available_to_collaboration_government but from from scope because of events - original_tag_to_check = FROM.FROM - is_puppet_of = PREV # if already created one do not create another - has_autonomy_state = autonomy_collaboration_government - } - } - } - set_temp_variable = { country_to_initiate = FROM.FROM } - instantiate_collaboration_government = yes - } } option = { name = occupied_countries.1.b # do nothing + ai_chance = { base = 1 } } } + + +# create uprising +country_event = { + id = occupied_countries.2 + + is_triggered_only = yes + + hidden = yes + + immediate = { + FROM = { + if = { + limit = { + has_core_occupation_modifier = { + occupied_country_tag = FROM + modifier = resistance_90 + } + } + + set_temp_variable = { occupier_country = THIS } + set_temp_variable = { occupied_country = FROM } + set_temp_variable = { new_occupied_country = FROM } + + set_temp_variable = { civil_war_country_picked = 0 } + if = { + ## pick an existing civil war country + limit = { + FROM = { + tag = PREV + } + } + + random_country_with_original_tag = { + original_tag_to_check = var:occupier_country + + limit = { + NOT = { tag = var:occupier_country } + has_war_with = var:occupier_country + } + + set_temp_variable = { civil_war_country_picked = 1 } + set_temp_variable = { new_occupied_country = this } + } + } + + if = { + ## create a new country if necesarry + limit = { + check_variable = { civil_war_country_picked = 0 } + FROM = { + #if resistance country exists and not at war with occupier (whitepaced/subjected etc) create a country instead + exists = yes + NOT = { has_war_with = occupier_country } + } + } + create_dynamic_country = { + original_tag = FROM + copy_tag = FROM + + set_temp_variable = { new_occupied_country = THIS } + } + } + + + # change ideology if necessary + if = { + limit = { + var:occupied_country = { + #only change ideology if we are not creating a new country and old country is not existing + OR = { + exists = no + NOT = { tag = new_occupied_country } + } + } + } + + # booleans that will be allowed to change ideology + set_temp_variable = { allowed_party_neutrality = 1 } + set_temp_variable = { allowed_party_liberal = 1 } + set_temp_variable = { allowed_party_absolutist = 1 } + set_temp_variable = { allowed_party_constitutionalist = 1 } + set_temp_variable = { allowed_party_radical = 1 } + + # do not change ideology of occupier country + var:occupier_country = { + remove_from_allowed_party = yes + } + + if = { + # if occupied country exists and different than new country + # it is white peaced & subject of occupier. ignore its ideology as well + limit = { NOT = { check_variable = { new_occupied_country = occupied_country } } } + var:occupied_country = { + remove_from_allowed_party = yes + } + } + + # change government if necesarry + var:new_occupied_country = { + random_list = { + allowed_party_liberal = { + set_popularities = { + liberal = 100 + } + set_politics = { ruling_party = liberal elections_allowed = yes } + } + allowed_party_absolutist = { + set_popularities = { + absolutist = 100 + } + set_politics = { ruling_party = absolutist elections_allowed = no } + } + allowed_party_constitutionalist = { + set_popularities = { + constitutionalist = 100 + } + set_politics = { ruling_party = constitutionalist elections_allowed = no } + } + allowed_party_radical = { + set_popularities = { + radical = 100 + } + set_politics = { ruling_party = radical elections_allowed = no } + } + allowed_party_neutrality = { + set_popularities = { + neutrality = 100 + } + set_politics = { ruling_party = neutrality elections_allowed = no } + } + } + } + } + + # create resistance template for armies to spawn + var:new_occupied_country = { + if = { + limit = { NOT = { has_country_flag = created_civil_war_template } } + set_country_flag = created_civil_war_template + + division_template = { + name = "Resistance" + is_locked = yes + regiments = { + line_infantry = { x = 0 y = 0 } + line_infantry = { x = 0 y = 1 } + + line_infantry = { x = 1 y = 0 } + line_infantry = { x = 1 y = 1 } + + line_infantry = { x = 2 y = 0 } + line_infantry = { x = 2 y = 1 } + } + } + } + } + + + clear_temp_array = checked_neighbours + every_controlled_state = { + limit = { + occupied_country_tag = occupied_country + impassable = no + } + + # move our armies to back home + teleport_armies = { + limit = { + OR = { + is_ally_with = occupier_country + has_military_access_to = occupier_country + } + } + to_state_array = owned_controlled_states + } + + # transfer state + if = { + limit = { has_resistance = yes } + set_resistance = 0 + } + var:new_occupied_country = { + transfer_state = PREV + } + + if = { + limit = { + var:occupier_country = { + check_variable = { resistance_already_inited@var:occupied_country = 0 } + } + } + + # create resistance units, number is relative to size of industry + set_temp_variable = { num_units_to_create = building_level@arms_factory } + add_to_temp_variable = { num_units_to_create = building_level@industrial_complex } + divide_temp_variable = { num_units_to_create = 3 } + add_to_temp_variable = { num_units_to_create = 2 } + round_temp_variable = num_units_to_create + clamp_temp_variable = { var = num_units_to_create min = 2 max = 6 } + for_loop_effect = { + end = num_units_to_create + + create_unit = { + division = "division_template = \"Resistance\" start_experience_factor = 1 start_equipment_factor = 1" + owner = new_occupied_country + } + } + } + + # also check neighbouring core states of the occupier that are not captured yet + # move our armies so they are not surrounded/create pockets + every_neighbor_state = { + limit = { + is_owned_and_controlled_by = occupied_country + is_core_of = occupied_country + not = { is_in_array = { checked_neighbours = this } } + } + add_to_temp_array = { checked_neighbours = this } + + teleport_armies = { + limit = { + OR = { + is_ally_with = occupier_country + has_military_access_to = occupier_country + } + } + to_state_array = owned_controlled_states + } + + set_state_province_controller = { + controller = occupied_country + limit = { + is_ally_with = occupier_country + } + } + } + } + + # create war if necesarry + if = { + limit = { NOT = { has_war_with = new_occupied_country } } + + declare_war_on = { target = new_occupied_country type = annex_everything + } + + var:occupier_country = { + set_variable = { resistance_already_inited@var:occupied_country = 1 } + } + + } + } + } +} diff --git a/1632_RoF/events/NewsEvents.txt b/1632_RoF/events/NewsEvents.txt new file mode 100644 index 00000000..b7d2b142 --- /dev/null +++ b/1632_RoF/events/NewsEvents.txt @@ -0,0 +1,40 @@ +########################### +# News Events +########################### + +add_namespace = news + +### Country reunited +news_event = { + id = news.350 + title = news.350.t + desc = news.350.desc + picture = GFX_news_event_generic_parliament + + major = yes + + is_triggered_only = yes + + option = { + name = news.350.a + trigger = { + original_tag = ROOT + NOT = { has_government = ROOT } + } + } + option = { + name = news.350.b + trigger = { + original_tag = ROOT + has_government = ROOT + } + } + option = { + name = news.350.c + trigger = { + NOT = { + original_tag = ROOT + } + } + } +} diff --git a/1632_RoF/events/PoliticalEvents.txt b/1632_RoF/events/PoliticalEvents.txt index e25c7c23..fdd0bf58 100644 --- a/1632_RoF/events/PoliticalEvents.txt +++ b/1632_RoF/events/PoliticalEvents.txt @@ -16,7 +16,9 @@ country_event = { any_other_country = { NOT = { tag = ROOT } original_tag = ROOT + is_subject = no has_government = ROOT + has_war_with = ROOT } } @@ -35,3 +37,202 @@ country_event = { } } } + +# After Peace Conference, suggest unification +country_event = { + id = political.31 + title = political.31.t + desc = political.31.desc + + picture = GFX_report_event_journalists_speech + is_triggered_only = yes + trigger = { + is_subject = no + NOT = { has_country_flag = yes_to_unification_flag } + NOT = { has_country_flag = no_to_unification_flag } + any_country_with_original_tag = { + original_tag_to_check = ROOT + NOT = { tag = ROOT } + is_subject = no + has_government = ROOT + has_war = no + } + } + + immediate = { + # LOG = "[ROOT.GetLeader]'s [ROOT.GetName] got event" #TODO_TA Remove logging + IF = { + limit = { + has_global_flag = global_unification_request_sent_flag + } + clr_global_flag = global_unification_request_sent_flag + } + } + + option = { + name = political.31.a + set_country_flag = yes_to_unification_flag + clr_country_flag = unification_request_sent_flag + } + option = { + name = political.31.b + ai_chance = { + base = 0 + } + set_country_flag = no_to_unification_flag + clr_country_flag = unification_request_sent_flag + } +} + +# Unification event +country_event = { + id = political.32 + title = political.32.t + desc = political.32.desc + + picture = GFX_report_event_journalists_speech + + trigger = { + is_subject = no + has_country_flag = yes_to_unification_flag + any_other_country = { + NOT = { tag = ROOT } + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + } + NOT = { + any_other_country = { + original_tag = ROOT + has_government = ROOT + has_country_flag = unification_request_sent_flag + } + } + } + mean_time_to_happen = { + days = 2 + } + immediate = { + # LOG = "[ROOT.GetLeader]'s [ROOT.GetName] to unify countries" #TODO_TA Remove logging + + } + + option = { + name = political.32.a + trigger = { + ROOT = { is_ai = no } + } + clr_country_flag = yes_to_unification_flag + clr_country_flag = unification_request_sent_flag + #log = "Player ROOT [ROOT.GetName] to annex" + every_other_country = { + limit = { + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + } + clr_country_flag = yes_to_unification_flag + ROOT = { annex_country = { target = PREV transfer_troops = yes } } + } + news_event = { + id = news.350 + hours = 8 + random_hours = 8 + } + } + option = { + name = political.32.b + trigger = { + ROOT = { is_ai = yes } + } + IF = { + limit = { + any_other_country = { + NOT = { tag = ROOT } + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + is_ai = no + } + } + log = "ai ROOT - Human player [ROOT.GetName] to annex" + random_other_country = { + limit = { + NOT = { tag = ROOT } + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + is_ai = no + } + clr_country_flag = yes_to_unification_flag + clr_country_flag = unification_request_sent_flag + every_other_country = { + limit = { + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + } + clr_country_flag = yes_to_unification_flag + PREV = { annex_country = { target = PREV transfer_troops = yes } } + } + news_event = { + id = news.350 + hours = 8 + random_hours = 8 + } + } + } + ELSE = { + #log = "AI ROOT [ROOT.GetName] to annex" + clr_country_flag = yes_to_unification_flag + clr_country_flag = unification_request_sent_flag + every_other_country = { + limit = { + original_tag = ROOT + has_country_flag = yes_to_unification_flag + is_subject = no + has_government = ROOT + has_war = no + } + clr_country_flag = yes_to_unification_flag + ROOT = { annex_country = { target = PREV transfer_troops = yes } } + } + news_event = { + id = news.350 + hours = 8 + random_hours = 8 + } + } + } +} + +country_event = { + id = political.33 + title = political.33.t + desc = political.33.desc + + picture = GFX_report_event_journalists_speech + + trigger = { + } + + is_triggered_only = yes + + immediate = { + } + + option = { + name = political.33.a + add_war_support = 0.1 + } +} \ No newline at end of file diff --git a/1632_RoF/events/RoF_SWE_events.txt b/1632_RoF/events/RoF_SWE_events.txt index 7f6a9a13..14a9ca96 100644 --- a/1632_RoF/events/RoF_SWE_events.txt +++ b/1632_RoF/events/RoF_SWE_events.txt @@ -102,7 +102,7 @@ country_event = { add_tech_bonus = { name = light_art_bonus uses = 1 - category = light_artillery + category = light_artillery_tech bonus = 0.5 } hidden_effect = { diff --git a/1632_RoF/events/RoF_TUR_events.txt b/1632_RoF/events/RoF_TUR_events.txt index d1b6b822..64088609 100644 --- a/1632_RoF/events/RoF_TUR_events.txt +++ b/1632_RoF/events/RoF_TUR_events.txt @@ -47,20 +47,13 @@ country_event = { traits = { grand_vizier } - allowed = { original_tag = TUR } - available = { - if = { - limit = { - has_country_flag = TUR_husrev_dismissed - } - NOT = { - has_country_flag = TUR_husrev_dismissed - } - } - } } activate = yes } + set_can_be_fired_in_advisor_role = { + slot = political_advisor + value = yes + } } } } @@ -71,6 +64,11 @@ country_event = { deactivate_advisor = TUR_husrev_pasha activate_advisor = TUR_hafiz_ahmed_pasha hidden_effect = { + TUR_husrev_pasha = { + remove_advisor_role = { + slot = political_advisor + } + } country_event = { id = RoF_TUR.1011 days = 120 @@ -292,6 +290,13 @@ country_event = { days = 30 } } + hidden_effect = { + TUR_husrev_pasha = { + remove_advisor_role = { + slot = political_advisor + } + } + } } } @@ -676,7 +681,7 @@ country_event = { country_event = { id = RoF_TUR.160 title = RoF_TUR.160.t - picture = GFX_report_event_pol_flag + picture = GFX_report_event_murad desc = RoF_TUR.160.d is_triggered_only = yes diff --git a/1632_RoF/events/WarJustification.txt b/1632_RoF/events/WarJustification.txt index af6a3c55..93b25962 100644 --- a/1632_RoF/events/WarJustification.txt +++ b/1632_RoF/events/WarJustification.txt @@ -845,7 +845,7 @@ country_event = { name = war_justification.301.a trigger = { has_government = constitutionalist } add_political_power = -30 - add_stability = -0.03 + add_war_support = -0.05 add_popularity = { ideology = constitutionalist popularity = -0.05 @@ -856,7 +856,7 @@ country_event = { name = war_justification.301.b trigger = { has_government = liberal } add_political_power = -30 - add_stability = -0.03 + add_war_support = -0.05 add_popularity = { ideology = liberal popularity = -0.05 @@ -867,7 +867,7 @@ country_event = { name = war_justification.301.b trigger = { has_government = radical } add_political_power = -30 - add_stability = -0.03 + add_war_support = -0.05 add_popularity = { ideology = radical popularity = -0.05 @@ -878,6 +878,10 @@ country_event = { name = war_justification.301.c trigger = { has_government = neutrality } add_political_power = -30 - add_stability = -0.03 + add_war_support = -0.05 + add_popularity = { + ideology = neutrality + popularity = -0.05 + } } } diff --git a/1632_RoF/events/stability_events.txt b/1632_RoF/events/stability_events.txt index d0e2a422..007d8010 100644 --- a/1632_RoF/events/stability_events.txt +++ b/1632_RoF/events/stability_events.txt @@ -18,9 +18,10 @@ country_event = { trigger = { has_war = yes has_civil_war = no + is_government_in_exile = no # strikes etc shouldn't affect you if you are not there... OR = { - has_stability < 0.4 - has_war_support < 0.4 + has_stability < 0.5 + has_war_support < 0.5 } NOT = { AND = { @@ -75,8 +76,8 @@ country_event = { modifier = { factor = 0.75 OR = { - has_stability < 0.3 - has_war_support < 0.3 + has_stability < 0.4 + has_war_support < 0.4 } } modifier = { diff --git a/1632_RoF/gfx/army_icons/army_icons.txt b/1632_RoF/gfx/army_icons/army_icons.txt index e5bfb5d1..cb2c5679 100644 --- a/1632_RoF/gfx/army_icons/army_icons.txt +++ b/1632_RoF/gfx/army_icons/army_icons.txt @@ -412,3 +412,87 @@ equipment_niche_insignias = { icon = { } } + +air_group = { + gfx = GFX_theatre_air_force_shield + + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } +} + +air_niche = { + gfx = GFX_plane_niche_icon_strip + + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } + icon = { + } +} diff --git a/1632_RoF/gfx/flags/SIL_absolutist.tga b/1632_RoF/gfx/flags/SIL_absolutist.tga index e2c9b5fc..4d81dd95 100644 Binary files a/1632_RoF/gfx/flags/SIL_absolutist.tga and b/1632_RoF/gfx/flags/SIL_absolutist.tga differ diff --git a/1632_RoF/gfx/flags/SIL_constitutionalist.tga b/1632_RoF/gfx/flags/SIL_constitutionalist.tga index e2c9b5fc..4d81dd95 100644 Binary files a/1632_RoF/gfx/flags/SIL_constitutionalist.tga and b/1632_RoF/gfx/flags/SIL_constitutionalist.tga differ diff --git a/1632_RoF/gfx/flags/SIL_liberal.tga b/1632_RoF/gfx/flags/SIL_liberal.tga index 29be6b98..0dde1720 100644 Binary files a/1632_RoF/gfx/flags/SIL_liberal.tga and b/1632_RoF/gfx/flags/SIL_liberal.tga differ diff --git a/1632_RoF/gfx/flags/SIL_neutrality.tga b/1632_RoF/gfx/flags/SIL_neutrality.tga index 8a551f29..a3576641 100644 Binary files a/1632_RoF/gfx/flags/SIL_neutrality.tga and b/1632_RoF/gfx/flags/SIL_neutrality.tga differ diff --git a/1632_RoF/gfx/flags/SIL_radical.tga b/1632_RoF/gfx/flags/SIL_radical.tga index 29be6b98..0dde1720 100644 Binary files a/1632_RoF/gfx/flags/SIL_radical.tga and b/1632_RoF/gfx/flags/SIL_radical.tga differ diff --git a/1632_RoF/gfx/flags/medium/SIL_absolutist.tga b/1632_RoF/gfx/flags/medium/SIL_absolutist.tga index 6fd559b7..a49459a8 100644 Binary files a/1632_RoF/gfx/flags/medium/SIL_absolutist.tga and b/1632_RoF/gfx/flags/medium/SIL_absolutist.tga differ diff --git a/1632_RoF/gfx/flags/medium/SIL_constitutionalist.tga b/1632_RoF/gfx/flags/medium/SIL_constitutionalist.tga index 6fd559b7..a49459a8 100644 Binary files a/1632_RoF/gfx/flags/medium/SIL_constitutionalist.tga and b/1632_RoF/gfx/flags/medium/SIL_constitutionalist.tga differ diff --git a/1632_RoF/gfx/flags/medium/SIL_liberal.tga b/1632_RoF/gfx/flags/medium/SIL_liberal.tga index 71ffa116..b0d04585 100644 Binary files a/1632_RoF/gfx/flags/medium/SIL_liberal.tga and b/1632_RoF/gfx/flags/medium/SIL_liberal.tga differ diff --git a/1632_RoF/gfx/flags/medium/SIL_neutrality.tga b/1632_RoF/gfx/flags/medium/SIL_neutrality.tga index d94579fe..e4ce7493 100644 Binary files a/1632_RoF/gfx/flags/medium/SIL_neutrality.tga and b/1632_RoF/gfx/flags/medium/SIL_neutrality.tga differ diff --git a/1632_RoF/gfx/flags/medium/SIL_radical.tga b/1632_RoF/gfx/flags/medium/SIL_radical.tga index 71ffa116..b0d04585 100644 Binary files a/1632_RoF/gfx/flags/medium/SIL_radical.tga and b/1632_RoF/gfx/flags/medium/SIL_radical.tga differ diff --git a/1632_RoF/gfx/flags/small/SIL_absolutist.tga b/1632_RoF/gfx/flags/small/SIL_absolutist.tga index 11933776..a3e1b11c 100644 Binary files a/1632_RoF/gfx/flags/small/SIL_absolutist.tga and b/1632_RoF/gfx/flags/small/SIL_absolutist.tga differ diff --git a/1632_RoF/gfx/flags/small/SIL_constitutionalist.tga b/1632_RoF/gfx/flags/small/SIL_constitutionalist.tga index 11933776..a3e1b11c 100644 Binary files a/1632_RoF/gfx/flags/small/SIL_constitutionalist.tga and b/1632_RoF/gfx/flags/small/SIL_constitutionalist.tga differ diff --git a/1632_RoF/gfx/flags/small/SIL_liberal.tga b/1632_RoF/gfx/flags/small/SIL_liberal.tga index 8e6ca58c..266b00a4 100644 Binary files a/1632_RoF/gfx/flags/small/SIL_liberal.tga and b/1632_RoF/gfx/flags/small/SIL_liberal.tga differ diff --git a/1632_RoF/gfx/flags/small/SIL_radical.tga b/1632_RoF/gfx/flags/small/SIL_radical.tga index 8e6ca58c..03dd0988 100644 Binary files a/1632_RoF/gfx/flags/small/SIL_radical.tga and b/1632_RoF/gfx/flags/small/SIL_radical.tga differ diff --git a/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_plane_icons.txt b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_plane_icons.txt new file mode 100644 index 00000000..b2c64b36 --- /dev/null +++ b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_plane_icons.txt @@ -0,0 +1,53 @@ +default = { + small_plane_airframe = { + pool = { + icons = { + GFX_light_plane_5_medium + GFX_light_plane_6_medium + GFX_jet_plane_1_medium + GFX_light_plane_1_medium + GFX_light_plane_2_medium + GFX_light_plane_3_medium + GFX_light_plane_4_medium + } + } + } + cv_small_plane_airframe = { + pool = { + icons = { + GFX_light_plane_1_medium + GFX_light_plane_2_medium + GFX_light_plane_3_medium + GFX_light_plane_4_medium + GFX_jet_plane_1_medium + GFX_light_plane_5_medium + GFX_light_plane_6_medium + } + } + } + medium_plane_airframe = { + pool = { + icons = { + GFX_scout_plane1_medium + GFX_scout_plane2_medium + GFX_medium_plane_3_medium + GFX_advanced_medium_airframe_medium + GFX_modern_medium_airframe_medium + GFX_medium_plane_4_medium + GFX_medium_plane_2_medium + GFX_medium_plane_1_medium + } + } + } + large_plane_airframe = { + pool = { + icons = { + GFX_modern_large_airframe_medium + GFX_advanced_large_airframe_medium + GFX_improved_large_airframe_medium + GFX_basic_large_airframe_medium + GFX_iw_large_airframe_medium + } + } + } +} diff --git a/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_tank_icons.txt b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_tank_icons.txt new file mode 100644 index 00000000..d4b69148 --- /dev/null +++ b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/00_tank_icons.txt @@ -0,0 +1,225 @@ +default = { + light_tank_chassis_0 = { + pool = { + icons = { + GFX_gwtank_chassis_medium + } + } + } + light_tank_chassis_1 = { + pool = { + icons = { + GFX_generic_light_AAB + GFX_generic_light_AAB_camo + # GFX_generic_light_AAC + # GFX_generic_light_AAC_camo + GFX_generic_light_ABA + GFX_generic_light_ABA_camo + GFX_generic_light_ABB + GFX_generic_light_ABB_camo + # GFX_generic_light_ABC + # GFX_generic_light_ABC_camo + # GFX_generic_light_ACA + # GFX_generic_light_ACA_camo + # GFX_generic_light_ACB + # GFX_generic_light_ACB_camo + # GFX_generic_light_ACC + # GFX_generic_light_ACC_camo + } + } + } + + light_tank_chassis_2 = { + pool = { + icons = { + GFX_generic_light_BAB + GFX_generic_light_BAB_camo + # GFX_generic_light_BAC + # GFX_generic_light_BAC_camo + GFX_generic_light_BBA + GFX_generic_light_BBA_camo + GFX_generic_light_BAA + GFX_generic_light_BAA_camo + # GFX_generic_light_BBC + # GFX_generic_light_BBC_camo + # GFX_generic_light_BCA + # GFX_generic_light_BCA_camo + # GFX_generic_light_BCB + # GFX_generic_light_BCB_camo + # GFX_generic_light_BCC + # GFX_generic_light_BCC_camo + } + } + } + + light_tank_chassis_3 = { + pool = { + icons = { + GFX_generic_light_BAB + GFX_generic_light_BAB_camo + # GFX_generic_light_BAC + # GFX_generic_light_BAC_camo + GFX_generic_light_BBA + GFX_generic_light_BBA_camo + GFX_generic_light_BAA + GFX_generic_light_BAA_camo + # GFX_generic_light_BBC + # GFX_generic_light_BBC_camo + # GFX_generic_light_BCA + # GFX_generic_light_BCA_camo + # GFX_generic_light_BCB + # GFX_generic_light_BCB_camo + } + } + } + medium_tank_chassis_0 = { + pool = { + icons = { + GFX_gwtank_chassis_medium + } + } + } + medium_tank_chassis_1 = { + pool = { + icons = { + GFX_generic_medium_AAB + GFX_generic_medium_AAB_camo + GFX_generic_medium_AAC + GFX_generic_medium_AAC_camo + GFX_generic_medium_ABA + GFX_generic_medium_ABA_camo + GFX_generic_medium_ABB + GFX_generic_medium_ABB_camo + GFX_generic_medium_ABC + GFX_generic_medium_ABC_camo + GFX_generic_medium_ACA + GFX_generic_medium_ACA_camo + GFX_generic_medium_ACB + GFX_generic_medium_ACB_camo + GFX_generic_medium_ACC + GFX_generic_medium_ACC_camo + } + } + } + + medium_tank_chassis_2 = { + pool = { + icons = { + GFX_generic_medium_BAB + GFX_generic_medium_BAB_camo + GFX_generic_medium_BAC + GFX_generic_medium_BAC_camo + GFX_generic_medium_BBA + GFX_generic_medium_BBA_camo + GFX_generic_medium_BAA + GFX_generic_medium_BAA_camo + GFX_generic_medium_BBC + GFX_generic_medium_BBC_camo + GFX_generic_medium_BCA + GFX_generic_medium_BCA_camo + GFX_generic_medium_BCB + GFX_generic_medium_BCB_camo + GFX_generic_medium_BCC + GFX_generic_medium_BCC_camo + } + } + } + + medium_tank_chassis_3 = { + pool = { + icons = { + GFX_generic_medium_CAB + GFX_generic_medium_CAB_camo + GFX_generic_medium_CAC + GFX_generic_medium_CAC_camo + GFX_generic_medium_CBA + GFX_generic_medium_CBA_camo + GFX_generic_medium_CBB + GFX_generic_medium_CBB_camo + GFX_generic_medium_CBC + GFX_generic_medium_CBC_camo + GFX_generic_medium_CCA + GFX_generic_medium_CCA_camo + GFX_generic_medium_CCB + GFX_generic_medium_CCB_camo + GFX_generic_medium_CAA + GFX_generic_medium_CAA_camo + } + } + } + heavy_tank_chassis_0 = { + pool = { + icons = { + GFX_gwtank_chassis_medium + } + } + } + heavy_tank_chassis_1 = { + pool = { + icons = { + GFX_generic_heavy_AAB + GFX_generic_heavy_AAB_camo + GFX_generic_heavy_AAC + GFX_generic_heavy_AAC_camo + GFX_generic_heavy_ABA + GFX_generic_heavy_ABA_camo + GFX_generic_heavy_ABB + GFX_generic_heavy_ABB_camo + GFX_generic_heavy_ABC + GFX_generic_heavy_ABC_camo + GFX_generic_heavy_ACA + GFX_generic_heavy_ACA_camo + GFX_generic_heavy_ACB + GFX_generic_heavy_ACB_camo + GFX_generic_heavy_ACC + GFX_generic_heavy_ACC_camo + } + } + } + + heavy_tank_chassis_2 = { + pool = { + icons = { + GFX_generic_heavy_BAB + GFX_generic_heavy_BAB_camo + GFX_generic_heavy_BAC + GFX_generic_heavy_BAC_camo + GFX_generic_heavy_BBA + GFX_generic_heavy_BBA_camo + GFX_generic_heavy_BAA + GFX_generic_heavy_BAA_camo + GFX_generic_heavy_BBC + GFX_generic_heavy_BBC_camo + GFX_generic_heavy_BCA + GFX_generic_heavy_BCA_camo + GFX_generic_heavy_BCB + GFX_generic_heavy_BCB_camo + GFX_generic_heavy_BCC + GFX_generic_heavy_BCC_camo + } + } + } + + heavy_tank_chassis_3 = { + pool = { + icons = { + GFX_generic_heavy_CAB + GFX_generic_heavy_CAB_camo + GFX_generic_heavy_CAC + GFX_generic_heavy_CAC_camo + GFX_generic_heavy_CBA + GFX_generic_heavy_CBA_camo + GFX_generic_heavy_CBB + GFX_generic_heavy_CBB_camo + GFX_generic_heavy_CBC + GFX_generic_heavy_CBC_camo + GFX_generic_heavy_CCA + GFX_generic_heavy_CCA_camo + GFX_generic_heavy_CCB + GFX_generic_heavy_CCB_camo + GFX_generic_heavy_CAA + GFX_generic_heavy_CAA_camo + } + } + } +} diff --git a/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/01_bba_plane_icons.txt b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/01_bba_plane_icons.txt new file mode 100644 index 00000000..eb7c063a --- /dev/null +++ b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/01_bba_plane_icons.txt @@ -0,0 +1,12 @@ +default = { + small_plane_airframe = { + pool = { + icons = { + + } + models= { + + } + } + } +} diff --git a/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/02_lar_plane_icons.txt b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/02_lar_plane_icons.txt new file mode 100644 index 00000000..eb7c063a --- /dev/null +++ b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/02_lar_plane_icons.txt @@ -0,0 +1,12 @@ +default = { + small_plane_airframe = { + pool = { + icons = { + + } + models= { + + } + } + } +} diff --git a/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/_documentation.info b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/_documentation.info new file mode 100644 index 00000000..9fdd0468 --- /dev/null +++ b/1632_RoF/gfx/interface/equipmentdesigner/graphic_db/_documentation.info @@ -0,0 +1,161 @@ +# Associates equipment archetypes and/or types with a GFX entry. +# +# Valid root keys are "default", a continent name or a country tag. Root containers may contain keys with a name +# corresponding to an equipment type or archetype. +# Type containers can contain any number of "pool" collections which can define a "limit" trigger, a sort "weight", +# an "icons" array containing GFX names, and a "models" array containing 3D entity names. +# +# If pools have the same weight, e.g. the default weight of 1: +# - Type and archetype is sorted higher than family type and family archetype. +# - If defined in different scopes, country is sorted higher than continent which is sorted higher than "default". +# - If defined in the same scope, equipment type definitions are sorted higher than equipment archetype definitions. +# - If all else is equal, the order of definition in this file determines sort order, with later definitions sorted +# higher than earlier definitions. +# +# Icons within the same pool are sorted low to high, i.e. they will be displayed in reverse order in the in-game UI. +# +# Please note that if the database is split up into multiple files their alphabetical order will determine the order in +# which they are read and as a result pool definition order. +# +# The final icon set for an equipment type sorted high to low with all pool weights being equal will then contain: +# 1. Country-specific icons for type +# 2. Country-specific icons for archetype +# 3. Continent-specific icons for type +# 4. Continent-specific icons for archetype +# 5. Generic icons for type +# 6. Generic icons for archetype +# 7. Country-specific icons for type family +# 8. Country-specific icons for archetype family +# 9. Continent-specific icons for type family +# 10. Continent-specific icons for archetype family +# 11. Generic icons for type family +# 12. Generic icons for archetype family + +default = { + light_tank_chassis = { + pool = { + icons = { + GFX_gwtank_medium + } + } + pool = { + icons = { + GFX_basic_light_tank_medium + GFX_improved_light_tank_medium + GFX_advanced_light_tank_medium + } + } + pool = { + icons = { + GFX_basic_medium_tank_medium + GFX_improved_medium_tank_medium + GFX_advanced_medium_tank_medium + } + } + } + light_tank_chassis_1 = { + pool = { + icons = { + GFX_basic_heavy_tank_medium + GFX_improved_heavy_tank_medium + GFX_advanced_heavy_tank_medium + } + } + pool = { + icons = { + GFX_super_heavy_tank_medium + GFX_main_battle_tank_medium + } + } + } +} + +europe = { + light_tank_chassis = { + pool = { + icons = { + GFX_FRA_basic_light_tank_medium + GFX_FRA_improved_light_tank_medium + GFX_FRA_advanced_light_tank_medium + } + models = { + FRA_light_armor_0_entity + FRA_light_armor_2_entity + } + } + pool = { + icons = { + GFX_FRA_basic_medium_tank_medium + GFX_FRA_improved_medium_tank_medium + GFX_FRA_advanced_medium_tank_medium + } + models = { + FRA_medium_armor_1_entity + FRA_medium_armor_2_entity + } + } + } + light_tank_chassis_1 = { + pool = { + icons = { + GFX_FRA_basic_heavy_tank_medium + GFX_FRA_improved_heavy_tank_medium + GFX_FRA_advanced_heavy_tank_medium + } + models = { + FRA_heavy_armor_1_entity + FRA_heavy_armor_2_entity + } + } + pool = { + icons = { + GFX_FRA_super_heavy_tank_medium + GFX_FRA_main_battle_tank_medium + } + } + } +} + +GER = { + light_tank_chassis = { + pool = { + icons = { + GFX_GER_basic_light_tank_medium + GFX_GER_improved_light_tank_medium + GFX_GER_advanced_light_tank_medium + } + } + pool = { + icons = { + GFX_GER_basic_medium_tank_medium + GFX_GER_improved_medium_tank_medium + GFX_GER_advanced_medium_tank_medium + } + } + } + light_tank_chassis_1 = { + pool = { + icons = { + GFX_GER_basic_heavy_tank_medium + } + } + pool = { + icons = { + GFX_GER_improved_heavy_tank_medium + } + models = { + GER_heavy_armor_0_entity + } + } + pool = { + limit = { has_dlc = "La Resistance" } + weight = 2 + icons = { + GFX_GER_advanced_heavy_tank_medium + } + models = { + GER_heavy_armor_2_entity + } + } + } +} diff --git a/1632_RoF/gfx/interface/equipmentdesigner/tanks/designer/00_tank_icons.txt b/1632_RoF/gfx/interface/equipmentdesigner/tanks/designer/00_tank_icons.txt deleted file mode 100644 index 8ad6b9ba..00000000 --- a/1632_RoF/gfx/interface/equipmentdesigner/tanks/designer/00_tank_icons.txt +++ /dev/null @@ -1,227 +0,0 @@ -default = { - light_tank_chassis_0 = { - pool = { - icons = { - "gfx/interface/technologies/gwtank.dds" - } - } - } - light_tank_chassis_1 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_AAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_AAB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_AAC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_AAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ABC_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACA.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACA_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACB.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_ACC_camo.dds" - } - } - } - - light_tank_chassis_2 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAA_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBC_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCA.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCA_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCB.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCC_camo.dds" - } - } - } - - light_tank_chassis_3 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBA_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBB.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBB_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBC.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BBC_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCA.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCA_camo.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCB.dds" -# "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BCB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_light_BAA_camo.dds" - } - } - } - medium_tank_chassis_0 = { - pool = { - icons = { - "gfx/interface/technologies/gwtank.dds" - } - } - } - medium_tank_chassis_1 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_AAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_AAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_AAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_AAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ABC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_ACC_camo.dds" - } - } - } - - medium_tank_chassis_2 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BBA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BAA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BBC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BBC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_BCC_camo.dds" - } - } - } - - medium_tank_chassis_3 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CBC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CCA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CCA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CCB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CCB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_medium_CAA_camo.dds" - } - } - } - heavy_tank_chassis_0 = { - pool = { - icons = { - "gfx/interface/technologies/gwtank.dds" - } - } - } - heavy_tank_chassis_1 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_AAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_AAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_AAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_AAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ABC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_ACC_camo.dds" - } - } - } - - heavy_tank_chassis_2 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BBA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BAA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BBC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BBC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_BCC_camo.dds" - } - } - } - - heavy_tank_chassis_3 = { - pool = { - icons = { - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBC.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CBC_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CCA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CCA_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CCB.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CCB_camo.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAA.dds" - "gfx/interface/equipmentdesigner/tanks/designer/generic/generic_heavy_CAA_camo.dds" - } - } - } -} \ No newline at end of file diff --git a/1632_RoF/gfx/loadingscreens/load_aat.dds b/1632_RoF/gfx/loadingscreens/load_aat.dds new file mode 100644 index 00000000..206af00f Binary files /dev/null and b/1632_RoF/gfx/loadingscreens/load_aat.dds differ diff --git a/1632_RoF/gfx/loadingscreens/load_aat2.dds b/1632_RoF/gfx/loadingscreens/load_aat2.dds new file mode 100644 index 00000000..40580e0f Binary files /dev/null and b/1632_RoF/gfx/loadingscreens/load_aat2.dds differ diff --git a/1632_RoF/gfx/loadingscreens/load_bba.dds b/1632_RoF/gfx/loadingscreens/load_bba.dds new file mode 100644 index 00000000..97124a4f Binary files /dev/null and b/1632_RoF/gfx/loadingscreens/load_bba.dds differ diff --git a/1632_RoF/gfx/loadingscreens/load_btfb.dds b/1632_RoF/gfx/loadingscreens/load_btfb.dds new file mode 100644 index 00000000..2f30eddd Binary files /dev/null and b/1632_RoF/gfx/loadingscreens/load_btfb.dds differ diff --git a/1632_RoF/history/countries/ARM - Armenia.txt b/1632_RoF/history/countries/ARM - Armenia.txt index 8bcac10c..801ead42 100644 --- a/1632_RoF/history/countries/ARM - Armenia.txt +++ b/1632_RoF/history/countries/ARM - Armenia.txt @@ -36,7 +36,7 @@ add_ideas = { create_country_leader = { name = "Artem Khatchaturiants" desc = "POLITICS_ARTEM_KHATCHATURIANTS_DESC" - picture = "gfx/leaders/ITA/Portrait_Italy_Victor_Emmanuel_III.dds" + picture = "gfx/leaders/ITA/Portrait_Italy_Vittorio_Emanuele_III.dds" expire = "1660.1.1" ideology = absolute_monarchy_neutral traits = { diff --git a/1632_RoF/history/countries/RUS - Russia.txt b/1632_RoF/history/countries/RUS - Russia.txt index f36c5557..6dd6a4d5 100644 --- a/1632_RoF/history/countries/RUS - Russia.txt +++ b/1632_RoF/history/countries/RUS - Russia.txt @@ -82,3 +82,12 @@ recruit_character = RUS_mikhail_shein recruit_character = RUS_artemi_izmailov recruit_character = RUS_filaret activate_advisor = RUS_filaret +if = { + limit = { + is_debug = yes + } + set_power_balance = { + id = RUS_commonwealth_opinion_balance + set_default = yes # whether or not to reset the power balance to the initial value, default = no + } +} diff --git a/1632_RoF/history/countries/SWI - Switzerland.txt b/1632_RoF/history/countries/SWI - Switzerland.txt index 21cb2f32..a5b7a2f3 100644 --- a/1632_RoF/history/countries/SWI - Switzerland.txt +++ b/1632_RoF/history/countries/SWI - Switzerland.txt @@ -39,7 +39,7 @@ set_stability = 0.5 create_country_leader = { name = "Federal Diet" desc = "POLITICS_MARC_COMTESSE_DESC" - picture = "gfx/leaders/SWI/Portrait_Switzerland_Federal_council.dds" + picture = "gfx/leaders/SWI/Portrait_Switzerland_Federal_assembly.dds" expire = "1660.1.1" ideology = republican_neutral traits = { diff --git a/1632_RoF/history/units/NUS_OOB.txt b/1632_RoF/history/units/NUS_OOB.txt index 0804b796..5a982dc5 100644 --- a/1632_RoF/history/units/NUS_OOB.txt +++ b/1632_RoF/history/units/NUS_OOB.txt @@ -31,5 +31,6 @@ units = { force_equipment_variants = { up_time_weapons = { owner = NUS } } start_experience_factor = 0.05 start_equipment_factor = 1 + start_manpower_factor = 1 } } \ No newline at end of file diff --git a/1632_RoF/interface/countryconstructionsview.gui b/1632_RoF/interface/countryconstructionsview.gui index 6d453d79..130a3e3f 100644 --- a/1632_RoF/interface/countryconstructionsview.gui +++ b/1632_RoF/interface/countryconstructionsview.gui @@ -2,19 +2,19 @@ guiTypes = { containerWindowType = { name = "countryconstructionsview" - position = { x=-606 y=78} + position = { x=-606 y=78 } show_position = { x=-9 y =78 } show_animation_type = decelerated hide_animation_type = accelerated - animation_time = 300 + animation_time = 300 size = { width=550 height=100%% } clipping = no - + #hide_sound = menu_close_window show_sound = menu_open_window - + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_window_thin_border" } @@ -24,74 +24,69 @@ guiTypes = { position = { x= 5 y = 37 } Orientation = "UPPER_LEFT" } - + iconType ={ name ="production_header_bg" spriteType = "GFX_header_bg" position = { x= 5 y = 07 } Orientation = "UPPER_LEFT" - } - + } + instantTextboxType = { name = "construction_title" position = { x = 45 y = 8 } textureFile = "" font = "hoi_36header" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "CONSTRUCTION_VIEW_LABLE" - maxWidth = 240 + maxWidth = 400 maxHeight = 20 - format = left + format = left } - + containerWindowType = { name = "production_win_top" position = { x = 28 y = 26 } size = { width = 100% height = 80% } verticalScrollbar = "right_vertical_slider" - - #background = { - # name = "Background" - # spriteType ="GFX_production_win_top" - #} iconType = { name = "civilian_factory_icon" position = { x = -11 y = 29 } spriteType = "GFX_non_available_factory_icon" } - - + + instantTextboxType = { name = "available_factories_value" position = { x = 10 y = 32 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "20/37" maxWidth = 87 maxHeight = 20 format = center } - - + + instantTextboxType = { name = "from_trade" position = { x = 94 y = 24 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "from_trade" maxWidth = 200 maxHeight = 20 format = left - } + } instantTextboxType = { name = "traded_factories_value" position = { x = 159 y = 24 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "99" maxWidth = 70 maxHeight = 20 @@ -103,63 +98,83 @@ guiTypes = { position = { x = 94 y = 44 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "owned" maxWidth = 200 maxHeight = 20 format = left } - + instantTextboxType = { name = "local_factories_value" position = { x = 159 y = 44 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "99" maxWidth = 70 maxHeight = 20 format = right } + iconType = { + name = "cic_bank_icon" + position = { x = 262 y = 22 } + spriteType = "GFX_civ_factory_output_icon" + hide = yes # Remove this line to show CIC bank info in the Constructions view. + } + + instantTextboxType = { + name = "cic_bank_value" + position = { x = 315 y = 24 } + textureFile = "" + font = "hoi_18mbs" + borderSize = { x = 0 y = 0 } + text = "0" + maxWidth = 70 + maxHeight = 20 + format = right + hide = yes # Remove this line to show CIC bank info in the Constructions view. + } + iconType = { name = "construction_speed_icon" position = { x = 264 y = 45 } spriteType = "GFX_construction_speed_icon" } - + instantTextboxType = { name = "construction_speed_value" position = { x = 315 y = 44 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "99" maxWidth = 70 maxHeight = 20 format = right - } - + } + } - + instantTextboxType = { name = "location" position = { x = 20 y = 106 } font = "hoi_18mbs" - maxWidth = 150 + maxWidth = 150 text = "CONSTRUCTION_LOCATION_LABEL" format = center } - + instantTextboxType = { name = "task" position = { x = 180 y = 106 } font = "hoi_18mbs" - maxWidth = 80 + maxWidth = 80 text = "CONSTRUCTION_TASK_LABEL" format = center } - + iconType = { name = "factories" position = { x = 274 y = 106 } @@ -170,20 +185,20 @@ guiTypes = { name = "factories_amount" position = { x = 250 y = 106 } font = "hoi_18mbs" - maxWidth = 120 + maxWidth = 120 text = "CONSTRUCTION_FACTORIES_LABEL" format = center } - + instantTextboxType = { name = "priority" position = { x = 330 y = 106 } font = "hoi_18mbs" - maxWidth = 110 + maxWidth = 110 text = "CONSTRUCTION_PRIORITY_LABEL" format = center } - + containerWindowType = { name = "production_lines" position = { x = 0 y = 130 } @@ -192,18 +207,18 @@ guiTypes = { vertical_scroll_step = 52 scroll_wheel_factor = 40 smooth_scrolling = yes - margin = { top = 13 left = 13 bottom = 15 right = 25} - + margin = { top = 13 left = 13 bottom = 15 right = 25 } + background = { name = "Background" quadTextureSprite ="GFX_tiled_window2_1b_border" } background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_generic_overlay_bg1_small" } - + gridBoxType = { name = "item_grid" position = { x = 1 y = 5 } @@ -211,18 +226,13 @@ guiTypes = { slotsize = { width = 500 height = 1 } max_slots_horizontal = 1 format = "UPPER_LEFT" - } + } } - + containerWindowType = { name = "possible_constructions" position = { x = 438 y = 48 } size = { width = 104 height = 585 } - -# background = { -# name = "Background" -# quadTextureSprite ="GFX_tiled_plain_bg_small" -# } iconType = { name = "constructions_bg1" @@ -235,7 +245,7 @@ guiTypes = { position = { x = 0 y = 152 } quadTextureSprite = "GFX_constructions_bg4" } - + iconType = { name = "constructions_bg3" position = { x = 0 y = 380 } @@ -259,7 +269,7 @@ guiTypes = { position = { x = 5 y = 383 } quadTextureSprite = "GFX_province_constructions" } - + gridBoxType = { name = "non_shared_item_grid" position = { x = 8 y = 51 } @@ -268,7 +278,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridBoxType = { name = "shared_item_grid" position = { x = 8 y = 196 } @@ -277,7 +287,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridBoxType = { name = "province_item_grid" position = { x = 8 y = 422 } @@ -286,7 +296,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + buttonType = { name = "convert_ic_button" position = { x = -50 y = 332 } @@ -297,7 +307,7 @@ guiTypes = { pdx_tooltip_delayed = "CONSTRUCTION_CONVERT_IC_TOOLTIP_DELAYED" } } - + buttonType = { name = "minimize" position = { x = -93 y = 12 } @@ -306,7 +316,7 @@ guiTypes = { Orientation = "UPPER_RIGHT" pdx_tooltip = "CONSTRUCTION_MINIMIZE" } - + buttonType = { name = "expand" position = { x = -93 y = 12 } @@ -315,7 +325,7 @@ guiTypes = { Orientation = "UPPER_RIGHT" pdx_tooltip = "CONSTRUCTION_EXPAND" } - + buttonType = { name = "close_button" position = { x = -43 y = 9 } @@ -325,7 +335,7 @@ guiTypes = { Orientation = "UPPER_RIGHT" clicksound = click_close } - + #todo remove, text icons are not being displayed unless they are in gui buttonType = { name = "temp" @@ -334,7 +344,7 @@ guiTypes = { buttonFont = "Main_14_black" Orientation = "UPPER_LEFT" } - + iconType ={ name ="tutorial_glow" spriteType = "GFX_tutorial_building_icon_glow" @@ -343,28 +353,28 @@ guiTypes = { hide = yes } } - - + + containerWindowType = { name = "start_construction_entry" position = { x=0 y=4 } size = { width = 45 height = 45 } clipping = no - + buttonType = { name = "start_construction_button" position = { x = 0 y = 0 } spriteType = "GFX_buildings_strip" clicksound = click_default } - + iconType = { name = "start_construction_overlay" position = { x = -1 y = 0 } quadTextureSprite = "GFX_construction_glow_overlay" } } - + containerWindowType = { name = "production_building_line_entry" position = { x=0 y=0 } @@ -387,30 +397,16 @@ guiTypes = { buttonType = { name = "relative_flag" quadTextureSprite ="GFX_construction_flag" - position = { x= 0 y = 0} + position = { x= 0 y = 0 } alwaystransparent = yes } - -# iconType ={ -# name ="country_flag_frame" -# spriteType = "GFX_flag_small_golden_frame" -# position = { x= 142 y = 4 } -# Orientation = "UPPER_LEFT" -# alwaystransparent = yes -# } - -# buttonType = { -# name = "relative_flag" -# quadTextureSprite ="GFX_flag_small2" -# position = { x= 10 y = 12 } -# } instantTextboxType = { name = "location" position = { x = 20 y = 4 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "Maus" maxWidth = 150 maxHeight = 40 @@ -419,12 +415,12 @@ guiTypes = { vertical_alignment = center alwaystransparent = yes } - + iconType = { name = "picture" position = { x = 172 y = 5 } spriteType = "GFX_buildings_strip" - } + } iconType = { name = "overlay" position = { x = 172 y = 5 } @@ -432,25 +428,25 @@ guiTypes = { frame = 2 alwaystransparent = yes } - + iconType = { name = "progress" spriteType = "GFX_construction_progressbar" position = { x= 249 y = 36 } } - + instantTextboxType = { name = "queued" - position = { x = 192 y = 29 } + position = { x = 162 y = 29 } textureFile = "" font = "hoi_18b" text = "-" - maxWidth = 20 + maxWidth = 50 maxHeight = 20 format = right alwaystransparent = yes } - + iconType = { name = "repair" spriteType = "GFX_building_repair" @@ -462,7 +458,7 @@ guiTypes = { spriteType = "GFX_ongoing_contruction_anim" position = { x = 254 y = 9 } } - + instantTextboxType = { name = "factories" position = { x = 254 y = 9 } @@ -473,7 +469,7 @@ guiTypes = { maxHeight = 20 format = center } - + buttonType = { name = "increase_priority" position = { x=318 y=14 } @@ -482,7 +478,7 @@ guiTypes = { pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" clicksound = click_default } - + buttonType = { name = "decrease_priority" position = { x=341 y=14 } @@ -491,7 +487,7 @@ guiTypes = { pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" clicksound = click_default } - + buttonType = { name = "increase_amount" quadTextureSprite ="GFX_zoom_in" @@ -501,15 +497,15 @@ guiTypes = { scale = 0.9 clicksound = click_default } - + buttonType = { name = "decrease_amount" quadTextureSprite ="GFX_zoom_out" position = { x = 214 y = 27 } - scale = 0.9 - clicksound = click_default + scale = 0.9 + clicksound = click_default } - + buttonType = { name = "close_production_line" position = { x=370 y=14 } @@ -522,9 +518,9 @@ guiTypes = { position = { x = 260 y = 10 } quadTextureSprite ="GFX_scorched_earth" pdx_tooltip = "SCORCHED_EARTH_STATE_PREVENT_REPAIRS" - } + } } - + containerWindowType = { name = "production_railway_gun_repair_entry" position = { x=0 y=0 } @@ -547,7 +543,7 @@ guiTypes = { buttonType = { name = "relative_flag" quadTextureSprite ="GFX_construction_flag" - position = { x= 0 y = 0} + position = { x= 0 y = 0 } alwaystransparent = yes } @@ -556,7 +552,7 @@ guiTypes = { position = { x = 20 y = 4 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "Maus" maxWidth = 150 maxHeight = 40 @@ -565,13 +561,13 @@ guiTypes = { vertical_alignment = center alwaystransparent = yes } - + iconType = { name = "picture" position = { x = 172 y = 5 } spriteType = "GFX_buildings_railway_gun" } - + iconType = { name = "overlay" position = { x = 172 y = 5 } @@ -579,13 +575,13 @@ guiTypes = { frame = 2 alwaystransparent = yes } - + iconType = { name = "progress" spriteType = "GFX_construction_progressbar" position = { x= 249 y = 36 } } - + instantTextboxType = { name = "queued" position = { x = 192 y = 29 } @@ -597,7 +593,7 @@ guiTypes = { format = right alwaystransparent = yes } - + iconType = { name = "repair" spriteType = "GFX_building_repair" @@ -609,7 +605,7 @@ guiTypes = { spriteType = "GFX_ongoing_contruction_anim" position = { x = 254 y = 9 } } - + instantTextboxType = { name = "factories" position = { x = 254 y = 9 } @@ -620,7 +616,7 @@ guiTypes = { maxHeight = 20 format = center } - + buttonType = { name = "increase_priority" position = { x=318 y=14 } @@ -629,7 +625,7 @@ guiTypes = { pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" clicksound = click_default } - + buttonType = { name = "decrease_priority" position = { x=341 y=14 } @@ -637,9 +633,9 @@ guiTypes = { pdx_tooltip = "PRODUCTION_DECREASE_PRIORITY_LABEL" pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" clicksound = click_default - } + } } - + containerWindowType = { name = "static_consumer_goods_entry" position = { x=0 y=0 } @@ -650,31 +646,30 @@ guiTypes = { name = "Background" quadTextureSprite ="GFX_construction_special_entry_bg" } - + instantTextboxType = { name = "name" position = { x = 20 y = 16 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "PRODUCTION_CONSUMER_GOODS" maxWidth = 150 maxHeight = 20 format = left - vertical_alignment = center - + alwaystransparent = yes } - + iconType = { name = "picture" position = { x = 210 y = 26 } spriteType = "GFX_consumer_goods_icon" centerposition = yes - + alwaystransparent = yes } - + instantTextboxType = { name = "factories" position = { x = 254 y = 17 } @@ -684,11 +679,11 @@ guiTypes = { maxWidth = 50 maxHeight = 20 format = center - + alwaystransparent = yes - } + } } - + containerWindowType = { name = "static_traded_factories_entry" position = { x=0 y=0 } @@ -699,30 +694,30 @@ guiTypes = { name = "Background" quadTextureSprite ="GFX_construction_special_entry_bg" } - + instantTextboxType = { name = "name" position = { x = 20 y = 16 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "CONSTRUCTION_FACTORIES_TRADE_LABEL" - maxWidth = 250 + maxWidth = 150 maxHeight = 20 format = left - + alwaystransparent = yes } - + iconType = { name = "picture" position = { x = 210 y = 25 } spriteType = "GFX_traded_factories_icon" centerposition = yes - + alwaystransparent = yes } - + instantTextboxType = { name = "factories" position = { x = 254 y = 17 } @@ -732,9 +727,9 @@ guiTypes = { maxWidth = 50 maxHeight = 20 format = center - + alwaystransparent = yes - } + } } containerWindowType = { @@ -747,30 +742,30 @@ guiTypes = { name = "Background" quadTextureSprite ="GFX_construction_special_entry_bg" } - + instantTextboxType = { name = "name" position = { x = 20 y = 16 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = { x = 0 y = 0 } text = "CONSTRUCTION_FACTORIES_PROJECTS_LABEL" - maxWidth = 250 + maxWidth = 150 maxHeight = 20 format = left - + alwaystransparent = yes } - + iconType = { name = "picture" - position = { x = 210 y = 26} + position = { x = 210 y = 26 } spriteType = "GFX_special_project_icon" centerposition = yes - + alwaystransparent = yes } - + instantTextboxType = { name = "factories" position = { x = 254 y = 17 } @@ -780,8 +775,65 @@ guiTypes = { maxWidth = 50 maxHeight = 20 format = center - + alwaystransparent = yes - } + } + } + + containerWindowType = { + name = "static_contract_payment_entry" + position = { x=0 y=0 } + size = { width = 400 height = 52 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_construction_special_entry_bg" + } + + instantTextboxType = { + name = "name" + position = { x = 20 y = 16 } + textureFile = "" + font = "hoi_18mbs" + borderSize = { x = 0 y = 0 } + text = "CONSTRUCTION_FACTORIES_MARKET_CONTRACT_LABEL" + maxWidth = 150 + maxHeight = 20 + format = left + + alwaystransparent = yes + } + + iconType = { + name = "picture" + position = { x = 210 y = 26 } + spriteType = "GFX_ongoing_market_contract_icon" + centerposition = yes + + alwaystransparent = yes + } + + instantTextboxType = { + name = "factories" + position = { x = 254 y = 17 } + textureFile = "" + font = "hoi_18b" + text = "-" + maxWidth = 50 + maxHeight = 20 + format = center + + alwaystransparent = yes + } + + buttonType = { + name = "open_market_view_btn" + position = { x = 305 y = 12 } + quadTextureSprite ="GFX_button_94x31" + buttonFont = "hoi_16mbs" + Orientation = "UPPER_LEFT" + buttonText = "CONSTRUCTION_GO_TO_MARKET_BUTTON" + } } -} \ No newline at end of file +} diff --git a/1632_RoF/interface/countrydiplomacyview.gui b/1632_RoF/interface/countrydiplomacyview.gui index c8e07776..17e20884 100644 --- a/1632_RoF/interface/countrydiplomacyview.gui +++ b/1632_RoF/interface/countrydiplomacyview.gui @@ -2,48 +2,48 @@ guiTypes = { containerWindowType = { name = "countrydiplomacyview" - position = { x=-606 y=78} + position = { x=-606 y=78} show_position = { x=-6 y =78 } show_animation_type = decelerated hide_animation_type = accelerated - animation_time = 300 + animation_time = 300 size = { width=550 height=100%% } verticalScrollbar = "right_vertical_slider" #horizontalScrollbar = "bottom_horizontal_slider" - + #hide_sound = menu_close_window show_sound = menu_open_window - + background = { - name = "Background" + name = "Background" spriteType ="GFX_tiled_bg" } - + containerWindowType = { name = "country_info" - position = { x = 0 y = 50} + position = { x = 0 y = 50} size = { width = 530 height = 100%% } iconType = { name = "diplo_upper_win_bg" position = { x = 139 y = -4 } spriteType = "GFX_diplo_upper_win_bg" - } - + } + iconType = { name = "diplo_country_flag" quadTextureSprite ="GFX_shield_medium" position = { x= 40 y = 1 } Orientation = "UPPER_LEFT" - } - + } + iconType = { name = "diplo_flag_frame" position = { x = 14 y = -10 } spriteType = "GFX_diplo_flag_frame" alwaystransparent = yes - } - + } + iconType ={ name = "ideology_icon" spriteType = "GFX_ideology_unknown" @@ -51,13 +51,13 @@ guiTypes = { Orientation = "UPPER_LEFT" frame = 1 } - + instantTextboxType = { name = "country_name" position = { x = 245 y = 3 } font = "hoi_18mbs" text = "Germanian" - maxWidth = 173 + maxWidth = 195 fixedsize = yes maxHeight = 20 format = left @@ -65,10 +65,10 @@ guiTypes = { containerWindowType = { name = "faction" - position = { x = 245 y = 23} + position = { x = 245 y = 23} size = { width = 175 height = 20 } clipping = no - + instantTextboxType = { name = "faction_name" position = { x = 0 y = 0 } @@ -76,11 +76,11 @@ guiTypes = { text = "faction" maxWidth = 173 maxHeight = 20 - fixedsize = yes + fixedsize = yes format = left } } - + instantTextboxType = { name = "leader_name" position = { x = 245 y = 43 } @@ -89,7 +89,7 @@ guiTypes = { maxWidth = 173 maxHeight = 20 format = left - fixedsize = yes + fixedsize = yes } containerWindowType = { @@ -97,20 +97,20 @@ guiTypes = { position = { x = 341 y = 5 } #position = { x = 425 y = 5 } size = { width = 100 height = 60 } clipping = no - + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_opinion_bg" - position = { x = 33 y = -4 } + position = { x = 33 y = -4 } } - + iconType = { name = "our_opinion_left_flag" quadTextureSprite ="GFX_flag_small" position = { x = 38 y = 9 } alwaystransparent = yes } - + instantTextboxType = { name = "our_opinion_value" position = { x = 67 y = -4 } @@ -120,14 +120,14 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "their_opinion_left_flag" quadTextureSprite ="GFX_flag_small" position = { x = 74 y = 21 } alwaystransparent = yes } - + instantTextboxType = { name = "their_opinion_value" position = { x = 37 y = 42 } @@ -144,14 +144,14 @@ guiTypes = { name ="stability_bg" spriteType = "GFX_diplo_unity_bg" position = { x= 447 y = 1 } #position = { x= 370 y = 1 } - } - + } + iconType = { name ="stability_icon" spriteType = "GFX_stability_icon" position = { x= 455 y = 9 } #position = { x= 378 y = 9 } - } + } instantTextboxType = { name = "stability_value" @@ -162,20 +162,20 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name ="war_support_bg" spriteType = "GFX_diplo_unity_bg" position = { x= 490 y = 1 } #position = { x= 414 y = 1 } - } - + } + iconType = { name ="war_support_icon" spriteType = "GFX_war_support_icon" position = { x= 497 y = 9 } #position = { x= 421 y = 9 } - } + } instantTextboxType = { name = "war_support_value" @@ -186,9 +186,9 @@ guiTypes = { maxHeight = 20 format = center } - - + + #------------------------- TAB BUTTONS ---------------------------- iconType = { name = "tabs_background" @@ -204,7 +204,7 @@ guiTypes = { buttonText = "DIPLOMACY_RELATIONS_TAB" font = "hoi_18mbs" } - + buttonType = { name = "info_tab_button" quadTextureSprite = "GFX_tab_intel_ledger" @@ -212,37 +212,37 @@ guiTypes = { buttonText = "DIPLOMACY_INFO_TAB" font = "hoi_18mbs" } - + #------------------------- END TAB BUTTONS ---------------------------- - + #------------------------- RELATIONS TAB ---------------------------- - + containerWindowType = { name = "diplomacy_tab_top" position = { x=0 y= 110 } - + iconType = { name = "leader_portrait" position = { x = 20 y = 10 } spriteType = "GFX_leader_unknown" scale = 0.74 } - + iconType = { name = "diplo_leader_frame" position = { x = 13 y = 0 } spriteType = "GFX_diplo_leader_frame" alwaystransparent = yes } - + iconType = { name = "top_bg" spriteType = "GFX_diplo_upper_diplo_bg" position = { x = 138 y = 0 } alwaystransparent = yes } - + containerWindowType = { name = "political_pie_chart" position = { x = 141 y = 9 } @@ -254,20 +254,20 @@ guiTypes = { spriteType = "GFX_political_chart_big" position = { x = 51 y = 5 } } - + iconType ={ name ="pol_view_bg" spriteType = "GFX_pol_piechart_overlay" position = { x= 16 y = 0 } - } - } - + } + } + containerWindowType = { name = "ruling_party_info" position = { x = 258 y = 25 } size = { width = 255 height = 60 } clipping = no - + instantTextboxType = { name = "party_name" position = { x = 5 y = -5 } @@ -277,7 +277,7 @@ guiTypes = { maxHeight = 20 fixedsize = yes } - + instantTextboxType = { name = "ideology_name" position = { x = 5 y = 10 } @@ -286,7 +286,7 @@ guiTypes = { maxWidth = 245 maxHeight = 20 } - + instantTextboxType = { name = "elections" position = { x = 5 y = 25 } @@ -302,7 +302,7 @@ guiTypes = { position = { x = 144 y = 88 } size = { width = 330 height = 50 } clipping = no - + buttonType = { name = "show_national_goal_button" position = { x = 103 y = 7 } @@ -314,10 +314,10 @@ guiTypes = { name = "goal_icon" position = { x = 48 y = 39 } spriteType = "GFX_goal_unknown" - centerposition = yes + centerposition = yes scale = 0.9 } - + instantTextboxType = { name = "national_focus_label" position = { x = 146 y = 23 } @@ -327,31 +327,31 @@ guiTypes = { maxHeight = 20 format = center alwaystransparent = yes - vertical_alignment = center + vertical_alignment = center } - + iconType = { name = "progress" spriteType = "GFX_activegoal_progress" - position = { x=129 y = 57 } - alwaystransparent = yes + position = { x=129 y = 57 } + alwaystransparent = yes } - + iconType = { name = "progress_frame" position = { x = 127 y = 57 } spriteType = "GFX_pol_goal_progress_frame" alwaystransparent = yes - } + } } } - - + + containerWindowType = { name = "relations_info" position = { x = 11 y = 355 } size = { width = 268 height = -50 } - margin = { top = 8 bottom = 8} + margin = { top = 8 bottom = 8} verticalScrollbar = "right_vertical_slider" scroll_wheel_factor = 50 smooth_scrolling = yes @@ -360,7 +360,7 @@ guiTypes = { name = "Background" spriteType ="GFX_tiled_window_1b_thin_border" } - + gridboxtype = { name = "relations_grid" position = { x = 10 y = 10 } @@ -371,7 +371,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "diplomatic_actions" position = { x = 272 y = 355 } @@ -379,7 +379,7 @@ guiTypes = { verticalScrollbar = "right_vertical_slider" scroll_wheel_factor = 40 smooth_scrolling = yes - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_thin_border" @@ -390,7 +390,7 @@ guiTypes = { position = { x = 8 y= 6 } spriteType = "GFX_win_header_short" } - + gridboxtype = { name = "actions_grid" position = { x = 10 y = 32 } @@ -404,14 +404,14 @@ guiTypes = { name = "national_spirit_info" position = { x = 17 y = 285 } size = { width = 530 height = 70 } - + iconType = { name = "diplo_nat_spirits_bg" spriteType = "GFX_diplo_nat_spirits_bg" position = { x = -2 y = -14 } } - - + + instantTextBoxType = { name = "spirit_title" position = { x = 0 y = 0 } @@ -419,21 +419,21 @@ guiTypes = { borderSize = {x = 0 y = 0} text = "FE_COUNTRY_SPIRIT" maxWidth = 240 - maxHeight = 30 + maxHeight = 30 } - + containerWindowType = { name = "national_spirit_container" position = { x = -380 y = -5 } size = { width = 375 height = 74 } verticalScrollbar = "right_vertical_slider" orientation = upper_right - + background = { name = "Background" spriteType ="GFX_tiled_window_transparent" } - + gridboxtype = { name = "national_spirit_ideas_grid" position = { x = -5 y = 2 } @@ -452,31 +452,31 @@ guiTypes = { } } } - + #------------------------- END RELATIONS TAB ---------------------------- - + #------------------------- INFO TAB ---------------------------- - - + + containerWindowType = { name = "ideas_info" position = { x = 10 y = 102 } size = { width = 265 height = -50 } verticalScrollbar = "right_vertical_slider" margin = { top = 7 bottom = 7 } - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_thin_border" } } - + containerWindowType = { name = "trade_info" position = { x = 272 y = 102 } size = { width = 263 height = 84 } verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_plain_bg" @@ -487,7 +487,7 @@ guiTypes = { # quadTextureSprite ="GFX_diplo_details_header" # position = { x = 13 y = 1 } # } - + gridboxtype = { name = "trade_grid" position = { x = 27 y = 5 } @@ -497,14 +497,14 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "estimated_enemy_force_info" position = { x = 272 y = 188 } size = { width = 265 height = -50 } verticalScrollbar = "right_vertical_slider" margin = { top=6 bottom=8 } - + background = { name = "Background" spriteType ="GFX_tiled_plain_bg" @@ -515,7 +515,7 @@ guiTypes = { quadTextureSprite ="GFX_diplo_details_header" position = { x = 13 y = 5 } } - + instantTextboxType = { name = "window_header_text" position = { x = 32 y = 17 } @@ -531,14 +531,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 10 y = 105 } } - + iconType = { name = "estimated_military_forces_icon" quadTextureSprite ="GFX_endgame_army_button" position = { x = 40 y = 55 } pdx_tooltip = ESTIMATED_MILITARY_FORCES } - + instantTextboxType = { name = "estimated_military_forces" position = { x = 16 y = 108 } @@ -554,14 +554,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 10 y = 195 } } - + iconType = { name = "estimated_navy_forces_icon" quadTextureSprite ="GFX_endgame_navy_button" position = { x = 40 y = 145 } pdx_tooltip = ESTIMATED_NAVY_FORCES } - + instantTextboxType = { name = "estimated_navy_forces" position = { x = 16 y = 198 } @@ -577,14 +577,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 10 y = 285 } } - + iconType = { name = "estimated_air_forces_icon" quadTextureSprite ="GFX_endgame_air_button" position = { x = 40 y = 235 } pdx_tooltip = ESTIMATED_AIR_FORCES } - + instantTextboxType = { name = "estimated_airforce" position = { x = 16 y = 289 } @@ -600,14 +600,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 130 y = 285 } } - + iconType = { name = "estimated_civil_industry_icon" quadTextureSprite ="GFX_endgame_civ_industry_button" position = { x = 155 y = 235 } pdx_tooltip = ESTIMATED_CIVIL_INDUSTRY } - + instantTextboxType = { name = "estimated_civil_industry_size" position = { x = 130 y = 289 } @@ -623,14 +623,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 130 y = 105 } } - + iconType = { name = "estimated_mil_industry_icon" quadTextureSprite ="GFX_endgame_industry_button" position = { x = 155 y = 55 } pdx_tooltip = ESTIMATED_MIL_INDUSTRY } - + instantTextboxType = { name = "estimated_military_industry_size" position = { x = 130 y = 108 } @@ -646,14 +646,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 130 y = 195 } } - + iconType = { name = "estimated_naval_industry_icon" quadTextureSprite ="GFX_endgame_naval_industry_button" position = { x = 155 y = 145 } pdx_tooltip = ESTIMATED_NAVAL_INDUSTRY } - + instantTextboxType = { name = "estimated_naval_industry_size" position = { x = 130 y = 198 } @@ -669,14 +669,14 @@ guiTypes = { quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 10 y = 375 } } - + iconType = { name = "estimated_convoys_icon" quadTextureSprite ="GFX_endgame_convoys_button" position = { x = 40 y = 325 } pdx_tooltip = ESTIMATED_CONVOYS_ICON - } - + } + instantTextboxType = { name = "estimated_convoy_size" position = { x = 16 y = 379 } @@ -686,20 +686,20 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "estimated_manpower_bg" quadTextureSprite ="GFX_generic_text_bg_108" position = { x = 130 y = 375 } } - + iconType = { name = "estimated_manpower_icon" quadTextureSprite ="GFX_endgame_manpower_button" position = { x = 155 y = 325 } pdx_tooltip = ESTIMATED_MANPOWER - } - + } + instantTextboxType = { name = "estimated_manpower_size" position = { x = 130 y = 379 } @@ -710,7 +710,7 @@ guiTypes = { format = center } } - + #------------------------- END INFO TAB ---------------------------- iconType ={ @@ -719,10 +719,10 @@ guiTypes = { position = { x = 3 y = -55 } Orientation = "LOWER_LEFT" } - + buttonType = { name = "back_button" - position = { x = 165 y = -48 } + position = { x = 24 y = -48 } clicksound = click_close quadTextureSprite ="GFX_button_221x34" buttonFont = "hoi_16mbs" @@ -730,6 +730,17 @@ guiTypes = { buttonText = "OPEN_COUNTRY_LIST" clicksound = click_close } + + buttonType = { + name = "logistics_button" + position = { x = 296 y = -48 } + quadTextureSprite ="GFX_button_221x34" + buttonFont = "hoi_16mbs" + Orientation = "LOWER_LEFT" + buttonText = "OPEN_COUNTRY_LOGISTICS" + clicksound = click_close + } + } iconType ={ @@ -738,10 +749,10 @@ guiTypes = { position = { x= 5 y = 07 } Orientation = "UPPER_LEFT" } - + containerWindowType = { name = "player_info_box" - position = { x = 280 y = 11 } + position = { x = 280 y = 11 } size = { width = 270 height = 40 } iconType ={ @@ -757,7 +768,7 @@ guiTypes = { position = { x= 15 y = 4 } Orientation = "UPPER_LEFT" } - + instantTextboxType = { name = "player_name" position = { x = 35 y = 4 } @@ -772,8 +783,8 @@ guiTypes = { } } - - + + instantTextboxType = { name = "diplomacy_title" position = { x = 45 y = 8 } @@ -785,19 +796,19 @@ guiTypes = { maxHeight = 20 format = left } - + containerWindowType = { name = "country_list" - position = { x = 0 y = 50} + position = { x = 0 y = 50} size = { width = 530 height = 100%% } - + containerWindowType = { name = "top_filter_window" - position = { x = 3 y = -10 } + position = { x = 3 y = -10 } size = { width = 545 height = 135 } verticalScrollbar = "right_vertical_slider" margin = { top = 14 bottom = 14 } - + background = { name = "Background" spriteType ="GFX_tiled_bg" @@ -808,7 +819,7 @@ guiTypes = { spriteType = "GFX_diplo_filter_area_bg" position = { x= 15 y = 0 } } - + gridboxtype = { name = "filters_grid" position = { x = 105 y = 1 } @@ -818,65 +829,65 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "filters" - position = { x = 3 y = 125 } + position = { x = 3 y = 125 } size = { width = 542 height = 35 } clipping = no - + background = { name = "Background" spriteType ="GFX_diplo_countrylist_binding" } - + buttonType = { name = "sort_alphabetical" quadTextureSprite ="GFX_sort_button_202x29" font = "hoi_18mbs" - text = "COUNTRYLIST_LABEL" + text = "COUNTRYLIST_LABEL" position = { x= 10 y = 2 } - } - + } + buttonType = { name = "opinion_flag1" quadTextureSprite ="GFX_flag_small" position = { x= 245 y = 4 } - } + } buttonType = { name = "opinion_flag2" quadTextureSprite ="GFX_flag_small" position = { x= 307 y = 4 } - } - + } + iconType ={ name ="our_opinion_icon" spriteType = "GFX_opinion_arrow_right" position = { x= 271 y = 8 } - } - + } + iconType ={ name ="their_opinion_icon" spriteType = "GFX_opinion_arrow_left" position = { x= 332 y = 8 } } - } - + } + containerWindowType = { name = "countries" - position = { x = 0 y = 155 } + position = { x = 0 y = 155 } size = { width = 545 height = -5 } margin = { top = 8 bottom = 8 } verticalScrollbar = "right_vertical_slider" scroll_wheel_factor = 45 smooth_scrolling = yes - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_thin_border" } - + gridboxtype = { name = "countries_grid" position = { x = 12 y = 5 } @@ -885,16 +896,16 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - } + } } containerWindowType = { name = "intel_ledger_container" - position = { x = 0 y = 151 } + position = { x = 0 y = 151 } size = { width = 100%% height = 100%% } margin = { left = 1 right = 1 } } - + buttonType = { name = "close_button" @@ -907,19 +918,19 @@ guiTypes = { pdx_tooltip = "CLOSE" } } - + containerWindowType = { name = "filter_header_entry" - position = { x=0 y=0} + position = { x=0 y=0} size = { width = 228 height = 28 } clipping = no - + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_actions_bg" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 24 y = 5 } @@ -931,20 +942,20 @@ guiTypes = { format = center } } - + containerWindowType = { name = "diplomacy_action_entry" - position = { x=0 y=0} + position = { x=0 y=0} size = { width = 228 height = 28 } clipping = no - + buttonType = { name = "diplo_actions_entry_bg" quadTextureSprite ="GFX_diplo_actions_bg" position = { x = 2 y = 0 } clicksound = click_action - } - + } + instantTextboxType = { name = "name" position = { x = 8 y = 4 } @@ -958,7 +969,7 @@ guiTypes = { format = left alwaystransparent = yes } - + instantTextboxType = { name = "cost" position = { x = 125 y = 5 } @@ -970,14 +981,14 @@ guiTypes = { maxHeight = 20 format = right } - + iconType = { name = "accept_icon" position = { x = 204 y = 4 } spriteType ="GFX_accept_decline_icon" } } - + containerWindowType = { name = "relation_strip_view" size = { width = 200 height = 50 } @@ -988,20 +999,20 @@ guiTypes = { spriteType = "GFX_diplo_relations_bg" position = { x = -1 y = 3 } } - + iconType = { name = "relation_icon" spriteType = "GFX_relation_truce" position = { x = -3 y = 12 } } - + OverlappingElementsBoxType = { name = "relation_flags" position = { x = 40 y = 5 } size = { x = 160 y = 32 } format = left spacing = 1.0 - } + } } containerWindowType = { @@ -1014,70 +1025,70 @@ guiTypes = { spriteType = "GFX_diplo_relations_bg" position = { x = -1 y = 3 } } - + iconType = { name = "relation_icon" spriteType = "GFX_relation_truce" position = { x = 3 y = 8 } } - + OverlappingElementsBoxType = { name = "relation_flags" position = { x = 40 y = 5 } size = { x = 160 y = 32 } format = left spacing = 1.0 - } + } } - + containerWindowType = { name = "diplomacy_trade_entry" size = { width = 30 height = 60 } clipping = no - + background = { name = "Background" spriteType ="GFX_diplo_trade_entry_bg" } - + iconType = { name = "icon" spriteType = "GFX_resources_strip" - position = { x = 4 y = 7 } + position = { x = 4 y = 7 } } - + iconType = { name = "chart" position = { x = 17 y = 48 } spriteType = "GFX_trade_resource_chart" } - + iconType = { name = "mini_piechart_overlay" spriteType = "GFX_mini_piechart_overlay" - position = { x = 5 y = 46 } + position = { x = 5 y = 46 } } } - + containerWindowType = { name = "diplomacy_idea_category_entry" size = { width = 255 height = 100 } clipping = no - - + + background = { - name = "Background" + name = "Background" spriteType = "GFX_diplo_details_header" - position = { x = 4 y = 6 } + position = { x = 4 y = 6 } } iconType = { name = "idea_categories" spriteType = "GFX_idea_categories" - position = { x = 23 y = 12 } + position = { x = 23 y = 12 } frame = 1 } - + instantTextboxType = { name = "title" position = { x = 70 y = 15 } @@ -1088,13 +1099,13 @@ guiTypes = { format = left fixedsize = yes } - + containerWindowType = { name = "ideas" position = { x = 14 y = 41 } size = { width = 100%% height = 100%% } verticalScrollbar = "right_vertical_slider" - + gridBoxType = { name = "ideas_grid" position = { x = 0 y = 0 } @@ -1105,18 +1116,18 @@ guiTypes = { } } } - + containerWindowType = { name = "diplomacy_idea_category_noheader_entry" size = { width = 255 height = 100 } clipping = no - + containerWindowType = { name = "ideas" position = { x = 14 y = 20 } size = { width = 100%% height = 100%% } verticalScrollbar = "right_vertical_slider" - + gridBoxType = { name = "ideas_grid" position = { x = 0 y = 0 } @@ -1127,21 +1138,21 @@ guiTypes = { } } } - + #DEFAULT, FOR NEW ONES OR ONES THAT JUST NEED TO CHANGE BACKGROUND containerWindowType = { name = "standard_diplomacy_controller" - position = { x = -263 y = -157} + position = { x = -263 y = -157} size = { width = 527 height = 315 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_generic_diplo_action_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -1151,7 +1162,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 31 y = 100 } @@ -1164,33 +1175,33 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=194} + position = {x=30 y=194} quadTextureSprite ="GFX_diplo_response_bg" } - + instantTextBoxType = { name = "diplo_reply" position = { x = 117 y = 200 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } + } iconType = { name = "accept_icon" position = { x = 432 y = 204 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } - + quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -1199,7 +1210,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -1212,20 +1223,20 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "invite_faction_diplomacy_controller" - position = { x = -263 y = -157} + position = { x = -263 y = -157} size = { width = 527 height = 400 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_invite_to_faction_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -1235,7 +1246,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 31 y = 100 } @@ -1248,33 +1259,33 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=304} + position = {x=30 y=304} quadTextureSprite ="GFX_diplo_response_bg" } - + instantTextBoxType = { name = "diplo_reply" position = { x = 117 y = 310 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } + } iconType = { name = "accept_icon" position = { x = 432 y = 314 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" position = { x = 350 y = -48 } - + quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -1283,7 +1294,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -48 } @@ -1296,29 +1307,29 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "diplomacy_action_info_window" - position = { x = 0 y = 0} + position = { x = 0 y = 0} size = { width = 100% height = 100% } - + containerWindowType = { name = "declare_war" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_declare_war_bg" } containerWindowType = { name = "declare_war" - position = { x = 20 y = 52} + position = { x = 20 y = 52} size = { width = 95%% height = 80%% } } @@ -1328,7 +1339,7 @@ guiTypes = { # quadTextureSprite ="GFX_diplo_action_declarewar_top" # position = { x = 3 y = 8 } # } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -1338,7 +1349,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 125 y = 91 } @@ -1346,25 +1357,25 @@ guiTypes = { text = "Maus" maxWidth = 300 maxHeight = 300 - format = center -# vertical_alignment = center + format = center +# vertical_alignment = center } - + containerWindowType = { position = { x = 400 y = 86 } clipping = no name = "threat" - + background ={ spriteType = "GFX_generic_w_box" } - + iconType ={ name ="threat_icon" spriteType = "GFX_world_tension_icon" position = { x=3 y=1 } } - + instantTextBoxType = { name ="threat_value" position = { x=43 y=4 } @@ -1376,10 +1387,10 @@ guiTypes = { fixedsize = yes } } - + containerWindowType = { name = "wargoals" - position = { x = 18 y = 125 } + position = { x = 18 y = 125 } size = { width = 250 height = 200 } margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" @@ -1390,7 +1401,7 @@ guiTypes = { name = "Background" spriteType ="GFX_tiled_paper_w_frame_one_border" } - + gridboxtype = { name = "wargoals_grid" position = { x = 6 y = 6 } @@ -1400,19 +1411,19 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "enemies" - position = { x = 21 y = 340 } + position = { x = 21 y = 340 } size = { width = 246 height = 125 } - verticalScrollbar = "right_vertical_slider" - margin = {top=8 left=0 bottom=8 right=0} - + verticalScrollbar = "right_vertical_slider" + margin = {top=8 left=0 bottom=8 right=0} + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "flags_grid" position = { x = 5 y = 1 } @@ -1422,7 +1433,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + instantTextboxType = { name = "active_threats_title" position = { x = 32 y = 322 } @@ -1432,7 +1443,7 @@ guiTypes = { maxHeight = 30 format = center } - + instantTextboxType = { name = "wargoal_name" position = { x = 275 y = 135 } @@ -1449,18 +1460,18 @@ guiTypes = { # name = "diplo_action_bottom" # quadTextureSprite ="GFX_diplo_action_bottom" # position = { x = 2 y = -70 } -# Orientation = "LOWER_LEFT" +# Orientation = "LOWER_LEFT" # } - + checkBoxType = { name = "call_allies_checkbox" position = { x = 340 y = 427 } quadTextureSprite ="GFX_generic_checkbox" clicksound = click_checkbox frame = 0 - Orientation = "LEFT" + Orientation = "LEFT" } - + instantTextboxType = { name = "call_allies_textbox" position = { x = 380 y = 432 } @@ -1471,7 +1482,7 @@ guiTypes = { format = left Orientation = "LEFT" } - + buttonType = { name = "send_button" position = { x = 350 y = -57 } @@ -1483,7 +1494,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -57 } @@ -1496,17 +1507,17 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "add_wargoal" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_justify_wargoals_bg" } @@ -1515,7 +1526,7 @@ guiTypes = { spriteType ="GFX_diplo_action_justify_wargoals_top_bg" position = { x = 13 y = 11 } alwaystransparent = yes - } + } iconType = { @@ -1530,7 +1541,7 @@ guiTypes = { quadTextureSprite ="GFX_header2" position = { x = 1 y = 15 } } - + instantTextboxType = { name = "title" position = { x = 0 y = 23 } @@ -1540,7 +1551,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 30 y = 390 } @@ -1548,22 +1559,22 @@ guiTypes = { text = "Maus" maxWidth = 490 maxHeight = 300 - format = center - vertical_alignment = center + format = center + vertical_alignment = center } - + containerWindowType = { name = "wargoals" - position = { x = 15 y = 220 } + position = { x = 15 y = 220 } size = { width = 250 height = 240 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_w_frame_one_border" } - + gridboxtype = { name = "wargoals_grid" position = { x = 0 y = 0 } @@ -1573,21 +1584,21 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "additionals" - position = { x = 124 y = 220 } + position = { x = 124 y = 220 } size = { width = 250 height = 240 } margin = { top = 13 left = 13 bottom = 13 right = 25} verticalScrollbar = "right_vertical_slider" orientation = center_up origo = center_up - + background = { name = "Background" spriteType ="GFX_tiled_paper_w_frame_one_border" } - + gridboxtype = { name = "additionals_grid" position = { x = 0 y = 0} @@ -1597,7 +1608,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + instantTextboxType = { name = "wargoal_name" position = { x = 30 y = 125 } @@ -1609,7 +1620,7 @@ guiTypes = { orientation = "Upper_LEFT" vertical_alignment = center } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -1621,7 +1632,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -1633,20 +1644,20 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "stage_coup" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_stage_coup_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -1671,7 +1682,7 @@ guiTypes = { buttonFont = "hoi_18mbs" shortcut = "ESCAPE" } - + instantTextboxType = { name = "cancel_diplo_action_text" position = { x = 132 y = 108 } @@ -1682,7 +1693,7 @@ guiTypes = { format = center alwaystransparent = yes } - + instantTextboxType = { name = "description" position = { x = 40 y = 90 } @@ -1690,9 +1701,9 @@ guiTypes = { text = "Maus" maxWidth = 470 maxHeight = 300 - format = center + format = center } - + instantTextboxType = { name = "select_state_note" position = { x = 295 y = 164 } @@ -1700,21 +1711,21 @@ guiTypes = { text = "COUP_START_STATE" maxWidth = 185 maxHeight = 300 - format = center + format = center } - + containerWindowType = { name = "states" position = { x = 17 y = 155 } size = { width = 250 height = 310 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_border" } - + gridboxtype = { name = "states_grid" position = { x = 5 y = 0 } @@ -1724,18 +1735,18 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "parties" - position = { x = 280 y = 280 } + position = { x = 280 y = 280 } size = { width = 220 height =115 } verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "parties_grid" position = { x = 9 y = 15} @@ -1756,7 +1767,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -1767,20 +1778,20 @@ guiTypes = { buttonText = "DIPLOMACY_CANCEL" pdx_tooltip = "DIPLOMACY_CANCEL" } - + } - + containerWindowType = { name = "generate_wargoal" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes - fade_time = 20000 + fade_time = 20000 click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_justify_wargoals_bg" } @@ -1789,7 +1800,7 @@ guiTypes = { # spriteType ="GFX_diplo_action_justify_wargoals_top_bg" # position = { x = 13 y = 11 } # alwaystransparent = yes -# } +# } # iconType = { @@ -1798,13 +1809,13 @@ guiTypes = { # position = { x = 8 y = 113 } # alwaystransparent = yes # } - + # iconType = { # name = "generate_wargoal_header" # quadTextureSprite ="GFX_header2" # position = { x = 1 y = 15 } # } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -1814,23 +1825,23 @@ guiTypes = { maxHeight = 20 format = center } - - + + containerWindowType = { position = { x = 213 y = 186 } clipping = no name = "threat" - + background ={ spriteType = "GFX_generic_w_box" } - + iconType ={ name ="threat_icon" spriteType = "GFX_world_tension_icon" position = { x=3 y=1 } } - + instantTextBoxType = { name ="threat_value" position = { x=43 y=4 } @@ -1847,26 +1858,26 @@ guiTypes = { position = { x = 153 y = 188 } clipping = no name = "modifier" - + iconType ={ name ="modifier_icon" spriteType = "GFX_wargoals_modifier_icon" position = { x=0 y=0 } } } - + containerWindowType = { name = "wargoals" - position = { x = 15 y = 220 } + position = { x = 15 y = 220 } size = { width = 250 height = 240 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_w_frame_one_border" } - + gridboxtype = { name = "wargoals_grid" position = { x = 5 y = 4 } @@ -1876,7 +1887,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + instantTextboxType = { name = "description" position = { x = 22 y = 14 } @@ -1884,26 +1895,26 @@ guiTypes = { text = "Maus" maxWidth = 480 maxHeight = 300 - format = center + format = center vertical_alignment = center Orientation = "UPPER_LEFT" - alwaystransparent = yes + alwaystransparent = yes } - + containerWindowType = { name = "additionals" - position = { x = 124 y = 220 } + position = { x = 124 y = 220 } size = { width = 250 height = 240 } margin = { top = 13 left = 13 bottom = 13 right = 25} verticalScrollbar = "right_vertical_slider" orientation = center_up origo = center_up - + background = { name = "Background" spriteType ="GFX_tiled_paper_w_frame_one_border" } - + gridboxtype = { name = "additionals_grid" position = { x = 5 y = 4} @@ -1913,7 +1924,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + instantTextboxType = { name = "wargoal_name" position = { x = 30 y = 98 } @@ -1925,7 +1936,7 @@ guiTypes = { orientation = "Upper_LEFT" vertical_alignment = center } - + instantTextboxType = { name = "wargoal_warning" position = { x = 30 y = 81 } @@ -1937,7 +1948,7 @@ guiTypes = { orientation = "Upper_LEFT" vertical_alignment = center } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -1949,7 +1960,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -1964,17 +1975,17 @@ guiTypes = { containerWindowType = { name = "guarantee" - position = { x = -263 y = -157} + position = { x = -263 y = -157} size = { width = 527 height = 360 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_guarantee_independence_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -1984,7 +1995,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 31 y = 90 } @@ -1993,30 +2004,30 @@ guiTypes = { maxWidth = 470 maxHeight = 300 } - + instantTextBoxType = { name = "diplo_reply" position = { x = 117 y = 200 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre } containerWindowType = { name = "threating_countries" - position = { x = 29 y = 197 } + position = { x = 29 y = 197 } size = { width = 470 height = 95 } - + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "flags_grid" position = { x = 6 y = 5 } @@ -2026,7 +2037,7 @@ guiTypes = { format = "UPPER_LEFT" } } - + instantTextboxType = { name = "active_threats_title" position = { x = 40 y = 179 } @@ -2035,11 +2046,11 @@ guiTypes = { maxWidth = 270 maxHeight = 20 } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } - + quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -2047,7 +2058,7 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_SEND" clicksound = click_send } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2060,26 +2071,26 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "send_attache" - position = { x = -263 y = -157} + position = { x = -263 y = -157} size = { width = 527 height = 430 } moveable = yes click_to_front = yes orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_send_attache_bg" } - + iconType = { name = "diplo_response_bg" - position = {x=30 y=315} + position = {x=30 y=315} quadTextureSprite ="GFX_diplo_response_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -2089,7 +2100,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 10 y = 100 } @@ -2099,7 +2110,7 @@ guiTypes = { maxHeight = 300 format = centre } - + instantTextboxType = { name = "they_get_text_box" position = { x = 370 y = 100 } @@ -2109,37 +2120,37 @@ guiTypes = { maxHeight = 300 format = left } - + iconType = { name = "sent_idea_icon" position = { x = 425 y = 155 } quadTextureSprite ="GFX_idea_unknown" centerPosition = yes } - + instantTextBoxType = { name = "diplo_reply" position = { x = 107 y = 320 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre } - + iconType = { name = "accept_icon" position = { x = 400 y = 322 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" position = { x = 350 y = -55 } - + quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -2148,7 +2159,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -55 } @@ -2161,34 +2172,34 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "lend_lease" - position = {x=-263 y=-306} + position = {x=-263 y=-306} size = { width = 527 height = 612 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_lend_lease_bg" } - + containerWindowType = { name = "lend_lease_win_top" position = { x = 1 y = 2 } size = { width = 100% height = 80% } verticalScrollbar = "right_vertical_slider" - + buttonType = { name = "infantry_button" position = { x=86 y=130 } quadTextureSprite ="GFX_add_prod_inf_art_line" clicksound = click_default frame = 1 - } + } buttonType = { name = "armor_button" @@ -2205,7 +2216,7 @@ guiTypes = { clicksound = click_default frame = 1 } - + buttonType = { name = "naval_button" position = { x=329 y=130 } @@ -2227,23 +2238,23 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=500} + position = {x=30 y=500} quadTextureSprite ="GFX_diplo_response_bg" - } - + } + instantTextBoxType = { name = "diplo_reply" position = { x=110 y=505 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLY_NOT_NEEDED" + text = "REPLY_NOT_NEEDED" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } - + } + iconType = { name = "accept_icon" position = { x = 425 y = 510 } @@ -2258,12 +2269,12 @@ guiTypes = { Orientation = "UPPER_LEFT" buttonText = "Clear all" } - + containerWindowType = { name = "lend_leases_window" position = {x=0 y=175} size = {width=100%% height=312} - margin = { top = 15 bottom = 15 right = 0 left = 0 } + margin = { top = 15 bottom = 15 right = 0 left = 0 } verticalScrollbar = "right_vertical_slider" #orientation = center_up @@ -2271,7 +2282,7 @@ guiTypes = { name = "Background" spriteType ="GFX_tiled_window2_1b_border" } - + gridboxtype = { name = "lend_leases_grid" position = {x=3%% y=2} @@ -2280,8 +2291,8 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - } - + } + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -2293,7 +2304,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2305,7 +2316,7 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" clicksound = click_close } - + instantTextboxType = { name = "current_lease_info_header" position = {x=15 y=82} @@ -2315,7 +2326,7 @@ guiTypes = { fixedsize = yes format = center } - + instantTextboxType = { name = "current_lease_info" position = {x=220 y=82} @@ -2330,7 +2341,7 @@ guiTypes = { spriteType = "GFX_topbar_convoys" position = { x=42 y=100 } } - + instantTextboxType = { name = "num_convoys" position = {x=70 y=100} @@ -2340,14 +2351,14 @@ guiTypes = { format = left # Orientation = "LOWER_LEFT" } - + iconType = { name = "autonomy_score_icon" spriteType = "GFX_autonomy_texticon" position = { x=42 y=510 } pdx_tooltip = "MONTHLY_LL_FREEDOM_VALUE_DESC" } - + instantTextboxType = { name = "autonomy_score_gain" position = {x=70 y=510} @@ -2359,34 +2370,34 @@ guiTypes = { pdx_tooltip = "MONTHLY_LL_FREEDOM_VALUE_DESC" } } - + containerWindowType = { name = "incoming_lend_lease" - position = {x=-263 y=-306} + position = {x=-263 y=-306} size = { width = 527 height = 612 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_lend_lease_bg" } - + containerWindowType = { name = "lend_lease_win_top" position = { x = 1 y = 2 } size = { width = 100% height = 80% } verticalScrollbar = "right_vertical_slider" - + buttonType = { name = "infantry_button" position = { x=86 y=130 } quadTextureSprite ="GFX_add_prod_inf_art_line" clicksound = click_default frame = 1 - } + } buttonType = { name = "armor_button" @@ -2403,7 +2414,7 @@ guiTypes = { clicksound = click_default frame = 1 } - + buttonType = { name = "naval_button" position = { x=329 y=130 } @@ -2425,23 +2436,23 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=500} + position = {x=30 y=500} quadTextureSprite ="GFX_diplo_response_bg" - } - + } + instantTextBoxType = { name = "diplo_reply" position = { x=110 y=505 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } - + } + iconType = { name = "accept_icon" position = { x = 425 y = 510 } @@ -2456,12 +2467,12 @@ guiTypes = { Orientation = "UPPER_LEFT" buttonText = "Clear all" } - + containerWindowType = { name = "lend_leases_window" position = {x=0 y=175} size = {width=100%% height=312} - margin = { top = 15 bottom = 15 right = 0 left = 0 } + margin = { top = 15 bottom = 15 right = 0 left = 0 } verticalScrollbar = "right_vertical_slider" #orientation = center_up @@ -2469,7 +2480,7 @@ guiTypes = { name = "Background" spriteType ="GFX_tiled_window2_1b_border" } - + gridboxtype = { name = "lend_leases_grid" position = {x=3%% y=2} @@ -2478,8 +2489,8 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - } - + } + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -2491,7 +2502,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2503,7 +2514,7 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" clicksound = click_close } - + instantTextboxType = { name = "current_lease_info_header" position = {x=15 y=82} @@ -2513,7 +2524,7 @@ guiTypes = { fixedsize = yes format = center } - + instantTextboxType = { name = "current_lease_info" position = {x=220 y=82} @@ -2528,7 +2539,7 @@ guiTypes = { spriteType = "GFX_topbar_convoys" position = { x=42 y=100 } } - + instantTextboxType = { name = "num_convoys" position = {x=70 y=100} @@ -2538,13 +2549,13 @@ guiTypes = { format = left # Orientation = "LOWER_LEFT" } - + iconType = { name = "autonomy_score_icon" spriteType = "GFX_autonomy_texticon" position = { x=42 y=510 } } - + instantTextboxType = { name = "autonomy_score_gain" position = {x=40 y=508} @@ -2558,17 +2569,17 @@ guiTypes = { containerWindowType = { name = "boost_party_popularity" - position = { x = -263 y = -181} + position = { x = -263 y = -181} size = { width = 527 height = 362 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_boost_party_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -2578,7 +2589,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 20 y = 97 } @@ -2586,21 +2597,21 @@ guiTypes = { text = "Maus" maxWidth = 470 maxHeight = 300 - format = center + format = center } - + containerWindowType = { name = "additionals" - position = { x = 136 y = 140 } + position = { x = 136 y = 140 } size = { width = 240 height =140 } verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "additionals_grid" position = { x = 18 y = 21} @@ -2621,7 +2632,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2636,14 +2647,14 @@ guiTypes = { containerWindowType = { name = "create_faction" - position = { x = -263 y = -157} - size = { width = 527 height = 315 } + position = { x = -263 y = -157} + size = { width = 527 height = 404 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_invite_to_faction_bg" } @@ -2652,7 +2663,7 @@ guiTypes = { # quadTextureSprite ="GFX_header2" # position = { x = 1 y = 15 } # } - + instantTextboxType = { name = "title" position = { x = 0 y = 23 } @@ -2662,7 +2673,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 40 y = 100 } @@ -2676,57 +2687,63 @@ guiTypes = { name = "general_bg" quadTextureSprite ="GFX_category_header" position = { x = 7 y = 162 } - } - + } + iconType = { name = "editbox_bg" quadTextureSprite ="GFX_generic_text_bg_203" position = { x = 165 y = 170 } } - + editBoxType = { position = {x=162 y=163} name = "faction_name" font = "hoi_18mbs" - borderSize = {x=10 y=10} + borderSize = {x=10 y=10} size = {x=200 y=45} text = "Your Faction Name Here" } - + instantTextBoxType = { name = "faction_name_status" position = { x = 117 y = 139 } textureFile = "" font = "hoi_18mbs" borderSize = {x = 0 y = 0} - text = "FACTION_NAME_IS_AVALIABLE" + text = "FACTION_NAME_IS_AVALIABLE" maxWidth = 300 - maxHeight = 40 + maxHeight = 40 format = centre } - + + iconType = { + name = "diplo_response_bg" + position = {x=30 y=257} + quadTextureSprite ="GFX_diplo_response_bg" + } + instantTextBoxType = { name = "diplo_reply" - position = { x = 117 y = 220 } + position = { x = 117 y = 263 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } + } iconType = { name = "accept_icon" - position = { x = 432 y = 225 } + position = { x = 432 y = 268 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" - position = { x = 350 y = -60 } + position = { x = 350 y = -53 } quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -2735,10 +2752,10 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" - position = { x = 70 y = -60 } + position = { x = 70 y = -53 } shortcut = "ESCAPE" quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" @@ -2747,20 +2764,20 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "call_allies" - position = { x = -263 y = -180} + position = { x = -263 y = -180} size = { width = 527 height = 360 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_call_allies_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -2770,7 +2787,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 20 y = 88 } @@ -2780,19 +2797,19 @@ guiTypes = { maxHeight = 300 format = center } - + containerWindowType = { name = "wars" - position = { x = 145 y = 120 } + position = { x = 145 y = 120 } size = { width = 250 height = 130 } margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "wars_grid" position = { x = 5 y = 3 } @@ -2805,29 +2822,29 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=254} + position = {x=30 y=254} quadTextureSprite ="GFX_diplo_response_bg" - } - + } + instantTextBoxType = { name = "diplo_reply" position = { x = 117 y = 261 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } - + } + iconType = { name = "accept_icon" position = { x = 432 y = 265 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -2839,7 +2856,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2852,20 +2869,20 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "join_allies" - position = { x = -263 y = -180} + position = { x = -263 y = -180} size = { width = 527 height = 360 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_join_allies_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -2875,7 +2892,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 20 y = 88 } @@ -2885,7 +2902,7 @@ guiTypes = { maxHeight = 300 format = center } - + instantTextboxType = { name = "truce_break_warning" position = { x = 20 y = 110 } @@ -2895,18 +2912,18 @@ guiTypes = { maxHeight = 300 format = center } - + containerWindowType = { name = "wars" - position = { x = 35 y = 130 } + position = { x = 35 y = 130 } size = { width = 456 height = 120 } verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_paper_bg2" } - + gridboxtype = { name = "wars_grid" position = { x = 6 y = 10 } @@ -2919,29 +2936,29 @@ guiTypes = { iconType = { name = "diplo_response_bg" - position = {x=30 y=254} + position = {x=30 y=254} quadTextureSprite ="GFX_diplo_response_bg" - } - + } + instantTextBoxType = { name = "diplo_reply" position = { x = 117 y = 261 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre - } - + } + iconType = { name = "accept_icon" position = { x = 432 y = 265 } spriteType ="GFX_accept_decline_icon" } - + buttonType = { name = "send_button" position = { x = 350 y = -60 } @@ -2953,7 +2970,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -2966,25 +2983,24 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "send_volunteers" - position = { x = -263 y = -306} + position = { x = -263 y = -306} size = { width = 527 height = 612 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_volunteers_bg" } - + instantTextboxType = { name = "title" - position = { x = 0 y = 29 } + position = { x = -3 y = 29 } font = "hoi_24header" - text = "Maus" maxWidth = 530 maxHeight = 20 format = center @@ -2996,16 +3012,15 @@ guiTypes = { quadTextureSprite = "GFX_building_status_overlay" frame = 1 } - + instantTextboxType = { name = "time_text" position = { x = 110 y = 93 } font = "hoi_18mbs" - text = "Maus" maxWidth = 100 - maxHeight = 50 + maxHeight = 50 } - + buttonType = { name = "checkbox_ask_for_air" position = { x = 333 y = 88 } @@ -3013,56 +3028,55 @@ guiTypes = { clicksound = click_checkbox frame = 1 } - + instantTextboxType = { name = "ask_for_air_volunteers" position = { x = 370 y = 93 } font = "hoi_18mbs" text = "AIR_VOLUNTEERS" maxWidth = 150 - maxHeight = 50 + maxHeight = 50 } - + containerWindowType = { name = "groups" - position = { x = 0 y = 121 } - size = { width = 100%% height = -280 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + position = { x = 0 y = 121 } + size = { width = 100%% height = -275 } + margin = { top = 13 left = 13 bottom = 13 } verticalScrollbar = "right_vertical_slider" - + scroll_wheel_factor = 38 + smooth_scrolling = yes + background = { name = "Background" spriteType ="GFX_tiled_window_1b_border" } - + instantTextboxType = { name = "empty" - position = { x = 20 y = 30 } + position = { x = 15 y = 30 } font = "hoi_18mbs" - text = "Maus" maxWidth = 470 - maxHeight = 300 - format = center + maxHeight = 200 + format = center } gridboxtype = { name = "group_grid" - position = { x = 3 y = 5} - size = { width = 100%% height = 95%% } - slotsize = { width = 200 height = 36 } + size = { width = 100%% height = 100%% } + slotsize = { width = 489 height = 38 } max_slots_horizontal = 1 format = "UPPER_LEFT" } } - + instantTextboxType = { name = "description" position = { x = 28 y = -270 } font = "hoi_18mbs" - text = "Maus" maxWidth = 470 maxHeight = 300 - format = center - Orientation = "LOWER_LEFT" + format = center + Orientation = "LOWER_LEFT" } buttonType = { @@ -3075,7 +3089,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -3087,70 +3101,68 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "send_expeditionary_force" - position = { x = -263 y = -306} + position = { x = -263 y = -306} size = { width = 527 height = 612 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_expeditionary_force_bg" } - + instantTextboxType = { name = "title" - position = { x = 0 y = 29 } + position = { x = -3 y = 29 } font = "hoi_24header" - text = "Maus" maxWidth = 530 maxHeight = 20 format = center } - + containerWindowType = { name = "groups" - position = { x = 0 y = 80 } - size = { width = 100%% height = -285 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + position = { x = 0 y = 80 } + size = { width = 100%% height = -280 } + margin = { top = 13 left = 13 bottom = 13 } verticalScrollbar = "right_vertical_slider" - + scroll_wheel_factor = 38 + smooth_scrolling = yes + background = { name = "Background" spriteType ="GFX_tiled_window_1b_border" } - + instantTextboxType = { name = "empty" - position = { x = 20 y = 30 } + position = { x = 15 y = 30 } font = "hoi_18mbs" - text = "Maus" maxWidth = 470 - maxHeight = 300 - format = center + maxHeight = 200 + format = center } gridboxtype = { name = "group_grid" - position = { x = 3 y = 5} - size = { width = 100%% height = 95%% } - slotsize = { width = 200 height = 36 } + size = { width = 100%% height = 100%% } + slotsize = { width = 489 height = 38 } max_slots_horizontal = 1 format = "UPPER_LEFT" } } - + instantTextboxType = { name = "description" position = { x = 28 y = -270 } font = "hoi_18mbs" - text = "Maus" maxWidth = 470 maxHeight = 300 - format = center - Orientation = "LOWER_LEFT" + format = center + Orientation = "LOWER_LEFT" } buttonType = { @@ -3163,7 +3175,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -3175,20 +3187,20 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "request_expeditionary_forces" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 315 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_request_forces_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 29 } @@ -3198,7 +3210,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "description" position = { x = 32 y = 120 } @@ -3206,24 +3218,24 @@ guiTypes = { text = "Maus" maxWidth = 470 maxHeight = 300 - format = center - Orientation = "UPPER_LEFT" + format = center + Orientation = "UPPER_LEFT" } containerWindowType = { name = "slider" - position = { x = 0 y = 0 } + position = { x = 0 y = 0 } size = { width = 450 height = -240 } verticalScrollbar = "right_vertical_slider" - - + + iconType ={ name ="slider_bg" spriteType = "GFX_slider_bg" position = { x= 64 y = 177 } - } - + } + instantTextboxType = { name = "label" position = { x = 74 y = 190 } @@ -3243,7 +3255,7 @@ guiTypes = { maxHeight = 18 format = center } - + extendedScrollbarType = { name = "slider" position = { x = 116 y = 190 } @@ -3255,18 +3267,18 @@ guiTypes = { startValue = 0 horizontal = yes clickOnly = yes - + slider = { - name = "Slider" + name = "Slider" quadTextureSprite = "GFX_scroll_drager" - position = { x=0 y = 1 } + position = { x=0 y = 1 } } track = { name = "Track" quadTextureSprite = "GFX_scroll_track_horisontal" position = { x=0 y = 3 } - } + } decreaseButton = { name = "Decrease" @@ -3274,7 +3286,7 @@ guiTypes = { position = { x=3 y = 1 } clicksound = click_scroll } - + increaseButton = { name = "Increase" quadTextureSprite = "GFX_scroll_right" @@ -3294,7 +3306,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -57 } @@ -3306,20 +3318,20 @@ guiTypes = { clicksound = click_close } } - + containerWindowType = { name = "ask_for_state_control" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_stage_coup_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -3335,7 +3347,7 @@ guiTypes = { position = {x=13 y=95} quadTextureSprite ="GFX_diplo_action_cancel_bg" } - + instantTextboxType = { name = "description" position = { x = 40 y = 90 } @@ -3343,21 +3355,21 @@ guiTypes = { text = "Maus" maxWidth = 470 maxHeight = 300 - format = center + format = center } - + containerWindowType = { name = "states" position = { x = 17 y = 155 } size = { width = 250 height = 310 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_border" } - + gridboxtype = { name = "states_grid" position = { x = 5 y = 0 } @@ -3378,7 +3390,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -3390,20 +3402,20 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "give_state_control" - position = { x = -263 y = -266} + position = { x = -263 y = -266} size = { width = 527 height = 532 } moveable = yes click_to_front = yes - orientation= center - + orientation= center + background = { - name = "Background" + name = "Background" spriteType ="GFX_diplo_action_stage_coup_bg" } - + instantTextboxType = { name = "title" position = { x = 0 y = 30 } @@ -3419,7 +3431,7 @@ guiTypes = { position = {x=13 y=95} quadTextureSprite ="GFX_diplo_action_cancel_bg" } - + instantTextboxType = { name = "description" position = { x = 40 y = 90 } @@ -3427,21 +3439,21 @@ guiTypes = { text = "Maus" maxWidth = 470 maxHeight = 300 - format = center + format = center } - + containerWindowType = { name = "states" position = { x = 17 y = 155 } size = { width = 250 height = 310 } - margin = { top = 13 left = 13 bottom = 15 right = 25} + margin = { top = 13 left = 13 bottom = 15 right = 25} verticalScrollbar = "right_vertical_slider" - + background = { name = "Background" spriteType ="GFX_tiled_window_1b_border" } - + gridboxtype = { name = "states_grid" position = { x = 5 y = 0 } @@ -3462,7 +3474,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -60 } @@ -3474,32 +3486,32 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "request_licensed_production" - position = { x = -263 y = -306} + position = { x = -263 y = -306} size = { width = 527 height = 640 } moveable = yes click_to_front = yes - orientation= center + orientation= center background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_diplo_action_license_production_bg" } - + containerWindowType = { name = "equipments" position = { x=0 y=187 } size = { width=94%% height=-90 } verticalScrollbar = "right_vertical_slider" - margin = { top = 14 bottom = 14} - + margin = { top = 14 bottom = 14} + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_bg_1_scrollbar" } - + gridboxtype = { name = "equipments_grid" position = { x = 2 y = 0 } @@ -3510,7 +3522,7 @@ guiTypes = { padding = { bottom = 10 } } } - + buttonType = { name = "checkbox_active_licenses" position = { x = -475 y = 84 } @@ -3523,9 +3535,9 @@ guiTypes = { name = "generic_text_bg_active_licenses" position = { x=-439 y = 84 } spriteType = "GFX_generic_text_bg_203" - Orientation = "UPPER_RIGHT" - } - + Orientation = "UPPER_RIGHT" + } + instantTextboxType = { name = "active_licenses_title" position = { x = -430 y = 88 } @@ -3538,8 +3550,8 @@ guiTypes = { format = left fixedsize = yes Orientation = "UPPER_RIGHT" - } - + } + buttonType = { name = "checkbox_available_licenses" position = { x = -475 y = 112 } @@ -3552,9 +3564,9 @@ guiTypes = { name = "generic_text_bg_available_licenses" position = { x=-439 y = 113 } spriteType = "GFX_generic_text_bg_203" - Orientation = "UPPER_RIGHT" - } - + Orientation = "UPPER_RIGHT" + } + instantTextboxType = { name = "available_licenses_title" position = { x = -430 y = 115 } @@ -3567,8 +3579,8 @@ guiTypes = { format = left fixedsize = yes Orientation = "UPPER_RIGHT" - } - + } + buttonType = { name = "infantry_button" position = { x=91 y=149 } @@ -3576,7 +3588,7 @@ guiTypes = { clicksound = click_checkbox pdx_tooltip = PRODUCTION_EQUIPMENT_FILTER } - + buttonType = { name = "tank_button" position = { x=171 y=149 } @@ -3584,7 +3596,7 @@ guiTypes = { clicksound = click_checkbox pdx_tooltip = PRODUCTION_ARMOR_FILTER } - + buttonType = { name = "aircraft_button" position = { x=251 y=149 } @@ -3592,7 +3604,7 @@ guiTypes = { clicksound = click_checkbox pdx_tooltip = PRODUCTION_AIR_FILTER } - + buttonType = { name = "naval_button" position = { x=331 y=149 } @@ -3600,7 +3612,7 @@ guiTypes = { clicksound = click_checkbox pdx_tooltip = EQUIPMENT_NAVAL } - + instantTextboxType = { name = "title" position = { x = 122 y = 16 } @@ -3610,14 +3622,14 @@ guiTypes = { maxHeight = 10 format = center } - + iconType = { name = "description_expected_cost" position = { x=-229 y = 97 } spriteType = "GFX_generic_text_bg_154" - Orientation = "UPPER_RIGHT" + Orientation = "UPPER_RIGHT" } - + instantTextboxType = { name = "description" position = { x = 293 y = 101 } @@ -3627,40 +3639,40 @@ guiTypes = { maxHeight = 10 format = center } - - + + iconType = { name = "diplo_response_bg" - position = {x=30 y=553} + position = {x=30 y=553} quadTextureSprite ="GFX_diplo_response_bg" } - + instantTextBoxType = { name = "diplo_reply" position = { x = 90 y = 559 } textureFile = "" font = "hoi_24header" borderSize = {x = 0 y = 0} - text = "REPLYTEXT" + text = "REPLYTEXT" maxWidth = 315 - maxHeight = 40 + maxHeight = 40 format = centre } - - + + iconType = { name = "accept_icon" position = { x = 403 y = 562 } spriteType ="GFX_accept_decline_icon" } - - + + buttonType = { name = "send_button" position = { x = 310 y = -35 } - + quadTextureSprite ="GFX_button_123x34" buttonFont = "hoi_16mbs" Orientation = "LOWER_LEFT" @@ -3668,7 +3680,7 @@ guiTypes = { clicksound = click_send shortcut = "RETURN" } - + buttonType = { name = "cancel_button" position = { x = 70 y = -35 } @@ -3682,14 +3694,14 @@ guiTypes = { } } } - + #don't delete, it's used for stretching ideas' scrollable area containerWindowType = { name = "diplomacy_idea_category_entry_dummy" size = { width = 255 height = 1 } clipping = no } - + containerWindowType = { name = "diplomacy_idea_entry" size = { width = 53 height = 53 } @@ -3699,7 +3711,7 @@ guiTypes = { name = "empty_icon" spriteType = "GFX_idea_categories" position = { x = 17 y = 25 } - } + } iconType = { name = "icon" spriteType = "GFX_idea_unknown" @@ -3714,14 +3726,14 @@ guiTypes = { frame = 1 } } - + containerWindowType = { name = "diplomacy_country_list_country_entry" size = { width = 500 height = 44 } clipping = no - + background = { - name = "Background" + name = "Background" spriteType = "GFX_diplo_countrylist_entry" clicksound = click_action } @@ -3732,15 +3744,15 @@ guiTypes = { position = { x= 10 y = 10 } Orientation = "UPPER_LEFT" alwaystransparent = yes - } - + } + iconType = { name = "diplo_countrylist_flag_frame" spriteType = "GFX_diplo_countrylist_flag_frame" position = { x = 5 y = 6 } alwaystransparent = yes } - + instantTextboxType = { name = "name" position = { x = 56 y = 6 } @@ -3750,19 +3762,19 @@ guiTypes = { maxHeight = 40 fixedsize = yes } - + iconType = { name = "opinion_bg1" spriteType = "GFX_opinion_bg" - position = { x = 238 y = 9 } - } + position = { x = 238 y = 9 } + } iconType = { name = "opinion_bg2" spriteType = "GFX_opinion_bg" - position = { x = 300 y = 9 } - } - + position = { x = 300 y = 9 } + } + instantTextboxType = { name = "our_opinion" position = { x = 232 y = 15 } @@ -3772,7 +3784,7 @@ guiTypes = { maxHeight = 20 format = center } - + instantTextboxType = { name = "their_opinion" position = { x = 292 y = 15 } @@ -3785,24 +3797,24 @@ guiTypes = { OverlappingElementsBoxType = { name = "relations" - position = { x = 420 y = 8 } - size = { x = 80 y = 32 } + position = { x = 350 y = 8 } + size = { x = 155 y = 32 } format = left spacing = 1.0 - } + } } - + containerWindowType = { name = "diplomacy_country_list_filter_entry" size = { width = 120 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_100x29_2" clicksound = click_scroll } - + instantTextboxType = { name = "name" position = { x = 0 y = 6 } @@ -3814,18 +3826,18 @@ guiTypes = { fixedsize = yes } } - + containerWindowType = { name = "diplomacy_wargoal_entry" size = { width = 101 height = 29 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = -5 y = 4 } @@ -3845,28 +3857,28 @@ guiTypes = { containerWindowType = { name = "lend_lease_equipment_window" - position = { x=544 y=78} + position = { x=544 y=78} show_position = { x=544 y =78 } size = { width=375 height=560 } moveable = yes - + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_plain_bg" } - + containerWindowType = { name = "equipments" position = { x=0 y=59 } size = { width=100%% height=100%% } verticalScrollbar = "right_vertical_slider" - margin = { top = 14 bottom = 12} - + margin = { top = 14 bottom = 12} + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_window_1b_border" } - + gridboxtype = { name = "equipments_grid" position = { x = 12 y = 5 } @@ -3883,7 +3895,7 @@ guiTypes = { spriteType = "GFX_lend_lease_equip_header" position = { x= 3 y = 42 } } - + instantTextboxType = { name = "equipment_header" position = {x=10 y=47} @@ -3893,7 +3905,7 @@ guiTypes = { maxHeight = 32 format = center } - + instantTextboxType = { name = "storage_header" position = {x=130 y=47} @@ -3903,7 +3915,7 @@ guiTypes = { maxHeight = 32 format = center } - + instantTextboxType = { name = "producing_header" position = {x=222 y=47} @@ -3913,7 +3925,7 @@ guiTypes = { maxHeight = 32 format = center } - + instantTextboxType = { name = "no_equipment" position = {x=80 y=70} @@ -3923,7 +3935,7 @@ guiTypes = { maxHeight = 20 format = center } - + buttonType = { name = "close" position = { x = -50 y = 5 } @@ -3935,31 +3947,31 @@ guiTypes = { pdx_tooltip = "CLOSE" } } - + containerWindowType = { name = "incoming_lend_lease_equipment_window" - position = { x=544 y=78} + position = { x=544 y=78} show_position = { x=544 y =78 } size = { width=375 height=560 } moveable = yes - + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_plain_bg" } - + containerWindowType = { name = "equipments" position = { x=0 y=59 } size = { width=100%% height=100%% } verticalScrollbar = "right_vertical_slider" - margin = { top = 14 bottom = 12} - + margin = { top = 14 bottom = 12} + background = { - name = "Background" + name = "Background" quadTextureSprite ="GFX_tiled_window_1b_border" } - + gridboxtype = { name = "equipments_grid" position = { x = 12 y = 5 } @@ -3976,7 +3988,7 @@ guiTypes = { spriteType = "GFX_lend_lease_equip_header" position = { x= 3 y = 42 } } - + instantTextboxType = { name = "equipment_header" position = {x=10 y=47} @@ -3985,7 +3997,7 @@ guiTypes = { maxWidth = 160 maxHeight = 32 format = center - } + } instantTextboxType = { name = "our_production_header" @@ -3996,7 +4008,7 @@ guiTypes = { maxHeight = 32 format = center } - + instantTextboxType = { name = "no_equipment" position = {x=80 y=70} @@ -4006,7 +4018,7 @@ guiTypes = { maxHeight = 20 format = center } - + buttonType = { name = "close" position = { x = -50 y = 5 } @@ -4023,12 +4035,12 @@ guiTypes = { name = "diplomacy_lend_lease_entry" size = {width=487 height=72} clipping = no - + background = { name = "Background" spriteType = "GFX_lendlease_big_bg" } - + iconType = { name ="equipment_icon_default" spriteType = "GFX_technology_medium" @@ -4053,7 +4065,7 @@ guiTypes = { alwaystransparent = yes scale = 0.6 } - + instantTextboxType = { name = "equipment_name" position = {x=8 y=4} @@ -4071,7 +4083,7 @@ guiTypes = { quadTextureSprite = "GFX_balance_icon" alwaystransparent = yes } - + buttonType = { name = "number_button" position = { x = 211 y = 7 } @@ -4080,7 +4092,7 @@ guiTypes = { buttonText = "DIPLOMACY_LEND_LEASE_NUMBER" Orientation = "UPPER_LEFT" } - + buttonType = { name = "percentage_button" position = { x = 279 y = 7 } @@ -4113,7 +4125,7 @@ guiTypes = { quadTextureSprite = "GFX_generic_text_bg_60" alwaystransparent = yes } - + editBoxType = { name = "value_box" position = {x=220 y=40} @@ -4121,7 +4133,7 @@ guiTypes = { size = {x=50 y=20} only_numbers = yes } - + buttonType = { name = "increase_amount_button" quadTextureSprite ="GFX_zoom_in" @@ -4129,7 +4141,7 @@ guiTypes = { scale = 0.9 clicksound = click_default } - + buttonType = { name = "decrease_amount_button" quadTextureSprite ="GFX_zoom_out" @@ -4140,12 +4152,11 @@ guiTypes = { buttonType = { name = "maximum_amount_button" - quadTextureSprite ="GFX_maximum_stockpile_button" - position = { x = 304 y = 40 } - scale = 0.9 + quadTextureSprite ="GFX_add_all_button_32x32" + position = { x = 302 y = 34 } clicksound = click_default } - + instantTextboxType = { name = "deal_description" position = {x=307 y=39} @@ -4156,7 +4167,7 @@ guiTypes = { text = "desc" alwaystransparent = yes } - + instantTextboxType = { name = "deal_state" position = {x=250 y=10} @@ -4167,7 +4178,7 @@ guiTypes = { text = "DIPLOMACY_LEND_LEASE_CANCEL" alwaystransparent = yes } - + buttonType = { name = "cancel_button" position = { x=453 y=5 } @@ -4176,18 +4187,18 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "diplomacy_lend_lease_equipment_entry" size = {width=338 height=72} clipping = no - + buttonType = { name = "Background" position = { x=0 y=0 } quadTextureSprite = "GFX_lendlease_small_bg" } - + iconType = { name ="equipment_icon_default" spriteType = "GFX_technology_medium" @@ -4205,14 +4216,14 @@ guiTypes = { alwaystransparent = yes scale = 0.6 } - + iconType = { name = "carrier_fighter_icon" position = { x = 146 y = 47 } spriteType = "GFX_airwing_carrier_icon" alwaystransparent = yes } - + instantTextboxType = { name = "name" position = {x=8 y=4} @@ -4222,14 +4233,14 @@ guiTypes = { fixedsize = yes format = center } - + iconType = { name = "in_pool_bg" position = { x=177 y=30 } quadTextureSprite = "GFX_generic_text_bg_60" alwaystransparent = yes - } - + } + instantTextboxType = { name = "in_pool" position = {x=177 y=33} @@ -4240,14 +4251,14 @@ guiTypes = { format = center alwaystransparent = yes } - + iconType = { name = "producing_bg" position = { x=240 y=30 } quadTextureSprite = "GFX_generic_text_bg_88" alwaystransparent = yes - } - + } + instantTextboxType = { name = "producing" position = {x=243 y=36} @@ -4275,33 +4286,33 @@ guiTypes = { spriteType = "GFX_flag_small" } - + iconType = { name = "in_stock_icon" position = { x=194 y=7 } spriteType = "GFX_in_stock_icon" } - + iconType = { name = "balance_icon" position = { x=269 y=7 } spriteType = "GFX_balance_icon" - } - + } + } - + containerWindowType = { name = "diplomacy_incoming_lend_lease_entry" size = {width=487 height=72} clipping = no - + background = { name = "Background" spriteType = "GFX_lendlease_big_bg" } - + iconType = { name ="equipment_icon_default" spriteType = "GFX_technology_medium" @@ -4319,7 +4330,7 @@ guiTypes = { alwaystransparent = yes scale = 0.6 } - + instantTextboxType = { name = "equipment_name" position = {x=8 y=4} @@ -4337,7 +4348,7 @@ guiTypes = { quadTextureSprite = "GFX_generic_text_bg_60" alwaystransparent = yes } - + instantTextboxType = { name = "value_box" position = {x=220 y=40} @@ -4347,7 +4358,7 @@ guiTypes = { format = center alwaystransparent = yes } - + instantTextboxType = { name = "deal_description" position = {x=282 y=39} @@ -4358,7 +4369,7 @@ guiTypes = { text = "desc" # alwaystransparent = yes } - + instantTextboxType = { name = "deal_state" position = {x=250 y=10} @@ -4369,7 +4380,7 @@ guiTypes = { text = "desc" alwaystransparent = yes } - + buttonType = { name = "cancel_button" position = { x=453 y=5 } @@ -4379,17 +4390,17 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "diplomacy_request_incoming_lend_lease_entry" size = {width=487 height=72} clipping = no - + background = { name = "Background" spriteType = "GFX_request_lendlease_big_bg" } - + iconType = { name ="equipment_icon_default" spriteType = "GFX_technology_medium" @@ -4405,7 +4416,7 @@ guiTypes = { centerposition = yes alwaystransparent = yes } - + instantTextboxType = { name = "equipment_name" position = {x=8 y=4} @@ -4416,7 +4427,7 @@ guiTypes = { format = center alwaystransparent = yes } - + instantTextboxType = { name = "deal_state" position = {x=250 y=10} @@ -4427,7 +4438,7 @@ guiTypes = { text = "desc" alwaystransparent = yes } - + buttonType = { name = "cancel_button" position = { x=453 y=5 } @@ -4438,18 +4449,18 @@ guiTypes = { pdx_tooltip = "DIPLOMACY_CANCEL" } } - + containerWindowType = { name = "diplomacy_incoming_lend_lease_equipment_entry" size = {width=338 height=72} clipping = no - + buttonType = { name = "Background" position = { x=0 y=0 } quadTextureSprite = "GFX_lendlease_small_bg" } - + iconType = { name ="equipment_icon_default" spriteType = "GFX_technology_medium" @@ -4465,14 +4476,21 @@ guiTypes = { centerposition = yes alwaystransparent = yes } - + iconType = { name = "carrier_fighter_icon" position = { x = 146 y = 47 } spriteType = "GFX_airwing_carrier_icon" alwaystransparent = yes } - + + iconType = { + name = "creator_tag" + position = { x=148 y=45 } + spriteType = "GFX_flag_small" + + } + instantTextboxType = { name = "name" position = {x=5 y=4} @@ -4482,14 +4500,14 @@ guiTypes = { fixedsize = yes format = center } - + iconType = { name = "in_pool_bg" position = { x=177 y=30 } quadTextureSprite = "GFX_generic_text_bg_60" alwaystransparent = yes - } - + } + instantTextboxType = { name = "in_pool" position = {x=177 y=33} @@ -4500,14 +4518,14 @@ guiTypes = { format = center alwaystransparent = yes } - + iconType = { name = "producing_bg" position = { x=240 y=30 } quadTextureSprite = "GFX_generic_text_bg_88" alwaystransparent = yes - } - + } + instantTextboxType = { name = "producing" position = {x=243 y=36} @@ -4528,26 +4546,26 @@ guiTypes = { format = center alwaystransparent = yes } - + iconType = { name = "in_stock_icon" position = { x=194 y=7 } spriteType = "GFX_in_stock_icon" } - + iconType = { name = "balance_icon" position = { x=269 y=7 } spriteType = "GFX_balance_icon" - } - + } + } windowType = { name = "diplomacy_country_list_relation_entry" - position = { x = 0 y = 0} + position = { x = 0 y = 0} size = { x = 34 y = 34 } guiButtonType = { @@ -4559,7 +4577,7 @@ guiTypes = { containerWindowType = { name = "diplomacy_espionage_mission_ideologygroup_item" - position = { x = 0 y = 0} + position = { x = 0 y = 0} size = { width = 190 height = 40 } buttonType = { @@ -4574,13 +4592,13 @@ guiTypes = { name = "diplomacy_create_wargoal_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } @@ -4591,18 +4609,18 @@ guiTypes = { format = center } } - + containerWindowType = { name = "diplomacy_wargoal_state_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } @@ -4614,18 +4632,18 @@ guiTypes = { fixedsize = yes } } - + containerWindowType = { name = "stage_coup_state_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_3_frames" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } @@ -4637,18 +4655,18 @@ guiTypes = { format = center } } - + containerWindowType = { name = "stage_coup_party_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_3_frames" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } @@ -4664,13 +4682,13 @@ guiTypes = { name = "diplomacy_wargoal_country_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 0 } @@ -4681,18 +4699,18 @@ guiTypes = { format = center } } - + containerWindowType = { name = "diplomacy_espionage_state_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } @@ -4703,18 +4721,18 @@ guiTypes = { format = center } } - + containerWindowType = { name = "diplomacy_call_ally_war_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 4 } @@ -4726,18 +4744,18 @@ guiTypes = { fixedsize = yes } } - + containerWindowType = { name = "diplomacy_join_ally_war_entry" size = { width = 450 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_428x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 15 y = 3 } @@ -4749,68 +4767,129 @@ guiTypes = { fixedsize = yes } } - + containerWindowType = { - name = "diplomacy_expeditionary_group_entry" - size = { width = 200 height = 36 } - clipping = no - - - background = { - name = "Background" - spriteType = "GFX_volunteers_entry_bg" + name = "diplomacy_send_units_group_entry" + size = { width=489 height=38 } + + buttonType = { + name = "background_button" + spriteType = "GFX_send_units_entry_bg" clicksound = click_default } - iconType ={ - name ="color" - spriteType = "GFX_armyoverview_group_marker" - position = { x=384 y=10 } - alwaystransparent = yes - } - iconType ={ - name ="exp_selection" - spriteType = "GFX_expeditionary_force_icon" - position = { x=442 y=-3 } - alwaystransparent = yes - } - iconType ={ - name ="selection" - spriteType = "GFX_volunteer_force_icon" - position = { x=442 y=-3 } - alwaystransparent = yes - } - instantTextboxType = { - name = "count" - position = { x = 12 y = 9 } - font = "hoi_16mbs" - text = "1 division" - maxWidth = 116 - maxHeight = 20 - fixedsize = yes + + containerWindowType = { + name = "unassigned_divisions" + + instantTextboxType = { + name = "description" + position = { x = 13 y = 9 } + font = "hoi_18mbs" + maxWidth = 470 + maxHeight = 19 + fixedsize = yes + alwaystransparent = yes + } } - - instantTextboxType = { - name = "commander" - position = { x = 165 y = 7 } - font = "hoi_18mbs" - text = NO_COMMANDER_FOR_GROUP - maxWidth = 200 - maxHeight = 20 - fixedsize = yes + + containerWindowType = { + name = "army" + + iconType = { + name ="army_shield" + quadTextureSprite = "GFX_theatre_army_shield" + position = { x=5 y=4 } + alwaystransparent = yes + } + instantTextBoxType = { + name = "division_count" + position = { x=15 y=13 } + font = "hoi_18mbs" + maxWidth = 28 + maxHeight = 23 + fixedsize = yes + format = center + alwaystransparent = yes + } + instantTextBoxType = { + name = "division_count_wide" + position = { x=-5 y=15 } + font = "hoi_16mbs" + maxWidth = 45 + maxHeight = 23 + fixedsize = yes + format = right + alwaystransparent = yes + } + + iconType = { + name = "leader_skill_bg" + spriteType = "GFX_land_battle_leader_skill_bg" + position = { x=43 y=2 } + scale = 0.7 + alwaystransparent = yes + } + instantTextboxType = { + name = "leader_skill" + position = { x=40 y=5 } + font = "hoi_18mbs" + maxWidth = 30 + maxHeight = 23 + format = center + alwaystransparent = yes + } + + iconType = { + name = "leader_icon" + position = { x=83 y=19 } + quadTextureSprite ="GFX_leader_unknown" + centerposition = yes + scale = 0.17 + alwaystransparent = yes + } + + instantTextboxType = { + name = "army_name" + position = { x = 106 y = 2 } + font = "hoi_16mbs" + maxWidth = 180 + maxHeight = 17 + fixedsize = yes + alwaystransparent = yes + } + instantTextboxType = { + name = "leader_name" + position = { x = 106 y = 16 } + font = "hoi_18mbs" + maxWidth = 180 + maxHeight = 19 + fixedsize = yes + alwaystransparent = yes + } + + OverlappingElementsBoxType = { + name = "divisions_summary" + position = { x=284 y=5 } + size = { x=202 y=27 } + spacing = 0 + } + positionType = { + name = "divisions_summary_max_item_count" + position = { x=11 y=0 } + } } } - containerWindowType = { name = "request_license_land_entry" position = { x=6 y=0 } size = { width=461 height= 80 } clipping = no - + buttonType = { name = "equipment_button" position = { x=5 y=4 } - quadTextureSprite = "GFX_equipment_item_large_02" + quadTextureSprite = "GFX_equipment_item_large_02" clicksound = click_default frame = 1 } @@ -4828,7 +4907,7 @@ guiTypes = { spriteType = "GFX_new_equipment_glow_large" alwaystransparent = yes } - + buttonType = { name = "cancel_button" position = { x=417 y=28 } @@ -4836,7 +4915,7 @@ guiTypes = { quadTextureSprite = "GFX_closebutton_small_2" clicksound = click_close } - + iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" @@ -4852,14 +4931,14 @@ guiTypes = { frame = 1 alwaystransparent = yes } - + iconType = { name = "carrier_fighter_icon" position = { x = 230 y = 55 } spriteType = "GFX_airwing_carrier_icon" alwaystransparent = yes } - + instantTextboxType = { name = "name" position = { x = 20 y = 6 } @@ -4882,7 +4961,7 @@ guiTypes = { format = left alwaystransparent = yes } - + gridBoxType = { name = "resources_grid" position = { x = 370 y = 8 } @@ -4892,7 +4971,7 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - + instantTextboxType = { name = "production_cost" position = { x = 15 y = 61 } @@ -4905,13 +4984,13 @@ guiTypes = { } } - + containerWindowType = { name = "request_license_naval_entry" position = { x=0 y=0 } size = { width=461 height= 75 } clipping = no - + buttonType = { name = "equipment_button" position = { x=11 y=4 } @@ -4924,16 +5003,16 @@ guiTypes = { name ="outdated_equipment_overlay" spriteType = "GFX_outdated_naval_equipment_overlay" position = { x=15 y=7 } - alwaystransparent = yes + alwaystransparent = yes } - + iconType = { name = "selected_glow" position = { x = 14 y = 7 } spriteType = "GFX_new_naval_equipment_glow" alwaystransparent = yes } - + buttonType = { name = "cancel_button" position = { x=423 y=28 } @@ -4941,7 +5020,7 @@ guiTypes = { quadTextureSprite = "GFX_closebutton_small_2" clicksound = click_close } - + iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" @@ -4950,7 +5029,7 @@ guiTypes = { scale = 0.9 alwaystransparent = yes } - + instantTextboxType = { name = "name" position = { x = 28 y = 6 } @@ -4977,7 +5056,7 @@ guiTypes = { format = left alwaystransparent = yes } - + gridBoxType = { name = "resources_grid" position = { x = 376 y = 8 } @@ -4987,7 +5066,7 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - + instantTextboxType = { name = "naval_production_cost" position = { x = 21 y = 61 } @@ -4999,18 +5078,18 @@ guiTypes = { alwaystransparent = yes } } - + containerWindowType = { name = "diplomacy_party_entry" size = { width = 200 height = 30 } clipping = no - + background = { name = "Background" spriteType = "GFX_sort_button_202x29_button" clicksound = click_default } - + instantTextboxType = { name = "name" position = { x = 0 y = 5 } diff --git a/1632_RoF/interface/countrypoliticsview.gui b/1632_RoF/interface/countrypoliticsview.gui index 3d6f02cd..934de88f 100644 --- a/1632_RoF/interface/countrypoliticsview.gui +++ b/1632_RoF/interface/countrypoliticsview.gui @@ -90,51 +90,6 @@ guiTypes = { position = { x= -2 y = 1s } } } - - containerWindowType = { - name = "exile_info_container" - position = { x = -145 y = 241 } - size = { width = 150 height = 75 } - clipping = no - Orientation = UPPER_RIGHT - - background = { - name = "Background" - spriteType ="GFX_countryview_government_in_exile_bg" - } - - - instantTextboxType = { - name = "header" - position = { x = 35 y = 8 } - font = "hoi_16mbs" - text = "COUNTRY_VIEW_LEGITIMACY_HEADER" - maxWidth = 80 - maxHeight = 20 - fixedsize = yes - format = center - alwaystransparent = yes - } - - instantTextboxType = { - name = "legitimacy" - position = { x = 35 y = 23 } - font = "hoi_24header" - text = "42" - maxWidth = 80 - maxHeight = 20 - fixedsize = yes - format = center - alwaystransparent = yes - } - - iconType = { - name = "icon_exiled_governments" - spriteType = "GFX_countryview_exile_my_legitimacy" - position = { x = 12 y = 12 } - alwaystransparent = yes - } - } containerWindowType = { name = "ruling_party_info" @@ -187,27 +142,78 @@ guiTypes = { quadTextureSprite = "GFX_dismantle_faction_button" #buttonFont = "hoi_16mbs" #buttonText = "DIPLOMACY_DISMANTLE_FACTION_TITLE" + } + + containerWindowType = { + name = "power_balance_button" + position = { x = 320 y = -62 } + clipping = no + + buttonType = { + name = "show_power_balance" + position = { x = 0 y = 0 } + quadTextureSprite = "GFX_show_power_balance_button" + } + + iconType = { + name = "show_power_balance_glow" + position = { x = 0 y = 0 } + quadTextureSprite = "GFX_bop_glow_effect" + alwaystransparent = yes + } + + instantTextboxType = { + name = "power_balance_percentage" + format = center + position = { x = 40 y = 10 } + font = "hoi_16mbs" + text = "90%" + fixedsize = yes + maxWidth = 100 + maxHeight = 20 + alwaystransparent = yes + } + + instantTextboxType = { + name = "power_balance_levels" + format = center + position = { x = 40 y = 25 } + font = "hoi_16mbs" + text = "3/5" + fixedsize = yes + maxWidth = 100 + maxHeight = 20 + alwaystransparent = yes + } + + iconType = { + name = "power_balance_ICON" + position = { x = 12 y = 4 } + quadTextureSprite = "GFX_placeholder_bordered" + alwaystransparent = yes + scale = 0.55 + } } - } containerWindowType = { name = "autonomy_progress_view" position = { x = 170 y = 242 } - size = { width = 255 height = 60 } + size = { width = 245 height = 55 } clipping = no background = { name = "Background" - quadTextureSprite ="GFX_subject_overlay" + quadTextureSprite ="GFX_mini_bg" } instantTextboxType = { name = "current_autonomy_name" - position = { x = 110 y = 8 } - font = "hoi_18mbs" + position = { x = 92 y = 8 } + font = "hoi_16mbs" text = "autonomy" - maxWidth = 193 + fixedsize = yes + maxWidth = 100 maxHeight = 20 format = center } @@ -228,27 +234,26 @@ guiTypes = { iconType = { name = "prev_autonomy_level_icon" - position = { x = 75 y = 9 } + position = { x = 60 y = 9 } quadTextureSprite = "GFX_autonomy_unknown_icon" - alwaystransparent = yes } iconType = { name = "autonomy_progress" - spriteType = "GFX_subject_progressbar_long" - position = { x = 116 y = 29 } + spriteType = "GFX_subject_progressbar" + position = { x = 95 y = 29 } frame = 100 } buttonType = { name = "next_autonomy_level" - position = { x = 299 y = 5 } + position = { x = 190 y = 5 } quadTextureSprite = "GFX_occupation_policy_button_selected" } iconType = { name = "next_level_glow" - position = { x = 287 y = -2 } + position = { x = 179 y = -2 } quadTextureSprite = "GFX_ongoing_focus_goal_polview" alwaystransparent = yes scale = 0.5 @@ -256,7 +261,7 @@ guiTypes = { iconType = { name = "next_autonomy_level_icon" - position = { x = 304 y = 9 } + position = { x = 195 y = 9 } quadTextureSprite = "GFX_autonomy_unknown_icon" alwaystransparent = yes } @@ -806,6 +811,20 @@ guiTypes = { frame = 1 } } + + containerWindowType = { + name = "industrial_org_entry" + size = { width = 53 height = 53 } + clipping = no + + buttonType = { + name = "open_roster_button" + position = { x = 31 y = 31 } + spriteType = "GFX_add_pol_idea_button" + centerposition = yes + clicksound = click_default + } + } containerWindowType = { name = "political_selectable_idea_entry_grid" @@ -1385,12 +1404,38 @@ guiTypes = { position = { x = 107 y = 10 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 150 + maxWidth = 120 maxHeight = 20 + fixedsize = yes format = left vertical_alignment = center } + containerWindowType = { + name = "legitimacy_container" + position = { x = 260 y = 50 } + size = { width = 150 height = 75 } + clipping = no + + instantTextboxType = { + name = "legitimacy" + position = { x = 20 y = 15 } + font = "hoi_24header" + text = "42" + maxWidth = 80 + maxHeight = 20 + fixedsize = yes + format = center + alwaystransparent = yes + } + + iconType = { + name = "icon" + spriteType = "GFX_icon_exiled_governments" + position = { x = 12 y = 12 } + } + } + containerWindowType = { name = "manpower_container" position = { x = 96 y = 30 } @@ -1407,8 +1452,9 @@ guiTypes = { position = { x = 40 y = 7 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 200 + maxWidth = 100 maxHeight = 20 + fixedsize = yes text = "1000000" format = left vertical_alignment = center @@ -1487,7 +1533,7 @@ guiTypes = { buttonType = { name = "reinstate_btn" - position = { x = 6 y = 55} + position = { x = 354 y = 55} quadTextureSprite ="GFX_government_in_exile_reinstate_button_bg" Orientation = UPPER_LEFT buttonFont = "hoi_18mbs" @@ -1496,23 +1542,23 @@ guiTypes = { instantTextboxType = { name = "occupier_text" - position = { x = -340 y = -25 } + position = { x = 15 y = -25 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 180 + maxWidth = 120 maxHeight = 5 fixedsize = yes format = left - Orientation = LOWER_RIGHT + Orientation = LOWER_LEFT } OverlappingElementsBoxType = { name = "occupier_flags" - position = { x = -225 y = -37 } + position = { x = 90 y = -37 } size = { x = 220 y = 32 } format = left spacing = 1.0 - Orientation = LOWER_RIGHT + Orientation = LOWER_LEFT } } diff --git a/1632_RoF/interface/countryproductionlineview.gui b/1632_RoF/interface/countryproductionlineview.gui index 3eabdb8b..44559b9b 100644 --- a/1632_RoF/interface/countryproductionlineview.gui +++ b/1632_RoF/interface/countryproductionlineview.gui @@ -38,7 +38,7 @@ guiTypes = { font = "hoi_36header" borderSize = {x = 0 y = 0} text = "PRODUCTION_PRODUCTION_LABEL" - maxWidth = 240 + maxWidth = 440 maxHeight = 20 format = left } @@ -1132,8 +1132,7 @@ guiTypes = { show_animation_type = decelerated hide_animation_type = accelerated animation_time = 300 - size = { width=375 height=100%% } - click_to_front = yes + size = { width=495 height=100%% } background = { name = "Background" @@ -1165,6 +1164,37 @@ guiTypes = { } } + containerWindowType = { + name = "production_MIOs" + position = { x= 20 y = 12} + clipping = no + size = { width=80 height=35 } + Orientation = UPPER_LEFT + + background = { + name = "MIO_bg" + quadTextureSprite ="GFX_mini_bg" + } + + iconType = { + name ="MIO_icon" + spriteType = "GFX_industrial_manufacturer_icon" + position = { x= 7 y = 7 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name ="available_MIOs" + position = { x= 35 y = 8 } + font = "hoi_18mbs" + text = "999" + format = left + maxWidth = 30 + maxHeight = 24 + fixedsize = yes + } + } + buttonType = { name = "checkbox" position = { x = -355 y = 14 } @@ -1356,6 +1386,37 @@ guiTypes = { } } + containerWindowType = { + name = "production_MIOs" + position = { x= 20 y = 12} + clipping = no + size = { width=80 height=35 } + Orientation = UPPER_LEFT + + background = { + name = "MIO_bg" + quadTextureSprite ="GFX_mini_bg" + } + + iconType = { + name ="MIO_icon" + spriteType = "GFX_industrial_manufacturer_icon" + position = { x= 5 y = 3 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name ="available_MIOs" + position = { x= 40 y = 8 } + font = "hoi_18mbs" + text = "999" + format = left + maxWidth = 30 + maxHeight = 24 + fixedsize = yes + } + } + buttonType = { name = "checkbox" position = { x = -355 y = 14 } @@ -1394,8 +1455,7 @@ guiTypes = { background = { name = "Background" - spriteType = "GFX_tiled_generic_bg_1" - #spriteType = "GFX_tiled_window_transparent" + spriteType = "GFX_mini_bg" } iconType = { @@ -1512,6 +1572,12 @@ guiTypes = { pdx_tooltip = "PRODUCTION_DRAG_N_DROP" } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected" @@ -1524,6 +1590,19 @@ guiTypes = { position = { x= 2 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 3 y = 6 } @@ -1576,7 +1655,7 @@ guiTypes = { iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" - position = { x=80 y=72 } + position = { x=100 y=72 } centerposition = yes alwaystransparent = yes } @@ -1584,14 +1663,15 @@ guiTypes = { iconType = { name ="sub_tech" spriteType = "GFX_land_equipment_role_icons" - position = { x=120 y=54 } + position = { x=140 y=74 } alwaystransparent = yes + scale = 0.8 } iconType = { name ="carrier_fighter_icon" spriteType = "GFX_airwing_carrier_icon" - position = { x=20 y=88 } + position = { x=231 y=62 } centerposition = yes alwaystransparent = yes } @@ -1627,17 +1707,25 @@ guiTypes = { iconType = { name = "creator_flag" quadTextureSprite ="GFX_flag_small" - position = { x = 245 y = 53 } + position = { x = 245 y = 52 } } iconType = { name ="equipment_designer" spriteType = "GFX_tech_idea_bg" - position = { x = 230 y = 51 } + position = { x = 181 y = 50 } scale = 0.6 alwaystransparent = yes } + iconType = { + name ="equipment_designer_can_upgrade" + spriteType = "GFX_refitting" + position = { x = 216 y = 59 } + scale = 1 + pdx_tooltip = "INDUSTRIAL_ORG_TOOLTIP_UPGRADE_ALREADY_ASSIGNED_MIO_DELAYED" + } + gridBoxType = { name = "factories_grid" position = { x = 317 y = 33 } @@ -1677,13 +1765,13 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 54 y = 4 } + position = { x = 40 y = 4 } textureFile = "" font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 170 - maxHeight = 20 - fixedsize = yes + maxWidth = 154 + maxHeight = 19 + multiline = no format = left alwaystransparent = yes } @@ -1693,7 +1781,9 @@ guiTypes = { position = { x = 10 y = 31 } font = "hoi_16mbs" maxWidth = 150 - maxHeight = 30 + maxHeight = 33 + fixedsize = no + multiline = no format = left alwaystransparent = yes } @@ -1719,18 +1809,18 @@ guiTypes = { buttonType = { name = "convert" - position = { x=10 y=75 } + position = { x=30 y=75 } quadTextureSprite = "GFX_production_line_convert" clicksound = click_default } buttonType = { name = "expand" - position = { x=30 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 2 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 8 clicksound = click_default + scale = 1.4 } iconType = { @@ -1795,6 +1885,22 @@ guiTypes = { font = "hoi_16mbs" clicksound = click_default } + buttonType = { + name = "increase_priority" + position = { x=4 y=48 } + quadTextureSprite = "GFX_arrow_up_small" + pdx_tooltip = "PRODUCTION_INCREASE_PRIORITY_LABEL" + clicksound = click_default + } + + buttonType = { + name = "decrease_priority" + position = { x=4 y=75 } + quadTextureSprite = "GFX_arrow_down_small" + pdx_tooltip = "PRODUCTION_DECREASE_PRIORITY_LABEL" + pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" + clicksound = click_default + } } containerWindowType = { @@ -1809,6 +1915,12 @@ guiTypes = { pdx_tooltip = "PRODUCTION_DRAG_N_DROP" } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected_collapsed" @@ -1821,6 +1933,19 @@ guiTypes = { position = { x= 2 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 3 y = 6 } @@ -1890,7 +2015,7 @@ guiTypes = { iconType = { name ="carrier_fighter_icon" spriteType = "GFX_airwing_carrier_icon" - position = { x=20 y=44 } + position = { x=140 y=44 } centerposition = yes alwaystransparent = yes } @@ -1980,11 +2105,11 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 54 y = 4 } + position = { x = 40 y = 4 } textureFile = "" font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 170 + maxWidth = 154 maxHeight = 20 fixedsize = yes format = left @@ -2029,11 +2154,11 @@ guiTypes = { buttonType = { name = "expand" - position = { x=30 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 1 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 2 clicksound = click_default + scale = 1.4 } iconType = { name = "factories_used" @@ -2387,6 +2512,12 @@ guiTypes = { frame = 1 } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected" @@ -2399,6 +2530,19 @@ guiTypes = { position = { x= 2 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 3 y = 6 } @@ -2447,22 +2591,30 @@ guiTypes = { iconType = { name ="equipment_designer" spriteType = "GFX_tech_idea_bg" - position = { x = 238 y = 49 } + position = { x = 60 y = 54 } scale = 0.5 alwaystransparent = yes } + iconType = { + name ="equipment_designer_can_upgrade" + spriteType = "GFX_refitting" + position = { x = 85 y = 59 } + scale = 1 + pdx_tooltip = "INDUSTRIAL_ORG_TOOLTIP_UPGRADE_ALREADY_ASSIGNED_MIO_DELAYED" + } + iconType = { name ="equipment_role" spriteType = "GFX_naval_equipment_role_icons" - position = { x = 10 y = 49 } + position = { x = 25 y = 49 } alwaystransparent = yes } iconType = { name = "creator_flag" quadTextureSprite ="GFX_flag_small" - position = { x = 245 y = 53 } + position = { x = 246 y = 55 } } buttonType = { @@ -2483,7 +2635,7 @@ guiTypes = { buttonType = { name = "carrier_air_wing_composition" - position = { x=245 y=73 } + position = { x=245 y=50 } quadTextureSprite = "GFX_carrier_airwing_comp_button" clicksound = click_default pdx_tooltip = CARRIER_AIR_WING_COMPOSITION_TITLE @@ -2504,7 +2656,7 @@ guiTypes = { iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" - position = { x=138 y=76 } + position = { x=158 y=76 } scale=0.8 centerposition = yes alwaystransparent = yes @@ -2563,28 +2715,27 @@ guiTypes = { buttonType = { name = "deploy_location" - position = { x=222 y=-1 } + position = { x=230 y=-1 } quadTextureSprite = "GFX_naval_deploy_button" buttonFont = "hoi_16mbs" clicksound = click_default - } positionType = { name = "task_force_insignia_pos" - position = { x=221 y=0 } + position = { x=228 y=0 } } iconType = { name = "deploy_icon" - position = { x=223 y=-2 } + position = { x=230 y=-2 } spriteType = "GFX_deploy_port_fleet_icons" alwaystransparent = yes } instantTextboxType = { name = "deploy_name" - position = { x = 255 y = 4 } + position = { x = 260 y = 4 } font = "hoi_18b" borderSize = {x = 0 y = 0} text = "This buttontext is a bug and should not appear" @@ -2659,12 +2810,12 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 54 y = 4 } + position = { x = 40 y = 4 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 167 - maxHeight = 20 - fixedsize = yes + maxWidth = 154 + maxHeight = 19 + multiline = no format = left alwaystransparent = yes } @@ -2674,18 +2825,20 @@ guiTypes = { position = { x = 12 y = 32 } font = "hoi_16mbs" maxWidth = 150 - maxHeight = 30 + maxHeight = 33 + fixedsize = yes + multiline = no format = left alwaystransparent = yes } buttonType = { name = "expand" - position = { x=30 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 2 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 8 clicksound = click_default + scale = 1.4 } buttonType = { @@ -2696,6 +2849,23 @@ guiTypes = { clicksound = click_default buttontext = "HMS William Wallace" } + + buttonType = { + name = "increase_priority" + position = { x=4 y=48 } + quadTextureSprite = "GFX_arrow_up_small" + pdx_tooltip = "PRODUCTION_INCREASE_PRIORITY_LABEL" + clicksound = click_default + } + + buttonType = { + name = "decrease_priority" + position = { x=4 y=75 } + quadTextureSprite = "GFX_arrow_down_small" + pdx_tooltip = "PRODUCTION_DECREASE_PRIORITY_LABEL" + pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" + clicksound = click_default + } } @@ -2712,6 +2882,12 @@ guiTypes = { frame = 1 } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected_collapsed" @@ -2724,6 +2900,19 @@ guiTypes = { position = { x= 1 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 3 y = 6 } @@ -2805,10 +2994,11 @@ guiTypes = { buttonType = { name = "carrier_air_wing_composition" - position = { x=4 y=30 } + position = { x=2 y=30 } quadTextureSprite = "GFX_carrier_airwing_comp_button" clicksound = click_default pdx_tooltip = CARRIER_AIR_WING_COMPOSITION_TITLE + scale = 0.8 } gridBoxType = { @@ -2882,7 +3072,7 @@ guiTypes = { buttonType = { name = "deploy_location" - position = { x=222 y=-1 } + position = { x=230 y=-1 } quadTextureSprite = "GFX_naval_deploy_button" buttonFont = "hoi_16mbs" clicksound = click_default @@ -2890,19 +3080,19 @@ guiTypes = { positionType = { name = "task_force_insignia_pos" - position = { x=221 y=0 } + position = { x=229 y=0 } } iconType = { name = "deploy_icon" - position = { x=223 y=-2 } + position = { x=230 y=-2 } spriteType = "GFX_deploy_port_fleet_icons" alwaystransparent = yes } instantTextboxType = { name = "deploy_name" - position = { x = 255 y = 4 } + position = { x = 260 y = 4 } font = "hoi_18b" borderSize = {x = 0 y = 0} text = "This buttontext is a bug and should not appear" @@ -2914,10 +3104,10 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 54 y = 4 } + position = { x = 40 y = 4 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 167 + maxWidth = 154 maxHeight = 20 fixedsize = yes format = left @@ -2936,11 +3126,11 @@ guiTypes = { buttonType = { name = "expand" - position = { x=28 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 1 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 2 clicksound = click_default + scale = 1.4 } iconType = { name = "factories_used" @@ -3019,9 +3209,15 @@ guiTypes = { frame = 1 } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" - spriteType = "GFX_production_line_selected" + spriteType = "GFX_naval_production_line_selected" position = { x= 2 y = 0 } } @@ -3043,6 +3239,19 @@ guiTypes = { alwaystransparent = yes } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + iconType = { name ="outdated_equipment_overlay" spriteType = "GFX_outdated_equipment_overlay" @@ -3053,15 +3262,23 @@ guiTypes = { iconType = { name ="equipment_designer" spriteType = "GFX_tech_idea_bg" - position = { x = 10 y = 49 } + position = { x = 25 y = 49 } scale = 0.5 alwaystransparent = yes } + iconType = { + name ="equipment_designer_can_upgrade" + spriteType = "GFX_refitting" + position = { x = 50 y = 54 } + scale = 1 + pdx_tooltip = "INDUSTRIAL_ORG_TOOLTIP_UPGRADE_ALREADY_ASSIGNED_MIO_DELAYED" + } + iconType = { name ="equipment_role" spriteType = "GFX_naval_equipment_role_icons" - position = { x = 238 y = 49 } + position = { x = 238 y = 69 } alwaystransparent = yes } @@ -3074,7 +3291,7 @@ guiTypes = { iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" - position = { x=138 y=76 } + position = { x=158 y=76 } scale=0.8 centerposition = yes alwaystransparent = yes @@ -3226,12 +3443,12 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 55 y = 3 } + position = { x = 40 y = 3 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 145 - maxHeight = 20 - fixedsize = yes + maxWidth = 155 + maxHeight = 19 + multiline = no format = left alwaystransparent = yes } @@ -3241,18 +3458,20 @@ guiTypes = { position = { x = 12 y = 32 } font = "hoi_16mbs" maxWidth = 150 - maxHeight = 30 + maxHeight = 33 + fixedsize = yes + multiline = no format = left alwaystransparent = yes } buttonType = { name = "expand" - position = { x=29 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 2 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 8 clicksound = click_default + scale = 1.4 } instantTextboxType = { @@ -3265,6 +3484,23 @@ guiTypes = { fixedsize = yes format = center } + + buttonType = { + name = "increase_priority" + position = { x=4 y=48 } + quadTextureSprite = "GFX_arrow_up_small" + pdx_tooltip = "PRODUCTION_INCREASE_PRIORITY_LABEL" + clicksound = click_default + } + + buttonType = { + name = "decrease_priority" + position = { x=4 y=75 } + quadTextureSprite = "GFX_arrow_down_small" + pdx_tooltip = "PRODUCTION_DECREASE_PRIORITY_LABEL" + pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" + clicksound = click_default + } } containerWindowType = { @@ -3280,6 +3516,12 @@ guiTypes = { frame = 1 } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected" @@ -3292,6 +3534,19 @@ guiTypes = { position = { x= 2 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 3 y = 6 } @@ -3354,7 +3609,7 @@ guiTypes = { iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" - position = { x=138 y=76 } + position = { x=158 y=76 } scale=0.8 centerposition = yes alwaystransparent = yes @@ -3488,12 +3743,12 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 54 y = 4 } + position = { x = 40 y = 4 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 170 - maxHeight = 20 - fixedsize = yes + maxWidth = 160 + maxHeight = 19 + multiline = no format = left alwaystransparent = yes } @@ -3503,18 +3758,20 @@ guiTypes = { position = { x = 10 y = 31 } font = "hoi_16mbs" maxWidth = 150 - maxHeight = 30 + maxHeight = 33 + fixedsize = yes + multiline = no format = left alwaystransparent = yes } buttonType = { name = "expand" - position = { x=29 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 2 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 8 clicksound = click_default + scale = 1.4 } buttonType = { @@ -3525,6 +3782,23 @@ guiTypes = { clicksound = click_default buttontext = "Railway Gun Name" } + + buttonType = { + name = "increase_priority" + position = { x=4 y=48 } + quadTextureSprite = "GFX_arrow_up_small" + pdx_tooltip = "PRODUCTION_INCREASE_PRIORITY_LABEL" + clicksound = click_default + } + + buttonType = { + name = "decrease_priority" + position = { x=4 y=75 } + quadTextureSprite = "GFX_arrow_down_small" + pdx_tooltip = "PRODUCTION_DECREASE_PRIORITY_LABEL" + pdx_tooltip_delayed = "PRODUCTION_PRIORITY_DELAYED" + clicksound = click_default + } } @@ -3541,14 +3815,20 @@ guiTypes = { frame = 1 } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected_collapsed" position = { x= 0 y = 0 } } - iconType = { - name ="priority_frame" + buttonType = { + name ="increase_priority" spriteType = "GFX_conveyor_group_btn_frame" position = { x= 1 y = 1 } } @@ -3766,6 +4046,12 @@ guiTypes = { pdx_tooltip = "PRODUCTION_DRAG_N_DROP" } + iconType = { + name = "has_mio_background" + quadTextureSprite ="GFX_production_item_has_mio" + alwaystransparent = yes + } + iconType = { name ="production_line_selected" spriteType = "GFX_production_line_selected_collapsed" @@ -3778,6 +4064,19 @@ guiTypes = { position = { x= 1 y = 1 } } + buttonType = { + name ="attach_manufacturer" + spriteType = "GFX_attach_manufacturer" + position = { x= 195 y = 1 } + } + + buttonType = { + name ="change_manufacturer" + position = { x= 195 y = 1 } + spriteType = "GFX_attach_manufacturer" + scale = 0.45 + } + instantTextboxType = { name = "priority" position = { x = 2 y = 6 } @@ -3867,7 +4166,7 @@ guiTypes = { font = "hoi_18b" borderSize = {x = 0 y = 0} text = "This buttontext is a bug and should not appear" - maxWidth = 140 + maxWidth = 90 maxHeight = 25 fixedsize = yes alwaystransparent = yes @@ -3875,10 +4174,10 @@ guiTypes = { instantTextboxType = { name = "name" - position = { x = 55 y = 3 } + position = { x = 40 y = 3 } font = "hoi_18mbs" borderSize = {x = 0 y = 0} - maxWidth = 225 + maxWidth = 160 maxHeight = 20 fixedsize = yes format = left @@ -3887,11 +4186,11 @@ guiTypes = { buttonType = { name = "expand" - position = { x=28 y=4 } - quadTextureSprite = "GFX_strategicair_expand" - font = "hoi_16mbs" - frame = 1 + position = { x=13 y=8 } + quadTextureSprite = "GFX_division_list_column_button" + frame = 2 clicksound = click_default + scale = 1.4 } iconType = { name = "factories_used" @@ -4112,14 +4411,14 @@ guiTypes = { buttonType = { name = "equipment_button" position = { x=5 y=4 } - quadTextureSprite = "GFX_equipment_item_large" + quadTextureSprite = "GFX_equipment_item_large_02" clicksound = click_default frame = 1 } - + iconType = { name ="outdated_equipment_overlay" - spriteType = "GFX_outdated_equipment_overlay" + spriteType = "GFX_outdated_naval_equipment_overlay" position = { x=9 y=5 } alwaystransparent = yes } @@ -4127,14 +4426,14 @@ guiTypes = { iconType = { name = "prod_line_glow" position = { x = 9 y = 7 } - spriteType = "GFX_new_equipment_glow" + spriteType = "GFX_new_equipment_glow_large" alwaystransparent = yes } iconType = { name ="equipment_icon" spriteType = "GFX_technology_medium" - position = { x=175 y=51 } + position = { x=205 y=51 } centerposition = yes alwaystransparent = yes } @@ -4142,9 +4441,31 @@ guiTypes = { iconType = { name = "creator_flag" quadTextureSprite ="GFX_flag_small" - position = { x = 230 y = 10 } + position = { x = 342 y = 25 } + } + + iconType = { + name = "role_icon" + spriteType = "GFX_wing_types_map" + position = { x = 334 y = 10 } + alwaystransparent = yes } + + containerWindowType = { + name = "missions" + position = { x = 67 y = 60 } + size = { width = 150 height = 20 } + Orientation = upper_left + gridboxtype = { + name = "mission_grid" + size = { width = 150 height = 20 } + slotsize = { width = 25 height = 20 } + max_slots = { x = 6 y = 2 } + format = "LOWER_LEFT" + } + } + iconType = { name ="equipment_designer" spriteType = "GFX_tech_idea_bg" @@ -4153,17 +4474,25 @@ guiTypes = { alwaystransparent = yes } + iconType = { + name ="equipment_designer_can_upgrade" + spriteType = "GFX_refitting" + position = { x = 42 y = 42 } + scale = 1 + pdx_tooltip = "INDUSTRIAL_ORG_TOOLTIP_UPGRADE_ALREADY_ASSIGNED_MIO_DELAYED" + } + iconType = { name ="sub_tech" spriteType = "GFX_land_equipment_role_icons" - position = { x=220 y=40 } + position = { x=300 y=40 } frame = 1 alwaystransparent = yes } iconType = { name = "carrier_fighter_icon" - position = { x = 230 y = 55 } + position = { x = 310 y = 55 } spriteType = "GFX_airwing_carrier_icon" alwaystransparent = yes } @@ -4173,9 +4502,9 @@ guiTypes = { position = { x = 20 y = 6 } font = "hoi_18mbs" text = "Maus" - maxWidth = 234 - maxHeight = 20 - fixedsize = yes + maxWidth = 308 + maxHeight = 19 + multiline = no format = left alwaystransparent = yes } @@ -4185,22 +4514,16 @@ guiTypes = { position = { x = 20 y = 22 } font = "hoi_16mbs" text = "Perkele-tankki" - maxWidth = 150 - maxHeight = 30 + maxWidth = 308 + maxHeight = 17 + multiline = no format = left alwaystransparent = yes } - iconType = { - name = "prod_entry_resource_bg" - position = { x = 257 y = 7 } - spriteType = "GFX_prod_entry_resource_bg" - alwaystransparent = yes - } - gridBoxType = { name = "resources_grid" - position = { x = 258 y = 10 } + position = { x = 370 y = 10 } size = { width = 48 height = 150 } slotsize = { width = 35 height = 23 } max_slots_vertical = 6 @@ -4210,7 +4533,7 @@ guiTypes = { buttonType = { name = "variant" - position = { x=297 y=37 } + position = { x=417 y=37 } spriteType = "GFX_create_variants_button" clicksound = click_default frame = 1 @@ -4218,7 +4541,7 @@ guiTypes = { buttonType = { name = "obsolete" - position = { x=306 y=15 } + position = { x=426 y=15 } spriteType = "GFX_toggle_obsolete_button" clicksound = click_default } @@ -4237,7 +4560,14 @@ guiTypes = { iconType = { name ="design_invalid" spriteType = "GFX_design_not_valid" - position = { x = 230 y = 10 } + position = { x = 341 y = 52 } + alwaystransparent = yes + } + + iconType = { + name ="blueprint_icon" + spriteType = "GFX_blueprint" + position = { x = 341 y = 52 } alwaystransparent = yes } @@ -4283,7 +4613,7 @@ guiTypes = { iconType = { name = "creator_flag" quadTextureSprite ="GFX_flag_small" - position = { x = 344 y = 10 } + position = { x = 347 y = 25 } } iconType = { @@ -4294,6 +4624,14 @@ guiTypes = { alwaystransparent = yes } + iconType = { + name ="equipment_designer_can_upgrade" + spriteType = "GFX_refitting" + position = { x = 78 y = 42 } + scale = 1 + pdx_tooltip = "INDUSTRIAL_ORG_TOOLTIP_UPGRADE_ALREADY_ASSIGNED_MIO_DELAYED" + } + iconType = { name ="equipment_role" spriteType = "GFX_naval_equipment_role_icons" @@ -4309,10 +4647,10 @@ guiTypes = { font = "hoi_18mbs" borderSize = {x = 0 y = 0} text = "Maus" - maxWidth = 290 - maxHeight = 20 + maxWidth = 308 + maxHeight = 19 + multiline = no format = left - fixedsize = yes alwaystransparent = yes } @@ -4323,12 +4661,33 @@ guiTypes = { font = "hoi_16mbs" borderSize = {x = 0 y = 0} text = "Perkele-tankki" - maxWidth = 160 - maxHeight = 30 + maxWidth = 308 + maxHeight = 17 + multiline = no format = left alwaystransparent = yes } - + + containerWindowType = { #Currently unused, but we might put something in here eventually. + name = "missions" + position = { x = 72 y = 58 } + size = { width = 200 height = 20 } + Orientation = upper_left + + # background = { + # name = "Background" + # quadTextureSprite ="GFX_tiled_window_transparent" + # } + + gridboxtype = { + name = "mission_grid" + size = { width = 200 height = 20 } + slotsize = { width = 25 height = 20 } + max_slots = { x = 8 y = 2 } + format = "UPPER_LEFT" + } + } + gridBoxType = { name = "resources_grid" position = { x = 376 y = 8 } @@ -4371,6 +4730,13 @@ guiTypes = { position = { x = 348 y = 52 } alwaystransparent = yes } + + iconType = { + name ="blueprint_icon" + spriteType = "GFX_blueprint" + position = { x = 341 y = 52 } + alwaystransparent = yes + } } containerWindowType = { diff --git a/1632_RoF/interface/countrystateview.gfx b/1632_RoF/interface/countrystateview.gfx index e1ebffa2..310a2fc5 100644 --- a/1632_RoF/interface/countrystateview.gfx +++ b/1632_RoF/interface/countrystateview.gfx @@ -170,6 +170,11 @@ spriteTypes = { textureFile = "gfx/interface/buildings/building_railway_gun.dds" } + spriteType = { + name = "GFX_building_fort_icon" + textureFile = "gfx/interface/buildings/building_fort_icon.dds" + } + spriteType = { name = "GFX_build_slot_bg" textureFile = "gfx/interface/buildings/build_slot_bg.dds" @@ -198,18 +203,6 @@ spriteTypes = { noOfFrames = 4 } - spriteType = { - name = "GFX_occupation_policy" - textureFile = "gfx/interface/occupation_policy.dds" - noOfFrames = 4 - } - spriteType = { - name = "GFX_occupation_policy_selected" - textureFile = "gfx/interface/occupation_policy_selected.dds" - noOfFrames = 4 - } - - # TERRAIN spriteType = { name = "GFX_terrain_default" @@ -465,11 +458,6 @@ spriteTypes = { textureFile = "gfx/interface/terrains/terrain_shallow_sea_night.dds" } - spriteType = { - name = "GFX_terrain_water_shallow_sea_rain" - textureFile = "gfx/interface/terrains/terrain_shallow_sea_rain.dds" - } - # Archipelago spriteType = { name = "GFX_terrain_water_fjords_day" @@ -544,4 +532,166 @@ spriteTypes = { textureFile = "gfx/interface/occupation/sabotaged_resource.dds" } -} \ No newline at end of file + ### STATE MODIFIERS ### + + spriteType = { + name = "GFX_modifiers_tur_kemalist_loyalties" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kemalist_loyalties.dds" + } + spriteType = { + name = "GFX_modifiers_tur_kemalist_unrest" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kemalist_unrest.dds" + } + spriteType = { + name = "GFX_modifiers_tur_kurdish_agitation" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kurdish_agitation.dds" + } + spriteType = { + name = "GFX_modifiers_tur_kurdish_fatigue" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kurdish_fatigue.dds" + } + spriteType = { + name = "GFX_modifiers_tur_kurdish_rebellion" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kurdish_rebellion.dds" + } + spriteType = { + name = "GFX_modifiers_tur_kurdish_separatism" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_kurdish_separatism.dds" + } + spriteType = { + name = "GFX_modifiers_tur_traditionalist_insurgency" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_traditionalist_insurgency.dds" + } + spriteType = { + name = "GFX_modifiers_tur_traditionalist_placated" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_traditionalist_placated.dds" + } + spriteType = { + name = "GFX_modifiers_tur_traditionalist_sedition" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_traditionalist_sedition.dds" + } + spriteType = { + name = "GFX_modifiers_tur_traditionalist_unrest" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_traditionalist_unrest.dds" + } + spriteType = { + name = "GFX_modifiers_tur_pan_turkic_propaganda" + textureFile = "gfx/interface/state_modifiers/modifiers_tur_pan_turkic_propaganda.dds" + } + spriteType = { + name = "GFX_modifiers_conscription_exemptions_granted" + textureFile = "gfx/interface/state_modifiers/modifiers_conscription_exemptions_granted.dds" + } + spriteType = { + name = "GFX_modifiers_bul_macedonian_revolutionaries" + textureFile = "gfx/interface/state_modifiers/modifiers_bul_macedonian_revolutionaries.dds" + } + spriteType = { + name = "GFX_modifiers_bul_arranged_bulgarian_occupation" + textureFile = "gfx/interface/state_modifiers/modifiers_bul_arranged_bulgarian_occupation.dds" + } + spriteType = { + name = "GFX_modifiers_bul_arranged_territorial_expansion" + textureFile = "gfx/interface/state_modifiers/modifiers_bul_arranged_territorial_expansion.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_invaders_must_die" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_invaders_must_die.dds" + } + spriteType = { + name = "GFX_modifiers_increased_metal_production" + textureFile = "gfx/interface/state_modifiers/modifiers_increased_metal_production.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_armored_battery" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_armored_battery.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_defend_moscow" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_defend_moscow.dds" + } + spriteType = { + name = "GFX_unplanned_offensive" + textureFile = "gfx/interface/modifiers_unplanned_offensive_icon.dds" + } + spriteType = { + name = "GFX_modifiers_generic_bunker_build_speed" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_bunker_build_speed.dds" + } + spriteType = { + name = "GFX_modifiers_generic_military_plans" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_military_plans.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_civilian_labor_in_defense" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_civilian_labor_in_defense.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_factory_worker_militias" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_factory_worker_militias.dds" + } + spriteType = { + name = "GFX_modifiers_SOV_capital_of_the_tsars" + textureFile = "gfx/interface/state_modifiers/modifiers_SOV_capital_of_the_tsars.dds" + } + spriteType = { + name = "GFX_modifiers_ETH_state_decentralization" + textureFile = "gfx/interface/state_modifiers/modifiers_ETH_state_decentralization.dds" + } + spriteType = { + name = "GFX_modifiers_ETH_state_development" + textureFile = "gfx/interface/state_modifiers/modifiers_ETH_state_development.dds" + } + spriteType = { + name = "GFX_modifiers_demilitarize_zone" + textureFile = "gfx/interface/state_modifiers/modifiers_demilitarize_zone.dds" + } + spriteType = { + name = "GFX_modifiers_ETH_arranged_territorial_expansion" + textureFile = "gfx/interface/state_modifiers/modifiers_ETH_arranged_territorial_expansion.dds" + } + spriteType = { + name = "GFX_modifiers_generic_fascist_corporatism" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_fascist_corporatism.dds" + } + spriteType = { + name = "GFX_modifiers_generic_railways" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_railways.dds" + } + spriteType = { + name = "GFX_modifiers_generic_military_industry" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_military_industry.dds" + } + spriteType = { + name = "GFX_modifiers_SWI_attack_from_the_mountains" + textureFile = "gfx/interface/state_modifiers/modifiers_SWI_attack_from_the_mountains.dds" + } + spriteType = { + name = "GFX_modifiers_generic_defense" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_defense.dds" + } + spriteType = { + name = "GFX_modifiers_SWI_spiritual_resistance" + textureFile = "gfx/interface/state_modifiers/modifiers_SWI_spiritual_resistance.dds" + } + spriteType = { + name = "GFX_modifiers_generic_supply" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_supply.dds" + } + spriteType = { + name = "GFX_modifiers_ITA_mafia_on_the_rise" + textureFile = "gfx/interface/state_modifiers/modifiers_ITA_mafia_on_the_rise.dds" + } + spriteType = { + name = "GFX_modifiers_ITA_established_mafia" + textureFile = "gfx/interface/state_modifiers/modifiers_ITA_established_mafia.dds" + } + spriteType = { + name = "GFX_modifiers_generic_resistance" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_resistance.dds" + } + spriteType = { + name = "GFX_modifiers_generic_construction" + textureFile = "gfx/interface/state_modifiers/modifiers_generic_construction.dds" + } +} diff --git a/1632_RoF/interface/countrystateview.gui b/1632_RoF/interface/countrystateview.gui index cc0707ac..6fe4df57 100644 --- a/1632_RoF/interface/countrystateview.gui +++ b/1632_RoF/interface/countrystateview.gui @@ -65,13 +65,14 @@ guiTypes = { instantTextboxType = { name = "shared_slot_count" - position = { x = 194 y = 147 } + position = { x = 170 y = 147 } textureFile = "" font = "hoi_18mbs" text = "SLOTS" - maxWidth = 190 + maxWidth = 220 maxHeight = 30 - format = center + format = left + fixedsize = yes } gridBoxType = { @@ -367,13 +368,6 @@ guiTypes = { Orientation = "UPPER_LEFT" } - iconType = { - name = "lack_of_infrastructure_icon" - spriteType = "GFX_modifiers_unplanned_offensive_icon" - position = { x = 0 y = 0 } - Orientation = "UPPER_LEFT" - } - iconType = { name = "unplanned_offensive_icon" spriteType = "GFX_modifiers_unplanned_offensive_icon" @@ -394,7 +388,7 @@ guiTypes = { buttonType = { name = "nuke_province" quadTextureSprite ="GFX_nuke_button" - position = { x= -413 y = -11 } + position = { x= 13 y = -11 } } iconType = { diff --git a/1632_RoF/interface/countrytechtreeview.gfx b/1632_RoF/interface/countrytechtreeview.gfx index 68d49d78..1b5fad0c 100644 --- a/1632_RoF/interface/countrytechtreeview.gfx +++ b/1632_RoF/interface/countrytechtreeview.gfx @@ -136,6 +136,11 @@ spriteTypes = { textureFile = "gfx/interface/techtree/techtree_navaldoctrine_tab_large.dds" noOfFrames = 2 } + spriteType = { + name = "GFX_specialforcesdoctrine_tab_large" + textureFile = "gfx/interface/techtree/techtree_specialforcesdoctrine_tab_large.dds" + noOfFrames = 2 + } spriteType = { name = "GFX_naval_folder_tab" @@ -362,6 +367,21 @@ spriteTypes = { spriteType = { name = "GFX_subtechnology_air_techs_unavailable_item_bg" textureFile = "gfx/interface/subtech_carrier_plane_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_subtechnology_bba_air_techs_available_item_bg" + textureFile = "gfx/interface/subtech_carrier_plane_available_item_bg.dds" + } + + spriteType = { + name = "GFX_subtechnology_bba_air_techs_researched_item_bg" + textureFile = "gfx/interface/subtech_carrier_plane_researched_item_bg.dds" + } + + spriteType = { + name = "GFX_subtechnology_bba_air_techs_unavailable_item_bg" + textureFile = "gfx/interface/subtech_carrier_plane_unavailable_item_bg.dds" } spriteType = { @@ -575,7 +595,41 @@ spriteTypes = { play_on_show = yes pause_on_loop = 0.0 } + + ### special_forces doctrine tech entry bgs ### + + spriteType = { + name = "GFX_technology_special_forces_doctrine_folder_unavailable_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_special_forces_doctrine_folder_branch_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_branch_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_special_forces_doctrine_folder_available_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_available_item_bg.dds" + } + spriteType = { + name = "GFX_technology_special_forces_doctrine_folder_researched_item_bg" + textureFile = "gfx//interface//techtree//tech_landdoctrine_researched_item_bg.dds" + } + + frameAnimatedSpriteType = { + name = "GFX_technology_special_forces_doctrine_folder_currently_researching_item_bg" + texturefile = "gfx//interface//techtree//tech_doctrine_researching_anim_strip.dds" + noOfFrames = 9 + loadType = "INGAME" + transparencecheck = yes + animation_rate_fps = 15 + looping = yes + play_on_show = yes + pause_on_loop = 0.0 + } + ##### electronics tech ##### spriteType = { @@ -636,6 +690,8 @@ spriteTypes = { #GFX_technology_currently_researching_item_bg + #### armor tech ###### + spriteType = { name = "GFX_technology_armour_folder_small_unavailable_item_bg" textureFile = "gfx//interface//techtree//tech_doctrine_unavailable_item_bg.dds" @@ -787,6 +843,55 @@ spriteTypes = { name = "GFX_technology_mtgnavalfolder_researched_item_bg" textureFile = "gfx//interface//techtree//tech_naval_researched_item_bg.dds" } + + ############################### mtg naval support + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_small_unavailable_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_small_available_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_available_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_small_researched_item_bg" + textureFile = "gfx//interface//techtree//tech_landdoctrine_researched_item_bg.dds" + } + + frameAnimatedSpriteType = { + name = "GFX_technology_mtgnavalsupportfolder_small_currently_researching_item_bg" + texturefile = "gfx//interface//techtree//tech_doctrine_researching_anim_strip.dds" + noOfFrames = 9 + loadType = "INGAME" + transparencecheck = yes + animation_rate_fps = 15 + looping = yes + play_on_show = yes + pause_on_loop = 0.0 + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_currently_researching_item_bg" + textureFile = "gfx//interface//techtree//tech_naval_currently_researching_item.dds" + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_available_item_bg" + textureFile = "gfx//interface//techtree//tech_naval_available_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_unavailable_item_bg" + textureFile = "gfx//interface//techtree//tech_naval_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_mtgnavalsupportfolder_researched_item_bg" + textureFile = "gfx//interface//techtree//tech_naval_researched_item_bg.dds" + } ##### infantry tech ###### # infantry has a special small override @@ -960,6 +1065,62 @@ spriteTypes = { play_on_show = yes pause_on_loop = 0.0 } + + #bba aircraft folder + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_small_unavailable_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_small_available_item_bg" + textureFile = "gfx//interface//techtree//tech_doctrine_available_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_small_researched_item_bg" + textureFile = "gfx//interface//techtree//tech_landdoctrine_researched_item_bg.dds" + } + + frameAnimatedSpriteType = { + name = "GFX_technology_bba_air_techs_folder_small_currently_researching_item_bg" + texturefile = "gfx//interface//techtree//tech_doctrine_researching_anim_strip.dds" + noOfFrames = 9 + loadType = "INGAME" + transparencecheck = yes + animation_rate_fps = 15 + looping = yes + play_on_show = yes + pause_on_loop = 0.0 + } + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_foreign_unavailable_item_bg" + textureFile = "gfx//interface//techtree//technology_unavailable_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_foreign_available_item_bg" + textureFile = "gfx//interface//techtree//technology_available_item_bg.dds" + } + + spriteType = { + name = "GFX_technology_bba_air_techs_folder_foreign_researched_item_bg" + textureFile = "gfx//interface//techtree//technology_researched_item_bg.dds" + } + + frameAnimatedSpriteType = { + name = "GFX_technology_bba_air_techs_folder_foreign_currently_researching_item_bg" + texturefile = "gfx//interface//researching_anim_strip.dds" + noOfFrames = 9 + loadType = "INGAME" + transparencecheck = yes + animation_rate_fps = 15 + looping = yes + play_on_show = yes + pause_on_loop = 0.0 + } ############## #### artillery tech ##### # artillery has a special small override @@ -1473,6 +1634,10 @@ spriteType = { name = "GFX_air_techs_folder_icon" textureFile = "gfx/interface/techtree/icons/air_techs_folder_icon.dds" } + spriteType = { + name = "GFX_bba_air_techs_folder_icon" + textureFile = "gfx/interface/techtree/icons/air_techs_folder_icon.dds" + } spriteType = { name = "GFX_armour_folder_icon" textureFile = "gfx/interface/techtree/icons/armour_folder_icon.dds" @@ -1513,6 +1678,10 @@ spriteType = { name = "GFX_mtgnavalfolder_icon" textureFile = "gfx/interface/techtree/icons/naval_folder_icon.dds" } + spriteType = { + name = "GFX_mtgnavalsupportfolder_icon" + textureFile = "gfx/interface/techtree/icons/naval_support_folder_icon.dds" + } spriteType = { name = "GFX_support_folder_icon" textureFile = "gfx/interface/techtree/icons/support_folder_icon.dds" diff --git a/1632_RoF/interface/countrytechtreeview.gui b/1632_RoF/interface/countrytechtreeview.gui index 1bbc0b70..09d1b6da 100644 --- a/1632_RoF/interface/countrytechtreeview.gui +++ b/1632_RoF/interface/countrytechtreeview.gui @@ -8,7 +8,7 @@ guiTypes = { position = { x = 0 y = 0 } spriteType = "GFX_tiled_window_transparent_transparent" } - + instantTextBoxType = { name = "subunit_label" position = { x = 0 y = 5 } @@ -18,7 +18,7 @@ guiTypes = { maxHeight = 62 format = left Orientation = "UPPER_LEFT" - } + } } containerWindowType = { @@ -51,7 +51,7 @@ guiTypes = { containerWindowType = { name = "techtree_stripes" position = { x= 0 y= 0 } - size = { + size = { width = 1400 height = 1275 min = { width = 100%% height = 100%% } } @@ -63,7 +63,7 @@ guiTypes = { position = { x=0 y=0 } alwaystransparent = yes } - + instantTextBoxType = { name = "infantry_subtitle_weapons" position = { x = 30 y = 100 } @@ -76,7 +76,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "infantry_subtitle_specialists" position = { x = 30 y = 740 } @@ -101,8 +101,8 @@ guiTypes = { maxHeight = 62 format = left Orientation = "UPPER_LEFT" - } - + } + instantTextBoxType = { name = "infantry_year2" position = { x = 130 y = 50 } @@ -175,7 +175,7 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "infantry_year9" @@ -199,8 +199,8 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - + } + instantTextBoxType = { name = "infantry_year11" position = { x = 1250 y = 50 } @@ -211,7 +211,7 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "infantry_year12" position = { x = 1390 y = 50 } @@ -233,11 +233,11 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } } - + gridboxtype = { name = "support_weapons_tree" position = { x = 140 y = 210 } @@ -252,7 +252,7 @@ guiTypes = { position = { x=135 y=170} hide = yes alwaystransparent = yes - } + } gridboxtype = { name = "motorised_infantry_tree" @@ -326,7 +326,7 @@ guiTypes = { containerWindowType = { name = "techtree_stripes" position = { x= 0 y= 0 } - size = { + size = { width = 1400 height = 800 min = { width = 100%% height = 100%% } } @@ -338,7 +338,7 @@ guiTypes = { position = { x=0 y=0 } alwaystransparent = yes } - + instantTextBoxType = { name = "support_year2" position = { x = 90 y = 50 } @@ -411,7 +411,7 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } +# } instantTextBoxType = { name = "support_year9" @@ -435,8 +435,8 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } -# +# } +# # instantTextBoxType = { # name = "support_year11" # position = { x = 1210 y = 50 } @@ -447,7 +447,7 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } +# } instantTextBoxType = { name = "support_year12" position = { x = 1363 y = 50 } @@ -482,32 +482,32 @@ guiTypes = { maxHeight = 62 format = left Orientation = "UPPER_LEFT" - } - - } - + } + + } + containerWindowType = { name = "tiled_research_bg" position = { x=150 y=640 } size = { width = 1340 height = 430 } clipping = no - + background = { name = "Background" quadTextureSprite ="GFX_tiled_research_bg" - } + } } - + containerWindowType = { name = "tiled_research_bg_2" position = { x=160 y=920 } size = { width = 1320 height = 140 } clipping = no - + background = { name = "Background" quadTextureSprite ="GFX_tiled_research_bg" - } + } } gridboxtype = { @@ -552,12 +552,12 @@ guiTypes = { name = "Background" quadTextureSprite ="GFX_tiled_window_2b_border" } - + containerWindowType = { name = "techtree_stripes" position = { x= 0 y= 0 } - size = { - width = 1450 height = 1090 + size = { + width = 1450 height = 1090 min = { width = 100%% height = 100%% } } clipping = no @@ -579,7 +579,7 @@ guiTypes = { position = { x=10 y=140 } size = { width = 80 height = 100%% } orientation = upper_left - + instantTextBoxType = { name = "armour_year1" position = { x = 60 y = 45 } @@ -592,7 +592,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year2" position = { x = 60 y = 185 } @@ -605,7 +605,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year3" position = { x = 60 y = 325 } @@ -618,7 +618,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year4" position = { x = 60 y = 465 } @@ -632,14 +632,14 @@ guiTypes = { Orientation = "UPPER_LEFT" } } - - + + containerWindowType = { name = "armour_year_left" position = { x=-100 y=140 } size = { width = 80 height = 100%% } orientation = upper_right - + instantTextBoxType = { name = "armour_year2" position = { x = 0 y = 185 } @@ -652,7 +652,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year3" position = { x = 0 y = 325 } @@ -665,7 +665,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year4" position = { x = 0 y = 465 } @@ -678,7 +678,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - } + } } containerWindowType = { @@ -686,11 +686,11 @@ guiTypes = { position = { x=150 y=140 } size = { width = 590 height = 560 } clipping = no - + background = { name = "Background" quadTextureSprite ="GFX_tiled_research_bg" - } + } } containerWindowType = { @@ -698,20 +698,21 @@ guiTypes = { position = { x=740 y=280 } size = { width = 600 height = 420 } clipping = no - + background = { name = "Background" quadTextureSprite ="GFX_tiled_research_bg" - } + } } + containerWindowType = { name = "armour_subtitles" position = { x = 1000 y = 172 } - size = { width = 1000 height = 80% } + size = { width = 1000 height = 80% } orientation = upper_left origo = center_up - + instantTextBoxType = { name = "armour_subtitle_steam" position = { x = 420 y = 55 } @@ -723,7 +724,7 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "armour_subtitle_gas" @@ -749,10 +750,10 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } - } + } + } + - gridboxtype = { name = "early_gas_tank_tree" position = { x = 400 y = 450 } @@ -796,12 +797,12 @@ guiTypes = { name = "Background" quadTextureSprite ="GFX_tiled_window_2b_border" } - + containerWindowType = { name = "techtree_stripes" position = { x= 0 y= 0 } - size = { - width = 1450 height = 1090 + size = { + width = 1450 height = 1090 min = { width = 100%% height = 100%% } } clipping = no @@ -823,7 +824,7 @@ guiTypes = { position = { x=10 y=185 } size = { width = 80 height = 100%% } orientation = upper_left - + instantTextBoxType = { name = "armour_year1" position = { x = 60 y = 2 } @@ -836,7 +837,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year2" position = { x = 60 y = 140 } @@ -849,7 +850,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year3" position = { x = 60 y = 278 } @@ -862,7 +863,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year4" position = { x = 60 y = 420 } @@ -875,7 +876,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year5" position = { x = 60 y = 560 } @@ -888,7 +889,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year6" position = { x = 60 y = 698 } @@ -901,7 +902,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year7" position = { x = 60 y = 838 } @@ -915,8 +916,8 @@ guiTypes = { Orientation = "UPPER_LEFT" } } - - + + containerWindowType = { name = "armour_year_right" position = { x=-100 y=185 } @@ -934,8 +935,8 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - + } + instantTextBoxType = { name = "armour_year2_left" position = { x = 0 y = 140 } @@ -948,7 +949,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year3_left" position = { x = 0 y = 278 } @@ -961,7 +962,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year4_left" position = { x = 0 y = 420 } @@ -974,7 +975,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year5_left" position = { x = 0 y = 560 } @@ -987,7 +988,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year6_left" position = { x = 0 y = 698 } @@ -1000,7 +1001,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "armour_year7_left" position = { x = 0 y = 838 } @@ -1012,18 +1013,18 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - } + } + } } containerWindowType = { name = "nsb_armour_subtitles" position = { x = 0 y = 172 } - size = { width = 600 height = 80% } + size = { width = 600 height = 80% } orientation = center_up origo = center_up - + instantTextBoxType = { name = "armour_subtitle_heavy" position = { x = 520 y = 55 } @@ -1035,7 +1036,7 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "armour_subtitle_medium" @@ -1073,10 +1074,10 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } - } + } + } + - gridboxtype = { name = "gwtank_chassis_tree" position = { x = 10% y = 172 } @@ -1120,8 +1121,8 @@ guiTypes = { containerWindowType = { name = "techtree_stripes" position = { x= 0 y= -30 } - size = { - width = 1239 height = 1390 + size = { + width = 1239 height = 1390 min = { width = 100%% height = 100%% } } clipping = no @@ -1136,15 +1137,15 @@ guiTypes = { spriteType = "GFX_artillery_techtree_bg" position = { x=0 y=0 } alwaystransparent = yes - } + } containerWindowType = { name = "artillery_subtitles" position = { x = 780 y = 50 } - size = { width = 600 height = 100 } + size = { width = 600 height = 100 } orientation = upper_left origo = center_up - + instantTextBoxType = { name = "artillery_subtitle_rocket" position = { x = 700 y = 140 } @@ -1156,7 +1157,7 @@ guiTypes = { maxHeight = 22 format = center Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "artillery_subtitle_anti_tank" @@ -1169,8 +1170,8 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } - + } + instantTextBoxType = { name = "artillery_subtitle_artillery" position = { x = 210 y = 40 } @@ -1183,7 +1184,7 @@ guiTypes = { format = center Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_subtitle_light_artillery" position = { x = -30 y = 40 } @@ -1208,14 +1209,14 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } + } } containerWindowType = { name = "artillery_year_left" position = { x=10 y=45 } size = { width = 130 height = 100% } - orientation = upper_left + orientation = upper_left instantTextBoxType = { name = "artillery_year2" @@ -1306,7 +1307,7 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "artillery_year9" @@ -1340,7 +1341,7 @@ guiTypes = { position = { x=-100 y=45 } size = { width = 130 height = 100% } orientation = upper_right - + instantTextBoxType = { name = "artillery_year2" position = { x = 0 y = 140 } @@ -1353,7 +1354,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year3" position = { x = 0 y = 278 } @@ -1366,7 +1367,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year4" position = { x = 0 y = 420 } @@ -1379,7 +1380,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year5" position = { x = 0 y = 560 } @@ -1392,7 +1393,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year6" position = { x = 0 y = 698 } @@ -1405,7 +1406,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year7" position = { x = 0 y = 838 } @@ -1418,7 +1419,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year8" position = { x = 0 y = 978 } @@ -1430,8 +1431,8 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - + } + instantTextBoxType = { name = "artillery_year9" position = { x = 0 y = 1118 } @@ -1444,7 +1445,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "artillery_year10" position = { x = 0 y = 1258 } @@ -1456,12 +1457,12 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - + } + } - + } - + gridboxtype = { name = "light_artillery_1_tree" position = { x = 590 y = 140 } @@ -1475,7 +1476,7 @@ guiTypes = { size = { width = 400 height = 100 } slotsize = { width = 70 height = 70 } format = "UP" - } + } gridboxtype = { name = "experimental_rockets_tree" position = { x=1040 y=280 } @@ -1493,6 +1494,7 @@ guiTypes = { drag_scroll = { left middle } verticalScrollbar = "right_vertical_slider" horizontalScrollbar = "bottom_horizontal_slider" + scroll_wheel_factor = 40 background = { name = "Background" @@ -1503,7 +1505,7 @@ guiTypes = { # name = "size_filler" # position = { x=0 y=0 } # size = { width = 1700 height = 1200 } -# +# # } iconType = { @@ -1537,7 +1539,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "naval_year3" position = { x = 854 y = 20 } @@ -1550,7 +1552,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "naval_year4" position = { x = 1204 y = 20 } @@ -1576,7 +1578,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "galleon_desc" - } + } instantTextBoxType = { name = "naval_subtitle_frigate" @@ -1604,7 +1606,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "steam_warships_desc" - } + } instantTextBoxType = { name = "naval_subtitle_steam_frigates" @@ -1618,7 +1620,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "steam_frigates_desc" - } + } instantTextBoxType = { name = "naval_subtitle_timberclad" @@ -1632,7 +1634,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "timberclad_desc" - } + } instantTextBoxType = { name = "naval_subtitle_ironclad" @@ -1646,7 +1648,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "ironclad_desc" - } + } instantTextBoxType = { name = "naval_subtitle_transport" @@ -1659,13 +1661,13 @@ guiTypes = { maxHeight = 62 format = left Orientation = "UPPER_LEFT" - } - + } + containerWindowType = { name = "tiled_window_transparent_transparent" position = { x= 0 y= 0 } - size = { - width=1500 height=1300 + size = { + width=1500 height=1300 min = { width=100%% height=100%% } } clipping = no @@ -1749,6 +1751,7 @@ guiTypes = { } } + containerWindowType = { name = "mtgnavalfolder" position = { x=0 y=47 } @@ -1768,7 +1771,7 @@ guiTypes = { # name = "size_filler" # position = { x=0 y=0 } # size = { width = 1700 height = 1200 } -# +# # } iconType = { @@ -1779,7 +1782,7 @@ guiTypes = { instantTextBoxType = { name = "naval_year1" - position = { x = 224 y = 20 } + position = { x = 210 y = 20 } textureFile = "" font = "hoi_36header" borderSize = {x = 0 y = 4} @@ -1792,7 +1795,7 @@ guiTypes = { instantTextBoxType = { name = "naval_year2" - position = { x = 644 y = 20 } + position = { x = 630 y = 20 } textureFile = "" font = "hoi_36header" borderSize = {x = 0 y = 4} @@ -1802,10 +1805,10 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "naval_year3" - position = { x = 1064 y = 20 } + position = { x = 1050 y = 20 } textureFile = "" font = "hoi_36header" borderSize = {x = 0 y = 4} @@ -1815,10 +1818,10 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "naval_year4" - position = { x = 1484 y = 20 } + position = { x = 1470 y = 20 } textureFile = "" font = "hoi_36header" borderSize = {x = 0 y = 4} @@ -1828,7 +1831,7 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "naval_subtitle_destroyer" position = { x = 30 y = 55 } @@ -1841,11 +1844,11 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "destroyer_desc" - } + } instantTextBoxType = { name = "naval_subtitle_cruiser" - position = { x = 30 y = 295 } + position = { x = 30 y = 310 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} @@ -1855,116 +1858,69 @@ guiTypes = { format = left Orientation = "UPPER_LEFT" pdx_tooltip = "both_cruisers_desc" - } - - instantTextBoxType = { - name = "naval_subtitle_battleship" - position = { x = 30 y = 490 } - textureFile = "" - font = "hoi_33" - borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_BATTLESHIPS" - maxWidth = 600 - maxHeight = 62 - format = left - Orientation = "UPPER_LEFT" - pdx_tooltip = "battleship_desc" - } - - instantTextBoxType = { - name = "naval_subtitle_carrier" - position = { x = 30 y = 693 } - textureFile = "" - font = "hoi_33" - borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_CARRIERS" - maxWidth = 600 - maxHeight = 62 - format = left - Orientation = "UPPER_LEFT" - pdx_tooltip = "carrier_desc" - } + } instantTextBoxType = { - name = "naval_subtitle_sub" - position = { x = 30 y = 795 } + name = "naval_subtitle_armor" + position = { x = 30 y = 485 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_SUBMARINES" + text = "NAVAL_TITLE_ARMOR" maxWidth = 600 maxHeight = 62 format = left Orientation = "UPPER_LEFT" - pdx_tooltip = "submarine_desc" + pdx_tooltip = "armor_desc" } + instantTextBoxType = { - name = "naval_subtitle_armaments" - position = { x = 30 y = 1370 } - textureFile = "" - font = "hoi_33" - borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_ARMAMENT" - maxWidth = 600 - maxHeight = 62 - format = left - Orientation = "UPPER_LEFT" - } - instantTextBoxType = { - name = "naval_subtitle_damage_control" - position = { x = 30 y = 1770 } + name = "naval_subtitle_battleship" + position = { x = 30 y = 595 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_DAMAGE_CONTROL" + text = "NAVAL_TITLE_BATTLESHIPS" maxWidth = 600 maxHeight = 62 format = left Orientation = "UPPER_LEFT" + pdx_tooltip = "battleship_desc" } + instantTextBoxType = { - name = "naval_subtitle_fire_control" - position = { x = 30 y = 1910 } + name = "naval_subtitle_carrier" + position = { x = 30 y = 710 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_FIRE_CONTROL" + text = "NAVAL_TITLE_CARRIERS" maxWidth = 600 maxHeight = 62 format = left Orientation = "UPPER_LEFT" + pdx_tooltip = "carrier_desc" } + instantTextBoxType = { - name = "naval_subtitle_transport" - position = { x = 30 y = 2030 } + name = "naval_subtitle_sub" + position = { x = 30 y = 810 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_TRANSPORTS" + text = "NAVAL_TITLE_SUBMARINES" maxWidth = 600 maxHeight = 62 format = left Orientation = "UPPER_LEFT" + pdx_tooltip = "submarine_desc" } - instantTextBoxType = { - name = "naval_subtitle_mines" - position = { x = 30 y = 2170 } - textureFile = "" - font = "hoi_33" - borderSize = {x = 0 y = 4} - text = "NAVAL_TITLE_MINES" - maxWidth = 600 - maxHeight = 62 - format = left - Orientation = "UPPER_LEFT" - } - containerWindowType = { name = "tiled_window_transparent_transparent" position = { x= 0 y= 0 } - size = { - width=1700 height=1300 + size = { + width=1700 height=1300 min = { width=100%% height=100%% } } clipping = no @@ -1977,7 +1933,7 @@ guiTypes = { gridboxtype = { name = "early_ship_hull_light_tree" - position = { x = 150 y = 60} + position = { x = 70 y = 60} size = { width = 100 height = 140 } slotsize = { width = 70 height = 70 } format = "LEFT" @@ -1985,78 +1941,39 @@ guiTypes = { gridboxtype = { name = "early_ship_hull_cruiser_tree" - position = { x = 150 y = 360 } + position = { x = 70 y = 380 } size = { width = 100 height = 140 } slotsize = { width = 70 height = 70 } format = "LEFT" } gridboxtype = { - name = "early_ship_hull_heavy_tree" - position = { x = 150 y = 560 } - size = { width = 100 height = 140 } - slotsize = { width = 70 height = 70 } - format = "LEFT" - } - - - - gridboxtype = { - name = "early_ship_hull_carrier_tree" - position = { x = 150 y = 760 } - size = { width = 100 height = 140 } - slotsize = { width = 70 height = 70 } - format = "LEFT" - } - - gridboxtype = { - name = "basic_torpedo_tree" - position = { x = 150 y = 940 } - size = { width = 100 height = 140 } - slotsize = { width = 70 height = 70 } - format = "LEFT" - } - gridboxtype = { - name = "basic_battery_tree" - position = { x = 150 y = 1360 } - size = { width = 100 height = 140 } - slotsize = { width = 70 height = 70 } - format = "LEFT" - } - gridboxtype = { - name = "basic_secondary_battery_tree" - position = { x = 150 y = 1650 } - size = { width = 100 height = 140 } - slotsize = { width = 70 height = 70 } - format = "LEFT" - } - gridboxtype = { - name = "mtg_transport_tree" - position = { x = 150 y = 2050 } - size = { width = 100 height = 140 } + name = "basic_cruiser_armor_scheme_tree" + position = { x = 70 y = 455 } + size = { width = 100 height = 210 } slotsize = { width = 70 height = 70 } format = "LEFT" } gridboxtype = { - name = "damage_control_1_tree" - position = { x = 150 y = 1800 } + name = "early_ship_hull_heavy_tree" + position = { x = 70 y = 600 } size = { width = 100 height = 140 } slotsize = { width = 70 height = 70 } format = "LEFT" } gridboxtype = { - name = "fire_control_methods_1_tree" - position = { x = 150 y = 1920 } + name = "early_ship_hull_carrier_tree" + position = { x = 70 y = 780 } size = { width = 100 height = 140 } slotsize = { width = 70 height = 70 } format = "LEFT" } gridboxtype = { - name = "basic_naval_mines_tree" - position = { x = 150 y = 2170 } + name = "early_ship_hull_submarine_tree" + position = { x = 70 y = 955 } size = { width = 100 height = 140 } slotsize = { width = 70 height = 70 } format = "LEFT" @@ -2065,7 +1982,7 @@ guiTypes = { } containerWindowType = { - name = "air_techs_folder" + name = "mtgnavalsupportfolder" position = { x=0 y=47 } size = { width = 100%% height = 100%% } margin = { top = 13 left = 13 bottom = 24 right = 25} @@ -2079,30 +1996,244 @@ guiTypes = { quadTextureSprite ="GFX_tiled_window_2b_border" } - containerWindowType = { - name = "techtree_stripes" - position = { x= 0 y= 0 } - size = { - width = 1600 height = 600 - min = { width=100%% height=100%% } - } - clipping = no - - background = { - name = "Background" - quadTextureSprite ="GFX_techtree_stripes" - } - - iconType = { - name ="artillery_techtree_bg" - spriteType = "GFX_air_techtree_bg" - position = { x=0 y=0 } - alwaystransparent = yes - } - + iconType = { + name ="mtgnavaltechtree_bg" + spriteType = "GFX_naval_techtree_bg" + position = { x=0 y=0 } } - instantTextBoxType = { + instantTextBoxType = { + name = "naval_year1" + position = { x = 224 y = 20 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1922" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_year2" + position = { x = 644 y = 20 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1936" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_year3" + position = { x = 1064 y = 20 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1940" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_year4" + position = { x = 1484 y = 20 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1944" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_subtitle_armaments" + position = { x = 30 y = 55 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_ARMAMENT" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_subtitle_torpedoes" + position = { x = 30 y = 585 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_TORPEDOES" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_subtitle_damage_control" + position = { x = 30 y = 875 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_DAMAGE_CONTROL" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "naval_subtitle_fire_control" + position = { x = 30 y = 1025 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_FIRE_CONTROL" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "naval_subtitle_transport" + position = { x = 30 y = 1165 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_TRANSPORTS" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "naval_subtitle_mines" + position = { x = 30 y = 1305 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "NAVAL_TITLE_MINES" + maxWidth = 600 + maxHeight = 62 + format = left + Orientation = "UPPER_LEFT" + } + + containerWindowType = { + name = "tiled_window_transparent_transparent" + position = { x= 0 y= 0 } + size = { + width=1700 height=1300 + min = { width=100%% height=100%% } + } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_tiled_window_transparent_transparent" + } + } + + gridboxtype = { + name = "basic_battery_tree" + position = { x = 150 y = 275 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 35 } + format = "LEFT" + } + + gridboxtype = { + name = "basic_torpedo_tree" + position = { x = 150 y = 595 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 70 } + format = "LEFT" + } + + gridboxtype = { + name = "damage_control_1_tree" + position = { x = 150 y = 895 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 70 } + format = "LEFT" + } + + gridboxtype = { + name = "fire_control_methods_1_tree" + position = { x = 150 y = 1030 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 70 } + format = "LEFT" + } + + gridboxtype = { + name = "mtg_transport_tree" + position = { x = 150 y = 1175 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 70 } + format = "LEFT" + } + + gridboxtype = { + name = "basic_naval_mines_tree" + position = { x = 150 y = 1315 } + size = { width = 100 height = 140 } + slotsize = { width = 70 height = 70 } + format = "LEFT" + } + + } + + containerWindowType = { + name = "air_techs_folder" + position = { x=0 y=47 } + size = { width = 100%% height = 100%% } + margin = { top = 13 left = 0 bottom = 24 right = 25} + drag_scroll = { left middle } + verticalScrollbar = "right_vertical_slider" + horizontalScrollbar = "bottom_horizontal_slider" + scroll_wheel_factor = 40 + + background = { + name = "Background" + quadTextureSprite ="GFX_tiled_window_2b_border" + } + + containerWindowType = { + name = "techtree_stripes" + position = { x= 0 y= 0 } + size = { + width = 1600 height = 600 + min = { width=100%% height=100%% } + } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_techtree_stripes" + } + + iconType = { + name ="artillery_techtree_bg" + spriteType = "GFX_air_techtree_bg" + position = { x=0 y=0 } + alwaystransparent = yes + } + + } + + instantTextBoxType = { name = "airtech_year2" position = { x = 60 y = 190 } textureFile = "" @@ -2152,13 +2283,13 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } containerWindowType = { name = "airtech_year_left" position = { x=-280 y=0 } size = { width = 200 height = 100% } - orientation = upper_right + orientation = upper_right instantTextBoxType = { name = "airtech_year2" @@ -2172,7 +2303,7 @@ guiTypes = { format = right Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "airtech_year3" position = { x = 60 y = 330 } @@ -2185,7 +2316,7 @@ guiTypes = { format = right Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "airtech_year4" position = { x = 60 y = 470 } @@ -2198,7 +2329,7 @@ guiTypes = { format = right Orientation = "UPPER_LEFT" } - + instantTextBoxType = { name = "airtech_year5" position = { x = 60 y = 610 } @@ -2211,10 +2342,10 @@ guiTypes = { format = right Orientation = "UPPER_LEFT" } - + } - + instantTextBoxType = { name = "airtech_subtitle_air_research" position = { x = 135 y = 80 } @@ -2227,7 +2358,7 @@ guiTypes = { format = center Orientation = "UPPER_LEFT" pdx_tooltip = "air_research_desc" - } + } instantTextBoxType = { name = "airtech_subtitle_single_plane" @@ -2240,73 +2371,402 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - pdx_tooltip = "single_plane_equipment_desc" - } - + pdx_tooltip = "single_plane_equipment_desc" + } + + instantTextBoxType = { + name = "airtech_subtitle_multi_plane" + position = { x = 745 y = 185 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "AIR_TITLE_MULTI_PLANE" + maxWidth = 300 + maxHeight = 62 + format = center + Orientation = "UPPER_LEFT" + pdx_tooltip = "multi_plane_equipment_desc" + } + + instantTextBoxType = { + name = "airtech_subtitle_airship" + position = { x = 1120 y = 185 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "AIR_TITLE_AIRSHIP" + maxWidth = 300 + maxHeight = 62 + format = center + Orientation = "UPPER_LEFT" + pdx_tooltip = "airship_equipment_desc" + } + + #containerWindowType = { + # name = "tiled_research_bg" + # position = { x=390 y=807 } + # size = { width = 1475 height = 350 } + # clipping = no + # + # background = { + # name = "Background" + # quadTextureSprite ="GFX_tiled_research_bg" + # } + #} + + gridboxtype = { + name = "aerial_research_tech_tree" + position = { x = 80 y = 32 } + size = { width = 400 height = 100 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "single_plane_tech_0_tree" + position = { x = 410 y = 32 } + size = { width = 400 height = 100 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "light_airship_tech_1_tree" + position = { x = 1075 y = 32 } + size = { width = 400 height = 100 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + } + + containerWindowType = { + name = "bba_air_techs_folder" + position = { x=0 y=47 } + size = { width = 100%% height = 100%% } + margin = { top = 13 left = 0 bottom = 24 right = 25} + drag_scroll = { left middle } + verticalScrollbar = "right_vertical_slider" + horizontalScrollbar = "bottom_horizontal_slider" + scroll_wheel_factor = 40 + + background = { + name = "Background" + quadTextureSprite ="GFX_tiled_window_2b_border" + } + + containerWindowType = { + name = "techtree_stripes" + position = { x= 0 y= 0 } + size = { + width = 2000 height = 1300 + min = { width=100%% height=100%% } + } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_techtree_stripes" + } + + iconType = { + name ="artillery_techtree_bg" + spriteType = "GFX_air_techtree_bg" + position = { x=0 y=0 } + alwaystransparent = yes + } + + } + + instantTextBoxType = { + name = "airtech_year2" + position = { x = 30 y = 160 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1933" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year3" + position = { x = 30 y = 298 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1936" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year4" + position = { x = 30 y = 440 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1940" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year5" + position = { x = 30 y = 580 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1944" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year6" + position = { x = 30 y = 858 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1945" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year7" + position = { x = 30 y = 998 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1950" + maxWidth = 170 + maxHeight = 32 + format = left + Orientation = "UPPER_LEFT" + } + + containerWindowType = { + name = "airtech_year_left" + position = { x=1750 y=0 } + size = { width = 200 height = 100% } + orientation = upper_left + + instantTextBoxType = { + name = "airtech_year2" + position = { x = 60 y = 160 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1933" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year3" + position = { x = 60 y = 298 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1936" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year4" + position = { x = 60 y = 440 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1940" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year5" + position = { x = 60 y = 580 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1944" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year6" + position = { x = 60 y = 858 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1945" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "airtech_year7" + position = { x = 60 y = 998 } + textureFile = "" + font = "hoi_36header" + borderSize = {x = 0 y = 4} + text = "1950" + maxWidth = 170 + maxHeight = 32 + format = right + Orientation = "UPPER_LEFT" + } + } + + + instantTextBoxType = { + name = "airtech_subtitle_airframe" + position = { x = 410 y = 110 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "AIR_TITLE_AIRFRAME" + maxWidth = 300 + maxHeight = 62 + format = center + Orientation = "UPPER_LEFT" + pdx_tooltip = "" + } + instantTextBoxType = { - name = "airtech_subtitle_multi_plane" - position = { x = 745 y = 185 } + name = "airtech_subtitle_weapons" + position = { x = 1155 y = 110 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "AIR_TITLE_MULTI_PLANE" + text = "AIR_TITLE_WEAPONS" maxWidth = 300 maxHeight = 62 format = center Orientation = "UPPER_LEFT" - pdx_tooltip = "multi_plane_equipment_desc" + pdx_tooltip = "" } instantTextBoxType = { - name = "airtech_subtitle_airship" - position = { x = 1120 y = 185 } + name = "airtech_subtitle_engines" + position = { x = 1650 y = 110 } textureFile = "" font = "hoi_33" borderSize = {x = 0 y = 4} - text = "AIR_TITLE_AIRSHIP" + text = "AIR_TITLE_ENGINES" maxWidth = 300 maxHeight = 62 format = center Orientation = "UPPER_LEFT" - pdx_tooltip = "airship_equipment_desc" + pdx_tooltip = "nav_bomber_equipment_desc" + } + + containerWindowType = { + name = "tiled_research_bg" + position = { x=180 y=807 } + size = { width = 775 height = 200 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_tiled_research_bg" + } } - #containerWindowType = { - # name = "tiled_research_bg" - # position = { x=390 y=807 } - # size = { width = 1475 height = 350 } - # clipping = no - # - # background = { - # name = "Background" - # quadTextureSprite ="GFX_tiled_research_bg" - # } - #} - gridboxtype = { - name = "aerial_research_tech_tree" - position = { x = 80 y = 32 } - size = { width = 400 height = 100 } + name = "iw_small_airframe_tree" + position = { x = 100 y = 32 } + size = { width = 400 height = 1000 } + slotsize = { width = 60 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "iw_medium_airframe_tree" + position = { x = 235 y = 32 } + size = { width = 400 height = 1000 } + slotsize = { width = 60 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "iw_large_airframe_tree" + position = { x = 715 y = 32 } + size = { width = 200 height = 1000 } slotsize = { width = 70 height = 70 } format = "UP" } gridboxtype = { - name = "single_plane_tech_0_tree" - position = { x = 410 y = 32 } - size = { width = 400 height = 100 } + name = "early_bombs_tree" + position = { x = 800 y = 32 } + size = { width = 400 height = 1000 } slotsize = { width = 70 height = 70 } format = "UP" } gridboxtype = { - name = "light_airship_tech_1_tree" - position = { x = 1075 y = 32 } - size = { width = 400 height = 100 } + name = "aa_lmg_tree" + position = { x = 1080 y = 32 } + size = { width = 400 height = 1000 } slotsize = { width = 70 height = 70 } format = "UP" } + gridboxtype = { + name = "photo_reconnaisance_tree" + position = { x = 1200 y = 32 } + size = { width = 400 height = 1000 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "engines_1_tree" + position = { x = 1600 y = 32 } + size = { width = 400 height = 400 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "air_torpedoe_1_tree" + position = { x = 1325 y = 32 } + size = { width = 400 height = 400 } + slotsize = { width = 70 height = 70 } + format = "UP" + } + + gridboxtype = { + name = "experimental_rockets_tree" + position = { x = 540 y = 0 } + size = { width = 400 height = 400 } + slotsize = { width = 70 height = 70 } + format = "UP" + } } containerWindowType = { @@ -2329,22 +2789,22 @@ guiTypes = { name = "size_filler" position = { x=0 y=0 } size = { - width = 1350 height = 1000 + width = 1350 height = 1000 min = { width = 100%% height = 100%% } } - + iconType = { name ="GFX_industry_techtree_bg" spriteType = "GFX_industry_techtree_bg" position = { x=0 y=0 } - } + } containerWindowType = { name = "engineering_year_left" position = { x=100 y=40 } size = { width = 130 height = 100% } orientation = upper_left - + instantTextBoxType = { name = "industry_year2" position = { x = 0 y = 140 } @@ -2434,9 +2894,9 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } - - } +# } + + } containerWindowType = { name = "industry_year_right" @@ -2444,7 +2904,7 @@ guiTypes = { } size = { width = 80 height = 100% } orientation = upper_right - + instantTextBoxType = { name = "industry_year2" position = { x = 0 y = 140 } @@ -2534,14 +2994,14 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } - +# } + + } + } - - } - + instantTextBoxType = { name = "industry_subtitle" position = { x = 610 y = 210 } @@ -2566,7 +3026,7 @@ guiTypes = { maxHeight = 62 format = center Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "industry_subtitle_synthetic_oil" @@ -2619,7 +3079,7 @@ guiTypes = { format = center Orientation = "UPPER_LEFT" } - + gridboxtype = { name = "infrastructure_tech_1_tree" position = { x = 10 y = 172 } @@ -2651,7 +3111,7 @@ guiTypes = { slotsize = { width = 70 height = 70 } format = "UP" } - + #gridboxtype = { # name = "engine_factory_tech_0_tree" # position = { x = 1200 y = 592 } @@ -2675,14 +3135,14 @@ guiTypes = { slotsize = { width = 70 height = 70 } format = "UP" } - + iconType = { name = "highlight_industry_2" spriteType = "GFX_tutorial_research_small_item_icon_glow" position = { x=946 y=312} hide = yes alwaystransparent = yes - } + } } #containerWindowType = { @@ -2714,7 +3174,7 @@ guiTypes = { # slotsize = { width=60 height= 60 } # format = "UP" # } - # + # # gridboxtype = { # name = "experimental_rockets_tree" # position = { x=10% y=10% } @@ -2722,7 +3182,7 @@ guiTypes = { # slotsize = { width=60 height= 60 } # format = "UP" # } - # + # # gridboxtype = { # name = "early_fighter_tree" # position = { x=10% y=10% } @@ -2754,28 +3214,28 @@ guiTypes = { width = 710 height = 1100 min = { width= 100%% height = 100%% } } - + iconType = { name ="engineering_techtree_bg" spriteType = "GFX_engineering_techtree_bg" position = { x=0 y=0 } - } + } iconType = { name ="wonderweapons_bg" spriteType = "GFX_wonderweapons_bg" position = { x=810 y=0 } alwaystransparent = yes - } - - } + } + + } containerWindowType = { name = "wonderweapon_year" position = { x=850 y=40 } size = { width = 130 height = 100% } orientation = upper_left - + # instantTextBoxType = { # name = "wonderweapon_year2" # position = { x = 0 y = 140 } @@ -2865,7 +3325,7 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } +# } # instantTextBoxType = { # name = "wonderweapon_year9" @@ -2891,8 +3351,8 @@ guiTypes = { # maxHeight = 32 # format = left # Orientation = "UPPER_LEFT" -# } - +# } + } containerWindowType = { @@ -2900,7 +3360,7 @@ guiTypes = { position = { x=100 y=40 } size = { width = 130 height = 100% } orientation = upper_left - + instantTextBoxType = { name = "wonderweapon_year2" position = { x = 0 y = 140 } @@ -2990,7 +3450,7 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } + } instantTextBoxType = { name = "wonderweapon_year9" @@ -3016,10 +3476,10 @@ guiTypes = { maxHeight = 32 format = left Orientation = "UPPER_LEFT" - } - + } + } - + instantTextBoxType = { name = "electronic_eng_subtitle" position = { x = 295 y = 100 } @@ -3031,7 +3491,7 @@ guiTypes = { format = center Orientation = "UPPER_LEFT" } - + gridboxtype = { name = "electronic_mechanical_engineering_tree" position = { x=50 y=172 } @@ -3046,15 +3506,15 @@ guiTypes = { position = { x=355 y=172} hide = yes alwaystransparent = yes - } - + } + } containerWindowType = { name = "folder_tabs" position = { x=0 y=7 } size = { width = 100%% height = 30 } - + buttonType = { name = "infantry_folder_tab" position = { x = 22 y = 0 } @@ -3118,15 +3578,29 @@ guiTypes = { } buttonType = { - name = "air_techs_folder_tab" + name = "mtgnavalsupportfolder_tab" position = { x = 467 y = 0 } + quadTextureSprite = "GFX_naval_support_tab" + frame = 1 + clicksound = ui_research_tab_naval + } + buttonType = { + name = "air_techs_folder_tab" + position = { x = 556 y = 0 } quadTextureSprite = "GFX_air_techs_folder_tab" frame = 1 clicksound = ui_research_tab_air } buttonType = { + name = "bba_air_techs_folder_tab" position = { x = 556 y = 0 } + quadTextureSprite = "GFX_air_techs_folder_tab" + frame = 1 + clicksound = ui_research_tab_air + } + buttonType = { + position = { x = 645 y = 0 } name = "electronics_folder_tab" quadTextureSprite = "GFX_techtree_engineering_tab" frame = 1 @@ -3136,13 +3610,13 @@ guiTypes = { iconType = { name = "highlight_engineering_folder" spriteType = "GFX_tutorial_research_folder_icon_glow" - position = { x=556 y=0} + position = { x=645 y=0} hide = yes alwaystransparent = yes - } - + } + buttonType = { - position = { x = 645 y = 0 } + position = { x = 734 y = 0 } name = "industry_folder_tab" quadTextureSprite = "GFX_industry_folder_tab" frame = 1 @@ -3152,7 +3626,7 @@ guiTypes = { iconType = { name = "highlight_industry_folder" spriteType = "GFX_tutorial_research_folder_icon_glow" - position = { x=645 y=0} + position = { x=734 y=0} hide = yes alwaystransparent = yes } @@ -3179,7 +3653,7 @@ guiTypes = { #clipping = no fade_time = 500 fade_type = linear - + show_sound = pop_up background = { @@ -3187,7 +3661,7 @@ guiTypes = { #SpriteType ="GFX_technology_info_bg" SpriteType = "GFX_tiled_window_thin_border2" } - + iconType ={ name ="tech_info_top_win" spriteType = "GFX_tech_info_top_win" @@ -3212,7 +3686,7 @@ guiTypes = { spriteType = "GFX_tiled_window_transparent" position = { x= 45 y = 47 } Orientation = "UPPER_LEFT" - } + } instantTextboxType = { name = "tech_info_title" @@ -3223,7 +3697,7 @@ guiTypes = { text = "" maxWidth = 450 maxHeight = 30 - format = center + format = center } instantTextboxType = { @@ -3236,9 +3710,9 @@ guiTypes = { maxWidth = 495 maxHeight = 70 format = left - vertical_alignment = center + vertical_alignment = center } - + buttonType = { name = "unlock_with_xp" quadTextureSprite = "GFX_button_261x34" @@ -3252,29 +3726,30 @@ guiTypes = { name = "statsarea" position = { x=20 y=220 } size = { width = -20 height = -20 } + #horizontalScrollbar = "bottom_horizontal_slider" verticalScrollbar = "right_vertical_slider" - scroll_wheel_factor = 40 - smooth_scrolling = yes margin = { top = 4 left = 13 right = 5} clipping = yes - + instantTextboxType = { name = "tech_info_special_description" - position = { x = 10 y = 14 } + position = { x = 0 y = 0 } + textureFile = "" font = "hoi4_typewriter16_inverted" - maxWidth = 464 + borderSize = {x = 0 y = 0} + text = "BABALKBLLALBLAL" + maxWidth = 495 + maxHeight = 70 + format = left + vertical_alignment = center + format = center } - positionType = { - name = "tech_info_special_description_bottom_margin" - position = { x = 0 y = 14 } - } - background = { name = "Background" quadTextureSprite ="GFX_tiled_paper_bg" } - + } } @@ -3287,7 +3762,7 @@ guiTypes = { #clipping = no fade_time = 500 fade_type = linear - + show_sound = pop_up background = { @@ -3295,7 +3770,7 @@ guiTypes = { #SpriteType ="GFX_technology_info_bg" SpriteType = "GFX_tiled_window_thin_border2" } - + iconType ={ name ="tech_info_top_win" spriteType = "GFX_tech_info_top_win" @@ -3320,7 +3795,7 @@ guiTypes = { spriteType = "GFX_tiled_window_transparent" position = { x= 45 y = 47 } Orientation = "UPPER_LEFT" - } + } instantTextboxType = { name = "tech_info_title" @@ -3331,7 +3806,7 @@ guiTypes = { text = "" maxWidth = 450 maxHeight = 30 - format = center + format = center } instantTextboxType = { @@ -3344,9 +3819,9 @@ guiTypes = { maxWidth = 495 maxHeight = 70 format = left - vertical_alignment = center + vertical_alignment = center } - + buttonType = { name = "research" quadTextureSprite = "GFX_button_123x34" @@ -3355,35 +3830,59 @@ guiTypes = { position = { x=390 y=55 } shortcut = "RETURN" } + + containerWindowType = { + name = "research_MIO" + position = { x=365 y=55 } + + buttonType = { + name = "research_has_MIO" + position = { x = 0 y = 0 } + size = { x=200 y=40} + text = "RESEARCH" + quadTextureSprite = "GFX_government_button" + buttonFont = "hoi_16mbs" + Orientation = "UPPER_RIGHT" + shortcut = "RETURN" + } + iconType = { + name = "MIO_icon" + spriteType = "GFX_design_team_icon" + position = { x = 8 y = 5 } + alwaystransparent = yes + Orientation = "CENTER" + } + } + buttonType = { name = "research_with_xp" quadTextureSprite = "GFX_button_123x34" text = "RESEARCH_WITH_XP" buttonFont = "hoi_20b" - position = { x=390 y=80 } + position = { x=390 y=87 } shortcut = "RETURN" } - + iconType = { name = "research_progressbar" - spriteType = "GFX_techtree_details_progress_bar" - position = { x=160 y=61 } + spriteType = "GFX_prod_progress_bar3" + position = { x=190 y=61 } } iconType = { name = "research_progressbar_frame" - spriteType = "GFX_techtree_details_progress_bar_frame" - position = { x=158 y=59 } - } - + spriteType = "GFX_production_progressbar_frame2" + position = { x=188 y=59 } + } + instantTextboxType = { name = "researchtime_label" - position = { x = 177 y = 62 } + position = { x = 182 y = 62 } font = "hoi_20b" borderSize = {x = 0 y = 0} text = "" - maxWidth = 190 + maxWidth = 185 maxHeight = 30 format = center } @@ -3397,7 +3896,7 @@ guiTypes = { smooth_scrolling = yes margin = { top = 4 left = 13 right = 5} clipping = yes - + instantTextboxType = { name = "tech_info_special_description" position = { x = 10 y = 14 } @@ -3409,12 +3908,12 @@ guiTypes = { name = "tech_info_special_description_bottom_margin" position = { x = 0 y = 14 } } - + background = { name = "Background" quadTextureSprite ="GFX_tiled_paper_bg" } - + } } @@ -3434,14 +3933,14 @@ guiTypes = { position = { x=3 y=3 } spriteType = "GFX_technology_medium" alwaystransparent = yes - } - + } + iconType = { name = "bonus_icon" position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -21 } @@ -3453,6 +3952,12 @@ guiTypes = { maxHeight = 20 format = center } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -3474,7 +3979,7 @@ guiTypes = { alwaystransparent = yes } - + instantTextBoxType = { name = "Name" position = { x = 3 y = -3 } @@ -3493,7 +3998,7 @@ guiTypes = { position = { x=111 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 111 y = -22 } @@ -3505,19 +4010,19 @@ guiTypes = { maxHeight = 20 format = center } - - + + containerWindowType = { name = "sub_technology_slot_0" position = { x=141 y=1 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=2 y=2 } @@ -3530,20 +4035,26 @@ guiTypes = { position = { x=141 y=1 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=2 y=2 } spriteType = "GFX_subtech_td" alwaystransparent = yes } - } - + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } + } containerWindowType = { @@ -3564,7 +4075,7 @@ guiTypes = { centerposition = yes alwaystransparent = yes } - + instantTextBoxType = { name = "Name" position = { x = 3 y = -3 } @@ -3582,7 +4093,7 @@ guiTypes = { position = { x=111 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 111 y = -21 } @@ -3594,28 +4105,34 @@ guiTypes = { maxHeight = 20 format = center } - + containerWindowType = { name = "sub_technology_slot_0" position = { x=141 y=1 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=2 y=2 } spriteType = "GFX_subtech_tercio" alwaystransparent = yes } - } - + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } + } - + containerWindowType = { name = "techtree_support_folder_small_item" position = { x=0 y=0 } @@ -3633,13 +4150,13 @@ guiTypes = { spriteType = "GFX_technology_medium" alwaystransparent = yes } - + iconType = { name = "bonus_icon" position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -22 } @@ -3651,11 +4168,17 @@ guiTypes = { maxHeight = 20 format = center } - } - + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } + containerWindowType = { name = "techtree_armour_folder_small_item" - position = { x=5 y=5 } + position = { x=0 y=0 } size = { width = 72 height = 72 } clipping = no @@ -3686,8 +4209,13 @@ guiTypes = { maxHeight = 20 format = right } - } + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } containerWindowType = { name = "techtree_armour_folder_item" @@ -3702,7 +4230,7 @@ guiTypes = { iconType = { name = "Icon" - position = { x=74 y=50 } + position = { x=85 y=50 } spriteType = "GFX_technology_medium" centerposition = yes alwaystransparent = yes @@ -3720,13 +4248,13 @@ guiTypes = { fixedsize = yes format = left } - + iconType = { name = "bonus_icon" position = { x=111 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 111 y = -22 } @@ -3738,18 +4266,18 @@ guiTypes = { maxHeight = 20 format = center } - + containerWindowType = { name = "sub_technology_slot_0" position = { x=141 y=1 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } @@ -3763,12 +4291,12 @@ guiTypes = { position = { x=141 y=28 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } @@ -3782,20 +4310,26 @@ guiTypes = { position = { x=141 y=55 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } spriteType = "GFX_subtech_aa" alwaystransparent = yes } - } - + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } + } containerWindowType = { @@ -3829,13 +4363,13 @@ guiTypes = { fixedsize = yes format = left } - + iconType = { name = "bonus_icon" position = { x=111 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 111 y = -22 } @@ -3847,18 +4381,18 @@ guiTypes = { maxHeight = 20 format = center } - + containerWindowType = { name = "sub_technology_slot_0" position = { x=141 y=1 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } @@ -3872,12 +4406,12 @@ guiTypes = { position = { x=141 y=28 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } @@ -3891,19 +4425,25 @@ guiTypes = { position = { x=141 y=55 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=1 y=2 } spriteType = "GFX_subtech_aa" alwaystransparent = yes } - } + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -3939,6 +4479,53 @@ guiTypes = { maxHeight = 20 format = right } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } + + containerWindowType = { + name = "techtree_bba_air_techs_folder_small_item" + position = { x=0 y=0 } + size = { width = 72 height = 72 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_technology_unavailable_item_bg" + } + + iconType = { + name = "Icon" + position = { x=3 y=3 } + spriteType = "GFX_technology_medium" + alwaystransparent = yes + } + iconType = { + name = "bonus_icon" + position = { x=3 y=-22 } + spriteType = "GFX_tech_bonus" + } + instantTextBoxType = { + name = "bonus" + position = { x = 17 y = -22 } + textureFile = "" + font = "hoi_16mbs" + borderSize = {x = 4 y = 4} + text = "lol boat" + maxWidth = 50 + maxHeight = 20 + format = right + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -3974,6 +4561,12 @@ guiTypes = { maxHeight = 20 format = right } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -4002,18 +4595,18 @@ guiTypes = { iconType = { name = "Icon" - position = { x=85 y=50 } + position = { x=90 y=50 } spriteType = "GFX_technology_medium" - centerposition = yes + centerposition = yes alwaystransparent = yes } - + iconType = { name = "bonus_icon" position = { x=111 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 111 y = -22 } @@ -4025,6 +4618,12 @@ guiTypes = { maxHeight = 20 format = center } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -4043,8 +4642,8 @@ guiTypes = { position = { x=3 y=3 } spriteType = "GFX_technology_medium" alwaystransparent = yes - } - + } + iconType = { name = "bonus_icon" position = { x=3 y=-22 } @@ -4061,6 +4660,12 @@ guiTypes = { maxHeight = 20 format = right } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -4091,19 +4696,213 @@ guiTypes = { name = "Icon" position = { x=89 y=50 } spriteType = "GFX_technology_medium" - centerposition = yes + centerposition = yes + alwaystransparent = yes + } + + iconType = { + name = "bonus_icon" + position = { x=111 y=-22 } + spriteType = "GFX_tech_bonus" + } + + instantTextBoxType = { + name = "bonus" + position = { x = 111 y = -22 } + textureFile = "" + font = "hoi_16mbs" + borderSize = {x = 4 y = 4} + text = "lol boat" + maxWidth = 80 + maxHeight = 20 + format = center + } + + containerWindowType = { + name = "sub_technology_slot_0" + position = { x=142 y=5 } + size = { width = 35 height = 26 } + clipping = no + + background = { + name = "Background" + spriteType ="GFX_subtech_carrier_plane_bg" + } + + iconType = { + name = "picture" + position = { x=6 y=2 } + spriteType = "GFX_airwing_carrier_icon" + alwaystransparent = yes + } + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } + } + + containerWindowType = { + name = "techtree_bba_air_techs_folder_item" + position = { x=-60 y=0 } + size = { width = 183 height = 84 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_technology_unavailable_item_bg" + } + + instantTextBoxType = { + name = "Name" + position = { x = 3 y = -1 } + textureFile = "" + font = "hoi_20bs" + borderSize = {x = 4 y = 4} + text = "" + maxWidth = 166 + maxHeight = 20 + fixedsize = yes + format = left + } + + iconType = { + name = "Icon" + position = { x=89 y=50 } + spriteType = "GFX_technology_medium" + centerposition = yes + alwaystransparent = yes + } + + iconType = { + name = "bonus_icon" + position = { x=111 y=-22 } + spriteType = "GFX_tech_bonus" + } + + instantTextBoxType = { + name = "bonus" + position = { x = 111 y = -22 } + textureFile = "" + font = "hoi_16mbs" + borderSize = {x = 4 y = 4} + text = "lol boat" + maxWidth = 80 + maxHeight = 20 + format = center + } + + containerWindowType = { + name = "sub_technology_slot_0" + position = { x=142 y=5 } + size = { width = 35 height = 26 } + clipping = no + + background = { + name = "Background" + spriteType ="GFX_subtech_carrier_plane_bg" + } + + iconType = { + name = "picture" + position = { x=6 y=2 } + spriteType = "GFX_airwing_carrier_icon" + alwaystransparent = yes + } + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=5 y=55 } + spriteType = "GFX_design_team_icon" + } + } + + containerWindowType = { + name = "techtree_naval_folder_small_item" + position = { x=0 y=5 } + size = { width = 72 height = 72 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_technology_unavailable_item_bg" + } + + iconType = { + name = "Icon" + position = { x=3 y=3 } + spriteType = "GFX_technology_medium" + alwaystransparent = yes + } + iconType = { + name = "bonus_icon" + position = { x=-1 y=-22 } + spriteType = "GFX_tech_bonus" + } + + instantTextBoxType = { + name = "bonus" + position = { x = -1 y = -22 } + textureFile = "" + font = "hoi_16mbs" + borderSize = {x = 4 y = 4} + text = "lol boat" + maxWidth = 80 + maxHeight = 20 + format = center + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } + + containerWindowType = { + name = "techtree_naval_folder_item" + position = { x=-131 y=1 } + size = { width = 204 height = 72 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_technology_unavailable_item_bg" + } + + + iconType = { + name = "Icon" + position = { x=167 y=34 } + spriteType = "GFX_technology_medium" + centerposition = yes alwaystransparent = yes } - + + instantTextBoxType = { + name = "Name" + position = { x = 3 y = -1 } + textureFile = "" + font = "hoi_20bs" + borderSize = {x = 4 y = 4} + text = "lol boat" + maxWidth = 270 + maxHeight = 20 + fixedsize = yes + format = left + } iconType = { name = "bonus_icon" - position = { x=111 y=-22 } + position = { x=257 y=-18 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" - position = { x = 111 y = -22 } + position = { x = 257 y = -19 } textureFile = "" font = "hoi_16mbs" borderSize = {x = 4 y = 4} @@ -4113,29 +4912,14 @@ guiTypes = { format = center } - containerWindowType = { - name = "sub_technology_slot_0" - position = { x=142 y=5 } - size = { width = 35 height = 26 } - clipping = no - - background = { - name = "Background" - spriteType ="GFX_subtech_carrier_plane_bg" - } - - iconType = { - name = "picture" - position = { x=6 y=2 } - spriteType = "GFX_airwing_carrier_icon" - alwaystransparent = yes - } - } - + iconType = { + name = "can_assign_design_team_icon" + position = { x=10 y=40 } + spriteType = "GFX_design_team_icon" + } } - containerWindowType = { - name = "techtree_naval_folder_small_item" + name = "techtree_mtgnavalfolder_small_item" position = { x=0 y=5 } size = { width = 72 height = 72 } clipping = no @@ -4156,7 +4940,7 @@ guiTypes = { position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -22 } @@ -4168,10 +4952,16 @@ guiTypes = { maxHeight = 20 format = center } - } - + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } + containerWindowType = { - name = "techtree_naval_folder_item" + name = "techtree_mtgnavalfolder_item" position = { x=-131 y=1 } size = { width = 204 height = 72 } clipping = no @@ -4186,10 +4976,10 @@ guiTypes = { name = "Icon" position = { x=167 y=34 } spriteType = "GFX_technology_medium" - centerposition = yes + centerposition = yes alwaystransparent = yes - } - + } + instantTextBoxType = { name = "Name" position = { x = 3 y = -1 } @@ -4207,7 +4997,7 @@ guiTypes = { position = { x=257 y=-18 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 257 y = -19 } @@ -4219,9 +5009,34 @@ guiTypes = { maxHeight = 20 format = center } + containerWindowType = { + name = "sub_technology_slot_0" + position = { x=285 y=5 } + size = { width = 35 height = 26 } + clipping = no + + background = { + name = "Background" + spriteType ="GFX_subtechnology_unavailable_item_bg" + } + + iconType = { + name = "picture" + position = { x=2 y=2 } + spriteType = "GFX_subtech_heavy_battleship" + alwaystransparent = yes + } + } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=10 y=40 } + spriteType = "GFX_design_team_icon" + } } + containerWindowType = { - name = "techtree_mtgnavalfolder_small_item" + name = "techtree_mtgnavalsupportfolder_small_item" position = { x=0 y=5 } size = { width = 72 height = 72 } clipping = no @@ -4242,22 +5057,28 @@ guiTypes = { position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -22 } textureFile = "" font = "hoi_16mbs" borderSize = {x = 4 y = 4} - text = "lol boat" + text = "lol boat guns" maxWidth = 80 maxHeight = 20 format = center } - } - + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } + } + containerWindowType = { - name = "techtree_mtgnavalfolder_item" + name = "techtree_mtgnavalsupportfolder_item" position = { x=-131 y=1 } size = { width = 204 height = 72 } clipping = no @@ -4272,17 +5093,17 @@ guiTypes = { name = "Icon" position = { x=167 y=34 } spriteType = "GFX_technology_medium" - centerposition = yes + centerposition = yes alwaystransparent = yes - } - + } + instantTextBoxType = { name = "Name" position = { x = 3 y = -1 } textureFile = "" font = "hoi_20bs" borderSize = {x = 4 y = 4} - text = "lol boat" + text = "lol boat guns" maxWidth = 270 maxHeight = 20 fixedsize = yes @@ -4293,14 +5114,14 @@ guiTypes = { position = { x=257 y=-18 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = 257 y = -19 } textureFile = "" font = "hoi_16mbs" borderSize = {x = 4 y = 4} - text = "lol boat" + text = "lol boat guns" maxWidth = 80 maxHeight = 20 format = center @@ -4310,16 +5131,16 @@ guiTypes = { position = { x=285 y=5 } size = { width = 35 height = 26 } clipping = no - + background = { name = "Background" spriteType ="GFX_subtechnology_unavailable_item_bg" } - + iconType = { name = "picture" position = { x=2 y=2 } - spriteType = "GFX_subtech_heavy_battleship" + spriteType = "GFX_subtech_rocket" alwaystransparent = yes } } @@ -4348,7 +5169,7 @@ guiTypes = { position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -22 } @@ -4360,6 +5181,12 @@ guiTypes = { maxHeight = 20 format = center } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -4381,7 +5208,7 @@ guiTypes = { alwaystransparent = yes } } - + containerWindowType = { name = "techtree_electronics_folder_item" position = { x=0 y=5 } @@ -4397,7 +5224,7 @@ guiTypes = { name = "Icon" position = { x=34 y=35 } spriteType = "GFX_technology_medium" - centerposition = yes + centerposition = yes alwaystransparent = yes } iconType = { @@ -4405,7 +5232,7 @@ guiTypes = { position = { x=-1 y=-22 } spriteType = "GFX_tech_bonus" } - + instantTextBoxType = { name = "bonus" position = { x = -1 y = -22 } @@ -4417,6 +5244,12 @@ guiTypes = { maxHeight = 20 format = center } + + iconType = { + name = "can_assign_design_team_icon" + position = { x=0 y=42 } + spriteType = "GFX_design_team_icon" + } } containerWindowType = { @@ -4473,7 +5306,7 @@ guiTypes = { alwaystransparent = yes frame = 1 } - + iconType = { name = "Center" position = { x=27 y=27 } @@ -4482,22 +5315,19 @@ guiTypes = { frame = 1 } } - + containerWindowType = { name = "technology_unit_statlist_item_equipment" position = { x=0 y=0 } clipping = no - - gridboxtype = { - name = "research_groups_grid" - position = { x = 422 y = 25 } - size = { width = 120 height = 60 } - slotsize = { width = 60 height = 60 } - max_slots_horizontal = 2 - max_slots_vertical = 1 - format = "UPPER_LEFT" + + iconType = { + name = "design_team_icon" + position = { x = 462 y = 55 } + spriteType = "GFX_add_pol_idea_button" + centerposition = yes } - + iconType = { name = "unit_icon" position = { x = 240 y = 40 } @@ -4515,20 +5345,20 @@ guiTypes = { pdx_tooltip = "PRODUCTION_RESOURCE_DESC" format = left } - + iconType = { name = "equipment_icon" position = { x = 140 y = 27 } spriteType = "GFX_land_equipment_role_icons" frame = 1 } - + iconType = { name = "carrier_fighter_icon" position = { x = 157 y = 6 } spriteType = "GFX_airwing_carrier_icon" } - + gridboxtype = { name = "stats_grid" position = { x = 25 y = 95 } @@ -4537,29 +5367,38 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridboxtype = { name = "air_missions_grid" position = { x = 15 y = 40 } size = { width = 400 height = 70 } slotsize = { width = 45 height = 60 } + max_slots_horizontal = 10 + format = "UPPER_LEFT" + } + + gridboxtype = { + name = "terrain_modifiers_grid" + position = { x = 35 y = 65 } # Y set in code + size = { width = 400 height = 400 } + slotsize = { width = 82 height = 70 } max_slots_horizontal = 5 format = "UPPER_LEFT" } - + containerWindowType = { name = "3d_container" position = { x=0 y=0 } clipping = no - + containerWindowType = { name = "border_container" position = { x=0 y=5 } size = { width = 487 height = 276 } - + background = { name ="bg_tech_button" - spriteType = "GFX_division_3d_bg" + spriteType = "GFX_division_3d_bg" position = { x=0 y=0 } size = { x=100%% y=100%%} } @@ -4571,21 +5410,21 @@ guiTypes = { position = { x= 5 y = 10 } ##size = { width=300 height=80 } } - + buttonType = { name = "prev_model" position = { x=367 y=12 } quadTextureSprite = "GFX_arrow_up_small" clicksound = click_default } - + buttonType = { name = "next_model" position = { x=367 y=38 } quadTextureSprite = "GFX_arrow_down_small" clicksound = click_default } - + iconType = { name ="3d_switch" quadTextureSprite = "GFX_2d_3d_switch" @@ -4598,8 +5437,8 @@ guiTypes = { containerWindowType = { name = "technology_unit_statlist_item_module" position = { x=0 y=0 } - clipping = no - + clipping = no + instantTextboxType = { name = "production_resources" position = { x= 5 y= 12 } @@ -4609,7 +5448,7 @@ guiTypes = { pdx_tooltip = "PRODUCTION_RESOURCE_DESC" format = left } - + iconType = { name = "equipment_icon" position = { x = 240 y = 40 } @@ -4617,7 +5456,7 @@ guiTypes = { centerposition = yes frame = 1 } - + gridboxtype = { name = "stats_grid" position = { x = 25 y = 95 } @@ -4626,13 +5465,22 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } + + gridboxtype = { + name = "air_missions_grid" + position = { x = 15 y = 40 } + size = { width = 400 height = 70 } + slotsize = { width = 45 height = 60 } + max_slots_horizontal = 10 + format = "UPPER_LEFT" + } } - + containerWindowType = { name = "technology_unlocks_statlist_item_building" - position = { x=0 y=0 } + position = { x=0 y=0 } clipping = no - + instantTextboxType = { name = "label" position = { x = 10 y = 5 } @@ -4642,23 +5490,23 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "icon" position = { x = 220 y = 20 } spriteType = "GFX_tiled_window_transparent_transparent" - centerposition = yes + centerposition = yes } - + gridboxtype = { name = "stats_grid" - position = { x = 15 y = 50 } + position = { x = 15 y = 50 } size = { width = 400 height = 200 } slotsize = { width = 200 height = 30 } - max_slots_horizontal = 1 + max_slots_horizontal = 1 format = "UPPER_LEFT" } - + gridboxtype = { name = "subunit_stats_grid" position = { x = 25 y = 65 } @@ -4667,7 +5515,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridboxtype = { name = "terrain_modifiers_grid" position = { x = 35 y = 65 } # Y set in code @@ -4680,9 +5528,9 @@ guiTypes = { containerWindowType = { name = "technology_unlocks_statlist_item_tactic" - position = { x=0 y=0 } + position = { x=0 y=0 } clipping = no - + instantTextboxType = { name = "label" position = { x = 10 y = 5 } @@ -4692,23 +5540,23 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "icon" position = { x = 220 y = 20 } spriteType = "GFX_tiled_window_transparent_transparent" - centerposition = yes + centerposition = yes } - + gridboxtype = { name = "stats_grid" - position = { x = 15 y = 50 } + position = { x = 15 y = 50 } size = { width = 400 height = 200 } slotsize = { width = 200 height = 30 } - max_slots_horizontal = 1 + max_slots_horizontal = 1 format = "UPPER_LEFT" } - + gridboxtype = { name = "subunit_stats_grid" position = { x = 35 y = 65 } @@ -4717,7 +5565,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridboxtype = { name = "terrain_modifiers_grid" position = { x = 35 y = 65 } # Y set in code @@ -4730,9 +5578,9 @@ guiTypes = { containerWindowType = { name = "technology_unlocks_statlist_item_subunit" - position = { x=0 y=0 } + position = { x=0 y=0 } clipping = no - + instantTextboxType = { name = "label" position = { x = 10 y = 5 } @@ -4742,14 +5590,14 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "icon" position = { x = 220 y = 20 } spriteType = "GFX_tiled_window_transparent_transparent" - centerposition = yes + centerposition = yes } - + instantTextboxType = { name = "subunit_name" position = { x = 160 y = 25 } @@ -4758,22 +5606,22 @@ guiTypes = { maxWidth = 300 maxHeight = 20 } - + iconType = { name = "subunit_icon" position = { x = 80 y = 12 } spriteType = "GFX_buildings_strip" } - + gridboxtype = { name = "stats_grid" - position = { x = 15 y = 50 } + position = { x = 15 y = 50 } size = { width = 400 height = 200 } slotsize = { width = 200 height = 30 } - max_slots_horizontal = 1 + max_slots_horizontal = 1 format = "UPPER_LEFT" } - + gridboxtype = { name = "subunit_stats_grid" position = { x = 25 y = 65 } @@ -4782,7 +5630,7 @@ guiTypes = { max_slots_horizontal = 2 format = "UPPER_LEFT" } - + gridboxtype = { name = "terrain_modifiers_grid" position = { x = 35 y = 65 } # Y set in code @@ -4792,12 +5640,12 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "technology_unit_statlist_item_upgrade" - position = { x=0 y=0 } + position = { x=0 y=0 } clipping = no - + instantTextboxType = { name = "label" position = { x = 55 y = 25 } @@ -4808,7 +5656,7 @@ guiTypes = { fixedsize = yes format = left } - + gridboxtype = { name = "subunit_stats_grid" position = { x = 0 y = 15 } @@ -4817,13 +5665,13 @@ guiTypes = { max_slots_horizontal = 7 format = "UPPER_LEFT" } - + iconType = { name = "unit_icon" position = { x = 0 y = 15 } spriteType = "GFX_tiled_window_transparent_transparent" } - + gridboxtype = { name = "stats_grid" position = { x = 90 y = 50 } @@ -4832,7 +5680,7 @@ guiTypes = { max_slots_horizontal = 1 format = "UPPER_LEFT" } - + gridboxtype = { name = "terrain_modifiers_grid" position = { x = 35 y = 65 } # Y set in code @@ -4842,12 +5690,12 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "technology_unit_statlist_item_modifier" - position = { x=0 y=0 } + position = { x=0 y=0 } clipping = no - + instantTextboxType = { name = "label" position = { x = 120 y = -20 } @@ -4857,13 +5705,13 @@ guiTypes = { maxHeight = 20 format = center } - + iconType = { name = "unit_icon" position = { x = 100 y = 25 } spriteType = "GFX_tiled_window_transparent_transparent" } - + gridboxtype = { name = "stats_grid" position = { x = 90 y = 25 } @@ -4873,10 +5721,10 @@ guiTypes = { format = "UPPER_LEFT" } } - + containerWindowType = { name = "technology_unit_stat_item" - position = { x=0 y=2 } + position = { x=0 y=2 } size = { width=224 height=25 } clipping = no @@ -4884,7 +5732,7 @@ guiTypes = { name = "Background" spriteType ="GFX_stats_entry_bg" } - + instantTextboxType = { name = "name" position = { x = -5 y = 12 } @@ -4895,7 +5743,7 @@ guiTypes = { fixedsize = yes format = left } - + instantTextboxType = { name = "amount" position = { x = 110 y = 12 } @@ -4905,7 +5753,7 @@ guiTypes = { maxHeight = 20 format = right } - + instantTextboxType = { name = "diff" position = { x = 195 y = 0 } @@ -4916,10 +5764,10 @@ guiTypes = { format = right } } - + containerWindowType = { name = "technology_unlocks_item" - position = { x=10 y=2 } + position = { x=10 y=2 } size = { width=402 height=40 } clipping = no @@ -4927,7 +5775,7 @@ guiTypes = { # name = "Background" # spriteType ="GFX_stats_entry_bg" #} - + instantTextboxType = { name = "name" position = { x = 100 y = 10 } @@ -4937,17 +5785,17 @@ guiTypes = { maxHeight = 20 format = left } - + iconType = { name = "icon" position = { x = 50 y = 0 } spriteType = "GFX_buildings_strip" } } - + containerWindowType = { name = "technology_tactics_item" - position = { x=10 y=2 } + position = { x=10 y=2 } size = { width=201 height=30 } clipping = no @@ -4955,7 +5803,7 @@ guiTypes = { # name = "Background" # spriteType ="GFX_stats_entry_bg" #} - + instantTextboxType = { name = "name" position = { x = 120 y = 10 } @@ -4965,7 +5813,7 @@ guiTypes = { maxHeight = 20 format = left } - + iconType = { name = "icon" position = { x = 20 y = -5 } @@ -4975,16 +5823,16 @@ guiTypes = { containerWindowType = { name = "technology_unit_upgrade_stat_item" - position = { x=10 y=2 } + position = { x=10 y=2 } size = { width=201 height=25 } clipping = no background = { name = "Background" spriteType ="GFX_stats_entry_long_bg" - position = { x = -30 y = 0 } + position = { x = -30 y = 0 } } - + instantTextboxType = { name = "name" position = { x = -30 y = 2 } @@ -4994,7 +5842,7 @@ guiTypes = { maxHeight = 20 format = left } - + instantTextboxType = { name = "amount" position = { x = 220 y = 2 } @@ -5004,7 +5852,7 @@ guiTypes = { maxHeight = 20 format = right } - + #instantTextboxType = { # name = "diff" # position = { x = 195 y = 0 } @@ -5015,10 +5863,10 @@ guiTypes = { # format = right #} } - + containerWindowType = { name = "technology_subunit_unlock_stat_item" - position = { x=0 y=2 } + position = { x=0 y=2 } size = { width=224 height=25 } clipping = no @@ -5026,7 +5874,7 @@ guiTypes = { name = "Background" spriteType ="GFX_stats_entry_bg" } - + instantTextboxType = { name = "name" position = { x = -5 y = 12 } @@ -5037,7 +5885,7 @@ guiTypes = { fixedsize = yes format = left } - + instantTextboxType = { name = "amount" position = { x = 110 y = 12 } @@ -5047,7 +5895,7 @@ guiTypes = { maxHeight = 20 format = right } - + instantTextboxType = { name = "diff" position = { x = 195 y = 0 } @@ -5058,9 +5906,9 @@ guiTypes = { format = right } } - + containerWindowType = { - name = "technology_subunit_adjuster_entry" + name = "technology_subunit_adjuster_entry" size = { width = 70 height = 62 } clipping = no @@ -5083,7 +5931,7 @@ guiTypes = { position = { x=34 y=42 } frame = 1 } - + iconType = { name ="terrain_mod_movement_strip" spriteType = "GFX_terrain_mod_movement_strip" @@ -5098,19 +5946,19 @@ guiTypes = { frame = 1 } } - + containerWindowType = { name = "technology_tech_stat_item" - position = { x=10 y=2 } + position = { x=10 y=2 } size = { width=201 height=25 } clipping = no background = { name = "Background" spriteType ="GFX_stats_entry_long_bg" - position = { x = -30 y = 0 } + position = { x = -30 y = 0 } } - + instantTextboxType = { name = "name" position = { x = -30 y = 2 } @@ -5120,7 +5968,7 @@ guiTypes = { maxHeight = 20 format = left } - + instantTextboxType = { name = "amount" position = { x = 220 y = 2 } @@ -5131,14 +5979,14 @@ guiTypes = { format = right } } - + containerWindowType = { name = "technology_info_category_header" - position = { x=110 y=0 } + position = { x=110 y=0 } size = { width=201 height=30 } clipping = no - + instantTextboxType = { name = "header" position = { x = 130 y = 18 } @@ -5149,11 +5997,11 @@ guiTypes = { format = center } } - - + + containerWindowType = { name = "padding_window" position = { x=0 y=0 } size = { width=1 height=1 } - } + } } \ No newline at end of file diff --git a/1632_RoF/interface/frontendmainviewbg.gfx b/1632_RoF/interface/frontendmainviewbg.gfx index 5ebc4bcd..4940a3bb 100644 --- a/1632_RoF/interface/frontendmainviewbg.gfx +++ b/1632_RoF/interface/frontendmainviewbg.gfx @@ -2,9 +2,9 @@ spriteTypes = { corneredTileSpriteType = { name = "GFX_frontend_bg" texturefile = "gfx/loadingscreens/load_2.dds" - borderSize = { x=0 y= 0 } - size = { x=1920 y= 1440 } - tilingCenter = no + borderSize = { x=0 y=0 } + size = { x=1920 y=1440 } + tilingCenter = no effectFile = "gfx/FX/buttonstate.shader" } } diff --git a/1632_RoF/interface/nationalfocusview.gui b/1632_RoF/interface/nationalfocusview.gui index 2946d518..1e3c9975 100644 --- a/1632_RoF/interface/nationalfocusview.gui +++ b/1632_RoF/interface/nationalfocusview.gui @@ -159,28 +159,28 @@ guiTypes = { iconType ={ name ="tutorial_glow_1" spriteType = "GFX_tutorial_national_focus_icon_glow" - position = { x= 61 y = 20 } + position = { x= 252 y = 20 } Orientation = "UPPER_LEFT" hide = yes } iconType ={ name ="tutorial_glow_2" spriteType = "GFX_tutorial_national_focus_icon_glow" - position = { x= 61 y = 150 } + position = { x= 829 y = 20 } Orientation = "UPPER_LEFT" hide = yes } iconType ={ name ="tutorial_glow_3" spriteType = "GFX_tutorial_national_focus_icon_glow" - position = { x= 61 y = 280 } + position = { x= 1116 y = 150 } Orientation = "UPPER_LEFT" hide = yes } iconType ={ name ="tutorial_glow_4" spriteType = "GFX_tutorial_national_focus_icon_glow" - position = { x= 155 y = 410 } + position = { x= 1308 y = 150 } Orientation = "UPPER_LEFT" hide = yes } @@ -368,6 +368,7 @@ guiTypes = { background = { name = "Background" spriteType ="GFX_tiled_window_transparent" + alwaystransparent = yes } containerWindowType = { @@ -380,6 +381,7 @@ guiTypes = { background = { name = "Background" spriteType ="GFX_tiled_window_transparent" + alwaystransparent = yes } gridboxtype = { @@ -512,6 +514,20 @@ guiTypes = { vertical_alignment = center alwaystransparent = yes } + + iconType = { + name = "viewing_flag" + quadTextureSprite ="GFX_flag_small2" + position = { x=110 y=30 } + Orientation = "UPPER_LEFT" + } + + iconType ={ + name ="viewing_flag_border" + quadTextureSprite = "GFX_diplo_countrylist_flag_frame" + position = { x= 105 y = 25 } + alwaystransparent = yes + } } containerWindowType = { @@ -626,7 +642,7 @@ guiTypes = { containerWindowType = { name = "national_focus_detail_view" position = { x=500 y=100 } - size = { width = 550 height = 600 } + size = { width = 550 height = 550 } Orientation = UPPER_LEFT moveable = yes clipping = no @@ -714,26 +730,25 @@ guiTypes = { } instantTextboxType = { name = "desc" - position = { x = 24 y = 250 } + position = { x = 34 y = 250 } textureFile = "" font = "hoi_18mbs" - borderSize = {x = 0 y = 0} + borderSize = {x = 5 y = 0} text = "Description" - maxWidth = 490 - maxHeight = 110 - scrollbarType = standardtext_slider + maxWidth = 485 + maxHeight = 70 format = center } iconType = { name = "reward_bg" - position = { x = 84 y = 373 } + position = { x = 84 y = 363 } spriteType = "GFX_unit_list_header" } instantTextboxType = { name = "reward_label" - position = { x = 34 y = 380 } + position = { x = 34 y = 370 } textureFile = "" font = "hoi_18mbs" borderSize = {x = 0 y = 0} @@ -745,13 +760,13 @@ guiTypes = { instantTextboxType = { name = "reward" - position = { x = 50 y = 407 } + position = { x = 50 y = 397 } textureFile = "" font = "hoi_16mbs" borderSize = {x = 0 y = 0} text = "" maxWidth = 455 - maxHeight = 150 + maxHeight = 138 scrollbarType = standardtext_slider # format = center } @@ -940,7 +955,6 @@ guiTypes = { buttonFont = "hoi_20b" position = { x=390 y=53 } clicksound = click_default - hide = yes } instantTextboxType = { diff --git a/1632_RoF/interface/rof_misc.gfx b/1632_RoF/interface/rof_misc.gfx index 7979c1ae..3c5890bf 100644 --- a/1632_RoF/interface/rof_misc.gfx +++ b/1632_RoF/interface/rof_misc.gfx @@ -19,5 +19,20 @@ spriteTypes = { spriteType = { name = "GFX_decision_aqualator" texturefile = "gfx/interface/decisions/decision_aqualator.dds" - } + } + + spriteType = { + name = "GFX_military_industrial_organization_firearm_equipment" + texturefile = "gfx/interface/military_industrial_organization/department_icons/generic_mio_department_icon_infantry_offense.dds" + } + + spriteType = { + name = "GFX_military_industrial_organization_light_artillery_equipment" + texturefile = "gfx/interface/military_industrial_organization/department_icons/generic_mio_department_icon_anti_tank.dds" + } + + spriteType = { + name = "GFX_military_industrial_organization_heavy_artillery_equipment" + texturefile = "gfx/interface/military_industrial_organization/department_icons/generic_mio_department_icon_artillery.dds" + } } \ No newline at end of file diff --git a/1632_RoF/interface/unitleaderwindow.gui b/1632_RoF/interface/unitleaderwindow.gui index 25465400..36702040 100644 --- a/1632_RoF/interface/unitleaderwindow.gui +++ b/1632_RoF/interface/unitleaderwindow.gui @@ -162,6 +162,15 @@ guiTypes = { buttonText = "UNIT_LEADER_NEW_LEADER" } + buttonType = { + name = "show_divisional_commanders_button" + position = { x = -535 y = -31 } + quadTextureSprite = "GFX_button_261x34" + buttonFont = "hoi_18mbs" + Orientation = "LOWER_RIGHT" + buttonText = "UNIT_LEADER_NEW_LEADER_DIVC" + } + buttonType = { name = "close_button" position = { x = -38 y = 4 } @@ -175,15 +184,15 @@ guiTypes = { instantTextboxType = { name = "show_assigned_text" - position = { x = 380 y = 10 } + position = { x = 325 y = 10 } textureFile = "" font = "hoi_18mbs" borderSize = {x = 0 y = 0} text = "SHOW_ACTIVE" - maxWidth = 100 + maxWidth = 140 maxHeight = 20 fixedsize = yes - format = left + format = right } checkboxType = { @@ -310,15 +319,21 @@ guiTypes = { alwaystransparent = yes } - gridBoxType = { + gridBoxType = { name = "traits_grid" - position = { x = 130 y = 60 } + position = { x = 126 y = 60 } size = { width = 450 height = 50 } slotsize = { width=24 height=32 } max_slots_vertical = 1 format = "UPPER_LEFT" } - + + iconType = { + name = "medal_collection" + spriteType = "GFX_medal_collection" + position = { x=125 y=54 } + } + iconType = { name = "leader_stat_attack_bg" spriteType = "GFX_trait_attack" @@ -1013,4 +1028,339 @@ guiTypes = { alwaystransparent = yes } } + + containerWindowType = { + name = "division_medal_entry" + size = { width=24 height=32 } + position = { x = 0 y = -5 } + clipping = no + + background = { + name = "Background" + quadTextureSprite ="GFX_trait_unknown" + } + } + + containerWindowType = { + name = "divisioncommanderwindow" + position = { x=-225 y=-295 } + size = { width=550 height=590 } + orientation = center + moveable = yes + fade_time = 500 + fade_type = linear + click_to_front = yes + + positionType = { + name = "pos_roster_overview_orientation_top_left" + position = { x = 540 y = 80 } + } + + background = { + name = "Background" + spriteType ="GFX_leader_selection_bg" + } + + instantTextboxType = { + name = "header_text" + position = { x = 20 y = 9 } + textureFile = "" + font = "hoi_20bs" + borderSize = {x = 0 y = 0} + text = "CHOOSE_DIVISIONAL_LEADER" + maxWidth = 340 + maxHeight = 20 + fixedsize = yes + format = left + } + + editBoxType = { + name = "leader_view_search" + position = { x = 201 y = 44 } + size = {x=267 y=20} + #textureFile = "" + font = "hoi_20b" + borderSize = {x = 0 y = 0} + text = UNIT_LEADER_SEARCH + } + + ButtonType = { + name = "sort_experience" + position = {x=14 y=39} + spriteType = "GFX_sort_up_down_button_83x29" + #buttonText = "DIVISION_COMMANDER_EXPERIENCE_SORT" + buttonFont = "hoi_16mbs" + clicksound = click_scroll + frame = 1 + } + + ButtonType = { + name = "sort_unit_type" + position = {x=96 y=39} + spriteType = "GFX_sort_up_down_button_83x29" + buttonText = "DIVISION_COMMANDER_TYPE_SORT" + buttonFont = "hoi_16mbs" + clicksound = click_scroll + frame = 1 + } + + iconType = { + name = "unit_level_sort" + spriteType = "GFX_unit_level" + position = { x=40 y=40 } + alwaystransparent = yes + } + + ButtonType = { + name = "sort_medals" + position = {x=334 y=39} + size = { x = 200 y = 28 } + spriteType = "GFX_sort_up_down_button_83x29" + buttonText = "DIVISION_COMMANDER_MEDALS_SORT" + buttonFont = "hoi_16mbs" + clicksound = click_scroll + frame = 1 + } + + iconType = { + name = "total_exp_sort" + spriteType = "GFX_unit_level" + position = { x=40 y=40 } + alwaystransparent = yes + } + + ButtonType = { + name = "sort_total_exp" + position = {x=438 y=39} + size = { x = 200 y = 28 } + spriteType = "GFX_sort_up_down_button_83x29" + buttonText = "DIVISION_COMMANDER_TOTAL_EXPERIENCE_SORT" + buttonFont = "hoi_16mbs" + clicksound = click_scroll + frame = 1 + } + + containerWindowType = { + name = "leaders" + position = { x = 0 y = 60 } + size = { width = 100%% height = 507 } + verticalScrollbar = "right_vertical_slider" + margin = { top = 14 bottom = 22} + scroll_wheel_factor = 98 + smooth_scrolling = yes + + background = { + name = "Background" + spriteType ="GFX_tiled_window_transparent" + } + + gridBoxType = { + name = "leaders_grid" + position = { x = 13 y = 1 } + size = { width = 100%% height = 100%% } + slotsize = { width = 510 height = 98 } + max_slots_horizontal = 1 + format = "UPPER_LEFT" + } + } + + #buttonType = { + # name = "no_leader_button" + # position = { x = -250 y = -32 } + # quadTextureSprite ="GFX_button_221x34" + # buttonFont = "hoi_18mbs" + # Orientation = "LOWER_RIGHT" + # buttonText = "UNASSIGN" + # pdx_tooltip = "UNASSIGN" + #} + + #buttonType = { + # name = "new_leader_button" + # position = { x = -535 y = -32 } + # quadTextureSprite = "GFX_button_261x34" + # buttonFont = "hoi_18mbs" + # Orientation = "LOWER_RIGHT" + # buttonText = "UNIT_LEADER_NEW_LEADER" + #} + + buttonType = { + name = "close_button" + position = { x = -38 y = 4 } + quadTextureSprite ="GFX_closebutton" + buttonFont = "Main_14_black" + shortcut = "ESCAPE" + Orientation = "UPPER_RIGHT" + clicksound = click_close + pdx_tooltip = "CLOSE" + } + } + + # FIELD OFFICER ENTRY + containerWindowType = { + name = "divisionleaderentry" + size = { width=510 height=98 } + clipping = no + fade_time = 500 + fade_type = linear + + background = { + name = "Background" + spriteType ="GFX_leader_selection_entry_bg" + } + + buttonType = { + name = "leader_button" + position = {x=56 y=5} + quadTextureSprite ="GFX_leader_unknown" + scale = 0.42 + alwaystransparent = yes + } + + buttonType = { + name = "template_button" + spriteType = "GFX_unit_infantry_icon_medium" + position = { x=-8 y=12 } + alwaystransparent = yes + } + + gridBoxType = { + name = "traits_grid" + position = { x = 154 y = 57 } + size = { width = 250 height = 50 } + slotsize = { width=24 height=32 } + max_slots_vertical = 1 + format = "UPPER_LEFT" + } + + iconType = { + name = "clip_icon" + position = {x=55 y=0} + quadTextureSprite ="GFX_clip" + alwaystransparent = yes + } + + buttonType = { + name = "promote_trait_button" + position = {x=130 y=57} + quadTextureSprite ="GFX_trait_unknown" + clicksound = click_default + frame = 1 + #alwaystransparent = yes + } + + buttonType = { + name = "details_btn" + position = {x=318 y=56 } + quadTextureSprite ="GFX_leader_selection_button" + buttonText = DIVISION_DETAILS + buttonFont = "hoi_16mbs" + clicksound = click_default + pdx_tooltip = "OPEN_LEADER_DETAILS" + frame = 1 + } + + buttonType = { + name = "promote_btn" + position = {x=414 y=56} + quadTextureSprite ="GFX_leader_selection_button" + buttonText = UNIT_LEADER_PROMOTE + buttonFont = "hoi_16mbs" + clicksound = click_default + frame = 1 + alwaystransparent = no + } + + iconType = { + name = "unit_level" + spriteType = "GFX_unit_level" + position = { x=14 y=60 } + } + + instantTextboxType = { + name = "name" + position = { x = 128 y = 12 } + font = "hoi4_typewriter16" + text = "Mr." + maxWidth = 200 + multiline = no + maxHeight = 18 + alwaystransparent = yes + } + + instantTextboxType = { + name = "division_name" + position = { x = 128 y = 29 } + font = "hoi4_typewriter16" + text = "Mr." + maxWidth = 200 + multiline = no + maxHeight = 18 + alwaystransparent = yes + } + + instantTextboxType = { + name = "gained_xp" + position = { x = 436 y = 19 } + font = "hoi4_typewriter16" + text = "Mr." + maxWidth = 60 + multiline = no + maxHeight = 18 + format = CENTER + } + + buttonType = { + name ="btn_army" + quadTextureSprite = "GFX_theatre_army_shield" + position = {x=394 y=16} + frame = 1 + } + + dropDownBoxType = { + name = "medal_dropdown" + position = { x = 394 y = 6 } + size = { width = 340 height = 94 } + clipping = yes + + expandButton = { + name = "expand_button" + position = { x = -55 y = 2 } + spriteType = "GFX_add_medal_button" + clicksound = click_default + pdx_tooltip = "GRANT_CITATION" + } + + expandedWindow = { + name = "expanded_window" + position = { x=0 y= -300 } + show_position = { x = -400 y = 86 } + show_animation_type = decelerated + hide_animation_type = accelerated + animation_time = 0 + size = { width=518 height=230 } + verticalScrollbar = "right_vertical_slider" + scroll_wheel_factor = 50 + smooth_scrolling = yes + margin = { top = 10 bottom = 10 left = 6 right = 12 } + clipping = yes + + background = { + name = "Background" + quadTextureSprite ="GFX_tiled_window_1b_thin_border" + position = { x = 0 y = 0 } + } + + gridBoxType = { + name = "medals_grid" + position = { x = 0 y = 4 } + size = { width = 500 height = 200 } + slotsize = { width = 190 height = 52 } + max_slots_horizontal = 1 + format = "UPPER_LEFT" + } + } + } + + } + } diff --git a/1632_RoF/localisation/english/autonomy_l_english.yml b/1632_RoF/localisation/english/autonomy_l_english.yml deleted file mode 100644 index f8d6fd5f..00000000 --- a/1632_RoF/localisation/english/autonomy_l_english.yml +++ /dev/null @@ -1,67 +0,0 @@ -l_english: - autonomy_dominion:0 "Dominion" - autonomy_supervised_state:0 "Supervised State" - autonomy_colony:0 "Colony" - autonomy_puppet:0 "Puppet" - autonomy_integrated_puppet:0 "Integrated Puppet" - autonomy_annex:0 "Annexed" - autonomy_free:0 "Free" - autonomy_reichskommissariat:0 "Reichskommissariat" - autonomy_reichsprotectorate:0 "Reichsprotectorate" - autonomy_satellite:0 "Satellite" - autonomy_wtt_imperial_associate:0 "Imperial Associate" - autonomy_wtt_imperial_protectorate:0 "Imperial Protectorate" - autonomy_wtt_imperial_subject:1 "Imperial Subject" - autonomy_collaboration_government:0 "Collaboration Government" - AUTONOMY_CAN_TAKE_DESC:1 "$OWNER|UH$ can become a $NEXTLEVEL|H$" - AUTONOMY_CANT_TAKE_DESC:1 "$OWNER|UH$ can not become a $NEXTLEVEL|H$ yet" - AUTONOMY_CAN_LOSE_DESC:1 "$OWNER|UH$ can be reduced to a $PREVLEVEL|H$" - AUTONOMY_CANT_LOSE_DESC:1 "$OWNER|UH$ can not be reduced to a $PREVLEVEL|H$ yet" - AUTONOMY_CHANGE_TO_DESC:1 "$OWNER|UH$ will become a $LEVEL|H$" - AUTONOMY_MOVING_DESC:1 "§GChange autonomy level to a $LEVEL|H$§!" - AUTONOMY_CURR_DESC:0 "Currently $COUNTRY|H$ is a $LEVEL|H$" - AUTONOMY_PROGRESS_DESC:1 "$OWNER|UH$ has £autonomy_texticon $CURRENT|H0$/$TOTAL|H0$ points until being able to become $NEXTLEVEL|H$" - AUTONOMY_PROGRESS_PREV_DESC:1 "$OWNER|UH$ has $CURRENT|H0$ points too many to be reduced to $PREVLEVEL|H$" - AUTONOMY_RELATION_DESC:1 "$SUBJECT|UH$ is a $LEVEL|H$ of $MASTER|H$" - AUTONOMY_RELATION_DESC2:1 "$SUBJECT|UH$ is a $LEVEL|H$ of a foreign power" - AUTONOMY_COUNTRY_EFFECT:0 "Country" - AUTONOMY_MASTER_COUNTRY_EFFECT:0 "Master" - SHOW_SUBJECTS_DESC:0 "Open subjects view" - SHOW_SUBJECTS_DISABLED_DESC:0 "§RWe don't have any subjects to display§!" - MANAGE_SUBJECTS_HEADER:0 "Subjects" - CONTINUOUS_AUTONOMY_EFFECT:0 "$REASON$: £autonomy_texticon $VAL|+=2$" - EVENT_AUTONOMY_EFFECT:0 "$REASON$: £autonomy_texticon $VAL|+=2$" - LL_TO_OVERLORD_FREEDOM_EFFECT:0 "Subject lend leasing to overlord" - LL_TO_PUPPET_FREEDOM_EFFECT:0 "Overlord lend leasing to subject" - MONTHLY_LL_FREEDOM_TO_PUPPET:0 "$FLAG$ $VALUE|-2$" - MONTHLY_LL_FREEDOM_TO_MASTER:0 "$VALUE|+2$" - MONTHLY_LL_FREEDOM_VALUE_DESC:0 "Monthly impact on autonomy in case of full delivery" - MONTHLY_LL_FREEDOM_DESC:0 "Monthly after full delivery $COUNTRY|H$ gets £autonomy_texticon $VALUE|+=2$ " - MONTHLY_REQUEST_LL_TO_MASTER:0 "§RRequesting lend lease from puppet can give them more autonomy§!" - MONTHLY_REQUEST_LL_TO_PUPPET:0 "§RRequesting lend lease from master might lose autonomy§!" - EXPORT_FREEDOM_EFFECT:0 "Subject exporting to overlord" - WAR_SCORE_FREEDOM_EFFECT:0 "Subject contributed war score" - EFFECT_FREEDOM_EFFECT:0 "Subject received" - ACTIVE_ATTACHES_EFFECT:0 "Active Attaches" - MASTER_SURRENDER_FREEDOM_EFFECT:0 "Master capitulated" - MISSING_AUTONOMY_SCORE:0 "Need £autonomy_texticon $VAL|2Y$ more autonomy" - TOO_MUCH_AUTONOMY_SCORE:0 "Has $VAL|2Y$ too much autonomy" - AUTONOMY_CHANGE_COST:1 "Cost (£pol_power ): $VALUE$" - AUTONOMY_FREEDOM_PROMOTE_COST:0 "Need £autonomy_texticon $SCORE|H0$ more to promote to that level" - AUTONOMY_FREEDOM_DEMOTE_COST:0 "Need £autonomy_texticon $SCORE|H0$ to demote to that level" - CONTINUOUS_AUTONOMY_EFFECTS:0 "§HContinuous effects on autonomy§!" - EVENT_AUTONOMY_EFFECTS:1 "§HEffects on autonomy§!" - ADD_AUTONOMY_SCORE_DESC:0 "Add £autonomy_texticon $VALUE|H2$" - ADD_AUTONOMY_SCORE_DETAILED_DESC:0 "Add £autonomy_texticon $VALUE|H2$ to the $COUNTRY|H$" - COLONIAL_FORCES_GENERAL_DESCRIPTION:2 "§GClick to view templates of subjects and Governments in Exile§!\n\nDivisions created with colonial templates can include more manpower from the colony if the colony's autonomy is lowered." - COLONIAL_FORCES_NO_SUBJECTS:2 "§RWe have no subjects or Governments in Exile we could recruit templates from§!" - FOREIGN_TEMPLATE_DESC:1 "This template is $COUNTRY_ADJ|H$, and they are our subject. We can copy this template and create colonial forces on its base. Colonial forces draw manpower from the subject at a rate determined by their autonomy level." - COLONIAL_TEMPLATE_DESC:1 "This is a colonial template of $COUNTRY_DEF|H$. Colonial forces draw manpower from the subject at a rate determined by their autonomy level." - FOREIGN_EXILE_TEMPLATE_DESC:0 "This template is $COUNTRY_ADJ|H$, and we host their government-in-exile. We can copy this template and create exile forces on its base. Exile forces draw manpower from the government-in-exile." - EXILE_TEMPLATE_DESC:0 "This is an exile template of $COUNTRY_DEF|H$. Exile forces draw manpower from the government-in-exile." - CONSTRUCTION_MASTER_BUILDING_LEVELS:1 "$MASTER|UH$ is currently building $LVL|H$ levels of $BUILDING|H$ for us." - CONSTRUCTION_MASTER_BUILDING_REDUCE_LEVELS:0 "We are allowed to reduce this construciton level only by $LVL|R$." - CONSTRUCTION_MASTER_BUILDING_CANT_REDUCE:0 "§RWe are not allowed to reduce the level or cancel this construction.§!" - CONSTRUCTION_INFO_MASTER:0 "This construction is built on the $WHO|H$ territory. If we don't use all factories, they can contribute using theirs." - CONSTRUCTION_INFO_SUBJECT:0 "This construction is built for us by the $WHO|H$. If they don't use all factories, we can contribute using ours." - diff --git a/1632_RoF/localisation/english/buildings_l_english.yml b/1632_RoF/localisation/english/buildings_l_english.yml deleted file mode 100644 index 2042f904..00000000 --- a/1632_RoF/localisation/english/buildings_l_english.yml +++ /dev/null @@ -1,96 +0,0 @@ -l_english: - infrastructure:0 "Infrastructure" - infrastructure_plural:0 "Infrastructure" - infrastructure_desc:1 "This building provides the state with improvement of infrastructure. It increases your supply power in strategic regions and increases your divisions' speed, as well as increasing your raw resource extraction." - arms_factory:0 "Military Factory" - arms_factory_plural:0 "Military Factories" - arms_factory_desc:0 "This building provides the state with industry for production of new military equipment. Can be converted to civilian industry if needed." - dockyard:0 "Naval Dockyard" - dockyard_plural:0 "Naval Dockyards" - dockyard_desc:0 "This building provides the state with industry for building new ships." - industrial_complex:0 "Civilian Factory" - industrial_complex_plural:0 "Civilian Factories" - industrial_complex_desc:0 "This building provides the state with industry for production of civilian goods or construction of new buildings. Can be converted to military industry if needed." - air_base:0 "Air Base" - air_base_plural:0 "Air Bases" - air_base_desc:0 "This building provides the state with deployment for your air forces." - naval_base:0 "Naval Base" - naval_base_plural:0 "Naval Bases" - naval_base_desc:1 "Extends the range of your fleet and provides repair services for it. Allows overseas supply and export of resources. Higher levels increases the supply throughput." - bunker:0 "Land Fort" - bunker_plural:0 "Land Forts" - bunker_desc:0 "This building inflicts an attack penalty of $VALUE|+%0$ for each fort level on the attacker in combat. Attacking from multiple directions will reduce forts effect." - coastal_bunker:0 "Coastal Fort" - coastal_bunker_plural:0 "Coastal Forts" - coastal_bunker_desc:0 "This building inflicts an attack penalty of $VALUE|+%0$ for each fort level on the attacker in naval invasion combat." - anti_air_building:0 "Anti-Air" - anti_air_building_plural:0 "Anti-Air" - anti_air_building_desc:0 "This building provides the state with protection from enemy bombers and ability to fire at attacking aircraft." - synthetic_refinery:0 "Synthetic Refinery" - synthetic_refinery_plural:0 "Synthetic Refineries" - synthetic_refinery_desc:0 "This building provides the state with" - synthetic_refinery_amount:0 "$VALUE|Y0=$" - synthetic_refinery_resource:0 "£resources_strip|$FRAME$" - steel_mill:0 "Steel Mill" - steel_mill_plural:0 "Steel Mills" - steel_mill_desc:0 "This building provides the state with" - steel_mill_amount:0 "$VALUE|Y0=$" - steel_mill_resource:0 "£resources_strip|4" - engine_factory:0 "Engine Factory" - engine_factory_plural:0 "Engine Factories" - engine_factory_desc:0 "This building provides the state with" - engine_factory_amount:0 "$VALUE|Y0=$" - engine_factory_resource:0 "£resources_strip|6" - radar_station:0 "Radar Station" - radar_station_plural:0 "Radar Stations" - radar_station_desc:3 "Radar allows you to gain intel on enemy troops in nearby states.\nA higher radar level in a state increases the effective range of the radar.\nRadar also provides the state with better detection of enemy air forces, giving your planes a better chance to engage them.\nIn addition radar increases the detection of enemy fleets at sea." - rocket_site:0 "Rocket Site" - rocket_site_plural:0 "Rocket Sites" - rocket_site_desc:0 "This building provides the state with deployment for produced rockets." - nuclear_reactor:0 "Nuclear Reactor" - nuclear_reactor_plural:0 "Nuclear Reactors" - nuclear_reactor_desc:0 "This building provides the state with production of enriched Uranium for use in Nuclear weapons." - BUILDING_BOMBED:0 "$BUILDING$ bombed!" - BUILDING_SABOTAGED:0 "$BUILDING$ sabotaged!" - BUILDING_REPAIRED:0 "$BUILDING$ repaired!" - BUILDING_DAMAGE_REASON_COLLATERAL:0 "$BUILDING$ suffered collateral damage!" - BUILDING_SCORCHED:0 "$BUILDING$ scorched!" - NUKE_DROPPED:0 "Nuclear bomb dropped!" - BUILDING_DAMAGED:0 "Damaged levels: $DAMAGED|-$/$CURRENT|H$" - CAPACITY:0 "$VAL$/$MAX$" - CAPACITY_PLUS:0 "$VAL$+$PLUS$/$MAX$" - AIR_BASE_LEVEL:1 "§HAir Base§! in $NAME|H$, Level $VAL|H$" - AIR_BASE_LEVEL_UNKNOWN:1 "§HAir Base§! in $NAME|H$" - ROCKET_SITE_CAPACITY:0 "Capacity: $VAL$/$MAX$" - NAVAL_BASE_LEVEL_UNKNOWN:0 "§YNaval base§!" - NAVAL_BASE_LEVEL:0 "§YNaval base§!: $VAL|Y$" - NAVAL_BASE_SUPPLY_LIMIT:0 "Supply throughput limit: $VAL|Y$" - NAVAL_BASE_CAPACITY:0 "Capacity: $USED|1G$/$TOTAL|0G$" - NAVAL_BASE_CAPACITY_OVER:0 "Capacity: $USED|1R$/$TOTAL|0R$" - NAVAL_BASE_CAPACITY_PENALTY:0 "Repair power capacity penalty: $PENALTY|%0R$" - BUILDING_LEVEL:1 "§TState level: $LEVEL|H$§!" - BUILDING_CURRENT_MAX_LEVEL_CAPPED:0 "Building current max level limited by:" - BUILDING_CURRENT_MAX_LEVEL_NONCAPPED:0 "Building current max level is not limited." - BUILDING_CURRENT_MAX_LEVEL_CAPPED_MANPOWER:0 "State population: $MANPOWER|*Y$" - BUILDING_CURRENT_MAX_LEVEL_CAPPED_POP_PER_LEVEL:0 "Population per building level: $POPLEVEL|*Y$" - BUILDING_CURRENT_MAX_LEVEL_CAPPED_BUILDING_MAX_FACTOR:0 "State max factor: $MAXFACTOR|%0Y$" - BUILDING_CURRENT_MAX_LEVEL_CAPPED_MIN_MAXLEVEL:0 "Min max level due to population: $MAXLEVEL|Y$" - BUILDING_SLOT_REMOVE_BUILDING_LEVEL:0 "Remove the building." - BUILDING_SLOT_REMOVE_CONSTRUCTION_LEVEL:0 "Remove a construction level of the building." - BUILDING_SLOT_REMOVE_CONVERSION_LEVEL:0 "Revert the building conversion." - BUILDING_SLOT_REMOVE_COOLDOWN:0 "In wartimes it's only possible to remove buildings once every $DAYS|Y$ days. Next removal can be done at $DATE|Y$." - CLICK_TO_CONVERT:1 "§GClick§! to convert to $BUILDING|Y$" - INSERT_CONVERSION:0 "§GCtrl+Click§! to convert and place at the beginning of the queue.\n§GAlt+Click§! to convert and place at the end of the queue." - INSERT_CONSTRUCTION:0 "§GCtrl+Click§! to build and place at the beginning of the queue.\n§GAlt+Click§! to build and place at the end of the queue." - BUILDING_CURRENT_MAX_LEVEL:0 "Max level for $BUILDING|Y$: $MAXLEVEL|Y$" - BUILDING_CURRENT_MAX_LEVEL_SHARED_SLOTS:0 "Max $BUILDING|Y$ in a State: $MAXLEVEL|Y$" - BUILDING_LEVEL_HEALTH:0 "Level health: $VALUE|%2Y$" - AIR_DEFENSE_IN_STATE:1 "\n§HIndustry bombing damage reduction:§! $TOT_INDUSTRY|%G$\n§HOther bombing damage reduction:§! $TOT|%G$\nAnti-Air: $AA|-%$\n" - RADAR_ONMAP_TOOLTIP:0 "§HRadar station§! level: $LVL|G$/$TOT|H$\nBelongs to: $WHO|H$" - RADAR_ONMAP_DAMAGED_TOOLTIP:0 "§HRadar station§! level: $LVL|R$/$TOT|H$\nBelongs to: $WHO|H$" - RADAR_ONMAP_TOOLTIP_COVERAGE:0 "\n§HRegions coverage:§!" - RADAR_ONMAP_TOOLTIP_COVERAGE_ENTRY:0 "\n $PERC|%$ in $REGION$" - RADAR_ONMAP_TOOLTIP_SUPPRESS:0 "\nHold §GCtrl§! to §Rsuppress§! this tooltip." - fuel_silo:0 "Fuel Silo" - fuel_silo_plural:0 "Fuel Silos" - fuel_silo_desc:0 "This building provides your nation with more room for stockpiling §HFuel§!." diff --git a/1632_RoF/localisation/english/countries_l_english.yml b/1632_RoF/localisation/english/countries_l_english.yml index eb7e5a7a..08fd26ce 100644 --- a/1632_RoF/localisation/english/countries_l_english.yml +++ b/1632_RoF/localisation/english/countries_l_english.yml @@ -1,23 +1 @@ l_english: - FACTION_NAME_DEMOCRATIC_1:0 "The $CONTINENT_ADJ$ Association" - FACTION_NAME_DEMOCRATIC_2:0 "The $CONTINENT_ADJ$ Entente" - FACTION_NAME_DEMOCRATIC_3:0 "The $LEADER_COUNTRY_ADJ$ Concordat" - FACTION_NAME_DEMOCRATIC_4:0 "The $LEADER_COUNTRY_ADJ$ Union" - FACTION_NAME_DEMOCRATIC_5:0 "$CONTINENT_ADJ$ Coalition" - FACTION_NAME_DEMOCRATIC_6:0 "$CONTINENT_ADJ$ Federation" - FACTION_NAME_COMMUNIST_1:0 "The $LEADER_COUNTRY_ADJ$ Compact" - FACTION_NAME_COMMUNIST_2:0 "$CONTINENT_ADJ$ Syndicate" - FACTION_NAME_COMMUNIST_3:0 "The $CONTINENT_ADJ$ Combine" - FACTION_NAME_COMMUNIST_4:0 "The $CONTINENT_ADJ$ Pact" - FACTION_NAME_COMMUNIST_5:0 "The $LEADER_COUNTRY_ADJ$ Bloc" - FACTION_NAME_FASCIST_1:0 "Brotherhood of $CONTINENT$" - FACTION_NAME_FASCIST_2:0 "$CONTINENT_ADJ$ Group" - FACTION_NAME_FASCIST_3:0 "The $CONTINENT_ADJ$ League" - FACTION_NAME_FASCIST_4:0 "The $CONTINENT$ Confederacy" - FACTION_NAME_FASCIST_5:0 "$CONTINENT_ADJ$ Confederation" - FACTION_NAME_NONALIGNED_1:0 "$CONTINENT_ADJ$ Defense League" - FACTION_NAME_NONALIGNED_2:0 "The $LEADER_COUNTRY$ Congress" - FACTION_NAME_NONALIGNED_3:0 "The $CONTINENT$ Alliance" - FACTION_NAME_NONALIGNED_4:0 "Confederate $CONTINENT_ADJ$ Nations" - FACTION_NAME_NONALIGNED_5:0 "The $LEADER_COUNTRY$ Coalition" - diff --git a/1632_RoF/localisation/english/diplomacy_l_english.yml b/1632_RoF/localisation/english/diplomacy_l_english.yml deleted file mode 100644 index c577af74..00000000 --- a/1632_RoF/localisation/english/diplomacy_l_english.yml +++ /dev/null @@ -1,1340 +0,0 @@ -l_english: - DIPLO_POSITIVE:0 "Positive: $VAL|G$" - DIPLO_NEGATIVE:0 "Negative: $VAL|R$" - GOOD_BAD_RATIO:0 "We need at least $THRESHOLD|Y$ more §Gpositive§! than §Rnegative§! reasons for an acceptance. We currently have $RATIO|Y$." - DIPLOMACY_STAGE_COUP_ALREADY_IDEOLOGY:0 "They are already $IDE$, so it is not needed to coup them." - BPPR_INFO:0 "$WHO$ Diplomats: $VAL$" - DIPLOMACY_JOIN_FACTION_NOT_LEADER_OF_FACTION:0 "$COUNTRY|U$ is not the leader of $FACTION$." - DIPLOMACY_NOT_WHEN_FACTION:0 "Cannot sign a Non-Aggression Pact when in the same faction." - X_JOINS_FACTION_THREAT:1 "$WHO|U$ joined $NAME$." - X_JOINS_ATTACKER_WAR_THREAT:1 "$WHO|U$ joined offensive $WAR$" - X_JOINS_CIVIL_WAR_THREAT:1 "$WHO|U$ joined $WAR$" - X_JOINS_ALLIED_WARS:1 "$WHO|H$ joined wars of $WHOM|H$" - FACTION_JOIN_THREAT_IMPACT:0 "This will change World Tension by $VAL$." - BOOST_PARTY_SELECT_TT:0 "The $IDE|Y$ party of $NAME|Y$ has a popularity of §Y$CURR|2$%§!, and with our pressure it will change by §G+$CHANGE|2$§! due to\n$WHY$" - DIPLOMACY_WAR_TITLE:0 "Declare war" - DIPLOMACY_WAR_DESC:0 "Select a war goal to declare war." - DIPLOMACY_WAR_GOALS:0 "War goals" - DIPLOMACY_WAR_GOALS_LIST_HEADER:0 "We have war goals available:" - DIPLOMACY_WAR_ON:0 "war on" - DIPLOMACY_WAR_ACTION_DESC:0 "Declare war on this country." - DIPLOMACY_WAR_NO_WAR_ON_FOREIGN_STATES:0 "Cannot declare war on subject states." - DIPLOMACY_WAR_NO_WAR_ON_OTHERS_AS_SUBJECT:0 "Cannot declare war personally while a subject." - DIPLOMACY_JUSTIFY_WARGOAL_NO_OTHERS_AS_SUBJECT:0 "Cannot justify a war goal personally while a subject." - DIPLOMACY_WAR_NO_WAR_TRUCE:0 "You have a truce with them" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT:0 "You have a non-aggression pact with them" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_LEADER:0 "You have a non-aggression pact with their faction leader" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_MASTER:0 "You have a non-aggression pact with their master" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_YOUR_LEADER:0 "They have a non-aggression pact with your faction leader" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_DESC:0 "$DESC$" - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_BLOCK_1:0 "\n- The pact cannot be broken in the first $UNBREAKABLE|Y$ months after signing." - DIPLOMACY_WAR_NO_WAR_NONAGRESSIONPACT_BLOCK_2:0 "\n\n - Between $MONTH_FIRST|Y$-$MONTH_SECOND|Y$ months you can break the pact if you have $RATIO_BALANCE|%0Y$ of their amount of divisions stationed along our common border." - DIPLOMACY_WAR_NO_WAR_NO_WARGOAL:0 "No war goal to justify a war declaration." - DIPLOMACY_WAR_NO_WAR_NO_WARGOAL_OR_WAR:0 "No war goal to justify a war declaration or currently in war with credible threat." - DIPLOMACY_WAR_NO_WAR_TROOPS_IN_TERRITORY:0 "We have Divisions in their territory." - DIPLOMACY_ADD_WARGOAL_TITLE:0 "Add war goal" - DIPLOMACY_ADD_WARGOAL_ACTION_DESC:0 "Add war goal" - DIPLOMACY_PEACE_PROPOSAL_TITLE:0 "Offer peace" - DIPLOMACY_PEACE_PROPOSAL_ACTION_DESC:0 "Offer peace to this country" - DIPLOMACY_PEACE_PROPOSAL_DESC:0 "Conditional surrender" - DIPLOMACY_PEACE_PROPOSAL_REQUEST_DESC:1 "$COUNTRY|UH$ offers to capitulate." - DIPLOMACY_MESSAGE_ACTION_TITLE:0 "Transmission from $COUNTRY$" - DIPLOMACY_MESSAGE_TIMED_WARGOAL_FINISH_DESC:0 "Justification of conquering $STATE|H$ for $OWNER|H$ is finished" - DIPLOMACY_MESSAGE_TIMED_WARGOAL_FINISH_TITLE:0 "War goal justification complete" - DIPLOMACY_MESSAGE_ACTION_DESC:0 "Message from §Y$COUNTRY|$§! changes their diplomatic status with us: $ACTION$" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE:1 "$COUNTRY|U$ Accepted Our Offer" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE:0 "Our offer of $RELATION$ was §Gaccepted§! by §Y$COUNTRY$§!" - DIPLOMACY_MESSAGE_DECLINED_TITLE:1 "$COUNTRY|U$ Declined Our Offer" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE:0 "Our offer of $RELATION$ was §Rdeclined§! by §Y$COUNTRY$§!" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_MILACC:2 "Military Access Granted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_MILACC:0 "\nOur request for military access has been §Gaccepted§! by §Y$COUNTRY$§!.\n\nWe may now move troops within their borders." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_MILACC:2 "Military Access Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_MILACC:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our request for military access!" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_CALL_ALLY:2 "Accepted Call to War" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_CALL_ALLY:1 "\n§Y$COUNTRY|U$§! §Gaccepted§! the call for them to join our war.\n\nWe stand together." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_CALL_ALLY:2 "Refusal to Join Our War" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_CALL_ALLY:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our call for them to join our war.\n\nThey will not support us in this conflict." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_JOIN_ALLY:2 "We Have Joined the War" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_JOIN_ALLY:1 "§Y$COUNTRY|U$§! has §Gaccepted§! our offer of support in their ongoing war.\n\nWe are now fighting on their side." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_JOIN_ALLY:2 "Refusal of Co-Belligerence" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_JOIN_ALLY:0 "\nDespite their desperate need for our help, §Y$COUNTRY$§! has §Rrefused§! our request to join their war." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_NONAGGRESSIONPACT:2 "Non-Aggression Pact Signed" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_NONAGGRESSIONPACT:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our request for a non-aggression pact.\n\nThere will be no war between our countries." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_NONAGGRESSIONPACT:2 "Non-Aggression Pact Rejected" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_NONAGGRESSIONPACT:0 "\nOur offer to enter a non-aggression pact was §Rrefused§! by §Y$COUNTRY$§!.\n\nThis can only mean they are planning their attack." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_CREATE_FACTION:2 "Faction Formed" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_CREATE_FACTION:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! the offer to join our new faction.\n\nFor their sake and ours, we lead them into the future." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_CREATE_FACTION:2 "Refusal to Join Our Faction" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_CREATE_FACTION:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! the offer to join us in a new faction.\n\nWe will have to look elsewhere for allies." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_OFFER_JOIN_FACTION:2 "Our Faction Grows" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_OFFER_JOIN_FACTION:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! the offer to join our faction.\n\nWe stand together." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_OFFER_JOIN_FACTION:2 "Refusal to Join Faction" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_OFFER_JOIN_FACTION:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our offer to join our faction.\n\nThey will crumble alone." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_JOIN_FACTION:2 "Accepted Into Faction" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_JOIN_FACTION:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our request to join their faction.\n\nWe stand together." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_JOIN_FACTION:0 "Barred From Faction" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_JOIN_FACTION:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our request to join their faction!" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_LEND_LEASE:2 "Lend Lease Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_LEND_LEASE:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our lend lease.\n\nOur material support will help their efforts." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_LEND_LEASE:2 "Lend Lease Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_LEND_LEASE:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our lend lease!\n\nThey will not have our material support." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_LEND_LEASE_EXISTING:0 "Modified Lend Lease Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_LEND_LEASE_EXISTING:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our modified lend lease.\n\nOur continued material support helps their efforts." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_LEND_LEASE_EXISTING:0 "Modified Lend Lease Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_LEND_LEASE_EXISTING:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our modified lend lease!\n\nThey will no longer have our material support." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_PEACE_PROPOSAL:0 "Offer of Peace Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_PEACE_PROPOSAL:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our offer of peace.\n\nFighting has ceased between our nations." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_PEACE_PROPOSAL:0 "Offer of Peace Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_PEACE_PROPOSAL:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our offer of peace.\n\nWar rages on." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_SEND_VOLUNTEERS:0 "Volunteers Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_SEND_VOLUNTEERS:1 "\n§Y$COUNTRY|U$§! will §Gallow§! a volunteer force from our country to fight in their wars.\n\nOur troops are on their way to join the struggle." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_SEND_VOLUNTEERS:0 "Volunteers Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_SEND_VOLUNTEERS:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our volunteer force their right to fight in §Y$COUNTRY$§!'s wars.\n\nOur eager volunteers will have to stand down." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_SEND_EXP_FORCE:0 "Expeditionary Force Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_SEND_EXP_FORCE:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our offer of sending an expeditionary force to aid them in the ongoing conflict." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_SEND_EXP_FORCE:0 "Expeditionary Force Declined" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_SEND_EXP_FORCE:1 "\n§Y$COUNTRY|U$§! has §Rdeclined§! our offer of sending some of our troops as an expeditionary force to aid in the ongoing conflict." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_ASKSTATECONTROL:0 "Control of State Given" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_ASKSTATECONTROL:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our request to be given control of an occupied state.\n\nWe are now in charge of the state." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_ASKSTATECONTROL:0 "Control of State Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_ASKSTATECONTROL:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! our request to be given control of an occupied state." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_GIVESTATECONTROL:0 "Occupied State Given" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_GIVESTATECONTROL:1 "\n§Y$COUNTRY|U$§! has §Gaccepted§! our offer to give them control over one of our occupied states.\n\nThey are now in charge of the area." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_GIVESTATECONTROL:0 "Occupied State Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_GIVESTATECONTROL:1 "\n§Y$COUNTRY|U$§! has §Rrefused§! to assume control over one of our occupied states." - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_TITLE:0 "Lend-Lease Request Reply" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_HEADER:1 "$COUNTRY|UH$ has answered our request for Lend-Lease." - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_NOTHING:0 "§RThey have decided to not give us anything§!" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_SOMETHING:0 "The Lend-Lease is now:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_TITLE_MONTHLY:0 " Monthly:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_TITLE_PERCENTAGE:0 " Percentage per month:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_TITLE_DAILY:0 " Daily:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_TITLE_PERCENTAGE_DAY:0 " Percentage per day:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_TITLE_ONCE:0 " Once:" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_DESC_UNITS:0 " $VALUE|0H$ of $NAME|H$" - DIPLOMACY_MESSAGE_REPLYED_INCOMING_LEND_LEASE_DESC_DESC_PERCENTAGE:0 " $VALUE|0%H$ of $NAME|H$" - DIPLOMACY_MESSAGE_CANCELED_TITLE:0 "$RELATION$ canceled" - DIPLOMACY_MESSAGE_CANCELED_MESSAGE:0 "$RELATION$ with $COUNTRY$ was §Rcanceled§! $REASON$" - DIPLOMACY_MESSAGE_CANCELED_REASON_US_NO_POWER:0 "because we ran out of political power" - DIPLOMACY_MESSAGE_CANCELED_REASON_THEY_NO_POWER:0 "because $COUNTRY|Y$ ran out of political power" - DIPLOMACY_MESSAGE_MAINTAIN_COST:0 "$RELATION|Y$ in $COUNTRY|Y$: §R$VALUE$§! $FREQUENCY$" - DIPLOMACY_MESSAGE_OTHERS_TITLE:0 "Transmission from $COUNTRY$" - DIPLOMACY_MESSAGE_FACTION_DISMANTLED:1 "§Y$COUNTRY|U$§! has dismantled their faction.\n\nThey have decided to stand alone, for now." - DIPLOMACY_OFFER_JOIN_FACTION_OTHERS_DESC:1 "$COUNTRY|U$ joined $FACTION$" - DIPLOMACY_JOIN_FACTION_OTHERS_DESC:1 "$COUNTRY|U$ joined $FACTION$" - DIPLOMACY_LEAVE_FACTION_OTHERS_DESC:1 "$COUNTRY|U$ left $FACTION$" - DIPLOMACY_WAR_OTHERS_DESC:1 "$ACTOR|U$ declared war on $TARGET$" - DIPLOMACY_GUARANTEE_TITLE:0 "Guarantee independence" - DIPLOMACY_GUARANTEE_DESC:0 "Guaranteeing the independence of $COUNTRY|H$ means you will declare war on any country that attacks it. Guaranteeing will lower the §YWorld Tension§! by $THREAT|Y%$." - DIPLOMACY_GUARANTEE_NO_THREAT_DESC:0 "Guaranteeing the independence of $COUNTRY|H$ means you will declare war on any country that attacks it." - DIPLOMACY_GUARANTEE_ACTION_DESC:0 "Guarantee their independence." - DIPLOMACY_REVOKE_GUARANTEE_TITLE:0 "Revoke guarantee" - DIPLOMACY_REVOKE_GUARANTEE_DESC:0 "Revoke our guarantee and stop protecting $COUNTRY|Y$. Revoking guarantee increase §YWorld Tension§! by $THREAT|Y%$." - DIPLOMACY_REVOKE_GUARANTEE_ACTION_DESC:0 "Revoke our guarantee" - DIPLOMACY_REVOKE_GUARANTEE_NO_THREAT_DESC:1 "Revoke our guarantee and stop protecting $COUNTRY|Y$." - DIPLOMACY_MILACC_TITLE:0 "Ask for military access" - DIPLOMACY_MILACC_DESC:0 "Military access allows our armed forces to move through their country." - DIPLOMACY_MILACC_ACTION_DESC:0 "Ask to be allowed to move military forces through their territory." - DIPLOMACY_MILACC_REQUEST_DESC:1 "$COUNTRY|UY$ wants to move troops through our territory." - DIPLOMACY_MILACC:0 "Military Access" - DIPLOMACY_ASKSTATECONTROL_TITLE:0 "Ask for control of state" - DIPLOMACY_ASKSTATECONTROL_DESC:0 "Having control of an occupied state means you will need to take care of resistance there, but will give you access to the resources, manpower and factories there." - DIPLOMACY_ASKSTATECONTROL_ACTION_DESC:0 "Ask to transfer control of a state currently occupied by them" - DIPLOMACY_ASKSTATECONTROL_REQUEST_DESC:1 "$COUNTRY|UY$ wants to take over control of $STATES$" - DIPLOMACY_GIVESTATECONTROL_TITLE:0 "Give control of state" - DIPLOMACY_GIVESTATECONTROL_DESC:0 "Giving away control of an occupied state can help you manage resistance and help your faction members get access to resources, manpower and factories." - DIPLOMACY_GIVESTATECONTROL_ACTION_DESC:0 "Transfer control of a state currently occupied by you" - DIPLOMACY_GIVESTATECONTROL_REQUEST_DESC:1 "$COUNTRY|UY$ wants you to take over control of $STATES$" - DIPLOMACY_GIVESTATECONTROL_NOT_SAME_FACTION:0 "Cannot give state control to someone who is not in the same faction" - DIPLOMACY_GIVESTATECONTROL_NOT_SAME_WAR:0 "Cannot give state control to someone we are not fighting a war with" - DIPLOMACY_ASKSTATECONTROL_NOT_SAME_FACTION:0 "Cannot ask for state control from someone who is not in the same faction" - DIPLOMACY_ASKSTATECONTROL_NOT_SAME_WAR:0 "Cannot ask for state control from someone we are not fighting a war with" - DIPLOMACY_REVOKE_MILACC_TITLE:0 "Cancel our military access" - DIPLOMACY_REVOKE_MILACC_DESC:0 "So, when will we be attacking $COUNTRY|Y$?" - DIPLOMACY_REVOKE_MILACC_ACTION_DESC:0 "Cancel our military access" - DIPLOMACY_OFFER_MILACC_TITLE:0 "Offer military access" - DIPLOMACY_OFFER_MILACC_DESC:0 "Offering military access would allow their armed forces to move through our country." - DIPLOMACY_OFFER_MILACC_ACTION_DESC:0 "Offer to allow them to move military forces through our territory." - DIPLOMACY_OFFER_MILACC_REQUEST_DESC:1 "$COUNTRY|UY$ is suggesting that our army will move freely through their territory." - DIPLOMACY_REVOKE_OFFER_MILACC_TITLE:0 "Cancel their military access" - DIPLOMACY_REVOKE_OFFER_MILACC_DESC:0 "Let's keep the vile $COUNTRY|Y$ from our lands." - DIPLOMACY_REVOKE_OFFER_MILACC_ACTION_DESC:0 "Cancel their military access" - DIPLOMACY_CALL_ALLY_TITLE:0 "Call to arms" - DIPLOMACY_CALL_ALLY_DESC:0 "Request that $COUNTRY|Y$ help us in this war." - DIPLOMACY_CALL_ALLY_ACTION_DESC:0 "Call an ally into this war" - DIPLOMACY_CALL_ALLY_REQUEST_DESC:1 "$COUNTRY|UY$ wants our help in their war efforts." - DIPLOMACY_CALL_ALLY_NO_FACTION:0 "We must be in a faction to have allies to call." - DIPLOMACY_CALL_ALLY_NOT_ALLY:1 "$COUNTRY|UY$ is not a member of your faction." - DIPLOMACY_CALL_ALLY_PUPPET_MASTER:2 "You are a subject, so you can only call your master." - DIPLOMACY_CALL_ALLY_OTHER_PUPPETS:2 "You cannot call other nations' subjects into a war." - DIPLOMACY_CALL_ALLY_NO_LEADING_WAR:0 "You cannot call on allies when you are not the leader." - DIPLOMACY_JOIN_ALLY_TITLE:0 "Join wars" - DIPLOMACY_JOIN_ALLY_DESC:0 "Request that we join $COUNTRY|Y$ in their war." - DIPLOMACY_JOIN_ALLY_ACTION_DESC:0 "Join an ally in this war" - DIPLOMACY_JOIN_ALLY_PUPPET_MASTER:2 "You are a subject, so you can only join your master's wars." - DIPLOMACY_JOIN_ALLY_OTHER_PUPPETS:0 "You cannot join other nations' subjects into a war." - DIPLOMACY_JOIN_ALLY_REQUEST_DESC:1 "$COUNTRY|UY$ wants to help in our war efforts." - DIPLOMACY_JOIN_ALLY_NO_FACTION:0 "We must be in a faction to join members of that faction in wars." - DIPLOMACY_JOIN_ALLY_NOT_ALLY:1 "$COUNTRY|UY$ is not a member of your faction." - DIPLOMACY_JOIN_ALLY_NO_LEADING_WAR:0 "You must send your §Yjoin war§! request to the war leader." - DIPLOMACY_JOINED_WAR_ENEMY:1 "$COUNTRY1|UY$ has joined $COUNTRY2|Y$ as our §Renemy§! in $WAR|Y$!" - DIPLOMACY_CALLED_WAR_ENEMY:1 "$COUNTRY1|UY$ has called $COUNTRY2|Y$ as our §Renemy§! in $WAR|Y$!" - DIPLOMACY_JOINED_WAR_ALLY:1 "$COUNTRY1|UY$ has joined $COUNTRY2|Y$ as our §Gally§! in $WAR|Y$!" - DIPLOMACY_CALLED_WAR_ALLY:1 "$COUNTRY1|UY$ has called $COUNTRY2|Y$ as our §Gally§! in $WAR|Y$!" - DIPLOMACY_JOINED_WAR_TITLE:0 "New war participant" - DIPLOMACY_MERGED_WAR:0 "Wars have been merged" - DIPLOMACY_MERGED_WAR_DESC:0 "Our war $OUR_WAR|Y$ has been merged with $NEW_WAR|Y$\nOur Allies in this war are now:\n$ALLIES_LIST|Y$\n\nAnd our Enemies are:\n$ENEMIES_LIST|Y$" - DIPLOMACY_DROPPED_COUNTRIES_FROM_WAR_DESC:1 "Were not allowed to join the merged war:\n$COUNTRY_LIST|Y$" - DIPLOMACY_IMPROVERELATION_TITLE:0 "Improve relations" - DIPLOMACY_IMPROVERELATION_DESC:0 "Improve diplomatic relations." - DIPLOMACY_IMPROVERELATION_ACTION_DESC:0 "Improve diplomatic relations." - DIPLOMACY_CANCEL_IMPROVERELATION_TITLE:0 "Stop improving relations" - DIPLOMACY_CANCEL_IMPROVERELATION_DESC:0 "Stop improving diplomatic relations." - DIPLOMACY_CANCEL_IMPROVERELATION_ACTION_DESC:0 "Stop improving diplomatic relations." - DIPLOMACY_NONAGGRESSIONPACT:0 "Non-aggression pact" - DIPLOMACY_NONAGGRESSIONPACT_TITLE:0 "Non-aggression pact" - DIPLOMACY_NONAGGRESSIONPACT_DESC:0 "Promise not to declare war on each other." - DIPLOMACY_NONAGGRESSIONPACT_REQUEST_DESC:1 "$COUNTRY|UY$ wants us to sign a pact of non-aggression." - DIPLOMACY_NONAGGRESSIONPACT_ACTION_DESC:0 "Promise not to declare war on each other." - DIPLOMACY_REVOKE_NONAGGRESSIONPACT_TITLE:0 "Cancel non-aggression pact" - DIPLOMACY_REVOKE_NONAGGRESSIONPACT_DESC:0 "Cancel our non-aggression pact" - DIPLOMACY_REVOKE_NONAGGRESSIONPACT_ACTION_DESC:0 "Cancel our non-aggression pact" - DIPLOMACY_REVOKE_NONAGGRESSIONPACT_NO_REVOKE_TOO_SOON:0 "Cannot revoke pact before $DATE|Y$" - DIPLOMACY_REVOKE_NONAGGRESSIONPACT_NO_REVOKE_TOO_LOW_BALANCE:0 "We need $LIMIT_PERC|%0Y$ of their divisions along our common borders. We currently have $CURR_PERC|%0Y$" - DIPLOMACY_CREATE_FACTION_TITLE:0 "Create Faction" - DIPLOMACY_CREATE_FACTION_DESC:0 "Forms a military alliance with $COUNTRY|Y$. Both nations will be able to join each other in war. If any volunteers have been sent or received between us, they will be sent back." - DIPLOMACY_CREATE_FACTION_REQUEST_DESC:1 "$COUNTRY|UY$ wants us to support them create faction: $FACTION|Y$.\nIf any volunteers have been sent or received between us, they will be sent back." - DIPLOMACY_CREATE_FACTION_ACTION_DESC:0 "Ask to create a Faction" - DIPLOMACY_CREATE_FACTION_ALREADY_IN_FACTION:1 "$COUNTRY|UY$ is already in a faction" - DIPLOMACY_JOIN_FACTION_TITLE:0 "Ask to join Faction" - DIPLOMACY_JOIN_FACTION_ACTION_DESC:0 "By joining a faction, we will have the option to join their wars, and they have the option to join our wars. We will then fight together!" - DIPLOMACY_JOIN_FACTION_REQUEST_DESC:2 "$COUNTRY|UY$ wants to join our faction $FACTION|Y$.\nIf any volunteers have been sent or received between the faction members, they will be sent back.\nStaged coups between $COUNTRY|H$ and us will automatically cancel." - DIPLOMACY_JOIN_FACTION_NO_FACTION:1 "$COUNTRY|UH$ is not in a faction." - DIPLOMACY_OFFER_JOIN_FACTION_TITLE:0 "Invite to faction" - DIPLOMACY_OFFER_JOIN_FACTION_DESC:1 "Invite $COUNTRY|UH$ to join $FACTION|H$. This will allow you to call each other to war. The faction leader is $LEADER|H$.\nIf any volunteers have been sent or received between the faction members, they will be sent back." - DIPLOMACY_OFFER_JOIN_FACTION_REQUEST_DESC:1 "$COUNTRY|UH$ wants us to join their faction: $FACTION|Y$.\nIf any volunteers have been sent or received between the faction members, they will be sent back.\nStaged coups between $COUNTRY|H$ and us will automatically cancel." - DIPLOMACY_OFFER_JOIN_FACTION_ACTION_DESC:0 "Invite them to join our faction." - DIPLOMACY_OFFER_JOIN_FACTION_ACTION_DETAILED_DESC:0 "Staged coups between you and them will automatically cancel if they join your faction" - DIPLOMACY_OFFER_JOIN_FACTION_KICKED_BY_YOU_RECENTLY:1 "$COUNTRY|UY$ has been kicked from the faction recently. You can't reinvite them back before $DATE|Y$" - DIPLOMACY_KICK_FROM_FACTION_TITLE:0 "Kick From Faction" - DIPLOMACY_KICK_FROM_FACTION_ACTION_DESC:0 "Kick them from our faction." - DIPLOMACY_KICK_FROM_FACTION_POPUP_DESC:1 "$COUNTRY|UY$ will be forced to leave from $FACTION|Y$.\n\nThe countries you kick might retaliate against you.\n\nAre you sure you want to kick $COUNTRY|Y$ from your faction?" - DIPLOMACY_KICK_FROM_FACTION_PLAYER_MESSAGE:1 "$COUNTRY|U$ kicked you out from $FACTION$" - DIPLOMACY_KICK_FROM_FACTION_IS_A_SUBJECT:1 "$COUNTRY|UY$ is a subject of $MASTER|H$" - DIPLOMACY_KICK_FROM_FACTION_IS_A_NEW_MEMBER:1 "$COUNTRY|UY$ has joined the faction recently. You can't kick it before $DATE|Y$" - DIPLOMACY_JOIN_FACTION_ACTION_DETAILED_DESC:0 "Staged coups between you and them will automatically cancel if you join their faction" - DIPLOMACY_JOIN_FACTION_DESC:0 "Ask $COUNTRY|H$ to join $FACTION|H$. This will allow you to call each other to war. The faction leader is $LEADER|H$.\nIf you have sent any volunteers to the faction members, they will be sent back." - DIPLOMACY_ESPIONAGE_TITLE:0 "Espionage" - DIPLOMACY_ESPIONAGE_DESC:0 "$SPY|Y$ will $MISSION|Y$." - DIPLOMACY_ESPIONAGE_ACTION_DESC:0 "Control espionage missions towards them" - DIPLOMACY_ESPIONAGE_NO_SPY:0 "You do not have any spies" - DIPLOMACY_ESPIONAGE_NO_SPY_SELECTED:0 "Please choose an agent and a mission for the agent!" - DIPLOMACY_ESPIONAGE_NO_MISSION_SELECTED:0 "$SPY|H$ will remain $MISSION|H$" - DIPLOMACY_ESPIONAGE_PROMPT:0 "Select new mission" - DIPLOMACY_NO_AT_WAR:0 "Is at war" - DIPLOMACY_SUPPORTING_ENEMY:0 "We are supporting their enemies: $ENEMIES|H$" - DIPLOMACY_SUPPORT_ENEMIES:0 "We support their enemies with volunteers or attachés: $LIST$" - DIPLOMACY_FACTION_NAME_LABEL:0 "§TFaction name: §!" - DIPLOMACY_DIPLOMACY:0 "Diplomacy" - DIPLOMACY_NO_FACTION:0 "§TNo faction§!" - DIPLOMACY_OPINION_VALUE:0 "$VALUE|+=$" - DIPLOMACY_OPINION_DECAY:0 "($VALUE|+=1$/month)" - DIPLOMACY_THREAT_VALUE:0 "$VALUE|-=$" - DIPLOMACY_TRUST:0 "Opinion: $VALUE|=$" - DIPLOMACY_TRUST_FACTOR:0 "Opinion: $FACTOR|=%$" - DIPLOMACY_TRUST_DECAY:0 " ($DECAY|=$)" - DIPLOMACY_NO_WARGOAL:0 "No war goal selected" - DIPLOMACY_SEND:0 "Send" - DIPLOMACY_STAGE_COUP_ALREADY_SEND:0 "You are already staging a coup in this country." - DIPLOMACY_CANCEL:0 "Cancel" - DIPLOMACY_SORT_ALPHABETICAL:0 "Sort by name" - DIPLOMACY_SORT_OPINION_THEIRS:0 "Sort by their opinion of us" - DIPLOMACY_SORT_OPINION_OURS:0 "Sort by our opinion of them" - DIPLOMACY_ACTION_IMMEDIATE_COST:0 "It will cost £pol_power $VALUE$ to start Improving Relations." - DIPLOMACY_ACTION_MAINTAIN_COST:0 "Cost to maintain: £pol_power $VALUE$ $FREQUENCY$" - DIPLOMACY_ACTION_COST:0 "Cost £pol_power $VALUE|-0$" - DIPLOMACY_SEND_ATTACHE_IMMEDIATE_COST:0 "It will cost £pol_power $VALUE$ to send an attaché." - DIPLOMACY_SEND_ATTACHE_REQUEST_DESC:1 "$COUNTRY|UY$ wants to help in our war efforts by sending military attaché. For that they will receive intel and military experience from us." - CP_ATTACHE:0 "Sending attaché to $COUNTRY|H$" - DIPLOMACY_SEND_ATTACHE_CP_IMMEDIATE_COST:0 "It will use £command_power $VALUE$ to maintain the attaché." - DIPLOMACY_ACTION_NEGATIVE_COST_COMPACT:0 "£pol_power $VALUE|-0$ " - DIPLOMACY_ACTION_NEUTRAL_COST_COMPACT:0 "£pol_power $VALUE|Y0$ " - DIPLOMACY_ACTION_CP_NEGATIVE_COST_COMPACT:0 "£command_power $VALUE|-0$ " - DIPLOMACY_ACTION_CP_NEUTRAL_COST_COMPACT:0 "£command_power $VALUE|Y0$ " - DIPLOMACY_NOT_ENOUGH_POLITICAL_POWER:0 "Not enough political power." - NO_WAR_WIL_ACC:0 "No need for Military access when at peace" - DIPLOMACY_SELECT_WARGOAL_TYPE:0 "Select a war goal type" - DIPLOMACY_SELECT_WARGOAL_STATE:0 "Select §Y1§! - $LIMIT|Y$ state(s)" - DIPLOMACY_GAIN_WARGOAL:0 "War goal gained" - COUNTRYLIST_LABEL:0 "Country" - DIPLOMACY_LEND_LEASE_TITLE:0 "Start Lend lease" - DIPLOMACY_LEND_LEASE_EXISTING_TITLE:0 "Modify the Lend lease" - DIPLOMACY_LEND_LEASE_ACTION_DESC:0 "We can support other countries who are at war, by sending them equipment." - DIPLOMACY_LEND_LEASE_CANCEL_TITLE:0 "Cancel the Lend lease" - DIPLOMACY_LEND_LEASE_CANCEL_ACTION_DESC:0 "Stop sending equipment to current country." - DIPLOMACY_LEND_LEASE_EXISTING_ACTION_DESC:0 "We can support other countries who are at war, by sending them equipment." - DIPLOMACY_LEND_LEASE_DEAL_DESC:0 "$SENDER|U$ wants to provide" - DIPLOMACY_LEND_LEASE_DEAL_POSTFIX:0 "On a $TIME$ basis." - DIPLOMACY_LEND_LEASE_DEAL_DECLINE_POSTFIX:0 "§RDeclining§! will stop any lend lease from $ACTOR$" - DIPLOMACY_LEND_LEASE_CONVOYS_REQUERD:0 "This lend lease will require $VALUE|H$ convoys." - DIPLOMACY_LEND_LEASE_HEADER_EQUIPMENT:0 "Equipment" - DIPLOMACY_LEND_LEASE_PRODUCTION:0 "Our production" - DIPLOMACY_LEND_LEASE_HEADER_IN_STORAGE:0 "In storage" - DIPLOMACY_LEND_LEASE_HEADER_PRODUCING:0 "Producing" - DIPLOMACY_LEND_LEASE_HEADER_LL:0 "Lend leasing" - DIPLOMACY_LEND_LEASE_AMOUNT_AND_FREQ_DESC:0 "Choose the amount of the equipment to be delivered each month." - DIPLOMACY_LEND_LEASE_SET_FROM_PRODUCTION:0 "Or choose a percentage of current production." - DIPLOMACY_LEND_LEASE_REASON_ENEMY:0 "We can't lend lease with enemies." - DIPLOMACY_LEND_LEASE_REASON_TARGET_AT_WAR:0 "To send the lend lease, @$TAG$$WHO|H$ must be at war." - DIPLOMACY_LEND_LEASE_REASON_PUPPET:0 "We can always lend-lease equipment to our puppets." - DIPLOMACY_LEND_LEASE_REASON_PUPPET_DESC:0 "It will lower their autonomy" - DIPLOMACY_LEND_LEASE_SLIDER_PERC:0 "$PERC|Y0%$ ($NUM|Y$)" - DIPLOMACY_LEND_LEASE_SLIDER_SET:0 "Set" - DIPLOMACY_LEND_LEASE_NUMBER:1 "Monthly" - DIPLOMACY_LEND_LEASE_DAILY:0 "Daily" - DIPLOMACY_LEND_LEASE_PERCENT:0 "Percent" - DIPLOMACY_LEND_LEASE_ONCE:0 "Once" - DIPLOMACY_LEND_LEASE_NEXT_SHIPMENT:0 "Next shipment:" - DIPLOMACY_LEND_LEASE_NO_EQUIPMENT_CATEGORY:0 "No equipment for lend-lease available in this category" - DIPLOMACY_LEND_LEASE_DAILY_DESC_NUMBER:0 "Units Daily" - DIPLOMACY_LEND_LEASE_DAILY_DESC_PERCENT:0 "Of Daily Production" - DIPLOMACY_LEND_LEASE_DESC_NUMBER:0 "Units Monthly" - DIPLOMACY_LEND_LEASE_DESC_PERCENT:0 "Of Monthly Production" - DIPLOMACY_LEND_LEASE_DESC_ONCE:0 "Units" - DIPLOMACY_LEND_LEASE_IN_STOCK_VALUE:0 "$VALUE|0^W$" - DIPLOMACY_LEND_LEASE_RECEIVE:0 "We receive:" - DIPLOMACY_LEND_LEASE_CANCEL:0 "Cancel" - DIPLOMACY_LEND_LEASE_SEND:0 "We send:" - DIPLOMACY_LEND_LEASE_NUMBER_TOOLTIP:0 "Select a number of equipment units to send monthly." - DIPLOMACY_LEND_LEASE_DAILY_TOOLTIP:0 "Select a number of units to send daily." - DIPLOMACY_LEND_LEASE_DAILY_PERCENT_TOOLTIP:0 "Select a percentage of daily production to send." - DIPLOMACY_LEND_LEASE_PERCENT_TOOLTIP:0 "Select a percentage of monthly production to send." - DIPLOMACY_LEND_LEASE_ONCE_TOOLTIP:0 "Select a number of equipment units to send once." - DIPLOMACY_LEND_LEASE_EQUIPMENT_TOOLTIP:0 "Producing: $PRODUCING|Y$\nIn Storage: $STORAGE|Y$" - DIPLOMACY_LEND_LEASE_SELECT_ALL_IN_STOCKPILE:0 "Select all in your Stockpile" - DIPLOMACY_LEND_LEASE_DESELECT_ALL_IN_STOCKPILE:0 "Deselect all in your Stockpile" - LEND_LEASE_DETAILS_TOTAL_SINCE:0 "Total equipment delivered since $DATE|Y$:\n" - LEND_LEASE_DETAILS_HEADER:0 "§gEquipment : Required / Produced / Transported§!" - LEND_LEASE_DETAILS_ENTRY:2 " - $EQ|Y$: $REQ$/$COL$/$PREP|%2$" - LEND_LEASE_DETAILS_ENTRY_PERCENTAGE:2 " - $EQ|Y$: $REQ|%0$/$COL$ - $PREP|%2$" - LEND_LEASE_DETAILS_DELIVERY_EFFICIENCY:0 "Delivery efficiency $EFF$%." - LEND_LEASE_DETAILS_DELIVERED_NONE:0 "§RNone§!" - LEND_LEASE_DETAILS_NEXT_DELIVERY_DATE:0 "Next delivery expected in $DAY|Y$ days." - LEND_LEASE_DETAILS_NEXT_DELIVERY_ASAP:0 "Next delivery expected at §Yany time§!." - LEND_LEASE_DETAILS_EQUIPMENT_SUNK:0 "Equipment sunk since $DATE|Y$:" - LEND_LEASE_VEHICLES_BUTTON:0 "§TLend lease Armored Vehicles§!" - LEND_LEASE_VEHICLES_BUTTON_DISABLED:0 "§TWe do not produce Armored Vehicles equipment or have any in store§!" - INCOMING_LEND_LEASE_VEHICLES_BUTTON_DISABLED:0 "§TWe do not know about any Armored Vehicles equipment available for export§!" - LEND_LEASE_INFANTRY_BUTTON:0 "§TLend lease Infantry & Artillery Equipment§!" - LEND_LEASE_INFANTRY_BUTTON_DISABLED:0 "§TWe do not produce Infantry & Artillery equipment or have any in store§!" - INCOMING_LEND_LEASE_INFANTRY_BUTTON_DISABLED:0 "§TWe do not know about any Infantry & Artillery equipment available for export§!" - LEND_LEASE_AIRCRAFT_BUTTON:0 "§TLend lease Aircraft§!" - LEND_LEASE_AIRCRAFT_BUTTON_DISABLED:0 "§TWe do not produce Aircraft equipment or have any in store§!" - INCOMING_LEND_LEASE_AIRCRAFT_BUTTON_DISABLED:0 "§TWe do not know about any Aircraft equipment available for export§!" - LEND_LEASE_NAVAL_BUTTON:0 "§TLend lease Convoys§!" - LEND_LEASE_NAVAL_BUTTON_DISABLED:0 "§TWe do not produce Convoys equipment or have any in store§!" - INCOMING_LEND_LEASE_NAVAL_BUTTON_DISABLED:0 "§TWe do not know about any Convoys equipment available for export§!" - LEND_LEASE_CURRENT_HEADER:0 "Current Lend lease:" - LEND_LEASE_CURRENT_NONE:0 "No current Lend lease" - LEND_LEASE_PROMPT:0 "Select equipment to send monthly" - LEND_LEASE_CONVOYS_REQUIREMENT:0 "$USED$/$NEEDED$" - LEND_LEASE_CONVOYS_REQUIREMENT_DESC:1 "$COUNTRY|UH$ has $USED$/$NEEDED$ needed Convoys available." - LEND_DISABLED_PERCENTAGE:0 "§RYou are not producing this.§!" - DIPLOMACY_INCOMING_LEND_LEASE_TITLE:0 "Request Lend lease" - DIPLOMACY_INCOMING_LEND_LEASE_ACTION_DESC:0 "We can ask other countries to support us with equipment." - DIPLOMACY_INCOMING_LEND_LEASE_EXISTING_TITLE:0 "Modify Incoming Lend lease" - DIPLOMACY_INCOMING_LEND_LEASE_EXISTING_ACTION_DESC:0 "We can ask other countries to support us with equipment." - DIPLOMACY_INCOMING_LEND_LEASE_CANCEL_TITLE:0 "Cancel Incoming Lend lease" - DIPLOMACY_INCOMING_LEND_LEASE_CANCEL_ACTION_DESC:0 "Stop receiving equipment from current country." - DIPLOMACY_INCOMING_LEND_LEASE_REASON_ENEMY:0 "We can't request lend lease from our enemies." - DIPLOMACY_INCOMING_LEND_LEASE_REASON_TARGET_AT_WAR:0 "To request lend lease, we must be at war." - DIPLOMACY_INCOMING_LEND_LEASE_REASON_PUPPET:0 "We can always request lend-lease equipment from our master." - DIPLOMACY_INCOMING_LEND_LEASE_REASON_PUPPET_DESC:0 "It will lower our autonomy" - DIPLOMACY_REQUEST_LICENSED_PRODUCTION_TITLE:0 "Request License Production" - DIPLOMACY_MANAGE_LICENSED_PRODUCTION_EXISTING_TITLE:0 "Manage License Production" - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_REQUEST_LICENSED_PRODUCTION:1 "$COUNTRY|U$ Declined Our Request" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_REQUEST_LICENSED_PRODUCTION:0 "Our request for license production has been §Rdeclined§! by §Y$COUNTRY$§!." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_REQUEST_LICENSED_PRODUCTION:1 "$COUNTRY|U$ Accepted Our Request" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_REQUEST_LICENSED_PRODUCTION:0 "Our request for license production has been §Gaccepted§! by §Y$COUNTRY$§!." - DIPLOMACY_REQUEST_LICENSED_PRODUCTION_ACTION_DESC:1 "Request a license to produce foreign equipment for your own use." - DIPLOMACY_MANAGE_LICENSED_PRODUCTION_EXISTING_ACTION_DESC:0 "Request new licenses, or end licenses that are currently active." - DIPLOMACY_REQUEST_LICENSED_PRODUCTION_COST_DESC:0 "Expected cost: £civ_factory $COST$" - DIPLOMACY_REQUEST_LICENSED_PRODUCTION_REQUEST_DESC:1 "$COUNTRY|UY$ requests license production of: $LIST|Y$ \nThey will pay $COST|Y$ £civ_factory while the license is active." - DIPLOMACY_MANAGE_LICENSED_PRODUCTION_EXISTING_REQUEST_DESC:0 "$COUNTRY|UY$ requests additional production licenses for: $LIST|Y$ \nThey will pay a total of $COST|Y$ £civ_factory for all their active licenses." - DIPLOMACY_SHOW_ACTIVE_LICENSES:0 "Show §Hactive licenses§!" - DIPLOMACY_SHOW_AVAILABLE_LICENSES:0 "Show §Havailable licenses§!" - DIPLOMACY_CANCEL_LICENSED_PRODUCTION_TITLE:0 "Cancel Production Licenses" - DIPLOMACY_CANCEL_LICENSED_PRODUCTION_ACTION_DESC:0 "Cancel all production licenses that can be cancelled" - DIPLOMACY_REQUEST_ACCESS_TO_LICENCE_PRODUCTION_TITLE:0 "Negotiate Licenses" - DIPLOMACY_REQUEST_ACCESS_TO_LICENCE_PRODUCTION_ACTION_DESC:0 "Request access to see production licenses" - DIPLOMACY_REQUEST_ACCESS_TO_LICENCE_PRODUCTION_REQUEST_DESC:0 "$COUNTRY|H$ is asking to access your production to make a production license request" - DIPLOMACY_CANCEL_ACCESS_TO_LICENCE_PRODUCTION_ACTION_DESC:0 "Cancel their access to seeing our production licenses" - REQUEST_ACCESS_TO_LICENCE_PRODUCTION_DESC:0 "You need access to $TARGET|H$'s production in order to make a request for a production license request." - licence_production_access_receiver_desc:0 "$COUNTRY|UY$ is giving access to its production licenses to other countries." - licence_production_access_receiver_extended_desc:0 "$COUNTRY2|UY$ is giving access to $COUNTRY1|Y$ to its production" - licence_production_access_active:0 "has access to production of" - DIPLOMACY_CANCEL_ACCESS_TO_LICENCE_PRODUCTION_TITLE:0 "Cancel License Access" - CANCEL_ACCESS_TO_LICENCE_PRODUCTION_DESC:0 "Do you want to cancel $TARGET|H$'s access to your production? They will no longer be able to ask for production license requests." - INCOMING_LEND_LEASE_PROMPT:0 "Select equipment to receive monthly" - DIPLOMACY_INCOMING_LEND_LEASE_DEAL_DESC:0 "We request:\n$TYPE$" - DIPLOMACY_NO_POLITICAL_POWER:0 "We don't have any Political Power" - DIPLOMACY_LOW_STABILITY:0 "To stage a coup stability of a receiving nation should be below $MIN|0H%$ (currently $CURRENT|0H%$)" - DIPLOMACY_RELATIONS_TAB:0 "Diplomacy" - DIPLOMACY_INFO_TAB:0 "Details" - DIPLOMACY_IDEA_EMPTY:0 "Empty slot" - CAN_DEACTIVATE_AFTER:0 "Cannot be canceled until: $DATE|H$" - CAN_CANCEL_ALL_AFTER:0 "Any license can not be canceled until: $DATE|H$" - CAN_NOT_SEND_LICENSE_NO_ACTIONS:0 "§RNo actions selected§!" - CAN_NOT_SEND_LICENSE_NO_FACTORIES:0 "§RNot enough available civilian factories§!" - DIPLOMACY_ESTIMATED_VALUE:0 "$MIN$ - $MAX$" - DIPLOMACY_ESTIMATED_VALUE_ACCURATE:0 "$VALUE$" - THEY_DIFFERENT_FACTION:0 "We are not a member of their faction ($FACTION|Y$)" - DIPLOMACY_INTELLIGENCE:0 "Intelligence Information" - ESTIMATED_MILITARY_FORCES:0 "Estimated military ground forces in number of divisions" - ESTIMATED_NAVY_FORCES:0 "Estimated naval forces in number of ships" - ESTIMATED_AIR_FORCES:0 "Estimated air forces in number of planes" - ESTIMATED_CIVIL_INDUSTRY:0 "Estimated number of Civilian Factories" - ESTIMATED_MIL_INDUSTRY:0 "Estimated number of Military Factories" - ESTIMATED_NAVAL_INDUSTRY:0 "Estimated number of Naval Dockyards" - ESTIMATED_CONVOYS_ICON:0 "Estimated number of convoys for shipping and transportation" - ESTIMATED_MANPOWER:0 "Estimated manpower" - DIPLOMACY_ATTACKERS:0 "Attackers" - DIPLOMACY_DEFENDERS:0 "Defenders" - OPINIONSELF:0 "We love ourselves!" - OPINIONOF:0 "§T$WHO_ADJ|H$ opinion of @$TAG$$NAME|H$ is $VALUE$§!" - FABRICATE_CLAIMS_ONSUCCESS_TITLE:0 "Justify claim succeed on $COUNTRY$" - FABRICATE_CLAIMS_ONSUCCESS_MESSAGE:0 "Our spy $SPY$ was successful in justifying claims on §Y$COUNTRY$§!" - guarantee:0 "Guaranteeing" - guarantee_target:0 "Guaranteed" - danzig_for_guarantees:0 "Danzig for Guarantees" - betrayed_guarantee:1 "Guarantee Betrayed" - BREAKING_GUARANTEE_DESC:3 "If we decline we will break our guarantee. We will lose $STABILITY|H%$ Stability and $TARGET$'s opinion will change by $VALUE|H$" - at_war:0 "At war" - in_faction:0 "In faction" - military_access:0 "Military access" - lend_lease:0 "Lend/lease" - non_aggression_pact:0 "Non-aggression pact" - guarantee_active:0 "is guaranteeing the independence of" - at_war_active:0 "is at war" - COUNTRY_AT_WAR:1 "$COUNTRY|UH$ is at war" - COUNTRY_ALREADY_AT_OUR_WARS:1 "$COUNTRY|UH$ participates in all our available wars already" - WE_ALREADY_AT_COUNTRYS_WARS:0 "We participate in all $COUNTRY|H$'s wars already" - WE_AT_WAR_WITH_COUNTRY_FRIEND:0 "We are at war against a country that is fighing a war together with $COUNTRY|H$" - WE_FRIENDS_WITH_COUNTRY_AT_WAR:0 "We are fighing a war together with a country that is at war with $COUNTRY|H$" - in_faction_active:0 "is in faction with" - military_access_active:0 "is getting military access from" - offer_military_access_active:0 "is giving military access to" - docking_rights_active:0 "is getting docking rights from" - offer_docking_rights_active:0 "is giving docking rights to" - lend_lease_active:0 " has a lend/lease deal with" - non_aggression_pact_active:0 "has a non-aggression pact with" - improve_relation_active:0 "is improving relations with" - send_attache_active:0 "sent attaché to" - DIPLOMACY_OPEN:0 "§GClick to open Diplomacy with @$TAG$$COUNTRY|H$§!" - DIPLOMACY_FACTION:1 "§T@$TAG$$TARGET|UH$ is a member of $FACTION|H$§!" - DIPLOMACY_FACTION_LEADER:1 "§T@$TAG$$TARGET|UH$ is the faction leader of $FACTION|H$§!" - DIPLOMACY_FACTION_OTHER_MEMBERS:0 "§TOther members of $FACTION|H$ are:§!" - DIPLOMACY_NOFACTION:1 "§T$TARGET|UH$ is not a member of any faction.§!" - DIPLOMACY_FACTION_DESC:0 "A faction is a coalition of nation states that are allied to each other. If someone declares war on a faction member, all other faction members will automatically join the war. Faction members can be asked to join offensive wars, but they may refuse.\n\nOnly the faction leader may invite new members to the faction." - anti_comintern_pact_opinion:0 "Anti-Comintern Pact Signatory" - anti_soviet_pact_call_refused:0 "Refused To Honor Anti-Soviet Pact" - refused_anti_comintern_pact_opinion:0 "Rejected Anti-Comintern Pact" - tripartite_pact_opinion:1 "Anti-Soviet Pact Signatory" - refused_tripartite_pact_opinion:1 "Rejected Anti-Soviet Pact" - pact_against_us:0 "Anti-Comintern Pact Signatory" - worse_pact_against_us:1 "Anti-Soviet Pact Signatory" - condemn_aggression:0 "Condemned Aggression" - western_betrayal:0 "Western Betrayal" - offered_support:0 "Offered Support" - abandoned_czechs:0 "Abandoned Czechoslovakia" - abandoned_yugoslavia:0 "Abandoned Yugoslavia" - MR_pact:0 "Molotov-Ribbentrop Pact" - refused_MR_pact:0 "Refused Molotov-Ribbentrop Pact" - MR_pact_fascists:0 "Molotov-Ribbentrop Pact" - FACTION_NAME_IS_AVALIABLE:0 "§GFaction Name Is Available§!" - FACTION_NAME_IS_EXISTS:0 "§RFaction Name Already Exists§!" - FACTION_NAME_IS_EMPTY:0 "§RFaction Name Is Empty!§!" - DAYS_TRANSFER:0 "$DAYS|H$ Days" - fascists_in_government:0 "Fascists in Government" - communists_in_government:0 "Communists in Government" - refused_help:0 "Refused to Help" - took_stand_for_us:0 "Stood up for us" - same_ruling_party:0 "Same Ruling Party" - similar_ruling_party:0 "Same Ideology" - different_party_types:0 "Different Ideology" - allow_elections:0 "We don't trust those democrats." - allow_elections_dictator:0 "We don't trust those dictators." - protest_action:0 "Protest action" - protest_action_light:0 "Light protest" - protest_action_strong:0 "Harsh protest" - CHANGE_SPY_MISSION_TITLE:0 "Change Spy Mission" - CHANGE_SPY_MISSION_DESC:0 "Are you sure $SPY|H$ should not $MISSION|H$ in $COUNTRY|H$" - CHANGE_SPY_MISSION_ON_STANDBY_DESC:0 "Are you sure $SPY|H$ should not be $MISSION|H$?" - CANCEL_SPY_MISSION_TITLE:0 "Cancel Spy Mission" - CANCEL_SPY_MISSION_DESC:0 "Are you sure $SPY|H$ should cancel $MISSION|H$?" - FACTIONLEADER_WARLIST:1 "$COUNTRY|UH$ is currently at war with:\n$WARLIST|R$" - MAPMODE_ENEMY:1 "§T$COUNTRY|UH$ is at war with us.§!" - MAPMODE_FACTION:1 "§T$COUNTRY|UH$ are a part of our faction.§!" - MAPMODE_GOOD_OPINION:1 "§T$COUNTRY|UH$ has a very good opinion of us.§!" - MAPMODE_BAD_OPINION:1 "§T$COUNTRY|UH$ has a very bad opinion of us.§!" - MAPMODE_ENEMY_TARGET:1 "§T$COUNTRY|UH$ is at war with $FROM|H$.§!" - MAPMODE_FACTION_TARGET:1 "§T$COUNTRY|UH$ are a part of a faction with $FROM|H$.§!" - MAPMODE_GOOD_OPINION_TARGET:1 "§T$COUNTRY|UH$ has a very good opinion of $FROM|H$.§!" - MAPMODE_BAD_OPINION_TARGET:1 "§T$COUNTRY|UH$ has a very bad opinion of $FROM|H$.§!" - REPLY_YES:0 "§YThey will accept§!" - REPLY_NO:0 "§YThey will NOT accept§!" - REPLY_NOT_NEEDED:0 "§YAcceptance not required§!" - DR_WAR_REASON:1 "§Y$THEM|U$§! is at war: " - DR_BASE_RELUCTANCE:0 "Base Reluctance: " - DR_STRATEGY_ACCEPTANCE:0 "§Y$US|U$§! has strategic reasons to accept: " - DR_STRATEGY_RELUCTANCE:0 "§Y$US|U$§! has strategic reasons to reject: " - DR_MAJOR:1 "§Y$US|U$§! is a major nation: " - DR_IDEOLOGICAL_ACCEPTANCE:1 "§Y$US|U$§! is likely to accept $IDEOLOGY|Y$ pressure: " - DR_LICENSE_ACCEPTANCE:1 "§Y$THEM|U$§! is more likely to accept §YLicense Production Requests§! from §Y$US$§!: " - DR_STRATEGIC_HOSTILITY:1 "§Y$US|U$§! has strategic reasons to be hostile to §Y$THEM$§!: " - DR_STRATEGIC_NOT_HOSTILITY:0 "§Y$US|U$§! has strategic reasons to remain neutral to §Y$THEM$§!: " - DR_STRATEGIC_FRIENDSHIP:1 "§Y$US|U$§! has strategic reasons to be friendly to §Y$THEM$§!: " - DR_STRATEGIC_NOT_FRIENDSHIP:0 "§Y$US|U$§! has strategic reasons to be not friendly to §Y$THEM$§!: " - DR_STRATEGIC_ALLIANCE:1 "§Y$US|U$§! has strategic reasons to ally §Y$THEM$§!: " - DR_STRATEGIC_SUPPORT:2 "§Y$US|U$§! has strategic reasons to support §Y$THEM$§!: " - DR_STRATEGIC_NOT_ALLIANCE:0 "§Y$US|U$§! has strategic reasons to not ally §Y$THEM$§!: " - DR_STRATEGIC_NOT_SUPPORT:0 "§Y$US|U$§! has strategic reasons to not support §Y$THEM$§!: " - DR_STRATEGIC_CONTAIN:1 "§Y$US|U$§! wants to contain the aggression of §Y$THEM$§!: " - DR_STRATEGIC_NEUTRALITY_THREAT:1 "§Y$US|U$§! is feeling threatened by us: " - DR_STRATEGIC_DONT_JOIN:1 "§Y$US|U$§! has strategic reasons to not join the war: " - DR_PLAYER_ASKING_FACTION:1 "§Y$THEM|U$§! is a player: " - DR_OPINION:1 "§Y$US|U$§! opinion of §Y$THEM$§!: " - DR_OPINION_DIPLOMATIC_PRESSURE:1 "£operative_mission_icons_small|7£ Diplomatic Pressure: " - DR_YEARS_DIFFERENCE:0 "Tech difference of requested equipment: " - DR_LEND_LEASE:0 "The help is welcome: " - DR_LEND_LEASE_NO_EQUIPMENT_OR_REQUEST_HAS:1 "$SENDER|UH$ has insufficient equipment or §Ywe§! have too much equipment in stockpile." - DR_VOLUNTEER:0 "The help is welcome: " - DR_ATTACHE:0 "The help is welcome: " - DR_ATTACHE_LOW_OPINION:0 "Too low opinion about us: " - DR_CONTAIN_SUPPORT:0 "They want to contain a country we are or may be fighting: " - DR_PROTECT_AGAINST:0 "They feel protective against at least one country we consider enemy: " - DR_WANTS_ACCESS:1 "§Y$US|U$§! wants access through §Y$THEM$§!: " - DR_AI_CHEAT:0 "AI Acceptance Cheat: " - DR_AI_UNABLE_TO_ACCEPT:0 "Unable to accept this deal: " - DR_DEFENSIVE_WAR:0 "Being called to a defensive war: " - DR_OFFENSIVE_WAR:0 "Democracy being called to an offensive war: " - DR_GUARANTEE:1 "§Y$US|U$§! is guaranteed by §Y$THEM$§!: " - DR_GUARANTEEING:1 "§Y$US|U$§! is guaranteeing §Y$THEM$§!: " - DR_SAME_IDEOLOGY:0 "§Y$THEM|U$§! has the same ideology: " - DR_FACTION_LOW_TENSION:0 "World tension is §R$TENSION_DIFF$§! too low for §Y$THEM$§! to enter a faction with §Y$US$§!" - DR_FACTION_TENSION:0 "World tension: §G$TENSION_DIFF$§!" - DR_FACTION_SURRENDER:1 "§Y$THEM|U$§! is losing a war: " - DR_FACTION_WRONG_IDEOLOGY:0 "Different Ideology: " - DR_FACTION_NEUTRALITY:0 "Non-Aligned: " - DR_FACTION_MATCHING_MAJOR:1 "§Y$THEM|U$§! is same ideology major: " - DR_FACTION_NEITHER_AT_WAR:0 "Neither they nor we are at war: " - DR_FACTION_WAR_RELUCTANCE_WAR:0 "We have a war that they may be drawn in to: " - DR_FACTION_CIVIL_WAR_RELUCTANCE:0 "In civil war: " - DR_FACTION_SAME_WAR:0 "We are in the same side in a war: " - DR_TOO_INSIGNIFICANT:0 "We are insignificant compared to them: " - DR_FACTION_BOTH_LOSING_WAR:0 "Both them and us are losing wars: " - DR_THEM_PUPPET:1 "§Y$THEM|U$§! is a puppet of §Y$US$§!: " - DR_TOO_MUCH_THREAT:1 "§Y$US|U$§! generated too much world tension compared the faction: " - DR_US_PUPPET:1 "§Y$US|U$§! is a puppet of §Y$THEM$§!: " - DR_NOT_READY:1 "§Y$THEM|U$§! is not ready for war against §Y$ENEMY$§!: " - DR_TOO_DANGEROUS:1 "§Y$THEM|U$§! has dangerous borders against the enemies." - RULER_OF:0 "Leader of @$TAG$$COUNTRY|Y$" - DR_BORDERS_ENEMY:1 "$US|U$ has a border with $ENEMY$: " - DR_HAS_CORE_ON_ANY_STATE:1 "$COUNTRY|UY$ has at least one of the targeted states as a Core: " - DR_HAS_CLAIM_ON_ANY_STATE:1 "$COUNTRY|UY$ has a claim on at least one of the targeted states: " - DR_TRUST_THE_PLAYER:1 "$COUNTRY|UY$ trusts the judgement of fellow faction member: " - DR_NOT_CONTROLING_ENOUGH_TERRITORY:1 "$COUNTRY|UY$ does not control enough occupied territory to want to give any away: " - DR_NOT_ENOUGH_PARTICIPATION:1 "$COUNTRY|UY$ thinks that handing you control of occupation would give you an unfair share of occupied territory: " - DR_NO_PARTICIPATION:1 "$COUNTRY|UY$ will not give you control of any states since you do not have any war participation" - DR_TRUCE_BREAK:0 "This would force them to break a truce, costing them £pol_power $COST|Y0$: " - fabricate_claim:0 "Justify claim" - fabricate_claim_general_desc:0 "By justifying a claim to someone else's land we can justify a war with them to our population." - spy_fabricate_claim_desc:0 "$SPY|H$ is justifying a claim on $STATE|Y$ in $TARGET|Y$.\nHas done $PROGRESS|G%1$." - DIPLOMACY_ESPIONAGE_SELECT_STATE:0 "Select a state for the mission" - DIPLOMACY_ESPIONAGE_FABRICATE_CLAIM_IN_STATE:0 "Send $SPY|Y$ to fabricate claim on $STATE|Y$." - NO_FACTION:1 "" - WARGOAL_THREAT_VALUE:0 "Justification of this war goal will increase world tension on $VALUE|Y%0$." - FACTION:0 "Faction" - FACTION_LABEL:0 "Faction:" - FACTIONS_LABEL:0 "Factions:" - MEMBERS_LABEL:0 "Members:" - STRENGTH_LABEL:0 "Strength:" - OPEN_COUNTRY_LIST:0 "Open Country List" - OUR_FEAR:0 "Our fear of them: $FEAR|H$" - THEIR_FEAR:0 "Their fear of us: $FEAR|H$" - troops_on_our_borders:0 "Troops on our borders:" - puppet_opinion:0 "Puppet:" - puppet_active:0 "is master of" - fleets_on_our_borders:0 "Fleets on our borders:" - long_term_trade_partner:0 "Trade partners" - sov_ger_treaty:0 "Soviet-German Treaty" - sov_ger_treaty_trade:0 "Soviet-German Treaty" - SOV_FRA_join_comintern_reject:0 "Rejected France joining Comintern" - SOV_ultimatum_to_greece_thrace:0 "Forced Greece to give Thrace" - ger_sov_alliance_focus:0 "German-Soviet Alliance Focus" - ger_jap_diplomacy_focus:0 "German-Japanese Diplomacy Focus" - withdrew_advisors:0 "Withdrew Advisors" - ger_chi_diplomacy_focus:0 "German-Chinese Diplomacy Focus" - supported_the_chinese:0 "Supported the Chinese" - ger_tur_diplomacy_focus:0 "German-Turkish Diplomacy Focus" - ger_cze_diplomatic_focus:0 "German-Czechoslovakian Diplomacy Focus" - ger_ita_alliance_focus:0 "German-Italian Alliance Focus" - ger_spa_alliance_focus:0 "German-Spanish Alliance Focus" - ger_pol_diplomacy_focus:0 "German-Polish Diplomacy Focus" - ger_naval_intimidation_focus:0 "German Naval Intimidation Focus" - GER_anschluss_rejected:0 "Austria refused Anschluss" - GER_demand_sudetenland_rejected:0 "Czechoslovakia refused Sudetenland" - GER_FRA_join_germany_reject:0 "Rejected France joining Axis" - GER_demand_slovenia_YUG:0 "Demanded Slovenia" - GER_first_vienna_award_GER:0 "First Vienna Award" - GER_first_vienna_award_other:0 "First Vienna Award" - GER_second_vienna_award_HUN_north:0 "Second Vienna Award" - GER_second_vienna_award_HUN_all:0 "Second Vienna Award" - GER_second_vienna_award_other:0 "Second Vienna Award" - GER_second_vienna_award_ROM_north:0 "Second Vienna Award" - GER_second_vienna_award_ROM_all:0 "Second Vienna Award" - GER_second_vienna_award_noland:0 "Second Vienna Award" - GER_first_ljubljana_award_GER:0 "First Ljubljana Award" - GER_first_ljubljana_award_other:0 "First Ljubljana Award" - GER_second_ljubljana_award_GER:0 "Second Ljubljana Award" - GER_second_ljubljana_award_noland:0 "Second Ljubljana Award" - GER_second_ljubljana_award_other:0 "Second Ljubljana Award" - GER_aided_in_ceremony_preparations:0 "Aided in Ceremony Preparations" - GER_treaty_of_craiova_GER:0 "Treaty Of Craiova" - GER_treaty_of_craiova_noland:0 "Treaty Of Craiova" - GER_treaty_of_craiova_other:0 "Treaty Of Craiova" - ROM_seek_alliance_GER:0 "Seeking Revenge Against Soviet" - ROM_seek_alliance_SOV:0 "Seeking Revenge Against Germany" - befriended_the_dutch:0 "Befriended the Dutch" - claimed_western_yugoslavia:0 "Claimed Western Yugoslavia" - ita_supported_spain_civil_war:0 "Volunteers in Civil War" - ita_diplomacy_focus:0 "Italian Diplomacy Focus" - ITA_FRA_woo_italy_reject:0 "Rejected French faction" - pact_of_steel_opinion:0 "Pact of Steel" - anti_fascist_diplomacy_focus:0 "Anti-Fascist Diplomacy Focus" - anti_fascist_diplomacy_fascists:0 "Anti-Fascist Diplomacy Focus" - anti_capitalist_diplomacy_focus:0 "Anti-Capitalist Diplomacy Focus" - anti_capitalist_diplomacy_capitalists:0 "Anti-Capitalist Diplomacy Focus" - operation_zet_chi:0 "Operation Zet" - operation_zet_jap:0 "Operation Zet" - middle_east_expansionism:0 "Middle Eastern Expansionism" - border_conflict_reconciled:0 "Border Conflict Reconciled" - threat_to_baltic:0 "Claims in Baltic" - claimed_bessarabia:0 "Claimed Bessarabia" - claimed_bucovina:0 "Claimed Bucovina" - claimed_eastern_poland:0 "Claimed Eastern Poland" - war_plan_black:0 "War Plan Black" - war_plan_red:0 "War Plan Red" - war_plan_white:0 "War Plan White" - war_plan_orange:0 "War Plan Orange" - GUARANTEEE_COST2:0 "We currently guarantee $COUNT|Y$ nations, and guaranteeing $NAME|Y$ will then cost $COST|Y$£pol_power£, as each guarantee increases the cost.\n" - WARGOAL_COST_AT_WAR_WITH_MAJOR:1 "$COUNTRY|UY$ is in a major war: $VALUE$" - MISSING_PP:1 "Need £pol_power §Y$PP|0$§! more Political Power." - GU_NOT_THEY_ARE_TOO_POWERFUL:0 "They are too powerful compared to us, and our guarantee would not be taken seriously." - BORDER_WAR_POWER_DESC:0 "Combat values are defined by Divisions' Combat Strength and their Country's Doctrine Level" - BORDER_WAR_POWER:0 "Our Military Strength in the area: $VAL|*0H$" - BORDER_WAR_POWER_ENEMY:0 "Their Military Strength in the area: $VAL|*0H$" - BORDER_WAR_POWER_RATIO:0 "Military Strength Ratio in our favor: $VAL|2%H$" - BORDER_WAR_ATTRITION:0 "Attrition from Border Conflict: $VAL|=-%$" - BORDER_WAR_HEADER:0 "§HBorder Conflict§!" - BORDER_WAR_NOT_OURS:0 "§HThere is a border conflict in this state§!" - BORDER_WAR_LOSS:0 "We'll lose at $VAL|2%H$ Ratio or lower" - BORDER_WAR_WIN:0 "We'll win at $VAL|2%H$ Ratio or higher" - BORDER_WAR_HINT:0 "Move more divisions into the Border Conflict states in order to increase your Military Strength Ratio and reduce Border Conflict Attrition." - DIPLOMACY_SEND_EXP_FORCE_ACTION_DESC:0 "We can send expeditionary forces to help other countries in their war efforts." - DIPLOMACY_SEND_VOLUNTEERS_ACTION_DESC:0 "We can send volunteers to help other countries in their war efforts as long as they are not our allies." - SEND_VOL_TARGET_IS_ALLY:0 "We are allied with @$TAG$$WHO|H$. Sending volunteers to allies is not possible. Join their war and send expeditionary forces instead." - SEND_VOL_TARGET_AT_WAR:0 "To send them volunteer forces, @$TAG$$WHO|H$ must be at war." - SEND_VOL_TARGET_CAPITULATED:1 "@$TAG$$WHO|UH$ has capitulated." - SEND_VOL_WE_NOT_AT_WAR:1 "We need to be at peace to send volunteer forces." - SEND_VOL_SENT_VOL_TO_ENEMY:1 "We already sent volunteer forces to or received air permission from the enemy of @$TAG$$WHO|H$" - SEND_VOL_NOT_ENOUGH_DIVISIONS:0 "We need at least $NUM|H$ Divisions to be able to send volunteer forces." - SEND_VOL_CONTROL_OF_HOME:1 "@$TAG$$WHO|UH$ needs to control its home theater." - SEND_VOL_ENEMY_OF_FRIEND:1 "@$TAG$$WHO|UH$ is at war with our ally." - SEND_EXP_TARGET_AT_WAR:0 "To send them expeditionary forces, @$TAG$$WHO|H$ must be at war." - SEND_EXP_NOT_A_MASTER:0 "As a puppet we can only send expeditionary forces to our master." - SEND_EXPEDITIONARY_DESCRIPTION:0 "Send $SEND|H$ divisions.\nYou currently have $CURRENT|H$ divisions as expeditionary forces." - SEND_EXPEDITIONARY_DESCRIPTION_NO_DIVISIONS:1 "§RYou need to select one or more Armies to send.§!\nOnly divisions currently in provinces controlled by the target can be transferred.\nYou currently have $CURRENT|H$ divisions as expeditionary forces." - SEND_VOLUNTEERS_DESCRIPTION:0 "Send $SEND|H$ Divisions.\nYou have $CURRENT|H$ Divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_DESCRIPTION_NO_DIVISIONS:1 "§RYou need to select one or more Armies to send the offer.§!\nYou have $CURRENT|H$ divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_DESCRIPTION_NO_DIVISIONS_BUT_PLANES:0 "§RYou need to select either one or more Armies or select Air Volunteers to send the offer.§!\nYou have $CURRENT|H$ divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_DESCRIPTION_TOO_MANY_DIVISIONS:1 "§RYou have selected more divisions ($SEND$) than you're allowed to send. De-select some armies or split armies into smaller ones.§!\nYou have $CURRENT|H$ divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_CAP_REASON_DIVISIONS:0 "your number of Divisions" - SEND_VOLUNTEERS_CAP_REASON_PROVINCES:0 "number of their Provinces" - SEND_VOLUNTEERS_DESCRIPTION_ALL_SENT_BUT_PLANES_AVAILABLE:0 "§RYou have already sent as many divisions as you're currently allowed to send.§!\n§GSending air volunteers is available§!\nYou have $CURRENT|H$ divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_DESCRIPTION_ALL_SENT:0 "§RYou have already sent as many divisions as you're currently allowed to send.§!\nYou have $CURRENT|H$ divisions as volunteer forces and your maximum total limit is $MAX|H$ (limited by $LIMITREASON$)." - SEND_VOLUNTEERS_EAGER_AI:1 "§Y$THEM|U$§! would gladly accept any help to fight our common enemies: " - CAN_SEND_VOLUNTEERS:0 "Can send volunteer forces" - SEND_VOL_RULES_DONT_ALLOW:0 "Your country is not allowed to send volunteer forces." - alert_expeditionary_force_instant:0 "§HExpeditionary Forces§!" - alert_expeditionary_force_delayed:0 "You have expeditionary forces in this theater." - SEND_VOLUNTEER_REQUEST:1 "$FROM|UH$ wants to send $COUNT|H$ divisions as volunteers to help us out." - SEND_VOLUNTEER_REQUEST_PLANES:1 "$FROM|UH$ wants to send their air wings as volunteers to help us out." - SEND_VOLUNTEER_REQUEST_UNITS_AND_PLANES:1 "$FROM|UH$ wants to send $COUNT|H$ divisions and their air wings as volunteers to help us out." - SEND_EXPEDITIONARY_REQUEST:1 "$FROM|UH$ wants to send $COUNT|H$ divisions as expeditionary forces to help us out." - RETURN_ALL_EXPEDITIONARY_FORCES_DESC:0 "Return all expeditionary forces from $TARGET|H$. You have $COUNT|H$ divisions and will instantly regain control over them." - DIPLOMACY_GENERATE_WARGOAL_TITLE:0 "Justify War goal" - DIPLOMACY_GENERATE_WARGOAL_DESC:0 "War goal will cost you $DAILYCOST|Y$ Political Power and last $DAYS|Y$ days" - DIPLOMACY_GENERATE_WARGOAL_ACTION_DESC:0 "Justify a war goal against them." - DIPLOMACY_CANCEL_GENERATE_WARGOAL_TITLE:0 "Cancel Justification" - DIPLOMACY_CANCEL_GENERATE_WARGOAL_DESC:0 "Cancel $NAME|Y$ ($PROGRESS|Y0%$)" - DIPLOMACY_CANCEL_GENERATE_WARGOAL_ACTION_DESC:0 "Stop justifying war goal against country." - SEND_EXP_WE_NOT_AT_WAR:0 "Sending expeditionary forces is an act of aggression. We must fight alongside @$TAG$$WHO|H$ in a war first." - SEND_EXP_MUST_BE_IN_SAME_FACTION:0 "We must be at same faction to send expeditionary forces." - DIPLOMACY_REQUEST_EXP_FORCE_TITLE:0 "Request Forces" - DIPLOMACY_REQUEST_EXP_FORCE_ACTION_DESC:0 "Request control over a number of divisions from a puppet. Since you have such strong influence over their government, they will always accept." - - REQUEST_EXP_NOT_AI:0 "You can only request expeditionaries from AI controlled countries." - REQUEST_EXP_MUST_BE_IN_SAME_FACTION:0 "They are not in the same faction as you." - REQUEST_EXP_NOT_SHARING_WAR:0 "Sending expeditionary forces is considered an act of war and can't be done by a country that isn't in the war." - REQUEST_EXP_WE_ARE_NOT_AT_WAR:0 "You must be at war to receive expeditionary forces." - REQUEST_EXP_NOT_A_MASTER:0 "As a puppet, they can only send expeditionary forces to their master." - REQUEST_EXP_NOT_LEADER:0 "You are not the faction leader." - - REQUEST_EXP_TOO_MANY_EXP_FORCES:1 "This request exceeds their expeditionary force limit" - REQUEST_EXP_COUDLNT_FIND_UNITS_SUITABLE:1 "They don't think they have enough units suitable for this order" - REQUEST_EXP_COUDLNT_NO_ORDERS_TO_EVALUATE:0 "There are no orders in this request to evaluate" - REQUEST_EXP_KILLING_MY_EXPEDITIONARIES:1 "They took a lot of casualties under our orders" - REQUEST_EXP_WE_NEED_OUR_FORCES:1 "They claim to need their armies elsewhere" - - REQUEST_EXPEDITIONARY_FORCES_DESC:0 "Request control over $COUNT|H$ divisions from $TARGET|H$." - REQUEST_SLIDER:0 "$VAL$" - DIPLOMACY_WARGOAL_ADDED:1 "$COUNTRY|UH$ has added a new war goal: " - NO_VALID_EXPEDITIONS:0 "No valid units to send.\nUnits must be in provinces controlled by the target to be allowed." - NO_VALID_VOLUNTEERS:0 "No valid units to send." - REQUEST_AIR_VOLUNTEERS:0 "Request permission for up to $COUNT|H$ of our planes to join the war as volunteers." - REQUEST_AIR_VOLUNTEERS_SENT:0 "§RAir volunteer permission already received!§!" - holds_our_cores:0 "They hold our core provinces" - holds_our_claims:0 "They hold our claimed provinces" - claims_on_us:0 "They have claimed our territory!" - at_war_with_faction:0 "At war with our faction members" - NO_NATIONAL_FOCUS:0 "No National Focus set" - UNKNOWN_INFO:0 "Unknown Focus" - INTEL_IS_TOO_LOW_LOW:1 "Our intel is too low to get information about their current national focus progress." - INTEL_IS_TOO_LOW:1 "Our intel is too low to get information about what they have already achieved in their national focus tree." - justifying_war_goal:0 "War goal Justification" - DIPLOMACY_DEM_NO_THREAT_ON_DEPENDENDY:0 "It is not possible to justify war goals on each other in a puppet relationship." - DIPLOMACY_DEM_NO_THREAT_JUSTIFYING_WAR:0 "Democracies can't justify war goals against countries that have not generated world tension." - DIPLOMACY_TOO_LOW_TENSION:0 "We need world tension at $LIMIT|%0Y$ (currently: $TENSION|%0Y$)." - DIPLOMACY_TOO_LOW_TENSION_REASON:0 "Our world tension limit for this action due to:\n$REASON$" - DIPLOMACY_TOO_LOW_TENSION_REVERSED:0 "They need world tension at $LIMIT|%0Y$ (currently: $TENSION|%0Y$)." - DIPLOMACY_TOO_LOW_TENSION_REVERSED_REASON:0 "Their world tension limit for this action due to:\n$REASON$" - DIPLOMACY_TOO_LOW_TENSION_OTHER:1 "$WHO|U$ is $IDE$ and needs world tension at $LIMIT|%0Y$ to join faction (currently: $TENSION|%0Y$)." - DIPLOMACY_TENSION_REDUCTION_AT_WAR:0 "$AT_WAR|$: $AMOUNT|%0G$" - DIPLOMACY_JOIN_FACTION_AT_WAR_WITH:0 "We are at war with $NAME|Y$." - DIPLOMACY_OFFER_FACTION_AT_WAR_WITH:0 "They are at war with $NAME|Y$ who is a member of $FACTION$." - democratic_leanings_good:0 "Democratic leanings" - democratic_leanings_bad:0 "Democratic leanings" - fascism_leanings_good:0 "Fascist leanings" - fascism_leanings_bad:0 "Fascist leanings" - communism_leanings_good:0 "Communist leanings" - communism_leanings_bad:0 "Communist leanings" - neutrality_leanings_good:0 "Authoritarian leanings" - neutrality_leanings_bad:0 "Authoritarian leanings" - tizard_relations:0 "The Tizard mission" - tizard_refused:0 "Tizard mission refused" - sanctions:0 "Trade sanctions" - minor_sanctions:0 "Minor trade sanctions" - sanctions_relations:0 "Trade sanctions" - minor_sanctions_relations:0 "Minor trade sanctions" - burma_road_good:0 "The Burma road" - burma_road_bad:0 "The Burma road" - unholy_alliance_opinion:0 "Unholy Alliance" - unholy_alliance_trade:0 "Unholy Alliance" - ENG_guiding_the_colonies:0 "Guiding the Colonies" - ENG_three_nation_solution:0 "Three Nation Solution" - ENG_returned_our_territory:0 "Returned Our Territory" - ENG_maintaining_the_balance_of_power_bad:0 "Maintaining the Balance of Power" - ENG_maintaining_the_balance_of_power_good:0 "Maintaining the Balance of Power" - ENG_reassessed_continental_committments_bad:0 "Reassessed Continental Committments" - ENG_reassessed_continental_committments_good:0 "Reassessed Continental Committments" - ENG_broke_french_relations:0 "Broke French Relations" - DIPLOMACY_BOOST_PARTY_POPULARITY_TITLE:0 "Boost party popularity" - DIPLOMACY_BOOST_PARTY_POPULARITY_ACTION_DESC:0 "Try to increase support for a political party." - DIPLOMACY_BOOST_PARTY_POPULARTIY_ALREADY_BOOSTING:0 "Already boosting popularity of a party" - DIPLOMACY_BOOST_PARTY_POPULARTIY_CIVIL_WAR:0 "Can't boost popularity during a Civil War." - DIPLOMACY_BOOST_PARTY_POPULARTIY_NO_BOOSTABLE_PARTY:0 "You can't boost popularity of other ideologies and your ideology's popularity can't be boosted." - DIPLOMACY_BOOST_PARTY_POPULARITY_NO_PARTY_SELECTED:0 "Select an ideology to boost" - DIPLOMACY_BOOST_PARTY_POPULARITY_DESC:0 "Daily drift $DAILYDRIFT|Y$ will cost $DAILYCOST|Y$ Political Power per day" - indian_national_army_setup:0 "Indian National Army has been formed" - indian_independence_promised:0 "Indian independence has been promised" - DIPLOMACY_STAGE_COUP_TITLE:0 "Stage a coup" - DIPLOMACY_STAGE_COUP_ACTION_DESC:1 "Try to stage a coup on behalf of a political party in this country. \nCoup strength is determined by ideology support in the target nation." - DIPLOMACY_STAGE_COUP_EQUIPMENT_NEED:0 "The following equipment will be used to stage the coup:" - DIPLOMACY_STAGE_COUP_EQUIPMENT_ENTRY:0 "$EQUIPMENT$: $VALUE|0$" - DIPLOMACY_STAGE_COUP_ALREADY_STAGING:0 "Already staging a coup" - DIPLOMACY_STAGE_COUP_OTHER_ALREADY_STAGING:1 "$COUNTRY|UH$ is already staging a coup" - DIPLOMACY_STAGE_COUP_IN_CIVIL_WAR:0 "Cannot stage a coup if target is in a civil war" - DIPLOMACY_STAGE_COUP_IN_SAME_FACTION:0 "Cannot stage a coup if target is in same faction" - DIPLOMACY_CANCEL_STAGE_COUP_TITLE:0 "Cancel staging the coup" - DIPLOMACY_CANCEL_STAGE_COUP_ACTION_DESC:0 "Cancel staging coup in selected country." - DIPLOMACY_CANCEL_STAGE_COUP_DESC:0 "Cancel $NAME|Y$ ($PROGRESS|Y0%$)" - DIPLOMACY_SUCCESSFUL_COUP_TITLE:0 "Successful Coup" - DIPLOMACY_SUCCESSFUL_COUP_DESC:1 "$COUNTRY1|UH$ has successfully staged a coup in $COUNTRY2|H$. The fire of revolution now burns." - DIPLOMACY_FAILED_COUP_TITLE:0 "Unsuccessful Coup" - DIPLOMACY_FAILED_COUP_DESC:1 "$COUNTRY1|UH$ failed to stage a coup in $COUNTRY2|H$. $REASON$. All instigators were caught by police and executed." - DIPLOMACY_FAILED_COUP_REASON_EQUIPMENT:0 "It failed due to the lack of rebel equipment" - DIPLOMACY_FAILED_COUP_REASON_UNITY:0 "It failed due to high stability of targeted nation." - DIPLOMACY_FAILED_COUP_REASON_POPULARITY:0 "It failed due to the low political support for our ideology" - DIPLOMACY_CIVIL_WAR_FAILED:0 "World already burns in flames, people refuse to support any kinds of revolutions!" - DIPLOMACY_CIVIL_WAR_ALREADY_AT_WAR_FAILED:0 "It failed due to already ongoing war in the country." - DIPLOMACY_CIVIL_WAR_INSTANT_FAILED:0 "It failed due to the low political support for our ideology" - DIPLOMACY_ACTIVITIES_WARGOAL_MODIFIER:0 "Ongoing war justifications: $VALUE|1-=%$" - COUP_STRENGTH_TOOLTIP:1 "§HCoup strength§! is determined by the popularity of the supported ideology in the target country. \n\nA coup attempt will be stronger the lower the £stability_texticon §YStability§! of the target is, and weaker if you fail to send all the equipment required." - COUP_SMALL_TOOLTIP:0 "In a small country a coup will automatically succeed without triggering a civil war, as long as the ideology has at least $POPULARITY|%1H$ support. With less than this the coup will fail. Current support is $CURRENT$" - COUP_CURRENT_FILLED:0 "§G$VALUE|1$%§!" - COUP_CURRENT_NOT_FILLED:0 "§R$VALUE|1$%§!" - unprovoked_aggression:0 "Unprovoked aggression" - scandinavian_intervention:0 "Scandinavian intervention" - ger_ita_tech_treaty:0 "Technology treaty" - ger_ita_tech_treaty_rejected:0 "Rejected treaty" - pan_slavic_opinion:0 "Pan-Slavic Rhetoric" - lend_leased_spanish_civil_war:0 "Aided in Spanish Civil War" - anti_german_coup:0 "Anti-German Coup" - rejected_demands:0 "Rejected Demands" - boost_party_popularity_active:0 "boosting party popularity in" - DIPLOMACY_BOOST_PARTY_POPULARITY_IDEOLOGY:0 "$IDEOLOGY$ ($PARTY$): $POPULARITY|0%$ ($CHANGE$)" - DIPLOMACY_BOOST_PARTY_POPULARITY_IDEOLOGY_NO_PARTY:0 "No party with $IDEOLOGY$ in country" - DIPLOMACY_CANCEL_BOOST_PARTY_POPULARITY_ACTION:0 "Cancel boost popularity" - DIPLOMACY_CANCEL_BOOST_PARTY_POPULARITY_ACTION_DESC:0 "Cancel boost popularity" - DIPLOMACY_CANCEL_BOOST_PARTY_POPULARITY_TITLE:0 "Cancel boost popularity" - DIPLOMACY_CANCEL_BOOST_PARTY_POPULARITY_DESC:0 "Do you want to cancel?" - THEY_WILL_RECEIVE:0 "They will receive:" - DIPLOMACY_IMPROVERELATION:0 "Improving relations" - DIPLOMACY_SEND_ATTACHE:0 "Send attaché" - DIPLOMACY_RETURN_ATTACHE:0 "Recall attaché" - DIPLOMACY_SEND_ATTACHE_TITLE:0 "Send attaché" - DIPLOMACY_SEND_ATTACHE_DESC:1 "We will receive:" - DIPLOMACY_SEND_ATTACHE_SHOULD_BE_AT_WAR:1 "To send the military attaché, @$TAG$$WHO|H$ must be at war." - DIPLOMACY_SEND_ATTACHE_DETAILED_DESC:0 "- Military intelligence data sharing\n- $XPSHARE|0%H$ of their army experience gain\n- $MODIFIER$\n" - DIPLOMACY_SEND_ATTACHE_TO_MASTER:0 "- Our autonomy daily gain: £autonomy_texticon $AUTONOMY|+$" - DIPLOMACY_SEND_ATTACHE_TO_PUPPET:0 "- Their autonomy daily gain: £autonomy_texticon $AUTONOMY|+$" - DIPLOMACY_SEND_ATTACHE_ACTION_DESC:1 "Sending an attaché will result in higher military cooperation and give us benefits in developing our strength." - DIPLOMACY_RETURN_ATTACHE_TITLE:0 "Recall attaché" - DIPLOMACY_RETURN_ATTACHE_DESC:0 "Recall our military attaché" - DIPLOMACY_RETURN_ATTACHE_ACTION_DESC:0 "Recall Attaché." - DIPLOMACY_BOOST_PARTY_POPULARITY:0 "Boosting ideology" - GUARANTEE_ACTION_THREAT:0 "Guaranteeing Independence of $TARGET|Y$" - REVOKE_GUARANTEE_ACTION_THREAT:0 "Revoking guarantee Independence of $TARGET|Y$" - communist_collaborators:0 "Communist collaborators!" - unholy_alliance:0 "Unholy alliance" - destroyers_for_bases_opinion:0 "Destroyers for Bases" - SEND_VOLUNTEERS_INFO:0 "\nSent divisions will be removed from the map while in transit and will return to the map in the target country when the transfer is completed. Divisions cannot be called home, but will return automatically if you end up in war or the target country is at peace." - VOLUNTEER_MESSAGE_ARRIVED:0 "The $COUNT|H$ divisions you sent to $RECEIVER|H$ have arrived in $LOCATION|H$." - VOLUNTEER_MESSAGE_REINFORCEMENTS_ARRIVED:0 "The $COUNT|H$ divisions $SENDER|H$ promised you have arrived in $LOCATION|H$ to fight on our side!" - VOLUNTEER_MESSAGE_RETURNED:0 "Volunteer forces that have been fighting in $SENDER|H$ have returned home in $LOCATION|H$." - VOLUNTEERS_ARRIVED_TITLE:0 "Volunteer forces ready to fight!" - VOLUNTEER_REINFORCEMENTS_TITLE:0 "Volunteers coming to our aid!" - VOLUNTEERS_RETURNED_TITLE:0 "Forces return home!" - SEND_VOLUNTEERS_GENERATE_THREAT:0 "\n\nWill generate §H$THREAT|1$%§! threat.\n" - SEND_VOLUNTEER_THREAT:0 "Sent $COUNT$ volunteer divisions to $TARGET$" - DIPLOMACY_WAR_NO_WAR_WITH_MAJOR:0 "Emergency war declaration powers can be enacted if we are already at war with a credible threat (The enemy must have at least $LIMIT|Y0%$ of our industry, currently they have only $RATIO|Y0%$)." - DIPLOMACY_WAR_NO_WAR_WARGOAL_NO_NEIGBOR_WARS:0 "We can only declare unjustified wars against our neighbors and countries that are already at war with our faction members and neighbor them." - DYPLOMACY_FILTER_CONTINENTS:0 "Continents" - DYPLOMACY_FILTER_IDEOLOGIES:0 "Ideologies" - DYPLOMACY_FILTER_FACTIONS:0 "Factions" - small_decrease:0 "Decrease in opinion" - medium_decrease:0 "Decrease in opinion" - large_decrease:0 "Decrease in opinion" - small_increase:0 "Increase in opinion" - medium_increase:0 "Increase in opinion" - large_increase:0 "Increase in opinion" - FRA_ban_communism:0 "Banned Communism" - FRA_leftist_rhetoric_communism:0 "Leftist Rhetoric" - FRA_leftist_rhetoric_democratic:0 "Leftist Rhetoric" - FRA_leftist_rhetoric_fascism:0 "Leftist Rhetoric" - FRA_right_wing_rhetoric_communism:0 "Right Wing Rhetoric" - FRA_right_wing_rhetoric_democratic:0 "Right Wing Rhetoric" - FRA_right_wing_rhetoric_fascism:0 "Right Wing Rhetoric" - FRA_extend_the_maginot_line_focus_neg:0 "Extend the Maginot Line" - FRA_extend_the_maginot_line_focus_pos:0 "Extend the Maginot Line" - FRA_go_with_britain_reject:0 "Rejected France joining Allies" - FRA_scw_intervention_nationalists_SPA:0 "Nationalist Intervention" - FRA_scw_intervention_nationalists_SPR:0 "Nationalist Intervention" - FRA_scw_intervention_republicans_SPA:0 "Republican Intervention" - FRA_scw_intervention_republicans_SPR:0 "Republican Intervention" - monroe_doctrine_trade:0 "Monroe Doctrine" - ENG_imperial_trade:0 "Imperial Trade" - balkan_strategy_good:0 "Balkan Strategy" - balkan_strategy_bad:0 "Balkan Strategy" - aided_industry:0 "Aided Industrial Development" - DIPLOMACY_LEAVE_FACTION_NOT_LEADER:1 "$LEADER|UH$ is the leader of the faction" - DIPLOMACY_LEAVE_FACTION_FIGHTING_WAR_TOGETHER:0 "Not allowed when fighting war together" - DIPLOMACY_WAR_NO_WAR_FIGHTING_WAR:0 "Not allowed when fighting war together" - DIPLOMACY_LEAVE_FACTION_TITLE:0 "Leave faction" - DIPLOMACY_LEAVE_FACTION_ACTION_DESC:0 "Leave faction" - DIPLOMACY_LEAVE_FACTION_DESC:0 "Leave $FACTION|H$" - DIPLOMACY_FACTION_UNAVAILABLE_THEM_PUPPET:1 "Not allowed because they are a subject of $MASTER|H$" - DIPLOMACY_FACTION_UNAVAILABLE_US_PUPPET:1 "Not allowed because we are a subject of $MASTER|H$" - faction_traitor:0 "Faction traitor" - faction_traitor_trade:0 "Faction traitor" - our_liberators:0 "Our liberators" - DIPLOMACY_PEACE_PROPOSAL_DURATION_TO_SHORT:0 "War has only been raging for $DURATION|Y$ of the $LIMIT|Y$ months needed for surrendering" - DIPLOMACY_PEACE_PROPOSAL_NOT_WARSCORE_ENOUGH:1 "War score in favor for the other side must be at least $LIMIT|%0Y$, currently $WARSCORE|%0Y$" - DIPLOMACY_PEACE_PROPOSAL_YOU_NOT_WAR_LEADER:0 "You are not war leader for the losing side." - DIPLOMACY_PEACE_PROPOSAL_THEY_NOT_WAR_LEADER:0 "You need to surrender to winning side leader, $LEADER|H$" - DIPLOMACY_DISMANTLE_FACTION_LEADER_NOT_ALONE:0 "Faction leader may only leave a faction containing only itself with puppets" - DIPLOMACY_DISMANTLE_FACTION_TITLE:0 "Dismantle faction" - DIPLOMACY_DISMANTLE_FACTION_ACTION_DESC:0 "Our faction will cease to exist." - DIPLOMACY_DISMANTLE_FACTION_DESC:0 "Dismantle $FACTION|H$" - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_TITLE:0 "Take over faction" - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_ACTION_DESC:0 "Assume faction leadership of $FACTION|H$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_DESC:0 "Assume faction leadership of $FACTION|H$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_COST_DESC:0 "It will cost £pol_power $COST|Y$ to take over, and other faction members will be blocked from assuming leadership for the next $COOLDOWN|Y$ days." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_RECIPIENT_DESC:0 "$COUNTRY|U$ has assumed faction leadership of $FACTION$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_OTHERS_DESC:0 "$COUNTRY|U$ has assumed faction leadership of $FACTION$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_NOT_ENOUGH_MANPOWER:0 "To sufficiently exceed the deployed manpower of the current leader and its subjects, we and our subjects need an effective $NEEDED|*Y$ deployed manpower, but only have $CURRENT|*Y$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_NOT_ENOUGH_FACTORIES:0 "To sufficiently exceed the number factories of the current leader, we need $NEEDED|*Y$ factories, but only have $CURRENT|*Y$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_NOT_IN_ALL_WARS:0 "We need to be in all of the wars of the current faction leader." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_IS_SUBJECT:0 "We cannot be a subject of another country." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_HAS_CAPITULATED:0 "We must not have capitulated." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_RECENTLY_CHANGED:0 "We must wait until after the first $COOLDOWN|Y$ days of the current leader's control, which is on $DATE|Y$." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_NOT_SUBJECT_PROGRESS:0 " §RSubject§! of another country." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_NOT_CAPITULATED_PROGRESS:0 " §RCapitulated§! in an ongoing war." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_COOLDOWN_PROGRESS:0 " $CURRENT|R$ days out of $NEEDED|Y$ since current faction leader assumed power." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_IN_ALL_WARS_PROGRESS:0 " $CURRENT|R$ enemies out of $NEEDED|Y$ shared with faction leader." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_MANPOWER_PROGRESS:0 " $CURRENT|*R$ deployed manpower out of $NEEDED|*Y$ needed." - DIPLOMACY_ASSUME_FACTION_LEADERSHIP_FACTORY_PROGRESS:0 " $CURRENT|R$ factories out of $NEEDED|Y$ needed." - DIPLOMACY_CALL_FLAG_CALL_ALLY:0 "Is an ally to $COUNTRY|H$" - DIPLOMACY_CALL_FLAG_CALL_GUARANTY:0 "Is guaranteeing $COUNTRY|H$" - DIPLOMACY_CALL_FLAG_CALL_PUPPET:0 "Is puppet to $COUNTRY|H$" - DIPLOMACY_CALL_FLAG_CALL_OVERLORD:0 "Is master to $COUNTRY|H$" - DIPLOMACY_CALL_FLAG_CALL_SAME_OVERLORD:0 "Has same master with $COUNTRY|H$" - DIPLOMACY_WARGOAL_FLAG_HAS:0 "Already has a valid war goal against $COUNTRY|H$" - DIPLOMACY_WARGOAL_FLAG_GENERATES:0 "Justifies war goal against $COUNTRY|H$" - DIPLOMACY_STAGE_GOUP_POLITICAL_POWER_NEED:0 "Staging a coup will take £pol_power£$DAILY|1H$ daily until it will reach £pol_power£$TOTAL|0H$ total." - ACTIVE_THREATS:0 "Active threats:" - POTENTIAL_ENEMIES:0 "Potential enemies:" - DIPLOMACY_RELATION_IMPROVEMENT_SAME_IDEOLOGY_DESC:0 "This will also require a daily cost of £pol_power $VALUE|1H$." - DIPLOMACY_RELATION_IMPROVEMENT_DEFAULT_DESC:0 "This will also require a daily cost of £pol_power $VALUE|1H$\nBecause @$TAG1$$COUNTRY1|H$ and @$TAG2$$COUNTRY2|H$ have different ideology groups, the cost to Improve Relations is higher." - DIPLOMACY_RELATION_IMPROVEMENT_INVALID:0 "One of the countries is not valid, no relation improvement." - DIPLOMACY_SEND_ATTACHE_COST_DESC:0 "This will also require a daily cost of £pol_power $VALUE|1H$." - DIPLOMACY_SEND_ATTACHE_COST_INVALID:0 "One of the countries is not valid, no attaché can be sent." - HUMAN_PLAYER_RESPONSE:0 "This nation is controlled by a player and will respond according to their wishes." - anti_imperialist:0 "Anti-Imperialist" - ENG_benelux_intervention_USA:0 "Benelux Intervention" - ENG_benelux_intervention_BEL_HOL:0 "Benelux Intervention" - ALLIES:0 "§HAllies§!" - ENEMIES:0 "§HEnemies§!" - BREAKING_NAP_DESC:3 "Accepting this offer will cause breaking non-aggression pact in $COUNT|H$ wars and we will §RLose§! $STABILITY|H%$ Stability!" - DIPLOMACY_CALL_ALL_ALLIES:0 "Call allies" - DR_HELP_IS_NICE:0 "Help is appreciated: " - DR_US_DEMOCRATIC:1 "§Y$US|U$§! is Democratic: " - DR_US_NEUTRAL:1 "§Y$US|U$§! is Non-Aligned: " - DR_US_COMMUNIST:1 "§Y$US|U$§! is Communist: " - DR_US_FASCIST:1 "§Y$US|U$§! is Fascist: " - DR_US_INDUSTRY_STRENGTH:1 "§Y$US|U$§! industry compared to enemies: " - DR_US_MILITARY_STRENGTH:1 "§Y$US|U$§! military compared to enemies: " - DR_MODIFIER:1 "§Y$US|U$§! has §Y$MODIFIER$§!: " - DR_THEM_DO_NOT_WANT_US:0 "$THEM|UY$ does not want to go into war with §Y$US|U$§!: " - DR_THEM_WANTS_US:0 "$THEM|UY$ wants to go into war with §Y$US|U$§!: " - DR_TEMPLATE:0 "$DESC$$VALUE$\n" - DR_POSITIVE_VALUE:0 "$VALUE|G$" - DR_NEGATIVE_VALUE:0 "$VALUE|R$" - DR_POSITIVE_FACTOR:0 "$VALUE|G$§G%§!" - DR_NEGATIVE_FACTOR:0 "$VALUE|R$§R%§!" - DR_AT_WAR_WITH_ALLY_RELUCTANCE:1 "§Y$SENDER$§! at war with allies: " - hostile_status:0 "Hostile" - cheat_opinion_modifier_good:0 "cheat_opinion_modifier_good" - unstable_alliance:0 "Unstable Alliance" - DIPLOMACY_HOSTILE_STATUS:0 "We are currently Hostile" - faction_general_desc:1 "$COUNTRY|UY$ is in $FACTION|Y$ faction with other nations." - faction_general_extended_desc:1 "$COUNTRY2|UY$ and $COUNTRY1|Y$ are in the same $FACTION|Y$ faction." - FACTION_MEMBER_IS_FACTION_LEADER:0 "$COUNTRY|UY$ is the faction leader." - RELATION_FACTION_MEMBERS_NEAR_ASSUMING_LEADERSHIP_HEADER:0 "The following members are currently capable or nearly capable of assuming leadership of this faction:" - RELATION_FACTION_MEMBER_THAT_CAN_ASSUME_LEADERSHIP:0 " $COUNTRY|UY$" - RELATION_FACTION_MEMBER_CAN_ASSUME_LEADERSHIP:0 "$COUNTRY|UY$ is currently capable of assuming leadership of this faction." - RELATION_FACTION_MEMBER_NEAR_ASSUMING_LEADERSHIP:1 "$COUNTRY|UY$ is almost capable of assuming leadership of this faction. ($PROGRESS|0%Y$)" - RELATION_FACTION_MEMBER_NEAR_ASSUMING_LEADERSHIP_REASON_HEADER:0 "§HThey cannot yet assume leadership for the following reasons:§!" - war_initiator_desc:1 "$COUNTRY|UY$ is fighting an offensive war" - war_receiver_desc:1 "$COUNTRY|UY$ is fighting a defensive war" - wargoal_initiator_desc:1 "$COUNTRY|UY$ has war goals against other nations" - wargoal_initiator_extended_desc:1 "$COUNTRY1|UY$ has war goals against $COUNTRY2|Y$:" - wargoal_receiver_desc:1 "$COUNTRY|UY$ is the target of foreign war goals" - wargoal_receiver_extended_desc:1 "$COUNTRY1|UY$ has war goals against $COUNTRY2|Y$:" - timed_wargoal_initiator_desc:1 "$COUNTRY|UY$ is justifying war goals" - timed_wargoal_initiator_extended_desc:1 "$COUNTRY1|UY$ is justifying war goals against $COUNTRY2|Y$:" - timed_wargoal_receiver_desc:1 "$COUNTRY|UY$ is the target of foreign war goal justification" - timed_wargoal_receiver_extended_desc:1 "$COUNTRY1|UY$ is justifying war goals against $COUNTRY2|Y$:" - volunteers_initiator_desc:1 "$COUNTRY|UY$ has volunteers sent to other nations" - volunteers_initiator_extended_desc:1 "$COUNTRY2|UY$ has volunteers from $COUNTRY1|Y$." - volunteers_receiver_desc:1 "$COUNTRY|UY$ has volunteers from other nations" - volunteers_receiver_extended_desc:1 "$COUNTRY2|UY$ has volunteers sent to $COUNTRY1|Y$." - expeditionaries_initiator_desc:1 "$COUNTRY|UY$ has expeditionary forces sent to other nations" - expeditionaries_initiator_extended_desc:1 "$COUNTRY2|UY$ has expeditionary forces from $COUNTRY1|Y$." - expeditionaries_receiver_desc:1 "$COUNTRY|UY$ has expeditionary forces from other nations" - expeditionaries_receiver_extended_desc:1 "$COUNTRY2|UY$ has expeditionary forces sent to $COUNTRY1|Y$." - timed_stage_coup_initiator_desc:1 "$COUNTRY|UY$ is staging a coup against a foreign government" - timed_stage_coup_initiator_extended_desc:1 "$COUNTRY1|UY$ is staging a coup in $COUNTRY2|Y$" - timed_stage_coup_receiver_desc:1 "$COUNTRY|UY$ is the target of an impending coup backed by foreign powers" - timed_stage_coup_receiver_extended_desc:1 "$COUNTRY1|UY$ is staging a coup in $COUNTRY2|Y$" - non_aggression_pact_general_desc:1 "$COUNTRY|UY$ has non-aggression pacts with other nations" - non_aggression_pact_general_extended_desc:1 "$COUNTRY1|UY$ has non-aggression pacts with $COUNTRY2|Y$" - improve_relation_initiator_desc:1 "$COUNTRY|UY$ is improving its diplomatic relations with other nations" - improve_relation_initiator_extended_desc:1 "$COUNTRY1|UY$ is improving relations with $COUNTRY2|Y$" - improve_relation_receiver_desc:1 "$COUNTRY|UY$ is visited by foreign diplomatic envoys sent to improve relations" - improve_relation_receiver_extended_desc:1 "$COUNTRY1|UY$ is improving relations with $COUNTRY2|Y$" - war_relation_active:0 "is at war with" - send_attache_initiator_desc:1 "$COUNTRY|UY$ is sending its attachés to another nations" - send_attache_initiator_extended_desc:1 "$COUNTRY1|UY$ have sent military attaché to $COUNTRY2|Y$" - send_attache_receiver_desc:1 "$COUNTRY|UY$ is visited by foreign attachés" - send_attache_receiver_extended_desc:1 "$COUNTRY1|UY$ have sent military attaché to $COUNTRY2|Y$" - military_access_initiator_desc:1 "$COUNTRY|UY$ has military access to other nations" - military_access_initiator_extended_desc:1 "$COUNTRY1|UY$ has military access to $COUNTRY2|Y$" - military_access_receiver_desc:1 "$COUNTRY|UY$ gives military access to other nations" - military_access_receiver_extended_desc:1 "$COUNTRY1|UY$ has military access to $COUNTRY2|Y$" - offer_military_access_initiator_desc:1 "$COUNTRY|UY$ gives military access to other nations" - offer_military_access_initiator_extended_desc:1 "$COUNTRY2|UY$ has military access to $COUNTRY1|Y$" - offer_military_access_receiver_desc:1 "$COUNTRY|UY$ has military access to other nations" - offer_military_access_receiver_extended_desc:1 "$COUNTRY2|UY$ has military access to $COUNTRY1|Y$" - guarantee_initiator_desc:1 "$COUNTRY|UY$ is guaranteeing the independence of other nations" - guarantee_initiator_extended_desc:1 "$COUNTRY1|UY$ is guaranteeing the independence of $COUNTRY2|Y$" - guarantee_receiver_desc:0 "The independence of $COUNTRY|Y$ is guaranteed by other nations" - guarantee_receiver_extended_desc:0 "The independence of $COUNTRY2|Y$ is guaranteed by $COUNTRY1|Y$" - puppet_initiator_desc:1 "$COUNTRY|UY$ has other nations as subject states" - puppet_initiator_extended_desc:1 "$COUNTRY2|UY$ is a subject of $COUNTRY1|Y$" - puppet_receiver_desc:1 "$COUNTRY|UY$ is a puppet state of a foreign power" - puppet_receiver_extended_desc:1 "$COUNTRY2|UY$ is a puppet of $COUNTRY1|Y$" - lend_lease_initiator_desc:1 "$COUNTRY|UY$ has a lend-lease policy with other nations" - lend_lease_initiator_extended_desc:1 "$COUNTRY1|UY$ is supporting $COUNTRY2|Y$ through a lend-lease" - lend_lease_receiver_desc:1 "$COUNTRY|UY$ is supported by a lend-lease policy from other nations" - lend_lease_receiver_extended_desc:1 "$COUNTRY1|UY$ is supporting $COUNTRY2|Y$ through a lend-lease" - boost_party_popularity_initiator_desc:1 "$COUNTRY|UY$ is supporting the growth of a political party abroad" - boost_party_popularity_initiator_extended_desc:1 "$COUNTRY1|UY$ is supporting the growth of a political party in $COUNTRY2|Y$" - boost_party_popularity_receiver_desc:0 "The growth of a political party in $COUNTRY|Y$ is supported by a foreign power" - boost_party_popularity_receiver_extended_desc:1 "$COUNTRY1|UY$ is supporting the growth of a political party in $COUNTRY2|Y$" - truce_desc:1 "$COUNTRY|UY$ has truces with other nations" - truce_general_desc:1 "$COUNTRY|UY$ has a truce with other nations" - truce_general_extended_desc:1 "$COUNTRY1|UY$ has a truce with $COUNTRY2|Y$" - WARGOAL_MODIFIER_DESC:0 "War goal modifiers" - WARGOAL_COST_VOLUNTEERS_VALUE:1 "$COUNTRY|UY$ is sending volunteers to our enemies: $VALUE|G$" - WARGOAL_COST_OUR_MODIFIER:1 "$COUNTRY|UY$ modifiers: " - WARGOAL_COST_THEIR_MODIFIER:1 "$COUNTRY|UY$ modifiers: " - DR_COMMUNIST_NOT_NEIGHBOUR:1 "$THEM|UY$ is not neighboring the faction: " - DR_ATTITUDE:1 "$US|UY$ $ATTITUDE|Y$ towards $THEM|Y$: " - DR_PREFER_OTHER_FACTION:1 "$THEM|UY$ would rather be part of $FACTION|Y$: " - AI_MESSAGE_CAT1_MES1:0 "Great job getting annexed there, $OTHER$. We're all proud of you." - AI_MESSAGE_CAT1_MES2:0 "Ahahahah $OTHER$ is terrible at this game." - AI_MESSAGE_CAT1_MES3:0 "Learn2play, $OTHER_ADJ$ noob." - AI_MESSAGE_CAT1_MES4:0 "Owned $OTHER$ so hard, almost feel sorry for them." - AI_MESSAGE_CAT1_MES5:0 "Maybe this game is too hardcore for you, $OTHER$. You should try some filthy casual game like Europa Universalis." - AI_MESSAGE_CAT1_MES6:0 "I bet $OTHER$ didn't even spend 2 hours configuring their OOB. Scrub!" - AI_MESSAGE_CAT1_MES7:0 "Oh look at all this $OTHER_ADJ$ land I now have. I guess they didn't need it!" - AI_MESSAGE_CAT1_MES8:0 "Hey $OTHER$, maybe you should try fighting back next time? Cause if you were, it sure didn't show!" - AI_MESSAGE_CAT1_MES9:0 "Why's $OTHER$ crying? Cause they just got dunked on!" - AI_MESSAGE_CAT1_MES10:0 "Sure feels nice to stretch my lebensraum, doesn't it, $OTHER$?" - AI_MESSAGE_CAT2_MES1:0 "I'm going to blitz the shit out of your krieg, $OTHER$!" - AI_MESSAGE_CAT2_MES2:0 "Soon everyone in $OTHER$ will be speaking $US_ADJ$." - AI_MESSAGE_CAT2_MES3:0 "Look at this $OTHER_ADJ$ scrub trying to beat my superior $US_ADJ$ troops. It'd be funny if it weren't so sad!" - AI_MESSAGE_CAT2_MES4:0 "You call this a war, $OTHER$? I call it a pushover." - AI_MESSAGE_CAT2_MES5:0 "Make sure to keep those $OTHER_ADJ$ factories nice and polished, I'll be using them soon!" - AI_MESSAGE_CAT2_MES6:0 "Hear that, $OTHER$? That's the sound of how hard I am owning you right now." - AI_MESSAGE_CAT2_MES7:0 "Hey $OTHER$, maybe you wouldn't be doing so badly if you stopped running away and actually tried to fight?" - AI_MESSAGE_CAT2_MES8:0 "LOL, look at $COUNTRY$ trying to fight me! It's like someone put a comatose ferret in charge of an army!" - AI_MESSAGE_CAT2_MES9:0 "The view sure is nice in $COUNTRY$ this time of year. My armies are really enjoying it!" - AI_MESSAGE_CAT2_MES10:0 "Hit surrender already, $COUNTRY$! You're really just wasting my time here." - AI_MESSAGE_CAT3_MES1:1 "$OTHER|U$ is a hacker! No way they beat me legit!" - AI_MESSAGE_CAT3_MES2:0 "This game is so unbalanced! $OTHER_ADJ$ space marines are impossible to beat while $US_ADJ$ troops are just wet paper." - AI_MESSAGE_CAT3_MES3:0 "Heh, like I don't have better things to do than play this stupid game anyway." - AI_MESSAGE_CAT3_MES4:0 "I wouldn't have lost to $OTHER$ if Paradox hadn't explicitly coded it so that my allies are dumber than two tons of granite while the enemy has literal precognition!" - AI_MESSAGE_CAT3_MES5:0 "ffaSJLgapigjaslgmag s asv lajvlvSCREW YOU $OTHER$ I AM NEVER PLAYING WITH YOU AGAIN!!!1" - AI_MESSAGE_CAT3_MES6:0 "gg $OTHER$ next time maybe you can try actually making it a fair fight?" - AI_MESSAGE_CAT3_MES7:0 "Wow, that one game mechanic completely screwed me over. No wonder I lost to $OTHER$." - AI_MESSAGE_CAT3_MES8:0 "WOW! MAYBE if they hadn't COMPLETELY UNBALANCED $OTHER$ IN THE LAST PATCH this would actually have been a fair war!" - AI_MESSAGE_CAT3_MES9:0 "This is why Hearts of Iron 3 was a better game, in HOI3 $OTHER$ could never have beaten me in such a gamey way :" - AI_MESSAGE_CAT3_MES10:0 "Yeah, so the RNG completely lost that war with $OTHER$ for me. Too bad skill doesn't mean anything in this game." - DIPLOMACY_WAR_NO_WAR_ON_SUBJECTS:0 "They are a puppet, so you need to declare war on $OVERLORD|Y$ instead." - attitude_neutral:0 "neutral" - attitude_hostile:0 "hostile" - attitude_friendly:0 "friendly" - attitude_protective:0 "protective" - attitude_outraged:0 "outraged" - attitude_threatened:0 "threatened" - attitude_allied:0 "allied" - DR_US_LOSING_WARS:1 "$US|UY$ is losing a war: " - DR_US_TIME_AT_WAR:1 "$US|UY$ war has gone on too long: " - DR_FACTION_UNSTABLE:0 "Faction is unstable: " - DIPLOMACY_CLOSE:0 "Close" - HAS_GUARANT:0 "We are guaranteed by them" - HAS_NOT_GUARANT:0 "We are not guaranteeing them" - PUPPET_CALLED_YOU_TO_WAR:0 "Our puppet $PUPPET|Y$ needs our help and called us into $WAR|Y$." - MASTER_CALLED_US_TO_WAR:0 "Our master $MASTER|Y$ need our help and called us into $WAR|Y$." - DIPLOMACY_REQUEST_EXPIRY:0 "This request will expire on $DATE|Y$" - DIPLOMACY_OPINION_LEASED_EQUIPMENT:0 "Recently delivered equipment: $VALUE|+=$" - DR_KICKED_FROM_FACTION:0 "Recently kicked from faction: " - DIPLOMACY_OPINION_SENT_VOLUNTEERS:0 "$COUNT|H$ volunteers: $VALUE|+=$" - DIPLOMACY_OPINION_FOR_DEMO_FROM_WT_GENERATION:0 "Generated World Tension: $VALUE|+=$" - TRUCE_LASTS_UNTIL:0 "Truce lasts until $DATE|Y$" - TRUCE_BREAK_WARNING_JOIN:0 "§RWARNING! Joining our ally will cost us £pol_power $COST|Y0$ due to truces§!" - TRUCE_BREAK_WARNING_CALL:0 "§RWARNING! Accepting this Call to arms will cost us £pol_power $COST|Y0$ due to truces§!" - THREAT_CAPITULATE:1 "$LOSER|U$ capitulated to $WINNER$" - AST_the_swpa_menace_boycot_JAP:0 "The SWPA Menace" - CAN_supply_the_red_army_trade:0 "Supply the Red Army" - CAN_patriation_mod:0 "Demanded Patriation" - SAF_anti_colonialist_crusaders:0 "Anti-Colonialist Crusaders" - SAF_anti_british_sentiment:0 "Anti-British Sentiment" - NZL_strengthen_ties:0 "Strengthened Ties" - DIPLOMACY_REDUCEAUTONOMY_TITLE:0 "Reduce subject autonomy" - DIPLOMACY_REDUCEAUTONOMY_ACTION_DESC:0 "Reduce the subject's level of autonomy" - DIPLOMACY_INCREASEAUTONOMY_TITLE:0 "Increase our autonomy" - DIPLOMACY_INCREASEAUTONOMY_ACTION_DESC:0 "Increase our level of autonomy" - DIPLOMACY_MESSAGE_SUBJECT_AUTONOMY_INCREASED_TITLE:0 "Subject's level of autonomy was increased" - DIPLOMACY_MESSAGE_SUBJECT_AUTONOMY_INCREASED_BODY:1 "$SUBJECT|UY$ changed autonomy level from $FROM_LEVEL|Y$ to $TO_LEVEL|Y$.\n\n" - DIPLOMACY_MESSAGE_SUBJECT_AUTONOMY_LOWERED_TITLE:0 "Our level of autonomy was decreased" - DIPLOMACY_MESSAGE_SUBJECT_AUTONOMY_LOWERED_BODY:1 "$OVERLORD|UY$ changed our autonomy level from $FROM_LEVEL|Y$ to $TO_LEVEL|Y$.\n\n" - DIPLOMACY_MESSAGE_SUBJECT_AUTONOMY_CHANGE_MANPOWER:0 "This will require $VALUE|^2H$ of manpower from us." - CAN_NOT_JOIN_CIVIL_WAR:0 "World Tension must be above $LIMIT|H$ to join a civil war" - CIVIL_WAR_TENSION_DESC:0 "To join a civil war World Tension must be at least $MIN|0H%$. Right now it is only $CURRENT|0R%$." - AVERAGE_MEMBER_STRENGTH:0 "Average member strength" - DR_SAME_FACTION_AS:0 "In a faction with $COUNTRY|H$: " - DR_US_HELPED_THEM_WITH_COUP:1 "§Y$US|U$§! helped §Y$THEM$§! with the coup: " - huge_increase:0 "Huge Increase in opinion" - embargo:0 "Embargo" - backed_our_cause:0 "Backed our cause" - betrayed_our_cause:0 "Betrayed our cause" - HUN_stubborn_fools:0 "Stubborn Fools" - HUN_refused_alliance:0 "Refused Alliance" - HUN_renegade:0 "Renegade Actions" - HUN_SOV_betrayal:0 "Soviet Betrayal" - HUN_split_CZE:0 "Agreement on the Czech Issue" - HUN_split_CZE_betrayed:0 "Broke Agreement" - refused_alliance:0 "Refused Alliance" - YUG_sold_planes:0 "Approved purchase of planes" - YUG_royal_ties:0 "Royal Ties" - YUG_gave_away_slovenia:0 "Surrendered Slovenia" - FRA_mers_el_kebir:0 "Mers-el-Kébir Raid" - ROM_foreign_motor_company:0 "Automotive Industry Contacts" - HUN_dynastic_ties_license:0 "Royal Support" - free_license:0 "Free License" - GER_accept_british_naval_dominance_opinion:0 "Accepted British Naval Dominance" - GER_netherlands_kaiser_accept_opinion:0 "Returned the Kaiser" - GER_netherlands_kaiser_decline_opinion:0 "Taken the Kaiser Hostage" - CHI_xian_refused:0 "Refused to form the United Front" - JAP_broke_the_london_naval_treaty:0 "Broke the London Naval Treaty" - CHI_refused_support:0 "Refused Support" - CHI_cooperation_with_the_communists_positive:0 "Cooperation With the Communists" - CHI_cooperation_with_the_communists_negative:0 "Cooperation With the Communists" - CHI_cooperation_with_the_nationalists_positive:0 "Cooperation With the Nationalists" - CHI_cooperation_with_the_nationalists_negative:0 "Cooperation With the Nationalists" - POR_rejected_lease:0 "Rejected Lease" - USA_special_relationship:0 "Special Relationship" - unilateral_war:0 "Unilateral War" - betrayed_alliance:0 "Betrayed Alliance" - DIPLOMACY_DOCKING_RIGHTS:0 "Docking Rights" - DIPLOMACY_DOCKING_RIGHTS_TITLE:0 "Ask for docking rights" - DIPLOMACY_DOCKING_RIGHTS_DESC:1 "Docking rights would allow our navy to resupply in their ports." - DIPLOMACY_DOCKING_RIGHTS_ACTION_DESC:1 "Ask to be allowed to resupply our navy in their ports." - DIPLOMACY_DOCKING_RIGHTS_REQUEST_DESC:1 "$COUNTRY|UY$ wants to resupply their ships in our ports." - DIPLOMACY_REVOKE_DOCKING_RIGHTS_TITLE:0 "Cancel our docking rights" - DIPLOMACY_REVOKE_DOCKING_RIGHTS_DESC:0 "We will no longer be able to dock in ports of $COUNTRY|Y$?" - DIPLOMACY_REVOKE_DOCKING_RIGHTS_ACTION_DESC:0 "Cancel our docking rights" - DIPLOMACY_OFFER_DOCKING_RIGHTS_TITLE:0 "Offer docking rights" - DIPLOMACY_OFFER_DOCKING_RIGHTS_DESC:0 "Offering docking rights would allow their navy to resupply in our ports." - DIPLOMACY_OFFER_DOCKING_RIGHTS_ACTION_DESC:0 "Offer to allow them to resupply their navy in our ports." - DIPLOMACY_OFFER_DOCKING_RIGHTS_REQUEST_DESC:1 "$COUNTRY|UY$ is suggesting that our navy will resupply at their ports." - DIPLOMACY_REVOKE_OFFER_DOCKING_RIGHTS_TITLE:0 "Cancel their docking rights" - DIPLOMACY_REVOKE_OFFER_DOCKING_RIGHTS_DESC:0 "Let's keep the vile $COUNTRY|Y$ from our waters." - DIPLOMACY_REVOKE_OFFER_DOCKING_RIGHTS_ACTION_DESC:0 "Cancel their docking rights" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_DOCKING_RIGHTS:0 "Docking rights granted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_DOCKING_RIGHTS:1 "\nOur request for docking rights has been §Gaccepted§! by §Y$COUNTRY$§!.\n\nWe may now base our ships in their ports to supply and repair them." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_DOCKING_RIGHTS:0 "docking rights refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_DOCKING_RIGHTS:0 "\n§Y$COUNTRY|U$§! has §Rrefused§! our request for docking rights!" - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_OFFER_DOCKING_RIGHTS:0 "Docking rights granted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_OFFER_DOCKING_RIGHTS:1 "\nOur request for docking rights has been §Gaccepted§! by §Y$COUNTRY$§!.\n\nThey may now base their ships in our ports to supply and repair them." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_OFFER_DOCKING_RIGHTS:0 "docking rights refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_OFFER_DOCKING_RIGHTS:0 "\n§Y$COUNTRY|U$§! has §Rrefused§! our request for docking rights!" - docking_rights_initiator_desc:1 "$COUNTRY|UY$ has docking rights to other nations" - docking_rights_initiator_extended_desc:1 "$COUNTRY1|UY$ has docking rights to $COUNTRY2|Y$" - docking_rights_receiver_desc:1 "$COUNTRY|UY$ gives docking rights to other nations" - docking_rights_receiver_extended_desc:1 "$COUNTRY1|UY$ has docking rights to $COUNTRY2|Y$" - offer_docking_rights_initiator_desc:1 "$COUNTRY|UY$ gives docking rights to other nations" - offer_docking_rights_initiator_extended_desc:1 "$COUNTRY2|UY$ has docking rights to $COUNTRY1|Y$" - offer_docking_rights_receiver_desc:1 "$COUNTRY|UY$ has docking rights to other nations" - offer_docking_rights_receiver_extended_desc:1 "$COUNTRY2|UY$ has docking rights to $COUNTRY1|Y$" - ENG_spoke_out_against_us:0 "Spoke Out Against Us" - ENG_imperial_conference_opinion:0 "Imperial Conference" - DIPLOMACY_REQUEST_EXPEDITIONARY_REJECTED:0 "Expeditionary Forces Request Rejected" - DIPLOMACY_REQUEST_EXPEDITIONARY_REJECTED_INFO:0 "$COUNTRY|UY$ rejected our request for expeditionary forces." - DIPLOMACY_REQUEST_EXPEDITIONARY_ACCEPTED:0 "Expeditionary Forces Request Accepted" - DIPLOMACY_REQUEST_EXPEDITIONARY_ACCEPTED_INFO:0 "$COUNTRIES$ accepted our request for expeditionary forces and turned over $NUM|H$ divisions to our command." - DIPLOMACY_REQUEST_EXPEDITIONARY_NO_UNITS_REQUESTED:0 "No units requested" - DIPLOMACY_REQUEST_SOME_COUNTRIES_ARE_NOT_ACCEPTING:0 "§RSome of our requests are not acceptable.§!" - ENG_imperial_loyalist:0 "Imperial Loyalist" - HOL_caved_to_the_germans_ger:0 "Caved to the Germans" - HOL_caved_to_the_germans_eng:0 "Caved to the Germans" - HOL_maintained_trade_neutrality:0 "Maintained Trade Neutrality" - HOL_caved_to_the_british_ger:0 "Caved to the British" - HOL_caved_to_the_british_eng:0 "Caved to the British" - HOL_essential_dutch_trade:0 "Essential Dutch Trade" - HOL_caved_to_the_germans_ger_trade:0 "Caved to the Germans" - HOL_caved_to_the_british_ger_trade:0 "Caved to the British" - ENG_imperial_conference_approved_resolution:0 "Approved Imperial Conference Resolution" - ENG_non_interference_treaty:0 "Non-Interference Treaty" - default_scripted_diplo_action_request_desc:0 "$REQUESTER|H$ requested $ACTION|H$ diplomatic action." - default_scripted_diplo_action_send_desc:0 "Do you want to send $ACTION|H$ diplomatic action to $RECEPIENT|H$?" - refused_naval_treaty:0 "Refused to sign Naval Treaty" - ENG_commonwealth_ties:0 "Commonwealth Ties" - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_TITLE:0 "Request Garrison support" - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_ACTION_DESC:0 "Request foreign manpower to fulfill our Garrisons." - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_ACTION_DESC_MORE:0 "Request more foreign manpower to fulfill our Garrisons.\n(We already have $NUMBER|H*$ manpower from this country)" - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_REQUEST_DESC:2 "$COUNTRY|UY$ requests manpower for their Garrisons." - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_REQUEST_DESC_MORE:0 "$COUNTRY|UY$ requests more manpower for their Garrisons.\nThey already have $NUMBER|H*$ manpower from us." - DIPLOMACY_REQUEST_FOREIGN_MANPOWER_REQUEST_DETAILS:0 "Manpower needed to maintain their policies: $NEEDED|H*$ \nCurrent total Foreign Manpower in their stock: $CURRENT|H*$" - DIPLOMACY_CANCEL_FOREIGN_MANPOWER_TITLE:0 "Cancel Garrison support" - DIPLOMACY_CANCEL_FOREIGN_MANPOWER_ACTION_DESC:1 "Pull back the manpower we gave for their Garrisons ($NUMBER|H*$)." - DIPLOMACY_CANCEL_FOREIGN_MANPOWER_MESSAGE_ACTION_DESC:1 "$COUNTRY|UY$ cancels Garrison support.\n\nThey pull back the manpower they gave ($NUMBER|H*$)." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_REQUEST_FOREIGN_MANPOWER:0 "Garrison support request Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_REQUEST_FOREIGN_MANPOWER:0 "$COUNTRY|UY$ has §Gaccepted§! our request for Garrison support.\n\nThey gave us $MANPOWER|H*$ Manpower." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_REQUEST_FOREIGN_MANPOWER:0 "Garrison support request Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_REQUEST_FOREIGN_MANPOWER:0 "$COUNTRY|UY$ has §Rrefused§! our request for Garrison support." - REQUEST_FOREIGN_MANPOWER_MUST_BE_IN_SAME_FACTION:0 "We must be in the same faction or be their overlord to request Garrison support." - foreign_manpower_initiator_desc:0 "$COUNTRY|UY$ is giving manpower to other nations for their Garrisons" - foreign_manpower_initiator_extended_desc:0 "$COUNTRY1|UY$ is giving manpower to $COUNTRY2|Y$ for their Garrisons" - foreign_manpower_receiver_desc:0 "$COUNTRY|UY$ is using manpower from other nations for their Garrisons" - foreign_manpower_receiver_extended_desc:0 "$COUNTRY1|UY$ is using manpower from $COUNTRY2|Y$ for their Garrisons" - FOREIGN_MANPOWER_REASON_NO_NEED:1 "We don't really need more Foreign Manpower: " - FOREIGN_MANPOWER_REASON_NOT_ENOUGH:1 "$COUNTRY|UY$ doesn't have enough Manpower to give to us: " - FOREIGN_MANPOWER_REASON_ALREADY_ENOUGH:1 "$COUNTRY|UY$ doesn't want to give us more Manpower: " - FOREIGN_MANPOWER_REASON_COOLDOWN:0 "$COUNTRY|UY$ gave us Manpower recently. They will not accept a new request before $DATE|H$: " - DIPLOMACY_NUMBER_FOREIGN_MANPOWER_SENT:0 "Send $MANPOWER|H$ Manpower to $COUNTRY|H$." - DIPLOMACY_SPYMASTER_TITLE:0 "Take over Spy Master" - DIPLOMACY_SPYMASTER_ACTION_DESC:0 "They are the current §HSpy Master§! of our faction.\nAsk them to become the new §HSpy Master§!." - DIPLOMACY_SPYMASTER_REQUEST_DESC:0 "$COUNTRY|UY$ want to become our §HSpy Master§!." - DIPLOMACY_MESSAGE_ACCEPTED_TITLE_DIPLOMACY_SPYMASTER:0 "Spy Master take over Accepted" - DIPLOMACY_MESSAGE_ACCEPTED_MESSAGE_DIPLOMACY_SPYMASTER:0 "You are now Spy Master." - DIPLOMACY_MESSAGE_DECLINED_TITLE_DIPLOMACY_SPYMASTER:0 "Spy Master take over Refused" - DIPLOMACY_MESSAGE_DECLINED_MESSAGE_DIPLOMACY_SPYMASTER:0 "$COUNTRY|UY$ has §Rrefused§! our request to become §HSpy Master§!." - POR_sold_guns:0 "Sold Guns" - POR_arms_trade:0 "Arms Trade" - POR_bought_guns:0 "Bought Guns" - POR_ships_trade:0 "Ships Trade" - POR_sold_ships:0 "Sold Ships" - POR_bought_ships:0 "Bought Ships" - POR_helped_in_civil_war:0 "Helped us in the Civil War" - POR_neutrality_opinion_trade:0 "Trade Opinion" - POR_neutrality_opinion_democratic:0 "Democratic Opinion" - POR_election_opinion_democratic:0 "Democratic Opinion" - POR_neutrality_opinion_communism:0 "Communist Opinion" - POR_iberian_summit_diplomatic_approach:0 "Iberian nations approaching us" - POR_iberian_summit_working_together:0 "Iberian nations working together" - POR_anglo_portuguese_alliance:0 "Anglo-Portuguese Alliance" - POR_rejected_the_iberian_unification:0 "Rejected the Iberian Unification" - POR_portuguese_trade:0 "Portuguese trade" - POR_portuguese_trade_minor:0 "Portuguese trade" - POR_rejected_the_royal_iberian_alliance:0 "Rejected the Royal Iberian Alliance" - POR_the_fifth_empire_has_threatening_ambitions:0 "The Fifth Empire has threatening ambitions" - POR_iberian_communism:0 "Iberian Communism" - GRE_discarded_the_schachtplan:0 "Discarded the Schachtplan" - GRE_reneged_on_debt:0 "Reneged on Debt" - GRE_strategic_partners:0 "Strategic Partners" - GRE_denied_our_ambitions:0 "Denied our Ambitions" - GRE_denied_our_ambitions_ITA:0 "Denied our Ambitions" - GRE_honored_their_promise:0 "Honored their Promise" - GRE_left_us_to_fight_alone:0 "Left us to fight alone" - GRE_exploited_our_generosity:0 "Exploited our Generosity" - GRE_shunned_our_investors:0 "Shunned our Investors" - GRE_greek_turncoats:0 "Greek Turncoats" - GRE_underhanded_rogues:0 "Underhanded Rogues" - GRE_aegean_troublemakers:0 "Aegean Troublemakers" - GRE_strategic_enemy:0 "Strategic Enemy" - GRE_fascist_leanings:0 "Fascist Leanings" - GRE_fascist_trading_bloc:0 "Fascist Trading Bloc" - GRE_treacherous_little_filcher:0 "Treacherous Little Filcher!" - GRE_tobacco_exports:0 "Tobacco Exports" - GRE_luxury_exports:0 "Luxury Exports" - GRE_strong_trading_ties:0 "Strong Trading Ties" - TUR_reliable_trade_partner:0 "Reliable Trade Partner" - TUR_regional_force_of_stability:0 "Regional Force of Stability" - TUR_valued_strategic_partners:0 "Valued Strategic Partner" - TUR_clodius_agreement:0 "The Clodius Agreement" - TUR_imperialist_puppets:0 "Imperialist Puppet" - TUR_aiding_our_enemies:0 "Aiding our Enemies" - TUR_likeminded_ultranationalists:0 "Likeminded Ultranationalists" - TUR_righteous_traditionalists:0 "Righteous Traditionalists" - TUR_assertive_regional_defender:0 "Assertive Regional Defender" - TUR_turkish_meddlers:0 "Turkish Meddlers" - TUR_unreliable_debt_ditchers:0 "Unreliable Debt Ditchers" - TUR_traitors_of_the_revolution:0 "Traitors of the Revolution" - TUR_released_hatay_to_us:0 "Released Hatay to Us" - TUR_oppressors_of_turks:0 "Oppressors of Turks" - TUR_pact_of_power:0 "Pact of Power" - TUR_insulted_our_honour:0 "Insulted Our Honor" - TUR_joint_resource_extraction:0 "Joint Resource Extraction Efforts" - BUL_condemned_imro:0 "Condemned IMRO" - BUL_supported_imro:0 "Supported IMRO" - BUL_supplied_imro:1 "Sent Weapons to IMRO" - BUL_approached_germany:0 "Approached Germany" - BUL_approached_italy:0 "Approached Italy" - BUL_approached_the_uk:0 "Approached the United Kingdom" - BUL_approached_the_ussr:0 "Approached the Soviet Union" - BUL_approached_yugoslavia:0 "Approached Yugoslavia" - BUL_approached_greece:0 "Approached Greece" - BUL_strengthened_relations_with_us:0 "Strengthened Relations with us" - BUL_bulgarian_claims_recognized:0 "Recognized our Claims" - BUL_bulgarian_claims_not_recognized:0 "Did not Recognize our Claims" - BUL_donated_aircraft:0 "Aircraft Donations" - BUL_rejected_our_donation:0 "Rejected our Donation" - BUL_complied_with_our_demands:0 "Complied with our Demands" - BUL_rejected_our_demands:0 "Rejected our Demands" - BUL_honored_bulgarian_claims:0 "Honored Bulgarian Claims" - BUL_lifted_arms_restrictions:0 "Lifted our Arms Restrictions" - BUL_refused_to_lift_arms_restrictions:0 "Refused to lift arms restrictions" - BUL_granted_uranium_mining_rights:0 "Granted Uranium Mining Rights" - BUL_industrial_investments_in_bulgaria:0 "Industrial Investments in Bulgaria" - BUL_seized_our_bulgarian_subsidiaries:0 "Seized our Bulgarian Subsidiaries" - BUL_bought_guns:0 "Bought Guns" - BUL_sold_guns:0 "Sold Guns" - BUL_arms_trade:0 "Arms Trade" - BUL_rejected_our_proposal:0 "Rejected our Proposal" - BUL_helped_in_civil_war:0 "Helped us in the Civil War" - BUL_balkan_communism:0 "Balkan Communism" - BUL_balkan_communism_trade:0 "Balkan Communism" - BUL_communist_menace:0 "Communist Menace" - BUL_communist_menace_trade:0 "Communist Menace" - BUL_threatening_neighbor:0 "Threatening Neighbor" - BUL_old_quarrels_left_behind:0 "Old Quarrels Left Behind" - BUL_refused_unification:0 "Refused Unification" - BUL_territorial_arbitration:0 "Territorial Arbitration" - BUL_territorial_arbitration_negative:0 "Territorial Arbitration" - BUL_ferdinand_is_back:0 "Ferdinand I is Back" - BUL_old_enemies:0 "Old Enemies" - BUL_built_ships:0 "Bulgarian Ships Built" - BUL_kicked_us_from_faction:0 "Kicked us from their Faction" - BFTB_incongruous_neighbors:0 "Incongruous Neighbors" - BFTB_balkan_pact_ally:0 "The Balkan Pact" - BFTB_balkan_pact_enemy:0 "The Balkan Pact" - BFTB_ROM_abandoned_us:0 "Abandoned Us" - BFTB_ROM_stood_by_us:0 "Stood By Us" - DIPLOMACY_JOINED_WAR_EXTRA_CALLED_SINGLE:0 "\n$COUNTRY|UY$ also joins the war along with them." - DIPLOMACY_JOINED_WAR_EXTRA_CALLED_ENTRY:0 "$COUNTRY|Y$" - DIPLOMACY_JOINED_WAR_EXTRA_CALLED_FIRST_ENTRY:0 "$COUNTRY|YU$" - DIPLOMACY_JOINED_WAR_EXTRA_CALLED_MULTIPLE:0 "\n$LIST$ also join the war along with them." - SOV_pressured_our_government:0 "Pressured our government" - SOV_stirring_the_masses:0 "Stirring the masses" - SOV_supported_china_good:0 "Supported China in the conflict" - SOV_supported_china_bad:0 "Supported China in the conflict" - SOV_supported_japan_good:0 "Supported Japan in the conflict" - SOV_supported_japan_bad:0 "Supported Japan in the conflict" - SOV_cooperating_with_us:0 "Cooperating with us against other Chinese Warlords" - SOV_cooperating_with_other:0 "Cooperating with other Chinese Warlords against us" - SOV_sent_us_weapons:0 "Sent us weapons" - SOV_soviet_japanese_pact_against_usa:0 "Soviet-Japanese Anti-USA Pact" - SOV_refused_to_follow_our_guidelines:0 "Refused to follow our guidelines" - SOV_anti_fascist_policies_good:0 "Anti-Fascist Policies" - SOV_anti_fascist_policies_bad:0 "Anti-Fascist Policies" - SOV_anti_capitalist_policies_good:0 "Anti-Capitalist Policies" - SOV_anti_capitalist_policies_bad:0 "Anti-Capitalist Policies" - SOV_cordial_relations_developed_by_soviet_diplomat:0 "Cordial relations developed by Soviet diplomat" - SOV_strengthened_relations_with_us:0 "Strengthen relations with us" - SOV_strengthened_relations_with_us_trade:0 "Strengthen relations with us" - SOV_complied_with_our_demands:0 " Complied with our demands" - SOV_rejected_our_demands:0 " Rejected our demands" - SOV_attempted_to_infiltrate_manhattan_project:0 "Attempted to infiltrate the Manhattan Project" - SOV_attempted_to_infiltrate_our_atomic_program:0 "Attempted to infiltrate our atomic program" - SOV_policies_of_collective_security_opinion:0 "Policies of collective security" - SOV_rejected_defensive_pact:0 "Rejected defensive pact" - SOV_international_socialist_association:0 "International Socialist Association" - SOV_international_socialist_association_bad:0 "$SOV_international_socialist_association$" - SOV_support_for_exiles:0 "Support for the exiles" - SOV_fourth_international_good:0 "Supports the Fourth International" - SOV_fourth_international_bad:0 "Follower of the Stalinist Doctrine" diff --git a/1632_RoF/localisation/english/parties_l_english.yml b/1632_RoF/localisation/english/parties_l_english.yml index f148df1f..f440369c 100644 --- a/1632_RoF/localisation/english/parties_l_english.yml +++ b/1632_RoF/localisation/english/parties_l_english.yml @@ -1,13 +1,10 @@ l_english: communism:0 "Communist" communism_noun:0 "Communism" - liberal:0 "Liberal" - liberal_noun:0 "Liberalism" fascism:0 "Fascist" fascism_noun:0 "Fascism" fascism_desc:0 "Totalitarian Regime" communism_desc:0 "Totalitarian Regime" - liberal_desc:0 "Liberal Realm" conservatism:0 "Conservatism" conservatism_desc:0 "Considering rapid changes to society to be potentially harmful, conservatism espouses tradition and moderate reforms, sometimes advocating a return to old moral values." democracy:0 "Democracy" @@ -32,8 +29,6 @@ falangism_desc:0 "An authoritarian ideology with traits of fascism and conservatism, Falangism values national and Catholic identity." rexism:0 "Rexism" rexism_desc:0 "Strongly opposed to both liberal and communist ideals, Rexism is a staunchly conservative nationalist movement who advocate a corporatist economic policy. Employing increasingly populist and authoritarian rhetoric, their ideals are shifting closer to other fascist movements." - neutrality:0 "Non-Aligned" - neutrality_desc:0 "Authoritarian Realm" despotism:0 "Despotic" despotism_desc:0 "Despotism is a form of government in which a single person rules with absolute power." oligarchism:0 "Oligarchic" diff --git a/1632_RoF/localisation/english/rof_border_conflict_l_english.yml b/1632_RoF/localisation/english/rof_border_conflict_l_english.yml index 1a13b409..50df7a2a 100644 --- a/1632_RoF/localisation/english/rof_border_conflict_l_english.yml +++ b/1632_RoF/localisation/english/rof_border_conflict_l_english.yml @@ -1,27 +1,17 @@ l_english: CoC_border_conflict_timer:0 "Timelimit to start a border war with [From.GetNameDef]" - CoC_border_conflict_start:0 "Stage Incident at [From.From.GetName] Border" + #CoC_border_conflict_start:0 "Stage Incident at [From.From.GetName] Border" CoC_border_conflict_incident_warning_defender:0 "Incident at [From.From.GetName] border to [From.GetNameDef]" CoC_border_conflict_incident_warning_defender_desc:0 "§WMove divisions to §H[From.From.GetName]§!§!" CoC_border_conflict_escalation_warning_defender:0 "Incident at [From.From.GetName] border to [From.GetNameDef]" CoC_border_conflict_escalation_warning_defender_desc:0 "§WMaintain divisions in §H[From.From.GetName]§!\n§H[From.GetNameDef]§! can escalate to a §HBorder Conflict§!§!." - escalation_possible_tooltip_for_defender:0 "§H[From.GetNameDef]§! can escalate incident to a §HBorder Conflict§!.\nWe will instantly lose if we have no divisions in the state\n" - effects_if_border_conflict_is_lost:0 "§HEffects if Border Conflict is lost§!:\n" - from_cannot_escalate:0 "§H[From.GetNameDef]§! can no longer escalate to a §HBorder Conflict§!.\n\n" CoC_escalate_incident_to_border_conflict:0 "Escalate to Border Conflict with [From.GetName]" - WTT_border_incident_forgotten:0 "Incident in [From.From.GetName] Forgotten" CoC_border_incident_delay_until_new_incident_120:0 "Cannot stage a new incident against §H[From.GetName]§! for §H120§! days.\n" CoC_border_incident_delay_until_new_incident_180:0 "Cannot stage a new incident against §H[From.GetName]§! for §H180§! days.\n" CoC_border_conflict_time_until_cancelled:0 "No Progress in [From.From.GetName]" CoC_border_conflict_back_out_of_conflict:0 "Withdraw from Conflict" CoC_border_conflict_escalate_conflict:0 "Escalate Conflict" CoC_border_conflict_escalate_to_war:0 "Escalate To War" - defensive_border_conflict_won:0 "Defensive Border Conflict Won" - not_initiated_border_incident_with_FROM:0 "Has not initiated a Border Incident with [From.GetNameDef]" - not_initiated_border_incident_with_ROOT:0 "Has not initiated a Border Incident with [Root.GetNameDef]" - at_least_one_division_in_state:0 "At least §H1§! division in the State" - in_45_days:0 "In 45 Days:\n" - border_incident_active:0 "States do not have an active border incident" ### # # ### # # ### ## # # # # ## # # # diff --git a/1632_RoF/localisation/english/rof_country_POL_l_english.yml b/1632_RoF/localisation/english/rof_country_POL_l_english.yml index d0d766e1..1d0ceafc 100644 --- a/1632_RoF/localisation/english/rof_country_POL_l_english.yml +++ b/1632_RoF/localisation/english/rof_country_POL_l_english.yml @@ -41,6 +41,7 @@ POL_power_king_over_TT_NOT:0 "The £pol_balance_king §YKing§! has at most [?POL.power_check|%Y0] §Ypower§! (Currently: [?POL.power_king|%Y0])" POL_power_szlachta_under_TT:0 "The £faction_tur_unaligned §YSzlachta's§! have less than [?POL.power_check|%Y0] §Ypower§! (Currently: [?POL.power_szlachta|%Y0])" POL_power_szlacha_over_TT:0 "The £faction_tur_unaligned §YSzlachta§! have more than [?POL.power_check|%Y0] §Ypower§! (Currently: [?POL.power_szlachta|%Y0])" + sejm_support_magnate_lower_TT:0 "If the Magnates are weaker, fewer delegates will be required" sejm_low_support_trigger_tt:1 "Requires the support of at least §Y[?POL.sejm_low] Delegates§! (current: [?POL.sejm_support])\n" sejm_low_support_trigger_tt_NOT:1 "Does not have the support of at least §Y[?POL.sejm_low] Delegates§! (current: [?POL.sejm_support])\n" sejm_medium_support_trigger_tt:1 "Requires the support of at least §Y[?POL.sejm_medium] Delegates§! (current: [?POL.sejm_support])\n" @@ -95,7 +96,7 @@ POL_reduced_magnates_desc:0 "We have reduced the influence of the magnates, though they still have undue power in our country." POL_weakened_magnates:0 "Weakened Magnates" POL_integrated_magnates:0 "Integrated Magnates" - POL_integrated_magnates:0 "We have integrated the magnates into the formal structure of the government. Now their power is not just from wealth, but also legal authority." + POL_integrated_magnates_desc:0 "We have integrated the magnates into the formal structure of the government. Now their power is not just from wealth, but also legal authority." POL_treaty_of_stary_targ:0 "Treaty of Stary Targ" POL_treaty_of_stary_targ_desc:0 "Signed with Sweden in 1629, the Treaty of Stary Targ guaranteed Sweden two-thirds of the tolls at Commonwealth ports for six years in addition to ceding the majority of Livonia to Sweden." POL_grain_exports:0 "Grain Exports" diff --git a/1632_RoF/localisation/english/rof_country_RUS_l_english.yml b/1632_RoF/localisation/english/rof_country_RUS_l_english.yml index 06afef19..b7ea2c65 100644 --- a/1632_RoF/localisation/english/rof_country_RUS_l_english.yml +++ b/1632_RoF/localisation/english/rof_country_RUS_l_english.yml @@ -3,6 +3,9 @@ ###decisions### ############### RUS_major_decisions:0 "Important Decisions" + RUS_commonwealth_opinion_balance:0 "[POL.GetAdjective] Relations" + RUS_pro_commonwealth:0 "Pro-[POL.GetAdjective]" + RUS_anti_commonwealth:0 "Anti-[POL.GetAdjective]" ###################### ###ideas/characters### ###################### diff --git a/1632_RoF/localisation/english/rof_country_SWE_l_english.yml b/1632_RoF/localisation/english/rof_country_SWE_l_english.yml index f4b2157f..6eaf0deb 100644 --- a/1632_RoF/localisation/english/rof_country_SWE_l_english.yml +++ b/1632_RoF/localisation/english/rof_country_SWE_l_english.yml @@ -12,8 +12,6 @@ SWE_FRA_support_desc:0 "France is supporting us with funds for our army." SWE_UPS_support:0 "Dutch Support" SWE_UPS_support_desc:0 "The United Provinces are supporting us with funds for our army." - SWE_lion_of_the_north:0 "The Lion of the North" - SWE_lion_of_the_north_desc:0 "King Gustavus II Adolphus, through his military brilliance and forceful entry into the Wars of Religion, has earned the nickname of 'the Lion of the North'" SWE_truce_of_altmark:0 "Truce of Altmark" SWE_truce_of_altmark_desc:0 "Signed with Poland-Lithuania in 1629, the Truce of Altmark guaranteed Sweden two-thirds of the tolls at Commonwealth ports for six years in addition to ceding the majority of Livonia to Sweden." ############ diff --git a/1632_RoF/localisation/english/rof_decision_l_english.yml b/1632_RoF/localisation/english/rof_decision_l_english.yml index 6202969e..18227384 100644 --- a/1632_RoF/localisation/english/rof_decision_l_english.yml +++ b/1632_RoF/localisation/english/rof_decision_l_english.yml @@ -36,7 +36,7 @@ CoC_present:0 "Committees of Correspondence are Present" CoC_banned:0 "Committees of Correspondence are Banned" ban_CoC:0 "Ban Committees of Correspondence" - ban_CoC:0 "The Committees of Correspondence have been causing trouble in our realm. We must crack down on them and remove their influence for the sake of stability and security." + ban_CoC_desc:0 "The Committees of Correspondence have been causing trouble in our realm. We must crack down on them and remove their influence for the sake of stability and security." RoF_ban_CoC.tt:0 "Banning the CoC will reduce their strength to non-existant, but anger them greatly." allow_CoC:0 "Permit Committees of Correspondence" allow_CoC_desc:0 "Whatever we make think of their politics, the Committees of Correspondence do help our people thrive by their insistence on hygine and other up-time inspired practices." @@ -105,7 +105,7 @@ annex_CoC_controlled_tag_desc:0 "The Committee of Correspondence in our neighbor wants us to overthrow their ruler. We should extend our protections when and wherever we can." CoC_border_conflict_start:0 "Start conflict with §Y[From.GetNameDef]§!" RoF_army_support_TT:0 "Each time army support is increased, 10% is added to the strength of your faction in the civil war, up to a maximum total strength of 70%." - formulate_surprise_attack_plan_for_civil_war_tt:0 "The Surprise Attack Plan gives a 25% attack bonus to all divisions on core territory, for 30 days." + #formulate_surprise_attack_plan_for_civil_war_tt:0 "The Surprise Attack Plan gives a 25% attack bonus to all divisions on core territory, for 30 days." absolutist_on_the_rise:0 "Absolutism on the Rise" absolutist_on_the_rise_desc: "Vocal political elements have begun to speak up in favor of absolutist values, finding support with an increasing number of the population. The nation's path to absolutism lies open, merely awaiting the choice of peaceful or violent transition." constitutionalist_on_the_rise:0 "Constitutionalism on the Rise" @@ -269,8 +269,6 @@ institute_press_censorship_liberal_state_desc:0 "These are dangerous times and we can't allow dissenting voices to tear our country apart. Restricting the freedom of the press is necessary to ensure that the truth is heard loud and clear." institute_press_censorship_radical_state:0 "Institute Press Censorship" institute_press_censorship_radical_state_desc:0 "These are dangerous times and we can't allow dissenting voices to tear our country apart. Restricting the freedom of the press is necessary to ensure that the truth is heard loud and clear." - institute_press_censorship_neutrality_state:0 "Institute Press Censorship" - institute_press_censorship_neutrality_state_desc:0 "These are dangerous times and we can't allow dissenting voices to tear our country apart. Restricting the freedom of the press is necessary to ensure that the truth is heard loud and clear." hearts_and_minds_decision:0 "Hearts and Minds in [From.GetNameDef]" hearts_and_minds_decision_desc:0 "The [From.GetAdjective] people don't yet understand how fortunate they are to be under our guidance. A campaign to show them the benefits of our way of life should win them over however." seeding_coc_decision:0 "Seeding Committees of Correspondence in [From.GetNameDef]" diff --git a/1632_RoF/localisation/english/rof_decision_tag_l_english.yml b/1632_RoF/localisation/english/rof_decision_tag_l_english.yml index a97ce4d3..2e9f59ce 100644 --- a/1632_RoF/localisation/english/rof_decision_tag_l_english.yml +++ b/1632_RoF/localisation/english/rof_decision_tag_l_english.yml @@ -93,6 +93,7 @@ SPN_protect_maastricht_tooltip:0 "We must improve the fortifications for the city of Maastricht (minimum fort level 4)" SPN_protected_maastricht_tooltip:0 "The Dutch may still attempt to take the city" german_decisions:0 "Important Decisions" + thirty_years_war_decisions:0 "Important Decisions" WRZ_protect_wurzburg:0 "Protect Würzburg" WRZ_protect_wurzburg_desc:0 "Our scouts tell us that [SWE.GetLeader] is preparing to march on Würzburg. If we are to hold the city, we must improve it's defense to have even a chance." WRZ_protect_wurzburg_tooltip:0 "We must improve the fortifications for the city of Würzburg (minimum fort level 2)" diff --git a/1632_RoF/localisation/english/rof_events_ENGFRA_l_english.yml b/1632_RoF/localisation/english/rof_events_ENGFRA_l_english.yml index efcfd651..4fe7959e 100644 --- a/1632_RoF/localisation/english/rof_events_ENGFRA_l_english.yml +++ b/1632_RoF/localisation/english/rof_events_ENGFRA_l_english.yml @@ -45,9 +45,9 @@ FRA_LOR.1.t:0 "Occupation of Lorraine" RoF_FRA.161.b:0 "To battle it is then." RoF_FRA.165.t:0 "Gaston in Lorraine" - RoF_FRA.161.d:0 "Monsieur Gaston, brother and heir of King Louis of France, has gone haring off in Lorraine with an army, ostensibly on behalf of his wife and brother-in-law, who is Duke Charles of Lorraine. Of course, his presence only serves to disrupt our control of the dutchy." - RoF_FRA.161.a:0 "We don't have the resources to stop him." - RoF_FRA.161.b:0 "Do whatever it takes to stop him." + RoF_FRA.165.d:0 "Monsieur Gaston, brother and heir of King Louis of France, has gone haring off in Lorraine with an army, ostensibly on behalf of his wife and brother-in-law, who is Duke Charles of Lorraine. Of course, his presence only serves to disrupt our control of the dutchy." + RoF_FRA.165.a:0 "We don't have the resources to stop him." + RoF_FRA.165.b:0 "Do whatever it takes to stop him." RoF_ENG.101.t:0 "[SWE.GetNameDefCap] Responds to Our Offer" RoF_ENG.101.da:0 "[SWE.GetNameDefCap] has accepted our offer of an alliance for mutual aid" diff --git a/1632_RoF/localisation/english/rof_events_TUR_l_english.yml b/1632_RoF/localisation/english/rof_events_TUR_l_english.yml index 487f42f3..6d251f43 100644 --- a/1632_RoF/localisation/english/rof_events_TUR_l_english.yml +++ b/1632_RoF/localisation/english/rof_events_TUR_l_english.yml @@ -59,7 +59,7 @@ RoF_TUR.150.c:0 "Do we really need reforms?" RoF_TUR.151.t:0 "Weakening the Janissaries" RoF_TUR.151.d:0 "Test" - RoF_TUR.160.t:0 "Revan Feignt" + RoF_TUR.160.t:0 "Revan Feint" RoF_TUR.160.d:0 "As Sultan Murad decreed, the war with Persia has begun a new phase. While the main body of the army marches towards Baghdad, a large division has been sent to Revan, which the Persians call Erivan. This city does provide a strategic control over the northern reaches of the Persian realm, and it was under Ottoman control from 1590 until the current war started in 1603. However, the main purpose of this siege is to draw the Persian forces away from Baghdad, to make it easier for the Sultan to capture the Jewel of Iraq." RoF_TUR.160.a:0 "The Persians have no idea what's coming" RoF_TUR.164.t:0 "Capture of Baghdad" diff --git a/1632_RoF/localisation/english/rof_events_misc_l_english.yml b/1632_RoF/localisation/english/rof_events_misc_l_english.yml index 847292fa..c032cacc 100644 --- a/1632_RoF/localisation/english/rof_events_misc_l_english.yml +++ b/1632_RoF/localisation/english/rof_events_misc_l_english.yml @@ -21,10 +21,10 @@ RoF.011.d:0 "Concerned over our policies, the Committee of Correspondence in [CoC_agitated_state_alpha.GetName] are asking [From.GetNameDef] to take them under their protection. How shall we respond?" RoF.011.a:0 "We must give in to keep the peace." RoF.011.b:0 "We cannot allow these rebels to break apart our land!" - RoF.011.t:0 "Committees of Correspondence enact Coup" - RoF.011.d:0 "Concerned over our policies, the Committees of Correspondence in [Root.GetNameDef] are asking [From.GetNameDef] to usurp our rule. How shall we respond?" - RoF.011.a:0 "We must give in to keep the peace." - RoF.011.b:0 "We cannot allow these rebels to usurp our rights!" + RoF.012.t:0 "Committees of Correspondence enact Coup" + RoF.012.d:0 "Concerned over our policies, the Committees of Correspondence in [Root.GetNameDef] are asking [From.GetNameDef] to usurp our rule. How shall we respond?" + RoF.012.a:0 "We must give in to keep the peace." + RoF.012.b:0 "We cannot allow these rebels to usurp our rights!" RoF.020.t:0 "Dismiss all Mercenaries" RoF.020.d:0 "§RAre you SURE you want to delete all of your mercenary regiments?§!\n\nYou currently employ §R[?ROOT.merc_pool_small]§! detachments, §R[?ROOT.merc_pool_medium]§! companies, and §R[?ROOT.merc_pool_large]§! armies of mercenaries with a total upkeep weight of §R[?ROOT.merc_weight]§!" RoF.020.a:0 "Wait, nevermind" @@ -127,4 +127,8 @@ RoF_JAP.120.a:0 "Good luck to them" RoF_JAP.121.t:0 "Colony in California" RoF_JAP.121.d:0 "Colony in California" - RoF_JAP.121.a:0 "Good luck to them" \ No newline at end of file + RoF_JAP.121.a:0 "Good luck to them" + attache_absolutist_tt:0 "Due to the amount of §YAbsolutism§! support in our country this will have the following effect:\n" + attache_constitutionalist_tt:0 "Due to the amount of §YConstitutionalism§! support in our country this will have the following effect:\n" + attache_liberal_tt:0 "Due to the amount of §YLiberal§! support in our country this will have the following effect:\n" + attache_radical_tt:0 "Due to the amount of §YRadical§! support in our country this will have the following effect:\n" diff --git a/1632_RoF/localisation/english/rof_focus_l_english.yml b/1632_RoF/localisation/english/rof_focus_l_english.yml index d75790da..5b53bfc1 100644 --- a/1632_RoF/localisation/english/rof_focus_l_english.yml +++ b/1632_RoF/localisation/english/rof_focus_l_english.yml @@ -67,133 +67,6 @@ SWE_cpoe:0 "Establish the CPoE" SWE_cpoe_desc:0 "After the attack on Grantville, the New US and Sweden should forge a new alliance for the princes of Germany, the Confederated Principalites of Europe." SWE_cpoe.tt:0 "We need a reason to strengthen the alliance we have with the New US." - army_effort:0 "Army Effort" - army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." - equipment_effort:0 "Equipment Effort" - equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." - motorization_effort:0 "Motorization Effort" - motorization_effort_desc:0 "Mobility and protection are crucial to get infantry into and out of the field safely. Focusing on these developments will allow us to take action quickly." - doctrine_effort:0 "Doctrine Effort" - doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." - equipment_effort_2:0 "Equipment Effort II" - equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." - mechanization_effort:0 "Mechanization Effort" - mechanization_effort_desc:0 "Rethinking the possibilities of motorized infantry, we can push the limits of what vehicles can be constructed today." - doctrine_effort_2:0 "Doctrine Effort II" - doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." - equipment_effort_3:0 "Equipment Effort III" - equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." - armor_effort:0 "Armor Effort" - armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." - special_forces:0 "Special Forces" - special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." - aviation_effort:0 "Aviation Effort" - aviation_effort_tt:0 "Not enough building slots for §YAir Base§!" - aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." - fighter_focus:0 "Fighter Focus" - fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." - bomber_focus:0 "Bomber Focus" - bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." - aviation_effort_2:0 "Aviation Effort II" - aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." - CAS_effort:0 "CAS Effort" - CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." - rocket_effort:0 "Rocket Effort" - rocket_effort_desc:0 "Rocket and jet engines allow for unprecedented speeds for unmanned and manned vessels alike. Pioneering these technologies will allow us to take the enemy by surprise." - NAV_effort:0 "NAV Effort" - NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." - naval_effort:0 "Naval Effort" - naval_effort_tt:0 "Not enough building slots for §YNaval Dockyards§!" - naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." - flexible_navy:0 "Flexible Navy" - flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in technology will allow us to strike efficiently against enemy convoys." - large_navy:0 "Large Navy" - large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." - submarine_effort:0 "Submarine Effort" - submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." - cruiser_effort:0 "Cruiser Effort" - cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." - destroyer_effort:0 "Destroyer Effort" - destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." - capital_ships_effort:0 "Capital Ship Effort" - capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." - industrial_effort:0 "Industrial Advances" - industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." - industrial_effort_2:0 "Industrial Effort II" - industrial_effort_2_desc:0 "With iron will and a relentless work ethic, we can mobilize the people in another great industrial effort." - construction_effort:0 "Construction Effort" - construction_effort_tt:0 "Not enough building slots for §YCivilian Factories§!" - construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." - production_effort:0 "Armament Effort" - production_effort_tt:0 "Not enough building slots for §YMilitary Factory§!" - production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." - construction_effort_2:0 "Construction Effort II" - construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." - production_effort_2:0 "Armament Effort II" - production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." - production_effort_3:0 "Armament Effort III" - production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." - infrastructure_effort:0 "Infrastructure Effort" - infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." - infrastructure_effort_tt:0 "Not enough building slots for §YInfrastructure§!" - synth_oil_effort_tt:0 "Not enough building slots for §YSynthetic Refinery§!" - infrastructure_effort_2:0 "Infrastructure Effort II" - infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." - construction_effort_3:0 "Construction Effort III" - construction_effort_3_desc:0 "Expansion of our infrastructure network has significantly improved our capacity for construction." - nuclear_effort:0 "Nuclear Effort" - nuclear_effort_desc:0 "Standing on the edge of a world-changing discovery, we cannot let others light the fire that may one day consume the Earth." - extra_tech_slot:0 "Extra Research Slot" - extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." - extra_tech_slot_2:0 "Extra Research Slot II" - extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." - technology_sharing:0 "Technology Sharing" - technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." - secret_weapons:0 "Secret Weapons" - secret_weapons_desc:0 "It is tempting to expend all extra resources into developing tanks and planes, but the secret to winning wars lies in whole new fields of science; electronics, rocketry and nuclear research." - political_effort:0 "Political Effort" - political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." - collectivist_ethos:0 "Collectivist Ethos" - collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." - liberty_ethos:0 "Liberty Ethos" - liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." - militarism:0 "Militarism" - militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." - political_correctness:0 "Political Correctness" - political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." - neutrality_focus:0 "Neutrality Focus" - neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." - interventionism_focus:0 "Interventionism Focus" - interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." - military_youth:0 "Military Youth" - military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." - deterrence:0 "Deterrence" - deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." - volunteer_corps:0 "Volunteer Corps" - volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." - paramilitarism:0 "Paramilitarism" - paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." - indoctrination_focus:0 "Indoctrination" - indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." - foreign_expeditions:0 "Foreign Expeditions" - foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." - why_we_fight:0 "Why We Fight" - why_we_fight_effect:0 "If we don't have the §YNeutral Foreign Policy§! spirit we will be able to create factions." - why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." - political_commissars:0 "Political Commissars" - political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." - internationalism_focus:0 "Internationalism Focus" - internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." - nationalism_focus:0 "Nationalism Focus" - nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." - ideological_fanaticism:0 "Ideological Fanaticism" - ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." - air_innovation:0 "Air Innovations" - air_innovation_desc:0 "Modern wars cannot be won without dominating the skies. We must do everything in our power to develop the air force!" - air_innovation_2:0 "Air Innovations II" - air_innovation_2_desc:0 "Every advantage we can gain in the skies is precious. We should focus all of our efforts on developing our fighters." - naval_air_effort:0 "Naval Air Effort" - naval_air_effort_desc:0 "The efficacy of air strikes against naval targets was demonstrated by the Americans already back in 1921. We should not neglect this branch of the Air Force if we intend to wage war on a naval power." royal_dictatorship_focus:0 "Assert Authority" royal_dictatorship_focus_desc:0 "The common rabble are starting to get ideas of 'rights' and 'freedom', we must assert our authority over them to show who is in control." reactionary_path:0 "Keep to Tradition" @@ -416,8 +289,8 @@ mass_mobilization_desc:0 "With the increasing tension in the world, we need to increase the size of our army." irregular_forces:0 "Irregulars" irregular_forces_desc:0 "Irregular forces, comprised of hunters, foresters, and similar, have long played a role as scouts and marksmen for our armies. Let us increase our use of these irregulars." - air_research:0 "Air Research" - air_research_desc:0 "The up-timers have proved that stories of flight can be more than myths. We should research aircraft for ourselves." + air_research_focus:0 "Air Research" + air_research_focus_desc:0 "The up-timers have proved that stories of flight can be more than myths. We should research aircraft for ourselves." lighter_than_air:0 "Lighter-than-Air" lighter_than_air_desc:0 "Aircraft with a lifting balloon will be easier to engineer and produce. They also provide greater weight capability." heavier_than_air:0 "Heavier-than-Air" @@ -821,8 +694,8 @@ TUR_air_superiority_desc:0 "Our airplanes will prevent any enemy from controlling the skies." TUR_baghdad_campaign:0 "Baghdad Campaign" TUR_baghdad_campaign_desc:0 "Baghdad is the jewel of Mesopotamia. Its capture by the Persians in 1623 was a blow to our power in the region. With our new weapons however, we should have little trouble retaking the city." - TUR_revan_feignt:0 "Revan Feignt" - TUR_revan_feignt_desc:0 "We can draw the Persian army away from Baghdad by attacking north at Revan." + TUR_revan_feint:0 "Revan Feint" + TUR_revan_feint_desc:0 "We can draw the Persian army away from Baghdad by attacking north at Revan." TUR_attack_austria:0 "Attack Austria" TUR_attack_austria_desc:0 "Austria has long held the border against us in Hungary. It's time we defeated them once and for all." TUR_siege_vienna:0 "Siege Vienna" diff --git a/1632_RoF/localisation/english/rof_game_rules_l_english.yml b/1632_RoF/localisation/english/rof_game_rules_l_english.yml index e25d26b5..ba5c588d 100644 --- a/1632_RoF/localisation/english/rof_game_rules_l_english.yml +++ b/1632_RoF/localisation/english/rof_game_rules_l_english.yml @@ -6,11 +6,7 @@ RULE_OPTION_ABSOLUTIST_ALTERNATE:0 "Absolutist - Alternate" RULE_OPTION_CONSTITUTIONALIST:0 "Constitutionalist" NUS_AI_BEHAVIOR:0 "@NUS New United States" - SWE_AI_BEHAVIOR:0 "@SWE Sweden" AUS_AI_BEHAVIOR:0 "@AUS Austria" - FRA_AI_BEHAVIOR:0 "@FRA France" - ENG_AI_BEHAVIOR:0 "@ENG England" - POL_AI_BEHAVIOR:0 "@POL Poland-Lithuania" SPN_AI_BEHAVIOR:0 "@SPN Spanish Netherlands" UPS_AI_BEHAVIOR:0 "@UPS United Provinces" RULE_CANON_NUS_AI_DESC:0 "The New United States will attempt to follow the canon as much as possible." diff --git a/1632_RoF/localisation/english/rof_ideas_l_english.yml b/1632_RoF/localisation/english/rof_ideas_l_english.yml index ed03d627..ef888074 100644 --- a/1632_RoF/localisation/english/rof_ideas_l_english.yml +++ b/1632_RoF/localisation/english/rof_ideas_l_english.yml @@ -71,16 +71,14 @@ keep_traditions_idea_desc:0 "We must protect against the corrupting influence of these up-timers." absolutism:0 "Absolutism" absolutism_desc:0 "God has ordained our monarch with the right to rule. To say otherwise is blasphemy." - royal_dictatorship_focus:0 "Royal Dictat" - royal_dictatorship_focus_desc:0 "Our king has the power to shape our country, merely by his will." + royal_dictatorship_idea:0 "Royal Dictat" + royal_dictatorship_idea_desc:0 "Our king has the power to shape our country, merely by his will." strike_democracy_idea:0 "Strike Against Democracy" strike_democracy_idea_desc:0 "The Up-timers have been spreading their blasphemous ideas for too long, we must strike them down and return to the rightful order." moderate_ethos_focus:0 "Moderation" moderate_ethos_focus_desc:0 "Let us keep an eye out for opportunity with these new developments." constitutionalism_idea:0 "Constitutionalism" constitutionalism_idea_desc:0 "We should draft a constitution to placte our people and nobles." - liberty_ethos_focus:0 "Liberalism" - liberty_ethos_focus_desc:0 "The people deserve better than they've gotten so far." up_time_knowledge_ideas:0 "Up-time Knowledge" up_time_knowledge_ideas_desc:0 "Up-time books contain more than 300 years of advances. We can learn much from them." republicanism_ideas:0 "Republicanism" @@ -162,7 +160,7 @@ ENG_elizabeth_second_idea:0 "Elizabeth II" ENG_elizabeth_second_idea_desc:0 "Although the King's sister, Elizabeth, is an unsuitable choice, her children are perfect replacements for Charles" ENG_mary_second_idea:0 "Mary II" - ENG_mary_second_idea:0 "The newborn Princess Mary will be an excellent queen, under proper tutelage, of course." + ENG_mary_second_idea_desc:0 "The newborn Princess Mary will be an excellent queen, under proper tutelage, of course." ENG_democracy_idea:0 "English Democracy" ENG_house_of_lords_idea:0 "House of Lords" ENG_figurehead_monarchy:0 "Figurehead Monarch" diff --git a/1632_RoF/localisation/english/rof_misc_l_english.yml b/1632_RoF/localisation/english/rof_misc_l_english.yml index 6b54279e..11d99b5b 100644 --- a/1632_RoF/localisation/english/rof_misc_l_english.yml +++ b/1632_RoF/localisation/english/rof_misc_l_english.yml @@ -14,10 +14,6 @@ ENG_RING_OF_FIRE_DESC:0 "England has recently consolidated the British Isles; King Charles is the second king to sit on the thrones of England and Scotland at the same time. However, it is an uneasy peace, the Scotish and the Irish both resent English rule. King Charles will have to consolidate his power, but the changes in mainland Europe may make that more difficult." DEN_RING_OF_FIRE_DESC:0 "Denmark is recovering from their defeat at the hands of the Holy Roman Emperor's forces. Their recent foray into Germany ended in failure and the rising star of Sweden looks to overtake Denmark's influence in the Baltic. King Christian would greatly like to restore the Union of Kalmar over Sweden, but without support from elsewhere, it does not seem possible." POLITICS_MICHAEL_STEARNS_DESC:0 "Michael Stearns worked as a union rep for many years; he learned most of his negotiating techniques that way, though he also takes some experience from his time as a boxer." - mercenary:0 "Mercenary Infantry" - mercenary_desc:0 "Fights for gold. Don't rely on them too much." - merc_cavalry:0 "Mercenary Cavalry" - merc_cavalry_desc:0 "Horse mounted mercenaries. More expensive, but with good mobility. Don't rely on them too much." RoF_unlock_focuses:0 "Unlocks further Focuses" RoF_focus_bypass_TT:0 "Bypassed by Event" battle_of_crapper_fired:0 "Will be bypassed when we decide how to deal with refugees" @@ -97,8 +93,8 @@ steamship_tech:0 "Steamship Designs" ironclad_tech:0 "Ironclad Designs" timberclad_tech:0 "Timberclad Designs" - heavy_artillery:0 "Heavy Artillery" - light_artillery:0 "Light Artillery" + heavy_artillery_tech:0 "Heavy Artillery" + light_artillery_tech:0 "Light Artillery" PRODUCTION_MATERIALS_COMBUSTION_ENGINE:0 "Combustion Engines" combustion_engine_desc:0 "Combustion Engines provide great amounts of power to drive machinery and vehicles." Rof_first_flight.tt:0 "Human flight must be demonstrated before anyone will take this seriously." @@ -110,8 +106,6 @@ custom_diff_strong_nus:0 "Strengthen the Americans" custom_diff_strong_swe:0 "Strengthen Sweden" custom_diff_strong_aus:0 "Strengthen Austria" - custom_diff_strong_fra:0 "Strengthen France" - custom_diff_strong_eng:0 "Strengthen England" custom_diff_strong_spr:0 "Strengthen Spain" custom_diff_strong_tur:0 "Strengthen the Ottomans" custom_diff_strong_pol:0 "Strengthen Poland" @@ -209,4 +203,14 @@ NEVA_RIVER:0 "Neva River" SVIR_RIVER:0 "Svir River" WHITE_SEA_CANAL:0 "White Sea Canal" - canal_not_built:0 "This canal is only theoretical" \ No newline at end of file + canal_not_built:0 "This canal is only theoretical" + steel_mill:0 "Steel Mill" + steel_mill_plural:0 "Steel Mills" + steel_mill_desc:0 "This building provides the state with" + steel_mill_amount:0 "$VALUE|Y0=$" + steel_mill_resource:0 "£resources_strip|4" + engine_factory:0 "Engine Factory" + engine_factory_plural:0 "Engine Factories" + engine_factory_desc:0 "This building provides the state with" + engine_factory_amount:0 "$VALUE|Y0=$" + engine_factory_resource:0 "£resources_strip|6" diff --git a/1632_RoF/localisation/english/rof_parties_l_english.yml b/1632_RoF/localisation/english/rof_parties_l_english.yml index b7b46b08..1dcf50ca 100644 --- a/1632_RoF/localisation/english/rof_parties_l_english.yml +++ b/1632_RoF/localisation/english/rof_parties_l_english.yml @@ -30,8 +30,6 @@ conservatism_neutral_desc:0 "Considering rapid changes to society to be potentially harmful, conservatism espouses tradition and moderate reforms, sometimes advocating a return to old moral values." republican_neutral:0 "Republic" republican_neutral_desc:0 "Republics usually elect their ruler from the elite families of the country. Only a few republics in Europe gained any real power." - democracy:0 "Democracy" - democracy_desc:0 "Democracy gives control of the government to majority of the people, not reserving it for an elite." constitutional_monarchy:0 "Constitutional Monarchy" constitutional_monarchy_desc:0 "Constitutional monarchy is a form of monarchy in which the ruler must abide by a constitution." colony_neutral:0 "Colonial Government" diff --git a/1632_RoF/localisation/english/rof_units_l_english.yml b/1632_RoF/localisation/english/rof_units_l_english.yml index 108379a8..fd70fcfd 100644 --- a/1632_RoF/localisation/english/rof_units_l_english.yml +++ b/1632_RoF/localisation/english/rof_units_l_english.yml @@ -7,8 +7,6 @@ spear_infantry_desc:0 "Spearmen have been the core of many armies for centuries. They generally fight in close formations, using their spears both for attack and defense." tercio_infantry:0 "Tercio" tercio_infantry_desc:0 "Tercios expanded on the power of pike formations by adding firearms. Although the arquebusiers make up only a small percentage of the formation, their volleys add a great punch to the attack." - spear_infantry:0 "Spearmen" - spear_infantry_desc:0 "Spearmen have been the core of many armies for centuries. They generally fight in close formations, using their spears both for attack and defense." merc_tercio_infantry:0 "Mercenary Tercio" merc_tercio_infantry_desc:0 "A mercenary company that fights in a tercio formation. Such companies were common in the war-filled era of the 1630s." line_infantry:0 "Line Infantry" diff --git a/1632_RoF/localisation/english/state_names_l_english.yml b/1632_RoF/localisation/english/state_names_l_english.yml index 31444ddb..c7b6df18 100644 --- a/1632_RoF/localisation/english/state_names_l_english.yml +++ b/1632_RoF/localisation/english/state_names_l_english.yml @@ -351,7 +351,7 @@ STATE_350:0 "Brêst" STATE_351:0 "Smolensk" STATE_352:1 "Vitebsk" - STATE_353:0 "Kiev" + STATE_353:0 "Kyiv" STATE_354:1 "Volhynia" STATE_355:0 "Pommerania" STATE_356:0 "Douro" diff --git a/1632_RoF/localisation/english/victory_points_l_english.yml b/1632_RoF/localisation/english/victory_points_l_english.yml index e50a9e91..358dcf49 100644 --- a/1632_RoF/localisation/english/victory_points_l_english.yml +++ b/1632_RoF/localisation/english/victory_points_l_english.yml @@ -40,7 +40,7 @@ VICTORY_POINTS_513:0 "Łuck" VICTORY_POINTS_514:0 "Dresden" VICTORY_POINTS_516:0 "Brussels" - VICTORY_POINTS_525:0 "Kiev" + VICTORY_POINTS_525:0 "Kyiv" VICTORY_POINTS_529:0 "Koblenz" VICTORY_POINTS_537:0 "Bärwalde" VICTORY_POINTS_538:0 "Weimar" diff --git a/1632_RoF/localisation/replace/rof_replace_l_english.yml b/1632_RoF/localisation/replace/rof_replace_l_english.yml index 6e80dd70..49e4112e 100644 --- a/1632_RoF/localisation/replace/rof_replace_l_english.yml +++ b/1632_RoF/localisation/replace/rof_replace_l_english.yml @@ -8,3 +8,171 @@ train_equipment_1_desc:0 "Wagons and horse represent the fastest way to move goods and supplies across land." train_equipment_2:0 "Early Train" train_equipment_2_desc:0 "A simple steam engine powers this locomotive." + mio_cat_eq_all_light_tank:0 "All Gas Tank and APC Equipment" + mio_cat_eq_all_medium_tank:0 "All Steam Tank Equipment" + mio_cat_eq_all_heavy_tank:0 "All Heavy Tank Equipment" + mio_cat_eq_all_tank_destroyers:0 "All Tank Destroyer Equipment" + mio_cat_eq_all_carrier:0 "All Carrier Ships" + mio_cat_eq_all_cruiser:0 "All Cruiser Ships" + mio_cat_eq_all_destroyer:0 "All Destroyer Ship" + mio_cat_eq_all_battleship:0 "All Battleship" + mio_cat_eq_all_small_plane:0 "All Small Planes" + mio_cat_eq_all_medium_plane:0 "All Medium Planes" + mio_cat_eq_all_large_plane:0 "All Airships" + mio_cat_eq_only_light_fighter:0 "Fighter and Carrier Fighter" + mio_cat_eq_only_light_fighter_no_cv:0 "Fighter" + mio_cat_eq_only_tactical_bomber:0 "Tactical Bomber" + mio_cat_eq_only_strategic_bomber:0 "Strategic Bomber" + mio_cat_eq_all_cv_aircraft:0 "All Carrier Aircraft" + #vanilla stuff + defensive_border_conflict_won:0 "Defensive Border Conflict Won" + not_initiated_border_incident_with_FROM:0 "Has not initiated a Border Incident with [From.GetNameDef]" + not_initiated_border_incident_with_ROOT:0 "Has not initiated a Border Incident with [Root.GetNameDef]" + at_least_one_division_in_state:0 "At least §H1§! division in the State" + in_45_days:0 "In 45 Days:\n" + border_incident_active:0 "States do not have an active border incident" + escalation_possible_tooltip_for_defender:0 "§H[From.GetNameDef]§! can escalate incident to a §HBorder Conflict§!.\nWe will instantly lose if we have no divisions in the state\n" + effects_if_border_conflict_is_lost:0 "§HEffects if Border Conflict is lost§!:\n" + from_cannot_escalate:0 "§H[From.GetNameDef]§! can no longer escalate to a §HBorder Conflict§!.\n\n" + WTT_border_incident_forgotten:0 "Incident in [From.From.GetName] Forgotten" + formulate_surprise_attack_plan_for_civil_war_tt:0 "The Surprise Attack Plan gives a 25% attack bonus to all divisions on core territory, for 30 days." + institute_press_censorship_neutrality_state:0 "Institute Press Censorship" + institute_press_censorship_neutrality_state_desc:0 "These are dangerous times and we can't allow dissenting voices to tear our country apart. Restricting the freedom of the press is necessary to ensure that the truth is heard loud and clear." + FRA_AI_BEHAVIOR:0 "@FRA France" + SWE_AI_BEHAVIOR:0 "@SWE Sweden" + ENG_AI_BEHAVIOR:0 "@ENG England" + POL_AI_BEHAVIOR:0 "@POL Poland-Lithuania" + custom_diff_strong_fra:0 "Strengthen France" + custom_diff_strong_eng:0 "Strengthen England" + SWE_lion_of_the_north:0 "The Lion of the North" + SWE_lion_of_the_north_desc:0 "King Gustavus II Adolphus, through his military brilliance and forceful entry into the Wars of Religion, has earned the nickname of 'the Lion of the North'" + #Focuses + political_correctness:0 "Political Correctness" + political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + production_effort_2:0 "Armament Effort II" + production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + production_effort_3:0 "Armament Effort III" + production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + motorization_effort:0 "Motorization Effort" + motorization_effort_desc:0 "Mobility and protection are crucial to get infantry into and out of the field safely. Focusing on these developments will allow us to take action quickly." + army_effort:0 "Army Effort" + army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + rocket_effort:0 "Rocket Effort" + rocket_effort_desc:0 "Rocket and jet engines allow for unprecedented speeds for unmanned and manned vessels alike. Pioneering these technologies will allow us to take the enemy by surprise." + political_commissars:0 "Political Commissars" + political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + technology_sharing:0 "Technology Sharing" + technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + foreign_expeditions:0 "Foreign Expeditions" + foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + equipment_effort:0 "Equipment Effort" + equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + doctrine_effort:0 "Doctrine Effort" + doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + equipment_effort_2:0 "Equipment Effort II" + equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + mechanization_effort:0 "Mechanization Effort" + mechanization_effort_desc:0 "Rethinking the possibilities of motorized infantry, we can push the limits of what vehicles can be constructed today." + doctrine_effort_2:0 "Doctrine Effort II" + doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + equipment_effort_3:0 "Equipment Effort III" + equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + armor_effort:0 "Armor Effort" + armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + special_forces:0 "Special Forces" + special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + aviation_effort:0 "Aviation Effort" + aviation_effort_tt:0 "Not enough building slots for §YAir Base§!" + aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + fighter_focus:0 "Fighter Focus" + fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + bomber_focus:0 "Bomber Focus" + bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + aviation_effort_2:0 "Aviation Effort II" + aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + CAS_effort:0 "CAS Effort" + CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + NAV_effort:0 "NAV Effort" + NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + naval_effort:0 "Naval Effort" + naval_effort_tt:0 "Not enough building slots for §YNaval Dockyards§!" + naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + flexible_navy:0 "Flexible Navy" + flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in technology will allow us to strike efficiently against enemy convoys." + large_navy:0 "Large Navy" + large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + submarine_effort:0 "Submarine Effort" + submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + cruiser_effort:0 "Cruiser Effort" + cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + destroyer_effort:0 "Destroyer Effort" + destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + capital_ships_effort:0 "Capital Ship Effort" + capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + industrial_effort:0 "Industrial Advances" + industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + industrial_effort_2:0 "Industrial Effort II" + industrial_effort_2_desc:0 "With iron will and a relentless work ethic, we can mobilize the people in another great industrial effort." + construction_effort:0 "Construction Effort" + construction_effort_tt:0 "Not enough building slots for §YCivilian Factories§!" + construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + production_effort:0 "Armament Effort" + production_effort_tt:0 "Not enough building slots for §YMilitary Factory§!" + production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + construction_effort_2:0 "Construction Effort II" + construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + infrastructure_effort:0 "Infrastructure Effort" + infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + infrastructure_effort_tt:0 "Not enough building slots for §YInfrastructure§!" + synth_oil_effort_tt:0 "Not enough building slots for §YSynthetic Refinery§!" + infrastructure_effort_2:0 "Infrastructure Effort II" + infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + construction_effort_3:0 "Construction Effort III" + construction_effort_3_desc:0 "Expansion of our infrastructure network has significantly improved our capacity for construction." + nuclear_effort:0 "Nuclear Effort" + nuclear_effort_desc:0 "Standing on the edge of a world-changing discovery, we cannot let others light the fire that may one day consume the Earth." + extra_tech_slot:0 "Extra Research Slot" + extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + extra_tech_slot_2:0 "Extra Research Slot II" + extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + secret_weapons:0 "Secret Weapons" + secret_weapons_desc:0 "It is tempting to expend all extra resources into developing tanks and planes, but the secret to winning wars lies in whole new fields of science; electronics, rocketry and nuclear research." + political_effort:0 "Political Effort" + political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + collectivist_ethos:0 "Collectivist Ethos" + collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + liberty_ethos:0 "Liberty Ethos" + liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + militarism:0 "Militarism" + militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + neutrality_focus:0 "Neutrality Focus" + neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + interventionism_focus:0 "Interventionism Focus" + interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + military_youth:0 "Military Youth" + military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + deterrence:0 "Deterrence" + deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + volunteer_corps:0 "Volunteer Corps" + volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + paramilitarism:0 "Paramilitarism" + paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + indoctrination_focus:0 "Indoctrination" + indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + why_we_fight:0 "Why We Fight" + why_we_fight_effect:0 "If we don't have the §YNeutral Foreign Policy§! spirit we will be able to create factions." + why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + internationalism_focus:0 "Internationalism Focus" + internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + nationalism_focus:0 "Nationalism Focus" + nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + ideological_fanaticism:0 "Ideological Fanaticism" + ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + air_innovation:0 "Air Innovations" + air_innovation_desc:0 "Modern wars cannot be won without dominating the skies. We must do everything in our power to develop the air force!" + air_innovation_2:0 "Air Innovations II" + air_innovation_2_desc:0 "Every advantage we can gain in the skies is precious. We should focus all of our efforts on developing our fighters." + naval_air_effort:0 "Naval Air Effort" + naval_air_effort_desc:0 "The efficacy of air strikes against naval targets was demonstrated by the Americans already back in 1921. We should not neglect this branch of the Air Force if we intend to wage war on a naval power." + liberty_ethos_focus:0 "Liberalism" + liberty_ethos_focus_desc:0 "The people deserve better than they've gotten so far." diff --git a/1632_RoF/map/buildings.txt b/1632_RoF/map/buildings.txt index cfdcd0ac..6d6ee30e 100644 --- a/1632_RoF/map/buildings.txt +++ b/1632_RoF/map/buildings.txt @@ -18,6 +18,7 @@ 1;nuclear_reactor;2912.00;9.70;1549.00;0.72;0 1;radar_station;2910.00;9.78;1552.00;2.36;0 1;rocket_site;2910.00;9.73;1551.00;5.80;0 +1;supply_node;2910.00;9.73;1551.00;1.34;0 1;synthetic_refinery;2912.00;9.70;1548.00;0.11;0 2;air_base;3439.00;12.32;815.00;1.19;0 2;anti_air_building;3448.00;13.25;822.00;1.19;0 @@ -40,34 +41,39 @@ 2;nuclear_reactor;3466.00;13.57;809.00;5.93;0 2;radar_station;3435.00;14.53;794.00;2.73;0 2;rocket_site;3479.00;12.70;781.00;1.80;0 +2;supply_node;3453.00;12.48;812.00;1.65;0 +2;supply_node;3463.00;14.53;788.00;4.23;0 2;synthetic_refinery;3483.00;12.93;784.00;3.86;0 -3;air_base;3463.00;10.65;830.00;5.42;0 -3;anti_air_building;3466.00;10.60;843.00;1.70;0 -3;anti_air_building;3467.00;10.43;842.00;4.97;0 -3;anti_air_building;3481.00;9.75;846.00;2.31;0 -3;arms_factory;3460.00;10.78;829.00;4.90;0 -3;arms_factory;3462.00;11.18;827.00;2.24;0 -3;arms_factory;3466.00;10.43;841.00;0.18;0 -3;arms_factory;3467.00;10.43;842.00;4.30;0 -3;arms_factory;3477.00;10.07;833.00;5.86;0 -3;arms_factory;3481.00;9.75;846.00;5.25;0 -3;bunker;3474.00;10.18;832.00;3.86;0 -3;bunker;3477.00;9.73;842.00;1.19;0 -3;coastal_bunker;3477.00;9.55;835.00;-4.25;0 -3;coastal_bunker;3478.00;9.50;839.00;1.03;0 -3;dockyard;3481.00;9.63;850.00;1.03;0 -3;industrial_complex;3461.00;11.00;828.00;2.75;0 -3;industrial_complex;3463.00;10.60;833.00;4.81;0 -3;industrial_complex;3465.00;10.53;834.00;1.19;0 -3;industrial_complex;3470.00;11.00;847.00;4.30;0 -3;industrial_complex;3471.00;10.32;841.00;0.68;0 -3;industrial_complex;3471.00;11.35;846.00;2.75;0 -3;naval_base;3471.00;9.85;833.00;-4.25;2776 -3;naval_base;3480.00;9.78;851.00;-3.68;2800 -3;nuclear_reactor;3470.00;11.10;846.00;0.15;0 -3;radar_station;3457.00;11.05;828.00;3.38;0 -3;rocket_site;3458.00;10.73;830.00;3.42;0 -3;synthetic_refinery;3476.00;10.03;833.00;4.37;0 +3;air_base;3465.00;10.40;839.00;4.62;0 +3;anti_air_building;3474.00;11.15;844.00;4.78;0 +3;anti_air_building;3477.00;9.95;843.00;4.68;0 +3;anti_air_building;3478.00;10.70;850.00;0.55;0 +3;arms_factory;3464.00;10.70;830.00;4.10;0 +3;arms_factory;3466.00;10.18;837.00;4.11;0 +3;arms_factory;3476.00;11.35;847.00;0.84;0 +3;arms_factory;3476.00;11.35;848.00;2.04;0 +3;arms_factory;3478.00;9.70;842.00;6.16;0 +3;arms_factory;3478.00;9.78;834.00;2.54;0 +3;bunker;3469.00;10.85;844.00;0.90;0 +3;bunker;3476.00;9.78;834.00;2.11;0 +3;coastal_bunker;3474.00;9.50;835.00;-4.25;0 +3;coastal_bunker;3481.00;9.53;851.00;1.11;0 +3;dockyard;3470.00;9.55;834.00;-4.25;0 +3;floating_harbor;3485.26;9.50;837.87;-2.03;4985 +3;industrial_complex;3465.00;10.85;844.00;0.39;0 +3;industrial_complex;3466.00;10.35;835.00;1.60;0 +3;industrial_complex;3467.00;10.43;842.00;2.55;0 +3;industrial_complex;3468.00;10.85;831.00;4.61;0 +3;industrial_complex;3470.00;11.25;829.00;1.95;0 +3;industrial_complex;3481.00;9.80;847.00;0.99;0 +3;naval_base;3478.00;9.55;835.00;-4.25;2776 +3;naval_base;3479.00;9.57;841.00;1.11;2776 +3;nuclear_reactor;3481.00;9.78;848.00;4.68;0 +3;radar_station;3470.00;9.93;840.00;2.48;0 +3;rocket_site;3467.00;10.80;831.00;0.56;0 +3;supply_node;3466.00;10.70;831.00;1.53;0 +3;supply_node;3473.00;11.32;844.00;4.87;0 +3;synthetic_refinery;3467.00;10.10;839.00;2.62;0 4;air_base;3478.00;9.95;684.00;3.36;0 4;anti_air_building;3455.00;9.70;631.00;1.43;0 4;anti_air_building;3547.00;10.10;720.00;4.44;0 @@ -98,6 +104,13 @@ 4;coastal_bunker;3567.00;9.60;742.00;1.30;0 4;coastal_bunker;3588.00;9.50;781.00;-4.60;0 4;dockyard;3582.00;9.53;771.00;-4.60;0 +4;floating_harbor;3467.01;9.50;628.27;-2.53;12941 +4;floating_harbor;3493.27;9.50;658.45;-2.49;8164 +4;floating_harbor;3509.39;9.50;671.42;-2.79;10928 +4;floating_harbor;3533.88;9.50;688.18;-2.55;12991 +4;floating_harbor;3553.60;9.50;710.80;-2.21;5065 +4;floating_harbor;3573.75;9.50;738.16;-1.84;12840 +4;floating_harbor;3591.97;9.50;774.70;-1.47;10818 4;industrial_complex;3466.00;10.00;711.00;5.42;0 4;industrial_complex;3471.00;10.18;696.00;4.81;0 4;industrial_complex;3502.00;10.50;707.00;0.68;0 @@ -114,6 +127,18 @@ 4;nuclear_reactor;3561.00;9.82;740.00;2.89;0 4;radar_station;3446.00;9.75;636.00;1.21;0 4;rocket_site;3472.00;10.20;695.00;6.16;0 +4;supply_node;3456.00;9.70;644.00;2.36;0 +4;supply_node;3457.00;9.90;683.00;3.12;0 +4;supply_node;3479.00;9.80;677.00;0.95;0 +4;supply_node;3491.00;10.98;713.00;5.06;0 +4;supply_node;3503.00;9.80;689.00;0.18;0 +4;supply_node;3522.00;10.35;732.00;3.58;0 +4;supply_node;3524.00;9.90;703.00;3.84;0 +4;supply_node;3540.00;9.82;721.00;4.30;0 +4;supply_node;3540.00;10.38;757.00;5.82;0 +4;supply_node;3556.00;9.80;743.00;4.60;0 +4;supply_node;3563.00;11.15;778.00;1.71;0 +4;supply_node;3575.00;10.30;773.00;3.88;0 4;synthetic_refinery;3450.00;9.70;665.00;0.82;0 5;air_base;2921.00;11.95;1497.00;3.86;0 5;anti_air_building;2924.00;11.57;1490.00;4.97;0 @@ -136,6 +161,8 @@ 5;nuclear_reactor;2928.00;11.10;1492.00;3.42;0 5;radar_station;2923.00;11.40;1484.00;0.79;0 5;rocket_site;2925.00;11.32;1492.00;0.75;0 +5;supply_node;2925.00;11.05;1488.00;1.71;0 +5;supply_node;2925.00;11.53;1495.00;5.06;0 5;synthetic_refinery;2927.00;10.85;1490.00;1.70;0 6;air_base;3979.00;13.40;957.00;5.93;0 6;anti_air_building;3975.00;13.78;965.00;0.75;0 @@ -159,6 +186,9 @@ 6;nuclear_reactor;3974.00;11.82;957.00;0.75;0 6;radar_station;3952.00;9.82;962.00;5.55;0 6;rocket_site;3964.00;12.20;961.00;5.48;0 +6;supply_node;3961.00;12.65;964.00;3.88;0 +6;supply_node;3977.00;10.85;972.00;0.95;0 +6;supply_node;3978.00;13.25;958.00;4.30;0 6;synthetic_refinery;3975.00;11.73;954.00;0.15;0 7;air_base;4489.00;11.65;906.00;4.97;0 7;anti_air_building;4483.00;12.07;899.00;1.43;0 @@ -184,6 +214,11 @@ 7;coastal_bunker;4499.00;10.38;898.00;-4.51;0 7;coastal_bunker;4506.00;9.68;887.00;1.57;0 7;dockyard;4500.00;10.55;896.00;-4.51;0 +7;floating_harbor;4483.26;9.50;925.13;-1.11;1302 +7;floating_harbor;4492.00;9.50;917.60;-1.03;4379 +7;floating_harbor;4499.95;9.50;911.95;-0.79;10309 +7;floating_harbor;4509.50;9.50;898.60;-1.19;10137 +7;floating_harbor;4512.64;9.50;889.21;-1.25;4255 7;industrial_complex;4486.00;11.80;899.00;2.31;0 7;industrial_complex;4486.00;12.05;898.00;5.93;0 7;industrial_complex;4490.00;13.75;887.00;3.86;0 @@ -198,6 +233,14 @@ 7;nuclear_reactor;4487.00;12.05;907.00;6.16;0 7;radar_station;4468.00;11.15;923.00;4.56;0 7;rocket_site;4485.00;12.73;895.00;3.49;0 +7;supply_node;4473.00;11.05;920.00;0.18;0 +7;supply_node;4481.00;12.15;911.00;4.60;0 +7;supply_node;4485.00;12.53;896.00;2.36;0 +7;supply_node;4487.00;12.00;883.00;3.88;0 +7;supply_node;4491.00;11.38;903.00;3.42;0 +7;supply_node;4495.00;14.20;885.00;0.49;0 +7;supply_node;4498.00;11.93;894.00;3.84;0 +7;supply_node;4503.00;11.68;886.00;3.12;0 7;synthetic_refinery;4489.00;11.78;882.00;4.44;0 8;air_base;4499.00;12.55;859.00;4.37;0 8;anti_air_building;4490.00;11.57;860.00;3.49;0 @@ -225,6 +268,10 @@ 8;coastal_bunker;4510.00;9.55;869.00;1.57;0 8;coastal_bunker;4510.00;9.63;851.00;1.57;0 8;dockyard;4510.00;9.60;873.00;1.57;0 +8;floating_harbor;4516.00;9.50;878.00;-1.57;1300 +8;floating_harbor;4516.64;9.50;871.21;-1.25;4334 +8;floating_harbor;4518.93;9.50;844.01;-1.71;10162 +8;floating_harbor;4519.00;9.50;856.00;-1.57;4405 8;industrial_complex;4482.00;10.70;874.00;4.97;0 8;industrial_complex;4488.00;10.88;872.00;2.31;0 8;industrial_complex;4494.00;12.05;867.00;1.80;0 @@ -238,6 +285,17 @@ 8;nuclear_reactor;4503.00;11.98;876.00;1.94;0 8;radar_station;4474.00;10.45;870.00;0.45;0 8;rocket_site;4495.00;11.88;872.00;4.10;0 +8;supply_node;4480.00;10.40;866.00;2.66;0 +8;supply_node;4487.00;10.73;871.00;3.42;0 +8;supply_node;4491.00;11.95;860.00;2.36;0 +8;supply_node;4494.00;13.00;849.00;3.84;0 +8;supply_node;4497.00;12.28;873.00;4.60;0 +8;supply_node;4500.00;12.25;863.00;4.14;0 +8;supply_node;4501.00;12.73;855.00;4.83;0 +8;supply_node;4504.00;11.43;878.00;3.12;0 +8;supply_node;4505.00;12.25;846.00;1.90;0 +8;supply_node;4507.00;10.60;868.00;0.49;0 +8;supply_node;4508.00;10.62;856.00;6.01;0 8;synthetic_refinery;4488.00;11.20;874.00;6.16;0 9;air_base;2971.00;10.82;1502.00;3.42;0 9;anti_air_building;2964.00;12.35;1492.00;0.75;0 @@ -261,6 +319,9 @@ 9;nuclear_reactor;2970.00;10.65;1508.00;5.99;0 9;radar_station;2949.00;11.13;1499.00;3.61;0 9;rocket_site;2955.00;10.88;1503.00;1.87;0 +9;supply_node;2957.00;11.32;1500.00;2.36;0 +9;supply_node;2963.00;12.35;1495.00;3.84;0 +9;supply_node;2969.00;10.82;1503.00;0.49;0 9;synthetic_refinery;2957.00;11.30;1501.00;3.93;0 10;air_base;3323.00;10.15;278.00;1.36;0 10;anti_air_building;3317.00;9.70;215.00;2.38;0 @@ -280,6 +341,9 @@ 10;coastal_bunker;3348.00;9.50;248.00;1.57;0 10;coastal_bunker;3360.00;9.50;276.00;0.72;0 10;dockyard;3315.00;9.60;230.00;0.35;0 +10;floating_harbor;3322.84;9.50;220.60;-2.72;8245 +10;floating_harbor;3362.00;9.50;259.00;-1.57;5212 +10;floating_harbor;3363.00;9.50;294.00;-1.57;2193 10;industrial_complex;3308.00;10.13;236.00;1.70;0 10;industrial_complex;3310.00;10.78;294.00;3.42;0 10;industrial_complex;3329.00;9.70;279.00;0.15;0 @@ -292,6 +356,10 @@ 10;nuclear_reactor;3328.00;9.90;287.00;0.82;0 10;radar_station;3296.00;10.55;287.00;5.33;0 10;rocket_site;3326.00;9.80;283.00;4.44;0 +10;supply_node;3312.00;10.15;245.00;2.66;0 +10;supply_node;3320.00;10.05;281.00;3.42;0 +10;supply_node;3344.00;10.40;259.00;6.01;0 +10;supply_node;3345.00;10.50;294.00;0.49;0 10;synthetic_refinery;3352.00;10.20;275.00;0.22;0 11;air_base;4667.00;10.35;225.00;0.75;0 11;anti_air_building;4696.00;10.60;195.00;4.62;0 @@ -619,6 +687,99 @@ 11;coastal_bunker;5163.00;9.60;214.00;1.57;0 11;coastal_bunker;5166.00;9.78;230.00;-4.45;0 11;dockyard;4864.00;9.50;458.00;-1.85;0 +11;floating_harbor;4620.05;9.50;288.87;1.45;4645 +11;floating_harbor;4624.12;9.50;262.71;-4.53;12323 +11;floating_harbor;4625.14;9.50;243.63;-4.51;1511 +11;floating_harbor;4634.53;9.50;325.08;0.52;10971 +11;floating_harbor;4635.05;9.50;219.13;-4.59;1540 +11;floating_harbor;4642.25;9.50;193.16;-4.45;4630 +11;floating_harbor;4645.53;9.50;332.37;0.90;5125 +11;floating_harbor;4645.69;9.50;153.56;0.86;7453 +11;floating_harbor;4648.02;9.50;160.50;1.50;8228 +11;floating_harbor;4649.74;9.50;172.87;-4.25;1652 +11;floating_harbor;4679.70;9.50;119.21;-2.90;8243 +11;floating_harbor;4691.01;9.50;350.70;-0.29;8152 +11;floating_harbor;4702.13;9.50;126.74;-2.68;8130 +11;floating_harbor;4722.21;9.50;135.36;-2.82;11011 +11;floating_harbor;4729.43;9.50;368.82;0.23;2201 +11;floating_harbor;4740.87;9.50;136.74;-3.61;12990 +11;floating_harbor;4764.00;9.50;415.00;0.00;8209 +11;floating_harbor;4772.10;9.50;401.15;1.41;8247 +11;floating_harbor;4784.95;9.50;154.05;-2.36;12976 +11;floating_harbor;4792.06;9.50;434.92;-0.15;11016 +11;floating_harbor;4795.00;9.50;161.00;-3.14;2191 +11;floating_harbor;4827.07;9.50;429.70;-0.62;5207 +11;floating_harbor;4835.80;9.50;169.12;-2.57;12948 +11;floating_harbor;4838.39;9.50;433.27;0.72;12326 +11;floating_harbor;4845.74;9.50;449.13;1.11;1431 +11;floating_harbor;4846.10;9.50;465.85;-4.55;10276 +11;floating_harbor;4851.74;9.50;459.13;1.11;7669 +11;floating_harbor;4854.47;9.50;172.16;-2.93;5197 +11;floating_harbor;4871.00;9.50;472.00;1.57;12246 +11;floating_harbor;4874.30;9.50;464.79;0.24;4415 +11;floating_harbor;4879.05;9.50;468.95;0.79;10288 +11;floating_harbor;4898.15;9.50;162.10;-2.98;5183 +11;floating_harbor;4901.95;9.50;153.47;-4.18;8220 +11;floating_harbor;4902.00;9.50;472.00;0.00;12290 +11;floating_harbor;4926.48;9.50;465.38;-0.69;1422 +11;floating_harbor;4930.86;9.50;424.63;-1.77;7457 +11;floating_harbor;4934.90;9.50;418.15;-1.41;4462 +11;floating_harbor;4939.56;9.50;132.69;-2.43;2219 +11;floating_harbor;4940.82;9.50;459.88;-0.98;1410 +11;floating_harbor;4941.75;9.50;433.16;-1.84;12499 +11;floating_harbor;4944.00;9.50;133.00;1.57;7567 +11;floating_harbor;4951.00;9.50;121.00;-3.71;10925 +11;floating_harbor;4951.53;9.50;154.63;-4.04;5225 +11;floating_harbor;4954.86;9.50;405.37;-1.37;7481 +11;floating_harbor;4955.13;9.50;149.74;-2.68;8186 +11;floating_harbor;4959.00;9.50;401.00;0.79;1514 +11;floating_harbor;4959.05;9.50;116.05;-3.93;12910 +11;floating_harbor;4969.11;9.50;113.25;1.39;12924 +11;floating_harbor;4982.80;9.50;80.40;-3.79;1773 +11;floating_harbor;4988.25;9.50;389.89;-0.18;12957 +11;floating_harbor;4990.80;9.50;393.68;0.84;2166 +11;floating_harbor;4997.40;9.50;409.20;0.93;1501 +11;floating_harbor;4998.07;9.50;426.99;1.43;7506 +11;floating_harbor;4999.74;9.50;440.87;-4.25;4648 +11;floating_harbor;5006.63;9.50;68.14;-3.34;4791 +11;floating_harbor;5014.74;9.50;66.87;-4.25;7811 +11;floating_harbor;5029.26;9.50;460.87;-2.03;1644 +11;floating_harbor;5036.26;9.50;452.13;-1.11;10338 +11;floating_harbor;5045.12;9.50;435.40;-1.06;10350 +11;floating_harbor;5050.15;9.50;68.10;-2.98;7798 +11;floating_harbor;5053.74;9.50;17.87;-4.25;2183 +11;floating_harbor;5061.43;9.50;420.76;-1.17;10365 +11;floating_harbor;5064.26;9.50;41.13;-1.11;10665 +11;floating_harbor;5064.92;9.50;404.06;-1.42;10378 +11;floating_harbor;5070.98;9.50;387.50;-1.64;4520 +11;floating_harbor;5072.90;9.50;375.15;-1.41;12367 +11;floating_harbor;5073.00;9.50;43.00;0.00;5181 +11;floating_harbor;5073.47;9.50;59.92;-2.62;1759 +11;floating_harbor;5075.88;9.50;369.82;-0.59;7566 +11;floating_harbor;5076.00;11.88;29.00;-4.10;12645 +11;floating_harbor;5076.13;9.50;2.74;-2.68;2189 +11;floating_harbor;5090.47;9.50;11.63;-2.25;5187 +11;floating_harbor;5092.64;9.50;74.79;-1.89;10637 +11;floating_harbor;5097.38;9.50;355.48;-0.88;4560 +11;floating_harbor;5101.60;9.50;75.00;-2.60;10622 +11;floating_harbor;5116.00;9.50;330.00;-1.57;10460 +11;floating_harbor;5118.13;9.50;323.26;-0.46;10487 +11;floating_harbor;5123.00;9.50;90.00;-1.57;4763 +11;floating_harbor;5126.93;9.50;105.99;-1.43;12560 +11;floating_harbor;5130.50;9.50;121.60;-1.19;4673 +11;floating_harbor;5132.82;9.50;311.88;-0.98;10475 +11;floating_harbor;5135.26;9.50;125.87;-2.03;4864 +11;floating_harbor;5143.00;9.50;145.00;-1.57;12406 +11;floating_harbor;5148.12;9.50;293.40;-1.06;12308 +11;floating_harbor;5148.20;9.50;151.40;-2.50;7520 +11;floating_harbor;5156.43;9.50;282.76;-1.17;4481 +11;floating_harbor;5165.00;9.50;181.00;-1.57;7450 +11;floating_harbor;5167.00;9.50;275.60;-1.03;7522 +11;floating_harbor;5167.73;9.50;256.92;-1.29;7535 +11;floating_harbor;5168.38;9.50;250.48;-0.88;7564 +11;floating_harbor;5169.83;9.50;206.52;-1.35;1611 +11;floating_harbor;5172.75;9.50;232.84;-1.30;10445 +11;floating_harbor;5173.00;9.50;217.00;-1.57;10458 11;industrial_complex;4781.00;9.90;177.00;4.37;0 11;industrial_complex;4919.00;10.03;254.00;0.15;0 11;industrial_complex;4948.00;9.70;207.00;1.36;0 @@ -721,6 +882,228 @@ 11;nuclear_reactor;5088.00;10.57;119.00;3.07;0 11;radar_station;4618.00;9.50;266.00;6.25;0 11;rocket_site;4877.00;9.70;178.00;0.40;0 +11;supply_node;4643.00;9.80;286.00;1.13;0 +11;supply_node;4646.00;9.80;305.00;5.20;0 +11;supply_node;4647.00;9.82;267.00;4.62;0 +11;supply_node;4647.00;9.98;248.00;6.25;0 +11;supply_node;4650.00;10.60;221.00;3.61;0 +11;supply_node;4658.00;10.50;143.00;2.61;0 +11;supply_node;4660.00;10.10;198.00;1.89;0 +11;supply_node;4660.00;10.20;178.00;5.02;0 +11;supply_node;4666.00;10.15;316.00;1.36;0 +11;supply_node;4669.00;10.78;159.00;1.36;0 +11;supply_node;4673.00;10.35;181.00;5.97;0 +11;supply_node;4673.00;10.60;235.00;5.74;0 +11;supply_node;4676.00;10.57;134.00;5.01;0 +11;supply_node;4679.00;10.32;218.00;4.98;0 +11;supply_node;4679.00;10.70;281.00;5.01;0 +11;supply_node;4683.00;10.65;256.00;5.55;0 +11;supply_node;4684.00;10.40;192.00;5.92;0 +11;supply_node;4686.00;9.75;334.00;5.16;0 +11;supply_node;4688.00;10.30;165.00;1.67;0 +11;supply_node;4694.00;10.20;143.00;5.93;0 +11;supply_node;4694.00;11.03;302.00;0.09;0 +11;supply_node;4705.00;10.50;183.00;4.37;0 +11;supply_node;4710.00;10.62;207.00;4.90;0 +11;supply_node;4713.00;10.53;322.00;0.09;0 +11;supply_node;4716.00;10.40;154.00;5.85;0 +11;supply_node;4718.00;10.95;263.00;6.28;0 +11;supply_node;4719.00;10.80;240.00;4.02;0 +11;supply_node;4720.00;11.10;289.00;1.86;0 +11;supply_node;4725.00;10.57;174.00;0.33;0 +11;supply_node;4734.00;9.75;349.00;4.75;0 +11;supply_node;4738.00;10.50;215.00;3.99;0 +11;supply_node;4746.00;10.30;180.00;6.07;0 +11;supply_node;4749.00;10.00;153.00;1.95;0 +11;supply_node;4758.00;10.60;281.00;1.77;0 +11;supply_node;4762.00;9.65;383.00;2.12;0 +11;supply_node;4763.00;10.20;323.00;5.88;0 +11;supply_node;4768.00;10.45;202.00;2.27;0 +11;supply_node;4768.00;10.80;244.00;5.42;0 +11;supply_node;4771.00;9.90;168.00;5.65;0 +11;supply_node;4777.00;9.90;363.00;5.62;0 +11;supply_node;4789.00;10.45;415.00;3.98;0 +11;supply_node;4795.00;9.90;187.00;2.16;0 +11;supply_node;4797.00;11.40;397.00;2.76;0 +11;supply_node;4809.00;10.70;285.00;2.58;0 +11;supply_node;4810.00;10.70;236.00;1.21;0 +11;supply_node;4812.00;10.35;338.00;1.82;0 +11;supply_node;4815.00;10.75;382.00;4.20;0 +11;supply_node;4818.00;10.65;417.00;2.31;0 +11;supply_node;4821.00;9.98;192.00;5.35;0 +11;supply_node;4850.00;9.80;193.00;0.14;0 +11;supply_node;4850.00;10.20;420.00;1.28;0 +11;supply_node;4850.00;10.40;391.00;0.58;0 +11;supply_node;4854.00;10.40;341.00;3.53;0 +11;supply_node;4855.00;10.70;237.00;5.77;0 +11;supply_node;4859.00;10.00;468.00;0.90;0 +11;supply_node;4860.00;10.32;442.00;1.90;0 +11;supply_node;4864.00;10.28;453.00;4.52;0 +11;supply_node;4865.00;11.18;286.00;1.04;0 +11;supply_node;4873.00;10.40;433.00;3.22;0 +11;supply_node;4875.00;10.60;415.00;4.83;0 +11;supply_node;4876.00;10.10;370.00;4.71;0 +11;supply_node;4878.00;10.30;450.00;5.05;0 +11;supply_node;4879.00;9.50;472.00;6.15;0 +11;supply_node;4879.00;10.10;398.00;4.07;0 +11;supply_node;4882.00;10.00;207.00;3.29;0 +11;supply_node;4887.00;10.20;433.00;2.76;0 +11;supply_node;4889.00;10.28;459.00;4.94;0 +11;supply_node;4893.00;10.40;444.00;0.13;0 +11;supply_node;4895.00;9.80;181.00;0.90;0 +11;supply_node;4896.00;10.50;411.00;2.81;0 +11;supply_node;4897.00;10.28;426.00;2.49;0 +11;supply_node;4899.00;10.43;242.00;4.21;0 +11;supply_node;4902.00;10.15;457.00;2.46;0 +11;supply_node;4904.00;10.30;353.00;4.44;0 +11;supply_node;4907.00;10.55;441.00;6.01;0 +11;supply_node;4909.00;10.10;392.00;3.12;0 +11;supply_node;4914.00;10.40;428.00;5.20;0 +11;supply_node;4916.00;10.30;415.00;0.94;0 +11;supply_node;4917.00;10.30;454.00;4.14;0 +11;supply_node;4919.00;10.70;317.00;3.58;0 +11;supply_node;4920.00;9.80;164.00;4.71;0 +11;supply_node;4924.00;10.40;438.00;4.47;0 +11;supply_node;4925.00;9.85;195.00;4.97;0 +11;supply_node;4929.00;9.80;145.00;4.34;0 +11;supply_node;4930.00;10.00;279.00;4.89;0 +11;supply_node;4932.00;10.10;454.00;2.66;0 +11;supply_node;4937.00;9.70;234.00;2.53;0 +11;supply_node;4938.00;9.70;402.00;4.79;0 +11;supply_node;4938.00;10.20;382.00;3.80;0 +11;supply_node;4939.00;10.10;353.00;1.31;0 +11;supply_node;4945.00;9.82;170.00;1.05;0 +11;supply_node;4953.00;9.70;133.00;2.80;0 +11;supply_node;4966.00;9.75;379.00;1.44;0 +11;supply_node;4967.00;13.23;167.00;0.45;0 +11;supply_node;4968.00;9.78;125.00;5.12;0 +11;supply_node;4971.00;12.50;141.00;3.49;0 +11;supply_node;4976.00;9.85;205.00;1.40;0 +11;supply_node;4979.00;9.80;297.00;3.03;0 +11;supply_node;4984.00;10.23;343.00;4.56;0 +11;supply_node;4985.00;9.70;245.00;5.47;0 +11;supply_node;4985.00;9.70;372.00;3.48;0 +11;supply_node;4987.00;9.70;110.00;3.95;0 +11;supply_node;4988.00;9.90;157.00;5.25;0 +11;supply_node;4988.00;10.32;129.00;1.01;0 +11;supply_node;4990.00;9.68;90.00;0.91;0 +11;supply_node;5006.00;9.70;380.00;4.10;0 +11;supply_node;5006.00;9.90;99.00;3.18;0 +11;supply_node;5007.00;9.68;402.00;2.20;0 +11;supply_node;5008.00;9.80;361.00;4.03;0 +11;supply_node;5009.00;9.75;80.00;5.47;0 +11;supply_node;5010.00;9.75;163.00;5.70;0 +11;supply_node;5010.00;10.30;123.00;4.56;0 +11;supply_node;5012.00;10.25;447.00;4.07;0 +11;supply_node;5012.00;10.30;425.00;4.03;0 +11;supply_node;5013.00;9.80;199.00;3.68;0 +11;supply_node;5013.00;9.90;285.00;3.07;0 +11;supply_node;5017.00;10.30;467.00;0.98;0 +11;supply_node;5018.00;9.80;235.00;0.63;0 +11;supply_node;5022.00;9.70;391.00;5.69;0 +11;supply_node;5022.00;10.30;408.00;6.20;0 +11;supply_node;5024.00;10.40;446.00;0.83;0 +11;supply_node;5027.00;10.40;92.00;1.43;0 +11;supply_node;5029.00;9.80;74.00;0.41;0 +11;supply_node;5029.00;9.80;109.00;1.93;0 +11;supply_node;5029.00;10.35;349.00;4.29;0 +11;supply_node;5029.00;10.70;321.00;2.73;0 +11;supply_node;5030.00;9.80;150.00;5.32;0 +11;supply_node;5030.00;10.60;427.00;2.31;0 +11;supply_node;5034.00;9.90;413.00;5.28;0 +11;supply_node;5036.00;10.57;372.00;0.63;0 +11;supply_node;5040.00;9.70;121.00;0.45;0 +11;supply_node;5042.00;9.80;198.00;6.11;0 +11;supply_node;5044.00;10.00;284.00;0.55;0 +11;supply_node;5045.00;10.78;401.00;1.55;0 +11;supply_node;5048.00;9.57;81.00;3.75;0 +11;supply_node;5048.00;10.00;238.00;0.86;0 +11;supply_node;5048.00;10.38;415.00;5.24;0 +11;supply_node;5050.00;10.85;389.00;4.52;0 +11;supply_node;5052.00;9.90;177.00;2.72;0 +11;supply_node;5053.00;10.25;94.00;0.36;0 +11;supply_node;5054.00;13.68;372.00;2.00;0 +11;supply_node;5055.00;10.80;325.00;0.26;0 +11;supply_node;5055.00;11.10;352.00;1.58;0 +11;supply_node;5056.00;9.70;37.00;2.80;0 +11;supply_node;5056.00;9.80;137.00;2.84;0 +11;supply_node;5059.00;9.80;121.00;3.54;0 +11;supply_node;5060.00;9.85;157.00;1.74;0 +11;supply_node;5061.00;9.88;104.00;2.27;0 +11;supply_node;5062.00;9.68;22.00;3.34;0 +11;supply_node;5066.00;9.82;73.00;3.15;0 +11;supply_node;5067.00;9.80;206.00;1.50;0 +11;supply_node;5068.00;10.60;276.00;3.08;0 +11;supply_node;5068.00;11.20;358.00;1.33;0 +11;supply_node;5071.00;9.78;13.00;5.51;0 +11;supply_node;5071.00;11.82;90.00;5.43;0 +11;supply_node;5072.00;9.85;192.00;0.59;0 +11;supply_node;5073.00;11.98;30.00;4.25;0 +11;supply_node;5075.00;9.90;229.00;1.63;0 +11;supply_node;5077.00;10.10;175.00;1.39;0 +11;supply_node;5078.00;10.00;332.00;0.82;0 +11;supply_node;5078.00;10.30;308.00;1.63;0 +11;supply_node;5079.00;10.12;116.00;1.67;0 +11;supply_node;5079.00;10.20;145.00;2.12;0 +11;supply_node;5080.00;9.68;79.00;1.32;0 +11;supply_node;5080.00;10.35;20.00;3.84;0 +11;supply_node;5081.00;10.05;131.00;1.85;0 +11;supply_node;5082.00;10.62;254.00;1.81;0 +11;supply_node;5085.00;9.93;37.00;4.40;0 +11;supply_node;5085.00;13.78;99.00;2.08;0 +11;supply_node;5086.00;9.90;346.00;0.41;0 +11;supply_node;5087.00;10.12;159.00;4.93;0 +11;supply_node;5088.00;10.40;207.00;2.63;0 +11;supply_node;5093.00;10.30;288.00;5.93;0 +11;supply_node;5095.00;9.82;86.00;4.67;0 +11;supply_node;5095.00;10.78;316.00;2.30;0 +11;supply_node;5096.00;9.85;191.00;5.75;0 +11;supply_node;5096.00;10.82;266.00;1.59;0 +11;supply_node;5097.00;10.10;174.00;0.87;0 +11;supply_node;5097.00;10.15;241.00;4.49;0 +11;supply_node;5098.00;10.70;134.00;0.55;0 +11;supply_node;5098.00;12.57;116.00;2.39;0 +11;supply_node;5099.00;11.82;100.00;2.23;0 +11;supply_node;5101.00;10.75;330.00;2.54;0 +11;supply_node;5103.00;12.03;149.00;1.13;0 +11;supply_node;5105.00;10.00;227.00;2.85;0 +11;supply_node;5107.00;11.05;292.00;3.04;0 +11;supply_node;5110.00;10.50;307.00;3.25;0 +11;supply_node;5111.00;10.20;90.00;6.24;0 +11;supply_node;5111.00;12.88;119.00;4.45;0 +11;supply_node;5113.00;10.75;176.00;4.98;0 +11;supply_node;5113.00;11.05;275.00;0.03;0 +11;supply_node;5113.00;11.50;104.00;3.71;0 +11;supply_node;5114.00;9.90;212.00;0.87;0 +11;supply_node;5115.00;13.15;136.00;0.06;0 +11;supply_node;5116.00;12.15;155.00;0.68;0 +11;supply_node;5117.00;10.18;196.00;0.72;0 +11;supply_node;5118.00;10.98;254.00;3.76;0 +11;supply_node;5119.00;10.38;117.00;3.30;0 +11;supply_node;5121.00;10.45;291.00;2.34;0 +11;supply_node;5124.00;9.70;306.00;1.78;0 +11;supply_node;5124.00;10.20;236.00;2.04;0 +11;supply_node;5125.00;10.38;131.00;3.61;0 +11;supply_node;5126.00;11.10;165.00;4.48;0 +11;supply_node;5128.00;10.55;184.00;1.85;0 +11;supply_node;5131.00;9.75;145.00;4.17;0 +11;supply_node;5131.00;10.15;223.00;2.99;0 +11;supply_node;5133.00;10.62;267.00;2.35;0 +11;supply_node;5133.00;11.23;285.00;5.39;0 +11;supply_node;5134.00;11.12;209.00;6.19;0 +11;supply_node;5137.00;10.55;251.00;6.00;0 +11;supply_node;5139.00;11.85;178.00;1.09;0 +11;supply_node;5141.00;9.70;161.00;5.50;0 +11;supply_node;5141.00;12.25;195.00;0.10;0 +11;supply_node;5143.00;10.75;277.00;0.18;0 +11;supply_node;5143.00;11.53;238.00;3.71;0 +11;supply_node;5151.00;10.48;266.00;3.26;0 +11;supply_node;5152.00;10.35;181.00;5.96;0 +11;supply_node;5154.00;10.53;253.00;5.43;0 +11;supply_node;5154.00;11.28;203.00;5.79;0 +11;supply_node;5155.00;11.88;228.00;0.37;0 +11;supply_node;5156.00;10.95;217.00;5.89;0 +11;supply_node;5157.00;10.50;241.00;3.57;0 11;synthetic_refinery;5029.00;9.73;173.00;2.46;0 12;air_base;1212.00;11.30;1700.00;1.26;0 12;anti_air_building;1180.00;13.70;1560.00;2.98;0 @@ -846,6 +1229,111 @@ 12;nuclear_reactor;1082.00;16.68;1633.00;2.89;0 12;radar_station;1104.00;14.90;1487.00;6.23;0 12;rocket_site;1269.00;10.68;1623.00;5.05;0 +12;supply_node;1010.00;13.82;1709.00;0.63;0 +12;supply_node;1012.00;13.53;1690.00;1.63;0 +12;supply_node;1031.00;16.30;1664.00;3.12;0 +12;supply_node;1036.00;15.18;1698.00;0.98;0 +12;supply_node;1049.00;16.30;1670.00;3.76;0 +12;supply_node;1051.00;16.27;1644.00;4.07;0 +12;supply_node;1057.00;13.07;1711.00;5.02;0 +12;supply_node;1063.00;13.38;1695.00;5.20;0 +12;supply_node;1075.00;13.78;1680.00;2.81;0 +12;supply_node;1075.00;14.85;1653.00;2.63;0 +12;supply_node;1082.00;16.25;1579.00;5.47;0 +12;supply_node;1088.00;12.90;1708.00;3.84;0 +12;supply_node;1089.00;16.88;1620.00;2.04;0 +12;supply_node;1099.00;12.07;1681.00;1.39;0 +12;supply_node;1101.00;13.15;1660.00;5.43;0 +12;supply_node;1101.00;16.58;1590.00;5.28;0 +12;supply_node;1102.00;12.93;1646.00;5.79;0 +12;supply_node;1105.00;15.10;1572.00;2.80;0 +12;supply_node;1113.00;13.05;1702.00;4.56;0 +12;supply_node;1113.00;17.88;1515.00;2.35;0 +12;supply_node;1114.00;13.70;1610.00;3.61;0 +12;supply_node;1115.00;16.95;1495.00;3.61;0 +12;supply_node;1117.00;14.93;1552.00;5.01;0 +12;supply_node;1119.00;16.88;1536.00;0.87;0 +12;supply_node;1123.00;11.80;1672.00;5.05;0 +12;supply_node;1126.00;14.60;1624.00;1.89;0 +12;supply_node;1127.00;15.45;1574.00;5.50;0 +12;supply_node;1136.00;14.18;1600.00;2.61;0 +12;supply_node;1136.00;18.55;1528.00;4.83;0 +12;supply_node;1137.00;12.25;1708.00;5.75;0 +12;supply_node;1138.00;12.40;1649.00;4.52;0 +12;supply_node;1138.00;18.60;1510.00;4.14;0 +12;supply_node;1139.00;17.33;1492.00;1.36;0 +12;supply_node;1144.00;12.00;1681.00;6.24;0 +12;supply_node;1147.00;17.50;1552.00;1.21;0 +12;supply_node;1148.00;13.50;1624.00;0.45;0 +12;supply_node;1149.00;15.05;1580.00;2.31;0 +12;supply_node;1161.00;17.50;1522.00;0.90;0 +12;supply_node;1162.00;17.00;1538.00;0.26;0 +12;supply_node;1164.00;17.62;1499.00;1.33;0 +12;supply_node;1166.00;12.57;1690.00;4.49;0 +12;supply_node;1167.00;12.45;1646.00;4.25;0 +12;supply_node;1168.00;13.70;1598.00;5.51;0 +12;supply_node;1168.00;14.55;1571.00;1.93;0 +12;supply_node;1169.00;12.43;1710.00;1.43;0 +12;supply_node;1170.00;11.45;1668.00;4.37;0 +12;supply_node;1171.00;13.40;1623.00;1.40;0 +12;supply_node;1178.00;13.35;1553.00;0.41;0 +12;supply_node;1183.00;13.32;1513.00;0.68;0 +12;supply_node;1187.00;13.85;1534.00;5.74;0 +12;supply_node;1194.00;12.03;1588.00;4.10;0 +12;supply_node;1195.00;12.53;1624.00;2.20;0 +12;supply_node;1195.00;12.88;1568.00;6.28;0 +12;supply_node;1195.00;13.78;1495.00;5.55;0 +12;supply_node;1196.00;12.65;1667.00;0.18;0 +12;supply_node;1197.00;11.80;1647.00;3.58;0 +12;supply_node;1198.00;11.25;1688.00;3.30;0 +12;supply_node;1203.00;13.55;1551.00;1.85;0 +12;supply_node;1204.00;11.12;1708.00;3.34;0 +12;supply_node;1204.00;11.65;1607.00;1.59;0 +12;supply_node;1205.00;13.48;1521.00;6.20;0 +12;supply_node;1215.00;12.30;1574.00;0.91;0 +12;supply_node;1222.00;11.20;1670.00;3.26;0 +12;supply_node;1224.00;12.55;1530.00;0.94;0 +12;supply_node;1225.00;11.25;1643.00;1.63;0 +12;supply_node;1226.00;11.32;1617.00;3.15;0 +12;supply_node;1226.00;13.38;1553.00;4.34;0 +12;supply_node;1227.00;12.10;1589.00;1.13;0 +12;supply_node;1228.00;12.00;1494.00;3.80;0 +12;supply_node;1230.00;12.23;1695.00;5.96;0 +12;supply_node;1231.00;11.90;1509.00;4.75;0 +12;supply_node;1243.00;11.18;1672.00;2.85;0 +12;supply_node;1246.00;11.05;1609.00;6.00;0 +12;supply_node;1246.00;11.80;1566.00;4.56;0 +12;supply_node;1248.00;10.82;1708.00;4.21;0 +12;supply_node;1248.00;11.40;1530.00;3.54;0 +12;supply_node;1253.00;11.50;1587.00;4.03;0 +12;supply_node;1254.00;11.20;1549.00;3.08;0 +12;supply_node;1255.00;10.90;1629.00;3.57;0 +12;supply_node;1255.00;10.95;1647.00;0.72;0 +12;supply_node;1257.00;11.15;1496.00;5.77;0 +12;supply_node;1260.00;11.00;1667.00;4.03;0 +12;supply_node;1261.00;11.10;1512.00;4.79;0 +12;supply_node;1264.00;10.70;1684.00;6.25;0 +12;supply_node;1269.00;10.70;1608.00;1.67;0 +12;supply_node;1272.00;11.00;1570.00;4.07;0 +12;supply_node;1274.00;10.70;1530.00;1.44;0 +12;supply_node;1275.00;10.70;1707.00;1.67;0 +12;supply_node;1277.00;10.62;1495.00;5.97;0 +12;supply_node;1278.00;10.90;1589.00;0.03;0 +12;supply_node;1281.00;10.80;1554.00;2.39;0 +12;supply_node;1283.00;10.90;1645.00;4.98;0 +12;supply_node;1284.00;10.40;1683.00;5.32;0 +12;supply_node;1286.00;10.38;1663.00;0.45;0 +12;supply_node;1288.00;10.80;1626.00;4.98;0 +12;supply_node;1288.00;11.30;1510.00;2.12;0 +12;supply_node;1290.00;10.57;1607.00;0.14;0 +12;supply_node;1293.00;10.50;1535.00;1.09;0 +12;supply_node;1297.00;10.57;1576.00;0.63;0 +12;supply_node;1300.00;11.60;1495.00;2.16;0 +12;supply_node;1301.00;10.55;1554.00;5.25;0 +12;supply_node;1304.00;11.05;1515.00;1.90;0 +12;supply_node;1314.00;10.30;1532.00;1.86;0 +12;supply_node;1320.00;13.50;1495.00;2.84;0 +12;supply_node;1321.00;10.30;1514.00;5.93;0 12;synthetic_refinery;1193.00;11.20;1692.00;0.82;0 13;air_base;4263.00;13.45;1071.00;5.49;0 13;anti_air_building;4274.00;14.82;1113.00;0.22;0 @@ -872,6 +1360,12 @@ 13;nuclear_reactor;4262.00;12.38;1084.00;3.49;0 13;radar_station;4236.00;16.68;1099.00;0.52;0 13;rocket_site;4304.00;12.85;1112.00;0.82;0 +13;supply_node;4251.00;18.08;1101.00;6.25;0 +13;supply_node;4273.00;14.45;1079.00;0.03;0 +13;supply_node;4275.00;12.85;1100.00;4.83;0 +13;supply_node;4276.00;15.50;1116.00;5.55;0 +13;supply_node;4294.00;11.88;1095.00;2.20;0 +13;supply_node;4304.00;13.07;1113.00;4.07;0 13;synthetic_refinery;4306.00;13.50;1112.00;1.43;0 14;air_base;4375.00;10.07;658.00;0.92;0 14;anti_air_building;4371.00;11.35;649.00;3.56;0 @@ -904,6 +1398,14 @@ 14;coastal_bunker;4404.00;9.50;664.00;-4.12;0 14;coastal_bunker;4406.00;9.68;648.00;-4.59;0 14;dockyard;4404.00;9.50;669.00;-4.12;0 +14;floating_harbor;4358.92;9.50;635.53;-4.19;10354 +14;floating_harbor;4366.36;9.50;627.79;-4.39;10382 +14;floating_harbor;4377.46;9.50;688.55;-0.36;12302 +14;floating_harbor;4377.74;9.50;604.87;-4.25;10194 +14;floating_harbor;4379.00;9.50;599.00;-3.14;7368 +14;floating_harbor;4389.60;9.50;683.50;-0.38;7463 +14;floating_harbor;4409.08;9.50;669.47;-1.05;1277 +14;floating_harbor;4410.15;9.50;666.90;-0.17;12168 14;industrial_complex;4370.00;9.75;640.00;3.42;0 14;industrial_complex;4371.00;10.43;664.00;3.93;0 14;industrial_complex;4384.00;10.30;663.00;1.87;0 @@ -921,6 +1423,18 @@ 14;nuclear_reactor;4399.00;9.80;629.00;4.67;0 14;radar_station;4363.00;9.50;642.00;3.12;0 14;rocket_site;4392.00;11.75;623.00;0.55;0 +14;supply_node;4372.00;10.35;674.00;5.79;0 +14;supply_node;4372.00;11.23;643.00;0.68;0 +14;supply_node;4377.00;9.90;660.00;2.20;0 +14;supply_node;4379.00;11.65;632.00;3.61;0 +14;supply_node;4385.00;10.23;672.00;1.44;0 +14;supply_node;4385.00;11.38;621.00;6.25;0 +14;supply_node;4386.00;9.85;651.00;2.85;0 +14;supply_node;4388.00;9.70;610.00;4.37;0 +14;supply_node;4396.00;10.15;662.00;4.07;0 +14;supply_node;4397.00;10.05;625.00;5.55;0 +14;supply_node;4398.00;11.70;612.00;0.98;0 +14;supply_node;4408.00;10.10;654.00;0.26;0 14;synthetic_refinery;4382.00;10.32;624.00;2.61;0 15;air_base;4322.00;10.95;706.00;0.31;0 15;anti_air_building;4344.00;12.53;698.00;0.55;0 @@ -953,6 +1467,16 @@ 15;coastal_bunker;4354.00;9.50;652.00;-1.17;0 15;coastal_bunker;4366.00;9.50;689.00;-3.50;0 15;dockyard;4313.00;10.18;729.00;-2.43;0 +15;floating_harbor;4299.08;9.50;709.27;-3.42;7658 +15;floating_harbor;4314.12;9.50;695.18;-3.73;12488 +15;floating_harbor;4327.53;9.50;679.63;-4.04;8360 +15;floating_harbor;4333.38;9.50;732.48;-0.88;10509 +15;floating_harbor;4339.92;9.50;668.53;-4.19;10522 +15;floating_harbor;4340.46;9.50;722.55;-0.36;1648 +15;floating_harbor;4343.45;9.50;657.54;-4.35;4446 +15;floating_harbor;4348.27;9.50;648.08;-4.43;1460 +15;floating_harbor;4360.95;9.50;704.95;-0.79;4652 +15;floating_harbor;4370.13;9.50;696.26;-0.46;7673 15;industrial_complex;4313.00;9.53;707.00;3.93;0 15;industrial_complex;4321.00;10.40;728.00;0.92;0 15;industrial_complex;4332.00;12.85;707.00;3.93;0 @@ -972,6 +1496,16 @@ 15;nuclear_reactor;4336.00;10.78;712.00;3.12;0 15;radar_station;4293.00;9.50;729.00;0.48;0 15;rocket_site;4354.00;10.10;666.00;0.45;0 +15;supply_node;4303.00;10.05;723.00;0.68;0 +15;supply_node;4322.00;11.75;707.00;0.98;0 +15;supply_node;4322.00;11.85;723.00;2.85;0 +15;supply_node;4335.00;12.28;708.00;6.25;0 +15;supply_node;4338.00;10.80;688.00;0.26;0 +15;supply_node;4351.00;11.50;695.00;4.37;0 +15;supply_node;4353.00;11.62;676.00;5.79;0 +15;supply_node;4358.00;11.62;663.00;1.44;0 +15;supply_node;4362.00;9.80;652.00;2.20;0 +15;supply_node;4363.00;10.73;682.00;3.61;0 15;synthetic_refinery;4330.00;12.93;703.00;1.06;0 16;air_base;2922.00;10.82;1476.00;5.64;0 16;anti_air_building;2918.00;13.90;1476.00;0.82;0 @@ -994,6 +1528,8 @@ 16;nuclear_reactor;2921.00;12.13;1479.00;4.10;0 16;radar_station;2918.00;11.48;1464.00;2.70;0 16;rocket_site;2921.00;14.32;1468.00;2.89;0 +16;supply_node;2918.00;13.18;1470.00;1.44;0 +16;supply_node;2920.00;13.23;1479.00;4.37;0 16;synthetic_refinery;2921.00;11.53;1477.00;3.49;0 17;air_base;2931.00;13.98;1475.00;0.22;0 17;anti_air_building;2935.00;12.70;1482.00;2.89;0 @@ -1017,6 +1553,9 @@ 17;nuclear_reactor;2933.00;13.30;1479.00;6.16;0 17;radar_station;2924.00;11.95;1467.00;4.87;0 17;rocket_site;2926.00;12.10;1472.00;4.60;0 +17;supply_node;2927.00;12.98;1470.00;0.26;0 +17;supply_node;2928.00;10.15;1481.00;3.61;0 +17;supply_node;2934.00;14.00;1477.00;0.68;0 17;synthetic_refinery;2929.00;10.13;1483.00;4.10;0 18;air_base;2951.00;10.55;1476.00;4.44;0 18;anti_air_building;2942.00;11.48;1470.00;1.94;0 @@ -1041,6 +1580,10 @@ 18;nuclear_reactor;2962.00;11.88;1474.00;3.05;0 18;radar_station;2933.00;11.55;1468.00;0.75;0 18;rocket_site;2956.00;10.65;1471.00;0.38;0 +18;supply_node;2941.00;11.50;1470.00;0.26;0 +18;supply_node;2951.00;10.23;1473.00;5.79;0 +18;supply_node;2958.00;12.07;1462.00;2.85;0 +18;supply_node;2959.00;11.20;1471.00;0.98;0 18;synthetic_refinery;2958.00;12.40;1461.00;6.16;0 19;air_base;3030.00;12.35;1446.00;3.49;0 19;anti_air_building;3016.00;12.95;1453.00;4.00;0 @@ -1066,6 +1609,11 @@ 19;nuclear_reactor;3010.00;13.88;1458.00;5.11;0 19;radar_station;3005.00;13.88;1450.00;1.47;0 19;rocket_site;3018.00;13.55;1460.00;2.44;0 +19;supply_node;3011.00;13.55;1456.00;5.79;0 +19;supply_node;3013.00;12.15;1449.00;1.67;0 +19;supply_node;3021.00;12.32;1455.00;5.02;0 +19;supply_node;3030.00;11.68;1452.00;0.98;0 +19;supply_node;3030.00;12.32;1447.00;3.15;0 19;synthetic_refinery;3019.00;13.53;1450.00;3.05;0 20;air_base;3061.00;11.10;1479.00;4.93;0 20;anti_air_building;3064.00;10.43;1485.00;2.87;0 @@ -1089,6 +1637,9 @@ 20;nuclear_reactor;3061.00;11.10;1479.00;4.93;0 20;radar_station;3056.00;12.40;1478.00;2.34;0 20;rocket_site;3061.00;11.03;1486.00;3.83;0 +20;supply_node;3060.00;11.40;1479.00;3.15;0 +20;supply_node;3065.00;10.40;1484.00;1.67;0 +20;supply_node;3069.00;9.78;1476.00;5.02;0 20;synthetic_refinery;3064.00;10.38;1479.00;5.88;0 21;air_base;3001.00;16.13;1462.00;1.94;0 21;anti_air_building;2967.00;15.73;1457.00;3.95;0 @@ -1120,6 +1671,17 @@ 21;nuclear_reactor;2992.00;14.63;1448.00;0.55;0 21;radar_station;2959.00;14.28;1456.00;5.36;0 21;rocket_site;2987.00;14.20;1455.00;0.45;0 +21;supply_node;2964.00;15.05;1457.00;1.63;0 +21;supply_node;2972.00;14.88;1463.00;3.80;0 +21;supply_node;2975.00;15.93;1448.00;5.32;0 +21;supply_node;2975.00;16.30;1456.00;1.21;0 +21;supply_node;2985.00;12.60;1451.00;4.56;0 +21;supply_node;2986.00;13.78;1465.00;2.39;0 +21;supply_node;2986.00;15.38;1459.00;1.93;0 +21;supply_node;2992.00;13.80;1445.00;3.15;0 +21;supply_node;2994.00;15.57;1452.00;0.45;0 +21;supply_node;2999.00;15.57;1465.00;5.97;0 +21;supply_node;3001.00;15.12;1456.00;0.91;0 21;synthetic_refinery;2974.00;15.85;1460.00;6.23;0 22;air_base;3017.00;9.82;1439.00;6.16;0 22;anti_air_building;3019.00;9.75;1437.00;5.11;0 @@ -1139,6 +1701,7 @@ 22;bunker;3043.00;12.25;1435.00;0.38;0 22;coastal_bunker;3018.00;9.50;1430.00;-1.25;0 22;dockyard;3017.00;9.50;1430.00;-1.25;0 +22;floating_harbor;3010.74;9.50;1424.87;-4.25;6626 22;industrial_complex;3016.00;9.85;1440.00;6.16;0 22;industrial_complex;3019.00;9.68;1427.00;4.60;0 22;industrial_complex;3020.00;10.43;1439.00;2.89;0 @@ -1149,6 +1712,12 @@ 22;nuclear_reactor;3033.00;11.45;1438.00;6.23;0 22;radar_station;3018.00;9.50;1423.00;3.19;0 22;rocket_site;3022.00;12.53;1443.00;3.56;0 +22;supply_node;3018.00;10.12;1440.00;3.80;0 +22;supply_node;3019.00;9.70;1429.00;1.63;0 +22;supply_node;3025.00;10.55;1431.00;2.39;0 +22;supply_node;3027.00;12.43;1441.00;5.32;0 +22;supply_node;3033.00;12.07;1434.00;1.21;0 +22;supply_node;3041.00;12.55;1431.00;4.56;0 22;synthetic_refinery;3043.00;12.35;1433.00;4.17;0 23;air_base;3043.00;12.03;1442.00;0.38;0 23;anti_air_building;3032.00;12.55;1461.00;2.00;0 @@ -1178,6 +1747,15 @@ 23;nuclear_reactor;3043.00;13.07;1459.00;0.45;0 23;radar_station;3033.00;11.30;1440.00;3.88;0 23;rocket_site;3044.00;12.53;1460.00;2.61;0 +23;supply_node;3032.00;12.30;1460.00;0.45;0 +23;supply_node;3037.00;11.03;1442.00;1.93;0 +23;supply_node;3040.00;13.32;1454.00;4.56;0 +23;supply_node;3045.00;11.93;1438.00;3.80;0 +23;supply_node;3047.00;11.05;1444.00;1.63;0 +23;supply_node;3048.00;11.03;1459.00;2.63;0 +23;supply_node;3050.00;11.10;1452.00;5.97;0 +23;supply_node;3055.00;10.35;1446.00;1.21;0 +23;supply_node;3058.00;10.25;1459.00;4.10;0 23;synthetic_refinery;3059.00;10.18;1457.00;3.56;0 24;air_base;1805.00;11.43;1774.00;4.61;0 24;anti_air_building;1696.00;11.40;1737.00;1.06;0 @@ -1204,6 +1782,12 @@ 24;coastal_bunker;1848.00;9.50;1744.00;-0.16;0 24;coastal_bunker;1925.00;9.50;1776.00;-4.56;0 24;dockyard;1806.00;9.50;1746.00;0.54;0 +24;floating_harbor;1730.89;9.50;1707.75;-1.75;4769 +24;floating_harbor;1744.78;9.50;1718.05;-2.17;7807 +24;floating_harbor;1764.84;9.50;1729.60;-2.72;10715 +24;floating_harbor;1800.00;9.50;1725.00;-4.49;7683 +24;floating_harbor;1842.23;9.50;1737.04;-3.25;10534 +24;floating_harbor;1894.13;9.50;1754.74;-2.68;7810 24;industrial_complex;1692.00;11.13;1796.00;4.00;0 24;industrial_complex;1695.00;11.15;1730.00;6.16;0 24;industrial_complex;1705.00;11.20;1785.00;4.60;0 @@ -1219,6 +1803,14 @@ 24;nuclear_reactor;1712.00;11.03;1781.00;4.84;0 24;radar_station;1666.00;10.90;1718.00;4.07;0 24;rocket_site;1699.00;10.07;1713.00;3.63;0 +24;supply_node;1678.00;10.70;1731.00;2.63;0 +24;supply_node;1698.00;10.98;1772.00;1.21;0 +24;supply_node;1713.00;10.32;1711.00;3.80;0 +24;supply_node;1720.00;11.28;1735.00;1.93;0 +24;supply_node;1754.00;11.48;1754.00;1.86;0 +24;supply_node;1803.00;10.45;1759.00;0.45;0 +24;supply_node;1845.00;10.20;1762.00;4.10;0 +24;supply_node;1887.00;10.20;1769.00;5.97;0 24;synthetic_refinery;1748.00;10.00;1732.00;4.23;0 25;air_base;2877.00;10.40;920.00;5.11;0 25;anti_air_building;2967.00;10.88;956.00;0.55;0 @@ -1251,6 +1843,18 @@ 25;nuclear_reactor;3110.00;11.10;979.00;0.96;0 25;radar_station;2817.00;10.30;934.00;3.42;0 25;rocket_site;2938.00;10.90;961.00;3.12;0 +25;supply_node;2848.00;10.40;933.00;1.93;0 +25;supply_node;2892.00;10.70;907.00;1.86;0 +25;supply_node;2921.00;10.53;954.00;2.63;0 +25;supply_node;2940.00;10.70;876.00;6.28;0 +25;supply_node;2961.00;10.70;918.00;4.75;0 +25;supply_node;2972.00;10.48;877.00;5.51;0 +25;supply_node;2999.00;10.32;882.00;4.03;0 +25;supply_node;3000.00;10.70;988.00;3.34;0 +25;supply_node;3020.00;10.62;931.00;0.45;0 +25;supply_node;3074.00;10.20;913.00;4.10;0 +25;supply_node;3076.00;11.23;967.00;2.16;0 +25;supply_node;3138.00;10.70;928.00;5.97;0 25;synthetic_refinery;2938.00;10.70;865.00;5.18;0 26;air_base;2936.00;12.95;1490.00;3.05;0 26;anti_air_building;2934.00;12.03;1490.00;2.95;0 @@ -1273,6 +1877,8 @@ 26;nuclear_reactor;2932.00;11.25;1488.00;2.61;0 26;radar_station;2929.00;10.50;1488.00;0.94;0 26;rocket_site;2934.00;12.03;1488.00;6.23;0 +26;supply_node;2934.00;12.05;1489.00;2.63;0 +26;supply_node;2939.00;13.23;1495.00;5.97;0 26;synthetic_refinery;2935.00;12.32;1492.00;2.00;0 27;air_base;4414.00;11.40;587.00;2.10;0 27;anti_air_building;4405.00;9.82;593.00;3.35;0 @@ -1313,6 +1919,17 @@ 27;coastal_bunker;4458.00;9.55;578.00;-4.39;0 27;coastal_bunker;4459.00;9.60;598.00;1.33;0 27;dockyard;4460.00;9.53;603.00;1.01;0 +27;floating_harbor;4388.18;9.50;593.12;-4.12;7440 +27;floating_harbor;4394.10;9.50;589.85;-4.55;12138 +27;floating_harbor;4397.55;9.50;558.60;-3.83;7308 +27;floating_harbor;4420.05;9.50;564.05;-3.93;12209 +27;floating_harbor;4439.00;9.50;551.00;-3.14;4320 +27;floating_harbor;4444.13;9.50;616.26;-0.46;12268 +27;floating_harbor;4447.00;9.50;553.00;-3.14;4361 +27;floating_harbor;4457.13;9.50;615.26;-0.46;1401 +27;floating_harbor;4463.82;9.50;570.88;-0.98;1342 +27;floating_harbor;4465.00;9.50;591.00;-1.57;1246 +27;floating_harbor;4465.73;9.50;579.92;-1.29;12165 27;industrial_complex;4404.00;11.80;605.00;0.89;0 27;industrial_complex;4418.00;9.68;578.00;2.44;0 27;industrial_complex;4422.00;10.95;588.00;3.05;0 @@ -1333,6 +1950,23 @@ 27;nuclear_reactor;4420.00;12.63;584.00;4.81;0 27;radar_station;4391.00;9.50;600.00;2.62;0 27;rocket_site;4427.00;9.75;573.00;2.15;0 +27;supply_node;4400.00;10.80;601.00;4.34;0 +27;supply_node;4407.00;10.30;592.00;5.05;0 +27;supply_node;4416.00;9.75;581.00;1.40;0 +27;supply_node;4421.00;9.70;597.00;0.63;0 +27;supply_node;4428.00;9.68;572.00;5.75;0 +27;supply_node;4430.00;10.03;587.00;1.86;0 +27;supply_node;4435.00;9.70;596.00;3.58;0 +27;supply_node;4438.00;9.90;578.00;3.34;0 +27;supply_node;4439.00;9.68;606.00;0.94;0 +27;supply_node;4439.00;10.65;567.00;2.16;0 +27;supply_node;4445.00;10.20;585.00;5.51;0 +27;supply_node;4447.00;9.70;564.00;4.75;0 +27;supply_node;4447.00;10.30;597.00;4.98;0 +27;supply_node;4452.00;9.70;605.00;4.03;0 +27;supply_node;4452.00;10.18;576.00;2.81;0 +27;supply_node;4454.00;10.20;591.00;4.10;0 +27;supply_node;4455.00;9.70;565.00;6.28;0 27;synthetic_refinery;4438.00;10.78;574.00;1.29;0 28;air_base;4472.00;9.55;533.00;2.95;0 28;anti_air_building;4478.00;10.20;536.00;4.84;0 @@ -1357,6 +1991,11 @@ 28;coastal_bunker;4479.00;9.50;531.00;0.00;0 28;coastal_bunker;4483.00;9.50;531.00;0.00;0 28;dockyard;4469.00;9.50;538.00;-1.57;0 +28;floating_harbor;4451.00;9.50;543.00;1.57;1398 +28;floating_harbor;4452.40;9.50;557.20;0.93;10279 +28;floating_harbor;4460.00;9.50;535.00;1.57;10307 +28;floating_harbor;4482.15;9.50;524.10;-2.98;1425 +28;floating_harbor;4491.70;9.50;520.21;-2.90;4621 28;industrial_complex;4467.00;10.07;543.00;3.05;0 28;industrial_complex;4469.00;10.65;546.00;0.89;0 28;industrial_complex;4472.00;9.82;538.00;2.10;0 @@ -1371,6 +2010,13 @@ 28;nuclear_reactor;4494.00;9.90;530.00;1.12;0 28;radar_station;4447.00;9.50;545.00;4.37;0 28;rocket_site;4472.00;10.03;540.00;4.74;0 +28;supply_node;4460.00;9.55;543.00;3.34;0 +28;supply_node;4462.00;9.78;550.00;4.75;0 +28;supply_node;4471.00;9.70;535.00;1.40;0 +28;supply_node;4474.00;11.12;544.00;4.03;0 +28;supply_node;4480.00;11.12;537.00;6.28;0 +28;supply_node;4489.00;9.93;531.00;5.51;0 +28;supply_node;4490.00;12.18;539.00;2.16;0 28;synthetic_refinery;4456.00;9.55;545.00;5.69;0 29;air_base;4076.00;11.55;962.00;2.00;0 29;anti_air_building;4069.00;9.95;953.00;5.18;0 @@ -1402,6 +2048,17 @@ 29;nuclear_reactor;4057.00;10.80;961.00;4.84;0 29;radar_station;4046.00;10.48;969.00;4.07;0 29;rocket_site;4069.00;10.25;973.00;3.63;0 +29;supply_node;4055.00;10.68;963.00;4.34;0 +29;supply_node;4068.00;9.98;952.00;4.75;0 +29;supply_node;4073.00;10.45;990.00;2.81;0 +29;supply_node;4074.00;9.80;941.00;2.16;0 +29;supply_node;4074.00;11.78;975.00;5.75;0 +29;supply_node;4076.00;12.30;964.00;4.03;0 +29;supply_node;4081.00;10.30;1002.00;0.63;0 +29;supply_node;4089.00;13.80;955.00;5.05;0 +29;supply_node;4092.00;11.85;966.00;3.58;0 +29;supply_node;4093.00;12.07;946.00;5.51;0 +29;supply_node;4095.00;10.93;994.00;1.40;0 29;synthetic_refinery;4073.00;9.80;939.00;4.23;0 30;air_base;3005.00;11.38;1492.00;6.23;0 30;anti_air_building;2979.00;12.90;1471.00;4.84;0 @@ -1435,6 +2092,19 @@ 30;nuclear_reactor;3016.00;11.75;1485.00;4.74;0 30;radar_station;2975.00;13.82;1468.00;1.43;0 30;rocket_site;2997.00;13.82;1473.00;0.62;0 +30;supply_node;2978.00;12.25;1475.00;3.58;0 +30;supply_node;2982.00;13.78;1468.00;0.18;0 +30;supply_node;2983.00;10.93;1485.00;0.63;0 +30;supply_node;2986.00;11.35;1478.00;2.16;0 +30;supply_node;2992.00;13.85;1472.00;0.94;0 +30;supply_node;2993.00;11.28;1483.00;3.12;0 +30;supply_node;2996.00;11.32;1492.00;5.75;0 +30;supply_node;3001.00;12.43;1478.00;1.40;0 +30;supply_node;3002.00;11.18;1486.00;2.81;0 +30;supply_node;3003.00;13.70;1472.00;4.75;0 +30;supply_node;3008.00;11.28;1489.00;4.98;0 +30;supply_node;3013.00;12.75;1479.00;5.05;0 +30;supply_node;3019.00;11.75;1484.00;4.34;0 30;synthetic_refinery;3001.00;11.30;1494.00;2.68;0 31;air_base;3757.00;13.80;1123.00;0.45;0 31;anti_air_building;3762.00;10.78;1073.00;1.06;0 @@ -1452,6 +2122,7 @@ 31;bunker;3773.00;14.07;1106.00;5.18;0 31;coastal_bunker;3753.00;9.50;1062.00;-1.03;0 31;dockyard;3726.00;9.50;1065.00;-1.03;0 +31;floating_harbor;3734.88;9.50;1059.60;-4.21;4891 31;industrial_complex;3734.00;13.03;1121.00;4.17;0 31;industrial_complex;3736.00;12.48;1124.00;2.95;0 31;industrial_complex;3745.00;10.82;1074.00;2.61;0 @@ -1462,6 +2133,10 @@ 31;nuclear_reactor;3772.00;14.25;1113.00;4.84;0 31;radar_station;3724.00;9.50;1066.00;4.07;0 31;rocket_site;3765.00;11.32;1077.00;3.63;0 +31;supply_node;3747.00;13.05;1116.00;1.40;0 +31;supply_node;3750.00;10.20;1068.00;4.34;0 +31;supply_node;3756.00;11.95;1087.00;3.58;0 +31;supply_node;3775.00;13.82;1100.00;0.63;0 31;synthetic_refinery;3777.00;14.05;1113.00;4.23;0 32;air_base;3779.00;12.85;1127.00;4.67;0 32;anti_air_building;3783.00;13.57;1120.00;3.12;0 @@ -1485,21 +2160,45 @@ 32;nuclear_reactor;3810.00;13.30;1131.00;5.79;0 32;radar_station;3758.00;14.25;1138.00;4.83;0 32;rocket_site;3814.00;13.60;1129.00;4.23;0 +32;supply_node;3782.00;12.53;1125.00;0.63;0 +32;supply_node;3800.00;12.93;1107.00;5.05;0 +32;supply_node;3822.00;13.20;1123.00;3.58;0 32;synthetic_refinery;3819.00;12.88;1113.00;5.18;0 33;air_base;2913.00;9.70;730.00;5.18;0 33;anti_air_building;2912.00;9.70;731.00;0.62;0 33;anti_air_building;2923.00;10.03;751.00;2.68;0 33;anti_air_building;2929.00;9.75;742.00;5.69;0 +33;arms_factory;2886.00;9.53;743.00;1.67;0 +33;arms_factory;2889.00;9.60;748.00;3.83;0 +33;arms_factory;2905.00;9.70;730.00;3.73;0 +33;arms_factory;2911.00;9.85;754.00;0.71;0 +33;arms_factory;2912.00;9.70;735.00;3.73;0 +33;arms_factory;2935.00;10.38;749.00;4.33;0 33;bunker;2911.00;9.70;744.00;5.18;0 33;bunker;2913.00;9.65;727.00;1.56;0 +33;bunker;2944.00;10.65;753.00;0.62;0 33;coastal_bunker;2892.00;9.50;728.00;-0.66;0 33;coastal_bunker;2920.00;9.50;724.00;-0.17;0 33;coastal_bunker;2929.00;9.50;722.00;-0.23;0 33;dockyard;2908.00;9.50;719.00;-0.17;0 +33;floating_harbor;2886.80;9.50;728.40;-3.79;4952 +33;floating_harbor;2915.63;9.50;713.01;-3.19;8034 +33;floating_harbor;2929.69;9.50;715.39;-3.48;10831 +33;industrial_complex;2897.00;9.65;737.00;2.78;0 +33;industrial_complex;2898.00;9.70;752.00;1.23;0 +33;industrial_complex;2907.00;9.70;721.00;0.11;0 +33;industrial_complex;2911.00;9.68;724.00;4.84;0 +33;industrial_complex;2932.00;9.70;733.00;2.17;0 +33;industrial_complex;2940.00;9.93;742.00;5.44;0 33;naval_base;2891.00;9.50;734.00;-0.66;8707 33;naval_base;2909.00;9.50;719.00;-0.17;1886 +33;naval_base;2938.00;9.50;726.00;-0.34;3818 +33;nuclear_reactor;2927.00;9.70;725.00;1.83;0 33;radar_station;2882.00;9.50;746.00;3.61;0 33;rocket_site;2931.00;9.73;741.00;2.68;0 +33;supply_node;2897.00;9.62;742.00;5.05;0 +33;supply_node;2917.00;9.70;739.00;2.81;0 +33;supply_node;2939.00;9.88;742.00;5.75;0 33;synthetic_refinery;2895.00;9.70;747.00;4.74;0 34;air_base;3031.00;11.20;718.00;3.12;0 34;anti_air_building;3143.00;12.25;519.00;3.93;0 @@ -1520,6 +2219,7 @@ 34;bunker;3013.00;12.30;385.00;4.88;0 34;bunker;3015.00;11.10;699.00;4.81;0 34;bunker;3016.00;13.78;407.00;1.12;0 +34;bunker;3029.00;11.50;668.00;0.71;0 34;bunker;3049.00;13.90;455.00;0.62;0 34;bunker;3056.00;11.00;629.00;3.19;0 34;bunker;3056.00;11.23;688.00;2.68;0 @@ -1560,6 +2260,11 @@ 34;coastal_bunker;2961.00;9.50;703.00;-1.33;0 34;coastal_bunker;2994.00;9.50;404.00;-2.13;0 34;dockyard;2955.00;9.50;716.00;-0.62;0 +34;floating_harbor;2943.48;9.50;710.66;-3.84;6039 +34;floating_harbor;2944.02;9.50;650.46;-4.64;5139 +34;floating_harbor;2949.08;9.50;678.06;1.42;8244 +34;floating_harbor;2952.25;9.50;694.16;-4.45;5036 +34;floating_harbor;2988.69;9.50;411.56;0.86;12985 34;industrial_complex;2973.00;10.78;720.00;5.18;0 34;industrial_complex;3124.00;12.93;495.00;4.67;0 34;industrial_complex;3139.00;12.80;377.00;0.45;0 @@ -1574,6 +2279,50 @@ 34;nuclear_reactor;3124.00;10.95;690.00;1.43;0 34;radar_station;2943.00;9.50;638.00;4.82;0 34;rocket_site;3218.00;13.95;471.00;5.05;0 +34;supply_node;2959.00;10.65;729.00;3.30;0 +34;supply_node;2964.00;10.60;652.00;4.07;0 +34;supply_node;2969.00;12.78;675.00;5.01;0 +34;supply_node;2970.00;11.82;699.00;5.93;0 +34;supply_node;3000.00;11.20;704.00;1.59;0 +34;supply_node;3000.00;11.75;743.00;1.67;0 +34;supply_node;3001.00;10.70;401.00;1.85;0 +34;supply_node;3002.00;11.28;665.00;3.08;0 +34;supply_node;3026.00;12.80;389.00;3.54;0 +34;supply_node;3033.00;13.23;416.00;5.77;0 +34;supply_node;3034.00;11.07;709.00;1.13;0 +34;supply_node;3047.00;11.10;660.00;6.00;0 +34;supply_node;3056.00;14.03;450.00;2.31;0 +34;supply_node;3057.00;10.98;725.00;5.25;0 +34;supply_node;3067.00;13.38;395.00;0.45;0 +34;supply_node;3077.00;11.00;682.00;0.72;0 +34;supply_node;3092.00;13.90;442.00;4.52;0 +34;supply_node;3093.00;10.90;632.00;0.90;0 +34;supply_node;3098.00;11.00;679.00;2.12;0 +34;supply_node;3101.00;11.00;604.00;5.96;0 +34;supply_node;3112.00;10.45;714.00;5.20;0 +34;supply_node;3119.00;11.00;664.00;5.75;0 +34;supply_node;3122.00;12.82;501.00;1.43;0 +34;supply_node;3122.00;13.18;385.00;1.89;0 +34;supply_node;3125.00;11.12;552.00;3.76;0 +34;supply_node;3125.00;14.70;435.00;4.98;0 +34;supply_node;3134.00;10.98;691.00;0.14;0 +34;supply_node;3142.00;10.85;565.00;5.47;0 +34;supply_node;3142.00;11.20;627.00;6.24;0 +34;supply_node;3143.00;10.85;708.00;4.49;0 +34;supply_node;3158.00;11.30;659.00;4.56;0 +34;supply_node;3158.00;12.50;458.00;2.84;0 +34;supply_node;3159.00;11.30;601.00;3.61;0 +34;supply_node;3161.00;11.75;535.00;4.25;0 +34;supply_node;3165.00;11.18;562.00;5.28;0 +34;supply_node;3165.00;12.35;508.00;2.61;0 +34;supply_node;3181.00;12.62;480.00;2.35;0 +34;supply_node;3185.00;11.15;571.00;0.18;0 +34;supply_node;3191.00;11.40;632.00;1.36;0 +34;supply_node;3195.00;12.40;511.00;0.94;0 +34;supply_node;3208.00;11.57;580.00;3.84;0 +34;supply_node;3208.00;12.00;539.00;0.87;0 +34;supply_node;3217.00;13.10;485.00;0.41;0 +34;supply_node;3237.00;13.48;511.00;3.12;0 34;synthetic_refinery;3075.00;13.80;415.00;4.54;0 35;air_base;4014.00;11.50;954.00;1.06;0 35;anti_air_building;4009.00;11.53;941.00;3.63;0 @@ -1597,6 +2346,9 @@ 35;nuclear_reactor;4005.00;11.65;944.00;4.74;0 35;radar_station;4006.00;10.60;920.00;1.43;0 35;rocket_site;4005.00;11.65;948.00;0.62;0 +35;supply_node;4011.00;11.60;949.00;3.12;0 +35;supply_node;4016.00;10.50;920.00;4.98;0 +35;supply_node;4016.00;11.35;937.00;0.18;0 35;synthetic_refinery;4014.00;11.32;933.00;2.68;0 36;air_base;3965.00;14.32;903.00;1.56;0 36;anti_air_building;3962.00;12.57;907.00;1.19;0 @@ -1632,6 +2384,10 @@ 36;coastal_bunker;3955.00;9.50;904.00;-1.29;0 36;coastal_bunker;3964.00;9.50;885.00;-1.17;0 36;dockyard;3949.00;9.50;926.00;-1.57;0 +36;floating_harbor;3938.00;9.50;940.00;1.57;12269 +36;floating_harbor;3941.07;9.50;928.99;1.43;7232 +36;floating_harbor;3944.10;9.50;909.85;-4.55;4395 +36;floating_harbor;3957.27;9.50;881.08;-4.43;12208 36;industrial_complex;3970.00;11.40;911.00;0.96;0 36;industrial_complex;3981.00;10.85;936.00;1.06;0 36;industrial_complex;3983.00;11.00;902.00;5.18;0 @@ -1645,6 +2401,25 @@ 36;nuclear_reactor;4010.00;10.50;908.00;2.31;0 36;radar_station;3952.00;9.50;907.00;5.50;0 36;rocket_site;3957.00;11.78;950.00;5.93;0 +36;supply_node;3950.00;10.10;940.00;5.47;0 +36;supply_node;3955.00;14.15;927.00;6.00;0 +36;supply_node;3957.00;10.82;912.00;1.59;0 +36;supply_node;3960.00;12.35;951.00;1.13;0 +36;supply_node;3967.00;11.75;939.00;6.24;0 +36;supply_node;3967.00;14.45;901.00;2.35;0 +36;supply_node;3971.00;11.03;885.00;1.43;0 +36;supply_node;3971.00;11.28;928.00;1.89;0 +36;supply_node;3977.00;11.12;909.00;3.76;0 +36;supply_node;3978.00;11.00;920.00;2.12;0 +36;supply_node;3978.00;11.40;946.00;5.28;0 +36;supply_node;3981.00;11.10;898.00;0.72;0 +36;supply_node;3984.00;11.00;888.00;0.87;0 +36;supply_node;3988.00;10.70;935.00;3.30;0 +36;supply_node;3995.00;11.05;901.00;4.07;0 +36;supply_node;3995.00;11.73;950.00;4.52;0 +36;supply_node;3996.00;10.93;916.00;0.41;0 +36;supply_node;4001.00;10.70;931.00;3.12;0 +36;supply_node;4012.00;10.60;906.00;5.93;0 36;synthetic_refinery;3997.00;10.82;922.00;0.60;0 37;air_base;3032.00;10.48;1523.00;5.79;0 37;anti_air_building;3023.00;10.57;1527.00;1.19;0 @@ -1687,6 +2462,28 @@ 37;nuclear_reactor;3025.00;11.30;1522.00;4.40;0 37;radar_station;3042.00;12.55;1514.00;3.22;0 37;rocket_site;3052.00;12.57;1516.00;2.31;0 +37;supply_node;3007.00;13.15;1511.00;2.12;0 +37;supply_node;3014.00;14.50;1503.00;0.72;0 +37;supply_node;3017.00;12.07;1515.00;5.93;0 +37;supply_node;3017.00;14.38;1506.00;4.07;0 +37;supply_node;3024.00;11.00;1525.00;1.13;0 +37;supply_node;3024.00;13.35;1495.00;1.89;0 +37;supply_node;3025.00;12.32;1511.00;6.24;0 +37;supply_node;3030.00;10.93;1521.00;5.77;0 +37;supply_node;3030.00;12.45;1535.00;1.59;0 +37;supply_node;3030.00;12.70;1500.00;5.47;0 +37;supply_node;3033.00;12.18;1509.00;3.61;0 +37;supply_node;3034.00;13.95;1494.00;6.00;0 +37;supply_node;3039.00;11.20;1529.00;3.30;0 +37;supply_node;3040.00;12.05;1536.00;1.36;0 +37;supply_node;3041.00;11.75;1519.00;1.43;0 +37;supply_node;3044.00;12.70;1510.00;3.54;0 +37;supply_node;3047.00;10.60;1527.00;0.41;0 +37;supply_node;3054.00;13.48;1533.00;2.84;0 +37;supply_node;3055.00;10.50;1525.00;4.52;0 +37;supply_node;3055.00;12.68;1516.00;3.76;0 +37;supply_node;3061.00;11.88;1522.00;5.28;0 +37;supply_node;3068.00;12.48;1516.00;2.35;0 37;synthetic_refinery;3031.00;13.40;1496.00;1.80;0 38;air_base;3048.00;12.45;1500.00;4.84;0 38;anti_air_building;3052.00;12.65;1506.00;3.80;0 @@ -1716,6 +2513,15 @@ 38;nuclear_reactor;3066.00;11.40;1508.00;4.91;0 38;radar_station;3039.00;13.07;1501.00;2.38;0 38;rocket_site;3078.00;10.18;1500.00;3.69;0 +38;supply_node;3045.00;13.65;1500.00;4.07;0 +38;supply_node;3051.00;12.55;1504.00;4.52;0 +38;supply_node;3060.00;12.50;1509.00;6.00;0 +38;supply_node;3061.00;9.82;1496.00;1.59;0 +38;supply_node;3062.00;10.28;1502.00;3.76;0 +38;supply_node;3072.00;10.18;1500.00;1.13;0 +38;supply_node;3073.00;10.55;1509.00;0.41;0 +38;supply_node;3080.00;10.43;1501.00;1.89;0 +38;supply_node;3085.00;11.62;1506.00;5.93;0 38;synthetic_refinery;3049.00;12.70;1505.00;3.19;0 39;air_base;5177.00;11.20;770.00;1.46;0 39;anti_air_building;4893.00;11.32;767.00;4.63;0 @@ -1754,6 +2560,19 @@ 39;coastal_bunker;5269.00;9.50;762.00;-1.57;0 39;coastal_bunker;5345.00;9.50;720.00;1.37;0 39;dockyard;5051.00;9.50;765.00;1.45;0 +39;floating_harbor;4890.00;9.50;754.00;-3.14;12103 +39;floating_harbor;4899.13;9.50;782.26;-0.46;4357 +39;floating_harbor;4945.00;9.50;788.00;0.00;13027 +39;floating_harbor;4965.00;9.50;799.00;-1.57;13028 +39;floating_harbor;4986.00;9.50;803.00;-1.57;13029 +39;floating_harbor;5057.95;9.50;762.13;-1.70;13030 +39;floating_harbor;5075.13;9.50;763.26;-0.46;13031 +39;floating_harbor;5106.00;9.50;783.00;0.85;13032 +39;floating_harbor;5147.95;9.50;791.95;-0.79;13033 +39;floating_harbor;5157.00;9.50;782.00;0.97;2489 +39;floating_harbor;5212.00;9.50;762.00;-0.36;13034 +39;floating_harbor;5265.00;9.50;748.00;-3.61;13036 +39;floating_harbor;5330.74;9.50;724.13;1.11;13035 39;industrial_complex;4896.00;10.60;769.00;3.52;0 39;industrial_complex;4979.00;10.00;798.00;1.55;0 39;industrial_complex;5204.00;10.20;738.00;3.61;0 @@ -1776,6 +2595,17 @@ 39;nuclear_reactor;5271.00;11.35;763.00;1.62;0 39;radar_station;4885.00;9.50;757.00;5.47;0 39;rocket_site;5073.00;10.48;753.00;0.41;0 +39;supply_node;4890.00;10.45;762.00;0.41;0 +39;supply_node;4894.00;10.75;772.00;3.76;0 +39;supply_node;4945.00;11.23;780.00;1.89;0 +39;supply_node;4957.00;9.90;799.00;5.93;0 +39;supply_node;4978.00;10.40;803.00;1.13;0 +39;supply_node;5071.00;9.50;755.00;4.07;0 +39;supply_node;5129.00;9.50;762.00;0.72;0 +39;supply_node;5176.00;11.20;769.00;6.00;0 +39;supply_node;5203.00;9.57;738.00;3.30;0 +39;supply_node;5272.00;12.12;762.00;1.43;0 +39;supply_node;5339.00;11.55;720.00;6.24;0 39;synthetic_refinery;5136.00;10.75;762.00;5.05;0 40;air_base;5116.00;9.65;1421.00;4.74;0 40;anti_air_building;5113.00;9.68;1419.00;3.69;0 @@ -1794,6 +2624,9 @@ 40;coastal_bunker;5168.00;9.50;1463.00;-3.79;0 40;coastal_bunker;5200.00;9.50;1507.00;-3.93;0 40;dockyard;5120.00;9.50;1422.00;-4.19;0 +40;floating_harbor;5116.26;9.50;1418.13;-1.11;13037 +40;floating_harbor;5140.48;9.50;1428.66;-3.84;1515 +40;floating_harbor;5189.63;9.50;1491.53;-3.82;1399 40;industrial_complex;5088.00;9.55;1405.00;0.62;0 40;industrial_complex;5113.00;9.55;1418.00;4.84;0 40;industrial_complex;5114.00;9.68;1419.00;5.69;0 @@ -1806,6 +2639,7 @@ 40;nuclear_reactor;5147.00;9.53;1435.00;0.08;0 40;radar_station;5076.00;9.50;1394.00;3.80;0 40;rocket_site;5108.00;9.57;1415.00;3.35;0 +40;supply_node;5198.00;9.50;1502.00;0.41;0 40;synthetic_refinery;5087.00;9.60;1406.00;4.30;0 41;air_base;2967.00;9.90;1572.00;2.68;0 41;anti_air_building;2970.00;10.10;1580.00;3.69;0 @@ -1824,6 +2658,7 @@ 41;bunker;2975.00;9.95;1584.00;4.74;0 41;coastal_bunker;2956.00;9.65;1589.00;-2.25;0 41;dockyard;2957.00;9.50;1591.00;-2.25;0 +41;floating_harbor;2951.63;9.50;1596.47;0.67;6325 41;industrial_complex;2964.00;9.73;1581.00;1.12;0 41;industrial_complex;2965.00;9.70;1581.00;0.62;0 41;industrial_complex;2971.00;10.35;1575.00;2.68;0 @@ -1834,6 +2669,11 @@ 41;nuclear_reactor;2971.00;9.93;1582.00;0.08;0 41;radar_station;2957.00;9.70;1575.00;3.80;0 41;rocket_site;2959.00;9.70;1580.00;3.35;0 +41;supply_node;2960.00;9.70;1586.00;0.72;0 +41;supply_node;2961.00;9.70;1577.00;1.13;0 +41;supply_node;2968.00;9.70;1583.00;4.07;0 +41;supply_node;2970.00;10.23;1573.00;5.93;0 +41;supply_node;2974.00;10.32;1580.00;3.30;0 41;synthetic_refinery;2960.00;9.70;1580.00;4.30;0 42;air_base;912.00;12.20;1700.00;4.74;0 42;anti_air_building;914.00;13.40;1658.00;4.62;0 @@ -1971,6 +2811,35 @@ 42;coastal_bunker;971.00;9.50;1422.00;-1.25;0 42;coastal_bunker;976.00;9.50;1414.00;-1.95;0 42;dockyard;893.00;9.70;1507.00;-0.38;0 +42;floating_harbor;841.00;9.50;1665.00;1.50;10271 +42;floating_harbor;850.00;9.50;1496.00;-4.48;11658 +42;floating_harbor;850.00;9.50;1496.00;-4.51;9713 +42;floating_harbor;857.57;9.50;1605.76;1.17;11495 +42;floating_harbor;859.21;9.50;1583.30;-4.47;505 +42;floating_harbor;859.53;9.50;1708.08;0.52;10242 +42;floating_harbor;860.10;9.50;1557.15;1.41;610 +42;floating_harbor;861.00;9.50;1616.00;1.57;12281 +42;floating_harbor;862.36;9.50;1572.21;1.25;3644 +42;floating_harbor;863.14;9.50;1633.37;1.37;4380 +42;floating_harbor;864.03;9.50;1643.30;-4.61;12211 +42;floating_harbor;864.21;9.50;1538.30;-4.47;9730 +42;floating_harbor;866.40;9.50;1666.80;-4.07;4398 +42;floating_harbor;868.00;9.50;1662.60;1.03;10183 +42;floating_harbor;868.36;9.50;1522.79;-4.39;6757 +42;floating_harbor;872.00;9.50;1723.00;0.50;7386 +42;floating_harbor;872.00;9.50;1723.00;0.67;7315 +42;floating_harbor;875.50;9.50;1512.40;-4.33;6681 +42;floating_harbor;883.14;9.50;1706.63;-4.51;10157 +42;floating_harbor;891.00;9.50;1699.60;-1.03;4296 +42;floating_harbor;891.30;9.50;1500.21;-3.39;677 +42;floating_harbor;905.57;9.50;1508.76;1.17;6699 +42;floating_harbor;914.05;9.50;1453.05;-3.93;986 +42;floating_harbor;922.12;9.50;1438.18;-3.73;6881 +42;floating_harbor;930.99;9.50;1426.27;-3.75;11859 +42;floating_harbor;951.22;9.50;1407.88;-3.89;11757 +42;floating_harbor;952.12;9.50;1425.18;-3.73;9814 +42;floating_harbor;965.50;9.50;1417.40;-4.33;7517 +42;floating_harbor;971.18;9.50;1405.12;-4.12;1562 42;industrial_complex;881.00;12.40;1540.00;2.68;0 42;industrial_complex;919.00;14.93;1576.00;5.35;0 42;industrial_complex;929.00;15.60;1527.00;0.62;0 @@ -2009,6 +2878,101 @@ 42;nuclear_reactor;908.00;13.05;1663.00;4.52;0 42;radar_station;957.00;9.50;1412.00;1.04;0 42;rocket_site;883.00;10.48;1611.00;1.50;0 +42;supply_node;867.00;10.18;1695.00;3.53;0 +42;supply_node;870.00;11.15;1586.00;4.07;0 +42;supply_node;871.00;10.25;1600.00;5.24;0 +42;supply_node;873.00;10.85;1555.00;3.30;0 +42;supply_node;875.00;10.35;1616.00;2.49;0 +42;supply_node;875.00;10.35;1631.00;4.79;0 +42;supply_node;875.00;10.38;1541.00;1.82;0 +42;supply_node;875.00;11.85;1568.00;5.25;0 +42;supply_node;876.00;10.03;1674.00;1.09;0 +42;supply_node;879.00;10.43;1656.00;4.29;0 +42;supply_node;880.00;13.15;1693.00;5.96;0 +42;supply_node;881.00;10.95;1527.00;2.04;0 +42;supply_node;881.00;11.48;1645.00;3.25;0 +42;supply_node;883.00;11.43;1590.00;1.13;0 +42;supply_node;886.00;10.35;1610.00;0.72;0 +42;supply_node;886.00;12.82;1573.00;5.43;0 +42;supply_node;886.00;13.32;1541.00;4.98;0 +42;supply_node;887.00;10.50;1517.00;3.57;0 +42;supply_node;890.00;11.43;1627.00;2.61;0 +42;supply_node;890.00;13.90;1557.00;3.61;0 +42;supply_node;892.00;10.55;1661.00;5.01;0 +42;supply_node;894.00;10.35;1641.00;4.56;0 +42;supply_node;894.00;10.48;1511.00;6.24;0 +42;supply_node;895.00;9.50;1709.00;4.71;0 +42;supply_node;895.00;11.43;1526.00;5.74;0 +42;supply_node;896.00;10.28;1541.00;2.12;0 +42;supply_node;898.00;13.50;1586.00;3.08;0 +42;supply_node;899.00;13.12;1601.00;5.47;0 +42;supply_node;900.00;9.60;1693.00;2.34;0 +42;supply_node;901.00;13.48;1573.00;0.63;0 +42;supply_node;904.00;9.70;1535.00;2.58;0 +42;supply_node;904.00;9.93;1516.00;1.55;0 +42;supply_node;904.00;12.80;1558.00;2.31;0 +42;supply_node;904.00;13.23;1616.00;4.49;0 +42;supply_node;906.00;12.90;1675.00;4.52;0 +42;supply_node;907.00;12.75;1633.00;0.10;0 +42;supply_node;907.00;13.28;1658.00;0.87;0 +42;supply_node;912.00;11.95;1707.00;3.04;0 +42;supply_node;913.00;9.90;1517.00;5.16;0 +42;supply_node;913.00;14.10;1541.00;5.47;0 +42;supply_node;917.00;13.45;1690.00;6.19;0 +42;supply_node;918.00;14.03;1595.00;1.85;0 +42;supply_node;919.00;10.03;1503.00;2.80;0 +42;supply_node;921.00;14.93;1560.00;1.36;0 +42;supply_node;922.00;10.18;1461.00;5.77;0 +42;supply_node;922.00;10.30;1643.00;1.78;0 +42;supply_node;922.00;11.88;1657.00;4.02;0 +42;supply_node;922.00;14.98;1573.00;5.20;0 +42;supply_node;924.00;11.70;1676.00;2.12;0 +42;supply_node;924.00;13.40;1524.00;1.43;0 +42;supply_node;925.00;13.18;1621.00;5.01;0 +42;supply_node;926.00;9.80;1496.00;1.33;0 +42;supply_node;926.00;14.75;1543.00;4.48;0 +42;supply_node;928.00;9.70;1447.00;4.21;0 +42;supply_node;930.00;12.65;1708.00;3.54;0 +42;supply_node;933.00;10.93;1463.00;0.45;0 +42;supply_node;933.00;14.80;1512.00;0.90;0 +42;supply_node;934.00;9.82;1488.00;1.63;0 +42;supply_node;937.00;10.82;1662.00;0.83;0 +42;supply_node;938.00;9.73;1477.00;4.03;0 +42;supply_node;938.00;11.57;1452.00;2.54;0 +42;supply_node;941.00;14.05;1595.00;2.76;0 +42;supply_node;942.00;9.73;1442.00;5.89;0 +42;supply_node;944.00;11.05;1689.00;5.70;0 +42;supply_node;945.00;10.93;1673.00;6.20;0 +42;supply_node;946.00;9.80;1463.00;3.99;0 +42;supply_node;947.00;9.60;1648.00;4.45;0 +42;supply_node;947.00;12.75;1626.00;1.39;0 +42;supply_node;947.00;17.68;1500.00;1.67;0 +42;supply_node;952.00;12.95;1707.00;0.59;0 +42;supply_node;952.00;14.23;1482.00;0.37;0 +42;supply_node;955.00;12.30;1447.00;1.05;0 +42;supply_node;958.00;9.57;1434.00;3.29;0 +42;supply_node;959.00;13.10;1463.00;2.84;0 +42;supply_node;965.00;10.73;1661.00;3.07;0 +42;supply_node;965.00;13.85;1590.00;0.13;0 +42;supply_node;966.00;10.65;1675.00;1.32;0 +42;supply_node;966.00;15.57;1486.00;3.75;0 +42;supply_node;967.00;12.57;1445.00;4.94;0 +42;supply_node;968.00;13.48;1614.00;0.41;0 +42;supply_node;969.00;11.32;1691.00;0.14;0 +42;supply_node;970.00;9.70;1428.00;3.71;0 +42;supply_node;970.00;12.15;1708.00;2.31;0 +42;supply_node;971.00;13.45;1642.00;4.67;0 +42;supply_node;977.00;9.68;1422.00;2.27;0 +42;supply_node;978.00;12.60;1471.00;3.84;0 +42;supply_node;978.00;12.85;1456.00;0.90;0 +42;supply_node;980.00;9.70;1411.00;4.25;0 +42;supply_node;980.00;13.32;1439.00;1.85;0 +42;supply_node;990.00;12.30;1414.00;2.08;0 +42;supply_node;991.00;11.57;1428.00;1.36;0 +42;supply_node;994.00;11.55;1443.00;5.43;0 +42;supply_node;998.00;11.35;1457.00;5.50;0 +42;supply_node;1006.00;9.65;1415.00;5.93;0 +42;supply_node;1011.00;10.38;1435.00;3.26;0 42;synthetic_refinery;921.00;11.88;1667.00;2.46;0 43;air_base;2978.00;11.78;1555.00;3.80;0 43;anti_air_building;2968.00;11.75;1553.00;1.29;0 @@ -2038,6 +3002,15 @@ 43;nuclear_reactor;2963.00;11.05;1550.00;3.86;0 43;radar_station;2941.00;9.70;1570.00;1.85;0 43;rocket_site;2947.00;9.70;1569.00;1.19;0 +43;supply_node;2945.00;9.70;1573.00;6.24;0 +43;supply_node;2950.00;10.03;1568.00;1.43;0 +43;supply_node;2957.00;11.28;1560.00;5.77;0 +43;supply_node;2958.00;10.28;1569.00;5.47;0 +43;supply_node;2960.00;10.78;1551.00;2.12;0 +43;supply_node;2967.00;11.05;1565.00;3.30;0 +43;supply_node;2968.00;11.75;1557.00;1.36;0 +43;supply_node;2975.00;10.38;1565.00;3.61;0 +43;supply_node;2977.00;11.95;1557.00;2.84;0 43;synthetic_refinery;2975.00;11.30;1560.00;2.15;0 44;air_base;2430.00;9.53;893.00;3.19;0 44;anti_air_building;2405.00;9.57;925.00;3.35;0 @@ -2052,6 +3025,7 @@ 44;bunker;2430.00;9.53;893.00;3.69;0 44;coastal_bunker;2403.00;9.50;925.00;-2.33;0 44;dockyard;2403.00;9.50;925.00;-2.33;0 +44;floating_harbor;2402.05;9.50;928.95;0.79;13014 44;industrial_complex;2407.00;9.57;926.00;3.19;0 44;industrial_complex;2407.00;9.57;926.00;4.74;0 44;industrial_complex;2407.00;9.57;926.00;5.35;0 @@ -2093,6 +3067,17 @@ 45;nuclear_reactor;3016.00;9.70;1564.00;0.25;0 45;radar_station;2999.00;9.80;1561.00;4.74;0 45;rocket_site;3011.00;9.70;1567.00;3.86;0 +45;supply_node;3001.00;9.70;1574.00;2.12;0 +45;supply_node;3003.00;9.80;1564.00;3.54;0 +45;supply_node;3005.00;9.70;1580.00;5.77;0 +45;supply_node;3010.00;9.70;1568.00;5.01;0 +45;supply_node;3011.00;9.75;1587.00;1.36;0 +45;supply_node;3014.00;9.95;1577.00;0.90;0 +45;supply_node;3016.00;9.75;1562.00;1.67;0 +45;supply_node;3019.00;9.70;1571.00;3.84;0 +45;supply_node;3019.00;9.85;1586.00;2.84;0 +45;supply_node;3023.00;10.15;1579.00;3.61;0 +45;supply_node;3028.00;9.70;1566.00;4.25;0 45;synthetic_refinery;3030.00;9.70;1571.00;5.93;0 46;air_base;1520.00;11.10;1560.00;1.64;0 46;anti_air_building;1495.00;11.32;1529.00;1.87;0 @@ -2138,11 +3123,42 @@ 46;nuclear_reactor;1523.00;11.55;1532.00;0.31;0 46;radar_station;1483.00;10.03;1526.00;4.52;0 46;rocket_site;1532.00;10.75;1555.00;3.93;0 +46;supply_node;1486.00;10.70;1540.00;3.54;0 +46;supply_node;1488.00;10.25;1555.00;5.50;0 +46;supply_node;1490.00;10.70;1570.00;2.84;0 +46;supply_node;1492.00;11.07;1529.00;4.56;0 +46;supply_node;1494.00;10.70;1562.00;0.14;0 +46;supply_node;1497.00;10.70;1541.00;4.03;0 +46;supply_node;1502.00;10.60;1521.00;3.26;0 +46;supply_node;1503.00;10.60;1549.00;1.09;0 +46;supply_node;1505.00;10.70;1568.00;4.25;0 +46;supply_node;1506.00;12.12;1533.00;5.20;0 +46;supply_node;1508.00;10.80;1558.00;1.36;0 +46;supply_node;1514.00;10.82;1544.00;5.25;0 +46;supply_node;1517.00;12.00;1533.00;2.61;0 +46;supply_node;1518.00;10.30;1521.00;1.67;0 +46;supply_node;1519.00;10.98;1565.00;4.79;0 +46;supply_node;1520.00;11.00;1554.00;3.84;0 +46;supply_node;1528.00;10.25;1531.00;5.96;0 +46;supply_node;1528.00;10.75;1544.00;5.77;0 +46;supply_node;1530.00;10.90;1568.00;4.49;0 +46;supply_node;1532.00;10.68;1556.00;0.45;0 +46;supply_node;1538.00;12.57;1538.00;0.90;0 +46;supply_node;1542.00;10.43;1563.00;3.08;0 +46;supply_node;1543.00;10.88;1574.00;5.01;0 +46;supply_node;1543.00;11.28;1551.00;1.85;0 +46;supply_node;1547.00;10.25;1543.00;2.31;0 46;synthetic_refinery;1535.00;10.85;1550.00;5.99;0 47;air_base;3060.00;9.80;1595.00;0.68;0 47;anti_air_building;3035.00;9.70;1569.00;3.86;0 47;anti_air_building;3058.00;9.80;1593.00;0.25;0 47;anti_air_building;3078.00;9.80;1595.00;2.31;0 +47;arms_factory;3043.00;9.70;1574.00;2.35;0 +47;arms_factory;3052.00;9.73;1584.00;3.56;0 +47;arms_factory;3052.00;9.80;1591.00;1.85;0 +47;arms_factory;3053.00;9.80;1587.00;0.30;0 +47;arms_factory;3057.00;9.80;1591.00;4.51;0 +47;arms_factory;3068.00;9.80;1601.00;2.96;0 47;bunker;3036.00;9.70;1575.00;5.42;0 47;bunker;3040.00;9.70;1565.00;1.29;0 47;bunker;3043.00;9.70;1564.00;5.93;0 @@ -2159,7 +3175,17 @@ 47;industrial_complex;3054.00;9.70;1582.00;3.69;0 47;industrial_complex;3075.00;9.80;1593.00;3.19;0 47;nuclear_reactor;3050.00;9.70;1587.00;0.15;0 +47;radar_station;3027.00;9.70;1577.00;3.41;0 47;rocket_site;3046.00;9.80;1571.00;2.31;0 +47;supply_node;3033.00;9.70;1576.00;3.54;0 +47;supply_node;3037.00;9.70;1567.00;5.01;0 +47;supply_node;3043.00;9.70;1577.00;1.67;0 +47;supply_node;3047.00;9.80;1570.00;3.08;0 +47;supply_node;3048.00;9.80;1564.00;5.77;0 +47;supply_node;3052.00;9.70;1580.00;3.84;0 +47;supply_node;3053.00;9.80;1589.00;4.25;0 +47;supply_node;3061.00;9.80;1595.00;0.90;0 +47;supply_node;3073.00;9.80;1596.00;0.14;0 47;synthetic_refinery;3029.00;9.70;1579.00;4.37;0 48;air_base;2945.00;10.23;1586.00;0.08;0 48;anti_air_building;2942.00;10.10;1587.00;3.86;0 @@ -2179,6 +3205,9 @@ 48;coastal_bunker;2939.00;9.63;1590.00;-2.55;0 48;coastal_bunker;2950.00;9.60;1591.00;-3.39;0 48;dockyard;2941.00;9.57;1591.00;-2.55;0 +48;floating_harbor;2930.00;9.50;1608.00;0.91;6349 +48;floating_harbor;2937.24;9.50;1598.43;0.40;3326 +48;floating_harbor;2943.00;9.50;1602.00;0.00;374 48;industrial_complex;2941.00;10.00;1588.00;0.68;0 48;industrial_complex;2944.00;10.18;1587.00;3.69;0 48;industrial_complex;2945.00;10.15;1584.00;3.35;0 @@ -2191,6 +3220,10 @@ 48;nuclear_reactor;2947.00;9.85;1583.00;3.86;0 48;radar_station;2939.00;10.07;1585.00;2.16;0 48;rocket_site;2945.00;10.18;1587.00;2.31;0 +48;supply_node;2943.00;9.70;1593.00;5.01;0 +48;supply_node;2943.00;10.30;1585.00;4.25;0 +48;supply_node;2951.00;9.95;1587.00;0.90;0 +48;supply_node;2952.00;9.70;1578.00;1.67;0 48;synthetic_refinery;2943.00;10.13;1587.00;1.80;0 49;air_base;4565.00;11.63;1687.00;5.42;0 49;anti_air_building;4482.00;12.45;1560.00;0.31;0 @@ -2236,6 +3269,31 @@ 49;nuclear_reactor;4527.00;10.88;1599.00;2.98;0 49;radar_station;4430.00;14.63;1521.00;2.58;0 49;rocket_site;4534.00;12.28;1553.00;1.43;0 +49;supply_node;4443.00;13.68;1533.00;0.45;0 +49;supply_node;4468.00;12.78;1547.00;5.50;0 +49;supply_node;4481.00;13.38;1528.00;2.31;0 +49;supply_node;4493.00;16.18;1544.00;1.85;0 +49;supply_node;4496.00;12.35;1565.00;4.79;0 +49;supply_node;4510.00;14.30;1517.00;0.63;0 +49;supply_node;4519.00;12.55;1544.00;0.90;0 +49;supply_node;4521.00;12.38;1583.00;1.33;0 +49;supply_node;4522.00;13.60;1650.00;3.57;0 +49;supply_node;4534.00;11.15;1610.00;3.08;0 +49;supply_node;4537.00;11.88;1568.00;1.39;0 +49;supply_node;4538.00;14.10;1519.00;4.03;0 +49;supply_node;4540.00;12.15;1675.00;6.20;0 +49;supply_node;4550.00;12.88;1551.00;0.14;0 +49;supply_node;4560.00;11.28;1652.00;5.43;0 +49;supply_node;4563.00;13.25;1628.00;5.25;0 +49;supply_node;4568.00;12.35;1576.00;2.61;0 +49;supply_node;4571.00;12.43;1601.00;5.96;0 +49;supply_node;4572.00;11.82;1676.00;5.20;0 +49;supply_node;4597.00;14.07;1644.00;3.84;0 +49;supply_node;4601.00;12.75;1674.00;3.26;0 +49;supply_node;4604.00;12.10;1699.00;4.49;0 +49;supply_node;4606.00;11.70;1619.00;1.09;0 +49;supply_node;4629.00;12.05;1649.00;4.56;0 +49;supply_node;4648.00;13.07;1676.00;4.25;0 49;synthetic_refinery;4508.00;14.90;1513.00;2.38;0 50;air_base;4647.00;12.80;1591.00;4.81;0 50;anti_air_building;4642.00;12.07;1631.00;4.44;0 @@ -2279,6 +3337,29 @@ 50;nuclear_reactor;4641.00;11.60;1518.00;2.98;0 50;radar_station;4551.00;12.23;1506.00;2.58;0 50;rocket_site;4696.00;11.85;1613.00;1.43;0 +50;supply_node;4567.00;12.28;1520.00;6.20;0 +50;supply_node;4568.00;12.53;1541.00;3.84;0 +50;supply_node;4598.00;11.32;1537.00;5.20;0 +50;supply_node;4598.00;12.07;1565.00;3.57;0 +50;supply_node;4603.00;12.30;1588.00;0.14;0 +50;supply_node;4621.00;12.80;1537.00;2.31;0 +50;supply_node;4625.00;12.25;1599.00;5.50;0 +50;supply_node;4636.00;13.20;1573.00;4.03;0 +50;supply_node;4641.00;11.95;1617.00;1.09;0 +50;supply_node;4644.00;11.43;1519.00;5.25;0 +50;supply_node;4644.00;11.93;1549.00;5.96;0 +50;supply_node;4657.00;11.65;1593.00;5.43;0 +50;supply_node;4664.00;12.35;1632.00;3.26;0 +50;supply_node;4668.00;11.25;1544.00;0.63;0 +50;supply_node;4675.00;11.38;1573.00;4.79;0 +50;supply_node;4679.00;11.90;1607.00;0.45;0 +50;supply_node;4680.00;14.00;1655.00;4.56;0 +50;supply_node;4705.00;11.50;1631.00;2.61;0 +50;supply_node;4707.00;11.00;1600.00;1.39;0 +50;supply_node;4731.00;11.28;1615.00;1.33;0 +50;supply_node;4736.00;11.05;1638.00;4.49;0 +50;supply_node;4748.00;10.80;1597.00;1.85;0 +50;supply_node;4770.00;10.40;1622.00;3.08;0 50;synthetic_refinery;4677.00;12.75;1595.00;2.38;0 51;air_base;4577.00;10.98;675.00;3.86;0 51;anti_air_building;4533.00;10.25;663.00;4.07;0 @@ -2338,6 +3419,24 @@ 51;coastal_bunker;4656.00;9.53;716.00;0.98;0 51;coastal_bunker;4666.00;9.50;728.00;0.46;0 51;dockyard;4648.00;9.50;714.00;0.98;0 +51;floating_harbor;4500.14;9.50;653.37;1.37;4279 +51;floating_harbor;4503.62;9.50;674.48;0.88;12129 +51;floating_harbor;4525.00;9.50;685.00;-0.17;1208 +51;floating_harbor;4534.05;9.50;674.95;0.79;12905 +51;floating_harbor;4534.30;9.50;679.01;1.28;4216 +51;floating_harbor;4537.21;9.50;687.70;1.33;12283 +51;floating_harbor;4564.24;9.50;702.43;0.40;4396 +51;floating_harbor;4577.40;9.50;718.00;0.54;10285 +51;floating_harbor;4589.79;9.50;727.64;0.32;7387 +51;floating_harbor;4603.53;9.50;736.37;0.90;12171 +51;floating_harbor;4606.21;9.50;731.64;-0.32;7371 +51;floating_harbor;4612.05;9.50;746.95;0.79;10212 +51;floating_harbor;4633.21;9.50;763.64;-0.32;4282 +51;floating_harbor;4645.95;9.50;753.95;-0.79;10143 +51;floating_harbor;4652.95;9.50;744.95;-0.79;10199 +51;floating_harbor;4655.64;9.50;712.79;-1.89;12228 +51;floating_harbor;4657.00;9.50;720.40;-2.11;10240 +51;floating_harbor;4665.20;9.50;720.40;-2.50;1306 51;industrial_complex;4548.00;9.73;687.00;5.42;0 51;industrial_complex;4560.00;10.43;683.00;2.15;0 51;industrial_complex;4582.00;10.95;677.00;1.19;0 @@ -2365,6 +3464,33 @@ 51;nuclear_reactor;4626.00;10.78;730.00;1.56;0 51;radar_station;4492.00;9.50;708.00;5.43;0 51;rocket_site;4622.00;11.18;734.00;3.73;0 +51;supply_node;4512.00;9.75;651.00;2.61;0 +51;supply_node;4515.00;9.82;665.00;5.74;0 +51;supply_node;4524.00;10.30;653.00;4.56;0 +51;supply_node;4539.00;10.30;655.00;3.08;0 +51;supply_node;4551.00;10.55;674.00;5.96;0 +51;supply_node;4552.00;10.30;684.00;4.21;0 +51;supply_node;4562.00;9.70;663.00;4.49;0 +51;supply_node;4570.00;10.48;689.00;4.79;0 +51;supply_node;4575.00;11.10;674.00;3.26;0 +51;supply_node;4584.00;10.20;707.00;2.80;0 +51;supply_node;4589.00;11.28;694.00;6.20;0 +51;supply_node;4589.00;11.45;681.00;0.45;0 +51;supply_node;4594.00;10.30;715.00;5.50;0 +51;supply_node;4601.00;10.68;703.00;1.33;0 +51;supply_node;4602.00;10.12;719.00;4.03;0 +51;supply_node;4613.00;13.20;717.00;5.25;0 +51;supply_node;4614.00;10.12;728.00;2.04;0 +51;supply_node;4620.00;9.98;739.00;0.63;0 +51;supply_node;4626.00;10.85;721.00;1.85;0 +51;supply_node;4629.00;9.82;751.00;5.20;0 +51;supply_node;4630.00;11.78;736.00;4.98;0 +51;supply_node;4635.00;10.85;723.00;1.09;0 +51;supply_node;4638.00;10.43;746.00;1.39;0 +51;supply_node;4644.00;10.20;736.00;5.43;0 +51;supply_node;4646.00;9.60;716.00;1.63;0 +51;supply_node;4646.00;10.32;727.00;3.57;0 +51;supply_node;4658.00;9.93;730.00;2.31;0 51;synthetic_refinery;4566.00;10.70;686.00;4.68;0 52;air_base;4557.00;9.82;644.00;1.80;0 52;anti_air_building;4552.00;10.20;636.00;6.03;0 @@ -2436,6 +3562,28 @@ 52;coastal_bunker;4648.00;9.53;682.00;1.57;0 52;coastal_bunker;4650.00;9.68;670.00;-2.90;0 52;dockyard;4644.00;9.70;686.00;1.57;0 +52;floating_harbor;4506.57;9.50;631.24;-4.31;1316 +52;floating_harbor;4516.27;9.50;621.08;-4.43;10282 +52;floating_harbor;4539.13;9.50;595.74;-2.68;4409 +52;floating_harbor;4544.80;9.50;594.40;-3.79;7227 +52;floating_harbor;4567.46;9.50;590.45;-2.78;10310 +52;floating_harbor;4573.00;9.50;593.00;-3.14;12280 +52;floating_harbor;4581.01;9.50;589.07;-3.28;10138 +52;floating_harbor;4584.87;9.50;589.74;-3.61;12110 +52;floating_harbor;4595.30;9.50;580.21;-3.39;7296 +52;floating_harbor;4624.64;9.50;589.79;-1.89;10178 +52;floating_harbor;4626.73;9.50;602.08;-1.85;1416 +52;floating_harbor;4629.82;9.50;620.12;-2.16;12225 +52;floating_harbor;4630.26;9.50;621.13;-1.11;12252 +52;floating_harbor;4641.82;9.50;627.12;-2.16;10237 +52;floating_harbor;4644.26;9.50;699.13;-1.11;1404 +52;floating_harbor;4644.95;9.50;703.87;-1.45;7415 +52;floating_harbor;4646.50;9.50;642.40;-1.95;12196 +52;floating_harbor;4648.00;9.50;709.00;-1.57;12243 +52;floating_harbor;4650.00;9.50;628.00;-3.14;10181 +52;floating_harbor;4651.26;9.50;655.87;-2.03;1252 +52;floating_harbor;4652.96;9.50;686.77;-1.46;10325 +52;floating_harbor;4653.93;9.50;675.99;-1.43;7231 52;industrial_complex;4545.00;10.35;645.00;0.06;0 52;industrial_complex;4567.00;9.80;601.00;0.65;0 52;industrial_complex;4586.00;12.28;665.00;5.73;0 @@ -2467,6 +3615,43 @@ 52;nuclear_reactor;4529.00;10.30;642.00;5.33;0 52;radar_station;4505.00;9.50;624.00;0.89;0 52;rocket_site;4605.00;10.30;635.00;1.21;0 +52;supply_node;4520.00;9.65;637.00;0.45;0 +52;supply_node;4530.00;10.30;625.00;0.10;0 +52;supply_node;4533.00;9.70;608.00;5.50;0 +52;supply_node;4541.00;10.55;639.00;4.03;0 +52;supply_node;4545.00;10.40;619.00;5.16;0 +52;supply_node;4552.00;9.65;604.00;1.39;0 +52;supply_node;4561.00;10.45;641.00;5.20;0 +52;supply_node;4562.00;10.30;605.00;3.04;0 +52;supply_node;4563.00;10.30;620.00;2.04;0 +52;supply_node;4573.00;10.20;607.00;2.58;0 +52;supply_node;4580.00;12.60;653.00;5.74;0 +52;supply_node;4583.00;10.20;603.00;4.98;0 +52;supply_node;4586.00;10.30;625.00;1.85;0 +52;supply_node;4592.00;9.70;604.00;2.27;0 +52;supply_node;4598.00;10.00;591.00;0.63;0 +52;supply_node;4598.00;10.90;647.00;3.26;0 +52;supply_node;4602.00;9.73;604.00;2.31;0 +52;supply_node;4603.00;11.80;668.00;6.20;0 +52;supply_node;4604.00;10.30;621.00;2.34;0 +52;supply_node;4610.00;10.40;636.00;1.33;0 +52;supply_node;4612.00;9.88;594.00;1.63;0 +52;supply_node;4612.00;12.50;692.00;2.61;0 +52;supply_node;4613.00;10.32;657.00;3.57;0 +52;supply_node;4613.00;11.32;606.00;5.96;0 +52;supply_node;4618.00;10.15;615.00;5.93;0 +52;supply_node;4618.00;10.70;628.00;0.41;0 +52;supply_node;4624.00;10.30;652.00;1.09;0 +52;supply_node;4625.00;11.50;674.00;4.79;0 +52;supply_node;4630.00;9.88;635.00;0.87;0 +52;supply_node;4630.00;9.90;709.00;4.45;0 +52;supply_node;4630.00;10.43;702.00;2.80;0 +52;supply_node;4632.00;10.65;693.00;4.49;0 +52;supply_node;4635.00;9.85;647.00;3.75;0 +52;supply_node;4637.00;10.35;685.00;4.52;0 +52;supply_node;4639.00;10.35;662.00;5.25;0 +52;supply_node;4640.00;10.80;674.00;5.43;0 +52;supply_node;4654.00;9.70;662.00;4.21;0 52;synthetic_refinery;4618.00;10.20;613.00;1.80;0 53;air_base;4655.00;10.82;798.00;2.31;0 53;anti_air_building;4640.00;10.25;786.00;2.82;0 @@ -2485,6 +3670,9 @@ 53;coastal_bunker;4658.00;9.50;801.00;-3.93;0 53;coastal_bunker;4683.00;9.50;840.00;-1.11;0 53;dockyard;4670.00;9.50;828.00;-1.11;0 +53;floating_harbor;4633.00;9.50;786.00;1.57;10145 +53;floating_harbor;4651.63;9.50;787.14;-3.34;4429 +53;floating_harbor;4661.00;9.50;821.00;1.57;7419 53;industrial_complex;4643.00;10.65;789.00;3.86;0 53;industrial_complex;4647.00;10.43;792.00;1.19;0 53;industrial_complex;4651.00;10.03;795.00;4.81;0 @@ -2497,6 +3685,9 @@ 53;nuclear_reactor;4647.00;10.43;792.00;3.93;0 53;radar_station;4632.00;9.50;772.00;0.48;0 53;rocket_site;4651.00;10.03;795.00;1.27;0 +53;supply_node;4641.00;10.12;786.00;5.96;0 +53;supply_node;4654.00;10.70;799.00;0.45;0 +53;supply_node;4670.00;9.50;821.00;4.49;0 53;synthetic_refinery;4665.00;11.20;810.00;1.87;0 54;air_base;4718.00;9.60;566.00;0.25;0 54;anti_air_building;4724.00;9.60;565.00;1.36;0 @@ -2511,6 +3702,7 @@ 54;bunker;4716.00;9.55;567.00;0.75;0 54;coastal_bunker;4729.00;9.50;573.00;-4.25;0 54;dockyard;4717.00;9.50;570.00;-4.25;0 +54;floating_harbor;4711.00;9.55;566.00;-4.36;10222 54;industrial_complex;4709.00;9.53;566.00;0.60;0 54;industrial_complex;4718.00;9.60;569.00;5.93;0 54;industrial_complex;4719.00;9.70;571.00;3.86;0 @@ -2550,6 +3742,15 @@ 55;nuclear_reactor;3931.00;11.63;1327.00;4.54;0 55;radar_station;3906.00;12.98;1316.00;2.65;0 55;rocket_site;3945.00;13.30;1328.00;4.44;0 +55;supply_node;3917.00;11.20;1321.00;1.39;0 +55;supply_node;3928.00;14.78;1344.00;3.26;0 +55;supply_node;3930.00;18.45;1309.00;1.09;0 +55;supply_node;3939.00;11.95;1325.00;1.85;0 +55;supply_node;3945.00;15.73;1354.00;5.50;0 +55;supply_node;3948.00;14.88;1337.00;5.20;0 +55;supply_node;3952.00;17.05;1313.00;4.03;0 +55;supply_node;3971.00;16.70;1347.00;4.79;0 +55;supply_node;3975.00;16.80;1331.00;6.20;0 55;synthetic_refinery;3956.00;15.28;1344.00;3.93;0 56;air_base;3829.00;10.20;1313.00;0.15;0 56;anti_air_building;3836.00;10.82;1316.00;3.93;0 @@ -2580,6 +3781,16 @@ 56;nuclear_reactor;3817.00;10.10;1302.00;1.43;0 56;radar_station;3802.00;10.00;1298.00;4.82;0 56;rocket_site;3844.00;12.30;1287.00;5.05;0 +56;supply_node;3810.00;10.00;1300.00;5.43;0 +56;supply_node;3822.00;10.10;1288.00;4.03;0 +56;supply_node;3823.00;10.10;1312.00;1.09;0 +56;supply_node;3832.00;10.30;1299.00;3.26;0 +56;supply_node;3837.00;10.70;1279.00;4.79;0 +56;supply_node;3837.00;11.55;1322.00;1.39;0 +56;supply_node;3845.00;11.38;1307.00;0.63;0 +56;supply_node;3850.00;13.35;1292.00;3.57;0 +56;supply_node;3852.00;13.88;1327.00;5.50;0 +56;supply_node;3867.00;10.65;1335.00;6.20;0 56;synthetic_refinery;3834.00;10.40;1294.00;4.54;0 57;air_base;3869.00;14.73;1311.00;4.38;0 57;anti_air_building;3868.00;13.30;1278.00;4.54;0 @@ -2611,6 +3822,17 @@ 57;nuclear_reactor;3907.00;18.23;1307.00;3.49;0 57;radar_station;3844.00;11.38;1278.00;0.71;0 57;rocket_site;3884.00;13.30;1281.00;0.82;0 +57;supply_node;3859.00;13.20;1277.00;1.33;0 +57;supply_node;3865.00;17.52;1301.00;4.03;0 +57;supply_node;3872.00;14.30;1287.00;5.43;0 +57;supply_node;3872.00;15.50;1312.00;3.26;0 +57;supply_node;3879.00;11.18;1323.00;0.63;0 +57;supply_node;3883.00;17.30;1296.00;5.50;0 +57;supply_node;3884.00;12.70;1276.00;3.57;0 +57;supply_node;3895.00;15.70;1312.00;5.74;0 +57;supply_node;3898.00;17.02;1298.00;2.80;0 +57;supply_node;3903.00;15.07;1288.00;1.39;0 +57;supply_node;3913.00;19.35;1305.00;6.20;0 57;synthetic_refinery;3876.00;17.40;1301.00;1.43;0 58;air_base;3968.00;20.98;1269.00;4.88;0 58;anti_air_building;3902.00;11.65;1266.00;5.99;0 @@ -2635,6 +3857,10 @@ 58;nuclear_reactor;3886.00;10.80;1260.00;2.38;0 58;radar_station;3853.00;13.40;1256.00;0.41;0 58;rocket_site;3857.00;11.18;1266.00;4.54;0 +58;supply_node;3865.00;11.15;1260.00;6.20;0 +58;supply_node;3892.00;11.00;1265.00;1.39;0 +58;supply_node;3915.00;15.20;1270.00;5.43;0 +58;supply_node;3955.00;20.80;1267.00;3.26;0 58;synthetic_refinery;3883.00;10.60;1264.00;0.31;0 59;air_base;3804.00;16.30;1224.00;2.82;0 59;anti_air_building;3800.00;11.50;1247.00;5.05;0 @@ -2662,6 +3888,13 @@ 59;nuclear_reactor;3794.00;13.53;1233.00;3.49;0 59;radar_station;3784.00;12.93;1222.00;0.71;0 59;rocket_site;3819.00;16.75;1233.00;0.82;0 +59;supply_node;3793.00;12.98;1230.00;1.33;0 +59;supply_node;3807.00;11.90;1244.00;1.39;0 +59;supply_node;3815.00;16.18;1227.00;2.80;0 +59;supply_node;3830.00;15.57;1247.00;5.74;0 +59;supply_node;3834.00;10.80;1263.00;5.43;0 +59;supply_node;3842.00;17.23;1234.00;3.57;0 +59;supply_node;3855.00;17.58;1223.00;0.63;0 59;synthetic_refinery;3854.00;18.15;1228.00;1.43;0 60;air_base;4290.00;10.70;911.00;1.87;0 60;anti_air_building;4303.00;10.55;918.00;5.79;0 @@ -2706,12 +3939,25 @@ 60;coastal_bunker;4319.00;9.50;929.00;0.67;0 60;coastal_bunker;4324.00;9.50;919.00;-0.32;0 60;dockyard;4289.00;10.20;908.00;-0.46;0 +60;floating_harbor;4244.12;9.50;979.18;-3.73;1142 +60;floating_harbor;4252.80;9.50;968.40;-3.79;12090 +60;floating_harbor;4263.18;9.50;964.12;-4.12;1014 +60;floating_harbor;4266.05;9.50;963.95;0.79;3651 +60;floating_harbor;4271.36;9.50;912.79;-4.39;10223 +60;floating_harbor;4274.74;9.50;939.13;1.11;10182 +60;floating_harbor;4282.40;9.50;898.50;-3.52;7382 +60;floating_harbor;4295.00;9.50;897.00;-3.14;12267 +60;floating_harbor;4313.26;9.50;908.87;-2.03;10267 +60;floating_harbor;4317.95;9.50;912.05;-2.36;1330 +60;floating_harbor;4320.87;9.50;913.74;-3.61;4336 +60;floating_harbor;4322.95;9.50;920.05;-2.36;12127 60;industrial_complex;4271.00;11.63;984.00;5.49;0 60;industrial_complex;4283.00;9.53;934.00;4.38;0 60;industrial_complex;4299.00;10.60;934.00;0.76;0 60;industrial_complex;4306.00;10.63;928.00;6.09;0 60;industrial_complex;4313.00;10.80;931.00;2.82;0 60;industrial_complex;4325.00;10.23;935.00;4.88;0 +60;naval_base;4249.00;9.50;983.00;-0.79;5850 60;naval_base;4261.00;9.50;968.00;-0.38;5850 60;naval_base;4270.00;9.50;967.00;-0.79;5850 60;naval_base;4279.00;9.50;946.00;0.17;5823 @@ -2724,7 +3970,28 @@ 60;naval_base;4317.00;9.95;927.00;0.67;5692 60;naval_base;4324.00;9.50;920.00;-0.32;5692 60;nuclear_reactor;4298.00;10.30;907.00;4.24;0 +60;radar_station;4284.00;10.73;952.00;3.48;0 60;rocket_site;4287.00;9.75;936.00;1.57;0 +60;supply_node;4250.00;9.70;988.00;3.57;0 +60;supply_node;4255.00;10.25;1000.00;4.21;0 +60;supply_node;4260.00;9.50;978.00;0.41;0 +60;supply_node;4265.00;10.70;988.00;2.04;0 +60;supply_node;4272.00;9.70;970.00;0.63;0 +60;supply_node;4276.00;9.53;954.00;5.74;0 +60;supply_node;4281.00;10.10;916.00;2.27;0 +60;supply_node;4285.00;9.70;934.00;4.52;0 +60;supply_node;4287.00;10.57;910.00;2.34;0 +60;supply_node;4291.00;10.70;924.00;0.87;0 +60;supply_node;4295.00;9.85;907.00;2.58;0 +60;supply_node;4298.00;10.80;925.00;5.93;0 +60;supply_node;4303.00;10.35;914.00;3.75;0 +60;supply_node;4305.00;10.62;933.00;3.04;0 +60;supply_node;4310.00;10.53;920.00;1.33;0 +60;supply_node;4313.00;10.50;941.00;2.80;0 +60;supply_node;4314.00;10.75;929.00;4.45;0 +60;supply_node;4321.00;10.82;948.00;0.10;0 +60;supply_node;4324.00;10.23;935.00;4.98;0 +60;supply_node;4325.00;9.62;922.00;1.63;0 60;synthetic_refinery;4250.00;9.70;988.00;3.63;0 61;air_base;4334.00;11.98;1015.00;1.27;0 61;anti_air_building;4285.00;11.68;1011.00;1.06;0 @@ -2784,6 +4051,45 @@ 61;nuclear_reactor;4294.00;10.05;1003.00;5.79;0 61;radar_station;4258.00;10.25;1006.00;3.56;0 61;rocket_site;4297.00;10.32;973.00;4.59;0 +61;supply_node;4266.00;13.35;1009.00;5.70;0 +61;supply_node;4266.00;14.53;1020.00;0.87;0 +61;supply_node;4267.00;13.88;999.00;0.59;0 +61;supply_node;4270.00;14.23;1032.00;3.75;0 +61;supply_node;4277.00;11.15;1017.00;3.99;0 +61;supply_node;4278.00;12.73;990.00;3.29;0 +61;supply_node;4279.00;12.03;978.00;2.34;0 +61;supply_node;4280.00;11.03;1006.00;1.82;0 +61;supply_node;4285.00;10.62;968.00;0.10;0 +61;supply_node;4286.00;10.55;957.00;2.80;0 +61;supply_node;4287.00;11.73;998.00;0.41;0 +61;supply_node;4290.00;10.00;941.00;4.94;0 +61;supply_node;4291.00;10.20;988.00;4.52;0 +61;supply_node;4292.00;9.93;976.00;5.16;0 +61;supply_node;4296.00;9.98;1009.00;2.76;0 +61;supply_node;4298.00;10.03;954.00;5.01;0 +61;supply_node;4298.00;10.73;965.00;1.63;0 +61;supply_node;4301.00;10.00;996.00;0.83;0 +61;supply_node;4301.00;10.48;945.00;3.53;0 +61;supply_node;4302.00;10.07;979.00;2.31;0 +61;supply_node;4310.00;12.60;1004.00;5.74;0 +61;supply_node;4312.00;10.35;957.00;0.90;0 +61;supply_node;4312.00;11.82;971.00;5.93;0 +61;supply_node;4313.00;12.90;986.00;4.45;0 +61;supply_node;4318.00;11.57;1014.00;5.47;0 +61;supply_node;4323.00;10.90;966.00;2.58;0 +61;supply_node;4324.00;13.00;997.00;2.04;0 +61;supply_node;4327.00;11.30;979.00;4.98;0 +61;supply_node;4329.00;10.90;954.00;0.13;0 +61;supply_node;4332.00;12.15;1029.00;3.07;0 +61;supply_node;4333.00;12.03;1015.00;1.33;0 +61;supply_node;4337.00;12.23;984.00;2.12;0 +61;supply_node;4339.00;11.57;1000.00;4.21;0 +61;supply_node;4341.00;12.75;970.00;4.71;0 +61;supply_node;4350.00;13.23;1024.00;2.27;0 +61;supply_node;4352.00;11.78;982.00;3.04;0 +61;supply_node;4352.00;12.80;1003.00;1.05;0 +61;supply_node;4364.00;10.60;984.00;4.29;0 +61;supply_node;4368.00;11.53;995.00;1.36;0 61;synthetic_refinery;4271.00;14.53;1009.00;3.73;0 62;air_base;4296.00;10.53;1060.00;0.31;0 62;anti_air_building;4287.00;10.78;1043.00;1.94;0 @@ -2819,6 +4125,21 @@ 62;nuclear_reactor;4302.00;10.60;1050.00;3.05;0 62;radar_station;4278.00;11.07;1023.00;0.90;0 62;rocket_site;4303.00;11.35;1083.00;0.39;0 +62;supply_node;4285.00;9.90;1023.00;0.41;0 +62;supply_node;4289.00;10.20;1039.00;2.27;0 +62;supply_node;4293.00;10.50;1073.00;1.63;0 +62;supply_node;4297.00;10.60;1059.00;2.34;0 +62;supply_node;4298.00;9.80;1024.00;5.93;0 +62;supply_node;4303.00;10.28;1043.00;4.45;0 +62;supply_node;4308.00;11.65;1025.00;3.04;0 +62;supply_node;4313.00;10.35;1070.00;4.52;0 +62;supply_node;4314.00;10.12;1053.00;5.74;0 +62;supply_node;4316.00;11.95;1087.00;2.04;0 +62;supply_node;4319.00;13.15;1038.00;3.75;0 +62;supply_node;4328.00;12.93;1057.00;0.87;0 +62;supply_node;4329.00;13.75;1075.00;4.98;0 +62;supply_node;4331.00;13.68;1098.00;4.21;0 +62;supply_node;4342.00;15.55;1081.00;0.10;0 62;synthetic_refinery;4325.00;12.30;1051.00;2.45;0 63;air_base;4349.00;9.93;842.00;4.54;0 63;anti_air_building;4335.00;9.60;904.00;2.01;0 @@ -2850,6 +4171,14 @@ 63;coastal_bunker;4347.00;9.50;830.00;-1.33;0 63;coastal_bunker;4348.00;9.50;827.00;-1.25;0 63;dockyard;4347.00;9.50;852.00;-0.93;0 +63;floating_harbor;4324.00;9.50;860.00;1.09;12292 +63;floating_harbor;4324.07;9.50;896.01;-4.57;12125 +63;floating_harbor;4324.18;9.50;905.12;-4.12;1403 +63;floating_harbor;4328.18;9.50;878.12;-4.12;7295 +63;floating_harbor;4331.50;9.50;867.40;-4.33;1315 +63;floating_harbor;4335.00;9.50;864.00;1.57;1385 +63;floating_harbor;4337.00;9.50;817.00;1.57;10217 +63;floating_harbor;4338.21;9.50;831.30;-4.47;4275 63;industrial_complex;4334.00;9.90;926.00;0.31;0 63;industrial_complex;4337.00;10.10;920.00;4.44;0 63;industrial_complex;4341.00;10.45;905.00;5.99;0 @@ -2867,6 +4196,17 @@ 63;nuclear_reactor;4343.00;10.73;905.00;5.28;0 63;radar_station;4338.00;9.50;805.00;4.02;0 63;rocket_site;4337.00;9.50;890.00;4.07;0 +63;supply_node;4332.00;9.90;927.00;3.75;0 +63;supply_node;4333.00;9.62;911.00;0.87;0 +63;supply_node;4337.00;9.60;884.00;3.04;0 +63;supply_node;4338.00;9.65;898.00;2.27;0 +63;supply_node;4341.00;10.73;913.00;0.10;0 +63;supply_node;4343.00;9.70;872.00;1.63;0 +63;supply_node;4347.00;9.50;852.00;0.41;0 +63;supply_node;4347.00;9.70;817.00;4.52;0 +63;supply_node;4348.00;10.50;864.00;4.21;0 +63;supply_node;4349.00;9.55;834.00;2.34;0 +63;supply_node;4355.00;10.00;842.00;4.98;0 63;synthetic_refinery;4350.00;10.68;870.00;4.67;0 64;air_base;4435.00;9.85;828.00;5.05;0 64;anti_air_building;4423.00;9.98;829.00;5.72;0 @@ -2896,6 +4236,10 @@ 64;coastal_bunker;4416.00;9.50;830.00;-1.11;0 64;coastal_bunker;4427.00;9.50;817.00;-0.38;0 64;dockyard;4423.00;9.50;825.00;-0.64;0 +64;floating_harbor;4405.21;9.50;832.30;-4.47;4359 +64;floating_harbor;4406.87;9.50;833.74;-3.61;1353 +64;floating_harbor;4413.80;9.50;817.40;-3.79;7404 +64;floating_harbor;4423.87;9.50;808.74;-3.61;7432 64;industrial_complex;4417.00;10.28;834.00;4.44;0 64;industrial_complex;4418.00;9.70;829.00;4.54;0 64;industrial_complex;4426.00;12.05;843.00;1.27;0 @@ -2909,6 +4253,19 @@ 64;nuclear_reactor;4441.00;9.70;834.00;2.01;0 64;radar_station;4407.00;9.50;833.00;0.37;0 64;rocket_site;4451.00;10.30;849.00;5.63;0 +64;supply_node;4413.00;12.25;846.00;0.87;0 +64;supply_node;4416.00;10.12;835.00;0.10;0 +64;supply_node;4421.00;9.57;827.00;3.75;0 +64;supply_node;4423.00;12.75;841.00;5.93;0 +64;supply_node;4429.00;9.73;819.00;0.41;0 +64;supply_node;4431.00;10.43;831.00;4.45;0 +64;supply_node;4434.00;10.00;843.00;4.52;0 +64;supply_node;4440.00;9.70;830.00;2.27;0 +64;supply_node;4441.00;10.30;855.00;4.21;0 +64;supply_node;4447.00;10.15;843.00;3.04;0 +64;supply_node;4451.00;9.70;831.00;2.58;0 +64;supply_node;4455.00;10.30;851.00;5.16;0 +64;supply_node;4460.00;10.30;838.00;2.34;0 64;synthetic_refinery;4414.00;10.78;841.00;6.23;0 65;air_base;4504.00;11.28;839.00;2.98;0 65;anti_air_building;4445.00;9.78;789.00;4.75;0 @@ -2954,6 +4311,19 @@ 65;coastal_bunker;4505.00;9.50;829.00;1.11;0 65;coastal_bunker;4509.00;9.60;840.00;1.57;0 65;dockyard;4466.00;9.78;803.00;0.98;0 +65;floating_harbor;4412.00;9.50;798.00;-4.10;10317 +65;floating_harbor;4434.74;9.50;806.87;-4.25;4223 +65;floating_harbor;4435.00;9.50;801.00;1.57;4284 +65;floating_harbor;4440.87;9.50;780.74;-3.61;4341 +65;floating_harbor;4463.79;9.50;792.30;-1.82;7331 +65;floating_harbor;4471.64;9.50;797.79;-1.89;7303 +65;floating_harbor;4474.00;9.50;803.40;-2.11;1423 +65;floating_harbor;4474.95;9.50;808.05;-2.36;1396 +65;floating_harbor;4476.21;9.50;809.36;-2.82;4401 +65;floating_harbor;4480.00;9.50;807.00;-3.14;12232 +65;floating_harbor;4497.95;9.50;815.05;-2.36;10232 +65;floating_harbor;4511.50;9.50;825.40;-1.95;12204 +65;floating_harbor;4517.00;9.50;838.00;-1.57;1285 65;industrial_complex;4445.00;9.60;787.00;1.43;0 65;industrial_complex;4447.00;9.90;801.00;0.31;0 65;industrial_complex;4461.00;9.65;827.00;2.38;0 @@ -2976,6 +4346,26 @@ 65;nuclear_reactor;4469.00;9.63;820.00;5.86;0 65;radar_station;4434.00;9.50;816.00;3.34;0 65;rocket_site;4457.00;9.78;800.00;1.73;0 +65;supply_node;4441.00;9.60;818.00;3.99;0 +65;supply_node;4445.00;9.78;789.00;3.75;0 +65;supply_node;4447.00;9.62;813.00;4.52;0 +65;supply_node;4447.00;9.90;801.00;2.27;0 +65;supply_node;4453.00;9.70;795.00;5.16;0 +65;supply_node;4454.00;9.60;806.00;5.47;0 +65;supply_node;4454.00;9.70;821.00;4.29;0 +65;supply_node;4462.00;9.62;801.00;2.58;0 +65;supply_node;4462.00;9.65;826.00;1.05;0 +65;supply_node;4463.00;9.68;810.00;3.04;0 +65;supply_node;4467.00;9.62;816.00;0.10;0 +65;supply_node;4470.00;9.75;830.00;4.45;0 +65;supply_node;4472.00;9.55;822.00;0.41;0 +65;supply_node;4478.00;11.20;833.00;1.82;0 +65;supply_node;4480.00;9.73;820.00;1.36;0 +65;supply_node;4487.00;12.78;835.00;2.12;0 +65;supply_node;4489.00;9.75;824.00;3.29;0 +65;supply_node;4496.00;14.10;840.00;5.93;0 +65;supply_node;4500.00;9.65;830.00;4.71;0 +65;supply_node;4505.00;10.43;838.00;2.34;0 65;synthetic_refinery;4505.00;9.68;832.00;3.80;0 66;air_base;4039.00;10.50;989.00;3.49;0 66;anti_air_building;4045.00;10.10;996.00;1.34;0 @@ -2999,6 +4389,9 @@ 66;nuclear_reactor;4055.00;10.18;994.00;4.61;0 66;radar_station;4031.00;10.57;970.00;3.53;0 66;rocket_site;4044.00;10.10;1000.00;1.94;0 +66;supply_node;4041.00;10.48;975.00;2.27;0 +66;supply_node;4043.00;10.10;995.00;4.52;0 +66;supply_node;4058.00;10.55;984.00;3.04;0 66;synthetic_refinery;4064.00;10.25;987.00;2.54;0 67;air_base;1475.00;10.60;1458.00;2.89;0 67;anti_air_building;1481.00;12.80;1461.00;2.45;0 @@ -3025,6 +4418,12 @@ 67;nuclear_reactor;1493.00;12.68;1464.00;0.89;0 67;radar_station;1467.00;12.40;1452.00;3.83;0 67;rocket_site;1527.00;13.65;1476.00;3.05;0 +67;supply_node;1473.00;11.23;1461.00;3.75;0 +67;supply_node;1484.00;11.28;1456.00;2.58;0 +67;supply_node;1487.00;10.88;1472.00;5.93;0 +67;supply_node;1501.00;13.05;1465.00;0.41;0 +67;supply_node;1502.00;9.85;1475.00;2.27;0 +67;supply_node;1519.00;12.20;1474.00;4.45;0 67;synthetic_refinery;1503.00;9.80;1474.00;5.11;0 68;air_base;1463.00;13.28;1482.00;1.94;0 68;anti_air_building;1434.00;10.00;1491.00;3.12;0 @@ -3068,6 +4467,29 @@ 68;nuclear_reactor;1507.00;10.60;1508.00;1.56;0 68;radar_station;1399.00;10.38;1451.00;5.43;0 68;rocket_site;1432.00;10.28;1480.00;3.73;0 +68;supply_node;1406.00;12.57;1457.00;2.12;0 +68;supply_node;1413.00;10.23;1470.00;5.47;0 +68;supply_node;1420.00;9.98;1456.00;3.53;0 +68;supply_node;1421.00;10.38;1482.00;0.59;0 +68;supply_node;1427.00;11.55;1469.00;5.93;0 +68;supply_node;1435.00;10.38;1487.00;2.58;0 +68;supply_node;1440.00;11.82;1454.00;2.76;0 +68;supply_node;1443.00;12.78;1466.00;5.70;0 +68;supply_node;1444.00;10.40;1497.00;5.01;0 +68;supply_node;1445.00;10.68;1475.00;0.13;0 +68;supply_node;1453.00;10.60;1487.00;1.05;0 +68;supply_node;1459.00;10.03;1457.00;4.29;0 +68;supply_node;1465.00;12.05;1473.00;4.71;0 +68;supply_node;1468.00;10.60;1506.00;3.29;0 +68;supply_node;1470.00;11.35;1484.00;1.82;0 +68;supply_node;1473.00;12.78;1496.00;3.07;0 +68;supply_node;1485.00;10.55;1513.00;0.41;0 +68;supply_node;1486.00;10.50;1493.00;0.90;0 +68;supply_node;1496.00;11.23;1484.00;4.45;0 +68;supply_node;1497.00;10.65;1499.00;1.36;0 +68;supply_node;1497.00;10.70;1512.00;5.16;0 +68;supply_node;1510.00;10.50;1507.00;3.99;0 +68;supply_node;1513.00;11.00;1493.00;4.94;0 68;synthetic_refinery;1415.00;9.95;1471.00;4.68;0 69;air_base;1545.00;11.25;1480.00;1.34;0 69;anti_air_building;1540.00;13.15;1488.00;1.50;0 @@ -3097,6 +4519,15 @@ 69;nuclear_reactor;1569.00;11.48;1505.00;6.23;0 69;radar_station;1501.00;10.82;1480.00;4.48;0 69;rocket_site;1571.00;10.00;1495.00;3.56;0 +69;supply_node;1518.00;10.95;1485.00;1.82;0 +69;supply_node;1535.00;13.60;1485.00;5.16;0 +69;supply_node;1551.00;11.35;1483.00;5.47;0 +69;supply_node;1553.00;11.70;1493.00;5.93;0 +69;supply_node;1567.00;12.03;1504.00;1.05;0 +69;supply_node;1569.00;10.00;1492.00;3.99;0 +69;supply_node;1569.00;10.53;1482.00;3.29;0 +69;supply_node;1584.00;9.82;1493.00;2.12;0 +69;supply_node;1586.00;9.80;1483.00;2.58;0 69;synthetic_refinery;1571.00;10.05;1493.00;5.62;0 70;air_base;1556.00;10.53;1475.00;0.38;0 70;anti_air_building;1511.00;14.40;1459.00;3.63;0 @@ -3143,6 +4574,32 @@ 70;nuclear_reactor;1517.00;10.10;1422.00;2.08;0 70;radar_station;1481.00;10.40;1400.00;4.97;0 70;rocket_site;1491.00;10.93;1439.00;4.24;0 +70;supply_node;1477.00;10.57;1444.00;1.82;0 +70;supply_node;1478.00;10.32;1428.00;0.90;0 +70;supply_node;1484.00;9.95;1410.00;0.59;0 +70;supply_node;1490.00;10.07;1427.00;1.13;0 +70;supply_node;1490.00;11.53;1442.00;2.12;0 +70;supply_node;1495.00;10.32;1407.00;1.55;0 +70;supply_node;1500.00;9.90;1426.00;5.16;0 +70;supply_node;1501.00;12.88;1455.00;5.70;0 +70;supply_node;1502.00;10.62;1442.00;2.76;0 +70;supply_node;1508.00;10.40;1405.00;3.53;0 +70;supply_node;1510.00;10.60;1431.00;3.07;0 +70;supply_node;1515.00;10.65;1441.00;3.29;0 +70;supply_node;1516.00;10.35;1420.00;4.71;0 +70;supply_node;1517.00;13.78;1461.00;5.01;0 +70;supply_node;1520.00;9.90;1404.00;0.83;0 +70;supply_node;1525.00;10.10;1449.00;5.47;0 +70;supply_node;1528.00;9.75;1410.00;2.31;0 +70;supply_node;1529.00;9.80;1426.00;1.05;0 +70;supply_node;1530.00;10.82;1461.00;4.48;0 +70;supply_node;1532.00;9.80;1438.00;4.29;0 +70;supply_node;1537.00;11.32;1474.00;5.24;0 +70;supply_node;1540.00;9.80;1445.00;3.99;0 +70;supply_node;1543.00;10.15;1465.00;0.13;0 +70;supply_node;1550.00;9.90;1454.00;1.36;0 +70;supply_node;1559.00;10.70;1474.00;3.71;0 +70;supply_node;1560.00;10.60;1465.00;4.94;0 70;synthetic_refinery;1503.00;11.70;1449.00;0.01;0 71;air_base;4652.00;9.70;1166.00;4.61;0 71;anti_air_building;4619.00;11.60;1153.00;1.06;0 @@ -3178,6 +4635,21 @@ 71;nuclear_reactor;4656.00;10.35;1155.00;4.68;0 71;radar_station;4617.00;11.07;1149.00;3.25;0 71;rocket_site;4659.00;10.05;1160.00;3.12;0 +71;supply_node;4623.00;11.30;1148.00;1.36;0 +71;supply_node;4629.00;10.38;1156.00;3.29;0 +71;supply_node;4630.00;9.70;1168.00;3.53;0 +71;supply_node;4635.00;11.05;1142.00;5.01;0 +71;supply_node;4638.00;10.07;1177.00;0.59;0 +71;supply_node;4639.00;10.38;1160.00;4.94;0 +71;supply_node;4642.00;10.55;1149.00;2.76;0 +71;supply_node;4645.00;9.70;1169.00;5.70;0 +71;supply_node;4645.00;11.68;1136.00;0.90;0 +71;supply_node;4651.00;9.85;1158.00;5.47;0 +71;supply_node;4652.00;10.65;1147.00;4.29;0 +71;supply_node;4656.00;9.75;1167.00;1.05;0 +71;supply_node;4657.00;11.00;1140.00;3.99;0 +71;supply_node;4664.00;10.68;1151.00;4.71;0 +71;supply_node;4665.00;11.20;1161.00;2.12;0 71;synthetic_refinery;4638.00;11.07;1145.00;4.07;0 72;air_base;4633.00;9.75;1184.00;0.39;0 72;anti_air_building;4601.00;9.70;1203.00;1.06;0 @@ -3214,6 +4686,22 @@ 72;nuclear_reactor;4601.00;10.15;1211.00;5.79;0 72;radar_station;4571.00;9.95;1214.00;3.56;0 72;rocket_site;4603.00;9.70;1198.00;4.59;0 +72;supply_node;4578.00;10.43;1226.00;5.01;0 +72;supply_node;4578.00;10.98;1215.00;0.13;0 +72;supply_node;4589.00;9.70;1201.00;4.29;0 +72;supply_node;4593.00;11.03;1224.00;0.59;0 +72;supply_node;4593.00;11.25;1214.00;3.99;0 +72;supply_node;4601.00;9.70;1202.00;1.36;0 +72;supply_node;4606.00;9.98;1218.00;4.94;0 +72;supply_node;4610.00;9.70;1191.00;3.53;0 +72;supply_node;4613.00;9.70;1203.00;0.90;0 +72;supply_node;4619.00;11.25;1221.00;2.12;0 +72;supply_node;4621.00;9.70;1192.00;5.47;0 +72;supply_node;4621.00;9.88;1213.00;2.76;0 +72;supply_node;4627.00;10.90;1205.00;5.70;0 +72;supply_node;4628.00;9.70;1185.00;0.83;0 +72;supply_node;4636.00;9.75;1197.00;3.07;0 +72;supply_node;4638.00;10.40;1189.00;4.71;0 72;synthetic_refinery;4601.00;9.80;1227.00;3.73;0 73;air_base;4633.00;9.75;1231.00;0.89;0 73;anti_air_building;4642.00;10.35;1217.00;1.73;0 @@ -3256,6 +4744,10 @@ 73;coastal_bunker;4685.00;10.03;1212.00;-3.93;0 73;coastal_bunker;4691.00;9.55;1192.00;-4.33;0 73;dockyard;4683.00;10.53;1216.00;-3.93;0 +73;floating_harbor;4674.00;9.50;1231.60;-1.03;1029 +73;floating_harbor;4683.95;9.50;1226.95;-0.79;4031 +73;floating_harbor;4690.37;9.50;1218.47;-0.67;12067 +73;floating_harbor;4697.00;9.50;1200.60;-1.03;9953 73;industrial_complex;4628.00;9.80;1232.00;3.05;0 73;industrial_complex;4640.00;11.30;1211.00;4.61;0 73;industrial_complex;4648.00;10.55;1229.00;1.94;0 @@ -3269,6 +4761,32 @@ 73;nuclear_reactor;4684.00;10.53;1213.00;2.14;0 73;radar_station;4621.00;10.03;1229.00;4.74;0 73;rocket_site;4646.00;10.15;1203.00;4.30;0 +73;supply_node;4627.00;9.70;1228.00;0.83;0 +73;supply_node;4635.00;11.00;1214.00;5.89;0 +73;supply_node;4639.00;9.70;1228.00;1.13;0 +73;supply_node;4640.00;9.85;1220.00;4.02;0 +73;supply_node;4641.00;11.15;1205.00;5.01;0 +73;supply_node;4647.00;11.10;1211.00;0.59;0 +73;supply_node;4648.00;10.35;1186.00;3.71;0 +73;supply_node;4651.00;9.70;1196.00;4.71;0 +73;supply_node;4652.00;9.78;1225.00;1.55;0 +73;supply_node;4653.00;9.70;1177.00;3.53;0 +73;supply_node;4657.00;9.60;1215.00;4.29;0 +73;supply_node;4660.00;9.70;1187.00;3.07;0 +73;supply_node;4661.00;9.68;1201.00;5.70;0 +73;supply_node;4662.00;9.73;1176.00;1.85;0 +73;supply_node;4663.00;9.70;1225.00;1.36;0 +73;supply_node;4666.00;9.70;1207.00;0.13;0 +73;supply_node;4668.00;9.70;1194.00;5.24;0 +73;supply_node;4669.00;9.70;1214.00;4.94;0 +73;supply_node;4669.00;11.25;1169.00;2.12;0 +73;supply_node;4671.00;9.70;1186.00;2.76;0 +73;supply_node;4671.00;9.85;1178.00;2.54;0 +73;supply_node;4675.00;9.70;1203.00;2.31;0 +73;supply_node;4676.00;10.50;1219.00;0.90;0 +73;supply_node;4677.00;9.70;1194.00;0.37;0 +73;supply_node;4682.00;9.85;1208.00;1.78;0 +73;supply_node;4686.00;10.23;1194.00;4.48;0 73;synthetic_refinery;4634.00;9.70;1224.00;5.26;0 74;air_base;4632.00;10.95;1084.00;5.12;0 74;anti_air_building;4638.00;10.40;1047.00;0.09;0 @@ -3313,6 +4831,14 @@ 74;coastal_bunker;4674.00;9.50;1065.00;0.46;0 74;coastal_bunker;4682.00;9.50;1091.00;0.79;0 74;dockyard;4657.00;9.53;1051.00;1.57;0 +74;floating_harbor;4643.95;9.50;1030.05;-2.36;10093 +74;floating_harbor;4651.00;9.50;1041.00;-3.14;7071 +74;floating_harbor;4653.00;9.50;1039.40;-2.11;10010 +74;floating_harbor;4667.00;9.50;1052.40;-2.11;11986 +74;floating_harbor;4671.60;9.50;1056.80;-2.21;7027 +74;floating_harbor;4681.83;9.50;1080.48;-1.79;4169 +74;floating_harbor;4682.95;9.50;1082.05;-2.36;10069 +74;floating_harbor;4708.00;9.50;1093.00;-1.13;4196 74;industrial_complex;4634.00;12.53;1058.00;0.89;0 74;industrial_complex;4643.00;10.55;1085.00;0.39;0 74;industrial_complex;4645.00;11.93;1071.00;3.05;0 @@ -3330,6 +4856,29 @@ 74;nuclear_reactor;4663.00;10.07;1079.00;2.76;0 74;radar_station;4617.00;10.48;1054.00;0.58;0 74;rocket_site;4646.00;10.50;1092.00;6.03;0 +74;supply_node;4621.00;11.80;1060.00;2.76;0 +74;supply_node;4628.00;11.70;1054.00;0.83;0 +74;supply_node;4630.00;13.38;1066.00;1.36;0 +74;supply_node;4631.00;10.88;1080.00;0.37;0 +74;supply_node;4634.00;12.15;1048.00;1.13;0 +74;supply_node;4636.00;9.60;1038.00;1.85;0 +74;supply_node;4639.00;10.78;1086.00;0.59;0 +74;supply_node;4639.00;12.55;1058.00;4.02;0 +74;supply_node;4641.00;13.12;1068.00;2.54;0 +74;supply_node;4642.00;9.68;1046.00;5.24;0 +74;supply_node;4645.00;10.53;1093.00;0.90;0 +74;supply_node;4645.00;11.12;1077.00;5.01;0 +74;supply_node;4648.00;10.65;1060.00;2.31;0 +74;supply_node;4650.00;12.30;1100.00;1.55;0 +74;supply_node;4651.00;9.50;1051.00;3.07;0 +74;supply_node;4655.00;11.55;1087.00;4.48;0 +74;supply_node;4656.00;9.60;1059.00;5.89;0 +74;supply_node;4656.00;11.73;1074.00;3.53;0 +74;supply_node;4658.00;10.60;1102.00;5.70;0 +74;supply_node;4662.00;9.60;1064.00;0.13;0 +74;supply_node;4666.00;10.88;1084.00;4.94;0 +74;supply_node;4668.00;12.32;1096.00;4.29;0 +74;supply_node;4675.00;9.70;1090.00;3.71;0 74;synthetic_refinery;4647.00;9.65;1053.00;0.69;0 75;air_base;4369.00;20.27;1218.00;5.62;0 75;anti_air_building;4406.00;16.98;1242.00;1.13;0 @@ -3376,6 +4925,32 @@ 75;nuclear_reactor;4370.00;11.75;1262.00;2.24;0 75;radar_station;4345.00;20.70;1200.00;5.92;0 75;rocket_site;4389.00;18.90;1222.00;5.86;0 +75;supply_node;4364.00;20.30;1205.00;2.54;0 +75;supply_node;4365.00;20.18;1224.00;2.49;0 +75;supply_node;4374.00;13.40;1254.00;1.85;0 +75;supply_node;4380.00;18.38;1239.00;1.55;0 +75;supply_node;4388.00;18.85;1224.00;1.78;0 +75;supply_node;4398.00;13.15;1264.00;3.25;0 +75;supply_node;4399.00;15.68;1244.00;3.07;0 +75;supply_node;4421.00;16.83;1233.00;6.19;0 +75;supply_node;4422.00;14.55;1244.00;0.90;0 +75;supply_node;4424.00;14.48;1261.00;3.53;0 +75;supply_node;4429.00;14.55;1281.00;4.48;0 +75;supply_node;4437.00;16.25;1219.00;5.43;0 +75;supply_node;4438.00;14.48;1254.00;5.24;0 +75;supply_node;4445.00;15.20;1241.00;0.59;0 +75;supply_node;4446.00;13.32;1291.00;0.37;0 +75;supply_node;4447.00;14.10;1272.00;4.94;0 +75;supply_node;4456.00;14.15;1229.00;2.76;0 +75;supply_node;4457.00;12.78;1216.00;1.13;0 +75;supply_node;4457.00;14.60;1262.00;5.70;0 +75;supply_node;4460.00;13.03;1304.00;5.89;0 +75;supply_node;4466.00;14.10;1249.00;2.31;0 +75;supply_node;4469.00;13.62;1282.00;3.71;0 +75;supply_node;4471.00;12.80;1236.00;5.01;0 +75;supply_node;4476.00;14.38;1266.00;0.13;0 +75;supply_node;4490.00;15.10;1257.00;0.83;0 +75;supply_node;4495.00;14.55;1274.00;4.02;0 75;synthetic_refinery;4463.00;12.95;1296.00;0.53;0 76;air_base;4568.00;9.60;1006.00;3.56;0 76;anti_air_building;4506.00;9.57;1001.00;0.76;0 @@ -3426,6 +5001,19 @@ 76;coastal_bunker;4555.00;9.50;1003.00;0.59;0 76;coastal_bunker;4569.00;9.53;1006.00;0.64;0 76;dockyard;4514.00;9.60;969.00;-2.50;0 +76;floating_harbor;4489.00;9.50;971.00;-4.26;11981 +76;floating_harbor;4500.12;9.50;995.18;-3.73;1018 +76;floating_harbor;4507.79;9.50;938.36;-3.46;994 +76;floating_harbor;4508.00;9.50;972.00;0.00;11963 +76;floating_harbor;4511.36;9.50;993.21;1.25;7135 +76;floating_harbor;4511.79;9.50;990.36;-3.46;4023 +76;floating_harbor;4513.87;9.50;976.26;0.46;1038 +76;floating_harbor;4523.00;9.50;939.00;-3.14;11990 +76;floating_harbor;4532.00;9.50;980.00;-1.57;4160 +76;floating_harbor;4539.82;9.50;970.88;-0.98;1070 +76;floating_harbor;4543.60;9.50;989.50;-2.76;7039 +76;floating_harbor;4559.82;9.50;996.12;-2.16;9963 +76;floating_harbor;4571.95;9.50;997.05;-2.36;11938 76;industrial_complex;4505.00;9.70;950.00;5.12;0 76;industrial_complex;4514.00;10.57;1014.00;1.50;0 76;industrial_complex;4520.00;10.32;955.00;5.72;0 @@ -3448,6 +5036,31 @@ 76;nuclear_reactor;4541.00;10.55;1016.00;1.87;0 76;radar_station;4503.00;9.50;947.00;5.88;0 76;rocket_site;4531.00;10.80;1024.00;5.49;0 +76;supply_node;4506.00;9.73;1004.00;2.76;0 +76;supply_node;4508.00;10.65;958.00;1.78;0 +76;supply_node;4511.00;9.70;948.00;5.01;0 +76;supply_node;4515.00;9.57;1000.00;0.83;0 +76;supply_node;4517.00;10.05;1011.00;0.37;0 +76;supply_node;4519.00;9.85;966.00;5.70;0 +76;supply_node;4521.00;9.70;990.00;1.13;0 +76;supply_node;4523.00;9.55;953.00;2.49;0 +76;supply_node;4523.00;11.38;1018.00;5.43;0 +76;supply_node;4524.00;9.60;980.00;5.24;0 +76;supply_node;4526.00;10.30;1004.00;5.89;0 +76;supply_node;4529.00;9.60;995.00;3.25;0 +76;supply_node;4531.00;9.60;965.00;0.90;0 +76;supply_node;4531.00;10.03;1013.00;6.19;0 +76;supply_node;4532.00;10.60;1024.00;4.48;0 +76;supply_node;4539.00;9.68;1001.00;1.55;0 +76;supply_node;4540.00;11.25;1012.00;0.13;0 +76;supply_node;4546.00;9.98;1021.00;4.94;0 +76;supply_node;4550.00;10.57;1010.00;2.08;0 +76;supply_node;4551.00;9.53;1002.00;1.85;0 +76;supply_node;4554.00;11.28;1027.00;2.31;0 +76;supply_node;4558.00;10.25;1015.00;3.07;0 +76;supply_node;4563.00;9.57;1006.00;2.54;0 +76;supply_node;4563.00;10.48;1031.00;4.02;0 +76;supply_node;4565.00;10.78;1017.00;3.71;0 76;synthetic_refinery;4557.00;10.75;1031.00;4.98;0 77;air_base;4618.00;9.95;1030.00;2.61;0 77;anti_air_building;4611.00;10.03;1043.00;5.38;0 @@ -3489,6 +5102,12 @@ 77;coastal_bunker;4624.00;9.53;1028.00;1.03;0 77;coastal_bunker;4624.00;9.55;1025.00;0.98;0 77;dockyard;4599.00;9.50;1016.00;0.28;0 +77;floating_harbor;4562.00;9.50;979.00;-3.87;7108 +77;floating_harbor;4581.95;9.50;1014.05;-2.36;1047 +77;floating_harbor;4595.63;9.50;1011.14;-3.34;4050 +77;floating_harbor;4611.70;9.50;1011.21;-2.90;7067 +77;floating_harbor;4630.26;9.50;1019.87;-2.03;9978 +77;floating_harbor;4636.50;9.50;1027.40;-1.95;9938 77;industrial_complex;4568.00;11.28;1065.00;6.23;0 77;industrial_complex;4575.00;10.30;1048.00;5.62;0 77;industrial_complex;4576.00;10.10;1041.00;1.50;0 @@ -3504,6 +5123,29 @@ 77;nuclear_reactor;4577.00;11.32;1076.00;5.42;0 77;radar_station;4593.00;10.75;1046.00;0.77;0 77;rocket_site;4603.00;10.10;1043.00;2.76;0 +77;supply_node;4561.00;11.38;1064.00;6.19;0 +77;supply_node;4566.00;11.55;1053.00;5.43;0 +77;supply_node;4572.00;9.95;1042.00;3.25;0 +77;supply_node;4574.00;9.57;1022.00;5.70;0 +77;supply_node;4575.00;11.23;1071.00;1.78;0 +77;supply_node;4577.00;9.82;1032.00;2.08;0 +77;supply_node;4578.00;10.30;1056.00;2.54;0 +77;supply_node;4584.00;10.40;1044.00;4.94;0 +77;supply_node;4584.00;12.15;1064.00;4.48;0 +77;supply_node;4587.00;9.65;1019.00;3.71;0 +77;supply_node;4588.00;10.15;1028.00;3.07;0 +77;supply_node;4596.00;10.07;1039.00;0.13;0 +77;supply_node;4596.00;11.03;1052.00;2.49;0 +77;supply_node;4598.00;9.98;1023.00;0.83;0 +77;supply_node;4606.00;12.53;1034.00;1.55;0 +77;supply_node;4607.00;10.10;1046.00;0.90;0 +77;supply_node;4609.00;9.60;1022.00;1.13;0 +77;supply_node;4609.00;11.20;1057.00;2.31;0 +77;supply_node;4615.00;12.43;1035.00;5.24;0 +77;supply_node;4617.00;10.10;1047.00;0.37;0 +77;supply_node;4620.00;9.65;1025.00;4.02;0 +77;supply_node;4625.00;9.65;1032.00;5.89;0 +77;supply_node;4625.00;11.73;1041.00;1.85;0 77;synthetic_refinery;4573.00;11.13;1069.00;4.81;0 78;air_base;4573.00;9.60;1012.00;2.01;0 78;anti_air_building;4572.00;9.63;1012.00;3.73;0 @@ -3520,6 +5162,8 @@ 78;coastal_bunker;4577.00;9.50;1010.00;0.79;0 78;coastal_bunker;4585.00;9.50;1010.00;0.00;0 78;dockyard;4588.00;9.50;1009.00;0.00;0 +78;floating_harbor;4581.82;9.50;1006.12;-2.16;4189 +78;floating_harbor;4590.13;9.50;1004.74;-2.68;10062 78;industrial_complex;4571.00;9.53;1010.00;5.63;0 78;industrial_complex;4571.00;9.73;1012.00;6.23;0 78;industrial_complex;4572.00;9.60;1011.00;5.62;0 @@ -3531,6 +5175,8 @@ 78;nuclear_reactor;4573.00;9.80;1014.00;1.57;0 78;radar_station;4568.00;9.60;1011.00;5.74;0 78;rocket_site;4571.00;9.85;1013.00;0.01;0 +78;supply_node;4573.00;9.60;1012.00;4.94;0 +78;supply_node;4586.00;9.55;1013.00;0.13;0 78;synthetic_refinery;4577.00;9.70;1013.00;5.79;0 79;air_base;4485.00;10.05;1027.00;1.06;0 79;anti_air_building;4483.00;10.20;1007.00;5.93;0 @@ -3575,6 +5221,7 @@ 79;bunker;4561.00;10.65;1039.00;2.24;0 79;coastal_bunker;4492.00;9.50;997.00;0.93;0 79;dockyard;4492.00;9.53;998.00;0.93;0 +79;floating_harbor;4502.50;9.50;996.40;-1.95;10004 79;industrial_complex;4468.00;11.48;1031.00;0.21;0 79;industrial_complex;4496.00;10.48;1035.00;1.76;0 79;industrial_complex;4506.00;10.75;1054.00;4.43;0 @@ -3585,6 +5232,37 @@ 79;nuclear_reactor;4534.00;12.03;1061.00;5.93;0 79;radar_station;4440.00;15.30;1045.00;3.07;0 79;rocket_site;4465.00;11.73;1028.00;4.37;0 +79;supply_node;4451.00;12.45;1045.00;5.24;0 +79;supply_node;4462.00;12.28;1025.00;4.02;0 +79;supply_node;4465.00;11.00;1038.00;4.20;0 +79;supply_node;4469.00;12.30;1051.00;1.13;0 +79;supply_node;4477.00;10.35;1019.00;0.83;0 +79;supply_node;4478.00;10.32;1007.00;3.71;0 +79;supply_node;4479.00;10.43;1029.00;4.48;0 +79;supply_node;4479.00;10.78;1040.00;2.54;0 +79;supply_node;4485.00;10.98;1052.00;3.03;0 +79;supply_node;4488.00;10.15;1010.00;5.89;0 +79;supply_node;4491.00;9.73;1001.00;1.32;0 +79;supply_node;4493.00;9.80;1020.00;6.19;0 +79;supply_node;4494.00;10.55;1041.00;0.37;0 +79;supply_node;4496.00;10.35;1030.00;2.08;0 +79;supply_node;4499.00;11.85;1053.00;2.73;0 +79;supply_node;4500.00;10.25;1011.00;0.86;0 +79;supply_node;4508.00;9.95;1019.00;0.55;0 +79;supply_node;4512.00;10.73;1060.00;2.80;0 +79;supply_node;4513.00;9.88;1036.00;2.31;0 +79;supply_node;4514.00;9.88;1046.00;1.78;0 +79;supply_node;4514.00;10.15;1028.00;1.55;0 +79;supply_node;4522.00;10.03;1061.00;4.97;0 +79;supply_node;4526.00;10.78;1044.00;2.49;0 +79;supply_node;4531.00;11.03;1055.00;3.07;0 +79;supply_node;4533.00;11.20;1032.00;1.85;0 +79;supply_node;4533.00;11.70;1067.00;0.09;0 +79;supply_node;4540.00;10.48;1044.00;3.25;0 +79;supply_node;4546.00;10.00;1036.00;5.43;0 +79;supply_node;4546.00;12.45;1056.00;4.90;0 +79;supply_node;4555.00;12.30;1051.00;4.67;0 +79;supply_node;4558.00;11.30;1041.00;3.49;0 79;synthetic_refinery;4535.00;11.32;1031.00;5.33;0 80;air_base;4467.00;13.50;1093.00;5.28;0 80;anti_air_building;4404.00;15.53;1066.00;5.33;0 @@ -3644,6 +5322,45 @@ 80;nuclear_reactor;4339.00;13.30;1056.00;4.98;0 80;radar_station;4329.00;12.03;1036.00;2.30;0 80;rocket_site;4418.00;14.85;1076.00;2.31;0 +80;supply_node;4341.00;13.30;1051.00;4.44;0 +80;supply_node;4351.00;16.95;1101.00;0.33;0 +80;supply_node;4355.00;14.40;1068.00;5.85;0 +80;supply_node;4361.00;14.28;1028.00;1.32;0 +80;supply_node;4363.00;14.85;1046.00;4.97;0 +80;supply_node;4364.00;17.02;1103.00;0.86;0 +80;supply_node;4370.00;12.82;1007.00;3.03;0 +80;supply_node;4370.00;14.65;1072.00;3.49;0 +80;supply_node;4377.00;13.25;1032.00;5.92;0 +80;supply_node;4379.00;15.55;1087.00;4.67;0 +80;supply_node;4385.00;12.20;1009.00;5.20;0 +80;supply_node;4387.00;13.80;1054.00;2.73;0 +80;supply_node;4387.00;15.23;1071.00;2.08;0 +80;supply_node;4390.00;12.68;1029.00;3.71;0 +80;supply_node;4396.00;13.70;1041.00;0.09;0 +80;supply_node;4406.00;12.25;1018.00;0.37;0 +80;supply_node;4407.00;15.25;1068.00;1.13;0 +80;supply_node;4411.00;13.53;1032.00;6.19;0 +80;supply_node;4413.00;14.32;1057.00;2.80;0 +80;supply_node;4421.00;15.15;1086.00;1.81;0 +80;supply_node;4422.00;14.88;1047.00;3.68;0 +80;supply_node;4426.00;11.75;1022.00;5.24;0 +80;supply_node;4430.00;14.43;1039.00;1.85;0 +80;supply_node;4433.00;15.48;1075.00;4.02;0 +80;supply_node;4433.00;15.53;1060.00;0.55;0 +80;supply_node;4437.00;16.05;1092.00;1.50;0 +80;supply_node;4439.00;12.70;1028.00;4.48;0 +80;supply_node;4449.00;12.55;1060.00;5.89;0 +80;supply_node;4449.00;14.10;1036.00;1.55;0 +80;supply_node;4452.00;13.25;1079.00;2.49;0 +80;supply_node;4455.00;13.60;1098.00;2.27;0 +80;supply_node;4465.00;16.52;1120.00;3.25;0 +80;supply_node;4470.00;11.93;1065.00;5.43;0 +80;supply_node;4471.00;12.75;1079.00;5.62;0 +80;supply_node;4471.00;13.20;1110.00;2.31;0 +80;supply_node;4475.00;13.10;1098.00;1.78;0 +80;supply_node;4480.00;15.32;1126.00;2.54;0 +80;supply_node;4482.00;12.28;1088.00;4.20;0 +80;supply_node;4492.00;11.90;1113.00;4.90;0 80;synthetic_refinery;4443.00;13.90;1030.00;4.37;0 81;air_base;4623.00;9.70;1177.00;4.68;0 81;anti_air_building;4538.00;12.13;1224.00;1.73;0 @@ -3680,6 +5397,22 @@ 81;nuclear_reactor;4558.00;10.43;1211.00;0.18;0 81;radar_station;4526.00;12.93;1224.00;4.05;0 81;rocket_site;4582.00;9.80;1187.00;5.26;0 +81;supply_node;4536.00;13.38;1220.00;5.89;0 +81;supply_node;4543.00;10.00;1199.00;1.85;0 +81;supply_node;4546.00;12.15;1213.00;4.48;0 +81;supply_node;4551.00;11.70;1226.00;5.43;0 +81;supply_node;4552.00;9.80;1192.00;0.37;0 +81;supply_node;4560.00;10.07;1206.00;4.02;0 +81;supply_node;4564.00;10.15;1220.00;1.55;0 +81;supply_node;4566.00;9.93;1191.00;2.54;0 +81;supply_node;4575.00;9.80;1204.00;2.08;0 +81;supply_node;4580.00;9.85;1190.00;1.78;0 +81;supply_node;4586.00;10.35;1179.00;2.49;0 +81;supply_node;4597.00;9.95;1175.00;4.67;0 +81;supply_node;4598.00;9.70;1187.00;6.19;0 +81;supply_node;4609.00;9.90;1177.00;1.13;0 +81;supply_node;4616.00;10.82;1165.00;3.71;0 +81;supply_node;4620.00;9.70;1177.00;3.25;0 81;synthetic_refinery;4539.00;13.03;1219.00;5.86;0 82;air_base;4580.00;9.70;1160.00;3.73;0 82;anti_air_building;4576.00;9.98;1176.00;2.68;0 @@ -3708,6 +5441,14 @@ 82;nuclear_reactor;4588.00;9.85;1165.00;1.13;0 82;radar_station;4549.00;10.03;1182.00;4.51;0 82;rocket_site;4594.00;9.70;1157.00;4.75;0 +82;supply_node;4560.00;9.88;1177.00;1.13;0 +82;supply_node;4569.00;10.05;1165.00;2.54;0 +82;supply_node;4571.00;9.70;1155.00;1.85;0 +82;supply_node;4574.00;9.80;1175.00;0.37;0 +82;supply_node;4589.00;9.70;1157.00;3.71;0 +82;supply_node;4593.00;9.80;1165.00;1.78;0 +82;supply_node;4607.00;10.15;1157.00;4.02;0 +82;supply_node;4612.00;10.80;1144.00;5.89;0 82;synthetic_refinery;4585.00;9.75;1153.00;5.35;0 83;air_base;4540.00;10.95;1161.00;4.59;0 83;anti_air_building;4530.00;11.80;1186.00;3.80;0 @@ -3740,6 +5481,18 @@ 83;nuclear_reactor;4567.00;9.70;1144.00;0.18;0 83;radar_station;4505.00;13.03;1164.00;4.05;0 83;rocket_site;4535.00;10.70;1144.00;5.26;0 +83;supply_node;4516.00;13.05;1164.00;3.25;0 +83;supply_node;4521.00;15.28;1177.00;6.19;0 +83;supply_node;4522.00;13.20;1149.00;5.89;0 +83;supply_node;4534.00;11.15;1151.00;5.43;0 +83;supply_node;4534.00;11.30;1185.00;2.54;0 +83;supply_node;4534.00;12.00;1165.00;4.02;0 +83;supply_node;4543.00;12.05;1177.00;2.49;0 +83;supply_node;4550.00;9.70;1141.00;2.08;0 +83;supply_node;4550.00;11.62;1167.00;1.78;0 +83;supply_node;4553.00;9.70;1153.00;0.37;0 +83;supply_node;4566.00;9.70;1142.00;1.85;0 +83;supply_node;4578.00;9.90;1143.00;4.67;0 83;synthetic_refinery;4549.00;11.00;1177.00;5.86;0 84;air_base;4505.00;10.90;1106.00;3.63;0 84;anti_air_building;4502.00;10.98;1123.00;2.24;0 @@ -3784,6 +5537,30 @@ 84;nuclear_reactor;4527.00;10.48;1124.00;0.09;0 84;radar_station;4483.00;12.73;1060.00;3.98;0 84;rocket_site;4518.00;11.30;1128.00;2.25;0 +84;supply_node;4491.00;13.65;1070.00;2.80;0 +84;supply_node;4502.00;11.25;1088.00;0.55;0 +84;supply_node;4503.00;10.93;1101.00;5.89;0 +84;supply_node;4504.00;11.00;1120.00;4.90;0 +84;supply_node;4506.00;10.68;1073.00;1.32;0 +84;supply_node;4510.00;12.70;1139.00;2.27;0 +84;supply_node;4515.00;10.82;1125.00;1.78;0 +84;supply_node;4518.00;10.18;1113.00;4.97;0 +84;supply_node;4519.00;10.73;1097.00;2.73;0 +84;supply_node;4521.00;12.20;1080.00;4.02;0 +84;supply_node;4525.00;14.90;1136.00;2.49;0 +84;supply_node;4532.00;10.68;1094.00;0.09;0 +84;supply_node;4532.00;11.70;1125.00;5.43;0 +84;supply_node;4533.00;10.68;1110.00;3.49;0 +84;supply_node;4536.00;11.78;1081.00;3.03;0 +84;supply_node;4542.00;9.80;1136.00;2.08;0 +84;supply_node;4545.00;10.43;1101.00;5.62;0 +84;supply_node;4547.00;9.70;1127.00;3.25;0 +84;supply_node;4547.00;9.90;1086.00;4.20;0 +84;supply_node;4547.00;13.00;1070.00;2.54;0 +84;supply_node;4552.00;9.95;1116.00;0.86;0 +84;supply_node;4559.00;9.93;1093.00;4.67;0 +84;supply_node;4559.00;10.30;1078.00;6.19;0 +84;supply_node;4561.00;9.98;1105.00;5.20;0 84;synthetic_refinery;4505.00;11.05;1085.00;4.30;0 85;air_base;4698.00;9.75;1179.00;1.57;0 85;anti_air_building;4679.00;10.63;1181.00;6.03;0 @@ -3811,6 +5588,13 @@ 85;coastal_bunker;4699.00;9.68;1169.00;-4.39;0 85;coastal_bunker;4704.00;9.50;1159.00;1.25;0 85;dockyard;4690.00;9.50;1177.00;-3.82;0 +85;floating_harbor;4691.26;9.50;1176.87;-2.03;1089 +85;floating_harbor;4703.00;9.50;1190.60;-1.03;4091 +85;floating_harbor;4710.79;9.50;1156.30;-1.82;12076 +85;floating_harbor;4710.79;9.50;1167.70;-1.33;7014 +85;floating_harbor;4712.00;9.50;1191.00;-0.51;11928 +85;floating_harbor;4712.00;9.50;1191.00;-0.73;12052 +85;floating_harbor;4712.00;9.50;1191.00;-1.06;10076 85;industrial_complex;4686.00;10.05;1164.00;3.63;0 85;industrial_complex;4686.00;10.10;1185.00;3.73;0 85;industrial_complex;4688.00;10.18;1174.00;5.79;0 @@ -3827,6 +5611,14 @@ 85;nuclear_reactor;4690.00;11.00;1160.00;1.21;0 85;radar_station;4678.00;9.65;1177.00;5.69;0 85;rocket_site;4693.00;9.80;1187.00;5.93;0 +85;supply_node;4681.00;10.32;1182.00;4.02;0 +85;supply_node;4685.00;10.38;1172.00;2.49;0 +85;supply_node;4689.00;10.80;1162.00;6.19;0 +85;supply_node;4692.00;9.70;1184.00;1.78;0 +85;supply_node;4693.00;10.15;1169.00;2.08;0 +85;supply_node;4700.00;9.68;1159.00;4.67;0 +85;supply_node;4700.00;10.10;1165.00;3.25;0 +85;supply_node;4701.00;9.50;1177.00;5.43;0 85;synthetic_refinery;4701.00;10.28;1162.00;5.42;0 86;air_base;4624.00;9.70;1115.00;2.08;0 86;anti_air_building;4590.00;10.40;1129.00;0.76;0 @@ -3882,6 +5674,41 @@ 86;nuclear_reactor;4588.00;11.35;1096.00;3.43;0 86;radar_station;4566.00;9.82;1092.00;2.53;0 86;rocket_site;4603.00;10.53;1087.00;1.87;0 +86;supply_node;4568.00;9.70;1115.00;2.27;0 +86;supply_node;4568.00;9.88;1083.00;2.46;0 +86;supply_node;4573.00;9.80;1099.00;0.58;0 +86;supply_node;4576.00;9.70;1125.00;0.33;0 +86;supply_node;4578.00;10.15;1084.00;4.67;0 +86;supply_node;4581.00;10.15;1112.00;2.80;0 +86;supply_node;4585.00;10.55;1132.00;0.09;0 +86;supply_node;4586.00;10.23;1089.00;2.73;0 +86;supply_node;4589.00;10.30;1102.00;5.39;0 +86;supply_node;4592.00;10.40;1119.00;3.22;0 +86;supply_node;4592.00;10.90;1146.00;4.90;0 +86;supply_node;4592.00;11.95;1076.00;4.20;0 +86;supply_node;4594.00;10.28;1063.00;5.92;0 +86;supply_node;4598.00;10.40;1090.00;1.81;0 +86;supply_node;4600.00;10.55;1127.00;1.04;0 +86;supply_node;4600.00;11.45;1138.00;3.25;0 +86;supply_node;4601.00;10.43;1106.00;3.98;0 +86;supply_node;4606.00;10.48;1069.00;6.19;0 +86;supply_node;4606.00;10.95;1081.00;1.50;0 +86;supply_node;4608.00;10.57;1117.00;4.44;0 +86;supply_node;4611.00;10.05;1130.00;1.32;0 +86;supply_node;4612.00;10.60;1093.00;5.20;0 +86;supply_node;4613.00;10.53;1103.00;4.97;0 +86;supply_node;4617.00;9.80;1116.00;0.55;0 +86;supply_node;4617.00;11.95;1069.00;5.85;0 +86;supply_node;4618.00;10.40;1081.00;6.15;0 +86;supply_node;4624.00;10.07;1105.00;3.68;0 +86;supply_node;4626.00;10.12;1092.00;5.43;0 +86;supply_node;4628.00;10.43;1135.00;2.08;0 +86;supply_node;4628.00;10.70;1116.00;3.49;0 +86;supply_node;4633.00;9.70;1124.00;0.86;0 +86;supply_node;4636.00;10.78;1102.00;1.74;0 +86;supply_node;4641.00;10.95;1113.00;5.62;0 +86;supply_node;4644.00;11.62;1126.00;3.03;0 +86;supply_node;4651.00;11.15;1112.00;2.49;0 86;synthetic_refinery;4581.00;10.18;1111.00;2.83;0 87;air_base;4527.00;12.93;1278.00;0.02;0 87;anti_air_building;4472.00;14.10;1198.00;6.03;0 @@ -3924,6 +5751,28 @@ 87;nuclear_reactor;4524.00;12.05;1293.00;5.33;0 87;radar_station;4455.00;12.70;1200.00;0.89;0 87;rocket_site;4522.00;13.30;1277.00;1.21;0 +87;supply_node;4465.00;14.38;1197.00;0.55;0 +87;supply_node;4475.00;12.85;1212.00;4.67;0 +87;supply_node;4479.00;13.85;1223.00;5.20;0 +87;supply_node;4480.00;12.93;1201.00;2.27;0 +87;supply_node;4488.00;13.53;1187.00;1.32;0 +87;supply_node;4488.00;14.70;1240.00;2.49;0 +87;supply_node;4495.00;13.28;1210.00;2.08;0 +87;supply_node;4497.00;11.18;1225.00;1.50;0 +87;supply_node;4499.00;11.07;1199.00;2.80;0 +87;supply_node;4506.00;11.80;1241.00;5.62;0 +87;supply_node;4507.00;14.62;1184.00;0.09;0 +87;supply_node;4510.00;13.55;1258.00;4.44;0 +87;supply_node;4511.00;12.78;1212.00;4.20;0 +87;supply_node;4512.00;12.32;1195.00;4.90;0 +87;supply_node;4512.00;12.43;1281.00;0.86;0 +87;supply_node;4517.00;12.98;1228.00;3.49;0 +87;supply_node;4523.00;10.93;1245.00;2.73;0 +87;supply_node;4523.00;12.65;1215.00;3.68;0 +87;supply_node;4526.00;12.98;1273.00;5.43;0 +87;supply_node;4527.00;11.85;1204.00;4.97;0 +87;supply_node;4528.00;10.73;1194.00;5.92;0 +87;supply_node;4528.00;12.75;1299.00;3.03;0 87;synthetic_refinery;4482.00;12.70;1212.00;1.80;0 88;air_base;4603.00;9.70;1265.00;5.35;0 88;anti_air_building;4584.00;10.70;1268.00;4.88;0 @@ -3968,6 +5817,8 @@ 88;coastal_bunker;4641.00;9.55;1298.00;-4.55;0 88;coastal_bunker;4652.00;9.55;1287.00;-3.42;0 88;dockyard;4645.00;9.60;1289.00;-4.55;0 +88;floating_harbor;4650.73;9.50;1296.92;-1.29;11944 +88;floating_harbor;4653.76;9.50;1293.43;-0.40;12093 88;industrial_complex;4586.00;11.23;1260.00;2.08;0 88;industrial_complex;4597.00;11.05;1253.00;4.24;0 88;industrial_complex;4615.00;9.70;1251.00;1.57;0 @@ -3979,6 +5830,36 @@ 88;nuclear_reactor;4617.00;9.78;1254.00;1.87;0 88;radar_station;4570.00;9.80;1235.00;5.88;0 88;rocket_site;4628.00;10.85;1260.00;5.49;0 +88;supply_node;4579.00;10.68;1235.00;1.32;0 +88;supply_node;4582.00;10.90;1249.00;3.03;0 +88;supply_node;4586.00;11.03;1262.00;2.73;0 +88;supply_node;4589.00;11.25;1274.00;6.15;0 +88;supply_node;4591.00;10.12;1246.00;0.86;0 +88;supply_node;4593.00;9.73;1236.00;4.20;0 +88;supply_node;4598.00;10.07;1271.00;0.55;0 +88;supply_node;4599.00;10.18;1259.00;2.80;0 +88;supply_node;4604.00;9.70;1247.00;1.81;0 +88;supply_node;4606.00;9.70;1236.00;2.27;0 +88;supply_node;4608.00;9.70;1270.00;5.62;0 +88;supply_node;4612.00;9.70;1256.00;4.44;0 +88;supply_node;4613.00;9.95;1230.00;3.49;0 +88;supply_node;4619.00;9.70;1241.00;2.46;0 +88;supply_node;4619.00;11.03;1269.00;1.04;0 +88;supply_node;4622.00;10.25;1261.00;5.20;0 +88;supply_node;4625.00;10.00;1252.00;3.68;0 +88;supply_node;4628.00;9.70;1282.00;3.98;0 +88;supply_node;4629.00;10.65;1239.00;5.92;0 +88;supply_node;4631.00;11.28;1270.00;1.50;0 +88;supply_node;4635.00;11.60;1249.00;4.97;0 +88;supply_node;4636.00;10.45;1262.00;2.08;0 +88;supply_node;4637.00;9.70;1293.00;5.85;0 +88;supply_node;4638.00;9.75;1276.00;4.67;0 +88;supply_node;4639.00;9.70;1285.00;0.33;0 +88;supply_node;4639.00;11.07;1237.00;1.74;0 +88;supply_node;4643.00;11.62;1259.00;3.22;0 +88;supply_node;4647.00;10.48;1248.00;0.09;0 +88;supply_node;4647.00;11.40;1237.00;4.90;0 +88;supply_node;4648.00;9.70;1280.00;5.39;0 88;synthetic_refinery;4607.00;9.70;1231.00;4.98;0 89;air_base;4680.00;11.30;1270.00;1.55;0 89;anti_air_building;4652.00;12.13;1259.00;2.39;0 @@ -4020,6 +5901,18 @@ 89;coastal_bunker;4707.00;9.55;1269.00;0.64;0 89;coastal_bunker;4714.00;9.50;1268.00;1.57;0 89;dockyard;4718.00;10.10;1275.00;1.57;0 +89;floating_harbor;4664.37;9.50;1286.47;-0.67;4089 +89;floating_harbor;4668.88;9.50;1278.82;-0.59;12074 +89;floating_harbor;4671.05;9.50;1279.95;0.79;7105 +89;floating_harbor;4672.00;9.50;1278.00;0.00;1184 +89;floating_harbor;4675.26;9.50;1232.87;-2.03;9971 +89;floating_harbor;4682.00;9.50;1241.40;-2.11;4157 +89;floating_harbor;4687.13;9.50;1246.74;-2.68;10000 +89;floating_harbor;4688.00;9.50;1289.00;0.00;1104 +89;floating_harbor;4693.70;9.50;1254.21;-2.90;4186 +89;floating_harbor;4706.82;9.50;1282.88;-0.98;1200 +89;floating_harbor;4709.95;9.50;1262.05;-2.36;10018 +89;floating_harbor;4720.00;9.50;1274.00;-1.57;4205 89;industrial_complex;4653.00;9.70;1275.00;3.00;0 89;industrial_complex;4661.00;11.50;1261.00;5.16;0 89;industrial_complex;4668.00;11.25;1242.00;4.56;0 @@ -4041,6 +5934,23 @@ 89;nuclear_reactor;4690.00;11.35;1273.00;3.50;0 89;radar_station;4640.00;10.50;1271.00;6.13;0 89;rocket_site;4669.00;11.45;1249.00;5.66;0 +89;supply_node;4648.00;11.03;1268.00;4.44;0 +89;supply_node;4654.00;11.95;1257.00;2.73;0 +89;supply_node;4656.00;9.62;1276.00;4.20;0 +89;supply_node;4656.00;10.95;1235.00;2.80;0 +89;supply_node;4659.00;11.50;1247.00;0.55;0 +89;supply_node;4661.00;11.30;1267.00;5.92;0 +89;supply_node;4665.00;10.57;1238.00;2.27;0 +89;supply_node;4668.00;11.40;1257.00;3.03;0 +89;supply_node;4671.00;11.45;1248.00;0.86;0 +89;supply_node;4672.00;11.30;1265.00;3.49;0 +89;supply_node;4681.00;11.40;1270.00;5.62;0 +89;supply_node;4682.00;10.15;1257.00;5.20;0 +89;supply_node;4688.00;9.70;1280.00;1.32;0 +89;supply_node;4691.00;9.50;1265.00;4.90;0 +89;supply_node;4695.00;11.32;1275.00;4.97;0 +89;supply_node;4702.00;10.68;1270.00;1.50;0 +89;supply_node;4712.00;10.20;1274.00;0.09;0 89;synthetic_refinery;4654.00;10.53;1268.00;1.43;0 90;air_base;4564.00;14.28;1299.00;3.80;0 90;anti_air_building;4545.00;11.38;1237.00;4.98;0 @@ -4084,6 +5994,29 @@ 90;nuclear_reactor;4546.00;15.15;1299.00;4.88;0 90;radar_station;4528.00;12.68;1226.00;1.12;0 90;rocket_site;4540.00;11.35;1241.00;0.76;0 +90;supply_node;4535.00;11.40;1233.00;0.09;0 +90;supply_node;4538.00;11.65;1250.00;3.49;0 +90;supply_node;4540.00;12.10;1264.00;4.90;0 +90;supply_node;4540.00;13.78;1297.00;3.03;0 +90;supply_node;4542.00;12.35;1278.00;3.68;0 +90;supply_node;4550.00;14.88;1296.00;3.98;0 +90;supply_node;4551.00;12.20;1242.00;5.92;0 +90;supply_node;4555.00;13.60;1278.00;5.62;0 +90;supply_node;4555.00;14.43;1312.00;5.85;0 +90;supply_node;4555.00;15.35;1255.00;4.44;0 +90;supply_node;4560.00;14.48;1294.00;2.27;0 +90;supply_node;4560.00;14.82;1268.00;0.86;0 +90;supply_node;4561.00;11.15;1234.00;1.50;0 +90;supply_node;4568.00;12.75;1322.00;3.22;0 +90;supply_node;4568.00;14.15;1280.00;1.74;0 +90;supply_node;4569.00;10.80;1245.00;4.97;0 +90;supply_node;4569.00;13.80;1305.00;4.20;0 +90;supply_node;4570.00;12.93;1258.00;0.33;0 +90;supply_node;4572.00;12.53;1291.00;2.73;0 +90;supply_node;4577.00;11.25;1271.00;5.20;0 +90;supply_node;4578.00;14.12;1309.00;0.55;0 +90;supply_node;4580.00;11.88;1283.00;1.04;0 +90;supply_node;4586.00;13.57;1317.00;1.81;0 90;synthetic_refinery;4569.00;13.15;1295.00;2.82;0 91;air_base;4462.00;10.70;1155.00;1.73;0 91;anti_air_building;4447.00;10.30;1160.00;5.93;0 @@ -4118,6 +6051,20 @@ 91;nuclear_reactor;4435.00;10.60;1167.00;4.37;0 91;radar_station;4424.00;11.15;1162.00;0.13;0 91;rocket_site;4480.00;14.18;1143.00;0.25;0 +91;supply_node;4431.00;11.15;1174.00;2.27;0 +91;supply_node;4441.00;10.40;1165.00;4.97;0 +91;supply_node;4452.00;10.43;1175.00;3.68;0 +91;supply_node;4455.00;10.20;1157.00;5.62;0 +91;supply_node;4460.00;11.05;1185.00;3.03;0 +91;supply_node;4469.00;10.62;1169.00;5.92;0 +91;supply_node;4474.00;10.60;1153.00;4.20;0 +91;supply_node;4477.00;12.10;1182.00;0.86;0 +91;supply_node;4478.00;14.93;1142.00;2.73;0 +91;supply_node;4484.00;11.28;1167.00;0.09;0 +91;supply_node;4492.00;12.18;1134.00;1.50;0 +91;supply_node;4494.00;13.90;1157.00;4.44;0 +91;supply_node;4499.00;13.07;1173.00;5.20;0 +91;supply_node;4504.00;12.57;1150.00;4.90;0 91;synthetic_refinery;4450.00;10.35;1169.00;1.21;0 92;air_base;4457.00;10.40;1140.00;2.24;0 92;anti_air_building;4423.00;10.63;1153.00;4.81;0 @@ -4147,6 +6094,15 @@ 92;nuclear_reactor;4444.00;10.35;1137.00;1.21;0 92;radar_station;4413.00;16.08;1117.00;5.69;0 92;rocket_site;4439.00;10.50;1153.00;5.93;0 +92;supply_node;4420.00;10.62;1140.00;2.27;0 +92;supply_node;4422.00;13.62;1119.00;1.50;0 +92;supply_node;4427.00;16.25;1104.00;4.90;0 +92;supply_node;4434.00;10.53;1152.00;0.86;0 +92;supply_node;4435.00;10.35;1135.00;4.20;0 +92;supply_node;4441.00;14.05;1110.00;5.62;0 +92;supply_node;4444.00;11.20;1125.00;5.20;0 +92;supply_node;4454.00;10.30;1142.00;3.03;0 +92;supply_node;4461.00;13.28;1131.00;0.09;0 92;synthetic_refinery;4417.00;15.00;1119.00;5.42;0 93;air_base;4677.00;11.00;1100.00;0.18;0 93;anti_air_building;4656.00;10.07;1124.00;1.95;0 @@ -4194,6 +6150,17 @@ 93;coastal_bunker;4703.00;9.55;1127.00;1.33;0 93;coastal_bunker;4709.00;9.50;1130.00;-4.47;0 93;dockyard;4707.00;9.50;1130.00;-4.47;0 +93;floating_harbor;4688.64;9.50;1146.79;-1.89;7191 +93;floating_harbor;4691.86;9.50;1094.63;-1.77;4099 +93;floating_harbor;4695.50;9.50;1102.40;-1.95;1055 +93;floating_harbor;4697.20;9.50;1104.40;-2.50;4013 +93;floating_harbor;4700.21;9.50;1153.64;-0.32;7058 +93;floating_harbor;4706.82;9.50;1112.12;-2.16;1168 +93;floating_harbor;4711.00;9.50;1128.00;-1.57;10058 +93;floating_harbor;4712.00;9.50;1191.00;-0.45;1096 +93;floating_harbor;4712.00;9.50;1191.00;-0.49;4042 +93;floating_harbor;4712.00;9.50;1191.00;-0.54;11991 +93;floating_harbor;4716.50;9.50;1142.60;-1.19;9974 93;industrial_complex;4668.00;10.30;1127.00;5.86;0 93;industrial_complex;4673.00;10.90;1155.00;2.24;0 93;industrial_complex;4677.00;11.23;1154.00;0.53;0 @@ -4214,6 +6181,30 @@ 93;nuclear_reactor;4692.00;9.65;1114.00;3.05;0 93;radar_station;4651.00;10.35;1125.00;5.91;0 93;rocket_site;4685.00;10.10;1112.00;0.39;0 +93;supply_node;4657.00;10.53;1127.00;1.81;0 +93;supply_node;4659.00;11.95;1117.00;1.04;0 +93;supply_node;4665.00;12.10;1106.00;3.98;0 +93;supply_node;4665.00;12.38;1132.00;2.46;0 +93;supply_node;4669.00;10.88;1122.00;0.58;0 +93;supply_node;4670.00;11.32;1142.00;3.22;0 +93;supply_node;4673.00;11.03;1114.00;4.62;0 +93;supply_node;4674.00;10.95;1154.00;5.39;0 +93;supply_node;4676.00;12.50;1105.00;5.92;0 +93;supply_node;4678.00;11.57;1132.00;2.76;0 +93;supply_node;4679.00;10.78;1150.00;5.85;0 +93;supply_node;4679.00;10.85;1163.00;3.68;0 +93;supply_node;4680.00;9.68;1097.00;1.50;0 +93;supply_node;4681.00;11.93;1121.00;5.62;0 +93;supply_node;4682.00;11.07;1141.00;1.28;0 +93;supply_node;4684.00;10.20;1107.00;4.90;0 +93;supply_node;4689.00;9.82;1155.00;5.20;0 +93;supply_node;4690.00;9.70;1114.00;2.27;0 +93;supply_node;4690.00;11.30;1126.00;0.33;0 +93;supply_node;4690.00;11.60;1138.00;0.09;0 +93;supply_node;4696.00;10.98;1141.00;4.44;0 +93;supply_node;4698.00;9.70;1118.00;3.03;0 +93;supply_node;4699.00;10.03;1128.00;6.15;0 +93;supply_node;4705.00;9.53;1138.00;1.74;0 93;synthetic_refinery;4668.00;11.25;1142.00;0.99;0 94;air_base;4642.00;12.80;1388.00;2.14;0 94;anti_air_building;4612.00;9.70;1289.00;2.52;0 @@ -4286,6 +6277,13 @@ 94;coastal_bunker;4685.00;9.50;1328.00;0.46;0 94;coastal_bunker;4689.00;9.82;1335.00;0.79;0 94;dockyard;4673.00;9.50;1323.00;0.64;0 +94;floating_harbor;4646.56;9.50;1299.69;-2.43;10068 +94;floating_harbor;4647.90;9.50;1303.15;-1.41;4137 +94;floating_harbor;4649.37;9.50;1301.14;-2.94;12043 +94;floating_harbor;4664.60;9.50;1304.00;-2.60;1052 +94;floating_harbor;4674.95;9.50;1314.05;-2.36;3900 +94;floating_harbor;4686.88;9.50;1320.18;-2.55;11886 +94;floating_harbor;4697.47;9.50;1330.63;-2.25;6837 94;industrial_complex;4603.00;11.05;1297.00;2.24;0 94;industrial_complex;4638.00;12.40;1353.00;0.18;0 94;industrial_complex;4652.00;9.65;1316.00;1.73;0 @@ -4302,6 +6300,59 @@ 94;nuclear_reactor;4706.00;10.25;1373.00;2.17;0 94;radar_station;4578.00;11.28;1298.00;0.05;0 94;rocket_site;4638.00;13.80;1376.00;5.79;0 +94;supply_node;4583.00;10.65;1297.00;4.71;0 +94;supply_node;4588.00;11.18;1288.00;6.15;0 +94;supply_node;4590.00;12.40;1305.00;4.62;0 +94;supply_node;4596.00;11.30;1297.00;2.30;0 +94;supply_node;4597.00;11.30;1284.00;0.58;0 +94;supply_node;4598.00;12.28;1310.00;2.76;0 +94;supply_node;4606.00;10.55;1297.00;0.06;0 +94;supply_node;4607.00;9.98;1283.00;3.22;0 +94;supply_node;4607.00;10.43;1311.00;2.72;0 +94;supply_node;4613.00;10.23;1320.00;5.39;0 +94;supply_node;4614.00;9.70;1295.00;1.77;0 +94;supply_node;4617.00;9.70;1280.00;5.12;0 +94;supply_node;4618.00;9.73;1308.00;5.92;0 +94;supply_node;4623.00;9.70;1291.00;6.07;0 +94;supply_node;4625.00;9.78;1326.00;3.71;0 +94;supply_node;4626.00;9.70;1317.00;6.11;0 +94;supply_node;4626.00;12.45;1352.00;2.23;0 +94;supply_node;4627.00;9.70;1303.00;2.53;0 +94;supply_node;4628.00;11.00;1338.00;1.74;0 +94;supply_node;4634.00;12.88;1357.00;3.95;0 +94;supply_node;4635.00;9.65;1301.00;2.46;0 +94;supply_node;4636.00;9.70;1312.00;1.01;0 +94;supply_node;4637.00;11.80;1332.00;4.17;0 +94;supply_node;4638.00;10.35;1323.00;5.35;0 +94;supply_node;4639.00;11.93;1340.00;5.62;0 +94;supply_node;4639.00;12.75;1386.00;3.18;0 +94;supply_node;4641.00;13.70;1375.00;0.82;0 +94;supply_node;4642.00;13.07;1362.00;1.58;0 +94;supply_node;4644.00;11.70;1348.00;1.31;0 +94;supply_node;4647.00;9.70;1313.00;5.65;0 +94;supply_node;4647.00;9.98;1326.00;2.27;0 +94;supply_node;4653.00;12.28;1364.00;1.50;0 +94;supply_node;4654.00;12.32;1376.00;2.99;0 +94;supply_node;4655.00;11.50;1341.00;3.03;0 +94;supply_node;4656.00;12.73;1353.00;0.36;0 +94;supply_node;4657.00;10.32;1328.00;1.81;0 +94;supply_node;4658.00;9.65;1315.00;4.44;0 +94;supply_node;4663.00;10.75;1333.00;4.40;0 +94;supply_node;4664.00;12.45;1366.00;4.47;0 +94;supply_node;4666.00;12.10;1351.00;5.85;0 +94;supply_node;4667.00;9.70;1322.00;1.04;0 +94;supply_node;4668.00;11.07;1340.00;3.68;0 +94;supply_node;4672.00;10.75;1381.00;5.42;0 +94;supply_node;4675.00;13.05;1360.00;0.55;0 +94;supply_node;4678.00;12.25;1345.00;4.93;0 +94;supply_node;4679.00;11.70;1332.00;3.48;0 +94;supply_node;4680.00;12.10;1372.00;0.33;0 +94;supply_node;4687.00;11.65;1339.00;5.69;0 +94;supply_node;4688.00;11.82;1352.00;5.20;0 +94;supply_node;4691.00;12.15;1365.00;2.00;0 +94;supply_node;4694.00;10.35;1380.00;1.28;0 +94;supply_node;4700.00;10.20;1355.00;3.98;0 +94;supply_node;4704.00;10.35;1372.00;5.88;0 94;synthetic_refinery;4632.00;11.28;1341.00;0.46;0 95;air_base;3438.00;11.93;1403.00;2.12;0 95;anti_air_building;3425.00;10.23;1423.00;2.86;0 @@ -4345,6 +6396,13 @@ 95;coastal_bunker;3436.00;9.50;1383.00;-0.46;0 95;coastal_bunker;3443.00;9.50;1381.00;-0.46;0 95;dockyard;3432.00;9.50;1387.00;-0.98;0 +95;floating_harbor;3388.79;9.50;1406.36;-3.46;11668 +95;floating_harbor;3394.00;9.50;1409.00;1.57;719 +95;floating_harbor;3407.05;9.50;1398.05;-3.93;717 +95;floating_harbor;3416.12;9.50;1391.18;-3.73;3698 +95;floating_harbor;3421.18;9.50;1385.12;-4.12;9663 +95;floating_harbor;3434.79;9.50;1376.36;-3.46;11647 +95;floating_harbor;3442.12;9.50;1372.18;-3.73;11617 95;industrial_complex;3423.00;10.38;1401.00;3.67;0 95;industrial_complex;3437.00;14.35;1394.00;1.61;0 95;industrial_complex;3440.00;12.35;1401.00;5.73;0 @@ -4361,6 +6419,30 @@ 95;nuclear_reactor;3432.00;9.75;1425.00;5.54;0 95;radar_station;3386.00;9.50;1418.00;1.25;0 95;rocket_site;3449.00;12.45;1409.00;5.43;0 +95;supply_node;3392.00;9.70;1416.00;4.93;0 +95;supply_node;3403.00;10.65;1409.00;5.20;0 +95;supply_node;3404.00;11.00;1416.00;0.33;0 +95;supply_node;3415.00;9.78;1406.00;2.27;0 +95;supply_node;3416.00;9.78;1414.00;4.62;0 +95;supply_node;3422.00;9.98;1400.00;4.44;0 +95;supply_node;3426.00;10.73;1416.00;3.68;0 +95;supply_node;3427.00;9.70;1428.00;1.74;0 +95;supply_node;3430.00;10.05;1391.00;6.15;0 +95;supply_node;3430.00;10.53;1407.00;5.92;0 +95;supply_node;3432.00;12.28;1399.00;5.85;0 +95;supply_node;3433.00;10.45;1421.00;1.58;0 +95;supply_node;3437.00;9.78;1428.00;1.28;0 +95;supply_node;3438.00;11.25;1386.00;5.69;0 +95;supply_node;3438.00;12.48;1414.00;3.98;0 +95;supply_node;3439.00;9.73;1437.00;3.22;0 +95;supply_node;3442.00;13.53;1396.00;2.46;0 +95;supply_node;3443.00;10.78;1421.00;1.50;0 +95;supply_node;3443.00;12.60;1406.00;1.04;0 +95;supply_node;3448.00;10.45;1381.00;2.76;0 +95;supply_node;3451.00;14.28;1392.00;1.81;0 +95;supply_node;3453.00;12.00;1402.00;5.39;0 +95;supply_node;3453.00;12.50;1411.00;0.58;0 +95;supply_node;3459.00;15.45;1386.00;2.00;0 95;synthetic_refinery;3401.00;9.93;1420.00;4.93;0 96;air_base;3486.00;10.50;1403.00;0.06;0 96;anti_air_building;3465.00;16.73;1389.00;4.34;0 @@ -4392,6 +6474,17 @@ 96;nuclear_reactor;3465.00;15.18;1391.00;4.35;0 96;radar_station;3459.00;12.73;1396.00;1.22;0 96;rocket_site;3511.00;10.80;1382.00;4.25;0 +96;supply_node;3464.00;11.75;1401.00;5.92;0 +96;supply_node;3467.00;15.00;1391.00;3.98;0 +96;supply_node;3475.00;14.28;1396.00;3.22;0 +96;supply_node;3483.00;11.25;1399.00;0.33;0 +96;supply_node;3483.00;16.58;1388.00;4.44;0 +96;supply_node;3491.00;16.73;1382.00;1.74;0 +96;supply_node;3493.00;10.68;1397.00;1.81;0 +96;supply_node;3500.00;10.45;1390.00;1.04;0 +96;supply_node;3502.00;11.03;1382.00;5.85;0 +96;supply_node;3510.00;11.23;1381.00;1.50;0 +96;supply_node;3518.00;10.25;1386.00;3.68;0 96;synthetic_refinery;3509.00;12.43;1378.00;2.29;0 97;air_base;2656.00;10.43;1610.00;4.81;0 97;anti_air_building;2653.00;9.78;1600.00;1.87;0 @@ -4417,6 +6510,11 @@ 97;coastal_bunker;2655.00;9.65;1594.00;-1.43;0 97;coastal_bunker;2657.00;9.85;1619.00;-2.36;0 97;dockyard;2641.00;9.50;1619.00;-2.90;0 +97;floating_harbor;2619.00;9.50;1604.00;1.33;9303 +97;floating_harbor;2633.36;9.50;1610.79;-4.39;9321 +97;floating_harbor;2635.74;9.50;1598.87;-4.25;9369 +97;floating_harbor;2649.00;9.50;1596.00;1.57;3396 +97;floating_harbor;2656.05;9.50;1625.95;0.79;11371 97;industrial_complex;2644.00;10.25;1605.00;2.75;0 97;industrial_complex;2647.00;9.85;1604.00;0.09;0 97;industrial_complex;2650.00;9.90;1609.00;2.14;0 @@ -4431,6 +6529,14 @@ 97;nuclear_reactor;2660.00;9.88;1606.00;6.00;0 97;radar_station;2637.00;9.50;1602.00;3.95;0 97;rocket_site;2646.00;9.98;1619.00;1.88;0 +97;supply_node;2644.00;10.10;1603.00;5.85;0 +97;supply_node;2646.00;10.03;1615.00;1.81;0 +97;supply_node;2653.00;9.82;1601.00;0.33;0 +97;supply_node;2656.00;10.43;1610.00;3.68;0 +97;supply_node;2663.00;9.80;1596.00;5.92;0 +97;supply_node;2664.00;10.28;1618.00;1.74;0 +97;supply_node;2666.00;9.80;1602.00;3.98;0 +97;supply_node;2669.00;10.20;1611.00;1.04;0 97;synthetic_refinery;2665.00;10.40;1612.00;3.93;0 98;air_base;5423.00;10.10;793.00;4.81;0 98;anti_air_building;5406.00;10.10;961.00;2.48;0 @@ -4485,6 +6591,27 @@ 98;coastal_bunker;5597.00;9.50;511.00;0.00;0 98;coastal_bunker;5609.00;9.50;497.00;-1.57;0 98;dockyard;5464.00;9.70;804.00;-3.14;0 +98;floating_harbor;112.00;9.50;608.00;-1.57;13050 +98;floating_harbor;5347.64;9.50;830.79;-1.89;13046 +98;floating_harbor;5386.00;9.50;843.00;0.00;13045 +98;floating_harbor;5411.00;9.50;649.00;0.00;13038 +98;floating_harbor;5411.95;9.50;968.95;-0.79;13047 +98;floating_harbor;5413.12;9.50;802.82;0.59;13041 +98;floating_harbor;5418.00;9.50;831.00;-1.57;1002 +98;floating_harbor;5456.13;9.50;754.26;-0.46;13039 +98;floating_harbor;5462.95;9.50;808.95;-0.79;13044 +98;floating_harbor;5476.00;9.50;796.00;0.00;13043 +98;floating_harbor;5483.00;9.50;775.00;-0.20;13042 +98;floating_harbor;5497.00;9.50;748.00;-1.57;13040 +98;floating_harbor;5502.00;9.50;710.00;0.00;7393 +98;floating_harbor;5512.00;9.50;682.00;-1.57;13022 +98;floating_harbor;5515.00;9.50;668.00;-1.57;13021 +98;floating_harbor;5520.00;9.50;662.00;0.00;4387 +98;floating_harbor;5534.00;9.50;636.00;0.00;13020 +98;floating_harbor;5551.00;9.50;566.00;0.00;13054 +98;floating_harbor;5593.13;9.50;514.74;-2.68;13055 +98;floating_harbor;5596.00;9.50;501.00;-3.44;13056 +98;floating_harbor;5612.00;9.50;503.00;0.00;13057 98;industrial_complex;5340.00;10.55;832.00;4.80;0 98;industrial_complex;5457.00;10.43;803.00;4.70;0 98;industrial_complex;5492.00;11.38;749.00;2.13;0 @@ -4515,6 +6642,25 @@ 98;nuclear_reactor;5588.00;10.93;526.00;0.14;0 98;radar_station;111.00;9.50;602.00;6.06;0 98;rocket_site;5386.00;11.48;838.00;3.76;0 +98;supply_node;104.00;11.80;608.00;2.00;0 +98;supply_node;5338.00;10.82;834.00;2.76;0 +98;supply_node;5386.00;10.80;835.00;1.28;0 +98;supply_node;5406.00;11.78;963.00;5.69;0 +98;supply_node;5410.00;11.90;831.00;0.33;0 +98;supply_node;5411.00;11.73;641.00;3.22;0 +98;supply_node;5452.00;10.38;746.00;6.15;0 +98;supply_node;5457.00;10.43;803.00;4.62;0 +98;supply_node;5476.00;10.30;788.00;0.58;0 +98;supply_node;5481.00;10.93;765.00;5.39;0 +98;supply_node;5489.00;10.20;748.00;2.46;0 +98;supply_node;5502.00;11.10;702.00;5.85;0 +98;supply_node;5504.00;10.18;682.00;1.74;0 +98;supply_node;5507.00;10.88;668.00;3.98;0 +98;supply_node;5520.00;10.73;654.00;1.81;0 +98;supply_node;5534.00;10.07;627.00;1.04;0 +98;supply_node;5589.00;11.78;523.00;4.93;0 +98;supply_node;5600.00;12.23;514.00;1.58;0 +98;supply_node;5612.00;9.82;495.00;4.17;0 98;synthetic_refinery;5600.00;11.43;513.00;0.43;0 99;air_base;1902.00;9.70;82.00;1.80;0 99;anti_air_building;1885.00;9.70;79.00;0.87;0 @@ -4531,6 +6677,8 @@ 99;coastal_bunker;1896.00;9.50;82.00;-2.47;0 99;coastal_bunker;2242.00;9.50;29.00;1.08;0 99;dockyard;2251.00;9.50;32.00;1.08;0 +99;floating_harbor;1886.63;9.50;86.47;0.67;12960 +99;floating_harbor;2218.17;9.50;38.52;1.35;10995 99;industrial_complex;1893.00;9.70;72.00;4.48;0 99;industrial_complex;1900.00;9.60;78.00;3.88;0 99;industrial_complex;1907.00;9.70;78.00;2.93;0 @@ -4542,6 +6690,8 @@ 99;nuclear_reactor;1902.00;9.68;76.00;0.32;0 99;radar_station;1871.00;9.50;74.00;3.25;0 99;rocket_site;2251.00;9.70;27.00;1.38;0 +99;supply_node;1895.00;9.50;76.00;1.04;0 +99;supply_node;2234.00;9.60;35.00;5.85;0 99;synthetic_refinery;1884.00;9.60;80.00;3.43;0 100;air_base;4454.00;11.53;1016.00;1.21;0 100;anti_air_building;4456.00;10.40;1007.00;1.88;0 @@ -4566,6 +6716,10 @@ 100;coastal_bunker;4477.00;9.50;989.00;0.79;0 100;coastal_bunker;4487.00;9.50;995.00;0.46;0 100;dockyard;4482.00;9.50;994.00;0.46;0 +100;floating_harbor;4469.26;9.50;969.87;-2.03;1185 +100;floating_harbor;4476.79;9.50;979.30;-1.82;4119 +100;floating_harbor;4479.60;9.50;983.80;-2.21;1157 +100;floating_harbor;4487.95;9.50;986.05;-2.36;7093 100;industrial_complex;4449.00;12.90;1024.00;5.42;0 100;industrial_complex;4450.00;10.82;1017.00;5.93;0 100;industrial_complex;4457.00;11.73;1016.00;1.80;0 @@ -4579,14 +6733,26 @@ 100;nuclear_reactor;4464.00;9.80;994.00;2.99;0 100;radar_station;4444.00;10.20;1013.00;1.31;0 100;rocket_site;4468.00;9.63;988.00;1.78;0 +100;supply_node;4449.00;10.78;1017.00;5.39;0 +100;supply_node;4459.00;9.53;975.00;1.74;0 +100;supply_node;4460.00;10.18;999.00;6.15;0 +100;supply_node;4461.00;10.75;1013.00;4.62;0 +100;supply_node;4466.00;9.60;982.00;3.22;0 +100;supply_node;4469.00;10.80;1003.00;0.58;0 +100;supply_node;4470.00;9.57;991.00;3.98;0 +100;supply_node;4480.00;9.60;994.00;2.46;0 100;synthetic_refinery;4460.00;10.95;1004.00;2.38;0 101;air_base;3098.00;9.93;1574.00;1.43;0 +101;anti_air_building;3096.00;9.93;1578.00;4.58;0 +101;anti_air_building;3106.00;9.88;1578.00;5.54;0 +101;anti_air_building;3114.00;9.80;1589.00;0.46;0 101;arms_factory;3096.00;9.73;1584.00;0.41;0 101;arms_factory;3097.00;9.80;1570.00;4.03;0 101;arms_factory;3102.00;9.85;1583.00;2.48;0 101;arms_factory;3106.00;9.82;1570.00;3.08;0 101;arms_factory;3109.00;9.80;1585.00;4.64;0 101;arms_factory;3115.00;9.80;1589.00;0.92;0 +101;bunker;3092.00;9.80;1580.00;1.41;0 101;bunker;3103.00;9.95;1572.00;2.04;0 101;bunker;3105.00;9.80;1566.00;6.26;0 101;bunker;3105.00;9.80;1590.00;1.53;0 @@ -4601,6 +6767,12 @@ 101;nuclear_reactor;3111.00;9.80;1587.00;4.61;0 101;radar_station;3102.00;10.28;1578.00;5.84;0 101;rocket_site;3109.00;9.80;1589.00;0.49;0 +101;supply_node;3091.00;9.80;1577.00;3.22;0 +101;supply_node;3099.00;9.80;1572.00;4.62;0 +101;supply_node;3100.00;9.73;1586.00;5.39;0 +101;supply_node;3108.00;9.80;1566.00;6.15;0 +101;supply_node;3108.00;10.38;1574.00;2.46;0 +101;supply_node;3111.00;9.80;1584.00;0.58;0 101;synthetic_refinery;3088.64;9.80;1579.47;1.09;0 102;air_base;3185.00;11.65;847.00;5.93;0 102;anti_air_building;3155.00;11.25;857.00;2.92;0 @@ -4626,6 +6798,11 @@ 102;nuclear_reactor;3189.00;11.30;925.00;1.87;0 102;radar_station;3145.00;11.10;859.00;5.88;0 102;rocket_site;3186.00;11.50;941.00;5.49;0 +102;supply_node;3177.00;11.25;836.00;2.46;0 +102;supply_node;3181.00;12.68;877.00;5.39;0 +102;supply_node;3200.00;11.00;936.00;4.62;0 +102;supply_node;3218.00;11.30;829.00;0.58;0 +102;supply_node;3225.00;11.07;871.00;1.28;0 102;synthetic_refinery;3212.00;10.93;943.00;4.98;0 103;air_base;2525.00;12.75;1900.00;4.98;0 103;anti_air_building;2459.00;9.88;1889.00;6.00;0 @@ -4646,6 +6823,10 @@ 103;coastal_bunker;2507.00;9.50;1860.00;-0.24;0 103;coastal_bunker;2692.00;9.50;1798.00;-3.14;0 103;dockyard;2691.00;9.53;1799.00;-3.14;0 +103;floating_harbor;2433.00;9.50;1923.00;0.98;12674 +103;floating_harbor;2500.65;9.50;1927.59;0.34;4861 +103;floating_harbor;2538.63;9.50;1863.14;-3.34;12689 +103;floating_harbor;2691.21;9.50;1803.64;-0.32;13003 103;industrial_complex;2497.00;10.90;1916.00;0.25;0 103;industrial_complex;2497.00;11.03;1908.00;5.93;0 103;industrial_complex;2501.00;11.93;1898.00;1.21;0 @@ -4659,6 +6840,9 @@ 103;nuclear_reactor;2475.00;10.43;1892.00;2.39;0 103;radar_station;2431.00;9.50;1895.00;0.55;0 103;rocket_site;2560.00;11.90;1903.00;0.83;0 +103;supply_node;2466.00;9.80;1899.00;4.62;0 +103;supply_node;2508.00;11.35;1907.00;0.58;0 +103;supply_node;2545.00;13.15;1895.00;1.28;0 103;synthetic_refinery;2567.00;11.18;1910.00;1.78;0 104;air_base;2987.00;11.98;1816.00;4.00;0 104;anti_air_building;2931.00;14.10;1789.00;6.07;0 @@ -4715,6 +6899,21 @@ 104;coastal_bunker;2996.00;9.50;1864.00;-1.77;0 104;coastal_bunker;3004.00;9.50;1880.00;-1.89;0 104;dockyard;2991.00;9.50;1874.00;-1.77;0 +104;floating_harbor;2905.00;9.50;1813.00;-0.39;188 +104;floating_harbor;2906.05;9.50;1800.95;0.79;9127 +104;floating_harbor;2919.12;9.50;1809.82;0.59;11100 +104;floating_harbor;2928.63;9.50;1815.47;0.67;9216 +104;floating_harbor;2936.05;9.50;1817.95;0.79;3096 +104;floating_harbor;2952.00;9.50;1850.00;0.00;21 +104;floating_harbor;2952.00;9.50;1850.00;0.44;3022 +104;floating_harbor;2952.00;9.50;1850.00;0.46;6116 +104;floating_harbor;2952.00;9.50;1850.00;0.75;6038 +104;floating_harbor;2952.00;9.50;1850.00;0.97;9132 +104;floating_harbor;2952.00;9.50;1850.00;-4.61;6041 +104;floating_harbor;2966.40;9.50;1847.00;0.54;3018 +104;floating_harbor;2976.05;9.50;1850.95;0.79;107 +104;floating_harbor;2992.50;9.50;1868.60;1.19;6187 +104;floating_harbor;3000.00;9.50;1881.60;1.03;3126 104;industrial_complex;2907.00;11.20;1784.00;2.80;0 104;industrial_complex;2914.00;12.57;1784.00;3.40;0 104;industrial_complex;2956.00;12.60;1803.00;2.89;0 @@ -4739,6 +6938,33 @@ 104;nuclear_reactor;3014.00;11.60;1870.00;4.51;0 104;radar_station;2882.00;9.50;1778.00;4.39;0 104;rocket_site;2993.00;11.60;1821.00;1.85;0 +104;supply_node;2898.00;10.23;1785.00;2.00;0 +104;supply_node;2912.00;12.75;1779.00;2.99;0 +104;supply_node;2915.00;9.50;1792.00;4.71;0 +104;supply_node;2925.00;9.50;1801.00;3.18;0 +104;supply_node;2929.00;13.43;1788.00;1.28;0 +104;supply_node;2929.00;14.35;1779.00;5.12;0 +104;supply_node;2942.00;13.88;1790.00;4.17;0 +104;supply_node;2947.00;12.73;1807.00;0.82;0 +104;supply_node;2961.00;12.60;1803.00;4.40;0 +104;supply_node;2965.00;9.80;1826.00;0.36;0 +104;supply_node;2966.00;10.18;1814.00;1.58;0 +104;supply_node;2973.00;10.62;1836.00;4.93;0 +104;supply_node;2975.00;12.68;1807.00;3.95;0 +104;supply_node;2983.00;11.38;1818.00;2.23;0 +104;supply_node;2985.00;9.80;1842.00;2.76;0 +104;supply_node;2986.00;9.68;1832.00;1.01;0 +104;supply_node;2987.00;13.40;1808.00;6.11;0 +104;supply_node;2988.00;13.30;1797.00;4.47;0 +104;supply_node;2992.00;10.00;1851.00;3.71;0 +104;supply_node;2994.00;11.57;1826.00;5.69;0 +104;supply_node;3002.00;10.45;1843.00;5.88;0 +104;supply_node;3004.00;9.82;1864.00;2.53;0 +104;supply_node;3006.00;11.90;1836.00;1.31;0 +104;supply_node;3011.00;11.07;1875.00;0.06;0 +104;supply_node;3017.00;11.60;1853.00;1.77;0 +104;supply_node;3019.00;12.73;1839.00;2.30;0 +104;supply_node;3022.00;13.68;1865.00;5.42;0 104;synthetic_refinery;2994.00;10.40;1851.00;5.47;0 105;air_base;2909.00;11.68;1726.00;4.98;0 105;anti_air_building;2907.00;10.15;1759.00;4.91;0 @@ -4799,6 +7025,23 @@ 105;coastal_bunker;2957.00;9.50;1712.00;1.11;0 105;coastal_bunker;2960.00;9.50;1712.00;0.00;0 105;dockyard;2884.00;9.50;1768.00;-1.25;0 +105;floating_harbor;2882.00;9.50;1747.00;1.44;6145 +105;floating_harbor;2882.00;9.50;1747.00;1.57;122 +105;floating_harbor;2882.00;9.50;1747.00;-3.65;199 +105;floating_harbor;2882.00;9.50;1747.00;-4.12;3114 +105;floating_harbor;2882.00;9.50;1747.00;-4.15;3188 +105;floating_harbor;2882.74;9.50;1767.87;-4.25;3090 +105;floating_harbor;2883.00;9.50;1720.00;-4.14;65 +105;floating_harbor;2896.36;9.50;1716.21;1.25;137 +105;floating_harbor;2900.79;9.50;1689.36;-3.46;6176 +105;floating_harbor;2912.00;9.50;1680.00;-2.60;53 +105;floating_harbor;2912.00;9.50;1680.00;-2.83;3192 +105;floating_harbor;2912.79;9.50;1683.36;-3.46;11367 +105;floating_harbor;2929.00;9.50;1683.00;-3.14;9296 +105;floating_harbor;2946.95;9.50;1693.05;-2.36;11176 +105;floating_harbor;2954.82;9.50;1700.12;-2.16;9096 +105;floating_harbor;2961.70;9.50;1705.21;-2.90;9174 +105;floating_harbor;2962.73;9.50;1709.08;-1.85;6151 105;industrial_complex;2901.00;10.25;1746.00;2.34;0 105;industrial_complex;2910.00;11.20;1752.00;0.79;0 105;industrial_complex;2924.00;12.55;1712.00;0.18;0 @@ -4825,6 +7068,36 @@ 105;nuclear_reactor;2948.00;9.60;1705.00;0.09;0 105;radar_station;2893.00;9.50;1703.00;4.12;0 105;rocket_site;2908.00;11.53;1733.00;4.82;0 +105;supply_node;2891.00;9.50;1747.00;1.58;0 +105;supply_node;2895.00;10.55;1765.00;4.17;0 +105;supply_node;2895.00;11.60;1774.00;2.30;0 +105;supply_node;2896.00;9.70;1706.00;5.69;0 +105;supply_node;2897.00;9.50;1724.00;3.71;0 +105;supply_node;2904.00;9.70;1699.00;2.53;0 +105;supply_node;2904.00;12.28;1756.00;2.99;0 +105;supply_node;2905.00;9.73;1747.00;4.40;0 +105;supply_node;2905.00;12.20;1735.00;2.00;0 +105;supply_node;2913.00;10.05;1766.00;2.23;0 +105;supply_node;2916.00;9.70;1693.00;2.72;0 +105;supply_node;2916.00;11.30;1703.00;0.82;0 +105;supply_node;2917.00;14.45;1745.00;5.42;0 +105;supply_node;2917.00;14.55;1725.00;0.55;0 +105;supply_node;2917.00;14.75;1734.00;6.07;0 +105;supply_node;2920.00;14.03;1715.00;4.47;0 +105;supply_node;2922.00;14.53;1757.00;1.01;0 +105;supply_node;2926.00;12.20;1769.00;1.77;0 +105;supply_node;2929.00;9.70;1694.00;1.31;0 +105;supply_node;2931.00;11.12;1705.00;6.11;0 +105;supply_node;2932.00;12.03;1723.00;4.93;0 +105;supply_node;2932.00;14.12;1735.00;5.12;0 +105;supply_node;2935.00;11.98;1714.00;0.36;0 +105;supply_node;2939.00;9.85;1701.00;3.48;0 +105;supply_node;2943.00;11.53;1723.00;4.71;0 +105;supply_node;2944.00;12.50;1737.00;0.06;0 +105;supply_node;2946.00;9.70;1706.00;3.95;0 +105;supply_node;2949.00;9.98;1713.00;5.88;0 +105;supply_node;2953.00;10.48;1725.00;5.35;0 +105;supply_node;2959.00;9.57;1716.00;3.18;0 105;synthetic_refinery;2911.00;12.45;1731.00;5.77;0 106;air_base;2983.00;9.85;1744.00;5.49;0 106;anti_air_building;2952.00;12.80;1779.00;2.01;0 @@ -4878,6 +7151,12 @@ 106;coastal_bunker;2982.01;9.50;1704.71;-1.57;0 106;coastal_bunker;2989.41;9.50;1684.22;-0.98;0 106;dockyard;2973.00;9.50;1734.00;-0.59;0 +106;floating_harbor;2962.00;9.50;1693.00;-3.46;3171 +106;floating_harbor;2966.87;9.50;1724.74;-3.61;6115 +106;floating_harbor;2971.82;9.50;1717.12;-2.16;14 +106;floating_harbor;2972.74;9.50;1710.87;-4.25;11151 +106;floating_harbor;2974.00;9.50;1704.00;1.57;171 +106;floating_harbor;2981.18;9.50;1684.12;-4.12;6310 106;industrial_complex;2939.00;13.82;1766.00;2.92;0 106;industrial_complex;2956.00;12.32;1749.00;2.83;0 106;industrial_complex;2970.00;12.03;1769.00;4.88;0 @@ -4893,6 +7172,40 @@ 106;nuclear_reactor;2954.00;15.88;1796.00;3.12;0 106;radar_station;2933.00;13.43;1755.00;5.69;0 106;rocket_site;2988.00;10.20;1741.00;0.46;0 +106;supply_node;2932.00;14.23;1748.00;0.36;0 +106;supply_node;2940.00;13.70;1759.00;2.72;0 +106;supply_node;2940.00;15.93;1772.00;1.01;0 +106;supply_node;2948.00;12.78;1746.00;1.77;0 +106;supply_node;2951.00;13.53;1771.00;3.18;0 +106;supply_node;2952.00;13.28;1787.00;4.71;0 +106;supply_node;2955.00;13.20;1754.00;4.17;0 +106;supply_node;2956.00;10.80;1735.00;0.55;0 +106;supply_node;2961.00;11.35;1746.00;0.06;0 +106;supply_node;2961.00;12.50;1777.00;1.31;0 +106;supply_node;2961.00;13.10;1764.00;4.89;0 +106;supply_node;2963.00;9.88;1723.00;1.58;0 +106;supply_node;2966.00;13.75;1783.00;3.48;0 +106;supply_node;2967.00;10.20;1740.00;6.11;0 +106;supply_node;2971.00;11.48;1752.00;5.35;0 +106;supply_node;2971.00;12.70;1794.00;0.79;0 +106;supply_node;2972.00;12.28;1767.00;6.07;0 +106;supply_node;2975.00;9.70;1722.00;2.53;0 +106;supply_node;2978.00;12.15;1782.00;1.95;0 +106;supply_node;2979.00;9.78;1729.00;4.13;0 +106;supply_node;2979.00;10.30;1741.00;5.65;0 +106;supply_node;2980.00;10.00;1756.00;3.71;0 +106;supply_node;2984.00;9.85;1704.00;2.99;0 +106;supply_node;2984.00;11.43;1767.00;5.12;0 +106;supply_node;2985.00;9.62;1717.00;0.09;0 +106;supply_node;2986.00;10.50;1731.00;2.23;0 +106;supply_node;2986.00;13.70;1786.00;0.82;0 +106;supply_node;2988.00;10.18;1745.00;3.95;0 +106;supply_node;2990.00;9.50;1690.00;5.42;0 +106;supply_node;2991.00;12.07;1768.00;2.30;0 +106;supply_node;2993.00;11.12;1755.00;5.88;0 +106;supply_node;2993.00;13.12;1783.00;4.40;0 +106;supply_node;2996.00;10.78;1741.00;4.47;0 +106;supply_node;2999.00;12.12;1768.00;4.93;0 106;synthetic_refinery;2965.00;13.85;1780.00;6.24;0 107;air_base;3043.00;9.50;1837.00;3.43;0 107;anti_air_building;3002.00;13.03;1781.00;0.39;0 @@ -4934,6 +7247,27 @@ 107;nuclear_reactor;3026.00;11.78;1823.00;5.12;0 107;radar_station;2996.00;13.63;1778.00;1.80;0 107;rocket_site;2999.00;13.00;1782.00;2.46;0 +107;supply_node;2999.00;14.68;1811.00;4.47;0 +107;supply_node;3001.00;13.55;1793.00;2.53;0 +107;supply_node;3002.00;12.82;1782.00;0.06;0 +107;supply_node;3005.00;11.80;1822.00;5.12;0 +107;supply_node;3007.00;13.78;1802.00;3.18;0 +107;supply_node;3014.00;11.85;1827.00;2.30;0 +107;supply_node;3015.00;13.40;1786.00;3.71;0 +107;supply_node;3016.00;12.45;1798.00;1.01;0 +107;supply_node;3017.00;13.62;1810.00;3.95;0 +107;supply_node;3024.00;11.18;1815.00;2.23;0 +107;supply_node;3025.00;12.05;1792.00;0.82;0 +107;supply_node;3029.00;11.60;1823.00;5.42;0 +107;supply_node;3029.00;11.65;1849.00;4.71;0 +107;supply_node;3030.00;11.82;1834.00;5.88;0 +107;supply_node;3032.00;11.90;1803.00;4.40;0 +107;supply_node;3034.00;11.80;1788.00;0.36;0 +107;supply_node;3041.00;11.20;1843.00;1.31;0 +107;supply_node;3043.00;9.90;1825.00;2.99;0 +107;supply_node;3043.00;11.38;1815.00;4.17;0 +107;supply_node;3043.00;11.57;1805.00;1.77;0 +107;supply_node;3047.00;11.40;1793.00;6.11;0 107;synthetic_refinery;3039.00;11.65;1803.00;3.05;0 108;air_base;3037.00;9.70;1651.00;3.93;0 108;anti_air_building;3013.00;9.78;1652.00;4.52;0 @@ -4968,6 +7302,16 @@ 108;coastal_bunker;3034.00;9.50;1645.00;0.24;0 108;coastal_bunker;3056.00;9.53;1652.00;1.57;0 108;dockyard;3006.00;9.50;1644.00;-0.79;0 +108;floating_harbor;2990.21;9.50;1666.30;-4.47;3307 +108;floating_harbor;2997.74;9.50;1655.87;-4.25;6412 +108;floating_harbor;2998.14;9.50;1654.37;1.37;9362 +108;floating_harbor;3002.74;9.50;1630.87;-4.25;9279 +108;floating_harbor;3009.00;9.50;1628.00;-2.94;6345 +108;floating_harbor;3020.37;9.50;1624.14;-2.94;11376 +108;floating_harbor;3033.82;9.50;1631.12;-2.16;6120 +108;floating_harbor;3035.95;9.50;1639.05;-2.36;11160 +108;floating_harbor;3038.70;9.50;1639.21;-2.90;11327 +108;floating_harbor;3051.21;9.50;1640.36;-2.82;11215 108;industrial_complex;3011.00;9.63;1648.00;4.98;0 108;industrial_complex;3018.00;9.70;1634.00;2.83;0 108;industrial_complex;3025.00;9.73;1636.00;5.49;0 @@ -4987,6 +7331,18 @@ 108;nuclear_reactor;3048.00;9.70;1651.00;4.17;0 108;radar_station;3008.00;9.50;1632.00;1.34;0 108;rocket_site;3025.00;9.70;1646.00;1.51;0 +108;supply_node;3001.00;9.70;1669.00;2.30;0 +108;supply_node;3005.00;9.80;1676.00;0.06;0 +108;supply_node;3008.00;9.70;1645.00;4.47;0 +108;supply_node;3008.00;9.70;1661.00;2.23;0 +108;supply_node;3010.00;9.70;1652.00;4.40;0 +108;supply_node;3011.00;9.70;1635.00;3.71;0 +108;supply_node;3018.00;9.70;1636.00;1.77;0 +108;supply_node;3020.00;9.75;1648.00;0.36;0 +108;supply_node;3025.00;9.75;1637.00;2.99;0 +108;supply_node;3027.00;9.70;1648.00;5.88;0 +108;supply_node;3036.00;9.70;1650.00;5.12;0 +108;supply_node;3048.00;9.68;1650.00;2.53;0 108;synthetic_refinery;3014.00;9.80;1654.00;3.57;0 109;air_base;3158.00;9.55;1696.00;1.88;0 109;anti_air_building;3151.00;9.53;1694.00;0.57;0 @@ -5001,6 +7357,7 @@ 109;bunker;3158.00;9.55;1696.00;1.78;0 109;coastal_bunker;3152.00;9.50;1692.00;-1.21;0 109;dockyard;3149.00;9.50;1687.00;-1.21;0 +109;floating_harbor;3171.00;9.50;1686.00;-2.54;185 109;industrial_complex;3152.00;9.70;1697.00;2.12;0 109;industrial_complex;3152.00;9.70;1699.00;6.24;0 109;industrial_complex;3153.00;9.70;1695.00;4.18;0 @@ -5011,6 +7368,7 @@ 109;nuclear_reactor;3150.00;9.57;1695.00;2.54;0 109;radar_station;3149.00;9.50;1687.00;0.09;0 109;rocket_site;3158.00;9.70;1699.00;1.34;0 +109;supply_node;3157.00;9.70;1697.00;2.99;0 109;synthetic_refinery;3160.00;9.70;1698.00;3.73;0 110;air_base;2950.00;10.00;1649.00;2.38;0 110;anti_air_building;2936.00;9.70;1652.00;4.52;0 @@ -5038,6 +7396,13 @@ 110;coastal_bunker;2965.00;9.55;1648.00;0.93;0 110;coastal_bunker;2969.00;9.50;1682.00;-3.14;0 110;dockyard;2978.00;9.50;1673.00;1.19;0 +110;floating_harbor;2912.00;9.50;1680.00;0.92;3206 +110;floating_harbor;2912.00;9.50;1680.00;1.09;316 +110;floating_harbor;2927.36;9.50;1638.79;-4.39;399 +110;floating_harbor;2966.96;9.50;1636.23;-1.68;3277 +110;floating_harbor;2973.95;9.50;1662.87;-1.45;6235 +110;floating_harbor;2975.50;9.50;1669.40;-1.95;394 +110;floating_harbor;2976.00;9.50;1626.00;-2.76;6364 110;industrial_complex;2936.00;9.70;1642.00;6.00;0 110;industrial_complex;2936.00;9.70;1652.00;0.32;0 110;industrial_complex;2937.00;9.70;1652.00;1.27;0 @@ -5054,6 +7419,14 @@ 110;nuclear_reactor;2946.00;9.63;1653.00;2.01;0 110;radar_station;2933.00;9.50;1635.00;5.38;0 110;rocket_site;2948.00;9.85;1649.00;4.17;0 +110;supply_node;2937.00;9.70;1642.00;0.36;0 +110;supply_node;2943.00;9.70;1654.00;4.40;0 +110;supply_node;2943.00;9.70;1665.00;2.23;0 +110;supply_node;2951.00;9.70;1638.00;5.88;0 +110;supply_node;2952.00;10.28;1648.00;2.53;0 +110;supply_node;2959.00;10.00;1661.00;5.12;0 +110;supply_node;2964.00;9.70;1649.00;1.77;0 +110;supply_node;2964.00;9.70;1674.00;3.71;0 110;synthetic_refinery;2950.00;10.00;1649.00;6.23;0 111;air_base;2947.00;9.68;1620.00;3.84;0 111;anti_air_building;2945.00;9.70;1618.00;1.68;0 @@ -5074,6 +7447,10 @@ 111;coastal_bunker;2953.00;9.68;1618.00;-4.12;0 111;coastal_bunker;2958.00;9.50;1620.00;1.11;0 111;dockyard;2942.00;9.50;1623.00;-0.79;0 +111;floating_harbor;2923.00;9.50;1637.00;1.06;332 +111;floating_harbor;2932.14;9.50;1619.37;1.37;11366 +111;floating_harbor;2964.86;9.50;1622.63;-1.77;11251 +111;floating_harbor;2965.26;9.50;1619.13;-1.11;317 111;industrial_complex;2945.00;9.65;1632.00;3.23;0 111;industrial_complex;2947.00;9.70;1631.00;1.17;0 111;industrial_complex;2948.00;9.70;1626.00;3.73;0 @@ -5087,6 +7464,10 @@ 111;nuclear_reactor;2956.00;9.70;1612.00;4.25;0 111;radar_station;2935.00;9.50;1618.00;6.21;0 111;rocket_site;2948.00;9.70;1631.00;4.67;0 +111;supply_node;2944.00;9.57;1617.00;2.53;0 +111;supply_node;2944.00;9.70;1628.00;4.40;0 +111;supply_node;2953.00;9.55;1625.00;5.88;0 +111;supply_node;2955.00;9.70;1614.00;0.36;0 111;synthetic_refinery;2943.00;9.70;1631.00;3.74;0 112;air_base;2991.00;9.70;1634.00;0.83;0 112;anti_air_building;2971.00;9.70;1630.00;4.17;0 @@ -5113,6 +7494,13 @@ 112;coastal_bunker;2999.00;9.53;1623.00;-4.19;0 112;coastal_bunker;3039.00;9.50;1623.00;-1.57;0 112;dockyard;2974.00;9.65;1630.00;-3.46;0 +112;floating_harbor;2972.13;9.50;1642.26;-0.46;3325 +112;floating_harbor;2974.13;9.50;1614.74;-2.68;3374 +112;floating_harbor;2976.00;9.50;1626.00;-3.99;6287 +112;floating_harbor;2979.36;9.50;1615.79;-4.39;3305 +112;floating_harbor;2979.87;9.50;1642.26;0.46;3260 +112;floating_harbor;3004.64;9.50;1626.79;-1.89;6393 +112;floating_harbor;3047.00;9.50;1626.00;-1.46;6361 112;industrial_complex;2986.00;9.55;1628.00;1.78;0 112;industrial_complex;2990.00;9.70;1630.00;5.05;0 112;industrial_complex;2994.00;9.70;1631.00;6.00;0 @@ -5129,6 +7517,11 @@ 112;nuclear_reactor;2971.00;9.70;1629.00;4.08;0 112;radar_station;2964.00;9.50;1620.00;1.28;0 112;rocket_site;2985.00;9.70;1637.00;6.24;0 +112;supply_node;2967.00;9.70;1632.00;2.53;0 +112;supply_node;2984.00;9.70;1634.00;5.88;0 +112;supply_node;2992.00;9.70;1631.00;4.71;0 +112;supply_node;2997.00;9.70;1641.00;5.12;0 +112;supply_node;3038.00;9.55;1625.00;1.77;0 112;synthetic_refinery;2983.00;9.57;1617.00;2.01;0 113;air_base;4928.00;11.78;1871.00;5.05;0 113;anti_air_building;4843.00;9.80;1816.00;4.52;0 @@ -5166,6 +7559,23 @@ 113;nuclear_reactor;4945.00;11.95;1835.00;2.01;0 113;radar_station;4537.00;11.10;1866.00;5.38;0 113;rocket_site;5049.00;9.70;2018.00;4.17;0 +113;supply_node;4585.00;10.80;1899.00;0.55;0 +113;supply_node;4683.00;10.70;1904.00;5.12;0 +113;supply_node;4689.00;10.50;1847.00;1.01;0 +113;supply_node;4713.00;9.80;1988.00;5.42;0 +113;supply_node;4762.00;10.03;1890.00;1.77;0 +113;supply_node;4793.00;11.32;1983.00;3.95;0 +113;supply_node;4830.00;12.85;1890.00;3.48;0 +113;supply_node;4870.00;9.80;1985.00;6.07;0 +113;supply_node;4877.00;10.50;1825.00;5.35;0 +113;supply_node;4945.00;12.35;1861.00;5.65;0 +113;supply_node;4961.00;11.78;1946.00;1.95;0 +113;supply_node;5031.00;9.70;2003.00;3.18;0 +113;supply_node;5057.00;11.05;1886.00;6.11;0 +113;supply_node;5156.00;9.80;1879.00;2.72;0 +113;supply_node;5184.00;9.73;2001.00;4.71;0 +113;supply_node;5233.00;10.00;1928.00;1.31;0 +113;supply_node;5333.00;10.20;1981.00;4.89;0 113;synthetic_refinery;4727.00;9.80;1985.00;6.23;0 114;air_base;5553.00;10.18;155.00;5.55;0 114;anti_air_building;5565.00;9.98;185.00;5.13;0 @@ -5254,6 +7664,42 @@ 114;coastal_bunker;5599.00;9.50;155.00;0.64;0 114;coastal_bunker;5605.00;9.50;166.00;0.62;0 114;dockyard;5434.00;9.50;22.00;0.12;0 +114;floating_harbor;5431.05;9.50;52.95;0.79;12980 +114;floating_harbor;5438.92;9.50;14.27;-2.86;12988 +114;floating_harbor;5450.87;9.50;67.26;0.46;12974 +114;floating_harbor;5458.00;9.50;9.00;-3.14;8241 +114;floating_harbor;5466.60;9.50;77.12;0.51;12966 +114;floating_harbor;5475.00;9.50;83.60;1.03;8212 +114;floating_harbor;5486.82;9.50;23.12;-2.16;2211 +114;floating_harbor;5490.30;9.50;101.07;0.95;8204 +114;floating_harbor;5497.64;9.50;40.79;-1.89;2203 +114;floating_harbor;5499.57;9.50;108.24;-4.31;10650 +114;floating_harbor;5504.95;9.50;51.05;-2.36;5195 +114;floating_harbor;5524.70;9.50;63.93;-2.19;2197 +114;floating_harbor;5524.87;9.50;238.26;0.46;4615 +114;floating_harbor;5526.71;9.50;73.06;-2.58;7839 +114;floating_harbor;5528.52;9.50;207.62;-3.84;10334 +114;floating_harbor;5533.36;9.50;152.21;1.25;12604 +114;floating_harbor;5534.18;9.50;203.12;-4.12;10373 +114;floating_harbor;5538.05;9.50;205.95;0.79;4543 +114;floating_harbor;5539.95;9.50;122.95;-0.79;12632 +114;floating_harbor;5541.30;9.50;164.07;0.95;7783 +114;floating_harbor;5543.00;9.50;177.00;1.57;7887 +114;floating_harbor;5543.14;9.50;169.37;1.37;1713 +114;floating_harbor;5543.74;9.50;181.87;-4.25;1565 +114;floating_harbor;5544.00;9.50;99.00;-1.57;4819 +114;floating_harbor;5548.80;9.50;132.40;-3.79;12617 +114;floating_harbor;5550.36;9.50;131.21;1.25;4804 +114;floating_harbor;5553.79;9.50;105.36;-3.46;1814 +114;floating_harbor;5558.79;9.50;208.64;0.32;12362 +114;floating_harbor;5576.50;9.50;186.60;-1.19;12664 +114;floating_harbor;5578.13;9.50;186.26;-0.46;4718 +114;floating_harbor;5578.47;9.50;113.63;-2.25;7826 +114;floating_harbor;5585.99;9.50;183.93;-0.14;10710 +114;floating_harbor;5591.26;9.50;144.13;-1.11;1801 +114;floating_harbor;5593.83;9.50;151.48;-1.79;10609 +114;floating_harbor;5601.95;9.50;152.05;-2.36;4748 +114;floating_harbor;5602.15;9.50;186.90;-0.17;7742 114;industrial_complex;5446.00;10.35;27.00;1.78;0 114;industrial_complex;5448.00;10.35;29.00;2.39;0 114;industrial_complex;5454.00;11.85;38.00;1.43;0 @@ -5299,6 +7745,46 @@ 114;nuclear_reactor;5592.00;11.15;164.00;2.62;0 114;radar_station;5422.00;9.50;25.00;0.01;0 114;rocket_site;5521.00;10.60;89.00;6.24;0 +114;supply_node;5435.00;11.07;28.00;3.44;0 +114;supply_node;5442.00;11.00;42.00;0.51;0 +114;supply_node;5457.00;12.75;55.00;3.86;0 +114;supply_node;5458.00;9.80;22.00;2.91;0 +114;supply_node;5460.00;12.55;38.00;0.32;0 +114;supply_node;5475.00;11.12;31.00;0.55;0 +114;supply_node;5475.00;12.55;62.00;1.28;0 +114;supply_node;5482.00;11.82;46.00;5.35;0 +114;supply_node;5491.00;12.98;74.00;3.67;0 +114;supply_node;5496.00;9.75;60.00;0.09;0 +114;supply_node;5503.00;10.53;92.00;2.19;0 +114;supply_node;5512.00;9.82;73.00;1.31;0 +114;supply_node;5513.00;10.80;114.00;1.73;0 +114;supply_node;5518.00;10.85;87.00;1.50;0 +114;supply_node;5528.00;10.53;111.00;3.14;0 +114;supply_node;5528.00;12.95;99.00;4.89;0 +114;supply_node;5529.00;9.80;230.00;6.07;0 +114;supply_node;5538.00;10.50;219.00;5.84;0 +114;supply_node;5543.00;9.50;209.00;2.49;0 +114;supply_node;5543.00;9.73;149.00;3.91;0 +114;supply_node;5548.00;10.03;196.00;3.48;0 +114;supply_node;5554.00;10.20;155.00;2.26;0 +114;supply_node;5554.00;10.20;187.00;4.71;0 +114;supply_node;5555.00;10.65;167.00;1.01;0 +114;supply_node;5556.00;9.93;142.00;5.38;0 +114;supply_node;5557.00;10.18;115.00;6.11;0 +114;supply_node;5557.00;10.38;177.00;4.44;0 +114;supply_node;5560.00;10.18;128.00;1.95;0 +114;supply_node;5563.00;9.65;196.00;0.97;0 +114;supply_node;5565.00;9.78;182.00;4.62;0 +114;supply_node;5566.00;11.55;162.00;3.95;0 +114;supply_node;5567.00;12.65;150.00;5.42;0 +114;supply_node;5568.00;10.65;122.00;0.02;0 +114;supply_node;5569.00;11.10;138.00;4.13;0 +114;supply_node;5571.00;10.70;172.00;2.72;0 +114;supply_node;5578.00;11.88;155.00;5.08;0 +114;supply_node;5579.00;10.75;138.00;3.18;0 +114;supply_node;5584.00;10.43;170.00;3.21;0 +114;supply_node;5593.00;10.30;161.00;5.65;0 +114;supply_node;5600.00;11.18;174.00;0.79;0 114;synthetic_refinery;5588.00;11.07;161.00;2.02;0 115;air_base;3942.00;9.70;684.00;3.50;0 115;anti_air_building;3940.00;9.68;730.00;0.99;0 @@ -5313,6 +7799,7 @@ 115;bunker;3937.00;9.55;710.00;2.54;0 115;coastal_bunker;3943.00;9.60;683.00;-0.09;0 115;dockyard;3946.00;9.50;650.00;0.00;0 +115;floating_harbor;3940.56;9.50;746.99;0.06;4967 115;industrial_complex;3938.00;9.68;711.00;5.05;0 115;industrial_complex;3942.00;9.70;685.00;0.83;0 115;industrial_complex;3943.00;9.53;745.00;1.43;0 @@ -5337,6 +7824,7 @@ 116;bunker;2917.00;9.55;1589.00;1.95;0 116;coastal_bunker;2919.00;9.50;1593.00;-2.36;0 116;dockyard;2920.00;9.50;1587.00;-2.36;0 +116;floating_harbor;2912.40;9.50;1594.20;0.93;11360 116;industrial_complex;2917.00;9.50;1588.00;5.55;0 116;industrial_complex;2920.00;9.68;1584.00;1.43;0 116;industrial_complex;2920.00;9.70;1590.00;5.66;0 @@ -5347,6 +7835,7 @@ 116;nuclear_reactor;2921.00;9.70;1584.00;1.50;0 116;radar_station;2919.00;9.65;1581.00;4.74;0 116;rocket_site;2920.00;9.68;1592.00;5.12;0 +116;supply_node;2922.00;9.70;1587.00;3.18;0 116;synthetic_refinery;2921.00;9.60;1582.00;4.62;0 117;air_base;1689.00;9.80;1677.00;1.95;0 117;anti_air_building;1692.00;9.75;1678.00;2.46;0 @@ -5361,6 +7850,7 @@ 117;bunker;1690.00;9.90;1674.00;0.99;0 117;coastal_bunker;1696.00;9.57;1680.00;1.45;0 117;dockyard;1703.00;9.57;1683.00;1.45;0 +117;floating_harbor;1800.00;9.50;1725.00;-1.15;12149 117;industrial_complex;1691.00;9.85;1682.00;3.50;0 117;industrial_complex;1693.00;9.73;1680.00;2.54;0 117;industrial_complex;1694.00;10.63;1688.00;5.66;0 @@ -5371,6 +7861,7 @@ 117;nuclear_reactor;1694.00;10.80;1689.00;5.72;0 117;radar_station;1685.00;9.80;1672.00;3.98;0 117;rocket_site;1692.00;9.85;1682.00;4.52;0 +117;supply_node;1692.00;9.80;1681.00;1.31;0 117;synthetic_refinery;1694.00;9.95;1684.00;5.12;0 118;air_base;1807.00;9.70;1655.00;0.99;0 118;anti_air_building;1794.00;9.75;1629.00;2.52;0 @@ -5395,6 +7886,12 @@ 118;coastal_bunker;1829.00;9.57;1652.00;-4.19;0 118;coastal_bunker;1836.00;9.50;1653.00;-2.68;0 118;dockyard;1779.00;9.50;1631.00;-0.79;0 +118;floating_harbor;1783.00;9.70;1624.00;-0.32;4623 +118;floating_harbor;1783.00;9.70;1624.00;-3.81;7304 +118;floating_harbor;1783.00;9.70;1624.00;-4.00;7361 +118;floating_harbor;1805.70;9.50;1619.93;-2.19;1354 +118;floating_harbor;1825.99;9.50;1626.07;-3.00;7644 +118;floating_harbor;1836.08;9.50;1659.73;0.28;10244 118;industrial_complex;1792.00;9.78;1634.00;2.54;0 118;industrial_complex;1793.00;9.80;1630.00;6.07;0 118;industrial_complex;1794.00;9.75;1629.00;1.34;0 @@ -5410,6 +7907,12 @@ 118;nuclear_reactor;1837.00;9.70;1641.00;2.17;0 118;radar_station;1774.00;9.50;1615.00;0.05;0 118;rocket_site;1822.00;9.75;1650.00;5.79;0 +118;supply_node;1782.00;9.62;1619.00;3.48;0 +118;supply_node;1793.00;9.75;1629.00;0.55;0 +118;supply_node;1807.00;9.70;1636.00;2.72;0 +118;supply_node;1811.00;9.70;1650.00;6.07;0 +118;supply_node;1824.00;9.73;1640.00;5.65;0 +118;supply_node;1840.00;9.75;1646.00;1.95;0 118;synthetic_refinery;1844.00;9.73;1646.00;0.46;0 119;air_base;1827.00;9.70;1410.00;0.39;0 119;anti_air_building;1825.00;9.55;1409.00;5.72;0 @@ -5424,6 +7927,7 @@ 119;bunker;1826.00;9.70;1410.00;4.62;0 119;coastal_bunker;1826.00;9.53;1407.00;-0.79;0 119;dockyard;1826.00;9.50;1412.00;-0.79;0 +119;floating_harbor;1842.00;9.50;1396.00;-2.32;13010 119;industrial_complex;1825.00;9.55;1409.00;1.95;0 119;industrial_complex;1825.00;9.55;1409.00;6.07;0 119;industrial_complex;1825.00;9.60;1408.00;0.99;0 @@ -5434,6 +7938,7 @@ 119;nuclear_reactor;1824.00;9.53;1406.00;4.17;0 119;radar_station;1819.00;9.50;1407.00;1.34;0 119;rocket_site;1825.00;9.65;1407.00;1.51;0 +119;supply_node;1827.00;9.60;1412.00;6.07;0 119;synthetic_refinery;1825.00;9.60;1408.00;3.57;0 120;air_base;2694.00;11.07;1636.00;4.62;0 120;anti_air_building;2667.00;11.13;1629.00;5.79;0 @@ -5459,6 +7964,11 @@ 120;coastal_bunker;2701.00;9.78;1637.00;-3.93;0 120;coastal_bunker;2704.00;9.78;1631.00;-3.61;0 120;dockyard;2707.00;9.50;1626.00;1.37;0 +120;floating_harbor;2659.10;9.50;1630.85;-4.55;337 +120;floating_harbor;2685.40;9.50;1643.50;0.38;276 +120;floating_harbor;2703.88;9.50;1642.82;-0.59;3329 +120;floating_harbor;2709.43;9.50;1613.24;-1.98;3242 +120;floating_harbor;2710.20;9.50;1633.60;-0.64;3379 120;industrial_complex;2671.00;12.00;1634.00;6.07;0 120;industrial_complex;2678.00;9.93;1619.00;0.99;0 120;industrial_complex;2690.00;9.90;1614.00;4.01;0 @@ -5473,6 +7983,14 @@ 120;nuclear_reactor;2692.00;10.73;1630.00;2.08;0 120;radar_station;2659.00;9.50;1628.00;3.70;0 120;rocket_site;2689.00;10.73;1630.00;4.24;0 +120;supply_node;2672.00;12.00;1633.00;1.95;0 +120;supply_node;2676.00;10.20;1621.00;2.26;0 +120;supply_node;2683.00;10.40;1626.00;4.89;0 +120;supply_node;2684.00;9.98;1614.00;0.02;0 +120;supply_node;2690.00;11.93;1632.00;5.65;0 +120;supply_node;2696.00;10.12;1619.00;0.09;0 +120;supply_node;2698.00;10.50;1634.00;4.13;0 +120;supply_node;2703.00;9.78;1624.00;0.79;0 120;synthetic_refinery;2688.00;10.05;1623.00;5.19;0 121;air_base;2676.00;10.07;1582.00;5.12;0 121;anti_air_building;2662.00;10.93;1567.00;2.08;0 @@ -5501,6 +8019,12 @@ 121;coastal_bunker;2661.00;9.50;1563.00;0.59;0 121;coastal_bunker;2685.00;9.50;1575.00;0.24;0 121;dockyard;2640.00;9.50;1563.00;-1.19;0 +121;floating_harbor;2619.00;9.50;1604.00;1.20;11334 +121;floating_harbor;2626.00;9.50;1560.00;-3.99;6289 +121;floating_harbor;2632.36;9.50;1574.21;1.25;6405 +121;floating_harbor;2638.14;9.50;1561.63;-4.51;9405 +121;floating_harbor;2670.95;9.50;1561.05;-2.36;7394 +121;floating_harbor;2684.13;9.50;1565.74;-2.68;11237 121;industrial_complex;2657.00;9.90;1581.00;0.99;0 121;industrial_complex;2658.00;9.68;1587.00;4.62;0 121;industrial_complex;2660.00;11.18;1569.00;0.39;0 @@ -5516,6 +8040,16 @@ 121;nuclear_reactor;2675.00;10.23;1578.00;4.75;0 121;radar_station;2635.00;9.50;1567.00;1.77;0 121;rocket_site;2661.00;10.15;1581.00;0.63;0 +121;supply_node;2642.00;10.45;1571.00;4.13;0 +121;supply_node;2650.00;10.40;1564.00;1.50;0 +121;supply_node;2651.00;10.93;1579.00;4.89;0 +121;supply_node;2652.00;9.75;1588.00;3.67;0 +121;supply_node;2659.00;11.62;1575.00;2.26;0 +121;supply_node;2663.00;10.05;1586.00;0.09;0 +121;supply_node;2664.00;10.95;1568.00;0.79;0 +121;supply_node;2670.00;10.38;1579.00;2.19;0 +121;supply_node;2674.00;10.03;1587.00;0.02;0 +121;supply_node;2679.00;9.85;1576.00;4.44;0 121;synthetic_refinery;2644.00;10.00;1570.00;2.69;0 122;air_base;2689.00;11.07;1588.00;4.52;0 122;anti_air_building;2682.00;10.10;1589.00;5.79;0 @@ -5539,6 +8073,10 @@ 122;coastal_bunker;2699.00;9.50;1613.00;-4.19;0 122;coastal_bunker;2699.00;10.55;1604.00;-3.73;0 122;dockyard;2696.00;9.70;1613.00;-4.19;0 +122;floating_harbor;2697.95;9.50;1572.05;-2.36;285 +122;floating_harbor;2706.86;9.50;1602.37;-1.37;11293 +122;floating_harbor;2707.86;9.50;1591.37;-1.37;7377 +122;floating_harbor;2725.00;9.50;1612.00;-1.57;3359 122;industrial_complex;2674.00;10.05;1604.00;3.05;0 122;industrial_complex;2684.00;9.95;1598.00;1.50;0 122;industrial_complex;2689.00;10.93;1587.00;0.39;0 @@ -5552,6 +8090,13 @@ 122;nuclear_reactor;2688.00;10.00;1604.00;2.18;0 122;radar_station;2673.00;10.00;1593.00;0.36;0 122;rocket_site;2683.00;10.05;1599.00;2.08;0 +122;supply_node;2677.00;10.55;1604.00;2.26;0 +122;supply_node;2678.00;10.35;1596.00;0.79;0 +122;supply_node;2686.00;10.05;1591.00;0.02;0 +122;supply_node;2690.00;9.98;1580.00;4.13;0 +122;supply_node;2690.00;9.98;1607.00;1.50;0 +122;supply_node;2695.00;12.07;1600.00;2.19;0 +122;supply_node;2696.00;10.30;1589.00;4.44;0 122;synthetic_refinery;2678.00;10.32;1592.00;1.58;0 123;air_base;2729.00;9.82;1567.00;3.57;0 123;anti_air_building;2733.00;11.05;1573.00;2.69;0 @@ -5578,6 +8123,12 @@ 123;coastal_bunker;2737.00;11.10;1597.00;-2.90;0 123;coastal_bunker;2744.00;9.50;1558.00;0.00;0 123;dockyard;2733.00;9.50;1582.00;-2.16;0 +123;floating_harbor;2717.40;9.50;1556.50;-3.52;11361 +123;floating_harbor;2722.00;9.50;1552.00;-4.42;377 +123;floating_harbor;2724.87;9.50;1604.26;0.46;6363 +123;floating_harbor;2725.18;9.50;1581.88;0.98;3274 +123;floating_harbor;2727.05;9.50;1558.05;-3.93;407 +123;floating_harbor;2743.00;9.50;1605.00;0.00;9364 123;industrial_complex;2724.00;9.85;1568.00;1.50;0 123;industrial_complex;2729.00;10.38;1573.00;4.52;0 123;industrial_complex;2745.00;13.23;1588.00;5.12;0 @@ -5593,6 +8144,14 @@ 123;nuclear_reactor;2745.00;12.70;1573.00;2.69;0 123;radar_station;2715.00;9.50;1565.00;1.00;0 123;rocket_site;2745.00;12.15;1593.00;1.13;0 +123;supply_node;2722.00;9.80;1568.00;2.91;0 +123;supply_node;2731.00;11.10;1592.00;3.67;0 +123;supply_node;2734.00;9.88;1565.00;4.44;0 +123;supply_node;2734.00;11.30;1576.00;2.19;0 +123;supply_node;2741.00;12.73;1586.00;0.02;0 +123;supply_node;2742.00;12.20;1573.00;2.26;0 +123;supply_node;2743.00;12.90;1594.00;0.32;0 +123;supply_node;2745.00;11.23;1562.00;1.50;0 123;synthetic_refinery;2721.00;9.78;1567.00;0.63;0 124;air_base;2764.00;11.78;1620.00;1.51;0 124;anti_air_building;2749.00;12.07;1625.00;1.13;0 @@ -5622,6 +8181,12 @@ 124;coastal_bunker;2750.00;10.30;1597.00;-2.03;0 124;coastal_bunker;2752.00;9.55;1613.00;-1.89;0 124;dockyard;2750.00;9.50;1606.00;-1.11;0 +124;floating_harbor;2725.00;9.50;1625.00;0.00;3311 +124;floating_harbor;2734.21;9.50;1628.70;1.33;11332 +124;floating_harbor;2741.05;9.50;1612.05;-3.93;6399 +124;floating_harbor;2742.00;9.50;1602.00;1.57;6384 +124;floating_harbor;2744.18;9.50;1615.88;0.98;6335 +124;floating_harbor;2746.18;9.50;1600.88;0.98;3205 124;industrial_complex;2752.00;10.32;1609.00;3.57;0 124;industrial_complex;2758.00;10.95;1614.00;5.72;0 124;industrial_complex;2758.00;12.85;1630.00;4.52;0 @@ -5637,6 +8202,17 @@ 124;nuclear_reactor;2762.00;10.73;1611.00;5.26;0 124;radar_station;2722.00;9.50;1615.00;1.31;0 124;rocket_site;2744.00;10.57;1624.00;1.14;0 +124;supply_node;2725.00;9.70;1617.00;2.19;0 +124;supply_node;2745.00;11.75;1626.00;3.21;0 +124;supply_node;2748.00;9.90;1619.00;2.49;0 +124;supply_node;2751.00;10.07;1602.00;5.84;0 +124;supply_node;2753.00;10.32;1610.00;2.91;0 +124;supply_node;2755.00;9.98;1595.00;4.44;0 +124;supply_node;2755.00;13.18;1633.00;1.50;0 +124;supply_node;2758.00;11.28;1625.00;5.08;0 +124;supply_node;2760.00;9.93;1602.00;0.32;0 +124;supply_node;2762.00;11.68;1619.00;1.73;0 +124;supply_node;2763.00;11.38;1612.00;3.67;0 124;synthetic_refinery;2753.00;9.63;1615.00;3.20;0 125;air_base;2769.00;10.93;1628.00;2.01;0 125;anti_air_building;2767.00;11.00;1626.00;1.13;0 @@ -5664,6 +8240,11 @@ 125;coastal_bunker;2788.00;9.85;1620.00;-4.12;0 125;coastal_bunker;2795.00;9.50;1605.00;0.59;0 125;dockyard;2774.00;10.03;1634.00;-4.33;0 +125;floating_harbor;2775.00;9.50;1650.60;-1.03;11299 +125;floating_harbor;2779.64;9.50;1638.21;-1.25;351 +125;floating_harbor;2782.00;9.50;1632.60;-1.03;11270 +125;floating_harbor;2790.95;9.50;1627.95;-0.79;11317 +125;floating_harbor;2800.26;9.50;1615.13;-1.11;11297 125;industrial_complex;2762.00;10.30;1647.00;4.17;0 125;industrial_complex;2771.00;11.15;1622.00;5.72;0 125;industrial_complex;2775.00;10.50;1601.00;3.57;0 @@ -5678,6 +8259,16 @@ 125;nuclear_reactor;2790.00;9.80;1611.00;1.14;0 125;radar_station;2765.00;10.10;1597.00;6.11;0 125;rocket_site;2782.00;9.80;1621.00;5.86;0 +125;supply_node;2764.00;10.12;1644.00;1.73;0 +125;supply_node;2767.00;10.65;1634.00;2.19;0 +125;supply_node;2769.00;10.35;1600.00;0.32;0 +125;supply_node;2770.00;11.07;1608.00;5.84;0 +125;supply_node;2771.00;10.73;1626.00;2.49;0 +125;supply_node;2772.00;11.57;1618.00;2.91;0 +125;supply_node;2779.00;10.65;1601.00;0.97;0 +125;supply_node;2780.00;10.20;1611.00;3.67;0 +125;supply_node;2783.00;9.80;1620.00;3.21;0 +125;supply_node;2790.00;9.82;1610.00;5.08;0 125;synthetic_refinery;2784.00;9.80;1612.00;0.53;0 126;air_base;2763.00;9.95;1586.00;6.24;0 126;anti_air_building;2754.00;10.35;1585.00;5.86;0 @@ -5708,6 +8299,9 @@ 126;coastal_bunker;2799.00;9.70;1587.00;-4.39;0 126;coastal_bunker;2799.00;9.75;1598.00;-4.47;0 126;dockyard;2800.00;9.75;1596.00;-4.47;0 +126;floating_harbor;2804.64;9.50;1591.21;-1.25;9322 +126;floating_harbor;2805.79;9.50;1597.70;-1.33;3353 +126;floating_harbor;2822.00;9.50;1598.00;-1.78;9250 126;industrial_complex;2751.00;12.30;1578.00;2.01;0 126;industrial_complex;2757.00;10.18;1583.00;3.57;0 126;industrial_complex;2761.00;10.10;1583.00;6.23;0 @@ -5720,6 +8314,21 @@ 126;nuclear_reactor;2781.00;10.10;1576.00;4.31;0 126;radar_station;2747.00;13.48;1571.00;0.54;0 126;rocket_site;2785.00;10.15;1585.00;0.18;0 +126;supply_node;2751.00;12.48;1581.00;0.97;0 +126;supply_node;2752.00;12.90;1573.00;2.91;0 +126;supply_node;2755.00;10.18;1587.00;5.84;0 +126;supply_node;2762.00;10.25;1577.00;3.91;0 +126;supply_node;2765.00;10.10;1590.00;0.51;0 +126;supply_node;2767.00;9.90;1581.00;4.62;0 +126;supply_node;2769.00;9.93;1568.00;5.08;0 +126;supply_node;2772.00;10.10;1575.00;3.21;0 +126;supply_node;2774.00;10.00;1593.00;1.73;0 +126;supply_node;2777.00;10.30;1583.00;3.86;0 +126;supply_node;2782.00;10.05;1576.00;3.14;0 +126;supply_node;2784.00;10.35;1589.00;0.32;0 +126;supply_node;2788.00;9.80;1600.00;5.38;0 +126;supply_node;2792.00;9.90;1587.00;1.28;0 +126;supply_node;2795.00;9.80;1595.00;2.49;0 126;synthetic_refinery;2790.00;9.93;1587.00;1.14;0 127;air_base;2793.00;9.93;1577.00;0.46;0 127;anti_air_building;2798.00;10.00;1573.00;0.53;0 @@ -5745,6 +8354,11 @@ 127;coastal_bunker;2821.00;9.55;1575.00;1.37;0 127;coastal_bunker;2822.00;9.73;1584.00;1.37;0 127;dockyard;2809.00;9.60;1590.00;-2.76;0 +127;floating_harbor;2803.63;9.50;1595.86;0.20;3287 +127;floating_harbor;2814.50;9.50;1559.40;-1.95;11374 +127;floating_harbor;2820.82;9.50;1565.12;-2.16;221 +127;floating_harbor;2827.86;9.50;1574.63;-1.77;271 +127;floating_harbor;2828.00;9.50;1585.00;-1.57;322 127;industrial_complex;2788.00;10.00;1572.00;6.24;0 127;industrial_complex;2799.00;9.98;1571.00;2.01;0 127;industrial_complex;2799.00;10.00;1570.00;1.51;0 @@ -5759,6 +8373,14 @@ 127;nuclear_reactor;2812.00;9.88;1570.00;0.18;0 127;radar_station;2786.00;10.07;1568.00;5.35;0 127;rocket_site;2795.00;10.10;1575.00;5.26;0 +127;supply_node;2791.00;10.10;1571.00;0.97;0 +127;supply_node;2795.00;9.88;1580.00;5.08;0 +127;supply_node;2802.00;10.05;1574.00;3.91;0 +127;supply_node;2803.00;9.90;1564.00;5.38;0 +127;supply_node;2806.00;9.80;1584.00;3.21;0 +127;supply_node;2812.00;9.88;1571.00;5.84;0 +127;supply_node;2816.00;9.90;1577.00;2.49;0 +127;supply_node;2816.00;9.90;1585.00;1.73;0 127;synthetic_refinery;2805.00;10.10;1573.00;5.86;0 128;air_base;2785.00;10.50;1557.00;4.68;0 128;anti_air_building;2772.00;10.10;1561.00;0.18;0 @@ -5786,6 +8408,11 @@ 128;coastal_bunker;2806.00;9.70;1557.00;-4.02;0 128;coastal_bunker;2812.00;9.50;1551.00;0.32;0 128;dockyard;2806.00;9.50;1548.00;0.32;0 +128;floating_harbor;2767.40;9.50;1538.50;-3.52;6489 +128;floating_harbor;2774.12;9.50;1538.18;-3.73;9458 +128;floating_harbor;2788.05;9.50;1540.05;-3.93;11446 +128;floating_harbor;2816.95;9.50;1546.05;-2.36;3501 +128;floating_harbor;2819.00;9.50;1562.00;-1.29;13070 128;industrial_complex;2771.00;10.05;1559.00;4.08;0 128;industrial_complex;2784.00;9.75;1547.00;2.01;0 128;industrial_complex;2785.00;9.93;1565.00;0.46;0 @@ -5800,6 +8427,16 @@ 128;nuclear_reactor;2780.00;9.93;1556.00;4.91;0 128;radar_station;2766.00;9.50;1547.00;2.71;0 128;rocket_site;2784.00;10.57;1560.00;2.25;0 +128;supply_node;2771.00;10.10;1560.00;1.28;0 +128;supply_node;2772.00;9.90;1550.00;0.97;0 +128;supply_node;2780.00;9.50;1547.00;5.38;0 +128;supply_node;2781.00;10.25;1565.00;3.91;0 +128;supply_node;2784.00;10.20;1555.00;5.08;0 +128;supply_node;2792.00;9.88;1563.00;3.21;0 +128;supply_node;2794.00;9.93;1557.00;3.14;0 +128;supply_node;2795.00;9.60;1547.00;4.62;0 +128;supply_node;2799.00;9.82;1553.00;3.86;0 +128;supply_node;2810.00;9.93;1553.00;1.73;0 128;synthetic_refinery;2779.00;9.93;1568.00;4.31;0 129;air_base;2731.00;10.18;1552.00;3.73;0 129;anti_air_building;2725.00;10.25;1542.00;0.09;0 @@ -5831,6 +8468,15 @@ 129;coastal_bunker;2757.00;9.85;1562.00;-1.37;0 129;coastal_bunker;2762.00;9.50;1542.00;0.79;0 129;dockyard;2737.00;11.60;1554.00;-2.90;0 +129;floating_harbor;2709.74;9.50;1540.13;1.11;6526 +129;floating_harbor;2721.05;9.50;1553.95;0.79;11406 +129;floating_harbor;2722.00;9.50;1552.00;-4.36;6378 +129;floating_harbor;2722.00;9.50;1552.00;-4.50;9484 +129;floating_harbor;2722.00;9.50;1552.00;-4.53;9562 +129;floating_harbor;2729.87;9.50;1529.74;-3.61;540 +129;floating_harbor;2749.21;9.50;1560.30;-4.47;3369 +129;floating_harbor;2751.21;9.50;1537.36;-2.82;3463 +129;floating_harbor;2764.95;9.50;1539.05;-2.36;3422 129;industrial_complex;2726.00;10.15;1541.00;0.46;0 129;industrial_complex;2732.00;10.82;1553.00;3.12;0 129;industrial_complex;2752.00;9.68;1546.00;4.68;0 @@ -5849,6 +8495,16 @@ 129;nuclear_reactor;2721.00;10.00;1540.00;1.21;0 129;radar_station;2707.00;9.50;1531.00;4.43;0 129;rocket_site;2763.00;9.93;1549.00;3.37;0 +129;supply_node;2718.00;9.90;1536.00;1.28;0 +129;supply_node;2729.00;10.48;1546.00;3.44;0 +129;supply_node;2735.00;11.50;1540.00;3.21;0 +129;supply_node;2738.00;10.85;1550.00;0.51;0 +129;supply_node;2748.00;10.07;1547.00;5.38;0 +129;supply_node;2754.00;10.70;1554.00;3.86;0 +129;supply_node;2756.00;10.73;1568.00;4.62;0 +129;supply_node;2758.00;10.05;1546.00;3.91;0 +129;supply_node;2760.00;10.43;1563.00;0.97;0 +129;supply_node;2764.00;10.03;1553.00;3.14;0 129;synthetic_refinery;2766.00;10.10;1556.00;5.42;0 130;air_base;1854.00;9.70;1103.00;3.13;0 130;anti_air_building;1855.00;9.55;1101.00;0.53;0 @@ -5865,6 +8521,8 @@ 130;coastal_bunker;1853.00;9.50;1100.00;-1.57;0 130;coastal_bunker;1875.00;9.50;1084.00;1.57;0 130;dockyard;1874.00;9.50;1080.00;-1.89;0 +130;floating_harbor;1861.00;9.50;1104.00;-1.57;177 +130;floating_harbor;1866.36;9.50;1082.21;1.25;11350 130;industrial_complex;1852.00;9.53;1104.00;4.68;0 130;industrial_complex;1852.00;9.70;1107.00;3.12;0 130;industrial_complex;1854.00;9.70;1106.00;2.52;0 @@ -5876,6 +8534,8 @@ 130;nuclear_reactor;1854.00;9.70;1106.00;2.69;0 130;radar_station;1852.00;9.50;1101.00;1.00;0 130;rocket_site;1875.00;9.53;1078.00;1.13;0 +130;supply_node;1853.00;9.68;1104.00;3.91;0 +130;supply_node;1876.00;9.70;1079.00;5.38;0 130;synthetic_refinery;1876.00;9.68;1078.00;0.63;0 131;air_base;4892.00;10.75;1737.00;2.17;0 131;anti_air_building;4632.00;10.50;1800.00;3.37;0 @@ -5924,6 +8584,34 @@ 131;nuclear_reactor;4569.00;11.35;1849.00;3.27;0 131;radar_station;4489.00;10.70;1657.00;0.31;0 131;rocket_site;4844.00;10.90;1769.00;0.25;0 +131;supply_node;4505.00;10.62;1678.00;3.44;0 +131;supply_node;4513.00;10.40;1749.00;3.17;0 +131;supply_node;4515.00;10.55;1714.00;4.86;0 +131;supply_node;4527.00;10.40;1790.00;0.28;0 +131;supply_node;4544.00;10.57;1699.00;3.14;0 +131;supply_node;4560.00;10.60;1746.00;1.00;0 +131;supply_node;4579.00;11.03;1827.00;6.11;0 +131;supply_node;4591.00;10.55;1730.00;1.77;0 +131;supply_node;4593.00;10.75;1780.00;5.16;0 +131;supply_node;4632.00;11.60;1720.00;6.03;0 +131;supply_node;4644.00;10.25;1753.00;3.93;0 +131;supply_node;4678.00;10.40;1725.00;1.92;0 +131;supply_node;4678.00;10.60;1704.00;2.22;0 +131;supply_node;4683.00;10.00;1801.00;1.28;0 +131;supply_node;4685.00;12.00;1684.00;5.81;0 +131;supply_node;4697.00;10.95;1765.00;2.98;0 +131;supply_node;4716.00;11.88;1673.00;4.16;0 +131;supply_node;4720.00;11.82;1733.00;4.62;0 +131;supply_node;4730.00;11.65;1707.00;3.63;0 +131;supply_node;4756.00;11.50;1770.00;5.57;0 +131;supply_node;4760.00;10.10;1811.00;1.46;0 +131;supply_node;4767.00;12.10;1733.00;0.51;0 +131;supply_node;4810.00;10.85;1788.00;4.40;0 +131;supply_node;4810.00;10.90;1743.00;2.68;0 +131;supply_node;4817.00;13.07;1713.00;0.05;0 +131;supply_node;4853.00;10.88;1784.00;5.87;0 +131;supply_node;4866.00;10.00;1735.00;3.86;0 +131;supply_node;4899.00;10.15;1773.00;1.70;0 131;synthetic_refinery;4614.00;10.70;1802.00;1.21;0 132;air_base;3383.00;10.32;851.00;4.24;0 132;anti_air_building;3369.00;12.65;837.00;3.20;0 @@ -5953,6 +8641,15 @@ 132;nuclear_reactor;3388.00;10.73;920.00;4.31;0 132;radar_station;3352.00;12.57;820.00;0.54;0 132;rocket_site;3434.00;13.03;828.00;0.18;0 +132;supply_node;3369.00;11.88;845.00;3.86;0 +132;supply_node;3380.00;13.60;821.00;3.44;0 +132;supply_node;3387.00;12.45;892.00;4.86;0 +132;supply_node;3391.00;11.23;915.00;6.03;0 +132;supply_node;3392.00;14.48;861.00;1.28;0 +132;supply_node;3417.00;14.85;875.00;0.51;0 +132;supply_node;3417.00;18.40;827.00;4.16;0 +132;supply_node;3419.00;16.58;853.00;1.92;0 +132;supply_node;3447.00;11.10;847.00;2.68;0 132;synthetic_refinery;3416.00;17.88;826.00;1.14;0 133;air_base;3416.00;15.73;785.00;2.18;0 133;anti_air_building;3422.00;18.68;806.00;2.69;0 @@ -5977,6 +8674,10 @@ 133;nuclear_reactor;3415.00;17.38;770.00;1.14;0 133;radar_station;3392.00;15.10;791.00;6.11;0 133;rocket_site;3426.00;12.95;751.00;5.86;0 +133;supply_node;3413.00;17.00;797.00;3.44;0 +133;supply_node;3426.00;15.65;773.00;6.03;0 +133;supply_node;3444.00;12.10;751.00;2.68;0 +133;supply_node;3478.00;10.75;734.00;0.51;0 133;synthetic_refinery;3471.00;10.98;739.00;0.53;0 134;air_base;3393.00;15.32;778.00;2.69;0 134;anti_air_building;3392.00;14.78;734.00;1.14;0 @@ -6003,6 +8704,12 @@ 134;nuclear_reactor;3335.00;10.65;774.00;5.87;0 134;radar_station;3320.00;10.93;775.00;3.48;0 134;rocket_site;3362.00;13.75;768.00;4.31;0 +134;supply_node;3349.00;14.03;801.00;6.03;0 +134;supply_node;3352.00;12.65;766.00;2.68;0 +134;supply_node;3378.00;14.75;796.00;0.05;0 +134;supply_node;3384.00;13.30;736.00;4.16;0 +134;supply_node;3391.00;14.20;763.00;4.86;0 +134;supply_node;3424.00;14.20;724.00;1.92;0 134;synthetic_refinery;3387.00;14.35;739.00;5.26;0 135;air_base;1863.00;9.80;1673.00;0.63;0 135;anti_air_building;1850.00;9.70;1656.00;1.14;0 @@ -6017,6 +8724,7 @@ 135;bunker;1857.00;9.88;1666.00;1.13;0 135;coastal_bunker;1854.00;9.50;1652.00;0.59;0 135;dockyard;1861.00;9.50;1659.00;0.59;0 +135;floating_harbor;1865.48;9.50;1651.62;-2.45;4430 135;industrial_complex;1850.00;9.70;1661.00;2.08;0 135;industrial_complex;1851.00;9.70;1658.00;0.02;0 135;industrial_complex;1852.00;9.68;1663.00;4.24;0 @@ -6027,6 +8735,7 @@ 135;nuclear_reactor;1858.00;10.03;1666.00;5.87;0 135;radar_station;1847.00;9.70;1650.00;3.48;0 135;rocket_site;1857.00;9.70;1670.00;4.31;0 +135;supply_node;1856.00;9.78;1663.00;4.16;0 135;synthetic_refinery;1848.00;9.60;1653.00;5.26;0 136;air_base;2834.00;9.70;1524.00;1.13;0 136;anti_air_building;2832.00;9.70;1519.00;3.26;0 @@ -6050,6 +8759,10 @@ 136;coastal_bunker;2830.00;9.50;1524.00;-1.77;0 136;coastal_bunker;2837.00;9.55;1537.00;-3.61;0 136;dockyard;2822.00;9.55;1515.00;-2.36;0 +136;floating_harbor;2816.00;9.50;1519.00;-4.33;9500 +136;floating_harbor;2816.00;9.50;1519.00;-4.50;11420 +136;floating_harbor;2820.12;9.50;1521.82;0.59;485 +136;floating_harbor;2825.74;9.50;1536.13;1.11;11548 136;industrial_complex;2826.00;9.70;1513.00;0.63;0 136;industrial_complex;2838.00;9.70;1524.00;2.18;0 136;industrial_complex;2838.00;9.85;1509.00;4.75;0 @@ -6063,6 +8776,13 @@ 136;nuclear_reactor;2834.00;9.90;1511.00;0.25;0 136;radar_station;2826.00;10.15;1499.00;3.66;0 136;rocket_site;2828.00;10.25;1502.00;3.87;0 +136;supply_node;2826.00;9.70;1513.00;0.05;0 +136;supply_node;2829.00;10.10;1503.00;2.98;0 +136;supply_node;2834.00;9.70;1532.00;1.46;0 +136;supply_node;2835.00;9.65;1524.00;2.22;0 +136;supply_node;2835.00;9.95;1516.00;5.16;0 +136;supply_node;2837.00;9.80;1506.00;5.57;0 +136;supply_node;2846.00;10.40;1511.00;4.86;0 136;synthetic_refinery;2835.00;9.65;1523.00;3.37;0 137;air_base;2862.00;9.88;1485.00;0.53;0 137;anti_air_building;2864.00;9.80;1490.00;0.70;0 @@ -6093,6 +8813,16 @@ 137;nuclear_reactor;2865.00;10.28;1503.00;3.37;0 137;radar_station;2853.00;9.80;1479.00;1.49;0 137;rocket_site;2862.00;9.90;1494.00;3.26;0 +137;supply_node;2849.00;10.25;1503.00;5.87;0 +137;supply_node;2856.00;10.40;1510.00;5.57;0 +137;supply_node;2859.00;9.90;1478.00;5.16;0 +137;supply_node;2861.00;10.25;1503.00;3.63;0 +137;supply_node;2864.00;9.80;1491.00;2.98;0 +137;supply_node;2866.00;9.90;1480.00;4.40;0 +137;supply_node;2866.00;10.05;1513.00;2.22;0 +137;supply_node;2870.00;9.90;1499.00;1.77;0 +137;supply_node;2872.00;9.85;1487.00;0.28;0 +137;supply_node;2876.00;10.00;1510.00;1.46;0 137;synthetic_refinery;2879.00;10.65;1515.00;2.76;0 138;air_base;2886.00;10.50;1476.00;5.86;0 138;anti_air_building;2884.00;10.38;1477.00;5.77;0 @@ -6120,6 +8850,13 @@ 138;nuclear_reactor;2888.00;11.55;1487.00;5.96;0 138;radar_station;2879.00;10.57;1467.00;2.26;0 138;rocket_site;2893.00;11.88;1490.00;2.76;0 +138;supply_node;2878.00;10.07;1482.00;5.16;0 +138;supply_node;2882.00;10.32;1501.00;1.46;0 +138;supply_node;2883.00;10.38;1476.00;5.87;0 +138;supply_node;2883.00;10.65;1469.00;2.22;0 +138;supply_node;2883.00;11.18;1493.00;3.63;0 +138;supply_node;2887.00;10.10;1506.00;4.40;0 +138;supply_node;2889.00;11.30;1484.00;0.28;0 138;synthetic_refinery;2888.00;11.48;1495.00;4.82;0 139;air_base;2799.00;11.13;1490.00;5.26;0 139;anti_air_building;2791.00;11.45;1495.00;2.22;0 @@ -6151,6 +8888,12 @@ 139;coastal_bunker;2807.00;9.60;1503.00;-2.90;0 139;coastal_bunker;2808.00;9.50;1510.00;-1.57;0 139;dockyard;2785.00;9.55;1508.00;-3.39;0 +139;floating_harbor;2771.00;9.50;1506.00;1.57;6449 +139;floating_harbor;2775.18;9.50;1498.88;0.98;9550 +139;floating_harbor;2793.13;9.50;1511.26;-0.46;3579 +139;floating_harbor;2802.13;9.50;1510.26;-0.46;11535 +139;floating_harbor;2804.63;9.50;1511.86;0.20;6599 +139;floating_harbor;2815.70;9.50;1519.79;-0.24;9434 139;industrial_complex;2785.00;9.98;1502.00;3.20;0 139;industrial_complex;2789.00;11.20;1496.00;1.13;0 139;industrial_complex;2792.00;9.78;1502.00;2.69;0 @@ -6166,6 +8909,19 @@ 139;nuclear_reactor;2821.00;10.00;1495.00;5.50;0 139;radar_station;2783.00;10.28;1487.00;3.44;0 139;rocket_site;2810.00;10.35;1498.00;3.94;0 +139;supply_node;2781.00;9.70;1506.00;1.77;0 +139;supply_node;2784.00;9.90;1493.00;3.93;0 +139;supply_node;2788.00;10.10;1501.00;0.28;0 +139;supply_node;2791.00;11.40;1491.00;1.46;0 +139;supply_node;2797.00;10.55;1500.00;6.11;0 +139;supply_node;2799.00;11.23;1492.00;3.17;0 +139;supply_node;2807.00;10.00;1500.00;5.81;0 +139;supply_node;2808.00;10.43;1490.00;4.40;0 +139;supply_node;2813.00;9.68;1509.00;1.00;0 +139;supply_node;2816.00;9.95;1487.00;5.87;0 +139;supply_node;2816.00;9.95;1500.00;1.70;0 +139;supply_node;2822.00;9.80;1506.00;2.41;0 +139;supply_node;2822.00;9.98;1495.00;3.63;0 139;synthetic_refinery;2823.00;9.78;1508.00;3.43;0 140;air_base;2778.00;9.70;1471.00;4.31;0 140;anti_air_building;2760.00;10.50;1481.00;1.28;0 @@ -6197,6 +8953,14 @@ 140;coastal_bunker;2771.00;9.50;1463.00;-0.98;0 140;coastal_bunker;2774.00;9.57;1488.00;-3.14;0 140;dockyard;2739.00;9.50;1481.00;-0.98;0 +140;floating_harbor;2730.18;9.50;1480.12;-4.12;3552 +140;floating_harbor;2732.00;9.50;1477.00;1.57;542 +140;floating_harbor;2745.80;9.50;1498.60;0.64;6572 +140;floating_harbor;2756.00;9.50;1464.00;-3.14;6536 +140;floating_harbor;2759.63;9.50;1462.53;-3.82;9510 +140;floating_harbor;2763.74;9.50;1459.87;-4.25;11465 +140;floating_harbor;2765.00;9.50;1497.00;0.00;9525 +140;floating_harbor;2777.37;9.50;1496.86;-0.20;11508 140;industrial_complex;2747.00;9.85;1484.00;1.14;0 140;industrial_complex;2753.00;10.07;1480.00;0.18;0 140;industrial_complex;2757.00;10.00;1487.00;5.26;0 @@ -6214,6 +8978,17 @@ 140;nuclear_reactor;2775.00;9.70;1475.00;3.95;0 140;radar_station;2732.00;9.50;1478.00;0.81;0 140;rocket_site;2757.00;9.73;1476.00;0.92;0 +140;supply_node;2739.00;9.70;1486.00;3.63;0 +140;supply_node;2742.00;9.68;1477.00;5.87;0 +140;supply_node;2749.00;9.85;1482.00;0.28;0 +140;supply_node;2753.00;9.70;1489.00;1.00;0 +140;supply_node;2756.00;9.70;1473.00;1.77;0 +140;supply_node;2759.00;10.45;1480.00;5.81;0 +140;supply_node;2765.00;9.78;1485.00;3.17;0 +140;supply_node;2768.00;9.82;1473.00;1.70;0 +140;supply_node;2775.00;9.70;1485.00;2.41;0 +140;supply_node;2776.00;9.70;1466.00;6.11;0 +140;supply_node;2777.00;9.70;1476.00;3.93;0 140;synthetic_refinery;2769.00;9.98;1474.00;1.88;0 141;air_base;2848.00;9.75;1491.00;2.25;0 141;anti_air_building;2831.00;10.00;1493.00;1.21;0 @@ -6245,6 +9020,17 @@ 141;nuclear_reactor;2853.00;9.80;1495.00;2.32;0 141;radar_station;2817.00;9.80;1482.00;5.84;0 141;rocket_site;2844.00;9.80;1494.00;5.93;0 +141;supply_node;2824.00;10.00;1486.00;5.81;0 +141;supply_node;2831.00;9.93;1482.00;3.93;0 +141;supply_node;2834.00;10.10;1498.00;3.17;0 +141;supply_node;2835.00;9.80;1491.00;1.70;0 +141;supply_node;2837.00;10.00;1477.00;0.28;0 +141;supply_node;2841.00;9.80;1495.00;5.35;0 +141;supply_node;2844.00;9.80;1484.00;6.11;0 +141;supply_node;2849.00;9.82;1475.00;1.77;0 +141;supply_node;2850.00;9.80;1488.00;2.41;0 +141;supply_node;2850.00;9.80;1496.00;2.00;0 +141;supply_node;2856.00;9.80;1490.00;1.00;0 141;synthetic_refinery;2846.00;9.70;1498.00;0.25;0 142;air_base;2869.00;10.85;1443.00;2.75;0 142;anti_air_building;2862.00;10.07;1457.00;4.38;0 @@ -6280,6 +9066,21 @@ 142;nuclear_reactor;2870.00;10.50;1458.00;5.49;0 142;radar_station;2842.00;10.07;1445.00;2.03;0 142;rocket_site;2847.00;10.18;1448.00;1.37;0 +142;supply_node;2848.00;10.18;1447.00;2.41;0 +142;supply_node;2850.00;10.40;1439.00;2.71;0 +142;supply_node;2854.00;10.00;1469.00;1.24;0 +142;supply_node;2857.00;10.68;1442.00;5.35;0 +142;supply_node;2858.00;10.00;1459.00;1.00;0 +142;supply_node;2858.00;10.23;1450.00;2.00;0 +142;supply_node;2864.00;10.15;1465.00;6.11;0 +142;supply_node;2865.00;11.62;1439.00;3.93;0 +142;supply_node;2867.00;10.15;1451.00;4.58;0 +142;supply_node;2871.00;11.23;1437.00;0.47;0 +142;supply_node;2872.00;10.25;1470.00;3.17;0 +142;supply_node;2874.00;10.57;1459.00;1.95;0 +142;supply_node;2877.00;10.30;1452.00;5.81;0 +142;supply_node;2878.00;11.10;1444.00;4.89;0 +142;supply_node;2885.00;10.28;1462.00;1.70;0 142;synthetic_refinery;2848.00;10.20;1440.00;2.32;0 143;air_base;2791.00;10.53;1476.00;0.70;0 143;anti_air_building;2786.00;9.70;1466.00;0.76;0 @@ -6305,6 +9106,8 @@ 143;coastal_bunker;2774.00;9.50;1460.00;-1.77;0 143;coastal_bunker;2781.00;9.50;1447.00;-0.98;0 143;dockyard;2784.00;9.50;1445.00;-0.98;0 +143;floating_harbor;2748.00;9.50;1460.00;-4.67;11616 +143;floating_harbor;2773.05;9.50;1443.05;-3.93;11600 143;industrial_complex;2779.00;9.70;1452.00;4.31;0 143;industrial_complex;2782.00;9.60;1462.00;4.91;0 143;industrial_complex;2786.00;9.70;1472.00;2.25;0 @@ -6316,6 +9119,17 @@ 143;nuclear_reactor;2798.00;10.23;1472.00;3.43;0 143;radar_station;2773.00;9.50;1453.00;1.27;0 143;rocket_site;2799.00;10.18;1478.00;2.22;0 +143;supply_node;2778.00;9.70;1459.00;0.47;0 +143;supply_node;2780.00;9.70;1450.00;1.24;0 +143;supply_node;2786.00;10.07;1480.00;1.70;0 +143;supply_node;2788.00;9.70;1462.00;4.58;0 +143;supply_node;2789.00;9.70;1453.00;2.00;0 +143;supply_node;2790.00;9.80;1470.00;3.93;0 +143;supply_node;2796.00;10.85;1483.00;2.41;0 +143;supply_node;2797.00;10.38;1475.00;3.17;0 +143;supply_node;2798.00;9.80;1461.00;2.71;0 +143;supply_node;2804.00;10.30;1467.00;5.35;0 +143;supply_node;2807.00;9.90;1480.00;6.11;0 143;synthetic_refinery;2780.00;9.68;1456.00;1.37;0 144;air_base;2847.00;10.65;1467.00;0.09;0 144;anti_air_building;2818.00;10.40;1475.00;0.16;0 @@ -6347,6 +9161,17 @@ 144;nuclear_reactor;2837.00;10.40;1466.00;1.28;0 144;radar_station;2810.00;9.70;1460.00;4.20;0 144;rocket_site;2845.00;10.10;1451.00;3.43;0 +144;supply_node;2814.00;10.20;1475.00;0.47;0 +144;supply_node;2816.00;9.80;1468.00;1.24;0 +144;supply_node;2817.00;9.82;1463.00;5.35;0 +144;supply_node;2821.00;9.80;1457.00;3.17;0 +144;supply_node;2824.00;10.38;1473.00;2.00;0 +144;supply_node;2830.00;10.23;1465.00;4.89;0 +144;supply_node;2833.00;9.85;1458.00;2.71;0 +144;supply_node;2837.00;10.40;1470.00;6.11;0 +144;supply_node;2842.00;10.00;1454.00;2.41;0 +144;supply_node;2844.00;10.55;1466.00;4.58;0 +144;supply_node;2849.00;9.90;1457.00;1.95;0 144;synthetic_refinery;2845.00;10.00;1461.00;5.49;0 145;air_base;2804.00;9.85;1425.00;5.42;0 145;anti_air_building;2791.00;9.75;1443.00;1.37;0 @@ -6370,6 +9195,8 @@ 145;coastal_bunker;2789.00;9.50;1443.00;-1.19;0 145;coastal_bunker;2795.00;9.50;1426.00;-1.37;0 145;dockyard;2787.00;9.50;1433.00;-1.19;0 +145;floating_harbor;2779.21;9.50;1437.30;-4.47;6657 +145;floating_harbor;2784.14;9.50;1426.63;-4.51;9597 145;industrial_complex;2796.00;10.30;1441.00;0.09;0 145;industrial_complex;2796.00;10.30;1441.00;4.82;0 145;industrial_complex;2798.00;10.30;1446.00;2.75;0 @@ -6381,6 +9208,15 @@ 145;nuclear_reactor;2807.00;9.73;1430.00;5.50;0 145;radar_station;2787.00;9.50;1432.00;3.44;0 145;rocket_site;2792.00;9.63;1447.00;3.94;0 +145;supply_node;2790.00;9.55;1440.00;1.24;0 +145;supply_node;2796.00;10.10;1429.00;2.71;0 +145;supply_node;2798.00;10.30;1447.00;2.00;0 +145;supply_node;2802.00;9.95;1436.00;0.47;0 +145;supply_node;2804.00;9.82;1426.00;2.41;0 +145;supply_node;2804.00;9.85;1455.00;4.58;0 +145;supply_node;2808.00;9.93;1443.00;5.35;0 +145;supply_node;2813.00;9.80;1454.00;1.95;0 +145;supply_node;2817.00;9.80;1445.00;4.89;0 145;synthetic_refinery;2804.00;9.82;1439.00;3.43;0 146;air_base;2821.00;10.00;1438.00;3.37;0 146;anti_air_building;2812.00;9.80;1431.00;0.16;0 @@ -6412,6 +9248,17 @@ 146;nuclear_reactor;2827.00;10.00;1443.00;3.94;0 146;radar_station;2806.00;10.00;1418.00;0.50;0 146;rocket_site;2827.00;10.00;1441.00;1.28;0 +146;supply_node;2812.00;10.20;1420.00;0.77;0 +146;supply_node;2816.00;9.95;1428.00;2.71;0 +146;supply_node;2816.00;9.98;1436.00;4.58;0 +146;supply_node;2823.00;10.00;1422.00;3.36;0 +146;supply_node;2826.00;10.05;1434.00;2.00;0 +146;supply_node;2827.00;9.82;1450.00;1.24;0 +146;supply_node;2828.00;10.03;1443.00;1.95;0 +146;supply_node;2835.00;9.98;1437.00;0.47;0 +146;supply_node;2836.00;9.95;1428.00;4.89;0 +146;supply_node;2837.00;10.20;1447.00;4.12;0 +146;supply_node;2842.00;10.00;1437.00;2.65;0 146;synthetic_refinery;2830.00;10.00;1428.00;2.22;0 147;air_base;2860.00;13.20;1411.00;3.87;0 147;anti_air_building;2829.00;10.07;1409.00;1.28;0 @@ -6445,6 +9292,19 @@ 147;nuclear_reactor;2835.00;10.05;1414.00;0.92;0 147;radar_station;2816.00;10.15;1414.00;5.61;0 147;rocket_site;2843.00;10.75;1404.00;6.00;0 +147;supply_node;2822.00;9.85;1414.00;2.95;0 +147;supply_node;2826.00;10.00;1407.00;0.47;0 +147;supply_node;2833.00;10.05;1420.00;2.65;0 +147;supply_node;2834.00;10.00;1412.00;2.19;0 +147;supply_node;2840.00;10.40;1406.00;2.71;0 +147;supply_node;2842.00;10.35;1417.00;0.77;0 +147;supply_node;2847.00;10.38;1432.00;0.01;0 +147;supply_node;2849.00;11.78;1413.00;4.89;0 +147;supply_node;2850.00;12.98;1423.00;3.36;0 +147;supply_node;2853.00;13.40;1430.00;1.24;0 +147;supply_node;2857.00;12.90;1421.00;1.95;0 +147;supply_node;2860.00;11.38;1431.00;5.53;0 +147;supply_node;2860.00;13.20;1410.00;4.12;0 147;synthetic_refinery;2830.00;10.10;1412.00;5.50;0 148;air_base;2901.00;12.98;1410.00;3.27;0 148;anti_air_building;2877.00;11.75;1428.00;2.99;0 @@ -6484,6 +9344,25 @@ 148;nuclear_reactor;2892.00;10.10;1437.00;4.45;0 148;radar_station;2860.00;13.35;1417.00;1.45;0 148;rocket_site;2892.00;9.75;1420.00;1.44;0 +148;supply_node;2864.00;13.60;1417.00;3.59;0 +148;supply_node;2868.00;12.95;1427.00;0.01;0 +148;supply_node;2874.00;10.70;1408.00;5.84;0 +148;supply_node;2874.00;13.20;1415.00;5.77;0 +148;supply_node;2876.00;12.70;1423.00;3.66;0 +148;supply_node;2878.00;11.12;1432.00;5.53;0 +148;supply_node;2884.00;9.98;1407.00;1.73;0 +148;supply_node;2885.00;10.10;1436.00;4.36;0 +148;supply_node;2886.00;9.70;1421.00;4.89;0 +148;supply_node;2886.00;10.23;1429.00;2.65;0 +148;supply_node;2887.00;9.73;1414.00;0.47;0 +148;supply_node;2893.00;10.10;1437.00;2.19;0 +148;supply_node;2895.00;12.20;1404.00;4.12;0 +148;supply_node;2896.00;10.48;1418.00;3.36;0 +148;supply_node;2902.00;12.75;1409.00;5.07;0 +148;supply_node;2904.00;11.35;1398.00;2.95;0 +148;supply_node;2904.00;14.95;1419.00;1.95;0 +148;supply_node;2909.00;13.20;1404.00;1.42;0 +148;supply_node;2909.00;14.20;1412.00;0.77;0 148;synthetic_refinery;2890.00;10.90;1405.00;2.39;0 149;air_base;2825.00;9.95;1398.00;2.32;0 149;anti_air_building;2827.00;10.00;1391.00;2.22;0 @@ -6512,6 +9391,14 @@ 149;nuclear_reactor;2831.00;10.00;1390.00;6.00;0 149;radar_station;2810.00;11.73;1382.00;2.68;0 149;rocket_site;2821.00;9.98;1392.00;1.88;0 +149;supply_node;2816.00;11.75;1384.00;5.53;0 +149;supply_node;2821.00;9.98;1392.00;2.65;0 +149;supply_node;2822.00;12.03;1380.00;4.12;0 +149;supply_node;2823.00;10.07;1401.00;2.95;0 +149;supply_node;2828.00;9.98;1391.00;3.36;0 +149;supply_node;2831.00;12.43;1377.00;0.01;0 +149;supply_node;2833.00;9.95;1398.00;0.77;0 +149;supply_node;2833.00;10.30;1386.00;4.89;0 149;synthetic_refinery;2835.00;9.95;1398.00;3.94;0 150;air_base;2795.00;10.28;1405.00;1.72;0 150;anti_air_building;2794.00;9.68;1413.00;4.01;0 @@ -6547,6 +9434,12 @@ 150;coastal_bunker;2792.00;9.68;1422.00;-3.31;0 150;coastal_bunker;2796.00;9.50;1423.00;-2.11;0 150;dockyard;2787.00;9.50;1415.00;-1.11;0 +150;floating_harbor;2769.00;9.50;1438.00;0.97;9737 +150;floating_harbor;2769.00;9.50;1438.00;1.01;11565 +150;floating_harbor;2776.74;9.50;1399.13;1.11;9710 +150;floating_harbor;2777.05;9.50;1394.95;0.79;743 +150;floating_harbor;2779.36;9.50;1408.21;1.25;6777 +150;floating_harbor;2783.05;9.50;1413.05;-3.93;6621 150;industrial_complex;2790.00;9.68;1401.00;3.27;0 150;industrial_complex;2792.00;9.70;1409.00;3.87;0 150;industrial_complex;2792.00;10.03;1405.00;0.25;0 @@ -6562,6 +9455,23 @@ 150;nuclear_reactor;2788.00;9.75;1395.00;0.40;0 150;radar_station;2780.00;9.55;1387.00;4.57;0 150;rocket_site;2786.00;9.55;1398.00;5.12;0 +150;supply_node;2786.00;10.12;1386.00;4.12;0 +150;supply_node;2789.00;9.68;1419.00;0.01;0 +150;supply_node;2789.00;9.70;1405.00;3.66;0 +150;supply_node;2789.00;10.05;1393.00;1.42;0 +150;supply_node;2794.00;9.68;1413.00;5.84;0 +150;supply_node;2795.00;10.35;1401.00;5.53;0 +150;supply_node;2796.00;10.80;1384.00;5.77;0 +150;supply_node;2800.00;10.10;1417.00;1.73;0 +150;supply_node;2800.00;10.70;1392.00;3.36;0 +150;supply_node;2802.00;13.60;1379.00;5.07;0 +150;supply_node;2803.00;10.38;1398.00;2.95;0 +150;supply_node;2805.00;10.40;1404.00;4.36;0 +150;supply_node;2808.00;10.28;1412.00;3.90;0 +150;supply_node;2808.00;10.98;1388.00;0.96;0 +150;supply_node;2811.00;14.12;1377.00;3.59;0 +150;supply_node;2813.00;10.20;1396.00;0.77;0 +150;supply_node;2815.00;10.10;1406.00;2.19;0 150;synthetic_refinery;2800.00;10.30;1405.00;4.62;0 151;air_base;2863.00;10.88;1396.00;0.76;0 151;anti_air_building;2844.00;10.48;1393.00;1.44;0 @@ -6587,6 +9497,9 @@ 151;coastal_bunker;2857.00;9.50;1385.00;0.79;0 151;coastal_bunker;2871.00;9.50;1390.00;0.46;0 151;dockyard;2862.00;9.50;1386.00;0.79;0 +151;floating_harbor;2861.00;9.50;1380.00;-1.57;3946 +151;floating_harbor;2865.47;9.50;1380.63;-2.25;6960 +151;floating_harbor;2871.13;9.50;1381.74;-2.68;9898 151;industrial_complex;2849.00;11.45;1407.00;4.98;0 151;industrial_complex;2849.00;11.53;1389.00;2.32;0 151;industrial_complex;2851.00;11.10;1399.00;4.38;0 @@ -6599,6 +9512,16 @@ 151;nuclear_reactor;2853.00;11.95;1391.00;2.90;0 151;radar_station;2836.00;10.30;1383.00;0.28;0 151;rocket_site;2858.00;11.53;1397.00;6.16;0 +151;supply_node;2842.00;10.25;1398.00;0.01;0 +151;supply_node;2842.00;10.57;1384.00;5.53;0 +151;supply_node;2843.00;10.32;1391.00;1.42;0 +151;supply_node;2850.00;11.20;1380.00;2.95;0 +151;supply_node;2850.00;11.80;1404.00;5.84;0 +151;supply_node;2852.00;11.43;1396.00;3.66;0 +151;supply_node;2855.00;10.98;1389.00;2.19;0 +151;supply_node;2860.00;11.85;1399.00;3.36;0 +151;supply_node;2866.00;9.73;1392.00;4.36;0 +151;supply_node;2868.00;11.03;1401.00;3.59;0 151;synthetic_refinery;2843.00;10.57;1386.00;0.84;0 152;air_base;2906.00;10.53;1391.00;0.16;0 152;anti_air_building;2891.00;10.20;1395.00;3.50;0 @@ -6623,6 +9546,11 @@ 152;coastal_bunker;2903.00;9.50;1382.00;0.00;0 152;coastal_bunker;2907.00;9.53;1384.00;0.59;0 152;dockyard;2903.00;9.50;1382.00;0.00;0 +152;floating_harbor;2877.87;9.50;1381.05;-3.02;11877 +152;floating_harbor;2884.05;9.50;1380.05;-3.93;11834 +152;floating_harbor;2884.70;9.50;1381.21;-2.90;11849 +152;floating_harbor;2901.00;9.50;1375.00;-3.14;911 +152;floating_harbor;2914.95;9.50;1381.05;-2.36;3928 152;industrial_complex;2876.00;10.10;1401.00;0.76;0 152;industrial_complex;2888.00;9.78;1390.00;2.32;0 152;industrial_complex;2889.00;10.15;1394.00;4.38;0 @@ -6637,6 +9565,13 @@ 152;nuclear_reactor;2899.00;9.73;1384.00;6.07;0 152;radar_station;2874.00;9.50;1389.00;0.99;0 152;rocket_site;2894.00;10.57;1395.00;1.95;0 +152;supply_node;2876.00;9.82;1396.00;5.84;0 +152;supply_node;2882.00;9.73;1392.00;1.42;0 +152;supply_node;2891.00;9.60;1387.00;3.66;0 +152;supply_node;2892.00;10.43;1396.00;4.36;0 +152;supply_node;2901.00;9.73;1384.00;2.95;0 +152;supply_node;2901.00;10.95;1392.00;5.53;0 +152;supply_node;2908.00;9.80;1388.00;2.19;0 152;synthetic_refinery;2892.00;10.18;1391.00;2.90;0 153;air_base;1959.00;9.82;943.00;5.49;0 153;anti_air_building;1970.00;9.70;951.00;6.00;0 @@ -6651,6 +9586,7 @@ 153;bunker;1961.00;9.70;952.00;3.43;0 153;coastal_bunker;1998.00;9.53;941.00;-3.99;0 153;dockyard;1967.00;9.68;959.00;-3.99;0 +153;floating_harbor;1988.95;9.50;955.95;-0.79;12885 153;industrial_complex;1966.00;9.80;949.00;1.72;0 153;industrial_complex;1968.00;9.78;949.00;4.38;0 153;industrial_complex;1976.00;9.80;943.00;0.76;0 @@ -6661,6 +9597,7 @@ 153;nuclear_reactor;1972.00;9.70;955.00;2.99;0 153;radar_station;1957.00;9.93;936.00;0.04;0 153;rocket_site;1968.00;9.80;937.00;0.33;0 +153;supply_node;1975.00;9.80;942.00;2.19;0 153;synthetic_refinery;1991.00;9.70;944.00;0.92;0 154;air_base;2945.00;10.40;1523.00;3.43;0 154;anti_air_building;2937.00;10.48;1519.00;1.88;0 @@ -6682,6 +9619,7 @@ 154;nuclear_reactor;2940.00;10.55;1522.00;0.33;0 154;radar_station;2935.00;10.53;1519.00;4.85;0 154;rocket_site;2941.00;10.45;1521.00;3.95;0 +154;supply_node;2940.00;10.55;1522.00;1.42;0 154;synthetic_refinery;2938.00;10.60;1522.00;6.00;0 155;air_base;2613.00;9.95;865.00;3.94;0 155;anti_air_building;2576.00;9.70;896.00;3.95;0 @@ -6706,6 +9644,10 @@ 155;nuclear_reactor;2565.00;9.70;908.00;1.44;0 155;radar_station;2561.00;9.75;882.00;5.15;0 155;rocket_site;2619.00;11.10;852.00;0.23;0 +155;supply_node;2574.00;9.70;897.00;5.07;0 +155;supply_node;2601.00;9.82;885.00;3.59;0 +155;supply_node;2609.00;9.80;859.00;5.84;0 +155;supply_node;2619.00;11.98;840.00;1.73;0 155;synthetic_refinery;2579.00;9.70;902.00;0.83;0 156;air_base;1220.00;11.88;1326.00;1.88;0 156;anti_air_building;1197.00;12.63;1324.00;3.06;0 @@ -6733,6 +9675,8 @@ 156;coastal_bunker;1280.00;9.55;1265.00;1.50;0 156;coastal_bunker;1289.00;9.55;1291.00;1.57;0 156;dockyard;1285.00;9.50;1281.00;1.57;0 +156;floating_harbor;1287.98;9.50;1257.50;-1.64;13088 +156;floating_harbor;1293.00;9.50;1281.00;-1.57;5015 156;industrial_complex;1187.00;13.20;1320.00;3.94;0 156;industrial_complex;1196.00;12.57;1319.00;3.43;0 156;industrial_complex;1220.00;11.85;1350.00;5.50;0 @@ -6744,6 +9688,19 @@ 156;nuclear_reactor;1240.00;10.13;1326.00;0.40;0 156;radar_station;1216.00;16.25;1236.00;4.57;0 156;rocket_site;1238.00;15.60;1280.00;5.12;0 +156;supply_node;1193.00;12.65;1310.00;2.37;0 +156;supply_node;1205.00;12.95;1339.00;5.77;0 +156;supply_node;1210.00;13.62;1286.00;3.90;0 +156;supply_node;1212.00;12.35;1312.00;3.14;0 +156;supply_node;1213.00;14.50;1265.00;0.20;0 +156;supply_node;1225.00;16.40;1250.00;5.07;0 +156;supply_node;1226.00;11.07;1339.00;0.50;0 +156;supply_node;1235.00;13.43;1290.00;4.54;0 +156;supply_node;1237.00;10.50;1314.00;1.73;0 +156;supply_node;1241.00;15.12;1266.00;5.31;0 +156;supply_node;1255.00;9.95;1290.00;6.07;0 +156;supply_node;1267.00;10.03;1259.00;1.20;0 +156;supply_node;1274.00;9.75;1281.00;0.96;0 156;synthetic_refinery;1216.00;15.43;1261.00;4.62;0 157;air_base;2645.00;11.00;847.00;0.92;0 157;anti_air_building;2630.00;11.98;887.00;0.83;0 @@ -6767,6 +9724,9 @@ 157;nuclear_reactor;2628.00;10.65;866.00;3.50;0 157;radar_station;2616.00;10.53;872.00;5.87;0 157;rocket_site;2638.00;10.20;854.00;0.84;0 +157;supply_node;2630.00;11.07;863.00;5.77;0 +157;supply_node;2644.00;11.55;884.00;3.90;0 +157;supply_node;2661.00;11.48;858.00;0.96;0 157;synthetic_refinery;2643.00;11.63;901.00;1.44;0 158;air_base;840.00;10.07;1729.00;0.33;0 158;anti_air_building;822.00;10.32;1744.00;2.46;0 @@ -6789,6 +9749,11 @@ 158;coastal_bunker;858.00;9.50;1724.00;-0.64;0 158;coastal_bunker;873.00;9.50;1706.00;1.57;0 158;dockyard;867.00;9.60;1725.00;1.57;0 +158;floating_harbor;781.00;9.50;1754.00;1.48;12259 +158;floating_harbor;830.30;9.50;1723.21;-3.39;12272 +158;floating_harbor;846.13;9.53;1751.26;-0.46;1420 +158;floating_harbor;846.87;9.50;1714.74;-3.61;1214 +158;floating_harbor;853.45;9.50;1708.54;-4.35;7259 158;industrial_complex;830.00;10.90;1748.00;0.92;0 158;industrial_complex;834.00;10.20;1734.00;3.95;0 158;industrial_complex;847.00;9.85;1721.00;1.88;0 @@ -6803,6 +9768,10 @@ 158;nuclear_reactor;831.00;9.53;1735.00;0.90;0 158;radar_station;854.00;9.50;1713.00;2.71;0 158;rocket_site;833.00;11.60;1740.00;3.07;0 +158;supply_node;833.00;9.80;1734.00;6.07;0 +158;supply_node;841.00;12.25;1741.00;0.20;0 +158;supply_node;852.00;11.53;1725.00;3.90;0 +158;supply_node;868.00;11.55;1714.00;3.14;0 158;synthetic_refinery;870.00;11.48;1719.00;5.12;0 159;air_base;3536.00;13.95;1351.00;0.83;0 159;anti_air_building;3527.00;12.68;1375.00;2.87;0 @@ -6835,6 +9804,18 @@ 159;nuclear_reactor;3530.00;14.05;1363.00;3.98;0 159;radar_station;3509.00;14.93;1366.00;6.20;0 159;rocket_site;3545.00;12.82;1370.00;1.31;0 +159;supply_node;3514.00;13.98;1370.00;2.37;0 +159;supply_node;3520.00;12.70;1358.00;2.68;0 +159;supply_node;3522.00;11.20;1377.00;3.14;0 +159;supply_node;3524.00;15.93;1367.00;6.07;0 +159;supply_node;3527.00;12.38;1347.00;1.20;0 +159;supply_node;3532.00;11.43;1377.00;0.43;0 +159;supply_node;3534.00;16.77;1363.00;4.85;0 +159;supply_node;3535.00;11.43;1387.00;0.50;0 +159;supply_node;3536.00;13.95;1351.00;1.91;0 +159;supply_node;3541.00;12.78;1370.00;1.15;0 +159;supply_node;3544.00;15.07;1359.00;4.54;0 +159;supply_node;3547.00;10.18;1380.00;5.31;0 159;synthetic_refinery;3514.00;14.85;1367.00;3.37;0 160;air_base;3474.00;16.05;1382.00;1.75;0 160;anti_air_building;3489.00;14.73;1341.00;4.49;0 @@ -6873,6 +9854,24 @@ 160;nuclear_reactor;3459.00;14.43;1377.00;4.49;0 160;radar_station;3454.00;12.75;1379.00;5.74;0 160;rocket_site;3483.00;15.28;1343.00;0.37;0 +160;supply_node;3462.00;14.30;1377.00;5.31;0 +160;supply_node;3472.00;14.48;1355.00;1.20;0 +160;supply_node;3474.00;12.90;1371.00;2.37;0 +160;supply_node;3474.00;16.30;1380.00;1.15;0 +160;supply_node;3477.00;14.25;1363.00;2.68;0 +160;supply_node;3484.00;15.05;1350.00;1.91;0 +160;supply_node;3486.00;12.10;1367.00;4.08;0 +160;supply_node;3487.00;14.45;1340.00;3.63;0 +160;supply_node;3488.00;13.70;1374.00;0.74;0 +160;supply_node;3489.00;14.80;1358.00;4.85;0 +160;supply_node;3494.00;15.45;1349.00;3.32;0 +160;supply_node;3496.00;13.65;1363.00;0.50;0 +160;supply_node;3499.00;14.98;1339.00;2.15;0 +160;supply_node;3502.00;11.73;1352.00;4.54;0 +160;supply_node;3502.00;17.88;1371.00;6.26;0 +160;supply_node;3508.00;14.10;1359.00;0.43;0 +160;supply_node;3510.00;12.45;1341.00;1.45;0 +160;supply_node;3516.00;11.05;1350.00;4.39;0 160;synthetic_refinery;3521.00;11.53;1346.00;2.43;0 161;air_base;4018.00;13.15;1142.00;4.45;0 161;anti_air_building;4019.00;14.23;1147.00;6.07;0 @@ -6888,6 +9887,8 @@ 161;bunker;4027.00;17.65;1159.00;6.16;0 161;bunker;4032.00;15.35;1146.00;2.90;0 161;bunker;4060.00;16.95;1140.00;0.84;0 +161;bunker;4076.00;14.45;1119.00;2.57;0 +161;bunker;4078.00;19.77;1138.00;5.23;0 161;industrial_complex;4010.00;16.10;1165.00;2.39;0 161;industrial_complex;4011.00;13.90;1151.00;0.83;0 161;industrial_complex;4014.00;13.90;1149.00;2.99;0 @@ -6897,7 +9898,38 @@ 161;nuclear_reactor;4040.00;20.45;1157.00;3.06;0 161;radar_station;4001.00;14.15;1160.00;6.10;0 161;rocket_site;4070.00;21.40;1146.00;0.39;0 +161;supply_node;4014.00;16.08;1159.00;2.68;0 +161;supply_node;4027.00;14.98;1146.00;1.20;0 +161;supply_node;4040.00;21.00;1158.00;4.54;0 +161;supply_node;4059.00;20.95;1147.00;0.50;0 +161;supply_node;4074.00;14.78;1122.00;4.05;0 +161;supply_node;4088.00;17.93;1134.00;0.35;0 161;synthetic_refinery;4033.00;15.68;1147.00;6.17;0 +162;air_base;3963.00;10.90;896.00;3.24;0 +162;anti_air_building;3962.00;10.32;896.00;1.60;0 +162;anti_air_building;3962.00;10.62;897.00;0.74;0 +162;anti_air_building;3963.00;9.95;891.00;4.86;0 +162;arms_factory;3962.00;9.55;890.00;2.13;0 +162;arms_factory;3962.00;9.68;891.00;2.73;0 +162;arms_factory;3962.00;9.78;892.00;4.18;0 +162;arms_factory;3963.00;10.28;894.00;5.75;0 +162;arms_factory;3964.00;10.40;892.00;4.79;0 +162;arms_factory;3964.00;11.62;896.00;2.63;0 +162;bunker;3960.00;9.82;897.00;0.13;0 +162;coastal_bunker;3960.00;9.50;891.00;-1.57;0 +162;dockyard;3958.00;9.50;898.00;-1.57;0 +162;floating_harbor;3951.00;9.50;895.00;1.57;1273 +162;industrial_complex;3960.00;9.65;896.00;2.64;0 +162;industrial_complex;3961.00;9.53;892.00;5.91;0 +162;industrial_complex;3961.00;10.12;897.00;3.24;0 +162;industrial_complex;3963.00;10.10;893.00;0.57;0 +162;industrial_complex;3963.00;11.25;897.00;5.30;0 +162;industrial_complex;3964.00;10.40;892.00;1.68;0 +162;naval_base;3958.00;9.50;897.00;-1.57;427 +162;nuclear_reactor;3962.00;9.55;890.00;4.87;0 +162;rocket_site;3959.00;9.57;897.00;3.30;0 +162;supply_node;3961.00;9.68;895.00;0.43;0 +162;synthetic_refinery;3958.00;9.75;901.00;2.80;0 163;air_base;2947.00;10.88;1361.00;2.90;0 163;anti_air_building;2944.00;10.50;1364.00;0.40;0 163;anti_air_building;2946.00;9.68;1357.00;3.07;0 @@ -6915,6 +9947,9 @@ 163;coastal_bunker;2950.00;9.55;1353.00;-0.79;0 163;coastal_bunker;2953.00;9.50;1374.00;0.98;0 163;dockyard;2944.00;9.50;1354.00;-0.79;0 +163;floating_harbor;2933.14;9.50;1363.63;-4.51;11804 +163;floating_harbor;2939.00;9.50;1356.00;1.57;3838 +163;floating_harbor;2961.26;9.50;1363.87;-2.03;9851 163;industrial_complex;2942.00;10.03;1368.00;3.50;0 163;industrial_complex;2943.00;10.00;1364.00;0.23;0 163;industrial_complex;2943.00;10.68;1368.00;6.16;0 @@ -6927,6 +9962,9 @@ 163;nuclear_reactor;2948.00;11.60;1361.00;4.17;0 163;radar_station;2940.00;9.50;1360.00;2.64;0 163;rocket_site;2943.00;10.73;1369.00;2.97;0 +163;supply_node;2945.00;11.70;1366.00;4.85;0 +163;supply_node;2947.00;9.75;1356.00;0.43;0 +163;supply_node;2951.00;11.40;1369.00;1.91;0 163;synthetic_refinery;2948.00;11.88;1370.00;3.57;0 164;air_base;2932.00;11.48;1404.00;1.95;0 164;anti_air_building;2930.00;10.03;1398.00;0.90;0 @@ -6945,6 +9983,9 @@ 164;coastal_bunker;2941.00;9.50;1407.00;0.98;0 164;coastal_bunker;2954.00;9.50;1403.00;0.00;0 164;dockyard;2932.00;9.50;1397.00;0.64;0 +164;floating_harbor;2933.95;9.50;1391.05;-2.36;11891 +164;floating_harbor;2943.64;9.50;1401.79;-1.89;3772 +164;floating_harbor;2952.21;9.50;1397.36;-2.82;6788 164;industrial_complex;2925.00;11.98;1401.00;4.45;0 164;industrial_complex;2928.00;11.20;1400.00;3.50;0 164;industrial_complex;2931.00;10.63;1400.00;0.84;0 @@ -6957,6 +9998,9 @@ 164;nuclear_reactor;2928.00;10.23;1398.00;3.58;0 164;radar_station;2921.00;11.90;1401.00;0.77;0 164;rocket_site;2933.00;10.23;1401.00;2.02;0 +164;supply_node;2926.00;10.90;1399.00;4.08;0 +164;supply_node;2934.00;11.12;1405.00;4.85;0 +164;supply_node;2949.00;9.53;1407.00;1.15;0 164;synthetic_refinery;2932.00;10.98;1402.00;2.97;0 165;air_base;4058.00;9.73;930.00;6.17;0 165;anti_air_building;4029.00;11.00;931.00;3.07;0 @@ -6982,6 +10026,11 @@ 165;nuclear_reactor;4045.00;10.03;928.00;2.97;0 165;radar_station;4022.00;10.55;908.00;4.88;0 165;rocket_site;4040.00;10.57;911.00;5.13;0 +165;supply_node;4029.00;10.98;930.00;1.45;0 +165;supply_node;4033.00;10.25;913.00;0.74;0 +165;supply_node;4044.00;10.12;936.00;6.26;0 +165;supply_node;4049.00;10.05;923.00;4.08;0 +165;supply_node;4062.00;9.75;928.00;3.32;0 165;synthetic_refinery;4046.00;10.00;935.00;0.90;0 166;air_base;4123.00;10.70;959.00;0.39;0 166;anti_air_building;4080.00;9.70;921.00;3.64;0 @@ -7012,6 +10061,14 @@ 166;coastal_bunker;4123.00;9.60;951.00;1.21;0 166;coastal_bunker;4134.00;9.55;966.00;1.29;0 166;dockyard;4098.00;9.50;928.00;0.12;0 +166;floating_harbor;4069.47;9.50;898.63;-2.25;4321 +166;floating_harbor;4077.95;9.50;901.05;-2.36;7340 +166;floating_harbor;4090.82;9.50;909.12;-2.16;7297 +166;floating_harbor;4098.94;9.50;920.29;-2.13;4237 +166;floating_harbor;4102.92;9.50;922.27;-2.86;10255 +166;floating_harbor;4122.38;9.50;937.52;-2.27;10001 +166;floating_harbor;4134.64;9.50;951.79;-1.89;11978 +166;floating_harbor;4141.93;9.50;963.01;-1.71;12462 166;industrial_complex;4063.00;9.70;905.00;1.95;0 166;industrial_complex;4064.00;9.68;905.00;4.01;0 166;industrial_complex;4072.00;9.70;918.00;6.07;0 @@ -7029,6 +10086,16 @@ 166;nuclear_reactor;4119.00;10.07;956.00;4.75;0 166;radar_station;4051.00;9.75;905.00;0.50;0 166;rocket_site;4085.00;9.70;923.00;0.63;0 +166;supply_node;4059.00;9.60;907.00;1.45;0 +166;supply_node;4066.00;9.70;913.00;3.63;0 +166;supply_node;4074.00;9.75;923.00;3.32;0 +166;supply_node;4082.00;9.70;915.00;2.15;0 +166;supply_node;4085.00;9.78;929.00;6.26;0 +166;supply_node;4099.00;9.93;936.00;2.87;0 +166;supply_node;4106.00;15.32;963.00;4.39;0 +166;supply_node;4111.00;9.85;947.00;0.28;0 +166;supply_node;4119.00;10.15;957.00;5.80;0 +166;supply_node;4128.00;10.35;965.00;2.45;0 166;synthetic_refinery;4117.00;10.15;956.00;2.69;0 167;air_base;4130.00;10.43;1003.00;2.46;0 167;anti_air_building;4091.00;11.18;983.00;0.56;0 @@ -7052,6 +10119,7 @@ 167;bunker;4162.00;10.10;997.00;3.58;0 167;coastal_bunker;4166.00;9.50;998.00;1.21;0 167;dockyard;4162.00;9.50;994.00;1.21;0 +167;floating_harbor;4171.55;9.50;993.54;-1.93;4104 167;industrial_complex;4112.00;10.15;980.00;3.06;0 167;industrial_complex;4112.00;11.57;974.00;4.01;0 167;industrial_complex;4127.00;10.70;1008.00;6.07;0 @@ -7062,6 +10130,16 @@ 167;nuclear_reactor;4155.00;10.90;1006.00;0.97;0 167;radar_station;4082.00;11.70;982.00;3.59;0 167;rocket_site;4123.00;10.55;1005.00;3.13;0 +167;supply_node;4094.00;11.45;980.00;3.63;0 +167;supply_node;4108.00;10.25;986.00;5.80;0 +167;supply_node;4117.00;11.78;1005.00;2.87;0 +167;supply_node;4119.00;14.00;976.00;1.69;0 +167;supply_node;4122.00;10.65;995.00;5.03;0 +167;supply_node;4130.00;10.65;986.00;2.45;0 +167;supply_node;4136.00;10.12;1003.00;2.15;0 +167;supply_node;4141.00;9.80;991.00;4.39;0 +167;supply_node;4152.00;10.50;1009.00;1.45;0 +167;supply_node;4157.00;10.35;999.00;0.28;0 167;synthetic_refinery;4127.00;10.78;998.00;4.08;0 168;air_base;2964.00;9.70;1591.00;0.40;0 168;anti_air_building;2960.00;9.78;1592.00;0.19;0 @@ -7076,6 +10154,7 @@ 168;bunker;2962.00;9.68;1592.00;1.14;0 168;coastal_bunker;2956.00;9.50;1593.00;-1.57;0 168;dockyard;2957.00;9.50;1592.00;-1.57;0 +168;floating_harbor;2949.50;9.50;1595.60;1.19;9347 168;industrial_complex;2959.00;9.80;1592.00;1.24;0 168;industrial_complex;2959.00;9.80;1592.00;1.75;0 168;industrial_complex;2960.00;9.68;1591.00;3.30;0 @@ -7086,6 +10165,7 @@ 168;nuclear_reactor;2963.00;9.70;1592.00;4.42;0 168;radar_station;2956.00;9.50;1593.00;2.94;0 168;rocket_site;2961.00;9.63;1591.00;2.62;0 +168;supply_node;2961.00;9.62;1591.00;2.15;0 168;synthetic_refinery;2959.00;9.95;1593.00;3.58;0 169;air_base;1454.00;9.90;1371.00;0.90;0 169;anti_air_building;1471.00;10.10;1419.00;1.65;0 @@ -7125,6 +10205,11 @@ 169;coastal_bunker;1471.00;9.50;1362.00;-0.22;0 169;coastal_bunker;1483.00;9.50;1359.00;0.00;0 169;dockyard;1462.00;9.50;1369.00;-0.46;0 +169;floating_harbor;1430.70;9.50;1363.03;-3.04;7480 +169;floating_harbor;1433.99;9.50;1361.30;-3.43;10520 +169;floating_harbor;1448.40;9.50;1362.50;-3.52;10352 +169;floating_harbor;1471.13;9.50;1354.05;-3.27;10380 +169;floating_harbor;1490.15;9.50;1354.10;-2.98;10407 169;industrial_complex;1448.00;10.30;1382.00;5.12;0 169;industrial_complex;1453.00;10.48;1435.00;2.46;0 169;industrial_complex;1454.00;10.30;1382.00;3.07;0 @@ -7139,6 +10224,27 @@ 169;nuclear_reactor;1436.00;12.03;1444.00;1.65;0 169;radar_station;1427.00;9.50;1369.00;4.39;0 169;rocket_site;1489.00;10.30;1373.00;4.91;0 +169;supply_node;1429.00;9.80;1380.00;3.86;0 +169;supply_node;1434.00;10.30;1396.00;1.69;0 +169;supply_node;1434.00;10.30;1411.00;5.03;0 +169;supply_node;1435.00;10.40;1427.00;5.80;0 +169;supply_node;1440.00;10.88;1442.00;3.10;0 +169;supply_node;1449.00;10.48;1427.00;1.87;0 +169;supply_node;1450.00;10.40;1411.00;0.92;0 +169;supply_node;1451.00;9.82;1396.00;0.28;0 +169;supply_node;1453.00;10.25;1374.00;4.57;0 +169;supply_node;1454.00;10.30;1384.00;3.40;0 +169;supply_node;1456.00;10.62;1446.00;3.17;0 +169;supply_node;1462.00;10.70;1437.00;4.81;0 +169;supply_node;1466.00;9.95;1414.00;0.46;0 +169;supply_node;1467.00;10.40;1428.00;2.45;0 +169;supply_node;1469.00;10.40;1386.00;5.34;0 +169;supply_node;1470.00;10.40;1400.00;2.87;0 +169;supply_node;1473.00;10.23;1369.00;1.23;0 +169;supply_node;1485.00;10.40;1392.00;5.57;0 +169;supply_node;1488.00;10.28;1367.00;5.27;0 +169;supply_node;1491.00;10.30;1379.00;5.99;0 +169;supply_node;1504.00;9.80;1389.00;2.64;0 169;synthetic_refinery;1497.00;10.30;1372.00;5.87;0 170;air_base;2940.00;11.28;1540.00;5.13;0 170;anti_air_building;2939.00;10.98;1535.00;2.53;0 @@ -7167,6 +10273,14 @@ 170;nuclear_reactor;2954.00;10.40;1542.00;1.07;0 170;radar_station;2928.00;10.85;1532.00;5.06;0 170;rocket_site;2951.00;10.80;1544.00;0.97;0 +170;supply_node;2932.00;10.95;1535.00;0.92;0 +170;supply_node;2937.00;10.88;1544.00;1.69;0 +170;supply_node;2940.00;10.53;1550.00;3.86;0 +170;supply_node;2940.00;10.80;1532.00;2.45;0 +170;supply_node;2946.00;10.60;1541.00;5.34;0 +170;supply_node;2950.00;10.98;1534.00;5.03;0 +170;supply_node;2952.00;10.50;1546.00;5.80;0 +170;supply_node;2959.00;10.35;1541.00;3.17;0 170;synthetic_refinery;2945.00;11.05;1545.00;0.46;0 171;air_base;1493.00;11.07;1709.00;4.17;0 171;anti_air_building;1322.00;10.90;1739.00;0.70;0 @@ -7209,6 +10323,10 @@ 171;coastal_bunker;1573.00;10.45;1766.00;-2.87;0 171;coastal_bunker;1575.00;9.50;1767.00;-1.78;0 171;dockyard;1555.00;10.23;1766.00;-3.50;0 +171;floating_harbor;1547.92;9.50;1783.74;-1.01;9740 +171;floating_harbor;1560.46;9.50;1773.55;-0.36;10621 +171;floating_harbor;1568.30;9.50;1777.79;0.24;11682 +171;floating_harbor;1569.23;9.50;1791.77;1.32;490 171;industrial_complex;1417.00;10.40;1761.00;0.40;0 171;industrial_complex;1470.00;11.00;1726.00;3.07;0 171;industrial_complex;1533.00;10.82;1721.00;0.90;0 @@ -7222,6 +10340,32 @@ 171;nuclear_reactor;1635.00;11.18;1727.00;5.43;0 171;radar_station;1330.00;11.00;1713.00;2.44;0 171;rocket_site;1548.00;10.80;1724.00;2.76;0 +171;supply_node;1336.00;11.00;1741.00;0.46;0 +171;supply_node;1364.00;11.20;1754.00;5.52;0 +171;supply_node;1371.00;10.60;1718.00;3.86;0 +171;supply_node;1403.00;11.25;1714.00;5.57;0 +171;supply_node;1408.00;10.50;1748.00;3.59;0 +171;supply_node;1430.00;10.55;1721.00;4.57;0 +171;supply_node;1458.00;10.90;1750.00;2.64;0 +171;supply_node;1467.00;10.90;1724.00;4.05;0 +171;supply_node;1477.00;10.95;1704.00;3.17;0 +171;supply_node;1494.00;11.20;1687.00;1.69;0 +171;supply_node;1501.00;10.60;1670.00;4.35;0 +171;supply_node;1506.00;10.70;1740.00;0.65;0 +171;supply_node;1509.00;11.00;1712.00;5.34;0 +171;supply_node;1520.00;9.50;1661.00;1.41;0 +171;supply_node;1521.00;11.30;1693.00;5.27;0 +171;supply_node;1523.00;12.28;1768.00;4.81;0 +171;supply_node;1528.00;11.10;1677.00;5.99;0 +171;supply_node;1547.00;10.23;1714.00;1.23;0 +171;supply_node;1549.00;10.80;1743.00;0.01;0 +171;supply_node;1549.00;11.20;1695.00;0.92;0 +171;supply_node;1551.00;10.80;1681.00;1.87;0 +171;supply_node;1578.00;10.20;1739.00;2.18;0 +171;supply_node;1582.00;10.90;1705.00;6.22;0 +171;supply_node;1599.00;12.45;1784.00;5.03;0 +171;supply_node;1614.00;11.10;1725.00;3.10;0 +171;supply_node;1642.00;10.40;1782.00;3.40;0 171;synthetic_refinery;1546.00;11.00;1696.00;3.36;0 172;air_base;1459.00;9.80;1838.00;3.58;0 172;anti_air_building;1313.00;10.60;1850.00;1.65;0 @@ -7254,6 +10398,12 @@ 172;coastal_bunker;1435.00;9.53;1876.00;-3.90;0 172;coastal_bunker;1545.00;9.50;1797.00;-4.47;0 172;dockyard;1545.00;9.50;1798.00;-4.47;0 +172;floating_harbor;1335.47;9.50;1947.67;-1.18;5239 +172;floating_harbor;1344.43;9.50;1984.58;-2.46;10721 +172;floating_harbor;1359.69;9.50;1922.08;-0.95;7185 +172;floating_harbor;1378.97;9.50;1902.34;-0.44;10605 +172;floating_harbor;1452.95;9.50;1873.95;-0.79;4753 +172;floating_harbor;1530.77;9.50;1816.79;-1.31;761 172;industrial_complex;1153.00;11.20;1986.00;5.13;0 172;industrial_complex;1192.00;10.90;1992.00;4.17;0 172;industrial_complex;1280.00;9.80;2035.00;3.57;0 @@ -7269,6 +10419,20 @@ 172;nuclear_reactor;1154.00;10.40;2017.00;1.65;0 172;radar_station;1301.00;9.50;1765.00;4.39;0 172;rocket_site;1450.00;9.70;1857.00;4.91;0 +172;supply_node;1151.00;10.55;2000.00;3.40;0 +172;supply_node;1173.00;11.10;1933.00;3.10;0 +172;supply_node;1238.00;11.15;1922.00;2.64;0 +172;supply_node;1243.00;10.30;2006.00;3.86;0 +172;supply_node;1295.00;10.70;1931.00;1.23;0 +172;supply_node;1303.00;10.70;1838.00;5.27;0 +172;supply_node;1308.00;10.80;1795.00;5.99;0 +172;supply_node;1315.00;10.60;1890.00;0.46;0 +172;supply_node;1322.00;9.70;2012.00;1.87;0 +172;supply_node;1354.00;10.80;1802.00;0.92;0 +172;supply_node;1361.00;10.40;1864.00;5.57;0 +172;supply_node;1412.00;10.88;1791.00;5.34;0 +172;supply_node;1426.00;10.15;1847.00;4.57;0 +172;supply_node;1490.00;9.80;1806.00;3.17;0 172;synthetic_refinery;1102.00;10.35;2013.00;5.87;0 173;air_base;3076.00;10.50;1459.00;2.62;0 173;anti_air_building;3062.00;10.50;1447.00;1.07;0 @@ -7298,6 +10462,15 @@ 173;nuclear_reactor;3062.00;10.23;1453.00;3.64;0 173;radar_station;3060.00;10.13;1442.00;0.19;0 173;rocket_site;3078.00;10.95;1469.00;5.80;0 +173;supply_node;3061.00;10.57;1446.00;5.27;0 +173;supply_node;3065.00;10.53;1454.00;5.99;0 +173;supply_node;3068.00;10.60;1465.00;3.86;0 +173;supply_node;3070.00;10.03;1446.00;3.10;0 +173;supply_node;3073.00;9.80;1485.00;3.40;0 +173;supply_node;3076.00;10.45;1457.00;4.57;0 +173;supply_node;3077.00;11.00;1470.00;0.46;0 +173;supply_node;3082.00;9.95;1477.00;1.23;0 +173;supply_node;3085.00;10.18;1460.00;5.34;0 173;synthetic_refinery;3075.00;10.50;1459.00;1.58;0 174;air_base;3147.00;9.98;1499.00;0.56;0 174;anti_air_building;3095.00;12.60;1496.00;0.03;0 @@ -7333,6 +10506,21 @@ 174;nuclear_reactor;3079.00;9.93;1492.00;5.27;0 174;radar_station;3115.00;11.50;1496.00;6.14;0 174;rocket_site;3097.00;12.00;1493.00;1.14;0 +174;supply_node;3077.00;9.85;1492.00;0.01;0 +174;supply_node;3085.00;10.07;1486.00;3.10;0 +174;supply_node;3090.00;12.28;1497.00;5.27;0 +174;supply_node;3095.00;9.90;1487.00;4.05;0 +174;supply_node;3101.00;12.43;1495.00;5.52;0 +174;supply_node;3106.00;10.50;1487.00;0.46;0 +174;supply_node;3109.00;14.30;1502.00;2.18;0 +174;supply_node;3114.00;11.98;1497.00;1.23;0 +174;supply_node;3117.00;10.03;1489.00;4.57;0 +174;supply_node;3127.00;11.82;1498.00;3.40;0 +174;supply_node;3136.00;10.07;1490.00;5.57;0 +174;supply_node;3138.00;11.88;1499.00;2.64;0 +174;supply_node;3146.00;9.80;1494.00;1.87;0 +174;supply_node;3148.00;9.98;1487.00;5.99;0 +174;supply_node;3151.00;10.35;1499.00;4.81;0 174;synthetic_refinery;3110.00;14.30;1503.00;3.20;0 175;air_base;3053.00;10.03;1435.00;2.53;0 175;anti_air_building;3042.00;10.82;1422.00;3.20;0 @@ -7357,6 +10545,9 @@ 175;coastal_bunker;3038.00;9.50;1419.00;-1.11;0 175;coastal_bunker;3043.00;9.50;1403.00;-1.89;0 175;dockyard;3039.00;9.50;1416.00;-1.11;0 +175;floating_harbor;3015.00;9.50;1412.00;-4.31;11564 +175;floating_harbor;3032.74;9.50;1410.87;-4.25;591 +175;floating_harbor;3035.74;9.50;1410.13;1.11;11901 175;industrial_complex;3042.00;10.07;1416.00;0.46;0 175;industrial_complex;3047.00;11.30;1430.00;3.58;0 175;industrial_complex;3050.00;9.57;1403.00;0.56;0 @@ -7369,6 +10560,14 @@ 175;nuclear_reactor;3049.00;12.82;1411.00;1.65;0 175;radar_station;3032.00;9.50;1419.00;4.08;0 175;rocket_site;3057.00;12.68;1405.00;5.27;0 +175;supply_node;3035.00;9.50;1423.00;5.57;0 +175;supply_node;3041.00;9.73;1415.00;1.23;0 +175;supply_node;3046.00;10.70;1422.00;3.40;0 +175;supply_node;3050.00;10.73;1428.00;0.46;0 +175;supply_node;3050.00;13.30;1411.00;5.99;0 +175;supply_node;3054.00;11.05;1403.00;5.27;0 +175;supply_node;3055.00;9.93;1435.00;1.87;0 +175;supply_node;3062.00;9.90;1439.00;2.64;0 175;synthetic_refinery;3053.00;10.07;1429.00;4.76;0 176;air_base;1316.00;11.35;1684.00;0.46;0 176;anti_air_building;1340.00;11.20;1689.00;1.72;0 @@ -7430,6 +10629,47 @@ 176;nuclear_reactor;1332.00;11.18;1695.00;4.39;0 176;radar_station;1312.00;10.30;1554.00;1.87;0 176;rocket_site;1342.00;10.38;1581.00;1.37;0 +176;supply_node;1305.00;10.45;1668.00;1.19;0 +176;supply_node;1306.00;11.00;1691.00;4.01;0 +176;supply_node;1306.00;11.75;1633.00;4.05;0 +176;supply_node;1307.00;10.57;1600.00;5.49;0 +176;supply_node;1309.00;10.40;1648.00;0.43;0 +176;supply_node;1309.00;11.00;1711.00;3.36;0 +176;supply_node;1311.00;11.32;1616.00;4.78;0 +176;supply_node;1313.00;10.50;1584.00;3.78;0 +176;supply_node;1318.00;10.38;1563.00;2.36;0 +176;supply_node;1324.00;10.93;1597.00;5.94;0 +176;supply_node;1325.00;10.50;1656.00;0.65;0 +176;supply_node;1327.00;10.30;1632.00;0.89;0 +176;supply_node;1328.00;10.45;1618.00;0.96;0 +176;supply_node;1329.00;10.60;1677.00;2.14;0 +176;supply_node;1332.00;11.57;1577.00;5.57;0 +176;supply_node;1335.00;11.15;1697.00;6.25;0 +176;supply_node;1336.00;10.40;1602.00;1.41;0 +176;supply_node;1339.00;10.48;1639.00;0.01;0 +176;supply_node;1340.00;11.10;1659.00;0.24;0 +176;supply_node;1341.00;11.68;1562.00;3.40;0 +176;supply_node;1344.00;10.30;1585.00;4.08;0 +176;supply_node;1347.00;10.62;1622.00;4.35;0 +176;supply_node;1351.00;10.20;1645.00;5.99;0 +176;supply_node;1353.00;10.40;1598.00;2.60;0 +176;supply_node;1355.00;10.88;1664.00;1.83;0 +176;supply_node;1357.00;10.10;1572.00;5.76;0 +176;supply_node;1357.00;11.18;1700.00;3.13;0 +176;supply_node;1359.00;10.28;1558.00;0.46;0 +176;supply_node;1361.00;10.57;1681.00;2.64;0 +176;supply_node;1364.00;10.30;1642.00;5.52;0 +176;supply_node;1366.00;13.75;1617.00;6.22;0 +176;supply_node;1368.00;10.10;1579.00;2.82;0 +176;supply_node;1370.00;10.43;1602.00;1.87;0 +176;supply_node;1373.00;10.40;1658.00;1.65;0 +176;supply_node;1375.00;10.15;1562.00;5.00;0 +176;supply_node;1376.00;10.23;1627.00;4.54;0 +176;supply_node;1377.00;10.20;1589.00;5.30;0 +176;supply_node;1385.00;10.90;1642.00;2.18;0 +176;supply_node;1386.00;11.20;1693.00;3.59;0 +176;supply_node;1386.00;11.23;1662.00;4.81;0 +176;supply_node;1387.00;10.15;1577.00;3.06;0 176;synthetic_refinery;1317.00;10.50;1580.00;2.32;0 177;air_base;1546.00;10.88;1608.00;0.97;0 177;anti_air_building;1537.00;10.53;1664.00;2.32;0 @@ -7487,6 +10727,43 @@ 177;nuclear_reactor;1574.00;9.82;1623.00;0.16;0 177;radar_station;1515.00;9.50;1583.00;2.63;0 177;rocket_site;1561.00;10.30;1641.00;2.32;0 +177;supply_node;1522.00;9.70;1588.00;3.78;0 +177;supply_node;1526.00;10.32;1599.00;0.43;0 +177;supply_node;1535.00;9.93;1619.00;3.36;0 +177;supply_node;1536.00;11.70;1610.00;6.25;0 +177;supply_node;1537.00;9.50;1633.00;5.76;0 +177;supply_node;1538.00;13.05;1598.00;2.64;0 +177;supply_node;1542.00;10.50;1663.00;2.36;0 +177;supply_node;1546.00;10.50;1623.00;4.81;0 +177;supply_node;1547.00;10.90;1609.00;1.87;0 +177;supply_node;1550.00;9.75;1597.00;4.78;0 +177;supply_node;1554.00;9.80;1652.00;2.18;0 +177;supply_node;1556.00;10.12;1607.00;1.41;0 +177;supply_node;1556.00;10.90;1620.00;2.82;0 +177;supply_node;1560.00;9.98;1642.00;4.01;0 +177;supply_node;1560.00;10.62;1669.00;0.24;0 +177;supply_node;1563.00;9.70;1632.00;4.54;0 +177;supply_node;1565.00;9.70;1600.00;5.57;0 +177;supply_node;1565.00;9.75;1616.00;4.35;0 +177;supply_node;1566.00;10.23;1652.00;1.83;0 +177;supply_node;1569.00;10.70;1626.00;3.06;0 +177;supply_node;1573.00;10.60;1661.00;3.13;0 +177;supply_node;1575.00;10.82;1644.00;1.65;0 +177;supply_node;1578.00;9.70;1620.00;0.89;0 +177;supply_node;1579.00;10.30;1631.00;2.60;0 +177;supply_node;1585.00;11.28;1656.00;1.19;0 +177;supply_node;1586.00;10.40;1642.00;4.08;0 +177;supply_node;1589.00;9.73;1623.00;5.30;0 +177;supply_node;1591.00;10.60;1632.00;5.99;0 +177;supply_node;1595.00;10.45;1652.00;6.22;0 +177;supply_node;1600.00;9.73;1622.00;5.94;0 +177;supply_node;1600.00;10.60;1637.00;4.05;0 +177;supply_node;1607.00;10.30;1647.00;5.52;0 +177;supply_node;1611.00;9.70;1627.00;0.01;0 +177;supply_node;1614.00;10.45;1637.00;5.00;0 +177;supply_node;1625.00;10.40;1644.00;0.65;0 +177;supply_node;1626.00;10.40;1635.00;0.96;0 +177;supply_node;1640.00;9.85;1643.00;3.59;0 177;synthetic_refinery;1611.00;10.40;1647.00;4.38;0 178;air_base;1634.00;11.32;1596.00;5.20;0 178;anti_air_building;1597.00;11.48;1595.00;3.36;0 @@ -7530,6 +10807,29 @@ 178;nuclear_reactor;1642.00;10.73;1636.00;4.83;0 178;radar_station;1561.00;10.98;1581.00;1.68;0 178;rocket_site;1634.00;11.38;1605.00;2.16;0 +178;supply_node;1568.00;10.80;1584.00;6.22;0 +178;supply_node;1575.00;9.55;1596.00;3.13;0 +178;supply_node;1584.00;12.05;1587.00;0.24;0 +178;supply_node;1586.00;11.65;1600.00;1.87;0 +178;supply_node;1596.00;11.70;1586.00;5.30;0 +178;supply_node;1597.00;11.30;1598.00;5.52;0 +178;supply_node;1610.00;10.55;1602.00;2.18;0 +178;supply_node;1610.00;11.23;1585.00;1.65;0 +178;supply_node;1611.00;11.20;1593.00;4.05;0 +178;supply_node;1618.00;10.85;1608.00;0.65;0 +178;supply_node;1622.00;10.70;1619.00;4.35;0 +178;supply_node;1624.00;13.38;1587.00;1.41;0 +178;supply_node;1626.00;11.53;1599.00;2.82;0 +178;supply_node;1628.00;12.10;1611.00;3.59;0 +178;supply_node;1631.00;11.12;1628.00;5.57;0 +178;supply_node;1634.00;11.88;1582.00;0.89;0 +178;supply_node;1636.00;11.43;1594.00;4.81;0 +178;supply_node;1637.00;12.20;1618.00;0.96;0 +178;supply_node;1638.00;11.65;1605.00;5.76;0 +178;supply_node;1643.00;12.03;1631.00;0.01;0 +178;supply_node;1648.00;12.32;1607.00;3.06;0 +178;supply_node;1653.00;10.98;1618.00;5.00;0 +178;supply_node;1654.00;11.35;1631.00;2.36;0 178;synthetic_refinery;1576.00;9.80;1601.00;2.76;0 179;air_base;4883.00;10.48;1204.00;4.24;0 179;anti_air_building;4852.00;10.80;1218.00;5.06;0 @@ -7578,6 +10878,23 @@ 179;coastal_bunker;4904.00;9.50;1206.00;0.24;0 179;coastal_bunker;4906.00;9.50;1208.00;-4.25;0 179;dockyard;4901.00;9.50;1203.00;0.24;0 +179;floating_harbor;4845.00;9.50;1215.00;1.57;11985 +179;floating_harbor;4856.87;9.50;1229.26;0.46;7050 +179;floating_harbor;4858.05;9.50;1207.05;-3.93;10052 +179;floating_harbor;4860.36;9.50;1230.21;1.25;1191 +179;floating_harbor;4867.74;9.50;1206.13;1.11;7046 +179;floating_harbor;4875.21;9.50;1210.36;-2.82;1092 +179;floating_harbor;4876.30;9.50;1245.79;0.24;7145 +179;floating_harbor;4882.13;9.50;1185.74;-2.68;11997 +179;floating_harbor;4890.00;9.50;1185.00;-2.85;4179 +179;floating_harbor;4890.00;9.50;1185.00;-2.99;11946 +179;floating_harbor;4890.00;9.50;1185.00;-3.24;4094 +179;floating_harbor;4890.00;9.50;1185.00;-3.32;7212 +179;floating_harbor;4890.00;9.50;1185.00;-3.65;9965 +179;floating_harbor;4890.00;9.50;1246.00;0.00;1167 +179;floating_harbor;4894.95;9.50;1197.05;-2.36;7197 +179;floating_harbor;4900.00;9.50;1248.00;0.00;10055 +179;floating_harbor;4902.21;9.50;1195.36;-2.82;12028 179;industrial_complex;4853.00;9.57;1214.00;5.20;0 179;industrial_complex;4858.00;10.88;1218.00;1.07;0 179;industrial_complex;4863.00;12.28;1222.00;3.13;0 @@ -7604,6 +10921,25 @@ 179;nuclear_reactor;4876.00;9.70;1219.00;5.06;0 179;radar_station;4849.00;9.50;1213.00;2.36;0 179;rocket_site;4895.00;10.07;1231.00;3.50;0 +179;supply_node;4853.00;9.82;1215.00;3.13;0 +179;supply_node;4861.00;12.07;1221.00;4.35;0 +179;supply_node;4865.00;9.82;1214.00;0.96;0 +179;supply_node;4870.00;12.30;1227.00;4.05;0 +179;supply_node;4872.00;9.85;1220.00;4.81;0 +179;supply_node;4876.00;11.60;1202.00;1.41;0 +179;supply_node;4878.00;9.93;1194.00;0.89;0 +179;supply_node;4879.00;12.62;1235.00;0.65;0 +179;supply_node;4880.00;10.80;1227.00;5.76;0 +179;supply_node;4882.00;11.28;1209.00;2.18;0 +179;supply_node;4883.00;9.65;1221.00;1.65;0 +179;supply_node;4888.00;9.68;1204.00;3.59;0 +179;supply_node;4890.00;9.85;1228.00;6.22;0 +179;supply_node;4890.00;12.23;1237.00;0.01;0 +179;supply_node;4894.00;11.28;1212.00;5.52;0 +179;supply_node;4896.00;9.60;1225.00;0.24;0 +179;supply_node;4899.00;9.75;1205.00;2.36;0 +179;supply_node;4900.00;11.35;1236.00;5.00;0 +179;supply_node;4903.00;9.93;1212.00;2.82;0 179;synthetic_refinery;4894.00;9.85;1207.00;4.45;0 180;air_base;5032.00;13.30;1373.00;3.64;0 180;anti_air_building;5015.00;9.60;1389.00;1.72;0 @@ -7638,6 +10974,16 @@ 180;coastal_bunker;5063.00;9.50;1379.00;1.41;0 180;coastal_bunker;5070.00;9.55;1397.00;-3.82;0 180;dockyard;5042.00;9.78;1365.00;0.95;0 +180;floating_harbor;4997.00;9.50;1387.00;0.00;7532 +180;floating_harbor;5008.01;9.50;1362.07;-3.28;10444 +180;floating_harbor;5008.21;9.50;1397.70;1.33;12352 +180;floating_harbor;5012.18;9.50;1422.88;0.98;4576 +180;floating_harbor;5016.29;9.50;1365.06;-3.70;10512 +180;floating_harbor;5022.00;9.50;1344.00;-2.16;3962 +180;floating_harbor;5022.92;9.50;1362.53;-4.19;12493 +180;floating_harbor;5048.38;9.50;1409.48;-0.88;1642 +180;floating_harbor;5068.88;9.50;1405.82;-0.59;4646 +180;floating_harbor;5074.00;9.50;1382.00;-1.57;1512 180;industrial_complex;5012.00;9.93;1380.00;1.58;0 180;industrial_complex;5026.00;9.95;1417.00;0.97;0 180;industrial_complex;5026.00;11.05;1403.00;4.24;0 @@ -7657,6 +11003,18 @@ 180;nuclear_reactor;5028.00;11.75;1373.00;4.39;0 180;radar_station;4983.00;9.50;1363.00;1.87;0 180;rocket_site;5022.00;10.45;1387.00;1.37;0 +180;supply_node;4997.00;9.70;1358.00;2.18;0 +180;supply_node;4997.00;9.70;1375.00;4.35;0 +180;supply_node;5010.00;10.50;1376.00;3.59;0 +180;supply_node;5019.00;9.82;1395.00;2.82;0 +180;supply_node;5024.00;9.90;1415.00;6.22;0 +180;supply_node;5025.00;11.95;1379.00;0.24;0 +180;supply_node;5029.00;11.95;1390.00;5.76;0 +180;supply_node;5036.00;12.98;1370.00;0.96;0 +180;supply_node;5037.00;12.95;1400.00;5.52;0 +180;supply_node;5045.00;10.95;1387.00;0.65;0 +180;supply_node;5060.00;9.70;1382.00;4.05;0 +180;supply_node;5061.00;10.45;1394.00;1.41;0 180;synthetic_refinery;5068.00;9.85;1387.00;2.32;0 181;air_base;4956.00;12.80;1247.00;2.69;0 181;anti_air_building;4933.00;12.03;1252.00;0.33;0 @@ -7701,6 +11059,18 @@ 181;coastal_bunker;4977.00;9.50;1285.00;-2.36;0 181;coastal_bunker;4983.00;9.50;1292.00;-2.36;0 181;dockyard;4947.00;9.50;1227.00;-0.20;0 +181;floating_harbor;4921.50;9.50;1243.40;-4.33;7102 +181;floating_harbor;4930.74;9.50;1263.13;1.11;10032 +181;floating_harbor;4946.52;9.50;1271.38;0.69;10128 +181;floating_harbor;4949.12;9.50;1218.18;-3.73;12097 +181;floating_harbor;4952.00;9.50;1275.00;-1.25;998 +181;floating_harbor;4952.00;9.50;1275.00;-3.97;9952 +181;floating_harbor;4952.00;9.50;1275.00;-4.24;11930 +181;floating_harbor;4959.12;9.50;1277.82;0.59;12007 +181;floating_harbor;4969.13;9.50;1222.74;-2.68;7087 +181;floating_harbor;4969.80;9.50;1287.60;0.64;1117 +181;floating_harbor;4975.70;9.50;1221.21;-2.90;7157 +181;floating_harbor;4978.00;9.50;1209.00;-2.05;10125 181;industrial_complex;4939.00;9.75;1240.00;1.58;0 181;industrial_complex;4941.00;10.95;1247.00;5.20;0 181;industrial_complex;4949.00;12.80;1253.00;5.80;0 @@ -7722,6 +11092,26 @@ 181;nuclear_reactor;4949.00;10.48;1234.00;5.06;0 181;radar_station;4928.00;9.75;1242.00;2.41;0 181;rocket_site;4953.00;11.90;1240.00;2.39;0 +181;supply_node;4933.00;12.45;1248.00;3.59;0 +181;supply_node;4938.00;9.85;1240.00;4.35;0 +181;supply_node;4941.00;11.93;1258.00;1.65;0 +181;supply_node;4943.00;9.50;1271.00;2.18;0 +181;supply_node;4944.00;9.88;1232.00;0.89;0 +181;supply_node;4945.00;12.07;1252.00;5.76;0 +181;supply_node;4947.00;10.73;1243.00;2.82;0 +181;supply_node;4953.00;11.18;1236.00;1.41;0 +181;supply_node;4955.00;9.75;1227.00;3.78;0 +181;supply_node;4956.00;12.35;1260.00;2.36;0 +181;supply_node;4958.00;12.53;1251.00;5.00;0 +181;supply_node;4961.00;13.57;1242.00;3.13;0 +181;supply_node;4964.00;9.73;1233.00;0.65;0 +181;supply_node;4965.00;9.50;1286.00;0.96;0 +181;supply_node;4965.00;10.98;1269.00;4.54;0 +181;supply_node;4969.00;11.85;1244.00;1.19;0 +181;supply_node;4970.00;12.38;1264.00;3.06;0 +181;supply_node;4973.00;9.50;1232.00;0.24;0 +181;supply_node;4977.00;11.10;1278.00;6.22;0 +181;supply_node;4983.00;11.25;1286.00;5.30;0 181;synthetic_refinery;4982.00;13.25;1277.00;4.45;0 182;air_base;4984.00;9.70;1250.00;0.63;0 182;anti_air_building;4983.00;9.85;1257.00;0.60;0 @@ -7751,6 +11141,12 @@ 182;coastal_bunker;5001.00;9.50;1243.00;1.57;0 182;coastal_bunker;5002.00;9.50;1263.00;-4.17;0 182;dockyard;4995.00;9.50;1233.00;-0.79;0 +182;floating_harbor;4978.00;9.50;1209.00;-3.42;1182 +182;floating_harbor;4983.74;9.50;1230.87;-4.25;4184 +182;floating_harbor;4987.95;9.50;1230.05;-2.36;9998 +182;floating_harbor;5006.79;9.50;1252.70;-1.33;4100 +182;floating_harbor;5007.26;9.50;1254.87;-2.03;7016 +182;floating_harbor;5008.00;9.50;1243.00;-1.57;4188 182;industrial_complex;4972.00;12.28;1257.00;5.71;0 182;industrial_complex;4974.00;11.57;1259.00;4.24;0 182;industrial_complex;4977.00;11.55;1257.00;3.64;0 @@ -7766,6 +11162,17 @@ 182;nuclear_reactor;4983.00;9.60;1244.00;4.38;0 182;radar_station;4968.00;13.15;1250.00;0.46;0 182;rocket_site;4980.00;10.15;1255.00;1.72;0 +182;supply_node;4971.00;12.53;1256.00;3.13;0 +182;supply_node;4977.00;11.95;1249.00;4.35;0 +182;supply_node;4979.00;9.68;1239.00;1.65;0 +182;supply_node;4979.00;11.10;1260.00;0.24;0 +182;supply_node;4986.00;9.57;1244.00;3.59;0 +182;supply_node;4988.00;9.70;1254.00;1.41;0 +182;supply_node;4989.00;10.10;1264.00;0.65;0 +182;supply_node;4992.00;9.70;1235.00;5.76;0 +182;supply_node;4996.00;9.68;1250.00;2.82;0 +182;supply_node;4996.00;9.70;1243.00;0.96;0 +182;supply_node;4997.00;9.60;1260.00;5.00;0 182;synthetic_refinery;4979.00;10.28;1243.00;2.32;0 183;air_base;4923.00;10.53;1212.00;0.03;0 183;anti_air_building;4915.00;9.70;1243.00;1.37;0 @@ -7799,6 +11206,16 @@ 183;coastal_bunker;4937.00;9.70;1225.00;1.25;0 183;coastal_bunker;4938.00;9.63;1229.00;0.98;0 183;dockyard;4941.00;9.63;1221.00;1.25;0 +183;floating_harbor;4890.00;9.50;1185.00;-3.56;12031 +183;floating_harbor;4909.00;9.50;1214.00;1.57;7113 +183;floating_harbor;4910.00;9.50;1224.00;1.57;7072 +183;floating_harbor;4914.18;9.50;1201.12;-4.12;1133 +183;floating_harbor;4916.20;9.50;1248.60;-0.64;9985 +183;floating_harbor;4919.40;9.50;1244.20;0.93;1067 +183;floating_harbor;4921.21;9.50;1246.64;-0.32;1136 +183;floating_harbor;4940.00;9.50;1216.00;-1.57;1051 +183;floating_harbor;4944.26;9.50;1224.87;-2.03;4142 +183;floating_harbor;4945.64;9.50;1216.79;-1.89;4054 183;industrial_complex;4913.00;11.28;1240.00;2.69;0 183;industrial_complex;4916.00;9.57;1211.00;0.03;0 183;industrial_complex;4917.00;10.80;1237.00;3.64;0 @@ -7818,6 +11235,16 @@ 183;nuclear_reactor;4921.00;11.05;1215.00;0.67;0 183;radar_station;4902.00;9.63;1228.00;2.17;0 183;rocket_site;4940.00;9.63;1219.00;2.83;0 +183;supply_node;4907.00;10.03;1229.00;0.89;0 +183;supply_node;4909.00;12.10;1239.00;1.65;0 +183;supply_node;4917.00;9.73;1214.00;5.00;0 +183;supply_node;4917.00;10.40;1234.00;2.82;0 +183;supply_node;4923.00;9.70;1207.00;0.24;0 +183;supply_node;4926.00;10.35;1228.00;3.13;0 +183;supply_node;4928.00;10.45;1216.00;0.65;0 +183;supply_node;4929.00;10.00;1237.00;3.59;0 +183;supply_node;4934.00;10.23;1230.00;0.96;0 +183;supply_node;4936.00;9.70;1220.00;5.76;0 183;synthetic_refinery;4927.00;10.70;1216.00;4.89;0 184;air_base;4854.00;10.00;1171.00;5.36;0 184;anti_air_building;4849.00;10.15;1177.00;3.51;0 @@ -7865,6 +11292,23 @@ 184;coastal_bunker;4859.00;9.70;1183.00;0.79;0 184;coastal_bunker;4864.00;9.65;1193.00;-4.39;0 184;dockyard;4857.00;9.68;1177.00;0.98;0 +184;floating_harbor;4807.00;9.50;1204.00;0.94;1183 +184;floating_harbor;4811.00;9.50;1164.00;-4.51;11949 +184;floating_harbor;4824.00;9.50;1211.00;-3.14;10011 +184;floating_harbor;4835.18;9.50;1190.12;-4.12;4164 +184;floating_harbor;4836.14;9.50;1186.63;-4.52;11925 +184;floating_harbor;4836.30;9.50;1211.79;0.24;7110 +184;floating_harbor;4836.50;9.50;1187.60;1.19;12006 +184;floating_harbor;4836.60;9.50;1204.20;-0.93;1158 +184;floating_harbor;4843.00;9.50;1189.00;-1.57;9950 +184;floating_harbor;4845.00;9.50;1246.00;0.08;1025 +184;floating_harbor;4845.95;9.50;1162.05;-2.36;4102 +184;floating_harbor;4856.95;9.50;1159.05;-2.36;12032 +184;floating_harbor;4859.00;9.50;1132.00;-3.09;1020 +184;floating_harbor;4860.82;9.50;1153.88;-0.98;4198 +184;floating_harbor;4866.00;9.50;1201.00;-1.57;4027 +184;floating_harbor;4866.64;9.50;1181.79;-1.89;7178 +184;floating_harbor;4870.26;9.50;1197.13;-1.11;10092 184;industrial_complex;4841.00;10.00;1165.00;2.70;0 184;industrial_complex;4843.00;11.60;1204.00;0.03;0 184;industrial_complex;4850.00;10.13;1175.00;0.63;0 @@ -7891,6 +11335,21 @@ 184;nuclear_reactor;4846.00;11.80;1205.00;4.62;0 184;radar_station;4814.00;9.50;1188.00;2.59;0 184;rocket_site;4851.00;10.80;1204.00;3.41;0 +184;supply_node;4824.00;9.50;1219.00;2.36;0 +184;supply_node;4839.00;10.50;1201.00;3.13;0 +184;supply_node;4840.00;9.50;1168.00;5.00;0 +184;supply_node;4842.00;10.15;1178.00;5.76;0 +184;supply_node;4844.00;10.85;1196.00;1.65;0 +184;supply_node;4846.00;11.62;1206.00;2.82;0 +184;supply_node;4848.00;10.05;1174.00;1.19;0 +184;supply_node;4848.00;10.60;1183.00;3.78;0 +184;supply_node;4848.00;11.85;1189.00;4.54;0 +184;supply_node;4850.00;9.75;1166.00;0.43;0 +184;supply_node;4850.00;12.82;1197.00;5.30;0 +184;supply_node;4854.00;9.98;1175.00;0.24;0 +184;supply_node;4856.00;10.15;1201.00;0.96;0 +184;supply_node;4857.00;10.10;1185.00;0.89;0 +184;supply_node;4860.00;10.23;1192.00;3.06;0 184;synthetic_refinery;4858.00;10.95;1192.00;2.56;0 185;air_base;4991.00;10.60;1309.00;4.76;0 185;anti_air_building;4993.00;11.10;1287.00;0.33;0 @@ -7932,6 +11391,18 @@ 185;coastal_bunker;5019.00;9.73;1327.00;-4.39;0 185;coastal_bunker;5022.00;9.90;1316.00;-4.47;0 185;dockyard;5011.00;9.50;1348.00;-3.14;0 +185;floating_harbor;4979.92;9.50;1303.47;1.05;4067 +185;floating_harbor;4982.00;9.50;1319.40;-4.17;9865 +185;floating_harbor;4985.18;9.50;1315.88;0.98;1063 +185;floating_harbor;4987.18;9.50;1343.88;0.98;6873 +185;floating_harbor;5009.00;9.50;1353.00;0.00;9859 +185;floating_harbor;5012.64;9.50;1283.21;-1.25;1024 +185;floating_harbor;5012.82;9.50;1286.12;-2.16;7169 +185;floating_harbor;5013.00;9.50;1271.00;-1.57;4118 +185;floating_harbor;5019.95;9.50;1295.05;-2.36;1165 +185;floating_harbor;5022.00;9.50;1344.00;-1.40;6994 +185;floating_harbor;5024.64;9.50;1332.21;-1.25;11847 +185;floating_harbor;5028.79;9.50;1319.70;-1.33;6870 185;industrial_complex;5000.00;11.45;1289.00;2.70;0 185;industrial_complex;5001.00;12.15;1281.00;3.20;0 185;industrial_complex;5003.00;12.05;1326.00;0.63;0 @@ -7953,6 +11424,22 @@ 185;nuclear_reactor;4988.00;11.70;1279.00;5.06;0 185;radar_station;4979.00;13.75;1267.00;2.36;0 185;rocket_site;5001.00;10.90;1301.00;3.50;0 +185;supply_node;4985.00;12.60;1271.00;2.36;0 +185;supply_node;4991.00;12.10;1283.00;5.30;0 +185;supply_node;4993.00;9.80;1326.00;3.36;0 +185;supply_node;4993.00;11.80;1296.00;3.13;0 +185;supply_node;4994.00;11.70;1310.00;0.96;0 +185;supply_node;4996.00;9.65;1338.00;4.54;0 +185;supply_node;4999.00;11.45;1271.00;0.89;0 +185;supply_node;5000.00;12.40;1279.00;5.76;0 +185;supply_node;5002.00;11.70;1321.00;1.65;0 +185;supply_node;5003.00;12.48;1306.00;2.60;0 +185;supply_node;5003.00;12.65;1334.00;1.19;0 +185;supply_node;5004.00;10.43;1292.00;3.78;0 +185;supply_node;5010.00;12.03;1314.00;0.43;0 +185;supply_node;5012.00;12.18;1328.00;5.94;0 +185;supply_node;5013.00;10.20;1302.00;5.00;0 +185;supply_node;5018.00;12.45;1317.00;3.06;0 185;synthetic_refinery;5003.00;11.50;1281.00;4.45;0 186;air_base;2772.00;10.28;882.00;5.27;0 186;anti_air_building;2656.00;9.90;918.00;4.32;0 @@ -7978,6 +11465,11 @@ 186;nuclear_reactor;2671.00;9.90;929.00;5.43;0 186;radar_station;2632.00;10.10;910.00;2.44;0 186;rocket_site;2717.00;10.20;874.00;2.76;0 +186;supply_node;2678.00;10.10;914.00;3.13;0 +186;supply_node;2680.00;10.30;889.00;0.89;0 +186;supply_node;2723.00;10.20;889.00;2.36;0 +186;supply_node;2769.00;10.35;903.00;5.00;0 +186;supply_node;2789.00;10.20;893.00;1.65;0 186;synthetic_refinery;2772.00;10.23;883.00;3.36;0 187;air_base;1062.00;16.75;1526.00;3.20;0 187;anti_air_building;1023.00;18.43;1613.00;0.40;0 @@ -8052,6 +11544,60 @@ 187;nuclear_reactor;1017.00;16.33;1661.00;5.13;0 187;radar_station;1015.00;10.20;1406.00;2.14;0 187;rocket_site;994.00;13.35;1607.00;1.01;0 +187;supply_node;940.00;13.65;1548.00;0.46;0 +187;supply_node;947.00;14.48;1523.00;4.08;0 +187;supply_node;948.00;15.20;1572.00;2.87;0 +187;supply_node;961.00;14.20;1549.00;4.78;0 +187;supply_node;966.00;14.55;1506.00;2.60;0 +187;supply_node;979.00;16.12;1524.00;5.45;0 +187;supply_node;984.00;14.73;1569.00;0.43;0 +187;supply_node;986.00;13.20;1706.00;3.78;0 +187;supply_node;986.00;13.82;1623.00;2.32;0 +187;supply_node;986.00;15.05;1546.00;0.92;0 +187;supply_node;989.00;14.32;1488.00;2.10;0 +187;supply_node;990.00;11.82;1662.00;4.01;0 +187;supply_node;991.00;13.95;1684.00;6.21;0 +187;supply_node;992.00;12.70;1592.00;2.81;0 +187;supply_node;998.00;14.85;1509.00;4.72;0 +187;supply_node;1003.00;16.77;1633.00;3.85;0 +187;supply_node;1008.00;16.38;1607.00;4.50;0 +187;supply_node;1009.00;15.50;1661.00;3.36;0 +187;supply_node;1010.00;11.35;1472.00;2.14;0 +187;supply_node;1012.00;15.45;1562.00;3.55;0 +187;supply_node;1013.00;16.38;1530.00;0.39;0 +187;supply_node;1016.00;14.78;1497.00;0.16;0 +187;supply_node;1026.00;12.28;1454.00;3.28;0 +187;supply_node;1028.00;16.75;1630.00;1.87;0 +187;supply_node;1029.00;12.53;1423.00;6.03;0 +187;supply_node;1029.00;13.30;1586.00;5.27;0 +187;supply_node;1035.00;10.80;1565.00;2.36;0 +187;supply_node;1037.00;12.98;1541.00;4.80;0 +187;supply_node;1037.00;14.65;1519.00;1.34;0 +187;supply_node;1037.00;15.20;1605.00;4.54;0 +187;supply_node;1037.00;15.90;1497.00;5.76;0 +187;supply_node;1042.00;10.43;1407.00;0.69;0 +187;supply_node;1043.00;15.43;1478.00;3.13;0 +187;supply_node;1048.00;13.78;1444.00;1.19;0 +187;supply_node;1054.00;16.02;1461.00;3.51;0 +187;supply_node;1055.00;10.75;1426.00;0.89;0 +187;supply_node;1058.00;9.50;1572.00;2.63;0 +187;supply_node;1060.00;16.35;1621.00;4.04;0 +187;supply_node;1060.00;16.95;1522.00;2.56;0 +187;supply_node;1061.00;10.30;1549.00;1.38;0 +187;supply_node;1061.00;15.32;1595.00;3.58;0 +187;supply_node;1063.00;16.75;1496.00;5.30;0 +187;supply_node;1068.00;12.25;1399.00;5.94;0 +187;supply_node;1072.00;15.48;1472.00;5.72;0 +187;supply_node;1075.00;13.78;1432.00;0.62;0 +187;supply_node;1079.00;15.95;1517.00;6.25;0 +187;supply_node;1085.00;16.12;1549.00;1.83;0 +187;supply_node;1089.00;15.05;1454.00;4.31;0 +187;supply_node;1089.00;15.05;1492.00;1.68;0 +187;supply_node;1092.00;13.18;1401.00;3.09;0 +187;supply_node;1092.00;15.85;1476.00;1.15;0 +187;supply_node;1095.00;16.15;1430.00;5.49;0 +187;supply_node;1095.00;17.93;1530.00;3.06;0 +187;supply_node;1096.00;16.88;1507.00;5.03;0 187;synthetic_refinery;943.00;14.25;1538.00;3.07;0 188;air_base;4419.00;9.73;692.00;3.71;0 188;anti_air_building;4399.00;10.13;729.00;0.33;0 @@ -8086,6 +11632,15 @@ 188;coastal_bunker;4421.00;9.57;690.00;-4.47;0 188;coastal_bunker;4428.00;9.80;680.00;0.64;0 188;dockyard;4422.00;9.68;687.00;-4.47;0 +188;floating_harbor;4408.48;9.50;748.38;-0.69;7329 +188;floating_harbor;4410.79;9.50;667.36;-3.46;4424 +188;floating_harbor;4411.15;9.50;743.90;-0.17;12199 +188;floating_harbor;4426.00;9.50;712.60;-1.03;7399 +188;floating_harbor;4427.83;9.50;698.52;-1.35;12271 +188;floating_harbor;4428.00;9.50;719.00;-1.57;4355 +188;floating_harbor;4429.86;9.50;689.37;-1.37;4367 +188;floating_harbor;4435.00;9.50;677.00;-0.73;12299 +188;floating_harbor;4435.95;9.50;669.05;-2.36;10313 188;industrial_complex;4402.00;9.93;716.00;4.76;0 188;industrial_complex;4402.00;10.00;728.00;3.20;0 188;industrial_complex;4405.00;9.70;702.00;5.27;0 @@ -8104,6 +11659,19 @@ 188;nuclear_reactor;4405.00;10.32;738.00;0.33;0 188;radar_station;4393.00;10.85;717.00;4.99;0 188;rocket_site;4413.00;10.28;692.00;5.06;0 +188;supply_node;4399.00;10.38;722.00;3.36;0 +188;supply_node;4399.00;10.43;737.00;3.78;0 +188;supply_node;4400.00;10.07;704.00;4.08;0 +188;supply_node;4407.00;9.73;706.00;5.30;0 +188;supply_node;4408.00;10.85;719.00;2.36;0 +188;supply_node;4409.00;10.82;731.00;2.60;0 +188;supply_node;4412.00;10.28;695.00;1.83;0 +188;supply_node;4414.00;9.85;677.00;1.19;0 +188;supply_node;4415.00;9.78;706.00;0.43;0 +188;supply_node;4416.00;10.60;719.00;3.06;0 +188;supply_node;4418.00;10.25;687.00;4.54;0 +188;supply_node;4423.00;9.60;669.00;4.78;0 +188;supply_node;4428.00;9.98;677.00;5.94;0 188;synthetic_refinery;4404.00;10.73;732.00;4.55;0 189;air_base;1676.00;9.98;1180.00;1.65;0 189;anti_air_building;1649.00;9.70;1166.00;5.94;0 @@ -8122,6 +11690,9 @@ 189;coastal_bunker;1679.00;9.60;1187.00;-2.76;0 189;coastal_bunker;1683.00;9.50;1163.00;0.28;0 189;dockyard;1660.00;9.50;1187.00;-1.77;0 +189;floating_harbor;1650.87;9.50;1156.74;-3.61;1635 +189;floating_harbor;1658.14;9.50;1186.37;1.37;1594 +189;floating_harbor;1667.18;9.50;1174.88;0.98;4641 189;industrial_complex;1666.00;9.70;1189.00;3.20;0 189;industrial_complex;1667.00;9.53;1163.00;5.27;0 189;industrial_complex;1672.00;9.60;1181.00;3.71;0 @@ -8134,6 +11705,8 @@ 189;nuclear_reactor;1654.00;9.73;1165.00;4.38;0 189;radar_station;1644.00;9.50;1165.00;0.46;0 189;rocket_site;1678.00;10.03;1174.00;1.72;0 +189;supply_node;1655.00;9.70;1165.00;4.54;0 +189;supply_node;1675.00;9.80;1183.00;3.06;0 189;synthetic_refinery;1680.00;10.48;1183.00;2.32;0 190;air_base;2547.00;9.63;883.00;0.70;0 190;anti_air_building;2547.00;9.60;887.00;0.77;0 @@ -8147,13 +11720,20 @@ 190;arms_factory;2582.00;9.75;860.00;4.76;0 190;bunker;2544.00;9.70;882.00;1.21;0 190;bunker;2557.00;10.78;874.00;4.83;0 +190;bunker;2562.00;9.65;861.00;0.70;0 190;bunker;2568.00;10.55;867.00;3.87;0 190;bunker;2591.00;9.75;860.00;2.16;0 190;coastal_bunker;2547.00;9.50;869.00;-1.36;0 190;coastal_bunker;2548.00;9.50;877.00;-0.34;0 190;coastal_bunker;2549.00;9.50;853.00;-1.40;0 +190;coastal_bunker;2554.00;9.68;861.00;-1.82;0 190;coastal_bunker;2567.00;9.80;866.00;-1.57;0 190;dockyard;2548.00;9.50;855.00;-1.40;0 +190;floating_harbor;2513.00;9.50;868.00;1.53;13213 +190;floating_harbor;2532.11;9.50;886.75;-4.53;4948 +190;floating_harbor;2544.09;9.50;866.91;-4.56;7972 +190;floating_harbor;2544.74;9.50;866.13;1.11;4989 +190;floating_harbor;2546.05;9.50;852.18;-4.60;12834 190;industrial_complex;2545.00;9.70;893.00;5.87;0 190;industrial_complex;2547.00;9.70;896.00;4.32;0 190;industrial_complex;2554.00;9.70;885.00;3.71;0 @@ -8164,9 +11744,15 @@ 190;naval_base;2550.00;9.78;874.00;-1.36;8889 190;naval_base;2551.00;9.70;862.00;-1.57;8889 190;naval_base;2552.00;9.50;853.00;-1.40;8889 +190;naval_base;2567.00;9.80;866.00;-1.77;8889 190;nuclear_reactor;2551.00;9.70;889.00;4.39;0 190;radar_station;2544.00;9.50;853.00;1.87;0 190;rocket_site;2558.00;9.70;898.00;1.37;0 +190;supply_node;2550.00;9.70;890.00;1.19;0 +190;supply_node;2555.00;9.65;861.00;3.78;0 +190;supply_node;2570.00;9.60;855.00;3.36;0 +190;supply_node;2570.00;10.85;871.00;0.43;0 +190;supply_node;2576.00;9.95;863.00;5.94;0 190;synthetic_refinery;2564.00;10.38;868.00;2.32;0 191;air_base;4260.00;14.07;1037.00;0.09;0 191;anti_air_building;4262.00;14.10;1024.00;3.87;0 @@ -8191,6 +11777,10 @@ 191;nuclear_reactor;4275.00;13.20;1066.00;3.88;0 191;radar_station;4246.00;10.03;1036.00;1.23;0 191;rocket_site;4262.00;12.25;1055.00;2.32;0 +191;supply_node;4253.00;11.05;1050.00;2.60;0 +191;supply_node;4255.00;11.40;1033.00;5.94;0 +191;supply_node;4272.00;12.93;1063.00;0.43;0 +191;supply_node;4275.00;10.70;1048.00;3.36;0 191;synthetic_refinery;4281.00;10.07;1054.00;1.82;0 192;air_base;2624.00;10.45;793.00;5.43;0 192;anti_air_building;2607.00;11.60;795.00;5.57;0 @@ -8230,6 +11820,12 @@ 192;coastal_bunker;2685.00;9.50;720.00;-0.32;0 192;coastal_bunker;2691.00;9.57;721.00;0.12;0 192;dockyard;2592.00;9.50;807.00;-1.11;0 +192;floating_harbor;2585.81;9.50;801.74;-4.23;1909 +192;floating_harbor;2592.11;9.50;792.78;-4.54;2038 +192;floating_harbor;2603.50;9.50;769.40;-4.33;2094 +192;floating_harbor;2629.24;9.50;749.02;-4.11;7959 +192;floating_harbor;2665.79;9.50;722.36;-3.46;8006 +192;floating_harbor;2702.20;9.50;717.10;-2.97;10762 192;industrial_complex;2605.00;10.13;789.00;2.76;0 192;industrial_complex;2636.00;10.75;785.00;0.70;0 192;industrial_complex;2687.00;10.50;870.00;3.36;0 @@ -8245,6 +11841,27 @@ 192;nuclear_reactor;2617.00;10.40;800.00;2.56;0 192;radar_station;2585.00;9.50;811.00;0.42;0 192;rocket_site;2675.00;11.28;780.00;1.34;0 +192;supply_node;2611.00;11.70;815.00;5.94;0 +192;supply_node;2616.00;10.07;797.00;2.60;0 +192;supply_node;2625.00;10.30;778.00;4.08;0 +192;supply_node;2648.00;10.40;762.00;4.72;0 +192;supply_node;2649.00;11.15;831.00;4.78;0 +192;supply_node;2662.00;11.40;813.00;0.62;0 +192;supply_node;2664.00;11.30;786.00;4.01;0 +192;supply_node;2672.00;10.03;741.00;4.31;0 +192;supply_node;2687.00;10.98;863.00;3.85;0 +192;supply_node;2690.00;11.38;787.00;2.14;0 +192;supply_node;2691.00;11.10;827.00;5.49;0 +192;supply_node;2697.00;10.60;747.00;0.92;0 +192;supply_node;2708.00;10.82;858.00;1.83;0 +192;supply_node;2716.00;11.00;791.00;3.55;0 +192;supply_node;2717.00;11.18;838.00;0.16;0 +192;supply_node;2731.00;9.93;760.00;5.72;0 +192;supply_node;2741.00;10.80;820.00;1.38;0 +192;supply_node;2743.00;10.80;866.00;1.68;0 +192;supply_node;2750.00;10.62;784.00;6.25;0 +192;supply_node;2762.00;10.80;842.00;5.03;0 +192;supply_node;2765.00;10.23;864.00;3.09;0 192;synthetic_refinery;2696.00;11.00;845.00;1.95;0 193;air_base;1392.00;10.30;1378.00;4.83;0 193;anti_air_building;1350.00;10.30;1398.00;0.90;0 @@ -8293,6 +11910,14 @@ 193;coastal_bunker;1410.00;9.53;1367.00;0.32;0 193;coastal_bunker;1426.00;9.50;1368.00;0.20;0 193;dockyard;1408.00;9.57;1352.00;1.57;0 +193;floating_harbor;1347.79;9.50;1350.36;-3.46;12313 +193;floating_harbor;1371.00;9.50;1349.00;-3.14;4507 +193;floating_harbor;1384.63;9.50;1342.03;-3.05;4535 +193;floating_harbor;1407.95;9.50;1343.05;-2.36;12398 +193;floating_harbor;1414.21;9.50;1360.36;-2.82;4464 +193;floating_harbor;1423.52;9.50;1361.17;-2.92;7668 +193;floating_harbor;1437.00;9.50;1342.00;-2.11;7552 +193;floating_harbor;1437.00;9.50;1342.00;-2.16;7524 193;industrial_complex;1350.00;10.30;1409.00;2.16;0 193;industrial_complex;1357.00;10.30;1371.00;3.36;0 193;industrial_complex;1362.00;10.30;1394.00;2.76;0 @@ -8310,6 +11935,34 @@ 193;nuclear_reactor;1396.00;10.30;1421.00;0.91;0 193;radar_station;1343.00;9.50;1358.00;4.30;0 193;rocket_site;1388.00;10.30;1416.00;5.64;0 +193;supply_node;1344.00;10.32;1397.00;0.39;0 +193;supply_node;1351.00;10.30;1379.00;1.83;0 +193;supply_node;1352.00;9.68;1363.00;4.50;0 +193;supply_node;1352.00;10.30;1408.00;1.38;0 +193;supply_node;1359.00;10.30;1396.00;0.92;0 +193;supply_node;1365.00;10.30;1374.00;4.01;0 +193;supply_node;1371.00;9.55;1360.00;2.14;0 +193;supply_node;1372.00;10.30;1388.00;3.85;0 +193;supply_node;1374.00;10.30;1406.00;4.78;0 +193;supply_node;1383.00;10.30;1360.00;4.31;0 +193;supply_node;1385.00;10.30;1373.00;4.08;0 +193;supply_node;1386.00;10.38;1389.00;2.32;0 +193;supply_node;1390.00;10.30;1412.00;6.03;0 +193;supply_node;1394.00;10.30;1432.00;4.72;0 +193;supply_node;1398.00;9.70;1360.00;5.72;0 +193;supply_node;1398.00;9.70;1373.00;1.68;0 +193;supply_node;1399.00;10.40;1387.00;3.55;0 +193;supply_node;1400.00;9.55;1351.00;2.63;0 +193;supply_node;1402.00;10.38;1422.00;1.15;0 +193;supply_node;1402.00;10.40;1404.00;0.62;0 +193;supply_node;1405.00;11.78;1444.00;5.03;0 +193;supply_node;1409.00;9.70;1376.00;5.49;0 +193;supply_node;1415.00;10.38;1392.00;6.25;0 +193;supply_node;1417.00;10.40;1417.00;3.09;0 +193;supply_node;1418.00;10.30;1430.00;0.46;0 +193;supply_node;1418.00;10.40;1405.00;1.87;0 +193;supply_node;1420.00;9.70;1377.00;0.16;0 +193;supply_node;1423.00;10.40;1443.00;5.27;0 193;synthetic_refinery;1396.00;9.78;1357.00;5.13;0 194;air_base;1943.00;9.65;1716.00;3.87;0 194;anti_air_building;1898.00;10.60;1698.00;0.67;0 @@ -8332,6 +11985,11 @@ 194;coastal_bunker;1940.00;9.60;1680.00;0.15;0 194;coastal_bunker;1965.00;9.50;1695.00;1.39;0 194;dockyard;1937.00;9.57;1727.00;-3.98;0 +194;floating_harbor;1875.00;9.50;1693.00;-4.30;7788 +194;floating_harbor;1925.00;9.50;1686.00;0.00;373 +194;floating_harbor;1939.18;9.50;1753.71;-0.83;12698 +194;floating_harbor;1942.00;9.50;1660.00;-2.99;12680 +194;floating_harbor;1988.00;9.50;1714.00;-1.41;7758 194;industrial_complex;1904.00;10.48;1697.00;1.21;0 194;industrial_complex;1922.00;10.35;1711.00;0.09;0 194;industrial_complex;1936.00;10.00;1708.00;4.83;0 @@ -8346,6 +12004,10 @@ 194;nuclear_reactor;1918.00;10.45;1714.00;4.45;0 194;radar_station;1881.00;9.50;1691.00;0.23;0 194;rocket_site;1921.00;9.95;1727.00;0.33;0 +194;supply_node;1902.00;10.25;1707.00;4.01;0 +194;supply_node;1925.00;9.50;1678.00;4.78;0 +194;supply_node;1936.00;9.60;1699.00;5.49;0 +194;supply_node;1959.00;9.70;1712.00;6.25;0 194;synthetic_refinery;1934.00;9.70;1728.00;1.28;0 195;air_base;2914.00;10.03;1153.00;5.94;0 195;anti_air_building;2822.00;10.70;1152.00;6.01;0 @@ -8381,6 +12043,21 @@ 195;nuclear_reactor;2797.00;12.10;1172.00;4.55;0 195;radar_station;2784.00;10.25;948.00;2.82;0 195;rocket_site;2845.00;10.90;958.00;4.45;0 +195;supply_node;2780.00;11.50;1154.00;1.68;0 +195;supply_node;2799.00;10.00;1108.00;5.49;0 +195;supply_node;2808.00;10.60;971.00;0.92;0 +195;supply_node;2815.00;12.10;1181.00;0.16;0 +195;supply_node;2820.00;10.60;1148.00;3.85;0 +195;supply_node;2830.00;10.45;1042.00;3.09;0 +195;supply_node;2853.00;10.95;1175.00;4.72;0 +195;supply_node;2866.00;12.32;1118.00;2.14;0 +195;supply_node;2885.00;10.10;1179.00;4.31;0 +195;supply_node;2886.00;11.70;1000.00;0.62;0 +195;supply_node;2905.00;9.98;1159.00;1.38;0 +195;supply_node;2921.00;9.80;1186.00;5.03;0 +195;supply_node;2929.00;10.70;1114.00;4.01;0 +195;supply_node;2932.00;14.07;1049.00;5.72;0 +195;supply_node;2938.00;10.03;1160.00;3.55;0 195;synthetic_refinery;2902.00;10.78;983.00;3.95;0 196;air_base;3107.00;10.10;1105.00;3.88;0 196;anti_air_building;2966.00;11.10;1086.00;4.45;0 @@ -8417,6 +12094,22 @@ 196;nuclear_reactor;3137.00;11.10;1008.00;4.45;0 196;radar_station;2951.00;12.40;1078.00;1.65;0 196;rocket_site;3066.00;10.70;1061.00;0.33;0 +196;supply_node;2982.00;11.12;1125.00;0.16;0 +196;supply_node;2985.00;11.50;1072.00;5.03;0 +196;supply_node;3021.00;11.00;1133.00;3.55;0 +196;supply_node;3031.00;10.85;1047.00;6.03;0 +196;supply_node;3040.00;10.70;1098.00;2.32;0 +196;supply_node;3060.00;10.82;1123.00;5.27;0 +196;supply_node;3084.00;15.53;1100.00;1.68;0 +196;supply_node;3091.00;10.80;1039.00;4.31;0 +196;supply_node;3120.00;10.05;1101.00;0.92;0 +196;supply_node;3144.00;9.70;1130.00;3.85;0 +196;supply_node;3147.00;10.10;1077.00;2.14;0 +196;supply_node;3157.00;11.00;1011.00;0.62;0 +196;supply_node;3167.00;9.70;1144.00;3.09;0 +196;supply_node;3167.00;9.80;1116.00;1.38;0 +196;supply_node;3181.00;10.30;1085.00;5.72;0 +196;supply_node;3184.00;9.70;1143.00;4.72;0 196;synthetic_refinery;3019.00;11.43;1056.00;2.39;0 197;air_base;2647.00;10.63;1028.00;4.38;0 197;anti_air_building;2579.00;9.75;951.00;5.06;0 @@ -8442,6 +12135,8 @@ 197;coastal_bunker;2554.00;9.50;927.00;-1.30;0 197;coastal_bunker;2554.00;9.50;977.00;-1.15;0 197;dockyard;2554.00;9.57;976.00;-1.15;0 +197;floating_harbor;2544.48;9.50;962.46;-4.34;7992 +197;floating_harbor;2545.25;9.50;926.16;-4.45;5034 197;industrial_complex;2556.00;9.65;961.00;5.94;0 197;industrial_complex;2662.00;10.10;940.00;0.60;0 197;industrial_complex;2698.00;10.80;1016.00;1.72;0 @@ -8453,6 +12148,17 @@ 197;nuclear_reactor;2664.00;10.50;998.00;3.50;0 197;radar_station;2548.00;9.50;909.00;0.88;0 197;rocket_site;2672.00;10.10;940.00;0.84;0 +197;supply_node;2563.00;9.70;931.00;0.62;0 +197;supply_node;2569.00;9.70;972.00;1.68;0 +197;supply_node;2586.00;9.70;931.00;3.55;0 +197;supply_node;2610.00;12.80;952.00;0.16;0 +197;supply_node;2613.00;12.32;912.00;0.92;0 +197;supply_node;2620.00;10.40;999.00;5.72;0 +197;supply_node;2646.00;10.10;1049.00;3.85;0 +197;supply_node;2650.00;10.15;951.00;4.31;0 +197;supply_node;2671.00;10.50;998.00;5.03;0 +197;supply_node;2689.00;10.50;1054.00;3.09;0 +197;supply_node;2696.00;10.40;959.00;1.38;0 197;synthetic_refinery;2681.00;10.90;1014.00;0.33;0 198;air_base;2615.00;10.18;1036.00;2.32;0 198;anti_air_building;2555.00;9.65;1015.00;0.33;0 @@ -8475,6 +12181,10 @@ 198;coastal_bunker;2601.00;9.50;1102.00;-2.90;0 198;coastal_bunker;2628.00;9.50;1114.00;-2.90;0 198;dockyard;2612.00;9.63;1108.00;-2.90;0 +198;floating_harbor;2545.17;9.50;1023.55;1.35;10875 +198;floating_harbor;2570.69;9.50;1071.02;1.12;5012 +198;floating_harbor;2602.30;9.50;1108.79;0.24;8038 +198;floating_harbor;2624.43;9.50;1121.82;0.23;8111 198;industrial_complex;2562.00;9.85;1027.00;3.88;0 198;industrial_complex;2581.00;9.80;1059.00;5.94;0 198;industrial_complex;2583.00;10.10;1018.00;0.77;0 @@ -8488,6 +12198,12 @@ 198;nuclear_reactor;2603.00;10.40;1036.00;5.06;0 198;radar_station;2541.00;9.50;994.00;2.36;0 198;rocket_site;2581.00;9.90;1007.00;3.50;0 +198;supply_node;2574.00;10.05;1017.00;0.92;0 +198;supply_node;2600.00;10.30;1057.00;3.55;0 +198;supply_node;2606.00;9.90;1094.00;1.68;0 +198;supply_node;2629.00;12.28;1102.00;5.72;0 +198;supply_node;2642.00;11.73;1082.00;5.03;0 +198;supply_node;2655.00;11.75;1101.00;0.62;0 198;synthetic_refinery;2603.00;10.30;1049.00;4.45;0 199;air_base;3230.00;11.20;961.00;1.37;0 199;anti_air_building;3221.00;11.32;1031.00;0.33;0 @@ -8517,6 +12233,15 @@ 199;nuclear_reactor;3352.00;10.50;942.00;4.45;0 199;radar_station;3196.00;11.32;979.00;1.65;0 199;rocket_site;3221.00;10.10;1094.00;5.30;0 +199;supply_node;3210.00;10.40;1078.00;6.03;0 +199;supply_node;3215.00;9.80;1110.00;3.85;0 +199;supply_node;3219.00;11.68;1031.00;3.09;0 +199;supply_node;3228.00;11.00;982.00;1.68;0 +199;supply_node;3241.00;10.28;1072.00;2.32;0 +199;supply_node;3316.00;10.70;989.00;0.92;0 +199;supply_node;3344.00;10.40;965.00;5.72;0 +199;supply_node;3344.00;11.55;992.00;0.16;0 +199;supply_node;3351.00;10.50;940.00;5.03;0 199;synthetic_refinery;3342.00;10.50;970.00;2.39;0 200;air_base;2584.00;9.70;850.00;0.77;0 200;anti_air_building;2589.00;9.80;836.00;2.39;0 @@ -8535,6 +12260,9 @@ 200;coastal_bunker;2565.00;9.50;832.00;-0.79;0 200;coastal_bunker;2576.00;9.50;823.00;-0.87;0 200;dockyard;2583.00;9.50;813.00;-0.87;0 +200;floating_harbor;2550.62;9.50;835.52;-4.02;12891 +200;floating_harbor;2560.11;9.50;835.75;-4.53;12747 +200;floating_harbor;2570.66;9.50;815.48;-4.01;12858 200;industrial_complex;2568.00;9.60;847.00;4.38;0 200;industrial_complex;2576.00;9.60;834.00;4.39;0 200;industrial_complex;2579.00;9.60;834.00;0.16;0 @@ -8547,6 +12275,9 @@ 200;nuclear_reactor;2598.00;9.93;845.00;3.50;0 200;radar_station;2544.00;9.50;849.00;0.88;0 200;rocket_site;2567.00;9.65;846.00;0.84;0 +200;supply_node;2562.00;9.70;845.00;3.85;0 +200;supply_node;2578.00;9.65;839.00;5.72;0 +200;supply_node;2589.00;9.85;831.00;0.92;0 200;synthetic_refinery;2584.00;9.70;838.00;0.33;0 201;air_base;3696.00;9.90;1418.00;6.10;0 201;anti_air_building;3694.00;9.80;1412.00;1.95;0 @@ -8563,6 +12294,7 @@ 201;bunker;3682.00;10.00;1405.00;5.06;0 201;bunker;3689.00;10.00;1390.00;2.39;0 201;bunker;3692.00;9.90;1422.00;0.33;0 +201;bunker;3698.00;9.88;1397.00;3.44;0 201;bunker;3700.00;9.75;1439.00;1.88;0 201;bunker;3702.00;9.80;1382.00;4.55;0 201;bunker;3717.00;9.68;1427.00;0.67;0 @@ -8583,6 +12315,23 @@ 201;nuclear_reactor;3710.00;9.70;1438.00;0.40;0 201;radar_station;3673.00;10.20;1346.00;3.36;0 201;rocket_site;3687.00;9.80;1382.00;2.56;0 +201;supply_node;3672.00;9.90;1373.00;4.80;0 +201;supply_node;3676.00;10.10;1400.00;5.27;0 +201;supply_node;3684.00;9.80;1381.00;3.28;0 +201;supply_node;3685.00;9.95;1354.00;0.46;0 +201;supply_node;3689.00;9.85;1421.00;0.69;0 +201;supply_node;3699.00;9.80;1440.00;2.63;0 +201;supply_node;3701.00;9.80;1371.00;2.56;0 +201;supply_node;3702.00;9.80;1395.00;2.32;0 +201;supply_node;3708.00;9.90;1421.00;0.39;0 +201;supply_node;3720.00;9.80;1372.00;1.15;0 +201;supply_node;3725.00;9.65;1389.00;4.50;0 +201;supply_node;3733.00;9.70;1358.00;1.87;0 +201;supply_node;3744.00;9.80;1370.00;3.09;0 +201;supply_node;3749.00;9.80;1345.00;4.04;0 +201;supply_node;3753.00;9.70;1384.00;3.85;0 +201;supply_node;3761.00;9.80;1352.00;0.16;0 +201;supply_node;3773.00;9.80;1365.00;6.03;0 201;synthetic_refinery;3776.00;9.80;1367.00;3.51;0 202;air_base;3678.00;12.00;1291.00;0.67;0 202;anti_air_building;3730.00;10.75;1317.00;3.07;0 @@ -8625,6 +12374,30 @@ 202;industrial_complex;3766.00;9.90;1288.00;4.39;0 202;radar_station;3633.00;9.50;1300.00;1.37;0 202;rocket_site;3661.00;9.75;1291.00;1.51;0 +202;supply_node;3642.00;9.65;1328.00;0.39;0 +202;supply_node;3650.00;9.70;1303.00;6.03;0 +202;supply_node;3656.00;9.73;1284.00;3.51;0 +202;supply_node;3666.00;10.00;1330.00;2.56;0 +202;supply_node;3670.00;10.05;1308.00;5.45;0 +202;supply_node;3693.00;9.82;1315.00;4.50;0 +202;supply_node;3693.00;10.70;1335.00;0.69;0 +202;supply_node;3693.00;12.20;1296.00;1.34;0 +202;supply_node;3717.00;9.80;1313.00;4.99;0 +202;supply_node;3720.00;14.05;1289.00;5.76;0 +202;supply_node;3724.00;11.55;1335.00;3.09;0 +202;supply_node;3737.00;10.03;1301.00;6.21;0 +202;supply_node;3742.00;15.23;1273.00;1.87;0 +202;supply_node;3746.00;11.00;1323.00;4.04;0 +202;supply_node;3755.00;10.53;1283.00;2.87;0 +202;supply_node;3762.00;9.80;1302.00;2.10;0 +202;supply_node;3767.00;12.18;1268.00;4.80;0 +202;supply_node;3770.00;9.90;1323.00;2.32;0 +202;supply_node;3774.00;12.00;1248.00;1.15;0 +202;supply_node;3780.00;10.05;1280.00;5.27;0 +202;supply_node;3783.00;9.90;1300.00;3.28;0 +202;supply_node;3794.00;10.95;1260.00;2.63;0 +202;supply_node;3798.00;10.20;1284.00;2.81;0 +202;supply_node;3816.00;10.65;1271.00;0.46;0 202;synthetic_refinery;3648.00;9.65;1332.00;1.01;0 203;air_base;3314.00;9.75;210.00;6.01;0 203;anti_air_building;3011.00;12.50;355.00;4.76;0 @@ -8653,6 +12426,7 @@ 203;bunker;3130.00;12.30;243.00;3.51;0 203;bunker;3164.00;12.25;224.00;2.02;0 203;bunker;3170.00;13.35;189.00;0.33;0 +203;bunker;3176.00;12.13;364.00;3.09;0 203;bunker;3181.00;12.10;344.00;2.90;0 203;bunker;3188.00;12.45;261.00;3.58;0 203;bunker;3199.00;12.85;168.00;4.01;0 @@ -8679,6 +12453,13 @@ 203;coastal_bunker;3291.00;9.53;164.00;1.22;0 203;coastal_bunker;3312.00;9.60;189.00;0.32;0 203;dockyard;3032.00;9.50;272.00;-1.39;0 +203;floating_harbor;2984.15;9.50;361.44;1.36;12921 +203;floating_harbor;3012.02;9.50;306.47;1.50;10978 +203;floating_harbor;3025.03;9.50;267.37;-4.62;2207 +203;floating_harbor;3034.70;9.50;221.47;-3.80;2229 +203;floating_harbor;3042.41;9.50;195.65;-4.37;5154 +203;floating_harbor;3293.75;9.50;155.16;-1.84;1468 +203;floating_harbor;3309.39;9.50;174.42;-2.79;8178 203;industrial_complex;3046.00;13.07;295.00;0.67;0 203;industrial_complex;3064.00;13.57;282.00;4.89;0 203;industrial_complex;3212.00;12.32;301.00;0.77;0 @@ -8695,6 +12476,42 @@ 203;nuclear_reactor;3256.00;11.63;296.00;2.09;0 203;radar_station;2989.00;9.50;362.00;5.44;0 203;rocket_site;3191.00;12.68;197.00;5.36;0 +203;supply_node;3010.00;12.65;356.00;0.42;0 +203;supply_node;3034.00;12.30;305.00;3.05;0 +203;supply_node;3043.00;11.25;269.00;2.63;0 +203;supply_node;3046.00;11.75;236.00;1.87;0 +203;supply_node;3057.00;12.40;353.00;2.81;0 +203;supply_node;3063.00;12.35;203.00;0.69;0 +203;supply_node;3068.00;13.55;317.00;3.81;0 +203;supply_node;3070.00;13.80;238.00;0.11;0 +203;supply_node;3074.00;14.12;278.00;2.56;0 +203;supply_node;3098.00;12.57;244.00;2.10;0 +203;supply_node;3098.00;13.00;200.00;3.28;0 +203;supply_node;3111.00;13.20;344.00;2.29;0 +203;supply_node;3111.00;13.30;297.00;3.58;0 +203;supply_node;3122.00;12.00;218.00;6.21;0 +203;supply_node;3142.00;12.50;257.00;4.46;0 +203;supply_node;3152.00;12.30;192.00;0.46;0 +203;supply_node;3165.00;12.00;331.00;4.50;0 +203;supply_node;3165.00;12.20;362.00;2.59;0 +203;supply_node;3178.00;12.65;215.00;0.88;0 +203;supply_node;3192.00;12.68;251.00;3.51;0 +203;supply_node;3196.00;12.20;300.00;5.94;0 +203;supply_node;3200.00;12.82;169.00;5.45;0 +203;supply_node;3210.00;13.90;220.00;0.39;0 +203;supply_node;3222.00;13.78;187.00;5.23;0 +203;supply_node;3231.00;12.10;285.00;1.64;0 +203;supply_node;3235.00;12.85;259.00;2.87;0 +203;supply_node;3242.00;13.85;227.00;4.99;0 +203;supply_node;3247.00;16.05;166.00;4.80;0 +203;supply_node;3249.00;14.55;198.00;4.53;0 +203;supply_node;3262.00;13.05;254.00;4.04;0 +203;supply_node;3275.00;14.90;226.00;1.15;0 +203;supply_node;3276.00;12.40;160.00;2.32;0 +203;supply_node;3278.00;12.93;190.00;5.27;0 +203;supply_node;3294.00;10.85;251.00;4.23;0 +203;supply_node;3297.00;11.07;217.00;1.34;0 +203;supply_node;3303.00;10.62;192.00;5.76;0 203;synthetic_refinery;3169.00;12.32;347.00;0.03;0 204;air_base;2922.00;9.95;1537.00;1.24;0 204;anti_air_building;2916.00;9.78;1538.00;5.98;0 @@ -8717,6 +12534,8 @@ 204;nuclear_reactor;2918.00;9.78;1538.00;5.98;0 204;radar_station;2916.00;10.63;1531.00;6.22;0 204;rocket_site;2919.00;9.82;1541.00;4.42;0 +204;supply_node;2916.00;9.85;1536.00;0.46;0 +204;supply_node;2922.00;9.95;1537.00;4.50;0 204;synthetic_refinery;2919.00;9.85;1535.00;3.91;0 205;air_base;3981.00;12.55;857.00;4.45;0 205;anti_air_building;3969.00;9.65;878.00;2.46;0 @@ -8741,6 +12560,10 @@ 205;coastal_bunker;3977.00;9.50;848.00;-1.71;0 205;coastal_bunker;3988.00;9.50;828.00;-1.19;0 205;dockyard;3973.00;9.50;861.00;-1.25;0 +205;floating_harbor;3962.07;9.50;870.01;-4.57;7395 +205;floating_harbor;3966.21;9.50;855.30;-4.47;7244 +205;floating_harbor;3968.07;9.50;848.99;1.43;10190 +205;floating_harbor;3978.14;9.50;830.63;-4.51;7391 205;industrial_complex;3981.00;12.95;858.00;6.01;0 205;industrial_complex;3989.00;10.98;885.00;1.28;0 205;industrial_complex;3990.00;11.43;873.00;1.88;0 @@ -8754,6 +12577,14 @@ 205;nuclear_reactor;4012.00;11.68;873.00;5.13;0 205;radar_station;3967.00;9.50;879.00;2.14;0 205;rocket_site;3980.00;10.05;846.00;1.01;0 +205;supply_node;3976.00;10.65;872.00;4.80;0 +205;supply_node;3981.00;13.65;859.00;0.39;0 +205;supply_node;3982.00;10.62;847.00;4.04;0 +205;supply_node;3990.00;10.05;833.00;1.87;0 +205;supply_node;3992.00;11.10;879.00;0.69;0 +205;supply_node;3993.00;11.95;865.00;1.15;0 +205;supply_node;4002.00;11.10;887.00;2.63;0 +205;supply_node;4006.00;11.80;869.00;2.56;0 205;synthetic_refinery;3992.00;10.35;831.00;3.07;0 206;air_base;1530.00;9.70;1330.00;2.39;0 206;anti_air_building;1540.00;9.68;1287.00;5.64;0 @@ -8780,6 +12611,13 @@ 206;coastal_bunker;1552.00;9.60;1315.00;-4.55;0 206;coastal_bunker;1556.00;9.55;1304.00;-4.39;0 206;dockyard;1515.00;9.55;1324.00;-1.11;0 +206;floating_harbor;1503.00;9.50;1301.00;-4.36;10489 +206;floating_harbor;1503.00;9.50;1301.00;-4.45;9834 +206;floating_harbor;1510.50;9.50;1321.40;-4.33;7388 +206;floating_harbor;1514.57;9.50;1307.24;-4.31;12752 +206;floating_harbor;1525.21;9.50;1292.30;-4.47;1913 +206;floating_harbor;1552.55;9.50;1334.46;-1.21;866 +206;floating_harbor;1559.86;9.50;1290.37;-1.37;1843 206;industrial_complex;1529.00;9.70;1315.00;1.28;0 206;industrial_complex;1532.00;9.70;1303.00;4.55;0 206;industrial_complex;1533.00;9.70;1319.00;6.01;0 @@ -8796,6 +12634,13 @@ 206;nuclear_reactor;1533.00;9.65;1312.00;5.64;0 206;radar_station;1539.00;9.50;1279.00;1.68;0 206;rocket_site;1528.00;9.70;1317.00;2.62;0 +206;supply_node;1522.00;9.70;1326.00;2.56;0 +206;supply_node;1528.00;9.60;1313.00;3.28;0 +206;supply_node;1536.00;9.68;1295.00;4.80;0 +206;supply_node;1538.00;9.70;1329.00;0.39;0 +206;supply_node;1546.00;9.60;1317.00;0.69;0 +206;supply_node;1547.00;9.70;1304.00;4.04;0 +206;supply_node;1548.00;9.70;1288.00;1.87;0 206;synthetic_refinery;1541.00;9.70;1326.00;3.58;0 207;air_base;381.00;10.50;1026.00;0.33;0 207;anti_air_building;378.00;9.90;1029.00;0.90;0 @@ -8818,6 +12663,11 @@ 207;coastal_bunker;422.00;9.50;1000.00;-2.74;0 207;coastal_bunker;440.00;9.50;986.00;0.00;0 207;dockyard;426.00;9.50;981.00;-0.11;0 +207;floating_harbor;365.64;9.50;1040.21;-1.25;7112 +207;floating_harbor;377.12;9.50;1019.18;-3.73;4180 +207;floating_harbor;418.64;9.50;1018.21;-1.25;7195 +207;floating_harbor;427.00;9.50;973.00;-3.14;10048 +207;floating_harbor;436.99;9.50;975.07;-3.00;12021 207;industrial_complex;378.00;10.03;1030.00;3.95;0 207;industrial_complex;383.00;9.93;1024.00;4.45;0 207;industrial_complex;384.00;12.40;1027.00;0.33;0 @@ -8832,6 +12682,11 @@ 207;nuclear_reactor;430.00;13.82;989.00;0.91;0 207;radar_station;430.00;9.50;976.00;4.30;0 207;rocket_site;385.00;12.30;1029.00;5.64;0 +207;supply_node;356.00;9.50;1037.00;2.56;0 +207;supply_node;383.00;13.35;1028.00;4.80;0 +207;supply_node;409.00;9.62;1015.00;4.04;0 +207;supply_node;427.00;12.80;989.00;0.69;0 +207;supply_node;435.00;12.40;989.00;3.28;0 207;synthetic_refinery;436.00;11.98;994.00;5.13;0 208;air_base;1111.00;15.25;1452.00;0.84;0 208;anti_air_building;1198.00;12.80;1434.00;6.03;0 @@ -8914,6 +12769,68 @@ 208;nuclear_reactor;1237.00;11.35;1405.00;5.94;0 208;radar_station;1105.00;13.48;1386.00;1.82;0 208;rocket_site;1231.00;12.03;1456.00;1.82;0 +208;supply_node;1117.00;14.90;1472.00;2.02;0 +208;supply_node;1118.00;13.30;1399.00;5.23;0 +208;supply_node;1119.00;15.00;1422.00;4.49;0 +208;supply_node;1120.00;16.70;1445.00;2.87;0 +208;supply_node;1141.00;17.12;1470.00;3.32;0 +208;supply_node;1145.00;13.65;1429.00;4.99;0 +208;supply_node;1146.00;12.98;1405.00;4.72;0 +208;supply_node;1156.00;14.78;1449.00;0.11;0 +208;supply_node;1163.00;13.15;1386.00;1.60;0 +208;supply_node;1164.00;16.88;1475.00;5.72;0 +208;supply_node;1166.00;13.85;1427.00;1.37;0 +208;supply_node;1167.00;13.25;1406.00;5.76;0 +208;supply_node;1172.00;14.32;1455.00;2.56;0 +208;supply_node;1183.00;13.90;1378.00;3.02;0 +208;supply_node;1186.00;12.70;1357.00;6.21;0 +208;supply_node;1187.00;13.57;1471.00;2.81;0 +208;supply_node;1188.00;12.43;1411.00;4.03;0 +208;supply_node;1189.00;13.00;1439.00;5.25;0 +208;supply_node;1206.00;11.40;1386.00;3.81;0 +208;supply_node;1206.00;12.18;1368.00;2.29;0 +208;supply_node;1206.00;12.38;1423.00;5.41;0 +208;supply_node;1207.00;12.55;1466.00;1.30;0 +208;supply_node;1208.00;12.70;1446.00;5.44;0 +208;supply_node;1210.00;11.93;1401.00;5.45;0 +208;supply_node;1218.00;12.48;1481.00;5.90;0 +208;supply_node;1225.00;11.50;1415.00;0.38;0 +208;supply_node;1230.00;11.90;1432.00;6.21;0 +208;supply_node;1230.00;13.07;1470.00;3.58;0 +208;supply_node;1231.00;10.98;1366.00;1.79;0 +208;supply_node;1231.00;11.43;1388.00;6.18;0 +208;supply_node;1232.00;11.82;1454.00;4.23;0 +208;supply_node;1246.00;11.00;1399.00;3.96;0 +208;supply_node;1247.00;10.75;1430.00;3.51;0 +208;supply_node;1249.00;10.80;1413.00;3.28;0 +208;supply_node;1251.00;11.48;1475.00;1.83;0 +208;supply_node;1254.00;11.07;1373.00;5.94;0 +208;supply_node;1256.00;10.53;1445.00;0.88;0 +208;supply_node;1257.00;10.93;1459.00;4.95;0 +208;supply_node;1262.00;10.60;1389.00;4.76;0 +208;supply_node;1266.00;10.38;1427.00;0.42;0 +208;supply_node;1269.00;10.60;1480.00;3.73;0 +208;supply_node;1272.00;10.50;1400.00;0.65;0 +208;supply_node;1273.00;10.70;1464.00;0.84;0 +208;supply_node;1275.00;10.30;1415.00;2.78;0 +208;supply_node;1277.00;10.20;1437.00;1.14;0 +208;supply_node;1277.00;10.50;1449.00;2.07;0 +208;supply_node;1280.00;10.85;1379.00;4.53;0 +208;supply_node;1287.00;10.38;1424.00;1.34;0 +208;supply_node;1288.00;10.40;1475.00;1.07;0 +208;supply_node;1292.00;10.00;1409.00;1.64;0 +208;supply_node;1294.00;10.45;1393.00;2.32;0 +208;supply_node;1294.00;10.90;1456.00;4.46;0 +208;supply_node;1297.00;10.70;1437.00;3.24;0 +208;supply_node;1307.00;12.93;1477.00;0.69;0 +208;supply_node;1309.00;10.07;1420.00;3.54;0 +208;supply_node;1309.00;10.40;1404.00;3.09;0 +208;supply_node;1310.00;10.53;1460.00;4.04;0 +208;supply_node;1318.00;10.85;1448.00;2.59;0 +208;supply_node;1319.00;10.43;1435.00;4.00;0 +208;supply_node;1324.00;14.93;1471.00;2.10;0 +208;supply_node;1328.00;9.80;1409.00;0.35;0 +208;supply_node;1328.00;10.15;1421.00;3.05;0 208;synthetic_refinery;1121.00;16.75;1447.00;2.77;0 209;air_base;3032.00;9.68;1248.00;5.06;0 209;anti_air_building;3031.00;9.57;1248.00;0.40;0 @@ -8928,6 +12845,7 @@ 209;bunker;3032.00;9.57;1247.00;5.57;0 209;coastal_bunker;3032.00;9.68;1249.00;-4.12;0 209;dockyard;3030.00;9.50;1250.00;-2.36;0 +209;floating_harbor;3022.05;9.50;1254.95;0.79;12003 209;industrial_complex;3031.00;9.57;1248.00;0.33;0 209;industrial_complex;3031.00;9.60;1249.00;0.84;0 209;industrial_complex;3031.00;9.60;1249.00;3.50;0 @@ -8938,6 +12856,7 @@ 209;nuclear_reactor;3032.00;9.68;1248.00;4.01;0 209;radar_station;3025.00;9.50;1251.00;0.72;0 209;rocket_site;3031.00;9.60;1249.00;2.46;0 +209;supply_node;3029.00;9.50;1248.00;3.28;0 209;synthetic_refinery;3032.00;9.57;1247.00;3.41;0 210;air_base;4253.00;9.68;837.00;5.57;0 210;anti_air_building;4253.00;9.60;838.00;2.46;0 @@ -8954,6 +12873,8 @@ 210;coastal_bunker;4258.00;9.50;864.00;0.00;0 210;coastal_bunker;4268.00;9.50;764.00;0.34;0 210;dockyard;4254.00;9.50;848.00;0.00;0 +210;floating_harbor;4250.47;9.50;799.05;0.53;10321 +210;floating_harbor;4262.00;9.50;848.00;-1.57;12251 210;industrial_complex;4249.00;9.55;818.00;3.50;0 210;industrial_complex;4254.00;9.70;838.00;4.45;0 210;industrial_complex;4255.00;9.55;860.00;2.90;0 @@ -8965,6 +12886,7 @@ 210;nuclear_reactor;4256.00;9.70;850.00;5.13;0 210;radar_station;4248.00;9.50;816.00;2.14;0 210;rocket_site;4253.00;9.65;836.00;1.01;0 +210;supply_node;4254.00;9.50;848.00;2.87;0 210;synthetic_refinery;4255.00;9.57;848.00;3.07;0 211;air_base;2929.00;9.70;1575.00;3.51;0 211;anti_air_building;2924.00;10.18;1563.00;3.07;0 @@ -8993,6 +12915,14 @@ 211;nuclear_reactor;2934.00;9.88;1568.00;1.51;0 211;radar_station;2934.00;9.80;1569.00;1.25;0 211;rocket_site;2939.00;9.75;1567.00;5.13;0 +211;supply_node;2918.00;10.30;1570.00;5.76;0 +211;supply_node;2924.00;9.70;1576.00;4.99;0 +211;supply_node;2924.00;10.12;1566.00;3.51;0 +211;supply_node;2932.00;10.32;1563.00;1.64;0 +211;supply_node;2933.00;9.70;1571.00;2.10;0 +211;supply_node;2937.00;9.80;1557.00;2.81;0 +211;supply_node;2943.00;9.80;1563.00;3.58;0 +211;supply_node;2949.00;10.32;1555.00;1.34;0 211;synthetic_refinery;2930.00;9.70;1574.00;0.90;0 212;air_base;2909.00;10.10;1536.00;0.21;0 212;anti_air_building;2909.00;9.80;1541.00;0.71;0 @@ -9014,6 +12944,7 @@ 212;nuclear_reactor;2910.00;9.78;1541.00;1.01;0 212;radar_station;2912.00;9.80;1538.00;5.73;0 212;rocket_site;2910.00;9.85;1538.00;0.90;0 +212;supply_node;2910.00;10.00;1536.00;1.34;0 212;synthetic_refinery;2911.00;9.95;1536.00;4.93;0 213;air_base;2926.00;9.95;1550.00;3.41;0 213;anti_air_building;2914.00;9.75;1555.00;5.64;0 @@ -9040,6 +12971,12 @@ 213;nuclear_reactor;2922.00;10.05;1548.00;2.62;0 213;radar_station;2911.00;9.95;1555.00;0.19;0 213;rocket_site;2919.00;9.90;1548.00;1.41;0 +213;supply_node;2914.00;9.70;1544.00;4.99;0 +213;supply_node;2917.00;10.15;1559.00;0.88;0 +213;supply_node;2918.00;9.70;1554.00;4.23;0 +213;supply_node;2924.00;10.15;1547.00;5.76;0 +213;supply_node;2928.00;9.78;1555.00;1.64;0 +213;supply_node;2928.00;10.62;1542.00;3.51;0 213;synthetic_refinery;2917.00;9.70;1555.00;0.91;0 214;air_base;3089.00;12.10;542.00;2.46;0 214;anti_air_building;3042.00;10.70;576.00;5.64;0 @@ -9059,6 +12996,7 @@ 214;bunker;3109.00;10.98;583.00;1.01;0 214;coastal_bunker;3010.00;9.50;527.00;-1.15;0 214;dockyard;3010.00;9.50;527.00;-1.15;0 +214;floating_harbor;3001.60;9.50;526.16;-4.29;8219 214;industrial_complex;3040.00;10.88;566.00;3.51;0 214;industrial_complex;3047.00;11.00;570.00;0.40;0 214;industrial_complex;3083.00;11.75;544.00;1.34;0 @@ -9069,6 +13007,12 @@ 214;nuclear_reactor;3114.00;11.40;562.00;2.62;0 214;radar_station;3011.00;9.78;555.00;0.19;0 214;rocket_site;3100.00;12.00;546.00;1.41;0 +214;supply_node;3035.00;10.85;541.00;4.99;0 +214;supply_node;3042.00;11.12;561.00;3.81;0 +214;supply_node;3059.00;11.12;582.00;1.64;0 +214;supply_node;3081.00;10.70;573.00;0.11;0 +214;supply_node;3090.00;12.10;538.00;4.23;0 +214;supply_node;3106.00;10.98;571.00;0.88;0 214;synthetic_refinery;3091.00;11.65;524.00;0.91;0 215;air_base;3724.00;12.80;1663.00;0.15;0 215;anti_air_building;3660.00;10.00;1645.00;0.65;0 @@ -9117,6 +13061,34 @@ 215;nuclear_reactor;3661.00;10.60;1627.00;1.77;0 215;radar_station;3686.00;9.98;1651.00;1.06;0 215;rocket_site;3717.00;11.68;1668.00;5.38;0 +215;supply_node;3638.00;10.00;1644.00;4.46;0 +215;supply_node;3639.00;10.05;1634.00;0.35;0 +215;supply_node;3647.00;10.00;1653.00;1.07;0 +215;supply_node;3653.00;10.38;1639.00;5.94;0 +215;supply_node;3656.00;10.10;1626.00;1.83;0 +215;supply_node;3657.00;9.93;1659.00;4.23;0 +215;supply_node;3659.00;10.00;1648.00;0.65;0 +215;supply_node;3667.00;10.12;1614.00;3.81;0 +215;supply_node;3668.00;9.90;1636.00;2.59;0 +215;supply_node;3672.00;10.30;1666.00;2.02;0 +215;supply_node;3672.00;10.45;1655.00;2.29;0 +215;supply_node;3675.00;9.90;1678.00;0.42;0 +215;supply_node;3675.00;10.05;1646.00;4.00;0 +215;supply_node;3676.00;9.88;1625.00;0.11;0 +215;supply_node;3681.00;10.00;1686.00;4.76;0 +215;supply_node;3685.00;9.88;1615.00;4.53;0 +215;supply_node;3685.00;10.05;1639.00;3.24;0 +215;supply_node;3687.00;9.98;1659.00;5.41;0 +215;supply_node;3693.00;10.28;1633.00;2.78;0 +215;supply_node;3693.00;10.65;1674.00;5.72;0 +215;supply_node;3698.00;10.53;1653.00;2.07;0 +215;supply_node;3700.00;10.78;1686.00;3.54;0 +215;supply_node;3702.00;13.40;1626.00;1.30;0 +215;supply_node;3709.00;10.68;1667.00;3.05;0 +215;supply_node;3710.00;10.78;1647.00;6.18;0 +215;supply_node;3714.00;10.80;1626.00;1.37;0 +215;supply_node;3718.00;13.68;1683.00;0.88;0 +215;supply_node;3721.00;12.43;1664.00;5.23;0 215;synthetic_refinery;3700.00;10.50;1657.00;4.88;0 216;air_base;4763.00;9.55;1301.00;0.90;0 216;anti_air_building;4766.00;12.70;1330.00;0.26;0 @@ -9169,6 +13141,18 @@ 216;coastal_bunker;4834.00;9.50;1358.00;0.79;0 216;coastal_bunker;4841.00;9.53;1367.00;0.67;0 216;dockyard;4763.00;9.50;1310.00;-1.11;0 +216;floating_harbor;4748.30;9.50;1312.21;-3.39;11835 +216;floating_harbor;4754.05;9.50;1312.05;-3.93;912 +216;floating_harbor;4755.27;9.50;1311.08;-4.43;9790 +216;floating_harbor;4755.36;9.50;1301.79;-4.39;4052 +216;floating_harbor;4801.95;9.50;1310.05;-2.36;6928 +216;floating_harbor;4804.60;9.50;1314.50;-2.76;3981 +216;floating_harbor;4813.60;9.50;1318.50;-2.76;3852 +216;floating_harbor;4826.95;9.50;1328.05;-2.36;6922 +216;floating_harbor;4836.64;9.50;1356.21;-1.25;6822 +216;floating_harbor;4836.79;9.50;1346.70;-1.33;959 +216;floating_harbor;4841.00;9.50;1356.40;-2.11;898 +216;floating_harbor;4845.37;9.50;1360.53;-2.47;6944 216;industrial_complex;4768.00;12.43;1335.00;4.01;0 216;industrial_complex;4779.00;12.90;1341.00;4.62;0 216;industrial_complex;4791.00;14.65;1331.00;3.41;0 @@ -9190,6 +13174,34 @@ 216;nuclear_reactor;4763.00;12.05;1327.00;4.99;0 216;radar_station;4746.00;9.50;1323.00;1.36;0 216;rocket_site;4801.00;9.65;1326.00;2.32;0 +216;supply_node;4751.00;10.30;1323.00;2.02;0 +216;supply_node;4758.00;12.15;1327.00;3.54;0 +216;supply_node;4761.00;10.65;1319.00;4.53;0 +216;supply_node;4765.00;9.70;1305.00;1.83;0 +216;supply_node;4766.00;12.62;1333.00;5.41;0 +216;supply_node;4769.00;9.98;1315.00;1.37;0 +216;supply_node;4771.00;11.80;1327.00;1.60;0 +216;supply_node;4775.00;12.90;1339.00;5.72;0 +216;supply_node;4776.00;11.48;1309.00;6.18;0 +216;supply_node;4776.00;11.75;1322.00;2.59;0 +216;supply_node;4782.00;13.75;1336.00;2.78;0 +216;supply_node;4783.00;12.60;1316.00;1.30;0 +216;supply_node;4784.00;12.23;1348.00;3.24;0 +216;supply_node;4784.00;13.80;1327.00;5.23;0 +216;supply_node;4790.00;14.73;1343.00;3.05;0 +216;supply_node;4792.00;11.32;1320.00;4.00;0 +216;supply_node;4792.00;14.60;1333.00;3.81;0 +216;supply_node;4799.00;14.32;1345.00;2.07;0 +216;supply_node;4800.00;9.73;1326.00;0.35;0 +216;supply_node;4802.00;14.05;1337.00;5.94;0 +216;supply_node;4809.00;9.85;1330.00;4.46;0 +216;supply_node;4810.00;14.48;1349.00;0.42;0 +216;supply_node;4814.00;14.60;1342.00;4.95;0 +216;supply_node;4819.00;9.95;1336.00;1.07;0 +216;supply_node;4824.00;12.55;1352.00;4.76;0 +216;supply_node;4826.00;9.82;1344.00;2.29;0 +216;supply_node;4830.00;10.93;1363.00;0.11;0 +216;supply_node;4837.00;10.10;1371.00;0.65;0 216;synthetic_refinery;4832.00;9.88;1364.00;4.39;0 217;air_base;4812.00;12.40;1274.00;5.13;0 217;anti_air_building;4809.00;12.03;1268.00;4.88;0 @@ -9225,6 +13237,15 @@ 217;coastal_bunker;4823.00;10.40;1273.00;1.43;0 217;coastal_bunker;4826.00;9.55;1263.00;-4.47;0 217;dockyard;4786.00;9.50;1270.00;-1.77;0 +217;floating_harbor;4774.05;9.50;1268.95;0.79;11992 +217;floating_harbor;4775.00;9.50;1282.00;1.57;7125 +217;floating_harbor;4775.21;9.50;1248.30;-4.47;7175 +217;floating_harbor;4775.50;9.50;1277.60;1.19;7221 +217;floating_harbor;4782.05;9.50;1269.95;0.79;7204 +217;floating_harbor;4817.82;9.50;1294.88;-0.98;1148 +217;floating_harbor;4821.38;9.50;1290.48;-0.88;7021 +217;floating_harbor;4825.95;9.50;1283.95;-0.79;12011 +217;floating_harbor;4832.50;9.50;1270.60;-1.19;11912 217;industrial_complex;4792.00;9.98;1280.00;1.10;0 217;industrial_complex;4797.00;10.05;1277.00;5.82;0 217;industrial_complex;4804.00;10.80;1279.00;4.37;0 @@ -9243,6 +13264,20 @@ 217;nuclear_reactor;4801.00;10.03;1276.00;6.03;0 217;radar_station;4775.00;9.50;1262.00;1.58;0 217;rocket_site;4811.00;11.53;1261.00;4.83;0 +217;supply_node;4782.00;9.60;1261.00;4.00;0 +217;supply_node;4786.00;9.70;1251.00;4.46;0 +217;supply_node;4787.00;9.60;1273.00;2.59;0 +217;supply_node;4790.00;9.90;1282.00;0.42;0 +217;supply_node;4791.00;10.00;1261.00;5.94;0 +217;supply_node;4798.00;9.93;1267.00;3.05;0 +217;supply_node;4799.00;9.98;1277.00;1.83;0 +217;supply_node;4804.00;12.10;1260.00;4.76;0 +217;supply_node;4806.00;12.55;1287.00;4.53;0 +217;supply_node;4807.00;11.05;1271.00;0.35;0 +217;supply_node;4810.00;13.18;1281.00;5.23;0 +217;supply_node;4813.00;11.93;1264.00;2.29;0 +217;supply_node;4817.00;13.18;1275.00;0.65;0 +217;supply_node;4821.00;12.35;1266.00;1.07;0 217;synthetic_refinery;4802.00;11.95;1260.00;4.93;0 218;air_base;4761.00;9.57;1289.00;5.64;0 218;anti_air_building;4759.00;9.70;1293.00;4.15;0 @@ -9274,6 +13309,13 @@ 218;coastal_bunker;4795.00;9.95;1308.00;-3.73;0 218;coastal_bunker;4808.00;10.13;1298.00;-4.07;0 218;dockyard;4759.00;9.53;1286.00;-1.57;0 +218;floating_harbor;4725.00;9.50;1289.00;-4.47;10065 +218;floating_harbor;4750.21;9.50;1289.70;1.33;4107 +218;floating_harbor;4756.12;9.50;1302.82;0.59;7155 +218;floating_harbor;4775.21;9.50;1277.36;-2.82;1003 +218;floating_harbor;4777.40;9.50;1275.50;-3.52;12040 +218;floating_harbor;4802.95;9.50;1311.95;-0.79;848 +218;floating_harbor;4812.95;9.50;1303.95;-0.79;11958 218;industrial_complex;4771.00;9.70;1288.00;0.90;0 218;industrial_complex;4778.00;9.57;1286.00;0.40;0 218;industrial_complex;4779.00;9.98;1292.00;1.01;0 @@ -9290,6 +13332,18 @@ 218;nuclear_reactor;4771.00;9.70;1288.00;3.81;0 218;radar_station;4752.00;9.50;1288.00;1.33;0 218;rocket_site;4779.00;9.65;1288.00;1.14;0 +218;supply_node;4761.00;9.50;1287.00;4.46;0 +218;supply_node;4762.00;9.75;1294.00;2.59;0 +218;supply_node;4772.00;9.70;1287.00;5.23;0 +218;supply_node;4772.00;11.10;1301.00;1.83;0 +218;supply_node;4774.00;10.28;1294.00;1.07;0 +218;supply_node;4782.00;9.65;1287.00;0.65;0 +218;supply_node;4783.00;11.00;1300.00;5.94;0 +218;supply_node;4786.00;12.75;1309.00;4.76;0 +218;supply_node;4790.00;10.15;1293.00;0.35;0 +218;supply_node;4795.00;11.98;1304.00;2.29;0 +218;supply_node;4797.00;11.18;1292.00;0.42;0 +218;supply_node;4804.00;12.75;1295.00;4.00;0 218;synthetic_refinery;4765.00;9.65;1291.00;2.09;0 219;air_base;4821.00;11.75;1245.00;3.58;0 219;anti_air_building;4781.00;9.60;1231.00;2.25;0 @@ -9325,6 +13379,15 @@ 219;coastal_bunker;4825.00;9.78;1251.00;1.57;0 219;coastal_bunker;4827.00;9.55;1248.00;1.57;0 219;dockyard;4777.00;9.50;1224.00;-0.79;0 +219;floating_harbor;4774.05;9.50;1240.95;0.79;10110 +219;floating_harbor;4774.27;9.50;1244.92;1.29;4126 +219;floating_harbor;4776.05;9.50;1216.05;-3.93;11948 +219;floating_harbor;4788.00;9.50;1201.00;-1.57;1177 +219;floating_harbor;4798.60;9.50;1219.00;-2.60;12085 +219;floating_harbor;4809.88;9.50;1222.18;-2.55;1054 +219;floating_harbor;4820.95;9.50;1227.05;-2.36;12060 +219;floating_harbor;4831.79;9.50;1257.70;-1.33;7121 +219;floating_harbor;4832.00;9.50;1242.00;-1.57;4056 219;industrial_complex;4787.00;9.90;1233.00;0.91;0 219;industrial_complex;4788.00;9.88;1231.00;1.51;0 219;industrial_complex;4792.00;9.55;1227.00;1.01;0 @@ -9343,6 +13406,20 @@ 219;nuclear_reactor;4806.00;12.23;1251.00;2.26;0 219;radar_station;4775.00;9.50;1199.00;0.11;0 219;rocket_site;4805.00;11.10;1234.00;2.16;0 +219;supply_node;4780.00;9.70;1201.00;5.94;0 +219;supply_node;4782.00;9.70;1233.00;4.00;0 +219;supply_node;4783.00;9.57;1223.00;0.65;0 +219;supply_node;4788.00;11.40;1241.00;1.83;0 +219;supply_node;4792.00;9.70;1230.00;1.37;0 +219;supply_node;4797.00;12.10;1250.00;3.24;0 +219;supply_node;4801.00;12.65;1240.00;1.07;0 +219;supply_node;4804.00;9.70;1231.00;0.42;0 +219;supply_node;4806.00;12.50;1249.00;4.46;0 +219;supply_node;4813.00;9.65;1235.00;6.18;0 +219;supply_node;4814.00;11.55;1253.00;5.41;0 +219;supply_node;4815.00;11.45;1243.00;0.35;0 +219;supply_node;4821.00;11.70;1255.00;4.76;0 +219;supply_node;4822.00;10.70;1242.00;2.59;0 219;synthetic_refinery;4799.00;10.15;1233.00;1.65;0 220;air_base;4043.00;10.28;836.00;2.62;0 220;anti_air_building;4046.00;9.85;851.00;3.64;0 @@ -9364,6 +13441,9 @@ 220;coastal_bunker;4051.00;9.53;836.00;1.33;0 220;coastal_bunker;4057.00;9.50;848.00;-4.25;0 220;dockyard;4051.00;9.60;839.00;1.33;0 +220;floating_harbor;4057.26;9.50;835.13;-1.11;12164 +220;floating_harbor;4061.00;9.50;841.00;-1.57;10149 +220;floating_harbor;4065.50;9.50;858.60;-1.19;10278 220;industrial_complex;4044.00;9.85;844.00;5.13;0 220;industrial_complex;4046.00;9.80;844.00;1.51;0 220;industrial_complex;4051.00;9.70;844.00;0.91;0 @@ -9376,6 +13456,12 @@ 220;nuclear_reactor;4038.00;11.20;838.00;0.03;0 220;radar_station;4030.00;11.13;837.00;3.27;0 220;rocket_site;4036.00;11.82;838.00;4.76;0 +220;supply_node;4033.00;10.80;848.00;2.59;0 +220;supply_node;4036.00;11.95;836.00;5.94;0 +220;supply_node;4044.00;9.93;849.00;0.35;0 +220;supply_node;4045.00;9.90;829.00;1.07;0 +220;supply_node;4049.00;9.70;841.00;1.83;0 +220;supply_node;4054.00;9.70;854.00;4.76;0 220;synthetic_refinery;4056.00;9.70;856.00;4.25;0 221;air_base;4082.00;9.90;755.00;2.02;0 221;anti_air_building;4063.00;11.43;752.00;5.36;0 @@ -9400,6 +13486,11 @@ 221;coastal_bunker;4076.00;9.55;777.00;-4.33;0 221;coastal_bunker;4083.00;9.55;763.00;-4.55;0 221;dockyard;4066.00;9.50;742.00;-0.98;0 +221;floating_harbor;4047.80;9.50;761.40;-3.79;7344 +221;floating_harbor;4052.05;9.50;743.05;-3.93;7260 +221;floating_harbor;4083.64;9.50;780.21;-1.25;10229 +221;floating_harbor;4086.00;9.50;749.00;-1.57;4219 +221;floating_harbor;4089.90;9.50;764.15;-1.41;12258 221;industrial_complex;4054.00;9.90;761.00;5.64;0 221;industrial_complex;4060.00;9.70;746.00;3.58;0 221;industrial_complex;4064.00;13.43;762.00;1.41;0 @@ -9414,6 +13505,13 @@ 221;nuclear_reactor;4067.00;10.35;776.00;0.54;0 221;radar_station;4052.00;9.50;757.00;4.27;0 221;rocket_site;4073.00;12.65;762.00;3.81;0 +221;supply_node;4055.00;9.78;771.00;1.07;0 +221;supply_node;4059.00;9.75;750.00;4.76;0 +221;supply_node;4064.00;13.28;770.00;0.65;0 +221;supply_node;4066.00;13.75;757.00;0.35;0 +221;supply_node;4071.00;10.03;776.00;4.00;0 +221;supply_node;4074.00;10.20;749.00;1.83;0 +221;supply_node;4077.00;12.10;762.00;3.24;0 221;synthetic_refinery;4076.00;11.50;765.00;4.76;0 222;air_base;1551.00;9.70;1418.00;1.07;0 222;anti_air_building;1541.00;9.70;1403.00;0.26;0 @@ -9456,6 +13554,17 @@ 222;coastal_bunker;1614.00;9.50;1458.00;-1.57;0 222;coastal_bunker;1619.00;9.50;1472.00;1.37;0 222;dockyard;1608.00;9.50;1452.00;-4.47;0 +222;floating_harbor;1548.47;9.50;1396.92;-2.62;1547 +222;floating_harbor;1552.08;9.50;1400.27;-3.42;7202 +222;floating_harbor;1574.95;9.50;1416.05;-2.36;10047 +222;floating_harbor;1579.20;9.50;1420.40;-2.50;11927 +222;floating_harbor;1589.20;9.50;1426.40;-2.50;1019 +222;floating_harbor;1603.00;9.50;1438.40;-2.11;1132 +222;floating_harbor;1615.79;9.50;1453.70;-1.33;1163 +222;floating_harbor;1627.90;9.50;1470.85;-1.74;9876 +222;floating_harbor;1647.00;9.50;1457.00;-1.62;4168 +222;floating_harbor;1647.00;9.50;1457.00;-1.77;1077 +222;floating_harbor;1647.00;9.50;1457.00;-1.87;6943 222;industrial_complex;1558.00;9.70;1423.00;3.58;0 222;industrial_complex;1560.00;9.70;1417.00;1.41;0 222;industrial_complex;1578.00;9.70;1435.00;2.62;0 @@ -9476,6 +13585,24 @@ 222;nuclear_reactor;1539.00;9.70;1418.00;1.72;0 222;radar_station;1540.00;9.70;1400.00;4.30;0 222;rocket_site;1602.00;9.65;1459.00;4.99;0 +222;supply_node;1541.00;9.70;1410.00;0.65;0 +222;supply_node;1545.00;9.70;1424.00;5.72;0 +222;supply_node;1550.00;9.70;1432.00;1.37;0 +222;supply_node;1555.00;9.80;1441.00;3.54;0 +222;supply_node;1556.00;9.70;1414.00;1.30;0 +222;supply_node;1563.00;9.70;1428.00;2.02;0 +222;supply_node;1567.00;9.80;1456.00;2.07;0 +222;supply_node;1569.00;9.70;1434.00;3.09;0 +222;supply_node;1572.00;9.70;1445.00;4.95;0 +222;supply_node;1575.00;10.40;1470.00;5.41;0 +222;supply_node;1582.00;9.70;1436.00;4.76;0 +222;supply_node;1582.00;9.70;1455.00;0.84;0 +222;supply_node;1589.00;10.30;1470.00;1.60;0 +222;supply_node;1592.00;9.70;1445.00;4.00;0 +222;supply_node;1598.00;9.70;1460.00;3.24;0 +222;supply_node;1602.00;9.70;1472.00;6.18;0 +222;supply_node;1615.00;9.60;1473.00;2.78;0 +222;supply_node;1616.00;9.70;1462.00;1.07;0 222;synthetic_refinery;1547.00;9.70;1414.00;5.94;0 223;air_base;3875.00;10.15;1532.00;4.05;0 223;anti_air_building;3815.00;10.00;1484.00;2.13;0 @@ -9534,6 +13661,44 @@ 223;nuclear_reactor;3855.00;10.30;1481.00;4.70;0 223;radar_station;3804.00;9.90;1456.00;3.74;0 223;rocket_site;3939.00;9.80;1562.00;0.58;0 +223;supply_node;3815.00;9.98;1462.00;4.49;0 +223;supply_node;3819.00;10.00;1480.00;6.21;0 +223;supply_node;3837.00;10.50;1461.00;4.72;0 +223;supply_node;3844.00;10.40;1483.00;2.56;0 +223;supply_node;3847.00;10.15;1606.00;0.84;0 +223;supply_node;3851.00;10.40;1556.00;1.60;0 +223;supply_node;3855.00;10.45;1531.00;3.02;0 +223;supply_node;3858.00;10.20;1502.00;2.02;0 +223;supply_node;3860.00;10.88;1458.00;4.27;0 +223;supply_node;3862.00;10.20;1576.00;0.65;0 +223;supply_node;3867.00;10.40;1592.00;1.37;0 +223;supply_node;3871.00;10.10;1543.00;5.25;0 +223;supply_node;3871.00;10.30;1481.00;6.14;0 +223;supply_node;3872.00;10.57;1621.00;1.30;0 +223;supply_node;3873.00;10.32;1560.00;5.72;0 +223;supply_node;3873.00;10.60;1519.00;1.79;0 +223;supply_node;3883.00;10.25;1499.00;0.57;0 +223;supply_node;3883.00;11.03;1606.00;0.38;0 +223;supply_node;3890.00;10.00;1542.00;4.95;0 +223;supply_node;3894.00;10.10;1571.00;2.32;0 +223;supply_node;3897.00;10.18;1585.00;5.41;0 +223;supply_node;3900.00;10.10;1555.00;5.90;0 +223;supply_node;3900.00;10.38;1512.00;2.09;0 +223;supply_node;3901.00;10.10;1527.00;4.00;0 +223;supply_node;3902.00;10.40;1621.00;3.32;0 +223;supply_node;3911.00;9.88;1599.00;3.51;0 +223;supply_node;3917.00;9.90;1538.00;4.03;0 +223;supply_node;3920.00;9.80;1566.00;3.54;0 +223;supply_node;3927.00;9.95;1580.00;2.07;0 +223;supply_node;3928.00;9.80;1551.00;3.96;0 +223;supply_node;3928.00;10.10;1510.00;3.73;0 +223;supply_node;3931.00;9.80;1526.00;2.78;0 +223;supply_node;3940.00;10.07;1594.00;3.24;0 +223;supply_node;3948.00;9.80;1517.00;3.09;0 +223;supply_node;3948.00;10.32;1567.00;5.44;0 +223;supply_node;3949.00;9.80;1541.00;6.18;0 +223;supply_node;3960.00;10.20;1500.00;1.14;0 +223;supply_node;3965.00;9.80;1519.00;1.33;0 223;synthetic_refinery;3874.00;10.40;1565.00;1.18;0 224;air_base;3844.00;10.18;1574.00;3.45;0 224;anti_air_building;3635.00;9.60;1489.00;0.41;0 @@ -9659,6 +13824,111 @@ 224;nuclear_reactor;3642.00;9.70;1536.00;2.70;0 224;radar_station;3555.00;9.60;1469.00;0.06;0 224;rocket_site;3621.00;9.60;1421.00;2.60;0 +224;supply_node;3564.00;9.60;1470.00;5.41;0 +224;supply_node;3570.00;9.60;1460.00;4.03;0 +224;supply_node;3573.00;9.60;1448.00;5.44;0 +224;supply_node;3580.00;9.60;1470.00;4.45;0 +224;supply_node;3582.00;9.60;1454.00;0.61;0 +224;supply_node;3591.00;9.60;1473.00;1.52;0 +224;supply_node;3593.00;9.60;1458.00;2.78;0 +224;supply_node;3599.00;9.60;1482.00;1.11;0 +224;supply_node;3606.00;9.60;1463.00;6.18;0 +224;supply_node;3606.00;9.60;1475.00;0.53;0 +224;supply_node;3610.00;9.68;1536.00;3.47;0 +224;supply_node;3611.00;9.60;1524.00;2.07;0 +224;supply_node;3615.00;9.73;1402.00;6.13;0 +224;supply_node;3617.00;9.60;1511.00;3.24;0 +224;supply_node;3618.00;9.60;1482.00;1.78;0 +224;supply_node;3621.00;9.60;1470.00;0.31;0 +224;supply_node;3621.00;9.60;1496.00;3.96;0 +224;supply_node;3621.00;9.60;1536.00;1.02;0 +224;supply_node;3625.00;9.60;1521.00;4.23;0 +224;supply_node;3626.00;9.60;1459.00;3.96;0 +224;supply_node;3628.00;9.60;1417.00;6.21;0 +224;supply_node;3629.00;9.80;1384.00;2.56;0 +224;supply_node;3632.00;9.60;1487.00;2.54;0 +224;supply_node;3634.00;9.60;1506.00;1.30;0 +224;supply_node;3634.00;9.70;1537.00;1.79;0 +224;supply_node;3637.00;9.60;1473.00;3.69;0 +224;supply_node;3637.00;9.70;1521.00;4.49;0 +224;supply_node;3642.00;9.70;1365.00;2.28;0 +224;supply_node;3644.00;9.60;1463.00;1.29;0 +224;supply_node;3645.00;9.60;1489.00;3.54;0 +224;supply_node;3648.00;9.60;1431.00;1.37;0 +224;supply_node;3648.00;9.80;1400.00;0.80;0 +224;supply_node;3650.00;9.70;1531.00;2.32;0 +224;supply_node;3651.00;9.70;1516.00;5.68;0 +224;supply_node;3652.00;9.60;1499.00;4.72;0 +224;supply_node;3652.00;10.00;1543.00;4.72;0 +224;supply_node;3653.00;9.60;1450.00;5.72;0 +224;supply_node;3655.00;9.85;1380.00;5.22;0 +224;supply_node;3655.00;10.18;1478.00;2.52;0 +224;supply_node;3658.00;9.60;1465.00;3.19;0 +224;supply_node;3663.00;10.18;1354.00;5.89;0 +224;supply_node;3666.00;9.80;1542.00;3.51;0 +224;supply_node;3667.00;9.73;1508.00;4.94;0 +224;supply_node;3667.00;9.80;1420.00;5.59;0 +224;supply_node;3668.00;9.80;1523.00;4.64;0 +224;supply_node;3670.00;10.00;1492.00;0.80;0 +224;supply_node;3671.00;10.20;1471.00;4.15;0 +224;supply_node;3674.00;10.12;1446.00;2.21;0 +224;supply_node;3677.00;10.00;1536.00;1.60;0 +224;supply_node;3682.00;11.35;1483.00;4.95;0 +224;supply_node;3687.00;9.70;1463.00;2.24;0 +224;supply_node;3688.00;9.85;1509.00;3.93;0 +224;supply_node;3689.00;9.95;1529.00;1.33;0 +224;supply_node;3694.00;9.98;1492.00;6.14;0 +224;supply_node;3704.00;9.80;1478.00;2.73;0 +224;supply_node;3706.00;9.80;1503.00;3.01;0 +224;supply_node;3708.00;9.80;1526.00;1.75;0 +224;supply_node;3708.00;9.85;1457.00;1.33;0 +224;supply_node;3722.00;9.85;1491.00;4.45;0 +224;supply_node;3723.00;9.85;1475.00;3.32;0 +224;supply_node;3724.00;9.80;1507.00;3.05;0 +224;supply_node;3725.00;9.85;1522.00;5.86;0 +224;supply_node;3727.00;12.50;1444.00;2.70;0 +224;supply_node;3731.00;10.75;1463.00;2.02;0 +224;supply_node;3741.00;9.90;1500.00;5.90;0 +224;supply_node;3743.00;9.95;1520.00;4.91;0 +224;supply_node;3745.00;10.35;1480.00;3.02;0 +224;supply_node;3750.00;9.70;1459.00;0.57;0 +224;supply_node;3753.00;10.30;1538.00;0.07;0 +224;supply_node;3755.00;10.15;1554.00;0.35;0 +224;supply_node;3758.00;9.85;1506.00;5.40;0 +224;supply_node;3762.00;9.90;1486.00;0.11;0 +224;supply_node;3765.00;9.90;1527.00;3.43;0 +224;supply_node;3765.00;10.50;1573.00;2.05;0 +224;supply_node;3769.00;10.60;1591.00;1.56;0 +224;supply_node;3770.00;9.88;1470.00;2.09;0 +224;supply_node;3771.00;13.25;1456.00;4.91;0 +224;supply_node;3774.00;9.70;1513.00;3.73;0 +224;supply_node;3775.00;9.98;1546.00;4.18;0 +224;supply_node;3776.00;9.85;1562.00;4.88;0 +224;supply_node;3776.00;10.45;1443.00;4.27;0 +224;supply_node;3777.00;9.70;1490.00;0.84;0 +224;supply_node;3786.00;10.70;1583.00;5.18;0 +224;supply_node;3790.00;9.70;1506.00;0.38;0 +224;supply_node;3790.00;9.80;1528.00;1.26;0 +224;supply_node;3791.00;10.10;1598.00;2.74;0 +224;supply_node;3793.00;9.73;1477.00;4.00;0 +224;supply_node;3793.00;9.90;1442.00;1.82;0 +224;supply_node;3794.00;9.73;1460.00;3.23;0 +224;supply_node;3796.00;9.80;1547.00;3.50;0 +224;supply_node;3798.00;10.00;1568.00;4.42;0 +224;supply_node;3803.00;9.90;1493.00;2.02;0 +224;supply_node;3809.00;9.75;1583.00;0.38;0 +224;supply_node;3811.00;10.45;1599.00;6.17;0 +224;supply_node;3813.00;9.80;1536.00;5.25;0 +224;supply_node;3813.00;9.90;1516.00;1.14;0 +224;supply_node;3814.00;9.85;1556.00;5.37;0 +224;supply_node;3822.00;10.00;1574.00;2.27;0 +224;supply_node;3826.00;10.55;1608.00;5.67;0 +224;supply_node;3827.00;10.10;1502.00;3.09;0 +224;supply_node;3830.00;10.10;1531.00;4.98;0 +224;supply_node;3833.00;10.00;1548.00;0.84;0 +224;supply_node;3835.00;10.10;1589.00;0.87;0 +224;supply_node;3835.00;10.20;1567.00;2.97;0 +224;supply_node;3840.00;10.30;1517.00;0.03;0 224;synthetic_refinery;3659.00;9.80;1526.00;0.64;0 225;air_base;3847.00;10.70;1411.00;1.58;0 225;anti_air_building;3853.00;10.48;1442.00;2.32;0 @@ -9718,6 +13988,45 @@ 225;nuclear_reactor;3875.00;10.65;1461.00;5.00;0 225;radar_station;3803.00;10.80;1430.00;2.77;0 225;rocket_site;3952.00;10.85;1444.00;4.89;0 +225;supply_node;3811.00;10.40;1441.00;5.90;0 +225;supply_node;3824.00;10.30;1426.00;2.56;0 +225;supply_node;3838.00;10.80;1441.00;3.96;0 +225;supply_node;3842.00;10.40;1419.00;4.27;0 +225;supply_node;3856.00;10.73;1409.00;3.32;0 +225;supply_node;3867.00;10.40;1433.00;2.09;0 +225;supply_node;3874.00;11.23;1390.00;4.98;0 +225;supply_node;3880.00;11.10;1409.00;0.38;0 +225;supply_node;3884.00;10.70;1458.00;2.07;0 +225;supply_node;3885.00;10.85;1358.00;1.79;0 +225;supply_node;3891.00;10.43;1431.00;2.74;0 +225;supply_node;3893.00;13.15;1367.00;5.25;0 +225;supply_node;3898.00;10.40;1479.00;5.41;0 +225;supply_node;3899.00;10.50;1385.00;0.57;0 +225;supply_node;3906.00;10.62;1405.00;5.44;0 +225;supply_node;3908.00;10.75;1451.00;3.54;0 +225;supply_node;3910.00;16.60;1351.00;1.33;0 +225;supply_node;3912.00;10.40;1494.00;4.72;0 +225;supply_node;3919.00;10.88;1424.00;0.84;0 +225;supply_node;3919.00;11.00;1370.00;0.87;0 +225;supply_node;3927.00;10.60;1399.00;4.91;0 +225;supply_node;3928.00;10.75;1468.00;3.09;0 +225;supply_node;3935.00;11.00;1490.00;1.60;0 +225;supply_node;3937.00;11.30;1442.00;2.32;0 +225;supply_node;3945.00;10.73;1417.00;3.51;0 +225;supply_node;3945.00;10.78;1389.00;6.14;0 +225;supply_node;3945.00;10.98;1370.00;4.03;0 +225;supply_node;3954.00;10.90;1480.00;1.14;0 +225;supply_node;3956.00;11.53;1455.00;1.30;0 +225;supply_node;3969.00;11.62;1374.00;5.68;0 +225;supply_node;3976.00;12.25;1362.00;2.02;0 +225;supply_node;3981.00;11.15;1479.00;3.73;0 +225;supply_node;3981.00;11.35;1461.00;1.37;0 +225;supply_node;3994.00;10.60;1379.00;4.95;0 +225;supply_node;4008.00;11.15;1459.00;4.49;0 +225;supply_node;4013.00;10.48;1478.00;6.21;0 +225;supply_node;4017.00;11.35;1380.00;2.78;0 +225;supply_node;4032.00;10.93;1459.00;3.02;0 +225;supply_node;4043.00;10.45;1476.00;5.72;0 225;synthetic_refinery;3998.00;11.45;1460.00;4.39;0 226;air_base;3825.00;10.13;1345.00;5.81;0 226;anti_air_building;3848.00;10.63;1391.00;2.76;0 @@ -9761,6 +14070,29 @@ 226;nuclear_reactor;3829.00;11.07;1396.00;0.61;0 226;radar_station;3771.00;9.90;1339.00;2.59;0 226;rocket_site;3783.00;9.70;1401.00;2.77;0 +226;supply_node;3771.00;9.70;1403.00;4.72;0 +226;supply_node;3778.00;9.70;1424.00;1.60;0 +226;supply_node;3781.00;9.80;1386.00;5.72;0 +226;supply_node;3785.00;9.90;1347.00;2.02;0 +226;supply_node;3789.00;9.93;1330.00;5.90;0 +226;supply_node;3795.00;10.65;1371.00;3.54;0 +226;supply_node;3796.00;9.90;1312.00;1.79;0 +226;supply_node;3799.00;10.60;1396.00;2.32;0 +226;supply_node;3802.00;11.93;1418.00;0.84;0 +226;supply_node;3812.00;10.05;1327.00;2.78;0 +226;supply_node;3813.00;11.55;1368.00;3.32;0 +226;supply_node;3819.00;10.18;1345.00;1.30;0 +226;supply_node;3820.00;12.75;1391.00;4.95;0 +226;supply_node;3829.00;11.30;1407.00;3.73;0 +226;supply_node;3836.00;10.12;1371.00;3.02;0 +226;supply_node;3842.00;12.85;1353.00;5.25;0 +226;supply_node;3845.00;10.43;1389.00;3.09;0 +226;supply_node;3862.00;10.20;1375.00;0.38;0 +226;supply_node;3863.00;10.60;1356.00;4.49;0 +226;supply_node;3880.00;10.40;1345.00;4.03;0 +226;supply_node;3892.00;12.53;1340.00;2.07;0 +226;supply_node;3896.00;12.48;1326.00;1.14;0 +226;supply_node;3909.00;14.35;1336.00;2.56;0 226;synthetic_refinery;3836.00;11.48;1342.00;4.83;0 227;air_base;4409.00;11.50;1665.00;0.03;0 227;anti_air_building;4330.00;10.70;1674.00;4.83;0 @@ -9804,6 +14136,29 @@ 227;nuclear_reactor;4400.00;10.90;1700.00;5.94;0 227;radar_station;4298.00;13.45;1607.00;1.82;0 227;rocket_site;4449.00;11.30;1689.00;1.82;0 +227;supply_node;4316.00;14.95;1606.00;0.84;0 +227;supply_node;4322.00;11.85;1634.00;2.02;0 +227;supply_node;4335.00;10.30;1663.00;5.90;0 +227;supply_node;4339.00;12.75;1618.00;5.72;0 +227;supply_node;4341.00;13.98;1592.00;3.32;0 +227;supply_node;4346.00;10.40;1691.00;6.21;0 +227;supply_node;4346.00;11.25;1640.00;4.49;0 +227;supply_node;4360.00;10.62;1667.00;1.14;0 +227;supply_node;4361.00;12.40;1607.00;0.38;0 +227;supply_node;4365.00;11.50;1633.00;1.60;0 +227;supply_node;4382.00;11.50;1654.00;2.78;0 +227;supply_node;4384.00;11.50;1620.00;4.03;0 +227;supply_node;4388.00;11.20;1692.00;5.25;0 +227;supply_node;4403.00;10.80;1634.00;2.32;0 +227;supply_node;4410.00;11.50;1667.00;3.09;0 +227;supply_node;4423.00;11.20;1697.00;4.72;0 +227;supply_node;4433.00;11.40;1648.00;3.73;0 +227;supply_node;4436.00;11.12;1718.00;4.95;0 +227;supply_node;4445.00;11.10;1745.00;2.56;0 +227;supply_node;4447.00;11.30;1677.00;1.30;0 +227;supply_node;4475.00;10.70;1713.00;3.96;0 +227;supply_node;4476.00;10.40;1774.00;1.79;0 +227;supply_node;4476.00;10.73;1673.00;3.02;0 227;synthetic_refinery;4459.00;10.88;1673.00;2.77;0 228;air_base;3144.00;12.00;182.00;4.25;0 228;anti_air_building;3081.00;12.25;177.00;5.33;0 @@ -9836,6 +14191,13 @@ 228;coastal_bunker;3230.00;9.50;97.00;0.71;0 228;coastal_bunker;3272.00;9.50;134.00;0.67;0 228;dockyard;3088.00;9.50;132.00;-1.71;0 +228;floating_harbor;3072.07;9.50;146.64;-3.57;4528 +228;floating_harbor;3079.12;9.50;133.31;1.38;10415 +228;floating_harbor;3090.66;9.50;81.04;-4.28;12589 +228;floating_harbor;3166.58;9.50;78.02;-3.06;12547 +228;floating_harbor;3201.00;9.50;80.00;-3.14;4696 +228;floating_harbor;3245.56;9.50;99.69;-2.43;1833 +228;floating_harbor;3270.65;9.50;122.77;-2.41;7576 228;industrial_complex;3080.00;10.88;162.00;1.58;0 228;industrial_complex;3095.00;10.65;136.00;0.03;0 228;industrial_complex;3110.00;12.50;117.00;3.64;0 @@ -9852,6 +14214,19 @@ 228;nuclear_reactor;3119.00;9.75;80.00;4.99;0 228;radar_station;3063.00;9.50;182.00;1.36;0 228;rocket_site;3154.00;11.20;93.00;2.32;0 +228;supply_node;3081.00;11.20;166.00;2.02;0 +228;supply_node;3107.00;11.07;128.00;2.32;0 +228;supply_node;3112.00;11.57;91.00;3.73;0 +228;supply_node;3114.00;12.20;165.00;5.25;0 +228;supply_node;3136.00;13.32;111.00;0.38;0 +228;supply_node;3142.00;12.40;155.00;4.49;0 +228;supply_node;3165.00;12.30;97.00;1.14;0 +228;supply_node;3175.00;13.25;151.00;3.02;0 +228;supply_node;3179.00;13.82;123.00;3.09;0 +228;supply_node;3201.00;10.50;99.00;1.60;0 +228;supply_node;3223.00;14.32;136.00;4.95;0 +228;supply_node;3235.00;11.30;112.00;5.72;0 +228;supply_node;3258.00;11.95;137.00;0.84;0 228;synthetic_refinery;3119.00;12.20;141.00;4.39;0 229;air_base;3023.00;12.48;1478.00;3.81;0 229;anti_air_building;3026.00;13.88;1474.00;5.54;0 @@ -9878,6 +14253,12 @@ 229;nuclear_reactor;3037.00;11.55;1481.00;1.82;0 229;radar_station;3033.00;12.53;1478.00;2.66;0 229;rocket_site;3028.00;11.68;1480.00;3.98;0 +229;supply_node;3025.00;13.82;1472.00;1.60;0 +229;supply_node;3028.00;10.85;1487.00;4.95;0 +229;supply_node;3028.00;11.68;1480.00;2.32;0 +229;supply_node;3033.00;13.80;1468.00;0.84;0 +229;supply_node;3039.00;12.20;1487.00;3.09;0 +229;supply_node;3040.00;12.60;1479.00;5.25;0 229;synthetic_refinery;3028.00;14.40;1471.00;6.04;0 230;air_base;4022.00;23.55;1255.00;4.15;0 230;anti_air_building;3977.00;19.73;1240.00;1.75;0 @@ -9906,6 +14287,14 @@ 230;nuclear_reactor;4042.00;23.58;1241.00;4.32;0 230;radar_station;3971.00;19.60;1239.00;0.87;0 230;rocket_site;4047.00;23.35;1233.00;1.65;0 +230;supply_node;3936.00;18.58;1250.00;2.32;0 +230;supply_node;3937.00;14.80;1230.00;3.73;0 +230;supply_node;3963.00;19.58;1252.00;0.84;0 +230;supply_node;3986.00;19.65;1234.00;3.09;0 +230;supply_node;3998.00;19.77;1251.00;1.14;0 +230;supply_node;4012.00;21.05;1219.00;4.49;0 +230;supply_node;4027.00;21.38;1228.00;3.02;0 +230;supply_node;4041.00;23.70;1243.00;5.25;0 230;synthetic_refinery;4023.00;21.93;1236.00;2.25;0 231;air_base;3672.00;10.00;310.00;2.09;0 231;anti_air_building;3668.00;10.07;313.00;1.65;0 @@ -9922,6 +14311,8 @@ 231;coastal_bunker;3666.00;9.50;310.00;-0.46;0 231;coastal_bunker;3710.00;9.50;325.00;-0.79;0 231;dockyard;3715.00;9.50;331.00;-3.52;0 +231;floating_harbor;3669.00;9.50;304.00;-3.14;13017 +231;floating_harbor;3704.05;9.50;323.05;-3.93;13018 231;industrial_complex;3667.00;9.73;312.00;0.03;0 231;industrial_complex;3668.00;9.88;311.00;4.25;0 231;industrial_complex;3670.00;9.57;309.00;4.15;0 @@ -9933,6 +14324,8 @@ 231;nuclear_reactor;3710.00;10.07;331.00;2.76;0 231;radar_station;3665.00;9.50;312.00;4.52;0 231;rocket_site;3667.00;9.73;312.00;0.10;0 +231;supply_node;3669.00;10.15;312.00;2.32;0 +231;supply_node;3710.00;10.15;329.00;5.25;0 231;synthetic_refinery;3709.00;10.03;330.00;2.16;0 232;air_base;1707.00;10.57;1696.00;1.14;0 232;anti_air_building;1696.00;11.75;1702.00;2.25;0 @@ -9947,6 +14340,7 @@ 232;bunker;1705.00;11.07;1694.00;0.54;0 232;coastal_bunker;1710.00;9.60;1691.00;1.15;0 232;dockyard;1710.00;9.60;1691.00;1.15;0 +232;floating_harbor;1800.00;9.50;1725.00;-1.22;1356 232;industrial_complex;1696.00;11.65;1696.00;4.76;0 232;industrial_complex;1700.00;11.75;1694.00;2.09;0 232;industrial_complex;1704.00;11.55;1703.00;5.36;0 @@ -9957,6 +14351,7 @@ 232;nuclear_reactor;1703.00;11.60;1698.00;0.10;0 232;radar_station;1693.00;11.05;1691.00;3.05;0 232;rocket_site;1698.00;11.10;1690.00;2.26;0 +232;supply_node;1703.00;11.60;1697.00;3.02;0 232;synthetic_refinery;1703.00;10.38;1689.00;4.32;0 233;air_base;2886.00;11.07;1523.00;0.54;0 233;anti_air_building;2884.00;11.07;1520.00;1.65;0 @@ -9981,6 +14376,10 @@ 233;nuclear_reactor;2891.00;10.03;1539.00;4.32;0 233;radar_station;2881.00;10.60;1513.00;2.28;0 233;rocket_site;2895.00;11.35;1528.00;2.76;0 +233;supply_node;2884.00;11.03;1519.00;3.73;0 +233;supply_node;2889.00;10.60;1532.00;3.32;0 +233;supply_node;2891.00;10.03;1539.00;0.38;0 +233;supply_node;2892.00;11.55;1527.00;1.14;0 233;synthetic_refinery;2896.00;11.13;1529.00;2.26;0 234;air_base;4348.00;11.00;937.00;5.87;0 234;anti_air_building;4376.00;10.68;944.00;4.83;0 @@ -10010,6 +14409,15 @@ 234;nuclear_reactor;4365.00;10.90;964.00;5.94;0 234;radar_station;4329.00;10.65;942.00;1.82;0 234;rocket_site;4362.00;9.70;935.00;1.82;0 +234;supply_node;4337.00;11.32;937.00;0.38;0 +234;supply_node;4338.00;12.15;957.00;4.72;0 +234;supply_node;4345.00;11.40;949.00;3.32;0 +234;supply_node;4353.00;10.45;938.00;4.03;0 +234;supply_node;4354.00;10.93;957.00;3.96;0 +234;supply_node;4363.00;10.70;971.00;5.90;0 +234;supply_node;4368.00;10.75;958.00;2.56;0 +234;supply_node;4369.00;9.98;940.00;1.79;0 +234;supply_node;4381.00;11.30;955.00;6.21;0 234;synthetic_refinery;4361.00;10.03;941.00;2.77;0 235;air_base;885.00;14.63;1759.00;5.27;0 235;anti_air_building;835.00;11.60;1967.00;2.46;0 @@ -10066,6 +14474,16 @@ 235;coastal_bunker;885.00;9.50;1726.00;-1.25;0 235;coastal_bunker;886.00;9.50;1721.00;-1.57;0 235;dockyard;784.00;9.50;1856.00;-1.00;0 +235;floating_harbor;753.00;9.50;1800.00;-2.36;1869 +235;floating_harbor;769.04;9.50;1837.33;-4.16;1799 +235;floating_harbor;789.92;9.50;1800.18;-3.95;10548 +235;floating_harbor;809.77;9.50;1778.35;-3.99;10228 +235;floating_harbor;814.00;9.50;1762.00;1.57;12231 +235;floating_harbor;857.05;9.50;1737.05;-3.93;4385 +235;floating_harbor;871.12;9.50;1726.18;-3.73;1393 +235;floating_harbor;872.00;9.50;1723.00;-2.74;10258 +235;floating_harbor;878.36;9.50;1725.79;-4.39;1408 +235;floating_harbor;879.07;9.50;1722.99;1.43;4428 235;industrial_complex;771.00;12.70;1882.00;1.14;0 235;industrial_complex;812.00;9.65;1791.00;1.75;0 235;industrial_complex;833.00;14.15;1899.00;0.54;0 @@ -10085,6 +14503,40 @@ 235;nuclear_reactor;922.00;13.30;1816.00;3.58;0 235;radar_station;885.00;9.50;1719.00;0.80;0 235;rocket_site;641.00;15.80;1975.00;5.74;0 +235;supply_node;658.00;13.53;1987.00;5.22;0 +235;supply_node;714.00;12.50;2028.00;4.27;0 +235;supply_node;742.00;9.70;1811.00;6.14;0 +235;supply_node;758.00;12.73;1923.00;1.33;0 +235;supply_node;775.00;13.07;1983.00;1.52;0 +235;supply_node;788.00;12.43;1849.00;5.44;0 +235;supply_node;815.00;13.40;1824.00;0.35;0 +235;supply_node;823.00;12.65;1880.00;2.52;0 +235;supply_node;824.00;9.50;1791.00;4.45;0 +235;supply_node;834.00;9.98;1762.00;5.86;0 +235;supply_node;834.00;14.12;1935.00;5.68;0 +235;supply_node;856.00;13.98;1770.00;1.11;0 +235;supply_node;859.00;13.80;1799.00;0.87;0 +235;supply_node;864.00;9.55;1744.00;3.51;0 +235;supply_node;866.00;11.62;1838.00;4.00;0 +235;supply_node;869.00;13.50;1888.00;5.90;0 +235;supply_node;881.00;12.82;1741.00;1.79;0 +235;supply_node;884.00;12.80;1799.00;2.56;0 +235;supply_node;886.00;14.82;1766.00;3.69;0 +235;supply_node;891.00;10.73;1730.00;4.72;0 +235;supply_node;893.00;9.68;1721.00;2.74;0 +235;supply_node;899.00;14.75;1748.00;2.09;0 +235;supply_node;904.00;11.70;1732.00;4.98;0 +235;supply_node;907.00;12.95;1811.00;1.82;0 +235;supply_node;913.00;13.03;1846.00;6.21;0 +235;supply_node;914.00;12.32;1781.00;3.96;0 +235;supply_node;922.00;12.95;1752.00;2.28;0 +235;supply_node;924.00;12.78;1729.00;3.05;0 +235;supply_node;942.00;14.57;1793.00;0.80;0 +235;supply_node;947.00;11.98;1762.00;0.57;0 +235;supply_node;952.00;13.48;1731.00;0.11;0 +235;supply_node;968.00;14.40;1801.00;4.03;0 +235;supply_node;974.00;14.65;1767.00;4.91;0 +235;supply_node;977.00;14.60;1734.00;1.75;0 235;synthetic_refinery;809.00;13.45;1828.00;1.51;0 236;air_base;1559.00;12.15;1526.00;4.32;0 236;anti_air_building;1521.00;10.80;1511.00;1.72;0 @@ -10122,6 +14574,23 @@ 236;nuclear_reactor;1559.00;14.05;1517.00;5.00;0 236;radar_station;1528.00;11.78;1493.00;2.77;0 236;rocket_site;1579.00;12.03;1531.00;4.89;0 +236;supply_node;1523.00;10.82;1507.00;4.27;0 +236;supply_node;1530.00;11.35;1517.00;5.68;0 +236;supply_node;1531.00;11.20;1498.00;5.44;0 +236;supply_node;1538.00;11.25;1509.00;3.51;0 +236;supply_node;1540.00;12.38;1523.00;3.96;0 +236;supply_node;1544.00;12.30;1498.00;0.57;0 +236;supply_node;1549.00;11.73;1530.00;4.03;0 +236;supply_node;1550.00;12.60;1508.00;4.98;0 +236;supply_node;1555.00;13.60;1518.00;6.21;0 +236;supply_node;1560.00;11.25;1531.00;2.74;0 +236;supply_node;1566.00;14.00;1521.00;1.33;0 +236;supply_node;1573.00;11.75;1534.00;2.09;0 +236;supply_node;1577.00;11.23;1514.00;0.87;0 +236;supply_node;1579.00;12.90;1528.00;4.91;0 +236;supply_node;1586.00;11.43;1523.00;1.79;0 +236;supply_node;1587.00;9.98;1504.00;4.72;0 +236;supply_node;1594.00;10.57;1533.00;6.14;0 236;synthetic_refinery;1559.00;11.78;1536.00;4.39;0 237;air_base;2998.00;10.85;612.00;2.26;0 237;anti_air_building;2979.00;11.93;639.00;2.32;0 @@ -10139,11 +14608,16 @@ 237;bunker;3003.00;9.70;556.00;1.82;0 237;bunker;3027.00;10.80;587.00;0.61;0 237;bunker;3028.00;11.57;618.00;4.83;0 +237;bunker;3028.00;11.80;611.00;0.80;0 237;coastal_bunker;2957.00;9.50;612.00;-1.11;0 237;coastal_bunker;2981.00;9.50;587.00;-1.21;0 237;coastal_bunker;2996.00;9.50;561.00;-0.88;0 237;coastal_bunker;2999.00;9.50;555.00;-1.00;0 237;dockyard;2997.00;9.50;564.00;-0.88;0 +237;floating_harbor;2952.74;9.50;607.87;-4.25;8207 +237;floating_harbor;2977.59;9.50;579.19;-4.30;12975 +237;floating_harbor;2991.05;9.50;559.05;-3.93;2115 +237;floating_harbor;2992.12;9.50;551.20;-4.14;10968 237;industrial_complex;2995.00;11.57;625.00;5.87;0 237;industrial_complex;3018.00;11.00;640.00;4.32;0 237;industrial_complex;3022.00;11.18;634.00;2.16;0 @@ -10157,6 +14631,13 @@ 237;nuclear_reactor;3037.00;11.23;640.00;5.00;0 237;radar_station;2945.00;9.50;634.00;2.77;0 237;rocket_site;3044.00;11.10;647.00;4.89;0 +237;supply_node;2975.00;11.70;619.00;5.44;0 +237;supply_node;3000.00;11.38;589.00;6.14;0 +237;supply_node;3001.00;10.15;569.00;4.72;0 +237;supply_node;3011.00;11.35;632.00;1.33;0 +237;supply_node;3015.00;10.53;566.00;2.09;0 +237;supply_node;3031.00;11.80;616.00;6.21;0 +237;supply_node;3045.00;11.05;598.00;3.96;0 237;synthetic_refinery;2991.00;11.68;602.00;4.39;0 238;air_base;1787.00;9.68;1692.00;2.76;0 238;anti_air_building;1751.00;11.38;1708.00;5.06;0 @@ -10190,6 +14671,13 @@ 238;coastal_bunker;1798.00;9.50;1706.00;0.86;0 238;coastal_bunker;1837.00;9.50;1668.00;-1.57;0 238;dockyard;1801.00;9.68;1718.00;-3.14;0 +238;floating_harbor;1728.87;9.50;1711.26;0.46;12291 +238;floating_harbor;1758.63;9.50;1724.86;0.20;4305 +238;floating_harbor;1780.95;9.50;1700.95;-0.79;7379 +238;floating_harbor;1797.82;9.50;1690.88;-0.98;4432 +238;floating_harbor;1799.31;9.50;1701.44;-2.28;4422 +238;floating_harbor;1800.00;9.50;1725.00;-1.14;1284 +238;floating_harbor;1813.05;9.50;1671.95;0.79;4360 238;industrial_complex;1737.00;10.32;1692.00;0.10;0 238;industrial_complex;1743.00;10.25;1684.00;1.65;0 238;industrial_complex;1746.00;10.32;1651.00;2.16;0 @@ -10206,6 +14694,20 @@ 238;nuclear_reactor;1777.00;10.30;1687.00;5.06;0 238;radar_station;1709.00;11.35;1658.00;2.55;0 238;rocket_site;1758.00;10.10;1672.00;2.40;0 +238;supply_node;1713.00;11.32;1680.00;2.09;0 +238;supply_node;1720.00;11.05;1663.00;0.87;0 +238;supply_node;1725.00;11.00;1675.00;5.68;0 +238;supply_node;1735.00;10.25;1699.00;0.11;0 +238;supply_node;1739.00;10.70;1673.00;6.14;0 +238;supply_node;1740.00;10.40;1655.00;5.44;0 +238;supply_node;1746.00;11.15;1688.00;0.57;0 +238;supply_node;1756.00;9.90;1665.00;3.96;0 +238;supply_node;1762.00;11.15;1708.00;1.33;0 +238;supply_node;1767.00;11.95;1687.00;2.74;0 +238;supply_node;1774.00;9.80;1668.00;4.91;0 +238;supply_node;1786.00;9.70;1683.00;4.98;0 +238;supply_node;1787.00;12.15;1712.00;3.51;0 +238;supply_node;1819.00;9.60;1666.00;4.27;0 238;synthetic_refinery;1706.00;10.28;1676.00;3.00;0 239;air_base;1688.00;9.70;1573.00;0.70;0 239;anti_air_building;1665.00;11.15;1593.00;3.51;0 @@ -10248,6 +14750,11 @@ 239;coastal_bunker;1687.00;9.53;1569.00;0.86;0 239;coastal_bunker;1698.00;9.50;1677.00;-3.14;0 239;dockyard;1673.00;9.50;1567.00;0.59;0 +239;floating_harbor;1675.88;9.50;1561.18;-2.55;6909 +239;floating_harbor;1684.13;9.50;1560.74;-2.68;9832 +239;floating_harbor;1693.00;9.50;1552.00;-1.91;9847 +239;floating_harbor;1695.70;9.50;1566.93;-2.19;11830 +239;floating_harbor;1800.00;9.50;1725.00;-1.12;7433 239;industrial_complex;1667.00;10.63;1613.00;2.76;0 239;industrial_complex;1683.00;10.13;1593.00;4.32;0 239;industrial_complex;1690.00;10.48;1623.00;2.26;0 @@ -10262,6 +14769,31 @@ 239;nuclear_reactor;1682.00;11.98;1609.00;6.08;0 239;radar_station;1657.00;9.50;1562.00;1.33;0 239;rocket_site;1665.00;10.03;1617.00;1.95;0 +239;supply_node;1657.00;10.20;1645.00;0.11;0 +239;supply_node;1661.00;9.73;1568.00;1.52;0 +239;supply_node;1665.00;10.00;1578.00;4.45;0 +239;supply_node;1666.00;10.95;1584.00;4.27;0 +239;supply_node;1668.00;11.20;1591.00;6.14;0 +239;supply_node;1668.00;11.25;1602.00;2.28;0 +239;supply_node;1670.00;9.70;1570.00;0.87;0 +239;supply_node;1670.00;10.62;1618.00;2.74;0 +239;supply_node;1672.00;11.12;1644.00;4.91;0 +239;supply_node;1673.00;10.55;1656.00;4.98;0 +239;supply_node;1677.00;11.40;1632.00;0.80;0 +239;supply_node;1679.00;9.70;1571.00;5.22;0 +239;supply_node;1679.00;10.03;1584.00;0.57;0 +239;supply_node;1680.00;11.30;1602.00;3.51;0 +239;supply_node;1681.00;10.00;1591.00;2.09;0 +239;supply_node;1683.00;9.75;1576.00;2.52;0 +239;supply_node;1686.00;11.12;1663.00;1.82;0 +239;supply_node;1689.00;11.53;1614.00;1.33;0 +239;supply_node;1690.00;11.50;1647.00;3.69;0 +239;supply_node;1691.00;11.70;1629.00;5.86;0 +239;supply_node;1698.00;11.25;1670.00;3.05;0 +239;supply_node;1702.00;10.80;1631.00;5.68;0 +239;supply_node;1702.00;11.43;1658.00;1.11;0 +239;supply_node;1710.00;10.70;1644.00;4.00;0 +239;supply_node;1725.00;10.10;1650.00;0.35;0 239;synthetic_refinery;1669.00;10.65;1648.00;2.56;0 240;air_base;2915.00;12.32;1486.00;6.03;0 240;anti_air_building;2907.00;10.20;1489.00;5.33;0 @@ -10287,6 +14819,11 @@ 240;nuclear_reactor;2906.00;10.80;1483.00;4.99;0 240;radar_station;2892.00;10.45;1477.00;1.36;0 240;rocket_site;2897.00;10.40;1482.00;2.32;0 +240;supply_node;2896.00;10.43;1482.00;0.57;0 +240;supply_node;2903.00;10.45;1480.00;4.98;0 +240;supply_node;2905.00;10.30;1488.00;3.51;0 +240;supply_node;2912.00;13.30;1481.00;1.33;0 +240;supply_node;2918.00;13.40;1488.00;4.27;0 240;synthetic_refinery;2903.00;10.23;1493.00;4.39;0 241;air_base;2920.00;11.30;1504.00;0.61;0 241;anti_air_building;2895.00;10.73;1499.00;3.02;0 @@ -10312,6 +14849,11 @@ 241;nuclear_reactor;2893.00;10.38;1502.00;0.86;0 241;radar_station;2898.00;10.48;1496.00;3.54;0 241;rocket_site;2906.00;10.75;1500.00;4.39;0 +241;supply_node;2894.00;10.80;1498.00;3.51;0 +241;supply_node;2900.00;10.70;1502.00;4.98;0 +241;supply_node;2906.00;10.73;1498.00;2.74;0 +241;supply_node;2913.00;11.25;1495.00;0.57;0 +241;supply_node;2915.00;10.95;1502.00;5.68;0 241;synthetic_refinery;2906.00;10.68;1504.00;4.99;0 242;air_base;2972.00;9.70;1601.00;4.72;0 242;anti_air_building;2971.00;9.70;1599.00;3.17;0 @@ -10326,6 +14868,7 @@ 242;bunker;2971.00;9.70;1600.00;4.12;0 242;coastal_bunker;2975.00;9.53;1600.00;-3.93;0 242;dockyard;2973.00;9.68;1600.00;-4.39;0 +242;floating_harbor;2980.82;9.50;1605.88;-0.98;11331 242;industrial_complex;2971.00;9.70;1599.00;3.51;0 242;industrial_complex;2971.00;9.70;1599.00;5.67;0 242;industrial_complex;2971.00;9.70;1600.00;4.12;0 @@ -10336,6 +14879,7 @@ 242;nuclear_reactor;2972.00;9.70;1600.00;5.23;0 242;radar_station;2970.00;9.70;1598.00;0.19;0 242;rocket_site;2972.00;9.70;1603.00;0.77;0 +242;supply_node;2972.00;9.70;1600.00;4.98;0 242;synthetic_refinery;2972.00;9.70;1601.00;1.72;0 243;air_base;2974.00;9.88;1391.00;5.33;0 243;anti_air_building;2968.00;10.10;1400.00;5.00;0 @@ -10352,6 +14896,8 @@ 243;coastal_bunker;2963.00;9.50;1400.00;-0.59;0 243;coastal_bunker;2967.00;9.50;1390.00;-1.57;0 243;dockyard;2966.00;9.50;1398.00;-0.59;0 +243;floating_harbor;2956.05;9.50;1394.05;-3.93;6973 +243;floating_harbor;2959.00;9.50;1391.00;1.57;6946 243;industrial_complex;2965.00;9.75;1401.00;2.77;0 243;industrial_complex;2967.00;10.23;1401.00;1.82;0 243;industrial_complex;2968.00;9.55;1391.00;6.03;0 @@ -10363,6 +14909,8 @@ 243;nuclear_reactor;2969.00;9.70;1391.00;3.44;0 243;radar_station;2958.00;9.50;1401.00;1.60;0 243;rocket_site;2965.00;9.75;1401.00;1.88;0 +243;supply_node;2963.00;9.55;1401.00;0.87;0 +243;supply_node;2971.00;9.70;1391.00;5.68;0 243;synthetic_refinery;2962.00;9.53;1401.00;2.83;0 244;air_base;4436.00;12.10;972.00;4.39;0 244;anti_air_building;4378.00;11.88;988.00;4.02;0 @@ -10416,6 +14964,39 @@ 244;nuclear_reactor;4437.00;10.38;938.00;5.13;0 244;radar_station;4376.00;11.30;937.00;0.87;0 244;rocket_site;4384.00;11.23;933.00;2.46;0 +244;supply_node;4381.00;11.70;986.00;2.52;0 +244;supply_node;4385.00;10.82;939.00;3.47;0 +244;supply_node;4386.00;11.60;968.00;2.70;0 +244;supply_node;4388.00;11.80;976.00;3.23;0 +244;supply_node;4391.00;10.60;956.00;0.53;0 +244;supply_node;4398.00;10.30;946.00;2.28;0 +244;supply_node;4400.00;10.80;961.00;4.18;0 +244;supply_node;4402.00;11.82;1003.00;0.07;0 +244;supply_node;4404.00;11.25;990.00;3.01;0 +244;supply_node;4405.00;11.90;976.00;4.00;0 +244;supply_node;4410.00;9.90;943.00;0.80;0 +244;supply_node;4413.00;11.88;957.00;3.93;0 +244;supply_node;4415.00;12.78;973.00;1.75;0 +244;supply_node;4423.00;12.80;983.00;6.17;0 +244;supply_node;4424.00;12.75;966.00;0.35;0 +244;supply_node;4426.00;10.18;950.00;4.88;0 +244;supply_node;4435.00;12.10;973.00;2.05;0 +244;supply_node;4436.00;10.28;939.00;3.05;0 +244;supply_node;4440.00;11.75;948.00;4.91;0 +244;supply_node;4445.00;10.18;925.00;5.22;0 +244;supply_node;4449.00;9.93;912.00;1.82;0 +244;supply_node;4449.00;10.70;936.00;4.23;0 +244;supply_node;4455.00;9.80;880.00;1.11;0 +244;supply_node;4455.00;10.32;927.00;3.69;0 +244;supply_node;4458.00;10.78;899.00;0.11;0 +244;supply_node;4461.00;10.60;920.00;4.64;0 +244;supply_node;4462.00;9.80;875.00;4.94;0 +244;supply_node;4463.00;11.25;911.00;1.29;0 +244;supply_node;4466.00;10.78;889.00;1.52;0 +244;supply_node;4470.00;11.62;905.00;0.84;0 +244;supply_node;4477.00;11.00;880.00;4.45;0 +244;supply_node;4477.00;12.93;900.00;5.40;0 +244;supply_node;4478.00;10.80;889.00;5.86;0 244;synthetic_refinery;4460.00;11.13;902.00;3.07;0 245;air_base;4409.00;9.95;922.00;2.32;0 245;anti_air_building;4400.00;10.07;938.00;1.28;0 @@ -10446,6 +15027,16 @@ 245;nuclear_reactor;4439.00;9.90;912.00;5.06;0 245;radar_station;4387.00;10.93;928.00;1.14;0 245;rocket_site;4395.00;10.28;930.00;2.39;0 +245;supply_node;4398.00;10.15;932.00;4.45;0 +245;supply_node;4416.00;10.20;918.00;1.11;0 +245;supply_node;4419.00;9.98;935.00;5.22;0 +245;supply_node;4427.00;9.90;889.00;1.82;0 +245;supply_node;4428.00;10.03;899.00;3.69;0 +245;supply_node;4432.00;9.85;881.00;1.52;0 +245;supply_node;4432.00;10.45;927.00;2.28;0 +245;supply_node;4435.00;9.95;910.00;3.05;0 +245;supply_node;4444.00;9.80;899.00;0.80;0 +245;supply_node;4447.00;10.10;885.00;0.35;0 245;synthetic_refinery;4435.00;9.85;880.00;3.34;0 246;air_base;4485.00;12.53;846.00;1.72;0 246;anti_air_building;4470.00;9.82;849.00;3.44;0 @@ -10471,6 +15062,11 @@ 246;nuclear_reactor;4481.00;11.13;844.00;3.34;0 246;radar_station;4460.00;10.30;853.00;5.25;0 246;rocket_site;4485.00;10.85;853.00;0.33;0 +246;supply_node;4464.00;9.82;855.00;5.22;0 +246;supply_node;4470.00;10.20;870.00;1.11;0 +246;supply_node;4470.00;10.28;842.00;1.52;0 +246;supply_node;4475.00;10.15;856.00;2.28;0 +246;supply_node;4482.00;11.68;847.00;4.45;0 246;synthetic_refinery;4467.00;9.85;857.00;1.28;0 247;air_base;2986.00;9.85;1558.00;3.81;0 247;anti_air_building;2983.00;9.88;1567.00;1.31;0 @@ -10495,6 +15091,10 @@ 247;nuclear_reactor;2989.00;9.80;1560.00;1.31;0 247;radar_station;2992.00;9.70;1564.00;2.16;0 247;rocket_site;2995.00;9.70;1574.00;6.04;0 +247;supply_node;2985.00;10.00;1565.00;1.52;0 +247;supply_node;2986.00;9.90;1557.00;4.45;0 +247;supply_node;2994.00;9.70;1556.00;3.69;0 +247;supply_node;2995.00;9.75;1565.00;1.11;0 247;synthetic_refinery;2989.00;9.80;1559.00;5.54;0 248;air_base;2935.00;10.65;1514.00;5.00;0 248;anti_air_building;2933.00;10.73;1515.00;1.88;0 @@ -10516,6 +15116,7 @@ 248;nuclear_reactor;2935.00;10.68;1512.00;3.34;0 248;radar_station;2929.00;10.93;1512.00;5.25;0 248;rocket_site;2932.00;10.88;1513.00;0.33;0 +248;supply_node;2933.00;10.82;1513.00;1.11;0 248;synthetic_refinery;2931.00;10.90;1512.00;1.28;0 249;air_base;2953.00;11.13;1510.00;5.50;0 249;anti_air_building;2954.00;10.48;1506.00;3.34;0 @@ -10539,6 +15140,9 @@ 249;nuclear_reactor;2949.00;10.98;1504.00;1.79;0 249;radar_station;2938.00;10.07;1508.00;3.73;0 249;rocket_site;2955.00;10.63;1513.00;5.06;0 +249;supply_node;2941.00;10.57;1514.00;0.35;0 +249;supply_node;2951.00;10.85;1505.00;1.82;0 +249;supply_node;2952.00;10.38;1516.00;5.86;0 249;synthetic_refinery;2952.00;10.40;1520.00;6.01;0 250;air_base;1665.00;10.15;1675.00;3.44;0 250;anti_air_building;1663.00;10.10;1673.00;2.39;0 @@ -10562,6 +15166,9 @@ 250;nuclear_reactor;1663.00;9.73;1668.00;0.84;0 250;radar_station;1639.00;9.80;1651.00;3.31;0 250;rocket_site;1669.00;10.23;1680.00;3.00;0 +250;supply_node;1650.00;10.25;1655.00;5.86;0 +250;supply_node;1662.00;10.25;1674.00;4.00;0 +250;supply_node;1673.00;9.93;1679.00;2.52;0 250;synthetic_refinery;1653.00;10.30;1654.00;5.06;0 251;air_base;1081.00;9.70;1257.00;3.95;0 251;anti_air_building;1053.00;10.48;1306.00;1.58;0 @@ -10573,6 +15180,8 @@ 251;arms_factory;1074.00;9.93;1274.00;4.99;0 251;arms_factory;1099.00;11.35;1352.00;0.77;0 251;arms_factory;1115.00;14.43;1342.00;4.89;0 +251;bunker;989.00;10.43;1398.00;3.60;0 +251;bunker;997.00;9.95;1380.00;0.94;0 251;bunker;1004.00;12.70;1387.00;3.58;0 251;bunker;1008.00;11.25;1370.00;1.51;0 251;bunker;1010.00;10.35;1404.00;4.02;0 @@ -10587,12 +15196,14 @@ 251;bunker;1086.00;13.45;1381.00;5.13;0 251;bunker;1088.00;9.53;1245.00;6.08;0 251;bunker;1089.00;10.65;1314.00;1.35;0 +251;bunker;1095.00;12.40;1368.00;4.56;0 251;bunker;1098.00;12.85;1380.00;5.57;0 251;bunker;1104.00;10.88;1296.00;1.95;0 251;bunker;1104.00;11.10;1326.00;5.74;0 251;bunker;1123.00;12.18;1313.00;3.51;0 251;bunker;1123.00;12.75;1304.00;3.07;0 251;coastal_bunker;982.00;9.50;1401.00;-1.45;0 +251;coastal_bunker;988.00;9.50;1387.00;-1.11;0 251;coastal_bunker;1013.00;9.82;1391.00;-4.36;0 251;coastal_bunker;1014.00;9.50;1322.00;-0.24;0 251;coastal_bunker;1016.00;9.93;1364.00;-4.15;0 @@ -10606,6 +15217,20 @@ 251;coastal_bunker;1084.00;9.50;1313.00;-1.33;0 251;coastal_bunker;1099.00;9.82;1292.00;-1.03;0 251;dockyard;1064.00;9.70;1303.00;-3.82;0 +251;floating_harbor;974.05;9.50;1398.13;-4.59;12461 +251;floating_harbor;984.74;9.50;1376.87;-4.25;1892 +251;floating_harbor;1014.47;9.50;1330.30;0.91;1904 +251;floating_harbor;1020.43;9.50;1388.76;-1.17;13216 +251;floating_harbor;1024.12;9.50;1371.40;-1.06;12859 +251;floating_harbor;1026.85;9.50;1381.10;-3.31;12833 +251;floating_harbor;1036.50;9.50;1370.40;-4.33;2069 +251;floating_harbor;1041.38;9.50;1350.48;-0.88;7964 +251;floating_harbor;1045.74;9.50;1345.87;-4.25;10848 +251;floating_harbor;1062.48;9.50;1316.38;-0.69;8119 +251;floating_harbor;1068.05;9.50;1322.05;-3.93;4908 +251;floating_harbor;1084.27;9.50;1307.08;-4.43;4977 +251;floating_harbor;1096.10;9.50;1254.57;-2.08;12736 +251;floating_harbor;1099.88;9.50;1283.60;-4.21;1945 251;industrial_complex;1010.00;9.70;1356.00;3.44;0 251;industrial_complex;1030.00;9.65;1325.00;1.28;0 251;industrial_complex;1037.00;9.80;1321.00;1.88;0 @@ -10614,6 +15239,7 @@ 251;industrial_complex;1095.00;10.55;1323.00;5.00;0 251;naval_base;982.00;9.50;1401.00;-1.45;5554 251;naval_base;991.00;9.50;1382.00;-1.28;5554 +251;naval_base;1012.00;10.00;1386.00;-4.25;2851 251;naval_base;1015.00;9.75;1376.00;-4.15;2851 251;naval_base;1031.00;9.50;1309.00;-0.24;5604 251;naval_base;1032.00;9.50;1389.00;-0.28;2851 @@ -10628,6 +15254,28 @@ 251;nuclear_reactor;1113.00;10.18;1306.00;2.70;0 251;radar_station;1056.00;9.50;1269.00;4.94;0 251;rocket_site;1135.00;16.55;1315.00;0.03;0 +251;supply_node;989.00;10.90;1400.00;0.84;0 +251;supply_node;995.00;9.75;1382.00;4.00;0 +251;supply_node;1004.00;10.65;1400.00;2.24;0 +251;supply_node;1007.00;13.10;1383.00;5.18;0 +251;supply_node;1009.00;10.70;1363.00;3.01;0 +251;supply_node;1029.00;9.68;1319.00;1.75;0 +251;supply_node;1029.00;9.70;1394.00;0.07;0 +251;supply_node;1030.00;10.57;1341.00;4.23;0 +251;supply_node;1053.00;10.10;1377.00;6.17;0 +251;supply_node;1053.00;10.30;1305.00;4.94;0 +251;supply_node;1060.00;9.88;1353.00;4.18;0 +251;supply_node;1074.00;9.73;1267.00;4.88;0 +251;supply_node;1079.00;9.75;1333.00;5.40;0 +251;supply_node;1079.00;12.82;1375.00;0.53;0 +251;supply_node;1084.00;10.75;1354.00;2.70;0 +251;supply_node;1098.00;11.28;1311.00;2.05;0 +251;supply_node;1101.00;11.25;1333.00;3.47;0 +251;supply_node;1103.00;11.80;1358.00;5.59;0 +251;supply_node;1103.00;13.20;1377.00;4.64;0 +251;supply_node;1115.00;9.70;1292.00;3.23;0 +251;supply_node;1119.00;14.28;1327.00;1.29;0 +251;supply_node;1133.00;14.95;1304.00;3.93;0 251;synthetic_refinery;1091.00;11.20;1317.00;2.09;0 252;air_base;1150.00;17.50;1298.00;3.34;0 252;anti_air_building;1155.00;16.90;1283.00;6.08;0 @@ -10658,6 +15306,8 @@ 252;coastal_bunker;1119.00;9.50;1275.00;-0.95;0 252;coastal_bunker;1144.00;9.50;1247.00;-1.11;0 252;dockyard;1122.00;9.50;1270.00;-0.95;0 +252;floating_harbor;1120.30;9.50;1260.93;-4.09;8057 +252;floating_harbor;1142.36;9.50;1238.79;-4.39;10895 252;industrial_complex;1132.00;10.00;1272.00;1.88;0 252;industrial_complex;1141.00;13.63;1366.00;0.33;0 252;industrial_complex;1160.00;13.20;1326.00;3.95;0 @@ -10669,6 +15319,22 @@ 252;nuclear_reactor;1155.00;13.18;1343.00;3.58;0 252;radar_station;1157.00;9.50;1232.00;0.80;0 252;rocket_site;1182.00;13.48;1347.00;5.74;0 +252;supply_node;1119.00;15.25;1359.00;0.84;0 +252;supply_node;1127.00;13.57;1379.00;1.29;0 +252;supply_node;1133.00;10.30;1270.00;2.05;0 +252;supply_node;1138.00;15.05;1348.00;4.18;0 +252;supply_node;1150.00;13.20;1375.00;4.64;0 +252;supply_node;1150.00;13.55;1329.00;4.23;0 +252;supply_node;1153.00;16.98;1284.00;3.47;0 +252;supply_node;1154.00;16.27;1309.00;2.70;0 +252;supply_node;1155.00;9.68;1243.00;4.94;0 +252;supply_node;1155.00;14.95;1265.00;6.17;0 +252;supply_node;1160.00;13.25;1355.00;3.23;0 +252;supply_node;1167.00;15.38;1254.00;3.93;0 +252;supply_node;1174.00;13.55;1314.00;4.88;0 +252;supply_node;1175.00;15.60;1291.00;5.40;0 +252;supply_node;1176.00;13.35;1339.00;0.07;0 +252;supply_node;1184.00;16.12;1269.00;0.53;0 252;synthetic_refinery;1138.00;14.70;1359.00;1.51;0 253;air_base;4762.00;11.18;1346.00;2.39;0 253;anti_air_building;4676.00;11.20;1502.00;4.90;0 @@ -10852,6 +15518,15 @@ 253;coastal_bunker;4729.00;9.50;1318.00;0.64;0 253;coastal_bunker;4744.00;9.50;1321.00;-0.24;0 253;dockyard;4717.00;9.50;1313.00;0.79;0 +253;floating_harbor;4695.00;9.50;1317.00;1.57;3783 +253;floating_harbor;4697.05;9.50;1310.95;0.79;1150 +253;floating_harbor;4702.70;9.50;1332.21;-2.90;9835 +253;floating_harbor;4706.74;9.50;1332.13;1.11;964 +253;floating_harbor;4707.05;9.50;1331.05;-3.93;11764 +253;floating_harbor;4720.64;9.50;1308.79;-1.89;6851 +253;floating_harbor;4726.95;9.50;1311.05;-2.36;6918 +253;floating_harbor;4737.60;9.50;1314.80;-2.21;9854 +253;floating_harbor;4742.00;9.50;1314.00;-3.14;6981 253;industrial_complex;4740.00;9.85;1326.00;0.33;0 253;industrial_complex;4745.00;9.80;1450.00;3.95;0 253;industrial_complex;4753.00;10.40;1519.00;6.01;0 @@ -10870,6 +15545,168 @@ 253;nuclear_reactor;4821.00;11.13;1488.00;1.89;0 253;radar_station;4609.00;12.28;1474.00;5.28;0 253;rocket_site;4696.00;11.25;1429.00;0.68;0 +253;supply_node;4628.00;12.53;1475.00;2.88;0 +253;supply_node;4629.00;12.28;1497.00;6.27;0 +253;supply_node;4653.00;12.35;1495.00;1.25;0 +253;supply_node;4658.00;11.35;1392.00;5.86;0 +253;supply_node;4665.00;11.40;1482.00;1.29;0 +253;supply_node;4671.00;12.00;1408.00;2.69;0 +253;supply_node;4672.00;10.90;1393.00;5.89;0 +253;supply_node;4679.00;11.20;1527.00;4.60;0 +253;supply_node;4679.00;11.85;1490.00;4.37;0 +253;supply_node;4682.00;11.93;1418.00;5.59;0 +253;supply_node;4682.00;12.95;1474.00;2.92;0 +253;supply_node;4687.00;10.25;1395.00;1.89;0 +253;supply_node;4690.00;11.50;1438.00;0.48;0 +253;supply_node;4693.00;11.45;1509.00;0.52;0 +253;supply_node;4695.00;10.73;1424.00;0.31;0 +253;supply_node;4697.00;11.20;1453.00;4.42;0 +253;supply_node;4699.00;10.00;1403.00;6.04;0 +253;supply_node;4700.00;10.40;1343.00;3.61;0 +253;supply_node;4703.00;9.60;1305.00;5.18;0 +253;supply_node;4703.00;10.05;1389.00;4.15;0 +253;supply_node;4704.00;11.85;1575.00;0.75;0 +253;supply_node;4706.00;10.55;1415.00;5.28;0 +253;supply_node;4706.00;10.93;1317.00;3.50;0 +253;supply_node;4708.00;11.38;1465.00;3.46;0 +253;supply_node;4708.00;11.90;1530.00;5.37;0 +253;supply_node;4710.00;9.95;1360.00;5.13;0 +253;supply_node;4711.00;10.05;1433.00;3.96;0 +253;supply_node;4711.00;11.07;1312.00;4.87;0 +253;supply_node;4712.00;10.65;1350.00;5.05;0 +253;supply_node;4714.00;9.88;1338.00;1.39;0 +253;supply_node;4715.00;10.98;1481.00;5.59;0 +253;supply_node;4715.00;11.45;1501.00;4.79;0 +253;supply_node;4715.00;12.48;1556.00;0.72;0 +253;supply_node;4715.00;12.55;1395.00;0.61;0 +253;supply_node;4717.00;10.50;1327.00;3.01;0 +253;supply_node;4718.00;10.40;1370.00;2.24;0 +253;supply_node;4719.00;11.28;1319.00;4.41;0 +253;supply_node;4720.00;9.70;1360.00;3.64;0 +253;supply_node;4720.00;10.12;1344.00;0.72;0 +253;supply_node;4720.00;10.18;1383.00;5.74;0 +253;supply_node;4722.00;11.40;1409.00;0.38;0 +253;supply_node;4726.00;12.73;1338.00;3.47;0 +253;supply_node;4727.00;9.90;1451.00;1.48;0 +253;supply_node;4728.00;9.70;1351.00;2.24;0 +253;supply_node;4728.00;10.28;1429.00;4.68;0 +253;supply_node;4728.00;10.98;1322.00;5.78;0 +253;supply_node;4730.00;10.25;1381.00;5.85;0 +253;supply_node;4731.00;11.25;1333.00;4.64;0 +253;supply_node;4732.00;9.80;1368.00;1.29;0 +253;supply_node;4733.00;9.70;1358.00;4.34;0 +253;supply_node;4733.00;10.20;1396.00;4.18;0 +253;supply_node;4737.00;10.82;1328.00;4.38;0 +253;supply_node;4739.00;12.60;1344.00;2.27;0 +253;supply_node;4740.00;11.40;1418.00;5.40;0 +253;supply_node;4740.00;11.45;1337.00;5.67;0 +253;supply_node;4741.00;10.32;1354.00;1.67;0 +253;supply_node;4741.00;11.25;1542.00;5.33;0 +253;supply_node;4742.00;9.70;1324.00;1.78;0 +253;supply_node;4743.00;9.90;1376.00;4.94;0 +253;supply_node;4743.00;10.60;1517.00;2.66;0 +253;supply_node;4743.00;10.62;1486.00;2.02;0 +253;supply_node;4744.00;10.07;1366.00;3.57;0 +253;supply_node;4745.00;9.82;1442.00;5.10;0 +253;supply_node;4745.00;11.15;1387.00;3.15;0 +253;supply_node;4746.00;11.15;1575.00;4.90;0 +253;supply_node;4750.00;10.03;1407.00;2.51;0 +253;supply_node;4750.00;10.98;1333.00;1.52;0 +253;supply_node;4750.00;11.85;1359.00;4.91;0 +253;supply_node;4750.00;14.88;1350.00;2.70;0 +253;supply_node;4752.00;11.55;1342.00;1.48;0 +253;supply_node;4755.00;10.50;1369.00;0.53;0 +253;supply_node;4757.00;9.82;1465.00;1.02;0 +253;supply_node;4757.00;10.35;1397.00;0.98;0 +253;supply_node;4760.00;11.40;1429.00;1.71;0 +253;supply_node;4760.00;11.80;1358.00;0.76;0 +253;supply_node;4761.00;10.35;1379.00;0.03;0 +253;supply_node;4761.00;10.98;1447.00;3.19;0 +253;supply_node;4762.00;11.10;1348.00;4.88;0 +253;supply_node;4762.00;12.10;1339.00;1.74;0 +253;supply_node;4764.00;9.95;1417.00;3.88;0 +253;supply_node;4764.00;10.20;1484.00;6.23;0 +253;supply_node;4765.00;10.20;1388.00;1.78;0 +253;supply_node;4766.00;11.25;1365.00;0.80;0 +253;supply_node;4767.00;12.62;1355.00;0.03;0 +253;supply_node;4768.00;11.20;1545.00;5.51;0 +253;supply_node;4769.00;10.48;1406.00;5.10;0 +253;supply_node;4773.00;12.78;1346.00;0.34;0 +253;supply_node;4774.00;12.80;1370.00;0.97;0 +253;supply_node;4775.00;10.40;1379.00;4.45;0 +253;supply_node;4775.00;10.55;1394.00;5.36;0 +253;supply_node;4777.00;12.53;1357.00;4.37;0 +253;supply_node;4778.00;11.05;1515.00;3.42;0 +253;supply_node;4780.00;12.03;1452.00;3.92;0 +253;supply_node;4781.00;10.50;1412.00;5.82;0 +253;supply_node;4781.00;10.50;1425.00;0.45;0 +253;supply_node;4783.00;9.80;1436.00;2.47;0 +253;supply_node;4783.00;12.05;1367.00;6.28;0 +253;supply_node;4784.00;11.88;1380.00;2.17;0 +253;supply_node;4784.00;12.43;1467.00;0.79;0 +253;supply_node;4787.00;11.88;1400.00;5.35;0 +253;supply_node;4789.00;13.32;1359.00;5.81;0 +253;supply_node;4791.00;11.55;1493.00;2.19;0 +253;supply_node;4793.00;11.32;1392.00;6.08;0 +253;supply_node;4793.00;12.80;1371.00;0.94;0 +253;supply_node;4794.00;12.07;1383.00;0.07;0 +253;supply_node;4796.00;10.10;1418.00;2.20;0 +253;supply_node;4796.00;12.23;1477.00;6.12;0 +253;supply_node;4796.00;12.48;1353.00;5.40;0 +253;supply_node;4797.00;13.70;1364.00;0.26;0 +253;supply_node;4800.00;10.93;1407.00;3.19;0 +253;supply_node;4802.00;10.12;1427.00;1.17;0 +253;supply_node;4803.00;12.25;1378.00;3.91;0 +253;supply_node;4804.00;9.80;1442.00;6.09;0 +253;supply_node;4805.00;14.40;1355.00;4.23;0 +253;supply_node;4806.00;11.50;1395.00;2.39;0 +253;supply_node;4806.00;13.35;1371.00;2.70;0 +253;supply_node;4807.00;14.50;1364.00;1.70;0 +253;supply_node;4809.00;10.35;1463.00;4.18;0 +253;supply_node;4811.00;12.50;1386.00;3.68;0 +253;supply_node;4814.00;11.05;1418.00;4.86;0 +253;supply_node;4815.00;10.53;1490.00;6.13;0 +253;supply_node;4815.00;13.23;1377.00;3.88;0 +253;supply_node;4816.00;12.53;1407.00;4.56;0 +253;supply_node;4817.00;13.07;1367.00;2.97;0 +253;supply_node;4818.00;12.05;1395.00;3.11;0 +253;supply_node;4818.00;14.55;1358.00;1.56;0 +253;supply_node;4822.00;10.60;1444.00;1.21;0 +253;supply_node;4822.00;11.30;1426.00;3.41;0 +253;supply_node;4824.00;16.12;1386.00;0.30;0 +253;supply_node;4827.00;11.32;1375.00;0.84;0 +253;supply_node;4827.00;12.00;1405.00;1.26;0 +253;supply_node;4830.00;11.12;1471.00;1.33;0 +253;supply_node;4833.00;10.50;1458.00;2.54;0 +253;supply_node;4833.00;11.53;1486.00;2.16;0 +253;supply_node;4834.00;10.60;1431.00;2.01;0 +253;supply_node;4834.00;11.85;1416.00;4.83;0 +253;supply_node;4835.00;11.07;1383.00;3.15;0 +253;supply_node;4835.00;12.28;1398.00;2.96;0 +253;supply_node;4836.00;11.43;1391.00;5.59;0 +253;supply_node;4839.00;13.07;1408.00;1.24;0 +253;supply_node;4841.00;10.50;1442.00;3.39;0 +253;supply_node;4844.00;9.75;1378.00;2.21;0 +253;supply_node;4847.00;12.28;1408.00;1.94;0 +253;supply_node;4849.00;9.90;1383.00;5.63;0 +253;supply_node;4849.00;12.20;1394.00;3.93;0 +253;supply_node;4849.00;14.55;1427.00;4.72;0 +253;supply_node;4852.00;10.03;1450.00;4.83;0 +253;supply_node;4855.00;10.88;1463.00;1.97;0 +253;supply_node;4857.00;12.20;1407.00;2.05;0 +253;supply_node;4857.00;12.30;1419.00;2.73;0 +253;supply_node;4858.00;11.78;1438.00;2.62;0 +253;supply_node;4864.00;11.07;1412.00;3.43;0 +253;supply_node;4867.00;10.38;1454.00;0.48;0 +253;supply_node;4869.00;9.98;1432.00;4.10;0 +253;supply_node;4871.00;9.80;1420.00;1.22;0 +253;supply_node;4877.00;10.05;1445.00;2.65;0 +253;supply_node;4881.00;9.80;1426.00;1.43;0 +253;supply_node;4883.00;9.75;1469.00;1.75;0 +253;supply_node;4884.00;9.73;1459.00;5.32;0 +253;supply_node;4887.00;9.75;1438.00;4.06;0 +253;supply_node;4893.00;9.88;1453.00;3.95;0 +253;supply_node;4900.00;10.35;1470.00;4.10;0 253;synthetic_refinery;4756.00;10.40;1522.00;1.29;0 254;air_base;4849.00;11.98;1617.00;3.00;0 254;anti_air_building;4879.00;9.82;1408.00;1.65;0 @@ -11007,6 +15844,29 @@ 254;coastal_bunker;5002.00;9.57;1545.00;1.33;0 254;coastal_bunker;5012.00;9.57;1563.00;1.25;0 254;dockyard;4972.00;9.53;1596.00;-3.27;0 +254;floating_harbor;4853.00;9.50;1367.00;-3.14;11879 +254;floating_harbor;4865.12;9.50;1377.18;-3.73;957 +254;floating_harbor;4881.30;9.50;1369.21;-3.39;6961 +254;floating_harbor;4906.95;9.50;1376.05;-2.36;9895 +254;floating_harbor;4919.38;9.50;1384.52;-2.27;11904 +254;floating_harbor;4925.20;9.50;1621.60;-0.64;7871 +254;floating_harbor;4927.95;9.50;1394.05;-2.36;11745 +254;floating_harbor;4929.91;9.50;1623.91;-1.73;1772 +254;floating_harbor;4939.00;9.50;1407.40;-2.11;6833 +254;floating_harbor;4950.90;9.50;1421.85;-1.74;11626 +254;floating_harbor;4956.96;9.50;1612.67;-1.02;10577 +254;floating_harbor;4960.50;9.50;1429.40;-1.95;6715 +254;floating_harbor;4963.87;9.50;1599.95;-0.12;4844 +254;floating_harbor;4968.79;9.50;1442.30;-1.82;3739 +254;floating_harbor;4974.86;9.50;1454.63;-1.77;3753 +254;floating_harbor;4984.50;9.50;1465.40;-1.95;11719 +254;floating_harbor;4998.00;9.50;1483.00;-1.57;11575 +254;floating_harbor;5002.93;9.50;1495.99;-1.43;9604 +254;floating_harbor;5003.94;9.50;1499.29;-2.13;4404 +254;floating_harbor;5007.00;9.50;1524.00;-1.57;7309 +254;floating_harbor;5010.83;9.50;1541.48;-1.79;4841 +254;floating_harbor;5013.00;9.50;1548.00;-2.99;12559 +254;floating_harbor;5013.00;9.50;1548.00;-3.04;7868 254;industrial_complex;4817.00;10.45;1532.00;0.33;0 254;industrial_complex;4861.00;11.35;1514.00;2.39;0 254;industrial_complex;4883.00;11.68;1520.00;5.06;0 @@ -11039,6 +15899,107 @@ 254;nuclear_reactor;4932.00;13.23;1442.00;4.93;0 254;radar_station;4762.00;10.60;1581.00;1.97;0 254;rocket_site;4920.00;12.55;1435.00;3.72;0 +254;supply_node;4780.00;10.20;1597.00;0.30;0 +254;supply_node;4788.00;10.70;1567.00;0.72;0 +254;supply_node;4798.00;10.40;1540.00;6.09;0 +254;supply_node;4804.00;10.78;1593.00;3.43;0 +254;supply_node;4805.00;11.00;1623.00;2.24;0 +254;supply_node;4807.00;10.38;1519.00;5.67;0 +254;supply_node;4814.00;10.50;1570.00;5.18;0 +254;supply_node;4823.00;10.98;1516.00;3.64;0 +254;supply_node;4824.00;10.10;1545.00;2.96;0 +254;supply_node;4829.00;10.30;1601.00;0.03;0 +254;supply_node;4841.00;10.70;1579.00;3.15;0 +254;supply_node;4842.00;10.70;1504.00;1.29;0 +254;supply_node;4845.00;10.80;1529.00;4.42;0 +254;supply_node;4848.00;10.62;1555.00;4.91;0 +254;supply_node;4851.00;11.43;1628.00;4.83;0 +254;supply_node;4854.00;10.30;1478.00;1.78;0 +254;supply_node;4860.00;11.32;1606.00;5.89;0 +254;supply_node;4861.00;10.50;1394.00;5.37;0 +254;supply_node;4865.00;10.75;1497.00;2.20;0 +254;supply_node;4869.00;11.78;1565.00;4.15;0 +254;supply_node;4870.00;11.03;1402.00;4.38;0 +254;supply_node;4871.00;9.57;1386.00;2.70;0 +254;supply_node;4872.00;11.93;1521.00;2.02;0 +254;supply_node;4874.00;11.70;1585.00;5.59;0 +254;supply_node;4875.00;10.30;1480.00;3.92;0 +254;supply_node;4877.00;9.88;1411.00;3.19;0 +254;supply_node;4877.00;11.85;1543.00;0.98;0 +254;supply_node;4878.00;10.80;1396.00;2.51;0 +254;supply_node;4884.00;9.68;1380.00;5.86;0 +254;supply_node;4884.00;10.48;1404.00;5.36;0 +254;supply_node;4884.00;10.70;1608.00;2.17;0 +254;supply_node;4888.00;10.15;1416.00;2.97;0 +254;supply_node;4889.00;10.30;1504.00;4.90;0 +254;supply_node;4890.00;11.10;1392.00;2.24;0 +254;supply_node;4894.00;12.48;1405.00;4.10;0 +254;supply_node;4895.00;10.40;1431.00;2.05;0 +254;supply_node;4896.00;12.00;1573.00;2.54;0 +254;supply_node;4898.00;10.30;1486.00;1.56;0 +254;supply_node;4898.00;10.85;1385.00;0.76;0 +254;supply_node;4900.00;11.35;1419.00;2.01;0 +254;supply_node;4902.00;9.82;1445.00;4.45;0 +254;supply_node;4904.00;10.07;1628.00;0.38;0 +254;supply_node;4905.00;12.60;1552.00;5.40;0 +254;supply_node;4905.00;12.68;1531.00;2.73;0 +254;supply_node;4905.00;12.95;1406.00;6.13;0 +254;supply_node;4906.00;9.88;1456.00;3.19;0 +254;supply_node;4907.00;11.65;1433.00;2.70;0 +254;supply_node;4908.00;12.73;1394.00;1.25;0 +254;supply_node;4909.00;12.60;1600.00;0.52;0 +254;supply_node;4911.00;10.45;1511.00;4.64;0 +254;supply_node;4914.00;10.07;1449.00;1.29;0 +254;supply_node;4915.00;12.75;1420.00;4.94;0 +254;supply_node;4916.00;10.00;1479.00;0.48;0 +254;supply_node;4916.00;10.35;1468.00;6.28;0 +254;supply_node;4918.00;12.18;1404.00;3.88;0 +254;supply_node;4919.00;12.68;1434.00;2.47;0 +254;supply_node;4920.00;11.35;1574.00;0.79;0 +254;supply_node;4922.00;9.70;1497.00;3.42;0 +254;supply_node;4922.00;10.35;1458.00;3.01;0 +254;supply_node;4926.00;12.57;1445.00;1.71;0 +254;supply_node;4927.00;11.98;1426.00;4.60;0 +254;supply_node;4928.00;12.15;1414.00;0.34;0 +254;supply_node;4930.00;10.57;1544.00;0.03;0 +254;supply_node;4931.00;10.45;1469.00;0.53;0 +254;supply_node;4932.00;10.40;1484.00;1.75;0 +254;supply_node;4933.00;10.12;1518.00;2.66;0 +254;supply_node;4934.00;13.38;1436.00;5.63;0 +254;supply_node;4936.00;12.43;1455.00;4.23;0 +254;supply_node;4938.00;9.68;1601.00;4.41;0 +254;supply_node;4938.00;11.73;1424.00;3.95;0 +254;supply_node;4941.00;9.80;1499.00;1.33;0 +254;supply_node;4942.00;12.53;1444.00;1.78;0 +254;supply_node;4945.00;13.48;1471.00;0.61;0 +254;supply_node;4946.00;9.85;1566.00;1.94;0 +254;supply_node;4949.00;9.78;1517.00;4.18;0 +254;supply_node;4949.00;10.62;1434.00;2.21;0 +254;supply_node;4949.00;11.18;1486.00;0.07;0 +254;supply_node;4949.00;12.40;1452.00;4.72;0 +254;supply_node;4951.00;13.28;1462.00;3.47;0 +254;supply_node;4957.00;10.12;1542.00;3.50;0 +254;supply_node;4957.00;13.43;1500.00;0.84;0 +254;supply_node;4958.00;10.55;1445.00;1.02;0 +254;supply_node;4961.00;12.78;1471.00;3.68;0 +254;supply_node;4962.00;10.35;1585.00;2.27;0 +254;supply_node;4962.00;12.10;1521.00;4.88;0 +254;supply_node;4963.00;11.43;1457.00;3.96;0 +254;supply_node;4965.00;12.45;1483.00;1.52;0 +254;supply_node;4971.00;11.88;1506.00;4.18;0 +254;supply_node;4972.00;12.45;1494.00;3.46;0 +254;supply_node;4973.00;10.30;1571.00;0.31;0 +254;supply_node;4973.00;11.07;1470.00;6.12;0 +254;supply_node;4977.00;12.95;1520.00;4.87;0 +254;supply_node;4978.00;12.82;1535.00;5.10;0 +254;supply_node;4982.00;10.85;1483.00;5.82;0 +254;supply_node;4984.00;9.70;1556.00;1.48;0 +254;supply_node;4989.00;9.70;1592.00;5.59;0 +254;supply_node;4989.00;10.40;1494.00;1.22;0 +254;supply_node;4990.00;11.98;1508.00;1.26;0 +254;supply_node;4991.00;11.23;1524.00;4.68;0 +254;supply_node;4995.00;10.00;1545.00;0.80;0 +254;supply_node;5001.00;10.20;1569.00;5.33;0 254;synthetic_refinery;4917.00;10.88;1637.00;3.22;0 255;air_base;5046.00;12.50;1521.00;2.40;0 255;anti_air_building;5025.00;10.07;1461.00;5.74;0 @@ -11063,6 +16024,12 @@ 255;coastal_bunker;5050.00;10.43;1522.00;-4.63;0 255;coastal_bunker;5062.00;9.50;1495.00;1.52;0 255;dockyard;5026.00;9.55;1443.00;1.33;0 +255;floating_harbor;5016.00;9.50;1476.00;1.57;1322 +255;floating_harbor;5018.03;9.50;1530.63;1.48;1755 +255;floating_harbor;5023.87;9.50;1595.26;0.46;855 +255;floating_harbor;5047.97;9.50;1554.37;-1.66;1742 +255;floating_harbor;5054.00;9.50;1469.00;-0.61;12446 +255;floating_harbor;5054.00;9.50;1494.40;-2.11;1820 255;industrial_complex;5023.00;9.70;1574.00;1.79;0 255;industrial_complex;5027.00;11.03;1522.00;5.06;0 255;industrial_complex;5035.00;9.70;1576.00;3.00;0 @@ -11078,6 +16045,12 @@ 255;nuclear_reactor;5030.00;12.40;1517.00;6.14;0 255;radar_station;5021.00;9.50;1440.00;1.10;0 255;rocket_site;5040.00;11.45;1515.00;2.02;0 +255;supply_node;5027.00;10.55;1476.00;4.23;0 +255;supply_node;5030.00;9.80;1556.00;0.53;0 +255;supply_node;5031.00;9.50;1451.00;2.70;0 +255;supply_node;5031.00;9.70;1581.00;1.29;0 +255;supply_node;5036.00;11.68;1529.00;3.47;0 +255;supply_node;5038.00;11.05;1504.00;4.94;0 255;synthetic_refinery;5040.00;9.70;1551.00;1.52;0 256;air_base;565.00;9.70;1965.00;1.45;0 256;anti_air_building;287.00;10.40;2005.00;4.76;0 @@ -11119,6 +16092,20 @@ 256;coastal_bunker;683.00;9.55;1919.00;-0.17;0 256;coastal_bunker;718.00;9.50;1882.00;-1.71;0 256;dockyard;445.00;9.60;1950.00;-1.25;0 +256;floating_harbor;73.00;9.50;1759.00;-2.23;1135 +256;floating_harbor;212.00;9.50;1803.00;-2.25;13090 +256;floating_harbor;243.02;9.50;2027.63;1.03;7855 +256;floating_harbor;277.00;10.03;1855.00;0.98;10694 +256;floating_harbor;330.88;9.50;1927.09;-3.30;1830 +256;floating_harbor;382.55;9.50;1901.17;-2.92;12661 +256;floating_harbor;398.36;9.50;1907.21;1.25;7884 +256;floating_harbor;435.20;9.50;1968.40;-2.50;10679 +256;floating_harbor;456.85;9.50;1986.65;-4.21;13091 +256;floating_harbor;499.00;9.50;1966.00;-1.57;4833 +256;floating_harbor;522.32;9.50;1972.89;-4.41;4848 +256;floating_harbor;621.00;9.50;1954.00;1.57;10707 +256;floating_harbor;678.00;9.50;1891.00;-3.83;13203 +256;floating_harbor;726.27;9.50;1871.92;1.29;13202 256;industrial_complex;226.00;10.20;1985.00;0.84;0 256;industrial_complex;330.00;11.07;1981.00;5.06;0 256;industrial_complex;370.00;10.80;2029.00;5.06;0 @@ -11142,6 +16129,18 @@ 256;nuclear_reactor;330.00;11.10;1988.00;1.15;0 256;radar_station;29.00;9.50;1773.00;5.17;0 256;rocket_site;597.00;14.70;2001.00;5.87;0 +256;supply_node;277.00;10.30;2007.00;2.70;0 +256;supply_node;292.00;9.70;1861.00;4.88;0 +256;supply_node;338.00;10.88;1971.00;0.53;0 +256;supply_node;376.00;9.95;1930.00;3.01;0 +256;supply_node;411.00;10.45;1903.00;4.18;0 +256;supply_node;416.00;13.60;1994.00;0.84;0 +256;supply_node;464.00;12.62;1966.00;3.47;0 +256;supply_node;474.00;9.50;1996.00;2.24;0 +256;supply_node;505.00;12.68;2028.00;5.59;0 +256;supply_node;567.00;13.05;1987.00;4.94;0 +256;supply_node;633.00;9.50;1954.00;0.07;0 +256;supply_node;740.00;9.50;1868.00;5.18;0 256;synthetic_refinery;534.00;12.45;1999.00;0.54;0 257;air_base;4029.00;9.93;819.00;0.84;0 257;anti_air_building;4013.00;11.90;793.00;2.02;0 @@ -11168,6 +16167,11 @@ 257;coastal_bunker;4040.00;9.65;805.00;0.90;0 257;coastal_bunker;4051.00;9.50;811.00;0.17;0 257;dockyard;4039.00;9.82;804.00;1.19;0 +257;floating_harbor;4004.05;9.50;773.05;-3.93;7402 +257;floating_harbor;4029.95;9.50;779.05;-2.36;4327 +257;floating_harbor;4043.50;9.50;793.40;-1.95;7265 +257;floating_harbor;4048.26;9.50;804.87;-2.03;4416 +257;floating_harbor;4057.47;9.50;826.37;-0.90;1381 257;industrial_complex;4011.00;10.60;784.00;0.84;0 257;industrial_complex;4020.00;10.45;808.00;5.06;0 257;industrial_complex;4025.00;10.20;816.00;5.57;0 @@ -11182,6 +16186,15 @@ 257;nuclear_reactor;4028.00;9.95;807.00;4.69;0 257;radar_station;4007.00;9.50;781.00;2.51;0 257;rocket_site;4024.00;9.88;804.00;2.03;0 +257;supply_node;4012.00;12.43;797.00;0.07;0 +257;supply_node;4013.00;10.82;782.00;3.01;0 +257;supply_node;4021.00;10.05;788.00;4.18;0 +257;supply_node;4023.00;9.98;805.00;2.70;0 +257;supply_node;4025.00;10.20;816.00;2.24;0 +257;supply_node;4032.00;12.43;798.00;4.88;0 +257;supply_node;4034.00;9.85;824.00;5.59;0 +257;supply_node;4036.00;13.75;811.00;0.84;0 +257;supply_node;4047.00;9.70;818.00;4.94;0 257;synthetic_refinery;4040.00;11.07;810.00;4.08;0 258;air_base;2988.00;9.68;1596.00;1.35;0 258;anti_air_building;3000.00;9.70;1588.00;3.07;0 @@ -11199,6 +16212,7 @@ 258;bunker;3006.00;9.70;1592.00;6.08;0 258;coastal_bunker;2998.00;9.53;1606.00;-3.34;0 258;dockyard;2988.00;9.50;1603.00;-1.89;0 +258;floating_harbor;2999.60;9.50;1612.50;-0.38;321 258;industrial_complex;2986.00;9.70;1592.00;0.84;0 258;industrial_complex;2989.00;9.68;1597.00;5.57;0 258;industrial_complex;2995.00;9.70;1592.00;5.06;0 @@ -11209,6 +16223,10 @@ 258;nuclear_reactor;3001.00;9.70;1599.00;5.74;0 258;radar_station;2984.00;9.70;1589.00;3.04;0 258;rocket_site;3004.00;9.70;1590.00;4.53;0 +258;supply_node;2989.00;9.70;1591.00;0.07;0 +258;supply_node;2995.00;9.70;1601.00;4.88;0 +258;supply_node;3001.00;9.70;1589.00;4.18;0 +258;supply_node;3003.00;9.70;1596.00;0.84;0 258;synthetic_refinery;2990.00;9.70;1597.00;5.13;0 259;air_base;2969.00;13.23;1474.00;5.57;0 259;anti_air_building;2968.00;13.70;1472.00;0.40;0 @@ -11232,6 +16250,9 @@ 259;nuclear_reactor;2966.00;12.25;1476.00;1.51;0 259;radar_station;2962.00;12.28;1467.00;4.91;0 259;rocket_site;2969.00;11.90;1480.00;5.13;0 +259;supply_node;2968.00;12.20;1477.00;0.07;0 +259;supply_node;2968.00;14.07;1468.00;3.01;0 +259;supply_node;2969.00;11.50;1484.00;4.88;0 259;synthetic_refinery;2966.00;12.98;1473.00;6.08;0 260;air_base;4769.00;10.60;776.00;6.08;0 260;anti_air_building;4743.00;10.32;775.00;0.17;0 @@ -11291,6 +16312,27 @@ 260;coastal_bunker;4781.00;9.53;763.00;0.79;0 260;coastal_bunker;4781.00;9.65;768.00;-4.39;0 260;dockyard;4718.00;9.50;769.00;-2.68;0 +260;floating_harbor;4710.87;9.50;779.26;0.46;4399 +260;floating_harbor;4715.70;9.50;755.07;-0.95;10184 +260;floating_harbor;4716.00;9.50;762.00;-1.57;1421 +260;floating_harbor;4716.00;9.50;762.00;-3.87;7360 +260;floating_harbor;4716.00;9.50;762.00;-4.21;10243 +260;floating_harbor;4724.00;9.50;759.00;-3.14;7389 +260;floating_harbor;4732.00;9.50;760.00;-3.14;7417 +260;floating_harbor;4735.00;9.50;759.60;1.03;12116 +260;floating_harbor;4737.50;9.50;766.60;1.19;4427 +260;floating_harbor;4738.79;9.50;783.64;0.32;10300 +260;floating_harbor;4750.40;9.50;795.50;0.38;10214 +260;floating_harbor;4752.00;9.50;734.00;-3.14;4266 +260;floating_harbor;4757.40;9.50;732.50;-3.52;12158 +260;floating_harbor;4759.63;9.50;796.86;0.20;12160 +260;floating_harbor;4765.23;9.50;815.96;0.11;1293 +260;floating_harbor;4768.26;9.50;749.87;-2.03;1234 +260;floating_harbor;4783.26;9.50;753.87;-2.03;7284 +260;floating_harbor;4783.64;9.50;782.21;-1.25;1379 +260;floating_harbor;4783.64;9.50;783.79;-1.89;12188 +260;floating_harbor;4786.00;9.50;728.00;-2.59;4241 +260;floating_harbor;4787.79;9.50;769.70;-1.33;10328 260;industrial_complex;4725.00;9.70;769.00;1.35;0 260;industrial_complex;4730.00;10.20;781.00;0.84;0 260;industrial_complex;4753.00;12.53;771.00;3.51;0 @@ -11321,6 +16363,32 @@ 260;nuclear_reactor;4753.00;12.28;770.00;3.95;0 260;radar_station;4676.00;9.50;727.00;5.85;0 260;rocket_site;4749.00;10.45;761.00;1.28;0 +260;supply_node;4696.00;9.50;741.00;3.19;0 +260;supply_node;4712.00;10.20;762.00;0.38;0 +260;supply_node;4715.00;10.12;771.00;2.54;0 +260;supply_node;4724.00;9.68;772.00;1.02;0 +260;supply_node;4732.00;9.68;771.00;3.96;0 +260;supply_node;4733.00;10.28;780.00;4.72;0 +260;supply_node;4743.00;10.28;771.00;5.37;0 +260;supply_node;4746.00;10.45;753.00;3.50;0 +260;supply_node;4748.00;10.78;777.00;1.33;0 +260;supply_node;4749.00;10.38;762.00;0.31;0 +260;supply_node;4752.00;10.23;745.00;5.89;0 +260;supply_node;4754.00;11.30;768.00;1.56;0 +260;supply_node;4755.00;9.88;784.00;6.13;0 +260;supply_node;4756.00;10.53;756.00;3.01;0 +260;supply_node;4757.00;12.78;776.00;3.43;0 +260;supply_node;4762.00;9.78;744.00;1.26;0 +260;supply_node;4762.00;10.73;785.00;2.73;0 +260;supply_node;4762.00;11.55;769.00;0.61;0 +260;supply_node;4764.00;9.62;760.00;4.42;0 +260;supply_node;4765.00;11.53;778.00;4.91;0 +260;supply_node;4767.00;9.57;800.00;5.59;0 +260;supply_node;4770.00;10.10;769.00;5.18;0 +260;supply_node;4771.00;10.57;788.00;5.67;0 +260;supply_node;4774.00;10.25;779.00;2.24;0 +260;supply_node;4775.00;9.60;758.00;1.78;0 +260;supply_node;4777.00;10.25;767.00;2.02;0 260;synthetic_refinery;4719.00;9.98;773.00;2.24;0 261;air_base;4463.00;13.50;1516.00;4.02;0 261;anti_air_building;4279.00;16.30;1422.00;0.77;0 @@ -11406,6 +16474,71 @@ 261;nuclear_reactor;4370.00;14.45;1504.00;3.44;0 261;radar_station;4219.00;14.68;1424.00;0.33;0 261;rocket_site;4363.00;14.60;1401.00;2.24;0 +261;supply_node;4235.00;17.15;1461.00;5.89;0 +261;supply_node;4240.00;13.95;1423.00;3.68;0 +261;supply_node;4246.00;14.55;1441.00;5.86;0 +261;supply_node;4272.00;13.10;1461.00;3.92;0 +261;supply_node;4274.00;13.88;1424.00;0.61;0 +261;supply_node;4284.00;13.70;1480.00;3.50;0 +261;supply_node;4291.00;13.78;1445.00;1.22;0 +261;supply_node;4302.00;14.28;1403.00;0.98;0 +261;supply_node;4304.00;13.80;1426.00;5.33;0 +261;supply_node;4310.00;14.95;1457.00;4.10;0 +261;supply_node;4311.00;14.85;1502.00;2.24;0 +261;supply_node;4314.00;16.30;1479.00;4.45;0 +261;supply_node;4318.00;13.68;1381.00;2.54;0 +261;supply_node;4334.00;14.23;1416.00;4.91;0 +261;supply_node;4341.00;13.62;1393.00;4.38;0 +261;supply_node;4341.00;14.18;1438.00;4.41;0 +261;supply_node;4342.00;16.30;1462.00;1.78;0 +261;supply_node;4346.00;14.57;1501.00;2.17;0 +261;supply_node;4349.00;14.82;1543.00;4.15;0 +261;supply_node;4353.00;16.10;1481.00;1.33;0 +261;supply_node;4355.00;14.15;1521.00;2.24;0 +261;supply_node;4362.00;14.03;1378.00;1.26;0 +261;supply_node;4370.00;14.23;1407.00;1.52;0 +261;supply_node;4374.00;16.43;1456.00;4.42;0 +261;supply_node;4378.00;14.05;1512.00;1.02;0 +261;supply_node;4383.00;13.70;1537.00;1.78;0 +261;supply_node;4383.00;14.32;1429.00;0.38;0 +261;supply_node;4386.00;14.38;1488.00;6.09;0 +261;supply_node;4399.00;13.10;1380.00;3.46;0 +261;supply_node;4405.00;14.73;1515.00;0.80;0 +261;supply_node;4406.00;14.40;1467.00;4.72;0 +261;supply_node;4407.00;14.45;1406.00;2.21;0 +261;supply_node;4411.00;13.62;1446.00;2.51;0 +261;supply_node;4417.00;14.60;1491.00;3.19;0 +261;supply_node;4427.00;14.90;1430.00;2.70;0 +261;supply_node;4429.00;12.85;1365.00;4.68;0 +261;supply_node;4438.00;13.85;1516.00;2.27;0 +261;supply_node;4440.00;13.68;1390.00;0.30;0 +261;supply_node;4442.00;13.75;1462.00;2.02;0 +261;supply_node;4443.00;14.15;1413.00;5.37;0 +261;supply_node;4446.00;14.30;1495.00;6.28;0 +261;supply_node;4463.00;15.68;1436.00;5.82;0 +261;supply_node;4464.00;13.80;1372.00;4.87;0 +261;supply_node;4469.00;14.88;1472.00;5.67;0 +261;supply_node;4471.00;14.38;1507.00;1.75;0 +261;supply_node;4475.00;13.32;1404.00;1.29;0 +261;supply_node;4490.00;13.45;1451.00;2.97;0 +261;supply_node;4493.00;13.18;1379.00;3.96;0 +261;supply_node;4497.00;13.12;1423.00;0.31;0 +261;supply_node;4497.00;14.40;1490.00;1.56;0 +261;supply_node;4509.00;12.48;1402.00;3.43;0 +261;supply_node;4518.00;12.55;1442.00;0.03;0 +261;supply_node;4519.00;13.28;1381.00;5.18;0 +261;supply_node;4521.00;14.80;1469.00;5.10;0 +261;supply_node;4526.00;12.78;1420.00;1.48;0 +261;supply_node;4534.00;12.50;1493.00;1.94;0 +261;supply_node;4544.00;13.65;1457.00;6.13;0 +261;supply_node;4549.00;12.62;1431.00;5.40;0 +261;supply_node;4555.00;12.18;1482.00;0.34;0 +261;supply_node;4575.00;13.10;1449.00;0.52;0 +261;supply_node;4576.00;12.05;1505.00;3.64;0 +261;supply_node;4576.00;12.30;1468.00;3.15;0 +261;supply_node;4586.00;11.75;1488.00;5.63;0 +261;supply_node;4605.00;11.75;1466.00;0.76;0 +261;supply_node;4608.00;12.85;1504.00;2.73;0 261;synthetic_refinery;4363.00;14.65;1417.00;2.84;0 262;air_base;4629.00;12.75;1406.00;3.07;0 262;anti_air_building;4480.00;13.10;1328.00;0.77;0 @@ -11487,6 +16620,67 @@ 262;nuclear_reactor;4605.00;12.75;1435.00;5.50;0 262;radar_station;4334.00;13.30;1343.00;2.20;0 262;rocket_site;4377.00;12.20;1346.00;2.84;0 +262;supply_node;4348.00;14.03;1358.00;5.10;0 +262;supply_node;4352.00;13.30;1339.00;0.98;0 +262;supply_node;4379.00;12.10;1354.00;4.91;0 +262;supply_node;4381.00;12.75;1326.00;3.46;0 +262;supply_node;4389.00;17.45;1285.00;1.94;0 +262;supply_node;4402.00;13.05;1313.00;2.27;0 +262;supply_node;4406.00;12.73;1343.00;2.70;0 +262;supply_node;4411.00;15.93;1275.00;0.03;0 +262;supply_node;4417.00;13.18;1297.00;3.64;0 +262;supply_node;4432.00;13.20;1318.00;2.17;0 +262;supply_node;4433.00;12.88;1343.00;1.75;0 +262;supply_node;4460.00;13.10;1324.00;4.68;0 +262;supply_node;4461.00;14.62;1345.00;0.30;0 +262;supply_node;4478.00;14.70;1303.00;1.22;0 +262;supply_node;4481.00;14.12;1351.00;0.52;0 +262;supply_node;4482.00;13.48;1325.00;6.13;0 +262;supply_node;4495.00;14.75;1292.00;0.80;0 +262;supply_node;4496.00;14.20;1311.00;4.41;0 +262;supply_node;4502.00;14.23;1328.00;4.15;0 +262;supply_node;4503.00;13.28;1342.00;1.33;0 +262;supply_node;4509.00;14.53;1359.00;6.28;0 +262;supply_node;4516.00;13.85;1310.00;5.37;0 +262;supply_node;4526.00;13.88;1343.00;1.26;0 +262;supply_node;4531.00;13.55;1322.00;5.33;0 +262;supply_node;4538.00;13.05;1396.00;3.43;0 +262;supply_node;4539.00;13.80;1367.00;4.87;0 +262;supply_node;4546.00;13.60;1327.00;4.38;0 +262;supply_node;4551.00;13.85;1340.00;1.29;0 +262;supply_node;4556.00;13.65;1407.00;3.96;0 +262;supply_node;4556.00;14.32;1358.00;4.45;0 +262;supply_node;4561.00;14.45;1386.00;0.76;0 +262;supply_node;4568.00;13.12;1372.00;5.67;0 +262;supply_node;4572.00;13.65;1345.00;4.10;0 +262;supply_node;4573.00;13.40;1401.00;0.31;0 +262;supply_node;4578.00;12.73;1332.00;2.21;0 +262;supply_node;4580.00;12.90;1428.00;1.56;0 +262;supply_node;4584.00;13.57;1359.00;3.68;0 +262;supply_node;4588.00;12.78;1375.00;5.63;0 +262;supply_node;4592.00;14.15;1344.00;0.38;0 +262;supply_node;4596.00;12.55;1388.00;4.72;0 +262;supply_node;4597.00;12.65;1400.00;3.15;0 +262;supply_node;4598.00;12.55;1415.00;2.02;0 +262;supply_node;4598.00;15.55;1332.00;1.78;0 +262;supply_node;4600.00;13.20;1323.00;5.89;0 +262;supply_node;4603.00;13.40;1356.00;2.54;0 +262;supply_node;4605.00;13.40;1345.00;6.09;0 +262;supply_node;4608.00;14.45;1375.00;2.51;0 +262;supply_node;4610.00;12.35;1440.00;1.48;0 +262;supply_node;4611.00;13.20;1333.00;2.97;0 +262;supply_node;4616.00;13.25;1349.00;4.42;0 +262;supply_node;4620.00;12.98;1336.00;3.92;0 +262;supply_node;4621.00;12.57;1407.00;5.86;0 +262;supply_node;4622.00;12.10;1427.00;2.73;0 +262;supply_node;4623.00;13.43;1369.00;3.50;0 +262;supply_node;4625.00;12.90;1391.00;1.52;0 +262;supply_node;4640.00;12.60;1419.00;2.24;0 +262;supply_node;4644.00;12.05;1437.00;3.19;0 +262;supply_node;4646.00;12.75;1403.00;5.40;0 +262;supply_node;4649.00;11.90;1455.00;1.02;0 +262;supply_node;4660.00;12.38;1421.00;0.34;0 +262;supply_node;4671.00;12.10;1439.00;0.61;0 262;synthetic_refinery;4583.00;13.10;1371.00;2.33;0 263;air_base;4677.00;11.43;568.00;5.13;0 263;anti_air_building;4674.00;9.65;585.00;3.65;0 @@ -11514,6 +16708,13 @@ 263;coastal_bunker;4684.00;9.78;565.00;-3.61;0 263;coastal_bunker;4685.00;9.63;598.00;1.57;0 263;dockyard;4672.00;9.50;573.00;-2.50;0 +263;floating_harbor;4656.05;9.50;610.95;0.79;7598 +263;floating_harbor;4660.18;9.50;620.88;0.98;4308 +263;floating_harbor;4665.80;9.50;578.60;0.64;10263 +263;floating_harbor;4666.18;9.50;590.88;0.98;1589 +263;floating_harbor;4688.20;9.50;574.60;-0.64;4349 +263;floating_harbor;4691.79;9.50;602.30;-1.82;12330 +263;floating_harbor;4692.00;9.50;595.00;-1.57;10464 263;industrial_complex;4665.00;10.20;599.00;2.46;0 263;industrial_complex;4667.00;9.65;613.00;1.01;0 263;industrial_complex;4675.00;13.75;604.00;3.07;0 @@ -11530,6 +16731,14 @@ 263;nuclear_reactor;4677.00;11.10;566.00;4.76;0 263;radar_station;4661.00;9.50;596.00;0.83;0 263;rocket_site;4675.00;10.00;576.00;0.64;0 +263;supply_node;4666.00;11.18;601.00;4.72;0 +263;supply_node;4669.00;10.10;615.00;0.31;0 +263;supply_node;4673.00;9.95;569.00;1.02;0 +263;supply_node;4677.00;14.18;606.00;0.61;0 +263;supply_node;4678.00;10.80;583.00;2.54;0 +263;supply_node;4679.00;12.20;595.00;3.96;0 +263;supply_node;4679.00;13.88;619.00;5.89;0 +263;supply_node;4681.00;10.48;565.00;1.78;0 263;synthetic_refinery;4675.00;9.90;578.00;2.70;0 264;air_base;2962.00;12.45;1411.00;4.53;0 264;anti_air_building;2963.00;12.32;1411.00;6.24;0 @@ -11552,6 +16761,8 @@ 264;nuclear_reactor;2966.00;12.15;1411.00;4.08;0 264;radar_station;2960.00;11.85;1408.00;0.34;0 264;rocket_site;2972.00;12.28;1410.00;6.25;0 +264;supply_node;2967.00;13.23;1407.00;0.31;0 +264;supply_node;2970.00;11.35;1412.00;1.78;0 264;synthetic_refinery;2966.00;12.15;1411.00;2.02;0 265;air_base;3229.00;9.73;1457.00;3.58;0 265;anti_air_building;3220.00;10.63;1465.00;2.09;0 @@ -11589,6 +16800,23 @@ 265;nuclear_reactor;3200.00;12.85;1469.00;5.71;0 265;radar_station;3200.00;14.55;1461.00;1.59;0 265;rocket_site;3224.00;9.90;1477.00;2.70;0 +265;supply_node;3203.00;10.98;1477.00;3.50;0 +265;supply_node;3204.00;12.10;1465.00;4.15;0 +265;supply_node;3208.00;11.25;1471.00;2.02;0 +265;supply_node;3212.00;11.55;1457.00;3.96;0 +265;supply_node;3218.00;10.20;1473.00;3.19;0 +265;supply_node;3218.00;11.62;1447.00;1.56;0 +265;supply_node;3220.00;10.73;1463.00;1.02;0 +265;supply_node;3222.00;13.45;1436.00;4.91;0 +265;supply_node;3224.00;10.10;1455.00;0.61;0 +265;supply_node;3225.00;10.00;1472.00;5.67;0 +265;supply_node;3228.00;9.90;1426.00;3.43;0 +265;supply_node;3230.00;9.65;1448.00;5.37;0 +265;supply_node;3230.00;10.38;1436.00;1.26;0 +265;supply_node;3232.00;9.85;1461.00;2.73;0 +265;supply_node;3239.00;10.28;1438.00;1.33;0 +265;supply_node;3240.00;9.80;1428.00;6.13;0 +265;supply_node;3240.00;9.90;1450.00;4.72;0 265;synthetic_refinery;3236.00;10.15;1428.00;3.65;0 266;air_base;3254.00;10.25;1465.00;1.52;0 266;anti_air_building;3233.00;9.78;1471.00;3.64;0 @@ -11611,6 +16839,7 @@ 266;bunker;3252.00;9.80;1425.00;0.48;0 266;bunker;3253.00;9.82;1445.00;2.53;0 266;bunker;3255.00;9.95;1457.00;2.03;0 +266;bunker;3256.00;9.80;1449.00;2.73;0 266;industrial_complex;3211.00;10.23;1483.00;3.90;0 266;industrial_complex;3215.00;10.18;1482.00;0.73;0 266;industrial_complex;3246.00;9.82;1437.00;1.94;0 @@ -11620,6 +16849,18 @@ 266;nuclear_reactor;3257.00;9.90;1462.00;0.03;0 266;radar_station;3208.00;10.35;1483.00;3.46;0 266;rocket_site;3233.00;9.80;1476.00;3.65;0 +266;supply_node;3210.00;10.23;1484.00;3.19;0 +266;supply_node;3222.00;9.85;1483.00;6.13;0 +266;supply_node;3233.00;9.78;1473.00;1.33;0 +266;supply_node;3237.00;9.90;1481.00;3.96;0 +266;supply_node;3243.00;10.45;1461.00;0.61;0 +266;supply_node;3245.00;11.32;1472.00;1.26;0 +266;supply_node;3249.00;9.82;1438.00;3.50;0 +266;supply_node;3250.00;9.75;1452.00;2.02;0 +266;supply_node;3253.00;9.70;1429.00;5.37;0 +266;supply_node;3254.00;10.60;1467.00;3.43;0 +266;supply_node;3259.00;9.85;1457.00;5.67;0 +266;supply_node;3263.00;9.80;1448.00;2.73;0 266;synthetic_refinery;3247.00;9.93;1459.00;4.25;0 267;air_base;2706.00;10.00;1222.00;2.02;0 267;anti_air_building;2709.00;10.63;1222.00;4.76;0 @@ -11646,6 +16887,10 @@ 267;coastal_bunker;2711.00;9.50;1238.00;-1.85;0 267;coastal_bunker;2730.00;10.18;1236.00;-3.79;0 267;dockyard;2724.00;10.50;1240.00;-3.79;0 +267;floating_harbor;2694.05;9.50;1219.95;0.79;10070 +267;floating_harbor;2700.74;9.50;1230.13;1.11;1194 +267;floating_harbor;2702.27;9.50;1237.92;1.29;10113 +267;floating_harbor;2733.60;9.50;1244.00;-0.54;12087 267;industrial_complex;2716.00;12.00;1213.00;6.24;0 267;industrial_complex;2716.00;12.82;1210.00;4.53;0 267;industrial_complex;2719.00;14.10;1202.00;3.58;0 @@ -11659,6 +16904,16 @@ 267;nuclear_reactor;2700.00;10.85;1208.00;3.20;0 267;radar_station;2692.00;12.30;1197.00;5.94;0 267;rocket_site;2713.00;10.40;1226.00;0.54;0 +267;supply_node;2701.00;13.85;1201.00;3.19;0 +267;supply_node;2702.00;10.43;1212.00;3.50;0 +267;supply_node;2711.00;10.28;1225.00;6.13;0 +267;supply_node;2711.00;12.60;1195.00;1.33;0 +267;supply_node;2716.00;11.35;1234.00;1.26;0 +267;supply_node;2717.00;12.88;1210.00;5.37;0 +267;supply_node;2725.00;11.55;1223.00;2.02;0 +267;supply_node;2727.00;11.95;1233.00;3.43;0 +267;supply_node;2728.00;16.85;1198.00;5.67;0 +267;supply_node;2731.00;15.00;1212.00;2.73;0 267;synthetic_refinery;2729.00;11.38;1226.00;2.60;0 268;air_base;2777.00;13.45;1215.00;6.25;0 268;anti_air_building;2750.00;12.23;1218.00;0.03;0 @@ -11683,6 +16938,9 @@ 268;coastal_bunker;2744.00;9.75;1235.00;-3.14;0 268;coastal_bunker;2773.00;9.85;1232.00;-3.39;0 268;dockyard;2749.00;9.82;1235.00;-3.14;0 +268;floating_harbor;2739.37;9.50;1240.86;-0.20;4199 +268;floating_harbor;2749.00;9.50;1243.00;0.00;7215 +268;floating_harbor;2775.52;9.50;1239.83;-0.22;989 268;industrial_complex;2739.00;12.05;1226.00;6.14;0 268;industrial_complex;2743.00;12.30;1232.00;6.24;0 268;industrial_complex;2745.00;14.82;1202.00;2.02;0 @@ -11695,6 +16953,15 @@ 268;nuclear_reactor;2760.00;15.13;1213.00;2.60;0 268;radar_station;2737.00;16.27;1195.00;3.76;0 268;rocket_site;2742.00;13.60;1230.00;4.76;0 +268;supply_node;2737.00;12.90;1229.00;1.26;0 +268;supply_node;2743.00;16.12;1204.00;5.67;0 +268;supply_node;2746.00;12.30;1221.00;2.02;0 +268;supply_node;2749.00;13.60;1230.00;3.43;0 +268;supply_node;2757.00;15.78;1196.00;3.50;0 +268;supply_node;2759.00;14.75;1214.00;5.37;0 +268;supply_node;2772.00;12.93;1224.00;1.33;0 +268;supply_node;2772.00;14.32;1208.00;2.73;0 +268;supply_node;2776.00;13.73;1188.00;4.91;0 268;synthetic_refinery;2744.00;13.78;1230.00;5.71;0 269;air_base;1680.00;10.40;1895.00;0.47;0 269;anti_air_building;1766.00;11.65;1803.00;3.27;0 @@ -11732,6 +16999,16 @@ 269;coastal_bunker;1896.00;9.50;1842.00;-4.38;0 269;coastal_bunker;1914.00;9.57;1822.00;-3.33;0 269;dockyard;1846.00;9.60;1869.00;1.57;0 +269;floating_harbor;1537.00;9.50;2009.00;-2.09;1712 +269;floating_harbor;1577.04;9.50;1854.77;1.46;13196 +269;floating_harbor;1585.30;9.50;1972.01;1.28;12147 +269;floating_harbor;1729.39;9.50;1953.46;-0.88;7364 +269;floating_harbor;1738.37;9.50;2011.14;-2.94;3691 +269;floating_harbor;1760.08;9.50;2035.94;-4.56;7813 +269;floating_harbor;1769.43;9.50;1939.85;-0.21;3208 +269;floating_harbor;1882.00;9.50;1868.00;0.18;12503 +269;floating_harbor;1882.00;9.50;1868.00;-2.10;1426 +269;floating_harbor;1908.25;9.50;1829.89;-0.18;4720 269;industrial_complex;1610.00;9.50;1837.00;2.02;0 269;industrial_complex;1646.00;10.40;1855.00;6.14;0 269;industrial_complex;1667.00;10.95;2002.00;4.18;0 @@ -11751,6 +17028,20 @@ 269;nuclear_reactor;1685.00;10.20;1974.00;3.28;0 269;radar_station;1574.00;9.50;1815.00;5.67;0 269;rocket_site;1612.00;9.80;1956.00;0.26;0 +269;supply_node;1611.00;10.00;1851.00;4.45;0 +269;supply_node;1632.00;9.80;1958.00;2.27;0 +269;supply_node;1646.00;10.25;1833.00;0.80;0 +269;supply_node;1695.00;10.07;1925.00;1.56;0 +269;supply_node;1708.00;10.90;1827.00;5.67;0 +269;supply_node;1735.00;9.60;2028.00;2.73;0 +269;supply_node;1749.00;11.68;1819.00;2.97;0 +269;supply_node;1759.00;10.80;1890.00;1.26;0 +269;supply_node;1777.00;11.60;1812.00;3.50;0 +269;supply_node;1780.00;9.60;2039.00;4.15;0 +269;supply_node;1825.00;10.80;1892.00;2.02;0 +269;supply_node;1834.00;11.20;1795.00;4.91;0 +269;supply_node;1849.00;11.00;1827.00;0.03;0 +269;supply_node;1903.00;11.38;1801.00;3.43;0 269;synthetic_refinery;1775.00;10.60;1915.00;1.22;0 270;air_base;2667.00;10.00;1186.00;4.69;0 270;anti_air_building;2667.00;10.35;1180.00;4.76;0 @@ -11773,6 +17064,9 @@ 270;coastal_bunker;2670.00;9.50;1195.00;-2.25;0 270;coastal_bunker;2690.00;9.60;1207.00;-3.42;0 270;dockyard;2675.00;9.60;1200.00;-2.25;0 +270;floating_harbor;2647.00;9.50;1163.00;1.57;1102 +270;floating_harbor;2659.53;9.50;1194.37;0.90;11943 +270;floating_harbor;2673.74;9.50;1206.13;1.11;7069 270;industrial_complex;2658.00;10.70;1163.00;2.02;0 270;industrial_complex;2670.00;10.48;1179.00;0.47;0 270;industrial_complex;2675.00;9.73;1198.00;2.03;0 @@ -11785,6 +17079,13 @@ 270;nuclear_reactor;2704.00;15.55;1167.00;1.15;0 270;radar_station;2653.00;9.50;1154.00;5.17;0 270;rocket_site;2696.00;15.45;1176.00;5.87;0 +270;supply_node;2662.00;12.80;1163.00;1.26;0 +270;supply_node;2670.00;10.53;1186.00;4.15;0 +270;supply_node;2682.00;14.23;1159.00;2.73;0 +270;supply_node;2684.00;12.75;1179.00;5.67;0 +270;supply_node;2686.00;11.30;1200.00;3.43;0 +270;supply_node;2694.00;12.93;1189.00;4.91;0 +270;supply_node;2701.00;16.25;1170.00;1.56;0 270;synthetic_refinery;2676.00;12.93;1157.00;0.54;0 271;air_base;2667.00;14.90;1146.00;3.74;0 271;anti_air_building;2644.00;12.40;1116.00;4.76;0 @@ -11804,6 +17105,9 @@ 271;coastal_bunker;2649.00;9.50;1135.00;-2.16;0 271;coastal_bunker;2655.00;10.30;1142.00;-1.75;0 271;dockyard;2656.00;9.75;1145.00;-1.75;0 +271;floating_harbor;2632.36;9.50;1126.21;1.25;5046 +271;floating_harbor;2640.18;9.50;1135.88;0.98;12857 +271;floating_harbor;2647.14;9.50;1145.37;1.37;7203 271;industrial_complex;2652.00;12.82;1125.00;2.53;0 271;industrial_complex;2659.00;12.18;1143.00;0.47;0 271;industrial_complex;2663.00;13.13;1122.00;4.08;0 @@ -11816,6 +17120,10 @@ 271;nuclear_reactor;2661.00;13.15;1129.00;3.20;0 271;radar_station;2633.00;9.65;1119.00;5.94;0 271;rocket_site;2646.00;12.90;1116.00;0.54;0 +271;supply_node;2649.00;10.18;1130.00;1.56;0 +271;supply_node;2654.00;13.98;1119.00;3.43;0 +271;supply_node;2664.00;13.68;1142.00;4.91;0 +271;supply_node;2681.00;11.82;1136.00;5.67;0 271;synthetic_refinery;2660.00;13.03;1129.00;2.60;0 272;air_base;3522.00;10.82;764.00;3.14;0 272;anti_air_building;3487.00;12.00;777.00;1.58;0 @@ -11838,6 +17146,8 @@ 272;nuclear_reactor;3488.00;12.00;779.00;2.70;0 272;radar_station;3462.00;11.70;768.00;4.94;0 272;rocket_site;3485.00;10.35;751.00;0.03;0 +272;supply_node;3490.00;11.98;770.00;4.91;0 +272;supply_node;3515.00;10.90;759.00;1.56;0 272;synthetic_refinery;3515.00;11.20;771.00;2.09;0 273;air_base;3554.00;11.05;795.00;3.64;0 273;anti_air_building;3550.00;11.50;784.00;0.10;0 @@ -11864,6 +17174,11 @@ 273;coastal_bunker;3595.00;9.50;840.00;-2.78;0 273;coastal_bunker;3597.00;9.53;798.00;1.29;0 273;dockyard;3597.00;9.50;797.00;1.29;0 +273;floating_harbor;3507.30;9.50;824.79;0.24;10833 +273;floating_harbor;3529.08;9.50;829.73;0.28;12759 +273;floating_harbor;3565.13;9.50;836.26;-0.46;10921 +273;floating_harbor;3585.48;9.50;841.83;0.22;1966 +273;floating_harbor;3605.86;9.50;800.63;-1.77;10891 273;industrial_complex;3538.00;11.28;794.00;2.53;0 273;industrial_complex;3546.00;12.98;815.00;3.74;0 273;industrial_complex;3551.00;12.15;810.00;3.14;0 @@ -11878,6 +17193,15 @@ 273;nuclear_reactor;3537.00;11.40;786.00;0.11;0 273;radar_station;3481.00;14.20;805.00;3.19;0 273;rocket_site;3520.00;11.75;792.00;4.83;0 +273;supply_node;3503.00;12.48;797.00;2.27;0 +273;supply_node;3511.00;14.38;810.00;2.97;0 +273;supply_node;3533.00;11.20;816.00;3.68;0 +273;supply_node;3537.00;11.20;783.00;4.15;0 +273;supply_node;3539.00;11.10;797.00;0.03;0 +273;supply_node;3558.00;12.00;804.00;0.34;0 +273;supply_node;3558.00;12.85;822.00;2.21;0 +273;supply_node;3584.00;11.07;805.00;4.45;0 +273;supply_node;3589.00;12.23;826.00;0.80;0 273;synthetic_refinery;3498.00;12.73;797.00;5.78;0 274;air_base;2982.00;13.73;1442.00;0.41;0 274;anti_air_building;2980.00;11.05;1431.00;0.32;0 @@ -11901,6 +17225,9 @@ 274;nuclear_reactor;2986.00;14.30;1444.00;2.99;0 274;radar_station;2970.00;13.63;1436.00;4.12;0 274;rocket_site;2977.00;12.57;1436.00;5.15;0 +274;supply_node;2974.00;14.35;1439.00;2.27;0 +274;supply_node;2980.00;12.20;1434.00;0.03;0 +274;supply_node;2985.00;14.45;1441.00;2.97;0 274;synthetic_refinery;2983.00;13.55;1439.00;0.92;0 275;air_base;4530.00;9.90;527.00;2.09;0 275;anti_air_building;4553.00;9.70;521.00;1.79;0 @@ -11945,6 +17272,21 @@ 275;coastal_bunker;4591.00;9.57;526.00;-3.14;0 275;coastal_bunker;4596.00;9.55;520.00;-3.14;0 275;dockyard;4509.00;10.40;540.00;-2.94;0 +275;floating_harbor;4500.21;9.50;552.64;-0.32;1386 +275;floating_harbor;4503.37;9.50;519.14;-2.94;4434 +275;floating_harbor;4509.00;9.50;548.00;0.00;7223 +275;floating_harbor;4517.00;9.50;518.00;-3.14;7642 +275;floating_harbor;4522.85;9.50;546.90;0.17;12277 +275;floating_harbor;4531.79;9.50;550.64;0.32;1413 +275;floating_harbor;4533.00;9.50;513.00;-3.14;10135 +275;floating_harbor;4551.21;9.50;548.64;-0.32;4390 +275;floating_harbor;4560.82;9.50;514.12;-2.16;1209 +275;floating_harbor;4568.40;9.50;509.50;-3.52;12472 +275;floating_harbor;4573.00;9.50;534.00;-1.57;4608 +275;floating_harbor;4574.08;9.50;533.47;-1.05;10479 +275;floating_harbor;4588.00;9.50;549.00;-0.79;4306 +275;floating_harbor;4598.70;9.50;509.93;-2.19;7654 +275;floating_harbor;4607.13;9.50;526.26;-0.46;4273 275;industrial_complex;4517.00;9.78;531.00;3.14;0 275;industrial_complex;4539.00;10.03;540.00;4.25;0 275;industrial_complex;4540.00;9.55;520.00;3.64;0 @@ -11969,13 +17311,30 @@ 275;nuclear_reactor;4587.00;9.68;515.00;0.24;0 275;radar_station;4493.00;10.45;544.00;1.28;0 275;rocket_site;4538.00;10.10;526.00;2.40;0 -275;synthetic_refinery;4548.00;10.38;540.00;4.46;0 -276;air_base;4462.00;9.93;617.00;0.97;0 -276;anti_air_building;4332.00;9.70;659.00;3.03;0 -276;anti_air_building;4457.00;9.95;619.00;0.01;0 -276;anti_air_building;4469.00;9.93;608.00;5.70;0 -276;arms_factory;4350.00;9.70;630.00;0.80;0 -276;arms_factory;4351.00;9.53;624.00;3.47;0 +275;supply_node;4497.00;10.20;543.00;4.45;0 +275;supply_node;4501.00;9.73;531.00;5.86;0 +275;supply_node;4509.00;11.62;536.00;5.10;0 +275;supply_node;4517.00;9.70;529.00;1.75;0 +275;supply_node;4525.00;12.10;534.00;3.15;0 +275;supply_node;4533.00;9.70;524.00;0.98;0 +275;supply_node;4535.00;9.82;541.00;2.21;0 +275;supply_node;4538.00;9.93;533.00;6.09;0 +275;supply_node;4547.00;10.32;529.00;5.40;0 +275;supply_node;4548.00;10.40;539.00;4.38;0 +275;supply_node;4552.00;9.55;520.00;2.97;0 +275;supply_node;4558.00;10.60;534.00;2.51;0 +275;supply_node;4561.00;11.10;526.00;3.92;0 +275;supply_node;4573.00;9.80;521.00;1.29;0 +275;supply_node;4575.00;10.65;538.00;0.34;0 +275;supply_node;4586.00;10.48;519.00;4.68;0 +275;supply_node;4603.00;11.28;518.00;3.68;0 +275;synthetic_refinery;4548.00;10.38;540.00;4.46;0 +276;air_base;4462.00;9.93;617.00;0.97;0 +276;anti_air_building;4332.00;9.70;659.00;3.03;0 +276;anti_air_building;4457.00;9.95;619.00;0.01;0 +276;anti_air_building;4469.00;9.93;608.00;5.70;0 +276;arms_factory;4350.00;9.70;630.00;0.80;0 +276;arms_factory;4351.00;9.53;624.00;3.47;0 276;arms_factory;4460.00;10.15;618.00;5.54;0 276;arms_factory;4461.00;10.05;620.00;2.51;0 276;arms_factory;4489.00;10.07;604.00;6.13;0 @@ -11991,6 +17350,11 @@ 276;coastal_bunker;4468.00;9.50;601.00;1.33;0 276;coastal_bunker;4493.00;9.50;600.00;-4.25;0 276;dockyard;4451.00;9.57;620.00;-1.57;0 +276;floating_harbor;4335.26;9.50;658.87;-2.03;12126 +276;floating_harbor;4346.99;9.50;632.73;0.61;1428 +276;floating_harbor;4456.00;9.50;627.00;0.00;7384 +276;floating_harbor;4475.79;9.50;603.30;-1.82;7396 +276;floating_harbor;4481.18;9.50;598.12;-4.12;4211 276;industrial_complex;4332.00;9.60;657.00;3.03;0 276;industrial_complex;4349.00;9.53;627.00;5.69;0 276;industrial_complex;4352.00;9.70;625.00;4.58;0 @@ -12005,6 +17369,10 @@ 276;nuclear_reactor;4452.00;9.55;618.00;0.24;0 276;radar_station;4300.00;9.50;690.00;1.28;0 276;rocket_site;4462.00;10.00;613.00;4.74;0 +276;supply_node;4325.00;9.50;664.00;4.38;0 +276;supply_node;4456.00;9.85;619.00;3.68;0 +276;supply_node;4465.00;9.70;606.00;0.34;0 +276;supply_node;4490.00;10.05;604.00;2.21;0 276;synthetic_refinery;4453.00;9.55;618.00;3.54;0 277;air_base;3867.00;17.02;1244.00;5.71;0 277;anti_air_building;3896.00;15.85;1221.00;5.27;0 @@ -12032,6 +17400,13 @@ 277;nuclear_reactor;3885.00;18.93;1234.00;0.10;0 277;radar_station;3855.00;15.93;1214.00;1.78;0 277;rocket_site;3886.00;14.55;1244.00;2.26;0 +277;supply_node;3862.00;15.98;1245.00;5.10;0 +277;supply_node;3870.00;18.30;1211.00;1.75;0 +277;supply_node;3884.00;15.55;1194.00;0.34;0 +277;supply_node;3884.00;18.85;1231.00;4.38;0 +277;supply_node;3893.00;12.65;1249.00;5.86;0 +277;supply_node;3898.00;17.10;1215.00;4.68;0 +277;supply_node;3912.00;19.18;1241.00;2.51;0 277;synthetic_refinery;3894.00;14.43;1244.00;4.32;0 278;air_base;3795.00;11.63;1086.00;4.76;0 278;anti_air_building;3809.00;9.98;1064.00;5.78;0 @@ -12052,6 +17427,9 @@ 278;coastal_bunker;3815.00;9.50;1061.00;0.22;0 278;coastal_bunker;3831.00;9.68;1064.00;-0.62;0 278;dockyard;3794.00;9.50;1061.00;0.67;0 +278;floating_harbor;3770.88;9.50;1053.34;-3.77;12774 +278;floating_harbor;3815.46;9.50;1055.45;-2.78;7917 +278;floating_harbor;3834.12;9.50;1059.18;-3.73;1179 278;industrial_complex;3795.00;10.05;1063.00;3.65;0 278;industrial_complex;3795.00;11.55;1077.00;5.71;0 278;industrial_complex;3815.00;13.32;1101.00;2.09;0 @@ -12064,6 +17442,11 @@ 278;nuclear_reactor;3844.00;13.40;1104.00;5.43;0 278;radar_station;3769.00;9.50;1060.00;1.32;0 278;rocket_site;3850.00;13.57;1106.00;2.77;0 +278;supply_node;3783.00;10.40;1070.00;4.68;0 +278;supply_node;3810.00;11.70;1070.00;5.10;0 +278;supply_node;3814.00;12.32;1090.00;2.51;0 +278;supply_node;3841.00;12.32;1095.00;1.75;0 +278;supply_node;3842.00;10.48;1071.00;5.86;0 278;synthetic_refinery;3854.00;11.40;1074.00;4.83;0 279;air_base;3195.00;10.28;2002.00;0.01;0 279;anti_air_building;3047.00;10.05;1955.00;0.68;0 @@ -12151,6 +17534,38 @@ 279;coastal_bunker;3277.00;9.60;1981.00;-3.70;0 279;coastal_bunker;3283.00;9.60;2004.00;-4.51;0 279;dockyard;3195.00;9.68;1996.00;-3.73;0 +279;floating_harbor;2997.05;9.50;1884.87;1.45;3088 +279;floating_harbor;3003.00;9.50;1904.00;-4.10;3145 +279;floating_harbor;3003.00;9.50;1904.00;-4.20;192 +279;floating_harbor;3003.00;9.50;1904.00;-4.38;9126 +279;floating_harbor;3003.00;9.50;1904.00;-4.49;6214 +279;floating_harbor;3009.05;9.50;1901.95;0.79;3048 +279;floating_harbor;3021.40;9.50;1915.00;0.54;6071 +279;floating_harbor;3023.10;9.50;1947.85;-4.55;11157 +279;floating_harbor;3037.74;9.50;1931.13;1.11;38 +279;floating_harbor;3049.12;9.50;1941.82;0.59;3132 +279;floating_harbor;3057.40;9.50;1946.20;0.93;3034 +279;floating_harbor;3077.00;9.50;2003.00;0.00;11090 +279;floating_harbor;3077.00;9.50;2003.00;0.53;91 +279;floating_harbor;3077.00;9.50;2003.00;1.01;3058 +279;floating_harbor;3077.00;9.50;2003.00;1.12;44 +279;floating_harbor;3077.00;9.50;2003.00;1.47;11077 +279;floating_harbor;3077.00;9.50;2003.00;-4.66;22 +279;floating_harbor;3116.21;9.50;1985.64;-0.32;11050 +279;floating_harbor;3125.05;9.50;1988.95;0.79;3082 +279;floating_harbor;3144.63;9.50;1999.86;0.20;6079 +279;floating_harbor;3158.63;9.50;2001.86;0.20;3040 +279;floating_harbor;3181.85;9.50;2011.90;0.17;3016 +279;floating_harbor;3186.00;9.50;2023.00;0.42;9089 +279;floating_harbor;3186.00;9.50;2023.00;0.90;2995 +279;floating_harbor;3186.00;9.50;2023.00;1.09;6015 +279;floating_harbor;3223.27;9.50;2014.92;1.29;9042 +279;floating_harbor;3249.47;9.50;2007.37;-0.90;9064 +279;floating_harbor;3256.15;9.50;2016.90;-0.17;11063 +279;floating_harbor;3272.96;9.50;1988.77;-1.46;6092 +279;floating_harbor;3279.71;9.50;1988.94;-0.56;9116 +279;floating_harbor;3286.64;9.50;2007.21;-1.25;11034 +279;floating_harbor;3327.00;9.50;1995.00;-1.54;64 279;industrial_complex;3034.00;9.65;1955.00;0.01;0 279;industrial_complex;3044.00;9.78;1952.00;2.16;0 279;industrial_complex;3052.00;9.73;1965.00;2.67;0 @@ -12192,6 +17607,44 @@ 279;nuclear_reactor;3223.00;10.82;1993.00;3.35;0 279;radar_station;3155.00;11.55;1955.00;1.96;0 279;rocket_site;3190.00;11.48;1982.00;2.14;0 +279;supply_node;3012.00;9.93;1883.00;5.63;0 +279;supply_node;3018.00;10.32;1893.00;3.46;0 +279;supply_node;3027.00;11.50;1880.00;6.28;0 +279;supply_node;3028.00;11.25;1904.00;4.10;0 +279;supply_node;3036.00;11.73;1893.00;5.40;0 +279;supply_node;3045.00;12.90;1905.00;2.17;0 +279;supply_node;3048.00;9.50;1916.00;2.47;0 +279;supply_node;3057.00;10.80;1930.00;1.94;0 +279;supply_node;3067.00;9.98;1939.00;5.33;0 +279;supply_node;3070.00;12.15;1926.00;4.41;0 +279;supply_node;3078.00;9.78;1971.00;5.36;0 +279;supply_node;3078.00;10.10;1952.00;4.87;0 +279;supply_node;3081.00;11.90;1941.00;3.15;0 +279;supply_node;3094.00;10.38;1968.00;0.98;0 +279;supply_node;3107.00;9.57;1990.00;5.10;0 +279;supply_node;3108.00;12.85;1954.00;1.48;0 +279;supply_node;3126.00;11.93;1969.00;1.22;0 +279;supply_node;3134.00;11.48;1980.00;2.70;0 +279;supply_node;3153.00;12.03;1971.00;2.24;0 +279;supply_node;3162.00;11.95;1985.00;0.52;0 +279;supply_node;3164.00;11.25;1959.00;1.71;0 +279;supply_node;3175.00;10.62;1986.00;3.88;0 +279;supply_node;3175.00;11.40;1969.00;3.92;0 +279;supply_node;3184.00;10.60;1999.00;1.29;0 +279;supply_node;3187.00;11.55;1983.00;4.68;0 +279;supply_node;3189.00;11.05;1957.00;4.60;0 +279;supply_node;3195.00;10.75;1968.00;3.95;0 +279;supply_node;3197.00;10.65;2009.00;6.09;0 +279;supply_node;3202.00;10.70;1988.00;1.78;0 +279;supply_node;3210.00;10.73;1983.00;2.01;0 +279;supply_node;3216.00;10.20;2002.00;1.52;0 +279;supply_node;3234.00;10.18;1995.00;0.30;0 +279;supply_node;3237.00;9.75;2011.00;3.64;0 +279;supply_node;3254.00;10.12;2004.00;6.12;0 +279;supply_node;3257.00;9.90;1987.00;0.76;0 +279;supply_node;3268.00;9.70;1996.00;1.75;0 +279;supply_node;3271.00;9.82;1975.00;5.82;0 +279;supply_node;3274.00;10.25;2003.00;3.19;0 279;synthetic_refinery;3270.00;10.15;2000.00;2.75;0 280;air_base;3927.00;12.93;1222.00;3.20;0 280;anti_air_building;3946.00;12.88;1212.00;0.17;0 @@ -12240,10 +17693,45 @@ 280;nuclear_reactor;3923.00;11.68;1139.00;3.44;0 280;radar_station;3906.00;9.80;1109.00;0.33;0 280;rocket_site;3958.00;15.85;1221.00;2.24;0 +280;supply_node;3907.00;13.50;1179.00;3.92;0 +280;supply_node;3914.00;13.55;1195.00;1.29;0 +280;supply_node;3918.00;10.60;1124.00;1.48;0 +280;supply_node;3921.00;9.90;1114.00;1.78;0 +280;supply_node;3923.00;11.05;1152.00;4.87;0 +280;supply_node;3923.00;14.35;1213.00;3.64;0 +280;supply_node;3934.00;9.90;1175.00;2.70;0 +280;supply_node;3934.00;10.78;1146.00;3.46;0 +280;supply_node;3937.00;10.62;1195.00;1.52;0 +280;supply_node;3944.00;10.45;1134.00;2.24;0 +280;supply_node;3948.00;13.10;1210.00;1.22;0 +280;supply_node;3949.00;10.90;1166.00;5.63;0 +280;supply_node;3957.00;10.15;1155.00;1.94;0 +280;supply_node;3958.00;11.85;1193.00;6.09;0 +280;supply_node;3962.00;15.90;1227.00;0.98;0 +280;supply_node;3965.00;11.60;1183.00;6.28;0 +280;supply_node;3971.00;9.93;1150.00;0.76;0 +280;supply_node;3973.00;12.70;1172.00;2.17;0 +280;supply_node;3979.00;15.70;1210.00;4.41;0 +280;supply_node;3981.00;10.00;1140.00;5.40;0 +280;supply_node;3987.00;15.93;1194.00;0.30;0 +280;supply_node;3990.00;13.85;1170.00;5.82;0 +280;supply_node;3995.00;11.53;1152.00;4.10;0 +280;supply_node;4004.00;18.15;1186.00;5.33;0 +280;supply_node;4006.00;15.73;1174.00;3.15;0 +280;supply_node;4006.00;21.52;1205.00;0.52;0 +280;supply_node;4027.00;22.73;1179.00;4.68;0 +280;supply_node;4032.00;22.62;1200.00;2.47;0 280;synthetic_refinery;3936.00;10.20;1179.00;2.84;0 +281;air_base;4038.00;10.18;1112.00;1.82;0 281;anti_air_building;4028.00;9.90;1107.00;0.17;0 281;anti_air_building;4036.00;9.93;1097.00;2.33;0 281;anti_air_building;4094.00;12.25;1098.00;2.84;0 +281;arms_factory;4002.00;11.07;1143.00;2.26;0 +281;arms_factory;4006.00;10.50;1133.00;4.42;0 +281;arms_factory;4007.00;10.32;1126.00;3.47;0 +281;arms_factory;4064.00;9.80;1089.00;0.20;0 +281;arms_factory;4088.00;9.75;1078.00;1.31;0 +281;arms_factory;4091.00;11.18;1094.00;2.87;0 281;bunker;3997.00;10.28;1126.00;5.78;0 281;bunker;4002.00;10.38;1133.00;0.19;0 281;bunker;4008.00;10.57;1116.00;0.11;0 @@ -12264,9 +17752,35 @@ 281;bunker;4092.00;10.03;1084.00;0.26;0 281;bunker;4099.00;10.30;1068.00;3.27;0 281;bunker;4100.00;10.78;1089.00;2.26;0 +281;industrial_complex;4008.00;10.32;1108.00;3.98;0 +281;industrial_complex;4010.00;10.63;1131.00;1.31;0 +281;industrial_complex;4038.00;13.55;1131.00;2.87;0 +281;industrial_complex;4039.00;9.85;1106.00;6.04;0 +281;industrial_complex;4058.00;9.80;1094.00;3.37;0 +281;industrial_complex;4070.00;10.75;1068.00;5.54;0 281;nuclear_reactor;4029.00;12.65;1131.00;1.28;0 281;radar_station;3984.00;10.25;1121.00;4.37;0 281;rocket_site;4067.00;9.80;1092.00;3.44;0 +281;supply_node;3993.00;10.50;1121.00;4.41;0 +281;supply_node;4003.00;10.60;1138.00;3.15;0 +281;supply_node;4008.00;10.50;1117.00;6.09;0 +281;supply_node;4018.00;10.88;1128.00;0.76;0 +281;supply_node;4025.00;10.00;1110.00;4.10;0 +281;supply_node;4035.00;13.78;1133.00;5.33;0 +281;supply_node;4038.00;9.90;1097.00;3.46;0 +281;supply_node;4043.00;10.30;1113.00;1.94;0 +281;supply_node;4050.00;14.53;1132.00;1.52;0 +281;supply_node;4053.00;10.15;1084.00;2.24;0 +281;supply_node;4059.00;11.18;1113.00;5.63;0 +281;supply_node;4061.00;9.80;1093.00;3.92;0 +281;supply_node;4070.00;10.73;1070.00;0.52;0 +281;supply_node;4073.00;10.20;1095.00;1.29;0 +281;supply_node;4073.00;12.48;1111.00;2.70;0 +281;supply_node;4078.00;10.00;1076.00;6.28;0 +281;supply_node;4087.00;11.60;1098.00;5.40;0 +281;supply_node;4090.00;9.80;1082.00;4.87;0 +281;supply_node;4093.00;10.30;1067.00;1.48;0 +281;supply_node;4100.00;11.05;1091.00;1.22;0 281;synthetic_refinery;4075.00;10.40;1068.00;5.50;0 282;air_base;4131.00;12.90;1089.00;0.19;0 282;anti_air_building;4141.00;11.13;1046.00;0.26;0 @@ -12292,9 +17806,29 @@ 282;bunker;4170.00;10.68;1072.00;5.78;0 282;bunker;4175.00;9.88;1053.00;0.10;0 282;bunker;4175.00;12.18;1078.00;3.37;0 +282;industrial_complex;4131.00;10.78;1053.00;5.54;0 +282;industrial_complex;4131.00;11.65;1084.00;3.37;0 +282;industrial_complex;4135.00;11.15;1049.00;2.87;0 +282;industrial_complex;4147.00;10.53;1051.00;1.31;0 +282;industrial_complex;4158.00;10.30;1067.00;2.26;0 +282;industrial_complex;4175.00;10.53;1069.00;3.47;0 282;nuclear_reactor;4150.00;10.45;1050.00;4.39;0 282;radar_station;4100.00;9.98;1074.00;0.79;0 282;rocket_site;4171.00;10.07;1046.00;1.73;0 +282;supply_node;4111.00;10.15;1073.00;4.10;0 +282;supply_node;4112.00;11.18;1088.00;2.70;0 +282;supply_node;4116.00;10.90;1059.00;6.09;0 +282;supply_node;4124.00;10.45;1078.00;3.15;0 +282;supply_node;4126.00;10.80;1052.00;1.22;0 +282;supply_node;4128.00;12.15;1087.00;5.33;0 +282;supply_node;4135.00;10.32;1062.00;0.52;0 +282;supply_node;4145.00;10.15;1069.00;1.52;0 +282;supply_node;4145.00;10.60;1052.00;3.46;0 +282;supply_node;4147.00;11.28;1079.00;0.76;0 +282;supply_node;4163.00;10.40;1057.00;1.94;0 +282;supply_node;4165.00;10.25;1068.00;5.63;0 +282;supply_node;4167.00;10.30;1045.00;4.87;0 +282;supply_node;4170.00;11.40;1076.00;1.29;0 282;synthetic_refinery;4131.00;10.45;1059.00;2.32;0 283;air_base;4225.00;10.00;1031.00;5.87;0 283;anti_air_building;4192.00;9.78;1035.00;4.46;0 @@ -12306,8 +17840,12 @@ 283;arms_factory;4195.00;9.90;1029.00;2.70;0 283;arms_factory;4197.00;9.90;1032.00;5.71;0 283;arms_factory;4229.00;9.93;1022.00;0.54;0 +283;bunker;4165.00;10.32;1011.00;1.31;0 +283;bunker;4170.00;9.70;1022.00;3.98;0 +283;bunker;4172.00;10.40;1030.00;3.37;0 283;bunker;4178.00;9.70;1004.00;2.33;0 283;bunker;4180.00;9.90;1020.00;2.32;0 +283;bunker;4181.00;9.70;1042.00;5.54;0 283;bunker;4187.00;9.70;1042.00;5.34;0 283;bunker;4190.00;9.75;1035.00;2.84;0 283;bunker;4190.00;9.90;1026.00;4.39;0 @@ -12318,6 +17856,7 @@ 283;bunker;4213.00;9.98;1015.00;3.28;0 283;bunker;4214.00;10.00;1028.00;5.94;0 283;bunker;4215.00;10.00;1027.00;0.17;0 +283;bunker;4216.00;9.80;1039.00;6.04;0 283;bunker;4223.00;10.00;1031.00;5.50;0 283;bunker;4241.00;9.70;1010.00;0.26;0 283;bunker;4242.00;10.10;1016.00;0.77;0 @@ -12327,12 +17866,25 @@ 283;coastal_bunker;4195.00;9.60;1004.00;0.38;0 283;coastal_bunker;4208.00;9.50;1003.00;0.20;0 283;coastal_bunker;4215.00;9.95;1028.00;1.21;0 +283;coastal_bunker;4216.00;9.50;1030.00;0.24;0 283;coastal_bunker;4216.00;9.80;1021.00;1.57;0 283;coastal_bunker;4218.00;9.50;1009.00;1.57;0 283;coastal_bunker;4221.00;9.50;1025.00;-0.79;0 283;coastal_bunker;4228.00;9.50;1010.00;-0.79;0 283;coastal_bunker;4240.00;9.50;1008.00;-1.03;0 283;dockyard;4221.00;9.50;1007.00;1.57;0 +283;floating_harbor;4179.60;9.50;996.00;-2.60;4062 +283;floating_harbor;4182.00;9.50;1002.00;-3.14;4245 +283;floating_harbor;4186.00;9.50;996.00;-3.14;1159 +283;floating_harbor;4202.13;9.50;995.74;-2.68;9935 +283;floating_harbor;4207.70;9.50;999.21;-2.90;7078 +283;floating_harbor;4217.00;9.50;983.00;-3.12;4162 +283;floating_harbor;4217.00;9.50;983.00;-3.17;10035 +283;floating_harbor;4217.00;9.50;983.00;-3.24;11968 +283;floating_harbor;4219.46;9.50;1022.45;-2.78;11929 +283;floating_harbor;4225.00;9.50;1010.00;-1.57;11911 +283;floating_harbor;4226.05;9.50;1008.05;-3.93;12010 +283;floating_harbor;4233.50;9.50;997.40;-4.33;9991 283;industrial_complex;4173.00;9.73;1004.00;1.15;0 283;industrial_complex;4186.00;9.90;1023.00;0.19;0 283;industrial_complex;4194.00;9.55;1001.00;5.87;0 @@ -12345,6 +17897,7 @@ 283;naval_base;4192.00;9.50;1005.00;-0.79;6443 283;naval_base;4205.00;9.50;1006.00;0.20;5873 283;naval_base;4215.00;9.88;1030.00;1.21;5873 +283;naval_base;4216.00;9.50;1030.00;0.24;5873 283;naval_base;4217.00;9.85;1016.00;1.57;5873 283;naval_base;4222.00;9.50;1010.00;1.57;5873 283;naval_base;4224.00;9.50;1019.00;-0.79;5873 @@ -12353,30 +17906,83 @@ 283;nuclear_reactor;4203.00;9.95;1021.00;2.91;0 283;radar_station;4166.00;9.93;1003.00;5.62;0 283;rocket_site;4208.00;9.98;1017.00;6.18;0 +283;supply_node;4164.00;10.40;1015.00;4.10;0 +283;supply_node;4170.00;9.73;1024.00;2.70;0 +283;supply_node;4173.00;9.75;1007.00;3.46;0 +283;supply_node;4174.00;9.95;1039.00;1.94;0 +283;supply_node;4178.00;9.88;1030.00;1.48;0 +283;supply_node;4182.00;9.90;1016.00;5.63;0 +283;supply_node;4185.00;9.70;1036.00;5.33;0 +283;supply_node;4186.00;9.90;1006.00;1.29;0 +283;supply_node;4190.00;9.90;1020.00;1.78;0 +283;supply_node;4195.00;9.85;1033.00;1.52;0 +283;supply_node;4197.00;9.50;1006.00;0.76;0 +283;supply_node;4199.00;10.00;1022.00;0.52;0 +283;supply_node;4205.00;9.50;1010.00;4.87;0 +283;supply_node;4207.00;9.93;1031.00;1.22;0 +283;supply_node;4211.00;10.00;1021.00;6.28;0 +283;supply_node;4214.00;9.85;1037.00;2.17;0 +283;supply_node;4216.00;9.85;1010.00;4.41;0 +283;supply_node;4224.00;10.00;1027.00;3.64;0 +283;supply_node;4235.00;9.50;1017.00;0.30;0 +283;supply_node;4245.00;9.70;1002.00;2.24;0 283;synthetic_refinery;4208.00;9.90;1021.00;0.85;0 284;air_base;4204.00;9.93;1060.00;0.10;0 284;anti_air_building;4186.00;13.40;1081.00;4.39;0 284;anti_air_building;4207.00;9.70;1048.00;1.73;0 284;anti_air_building;4210.00;9.70;1048.00;0.77;0 +284;arms_factory;4185.00;9.70;1048.00;6.04;0 +284;arms_factory;4191.00;9.70;1048.00;6.04;0 +284;arms_factory;4193.00;11.13;1068.00;1.82;0 +284;arms_factory;4213.00;10.05;1062.00;1.31;0 +284;arms_factory;4224.00;10.40;1059.00;3.98;0 +284;arms_factory;4228.00;10.30;1050.00;4.49;0 284;bunker;4182.00;10.30;1065.00;5.34;0 +284;bunker;4184.00;9.70;1049.00;2.93;0 284;bunker;4202.00;9.70;1041.00;5.43;0 284;bunker;4203.00;10.45;1065.00;3.28;0 284;bunker;4203.00;10.82;1068.00;3.27;0 +284;bunker;4203.00;13.63;1081.00;0.27;0 284;bunker;4210.00;9.75;1055.00;0.11;0 284;bunker;4216.00;9.80;1048.00;0.70;0 284;bunker;4224.00;10.38;1058.00;2.77;0 +284;industrial_complex;4182.00;10.15;1063.00;0.26;0 +284;industrial_complex;4185.00;13.88;1083.00;2.43;0 +284;industrial_complex;4198.00;9.70;1048.00;4.49;0 +284;industrial_complex;4200.00;13.90;1082.00;3.54;0 +284;industrial_complex;4212.00;9.70;1048.00;2.33;0 +284;industrial_complex;4214.00;9.75;1053.00;0.37;0 284;nuclear_reactor;4199.00;9.70;1041.00;5.50;0 +284;radar_station;4205.00;10.40;1065.00;5.28;0 +284;rocket_site;4227.00;10.30;1047.00;1.99;0 +284;supply_node;4183.00;10.25;1064.00;3.46;0 +284;supply_node;4187.00;9.70;1052.00;1.22;0 +284;supply_node;4192.00;14.07;1083.00;1.52;0 +284;supply_node;4195.00;11.88;1072.00;5.63;0 +284;supply_node;4198.00;9.70;1044.00;0.52;0 +284;supply_node;4199.00;9.90;1058.00;4.87;0 +284;supply_node;4211.00;9.85;1058.00;1.94;0 +284;supply_node;4218.00;9.80;1046.00;2.70;0 +284;supply_node;4226.00;10.25;1055.00;4.10;0 284;synthetic_refinery;4178.00;10.03;1063.00;2.33;0 285;air_base;4213.00;13.78;1081.00;5.78;0 285;anti_air_building;4236.00;10.05;1049.00;3.28;0 285;anti_air_building;4242.00;10.55;1051.00;5.94;0 285;anti_air_building;4244.00;15.05;1079.00;0.26;0 +285;arms_factory;4211.00;13.68;1081.00;2.43;0 +285;arms_factory;4224.00;15.00;1084.00;0.37;0 +285;arms_factory;4228.00;9.95;1036.00;4.49;0 +285;arms_factory;4233.00;14.03;1078.00;0.26;0 +285;arms_factory;4237.00;11.03;1066.00;6.04;0 +285;arms_factory;4250.00;14.35;1080.00;1.82;0 285;bunker;4213.00;13.35;1079.00;0.11;0 285;bunker;4226.00;11.40;1071.00;5.34;0 285;bunker;4233.00;10.13;1033.00;1.22;0 285;bunker;4234.00;15.05;1081.00;4.83;0 285;bunker;4237.00;10.03;1050.00;3.37;0 285;bunker;4237.00;10.98;1065.00;0.70;0 +285;bunker;4243.00;10.00;1043.00;4.49;0 +285;bunker;4247.00;10.07;1019.00;2.33;0 285;bunker;4250.00;11.82;1072.00;3.27;0 285;bunker;4254.00;10.35;1023.00;2.77;0 285;industrial_complex;4211.00;13.20;1079.00;0.10;0 @@ -12386,6 +17992,18 @@ 285;industrial_complex;4241.00;15.03;1080.00;2.26;0 285;industrial_complex;4256.00;10.40;1016.00;0.19;0 285;nuclear_reactor;4230.00;10.07;1036.00;4.39;0 +285;radar_station;4236.00;10.23;1053.00;3.10;0 +285;rocket_site;4249.00;9.95;1015.00;0.27;0 +285;supply_node;4217.00;13.80;1080.00;4.10;0 +285;supply_node;4220.00;11.48;1069.00;5.63;0 +285;supply_node;4232.00;10.12;1034.00;2.70;0 +285;supply_node;4239.00;10.38;1057.00;6.28;0 +285;supply_node;4240.00;10.12;1043.00;1.52;0 +285;supply_node;4242.00;10.23;1025.00;1.94;0 +285;supply_node;4246.00;10.60;1066.00;2.24;0 +285;supply_node;4246.00;13.03;1075.00;0.76;0 +285;supply_node;4248.00;15.05;1087.00;4.87;0 +285;supply_node;4253.00;10.00;1016.00;1.22;0 285;synthetic_refinery;4249.00;14.60;1082.00;2.32;0 286;air_base;4151.00;9.85;992.00;4.83;0 286;anti_air_building;4142.00;9.90;977.00;5.00;0 @@ -12404,6 +18022,9 @@ 286;coastal_bunker;4155.00;9.60;975.00;1.30;0 286;coastal_bunker;4162.00;9.60;985.00;1.29;0 286;dockyard;4161.00;9.55;990.00;1.29;0 +286;floating_harbor;4149.47;9.50;963.63;-2.25;10116 +286;floating_harbor;4158.56;9.50;966.69;-2.43;10088 +286;floating_harbor;4169.95;9.50;986.13;-1.70;12063 286;industrial_complex;4131.00;10.00;975.00;0.10;0 286;industrial_complex;4144.00;9.70;974.00;5.87;0 286;industrial_complex;4144.00;10.18;981.00;2.76;0 @@ -12416,6 +18037,9 @@ 286;nuclear_reactor;4155.00;9.70;985.00;0.17;0 286;radar_station;4128.00;10.63;974.00;2.97;0 286;rocket_site;4152.00;9.70;985.00;2.33;0 +286;supply_node;4139.00;9.55;972.00;1.94;0 +286;supply_node;4148.00;9.70;979.00;5.63;0 +286;supply_node;4155.00;9.70;988.00;4.87;0 286;synthetic_refinery;4150.00;9.70;977.00;4.39;0 287;air_base;3909.00;9.85;1096.00;2.77;0 287;anti_air_building;3950.00;9.93;1074.00;3.44;0 @@ -12454,6 +18078,24 @@ 287;nuclear_reactor;3970.00;11.28;1044.00;0.94;0 287;radar_station;3892.00;9.70;1091.00;4.67;0 287;rocket_site;3977.00;11.48;1072.00;6.01;0 +287;supply_node;3905.00;9.70;1096.00;0.30;0 +287;supply_node;3916.00;11.40;1078.00;3.64;0 +287;supply_node;3930.00;9.70;1059.00;6.12;0 +287;supply_node;3931.00;9.95;1097.00;5.82;0 +287;supply_node;3942.00;10.00;1078.00;1.48;0 +287;supply_node;3944.00;9.80;1115.00;3.19;0 +287;supply_node;3956.00;10.25;1101.00;1.71;0 +287;supply_node;3956.00;10.80;1065.00;0.76;0 +287;supply_node;3960.00;13.80;1049.00;3.95;0 +287;supply_node;3965.00;9.95;1126.00;1.78;0 +287;supply_node;3968.00;10.38;1029.00;2.47;0 +287;supply_node;3969.00;10.62;1082.00;1.52;0 +287;supply_node;3977.00;10.40;1108.00;2.17;0 +287;supply_node;3978.00;10.53;1044.00;4.87;0 +287;supply_node;3983.00;12.73;1069.00;6.28;0 +287;supply_node;3995.00;10.30;1098.00;4.10;0 +287;supply_node;4000.00;10.30;1083.00;4.41;0 +287;supply_node;4017.00;10.18;1095.00;2.24;0 287;synthetic_refinery;3975.00;10.90;1076.00;5.51;0 288;air_base;3986.00;10.68;1003.00;3.27;0 288;anti_air_building;4049.00;11.28;1021.00;3.95;0 @@ -12478,8 +18120,11 @@ 288;bunker;4018.00;11.10;1014.00;2.32;0 288;bunker;4020.00;10.65;1026.00;2.24;0 288;bunker;4020.00;10.70;1049.00;1.89;0 +288;bunker;4025.00;10.57;1085.00;5.60;0 288;bunker;4029.00;10.43;1035.00;1.73;0 288;bunker;4040.00;10.45;1041.00;1.28;0 +288;bunker;4040.00;10.50;1064.00;2.33;0 +288;bunker;4041.00;10.43;1074.00;3.54;0 288;bunker;4049.00;11.35;1022.00;3.37;0 288;bunker;4063.00;10.60;1066.00;5.51;0 288;bunker;4064.00;10.85;1040.00;3.28;0 @@ -12487,6 +18132,8 @@ 288;bunker;4070.00;11.00;1020.00;3.95;0 288;bunker;4074.00;10.70;1056.00;2.33;0 288;bunker;4075.00;10.90;1020.00;0.77;0 +288;bunker;4081.00;11.20;1041.00;0.27;0 +288;bunker;4105.00;10.73;1062.00;2.93;0 288;industrial_complex;4031.00;10.75;1047.00;4.83;0 288;industrial_complex;4031.00;11.00;1028.00;0.70;0 288;industrial_complex;4032.00;10.70;1051.00;5.78;0 @@ -12496,6 +18143,33 @@ 288;nuclear_reactor;4017.00;10.65;1064.00;0.24;0 288;radar_station;3959.00;9.98;998.00;1.28;0 288;rocket_site;4046.00;10.90;1012.00;2.40;0 +288;supply_node;3970.00;10.45;1012.00;6.12;0 +288;supply_node;3971.00;10.05;1001.00;0.48;0 +288;supply_node;3986.00;10.70;1015.00;4.90;0 +288;supply_node;3987.00;10.85;998.00;1.71;0 +288;supply_node;3990.00;10.80;1035.00;2.17;0 +288;supply_node;3995.00;10.95;1056.00;6.28;0 +288;supply_node;4004.00;10.45;1017.00;1.48;0 +288;supply_node;4004.00;10.55;997.00;4.18;0 +288;supply_node;4004.00;10.80;1038.00;1.25;0 +288;supply_node;4010.00;10.40;1065.00;3.95;0 +288;supply_node;4018.00;10.70;1047.00;4.10;0 +288;supply_node;4022.00;10.73;1026.00;3.42;0 +288;supply_node;4022.00;10.85;1006.00;0.30;0 +288;supply_node;4027.00;10.88;1081.00;4.60;0 +288;supply_node;4034.00;10.57;1071.00;2.24;0 +288;supply_node;4039.00;10.90;1050.00;2.47;0 +288;supply_node;4040.00;10.57;1035.00;1.78;0 +288;supply_node;4041.00;11.25;1016.00;2.66;0 +288;supply_node;4047.00;10.43;1065.00;4.41;0 +288;supply_node;4060.00;10.65;1025.00;2.01;0 +288;supply_node;4061.00;10.53;1058.00;5.82;0 +288;supply_node;4062.00;10.30;1008.00;5.59;0 +288;supply_node;4065.00;11.12;1037.00;3.64;0 +288;supply_node;4078.00;10.90;1052.00;3.19;0 +288;supply_node;4079.00;10.28;1017.00;3.88;0 +288;supply_node;4088.00;10.82;1040.00;5.36;0 +288;supply_node;4099.00;10.60;1056.00;0.76;0 288;synthetic_refinery;4036.00;11.80;1018.00;4.46;0 289;air_base;4012.00;11.30;985.00;1.22;0 289;anti_air_building;3991.00;11.35;981.00;4.39;0 @@ -12522,6 +18196,12 @@ 289;nuclear_reactor;4011.00;11.30;985.00;5.50;0 289;radar_station;3952.00;12.28;976.00;2.20;0 289;rocket_site;3965.00;11.43;980.00;2.84;0 +289;supply_node;3963.00;11.53;978.00;2.24;0 +289;supply_node;3965.00;11.05;990.00;4.41;0 +289;supply_node;3983.00;10.32;985.00;6.28;0 +289;supply_node;3999.00;11.57;978.00;1.48;0 +289;supply_node;4019.00;11.18;973.00;3.64;0 +289;supply_node;4024.00;11.00;988.00;2.17;0 289;synthetic_refinery;3997.00;11.57;977.00;2.33;0 290;air_base;4037.00;10.65;961.00;0.26;0 290;anti_air_building;4026.00;11.00;968.00;2.33;0 @@ -12547,6 +18227,11 @@ 290;nuclear_reactor;4052.00;10.03;957.00;2.24;0 290;radar_station;3982.00;12.85;964.00;5.13;0 290;rocket_site;4002.00;11.30;960.00;5.50;0 +290;supply_node;3997.00;11.20;964.00;4.41;0 +290;supply_node;4023.00;11.05;961.00;1.48;0 +290;supply_node;4034.00;10.98;948.00;3.64;0 +290;supply_node;4043.00;10.30;959.00;2.17;0 +290;supply_node;4055.00;9.98;942.00;0.30;0 290;synthetic_refinery;4038.00;10.65;956.00;0.17;0 291;air_base;3875.00;9.70;1083.00;5.94;0 291;anti_air_building;3859.00;11.23;1085.00;0.94;0 @@ -12572,6 +18257,8 @@ 291;coastal_bunker;3856.00;9.57;1051.00;-1.05;0 291;coastal_bunker;3864.00;9.50;1037.00;-0.66;0 291;dockyard;3869.00;9.50;1035.00;-0.66;0 +291;floating_harbor;3848.18;9.50;1043.12;-4.12;3456 +291;floating_harbor;3861.73;9.50;1029.45;-3.80;4003 291;industrial_complex;3871.00;9.78;1058.00;0.26;0 291;industrial_complex;3876.00;9.70;1071.00;5.34;0 291;industrial_complex;3882.00;9.70;1085.00;3.37;0 @@ -12583,6 +18270,17 @@ 291;nuclear_reactor;3895.00;9.70;1051.00;0.24;0 291;radar_station;3847.00;9.50;1054.00;1.28;0 291;rocket_site;3863.00;10.00;1081.00;2.40;0 +291;supply_node;3860.00;9.62;1051.00;1.78;0 +291;supply_node;3861.00;11.28;1093.00;1.71;0 +291;supply_node;3866.00;10.30;1067.00;6.12;0 +291;supply_node;3876.00;9.70;1048.00;5.82;0 +291;supply_node;3877.00;9.70;1088.00;3.19;0 +291;supply_node;3879.00;9.80;1108.00;3.88;0 +291;supply_node;3882.00;9.70;1066.00;2.47;0 +291;supply_node;3889.00;9.70;1082.00;3.95;0 +291;supply_node;3895.00;9.70;1106.00;3.64;0 +291;supply_node;3900.00;9.70;1052.00;2.17;0 +291;supply_node;3900.00;9.70;1069.00;0.30;0 291;synthetic_refinery;3857.00;10.50;1067.00;4.46;0 292;air_base;3956.00;9.98;1023.00;5.00;0 292;anti_air_building;3916.00;10.03;995.00;2.98;0 @@ -12624,6 +18322,18 @@ 292;coastal_bunker;3945.00;9.50;984.00;-1.98;0 292;coastal_bunker;3949.00;9.57;1000.00;-1.57;0 292;dockyard;3902.00;9.60;1014.00;-2.27;0 +292;floating_harbor;3866.50;9.50;1030.40;-4.33;7020 +292;floating_harbor;3869.00;9.50;1002.00;-4.16;1061 +292;floating_harbor;3869.00;9.50;1002.00;-4.25;10118 +292;floating_harbor;3883.05;9.50;1015.95;0.79;12037 +292;floating_harbor;3892.70;9.50;1014.21;-2.90;1190 +292;floating_harbor;3898.79;9.50;983.36;-3.46;4090 +292;floating_harbor;3901.00;9.50;974.00;-3.93;7207 +292;floating_harbor;3901.00;9.50;974.00;-3.95;9975 +292;floating_harbor;3930.26;9.50;986.87;-2.03;4132 +292;floating_harbor;3933.25;9.50;1002.16;-4.45;11952 +292;floating_harbor;3935.07;9.50;998.99;1.43;7150 +292;floating_harbor;3935.92;9.50;990.47;1.05;4187 292;industrial_complex;3894.00;9.70;1029.00;5.34;0 292;industrial_complex;3912.00;9.70;1034.00;2.32;0 292;industrial_complex;3912.00;9.80;1000.00;1.22;0 @@ -12645,6 +18355,23 @@ 292;nuclear_reactor;3956.00;9.93;1003.00;0.47;0 292;radar_station;3870.00;9.50;1033.00;2.00;0 292;rocket_site;3894.00;9.80;1027.00;2.63;0 +292;supply_node;3883.00;10.28;1037.00;3.88;0 +292;supply_node;3890.00;9.82;1025.00;2.47;0 +292;supply_node;3892.00;9.70;1007.00;3.42;0 +292;supply_node;3903.00;9.68;996.00;1.71;0 +292;supply_node;3904.00;9.98;1035.00;0.30;0 +292;supply_node;3909.00;9.73;1013.00;4.18;0 +292;supply_node;3920.00;9.88;992.00;3.19;0 +292;supply_node;3921.00;9.70;1041.00;3.95;0 +292;supply_node;3922.00;10.05;1023.00;5.82;0 +292;supply_node;3923.00;9.85;1006.00;4.60;0 +292;supply_node;3937.00;10.05;1043.00;1.78;0 +292;supply_node;3939.00;9.70;1021.00;1.25;0 +292;supply_node;3948.00;9.80;1029.00;4.90;0 +292;supply_node;3949.00;9.68;997.00;5.36;0 +292;supply_node;3949.00;10.18;983.00;6.12;0 +292;supply_node;3951.00;9.78;1007.00;0.48;0 +292;supply_node;3958.00;10.15;1020.00;2.01;0 292;synthetic_refinery;3908.00;9.85;995.00;3.58;0 293;air_base;897.00;10.55;1945.00;4.39;0 293;anti_air_building;887.00;10.45;1950.00;5.20;0 @@ -12719,6 +18446,59 @@ 293;nuclear_reactor;1101.00;11.43;1845.00;0.03;0 293;radar_station;991.00;12.55;1719.00;2.19;0 293;rocket_site;898.00;11.45;1916.00;3.65;0 +293;supply_node;843.00;14.38;2013.00;2.69;0 +293;supply_node;914.00;10.85;1960.00;1.67;0 +293;supply_node;935.00;12.00;1902.00;3.15;0 +293;supply_node;945.00;10.82;2021.00;0.26;0 +293;supply_node;956.00;12.10;1844.00;3.19;0 +293;supply_node;996.00;12.43;1810.00;4.37;0 +293;supply_node;1003.00;11.07;1957.00;4.60;0 +293;supply_node;1003.00;14.18;1735.00;3.91;0 +293;supply_node;1006.00;14.45;1766.00;2.96;0 +293;supply_node;1023.00;12.55;1794.00;0.97;0 +293;supply_node;1028.00;11.90;1823.00;1.25;0 +293;supply_node;1036.00;13.35;1764.00;3.42;0 +293;supply_node;1039.00;11.40;1892.00;2.62;0 +293;supply_node;1039.00;13.07;1846.00;4.86;0 +293;supply_node;1039.00;13.10;1734.00;3.95;0 +293;supply_node;1050.00;10.95;2032.00;2.39;0 +293;supply_node;1051.00;11.90;1807.00;5.82;0 +293;supply_node;1063.00;12.20;1773.00;1.21;0 +293;supply_node;1072.00;11.05;1832.00;3.88;0 +293;supply_node;1074.00;10.68;1884.00;3.61;0 +293;supply_node;1074.00;12.88;1737.00;1.74;0 +293;supply_node;1077.00;10.90;1980.00;2.16;0 +293;supply_node;1078.00;11.30;1799.00;1.43;0 +293;supply_node;1103.00;11.15;1793.00;6.08;0 +293;supply_node;1104.00;12.28;1738.00;5.32;0 +293;supply_node;1106.00;10.82;1832.00;0.48;0 +293;supply_node;1113.00;11.20;1767.00;0.45;0 +293;supply_node;1114.00;11.40;1913.00;5.85;0 +293;supply_node;1135.00;12.03;1845.00;1.71;0 +293;supply_node;1137.00;12.00;1733.00;2.66;0 +293;supply_node;1138.00;10.80;1786.00;0.03;0 +293;supply_node;1147.00;10.70;1810.00;2.47;0 +293;supply_node;1154.00;12.55;1755.00;1.97;0 +293;supply_node;1167.00;10.98;1791.00;4.18;0 +293;supply_node;1176.00;11.15;1859.00;2.92;0 +293;supply_node;1177.00;11.20;1888.00;5.59;0 +293;supply_node;1182.00;11.18;1767.00;6.27;0 +293;supply_node;1182.00;11.23;1734.00;0.75;0 +293;supply_node;1201.00;10.90;1809.00;4.56;0 +293;supply_node;1208.00;10.90;1775.00;4.10;0 +293;supply_node;1210.00;11.05;1735.00;6.12;0 +293;supply_node;1228.00;10.10;1802.00;4.79;0 +293;supply_node;1231.00;11.30;1729.00;5.36;0 +293;supply_node;1233.00;10.95;1751.00;4.90;0 +293;supply_node;1237.00;10.30;1773.00;0.79;0 +293;supply_node;1244.00;10.30;1855.00;5.78;0 +293;supply_node;1252.00;11.03;1729.00;3.39;0 +293;supply_node;1257.00;10.20;1751.00;5.51;0 +293;supply_node;1268.00;9.95;1784.00;5.13;0 +293;supply_node;1277.00;10.10;1730.00;0.72;0 +293;supply_node;1284.00;10.10;1753.00;2.20;0 +293;supply_node;1304.00;10.88;1728.00;2.01;0 +293;supply_node;1308.00;10.70;1752.00;4.83;0 293;synthetic_refinery;1276.00;9.50;1760.00;4.25;0 294;air_base;4013.00;13.05;812.00;2.33;0 294;anti_air_building;4003.00;9.78;802.00;1.79;0 @@ -12739,6 +18519,7 @@ 294;bunker;4029.00;10.70;833.00;2.84;0 294;coastal_bunker;3997.00;9.50;806.00;-1.33;0 294;dockyard;3997.00;9.50;806.00;-1.33;0 +294;floating_harbor;3989.21;9.50;803.30;-4.47;1238 294;industrial_complex;3999.00;12.60;829.00;5.00;0 294;industrial_complex;4003.00;9.82;803.00;2.32;0 294;industrial_complex;4003.00;10.20;820.00;0.77;0 @@ -12749,6 +18530,13 @@ 294;nuclear_reactor;4007.00;11.90;814.00;0.24;0 294;radar_station;3994.00;9.50;811.00;1.28;0 294;rocket_site;4010.00;10.40;821.00;2.40;0 +294;supply_node;4000.00;9.90;806.00;3.95;0 +294;supply_node;4002.00;12.43;826.00;2.01;0 +294;supply_node;4010.00;10.40;819.00;3.88;0 +294;supply_node;4010.00;14.18;810.00;6.12;0 +294;supply_node;4017.00;10.28;826.00;1.71;0 +294;supply_node;4023.00;10.55;844.00;5.36;0 +294;supply_node;4025.00;10.57;831.00;3.19;0 294;synthetic_refinery;4006.00;11.63;828.00;4.46;0 295;air_base;4003.00;11.32;843.00;5.50;0 295;anti_air_building;3993.00;13.70;849.00;5.51;0 @@ -12772,6 +18560,9 @@ 295;nuclear_reactor;4013.00;11.30;846.00;1.79;0 295;radar_station;3989.00;12.20;841.00;3.91;0 295;rocket_site;4011.00;13.70;834.00;3.95;0 +295;supply_node;3994.00;13.45;846.00;6.12;0 +295;supply_node;4005.00;11.40;849.00;3.88;0 +295;supply_node;4008.00;14.20;836.00;3.19;0 295;synthetic_refinery;4012.00;11.35;846.00;6.01;0 296;air_base;2931.00;10.80;1529.00;3.44;0 296;anti_air_building;2925.00;10.85;1525.00;1.89;0 @@ -12795,6 +18586,9 @@ 296;nuclear_reactor;2920.00;10.55;1529.00;6.02;0 296;radar_station;2917.00;10.65;1530.00;3.15;0 296;rocket_site;2933.00;10.80;1530.00;4.46;0 +296;supply_node;2922.00;10.60;1529.00;3.88;0 +296;supply_node;2929.00;10.95;1521.00;5.36;0 +296;supply_node;2931.00;10.85;1527.00;2.01;0 296;synthetic_refinery;2926.00;10.73;1527.00;3.95;0 297;air_base;4371.00;14.10;1591.00;3.95;0 297;anti_air_building;4418.00;10.88;1625.00;2.91;0 @@ -12830,6 +18624,21 @@ 297;nuclear_reactor;4421.00;10.70;1594.00;0.40;0 297;radar_station;4347.00;15.07;1565.00;2.23;0 297;rocket_site;4408.00;10.80;1602.00;4.02;0 +297;supply_node;4362.00;15.95;1570.00;4.18;0 +297;supply_node;4380.00;13.57;1590.00;0.03;0 +297;supply_node;4394.00;13.80;1560.00;0.79;0 +297;supply_node;4406.00;10.88;1604.00;4.90;0 +297;supply_node;4406.00;10.93;1581.00;0.72;0 +297;supply_node;4416.00;13.23;1537.00;1.25;0 +297;supply_node;4425.00;11.40;1561.00;3.42;0 +297;supply_node;4431.00;11.40;1622.00;2.20;0 +297;supply_node;4431.00;11.55;1588.00;2.66;0 +297;supply_node;4446.00;10.90;1569.00;4.60;0 +297;supply_node;4453.00;11.90;1606.00;0.48;0 +297;supply_node;4468.00;11.75;1638.00;4.83;0 +297;supply_node;4469.00;11.15;1585.00;2.96;0 +297;supply_node;4484.00;10.90;1609.00;2.01;0 +297;supply_node;4497.00;10.73;1635.00;5.59;0 297;synthetic_refinery;4483.00;11.95;1644.00;6.08;0 298;air_base;3079.00;11.32;507.00;1.89;0 298;anti_air_building;3062.00;11.43;530.00;3.95;0 @@ -12851,6 +18660,7 @@ 298;nuclear_reactor;3093.00;12.23;497.00;0.24;0 298;radar_station;3040.00;11.50;520.00;1.28;0 298;rocket_site;3094.00;13.00;485.00;2.40;0 +298;supply_node;3070.00;12.40;504.00;1.25;0 298;synthetic_refinery;3070.00;11.45;524.00;4.46;0 299;air_base;3589.00;10.10;1001.00;0.94;0 299;anti_air_building;3607.00;9.80;1005.00;6.18;0 @@ -12877,6 +18687,10 @@ 299;coastal_bunker;3588.00;9.60;1070.00;-3.82;0 299;coastal_bunker;3613.00;9.50;1043.00;-3.37;0 299;dockyard;3594.00;9.68;1057.00;-3.82;0 +299;floating_harbor;3570.95;9.50;1112.95;-0.79;1955 +299;floating_harbor;3583.52;9.50;1098.34;-0.70;12702 +299;floating_harbor;3609.00;9.50;1085.00;-0.63;10791 +299;floating_harbor;3614.06;9.50;1049.69;-0.30;4932 299;industrial_complex;3532.00;11.07;1074.00;3.95;0 299;industrial_complex;3550.00;14.15;1029.00;6.01;0 299;industrial_complex;3574.00;10.30;1052.00;5.51;0 @@ -12890,6 +18704,16 @@ 299;nuclear_reactor;3578.00;10.10;998.00;4.63;0 299;radar_station;3519.00;11.40;1050.00;2.93;0 299;rocket_site;3587.00;9.80;1063.00;1.96;0 +299;supply_node;3536.00;11.18;1075.00;5.59;0 +299;supply_node;3538.00;14.12;1042.00;2.96;0 +299;supply_node;3560.00;11.40;1102.00;0.48;0 +299;supply_node;3562.00;10.65;1054.00;4.90;0 +299;supply_node;3568.00;9.98;1080.00;0.03;0 +299;supply_node;3574.00;10.10;1012.00;2.66;0 +299;supply_node;3585.00;10.07;1052.00;4.83;0 +299;supply_node;3608.00;9.80;1030.00;3.42;0 +299;supply_node;3612.00;10.00;982.00;0.79;0 +299;supply_node;3650.00;9.80;996.00;0.72;0 299;synthetic_refinery;3557.00;11.23;1048.00;4.02;0 300;air_base;4125.00;20.40;1118.00;1.79;0 300;anti_air_building;4101.00;16.52;1113.00;0.85;0 @@ -12916,6 +18740,12 @@ 300;nuclear_reactor;4175.00;13.55;1083.00;6.08;0 300;radar_station;4086.00;13.65;1108.00;1.51;0 300;rocket_site;4148.00;13.20;1086.00;1.96;0 +300;supply_node;4106.00;15.85;1108.00;4.90;0 +300;supply_node;4120.00;19.33;1118.00;4.83;0 +300;supply_node;4134.00;15.23;1098.00;5.59;0 +300;supply_node;4162.00;17.85;1102.00;0.03;0 +300;supply_node;4163.00;14.38;1088.00;0.79;0 +300;supply_node;4186.00;17.20;1097.00;2.66;0 300;synthetic_refinery;4121.00;21.40;1124.00;2.91;0 301;air_base;4149.00;10.38;1027.00;6.02;0 301;anti_air_building;4130.00;10.80;1033.00;1.96;0 @@ -12943,6 +18773,13 @@ 301;nuclear_reactor;4125.00;11.23;1028.00;0.40;0 301;radar_station;4108.00;11.98;1039.00;2.23;0 301;rocket_site;4156.00;10.03;1023.00;4.02;0 +301;supply_node;4115.00;12.95;1039.00;0.03;0 +301;supply_node;4127.00;10.50;1020.00;0.72;0 +301;supply_node;4129.00;11.05;1039.00;0.79;0 +301;supply_node;4140.00;10.50;1028.00;2.96;0 +301;supply_node;4141.00;10.50;1015.00;4.83;0 +301;supply_node;4148.00;10.23;1040.00;2.20;0 +301;supply_node;4155.00;10.07;1025.00;5.59;0 301;synthetic_refinery;4144.00;10.65;1040.00;6.08;0 302;air_base;4086.00;10.90;1031.00;0.24;0 302;anti_air_building;4098.00;10.55;1034.00;2.91;0 @@ -12967,6 +18804,10 @@ 302;nuclear_reactor;4106.00;12.68;1025.00;4.02;0 302;radar_station;4084.00;10.20;1010.00;0.75;0 302;rocket_site;4092.00;10.38;1028.00;6.18;0 +302;supply_node;4094.00;10.88;1018.00;4.83;0 +302;supply_node;4096.00;10.53;1031.00;0.72;0 +302;supply_node;4103.00;11.65;1009.00;2.96;0 +302;supply_node;4114.00;13.40;1021.00;0.03;0 302;synthetic_refinery;4101.00;10.80;1031.00;1.96;0 303;air_base;3354.00;11.10;863.00;4.46;0 303;anti_air_building;3291.00;10.65;883.00;2.47;0 @@ -12999,6 +18840,18 @@ 303;nuclear_reactor;3335.00;11.30;801.00;5.14;0 303;radar_station;3281.00;11.73;829.00;2.46;0 303;rocket_site;3303.00;11.20;804.00;3.58;0 +303;supply_node;3297.00;11.40;833.00;3.61;0 +303;supply_node;3298.00;10.60;889.00;5.13;0 +303;supply_node;3303.00;10.62;856.00;5.85;0 +303;supply_node;3316.00;10.50;883.00;1.74;0 +303;supply_node;3320.00;11.20;801.00;0.26;0 +303;supply_node;3323.00;11.53;859.00;2.96;0 +303;supply_node;3328.00;10.73;831.00;0.97;0 +303;supply_node;3334.00;10.60;884.00;1.43;0 +303;supply_node;3348.00;10.88;850.00;2.20;0 +303;supply_node;3351.00;10.90;898.00;4.37;0 +303;supply_node;3355.00;11.23;871.00;5.78;0 +303;supply_node;3368.00;10.90;909.00;0.72;0 303;synthetic_refinery;3356.00;10.60;912.00;4.53;0 304;air_base;3315.00;10.70;924.00;3.51;0 304;anti_air_building;3312.00;10.63;923.00;0.40;0 @@ -13025,6 +18878,12 @@ 304;nuclear_reactor;3324.00;10.53;923.00;0.41;0 304;radar_station;3263.00;10.93;891.00;3.64;0 304;rocket_site;3277.00;10.75;890.00;5.13;0 +304;supply_node;3269.00;10.30;951.00;5.85;0 +304;supply_node;3278.00;10.70;909.00;2.20;0 +304;supply_node;3297.00;10.30;961.00;5.13;0 +304;supply_node;3310.00;10.48;942.00;1.43;0 +304;supply_node;3313.00;10.60;921.00;4.37;0 +304;supply_node;3331.00;10.85;913.00;3.61;0 304;synthetic_refinery;3282.00;10.90;908.00;4.63;0 305;air_base;3260.00;10.55;917.00;2.91;0 305;anti_air_building;3235.00;10.93;929.00;4.02;0 @@ -13049,6 +18908,10 @@ 305;nuclear_reactor;3278.00;10.90;858.00;0.41;0 305;radar_station;3233.00;11.30;833.00;3.64;0 305;rocket_site;3263.00;11.20;823.00;5.13;0 +305;supply_node;3243.00;10.85;919.00;3.61;0 +305;supply_node;3255.00;11.00;871.00;4.37;0 +305;supply_node;3256.00;10.95;836.00;5.85;0 +305;supply_node;3279.00;11.00;865.00;1.43;0 305;synthetic_refinery;3241.00;11.30;840.00;4.63;0 306;air_base;2976.00;11.13;1508.00;1.96;0 306;anti_air_building;2977.00;11.13;1505.00;0.40;0 @@ -13070,8 +18933,12 @@ 306;nuclear_reactor;2979.00;11.20;1507.00;5.13;0 306;radar_station;2975.00;10.88;1504.00;1.06;0 306;rocket_site;2978.00;11.32;1508.00;2.47;0 +306;supply_node;2979.00;11.25;1508.00;5.85;0 306;synthetic_refinery;2977.00;11.13;1505.00;1.96;0 307;air_base;2885.00;9.85;764.00;6.18;0 +307;anti_air_building;2900.00;11.00;778.00;2.13;0 +307;anti_air_building;2901.00;10.48;775.00;4.19;0 +307;anti_air_building;2950.00;10.88;771.00;0.57;0 307;arms_factory;2891.00;10.30;770.00;0.24;0 307;arms_factory;2895.00;10.78;776.00;0.85;0 307;arms_factory;2899.00;10.57;776.00;6.02;0 @@ -13080,9 +18947,17 @@ 307;arms_factory;2939.00;14.75;763.00;2.40;0 307;bunker;2903.00;10.65;776.00;4.02;0 307;bunker;2929.00;13.93;775.00;0.40;0 +307;industrial_complex;2896.00;11.23;780.00;5.74;0 +307;industrial_complex;2897.00;11.20;779.00;1.52;0 +307;industrial_complex;2919.00;13.28;772.00;3.68;0 +307;industrial_complex;2926.00;13.18;768.00;0.67;0 +307;industrial_complex;2937.00;12.50;772.00;1.62;0 +307;industrial_complex;2944.00;12.48;768.00;0.06;0 307;nuclear_reactor;2901.00;10.40;788.00;0.91;0 307;radar_station;2878.00;10.20;768.00;3.23;0 307;rocket_site;2892.00;10.28;770.00;4.53;0 +307;supply_node;2896.00;10.23;771.00;1.74;0 +307;supply_node;2935.00;13.93;767.00;0.26;0 307;synthetic_refinery;2900.00;10.60;776.00;5.13;0 308;air_base;2992.00;12.25;1532.00;0.40;0 308;anti_air_building;2984.00;12.73;1532.00;4.63;0 @@ -13104,6 +18979,7 @@ 308;nuclear_reactor;2989.00;12.80;1530.00;3.58;0 308;radar_station;2983.00;13.13;1531.00;5.81;0 308;rocket_site;2988.00;12.98;1530.00;0.91;0 +308;supply_node;2988.00;12.70;1531.00;5.78;0 308;synthetic_refinery;2990.00;12.65;1530.00;0.41;0 309;air_base;4122.00;12.30;1468.00;4.63;0 309;anti_air_building;4068.00;10.95;1527.00;0.64;0 @@ -13154,6 +19030,36 @@ 309;nuclear_reactor;4139.00;14.43;1497.00;6.23;0 309;radar_station;4048.00;10.13;1504.00;2.43;0 309;rocket_site;4120.00;10.53;1458.00;3.21;0 +309;supply_node;4056.00;10.20;1511.00;6.27;0 +309;supply_node;4070.00;10.43;1530.00;5.05;0 +309;supply_node;4072.00;11.82;1487.00;0.94;0 +309;supply_node;4079.00;12.12;1510.00;0.45;0 +309;supply_node;4098.00;14.43;1479.00;1.97;0 +309;supply_node;4102.00;12.38;1498.00;3.57;0 +309;supply_node;4104.00;12.88;1528.00;0.75;0 +309;supply_node;4107.00;13.43;1513.00;2.39;0 +309;supply_node;4121.00;10.78;1462.00;5.51;0 +309;supply_node;4123.00;14.60;1483.00;6.08;0 +309;supply_node;4126.00;14.05;1509.00;4.34;0 +309;supply_node;4138.00;13.80;1534.00;4.79;0 +309;supply_node;4150.00;14.55;1498.00;3.15;0 +309;supply_node;4163.00;16.30;1516.00;1.39;0 +309;supply_node;4165.00;12.75;1558.00;2.69;0 +309;supply_node;4176.00;14.12;1538.00;1.21;0 +309;supply_node;4193.00;15.73;1519.00;5.81;0 +309;supply_node;4196.00;15.15;1559.00;1.67;0 +309;supply_node;4214.00;12.18;1548.00;4.10;0 +309;supply_node;4223.00;15.35;1533.00;2.62;0 +309;supply_node;4255.00;12.35;1541.00;3.91;0 +309;supply_node;4268.00;12.50;1562.00;5.10;0 +309;supply_node;4289.00;12.90;1528.00;5.32;0 +309;supply_node;4292.00;13.65;1544.00;2.16;0 +309;supply_node;4294.00;12.85;1562.00;4.56;0 +309;supply_node;4299.00;12.80;1585.00;4.86;0 +309;supply_node;4318.00;13.00;1574.00;5.74;0 +309;supply_node;4322.00;13.95;1549.00;1.70;0 +309;supply_node;4322.00;15.88;1525.00;2.92;0 +309;supply_node;4338.00;14.18;1567.00;3.39;0 309;synthetic_refinery;4203.00;14.57;1543.00;4.16;0 310;air_base;4004.00;10.50;1392.00;5.13;0 310;anti_air_building;4042.00;9.78;1446.00;0.98;0 @@ -13190,6 +19096,22 @@ 310;nuclear_reactor;3996.00;10.50;1441.00;4.25;0 310;radar_station;3952.00;10.40;1404.00;0.02;0 310;rocket_site;4052.00;10.80;1421.00;1.59;0 +310;supply_node;3966.00;10.40;1396.00;2.39;0 +310;supply_node;3977.00;10.40;1413.00;1.97;0 +310;supply_node;3979.00;10.70;1433.00;6.08;0 +310;supply_node;3991.00;10.50;1395.00;0.45;0 +310;supply_node;4005.00;10.43;1419.00;1.21;0 +310;supply_node;4008.00;10.70;1437.00;2.69;0 +310;supply_node;4017.00;10.60;1398.00;3.39;0 +310;supply_node;4038.00;10.60;1414.00;2.62;0 +310;supply_node;4038.00;10.70;1434.00;4.86;0 +310;supply_node;4041.00;12.07;1377.00;3.15;0 +310;supply_node;4045.00;17.45;1392.00;5.32;0 +310;supply_node;4057.00;11.30;1451.00;4.10;0 +310;supply_node;4064.00;10.50;1427.00;0.75;0 +310;supply_node;4070.00;11.20;1468.00;4.56;0 +310;supply_node;4083.00;11.20;1429.00;6.27;0 +310;supply_node;4088.00;10.68;1454.00;4.79;0 310;synthetic_refinery;3991.00;10.70;1424.00;1.08;0 311;air_base;4218.00;11.95;1374.00;4.53;0 311;anti_air_building;4126.00;11.95;1451.00;4.16;0 @@ -13238,6 +19160,34 @@ 311;nuclear_reactor;4083.00;14.03;1374.00;5.27;0 311;radar_station;4050.00;18.55;1352.00;1.67;0 311;rocket_site;4139.00;14.15;1441.00;1.15;0 +311;supply_node;4070.00;14.68;1399.00;5.74;0 +311;supply_node;4070.00;15.75;1374.00;3.57;0 +311;supply_node;4072.00;20.27;1357.00;2.39;0 +311;supply_node;4076.00;12.43;1341.00;2.69;0 +311;supply_node;4095.00;11.25;1408.00;2.92;0 +311;supply_node;4104.00;13.65;1436.00;5.32;0 +311;supply_node;4112.00;16.27;1386.00;6.27;0 +311;supply_node;4115.00;16.88;1368.00;4.86;0 +311;supply_node;4116.00;12.23;1348.00;4.10;0 +311;supply_node;4128.00;10.65;1408.00;1.97;0 +311;supply_node;4134.00;13.75;1438.00;1.21;0 +311;supply_node;4148.00;11.43;1460.00;5.05;0 +311;supply_node;4153.00;18.23;1376.00;3.39;0 +311;supply_node;4159.00;12.10;1343.00;4.79;0 +311;supply_node;4159.00;12.35;1421.00;1.39;0 +311;supply_node;4161.00;13.35;1358.00;5.51;0 +311;supply_node;4164.00;10.60;1401.00;5.10;0 +311;supply_node;4166.00;12.70;1449.00;5.35;0 +311;supply_node;4189.00;13.65;1384.00;0.94;0 +311;supply_node;4195.00;12.00;1359.00;2.16;0 +311;supply_node;4225.00;13.25;1392.00;4.34;0 +311;supply_node;4229.00;11.75;1374.00;0.75;0 +311;supply_node;4231.00;12.23;1354.00;5.81;0 +311;supply_node;4233.00;14.60;1408.00;3.88;0 +311;supply_node;4259.00;14.73;1387.00;0.45;0 +311;supply_node;4265.00;12.55;1358.00;4.56;0 +311;supply_node;4276.00;13.03;1398.00;1.70;0 +311;supply_node;4293.00;14.30;1370.00;2.62;0 311;synthetic_refinery;4094.00;12.65;1437.00;3.21;0 312;air_base;4249.00;12.95;1487.00;3.58;0 312;anti_air_building;4225.00;13.95;1497.00;0.98;0 @@ -13271,6 +19221,19 @@ 312;nuclear_reactor;4205.00;14.40;1417.00;0.99;0 312;radar_station;4139.00;12.28;1474.00;2.96;0 312;rocket_site;4193.00;15.82;1505.00;4.25;0 +312;supply_node;4160.00;14.73;1481.00;3.39;0 +312;supply_node;4180.00;13.55;1469.00;2.69;0 +312;supply_node;4188.00;11.75;1441.00;1.97;0 +312;supply_node;4193.00;16.38;1492.00;4.56;0 +312;supply_node;4194.00;11.30;1410.00;1.21;0 +312;supply_node;4203.00;14.55;1458.00;0.45;0 +312;supply_node;4212.00;14.70;1433.00;4.86;0 +312;supply_node;4219.00;17.62;1480.00;0.75;0 +312;supply_node;4221.00;14.10;1505.00;4.10;0 +312;supply_node;4241.00;13.30;1514.00;2.92;0 +312;supply_node;4251.00;13.03;1483.00;6.27;0 +312;supply_node;4268.00;14.05;1518.00;2.62;0 +312;supply_node;4275.00;13.30;1499.00;4.79;0 312;synthetic_refinery;4258.00;12.60;1492.00;5.20;0 313;air_base;2933.00;9.85;1581.00;2.13;0 313;anti_air_building;2936.00;10.10;1577.00;2.03;0 @@ -13287,6 +19250,7 @@ 313;bunker;2937.00;10.10;1581.00;6.25;0 313;coastal_bunker;2937.00;9.53;1591.00;-3.61;0 313;dockyard;2931.00;9.50;1594.00;-3.14;0 +313;floating_harbor;2933.00;9.50;1598.00;0.00;241 313;industrial_complex;2930.00;9.70;1586.00;3.58;0 313;industrial_complex;2930.00;9.70;1587.00;4.53;0 313;industrial_complex;2933.00;9.82;1582.00;0.91;0 @@ -13297,6 +19261,8 @@ 313;nuclear_reactor;2932.00;9.78;1583.00;2.74;0 313;radar_station;2936.00;9.50;1590.00;1.00;0 313;rocket_site;2939.00;10.30;1580.00;3.14;0 +313;supply_node;2929.00;9.70;1582.00;2.69;0 +313;supply_node;2938.00;10.30;1579.00;1.21;0 313;synthetic_refinery;2940.00;10.30;1577.00;4.10;0 314;air_base;3702.00;9.80;996.00;2.02;0 314;anti_air_building;3674.00;9.85;1029.00;3.21;0 @@ -13326,6 +19292,13 @@ 314;coastal_bunker;3722.00;9.80;1031.00;-3.61;0 314;coastal_bunker;3739.00;9.73;1011.00;-4.47;0 314;dockyard;3714.00;9.80;1033.00;-3.61;0 +314;floating_harbor;3655.13;9.50;915.74;-2.68;2103 +314;floating_harbor;3683.00;9.80;1074.00;-0.20;10904 +314;floating_harbor;3698.30;9.50;1049.53;-0.66;4993 +314;floating_harbor;3698.70;9.50;945.99;-1.86;8002 +314;floating_harbor;3719.13;9.50;1039.26;-0.46;10760 +314;floating_harbor;3723.83;9.50;981.48;-1.79;1947 +314;floating_harbor;3743.82;9.50;1012.57;-1.34;8020 314;industrial_complex;3638.00;10.10;957.00;4.18;0 314;industrial_complex;3690.00;9.80;1000.00;2.98;0 314;industrial_complex;3696.00;12.95;1029.00;4.53;0 @@ -13342,6 +19315,16 @@ 314;nuclear_reactor;3689.00;10.18;956.00;5.88;0 314;radar_station;3619.00;10.35;954.00;3.84;0 314;rocket_site;3675.00;9.80;983.00;3.22;0 +314;supply_node;3640.00;10.20;948.00;4.86;0 +314;supply_node;3649.00;11.28;928.00;2.62;0 +314;supply_node;3675.00;9.88;972.00;3.39;0 +314;supply_node;3679.00;10.35;1062.00;5.51;0 +314;supply_node;3682.00;10.00;951.00;4.79;0 +314;supply_node;3687.00;9.70;1007.00;0.75;0 +314;supply_node;3687.00;12.23;1035.00;4.10;0 +314;supply_node;3708.00;9.78;985.00;0.45;0 +314;supply_node;3711.00;13.60;1023.00;2.92;0 +314;supply_node;3724.00;12.18;1008.00;6.27;0 314;synthetic_refinery;3687.00;9.80;987.00;5.27;0 315;air_base;3977.00;9.68;45.00;2.97;0 315;anti_air_building;3976.00;9.68;34.00;3.47;0 @@ -13356,6 +19339,7 @@ 315;bunker;3979.00;9.70;36.00;1.15;0 315;coastal_bunker;3979.00;9.50;29.00;-1.57;0 315;dockyard;3977.00;9.50;30.00;-1.57;0 +315;floating_harbor;3985.00;9.50;41.00;-0.46;2165 315;industrial_complex;3978.00;9.60;38.00;5.03;0 315;industrial_complex;3978.00;9.68;33.00;2.96;0 315;industrial_complex;3978.00;9.68;37.00;0.80;0 @@ -13366,6 +19350,7 @@ 315;nuclear_reactor;3982.00;9.70;34.00;6.14;0 315;radar_station;3971.00;9.50;30.00;0.13;0 315;rocket_site;3978.00;9.60;41.00;4.58;0 +315;supply_node;3981.00;9.68;35.00;4.86;0 315;synthetic_refinery;3979.00;9.70;40.00;5.54;0 316;air_base;4951.00;11.53;1768.00;0.47;0 316;anti_air_building;5115.00;11.70;1806.00;2.17;0 @@ -13405,6 +19390,13 @@ 316;coastal_bunker;5220.00;9.53;1746.00;0.96;0 316;coastal_bunker;5274.00;9.53;1789.00;-0.32;0 316;dockyard;5209.00;9.50;1712.00;1.03;0 +316;floating_harbor;4966.99;9.50;1653.59;-1.63;10598 +316;floating_harbor;4992.52;9.50;1674.66;-2.44;4810 +316;floating_harbor;5033.60;9.50;1707.50;-2.76;12518 +316;floating_harbor;5072.92;9.50;1712.08;-3.30;12551 +316;floating_harbor;5139.12;9.50;1712.18;-3.73;12683 +316;floating_harbor;5238.78;9.50;1754.05;-2.17;1865 +316;floating_harbor;5275.82;9.50;1780.35;-3.46;10540 316;industrial_complex;4859.00;11.85;1671.00;2.02;0 316;industrial_complex;4965.00;10.98;1719.00;6.25;0 316;industrial_complex;4993.00;13.25;1802.00;4.18;0 @@ -13421,6 +19413,26 @@ 316;nuclear_reactor;5109.00;11.70;1793.00;0.62;0 316;radar_station;4729.00;12.28;1657.00;2.92;0 316;rocket_site;4773.00;12.53;1677.00;3.88;0 +316;supply_node;4750.00;11.62;1661.00;1.39;0 +316;supply_node;4764.00;12.85;1693.00;0.75;0 +316;supply_node;4789.00;10.80;1655.00;5.05;0 +316;supply_node;4799.00;12.45;1689.00;6.04;0 +316;supply_node;4832.00;12.75;1682.00;2.92;0 +316;supply_node;4835.00;12.20;1652.00;1.70;0 +316;supply_node;4869.00;12.32;1683.00;5.10;0 +316;supply_node;4884.00;13.03;1649.00;5.35;0 +316;supply_node;4896.00;10.82;1707.00;4.79;0 +316;supply_node;4919.00;11.82;1670.00;2.16;0 +316;supply_node;4943.00;11.35;1717.00;5.81;0 +316;supply_node;4943.00;11.53;1655.00;3.57;0 +316;supply_node;4964.00;11.68;1772.00;4.10;0 +316;supply_node;4977.00;11.93;1693.00;5.51;0 +316;supply_node;5019.00;11.07;1744.00;0.94;0 +316;supply_node;5073.00;12.65;1812.00;5.74;0 +316;supply_node;5079.00;11.05;1751.00;3.88;0 +316;supply_node;5157.00;10.85;1739.00;3.11;0 +316;supply_node;5195.00;11.75;1784.00;6.27;0 +316;supply_node;5296.00;11.90;1842.00;4.34;0 316;synthetic_refinery;5043.00;9.82;1734.00;4.84;0 317;air_base;2818.00;10.28;773.00;4.69;0 317;anti_air_building;2813.00;9.68;765.00;3.21;0 @@ -13440,6 +19452,7 @@ 317;bunker;2819.00;10.63;802.00;2.70;0 317;bunker;2821.00;10.95;778.00;5.20;0 317;bunker;2824.00;10.20;852.00;6.03;0 +317;bunker;2825.00;10.43;766.00;0.13;0 317;bunker;2836.00;10.00;840.00;2.41;0 317;bunker;2837.00;11.03;866.00;0.22;0 317;bunker;2844.00;10.90;808.00;3.96;0 @@ -13453,6 +19466,10 @@ 317;coastal_bunker;2838.00;9.53;751.00;0.05;0 317;coastal_bunker;2858.00;9.50;753.00;-0.95;0 317;dockyard;2881.00;9.50;747.00;0.79;0 +317;floating_harbor;2824.21;9.50;736.36;-2.82;12785 +317;floating_harbor;2832.21;9.50;742.36;-2.82;1951 +317;floating_harbor;2843.73;9.50;743.04;-3.04;10919 +317;floating_harbor;2855.30;9.50;748.93;-4.09;2050 317;industrial_complex;2791.00;10.00;814.00;6.25;0 317;industrial_complex;2802.00;10.18;795.00;2.03;0 317;industrial_complex;2804.00;9.65;783.00;0.47;0 @@ -13466,6 +19483,23 @@ 317;nuclear_reactor;2847.00;10.30;769.00;3.22;0 317;radar_station;2758.00;9.90;755.00;6.08;0 317;rocket_site;2816.00;10.45;803.00;1.65;0 +317;supply_node;2777.00;10.45;807.00;5.10;0 +317;supply_node;2784.00;10.30;769.00;5.74;0 +317;supply_node;2789.00;10.25;843.00;1.39;0 +317;supply_node;2800.00;10.40;801.00;2.16;0 +317;supply_node;2807.00;10.23;866.00;5.51;0 +317;supply_node;2814.00;9.70;767.00;1.70;0 +317;supply_node;2818.00;10.50;810.00;3.11;0 +317;supply_node;2823.00;10.62;785.00;3.88;0 +317;supply_node;2824.00;9.98;837.00;6.27;0 +317;supply_node;2826.00;9.90;761.00;4.79;0 +317;supply_node;2829.00;10.10;863.00;5.81;0 +317;supply_node;2837.00;11.03;806.00;5.35;0 +317;supply_node;2841.00;10.43;769.00;4.34;0 +317;supply_node;2850.00;10.30;825.00;5.05;0 +317;supply_node;2861.00;10.50;777.00;3.57;0 +317;supply_node;2868.00;9.68;758.00;2.92;0 +317;supply_node;2872.00;10.88;803.00;0.94;0 317;synthetic_refinery;2869.00;10.40;770.00;1.15;0 318;air_base;5072.00;10.48;539.00;4.10;0 318;anti_air_building;4954.00;17.35;591.00;6.20;0 @@ -13602,6 +19636,57 @@ 318;coastal_bunker;5145.00;9.50;485.00;-0.93;0 318;coastal_bunker;5165.00;9.50;490.00;-0.46;0 318;dockyard;5144.00;10.00;490.00;-4.51;0 +318;floating_harbor;4843.00;9.50;635.00;1.57;4468 +318;floating_harbor;4854.00;9.50;603.00;-4.38;7487 +318;floating_harbor;4865.40;9.50;611.50;-3.52;7512 +318;floating_harbor;4877.00;9.50;562.00;-3.67;7585 +318;floating_harbor;4881.59;9.50;566.99;0.06;4579 +318;floating_harbor;4885.70;9.50;584.21;-2.90;12386 +318;floating_harbor;4899.82;9.50;640.88;-0.98;12315 +318;floating_harbor;4910.00;9.50;613.00;-1.57;4524 +318;floating_harbor;4917.80;9.50;573.40;-3.79;7269 +318;floating_harbor;4921.00;9.50;606.60;1.03;1546 +318;floating_harbor;4933.76;9.50;615.57;-2.74;7542 +318;floating_harbor;4942.40;9.50;626.50;0.38;4509 +318;floating_harbor;4952.63;9.50;559.14;-3.34;4593 +318;floating_harbor;4965.27;9.50;541.08;-4.43;7627 +318;floating_harbor;4971.13;9.50;510.74;-2.68;12457 +318;floating_harbor;4976.53;9.50;513.92;-3.66;1629 +318;floating_harbor;4981.55;9.50;622.46;-1.21;10369 +318;floating_harbor;4990.60;9.50;620.50;-0.38;7529 +318;floating_harbor;4994.87;9.50;505.74;-3.61;10505 +318;floating_harbor;5001.70;9.50;617.79;-0.24;12371 +318;floating_harbor;5013.46;9.50;613.98;0.08;10423 +318;floating_harbor;5016.00;9.50;497.00;-3.14;1310 +318;floating_harbor;5025.87;9.50;607.26;0.46;12400 +318;floating_harbor;5034.98;9.50;518.50;-1.64;12484 +318;floating_harbor;5044.79;9.50;511.70;-1.33;1283 +318;floating_harbor;5046.94;9.50;514.29;-2.13;10147 +318;floating_harbor;5052.60;9.50;599.50;-0.38;12240 +318;floating_harbor;5058.60;9.50;521.80;-2.21;12123 +318;floating_harbor;5064.15;9.50;522.10;-2.98;1222 +318;floating_harbor;5066.37;9.50;592.47;-0.67;1389 +318;floating_harbor;5074.00;9.50;518.00;-3.14;1242 +318;floating_harbor;5075.20;9.50;586.60;-0.64;4393 +318;floating_harbor;5081.88;9.50;582.82;-0.59;7614 +318;floating_harbor;5083.87;9.50;511.74;-3.61;12135 +318;floating_harbor;5088.18;9.50;504.12;-4.12;4289 +318;floating_harbor;5088.60;9.50;568.20;-0.93;12154 +318;floating_harbor;5098.05;9.50;494.05;-3.93;4329 +318;floating_harbor;5106.95;9.50;570.95;-0.79;12193 +318;floating_harbor;5107.20;9.50;561.60;-0.64;7365 +318;floating_harbor;5107.26;9.50;538.87;-2.03;12237 +318;floating_harbor;5107.40;9.50;484.50;-3.52;7349 +318;floating_harbor;5108.86;9.50;536.37;-1.37;4418 +318;floating_harbor;5112.21;9.50;539.36;-2.82;10251 +318;floating_harbor;5115.95;9.50;530.95;-0.79;10974 +318;floating_harbor;5122.70;9.50;481.21;-2.90;4346 +318;floating_harbor;5125.95;9.50;518.95;-0.79;7305 +318;floating_harbor;5137.95;9.50;509.95;-0.79;7333 +318;floating_harbor;5138.13;9.50;478.74;-2.68;12995 +318;floating_harbor;5139.74;9.50;478.87;-4.25;10260 +318;floating_harbor;5149.50;9.50;498.60;-1.19;10231 +318;floating_harbor;5158.00;9.50;489.00;-3.14;10248 318;industrial_complex;4949.00;16.18;585.00;2.97;0 318;industrial_complex;4959.00;10.57;570.00;5.63;0 318;industrial_complex;4961.00;17.35;587.00;0.90;0 @@ -13662,6 +19747,76 @@ 318;nuclear_reactor;5044.00;14.25;551.00;2.48;0 318;radar_station;4830.00;9.50;524.00;3.47;0 318;rocket_site;5005.00;14.30;581.00;4.64;0 +318;supply_node;4857.00;10.57;635.00;1.24;0 +318;supply_node;4870.00;10.30;623.00;2.12;0 +318;supply_node;4882.00;10.75;599.00;3.56;0 +318;supply_node;4884.00;10.28;621.00;4.37;0 +318;supply_node;4888.00;12.90;633.00;4.33;0 +318;supply_node;4898.00;9.80;613.00;0.48;0 +318;supply_node;4904.00;11.43;595.00;4.30;0 +318;supply_node;4925.00;10.70;583.00;1.89;0 +318;supply_node;4932.00;11.78;600.00;4.34;0 +318;supply_node;4944.00;17.70;590.00;0.44;0 +318;supply_node;4947.00;9.80;615.00;5.28;0 +318;supply_node;4955.00;10.30;571.00;1.17;0 +318;supply_node;4955.00;11.50;606.00;3.41;0 +318;supply_node;4965.00;10.30;523.00;5.74;0 +318;supply_node;4967.00;10.25;617.00;4.55;0 +318;supply_node;4970.00;12.53;576.00;5.01;0 +318;supply_node;4972.00;15.90;592.00;0.25;0 +318;supply_node;4979.00;10.10;545.00;2.43;0 +318;supply_node;4979.00;11.12;602.00;1.21;0 +318;supply_node;4984.00;10.05;527.00;5.05;0 +318;supply_node;4984.00;10.85;557.00;5.81;0 +318;supply_node;4986.00;10.28;609.00;3.60;0 +318;supply_node;4996.00;12.80;567.00;1.67;0 +318;supply_node;4997.00;13.80;586.00;5.55;0 +318;supply_node;4998.00;10.93;603.00;2.09;0 +318;supply_node;4999.00;9.70;539.00;3.57;0 +318;supply_node;5001.00;9.90;518.00;3.37;0 +318;supply_node;5014.00;10.30;520.00;0.93;0 +318;supply_node;5014.00;15.50;572.00;1.85;0 +318;supply_node;5015.00;10.65;594.00;5.25;0 +318;supply_node;5016.00;9.75;508.00;5.10;0 +318;supply_node;5018.00;9.70;539.00;2.65;0 +318;supply_node;5027.00;12.98;555.00;1.70;0 +318;supply_node;5033.00;9.75;523.00;3.14;0 +318;supply_node;5034.00;10.00;509.00;2.16;0 +318;supply_node;5034.00;10.40;591.00;0.21;0 +318;supply_node;5037.00;14.62;570.00;4.79;0 +318;supply_node;5039.00;10.80;536.00;6.26;0 +318;supply_node;5048.00;9.95;588.00;1.39;0 +318;supply_node;5049.00;14.30;548.00;5.96;0 +318;supply_node;5054.00;13.82;569.00;2.80;0 +318;supply_node;5058.00;10.18;582.00;1.39;0 +318;supply_node;5062.00;10.75;535.00;2.92;0 +318;supply_node;5068.00;9.70;577.00;3.11;0 +318;supply_node;5069.00;15.57;553.00;5.59;0 +318;supply_node;5074.00;9.80;528.00;5.51;0 +318;supply_node;5074.00;10.23;571.00;5.77;0 +318;supply_node;5079.00;10.88;561.00;0.68;0 +318;supply_node;5080.00;13.15;539.00;4.97;0 +318;supply_node;5088.00;9.50;520.00;4.02;0 +318;supply_node;5090.00;13.88;554.00;2.16;0 +318;supply_node;5093.00;10.75;526.00;2.88;0 +318;supply_node;5097.00;9.88;510.00;5.74;0 +318;supply_node;5097.00;10.75;544.00;6.20;0 +318;supply_node;5097.00;14.03;534.00;6.04;0 +318;supply_node;5100.00;14.62;552.00;2.19;0 +318;supply_node;5104.00;9.53;500.00;3.88;0 +318;supply_node;5106.00;11.95;507.00;0.72;0 +318;supply_node;5106.00;15.65;516.00;0.94;0 +318;supply_node;5108.00;11.73;523.00;2.61;0 +318;supply_node;5109.00;12.75;549.00;5.32;0 +318;supply_node;5112.00;10.40;496.00;4.06;0 +318;supply_node;5117.00;14.25;504.00;6.23;0 +318;supply_node;5118.00;10.50;511.00;4.83;0 +318;supply_node;5120.00;10.28;492.00;5.35;0 +318;supply_node;5128.00;10.90;500.00;1.48;0 +318;supply_node;5133.00;9.88;489.00;1.63;0 +318;supply_node;5138.00;12.03;494.00;0.90;0 +318;supply_node;5150.00;9.60;484.00;3.07;0 +318;supply_node;5158.00;9.70;498.00;3.84;0 318;synthetic_refinery;5040.00;13.45;545.00;0.41;0 319;air_base;2940.00;9.98;1506.00;3.14;0 319;anti_air_building;2943.00;10.35;1506.00;4.25;0 @@ -13684,6 +19839,8 @@ 319;nuclear_reactor;2944.00;10.93;1509.00;2.70;0 319;radar_station;2938.00;10.15;1501.00;5.13;0 319;rocket_site;2941.00;10.28;1502.00;0.03;0 +319;supply_node;2942.00;10.30;1502.00;5.10;0 +319;supply_node;2945.00;11.15;1510.00;2.16;0 319;synthetic_refinery;2942.00;10.07;1505.00;0.99;0 320;air_base;2926.00;10.93;1512.00;1.08;0 320;anti_air_building;2918.00;11.20;1515.00;0.03;0 @@ -13708,6 +19865,10 @@ 320;nuclear_reactor;2921.00;11.23;1516.00;0.04;0 320;radar_station;2921.00;11.73;1500.00;3.60;0 320;rocket_site;2922.00;10.80;1511.00;4.76;0 +320;supply_node;2922.00;11.03;1515.00;4.34;0 +320;supply_node;2925.00;11.95;1501.00;1.39;0 +320;supply_node;2926.00;11.23;1508.00;3.57;0 +320;supply_node;2934.00;10.23;1501.00;5.81;0 320;synthetic_refinery;2921.00;11.28;1517.00;5.72;0 321;air_base;2908.00;11.48;1527.00;1.59;0 321;anti_air_building;2904.00;10.23;1536.00;6.12;0 @@ -13730,6 +19891,8 @@ 321;nuclear_reactor;2907.00;11.50;1528.00;2.51;0 321;radar_station;2901.00;10.95;1533.00;1.73;0 321;rocket_site;2906.00;11.53;1529.00;4.16;0 +321;supply_node;2904.00;10.23;1536.00;3.57;0 +321;supply_node;2910.00;11.45;1528.00;5.81;0 321;synthetic_refinery;2908.00;11.43;1526.00;4.76;0 322;air_base;2886.00;9.98;1402.00;0.99;0 322;anti_air_building;2884.00;9.80;1400.00;5.72;0 @@ -13751,6 +19914,7 @@ 322;nuclear_reactor;2885.00;9.90;1401.00;4.16;0 322;radar_station;2881.00;9.80;1397.00;0.26;0 322;rocket_site;2883.00;9.78;1398.00;0.04;0 +322;supply_node;2884.00;9.78;1399.00;5.05;0 322;synthetic_refinery;2885.00;9.93;1402.00;0.64;0 323;air_base;2980.00;11.78;1407.00;0.03;0 323;anti_air_building;2978.00;12.43;1403.00;4.93;0 @@ -13772,6 +19936,9 @@ 323;coastal_bunker;2997.00;9.57;1415.00;1.43;0 323;coastal_bunker;3002.00;10.48;1399.00;-4.51;0 323;dockyard;3001.00;10.23;1400.00;-4.51;0 +323;floating_harbor;3003.26;9.50;1411.13;-1.11;782 +323;floating_harbor;3006.00;9.50;1414.00;-1.57;6793 +323;floating_harbor;3008.50;9.50;1403.60;-1.19;9924 323;industrial_complex;2982.00;11.48;1408.00;4.25;0 323;industrial_complex;2984.00;11.23;1408.00;1.08;0 323;industrial_complex;2991.00;9.70;1413.00;3.65;0 @@ -13784,6 +19951,12 @@ 323;nuclear_reactor;2990.00;9.70;1414.00;3.73;0 323;radar_station;2973.00;11.82;1401.00;0.44;0 323;rocket_site;2976.00;12.70;1403.00;0.71;0 +323;supply_node;2978.00;10.10;1417.00;6.04;0 +323;supply_node;2979.00;12.38;1403.00;5.35;0 +323;supply_node;2982.00;11.07;1410.00;0.94;0 +323;supply_node;2992.00;9.70;1414.00;3.88;0 +323;supply_node;2993.00;10.10;1406.00;5.74;0 +323;supply_node;2997.00;11.62;1399.00;3.11;0 323;synthetic_refinery;2992.00;9.70;1414.00;1.66;0 324;air_base;3000.00;11.20;1389.00;5.72;0 324;anti_air_building;3010.00;11.48;1389.00;4.84;0 @@ -13811,6 +19984,11 @@ 324;coastal_bunker;3011.00;10.00;1394.00;-3.73;0 324;coastal_bunker;3017.00;9.60;1390.00;-3.93;0 324;dockyard;3001.00;9.50;1353.00;-0.46;0 +324;floating_harbor;2981.53;9.50;1360.63;-4.04;6862 +324;floating_harbor;2989.05;9.50;1354.05;-3.93;11751 +324;floating_harbor;2999.79;9.50;1345.36;-3.46;9904 +324;floating_harbor;3013.13;9.50;1401.26;-0.46;967 +324;floating_harbor;3024.60;9.50;1391.20;-0.93;925 324;industrial_complex;2993.00;10.65;1371.00;3.65;0 324;industrial_complex;2997.00;11.48;1375.00;2.70;0 324;industrial_complex;2999.00;9.70;1362.00;1.59;0 @@ -13825,6 +20003,16 @@ 324;nuclear_reactor;3003.00;10.03;1365.00;5.94;0 324;radar_station;2986.00;9.50;1367.00;2.16;0 324;rocket_site;3005.00;10.80;1383.00;1.82;0 +324;supply_node;2992.00;9.90;1369.00;6.04;0 +324;supply_node;2996.00;11.45;1380.00;3.11;0 +324;supply_node;2997.00;9.70;1362.00;3.41;0 +324;supply_node;2999.00;11.25;1390.00;2.65;0 +324;supply_node;3003.00;10.45;1370.00;5.28;0 +324;supply_node;3004.00;9.88;1358.00;0.48;0 +324;supply_node;3005.00;10.62;1380.00;1.24;0 +324;supply_node;3008.00;11.70;1391.00;5.35;0 +324;supply_node;3011.00;13.62;1375.00;1.17;0 +324;supply_node;3015.00;10.80;1384.00;3.88;0 324;synthetic_refinery;2999.00;11.23;1376.00;3.88;0 325;air_base;2953.00;11.05;1420.00;4.76;0 325;anti_air_building;2954.00;11.55;1419.00;3.21;0 @@ -13848,6 +20036,9 @@ 325;nuclear_reactor;2953.00;13.03;1415.00;5.88;0 325;radar_station;2945.00;10.93;1418.00;3.84;0 325;rocket_site;2948.00;11.07;1418.00;3.22;0 +325;supply_node;2949.00;10.85;1419.00;1.24;0 +325;supply_node;2955.00;13.03;1412.00;3.11;0 +325;supply_node;2961.00;11.05;1417.00;6.04;0 325;synthetic_refinery;2956.00;11.30;1408.00;5.27;0 326;air_base;3088.00;10.63;1377.00;1.16;0 326;anti_air_building;3091.00;9.60;1373.00;0.71;0 @@ -13864,6 +20055,8 @@ 326;coastal_bunker;3067.00;9.53;1383.00;1.11;0 326;coastal_bunker;3087.00;9.50;1374.00;0.00;0 326;dockyard;3077.00;9.50;1378.00;1.11;0 +326;floating_harbor;3079.00;9.50;1357.00;-2.86;3868 +326;floating_harbor;3088.00;9.50;1365.00;-3.14;6889 326;industrial_complex;3071.00;9.53;1378.00;1.75;0 326;industrial_complex;3071.00;9.53;1378.00;3.32;0 326;industrial_complex;3081.00;9.65;1378.00;2.71;0 @@ -13875,6 +20068,7 @@ 326;nuclear_reactor;3085.00;10.50;1378.00;5.54;0 326;radar_station;3076.00;9.50;1378.00;0.31;0 326;rocket_site;3085.00;10.50;1378.00;5.44;0 +326;supply_node;3088.00;9.60;1375.00;1.24;0 326;synthetic_refinery;3067.00;9.50;1378.00;4.94;0 327;air_base;3524.00;13.73;1305.00;6.23;0 327;anti_air_building;3513.00;14.57;1317.00;4.93;0 @@ -13901,6 +20095,12 @@ 327;nuclear_reactor;3515.00;13.13;1306.00;2.77;0 327;radar_station;3487.00;13.10;1328.00;4.86;0 327;rocket_site;3517.00;12.63;1307.00;0.11;0 +327;supply_node;3491.00;12.62;1329.00;0.48;0 +327;supply_node;3502.00;12.80;1326.00;5.59;0 +327;supply_node;3511.00;12.25;1313.00;2.65;0 +327;supply_node;3515.00;15.68;1326.00;1.89;0 +327;supply_node;3520.00;16.05;1317.00;1.17;0 +327;supply_node;3525.00;13.93;1307.00;3.41;0 327;synthetic_refinery;3516.00;11.07;1332.00;0.71;0 328;air_base;3542.00;10.82;1341.00;5.27;0 328;anti_air_building;3536.00;13.43;1319.00;1.22;0 @@ -13938,6 +20138,23 @@ 328;nuclear_reactor;3549.00;12.13;1339.00;3.89;0 328;radar_station;3516.00;11.25;1335.00;0.29;0 328;rocket_site;3528.00;14.50;1333.00;3.79;0 +328;supply_node;3522.00;13.50;1336.00;1.89;0 +328;supply_node;3529.00;14.90;1324.00;2.65;0 +328;supply_node;3532.00;11.25;1336.00;4.30;0 +328;supply_node;3536.00;12.07;1314.00;3.60;0 +328;supply_node;3540.00;10.65;1326.00;4.83;0 +328;supply_node;3543.00;10.95;1341.00;0.25;0 +328;supply_node;3549.00;10.90;1321.00;5.77;0 +328;supply_node;3551.00;9.98;1332.00;0.72;0 +328;supply_node;3551.00;13.98;1351.00;1.17;0 +328;supply_node;3553.00;10.38;1369.00;4.06;0 +328;supply_node;3558.00;10.57;1360.00;4.37;0 +328;supply_node;3560.00;14.95;1342.00;2.19;0 +328;supply_node;3563.00;10.00;1329.00;6.23;0 +328;supply_node;3566.00;11.55;1349.00;1.48;0 +328;supply_node;3572.00;9.90;1321.00;5.59;0 +328;supply_node;3573.00;11.93;1336.00;2.88;0 +328;supply_node;3582.00;9.70;1331.00;2.12;0 328;synthetic_refinery;3551.00;10.20;1335.00;1.82;0 329;air_base;3522.00;13.38;1291.00;3.22;0 329;anti_air_building;3544.00;14.32;1277.00;1.82;0 @@ -13972,6 +20189,20 @@ 329;nuclear_reactor;3552.00;14.70;1300.00;4.39;0 329;radar_station;3497.00;14.80;1284.00;5.81;0 329;rocket_site;3566.00;11.93;1300.00;1.73;0 +329;supply_node;3502.00;14.70;1306.00;5.59;0 +329;supply_node;3504.00;12.65;1286.00;4.37;0 +329;supply_node;3514.00;12.15;1263.00;1.89;0 +329;supply_node;3519.00;14.53;1296.00;2.19;0 +329;supply_node;3527.00;13.38;1285.00;4.83;0 +329;supply_node;3528.00;12.90;1269.00;4.30;0 +329;supply_node;3539.00;14.43;1299.00;6.23;0 +329;supply_node;3543.00;15.10;1265.00;1.48;0 +329;supply_node;3545.00;14.38;1280.00;0.25;0 +329;supply_node;3551.00;14.65;1304.00;2.12;0 +329;supply_node;3561.00;14.35;1286.00;2.88;0 +329;supply_node;3564.00;10.25;1314.00;3.60;0 +329;supply_node;3564.00;13.23;1301.00;4.06;0 +329;supply_node;3571.00;14.32;1272.00;0.72;0 329;synthetic_refinery;3550.00;14.65;1298.00;3.79;0 330;air_base;3663.00;11.85;1274.00;3.72;0 330;anti_air_building;3635.00;13.95;1251.00;0.11;0 @@ -13997,6 +20228,11 @@ 330;nuclear_reactor;3613.00;10.78;1259.00;3.88;0 330;radar_station;3578.00;13.43;1261.00;6.26;0 330;rocket_site;3675.00;14.60;1280.00;1.22;0 +330;supply_node;3586.00;13.88;1265.00;1.48;0 +330;supply_node;3602.00;15.32;1257.00;4.83;0 +330;supply_node;3622.00;16.75;1249.00;2.19;0 +330;supply_node;3637.00;10.25;1258.00;0.72;0 +330;supply_node;3666.00;13.30;1273.00;4.06;0 330;synthetic_refinery;3651.00;12.28;1261.00;2.17;0 331;air_base;3547.00;12.88;1217.00;1.66;0 331;anti_air_building;3538.00;11.65;1209.00;3.88;0 @@ -14025,6 +20261,14 @@ 331;nuclear_reactor;3552.00;13.80;1221.00;3.89;0 331;radar_station;3515.00;10.00;1212.00;0.29;0 331;rocket_site;3524.00;10.10;1217.00;3.79;0 +331;supply_node;3525.00;10.90;1222.00;6.23;0 +331;supply_node;3530.00;14.48;1246.00;0.72;0 +331;supply_node;3532.00;9.70;1202.00;4.06;0 +331;supply_node;3543.00;12.80;1219.00;3.60;0 +331;supply_node;3546.00;14.35;1241.00;4.37;0 +331;supply_node;3550.00;9.70;1184.00;2.12;0 +331;supply_node;3554.00;11.28;1203.00;2.19;0 +331;supply_node;3565.00;15.53;1222.00;2.88;0 331;synthetic_refinery;3532.00;14.38;1248.00;1.82;0 332;air_base;3659.00;11.35;1236.00;0.71;0 332;anti_air_building;3630.00;12.73;1233.00;3.79;0 @@ -14054,6 +20298,15 @@ 332;nuclear_reactor;3641.00;13.55;1221.00;5.95;0 332;radar_station;3553.00;14.78;1242.00;2.46;0 332;rocket_site;3574.00;14.43;1241.00;4.39;0 +332;supply_node;3562.00;14.98;1265.00;2.19;0 +332;supply_node;3563.00;14.68;1251.00;2.12;0 +332;supply_node;3571.00;14.32;1235.00;4.37;0 +332;supply_node;3584.00;12.90;1249.00;6.23;0 +332;supply_node;3600.00;13.23;1230.00;0.25;0 +332;supply_node;3607.00;12.65;1241.00;3.60;0 +332;supply_node;3631.00;12.65;1228.00;5.77;0 +332;supply_node;3648.00;12.20;1244.00;2.88;0 +332;supply_node;3658.00;12.23;1223.00;4.30;0 332;synthetic_refinery;3665.00;12.57;1221.00;3.89;0 333;air_base;3676.00;13.45;1182.00;0.11;0 333;anti_air_building;3584.00;15.55;1201.00;4.39;0 @@ -14085,6 +20338,17 @@ 333;nuclear_reactor;3573.00;15.38;1214.00;4.40;0 333;radar_station;3563.00;10.10;1198.00;0.93;0 333;rocket_site;3634.00;15.50;1202.00;1.38;0 +333;supply_node;3573.00;12.20;1202.00;3.60;0 +333;supply_node;3589.00;15.62;1215.00;4.37;0 +333;supply_node;3590.00;13.75;1190.00;3.14;0 +333;supply_node;3613.00;14.50;1211.00;5.77;0 +333;supply_node;3613.00;15.43;1167.00;0.25;0 +333;supply_node;3613.00;16.60;1186.00;2.12;0 +333;supply_node;3628.00;14.28;1196.00;5.01;0 +333;supply_node;3648.00;16.05;1164.00;2.43;0 +333;supply_node;3650.00;13.10;1204.00;4.30;0 +333;supply_node;3652.00;16.27;1185.00;2.88;0 +333;supply_node;3675.00;14.40;1176.00;1.67;0 333;synthetic_refinery;3622.00;16.65;1164.00;2.34;0 334;air_base;3637.00;9.55;1093.00;5.43;0 334;anti_air_building;3571.00;9.70;1158.00;4.90;0 @@ -14107,6 +20371,10 @@ 334;coastal_bunker;3601.00;9.50;1123.00;-0.91;0 334;coastal_bunker;3615.00;9.50;1106.00;-0.69;0 334;dockyard;3618.00;9.50;1105.00;-0.69;0 +334;floating_harbor;3574.15;9.50;1139.10;-2.98;5005 +334;floating_harbor;3587.65;9.50;1133.41;-3.48;5089 +334;floating_harbor;3595.40;9.50;1117.80;-4.07;10797 +334;floating_harbor;3619.32;9.50;1093.80;-3.87;12832 334;industrial_complex;3565.00;9.70;1175.00;2.77;0 334;industrial_complex;3582.00;9.80;1146.00;1.66;0 334;industrial_complex;3585.00;10.55;1175.00;0.71;0 @@ -14120,6 +20388,12 @@ 334;nuclear_reactor;3632.00;12.48;1117.00;1.89;0 334;radar_station;3548.00;9.70;1159.00;5.28;0 334;rocket_site;3638.00;9.95;1095.00;0.68;0 +334;supply_node;3563.00;9.70;1165.00;4.30;0 +334;supply_node;3572.00;9.50;1152.00;3.60;0 +334;supply_node;3574.00;9.70;1180.00;2.12;0 +334;supply_node;3595.00;11.55;1154.00;0.25;0 +334;supply_node;3609.00;11.43;1128.00;5.77;0 +334;supply_node;3633.00;11.30;1109.00;2.43;0 334;synthetic_refinery;3567.00;9.70;1147.00;1.29;0 335;air_base;3689.00;13.53;1126.00;4.84;0 335;anti_air_building;3643.00;14.63;1136.00;1.38;0 @@ -14150,6 +20424,16 @@ 335;nuclear_reactor;3705.00;16.85;1142.00;1.29;0 335;radar_station;3611.00;12.75;1142.00;3.10;0 335;rocket_site;3710.00;15.80;1151.00;4.90;0 +335;supply_node;3626.00;13.95;1137.00;5.77;0 +335;supply_node;3635.00;14.12;1149.00;4.30;0 +335;supply_node;3655.00;13.40;1126.00;2.43;0 +335;supply_node;3668.00;15.48;1145.00;3.14;0 +335;supply_node;3685.00;12.60;1118.00;3.84;0 +335;supply_node;3693.00;14.12;1161.00;1.67;0 +335;supply_node;3698.00;16.48;1139.00;5.01;0 +335;supply_node;3715.00;11.75;1118.00;0.25;0 +335;supply_node;3723.00;12.48;1145.00;0.90;0 +335;supply_node;3749.00;12.45;1146.00;5.32;0 335;synthetic_refinery;3758.00;13.98;1154.00;4.40;0 336;air_base;3664.00;10.03;1088.00;3.88;0 336;anti_air_building;3722.00;11.53;1104.00;0.78;0 @@ -14169,6 +20453,9 @@ 336;coastal_bunker;3681.00;9.50;1093.00;-0.61;0 336;coastal_bunker;3703.00;9.50;1069.00;-1.25;0 336;dockyard;3684.00;9.50;1094.00;-0.61;0 +336;floating_harbor;3645.52;9.50;1078.62;-3.84;4959 +336;floating_harbor;3680.70;9.50;1086.47;-3.80;7982 +336;floating_harbor;3694.27;9.50;1074.08;-4.43;1889 336;industrial_complex;3654.00;11.90;1100.00;5.43;0 336;industrial_complex;3664.00;9.68;1086.00;2.17;0 336;industrial_complex;3687.00;9.88;1096.00;1.22;0 @@ -14181,6 +20468,10 @@ 336;nuclear_reactor;3721.00;12.40;1083.00;1.89;0 336;radar_station;3640.00;9.50;1090.00;5.28;0 336;rocket_site;3733.00;11.73;1092.00;0.68;0 +336;supply_node;3660.00;11.30;1096.00;5.01;0 +336;supply_node;3692.00;11.35;1101.00;1.67;0 +336;supply_node;3715.00;12.03;1080.00;5.77;0 +336;supply_node;3726.00;12.45;1096.00;2.43;0 336;synthetic_refinery;3710.00;10.85;1076.00;1.29;0 337;air_base;3673.00;13.20;1196.00;1.82;0 337;anti_air_building;3691.00;12.05;1206.00;0.34;0 @@ -14219,6 +20510,24 @@ 337;nuclear_reactor;3757.00;14.28;1234.00;0.35;0 337;radar_station;3668.00;13.60;1200.00;4.05;0 337;rocket_site;3728.00;10.20;1166.00;0.24;0 +337;supply_node;3674.00;13.25;1255.00;5.55;0 +337;supply_node;3681.00;11.35;1235.00;4.79;0 +337;supply_node;3681.00;12.80;1202.00;5.96;0 +337;supply_node;3689.00;14.38;1285.00;5.25;0 +337;supply_node;3699.00;12.68;1220.00;1.21;0 +337;supply_node;3700.00;12.05;1267.00;3.07;0 +337;supply_node;3702.00;12.07;1185.00;0.44;0 +337;supply_node;3705.00;11.48;1242.00;5.32;0 +337;supply_node;3714.00;12.53;1205.00;2.61;0 +337;supply_node;3721.00;13.23;1274.00;5.01;0 +337;supply_node;3722.00;12.43;1250.00;3.14;0 +337;supply_node;3723.00;10.95;1179.00;6.26;0 +337;supply_node;3731.00;15.28;1228.00;1.67;0 +337;supply_node;3740.00;14.25;1198.00;4.55;0 +337;supply_node;3740.00;14.30;1256.00;3.84;0 +337;supply_node;3741.00;11.88;1169.00;1.85;0 +337;supply_node;3748.00;16.60;1225.00;3.37;0 +337;supply_node;3753.00;13.53;1249.00;0.90;0 337;synthetic_refinery;3700.00;13.45;1285.00;4.56;0 338;air_base;3639.00;9.75;1037.00;3.79;0 338;anti_air_building;3632.00;9.80;1034.00;1.29;0 @@ -14239,6 +20548,10 @@ 338;coastal_bunker;3643.00;9.55;1039.00;-2.75;0 338;coastal_bunker;3662.00;9.60;1053.00;-2.30;0 338;dockyard;3647.00;9.50;1042.00;-2.75;0 +338;floating_harbor;3609.00;9.50;1085.00;-0.59;8051 +338;floating_harbor;3626.63;9.50;1047.86;0.20;8108 +338;floating_harbor;3646.79;9.50;1046.64;0.32;2048 +338;floating_harbor;3654.35;9.50;1056.23;0.73;7960 338;industrial_complex;3623.00;9.70;1037.00;4.84;0 338;industrial_complex;3631.00;9.75;1037.00;0.62;0 338;industrial_complex;3642.00;9.80;1035.00;1.22;0 @@ -14252,6 +20565,10 @@ 338;nuclear_reactor;3645.00;9.80;1032.00;4.56;0 338;radar_station;3592.00;9.50;1072.00;1.88;0 338;rocket_site;3640.00;9.80;1034.00;3.36;0 +338;supply_node;3603.00;9.70;1062.00;3.84;0 +338;supply_node;3630.00;9.80;1031.00;5.32;0 +338;supply_node;3653.00;9.80;1028.00;3.14;0 +338;supply_node;3667.00;9.80;1042.00;0.90;0 338;synthetic_refinery;3658.00;9.80;1031.00;3.96;0 339;air_base;3827.00;17.05;1215.00;1.73;0 339;anti_air_building;3766.00;11.90;1172.00;4.56;0 @@ -14287,6 +20604,21 @@ 339;nuclear_reactor;3835.00;15.80;1207.00;4.47;0 339;radar_station;3757.00;14.43;1141.00;0.71;0 339;rocket_site;3754.00;15.48;1212.00;0.35;0 +339;supply_node;3763.00;12.80;1180.00;4.55;0 +339;supply_node;3763.00;13.05;1209.00;4.02;0 +339;supply_node;3770.00;11.95;1230.00;0.44;0 +339;supply_node;3777.00;12.40;1142.00;5.25;0 +339;supply_node;3788.00;12.38;1205.00;5.55;0 +339;supply_node;3789.00;10.80;1160.00;3.84;0 +339;supply_node;3789.00;11.00;1183.00;3.07;0 +339;supply_node;3812.00;13.85;1207.00;6.26;0 +339;supply_node;3813.00;12.50;1150.00;3.37;0 +339;supply_node;3814.00;11.85;1184.00;1.21;0 +339;supply_node;3834.00;12.40;1152.00;5.96;0 +339;supply_node;3834.00;17.10;1212.00;5.32;0 +339;supply_node;3841.00;12.25;1175.00;2.61;0 +339;supply_node;3852.00;14.88;1194.00;4.79;0 +339;supply_node;3872.00;15.62;1176.00;1.85;0 339;synthetic_refinery;3805.00;11.25;1158.00;2.40;0 340;air_base;3894.00;13.18;1151.00;5.95;0 340;anti_air_building;3888.00;12.10;1140.00;1.29;0 @@ -14316,6 +20648,15 @@ 340;nuclear_reactor;3894.00;13.35;1153.00;4.56;0 340;radar_station;3836.00;14.38;1116.00;1.88;0 340;rocket_site;3875.00;11.93;1143.00;3.36;0 +340;supply_node;3851.00;14.62;1120.00;2.61;0 +340;supply_node;3853.00;14.65;1142.00;1.21;0 +340;supply_node;3869.00;15.43;1161.00;5.96;0 +340;supply_node;3875.00;11.85;1141.00;5.25;0 +340;supply_node;3879.00;10.57;1123.00;5.55;0 +340;supply_node;3892.00;12.95;1144.00;4.55;0 +340;supply_node;3894.00;14.48;1165.00;3.37;0 +340;supply_node;3906.00;11.03;1130.00;0.44;0 +340;supply_node;3909.00;13.75;1154.00;3.07;0 340;synthetic_refinery;3870.00;10.95;1119.00;3.96;0 341;air_base;3161.00;10.15;1666.00;0.18;0 341;anti_air_building;3158.00;9.70;1672.00;2.47;0 @@ -14349,6 +20690,12 @@ 341;coastal_bunker;3165.00;9.60;1675.00;-3.61;0 341;coastal_bunker;3174.00;9.53;1666.00;-2.94;0 341;dockyard;3135.00;9.50;1657.00;-1.77;0 +341;floating_harbor;3126.14;9.50;1655.37;1.37;9262 +341;floating_harbor;3132.40;9.50;1671.20;0.93;3319 +341;floating_harbor;3140.87;9.50;1683.26;0.46;3296 +341;floating_harbor;3161.13;9.50;1687.26;-0.46;6322 +341;floating_harbor;3171.60;9.50;1679.00;-0.54;3525 +341;floating_harbor;3176.00;9.50;1674.00;0.00;6222 341;industrial_complex;3148.00;9.88;1657.00;5.95;0 341;industrial_complex;3157.00;10.32;1657.00;3.89;0 341;industrial_complex;3166.00;10.18;1655.00;1.73;0 @@ -14364,8 +20711,32 @@ 341;nuclear_reactor;3156.00;9.70;1680.00;0.92;0 341;radar_station;3133.00;9.50;1649.00;3.07;0 341;rocket_site;3178.00;9.70;1664.00;3.08;0 +341;supply_node;3138.00;9.95;1653.00;0.68;0 +341;supply_node;3142.00;9.68;1664.00;2.61;0 +341;supply_node;3146.00;9.65;1673.00;5.96;0 +341;supply_node;3154.00;10.00;1657.00;6.20;0 +341;supply_node;3156.00;9.70;1677.00;4.79;0 +341;supply_node;3156.00;10.35;1665.00;0.44;0 +341;supply_node;3165.00;9.70;1668.00;5.55;0 +341;supply_node;3169.00;10.30;1656.00;6.26;0 +341;supply_node;3176.00;9.75;1661.00;1.85;0 +341;supply_node;3185.00;10.07;1655.00;1.21;0 +341;supply_node;3202.00;10.38;1652.00;3.37;0 +341;supply_node;3215.00;9.85;1642.00;1.39;0 +341;supply_node;3221.00;10.25;1645.00;5.25;0 +341;supply_node;3231.00;10.15;1643.00;4.02;0 +341;supply_node;3240.00;9.90;1649.00;2.16;0 341;synthetic_refinery;3176.00;10.10;1653.00;4.03;0 342;air_base;3170.00;9.70;1623.00;0.80;0 +342;anti_air_building;3146.00;10.35;1639.00;0.27;0 +342;anti_air_building;3163.00;10.25;1624.00;3.54;0 +342;anti_air_building;3166.00;10.23;1645.00;2.93;0 +342;arms_factory;3148.00;10.40;1639.00;5.98;0 +342;arms_factory;3151.00;10.40;1643.00;3.81;0 +342;arms_factory;3153.00;10.40;1648.00;4.42;0 +342;arms_factory;3154.00;10.40;1638.00;0.20;0 +342;arms_factory;3155.00;10.30;1632.00;2.26;0 +342;arms_factory;3161.00;10.28;1628.00;2.87;0 342;bunker;3141.00;10.20;1642.00;3.42;0 342;bunker;3147.00;9.95;1631.00;4.56;0 342;bunker;3150.00;10.40;1645.00;0.34;0 @@ -14378,10 +20749,27 @@ 342;bunker;3170.00;9.70;1625.00;1.29;0 342;coastal_bunker;3135.00;9.50;1646.00;-1.43;0 342;dockyard;3135.00;9.50;1646.00;-1.43;0 +342;floating_harbor;3127.07;9.50;1642.01;-4.57;6314 +342;industrial_complex;3140.00;10.10;1646.00;5.54;0 +342;industrial_complex;3159.00;10.30;1630.00;1.31;0 +342;industrial_complex;3163.00;10.35;1636.00;2.87;0 +342;industrial_complex;3168.00;9.78;1632.00;3.47;0 +342;industrial_complex;3171.00;9.80;1634.00;3.37;0 +342;industrial_complex;3173.00;9.70;1626.00;6.04;0 342;naval_base;3135.00;9.50;1643.00;-1.43;2256 342;nuclear_reactor;3162.00;9.95;1631.00;5.64;0 342;radar_station;3135.00;9.50;1640.00;0.43;0 342;rocket_site;3165.00;10.00;1622.00;2.27;0 +342;supply_node;3141.00;10.25;1644.00;3.56;0 +342;supply_node;3147.00;10.30;1635.00;4.97;0 +342;supply_node;3152.00;10.40;1648.00;4.33;0 +342;supply_node;3155.00;10.43;1639.00;1.63;0 +342;supply_node;3158.00;10.30;1629.00;1.39;0 +342;supply_node;3163.00;10.32;1646.00;0.93;0 +342;supply_node;3165.00;9.90;1620.00;5.74;0 +342;supply_node;3171.00;9.75;1628.00;0.21;0 +342;supply_node;3171.00;9.85;1635.00;2.09;0 +342;supply_node;3171.00;10.40;1644.00;2.80;0 342;synthetic_refinery;3162.00;10.05;1649.00;5.54;0 343;air_base;3081.00;9.78;1590.00;4.90;0 343;anti_air_building;3092.00;9.73;1588.00;5.07;0 @@ -14400,11 +20788,16 @@ 343;bunker;3093.00;10.23;1596.00;0.34;0 343;bunker;3110.00;9.65;1603.00;2.40;0 343;bunker;3119.00;9.68;1611.00;3.36;0 +343;bunker;3126.00;9.80;1603.00;4.00;0 343;coastal_bunker;3093.00;9.70;1615.00;-3.84;0 343;coastal_bunker;3101.00;9.60;1607.00;-4.12;0 343;coastal_bunker;3109.00;9.50;1607.00;-3.61;0 343;coastal_bunker;3115.00;9.57;1609.00;-2.36;0 343;dockyard;3095.00;9.55;1612.00;-3.84;0 +343;floating_harbor;3099.70;9.50;1615.79;-0.24;362 +343;floating_harbor;3099.95;9.50;1620.95;-0.79;9263 +343;floating_harbor;3109.05;9.50;1614.95;0.79;6402 +343;floating_harbor;3111.84;9.50;1614.40;-0.42;3380 343;industrial_complex;3084.00;9.80;1593.00;1.38;0 343;industrial_complex;3087.00;10.20;1595.00;5.95;0 343;industrial_complex;3091.00;10.40;1599.00;4.40;0 @@ -14412,12 +20805,20 @@ 343;industrial_complex;3099.00;9.70;1597.00;0.78;0 343;industrial_complex;3107.00;9.80;1598.00;0.18;0 343;naval_base;3093.00;9.60;1617.00;-3.84;2309 -343;naval_base;3109.00;9.50;1607.00;-3.61;2309 343;naval_base;3098.09;9.50;1609.23;-3.92;2309 +343;naval_base;3109.00;9.50;1607.00;-3.61;2309 343;naval_base;3111.00;9.50;1608.00;-2.36;2309 343;nuclear_reactor;3093.00;10.35;1602.00;4.02;0 343;radar_station;3078.00;9.70;1589.00;5.77;0 343;rocket_site;3100.00;9.80;1604.00;1.36;0 +343;supply_node;3083.00;9.80;1596.00;5.96;0 +343;supply_node;3089.00;10.53;1610.00;4.02;0 +343;supply_node;3092.00;10.12;1591.00;1.85;0 +343;supply_node;3093.00;10.30;1599.00;5.55;0 +343;supply_node;3100.00;9.70;1606.00;2.61;0 +343;supply_node;3105.00;9.80;1599.00;4.79;0 +343;supply_node;3117.00;9.65;1607.00;6.26;0 +343;supply_node;3125.00;9.80;1602.00;0.68;0 343;synthetic_refinery;3090.00;10.40;1603.00;1.96;0 344;air_base;3059.00;10.30;1562.00;2.25;0 344;anti_air_building;3055.00;9.85;1574.00;2.26;0 @@ -14434,6 +20835,7 @@ 344;bunker;3065.00;9.78;1584.00;5.27;0 344;bunker;3065.00;10.30;1568.00;0.24;0 344;bunker;3067.00;10.38;1559.00;4.47;0 +344;bunker;3068.00;9.80;1583.00;4.60;0 344;industrial_complex;3062.00;9.80;1585.00;5.87;0 344;industrial_complex;3062.00;10.03;1576.00;3.81;0 344;industrial_complex;3062.00;10.38;1570.00;0.54;0 @@ -14443,8 +20845,23 @@ 344;nuclear_reactor;3065.00;10.10;1564.00;0.10;0 344;radar_station;3055.00;10.25;1562.00;0.25;0 344;rocket_site;3067.00;9.70;1578.00;1.96;0 +344;supply_node;3058.00;10.32;1566.00;4.79;0 +344;supply_node;3062.00;9.75;1582.00;4.02;0 +344;supply_node;3063.00;10.10;1576.00;5.55;0 +344;supply_node;3065.00;10.30;1567.00;6.26;0 +344;supply_node;3068.00;10.40;1557.00;1.85;0 +344;supply_node;3069.00;9.80;1589.00;0.68;0 344;synthetic_refinery;3063.00;10.38;1564.00;4.72;0 345;air_base;3155.00;11.80;1504.00;2.21;0 +345;anti_air_building;3175.00;12.05;1503.00;3.56;0 +345;anti_air_building;3175.00;12.70;1497.00;0.89;0 +345;anti_air_building;3178.00;11.85;1501.00;3.05;0 +345;arms_factory;3164.00;12.38;1504.00;4.61;0 +345;arms_factory;3166.00;12.50;1502.00;0.38;0 +345;arms_factory;3167.00;11.80;1507.00;5.11;0 +345;arms_factory;3171.00;12.35;1494.00;0.99;0 +345;arms_factory;3178.00;12.63;1497.00;3.05;0 +345;arms_factory;3178.00;12.73;1495.00;2.95;0 345;bunker;3153.00;11.53;1504.00;1.82;0 345;bunker;3157.00;10.30;1520.00;4.84;0 345;bunker;3157.00;11.80;1508.00;5.58;0 @@ -14471,6 +20888,25 @@ 345;industrial_complex;3213.00;10.13;1503.00;4.37;0 345;nuclear_reactor;3193.00;13.53;1476.00;0.41;0 345;radar_station;3158.00;11.82;1500.00;3.83;0 +345;rocket_site;3183.00;11.95;1493.00;6.22;0 +345;supply_node;3150.00;11.48;1507.00;6.26;0 +345;supply_node;3154.00;10.55;1517.00;3.56;0 +345;supply_node;3159.00;11.82;1506.00;0.68;0 +345;supply_node;3163.00;9.80;1524.00;0.93;0 +345;supply_node;3168.00;10.38;1514.00;5.74;0 +345;supply_node;3168.00;12.30;1500.00;1.39;0 +345;supply_node;3177.00;12.75;1494.00;4.33;0 +345;supply_node;3178.00;11.05;1504.00;2.09;0 +345;supply_node;3182.00;10.03;1514.00;3.10;0 +345;supply_node;3186.00;11.78;1488.00;0.21;0 +345;supply_node;3189.00;10.25;1497.00;4.97;0 +345;supply_node;3192.00;9.90;1508.00;4.02;0 +345;supply_node;3194.00;12.40;1480.00;6.20;0 +345;supply_node;3199.00;10.35;1489.00;0.86;0 +345;supply_node;3199.00;10.40;1517.00;2.80;0 +345;supply_node;3200.00;9.68;1500.00;1.63;0 +345;supply_node;3208.00;10.90;1510.00;2.16;0 +345;supply_node;3211.00;10.03;1502.00;4.79;0 345;synthetic_refinery;3195.00;10.45;1519.00;4.63;0 346;air_base;3133.00;12.88;1507.00;1.29;0 346;anti_air_building;3112.00;10.25;1529.00;2.34;0 @@ -14500,6 +20936,15 @@ 346;nuclear_reactor;3133.00;12.70;1511.00;4.02;0 346;radar_station;3111.00;14.07;1509.00;5.77;0 346;rocket_site;3117.00;10.07;1529.00;0.18;0 +346;supply_node;3103.00;10.18;1532.00;2.16;0 +346;supply_node;3112.00;10.38;1531.00;1.39;0 +346;supply_node;3115.00;10.60;1522.00;4.33;0 +346;supply_node;3115.00;13.53;1512.00;2.09;0 +346;supply_node;3123.00;10.82;1529.00;0.21;0 +346;supply_node;3124.00;12.93;1507.00;4.02;0 +346;supply_node;3124.00;13.15;1516.00;3.56;0 +346;supply_node;3133.00;11.73;1519.00;0.68;0 +346;supply_node;3138.00;11.88;1509.00;6.20;0 346;synthetic_refinery;3132.00;12.90;1511.00;5.77;0 347;air_base;3126.00;10.15;1577.00;0.34;0 347;anti_air_building;3122.00;9.73;1569.00;3.35;0 @@ -14536,6 +20981,22 @@ 347;nuclear_reactor;3150.00;10.40;1583.00;3.17;0 347;radar_station;3147.00;9.80;1556.00;0.13;0 347;rocket_site;3145.00;9.85;1559.00;5.42;0 +347;supply_node;3119.00;9.80;1580.00;3.56;0 +347;supply_node;3119.00;9.88;1562.00;2.34;0 +347;supply_node;3120.00;9.70;1570.00;2.09;0 +347;supply_node;3120.00;9.90;1555.00;4.97;0 +347;supply_node;3120.00;10.00;1547.00;1.39;0 +347;supply_node;3128.00;10.05;1549.00;2.16;0 +347;supply_node;3129.00;10.25;1580.00;5.74;0 +347;supply_node;3131.00;9.80;1561.00;4.33;0 +347;supply_node;3132.00;9.80;1571.00;2.80;0 +347;supply_node;3136.00;9.82;1551.00;0.21;0 +347;supply_node;3139.00;9.80;1566.00;6.20;0 +347;supply_node;3139.00;10.38;1584.00;0.93;0 +347;supply_node;3142.00;10.28;1575.00;0.86;0 +347;supply_node;3143.00;9.80;1556.00;5.28;0 +347;supply_node;3150.00;10.40;1578.00;1.63;0 +347;supply_node;3154.00;10.40;1586.00;3.10;0 347;synthetic_refinery;3146.00;9.90;1559.00;4.12;0 348;air_base;3104.00;10.00;1554.00;4.56;0 348;anti_air_building;3083.00;10.45;1550.00;6.28;0 @@ -14562,13 +21023,32 @@ 348;nuclear_reactor;3099.00;9.98;1551.00;1.02;0 348;radar_station;3081.00;10.13;1549.00;6.00;0 348;rocket_site;3093.00;10.07;1552.00;0.60;0 +348;supply_node;3085.00;10.50;1550.00;2.80;0 +348;supply_node;3094.00;10.55;1549.00;3.56;0 +348;supply_node;3101.00;10.60;1540.00;4.33;0 +348;supply_node;3103.00;9.95;1558.00;1.39;0 +348;supply_node;3107.00;10.00;1545.00;0.21;0 +348;supply_node;3110.00;10.00;1553.00;2.09;0 348;synthetic_refinery;3100.00;10.20;1544.00;4.22;0 349;air_base;3256.00;9.80;1566.00;0.24;0 +349;anti_air_building;3234.00;10.70;1601.00;1.56;0 +349;anti_air_building;3243.00;10.70;1604.00;5.69;0 +349;anti_air_building;3261.00;9.80;1579.00;0.62;0 +349;arms_factory;3234.00;9.90;1614.00;6.22;0 +349;arms_factory;3247.00;9.90;1586.00;4.67;0 +349;arms_factory;3250.00;9.80;1567.00;0.55;0 +349;arms_factory;3251.00;9.90;1594.00;5.62;0 +349;arms_factory;3264.00;9.80;1576.00;1.50;0 +349;arms_factory;3274.00;9.80;1577.00;6.23;0 349;bunker;3221.00;10.50;1604.00;2.87;0 349;bunker;3226.00;10.15;1610.00;2.91;0 +349;bunker;3229.00;9.90;1611.00;3.12;0 349;bunker;3232.00;9.95;1588.00;4.97;0 349;bunker;3235.00;10.05;1597.00;5.07;0 +349;bunker;3237.00;10.00;1611.00;5.79;0 349;bunker;3245.00;9.90;1586.00;0.41;0 +349;bunker;3245.00;10.53;1606.00;5.28;0 +349;bunker;3248.00;9.90;1592.00;3.73;0 349;bunker;3251.00;9.80;1569.00;3.42;0 349;bunker;3257.00;9.80;1585.00;4.03;0 349;bunker;3260.00;9.80;1559.00;5.84;0 @@ -14576,13 +21056,50 @@ 349;bunker;3260.00;9.80;1584.00;1.36;0 349;bunker;3263.00;9.80;1561.00;3.08;0 349;bunker;3267.00;9.80;1572.00;2.47;0 +349;bunker;3274.00;9.80;1577.00;3.63;0 349;bunker;3275.00;9.80;1561.00;1.02;0 349;bunker;3281.00;9.80;1562.00;5.58;0 349;bunker;3286.00;9.80;1561.00;5.54;0 +349;industrial_complex;3249.00;9.90;1587.00;0.45;0 +349;industrial_complex;3249.00;9.90;1597.00;1.06;0 +349;industrial_complex;3260.00;9.80;1564.00;2.01;0 +349;industrial_complex;3262.00;9.80;1576.00;5.18;0 +349;industrial_complex;3264.00;9.80;1580.00;4.67;0 +349;industrial_complex;3285.00;9.80;1566.00;2.61;0 349;nuclear_reactor;3258.00;9.80;1588.00;2.63;0 +349;radar_station;3214.00;10.20;1597.00;0.20;0 349;rocket_site;3225.00;10.55;1608.00;1.43;0 +349;supply_node;3220.00;10.40;1596.00;2.65;0 +349;supply_node;3227.00;9.90;1615.00;1.63;0 +349;supply_node;3227.00;10.60;1605.00;3.56;0 +349;supply_node;3232.00;10.20;1592.00;4.82;0 +349;supply_node;3236.00;10.60;1600.00;2.58;0 +349;supply_node;3239.00;9.82;1584.00;0.93;0 +349;supply_node;3240.00;10.20;1610.00;0.86;0 +349;supply_node;3247.00;9.90;1595.00;2.09;0 +349;supply_node;3248.00;10.03;1605.00;0.21;0 +349;supply_node;3250.00;9.80;1571.00;2.80;0 +349;supply_node;3251.00;9.90;1587.00;4.97;0 +349;supply_node;3255.00;9.80;1555.00;1.93;0 +349;supply_node;3256.00;9.80;1577.00;5.74;0 +349;supply_node;3263.00;9.80;1560.00;3.10;0 +349;supply_node;3264.00;9.80;1581.00;5.28;0 +349;supply_node;3265.00;9.80;1568.00;2.34;0 +349;supply_node;3272.00;9.80;1576.00;1.17;0 +349;supply_node;3275.00;9.80;1564.00;4.51;0 +349;supply_node;3282.00;9.80;1556.00;0.40;0 +349;supply_node;3288.00;9.80;1562.00;3.34;0 349;synthetic_refinery;3257.00;9.80;1571.00;0.92;0 350;air_base;3178.00;9.80;1566.00;2.93;0 +350;anti_air_building;3185.00;9.80;1569.00;3.63;0 +350;anti_air_building;3187.00;9.80;1565.00;3.73;0 +350;anti_air_building;3242.00;9.80;1553.00;1.56;0 +350;arms_factory;3170.00;9.88;1556.00;6.23;0 +350;arms_factory;3175.00;9.80;1565.00;5.62;0 +350;arms_factory;3177.00;9.80;1558.00;0.55;0 +350;arms_factory;3180.00;9.80;1557.00;0.45;0 +350;arms_factory;3241.00;9.90;1549.00;4.67;0 +350;arms_factory;3242.00;9.80;1555.00;2.61;0 350;bunker;3169.00;9.80;1565.00;4.97;0 350;bunker;3171.00;9.90;1551.00;3.95;0 350;bunker;3180.00;9.80;1567.00;3.08;0 @@ -14590,13 +21107,36 @@ 350;bunker;3187.00;9.80;1562.00;4.63;0 350;bunker;3197.00;9.80;1561.00;1.96;0 350;bunker;3201.00;10.35;1552.00;3.84;0 +350;bunker;3209.00;10.40;1567.00;5.23;0 350;bunker;3211.00;10.40;1562.00;2.03;0 350;bunker;3215.00;10.35;1552.00;3.23;0 350;bunker;3220.00;10.25;1555.00;4.44;0 350;bunker;3222.00;9.90;1551.00;1.17;0 +350;bunker;3230.00;9.80;1562.00;2.57;0 +350;bunker;3239.00;9.80;1551.00;5.79;0 +350;industrial_complex;3173.00;9.90;1554.00;5.28;0 +350;industrial_complex;3177.00;9.85;1556.00;1.06;0 +350;industrial_complex;3179.00;9.80;1570.00;2.01;0 +350;industrial_complex;3187.00;9.80;1566.00;4.67;0 +350;industrial_complex;3237.00;9.80;1554.00;3.12;0 +350;industrial_complex;3237.00;9.88;1548.00;5.18;0 350;nuclear_reactor;3216.00;10.40;1565.00;4.61;0 350;radar_station;3165.00;9.90;1553.00;2.05;0 350;rocket_site;3204.00;10.35;1565.00;5.61;0 +350;supply_node;3170.00;9.90;1555.00;4.51;0 +350;supply_node;3175.00;9.80;1562.00;0.93;0 +350;supply_node;3180.00;9.93;1551.00;2.34;0 +350;supply_node;3187.00;9.80;1559.00;2.65;0 +350;supply_node;3187.00;9.80;1568.00;5.74;0 +350;supply_node;3199.00;9.88;1560.00;0.86;0 +350;supply_node;3206.00;10.50;1550.00;4.97;0 +350;supply_node;3211.00;10.40;1560.00;2.80;0 +350;supply_node;3212.00;10.40;1569.00;3.10;0 +350;supply_node;3215.00;10.38;1548.00;1.17;0 +350;supply_node;3223.00;9.80;1564.00;1.63;0 +350;supply_node;3227.00;9.80;1550.00;0.21;0 +350;supply_node;3227.00;9.80;1557.00;5.28;0 +350;supply_node;3240.00;9.80;1552.00;1.93;0 350;synthetic_refinery;3219.00;10.03;1548.00;0.28;0 351;air_base;3289.00;10.23;1628.00;5.98;0 351;anti_air_building;3289.00;9.90;1618.00;2.27;0 @@ -14611,6 +21151,7 @@ 351;bunker;3291.00;9.98;1625.00;3.83;0 351;bunker;3293.00;10.00;1610.00;2.29;0 351;bunker;3294.00;9.95;1621.00;3.23;0 +351;bunker;3295.00;9.90;1637.00;6.23;0 351;bunker;3296.00;10.05;1578.00;1.25;0 351;bunker;3297.00;9.90;1603.00;3.85;0 351;bunker;3298.00;9.90;1567.00;0.75;0 @@ -14644,6 +21185,34 @@ 351;nuclear_reactor;3317.00;10.60;1622.00;1.93;0 351;radar_station;3287.00;10.00;1615.00;3.28;0 351;rocket_site;3318.00;10.70;1629.00;0.72;0 +351;supply_node;3290.00;9.90;1636.00;0.86;0 +351;supply_node;3292.00;10.00;1626.00;5.77;0 +351;supply_node;3293.00;9.98;1616.00;2.12;0 +351;supply_node;3295.00;9.80;1564.00;4.75;0 +351;supply_node;3300.00;9.95;1631.00;0.40;0 +351;supply_node;3300.00;10.00;1609.00;5.74;0 +351;supply_node;3300.00;10.35;1573.00;5.05;0 +351;supply_node;3302.00;9.90;1602.00;6.23;0 +351;supply_node;3303.00;10.07;1638.00;5.47;0 +351;supply_node;3303.00;10.25;1624.00;4.51;0 +351;supply_node;3305.00;10.40;1562.00;2.88;0 +351;supply_node;3306.00;10.00;1616.00;4.97;0 +351;supply_node;3308.00;9.80;1582.00;3.52;0 +351;supply_node;3308.00;9.90;1596.00;1.17;0 +351;supply_node;3309.00;10.43;1573.00;1.35;0 +351;supply_node;3311.00;10.50;1607.00;1.93;0 +351;supply_node;3314.00;10.60;1622.00;3.34;0 +351;supply_node;3315.00;10.65;1630.00;4.05;0 +351;supply_node;3316.00;9.80;1565.00;1.63;0 +351;supply_node;3316.00;9.90;1577.00;2.34;0 +351;supply_node;3316.00;9.90;1591.00;0.93;0 +351;supply_node;3316.00;10.60;1638.00;0.70;0 +351;supply_node;3318.00;9.98;1600.00;4.29;0 +351;supply_node;3319.00;10.60;1613.00;2.65;0 +351;supply_node;3323.00;9.90;1582.00;5.28;0 +351;supply_node;3324.00;9.90;1569.00;3.10;0 +351;supply_node;3332.00;9.82;1574.00;4.82;0 +351;supply_node;3333.00;9.90;1583.00;2.58;0 351;synthetic_refinery;3306.00;9.98;1633.00;0.21;0 352;air_base;3273.00;9.90;1600.00;1.25;0 352;anti_air_building;3268.00;9.80;1633.00;4.52;0 @@ -14662,6 +21231,7 @@ 352;bunker;3271.00;9.80;1632.00;0.92;0 352;bunker;3273.00;9.85;1622.00;1.36;0 352;bunker;3273.00;9.90;1600.00;4.10;0 +352;bunker;3275.00;9.80;1588.00;2.01;0 352;bunker;3277.00;9.82;1630.00;5.72;0 352;bunker;3277.00;9.90;1597.00;1.09;0 352;bunker;3280.00;10.00;1608.00;3.59;0 @@ -14673,7 +21243,20 @@ 352;industrial_complex;3275.00;9.80;1628.00;0.75;0 352;industrial_complex;3280.00;10.25;1630.00;3.41;0 352;nuclear_reactor;3273.00;9.80;1632.00;2.97;0 +352;radar_station;3255.00;9.90;1595.00;2.19;0 352;rocket_site;3286.00;10.03;1625.00;0.30;0 +352;supply_node;3259.00;9.90;1603.00;3.34;0 +352;supply_node;3262.00;9.82;1592.00;5.28;0 +352;supply_node;3263.00;9.80;1633.00;2.34;0 +352;supply_node;3266.00;9.90;1617.00;1.93;0 +352;supply_node;3268.00;9.90;1598.00;1.63;0 +352;supply_node;3269.00;9.80;1627.00;1.17;0 +352;supply_node;3271.00;9.93;1608.00;3.10;0 +352;supply_node;3274.00;9.80;1586.00;0.86;0 +352;supply_node;3276.00;9.90;1597.00;4.51;0 +352;supply_node;3278.00;10.20;1633.00;4.97;0 +352;supply_node;3280.00;9.80;1624.00;0.40;0 +352;supply_node;3283.00;10.00;1615.00;2.65;0 352;synthetic_refinery;3272.00;9.90;1602.00;6.08;0 353;air_base;3278.00;9.90;1520.00;1.99;0 353;anti_air_building;3303.00;9.85;1511.00;4.05;0 @@ -14693,6 +21276,7 @@ 353;bunker;3302.00;9.80;1528.00;2.77;0 353;bunker;3304.00;9.80;1515.00;3.66;0 353;bunker;3308.00;9.80;1524.00;2.34;0 +353;bunker;3309.00;9.80;1532.00;5.18;0 353;bunker;3311.00;9.80;1516.00;2.10;0 353;bunker;3316.00;9.80;1536.00;3.14;0 353;bunker;3316.00;9.82;1505.00;4.03;0 @@ -14724,6 +21308,37 @@ 353;nuclear_reactor;3317.00;9.80;1517.00;6.12;0 353;radar_station;3275.00;9.95;1521.00;0.12;0 353;rocket_site;3312.00;9.90;1503.00;3.46;0 +353;supply_node;3279.00;9.90;1521.00;4.51;0 +353;supply_node;3283.00;9.82;1532.00;0.86;0 +353;supply_node;3288.00;9.80;1525.00;3.07;0 +353;supply_node;3296.00;9.80;1516.00;3.52;0 +353;supply_node;3297.00;9.80;1530.00;0.70;0 +353;supply_node;3298.00;9.80;1522.00;2.65;0 +353;supply_node;3304.00;9.80;1512.00;0.13;0 +353;supply_node;3307.00;9.80;1532.00;0.89;0 +353;supply_node;3311.00;9.80;1525.00;5.05;0 +353;supply_node;3311.00;9.90;1504.00;4.29;0 +353;supply_node;3313.00;9.80;1518.00;4.05;0 +353;supply_node;3317.00;9.78;1508.00;5.77;0 +353;supply_node;3318.00;9.80;1531.00;1.66;0 +353;supply_node;3323.00;9.80;1520.00;5.47;0 +353;supply_node;3323.00;9.90;1500.00;4.75;0 +353;supply_node;3325.00;9.80;1539.00;1.35;0 +353;supply_node;3327.00;9.80;1511.00;1.17;0 +353;supply_node;3327.00;9.80;1529.00;3.10;0 +353;supply_node;3335.00;9.80;1496.00;6.23;0 +353;supply_node;3335.00;9.80;1520.00;2.12;0 +353;supply_node;3335.00;9.80;1537.00;1.93;0 +353;supply_node;3336.00;9.82;1508.00;3.83;0 +353;supply_node;3338.00;9.80;1530.00;5.70;0 +353;supply_node;3345.00;9.88;1503.00;5.28;0 +353;supply_node;3346.00;9.80;1523.00;0.40;0 +353;supply_node;3346.00;9.95;1514.00;2.58;0 +353;supply_node;3353.00;9.73;1505.00;2.88;0 +353;supply_node;3354.00;9.80;1525.00;2.34;0 +353;supply_node;3359.00;9.80;1514.00;0.18;0 +353;supply_node;3361.00;9.80;1499.00;3.34;0 +353;supply_node;3369.00;9.80;1503.00;4.82;0 353;synthetic_refinery;3318.00;9.80;1532.00;5.01;0 354;air_base;3229.00;10.30;1519.00;6.06;0 354;anti_air_building;3200.00;10.13;1541.00;3.91;0 @@ -14744,6 +21359,8 @@ 354;bunker;3223.00;10.00;1542.00;4.70;0 354;bunker;3224.00;10.20;1520.00;1.02;0 354;bunker;3228.00;10.00;1536.00;0.92;0 +354;bunker;3235.00;10.00;1537.00;3.63;0 +354;bunker;3237.00;9.95;1544.00;3.73;0 354;industrial_complex;3208.00;10.15;1525.00;0.13;0 354;industrial_complex;3219.00;10.32;1513.00;1.34;0 354;industrial_complex;3220.00;10.00;1536.00;3.39;0 @@ -14753,6 +21370,17 @@ 354;nuclear_reactor;3227.00;10.10;1528.00;0.30;0 354;radar_station;3194.00;9.90;1527.00;5.10;0 354;rocket_site;3222.00;10.30;1514.00;3.91;0 +354;supply_node;3197.00;10.10;1532.00;5.28;0 +354;supply_node;3205.00;10.10;1527.00;1.93;0 +354;supply_node;3205.00;10.18;1539.00;2.34;0 +354;supply_node;3211.00;10.90;1520.00;4.82;0 +354;supply_node;3216.00;10.10;1534.00;2.65;0 +354;supply_node;3220.00;10.30;1513.00;0.40;0 +354;supply_node;3224.00;10.00;1529.00;4.05;0 +354;supply_node;3227.00;9.90;1542.00;3.34;0 +354;supply_node;3229.00;10.30;1519.00;1.17;0 +354;supply_node;3235.00;10.10;1531.00;4.51;0 +354;supply_node;3239.00;10.00;1540.00;2.58;0 354;synthetic_refinery;3202.00;10.00;1536.00;5.97;0 355;air_base;3019.00;9.88;1595.00;0.40;0 355;anti_air_building;3006.00;9.70;1604.00;0.92;0 @@ -14771,6 +21399,9 @@ 355;coastal_bunker;3023.00;9.95;1594.00;-4.12;0 355;coastal_bunker;3025.00;9.65;1600.00;-4.39;0 355;dockyard;3014.00;9.68;1603.00;-4.39;0 +355;floating_harbor;3017.95;9.50;1614.95;-0.79;9388 +355;floating_harbor;3019.00;9.50;1610.00;0.26;349 +355;floating_harbor;3029.73;9.50;1602.92;-1.29;3340 355;industrial_complex;3012.00;9.70;1602.00;5.58;0 355;industrial_complex;3012.00;9.70;1604.00;4.02;0 355;industrial_complex;3014.00;9.70;1601.00;1.36;0 @@ -14783,6 +21414,9 @@ 355;nuclear_reactor;3013.00;9.70;1596.00;2.03;0 355;radar_station;3002.00;9.70;1605.00;4.78;0 355;rocket_site;3006.00;9.70;1605.00;5.65;0 +355;supply_node;3010.00;9.65;1607.00;1.17;0 +355;supply_node;3016.00;9.70;1599.00;4.51;0 +355;supply_node;3020.00;10.23;1593.00;1.93;0 355;synthetic_refinery;3012.00;9.70;1597.00;1.43;0 356;air_base;2679.00;11.43;1353.00;4.63;0 356;anti_air_building;2671.00;9.68;1351.00;2.03;0 @@ -14804,6 +21438,8 @@ 356;coastal_bunker;2668.00;9.50;1355.00;-1.25;0 356;coastal_bunker;2670.00;9.50;1347.00;-1.57;0 356;dockyard;2669.00;9.50;1353.00;-1.25;0 +356;floating_harbor;2661.14;9.50;1353.63;-4.51;11673 +356;floating_harbor;2662.00;9.50;1347.00;1.57;9817 356;industrial_complex;2673.00;10.45;1356.00;0.40;0 356;industrial_complex;2674.00;10.07;1353.00;3.52;0 356;industrial_complex;2681.00;12.82;1354.00;1.36;0 @@ -14815,6 +21451,13 @@ 356;nuclear_reactor;2697.00;11.00;1347.00;0.48;0 356;radar_station;2670.00;9.50;1346.00;2.15;0 356;rocket_site;2672.00;9.90;1355.00;4.10;0 +356;supply_node;2673.00;10.45;1356.00;4.05;0 +356;supply_node;2675.00;9.90;1347.00;2.58;0 +356;supply_node;2684.00;14.00;1354.00;3.34;0 +356;supply_node;2685.00;12.28;1348.00;1.17;0 +356;supply_node;2694.00;11.40;1347.00;4.82;0 +356;supply_node;2697.00;12.38;1356.00;0.40;0 +356;supply_node;2703.00;11.68;1350.00;2.65;0 356;synthetic_refinery;2684.00;13.57;1353.00;4.70;0 357;air_base;2684.00;12.65;1342.00;4.03;0 357;anti_air_building;2660.00;9.53;1301.00;3.65;0 @@ -14850,6 +21493,11 @@ 357;coastal_bunker;2668.00;9.50;1325.00;-0.98;0 357;coastal_bunker;2671.00;9.50;1342.00;-1.89;0 357;dockyard;2666.00;9.50;1303.00;-0.24;0 +357;floating_harbor;2657.74;9.50;1319.13;1.11;3861 +357;floating_harbor;2658.79;9.50;1294.36;-3.46;11805 +357;floating_harbor;2659.74;9.50;1293.87;-4.25;970 +357;floating_harbor;2661.18;9.50;1320.12;-4.12;799 +357;floating_harbor;2664.18;9.50;1342.88;0.98;6924 357;industrial_complex;2660.00;9.55;1305.00;1.36;0 357;industrial_complex;2670.00;9.60;1332.00;2.47;0 357;industrial_complex;2672.00;9.93;1330.00;4.02;0 @@ -14864,6 +21512,24 @@ 357;nuclear_reactor;2673.00;10.28;1328.00;3.66;0 357;radar_station;2658.00;9.50;1300.00;6.03;0 357;rocket_site;2679.00;10.30;1316.00;2.10;0 +357;supply_node;2662.00;9.70;1304.00;0.18;0 +357;supply_node;2666.00;9.70;1315.00;2.88;0 +357;supply_node;2668.00;9.70;1298.00;4.75;0 +357;supply_node;2670.00;9.75;1326.00;0.40;0 +357;supply_node;2671.00;9.88;1312.00;4.05;0 +357;supply_node;2673.00;9.70;1304.00;3.52;0 +357;supply_node;2673.00;9.98;1337.00;1.35;0 +357;supply_node;2675.00;10.48;1323.00;6.23;0 +357;supply_node;2678.00;9.95;1310.00;3.34;0 +357;supply_node;2680.00;12.53;1334.00;5.77;0 +357;supply_node;2681.00;10.75;1318.00;1.66;0 +357;supply_node;2684.00;12.82;1341.00;2.58;0 +357;supply_node;2686.00;11.50;1324.00;4.29;0 +357;supply_node;2687.00;10.38;1311.00;5.47;0 +357;supply_node;2687.00;13.35;1332.00;5.05;0 +357;supply_node;2693.00;11.10;1322.00;2.12;0 +357;supply_node;2693.00;12.45;1340.00;4.82;0 +357;supply_node;2695.00;13.30;1332.00;0.70;0 357;synthetic_refinery;2672.00;10.20;1319.00;1.60;0 358;air_base;2685.00;10.10;1304.00;3.08;0 358;anti_air_building;2679.00;9.80;1305.00;0.04;0 @@ -14892,6 +21558,10 @@ 358;coastal_bunker;2674.00;9.50;1270.00;-1.25;0 358;coastal_bunker;2687.00;9.50;1271.00;0.46;0 358;dockyard;2688.00;9.50;1271.00;0.46;0 +358;floating_harbor;2662.36;9.50;1293.21;1.25;980 +358;floating_harbor;2663.18;9.50;1286.88;0.98;3866 +358;floating_harbor;2663.74;9.50;1267.87;-4.25;3790 +358;floating_harbor;2690.95;9.50;1264.05;-2.36;6880 358;industrial_complex;2673.00;9.70;1278.00;2.88;0 358;industrial_complex;2673.00;9.70;1288.00;0.21;0 358;industrial_complex;2677.00;9.90;1282.00;3.23;0 @@ -14905,16 +21575,36 @@ 358;nuclear_reactor;2690.00;10.53;1287.00;0.72;0 358;radar_station;2666.00;9.50;1269.00;4.10;0 358;rocket_site;2677.00;9.88;1283.00;4.77;0 +358;supply_node;2672.00;9.70;1272.00;2.58;0 +358;supply_node;2672.00;9.70;1281.00;0.70;0 +358;supply_node;2672.00;9.70;1290.00;4.82;0 +358;supply_node;2678.00;9.98;1297.00;4.29;0 +358;supply_node;2680.00;9.80;1288.00;5.47;0 +358;supply_node;2681.00;10.10;1279.00;5.05;0 +358;supply_node;2683.00;9.82;1272.00;6.23;0 +358;supply_node;2683.00;9.98;1303.00;2.12;0 +358;supply_node;2686.00;10.05;1295.00;4.05;0 +358;supply_node;2687.00;10.38;1284.00;2.88;0 +358;supply_node;2691.00;10.60;1303.00;4.75;0 +358;supply_node;2692.00;10.07;1290.00;1.35;0 358;synthetic_refinery;2686.00;10.05;1277.00;5.37;0 359;air_base;3946.00;9.93;962.00;1.02;0 359;anti_air_building;3943.00;10.38;966.00;0.48;0 359;anti_air_building;3946.00;9.70;961.00;6.26;0 359;anti_air_building;3950.00;9.73;956.00;4.10;0 +359;arms_factory;3942.00;9.82;973.00;5.32;0 +359;arms_factory;3942.00;10.00;971.00;2.05;0 +359;arms_factory;3947.00;9.60;951.00;6.27;0 +359;arms_factory;3951.00;12.93;968.00;3.25;0 +359;arms_factory;3954.00;15.45;972.00;1.19;0 +359;arms_factory;3957.00;15.43;971.00;3.25;0 359;bunker;3948.00;9.70;958.00;1.43;0 359;bunker;3950.00;10.18;964.00;0.92;0 359;coastal_bunker;3941.00;9.50;972.00;-1.57;0 359;coastal_bunker;3942.00;9.50;959.00;-1.77;0 359;dockyard;3944.00;9.50;956.00;-1.77;0 +359;floating_harbor;3933.00;9.50;969.00;1.57;7013 +359;floating_harbor;3937.21;9.50;956.70;1.33;1349 359;industrial_complex;3942.00;9.88;966.00;0.92;0 359;industrial_complex;3943.00;10.70;968.00;0.41;0 359;industrial_complex;3944.00;10.05;963.00;2.47;0 @@ -14923,8 +21613,11 @@ 359;industrial_complex;3951.00;14.25;971.00;4.63;0 359;naval_base;3941.00;9.50;972.00;-1.57;2394 359;naval_base;3942.00;9.50;961.00;-1.77;2394 +359;nuclear_reactor;3942.00;10.28;969.00;1.10;0 359;radar_station;3943.00;9.50;949.00;0.97;0 359;rocket_site;3949.00;9.65;959.00;1.09;0 +359;supply_node;3948.00;9.70;954.00;0.70;0 +359;supply_node;3948.00;12.57;969.00;4.75;0 359;synthetic_refinery;3949.00;9.70;953.00;3.14;0 360;air_base;4059.00;9.70;791.00;2.98;0 360;anti_air_building;4059.00;9.70;793.00;5.65;0 @@ -14939,6 +21632,7 @@ 360;bunker;4068.00;9.73;787.00;0.92;0 360;coastal_bunker;4056.00;9.50;800.00;-2.60;0 360;dockyard;4065.00;9.50;797.00;-2.60;0 +360;floating_harbor;4061.00;9.50;800.00;-0.54;10201 360;industrial_complex;4059.00;9.68;797.00;1.02;0 360;industrial_complex;4060.00;9.70;786.00;3.08;0 360;industrial_complex;4060.00;9.80;784.00;4.03;0 @@ -14949,6 +21643,7 @@ 360;nuclear_reactor;4059.00;9.70;793.00;0.48;0 360;radar_station;4050.00;9.50;791.00;2.15;0 360;rocket_site;4060.00;9.68;791.00;4.10;0 +360;supply_node;4060.00;9.65;790.00;4.75;0 360;synthetic_refinery;4058.00;9.55;796.00;4.70;0 361;air_base;4405.00;9.95;683.00;0.92;0 361;anti_air_building;4403.00;9.68;682.00;4.70;0 @@ -14963,6 +21658,7 @@ 361;bunker;4403.00;10.20;686.00;1.43;0 361;coastal_bunker;4401.00;9.50;682.00;-0.46;0 361;dockyard;4407.00;9.50;678.00;-0.46;0 +361;floating_harbor;4401.40;9.50;672.50;-3.52;7427 361;industrial_complex;4403.00;10.20;686.00;1.02;0 361;industrial_complex;4404.00;9.73;682.00;5.64;0 361;industrial_complex;4404.00;10.40;688.00;5.14;0 @@ -14973,6 +21669,7 @@ 361;nuclear_reactor;4410.00;10.30;688.00;6.16;0 361;radar_station;4401.00;9.50;681.00;1.38;0 361;rocket_site;4410.00;10.30;687.00;3.14;0 +361;supply_node;4406.00;10.18;684.00;2.88;0 361;synthetic_refinery;4408.00;10.25;684.00;4.10;0 362;air_base;4770.00;11.55;510.00;1.43;0 362;anti_air_building;4763.00;10.82;509.00;2.10;0 @@ -14995,6 +21692,11 @@ 362;coastal_bunker;4779.00;9.53;508.00;0.32;0 362;coastal_bunker;4781.00;9.50;509.00;-1.57;0 362;dockyard;4802.00;9.50;519.00;-1.57;0 +362;floating_harbor;4744.00;9.50;509.00;0.00;12206 +362;floating_harbor;4773.13;9.50;497.74;-2.68;12190 +362;floating_harbor;4780.88;9.50;501.18;-2.55;1326 +362;floating_harbor;4789.00;9.50;508.00;-1.31;13001 +362;floating_harbor;4789.00;9.50;508.00;-2.68;12178 362;industrial_complex;4760.00;10.18;510.00;1.02;0 362;industrial_complex;4768.00;11.40;510.00;5.64;0 362;industrial_complex;4772.00;11.50;511.00;3.59;0 @@ -15009,6 +21711,11 @@ 362;nuclear_reactor;4779.00;9.68;514.00;5.37;0 362;radar_station;4738.00;9.57;497.00;1.92;0 362;rocket_site;4765.00;11.23;510.00;4.17;0 +362;supply_node;4744.00;11.30;499.00;4.29;0 +362;supply_node;4761.00;10.45;506.00;5.77;0 +362;supply_node;4768.00;11.45;508.00;1.35;0 +362;supply_node;4775.00;10.82;510.00;2.12;0 +362;supply_node;4787.00;10.55;514.00;5.05;0 362;synthetic_refinery;4786.00;10.53;513.00;3.66;0 363;air_base;2720.00;10.13;1243.00;5.65;0 363;anti_air_building;2715.00;9.70;1244.00;6.16;0 @@ -15023,6 +21730,7 @@ 363;bunker;2719.00;9.98;1243.00;4.70;0 363;coastal_bunker;2713.00;9.50;1244.00;-3.46;0 363;dockyard;2712.00;9.50;1241.00;-3.46;0 +363;floating_harbor;2695.00;9.50;1225.00;-3.87;9945 363;industrial_complex;2716.00;9.70;1243.00;5.64;0 363;industrial_complex;2718.00;9.70;1244.00;3.59;0 363;industrial_complex;2719.00;10.45;1241.00;1.43;0 @@ -15033,6 +21741,7 @@ 363;nuclear_reactor;2715.00;9.98;1239.00;4.61;0 363;radar_station;2712.00;9.50;1240.00;0.21;0 363;rocket_site;2717.00;9.75;1243.00;1.59;0 +363;supply_node;2717.00;9.80;1242.00;1.35;0 363;synthetic_refinery;2715.00;9.70;1241.00;1.09;0 364;air_base;2543.00;9.70;1191.00;4.70;0 364;anti_air_building;2539.00;9.60;1191.00;1.09;0 @@ -15047,6 +21756,7 @@ 364;bunker;2541.00;9.55;1190.00;4.10;0 364;coastal_bunker;2545.00;9.53;1190.00;1.57;0 364;dockyard;2546.00;9.50;1192.00;1.57;0 +364;floating_harbor;2532.00;9.50;1191.00;1.57;3118 364;industrial_complex;2537.00;9.53;1192.00;1.43;0 364;industrial_complex;2537.00;9.53;1192.00;3.59;0 364;industrial_complex;2538.00;9.53;1191.00;2.63;0 @@ -15057,6 +21767,7 @@ 364;nuclear_reactor;2544.00;9.55;1190.00;3.65;0 364;radar_station;2536.00;9.50;1191.00;5.73;0 364;rocket_site;2543.00;9.55;1190.00;5.81;0 +364;supply_node;2540.00;9.68;1191.00;5.77;0 364;synthetic_refinery;2538.00;9.68;1193.00;1.59;0 365;air_base;1591.00;11.25;1570.00;4.10;0 365;anti_air_building;1568.00;10.60;1557.00;0.34;0 @@ -15119,6 +21830,13 @@ 365;coastal_bunker;1651.00;9.55;1546.00;1.57;0 365;coastal_bunker;1652.00;9.50;1560.00;0.98;0 365;dockyard;1633.00;9.50;1541.00;-1.25;0 +365;floating_harbor;1636.00;9.50;1519.00;-3.14;11740 +365;floating_harbor;1647.00;9.50;1506.00;-2.63;11900 +365;floating_harbor;1647.00;9.50;1506.00;-2.71;6845 +365;floating_harbor;1648.88;9.50;1526.18;-2.55;9864 +365;floating_harbor;1654.64;9.50;1553.21;-1.25;11782 +365;floating_harbor;1658.00;9.50;1543.00;-1.57;9801 +365;floating_harbor;1693.00;9.50;1552.00;-1.68;6882 365;industrial_complex;1557.00;11.10;1577.00;4.70;0 365;industrial_complex;1577.00;11.30;1578.00;5.65;0 365;industrial_complex;1607.00;9.95;1565.00;2.03;0 @@ -15135,6 +21853,49 @@ 365;nuclear_reactor;1616.00;12.68;1562.00;3.01;0 365;radar_station;1550.00;10.25;1538.00;5.72;0 365;rocket_site;1616.00;13.18;1568.00;1.80;0 +365;supply_node;1553.00;10.40;1545.00;0.43;0 +365;supply_node;1554.00;10.57;1578.00;6.00;0 +365;supply_node;1555.00;10.40;1567.00;2.54;0 +365;supply_node;1557.00;10.50;1557.00;5.20;0 +365;supply_node;1563.00;10.82;1541.00;3.56;0 +365;supply_node;1565.00;10.78;1549.00;4.51;0 +365;supply_node;1565.00;11.03;1575.00;2.08;0 +365;supply_node;1566.00;11.00;1566.00;5.42;0 +365;supply_node;1569.00;10.60;1558.00;3.83;0 +365;supply_node;1575.00;11.10;1576.00;1.62;0 +365;supply_node;1576.00;11.82;1551.00;2.61;0 +365;supply_node;1577.00;11.20;1541.00;3.79;0 +365;supply_node;1578.00;11.40;1567.00;1.84;0 +365;supply_node;1580.00;12.75;1558.00;5.92;0 +365;supply_node;1587.00;11.40;1576.00;3.49;0 +365;supply_node;1588.00;10.15;1541.00;0.85;0 +365;supply_node;1588.00;10.43;1549.00;5.70;0 +365;supply_node;1588.00;11.35;1568.00;0.18;0 +365;supply_node;1591.00;11.15;1560.00;3.25;0 +365;supply_node;1598.00;10.10;1552.00;4.25;0 +365;supply_node;1599.00;12.00;1543.00;1.13;0 +365;supply_node;1601.00;9.75;1559.00;2.84;0 +365;supply_node;1601.00;10.48;1568.00;0.40;0 +365;supply_node;1605.00;10.75;1576.00;5.24;0 +365;supply_node;1608.00;10.00;1540.00;1.66;0 +365;supply_node;1610.00;11.80;1552.00;3.03;0 +365;supply_node;1613.00;11.65;1565.00;0.89;0 +365;supply_node;1618.00;9.80;1541.00;4.47;0 +365;supply_node;1618.00;11.98;1576.00;3.07;0 +365;supply_node;1620.00;12.55;1560.00;5.73;0 +365;supply_node;1621.00;9.90;1549.00;0.67;0 +365;supply_node;1627.00;12.32;1573.00;4.78;0 +365;supply_node;1629.00;10.07;1556.00;2.26;0 +365;supply_node;1630.00;9.68;1544.00;4.01;0 +365;supply_node;1632.00;10.57;1566.00;0.13;0 +365;supply_node;1635.00;9.70;1538.00;4.44;0 +365;supply_node;1636.00;9.55;1529.00;5.66;0 +365;supply_node;1636.00;9.93;1555.00;0.36;0 +365;supply_node;1640.00;10.05;1562.00;2.30;0 +365;supply_node;1642.00;9.70;1549.00;0.09;0 +365;supply_node;1643.00;9.70;1535.00;4.96;0 +365;supply_node;1646.00;9.70;1543.00;1.31;0 +365;supply_node;1646.00;9.75;1558.00;6.19;0 365;synthetic_refinery;1642.00;10.03;1560.00;2.41;0 366;air_base;2763.00;9.88;753.00;3.14;0 366;anti_air_building;2721.00;9.68;734.00;3.66;0 @@ -15153,6 +21914,9 @@ 366;coastal_bunker;2767.00;9.50;729.00;0.15;0 366;coastal_bunker;2805.00;9.53;740.00;0.38;0 366;dockyard;2738.00;9.53;736.00;-0.64;0 +366;floating_harbor;2730.29;9.50;726.06;-3.70;10803 +366;floating_harbor;2777.57;9.50;721.18;-2.91;12742 +366;floating_harbor;2803.84;9.50;730.60;-2.72;10862 366;industrial_complex;2743.00;9.70;741.00;0.48;0 366;industrial_complex;2751.00;9.70;735.00;2.03;0 366;industrial_complex;2767.00;10.48;747.00;5.65;0 @@ -15165,6 +21929,9 @@ 366;nuclear_reactor;2754.00;9.80;747.00;4.77;0 366;radar_station;2713.00;9.50;730.00;1.16;0 366;rocket_site;2743.00;9.70;747.00;2.10;0 +366;supply_node;2739.00;9.68;740.00;5.70;0 +366;supply_node;2773.00;9.85;741.00;3.83;0 +366;supply_node;2797.00;9.88;746.00;0.89;0 366;synthetic_refinery;2769.00;9.95;740.00;4.17;0 367;air_base;3034.00;14.60;467.00;1.09;0 367;anti_air_building;3027.00;9.93;479.00;4.17;0 @@ -15183,6 +21950,9 @@ 367;coastal_bunker;3013.00;9.50;520.00;-1.57;0 367;coastal_bunker;3021.00;9.50;480.00;-1.62;0 367;dockyard;3011.00;9.53;506.00;-1.57;0 +367;floating_harbor;3005.01;9.50;512.44;1.51;8248 +367;floating_harbor;3009.03;9.50;486.66;1.48;5158 +367;floating_harbor;3011.12;9.50;460.82;0.59;12958 367;industrial_complex;3003.00;9.63;433.00;6.16;0 367;industrial_complex;3005.00;9.95;436.00;3.14;0 367;industrial_complex;3008.00;10.73;439.00;0.48;0 @@ -15195,6 +21965,9 @@ 367;nuclear_reactor;3039.00;11.32;516.00;3.82;0 367;radar_station;3001.00;9.57;427.00;0.40;0 367;rocket_site;3048.00;12.53;488.00;1.15;0 +367;supply_node;3021.00;12.48;446.00;3.07;0 +367;supply_node;3028.00;10.05;511.00;0.13;0 +367;supply_node;3037.00;12.25;484.00;3.83;0 367;synthetic_refinery;3030.00;11.88;475.00;2.10;0 368;air_base;2942.00;9.55;706.00;1.59;0 368;anti_air_building;2942.00;9.55;707.00;3.66;0 @@ -15215,6 +21988,10 @@ 368;coastal_bunker;2910.00;9.55;655.00;-0.46;0 368;coastal_bunker;2945.00;9.50;709.00;-1.57;0 368;dockyard;2941.00;9.50;702.00;-1.57;0 +368;floating_harbor;2575.00;9.50;572.00;-1.57;13013 +368;floating_harbor;2725.13;9.50;386.74;-2.68;13016 +368;floating_harbor;2906.00;9.50;682.00;0.10;13015 +368;floating_harbor;2949.00;9.50;705.00;-1.57;1903 368;industrial_complex;2909.00;9.57;653.00;3.14;0 368;industrial_complex;2940.00;9.55;703.00;1.09;0 368;industrial_complex;2940.00;9.55;703.00;6.16;0 @@ -15228,6 +22005,9 @@ 368;nuclear_reactor;2942.00;9.60;705.00;1.15;0 368;radar_station;2907.00;9.50;653.00;4.10;0 368;rocket_site;2941.00;9.60;703.00;4.77;0 +368;supply_node;2567.00;9.60;572.00;6.00;0 +368;supply_node;2721.00;9.70;395.00;2.30;0 +368;supply_node;2941.00;9.50;705.00;3.07;0 368;synthetic_refinery;2939.00;9.50;703.00;5.37;0 369;air_base;4711.00;10.80;629.00;3.65;0 369;anti_air_building;4698.00;9.73;604.00;0.78;0 @@ -15266,6 +22046,19 @@ 369;coastal_bunker;4719.00;9.98;586.00;0.63;0 369;coastal_bunker;4725.00;9.50;637.00;-3.39;0 369;dockyard;4713.00;9.50;637.00;-2.94;0 +369;floating_harbor;4664.50;9.50;635.60;1.19;12358 +369;floating_harbor;4674.30;9.50;657.79;0.24;1098 +369;floating_harbor;4689.36;9.50;591.79;-4.39;10450 +369;floating_harbor;4692.37;9.50;600.14;-2.94;7336 +369;floating_harbor;4692.37;9.50;634.86;-0.20;1518 +369;floating_harbor;4693.95;9.50;654.05;-2.36;4307 +369;floating_harbor;4694.63;9.50;676.86;0.20;4262 +369;floating_harbor;4704.79;9.50;570.36;-3.46;12444 +369;floating_harbor;4708.20;9.50;620.60;-0.64;4537 +369;floating_harbor;4710.00;9.50;643.00;0.00;1505 +369;floating_harbor;4715.15;9.50;605.90;-0.17;4564 +369;floating_harbor;4723.00;9.57;637.00;-0.90;1484 +369;floating_harbor;4726.70;9.50;643.79;-0.24;4493 369;industrial_complex;4689.00;12.30;621.00;1.59;0 369;industrial_complex;4692.00;9.78;662.00;5.81;0 369;industrial_complex;4703.00;10.73;608.00;5.21;0 @@ -15288,6 +22081,18 @@ 369;nuclear_reactor;4714.00;10.40;585.00;3.46;0 369;radar_station;4668.00;9.50;626.00;0.66;0 369;rocket_site;4709.00;10.57;592.00;1.89;0 +369;supply_node;4676.00;11.85;631.00;4.01;0 +369;supply_node;4677.00;9.57;647.00;2.30;0 +369;supply_node;4687.00;9.60;661.00;2.61;0 +369;supply_node;4690.00;11.12;612.00;4.78;0 +369;supply_node;4690.00;12.12;623.00;4.47;0 +369;supply_node;4697.00;12.90;665.00;1.13;0 +369;supply_node;4699.00;12.05;595.00;2.54;0 +369;supply_node;4701.00;10.78;611.00;0.36;0 +369;supply_node;4701.00;11.35;626.00;5.24;0 +369;supply_node;4708.00;10.38;580.00;0.67;0 +369;supply_node;4710.00;11.30;631.00;0.43;0 +369;supply_node;4713.00;9.55;593.00;1.84;0 369;synthetic_refinery;4709.00;11.00;597.00;2.85;0 370;air_base;3440.00;9.70;623.00;1.60;0 370;anti_air_building;3406.00;11.70;589.00;4.77;0 @@ -15304,6 +22109,8 @@ 370;coastal_bunker;3428.00;9.50;593.00;0.37;0 370;coastal_bunker;3446.00;9.50;618.00;0.50;0 370;dockyard;3448.00;9.50;619.00;0.50;0 +370;floating_harbor;3425.51;9.50;577.47;-2.77;5210 +370;floating_harbor;3448.60;9.50;609.00;-2.60;10976 370;industrial_complex;3419.00;10.07;586.00;5.81;0 370;industrial_complex;3423.00;10.23;604.00;0.04;0 370;industrial_complex;3424.00;9.93;603.00;3.65;0 @@ -15315,6 +22122,8 @@ 370;nuclear_reactor;3424.00;9.98;591.00;3.72;0 370;radar_station;3398.00;12.53;588.00;4.05;0 370;rocket_site;3406.00;11.68;591.00;5.88;0 +370;supply_node;3418.00;11.90;597.00;0.43;0 +370;supply_node;3439.00;9.70;625.00;4.47;0 370;synthetic_refinery;3437.00;9.85;618.00;0.55;0 371;air_base;3243.00;13.40;457.00;2.10;0 371;anti_air_building;3221.00;13.10;421.00;4.40;0 @@ -15344,6 +22153,7 @@ 371;bunker;3322.00;13.10;498.00;4.84;0 371;bunker;3332.00;10.98;450.00;5.35;0 371;bunker;3333.00;12.55;515.00;5.95;0 +371;bunker;3336.00;9.88;456.00;2.36;0 371;bunker;3343.00;10.88;392.00;2.10;0 371;bunker;3343.00;12.70;607.00;5.37;0 371;bunker;3343.00;13.00;552.00;1.23;0 @@ -15368,8 +22178,51 @@ 371;nuclear_reactor;3363.00;14.18;607.00;2.85;0 371;radar_station;3149.00;12.80;390.00;4.78;0 371;rocket_site;3271.00;12.70;476.00;5.01;0 +371;supply_node;3160.00;12.80;404.00;3.49;0 +371;supply_node;3187.00;13.03;410.00;2.61;0 +371;supply_node;3213.00;13.15;446.00;2.26;0 +371;supply_node;3221.00;12.90;381.00;3.56;0 +371;supply_node;3244.00;12.93;408.00;2.84;0 +371;supply_node;3248.00;13.10;461.00;1.13;0 +371;supply_node;3255.00;12.23;536.00;5.20;0 +371;supply_node;3259.00;13.23;428.00;4.51;0 +371;supply_node;3267.00;12.70;476.00;4.96;0 +371;supply_node;3291.00;12.25;573.00;1.31;0 +371;supply_node;3293.00;11.65;546.00;4.78;0 +371;supply_node;3293.00;12.68;609.00;3.25;0 +371;supply_node;3293.00;13.62;452.00;5.66;0 +371;supply_node;3296.00;13.20;493.00;0.36;0 +371;supply_node;3309.00;11.75;439.00;5.42;0 +371;supply_node;3317.00;11.82;518.00;0.09;0 +371;supply_node;3318.00;11.07;406.00;5.92;0 +371;supply_node;3322.00;12.98;588.00;0.85;0 +371;supply_node;3332.00;12.10;434.00;5.50;0 +371;supply_node;3333.00;11.35;473.00;1.80;0 +371;supply_node;3334.00;13.15;549.00;6.19;0 +371;supply_node;3343.00;12.50;610.00;3.03;0 +371;supply_node;3354.00;11.05;405.00;0.40;0 +371;supply_node;3357.00;11.43;483.00;1.62;0 +371;supply_node;3362.00;12.32;558.00;4.44;0 +371;supply_node;3366.00;13.80;516.00;2.57;0 +371;supply_node;3367.00;12.35;595.00;4.01;0 +371;supply_node;3371.00;11.70;448.00;3.79;0 +371;supply_node;3375.00;11.20;392.00;2.54;0 +371;supply_node;3385.00;11.00;419.00;1.84;0 +371;supply_node;3385.00;12.45;576.00;2.08;0 +371;supply_node;3388.00;12.32;542.00;5.73;0 +371;supply_node;3391.00;11.15;482.00;4.25;0 +371;supply_node;3405.00;10.90;436.00;0.67;0 371;synthetic_refinery;3321.00;13.18;583.00;0.78;0 372;air_base;3487.00;9.80;1188.00;1.77;0 +372;anti_air_building;3490.00;9.78;1187.00;1.40;0 +372;anti_air_building;3504.00;10.18;1202.00;4.67;0 +372;anti_air_building;3507.00;10.13;1195.00;5.52;0 +372;arms_factory;3490.00;9.90;1181.00;0.28;0 +372;arms_factory;3493.00;9.70;1192.00;2.95;0 +372;arms_factory;3495.00;9.85;1202.00;0.79;0 +372;arms_factory;3501.00;9.90;1170.00;3.90;0 +372;arms_factory;3511.00;9.70;1184.00;0.89;0 +372;arms_factory;3545.00;9.70;1173.00;4.51;0 372;bunker;3487.00;9.70;1201.00;3.32;0 372;bunker;3492.00;9.80;1186.00;3.23;0 372;bunker;3501.00;10.00;1196.00;0.21;0 @@ -15379,9 +22232,24 @@ 372;bunker;3523.00;9.70;1165.00;4.44;0 372;bunker;3529.00;9.70;1186.00;5.99;0 372;bunker;3541.00;9.70;1179.00;3.97;0 +372;industrial_complex;3468.00;10.45;1193.00;0.89;0 +372;industrial_complex;3477.00;10.03;1199.00;5.01;0 +372;industrial_complex;3512.00;9.88;1190.00;3.46;0 +372;industrial_complex;3516.00;10.10;1205.00;4.06;0 +372;industrial_complex;3526.00;9.70;1173.00;1.39;0 +372;industrial_complex;3542.00;9.70;1182.00;5.62;0 372;nuclear_reactor;3521.00;10.03;1202.00;3.63;0 372;radar_station;3496.00;9.93;1202.00;4.26;0 372;rocket_site;3503.00;10.18;1204.00;3.52;0 +372;supply_node;3476.00;10.15;1195.00;6.19;0 +372;supply_node;3495.00;9.82;1179.00;0.67;0 +372;supply_node;3496.00;9.80;1199.00;3.25;0 +372;supply_node;3504.00;10.18;1202.00;4.78;0 +372;supply_node;3510.00;9.70;1183.00;4.01;0 +372;supply_node;3519.00;9.70;1169.00;1.84;0 +372;supply_node;3519.00;10.10;1197.00;2.84;0 +372;supply_node;3529.00;9.70;1178.00;2.54;0 +372;supply_node;3543.00;9.70;1177.00;0.36;0 372;synthetic_refinery;3508.00;10.18;1197.00;3.02;0 373;air_base;3424.00;10.43;413.00;5.37;0 373;anti_air_building;3400.00;10.63;396.00;2.27;0 @@ -15402,6 +22270,10 @@ 373;coastal_bunker;3436.00;9.57;471.00;1.49;0 373;coastal_bunker;3439.00;9.60;420.00;0.98;0 373;dockyard;3439.00;9.55;426.00;-3.65;0 +373;floating_harbor;3391.66;9.50;357.88;-2.20;12971 +373;floating_harbor;3421.12;9.50;374.34;-2.51;5164 +373;floating_harbor;3443.98;9.50;456.46;-1.65;2202 +373;floating_harbor;3445.26;9.50;406.87;-2.03;2123 373;industrial_complex;3406.00;11.10;408.00;5.72;0 373;industrial_complex;3416.00;10.30;402.00;0.04;0 373;industrial_complex;3416.00;10.40;449.00;4.17;0 @@ -15415,6 +22287,10 @@ 373;nuclear_reactor;3430.00;10.28;426.00;2.17;0 373;radar_station;3393.00;9.93;381.00;4.29;0 373;rocket_site;3402.00;10.82;401.00;4.34;0 +373;supply_node;3375.00;9.80;370.00;0.67;0 +373;supply_node;3409.00;10.10;391.00;4.01;0 +373;supply_node;3424.00;10.25;458.00;2.54;0 +373;supply_node;3429.00;10.30;415.00;4.78;0 373;synthetic_refinery;3431.00;10.03;432.00;0.11;0 374;air_base;4376.00;9.78;749.00;4.77;0 374;anti_air_building;4383.00;10.20;715.00;0.18;0 @@ -15444,6 +22320,13 @@ 374;coastal_bunker;4387.00;9.50;696.00;-1.11;0 374;coastal_bunker;4396.00;9.50;686.00;-0.38;0 374;dockyard;4388.00;9.50;692.00;-1.11;0 +374;floating_harbor;4363.36;9.50;743.79;-4.39;12144 +374;floating_harbor;4366.50;9.50;725.40;-4.33;7342 +374;floating_harbor;4366.50;9.50;735.40;-4.33;1291 +374;floating_harbor;4368.36;9.50;714.79;-4.39;12215 +374;floating_harbor;4375.18;9.50;702.12;-4.12;1376 +374;floating_harbor;4377.00;9.50;695.00;1.09;4412 +374;floating_harbor;4380.74;9.50;689.87;-4.25;10297 374;industrial_complex;4372.00;9.57;746.00;2.10;0 374;industrial_complex;4378.00;10.20;736.00;5.37;0 374;industrial_complex;4382.00;10.15;717.00;0.04;0 @@ -15460,8 +22343,21 @@ 374;nuclear_reactor;4389.00;10.90;737.00;4.91;0 374;radar_station;4370.00;9.50;732.00;0.36;0 374;rocket_site;4380.00;10.95;730.00;0.78;0 +374;supply_node;4373.00;9.70;747.00;1.31;0 +374;supply_node;4378.00;9.70;718.00;4.25;0 +374;supply_node;4378.00;9.93;740.00;4.01;0 +374;supply_node;4378.00;10.23;730.00;2.08;0 +374;supply_node;4384.00;9.88;708.00;3.25;0 +374;supply_node;4386.00;11.40;721.00;0.67;0 +374;supply_node;4390.00;12.18;732.00;6.19;0 +374;supply_node;4391.00;9.70;695.00;3.56;0 +374;supply_node;4393.00;11.05;709.00;2.84;0 +374;supply_node;4398.00;10.07;689.00;5.42;0 374;synthetic_refinery;4378.00;9.95;743.00;1.73;0 375;air_base;3133.02;9.70;1615.82;3.82;0 +375;anti_air_building;3137.42;9.70;1616.25;0.44;0 +375;anti_air_building;3154.00;10.30;1622.00;4.56;0 +375;anti_air_building;3156.00;9.80;1603.00;4.05;0 375;arms_factory;3125.00;9.68;1617.00;2.10;0 375;arms_factory;3125.00;9.68;1617.00;3.66;0 375;arms_factory;3153.00;10.45;1594.00;3.65;0 @@ -15471,6 +22367,7 @@ 375;bunker;3128.00;9.60;1616.00;2.17;0 375;bunker;3143.00;9.70;1612.00;5.28;0 375;bunker;3143.00;9.80;1604.00;2.27;0 +375;bunker;3145.00;9.73;1627.00;3.45;0 375;bunker;3146.00;9.70;1623.00;1.06;0 375;bunker;3151.00;10.40;1593.00;0.11;0 375;bunker;3154.00;9.85;1606.00;4.34;0 @@ -15478,11 +22375,33 @@ 375;bunker;3157.00;9.93;1618.00;1.67;0 375;coastal_bunker;3124.50;9.70;1615.71;-1.77;0 375;coastal_bunker;3134.77;9.50;1620.61;-3.12;0 +375;dockyard;3120.75;9.60;1612.57;-1.97;0 +375;floating_harbor;3134.23;9.50;1622.88;1.40;6332 +375;industrial_complex;3127.00;9.60;1613.00;0.78;0 +375;industrial_complex;3141.00;9.70;1617.00;0.88;0 +375;industrial_complex;3144.00;9.70;1617.00;5.00;0 +375;industrial_complex;3151.00;9.78;1617.00;1.38;0 +375;industrial_complex;3154.00;9.82;1605.00;4.05;0 +375;industrial_complex;3159.00;9.73;1618.00;2.94;0 375;naval_base;3122.66;9.70;1616.33;-1.17;2309 375;naval_base;3137.00;9.50;1624.00;-1.82;2256 375;nuclear_reactor;3126.00;9.65;1612.00;0.18;0 +375;radar_station;3142.00;9.70;1614.00;0.13;0 375;rocket_site;3131.53;9.70;1611.52;2.34;0 +375;supply_node;3126.00;9.65;1612.00;1.31;0 +375;supply_node;3137.00;9.70;1612.00;5.42;0 +375;supply_node;3140.00;9.60;1622.00;2.84;0 +375;supply_node;3142.00;9.62;1631.00;2.08;0 +375;supply_node;3144.00;9.80;1603.00;3.25;0 +375;supply_node;3152.00;10.43;1596.00;3.49;0 +375;supply_node;3153.00;9.80;1603.00;4.25;0 +375;supply_node;3153.00;9.80;1612.00;3.56;0 +375;supply_node;3154.00;10.12;1619.00;6.19;0 375;synthetic_refinery;3151.00;9.80;1603.00;4.39;0 +376;air_base;3123.00;9.90;1590.00;5.49;0 +376;anti_air_building;3116.00;9.80;1603.00;3.33;0 +376;anti_air_building;3117.00;9.85;1598.00;4.54;0 +376;anti_air_building;3139.00;10.10;1599.00;2.38;0 376;arms_factory;3120.00;9.80;1597.00;5.72;0 376;arms_factory;3127.00;10.15;1598.00;2.10;0 376;arms_factory;3127.00;10.15;1598.00;3.66;0 @@ -15494,9 +22413,21 @@ 376;bunker;3130.00;10.40;1598.00;5.88;0 376;bunker;3135.00;10.35;1601.00;4.33;0 376;bunker;3139.00;10.35;1593.00;1.67;0 +376;industrial_complex;3113.00;9.85;1595.00;6.09;0 +376;industrial_complex;3119.00;9.80;1598.00;3.42;0 +376;industrial_complex;3121.00;9.90;1595.00;0.76;0 +376;industrial_complex;3137.00;10.40;1595.00;3.93;0 +376;industrial_complex;3140.00;10.23;1595.00;2.81;0 +376;industrial_complex;3142.00;10.40;1592.00;4.03;0 376;nuclear_reactor;3119.00;9.80;1600.00;1.22;0 376;radar_station;3106.00;9.80;1594.00;3.52;0 376;rocket_site;3118.00;9.80;1600.00;4.84;0 +376;supply_node;3113.00;9.80;1597.00;2.84;0 +376;supply_node;3121.00;9.90;1591.00;2.08;0 +376;supply_node;3129.00;10.23;1593.00;5.42;0 +376;supply_node;3135.00;10.35;1601.00;1.31;0 +376;supply_node;3140.00;10.35;1592.00;3.56;0 +376;synthetic_refinery;3116.00;9.90;1594.00;3.93;0 377;air_base;1794.00;9.75;1668.00;3.72;0 377;anti_air_building;1775.00;9.78;1653.00;1.22;0 377;anti_air_building;1780.00;9.80;1658.00;0.62;0 @@ -15514,6 +22445,9 @@ 377;coastal_bunker;1779.00;9.50;1643.00;0.17;0 377;coastal_bunker;1796.00;9.53;1657.00;0.32;0 377;dockyard;1782.00;9.50;1645.00;0.17;0 +377;floating_harbor;1770.88;9.50;1636.18;-2.55;4342 +377;floating_harbor;1783.00;9.70;1624.00;-3.57;1424 +377;floating_harbor;1785.21;9.50;1639.36;-2.82;4285 377;industrial_complex;1753.00;9.75;1652.00;3.82;0 377;industrial_complex;1770.00;9.65;1648.00;4.77;0 377;industrial_complex;1776.00;9.68;1651.00;1.15;0 @@ -15526,6 +22460,9 @@ 377;nuclear_reactor;1773.00;9.80;1652.00;5.35;0 377;radar_station;1753.00;9.70;1644.00;1.58;0 377;rocket_site;1780.00;9.68;1646.00;1.23;0 +377;supply_node;1763.00;9.70;1648.00;1.31;0 +377;supply_node;1781.00;9.75;1652.00;3.56;0 +377;supply_node;1795.00;9.68;1661.00;2.08;0 377;synthetic_refinery;1793.00;9.80;1663.00;1.83;0 378;air_base;3391.00;9.80;1507.00;1.67;0 378;anti_air_building;3430.00;9.80;1503.00;6.06;0 @@ -15620,6 +22557,7 @@ 378;bunker;3506.00;10.00;1541.00;5.88;0 378;coastal_bunker;3414.00;9.50;1463.00;0.00;0 378;dockyard;3417.00;9.50;1463.00;0.00;0 +378;floating_harbor;3378.00;9.50;1440.00;-4.19;9430 378;industrial_complex;3386.00;9.80;1505.00;5.86;0 378;industrial_complex;3410.00;10.25;1492.00;3.19;0 378;industrial_complex;3424.00;9.80;1504.00;1.12;0 @@ -15629,6 +22567,88 @@ 378;naval_base;3414.00;9.50;1463.00;0.00;8282 378;nuclear_reactor;3484.00;9.93;1506.00;0.39;0 378;radar_station;3442.00;9.80;1502.00;1.84;0 +378;rocket_site;3499.00;9.80;1527.00;2.87;0 +378;supply_node;3381.00;9.80;1507.00;4.47;0 +378;supply_node;3390.00;9.80;1502.00;0.55;0 +378;supply_node;3393.00;9.80;1510.00;3.97;0 +378;supply_node;3395.00;9.88;1495.00;6.22;0 +378;supply_node;3399.00;9.85;1519.00;2.34;0 +378;supply_node;3402.00;10.40;1501.00;3.67;0 +378;supply_node;3405.00;10.15;1509.00;0.40;0 +378;supply_node;3407.00;10.00;1485.00;3.06;0 +378;supply_node;3409.00;9.85;1522.00;3.49;0 +378;supply_node;3410.00;10.35;1493.00;0.82;0 +378;supply_node;3411.00;9.80;1515.00;5.87;0 +378;supply_node;3414.00;9.80;1477.00;1.77;0 +378;supply_node;3415.00;10.00;1499.00;3.03;0 +378;supply_node;3416.00;9.70;1467.00;2.53;0 +378;supply_node;3417.00;9.80;1507.00;5.84;0 +378;supply_node;3419.00;10.00;1483.00;4.71;0 +378;supply_node;3419.00;10.05;1521.00;5.50;0 +378;supply_node;3420.00;10.50;1529.00;2.95;0 +378;supply_node;3421.00;10.05;1492.00;3.94;0 +378;supply_node;3423.00;10.05;1537.00;1.34;0 +378;supply_node;3424.00;9.80;1511.00;0.17;0 +378;supply_node;3426.00;9.80;1500.00;5.20;0 +378;supply_node;3427.00;9.70;1472.00;3.02;0 +378;supply_node;3427.00;10.43;1520.00;0.85;0 +378;supply_node;3429.00;10.00;1489.00;5.42;0 +378;supply_node;3431.00;10.10;1530.00;3.79;0 +378;supply_node;3433.00;9.80;1478.00;0.78;0 +378;supply_node;3435.00;9.80;1495.00;6.15;0 +378;supply_node;3435.00;9.90;1539.00;2.99;0 +378;supply_node;3436.00;10.15;1510.00;3.29;0 +378;supply_node;3436.00;10.50;1521.00;1.58;0 +378;supply_node;3437.00;9.70;1468.00;4.89;0 +378;supply_node;3437.00;9.80;1503.00;2.04;0 +378;supply_node;3438.00;10.00;1483.00;5.20;0 +378;supply_node;3442.00;9.80;1528.00;3.98;0 +378;supply_node;3443.00;9.80;1493.00;4.43;0 +378;supply_node;3445.00;10.32;1518.00;4.25;0 +378;supply_node;3446.00;9.90;1543.00;5.69;0 +378;supply_node;3447.00;9.90;1504.00;2.71;0 +378;supply_node;3448.00;9.85;1535.00;4.24;0 +378;supply_node;3448.00;10.40;1478.00;4.96;0 +378;supply_node;3449.00;9.80;1469.00;5.73;0 +378;supply_node;3449.00;9.95;1486.00;5.66;0 +378;supply_node;3453.00;10.43;1510.00;2.57;0 +378;supply_node;3454.00;9.80;1493.00;5.23;0 +378;supply_node;3454.00;9.80;1527.00;3.75;0 +378;supply_node;3456.00;9.90;1542.00;3.52;0 +378;supply_node;3456.00;10.50;1517.00;6.18;0 +378;supply_node;3457.00;10.28;1501.00;3.71;0 +378;supply_node;3458.00;9.80;1482.00;0.85;0 +378;supply_node;3460.00;9.80;1533.00;1.80;0 +378;supply_node;3462.00;9.70;1471.00;1.80;0 +378;supply_node;3465.00;9.80;1491.00;1.31;0 +378;supply_node;3466.00;9.80;1519.00;2.26;0 +378;supply_node;3466.00;9.90;1526.00;2.07;0 +378;supply_node;3466.00;10.00;1541.00;0.36;0 +378;supply_node;3466.00;10.12;1502.00;3.48;0 +378;supply_node;3466.00;10.32;1511.00;3.21;0 +378;supply_node;3468.00;9.73;1479.00;4.74;0 +378;supply_node;3472.00;9.80;1533.00;2.26;0 +378;supply_node;3473.00;10.03;1498.00;0.32;0 +378;supply_node;3475.00;9.80;1543.00;5.65;0 +378;supply_node;3475.00;9.95;1508.00;4.93;0 +378;supply_node;3476.00;9.93;1486.00;0.63;0 +378;supply_node;3477.00;9.80;1520.00;1.62;0 +378;supply_node;3478.00;10.25;1493.00;4.51;0 +378;supply_node;3482.00;9.80;1538.00;0.13;0 +378;supply_node;3483.00;9.85;1511.00;5.92;0 +378;supply_node;3485.00;9.80;1530.00;4.28;0 +378;supply_node;3485.00;9.88;1499.00;2.49;0 +378;supply_node;3486.00;9.73;1521.00;1.08;0 +378;supply_node;3487.00;9.80;1545.00;1.31;0 +378;supply_node;3491.00;10.20;1493.00;6.11;0 +378;supply_node;3492.00;10.30;1511.00;4.01;0 +378;supply_node;3493.00;10.32;1503.00;2.76;0 +378;supply_node;3495.00;9.80;1525.00;0.09;0 +378;supply_node;3495.00;9.85;1540.00;1.73;0 +378;supply_node;3497.00;9.80;1517.00;1.55;0 +378;supply_node;3499.00;9.80;1533.00;1.12;0 +378;supply_node;3505.00;9.85;1526.00;2.11;0 +378;supply_node;3507.00;10.00;1538.00;4.44;0 378;synthetic_refinery;3393.00;9.80;1501.00;5.42;0 379;air_base;3336.00;9.90;1542.00;1.06;0 379;anti_air_building;3361.00;10.40;1540.00;2.14;0 @@ -15710,6 +22730,67 @@ 379;nuclear_reactor;3370.00;10.05;1541.00;2.10;0 379;radar_station;3323.00;9.80;1546.00;4.40;0 379;rocket_site;3368.00;10.03;1585.00;2.72;0 +379;supply_node;3326.00;9.80;1550.00;1.77;0 +379;supply_node;3330.00;9.80;1558.00;0.40;0 +379;supply_node;3333.00;9.80;1564.00;4.96;0 +379;supply_node;3333.00;9.82;1544.00;1.58;0 +379;supply_node;3335.00;9.80;1551.00;5.65;0 +379;supply_node;3340.00;10.28;1571.00;5.92;0 +379;supply_node;3341.00;10.30;1558.00;4.28;0 +379;supply_node;3344.00;10.43;1543.00;5.87;0 +379;supply_node;3346.00;10.50;1552.00;6.15;0 +379;supply_node;3346.00;10.60;1566.00;3.52;0 +379;supply_node;3349.00;9.95;1534.00;3.98;0 +379;supply_node;3349.00;10.35;1578.00;0.17;0 +379;supply_node;3353.00;10.05;1568.00;2.04;0 +379;supply_node;3353.00;10.50;1548.00;5.20;0 +379;supply_node;3354.00;10.50;1558.00;1.34;0 +379;supply_node;3356.00;10.00;1541.00;2.71;0 +379;supply_node;3359.00;10.00;1578.00;4.47;0 +379;supply_node;3362.00;9.90;1527.00;5.69;0 +379;supply_node;3362.00;10.00;1538.00;4.93;0 +379;supply_node;3362.00;10.60;1555.00;3.75;0 +379;supply_node;3363.00;9.95;1564.00;5.23;0 +379;supply_node;3365.00;10.10;1574.00;2.99;0 +379;supply_node;3366.00;10.50;1548.00;2.11;0 +379;supply_node;3367.00;9.80;1515.00;0.09;0 +379;supply_node;3367.00;10.05;1584.00;1.12;0 +379;supply_node;3371.00;9.90;1532.00;6.22;0 +379;supply_node;3371.00;10.00;1566.00;6.11;0 +379;supply_node;3372.00;9.90;1523.00;3.71;0 +379;supply_node;3372.00;10.00;1540.00;2.26;0 +379;supply_node;3373.00;10.00;1556.00;5.42;0 +379;supply_node;3374.00;10.03;1576.00;4.24;0 +379;supply_node;3375.00;9.90;1514.00;4.01;0 +379;supply_node;3377.00;10.00;1588.00;3.94;0 +379;supply_node;3380.00;10.03;1542.00;0.82;0 +379;supply_node;3381.00;9.90;1525.00;2.34;0 +379;supply_node;3381.00;9.98;1560.00;2.07;0 +379;supply_node;3381.00;10.00;1534.00;3.29;0 +379;supply_node;3381.00;10.07;1568.00;1.31;0 +379;supply_node;3381.00;10.60;1550.00;3.03;0 +379;supply_node;3382.00;10.03;1577.00;6.18;0 +379;supply_node;3385.00;9.80;1516.00;4.74;0 +379;supply_node;3386.00;10.10;1586.00;3.49;0 +379;supply_node;3390.00;9.90;1538.00;3.06;0 +379;supply_node;3390.00;10.03;1576.00;3.79;0 +379;supply_node;3390.00;10.68;1566.00;5.66;0 +379;supply_node;3391.00;9.82;1530.00;0.13;0 +379;supply_node;3391.00;10.10;1547.00;0.63;0 +379;supply_node;3391.00;10.57;1559.00;1.62;0 +379;supply_node;3392.00;9.90;1524.00;3.48;0 +379;supply_node;3394.00;10.10;1584.00;5.73;0 +379;supply_node;3399.00;10.00;1536.00;4.51;0 +379;supply_node;3399.00;10.00;1547.00;4.71;0 +379;supply_node;3399.00;10.00;1570.00;0.85;0 +379;supply_node;3400.00;10.03;1558.00;4.44;0 +379;supply_node;3401.00;10.00;1579.00;1.80;0 +379;supply_node;3404.00;9.90;1529.00;0.36;0 +379;supply_node;3407.00;10.00;1571.00;5.50;0 +379;supply_node;3408.00;9.98;1542.00;0.55;0 +379;supply_node;3408.00;10.00;1560.00;2.57;0 +379;supply_node;3409.00;9.90;1551.00;2.76;0 +379;supply_node;3411.00;10.25;1534.00;2.53;0 379;synthetic_refinery;3358.00;9.82;1531.00;5.22;0 380;air_base;3452.00;9.78;1446.00;2.24;0 380;anti_air_building;3487.00;9.80;1441.00;4.00;0 @@ -15795,6 +22876,71 @@ 380;nuclear_reactor;3472.00;9.90;1464.00;5.22;0 380;radar_station;3492.00;9.80;1437.00;2.60;0 380;rocket_site;3464.00;9.82;1455.00;3.66;0 +380;supply_node;3438.00;9.70;1446.00;4.74;0 +380;supply_node;3440.00;9.70;1455.00;4.96;0 +380;supply_node;3443.00;9.70;1461.00;1.31;0 +380;supply_node;3448.00;9.80;1442.00;4.44;0 +380;supply_node;3448.00;9.88;1426.00;3.94;0 +380;supply_node;3449.00;9.78;1453.00;4.28;0 +380;supply_node;3450.00;9.80;1434.00;2.07;0 +380;supply_node;3455.00;10.30;1463.00;1.80;0 +380;supply_node;3456.00;11.80;1418.00;3.02;0 +380;supply_node;3457.00;10.00;1452.00;2.57;0 +380;supply_node;3458.00;9.70;1441.00;1.34;0 +380;supply_node;3458.00;9.90;1430.00;2.53;0 +380;supply_node;3464.00;11.25;1424.00;5.20;0 +380;supply_node;3467.00;9.98;1457.00;5.50;0 +380;supply_node;3467.00;11.78;1409.00;5.65;0 +380;supply_node;3468.00;9.80;1442.00;2.99;0 +380;supply_node;3468.00;10.10;1465.00;3.52;0 +380;supply_node;3470.00;9.70;1448.00;4.47;0 +380;supply_node;3471.00;9.80;1435.00;2.26;0 +380;supply_node;3471.00;13.05;1416.00;0.82;0 +380;supply_node;3474.00;10.68;1427.00;0.63;0 +380;supply_node;3476.00;9.70;1453.00;2.04;0 +380;supply_node;3476.00;9.70;1471.00;0.17;0 +380;supply_node;3480.00;9.80;1460.00;6.11;0 +380;supply_node;3481.00;12.53;1416.00;1.77;0 +380;supply_node;3482.00;9.80;1478.00;3.29;0 +380;supply_node;3483.00;9.70;1445.00;6.15;0 +380;supply_node;3483.00;9.70;1469.00;0.36;0 +380;supply_node;3483.00;11.23;1407.00;3.03;0 +380;supply_node;3485.00;10.25;1432.00;6.18;0 +380;supply_node;3485.00;11.90;1424.00;1.55;0 +380;supply_node;3487.00;9.73;1453.00;5.87;0 +380;supply_node;3488.00;9.80;1439.00;3.75;0 +380;supply_node;3489.00;10.25;1483.00;2.76;0 +380;supply_node;3491.00;12.25;1416.00;3.06;0 +380;supply_node;3492.00;9.78;1467.00;3.71;0 +380;supply_node;3492.00;9.80;1460.00;4.24;0 +380;supply_node;3495.00;9.80;1476.00;0.55;0 +380;supply_node;3496.00;9.73;1448.00;5.23;0 +380;supply_node;3497.00;9.80;1433.00;5.42;0 +380;supply_node;3497.00;11.57;1407.00;2.71;0 +380;supply_node;3498.00;10.80;1424.00;4.01;0 +380;supply_node;3501.00;9.80;1458.00;5.92;0 +380;supply_node;3503.00;9.70;1440.00;0.78;0 +380;supply_node;3504.00;9.80;1466.00;1.62;0 +380;supply_node;3506.00;11.53;1400.00;2.34;0 +380;supply_node;3506.00;11.62;1419.00;4.89;0 +380;supply_node;3508.00;9.80;1448.00;3.48;0 +380;supply_node;3508.00;10.50;1428.00;3.98;0 +380;supply_node;3509.00;12.20;1412.00;0.85;0 +380;supply_node;3513.00;9.75;1456.00;1.12;0 +380;supply_node;3515.00;10.20;1435.00;0.40;0 +380;supply_node;3516.00;11.80;1395.00;0.13;0 +380;supply_node;3517.00;12.35;1404.00;3.79;0 +380;supply_node;3519.00;9.70;1443.00;2.11;0 +380;supply_node;3519.00;10.38;1424.00;2.26;0 +380;supply_node;3523.00;10.48;1412.00;0.09;0 +380;supply_node;3526.00;10.62;1393.00;5.66;0 +380;supply_node;3528.00;11.18;1423.00;4.51;0 +380;supply_node;3529.00;11.73;1433.00;4.71;0 +380;supply_node;3531.00;10.20;1402.00;4.93;0 +380;supply_node;3534.00;10.53;1410.00;1.58;0 +380;supply_node;3538.00;10.50;1418.00;6.22;0 +380;supply_node;3543.00;9.95;1399.00;0.85;0 +380;supply_node;3546.00;11.23;1391.00;5.69;0 380;synthetic_refinery;3505.00;10.70;1423.00;1.94;0 381;air_base;3475.00;10.28;1811.00;4.96;0 381;anti_air_building;3441.00;9.70;1836.00;5.57;0 @@ -15829,6 +22975,9 @@ 381;coastal_bunker;3434.00;9.50;1875.00;-2.70;0 381;coastal_bunker;3438.00;9.55;1845.00;-2.36;0 381;dockyard;3421.00;9.68;1846.00;-3.14;0 +381;floating_harbor;3424.77;9.50;1853.96;-0.11;3168 +381;floating_harbor;3426.03;9.50;1857.30;-4.61;3338 +381;floating_harbor;3431.35;9.50;1850.23;0.73;312 381;industrial_complex;3441.00;9.70;1851.00;2.90;0 381;industrial_complex;3451.00;9.70;1834.00;0.84;0 381;industrial_complex;3487.00;10.30;1810.00;4.10;0 @@ -15841,6 +22990,25 @@ 381;nuclear_reactor;3485.00;10.07;1801.00;4.61;0 381;radar_station;3412.00;9.80;1840.00;0.07;0 381;rocket_site;3458.00;9.75;1808.00;1.34;0 +381;supply_node;3423.00;9.90;1838.00;2.26;0 +381;supply_node;3443.00;9.70;1859.00;5.20;0 +381;supply_node;3444.00;9.78;1836.00;5.66;0 +381;supply_node;3450.00;9.70;1817.00;2.11;0 +381;supply_node;3459.00;10.30;1800.00;3.79;0 +381;supply_node;3468.00;9.80;1831.00;0.09;0 +381;supply_node;3478.00;9.95;1781.00;5.50;0 +381;supply_node;3478.00;10.40;1793.00;0.85;0 +381;supply_node;3480.00;10.03;1763.00;2.57;0 +381;supply_node;3486.00;10.30;1811.00;0.63;0 +381;supply_node;3492.00;9.80;1769.00;0.40;0 +381;supply_node;3493.00;9.95;1754.00;4.51;0 +381;supply_node;3500.00;9.80;1783.00;3.98;0 +381;supply_node;3502.00;10.20;1800.00;6.22;0 +381;supply_node;3506.00;9.90;1767.00;5.92;0 +381;supply_node;3507.00;9.90;1751.00;4.44;0 +381;supply_node;3521.00;9.93;1755.00;1.80;0 +381;supply_node;3521.00;10.00;1785.00;3.03;0 +381;supply_node;3522.00;9.90;1765.00;4.74;0 381;synthetic_refinery;3477.00;10.60;1786.00;2.54;0 382;air_base;3760.00;9.90;1945.00;4.84;0 382;anti_air_building;3504.00;9.68;1897.00;6.09;0 @@ -15897,6 +23065,18 @@ 382;coastal_bunker;3749.00;9.55;1954.00;-2.06;0 382;coastal_bunker;3870.00;9.55;1942.00;-3.77;0 382;dockyard;3594.00;9.50;1942.00;-3.03;0 +382;floating_harbor;3465.00;9.50;1896.00;0.64;9041 +382;floating_harbor;3535.00;9.50;1988.00;0.96;12530 +382;floating_harbor;3535.00;9.50;1988.00;-0.25;6192 +382;floating_harbor;3546.85;9.50;1920.90;0.17;3147 +382;floating_harbor;3587.46;9.50;1945.98;0.08;10207 +382;floating_harbor;3630.79;9.50;1956.64;0.32;105 +382;floating_harbor;3655.00;9.50;1989.00;-3.11;11047 +382;floating_harbor;3705.13;9.50;1960.26;-0.46;9205 +382;floating_harbor;3732.36;9.50;1952.80;0.24;11119 +382;floating_harbor;3739.88;9.50;1957.40;1.06;6040 +382;floating_harbor;3789.25;9.50;1985.89;-0.18;198 +382;floating_harbor;3863.16;9.50;1957.63;-0.64;13076 382;industrial_complex;3515.00;9.70;1903.00;4.34;0 382;industrial_complex;3664.00;10.25;1906.00;2.17;0 382;industrial_complex;3690.00;10.40;1873.00;0.11;0 @@ -15918,18 +23098,218 @@ 382;nuclear_reactor;3765.00;9.70;1962.00;2.48;0 382;radar_station;3496.00;9.65;1877.00;4.74;0 382;rocket_site;3693.00;9.75;1939.00;6.09;0 +382;supply_node;3470.00;9.80;1874.00;0.63;0 +382;supply_node;3490.00;9.80;1840.00;4.51;0 +382;supply_node;3508.00;9.80;1853.00;5.50;0 +382;supply_node;3510.00;9.70;1907.00;4.74;0 +382;supply_node;3524.00;10.50;1811.00;3.79;0 +382;supply_node;3542.00;10.50;1835.00;5.92;0 +382;supply_node;3552.00;9.70;1890.00;0.40;0 +382;supply_node;3557.00;10.50;1852.00;2.11;0 +382;supply_node;3561.00;10.40;1807.00;3.06;0 +382;supply_node;3572.00;9.80;1965.00;3.75;0 +382;supply_node;3585.00;10.40;1801.00;4.44;0 +382;supply_node;3590.00;10.40;1913.00;3.52;0 +382;supply_node;3597.00;10.40;1832.00;3.03;0 +382;supply_node;3600.00;10.15;1877.00;2.04;0 +382;supply_node;3609.00;10.60;1789.00;4.28;0 +382;supply_node;3619.00;10.50;1849.00;1.80;0 +382;supply_node;3625.00;9.95;1811.00;5.20;0 +382;supply_node;3640.00;10.20;1929.00;0.09;0 +382;supply_node;3642.00;9.70;1886.00;6.22;0 +382;supply_node;3654.00;9.90;1829.00;0.17;0 +382;supply_node;3655.00;9.60;2028.00;5.69;0 +382;supply_node;3664.00;10.05;1864.00;6.15;0 +382;supply_node;3687.00;10.10;1841.00;3.98;0 +382;supply_node;3694.00;10.30;1902.00;1.58;0 +382;supply_node;3695.00;9.70;1940.00;1.34;0 +382;supply_node;3717.00;9.70;1873.00;2.76;0 +382;supply_node;3741.00;9.70;1917.00;4.93;0 +382;supply_node;3759.00;9.70;1883.00;2.34;0 +382;supply_node;3782.00;9.80;1934.00;2.57;0 +382;supply_node;3786.00;9.90;1968.00;2.26;0 +382;supply_node;3794.00;14.15;1887.00;0.82;0 +382;supply_node;3842.00;15.35;1929.00;5.23;0 382;synthetic_refinery;3654.00;9.60;2042.00;1.87;0 -384;air_base;3565.00;10.40;1776.00;1.83;0 -384;anti_air_building;3541.00;10.55;1757.00;3.61;0 -384;anti_air_building;3552.00;9.80;1719.00;5.77;0 -384;anti_air_building;3585.00;10.50;1712.00;4.81;0 -384;arms_factory;3511.00;9.80;1678.00;4.44;0 -384;arms_factory;3525.00;10.00;1746.00;1.77;0 -384;arms_factory;3558.00;10.48;1757.00;2.38;0 -384;arms_factory;3563.00;10.50;1766.00;1.17;0 -384;arms_factory;3574.00;10.55;1756.00;2.27;0 -384;arms_factory;3602.00;9.90;1757.00;5.39;0 -384;bunker;3464.00;10.35;1704.00;1.23;0 +383;air_base;3288.00;10.60;1821.00;6.06;0 +383;anti_air_building;3333.00;10.40;1795.00;0.28;0 +383;anti_air_building;3338.00;10.30;1797.00;1.85;0 +383;anti_air_building;3338.00;10.32;1799.00;4.51;0 +383;arms_factory;3286.00;10.60;1849.00;2.89;0 +383;arms_factory;3307.00;10.73;1820.00;0.73;0 +383;arms_factory;3320.00;10.05;1884.00;4.44;0 +383;arms_factory;3321.00;9.78;1888.00;2.28;0 +383;arms_factory;3337.00;10.25;1766.00;4.94;0 +383;arms_factory;3338.00;10.38;1768.00;0.22;0 +383;bunker;3282.00;10.60;1874.00;1.70;0 +383;bunker;3286.00;10.70;1836.00;3.76;0 +383;bunker;3288.00;10.60;1848.00;0.65;0 +383;bunker;3289.00;10.40;1884.00;2.87;0 +383;bunker;3289.00;10.60;1819.00;2.27;0 +383;bunker;3296.00;10.55;1870.00;0.14;0 +383;bunker;3297.00;10.20;1831.00;5.89;0 +383;bunker;3300.00;10.40;1820.00;5.55;0 +383;bunker;3303.00;10.00;1843.00;6.22;0 +383;bunker;3305.00;10.40;1779.00;1.32;0 +383;bunker;3308.00;10.55;1795.00;3.02;0 +383;bunker;3309.00;9.80;1878.00;1.60;0 +383;bunker;3310.00;9.80;1855.00;5.61;0 +383;bunker;3311.00;10.50;1796.00;4.64;0 +383;bunker;3313.00;10.53;1803.00;3.55;0 +383;bunker;3315.00;9.90;1840.00;4.13;0 +383;bunker;3316.00;10.50;1826.00;3.39;0 +383;bunker;3318.00;10.30;1768.00;1.99;0 +383;bunker;3320.00;9.50;1809.00;5.38;0 +383;bunker;3320.00;10.40;1776.00;2.34;0 +383;bunker;3321.00;10.40;1782.00;5.52;0 +383;bunker;3322.00;10.32;1767.00;1.83;0 +383;bunker;3323.00;10.25;1754.00;5.08;0 +383;bunker;3324.00;10.40;1795.00;5.99;0 +383;bunker;3325.00;9.75;1890.00;0.79;0 +383;bunker;3325.00;10.10;1869.00;1.25;0 +383;bunker;3326.00;10.28;1855.00;2.65;0 +383;bunker;3327.00;10.40;1828.00;5.01;0 +383;bunker;3327.00;10.40;1882.00;4.57;0 +383;bunker;3330.00;10.20;1787.00;3.19;0 +383;bunker;3330.00;10.30;1757.00;2.95;0 +383;bunker;3330.00;10.40;1764.00;0.52;0 +383;bunker;3331.00;10.30;1820.00;4.87;0 +383;bunker;3331.00;10.40;1850.00;6.20;0 +383;bunker;3332.00;10.40;1834.00;1.83;0 +383;bunker;3334.00;9.80;1775.00;3.32;0 +383;bunker;3335.00;10.00;1762.00;0.07;0 +383;bunker;3338.00;10.15;1781.00;2.58;0 +383;bunker;3339.00;9.73;1880.00;3.99;0 +383;bunker;3339.00;10.32;1797.00;4.13;0 +383;bunker;3342.00;10.13;1792.00;0.45;0 +383;bunker;3342.00;10.35;1768.00;4.81;0 +383;bunker;3343.00;9.70;1859.00;0.28;0 +383;bunker;3343.00;9.85;1765.00;5.24;0 +383;bunker;3343.00;10.23;1797.00;3.09;0 +383;bunker;3344.00;10.10;1875.00;5.68;0 +383;bunker;3347.00;10.15;1854.00;0.01;0 +383;bunker;3350.00;9.95;1768.00;0.96;0 +383;bunker;3354.00;9.95;1789.00;5.69;0 +383;coastal_bunker;3305.00;9.50;1763.00;-0.32;0 +383;coastal_bunker;3311.00;9.50;1760.00;-0.46;0 +383;coastal_bunker;3316.00;9.50;1755.00;-1.33;0 +383;coastal_bunker;3318.00;9.50;1750.00;-1.17;0 +383;coastal_bunker;3318.00;9.98;1897.00;-4.25;0 +383;coastal_bunker;3328.00;9.55;1890.00;-3.41;0 +383;coastal_bunker;3334.00;9.60;1810.00;1.41;0 +383;coastal_bunker;3339.00;9.98;1782.00;-4.55;0 +383;coastal_bunker;3342.00;9.57;1886.00;-4.47;0 +383;coastal_bunker;3343.00;9.82;1802.00;-4.35;0 +383;coastal_bunker;3344.00;9.73;1773.00;-3.73;0 +383;coastal_bunker;3345.00;9.55;1863.00;-4.47;0 +383;coastal_bunker;3345.00;9.60;1787.00;1.33;0 +383;coastal_bunker;3348.00;9.50;1870.00;1.35;0 +383;coastal_bunker;3350.00;9.50;1796.00;-3.73;0 +383;coastal_bunker;3351.00;9.50;1848.00;-4.57;0 +383;coastal_bunker;3353.00;9.50;1784.00;0.32;0 +383;coastal_bunker;3361.00;9.50;1759.00;1.57;0 +383;dockyard;3347.00;9.60;1876.00;1.46;0 +383;floating_harbor;3298.79;9.50;1756.36;-3.46;9176 +383;floating_harbor;3306.87;9.50;1752.74;-3.61;6070 +383;floating_harbor;3311.57;9.50;1746.24;-4.31;11153 +383;floating_harbor;3329.84;9.50;1896.75;-0.27;86 +383;floating_harbor;3331.94;9.50;1899.71;-1.01;3008 +383;floating_harbor;3347.88;9.50;1780.82;-0.59;11159 +383;floating_harbor;3348.00;9.60;1803.00;-1.11;11092 +383;floating_harbor;3349.00;9.50;1778.00;-2.58;3033 +383;floating_harbor;3349.00;9.50;1778.00;-2.99;92 +383;floating_harbor;3353.96;9.50;1870.23;-1.68;3189 +383;floating_harbor;3356.93;9.50;1848.99;-1.43;94 +383;floating_harbor;3358.21;9.50;1776.36;-2.82;3144 +383;floating_harbor;3367.00;9.50;1763.00;-1.57;6106 +383;industrial_complex;3301.00;9.55;1765.00;2.79;0 +383;industrial_complex;3301.00;9.93;1885.00;1.84;0 +383;industrial_complex;3305.00;10.73;1822.00;3.39;0 +383;industrial_complex;3306.00;9.80;1883.00;4.00;0 +383;industrial_complex;3318.00;10.30;1765.00;3.40;0 +383;industrial_complex;3343.00;9.70;1882.00;4.95;0 +383;naval_base;3303.00;9.50;1763.00;-0.32;2332 +383;naval_base;3311.00;9.50;1761.00;-0.46;2332 +383;naval_base;3315.00;9.50;1756.00;-1.33;2332 +383;naval_base;3319.00;9.65;1746.00;-1.17;2332 +383;naval_base;3328.00;9.55;1890.00;-3.41;209 +383;naval_base;3330.00;9.50;1895.00;-4.25;209 +383;naval_base;3334.00;9.50;1814.00;1.41;13194 +383;naval_base;3339.00;9.70;1784.00;-4.55;13198 +383;naval_base;3342.00;9.60;1868.00;1.35;209 +383;naval_base;3344.00;9.62;1779.00;-3.73;13198 +383;naval_base;3344.00;9.65;1801.00;-4.35;13194 +383;naval_base;3345.00;9.50;1782.00;1.33;13198 +383;naval_base;3345.00;9.55;1863.00;-4.47;209 +383;naval_base;3347.00;9.50;1792.00;-0.46;13198 +383;naval_base;3347.00;9.68;1881.00;-4.47;209 +383;naval_base;3349.00;9.75;1845.00;-4.57;209 +383;naval_base;3356.00;9.57;1768.00;1.57;2356 +383;naval_base;3360.00;9.50;1786.00;0.32;2356 +383;nuclear_reactor;3342.00;10.32;1773.00;2.72;0 +383;radar_station;3348.00;9.50;1870.00;1.63;0 +383;rocket_site;3335.00;9.70;1871.00;2.35;0 +383;supply_node;3278.00;10.62;1867.00;2.71;0 +383;supply_node;3287.00;10.57;1820.00;0.40;0 +383;supply_node;3288.00;10.60;1832.00;1.77;0 +383;supply_node;3290.00;10.50;1853.00;1.55;0 +383;supply_node;3291.00;10.40;1882.00;3.67;0 +383;supply_node;3296.00;10.55;1869.00;2.34;0 +383;supply_node;3299.00;10.60;1836.00;6.14;0 +383;supply_node;3302.00;10.05;1797.00;5.62;0 +383;supply_node;3302.00;10.40;1850.00;2.04;0 +383;supply_node;3303.00;10.12;1769.00;2.95;0 +383;supply_node;3303.00;10.70;1821.00;3.44;0 +383;supply_node;3305.00;10.60;1806.00;3.52;0 +383;supply_node;3309.00;10.50;1786.00;5.42;0 +383;supply_node;3310.00;9.80;1879.00;1.34;0 +383;supply_node;3311.00;9.80;1860.00;4.51;0 +383;supply_node;3313.00;10.20;1765.00;5.87;0 +383;supply_node;3314.00;10.23;1810.00;2.11;0 +383;supply_node;3314.00;10.40;1775.00;5.65;0 +383;supply_node;3316.00;10.43;1834.00;4.01;0 +383;supply_node;3317.00;9.80;1847.00;6.22;0 +383;supply_node;3318.00;10.20;1891.00;0.17;0 +383;supply_node;3318.00;10.50;1821.00;4.93;0 +383;supply_node;3319.00;9.85;1756.00;4.92;0 +383;supply_node;3319.00;10.40;1785.00;2.26;0 +383;supply_node;3321.00;10.50;1796.00;3.97;0 +383;supply_node;3323.00;10.30;1764.00;6.11;0 +383;supply_node;3324.00;9.82;1863.00;3.21;0 +383;supply_node;3325.00;9.98;1879.00;4.44;0 +383;supply_node;3325.00;10.28;1752.00;1.57;0 +383;supply_node;3328.00;9.80;1774.00;2.04;0 +383;supply_node;3329.00;10.40;1846.00;6.15;0 +383;supply_node;3330.00;10.40;1789.00;2.53;0 +383;supply_node;3331.00;9.82;1811.00;0.63;0 +383;supply_node;3331.00;10.40;1825.00;3.74;0 +383;supply_node;3334.00;9.80;1781.00;4.89;0 +383;supply_node;3334.00;10.23;1766.00;5.92;0 +383;supply_node;3335.00;9.80;1759.00;3.29;0 +383;supply_node;3336.00;10.35;1798.00;5.38;0 +383;supply_node;3336.00;10.40;1835.00;1.12;0 +383;supply_node;3338.00;10.10;1872.00;2.99;0 +383;supply_node;3339.00;9.75;1882.00;3.71;0 +383;supply_node;3339.00;9.95;1859.00;1.08;0 +383;supply_node;3340.00;10.03;1787.00;5.69;0 +383;supply_node;3342.00;10.48;1772.00;0.81;0 +383;supply_node;3343.00;10.35;1847.00;5.50;0 +383;supply_node;3345.00;9.78;1762.00;1.58;0 +383;supply_node;3348.00;9.88;1793.00;2.57;0 +383;supply_node;3355.00;9.50;1786.00;3.75;0 +383;supply_node;3355.00;10.30;1763.00;4.71;0 +383;synthetic_refinery;3335.00;9.70;1871.00;0.65;0 +384;air_base;3565.00;10.40;1776.00;1.83;0 +384;anti_air_building;3541.00;10.55;1757.00;3.61;0 +384;anti_air_building;3552.00;9.80;1719.00;5.77;0 +384;anti_air_building;3585.00;10.50;1712.00;4.81;0 +384;arms_factory;3511.00;9.80;1678.00;4.44;0 +384;arms_factory;3525.00;10.00;1746.00;1.77;0 +384;arms_factory;3558.00;10.48;1757.00;2.38;0 +384;arms_factory;3563.00;10.50;1766.00;1.17;0 +384;arms_factory;3574.00;10.55;1756.00;2.27;0 +384;arms_factory;3602.00;9.90;1757.00;5.39;0 +384;bunker;3464.00;10.35;1704.00;1.23;0 384;bunker;3466.00;9.80;1695.00;5.42;0 384;bunker;3468.00;10.25;1707.00;5.72;0 384;bunker;3471.00;9.80;1700.00;2.10;0 @@ -16021,6 +23401,89 @@ 384;nuclear_reactor;3475.00;9.80;1708.00;3.73;0 384;radar_station;3459.00;10.05;1683.00;3.42;0 384;rocket_site;3504.00;10.00;1740.00;5.55;0 +384;supply_node;3463.00;9.82;1694.00;4.47;0 +384;supply_node;3463.00;10.30;1703.00;3.98;0 +384;supply_node;3466.00;10.18;1685.00;5.69;0 +384;supply_node;3471.00;10.12;1710.00;2.71;0 +384;supply_node;3475.00;9.80;1702.00;3.06;0 +384;supply_node;3477.00;9.90;1693.00;5.42;0 +384;supply_node;3479.00;9.98;1683.00;3.29;0 +384;supply_node;3479.00;10.20;1713.00;5.87;0 +384;supply_node;3486.00;9.80;1705.00;6.18;0 +384;supply_node;3487.00;9.80;1684.00;6.14;0 +384;supply_node;3488.00;10.50;1722.00;0.36;0 +384;supply_node;3490.00;9.80;1698.00;3.67;0 +384;supply_node;3490.00;10.10;1713.00;2.80;0 +384;supply_node;3491.00;10.50;1733.00;2.07;0 +384;supply_node;3494.00;9.80;1680.00;6.22;0 +384;supply_node;3494.00;10.30;1691.00;3.02;0 +384;supply_node;3500.00;9.80;1709.00;0.40;0 +384;supply_node;3500.00;9.80;1719.00;6.15;0 +384;supply_node;3501.00;9.80;1699.00;2.04;0 +384;supply_node;3502.00;9.93;1739.00;0.32;0 +384;supply_node;3502.00;10.20;1729.00;1.55;0 +384;supply_node;3503.00;9.80;1690.00;4.92;0 +384;supply_node;3504.00;9.80;1677.00;5.20;0 +384;supply_node;3512.00;10.00;1712.00;3.52;0 +384;supply_node;3513.00;9.80;1684.00;2.04;0 +384;supply_node;3513.00;9.80;1698.00;5.92;0 +384;supply_node;3513.00;9.80;1705.00;4.43;0 +384;supply_node;3513.00;9.80;1722.00;2.99;0 +384;supply_node;3515.00;9.80;1691.00;0.63;0 +384;supply_node;3516.00;9.80;1673.00;4.71;0 +384;supply_node;3516.00;9.90;1734.00;1.57;0 +384;supply_node;3516.00;9.93;1744.00;3.71;0 +384;supply_node;3523.00;9.80;1725.00;4.74;0 +384;supply_node;3524.00;9.80;1695.00;2.76;0 +384;supply_node;3524.00;9.80;1712.00;5.69;0 +384;supply_node;3527.00;9.80;1685.00;1.80;0 +384;supply_node;3528.00;10.30;1678.00;2.95;0 +384;supply_node;3529.00;10.40;1668.00;2.49;0 +384;supply_node;3530.00;9.80;1704.00;3.75;0 +384;supply_node;3531.00;10.10;1747.00;3.51;0 +384;supply_node;3532.00;10.20;1732.00;4.24;0 +384;supply_node;3533.00;9.80;1721.00;1.58;0 +384;supply_node;3535.00;10.05;1693.00;4.93;0 +384;supply_node;3538.00;9.80;1712.00;0.85;0 +384;supply_node;3539.00;10.38;1741.00;5.23;0 +384;supply_node;3539.00;10.40;1671.00;0.55;0 +384;supply_node;3541.00;10.40;1682.00;5.65;0 +384;supply_node;3543.00;9.80;1702.00;1.12;0 +384;supply_node;3545.00;9.80;1723.00;1.77;0 +384;supply_node;3546.00;9.90;1735.00;5.84;0 +384;supply_node;3547.00;10.40;1779.00;0.13;0 +384;supply_node;3548.00;9.93;1749.00;2.34;0 +384;supply_node;3549.00;9.85;1673.00;3.74;0 +384;supply_node;3549.00;10.00;1761.00;2.11;0 +384;supply_node;3550.00;10.20;1693.00;6.11;0 +384;supply_node;3553.00;10.05;1711.00;0.82;0 +384;supply_node;3553.00;10.28;1684.00;4.20;0 +384;supply_node;3556.00;9.80;1722.00;5.38;0 +384;supply_node;3559.00;9.80;1702.00;1.80;0 +384;supply_node;3559.00;9.88;1736.00;3.21;0 +384;supply_node;3563.00;9.80;1678.00;3.48;0 +384;supply_node;3565.00;10.05;1750.00;1.31;0 +384;supply_node;3567.00;10.03;1688.00;3.97;0 +384;supply_node;3567.00;10.50;1772.00;5.50;0 +384;supply_node;3568.00;9.85;1722.00;4.89;0 +384;supply_node;3570.00;10.00;1709.00;3.94;0 +384;supply_node;3572.00;9.80;1736.00;5.20;0 +384;supply_node;3573.00;9.90;1698.00;4.01;0 +384;supply_node;3579.00;10.00;1720.00;4.44;0 +384;supply_node;3579.00;10.60;1758.00;2.26;0 +384;supply_node;3582.00;10.50;1748.00;3.44;0 +384;supply_node;3583.00;10.40;1708.00;2.26;0 +384;supply_node;3585.00;10.38;1736.00;0.17;0 +384;supply_node;3585.00;10.53;1777.00;2.57;0 +384;supply_node;3591.00;10.45;1720.00;1.08;0 +384;supply_node;3597.00;9.85;1733.00;1.27;0 +384;supply_node;3597.00;10.60;1767.00;2.53;0 +384;supply_node;3598.00;9.90;1749.00;0.78;0 +384;supply_node;3607.00;9.95;1724.00;5.62;0 +384;supply_node;3612.00;10.00;1751.00;4.28;0 +384;supply_node;3612.00;10.10;1738.00;1.73;0 +384;supply_node;3617.00;10.60;1769.00;0.81;0 +384;supply_node;3628.00;10.10;1752.00;1.34;0 384;synthetic_refinery;3515.00;9.80;1674.00;2.66;0 385;air_base;3377.00;10.40;1662.00;5.55;0 385;anti_air_building;3358.00;9.88;1667.00;2.98;0 @@ -16060,6 +23523,25 @@ 385;nuclear_reactor;3375.00;10.45;1666.00;4.69;0 385;radar_station;3349.00;10.10;1662.00;0.79;0 385;rocket_site;3363.00;9.80;1664.00;2.03;0 +385;supply_node;3346.00;10.70;1669.00;5.69;0 +385;supply_node;3355.00;10.00;1662.00;1.80;0 +385;supply_node;3357.00;10.15;1670.00;4.44;0 +385;supply_node;3357.00;10.55;1680.00;5.50;0 +385;supply_node;3366.00;10.35;1654.00;2.76;0 +385;supply_node;3366.00;10.50;1674.00;6.22;0 +385;supply_node;3367.00;9.93;1663.00;2.11;0 +385;supply_node;3369.00;10.48;1684.00;0.40;0 +385;supply_node;3375.00;10.40;1668.00;4.74;0 +385;supply_node;3378.00;10.40;1676.00;3.98;0 +385;supply_node;3379.00;10.40;1661.00;2.04;0 +385;supply_node;3379.00;10.57;1655.00;5.92;0 +385;supply_node;3383.00;10.48;1683.00;0.63;0 +385;supply_node;3386.00;9.82;1668.00;1.34;0 +385;supply_node;3391.00;10.35;1674.00;4.28;0 +385;supply_node;3392.00;10.28;1658.00;0.17;0 +385;supply_node;3395.00;10.48;1686.00;2.57;0 +385;supply_node;3397.00;9.95;1666.00;6.15;0 +385;supply_node;3398.00;10.25;1679.00;3.52;0 385;synthetic_refinery;3379.00;10.53;1656.00;3.39;0 386;air_base;3257.00;10.40;1703.00;0.27;0 386;anti_air_building;3243.00;10.05;1695.00;3.10;0 @@ -16094,6 +23576,20 @@ 386;nuclear_reactor;3247.00;9.75;1672.00;0.85;0 386;radar_station;3235.00;10.00;1679.00;2.38;0 386;rocket_site;3246.00;10.30;1706.00;3.01;0 +386;supply_node;3241.00;9.80;1680.00;2.57;0 +386;supply_node;3244.00;10.20;1696.00;1.34;0 +386;supply_node;3245.00;10.25;1706.00;6.15;0 +386;supply_node;3246.00;10.23;1714.00;5.92;0 +386;supply_node;3248.00;9.80;1658.00;6.22;0 +386;supply_node;3248.00;10.10;1687.00;2.04;0 +386;supply_node;3249.00;9.80;1669.00;4.74;0 +386;supply_node;3252.00;9.70;1678.00;2.11;0 +386;supply_node;3254.00;10.18;1713.00;1.80;0 +386;supply_node;3256.00;10.30;1690.00;4.28;0 +386;supply_node;3258.00;9.80;1662.00;0.63;0 +386;supply_node;3258.00;10.40;1699.00;5.50;0 +386;supply_node;3261.00;9.88;1675.00;3.52;0 +386;supply_node;3264.00;10.25;1709.00;3.98;0 386;synthetic_refinery;3241.00;9.75;1706.00;5.76;0 387;air_base;3337.00;10.70;1654.00;3.70;0 387;anti_air_building;3313.00;10.30;1656.00;5.46;0 @@ -16125,7 +23621,170 @@ 387;nuclear_reactor;3342.00;10.70;1648.00;4.21;0 387;radar_station;3307.00;10.55;1644.00;5.89;0 387;rocket_site;3332.00;10.28;1647.00;1.55;0 +387;supply_node;3311.00;9.90;1650.00;4.74;0 +387;supply_node;3319.00;10.50;1647.00;0.63;0 +387;supply_node;3321.00;10.60;1665.00;1.34;0 +387;supply_node;3324.00;10.70;1655.00;6.22;0 +387;supply_node;3328.00;10.65;1642.00;1.80;0 +387;supply_node;3333.00;10.18;1658.00;2.11;0 +387;supply_node;3336.00;10.68;1665.00;5.50;0 +387;supply_node;3342.00;10.70;1650.00;2.04;0 +387;supply_node;3344.00;10.65;1642.00;3.98;0 +387;supply_node;3347.00;10.05;1657.00;6.15;0 +387;supply_node;3354.00;10.60;1649.00;4.28;0 387;synthetic_refinery;3313.00;10.50;1657.00;2.14;0 +388;air_base;3315.00;9.68;1738.00;0.14;0 +388;anti_air_building;3300.00;10.30;1712.00;0.96;0 +388;anti_air_building;3306.00;10.30;1720.00;5.68;0 +388;anti_air_building;3354.00;10.48;1723.00;3.02;0 +388;arms_factory;3309.00;10.30;1687.00;4.70;0 +388;arms_factory;3332.00;10.10;1707.00;4.81;0 +388;arms_factory;3348.00;10.60;1726.00;0.58;0 +388;arms_factory;3353.00;10.57;1731.00;2.74;0 +388;arms_factory;3360.00;10.57;1734.00;4.80;0 +388;arms_factory;3360.00;10.70;1749.00;1.53;0 +388;bunker;3263.00;9.73;1685.00;2.51;0 +388;bunker;3267.00;9.75;1702.00;5.61;0 +388;bunker;3273.00;9.80;1672.00;3.82;0 +388;bunker;3276.00;10.28;1705.00;2.51;0 +388;bunker;3277.00;10.40;1719.00;5.18;0 +388;bunker;3281.00;9.75;1681.00;2.95;0 +388;bunker;3283.00;9.80;1685.00;6.22;0 +388;bunker;3284.00;9.70;1692.00;3.83;0 +388;bunker;3284.00;10.10;1704.00;2.27;0 +388;bunker;3288.00;9.70;1696.00;0.28;0 +388;bunker;3289.00;10.78;1678.00;2.20;0 +388;bunker;3290.00;10.30;1717.00;0.45;0 +388;bunker;3292.00;10.07;1712.00;5.48;0 +388;bunker;3295.00;10.30;1712.00;1.60;0 +388;bunker;3299.00;10.32;1685.00;1.77;0 +388;bunker;3301.00;10.30;1696.00;0.79;0 +388;bunker;3303.00;10.30;1722.00;5.99;0 +388;bunker;3304.00;10.07;1738.00;5.52;0 +388;bunker;3305.00;11.57;1669.00;4.34;0 +388;bunker;3307.00;10.30;1704.00;4.57;0 +388;bunker;3307.00;10.30;1716.00;0.95;0 +388;bunker;3310.00;10.30;1711.00;1.83;0 +388;bunker;3310.00;10.53;1683.00;0.65;0 +388;bunker;3311.00;10.45;1684.00;1.16;0 +388;bunker;3316.00;10.30;1696.00;3.39;0 +388;bunker;3316.00;10.30;1729.00;2.21;0 +388;bunker;3318.00;10.60;1670.00;4.50;0 +388;bunker;3320.00;10.40;1714.00;1.33;0 +388;bunker;3324.00;10.28;1742.00;5.38;0 +388;bunker;3325.00;10.30;1727.00;4.44;0 +388;bunker;3325.00;10.65;1682.00;5.89;0 +388;bunker;3329.00;10.40;1721.00;1.99;0 +388;bunker;3330.00;10.10;1694.00;5.55;0 +388;bunker;3333.00;10.13;1691.00;3.99;0 +388;bunker;3334.00;9.98;1735.00;5.01;0 +388;bunker;3335.00;10.50;1707.00;3.39;0 +388;bunker;3335.00;10.70;1673.00;1.25;0 +388;bunker;3336.00;10.30;1746.00;6.12;0 +388;bunker;3337.00;10.30;1730.00;1.83;0 +388;bunker;3339.00;10.38;1731.00;0.21;0 +388;bunker;3340.00;10.70;1678.00;1.32;0 +388;bunker;3341.00;10.00;1752.00;2.81;0 +388;bunker;3341.00;10.40;1735.00;2.34;0 +388;bunker;3341.00;10.57;1719.00;4.87;0 +388;bunker;3342.00;10.40;1744.00;2.87;0 +388;bunker;3342.00;10.60;1710.00;3.76;0 +388;bunker;3346.00;9.82;1699.00;3.46;0 +388;bunker;3347.00;9.90;1686.00;3.55;0 +388;bunker;3348.00;10.40;1752.00;4.94;0 +388;bunker;3351.00;10.50;1723.00;3.32;0 +388;bunker;3354.00;10.50;1704.00;1.70;0 +388;bunker;3356.00;10.48;1709.00;6.06;0 +388;bunker;3357.00;10.10;1687.00;5.82;0 +388;bunker;3358.00;10.40;1721.00;2.44;0 +388;bunker;3358.00;10.65;1748.00;0.28;0 +388;bunker;3364.00;10.45;1727.00;6.05;0 +388;bunker;3366.00;10.65;1742.00;4.06;0 +388;bunker;3369.00;10.55;1753.00;5.38;0 +388;coastal_bunker;3306.00;9.60;1739.00;-2.94;0 +388;coastal_bunker;3311.00;9.68;1737.00;-2.76;0 +388;coastal_bunker;3314.00;9.50;1745.00;-1.82;0 +388;coastal_bunker;3359.00;10.10;1756.00;-4.25;0 +388;coastal_bunker;3367.00;9.93;1757.00;-2.74;0 +388;dockyard;3313.00;9.53;1738.00;-2.76;0 +388;floating_harbor;3301.63;9.50;1745.86;0.20;9197 +388;floating_harbor;3308.21;9.50;1746.70;1.33;11059 +388;floating_harbor;3310.40;9.50;1744.50;0.38;70 +388;floating_harbor;3361.24;9.50;1763.43;0.40;60 +388;floating_harbor;3366.26;9.50;1761.13;-1.11;9082 +388;industrial_complex;3322.00;10.43;1698.00;1.09;0 +388;industrial_complex;3324.00;10.48;1679.00;2.65;0 +388;industrial_complex;3337.00;10.00;1691.00;5.31;0 +388;industrial_complex;3355.00;10.53;1749.00;3.76;0 +388;industrial_complex;3359.00;10.70;1745.00;3.25;0 +388;industrial_complex;3373.00;10.60;1749.00;1.69;0 +388;naval_base;3300.00;9.50;1739.00;-2.94;2332 +388;naval_base;3311.00;9.68;1737.00;-2.76;2332 +388;naval_base;3318.00;9.60;1745.00;-1.82;2332 +388;naval_base;3358.00;9.88;1758.00;-4.25;2356 +388;naval_base;3364.00;9.93;1756.00;-2.74;2356 +388;nuclear_reactor;3335.00;10.05;1737.00;5.69;0 +388;radar_station;3319.00;10.40;1713.00;5.94;0 +388;rocket_site;3344.00;10.50;1721.00;4.13;0 +388;supply_node;3266.00;9.80;1690.00;6.15;0 +388;supply_node;3270.00;9.80;1702.00;3.94;0 +388;supply_node;3272.00;9.80;1673.00;2.49;0 +388;supply_node;3274.00;9.80;1681.00;0.85;0 +388;supply_node;3275.00;10.40;1715.00;1.55;0 +388;supply_node;3276.00;9.70;1691.00;1.58;0 +388;supply_node;3281.00;10.30;1709.00;1.08;0 +388;supply_node;3282.00;10.05;1700.00;5.20;0 +388;supply_node;3286.00;10.32;1717.00;4.01;0 +388;supply_node;3288.00;10.40;1675.00;5.69;0 +388;supply_node;3290.00;10.15;1684.00;5.65;0 +388;supply_node;3291.00;10.30;1692.00;4.43;0 +388;supply_node;3292.00;10.05;1705.00;4.28;0 +388;supply_node;3296.00;10.30;1716.00;4.93;0 +388;supply_node;3301.00;9.80;1704.00;2.11;0 +388;supply_node;3301.00;10.30;1725.00;1.31;0 +388;supply_node;3302.00;10.30;1686.00;2.71;0 +388;supply_node;3302.00;11.28;1673.00;1.77;0 +388;supply_node;3304.00;10.30;1734.00;0.13;0 +388;supply_node;3305.00;10.30;1697.00;5.87;0 +388;supply_node;3309.00;10.30;1708.00;1.12;0 +388;supply_node;3310.00;10.30;1720.00;0.36;0 +388;supply_node;3311.00;11.15;1677.00;4.74;0 +388;supply_node;3313.00;10.30;1689.00;5.84;0 +388;supply_node;3315.00;10.30;1733.00;0.63;0 +388;supply_node;3319.00;10.10;1674.00;4.47;0 +388;supply_node;3319.00;10.40;1701.00;3.71;0 +388;supply_node;3320.00;10.40;1713.00;0.82;0 +388;supply_node;3321.00;10.30;1725.00;1.80;0 +388;supply_node;3323.00;10.23;1743.00;0.78;0 +388;supply_node;3323.00;10.60;1687.00;1.34;0 +388;supply_node;3329.00;9.70;1735.00;6.22;0 +388;supply_node;3330.00;10.28;1676.00;4.89;0 +388;supply_node;3330.00;10.45;1714.00;4.71;0 +388;supply_node;3332.00;9.85;1703.00;3.02;0 +388;supply_node;3332.00;10.00;1695.00;2.07;0 +388;supply_node;3332.00;10.15;1726.00;3.75;0 +388;supply_node;3335.00;10.30;1743.00;2.04;0 +388;supply_node;3336.00;10.12;1751.00;3.48;0 +388;supply_node;3336.00;10.43;1687.00;0.17;0 +388;supply_node;3339.00;10.70;1675.00;2.34;0 +388;supply_node;3340.00;10.60;1709.00;2.76;0 +388;supply_node;3343.00;10.40;1736.00;0.55;0 +388;supply_node;3343.00;10.50;1727.00;3.52;0 +388;supply_node;3343.00;10.60;1717.00;3.29;0 +388;supply_node;3345.00;10.40;1746.00;5.23;0 +388;supply_node;3346.00;9.85;1697.00;4.24;0 +388;supply_node;3346.00;10.00;1683.00;3.06;0 +388;supply_node;3351.00;10.50;1704.00;6.11;0 +388;supply_node;3352.00;10.40;1754.00;6.18;0 +388;supply_node;3352.00;10.50;1726.00;5.42;0 +388;supply_node;3353.00;9.90;1688.00;3.67;0 +388;supply_node;3354.00;10.70;1742.00;2.53;0 +388;supply_node;3356.00;10.32;1713.00;2.95;0 +388;supply_node;3362.00;10.50;1730.00;0.32;0 +388;supply_node;3362.00;10.70;1741.00;2.26;0 +388;supply_node;3363.00;10.35;1721.00;2.99;0 +388;supply_node;3367.00;10.70;1750.00;3.98;0 +388;synthetic_refinery;3339.00;9.80;1701.00;5.08;0 389;air_base;3398.00;11.50;1630.00;4.40;0 389;anti_air_building;3430.00;9.88;1638.00;4.21;0 389;anti_air_building;3439.00;9.90;1657.00;5.77;0 @@ -16181,6 +23840,42 @@ 389;nuclear_reactor;3453.00;9.93;1641.00;0.11;0 389;radar_station;3365.00;10.70;1647.00;4.07;0 389;rocket_site;3425.00;10.50;1626.00;2.66;0 +389;supply_node;3372.00;10.60;1648.00;4.93;0 +389;supply_node;3378.00;10.57;1642.00;5.42;0 +389;supply_node;3379.00;10.25;1634.00;3.06;0 +389;supply_node;3383.00;10.43;1626.00;4.47;0 +389;supply_node;3385.00;10.60;1649.00;0.17;0 +389;supply_node;3390.00;10.82;1640.00;3.71;0 +389;supply_node;3390.00;11.48;1633.00;0.36;0 +389;supply_node;3392.00;11.57;1619.00;5.23;0 +389;supply_node;3395.00;10.60;1650.00;3.75;0 +389;supply_node;3397.00;11.50;1627.00;1.77;0 +389;supply_node;3400.00;9.95;1645.00;6.18;0 +389;supply_node;3401.00;10.82;1638.00;6.15;0 +389;supply_node;3405.00;11.57;1622.00;2.53;0 +389;supply_node;3407.00;9.90;1651.00;5.87;0 +389;supply_node;3408.00;11.45;1634.00;5.69;0 +389;supply_node;3412.00;10.00;1658.00;1.12;0 +389;supply_node;3414.00;10.07;1626.00;6.11;0 +389;supply_node;3415.00;10.50;1643.00;4.24;0 +389;supply_node;3417.00;10.80;1633.00;3.29;0 +389;supply_node;3420.00;9.80;1652.00;4.71;0 +389;supply_node;3422.00;10.23;1622.00;1.34;0 +389;supply_node;3425.00;10.40;1642.00;2.99;0 +389;supply_node;3426.00;10.40;1630.00;3.94;0 +389;supply_node;3432.00;9.80;1648.00;2.04;0 +389;supply_node;3432.00;10.45;1621.00;2.11;0 +389;supply_node;3433.00;9.90;1657.00;1.31;0 +389;supply_node;3434.00;9.80;1631.00;3.98;0 +389;supply_node;3436.00;9.80;1638.00;4.01;0 +389;supply_node;3440.00;9.80;1648.00;0.63;0 +389;supply_node;3442.00;10.35;1658.00;0.82;0 +389;supply_node;3444.00;9.80;1626.00;2.34;0 +389;supply_node;3444.00;9.80;1633.00;3.52;0 +389;supply_node;3446.00;9.80;1643.00;1.58;0 +389;supply_node;3449.00;9.95;1652.00;4.28;0 +389;supply_node;3452.00;9.80;1636.00;2.07;0 +389;supply_node;3455.00;10.40;1646.00;2.76;0 389;synthetic_refinery;3415.00;10.88;1633.00;4.33;0 390;air_base;3342.00;10.03;1609.00;5.46;0 390;anti_air_building;3342.00;10.70;1630.00;1.33;0 @@ -16238,6 +23933,43 @@ 390;nuclear_reactor;3346.00;10.25;1588.00;0.14;0 390;radar_station;3355.00;10.00;1602.00;4.58;0 390;rocket_site;3362.00;10.00;1600.00;3.90;0 +390;supply_node;3324.00;10.60;1622.00;3.29;0 +390;supply_node;3325.00;10.00;1604.00;4.47;0 +390;supply_node;3326.00;9.93;1592.00;3.71;0 +390;supply_node;3328.00;10.70;1632.00;2.07;0 +390;supply_node;3330.00;10.12;1613.00;5.87;0 +390;supply_node;3334.00;10.00;1602.00;2.04;0 +390;supply_node;3334.00;10.60;1626.00;4.01;0 +390;supply_node;3335.00;10.00;1619.00;5.42;0 +390;supply_node;3336.00;10.03;1590.00;5.69;0 +390;supply_node;3338.00;10.43;1636.00;1.58;0 +390;supply_node;3342.00;10.07;1614.00;6.18;0 +390;supply_node;3342.00;10.20;1581.00;3.75;0 +390;supply_node;3343.00;10.00;1596.00;1.77;0 +390;supply_node;3344.00;10.00;1605.00;5.23;0 +390;supply_node;3345.00;10.05;1623.00;1.31;0 +390;supply_node;3348.00;10.65;1634.00;0.13;0 +390;supply_node;3350.00;9.90;1587.00;1.12;0 +390;supply_node;3352.00;10.00;1596.00;4.24;0 +390;supply_node;3352.00;10.00;1627.00;4.28;0 +390;supply_node;3353.00;10.10;1615.00;3.48;0 +390;supply_node;3354.00;10.00;1606.00;6.11;0 +390;supply_node;3359.00;10.53;1643.00;3.52;0 +390;supply_node;3360.00;10.00;1589.00;2.53;0 +390;supply_node;3360.00;10.00;1632.00;2.76;0 +390;supply_node;3361.00;9.90;1622.00;6.15;0 +390;supply_node;3361.00;10.00;1597.00;0.36;0 +390;supply_node;3362.00;10.10;1613.00;0.55;0 +390;supply_node;3364.00;10.00;1604.00;2.11;0 +390;supply_node;3367.00;10.60;1639.00;4.71;0 +390;supply_node;3369.00;10.00;1595.00;1.34;0 +390;supply_node;3369.00;10.60;1629.00;0.82;0 +390;supply_node;3371.00;10.43;1612.00;0.17;0 +390;supply_node;3372.00;10.70;1621.00;4.93;0 +390;supply_node;3375.00;10.18;1604.00;2.34;0 +390;supply_node;3376.00;10.50;1597.00;3.94;0 +390;supply_node;3381.00;9.95;1610.00;3.06;0 +390;supply_node;3381.00;11.48;1618.00;2.99;0 390;synthetic_refinery;3352.00;10.00;1584.00;4.51;0 391;air_base;3584.00;10.40;1665.00;5.77;0 391;anti_air_building;3552.00;9.93;1634.00;1.75;0 @@ -16291,36 +24023,69 @@ 391;nuclear_reactor;3573.00;10.40;1674.00;3.77;0 391;radar_station;3589.00;9.82;1645.00;4.88;0 391;rocket_site;3625.00;10.20;1642.00;6.06;0 -391;synthetic_refinery;3573.00;9.80;1633.00;2.36;0 -392;air_base;3489.00;9.80;1550.00;1.89;0 -392;anti_air_building;3447.00;9.90;1574.00;1.88;0 -392;anti_air_building;3480.00;9.80;1570.00;5.50;0 -392;anti_air_building;3508.00;10.00;1570.00;2.84;0 -392;arms_factory;3433.00;9.80;1561.00;3.44;0 -392;arms_factory;3458.00;9.80;1591.00;1.73;0 -392;arms_factory;3509.00;10.00;1616.00;2.23;0 -392;arms_factory;3523.00;9.75;1563.00;0.17;0 -392;arms_factory;3538.00;10.78;1611.00;5.00;0 -392;arms_factory;3539.00;10.82;1600.00;4.39;0 -392;bunker;3419.00;9.95;1572.00;6.09;0 -392;bunker;3421.00;10.15;1565.00;5.51;0 -392;bunker;3421.00;10.28;1563.00;4.33;0 -392;bunker;3421.00;10.30;1552.00;3.86;0 -392;bunker;3425.00;10.05;1555.00;4.40;0 -392;bunker;3429.00;9.85;1545.00;4.98;0 -392;bunker;3429.00;10.32;1580.00;6.19;0 -392;bunker;3431.00;9.80;1562.00;3.46;0 -392;bunker;3437.00;9.80;1582.00;5.42;0 -392;bunker;3437.00;10.30;1571.00;2.61;0 -392;bunker;3439.00;9.80;1547.00;4.47;0 -392;bunker;3439.00;10.00;1565.00;5.14;0 -392;bunker;3445.00;9.80;1568.00;2.85;0 -392;bunker;3446.00;9.80;1552.00;1.97;0 -392;bunker;3446.00;9.82;1559.00;5.08;0 -392;bunker;3448.00;9.90;1575.00;4.61;0 -392;bunker;3448.00;10.30;1580.00;1.73;0 -392;bunker;3450.00;9.80;1560.00;1.06;0 -392;bunker;3452.00;10.05;1590.00;2.71;0 +391;supply_node;3549.00;10.50;1661.00;2.53;0 +391;supply_node;3550.00;9.95;1633.00;1.31;0 +391;supply_node;3555.00;9.80;1643.00;4.93;0 +391;supply_node;3555.00;9.82;1652.00;4.47;0 +391;supply_node;3557.00;9.78;1669.00;6.18;0 +391;supply_node;3558.00;10.05;1615.00;3.71;0 +391;supply_node;3560.00;10.88;1623.00;5.42;0 +391;supply_node;3560.00;11.28;1631.00;4.71;0 +391;supply_node;3561.00;10.35;1659.00;2.04;0 +391;supply_node;3563.00;9.85;1647.00;4.24;0 +391;supply_node;3567.00;9.75;1637.00;5.23;0 +391;supply_node;3567.00;10.40;1665.00;5.87;0 +391;supply_node;3570.00;9.80;1617.00;2.07;0 +391;supply_node;3571.00;10.40;1653.00;0.36;0 +391;supply_node;3574.00;9.80;1630.00;3.52;0 +391;supply_node;3575.00;9.80;1643.00;4.28;0 +391;supply_node;3576.00;10.40;1671.00;6.11;0 +391;supply_node;3577.00;10.30;1660.00;3.94;0 +391;supply_node;3580.00;9.80;1622.00;4.01;0 +391;supply_node;3584.00;10.38;1649.00;0.17;0 +391;supply_node;3585.00;10.38;1663.00;0.82;0 +391;supply_node;3587.00;10.40;1632.00;1.58;0 +391;supply_node;3589.00;9.80;1641.00;1.12;0 +391;supply_node;3590.00;10.32;1655.00;3.06;0 +391;supply_node;3591.00;10.32;1622.00;0.55;0 +391;supply_node;3600.00;10.40;1645.00;5.69;0 +391;supply_node;3600.00;10.45;1634.00;1.34;0 +391;supply_node;3605.00;10.40;1626.00;2.76;0 +391;supply_node;3612.00;10.50;1648.00;2.34;0 +391;supply_node;3614.00;10.57;1639.00;3.75;0 +391;supply_node;3616.00;10.48;1627.00;1.77;0 +391;supply_node;3625.00;10.05;1633.00;3.29;0 +391;supply_node;3626.00;10.23;1650.00;2.99;0 +391;synthetic_refinery;3573.00;9.80;1633.00;2.36;0 +392;air_base;3489.00;9.80;1550.00;1.89;0 +392;anti_air_building;3447.00;9.90;1574.00;1.88;0 +392;anti_air_building;3480.00;9.80;1570.00;5.50;0 +392;anti_air_building;3508.00;10.00;1570.00;2.84;0 +392;arms_factory;3433.00;9.80;1561.00;3.44;0 +392;arms_factory;3458.00;9.80;1591.00;1.73;0 +392;arms_factory;3509.00;10.00;1616.00;2.23;0 +392;arms_factory;3523.00;9.75;1563.00;0.17;0 +392;arms_factory;3538.00;10.78;1611.00;5.00;0 +392;arms_factory;3539.00;10.82;1600.00;4.39;0 +392;bunker;3419.00;9.95;1572.00;6.09;0 +392;bunker;3421.00;10.15;1565.00;5.51;0 +392;bunker;3421.00;10.28;1563.00;4.33;0 +392;bunker;3421.00;10.30;1552.00;3.86;0 +392;bunker;3425.00;10.05;1555.00;4.40;0 +392;bunker;3429.00;9.85;1545.00;4.98;0 +392;bunker;3429.00;10.32;1580.00;6.19;0 +392;bunker;3431.00;9.80;1562.00;3.46;0 +392;bunker;3437.00;9.80;1582.00;5.42;0 +392;bunker;3437.00;10.30;1571.00;2.61;0 +392;bunker;3439.00;9.80;1547.00;4.47;0 +392;bunker;3439.00;10.00;1565.00;5.14;0 +392;bunker;3445.00;9.80;1568.00;2.85;0 +392;bunker;3446.00;9.80;1552.00;1.97;0 +392;bunker;3446.00;9.82;1559.00;5.08;0 +392;bunker;3448.00;9.90;1575.00;4.61;0 +392;bunker;3448.00;10.30;1580.00;1.73;0 +392;bunker;3450.00;9.80;1560.00;1.06;0 +392;bunker;3452.00;10.05;1590.00;2.71;0 392;bunker;3454.00;9.90;1581.00;3.80;0 392;bunker;3458.00;9.90;1563.00;2.34;0 392;bunker;3459.00;9.80;1556.00;2.71;0 @@ -16412,6 +24177,107 @@ 392;nuclear_reactor;3501.00;9.90;1555.00;4.88;0 392;radar_station;3414.00;10.00;1555.00;0.90;0 392;rocket_site;3464.00;9.90;1572.00;1.90;0 +392;supply_node;3416.00;10.00;1571.00;5.38;0 +392;supply_node;3417.00;10.07;1560.00;1.80;0 +392;supply_node;3418.00;10.25;1548.00;3.71;0 +392;supply_node;3424.00;10.03;1566.00;1.73;0 +392;supply_node;3426.00;10.00;1557.00;4.43;0 +392;supply_node;3426.00;10.15;1576.00;1.04;0 +392;supply_node;3427.00;9.88;1548.00;4.69;0 +392;supply_node;3433.00;10.05;1570.00;5.16;0 +392;supply_node;3434.00;9.80;1558.00;2.98;0 +392;supply_node;3436.00;9.80;1547.00;2.18;0 +392;supply_node;3437.00;9.80;1581.00;5.69;0 +392;supply_node;3440.00;9.98;1565.00;1.23;0 +392;supply_node;3442.00;9.80;1555.00;0.81;0 +392;supply_node;3442.00;10.35;1575.00;0.77;0 +392;supply_node;3448.00;10.35;1582.00;3.93;0 +392;supply_node;3449.00;9.80;1570.00;4.88;0 +392;supply_node;3450.00;9.80;1552.00;2.95;0 +392;supply_node;3450.00;9.80;1561.00;5.34;0 +392;supply_node;3455.00;9.80;1589.00;2.76;0 +392;supply_node;3455.00;9.90;1576.00;1.12;0 +392;supply_node;3457.00;9.90;1565.00;3.06;0 +392;supply_node;3459.00;9.80;1553.00;0.36;0 +392;supply_node;3460.00;9.85;1582.00;3.52;0 +392;supply_node;3463.00;9.85;1569.00;5.23;0 +392;supply_node;3466.00;9.80;1550.00;1.76;0 +392;supply_node;3466.00;9.80;1559.00;4.93;0 +392;supply_node;3466.00;9.90;1590.00;3.67;0 +392;supply_node;3467.00;9.90;1574.00;0.85;0 +392;supply_node;3470.00;9.80;1598.00;2.99;0 +392;supply_node;3470.00;9.90;1585.00;4.71;0 +392;supply_node;3472.00;9.90;1566.00;1.31;0 +392;supply_node;3473.00;9.80;1551.00;1.55;0 +392;supply_node;3474.00;9.80;1611.00;5.84;0 +392;supply_node;3475.00;9.95;1580.00;2.53;0 +392;supply_node;3476.00;9.80;1618.00;2.53;0 +392;supply_node;3477.00;9.80;1559.00;2.07;0 +392;supply_node;3477.00;9.90;1591.00;3.74;0 +392;supply_node;3477.00;9.90;1604.00;4.92;0 +392;supply_node;3480.00;9.80;1573.00;0.13;0 +392;supply_node;3482.00;9.80;1566.00;2.49;0 +392;supply_node;3483.00;9.80;1552.00;1.27;0 +392;supply_node;3484.00;9.80;1626.00;3.41;0 +392;supply_node;3484.00;9.90;1597.00;2.71;0 +392;supply_node;3484.00;9.93;1586.00;2.26;0 +392;supply_node;3485.00;9.85;1611.00;5.92;0 +392;supply_node;3487.00;9.90;1577.00;2.04;0 +392;supply_node;3488.00;9.80;1558.00;1.08;0 +392;supply_node;3491.00;9.90;1616.00;0.01;0 +392;supply_node;3492.00;9.90;1568.00;6.14;0 +392;supply_node;3493.00;10.00;1604.00;3.17;0 +392;supply_node;3494.00;10.05;1583.00;3.02;0 +392;supply_node;3494.00;10.90;1593.00;3.47;0 +392;supply_node;3495.00;9.95;1625.00;1.30;0 +392;supply_node;3496.00;9.82;1550.00;1.00;0 +392;supply_node;3497.00;9.90;1559.00;2.22;0 +392;supply_node;3499.00;9.90;1567.00;4.39;0 +392;supply_node;3500.00;10.00;1575.00;0.28;0 +392;supply_node;3502.00;10.00;1611.00;2.71;0 +392;supply_node;3502.00;10.00;1620.00;2.34;0 +392;supply_node;3503.00;10.98;1602.00;2.80;0 +392;supply_node;3503.00;11.70;1592.00;1.57;0 +392;supply_node;3504.00;11.45;1583.00;3.44;0 +392;supply_node;3506.00;10.00;1559.00;0.05;0 +392;supply_node;3506.00;10.05;1545.00;4.89;0 +392;supply_node;3507.00;9.90;1628.00;3.48;0 +392;supply_node;3507.00;10.00;1553.00;4.42;0 +392;supply_node;3508.00;10.00;1567.00;5.65;0 +392;supply_node;3509.00;10.00;1619.00;5.42;0 +392;supply_node;3511.00;10.07;1575.00;3.71;0 +392;supply_node;3511.00;11.48;1596.00;1.58;0 +392;supply_node;3512.00;10.10;1609.00;0.82;0 +392;supply_node;3512.00;11.43;1586.00;6.11;0 +392;supply_node;3515.00;10.00;1549.00;3.51;0 +392;supply_node;3516.00;9.95;1633.00;4.01;0 +392;supply_node;3516.00;10.00;1560.00;2.00;0 +392;supply_node;3518.00;9.95;1569.00;1.53;0 +392;supply_node;3518.00;10.45;1602.00;6.18;0 +392;supply_node;3519.00;9.98;1625.00;3.21;0 +392;supply_node;3519.00;10.07;1616.00;5.87;0 +392;supply_node;3519.00;10.40;1581.00;0.58;0 +392;supply_node;3521.00;10.60;1591.00;6.11;0 +392;supply_node;3525.00;9.80;1573.00;2.04;0 +392;supply_node;3526.00;10.25;1563.00;3.75;0 +392;supply_node;3526.00;10.70;1607.00;4.24;0 +392;supply_node;3528.00;10.00;1633.00;0.78;0 +392;supply_node;3528.00;10.20;1622.00;2.95;0 +392;supply_node;3528.00;10.55;1582.00;0.17;0 +392;supply_node;3528.00;10.70;1598.00;4.12;0 +392;supply_node;3532.00;9.90;1574.00;4.47;0 +392;supply_node;3533.00;10.53;1590.00;5.69;0 +392;supply_node;3535.00;10.20;1617.00;3.97;0 +392;supply_node;3536.00;11.38;1564.00;0.55;0 +392;supply_node;3537.00;10.95;1607.00;5.20;0 +392;supply_node;3538.00;10.00;1629.00;0.35;0 +392;supply_node;3539.00;9.85;1580.00;3.29;0 +392;supply_node;3541.00;10.85;1598.00;0.32;0 +392;supply_node;3542.00;10.75;1570.00;5.65;0 +392;supply_node;3545.00;10.48;1590.00;3.94;0 +392;supply_node;3545.00;10.88;1614.00;4.20;0 +392;supply_node;3546.00;10.75;1623.00;5.62;0 +392;supply_node;3549.00;10.70;1581.00;1.77;0 392;synthetic_refinery;3509.00;10.07;1549.00;2.81;0 393;air_base;3683.00;10.15;1701.00;1.29;0 393;anti_air_building;3619.00;9.98;1732.00;3.52;0 @@ -16495,6 +24361,69 @@ 393;nuclear_reactor;3718.00;10.53;1754.00;6.20;0 393;radar_station;3673.00;9.95;1761.00;2.71;0 393;rocket_site;3635.00;10.00;1769.00;6.09;0 +393;supply_node;3580.00;10.50;1682.00;4.01;0 +393;supply_node;3585.00;9.80;1695.00;1.58;0 +393;supply_node;3590.00;10.40;1678.00;1.77;0 +393;supply_node;3593.00;9.80;1707.00;1.80;0 +393;supply_node;3595.00;9.70;1689.00;2.53;0 +393;supply_node;3598.00;9.80;1669.00;5.38;0 +393;supply_node;3600.00;9.73;1700.00;3.75;0 +393;supply_node;3601.00;9.80;1659.00;4.71;0 +393;supply_node;3604.00;10.40;1680.00;4.89;0 +393;supply_node;3605.00;9.80;1711.00;2.34;0 +393;supply_node;3608.00;10.23;1689.00;3.29;0 +393;supply_node;3614.00;9.90;1661.00;6.14;0 +393;supply_node;3614.00;10.35;1701.00;6.18;0 +393;supply_node;3615.00;10.50;1714.00;0.17;0 +393;supply_node;3616.00;9.80;1672.00;0.82;0 +393;supply_node;3619.00;10.25;1692.00;5.23;0 +393;supply_node;3621.00;10.40;1682.00;2.99;0 +393;supply_node;3625.00;10.05;1734.00;2.76;0 +393;supply_node;3625.00;10.60;1716.00;2.49;0 +393;supply_node;3629.00;9.80;1668.00;0.13;0 +393;supply_node;3629.00;9.98;1703.00;0.85;0 +393;supply_node;3631.00;10.40;1691.00;4.43;0 +393;supply_node;3632.00;9.93;1679.00;0.78;0 +393;supply_node;3634.00;10.60;1728.00;2.71;0 +393;supply_node;3635.00;9.90;1658.00;5.65;0 +393;supply_node;3637.00;10.07;1768.00;1.55;0 +393;supply_node;3637.00;10.10;1744.00;3.97;0 +393;supply_node;3639.00;10.50;1708.00;3.48;0 +393;supply_node;3641.00;9.80;1690.00;1.27;0 +393;supply_node;3644.00;9.80;1677.00;6.11;0 +393;supply_node;3644.00;9.88;1666.00;4.20;0 +393;supply_node;3646.00;9.95;1791.00;3.94;0 +393;supply_node;3647.00;10.20;1722.00;4.93;0 +393;supply_node;3652.00;9.80;1692.00;3.02;0 +393;supply_node;3652.00;9.80;1709.00;2.95;0 +393;supply_node;3653.00;9.70;1735.00;5.69;0 +393;supply_node;3655.00;9.80;1673.00;3.71;0 +393;supply_node;3656.00;9.93;1748.00;2.04;0 +393;supply_node;3657.00;9.90;1764.00;1.57;0 +393;supply_node;3663.00;10.05;1678.00;4.47;0 +393;supply_node;3664.00;9.82;1695.00;2.80;0 +393;supply_node;3665.00;10.40;1722.00;2.07;0 +393;supply_node;3670.00;10.00;1709.00;0.55;0 +393;supply_node;3673.00;10.32;1797.00;4.92;0 +393;supply_node;3675.00;10.45;1737.00;5.84;0 +393;supply_node;3676.00;9.90;1696.00;1.12;0 +393;supply_node;3679.00;10.05;1723.00;5.87;0 +393;supply_node;3680.00;10.45;1773.00;5.42;0 +393;supply_node;3681.00;10.35;1756.00;1.73;0 +393;supply_node;3692.00;10.80;1701.00;0.36;0 +393;supply_node;3693.00;10.18;1738.00;3.51;0 +393;supply_node;3695.00;10.68;1717.00;3.44;0 +393;supply_node;3697.00;10.20;1803.00;5.20;0 +393;supply_node;3710.00;10.23;1765.00;1.31;0 +393;supply_node;3711.00;13.95;1698.00;3.06;0 +393;supply_node;3714.00;13.48;1737.00;4.24;0 +393;supply_node;3716.00;10.25;1836.00;5.69;0 +393;supply_node;3722.00;15.45;1719.00;1.08;0 +393;supply_node;3726.00;12.00;1805.00;3.67;0 +393;supply_node;3728.00;13.73;1699.00;3.21;0 +393;supply_node;3732.00;15.80;1777.00;2.26;0 +393;supply_node;3734.00;13.88;1750.00;5.62;0 +393;supply_node;3746.00;13.82;1847.00;0.32;0 393;synthetic_refinery;3748.00;12.50;1843.00;5.59;0 394;air_base;3635.00;9.80;1558.00;0.34;0 394;anti_air_building;3604.00;9.80;1588.00;0.92;0 @@ -16649,6 +24578,140 @@ 394;nuclear_reactor;3546.00;10.57;1519.00;4.78;0 394;radar_station;3637.00;9.73;1551.00;5.53;0 394;rocket_site;3594.00;9.60;1491.00;4.20;0 +394;supply_node;3517.00;9.75;1542.00;3.97;0 +394;supply_node;3523.00;10.55;1552.00;2.53;0 +394;supply_node;3524.00;9.93;1539.00;2.91;0 +394;supply_node;3528.00;11.57;1531.00;2.98;0 +394;supply_node;3531.00;11.70;1554.00;1.08;0 +394;supply_node;3532.00;10.50;1542.00;2.95;0 +394;supply_node;3535.00;10.60;1519.00;4.39;0 +394;supply_node;3539.00;9.90;1557.00;1.58;0 +394;supply_node;3539.00;10.70;1506.00;3.62;0 +394;supply_node;3539.00;11.48;1527.00;1.77;0 +394;supply_node;3540.00;10.60;1548.00;0.80;0 +394;supply_node;3543.00;10.55;1535.00;0.58;0 +394;supply_node;3545.00;9.70;1500.00;4.71;0 +394;supply_node;3548.00;9.78;1513.00;2.95;0 +394;supply_node;3548.00;10.00;1559.00;5.65;0 +394;supply_node;3548.00;10.78;1521.00;2.18;0 +394;supply_node;3549.00;9.70;1542.00;0.25;0 +394;supply_node;3551.00;9.95;1566.00;3.74;0 +394;supply_node;3551.00;11.50;1606.00;2.99;0 +394;supply_node;3552.00;9.68;1490.00;0.74;0 +394;supply_node;3552.00;9.70;1553.00;2.53;0 +394;supply_node;3554.00;10.25;1574.00;2.98;0 +394;supply_node;3554.00;11.50;1598.00;4.88;0 +394;supply_node;3556.00;9.75;1527.00;0.32;0 +394;supply_node;3557.00;9.60;1478.00;3.29;0 +394;supply_node;3557.00;11.10;1591.00;4.92;0 +394;supply_node;3558.00;9.65;1504.00;5.84;0 +394;supply_node;3558.00;9.70;1516.00;5.16;0 +394;supply_node;3560.00;9.70;1537.00;2.49;0 +394;supply_node;3560.00;9.73;1561.00;5.62;0 +394;supply_node;3560.00;10.05;1548.00;0.36;0 +394;supply_node;3560.00;10.15;1583.00;5.69;0 +394;supply_node;3563.00;9.93;1605.00;0.78;0 +394;supply_node;3564.00;9.60;1493.00;4.35;0 +394;supply_node;3565.00;9.78;1572.00;4.12;0 +394;supply_node;3568.00;10.88;1532.00;1.00;0 +394;supply_node;3569.00;10.18;1559.00;3.41;0 +394;supply_node;3569.00;10.82;1543.00;5.12;0 +394;supply_node;3570.00;9.70;1510.00;5.87;0 +394;supply_node;3570.00;9.73;1597.00;0.50;0 +394;supply_node;3570.00;10.70;1524.00;0.31;0 +394;supply_node;3573.00;9.85;1608.00;1.26;0 +394;supply_node;3574.00;9.80;1575.00;1.23;0 +394;supply_node;3574.00;10.10;1582.00;3.44;0 +394;supply_node;3574.00;10.95;1589.00;5.65;0 +394;supply_node;3575.00;9.60;1482.00;5.15;0 +394;supply_node;3575.00;10.10;1550.00;1.50;0 +394;supply_node;3577.00;9.60;1494.00;4.69;0 +394;supply_node;3577.00;9.80;1567.00;0.77;0 +394;supply_node;3579.00;10.38;1518.00;4.43;0 +394;supply_node;3580.00;9.70;1541.00;3.71;0 +394;supply_node;3581.00;9.70;1556.00;3.44;0 +394;supply_node;3581.00;10.53;1613.00;2.34;0 +394;supply_node;3582.00;10.10;1600.00;5.92;0 +394;supply_node;3584.00;9.60;1503.00;3.93;0 +394;supply_node;3584.00;9.70;1533.00;2.49;0 +394;supply_node;3585.00;9.70;1581.00;3.13;0 +394;supply_node;3587.00;9.75;1562.00;5.23;0 +394;supply_node;3589.00;9.70;1521.00;1.76;0 +394;supply_node;3589.00;9.70;1550.00;0.35;0 +394;supply_node;3589.00;10.40;1596.00;0.82;0 +394;supply_node;3591.00;9.70;1573.00;0.09;0 +394;supply_node;3592.00;9.60;1489.00;1.80;0 +394;supply_node;3592.00;10.30;1609.00;3.71;0 +394;supply_node;3594.00;9.60;1505.00;5.83;0 +394;supply_node;3594.00;10.65;1542.00;5.20;0 +394;supply_node;3597.00;9.70;1557.00;4.01;0 +394;supply_node;3597.00;9.80;1583.00;2.67;0 +394;supply_node;3599.00;9.60;1523.00;2.21;0 +394;supply_node;3599.00;10.32;1616.00;3.75;0 +394;supply_node;3600.00;9.70;1565.00;3.06;0 +394;supply_node;3600.00;10.10;1538.00;1.04;0 +394;supply_node;3601.00;10.05;1593.00;2.71;0 +394;supply_node;3603.00;9.80;1572.00;4.47;0 +394;supply_node;3603.00;10.40;1603.00;4.20;0 +394;supply_node;3605.00;10.30;1550.00;4.42;0 +394;supply_node;3606.00;9.60;1506.00;1.04;0 +394;supply_node;3608.00;9.60;1493.00;4.39;0 +394;supply_node;3609.00;9.70;1561.00;3.67;0 +394;supply_node;3609.00;9.70;1580.00;3.48;0 +394;supply_node;3609.00;10.40;1615.00;0.85;0 +394;supply_node;3613.00;9.82;1590.00;6.07;0 +394;supply_node;3615.00;9.70;1545.00;6.18;0 +394;supply_node;3615.00;10.50;1600.00;4.93;0 +394;supply_node;3615.00;10.53;1572.00;3.02;0 +394;supply_node;3616.00;10.40;1609.00;0.81;0 +394;supply_node;3617.00;9.78;1554.00;2.22;0 +394;supply_node;3621.00;12.07;1566.00;4.89;0 +394;supply_node;3622.00;10.00;1618.00;5.61;0 +394;supply_node;3624.00;9.90;1588.00;0.13;0 +394;supply_node;3626.00;9.75;1579.00;2.26;0 +394;supply_node;3627.00;9.78;1549.00;4.84;0 +394;supply_node;3628.00;9.98;1607.00;1.12;0 +394;supply_node;3629.00;9.80;1599.00;5.69;0 +394;supply_node;3630.00;9.80;1558.00;0.28;0 +394;supply_node;3632.00;10.28;1569.00;0.05;0 +394;supply_node;3633.00;9.90;1625.00;1.55;0 +394;supply_node;3634.00;9.90;1614.00;1.57;0 +394;supply_node;3638.00;9.90;1589.00;2.04;0 +394;supply_node;3642.00;9.80;1550.00;0.01;0 +394;supply_node;3642.00;9.80;1561.00;5.37;0 +394;supply_node;3642.00;10.15;1575.00;1.31;0 +394;supply_node;3645.00;10.18;1601.00;3.21;0 +394;supply_node;3647.00;10.00;1616.00;1.53;0 +394;supply_node;3653.00;10.18;1566.00;2.45;0 +394;supply_node;3653.00;10.40;1578.00;5.34;0 +394;supply_node;3655.00;10.40;1590.00;2.80;0 +394;supply_node;3657.00;11.45;1556.00;0.28;0 +394;supply_node;3661.00;11.10;1602.00;2.71;0 +394;supply_node;3666.00;10.00;1566.00;3.93;0 +394;supply_node;3668.00;9.90;1581.00;3.51;0 +394;supply_node;3670.00;10.50;1554.00;1.68;0 +394;supply_node;3675.00;9.80;1599.00;2.07;0 +394;supply_node;3680.00;9.85;1567.00;4.24;0 +394;supply_node;3682.00;10.00;1586.00;0.96;0 +394;supply_node;3682.00;10.12;1550.00;3.94;0 +394;supply_node;3690.00;10.73;1603.00;5.42;0 +394;supply_node;3692.00;10.15;1553.00;0.55;0 +394;supply_node;3694.00;12.38;1587.00;6.11;0 +394;supply_node;3697.00;13.30;1572.00;2.00;0 +394;supply_node;3705.00;12.62;1605.00;6.14;0 +394;supply_node;3708.00;10.00;1544.00;3.21;0 +394;supply_node;3708.00;15.85;1557.00;1.27;0 +394;supply_node;3713.00;16.12;1573.00;5.79;0 +394;supply_node;3714.00;15.43;1590.00;5.38;0 +394;supply_node;3720.00;15.48;1610.00;1.72;0 +394;supply_node;3726.00;9.90;1557.00;1.73;0 +394;supply_node;3729.00;9.95;1537.00;4.66;0 +394;supply_node;3731.00;10.62;1578.00;3.90;0 +394;supply_node;3733.00;9.90;1593.00;1.30;0 +394;supply_node;3736.00;10.30;1607.00;6.11;0 +394;supply_node;3739.00;9.80;1556.00;3.17;0 +394;supply_node;3749.00;9.80;1572.00;4.20;0 +394;supply_node;3751.00;9.80;1592.00;3.47;0 394;synthetic_refinery;3590.00;9.70;1552.00;5.15;0 395;air_base;3534.00;9.73;1461.00;6.02;0 395;anti_air_building;3509.00;9.80;1497.00;2.38;0 @@ -16712,6 +24775,49 @@ 395;nuclear_reactor;3498.00;9.80;1482.00;0.92;0 395;radar_station;3535.00;9.88;1479.00;2.83;0 395;rocket_site;3543.00;9.60;1436.00;3.73;0 +395;supply_node;3498.00;9.80;1491.00;3.29;0 +395;supply_node;3501.00;9.80;1481.00;4.93;0 +395;supply_node;3503.00;9.80;1501.00;5.87;0 +395;supply_node;3503.00;9.80;1508.00;1.31;0 +395;supply_node;3504.00;9.80;1489.00;1.08;0 +395;supply_node;3505.00;9.80;1474.00;4.47;0 +395;supply_node;3507.00;10.23;1515.00;4.71;0 +395;supply_node;3511.00;9.80;1501.00;3.67;0 +395;supply_node;3512.00;9.75;1480.00;1.12;0 +395;supply_node;3512.00;9.78;1489.00;1.58;0 +395;supply_node;3514.00;10.65;1521.00;0.85;0 +395;supply_node;3515.00;9.70;1467.00;5.23;0 +395;supply_node;3515.00;9.70;1530.00;5.42;0 +395;supply_node;3517.00;11.23;1513.00;6.11;0 +395;supply_node;3520.00;9.60;1495.00;3.71;0 +395;supply_node;3520.00;10.23;1476.00;2.99;0 +395;supply_node;3522.00;9.82;1504.00;4.89;0 +395;supply_node;3523.00;10.18;1460.00;4.01;0 +395;supply_node;3523.00;10.78;1522.00;5.20;0 +395;supply_node;3524.00;9.62;1450.00;3.02;0 +395;supply_node;3524.00;10.32;1487.00;6.18;0 +395;supply_node;3527.00;11.85;1468.00;2.71;0 +395;supply_node;3529.00;9.85;1479.00;1.77;0 +395;supply_node;3530.00;9.93;1511.00;0.36;0 +395;supply_node;3530.00;10.50;1497.00;2.07;0 +395;supply_node;3531.00;11.30;1442.00;0.13;0 +395;supply_node;3533.00;9.85;1452.00;2.53;0 +395;supply_node;3535.00;11.03;1473.00;5.65;0 +395;supply_node;3537.00;9.62;1458.00;0.32;0 +395;supply_node;3538.00;9.60;1431.00;3.48;0 +395;supply_node;3539.00;9.60;1488.00;3.94;0 +395;supply_node;3541.00;9.70;1465.00;2.95;0 +395;supply_node;3543.00;9.60;1447.00;0.78;0 +395;supply_node;3544.00;9.60;1476.00;4.43;0 +395;supply_node;3545.00;9.60;1439.00;1.80;0 +395;supply_node;3546.00;9.62;1427.00;0.55;0 +395;supply_node;3549.00;9.60;1455.00;4.24;0 +395;supply_node;3550.00;9.60;1465.00;3.75;0 +395;supply_node;3555.00;9.60;1441.00;2.26;0 +395;supply_node;3556.00;9.70;1434.00;0.82;0 +395;supply_node;3558.00;9.60;1457.00;3.06;0 +395;supply_node;3561.00;9.60;1448.00;1.55;0 +395;supply_node;3567.00;9.70;1440.00;5.84;0 395;synthetic_refinery;3534.00;9.60;1485.00;2.98;0 396;air_base;3482.00;10.40;1665.00;3.17;0 396;anti_air_building;3479.00;10.40;1664.00;4.98;0 @@ -16776,6 +24882,50 @@ 396;nuclear_reactor;3468.00;9.80;1673.00;5.03;0 396;radar_station;3458.00;10.40;1622.00;3.76;0 396;rocket_site;3495.00;9.80;1672.00;2.36;0 +396;supply_node;3451.00;9.80;1669.00;4.01;0 +396;supply_node;3454.00;10.40;1659.00;1.55;0 +396;supply_node;3455.00;10.20;1626.00;1.31;0 +396;supply_node;3457.00;9.90;1677.00;1.77;0 +396;supply_node;3460.00;10.40;1634.00;4.71;0 +396;supply_node;3461.00;10.40;1653.00;0.36;0 +396;supply_node;3462.00;9.80;1670.00;0.85;0 +396;supply_node;3463.00;9.80;1664.00;6.11;0 +396;supply_node;3464.00;9.95;1622.00;0.13;0 +396;supply_node;3464.00;10.03;1642.00;0.55;0 +396;supply_node;3467.00;10.40;1632.00;4.43;0 +396;supply_node;3468.00;9.80;1676.00;5.65;0 +396;supply_node;3469.00;10.25;1657.00;5.84;0 +396;supply_node;3470.00;9.80;1646.00;6.18;0 +396;supply_node;3472.00;10.15;1665.00;1.80;0 +396;supply_node;3475.00;9.80;1626.00;2.26;0 +396;supply_node;3476.00;9.80;1653.00;4.24;0 +396;supply_node;3478.00;10.40;1637.00;3.94;0 +396;supply_node;3480.00;9.80;1674.00;2.71;0 +396;supply_node;3480.00;10.40;1666.00;0.32;0 +396;supply_node;3482.00;9.80;1647.00;3.67;0 +396;supply_node;3484.00;10.32;1660.00;2.95;0 +396;supply_node;3488.00;9.88;1653.00;0.78;0 +396;supply_node;3489.00;9.90;1634.00;3.71;0 +396;supply_node;3490.00;9.90;1641.00;1.73;0 +396;supply_node;3491.00;10.10;1671.00;3.06;0 +396;supply_node;3496.00;9.95;1664.00;3.97;0 +396;supply_node;3497.00;9.90;1647.00;1.08;0 +396;supply_node;3500.00;9.80;1635.00;2.07;0 +396;supply_node;3501.00;10.43;1656.00;0.82;0 +396;supply_node;3506.00;9.90;1647.00;2.49;0 +396;supply_node;3507.00;9.95;1666.00;2.99;0 +396;supply_node;3509.00;9.88;1638.00;5.20;0 +396;supply_node;3513.00;10.40;1658.00;4.47;0 +396;supply_node;3515.00;9.90;1648.00;5.23;0 +396;supply_node;3519.00;9.90;1640.00;2.53;0 +396;supply_node;3520.00;10.40;1664.00;3.29;0 +396;supply_node;3523.00;9.82;1650.00;3.48;0 +396;supply_node;3527.00;10.40;1657.00;3.02;0 +396;supply_node;3528.00;9.90;1642.00;1.12;0 +396;supply_node;3536.00;10.00;1648.00;3.75;0 +396;supply_node;3538.00;10.40;1659.00;5.87;0 +396;supply_node;3541.00;9.95;1638.00;4.89;0 +396;supply_node;3545.00;9.93;1649.00;5.42;0 396;synthetic_refinery;3472.00;9.80;1646.00;2.96;0 397;air_base;3283.00;9.85;1663.00;1.11;0 397;anti_air_building;3266.00;9.88;1657.00;3.34;0 @@ -16809,6 +24959,19 @@ 397;nuclear_reactor;3296.00;10.50;1648.00;2.29;0 397;radar_station;3247.00;9.82;1648.00;1.09;0 397;rocket_site;3285.00;10.45;1650.00;5.91;0 +397;supply_node;3255.00;9.80;1648.00;4.71;0 +397;supply_node;3265.00;9.82;1654.00;2.53;0 +397;supply_node;3267.00;10.28;1643.00;4.01;0 +397;supply_node;3269.00;10.30;1664.00;0.36;0 +397;supply_node;3277.00;10.50;1645.00;2.99;0 +397;supply_node;3278.00;10.48;1657.00;3.75;0 +397;supply_node;3283.00;9.80;1667.00;5.87;0 +397;supply_node;3287.00;10.23;1653.00;1.77;0 +397;supply_node;3288.00;10.05;1643.00;1.12;0 +397;supply_node;3294.00;11.38;1664.00;5.23;0 +397;supply_node;3299.00;10.48;1649.00;3.29;0 +397;supply_node;3302.00;11.57;1657.00;4.47;0 +397;supply_node;3308.00;11.70;1664.00;3.71;0 397;synthetic_refinery;3260.00;9.80;1647.00;5.40;0 398;air_base;3854.00;9.80;1715.00;2.41;0 398;anti_air_building;3745.00;10.70;1675.00;1.67;0 @@ -16890,57 +25053,118 @@ 398;nuclear_reactor;3773.00;10.40;1806.00;0.11;0 398;radar_station;3744.00;10.23;1608.00;2.25;0 398;rocket_site;3859.00;9.78;1717.00;4.84;0 -398;synthetic_refinery;3791.00;9.80;1750.00;5.79;0 -399;air_base;4280.00;10.65;1680.00;2.92;0 -399;anti_air_building;4238.00;10.35;1666.00;0.79;0 -399;anti_air_building;4293.00;10.90;1635.00;3.80;0 -399;anti_air_building;4301.00;13.90;1617.00;4.40;0 -399;arms_factory;4111.00;10.03;1600.00;3.36;0 -399;arms_factory;4138.00;10.60;1638.00;6.02;0 -399;arms_factory;4191.00;10.23;1688.00;5.42;0 -399;arms_factory;4272.00;10.90;1670.00;1.29;0 -399;arms_factory;4286.00;10.50;1685.00;0.34;0 -399;arms_factory;4306.00;11.07;1698.00;2.41;0 -399;bunker;3961.00;9.90;1555.00;2.21;0 -399;bunker;3978.00;10.10;1497.00;6.09;0 -399;bunker;3980.00;9.85;1579.00;4.37;0 -399;bunker;3984.00;9.80;1530.00;1.87;0 -399;bunker;3984.00;9.80;1541.00;0.14;0 -399;bunker;3987.00;9.80;1587.00;3.16;0 -399;bunker;3995.00;10.45;1564.00;2.81;0 -399;bunker;4001.00;10.57;1551.00;4.88;0 -399;bunker;4004.00;9.80;1500.00;1.73;0 -399;bunker;4006.00;9.80;1525.00;5.28;0 -399;bunker;4017.00;9.98;1536.00;5.22;0 -399;bunker;4025.00;10.25;1574.00;0.15;0 -399;bunker;4029.00;10.50;1552.00;3.76;0 -399;bunker;4031.00;10.40;1577.00;4.71;0 -399;bunker;4038.00;10.60;1532.00;4.33;0 -399;bunker;4044.00;10.00;1509.00;2.48;0 -399;bunker;4050.00;9.85;1566.00;6.19;0 -399;bunker;4052.00;10.18;1497.00;3.29;0 -399;bunker;4079.00;9.88;1582.00;1.60;0 -399;bunker;4082.00;10.00;1549.00;2.61;0 -399;bunker;4084.00;10.50;1602.00;0.11;0 -399;bunker;4087.00;10.00;1578.00;2.78;0 -399;bunker;4092.00;9.90;1587.00;3.52;0 -399;bunker;4101.00;10.88;1554.00;1.53;0 -399;bunker;4108.00;10.50;1633.00;1.67;0 -399;bunker;4114.00;10.50;1638.00;2.34;0 -399;bunker;4118.00;9.80;1718.00;3.29;0 -399;bunker;4119.00;10.28;1651.00;2.54;0 -399;bunker;4119.00;10.48;1594.00;5.58;0 -399;bunker;4121.00;10.35;1694.00;1.97;0 -399;bunker;4122.00;10.35;1610.00;3.90;0 -399;bunker;4122.00;10.80;1558.00;2.04;0 -399;bunker;4124.00;10.13;1699.00;5.35;0 -399;bunker;4135.00;10.20;1573.00;5.72;0 -399;bunker;4137.00;10.28;1614.00;2.04;0 -399;bunker;4139.00;10.18;1656.00;2.10;0 -399;bunker;4141.00;10.70;1631.00;5.96;0 -399;bunker;4142.00;9.85;1676.00;2.71;0 -399;bunker;4146.00;10.55;1645.00;5.82;0 -399;bunker;4149.00;10.50;1598.00;4.84;0 +398;supply_node;3726.00;13.75;1641.00;4.92;0 +398;supply_node;3731.00;12.90;1655.00;2.95;0 +398;supply_node;3731.00;13.15;1678.00;0.85;0 +398;supply_node;3733.00;13.80;1627.00;2.04;0 +398;supply_node;3743.00;10.05;1718.00;5.69;0 +398;supply_node;3745.00;10.25;1696.00;2.26;0 +398;supply_node;3746.00;10.60;1676.00;2.98;0 +398;supply_node;3748.00;10.70;1654.00;3.21;0 +398;supply_node;3749.00;10.12;1738.00;4.20;0 +398;supply_node;3749.00;10.88;1640.00;3.74;0 +398;supply_node;3751.00;10.38;1612.00;0.81;0 +398;supply_node;3751.00;10.80;1628.00;4.47;0 +398;supply_node;3754.00;10.20;1805.00;1.77;0 +398;supply_node;3755.00;10.53;1664.00;2.07;0 +398;supply_node;3756.00;10.40;1765.00;6.18;0 +398;supply_node;3765.00;10.07;1697.00;5.42;0 +398;supply_node;3766.00;9.85;1718.00;4.01;0 +398;supply_node;3767.00;10.20;1677.00;1.73;0 +398;supply_node;3769.00;10.30;1751.00;6.11;0 +398;supply_node;3769.00;10.53;1621.00;2.49;0 +398;supply_node;3771.00;10.60;1635.00;5.20;0 +398;supply_node;3772.00;10.45;1646.00;5.92;0 +398;supply_node;3774.00;10.53;1607.00;5.38;0 +398;supply_node;3775.00;10.50;1657.00;2.99;0 +398;supply_node;3780.00;10.20;1778.00;5.84;0 +398;supply_node;3783.00;10.30;1803.00;2.71;0 +398;supply_node;3785.00;10.50;1672.00;5.87;0 +398;supply_node;3786.00;10.35;1732.00;3.44;0 +398;supply_node;3787.00;10.40;1688.00;4.71;0 +398;supply_node;3788.00;9.80;1708.00;3.67;0 +398;supply_node;3790.00;9.80;1830.00;4.89;0 +398;supply_node;3792.00;10.40;1639.00;3.48;0 +398;supply_node;3795.00;10.30;1626.00;0.36;0 +398;supply_node;3801.00;9.80;1758.00;0.78;0 +398;supply_node;3802.00;10.40;1661.00;1.57;0 +398;supply_node;3803.00;10.00;1614.00;6.14;0 +398;supply_node;3803.00;10.40;1651.00;5.62;0 +398;supply_node;3807.00;9.70;1860.00;4.24;0 +398;supply_node;3809.00;10.40;1673.00;2.80;0 +398;supply_node;3812.00;9.80;1689.00;5.16;0 +398;supply_node;3816.00;9.70;1797.00;0.32;0 +398;supply_node;3816.00;9.78;1734.00;0.13;0 +398;supply_node;3817.00;9.80;1635.00;1.12;0 +398;supply_node;3819.00;9.80;1704.00;1.55;0 +398;supply_node;3826.00;9.75;1649.00;3.51;0 +398;supply_node;3832.00;10.30;1761.00;0.35;0 +398;supply_node;3832.00;10.35;1662.00;3.29;0 +398;supply_node;3836.00;9.82;1676.00;3.02;0 +398;supply_node;3836.00;9.90;1631.00;3.94;0 +398;supply_node;3838.00;9.70;1716.00;1.27;0 +398;supply_node;3850.00;9.80;1692.00;5.65;0 +398;supply_node;3850.00;10.30;1775.00;2.22;0 +398;supply_node;3851.00;9.80;1655.00;0.55;0 +398;supply_node;3856.00;10.25;1735.00;4.43;0 +398;supply_node;3858.00;9.80;1674.00;1.80;0 +398;supply_node;3859.00;9.90;1632.00;3.71;0 +398;supply_node;3865.00;9.80;1709.00;1.31;0 +398;supply_node;3872.00;10.40;1659.00;3.97;0 +398;supply_node;3875.00;10.40;1643.00;0.05;0 +398;supply_node;3878.00;9.70;1745.00;2.53;0 +398;supply_node;3878.00;9.80;1678.00;1.08;0 +398;synthetic_refinery;3791.00;9.80;1750.00;5.79;0 +399;air_base;4280.00;10.65;1680.00;2.92;0 +399;anti_air_building;4238.00;10.35;1666.00;0.79;0 +399;anti_air_building;4293.00;10.90;1635.00;3.80;0 +399;anti_air_building;4301.00;13.90;1617.00;4.40;0 +399;arms_factory;4111.00;10.03;1600.00;3.36;0 +399;arms_factory;4138.00;10.60;1638.00;6.02;0 +399;arms_factory;4191.00;10.23;1688.00;5.42;0 +399;arms_factory;4272.00;10.90;1670.00;1.29;0 +399;arms_factory;4286.00;10.50;1685.00;0.34;0 +399;arms_factory;4306.00;11.07;1698.00;2.41;0 +399;bunker;3961.00;9.90;1555.00;2.21;0 +399;bunker;3978.00;10.10;1497.00;6.09;0 +399;bunker;3980.00;9.85;1579.00;4.37;0 +399;bunker;3984.00;9.80;1530.00;1.87;0 +399;bunker;3984.00;9.80;1541.00;0.14;0 +399;bunker;3987.00;9.80;1587.00;3.16;0 +399;bunker;3995.00;10.45;1564.00;2.81;0 +399;bunker;4001.00;10.57;1551.00;4.88;0 +399;bunker;4004.00;9.80;1500.00;1.73;0 +399;bunker;4006.00;9.80;1525.00;5.28;0 +399;bunker;4017.00;9.98;1536.00;5.22;0 +399;bunker;4025.00;10.25;1574.00;0.15;0 +399;bunker;4029.00;10.50;1552.00;3.76;0 +399;bunker;4031.00;10.40;1577.00;4.71;0 +399;bunker;4038.00;10.60;1532.00;4.33;0 +399;bunker;4044.00;10.00;1509.00;2.48;0 +399;bunker;4050.00;9.85;1566.00;6.19;0 +399;bunker;4052.00;10.18;1497.00;3.29;0 +399;bunker;4079.00;9.88;1582.00;1.60;0 +399;bunker;4082.00;10.00;1549.00;2.61;0 +399;bunker;4084.00;10.50;1602.00;0.11;0 +399;bunker;4087.00;10.00;1578.00;2.78;0 +399;bunker;4092.00;9.90;1587.00;3.52;0 +399;bunker;4101.00;10.88;1554.00;1.53;0 +399;bunker;4108.00;10.50;1633.00;1.67;0 +399;bunker;4114.00;10.50;1638.00;2.34;0 +399;bunker;4118.00;9.80;1718.00;3.29;0 +399;bunker;4119.00;10.28;1651.00;2.54;0 +399;bunker;4119.00;10.48;1594.00;5.58;0 +399;bunker;4121.00;10.35;1694.00;1.97;0 +399;bunker;4122.00;10.35;1610.00;3.90;0 +399;bunker;4122.00;10.80;1558.00;2.04;0 +399;bunker;4124.00;10.13;1699.00;5.35;0 +399;bunker;4135.00;10.20;1573.00;5.72;0 +399;bunker;4137.00;10.28;1614.00;2.04;0 +399;bunker;4139.00;10.18;1656.00;2.10;0 +399;bunker;4141.00;10.70;1631.00;5.96;0 +399;bunker;4142.00;9.85;1676.00;2.71;0 +399;bunker;4146.00;10.55;1645.00;5.82;0 +399;bunker;4149.00;10.50;1598.00;4.84;0 399;bunker;4151.00;10.45;1566.00;2.10;0 399;bunker;4152.00;10.50;1663.00;0.28;0 399;bunker;4153.00;10.25;1692.00;0.72;0 @@ -16984,6 +25208,80 @@ 399;nuclear_reactor;4295.00;14.00;1598.00;2.25;0 399;radar_station;3975.00;10.28;1492.00;4.20;0 399;rocket_site;4208.00;10.23;1652.00;5.51;0 +399;supply_node;3969.00;9.88;1584.00;1.31;0 +399;supply_node;3971.00;10.35;1561.00;4.43;0 +399;supply_node;3974.00;9.80;1540.00;5.42;0 +399;supply_node;3984.00;10.00;1499.00;4.20;0 +399;supply_node;3989.00;9.80;1521.00;1.12;0 +399;supply_node;3991.00;10.48;1570.00;0.55;0 +399;supply_node;3992.00;9.80;1594.00;3.17;0 +399;supply_node;3995.00;10.43;1552.00;0.81;0 +399;supply_node;4008.00;9.90;1537.00;1.27;0 +399;supply_node;4009.00;9.80;1498.00;5.38;0 +399;supply_node;4012.00;10.35;1579.00;2.04;0 +399;supply_node;4016.00;9.80;1521.00;1.08;0 +399;supply_node;4025.00;10.18;1559.00;1.80;0 +399;supply_node;4036.00;10.00;1510.00;3.51;0 +399;supply_node;4038.00;10.93;1538.00;2.07;0 +399;supply_node;4039.00;10.18;1491.00;5.92;0 +399;supply_node;4041.00;10.30;1581.00;4.71;0 +399;supply_node;4054.00;9.90;1554.00;0.58;0 +399;supply_node;4070.00;9.80;1593.00;5.69;0 +399;supply_node;4071.00;9.90;1573.00;3.44;0 +399;supply_node;4079.00;10.10;1551.00;4.39;0 +399;supply_node;4092.00;10.70;1604.00;5.65;0 +399;supply_node;4100.00;9.93;1574.00;1.77;0 +399;supply_node;4101.00;10.18;1703.00;5.62;0 +399;supply_node;4104.00;11.40;1546.00;3.67;0 +399;supply_node;4105.00;10.62;1624.00;2.95;0 +399;supply_node;4114.00;10.35;1595.00;3.71;0 +399;supply_node;4120.00;9.80;1719.00;6.14;0 +399;supply_node;4120.00;10.53;1614.00;2.98;0 +399;supply_node;4120.00;10.60;1632.00;5.20;0 +399;supply_node;4122.00;10.45;1650.00;1.76;0 +399;supply_node;4126.00;10.20;1577.00;3.02;0 +399;supply_node;4128.00;9.80;1680.00;1.04;0 +399;supply_node;4128.00;10.12;1560.00;4.01;0 +399;supply_node;4132.00;9.95;1664.00;3.97;0 +399;supply_node;4138.00;10.23;1598.00;2.53;0 +399;supply_node;4138.00;10.35;1698.00;4.24;0 +399;supply_node;4140.00;10.60;1629.00;2.49;0 +399;supply_node;4144.00;10.70;1644.00;4.89;0 +399;supply_node;4146.00;9.80;1723.00;3.93;0 +399;supply_node;4149.00;10.00;1615.00;6.11;0 +399;supply_node;4153.00;10.23;1576.00;0.28;0 +399;supply_node;4153.00;10.55;1663.00;5.87;0 +399;supply_node;4156.00;10.25;1684.00;5.16;0 +399;supply_node;4162.00;10.48;1603.00;0.36;0 +399;supply_node;4162.00;10.65;1649.00;1.55;0 +399;supply_node;4168.00;10.82;1628.00;5.34;0 +399;supply_node;4171.00;10.00;1713.00;2.22;0 +399;supply_node;4179.00;9.80;1676.00;1.57;0 +399;supply_node;4180.00;11.10;1600.00;3.29;0 +399;supply_node;4180.00;11.38;1576.00;3.21;0 +399;supply_node;4184.00;10.65;1643.00;2.80;0 +399;supply_node;4200.00;10.48;1702.00;0.32;0 +399;supply_node;4202.00;12.10;1588.00;6.18;0 +399;supply_node;4203.00;11.65;1614.00;4.92;0 +399;supply_node;4207.00;10.60;1678.00;2.00;0 +399;supply_node;4208.00;10.23;1654.00;1.73;0 +399;supply_node;4209.00;10.90;1631.00;0.35;0 +399;supply_node;4224.00;11.05;1594.00;0.05;0 +399;supply_node;4227.00;14.10;1568.00;0.13;0 +399;supply_node;4229.00;10.40;1671.00;3.94;0 +399;supply_node;4232.00;10.50;1697.00;1.00;0 +399;supply_node;4233.00;11.00;1638.00;3.74;0 +399;supply_node;4247.00;11.10;1656.00;2.71;0 +399;supply_node;4248.00;10.50;1613.00;4.69;0 +399;supply_node;4251.00;10.80;1677.00;2.53;0 +399;supply_node;4254.00;13.50;1578.00;3.48;0 +399;supply_node;4265.00;11.18;1641.00;3.47;0 +399;supply_node;4275.00;11.12;1676.00;5.84;0 +399;supply_node;4282.00;13.15;1599.00;1.30;0 +399;supply_node;4291.00;13.75;1621.00;0.78;0 +399;supply_node;4296.00;10.70;1645.00;6.11;0 +399;supply_node;4305.00;10.85;1693.00;0.85;0 +399;supply_node;4308.00;10.78;1668.00;2.26;0 399;synthetic_refinery;4317.00;10.40;1698.00;0.65;0 400;air_base;4045.00;9.80;1624.00;3.52;0 400;anti_air_building;3897.00;9.80;1663.00;4.33;0 @@ -17054,6 +25352,56 @@ 400;nuclear_reactor;3886.00;10.23;1656.00;0.72;0 400;radar_station;3887.00;10.40;1638.00;3.02;0 400;rocket_site;3992.00;10.40;1730.00;5.79;0 +400;supply_node;3883.00;9.70;1701.00;4.24;0 +400;supply_node;3895.00;10.00;1658.00;2.80;0 +400;supply_node;3900.00;10.30;1641.00;2.71;0 +400;supply_node;3902.00;9.70;1678.00;6.11;0 +400;supply_node;3902.00;9.73;1725.00;0.32;0 +400;supply_node;3904.00;9.70;1752.00;6.18;0 +400;supply_node;3904.00;9.90;1701.00;3.51;0 +400;supply_node;3919.00;10.05;1640.00;1.08;0 +400;supply_node;3921.00;9.80;1669.00;1.73;0 +400;supply_node;3925.00;10.40;1713.00;1.55;0 +400;supply_node;3928.00;11.32;1688.00;0.78;0 +400;supply_node;3930.00;9.80;1615.00;3.97;0 +400;supply_node;3933.00;9.70;1756.00;5.38;0 +400;supply_node;3938.00;9.80;1662.00;5.62;0 +400;supply_node;3940.00;10.40;1732.00;4.01;0 +400;supply_node;3941.00;10.40;1635.00;3.29;0 +400;supply_node;3952.00;10.40;1702.00;6.14;0 +400;supply_node;3959.00;9.80;1605.00;4.71;0 +400;supply_node;3959.00;9.80;1654.00;0.55;0 +400;supply_node;3962.00;10.32;1629.00;2.04;0 +400;supply_node;3963.00;10.40;1686.00;3.44;0 +400;supply_node;3965.00;10.32;1751.00;2.26;0 +400;supply_node;3972.00;10.32;1721.00;1.57;0 +400;supply_node;3978.00;9.80;1615.00;5.69;0 +400;supply_node;3979.00;9.80;1671.00;5.42;0 +400;supply_node;3983.00;9.80;1652.00;3.21;0 +400;supply_node;3994.00;10.15;1745.00;4.20;0 +400;supply_node;3995.00;9.80;1626.00;0.81;0 +400;supply_node;3996.00;10.30;1705.00;5.84;0 +400;supply_node;4009.00;9.80;1641.00;1.31;0 +400;supply_node;4009.00;9.80;1679.00;2.53;0 +400;supply_node;4014.00;9.80;1659.00;2.95;0 +400;supply_node;4016.00;9.93;1735.00;0.13;0 +400;supply_node;4017.00;9.80;1602.00;5.65;0 +400;supply_node;4025.00;10.40;1697.00;3.94;0 +400;supply_node;4027.00;9.80;1621.00;5.87;0 +400;supply_node;4028.00;10.30;1718.00;4.43;0 +400;supply_node;4039.00;9.85;1638.00;4.92;0 +400;supply_node;4043.00;10.40;1656.00;4.89;0 +400;supply_node;4047.00;10.40;1606.00;5.20;0 +400;supply_node;4048.00;10.40;1680.00;1.27;0 +400;supply_node;4056.00;9.90;1708.00;0.85;0 +400;supply_node;4059.00;10.20;1625.00;2.07;0 +400;supply_node;4069.00;10.40;1644.00;2.49;0 +400;supply_node;4075.00;10.40;1665.00;0.36;0 +400;supply_node;4077.00;9.80;1691.00;3.48;0 +400;supply_node;4082.00;10.50;1620.00;3.67;0 +400;supply_node;4094.00;9.82;1645.00;1.77;0 +400;supply_node;4097.00;10.38;1680.00;3.02;0 +400;supply_node;4109.00;9.80;1662.00;1.80;0 400;synthetic_refinery;3927.00;9.82;1677.00;0.11;0 401;air_base;3928.00;9.73;1792.00;4.03;0 401;anti_air_building;3865.00;9.73;1802.00;1.60;0 @@ -17092,6 +25440,8 @@ 401;coastal_bunker;3855.00;9.50;1975.00;-1.47;0 401;coastal_bunker;3885.00;9.50;1958.00;-2.36;0 401;dockyard;3856.00;9.60;2027.00;-1.47;0 +401;floating_harbor;3852.04;9.50;1998.27;-4.61;8461 +401;floating_harbor;3874.17;9.50;1955.06;0.76;4669 401;industrial_complex;3872.00;9.63;1979.00;2.92;0 401;industrial_complex;3905.00;9.70;1950.00;5.58;0 401;industrial_complex;3909.00;9.70;1997.00;1.36;0 @@ -17103,6 +25453,30 @@ 401;nuclear_reactor;3989.00;10.40;1797.00;0.04;0 401;radar_station;3818.00;9.80;1809.00;2.53;0 401;rocket_site;3875.00;10.28;1859.00;3.66;0 +401;supply_node;3838.00;9.70;1819.00;4.24;0 +401;supply_node;3854.00;9.70;1853.00;2.53;0 +401;supply_node;3857.00;10.05;1886.00;4.01;0 +401;supply_node;3863.00;10.30;1794.00;4.89;0 +401;supply_node;3883.00;9.80;1822.00;3.94;0 +401;supply_node;3888.00;9.75;1778.00;0.55;0 +401;supply_node;3897.00;9.70;2003.00;3.48;0 +401;supply_node;3900.00;9.70;1928.00;6.18;0 +401;supply_node;3902.00;9.70;1864.00;0.13;0 +401;supply_node;3906.00;9.80;1806.00;0.85;0 +401;supply_node;3918.00;9.80;1781.00;2.26;0 +401;supply_node;3944.00;9.70;1827.00;1.31;0 +401;supply_node;3948.00;9.70;1871.00;6.11;0 +401;supply_node;3948.00;9.88;1797.00;0.78;0 +401;supply_node;3955.00;9.70;1776.00;2.07;0 +401;supply_node;3986.00;9.70;1923.00;4.71;0 +401;supply_node;3989.00;10.32;1822.00;1.55;0 +401;supply_node;3993.00;9.75;1872.00;2.71;0 +401;supply_node;3993.00;10.28;1792.00;1.77;0 +401;supply_node;3994.00;10.40;1771.00;5.20;0 +401;supply_node;3999.00;9.70;2008.00;5.87;0 +401;supply_node;4027.00;9.70;1854.00;5.42;0 +401;supply_node;4051.00;9.70;1892.00;3.02;0 +401;supply_node;4051.00;9.70;1944.00;5.65;0 401;synthetic_refinery;4067.00;9.70;1879.00;4.26;0 402;air_base;4344.00;10.20;1708.00;1.97;0 402;anti_air_building;4205.00;10.50;1849.00;0.04;0 @@ -17154,6 +25528,37 @@ 402;nuclear_reactor;4237.00;10.10;1799.00;4.77;0 402;radar_station;4010.00;10.10;1753.00;6.18;0 402;rocket_site;4155.00;9.70;1836.00;2.10;0 +402;supply_node;4030.00;10.25;1774.00;1.55;0 +402;supply_node;4035.00;9.88;1747.00;1.77;0 +402;supply_node;4036.00;10.40;1809.00;6.18;0 +402;supply_node;4063.00;10.25;1737.00;0.78;0 +402;supply_node;4064.00;9.70;1838.00;4.89;0 +402;supply_node;4069.00;10.32;1762.00;6.11;0 +402;supply_node;4074.00;9.70;1785.00;1.08;0 +402;supply_node;4087.00;9.80;1727.00;4.24;0 +402;supply_node;4091.00;10.40;1810.00;5.20;0 +402;supply_node;4101.00;9.78;1854.00;4.71;0 +402;supply_node;4108.00;10.30;1746.00;0.32;0 +402;supply_node;4115.00;10.35;1773.00;3.02;0 +402;supply_node;4130.00;9.80;1799.00;0.85;0 +402;supply_node;4139.00;9.80;1746.00;5.65;0 +402;supply_node;4152.00;9.75;1830.00;4.43;0 +402;supply_node;4159.00;9.80;1761.00;4.01;0 +402;supply_node;4175.00;10.50;1782.00;5.42;0 +402;supply_node;4177.00;9.80;1738.00;2.95;0 +402;supply_node;4191.00;10.07;1842.00;2.49;0 +402;supply_node;4195.00;9.80;1750.00;3.67;0 +402;supply_node;4211.00;9.90;1724.00;3.94;0 +402;supply_node;4212.00;10.05;1802.00;5.84;0 +402;supply_node;4218.00;10.07;1757.00;1.80;0 +402;supply_node;4244.00;10.25;1731.00;3.97;0 +402;supply_node;4245.00;10.30;1766.00;1.31;0 +402;supply_node;4268.00;10.75;1709.00;2.26;0 +402;supply_node;4268.00;11.05;1812.00;3.48;0 +402;supply_node;4283.00;11.30;1739.00;0.55;0 +402;supply_node;4288.00;10.95;1767.00;2.71;0 +402;supply_node;4320.00;10.40;1714.00;2.07;0 +402;supply_node;4326.00;11.20;1738.00;0.13;0 402;synthetic_refinery;4086.00;9.70;1887.00;2.71;0 403;air_base;4316.00;10.90;1859.00;6.19;0 403;anti_air_building;4220.00;10.98;1955.00;0.48;0 @@ -17190,6 +25595,22 @@ 403;nuclear_reactor;4280.00;11.07;1883.00;0.48;0 403;radar_station;4033.00;9.70;1986.00;3.74;0 403;rocket_site;4612.00;9.80;1978.00;3.75;0 +403;supply_node;4091.00;9.70;1979.00;5.42;0 +403;supply_node;4131.00;9.70;1889.00;6.11;0 +403;supply_node;4166.00;9.70;1941.00;1.31;0 +403;supply_node;4177.00;9.78;2015.00;3.94;0 +403;supply_node;4226.00;10.57;1871.00;0.55;0 +403;supply_node;4231.00;10.90;1959.00;4.89;0 +403;supply_node;4249.00;11.03;1909.00;2.07;0 +403;supply_node;4310.00;11.43;1890.00;2.71;0 +403;supply_node;4329.00;11.05;1853.00;5.65;0 +403;supply_node;4330.00;9.75;2015.00;0.13;0 +403;supply_node;4343.00;12.05;1950.00;6.18;0 +403;supply_node;4399.00;10.50;1901.00;1.55;0 +403;supply_node;4487.00;10.90;1960.00;4.71;0 +403;supply_node;4488.00;10.60;1892.00;4.24;0 +403;supply_node;4499.00;9.80;2022.00;3.48;0 +403;supply_node;4629.00;9.78;1999.00;0.85;0 403;synthetic_refinery;4128.00;9.70;2043.00;4.71;0 404;air_base;4344.00;10.75;1817.00;1.87;0 404;anti_air_building;4360.00;10.70;1736.00;3.59;0 @@ -17217,6 +25638,13 @@ 404;nuclear_reactor;4435.00;10.65;1791.00;6.26;0 404;radar_station;4297.00;11.23;1784.00;2.75;0 404;rocket_site;4353.00;11.13;1755.00;5.05;0 +404;supply_node;4341.00;10.55;1771.00;1.31;0 +404;supply_node;4351.00;10.57;1811.00;5.42;0 +404;supply_node;4365.00;10.60;1725.00;3.94;0 +404;supply_node;4398.00;10.40;1729.00;4.24;0 +404;supply_node;4404.00;10.60;1768.00;0.55;0 +404;supply_node;4429.00;10.48;1804.00;2.07;0 +404;supply_node;4447.00;10.80;1845.00;6.11;0 404;synthetic_refinery;4348.00;10.43;1813.00;5.65;0 405;air_base;2364.00;9.55;1294.00;6.09;0 405;anti_air_building;2357.00;9.53;1297.00;5.75;0 @@ -17231,6 +25659,7 @@ 405;bunker;2364.00;9.55;1294.00;5.14;0 405;coastal_bunker;2383.00;9.50;1300.00;1.28;0 405;dockyard;2381.00;9.50;1301.00;1.28;0 +405;floating_harbor;2414.70;9.50;1279.96;-1.87;1751 405;industrial_complex;2363.00;9.50;1294.00;3.08;0 405;industrial_complex;2410.00;9.65;1282.00;1.97;0 405;industrial_complex;2411.00;9.60;1282.00;1.87;0 @@ -17264,6 +25693,9 @@ 406;nuclear_reactor;2982.00;9.70;1571.00;6.26;0 406;radar_station;2978.00;9.95;1571.00;2.75;0 406;rocket_site;2986.00;9.70;1574.00;5.05;0 +406;supply_node;2981.00;9.70;1575.00;1.31;0 +406;supply_node;2988.00;9.70;1573.00;0.55;0 +406;supply_node;2992.00;9.70;1582.00;4.24;0 406;synthetic_refinery;2989.00;9.70;1579.00;5.65;0 407;air_base;4809.00;9.50;1092.00;4.54;0 407;anti_air_building;4783.00;10.70;1062.00;0.48;0 @@ -17284,6 +25716,10 @@ 407;coastal_bunker;4819.00;9.50;1107.00;-4.25;0 407;coastal_bunker;4832.00;9.50;1119.00;-1.57;0 407;dockyard;4815.00;9.50;1099.00;-4.25;0 +407;floating_harbor;4787.88;9.50;1051.18;-2.55;11932 +407;floating_harbor;4805.95;9.50;1087.95;-0.79;10124 +407;floating_harbor;4818.00;9.50;1117.00;1.39;7115 +407;floating_harbor;4823.95;9.50;1108.95;-0.79;1123 407;industrial_complex;4777.00;9.90;1048.00;2.48;0 407;industrial_complex;4777.00;10.53;1050.00;1.87;0 407;industrial_complex;4778.00;10.70;1054.00;1.52;0 @@ -17297,6 +25733,9 @@ 407;nuclear_reactor;4788.00;9.50;1069.00;1.60;0 407;radar_station;4774.00;9.50;1046.00;5.16;0 407;rocket_site;4827.00;10.35;1115.00;5.22;0 +407;supply_node;4782.00;10.07;1060.00;0.13;0 +407;supply_node;4799.00;9.50;1081.00;3.48;0 +407;supply_node;4828.00;10.62;1114.00;0.55;0 407;synthetic_refinery;4786.00;9.80;1070.00;5.82;0 408;air_base;4413.00;10.07;647.00;3.59;0 408;anti_air_building;4389.00;10.30;635.00;2.71;0 @@ -17327,6 +25766,12 @@ 408;coastal_bunker;4436.00;9.75;619.00;1.57;0 408;coastal_bunker;4443.00;9.50;640.00;-3.64;0 408;dockyard;4440.00;9.50;612.00;1.57;0 +408;floating_harbor;4422.88;9.50;654.82;-0.59;12184 +408;floating_harbor;4428.96;9.50;639.77;-1.46;10225 +408;floating_harbor;4432.26;9.50;634.13;-1.11;1332 +408;floating_harbor;4435.00;9.50;677.00;-0.06;12113 +408;floating_harbor;4445.00;9.50;629.00;-2.77;1345 +408;floating_harbor;4446.93;9.50;617.99;-1.43;4364 408;industrial_complex;4397.00;9.80;635.00;1.52;0 408;industrial_complex;4409.00;10.10;640.00;4.54;0 408;industrial_complex;4411.00;9.73;611.00;5.75;0 @@ -17342,6 +25787,18 @@ 408;nuclear_reactor;4413.00;9.82;629.00;1.16;0 408;radar_station;4381.00;10.70;638.00;4.23;0 408;rocket_site;4422.00;9.73;650.00;5.88;0 +408;supply_node;4392.00;9.95;637.00;4.43;0 +408;supply_node;4396.00;9.80;644.00;1.55;0 +408;supply_node;4409.00;9.80;628.00;2.95;0 +408;supply_node;4412.00;9.78;607.00;0.78;0 +408;supply_node;4413.00;10.20;638.00;3.02;0 +408;supply_node;4414.00;9.70;617.00;5.65;0 +408;supply_node;4417.00;10.28;646.00;5.20;0 +408;supply_node;4422.00;9.70;629.00;0.13;0 +408;supply_node;4427.00;9.70;609.00;4.89;0 +408;supply_node;4432.00;9.70;628.00;2.71;0 +408;supply_node;4433.00;10.25;616.00;0.85;0 +408;supply_node;4434.00;9.50;661.00;2.26;0 408;synthetic_refinery;4424.00;9.70;626.00;0.55;0 409;air_base;2891.00;10.57;1427.00;1.53;0 409;anti_air_building;2903.00;13.20;1430.00;2.04;0 @@ -17367,6 +25824,11 @@ 409;nuclear_reactor;2902.00;12.10;1435.00;4.61;0 409;radar_station;2890.00;10.23;1426.00;5.23;0 409;rocket_site;2910.00;12.68;1436.00;0.48;0 +409;supply_node;2894.00;11.45;1427.00;4.89;0 +409;supply_node;2900.00;11.82;1435.00;3.02;0 +409;supply_node;2903.00;14.48;1427.00;0.85;0 +409;supply_node;2907.00;11.75;1440.00;1.55;0 +409;supply_node;2910.00;13.73;1433.00;5.65;0 409;synthetic_refinery;2909.00;11.43;1441.00;2.54;0 410;air_base;2919.00;11.45;1400.00;2.04;0 410;anti_air_building;2911.00;11.65;1397.00;4.71;0 @@ -17382,6 +25844,7 @@ 410;bunker;2919.00;10.48;1396.00;4.10;0 410;coastal_bunker;2921.00;9.50;1394.00;0.32;0 410;dockyard;2921.00;9.50;1394.00;0.32;0 +410;floating_harbor;2921.21;9.50;1385.36;-2.82;9909 410;industrial_complex;2913.00;11.90;1398.00;4.54;0 410;industrial_complex;2914.00;10.40;1393.00;6.25;0 410;industrial_complex;2915.00;11.30;1395.00;5.75;0 @@ -17392,6 +25855,8 @@ 410;nuclear_reactor;2917.00;11.13;1396.00;3.66;0 410;radar_station;2909.00;11.07;1394.00;4.46;0 410;rocket_site;2920.00;9.78;1395.00;5.82;0 +410;supply_node;2913.00;11.90;1398.00;4.89;0 +410;supply_node;2918.00;10.43;1395.00;1.55;0 410;synthetic_refinery;2916.00;11.93;1400.00;0.48;0 411;air_base;2925.00;11.05;1409.00;6.26;0 411;anti_air_building;2917.00;14.82;1412.00;5.82;0 @@ -17418,6 +25883,12 @@ 411;nuclear_reactor;2918.00;13.95;1418.00;4.26;0 411;radar_station;2914.00;14.57;1405.00;0.35;0 411;rocket_site;2918.00;16.30;1431.00;1.60;0 +411;supply_node;2912.00;16.08;1424.00;2.95;0 +411;supply_node;2916.00;15.48;1416.00;5.20;0 +411;supply_node;2918.00;14.23;1407.00;4.43;0 +411;supply_node;2918.00;15.75;1429.00;3.02;0 +411;supply_node;2922.00;11.88;1420.00;2.26;0 +411;supply_node;2925.00;11.05;1409.00;0.78;0 411;synthetic_refinery;2916.00;16.08;1431.00;3.66;0 412;air_base;3008.00;10.13;1545.00;0.48;0 412;anti_air_building;2996.00;9.80;1551.00;5.22;0 @@ -17444,6 +25915,12 @@ 412;nuclear_reactor;3010.00;13.55;1534.00;3.66;0 412;radar_station;2993.00;13.50;1527.00;5.87;0 412;rocket_site;3005.00;13.75;1533.00;2.10;0 +412;supply_node;2999.00;12.85;1531.00;2.95;0 +412;supply_node;3001.00;9.80;1553.00;3.67;0 +412;supply_node;3001.00;10.35;1544.00;2.26;0 +412;supply_node;3008.00;12.95;1535.00;4.43;0 +412;supply_node;3009.00;10.23;1545.00;1.08;0 +412;supply_node;3017.00;13.40;1538.00;5.20;0 412;synthetic_refinery;3006.00;9.80;1551.00;1.60;0 413;air_base;1607.00;11.00;1695.00;4.71;0 413;anti_air_building;1631.00;10.60;1705.00;5.72;0 @@ -17475,6 +25952,17 @@ 413;nuclear_reactor;1660.00;10.80;1711.00;2.71;0 413;radar_station;1576.00;11.10;1667.00;0.58;0 413;rocket_site;1641.00;10.50;1722.00;2.61;0 +413;supply_node;1578.00;10.85;1677.00;5.84;0 +413;supply_node;1593.00;11.00;1687.00;1.80;0 +413;supply_node;1602.00;10.80;1670.00;3.97;0 +413;supply_node;1612.00;9.95;1657.00;3.21;0 +413;supply_node;1616.00;11.10;1692.00;1.08;0 +413;supply_node;1630.00;10.05;1661.00;4.43;0 +413;supply_node;1633.00;10.30;1685.00;2.49;0 +413;supply_node;1646.00;10.62;1721.00;2.95;0 +413;supply_node;1647.00;10.73;1673.00;0.32;0 +413;supply_node;1662.00;10.53;1704.00;3.67;0 +413;supply_node;1682.00;10.57;1697.00;1.73;0 413;synthetic_refinery;1617.00;11.10;1693.00;2.10;0 414;air_base;3034.00;9.95;1547.00;3.75;0 414;anti_air_building;3010.00;9.80;1554.00;3.66;0 @@ -17503,6 +25991,14 @@ 414;nuclear_reactor;3033.00;10.25;1546.00;2.61;0 414;radar_station;3003.00;9.75;1560.00;3.93;0 414;rocket_site;3030.00;9.90;1558.00;4.77;0 +414;supply_node;3010.00;9.78;1556.00;2.49;0 +414;supply_node;3018.00;9.95;1546.00;3.67;0 +414;supply_node;3020.00;9.80;1555.00;1.08;0 +414;supply_node;3026.00;10.90;1543.00;0.32;0 +414;supply_node;3030.00;10.23;1556.00;1.73;0 +414;supply_node;3033.00;10.07;1548.00;3.97;0 +414;supply_node;3034.00;10.98;1543.00;1.80;0 +414;supply_node;3039.00;9.80;1556.00;5.84;0 414;synthetic_refinery;3034.00;9.80;1550.00;5.72;0 415;air_base;2737.00;12.32;1686.00;4.61;0 415;anti_air_building;2720.00;11.82;1669.00;2.41;0 @@ -17551,6 +26047,23 @@ 415;coastal_bunker;2762.00;9.80;1681.00;0.93;0 415;coastal_bunker;2764.00;9.55;1694.00;-4.39;0 415;dockyard;2708.00;9.50;1669.00;0.46;0 +415;floating_harbor;2683.87;9.50;1690.74;-3.61;6062 +415;floating_harbor;2694.00;9.50;1676.00;0.85;11266 +415;floating_harbor;2694.00;9.50;1676.00;1.15;11161 +415;floating_harbor;2696.87;9.50;1692.26;0.46;3178 +415;floating_harbor;2700.36;9.50;1696.21;1.25;6205 +415;floating_harbor;2715.85;9.50;1718.90;0.17;9090 +415;floating_harbor;2727.82;9.50;1686.88;-0.98;6046 +415;floating_harbor;2730.37;9.50;1719.86;-0.20;131 +415;floating_harbor;2746.00;9.50;1701.00;0.00;11207 +415;floating_harbor;2749.79;9.50;1711.70;-1.33;11064 +415;floating_harbor;2755.00;9.50;1719.00;-0.67;9161 +415;floating_harbor;2755.00;9.50;1719.00;-0.69;9075 +415;floating_harbor;2755.00;9.50;1719.00;-0.74;6104 +415;floating_harbor;2755.00;9.50;1719.00;-0.76;3159 +415;floating_harbor;2757.30;9.50;1699.79;0.24;200 +415;floating_harbor;2757.82;9.50;1663.12;-2.16;3150 +415;floating_harbor;2767.26;9.50;1673.87;-2.03;11136 415;industrial_complex;2709.00;10.38;1690.00;3.75;0 415;industrial_complex;2717.00;11.80;1685.00;2.54;0 415;industrial_complex;2719.00;12.15;1701.00;0.48;0 @@ -17577,6 +26090,25 @@ 415;nuclear_reactor;2722.00;12.28;1690.00;0.85;0 415;radar_station;2684.00;9.50;1667.00;2.52;0 415;rocket_site;2718.00;11.15;1678.00;4.47;0 +415;supply_node;2688.00;9.60;1699.00;3.21;0 +415;supply_node;2701.00;9.53;1670.00;1.57;0 +415;supply_node;2701.00;9.75;1684.00;3.97;0 +415;supply_node;2710.00;10.48;1693.00;2.80;0 +415;supply_node;2716.00;10.78;1679.00;1.73;0 +415;supply_node;2718.00;11.12;1706.00;2.04;0 +415;supply_node;2718.00;11.35;1670.00;3.44;0 +415;supply_node;2720.00;13.20;1692.00;6.14;0 +415;supply_node;2727.00;12.50;1679.00;5.38;0 +415;supply_node;2728.00;10.90;1708.00;0.32;0 +415;supply_node;2728.00;11.78;1695.00;2.49;0 +415;supply_node;2735.00;12.68;1673.00;5.62;0 +415;supply_node;2736.00;12.32;1685.00;3.51;0 +415;supply_node;2739.00;10.15;1709.00;4.20;0 +415;supply_node;2746.00;11.73;1689.00;4.92;0 +415;supply_node;2747.00;12.10;1677.00;1.27;0 +415;supply_node;2749.00;12.32;1669.00;5.84;0 +415;supply_node;2757.00;10.23;1679.00;5.69;0 +415;supply_node;2760.00;10.00;1689.00;1.80;0 415;synthetic_refinery;2734.00;10.32;1710.00;0.25;0 416;air_base;2723.00;11.20;1639.00;3.66;0 416;anti_air_building;2729.00;10.32;1650.00;0.79;0 @@ -17617,6 +26149,18 @@ 416;coastal_bunker;2753.00;9.50;1661.00;1.57;0 416;coastal_bunker;2762.00;9.90;1654.00;-3.34;0 416;dockyard;2723.00;9.50;1630.00;0.46;0 +416;floating_harbor;2694.00;9.50;1676.00;0.67;9237 +416;floating_harbor;2694.00;9.50;1676.00;0.99;6385 +416;floating_harbor;2713.00;9.50;1651.00;1.57;6395 +416;floating_harbor;2716.00;9.50;1650.00;-1.57;3373 +416;floating_harbor;2720.13;9.50;1649.74;-2.68;284 +416;floating_harbor;2725.00;9.50;1612.00;-3.80;11218 +416;floating_harbor;2729.26;9.50;1627.87;-2.03;6350 +416;floating_harbor;2736.21;9.50;1624.36;-2.82;9350 +416;floating_harbor;2746.00;9.50;1657.00;-1.57;9383 +416;floating_harbor;2756.00;9.50;1661.00;-1.57;6300 +416;floating_harbor;2760.60;9.50;1662.50;-0.38;11378 +416;floating_harbor;2780.00;9.50;1655.00;-1.63;9392 416;industrial_complex;2709.00;9.68;1654.00;5.82;0 416;industrial_complex;2724.00;9.95;1653.00;0.48;0 416;industrial_complex;2725.00;10.32;1645.00;4.71;0 @@ -17638,11 +26182,32 @@ 416;nuclear_reactor;2727.00;10.53;1648.00;5.51;0 416;radar_station;2695.00;9.50;1650.00;1.26;0 416;rocket_site;2729.00;10.53;1653.00;2.85;0 +416;supply_node;2715.00;9.50;1660.00;2.49;0 +416;supply_node;2721.00;9.50;1632.00;6.14;0 +416;supply_node;2723.00;9.88;1651.00;5.38;0 +416;supply_node;2725.00;11.68;1664.00;2.80;0 +416;supply_node;2726.00;11.68;1640.00;2.04;0 +416;supply_node;2729.00;10.50;1654.00;3.97;0 +416;supply_node;2733.00;9.98;1634.00;1.27;0 +416;supply_node;2734.00;11.98;1646.00;3.21;0 +416;supply_node;2735.00;11.82;1657.00;4.20;0 +416;supply_node;2735.00;12.70;1665.00;5.84;0 +416;supply_node;2742.00;10.93;1638.00;3.44;0 +416;supply_node;2745.00;11.23;1661.00;1.73;0 +416;supply_node;2745.00;11.45;1652.00;5.69;0 +416;supply_node;2750.00;11.75;1643.00;3.51;0 +416;supply_node;2756.00;11.50;1651.00;4.92;0 416;synthetic_refinery;2741.00;11.90;1644.00;3.80;0 417;air_base;3453.00;12.50;1093.00;1.60;0 417;anti_air_building;3436.00;12.25;1097.00;3.22;0 417;anti_air_building;3498.00;11.10;1082.00;5.88;0 417;anti_air_building;3516.00;10.90;1097.00;0.55;0 +417;arms_factory;3454.00;12.57;1094.00;1.33;0 +417;arms_factory;3469.00;12.05;1044.00;6.06;0 +417;arms_factory;3472.00;12.10;1084.00;1.84;0 +417;arms_factory;3506.00;10.85;1105.00;4.51;0 +417;arms_factory;3512.00;11.50;1064.00;1.23;0 +417;arms_factory;3513.00;11.50;1062.00;5.46;0 417;bunker;3438.00;12.07;1104.00;2.10;0 417;bunker;3466.00;11.70;1075.00;2.10;0 417;bunker;3466.00;12.35;1092.00;3.66;0 @@ -17650,8 +26215,22 @@ 417;bunker;3502.00;11.20;1078.00;4.26;0 417;bunker;3510.00;10.70;1114.00;4.77;0 417;bunker;3547.00;10.10;1118.00;0.04;0 +417;industrial_complex;3460.00;12.07;1086.00;5.11;0 +417;industrial_complex;3476.00;11.80;1065.00;3.90;0 +417;industrial_complex;3479.00;11.88;1063.00;2.95;0 +417;industrial_complex;3488.00;11.32;1076.00;4.51;0 +417;industrial_complex;3491.00;11.50;1072.00;5.01;0 +417;industrial_complex;3510.00;10.98;1097.00;0.89;0 417;nuclear_reactor;3511.00;10.60;1124.00;4.33;0 417;radar_station;3430.00;12.45;1096.00;0.13;0 +417;rocket_site;3471.00;11.85;1059.00;1.39;0 +417;supply_node;3448.00;12.40;1089.00;1.73;0 +417;supply_node;3466.00;11.88;1059.00;6.14;0 +417;supply_node;3479.00;11.80;1089.00;3.97;0 +417;supply_node;3501.00;11.85;1058.00;2.04;0 +417;supply_node;3509.00;11.20;1086.00;2.80;0 +417;supply_node;3516.00;10.60;1118.00;5.38;0 +417;supply_node;3539.00;10.30;1107.00;3.21;0 417;synthetic_refinery;3453.00;12.70;1081.00;1.16;0 418;air_base;3516.00;12.00;959.00;2.10;0 418;anti_air_building;3497.00;12.07;1027.00;2.71;0 @@ -17679,6 +26258,13 @@ 418;nuclear_reactor;3489.00;12.00;1036.00;0.21;0 418;radar_station;3467.00;12.10;1037.00;3.47;0 418;rocket_site;3493.00;12.23;1024.00;5.28;0 +418;supply_node;3482.00;12.28;1031.00;6.14;0 +418;supply_node;3501.00;12.05;1002.00;5.38;0 +418;supply_node;3513.00;11.65;1032.00;1.27;0 +418;supply_node;3520.00;11.70;963.00;2.04;0 +418;supply_node;3533.00;11.50;938.00;2.80;0 +418;supply_node;3534.00;14.25;1000.00;3.21;0 +418;supply_node;3568.00;10.50;966.00;3.51;0 418;synthetic_refinery;3546.00;13.75;1005.00;5.88;0 419;air_base;4370.00;9.70;882.00;0.04;0 419;anti_air_building;4361.00;9.80;853.00;0.32;0 @@ -17739,6 +26325,25 @@ 419;coastal_bunker;4380.00;9.68;756.00;-3.79;0 419;coastal_bunker;4393.00;9.60;751.00;-3.46;0 419;dockyard;4377.00;9.90;759.00;-3.61;0 +419;floating_harbor;4336.36;9.50;804.21;1.25;10158 +419;floating_harbor;4339.30;9.50;772.21;-3.39;12230 +419;floating_harbor;4345.05;9.50;769.05;-3.93;1366 +419;floating_harbor;4353.87;9.50;757.74;-3.61;12286 +419;floating_harbor;4360.40;9.50;744.50;-3.52;10156 +419;floating_harbor;4360.48;9.50;800.38;-0.69;12201 +419;floating_harbor;4360.64;9.50;795.79;-1.89;1281 +419;floating_harbor;4360.64;9.50;811.79;-1.89;1308 +419;floating_harbor;4367.79;9.50;828.70;-1.33;4388 +419;floating_harbor;4368.95;9.50;795.95;-0.79;4312 +419;floating_harbor;4372.70;9.50;856.21;-2.90;1427 +419;floating_harbor;4373.00;9.50;841.00;-1.57;12220 +419;floating_harbor;4374.50;9.50;855.60;-1.19;12122 +419;floating_harbor;4377.63;9.50;856.14;-3.34;7408 +419;floating_harbor;4377.64;9.50;771.79;-1.89;1337 +419;floating_harbor;4377.86;9.50;768.37;-1.37;4371 +419;floating_harbor;4378.60;9.50;767.50;-0.38;7236 +419;floating_harbor;4391.37;9.50;762.47;-0.67;12131 +419;floating_harbor;4398.13;9.50;756.26;-0.46;1279 419;industrial_complex;4359.00;10.00;879.00;3.66;0 419;industrial_complex;4361.00;10.28;777.00;2.10;0 419;industrial_complex;4364.00;9.82;764.00;5.22;0 @@ -17767,25 +26372,54 @@ 419;nuclear_reactor;4363.00;9.65;840.00;2.99;0 419;radar_station;4340.00;9.50;771.00;4.12;0 419;rocket_site;4358.00;10.48;867.00;5.15;0 -419;synthetic_refinery;4358.00;11.13;786.00;0.92;0 -420;air_base;4369.00;9.70;912.00;5.72;0 -420;anti_air_building;4349.00;10.90;928.00;1.06;0 -420;anti_air_building;4355.00;9.95;923.00;0.11;0 -420;anti_air_building;4373.00;9.73;918.00;3.73;0 -420;arms_factory;4355.00;10.65;894.00;3.75;0 -420;arms_factory;4358.00;9.85;907.00;3.66;0 -420;arms_factory;4364.00;9.70;886.00;5.22;0 -420;arms_factory;4367.00;9.70;911.00;0.48;0 -420;arms_factory;4369.00;9.85;929.00;4.61;0 -420;arms_factory;4377.00;9.80;892.00;5.82;0 -420;bunker;4342.00;10.38;927.00;2.10;0 -420;bunker;4351.00;11.40;903.00;0.55;0 -420;bunker;4351.00;11.98;915.00;5.28;0 -420;bunker;4361.00;9.78;928.00;5.88;0 -420;bunker;4362.00;9.70;902.00;1.16;0 -420;bunker;4363.00;9.70;886.00;0.21;0 -420;bunker;4366.00;9.70;917.00;3.22;0 -420;bunker;4373.00;10.20;931.00;2.71;0 +419;supply_node;4342.00;9.70;783.00;0.58;0 +419;supply_node;4345.00;10.23;889.00;1.04;0 +419;supply_node;4346.00;10.00;801.00;4.39;0 +419;supply_node;4350.00;10.30;878.00;5.62;0 +419;supply_node;4351.00;9.65;815.00;2.04;0 +419;supply_node;4351.00;9.70;789.00;1.00;0 +419;supply_node;4351.00;9.85;799.00;5.38;0 +419;supply_node;4352.00;9.68;776.00;1.27;0 +419;supply_node;4356.00;10.40;883.00;1.57;0 +419;supply_node;4357.00;9.62;826.00;3.74;0 +419;supply_node;4358.00;10.73;858.00;0.05;0 +419;supply_node;4359.00;9.70;768.00;3.17;0 +419;supply_node;4359.00;11.05;781.00;4.20;0 +419;supply_node;4360.00;10.12;870.00;5.16;0 +419;supply_node;4362.00;10.38;789.00;4.92;0 +419;supply_node;4363.00;9.60;851.00;1.76;0 +419;supply_node;4363.00;9.62;841.00;3.93;0 +419;supply_node;4365.00;9.50;756.00;0.35;0 +419;supply_node;4366.00;10.32;766.00;0.81;0 +419;supply_node;4368.00;9.65;775.00;3.51;0 +419;supply_node;4369.00;9.70;878.00;5.92;0 +419;supply_node;4370.00;9.57;867.00;5.69;0 +419;supply_node;4374.00;10.20;756.00;2.98;0 +419;supply_node;4378.00;9.70;884.00;2.53;0 +419;supply_node;4380.00;9.62;868.00;2.22;0 +419;supply_node;4382.00;9.70;877.00;0.28;0 +419;supply_node;4383.00;10.23;752.00;4.69;0 +419;supply_node;4386.00;11.05;743.00;3.44;0 +419;supply_node;4393.00;10.05;746.00;2.80;0 +419;synthetic_refinery;4358.00;11.13;786.00;0.92;0 +420;air_base;4369.00;9.70;912.00;5.72;0 +420;anti_air_building;4349.00;10.90;928.00;1.06;0 +420;anti_air_building;4355.00;9.95;923.00;0.11;0 +420;anti_air_building;4373.00;9.73;918.00;3.73;0 +420;arms_factory;4355.00;10.65;894.00;3.75;0 +420;arms_factory;4358.00;9.85;907.00;3.66;0 +420;arms_factory;4364.00;9.70;886.00;5.22;0 +420;arms_factory;4367.00;9.70;911.00;0.48;0 +420;arms_factory;4369.00;9.85;929.00;4.61;0 +420;arms_factory;4377.00;9.80;892.00;5.82;0 +420;bunker;4342.00;10.38;927.00;2.10;0 +420;bunker;4351.00;11.40;903.00;0.55;0 +420;bunker;4351.00;11.98;915.00;5.28;0 +420;bunker;4361.00;9.78;928.00;5.88;0 +420;bunker;4362.00;9.70;902.00;1.16;0 +420;bunker;4363.00;9.70;886.00;0.21;0 +420;bunker;4366.00;9.70;917.00;3.22;0 +420;bunker;4373.00;10.20;931.00;2.71;0 420;bunker;4376.00;9.80;901.00;4.77;0 420;bunker;4382.00;10.38;919.00;2.61;0 420;bunker;4383.00;9.93;894.00;4.33;0 @@ -17798,6 +26432,17 @@ 420;nuclear_reactor;4376.00;9.75;907.00;4.84;0 420;radar_station;4338.00;10.35;927.00;5.95;0 420;rocket_site;4362.00;9.73;926.00;0.72;0 +420;supply_node;4346.00;11.30;925.00;3.51;0 +420;supply_node;4352.00;10.93;898.00;2.04;0 +420;supply_node;4352.00;11.55;914.00;3.44;0 +420;supply_node;4361.00;9.70;924.00;4.20;0 +420;supply_node;4361.00;9.75;901.00;5.69;0 +420;supply_node;4366.00;9.70;888.00;1.27;0 +420;supply_node;4368.00;9.70;911.00;4.92;0 +420;supply_node;4377.00;9.80;894.00;0.81;0 +420;supply_node;4377.00;9.80;902.00;5.62;0 +420;supply_node;4377.00;10.75;927.00;3.74;0 +420;supply_node;4379.00;10.28;917.00;1.57;0 420;synthetic_refinery;4372.00;10.05;930.00;1.67;0 421;air_base;4393.00;10.45;908.00;4.77;0 421;anti_air_building;4387.00;10.60;914.00;3.29;0 @@ -17828,6 +26473,10 @@ 421;coastal_bunker;4396.00;9.50;851.00;-0.40;0 421;coastal_bunker;4404.00;9.50;843.00;-0.17;0 421;dockyard;4382.00;9.50;861.00;-1.33;0 +421;floating_harbor;4374.21;9.50;859.30;-4.47;7225 +421;floating_harbor;4377.18;9.50;848.12;-4.12;4433 +421;floating_harbor;4390.87;9.50;844.74;-3.61;1244 +421;floating_harbor;4403.00;9.50;836.00;-3.14;7292 421;industrial_complex;4388.00;9.68;852.00;2.10;0 421;industrial_complex;4388.00;10.10;898.00;0.04;0 421;industrial_complex;4390.00;10.48;890.00;2.10;0 @@ -17841,6 +26490,20 @@ 421;nuclear_reactor;4397.00;9.60;860.00;4.40;0 421;radar_station;4380.00;9.50;851.00;6.14;0 421;rocket_site;4402.00;10.07;915.00;1.73;0 +421;supply_node;4386.00;9.70;854.00;5.69;0 +421;supply_node;4389.00;9.60;863.00;4.92;0 +421;supply_node;4389.00;10.15;897.00;3.44;0 +421;supply_node;4392.00;9.70;873.00;2.98;0 +421;supply_node;4393.00;10.75;917.00;4.20;0 +421;supply_node;4394.00;10.38;883.00;0.05;0 +421;supply_node;4397.00;9.57;857.00;1.27;0 +421;supply_node;4401.00;10.12;895.00;5.16;0 +421;supply_node;4401.00;10.35;909.00;2.22;0 +421;supply_node;4403.00;9.60;869.00;5.62;0 +421;supply_node;4403.00;9.70;848.00;1.57;0 +421;supply_node;4410.00;9.82;879.00;5.92;0 +421;supply_node;4411.00;9.93;889.00;3.74;0 +421;supply_node;4413.00;10.10;902.00;0.81;0 421;synthetic_refinery;4402.00;10.15;911.00;2.34;0 422;air_base;4411.00;10.13;869.00;2.71;0 422;anti_air_building;4424.00;10.80;856.00;3.73;0 @@ -17868,6 +26531,13 @@ 422;nuclear_reactor;4446.00;10.20;867.00;4.84;0 422;radar_station;4404.00;9.60;858.00;5.95;0 422;rocket_site;4409.00;9.90;860.00;0.72;0 +422;supply_node;4409.00;10.03;859.00;4.92;0 +422;supply_node;4416.00;10.15;867.00;5.69;0 +422;supply_node;4421.00;11.20;854.00;1.57;0 +422;supply_node;4425.00;9.93;872.00;5.62;0 +422;supply_node;4432.00;10.23;863.00;3.44;0 +422;supply_node;4441.00;9.93;871.00;3.74;0 +422;supply_node;4453.00;10.30;865.00;0.81;0 422;synthetic_refinery;4411.00;10.45;858.00;1.67;0 423;air_base;3168.00;10.45;1466.00;3.22;0 423;anti_air_building;3144.00;10.95;1448.00;5.45;0 @@ -17902,6 +26572,20 @@ 423;nuclear_reactor;3155.00;12.35;1449.00;3.29;0 423;radar_station;3130.00;9.70;1440.00;4.73;0 423;rocket_site;3141.00;10.35;1463.00;0.28;0 +423;supply_node;3137.00;9.70;1468.00;5.62;0 +423;supply_node;3141.00;9.82;1441.00;5.92;0 +423;supply_node;3144.00;10.25;1464.00;2.53;0 +423;supply_node;3145.00;11.30;1449.00;2.22;0 +423;supply_node;3146.00;9.70;1477.00;2.98;0 +423;supply_node;3148.00;10.38;1457.00;3.74;0 +423;supply_node;3151.00;10.43;1472.00;5.16;0 +423;supply_node;3154.00;11.55;1442.00;0.35;0 +423;supply_node;3156.00;11.20;1466.00;1.57;0 +423;supply_node;3156.00;12.20;1450.00;4.92;0 +423;supply_node;3157.00;10.35;1478.00;1.04;0 +423;supply_node;3159.00;13.00;1457.00;0.05;0 +423;supply_node;3165.00;10.98;1465.00;4.39;0 +423;supply_node;3168.00;10.23;1473.00;0.81;0 423;synthetic_refinery;3154.00;10.98;1456.00;1.23;0 424;air_base;3081.00;10.38;1604.00;1.16;0 424;anti_air_building;3040.00;9.95;1598.00;2.34;0 @@ -17927,6 +26611,11 @@ 424;coastal_bunker;3072.00;9.60;1614.00;-2.50;0 424;coastal_bunker;3086.00;9.55;1618.00;-2.90;0 424;dockyard;3039.00;9.73;1601.00;-2.03;0 +424;floating_harbor;3019.00;9.50;1610.00;0.83;6334 +424;floating_harbor;3040.40;9.50;1610.50;0.38;9334 +424;floating_harbor;3052.85;9.50;1613.90;0.17;9361 +424;floating_harbor;3059.80;9.50;1617.60;0.64;11372 +424;floating_harbor;3082.00;9.50;1625.00;0.00;11343 424;industrial_complex;3039.00;9.70;1584.00;3.22;0 424;industrial_complex;3039.00;9.70;1590.00;0.55;0 424;industrial_complex;3040.00;9.70;1586.00;2.71;0 @@ -17941,6 +26630,14 @@ 424;nuclear_reactor;3059.00;9.80;1599.00;3.80;0 424;radar_station;3030.00;9.70;1582.00;5.37;0 424;rocket_site;3080.00;9.70;1615.00;0.79;0 +424;supply_node;3034.00;9.70;1585.00;3.74;0 +424;supply_node;3035.00;9.70;1596.00;0.81;0 +424;supply_node;3043.00;9.70;1588.00;5.62;0 +424;supply_node;3045.00;9.68;1599.00;0.05;0 +424;supply_node;3055.00;9.75;1601.00;2.98;0 +424;supply_node;3067.00;9.78;1608.00;5.16;0 +424;supply_node;3078.00;10.00;1606.00;5.92;0 +424;supply_node;3082.00;10.12;1614.00;2.22;0 424;synthetic_refinery;3040.00;9.98;1596.00;1.73;0 425;air_base;3334.00;9.60;1256.00;2.28;0 425;anti_air_building;3322.00;9.78;1254.00;6.13;0 @@ -17969,6 +26666,14 @@ 425;coastal_bunker;3361.00;9.55;1262.00;-0.28;0 425;coastal_bunker;3368.00;9.50;1266.00;-0.93;0 425;dockyard;3355.00;9.50;1261.00;-0.28;0 +425;floating_harbor;3298.80;9.50;1255.40;-3.79;4127 +425;floating_harbor;3301.10;9.50;1255.85;-4.55;4008 +425;floating_harbor;3325.37;9.50;1244.14;-2.94;7026 +425;floating_harbor;3340.95;9.50;1251.05;-2.36;4124 +425;floating_harbor;3347.13;9.50;1255.74;-2.68;10056 +425;floating_harbor;3347.30;9.50;1256.21;-3.39;11810 +425;floating_harbor;3355.85;9.50;1254.10;-3.31;11746 +425;floating_harbor;3363.05;9.50;1260.05;-3.93;806 425;industrial_complex;3318.00;10.10;1255.00;2.27;0 425;industrial_complex;3325.00;10.30;1257.00;4.44;0 425;industrial_complex;3340.00;12.53;1270.00;0.22;0 @@ -17986,6 +26691,14 @@ 425;nuclear_reactor;3305.00;11.20;1265.00;0.96;0 425;radar_station;3339.00;10.65;1265.00;1.21;0 425;rocket_site;3364.00;9.70;1267.00;4.58;0 +425;supply_node;3306.00;11.45;1265.00;5.92;0 +425;supply_node;3314.00;10.35;1258.00;0.05;0 +425;supply_node;3323.00;10.23;1256.00;2.22;0 +425;supply_node;3333.00;10.07;1259.00;2.98;0 +425;supply_node;3341.00;11.75;1268.00;5.16;0 +425;supply_node;3351.00;13.23;1271.00;4.39;0 +425;supply_node;3358.00;9.78;1267.00;0.35;0 +425;supply_node;3371.00;9.70;1268.00;3.74;0 425;synthetic_refinery;3362.00;10.03;1273.00;5.18;0 426;air_base;3181.00;11.38;1458.00;1.06;0 426;anti_air_building;3181.00;12.30;1467.00;2.34;0 @@ -18029,6 +26742,29 @@ 426;nuclear_reactor;3207.00;13.55;1452.00;0.79;0 426;radar_station;3169.00;11.85;1461.00;2.79;0 426;rocket_site;3199.00;15.80;1459.00;4.40;0 +426;supply_node;3162.00;15.48;1429.00;3.17;0 +426;supply_node;3164.00;12.15;1438.00;1.23;0 +426;supply_node;3166.00;14.20;1446.00;2.22;0 +426;supply_node;3170.00;13.85;1430.00;4.39;0 +426;supply_node;3170.00;15.30;1452.00;1.00;0 +426;supply_node;3173.00;12.07;1458.00;3.93;0 +426;supply_node;3176.00;11.90;1465.00;5.65;0 +426;supply_node;3179.00;11.43;1447.00;0.28;0 +426;supply_node;3180.00;15.45;1431.00;1.76;0 +426;supply_node;3181.00;12.07;1440.00;2.98;0 +426;supply_node;3183.00;15.25;1471.00;3.47;0 +426;supply_node;3185.00;11.70;1454.00;5.34;0 +426;supply_node;3189.00;14.93;1459.00;0.58;0 +426;supply_node;3191.00;13.48;1430.00;4.69;0 +426;supply_node;3193.00;11.05;1438.00;2.71;0 +426;supply_node;3193.00;15.48;1466.00;0.35;0 +426;supply_node;3196.00;14.40;1448.00;1.30;0 +426;supply_node;3199.00;16.02;1458.00;2.00;0 +426;supply_node;3201.00;14.35;1431.00;1.04;0 +426;supply_node;3205.00;13.95;1440.00;6.11;0 +426;supply_node;3207.00;13.57;1450.00;5.16;0 +426;supply_node;3210.00;13.12;1429.00;5.92;0 +426;supply_node;3214.00;15.32;1439.00;2.53;0 426;synthetic_refinery;3195.00;14.55;1468.00;3.90;0 427;air_base;3165.00;10.73;1483.00;0.11;0 427;anti_air_building;3164.00;10.93;1489.00;2.78;0 @@ -18054,14 +26790,21 @@ 427;nuclear_reactor;3184.00;12.57;1481.00;0.28;0 427;radar_station;3154.00;9.80;1486.00;3.25;0 427;rocket_site;3162.00;10.55;1489.00;5.35;0 +427;supply_node;3158.00;9.85;1486.00;1.04;0 +427;supply_node;3162.00;11.20;1492.00;4.39;0 +427;supply_node;3168.00;11.32;1481.00;2.22;0 +427;supply_node;3174.00;11.07;1486.00;0.35;0 +427;supply_node;3181.00;15.12;1478.00;5.16;0 427;synthetic_refinery;3165.00;10.75;1479.00;4.84;0 428;air_base;3051.00;9.80;1553.00;5.79;0 428;anti_air_building;3050.00;9.90;1548.00;3.80;0 428;anti_air_building;3067.00;12.35;1532.00;4.40;0 +428;anti_air_building;3080.00;12.57;1525.00;2.34;0 428;arms_factory;3054.00;10.05;1560.00;5.28;0 428;arms_factory;3056.00;9.82;1548.00;1.16;0 428;arms_factory;3062.00;13.68;1537.00;5.88;0 428;arms_factory;3069.00;10.28;1550.00;3.22;0 +428;arms_factory;3075.00;14.50;1522.00;4.33;0 428;arms_factory;3081.00;10.43;1535.00;2.71;0 428;bunker;3045.00;10.03;1554.00;5.45;0 428;bunker;3050.00;12.00;1542.00;3.29;0 @@ -18073,6 +26816,7 @@ 428;bunker;3067.00;11.10;1537.00;2.34;0 428;bunker;3068.00;11.30;1534.00;0.28;0 428;bunker;3076.00;10.40;1541.00;2.78;0 +428;bunker;3076.00;14.03;1525.00;3.29;0 428;bunker;3077.00;10.03;1534.00;5.35;0 428;bunker;3077.00;10.43;1537.00;5.96;0 428;bunker;3078.00;9.88;1549.00;0.11;0 @@ -18087,11 +26831,33 @@ 428;nuclear_reactor;3071.00;10.38;1543.00;2.25;0 428;radar_station;3038.00;10.75;1543.00;4.20;0 428;rocket_site;3081.00;10.15;1544.00;5.51;0 +428;supply_node;3045.00;12.45;1542.00;3.47;0 +428;supply_node;3047.00;9.80;1557.00;2.53;0 +428;supply_node;3047.00;10.07;1549.00;6.11;0 +428;supply_node;3053.00;12.68;1540.00;3.17;0 +428;supply_node;3057.00;9.85;1556.00;1.30;0 +428;supply_node;3058.00;10.00;1547.00;4.39;0 +428;supply_node;3061.00;13.90;1537.00;4.69;0 +428;supply_node;3065.00;9.85;1549.00;1.76;0 +428;supply_node;3067.00;13.65;1529.00;0.28;0 +428;supply_node;3070.00;10.15;1538.00;2.00;0 +428;supply_node;3075.00;9.95;1547.00;1.04;0 +428;supply_node;3075.00;14.10;1524.00;3.93;0 +428;supply_node;3079.00;10.12;1531.00;0.58;0 +428;supply_node;3079.00;10.23;1542.00;1.00;0 +428;supply_node;3086.00;10.50;1535.00;5.34;0 +428;supply_node;3092.00;10.70;1538.00;0.35;0 428;synthetic_refinery;3051.00;9.75;1552.00;0.18;0 429;air_base;3091.00;12.55;1517.00;4.84;0 -428;anti_air_building;3080.00;12.57;1525.00;2.34;0 -428;arms_factory;3075.00;14.50;1522.00;4.33;0 -428;bunker;3076.00;14.03;1525.00;3.29;0 +429;anti_air_building;3089.00;13.25;1515.00;1.99;0 +429;anti_air_building;3101.00;13.70;1510.00;5.01;0 +429;anti_air_building;3110.00;12.70;1512.00;6.22;0 +429;arms_factory;3088.00;12.30;1518.00;1.83;0 +429;arms_factory;3093.00;13.18;1514.00;0.28;0 +429;arms_factory;3094.00;13.13;1509.00;3.55;0 +429;arms_factory;3096.00;13.53;1518.00;2.95;0 +429;arms_factory;3100.00;14.15;1516.00;2.34;0 +429;arms_factory;3102.00;14.32;1513.00;4.50;0 429;bunker;3083.00;11.85;1524.00;5.45;0 429;bunker;3083.00;12.55;1518.00;5.35;0 429;bunker;3089.00;13.40;1513.00;4.84;0 @@ -18100,6 +26866,7 @@ 429;bunker;3098.00;14.10;1504.00;0.28;0 429;bunker;3099.00;12.10;1522.00;0.11;0 429;bunker;3104.00;14.13;1509.00;3.29;0 +429;bunker;3105.00;11.90;1521.00;5.61;0 429;industrial_complex;3082.00;12.90;1517.00;0.72;0 429;industrial_complex;3089.00;10.43;1527.00;0.11;0 429;industrial_complex;3091.00;10.63;1526.00;5.79;0 @@ -18109,6 +26876,15 @@ 429;nuclear_reactor;3095.00;10.75;1530.00;3.80;0 429;radar_station;3096.00;14.23;1522.00;5.37;0 429;rocket_site;3096.00;13.90;1514.00;0.79;0 +429;supply_node;3079.00;12.38;1517.00;1.04;0 +429;supply_node;3086.00;13.60;1515.00;2.53;0 +429;supply_node;3087.00;10.75;1523.00;4.69;0 +429;supply_node;3094.00;10.73;1528.00;0.58;0 +429;supply_node;3094.00;13.32;1512.00;3.93;0 +429;supply_node;3098.00;14.10;1504.00;1.00;0 +429;supply_node;3099.00;11.68;1523.00;0.28;0 +429;supply_node;3104.00;12.70;1520.00;3.17;0 +429;supply_node;3105.00;13.70;1512.00;1.76;0 429;synthetic_refinery;3092.00;11.90;1519.00;1.73;0 430;air_base;1443.00;10.53;1564.00;2.78;0 430;anti_air_building;1401.00;10.50;1527.00;2.04;0 @@ -18188,6 +26964,64 @@ 430;nuclear_reactor;1426.00;10.75;1590.00;0.99;0 430;radar_station;1412.00;10.38;1488.00;1.72;0 430;rocket_site;1409.00;10.10;1575.00;3.15;0 +430;supply_node;1385.00;11.23;1546.00;4.12;0 +430;supply_node;1387.00;11.20;1534.00;2.91;0 +430;supply_node;1389.00;10.10;1561.00;0.50;0 +430;supply_node;1392.00;10.32;1623.00;1.23;0 +430;supply_node;1393.00;12.20;1608.00;4.20;0 +430;supply_node;1397.00;10.98;1595.00;1.30;0 +430;supply_node;1398.00;10.00;1551.00;6.11;0 +430;supply_node;1399.00;10.57;1531.00;0.09;0 +430;supply_node;1400.00;11.03;1636.00;5.83;0 +430;supply_node;1401.00;11.23;1656.00;3.90;0 +430;supply_node;1402.00;11.23;1582.00;0.80;0 +430;supply_node;1403.00;9.80;1514.00;0.74;0 +430;supply_node;1403.00;10.00;1561.00;1.26;0 +430;supply_node;1407.00;9.95;1545.00;0.28;0 +430;supply_node;1407.00;10.03;1571.00;2.18;0 +430;supply_node;1410.00;10.15;1619.00;0.58;0 +430;supply_node;1412.00;10.50;1500.00;2.49;0 +430;supply_node;1412.00;10.75;1602.00;3.62;0 +430;supply_node;1414.00;10.60;1532.00;3.21;0 +430;supply_node;1415.00;10.80;1651.00;0.28;0 +430;supply_node;1415.00;10.90;1634.00;3.71;0 +430;supply_node;1416.00;9.85;1518.00;4.35;0 +430;supply_node;1416.00;10.48;1671.00;5.61;0 +430;supply_node;1417.00;10.10;1559.00;0.31;0 +430;supply_node;1419.00;10.40;1584.00;2.21;0 +430;supply_node;1421.00;10.00;1544.00;4.69;0 +430;supply_node;1422.00;10.28;1573.00;4.39;0 +430;supply_node;1425.00;9.85;1500.00;3.17;0 +430;supply_node;1426.00;10.60;1597.00;5.15;0 +430;supply_node;1427.00;10.20;1614.00;0.96;0 +430;supply_node;1429.00;10.10;1644.00;0.77;0 +430;supply_node;1430.00;9.80;1516.00;2.00;0 +430;supply_node;1431.00;10.60;1666.00;0.01;0 +430;supply_node;1432.00;10.40;1555.00;2.67;0 +430;supply_node;1432.00;10.50;1531.00;3.41;0 +430;supply_node;1432.00;11.40;1565.00;5.37;0 +430;supply_node;1434.00;10.10;1578.00;0.25;0 +430;supply_node;1434.00;10.53;1543.00;3.47;0 +430;supply_node;1440.00;9.80;1511.00;1.50;0 +430;supply_node;1441.00;10.10;1654.00;1.76;0 +430;supply_node;1446.00;10.15;1555.00;5.65;0 +430;supply_node;1447.00;9.82;1527.00;1.04;0 +430;supply_node;1447.00;10.12;1569.00;4.42;0 +430;supply_node;1448.00;10.60;1541.00;1.53;0 +430;supply_node;1452.00;9.85;1512.00;4.84;0 +430;supply_node;1458.00;10.00;1661.00;1.00;0 +430;supply_node;1460.00;10.10;1560.00;1.72;0 +430;supply_node;1460.00;10.32;1548.00;5.12;0 +430;supply_node;1460.00;10.53;1570.00;4.66;0 +430;supply_node;1462.00;10.10;1524.00;3.44;0 +430;supply_node;1462.00;10.10;1535.00;5.34;0 +430;supply_node;1465.00;10.60;1514.00;2.71;0 +430;supply_node;1473.00;10.78;1550.00;6.07;0 +430;supply_node;1474.00;10.70;1570.00;2.98;0 +430;supply_node;1475.00;10.28;1539.00;3.13;0 +430;supply_node;1476.00;10.20;1526.00;4.88;0 +430;supply_node;1476.00;10.70;1561.00;3.93;0 +430;supply_node;1480.00;9.85;1662.00;2.95;0 430;synthetic_refinery;1443.00;9.98;1664.00;4.10;0 431;air_base;3686.00;10.20;575.00;3.29;0 431;anti_air_building;3678.00;10.05;576.00;3.90;0 @@ -18204,6 +27038,8 @@ 431;coastal_bunker;3692.00;9.55;575.00;0.59;0 431;coastal_bunker;3966.00;9.50;521.00;-1.57;0 431;dockyard;3679.00;9.70;577.00;-3.14;0 +431;floating_harbor;3683.00;9.50;586.00;0.00;2188 +431;floating_harbor;3977.00;9.50;517.00;-1.57;13019 431;industrial_complex;3676.00;9.68;575.00;0.11;0 431;industrial_complex;3681.00;10.18;573.00;4.84;0 431;industrial_complex;3684.00;10.10;578.00;5.79;0 @@ -18215,6 +27051,8 @@ 431;nuclear_reactor;3973.00;9.70;518.00;2.85;0 431;radar_station;3672.00;9.50;576.00;4.96;0 431;rocket_site;3968.00;9.70;516.00;0.18;0 +431;supply_node;3683.00;10.20;574.00;4.69;0 +431;supply_node;3969.00;9.70;517.00;1.00;0 431;synthetic_refinery;3680.00;10.10;573.00;0.79;0 432;air_base;3013.00;13.53;1469.00;1.23;0 432;anti_air_building;3010.00;14.30;1465.00;6.13;0 @@ -18238,6 +27076,9 @@ 432;nuclear_reactor;3010.00;14.40;1473.00;3.80;0 432;radar_station;3003.00;15.85;1463.00;5.37;0 432;rocket_site;3012.00;14.00;1474.00;0.79;0 +432;supply_node;3010.00;15.07;1462.00;0.58;0 +432;supply_node;3012.00;13.95;1470.00;3.93;0 +432;supply_node;3021.00;14.12;1464.00;3.17;0 432;synthetic_refinery;3018.00;13.82;1465.00;3.02;0 433;air_base;3435.00;9.88;1601.00;1.99;0 433;anti_air_building;3416.00;10.07;1603.00;5.40;0 @@ -18292,6 +27133,40 @@ 433;nuclear_reactor;3419.00;10.00;1588.00;5.40;0 433;radar_station;3379.00;10.03;1594.00;5.40;0 433;rocket_site;3427.00;9.90;1587.00;3.84;0 +433;supply_node;3385.00;10.00;1593.00;5.65;0 +433;supply_node;3385.00;10.00;1602.00;6.07;0 +433;supply_node;3392.00;10.10;1600.00;3.71;0 +433;supply_node;3393.00;10.60;1611.00;5.12;0 +433;supply_node;3398.00;10.10;1594.00;4.42;0 +433;supply_node;3401.00;10.10;1605.00;2.18;0 +433;supply_node;3405.00;10.10;1587.00;3.47;0 +433;supply_node;3405.00;11.28;1613.00;1.72;0 +433;supply_node;3409.00;10.10;1604.00;0.31;0 +433;supply_node;3410.00;10.07;1595.00;5.83;0 +433;supply_node;3411.00;10.00;1581.00;2.00;0 +433;supply_node;3414.00;10.05;1616.00;3.90;0 +433;supply_node;3416.00;10.40;1605.00;2.49;0 +433;supply_node;3418.00;10.00;1589.00;0.01;0 +433;supply_node;3420.00;10.00;1596.00;1.53;0 +433;supply_node;3421.00;9.90;1582.00;0.77;0 +433;supply_node;3422.00;10.05;1612.00;4.20;0 +433;supply_node;3426.00;9.90;1605.00;4.66;0 +433;supply_node;3430.00;9.95;1588.00;4.35;0 +433;supply_node;3430.00;10.00;1597.00;5.37;0 +433;supply_node;3431.00;10.48;1612.00;3.13;0 +433;supply_node;3436.00;9.80;1602.00;3.17;0 +433;supply_node;3437.00;9.93;1592.00;6.11;0 +433;supply_node;3440.00;9.85;1609.00;5.34;0 +433;supply_node;3442.00;9.80;1619.00;2.71;0 +433;supply_node;3444.00;9.90;1589.00;0.96;0 +433;supply_node;3445.00;9.85;1600.00;0.25;0 +433;supply_node;3450.00;10.25;1610.00;1.30;0 +433;supply_node;3451.00;10.05;1595.00;3.41;0 +433;supply_node;3452.00;10.30;1618.00;4.12;0 +433;supply_node;3454.00;10.35;1603.00;1.23;0 +433;supply_node;3461.00;9.80;1614.00;4.88;0 +433;supply_node;3461.00;9.95;1597.00;1.26;0 +433;supply_node;3464.00;9.93;1606.00;2.95;0 433;synthetic_refinery;3433.00;9.90;1602.00;4.79;0 434;air_base;2901.00;10.20;1467.00;2.34;0 434;anti_air_building;2903.00;10.20;1461.00;2.85;0 @@ -18317,6 +27192,11 @@ 434;nuclear_reactor;2907.00;11.45;1469.00;3.96;0 434;radar_station;2895.00;10.13;1459.00;4.91;0 434;rocket_site;2912.00;12.73;1468.00;1.29;0 +434;supply_node;2894.00;10.10;1471.00;1.23;0 +434;supply_node;2898.00;10.12;1463.00;3.47;0 +434;supply_node;2903.00;10.28;1471.00;2.00;0 +434;supply_node;2906.00;10.10;1459.00;5.34;0 +434;supply_node;2911.00;12.55;1468.00;1.30;0 434;synthetic_refinery;2901.00;10.23;1466.00;2.25;0 435;air_base;2898.00;10.10;1457.00;1.73;0 435;anti_air_building;2886.00;10.07;1452.00;2.25;0 @@ -18342,6 +27222,11 @@ 435;nuclear_reactor;2895.00;10.10;1455.00;1.90;0 435;radar_station;2882.00;10.25;1441.00;5.61;0 435;rocket_site;2899.00;10.10;1449.00;5.52;0 +435;supply_node;2886.00;10.10;1444.00;2.00;0 +435;supply_node;2888.00;10.10;1450.00;2.71;0 +435;supply_node;2889.00;10.00;1458.00;3.47;0 +435;supply_node;2896.00;10.10;1446.00;5.65;0 +435;supply_node;2898.00;10.10;1454.00;1.23;0 435;synthetic_refinery;2902.00;10.10;1453.00;1.29;0 436;air_base;2838.00;14.28;1373.00;0.79;0 436;anti_air_building;2838.00;14.40;1372.00;3.46;0 @@ -18357,6 +27242,7 @@ 436;bunker;2844.00;12.57;1374.00;2.85;0 436;coastal_bunker;2853.00;9.93;1371.00;-4.51;0 436;dockyard;2853.00;9.93;1374.00;-4.51;0 +436;floating_harbor;2860.64;9.50;1376.21;-1.25;9853 436;industrial_complex;2839.00;13.65;1374.00;1.73;0 436;industrial_complex;2842.00;13.43;1372.00;2.34;0 436;industrial_complex;2848.00;11.48;1375.00;5.96;0 @@ -18367,6 +27253,8 @@ 436;nuclear_reactor;2845.00;12.93;1371.00;1.30;0 436;radar_station;2835.00;15.13;1371.00;3.74;0 436;rocket_site;2839.00;13.28;1375.00;6.03;0 +436;supply_node;2840.00;13.32;1374.00;1.23;0 +436;supply_node;2848.00;11.73;1372.00;2.71;0 436;synthetic_refinery;2839.00;12.88;1376.00;5.52;0 437;air_base;2695.00;12.28;1370.00;0.18;0 437;anti_air_building;2671.00;10.75;1378.00;4.03;0 @@ -18398,6 +27286,12 @@ 437;coastal_bunker;2681.00;9.50;1393.00;-3.14;0 437;coastal_bunker;2690.00;9.98;1392.00;-3.34;0 437;dockyard;2664.00;9.50;1376.00;-1.82;0 +437;floating_harbor;2657.18;9.50;1383.88;0.98;11710 +437;floating_harbor;2661.07;9.50;1372.99;1.43;9689 +437;floating_harbor;2661.36;9.50;1367.21;1.25;6734 +437;floating_harbor;2669.87;9.50;1393.26;0.46;758 +437;floating_harbor;2686.70;9.50;1399.79;-0.24;3761 +437;floating_harbor;2695.21;9.50;1397.64;-0.32;6764 437;industrial_complex;2665.00;9.68;1378.00;0.79;0 437;industrial_complex;2670.00;10.13;1383.00;3.80;0 437;industrial_complex;2676.00;11.60;1373.00;3.90;0 @@ -18413,6 +27307,19 @@ 437;nuclear_reactor;2678.00;11.45;1366.00;0.42;0 437;radar_station;2668.00;9.50;1359.00;2.70;0 437;rocket_site;2687.00;12.35;1367.00;0.32;0 +437;supply_node;2666.00;9.93;1378.00;5.12;0 +437;supply_node;2671.00;10.03;1364.00;1.53;0 +437;supply_node;2674.00;9.85;1385.00;3.41;0 +437;supply_node;2675.00;11.23;1371.00;0.01;0 +437;supply_node;2678.00;11.25;1380.00;0.77;0 +437;supply_node;2681.00;12.25;1363.00;3.71;0 +437;supply_node;2684.00;11.23;1389.00;4.88;0 +437;supply_node;2686.00;11.93;1377.00;2.18;0 +437;supply_node;2688.00;11.95;1370.00;4.42;0 +437;supply_node;2689.00;13.43;1361.00;2.95;0 +437;supply_node;2691.00;11.65;1385.00;4.12;0 +437;supply_node;2695.00;12.43;1377.00;5.65;0 +437;supply_node;2696.00;13.60;1365.00;0.31;0 437;synthetic_refinery;2685.00;10.43;1391.00;4.64;0 438;air_base;2730.00;12.25;1359.00;5.51;0 438;anti_air_building;2724.00;12.00;1354.00;1.60;0 @@ -18430,9 +27337,13 @@ 438;bunker;2705.00;14.18;1368.00;6.20;0 438;bunker;2706.00;12.48;1384.00;1.36;0 438;bunker;2706.00;13.73;1359.00;4.47;0 +438;bunker;2709.00;13.28;1382.00;0.96;0 +438;bunker;2710.00;12.60;1338.00;5.08;0 438;bunker;2711.00;12.50;1341.00;6.03;0 438;bunker;2711.00;13.38;1373.00;3.52;0 +438;bunker;2712.00;13.73;1382.00;5.18;0 438;bunker;2713.00;12.73;1367.00;1.97;0 +438;bunker;2715.00;12.00;1351.00;0.01;0 438;bunker;2715.00;14.20;1378.00;0.41;0 438;bunker;2716.00;12.07;1362.00;2.04;0 438;bunker;2717.00;11.88;1384.00;6.03;0 @@ -18445,12 +27356,14 @@ 438;bunker;2726.00;12.68;1370.00;2.04;0 438;bunker;2729.00;12.18;1364.00;0.42;0 438;bunker;2729.00;13.98;1383.00;4.20;0 +438;bunker;2730.00;12.00;1351.00;3.02;0 438;bunker;2730.00;14.07;1379.00;2.41;0 438;bunker;2731.00;12.25;1355.00;0.92;0 438;bunker;2732.00;12.75;1343.00;3.15;0 438;bunker;2732.00;14.23;1336.00;4.47;0 438;bunker;2734.00;12.07;1352.00;3.96;0 438;bunker;2736.00;12.40;1364.00;6.26;0 +438;bunker;2738.00;12.70;1342.00;5.68;0 438;bunker;2738.00;13.63;1382.00;4.03;0 438;bunker;2739.00;12.45;1359.00;2.48;0 438;bunker;2739.00;13.68;1377.00;0.85;0 @@ -18464,12 +27377,19 @@ 438;bunker;2750.00;13.05;1350.00;2.92;0 438;bunker;2750.00;13.07;1361.00;4.54;0 438;bunker;2753.00;13.32;1362.00;0.49;0 +438;coastal_bunker;2697.00;9.60;1390.00;-3.34;0 438;coastal_bunker;2707.00;9.88;1390.00;-3.39;0 438;coastal_bunker;2713.00;9.53;1391.00;-2.90;0 438;coastal_bunker;2725.00;10.57;1388.00;-3.39;0 438;coastal_bunker;2736.00;10.07;1387.00;-3.34;0 438;coastal_bunker;2748.00;10.30;1388.00;-3.14;0 438;dockyard;2741.00;9.93;1387.00;-3.14;0 +438;floating_harbor;2701.37;9.50;1397.86;-0.20;9719 +438;floating_harbor;2708.00;9.50;1398.00;0.00;13218 +438;floating_harbor;2716.00;9.50;1399.00;0.00;11707 +438;floating_harbor;2731.13;9.50;1395.26;-0.46;6749 +438;floating_harbor;2741.13;9.50;1394.26;-0.46;9703 +438;floating_harbor;2745.30;9.50;1396.79;0.24;11688 438;industrial_complex;2712.00;12.88;1357.00;1.73;0 438;industrial_complex;2715.00;12.65;1371.00;0.18;0 438;industrial_complex;2716.00;12.93;1334.00;3.80;0 @@ -18477,6 +27397,7 @@ 438;industrial_complex;2733.00;12.10;1362.00;2.85;0 438;industrial_complex;2742.00;12.50;1363.00;4.40;0 438;naval_base;2702.00;9.60;1390.00;-3.39;8618 +438;naval_base;2705.00;9.68;1390.00;-3.14;8618 438;naval_base;2717.00;10.07;1390.00;-2.90;8618 438;naval_base;2723.00;10.13;1389.00;-3.39;5233 438;naval_base;2737.00;10.05;1387.00;-3.34;5233 @@ -18484,6 +27405,52 @@ 438;nuclear_reactor;2707.00;13.35;1358.00;4.17;0 438;radar_station;2699.00;13.18;1338.00;5.60;0 438;rocket_site;2735.00;12.25;1363.00;0.05;0 +438;supply_node;2699.00;11.88;1386.00;2.67;0 +438;supply_node;2701.00;12.20;1372.00;3.62;0 +438;supply_node;2702.00;14.35;1363.00;5.12;0 +438;supply_node;2703.00;11.80;1342.00;0.77;0 +438;supply_node;2703.00;13.53;1380.00;5.83;0 +438;supply_node;2708.00;12.07;1386.00;3.21;0 +438;supply_node;2708.00;13.03;1357.00;4.42;0 +438;supply_node;2708.00;13.25;1374.00;5.79;0 +438;supply_node;2709.00;13.25;1335.00;2.45;0 +438;supply_node;2710.00;13.48;1365.00;0.31;0 +438;supply_node;2711.00;12.10;1348.00;1.26;0 +438;supply_node;2712.00;12.50;1342.00;6.07;0 +438;supply_node;2714.00;13.98;1381.00;4.35;0 +438;supply_node;2716.00;11.25;1387.00;5.15;0 +438;supply_node;2716.00;12.93;1373.00;4.88;0 +438;supply_node;2716.00;12.98;1333.00;4.12;0 +438;supply_node;2717.00;12.07;1363.00;4.66;0 +438;supply_node;2718.00;11.80;1355.00;2.95;0 +438;supply_node;2718.00;12.40;1347.00;1.68;0 +438;supply_node;2721.00;12.65;1341.00;1.72;0 +438;supply_node;2722.00;13.78;1330.00;0.25;0 +438;supply_node;2724.00;12.40;1367.00;0.96;0 +438;supply_node;2724.00;13.00;1373.00;5.37;0 +438;supply_node;2726.00;12.03;1348.00;4.84;0 +438;supply_node;2726.00;13.03;1385.00;3.13;0 +438;supply_node;2726.00;14.20;1379.00;0.50;0 +438;supply_node;2727.00;12.10;1355.00;1.04;0 +438;supply_node;2727.00;12.10;1361.00;3.90;0 +438;supply_node;2729.00;14.25;1333.00;2.18;0 +438;supply_node;2730.00;13.57;1340.00;5.61;0 +438;supply_node;2733.00;12.53;1367.00;2.98;0 +438;supply_node;2734.00;13.95;1376.00;0.74;0 +438;supply_node;2735.00;12.12;1350.00;0.80;0 +438;supply_node;2736.00;13.30;1384.00;0.09;0 +438;supply_node;2737.00;12.80;1341.00;2.49;0 +438;supply_node;2738.00;12.43;1357.00;4.20;0 +438;supply_node;2739.00;12.88;1372.00;3.44;0 +438;supply_node;2741.00;12.45;1364.00;0.01;0 +438;supply_node;2742.00;13.32;1345.00;3.93;0 +438;supply_node;2743.00;12.93;1380.00;1.53;0 +438;supply_node;2744.00;12.90;1352.00;4.39;0 +438;supply_node;2747.00;13.12;1372.00;0.28;0 +438;supply_node;2748.00;11.35;1386.00;2.21;0 +438;supply_node;2749.00;12.90;1365.00;3.71;0 +438;supply_node;2750.00;12.85;1357.00;1.50;0 +438;supply_node;2751.00;13.28;1350.00;2.91;0 438;synthetic_refinery;2744.00;12.68;1348.00;0.65;0 439;air_base;2724.00;11.70;1311.00;3.46;0 439;anti_air_building;2702.00;10.60;1309.00;0.25;0 @@ -18495,6 +27462,7 @@ 439;arms_factory;2720.00;12.50;1317.00;2.34;0 439;arms_factory;2721.00;11.68;1321.00;5.96;0 439;arms_factory;2721.00;12.73;1316.00;1.73;0 +439;bunker;2696.00;10.93;1315.00;5.68;0 439;bunker;2699.00;10.63;1316.00;1.30;0 439;bunker;2701.00;10.35;1307.00;5.52;0 439;bunker;2703.00;14.03;1329.00;1.29;0 @@ -18514,6 +27482,17 @@ 439;nuclear_reactor;2702.00;10.78;1317.00;1.36;0 439;radar_station;2690.00;10.75;1315.00;1.75;0 439;rocket_site;2697.00;10.75;1311.00;3.52;0 +439;supply_node;2694.00;11.10;1315.00;4.42;0 +439;supply_node;2699.00;10.35;1307.00;3.71;0 +439;supply_node;2702.00;10.70;1314.00;5.83;0 +439;supply_node;2702.00;14.43;1330.00;0.01;0 +439;supply_node;2704.00;11.45;1322.00;2.95;0 +439;supply_node;2709.00;10.85;1306.00;5.12;0 +439;supply_node;2710.00;10.90;1315.00;0.77;0 +439;supply_node;2711.00;12.25;1327.00;0.31;0 +439;supply_node;2716.00;11.85;1321.00;2.18;0 +439;supply_node;2718.00;12.53;1315.00;4.35;0 +439;supply_node;2721.00;11.30;1309.00;4.12;0 439;synthetic_refinery;2701.00;12.68;1326.00;4.47;0 440;air_base;2758.00;13.15;1341.00;3.96;0 440;anti_air_building;2730.00;11.35;1322.00;2.04;0 @@ -18531,14 +27510,19 @@ 440;bunker;2735.00;11.65;1303.00;1.80;0 440;bunker;2737.00;11.20;1324.00;2.92;0 440;bunker;2737.00;13.13;1332.00;0.85;0 +440;bunker;2738.00;11.48;1320.00;4.73;0 440;bunker;2738.00;12.10;1299.00;3.59;0 440;bunker;2738.00;12.13;1307.00;6.03;0 440;bunker;2739.00;12.70;1311.00;0.32;0 440;bunker;2744.00;11.88;1303.00;0.25;0 +440;bunker;2744.00;13.10;1310.00;0.01;0 440;bunker;2747.00;11.50;1326.00;1.36;0 440;bunker;2749.00;14.60;1343.00;0.92;0 +440;bunker;2750.00;11.57;1323.00;3.52;0 440;bunker;2750.00;12.80;1317.00;3.96;0 +440;bunker;2751.00;12.05;1310.00;4.13;0 440;bunker;2751.00;13.53;1295.00;1.46;0 +440;bunker;2752.00;11.70;1332.00;5.69;0 440;bunker;2752.00;11.88;1288.00;5.59;0 440;bunker;2755.00;11.75;1325.00;3.43;0 440;bunker;2755.00;12.20;1291.00;1.30;0 @@ -18563,6 +27547,40 @@ 440;nuclear_reactor;2741.00;11.65;1327.00;2.04;0 440;radar_station;2723.00;10.82;1303.00;5.11;0 440;rocket_site;2764.00;13.07;1303.00;5.66;0 +440;supply_node;2726.00;10.90;1305.00;3.13;0 +440;supply_node;2726.00;11.18;1323.00;1.50;0 +440;supply_node;2729.00;12.48;1316.00;2.49;0 +440;supply_node;2733.00;11.70;1301.00;1.72;0 +440;supply_node;2735.00;11.30;1324.00;0.01;0 +440;supply_node;2735.00;12.30;1311.00;5.61;0 +440;supply_node;2738.00;12.00;1306.00;0.25;0 +440;supply_node;2739.00;12.40;1317.00;3.71;0 +440;supply_node;2739.00;12.95;1296.00;3.90;0 +440;supply_node;2739.00;13.65;1332.00;5.12;0 +440;supply_node;2743.00;11.35;1325.00;4.35;0 +440;supply_node;2744.00;13.10;1310.00;4.39;0 +440;supply_node;2746.00;11.82;1303.00;0.50;0 +440;supply_node;2746.00;14.57;1339.00;2.18;0 +440;supply_node;2747.00;12.40;1289.00;4.42;0 +440;supply_node;2747.00;13.10;1315.00;2.91;0 +440;supply_node;2748.00;13.23;1296.00;2.21;0 +440;supply_node;2749.00;11.78;1330.00;4.20;0 +440;supply_node;2752.00;12.20;1320.00;5.37;0 +440;supply_node;2754.00;11.93;1312.00;2.98;0 +440;supply_node;2755.00;13.98;1343.00;4.66;0 +440;supply_node;2756.00;11.78;1307.00;5.83;0 +440;supply_node;2756.00;12.03;1329.00;0.31;0 +440;supply_node;2757.00;12.98;1298.00;0.09;0 +440;supply_node;2758.00;11.93;1291.00;5.15;0 +440;supply_node;2758.00;12.75;1336.00;6.07;0 +440;supply_node;2761.00;12.00;1316.00;1.26;0 +440;supply_node;2761.00;12.32;1323.00;2.67;0 +440;supply_node;2762.00;12.85;1304.00;4.84;0 +440;supply_node;2766.00;12.95;1340.00;3.44;0 +440;supply_node;2767.00;12.00;1311.00;2.95;0 +440;supply_node;2768.00;12.85;1328.00;0.96;0 +440;supply_node;2770.00;12.55;1319.00;0.80;0 +440;supply_node;2770.00;14.00;1334.00;0.74;0 440;synthetic_refinery;2760.00;11.85;1315.00;6.26;0 441;air_base;2787.00;11.00;1353.00;1.90;0 441;anti_air_building;2770.00;12.53;1378.00;3.15;0 @@ -18574,16 +27592,23 @@ 441;arms_factory;2795.00;11.25;1361.00;0.59;0 441;arms_factory;2795.00;12.32;1373.00;4.81;0 441;arms_factory;2804.00;10.35;1352.00;4.71;0 +441;bunker;2755.00;12.50;1378.00;1.46;0 +441;bunker;2756.00;10.43;1384.00;5.24;0 441;bunker;2756.00;10.78;1383.00;5.59;0 441;bunker;2758.00;14.38;1361.00;1.36;0 441;bunker;2759.00;12.88;1374.00;6.20;0 441;bunker;2763.00;13.40;1367.00;2.04;0 +441;bunker;2764.00;13.90;1351.00;3.09;0 +441;bunker;2766.00;14.07;1359.00;4.64;0 441;bunker;2768.00;12.68;1374.00;2.92;0 +441;bunker;2768.00;13.32;1356.00;4.13;0 441;bunker;2770.00;11.65;1372.00;6.03;0 441;bunker;2772.00;13.35;1351.00;2.65;0 441;bunker;2772.00;13.55;1362.00;4.47;0 441;bunker;2774.00;10.55;1383.00;4.54;0 441;bunker;2776.00;13.40;1358.00;0.32;0 +441;bunker;2777.00;12.28;1377.00;4.73;0 +441;bunker;2780.00;11.18;1382.00;6.20;0 441;bunker;2780.00;13.85;1339.00;3.43;0 441;bunker;2781.00;11.53;1371.00;2.48;0 441;bunker;2785.00;10.85;1358.00;2.41;0 @@ -18593,18 +27618,22 @@ 441;bunker;2791.00;12.38;1372.00;0.25;0 441;bunker;2792.00;10.43;1357.00;1.46;0 441;bunker;2793.00;13.20;1342.00;3.52;0 +441;bunker;2794.00;12.25;1373.00;0.52;0 441;bunker;2796.00;10.60;1351.00;4.47;0 441;bunker;2798.00;10.40;1355.00;4.03;0 441;bunker;2799.00;13.05;1368.00;4.64;0 441;bunker;2804.00;10.23;1348.00;3.59;0 441;bunker;2804.00;11.63;1361.00;3.59;0 441;bunker;2805.00;10.45;1355.00;0.85;0 +441;bunker;2808.00;10.25;1353.00;2.58;0 441;bunker;2808.00;11.88;1363.00;5.66;0 441;bunker;2808.00;12.68;1369.00;0.92;0 441;bunker;2814.00;13.68;1371.00;6.26;0 441;coastal_bunker;2757.00;9.57;1386.00;-3.73;0 441;coastal_bunker;2776.00;9.60;1386.00;-2.55;0 441;dockyard;2764.00;9.55;1387.00;-3.73;0 +441;floating_harbor;2765.88;9.50;1392.82;-0.59;740 +441;floating_harbor;2776.88;9.50;1391.82;-0.59;6756 441;industrial_complex;2773.00;12.68;1364.00;2.25;0 441;industrial_complex;2789.00;12.65;1347.00;3.46;0 441;industrial_complex;2792.00;12.57;1368.00;5.51;0 @@ -18616,11 +27645,54 @@ 441;nuclear_reactor;2814.00;12.48;1368.00;1.00;0 441;radar_station;2755.00;13.50;1361.00;2.02;0 441;rocket_site;2800.00;12.60;1370.00;4.27;0 +441;supply_node;2751.00;12.40;1378.00;3.62;0 +441;supply_node;2757.00;12.60;1370.00;1.04;0 +441;supply_node;2757.00;13.25;1358.00;3.21;0 +441;supply_node;2760.00;9.90;1384.00;2.95;0 +441;supply_node;2760.00;13.00;1377.00;5.79;0 +441;supply_node;2762.00;13.90;1349.00;3.90;0 +441;supply_node;2764.00;13.15;1354.00;5.12;0 +441;supply_node;2764.00;14.43;1361.00;0.31;0 +441;supply_node;2766.00;13.12;1374.00;1.72;0 +441;supply_node;2767.00;12.93;1366.00;3.13;0 +441;supply_node;2771.00;11.00;1383.00;4.20;0 +441;supply_node;2771.00;13.45;1348.00;0.74;0 +441;supply_node;2772.00;11.23;1372.00;2.49;0 +441;supply_node;2772.00;14.00;1357.00;5.37;0 +441;supply_node;2775.00;12.43;1363.00;0.09;0 +441;supply_node;2777.00;13.57;1337.00;1.50;0 +441;supply_node;2778.00;12.45;1376.00;1.26;0 +441;supply_node;2779.00;11.38;1381.00;4.66;0 +441;supply_node;2780.00;12.53;1348.00;2.18;0 +441;supply_node;2781.00;10.78;1366.00;4.84;0 +441;supply_node;2781.00;12.73;1356.00;0.50;0 +441;supply_node;2783.00;13.07;1342.00;0.25;0 +441;supply_node;2787.00;11.85;1376.00;6.07;0 +441;supply_node;2789.00;10.53;1360.00;3.44;0 +441;supply_node;2789.00;12.75;1369.00;0.80;0 +441;supply_node;2791.00;13.12;1344.00;2.98;0 +441;supply_node;2792.00;11.18;1351.00;0.96;0 +441;supply_node;2796.00;10.32;1355.00;2.67;0 +441;supply_node;2796.00;12.23;1364.00;5.61;0 +441;supply_node;2796.00;12.43;1373.00;4.39;0 +441;supply_node;2802.00;10.30;1350.00;4.42;0 +441;supply_node;2803.00;12.40;1363.00;2.91;0 +441;supply_node;2804.00;10.50;1356.00;2.21;0 +441;supply_node;2805.00;13.55;1372.00;5.83;0 +441;supply_node;2809.00;10.20;1353.00;0.28;0 +441;supply_node;2811.00;11.80;1361.00;5.15;0 +441;supply_node;2814.00;12.48;1368.00;4.35;0 441;synthetic_refinery;2795.00;12.78;1342.00;5.22;0 442;air_base;2821.00;11.48;1353.00;1.30;0 442;anti_air_building;2823.00;11.95;1358.00;4.20;0 442;anti_air_building;2829.00;12.90;1367.00;2.04;0 442;anti_air_building;2843.00;12.13;1359.00;2.99;0 +442;arms_factory;2821.00;10.75;1348.00;4.73;0 +442;arms_factory;2825.00;12.03;1358.00;3.52;0 +442;arms_factory;2825.00;12.40;1364.00;5.69;0 +442;arms_factory;2831.00;13.30;1368.00;4.13;0 +442;arms_factory;2836.00;10.65;1353.00;1.46;0 +442;arms_factory;2850.00;10.15;1360.00;4.13;0 442;bunker;2820.00;11.38;1354.00;1.36;0 442;bunker;2821.00;9.63;1345.00;6.09;0 442;bunker;2823.00;12.07;1362.00;5.59;0 @@ -18639,20 +27711,46 @@ 442;coastal_bunker;2846.00;9.50;1354.00;1.03;0 442;coastal_bunker;2852.00;9.50;1356.00;1.25;0 442;coastal_bunker;2855.00;9.60;1368.00;-4.55;0 +442;dockyard;2820.00;9.50;1343.00;0.79;0 +442;floating_harbor;2831.64;9.50;1342.79;-1.89;6812 +442;floating_harbor;2842.95;9.50;1343.05;-2.36;9764 +442;floating_harbor;2847.13;9.50;1346.74;-2.68;854 +442;floating_harbor;2860.64;9.50;1355.79;-1.89;6927 +442;floating_harbor;2862.90;9.50;1368.15;-1.41;9824 +442;industrial_complex;2814.00;10.10;1352.00;4.64;0 +442;industrial_complex;2822.00;12.00;1360.00;0.52;0 +442;industrial_complex;2824.00;11.55;1352.00;3.09;0 +442;industrial_complex;2828.00;12.88;1367.00;5.24;0 +442;industrial_complex;2835.00;9.60;1349.00;2.58;0 +442;industrial_complex;2841.00;13.70;1368.00;6.20;0 442;naval_base;2821.00;9.50;1344.00;0.79;8845 442;naval_base;2833.00;9.50;1347.00;0.46;8845 442;naval_base;2844.00;9.50;1353.00;0.46;8845 442;naval_base;2850.00;9.50;1355.00;1.25;5505 442;naval_base;2855.00;9.57;1367.00;-4.55;5505 442;nuclear_reactor;2823.00;11.95;1358.00;5.66;0 +442;radar_station;2835.00;12.38;1359.00;0.19;0 442;rocket_site;2836.00;11.75;1356.00;4.10;0 -442;synthetic_refinery;2851.00;9.80;1359.00;3.59;0 -443;air_base;2769.00;12.70;1303.00;1.80;0 -443;anti_air_building;2776.00;12.32;1297.00;1.60;0 -443;anti_air_building;2782.00;11.50;1285.00;0.04;0 -443;anti_air_building;2785.00;13.78;1323.00;3.66;0 -443;arms_factory;2773.00;12.30;1303.00;3.46;0 -443;arms_factory;2776.00;13.43;1327.00;1.29;0 +442;supply_node;2816.00;10.25;1350.00;0.25;0 +442;supply_node;2818.00;11.28;1359.00;5.12;0 +442;supply_node;2821.00;14.48;1373.00;5.83;0 +442;supply_node;2822.00;9.80;1346.00;2.49;0 +442;supply_node;2822.00;12.43;1366.00;0.31;0 +442;supply_node;2827.00;12.38;1354.00;3.90;0 +442;supply_node;2830.00;12.12;1361.00;1.72;0 +442;supply_node;2830.00;14.05;1370.00;4.35;0 +442;supply_node;2836.00;9.75;1350.00;0.96;0 +442;supply_node;2839.00;13.23;1364.00;3.13;0 +442;supply_node;2842.00;11.57;1357.00;2.18;0 +442;supply_node;2850.00;10.60;1366.00;5.37;0 +442;supply_node;2851.00;9.80;1359.00;4.66;0 +442;synthetic_refinery;2851.00;9.80;1359.00;3.59;0 +443;air_base;2769.00;12.70;1303.00;1.80;0 +443;anti_air_building;2776.00;12.32;1297.00;1.60;0 +443;anti_air_building;2782.00;11.50;1285.00;0.04;0 +443;anti_air_building;2785.00;13.78;1323.00;3.66;0 +443;arms_factory;2773.00;12.30;1303.00;3.46;0 +443;arms_factory;2776.00;13.43;1327.00;1.29;0 443;arms_factory;2777.00;12.45;1315.00;2.25;0 443;arms_factory;2781.00;12.50;1304.00;0.18;0 443;arms_factory;2782.00;12.65;1308.00;5.51;0 @@ -18670,19 +27768,25 @@ 443;bunker;2783.00;11.35;1293.00;4.54;0 443;bunker;2784.00;14.55;1328.00;1.97;0 443;bunker;2785.00;11.70;1313.00;0.41;0 +443;bunker;2787.00;12.93;1336.00;4.64;0 443;bunker;2789.00;9.70;1281.00;6.09;0 443;bunker;2789.00;13.03;1303.00;2.99;0 +443;bunker;2790.00;12.88;1303.00;2.58;0 443;bunker;2792.00;12.57;1300.00;4.10;0 443;bunker;2792.00;13.85;1322.00;3.43;0 443;bunker;2796.00;11.60;1295.00;5.66;0 +443;bunker;2796.00;14.82;1331.00;1.46;0 443;bunker;2797.00;10.48;1311.00;2.48;0 443;bunker;2799.00;9.80;1310.00;6.20;0 443;bunker;2802.00;10.68;1323.00;5.59;0 +443;bunker;2802.00;10.68;1346.00;4.13;0 443;bunker;2802.00;13.98;1330.00;4.71;0 +443;bunker;2802.00;14.18;1337.00;6.20;0 443;bunker;2804.00;11.48;1301.00;2.04;0 443;bunker;2806.00;10.63;1328.00;4.64;0 443;bunker;2806.00;12.90;1340.00;4.81;0 443;bunker;2809.00;10.60;1331.00;6.26;0 +443;bunker;2812.00;10.48;1345.00;0.52;0 443;coastal_bunker;2781.00;9.50;1276.00;0.46;0 443;coastal_bunker;2789.00;9.50;1279.00;0.64;0 443;coastal_bunker;2797.00;9.57;1292.00;-4.39;0 @@ -18692,7 +27796,18 @@ 443;coastal_bunker;2804.00;9.50;1321.00;1.11;0 443;coastal_bunker;2808.00;9.70;1328.00;0.79;0 443;coastal_bunker;2814.00;9.50;1335.00;1.57;0 +443;coastal_bunker;2818.00;9.50;1336.00;0.79;0 443;dockyard;2791.00;9.50;1279.00;0.64;0 +443;floating_harbor;2788.95;9.50;1272.05;-2.36;10109 +443;floating_harbor;2797.60;9.50;1275.80;-2.21;10024 +443;floating_harbor;2802.64;9.50;1293.21;-1.25;4098 +443;floating_harbor;2807.86;9.50;1315.37;-1.37;6906 +443;floating_harbor;2809.00;9.50;1311.60;-1.03;6959 +443;floating_harbor;2810.26;9.50;1302.13;-1.11;962 +443;floating_harbor;2810.86;9.50;1317.63;-1.77;9896 +443;floating_harbor;2814.64;9.50;1322.79;-1.89;6817 +443;floating_harbor;2819.79;9.50;1331.30;-1.82;3873 +443;floating_harbor;2821.95;9.50;1332.05;-2.36;6966 443;industrial_complex;2778.00;12.10;1308.00;1.30;0 443;industrial_complex;2782.00;11.50;1285.00;6.03;0 443;industrial_complex;2784.00;14.43;1330.00;3.96;0 @@ -18708,9 +27823,42 @@ 443;naval_base;2807.00;9.50;1299.00;1.57;5454 443;naval_base;2807.00;9.50;1325.00;0.79;5454 443;naval_base;2811.00;9.50;1329.00;0.32;5454 +443;naval_base;2818.00;9.50;1336.00;0.79;8845 443;nuclear_reactor;2791.00;9.70;1281.00;0.05;0 443;radar_station;2764.00;12.35;1296.00;2.66;0 443;rocket_site;2769.00;13.60;1298.00;4.78;0 +443;supply_node;2768.00;13.07;1296.00;1.04;0 +443;supply_node;2772.00;12.12;1305.00;4.35;0 +443;supply_node;2772.00;13.55;1289.00;0.50;0 +443;supply_node;2775.00;12.25;1314.00;2.49;0 +443;supply_node;2777.00;11.90;1296.00;5.15;0 +443;supply_node;2777.00;12.48;1285.00;4.84;0 +443;supply_node;2777.00;13.48;1325.00;6.07;0 +443;supply_node;2781.00;10.70;1280.00;4.39;0 +443;supply_node;2781.00;12.53;1308.00;0.96;0 +443;supply_node;2782.00;12.80;1318.00;5.37;0 +443;supply_node;2784.00;10.95;1291.00;1.72;0 +443;supply_node;2784.00;12.28;1301.00;3.62;0 +443;supply_node;2784.00;14.55;1328.00;2.98;0 +443;supply_node;2788.00;9.93;1283.00;2.91;0 +443;supply_node;2788.00;12.23;1316.00;4.66;0 +443;supply_node;2788.00;13.43;1335.00;1.50;0 +443;supply_node;2790.00;13.28;1307.00;0.09;0 +443;supply_node;2792.00;14.25;1325.00;5.83;0 +443;supply_node;2793.00;10.55;1290.00;4.20;0 +443;supply_node;2793.00;12.80;1298.00;0.74;0 +443;supply_node;2795.00;14.82;1332.00;0.31;0 +443;supply_node;2796.00;10.65;1313.00;2.67;0 +443;supply_node;2798.00;10.82;1305.00;5.61;0 +443;supply_node;2798.00;13.80;1339.00;3.13;0 +443;supply_node;2799.00;11.15;1320.00;2.21;0 +443;supply_node;2801.00;11.40;1344.00;1.26;0 +443;supply_node;2802.00;10.85;1298.00;0.25;0 +443;supply_node;2802.00;14.20;1331.00;0.28;0 +443;supply_node;2805.00;10.32;1326.00;3.44;0 +443;supply_node;2807.00;11.32;1343.00;3.21;0 +443;supply_node;2809.00;12.00;1334.00;3.90;0 +443;supply_node;2814.00;10.53;1340.00;0.80;0 443;synthetic_refinery;2790.00;10.63;1290.00;5.72;0 444;air_base;2713.00;12.30;1295.00;6.03;0 444;anti_air_building;2701.00;12.23;1284.00;4.10;0 @@ -18733,11 +27881,13 @@ 444;bunker;2709.00;11.45;1296.00;3.59;0 444;bunker;2710.00;11.50;1280.00;6.09;0 444;bunker;2712.00;10.03;1261.00;5.15;0 +444;bunker;2713.00;10.50;1268.00;4.64;0 444;bunker;2715.00;10.25;1271.00;5.59;0 444;bunker;2716.00;12.00;1288.00;1.97;0 444;bunker;2717.00;10.98;1269.00;2.48;0 444;bunker;2718.00;10.13;1280.00;4.03;0 444;bunker;2718.00;12.07;1291.00;0.85;0 +444;bunker;2720.00;10.07;1276.00;6.20;0 444;bunker;2720.00;12.45;1293.00;3.52;0 444;bunker;2723.00;11.43;1299.00;2.04;0 444;bunker;2725.00;11.45;1298.00;0.92;0 @@ -18749,7 +27899,13 @@ 444;coastal_bunker;2696.00;9.50;1272.00;-0.24;0 444;coastal_bunker;2703.00;9.50;1270.00;-0.64;0 444;coastal_bunker;2709.00;9.50;1260.00;-1.37;0 +444;coastal_bunker;2711.00;9.50;1254.00;-0.98;0 444;dockyard;2704.00;9.50;1269.00;-0.64;0 +444;floating_harbor;2693.15;9.50;1264.10;-2.98;12070 +444;floating_harbor;2694.79;9.50;1264.36;-3.46;9815 +444;floating_harbor;2698.80;9.50;1262.40;-3.79;4080 +444;floating_harbor;2701.18;9.50;1258.12;-4.12;1048 +444;floating_harbor;2704.18;9.50;1251.12;-4.12;13228 444;industrial_complex;2694.00;10.30;1280.00;6.03;0 444;industrial_complex;2695.00;12.03;1285.00;1.90;0 444;industrial_complex;2698.00;11.70;1282.00;4.47;0 @@ -18760,9 +27916,35 @@ 444;naval_base;2695.00;9.50;1273.00;-0.24;5382 444;naval_base;2703.00;9.50;1269.00;-0.64;5382 444;naval_base;2709.00;9.50;1261.00;-1.37;5382 +444;naval_base;2710.00;9.50;1260.00;-0.98;5382 444;nuclear_reactor;2718.00;11.07;1267.00;1.09;0 444;radar_station;2690.00;9.50;1272.00;4.65;0 444;rocket_site;2713.00;10.48;1266.00;0.99;0 +444;supply_node;2691.00;9.82;1277.00;2.21;0 +444;supply_node;2696.00;10.48;1296.00;0.74;0 +444;supply_node;2697.00;11.93;1284.00;6.07;0 +444;supply_node;2698.00;9.73;1274.00;5.61;0 +444;supply_node;2703.00;11.15;1292.00;2.98;0 +444;supply_node;2704.00;12.48;1282.00;1.50;0 +444;supply_node;2706.00;9.68;1272.00;1.26;0 +444;supply_node;2707.00;10.65;1299.00;1.72;0 +444;supply_node;2710.00;9.90;1264.00;4.66;0 +444;supply_node;2710.00;12.70;1290.00;3.44;0 +444;supply_node;2712.00;11.80;1282.00;0.09;0 +444;supply_node;2713.00;9.75;1273.00;2.67;0 +444;supply_node;2713.00;10.70;1257.00;5.15;0 +444;supply_node;2716.00;12.78;1295.00;5.83;0 +444;supply_node;2718.00;11.35;1301.00;3.13;0 +444;supply_node;2719.00;10.75;1265.00;4.84;0 +444;supply_node;2719.00;11.25;1285.00;0.80;0 +444;supply_node;2722.00;10.03;1279.00;0.96;0 +444;supply_node;2722.00;11.15;1272.00;2.91;0 +444;supply_node;2723.00;12.30;1290.00;0.25;0 +444;supply_node;2727.00;11.98;1295.00;3.90;0 +444;supply_node;2728.00;10.75;1274.00;4.20;0 +444;supply_node;2730.00;11.43;1286.00;2.49;0 +444;supply_node;2734.00;10.90;1281.00;0.50;0 +444;supply_node;2735.00;13.05;1290.00;5.37;0 444;synthetic_refinery;2696.00;10.32;1279.00;0.49;0 445;air_base;2770.00;14.55;1273.00;0.25;0 445;anti_air_building;2737.00;11.40;1271.00;1.09;0 @@ -18774,6 +27956,7 @@ 445;arms_factory;2763.00;14.20;1269.00;6.03;0 445;arms_factory;2768.00;12.28;1268.00;1.29;0 445;arms_factory;2768.00;14.23;1274.00;5.52;0 +445;bunker;2719.00;10.53;1253.00;0.07;0 445;bunker;2726.00;9.85;1259.00;2.04;0 445;bunker;2730.00;10.15;1261.00;4.64;0 445;bunker;2734.00;11.15;1270.00;4.54;0 @@ -18790,6 +27973,7 @@ 445;bunker;2771.00;14.10;1282.00;3.59;0 445;bunker;2772.00;14.48;1274.00;4.20;0 445;bunker;2774.00;10.95;1268.00;5.15;0 +445;coastal_bunker;2723.00;9.50;1253.00;0.79;0 445;coastal_bunker;2729.00;9.50;1259.00;0.46;0 445;coastal_bunker;2734.00;9.50;1260.00;0.32;0 445;coastal_bunker;2743.00;9.50;1264.00;-0.17;0 @@ -18797,6 +27981,21 @@ 445;coastal_bunker;2763.00;9.53;1263.00;0.32;0 445;coastal_bunker;2768.00;9.50;1265.00;0.00;0 445;coastal_bunker;2777.00;9.73;1270.00;0.98;0 +445;dockyard;2765.00;9.50;1263.00;0.00;0 +445;floating_harbor;2724.95;9.50;1247.05;-2.36;4135 +445;floating_harbor;2730.88;9.50;1251.18;-2.55;7153 +445;floating_harbor;2739.95;9.50;1255.05;-2.36;9979 +445;floating_harbor;2742.00;9.50;1255.00;-3.14;7068 +445;floating_harbor;2749.00;9.50;1255.00;-3.14;10063 +445;floating_harbor;2762.21;9.50;1256.36;-2.82;747 +445;floating_harbor;2774.13;9.50;1257.74;-2.68;12038 +445;floating_harbor;2784.26;9.50;1268.87;-2.03;4065 +445;industrial_complex;2746.00;13.80;1277.00;5.24;0 +445;industrial_complex;2749.00;13.85;1271.00;3.09;0 +445;industrial_complex;2755.00;13.07;1267.00;2.58;0 +445;industrial_complex;2762.00;12.60;1279.00;1.02;0 +445;industrial_complex;2772.00;14.20;1279.00;3.69;0 +445;industrial_complex;2773.00;13.85;1273.00;3.19;0 445;naval_base;2723.00;9.50;1253.00;0.32;5407 445;naval_base;2727.00;9.63;1259.00;0.46;5407 445;naval_base;2735.00;9.50;1261.00;0.32;5407 @@ -18806,7 +28005,25 @@ 445;naval_base;2775.00;9.50;1266.00;0.00;8793 445;naval_base;2777.00;9.93;1272.00;0.98;5431 445;nuclear_reactor;2756.00;12.88;1280.00;0.04;0 +445;radar_station;2748.00;13.45;1272.00;1.60;0 445;rocket_site;2770.00;14.68;1274.00;3.66;0 +445;supply_node;2718.00;10.85;1254.00;3.13;0 +445;supply_node;2725.00;10.65;1260.00;1.26;0 +445;supply_node;2732.00;11.10;1268.00;0.09;0 +445;supply_node;2733.00;10.10;1262.00;3.44;0 +445;supply_node;2737.00;11.18;1276.00;0.50;0 +445;supply_node;2742.00;12.20;1268.00;6.07;0 +445;supply_node;2745.00;12.57;1283.00;5.61;0 +445;supply_node;2747.00;13.73;1276.00;1.72;0 +445;supply_node;2749.00;10.32;1265.00;2.67;0 +445;supply_node;2753.00;14.40;1272.00;4.66;0 +445;supply_node;2757.00;12.70;1280.00;5.37;0 +445;supply_node;2759.00;10.88;1266.00;0.25;0 +445;supply_node;2763.00;14.15;1286.00;0.96;0 +445;supply_node;2765.00;14.43;1272.00;0.80;0 +445;supply_node;2769.00;13.53;1281.00;4.20;0 +445;supply_node;2770.00;10.25;1266.00;4.84;0 +445;supply_node;2774.00;13.15;1274.00;3.90;0 445;synthetic_refinery;2726.00;11.00;1261.00;4.27;0 446;air_base;2188.00;16.65;2039.00;4.47;0 446;anti_air_building;2121.00;14.73;1933.00;4.54;0 @@ -18828,6 +28045,10 @@ 446;coastal_bunker;2169.00;9.50;1950.00;-4.57;0 446;coastal_bunker;2287.00;9.57;2029.00;-4.48;0 446;dockyard;2023.00;9.60;1906.00;-1.50;0 +446;floating_harbor;2002.65;9.50;1949.85;-3.64;10245 +446;floating_harbor;2076.85;9.50;1859.34;-3.45;12512 +446;floating_harbor;2180.90;9.50;1961.15;-1.41;13066 +446;floating_harbor;2220.90;9.50;1981.06;-3.01;10636 446;industrial_complex;2058.00;14.28;1928.00;6.03;0 446;industrial_complex;2062.00;12.68;1893.00;2.41;0 446;industrial_complex;2094.00;15.18;1930.00;1.80;0 @@ -18841,6 +28062,11 @@ 446;nuclear_reactor;2095.00;16.00;1966.00;4.20;0 446;radar_station;2041.00;9.50;1878.00;0.77;0 446;rocket_site;2143.00;15.28;2012.00;2.99;0 +446;supply_node;2024.00;11.30;1989.00;4.66;0 +446;supply_node;2089.00;12.93;1897.00;3.90;0 +446;supply_node;2102.00;15.43;2006.00;5.37;0 +446;supply_node;2138.00;14.23;1954.00;3.13;0 +446;supply_node;2216.00;14.45;2019.00;0.96;0 446;synthetic_refinery;2079.00;15.00;2018.00;3.59;0 447;air_base;2930.00;10.55;1412.00;3.52;0 447;anti_air_building;2930.00;10.60;1418.00;0.41;0 @@ -18867,6 +28093,12 @@ 447;nuclear_reactor;2933.00;10.93;1414.00;0.42;0 447;radar_station;2930.00;10.98;1408.00;2.70;0 447;rocket_site;2931.00;10.60;1419.00;0.32;0 +447;supply_node;2929.00;10.80;1426.00;5.37;0 +447;supply_node;2929.00;14.55;1433.00;6.07;0 +447;supply_node;2930.00;10.60;1419.00;4.20;0 +447;supply_node;2933.00;11.07;1411.00;1.26;0 +447;supply_node;2938.00;10.57;1418.00;3.13;0 +447;supply_node;2943.00;11.62;1413.00;3.90;0 447;synthetic_refinery;2927.00;13.63;1430.00;4.64;0 448;air_base;2941.00;10.05;1431.00;2.92;0 448;anti_air_building;2934.00;14.73;1439.00;4.03;0 @@ -18891,6 +28123,10 @@ 448;nuclear_reactor;2950.00;9.80;1428.00;0.42;0 448;radar_station;2937.00;9.95;1424.00;2.70;0 448;rocket_site;2947.00;9.80;1428.00;0.32;0 +448;supply_node;2936.00;12.90;1437.00;4.20;0 +448;supply_node;2941.00;9.80;1425.00;6.07;0 +448;supply_node;2944.00;10.25;1432.00;3.13;0 +448;supply_node;2952.00;10.05;1425.00;1.26;0 448;synthetic_refinery;2944.00;9.80;1425.00;4.64;0 449;air_base;3048.00;12.25;1344.00;1.97;0 449;anti_air_building;3041.00;11.28;1351.00;0.55;0 @@ -18930,6 +28166,17 @@ 449;coastal_bunker;3091.00;9.57;1331.00;-3.93;0 449;coastal_bunker;3094.00;9.53;1326.00;0.00;0 449;dockyard;3074.00;9.50;1333.00;0.00;0 +449;floating_harbor;3030.79;9.50;1378.70;-1.33;9838 +449;floating_harbor;3036.95;9.50;1371.95;-0.79;6831 +449;floating_harbor;3045.95;9.50;1364.95;-0.79;3966 +449;floating_harbor;3060.82;9.50;1361.88;-0.98;6980 +449;floating_harbor;3062.00;9.50;1354.60;-1.03;883 +449;floating_harbor;3066.48;9.50;1354.38;-0.69;6843 +449;floating_harbor;3075.00;9.50;1323.00;-3.14;11837 +449;floating_harbor;3075.37;9.50;1350.47;-0.67;9784 +449;floating_harbor;3079.00;9.50;1357.00;-1.66;6939 +449;floating_harbor;3081.79;9.50;1321.36;-3.46;11998 +449;floating_harbor;3095.95;9.50;1318.05;-2.36;6979 449;industrial_complex;3013.00;12.25;1362.00;0.85;0 449;industrial_complex;3020.00;14.53;1367.00;1.36;0 449;industrial_complex;3042.00;11.10;1352.00;2.92;0 @@ -18950,6 +28197,22 @@ 449;nuclear_reactor;3088.00;9.60;1327.00;1.67;0 449;radar_station;3009.00;11.28;1362.00;2.21;0 449;rocket_site;3060.00;11.05;1341.00;5.28;0 +449;supply_node;3015.00;12.55;1362.00;2.91;0 +449;supply_node;3017.00;14.05;1368.00;0.50;0 +449;supply_node;3020.00;12.00;1376.00;0.74;0 +449;supply_node;3024.00;13.28;1360.00;4.20;0 +449;supply_node;3029.00;11.70;1364.00;2.67;0 +449;supply_node;3030.00;12.95;1353.00;3.44;0 +449;supply_node;3037.00;11.25;1356.00;0.09;0 +449;supply_node;3041.00;10.68;1345.00;2.21;0 +449;supply_node;3044.00;10.78;1353.00;0.80;0 +449;supply_node;3051.00;10.48;1348.00;1.26;0 +449;supply_node;3052.00;11.23;1356.00;1.50;0 +449;supply_node;3057.00;10.55;1343.00;5.61;0 +449;supply_node;3067.00;10.62;1340.00;2.98;0 +449;supply_node;3075.00;9.68;1335.00;5.15;0 +449;supply_node;3085.00;9.70;1331.00;4.39;0 +449;supply_node;3090.00;9.70;1324.00;4.84;0 449;synthetic_refinery;3083.00;9.70;1334.00;6.24;0 450;air_base;3036.00;9.82;1339.00;6.20;0 450;anti_air_building;3054.00;10.15;1318.00;5.28;0 @@ -18990,6 +28253,19 @@ 450;coastal_bunker;3066.00;9.53;1327.00;0.59;0 450;coastal_bunker;3070.00;9.70;1314.00;-3.61;0 450;dockyard;3051.00;9.50;1286.00;-0.79;0 +450;floating_harbor;3018.05;9.50;1338.05;-3.93;9826 +450;floating_harbor;3018.60;9.50;1341.00;-2.60;11846 +450;floating_harbor;3022.37;9.50;1340.14;-2.94;923 +450;floating_harbor;3026.79;9.50;1331.36;-3.46;819 +450;floating_harbor;3033.12;9.50;1329.18;-3.73;955 +450;floating_harbor;3038.05;9.50;1322.05;-3.93;851 +450;floating_harbor;3043.74;9.50;1319.87;-4.25;3968 +450;floating_harbor;3045.14;9.50;1316.63;-4.51;10027 +450;floating_harbor;3048.50;9.50;1302.60;1.19;12066 +450;floating_harbor;3049.05;9.50;1283.05;-3.93;9990 +450;floating_harbor;3050.00;9.50;1309.00;1.57;3901 +450;floating_harbor;3072.60;9.50;1320.50;-0.38;12098 +450;floating_harbor;3073.82;9.50;1324.12;-2.16;9856 450;industrial_complex;3012.00;9.82;1351.00;1.97;0 450;industrial_complex;3043.00;9.60;1328.00;2.92;0 450;industrial_complex;3054.00;12.78;1331.00;1.36;0 @@ -19012,6 +28288,21 @@ 450;nuclear_reactor;3066.00;9.80;1330.00;1.67;0 450;radar_station;3005.00;9.53;1352.00;3.62;0 450;rocket_site;3065.00;10.20;1304.00;3.83;0 +450;supply_node;3012.00;10.15;1352.00;2.91;0 +450;supply_node;3020.00;10.53;1352.00;0.09;0 +450;supply_node;3027.00;9.90;1347.00;2.98;0 +450;supply_node;3030.00;9.68;1341.00;0.50;0 +450;supply_node;3039.00;9.95;1338.00;2.67;0 +450;supply_node;3045.00;9.88;1329.00;3.44;0 +450;supply_node;3049.00;12.38;1337.00;0.80;0 +450;supply_node;3055.00;11.05;1289.00;2.21;0 +450;supply_node;3056.00;13.00;1326.00;4.84;0 +450;supply_node;3057.00;11.68;1319.00;5.15;0 +450;supply_node;3057.00;13.25;1333.00;1.50;0 +450;supply_node;3059.00;10.88;1309.00;5.61;0 +450;supply_node;3060.00;9.98;1298.00;4.39;0 +450;supply_node;3065.00;10.05;1330.00;0.74;0 +450;supply_node;3068.00;12.50;1309.00;1.04;0 450;synthetic_refinery;3021.00;10.75;1353.00;5.89;0 451;air_base;3037.00;10.63;1277.00;0.41;0 451;anti_air_building;3010.00;10.00;1284.00;3.66;0 @@ -19041,6 +28332,14 @@ 451;coastal_bunker;3043.00;9.90;1288.00;-4.25;0 451;coastal_bunker;3044.00;9.50;1269.00;-3.93;0 451;dockyard;3016.00;9.50;1274.00;-0.46;0 +451;floating_harbor;3008.21;9.50;1272.36;-2.82;7059 +451;floating_harbor;3013.87;9.50;1266.74;-3.61;7147 +451;floating_harbor;3017.60;9.50;1295.50;-0.38;10074 +451;floating_harbor;3020.63;9.50;1293.86;0.20;3857 +451;floating_harbor;3029.00;9.50;1261.00;-3.14;1009 +451;floating_harbor;3036.21;9.50;1293.64;-0.32;1156 +451;floating_harbor;3041.70;9.50;1257.21;-2.90;4014 +451;floating_harbor;3050.64;9.50;1286.21;-1.25;4159 451;industrial_complex;3005.00;9.55;1280.00;1.97;0 451;industrial_complex;3010.00;10.05;1282.00;6.09;0 451;industrial_complex;3021.00;9.73;1273.00;6.20;0 @@ -19058,6 +28357,15 @@ 451;nuclear_reactor;3037.00;10.75;1270.00;0.65;0 451;radar_station;3000.00;9.50;1282.00;3.43;0 451;rocket_site;3035.00;12.48;1282.00;5.72;0 +451;supply_node;3005.00;9.70;1282.00;1.50;0 +451;supply_node;3013.00;11.00;1284.00;0.74;0 +451;supply_node;3018.00;10.32;1275.00;2.98;0 +451;supply_node;3023.00;12.38;1282.00;5.61;0 +451;supply_node;3029.00;9.50;1269.00;0.09;0 +451;supply_node;3031.00;10.85;1276.00;2.21;0 +451;supply_node;3033.00;12.20;1284.00;2.67;0 +451;supply_node;3039.00;10.35;1268.00;0.80;0 +451;supply_node;3041.00;12.15;1283.00;4.84;0 451;synthetic_refinery;3034.00;10.63;1273.00;0.04;0 452;air_base;2951.00;10.57;1315.00;4.64;0 452;anti_air_building;2939.00;9.82;1336.00;0.04;0 @@ -19086,6 +28394,14 @@ 452;coastal_bunker;2957.00;9.53;1330.00;-4.51;0 452;coastal_bunker;2957.00;9.75;1338.00;-4.31;0 452;dockyard;2956.00;9.68;1318.00;-4.47;0 +452;floating_harbor;2927.00;9.50;1335.00;1.57;9772 +452;floating_harbor;2930.00;9.50;1316.00;1.57;11874 +452;floating_harbor;2930.00;9.50;1326.00;1.57;11824 +452;floating_harbor;2951.82;9.50;1302.12;-2.16;11773 +452;floating_harbor;2953.00;9.50;1358.00;-0.37;6891 +452;floating_harbor;2956.60;9.50;1303.50;-2.76;902 +452;floating_harbor;2963.43;9.50;1340.76;-1.17;9863 +452;floating_harbor;2964.90;9.50;1329.15;-1.41;11755 452;industrial_complex;2939.00;9.55;1326.00;6.09;0 452;industrial_complex;2942.00;9.98;1326.00;1.97;0 452;industrial_complex;2945.00;9.90;1315.00;0.41;0 @@ -19103,6 +28419,14 @@ 452;nuclear_reactor;2941.00;9.70;1317.00;4.78;0 452;radar_station;2937.00;9.50;1305.00;0.08;0 452;rocket_site;2943.00;9.82;1317.00;0.65;0 +452;supply_node;2939.00;9.78;1335.00;4.84;0 +452;supply_node;2942.00;9.78;1316.00;5.15;0 +452;supply_node;2942.00;9.98;1326.00;2.21;0 +452;supply_node;2943.00;9.82;1308.00;0.74;0 +452;supply_node;2948.00;10.18;1342.00;0.80;0 +452;supply_node;2950.00;12.55;1335.00;1.50;0 +452;supply_node;2952.00;10.68;1315.00;5.61;0 +452;supply_node;2952.00;13.10;1327.00;2.98;0 452;synthetic_refinery;2945.00;10.93;1327.00;1.60;0 453;air_base;4712.00;9.68;942.00;0.32;0 453;anti_air_building;4686.00;10.20;911.00;3.43;0 @@ -19176,6 +28500,34 @@ 453;coastal_bunker;4743.00;9.85;851.00;1.19;0 453;coastal_bunker;4746.00;9.50;866.00;-1.57;0 453;dockyard;4685.00;9.50;910.00;-2.68;0 +453;floating_harbor;4659.00;9.50;887.00;1.36;10265 +453;floating_harbor;4669.00;9.50;903.00;1.57;10280 +453;floating_harbor;4671.00;9.50;893.00;1.57;7275 +453;floating_harbor;4676.14;9.50;916.37;1.37;12253 +453;floating_harbor;4678.14;9.50;936.37;1.37;4368 +453;floating_harbor;4679.36;9.50;926.21;1.25;4350 +453;floating_harbor;4681.79;9.50;876.36;-3.46;7351 +453;floating_harbor;4681.87;9.50;913.26;0.46;1415 +453;floating_harbor;4685.12;9.50;950.82;0.59;10241 +453;floating_harbor;4688.40;9.50;877.50;-3.52;7323 +453;floating_harbor;4700.13;9.50;841.74;-2.68;10272 +453;floating_harbor;4702.26;9.50;865.13;-1.11;4288 +453;floating_harbor;4703.21;9.50;953.64;-0.32;12213 +453;floating_harbor;4705.21;9.50;862.36;-2.82;12236 +453;floating_harbor;4708.00;9.50;893.00;-1.57;1288 +453;floating_harbor;4709.26;9.50;897.87;-2.03;1388 +453;floating_harbor;4710.88;9.50;901.18;-2.55;4233 +453;floating_harbor;4712.70;9.50;950.79;-0.24;4101 +453;floating_harbor;4715.08;9.50;889.47;-1.05;10236 +453;floating_harbor;4717.00;9.50;846.00;-2.36;1221 +453;floating_harbor;4717.82;9.50;935.88;-0.98;4214 +453;floating_harbor;4721.00;9.50;914.00;-1.57;7439 +453;floating_harbor;4722.82;9.50;860.12;-2.16;10306 +453;floating_harbor;4723.79;9.50;924.70;-1.33;10252 +453;floating_harbor;4725.13;9.50;863.74;-2.68;1372 +453;floating_harbor;4726.85;9.50;848.10;-3.31;12279 +453;floating_harbor;4728.00;9.50;868.00;1.57;4377 +453;floating_harbor;4744.95;9.50;860.95;-0.79;4228 453;industrial_complex;4691.00;10.53;891.00;0.41;0 453;industrial_complex;4692.00;10.35;887.00;4.03;0 453;industrial_complex;4696.00;10.68;897.00;6.20;0 @@ -19213,6 +28565,38 @@ 453;nuclear_reactor;4696.00;10.55;853.00;3.09;0 453;radar_station;4681.00;9.50;869.00;4.37;0 453;rocket_site;4697.00;10.43;849.00;0.42;0 +453;supply_node;4678.00;9.50;903.00;4.88;0 +453;supply_node;4683.00;10.68;893.00;3.93;0 +453;supply_node;4685.00;10.25;886.00;6.10;0 +453;supply_node;4687.00;11.20;903.00;2.21;0 +453;supply_node;4688.00;10.28;914.00;0.00;0 +453;supply_node;4689.00;10.80;923.00;0.28;0 +453;supply_node;4690.00;10.68;934.00;3.21;0 +453;supply_node;4691.00;10.53;942.00;1.23;0 +453;supply_node;4692.00;10.32;860.00;3.62;0 +453;supply_node;4692.00;11.62;899.00;5.33;0 +453;supply_node;4693.00;9.75;872.00;4.84;0 +453;supply_node;4693.00;10.55;889.00;1.68;0 +453;supply_node;4695.00;9.95;880.00;0.46;0 +453;supply_node;4695.00;10.50;911.00;2.45;0 +453;supply_node;4696.00;10.35;924.00;1.99;0 +453;supply_node;4696.00;10.38;850.00;3.40;0 +453;supply_node;4698.00;10.45;893.00;1.50;0 +453;supply_node;4699.00;10.50;903.00;0.74;0 +453;supply_node;4700.00;9.73;944.00;0.77;0 +453;supply_node;4702.00;9.70;933.00;2.63;0 +453;supply_node;4702.00;9.90;872.00;4.81;0 +453;supply_node;4702.00;10.48;882.00;4.57;0 +453;supply_node;4704.00;10.35;921.00;4.62;0 +453;supply_node;4705.00;10.50;910.00;1.04;0 +453;supply_node;4709.00;10.95;930.00;2.91;0 +453;supply_node;4710.00;9.78;940.00;5.15;0 +453;supply_node;4710.00;10.40;914.00;3.86;0 +453;supply_node;4713.00;10.65;922.00;4.16;0 +453;supply_node;4714.00;9.50;866.00;5.57;0 +453;supply_node;4721.00;9.98;872.00;2.98;0 +453;supply_node;4737.00;9.50;868.00;5.79;0 +453;supply_node;4739.00;10.03;855.00;4.39;0 453;synthetic_refinery;4692.00;10.45;907.00;2.48;0 454;air_base;4755.00;9.93;820.00;4.54;0 454;anti_air_building;4729.00;10.55;812.00;2.18;0 @@ -19255,6 +28639,21 @@ 454;coastal_bunker;4761.00;9.68;847.00;-3.93;0 454;coastal_bunker;4762.00;10.20;843.00;-4.33;0 454;dockyard;4749.00;9.50;833.00;-1.57;0 +454;floating_harbor;4689.00;9.50;798.00;-4.37;12112 +454;floating_harbor;4708.87;9.50;840.26;0.46;7423 +454;floating_harbor;4714.99;9.50;810.07;-3.00;10302 +454;floating_harbor;4717.00;9.50;846.00;0.41;1261 +454;floating_harbor;4723.00;9.50;787.00;-3.14;10186 +454;floating_harbor;4731.64;9.50;825.79;-1.89;1368 +454;floating_harbor;4735.00;9.50;851.00;0.00;7307 +454;floating_harbor;4748.64;9.50;820.21;-1.25;12118 +454;floating_harbor;4748.95;9.50;808.95;-0.79;7385 +454;floating_harbor;4749.00;9.88;805.00;-1.57;12153 +454;floating_harbor;4749.00;9.88;805.00;-3.33;1340 +454;floating_harbor;4749.00;9.88;805.00;-3.86;4269 +454;floating_harbor;4750.36;9.50;833.21;1.25;4373 +454;floating_harbor;4757.88;9.50;853.82;-0.59;1311 +454;floating_harbor;4759.00;9.50;825.00;-1.57;1224 454;industrial_complex;4715.00;11.10;828.00;2.48;0 454;industrial_complex;4716.00;10.60;827.00;3.43;0 454;industrial_complex;4732.00;10.18;821.00;0.42;0 @@ -19279,6 +28678,21 @@ 454;nuclear_reactor;4726.00;10.45;802.00;3.29;0 454;radar_station;4702.00;9.50;833.00;6.03;0 454;rocket_site;4728.00;10.90;816.00;0.63;0 +454;supply_node;4713.00;10.20;824.00;2.45;0 +454;supply_node;4714.00;10.82;830.00;3.21;0 +454;supply_node;4722.00;10.75;829.00;2.91;0 +454;supply_node;4723.00;10.57;798.00;5.79;0 +454;supply_node;4725.00;10.40;807.00;3.93;0 +454;supply_node;4729.00;10.43;817.00;0.74;0 +454;supply_node;4733.00;9.98;805.00;4.62;0 +454;supply_node;4735.00;9.50;843.00;3.62;0 +454;supply_node;4739.00;9.90;817.00;1.68;0 +454;supply_node;4743.00;10.18;803.00;0.28;0 +454;supply_node;4751.00;9.90;825.00;2.98;0 +454;supply_node;4752.00;10.85;845.00;2.21;0 +454;supply_node;4756.00;9.60;813.00;4.39;0 +454;supply_node;4758.00;10.30;839.00;5.15;0 +454;supply_node;4760.00;10.68;830.00;1.04;0 454;synthetic_refinery;4727.00;11.60;815.00;1.23;0 455;air_base;2757.00;10.00;1233.00;3.59;0 455;anti_air_building;2758.00;11.20;1231.00;3.59;0 @@ -19293,6 +28707,7 @@ 455;bunker;2758.00;11.50;1225.00;2.99;0 455;coastal_bunker;2761.00;9.70;1233.00;-3.93;0 455;dockyard;2759.00;9.60;1236.00;-2.68;0 +455;floating_harbor;2768.37;9.50;1240.47;-0.67;12100 455;industrial_complex;2758.00;10.13;1233.00;4.64;0 455;industrial_complex;2758.00;10.75;1232.00;2.58;0 455;industrial_complex;2758.00;10.75;1232.00;3.09;0 @@ -19303,6 +28718,7 @@ 455;nuclear_reactor;2757.00;9.70;1234.00;2.54;0 455;radar_station;2764.00;10.07;1231.00;3.54;0 455;rocket_site;2759.00;11.57;1229.00;4.71;0 +455;supply_node;2760.00;11.28;1230.00;2.21;0 455;synthetic_refinery;2760.00;11.35;1228.00;5.66;0 456;air_base;2799.00;10.85;1240.00;2.99;0 456;anti_air_building;2792.00;10.13;1240.00;2.04;0 @@ -19317,6 +28733,7 @@ 456;bunker;2796.00;9.82;1242.00;1.63;0 456;coastal_bunker;2794.00;9.75;1244.00;-3.14;0 456;dockyard;2798.00;9.57;1245.00;-2.90;0 +456;floating_harbor;2796.00;9.50;1253.00;0.00;7132 456;industrial_complex;2793.00;10.10;1242.00;3.19;0 456;industrial_complex;2793.00;10.20;1243.00;1.02;0 456;industrial_complex;2794.00;10.13;1241.00;3.69;0 @@ -19327,6 +28744,7 @@ 456;nuclear_reactor;2796.00;10.15;1241.00;0.49;0 456;radar_station;2797.00;9.70;1243.00;3.08;0 456;rocket_site;2800.00;10.63;1241.00;4.10;0 +456;supply_node;2796.00;10.15;1241.00;2.91;0 456;synthetic_refinery;2793.00;10.07;1241.00;2.14;0 457;air_base;2548.00;9.70;1112.00;2.04;0 457;anti_air_building;2545.00;9.57;1112.00;4.71;0 @@ -19341,6 +28759,7 @@ 457;bunker;2589.00;9.65;1118.00;6.26;0 457;coastal_bunker;2525.00;9.50;1103.00;-1.78;0 457;dockyard;2565.00;9.53;1110.00;-1.57;0 +457;floating_harbor;2541.00;9.50;1113.00;1.57;13071 457;industrial_complex;2528.00;9.60;1121.00;4.54;0 457;industrial_complex;2547.00;9.70;1111.00;0.92;0 457;industrial_complex;2562.00;9.68;1106.00;4.20;0 @@ -19374,6 +28793,9 @@ 458;nuclear_reactor;2888.00;9.70;1547.00;1.09;0 458;radar_station;2886.00;9.70;1547.00;4.65;0 458;rocket_site;2889.00;9.70;1547.00;0.99;0 +458;supply_node;2890.00;9.70;1549.00;0.28;0 +458;supply_node;2896.00;9.70;1546.00;3.21;0 +458;supply_node;2898.00;9.95;1537.00;5.79;0 458;synthetic_refinery;2896.00;9.70;1544.00;0.49;0 459;air_base;2885.00;9.80;1545.00;5.66;0 459;anti_air_building;2853.00;9.70;1541.00;4.78;0 @@ -19397,6 +28819,10 @@ 459;coastal_bunker;2865.00;9.50;1544.00;-3.93;0 459;coastal_bunker;2871.00;9.50;1544.00;-2.55;0 459;dockyard;2854.00;9.50;1543.00;-2.16;0 +459;floating_harbor;2847.63;9.50;1547.86;0.20;6446 +459;floating_harbor;2848.18;9.50;1546.88;0.98;6560 +459;floating_harbor;2854.00;9.50;1551.00;1.20;6598 +459;floating_harbor;2866.13;9.50;1551.26;-0.46;480 459;industrial_complex;2848.00;9.70;1538.00;4.10;0 459;industrial_complex;2852.00;9.70;1535.00;3.59;0 459;industrial_complex;2868.00;9.70;1541.00;2.99;0 @@ -19410,6 +28836,13 @@ 459;nuclear_reactor;2876.00;9.75;1537.00;6.24;0 459;radar_station;2846.00;9.68;1535.00;1.49;0 459;rocket_site;2874.00;9.65;1541.00;3.22;0 +459;supply_node;2850.00;9.68;1536.00;3.93;0 +459;supply_node;2860.00;10.05;1539.00;1.68;0 +459;supply_node;2862.00;9.70;1543.00;5.79;0 +459;supply_node;2872.00;9.75;1534.00;2.45;0 +459;supply_node;2873.00;9.65;1541.00;4.62;0 +459;supply_node;2881.00;9.70;1543.00;6.10;0 +459;supply_node;2882.00;9.73;1537.00;3.86;0 459;synthetic_refinery;2870.00;9.70;1539.00;4.17;0 460;air_base;2894.00;10.85;1509.00;4.71;0 460;anti_air_building;2889.00;11.50;1520.00;5.22;0 @@ -19435,6 +28868,11 @@ 460;nuclear_reactor;2891.00;10.60;1510.00;0.04;0 460;radar_station;2886.00;10.05;1512.00;1.26;0 460;rocket_site;2896.00;11.73;1514.00;3.66;0 +460;supply_node;2891.00;10.78;1511.00;4.62;0 +460;supply_node;2892.00;11.98;1520.00;6.10;0 +460;supply_node;2900.00;11.10;1512.00;1.68;0 +460;supply_node;2900.00;12.00;1526.00;3.93;0 +460;supply_node;2906.00;10.70;1517.00;3.86;0 460;synthetic_refinery;2890.00;10.43;1510.00;4.27;0 461;air_base;2983.00;11.90;1515.00;4.10;0 461;anti_air_building;2980.00;12.25;1524.00;5.22;0 @@ -19458,6 +28896,9 @@ 461;nuclear_reactor;2991.00;13.80;1525.00;0.04;0 461;radar_station;2975.00;11.53;1514.00;1.26;0 461;rocket_site;2977.00;11.95;1517.00;3.66;0 +461;supply_node;2980.00;11.60;1515.00;6.10;0 +461;supply_node;2981.00;12.30;1523.00;4.62;0 +461;supply_node;2990.00;13.90;1522.00;3.86;0 461;synthetic_refinery;2990.00;13.55;1526.00;4.27;0 462;air_base;2862.00;9.70;1527.00;3.15;0 462;anti_air_building;2840.00;9.80;1531.00;4.17;0 @@ -19481,6 +28922,7 @@ 462;bunker;2878.00;9.98;1530.00;0.04;0 462;coastal_bunker;2840.00;9.53;1538.00;-3.14;0 462;dockyard;2840.00;9.53;1538.00;-3.14;0 +462;floating_harbor;2842.00;9.50;1545.00;0.00;575 462;industrial_complex;2845.00;9.80;1520.00;5.66;0 462;industrial_complex;2847.00;9.80;1525.00;4.71;0 462;industrial_complex;2848.00;9.80;1520.00;4.10;0 @@ -19491,6 +28933,16 @@ 462;nuclear_reactor;2863.00;9.80;1520.00;1.67;0 462;radar_station;2839.00;9.80;1519.00;2.21;0 462;rocket_site;2859.00;9.95;1533.00;5.28;0 +462;supply_node;2842.00;9.68;1535.00;3.86;0 +462;supply_node;2842.00;9.80;1528.00;4.57;0 +462;supply_node;2843.00;9.80;1520.00;5.33;0 +462;supply_node;2852.00;9.70;1519.00;4.16;0 +462;supply_node;2852.00;9.75;1528.00;3.40;0 +462;supply_node;2861.00;9.80;1532.00;1.23;0 +462;supply_node;2862.00;9.80;1521.00;4.88;0 +462;supply_node;2868.00;9.80;1527.00;0.46;0 +462;supply_node;2875.00;10.75;1520.00;2.63;0 +462;supply_node;2879.00;10.03;1529.00;1.99;0 462;synthetic_refinery;2864.00;9.80;1525.00;6.24;0 463;air_base;3412.00;10.48;572.00;1.09;0 463;anti_air_building;3406.00;10.03;547.00;0.65;0 @@ -19507,6 +28959,8 @@ 463;coastal_bunker;3411.00;9.55;552.00;1.57;0 463;coastal_bunker;3416.00;9.50;570.00;-4.66;0 463;dockyard;3422.00;9.50;547.00;1.57;0 +463;floating_harbor;3423.90;9.50;539.15;-1.41;2196 +463;floating_harbor;3432.99;9.50;568.35;-1.52;8183 463;industrial_complex;3401.00;12.10;560.00;0.99;0 463;industrial_complex;3405.00;10.03;546.00;2.54;0 463;industrial_complex;3406.00;10.23;554.00;4.10;0 @@ -19518,6 +28972,8 @@ 463;nuclear_reactor;3399.00;11.90;565.00;3.22;0 463;radar_station;3395.00;12.00;557.00;4.84;0 463;rocket_site;3401.00;12.05;569.00;0.55;0 +463;supply_node;3406.00;11.50;567.00;4.57;0 +463;supply_node;3411.00;9.98;537.00;1.99;0 463;synthetic_refinery;3407.00;9.93;546.00;0.05;0 464;air_base;3414.00;10.15;496.00;3.05;0 464;anti_air_building;3414.00;9.95;511.00;4.78;0 @@ -19534,6 +28990,8 @@ 464;coastal_bunker;3419.00;9.55;513.00;1.57;0 464;coastal_bunker;3435.00;9.53;485.00;-4.53;0 464;dockyard;3424.00;9.55;500.00;-4.53;0 +464;floating_harbor;3428.00;9.50;513.00;-1.57;8182 +464;floating_harbor;3436.75;9.50;492.84;-1.30;12944 464;industrial_complex;3391.00;10.43;509.00;1.09;0 464;industrial_complex;3398.00;10.35;518.00;5.22;0 464;industrial_complex;3400.00;10.55;503.00;0.99;0 @@ -19545,6 +29003,8 @@ 464;nuclear_reactor;3409.00;10.05;510.00;1.16;0 464;radar_station;3389.00;10.40;509.00;2.97;0 464;rocket_site;3423.00;10.15;485.00;6.24;0 +464;supply_node;3404.00;10.40;513.00;1.23;0 +464;supply_node;3419.00;10.80;488.00;4.16;0 464;synthetic_refinery;3417.00;9.90;506.00;0.55;0 465;air_base;3059.00;13.80;1888.00;1.00;0 465;anti_air_building;3091.00;14.00;1927.00;5.96;0 @@ -19662,6 +29122,24 @@ 465;coastal_bunker;3161.00;9.50;1880.00;0.28;0 465;coastal_bunker;3169.00;9.50;1878.00;0.32;0 465;dockyard;3106.00;9.63;1818.00;0.38;0 +465;floating_harbor;3080.37;9.50;1758.47;-0.67;11091 +465;floating_harbor;3080.86;9.50;1761.37;-1.37;3045 +465;floating_harbor;3080.90;9.50;1766.85;-1.74;11147 +465;floating_harbor;3083.00;9.50;1773.40;-2.11;11040 +465;floating_harbor;3083.95;9.50;1790.05;-2.36;205 +465;floating_harbor;3086.00;9.50;1790.00;-1.57;9151 +465;floating_harbor;3089.95;9.50;1793.05;-2.36;130 +465;floating_harbor;3097.37;9.50;1799.53;-2.47;9088 +465;floating_harbor;3106.20;9.50;1808.40;-2.50;182 +465;floating_harbor;3109.85;9.50;1811.10;-3.31;3113 +465;floating_harbor;3134.82;9.50;1825.12;-2.16;6132 +465;floating_harbor;3141.13;9.50;1856.26;-0.46;11201 +465;floating_harbor;3144.90;9.50;1853.85;-1.74;9143 +465;floating_harbor;3148.40;9.50;1859.16;-1.99;6083 +465;floating_harbor;3151.47;9.50;1862.63;-2.25;9108 +465;floating_harbor;3157.37;9.50;1868.53;-2.47;6165 +465;floating_harbor;3166.13;9.50;1870.74;-2.68;6125 +465;floating_harbor;3177.21;9.50;1869.36;-2.82;9147 465;industrial_complex;3053.00;12.35;1855.00;3.05;0 465;industrial_complex;3085.00;11.30;1839.00;3.15;0 465;industrial_complex;3089.00;10.98;1908.00;1.09;0 @@ -19689,6 +29167,93 @@ 465;nuclear_reactor;3036.00;13.95;1866.00;1.14;0 465;radar_station;3039.00;11.60;1771.00;2.82;0 465;rocket_site;3149.00;11.68;1940.00;3.30;0 +465;supply_node;3036.00;13.68;1869.00;6.03;0 +465;supply_node;3044.00;11.10;1776.00;0.42;0 +465;supply_node;3044.00;13.60;1863.00;5.26;0 +465;supply_node;3044.00;14.53;1883.00;2.14;0 +465;supply_node;3048.00;11.60;1849.00;4.35;0 +465;supply_node;3049.00;10.68;1784.00;0.41;0 +465;supply_node;3051.00;10.23;1833.00;0.87;0 +465;supply_node;3054.00;10.70;1771.00;0.91;0 +465;supply_node;3054.00;14.75;1893.00;5.56;0 +465;supply_node;3056.00;11.30;1803.00;5.30;0 +465;supply_node;3056.00;11.95;1859.00;5.76;0 +465;supply_node;3057.00;12.60;1876.00;2.17;0 +465;supply_node;3058.00;10.93;1761.00;3.40;0 +465;supply_node;3059.00;10.80;1813.00;2.90;0 +465;supply_node;3061.00;12.68;1900.00;2.87;0 +465;supply_node;3062.00;10.00;1781.00;0.00;0 +465;supply_node;3062.00;11.05;1794.00;4.61;0 +465;supply_node;3063.00;10.82;1819.00;1.64;0 +465;supply_node;3063.00;11.05;1829.00;0.45;0 +465;supply_node;3066.00;11.40;1838.00;4.99;0 +465;supply_node;3066.00;11.62;1854.00;3.58;0 +465;supply_node;3068.00;10.10;1769.00;4.57;0 +465;supply_node;3069.00;9.80;1759.00;2.41;0 +465;supply_node;3070.00;12.93;1885.00;3.81;0 +465;supply_node;3070.00;13.25;1908.00;4.88;0 +465;supply_node;3072.00;9.70;1748.00;4.27;0 +465;supply_node;3072.00;9.78;1780.00;6.21;0 +465;supply_node;3072.00;10.75;1802.00;0.24;0 +465;supply_node;3072.00;11.78;1864.00;4.54;0 +465;supply_node;3073.00;10.48;1790.00;2.63;0 +465;supply_node;3076.00;10.03;1817.00;1.49;0 +465;supply_node;3076.00;11.48;1894.00;2.40;0 +465;supply_node;3076.00;11.57;1848.00;0.70;0 +465;supply_node;3076.00;11.85;1872.00;0.46;0 +465;supply_node;3079.00;15.55;1918.00;1.00;0 +465;supply_node;3080.00;10.65;1803.00;2.94;0 +465;supply_node;3083.00;11.25;1835.00;4.08;0 +465;supply_node;3085.00;11.60;1903.00;5.75;0 +465;supply_node;3086.00;10.70;1824.00;3.05;0 +465;supply_node;3088.00;11.60;1875.00;1.72;0 +465;supply_node;3089.00;10.20;1810.00;0.50;0 +465;supply_node;3089.00;11.35;1844.00;1.19;0 +465;supply_node;3089.00;11.55;1885.00;1.45;0 +465;supply_node;3091.00;13.70;1925.00;1.87;0 +465;supply_node;3092.00;10.98;1863.00;0.77;0 +465;supply_node;3092.00;11.07;1853.00;2.44;0 +465;supply_node;3094.00;15.12;1940.00;4.84;0 +465;supply_node;3096.00;11.48;1909.00;2.66;0 +465;supply_node;3099.00;10.35;1818.00;1.41;0 +465;supply_node;3100.00;10.68;1833.00;4.81;0 +465;supply_node;3104.00;11.35;1877.00;5.99;0 +465;supply_node;3105.00;10.90;1856.00;6.06;0 +465;supply_node;3107.00;11.35;1867.00;1.65;0 +465;supply_node;3107.00;11.45;1887.00;2.17;0 +465;supply_node;3108.00;10.78;1843.00;3.09;0 +465;supply_node;3108.00;11.30;1902.00;0.73;0 +465;supply_node;3108.00;13.93;1941.00;3.85;0 +465;supply_node;3110.00;12.00;1915.00;0.20;0 +465;supply_node;3112.00;10.18;1824.00;1.95;0 +465;supply_node;3112.00;12.30;1930.00;5.57;0 +465;supply_node;3118.00;10.55;1836.00;2.10;0 +465;supply_node;3119.00;10.70;1858.00;5.07;0 +465;supply_node;3120.00;11.55;1892.00;3.89;0 +465;supply_node;3121.00;11.35;1871.00;3.36;0 +465;supply_node;3123.00;10.10;1846.00;4.03;0 +465;supply_node;3126.00;9.70;1831.00;4.38;0 +465;supply_node;3127.00;12.15;1921.00;3.12;0 +465;supply_node;3128.00;11.68;1907.00;5.29;0 +465;supply_node;3129.00;10.70;1880.00;2.36;0 +465;supply_node;3129.00;11.40;1938.00;4.34;0 +465;supply_node;3130.00;12.45;1953.00;1.68;0 +465;supply_node;3132.00;10.00;1856.00;3.39;0 +465;supply_node;3133.00;10.48;1866.00;3.66;0 +465;supply_node;3135.00;9.73;1844.00;1.18;0 +465;supply_node;3137.00;10.35;1896.00;0.69;0 +465;supply_node;3141.00;10.18;1871.00;1.22;0 +465;supply_node;3143.00;9.90;1888.00;4.80;0 +465;supply_node;3147.00;11.18;1914.00;5.22;0 +465;supply_node;3147.00;11.70;1942.00;5.79;0 +465;supply_node;3148.00;11.18;1928.00;5.11;0 +465;supply_node;3149.00;9.68;1879.00;0.27;0 +465;supply_node;3156.00;10.35;1898.00;0.23;0 +465;supply_node;3160.00;9.70;1883.00;6.25;0 +465;supply_node;3161.00;11.48;1935.00;2.63;0 +465;supply_node;3166.00;10.75;1920.00;4.31;0 +465;supply_node;3169.00;10.50;1904.00;3.58;0 +465;supply_node;3172.00;10.40;1885.00;1.15;0 465;synthetic_refinery;3110.00;12.35;1930.00;5.36;0 466;air_base;3058.00;9.80;1733.00;0.04;0 466;anti_air_building;3023.00;12.55;1775.00;4.98;0 @@ -19748,6 +29313,13 @@ 466;coastal_bunker;3093.00;9.50;1723.00;1.11;0 466;coastal_bunker;3101.00;9.50;1730.00;1.33;0 466;dockyard;3072.00;9.50;1705.00;0.24;0 +466;floating_harbor;3075.93;9.50;1697.01;-1.71;11380 +466;floating_harbor;3079.88;9.50;1701.18;-2.55;11082 +466;floating_harbor;3081.12;9.50;1707.18;-3.73;161 +466;floating_harbor;3086.21;9.50;1754.64;-0.32;3182 +466;floating_harbor;3097.86;9.50;1720.63;-1.77;6050 +466;floating_harbor;3103.26;9.50;1741.13;-1.11;11278 +466;floating_harbor;3106.86;9.50;1725.63;-1.77;6209 466;industrial_complex;3015.00;12.03;1765.00;3.66;0 466;industrial_complex;3036.00;10.30;1732.00;4.27;0 466;industrial_complex;3052.00;9.63;1713.00;1.00;0 @@ -19764,6 +29336,46 @@ 466;nuclear_reactor;3039.00;10.95;1766.00;4.99;0 466;radar_station;3032.00;9.50;1693.00;5.60;0 466;rocket_site;3059.00;9.90;1745.00;1.97;0 +466;supply_node;3004.00;12.55;1770.00;1.65;0 +466;supply_node;3011.00;12.07;1773.00;4.35;0 +466;supply_node;3019.00;11.82;1765.00;4.81;0 +466;supply_node;3022.00;12.75;1778.00;2.36;0 +466;supply_node;3023.00;11.30;1754.00;4.54;0 +466;supply_node;3029.00;11.45;1766.00;3.58;0 +466;supply_node;3033.00;10.15;1718.00;0.24;0 +466;supply_node;3034.00;10.88;1751.00;1.41;0 +466;supply_node;3034.00;12.05;1777.00;4.08;0 +466;supply_node;3036.00;10.15;1731.00;1.49;0 +466;supply_node;3036.00;10.90;1740.00;2.63;0 +466;supply_node;3037.00;9.65;1710.00;1.72;0 +466;supply_node;3039.00;9.85;1695.00;3.89;0 +466;supply_node;3041.00;10.80;1763.00;1.95;0 +466;supply_node;3043.00;9.82;1725.00;5.11;0 +466;supply_node;3044.00;10.40;1703.00;2.41;0 +466;supply_node;3044.00;10.65;1752.00;5.57;0 +466;supply_node;3047.00;10.10;1714.00;0.42;0 +466;supply_node;3047.00;10.10;1739.00;2.90;0 +466;supply_node;3047.00;10.50;1688.00;2.14;0 +466;supply_node;3051.00;9.80;1696.00;4.84;0 +466;supply_node;3052.00;9.85;1733.00;0.00;0 +466;supply_node;3053.00;9.65;1724.00;1.19;0 +466;supply_node;3054.00;10.10;1754.00;2.94;0 +466;supply_node;3054.00;10.28;1706.00;3.36;0 +466;supply_node;3055.00;10.00;1744.00;2.66;0 +466;supply_node;3062.00;9.70;1699.00;5.07;0 +466;supply_node;3062.00;9.70;1730.00;4.88;0 +466;supply_node;3062.00;10.35;1710.00;3.12;0 +466;supply_node;3064.00;9.90;1746.00;6.06;0 +466;supply_node;3067.00;9.93;1718.00;6.25;0 +466;supply_node;3070.00;10.20;1736.00;1.00;0 +466;supply_node;3074.00;9.60;1728.00;3.66;0 +466;supply_node;3074.00;9.70;1710.00;0.73;0 +466;supply_node;3082.00;9.70;1742.00;0.70;0 +466;supply_node;3083.00;9.70;1732.00;5.30;0 +466;supply_node;3086.00;9.65;1723.00;2.17;0 +466;supply_node;3087.00;9.70;1716.00;0.77;0 +466;supply_node;3093.00;9.70;1736.00;4.38;0 +466;supply_node;3095.00;9.70;1728.00;5.76;0 466;synthetic_refinery;3073.00;9.70;1713.00;2.92;0 467;air_base;3048.00;10.65;1666.00;2.34;0 467;anti_air_building;3035.00;10.70;1672.00;2.34;0 @@ -19796,6 +29408,11 @@ 467;coastal_bunker;3062.00;9.55;1673.00;1.57;0 467;coastal_bunker;3062.00;9.68;1685.00;1.11;0 467;dockyard;3062.00;9.50;1652.00;-0.46;0 +467;floating_harbor;3066.00;9.50;1653.00;-3.14;211 +467;floating_harbor;3071.00;9.50;1649.00;-2.03;329 +467;floating_harbor;3071.00;9.50;1649.00;-2.52;299 +467;floating_harbor;3072.00;9.50;1675.00;-1.57;3229 +467;floating_harbor;3072.50;9.50;1683.40;-1.95;11390 467;industrial_complex;3050.00;10.35;1675.00;2.44;0 467;industrial_complex;3052.00;10.32;1679.00;6.06;0 467;industrial_complex;3055.00;9.80;1671.00;0.28;0 @@ -19810,7 +29427,413 @@ 467;nuclear_reactor;3047.00;9.80;1657.00;0.28;0 467;radar_station;3042.00;10.68;1678.00;2.17;0 467;rocket_site;3015.00;9.90;1660.00;2.25;0 +467;supply_node;3018.00;10.18;1662.00;3.58;0 +467;supply_node;3018.00;10.50;1671.00;5.11;0 +467;supply_node;3026.00;10.38;1661.00;1.00;0 +467;supply_node;3026.00;10.70;1679.00;1.41;0 +467;supply_node;3033.00;10.60;1686.00;4.35;0 +467;supply_node;3035.00;10.20;1658.00;0.24;0 +467;supply_node;3038.00;10.60;1669.00;0.77;0 +467;supply_node;3041.00;10.70;1678.00;1.72;0 +467;supply_node;3044.00;10.38;1661.00;2.94;0 +467;supply_node;3052.00;9.82;1657.00;0.00;0 +467;supply_node;3052.00;10.35;1677.00;2.17;0 +467;supply_node;3056.00;10.07;1664.00;4.81;0 +467;supply_node;3060.00;9.70;1675.00;0.70;0 +467;supply_node;3061.00;9.70;1688.00;5.76;0 +467;supply_node;3066.00;9.78;1661.00;5.57;0 467;synthetic_refinery;3061.00;9.70;1672.00;1.39;0 +468;air_base;3251.00;10.18;1877.00;1.46;0 +468;anti_air_building;3260.00;10.80;1876.00;6.20;0 +468;anti_air_building;3264.00;10.70;1864.00;2.58;0 +468;anti_air_building;3274.00;10.60;1875.00;2.07;0 +468;arms_factory;3225.00;10.70;1909.00;0.45;0 +468;arms_factory;3233.00;10.30;1783.00;4.57;0 +468;arms_factory;3233.00;10.45;1865.00;5.52;0 +468;arms_factory;3235.00;10.50;1916.00;1.40;0 +468;arms_factory;3236.00;10.30;1986.00;4.67;0 +468;arms_factory;3262.00;10.50;1808.00;6.13;0 +468;bunker;3146.00;12.07;1958.00;4.37;0 +468;bunker;3177.00;10.45;1911.00;5.76;0 +468;bunker;3178.00;11.28;1942.00;2.58;0 +468;bunker;3183.00;11.10;1947.00;1.39;0 +468;bunker;3187.00;10.30;1886.00;4.20;0 +468;bunker;3189.00;10.43;1900.00;5.46;0 +468;bunker;3193.00;10.40;1842.00;2.38;0 +468;bunker;3194.00;10.40;1843.00;4.20;0 +468;bunker;3195.00;10.40;1822.00;3.46;0 +468;bunker;3195.00;10.50;1906.00;1.63;0 +468;bunker;3201.00;10.40;1831.00;2.14;0 +468;bunker;3201.00;10.60;1937.00;5.76;0 +468;bunker;3205.00;10.40;1814.00;0.89;0 +468;bunker;3206.00;10.15;1889.00;5.02;0 +468;bunker;3206.00;10.40;1881.00;3.16;0 +468;bunker;3207.00;10.43;1825.00;5.82;0 +468;bunker;3208.00;9.70;1863.00;0.65;0 +468;bunker;3211.00;10.70;1913.00;5.11;0 +468;bunker;3213.00;10.07;1856.00;3.69;0 +468;bunker;3213.00;10.35;1951.00;3.76;0 +468;bunker;3213.00;10.40;1896.00;1.19;0 +468;bunker;3213.00;10.70;1919.00;3.69;0 +468;bunker;3214.00;10.38;1873.00;4.51;0 +468;bunker;3215.00;10.40;1880.00;1.70;0 +468;bunker;3219.00;9.82;1804.00;2.21;0 +468;bunker;3220.00;10.15;1785.00;0.36;0 +468;bunker;3220.00;10.40;1845.00;5.45;0 +468;bunker;3220.00;10.45;1966.00;5.38;0 +468;bunker;3222.00;10.25;1862.00;0.08;0 +468;bunker;3223.00;10.40;1855.00;1.33;0 +468;bunker;3225.00;10.13;1838.00;3.32;0 +468;bunker;3225.00;10.40;1812.00;1.77;0 +468;bunker;3225.00;10.75;1935.00;4.44;0 +468;bunker;3227.00;10.80;1946.00;4.88;0 +468;bunker;3230.00;10.23;1819.00;3.97;0 +468;bunker;3230.00;10.28;1793.00;2.95;0 +468;bunker;3230.00;10.50;1959.00;6.26;0 +468;bunker;3234.00;10.40;1791.00;5.62;0 +468;bunker;3235.00;10.75;1887.00;1.23;0 +468;bunker;3236.00;9.90;1837.00;2.28;0 +468;bunker;3237.00;10.40;1783.00;1.91;0 +468;bunker;3237.00;10.68;1925.00;4.51;0 +468;bunker;3238.00;9.73;1814.00;2.01;0 +468;bunker;3239.00;9.78;1809.00;6.13;0 +468;bunker;3239.00;10.50;1863.00;1.98;0 +468;bunker;3240.00;10.38;1982.00;4.78;0 +468;bunker;3240.00;10.60;1852.00;4.42;0 +468;bunker;3241.00;10.30;1952.00;1.10;0 +468;bunker;3242.00;10.00;1974.00;1.17;0 +468;bunker;3242.00;10.20;1824.00;2.65;0 +468;bunker;3242.00;10.60;1910.00;5.18;0 +468;bunker;3244.00;9.75;1798.00;4.07;0 +468;bunker;3245.00;10.40;1777.00;0.52;0 +468;bunker;3248.00;9.50;1830.00;5.32;0 +468;bunker;3248.00;10.73;1895.00;0.96;0 +468;bunker;3250.00;10.00;1777.00;0.43;0 +468;bunker;3251.00;10.18;1805.00;3.63;0 +468;bunker;3251.00;10.80;1918.00;0.72;0 +468;bunker;3252.00;10.23;1825.00;3.39;0 +468;bunker;3253.00;10.35;1871.00;1.03;0 +468;bunker;3253.00;10.60;1841.00;1.91;0 +468;bunker;3254.00;10.50;1820.00;0.15;0 +468;bunker;3254.00;10.75;1887.00;6.20;0 +468;bunker;3256.00;9.90;1977.00;5.25;0 +468;bunker;3258.00;10.40;1801.00;3.84;0 +468;bunker;3259.00;9.50;1782.00;5.55;0 +468;bunker;3259.00;10.65;1858.00;1.84;0 +468;bunker;3259.00;10.80;1926.00;2.07;0 +468;bunker;3261.00;10.18;1812.00;1.40;0 +468;bunker;3261.00;10.70;1896.00;0.22;0 +468;bunker;3267.00;9.73;1775.00;4.58;0 +468;bunker;3268.00;10.60;1842.00;1.77;0 +468;bunker;3268.00;10.80;1913.00;0.14;0 +468;bunker;3270.00;10.70;1892.00;5.92;0 +468;bunker;3271.00;10.23;1833.00;4.94;0 +468;bunker;3271.00;10.38;1878.00;2.72;0 +468;bunker;3271.00;10.90;1900.00;5.01;0 +468;bunker;3273.00;10.45;1821.00;4.64;0 +468;bunker;3275.00;10.28;1833.00;5.39;0 +468;bunker;3277.00;9.73;1794.00;4.71;0 +468;bunker;3277.00;9.82;1799.00;1.33;0 +468;bunker;3277.00;10.68;1845.00;3.90;0 +468;bunker;3282.00;10.40;1791.00;4.88;0 +468;bunker;3284.00;10.40;1791.00;0.59;0 +468;bunker;3285.00;10.50;1808.00;2.81;0 +468;coastal_bunker;3181.00;9.50;1878.00;0.00;0 +468;coastal_bunker;3184.00;9.57;1843.00;-2.25;0 +468;coastal_bunker;3196.00;9.50;1873.00;-0.79;0 +468;coastal_bunker;3197.00;9.53;1854.00;-2.90;0 +468;coastal_bunker;3201.00;9.50;1870.00;-1.46;0 +468;coastal_bunker;3203.00;9.50;1859.00;-1.41;0 +468;dockyard;3185.00;9.50;1877.00;0.00;0 +468;floating_harbor;3174.53;9.50;1845.37;0.90;195 +468;floating_harbor;3184.00;9.50;1869.00;-3.14;11125 +468;floating_harbor;3186.11;9.50;1855.75;-4.53;158 +468;floating_harbor;3188.53;9.50;1868.63;-4.04;11164 +468;floating_harbor;3192.63;9.50;1859.86;0.20;11121 +468;floating_harbor;3194.05;9.50;1867.13;-4.59;11081 +468;industrial_complex;3184.00;10.40;1892.00;4.57;0 +468;industrial_complex;3225.00;10.40;1862.00;0.96;0 +468;industrial_complex;3241.00;10.35;1776.00;3.02;0 +468;industrial_complex;3244.00;10.70;1881.00;3.63;0 +468;industrial_complex;3253.00;10.50;1897.00;3.97;0 +468;industrial_complex;3256.00;9.90;1977.00;5.18;0 +468;naval_base;3180.00;9.50;1839.00;-2.25;4 +468;naval_base;3184.00;9.50;1878.00;0.00;4 +468;naval_base;3189.00;9.50;1877.00;-0.79;4 +468;naval_base;3191.00;9.57;1852.00;-2.90;4 +468;naval_base;3202.00;9.50;1857.00;-1.41;4 +468;naval_base;3202.00;9.50;1867.00;-1.46;4 +468;nuclear_reactor;3245.00;10.57;1902.00;5.85;0 +468;radar_station;3217.00;10.45;1878.00;5.81;0 +468;rocket_site;3257.00;10.60;1840.00;4.64;0 +468;supply_node;3151.00;11.53;1954.00;3.36;0 +468;supply_node;3179.00;10.90;1930.00;1.18;0 +468;supply_node;3182.00;10.35;1903.00;5.79;0 +468;supply_node;3184.00;10.30;1885.00;0.41;0 +468;supply_node;3185.00;10.07;1837.00;1.65;0 +468;supply_node;3187.00;11.05;1945.00;6.06;0 +468;supply_node;3190.00;10.55;1916.00;1.19;0 +468;supply_node;3195.00;10.30;1848.00;5.22;0 +468;supply_node;3195.00;10.40;1826.00;5.94;0 +468;supply_node;3196.00;10.45;1896.00;1.41;0 +468;supply_node;3199.00;10.23;1877.00;5.52;0 +468;supply_node;3202.00;10.40;1835.00;3.85;0 +468;supply_node;3203.00;10.65;1916.00;3.58;0 +468;supply_node;3204.00;9.60;1859.00;1.72;0 +468;supply_node;3206.00;10.30;1948.00;2.41;0 +468;supply_node;3206.00;10.38;1813.00;0.23;0 +468;supply_node;3207.00;10.55;1931.00;4.61;0 +468;supply_node;3209.00;9.82;1869.00;3.05;0 +468;supply_node;3210.00;10.40;1844.00;4.80;0 +468;supply_node;3211.00;10.50;1887.00;5.76;0 +468;supply_node;3212.00;10.30;1827.00;4.35;0 +468;supply_node;3215.00;10.40;1854.00;5.11;0 +468;supply_node;3215.00;10.60;1968.00;0.42;0 +468;supply_node;3217.00;10.45;1878.00;0.00;0 +468;supply_node;3218.00;9.65;1800.00;2.89;0 +468;supply_node;3218.00;10.50;1898.00;0.50;0 +468;supply_node;3220.00;10.15;1785.00;2.87;0 +468;supply_node;3221.00;10.40;1866.00;1.64;0 +468;supply_node;3221.00;10.68;1912.00;6.24;0 +468;supply_node;3221.00;10.80;1946.00;2.36;0 +468;supply_node;3222.00;10.40;1812.00;0.91;0 +468;supply_node;3223.00;10.40;1820.00;4.76;0 +468;supply_node;3224.00;9.95;1834.00;0.69;0 +468;supply_node;3225.00;10.35;1852.00;0.70;0 +468;supply_node;3227.00;10.03;1798.00;0.24;0 +468;supply_node;3228.00;10.70;1924.00;1.83;0 +468;supply_node;3231.00;10.20;1783.00;4.57;0 +468;supply_node;3231.00;10.20;1981.00;1.68;0 +468;supply_node;3232.00;10.62;1883.00;4.27;0 +468;supply_node;3234.00;10.25;1840.00;5.75;0 +468;supply_node;3234.00;10.50;1867.00;1.95;0 +468;supply_node;3234.00;10.90;1946.00;5.26;0 +468;supply_node;3235.00;9.80;1966.00;2.17;0 +468;supply_node;3236.00;10.12;1802.00;2.59;0 +468;supply_node;3238.00;9.73;1814.00;4.03;0 +468;supply_node;3238.00;10.40;1788.00;1.00;0 +468;supply_node;3239.00;10.38;1823.00;0.73;0 +468;supply_node;3241.00;10.35;1776.00;5.30;0 +468;supply_node;3242.00;10.70;1854.00;4.08;0 +468;supply_node;3242.00;10.70;1894.00;1.22;0 +468;supply_node;3243.00;10.60;1905.00;2.17;0 +468;supply_node;3243.00;10.70;1923.00;1.49;0 +468;supply_node;3246.00;10.35;1947.00;5.07;0 +468;supply_node;3247.00;10.40;1868.00;4.38;0 +468;supply_node;3248.00;9.53;1804.00;3.81;0 +468;supply_node;3248.00;9.75;1791.00;2.44;0 +468;supply_node;3249.00;10.15;1834.00;5.29;0 +468;supply_node;3249.00;10.70;1884.00;5.56;0 +468;supply_node;3250.00;10.50;1846.00;2.90;0 +468;supply_node;3251.00;9.85;1773.00;3.66;0 +468;supply_node;3251.00;9.90;1972.00;4.84;0 +468;supply_node;3253.00;10.15;1782.00;2.94;0 +468;supply_node;3253.00;10.50;1816.00;3.89;0 +468;supply_node;3255.00;10.68;1913.00;4.99;0 +468;supply_node;3258.00;10.50;1824.00;0.45;0 +468;supply_node;3259.00;9.73;1794.00;1.15;0 +468;supply_node;3259.00;10.28;1807.00;4.34;0 +468;supply_node;3260.00;10.70;1892.00;2.14;0 +468;supply_node;3262.00;10.50;1834.00;2.40;0 +468;supply_node;3262.00;10.62;1861.00;3.36;0 +468;supply_node;3262.00;10.85;1925.00;3.09;0 +468;supply_node;3264.00;10.78;1876.00;0.20;0 +468;supply_node;3267.00;10.23;1845.00;6.03;0 +468;supply_node;3268.00;9.88;1775.00;3.58;0 +468;supply_node;3268.00;11.00;1902.00;3.12;0 +468;supply_node;3269.00;10.18;1802.00;2.66;0 +468;supply_node;3271.00;10.30;1816.00;0.27;0 +468;supply_node;3274.00;9.53;1795.00;1.45;0 +468;supply_node;3274.00;10.35;1829.00;4.81;0 +468;supply_node;3274.00;10.80;1912.00;5.99;0 +468;supply_node;3275.00;10.80;1885.00;6.21;0 +468;supply_node;3277.00;10.05;1787.00;4.54;0 +468;supply_node;3278.00;10.68;1850.00;2.63;0 +468;supply_node;3286.00;10.50;1808.00;1.87;0 +468;supply_node;3288.00;10.35;1796.00;2.10;0 +468;synthetic_refinery;3224.00;10.75;1940.00;4.14;0 +469;air_base;3172.00;9.70;1743.00;1.46;0 +469;anti_air_building;3151.00;9.70;1762.00;4.14;0 +469;anti_air_building;3186.00;10.38;1771.00;0.52;0 +469;anti_air_building;3235.00;9.73;1749.00;2.58;0 +469;arms_factory;3163.00;9.70;1752.00;5.52;0 +469;arms_factory;3192.00;9.50;1773.00;4.57;0 +469;arms_factory;3200.00;10.40;1776.00;1.40;0 +469;arms_factory;3208.00;9.50;1771.00;0.45;0 +469;arms_factory;3212.00;9.98;1773.00;4.67;0 +469;arms_factory;3218.00;10.35;1767.00;6.13;0 +469;bunker;3129.00;9.60;1743.00;0.89;0 +469;bunker;3142.00;9.60;1805.00;5.01;0 +469;bunker;3143.00;10.18;1782.00;0.72;0 +469;bunker;3145.00;9.70;1765.00;0.15;0 +469;bunker;3146.00;10.30;1786.00;2.14;0 +469;bunker;3150.00;9.70;1757.00;2.65;0 +469;bunker;3152.00;9.73;1806.00;1.33;0 +469;bunker;3155.00;9.80;1795.00;3.32;0 +469;bunker;3157.00;9.93;1787.00;0.59;0 +469;bunker;3159.00;9.70;1751.00;5.45;0 +469;bunker;3160.00;9.55;1744.00;1.19;0 +469;bunker;3163.00;9.60;1767.00;1.23;0 +469;bunker;3163.00;9.80;1799.00;1.77;0 +469;bunker;3165.00;9.55;1826.00;5.11;0 +469;bunker;3167.00;9.55;1762.00;2.38;0 +469;bunker;3168.00;9.70;1738.00;2.21;0 +469;bunker;3169.00;9.80;1758.00;5.38;0 +469;bunker;3170.00;10.28;1775.00;3.39;0 +469;bunker;3172.00;9.75;1810.00;2.88;0 +469;bunker;3172.00;10.03;1821.00;1.70;0 +469;bunker;3173.00;9.80;1794.00;1.10;0 +469;bunker;3176.00;9.70;1831.00;4.78;0 +469;bunker;3177.00;9.65;1757.00;2.28;0 +469;bunker;3177.00;9.70;1739.00;2.81;0 +469;bunker;3178.00;9.57;1772.00;5.46;0 +469;bunker;3183.00;9.50;1775.00;1.17;0 +469;bunker;3183.00;10.50;1792.00;1.33;0 +469;bunker;3186.00;10.53;1809.00;0.65;0 +469;bunker;3188.00;9.75;1747.00;5.32;0 +469;bunker;3191.00;10.38;1807.00;3.84;0 +469;bunker;3192.00;9.70;1741.00;6.26;0 +469;bunker;3192.00;9.80;1756.00;5.92;0 +469;bunker;3193.00;10.28;1760.00;4.20;0 +469;bunker;3198.00;10.50;1808.00;4.51;0 +469;bunker;3198.00;10.60;1795.00;4.71;0 +469;bunker;3201.00;9.80;1758.00;6.06;0 +469;bunker;3203.00;9.65;1771.00;3.16;0 +469;bunker;3203.00;10.38;1784.00;1.77;0 +469;bunker;3206.00;10.45;1788.00;5.39;0 +469;bunker;3206.00;10.48;1794.00;2.72;0 +469;bunker;3209.00;9.68;1748.00;4.88;0 +469;bunker;3212.00;9.70;1748.00;4.42;0 +469;bunker;3213.00;9.73;1769.00;4.37;0 +469;bunker;3222.00;10.18;1765.00;4.51;0 +469;bunker;3225.00;9.70;1751.00;5.76;0 +469;bunker;3228.00;9.70;1750.00;5.62;0 +469;bunker;3229.00;9.70;1762.00;5.82;0 +469;bunker;3235.00;10.13;1773.00;1.84;0 +469;bunker;3236.00;10.28;1761.00;4.94;0 +469;bunker;3240.00;9.70;1752.00;0.22;0 +469;bunker;3250.00;10.20;1761.00;3.76;0 +469;bunker;3257.00;9.68;1770.00;2.27;0 +469;coastal_bunker;3119.00;9.65;1741.00;-3.93;0 +469;coastal_bunker;3136.00;9.50;1800.00;-1.57;0 +469;coastal_bunker;3139.00;9.50;1756.00;-0.90;0 +469;coastal_bunker;3140.00;9.50;1759.00;-1.95;0 +469;coastal_bunker;3141.00;9.50;1779.00;-1.57;0 +469;coastal_bunker;3145.00;9.60;1811.00;-2.47;0 +469;coastal_bunker;3146.00;9.50;1744.00;-0.64;0 +469;coastal_bunker;3155.00;9.75;1813.00;-2.55;0 +469;coastal_bunker;3160.00;9.68;1822.00;-2.60;0 +469;coastal_bunker;3161.00;9.50;1736.00;-1.05;0 +469;coastal_bunker;3166.00;9.50;1731.00;-0.32;0 +469;coastal_bunker;3171.00;9.60;1829.00;-2.16;0 +469;coastal_bunker;3181.00;9.50;1735.00;0.46;0 +469;coastal_bunker;3189.00;9.50;1736.00;-0.54;0 +469;coastal_bunker;3208.00;9.50;1742.00;0.36;0 +469;coastal_bunker;3213.00;9.50;1745.00;0.00;0 +469;coastal_bunker;3227.00;9.53;1748.00;0.24;0 +469;coastal_bunker;3233.00;9.50;1747.00;0.00;0 +469;coastal_bunker;3240.00;9.50;1749.00;-0.14;0 +469;dockyard;3125.00;9.50;1739.00;-3.93;0 +469;floating_harbor;3127.88;9.50;1749.82;-0.59;9228 +469;floating_harbor;3130.14;9.50;1792.37;1.37;11126 +469;floating_harbor;3134.10;9.50;1778.15;1.41;3117 +469;floating_harbor;3135.40;9.50;1746.80;-4.07;6066 +469;floating_harbor;3135.74;9.50;1768.13;1.11;169 +469;floating_harbor;3137.00;9.50;1742.00;-4.56;3083 +469;floating_harbor;3137.87;9.50;1817.26;0.46;3122 +469;floating_harbor;3148.12;9.50;1821.82;0.59;11065 +469;floating_harbor;3151.92;9.50;1734.53;-4.19;9194 +469;floating_harbor;3158.40;9.50;1831.50;0.38;3172 +469;floating_harbor;3167.12;9.50;1836.82;0.59;66 +469;floating_harbor;3168.00;9.50;1725.00;-3.14;11211 +469;floating_harbor;3183.88;9.50;1729.18;-2.55;6108 +469;floating_harbor;3188.87;9.50;1730.74;-3.61;11105 +469;floating_harbor;3212.46;9.50;1735.45;-2.78;6009 +469;floating_harbor;3216.99;9.50;1738.07;-3.00;204 +469;floating_harbor;3227.88;9.50;1740.18;-2.55;3161 +469;floating_harbor;3233.37;9.50;1740.14;-2.94;3061 +469;floating_harbor;3236.85;9.50;1740.10;-3.31;6186 +469;industrial_complex;3156.00;10.28;1808.00;5.39;0 +469;industrial_complex;3158.00;10.15;1806.00;4.89;0 +469;industrial_complex;3162.00;9.70;1820.00;2.12;0 +469;industrial_complex;3183.00;10.45;1801.00;2.22;0 +469;industrial_complex;3183.00;10.48;1802.00;2.73;0 +469;industrial_complex;3210.00;10.20;1791.00;0.67;0 +469;naval_base;3123.00;9.50;1741.00;-3.93;990 +469;naval_base;3140.00;9.50;1755.00;-0.90;990 +469;naval_base;3140.00;9.50;1788.00;-1.57;786 +469;naval_base;3141.00;9.50;1763.00;-1.95;786 +469;naval_base;3141.00;9.50;1778.00;-1.57;786 +469;naval_base;3145.00;9.50;1812.00;-2.47;411 +469;naval_base;3153.00;9.50;1745.00;-0.64;990 +469;naval_base;3153.00;9.50;1813.00;-2.55;411 +469;naval_base;3157.00;9.60;1819.00;-2.60;411 +469;naval_base;3159.00;9.55;1739.00;-1.05;990 +469;naval_base;3165.00;9.50;1737.00;-1.57;990 +469;naval_base;3174.00;9.60;1832.00;-2.16;411 +469;naval_base;3180.00;9.50;1735.00;0.46;1660 +469;naval_base;3202.00;9.50;1742.00;1.57;1434 +469;naval_base;3207.00;9.50;1742.00;0.36;1434 +469;naval_base;3216.00;9.50;1745.00;0.00;1434 +469;naval_base;3219.00;9.50;1747.00;0.24;1434 +469;naval_base;3230.00;9.50;1749.00;0.00;1434 +469;naval_base;3238.00;9.63;1749.00;-0.14;1434 +469;nuclear_reactor;3171.00;9.80;1758.00;1.17;0 +469;radar_station;3198.00;10.20;1783.00;5.40;0 +469;rocket_site;3177.00;9.57;1769.00;2.59;0 +469;supply_node;3122.00;9.62;1741.00;5.26;0 +469;supply_node;3142.00;10.12;1790.00;1.87;0 +469;supply_node;3144.00;9.70;1805.00;2.36;0 +469;supply_node;3145.00;9.68;1754.00;3.36;0 +469;supply_node;3146.00;9.65;1763.00;1.00;0 +469;supply_node;3147.00;9.90;1776.00;3.12;0 +469;supply_node;3152.00;9.80;1794.00;2.66;0 +469;supply_node;3153.00;9.60;1747.00;1.65;0 +469;supply_node;3156.00;10.23;1810.00;1.15;0 +469;supply_node;3158.00;10.38;1779.00;0.24;0 +469;supply_node;3159.00;9.70;1768.00;2.94;0 +469;supply_node;3160.00;9.65;1756.00;4.31;0 +469;supply_node;3163.00;9.68;1820.00;4.54;0 +469;supply_node;3164.00;9.80;1797.00;2.14;0 +469;supply_node;3165.00;9.68;1742.00;6.03;0 +469;supply_node;3168.00;9.50;1735.00;2.17;0 +469;supply_node;3170.00;10.40;1777.00;1.72;0 +469;supply_node;3171.00;9.80;1754.00;0.69;0 +469;supply_node;3171.00;9.80;1808.00;2.17;0 +469;supply_node;3173.00;9.75;1828.00;5.11;0 +469;supply_node;3176.00;10.28;1792.00;4.08;0 +469;supply_node;3177.00;10.23;1821.00;4.61;0 +469;supply_node;3178.00;9.70;1738.00;1.49;0 +469;supply_node;3180.00;9.60;1767.00;5.30;0 +469;supply_node;3181.00;9.75;1755.00;2.63;0 +469;supply_node;3182.00;9.73;1746.00;0.20;0 +469;supply_node;3184.00;9.50;1779.00;0.42;0 +469;supply_node;3185.00;10.50;1814.00;4.38;0 +469;supply_node;3187.00;10.50;1790.00;6.06;0 +469;supply_node;3190.00;10.60;1802.00;3.85;0 +469;supply_node;3191.00;10.12;1761.00;0.50;0 +469;supply_node;3194.00;9.70;1741.00;5.56;0 +469;supply_node;3195.00;9.80;1750.00;3.66;0 +469;supply_node;3196.00;10.32;1768.00;6.25;0 +469;supply_node;3196.00;10.50;1791.00;0.45;0 +469;supply_node;3198.00;10.50;1810.00;1.45;0 +469;supply_node;3199.00;10.30;1779.00;0.91;0 +469;supply_node;3205.00;9.65;1760.00;1.41;0 +469;supply_node;3205.00;10.50;1797.00;0.73;0 +469;supply_node;3207.00;9.70;1750.00;1.19;0 +469;supply_node;3210.00;10.15;1784.00;5.07;0 +469;supply_node;3215.00;9.70;1752.00;3.58;0 +469;supply_node;3215.00;10.15;1764.00;0.27;0 +469;supply_node;3216.00;9.80;1770.00;4.80;0 +469;supply_node;3222.00;9.70;1749.00;1.95;0 +469;supply_node;3225.00;9.78;1759.00;3.09;0 +469;supply_node;3231.00;9.65;1752.00;3.89;0 +469;supply_node;3232.00;9.85;1771.00;4.35;0 +469;supply_node;3238.00;10.40;1763.00;3.39;0 +469;supply_node;3239.00;9.70;1753.00;2.90;0 +469;supply_node;3249.00;10.25;1760.00;4.84;0 +469;supply_node;3258.00;9.78;1766.00;0.70;0 +469;synthetic_refinery;3154.00;10.18;1810.00;3.34;0 470;air_base;3208.00;10.35;1709.00;3.22;0 470;anti_air_building;3195.00;10.30;1693.00;3.37;0 470;anti_air_building;3223.00;10.30;1708.00;0.35;0 @@ -19854,6 +29877,16 @@ 470;coastal_bunker;3233.00;9.55;1722.00;-3.52;0 470;coastal_bunker;3235.00;9.68;1721.00;-3.46;0 470;dockyard;3217.00;9.68;1724.00;-3.34;0 +470;floating_harbor;3169.21;9.50;1717.70;1.33;567 +470;floating_harbor;3171.00;9.50;1686.00;-2.64;6201 +470;floating_harbor;3171.00;9.50;1686.00;-3.25;83 +470;floating_harbor;3177.87;9.50;1690.74;-3.61;3174 +470;floating_harbor;3180.21;9.50;1690.30;-4.47;11291 +470;floating_harbor;3190.63;9.50;1730.86;0.20;3152 +470;floating_harbor;3197.80;9.50;1730.60;0.64;11426 +470;floating_harbor;3219.21;9.50;1732.64;-0.32;11127 +470;floating_harbor;3230.60;9.50;1729.50;-0.38;11443 +470;floating_harbor;3242.13;9.50;1728.26;-0.46;4640 470;industrial_complex;3198.00;10.28;1700.00;0.55;0 470;industrial_complex;3212.00;10.40;1688.00;4.78;0 470;industrial_complex;3213.00;10.25;1699.00;0.65;0 @@ -19873,6 +29906,28 @@ 470;nuclear_reactor;3221.00;10.38;1694.00;4.47;0 470;radar_station;3167.00;9.50;1712.00;6.06;0 470;rocket_site;3208.00;9.70;1719.00;0.35;0 +470;supply_node;3158.00;9.70;1709.00;1.65;0 +470;supply_node;3177.00;9.70;1707.00;2.17;0 +470;supply_node;3180.00;9.70;1715.00;4.35;0 +470;supply_node;3182.00;9.70;1699.00;1.72;0 +470;supply_node;3188.00;9.80;1706.00;3.58;0 +470;supply_node;3191.00;10.07;1693.00;2.66;0 +470;supply_node;3193.00;9.70;1719.00;0.24;0 +470;supply_node;3197.00;10.28;1712.00;1.41;0 +470;supply_node;3199.00;10.30;1702.00;3.12;0 +470;supply_node;3203.00;9.73;1694.00;5.11;0 +470;supply_node;3205.00;9.68;1721.00;0.42;0 +470;supply_node;3209.00;10.40;1710.00;2.36;0 +470;supply_node;3212.00;10.30;1699.00;3.89;0 +470;supply_node;3214.00;10.30;1689.00;6.06;0 +470;supply_node;3215.00;9.85;1720.00;1.19;0 +470;supply_node;3222.00;10.15;1711.00;4.54;0 +470;supply_node;3222.00;10.30;1703.00;2.41;0 +470;supply_node;3222.00;10.40;1683.00;1.95;0 +470;supply_node;3225.00;10.35;1695.00;5.30;0 +470;supply_node;3226.00;9.78;1718.00;3.36;0 +470;supply_node;3233.00;10.15;1686.00;1.00;0 +470;supply_node;3236.00;9.78;1716.00;5.76;0 470;synthetic_refinery;3217.00;10.30;1683.00;2.41;0 471;air_base;3219.00;10.43;1663.00;1.16;0 471;anti_air_building;3206.00;10.30;1685.00;1.74;0 @@ -19902,6 +29957,9 @@ 471;coastal_bunker;3186.00;9.50;1671.00;-1.82;0 471;coastal_bunker;3186.00;9.50;1680.00;-1.57;0 471;dockyard;3183.00;9.57;1668.00;-2.36;0 +471;floating_harbor;3177.05;9.50;1673.95;0.79;9340 +471;floating_harbor;3178.14;9.50;1683.37;1.37;9317 +471;floating_harbor;3179.57;9.50;1676.76;1.17;9240 471;industrial_complex;3187.00;9.90;1665.00;0.55;0 471;industrial_complex;3202.00;10.48;1668.00;4.78;0 471;industrial_complex;3205.00;9.88;1664.00;3.22;0 @@ -19914,6 +29972,20 @@ 471;nuclear_reactor;3215.00;10.40;1678.00;1.39;0 471;radar_station;3180.00;9.60;1666.00;4.80;0 471;rocket_site;3213.00;10.30;1681.00;0.18;0 +471;supply_node;3187.00;9.78;1664.00;3.89;0 +471;supply_node;3190.00;10.00;1681.00;2.41;0 +471;supply_node;3193.00;10.30;1671.00;5.76;0 +471;supply_node;3199.00;10.30;1684.00;1.65;0 +471;supply_node;3200.00;10.30;1662.00;3.12;0 +471;supply_node;3206.00;10.57;1671.00;6.06;0 +471;supply_node;3208.00;10.30;1681.00;0.24;0 +471;supply_node;3213.00;9.80;1657.00;1.72;0 +471;supply_node;3217.00;10.50;1672.00;5.30;0 +471;supply_node;3220.00;10.40;1663.00;2.36;0 +471;supply_node;3227.00;10.40;1654.00;1.00;0 +471;supply_node;3228.00;10.00;1673.00;3.58;0 +471;supply_node;3234.00;10.00;1661.00;1.41;0 +471;supply_node;3238.00;9.80;1670.00;4.35;0 471;synthetic_refinery;3230.00;10.40;1654.00;5.96;0 472;air_base;3031.00;10.23;1589.00;3.22;0 472;anti_air_building;3027.00;10.28;1589.00;5.79;0 @@ -19928,6 +30000,7 @@ 472;bunker;3028.00;10.30;1588.00;3.73;0 472;coastal_bunker;3030.00;9.70;1592.00;-3.31;0 472;dockyard;3026.00;9.75;1593.00;-3.31;0 +472;floating_harbor;3019.00;9.50;1610.00;0.53;6282 472;industrial_complex;3027.00;10.30;1587.00;1.67;0 472;industrial_complex;3027.00;10.30;1588.00;0.55;0 472;industrial_complex;3029.00;10.10;1591.00;5.28;0 @@ -19938,57 +30011,131 @@ 472;nuclear_reactor;3032.00;10.13;1590.00;2.18;0 472;radar_station;3025.00;10.28;1584.00;4.61;0 472;rocket_site;3030.00;10.30;1588.00;5.45;0 +472;supply_node;3028.00;10.30;1587.00;1.00;0 472;synthetic_refinery;3027.00;10.23;1590.00;0.12;0 -474;air_base;2951.00;15.03;1449.00;1.67;0 -474;anti_air_building;2941.00;14.88;1454.00;5.96;0 -474;anti_air_building;2949.00;14.73;1449.00;3.80;0 -474;anti_air_building;2953.00;15.48;1451.00;3.29;0 -474;arms_factory;2932.00;15.28;1446.00;0.55;0 -474;arms_factory;2934.00;15.85;1452.00;0.05;0 -474;arms_factory;2945.00;11.85;1442.00;4.17;0 -474;arms_factory;2945.00;12.73;1464.00;6.24;0 -474;arms_factory;2946.00;14.63;1450.00;3.22;0 -474;arms_factory;2948.00;13.13;1446.00;1.16;0 -474;bunker;2932.00;15.68;1448.00;0.72;0 -474;bunker;2937.00;13.70;1459.00;3.73;0 -474;bunker;2941.00;12.13;1466.00;5.45;0 -474;bunker;2941.00;15.25;1450.00;5.79;0 -474;bunker;2944.00;12.68;1445.00;4.24;0 -474;bunker;2947.00;13.53;1447.00;2.18;0 -474;bunker;2948.00;12.35;1443.00;1.23;0 -474;bunker;2950.00;13.60;1459.00;3.90;0 -474;bunker;2953.00;12.78;1461.00;0.12;0 -474;bunker;2963.00;13.80;1443.00;4.84;0 -474;bunker;2965.00;16.15;1450.00;0.63;0 -474;industrial_complex;2933.00;12.18;1464.00;3.73;0 -474;industrial_complex;2935.00;13.55;1461.00;1.67;0 -474;industrial_complex;2939.00;13.30;1459.00;5.89;0 -474;industrial_complex;2941.00;13.82;1446.00;5.28;0 -474;industrial_complex;2942.00;12.23;1466.00;3.22;0 -474;industrial_complex;2943.00;14.98;1454.00;3.83;0 -474;nuclear_reactor;2957.00;14.93;1453.00;5.96;0 -474;radar_station;2929.00;16.02;1443.00;2.63;0 -474;rocket_site;2943.00;12.63;1444.00;4.40;0 -474;synthetic_refinery;2945.00;13.98;1448.00;3.90;0 -475;air_base;2927.00;13.85;1454.00;0.72;0 -475;anti_air_building;2915.00;10.25;1447.00;5.96;0 -475;anti_air_building;2921.00;12.95;1445.00;3.80;0 -475;anti_air_building;2923.00;16.10;1438.00;3.29;0 -475;arms_factory;2914.00;11.48;1441.00;1.16;0 -475;arms_factory;2914.00;11.48;1441.00;6.24;0 -475;arms_factory;2917.00;13.65;1440.00;5.28;0 -475;arms_factory;2919.00;12.48;1447.00;1.67;0 -475;arms_factory;2922.00;10.55;1460.00;0.55;0 -475;arms_factory;2923.00;10.73;1460.00;3.22;0 -475;bunker;2907.00;10.18;1451.00;0.63;0 -475;bunker;2913.00;10.10;1455.00;4.24;0 -475;bunker;2915.00;10.05;1444.00;4.84;0 -475;bunker;2916.00;13.85;1439.00;5.45;0 -475;bunker;2922.00;10.48;1461.00;2.18;0 -475;bunker;2924.00;14.10;1444.00;0.12;0 -475;bunker;2927.00;13.85;1454.00;3.73;0 -475;bunker;2929.00;10.78;1465.00;3.90;0 -475;bunker;2929.00;15.78;1440.00;1.23;0 +473;air_base;3267.00;10.40;1728.00;3.52;0 +473;anti_air_building;3253.00;10.05;1727.00;6.26;0 +473;anti_air_building;3264.00;10.40;1725.00;1.19;0 +473;anti_air_building;3276.00;10.35;1728.00;4.20;0 +473;arms_factory;3245.00;9.68;1722.00;3.02;0 +473;arms_factory;3277.00;10.40;1724.00;6.13;0 +473;arms_factory;3279.00;9.80;1741.00;4.57;0 +473;arms_factory;3281.00;10.28;1729.00;0.45;0 +473;arms_factory;3284.00;10.30;1727.00;3.97;0 +473;arms_factory;3286.00;10.30;1729.00;5.18;0 +473;bunker;3249.00;9.65;1722.00;1.98;0 +473;bunker;3260.00;10.10;1729.00;6.20;0 +473;bunker;3267.00;10.40;1719.00;1.63;0 +473;bunker;3269.00;10.40;1729.00;2.58;0 +473;bunker;3270.00;10.40;1723.00;4.64;0 +473;bunker;3276.00;9.70;1741.00;5.76;0 +473;bunker;3280.00;10.40;1726.00;3.69;0 +473;bunker;3285.00;9.70;1743.00;5.25;0 +473;bunker;3290.00;10.30;1727.00;1.02;0 +473;bunker;3296.00;10.30;1727.00;0.43;0 +473;coastal_bunker;3244.00;9.50;1728.00;-2.68;0 +473;coastal_bunker;3254.00;9.63;1730.00;-2.98;0 +473;coastal_bunker;3262.00;9.53;1735.00;-3.14;0 +473;coastal_bunker;3275.00;9.55;1732.00;-2.82;0 +473;coastal_bunker;3277.00;9.50;1735.00;-0.79;0 +473;coastal_bunker;3284.00;9.60;1746.00;-3.79;0 +473;coastal_bunker;3291.00;9.78;1734.00;-3.28;0 +473;dockyard;3275.00;9.55;1732.00;-2.82;0 +473;floating_harbor;3232.00;9.50;1735.00;1.52;6174 +473;floating_harbor;3232.00;9.50;1735.00;1.57;3151 +473;floating_harbor;3232.00;9.50;1735.00;1.57;9097 +473;floating_harbor;3245.30;9.50;1734.79;0.24;104 +473;floating_harbor;3256.00;9.50;1738.00;0.00;11186 +473;floating_harbor;3292.20;9.50;1746.60;-0.64;149 +473;floating_harbor;3295.99;9.50;1742.93;-0.14;11068 +473;industrial_complex;3261.00;9.70;1733.00;0.96;0 +473;industrial_complex;3268.00;10.10;1731.00;4.57;0 +473;industrial_complex;3280.00;9.98;1731.00;3.63;0 +473;industrial_complex;3285.00;9.70;1743.00;1.46;0 +473;industrial_complex;3285.00;10.05;1732.00;3.02;0 +473;industrial_complex;3289.00;9.73;1734.00;5.69;0 +473;naval_base;3250.00;9.50;1728.00;-2.68;1434 +473;naval_base;3258.00;9.50;1731.00;-2.98;1434 +473;naval_base;3264.00;9.55;1735.00;-3.14;1434 +473;naval_base;3273.00;9.60;1732.00;-2.82;1434 +473;naval_base;3276.00;9.50;1736.00;-0.79;1434 +473;naval_base;3290.00;9.60;1736.00;-3.79;2332 +473;naval_base;3298.00;9.60;1736.00;-3.28;2332 +473;nuclear_reactor;3286.00;10.30;1727.00;2.65;0 +473;radar_station;3272.00;9.85;1731.00;2.05;0 +473;rocket_site;3252.00;9.90;1727.00;5.92;0 +473;supply_node;3248.00;9.70;1724.00;1.72;0 +473;supply_node;3256.00;10.30;1725.00;5.30;0 +473;supply_node;3264.00;10.35;1718.00;2.41;0 +473;supply_node;3265.00;10.00;1731.00;3.12;0 +473;supply_node;3269.00;10.40;1723.00;2.36;0 +473;supply_node;3277.00;10.40;1727.00;1.65;0 +473;supply_node;3278.00;9.73;1738.00;3.89;0 +473;supply_node;3285.00;9.73;1737.00;5.76;0 +473;supply_node;3286.00;10.30;1725.00;0.24;0 +473;supply_node;3294.00;10.30;1729.00;6.06;0 +473;synthetic_refinery;3273.00;10.00;1730.00;0.59;0 +474;air_base;2951.00;15.03;1449.00;1.67;0 +474;anti_air_building;2941.00;14.88;1454.00;5.96;0 +474;anti_air_building;2949.00;14.73;1449.00;3.80;0 +474;anti_air_building;2953.00;15.48;1451.00;3.29;0 +474;arms_factory;2932.00;15.28;1446.00;0.55;0 +474;arms_factory;2934.00;15.85;1452.00;0.05;0 +474;arms_factory;2945.00;11.85;1442.00;4.17;0 +474;arms_factory;2945.00;12.73;1464.00;6.24;0 +474;arms_factory;2946.00;14.63;1450.00;3.22;0 +474;arms_factory;2948.00;13.13;1446.00;1.16;0 +474;bunker;2932.00;15.68;1448.00;0.72;0 +474;bunker;2937.00;13.70;1459.00;3.73;0 +474;bunker;2941.00;12.13;1466.00;5.45;0 +474;bunker;2941.00;15.25;1450.00;5.79;0 +474;bunker;2944.00;12.68;1445.00;4.24;0 +474;bunker;2947.00;13.53;1447.00;2.18;0 +474;bunker;2948.00;12.35;1443.00;1.23;0 +474;bunker;2950.00;13.60;1459.00;3.90;0 +474;bunker;2953.00;12.78;1461.00;0.12;0 +474;bunker;2963.00;13.80;1443.00;4.84;0 +474;bunker;2965.00;16.15;1450.00;0.63;0 +474;industrial_complex;2933.00;12.18;1464.00;3.73;0 +474;industrial_complex;2935.00;13.55;1461.00;1.67;0 +474;industrial_complex;2939.00;13.30;1459.00;5.89;0 +474;industrial_complex;2941.00;13.82;1446.00;5.28;0 +474;industrial_complex;2942.00;12.23;1466.00;3.22;0 +474;industrial_complex;2943.00;14.98;1454.00;3.83;0 +474;nuclear_reactor;2957.00;14.93;1453.00;5.96;0 +474;radar_station;2929.00;16.02;1443.00;2.63;0 +474;rocket_site;2943.00;12.63;1444.00;4.40;0 +474;supply_node;2932.00;15.38;1447.00;5.76;0 +474;supply_node;2933.00;13.88;1456.00;4.54;0 +474;supply_node;2938.00;12.38;1464.00;1.65;0 +474;supply_node;2940.00;13.80;1444.00;3.12;0 +474;supply_node;2940.00;15.03;1454.00;1.95;0 +474;supply_node;2945.00;11.60;1440.00;5.30;0 +474;supply_node;2949.00;12.93;1462.00;1.19;0 +474;supply_node;2949.00;14.53;1455.00;3.89;0 +474;supply_node;2950.00;14.93;1449.00;2.41;0 +474;supply_node;2959.00;14.43;1445.00;2.36;0 +474;supply_node;2962.00;16.18;1452.00;6.06;0 +474;synthetic_refinery;2945.00;13.98;1448.00;3.90;0 +475;air_base;2927.00;13.85;1454.00;0.72;0 +475;anti_air_building;2915.00;10.25;1447.00;5.96;0 +475;anti_air_building;2921.00;12.95;1445.00;3.80;0 +475;anti_air_building;2923.00;16.10;1438.00;3.29;0 +475;arms_factory;2914.00;11.48;1441.00;1.16;0 +475;arms_factory;2914.00;11.48;1441.00;6.24;0 +475;arms_factory;2917.00;13.65;1440.00;5.28;0 +475;arms_factory;2919.00;12.48;1447.00;1.67;0 +475;arms_factory;2922.00;10.55;1460.00;0.55;0 +475;arms_factory;2923.00;10.73;1460.00;3.22;0 +475;bunker;2907.00;10.18;1451.00;0.63;0 +475;bunker;2913.00;10.10;1455.00;4.24;0 +475;bunker;2915.00;10.05;1444.00;4.84;0 +475;bunker;2916.00;13.85;1439.00;5.45;0 +475;bunker;2922.00;10.48;1461.00;2.18;0 +475;bunker;2924.00;14.10;1444.00;0.12;0 +475;bunker;2927.00;13.85;1454.00;3.73;0 +475;bunker;2929.00;10.78;1465.00;3.90;0 +475;bunker;2929.00;15.78;1440.00;1.23;0 475;industrial_complex;2913.00;10.10;1455.00;1.67;0 475;industrial_complex;2915.00;10.10;1456.00;3.83;0 475;industrial_complex;2918.00;11.48;1446.00;5.89;0 @@ -19998,6 +30145,15 @@ 475;nuclear_reactor;2916.00;10.38;1454.00;5.96;0 475;radar_station;2899.00;10.13;1440.00;2.63;0 475;rocket_site;2916.00;10.38;1454.00;4.40;0 +475;supply_node;2904.00;9.65;1446.00;1.65;0 +475;supply_node;2911.00;10.10;1454.00;1.95;0 +475;supply_node;2916.00;10.57;1447.00;1.19;0 +475;supply_node;2917.00;14.32;1439.00;3.89;0 +475;supply_node;2918.00;10.40;1460.00;3.12;0 +475;supply_node;2922.00;14.05;1454.00;5.30;0 +475;supply_node;2925.00;14.12;1447.00;2.36;0 +475;supply_node;2926.00;10.57;1462.00;4.54;0 +475;supply_node;2926.00;16.23;1439.00;6.06;0 475;synthetic_refinery;2920.00;12.75;1444.00;3.90;0 476;air_base;2913.00;10.90;1510.00;0.12;0 476;anti_air_building;2912.00;10.95;1514.00;4.84;0 @@ -20021,6 +30177,9 @@ 476;nuclear_reactor;2910.00;11.15;1522.00;3.80;0 476;radar_station;2906.00;10.65;1506.00;4.15;0 476;rocket_site;2912.00;10.95;1512.00;5.96;0 +476;supply_node;2912.00;10.80;1509.00;3.12;0 +476;supply_node;2912.00;10.90;1519.00;6.06;0 +476;supply_node;2918.00;10.98;1523.00;2.36;0 476;synthetic_refinery;2909.00;10.75;1508.00;0.63;0 477;air_base;2749.00;12.28;1161.00;5.45;0 477;anti_air_building;2727.00;11.40;1144.00;4.15;0 @@ -20047,6 +30206,12 @@ 477;nuclear_reactor;2725.00;14.28;1166.00;6.21;0 477;radar_station;2693.00;11.80;1145.00;0.76;0 477;rocket_site;2727.00;12.55;1156.00;2.34;0 +477;supply_node;2703.00;12.60;1146.00;1.95;0 +477;supply_node;2718.00;15.25;1165.00;2.66;0 +477;supply_node;2718.00;17.23;1183.00;5.30;0 +477;supply_node;2733.00;12.12;1155.00;1.19;0 +477;supply_node;2739.00;16.15;1187.00;2.36;0 +477;supply_node;2749.00;13.88;1175.00;4.54;0 477;synthetic_refinery;2752.00;13.53;1170.00;4.40;0 478;air_base;2744.00;10.32;1038.00;4.84;0 478;anti_air_building;2718.00;10.40;1077.00;2.43;0 @@ -20071,6 +30236,10 @@ 478;nuclear_reactor;2751.00;11.20;1141.00;0.18;0 478;radar_station;2711.00;10.28;993.00;0.76;0 478;rocket_site;2703.00;11.82;1124.00;2.34;0 +478;supply_node;2692.00;12.00;1110.00;4.54;0 +478;supply_node;2738.00;10.75;1128.00;2.66;0 +478;supply_node;2740.00;12.18;1020.00;1.95;0 +478;supply_node;2754.00;10.20;1074.00;1.19;0 478;synthetic_refinery;2684.00;10.78;1092.00;4.40;0 479;air_base;1988.00;9.93;892.00;3.90;0 479;anti_air_building;1893.00;10.00;910.00;1.39;0 @@ -20089,6 +30258,7 @@ 479;bunker;1977.00;10.13;904.00;1.74;0 479;coastal_bunker;2011.00;9.50;866.00;0.93;0 479;dockyard;2023.00;9.50;873.00;0.93;0 +479;floating_harbor;2045.00;9.50;874.00;-1.35;4980 479;industrial_complex;1936.00;9.82;847.00;5.45;0 479;industrial_complex;1936.00;10.00;924.00;0.12;0 479;industrial_complex;1938.00;10.35;866.00;1.23;0 @@ -20099,6 +30269,11 @@ 479;nuclear_reactor;1947.00;10.43;853.00;1.29;0 479;radar_station;1878.00;9.90;857.00;2.17;0 479;rocket_site;1934.00;10.13;923.00;4.91;0 +479;supply_node;1891.00;9.98;912.00;4.84;0 +479;supply_node;1924.00;10.10;869.00;3.36;0 +479;supply_node;1936.00;10.10;918.00;1.19;0 +479;supply_node;1972.00;9.90;918.00;2.66;0 +479;supply_node;1991.00;9.90;884.00;0.42;0 479;synthetic_refinery;1893.00;10.07;867.00;4.41;0 480;air_base;4228.00;15.95;1092.00;3.29;0 480;anti_air_building;4206.00;19.08;1099.00;1.74;0 @@ -20121,6 +30296,8 @@ 480;nuclear_reactor;4216.00;20.40;1107.00;1.39;0 480;radar_station;4193.00;15.68;1092.00;4.80;0 480;rocket_site;4237.00;15.65;1090.00;0.18;0 +480;supply_node;4207.00;18.58;1097.00;0.42;0 +480;supply_node;4228.00;16.83;1096.00;3.36;0 480;synthetic_refinery;4202.00;18.55;1098.00;5.96;0 481;air_base;4072.00;22.77;1217.00;3.10;0 481;anti_air_building;4091.00;21.80;1173.00;1.71;0 @@ -20154,6 +30331,19 @@ 481;nuclear_reactor;4147.00;23.80;1140.00;0.16;0 481;radar_station;4038.00;21.50;1174.00;5.27;0 481;rocket_site;4091.00;22.77;1199.00;3.77;0 +481;supply_node;4049.00;22.58;1177.00;4.84;0 +481;supply_node;4061.00;22.88;1204.00;5.07;0 +481;supply_node;4082.00;23.45;1165.00;2.90;0 +481;supply_node;4086.00;23.05;1226.00;4.31;0 +481;supply_node;4103.00;22.58;1201.00;6.25;0 +481;supply_node;4116.00;22.30;1145.00;1.49;0 +481;supply_node;4120.00;21.52;1178.00;0.27;0 +481;supply_node;4137.00;22.65;1236.00;4.38;0 +481;supply_node;4148.00;22.43;1120.00;5.79;0 +481;supply_node;4152.00;21.58;1204.00;4.08;0 +481;supply_node;4157.00;22.00;1162.00;0.73;0 +481;supply_node;4159.00;23.27;1138.00;2.14;0 +481;supply_node;4178.00;21.58;1117.00;3.66;0 481;synthetic_refinery;4117.00;22.27;1165.00;5.83;0 482;air_base;4379.00;19.75;1191.00;1.74;0 482;anti_air_building;4375.00;20.15;1193.00;5.08;0 @@ -20198,6 +30388,30 @@ 482;nuclear_reactor;4381.00;19.63;1147.00;4.03;0 482;radar_station;4314.00;20.60;1187.00;4.83;0 482;rocket_site;4406.00;14.93;1090.00;1.37;0 +482;supply_node;4330.00;21.02;1174.00;1.22;0 +482;supply_node;4342.00;20.38;1146.00;4.31;0 +482;supply_node;4345.00;20.50;1183.00;0.91;0 +482;supply_node;4358.00;20.40;1135.00;0.45;0 +482;supply_node;4368.00;19.93;1181.00;4.61;0 +482;supply_node;4372.00;20.18;1147.00;3.39;0 +482;supply_node;4377.00;17.40;1117.00;6.25;0 +482;supply_node;4382.00;19.50;1189.00;5.26;0 +482;supply_node;4387.00;19.73;1161.00;3.66;0 +482;supply_node;4389.00;14.20;1099.00;0.50;0 +482;supply_node;4394.00;17.20;1131.00;5.79;0 +482;supply_node;4395.00;18.98;1196.00;3.09;0 +482;supply_node;4403.00;20.40;1170.00;3.85;0 +482;supply_node;4405.00;15.57;1088.00;0.20;0 +482;supply_node;4406.00;18.18;1223.00;2.14;0 +482;supply_node;4406.00;18.33;1206.00;0.27;0 +482;supply_node;4408.00;13.40;1143.00;6.03;0 +482;supply_node;4408.00;15.80;1113.00;4.38;0 +482;supply_node;4417.00;12.25;1165.00;5.07;0 +482;supply_node;4419.00;18.43;1186.00;0.73;0 +482;supply_node;4422.00;18.12;1218.00;1.68;0 +482;supply_node;4429.00;16.77;1202.00;2.44;0 +482;supply_node;4438.00;12.75;1188.00;2.90;0 +482;supply_node;4448.00;13.57;1203.00;4.08;0 482;synthetic_refinery;4362.00;20.85;1140.00;1.97;0 483;air_base;4208.00;21.68;1159.00;5.96;0 483;anti_air_building;4190.00;22.20;1157.00;1.20;0 @@ -20236,6 +30450,24 @@ 483;nuclear_reactor;4175.00;22.00;1228.00;4.04;0 483;radar_station;4190.00;21.63;1105.00;5.72;0 483;rocket_site;4311.00;20.60;1158.00;2.48;0 +483;supply_node;4183.00;22.12;1242.00;5.07;0 +483;supply_node;4191.00;22.08;1197.00;0.50;0 +483;supply_node;4198.00;21.95;1152.00;2.14;0 +483;supply_node;4206.00;21.80;1118.00;3.66;0 +483;supply_node;4222.00;22.65;1222.00;1.68;0 +483;supply_node;4229.00;21.40;1181.00;3.09;0 +483;supply_node;4230.00;21.80;1157.00;0.20;0 +483;supply_node;4232.00;20.38;1136.00;4.31;0 +483;supply_node;4240.00;21.75;1116.00;6.25;0 +483;supply_node;4250.00;21.60;1234.00;2.90;0 +483;supply_node;4264.00;21.62;1168.00;5.79;0 +483;supply_node;4264.00;22.12;1204.00;6.03;0 +483;supply_node;4271.00;19.93;1125.00;0.27;0 +483;supply_node;4274.00;20.38;1143.00;3.85;0 +483;supply_node;4299.00;21.43;1196.00;4.38;0 +483;supply_node;4300.00;21.90;1168.00;0.91;0 +483;supply_node;4306.00;20.83;1145.00;4.61;0 +483;supply_node;4327.00;20.35;1127.00;2.44;0 483;synthetic_refinery;4319.00;21.25;1131.00;3.43;0 484;air_base;2748.00;10.20;968.00;0.18;0 484;anti_air_building;2730.00;10.30;971.00;4.91;0 @@ -20259,6 +30491,9 @@ 484;nuclear_reactor;2757.00;10.20;985.00;1.30;0 484;radar_station;2719.00;10.20;914.00;3.58;0 484;rocket_site;2753.00;10.20;982.00;6.03;0 +484;supply_node;2738.00;10.20;914.00;2.90;0 +484;supply_node;2744.00;10.20;961.00;4.38;0 +484;supply_node;2775.00;10.20;931.00;2.14;0 484;synthetic_refinery;2773.00;10.20;975.00;0.70;0 485;air_base;4810.00;9.63;667.00;4.41;0 485;anti_air_building;4708.00;9.53;659.00;4.04;0 @@ -20289,6 +30524,15 @@ 485;coastal_bunker;4812.00;9.50;685.00;-3.87;0 485;coastal_bunker;4814.00;9.60;658.00;-4.25;0 485;dockyard;4813.00;9.68;659.00;-4.25;0 +485;floating_harbor;4709.70;9.50;652.21;-2.90;1289 +485;floating_harbor;4721.70;9.50;651.21;-2.90;10169 +485;floating_harbor;4734.37;9.50;648.14;-2.94;7311 +485;floating_harbor;4740.63;9.50;672.86;0.20;10197 +485;floating_harbor;4750.30;9.50;680.79;0.24;10153 +485;floating_harbor;4773.00;9.50;618.00;-3.98;7413 +485;floating_harbor;4789.38;9.50;723.48;-0.88;1351 +485;floating_harbor;4794.05;9.50;670.05;-3.93;1419 +485;floating_harbor;4818.64;9.50;669.21;-1.25;10141 485;industrial_complex;4711.00;11.10;663.00;1.74;0 485;industrial_complex;4718.00;9.93;664.00;1.39;0 485;industrial_complex;4734.00;10.82;659.00;2.34;0 @@ -20307,6 +30551,14 @@ 485;nuclear_reactor;4712.00;11.55;665.00;5.15;0 485;radar_station;4702.00;10.50;662.00;0.26;0 485;rocket_site;4744.00;12.03;662.00;3.95;0 +485;supply_node;4707.00;10.30;663.00;2.14;0 +485;supply_node;4719.00;9.75;662.00;0.20;0 +485;supply_node;4732.00;10.75;660.00;0.27;0 +485;supply_node;4743.00;12.05;661.00;1.68;0 +485;supply_node;4753.00;10.85;670.00;2.44;0 +485;supply_node;4801.00;10.03;653.00;4.31;0 +485;supply_node;4802.00;9.85;678.00;5.07;0 +485;supply_node;4809.00;9.50;666.00;5.79;0 485;synthetic_refinery;4713.00;11.05;664.00;3.09;0 486;air_base;4434.00;10.93;1010.00;4.91;0 486;anti_air_building;4422.00;14.18;1014.00;2.41;0 @@ -20337,6 +30589,16 @@ 486;nuclear_reactor;4456.00;9.70;992.00;5.08;0 486;radar_station;4406.00;12.03;1012.00;1.94;0 486;rocket_site;4446.00;10.13;992.00;4.98;0 +486;supply_node;4418.00;13.25;1010.00;0.50;0 +486;supply_node;4420.00;12.25;994.00;5.79;0 +486;supply_node;4431.00;13.30;1000.00;2.44;0 +486;supply_node;4437.00;10.25;1011.00;4.61;0 +486;supply_node;4438.00;11.12;985.00;0.20;0 +486;supply_node;4442.00;10.73;992.00;3.85;0 +486;supply_node;4447.00;10.05;977.00;1.68;0 +486;supply_node;4448.00;10.10;1002.00;0.27;0 +486;supply_node;4454.00;9.75;984.00;4.31;0 +486;supply_node;4457.00;9.70;991.00;0.91;0 486;synthetic_refinery;4448.00;9.80;995.00;4.47;0 487;air_base;4437.00;11.13;960.00;2.85;0 487;anti_air_building;4438.00;11.57;958.00;1.37;0 @@ -20361,6 +30623,11 @@ 487;coastal_bunker;4458.00;9.53;947.00;-3.79;0 487;coastal_bunker;4472.00;10.30;927.00;1.37;0 487;dockyard;4460.00;9.50;945.00;-3.79;0 +487;floating_harbor;4462.50;9.50;953.60;-1.19;4397 +487;floating_harbor;4462.90;9.50;955.85;-1.74;10016 +487;floating_harbor;4465.64;9.50;962.79;-1.89;11936 +487;floating_harbor;4466.20;9.50;949.60;-0.64;12297 +487;floating_harbor;4477.00;9.50;931.00;-1.57;7280 487;industrial_complex;4439.00;11.07;959.00;4.41;0 487;industrial_complex;4445.00;10.20;962.00;2.25;0 487;industrial_complex;4447.00;10.48;969.00;4.91;0 @@ -20375,6 +30642,13 @@ 487;nuclear_reactor;4442.00;10.50;966.00;2.48;0 487;radar_station;4430.00;11.85;960.00;3.66;0 487;rocket_site;4446.00;10.30;960.00;4.64;0 +487;supply_node;4437.00;11.12;960.00;0.20;0 +487;supply_node;4446.00;10.20;967.00;4.61;0 +487;supply_node;4450.00;9.65;958.00;1.68;0 +487;supply_node;4451.00;10.55;949.00;5.79;0 +487;supply_node;4453.00;9.60;967.00;0.91;0 +487;supply_node;4459.00;10.07;940.00;3.85;0 +487;supply_node;4465.00;11.18;931.00;2.44;0 487;synthetic_refinery;4464.00;9.63;939.00;5.59;0 488;air_base;4004.00;9.70;790.00;1.90;0 488;anti_air_building;4001.00;9.85;797.00;6.03;0 @@ -20389,6 +30663,7 @@ 488;bunker;4004.00;9.65;788.00;1.30;0 488;coastal_bunker;4005.00;9.50;784.00;0.00;0 488;dockyard;4005.00;9.50;784.00;0.00;0 +488;floating_harbor;3993.05;9.50;801.95;0.79;1321 488;industrial_complex;4002.00;9.55;792.00;2.85;0 488;industrial_complex;4003.00;9.73;793.00;4.91;0 488;industrial_complex;4005.00;9.80;794.00;2.25;0 @@ -20399,6 +30674,7 @@ 488;nuclear_reactor;4005.00;9.82;793.00;0.86;0 488;radar_station;3997.00;9.50;798.00;2.71;0 488;rocket_site;4001.00;9.75;795.00;4.47;0 +488;supply_node;4003.00;9.62;792.00;0.20;0 488;synthetic_refinery;4001.00;9.80;796.00;0.25;0 489;air_base;5460.00;10.07;2046.00;1.30;0 489;anti_air_building;5261.00;10.05;1676.00;1.44;0 @@ -20434,6 +30710,17 @@ 489;coastal_bunker;5508.00;9.50;1851.00;0.89;0 489;coastal_bunker;5542.00;9.50;1976.00;-4.30;0 489;dockyard;5534.00;9.57;1880.00;0.24;0 +489;floating_harbor;45.85;9.50;2005.10;-3.31;13204 +489;floating_harbor;5206.05;9.50;1559.13;-4.59;4728 +489;floating_harbor;5211.19;9.50;1635.62;1.34;12522 +489;floating_harbor;5286.47;9.50;1595.92;-2.62;7878 +489;floating_harbor;5292.89;9.50;1725.74;-0.27;1839 +489;floating_harbor;5344.00;9.50;1658.00;-2.06;1863 +489;floating_harbor;5380.00;9.50;1656.00;1.57;12207 +489;floating_harbor;5385.28;9.50;1764.04;-3.24;1823 +489;floating_harbor;5501.54;9.50;1832.72;-2.23;4744 +489;floating_harbor;5507.00;9.68;1657.00;-1.57;13067 +489;floating_harbor;5581.42;9.50;1989.78;-1.16;13063 489;industrial_complex;5215.00;9.55;1569.00;1.90;0 489;industrial_complex;5273.00;9.85;1595.00;6.03;0 489;industrial_complex;5366.00;9.68;1740.00;0.70;0 @@ -20454,6 +30741,16 @@ 489;nuclear_reactor;5522.00;9.95;2015.00;1.09;0 489;radar_station;59.00;9.50;2004.00;3.39;0 489;rocket_site;5505.00;10.75;2020.00;6.17;0 +489;supply_node;50.00;10.18;2030.00;3.39;0 +489;supply_node;5229.00;10.60;1562.00;0.50;0 +489;supply_node;5239.00;11.23;1629.00;5.26;0 +489;supply_node;5275.00;11.48;1616.00;1.22;0 +489;supply_node;5284.00;10.03;1694.00;0.91;0 +489;supply_node;5310.00;10.40;1673.00;3.85;0 +489;supply_node;5389.00;10.45;1800.00;4.61;0 +489;supply_node;5439.00;10.60;1881.00;3.09;0 +489;supply_node;5442.00;10.93;1985.00;6.03;0 +489;supply_node;5499.00;10.50;1657.00;0.45;0 489;synthetic_refinery;5431.00;11.75;1850.00;0.49;0 490;air_base;3092.00;9.88;1445.00;0.35;0 490;anti_air_building;3087.00;9.63;1453.00;1.97;0 @@ -20484,6 +30781,16 @@ 490;nuclear_reactor;3098.00;9.80;1444.00;5.59;0 490;radar_station;3072.00;9.90;1440.00;1.48;0 490;rocket_site;3100.00;9.80;1453.00;4.03;0 +490;supply_node;3079.00;9.93;1437.00;5.26;0 +490;supply_node;3083.00;10.03;1444.00;3.09;0 +490;supply_node;3085.00;10.12;1450.00;3.85;0 +490;supply_node;3089.00;9.80;1438.00;1.15;0 +490;supply_node;3089.00;10.38;1467.00;3.39;0 +490;supply_node;3095.00;9.80;1437.00;0.45;0 +490;supply_node;3096.00;9.80;1448.00;0.50;0 +490;supply_node;3096.00;9.80;1457.00;6.03;0 +490;supply_node;3097.00;9.80;1430.00;1.22;0 +490;supply_node;3098.00;9.80;1468.00;2.63;0 490;synthetic_refinery;3082.00;9.80;1438.00;4.99;0 491;air_base;3109.00;9.80;1476.00;6.03;0 491;anti_air_building;3092.00;10.00;1477.00;5.15;0 @@ -20524,6 +30831,26 @@ 491;nuclear_reactor;3115.00;9.78;1452.00;3.59;0 491;radar_station;3100.00;9.80;1435.00;0.19;0 491;rocket_site;3117.00;9.80;1462.00;0.93;0 +491;supply_node;3093.00;10.07;1478.00;3.58;0 +491;supply_node;3104.00;9.80;1440.00;2.63;0 +491;supply_node;3105.00;9.70;1464.00;0.69;0 +491;supply_node;3105.00;9.80;1450.00;2.87;0 +491;supply_node;3106.00;9.93;1480.00;1.15;0 +491;supply_node;3109.00;9.80;1475.00;2.17;0 +491;supply_node;3114.00;9.80;1458.00;6.03;0 +491;supply_node;3115.00;9.75;1468.00;5.26;0 +491;supply_node;3115.00;9.80;1446.00;5.56;0 +491;supply_node;3122.00;10.10;1476.00;3.39;0 +491;supply_node;3123.00;9.70;1465.00;1.87;0 +491;supply_node;3123.00;10.45;1486.00;1.45;0 +491;supply_node;3125.00;9.75;1443.00;3.09;0 +491;supply_node;3125.00;9.80;1452.00;2.10;0 +491;supply_node;3129.00;9.80;1461.00;1.22;0 +491;supply_node;3130.00;9.80;1483.00;4.80;0 +491;supply_node;3132.00;9.70;1474.00;0.45;0 +491;supply_node;3134.00;9.80;1448.00;4.03;0 +491;supply_node;3137.00;9.80;1457.00;4.34;0 +491;supply_node;3141.00;9.80;1483.00;6.21;0 491;synthetic_refinery;3106.00;9.98;1481.00;2.99;0 492;air_base;2853.00;9.70;1317.00;0.25;0 492;anti_air_building;2827.00;9.57;1304.00;4.03;0 @@ -20542,6 +30869,9 @@ 492;coastal_bunker;2858.00;9.57;1316.00;-4.39;0 492;coastal_bunker;2871.00;9.50;1321.00;-1.57;0 492;dockyard;2866.00;9.50;1323.00;-1.57;0 +492;floating_harbor;2835.00;9.50;1303.00;-1.57;7114 +492;floating_harbor;2842.00;9.50;1316.00;1.57;9793 +492;floating_harbor;2869.00;9.50;1330.00;0.00;9845 492;industrial_complex;2828.00;9.65;1305.00;0.35;0 492;industrial_complex;2849.00;9.68;1319.00;6.03;0 492;industrial_complex;2851.00;9.68;1314.00;2.41;0 @@ -20554,6 +30884,9 @@ 492;nuclear_reactor;2856.00;9.68;1315.00;0.42;0 492;radar_station;2825.00;9.50;1303.00;2.90;0 492;rocket_site;2827.00;9.57;1304.00;4.04;0 +492;supply_node;2827.00;9.50;1303.00;1.22;0 +492;supply_node;2852.00;9.70;1316.00;5.26;0 +492;supply_node;2869.00;9.50;1322.00;0.45;0 492;synthetic_refinery;2850.00;9.53;1314.00;4.64;0 493;air_base;3229.00;10.45;1396.00;4.47;0 493;anti_air_building;3231.00;10.23;1398.00;0.92;0 @@ -20580,6 +30913,12 @@ 493;coastal_bunker;3267.00;9.55;1430.00;1.29;0 493;coastal_bunker;3273.00;9.50;1434.00;0.32;0 493;dockyard;3252.00;9.50;1395.00;1.43;0 +493;floating_harbor;3256.43;9.50;1385.24;-1.98;11597 +493;floating_harbor;3258.93;9.50;1397.01;-1.71;657 +493;floating_harbor;3261.50;9.50;1404.40;-1.95;9635 +493;floating_harbor;3269.82;9.50;1413.12;-2.16;687 +493;floating_harbor;3274.90;9.50;1426.85;-1.74;3701 +493;floating_harbor;3276.21;9.50;1427.36;-2.82;6727 493;industrial_complex;3228.00;10.25;1398.00;0.35;0 493;industrial_complex;3244.00;9.93;1399.00;0.25;0 493;industrial_complex;3246.00;9.70;1411.00;6.03;0 @@ -20595,6 +30934,14 @@ 493;nuclear_reactor;3250.00;9.70;1390.00;5.65;0 493;radar_station;3219.00;10.00;1397.00;5.78;0 493;rocket_site;3264.00;9.70;1422.00;2.99;0 +493;supply_node;3228.00;10.45;1396.00;1.87;0 +493;supply_node;3243.00;10.10;1391.00;1.45;0 +493;supply_node;3245.00;9.90;1399.00;0.45;0 +493;supply_node;3250.00;9.80;1409.00;4.80;0 +493;supply_node;3261.00;9.68;1419.00;3.39;0 +493;supply_node;3262.00;9.70;1429.00;1.15;0 +493;supply_node;3265.00;9.78;1442.00;5.56;0 +493;supply_node;3273.00;9.70;1437.00;2.63;0 493;synthetic_refinery;3237.00;9.98;1398.00;3.95;0 494;air_base;3351.00;10.13;1416.00;0.52;0 494;anti_air_building;3338.00;10.48;1411.00;1.55;0 @@ -20615,6 +30962,10 @@ 494;coastal_bunker;3356.00;9.95;1424.00;-3.82;0 494;coastal_bunker;3364.00;9.50;1420.00;0.00;0 494;dockyard;3330.00;9.50;1411.00;-1.89;0 +494;floating_harbor;3322.36;9.50;1414.21;1.25;3686 +494;floating_harbor;3347.95;9.50;1407.05;-2.36;6704 +494;floating_harbor;3359.20;9.50;1409.40;-2.50;9677 +494;floating_harbor;3368.00;9.50;1411.00;-3.14;9680 494;industrial_complex;3341.00;10.68;1417.00;5.60;0 494;industrial_complex;3350.00;11.68;1419.00;3.54;0 494;industrial_complex;3356.00;10.98;1420.00;4.74;0 @@ -20628,6 +30979,10 @@ 494;nuclear_reactor;3372.00;9.70;1422.00;5.32;0 494;radar_station;3352.00;10.88;1417.00;3.56;0 494;rocket_site;3373.00;9.70;1421.00;1.20;0 +494;supply_node;3332.00;9.70;1411.00;1.15;0 +494;supply_node;3341.00;10.70;1414.00;2.63;0 +494;supply_node;3352.00;11.68;1419.00;5.56;0 +494;supply_node;3368.00;9.70;1422.00;1.87;0 494;synthetic_refinery;3332.00;9.70;1410.00;2.15;0 495;air_base;3066.00;9.85;1429.00;2.92;0 495;anti_air_building;3067.00;10.00;1426.00;2.48;0 @@ -20656,6 +31011,14 @@ 495;nuclear_reactor;3068.00;10.10;1424.00;3.95;0 495;radar_station;3055.00;11.05;1422.00;5.06;0 495;rocket_site;3070.00;9.95;1423.00;0.92;0 +495;supply_node;3059.00;10.07;1425.00;1.87;0 +495;supply_node;3066.00;9.88;1428.00;5.56;0 +495;supply_node;3074.00;10.50;1433.00;6.21;0 +495;supply_node;3079.00;9.90;1423.00;4.03;0 +495;supply_node;3086.00;9.80;1428.00;4.80;0 +495;supply_node;3094.00;9.80;1423.00;1.45;0 +495;supply_node;3104.00;10.00;1419.00;0.69;0 +495;supply_node;3117.00;10.38;1416.00;2.17;0 495;synthetic_refinery;3082.00;10.00;1431.00;0.42;0 496;air_base;1481.00;11.00;1627.00;1.97;0 496;anti_air_building;1478.00;11.00;1625.00;5.66;0 @@ -20695,6 +31058,25 @@ 496;nuclear_reactor;1472.00;10.70;1593.00;3.15;0 496;radar_station;1447.00;9.50;1576.00;5.25;0 496;rocket_site;1468.00;10.70;1591.00;0.49;0 +496;supply_node;1459.00;9.75;1581.00;2.40;0 +496;supply_node;1463.00;10.43;1607.00;0.87;0 +496;supply_node;1465.00;10.70;1620.00;0.23;0 +496;supply_node;1467.00;10.70;1593.00;4.57;0 +496;supply_node;1470.00;10.57;1632.00;2.87;0 +496;supply_node;1472.00;10.75;1580.00;1.45;0 +496;supply_node;1476.00;10.70;1608.00;6.21;0 +496;supply_node;1479.00;10.80;1591.00;4.34;0 +496;supply_node;1483.00;11.00;1626.00;3.81;0 +496;supply_node;1484.00;10.90;1643.00;4.27;0 +496;supply_node;1486.00;10.57;1580.00;4.80;0 +496;supply_node;1488.00;10.80;1597.00;2.17;0 +496;supply_node;1491.00;10.62;1616.00;4.03;0 +496;supply_node;1496.00;10.12;1582.00;4.99;0 +496;supply_node;1498.00;10.82;1633.00;5.75;0 +496;supply_node;1499.00;10.70;1603.00;1.64;0 +496;supply_node;1505.00;10.60;1590.00;0.69;0 +496;supply_node;1509.00;10.70;1612.00;3.58;0 +496;supply_node;1513.00;10.62;1600.00;2.10;0 496;synthetic_refinery;1484.00;10.57;1579.00;1.44;0 497;air_base;3103.00;13.63;1396.00;1.37;0 497;anti_air_building;3073.00;13.63;1404.00;1.44;0 @@ -20734,6 +31116,25 @@ 497;nuclear_reactor;3056.00;12.38;1418.00;1.09;0 497;radar_station;3052.00;13.15;1414.00;3.39;0 497;rocket_site;3101.00;10.98;1409.00;6.17;0 +497;supply_node;3057.00;12.18;1418.00;6.21;0 +497;supply_node;3058.00;13.43;1411.00;4.27;0 +497;supply_node;3064.00;14.25;1403.00;2.17;0 +497;supply_node;3067.00;10.93;1417.00;2.87;0 +497;supply_node;3070.00;14.60;1397.00;3.58;0 +497;supply_node;3071.00;12.07;1409.00;0.23;0 +497;supply_node;3076.00;12.43;1391.00;2.10;0 +497;supply_node;3077.00;11.20;1415.00;5.75;0 +497;supply_node;3078.00;14.50;1401.00;1.64;0 +497;supply_node;3083.00;12.65;1385.00;4.99;0 +497;supply_node;3084.00;12.75;1406.00;4.57;0 +497;supply_node;3084.00;13.40;1395.00;5.29;0 +497;supply_node;3086.00;10.50;1415.00;2.40;0 +497;supply_node;3093.00;13.30;1405.00;4.34;0 +497;supply_node;3093.00;14.05;1388.00;0.69;0 +497;supply_node;3094.00;10.50;1414.00;0.87;0 +497;supply_node;3095.00;14.03;1396.00;3.05;0 +497;supply_node;3102.00;10.85;1411.00;4.03;0 +497;supply_node;3104.00;12.80;1399.00;3.81;0 497;synthetic_refinery;3059.00;13.60;1413.00;0.49;0 498;air_base;3155.00;12.63;1435.00;5.59;0 498;anti_air_building;3113.00;10.25;1423.00;1.44;0 @@ -20768,8 +31169,31 @@ 498;nuclear_reactor;3123.00;10.78;1430.00;6.17;0 498;radar_station;3101.00;9.80;1427.00;0.70;0 498;rocket_site;3148.00;14.53;1422.00;3.15;0 +498;supply_node;3106.00;9.80;1432.00;0.23;0 +498;supply_node;3107.00;9.93;1426.00;6.21;0 +498;supply_node;3115.00;9.80;1434.00;4.99;0 +498;supply_node;3116.00;10.98;1424.00;3.58;0 +498;supply_node;3122.00;10.18;1433.00;5.75;0 +498;supply_node;3126.00;10.07;1417.00;2.10;0 +498;supply_node;3126.00;11.25;1426.00;0.87;0 +498;supply_node;3131.00;10.00;1435.00;2.87;0 +498;supply_node;3134.00;10.60;1418.00;2.17;0 +498;supply_node;3138.00;10.62;1426.00;2.40;0 +498;supply_node;3144.00;10.43;1435.00;4.57;0 +498;supply_node;3147.00;11.95;1415.00;4.27;0 +498;supply_node;3152.00;16.45;1422.00;1.64;0 +498;supply_node;3153.00;13.93;1430.00;4.34;0 498;synthetic_refinery;3133.00;10.28;1416.00;4.11;0 499;air_base;3444.00;11.78;1253.00;5.76;0 +499;anti_air_building;3410.00;10.23;1224.00;1.78;0 +499;anti_air_building;3426.00;10.20;1234.00;4.79;0 +499;anti_air_building;3434.00;12.23;1259.00;6.00;0 +499;arms_factory;3395.00;12.53;1215.00;0.16;0 +499;arms_factory;3409.00;10.30;1222.00;0.06;0 +499;arms_factory;3424.00;10.90;1257.00;1.26;0 +499;arms_factory;3438.00;11.95;1244.00;2.22;0 +499;arms_factory;3442.00;12.65;1246.00;5.84;0 +499;arms_factory;3458.00;10.57;1210.00;4.28;0 499;bunker;3404.00;11.30;1200.00;2.05;0 499;bunker;3407.00;10.68;1270.00;5.32;0 499;bunker;3408.00;10.75;1218.00;1.71;0 @@ -20787,8 +31211,32 @@ 499;bunker;3440.00;11.95;1258.00;5.83;0 499;bunker;3445.00;11.98;1239.00;1.55;0 499;bunker;3448.00;10.60;1263.00;5.33;0 +499;industrial_complex;3410.00;10.20;1237.00;3.93;0 +499;industrial_complex;3431.00;11.43;1254.00;4.29;0 +499;industrial_complex;3434.00;10.18;1238.00;0.67;0 +499;industrial_complex;3441.00;13.10;1248.00;2.73;0 +499;industrial_complex;3448.00;10.70;1211.00;5.99;0 +499;industrial_complex;3462.00;10.20;1218.00;3.33;0 499;nuclear_reactor;3416.00;10.38;1227.00;1.26;0 499;radar_station;3434.00;10.53;1220.00;0.39;0 +499;rocket_site;3444.00;11.82;1239.00;3.84;0 +499;supply_node;3399.00;13.43;1219.00;1.18;0 +499;supply_node;3406.00;10.70;1271.00;1.64;0 +499;supply_node;3406.00;11.40;1206.00;4.57;0 +499;supply_node;3408.00;10.57;1259.00;2.40;0 +499;supply_node;3410.00;12.25;1251.00;3.58;0 +499;supply_node;3413.00;10.55;1229.00;4.99;0 +499;supply_node;3413.00;10.78;1242.00;5.75;0 +499;supply_node;3420.00;10.35;1268.00;3.81;0 +499;supply_node;3423.00;10.93;1216.00;5.29;0 +499;supply_node;3427.00;11.40;1251.00;0.23;0 +499;supply_node;3432.00;10.10;1228.00;4.27;0 +499;supply_node;3434.00;10.78;1272.00;5.99;0 +499;supply_node;3436.00;11.95;1260.00;2.10;0 +499;supply_node;3441.00;10.68;1234.00;2.87;0 +499;supply_node;3443.00;12.70;1247.00;0.87;0 +499;supply_node;3451.00;10.50;1264.00;4.34;0 +499;supply_node;3453.00;10.62;1211.00;3.05;0 499;synthetic_refinery;3436.00;12.60;1253.00;5.84;0 500;air_base;3152.00;11.68;1394.00;0.42;0 500;anti_air_building;3138.00;11.05;1392.00;0.49;0 @@ -20832,6 +31280,29 @@ 500;nuclear_reactor;3124.00;12.25;1370.00;1.60;0 500;radar_station;3122.00;12.65;1367.00;2.62;0 500;rocket_site;3145.00;11.90;1402.00;5.22;0 +500;supply_node;3109.00;12.07;1405.00;3.58;0 +500;supply_node;3112.00;12.07;1411.00;0.23;0 +500;supply_node;3115.00;13.73;1395.00;5.75;0 +500;supply_node;3120.00;10.70;1402.00;5.29;0 +500;supply_node;3122.00;12.20;1386.00;4.27;0 +500;supply_node;3124.00;10.55;1409.00;2.59;0 +500;supply_node;3126.00;11.38;1396.00;2.40;0 +500;supply_node;3127.00;11.38;1375.00;1.64;0 +500;supply_node;3127.00;14.25;1367.00;1.18;0 +500;supply_node;3129.00;12.30;1389.00;0.87;0 +500;supply_node;3132.00;10.45;1405.00;5.94;0 +500;supply_node;3133.00;12.88;1382.00;4.57;0 +500;supply_node;3137.00;10.88;1393.00;3.81;0 +500;supply_node;3138.00;10.15;1408.00;4.99;0 +500;supply_node;3138.00;11.90;1377.00;0.41;0 +500;supply_node;3138.00;12.38;1369.00;5.22;0 +500;supply_node;3143.00;10.93;1397.00;3.05;0 +500;supply_node;3146.00;13.30;1380.00;3.36;0 +500;supply_node;3149.00;11.45;1406.00;2.10;0 +500;supply_node;3151.00;11.43;1387.00;4.76;0 +500;supply_node;3152.00;11.35;1398.00;5.99;0 +500;supply_node;3153.00;13.43;1373.00;5.52;0 +500;supply_node;3158.00;12.82;1382.00;1.83;0 500;synthetic_refinery;3154.00;13.38;1380.00;6.17;0 501;air_base;3106.00;14.05;1391.00;0.92;0 501;anti_air_building;3106.00;13.05;1370.00;5.22;0 @@ -20846,11 +31317,13 @@ 501;bunker;3091.00;14.03;1380.00;0.93;0 501;bunker;3103.00;13.60;1379.00;1.44;0 501;bunker;3108.00;13.55;1371.00;3.59;0 +501;bunker;3110.00;13.70;1392.00;4.20;0 501;bunker;3111.00;13.25;1389.00;1.54;0 501;bunker;3115.00;12.78;1382.00;2.04;0 501;bunker;3118.00;13.57;1380.00;5.65;0 501;coastal_bunker;3102.00;9.50;1365.00;-0.32;0 501;dockyard;3108.00;9.50;1359.00;-0.32;0 +501;floating_harbor;3101.40;9.50;1354.50;-3.52;9809 501;industrial_complex;3091.00;13.78;1384.00;4.64;0 501;industrial_complex;3097.00;12.93;1382.00;3.43;0 501;industrial_complex;3105.00;14.13;1391.00;3.09;0 @@ -20861,6 +31334,13 @@ 501;nuclear_reactor;3111.00;12.93;1387.00;1.50;0 501;radar_station;3106.00;13.68;1379.00;1.70;0 501;rocket_site;3108.00;13.28;1381.00;3.66;0 +501;supply_node;3091.00;14.32;1381.00;1.64;0 +501;supply_node;3103.00;13.60;1379.00;4.57;0 +501;supply_node;3106.00;10.80;1366.00;4.99;0 +501;supply_node;3106.00;13.95;1392.00;4.27;0 +501;supply_node;3109.00;13.48;1383.00;0.23;0 +501;supply_node;3115.00;12.55;1386.00;5.75;0 +501;supply_node;3116.00;13.98;1374.00;2.40;0 501;synthetic_refinery;3108.00;13.98;1375.00;4.62;0 502;air_base;3161.00;10.30;1340.00;5.15;0 502;anti_air_building;3168.00;10.70;1342.00;4.17;0 @@ -20890,6 +31370,13 @@ 502;coastal_bunker;3205.00;9.50;1340.00;-0.24;0 502;coastal_bunker;3211.00;9.55;1340.00;-0.51;0 502;dockyard;3183.00;9.50;1330.00;1.57;0 +502;floating_harbor;3159.12;9.50;1326.18;-3.73;11818 +502;floating_harbor;3165.95;9.50;1328.05;-2.36;10163 +502;floating_harbor;3182.86;9.50;1336.63;-1.77;3936 +502;floating_harbor;3185.00;9.50;1329.00;-1.57;895 +502;floating_harbor;3192.00;9.50;1315.00;-3.79;11905 +502;floating_harbor;3193.82;9.50;1334.12;-2.16;9930 +502;floating_harbor;3198.30;9.50;1333.21;-3.39;11774 502;industrial_complex;3170.00;10.65;1346.00;3.09;0 502;industrial_complex;3172.00;10.73;1334.00;4.04;0 502;industrial_complex;3172.00;10.82;1338.00;2.48;0 @@ -20906,6 +31393,16 @@ 502;nuclear_reactor;3206.00;11.40;1345.00;5.28;0 502;radar_station;3152.00;11.35;1336.00;5.74;0 502;rocket_site;3164.00;11.10;1346.00;1.16;0 +502;supply_node;3157.00;9.78;1337.00;3.81;0 +502;supply_node;3162.00;10.57;1344.00;2.40;0 +502;supply_node;3165.00;9.60;1335.00;3.05;0 +502;supply_node;3171.00;10.78;1339.00;4.99;0 +502;supply_node;3174.00;9.53;1329.00;5.75;0 +502;supply_node;3175.00;10.35;1346.00;1.64;0 +502;supply_node;3185.00;9.50;1340.00;0.87;0 +502;supply_node;3187.00;11.10;1348.00;4.57;0 +502;supply_node;3201.00;11.10;1344.00;5.29;0 +502;supply_node;3214.00;10.98;1347.00;5.99;0 502;synthetic_refinery;3188.00;11.07;1346.00;2.12;0 503;air_base;3146.00;13.57;1351.00;5.65;0 503;anti_air_building;3143.00;10.95;1368.00;1.60;0 @@ -20938,6 +31435,18 @@ 503;nuclear_reactor;3159.00;12.05;1355.00;1.50;0 503;radar_station;3127.00;13.05;1346.00;1.45;0 503;rocket_site;3152.00;11.63;1358.00;3.66;0 +503;supply_node;3130.00;13.57;1351.00;4.99;0 +503;supply_node;3132.00;14.23;1359.00;1.64;0 +503;supply_node;3133.00;13.20;1343.00;3.36;0 +503;supply_node;3140.00;12.53;1352.00;3.05;0 +503;supply_node;3140.00;13.15;1336.00;5.22;0 +503;supply_node;3142.00;12.50;1345.00;3.81;0 +503;supply_node;3143.00;12.57;1360.00;5.99;0 +503;supply_node;3146.00;10.90;1367.00;0.41;0 +503;supply_node;3149.00;13.28;1339.00;0.87;0 +503;supply_node;3152.00;13.48;1350.00;5.29;0 +503;supply_node;3153.00;12.30;1361.00;4.57;0 +503;supply_node;3160.00;12.15;1354.00;1.18;0 503;synthetic_refinery;3146.00;12.55;1339.00;4.62;0 504;air_base;3176.00;13.03;1359.00;3.59;0 504;anti_air_building;3173.00;13.40;1362.00;4.78;0 @@ -20970,6 +31479,8 @@ 504;coastal_bunker;3234.00;9.70;1368.00;-4.33;0 504;coastal_bunker;3239.00;9.50;1374.00;1.43;0 504;dockyard;3241.00;9.90;1361.00;-4.33;0 +504;floating_harbor;3245.50;9.50;1368.60;-1.19;9902 +504;floating_harbor;3245.93;9.50;1372.01;-1.71;9919 504;industrial_complex;3174.00;14.05;1371.00;0.93;0 504;industrial_complex;3178.00;12.90;1359.00;0.92;0 504;industrial_complex;3195.00;13.60;1352.00;5.15;0 @@ -20981,6 +31492,24 @@ 504;nuclear_reactor;3233.00;9.70;1370.00;4.69;0 504;radar_station;3157.00;13.55;1365.00;4.98;0 504;rocket_site;3166.00;13.65;1362.00;0.56;0 +504;supply_node;3162.00;13.15;1368.00;3.81;0 +504;supply_node;3168.00;12.05;1354.00;5.22;0 +504;supply_node;3169.00;13.25;1374.00;5.29;0 +504;supply_node;3174.00;14.05;1367.00;3.05;0 +504;supply_node;3175.00;12.90;1356.00;5.52;0 +504;supply_node;3181.00;13.53;1363.00;5.99;0 +504;supply_node;3186.00;13.40;1356.00;0.65;0 +504;supply_node;3188.00;11.35;1370.00;2.59;0 +504;supply_node;3195.00;13.07;1362.00;0.41;0 +504;supply_node;3196.00;13.75;1354.00;0.87;0 +504;supply_node;3199.00;11.90;1368.00;3.36;0 +504;supply_node;3206.00;11.82;1351.00;4.57;0 +504;supply_node;3209.00;10.35;1367.00;1.18;0 +504;supply_node;3209.00;11.88;1358.00;1.83;0 +504;supply_node;3218.00;9.90;1371.00;5.94;0 +504;supply_node;3221.00;10.12;1364.00;4.76;0 +504;supply_node;3232.00;9.93;1374.00;2.89;0 +504;supply_node;3234.00;10.50;1364.00;6.24;0 504;synthetic_refinery;3193.00;11.35;1372.00;1.16;0 505;air_base;3234.00;10.10;1387.00;1.54;0 505;anti_air_building;3215.00;10.63;1391.00;2.11;0 @@ -21008,6 +31537,7 @@ 505;bunker;3240.00;9.75;1380.00;1.09;0 505;coastal_bunker;3241.00;9.55;1378.00;1.37;0 505;dockyard;3244.00;9.50;1386.00;1.37;0 +505;floating_harbor;3249.90;9.50;1380.85;-1.74;9783 505;industrial_complex;3192.00;10.05;1391.00;5.65;0 505;industrial_complex;3195.00;11.45;1382.00;0.93;0 505;industrial_complex;3213.00;10.07;1395.00;1.44;0 @@ -21018,6 +31548,20 @@ 505;nuclear_reactor;3214.00;11.13;1381.00;4.78;0 505;radar_station;3155.00;11.65;1394.00;0.23;0 505;rocket_site;3211.00;10.28;1390.00;2.12;0 +505;supply_node;3160.00;11.98;1394.00;1.83;0 +505;supply_node;3167.00;11.85;1383.00;3.05;0 +505;supply_node;3170.00;10.40;1391.00;6.24;0 +505;supply_node;3179.00;10.45;1387.00;5.29;0 +505;supply_node;3179.00;12.75;1376.00;0.41;0 +505;supply_node;3187.00;13.43;1379.00;5.22;0 +505;supply_node;3189.00;10.40;1387.00;5.99;0 +505;supply_node;3198.00;12.30;1377.00;1.18;0 +505;supply_node;3199.00;10.25;1387.00;5.94;0 +505;supply_node;3208.00;12.35;1379.00;3.36;0 +505;supply_node;3212.00;10.43;1391.00;2.59;0 +505;supply_node;3219.00;11.10;1381.00;5.52;0 +505;supply_node;3226.00;10.28;1388.00;3.81;0 +505;supply_node;3237.00;9.90;1383.00;4.76;0 505;synthetic_refinery;3182.00;11.03;1384.00;4.17;0 506;air_base;909.00;10.28;1485.00;2.04;0 506;anti_air_building;901.00;9.80;1492.00;3.67;0 @@ -21040,6 +31584,10 @@ 506;coastal_bunker;908.00;9.63;1505.00;-2.36;0 506;coastal_bunker;912.00;9.50;1466.00;-0.93;0 506;dockyard;899.00;9.50;1488.00;-1.89;0 +506;floating_harbor;893.05;9.50;1498.95;0.79;9671 +506;floating_harbor;898.00;9.50;1473.40;-4.17;9637 +506;floating_harbor;901.79;9.50;1510.64;0.32;3678 +506;floating_harbor;903.74;9.50;1465.87;-4.25;3840 506;industrial_complex;898.00;9.70;1493.00;5.66;0 506;industrial_complex;906.00;10.68;1499.00;0.93;0 506;industrial_complex;907.00;10.05;1475.00;1.44;0 @@ -21053,6 +31601,12 @@ 506;nuclear_reactor;922.00;10.70;1481.00;4.78;0 506;radar_station;914.00;9.50;1463.00;0.23;0 506;rocket_site;913.00;11.38;1475.00;2.12;0 +506;supply_node;900.00;9.73;1492.00;3.36;0 +506;supply_node;905.00;10.45;1501.00;5.99;0 +506;supply_node;909.00;10.50;1480.00;0.41;0 +506;supply_node;912.00;11.90;1492.00;3.05;0 +506;supply_node;914.00;10.57;1471.00;1.18;0 +506;supply_node;923.00;11.05;1478.00;5.22;0 506;synthetic_refinery;925.00;11.75;1472.00;4.17;0 507;air_base;3147.00;10.05;1318.00;1.44;0 507;anti_air_building;3137.00;14.05;1321.00;5.28;0 @@ -21080,6 +31634,10 @@ 507;coastal_bunker;3158.00;9.65;1330.00;1.57;0 507;coastal_bunker;3166.00;10.03;1312.00;0.79;0 507;dockyard;3176.00;9.50;1307.00;0.79;0 +507;floating_harbor;3116.18;9.50;1308.12;-4.12;9805 +507;floating_harbor;3132.00;9.50;1278.00;-3.10;9916 +507;floating_harbor;3164.79;9.50;1329.70;-1.33;3844 +507;floating_harbor;3170.82;9.50;1309.12;-2.16;3973 507;industrial_complex;3134.00;14.55;1329.00;2.04;0 507;industrial_complex;3135.00;11.90;1313.00;1.54;0 507;industrial_complex;3147.00;11.70;1323.00;3.59;0 @@ -21093,6 +31651,17 @@ 507;nuclear_reactor;3156.00;10.15;1319.00;5.29;0 507;radar_station;3122.00;9.50;1312.00;6.05;0 507;rocket_site;3152.00;10.13;1315.00;3.73;0 +507;supply_node;3125.00;10.85;1314.00;4.76;0 +507;supply_node;3130.00;13.03;1320.00;5.94;0 +507;supply_node;3133.00;10.15;1310.00;6.24;0 +507;supply_node;3133.00;14.50;1329.00;1.18;0 +507;supply_node;3139.00;13.35;1325.00;5.52;0 +507;supply_node;3141.00;12.05;1315.00;2.89;0 +507;supply_node;3147.00;12.93;1329.00;0.41;0 +507;supply_node;3149.00;10.68;1320.00;1.83;0 +507;supply_node;3152.00;10.45;1312.00;5.22;0 +507;supply_node;3154.00;11.57;1327.00;3.36;0 +507;supply_node;3162.00;11.43;1315.00;2.59;0 507;synthetic_refinery;3144.00;10.60;1316.00;4.69;0 508;air_base;3236.00;9.85;1347.00;0.49;0 508;anti_air_building;3215.00;9.55;1336.00;4.34;0 @@ -21121,6 +31690,13 @@ 508;coastal_bunker;3262.00;9.50;1345.00;-1.57;0 508;coastal_bunker;3283.00;9.55;1344.00;-3.46;0 508;dockyard;3264.00;9.55;1346.00;-1.57;0 +508;floating_harbor;3213.87;9.50;1325.74;-3.61;849 +508;floating_harbor;3236.95;9.50;1333.05;-2.36;3879 +508;floating_harbor;3247.60;9.50;1338.80;-2.21;6895 +508;floating_harbor;3250.50;9.50;1358.60;-1.19;922 +508;floating_harbor;3260.00;9.50;1349.00;1.41;11811 +508;floating_harbor;3260.05;9.50;1347.95;0.79;11829 +508;floating_harbor;3261.64;9.50;1348.21;-1.25;9833 508;industrial_complex;3217.00;9.68;1337.00;4.71;0 508;industrial_complex;3219.00;9.68;1331.00;2.04;0 508;industrial_complex;3234.00;9.70;1344.00;1.54;0 @@ -21137,6 +31713,14 @@ 508;nuclear_reactor;3230.00;9.82;1347.00;4.24;0 508;radar_station;3213.00;9.50;1329.00;4.11;0 508;rocket_site;3224.00;9.75;1346.00;0.12;0 +508;supply_node;3224.00;9.75;1347.00;5.94;0 +508;supply_node;3227.00;9.88;1357.00;6.24;0 +508;supply_node;3229.00;10.03;1341.00;3.36;0 +508;supply_node;3238.00;9.73;1346.00;2.59;0 +508;supply_node;3239.00;10.12;1354.00;0.41;0 +508;supply_node;3252.00;9.70;1345.00;5.52;0 +508;supply_node;3266.00;9.70;1342.00;4.76;0 +508;supply_node;3276.00;10.53;1339.00;1.83;0 508;synthetic_refinery;3270.00;9.75;1343.00;1.07;0 509;air_base;3148.00;13.48;1301.00;6.17;0 509;anti_air_building;3135.00;11.30;1300.00;2.18;0 @@ -21168,6 +31752,15 @@ 509;coastal_bunker;3182.00;10.25;1298.00;-2.11;0 509;coastal_bunker;3200.00;9.50;1264.00;-2.23;0 509;dockyard;3149.00;9.50;1294.00;-0.17;0 +509;floating_harbor;3132.00;9.50;1278.00;-3.14;12001 +509;floating_harbor;3132.00;9.50;1278.00;-3.68;1205 +509;floating_harbor;3132.00;9.50;1278.00;-4.25;1109 +509;floating_harbor;3132.00;9.50;1278.00;-4.41;3988 +509;floating_harbor;3182.95;9.50;1280.05;-2.36;4109 +509;floating_harbor;3186.00;9.50;1261.00;-3.09;3401 +509;floating_harbor;3192.00;9.50;1315.00;-0.90;7127 +509;floating_harbor;3192.00;9.50;1315.00;-1.17;976 +509;floating_harbor;3192.00;9.50;1315.00;-1.28;3864 509;industrial_complex;3141.00;9.90;1296.00;1.44;0 509;industrial_complex;3141.00;12.13;1308.00;4.71;0 509;industrial_complex;3146.00;12.75;1302.00;4.11;0 @@ -21186,6 +31779,14 @@ 509;nuclear_reactor;3150.00;13.90;1300.00;3.29;0 509;radar_station;3130.00;9.50;1301.00;4.76;0 509;rocket_site;3178.00;9.98;1286.00;0.63;0 +509;supply_node;3135.00;10.85;1302.00;0.65;0 +509;supply_node;3141.00;9.90;1296.00;5.52;0 +509;supply_node;3144.00;12.48;1305.00;2.89;0 +509;supply_node;3153.00;13.88;1299.00;5.94;0 +509;supply_node;3158.00;10.68;1307.00;1.83;0 +509;supply_node;3163.00;10.95;1295.00;2.59;0 +509;supply_node;3176.00;9.98;1287.00;4.76;0 +509;supply_node;3177.00;11.85;1296.00;6.24;0 509;synthetic_refinery;3143.00;11.57;1301.00;1.23;0 510;air_base;3142.00;9.70;1287.00;5.22;0 510;anti_air_building;3142.00;9.70;1287.00;1.67;0 @@ -21211,6 +31812,12 @@ 510;coastal_bunker;3164.00;10.35;1268.00;-4.25;0 510;coastal_bunker;3166.00;9.50;1275.00;1.11;0 510;dockyard;3149.00;9.65;1291.00;-3.14;0 +510;floating_harbor;3132.00;9.50;1278.00;-4.11;7211 +510;floating_harbor;3134.05;9.50;1289.95;0.79;4193 +510;floating_harbor;3139.05;9.50;1265.05;-3.93;1173 +510;floating_harbor;3157.21;9.50;1254.36;-2.82;11965 +510;floating_harbor;3166.21;9.50;1250.36;-2.82;4178 +510;floating_harbor;3173.26;9.50;1273.87;-2.03;7096 510;industrial_complex;3147.00;11.03;1286.00;1.44;0 510;industrial_complex;3148.00;10.28;1273.00;0.49;0 510;industrial_complex;3151.00;11.70;1277.00;6.17;0 @@ -21226,6 +31833,13 @@ 510;nuclear_reactor;3159.00;11.38;1281.00;4.24;0 510;radar_station;3135.00;9.50;1284.00;4.11;0 510;rocket_site;3150.00;10.45;1289.00;0.12;0 +510;supply_node;3141.00;9.70;1283.00;6.24;0 +510;supply_node;3145.00;9.78;1271.00;5.52;0 +510;supply_node;3150.00;11.70;1287.00;0.65;0 +510;supply_node;3152.00;12.28;1279.00;1.83;0 +510;supply_node;3153.00;9.57;1267.00;2.13;0 +510;supply_node;3161.00;11.05;1266.00;4.76;0 +510;supply_node;3163.00;9.53;1279.00;2.89;0 510;synthetic_refinery;3151.00;12.07;1285.00;1.07;0 511;air_base;3223.00;9.50;1282.00;4.62;0 511;anti_air_building;3215.00;9.65;1280.00;5.28;0 @@ -21246,6 +31860,10 @@ 511;coastal_bunker;3228.00;9.50;1264.00;-1.19;0 511;coastal_bunker;3242.00;9.50;1251.00;-4.39;0 511;dockyard;3211.00;9.50;1307.00;0.61;0 +511;floating_harbor;3210.50;9.50;1257.40;-4.33;7003 +511;floating_harbor;3215.00;9.50;1272.00;-3.93;6550 +511;floating_harbor;3219.61;9.50;1302.73;-2.42;8435 +511;floating_harbor;3247.82;9.50;1255.88;-0.98;10007 511;industrial_complex;3217.00;10.00;1306.00;3.15;0 511;industrial_complex;3224.00;9.60;1282.00;5.22;0 511;industrial_complex;3227.00;9.50;1268.00;1.09;0 @@ -21259,6 +31877,7 @@ 511;nuclear_reactor;3224.00;9.60;1282.00;1.67;0 511;radar_station;3215.00;9.50;1260.00;3.81;0 511;rocket_site;3227.00;9.50;1268.00;5.29;0 +511;supply_node;3239.00;9.50;1250.00;4.76;0 511;synthetic_refinery;3217.00;10.00;1306.00;5.89;0 512;air_base;3125.00;13.60;1354.00;3.66;0 512;anti_air_building;3113.00;9.70;1351.00;4.24;0 @@ -21278,14 +31897,21 @@ 512;bunker;3120.00;9.70;1321.00;4.17;0 512;bunker;3120.00;11.85;1350.00;5.89;0 512;bunker;3122.00;13.45;1337.00;4.69;0 +512;bunker;3124.00;12.98;1329.00;3.32;0 512;bunker;3125.00;13.57;1358.00;2.12;0 512;bunker;3130.00;13.95;1339.00;0.56;0 +512;bunker;3132.00;13.95;1335.00;1.17;0 512;coastal_bunker;3109.00;9.50;1339.00;-1.95;0 512;coastal_bunker;3110.00;9.50;1352.00;-1.57;0 512;coastal_bunker;3112.00;9.50;1356.00;-0.79;0 512;coastal_bunker;3114.00;9.50;1326.00;-1.11;0 512;coastal_bunker;3117.00;9.50;1322.00;-0.98;0 512;dockyard;3110.00;9.50;1345.00;-1.57;0 +512;floating_harbor;3093.00;9.50;1316.00;-4.51;914 +512;floating_harbor;3102.00;9.50;1347.00;1.57;9914 +512;floating_harbor;3102.50;9.50;1341.60;1.19;3884 +512;floating_harbor;3103.74;9.50;1325.87;-4.25;11767 +512;floating_harbor;3104.18;9.50;1352.12;-4.12;9780 512;industrial_complex;3113.00;11.57;1363.00;1.60;0 512;industrial_complex;3123.00;14.15;1363.00;6.17;0 512;industrial_complex;3124.00;12.80;1355.00;1.09;0 @@ -21300,6 +31926,18 @@ 512;nuclear_reactor;3116.00;10.78;1350.00;2.79;0 512;radar_station;3109.00;9.50;1328.00;5.52;0 512;rocket_site;3122.00;12.03;1342.00;1.23;0 +512;supply_node;3112.00;10.10;1330.00;1.67;0 +512;supply_node;3113.00;9.70;1347.00;3.54;0 +512;supply_node;3113.00;10.07;1358.00;4.30;0 +512;supply_node;3114.00;10.05;1337.00;2.13;0 +512;supply_node;3117.00;13.80;1366.00;5.06;0 +512;supply_node;3120.00;9.82;1323.00;2.89;0 +512;supply_node;3120.00;12.95;1333.00;0.65;0 +512;supply_node;3122.00;11.98;1344.00;0.96;0 +512;supply_node;3122.00;12.70;1356.00;0.19;0 +512;supply_node;3125.00;12.93;1329.00;5.71;0 +512;supply_node;3126.00;14.50;1338.00;1.37;0 +512;supply_node;3130.00;14.62;1335.00;2.36;0 512;synthetic_refinery;3115.00;12.07;1358.00;2.18;0 513;air_base;3325.00;11.20;1232.00;1.61;0 513;anti_air_building;3313.00;10.75;1230.00;4.78;0 @@ -21316,6 +31954,8 @@ 513;coastal_bunker;3319.00;10.73;1233.00;-2.60;0 513;coastal_bunker;3330.00;9.50;1228.00;0.17;0 513;dockyard;3329.00;9.50;1228.00;0.17;0 +513;floating_harbor;3307.40;9.50;1221.80;-4.07;7193 +513;floating_harbor;3342.38;9.50;1243.48;-0.88;11984 513;industrial_complex;3314.00;10.80;1229.00;4.62;0 513;industrial_complex;3322.00;11.05;1229.00;5.82;0 513;industrial_complex;3327.00;11.20;1233.00;1.60;0 @@ -21327,6 +31967,8 @@ 513;nuclear_reactor;3324.00;9.90;1227.00;3.73;0 513;radar_station;3310.00;9.50;1229.00;4.57;0 513;rocket_site;3313.00;10.50;1229.00;5.89;0 +513;supply_node;3317.00;11.05;1229.00;2.13;0 +513;supply_node;3331.00;11.12;1234.00;5.06;0 513;synthetic_refinery;3329.00;11.10;1232.00;0.56;0 514;air_base;3240.00;10.93;1327.00;4.79;0 514;anti_air_building;3250.00;10.32;1326.00;5.47;0 @@ -21367,6 +32009,14 @@ 514;coastal_bunker;3256.00;9.60;1330.00;-2.76;0 514;coastal_bunker;3263.00;9.60;1335.00;-1.77;0 514;dockyard;3266.00;9.55;1336.00;-1.77;0 +514;floating_harbor;3192.00;9.50;1315.00;1.24;11848 +514;floating_harbor;3210.00;9.50;1318.00;1.57;6864 +514;floating_harbor;3218.14;9.50;1312.63;-4.51;9799 +514;floating_harbor;3238.00;9.50;1335.00;1.27;11867 +514;floating_harbor;3238.00;9.50;1335.00;-1.23;9887 +514;floating_harbor;3241.21;9.50;1337.64;-0.32;6912 +514;floating_harbor;3255.40;9.50;1336.50;0.38;947 +514;floating_harbor;3255.74;9.50;1338.13;1.11;3851 514;industrial_complex;3234.00;12.03;1318.00;1.78;0 514;industrial_complex;3245.00;10.28;1325.00;5.99;0 514;industrial_complex;3247.00;11.15;1318.00;3.93;0 @@ -21384,6 +32034,25 @@ 514;nuclear_reactor;3269.00;13.93;1315.00;0.19;0 514;radar_station;3245.00;11.75;1303.00;0.95;0 514;rocket_site;3250.00;12.20;1314.00;2.35;0 +514;supply_node;3218.00;9.73;1318.00;3.08;0 +514;supply_node;3226.00;11.85;1324.00;5.25;0 +514;supply_node;3230.00;11.55;1315.00;3.78;0 +514;supply_node;3238.00;10.73;1328.00;6.01;0 +514;supply_node;3238.00;11.65;1308.00;1.90;0 +514;supply_node;3239.00;10.12;1300.00;0.96;0 +514;supply_node;3239.00;10.93;1319.00;4.49;0 +514;supply_node;3249.00;12.35;1313.00;1.37;0 +514;supply_node;3251.00;11.23;1323.00;4.08;0 +514;supply_node;3252.00;11.78;1302.00;0.38;0 +514;supply_node;3259.00;12.53;1307.00;0.19;0 +514;supply_node;3260.00;12.80;1325.00;3.54;0 +514;supply_node;3264.00;14.12;1314.00;4.30;0 +514;supply_node;3266.00;10.07;1333.00;5.71;0 +514;supply_node;3269.00;12.23;1325.00;1.67;0 +514;supply_node;3273.00;13.12;1315.00;1.14;0 +514;supply_node;3280.00;12.65;1318.00;3.85;0 +514;supply_node;3291.00;12.43;1320.00;1.60;0 +514;supply_node;3298.00;12.20;1313.00;2.36;0 514;synthetic_refinery;3253.00;12.55;1310.00;3.30;0 515;air_base;3263.00;9.68;1257.00;0.05;0 515;anti_air_building;3232.00;9.68;1276.00;3.91;0 @@ -21431,6 +32100,15 @@ 515;coastal_bunker;3282.00;10.45;1264.00;0.64;0 515;coastal_bunker;3294.00;9.50;1264.00;-0.20;0 515;dockyard;3262.00;9.50;1255.00;-0.24;0 +515;floating_harbor;3215.00;9.50;1272.00;-4.07;7130 +515;floating_harbor;3216.18;9.50;1297.88;0.98;4112 +515;floating_harbor;3226.00;9.50;1270.40;-4.17;10038 +515;floating_harbor;3230.74;9.50;1264.87;-4.25;9941 +515;floating_harbor;3252.00;9.50;1256.00;-3.14;10122 +515;floating_harbor;3260.79;9.50;1248.36;-3.46;12096 +515;floating_harbor;3285.26;9.50;1252.87;-2.03;1119 +515;floating_harbor;3290.60;9.50;1260.80;-2.21;1005 +515;floating_harbor;3292.63;9.50;1257.14;-3.34;1122 515;industrial_complex;3234.00;9.73;1277.00;3.93;0 515;industrial_complex;3262.00;12.07;1298.00;3.84;0 515;industrial_complex;3266.00;11.40;1269.00;2.73;0 @@ -21449,6 +32127,32 @@ 515;nuclear_reactor;3243.00;11.82;1273.00;1.82;0 515;radar_station;3216.00;9.50;1291.00;3.31;0 515;rocket_site;3240.00;12.03;1283.00;3.97;0 +515;supply_node;3225.00;9.60;1292.00;6.01;0 +515;supply_node;3234.00;9.70;1285.00;4.49;0 +515;supply_node;3237.00;10.45;1277.00;3.32;0 +515;supply_node;3241.00;9.98;1270.00;0.38;0 +515;supply_node;3242.00;11.90;1289.00;1.90;0 +515;supply_node;3249.00;12.12;1280.00;4.08;0 +515;supply_node;3251.00;11.05;1292.00;1.60;0 +515;supply_node;3252.00;9.50;1265.00;2.55;0 +515;supply_node;3254.00;13.03;1273.00;4.72;0 +515;supply_node;3260.00;11.57;1294.00;4.03;0 +515;supply_node;3260.00;12.93;1282.00;4.79;0 +515;supply_node;3264.00;9.73;1258.00;5.44;0 +515;supply_node;3268.00;11.95;1270.00;6.20;0 +515;supply_node;3269.00;12.40;1293.00;5.25;0 +515;supply_node;3270.00;13.23;1304.00;2.36;0 +515;supply_node;3272.00;12.95;1284.00;0.68;0 +515;supply_node;3275.00;10.32;1258.00;1.67;0 +515;supply_node;3277.00;14.35;1277.00;2.85;0 +515;supply_node;3279.00;13.70;1302.00;3.08;0 +515;supply_node;3281.00;12.12;1268.00;0.19;0 +515;supply_node;3282.00;13.73;1292.00;1.14;0 +515;supply_node;3287.00;13.62;1309.00;3.54;0 +515;supply_node;3288.00;12.65;1280.00;0.96;0 +515;supply_node;3291.00;13.85;1288.00;3.85;0 +515;supply_node;3292.00;13.00;1301.00;3.78;0 +515;supply_node;3295.00;10.40;1269.00;5.71;0 515;synthetic_refinery;3297.00;9.60;1265.00;0.80;0 516;air_base;3317.00;10.63;1298.00;5.38;0 516;anti_air_building;3317.00;11.38;1291.00;3.40;0 @@ -21484,6 +32188,21 @@ 516;nuclear_reactor;3305.00;13.20;1274.00;3.97;0 516;radar_station;3328.00;11.63;1287.00;3.75;0 516;rocket_site;3303.00;13.30;1279.00;2.41;0 +516;supply_node;3300.00;13.15;1279.00;2.36;0 +516;supply_node;3302.00;13.03;1291.00;0.38;0 +516;supply_node;3304.00;14.23;1302.00;1.90;0 +516;supply_node;3311.00;12.53;1285.00;1.67;0 +516;supply_node;3311.00;13.70;1273.00;3.08;0 +516;supply_node;3315.00;10.85;1298.00;4.08;0 +516;supply_node;3320.00;14.95;1283.00;3.78;0 +516;supply_node;3324.00;13.75;1268.00;6.01;0 +516;supply_node;3329.00;11.95;1279.00;1.60;0 +516;supply_node;3331.00;9.60;1301.00;1.14;0 +516;supply_node;3332.00;11.18;1291.00;0.19;0 +516;supply_node;3337.00;12.78;1278.00;5.25;0 +516;supply_node;3345.00;12.70;1283.00;4.49;0 +516;supply_node;3346.00;13.12;1295.00;3.85;0 +516;supply_node;3355.00;15.53;1286.00;5.71;0 516;synthetic_refinery;3315.00;14.43;1278.00;2.80;0 517;air_base;3358.00;12.60;1321.00;2.89;0 517;anti_air_building;3356.00;12.68;1303.00;2.36;0 @@ -21526,6 +32245,28 @@ 517;nuclear_reactor;3344.00;12.00;1308.00;1.86;0 517;radar_station;3351.00;13.00;1299.00;2.95;0 517;rocket_site;3368.00;13.57;1303.00;5.54;0 +517;supply_node;3331.00;11.30;1320.00;5.71;0 +517;supply_node;3335.00;10.73;1308.00;2.85;0 +517;supply_node;3341.00;12.10;1326.00;6.20;0 +517;supply_node;3343.00;12.30;1315.00;6.01;0 +517;supply_node;3348.00;12.25;1303.00;3.08;0 +517;supply_node;3350.00;13.53;1341.00;3.32;0 +517;supply_node;3351.00;12.80;1330.00;5.44;0 +517;supply_node;3352.00;12.75;1321.00;4.72;0 +517;supply_node;3358.00;12.62;1310.00;4.49;0 +517;supply_node;3359.00;13.90;1340.00;4.03;0 +517;supply_node;3361.00;13.48;1297.00;3.85;0 +517;supply_node;3363.00;12.30;1330.00;1.60;0 +517;supply_node;3365.00;13.35;1317.00;2.36;0 +517;supply_node;3369.00;13.57;1303.00;0.38;0 +517;supply_node;3371.00;13.00;1338.00;0.68;0 +517;supply_node;3375.00;12.93;1328.00;5.25;0 +517;supply_node;3376.00;13.93;1320.00;3.78;0 +517;supply_node;3380.00;16.60;1312.00;2.55;0 +517;supply_node;3390.00;13.73;1325.00;1.14;0 +517;supply_node;3390.00;15.38;1304.00;4.79;0 +517;supply_node;3394.00;18.27;1315.00;1.90;0 +517;supply_node;3403.00;17.65;1304.00;4.08;0 517;synthetic_refinery;3351.00;12.73;1331.00;3.91;0 518;air_base;3402.00;14.25;1328.00;1.36;0 518;anti_air_building;3401.00;11.63;1339.00;6.07;0 @@ -21553,6 +32294,12 @@ 518;coastal_bunker;3435.00;9.50;1342.00;-2.98;0 518;coastal_bunker;3452.00;9.50;1350.00;-2.76;0 518;dockyard;3395.00;10.18;1342.00;-3.46;0 +518;floating_harbor;3375.13;9.50;1356.26;-0.46;11881 +518;floating_harbor;3385.15;9.50;1353.90;-0.17;11894 +518;floating_harbor;3404.70;9.50;1348.79;-0.24;975 +518;floating_harbor;3427.60;9.50;1349.50;-0.38;9932 +518;floating_harbor;3436.85;9.50;1349.90;0.17;3714 +518;floating_harbor;3446.85;9.50;1355.90;0.17;11753 518;industrial_complex;3378.00;11.60;1343.00;2.29;0 518;industrial_complex;3407.00;14.68;1335.00;0.74;0 518;industrial_complex;3419.00;14.48;1337.00;4.95;0 @@ -21568,6 +32315,15 @@ 518;nuclear_reactor;3438.00;15.00;1335.00;0.31;0 518;radar_station;3413.00;14.15;1333.00;1.78;0 518;rocket_site;3398.00;10.28;1341.00;5.08;0 +518;supply_node;3370.00;11.60;1346.00;4.49;0 +518;supply_node;3383.00;12.75;1341.00;1.14;0 +518;supply_node;3390.00;13.98;1333.00;3.85;0 +518;supply_node;3402.00;12.80;1338.00;1.60;0 +518;supply_node;3406.00;13.75;1330.00;6.01;0 +518;supply_node;3419.00;14.45;1330.00;3.78;0 +518;supply_node;3423.00;14.53;1338.00;5.25;0 +518;supply_node;3439.00;14.75;1337.00;3.08;0 +518;supply_node;3449.00;14.28;1343.00;1.90;0 518;synthetic_refinery;3397.00;14.07;1333.00;6.09;0 519;air_base;3338.00;13.63;1346.00;3.84;0 519;anti_air_building;3313.00;11.20;1353.00;3.37;0 @@ -21608,6 +32364,13 @@ 519;coastal_bunker;3344.00;10.43;1359.00;-2.86;0 519;coastal_bunker;3353.00;11.35;1358.00;-3.14;0 519;dockyard;3291.00;9.55;1343.00;-3.14;0 +519;floating_harbor;3291.00;9.50;1351.00;0.00;904 +519;floating_harbor;3298.40;9.50;1357.50;0.38;11866 +519;floating_harbor;3310.63;9.50;1362.86;0.20;11883 +519;floating_harbor;3324.00;9.50;1366.00;0.00;979 +519;floating_harbor;3331.79;9.50;1366.64;0.32;3982 +519;floating_harbor;3344.01;9.50;1365.93;0.14;3967 +519;floating_harbor;3356.00;9.50;1364.00;0.00;6995 519;industrial_complex;3302.00;12.88;1339.00;2.12;0 519;industrial_complex;3308.00;13.28;1343.00;0.56;0 519;industrial_complex;3317.00;12.13;1347.00;5.28;0 @@ -21624,6 +32387,27 @@ 519;nuclear_reactor;3335.00;12.63;1338.00;0.86;0 519;radar_station;3275.00;11.65;1328.00;2.54;0 519;rocket_site;3301.00;12.32;1341.00;4.48;0 +519;supply_node;3282.00;12.38;1328.00;4.08;0 +519;supply_node;3287.00;12.28;1334.00;3.08;0 +519;supply_node;3291.00;10.25;1341.00;6.01;0 +519;supply_node;3298.00;12.45;1326.00;0.68;0 +519;supply_node;3301.00;13.30;1334.00;5.25;0 +519;supply_node;3303.00;10.95;1346.00;5.03;0 +519;supply_node;3309.00;12.05;1311.00;2.85;0 +519;supply_node;3310.00;13.30;1322.00;2.09;0 +519;supply_node;3312.00;14.60;1341.00;1.90;0 +519;supply_node;3313.00;11.88;1351.00;1.33;0 +519;supply_node;3314.00;12.70;1330.00;0.38;0 +519;supply_node;3319.00;10.80;1311.00;4.79;0 +519;supply_node;3322.00;11.85;1322.00;5.44;0 +519;supply_node;3322.00;13.55;1340.00;3.32;0 +519;supply_node;3324.00;13.90;1354.00;3.78;0 +519;supply_node;3330.00;12.55;1333.00;4.72;0 +519;supply_node;3334.00;13.60;1344.00;2.55;0 +519;supply_node;3336.00;13.00;1354.00;1.14;0 +519;supply_node;3340.00;12.93;1337.00;6.20;0 +519;supply_node;3346.00;14.18;1352.00;4.49;0 +519;supply_node;3356.00;12.50;1353.00;4.03;0 519;synthetic_refinery;3357.00;12.23;1353.00;3.97;0 520;air_base;3479.00;14.80;1336.00;3.73;0 520;anti_air_building;3463.00;11.68;1370.00;0.31;0 @@ -21647,6 +32431,9 @@ 520;coastal_bunker;3457.00;9.50;1356.00;-1.89;0 520;coastal_bunker;3457.00;9.50;1361.00;-1.43;0 520;dockyard;3456.00;9.50;1354.00;-1.89;0 +520;floating_harbor;3446.00;9.50;1371.00;1.57;11599 +520;floating_harbor;3450.00;9.50;1364.00;1.57;772 +520;floating_harbor;3451.18;9.50;1360.88;0.98;3653 520;industrial_complex;3466.00;11.40;1366.00;1.26;0 520;industrial_complex;3466.00;14.57;1329.00;1.86;0 520;industrial_complex;3467.00;14.55;1327.00;3.42;0 @@ -21659,6 +32446,14 @@ 520;nuclear_reactor;3461.00;13.65;1347.00;5.99;0 520;radar_station;3452.00;16.15;1325.00;0.19;0 520;rocket_site;3459.00;10.28;1358.00;2.97;0 +520;supply_node;3457.00;11.05;1371.00;3.32;0 +520;supply_node;3459.00;14.78;1336.00;5.25;0 +520;supply_node;3460.00;11.57;1355.00;1.90;0 +520;supply_node;3462.00;14.50;1328.00;4.49;0 +520;supply_node;3463.00;11.32;1364.00;3.78;0 +520;supply_node;3463.00;14.20;1345.00;1.14;0 +520;supply_node;3474.00;15.55;1344.00;4.08;0 +520;supply_node;3478.00;14.75;1331.00;0.38;0 520;synthetic_refinery;3486.00;13.80;1335.00;2.35;0 521;air_base;3466.00;14.78;1284.00;1.67;0 521;anti_air_building;3412.00;16.77;1302.00;3.02;0 @@ -21689,6 +32484,16 @@ 521;nuclear_reactor;3439.00;12.10;1297.00;3.52;0 521;radar_station;3440.00;12.35;1289.00;4.77;0 521;rocket_site;3459.00;10.45;1272.00;5.69;0 +521;supply_node;3415.00;14.30;1298.00;0.38;0 +521;supply_node;3422.00;11.10;1284.00;4.03;0 +521;supply_node;3427.00;12.95;1301.00;1.90;0 +521;supply_node;3437.00;12.20;1281.00;4.49;0 +521;supply_node;3440.00;11.85;1292.00;2.55;0 +521;supply_node;3441.00;14.43;1304.00;3.32;0 +521;supply_node;3453.00;10.53;1275.00;0.68;0 +521;supply_node;3453.00;17.35;1306.00;4.08;0 +521;supply_node;3454.00;16.15;1290.00;4.79;0 +521;supply_node;3465.00;11.15;1278.00;1.14;0 521;synthetic_refinery;3460.00;14.55;1285.00;0.19;0 522;air_base;3380.00;10.70;1256.00;2.36;0 522;anti_air_building;3380.00;10.70;1256.00;0.90;0 @@ -21712,6 +32517,9 @@ 522;coastal_bunker;3367.00;9.50;1234.00;-1.71;0 522;coastal_bunker;3371.00;9.50;1262.00;-1.57;0 522;dockyard;3366.00;9.50;1228.00;-1.71;0 +522;floating_harbor;3359.10;9.50;1230.15;1.41;10087 +522;floating_harbor;3359.21;9.50;1242.70;1.33;1088 +522;floating_harbor;3360.21;9.50;1257.70;1.33;12029 522;industrial_complex;3369.00;9.88;1254.00;6.07;0 522;industrial_complex;3383.00;12.25;1240.00;3.41;0 522;industrial_complex;3384.00;12.70;1240.00;4.51;0 @@ -21724,6 +32532,14 @@ 522;nuclear_reactor;3377.00;10.48;1239.00;5.03;0 522;radar_station;3367.00;9.50;1225.00;3.77;0 522;rocket_site;3396.00;10.60;1248.00;4.92;0 +522;supply_node;3370.00;9.75;1240.00;0.38;0 +522;supply_node;3371.00;10.75;1255.00;4.03;0 +522;supply_node;3372.00;10.23;1228.00;2.55;0 +522;supply_node;3382.00;11.38;1244.00;3.32;0 +522;supply_node;3384.00;10.60;1255.00;0.68;0 +522;supply_node;3384.00;14.10;1229.00;1.14;0 +522;supply_node;3395.00;10.45;1254.00;4.79;0 +522;supply_node;3396.00;13.25;1234.00;4.08;0 522;synthetic_refinery;3370.00;9.90;1249.00;0.70;0 523;air_base;3391.00;12.10;1177.00;2.96;0 523;anti_air_building;3390.00;12.10;1175.00;0.46;0 @@ -21755,8 +32571,22 @@ 523;nuclear_reactor;3369.00;11.95;1164.00;5.19;0 523;radar_station;3384.00;12.32;1179.00;0.85;0 523;rocket_site;3380.00;11.90;1199.00;4.41;0 +523;supply_node;3362.00;11.53;1150.00;3.32;0 +523;supply_node;3364.00;9.90;1162.00;2.09;0 +523;supply_node;3364.00;10.10;1185.00;2.85;0 +523;supply_node;3365.00;10.00;1174.00;6.20;0 +523;supply_node;3374.00;11.35;1180.00;4.72;0 +523;supply_node;3374.00;11.68;1168.00;4.03;0 +523;supply_node;3374.00;12.15;1158.00;0.68;0 +523;supply_node;3379.00;12.28;1190.00;2.55;0 +523;supply_node;3386.00;12.32;1177.00;0.38;0 +523;supply_node;3390.00;11.25;1201.00;5.44;0 +523;supply_node;3397.00;11.85;1186.00;4.79;0 523;synthetic_refinery;3366.00;10.70;1185.00;6.14;0 524;air_base;3439.00;11.40;1134.00;5.03;0 +524;anti_air_building;3418.00;11.20;1140.00;2.09;0 +524;anti_air_building;3424.00;11.90;1186.00;4.15;0 +524;anti_air_building;3477.00;10.98;1136.00;0.53;0 524;arms_factory;3399.00;11.05;1163.00;5.47;0 524;arms_factory;3413.00;11.70;1166.00;3.41;0 524;arms_factory;3415.00;11.28;1159.00;2.45;0 @@ -21766,9 +32596,32 @@ 524;bunker;3393.00;11.82;1157.00;2.97;0 524;bunker;3416.00;11.53;1129.00;5.63;0 524;bunker;3439.00;11.40;1174.00;1.41;0 +524;bunker;3442.00;11.30;1193.00;0.37;0 +524;bunker;3451.00;11.10;1179.00;5.70;0 +524;bunker;3466.00;10.78;1146.00;3.03;0 +524;bunker;3467.00;11.50;1113.00;3.54;0 +524;bunker;3473.00;10.30;1172.00;1.48;0 +524;bunker;3481.00;11.30;1122.00;5.09;0 +524;bunker;3509.00;10.40;1138.00;3.64;0 +524;industrial_complex;3433.00;11.25;1194.00;0.97;0 +524;industrial_complex;3441.00;11.70;1126.00;3.03;0 +524;industrial_complex;3456.00;10.82;1172.00;5.19;0 +524;industrial_complex;3456.00;11.30;1137.00;6.14;0 +524;industrial_complex;3481.00;11.15;1126.00;4.59;0 +524;industrial_complex;3496.00;10.30;1160.00;3.98;0 524;nuclear_reactor;3400.00;11.30;1156.00;6.14;0 524;radar_station;3418.00;11.10;1150.00;0.13;0 524;rocket_site;3425.00;11.40;1147.00;4.58;0 +524;supply_node;3402.00;10.95;1160.00;6.20;0 +524;supply_node;3421.00;11.68;1134.00;2.09;0 +524;supply_node;3425.00;11.60;1192.00;4.79;0 +524;supply_node;3435.00;11.70;1160.00;5.44;0 +524;supply_node;3451.00;11.78;1118.00;2.55;0 +524;supply_node;3457.00;10.85;1182.00;4.03;0 +524;supply_node;3465.00;10.93;1142.00;0.68;0 +524;supply_node;3483.00;10.30;1164.00;2.85;0 +524;supply_node;3486.00;11.30;1118.00;4.72;0 +524;supply_node;3504.00;10.50;1143.00;5.03;0 524;synthetic_refinery;3390.00;12.13;1160.00;5.54;0 525;air_base;3366.00;9.85;1217.00;4.85;0 525;anti_air_building;3361.00;10.10;1201.00;4.91;0 @@ -21792,6 +32645,10 @@ 525;coastal_bunker;3360.00;9.50;1210.00;-1.82;0 525;coastal_bunker;3366.00;9.53;1221.00;-1.95;0 525;dockyard;3357.00;9.50;1203.00;-1.57;0 +525;floating_harbor;3339.00;9.50;1213.00;0.64;1065 +525;floating_harbor;3349.00;9.50;1202.00;1.57;11919 +525;floating_harbor;3353.21;9.50;1214.70;1.33;792 +525;floating_harbor;3359.74;9.50;1224.13;1.11;1108 525;industrial_complex;3360.00;10.32;1193.00;4.24;0 525;industrial_complex;3361.00;10.10;1201.00;1.07;0 525;industrial_complex;3362.00;9.73;1208.00;4.34;0 @@ -21805,6 +32662,13 @@ 525;nuclear_reactor;3355.00;9.68;1192.00;1.90;0 525;radar_station;3352.00;9.50;1191.00;3.07;0 525;rocket_site;3360.00;10.32;1193.00;0.70;0 +525;supply_node;3358.00;9.80;1193.00;0.68;0 +525;supply_node;3360.00;9.73;1202.00;2.09;0 +525;supply_node;3364.00;9.75;1212.00;4.03;0 +525;supply_node;3368.00;11.43;1195.00;4.72;0 +525;supply_node;3370.00;11.28;1219.00;6.20;0 +525;supply_node;3373.00;13.15;1206.00;2.85;0 +525;supply_node;3382.00;13.93;1215.00;5.44;0 525;synthetic_refinery;3359.00;10.15;1196.00;5.02;0 526;air_base;3347.00;10.10;1169.00;2.79;0 526;anti_air_building;3346.00;10.07;1169.00;1.30;0 @@ -21829,6 +32693,10 @@ 526;coastal_bunker;3350.00;9.75;1135.00;0.00;0 526;coastal_bunker;3351.00;9.50;1190.00;-2.03;0 526;dockyard;3349.00;9.63;1177.00;-2.03;0 +526;floating_harbor;3338.05;9.50;1172.95;0.79;4088 +526;floating_harbor;3340.00;9.50;1103.00;-3.47;1015 +526;floating_harbor;3340.74;9.50;1178.13;1.11;4206 +526;floating_harbor;3343.74;9.50;1188.13;1.11;1201 526;industrial_complex;3345.00;10.32;1154.00;0.12;0 526;industrial_complex;3353.00;10.82;1159.00;4.34;0 526;industrial_complex;3354.00;9.73;1181.00;4.24;0 @@ -21842,6 +32710,14 @@ 526;nuclear_reactor;3355.00;11.18;1170.00;6.03;0 526;radar_station;3350.00;9.75;1135.00;1.14;0 526;rocket_site;3355.00;10.78;1162.00;3.37;0 +526;supply_node;3346.00;10.20;1165.00;5.44;0 +526;supply_node;3346.00;10.32;1157.00;4.27;0 +526;supply_node;3349.00;10.07;1174.00;2.09;0 +526;supply_node;3351.00;10.82;1146.00;4.72;0 +526;supply_node;3352.00;9.68;1184.00;2.85;0 +526;supply_node;3354.00;10.75;1159.00;1.33;0 +526;supply_node;3355.00;11.18;1170.00;6.20;0 +526;supply_node;3357.00;10.35;1181.00;5.03;0 526;synthetic_refinery;3349.00;10.78;1157.00;5.43;0 527;air_base;3467.00;10.43;1260.00;3.29;0 527;anti_air_building;3458.00;10.40;1254.00;5.19;0 @@ -21868,6 +32744,12 @@ 527;nuclear_reactor;3464.00;11.03;1251.00;4.59;0 527;radar_station;3449.00;11.32;1229.00;6.01;0 527;rocket_site;3467.00;10.48;1266.00;3.03;0 +527;supply_node;3458.00;11.75;1240.00;5.44;0 +527;supply_node;3460.00;10.43;1257.00;1.33;0 +527;supply_node;3462.00;10.15;1225.00;4.27;0 +527;supply_node;3474.00;10.70;1252.00;5.03;0 +527;supply_node;3477.00;12.28;1233.00;2.85;0 +527;supply_node;3482.00;9.80;1213.00;2.09;0 527;synthetic_refinery;3478.00;10.48;1249.00;4.00;0 528;air_base;3503.00;11.03;1233.00;3.98;0 528;anti_air_building;3483.00;10.45;1269.00;3.54;0 @@ -21894,17 +32776,49 @@ 528;nuclear_reactor;3475.00;10.30;1268.00;0.53;0 528;radar_station;3496.00;10.43;1241.00;5.49;0 528;rocket_site;3521.00;11.82;1242.00;4.15;0 +528;supply_node;3482.00;10.20;1266.00;3.50;0 +528;supply_node;3488.00;10.03;1249.00;2.09;0 +528;supply_node;3493.00;10.50;1230.00;4.27;0 +528;supply_node;3502.00;10.70;1258.00;5.03;0 +528;supply_node;3507.00;10.30;1220.00;5.74;0 +528;supply_node;3511.00;10.80;1240.00;1.33;0 528;synthetic_refinery;3513.00;12.00;1248.00;3.64;0 +529;air_base;3539.00;10.18;1131.00;0.43;0 +529;anti_air_building;3504.00;9.98;1164.00;5.77;0 +529;anti_air_building;3519.00;9.80;1159.00;1.04;0 +529;anti_air_building;3533.00;10.10;1141.00;3.71;0 +529;arms_factory;3506.00;9.98;1162.00;0.53;0 +529;arms_factory;3513.00;9.95;1157.00;6.21;0 +529;arms_factory;3528.00;9.98;1146.00;2.09;0 +529;arms_factory;3542.00;9.70;1156.00;3.64;0 +529;arms_factory;3550.00;9.75;1129.00;1.48;0 +529;arms_factory;3554.00;9.73;1127.00;4.15;0 529;bunker;3521.00;9.73;1161.00;5.02;0 +529;bunker;3530.00;10.10;1142.00;1.64;0 529;bunker;3543.00;9.70;1157.00;2.86;0 529;bunker;3549.00;9.70;1146.00;2.35;0 529;bunker;3553.00;9.80;1126.00;1.75;0 529;coastal_bunker;3556.00;9.50;1144.00;1.20;0 529;coastal_bunker;3556.00;9.55;1128.00;-4.60;0 529;dockyard;3559.00;9.50;1136.00;-4.60;0 +529;floating_harbor;3562.83;9.50;1137.52;-1.35;8085 +529;floating_harbor;3565.64;9.50;1140.79;-1.89;2089 +529;industrial_complex;3534.00;9.70;1158.00;3.70;0 +529;industrial_complex;3534.00;10.20;1137.00;4.05;0 +529;industrial_complex;3535.00;9.90;1146.00;5.25;0 +529;industrial_complex;3538.00;9.70;1164.00;4.66;0 +529;industrial_complex;3546.00;9.70;1152.00;1.99;0 +529;industrial_complex;3546.00;9.70;1159.00;1.04;0 529;naval_base;3554.00;9.60;1140.00;-4.60;2896 529;naval_base;3562.00;9.50;1142.00;1.20;2896 +529;nuclear_reactor;3528.00;10.25;1134.00;4.21;0 +529;radar_station;3533.00;9.90;1147.00;4.92;0 529;rocket_site;3536.00;10.10;1140.00;2.41;0 +529;supply_node;3517.00;9.80;1157.00;5.74;0 +529;supply_node;3529.00;10.10;1138.00;4.27;0 +529;supply_node;3539.00;9.70;1161.00;0.16;0 +529;supply_node;3544.00;9.80;1148.00;1.33;0 +529;supply_node;3547.00;9.88;1134.00;3.50;0 529;synthetic_refinery;3511.00;9.85;1161.00;3.37;0 530;air_base;3341.00;9.85;1423.00;1.14;0 530;anti_air_building;3337.00;9.73;1425.00;3.03;0 @@ -21926,6 +32840,10 @@ 530;coastal_bunker;3333.00;9.60;1439.00;-3.93;0 530;coastal_bunker;3350.00;9.50;1437.00;-3.46;0 530;dockyard;3352.00;9.50;1434.00;-3.46;0 +530;floating_harbor;3312.36;9.50;1430.21;1.25;11649 +530;floating_harbor;3321.21;9.50;1419.30;-4.47;705 +530;floating_harbor;3324.74;9.50;1439.13;1.11;3722 +530;floating_harbor;3351.70;9.50;1440.79;-0.24;9718 530;industrial_complex;3321.00;9.55;1426.00;5.19;0 530;industrial_complex;3327.00;9.68;1432.00;4.59;0 530;industrial_complex;3329.00;9.53;1422.00;3.03;0 @@ -21939,7 +32857,22 @@ 530;nuclear_reactor;3336.00;9.70;1428.00;3.64;0 530;radar_station;3314.00;9.50;1425.00;3.49;0 530;rocket_site;3345.00;10.45;1422.00;6.10;0 +530;supply_node;3322.00;9.70;1427.00;5.67;0 +530;supply_node;3332.00;9.70;1422.00;5.74;0 +530;supply_node;3335.00;9.70;1434.00;3.50;0 +530;supply_node;3340.00;9.80;1425.00;0.16;0 +530;supply_node;3349.00;9.70;1430.00;1.63;0 530;synthetic_refinery;3348.00;9.70;1430.00;5.60;0 +531;air_base;3285.00;9.70;1455.00;5.18;0 +531;anti_air_building;3280.00;9.75;1458.00;0.96;0 +531;anti_air_building;3286.00;9.80;1463.00;3.02;0 +531;anti_air_building;3318.00;9.70;1458.00;4.57;0 +531;arms_factory;3285.00;9.70;1455.00;3.46;0 +531;arms_factory;3295.00;9.78;1465.00;4.06;0 +531;arms_factory;3317.00;9.70;1461.00;1.39;0 +531;arms_factory;3325.00;9.70;1459.00;5.01;0 +531;arms_factory;3327.00;9.70;1455.00;4.67;0 +531;arms_factory;3332.00;9.70;1462.00;5.62;0 531;bunker;3274.00;9.80;1461.00;1.37;0 531;bunker;3277.00;9.75;1456.00;3.44;0 531;bunker;3281.00;9.70;1454.00;0.86;0 @@ -21956,12 +32889,46 @@ 531;coastal_bunker;3308.00;9.50;1449.00;-0.59;0 531;coastal_bunker;3315.00;9.50;1449.00;-0.12;0 531;dockyard;3306.00;9.50;1450.00;-0.59;0 +531;floating_harbor;3292.60;9.50;1440.80;-2.21;11670 +531;floating_harbor;3295.00;9.50;1420.00;-3.29;3738 +531;floating_harbor;3295.00;9.50;1420.00;-3.29;11703 +531;floating_harbor;3295.00;9.50;1420.00;-3.75;3755 +531;floating_harbor;3305.30;9.50;1445.21;-3.39;11683 +531;industrial_complex;3279.00;9.73;1458.00;5.52;0 +531;industrial_complex;3282.00;9.80;1460.00;6.13;0 +531;industrial_complex;3317.00;9.65;1455.00;3.97;0 +531;industrial_complex;3317.00;9.70;1461.00;4.57;0 +531;industrial_complex;3318.00;9.70;1458.00;1.40;0 +531;industrial_complex;3325.00;9.70;1459.00;0.45;0 531;naval_base;3289.00;9.50;1449.00;0.79;8131 531;naval_base;3295.00;9.50;1450.00;0.79;8131 531;naval_base;3300.00;9.55;1462.00;1.29;8131 531;naval_base;3304.00;9.50;1462.00;0.00;8131 531;naval_base;3315.00;9.50;1450.00;-0.12;8131 +531;nuclear_reactor;3310.00;9.60;1459.00;3.02;0 531;radar_station;3265.00;9.78;1457.00;0.43;0 +531;rocket_site;3317.00;9.70;1461.00;1.46;0 +531;supply_node;3273.00;9.70;1454.00;0.16;0 +531;supply_node;3277.00;9.80;1465.00;1.56;0 +531;supply_node;3283.00;9.70;1448.00;3.04;0 +531;supply_node;3284.00;9.73;1457.00;3.81;0 +531;supply_node;3285.00;10.25;1472.00;1.63;0 +531;supply_node;3294.00;9.80;1463.00;2.28;0 +531;supply_node;3297.00;9.68;1454.00;5.67;0 +531;supply_node;3308.00;9.70;1456.00;5.98;0 +531;supply_node;3316.00;9.70;1457.00;0.87;0 +531;supply_node;3328.00;9.70;1459.00;5.22;0 +531;synthetic_refinery;3296.00;9.73;1462.00;3.63;0 +532;air_base;3391.00;9.80;1467.00;3.02;0 +532;anti_air_building;3353.00;9.73;1463.00;5.69;0 +532;anti_air_building;3371.00;9.73;1460.00;3.52;0 +532;anti_air_building;3388.00;9.93;1470.00;3.63;0 +532;arms_factory;3321.00;9.55;1441.00;6.13;0 +532;arms_factory;3350.00;9.70;1452.00;5.52;0 +532;arms_factory;3351.00;9.70;1457.00;1.40;0 +532;arms_factory;3352.00;9.70;1459.00;4.57;0 +532;arms_factory;3369.00;9.70;1455.00;3.97;0 +532;arms_factory;3397.00;9.85;1471.00;0.45;0 532;bunker;3313.00;9.70;1445.00;4.22;0 532;bunker;3328.00;9.70;1443.00;4.21;0 532;bunker;3328.00;9.70;1451.00;5.77;0 @@ -21992,6 +32959,22 @@ 532;coastal_bunker;3402.00;9.50;1459.00;0.32;0 532;coastal_bunker;3412.00;9.50;1461.00;0.32;0 532;dockyard;3382.00;9.50;1454.00;0.54;0 +532;floating_harbor;3300.00;9.50;1444.00;1.57;721 +532;floating_harbor;3319.87;9.50;1433.74;-3.61;568 +532;floating_harbor;3352.88;9.50;1435.18;-2.55;6771 +532;floating_harbor;3360.60;9.50;1438.00;-2.60;11700 +532;floating_harbor;3372.95;9.50;1444.05;-2.36;9729 +532;floating_harbor;3378.00;9.50;1440.00;-1.60;9712 +532;floating_harbor;3378.00;9.50;1440.00;-4.12;6445 +532;floating_harbor;3385.95;9.50;1448.05;-2.36;9571 +532;floating_harbor;3394.95;9.50;1453.05;-2.36;6420 +532;floating_harbor;3403.13;9.50;1452.74;-2.68;3421 +532;industrial_complex;3320.00;9.70;1443.00;3.02;0 +532;industrial_complex;3348.00;9.70;1443.00;0.96;0 +532;industrial_complex;3352.00;9.70;1461.00;3.63;0 +532;industrial_complex;3357.00;9.75;1461.00;5.18;0 +532;industrial_complex;3362.00;9.70;1459.00;1.46;0 +532;industrial_complex;3367.00;9.70;1457.00;4.57;0 532;naval_base;3303.00;9.50;1447.00;-1.57;8131 532;naval_base;3320.00;9.50;1440.00;-0.46;8131 532;naval_base;3341.00;9.50;1441.00;0.24;8282 @@ -22002,7 +32985,28 @@ 532;naval_base;3391.00;9.50;1459.00;0.59;8282 532;naval_base;3401.00;9.50;1459.00;0.32;8282 532;naval_base;3412.00;9.50;1461.00;0.32;8282 +532;nuclear_reactor;3388.00;9.75;1463.00;4.13;0 532;radar_station;3299.00;9.50;1447.00;1.04;0 +532;rocket_site;3347.00;9.75;1465.00;1.47;0 +532;supply_node;3310.00;9.70;1444.00;3.81;0 +532;supply_node;3324.00;9.55;1442.00;5.67;0 +532;supply_node;3325.00;9.70;1450.00;1.56;0 +532;supply_node;3337.00;9.70;1444.00;3.99;0 +532;supply_node;3337.00;9.70;1459.00;2.28;0 +532;supply_node;3341.00;9.70;1452.00;3.04;0 +532;supply_node;3347.00;9.70;1444.00;3.28;0 +532;supply_node;3347.00;9.78;1463.00;0.87;0 +532;supply_node;3354.00;9.70;1449.00;3.23;0 +532;supply_node;3354.00;9.70;1458.00;0.34;0 +532;supply_node;3365.00;9.70;1452.00;0.65;0 +532;supply_node;3366.00;9.70;1458.00;5.22;0 +532;supply_node;3377.00;9.70;1457.00;2.51;0 +532;supply_node;3387.00;9.90;1469.00;4.76;0 +532;supply_node;3388.00;9.70;1460.00;1.87;0 +532;supply_node;3397.00;9.75;1465.00;5.98;0 +532;supply_node;3398.00;10.00;1477.00;1.11;0 +532;supply_node;3405.00;9.80;1473.00;2.58;0 +532;supply_node;3407.00;9.70;1463.00;4.45;0 532;synthetic_refinery;3361.00;9.70;1449.00;3.60;0 533;air_base;3426.00;9.70;1454.00;4.91;0 533;anti_air_building;3421.00;9.70;1456.00;2.41;0 @@ -22035,6 +33039,13 @@ 533;coastal_bunker;3411.00;9.60;1454.00;-2.36;0 533;coastal_bunker;3420.00;9.50;1459.00;-1.33;0 533;dockyard;3420.00;9.50;1459.00;-1.33;0 +533;floating_harbor;3378.00;9.50;1440.00;1.50;6755 +533;floating_harbor;3378.00;9.50;1440.00;-4.27;11559 +533;floating_harbor;3382.79;9.50;1430.64;0.32;6741 +533;floating_harbor;3387.21;9.50;1427.70;1.33;11729 +533;floating_harbor;3394.87;9.50;1441.26;0.46;750 +533;floating_harbor;3398.05;9.50;1452.95;0.79;6783 +533;floating_harbor;3412.07;9.50;1460.01;-4.57;9417 533;industrial_complex;3419.00;9.70;1455.00;1.14;0 533;industrial_complex;3422.00;9.70;1461.00;4.41;0 533;industrial_complex;3424.00;9.60;1465.00;0.79;0 @@ -22051,6 +33062,19 @@ 533;nuclear_reactor;3423.00;9.68;1459.00;0.86;0 533;radar_station;3408.00;9.55;1453.00;2.54;0 533;rocket_site;3421.00;9.70;1457.00;4.48;0 +533;supply_node;3386.00;9.70;1421.00;1.87;0 +533;supply_node;3399.00;9.70;1433.00;1.56;0 +533;supply_node;3402.00;9.70;1424.00;4.76;0 +533;supply_node;3405.00;9.70;1446.00;1.11;0 +533;supply_node;3409.00;9.70;1434.00;4.45;0 +533;supply_node;3415.00;9.70;1424.00;5.98;0 +533;supply_node;3416.00;9.65;1453.00;3.28;0 +533;supply_node;3417.00;9.70;1442.00;3.04;0 +533;supply_node;3419.00;9.70;1433.00;2.28;0 +533;supply_node;3423.00;9.70;1448.00;0.34;0 +533;supply_node;3426.00;9.60;1462.00;2.58;0 +533;supply_node;3428.00;9.70;1440.00;5.22;0 +533;supply_node;3429.00;9.70;1455.00;3.81;0 533;synthetic_refinery;3429.00;9.70;1459.00;3.97;0 534;air_base;3418.00;10.50;1684.00;2.55;0 534;anti_air_building;3427.00;9.98;1664.00;5.22;0 @@ -22090,6 +33114,25 @@ 534;nuclear_reactor;3428.00;10.50;1685.00;1.86;0 534;radar_station;3401.00;9.98;1660.00;5.52;0 534;rocket_site;3416.00;9.98;1665.00;5.48;0 +534;supply_node;3405.00;9.80;1675.00;5.22;0 +534;supply_node;3405.00;10.38;1693.00;2.51;0 +534;supply_node;3406.00;9.95;1664.00;6.16;0 +534;supply_node;3409.00;10.40;1685.00;4.76;0 +534;supply_node;3413.00;9.90;1675.00;2.05;0 +534;supply_node;3418.00;10.40;1690.00;5.40;0 +534;supply_node;3418.00;10.40;1697.00;3.23;0 +534;supply_node;3420.00;10.00;1667.00;1.87;0 +534;supply_node;3421.00;10.50;1677.00;5.98;0 +534;supply_node;3425.00;10.00;1661.00;3.28;0 +534;supply_node;3428.00;10.45;1683.00;0.65;0 +534;supply_node;3432.00;9.98;1675.00;0.34;0 +534;supply_node;3432.00;10.38;1689.00;2.81;0 +534;supply_node;3433.00;10.25;1666.00;4.45;0 +534;supply_node;3440.00;10.18;1674.00;1.11;0 +534;supply_node;3442.00;10.40;1690.00;2.28;0 +534;supply_node;3443.00;10.40;1667.00;3.99;0 +534;supply_node;3446.00;9.80;1681.00;2.58;0 +534;supply_node;3454.00;10.32;1687.00;3.04;0 534;synthetic_refinery;3433.00;10.05;1673.00;1.00;0 535;air_base;3470.00;13.13;991.00;1.90;0 535;anti_air_building;3425.00;10.93;1029.00;5.25;0 @@ -22107,6 +33150,7 @@ 535;bunker;3375.00;12.23;1147.00;0.53;0 535;bunker;3390.00;12.90;1090.00;5.08;0 535;bunker;3392.00;10.07;1053.00;4.48;0 +535;bunker;3392.00;12.98;1139.00;1.64;0 535;bunker;3398.00;12.03;1075.00;2.92;0 535;bunker;3400.00;11.95;1127.00;2.09;0 535;bunker;3404.00;10.40;1048.00;6.10;0 @@ -22131,6 +33175,14 @@ 535;coastal_bunker;3439.00;9.50;973.00;0.00;0 535;coastal_bunker;3449.00;9.50;951.00;-1.00;0 535;dockyard;3407.00;9.50;1035.00;-1.25;0 +535;floating_harbor;3340.00;9.50;1103.00;-3.52;4115 +535;floating_harbor;3340.00;9.50;1103.00;-3.75;12101 +535;floating_harbor;3365.87;9.50;1081.74;-3.61;1033 +535;floating_harbor;3373.74;9.50;1067.87;-4.25;2095 +535;floating_harbor;3381.45;9.50;1050.54;-4.35;8092 +535;floating_harbor;3402.14;9.50;1027.63;-4.51;2033 +535;floating_harbor;3428.54;9.50;972.02;-3.06;12883 +535;floating_harbor;3440.00;9.50;957.40;-4.17;1923 535;industrial_complex;3386.00;11.90;1088.00;0.37;0 535;industrial_complex;3390.00;13.07;1087.00;5.70;0 535;industrial_complex;3406.00;12.07;1115.00;3.64;0 @@ -22148,6 +33200,28 @@ 535;nuclear_reactor;3361.00;11.25;1114.00;2.05;0 535;radar_station;3346.00;9.50;1109.00;3.98;0 535;rocket_site;3416.00;9.68;1020.00;0.49;0 +535;supply_node;3359.00;11.82;1137.00;0.34;0 +535;supply_node;3362.00;12.55;1117.00;0.18;0 +535;supply_node;3372.00;10.32;1094.00;2.28;0 +535;supply_node;3373.00;12.07;1139.00;3.53;0 +535;supply_node;3386.00;13.23;1144.00;3.28;0 +535;supply_node;3388.00;13.78;1099.00;1.87;0 +535;supply_node;3389.00;12.20;1122.00;4.23;0 +535;supply_node;3390.00;10.90;1076.00;2.58;0 +535;supply_node;3396.00;11.70;1056.00;6.16;0 +535;supply_node;3412.00;11.50;1065.00;2.05;0 +535;supply_node;3414.00;9.68;1030.00;4.45;0 +535;supply_node;3416.00;11.82;1110.00;3.23;0 +535;supply_node;3417.00;12.57;1088.00;3.99;0 +535;supply_node;3427.00;9.98;992.00;2.36;0 +535;supply_node;3432.00;12.43;1045.00;0.65;0 +535;supply_node;3433.00;13.18;1065.00;5.71;0 +535;supply_node;3438.00;13.68;1022.00;4.76;0 +535;supply_node;3442.00;13.95;996.00;2.51;0 +535;supply_node;3456.00;11.25;967.00;5.22;0 +535;supply_node;3457.00;12.35;1030.00;2.81;0 +535;supply_node;3468.00;13.12;1003.00;1.11;0 +535;supply_node;3483.00;12.48;973.00;5.40;0 535;synthetic_refinery;3391.00;10.20;1061.00;6.27;0 536;air_base;3392.00;13.68;1283.00;1.04;0 536;anti_air_building;3368.00;10.63;1274.00;4.22;0 @@ -22178,6 +33252,16 @@ 536;nuclear_reactor;3374.00;13.68;1285.00;2.66;0 536;radar_station;3389.00;14.32;1284.00;1.11;0 536;rocket_site;3402.00;11.50;1280.00;5.93;0 +536;supply_node;3364.00;14.98;1282.00;4.76;0 +536;supply_node;3373.00;13.80;1280.00;1.87;0 +536;supply_node;3374.00;14.23;1297.00;3.28;0 +536;supply_node;3381.00;13.38;1270.00;4.45;0 +536;supply_node;3381.00;14.35;1292.00;2.58;0 +536;supply_node;3387.00;15.25;1283.00;0.34;0 +536;supply_node;3391.00;11.75;1269.00;3.99;0 +536;supply_node;3393.00;13.25;1294.00;1.11;0 +536;supply_node;3399.00;12.90;1282.00;0.65;0 +536;supply_node;3408.00;12.78;1288.00;2.51;0 536;synthetic_refinery;3399.00;12.93;1285.00;0.60;0 537;air_base;3492.00;15.00;934.00;1.64;0 537;anti_air_building;3485.00;12.30;915.00;2.16;0 @@ -22199,6 +33283,10 @@ 537;coastal_bunker;3474.00;9.50;910.00;-1.13;0 537;coastal_bunker;3478.00;9.50;879.00;-1.33;0 537;dockyard;3477.00;9.50;889.00;-1.57;0 +537;floating_harbor;3461.29;9.50;922.06;-3.70;8073 +537;floating_harbor;3465.00;9.50;895.00;1.57;10840 +537;floating_harbor;3468.59;9.50;905.19;-4.30;1920 +537;floating_harbor;3472.05;9.50;869.13;-4.59;10752 537;industrial_complex;3479.00;9.82;910.00;1.04;0 537;industrial_complex;3486.00;15.45;922.00;4.66;0 537;industrial_complex;3486.00;15.65;947.00;0.43;0 @@ -22212,6 +33300,11 @@ 537;nuclear_reactor;3483.00;10.32;890.00;1.38;0 537;radar_station;3472.00;9.50;874.00;3.49;0 537;rocket_site;3474.00;10.18;931.00;6.28;0 +537;supply_node;3470.00;10.12;936.00;0.34;0 +537;supply_node;3487.00;11.43;871.00;3.28;0 +537;supply_node;3490.00;14.10;895.00;4.76;0 +537;supply_node;3491.00;14.38;915.00;1.11;0 +537;supply_node;3494.00;14.38;942.00;2.58;0 537;synthetic_refinery;3485.00;12.25;905.00;5.60;0 538;air_base;2830.00;9.75;1258.00;6.03;0 538;anti_air_building;2826.00;10.53;1250.00;2.05;0 @@ -22251,6 +33344,16 @@ 538;coastal_bunker;2921.00;9.53;1268.00;-3.14;0 538;coastal_bunker;2926.00;9.68;1266.00;-3.34;0 538;dockyard;2921.00;9.53;1268.00;-3.14;0 +538;floating_harbor;2826.88;9.50;1263.82;-0.59;1013 +538;floating_harbor;2837.00;9.50;1268.00;0.00;9964 +538;floating_harbor;2842.40;9.50;1265.20;0.93;1145 +538;floating_harbor;2867.15;9.50;1272.90;-0.17;11939 +538;floating_harbor;2874.30;9.50;1273.97;0.10;7166 +538;floating_harbor;2891.21;9.50;1268.64;-0.32;4046 +538;floating_harbor;2892.00;9.50;1281.00;0.98;12051 +538;floating_harbor;2904.15;9.50;1273.90;-0.17;10078 +538;floating_harbor;2921.99;9.50;1274.93;-0.14;7081 +538;floating_harbor;2933.15;9.50;1272.90;-0.17;1160 538;industrial_complex;2827.00;9.75;1257.00;1.90;0 538;industrial_complex;2834.00;11.48;1253.00;1.30;0 538;industrial_complex;2841.00;13.15;1255.00;5.53;0 @@ -22270,6 +33373,23 @@ 538;nuclear_reactor;2873.00;13.75;1258.00;4.62;0 538;radar_station;2809.00;9.53;1250.00;4.29;0 538;rocket_site;2829.00;10.55;1252.00;0.50;0 +538;supply_node;2819.00;10.18;1252.00;0.34;0 +538;supply_node;2824.00;11.53;1244.00;4.94;0 +538;supply_node;2837.00;12.57;1254.00;2.05;0 +538;supply_node;2850.00;12.95;1247.00;3.23;0 +538;supply_node;2852.00;10.88;1258.00;4.76;0 +538;supply_node;2865.00;10.85;1260.00;4.23;0 +538;supply_node;2865.00;12.98;1250.00;0.65;0 +538;supply_node;2876.00;13.53;1257.00;5.40;0 +538;supply_node;2887.00;13.32;1256.00;3.99;0 +538;supply_node;2897.00;14.70;1249.00;6.16;0 +538;supply_node;2902.00;12.78;1261.00;0.18;0 +538;supply_node;2905.00;14.55;1245.00;3.53;0 +538;supply_node;2912.00;11.65;1258.00;2.36;0 +538;supply_node;2918.00;14.57;1246.00;5.71;0 +538;supply_node;2920.00;10.25;1261.00;2.81;0 +538;supply_node;2930.00;12.85;1246.00;3.28;0 +538;supply_node;2931.00;10.57;1260.00;2.51;0 538;synthetic_refinery;2818.00;10.05;1250.00;2.56;0 539;air_base;2819.00;13.78;1228.00;3.97;0 539;anti_air_building;2800.00;13.82;1194.00;6.10;0 @@ -22292,6 +33412,8 @@ 539;coastal_bunker;2780.00;9.57;1234.00;-2.94;0 539;coastal_bunker;2807.00;9.60;1246.00;-2.68;0 539;dockyard;2807.00;9.60;1246.00;-2.68;0 +539;floating_harbor;2782.30;9.50;1243.79;0.24;4116 +539;floating_harbor;2800.12;9.50;1253.82;0.59;11923 539;industrial_complex;2783.00;13.78;1207.00;5.53;0 539;industrial_complex;2786.00;11.90;1232.00;6.03;0 539;industrial_complex;2787.00;10.03;1235.00;2.41;0 @@ -22303,6 +33425,14 @@ 539;nuclear_reactor;2787.00;13.80;1204.00;2.49;0 539;radar_station;2784.00;14.00;1194.00;3.80;0 539;rocket_site;2811.00;14.07;1228.00;6.11;0 +539;supply_node;2785.00;10.85;1233.00;2.51;0 +539;supply_node;2786.00;14.10;1216.00;4.76;0 +539;supply_node;2794.00;14.28;1200.00;2.81;0 +539;supply_node;2797.00;13.00;1231.00;3.99;0 +539;supply_node;2803.00;13.88;1219.00;0.65;0 +539;supply_node;2808.00;10.57;1242.00;6.16;0 +539;supply_node;2815.00;14.18;1229.00;3.23;0 +539;supply_node;2817.00;14.00;1208.00;5.40;0 539;synthetic_refinery;2799.00;13.93;1213.00;1.88;0 540;air_base;2875.00;11.75;1216.00;0.86;0 540;anti_air_building;2913.00;9.70;1208.00;4.83;0 @@ -22340,6 +33470,23 @@ 540;nuclear_reactor;2908.00;9.65;1211.00;0.61;0 540;radar_station;2828.00;12.57;1198.00;3.27;0 540;rocket_site;2900.00;9.90;1195.00;5.06;0 +540;supply_node;2829.00;13.93;1232.00;1.60;0 +540;supply_node;2836.00;14.62;1218.00;2.81;0 +540;supply_node;2841.00;12.57;1202.00;3.99;0 +540;supply_node;2841.00;13.23;1238.00;0.18;0 +540;supply_node;2854.00;14.57;1223.00;2.36;0 +540;supply_node;2856.00;12.78;1237.00;0.65;0 +540;supply_node;2863.00;12.10;1203.00;6.16;0 +540;supply_node;2868.00;12.80;1237.00;3.53;0 +540;supply_node;2874.00;12.85;1226.00;4.23;0 +540;supply_node;2880.00;12.62;1242.00;3.77;0 +540;supply_node;2882.00;11.32;1209.00;2.05;0 +540;supply_node;2893.00;11.98;1235.00;4.94;0 +540;supply_node;2898.00;11.43;1222.00;0.83;0 +540;supply_node;2902.00;9.70;1203.00;5.40;0 +540;supply_node;2910.00;13.95;1233.00;4.53;0 +540;supply_node;2917.00;9.60;1214.00;5.71;0 +540;supply_node;2927.00;12.95;1231.00;3.23;0 540;synthetic_refinery;2844.00;14.73;1219.00;5.66;0 541;air_base;2938.00;11.93;1253.00;5.08;0 541;anti_air_building;2951.00;13.75;1248.00;1.01;0 @@ -22380,6 +33527,14 @@ 541;coastal_bunker;2976.00;9.50;1268.00;-3.52;0 541;coastal_bunker;2977.00;9.60;1239.00;-4.39;0 541;dockyard;2955.00;9.60;1272.00;-3.42;0 +541;floating_harbor;2943.15;9.50;1273.90;-0.17;4163 +541;floating_harbor;2957.76;9.50;1279.43;-0.40;9994 +541;floating_harbor;2965.37;9.50;1275.86;-0.20;11969 +541;floating_harbor;2970.82;9.50;1214.88;-0.98;7005 +541;floating_harbor;2971.93;9.50;1218.01;-1.71;10026 +541;floating_harbor;2977.13;9.50;1273.26;-0.46;10091 +541;floating_harbor;2980.26;9.50;1248.13;-1.11;7162 +541;floating_harbor;2980.64;9.50;1225.79;-1.89;11921 541;industrial_complex;2930.00;9.70;1205.00;3.88;0 541;industrial_complex;2948.00;9.70;1207.00;1.82;0 541;industrial_complex;2948.00;10.82;1221.00;3.97;0 @@ -22397,6 +33552,26 @@ 541;nuclear_reactor;2968.00;9.70;1261.00;5.74;0 541;radar_station;2928.00;9.75;1198.00;0.82;0 541;rocket_site;2941.00;10.30;1222.00;4.18;0 +541;supply_node;2933.00;9.70;1202.00;2.81;0 +541;supply_node;2941.00;10.57;1261.00;3.53;0 +541;supply_node;2943.00;10.85;1223.00;5.94;0 +541;supply_node;2943.00;15.03;1239.00;5.40;0 +541;supply_node;2945.00;9.90;1187.00;1.60;0 +541;supply_node;2946.00;9.70;1204.00;3.77;0 +541;supply_node;2946.00;11.18;1253.00;6.16;0 +541;supply_node;2952.00;10.32;1266.00;4.53;0 +541;supply_node;2954.00;10.90;1231.00;3.23;0 +541;supply_node;2956.00;13.18;1244.00;5.71;0 +541;supply_node;2958.00;10.20;1168.00;0.18;0 +541;supply_node;2958.00;10.80;1220.00;0.83;0 +541;supply_node;2959.00;10.05;1207.00;4.23;0 +541;supply_node;2959.00;10.18;1191.00;5.18;0 +541;supply_node;2959.00;12.10;1255.00;4.94;0 +541;supply_node;2963.00;10.00;1264.00;1.14;0 +541;supply_node;2964.00;10.00;1234.00;2.05;0 +541;supply_node;2970.00;9.98;1243.00;2.36;0 +541;supply_node;2971.00;9.70;1261.00;5.25;0 +541;supply_node;2971.00;10.03;1229.00;3.00;0 541;synthetic_refinery;2952.00;11.28;1230.00;3.67;0 542;air_base;3056.00;10.10;1151.00;5.59;0 542;anti_air_building;2967.00;10.48;1165.00;4.18;0 @@ -22439,6 +33614,15 @@ 542;coastal_bunker;3045.00;9.73;1175.00;-3.61;0 542;coastal_bunker;3053.00;9.85;1165.00;-3.68;0 542;dockyard;3006.00;9.95;1191.00;-3.27;0 +542;floating_harbor;2979.46;9.50;1213.55;-0.36;11957 +542;floating_harbor;2992.99;9.50;1203.93;-0.14;12039 +542;floating_harbor;3004.70;9.50;1197.79;-0.24;1189 +542;floating_harbor;3010.00;9.50;1200.00;0.00;1149 +542;floating_harbor;3022.70;9.50;1197.79;-0.24;4194 +542;floating_harbor;3034.60;9.50;1194.50;-0.38;7209 +542;floating_harbor;3048.37;9.50;1187.47;-0.67;9980 +542;floating_harbor;3050.60;9.50;1177.50;-0.38;1118 +542;floating_harbor;3061.60;9.50;1170.00;-0.54;1041 542;industrial_complex;2966.00;10.50;1169.00;3.88;0 542;industrial_complex;2972.00;10.70;1155.00;5.08;0 542;industrial_complex;2981.00;10.50;1179.00;0.86;0 @@ -22457,6 +33641,27 @@ 542;nuclear_reactor;3013.00;10.20;1189.00;0.57;0 542;radar_station;2966.00;10.50;1156.00;1.13;0 542;rocket_site;3006.00;10.65;1188.00;2.73;0 +542;supply_node;2974.00;9.82;1199.00;0.37;0 +542;supply_node;2976.00;10.00;1186.00;5.40;0 +542;supply_node;2977.00;10.80;1165.00;0.83;0 +542;supply_node;2989.00;10.70;1178.00;1.14;0 +542;supply_node;2991.00;9.70;1190.00;1.07;0 +542;supply_node;2995.00;11.05;1153.00;5.94;0 +542;supply_node;3001.00;11.57;1183.00;4.23;0 +542;supply_node;3005.00;10.93;1170.00;5.71;0 +542;supply_node;3010.00;10.40;1185.00;3.53;0 +542;supply_node;3015.00;10.88;1155.00;5.18;0 +542;supply_node;3019.00;12.65;1183.00;1.60;0 +542;supply_node;3020.00;10.20;1167.00;0.18;0 +542;supply_node;3028.00;12.88;1174.00;4.53;0 +542;supply_node;3030.00;10.35;1183.00;5.25;0 +542;supply_node;3032.00;12.98;1163.00;3.30;0 +542;supply_node;3035.00;10.50;1146.00;2.36;0 +542;supply_node;3039.00;10.12;1158.00;4.94;0 +542;supply_node;3040.00;9.75;1177.00;3.00;0 +542;supply_node;3046.00;11.10;1166.00;2.05;0 +542;supply_node;3051.00;9.93;1146.00;3.77;0 +542;supply_node;3055.00;9.80;1159.00;2.81;0 542;synthetic_refinery;3049.00;10.03;1144.00;4.78;0 543;air_base;3096.00;9.98;1143.00;3.53;0 543;anti_air_building;3063.00;9.95;1154.00;2.86;0 @@ -22523,6 +33728,24 @@ 543;coastal_bunker;3183.00;10.80;1177.00;-3.39;0 543;coastal_bunker;3192.00;9.53;1178.00;-3.61;0 543;dockyard;3085.00;9.60;1157.00;-3.55;0 +543;floating_harbor;3071.46;9.50;1169.55;-0.36;4047 +543;floating_harbor;3079.92;9.50;1167.73;-0.28;10046 +543;floating_harbor;3093.47;9.50;1162.08;-0.52;10117 +543;floating_harbor;3101.13;9.50;1156.26;-0.46;12088 +543;floating_harbor;3104.77;9.50;1153.96;-0.11;4057 +543;floating_harbor;3107.79;9.50;1154.64;0.32;1198 +543;floating_harbor;3110.21;9.50;1177.70;1.33;11954 +543;floating_harbor;3113.00;9.50;1165.00;1.57;4120 +543;floating_harbor;3113.87;9.50;1161.26;0.46;1127 +543;floating_harbor;3122.40;9.50;1193.50;0.38;10123 +543;floating_harbor;3134.00;9.50;1198.00;0.00;12094 +543;floating_harbor;3144.00;9.50;1201.00;0.00;4151 +543;floating_harbor;3153.15;9.50;1200.90;-0.17;1204 +543;floating_harbor;3166.88;9.50;1196.82;-0.59;7082 +543;floating_harbor;3171.60;9.50;1190.50;-0.38;9992 +543;floating_harbor;3178.37;9.50;1186.86;-0.20;1130 +543;floating_harbor;3189.13;9.50;1183.26;-0.46;4136 +543;floating_harbor;3198.60;9.50;1183.00;-0.54;10120 543;industrial_complex;3118.00;9.75;1132.00;5.08;0 543;industrial_complex;3148.00;9.80;1159.00;0.86;0 543;industrial_complex;3148.00;9.90;1166.00;2.92;0 @@ -22550,6 +33773,42 @@ 543;nuclear_reactor;3162.00;9.80;1168.00;1.31;0 543;radar_station;3056.00;10.20;1139.00;2.50;0 543;rocket_site;3103.00;9.80;1134.00;3.47;0 +543;supply_node;3066.00;9.90;1155.00;4.94;0 +543;supply_node;3067.00;10.45;1141.00;1.07;0 +543;supply_node;3076.00;9.85;1154.00;3.95;0 +543;supply_node;3084.00;10.03;1134.00;5.67;0 +543;supply_node;3086.00;9.90;1149.00;2.09;0 +543;supply_node;3094.00;10.12;1142.00;0.14;0 +543;supply_node;3097.00;10.05;1122.00;1.78;0 +543;supply_node;3103.00;9.88;1138.00;1.60;0 +543;supply_node;3112.00;9.62;1142.00;5.71;0 +543;supply_node;3117.00;9.82;1127.00;0.37;0 +543;supply_node;3119.00;10.30;1151.00;3.53;0 +543;supply_node;3121.00;10.23;1175.00;4.26;0 +543;supply_node;3123.00;9.98;1165.00;3.77;0 +543;supply_node;3127.00;9.70;1140.00;1.14;0 +543;supply_node;3127.00;10.68;1182.00;1.32;0 +543;supply_node;3131.00;9.70;1156.00;5.18;0 +543;supply_node;3131.00;14.50;1170.00;2.05;0 +543;supply_node;3134.00;10.07;1186.00;2.73;0 +543;supply_node;3138.00;13.62;1171.00;2.54;0 +543;supply_node;3140.00;9.60;1147.00;5.25;0 +543;supply_node;3142.00;12.05;1180.00;0.83;0 +543;supply_node;3144.00;9.80;1161.00;3.49;0 +543;supply_node;3144.00;10.50;1190.00;5.94;0 +543;supply_node;3149.00;11.12;1174.00;0.61;0 +543;supply_node;3151.00;10.80;1188.00;2.36;0 +543;supply_node;3152.00;9.70;1151.00;4.72;0 +543;supply_node;3157.00;9.80;1164.00;4.23;0 +543;supply_node;3159.00;10.10;1185.00;3.30;0 +543;supply_node;3160.00;9.80;1175.00;2.02;0 +543;supply_node;3167.00;10.55;1179.00;1.37;0 +543;supply_node;3169.00;9.80;1165.00;2.32;0 +543;supply_node;3176.00;11.95;1175.00;0.18;0 +543;supply_node;3178.00;9.80;1163.00;5.48;0 +543;supply_node;3184.00;10.80;1173.00;3.00;0 +543;supply_node;3189.00;9.90;1161.00;4.53;0 +543;supply_node;3192.00;11.75;1172.00;6.13;0 543;synthetic_refinery;3135.00;9.60;1142.00;5.52;0 544;air_base;3275.00;9.90;1144.00;4.03;0 544;anti_air_building;3277.00;9.70;1157.00;2.56;0 @@ -22579,6 +33838,12 @@ 544;coastal_bunker;3295.00;9.57;1169.00;-3.93;0 544;coastal_bunker;3303.00;9.68;1163.00;-3.66;0 544;dockyard;3276.00;9.68;1163.00;-3.14;0 +544;floating_harbor;3274.00;9.50;1178.00;-0.40;4145 +544;floating_harbor;3274.00;9.50;1178.00;-0.67;1071 +544;floating_harbor;3276.00;9.50;1172.00;0.00;4076 +544;floating_harbor;3287.00;9.50;1176.00;0.00;7091 +544;floating_harbor;3303.95;9.50;1173.95;-0.79;11964 +544;floating_harbor;3306.47;9.50;1171.08;-0.52;10005 544;industrial_complex;3258.00;9.70;1156.00;0.87;0 544;industrial_complex;3267.00;9.78;1152.00;5.08;0 544;industrial_complex;3282.00;9.70;1159.00;5.59;0 @@ -22594,6 +33859,17 @@ 544;nuclear_reactor;3255.00;9.65;1151.00;5.23;0 544;radar_station;3252.00;9.60;1148.00;0.18;0 544;rocket_site;3278.00;9.70;1154.00;3.66;0 +544;supply_node;3257.00;9.68;1151.00;4.23;0 +544;supply_node;3268.00;9.78;1154.00;4.94;0 +544;supply_node;3270.00;9.80;1142.00;0.18;0 +544;supply_node;3276.00;9.70;1161.00;2.36;0 +544;supply_node;3281.00;9.70;1155.00;0.83;0 +544;supply_node;3285.00;9.80;1146.00;5.71;0 +544;supply_node;3287.00;9.70;1164.00;4.53;0 +544;supply_node;3290.00;9.70;1154.00;5.25;0 +544;supply_node;3295.00;9.70;1165.00;3.00;0 +544;supply_node;3297.00;9.78;1148.00;1.60;0 +544;supply_node;3299.00;9.73;1158.00;3.77;0 544;synthetic_refinery;3260.00;9.68;1147.00;4.62;0 545;air_base;3340.00;12.23;1132.00;3.44;0 545;anti_air_building;3329.00;9.73;1119.00;4.27;0 @@ -22626,6 +33902,15 @@ 545;coastal_bunker;3340.00;9.50;1105.00;0.00;0 545;coastal_bunker;3347.00;9.85;1129.00;0.98;0 545;dockyard;3319.00;9.53;1161.00;-3.14;0 +545;floating_harbor;3310.70;9.50;1170.79;-0.24;12049 +545;floating_harbor;3318.00;9.50;1170.00;0.00;1155 +545;floating_harbor;3324.79;9.50;1169.64;0.32;11979 +545;floating_harbor;3337.70;9.50;1104.21;-2.90;10099 +545;floating_harbor;3338.00;9.50;1171.00;0.00;4161 +545;floating_harbor;3340.00;9.50;1103.00;-2.45;4073 +545;floating_harbor;3340.00;9.50;1103.00;-2.49;1112 +545;floating_harbor;3340.00;9.50;1103.00;-2.52;9947 +545;floating_harbor;3340.00;9.50;1103.00;-3.48;12073 545;industrial_complex;3316.00;9.80;1153.00;5.60;0 545;industrial_complex;3323.00;10.85;1143.00;4.03;0 545;industrial_complex;3325.00;9.60;1126.00;0.87;0 @@ -22644,6 +33929,17 @@ 545;nuclear_reactor;3343.00;12.07;1131.00;2.12;0 545;radar_station;3305.00;10.60;1146.00;3.76;0 545;rocket_site;3336.00;9.98;1158.00;5.74;0 +545;supply_node;3307.00;9.70;1156.00;5.94;0 +545;supply_node;3308.00;10.55;1143.00;4.94;0 +545;supply_node;3316.00;9.78;1144.00;4.53;0 +545;supply_node;3318.00;9.80;1156.00;2.36;0 +545;supply_node;3326.00;10.10;1129.00;5.71;0 +545;supply_node;3329.00;10.15;1157.00;3.00;0 +545;supply_node;3329.00;11.15;1142.00;5.25;0 +545;supply_node;3335.00;10.23;1115.00;3.77;0 +545;supply_node;3338.00;10.05;1156.00;1.60;0 +545;supply_node;3341.00;10.73;1143.00;0.83;0 +545;supply_node;3341.00;12.50;1130.00;1.14;0 545;synthetic_refinery;3339.00;10.13;1155.00;0.06;0 546;air_base;3268.00;9.80;1116.00;1.38;0 546;anti_air_building;3211.00;10.00;1162.00;5.23;0 @@ -22675,6 +33971,11 @@ 546;coastal_bunker;3236.00;9.55;1163.00;-3.84;0 546;coastal_bunker;3251.00;9.53;1161.00;-3.79;0 546;dockyard;3210.00;9.55;1170.00;-3.46;0 +546;floating_harbor;3207.60;9.50;1176.00;-0.54;7079 +546;floating_harbor;3217.21;9.50;1176.64;-0.32;9989 +546;floating_harbor;3231.13;9.50;1174.26;-0.46;11967 +546;floating_harbor;3244.95;9.50;1167.95;-0.79;10061 +546;floating_harbor;3249.52;9.50;1168.83;-0.22;11910 546;industrial_complex;3209.00;9.60;1129.00;3.53;0 546;industrial_complex;3210.00;10.00;1161.00;3.44;0 546;industrial_complex;3213.00;10.00;1145.00;5.60;0 @@ -22689,6 +33990,20 @@ 546;nuclear_reactor;3230.00;9.85;1150.00;0.06;0 546;radar_station;3196.00;9.80;1123.00;1.59;0 546;rocket_site;3248.00;9.80;1126.00;3.67;0 +546;supply_node;3200.00;9.95;1155.00;1.60;0 +546;supply_node;3201.00;10.00;1165.00;4.53;0 +546;supply_node;3203.00;9.73;1135.00;2.54;0 +546;supply_node;3210.00;10.00;1151.00;3.30;0 +546;supply_node;3213.00;9.98;1164.00;3.00;0 +546;supply_node;3221.00;9.90;1145.00;1.07;0 +546;supply_node;3224.00;10.07;1160.00;0.37;0 +546;supply_node;3230.00;9.60;1129.00;4.94;0 +546;supply_node;3234.00;10.03;1157.00;5.94;0 +546;supply_node;3237.00;9.60;1143.00;3.77;0 +546;supply_node;3246.00;9.80;1153.00;5.18;0 +546;supply_node;3254.00;9.90;1131.00;1.14;0 +546;supply_node;3256.00;10.10;1107.00;5.25;0 +546;supply_node;3272.00;9.98;1126.00;0.83;0 546;synthetic_refinery;3273.00;9.90;1101.00;4.27;0 547;air_base;3271.00;10.30;1050.00;1.88;0 547;anti_air_building;3267.00;10.10;1036.00;3.34;0 @@ -22713,6 +34028,10 @@ 547;nuclear_reactor;3260.00;10.10;1033.00;3.00;0 547;radar_station;3242.00;10.40;1007.00;3.34;0 547;rocket_site;3267.00;10.20;1062.00;1.44;0 +547;supply_node;3270.00;10.03;1030.00;4.53;0 +547;supply_node;3272.00;10.35;990.00;0.83;0 +547;supply_node;3272.00;10.65;1075.00;5.25;0 +547;supply_node;3293.00;10.40;989.00;3.77;0 547;synthetic_refinery;3285.00;9.93;1072.00;5.40;0 548;air_base;3301.00;10.93;1114.00;6.11;0 548;anti_air_building;3287.00;9.75;1124.00;4.62;0 @@ -22738,6 +34057,8 @@ 548;coastal_bunker;3318.00;9.82;1119.00;-4.25;0 548;coastal_bunker;3320.00;9.70;1117.00;-4.39;0 548;dockyard;3317.00;9.57;1122.00;-4.25;0 +548;floating_harbor;3340.00;9.50;1103.00;-2.09;9957 +548;floating_harbor;3340.00;9.50;1103.00;-2.36;10126 548;industrial_complex;3281.00;9.80;1110.00;6.10;0 548;industrial_complex;3281.00;9.80;1111.00;3.09;0 548;industrial_complex;3293.00;10.10;1106.00;1.88;0 @@ -22749,6 +34070,17 @@ 548;nuclear_reactor;3310.00;11.95;1117.00;1.61;0 548;radar_station;3280.00;9.82;1099.00;4.23;0 548;rocket_site;3316.00;11.45;1114.00;5.23;0 +548;supply_node;3283.00;9.80;1105.00;5.18;0 +548;supply_node;3284.00;9.80;1118.00;1.07;0 +548;supply_node;3286.00;9.70;1129.00;3.77;0 +548;supply_node;3288.00;9.75;1138.00;3.00;0 +548;supply_node;3293.00;10.30;1115.00;0.37;0 +548;supply_node;3294.00;10.05;1102.00;1.14;0 +548;supply_node;3298.00;10.65;1128.00;5.94;0 +548;supply_node;3301.00;10.55;1139.00;5.48;0 +548;supply_node;3306.00;11.03;1106.00;5.25;0 +548;supply_node;3309.00;11.55;1124.00;2.54;0 +548;supply_node;3319.00;11.82;1108.00;3.30;0 548;synthetic_refinery;3290.00;9.82;1101.00;5.82;0 549;air_base;3342.00;10.90;1039.00;5.15;0 549;anti_air_building;3305.00;10.28;1012.00;2.12;0 @@ -22784,6 +34116,10 @@ 549;coastal_bunker;3343.00;9.95;1071.00;-4.15;0 549;coastal_bunker;3360.00;9.65;1035.00;-4.07;0 549;dockyard;3342.00;9.75;1074.00;1.28;0 +549;floating_harbor;3338.58;9.50;1098.39;-1.22;12002 +549;floating_harbor;3342.20;9.50;1090.60;-0.64;12889 +549;floating_harbor;3353.94;9.50;1067.71;-1.01;4068 +549;floating_harbor;3364.53;9.50;1048.30;-0.91;5069 549;industrial_complex;3306.00;11.15;1050.00;1.88;0 549;industrial_complex;3313.00;10.20;1017.00;3.09;0 549;industrial_complex;3319.00;10.50;1013.00;4.04;0 @@ -22797,6 +34133,25 @@ 549;nuclear_reactor;3355.00;11.40;1036.00;3.23;0 549;radar_station;3284.00;10.48;1007.00;5.17;0 549;rocket_site;3326.00;10.30;1009.00;0.57;0 +549;supply_node;3286.00;10.10;1092.00;3.95;0 +549;supply_node;3295.00;10.40;1081.00;6.13;0 +549;supply_node;3297.00;10.10;1018.00;4.26;0 +549;supply_node;3297.00;12.57;1057.00;4.72;0 +549;supply_node;3300.00;10.40;1092.00;1.78;0 +549;supply_node;3307.00;11.25;1067.00;2.54;0 +549;supply_node;3309.00;10.70;1033.00;5.18;0 +549;supply_node;3310.00;10.43;1081.00;1.14;0 +549;supply_node;3313.00;11.35;1049.00;3.00;0 +549;supply_node;3315.00;10.32;1016.00;1.37;0 +549;supply_node;3320.00;10.43;1070.00;1.32;0 +549;supply_node;3321.00;12.03;1092.00;2.09;0 +549;supply_node;3323.00;10.05;1040.00;0.61;0 +549;supply_node;3324.00;9.95;1057.00;5.94;0 +549;supply_node;3332.00;12.30;1077.00;2.02;0 +549;supply_node;3334.00;10.53;1038.00;5.48;0 +549;supply_node;3336.00;10.30;1015.00;3.30;0 +549;supply_node;3340.00;13.20;1059.00;0.37;0 +549;supply_node;3350.00;12.25;1037.00;1.07;0 549;synthetic_refinery;3323.00;10.25;1015.00;2.62;0 550;air_base;3376.00;10.93;937.00;4.55;0 550;anti_air_building;3375.00;10.93;936.00;2.56;0 @@ -22815,6 +34170,9 @@ 550;coastal_bunker;3387.00;9.65;970.00;1.34;0 550;coastal_bunker;3390.00;10.40;952.00;-4.25;0 550;dockyard;3375.00;9.90;1011.00;-4.21;0 +550;floating_harbor;3379.12;9.50;1015.40;-1.06;1977 +550;floating_harbor;3393.82;9.50;974.43;-1.80;12725 +550;floating_harbor;3400.36;9.50;954.93;-1.14;2003 550;industrial_complex;3355.00;14.28;1012.00;6.11;0 550;industrial_complex;3360.00;13.43;1005.00;1.88;0 550;industrial_complex;3370.00;12.73;972.00;1.53;0 @@ -22827,6 +34185,9 @@ 550;nuclear_reactor;3369.00;11.30;946.00;5.82;0 550;radar_station;3362.00;11.15;953.00;2.05;0 550;rocket_site;3370.00;13.53;989.00;4.62;0 +550;supply_node;3364.00;11.90;1007.00;1.14;0 +550;supply_node;3374.00;14.28;979.00;0.37;0 +550;supply_node;3381.00;12.82;946.00;5.18;0 550;synthetic_refinery;3363.00;12.10;981.00;5.22;0 551;air_base;3416.00;14.15;896.00;3.60;0 551;anti_air_building;3407.00;10.82;936.00;5.82;0 @@ -22847,6 +34208,10 @@ 551;coastal_bunker;3429.00;9.65;896.00;-4.21;0 551;coastal_bunker;3473.00;10.03;855.00;-3.79;0 551;dockyard;3462.00;9.88;868.00;-3.79;0 +551;floating_harbor;3412.40;9.50;944.12;-0.51;5047 +551;floating_harbor;3424.94;9.50;915.71;-1.01;5091 +551;floating_harbor;3450.00;9.50;905.00;-1.23;12766 +551;floating_harbor;3463.95;9.50;877.95;-0.79;8043 551;industrial_complex;3395.00;11.95;932.00;2.49;0 551;industrial_complex;3404.00;13.28;890.00;1.53;0 551;industrial_complex;3405.00;14.70;924.00;5.15;0 @@ -22860,6 +34225,10 @@ 551;nuclear_reactor;3472.00;10.65;854.00;1.01;0 551;radar_station;3402.00;14.13;886.00;2.35;0 551;rocket_site;3457.00;11.63;869.00;4.27;0 +551;supply_node;3404.00;13.05;929.00;0.37;0 +551;supply_node;3411.00;14.65;907.00;3.30;0 +551;supply_node;3419.00;14.15;891.00;2.54;0 +551;supply_node;3455.00;11.10;869.00;1.07;0 551;synthetic_refinery;3419.00;14.13;892.00;5.23;0 552;air_base;2977.00;10.35;1385.00;3.00;0 552;anti_air_building;2973.00;10.82;1399.00;3.66;0 @@ -22882,6 +34251,8 @@ 552;coastal_bunker;2977.00;9.50;1375.00;-0.24;0 552;coastal_bunker;2980.00;9.50;1372.00;-0.59;0 552;dockyard;2983.00;9.50;1369.00;-0.59;0 +552;floating_harbor;2970.79;9.50;1370.36;-3.46;11833 +552;floating_harbor;2976.12;9.50;1363.18;-3.73;6875 552;industrial_complex;2978.00;10.15;1397.00;1.53;0 552;industrial_complex;2982.00;10.35;1390.00;5.76;0 552;industrial_complex;2984.00;10.53;1390.00;3.60;0 @@ -22893,6 +34264,14 @@ 552;nuclear_reactor;2977.00;10.13;1382.00;0.06;0 552;radar_station;2971.00;9.50;1379.00;1.59;0 552;rocket_site;2985.00;10.68;1386.00;3.67;0 +552;supply_node;2974.00;9.60;1380.00;3.95;0 +552;supply_node;2976.00;10.15;1397.00;2.54;0 +552;supply_node;2981.00;10.90;1383.00;1.07;0 +552;supply_node;2982.00;9.60;1372.00;5.48;0 +552;supply_node;2982.00;10.23;1391.00;1.37;0 +552;supply_node;2987.00;11.25;1397.00;0.61;0 +552;supply_node;2988.00;11.60;1378.00;1.78;0 +552;supply_node;2991.00;11.10;1388.00;4.72;0 552;synthetic_refinery;2982.00;10.10;1392.00;4.27;0 553;air_base;2960.00;11.18;1480.00;2.04;0 553;anti_air_building;2958.00;11.23;1477.00;0.49;0 @@ -22914,6 +34293,7 @@ 553;nuclear_reactor;2958.00;11.13;1478.00;5.22;0 553;radar_station;2954.00;11.03;1477.00;6.16;0 553;rocket_site;2961.00;11.25;1480.00;2.56;0 +553;supply_node;2958.00;11.12;1478.00;5.48;0 553;synthetic_refinery;2958.00;11.07;1480.00;2.05;0 554;air_base;1651.00;10.32;1566.00;6.27;0 554;anti_air_building;1636.00;11.38;1577.00;4.18;0 @@ -22938,6 +34318,8 @@ 554;coastal_bunker;1656.00;9.60;1558.00;-0.32;0 554;coastal_bunker;1675.00;9.50;1563.00;-3.93;0 554;dockyard;1665.00;9.60;1559.00;-3.93;0 +554;floating_harbor;1655.00;9.50;1548.00;-3.14;3878 +554;floating_harbor;1693.00;9.50;1552.00;-1.93;859 554;industrial_complex;1645.00;10.70;1573.00;5.66;0 554;industrial_complex;1648.00;10.57;1575.00;3.60;0 554;industrial_complex;1653.00;10.98;1594.00;2.04;0 @@ -22949,6 +34331,16 @@ 554;nuclear_reactor;1653.00;10.53;1576.00;2.73;0 554;radar_station;1651.00;9.50;1554.00;5.93;0 554;rocket_site;1649.00;10.50;1577.00;2.62;0 +554;supply_node;1639.00;10.93;1573.00;4.72;0 +554;supply_node;1645.00;11.70;1586.00;1.32;0 +554;supply_node;1647.00;10.62;1577.00;2.02;0 +554;supply_node;1647.00;11.53;1593.00;4.26;0 +554;supply_node;1648.00;10.55;1567.00;2.09;0 +554;supply_node;1655.00;9.68;1558.00;0.61;0 +554;supply_node;1655.00;10.48;1573.00;6.13;0 +554;supply_node;1657.00;10.48;1589.00;3.95;0 +554;supply_node;1658.00;10.73;1604.00;3.49;0 +554;supply_node;1671.00;9.70;1559.00;1.37;0 554;synthetic_refinery;1656.00;10.45;1590.00;2.12;0 555;air_base;2875.00;9.65;1550.00;0.49;0 555;anti_air_building;2875.00;9.65;1550.00;3.23;0 @@ -22974,6 +34366,12 @@ 555;coastal_bunker;2885.00;9.60;1569.00;-4.66;0 555;coastal_bunker;2886.00;9.50;1572.00;0.79;0 555;dockyard;2883.00;9.50;1582.00;-3.14;0 +555;floating_harbor;2861.05;9.50;1553.95;0.79;9431 +555;floating_harbor;2862.00;9.50;1554.00;1.57;9498 +555;floating_harbor;2869.12;9.50;1566.82;0.59;3211 +555;floating_harbor;2885.37;9.50;1587.86;-0.20;3314 +555;floating_harbor;2887.00;9.50;1566.00;-1.57;68 +555;floating_harbor;2890.95;9.50;1569.95;-0.79;391 555;industrial_complex;2872.00;9.65;1557.00;0.26;0 555;industrial_complex;2872.00;9.70;1555.00;4.99;0 555;industrial_complex;2875.00;9.70;1559.00;0.87;0 @@ -22989,6 +34387,13 @@ 555;nuclear_reactor;2884.00;9.63;1556.00;3.24;0 555;radar_station;2879.37;9.70;1561.13;5.47;0 555;rocket_site;2884.00;9.60;1558.00;1.68;0 +555;supply_node;2867.00;9.53;1548.00;4.26;0 +555;supply_node;2875.00;9.70;1558.00;2.09;0 +555;supply_node;2878.00;9.60;1554.00;2.02;0 +555;supply_node;2879.00;9.50;1566.00;3.95;0 +555;supply_node;2880.00;9.70;1549.00;6.13;0 +555;supply_node;2883.00;9.70;1576.00;1.32;0 +555;supply_node;2884.00;9.60;1563.00;0.61;0 555;synthetic_refinery;2884.00;9.60;1563.00;1.17;0 556;air_base;1975.00;9.68;1696.00;4.71;0 556;anti_air_building;1973.00;9.68;1692.00;5.23;0 @@ -23003,6 +34408,7 @@ 556;bunker;1975.00;9.68;1682.00;5.22;0 556;coastal_bunker;1966.00;9.57;1679.00;-0.86;0 556;dockyard;1974.00;9.60;1690.00;-3.52;0 +556;floating_harbor;1961.62;9.50;1673.52;-4.02;12505 556;industrial_complex;1970.00;9.70;1683.00;5.06;0 556;industrial_complex;1971.00;9.60;1681.00;6.27;0 556;industrial_complex;1973.00;9.70;1689.00;2.04;0 @@ -23013,6 +34419,7 @@ 556;nuclear_reactor;1967.00;9.70;1682.00;3.67;0 556;radar_station;1961.00;9.50;1675.00;4.94;0 556;rocket_site;1967.00;9.70;1684.00;1.01;0 +556;supply_node;1973.00;9.70;1683.00;2.09;0 556;synthetic_refinery;1967.00;9.55;1687.00;1.61;0 557;air_base;2911.00;9.70;1585.00;5.22;0 557;anti_air_building;2908.00;9.70;1567.00;2.73;0 @@ -23035,6 +34442,10 @@ 557;coastal_bunker;2905.00;9.55;1587.00;-3.14;0 557;coastal_bunker;2913.00;9.50;1588.00;-3.14;0 557;dockyard;2898.00;9.53;1587.00;-2.82;0 +557;floating_harbor;2891.00;9.50;1570.00;1.57;6286 +557;floating_harbor;2892.85;9.50;1594.90;0.17;6336 +557;floating_harbor;2903.00;9.50;1596.00;0.00;9335 +557;floating_harbor;2912.00;9.50;1595.00;0.00;11318 557;industrial_complex;2896.00;9.70;1583.00;6.27;0 557;industrial_complex;2897.00;9.70;1584.00;0.49;0 557;industrial_complex;2897.00;9.70;1585.00;4.71;0 @@ -23048,6 +34459,12 @@ 557;nuclear_reactor;2904.00;9.60;1577.00;1.68;0 557;radar_station;2896.00;9.50;1566.00;2.54;0 557;rocket_site;2904.00;9.63;1575.00;5.29;0 +557;supply_node;2895.00;9.70;1582.00;4.26;0 +557;supply_node;2900.00;9.60;1570.00;1.32;0 +557;supply_node;2903.00;9.60;1582.00;3.49;0 +557;supply_node;2910.00;9.70;1566.00;0.14;0 +557;supply_node;2910.00;9.70;1575.00;2.02;0 +557;supply_node;2912.00;9.68;1583.00;2.73;0 557;synthetic_refinery;2914.00;9.70;1578.00;5.89;0 558;air_base;3995.00;9.70;816.00;4.62;0 558;anti_air_building;3994.00;9.70;819.00;3.67;0 @@ -23062,6 +34479,7 @@ 558;bunker;3995.00;9.57;813.00;3.66;0 558;coastal_bunker;3994.00;9.50;814.00;-1.33;0 558;dockyard;3992.00;9.50;817.00;-1.33;0 +558;floating_harbor;3984.00;9.50;818.00;1.57;7447 558;industrial_complex;3992.00;9.55;821.00;0.50;0 558;industrial_complex;3992.00;9.60;822.00;5.22;0 558;industrial_complex;3993.00;9.70;823.00;2.56;0 @@ -23072,6 +34490,7 @@ 558;nuclear_reactor;3995.00;9.70;816.00;2.12;0 558;radar_station;3990.00;9.50;822.00;3.76;0 558;rocket_site;3994.00;9.60;817.00;5.74;0 +558;supply_node;3995.00;9.70;818.00;2.02;0 558;synthetic_refinery;3993.00;9.70;823.00;0.06;0 559;air_base;4489.00;9.70;549.00;3.66;0 559;anti_air_building;4483.00;9.75;549.00;5.74;0 @@ -23088,6 +34507,8 @@ 559;coastal_bunker;4471.00;9.68;552.00;-3.14;0 559;coastal_bunker;4482.00;9.68;552.00;-3.14;0 559;dockyard;4481.00;9.50;555.00;-3.14;0 +559;floating_harbor;4475.70;9.50;560.79;-0.24;7381 +559;floating_harbor;4487.70;9.50;558.79;-0.24;12249 559;industrial_complex;4480.00;9.70;552.00;5.22;0 559;industrial_complex;4481.00;9.70;551.00;2.56;0 559;industrial_complex;4482.00;9.70;551.00;4.71;0 @@ -23099,6 +34520,8 @@ 559;nuclear_reactor;4485.00;9.82;548.00;3.23;0 559;radar_station;4468.00;9.85;549.00;5.17;0 559;rocket_site;4485.00;9.82;548.00;0.57;0 +559;supply_node;4473.00;9.75;550.00;0.14;0 +559;supply_node;4485.00;9.82;548.00;2.73;0 559;synthetic_refinery;4489.00;9.80;548.00;2.62;0 560;air_base;4755.00;10.57;503.00;1.61;0 560;anti_air_building;4697.00;10.63;514.00;4.86;0 @@ -23129,6 +34552,15 @@ 560;coastal_bunker;4759.00;9.53;500.00;1.11;0 560;coastal_bunker;4774.00;10.23;526.00;-4.22;0 560;dockyard;4724.00;9.63;519.00;1.57;0 +560;floating_harbor;4683.13;9.50;521.26;-0.46;1298 +560;floating_harbor;4693.04;9.50;541.92;-0.15;10175 +560;floating_harbor;4701.21;9.50;501.36;-2.82;4301 +560;floating_harbor;4722.64;9.50;507.79;-1.89;7321 +560;floating_harbor;4735.00;9.50;496.00;0.00;1355 +560;floating_harbor;4738.26;9.50;520.13;-1.11;12151 +560;floating_harbor;4746.00;9.50;480.00;-3.14;4358 +560;floating_harbor;4746.21;9.50;516.30;-4.47;10219 +560;floating_harbor;4756.37;9.50;488.14;-2.94;1339 560;industrial_complex;4681.00;10.05;512.00;3.66;0 560;industrial_complex;4698.00;9.60;509.00;5.23;0 560;industrial_complex;4698.00;10.35;514.00;0.50;0 @@ -23147,6 +34579,13 @@ 560;nuclear_reactor;4747.00;9.75;489.00;3.81;0 560;radar_station;4669.00;9.50;511.00;3.03;0 560;rocket_site;4749.00;10.82;495.00;5.97;0 +560;supply_node;4679.00;10.23;513.00;5.67;0 +560;supply_node;4689.00;11.85;515.00;3.73;0 +560;supply_node;4698.00;10.38;511.00;1.56;0 +560;supply_node;4710.00;9.88;512.00;0.79;0 +560;supply_node;4735.00;9.53;486.00;4.90;0 +560;supply_node;4746.00;12.35;492.00;3.03;0 +560;supply_node;4754.00;10.43;500.00;2.32;0 560;synthetic_refinery;4680.00;10.07;512.00;0.28;0 561;air_base;4774.00;9.53;597.00;1.01;0 561;anti_air_building;4776.00;9.85;596.00;2.12;0 @@ -23161,6 +34600,7 @@ 561;bunker;4782.00;10.05;593.00;0.06;0 561;coastal_bunker;4780.00;9.50;591.00;1.03;0 561;dockyard;4780.00;9.50;591.00;1.03;0 +561;floating_harbor;4794.64;9.50;590.79;-1.89;7557 561;industrial_complex;4775.00;9.60;596.00;3.66;0 561;industrial_complex;4781.00;10.07;594.00;5.23;0 561;industrial_complex;4782.00;9.70;592.00;1.61;0 @@ -23171,6 +34611,7 @@ 561;nuclear_reactor;4786.00;10.05;593.00;5.89;0 561;radar_station;4773.00;9.50;596.00;0.36;0 561;rocket_site;4784.00;10.40;595.00;3.23;0 +561;supply_node;4782.00;10.35;595.00;4.90;0 561;synthetic_refinery;4785.00;10.23;598.00;2.73;0 562;air_base;4702.00;10.50;1040.00;0.06;0 562;anti_air_building;4686.00;12.60;1035.00;3.91;0 @@ -23202,6 +34643,15 @@ 562;coastal_bunker;4704.00;10.05;1059.00;-3.93;0 562;coastal_bunker;4706.00;9.55;1047.00;1.11;0 562;dockyard;4692.00;9.50;1005.00;0.32;0 +562;floating_harbor;4677.05;9.50;1038.95;0.79;1091 +562;floating_harbor;4680.40;9.50;1048.20;0.93;11959 +562;floating_harbor;4688.12;9.50;1059.82;0.59;7214 +562;floating_harbor;4693.13;9.50;1003.74;-2.68;11914 +562;floating_harbor;4700.00;9.50;1004.00;-2.27;12068 +562;floating_harbor;4705.00;9.50;1022.00;-1.57;1175 +562;floating_harbor;4707.82;9.50;1028.12;-2.16;4096 +562;floating_harbor;4712.86;9.50;1042.63;-1.77;9955 +562;floating_harbor;4714.50;9.50;1050.40;-1.95;7186 562;industrial_complex;4688.00;13.60;1027.00;1.61;0 562;industrial_complex;4689.00;14.45;1036.00;4.27;0 562;industrial_complex;4690.00;9.85;1015.00;1.01;0 @@ -23220,6 +34670,16 @@ 562;nuclear_reactor;4700.00;11.28;1040.00;3.81;0 562;radar_station;4680.00;9.50;1025.00;4.44;0 562;rocket_site;4694.00;14.50;1037.00;0.80;0 +562;supply_node;4684.00;11.78;1032.00;3.03;0 +562;supply_node;4685.00;10.68;1021.00;3.27;0 +562;supply_node;4689.00;9.50;1012.00;1.10;0 +562;supply_node;4690.00;13.30;1041.00;5.14;0 +562;supply_node;4692.00;14.38;1031.00;0.33;0 +562;supply_node;4694.00;13.40;1051.00;2.97;0 +562;supply_node;4695.00;10.35;1022.00;0.79;0 +562;supply_node;4699.00;11.05;1034.00;3.73;0 +562;supply_node;4701.00;10.78;1045.00;4.44;0 +562;supply_node;4703.00;11.30;1055.00;5.21;0 562;synthetic_refinery;4702.00;10.50;1040.00;1.75;0 563;air_base;1823.00;9.68;1160.00;5.74;0 563;anti_air_building;1822.00;9.57;1160.00;5.89;0 @@ -23234,6 +34694,7 @@ 563;bunker;1823.00;9.53;1159.00;4.78;0 563;coastal_bunker;1819.00;9.50;1160.00;-1.57;0 563;dockyard;1821.00;9.50;1159.00;-1.57;0 +563;floating_harbor;1820.30;9.50;1166.79;0.24;13084 563;industrial_complex;1822.00;9.57;1160.00;1.01;0 563;industrial_complex;1823.00;9.53;1159.00;3.67;0 563;industrial_complex;1823.00;9.68;1160.00;1.61;0 @@ -23258,6 +34719,7 @@ 564;bunker;1857.00;9.55;1048.00;2.73;0 564;coastal_bunker;1861.00;9.60;1051.00;-2.03;0 564;dockyard;1861.00;9.60;1051.00;-2.03;0 +564;floating_harbor;1853.05;9.50;1054.95;0.79;13012 564;industrial_complex;1856.00;9.50;1048.00;1.01;0 564;industrial_complex;1858.00;9.55;1048.00;0.06;0 564;industrial_complex;1858.00;9.55;1048.00;3.67;0 @@ -23268,6 +34730,7 @@ 564;nuclear_reactor;1859.00;9.55;1048.00;3.74;0 564;radar_station;1855.00;9.50;1047.00;4.71;0 564;rocket_site;1859.00;9.55;1048.00;1.07;0 +564;supply_node;1859.00;9.68;1049.00;2.97;0 564;synthetic_refinery;1863.00;9.60;1051.00;1.68;0 565;air_base;1872.00;11.68;955.00;2.73;0 565;anti_air_building;1871.00;9.88;976.00;2.79;0 @@ -23288,6 +34751,10 @@ 565;coastal_bunker;1916.00;9.53;963.00;-3.40;0 565;coastal_bunker;1948.00;9.50;964.00;-3.20;0 565;dockyard;1888.00;9.60;991.00;-3.93;0 +565;floating_harbor;1892.95;9.50;992.95;-0.79;12716 +565;floating_harbor;1899.20;9.50;982.90;-0.17;4982 +565;floating_harbor;1927.01;9.50;970.70;-0.29;12828 +565;floating_harbor;1947.37;9.50;971.99;-0.05;10906 565;industrial_complex;1856.00;10.65;972.00;4.18;0 565;industrial_complex;1865.00;9.80;989.00;4.78;0 565;industrial_complex;1895.00;9.70;965.00;2.62;0 @@ -23301,6 +34768,10 @@ 565;nuclear_reactor;1889.00;9.80;962.00;1.24;0 565;radar_station;1848.00;11.90;964.00;4.18;0 565;rocket_site;1868.00;9.78;996.00;4.86;0 +565;supply_node;1872.00;9.85;972.00;0.33;0 +565;supply_node;1894.00;9.78;953.00;1.10;0 +565;supply_node;1919.00;9.82;944.00;3.27;0 +565;supply_node;1946.00;9.80;946.00;5.14;0 565;synthetic_refinery;1877.00;11.25;943.00;0.63;0 566;air_base;2256.00;9.70;731.00;3.23;0 566;anti_air_building;2252.00;9.95;744.00;1.07;0 @@ -23315,6 +34786,7 @@ 566;bunker;2252.00;9.95;741.00;1.17;0 566;coastal_bunker;2262.00;9.55;750.00;1.37;0 566;dockyard;2261.00;9.55;746.00;1.37;0 +566;floating_harbor;2268.00;9.50;741.00;-1.57;5168 566;industrial_complex;2256.00;9.75;744.00;0.57;0 566;industrial_complex;2256.00;9.75;744.00;2.73;0 566;industrial_complex;2257.00;9.70;736.00;4.78;0 @@ -23325,6 +34797,7 @@ 566;nuclear_reactor;2258.00;9.70;747.00;0.73;0 566;radar_station;2249.00;10.15;736.00;2.08;0 566;rocket_site;2256.00;9.73;741.00;5.81;0 +566;supply_node;2255.00;9.78;741.00;0.33;0 566;synthetic_refinery;2257.00;9.70;732.00;0.12;0 567;air_base;2962.00;9.70;1426.00;1.17;0 567;anti_air_building;2953.00;10.55;1434.00;0.73;0 @@ -23352,6 +34825,13 @@ 567;nuclear_reactor;2951.00;10.23;1433.00;3.30;0 567;radar_station;2946.00;10.95;1436.00;3.49;0 567;rocket_site;2969.00;9.93;1427.00;0.63;0 +567;supply_node;2950.00;10.65;1435.00;4.68;0 +567;supply_node;2956.00;12.62;1439.00;1.74;0 +567;supply_node;2957.00;9.80;1429.00;2.51;0 +567;supply_node;2963.00;9.70;1424.00;5.86;0 +567;supply_node;2965.00;10.80;1431.00;6.16;0 +567;supply_node;2966.00;14.32;1441.00;3.91;0 +567;supply_node;2972.00;9.70;1421.00;5.44;0 567;synthetic_refinery;2958.00;11.70;1436.00;0.13;0 568;air_base;2995.00;9.70;1427.00;1.68;0 568;anti_air_building;2989.00;10.53;1435.00;0.28;0 @@ -23375,6 +34855,9 @@ 568;coastal_bunker;3004.00;9.50;1430.00;1.19;0 568;coastal_bunker;3009.00;9.53;1433.00;0.79;0 568;dockyard;3009.00;9.50;1431.00;0.79;0 +568;floating_harbor;3004.95;9.50;1420.87;-1.45;9582 +568;floating_harbor;3006.50;9.50;1423.40;-1.95;11584 +568;floating_harbor;3015.95;9.50;1428.05;-2.36;628 568;industrial_complex;2982.00;9.75;1426.00;1.17;0 568;industrial_complex;2988.00;9.70;1425.00;3.23;0 568;industrial_complex;2989.00;9.70;1427.00;5.89;0 @@ -23387,6 +34870,14 @@ 568;nuclear_reactor;2991.00;9.70;1420.00;5.87;0 568;radar_station;2971.00;10.98;1431.00;5.20;0 568;rocket_site;3002.00;13.45;1446.00;1.75;0 +568;supply_node;2976.00;9.82;1428.00;5.44;0 +568;supply_node;2986.00;10.10;1430.00;4.68;0 +568;supply_node;2990.00;9.70;1419.00;0.57;0 +568;supply_node;2995.00;9.70;1428.00;6.09;0 +568;supply_node;2997.00;9.93;1438.00;3.91;0 +568;supply_node;3002.00;13.45;1446.00;6.16;0 +568;supply_node;3008.00;9.70;1436.00;1.74;0 +568;supply_node;3010.00;10.10;1443.00;2.05;0 568;synthetic_refinery;2986.00;9.70;1420.00;3.81;0 569;air_base;3023.00;9.68;1418.00;1.07;0 569;anti_air_building;3020.00;9.68;1422.00;4.85;0 @@ -23401,6 +34892,7 @@ 569;bunker;3022.00;9.70;1421.00;0.12;0 569;coastal_bunker;3029.00;9.50;1414.00;0.46;0 569;dockyard;3030.00;9.50;1411.00;0.46;0 +569;floating_harbor;3015.00;9.50;1412.00;-4.39;11735 569;industrial_complex;3023.00;9.70;1419.00;1.17;0 569;industrial_complex;3025.00;9.75;1421.00;1.68;0 569;industrial_complex;3025.00;9.75;1421.00;5.29;0 @@ -23411,6 +34903,7 @@ 569;nuclear_reactor;3023.00;9.70;1421.00;4.86;0 569;radar_station;3018.00;9.50;1421.00;0.14;0 569;rocket_site;3028.00;9.60;1424.00;3.30;0 +569;supply_node;3025.00;9.68;1419.00;4.68;0 569;synthetic_refinery;3026.00;9.82;1423.00;2.79;0 570;air_base;3054.00;9.85;1397.00;0.12;0 570;anti_air_building;3049.00;9.68;1393.00;1.75;0 @@ -23432,6 +34925,10 @@ 570;coastal_bunker;3077.00;9.50;1381.00;-0.79;0 570;coastal_bunker;3098.00;9.55;1368.00;-0.46;0 570;dockyard;3041.00;9.50;1399.00;-1.25;0 +570;floating_harbor;3040.00;9.50;1393.00;1.57;3943 +570;floating_harbor;3079.00;9.50;1357.00;-2.70;3924 +570;floating_harbor;3079.00;9.50;1357.00;-2.91;11816 +570;floating_harbor;3093.87;9.50;1360.74;-3.61;9821 570;industrial_complex;3049.00;9.68;1393.00;5.29;0 570;industrial_complex;3056.00;9.93;1394.00;1.68;0 570;industrial_complex;3065.00;9.82;1390.00;1.17;0 @@ -23445,6 +34942,11 @@ 570;nuclear_reactor;3052.00;9.55;1391.00;0.19;0 570;radar_station;3041.00;9.50;1391.00;1.09;0 570;rocket_site;3066.00;10.60;1391.00;3.81;0 +570;supply_node;3049.00;9.68;1393.00;0.57;0 +570;supply_node;3059.00;12.40;1397.00;2.05;0 +570;supply_node;3064.00;9.98;1391.00;3.91;0 +570;supply_node;3074.00;9.50;1384.00;1.28;0 +570;supply_node;3099.00;12.88;1371.00;6.09;0 570;synthetic_refinery;3059.00;11.55;1395.00;5.87;0 571;air_base;3115.00;9.68;1319.00;5.81;0 571;anti_air_building;3112.00;9.57;1316.00;5.36;0 @@ -23461,6 +34963,8 @@ 571;coastal_bunker;3119.00;9.53;1310.00;1.57;0 571;coastal_bunker;3129.00;9.50;1284.00;-1.57;0 571;dockyard;3120.00;9.50;1310.00;1.57;0 +571;floating_harbor;3093.00;9.50;1316.00;1.53;10203 +571;floating_harbor;3132.00;9.50;1278.00;-2.77;1106 571;industrial_complex;3111.00;9.53;1317.00;3.24;0 571;industrial_complex;3113.00;9.68;1319.00;3.74;0 571;industrial_complex;3113.00;9.70;1317.00;0.12;0 @@ -23472,6 +34976,8 @@ 571;nuclear_reactor;3112.00;9.57;1316.00;3.91;0 571;radar_station;3110.00;9.50;1316.00;0.79;0 571;rocket_site;3114.00;9.53;1313.00;3.81;0 +571;supply_node;3114.00;9.60;1314.00;6.09;0 +571;supply_node;3127.00;9.65;1290.00;2.05;0 571;synthetic_refinery;3114.00;9.60;1314.00;3.30;0 572;air_base;3195.00;11.73;1236.00;4.85;0 572;anti_air_building;3184.00;10.25;1236.00;3.81;0 @@ -23492,6 +34998,10 @@ 572;coastal_bunker;3197.00;9.50;1230.00;-0.64;0 572;coastal_bunker;3215.00;9.53;1235.00;-4.39;0 572;dockyard;3177.00;9.50;1243.00;-1.82;0 +572;floating_harbor;3168.36;9.50;1241.21;1.25;12058 +572;floating_harbor;3179.74;9.50;1231.87;-4.25;1164 +572;floating_harbor;3191.12;9.50;1224.18;-3.73;9940 +572;floating_harbor;3208.00;9.50;1242.00;0.00;4170 572;industrial_complex;3181.00;11.32;1238.00;5.81;0 572;industrial_complex;3191.00;10.73;1235.00;0.73;0 572;industrial_complex;3197.00;11.43;1233.00;3.74;0 @@ -23505,6 +35015,10 @@ 572;nuclear_reactor;3192.00;10.88;1237.00;2.26;0 572;radar_station;3173.00;9.50;1237.00;3.26;0 572;rocket_site;3186.00;10.03;1236.00;5.52;0 +572;supply_node;3178.00;10.93;1238.00;3.46;0 +572;supply_node;3188.00;10.25;1236.00;1.28;0 +572;supply_node;3197.00;11.43;1233.00;0.52;0 +572;supply_node;3208.00;9.50;1233.00;4.22;0 572;synthetic_refinery;3198.00;10.70;1236.00;0.19;0 573;air_base;3007.00;13.75;1520.00;3.39;0 573;anti_air_building;3000.00;13.18;1523.00;5.02;0 @@ -23530,6 +35044,11 @@ 573;nuclear_reactor;3018.00;12.75;1532.00;6.13;0 573;radar_station;3019.00;11.07;1525.00;4.81;0 573;rocket_site;3005.00;13.28;1519.00;3.47;0 +573;supply_node;3001.00;13.20;1523.00;1.59;0 +573;supply_node;3006.00;12.57;1517.00;0.52;0 +573;supply_node;3009.00;14.15;1525.00;0.11;0 +573;supply_node;3015.00;12.23;1528.00;3.46;0 +573;supply_node;3022.00;12.03;1533.00;5.63;0 573;synthetic_refinery;3010.00;14.15;1527.00;6.06;0 574;air_base;4036.00;10.07;898.00;3.30;0 574;anti_air_building;4012.00;10.90;893.00;3.97;0 @@ -23556,6 +35075,9 @@ 574;coastal_bunker;4056.00;9.60;873.00;-3.93;0 574;coastal_bunker;4056.00;9.60;897.00;1.57;0 574;dockyard;4055.00;9.55;887.00;-4.55;0 +574;floating_harbor;4062.93;9.50;895.99;-1.43;1430 +574;floating_harbor;4063.90;9.50;883.15;-1.41;10152 +574;floating_harbor;4064.86;9.50;865.63;-1.77;12180 574;industrial_complex;4013.00;11.15;886.00;0.73;0 574;industrial_complex;4032.00;10.80;880.00;5.81;0 574;industrial_complex;4046.00;10.45;873.00;2.79;0 @@ -23568,6 +35090,17 @@ 574;nuclear_reactor;4041.00;10.10;893.00;1.82;0 574;radar_station;4006.00;11.23;883.00;2.04;0 574;rocket_site;4033.00;10.03;904.00;3.98;0 +574;supply_node;4015.00;11.07;883.00;0.82;0 +574;supply_node;4017.00;10.50;896.00;5.93;0 +574;supply_node;4025.00;12.10;872.00;2.24;0 +574;supply_node;4033.00;10.48;885.00;1.82;0 +574;supply_node;4034.00;9.98;898.00;3.00;0 +574;supply_node;4040.00;10.62;861.00;0.11;0 +574;supply_node;4040.00;10.73;872.00;3.76;0 +574;supply_node;4046.00;10.00;907.00;5.63;0 +574;supply_node;4049.00;9.80;894.00;1.59;0 +574;supply_node;4051.00;9.75;881.00;1.52;0 +574;supply_node;4053.00;9.78;868.00;5.17;0 574;synthetic_refinery;4043.00;10.25;859.00;6.03;0 575;air_base;4017.00;12.00;858.00;1.24;0 575;anti_air_building;4009.00;11.53;861.00;3.30;0 @@ -23590,6 +35123,8 @@ 575;nuclear_reactor;4010.00;11.40;857.00;0.80;0 575;radar_station;4007.00;11.40;855.00;2.96;0 575;rocket_site;4020.00;12.40;861.00;5.87;0 +575;supply_node;4013.00;11.60;856.00;5.63;0 +575;supply_node;4023.00;12.07;860.00;0.82;0 575;synthetic_refinery;4009.00;11.50;859.00;3.91;0 576;air_base;3200.00;10.38;1418.00;0.28;0 576;anti_air_building;3201.00;10.10;1416.00;1.47;0 @@ -23633,6 +35168,29 @@ 576;nuclear_reactor;3185.00;11.35;1410.00;1.37;0 576;radar_station;3157.00;10.70;1406.00;2.27;0 576;rocket_site;3222.00;9.70;1410.00;3.53;0 +576;supply_node;3162.00;11.43;1408.00;1.24;0 +576;supply_node;3164.00;14.32;1418.00;4.71;0 +576;supply_node;3169.00;9.73;1399.00;5.17;0 +576;supply_node;3173.00;11.65;1413.00;1.06;0 +576;supply_node;3175.00;9.70;1405.00;0.30;0 +576;supply_node;3178.00;14.18;1422.00;5.35;0 +576;supply_node;3182.00;11.57;1412.00;3.76;0 +576;supply_node;3184.00;9.73;1397.00;6.12;0 +576;supply_node;3190.00;13.68;1423.00;3.95;0 +576;supply_node;3191.00;11.07;1412.00;4.40;0 +576;supply_node;3195.00;9.70;1399.00;5.93;0 +576;supply_node;3200.00;10.05;1407.00;1.82;0 +576;supply_node;3200.00;10.75;1420.00;1.52;0 +576;supply_node;3208.00;9.70;1398.00;3.23;0 +576;supply_node;3212.00;9.80;1415.00;2.54;0 +576;supply_node;3213.00;9.75;1407.00;0.60;0 +576;supply_node;3214.00;9.88;1423.00;2.01;0 +576;supply_node;3224.00;9.65;1403.00;2.77;0 +576;supply_node;3226.00;9.70;1419.00;4.64;0 +576;supply_node;3227.00;9.70;1412.00;3.00;0 +576;supply_node;3237.00;9.70;1406.00;2.47;0 +576;supply_node;3237.00;9.70;1417.00;3.49;0 +576;supply_node;3246.00;9.70;1418.00;2.24;0 576;synthetic_refinery;3162.00;10.57;1404.00;4.49;0 577;air_base;2954.00;10.55;1530.00;5.97;0 577;anti_air_building;2951.00;10.57;1526.00;1.75;0 @@ -23655,6 +35213,8 @@ 577;nuclear_reactor;2953.00;10.45;1529.00;5.52;0 577;radar_station;2943.00;10.53;1527.00;0.33;0 577;rocket_site;2957.00;10.43;1532.00;2.86;0 +577;supply_node;2948.00;10.15;1526.00;3.00;0 +577;supply_node;2957.00;10.48;1531.00;5.93;0 577;synthetic_refinery;2959.00;10.43;1533.00;3.81;0 578;air_base;2967.00;10.32;1520.00;3.91;0 578;anti_air_building;2964.00;10.20;1518.00;5.52;0 @@ -23680,6 +35240,11 @@ 578;nuclear_reactor;2962.00;10.20;1516.00;5.53;0 578;radar_station;2956.00;10.53;1510.00;0.63;0 578;rocket_site;2972.00;10.63;1511.00;3.97;0 +578;supply_node;2960.00;10.20;1520.00;4.40;0 +578;supply_node;2961.00;10.40;1510.00;5.17;0 +578;supply_node;2966.00;10.62;1528.00;1.06;0 +578;supply_node;2969.00;10.40;1513.00;1.82;0 +578;supply_node;2971.00;11.12;1521.00;2.24;0 578;synthetic_refinery;2960.00;10.23;1521.00;3.47;0 579;air_base;2981.00;9.90;1546.00;5.87;0 579;anti_air_building;2969.00;10.40;1541.00;3.47;0 @@ -23705,6 +35270,11 @@ 579;nuclear_reactor;2967.00;10.95;1546.00;6.03;0 579;radar_station;2963.00;10.68;1535.00;6.15;0 579;rocket_site;2983.00;10.53;1541.00;3.37;0 +579;supply_node;2968.00;10.53;1539.00;1.06;0 +579;supply_node;2969.00;10.65;1547.00;2.54;0 +579;supply_node;2976.00;11.93;1532.00;4.40;0 +579;supply_node;2980.00;10.03;1548.00;1.82;0 +579;supply_node;2980.00;10.50;1539.00;0.30;0 579;synthetic_refinery;2972.00;10.95;1549.00;3.97;0 580;air_base;2987.00;10.82;1541.00;3.81;0 580;anti_air_building;2988.00;10.00;1552.00;2.26;0 @@ -23728,6 +35298,9 @@ 580;nuclear_reactor;2990.00;9.98;1546.00;6.03;0 580;radar_station;2987.00;11.10;1536.00;6.15;0 580;rocket_site;2986.00;10.20;1545.00;3.37;0 +580;supply_node;2988.00;10.85;1541.00;1.06;0 +580;supply_node;2989.00;9.95;1549.00;0.30;0 +580;supply_node;2995.00;11.10;1539.00;2.54;0 580;synthetic_refinery;2991.00;10.95;1541.00;3.97;0 581;air_base;2957.00;12.53;1493.00;2.86;0 581;anti_air_building;2949.00;11.55;1492.00;3.37;0 @@ -23753,6 +35326,11 @@ 581;nuclear_reactor;2945.00;13.48;1485.00;4.48;0 581;radar_station;2937.00;12.13;1473.00;4.98;0 581;rocket_site;2952.00;13.20;1489.00;1.82;0 +581;supply_node;2942.00;13.53;1477.00;3.23;0 +581;supply_node;2942.00;13.88;1485.00;2.47;0 +581;supply_node;2948.00;11.60;1492.00;4.71;0 +581;supply_node;2951.00;13.10;1483.00;0.30;0 +581;supply_node;2960.00;13.18;1488.00;3.95;0 581;synthetic_refinery;2946.00;11.65;1491.00;1.31;0 582;air_base;1612.00;9.68;1481.00;2.26;0 582;anti_air_building;1600.00;9.70;1497.00;0.26;0 @@ -23771,6 +35349,9 @@ 582;coastal_bunker;1612.00;9.50;1493.00;1.19;0 582;coastal_bunker;1619.00;9.55;1485.00;-4.25;0 582;dockyard;1605.00;9.55;1492.00;1.19;0 +582;floating_harbor;1617.86;9.50;1492.63;-1.77;865 +582;floating_harbor;1620.60;9.50;1489.20;-0.93;788 +582;floating_harbor;1647.00;9.50;1506.00;-1.21;11738 582;industrial_complex;1599.00;9.70;1496.00;0.80;0 582;industrial_complex;1600.00;9.70;1487.00;0.19;0 582;industrial_complex;1602.00;9.70;1486.00;2.86;0 @@ -23783,6 +35364,9 @@ 582;nuclear_reactor;1607.00;9.70;1488.00;3.53;0 582;radar_station;1597.00;9.70;1479.00;5.62;0 582;rocket_site;1600.00;9.70;1488.00;2.32;0 +582;supply_node;1599.00;9.70;1487.00;3.95;0 +582;supply_node;1606.00;9.70;1495.00;2.47;0 +582;supply_node;1611.00;9.70;1482.00;4.71;0 582;synthetic_refinery;1607.00;9.70;1497.00;1.47;0 583;air_base;1691.00;9.80;1588.00;1.31;0 583;anti_air_building;1694.00;9.70;1582.00;0.26;0 @@ -23801,6 +35385,9 @@ 583;coastal_bunker;1701.00;9.53;1595.00;-4.51;0 583;coastal_bunker;1701.00;9.68;1584.00;-4.25;0 583;dockyard;1713.00;9.50;1575.00;-4.33;0 +583;floating_harbor;1695.74;9.50;1569.87;-4.25;905 +583;floating_harbor;1696.70;9.50;1570.21;-2.90;3906 +583;floating_harbor;1706.64;9.50;1594.21;-1.25;6732 583;industrial_complex;1690.00;9.85;1588.00;3.47;0 583;industrial_complex;1691.00;9.80;1583.00;5.52;0 583;industrial_complex;1699.00;9.70;1575.00;2.26;0 @@ -23813,6 +35400,9 @@ 583;nuclear_reactor;1691.00;9.80;1593.00;2.93;0 583;radar_station;1693.00;9.50;1571.00;3.76;0 583;rocket_site;1691.00;9.80;1593.00;1.37;0 +583;supply_node;1694.00;9.70;1581.00;0.60;0 +583;supply_node;1694.00;9.75;1590.00;4.64;0 +583;supply_node;1704.00;9.50;1574.00;3.95;0 583;synthetic_refinery;1699.00;9.70;1593.00;2.32;0 584;air_base;1730.00;9.80;1639.00;5.53;0 584;anti_air_building;1712.00;9.80;1628.00;4.04;0 @@ -23837,6 +35427,12 @@ 584;coastal_bunker;1733.00;9.50;1628.00;-0.12;0 584;coastal_bunker;1756.00;9.50;1632.00;0.12;0 584;dockyard;1712.00;9.57;1617.00;0.93;0 +584;floating_harbor;1708.97;9.50;1599.30;-1.67;3712 +584;floating_harbor;1716.00;9.50;1607.40;-2.11;3732 +584;floating_harbor;1728.47;9.50;1616.63;-2.25;7462 +584;floating_harbor;1735.20;9.50;1622.40;-2.50;12459 +584;floating_harbor;1738.00;9.50;1619.00;-3.14;1338 +584;floating_harbor;1753.92;9.50;1624.27;-2.86;1619 584;industrial_complex;1692.00;9.80;1599.00;2.86;0 584;industrial_complex;1701.00;9.75;1608.00;5.52;0 584;industrial_complex;1706.00;9.80;1621.00;3.47;0 @@ -23852,6 +35448,12 @@ 584;nuclear_reactor;1757.00;9.70;1639.00;0.43;0 584;radar_station;1683.00;10.18;1595.00;3.22;0 584;rocket_site;1750.00;9.65;1635.00;0.33;0 +584;supply_node;1692.00;9.80;1601.00;2.77;0 +584;supply_node;1705.00;9.75;1614.00;5.35;0 +584;supply_node;1718.00;9.70;1625.00;2.01;0 +584;supply_node;1725.00;9.80;1636.00;3.49;0 +584;supply_node;1738.00;9.70;1634.00;4.64;0 +584;supply_node;1750.00;9.70;1638.00;6.12;0 584;synthetic_refinery;1739.00;9.55;1629.00;6.11;0 585;air_base;2046.00;10.30;825.00;6.03;0 585;anti_air_building;2016.00;9.55;835.00;4.04;0 @@ -23874,6 +35476,11 @@ 585;coastal_bunker;2104.00;9.68;843.00;-4.28;0 585;coastal_bunker;2133.00;9.57;830.00;-2.61;0 585;dockyard;1992.00;9.50;845.00;-3.39;0 +585;floating_harbor;2033.36;9.50;841.98;0.55;12999 +585;floating_harbor;2045.00;9.50;874.00;0.24;12853 +585;floating_harbor;2045.00;9.50;874.00;-0.75;10874 +585;floating_harbor;2115.16;9.50;836.32;-1.08;5220 +585;floating_harbor;2116.47;9.50;833.05;0.53;12933 585;industrial_complex;2009.00;9.70;825.00;5.53;0 585;industrial_complex;2028.00;9.70;863.00;3.47;0 585;industrial_complex;2057.00;9.90;834.00;3.97;0 @@ -23888,6 +35495,10 @@ 585;nuclear_reactor;2040.00;10.18;808.00;0.33;0 585;radar_station;1996.00;9.80;804.00;0.29;0 585;rocket_site;2129.00;9.75;803.00;2.49;0 +585;supply_node;2051.00;9.80;813.00;3.49;0 +585;supply_node;2066.00;9.70;843.00;5.35;0 +585;supply_node;2096.00;9.70;826.00;2.77;0 +585;supply_node;2127.00;9.78;815.00;2.01;0 585;synthetic_refinery;2055.00;9.70;817.00;3.44;0 586;air_base;2180.00;9.80;809.00;1.82;0 586;anti_air_building;2161.00;9.60;817.00;4.56;0 @@ -23913,6 +35524,12 @@ 586;coastal_bunker;2235.00;9.60;787.00;-3.79;0 586;coastal_bunker;2240.00;9.55;787.00;-3.73;0 586;dockyard;2201.00;9.53;811.00;-3.86;0 +586;floating_harbor;2160.21;9.50;828.64;-0.32;2228 +586;floating_harbor;2176.70;9.50;828.97;-0.10;2132 +586;floating_harbor;2207.61;9.50;815.27;-0.72;5107 +586;floating_harbor;2223.16;9.50;801.73;-0.83;8179 +586;floating_harbor;2236.30;9.50;794.53;-0.66;2175 +586;floating_harbor;2255.48;9.50;789.38;-0.69;10933 586;industrial_complex;2152.00;9.90;787.00;3.98;0 586;industrial_complex;2153.00;9.70;814.00;1.31;0 586;industrial_complex;2166.00;11.05;804.00;5.53;0 @@ -23928,6 +35545,13 @@ 586;nuclear_reactor;2191.00;10.40;792.00;4.21;0 586;radar_station;2138.00;9.80;785.00;6.11;0 586;rocket_site;2184.00;9.63;817.00;3.00;0 +586;supply_node;2151.00;9.78;801.00;4.18;0 +586;supply_node;2175.00;9.80;812.00;2.01;0 +586;supply_node;2178.00;10.65;786.00;1.24;0 +586;supply_node;2196.00;9.80;802.00;5.66;0 +586;supply_node;2206.00;9.80;786.00;3.42;0 +586;supply_node;2225.00;9.80;780.00;3.49;0 +586;supply_node;2246.00;9.80;778.00;4.89;0 586;synthetic_refinery;2185.00;9.85;809.00;3.60;0 587;air_base;2210.00;10.32;759.00;6.04;0 587;anti_air_building;2219.00;10.00;703.00;0.94;0 @@ -23955,6 +35579,10 @@ 587;coastal_bunker;2253.00;9.50;720.00;0.90;0 587;coastal_bunker;2262.00;9.55;753.00;1.41;0 587;dockyard;2248.00;9.57;716.00;0.79;0 +587;floating_harbor;2231.70;9.50;685.93;-2.19;8143 +587;floating_harbor;2248.47;9.50;702.63;-2.25;10998 +587;floating_harbor;2260.26;9.50;717.87;-2.03;10939 +587;floating_harbor;2268.00;9.50;761.00;-1.57;2227 587;industrial_complex;2214.00;10.40;764.00;3.37;0 587;industrial_complex;2221.00;10.48;718.00;1.82;0 587;industrial_complex;2224.00;9.93;761.00;3.98;0 @@ -23968,6 +35596,17 @@ 587;nuclear_reactor;2216.00;10.03;695.00;5.06;0 587;radar_station;2206.00;10.10;687.00;5.35;0 587;rocket_site;2229.00;10.95;738.00;0.94;0 +587;supply_node;2213.00;10.30;761.00;4.89;0 +587;supply_node;2219.00;10.00;695.00;1.55;0 +587;supply_node;2220.00;10.40;717.00;4.18;0 +587;supply_node;2223.00;11.10;743.00;2.96;0 +587;supply_node;2229.00;11.20;726.00;3.42;0 +587;supply_node;2237.00;10.78;761.00;3.72;0 +587;supply_node;2238.00;10.00;711.00;0.03;0 +587;supply_node;2240.00;10.90;734.00;0.79;0 +587;supply_node;2241.00;10.68;747.00;1.24;0 +587;supply_node;2248.00;9.93;724.00;5.59;0 +587;supply_node;2254.00;9.73;761.00;5.66;0 587;synthetic_refinery;2227.00;9.55;699.00;3.00;0 588;air_base;2192.00;9.95;659.00;0.26;0 588;anti_air_building;2182.00;10.03;600.00;2.49;0 @@ -23988,6 +35627,10 @@ 588;coastal_bunker;2197.00;9.55;627.00;-4.21;0 588;coastal_bunker;2203.00;9.50;668.00;0.00;0 588;dockyard;2199.00;9.55;660.00;0.00;0 +588;floating_harbor;2200.12;9.50;584.60;-2.08;11002 +588;floating_harbor;2203.73;9.50;647.92;-1.29;8197 +588;floating_harbor;2204.15;9.50;629.35;-1.07;10419 +588;floating_harbor;2204.70;9.50;656.03;-3.04;10946 588;industrial_complex;2179.00;10.25;596.00;1.31;0 588;industrial_complex;2185.00;9.80;596.00;1.82;0 588;industrial_complex;2196.00;9.70;658.00;6.04;0 @@ -24001,6 +35644,10 @@ 588;nuclear_reactor;2198.00;10.20;675.00;3.60;0 588;radar_station;2173.00;10.75;590.00;3.94;0 588;rocket_site;2215.00;9.68;674.00;0.94;0 +588;supply_node;2185.00;9.80;593.00;1.55;0 +588;supply_node;2187.00;10.15;620.00;3.42;0 +588;supply_node;2190.00;9.95;644.00;5.66;0 +588;supply_node;2203.00;10.07;673.00;4.89;0 588;synthetic_refinery;2189.00;9.73;600.00;0.43;0 589;air_base;2167.00;10.25;534.00;4.49;0 589;anti_air_building;2125.00;9.98;500.00;6.27;0 @@ -24027,6 +35674,13 @@ 589;coastal_bunker;2183.00;9.50;552.00;0.59;0 589;coastal_bunker;2185.00;9.55;569.00;1.18;0 589;dockyard;2156.00;9.50;509.00;0.46;0 +589;floating_harbor;2113.30;9.50;487.03;-3.24;5172 +589;floating_harbor;2128.40;9.50;490.50;-3.52;10980 +589;floating_harbor;2154.60;9.50;496.00;-2.60;8190 +589;floating_harbor;2173.95;9.50;520.87;-1.45;12996 +589;floating_harbor;2174.94;9.50;527.29;-2.13;2153 +589;floating_harbor;2184.95;9.50;540.05;-2.36;10999 +589;floating_harbor;2192.69;9.50;565.94;-1.87;8196 589;industrial_complex;2144.00;10.48;504.00;2.42;0 589;industrial_complex;2153.00;9.78;516.00;1.47;0 589;industrial_complex;2158.00;9.90;524.00;4.48;0 @@ -24043,6 +35697,13 @@ 589;nuclear_reactor;2161.00;10.90;530.00;2.56;0 589;radar_station;2107.00;9.73;492.00;3.41;0 589;rocket_site;2177.00;9.70;559.00;4.72;0 +589;supply_node;2115.00;11.48;504.00;1.55;0 +589;supply_node;2133.00;9.50;502.00;3.72;0 +589;supply_node;2148.00;9.93;507.00;5.59;0 +589;supply_node;2159.00;9.60;519.00;2.96;0 +589;supply_node;2161.00;12.00;536.00;4.89;0 +589;supply_node;2173.00;9.85;572.00;0.79;0 +589;supply_node;2175.00;9.70;550.00;0.03;0 589;synthetic_refinery;2112.00;12.50;509.00;5.67;0 590;air_base;2057.00;9.70;466.00;3.53;0 590;anti_air_building;2074.00;11.60;481.00;5.16;0 @@ -24064,6 +35725,10 @@ 590;coastal_bunker;2086.00;9.50;481.00;0.59;0 590;coastal_bunker;2107.00;9.50;491.00;0.51;0 590;dockyard;2058.00;9.50;461.00;0.66;0 +590;floating_harbor;2063.95;9.50;457.05;-2.36;7553 +590;floating_harbor;2079.64;9.50;471.79;-1.89;5167 +590;floating_harbor;2097.82;9.50;479.12;-2.16;5112 +590;floating_harbor;2131.00;9.50;466.00;-2.30;10432 590;industrial_complex;2051.00;11.30;474.00;2.32;0 590;industrial_complex;2054.00;9.70;462.00;0.26;0 590;industrial_complex;2057.00;10.00;468.00;4.49;0 @@ -24077,6 +35742,11 @@ 590;nuclear_reactor;2069.00;11.70;481.00;5.06;0 590;radar_station;2037.00;11.75;469.00;5.35;0 590;rocket_site;2062.00;11.38;473.00;0.94;0 +590;supply_node;2051.00;11.12;470.00;3.72;0 +590;supply_node;2067.00;11.82;476.00;0.79;0 +590;supply_node;2079.00;12.20;490.00;2.96;0 +590;supply_node;2089.00;9.82;485.00;5.59;0 +590;supply_node;2100.00;12.30;498.00;0.03;0 590;synthetic_refinery;2099.00;11.20;490.00;3.00;0 591;air_base;1519.00;9.70;1338.00;2.93;0 591;anti_air_building;1503.00;9.93;1360.00;2.56;0 @@ -24105,6 +35775,13 @@ 591;coastal_bunker;1541.00;9.57;1395.00;0.98;0 591;coastal_bunker;1542.00;9.68;1345.00;1.57;0 591;dockyard;1539.00;9.60;1353.00;-4.47;0 +591;floating_harbor;1498.36;9.50;1352.79;-4.39;1556 +591;floating_harbor;1509.00;9.50;1341.00;1.57;1584 +591;floating_harbor;1541.37;9.50;1377.10;-2.00;1480 +591;floating_harbor;1542.73;9.50;1369.92;-1.29;12381 +591;floating_harbor;1544.83;9.50;1357.52;-1.35;1572 +591;floating_harbor;1547.43;9.50;1389.24;-1.98;11975 +591;floating_harbor;1550.95;9.50;1343.87;-1.45;12439 591;industrial_complex;1501.00;10.30;1369.00;3.53;0 591;industrial_complex;1512.00;10.30;1372.00;1.37;0 591;industrial_complex;1515.00;9.70;1378.00;2.32;0 @@ -24121,6 +35798,15 @@ 591;nuclear_reactor;1526.00;9.70;1361.00;5.23;0 591;radar_station;1516.00;9.50;1334.00;1.48;0 591;rocket_site;1519.00;10.18;1357.00;2.56;0 +591;supply_node;1508.00;10.20;1356.00;2.96;0 +591;supply_node;1512.00;10.30;1367.00;0.33;0 +591;supply_node;1514.00;9.73;1377.00;3.72;0 +591;supply_node;1522.00;9.70;1341.00;2.19;0 +591;supply_node;1524.00;9.70;1385.00;0.03;0 +591;supply_node;1529.00;9.70;1354.00;5.89;0 +591;supply_node;1529.00;9.70;1366.00;4.37;0 +591;supply_node;1534.00;9.70;1395.00;5.13;0 +591;supply_node;1536.00;9.70;1342.00;1.02;0 591;synthetic_refinery;1518.00;9.68;1348.00;3.16;0 592;air_base;2903.00;9.98;1559.00;1.98;0 592;anti_air_building;2890.00;9.70;1559.00;2.49;0 @@ -24138,6 +35824,7 @@ 592;bunker;2903.00;9.78;1561.00;0.43;0 592;coastal_bunker;2892.00;9.50;1563.00;-2.36;0 592;dockyard;2894.00;9.53;1564.00;-2.36;0 +592;floating_harbor;2889.12;9.50;1569.82;0.59;6241 592;industrial_complex;2888.00;9.70;1557.00;2.32;0 592;industrial_complex;2889.00;9.70;1557.00;3.53;0 592;industrial_complex;2892.00;9.60;1562.00;5.60;0 @@ -24148,6 +35835,9 @@ 592;nuclear_reactor;2897.00;9.63;1562.00;5.16;0 592;radar_station;2888.00;9.70;1553.00;0.60;0 592;rocket_site;2897.00;9.63;1562.00;3.60;0 +592;supply_node;2895.00;9.60;1561.00;5.89;0 +592;supply_node;2905.00;9.70;1547.00;2.96;0 +592;supply_node;2905.00;10.20;1559.00;2.19;0 592;synthetic_refinery;2893.00;9.70;1557.00;4.56;0 593;air_base;1231.00;15.85;1208.00;6.20;0 593;anti_air_building;1219.00;15.05;1202.00;0.94;0 @@ -24168,6 +35858,7 @@ 593;bunker;1269.00;11.10;1237.00;2.16;0 593;coastal_bunker;1279.00;9.98;1227.00;-4.47;0 593;dockyard;1280.00;9.50;1241.00;-4.47;0 +593;floating_harbor;1286.82;9.50;1237.57;-1.34;5021 593;industrial_complex;1201.00;16.30;1249.00;1.37;0 593;industrial_complex;1210.00;16.05;1233.00;3.53;0 593;industrial_complex;1217.00;16.25;1223.00;2.93;0 @@ -24178,6 +35869,13 @@ 593;nuclear_reactor;1193.00;16.43;1240.00;4.21;0 593;radar_station;1214.00;14.73;1198.00;6.11;0 593;rocket_site;1219.00;16.40;1225.00;3.00;0 +593;supply_node;1191.00;16.88;1248.00;0.26;0 +593;supply_node;1208.00;16.18;1230.00;2.50;0 +593;supply_node;1226.00;15.73;1209.00;2.19;0 +593;supply_node;1239.00;14.20;1228.00;4.37;0 +593;supply_node;1244.00;15.90;1204.00;5.13;0 +593;supply_node;1249.00;12.95;1244.00;0.33;0 +593;supply_node;1267.00;11.23;1233.00;1.02;0 593;synthetic_refinery;1248.00;17.30;1195.00;3.60;0 594;air_base;1163.00;9.65;1226.00;0.43;0 594;anti_air_building;1172.00;11.28;1186.00;6.27;0 @@ -24198,6 +35896,9 @@ 594;coastal_bunker;1164.00;9.50;1202.00;-1.67;0 594;coastal_bunker;1177.00;9.50;1176.00;-1.19;0 594;dockyard;1170.00;9.50;1180.00;-1.19;0 +594;floating_harbor;1149.01;9.50;1226.67;-4.66;12873 +594;floating_harbor;1153.03;9.50;1207.70;1.47;12746 +594;floating_harbor;1167.60;9.50;1176.16;-4.29;2051 594;industrial_complex;1171.00;11.95;1197.00;6.20;0 594;industrial_complex;1174.00;11.78;1220.00;1.98;0 594;industrial_complex;1174.00;12.73;1234.00;4.04;0 @@ -24210,6 +35911,11 @@ 594;nuclear_reactor;1175.00;12.20;1202.00;2.56;0 594;radar_station;1169.00;9.50;1180.00;3.41;0 594;rocket_site;1209.00;14.45;1199.00;4.72;0 +594;supply_node;1170.00;11.28;1206.00;1.02;0 +594;supply_node;1177.00;12.73;1228.00;2.50;0 +594;supply_node;1183.00;11.78;1183.00;0.33;0 +594;supply_node;1191.00;13.95;1197.00;0.26;0 +594;supply_node;1202.00;15.40;1211.00;4.37;0 594;synthetic_refinery;1199.00;15.45;1213.00;5.67;0 595;air_base;1297.00;10.32;1176.00;6.11;0 595;anti_air_building;1262.00;13.23;1210.00;2.56;0 @@ -24234,6 +35940,10 @@ 595;coastal_bunker;1301.00;9.60;1184.00;-3.93;0 595;coastal_bunker;1326.00;9.68;1166.00;-3.57;0 595;dockyard;1299.00;9.57;1191.00;-4.55;0 +595;floating_harbor;1291.50;9.50;1218.60;-1.19;8079 +595;floating_harbor;1295.35;9.50;1207.15;-0.50;10732 +595;floating_harbor;1310.56;9.50;1184.31;-0.71;12810 +595;floating_harbor;1325.90;9.50;1174.37;-0.43;10889 595;industrial_complex;1260.00;12.57;1169.00;3.44;0 595;industrial_complex;1266.00;14.90;1202.00;5.00;0 595;industrial_complex;1278.00;15.85;1153.00;4.04;0 @@ -24247,6 +35957,14 @@ 595;nuclear_reactor;1256.00;15.40;1206.00;1.01;0 595;radar_station;1272.00;13.55;1147.00;0.78;0 595;rocket_site;1276.00;14.78;1192.00;3.16;0 +595;supply_node;1257.00;17.77;1182.00;1.02;0 +595;supply_node;1262.00;15.32;1201.00;2.50;0 +595;supply_node;1274.00;13.85;1171.00;1.73;0 +595;supply_node;1275.00;10.65;1212.00;0.26;0 +595;supply_node;1286.00;11.35;1190.00;4.67;0 +595;supply_node;1290.00;15.25;1151.00;2.43;0 +595;supply_node;1300.00;9.85;1172.00;0.56;0 +595;supply_node;1318.00;9.78;1157.00;3.91;0 595;synthetic_refinery;1313.00;9.70;1165.00;4.12;0 596;air_base;3470.00;14.90;1321.00;0.67;0 596;anti_air_building;3462.00;14.20;1305.00;5.91;0 @@ -24277,6 +35995,16 @@ 596;nuclear_reactor;3472.00;16.15;1288.00;2.29;0 596;radar_station;3480.00;9.50;1298.00;6.09;0 596;rocket_site;3486.00;10.43;1303.00;5.91;0 +596;supply_node;3464.00;14.03;1304.00;3.15;0 +596;supply_node;3466.00;15.05;1318.00;0.26;0 +596;supply_node;3469.00;16.33;1289.00;6.08;0 +596;supply_node;3477.00;12.05;1308.00;0.56;0 +596;supply_node;3479.00;13.18;1279.00;5.32;0 +596;supply_node;3482.00;15.35;1320.00;2.73;0 +596;supply_node;3488.00;12.68;1299.00;3.91;0 +596;supply_node;3488.00;15.43;1288.00;1.73;0 +596;supply_node;3493.00;14.62;1316.00;2.43;0 +596;supply_node;3494.00;12.75;1277.00;4.67;0 596;synthetic_refinery;3463.00;14.07;1311.00;1.69;0 597;air_base;1390.00;9.70;1154.00;4.56;0 597;anti_air_building;1365.00;9.75;1109.00;1.61;0 @@ -24305,6 +36033,13 @@ 597;coastal_bunker;1428.00;9.50;1139.00;1.57;0 597;coastal_bunker;1439.00;9.50;1178.00;-4.41;0 597;dockyard;1339.00;9.55;1163.00;-2.74;0 +597;floating_harbor;1337.08;9.50;1169.73;0.28;2021 +597;floating_harbor;1349.63;9.50;1109.14;-3.34;12753 +597;floating_harbor;1367.00;9.50;1176.00;0.00;12867 +597;floating_harbor;1378.64;9.50;1180.93;1.14;4904 +597;floating_harbor;1422.15;9.50;1223.90;-0.17;12715 +597;floating_harbor;1434.00;9.50;1146.00;-1.57;2077 +597;floating_harbor;1446.59;9.50;1190.35;-1.23;4965 597;industrial_complex;1375.00;9.70;1162.00;0.43;0 597;industrial_complex;1390.00;9.70;1161.00;0.33;0 597;industrial_complex;1413.00;10.65;1137.00;2.49;0 @@ -24321,6 +36056,15 @@ 597;nuclear_reactor;1403.00;9.80;1184.00;0.57;0 597;radar_station;1337.00;9.50;1129.00;2.43;0 597;rocket_site;1369.00;11.55;1125.00;4.18;0 +597;supply_node;1341.00;9.70;1156.00;2.43;0 +597;supply_node;1353.00;12.10;1126.00;5.32;0 +597;supply_node;1367.00;9.70;1158.00;1.97;0 +597;supply_node;1369.00;13.57;1138.00;4.67;0 +597;supply_node;1398.00;9.75;1172.00;0.56;0 +597;supply_node;1400.00;9.93;1141.00;6.08;0 +597;supply_node;1419.00;9.70;1205.00;2.73;0 +597;supply_node;1421.00;9.95;1146.00;3.91;0 +597;supply_node;1426.00;9.70;1183.00;3.15;0 597;synthetic_refinery;1391.00;9.93;1142.00;4.78;0 598;air_base;1270.00;10.35;1140.00;3.60;0 598;anti_air_building;1230.00;12.00;1159.00;1.01;0 @@ -24346,6 +36090,11 @@ 598;coastal_bunker;1289.00;9.50;1125.00;0.43;0 598;coastal_bunker;1330.00;9.50;1130.00;0.36;0 598;dockyard;1323.00;9.50;1133.00;0.36;0 +598;floating_harbor;1199.48;9.50;1153.17;-3.36;8032 +598;floating_harbor;1211.30;9.50;1151.99;-4.42;5066 +598;floating_harbor;1248.29;9.50;1132.06;-3.70;10730 +598;floating_harbor;1298.90;9.50;1115.63;-2.71;12712 +598;floating_harbor;1328.13;9.50;1122.74;-2.68;8236 598;industrial_complex;1222.00;12.57;1178.00;0.43;0 598;industrial_complex;1224.00;11.18;1169.00;4.56;0 598;industrial_complex;1230.00;15.25;1191.00;0.94;0 @@ -24360,6 +36109,14 @@ 598;nuclear_reactor;1209.00;15.15;1193.00;4.78;0 598;radar_station;1190.00;9.50;1166.00;0.25;0 598;rocket_site;1234.00;10.10;1150.00;0.66;0 +598;supply_node;1203.00;11.40;1169.00;3.15;0 +598;supply_node;1218.00;14.40;1183.00;3.91;0 +598;supply_node;1228.00;11.62;1157.00;0.56;0 +598;supply_node;1238.00;13.70;1184.00;3.45;0 +598;supply_node;1245.00;12.50;1165.00;5.32;0 +598;supply_node;1257.00;11.07;1146.00;2.73;0 +598;supply_node;1291.00;13.32;1133.00;1.97;0 +598;supply_node;1321.00;10.07;1137.00;6.08;0 598;synthetic_refinery;1254.00;12.20;1161.00;1.61;0 599;air_base;1382.00;12.18;1125.00;3.00;0 599;anti_air_building;1377.00;9.60;1097.00;2.56;0 @@ -24377,6 +36134,8 @@ 599;coastal_bunker;1372.00;9.50;1099.00;-1.57;0 599;coastal_bunker;1424.00;9.55;1122.00;-4.23;0 599;dockyard;1419.00;9.60;1123.00;-4.23;0 +599;floating_harbor;1385.08;9.50;1085.27;-3.42;10886 +599;floating_harbor;1430.12;9.50;1127.40;-1.06;13085 599;industrial_complex;1379.00;9.70;1097.00;0.43;0 599;industrial_complex;1384.00;12.07;1123.00;0.33;0 599;industrial_complex;1395.00;9.78;1095.00;4.56;0 @@ -24388,6 +36147,9 @@ 599;nuclear_reactor;1383.00;9.80;1098.00;5.23;0 599;radar_station;1367.00;9.50;1102.00;1.48;0 599;rocket_site;1379.00;12.55;1105.00;2.56;0 +599;supply_node;1380.00;15.82;1115.00;3.15;0 +599;supply_node;1389.00;10.20;1099.00;6.08;0 +599;supply_node;1406.00;11.75;1114.00;2.73;0 599;synthetic_refinery;1403.00;11.30;1119.00;3.16;0 600;air_base;1427.00;11.10;1113.00;0.94;0 600;anti_air_building;1421.00;12.25;1099.00;3.68;0 @@ -24410,6 +36172,11 @@ 600;coastal_bunker;1445.00;9.53;1123.00;-3.66;0 600;coastal_bunker;1492.00;9.68;1121.00;-4.62;0 600;dockyard;1469.00;9.60;1125.00;-2.27;0 +600;floating_harbor;1400.53;9.50;1082.63;-4.04;12823 +600;floating_harbor;1427.00;9.50;1074.00;-3.14;13093 +600;floating_harbor;1436.57;9.50;1075.90;-3.65;12865 +600;floating_harbor;1441.29;9.50;1130.18;-0.49;8017 +600;floating_harbor;1459.05;9.50;1128.95;0.79;2031 600;industrial_complex;1427.00;10.13;1091.00;5.16;0 600;industrial_complex;1429.00;10.80;1117.00;3.00;0 600;industrial_complex;1431.00;9.70;1084.00;4.21;0 @@ -24424,6 +36191,11 @@ 600;nuclear_reactor;1427.00;11.45;1096.00;1.52;0 600;radar_station;1400.00;9.50;1090.00;1.73;0 600;rocket_site;1415.00;12.03;1099.00;4.78;0 +600;supply_node;1411.00;10.75;1091.00;1.97;0 +600;supply_node;1427.00;9.85;1086.00;1.21;0 +600;supply_node;1430.00;11.40;1109.00;5.32;0 +600;supply_node;1449.00;12.18;1098.00;3.45;0 +600;supply_node;1476.00;10.20;1112.00;2.73;0 600;synthetic_refinery;1456.00;11.48;1101.00;5.74;0 601;air_base;1462.00;11.55;1091.00;6.27;0 601;anti_air_building;1460.00;11.65;1079.00;1.01;0 @@ -24443,6 +36215,9 @@ 601;coastal_bunker;1499.00;9.50;1055.00;1.25;0 601;coastal_bunker;1499.00;9.55;1066.00;1.35;0 601;dockyard;1500.00;9.55;1074.00;1.35;0 +601;floating_harbor;1437.00;9.50;1075.60;1.03;12738 +601;floating_harbor;1504.82;9.50;1052.43;-1.80;1988 +601;floating_harbor;1508.83;9.50;1083.48;-1.79;2075 601;industrial_complex;1461.00;11.45;1089.00;5.06;0 601;industrial_complex;1467.00;11.20;1077.00;0.94;0 601;industrial_complex;1485.00;10.03;1099.00;4.21;0 @@ -24455,6 +36230,10 @@ 601;nuclear_reactor;1491.00;9.78;1062.00;5.74;0 601;radar_station;1438.00;9.50;1076.00;1.02;0 601;rocket_site;1495.00;9.70;1056.00;1.61;0 +601;supply_node;1453.00;9.68;1066.00;2.69;0 +601;supply_node;1470.00;11.03;1081.00;1.21;0 +601;supply_node;1485.00;9.95;1057.00;1.97;0 +601;supply_node;1493.00;9.70;1087.00;3.45;0 601;synthetic_refinery;1463.00;11.95;1083.00;3.68;0 602;air_base;1505.00;11.00;1029.00;5.67;0 602;anti_air_building;1485.00;10.25;1040.00;1.01;0 @@ -24473,6 +36252,9 @@ 602;coastal_bunker;1485.00;9.50;1024.00;-1.03;0 602;coastal_bunker;1500.00;9.50;1008.00;-0.32;0 602;dockyard;1491.00;9.50;1021.00;-0.08;0 +602;floating_harbor;1467.05;9.50;1027.05;-3.93;13092 +602;floating_harbor;1477.88;9.50;1021.60;-4.21;13087 +602;floating_harbor;1499.54;9.50;1001.45;-3.50;12878 602;industrial_complex;1475.00;10.55;1042.00;5.06;0 602;industrial_complex;1479.00;10.98;1039.00;6.27;0 602;industrial_complex;1494.00;12.60;1032.00;0.94;0 @@ -24485,6 +36267,9 @@ 602;nuclear_reactor;1487.00;9.73;1043.00;0.66;0 602;radar_station;1468.00;9.50;1029.00;2.49;0 602;rocket_site;1472.00;9.88;1043.00;5.74;0 +602;supply_node;1477.00;10.10;1037.00;5.62;0 +602;supply_node;1493.00;12.60;1030.00;2.69;0 +602;supply_node;1505.00;10.20;1016.00;1.21;0 602;synthetic_refinery;1495.00;10.40;1037.00;0.06;0 603;air_base;1556.00;9.73;1227.00;4.72;0 603;anti_air_building;1543.00;9.70;1234.00;0.13;0 @@ -24517,6 +36302,16 @@ 603;coastal_bunker;1618.00;9.60;1210.00;-3.68;0 603;coastal_bunker;1632.00;9.55;1203.00;-2.78;0 603;dockyard;1530.00;9.50;1228.00;-0.79;0 +603;floating_harbor;1519.30;9.50;1229.21;-3.39;7622 +603;floating_harbor;1529.05;9.50;1223.05;-3.93;10498 +603;floating_harbor;1535.00;9.50;1200.00;-2.15;4600 +603;floating_harbor;1552.30;9.50;1216.21;-3.39;7451 +603;floating_harbor;1567.79;9.50;1211.36;-3.46;10374 +603;floating_harbor;1588.05;9.50;1198.05;-3.93;7546 +603;floating_harbor;1596.07;9.50;1231.70;-0.62;4476 +603;floating_harbor;1601.80;9.50;1185.40;-3.79;1550 +603;floating_harbor;1624.88;9.50;1215.82;-0.59;12347 +603;floating_harbor;1638.60;9.50;1184.50;-2.76;7590 603;industrial_complex;1537.00;9.70;1239.00;6.27;0 603;industrial_complex;1539.00;9.70;1241.00;4.11;0 603;industrial_complex;1557.00;9.68;1224.00;3.51;0 @@ -24536,6 +36331,16 @@ 603;nuclear_reactor;1640.00;9.70;1196.00;1.24;0 603;radar_station;1480.00;9.50;1223.00;2.92;0 603;rocket_site;1507.00;9.85;1237.00;4.86;0 +603;supply_node;1500.00;9.53;1229.00;4.86;0 +603;supply_node;1522.00;9.70;1240.00;3.68;0 +603;supply_node;1539.00;9.70;1233.00;2.92;0 +603;supply_node;1556.00;9.80;1231.00;1.51;0 +603;supply_node;1572.00;9.80;1224.00;5.16;0 +603;supply_node;1587.00;9.62;1219.00;3.38;0 +603;supply_node;1599.00;9.70;1209.00;4.10;0 +603;supply_node;1609.00;10.00;1195.00;5.62;0 +603;supply_node;1617.00;9.68;1204.00;4.40;0 +603;supply_node;1634.00;9.70;1196.00;0.75;0 603;synthetic_refinery;1584.00;9.70;1214.00;5.46;0 604;air_base;1697.00;10.68;1182.00;4.12;0 604;anti_air_building;1691.00;9.70;1188.00;1.52;0 @@ -24556,6 +36361,10 @@ 604;coastal_bunker;1716.00;9.57;1181.00;-3.93;0 604;coastal_bunker;1737.00;9.50;1165.00;1.52;0 604;dockyard;1693.00;9.50;1157.00;0.22;0 +604;floating_harbor;1695.52;9.50;1151.17;-2.92;7632 +604;floating_harbor;1704.88;9.50;1194.82;-0.59;4598 +604;floating_harbor;1720.70;9.50;1157.21;-2.90;7660 +604;floating_harbor;1727.47;9.50;1184.37;-0.90;10484 604;industrial_complex;1693.00;10.05;1184.00;3.51;0 604;industrial_complex;1707.00;9.78;1185.00;6.27;0 604;industrial_complex;1720.00;9.80;1173.00;4.72;0 @@ -24569,6 +36378,10 @@ 604;nuclear_reactor;1705.00;11.80;1175.00;1.17;0 604;radar_station;1689.00;9.50;1155.00;2.04;0 604;rocket_site;1692.00;9.73;1186.00;6.25;0 +604;supply_node;1692.00;10.20;1167.00;1.51;0 +604;supply_node;1697.00;10.32;1183.00;4.86;0 +604;supply_node;1717.00;9.78;1176.00;0.75;0 +604;supply_node;1718.00;9.55;1168.00;4.10;0 604;synthetic_refinery;1721.00;9.70;1176.00;0.57;0 605;air_base;1637.00;9.50;1243.00;1.94;0 605;anti_air_building;1601.00;10.15;1163.00;5.30;0 @@ -24589,6 +36402,10 @@ 605;coastal_bunker;1637.00;9.50;1244.00;-2.27;0 605;coastal_bunker;1661.00;9.50;1208.00;-4.31;0 605;dockyard;1657.00;9.50;1208.00;-4.31;0 +605;floating_harbor;1552.47;9.50;1191.30;0.91;12477 +605;floating_harbor;1610.88;9.50;1150.18;-2.55;12304 +605;floating_harbor;1629.74;9.50;1245.13;1.11;1513 +605;floating_harbor;1692.50;9.50;1224.60;-1.19;10440 605;industrial_complex;1588.00;9.60;1164.00;3.49;0 605;industrial_complex;1638.00;9.50;1240.00;5.55;0 605;industrial_complex;1646.00;9.50;1238.00;6.16;0 @@ -24602,6 +36419,8 @@ 605;nuclear_reactor;1597.00;9.70;1165.00;0.13;0 605;radar_station;1534.00;9.50;1180.00;1.51;0 605;rocket_site;1605.00;9.90;1162.00;3.74;0 +605;supply_node;1585.00;9.50;1166.00;0.75;0 +605;supply_node;1605.00;9.57;1159.00;4.10;0 605;synthetic_refinery;1648.00;9.50;1230.00;5.81;0 606;air_base;1775.00;9.75;1162.00;2.56;0 606;anti_air_building;1759.00;9.55;1162.00;4.78;0 @@ -24618,6 +36437,8 @@ 606;coastal_bunker;1757.00;9.50;1165.00;-1.57;0 606;coastal_bunker;1799.00;9.53;1167.00;-0.32;0 606;dockyard;1779.00;9.57;1162.00;-1.57;0 +606;floating_harbor;1790.00;9.50;1146.00;-2.20;1440 +606;floating_harbor;1794.63;9.50;1148.14;-3.34;4155 606;industrial_complex;1761.00;9.70;1163.00;2.56;0 606;industrial_complex;1763.00;9.78;1166.00;4.12;0 606;industrial_complex;1764.00;9.60;1160.00;1.01;0 @@ -24629,6 +36450,7 @@ 606;nuclear_reactor;1771.00;9.73;1165.00;3.23;0 606;radar_station;1758.00;9.50;1158.00;3.90;0 606;rocket_site;1766.00;10.03;1163.00;0.57;0 +606;supply_node;1768.00;9.80;1162.00;3.68;0 606;synthetic_refinery;1760.00;9.70;1165.00;1.52;0 607;air_base;1848.00;9.70;1119.00;3.07;0 607;anti_air_building;1849.00;9.70;1119.00;1.52;0 @@ -24645,6 +36467,8 @@ 607;coastal_bunker;1850.00;9.50;1113.00;-1.57;0 607;coastal_bunker;1853.00;9.55;1037.00;-1.11;0 607;dockyard;1846.00;9.50;1120.00;-1.57;0 +607;floating_harbor;1840.00;9.50;1035.00;1.57;3284 +607;floating_harbor;1848.00;9.50;1124.00;0.00;7123 607;industrial_complex;1848.00;9.60;1117.00;2.56;0 607;industrial_complex;1849.00;9.60;1114.00;3.16;0 607;industrial_complex;1849.00;9.70;1036.00;1.01;0 @@ -24656,6 +36480,8 @@ 607;nuclear_reactor;1849.00;9.68;1040.00;1.17;0 607;radar_station;1840.00;9.50;1030.00;2.04;0 607;rocket_site;1850.00;9.70;1032.00;6.25;0 +607;supply_node;1848.00;9.55;1116.00;4.40;0 +607;supply_node;1849.00;9.70;1035.00;2.92;0 607;synthetic_refinery;1846.00;9.53;1031.00;0.57;0 608;air_base;1735.00;10.73;1035.00;1.01;0 608;anti_air_building;1698.00;9.70;1030.00;4.25;0 @@ -24685,6 +36511,14 @@ 608;coastal_bunker;1741.00;9.90;1036.00;-4.17;0 608;coastal_bunker;1762.00;9.70;1038.00;-3.99;0 608;dockyard;1686.00;9.50;1035.00;-4.09;0 +608;floating_harbor;1690.00;9.50;1071.00;0.05;1997 +608;floating_harbor;1690.00;9.50;1071.00;0.15;5088 +608;floating_harbor;1691.26;9.50;1024.13;-1.11;12772 +608;floating_harbor;1691.94;9.50;1049.71;-1.01;1944 +608;floating_harbor;1708.21;9.50;1071.70;1.33;153 +608;floating_harbor;1720.30;9.50;1060.79;0.24;4526 +608;floating_harbor;1749.44;9.50;1043.31;0.71;8113 +608;floating_harbor;1751.10;9.50;1040.43;-1.06;10855 608;industrial_complex;1685.00;13.95;1000.00;2.56;0 608;industrial_complex;1698.00;13.73;1009.00;1.01;0 608;industrial_complex;1699.00;12.57;1004.00;3.16;0 @@ -24702,6 +36536,15 @@ 608;nuclear_reactor;1714.00;12.32;1018.00;0.64;0 608;radar_station;1674.00;12.32;989.00;1.05;0 608;rocket_site;1673.00;11.95;1039.00;5.36;0 +608;supply_node;1675.00;9.70;1016.00;4.64;0 +608;supply_node;1678.00;10.38;1041.00;5.10;0 +608;supply_node;1683.00;12.23;995.00;3.22;0 +608;supply_node;1702.00;14.05;1011.00;0.29;0 +608;supply_node;1704.00;11.53;1035.00;2.46;0 +608;supply_node;1719.00;9.70;1069.00;1.05;0 +608;supply_node;1724.00;10.30;1046.00;5.81;0 +608;supply_node;1729.00;10.90;1028.00;1.70;0 +608;supply_node;1760.00;11.38;1031.00;5.40;0 608;synthetic_refinery;1677.00;9.70;1008.00;4.86;0 609;air_base;3444.00;14.78;1327.00;6.08;0 609;anti_air_building;3405.00;14.23;1323.00;2.37;0 @@ -24729,6 +36572,13 @@ 609;nuclear_reactor;3413.00;14.45;1324.00;0.82;0 609;radar_station;3431.00;14.63;1321.00;5.75;0 609;rocket_site;3434.00;15.40;1312.00;4.08;0 +609;supply_node;3407.00;14.65;1319.00;0.29;0 +609;supply_node;3418.00;14.43;1310.00;1.70;0 +609;supply_node;3422.00;14.20;1320.00;5.81;0 +609;supply_node;3433.00;14.50;1328.00;2.46;0 +609;supply_node;3435.00;16.95;1314.00;5.40;0 +609;supply_node;3446.00;15.07;1329.00;3.22;0 +609;supply_node;3450.00;17.90;1319.00;4.64;0 609;synthetic_refinery;3420.00;14.93;1314.00;5.03;0 610;air_base;1820.00;9.78;1037.00;5.74;0 610;anti_air_building;1808.00;10.07;1010.00;5.30;0 @@ -24751,6 +36601,11 @@ 610;coastal_bunker;1850.00;9.55;1009.00;1.11;0 610;coastal_bunker;1860.00;9.60;1005.00;-3.73;0 610;dockyard;1816.00;9.50;1039.00;-4.07;0 +610;floating_harbor;1789.21;9.50;1038.64;-0.32;7968 +610;floating_harbor;1834.88;9.50;1033.82;-0.59;10823 +610;floating_harbor;1836.00;9.50;1048.00;-0.94;10912 +610;floating_harbor;1860.40;9.50;1008.16;-1.99;10767 +610;floating_harbor;1864.20;9.50;1010.60;-0.64;1981 610;industrial_complex;1802.00;10.57;1023.00;4.27;0 610;industrial_complex;1829.00;9.70;1019.00;1.61;0 610;industrial_complex;1832.00;9.70;1011.00;3.68;0 @@ -24765,6 +36620,11 @@ 610;nuclear_reactor;1840.00;9.70;1010.00;4.25;0 610;radar_station;1811.00;9.70;999.00;4.44;0 610;rocket_site;1810.00;10.13;1019.00;0.13;0 +610;supply_node;1784.00;9.98;1023.00;2.46;0 +610;supply_node;1812.00;11.88;1031.00;4.64;0 +610;supply_node;1821.00;9.80;1013.00;1.70;0 +610;supply_node;1845.00;9.70;1015.00;5.40;0 +610;supply_node;1851.00;10.12;993.00;5.81;0 610;synthetic_refinery;1814.00;11.00;1033.00;0.73;0 611;air_base;1596.00;10.03;1000.00;4.78;0 611;anti_air_building;1547.00;10.10;997.00;1.24;0 @@ -24789,6 +36649,12 @@ 611;coastal_bunker;1579.00;9.55;1019.00;-4.31;0 611;coastal_bunker;1583.00;9.50;1004.00;-1.57;0 611;dockyard;1549.00;9.50;1014.00;-2.47;0 +611;floating_harbor;1527.47;9.50;1022.08;-0.52;4611 +611;floating_harbor;1537.40;9.50;1017.00;0.54;4624 +611;floating_harbor;1552.60;9.50;986.80;-2.21;1633 +611;floating_harbor;1565.95;9.50;1004.05;-2.36;7617 +611;floating_harbor;1567.18;9.50;1008.12;-4.12;7630 +611;floating_harbor;1576.07;9.50;999.99;1.43;10482 611;industrial_complex;1548.00;9.68;1012.00;3.68;0 611;industrial_complex;1556.00;10.25;1009.00;1.01;0 611;industrial_complex;1564.00;9.70;1017.00;1.61;0 @@ -24804,6 +36670,12 @@ 611;nuclear_reactor;1519.00;9.55;1003.00;5.97;0 611;radar_station;1512.00;9.50;998.00;0.28;0 611;rocket_site;1526.00;10.38;1008.00;3.30;0 +611;supply_node;1520.00;10.00;1009.00;1.70;0 +611;supply_node;1543.00;9.68;994.00;5.40;0 +611;supply_node;1544.00;9.70;1006.00;4.64;0 +611;supply_node;1558.00;9.93;1012.00;6.11;0 +611;supply_node;1576.00;9.70;1014.00;3.87;0 +611;supply_node;1590.00;9.82;998.00;0.52;0 611;synthetic_refinery;1535.00;9.70;997.00;5.36;0 612;air_base;1594.00;9.60;913.00;4.18;0 612;anti_air_building;1605.00;16.30;891.00;3.74;0 @@ -24825,6 +36697,8 @@ 612;coastal_bunker;1593.00;9.50;913.00;-1.89;0 612;coastal_bunker;1602.00;9.57;926.00;-2.18;0 612;dockyard;1580.00;9.50;899.00;-1.89;0 +612;floating_harbor;1576.74;9.50;909.13;1.11;7991 +612;floating_harbor;1594.62;9.50;930.48;0.88;7936 612;industrial_complex;1588.00;9.70;904.00;4.78;0 612;industrial_complex;1600.00;13.00;903.00;1.61;0 612;industrial_complex;1604.00;12.03;911.00;0.66;0 @@ -24836,6 +36710,13 @@ 612;nuclear_reactor;1613.00;15.35;900.00;4.86;0 612;radar_station;1573.00;9.50;895.00;5.16;0 612;rocket_site;1627.00;12.85;904.00;2.19;0 +612;supply_node;1591.00;10.03;902.00;3.87;0 +612;supply_node;1603.00;17.00;887.00;1.24;0 +612;supply_node;1612.00;11.85;916.00;6.11;0 +612;supply_node;1626.00;14.00;937.00;6.04;0 +612;supply_node;1632.00;13.00;910.00;4.64;0 +612;supply_node;1649.00;13.90;947.00;2.00;0 +612;supply_node;1672.00;13.60;967.00;0.52;0 612;synthetic_refinery;1613.00;15.38;899.00;4.25;0 613;air_base;1672.00;9.68;1053.00;3.23;0 613;anti_air_building;1611.00;9.70;997.00;0.19;0 @@ -24866,6 +36747,13 @@ 613;coastal_bunker;1648.00;9.50;1050.00;-2.43;0 613;coastal_bunker;1669.00;9.60;1054.00;-2.90;0 613;dockyard;1663.00;9.70;1049.00;-2.90;0 +613;floating_harbor;1592.18;9.50;962.88;0.98;10494 +613;floating_harbor;1601.40;9.50;1007.50;0.38;4969 +613;floating_harbor;1606.47;9.50;1013.51;1.20;10864 +613;floating_harbor;1619.36;9.50;1032.21;1.25;12790 +613;floating_harbor;1638.87;9.50;1048.26;0.46;1937 +613;floating_harbor;1648.29;9.50;1054.94;0.56;8056 +613;floating_harbor;1675.30;9.50;1066.79;0.24;2085 613;industrial_complex;1602.00;9.60;962.00;0.57;0 613;industrial_complex;1622.00;13.40;984.00;5.74;0 613;industrial_complex;1639.00;10.80;965.00;4.18;0 @@ -24882,6 +36770,17 @@ 613;nuclear_reactor;1669.00;9.95;1049.00;4.93;0 613;radar_station;1598.00;9.50;932.00;6.04;0 613;rocket_site;1657.00;9.78;998.00;2.26;0 +613;supply_node;1604.00;9.80;955.00;4.17;0 +613;supply_node;1610.00;9.85;986.00;6.04;0 +613;supply_node;1616.00;12.15;952.00;5.59;0 +613;supply_node;1626.00;9.75;1006.00;1.94;0 +613;supply_node;1631.00;15.25;969.00;0.52;0 +613;supply_node;1632.00;9.88;1028.00;0.06;0 +613;supply_node;1643.00;10.95;991.00;3.41;0 +613;supply_node;1650.00;9.80;1026.00;3.87;0 +613;supply_node;1657.00;14.30;1041.00;1.24;0 +613;supply_node;1661.00;10.55;995.00;2.65;0 +613;supply_node;1678.00;9.70;1056.00;2.00;0 613;synthetic_refinery;1639.00;9.70;1036.00;4.32;0 614;air_base;1615.00;9.70;1535.00;1.17;0 614;anti_air_building;1595.00;9.85;1511.00;2.26;0 @@ -24912,6 +36811,15 @@ 614;coastal_bunker;1629.00;9.55;1527.00;-1.57;0 614;coastal_bunker;1634.00;9.50;1516.00;1.57;0 614;dockyard;1632.00;9.60;1517.00;1.57;0 +614;floating_harbor;1615.26;9.50;1509.87;-2.03;11892 +614;floating_harbor;1616.00;9.50;1505.00;-1.57;6846 +614;floating_harbor;1624.00;9.50;1492.00;-3.14;3917 +614;floating_harbor;1640.00;9.50;1516.00;-1.57;9786 +614;floating_harbor;1647.00;9.50;1506.00;-1.80;873 +614;floating_harbor;1647.00;9.50;1506.00;-1.90;6892 +614;floating_harbor;1647.00;9.50;1506.00;-2.07;3957 +614;floating_harbor;1647.00;9.50;1506.00;-2.20;6984 +614;floating_harbor;1647.00;9.50;1506.00;-2.26;9758 614;industrial_complex;1589.00;9.90;1513.00;4.18;0 614;industrial_complex;1600.00;9.68;1509.00;6.25;0 614;industrial_complex;1604.00;9.80;1531.00;3.23;0 @@ -24930,6 +36838,15 @@ 614;nuclear_reactor;1606.00;9.80;1530.00;1.92;0 614;radar_station;1595.00;9.85;1504.00;3.41;0 614;rocket_site;1606.00;9.90;1535.00;0.70;0 +614;supply_node;1594.00;9.80;1516.00;2.00;0 +614;supply_node;1603.00;9.70;1505.00;4.17;0 +614;supply_node;1604.00;9.75;1525.00;1.24;0 +614;supply_node;1607.00;9.70;1514.00;5.59;0 +614;supply_node;1609.00;9.80;1533.00;3.41;0 +614;supply_node;1620.00;9.70;1516.00;1.94;0 +614;supply_node;1622.00;9.70;1530.00;0.06;0 +614;supply_node;1624.00;9.50;1500.00;6.04;0 +614;supply_node;1629.00;9.70;1516.00;2.65;0 614;synthetic_refinery;1593.00;9.80;1517.00;1.31;0 615;air_base;1713.00;9.80;967.00;1.68;0 615;anti_air_building;1662.00;10.10;913.00;5.81;0 @@ -24953,6 +36870,9 @@ 615;nuclear_reactor;1675.00;10.00;933.00;4.25;0 615;radar_station;1610.00;10.20;877.00;4.44;0 615;rocket_site;1664.00;10.13;889.00;0.13;0 +615;supply_node;1646.00;10.30;889.00;4.17;0 +615;supply_node;1694.00;9.80;958.00;1.24;0 +615;supply_node;1702.00;9.80;935.00;1.94;0 615;synthetic_refinery;1708.00;9.80;949.00;0.73;0 616;air_base;1751.00;9.70;1003.00;5.90;0 616;anti_air_building;1724.00;9.70;986.00;0.13;0 @@ -24979,6 +36899,12 @@ 616;nuclear_reactor;1736.00;9.80;1002.00;5.36;0 616;radar_station;1685.00;10.15;981.00;5.85;0 616;rocket_site;1734.00;9.80;1008.00;1.24;0 +616;supply_node;1705.00;9.80;994.00;0.06;0 +616;supply_node;1729.00;9.70;989.00;1.94;0 +616;supply_node;1740.00;9.73;1014.00;3.41;0 +616;supply_node;1749.00;9.70;981.00;2.65;0 +616;supply_node;1764.00;9.80;1007.00;5.59;0 +616;supply_node;1792.00;10.43;1004.00;0.78;0 616;synthetic_refinery;1742.00;9.70;994.00;2.19;0 617;air_base;1791.00;10.05;977.00;5.30;0 617;anti_air_building;1756.00;10.05;960.00;3.74;0 @@ -25002,6 +36928,9 @@ 617;nuclear_reactor;1836.00;10.32;995.00;1.24;0 617;radar_station;1750.00;9.80;957.00;2.92;0 617;rocket_site;1814.00;10.20;979.00;4.86;0 +617;supply_node;1774.00;11.12;965.00;0.06;0 +617;supply_node;1797.00;10.50;983.00;2.65;0 +617;supply_node;1829.00;10.30;981.00;5.59;0 617;synthetic_refinery;1787.00;11.23;972.00;5.46;0 618;air_base;1627.00;10.00;862.00;5.81;0 618;anti_air_building;1563.00;12.40;810.00;5.98;0 @@ -25025,6 +36954,9 @@ 618;coastal_bunker;1549.00;9.60;811.00;-2.40;0 618;coastal_bunker;1575.00;9.50;890.00;-3.42;0 618;dockyard;1546.00;9.50;848.00;-2.45;0 +618;floating_harbor;1548.29;9.50;821.18;0.74;5120 +618;floating_harbor;1549.00;9.50;874.00;1.57;8047 +618;floating_harbor;1551.30;9.50;823.21;-3.39;8252 618;industrial_complex;1558.00;10.00;861.00;5.30;0 618;industrial_complex;1565.00;9.80;882.00;1.68;0 618;industrial_complex;1570.00;11.30;842.00;3.24;0 @@ -25037,6 +36969,14 @@ 618;nuclear_reactor;1548.00;9.70;851.00;2.26;0 618;radar_station;1548.00;10.35;799.00;2.00;0 618;rocket_site;1574.00;15.10;853.00;4.42;0 +618;supply_node;1556.00;9.75;842.00;2.95;0 +618;supply_node;1563.00;13.15;805.00;0.78;0 +618;supply_node;1566.00;9.90;874.00;4.82;0 +618;supply_node;1576.00;15.03;822.00;2.19;0 +618;supply_node;1577.00;15.70;846.00;5.59;0 +618;supply_node;1583.00;15.88;867.00;5.13;0 +618;supply_node;1606.00;10.55;843.00;0.71;0 +618;supply_node;1611.00;10.55;865.00;1.48;0 618;synthetic_refinery;1586.00;15.93;872.00;0.19;0 619;air_base;1618.00;10.00;833.00;3.74;0 619;anti_air_building;1603.00;12.75;771.00;1.24;0 @@ -25061,6 +37001,10 @@ 619;nuclear_reactor;1629.00;9.80;805.00;2.70;0 619;radar_station;1564.00;12.25;783.00;3.22;0 619;rocket_site;1650.00;9.80;799.00;5.97;0 +619;supply_node;1590.00;11.10;802.00;2.95;0 +619;supply_node;1600.00;12.60;777.00;4.82;0 +619;supply_node;1629.00;9.95;769.00;0.71;0 +619;supply_node;1633.00;9.85;816.00;1.48;0 619;synthetic_refinery;1580.00;13.48;791.00;0.64;0 620;air_base;1659.00;10.15;751.00;4.25;0 620;anti_air_building;1707.00;10.10;707.00;1.92;0 @@ -25103,6 +37047,28 @@ 620;nuclear_reactor;1708.00;10.25;694.00;6.04;0 620;radar_station;1644.00;11.45;716.00;1.47;0 620;rocket_site;1849.00;12.75;957.00;3.37;0 +620;supply_node;1653.00;10.07;728.00;0.71;0 +620;supply_node;1666.00;9.90;789.00;0.25;0 +620;supply_node;1670.00;9.80;831.00;5.31;0 +620;supply_node;1677.00;9.95;865.00;6.08;0 +620;supply_node;1686.00;9.80;841.00;3.83;0 +620;supply_node;1687.00;9.90;768.00;2.95;0 +620;supply_node;1700.00;10.10;880.00;4.60;0 +620;supply_node;1712.00;9.95;738.00;2.88;0 +620;supply_node;1722.00;9.90;909.00;5.77;0 +620;supply_node;1745.00;9.80;828.00;4.13;0 +620;supply_node;1747.00;9.80;801.00;3.60;0 +620;supply_node;1752.00;9.80;718.00;1.66;0 +620;supply_node;1754.00;9.95;694.00;1.97;0 +620;supply_node;1775.00;9.80;903.00;1.01;0 +620;supply_node;1777.00;10.38;932.00;4.36;0 +620;supply_node;1787.00;9.80;781.00;3.19;0 +620;supply_node;1792.00;10.32;842.00;6.01;0 +620;supply_node;1803.00;10.35;888.00;2.19;0 +620;supply_node;1824.00;10.55;949.00;2.43;0 +620;supply_node;1834.00;9.70;777.00;1.20;0 +620;supply_node;1858.00;9.70;891.00;5.13;0 +620;supply_node;1883.00;10.40;833.00;3.90;0 620;synthetic_refinery;1733.00;10.10;701.00;3.98;0 621;air_base;1599.00;11.98;701.00;2.19;0 621;anti_air_building;1559.00;10.15;768.00;0.70;0 @@ -25128,6 +37094,11 @@ 621;coastal_bunker;1589.00;9.50;703.00;-1.11;0 621;coastal_bunker;1608.00;9.50;669.00;-1.35;0 621;dockyard;1582.00;9.50;717.00;-1.06;0 +621;floating_harbor;1535.09;9.50;794.76;1.00;2156 +621;floating_harbor;1557.09;9.50;747.24;-4.15;8199 +621;floating_harbor;1571.60;9.50;723.16;-4.29;5190 +621;floating_harbor;1584.74;9.50;693.87;-4.25;12983 +621;floating_harbor;1594.21;9.50;677.30;-4.47;12997 621;industrial_complex;1574.00;13.98;772.00;0.13;0 621;industrial_complex;1578.00;15.35;768.00;4.25;0 621;industrial_complex;1590.00;13.25;719.00;0.73;0 @@ -25142,6 +37113,14 @@ 621;nuclear_reactor;1608.00;18.15;719.00;3.37;0 621;radar_station;1539.00;9.50;772.00;4.81;0 621;rocket_site;1629.00;10.75;734.00;1.82;0 +621;supply_node;1552.00;9.95;784.00;2.19;0 +621;supply_node;1574.00;14.15;758.00;1.01;0 +621;supply_node;1587.00;13.10;730.00;4.36;0 +621;supply_node;1604.00;17.08;741.00;3.60;0 +621;supply_node;1607.00;15.03;705.00;0.25;0 +621;supply_node;1609.00;11.55;681.00;3.19;0 +621;supply_node;1633.00;18.08;682.00;5.13;0 +621;supply_node;1635.00;10.12;718.00;2.88;0 621;synthetic_refinery;1638.00;18.08;683.00;1.31;0 622;air_base;2031.00;10.00;730.00;1.24;0 622;anti_air_building;1769.00;9.90;657.00;3.98;0 @@ -25173,6 +37152,7 @@ 622;bunker;2012.00;10.00;680.00;5.97;0 622;coastal_bunker;1990.00;9.60;843.00;-3.69;0 622;dockyard;1987.00;9.55;844.00;-3.69;0 +622;floating_harbor;2045.00;9.50;874.00;-1.10;2035 622;industrial_complex;1837.00;10.73;587.00;4.86;0 622;industrial_complex;1889.00;10.40;779.00;3.74;0 622;industrial_complex;1893.00;10.70;646.00;0.13;0 @@ -25183,6 +37163,24 @@ 622;nuclear_reactor;1891.00;10.30;659.00;0.36;0 622;radar_station;1750.00;11.05;628.00;3.64;0 622;rocket_site;1814.00;10.03;668.00;0.26;0 +622;supply_node;1771.00;9.95;630.00;3.83;0 +622;supply_node;1774.00;9.90;667.00;1.66;0 +622;supply_node;1821.00;9.90;696.00;1.20;0 +622;supply_node;1825.00;9.85;649.00;6.08;0 +622;supply_node;1825.00;10.60;619.00;4.13;0 +622;supply_node;1835.00;10.30;566.00;0.25;0 +622;supply_node;1860.00;9.80;752.00;5.77;0 +622;supply_node;1866.00;10.65;659.00;5.31;0 +622;supply_node;1874.00;9.90;706.00;3.60;0 +622;supply_node;1874.00;10.00;591.00;1.97;0 +622;supply_node;1877.00;10.40;566.00;6.01;0 +622;supply_node;1894.00;10.82;616.00;1.01;0 +622;supply_node;1910.00;10.30;804.00;2.88;0 +622;supply_node;1912.00;10.20;679.00;3.90;0 +622;supply_node;1944.00;10.12;752.00;2.43;0 +622;supply_node;1966.00;9.95;810.00;4.36;0 +622;supply_node;1971.00;10.30;682.00;3.19;0 +622;supply_node;2004.00;10.10;750.00;4.60;0 622;synthetic_refinery;1918.00;10.25;694.00;6.04;0 623;air_base;1739.00;10.55;647.00;0.64;0 623;anti_air_building;1630.00;10.75;637.00;3.37;0 @@ -25211,6 +37209,10 @@ 623;coastal_bunker;1662.00;9.50;607.00;-1.32;0 623;coastal_bunker;1704.00;9.50;577.00;-0.90;0 623;dockyard;1621.00;9.50;634.00;-0.57;0 +623;floating_harbor;1608.11;9.50;659.79;1.00;2225 +623;floating_harbor;1639.66;9.50;610.48;-4.01;5202 +623;floating_harbor;1669.05;9.50;596.05;-3.93;2210 +623;floating_harbor;1688.45;9.50;580.73;-4.06;13086 623;industrial_complex;1649.00;18.58;657.00;5.36;0 623;industrial_complex;1653.00;13.18;621.00;4.86;0 623;industrial_complex;1664.00;10.73;682.00;4.25;0 @@ -25224,6 +37226,18 @@ 623;nuclear_reactor;1713.00;20.15;610.00;0.87;0 623;radar_station;1614.00;9.50;647.00;2.88;0 623;rocket_site;1685.00;11.00;693.00;4.49;0 +623;supply_node;1628.00;12.12;647.00;0.25;0 +623;supply_node;1654.00;18.83;652.00;3.83;0 +623;supply_node;1658.00;17.75;626.00;2.43;0 +623;supply_node;1674.00;14.93;660.00;3.19;0 +623;supply_node;1677.00;11.10;693.00;3.90;0 +623;supply_node;1685.00;19.25;612.00;3.60;0 +623;supply_node;1704.00;21.75;631.00;1.01;0 +623;supply_node;1706.00;11.00;678.00;1.66;0 +623;supply_node;1707.00;20.18;595.00;5.31;0 +623;supply_node;1712.00;10.25;655.00;6.08;0 +623;supply_node;1739.00;14.43;623.00;4.60;0 +623;supply_node;1747.00;10.50;660.00;5.77;0 623;synthetic_refinery;1685.00;14.80;604.00;0.26;0 624;air_base;1725.00;15.23;543.00;5.97;0 624;anti_air_building;1715.00;13.20;425.00;0.87;0 @@ -25254,6 +37268,12 @@ 624;coastal_bunker;1710.00;9.50;495.00;-1.48;0 624;coastal_bunker;1711.00;9.50;516.00;-1.70;0 624;dockyard;1699.00;9.50;410.00;-2.55;0 +624;floating_harbor;1694.12;9.50;409.82;0.59;5228 +624;floating_harbor;1696.17;9.50;436.52;1.35;11000 +624;floating_harbor;1699.03;9.50;484.37;-4.62;12994 +624;floating_harbor;1701.41;9.50;452.65;-4.37;5171 +624;floating_harbor;1702.36;9.50;566.21;1.25;5131 +624;floating_harbor;1703.05;9.50;523.87;1.45;8217 624;industrial_complex;1710.00;15.32;392.00;2.19;0 624;industrial_complex;1712.00;10.05;501.00;5.36;0 624;industrial_complex;1721.00;15.48;419.00;0.64;0 @@ -25269,6 +37289,18 @@ 624;nuclear_reactor;1745.00;19.85;536.00;5.00;0 624;radar_station;1693.00;9.50;387.00;5.77;0 624;rocket_site;1743.00;20.65;519.00;1.98;0 +624;supply_node;1702.00;11.65;398.00;1.66;0 +624;supply_node;1712.00;11.62;433.00;5.31;0 +624;supply_node;1715.00;16.40;396.00;1.97;0 +624;supply_node;1717.00;13.45;486.00;6.01;0 +624;supply_node;1718.00;11.75;522.00;4.60;0 +624;supply_node;1721.00;16.35;560.00;3.19;0 +624;supply_node;1722.00;15.65;460.00;2.43;0 +624;supply_node;1728.00;19.52;430.00;3.90;0 +624;supply_node;1734.00;19.18;516.00;6.08;0 +624;supply_node;1739.00;20.60;572.00;3.83;0 +624;supply_node;1741.00;17.00;485.00;5.77;0 +624;supply_node;1753.00;19.77;528.00;0.25;0 624;synthetic_refinery;1712.00;11.45;475.00;2.93;0 625;air_base;2066.00;10.00;793.00;3.91;0 625;anti_air_building;2055.00;10.50;704.00;0.26;0 @@ -25308,6 +37340,25 @@ 625;nuclear_reactor;2168.00;10.70;724.00;5.10;0 625;radar_station;2016.00;9.98;691.00;1.01;0 625;rocket_site;2180.00;11.30;743.00;5.00;0 +625;supply_node;2026.00;10.50;785.00;1.66;0 +625;supply_node;2043.00;10.05;730.00;3.90;0 +625;supply_node;2065.00;10.25;705.00;6.08;0 +625;supply_node;2080.00;10.10;790.00;0.74;0 +625;supply_node;2082.00;10.40;744.00;4.78;0 +625;supply_node;2105.00;10.95;683.00;6.01;0 +625;supply_node;2106.00;10.75;720.00;5.31;0 +625;supply_node;2116.00;9.90;778.00;5.77;0 +625;supply_node;2134.00;10.43;739.00;5.55;0 +625;supply_node;2141.00;10.68;711.00;1.97;0 +625;supply_node;2147.00;11.65;676.00;1.20;0 +625;supply_node;2154.00;10.23;763.00;3.83;0 +625;supply_node;2157.00;11.80;697.00;2.61;0 +625;supply_node;2180.00;10.70;737.00;0.44;0 +625;supply_node;2181.00;10.45;679.00;4.13;0 +625;supply_node;2184.00;10.60;716.00;3.37;0 +625;supply_node;2187.00;10.38;761.00;2.43;0 +625;supply_node;2201.00;10.82;703.00;4.60;0 +625;supply_node;2206.00;10.73;735.00;0.03;0 625;synthetic_refinery;2141.00;10.70;693.00;4.49;0 626;air_base;1936.00;9.80;540.00;4.42;0 626;anti_air_building;1977.00;10.50;634.00;4.65;0 @@ -25359,6 +37410,37 @@ 626;nuclear_reactor;2065.00;11.78;561.00;0.94;0 626;radar_station;1901.00;9.70;512.00;1.19;0 626;rocket_site;2051.00;11.00;640.00;4.56;0 +626;supply_node;1915.00;10.05;528.00;0.44;0 +626;supply_node;1925.00;9.80;570.00;0.74;0 +626;supply_node;1933.00;10.43;616.00;3.90;0 +626;supply_node;1945.00;10.20;528.00;1.69;0 +626;supply_node;1958.00;10.80;500.00;4.78;0 +626;supply_node;1964.00;10.50;558.00;5.09;0 +626;supply_node;1980.00;10.60;625.00;6.01;0 +626;supply_node;1989.00;10.53;538.00;4.60;0 +626;supply_node;2003.00;11.90;578.00;1.97;0 +626;supply_node;2012.00;10.30;608.00;3.86;0 +626;supply_node;2030.00;10.90;555.00;2.15;0 +626;supply_node;2031.00;10.15;657.00;4.62;0 +626;supply_node;2051.00;12.00;596.00;5.55;0 +626;supply_node;2055.00;11.45;561.00;2.39;0 +626;supply_node;2063.00;11.95;644.00;3.37;0 +626;supply_node;2082.00;11.00;581.00;2.46;0 +626;supply_node;2082.00;12.12;553.00;1.66;0 +626;supply_node;2085.00;11.70;601.00;3.83;0 +626;supply_node;2097.00;11.50;623.00;6.08;0 +626;supply_node;2105.00;11.30;651.00;1.20;0 +626;supply_node;2106.00;11.25;558.00;2.61;0 +626;supply_node;2118.00;11.53;614.00;6.26;0 +626;supply_node;2119.00;11.60;587.00;0.67;0 +626;supply_node;2128.00;11.98;566.00;0.21;0 +626;supply_node;2139.00;12.50;617.00;0.03;0 +626;supply_node;2142.00;11.35;648.00;4.13;0 +626;supply_node;2152.00;11.60;590.00;0.97;0 +626;supply_node;2154.00;10.57;563.00;5.31;0 +626;supply_node;2161.00;10.93;628.00;0.28;0 +626;supply_node;2164.00;11.20;607.00;4.32;0 +626;supply_node;2172.00;11.05;651.00;2.92;0 626;synthetic_refinery;2126.00;10.70;643.00;4.05;0 627;air_base;1797.00;10.40;610.00;2.36;0 627;anti_air_building;1771.00;18.83;577.00;3.37;0 @@ -25390,6 +37472,17 @@ 627;nuclear_reactor;1802.00;15.35;526.00;0.36;0 627;radar_station;1729.00;19.43;599.00;3.64;0 627;rocket_site;1810.00;13.30;547.00;0.26;0 +627;supply_node;1740.00;20.88;604.00;3.83;0 +627;supply_node;1741.00;20.48;593.00;0.03;0 +627;supply_node;1762.00;17.88;590.00;5.31;0 +627;supply_node;1773.00;19.55;559.00;0.44;0 +627;supply_node;1782.00;19.18;532.00;4.13;0 +627;supply_node;1787.00;10.43;602.00;1.97;0 +627;supply_node;1796.00;12.38;577.00;1.20;0 +627;supply_node;1797.00;15.70;556.00;4.60;0 +627;supply_node;1800.00;15.85;517.00;6.08;0 +627;supply_node;1814.00;10.60;585.00;6.01;0 +627;supply_node;1820.00;12.32;534.00;3.37;0 627;synthetic_refinery;1776.00;10.48;604.00;6.04;0 628;air_base;1814.00;10.80;461.00;4.42;0 628;anti_air_building;1766.00;21.60;488.00;0.70;0 @@ -25414,6 +37507,10 @@ 628;nuclear_reactor;1814.00;10.65;491.00;3.37;0 628;radar_station;1753.00;21.70;474.00;4.81;0 628;rocket_site;1830.00;10.65;504.00;1.82;0 +628;supply_node;1775.00;19.20;475.00;6.01;0 +628;supply_node;1779.00;19.85;498.00;3.83;0 +628;supply_node;1809.00;10.55;470.00;1.97;0 +628;supply_node;1819.00;10.48;496.00;5.31;0 628;synthetic_refinery;1803.00;12.53;496.00;1.31;0 629;air_base;1705.00;13.35;360.00;4.93;0 629;anti_air_building;1693.00;9.70;357.00;0.36;0 @@ -25433,6 +37530,9 @@ 629;coastal_bunker;1693.00;9.50;348.00;-2.16;0 629;coastal_bunker;1693.00;9.53;320.00;-1.37;0 629;dockyard;1697.00;9.50;294.00;-1.37;0 +629;floating_harbor;1685.00;9.50;365.00;1.57;8194 +629;floating_harbor;1687.00;9.50;308.00;1.57;8222 +629;floating_harbor;1690.05;9.50;325.05;-3.93;5191 629;industrial_complex;1695.00;10.03;367.00;2.36;0 629;industrial_complex;1696.00;9.68;336.00;4.32;0 629;industrial_complex;1698.00;9.70;311.00;2.26;0 @@ -25445,6 +37545,10 @@ 629;nuclear_reactor;1703.00;11.40;347.00;2.93;0 629;radar_station;1691.00;9.50;320.00;5.05;0 629;rocket_site;1709.00;14.25;375.00;5.10;0 +629;supply_node;1699.00;9.70;308.00;4.13;0 +629;supply_node;1701.00;9.85;336.00;6.01;0 +629;supply_node;1703.00;11.98;365.00;1.20;0 +629;supply_node;1710.00;10.93;314.00;1.97;0 629;synthetic_refinery;1707.00;10.40;324.00;0.87;0 630;air_base;1702.00;11.28;161.00;2.87;0 630;anti_air_building;1700.00;12.00;218.00;1.38;0 @@ -25470,6 +37574,11 @@ 630;coastal_bunker;1696.00;9.50;167.00;-2.45;0 630;coastal_bunker;1699.00;9.50;189.00;-0.27;0 630;dockyard;1683.00;9.50;177.00;-0.20;0 +630;floating_harbor;1656.00;9.50;186.00;1.47;12954 +630;floating_harbor;1679.53;9.50;229.63;-4.04;5121 +630;floating_harbor;1684.40;9.50;278.20;0.93;12984 +630;floating_harbor;1693.93;9.50;181.70;0.62;5118 +630;floating_harbor;1696.63;9.50;183.14;-3.34;5169 630;industrial_complex;1692.00;9.82;208.00;0.19;0 630;industrial_complex;1700.00;9.82;169.00;2.26;0 630;industrial_complex;1701.00;10.93;283.00;4.42;0 @@ -25484,6 +37593,14 @@ 630;nuclear_reactor;1701.00;11.63;266.00;4.05;0 630;radar_station;1674.00;9.50;165.00;5.30;0 630;rocket_site;1700.00;12.15;221.00;2.49;0 +630;supply_node;1687.00;9.70;193.00;5.55;0 +630;supply_node;1690.00;10.05;238.00;4.13;0 +630;supply_node;1694.00;9.80;271.00;0.74;0 +630;supply_node;1700.00;12.38;200.00;0.44;0 +630;supply_node;1703.00;11.65;169.00;1.20;0 +630;supply_node;1704.00;12.60;233.00;2.61;0 +630;supply_node;1705.00;13.05;263.00;0.03;0 +630;supply_node;1708.00;13.88;287.00;3.37;0 630;synthetic_refinery;1714.00;13.95;271.00;3.44;0 631;air_base;1736.00;11.55;114.00;1.92;0 631;anti_air_building;1710.00;11.53;133.00;4.72;0 @@ -25493,7 +37610,6 @@ 631;arms_factory;1702.00;9.88;77.00;5.98;0 631;arms_factory;1702.00;10.40;80.00;0.19;0 631;arms_factory;1737.00;10.53;105.00;1.75;0 -631;arms_factory;1739.00;9.50;40.00;4.42;0 631;arms_factory;1762.00;10.15;100.00;2.36;0 631;bunker;1684.00;10.03;131.00;4.05;0 631;bunker;1689.00;9.55;101.00;4.65;0 @@ -25503,7 +37619,6 @@ 631;bunker;1717.00;11.28;108.00;1.98;0 631;bunker;1717.00;11.80;148.00;0.43;0 631;bunker;1725.00;9.70;41.00;3.44;0 -631;bunker;1726.00;9.50;53.00;5.00;0 631;bunker;1727.00;12.00;130.00;4.05;0 631;bunker;1733.00;9.57;39.00;5.60;0 631;bunker;1735.00;10.35;71.00;0.77;0 @@ -25521,6 +37636,17 @@ 631;coastal_bunker;1766.00;9.50;98.00;0.94;0 631;coastal_bunker;1777.00;9.50;29.00;0.96;0 631;dockyard;1687.00;9.50;143.00;-3.14;0 +631;floating_harbor;1666.00;9.50;104.00;1.51;8198 +631;floating_harbor;1666.00;9.50;104.00;-4.29;10961 +631;floating_harbor;1673.00;9.50;146.00;1.19;5159 +631;floating_harbor;1673.00;9.50;146.00;-4.67;2161 +631;floating_harbor;1684.30;9.50;66.93;-4.09;8218 +631;floating_harbor;1687.00;9.50;64.00;1.43;5201 +631;floating_harbor;1695.41;9.50;56.35;1.23;5215 +631;floating_harbor;1740.37;9.50;26.03;-3.23;5209 +631;floating_harbor;1758.86;9.50;77.63;-1.77;5173 +631;floating_harbor;1779.15;9.50;25.65;-2.07;11009 +631;floating_harbor;1781.72;9.50;117.98;-1.28;12952 631;industrial_complex;1695.00;9.78;95.00;4.93;0 631;industrial_complex;1705.00;11.57;101.00;2.87;0 631;industrial_complex;1714.00;11.00;105.00;2.26;0 @@ -25541,6 +37667,19 @@ 631;nuclear_reactor;1747.00;10.68;115.00;2.56;0 631;radar_station;1669.00;9.50;128.00;2.45;0 631;rocket_site;1717.00;10.40;72.00;6.18;0 +631;supply_node;1682.00;9.65;137.00;0.03;0 +631;supply_node;1688.00;9.50;102.00;6.26;0 +631;supply_node;1697.00;9.60;76.00;2.92;0 +631;supply_node;1697.00;11.98;121.00;2.15;0 +631;supply_node;1704.00;12.10;142.00;0.44;0 +631;supply_node;1716.00;9.50;49.00;4.78;0 +631;supply_node;1716.00;10.95;98.00;0.28;0 +631;supply_node;1727.00;9.78;62.00;5.55;0 +631;supply_node;1727.00;11.93;128.00;3.37;0 +631;supply_node;1737.00;10.38;82.00;2.61;0 +631;supply_node;1742.00;9.60;44.00;0.74;0 +631;supply_node;1758.00;10.05;111.00;4.32;0 +631;supply_node;1762.00;10.30;35.00;5.09;0 631;synthetic_refinery;1754.00;10.68;120.00;0.50;0 632;air_base;1970.00;11.15;445.00;1.31;0 632;anti_air_building;2040.00;10.75;511.00;3.17;0 @@ -25586,6 +37725,10 @@ 632;coastal_bunker;2043.00;9.50;428.00;1.30;0 632;coastal_bunker;2053.00;9.50;456.00;1.11;0 632;dockyard;2048.00;9.50;441.00;1.30;0 +632;floating_harbor;2040.94;9.50;396.29;-2.13;4548 +632;floating_harbor;2047.79;9.50;419.30;-1.82;10405 +632;floating_harbor;2053.79;9.50;437.30;-1.82;4533 +632;floating_harbor;2058.33;9.50;451.02;-2.01;8181 632;industrial_complex;1985.00;10.40;491.00;1.31;0 632;industrial_complex;2013.00;11.48;475.00;0.70;0 632;industrial_complex;2025.00;10.70;531.00;1.92;0 @@ -25599,6 +37742,35 @@ 632;nuclear_reactor;2098.00;12.05;526.00;4.63;0 632;radar_station;1954.00;10.70;450.00;4.62;0 632;rocket_site;2108.00;12.13;516.00;1.61;0 +632;supply_node;1974.00;11.20;461.00;2.15;0 +632;supply_node;1977.00;11.05;438.00;3.41;0 +632;supply_node;1980.00;10.53;486.00;2.92;0 +632;supply_node;1999.00;10.40;509.00;2.61;0 +632;supply_node;2003.00;12.32;425.00;0.03;0 +632;supply_node;2005.00;11.23;466.00;4.62;0 +632;supply_node;2007.00;12.15;442.00;0.67;0 +632;supply_node;2012.00;10.40;522.00;3.10;0 +632;supply_node;2014.00;10.53;487.00;5.55;0 +632;supply_node;2021.00;11.05;538.00;4.10;0 +632;supply_node;2026.00;10.70;504.00;6.04;0 +632;supply_node;2027.00;12.57;405.00;6.26;0 +632;supply_node;2029.00;10.75;424.00;3.86;0 +632;supply_node;2035.00;11.25;462.00;2.46;0 +632;supply_node;2035.00;11.90;442.00;4.78;0 +632;supply_node;2040.00;11.32;486.00;2.69;0 +632;supply_node;2042.00;10.90;521.00;5.09;0 +632;supply_node;2049.00;10.85;536.00;4.32;0 +632;supply_node;2053.00;11.25;506.00;5.58;0 +632;supply_node;2059.00;10.90;489.00;0.52;0 +632;supply_node;2068.00;11.93;527.00;1.93;0 +632;supply_node;2076.00;12.60;505.00;2.39;0 +632;supply_node;2090.00;11.80;514.00;1.16;0 +632;supply_node;2093.00;11.82;533.00;0.21;0 +632;supply_node;2106.00;12.10;517.00;0.74;0 +632;supply_node;2120.00;12.40;536.00;0.97;0 +632;supply_node;2131.00;10.65;517.00;5.27;0 +632;supply_node;2141.00;10.65;547.00;0.28;0 +632;supply_node;2144.00;11.80;530.00;1.69;0 632;synthetic_refinery;2068.00;11.90;524.00;2.56;0 633;air_base;1840.00;9.80;303.00;1.82;0 633;anti_air_building;1813.00;9.80;292.00;5.67;0 @@ -25633,6 +37805,12 @@ 633;coastal_bunker;1905.00;9.53;278.00;-4.39;0 633;coastal_bunker;1909.00;9.60;252.00;-4.61;0 633;dockyard;1840.00;9.50;222.00;0.54;0 +633;floating_harbor;1841.88;9.50;216.18;-2.55;1639 +633;floating_harbor;1848.53;9.50;213.92;-3.66;4643 +633;floating_harbor;1884.13;9.50;218.74;-2.68;1624 +633;floating_harbor;1906.26;9.50;234.87;-2.03;7621 +633;floating_harbor;1908.64;9.50;280.21;-1.25;12379 +633;floating_harbor;1916.97;9.50;258.63;-1.48;4573 633;industrial_complex;1832.00;10.32;255.00;1.31;0 633;industrial_complex;1842.00;10.00;244.00;1.92;0 633;industrial_complex;1845.00;9.80;273.00;0.70;0 @@ -25648,6 +37826,22 @@ 633;nuclear_reactor;1815.00;9.80;262.00;4.12;0 633;radar_station;1806.00;9.90;269.00;5.08;0 633;rocket_site;1867.00;9.70;285.00;1.45;0 +633;supply_node;1820.00;9.80;288.00;0.97;0 +633;supply_node;1820.00;9.95;250.00;4.78;0 +633;supply_node;1823.00;9.80;269.00;0.21;0 +633;supply_node;1825.00;9.80;309.00;4.32;0 +633;supply_node;1832.00;10.10;231.00;2.92;0 +633;supply_node;1840.00;10.55;250.00;2.39;0 +633;supply_node;1854.00;9.80;267.00;4.62;0 +633;supply_node;1856.00;9.60;227.00;5.09;0 +633;supply_node;1858.00;9.80;245.00;2.15;0 +633;supply_node;1866.00;9.70;283.00;2.46;0 +633;supply_node;1875.00;10.00;253.00;0.74;0 +633;supply_node;1877.00;9.60;233.00;6.26;0 +633;supply_node;1881.00;9.70;271.00;5.55;0 +633;supply_node;1894.00;9.60;241.00;0.28;0 +633;supply_node;1896.00;9.70;276.00;1.69;0 +633;supply_node;1899.00;9.70;257.00;0.67;0 633;synthetic_refinery;1864.00;9.80;273.00;3.51;0 634;air_base;1906.00;9.80;315.00;6.04;0 634;anti_air_building;1936.00;9.80;382.00;0.06;0 @@ -25696,6 +37890,15 @@ 634;coastal_bunker;1991.00;9.50;353.00;1.45;0 634;coastal_bunker;2023.00;9.60;387.00;0.73;0 634;dockyard;1919.00;9.50;289.00;-0.14;0 +634;floating_harbor;1891.05;9.50;296.05;-3.93;4457 +634;floating_harbor;1917.85;9.50;283.10;-3.31;10362 +634;floating_harbor;1929.00;9.50;272.00;-2.45;10502 +634;floating_harbor;1946.76;9.50;283.57;-2.74;12336 +634;floating_harbor;1972.73;9.50;306.08;-1.85;10347 +634;floating_harbor;1984.48;9.50;325.62;-2.45;7638 +634;floating_harbor;1999.50;9.50;347.02;-3.07;10447 +634;floating_harbor;1999.95;9.50;357.13;-1.70;4436 +634;floating_harbor;2025.68;9.50;375.80;-2.41;12396 634;industrial_complex;1896.00;9.65;326.00;3.98;0 634;industrial_complex;1901.00;9.70;328.00;3.37;0 634;industrial_complex;1936.00;9.80;329.00;1.82;0 @@ -25714,6 +37917,33 @@ 634;nuclear_reactor;1971.00;9.90;377.00;6.25;0 634;radar_station;1888.00;9.50;306.00;5.57;0 634;rocket_site;1976.00;10.13;349.00;2.12;0 +634;supply_node;1900.00;9.70;305.00;0.97;0 +634;supply_node;1903.00;9.70;326.00;5.27;0 +634;supply_node;1910.00;9.80;346.00;5.58;0 +634;supply_node;1917.00;9.80;313.00;4.81;0 +634;supply_node;1918.00;9.90;361.00;4.10;0 +634;supply_node;1920.00;9.60;296.00;6.04;0 +634;supply_node;1926.00;9.82;334.00;0.67;0 +634;supply_node;1930.00;9.80;375.00;2.46;0 +634;supply_node;1936.00;9.95;316.00;0.28;0 +634;supply_node;1937.00;9.80;394.00;6.26;0 +634;supply_node;1941.00;9.65;297.00;3.41;0 +634;supply_node;1942.00;9.98;346.00;2.15;0 +634;supply_node;1949.00;9.85;324.00;3.34;0 +634;supply_node;1951.00;10.62;428.00;1.93;0 +634;supply_node;1956.00;10.30;356.00;1.69;0 +634;supply_node;1959.00;9.70;310.00;3.10;0 +634;supply_node;1962.00;9.75;332.00;5.09;0 +634;supply_node;1962.00;10.55;383.00;2.92;0 +634;supply_node;1964.00;10.50;399.00;2.39;0 +634;supply_node;1965.00;9.85;369.00;0.21;0 +634;supply_node;1967.00;10.50;415.00;4.62;0 +634;supply_node;1975.00;9.70;337.00;0.52;0 +634;supply_node;1985.00;9.82;359.00;4.32;0 +634;supply_node;1989.00;10.48;387.00;3.86;0 +634;supply_node;1995.00;11.28;407.00;4.78;0 +634;supply_node;1998.00;9.50;368.00;2.69;0 +634;supply_node;2012.00;11.82;391.00;1.16;0 634;synthetic_refinery;1918.00;9.93;341.00;4.18;0 635;air_base;1907.00;9.70;381.00;0.26;0 635;anti_air_building;1871.00;9.70;325.00;3.61;0 @@ -25744,6 +37974,9 @@ 635;coastal_bunker;1890.00;9.57;328.00;0.14;0 635;coastal_bunker;1894.00;9.68;289.00;-4.25;0 635;dockyard;1891.00;9.50;328.00;0.14;0 +635;floating_harbor;1891.99;9.50;319.07;-3.00;12453 +635;floating_harbor;1929.00;9.50;272.00;-2.08;12364 +635;floating_harbor;1929.00;9.50;272.00;-2.34;10515 635;industrial_complex;1844.00;9.80;317.00;1.82;0 635;industrial_complex;1853.00;9.80;304.00;1.31;0 635;industrial_complex;1859.00;9.70;337.00;6.04;0 @@ -25756,6 +37989,21 @@ 635;nuclear_reactor;1887.00;9.80;388.00;3.51;0 635;radar_station;1832.00;9.80;295.00;2.91;0 635;rocket_site;1839.00;9.80;328.00;5.67;0 +635;supply_node;1844.00;9.80;349.00;5.09;0 +635;supply_node;1845.00;9.70;374.00;3.10;0 +635;supply_node;1846.00;9.80;325.00;0.28;0 +635;supply_node;1848.00;9.73;293.00;2.46;0 +635;supply_node;1865.00;9.70;372.00;0.67;0 +635;supply_node;1866.00;9.73;336.00;2.92;0 +635;supply_node;1867.00;9.70;304.00;4.62;0 +635;supply_node;1876.00;9.70;317.00;0.21;0 +635;supply_node;1883.00;9.70;290.00;2.39;0 +635;supply_node;1886.00;9.75;361.00;1.69;0 +635;supply_node;1889.00;9.70;340.00;3.86;0 +635;supply_node;1893.00;9.75;382.00;4.32;0 +635;supply_node;1896.00;10.38;407.00;0.52;0 +635;supply_node;1912.00;10.40;429.00;2.15;0 +635;supply_node;1918.00;10.30;401.00;0.97;0 635;synthetic_refinery;1851.00;9.70;374.00;1.45;0 636;air_base;1779.00;16.75;418.00;4.49;0 636;anti_air_building;1761.00;17.68;416.00;0.43;0 @@ -25790,6 +38038,20 @@ 636;nuclear_reactor;1804.00;10.10;423.00;5.67;0 636;radar_station;1706.00;12.88;348.00;0.02;0 636;rocket_site;1762.00;11.35;347.00;3.00;0 +636;supply_node;1718.00;19.23;347.00;0.28;0 +636;supply_node;1729.00;18.23;311.00;3.86;0 +636;supply_node;1729.00;19.30;387.00;3.10;0 +636;supply_node;1740.00;12.62;350.00;2.39;0 +636;supply_node;1747.00;11.90;317.00;2.46;0 +636;supply_node;1750.00;19.83;423.00;1.69;0 +636;supply_node;1754.00;15.05;386.00;2.15;0 +636;supply_node;1759.00;19.70;454.00;0.97;0 +636;supply_node;1765.00;10.93;355.00;5.09;0 +636;supply_node;1775.00;12.93;408.00;6.04;0 +636;supply_node;1784.00;10.15;377.00;0.52;0 +636;supply_node;1790.00;13.45;439.00;0.21;0 +636;supply_node;1802.00;10.10;418.00;4.32;0 +636;supply_node;1813.00;10.40;390.00;4.62;0 636;synthetic_refinery;1797.00;10.13;391.00;3.95;0 637;air_base;1871.00;9.80;522.00;5.00;0 637;anti_air_building;1847.00;10.00;454.00;5.67;0 @@ -25826,6 +38088,22 @@ 637;nuclear_reactor;1843.00;10.50;435.00;1.55;0 637;radar_station;1811.00;10.10;425.00;3.67;0 637;rocket_site;1864.00;9.82;506.00;1.45;0 +637;supply_node;1824.00;10.05;434.00;0.21;0 +637;supply_node;1840.00;9.73;401.00;3.86;0 +637;supply_node;1843.00;10.40;455.00;6.04;0 +637;supply_node;1846.00;10.78;527.00;0.52;0 +637;supply_node;1850.00;9.90;477.00;3.41;0 +637;supply_node;1857.00;9.90;497.00;2.46;0 +637;supply_node;1862.00;10.38;412.00;2.39;0 +637;supply_node;1873.00;10.40;431.00;0.28;0 +637;supply_node;1878.00;9.95;543.00;4.62;0 +637;supply_node;1884.00;10.45;516.00;3.10;0 +637;supply_node;1885.00;10.30;452.00;1.93;0 +637;supply_node;1892.00;10.40;481.00;1.69;0 +637;supply_node;1917.00;10.38;453.00;4.32;0 +637;supply_node;1922.00;9.95;490.00;2.69;0 +637;supply_node;1938.00;10.80;438.00;0.97;0 +637;supply_node;1944.00;10.30;466.00;5.27;0 637;synthetic_refinery;1925.00;10.10;480.00;0.94;0 638;air_base;1778.00;10.55;278.00;2.93;0 638;anti_air_building;1779.00;10.63;283.00;2.49;0 @@ -25854,6 +38132,14 @@ 638;nuclear_reactor;1808.00;11.10;376.00;5.16;0 638;radar_station;1756.00;10.88;316.00;5.61;0 638;rocket_site;1821.00;9.80;374.00;3.95;0 +638;supply_node;1767.00;10.93;318.00;0.52;0 +638;supply_node;1775.00;10.65;283.00;0.21;0 +638;supply_node;1784.00;12.85;330.00;0.97;0 +638;supply_node;1795.00;10.60;283.00;1.69;0 +638;supply_node;1796.00;10.78;309.00;2.46;0 +638;supply_node;1799.00;12.90;352.00;3.86;0 +638;supply_node;1818.00;10.00;332.00;2.39;0 +638;supply_node;1821.00;9.70;363.00;4.62;0 638;synthetic_refinery;1793.00;10.70;296.00;4.56;0 639;air_base;1734.00;12.90;224.00;1.98;0 639;anti_air_building;1746.00;11.75;264.00;5.23;0 @@ -25888,6 +38174,11 @@ 639;coastal_bunker;1830.00;9.65;199.00;1.14;0 639;coastal_bunker;1833.00;9.85;221.00;1.22;0 639;dockyard;1830.00;9.90;197.00;1.14;0 +639;floating_harbor;1770.85;9.50;129.10;-3.31;10953 +639;floating_harbor;1815.00;9.50;187.40;-2.11;10981 +639;floating_harbor;1826.00;9.50;179.00;-1.40;12349 +639;floating_harbor;1838.41;9.50;195.18;-1.99;12321 +639;floating_harbor;1842.58;9.50;213.61;-1.92;12494 639;industrial_complex;1719.00;16.30;294.00;4.49;0 639;industrial_complex;1729.00;12.70;218.00;0.77;0 639;industrial_complex;1773.00;9.98;154.00;5.00;0 @@ -25902,6 +38193,23 @@ 639;nuclear_reactor;1768.00;10.38;160.00;1.61;0 639;radar_station;1708.00;12.05;172.00;3.10;0 639;rocket_site;1790.00;10.38;264.00;0.41;0 +639;supply_node;1718.00;12.50;214.00;1.69;0 +639;supply_node;1724.00;11.88;174.00;2.39;0 +639;supply_node;1726.00;11.70;253.00;0.52;0 +639;supply_node;1730.00;14.65;283.00;4.62;0 +639;supply_node;1747.00;12.12;229.00;3.41;0 +639;supply_node;1750.00;10.57;150.00;3.86;0 +639;supply_node;1752.00;12.75;202.00;3.34;0 +639;supply_node;1756.00;11.25;282.00;1.93;0 +639;supply_node;1758.00;10.88;172.00;5.27;0 +639;supply_node;1762.00;10.57;245.00;0.21;0 +639;supply_node;1774.00;10.10;148.00;6.04;0 +639;supply_node;1781.00;10.60;249.00;3.10;0 +639;supply_node;1784.00;10.40;181.00;4.10;0 +639;supply_node;1794.00;9.68;200.00;2.69;0 +639;supply_node;1800.00;10.03;253.00;4.81;0 +639;supply_node;1807.00;9.82;209.00;1.16;0 +639;supply_node;1814.00;9.78;224.00;5.58;0 639;synthetic_refinery;1752.00;10.57;152.00;1.01;0 640;air_base;3336.00;11.20;750.00;1.38;0 640;anti_air_building;3095.00;10.40;864.00;3.75;0 @@ -25927,8 +38235,10 @@ 640;bunker;3099.00;10.50;813.00;3.51;0 640;bunker;3107.00;10.50;859.00;5.74;0 640;bunker;3107.00;10.90;757.00;5.39;0 +640;bunker;3119.00;11.20;786.00;5.77;0 640;bunker;3128.00;10.70;836.00;1.01;0 640;bunker;3130.00;11.30;739.00;4.05;0 +640;bunker;3145.00;11.18;867.00;1.64;0 640;bunker;3168.00;11.90;779.00;4.05;0 640;bunker;3177.00;10.65;684.00;5.67;0 640;bunker;3185.00;11.20;670.00;5.90;0 @@ -25971,6 +38281,57 @@ 640;nuclear_reactor;3078.00;11.20;732.00;4.86;0 640;radar_station;2992.00;14.35;764.00;0.17;0 640;rocket_site;3103.00;10.40;875.00;2.19;0 +640;supply_node;3021.00;14.40;776.00;1.12;0 +640;supply_node;3029.00;11.85;822.00;2.42;0 +640;supply_node;3041.00;10.07;879.00;3.34;0 +640;supply_node;3045.00;11.30;797.00;2.69;0 +640;supply_node;3049.00;10.23;847.00;3.41;0 +640;supply_node;3063.00;11.00;824.00;0.89;0 +640;supply_node;3066.00;11.68;766.00;1.65;0 +640;supply_node;3074.00;10.20;860.00;3.64;0 +640;supply_node;3077.00;11.10;794.00;2.84;0 +640;supply_node;3082.00;11.20;740.00;4.01;0 +640;supply_node;3101.00;10.40;867.00;2.88;0 +640;supply_node;3105.00;10.48;802.00;3.86;0 +640;supply_node;3108.00;10.60;823.00;1.46;0 +640;supply_node;3109.00;10.70;779.00;6.04;0 +640;supply_node;3111.00;10.80;751.00;3.37;0 +640;supply_node;3133.00;10.80;864.00;2.39;0 +640;supply_node;3142.00;10.70;829.00;5.76;0 +640;supply_node;3147.00;11.50;738.00;4.81;0 +640;supply_node;3153.00;12.05;785.00;4.35;0 +640;supply_node;3174.00;10.68;692.00;1.93;0 +640;supply_node;3193.00;11.98;799.00;6.00;0 +640;supply_node;3194.00;11.20;719.00;2.60;0 +640;supply_node;3194.00;11.60;748.00;5.54;0 +640;supply_node;3198.00;10.70;690.00;1.43;0 +640;supply_node;3205.00;11.15;658.00;0.52;0 +640;supply_node;3224.00;11.70;613.00;3.06;0 +640;supply_node;3225.00;11.60;761.00;0.48;0 +640;supply_node;3228.00;11.93;658.00;0.67;0 +640;supply_node;3230.00;11.50;693.00;2.11;0 +640;supply_node;3232.00;11.70;576.00;4.29;0 +640;supply_node;3242.00;11.20;797.00;0.70;0 +640;supply_node;3250.00;12.38;628.00;4.62;0 +640;supply_node;3251.00;11.30;717.00;5.27;0 +640;supply_node;3253.00;11.88;582.00;6.22;0 +640;supply_node;3255.00;11.65;743.00;3.10;0 +640;supply_node;3260.00;12.65;660.00;4.78;0 +640;supply_node;3263.00;12.12;689.00;4.10;0 +640;supply_node;3265.00;11.20;774.00;1.89;0 +640;supply_node;3272.00;12.90;597.00;5.58;0 +640;supply_node;3274.00;12.85;619.00;3.83;0 +640;supply_node;3284.00;11.20;813.00;3.30;0 +640;supply_node;3284.00;11.88;734.00;0.18;0 +640;supply_node;3286.00;13.55;641.00;5.51;0 +640;supply_node;3290.00;12.30;665.00;5.05;0 +640;supply_node;3294.00;11.45;700.00;0.25;0 +640;supply_node;3296.00;11.10;780.00;5.23;0 +640;supply_node;3310.00;12.35;660.00;6.18;0 +640;supply_node;3313.00;11.32;734.00;1.16;0 +640;supply_node;3320.00;12.70;699.00;4.59;0 +640;supply_node;3332.00;12.68;675.00;3.60;0 +640;supply_node;3335.00;11.20;748.00;1.19;0 640;synthetic_refinery;3186.00;11.18;671.00;4.25;0 641;air_base;3414.00;11.73;704.00;5.60;0 641;anti_air_building;3397.00;11.18;687.00;1.45;0 @@ -26003,6 +38364,18 @@ 641;nuclear_reactor;3428.00;10.10;676.00;1.45;0 641;radar_station;3337.00;9.50;634.00;2.14;0 641;rocket_site;3370.00;12.95;626.00;4.72;0 +641;supply_node;3356.00;14.23;660.00;6.04;0 +641;supply_node;3357.00;11.12;701.00;5.58;0 +641;supply_node;3357.00;13.18;634.00;1.16;0 +641;supply_node;3382.00;13.93;632.00;3.86;0 +641;supply_node;3387.00;14.62;656.00;4.10;0 +641;supply_node;3392.00;11.32;679.00;3.10;0 +641;supply_node;3392.00;12.75;610.00;2.69;0 +641;supply_node;3394.00;10.85;703.00;0.52;0 +641;supply_node;3412.00;10.50;630.00;5.27;0 +641;supply_node;3425.00;10.10;651.00;3.41;0 +641;supply_node;3426.00;10.10;672.00;3.34;0 +641;supply_node;3436.00;10.80;699.00;1.93;0 641;synthetic_refinery;3358.00;14.70;665.00;5.67;0 642;air_base;3548.00;13.85;890.00;4.65;0 642;anti_air_building;3529.00;14.48;879.00;6.18;0 @@ -26029,6 +38402,11 @@ 642;coastal_bunker;3611.00;9.65;897.00;0.11;0 642;coastal_bunker;3650.00;9.60;852.00;-4.12;0 642;dockyard;3515.00;9.50;860.00;-0.83;0 +642;floating_harbor;3498.05;9.50;849.05;-3.93;5074 +642;floating_harbor;3549.29;9.50;863.12;-2.96;12821 +642;floating_harbor;3583.00;9.50;880.00;-3.14;2029 +642;floating_harbor;3633.94;9.50;912.07;-1.70;13079 +642;floating_harbor;3654.86;9.50;846.63;-1.77;8000 642;industrial_complex;3531.00;12.53;890.00;3.44;0 642;industrial_complex;3570.00;12.75;899.00;5.00;0 642;industrial_complex;3588.00;13.35;898.00;1.98;0 @@ -26043,6 +38421,15 @@ 642;nuclear_reactor;3566.00;11.00;940.00;4.63;0 642;radar_station;3487.00;9.50;854.00;4.62;0 642;rocket_site;3567.00;11.05;939.00;1.61;0 +642;supply_node;3508.00;15.65;879.00;3.10;0 +642;supply_node;3513.00;11.28;864.00;1.93;0 +642;supply_node;3521.00;12.48;909.00;2.69;0 +642;supply_node;3545.00;13.75;886.00;1.16;0 +642;supply_node;3562.00;11.93;923.00;5.27;0 +642;supply_node;3583.00;12.30;903.00;6.04;0 +642;supply_node;3602.00;11.45;939.00;4.10;0 +642;supply_node;3612.00;11.12;915.00;5.58;0 +642;supply_node;3643.00;9.60;849.00;3.41;0 642;synthetic_refinery;3591.00;11.93;929.00;2.56;0 643;air_base;3478.00;13.05;817.00;4.05;0 643;anti_air_building;3477.00;13.20;814.00;5.67;0 @@ -26057,6 +38444,7 @@ 643;bunker;3480.00;10.20;830.00;4.56;0 643;coastal_bunker;3483.00;9.53;832.00;-3.85;0 643;dockyard;3492.00;9.73;820.00;-3.85;0 +643;floating_harbor;3495.95;9.50;828.95;-0.79;10777 643;industrial_complex;3478.00;13.20;814.00;1.38;0 643;industrial_complex;3482.00;10.35;825.00;2.49;0 643;industrial_complex;3487.00;10.25;822.00;5.60;0 @@ -26067,7 +38455,227 @@ 643;nuclear_reactor;3496.00;12.65;808.00;1.55;0 643;radar_station;3470.00;12.25;819.00;3.67;0 643;rocket_site;3489.00;12.13;815.00;1.45;0 +643;supply_node;3484.00;12.20;817.00;2.69;0 643;synthetic_refinery;3483.00;10.07;826.00;0.94;0 +644;air_base;3276.00;9.93;1754.00;5.62;0 +644;anti_air_building;3263.00;9.90;1742.00;2.24;0 +644;anti_air_building;3269.00;10.30;1754.00;4.29;0 +644;anti_air_building;3302.00;10.55;1788.00;5.86;0 +644;arms_factory;3258.00;10.30;1758.00;2.54;0 +644;arms_factory;3262.00;10.30;1751.00;5.71;0 +644;arms_factory;3266.00;10.12;1757.00;5.11;0 +644;arms_factory;3284.00;10.23;1778.00;3.04;0 +644;arms_factory;3285.00;10.40;1782.00;0.38;0 +644;arms_factory;3299.00;10.40;1781.00;0.99;0 +644;bunker;3259.00;10.10;1747.00;1.73;0 +644;bunker;3260.00;10.18;1753.00;2.67;0 +644;bunker;3262.00;10.28;1763.00;1.12;0 +644;bunker;3268.00;10.28;1746.00;0.01;0 +644;bunker;3269.00;9.82;1760.00;3.63;0 +644;bunker;3269.00;10.30;1751.00;3.78;0 +644;bunker;3274.00;10.07;1773.00;3.28;0 +644;bunker;3278.00;9.98;1750.00;5.34;0 +644;bunker;3280.00;10.40;1776.00;2.07;0 +644;bunker;3294.00;10.10;1774.00;0.61;0 +644;bunker;3295.00;10.40;1781.00;4.23;0 +644;bunker;3301.00;10.53;1785.00;5.34;0 +644;coastal_bunker;3254.00;9.50;1747.00;-1.41;0 +644;coastal_bunker;3254.00;9.50;1749.00;-0.79;0 +644;coastal_bunker;3261.00;9.50;1740.00;-0.79;0 +644;coastal_bunker;3277.00;9.50;1762.00;1.25;0 +644;coastal_bunker;3278.00;9.60;1755.00;-4.59;0 +644;coastal_bunker;3279.00;9.68;1767.00;1.03;0 +644;coastal_bunker;3283.00;9.57;1747.00;-4.60;0 +644;coastal_bunker;3285.00;9.50;1772.00;0.90;0 +644;coastal_bunker;3288.00;9.50;1773.00;-0.24;0 +644;dockyard;3252.00;9.50;1745.00;-1.41;0 +644;floating_harbor;3232.00;9.50;1735.00;-4.62;3060 +644;floating_harbor;3244.05;9.50;1744.05;-3.93;9206 +644;floating_harbor;3246.10;9.50;1743.85;-4.55;9100 +644;floating_harbor;3283.64;9.50;1759.79;-1.89;3050 +644;floating_harbor;3286.95;9.50;1754.87;-1.45;9105 +644;floating_harbor;3288.00;9.50;1763.40;-2.11;6150 +644;floating_harbor;3289.96;9.50;1748.77;-1.46;9150 +644;floating_harbor;3290.30;9.50;1763.21;-3.39;6052 +644;floating_harbor;3291.47;9.50;1767.63;-2.25;3187 +644;industrial_complex;3258.00;10.28;1757.00;3.55;0 +644;industrial_complex;3264.00;10.30;1750.00;0.89;0 +644;industrial_complex;3267.00;10.25;1755.00;4.15;0 +644;industrial_complex;3290.00;10.40;1788.00;6.22;0 +644;industrial_complex;3292.00;10.38;1781.00;1.50;0 +644;industrial_complex;3295.00;10.40;1781.00;2.95;0 +644;naval_base;3253.00;9.50;1753.00;-0.79;1434 +644;naval_base;3254.00;9.50;1746.00;-1.41;1434 +644;naval_base;3264.00;9.50;1739.00;-0.79;1434 +644;naval_base;3274.00;9.60;1759.00;1.25;2332 +644;naval_base;3281.00;9.73;1748.00;-4.60;2332 +644;naval_base;3282.00;9.50;1750.00;-4.59;2332 +644;naval_base;3283.00;9.50;1767.00;1.03;2332 +644;naval_base;3285.00;9.57;1773.00;0.90;2332 +644;naval_base;3289.00;9.50;1764.00;-0.24;2332 +644;nuclear_reactor;3298.00;10.45;1788.00;0.68;0 +644;radar_station;3272.00;10.30;1767.00;5.87;0 +644;rocket_site;3266.00;10.12;1757.00;4.30;0 +644;supply_node;3252.00;9.50;1752.00;3.56;0 +644;supply_node;3259.00;10.07;1746.00;1.38;0 +644;supply_node;3262.00;10.30;1759.00;2.79;0 +644;supply_node;3267.00;9.68;1741.00;2.54;0 +644;supply_node;3271.00;10.30;1764.00;4.78;0 +644;supply_node;3272.00;10.30;1753.00;5.42;0 +644;supply_node;3274.00;10.05;1747.00;2.07;0 +644;supply_node;3277.00;10.32;1770.00;6.19;0 +644;supply_node;3281.00;10.35;1776.00;0.67;0 +644;supply_node;3288.00;10.40;1784.00;4.01;0 +644;supply_node;3293.00;10.03;1774.00;3.25;0 +644;supply_node;3297.00;10.50;1787.00;1.31;0 +644;synthetic_refinery;3292.00;10.45;1786.00;0.08;0 +645;air_base;3426.00;9.90;1933.00;4.67;0 +645;anti_air_building;3387.00;10.10;1945.00;1.12;0 +645;anti_air_building;3418.00;10.60;1897.00;2.68;0 +645;anti_air_building;3434.00;9.68;1894.00;0.52;0 +645;arms_factory;3317.00;10.28;1944.00;4.15;0 +645;arms_factory;3331.00;10.80;1925.00;3.55;0 +645;arms_factory;3359.00;10.45;1917.00;6.22;0 +645;arms_factory;3366.00;10.03;1947.00;0.89;0 +645;arms_factory;3432.00;10.00;1910.00;1.50;0 +645;arms_factory;3441.00;10.00;1916.00;5.62;0 +645;bunker;3261.00;10.15;1945.00;1.50;0 +645;bunker;3271.00;10.75;1933.00;6.15;0 +645;bunker;3274.00;9.95;1953.00;6.23;0 +645;bunker;3275.00;9.98;1972.00;5.55;0 +645;bunker;3282.00;10.50;1899.00;3.32;0 +645;bunker;3286.00;9.88;1940.00;5.49;0 +645;bunker;3287.00;10.40;1901.00;4.09;0 +645;bunker;3288.00;10.68;1920.00;4.07;0 +645;bunker;3290.00;10.12;1968.00;2.98;0 +645;bunker;3295.00;10.45;1928.00;3.56;0 +645;bunker;3295.00;10.50;1902.00;0.92;0 +645;bunker;3300.00;10.98;1937.00;3.56;0 +645;bunker;3304.00;9.90;1969.00;0.38;0 +645;bunker;3305.00;10.00;1964.00;4.76;0 +645;bunker;3309.00;10.57;1921.00;3.05;0 +645;bunker;3310.00;10.00;1962.00;0.82;0 +645;bunker;3313.00;10.55;1920.00;5.62;0 +645;bunker;3314.00;10.10;1903.00;0.99;0 +645;bunker;3316.00;10.07;1951.00;4.53;0 +645;bunker;3318.00;11.07;1936.00;5.72;0 +645;bunker;3330.00;9.85;1960.00;5.27;0 +645;bunker;3335.00;10.05;1940.00;6.16;0 +645;bunker;3337.00;10.20;1922.00;1.49;0 +645;bunker;3341.00;9.98;1959.00;2.37;0 +645;bunker;3347.00;9.70;1903.00;2.00;0 +645;bunker;3356.00;10.38;1928.00;5.04;0 +645;bunker;3361.00;9.70;1896.00;5.11;0 +645;bunker;3364.00;10.05;1907.00;2.88;0 +645;bunker;3366.00;10.32;1935.00;0.31;0 +645;bunker;3370.00;10.10;1939.00;3.49;0 +645;bunker;3383.00;10.15;1935.00;1.43;0 +645;bunker;3389.00;10.45;1913.00;3.93;0 +645;bunker;3397.00;9.82;1916.00;4.60;0 +645;bunker;3405.00;10.10;1938.00;4.00;0 +645;bunker;3418.00;10.10;1916.00;3.05;0 +645;bunker;3421.00;10.70;1902.00;1.94;0 +645;bunker;3435.00;10.10;1903.00;0.82;0 +645;bunker;3437.00;10.00;1913.00;6.06;0 +645;coastal_bunker;3289.00;9.68;1983.00;-3.75;0 +645;coastal_bunker;3310.00;9.57;1911.00;-4.36;0 +645;coastal_bunker;3312.00;9.60;1977.00;-3.85;0 +645;coastal_bunker;3317.00;9.50;1912.00;0.00;0 +645;coastal_bunker;3318.00;9.55;1902.00;-4.47;0 +645;coastal_bunker;3321.00;9.57;1971.00;-4.00;0 +645;coastal_bunker;3327.00;9.50;1903.00;-0.46;0 +645;coastal_bunker;3327.00;9.50;1965.00;-3.28;0 +645;coastal_bunker;3343.00;9.68;1969.00;-2.99;0 +645;coastal_bunker;3359.00;9.50;1894.00;-0.17;0 +645;coastal_bunker;3371.00;9.53;1965.00;-3.97;0 +645;coastal_bunker;3387.00;9.68;1956.00;-3.87;0 +645;coastal_bunker;3411.00;9.50;1885.00;0.52;0 +645;coastal_bunker;3425.00;9.50;1888.00;0.32;0 +645;coastal_bunker;3426.00;9.55;1936.00;-4.25;0 +645;coastal_bunker;3434.00;9.68;1932.00;-4.25;0 +645;coastal_bunker;3441.00;9.60;1899.00;0.79;0 +645;dockyard;3394.00;9.50;1886.00;-0.24;0 +645;floating_harbor;3302.01;9.50;1989.73;-0.61;9140 +645;floating_harbor;3317.56;9.50;1988.31;-0.71;6117 +645;floating_harbor;3326.79;9.50;1902.70;-1.33;9162 +645;floating_harbor;3327.00;9.50;1995.00;-0.03;3134 +645;floating_harbor;3328.31;9.50;1977.56;-0.86;11183 +645;floating_harbor;3338.94;9.50;1976.92;0.15;116 +645;floating_harbor;3365.00;9.50;1868.00;-2.24;3121 +645;floating_harbor;3365.00;9.50;1868.00;-2.26;6181 +645;floating_harbor;3365.00;9.50;1868.00;-2.36;9115 +645;floating_harbor;3367.85;9.50;1884.10;-3.31;9217 +645;floating_harbor;3380.18;9.50;1967.71;-0.83;3170 +645;floating_harbor;3391.30;9.50;1879.21;-3.39;9165 +645;floating_harbor;3399.65;9.50;1958.23;-0.73;9179 +645;floating_harbor;3421.21;9.50;1879.36;-2.82;98 +645;floating_harbor;3430.26;9.50;1941.13;-1.11;11196 +645;floating_harbor;3445.95;9.50;1891.05;-2.36;9215 +645;floating_harbor;3450.26;9.50;1926.13;-1.11;11140 +645;industrial_complex;3261.00;9.90;1955.00;0.45;0 +645;industrial_complex;3346.00;10.10;1930.00;4.66;0 +645;industrial_complex;3354.00;10.32;1915.00;3.11;0 +645;industrial_complex;3362.00;9.75;1965.00;0.54;0 +645;industrial_complex;3369.00;9.80;1903.00;2.61;0 +645;industrial_complex;3430.00;10.10;1918.00;6.22;0 +645;naval_base;3305.00;9.57;1984.00;-3.75;5765 +645;naval_base;3307.00;9.55;1987.00;-3.85;5765 +645;naval_base;3310.00;9.57;1911.00;-4.36;209 +645;naval_base;3311.00;9.50;1913.00;0.00;209 +645;naval_base;3318.00;9.50;1911.00;-0.46;209 +645;naval_base;3318.00;9.55;1902.00;-4.47;209 +645;naval_base;3319.00;9.50;1973.00;-4.00;5765 +645;naval_base;3322.00;9.57;1965.00;-3.28;5765 +645;naval_base;3330.00;9.50;1969.00;-2.99;5765 +645;naval_base;3354.00;9.50;1896.00;-0.17;209 +645;naval_base;3378.00;9.68;1961.00;-3.97;8379 +645;naval_base;3405.00;9.57;1945.00;-3.87;8379 +645;naval_base;3408.00;9.50;1884.00;0.52;5687 +645;naval_base;3420.00;9.53;1887.00;0.32;5687 +645;naval_base;3429.00;9.68;1935.00;-4.25;5713 +645;naval_base;3442.00;9.57;1928.00;-4.25;5713 +645;naval_base;3450.00;9.55;1909.00;-4.48;5713 +645;nuclear_reactor;3397.00;9.82;1887.00;3.79;0 +645;rocket_site;3319.00;10.80;1932.00;1.12;0 +645;supply_node;3257.00;10.25;1948.00;2.26;0 +645;supply_node;3272.00;9.98;1952.00;0.85;0 +645;supply_node;3272.00;10.00;1965.00;2.75;0 +645;supply_node;3275.00;10.55;1933.00;2.07;0 +645;supply_node;3284.00;9.90;1946.00;0.63;0 +645;supply_node;3286.00;10.48;1905.00;2.56;0 +645;supply_node;3287.00;10.40;1893.00;5.69;0 +645;supply_node;3288.00;10.93;1918.00;5.42;0 +645;supply_node;3291.00;9.93;1974.00;0.33;0 +645;supply_node;3292.00;10.50;1929.00;3.52;0 +645;supply_node;3297.00;9.90;1959.00;2.79;0 +645;supply_node;3300.00;10.68;1944.00;0.40;0 +645;supply_node;3301.00;10.45;1906.00;4.96;0 +645;supply_node;3307.00;9.75;1976.00;3.79;0 +645;supply_node;3308.00;10.30;1898.00;1.80;0 +645;supply_node;3310.00;10.40;1927.00;5.72;0 +645;supply_node;3313.00;10.40;1917.00;4.51;0 +645;supply_node;3315.00;10.10;1949.00;3.03;0 +645;supply_node;3315.00;11.28;1937.00;1.34;0 +645;supply_node;3316.00;9.85;1967.00;1.99;0 +645;supply_node;3325.00;9.80;1958.00;1.61;0 +645;supply_node;3329.00;9.90;1944.00;0.58;0 +645;supply_node;3330.00;11.05;1927.00;3.98;0 +645;supply_node;3334.00;9.70;1905.00;5.91;0 +645;supply_node;3342.00;10.07;1957.00;1.31;0 +645;supply_node;3349.00;10.57;1930.00;3.49;0 +645;supply_node;3359.00;10.50;1913.00;5.38;0 +645;supply_node;3364.00;9.90;1953.00;4.20;0 +645;supply_node;3370.00;9.80;1897.00;6.15;0 +645;supply_node;3373.00;10.60;1928.00;5.20;0 +645;supply_node;3387.00;10.10;1944.00;1.04;0 +645;supply_node;3396.00;10.20;1898.00;4.74;0 +645;supply_node;3397.00;10.00;1922.00;4.44;0 +645;supply_node;3414.00;10.10;1933.00;4.93;0 +645;supply_node;3415.00;10.60;1898.00;3.56;0 +645;supply_node;3419.00;10.10;1916.00;0.09;0 +645;supply_node;3434.00;10.10;1903.00;3.21;0 +645;supply_node;3438.00;10.10;1920.00;1.28;0 +645;synthetic_refinery;3347.00;10.00;1964.00;1.73;0 646;air_base;4326.00;14.45;1366.00;3.00;0 646;anti_air_building;4312.00;14.57;1355.00;0.50;0 646;anti_air_building;4335.00;20.40;1285.00;4.12;0 @@ -26096,6 +38704,15 @@ 646;nuclear_reactor;4310.00;13.68;1327.00;1.61;0 646;radar_station;4265.00;13.57;1330.00;3.14;0 646;rocket_site;4343.00;19.50;1305.00;5.23;0 +646;supply_node;4285.00;13.82;1338.00;2.88;0 +646;supply_node;4288.00;17.15;1318.00;6.22;0 +646;supply_node;4316.00;14.50;1355.00;5.58;0 +646;supply_node;4319.00;17.80;1311.00;5.51;0 +646;supply_node;4322.00;13.62;1331.00;3.64;0 +646;supply_node;4335.00;20.48;1290.00;1.46;0 +646;supply_node;4352.00;12.95;1318.00;3.34;0 +646;supply_node;4361.00;14.40;1283.00;4.81;0 +646;supply_node;4372.00;13.88;1299.00;0.70;0 646;synthetic_refinery;4312.00;17.68;1313.00;6.18;0 647;air_base;4337.00;14.48;1267.00;0.94;0 647;anti_air_building;4222.00;21.38;1287.00;1.61;0 @@ -26127,6 +38744,17 @@ 647;nuclear_reactor;4326.00;20.63;1224.00;0.41;0 647;radar_station;4223.00;21.55;1264.00;0.51;0 647;rocket_site;4352.00;14.60;1262.00;3.68;0 +647;supply_node;4238.00;20.75;1272.00;2.11;0 +647;supply_node;4251.00;16.62;1294.00;0.25;0 +647;supply_node;4276.00;20.90;1247.00;5.51;0 +647;supply_node;4280.00;16.60;1270.00;4.35;0 +647;supply_node;4289.00;19.43;1295.00;0.70;0 +647;supply_node;4307.00;21.15;1226.00;3.64;0 +647;supply_node;4309.00;19.10;1275.00;2.88;0 +647;supply_node;4317.00;21.00;1246.00;5.05;0 +647;supply_node;4334.00;21.18;1214.00;4.81;0 +647;supply_node;4341.00;14.60;1263.00;6.22;0 +647;supply_node;4349.00;21.25;1240.00;1.46;0 647;synthetic_refinery;4279.00;18.38;1307.00;4.63;0 648;air_base;4060.00;21.98;1261.00;1.45;0 648;anti_air_building;4032.00;12.88;1300.00;5.39;0 @@ -26138,16 +38766,24 @@ 648;arms_factory;4021.00;13.68;1313.00;4.65;0 648;arms_factory;4169.00;12.00;1324.00;4.56;0 648;arms_factory;4187.00;15.50;1309.00;0.43;0 +648;bunker;3927.00;17.95;1288.00;5.85;0 +648;bunker;3927.00;18.08;1280.00;1.12;0 648;bunker;3962.00;20.35;1304.00;4.72;0 +648;bunker;3965.00;20.43;1282.00;2.07;0 +648;bunker;3990.00;16.55;1346.00;3.78;0 648;bunker;3992.00;19.13;1322.00;1.45;0 648;bunker;3993.00;18.40;1282.00;4.18;0 +648;bunker;4001.00;17.12;1339.00;5.34;0 648;bunker;4013.00;13.78;1308.00;5.23;0 +648;bunker;4021.00;13.20;1360.00;5.34;0 648;bunker;4024.00;20.30;1272.00;1.61;0 +648;bunker;4027.00;13.68;1359.00;3.28;0 648;bunker;4032.00;13.60;1284.00;0.06;0 648;bunker;4035.00;21.70;1264.00;3.51;0 648;bunker;4036.00;12.88;1313.00;1.01;0 648;bunker;4043.00;16.10;1334.00;1.55;0 648;bunker;4047.00;17.93;1344.00;0.50;0 +648;bunker;4054.00;17.12;1360.00;1.73;0 648;bunker;4105.00;22.77;1252.00;2.56;0 648;bunker;4107.00;12.20;1328.00;2.12;0 648;bunker;4108.00;19.50;1276.00;5.74;0 @@ -26169,6 +38805,36 @@ 648;nuclear_reactor;4067.00;12.75;1298.00;4.69;0 648;radar_station;3961.00;21.00;1294.00;5.50;0 648;rocket_site;4142.00;22.08;1272.00;0.57;0 +648;supply_node;3932.00;19.60;1294.00;4.20;0 +648;supply_node;3935.00;18.70;1276.00;0.85;0 +648;supply_node;3960.00;20.95;1286.00;0.09;0 +648;supply_node;3974.00;17.60;1310.00;0.70;0 +648;supply_node;3987.00;19.23;1283.00;5.76;0 +648;supply_node;3994.00;14.68;1354.00;5.72;0 +648;supply_node;4005.00;17.40;1340.00;1.61;0 +648;supply_node;4006.00;13.93;1305.00;2.88;0 +648;supply_node;4007.00;18.85;1325.00;1.19;0 +648;supply_node;4011.00;21.10;1269.00;6.22;0 +648;supply_node;4013.00;14.10;1356.00;3.79;0 +648;supply_node;4026.00;12.85;1293.00;0.18;0 +648;supply_node;4030.00;13.25;1360.00;4.96;0 +648;supply_node;4037.00;19.12;1340.00;2.11;0 +648;supply_node;4039.00;20.50;1267.00;3.83;0 +648;supply_node;4044.00;13.30;1327.00;1.65;0 +648;supply_node;4048.00;15.32;1362.00;3.49;0 +648;supply_node;4051.00;12.62;1302.00;4.29;0 +648;supply_node;4079.00;23.65;1257.00;0.25;0 +648;supply_node;4086.00;12.40;1319.00;0.89;0 +648;supply_node;4086.00;12.98;1289.00;4.59;0 +648;supply_node;4125.00;22.12;1268.00;6.00;0 +648;supply_node;4126.00;12.30;1313.00;3.06;0 +648;supply_node;4160.00;12.10;1319.00;5.23;0 +648;supply_node;4169.00;21.48;1280.00;3.64;0 +648;supply_node;4199.00;12.78;1330.00;2.42;0 +648;supply_node;4202.00;18.48;1304.00;4.35;0 +648;supply_node;4211.00;21.90;1270.00;0.48;0 +648;supply_node;4242.00;12.95;1333.00;5.05;0 +648;supply_node;4246.00;17.68;1314.00;5.51;0 648;synthetic_refinery;4095.00;14.38;1280.00;1.17;0 649;air_base;1344.00;10.70;1508.00;5.67;0 649;anti_air_building;1369.00;10.48;1512.00;0.13;0 @@ -26221,6 +38887,38 @@ 649;nuclear_reactor;1390.00;9.98;1443.00;4.86;0 649;radar_station;1342.00;10.40;1415.00;0.17;0 649;rocket_site;1401.00;10.03;1487.00;2.19;0 +649;supply_node;1326.00;10.30;1547.00;5.23;0 +649;supply_node;1336.00;10.12;1519.00;3.30;0 +649;supply_node;1336.00;11.15;1486.00;4.35;0 +649;supply_node;1338.00;10.18;1534.00;1.12;0 +649;supply_node;1338.00;15.85;1467.00;0.18;0 +649;supply_node;1339.00;10.78;1504.00;2.11;0 +649;supply_node;1340.00;10.40;1430.00;0.48;0 +649;supply_node;1341.00;10.75;1448.00;6.18;0 +649;supply_node;1348.00;11.75;1547.00;5.54;0 +649;supply_node;1350.00;10.50;1487.00;3.37;0 +649;supply_node;1352.00;10.20;1519.00;1.43;0 +649;supply_node;1354.00;9.82;1433.00;4.01;0 +649;supply_node;1355.00;10.35;1418.00;6.22;0 +649;supply_node;1355.00;13.45;1465.00;4.59;0 +649;supply_node;1360.00;11.00;1503.00;3.64;0 +649;supply_node;1361.00;10.48;1443.00;3.60;0 +649;supply_node;1366.00;11.45;1531.00;1.19;0 +649;supply_node;1367.00;10.80;1486.00;0.67;0 +649;supply_node;1367.00;11.48;1544.00;3.83;0 +649;supply_node;1369.00;10.05;1428.00;3.06;0 +649;supply_node;1370.00;10.50;1456.00;2.60;0 +649;supply_node;1375.00;10.60;1471.00;6.00;0 +649;supply_node;1376.00;10.30;1441.00;4.29;0 +649;supply_node;1376.00;10.82;1508.00;5.05;0 +649;supply_node;1377.00;9.70;1422.00;1.89;0 +649;supply_node;1380.00;10.65;1522.00;2.88;0 +649;supply_node;1383.00;10.15;1488.00;4.78;0 +649;supply_node;1388.00;10.23;1448.00;0.25;0 +649;supply_node;1391.00;10.23;1508.00;1.65;0 +649;supply_node;1392.00;10.30;1465.00;0.89;0 +649;supply_node;1399.00;9.90;1494.00;5.76;0 +649;supply_node;1404.00;10.35;1479.00;2.42;0 649;synthetic_refinery;1366.00;10.78;1480.00;4.25;0 650;air_base;1848.00;9.55;1130.00;4.72;0 650;anti_air_building;1844.00;9.68;1062.00;4.18;0 @@ -26243,6 +38941,11 @@ 650;coastal_bunker;1850.00;9.50;1129.00;0.79;0 650;coastal_bunker;1857.00;9.55;1092.00;1.57;0 650;dockyard;1851.00;9.50;1125.00;0.79;0 +650;floating_harbor;1836.00;9.50;1048.00;-3.58;11106 +650;floating_harbor;1836.00;9.50;1132.00;-3.14;4450 +650;floating_harbor;1851.00;9.50;1087.00;0.00;379 +650;floating_harbor;1852.95;9.50;1120.05;-2.36;9377 +650;floating_harbor;1859.95;9.50;1096.95;-0.79;13009 650;industrial_complex;1843.00;9.60;1127.00;1.55;0 650;industrial_complex;1853.00;9.53;1090.00;1.45;0 650;industrial_complex;1853.00;9.68;1079.00;0.94;0 @@ -26257,6 +38960,10 @@ 650;nuclear_reactor;1845.00;9.68;1127.00;5.30;0 650;radar_station;1840.00;9.50;1059.00;4.81;0 650;rocket_site;1843.00;9.68;1128.00;1.17;0 +650;supply_node;1843.00;9.68;1062.00;2.11;0 +650;supply_node;1845.00;9.70;1128.00;4.35;0 +650;supply_node;1851.00;9.70;1079.00;2.88;0 +650;supply_node;1854.00;9.70;1091.00;5.05;0 650;synthetic_refinery;1851.00;9.70;1080.00;2.12;0 651;air_base;3326.00;11.65;331.00;4.12;0 651;anti_air_building;3322.00;10.90;313.00;1.01;0 @@ -26274,6 +38981,8 @@ 651;coastal_bunker;3345.00;9.82;333.00;-4.60;0 651;coastal_bunker;3364.00;9.53;344.00;1.32;0 651;dockyard;3349.00;9.60;316.00;-4.60;0 +651;floating_harbor;3355.71;9.50;327.06;-2.58;2120 +651;floating_harbor;3355.96;9.50;323.73;-1.47;12935 651;industrial_complex;3329.00;11.70;343.00;3.51;0 651;industrial_complex;3333.00;11.25;347.00;1.45;0 651;industrial_complex;3334.00;11.25;345.00;4.72;0 @@ -26285,6 +38994,9 @@ 651;nuclear_reactor;3360.00;9.88;348.00;3.68;0 651;radar_station;3311.00;11.03;310.00;5.27;0 651;rocket_site;3344.00;10.30;344.00;2.12;0 +651;supply_node;3326.00;10.90;381.00;5.05;0 +651;supply_node;3330.00;10.55;321.00;0.25;0 +651;supply_node;3342.00;10.60;349.00;2.11;0 651;synthetic_refinery;3353.00;10.55;354.00;1.61;0 652;air_base;3297.00;13.10;335.00;3.17;0 652;anti_air_building;3238.00;12.40;331.00;0.41;0 @@ -26312,6 +39024,13 @@ 652;nuclear_reactor;3307.00;12.30;376.00;4.18;0 652;radar_station;3200.00;12.15;363.00;3.40;0 652;rocket_site;3287.00;10.63;287.00;0.06;0 +652;supply_node;3236.00;12.23;355.00;4.29;0 +652;supply_node;3256.00;13.23;330.00;0.18;0 +652;supply_node;3275.00;12.88;279.00;0.25;0 +652;supply_node;3276.00;11.85;304.00;5.76;0 +652;supply_node;3283.00;12.78;383.00;2.42;0 +652;supply_node;3293.00;13.85;360.00;4.59;0 +652;supply_node;3299.00;12.85;331.00;1.65;0 652;synthetic_refinery;3273.00;12.60;280.00;2.12;0 653;air_base;1235.00;10.23;1351.00;2.56;0 653;anti_air_building;1268.00;11.38;1366.00;5.97;0 @@ -26349,6 +39068,13 @@ 653;coastal_bunker;1322.00;9.50;1348.00;0.72;0 653;coastal_bunker;1335.00;9.57;1356.00;0.67;0 653;dockyard;1288.00;9.50;1321.00;1.57;0 +653;floating_harbor;1291.97;9.50;1316.70;-1.47;6785 +653;floating_harbor;1293.98;9.50;1302.50;-1.50;12369 +653;floating_harbor;1299.08;9.50;1327.53;-2.09;2042 +653;floating_harbor;1306.01;9.50;1332.27;-2.53;4884 +653;floating_harbor;1308.00;9.50;1306.00;-3.52;1500 +653;floating_harbor;1315.13;9.50;1333.74;-2.68;12410 +653;floating_harbor;1326.61;9.50;1343.73;-2.42;10337 653;industrial_complex;1250.00;10.20;1329.00;6.18;0 653;industrial_complex;1259.00;10.40;1338.00;0.50;0 653;industrial_complex;1288.00;10.50;1375.00;4.12;0 @@ -26365,6 +39091,24 @@ 653;nuclear_reactor;1275.00;10.40;1347.00;3.31;0 653;radar_station;1259.00;9.80;1301.00;5.23;0 653;rocket_site;1268.00;9.70;1301.00;1.75;0 +653;supply_node;1245.00;10.10;1347.00;1.65;0 +653;supply_node;1255.00;9.95;1323.00;0.48;0 +653;supply_node;1265.00;10.62;1351.00;3.30;0 +653;supply_node;1268.00;10.40;1332.00;6.00;0 +653;supply_node;1273.00;9.88;1301.00;1.12;0 +653;supply_node;1275.00;10.28;1315.00;3.06;0 +653;supply_node;1276.00;10.60;1358.00;0.18;0 +653;supply_node;1286.00;9.70;1335.00;4.59;0 +653;supply_node;1293.00;10.40;1368.00;3.37;0 +653;supply_node;1295.00;10.30;1348.00;3.83;0 +653;supply_node;1306.00;10.38;1376.00;1.89;0 +653;supply_node;1307.00;10.28;1350.00;2.60;0 +653;supply_node;1315.00;10.28;1357.00;5.23;0 +653;supply_node;1315.00;10.40;1389.00;5.76;0 +653;supply_node;1323.00;10.30;1374.00;1.19;0 +653;supply_node;1329.00;10.40;1397.00;0.89;0 +653;supply_node;1332.00;10.30;1362.00;2.42;0 +653;supply_node;1337.00;10.40;1381.00;5.54;0 653;synthetic_refinery;1289.00;10.30;1344.00;2.70;0 654;air_base;2963.00;14.25;806.00;1.61;0 654;anti_air_building;2920.00;10.70;864.00;4.69;0 @@ -26402,6 +39146,23 @@ 654;nuclear_reactor;2972.00;15.18;795.00;1.68;0 654;radar_station;2865.00;10.13;836.00;2.87;0 654;rocket_site;3000.00;12.43;830.00;5.30;0 +654;supply_node;2825.00;10.20;910.00;3.37;0 +654;supply_node;2843.00;11.95;881.00;0.89;0 +654;supply_node;2861.00;11.15;864.00;0.48;0 +654;supply_node;2887.00;10.20;846.00;0.18;0 +654;supply_node;2893.00;10.07;808.00;1.65;0 +654;supply_node;2902.00;10.25;877.00;5.54;0 +654;supply_node;2915.00;9.90;797.00;3.83;0 +654;supply_node;2920.00;11.30;838.00;4.59;0 +654;supply_node;2938.00;10.73;790.00;2.60;0 +654;supply_node;2949.00;13.53;818.00;6.00;0 +654;supply_node;2953.00;10.60;844.00;1.19;0 +654;supply_node;2966.00;15.40;798.00;4.78;0 +654;supply_node;2973.00;12.48;760.00;1.12;0 +654;supply_node;2980.00;10.70;841.00;1.89;0 +654;supply_node;2982.00;10.62;783.00;3.06;0 +654;supply_node;2997.00;12.65;814.00;3.30;0 +654;supply_node;3011.00;14.18;843.00;5.23;0 654;synthetic_refinery;2920.00;10.45;872.00;5.90;0 655;air_base;3002.00;11.60;1501.00;1.01;0 655;anti_air_building;2988.00;11.15;1507.00;6.25;0 @@ -26431,6 +39192,15 @@ 655;nuclear_reactor;2995.00;11.25;1499.00;5.90;0 655;radar_station;2969.00;11.43;1491.00;0.70;0 655;rocket_site;2995.00;12.40;1517.00;4.69;0 +655;supply_node;2975.00;11.25;1493.00;5.23;0 +655;supply_node;2978.00;10.80;1499.00;0.89;0 +655;supply_node;2988.00;11.18;1506.00;3.83;0 +655;supply_node;2989.00;11.12;1497.00;3.06;0 +655;supply_node;2993.00;11.93;1515.00;0.48;0 +655;supply_node;2999.00;12.12;1506.00;1.19;0 +655;supply_node;3003.00;10.80;1498.00;6.00;0 +655;supply_node;3009.00;13.75;1501.00;1.89;0 +655;supply_node;3015.00;10.80;1493.00;4.59;0 655;synthetic_refinery;3003.00;12.32;1502.00;5.30;0 656;air_base;3094.00;10.13;1681.00;0.41;0 656;anti_air_building;3090.00;9.73;1677.00;6.25;0 @@ -26447,6 +39217,8 @@ 656;coastal_bunker;3090.00;9.50;1674.00;-2.47;0 656;coastal_bunker;3104.00;9.65;1687.00;1.57;0 656;dockyard;3100.00;9.60;1684.00;1.57;0 +656;floating_harbor;3084.12;9.50;1682.82;0.59;6258 +656;floating_harbor;3109.79;9.50;1687.70;-1.33;408 656;industrial_complex;3091.00;9.68;1671.00;2.56;0 656;industrial_complex;3092.00;9.93;1677.00;4.63;0 656;industrial_complex;3094.00;9.95;1677.00;1.61;0 @@ -26458,6 +39230,8 @@ 656;nuclear_reactor;3091.00;9.70;1669.00;5.90;0 656;radar_station;3089.00;9.50;1659.00;0.70;0 656;rocket_site;3089.00;9.57;1678.00;4.69;0 +656;supply_node;3092.00;9.75;1671.00;0.48;0 +656;supply_node;3099.00;9.98;1685.00;3.83;0 656;synthetic_refinery;3094.00;10.13;1681.00;5.30;0 657;air_base;2892.00;9.60;1582.00;5.74;0 657;anti_air_building;2892.00;9.60;1582.00;2.12;0 @@ -26472,6 +39246,7 @@ 657;bunker;2892.00;9.60;1582.00;3.68;0 657;coastal_bunker;2891.00;9.50;1582.00;-2.68;0 657;dockyard;2891.00;9.53;1581.00;-0.79;0 +657;floating_harbor;2886.87;9.50;1589.26;0.46;13236 657;industrial_complex;2892.00;9.60;1582.00;0.41;0 657;industrial_complex;2892.00;9.60;1582.00;1.01;0 657;industrial_complex;2892.00;9.60;1582.00;1.61;0 @@ -26482,6 +39257,7 @@ 657;nuclear_reactor;2892.00;9.60;1582.00;4.69;0 657;radar_station;2890.00;9.50;1581.00;5.50;0 657;rocket_site;2892.00;9.60;1582.00;0.57;0 +657;supply_node;2891.00;9.53;1581.00;3.06;0 657;synthetic_refinery;2892.00;9.60;1582.00;1.17;0 658;air_base;3002.00;10.20;1716.00;3.68;0 658;anti_air_building;3004.00;10.40;1729.00;3.75;0 @@ -26515,6 +39291,19 @@ 658;nuclear_reactor;3005.00;11.60;1756.00;2.19;0 658;radar_station;2988.00;10.20;1698.00;2.41;0 658;rocket_site;3000.00;10.50;1734.00;4.35;0 +658;supply_node;2994.00;10.38;1702.00;0.67;0 +658;supply_node;2995.00;10.50;1713.00;1.19;0 +658;supply_node;2996.00;10.48;1723.00;1.89;0 +658;supply_node;3000.00;10.55;1731.00;1.43;0 +658;supply_node;3003.00;11.62;1751.00;1.12;0 +658;supply_node;3007.00;10.18;1719.00;5.54;0 +658;supply_node;3009.00;10.80;1739.00;3.30;0 +658;supply_node;3010.00;11.62;1755.00;5.23;0 +658;supply_node;3012.00;10.40;1727.00;3.60;0 +658;supply_node;3022.00;9.50;1719.00;4.78;0 +658;supply_node;3023.00;10.70;1736.00;4.01;0 +658;supply_node;3023.00;10.95;1744.00;3.37;0 +658;supply_node;3024.00;10.40;1727.00;2.60;0 658;synthetic_refinery;2994.00;10.50;1711.00;0.13;0 659;air_base;3022.00;9.80;1688.00;3.91;0 659;anti_air_building;3004.22;9.90;1685.57;6.13;0 @@ -26535,6 +39324,7 @@ 659;bunker;3026.00;9.75;1705.00;5.03;0 659;coastal_bunker;2992.33;9.50;1678.39;-1.24;0 659;dockyard;2995.32;9.50;1675.55;-0.61;0 +659;floating_harbor;2962.00;9.50;1693.00;1.13;383 659;industrial_complex;2997.00;9.80;1686.00;1.85;0 659;industrial_complex;3004.00;9.65;1697.00;6.07;0 659;industrial_complex;3010.00;10.00;1686.00;4.51;0 @@ -26545,6 +39335,13 @@ 659;nuclear_reactor;3002.00;10.00;1695.00;0.46;0 659;radar_station;3001.26;9.80;1683.40;0.47;0 659;rocket_site;3017.00;9.73;1700.00;5.54;0 +659;supply_node;2996.00;9.68;1681.00;3.37;0 +659;supply_node;3003.00;9.85;1695.00;1.89;0 +659;supply_node;3006.00;9.98;1687.00;3.30;0 +659;supply_node;3015.00;10.00;1681.00;4.78;0 +659;supply_node;3019.00;10.00;1692.00;2.60;0 +659;supply_node;3020.00;9.90;1700.00;5.54;0 +659;supply_node;3027.00;9.78;1706.00;1.12;0 659;synthetic_refinery;3007.00;9.60;1699.00;1.41;0 660;air_base;2748.00;9.78;1724.00;2.12;0 660;anti_air_building;2745.00;9.60;1725.00;1.68;0 @@ -26561,6 +39358,8 @@ 660;coastal_bunker;2751.00;9.50;1720.00;-0.79;0 660;coastal_bunker;2775.00;9.60;1759.00;-1.57;0 660;dockyard;2779.00;9.50;1757.00;-1.57;0 +660;floating_harbor;2743.87;9.50;1715.74;-3.61;13237 +660;floating_harbor;2800.00;9.50;1783.00;-0.73;6196 660;industrial_complex;2745.00;9.60;1725.00;4.18;0 660;industrial_complex;2745.00;9.70;1726.00;2.12;0 660;industrial_complex;2745.00;9.70;1726.00;5.74;0 @@ -26572,6 +39371,8 @@ 660;nuclear_reactor;2776.00;9.53;1746.00;4.25;0 660;radar_station;2742.00;9.50;1720.00;4.28;0 660;rocket_site;2746.00;9.60;1724.00;0.13;0 +660;supply_node;2748.00;9.78;1724.00;2.60;0 +660;supply_node;2776.00;9.70;1756.00;1.12;0 660;synthetic_refinery;2771.00;9.50;1754.00;1.08;0 661;air_base;2985.00;9.70;1585.00;1.17;0 661;anti_air_building;2977.00;9.70;1598.00;1.08;0 @@ -26588,6 +39389,7 @@ 661;bunker;2976.00;9.70;1587.00;5.90;0 661;coastal_bunker;2981.00;9.60;1599.00;-3.39;0 661;dockyard;2977.00;9.50;1600.00;-3.39;0 +661;floating_harbor;2982.37;9.50;1607.86;-0.20;11305 661;industrial_complex;2969.00;9.70;1593.00;5.39;0 661;industrial_complex;2978.00;9.70;1591.00;0.06;0 661;industrial_complex;2978.00;9.70;1597.00;2.12;0 @@ -26598,6 +39400,9 @@ 661;nuclear_reactor;2975.00;9.68;1597.00;4.35;0 661;radar_station;2967.00;9.70;1589.00;0.93;0 661;rocket_site;2973.00;9.70;1592.00;4.25;0 +661;supply_node;2970.00;9.70;1592.00;3.30;0 +661;supply_node;2979.00;9.70;1587.00;5.54;0 +661;supply_node;2980.00;9.70;1596.00;4.78;0 661;synthetic_refinery;2975.00;9.70;1591.00;3.75;0 662;air_base;2966.00;9.70;1606.00;3.91;0 662;anti_air_building;2953.00;9.57;1598.00;5.54;0 @@ -26619,6 +39424,10 @@ 662;coastal_bunker;2964.00;9.55;1611.00;-4.07;0 662;coastal_bunker;2978.00;9.60;1607.00;-3.93;0 662;dockyard;2945.00;9.50;1601.00;-1.57;0 +662;floating_harbor;2930.00;9.50;1608.00;1.06;3368 +662;floating_harbor;2936.10;9.50;1608.15;1.41;3231 +662;floating_harbor;2973.47;9.50;1615.37;-0.90;6389 +662;floating_harbor;2983.60;9.50;1613.20;-0.93;13238 662;industrial_complex;2950.00;9.65;1606.00;6.08;0 662;industrial_complex;2954.00;9.68;1598.00;1.85;0 662;industrial_complex;2954.00;9.68;1603.00;4.87;0 @@ -26632,7 +39441,12 @@ 662;nuclear_reactor;2961.00;9.70;1609.00;2.53;0 662;radar_station;2944.00;9.50;1601.00;1.94;0 662;rocket_site;2965.00;9.70;1606.00;2.43;0 -662;synthetic_refinery;2955.00;9.63;1601.00;1.92;0 +662;supply_node;2949.00;9.70;1606.00;4.78;0 +662;supply_node;2953.00;9.57;1598.00;1.43;0 +662;supply_node;2963.00;9.70;1607.00;0.67;0 +662;supply_node;2963.00;9.90;1599.00;4.01;0 +662;supply_node;2974.00;9.70;1606.00;3.60;0 +662;synthetic_refinery;2955.00;9.63;1601.00;1.92;0 663;air_base;2984.00;10.82;1488.00;3.98;0 663;anti_air_building;2983.00;10.82;1488.00;0.97;0 663;anti_air_building;2984.00;10.82;1488.00;1.92;0 @@ -26653,11 +39467,18 @@ 663;nuclear_reactor;2984.00;10.82;1488.00;5.70;0 663;radar_station;2982.00;10.90;1488.00;3.92;0 663;rocket_site;2983.00;10.82;1488.00;3.03;0 +663;supply_node;2982.00;10.82;1487.00;4.01;0 663;synthetic_refinery;2984.00;10.82;1488.00;3.64;0 664;air_base;3429.00;10.00;1730.00;5.60;0 664;anti_air_building;3377.00;10.25;1740.00;1.61;0 664;anti_air_building;3416.00;10.40;1747.00;5.74;0 664;anti_air_building;3429.00;9.82;1733.00;5.23;0 +664;arms_factory;3388.00;10.40;1721.00;0.74;0 +664;arms_factory;3422.00;10.40;1746.00;3.41;0 +664;arms_factory;3425.00;10.40;1722.00;1.24;0 +664;arms_factory;3459.00;9.90;1746.00;1.34;0 +664;arms_factory;3463.00;9.90;1739.00;5.47;0 +664;arms_factory;3487.00;9.90;1744.00;4.36;0 664;bunker;3362.00;9.93;1710.00;3.52;0 664;bunker;3362.00;10.50;1692.00;0.07;0 664;bunker;3364.00;10.45;1705.00;1.45;0 @@ -26712,8 +39533,69 @@ 664;bunker;3474.00;10.00;1741.00;2.24;0 664;bunker;3477.00;9.98;1731.00;2.23;0 664;bunker;3499.00;10.00;1746.00;4.40;0 +664;industrial_complex;3378.00;10.20;1744.00;5.12;0 +664;industrial_complex;3390.00;10.38;1714.00;2.96;0 +664;industrial_complex;3390.00;10.40;1727.00;1.85;0 +664;industrial_complex;3398.00;10.40;1747.00;6.08;0 +664;industrial_complex;3414.00;10.50;1714.00;3.91;0 +664;industrial_complex;3456.00;10.40;1708.00;4.52;0 +664;nuclear_reactor;3409.00;10.07;1711.00;5.98;0 664;radar_station;3359.00;10.03;1699.00;5.02;0 664;rocket_site;3414.00;10.45;1723.00;1.52;0 +664;supply_node;3361.00;10.50;1693.00;3.75;0 +664;supply_node;3362.00;10.20;1702.00;6.18;0 +664;supply_node;3367.00;9.98;1711.00;0.21;0 +664;supply_node;3371.00;10.60;1736.00;2.87;0 +664;supply_node;3372.00;10.23;1722.00;5.99;0 +664;supply_node;3373.00;10.45;1694.00;2.38;0 +664;supply_node;3374.00;10.40;1705.00;1.12;0 +664;supply_node;3379.00;10.40;1713.00;1.16;0 +664;supply_node;3379.00;10.40;1732.00;3.86;0 +664;supply_node;3380.00;9.95;1744.00;1.92;0 +664;supply_node;3384.00;9.93;1701.00;3.79;0 +664;supply_node;3384.00;10.23;1692.00;6.26;0 +664;supply_node;3386.00;10.38;1725.00;2.07;0 +664;supply_node;3389.00;10.40;1716.00;4.28;0 +664;supply_node;3389.00;10.40;1740.00;0.35;0 +664;supply_node;3394.00;10.23;1707.00;5.72;0 +664;supply_node;3394.00;10.40;1694.00;1.39;0 +664;supply_node;3398.00;10.40;1744.00;1.61;0 +664;supply_node;3399.00;10.40;1722.00;1.58;0 +664;supply_node;3399.00;10.50;1731.00;2.56;0 +664;supply_node;3405.00;9.95;1712.00;3.33;0 +664;supply_node;3407.00;10.43;1748.00;2.80;0 +664;supply_node;3408.00;10.40;1737.00;0.93;0 +664;supply_node;3411.00;10.40;1720.00;4.77;0 +664;supply_node;3415.00;10.30;1705.00;5.04;0 +664;supply_node;3415.00;10.40;1730.00;2.10;0 +664;supply_node;3417.00;10.53;1714.00;2.53;0 +664;supply_node;3420.00;10.40;1745.00;5.50;0 +664;supply_node;3424.00;10.43;1720.00;1.65;0 +664;supply_node;3426.00;9.88;1732.00;2.34;0 +664;supply_node;3428.00;10.40;1712.00;4.47;0 +664;supply_node;3429.00;9.85;1699.00;3.60;0 +664;supply_node;3433.00;9.98;1745.00;4.32;0 +664;supply_node;3434.00;10.05;1724.00;4.74;0 +664;supply_node;3437.00;10.43;1704.00;5.69;0 +664;supply_node;3438.00;9.80;1734.00;3.29;0 +664;supply_node;3440.00;10.55;1713.00;6.03;0 +664;supply_node;3445.00;10.32;1697.00;2.84;0 +664;supply_node;3446.00;9.85;1724.00;1.88;0 +664;supply_node;3447.00;9.90;1745.00;3.82;0 +664;supply_node;3452.00;9.90;1735.00;3.51;0 +664;supply_node;3452.00;10.43;1716.00;4.25;0 +664;supply_node;3452.00;10.50;1709.00;4.05;0 +664;supply_node;3454.00;10.40;1700.00;5.27;0 +664;supply_node;3457.00;10.50;1726.00;4.55;0 +664;supply_node;3460.00;9.90;1750.00;0.63;0 +664;supply_node;3464.00;9.90;1741.00;5.23;0 +664;supply_node;3464.00;10.50;1715.00;0.39;0 +664;supply_node;3467.00;10.40;1731.00;0.70;0 +664;supply_node;3471.00;10.50;1722.00;3.05;0 +664;supply_node;3476.00;9.90;1747.00;0.17;0 +664;supply_node;3479.00;9.90;1737.00;3.56;0 +664;supply_node;3480.00;10.48;1729.00;4.09;0 +664;supply_node;3490.00;9.90;1745.00;5.96;0 664;synthetic_refinery;3379.00;10.25;1740.00;2.12;0 665;air_base;3052.00;11.30;1494.00;1.16;0 665;anti_air_building;3046.00;14.38;1492.00;0.55;0 @@ -26741,6 +39623,13 @@ 665;nuclear_reactor;3054.00;13.73;1472.00;0.55;0 665;radar_station;3056.00;12.73;1480.00;2.80;0 665;rocket_site;3042.00;13.20;1469.00;5.19;0 +665;supply_node;3042.00;13.30;1468.00;5.72;0 +665;supply_node;3045.00;14.90;1492.00;2.07;0 +665;supply_node;3050.00;13.20;1480.00;2.84;0 +665;supply_node;3051.00;13.78;1471.00;3.56;0 +665;supply_node;3054.00;10.10;1490.00;0.21;0 +665;supply_node;3058.00;10.65;1467.00;4.25;0 +665;supply_node;3063.00;9.90;1491.00;4.32;0 665;synthetic_refinery;3049.00;14.07;1473.00;1.07;0 666;air_base;5076.00;10.25;901.00;2.17;0 666;anti_air_building;5028.00;10.50;1066.00;5.87;0 @@ -26765,6 +39654,12 @@ 666;coastal_bunker;5083.00;10.20;909.00;-1.57;0 666;coastal_bunker;5207.00;9.50;1039.00;-1.57;0 666;dockyard;5057.00;9.50;853.00;-1.57;0 +666;floating_harbor;5020.00;9.50;1038.00;-3.14;13025 +666;floating_harbor;5072.00;9.50;886.00;0.00;13023 +666;floating_harbor;5085.00;9.50;899.00;-1.57;13024 +666;floating_harbor;5086.00;9.50;847.00;-2.07;12140 +666;floating_harbor;5090.95;9.50;916.95;-0.79;3995 +666;floating_harbor;5240.00;9.50;1023.00;-2.16;13026 666;industrial_complex;5025.00;10.50;1057.00;5.19;0 666;industrial_complex;5025.00;10.50;1059.00;3.13;0 666;industrial_complex;5026.00;10.50;1056.00;4.68;0 @@ -26780,6 +39675,12 @@ 666;nuclear_reactor;5014.00;10.05;1050.00;3.36;0 666;radar_station;5013.00;9.50;1045.00;1.02;0 666;rocket_site;5029.00;10.00;1054.00;2.16;0 +666;supply_node;5024.00;10.50;1059.00;5.72;0 +666;supply_node;5061.00;11.03;859.00;3.56;0 +666;supply_node;5072.00;10.95;878.00;0.21;0 +666;supply_node;5077.00;10.88;899.00;4.25;0 +666;supply_node;5085.00;11.43;911.00;2.07;0 +666;supply_node;5213.00;10.62;1041.00;2.38;0 666;synthetic_refinery;5015.00;10.45;1049.00;2.75;0 667;air_base;1594.00;9.65;1258.00;3.64;0 667;anti_air_building;1586.00;9.57;1272.00;3.80;0 @@ -26798,6 +39699,9 @@ 667;coastal_bunker;1589.00;9.68;1273.00;-2.36;0 667;coastal_bunker;1617.00;9.50;1272.00;0.73;0 667;dockyard;1579.00;9.50;1304.00;-1.74;0 +667;floating_harbor;1578.50;9.50;1306.60;1.19;4647 +667;floating_harbor;1591.00;9.50;1279.00;1.16;7245 +667;floating_harbor;1596.84;9.50;1252.60;-2.72;10254 667;industrial_complex;1588.00;9.70;1273.00;0.97;0 667;industrial_complex;1589.00;9.68;1267.00;0.62;0 667;industrial_complex;1589.00;9.70;1272.00;4.24;0 @@ -26810,6 +39714,7 @@ 667;nuclear_reactor;1593.00;9.68;1260.00;4.91;0 667;radar_station;1593.00;9.50;1255.00;3.66;0 667;rocket_site;1588.00;9.70;1273.00;3.71;0 +667;supply_node;1590.00;9.68;1268.00;0.21;0 667;synthetic_refinery;1617.00;9.50;1272.00;4.31;0 668;air_base;5301.00;10.45;486.00;4.75;0 668;anti_air_building;5236.00;10.85;545.00;5.65;0 @@ -26852,6 +39757,21 @@ 668;coastal_bunker;5336.00;10.25;481.00;1.11;0 668;coastal_bunker;5410.00;9.50;464.00;-1.11;0 668;dockyard;5274.00;9.50;494.00;-0.32;0 +668;floating_harbor;5212.74;9.50;547.87;-4.25;1358 +668;floating_harbor;5224.00;9.80;557.00;0.12;4378 +668;floating_harbor;5224.00;9.80;557.00;0.67;4226 +668;floating_harbor;5224.00;9.80;557.00;-2.41;10234 +668;floating_harbor;5264.14;9.50;496.63;-4.52;4292 +668;floating_harbor;5264.60;9.50;530.80;-2.21;12265 +668;floating_harbor;5269.82;9.50;512.12;-2.16;10319 +668;floating_harbor;5280.00;9.50;520.00;1.22;1085 +668;floating_harbor;5288.15;9.50;505.90;-0.17;1269 +668;floating_harbor;5290.00;9.50;529.00;0.00;4252 +668;floating_harbor;5291.00;9.50;476.00;-3.14;1370 +668;floating_harbor;5305.52;9.50;474.17;-2.92;10291 +668;floating_harbor;5319.95;9.50;477.05;-2.36;7437 +668;floating_harbor;5339.26;9.50;476.87;-2.03;1042 +668;floating_harbor;5390.00;9.50;475.00;1.57;7390 668;industrial_complex;5227.00;9.68;544.00;0.62;0 668;industrial_complex;5233.00;11.00;542.00;4.84;0 668;industrial_complex;5280.00;10.50;498.00;2.69;0 @@ -26876,6 +39796,21 @@ 668;nuclear_reactor;5280.00;10.18;490.00;4.96;0 668;radar_station;5211.00;9.50;569.00;0.53;0 668;rocket_site;5234.00;10.25;548.00;0.84;0 +668;supply_node;5216.00;9.50;564.00;4.09;0 +668;supply_node;5223.00;10.43;553.00;1.61;0 +668;supply_node;5230.00;10.75;544.00;1.92;0 +668;supply_node;5237.00;10.95;539.00;6.03;0 +668;supply_node;5255.00;10.07;538.00;6.26;0 +668;supply_node;5261.00;9.50;518.00;3.33;0 +668;supply_node;5276.00;10.50;499.00;5.27;0 +668;supply_node;5286.00;10.50;493.00;3.86;0 +668;supply_node;5290.00;9.50;521.00;3.79;0 +668;supply_node;5291.00;10.45;484.00;4.55;0 +668;supply_node;5302.00;10.50;490.00;0.39;0 +668;supply_node;5313.00;10.50;484.00;1.16;0 +668;supply_node;5318.00;9.88;506.00;2.38;0 +668;supply_node;5331.00;10.03;481.00;5.72;0 +668;supply_node;5399.00;9.70;475.00;5.96;0 668;synthetic_refinery;5275.00;10.50;501.00;2.90;0 669;air_base;3490.00;10.03;265.00;5.86;0 669;anti_air_building;3510.00;11.68;371.00;0.32;0 @@ -26910,6 +39845,17 @@ 669;coastal_bunker;3567.00;9.57;327.00;-4.53;0 669;coastal_bunker;3587.00;9.50;379.00;-4.49;0 669;dockyard;3581.00;9.88;380.00;-4.49;0 +669;floating_harbor;3476.08;9.50;280.94;-4.56;12956 +669;floating_harbor;3481.01;9.50;309.32;1.53;8180 +669;floating_harbor;3490.00;9.50;341.00;1.57;11015 +669;floating_harbor;3492.65;9.50;238.85;-3.64;2200 +669;floating_harbor;3497.05;9.50;386.95;0.79;5185 +669;floating_harbor;3515.94;9.50;440.29;-2.13;13072 +669;floating_harbor;3533.87;9.50;409.26;0.46;8188 +669;floating_harbor;3550.41;9.50;252.19;-1.98;8246 +669;floating_harbor;3557.68;9.50;440.50;0.67;5222 +669;floating_harbor;3569.81;9.50;315.60;-1.34;10993 +669;floating_harbor;3586.77;9.50;370.78;-1.31;5128 669;industrial_complex;3493.00;9.60;250.00;4.75;0 669;industrial_complex;3503.00;10.53;343.00;5.25;0 669;industrial_complex;3529.00;10.40;246.00;1.13;0 @@ -26930,6 +39876,16 @@ 669;nuclear_reactor;3496.00;9.90;353.00;4.45;0 669;radar_station;3481.00;9.50;286.00;0.99;0 669;rocket_site;3517.00;10.23;381.00;0.33;0 +669;supply_node;3496.00;11.85;284.00;4.09;0 +669;supply_node;3502.00;10.73;256.00;3.86;0 +669;supply_node;3510.00;11.90;308.00;3.79;0 +669;supply_node;3512.00;11.15;372.00;4.55;0 +669;supply_node;3518.00;12.32;341.00;1.16;0 +669;supply_node;3528.00;11.75;262.00;1.92;0 +669;supply_node;3544.00;10.28;389.00;5.27;0 +669;supply_node;3546.00;14.35;310.00;5.96;0 +669;supply_node;3561.00;12.32;364.00;1.61;0 +669;supply_node;3573.00;14.10;421.00;6.03;0 669;synthetic_refinery;3501.00;10.65;265.00;2.38;0 670;air_base;5179.00;10.50;580.00;4.31;0 670;anti_air_building;5158.00;9.78;560.00;2.55;0 @@ -26974,6 +39930,22 @@ 670;coastal_bunker;5189.00;9.50;599.00;-0.32;0 670;coastal_bunker;5195.00;9.73;578.00;-1.57;0 670;dockyard;5121.00;9.50;561.00;-2.03;0 +670;floating_harbor;5112.00;9.50;624.00;-1.04;7339 +670;floating_harbor;5117.74;9.50;563.13;1.11;1329 +670;floating_harbor;5128.87;9.50;546.74;-3.61;1301 +670;floating_harbor;5129.00;9.50;540.00;-4.33;7352 +670;floating_harbor;5138.79;9.50;543.36;-3.46;4332 +670;floating_harbor;5148.70;9.50;571.79;-0.24;4304 +670;floating_harbor;5154.21;9.50;543.36;-2.82;12222 +670;floating_harbor;5164.79;9.50;576.64;0.32;1286 +670;floating_harbor;5165.00;9.50;600.00;1.57;1361 +670;floating_harbor;5167.93;9.50;605.01;-1.71;4352 +670;floating_harbor;5169.12;9.50;555.18;-3.73;10206 +670;floating_harbor;5172.82;9.50;553.12;-2.16;7324 +670;floating_harbor;5178.87;9.50;584.74;-3.61;7412 +670;floating_harbor;5188.26;9.50;584.13;-1.11;7251 +670;floating_harbor;5188.86;9.50;570.63;-1.77;10166 +670;floating_harbor;5192.00;9.50;587.00;0.00;4421 670;industrial_complex;5141.00;9.73;560.00;5.36;0 670;industrial_complex;5146.00;9.70;553.00;2.24;0 670;industrial_complex;5151.00;10.80;556.00;3.80;0 @@ -26999,6 +39971,20 @@ 670;nuclear_reactor;5132.00;10.20;560.00;5.12;0 670;radar_station;5093.00;9.50;615.00;1.48;0 670;rocket_site;5102.00;10.10;617.00;2.46;0 +670;supply_node;5126.00;10.20;559.00;3.79;0 +670;supply_node;5134.00;10.40;557.00;6.03;0 +670;supply_node;5142.00;9.70;553.00;5.96;0 +670;supply_node;5146.00;9.65;561.00;1.92;0 +670;supply_node;5151.00;9.75;553.00;0.70;0 +670;supply_node;5156.00;10.12;557.00;3.33;0 +670;supply_node;5164.00;10.28;559.00;0.39;0 +670;supply_node;5168.00;10.62;567.00;4.55;0 +670;supply_node;5173.00;10.25;600.00;5.27;0 +670;supply_node;5175.00;9.85;564.00;5.50;0 +670;supply_node;5177.00;10.25;573.00;2.56;0 +670;supply_node;5178.00;10.43;579.00;4.09;0 +670;supply_node;5183.00;9.50;593.00;6.26;0 +670;supply_node;5192.00;10.10;579.00;1.16;0 670;synthetic_refinery;5137.00;9.80;556.00;3.06;0 671;air_base;4816.00;11.03;602.00;4.32;0 671;anti_air_building;4749.00;9.80;620.00;2.22;0 @@ -27021,6 +40007,11 @@ 671;coastal_bunker;4797.00;9.55;641.00;0.79;0 671;coastal_bunker;4837.00;9.65;595.00;1.11;0 671;dockyard;4839.00;10.07;602.00;1.11;0 +671;floating_harbor;4773.00;9.50;618.00;-1.77;7369 +671;floating_harbor;4799.00;9.50;633.00;0.00;10342 +671;floating_harbor;4802.00;9.50;584.00;-3.65;1574 +671;floating_harbor;4803.00;9.50;641.00;-1.57;1437 +671;floating_harbor;4854.00;9.50;603.00;-1.17;10409 671;industrial_complex;4749.00;9.80;620.00;4.31;0 671;industrial_complex;4799.00;10.10;626.00;2.75;0 671;industrial_complex;4810.00;11.50;602.00;5.87;0 @@ -27035,6 +40026,11 @@ 671;nuclear_reactor;4838.00;10.88;601.00;4.89;0 671;radar_station;4747.00;9.50;619.00;2.21;0 671;rocket_site;4812.00;10.00;597.00;1.87;0 +671;supply_node;4758.00;9.50;620.00;1.92;0 +671;supply_node;4795.00;9.50;641.00;3.79;0 +671;supply_node;4799.00;9.73;625.00;5.96;0 +671;supply_node;4813.00;10.50;598.00;5.27;0 +671;supply_node;4837.00;11.38;598.00;1.16;0 671;synthetic_refinery;4837.00;10.43;596.00;2.83;0 672;air_base;4457.00;9.50;477.00;2.76;0 672;anti_air_building;4305.00;9.60;416.00;5.94;0 @@ -27051,6 +40047,8 @@ 672;coastal_bunker;4310.00;9.50;407.00;0.00;0 672;coastal_bunker;4459.00;9.55;485.00;-1.57;0 672;dockyard;4313.00;9.68;411.00;0.00;0 +672;floating_harbor;4312.95;9.50;407.05;-2.36;13002 +672;floating_harbor;4465.00;9.50;481.00;-1.57;13005 672;industrial_complex;4304.00;9.55;411.00;4.32;0 672;industrial_complex;4308.00;9.70;410.00;4.91;0 672;industrial_complex;4311.00;9.70;410.00;2.75;0 @@ -27062,6 +40060,8 @@ 672;nuclear_reactor;4309.00;9.70;410.00;3.43;0 672;radar_station;4303.00;9.50;409.00;0.80;0 672;rocket_site;4310.00;9.70;413.00;2.22;0 +672;supply_node;4307.00;9.70;413.00;1.92;0 +672;supply_node;4457.00;9.55;481.00;5.96;0 672;synthetic_refinery;4312.00;9.70;412.00;0.26;0 673;air_base;4679.00;10.65;498.00;3.87;0 673;anti_air_building;4631.00;9.95;508.00;6.00;0 @@ -27084,6 +40084,11 @@ 673;coastal_bunker;4674.00;9.50;493.00;-1.57;0 673;coastal_bunker;4677.00;9.50;492.00;-3.34;0 673;dockyard;4616.00;9.50;510.00;-3.93;0 +673;floating_harbor;4625.13;9.50;521.26;-0.46;7293 +673;floating_harbor;4645.95;9.50;501.05;-2.36;10191 +673;floating_harbor;4654.00;9.50;503.00;-3.14;12162 +673;floating_harbor;4665.05;9.50;502.95;0.79;12219 +673;floating_harbor;4688.21;9.50;480.36;-2.82;12234 673;industrial_complex;4624.00;9.80;510.00;5.93;0 673;industrial_complex;4624.00;11.93;515.00;2.76;0 673;industrial_complex;4632.00;11.07;510.00;5.42;0 @@ -27098,6 +40103,11 @@ 673;nuclear_reactor;4667.00;9.55;496.00;4.45;0 673;radar_station;4614.00;9.50;510.00;0.99;0 673;rocket_site;4638.00;12.20;512.00;0.33;0 +673;supply_node;4621.00;11.12;513.00;1.16;0 +673;supply_node;4637.00;11.68;510.00;4.09;0 +673;supply_node;4654.00;10.28;514.00;0.39;0 +673;supply_node;4671.00;9.90;497.00;3.33;0 +673;supply_node;4685.00;10.40;490.00;6.26;0 673;synthetic_refinery;4634.00;11.38;513.00;2.38;0 674;air_base;34.00;11.73;1118.00;2.32;0 674;anti_air_building;31.00;11.25;1119.00;0.16;0 @@ -27112,6 +40122,7 @@ 674;bunker;35.00;11.63;1118.00;0.26;0 674;coastal_bunker;34.00;9.50;1114.00;0.00;0 674;dockyard;32.00;10.60;1121.00;0.00;0 +674;floating_harbor;40.00;9.50;1117.00;-1.57;13052 674;industrial_complex;30.00;11.18;1116.00;1.21;0 674;industrial_complex;31.00;11.53;1116.00;1.71;0 674;industrial_complex;32.00;11.50;1116.00;5.94;0 @@ -27122,6 +40133,7 @@ 674;nuclear_reactor;30.00;11.18;1116.00;6.10;0 674;radar_station;29.00;9.50;1113.00;3.69;0 674;rocket_site;31.00;11.57;1118.00;4.89;0 +674;supply_node;32.00;11.70;1117.00;0.39;0 674;synthetic_refinery;30.00;11.05;1118.00;5.49;0 675;air_base;160.00;10.32;916.00;3.43;0 675;anti_air_building;160.00;10.60;915.00;6.10;0 @@ -27136,6 +40148,7 @@ 675;bunker;156.00;10.38;912.00;2.83;0 675;coastal_bunker;155.00;9.50;909.00;-1.57;0 675;dockyard;162.00;9.93;919.00;-1.57;0 +675;floating_harbor;158.00;9.50;921.00;0.00;13051 675;industrial_complex;159.00;10.25;913.00;4.98;0 675;industrial_complex;160.00;10.32;916.00;2.22;0 675;industrial_complex;160.00;10.53;914.00;5.94;0 @@ -27146,6 +40159,7 @@ 675;nuclear_reactor;162.00;10.80;917.00;2.38;0 675;radar_station;153.00;9.50;908.00;5.10;0 675;rocket_site;155.00;10.53;911.00;6.00;0 +675;supply_node;158.00;10.30;913.00;6.26;0 675;synthetic_refinery;161.00;10.73;915.00;0.32;0 676;air_base;463.00;11.95;369.00;1.87;0 676;anti_air_building;431.00;10.80;380.00;3.95;0 @@ -27162,6 +40176,8 @@ 676;coastal_bunker;432.00;10.07;383.00;0.00;0 676;coastal_bunker;458.00;9.50;367.00;-2.55;0 676;dockyard;465.00;10.60;367.00;1.57;0 +676;floating_harbor;433.00;9.50;385.00;-0.17;10188 +676;floating_harbor;455.12;9.50;374.82;0.59;12148 676;industrial_complex;431.00;10.38;376.00;4.38;0 676;industrial_complex;432.00;11.40;377.00;5.49;0 676;industrial_complex;435.00;12.50;382.00;2.22;0 @@ -27173,6 +40189,8 @@ 676;nuclear_reactor;463.00;12.45;366.00;2.90;0 676;radar_station;428.00;9.50;375.00;4.64;0 676;rocket_site;463.00;12.82;367.00;5.06;0 +676;supply_node;432.00;12.28;379.00;5.50;0 +676;supply_node;461.00;11.62;366.00;0.70;0 676;synthetic_refinery;467.00;10.38;363.00;5.65;0 677;air_base;114.00;10.65;429.00;0.32;0 677;anti_air_building;101.00;10.13;433.00;4.61;0 @@ -27195,6 +40213,11 @@ 677;coastal_bunker;5593.00;9.55;365.00;1.57;0 677;coastal_bunker;5604.00;9.50;382.00;1.57;0 677;dockyard;112.00;9.50;429.00;-1.95;0 +677;floating_harbor;99.40;9.50;437.20;0.93;7290 +677;floating_harbor;126.00;9.50;422.00;1.57;13080 +677;floating_harbor;5570.00;9.50;363.00;1.57;7302 +677;floating_harbor;5597.00;9.50;362.00;-1.57;4286 +677;floating_harbor;5614.00;9.50;382.00;-1.57;12159 677;industrial_complex;5580.00;9.70;368.00;2.83;0 677;industrial_complex;5582.00;9.70;367.00;6.10;0 677;industrial_complex;5584.00;10.60;364.00;4.89;0 @@ -27209,6 +40232,10 @@ 677;nuclear_reactor;5584.00;9.70;358.00;4.62;0 677;radar_station;130.00;9.50;420.00;2.24;0 677;rocket_site;5607.00;11.10;385.00;3.06;0 +677;supply_node;109.00;9.98;430.00;1.39;0 +677;supply_node;5579.00;9.75;363.00;2.87;0 +677;supply_node;5588.00;9.70;362.00;4.74;0 +677;supply_node;5604.00;9.50;382.00;0.63;0 677;synthetic_refinery;116.00;10.28;426.00;2.55;0 678;air_base;275.00;10.63;744.00;3.95;0 678;anti_air_building;266.00;10.10;744.00;5.57;0 @@ -27227,6 +40254,9 @@ 678;coastal_bunker;305.00;9.50;710.00;-2.03;0 678;coastal_bunker;349.00;9.50;672.00;-1.57;0 678;dockyard;274.00;10.13;746.00;1.57;0 +678;floating_harbor;279.00;9.50;744.00;-1.57;13048 +678;floating_harbor;316.64;9.50;707.79;-1.89;13049 +678;floating_harbor;349.00;9.50;676.00;-1.57;13053 678;industrial_complex;269.00;10.73;745.00;0.32;0 678;industrial_complex;271.00;10.80;744.00;3.94;0 678;industrial_complex;273.00;10.25;743.00;6.10;0 @@ -27239,6 +40269,9 @@ 678;nuclear_reactor;311.00;11.13;709.00;0.40;0 678;radar_station;338.00;9.50;675.00;4.11;0 678;rocket_site;341.00;11.07;676.00;2.55;0 +678;supply_node;270.00;10.48;744.00;2.87;0 +678;supply_node;307.00;12.15;711.00;0.63;0 +678;supply_node;341.00;11.07;676.00;2.10;0 678;synthetic_refinery;338.00;10.57;678.00;4.61;0 679;air_base;5405.00;10.03;293.00;2.39;0 679;anti_air_building;5373.00;9.70;320.00;4.69;0 @@ -27269,6 +40302,15 @@ 679;coastal_bunker;5429.00;9.50;388.00;0.30;0 679;coastal_bunker;5447.00;9.50;346.00;-2.82;0 679;dockyard;5447.00;9.50;345.00;-2.82;0 +679;floating_harbor;5366.87;9.50;328.26;0.46;7264 +679;floating_harbor;5381.18;9.50;297.12;-4.12;12132 +679;floating_harbor;5388.20;9.50;319.60;-0.64;10160 +679;floating_harbor;5390.74;9.50;291.87;-4.25;1263 +679;floating_harbor;5394.00;9.50;402.00;-4.47;1237 +679;floating_harbor;5408.00;9.50;298.00;0.00;4268 +679;floating_harbor;5412.87;9.50;318.26;0.46;4231 +679;floating_harbor;5422.99;9.50;409.70;0.29;12120 +679;floating_harbor;5466.00;9.50;333.00;-2.18;4247 679;industrial_complex;5381.00;10.55;311.00;2.38;0 679;industrial_complex;5393.00;10.68;302.00;3.95;0 679;industrial_complex;5395.00;10.10;302.00;6.00;0 @@ -27287,6 +40329,13 @@ 679;nuclear_reactor;5370.00;9.57;320.00;3.13;0 679;radar_station;5366.00;9.50;324.00;0.49;0 679;rocket_site;5410.00;11.20;403.00;0.46;0 +679;supply_node;5372.00;9.60;318.00;0.93;0 +679;supply_node;5381.00;10.28;310.00;3.51;0 +679;supply_node;5390.00;11.05;303.00;0.17;0 +679;supply_node;5399.00;9.55;296.00;5.04;0 +679;supply_node;5408.00;9.60;290.00;4.28;0 +679;supply_node;5412.00;9.50;400.00;2.10;0 +679;supply_node;5418.00;9.50;308.00;2.80;0 679;synthetic_refinery;5423.00;9.98;386.00;1.07;0 680;air_base;1056.00;9.70;312.00;0.03;0 680;anti_air_building;1051.00;9.60;310.00;5.61;0 @@ -27301,6 +40350,7 @@ 680;bunker;1054.00;10.13;318.00;0.88;0 680;coastal_bunker;1048.00;9.50;315.00;-1.57;0 680;dockyard;1056.00;9.50;310.00;-1.57;0 +680;floating_harbor;1067.00;9.50;304.00;-2.27;1280 680;industrial_complex;1049.00;9.60;312.00;0.98;0 680;industrial_complex;1049.00;9.60;314.00;0.37;0 680;industrial_complex;1052.00;10.98;316.00;2.53;0 @@ -27311,6 +40361,7 @@ 680;nuclear_reactor;1050.00;9.70;315.00;5.27;0 680;radar_station;1048.00;9.50;309.00;4.30;0 680;rocket_site;1053.00;11.25;315.00;2.60;0 +680;supply_node;1054.00;10.65;314.00;2.80;0 680;synthetic_refinery;1059.00;9.70;314.00;4.66;0 681;air_base;1382.00;9.98;828.00;3.54;0 681;anti_air_building;1384.00;10.20;830.00;6.22;0 @@ -27325,6 +40376,7 @@ 681;bunker;1396.00;10.03;833.00;1.49;0 681;coastal_bunker;1387.00;9.50;840.00;-1.57;0 681;dockyard;1394.00;9.50;822.00;-1.57;0 +681;floating_harbor;1372.00;9.50;836.00;1.57;5023 681;industrial_complex;1379.00;9.98;828.00;0.03;0 681;industrial_complex;1379.00;10.03;843.00;4.59;0 681;industrial_complex;1379.00;10.20;829.00;0.98;0 @@ -27362,6 +40414,13 @@ 682;nuclear_reactor;3134.00;10.60;1538.00;5.88;0 682;radar_station;3113.00;10.07;1538.00;2.71;0 682;rocket_site;3130.00;11.55;1527.00;2.09;0 +682;supply_node;3119.00;10.00;1539.00;3.05;0 +682;supply_node;3130.00;10.93;1539.00;2.34;0 +682;supply_node;3132.00;10.95;1529.00;5.69;0 +682;supply_node;3141.00;9.90;1534.00;0.17;0 +682;supply_node;3141.00;10.15;1543.00;1.65;0 +682;supply_node;3142.00;10.60;1521.00;3.82;0 +682;supply_node;3150.00;9.93;1527.00;1.58;0 682;synthetic_refinery;3135.00;10.40;1536.00;2.69;0 683;air_base;3161.00;9.85;1554.00;1.82;0 683;anti_air_building;3150.00;10.48;1538.00;1.19;0 @@ -27386,6 +40445,11 @@ 683;industrial_complex;3163.00;9.95;1531.00;0.08;0 683;nuclear_reactor;3158.00;10.38;1532.00;0.60;0 683;rocket_site;3162.00;9.90;1553.00;3.54;0 +683;supply_node;3151.00;9.85;1554.00;5.69;0 +683;supply_node;3153.00;10.48;1535.00;1.58;0 +683;supply_node;3154.00;10.10;1543.00;2.34;0 +683;supply_node;3161.00;10.00;1549.00;3.82;0 +683;supply_node;3164.00;10.00;1535.00;3.05;0 683;synthetic_refinery;3154.00;10.40;1533.00;5.60;0 684;air_base;3085.00;9.80;1570.00;1.68;0 684;anti_air_building;3078.00;9.80;1559.00;1.24;0 @@ -27413,6 +40477,13 @@ 684;nuclear_reactor;3091.00;9.80;1565.00;3.81;0 684;radar_station;3074.00;9.80;1554.00;3.03;0 684;rocket_site;3091.00;9.80;1569.00;5.97;0 +684;supply_node;3074.00;9.80;1578.00;5.23;0 +684;supply_node;3075.00;9.75;1567.00;3.82;0 +684;supply_node;3078.00;9.80;1558.00;3.75;0 +684;supply_node;3083.00;9.70;1584.00;1.58;0 +684;supply_node;3083.00;9.80;1572.00;3.05;0 +684;supply_node;3091.00;9.80;1559.00;5.99;0 +684;supply_node;3092.00;9.80;1566.00;1.88;0 684;synthetic_refinery;3075.00;9.80;1581.00;0.28;0 685;air_base;3160.00;10.05;1560.00;0.15;0 685;anti_air_building;3150.00;10.43;1571.00;1.87;0 @@ -27429,6 +40500,7 @@ 685;bunker;3159.00;10.40;1592.00;6.09;0 685;bunker;3161.00;9.88;1560.00;0.76;0 685;bunker;3163.00;10.15;1574.00;1.36;0 +685;bunker;3169.00;9.88;1577.00;3.59;0 685;industrial_complex;3146.00;9.93;1569.00;2.31;0 685;industrial_complex;3161.00;9.82;1558.00;2.31;0 685;industrial_complex;3162.00;9.80;1559.00;4.37;0 @@ -27438,6 +40510,12 @@ 685;nuclear_reactor;3162.00;10.35;1576.00;0.31;0 685;radar_station;3148.00;9.95;1560.00;4.52;0 685;rocket_site;3163.00;9.80;1557.00;3.93;0 +685;supply_node;3151.00;10.50;1566.00;5.99;0 +685;supply_node;3161.00;9.88;1560.00;3.75;0 +685;supply_node;3162.00;10.40;1591.00;4.47;0 +685;supply_node;3163.00;9.82;1569.00;3.05;0 +685;supply_node;3163.00;10.40;1580.00;1.88;0 +685;supply_node;3172.00;9.90;1574.00;5.23;0 685;synthetic_refinery;3160.00;10.13;1575.00;5.99;0 686;air_base;3186.00;10.10;1543.00;0.76;0 686;anti_air_building;3175.00;10.00;1532.00;1.27;0 @@ -27452,8 +40530,10 @@ 686;bunker;3171.00;10.00;1540.00;2.82;0 686;bunker;3178.00;9.98;1530.00;5.49;0 686;bunker;3178.00;10.00;1541.00;4.88;0 +686;bunker;3178.00;10.18;1521.00;2.03;0 686;bunker;3187.00;10.18;1537.00;6.09;0 686;bunker;3188.00;10.25;1538.00;5.99;0 +686;bunker;3191.00;10.60;1522.00;5.65;0 686;bunker;3197.00;10.00;1547.00;1.87;0 686;industrial_complex;3171.00;10.03;1543.00;4.37;0 686;industrial_complex;3172.00;10.10;1528.00;0.15;0 @@ -27464,6 +40544,14 @@ 686;nuclear_reactor;3181.00;10.00;1542.00;5.05;0 686;radar_station;3169.00;9.93;1528.00;1.88;0 686;rocket_site;3172.00;10.00;1537.00;2.38;0 +686;supply_node;3171.00;10.00;1541.00;1.12;0 +686;supply_node;3175.00;10.03;1530.00;4.47;0 +686;supply_node;3178.00;10.25;1522.00;5.23;0 +686;supply_node;3180.00;9.98;1540.00;3.29;0 +686;supply_node;3187.00;9.90;1531.00;3.75;0 +686;supply_node;3189.00;10.57;1521.00;0.35;0 +686;supply_node;3190.00;10.50;1542.00;1.88;0 +686;supply_node;3196.00;9.98;1549.00;4.05;0 686;synthetic_refinery;3190.00;10.45;1540.00;4.44;0 687;air_base;3229.00;10.30;1512.00;1.87;0 687;anti_air_building;3213.00;9.85;1495.00;2.38;0 @@ -27487,7 +40575,13 @@ 687;industrial_complex;3231.00;10.10;1493.00;6.09;0 687;industrial_complex;3234.00;10.30;1511.00;0.76;0 687;nuclear_reactor;3208.00;9.82;1496.00;3.49;0 +687;radar_station;3224.00;10.20;1501.00;3.56;0 687;rocket_site;3225.00;10.00;1491.00;0.82;0 +687;supply_node;3212.00;9.82;1492.00;4.05;0 +687;supply_node;3220.00;10.45;1499.00;1.88;0 +687;supply_node;3226.00;10.00;1491.00;4.47;0 +687;supply_node;3231.00;10.30;1509.00;1.12;0 +687;supply_node;3233.00;10.20;1501.00;0.35;0 687;synthetic_refinery;3229.00;10.30;1509.00;1.43;0 688;air_base;3268.00;10.00;1480.00;0.31;0 688;anti_air_building;3256.00;10.10;1506.00;3.50;0 @@ -27518,17 +40612,34 @@ 688;nuclear_reactor;3256.00;9.90;1484.00;1.94;0 688;radar_station;3234.00;10.10;1488.00;5.77;0 688;rocket_site;3258.00;10.35;1475.00;0.38;0 +688;supply_node;3239.00;10.00;1490.00;3.29;0 +688;supply_node;3245.00;10.20;1499.00;1.12;0 +688;supply_node;3250.00;9.90;1484.00;2.53;0 +688;supply_node;3254.00;10.10;1502.00;0.66;0 +688;supply_node;3259.00;10.10;1475.00;4.70;0 +688;supply_node;3261.00;10.10;1486.00;5.47;0 +688;supply_node;3265.00;9.80;1465.00;4.05;0 +688;supply_node;3265.00;10.10;1494.00;4.77;0 +688;supply_node;3272.00;9.90;1475.00;0.35;0 +688;supply_node;3277.00;10.43;1483.00;6.18;0 688;synthetic_refinery;3251.00;10.18;1481.00;1.34;0 689;air_base;3264.00;10.10;1509.00;0.80;0 689;anti_air_building;3256.00;10.03;1526.00;3.71;0 689;anti_air_building;3278.00;9.80;1538.00;1.04;0 689;anti_air_building;3287.00;10.38;1512.00;0.44;0 +689;arms_factory;3247.00;10.05;1532.00;3.11;0 +689;arms_factory;3264.00;9.80;1548.00;5.77;0 +689;arms_factory;3284.00;10.00;1498.00;1.55;0 +689;arms_factory;3287.00;10.38;1512.00;0.09;0 +689;arms_factory;3313.00;9.90;1495.00;2.16;0 +689;arms_factory;3324.00;9.85;1492.00;6.28;0 689;bunker;3244.00;10.20;1510.00;5.26;0 689;bunker;3245.00;10.10;1524.00;5.03;0 689;bunker;3251.00;10.10;1527.00;0.90;0 689;bunker;3252.00;10.20;1512.00;6.14;0 689;bunker;3253.00;10.00;1535.00;4.08;0 689;bunker;3253.00;10.10;1517.00;1.41;0 +689;bunker;3257.00;9.88;1550.00;5.81;0 689;bunker;3258.00;10.00;1530.00;3.55;0 689;bunker;3259.00;10.20;1513.00;4.66;0 689;bunker;3262.00;9.90;1537.00;4.15;0 @@ -27558,7 +40669,38 @@ 689;industrial_complex;3296.00;10.07;1509.00;3.31;0 689;industrial_complex;3298.00;9.98;1499.00;2.36;0 689;nuclear_reactor;3291.00;9.90;1498.00;3.71;0 +689;radar_station;3237.00;10.30;1512.00;5.98;0 689;rocket_site;3301.00;10.07;1500.00;3.61;0 +689;supply_node;3240.00;10.10;1523.00;5.00;0 +689;supply_node;3242.00;10.25;1513.00;0.85;0 +689;supply_node;3247.00;10.07;1530.00;3.47;0 +689;supply_node;3249.00;10.00;1539.00;1.84;0 +689;supply_node;3252.00;10.10;1521.00;1.08;0 +689;supply_node;3252.00;10.20;1513.00;5.19;0 +689;supply_node;3254.00;10.00;1548.00;5.72;0 +689;supply_node;3260.00;9.90;1540.00;5.65;0 +689;supply_node;3261.00;9.98;1531.00;3.29;0 +689;supply_node;3263.00;10.12;1512.00;3.32;0 +689;supply_node;3264.00;10.07;1522.00;0.66;0 +689;supply_node;3267.00;9.80;1547.00;5.96;0 +689;supply_node;3269.00;10.10;1505.00;4.24;0 +689;supply_node;3273.00;9.85;1539.00;3.78;0 +689;supply_node;3273.00;9.90;1529.00;2.07;0 +689;supply_node;3273.00;10.10;1495.00;0.13;0 +689;supply_node;3274.00;10.00;1514.00;5.47;0 +689;supply_node;3277.00;9.80;1549.00;0.59;0 +689;supply_node;3280.00;10.00;1504.00;1.61;0 +689;supply_node;3282.00;10.00;1494.00;1.54;0 +689;supply_node;3286.00;10.35;1510.00;2.83;0 +689;supply_node;3288.00;9.88;1485.00;0.35;0 +689;supply_node;3290.00;9.90;1498.00;3.02;0 +689;supply_node;3296.00;10.45;1506.00;1.15;0 +689;supply_node;3297.00;9.90;1493.00;4.77;0 +689;supply_node;3306.00;9.93;1499.00;2.53;0 +689;supply_node;3308.00;10.00;1488.00;4.70;0 +689;supply_node;3317.00;9.90;1494.00;6.18;0 +689;supply_node;3325.00;9.82;1490.00;1.31;0 +689;synthetic_refinery;3290.00;9.90;1488.00;2.54;0 690;air_base;3314.00;9.80;1546.00;4.08;0 690;anti_air_building;3288.00;9.80;1551.00;5.20;0 690;anti_air_building;3313.00;9.80;1545.00;3.03;0 @@ -27587,18 +40729,59 @@ 690;nuclear_reactor;3308.00;9.80;1552.00;3.04;0 690;radar_station;3283.00;9.80;1540.00;1.97;0 690;rocket_site;3318.00;10.38;1556.00;1.48;0 +690;supply_node;3287.00;9.85;1545.00;4.70;0 +690;supply_node;3291.00;10.35;1538.00;2.83;0 +690;supply_node;3293.00;9.80;1553.00;2.53;0 +690;supply_node;3300.00;9.80;1541.00;5.47;0 +690;supply_node;3302.00;9.80;1547.00;2.07;0 +690;supply_node;3308.00;9.80;1555.00;0.59;0 +690;supply_node;3314.00;9.80;1541.00;6.18;0 +690;supply_node;3315.00;9.80;1549.00;0.66;0 +690;supply_node;3320.00;10.28;1557.00;4.77;0 690;synthetic_refinery;3300.00;9.80;1553.00;0.97;0 691;air_base;3186.00;10.30;1583.00;2.53;0 +691;anti_air_building;3199.00;10.28;1570.00;4.72;0 +691;anti_air_building;3215.00;10.03;1578.00;0.50;0 +691;anti_air_building;3230.00;9.85;1578.00;1.71;0 +691;arms_factory;3199.00;10.05;1572.00;5.77;0 +691;arms_factory;3221.00;9.80;1575.00;3.71;0 +691;arms_factory;3230.00;9.90;1583.00;4.21;0 +691;arms_factory;3235.00;9.85;1577.00;1.55;0 +691;arms_factory;3236.00;9.80;1568.00;2.16;0 +691;arms_factory;3240.00;9.80;1572.00;6.28;0 +691;bunker;3180.00;10.15;1577.00;4.26;0 691;bunker;3192.00;9.90;1586.00;3.98;0 +691;bunker;3203.00;10.20;1573.00;3.05;0 691;bunker;3205.00;9.95;1590.00;1.92;0 691;bunker;3207.00;10.40;1576.00;3.03;0 691;bunker;3212.00;10.38;1585.00;5.54;0 691;bunker;3214.00;10.13;1578.00;0.97;0 691;bunker;3217.00;10.50;1590.00;6.05;0 691;bunker;3226.00;9.80;1572.00;4.59;0 +691;bunker;3227.00;10.00;1586.00;0.99;0 +691;bunker;3244.00;9.80;1560.00;0.04;0 +691;bunker;3244.00;9.80;1569.00;3.66;0 +691;industrial_complex;3199.00;10.03;1575.00;4.72;0 +691;industrial_complex;3212.00;10.25;1578.00;2.66;0 +691;industrial_complex;3226.00;10.00;1584.00;0.60;0 +691;industrial_complex;3227.00;9.90;1578.00;4.22;0 +691;industrial_complex;3239.00;9.80;1568.00;5.93;0 +691;industrial_complex;3241.00;9.80;1575.00;2.66;0 691;nuclear_reactor;3213.00;10.35;1594.00;1.48;0 691;radar_station;3179.00;10.43;1583.00;0.79;0 691;rocket_site;3212.00;10.10;1576.00;4.75;0 +691;supply_node;3183.00;9.95;1576.00;4.70;0 +691;supply_node;3187.00;10.15;1583.00;0.66;0 +691;supply_node;3199.00;10.05;1572.00;0.59;0 +691;supply_node;3200.00;9.88;1586.00;2.07;0 +691;supply_node;3204.00;10.40;1577.00;6.18;0 +691;supply_node;3211.00;10.40;1592.00;1.31;0 +691;supply_node;3216.00;10.53;1584.00;5.00;0 +691;supply_node;3219.00;9.85;1578.00;3.47;0 +691;supply_node;3228.00;9.80;1569.00;4.24;0 +691;supply_node;3229.00;9.90;1579.00;2.83;0 +691;supply_node;3240.00;9.80;1571.00;5.72;0 +691;supply_node;3243.00;9.80;1562.00;5.47;0 691;synthetic_refinery;3213.00;9.95;1576.00;5.71;0 692;air_base;3175.00;10.40;1616.00;6.14;0 692;anti_air_building;3170.00;10.45;1606.00;3.55;0 @@ -27613,8 +40796,12 @@ 692;bunker;3161.00;10.00;1607.00;4.75;0 692;bunker;3163.00;9.90;1613.00;6.05;0 692;bunker;3169.00;10.32;1598.00;5.71;0 +692;bunker;3176.00;10.50;1589.00;5.77;0 +692;bunker;3176.00;10.50;1591.00;4.22;0 692;bunker;3177.00;10.45;1616.00;5.20;0 692;bunker;3179.00;11.05;1609.00;3.98;0 +692;bunker;3180.00;9.90;1599.00;0.04;0 +692;bunker;3183.00;10.30;1645.00;5.19;0 692;bunker;3184.00;9.93;1615.00;3.03;0 692;bunker;3185.00;10.07;1630.00;0.97;0 692;bunker;3190.00;10.30;1640.00;3.04;0 @@ -27629,6 +40816,20 @@ 692;nuclear_reactor;3183.00;10.15;1609.00;2.00;0 692;radar_station;3170.00;10.32;1580.00;0.33;0 692;rocket_site;3193.00;10.30;1648.00;5.26;0 +692;supply_node;3165.00;9.93;1604.00;2.07;0 +692;supply_node;3166.00;10.18;1611.00;5.65;0 +692;supply_node;3168.00;10.38;1597.00;2.83;0 +692;supply_node;3173.00;10.40;1585.00;6.18;0 +692;supply_node;3175.00;10.40;1616.00;5.00;0 +692;supply_node;3177.00;10.30;1605.00;4.24;0 +692;supply_node;3178.00;10.50;1590.00;0.85;0 +692;supply_node;3180.00;10.30;1644.00;0.59;0 +692;supply_node;3182.00;9.70;1620.00;5.72;0 +692;supply_node;3182.00;9.95;1595.00;1.31;0 +692;supply_node;3184.00;10.00;1630.00;3.47;0 +692;supply_node;3187.00;9.80;1612.00;4.70;0 +692;supply_node;3191.00;10.30;1636.00;1.61;0 +692;supply_node;3191.00;10.30;1647.00;0.13;0 692;synthetic_refinery;3179.00;9.80;1602.00;6.21;0 693;air_base;3202.00;9.80;1630.00;3.03;0 693;anti_air_building;3192.00;10.35;1624.00;6.21;0 @@ -27661,6 +40862,18 @@ 693;nuclear_reactor;3219.00;10.63;1609.00;1.04;0 693;radar_station;3187.00;9.80;1592.00;5.86;0 693;rocket_site;3196.00;9.80;1601.00;4.66;0 +693;supply_node;3191.00;9.80;1602.00;4.24;0 +693;supply_node;3192.00;9.80;1593.00;0.59;0 +693;supply_node;3193.00;10.40;1624.00;3.47;0 +693;supply_node;3200.00;10.40;1611.00;2.83;0 +693;supply_node;3201.00;10.40;1642.00;1.31;0 +693;supply_node;3202.00;9.80;1629.00;0.85;0 +693;supply_node;3205.00;9.90;1600.00;5.00;0 +693;supply_node;3205.00;10.40;1621.00;5.72;0 +693;supply_node;3209.00;10.03;1636.00;0.13;0 +693;supply_node;3214.00;10.38;1616.00;5.65;0 +693;supply_node;3215.00;10.35;1607.00;2.07;0 +693;supply_node;3219.00;10.60;1627.00;1.61;0 693;synthetic_refinery;3197.00;10.03;1610.00;5.26;0 694;air_base;3282.00;9.90;1604.00;0.84;0 694;anti_air_building;3286.00;9.80;1592.00;4.52;0 @@ -27682,8 +40895,36 @@ 694;bunker;3295.00;9.88;1598.00;5.06;0 694;bunker;3303.00;9.80;1583.00;4.62;0 694;bunker;3306.00;9.80;1587.00;3.50;0 +694;industrial_complex;3280.00;9.80;1569.00;2.61;0 +694;industrial_complex;3284.00;9.80;1591.00;2.71;0 +694;industrial_complex;3285.00;9.80;1589.00;0.04;0 +694;industrial_complex;3287.00;9.85;1596.00;0.55;0 +694;industrial_complex;3297.00;9.90;1586.00;4.77;0 +694;industrial_complex;3300.00;9.80;1584.00;1.75;0 694;nuclear_reactor;3287.00;9.85;1596.00;2.97;0 +694;radar_station;3277.00;9.80;1572.00;5.76;0 +694;rocket_site;3279.00;9.80;1573.00;1.66;0 +694;supply_node;3281.00;9.80;1574.00;1.31;0 +694;supply_node;3283.00;9.80;1588.00;5.00;0 +694;supply_node;3285.00;9.82;1597.00;5.65;0 +694;supply_node;3286.00;9.90;1605.00;4.24;0 +694;supply_node;3289.00;9.80;1574.00;0.85;0 +694;supply_node;3291.00;9.80;1583.00;3.47;0 +694;supply_node;3293.00;9.80;1591.00;5.72;0 +694;supply_node;3295.00;9.88;1598.00;2.07;0 +694;supply_node;3300.00;9.80;1583.00;0.13;0 +694;supply_node;3305.00;9.90;1590.00;1.61;0 694;synthetic_refinery;3293.00;9.80;1596.00;5.73;0 +695;air_base;3229.00;10.40;1631.00;3.73;0 +695;anti_air_building;3227.00;10.40;1636.00;0.62;0 +695;anti_air_building;3258.00;9.80;1637.00;2.77;0 +695;anti_air_building;3260.00;9.80;1641.00;0.11;0 +695;arms_factory;3230.00;10.40;1629.00;3.82;0 +695;arms_factory;3236.00;9.93;1622.00;1.75;0 +695;arms_factory;3243.00;9.80;1642.00;3.22;0 +695;arms_factory;3246.00;9.80;1635.00;2.61;0 +695;arms_factory;3255.00;9.85;1631.00;4.77;0 +695;arms_factory;3258.00;9.80;1639.00;1.66;0 695;bunker;3234.00;10.10;1636.00;0.84;0 695;bunker;3240.00;10.35;1622.00;2.46;0 695;bunker;3243.00;10.60;1624.00;4.96;0 @@ -27691,13443 +40932,282 @@ 695;bunker;3249.00;10.60;1617.00;1.95;0 695;bunker;3250.00;10.03;1628.00;4.01;0 695;bunker;3251.00;9.80;1643.00;0.40;0 -33;arms_factory;2912.00;9.70;735.00;3.73;0 -33;arms_factory;2889.00;9.60;748.00;3.83;0 -33;arms_factory;2886.00;9.53;743.00;1.67;0 -33;arms_factory;2935.00;10.38;749.00;4.33;0 -33;arms_factory;2911.00;9.85;754.00;0.71;0 -33;arms_factory;2905.00;9.70;730.00;3.73;0 -33;industrial_complex;2907.00;9.70;721.00;0.11;0 -33;industrial_complex;2897.00;9.65;737.00;2.78;0 -33;industrial_complex;2940.00;9.93;742.00;5.44;0 -33;industrial_complex;2932.00;9.70;733.00;2.17;0 -33;industrial_complex;2911.00;9.68;724.00;4.84;0 -33;industrial_complex;2898.00;9.70;752.00;1.23;0 -33;naval_base;2938.00;9.50;726.00;-0.34;3818 -33;bunker;2944.00;10.65;753.00;0.62;0 -33;nuclear_reactor;2927.00;9.70;725.00;1.83;0 -34;bunker;3029.00;11.50;668.00;0.71;0 -60;naval_base;4249.00;9.50;983.00;-0.79;5850 -60;radar_station;4284.00;10.73;952.00;3.48;0 -190;naval_base;2567.00;9.80;866.00;-1.77;8889 -190;bunker;2562.00;9.65;861.00;0.70;0 -190;coastal_bunker;2554.00;9.68;861.00;-1.82;0 -201;bunker;3698.00;9.88;1397.00;3.44;0 -203;bunker;3176.00;12.13;364.00;3.09;0 -237;bunker;3028.00;11.80;611.00;0.80;0 -251;naval_base;1012.00;10.00;1386.00;-4.25;2851 -251;bunker;1095.00;12.40;1368.00;4.56;0 -251;bunker;997.00;9.95;1380.00;0.94;0 -251;bunker;989.00;10.43;1398.00;3.60;0 -251;coastal_bunker;988.00;9.50;1387.00;-1.11;0 -266;bunker;3256.00;9.80;1449.00;2.73;0 -281;arms_factory;4064.00;9.80;1089.00;0.20;0 -281;arms_factory;4091.00;11.18;1094.00;2.87;0 -281;arms_factory;4006.00;10.50;1133.00;4.42;0 -281;arms_factory;4002.00;11.07;1143.00;2.26;0 -281;arms_factory;4007.00;10.32;1126.00;3.47;0 -281;arms_factory;4088.00;9.75;1078.00;1.31;0 -281;industrial_complex;4038.00;13.55;1131.00;2.87;0 -281;industrial_complex;4070.00;10.75;1068.00;5.54;0 -281;industrial_complex;4058.00;9.80;1094.00;3.37;0 -281;industrial_complex;4039.00;9.85;1106.00;6.04;0 -281;industrial_complex;4010.00;10.63;1131.00;1.31;0 -281;industrial_complex;4008.00;10.32;1108.00;3.98;0 -281;air_base;4038.00;10.18;1112.00;1.82;0 -282;industrial_complex;4158.00;10.30;1067.00;2.26;0 -282;industrial_complex;4175.00;10.53;1069.00;3.47;0 -282;industrial_complex;4147.00;10.53;1051.00;1.31;0 -282;industrial_complex;4135.00;11.15;1049.00;2.87;0 -282;industrial_complex;4131.00;10.78;1053.00;5.54;0 -282;industrial_complex;4131.00;11.65;1084.00;3.37;0 -283;naval_base;4216.00;9.50;1030.00;0.24;5873 -283;bunker;4181.00;9.70;1042.00;5.54;0 -283;bunker;4172.00;10.40;1030.00;3.37;0 -283;bunker;4216.00;9.80;1039.00;6.04;0 -283;bunker;4165.00;10.32;1011.00;1.31;0 -283;bunker;4170.00;9.70;1022.00;3.98;0 -283;coastal_bunker;4216.00;9.50;1030.00;0.24;0 -284;arms_factory;4191.00;9.70;1048.00;6.04;0 -284;arms_factory;4213.00;10.05;1062.00;1.31;0 -284;arms_factory;4224.00;10.40;1059.00;3.98;0 -284;arms_factory;4193.00;11.13;1068.00;1.82;0 -284;arms_factory;4228.00;10.30;1050.00;4.49;0 -284;arms_factory;4185.00;9.70;1048.00;6.04;0 -284;industrial_complex;4185.00;13.88;1083.00;2.43;0 -284;industrial_complex;4182.00;10.15;1063.00;0.26;0 -284;industrial_complex;4214.00;9.75;1053.00;0.37;0 -284;industrial_complex;4198.00;9.70;1048.00;4.49;0 -284;industrial_complex;4212.00;9.70;1048.00;2.33;0 -284;industrial_complex;4200.00;13.90;1082.00;3.54;0 -284;bunker;4203.00;13.63;1081.00;0.27;0 -284;bunker;4184.00;9.70;1049.00;2.93;0 -284;radar_station;4205.00;10.40;1065.00;5.28;0 -284;rocket_site;4227.00;10.30;1047.00;1.99;0 -285;arms_factory;4250.00;14.35;1080.00;1.82;0 -285;arms_factory;4228.00;9.95;1036.00;4.49;0 -285;arms_factory;4237.00;11.03;1066.00;6.04;0 -285;arms_factory;4211.00;13.68;1081.00;2.43;0 -285;arms_factory;4233.00;14.03;1078.00;0.26;0 -285;arms_factory;4224.00;15.00;1084.00;0.37;0 -285;bunker;4243.00;10.00;1043.00;4.49;0 -285;bunker;4247.00;10.07;1019.00;2.33;0 -285;radar_station;4236.00;10.23;1053.00;3.10;0 -285;rocket_site;4249.00;9.95;1015.00;0.27;0 -288;bunker;4040.00;10.50;1064.00;2.33;0 -288;bunker;4041.00;10.43;1074.00;3.54;0 -288;bunker;4081.00;11.20;1041.00;0.27;0 -288;bunker;4105.00;10.73;1062.00;2.93;0 -288;bunker;4025.00;10.57;1085.00;5.60;0 -307;industrial_complex;2944.00;12.48;768.00;0.06;0 -307;industrial_complex;2937.00;12.50;772.00;1.62;0 -307;industrial_complex;2896.00;11.23;780.00;5.74;0 -307;industrial_complex;2926.00;13.18;768.00;0.67;0 -307;industrial_complex;2919.00;13.28;772.00;3.68;0 -307;industrial_complex;2897.00;11.20;779.00;1.52;0 -307;anti_air_building;2901.00;10.48;775.00;4.19;0 -307;anti_air_building;2950.00;10.88;771.00;0.57;0 -307;anti_air_building;2900.00;11.00;778.00;2.13;0 -317;bunker;2825.00;10.43;766.00;0.13;0 -371;bunker;3336.00;9.88;456.00;2.36;0 -429;arms_factory;3088.00;12.30;1518.00;1.83;0 -429;arms_factory;3102.00;14.32;1513.00;4.50;0 -429;arms_factory;3100.00;14.15;1516.00;2.34;0 -429;arms_factory;3094.00;13.13;1509.00;3.55;0 -429;arms_factory;3093.00;13.18;1514.00;0.28;0 -429;arms_factory;3096.00;13.53;1518.00;2.95;0 -429;bunker;3105.00;11.90;1521.00;5.61;0 -429;anti_air_building;3089.00;13.25;1515.00;1.99;0 -429;anti_air_building;3101.00;13.70;1510.00;5.01;0 -429;anti_air_building;3110.00;12.70;1512.00;6.22;0 -438;naval_base;2705.00;9.68;1390.00;-3.14;8618 -438;bunker;2712.00;13.73;1382.00;5.18;0 -438;bunker;2730.00;12.00;1351.00;3.02;0 -438;bunker;2738.00;12.70;1342.00;5.68;0 -438;bunker;2709.00;13.28;1382.00;0.96;0 -438;bunker;2710.00;12.60;1338.00;5.08;0 -438;bunker;2715.00;12.00;1351.00;0.01;0 -438;coastal_bunker;2697.00;9.60;1390.00;-3.34;0 -439;bunker;2696.00;10.93;1315.00;5.68;0 -440;bunker;2744.00;13.10;1310.00;0.01;0 -440;bunker;2751.00;12.05;1310.00;4.13;0 -440;bunker;2752.00;11.70;1332.00;5.69;0 -440;bunker;2750.00;11.57;1323.00;3.52;0 -440;bunker;2738.00;11.48;1320.00;4.73;0 -441;bunker;2777.00;12.28;1377.00;4.73;0 -441;bunker;2755.00;12.50;1378.00;1.46;0 -441;bunker;2768.00;13.32;1356.00;4.13;0 -441;bunker;2794.00;12.25;1373.00;0.52;0 -441;bunker;2766.00;14.07;1359.00;4.64;0 -441;bunker;2780.00;11.18;1382.00;6.20;0 -441;bunker;2808.00;10.25;1353.00;2.58;0 -441;bunker;2756.00;10.43;1384.00;5.24;0 -441;bunker;2764.00;13.90;1351.00;3.09;0 -442;arms_factory;2850.00;10.15;1360.00;4.13;0 -442;arms_factory;2825.00;12.40;1364.00;5.69;0 -442;arms_factory;2825.00;12.03;1358.00;3.52;0 -442;arms_factory;2821.00;10.75;1348.00;4.73;0 -442;arms_factory;2836.00;10.65;1353.00;1.46;0 -442;arms_factory;2831.00;13.30;1368.00;4.13;0 -442;industrial_complex;2822.00;12.00;1360.00;0.52;0 -442;industrial_complex;2814.00;10.10;1352.00;4.64;0 -442;industrial_complex;2841.00;13.70;1368.00;6.20;0 -442;industrial_complex;2835.00;9.60;1349.00;2.58;0 -442;industrial_complex;2828.00;12.88;1367.00;5.24;0 -442;industrial_complex;2824.00;11.55;1352.00;3.09;0 -442;dockyard;2820.00;9.50;1343.00;0.79;0 -442;radar_station;2835.00;12.38;1359.00;0.19;0 -443;naval_base;2818.00;9.50;1336.00;0.79;8845 -443;bunker;2796.00;14.82;1331.00;1.46;0 -443;bunker;2802.00;10.68;1346.00;4.13;0 -443;bunker;2812.00;10.48;1345.00;0.52;0 -443;bunker;2787.00;12.93;1336.00;4.64;0 -443;bunker;2802.00;14.18;1337.00;6.20;0 -443;bunker;2790.00;12.88;1303.00;2.58;0 -443;coastal_bunker;2818.00;9.50;1336.00;0.79;0 -444;naval_base;2710.00;9.50;1260.00;-0.98;5382 -444;bunker;2713.00;10.50;1268.00;4.64;0 -444;bunker;2720.00;10.07;1276.00;6.20;0 -444;coastal_bunker;2711.00;9.50;1254.00;-0.98;0 -445;industrial_complex;2755.00;13.07;1267.00;2.58;0 -445;industrial_complex;2746.00;13.80;1277.00;5.24;0 -445;industrial_complex;2749.00;13.85;1271.00;3.09;0 -445;industrial_complex;2773.00;13.85;1273.00;3.19;0 -445;industrial_complex;2762.00;12.60;1279.00;1.02;0 -445;industrial_complex;2772.00;14.20;1279.00;3.69;0 -445;bunker;2719.00;10.53;1253.00;0.07;0 -445;coastal_bunker;2723.00;9.50;1253.00;0.79;0 -445;dockyard;2765.00;9.50;1263.00;0.00;0 -445;radar_station;2748.00;13.45;1272.00;1.60;0 -501;bunker;3110.00;13.70;1392.00;4.20;0 -512;bunker;3124.00;12.98;1329.00;3.32;0 -512;bunker;3132.00;13.95;1335.00;1.17;0 -640;bunker;3145.00;11.18;867.00;1.64;0 -640;bunker;3119.00;11.20;786.00;5.77;0 -689;arms_factory;3287.00;10.38;1512.00;0.09;0 -689;arms_factory;3247.00;10.05;1532.00;3.11;0 -689;arms_factory;3264.00;9.80;1548.00;5.77;0 -689;arms_factory;3313.00;9.90;1495.00;2.16;0 -689;arms_factory;3324.00;9.85;1492.00;6.28;0 -689;arms_factory;3284.00;10.00;1498.00;1.55;0 -692;bunker;3176.00;10.50;1591.00;4.22;0 -47;arms_factory;3052.00;9.80;1591.00;1.85;0 -47;arms_factory;3057.00;9.80;1591.00;4.51;0 -47;arms_factory;3043.00;9.70;1574.00;2.35;0 -47;arms_factory;3052.00;9.73;1584.00;3.56;0 -47;arms_factory;3053.00;9.80;1587.00;0.30;0 -47;arms_factory;3068.00;9.80;1601.00;2.96;0 -47;radar_station;3027.00;9.70;1577.00;3.41;0 -101;bunker;3092.00;9.80;1580.00;1.41;0 -101;anti_air_building;3106.00;9.88;1578.00;5.54;0 -101;anti_air_building;3114.00;9.80;1589.00;0.46;0 -101;anti_air_building;3096.00;9.93;1578.00;4.58;0 -343;bunker;3126.00;9.80;1603.00;4.00;0 -344;bunker;3068.00;9.80;1583.00;4.60;0 -345;arms_factory;3166.00;12.50;1502.00;0.38;0 -345;arms_factory;3178.00;12.63;1497.00;3.05;0 -345;arms_factory;3164.00;12.38;1504.00;4.61;0 -345;arms_factory;3171.00;12.35;1494.00;0.99;0 -345;arms_factory;3167.00;11.80;1507.00;5.11;0 -345;arms_factory;3178.00;12.73;1495.00;2.95;0 -345;anti_air_building;3178.00;11.85;1501.00;3.05;0 -345;anti_air_building;3175.00;12.70;1497.00;0.89;0 -345;anti_air_building;3175.00;12.05;1503.00;3.56;0 -345;rocket_site;3183.00;11.95;1493.00;6.22;0 -349;arms_factory;3234.00;9.90;1614.00;6.22;0 -349;arms_factory;3264.00;9.80;1576.00;1.50;0 -349;arms_factory;3251.00;9.90;1594.00;5.62;0 -349;arms_factory;3250.00;9.80;1567.00;0.55;0 -349;arms_factory;3247.00;9.90;1586.00;4.67;0 -349;arms_factory;3274.00;9.80;1577.00;6.23;0 -349;industrial_complex;3285.00;9.80;1566.00;2.61;0 -349;industrial_complex;3249.00;9.90;1587.00;0.45;0 -349;industrial_complex;3260.00;9.80;1564.00;2.01;0 -349;industrial_complex;3264.00;9.80;1580.00;4.67;0 -349;industrial_complex;3249.00;9.90;1597.00;1.06;0 -349;industrial_complex;3262.00;9.80;1576.00;5.18;0 -349;bunker;3245.00;10.53;1606.00;5.28;0 -349;bunker;3229.00;9.90;1611.00;3.12;0 -349;bunker;3237.00;10.00;1611.00;5.79;0 -349;bunker;3274.00;9.80;1577.00;3.63;0 -349;bunker;3248.00;9.90;1592.00;3.73;0 -349;anti_air_building;3234.00;10.70;1601.00;1.56;0 -349;anti_air_building;3243.00;10.70;1604.00;5.69;0 -349;anti_air_building;3261.00;9.80;1579.00;0.62;0 -349;radar_station;3214.00;10.20;1597.00;0.20;0 -350;arms_factory;3175.00;9.80;1565.00;5.62;0 -350;arms_factory;3177.00;9.80;1558.00;0.55;0 -350;arms_factory;3241.00;9.90;1549.00;4.67;0 -350;arms_factory;3170.00;9.88;1556.00;6.23;0 -350;arms_factory;3242.00;9.80;1555.00;2.61;0 -350;arms_factory;3180.00;9.80;1557.00;0.45;0 -350;industrial_complex;3179.00;9.80;1570.00;2.01;0 -350;industrial_complex;3187.00;9.80;1566.00;4.67;0 -350;industrial_complex;3177.00;9.85;1556.00;1.06;0 -350;industrial_complex;3237.00;9.88;1548.00;5.18;0 -350;industrial_complex;3173.00;9.90;1554.00;5.28;0 -350;industrial_complex;3237.00;9.80;1554.00;3.12;0 -350;bunker;3239.00;9.80;1551.00;5.79;0 -350;anti_air_building;3185.00;9.80;1569.00;3.63;0 -350;anti_air_building;3187.00;9.80;1565.00;3.73;0 -350;anti_air_building;3242.00;9.80;1553.00;1.56;0 -351;bunker;3295.00;9.90;1637.00;6.23;0 -352;bunker;3275.00;9.80;1588.00;2.01;0 -352;radar_station;3255.00;9.90;1595.00;2.19;0 -353;bunker;3309.00;9.80;1532.00;5.18;0 -354;bunker;3235.00;10.00;1537.00;3.63;0 -354;bunker;3237.00;9.95;1544.00;3.73;0 -376;industrial_complex;3140.00;10.23;1595.00;2.81;0 -376;industrial_complex;3142.00;10.40;1592.00;4.03;0 -376;industrial_complex;3121.00;9.90;1595.00;0.76;0 -376;industrial_complex;3119.00;9.80;1598.00;3.42;0 -376;industrial_complex;3113.00;9.85;1595.00;6.09;0 -376;industrial_complex;3137.00;10.40;1595.00;3.93;0 -376;air_base;3123.00;9.90;1590.00;5.49;0 -376;anti_air_building;3116.00;9.80;1603.00;3.33;0 -376;anti_air_building;3117.00;9.85;1598.00;4.54;0 -376;anti_air_building;3139.00;10.10;1599.00;2.38;0 -376;synthetic_refinery;3116.00;9.90;1594.00;3.93;0 -685;bunker;3169.00;9.88;1577.00;3.59;0 -686;bunker;3191.00;10.60;1522.00;5.65;0 -686;bunker;3178.00;10.18;1521.00;2.03;0 -689;bunker;3257.00;9.88;1550.00;5.81;0 -689;synthetic_refinery;3290.00;9.90;1488.00;2.54;0 -689;radar_station;3237.00;10.30;1512.00;5.98;0 -691;bunker;3227.00;10.00;1586.00;0.99;0 -691;bunker;3244.00;9.80;1569.00;3.66;0 -691;bunker;3244.00;9.80;1560.00;0.04;0 -691;bunker;3203.00;10.20;1573.00;3.05;0 -691;bunker;3180.00;10.15;1577.00;4.26;0 -692;bunker;3180.00;9.90;1599.00;0.04;0 -694;industrial_complex;3285.00;9.80;1589.00;0.04;0 -694;industrial_complex;3284.00;9.80;1591.00;2.71;0 -694;industrial_complex;3287.00;9.85;1596.00;0.55;0 -694;industrial_complex;3300.00;9.80;1584.00;1.75;0 -694;industrial_complex;3297.00;9.90;1586.00;4.77;0 -694;industrial_complex;3280.00;9.80;1569.00;2.61;0 -694;radar_station;3277.00;9.80;1572.00;5.76;0 -694;rocket_site;3279.00;9.80;1573.00;1.66;0 -695;arms_factory;3236.00;9.93;1622.00;1.75;0 -695;arms_factory;3255.00;9.85;1631.00;4.77;0 -695;arms_factory;3246.00;9.80;1635.00;2.61;0 -695;arms_factory;3230.00;10.40;1629.00;3.82;0 -695;arms_factory;3258.00;9.80;1639.00;1.66;0 -695;arms_factory;3243.00;9.80;1642.00;3.22;0 695;industrial_complex;3230.00;10.40;1634.00;1.06;0 -695;industrial_complex;3246.00;10.60;1619.00;2.26;0 -695;industrial_complex;3259.00;10.57;1615.00;5.28;0 695;industrial_complex;3237.00;10.05;1626.00;1.67;0 -695;industrial_complex;3254.00;9.80;1634.00;4.33;0 695;industrial_complex;3244.00;10.60;1621.00;0.71;0 -695;air_base;3229.00;10.40;1631.00;3.73;0 -695;anti_air_building;3260.00;9.80;1641.00;0.11;0 -695;anti_air_building;3258.00;9.80;1637.00;2.77;0 -695;anti_air_building;3227.00;10.40;1636.00;0.62;0 -695;synthetic_refinery;3256.00;9.90;1626.00;0.72;0 +695;industrial_complex;3246.00;10.60;1619.00;2.26;0 +695;industrial_complex;3254.00;9.80;1634.00;4.33;0 +695;industrial_complex;3259.00;10.57;1615.00;5.28;0 695;nuclear_reactor;3237.00;10.13;1628.00;1.22;0 -350;bunker;3230.00;9.80;1562.00;2.57;0 -350;bunker;3209.00;10.40;1567.00;5.23;0 -687;radar_station;3224.00;10.20;1501.00;3.56;0 -691;arms_factory;3221.00;9.80;1575.00;3.71;0 -691;arms_factory;3235.00;9.85;1577.00;1.55;0 -691;arms_factory;3230.00;9.90;1583.00;4.21;0 -691;arms_factory;3199.00;10.05;1572.00;5.77;0 -691;arms_factory;3236.00;9.80;1568.00;2.16;0 -691;arms_factory;3240.00;9.80;1572.00;6.28;0 -691;industrial_complex;3212.00;10.25;1578.00;2.66;0 -691;industrial_complex;3227.00;9.90;1578.00;4.22;0 -691;industrial_complex;3226.00;10.00;1584.00;0.60;0 -691;industrial_complex;3199.00;10.03;1575.00;4.72;0 -691;industrial_complex;3239.00;9.80;1568.00;5.93;0 -691;industrial_complex;3241.00;9.80;1575.00;2.66;0 -691;anti_air_building;3215.00;10.03;1578.00;0.50;0 -691;anti_air_building;3230.00;9.85;1578.00;1.71;0 -691;anti_air_building;3199.00;10.28;1570.00;4.72;0 -692;bunker;3176.00;10.50;1589.00;5.77;0 695;radar_station;3243.00;10.48;1629.00;5.15;0 695;rocket_site;3244.00;9.80;1642.00;2.66;0 -372;arms_factory;3545.00;9.70;1173.00;4.51;0 -372;arms_factory;3511.00;9.70;1184.00;0.89;0 -372;arms_factory;3501.00;9.90;1170.00;3.90;0 -372;arms_factory;3490.00;9.90;1181.00;0.28;0 -372;arms_factory;3493.00;9.70;1192.00;2.95;0 -372;arms_factory;3495.00;9.85;1202.00;0.79;0 -372;industrial_complex;3468.00;10.45;1193.00;0.89;0 -372;industrial_complex;3477.00;10.03;1199.00;5.01;0 -372;industrial_complex;3526.00;9.70;1173.00;1.39;0 -372;industrial_complex;3516.00;10.10;1205.00;4.06;0 -372;industrial_complex;3542.00;9.70;1182.00;5.62;0 -372;industrial_complex;3512.00;9.88;1190.00;3.46;0 -372;anti_air_building;3504.00;10.18;1202.00;4.67;0 -372;anti_air_building;3490.00;9.78;1187.00;1.40;0 -372;anti_air_building;3507.00;10.13;1195.00;5.52;0 -417;arms_factory;3512.00;11.50;1064.00;1.23;0 -417;arms_factory;3454.00;12.57;1094.00;1.33;0 -417;arms_factory;3513.00;11.50;1062.00;5.46;0 -417;arms_factory;3472.00;12.10;1084.00;1.84;0 -417;arms_factory;3506.00;10.85;1105.00;4.51;0 -417;arms_factory;3469.00;12.05;1044.00;6.06;0 -417;industrial_complex;3476.00;11.80;1065.00;3.90;0 -417;industrial_complex;3460.00;12.07;1086.00;5.11;0 -417;industrial_complex;3479.00;11.88;1063.00;2.95;0 -417;industrial_complex;3488.00;11.32;1076.00;4.51;0 -417;industrial_complex;3510.00;10.98;1097.00;0.89;0 -417;industrial_complex;3491.00;11.50;1072.00;5.01;0 -417;rocket_site;3471.00;11.85;1059.00;1.39;0 -499;arms_factory;3395.00;12.53;1215.00;0.16;0 -499;arms_factory;3458.00;10.57;1210.00;4.28;0 -499;arms_factory;3442.00;12.65;1246.00;5.84;0 -499;arms_factory;3438.00;11.95;1244.00;2.22;0 -499;arms_factory;3409.00;10.30;1222.00;0.06;0 -499;arms_factory;3424.00;10.90;1257.00;1.26;0 -499;industrial_complex;3431.00;11.43;1254.00;4.29;0 -499;industrial_complex;3434.00;10.18;1238.00;0.67;0 -499;industrial_complex;3462.00;10.20;1218.00;3.33;0 -499;industrial_complex;3448.00;10.70;1211.00;5.99;0 -499;industrial_complex;3441.00;13.10;1248.00;2.73;0 -499;industrial_complex;3410.00;10.20;1237.00;3.93;0 -499;anti_air_building;3410.00;10.23;1224.00;1.78;0 -499;anti_air_building;3426.00;10.20;1234.00;4.79;0 -499;anti_air_building;3434.00;12.23;1259.00;6.00;0 -499;rocket_site;3444.00;11.82;1239.00;3.84;0 -524;industrial_complex;3456.00;11.30;1137.00;6.14;0 -524;industrial_complex;3496.00;10.30;1160.00;3.98;0 -524;industrial_complex;3456.00;10.82;1172.00;5.19;0 -524;industrial_complex;3441.00;11.70;1126.00;3.03;0 -524;industrial_complex;3481.00;11.15;1126.00;4.59;0 -524;industrial_complex;3433.00;11.25;1194.00;0.97;0 -524;bunker;3481.00;11.30;1122.00;5.09;0 -524;bunker;3442.00;11.30;1193.00;0.37;0 -524;bunker;3466.00;10.78;1146.00;3.03;0 -524;bunker;3451.00;11.10;1179.00;5.70;0 -524;bunker;3467.00;11.50;1113.00;3.54;0 -524;bunker;3509.00;10.40;1138.00;3.64;0 -524;bunker;3473.00;10.30;1172.00;1.48;0 -524;anti_air_building;3424.00;11.90;1186.00;4.15;0 -524;anti_air_building;3477.00;10.98;1136.00;0.53;0 -524;anti_air_building;3418.00;11.20;1140.00;2.09;0 -529;arms_factory;3542.00;9.70;1156.00;3.64;0 -529;arms_factory;3550.00;9.75;1129.00;1.48;0 -529;arms_factory;3554.00;9.73;1127.00;4.15;0 -529;arms_factory;3506.00;9.98;1162.00;0.53;0 -529;arms_factory;3528.00;9.98;1146.00;2.09;0 -529;arms_factory;3513.00;9.95;1157.00;6.21;0 -529;industrial_complex;3534.00;10.20;1137.00;4.05;0 -529;industrial_complex;3535.00;9.90;1146.00;5.25;0 -529;industrial_complex;3546.00;9.70;1152.00;1.99;0 -529;industrial_complex;3538.00;9.70;1164.00;4.66;0 -529;industrial_complex;3546.00;9.70;1159.00;1.04;0 -529;industrial_complex;3534.00;9.70;1158.00;3.70;0 -529;air_base;3539.00;10.18;1131.00;0.43;0 -529;bunker;3530.00;10.10;1142.00;1.64;0 -529;anti_air_building;3504.00;9.98;1164.00;5.77;0 -529;anti_air_building;3519.00;9.80;1159.00;1.04;0 -529;anti_air_building;3533.00;10.10;1141.00;3.71;0 -529;radar_station;3533.00;9.90;1147.00;4.92;0 -529;nuclear_reactor;3528.00;10.25;1134.00;4.21;0 -535;bunker;3392.00;12.98;1139.00;1.64;0 -664;arms_factory;3487.00;9.90;1744.00;4.36;0 -664;arms_factory;3388.00;10.40;1721.00;0.74;0 -664;arms_factory;3422.00;10.40;1746.00;3.41;0 -664;arms_factory;3425.00;10.40;1722.00;1.24;0 -664;arms_factory;3459.00;9.90;1746.00;1.34;0 -664;arms_factory;3463.00;9.90;1739.00;5.47;0 -664;industrial_complex;3390.00;10.40;1727.00;1.85;0 -664;industrial_complex;3456.00;10.40;1708.00;4.52;0 -664;industrial_complex;3398.00;10.40;1747.00;6.08;0 -664;industrial_complex;3414.00;10.50;1714.00;3.91;0 -664;industrial_complex;3378.00;10.20;1744.00;5.12;0 -664;industrial_complex;3390.00;10.38;1714.00;2.96;0 -664;nuclear_reactor;3409.00;10.07;1711.00;5.98;0 -378;rocket_site;3499.00;9.80;1527.00;2.87;0 -531;arms_factory;3325.00;9.70;1459.00;5.01;0 -531;arms_factory;3317.00;9.70;1461.00;1.39;0 -531;arms_factory;3295.00;9.78;1465.00;4.06;0 -531;arms_factory;3332.00;9.70;1462.00;5.62;0 -531;arms_factory;3285.00;9.70;1455.00;3.46;0 -531;arms_factory;3327.00;9.70;1455.00;4.67;0 -531;industrial_complex;3318.00;9.70;1458.00;1.40;0 -531;industrial_complex;3279.00;9.73;1458.00;5.52;0 -531;industrial_complex;3325.00;9.70;1459.00;0.45;0 -531;industrial_complex;3317.00;9.70;1461.00;4.57;0 -531;industrial_complex;3282.00;9.80;1460.00;6.13;0 -531;industrial_complex;3317.00;9.65;1455.00;3.97;0 -531;air_base;3285.00;9.70;1455.00;5.18;0 -531;anti_air_building;3286.00;9.80;1463.00;3.02;0 -531;anti_air_building;3318.00;9.70;1458.00;4.57;0 -531;anti_air_building;3280.00;9.75;1458.00;0.96;0 -531;synthetic_refinery;3296.00;9.73;1462.00;3.63;0 -531;rocket_site;3317.00;9.70;1461.00;1.46;0 -531;nuclear_reactor;3310.00;9.60;1459.00;3.02;0 -532;arms_factory;3351.00;9.70;1457.00;1.40;0 -532;arms_factory;3350.00;9.70;1452.00;5.52;0 -532;arms_factory;3397.00;9.85;1471.00;0.45;0 -532;arms_factory;3352.00;9.70;1459.00;4.57;0 -532;arms_factory;3321.00;9.55;1441.00;6.13;0 -532;arms_factory;3369.00;9.70;1455.00;3.97;0 -532;industrial_complex;3357.00;9.75;1461.00;5.18;0 -532;industrial_complex;3320.00;9.70;1443.00;3.02;0 -532;industrial_complex;3367.00;9.70;1457.00;4.57;0 -532;industrial_complex;3348.00;9.70;1443.00;0.96;0 -532;industrial_complex;3352.00;9.70;1461.00;3.63;0 -532;industrial_complex;3362.00;9.70;1459.00;1.46;0 -532;air_base;3391.00;9.80;1467.00;3.02;0 -532;anti_air_building;3353.00;9.73;1463.00;5.69;0 -532;anti_air_building;3371.00;9.73;1460.00;3.52;0 -532;anti_air_building;3388.00;9.93;1470.00;3.63;0 -532;rocket_site;3347.00;9.75;1465.00;1.47;0 -532;nuclear_reactor;3388.00;9.75;1463.00;4.13;0 -697;arms_factory;3338.00;10.38;1486.00;2.66;0 -697;arms_factory;3367.00;9.80;1480.00;0.50;0 -697;arms_factory;3383.00;9.80;1488.00;1.71;0 -697;arms_factory;3348.00;9.80;1480.00;4.72;0 -697;arms_factory;3311.00;9.80;1479.00;1.11;0 -697;arms_factory;3387.00;9.80;1494.00;3.78;0 -697;industrial_complex;3301.00;10.00;1487.00;0.16;0 -697;industrial_complex;3383.00;9.80;1496.00;3.17;0 -697;industrial_complex;3319.00;9.80;1476.00;4.38;0 -697;industrial_complex;3320.00;9.70;1466.00;2.22;0 -697;industrial_complex;3359.00;10.40;1490.00;4.89;0 -697;industrial_complex;3307.00;9.70;1468.00;0.16;0 -697;air_base;3331.00;9.80;1473.00;4.29;0 -697;bunker;3357.00;9.75;1479.00;0.67;0 -697;bunker;3335.00;10.15;1488.00;4.79;0 -697;bunker;3293.00;9.80;1478.00;4.89;0 -697;bunker;3386.00;9.80;1489.00;2.73;0 -697;bunker;3323.00;9.80;1476.00;5.40;0 -697;bunker;3343.00;9.70;1476.00;0.67;0 -697;bunker;3310.00;9.80;1478.00;3.34;0 -697;bunker;3376.00;9.80;1494.00;1.17;0 -697;bunker;3370.00;9.80;1477.00;2.38;0 -697;bunker;3333.00;10.38;1483.00;5.40;0 -697;bunker;3316.00;9.80;1475.00;3.24;0 -697;bunker;3297.00;9.90;1481.00;4.45;0 -697;bunker;3354.00;9.80;1480.00;2.29;0 -697;bunker;3367.00;9.80;1474.00;3.85;0 -697;bunker;3359.00;10.40;1490.00;0.23;0 -697;bunker;3380.00;9.85;1464.00;2.90;0 -697;bunker;3323.00;9.80;1480.00;0.74;0 -697;bunker;3318.00;9.80;1470.00;2.29;0 -697;bunker;3384.00;9.82;1475.00;4.96;0 -697;bunker;3382.00;9.80;1485.00;1.34;0 -697;bunker;3394.00;9.90;1485.00;4.36;0 -697;bunker;3359.00;9.70;1471.00;0.74;0 -697;bunker;3334.00;9.70;1467.00;3.41;0 -697;bunker;3381.00;9.80;1497.00;1.24;0 -697;bunker;3353.00;10.05;1487.00;1.34;0 -697;bunker;3301.00;9.80;1476.00;5.47;0 -697;bunker;3371.00;9.80;1484.00;1.85;0 -697;bunker;3356.00;10.20;1491.00;4.52;0 -697;anti_air_building;3353.00;9.82;1485.00;6.08;0 -697;anti_air_building;3347.00;9.80;1482.00;3.91;0 -697;anti_air_building;3311.00;9.85;1483.00;5.12;0 -697;synthetic_refinery;3344.00;9.95;1484.00;2.96;0 -697;radar_station;3343.00;9.85;1483.00;3.43;0 -697;rocket_site;3378.00;9.80;1500.00;2.36;0 -697;nuclear_reactor;3372.00;9.80;1488.00;5.03;0 -383;naval_base;3347.00;9.68;1881.00;-4.47;209 -383;naval_base;3345.00;9.55;1863.00;-4.47;209 -383;naval_base;3342.00;9.60;1868.00;1.35;209 -383;naval_base;3349.00;9.75;1845.00;-4.57;209 -383;naval_base;3330.00;9.50;1895.00;-4.25;209 -383;naval_base;3328.00;9.55;1890.00;-3.41;209 -383;bunker;3342.00;10.35;1768.00;4.81;0 -383;bunker;3326.00;10.28;1855.00;2.65;0 -383;bunker;3286.00;10.70;1836.00;3.76;0 -383;bunker;3296.00;10.55;1870.00;0.14;0 -383;bunker;3282.00;10.60;1874.00;1.70;0 -383;bunker;3309.00;9.80;1878.00;1.60;0 -383;bunker;3288.00;10.60;1848.00;0.65;0 -383;bunker;3331.00;10.30;1820.00;4.87;0 -383;bunker;3325.00;10.10;1869.00;1.25;0 -383;bunker;3320.00;9.50;1809.00;5.38;0 -383;bunker;3334.00;9.80;1775.00;3.32;0 -383;bunker;3297.00;10.20;1831.00;5.89;0 -383;bunker;3324.00;10.40;1795.00;5.99;0 -383;bunker;3289.00;10.40;1884.00;2.87;0 -383;bunker;3289.00;10.60;1819.00;2.27;0 -383;bunker;3305.00;10.40;1779.00;1.32;0 -383;bunker;3300.00;10.40;1820.00;5.55;0 -383;bunker;3316.00;10.50;1826.00;3.39;0 -383;bunker;3339.00;9.73;1880.00;3.99;0 -383;bunker;3332.00;10.40;1834.00;1.83;0 -383;bunker;3322.00;10.32;1767.00;1.83;0 -383;bunker;3320.00;10.40;1776.00;2.34;0 -383;bunker;3313.00;10.53;1803.00;3.55;0 -383;bunker;3343.00;9.70;1859.00;0.28;0 -383;bunker;3330.00;10.30;1757.00;2.95;0 -383;bunker;3310.00;9.80;1855.00;5.61;0 -383;bunker;3318.00;10.30;1768.00;1.99;0 -383;bunker;3327.00;10.40;1828.00;5.01;0 -383;bunker;3303.00;10.00;1843.00;6.22;0 -383;bunker;3325.00;9.75;1890.00;0.79;0 -383;bunker;3321.00;10.40;1782.00;5.52;0 -383;bunker;3342.00;10.13;1792.00;0.45;0 -383;bunker;3327.00;10.40;1882.00;4.57;0 -383;bunker;3308.00;10.55;1795.00;3.02;0 -383;bunker;3344.00;10.10;1875.00;5.68;0 -383;bunker;3350.00;9.95;1768.00;0.96;0 -383;bunker;3323.00;10.25;1754.00;5.08;0 -383;bunker;3347.00;10.15;1854.00;0.01;0 -383;bunker;3339.00;10.32;1797.00;4.13;0 -383;bunker;3354.00;9.95;1789.00;5.69;0 -383;bunker;3315.00;9.90;1840.00;4.13;0 -383;bunker;3330.00;10.40;1764.00;0.52;0 -383;bunker;3311.00;10.50;1796.00;4.64;0 -383;bunker;3331.00;10.40;1850.00;6.20;0 -383;bunker;3338.00;10.15;1781.00;2.58;0 -383;bunker;3343.00;9.85;1765.00;5.24;0 -383;bunker;3343.00;10.23;1797.00;3.09;0 -383;bunker;3330.00;10.20;1787.00;3.19;0 -383;bunker;3335.00;10.00;1762.00;0.07;0 -383;coastal_bunker;3318.00;9.98;1897.00;-4.25;0 -383;coastal_bunker;3342.00;9.57;1886.00;-4.47;0 -383;coastal_bunker;3351.00;9.50;1848.00;-4.57;0 -383;coastal_bunker;3345.00;9.55;1863.00;-4.47;0 -383;coastal_bunker;3348.00;9.50;1870.00;1.35;0 -383;coastal_bunker;3328.00;9.55;1890.00;-3.41;0 -383;synthetic_refinery;3335.00;9.70;1871.00;0.65;0 -383;radar_station;3348.00;9.50;1870.00;1.63;0 -383;nuclear_reactor;3342.00;10.32;1773.00;2.72;0 -696;arms_factory;3420.00;10.15;1808.00;3.78;0 -696;arms_factory;3449.00;9.90;1778.00;1.62;0 -696;arms_factory;3410.00;9.78;1847.00;2.83;0 -696;arms_factory;3410.00;10.40;1772.00;0.67;0 +695;supply_node;3229.00;10.40;1633.00;1.31;0 +695;supply_node;3234.00;10.00;1622.00;5.65;0 +695;supply_node;3240.00;10.40;1629.00;4.24;0 +695;supply_node;3245.00;9.80;1639.00;5.72;0 +695;supply_node;3252.00;9.95;1626.00;1.61;0 +695;supply_node;3252.00;10.50;1616.00;3.47;0 +695;supply_node;3254.00;9.80;1637.00;0.13;0 +695;synthetic_refinery;3256.00;9.90;1626.00;0.72;0 +696;air_base;3461.00;10.05;1764.00;5.40;0 +696;anti_air_building;3362.00;9.82;1830.00;6.22;0 +696;anti_air_building;3397.00;10.23;1757.00;0.53;0 +696;anti_air_building;3425.00;10.40;1764.00;4.66;0 696;arms_factory;3365.00;9.90;1814.00;2.23;0 696;arms_factory;3370.00;9.90;1820.00;4.89;0 -696;industrial_complex;3350.00;9.80;1827.00;2.73;0 -696;industrial_complex;3398.00;10.00;1809.00;5.40;0 -696;industrial_complex;3362.00;9.88;1817.00;0.67;0 -696;industrial_complex;3422.00;9.70;1822.00;3.34;0 -696;industrial_complex;3361.00;10.10;1837.00;1.18;0 -696;industrial_complex;3376.00;9.80;1803.00;2.74;0 -696;air_base;3461.00;10.05;1764.00;5.40;0 -696;naval_base;3400.00;9.50;1831.00;-1.89;209 -696;naval_base;3393.00;9.60;1858.00;-4.51;5687 -696;naval_base;3352.00;9.70;1842.00;-4.17;209 -696;naval_base;3386.00;9.50;1829.00;-3.31;209 -696;naval_base;3367.00;9.88;1836.00;-3.79;209 -696;naval_base;3391.00;9.55;1827.00;-2.92;209 -696;bunker;3432.00;9.80;1776.00;5.91;0 +696;arms_factory;3410.00;9.78;1847.00;2.83;0 +696;arms_factory;3410.00;10.40;1772.00;0.67;0 +696;arms_factory;3420.00;10.15;1808.00;3.78;0 +696;arms_factory;3449.00;9.90;1778.00;1.62;0 +696;bunker;3346.00;10.20;1822.00;0.82;0 +696;bunker;3349.00;9.88;1812.00;2.43;0 +696;bunker;3352.00;9.80;1828.00;2.87;0 +696;bunker;3356.00;10.18;1803.00;4.59;0 696;bunker;3361.00;10.03;1836.00;2.29;0 696;bunker;3363.00;10.20;1799.00;4.96;0 -696;bunker;3464.00;10.25;1789.00;1.34;0 -696;bunker;3413.00;10.48;1789.00;4.36;0 -696;bunker;3408.00;9.80;1842.00;5.57;0 -696;bunker;3383.00;10.40;1763.00;3.41;0 -696;bunker;3392.00;10.00;1812.00;4.96;0 +696;bunker;3366.00;9.68;1780.00;2.53;0 +696;bunker;3368.00;9.80;1815.00;0.30;0 +696;bunker;3368.00;10.20;1788.00;1.92;0 +696;bunker;3370.00;10.13;1803.00;4.08;0 696;bunker;3373.00;9.73;1827.00;2.80;0 -696;bunker;3403.00;9.80;1802.00;5.47;0 -696;bunker;3428.00;9.80;1822.00;1.85;0 +696;bunker;3375.00;9.82;1761.00;5.10;0 +696;bunker;3375.00;10.35;1790.00;5.03;0 +696;bunker;3380.00;10.60;1754.00;5.64;0 +696;bunker;3381.00;9.85;1774.00;5.54;0 696;bunker;3381.00;9.95;1818.00;4.87;0 -696;bunker;3407.00;9.70;1832.00;6.08;0 -696;bunker;3399.00;10.70;1770.00;3.91;0 -696;bunker;3368.00;9.80;1815.00;0.30;0 696;bunker;3382.00;10.00;1801.00;1.86;0 +696;bunker;3383.00;10.40;1763.00;3.41;0 +696;bunker;3389.00;9.82;1779.00;3.03;0 +696;bunker;3391.00;10.07;1779.00;2.53;0 +696;bunker;3392.00;10.00;1812.00;4.96;0 +696;bunker;3399.00;10.70;1770.00;3.91;0 +696;bunker;3400.00;9.70;1828.00;2.37;0 +696;bunker;3403.00;9.80;1802.00;5.47;0 +696;bunker;3403.00;9.95;1757.00;0.98;0 696;bunker;3405.00;10.57;1765.00;4.52;0 +696;bunker;3407.00;9.70;1832.00;6.08;0 +696;bunker;3408.00;9.80;1842.00;5.57;0 +696;bunker;3408.00;9.90;1815.00;6.14;0 +696;bunker;3408.00;10.45;1788.00;3.48;0 +696;bunker;3413.00;10.48;1789.00;4.36;0 696;bunker;3421.00;10.40;1764.00;2.36;0 696;bunker;3425.00;10.05;1791.00;3.57;0 -696;bunker;3453.00;10.50;1771.00;0.30;0 +696;bunker;3428.00;9.80;1822.00;1.85;0 +696;bunker;3432.00;9.80;1776.00;5.91;0 +696;bunker;3438.00;9.90;1756.00;0.37;0 696;bunker;3443.00;10.50;1803.00;4.43;0 -696;bunker;3380.00;10.60;1754.00;5.64;0 -696;bunker;3400.00;9.70;1828.00;2.37;0 -696;bunker;3375.00;10.35;1790.00;5.03;0 -696;bunker;3352.00;9.80;1828.00;2.87;0 -696;bunker;3370.00;10.13;1803.00;4.08;0 -696;bunker;3346.00;10.20;1822.00;0.82;0 -696;bunker;3408.00;10.45;1788.00;3.48;0 -696;bunker;3408.00;9.90;1815.00;6.14;0 -696;bunker;3391.00;10.07;1779.00;2.53;0 -696;bunker;3381.00;9.85;1774.00;5.54;0 -696;bunker;3368.00;10.20;1788.00;1.92;0 +696;bunker;3453.00;10.50;1771.00;0.30;0 696;bunker;3463.00;9.90;1760.00;4.59;0 -696;bunker;3349.00;9.88;1812.00;2.43;0 -696;bunker;3366.00;9.68;1780.00;2.53;0 -696;bunker;3438.00;9.90;1756.00;0.37;0 -696;bunker;3389.00;9.82;1779.00;3.03;0 -696;bunker;3356.00;10.18;1803.00;4.59;0 -696;bunker;3403.00;9.95;1757.00;0.98;0 -696;bunker;3375.00;9.82;1761.00;5.10;0 -696;coastal_bunker;3371.00;9.68;1834.00;-3.79;0 -696;coastal_bunker;3397.00;9.50;1841.00;-1.57;0 +696;bunker;3464.00;10.25;1789.00;1.34;0 +696;coastal_bunker;3341.00;9.50;1817.00;-1.03;0 +696;coastal_bunker;3347.00;9.50;1802.00;-1.57;0 +696;coastal_bunker;3351.00;9.50;1810.00;-1.19;0 +696;coastal_bunker;3363.00;9.50;1795.00;-1.03;0 696;coastal_bunker;3363.00;9.60;1841.00;-4.17;0 -696;coastal_bunker;3393.00;9.50;1829.00;-2.92;0 +696;coastal_bunker;3364.00;9.50;1787.00;-2.21;0 +696;coastal_bunker;3368.00;9.78;1758.00;-2.36;0 +696;coastal_bunker;3370.00;9.50;1773.00;-1.37;0 +696;coastal_bunker;3371.00;9.50;1770.00;-1.71;0 +696;coastal_bunker;3371.00;9.68;1834.00;-3.79;0 696;coastal_bunker;3386.00;9.60;1828.00;-3.31;0 +696;coastal_bunker;3393.00;9.50;1829.00;-2.92;0 +696;coastal_bunker;3397.00;9.50;1841.00;-1.57;0 696;coastal_bunker;3401.00;9.50;1834.00;-1.89;0 696;dockyard;3411.00;9.68;1850.00;-4.51;0 -696;anti_air_building;3397.00;10.23;1757.00;0.53;0 -696;anti_air_building;3425.00;10.40;1764.00;4.66;0 -696;anti_air_building;3362.00;9.82;1830.00;6.22;0 -696;synthetic_refinery;3352.00;9.80;1831.00;2.60;0 +696;floating_harbor;3348.00;9.60;1803.00;1.01;18 +696;floating_harbor;3348.00;9.60;1803.00;-2.59;11212 +696;industrial_complex;3350.00;9.80;1827.00;2.73;0 +696;industrial_complex;3361.00;10.10;1837.00;1.18;0 +696;industrial_complex;3362.00;9.88;1817.00;0.67;0 +696;industrial_complex;3376.00;9.80;1803.00;2.74;0 +696;industrial_complex;3398.00;10.00;1809.00;5.40;0 +696;industrial_complex;3422.00;9.70;1822.00;3.34;0 +696;naval_base;3337.00;9.50;1817.00;-1.03;13194 +696;naval_base;3352.00;9.70;1842.00;-4.17;209 +696;naval_base;3353.00;9.50;1800.00;-1.57;13194 +696;naval_base;3355.00;9.50;1807.00;-1.19;13194 +696;naval_base;3363.00;9.50;1782.00;-1.03;2356 +696;naval_base;3363.00;9.50;1795.00;-1.03;13194 +696;naval_base;3365.00;9.50;1777.00;-1.37;2356 +696;naval_base;3367.00;9.88;1836.00;-3.79;209 +696;naval_base;3368.00;9.50;1760.00;-2.36;2356 +696;naval_base;3371.00;9.50;1770.00;-1.71;2356 +696;naval_base;3386.00;9.50;1829.00;-3.31;209 +696;naval_base;3391.00;9.55;1827.00;-2.92;209 +696;naval_base;3393.00;9.60;1858.00;-4.51;5687 +696;naval_base;3400.00;9.50;1831.00;-1.89;209 +696;nuclear_reactor;3433.00;9.80;1825.00;4.66;0 696;radar_station;3405.00;9.90;1806.00;2.43;0 696;rocket_site;3347.00;10.13;1822.00;3.10;0 -696;nuclear_reactor;3433.00;9.80;1825.00;4.66;0 -473;arms_factory;3281.00;10.28;1729.00;0.45;0 -473;arms_factory;3279.00;9.80;1741.00;4.57;0 -473;arms_factory;3277.00;10.40;1724.00;6.13;0 -473;arms_factory;3284.00;10.30;1727.00;3.97;0 -473;arms_factory;3286.00;10.30;1729.00;5.18;0 -473;arms_factory;3245.00;9.68;1722.00;3.02;0 -473;industrial_complex;3268.00;10.10;1731.00;4.57;0 -473;industrial_complex;3261.00;9.70;1733.00;0.96;0 -473;industrial_complex;3280.00;9.98;1731.00;3.63;0 -473;industrial_complex;3285.00;9.70;1743.00;1.46;0 -473;industrial_complex;3285.00;10.05;1732.00;3.02;0 -473;industrial_complex;3289.00;9.73;1734.00;5.69;0 -473;air_base;3267.00;10.40;1728.00;3.52;0 -473;naval_base;3250.00;9.50;1728.00;-2.68;1434 -473;naval_base;3273.00;9.60;1732.00;-2.82;1434 -473;naval_base;3264.00;9.55;1735.00;-3.14;1434 -473;naval_base;3276.00;9.50;1736.00;-0.79;1434 -473;naval_base;3258.00;9.50;1731.00;-2.98;1434 -473;bunker;3260.00;10.10;1729.00;6.20;0 -473;bunker;3269.00;10.40;1729.00;2.58;0 -473;bunker;3285.00;9.70;1743.00;5.25;0 -473;bunker;3249.00;9.65;1722.00;1.98;0 -473;bunker;3270.00;10.40;1723.00;4.64;0 -473;bunker;3290.00;10.30;1727.00;1.02;0 -473;bunker;3280.00;10.40;1726.00;3.69;0 -473;bunker;3296.00;10.30;1727.00;0.43;0 -473;bunker;3267.00;10.40;1719.00;1.63;0 -473;bunker;3276.00;9.70;1741.00;5.76;0 -473;coastal_bunker;3244.00;9.50;1728.00;-2.68;0 -473;coastal_bunker;3262.00;9.53;1735.00;-3.14;0 -473;coastal_bunker;3275.00;9.55;1732.00;-2.82;0 -473;coastal_bunker;3254.00;9.63;1730.00;-2.98;0 -473;coastal_bunker;3277.00;9.50;1735.00;-0.79;0 -473;dockyard;3275.00;9.55;1732.00;-2.82;0 -473;anti_air_building;3253.00;10.05;1727.00;6.26;0 -473;anti_air_building;3264.00;10.40;1725.00;1.19;0 -473;anti_air_building;3276.00;10.35;1728.00;4.20;0 -473;synthetic_refinery;3273.00;10.00;1730.00;0.59;0 -473;radar_station;3272.00;9.85;1731.00;2.05;0 -473;rocket_site;3252.00;9.90;1727.00;5.92;0 -473;nuclear_reactor;3286.00;10.30;1727.00;2.65;0 -469;arms_factory;3212.00;9.98;1773.00;4.67;0 -469;arms_factory;3200.00;10.40;1776.00;1.40;0 -469;arms_factory;3163.00;9.70;1752.00;5.52;0 -469;arms_factory;3208.00;9.50;1771.00;0.45;0 -469;arms_factory;3192.00;9.50;1773.00;4.57;0 -469;arms_factory;3218.00;10.35;1767.00;6.13;0 -469;air_base;3172.00;9.70;1743.00;1.46;0 -469;naval_base;3153.00;9.50;1813.00;-2.55;411 -469;naval_base;3165.00;9.50;1737.00;-1.57;990 -469;naval_base;3140.00;9.50;1755.00;-0.90;990 -469;naval_base;3145.00;9.50;1812.00;-2.47;411 -469;naval_base;3207.00;9.50;1742.00;0.36;1434 -469;naval_base;3230.00;9.50;1749.00;0.00;1434 -469;naval_base;3159.00;9.55;1739.00;-1.05;990 -469;naval_base;3157.00;9.60;1819.00;-2.60;411 -469;naval_base;3202.00;9.50;1742.00;1.57;1434 -469;naval_base;3123.00;9.50;1741.00;-3.93;990 -469;naval_base;3140.00;9.50;1788.00;-1.57;786 -469;naval_base;3219.00;9.50;1747.00;0.24;1434 -469;naval_base;3141.00;9.50;1763.00;-1.95;786 -469;naval_base;3153.00;9.50;1745.00;-0.64;990 -469;naval_base;3180.00;9.50;1735.00;0.46;1660 -469;naval_base;3174.00;9.60;1832.00;-2.16;411 -469;naval_base;3216.00;9.50;1745.00;0.00;1434 -469;naval_base;3238.00;9.63;1749.00;-0.14;1434 -469;naval_base;3141.00;9.50;1778.00;-1.57;786 -469;bunker;3225.00;9.70;1751.00;5.76;0 -469;bunker;3146.00;10.30;1786.00;2.14;0 -469;bunker;3192.00;9.70;1741.00;6.26;0 -469;bunker;3160.00;9.55;1744.00;1.19;0 -469;bunker;3193.00;10.28;1760.00;4.20;0 -469;bunker;3157.00;9.93;1787.00;0.59;0 -469;bunker;3198.00;10.60;1795.00;4.71;0 -469;bunker;3192.00;9.80;1756.00;5.92;0 -469;bunker;3150.00;9.70;1757.00;2.65;0 -469;bunker;3188.00;9.75;1747.00;5.32;0 -469;bunker;3172.00;10.03;1821.00;1.70;0 -469;bunker;3229.00;9.70;1762.00;5.82;0 -469;bunker;3173.00;9.80;1794.00;1.10;0 -469;bunker;3250.00;10.20;1761.00;3.76;0 -469;bunker;3203.00;9.65;1771.00;3.16;0 -469;bunker;3213.00;9.73;1769.00;4.37;0 -469;bunker;3168.00;9.70;1738.00;2.21;0 -469;bunker;3209.00;9.68;1748.00;4.88;0 -469;bunker;3145.00;9.70;1765.00;0.15;0 -469;bunker;3177.00;9.70;1739.00;2.81;0 -469;bunker;3186.00;10.53;1809.00;0.65;0 -469;bunker;3176.00;9.70;1831.00;4.78;0 -469;bunker;3206.00;10.48;1794.00;2.72;0 -469;bunker;3169.00;9.80;1758.00;5.38;0 -469;bunker;3203.00;10.38;1784.00;1.77;0 -469;bunker;3155.00;9.80;1795.00;3.32;0 -469;bunker;3183.00;9.50;1775.00;1.17;0 -469;bunker;3167.00;9.55;1762.00;2.38;0 -469;bunker;3206.00;10.45;1788.00;5.39;0 -469;bunker;3163.00;9.80;1799.00;1.77;0 -469;bunker;3257.00;9.68;1770.00;2.27;0 -469;bunker;3191.00;10.38;1807.00;3.84;0 -469;bunker;3240.00;9.70;1752.00;0.22;0 -469;bunker;3172.00;9.75;1810.00;2.88;0 -469;bunker;3143.00;10.18;1782.00;0.72;0 -469;bunker;3177.00;9.65;1757.00;2.28;0 -469;bunker;3236.00;10.28;1761.00;4.94;0 -469;bunker;3183.00;10.50;1792.00;1.33;0 -469;bunker;3159.00;9.70;1751.00;5.45;0 -469;bunker;3170.00;10.28;1775.00;3.39;0 -469;bunker;3163.00;9.60;1767.00;1.23;0 -469;bunker;3152.00;9.73;1806.00;1.33;0 -469;bunker;3178.00;9.57;1772.00;5.46;0 -469;bunker;3235.00;10.13;1773.00;1.84;0 -469;bunker;3198.00;10.50;1808.00;4.51;0 -469;bunker;3201.00;9.80;1758.00;6.06;0 -469;bunker;3165.00;9.55;1826.00;5.11;0 -469;bunker;3222.00;10.18;1765.00;4.51;0 -469;bunker;3129.00;9.60;1743.00;0.89;0 -469;bunker;3142.00;9.60;1805.00;5.01;0 -469;bunker;3212.00;9.70;1748.00;4.42;0 -469;bunker;3228.00;9.70;1750.00;5.62;0 -469;coastal_bunker;3155.00;9.75;1813.00;-2.55;0 -469;coastal_bunker;3161.00;9.50;1736.00;-1.05;0 -469;coastal_bunker;3166.00;9.50;1731.00;-0.32;0 -469;coastal_bunker;3189.00;9.50;1736.00;-0.54;0 -469;coastal_bunker;3119.00;9.65;1741.00;-3.93;0 -469;coastal_bunker;3136.00;9.50;1800.00;-1.57;0 -469;coastal_bunker;3213.00;9.50;1745.00;0.00;0 -469;coastal_bunker;3139.00;9.50;1756.00;-0.90;0 -469;coastal_bunker;3145.00;9.60;1811.00;-2.47;0 -469;coastal_bunker;3240.00;9.50;1749.00;-0.14;0 -469;coastal_bunker;3160.00;9.68;1822.00;-2.60;0 -469;coastal_bunker;3181.00;9.50;1735.00;0.46;0 -469;coastal_bunker;3146.00;9.50;1744.00;-0.64;0 -469;coastal_bunker;3140.00;9.50;1759.00;-1.95;0 -469;coastal_bunker;3233.00;9.50;1747.00;0.00;0 -469;coastal_bunker;3227.00;9.53;1748.00;0.24;0 -469;coastal_bunker;3141.00;9.50;1779.00;-1.57;0 -469;coastal_bunker;3208.00;9.50;1742.00;0.36;0 -469;coastal_bunker;3171.00;9.60;1829.00;-2.16;0 -469;dockyard;3125.00;9.50;1739.00;-3.93;0 -469;anti_air_building;3235.00;9.73;1749.00;2.58;0 -469;anti_air_building;3151.00;9.70;1762.00;4.14;0 -469;anti_air_building;3186.00;10.38;1771.00;0.52;0 -469;radar_station;3198.00;10.20;1783.00;5.40;0 -469;rocket_site;3177.00;9.57;1769.00;2.59;0 -468;arms_factory;3236.00;10.30;1986.00;4.67;0 -468;arms_factory;3235.00;10.50;1916.00;1.40;0 -468;arms_factory;3233.00;10.45;1865.00;5.52;0 -468;arms_factory;3225.00;10.70;1909.00;0.45;0 -468;arms_factory;3233.00;10.30;1783.00;4.57;0 -468;arms_factory;3262.00;10.50;1808.00;6.13;0 -468;industrial_complex;3253.00;10.50;1897.00;3.97;0 -468;industrial_complex;3256.00;9.90;1977.00;5.18;0 -468;industrial_complex;3241.00;10.35;1776.00;3.02;0 -468;industrial_complex;3184.00;10.40;1892.00;4.57;0 -468;industrial_complex;3225.00;10.40;1862.00;0.96;0 -468;industrial_complex;3244.00;10.70;1881.00;3.63;0 -468;air_base;3251.00;10.18;1877.00;1.46;0 -468;naval_base;3202.00;9.50;1857.00;-1.41;4 -468;naval_base;3180.00;9.50;1839.00;-2.25;4 -468;naval_base;3191.00;9.57;1852.00;-2.90;4 -468;naval_base;3184.00;9.50;1878.00;0.00;4 -468;naval_base;3189.00;9.50;1877.00;-0.79;4 -468;naval_base;3202.00;9.50;1867.00;-1.46;4 -468;bunker;3245.00;10.40;1777.00;0.52;0 -468;bunker;3259.00;10.80;1926.00;2.07;0 -468;bunker;3254.00;10.75;1887.00;6.20;0 -468;bunker;3178.00;11.28;1942.00;2.58;0 -468;bunker;3256.00;9.90;1977.00;5.25;0 -468;bunker;3239.00;10.50;1863.00;1.98;0 -468;bunker;3273.00;10.45;1821.00;4.64;0 -468;bunker;3213.00;10.70;1919.00;3.69;0 -468;bunker;3250.00;10.00;1777.00;0.43;0 -468;bunker;3195.00;10.50;1906.00;1.63;0 -468;bunker;3177.00;10.45;1911.00;5.76;0 -468;bunker;3253.00;10.35;1871.00;1.03;0 -468;bunker;3213.00;10.07;1856.00;3.69;0 -468;bunker;3222.00;10.25;1862.00;0.08;0 -468;bunker;3187.00;10.30;1886.00;4.20;0 -468;bunker;3201.00;10.60;1937.00;5.76;0 -468;bunker;3201.00;10.40;1831.00;2.14;0 -468;bunker;3230.00;10.50;1959.00;6.26;0 -468;bunker;3213.00;10.40;1896.00;1.19;0 -468;bunker;3194.00;10.40;1843.00;4.20;0 -468;bunker;3284.00;10.40;1791.00;0.59;0 -468;bunker;3277.00;9.73;1794.00;4.71;0 -468;bunker;3270.00;10.70;1892.00;5.92;0 -468;bunker;3242.00;10.20;1824.00;2.65;0 -468;bunker;3248.00;9.50;1830.00;5.32;0 -468;bunker;3215.00;10.40;1880.00;1.70;0 -468;bunker;3207.00;10.43;1825.00;5.82;0 -468;bunker;3241.00;10.30;1952.00;1.10;0 -468;bunker;3213.00;10.35;1951.00;3.76;0 -468;bunker;3268.00;10.80;1913.00;0.14;0 -468;bunker;3206.00;10.40;1881.00;3.16;0 -468;bunker;3146.00;12.07;1958.00;4.37;0 -468;bunker;3219.00;9.82;1804.00;2.21;0 -468;bunker;3227.00;10.80;1946.00;4.88;0 -468;bunker;3254.00;10.50;1820.00;0.15;0 -468;bunker;3285.00;10.50;1808.00;2.81;0 -468;bunker;3208.00;9.70;1863.00;0.65;0 -468;bunker;3240.00;10.38;1982.00;4.78;0 -468;bunker;3282.00;10.40;1791.00;4.88;0 -468;bunker;3271.00;10.38;1878.00;2.72;0 -468;bunker;3220.00;10.45;1966.00;5.38;0 -468;bunker;3268.00;10.60;1842.00;1.77;0 -468;bunker;3225.00;10.13;1838.00;3.32;0 -468;bunker;3242.00;10.00;1974.00;1.17;0 -468;bunker;3193.00;10.40;1842.00;2.38;0 -468;bunker;3275.00;10.28;1833.00;5.39;0 -468;bunker;3225.00;10.40;1812.00;1.77;0 -468;bunker;3225.00;10.75;1935.00;4.44;0 -468;bunker;3258.00;10.40;1801.00;3.84;0 -468;bunker;3261.00;10.70;1896.00;0.22;0 -468;bunker;3251.00;10.80;1918.00;0.72;0 -468;bunker;3236.00;9.90;1837.00;2.28;0 -468;bunker;3271.00;10.23;1833.00;4.94;0 -468;bunker;3277.00;9.82;1799.00;1.33;0 -468;bunker;3220.00;10.40;1845.00;5.45;0 -468;bunker;3259.00;9.50;1782.00;5.55;0 -468;bunker;3252.00;10.23;1825.00;3.39;0 -468;bunker;3235.00;10.75;1887.00;1.23;0 -468;bunker;3223.00;10.40;1855.00;1.33;0 -468;bunker;3189.00;10.43;1900.00;5.46;0 -468;bunker;3259.00;10.65;1858.00;1.84;0 -468;bunker;3214.00;10.38;1873.00;4.51;0 -468;bunker;3277.00;10.68;1845.00;3.90;0 -468;bunker;3211.00;10.70;1913.00;5.11;0 -468;bunker;3230.00;10.28;1793.00;2.95;0 -468;bunker;3237.00;10.68;1925.00;4.51;0 -468;bunker;3205.00;10.40;1814.00;0.89;0 -468;bunker;3271.00;10.90;1900.00;5.01;0 -468;bunker;3183.00;11.10;1947.00;1.39;0 -468;bunker;3240.00;10.60;1852.00;4.42;0 -468;bunker;3234.00;10.40;1791.00;5.62;0 -468;bunker;3195.00;10.40;1822.00;3.46;0 -468;bunker;3206.00;10.15;1889.00;5.02;0 -468;bunker;3261.00;10.18;1812.00;1.40;0 -468;bunker;3244.00;9.75;1798.00;4.07;0 -468;bunker;3253.00;10.60;1841.00;1.91;0 -468;bunker;3238.00;9.73;1814.00;2.01;0 -468;bunker;3239.00;9.78;1809.00;6.13;0 -468;bunker;3230.00;10.23;1819.00;3.97;0 -468;bunker;3242.00;10.60;1910.00;5.18;0 -468;bunker;3237.00;10.40;1783.00;1.91;0 -468;bunker;3267.00;9.73;1775.00;4.58;0 -468;bunker;3248.00;10.73;1895.00;0.96;0 -468;bunker;3251.00;10.18;1805.00;3.63;0 -468;bunker;3220.00;10.15;1785.00;0.36;0 -468;coastal_bunker;3181.00;9.50;1878.00;0.00;0 -468;coastal_bunker;3197.00;9.53;1854.00;-2.90;0 -468;coastal_bunker;3203.00;9.50;1859.00;-1.41;0 -468;coastal_bunker;3201.00;9.50;1870.00;-1.46;0 -468;coastal_bunker;3184.00;9.57;1843.00;-2.25;0 -468;coastal_bunker;3196.00;9.50;1873.00;-0.79;0 -468;dockyard;3185.00;9.50;1877.00;0.00;0 -468;anti_air_building;3274.00;10.60;1875.00;2.07;0 -468;anti_air_building;3260.00;10.80;1876.00;6.20;0 -468;anti_air_building;3264.00;10.70;1864.00;2.58;0 -468;synthetic_refinery;3224.00;10.75;1940.00;4.14;0 -468;radar_station;3217.00;10.45;1878.00;5.81;0 -468;rocket_site;3257.00;10.60;1840.00;4.64;0 -468;nuclear_reactor;3245.00;10.57;1902.00;5.85;0 -388;arms_factory;3360.00;10.57;1734.00;4.80;0 -388;arms_factory;3360.00;10.70;1749.00;1.53;0 -388;arms_factory;3353.00;10.57;1731.00;2.74;0 -388;arms_factory;3348.00;10.60;1726.00;0.58;0 -388;arms_factory;3309.00;10.30;1687.00;4.70;0 -388;arms_factory;3332.00;10.10;1707.00;4.81;0 -388;industrial_complex;3324.00;10.48;1679.00;2.65;0 -388;industrial_complex;3337.00;10.00;1691.00;5.31;0 -388;industrial_complex;3373.00;10.60;1749.00;1.69;0 -388;industrial_complex;3359.00;10.70;1745.00;3.25;0 -388;industrial_complex;3322.00;10.43;1698.00;1.09;0 -388;industrial_complex;3355.00;10.53;1749.00;3.76;0 -388;air_base;3315.00;9.68;1738.00;0.14;0 -388;bunker;3354.00;10.50;1704.00;1.70;0 -388;bunker;3357.00;10.10;1687.00;5.82;0 -388;bunker;3289.00;10.78;1678.00;2.20;0 -388;bunker;3342.00;10.60;1710.00;3.76;0 -388;bunker;3295.00;10.30;1712.00;1.60;0 -388;bunker;3341.00;10.00;1752.00;2.81;0 -388;bunker;3310.00;10.53;1683.00;0.65;0 -388;bunker;3316.00;10.30;1729.00;2.21;0 -388;bunker;3341.00;10.57;1719.00;4.87;0 -388;bunker;3335.00;10.70;1673.00;1.25;0 -388;bunker;3324.00;10.28;1742.00;5.38;0 -388;bunker;3292.00;10.07;1712.00;5.48;0 -388;bunker;3351.00;10.50;1723.00;3.32;0 -388;bunker;3311.00;10.45;1684.00;1.16;0 -388;bunker;3273.00;9.80;1672.00;3.82;0 -388;bunker;3369.00;10.55;1753.00;5.38;0 -388;bunker;3299.00;10.32;1685.00;1.77;0 -388;bunker;3325.00;10.65;1682.00;5.89;0 -388;bunker;3303.00;10.30;1722.00;5.99;0 -388;bunker;3284.00;9.70;1692.00;3.83;0 -388;bunker;3339.00;10.38;1731.00;0.21;0 -388;bunker;3342.00;10.40;1744.00;2.87;0 -388;bunker;3325.00;10.30;1727.00;4.44;0 -388;bunker;3284.00;10.10;1704.00;2.27;0 -388;bunker;3348.00;10.40;1752.00;4.94;0 -388;bunker;3340.00;10.70;1678.00;1.32;0 -388;bunker;3305.00;11.57;1669.00;4.34;0 -388;bunker;3330.00;10.10;1694.00;5.55;0 -388;bunker;3316.00;10.30;1696.00;3.39;0 -388;bunker;3364.00;10.45;1727.00;6.05;0 -388;bunker;3320.00;10.40;1714.00;1.33;0 -388;bunker;3333.00;10.13;1691.00;3.99;0 -388;bunker;3337.00;10.30;1730.00;1.83;0 -388;bunker;3335.00;10.50;1707.00;3.39;0 -388;bunker;3356.00;10.48;1709.00;6.06;0 -388;bunker;3358.00;10.40;1721.00;2.44;0 -388;bunker;3358.00;10.65;1748.00;0.28;0 -388;bunker;3310.00;10.30;1711.00;1.83;0 -388;bunker;3318.00;10.60;1670.00;4.50;0 -388;bunker;3341.00;10.40;1735.00;2.34;0 -388;bunker;3347.00;9.90;1686.00;3.55;0 -388;bunker;3288.00;9.70;1696.00;0.28;0 -388;bunker;3281.00;9.75;1681.00;2.95;0 -388;bunker;3267.00;9.75;1702.00;5.61;0 -388;bunker;3329.00;10.40;1721.00;1.99;0 -388;bunker;3334.00;9.98;1735.00;5.01;0 -388;bunker;3283.00;9.80;1685.00;6.22;0 -388;bunker;3366.00;10.65;1742.00;4.06;0 -388;bunker;3301.00;10.30;1696.00;0.79;0 -388;bunker;3346.00;9.82;1699.00;3.46;0 -388;bunker;3336.00;10.30;1746.00;6.12;0 -388;bunker;3276.00;10.28;1705.00;2.51;0 -388;bunker;3304.00;10.07;1738.00;5.52;0 -388;bunker;3290.00;10.30;1717.00;0.45;0 -388;bunker;3307.00;10.30;1704.00;4.57;0 -388;bunker;3307.00;10.30;1716.00;0.95;0 -388;bunker;3263.00;9.73;1685.00;2.51;0 -388;bunker;3277.00;10.40;1719.00;5.18;0 -388;anti_air_building;3354.00;10.48;1723.00;3.02;0 -388;anti_air_building;3306.00;10.30;1720.00;5.68;0 -388;anti_air_building;3300.00;10.30;1712.00;0.96;0 -388;synthetic_refinery;3339.00;9.80;1701.00;5.08;0 -388;radar_station;3319.00;10.40;1713.00;5.94;0 -388;rocket_site;3344.00;10.50;1721.00;4.13;0 -388;nuclear_reactor;3335.00;10.05;1737.00;5.69;0 -1;supply_node;2910.00;9.73;1551.00;1.34;0 -2;supply_node;3453.00;12.48;812.00;1.65;0 -2;supply_node;3463.00;14.53;788.00;4.23;0 -3;supply_node;3473.00;11.32;844.00;0.12;0 -3;supply_node;3466.00;10.70;831.00;3.05;0 -3;floating_harbor;3481.57;9.50;836.80;-2.03;4985 -3;floating_harbor;3484.96;9.50;841.37;-2.03;4985 -4;supply_node;3540.00;10.38;757.00;5.82;0 -4;supply_node;3522.00;10.35;732.00;3.58;0 -4;supply_node;3491.00;10.98;713.00;5.06;0 -4;supply_node;3563.00;11.15;778.00;1.71;0 -4;supply_node;3540.00;9.82;721.00;4.30;0 -4;supply_node;3479.00;9.80;677.00;0.95;0 -4;supply_node;3575.00;10.30;773.00;3.88;0 -4;supply_node;3503.00;9.80;689.00;0.18;0 -4;supply_node;3457.00;9.90;683.00;3.12;0 -4;supply_node;3556.00;9.80;743.00;4.60;0 -4;supply_node;3456.00;9.70;644.00;2.36;0 -4;supply_node;3524.00;9.90;703.00;3.84;0 -4;floating_harbor;3553.60;9.50;710.80;-2.21;5065 -4;floating_harbor;3493.27;9.50;658.45;-2.49;8164 -4;floating_harbor;3591.97;9.50;774.70;-1.47;10818 -4;floating_harbor;3509.39;9.50;671.42;-2.79;10928 -4;floating_harbor;3573.75;9.50;738.16;-1.84;12840 -4;floating_harbor;3467.01;9.50;628.27;-2.53;12941 -4;floating_harbor;3533.88;9.50;688.18;-2.55;12991 -5;supply_node;2925.00;11.53;1495.00;5.06;0 -5;supply_node;2925.00;11.05;1488.00;1.71;0 -6;supply_node;3978.00;13.25;958.00;4.30;0 -6;supply_node;3977.00;10.85;972.00;0.95;0 -6;supply_node;3961.00;12.65;964.00;3.88;0 -7;supply_node;4487.00;12.00;883.00;3.88;0 -7;supply_node;4473.00;11.05;920.00;0.18;0 -7;supply_node;4503.00;11.68;886.00;3.12;0 -7;supply_node;4481.00;12.15;911.00;4.60;0 -7;supply_node;4485.00;12.53;896.00;2.36;0 -7;supply_node;4498.00;11.93;894.00;3.84;0 -7;supply_node;4495.00;14.20;885.00;0.49;0 -7;supply_node;4491.00;11.38;903.00;3.42;0 -7;floating_harbor;4483.26;9.50;925.13;-1.11;1302 -7;floating_harbor;4512.64;9.50;889.21;-1.25;4255 -7;floating_harbor;4492.00;9.50;917.60;-1.03;4379 -7;floating_harbor;4509.50;9.50;898.60;-1.19;10137 -7;floating_harbor;4499.95;9.50;911.95;-0.79;10309 -8;supply_node;4504.00;11.43;878.00;3.12;0 -8;supply_node;4497.00;12.28;873.00;4.60;0 -8;supply_node;4491.00;11.95;860.00;2.36;0 -8;supply_node;4494.00;13.00;849.00;3.84;0 -8;supply_node;4507.00;10.60;868.00;0.49;0 -8;supply_node;4487.00;10.73;871.00;3.42;0 -8;supply_node;4508.00;10.62;856.00;6.01;0 -8;supply_node;4480.00;10.40;866.00;2.66;0 -8;supply_node;4500.00;12.25;863.00;4.14;0 -8;supply_node;4505.00;12.25;846.00;1.90;0 -8;supply_node;4501.00;12.73;855.00;4.83;0 -8;floating_harbor;4516.00;9.50;878.00;-1.57;1300 -8;floating_harbor;4516.64;9.50;871.21;-1.25;4334 -8;floating_harbor;4519.00;9.50;856.00;-1.57;4405 -8;floating_harbor;4518.93;9.50;844.01;-1.71;10162 -9;supply_node;2957.00;11.32;1500.00;2.36;0 -9;supply_node;2963.00;12.35;1495.00;3.84;0 -9;supply_node;2969.00;10.82;1503.00;0.49;0 -10;supply_node;3345.00;10.50;294.00;0.49;0 -10;supply_node;3320.00;10.05;281.00;3.42;0 -10;supply_node;3344.00;10.40;259.00;6.01;0 -10;supply_node;3312.00;10.15;245.00;2.66;0 -10;floating_harbor;3363.00;9.50;294.00;-1.57;2193 -10;floating_harbor;3362.00;9.50;259.00;-1.57;5212 -10;floating_harbor;3322.84;9.50;220.60;-2.72;8245 -11;supply_node;4907.00;10.55;441.00;6.01;0 -11;supply_node;4932.00;10.10;454.00;2.66;0 -11;supply_node;4917.00;10.30;454.00;4.14;0 -11;supply_node;4860.00;10.32;442.00;1.90;0 -11;supply_node;4875.00;10.60;415.00;4.83;0 -11;supply_node;5113.00;11.05;275.00;0.03;0 -11;supply_node;4879.00;10.10;398.00;4.07;0 -11;supply_node;4683.00;10.65;256.00;5.55;0 -11;supply_node;5007.00;9.68;402.00;2.20;0 -11;supply_node;4647.00;9.98;248.00;6.25;0 -11;supply_node;4966.00;9.75;379.00;1.44;0 -11;supply_node;4705.00;10.50;183.00;4.37;0 -11;supply_node;5116.00;12.15;155.00;0.68;0 -11;supply_node;4650.00;10.60;221.00;3.61;0 -11;supply_node;5055.00;10.80;325.00;0.26;0 -11;supply_node;5105.00;10.00;227.00;2.85;0 -11;supply_node;5154.00;11.28;203.00;5.79;0 -11;supply_node;5017.00;10.30;467.00;0.98;0 -11;supply_node;4660.00;10.20;178.00;5.02;0 -11;supply_node;5079.00;10.12;116.00;1.67;0 -11;supply_node;5066.00;9.82;73.00;3.15;0 -11;supply_node;4990.00;9.68;90.00;0.91;0 -11;supply_node;5098.00;12.57;116.00;2.39;0 -11;supply_node;5030.00;9.80;150.00;5.32;0 -11;supply_node;5075.00;9.90;229.00;1.63;0 -11;supply_node;5010.00;10.30;123.00;4.56;0 -11;supply_node;4810.00;10.70;236.00;1.21;0 -11;supply_node;4938.00;10.20;382.00;3.80;0 -11;supply_node;5040.00;9.70;121.00;0.45;0 -11;supply_node;5029.00;9.80;109.00;1.93;0 -11;supply_node;4673.00;10.35;181.00;5.97;0 -11;supply_node;5088.00;10.40;207.00;2.63;0 -11;supply_node;5006.00;9.70;380.00;4.10;0 -11;supply_node;4720.00;11.10;289.00;1.86;0 -11;supply_node;5062.00;9.68;22.00;3.34;0 -11;supply_node;4718.00;10.95;263.00;6.28;0 -11;supply_node;5008.00;9.80;361.00;4.03;0 -11;supply_node;5071.00;9.78;13.00;5.51;0 -11;supply_node;4795.00;9.90;187.00;2.16;0 -11;supply_node;4734.00;9.75;349.00;4.75;0 -11;supply_node;4976.00;9.85;205.00;1.40;0 -11;supply_node;4929.00;9.80;145.00;4.34;0 -11;supply_node;5018.00;9.80;235.00;0.63;0 -11;supply_node;4919.00;10.70;317.00;3.58;0 -11;supply_node;4878.00;10.30;450.00;5.05;0 -11;supply_node;4896.00;10.50;411.00;2.81;0 -11;supply_node;5096.00;9.85;191.00;5.75;0 -11;supply_node;4916.00;10.30;415.00;0.94;0 -11;supply_node;5113.00;10.75;176.00;4.98;0 -11;supply_node;5143.00;10.75;277.00;0.18;0 -11;supply_node;4909.00;10.10;392.00;3.12;0 -11;supply_node;5097.00;10.10;174.00;0.87;0 -11;supply_node;5133.00;10.62;267.00;2.35;0 -11;supply_node;5034.00;9.90;413.00;5.28;0 -11;supply_node;5096.00;10.82;266.00;1.59;0 -11;supply_node;5050.00;10.85;389.00;4.52;0 -11;supply_node;5137.00;10.55;251.00;6.00;0 -11;supply_node;5118.00;10.98;254.00;3.76;0 -11;supply_node;5086.00;9.90;346.00;0.41;0 -11;supply_node;4660.00;10.10;198.00;1.89;0 -11;supply_node;5093.00;10.30;288.00;5.93;0 -11;supply_node;4643.00;9.80;286.00;1.13;0 -11;supply_node;5012.00;10.25;447.00;4.07;0 -11;supply_node;5117.00;10.18;196.00;0.72;0 -11;supply_node;5119.00;10.38;117.00;3.30;0 -11;supply_node;5111.00;10.20;90.00;6.24;0 -11;supply_node;5027.00;10.40;92.00;1.43;0 -11;supply_node;5009.00;9.75;80.00;5.47;0 -11;supply_node;5079.00;10.20;145.00;2.12;0 -11;supply_node;5125.00;10.38;131.00;3.61;0 -11;supply_node;4666.00;10.15;316.00;1.36;0 -11;supply_node;5056.00;9.80;137.00;2.84;0 -11;supply_node;4855.00;10.70;237.00;5.77;0 -11;supply_node;5059.00;9.80;121.00;3.54;0 -11;supply_node;4679.00;10.70;281.00;5.01;0 -11;supply_node;4688.00;10.30;165.00;1.67;0 -11;supply_node;5073.00;11.98;30.00;4.25;0 -11;supply_node;4895.00;9.80;181.00;0.90;0 -11;supply_node;5080.00;10.35;20.00;3.84;0 -11;supply_node;4850.00;9.80;193.00;0.14;0 -11;supply_node;5068.00;10.60;276.00;3.08;0 -11;supply_node;4984.00;10.23;343.00;4.56;0 -11;supply_node;4818.00;10.65;417.00;2.31;0 -11;supply_node;4988.00;9.90;157.00;5.25;0 -11;supply_node;4967.00;13.23;167.00;0.45;0 -11;supply_node;5097.00;10.15;241.00;4.49;0 -11;supply_node;5152.00;10.35;181.00;5.96;0 -11;supply_node;4658.00;10.50;143.00;2.61;0 -11;supply_node;4914.00;10.40;428.00;5.20;0 -11;supply_node;5128.00;10.55;184.00;1.85;0 -11;supply_node;4938.00;9.70;402.00;4.79;0 -11;supply_node;5139.00;11.85;178.00;1.09;0 -11;supply_node;5012.00;10.30;425.00;4.03;0 -11;supply_node;5141.00;9.70;161.00;5.50;0 -11;supply_node;5151.00;10.48;266.00;3.26;0 -11;supply_node;5022.00;10.30;408.00;6.20;0 -11;supply_node;5077.00;10.10;175.00;1.39;0 -11;supply_node;5154.00;10.53;253.00;5.43;0 -11;supply_node;5036.00;10.57;372.00;0.63;0 -11;supply_node;5157.00;10.50;241.00;3.57;0 -11;supply_node;5068.00;11.20;358.00;1.33;0 -11;supply_node;4953.00;9.70;133.00;2.80;0 -11;supply_node;4673.00;10.60;235.00;5.74;0 -11;supply_node;5124.00;10.20;236.00;2.04;0 -11;supply_node;4679.00;10.32;218.00;4.98;0 -11;supply_node;5078.00;10.30;308.00;1.63;0 -11;supply_node;4899.00;10.43;242.00;4.21;0 -11;supply_node;5114.00;9.90;212.00;0.87;0 -11;supply_node;5121.00;10.45;291.00;2.34;0 -11;supply_node;5141.00;12.25;195.00;0.10;0 -11;supply_node;5107.00;11.05;292.00;3.04;0 -11;supply_node;4864.00;10.28;453.00;4.52;0 -11;supply_node;5061.00;9.88;104.00;2.27;0 -11;supply_node;5048.00;9.57;81.00;3.75;0 -11;supply_node;5029.00;9.80;74.00;0.41;0 -11;supply_node;5111.00;12.88;119.00;4.45;0 -11;supply_node;4694.00;10.20;143.00;5.93;0 -11;supply_node;4809.00;10.70;285.00;2.58;0 -11;supply_node;4686.00;9.75;334.00;5.16;0 -11;supply_node;4812.00;10.35;338.00;1.82;0 -11;supply_node;4882.00;10.00;207.00;3.29;0 -11;supply_node;4945.00;9.82;170.00;1.05;0 -11;supply_node;4738.00;10.50;215.00;3.99;0 -11;supply_node;4985.00;9.70;245.00;5.47;0 -11;supply_node;4762.00;9.65;383.00;2.12;0 -11;supply_node;4920.00;9.80;164.00;4.71;0 -11;supply_node;4669.00;10.78;159.00;1.36;0 -11;supply_node;5029.00;10.35;349.00;4.29;0 -11;supply_node;5072.00;9.85;192.00;0.59;0 -11;supply_node;4854.00;10.40;341.00;3.53;0 -11;supply_node;4676.00;10.57;134.00;5.01;0 -11;supply_node;4797.00;11.40;397.00;2.76;0 -11;supply_node;5010.00;9.75;163.00;5.70;0 -11;supply_node;4859.00;10.00;468.00;0.90;0 -11;supply_node;4889.00;10.28;459.00;4.94;0 -11;supply_node;4893.00;10.40;444.00;0.13;0 -11;supply_node;5013.00;9.90;285.00;3.07;0 -11;supply_node;5024.00;10.40;446.00;0.83;0 -11;supply_node;5030.00;10.60;427.00;2.31;0 -11;supply_node;5048.00;10.38;415.00;5.24;0 -11;supply_node;5045.00;10.78;401.00;1.55;0 -11;supply_node;5126.00;11.10;165.00;4.48;0 -11;supply_node;5103.00;12.03;149.00;1.13;0 -11;supply_node;5143.00;11.53;238.00;3.71;0 -11;supply_node;5155.00;11.88;228.00;0.37;0 -11;supply_node;5081.00;10.05;131.00;1.85;0 -11;supply_node;5156.00;10.95;217.00;5.89;0 -11;supply_node;5101.00;10.75;330.00;2.54;0 -11;supply_node;4719.00;10.80;240.00;4.02;0 -11;supply_node;5124.00;9.70;306.00;1.78;0 -11;supply_node;5110.00;10.50;307.00;3.25;0 -11;supply_node;5134.00;11.12;209.00;6.19;0 -11;supply_node;4897.00;10.28;426.00;2.49;0 -11;supply_node;5071.00;11.82;90.00;5.43;0 -11;supply_node;5085.00;13.78;99.00;2.08;0 -11;supply_node;5095.00;9.82;86.00;4.67;0 -11;supply_node;5080.00;9.68;79.00;1.32;0 -11;supply_node;5056.00;9.70;37.00;2.80;0 -11;supply_node;5098.00;10.70;134.00;0.55;0 -11;supply_node;4971.00;12.50;141.00;3.49;0 -11;supply_node;4925.00;9.85;195.00;4.97;0 -11;supply_node;5029.00;10.70;321.00;2.73;0 -11;supply_node;4815.00;10.75;382.00;4.20;0 -11;supply_node;5048.00;10.00;238.00;0.86;0 -11;supply_node;4710.00;10.62;207.00;4.90;0 -11;supply_node;4694.00;11.03;302.00;0.09;0 -11;supply_node;4979.00;9.80;297.00;3.03;0 -11;supply_node;4777.00;9.90;363.00;5.62;0 -11;supply_node;4768.00;10.45;202.00;2.27;0 -11;supply_node;4646.00;9.80;305.00;5.20;0 -11;supply_node;5067.00;9.80;206.00;1.50;0 -11;supply_node;4904.00;10.30;353.00;4.44;0 -11;supply_node;4684.00;10.40;192.00;5.92;0 -11;supply_node;5013.00;9.80;199.00;3.68;0 -11;supply_node;4725.00;10.57;174.00;0.33;0 -11;supply_node;5082.00;10.62;254.00;1.81;0 -11;supply_node;4716.00;10.40;154.00;5.85;0 -11;supply_node;4865.00;11.18;286.00;1.04;0 -11;supply_node;4789.00;10.45;415.00;3.98;0 -11;supply_node;5060.00;9.85;157.00;1.74;0 -11;supply_node;4873.00;10.40;433.00;3.22;0 -11;supply_node;4879.00;9.50;472.00;6.15;0 -11;supply_node;4902.00;10.15;457.00;2.46;0 -11;supply_node;5133.00;11.23;285.00;5.39;0 -11;supply_node;4850.00;10.40;391.00;0.58;0 -11;supply_node;4647.00;9.82;267.00;4.62;0 -11;supply_node;4850.00;10.20;420.00;1.28;0 -11;supply_node;4887.00;10.20;433.00;2.76;0 -11;supply_node;5022.00;9.70;391.00;5.69;0 -11;supply_node;5054.00;13.68;372.00;2.00;0 -11;supply_node;5087.00;10.12;159.00;4.93;0 -11;supply_node;5055.00;11.10;352.00;1.58;0 -11;supply_node;5131.00;9.75;145.00;4.17;0 -11;supply_node;5078.00;10.00;332.00;0.82;0 -11;supply_node;5095.00;10.78;316.00;2.30;0 -11;supply_node;5115.00;13.15;136.00;0.06;0 -11;supply_node;5131.00;10.15;223.00;2.99;0 -11;supply_node;4924.00;10.40;438.00;4.47;0 -11;supply_node;5099.00;11.82;100.00;2.23;0 -11;supply_node;5113.00;11.50;104.00;3.71;0 -11;supply_node;5053.00;10.25;94.00;0.36;0 -11;supply_node;5085.00;9.93;37.00;4.40;0 -11;supply_node;4763.00;10.20;323.00;5.88;0 -11;supply_node;4937.00;9.70;234.00;2.53;0 -11;supply_node;4968.00;9.78;125.00;5.12;0 -11;supply_node;4758.00;10.60;281.00;1.77;0 -11;supply_node;4876.00;10.10;370.00;4.71;0 -11;supply_node;4988.00;10.32;129.00;1.01;0 -11;supply_node;4987.00;9.70;110.00;3.95;0 -11;supply_node;4768.00;10.80;244.00;5.42;0 -11;supply_node;5006.00;9.90;99.00;3.18;0 -11;supply_node;5042.00;9.80;198.00;6.11;0 -11;supply_node;4939.00;10.10;353.00;1.31;0 -11;supply_node;4821.00;9.98;192.00;5.35;0 -11;supply_node;5044.00;10.00;284.00;0.55;0 -11;supply_node;4985.00;9.70;372.00;3.48;0 -11;supply_node;4746.00;10.30;180.00;6.07;0 -11;supply_node;5052.00;9.90;177.00;2.72;0 -11;supply_node;4771.00;9.90;168.00;5.65;0 -11;supply_node;4749.00;10.00;153.00;1.95;0 -11;supply_node;4930.00;10.00;279.00;4.89;0 -11;supply_node;4713.00;10.53;322.00;0.09;0 -11;floating_harbor;4940.82;9.50;459.88;-0.98;1410 -11;floating_harbor;4926.48;9.50;465.38;-0.69;1422 -11;floating_harbor;4845.74;9.50;449.13;1.11;1431 -11;floating_harbor;4997.40;9.50;409.20;0.93;1501 -11;floating_harbor;4625.14;9.50;243.63;-4.51;1511 -11;floating_harbor;4959.00;9.50;401.00;0.79;1514 -11;floating_harbor;4635.05;9.50;219.13;-4.59;1540 -11;floating_harbor;5169.83;9.50;206.52;-1.35;1611 -11;floating_harbor;5029.26;9.50;460.87;-2.03;1644 -11;floating_harbor;4649.74;9.50;172.87;-4.25;1652 -11;floating_harbor;5073.47;9.50;59.92;-2.62;1759 -11;floating_harbor;4982.80;9.50;80.40;-3.79;1773 -11;floating_harbor;4990.80;9.50;393.68;0.84;2166 -11;floating_harbor;5053.74;9.50;17.87;-4.25;2183 -11;floating_harbor;5076.13;9.50;2.74;-2.68;2189 -11;floating_harbor;4795.00;9.50;161.00;-3.14;2191 -11;floating_harbor;4729.43;9.50;368.82;0.23;2201 -11;floating_harbor;4939.56;9.50;132.69;-2.43;2219 -11;floating_harbor;4874.30;9.50;464.79;0.24;4415 -11;floating_harbor;4934.90;9.50;418.15;-1.41;4462 -11;floating_harbor;5156.43;9.50;282.76;-1.17;4481 -11;floating_harbor;5070.98;9.50;387.50;-1.64;4520 -11;floating_harbor;5097.38;9.50;355.48;-0.88;4560 -11;floating_harbor;4642.25;9.50;193.16;-4.45;4630 -11;floating_harbor;4620.05;9.50;288.87;1.45;4645 -11;floating_harbor;4999.74;9.50;440.87;-4.25;4648 -11;floating_harbor;5130.50;9.50;121.60;-1.19;4673 -11;floating_harbor;5123.00;9.50;90.00;-1.57;4763 -11;floating_harbor;5006.63;9.50;68.14;-3.34;4791 -11;floating_harbor;5135.26;9.50;125.87;-2.03;4864 -11;floating_harbor;4645.53;9.50;332.37;0.90;5125 -11;floating_harbor;5073.00;9.50;43.00;0.00;5181 -11;floating_harbor;4898.15;9.50;162.10;-2.98;5183 -11;floating_harbor;5090.47;9.50;11.63;-2.25;5187 -11;floating_harbor;4854.47;9.50;172.16;-2.93;5197 -11;floating_harbor;4827.07;9.50;429.70;-0.62;5207 -11;floating_harbor;4951.53;9.50;154.63;-4.04;5225 -11;floating_harbor;5165.00;9.50;181.00;-1.57;7450 -11;floating_harbor;4645.69;9.50;153.56;0.86;7453 -11;floating_harbor;4930.86;9.50;424.63;-1.77;7457 -11;floating_harbor;4954.86;9.50;405.37;-1.37;7481 -11;floating_harbor;4998.07;9.50;426.99;1.43;7506 -11;floating_harbor;5148.20;9.50;151.40;-2.50;7520 -11;floating_harbor;5167.00;9.50;275.60;-1.03;7522 -11;floating_harbor;5167.73;9.50;256.92;-1.29;7535 -11;floating_harbor;5168.38;9.50;250.48;-0.88;7564 -11;floating_harbor;5075.88;9.50;369.82;-0.59;7566 -11;floating_harbor;4944.00;9.50;133.00;1.57;7567 -11;floating_harbor;4851.74;9.50;459.13;1.11;7669 -11;floating_harbor;5050.15;9.50;68.10;-2.98;7798 -11;floating_harbor;5014.74;9.50;66.87;-4.25;7811 -11;floating_harbor;4702.13;9.50;126.74;-2.68;8130 -11;floating_harbor;4691.01;9.50;350.70;-0.29;8152 -11;floating_harbor;4955.13;9.50;149.74;-2.68;8186 -11;floating_harbor;4764.00;9.50;415.00;0.00;8209 -11;floating_harbor;4901.95;9.50;153.47;-4.18;8220 -11;floating_harbor;4648.02;9.50;160.50;1.50;8228 -11;floating_harbor;4679.70;9.50;119.21;-2.90;8243 -11;floating_harbor;4772.10;9.50;401.15;1.41;8247 -11;floating_harbor;4846.10;9.50;465.85;-4.55;10276 -11;floating_harbor;4879.05;9.50;468.95;0.79;10288 -11;floating_harbor;5036.26;9.50;452.13;-1.11;10338 -11;floating_harbor;5045.12;9.50;435.40;-1.06;10350 -11;floating_harbor;5061.43;9.50;420.76;-1.17;10365 -11;floating_harbor;5064.92;9.50;404.06;-1.42;10378 -11;floating_harbor;5172.75;9.50;232.84;-1.30;10445 -11;floating_harbor;5173.00;9.50;217.00;-1.57;10458 -11;floating_harbor;5116.00;9.50;330.00;-1.57;10460 -11;floating_harbor;5132.82;9.50;311.88;-0.98;10475 -11;floating_harbor;5118.13;9.50;323.26;-0.46;10487 -11;floating_harbor;5101.60;9.50;75.00;-2.60;10622 -11;floating_harbor;5092.64;9.50;74.79;-1.89;10637 -11;floating_harbor;5064.26;9.50;41.13;-1.11;10665 -11;floating_harbor;4951.00;9.50;121.00;-3.71;10925 -11;floating_harbor;4634.53;9.50;325.08;0.52;10971 -11;floating_harbor;4722.21;9.50;135.36;-2.82;11011 -11;floating_harbor;4792.06;9.50;434.92;-0.15;11016 -11;floating_harbor;4871.00;9.50;472.00;1.57;12246 -11;floating_harbor;4902.00;9.50;472.00;0.00;12290 -11;floating_harbor;5148.12;9.50;293.40;-1.06;12308 -11;floating_harbor;4624.12;9.50;262.71;-4.53;12323 -11;floating_harbor;4838.39;9.50;433.27;0.72;12326 -11;floating_harbor;5072.90;9.50;375.15;-1.41;12367 -11;floating_harbor;5143.00;9.50;145.00;-1.57;12406 -11;floating_harbor;4941.75;9.50;433.16;-1.84;12499 -11;floating_harbor;5126.93;9.50;105.99;-1.43;12560 -11;floating_harbor;5076.00;11.88;29.00;-4.10;12645 -11;floating_harbor;4959.05;9.50;116.05;-3.93;12910 -11;floating_harbor;4969.11;9.50;113.25;1.39;12924 -11;floating_harbor;4835.80;9.50;169.12;-2.57;12948 -11;floating_harbor;4988.25;9.50;389.89;-0.18;12957 -11;floating_harbor;4784.95;9.50;154.05;-2.36;12976 -11;floating_harbor;4740.87;9.50;136.74;-3.61;12990 -12;supply_node;1138.00;18.60;1510.00;4.14;0 -12;supply_node;1304.00;11.05;1515.00;1.90;0 -12;supply_node;1136.00;18.55;1528.00;4.83;0 -12;supply_node;1278.00;10.90;1589.00;0.03;0 -12;supply_node;1051.00;16.27;1644.00;4.07;0 -12;supply_node;1195.00;13.78;1495.00;5.55;0 -12;supply_node;1195.00;12.53;1624.00;2.20;0 -12;supply_node;1264.00;10.70;1684.00;6.25;0 -12;supply_node;1274.00;10.70;1530.00;1.44;0 -12;supply_node;1170.00;11.45;1668.00;4.37;0 -12;supply_node;1183.00;13.32;1513.00;0.68;0 -12;supply_node;1114.00;13.70;1610.00;3.61;0 -12;supply_node;1162.00;17.00;1538.00;0.26;0 -12;supply_node;1243.00;11.18;1672.00;2.85;0 -12;supply_node;1102.00;12.93;1646.00;5.79;0 -12;supply_node;1036.00;15.18;1698.00;0.98;0 -12;supply_node;1057.00;13.07;1711.00;5.02;0 -12;supply_node;1275.00;10.70;1707.00;1.67;0 -12;supply_node;1226.00;11.32;1617.00;3.15;0 -12;supply_node;1215.00;12.30;1574.00;0.91;0 -12;supply_node;1281.00;10.80;1554.00;2.39;0 -12;supply_node;1284.00;10.40;1683.00;5.32;0 -12;supply_node;1225.00;11.25;1643.00;1.63;0 -12;supply_node;1246.00;11.80;1566.00;4.56;0 -12;supply_node;1147.00;17.50;1552.00;1.21;0 -12;supply_node;1228.00;12.00;1494.00;3.80;0 -12;supply_node;1148.00;13.50;1624.00;0.45;0 -12;supply_node;1168.00;14.55;1571.00;1.93;0 -12;supply_node;1277.00;10.62;1495.00;5.97;0 -12;supply_node;1075.00;14.85;1653.00;2.63;0 -12;supply_node;1194.00;12.03;1588.00;4.10;0 -12;supply_node;1314.00;10.30;1532.00;1.86;0 -12;supply_node;1204.00;11.12;1708.00;3.34;0 -12;supply_node;1195.00;12.88;1568.00;6.28;0 -12;supply_node;1260.00;11.00;1667.00;4.03;0 -12;supply_node;1168.00;13.70;1598.00;5.51;0 -12;supply_node;1300.00;11.60;1495.00;2.16;0 -12;supply_node;1231.00;11.90;1509.00;4.75;0 -12;supply_node;1171.00;13.40;1623.00;1.40;0 -12;supply_node;1226.00;13.38;1553.00;4.34;0 -12;supply_node;1010.00;13.82;1709.00;0.63;0 -12;supply_node;1197.00;11.80;1647.00;3.58;0 -12;supply_node;1123.00;11.80;1672.00;5.05;0 -12;supply_node;1075.00;13.78;1680.00;2.81;0 -12;supply_node;1137.00;12.25;1708.00;5.75;0 -12;supply_node;1224.00;12.55;1530.00;0.94;0 -12;supply_node;1283.00;10.90;1645.00;4.98;0 -12;supply_node;1196.00;12.65;1667.00;0.18;0 -12;supply_node;1031.00;16.30;1664.00;3.12;0 -12;supply_node;1119.00;16.88;1536.00;0.87;0 -12;supply_node;1113.00;17.88;1515.00;2.35;0 -12;supply_node;1101.00;16.58;1590.00;5.28;0 -12;supply_node;1204.00;11.65;1607.00;1.59;0 -12;supply_node;1138.00;12.40;1649.00;4.52;0 -12;supply_node;1246.00;11.05;1609.00;6.00;0 -12;supply_node;1049.00;16.30;1670.00;3.76;0 -12;supply_node;1178.00;13.35;1553.00;0.41;0 -12;supply_node;1126.00;14.60;1624.00;1.89;0 -12;supply_node;1321.00;10.30;1514.00;5.93;0 -12;supply_node;1227.00;12.10;1589.00;1.13;0 -12;supply_node;1272.00;11.00;1570.00;4.07;0 -12;supply_node;1255.00;10.95;1647.00;0.72;0 -12;supply_node;1198.00;11.25;1688.00;3.30;0 -12;supply_node;1144.00;12.00;1681.00;6.24;0 -12;supply_node;1169.00;12.43;1710.00;1.43;0 -12;supply_node;1082.00;16.25;1579.00;5.47;0 -12;supply_node;1288.00;11.30;1510.00;2.12;0 -12;supply_node;1115.00;16.95;1495.00;3.61;0 -12;supply_node;1139.00;17.33;1492.00;1.36;0 -12;supply_node;1320.00;13.50;1495.00;2.84;0 -12;supply_node;1257.00;11.15;1496.00;5.77;0 -12;supply_node;1248.00;11.40;1530.00;3.54;0 -12;supply_node;1117.00;14.93;1552.00;5.01;0 -12;supply_node;1269.00;10.70;1608.00;1.67;0 -12;supply_node;1167.00;12.45;1646.00;4.25;0 -12;supply_node;1161.00;17.50;1522.00;0.90;0 -12;supply_node;1088.00;12.90;1708.00;3.84;0 -12;supply_node;1290.00;10.57;1607.00;0.14;0 -12;supply_node;1254.00;11.20;1549.00;3.08;0 -12;supply_node;1113.00;13.05;1702.00;4.56;0 -12;supply_node;1149.00;15.05;1580.00;2.31;0 -12;supply_node;1301.00;10.55;1554.00;5.25;0 -12;supply_node;1286.00;10.38;1663.00;0.45;0 -12;supply_node;1166.00;12.57;1690.00;4.49;0 -12;supply_node;1230.00;12.23;1695.00;5.96;0 -12;supply_node;1136.00;14.18;1600.00;2.61;0 -12;supply_node;1063.00;13.38;1695.00;5.20;0 -12;supply_node;1203.00;13.55;1551.00;1.85;0 -12;supply_node;1261.00;11.10;1512.00;4.79;0 -12;supply_node;1293.00;10.50;1535.00;1.09;0 -12;supply_node;1253.00;11.50;1587.00;4.03;0 -12;supply_node;1127.00;15.45;1574.00;5.50;0 -12;supply_node;1222.00;11.20;1670.00;3.26;0 -12;supply_node;1205.00;13.48;1521.00;6.20;0 -12;supply_node;1099.00;12.07;1681.00;1.39;0 -12;supply_node;1101.00;13.15;1660.00;5.43;0 -12;supply_node;1297.00;10.57;1576.00;0.63;0 -12;supply_node;1255.00;10.90;1629.00;3.57;0 -12;supply_node;1164.00;17.62;1499.00;1.33;0 -12;supply_node;1105.00;15.10;1572.00;2.80;0 -12;supply_node;1187.00;13.85;1534.00;5.74;0 -12;supply_node;1089.00;16.88;1620.00;2.04;0 -12;supply_node;1288.00;10.80;1626.00;4.98;0 -12;supply_node;1012.00;13.53;1690.00;1.63;0 -12;supply_node;1248.00;10.82;1708.00;4.21;0 -13;supply_node;4275.00;12.85;1100.00;4.83;0 -13;supply_node;4273.00;14.45;1079.00;0.03;0 -13;supply_node;4304.00;13.07;1113.00;4.07;0 -13;supply_node;4276.00;15.50;1116.00;5.55;0 -13;supply_node;4294.00;11.88;1095.00;2.20;0 -13;supply_node;4251.00;18.08;1101.00;6.25;0 -14;supply_node;4396.00;10.15;662.00;4.07;0 -14;supply_node;4397.00;10.05;625.00;5.55;0 -14;supply_node;4377.00;9.90;660.00;2.20;0 -14;supply_node;4385.00;11.38;621.00;6.25;0 -14;supply_node;4385.00;10.23;672.00;1.44;0 -14;supply_node;4388.00;9.70;610.00;4.37;0 -14;supply_node;4372.00;11.23;643.00;0.68;0 -14;supply_node;4379.00;11.65;632.00;3.61;0 -14;supply_node;4408.00;10.10;654.00;0.26;0 -14;supply_node;4386.00;9.85;651.00;2.85;0 -14;supply_node;4372.00;10.35;674.00;5.79;0 -14;supply_node;4398.00;11.70;612.00;0.98;0 -14;floating_harbor;4409.08;9.50;669.47;-1.05;1277 -14;floating_harbor;4379.00;9.50;599.00;-3.14;7368 -14;floating_harbor;4389.60;9.50;683.50;-0.38;7463 -14;floating_harbor;4377.74;9.50;604.87;-4.25;10194 -14;floating_harbor;4358.92;9.50;635.53;-4.19;10354 -14;floating_harbor;4366.36;9.50;627.79;-4.39;10382 -14;floating_harbor;4410.15;9.50;666.90;-0.17;12168 -14;floating_harbor;4377.46;9.50;688.55;-0.36;12302 -15;supply_node;4362.00;9.80;652.00;2.20;0 -15;supply_node;4335.00;12.28;708.00;6.25;0 -15;supply_node;4358.00;11.62;663.00;1.44;0 -15;supply_node;4351.00;11.50;695.00;4.37;0 -15;supply_node;4303.00;10.05;723.00;0.68;0 -15;supply_node;4363.00;10.73;682.00;3.61;0 -15;supply_node;4338.00;10.80;688.00;0.26;0 -15;supply_node;4322.00;11.85;723.00;2.85;0 -15;supply_node;4353.00;11.62;676.00;5.79;0 -15;supply_node;4322.00;11.75;707.00;0.98;0 -15;floating_harbor;4348.27;9.50;648.08;-4.43;1460 -15;floating_harbor;4340.46;9.50;722.55;-0.36;1648 -15;floating_harbor;4343.45;9.50;657.54;-4.35;4446 -15;floating_harbor;4360.95;9.50;704.95;-0.79;4652 -15;floating_harbor;4299.08;9.50;709.27;-3.42;7658 -15;floating_harbor;4370.13;9.50;696.26;-0.46;7673 -15;floating_harbor;4327.53;9.50;679.63;-4.04;8360 -15;floating_harbor;4333.38;9.50;732.48;-0.88;10509 -15;floating_harbor;4339.92;9.50;668.53;-4.19;10522 -15;floating_harbor;4314.12;9.50;695.18;-3.73;12488 -16;supply_node;2918.00;13.18;1470.00;1.44;0 -16;supply_node;2920.00;13.23;1479.00;4.37;0 -17;supply_node;2934.00;14.00;1477.00;0.68;0 -17;supply_node;2928.00;10.15;1481.00;3.61;0 -17;supply_node;2927.00;12.98;1470.00;0.26;0 -18;supply_node;2941.00;11.50;1470.00;0.26;0 -18;supply_node;2958.00;12.07;1462.00;2.85;0 -18;supply_node;2951.00;10.23;1473.00;5.79;0 -18;supply_node;2959.00;11.20;1471.00;0.98;0 -19;supply_node;3011.00;13.55;1456.00;5.79;0 -19;supply_node;3030.00;11.68;1452.00;0.98;0 -19;supply_node;3021.00;12.32;1455.00;5.02;0 -19;supply_node;3013.00;12.15;1449.00;1.67;0 -19;supply_node;3030.00;12.32;1447.00;3.15;0 -20;supply_node;3069.00;9.78;1476.00;5.02;0 -20;supply_node;3065.00;10.40;1484.00;1.67;0 -20;supply_node;3060.00;11.40;1479.00;3.15;0 -21;supply_node;2992.00;13.80;1445.00;3.15;0 -21;supply_node;3001.00;15.12;1456.00;0.91;0 -21;supply_node;2986.00;13.78;1465.00;2.39;0 -21;supply_node;2975.00;15.93;1448.00;5.32;0 -21;supply_node;2964.00;15.05;1457.00;1.63;0 -21;supply_node;2985.00;12.60;1451.00;4.56;0 -21;supply_node;2975.00;16.30;1456.00;1.21;0 -21;supply_node;2972.00;14.88;1463.00;3.80;0 -21;supply_node;2994.00;15.57;1452.00;0.45;0 -21;supply_node;2986.00;15.38;1459.00;1.93;0 -21;supply_node;2999.00;15.57;1465.00;5.97;0 -22;supply_node;3025.00;10.55;1431.00;2.39;0 -22;supply_node;3027.00;12.43;1441.00;5.32;0 -22;supply_node;3019.00;9.70;1429.00;1.63;0 -22;supply_node;3041.00;12.55;1431.00;4.56;0 -22;supply_node;3033.00;12.07;1434.00;1.21;0 -22;supply_node;3018.00;10.12;1440.00;3.80;0 -22;floating_harbor;3010.74;9.50;1424.87;-4.25;6626 -23;supply_node;3047.00;11.05;1444.00;1.63;0 -23;supply_node;3040.00;13.32;1454.00;4.56;0 -23;supply_node;3055.00;10.35;1446.00;1.21;0 -23;supply_node;3045.00;11.93;1438.00;3.80;0 -23;supply_node;3032.00;12.30;1460.00;0.45;0 -23;supply_node;3037.00;11.03;1442.00;1.93;0 -23;supply_node;3050.00;11.10;1452.00;5.97;0 -23;supply_node;3048.00;11.03;1459.00;2.63;0 -23;supply_node;3058.00;10.25;1459.00;4.10;0 -24;supply_node;1698.00;10.98;1772.00;1.21;0 -24;supply_node;1713.00;10.32;1711.00;3.80;0 -24;supply_node;1803.00;10.45;1759.00;0.45;0 -24;supply_node;1720.00;11.28;1735.00;1.93;0 -24;supply_node;1887.00;10.20;1769.00;5.97;0 -24;supply_node;1678.00;10.70;1731.00;2.63;0 -24;supply_node;1845.00;10.20;1762.00;4.10;0 -24;supply_node;1754.00;11.48;1754.00;1.86;0 -24;floating_harbor;1730.89;9.50;1707.75;-1.75;4769 -24;floating_harbor;1800.00;9.50;1725.00;-4.49;7683 -24;floating_harbor;1744.78;9.50;1718.05;-2.17;7807 -24;floating_harbor;1894.13;9.50;1754.74;-2.68;7810 -24;floating_harbor;1842.23;9.50;1737.04;-3.25;10534 -24;floating_harbor;1764.84;9.50;1729.60;-2.72;10715 -25;supply_node;3020.00;10.62;931.00;0.45;0 -25;supply_node;2848.00;10.40;933.00;1.93;0 -25;supply_node;3138.00;10.70;928.00;5.97;0 -25;supply_node;2921.00;10.53;954.00;2.63;0 -25;supply_node;3074.00;10.20;913.00;4.10;0 -25;supply_node;2892.00;10.70;907.00;1.86;0 -25;supply_node;3000.00;10.70;988.00;3.34;0 -25;supply_node;2940.00;10.70;876.00;6.28;0 -25;supply_node;2999.00;10.32;882.00;4.03;0 -25;supply_node;2972.00;10.48;877.00;5.51;0 -25;supply_node;3076.00;11.23;967.00;2.16;0 -25;supply_node;2961.00;10.70;918.00;4.75;0 -26;supply_node;2939.00;13.23;1495.00;5.97;0 -26;supply_node;2934.00;12.05;1489.00;2.63;0 -27;supply_node;4454.00;10.20;591.00;4.10;0 -27;supply_node;4430.00;10.03;587.00;1.86;0 -27;supply_node;4438.00;9.90;578.00;3.34;0 -27;supply_node;4455.00;9.70;565.00;6.28;0 -27;supply_node;4452.00;9.70;605.00;4.03;0 -27;supply_node;4445.00;10.20;585.00;5.51;0 -27;supply_node;4439.00;10.65;567.00;2.16;0 -27;supply_node;4447.00;9.70;564.00;4.75;0 -27;supply_node;4416.00;9.75;581.00;1.40;0 -27;supply_node;4400.00;10.80;601.00;4.34;0 -27;supply_node;4421.00;9.70;597.00;0.63;0 -27;supply_node;4435.00;9.70;596.00;3.58;0 -27;supply_node;4407.00;10.30;592.00;5.05;0 -27;supply_node;4452.00;10.18;576.00;2.81;0 -27;supply_node;4428.00;9.68;572.00;5.75;0 -27;supply_node;4439.00;9.68;606.00;0.94;0 -27;supply_node;4447.00;10.30;597.00;4.98;0 -27;floating_harbor;4465.00;9.50;591.00;-1.57;1246 -27;floating_harbor;4463.82;9.50;570.88;-0.98;1342 -27;floating_harbor;4457.13;9.50;615.26;-0.46;1401 -27;floating_harbor;4439.00;9.50;551.00;-3.14;4320 -27;floating_harbor;4447.00;9.50;553.00;-3.14;4361 -27;floating_harbor;4397.55;9.50;558.60;-3.83;7308 -27;floating_harbor;4388.18;9.50;593.12;-4.12;7440 -27;floating_harbor;4394.10;9.50;589.85;-4.55;12138 -27;floating_harbor;4465.73;9.50;579.92;-1.29;12165 -27;floating_harbor;4420.05;9.50;564.05;-3.93;12209 -27;floating_harbor;4444.13;9.50;616.26;-0.46;12268 -28;supply_node;4460.00;9.55;543.00;3.34;0 -28;supply_node;4480.00;11.12;537.00;6.28;0 -28;supply_node;4474.00;11.12;544.00;4.03;0 -28;supply_node;4489.00;9.93;531.00;5.51;0 -28;supply_node;4490.00;12.18;539.00;2.16;0 -28;supply_node;4462.00;9.78;550.00;4.75;0 -28;supply_node;4471.00;9.70;535.00;1.40;0 -28;floating_harbor;4451.00;9.50;543.00;1.57;1398 -28;floating_harbor;4482.15;9.50;524.10;-2.98;1425 -28;floating_harbor;4491.70;9.50;520.21;-2.90;4621 -28;floating_harbor;4452.40;9.50;557.20;0.93;10279 -28;floating_harbor;4460.00;9.50;535.00;1.57;10307 -29;supply_node;4076.00;12.30;964.00;4.03;0 -29;supply_node;4093.00;12.07;946.00;5.51;0 -29;supply_node;4074.00;9.80;941.00;2.16;0 -29;supply_node;4068.00;9.98;952.00;4.75;0 -29;supply_node;4095.00;10.93;994.00;1.40;0 -29;supply_node;4055.00;10.68;963.00;4.34;0 -29;supply_node;4081.00;10.30;1002.00;0.63;0 -29;supply_node;4092.00;11.85;966.00;3.58;0 -29;supply_node;4089.00;13.80;955.00;5.05;0 -29;supply_node;4073.00;10.45;990.00;2.81;0 -29;supply_node;4074.00;11.78;975.00;5.75;0 -30;supply_node;2986.00;11.35;1478.00;2.16;0 -30;supply_node;3003.00;13.70;1472.00;4.75;0 -30;supply_node;3001.00;12.43;1478.00;1.40;0 -30;supply_node;3019.00;11.75;1484.00;4.34;0 -30;supply_node;2983.00;10.93;1485.00;0.63;0 -30;supply_node;2978.00;12.25;1475.00;3.58;0 -30;supply_node;3013.00;12.75;1479.00;5.05;0 -30;supply_node;3002.00;11.18;1486.00;2.81;0 -30;supply_node;2996.00;11.32;1492.00;5.75;0 -30;supply_node;2992.00;13.85;1472.00;0.94;0 -30;supply_node;3008.00;11.28;1489.00;4.98;0 -30;supply_node;2982.00;13.78;1468.00;0.18;0 -30;supply_node;2993.00;11.28;1483.00;3.12;0 -31;supply_node;3747.00;13.05;1116.00;1.40;0 -31;supply_node;3750.00;10.20;1068.00;4.34;0 -31;supply_node;3775.00;13.82;1100.00;0.63;0 -31;supply_node;3756.00;11.95;1087.00;3.58;0 -31;floating_harbor;3734.88;9.50;1059.60;-4.21;4891 -32;supply_node;3782.00;12.53;1125.00;0.63;0 -32;supply_node;3822.00;13.20;1123.00;3.58;0 -32;supply_node;3800.00;12.93;1107.00;5.05;0 -33;supply_node;2897.00;9.62;742.00;5.05;0 -33;supply_node;2917.00;9.70;739.00;2.81;0 -33;supply_node;2939.00;9.88;742.00;5.75;0 -33;floating_harbor;2886.80;9.50;728.40;-3.79;4952 -33;floating_harbor;2915.63;9.50;713.01;-3.19;8034 -33;floating_harbor;2929.69;9.50;715.39;-3.48;10831 -34;supply_node;3119.00;11.00;664.00;5.75;0 -34;supply_node;3195.00;12.40;511.00;0.94;0 -34;supply_node;3125.00;14.70;435.00;4.98;0 -34;supply_node;3185.00;11.15;571.00;0.18;0 -34;supply_node;3237.00;13.48;511.00;3.12;0 -34;supply_node;3208.00;12.00;539.00;0.87;0 -34;supply_node;3181.00;12.62;480.00;2.35;0 -34;supply_node;3165.00;11.18;562.00;5.28;0 -34;supply_node;3000.00;11.20;704.00;1.59;0 -34;supply_node;3092.00;13.90;442.00;4.52;0 -34;supply_node;3047.00;11.10;660.00;6.00;0 -34;supply_node;3125.00;11.12;552.00;3.76;0 -34;supply_node;3217.00;13.10;485.00;0.41;0 -34;supply_node;3122.00;13.18;385.00;1.89;0 -34;supply_node;2970.00;11.82;699.00;5.93;0 -34;supply_node;3034.00;11.07;709.00;1.13;0 -34;supply_node;2964.00;10.60;652.00;4.07;0 -34;supply_node;3077.00;11.00;682.00;0.72;0 -34;supply_node;2959.00;10.65;729.00;3.30;0 -34;supply_node;3142.00;11.20;627.00;6.24;0 -34;supply_node;3122.00;12.82;501.00;1.43;0 -34;supply_node;3142.00;10.85;565.00;5.47;0 -34;supply_node;3098.00;11.00;679.00;2.12;0 -34;supply_node;3159.00;11.30;601.00;3.61;0 -34;supply_node;3191.00;11.40;632.00;1.36;0 -34;supply_node;3158.00;12.50;458.00;2.84;0 -34;supply_node;3033.00;13.23;416.00;5.77;0 -34;supply_node;3026.00;12.80;389.00;3.54;0 -34;supply_node;2969.00;12.78;675.00;5.01;0 -34;supply_node;3000.00;11.75;743.00;1.67;0 -34;supply_node;3161.00;11.75;535.00;4.25;0 -34;supply_node;3093.00;10.90;632.00;0.90;0 -34;supply_node;3208.00;11.57;580.00;3.84;0 -34;supply_node;3134.00;10.98;691.00;0.14;0 -34;supply_node;3002.00;11.28;665.00;3.08;0 -34;supply_node;3158.00;11.30;659.00;4.56;0 -34;supply_node;3056.00;14.03;450.00;2.31;0 -34;supply_node;3057.00;10.98;725.00;5.25;0 -34;supply_node;3067.00;13.38;395.00;0.45;0 -34;supply_node;3143.00;10.85;708.00;4.49;0 -34;supply_node;3101.00;11.00;604.00;5.96;0 -34;supply_node;3165.00;12.35;508.00;2.61;0 -34;supply_node;3112.00;10.45;714.00;5.20;0 -34;supply_node;3001.00;10.70;401.00;1.85;0 -34;floating_harbor;2952.25;9.50;694.16;-4.45;5036 -34;floating_harbor;2944.02;9.50;650.46;-4.64;5139 -34;floating_harbor;2943.48;9.50;710.66;-3.84;6039 -34;floating_harbor;2949.08;9.50;678.06;1.42;8244 -34;floating_harbor;2988.69;9.50;411.56;0.86;12985 -35;supply_node;4016.00;10.50;920.00;4.98;0 -35;supply_node;4016.00;11.35;937.00;0.18;0 -35;supply_node;4011.00;11.60;949.00;3.12;0 -36;supply_node;4001.00;10.70;931.00;3.12;0 -36;supply_node;3984.00;11.00;888.00;0.87;0 -36;supply_node;3967.00;14.45;901.00;2.35;0 -36;supply_node;3978.00;11.40;946.00;5.28;0 -36;supply_node;3957.00;10.82;912.00;1.59;0 -36;supply_node;3995.00;11.73;950.00;4.52;0 -36;supply_node;3955.00;14.15;927.00;6.00;0 -36;supply_node;3977.00;11.12;909.00;3.76;0 -36;supply_node;3996.00;10.93;916.00;0.41;0 -36;supply_node;3971.00;11.28;928.00;1.89;0 -36;supply_node;4012.00;10.60;906.00;5.93;0 -36;supply_node;3960.00;12.35;951.00;1.13;0 -36;supply_node;3995.00;11.05;901.00;4.07;0 -36;supply_node;3981.00;11.10;898.00;0.72;0 -36;supply_node;3988.00;10.70;935.00;3.30;0 -36;supply_node;3967.00;11.75;939.00;6.24;0 -36;supply_node;3971.00;11.03;885.00;1.43;0 -36;supply_node;3950.00;10.10;940.00;5.47;0 -36;supply_node;3978.00;11.00;920.00;2.12;0 -36;floating_harbor;3944.10;9.50;909.85;-4.55;4395 -36;floating_harbor;3941.07;9.50;928.99;1.43;7232 -36;floating_harbor;3957.27;9.50;881.08;-4.43;12208 -36;floating_harbor;3938.00;9.50;940.00;1.57;12269 -37;supply_node;3068.00;12.48;1516.00;2.35;0 -37;supply_node;3061.00;11.88;1522.00;5.28;0 -37;supply_node;3030.00;12.45;1535.00;1.59;0 -37;supply_node;3055.00;10.50;1525.00;4.52;0 -37;supply_node;3034.00;13.95;1494.00;6.00;0 -37;supply_node;3055.00;12.68;1516.00;3.76;0 -37;supply_node;3047.00;10.60;1527.00;0.41;0 -37;supply_node;3024.00;13.35;1495.00;1.89;0 -37;supply_node;3017.00;12.07;1515.00;5.93;0 -37;supply_node;3024.00;11.00;1525.00;1.13;0 -37;supply_node;3017.00;14.38;1506.00;4.07;0 -37;supply_node;3014.00;14.50;1503.00;0.72;0 -37;supply_node;3039.00;11.20;1529.00;3.30;0 -37;supply_node;3025.00;12.32;1511.00;6.24;0 -37;supply_node;3041.00;11.75;1519.00;1.43;0 -37;supply_node;3030.00;12.70;1500.00;5.47;0 -37;supply_node;3007.00;13.15;1511.00;2.12;0 -37;supply_node;3033.00;12.18;1509.00;3.61;0 -37;supply_node;3040.00;12.05;1536.00;1.36;0 -37;supply_node;3054.00;13.48;1533.00;2.84;0 -37;supply_node;3030.00;10.93;1521.00;5.77;0 -37;supply_node;3044.00;12.70;1510.00;3.54;0 -38;supply_node;3061.00;9.82;1496.00;1.59;0 -38;supply_node;3051.00;12.55;1504.00;4.52;0 -38;supply_node;3060.00;12.50;1509.00;6.00;0 -38;supply_node;3062.00;10.28;1502.00;3.76;0 -38;supply_node;3073.00;10.55;1509.00;0.41;0 -38;supply_node;3080.00;10.43;1501.00;1.89;0 -38;supply_node;3085.00;11.62;1506.00;5.93;0 -38;supply_node;3072.00;10.18;1500.00;1.13;0 -38;supply_node;3045.00;13.65;1500.00;4.07;0 -39;supply_node;5176.00;11.20;769.00;6.00;0 -39;supply_node;4894.00;10.75;772.00;3.76;0 -39;supply_node;4890.00;10.45;762.00;0.41;0 -39;supply_node;4945.00;11.23;780.00;1.89;0 -39;supply_node;4957.00;9.90;799.00;5.93;0 -39;supply_node;4978.00;10.40;803.00;1.13;0 -39;supply_node;5071.00;9.50;755.00;4.07;0 -39;supply_node;5129.00;9.50;762.00;0.72;0 -39;supply_node;5203.00;9.57;738.00;3.30;0 -39;supply_node;5339.00;11.55;720.00;6.24;0 -39;supply_node;5272.00;12.12;762.00;1.43;0 -39;floating_harbor;5157.00;9.50;782.00;0.97;2489 -39;floating_harbor;4899.13;9.50;782.26;-0.46;4357 -39;floating_harbor;4890.00;9.50;754.00;-3.14;12103 -39;floating_harbor;4945.00;9.50;788.00;0.00;13027 -39;floating_harbor;4965.00;9.50;799.00;-1.57;13028 -39;floating_harbor;4986.00;9.50;803.00;-1.57;13029 -39;floating_harbor;5057.95;9.50;762.13;-1.70;13030 -39;floating_harbor;5075.13;9.50;763.26;-0.46;13031 -39;floating_harbor;5106.00;9.50;783.00;0.85;13032 -39;floating_harbor;5147.95;9.50;791.95;-0.79;13033 -39;floating_harbor;5212.00;9.50;762.00;-0.36;13034 -39;floating_harbor;5330.74;9.50;724.13;1.11;13035 -39;floating_harbor;5265.00;9.50;748.00;-3.61;13036 -40;supply_node;5198.00;9.50;1502.00;0.41;0 -40;floating_harbor;5189.63;9.50;1491.53;-3.82;1399 -40;floating_harbor;5140.48;9.50;1428.66;-3.84;1515 -40;floating_harbor;5116.26;9.50;1418.13;-1.11;13037 -41;supply_node;2970.00;10.23;1573.00;5.93;0 -41;supply_node;2961.00;9.70;1577.00;1.13;0 -41;supply_node;2968.00;9.70;1583.00;4.07;0 -41;supply_node;2960.00;9.70;1586.00;0.72;0 -41;supply_node;2974.00;10.32;1580.00;3.30;0 -41;floating_harbor;2951.63;9.50;1596.47;0.67;6325 -42;supply_node;870.00;11.15;1586.00;4.07;0 -42;supply_node;886.00;10.35;1610.00;0.72;0 -42;supply_node;873.00;10.85;1555.00;3.30;0 -42;supply_node;894.00;10.48;1511.00;6.24;0 -42;supply_node;924.00;13.40;1524.00;1.43;0 -42;supply_node;913.00;14.10;1541.00;5.47;0 -42;supply_node;896.00;10.28;1541.00;2.12;0 -42;supply_node;890.00;13.90;1557.00;3.61;0 -42;supply_node;991.00;11.57;1428.00;1.36;0 -42;supply_node;959.00;13.10;1463.00;2.84;0 -42;supply_node;922.00;10.18;1461.00;5.77;0 -42;supply_node;930.00;12.65;1708.00;3.54;0 -42;supply_node;925.00;13.18;1621.00;5.01;0 -42;supply_node;947.00;17.68;1500.00;1.67;0 -42;supply_node;980.00;9.70;1411.00;4.25;0 -42;supply_node;933.00;14.80;1512.00;0.90;0 -42;supply_node;978.00;12.60;1471.00;3.84;0 -42;supply_node;969.00;11.32;1691.00;0.14;0 -42;supply_node;898.00;13.50;1586.00;3.08;0 -42;supply_node;894.00;10.35;1641.00;4.56;0 -42;supply_node;904.00;12.80;1558.00;2.31;0 -42;supply_node;875.00;11.85;1568.00;5.25;0 -42;supply_node;933.00;10.93;1463.00;0.45;0 -42;supply_node;904.00;13.23;1616.00;4.49;0 -42;supply_node;880.00;13.15;1693.00;5.96;0 -42;supply_node;890.00;11.43;1627.00;2.61;0 -42;supply_node;922.00;14.98;1573.00;5.20;0 -42;supply_node;918.00;14.03;1595.00;1.85;0 -42;supply_node;875.00;10.35;1631.00;4.79;0 -42;supply_node;876.00;10.03;1674.00;1.09;0 -42;supply_node;938.00;9.73;1477.00;4.03;0 -42;supply_node;998.00;11.35;1457.00;5.50;0 -42;supply_node;1011.00;10.38;1435.00;3.26;0 -42;supply_node;945.00;10.93;1673.00;6.20;0 -42;supply_node;947.00;12.75;1626.00;1.39;0 -42;supply_node;886.00;12.82;1573.00;5.43;0 -42;supply_node;901.00;13.48;1573.00;0.63;0 -42;supply_node;887.00;10.50;1517.00;3.57;0 -42;supply_node;926.00;9.80;1496.00;1.33;0 -42;supply_node;919.00;10.03;1503.00;2.80;0 -42;supply_node;895.00;11.43;1526.00;5.74;0 -42;supply_node;881.00;10.95;1527.00;2.04;0 -42;supply_node;886.00;13.32;1541.00;4.98;0 -42;supply_node;934.00;9.82;1488.00;1.63;0 -42;supply_node;928.00;9.70;1447.00;4.21;0 -42;supply_node;907.00;13.28;1658.00;0.87;0 -42;supply_node;900.00;9.60;1693.00;2.34;0 -42;supply_node;907.00;12.75;1633.00;0.10;0 -42;supply_node;912.00;11.95;1707.00;3.04;0 -42;supply_node;906.00;12.90;1675.00;4.52;0 -42;supply_node;977.00;9.68;1422.00;2.27;0 -42;supply_node;966.00;15.57;1486.00;3.75;0 -42;supply_node;968.00;13.48;1614.00;0.41;0 -42;supply_node;947.00;9.60;1648.00;4.45;0 -42;supply_node;1006.00;9.65;1415.00;5.93;0 -42;supply_node;904.00;9.70;1535.00;2.58;0 -42;supply_node;913.00;9.90;1517.00;5.16;0 -42;supply_node;875.00;10.38;1541.00;1.82;0 -42;supply_node;958.00;9.57;1434.00;3.29;0 -42;supply_node;955.00;12.30;1447.00;1.05;0 -42;supply_node;946.00;9.80;1463.00;3.99;0 -42;supply_node;899.00;13.12;1601.00;5.47;0 -42;supply_node;924.00;11.70;1676.00;2.12;0 -42;supply_node;895.00;9.50;1709.00;4.71;0 -42;supply_node;921.00;14.93;1560.00;1.36;0 -42;supply_node;879.00;10.43;1656.00;4.29;0 -42;supply_node;952.00;12.95;1707.00;0.59;0 -42;supply_node;867.00;10.18;1695.00;3.53;0 -42;supply_node;892.00;10.55;1661.00;5.01;0 -42;supply_node;941.00;14.05;1595.00;2.76;0 -42;supply_node;944.00;11.05;1689.00;5.70;0 -42;supply_node;978.00;12.85;1456.00;0.90;0 -42;supply_node;967.00;12.57;1445.00;4.94;0 -42;supply_node;965.00;13.85;1590.00;0.13;0 -42;supply_node;965.00;10.73;1661.00;3.07;0 -42;supply_node;937.00;10.82;1662.00;0.83;0 -42;supply_node;970.00;12.15;1708.00;2.31;0 -42;supply_node;871.00;10.25;1600.00;5.24;0 -42;supply_node;904.00;9.93;1516.00;1.55;0 -42;supply_node;926.00;14.75;1543.00;4.48;0 -42;supply_node;883.00;11.43;1590.00;1.13;0 -42;supply_node;970.00;9.70;1428.00;3.71;0 -42;supply_node;952.00;14.23;1482.00;0.37;0 -42;supply_node;980.00;13.32;1439.00;1.85;0 -42;supply_node;942.00;9.73;1442.00;5.89;0 -42;supply_node;938.00;11.57;1452.00;2.54;0 -42;supply_node;922.00;11.88;1657.00;4.02;0 -42;supply_node;922.00;10.30;1643.00;1.78;0 -42;supply_node;881.00;11.48;1645.00;3.25;0 -42;supply_node;917.00;13.45;1690.00;6.19;0 -42;supply_node;875.00;10.35;1616.00;2.49;0 -42;supply_node;994.00;11.55;1443.00;5.43;0 -42;supply_node;990.00;12.30;1414.00;2.08;0 -42;supply_node;971.00;13.45;1642.00;4.67;0 -42;supply_node;966.00;10.65;1675.00;1.32;0 -42;floating_harbor;859.21;9.50;1583.30;-4.47;505 -42;floating_harbor;860.10;9.50;1557.15;1.41;610 -42;floating_harbor;891.30;9.50;1500.21;-3.39;677 -42;floating_harbor;914.05;9.50;1453.05;-3.93;986 -42;floating_harbor;971.18;9.50;1405.12;-4.12;1562 -42;floating_harbor;862.36;9.50;1572.21;1.25;3644 -42;floating_harbor;891.00;9.50;1699.60;-1.03;4296 -42;floating_harbor;863.14;9.50;1633.37;1.37;4380 -42;floating_harbor;866.40;9.50;1666.80;-4.07;4398 -42;floating_harbor;875.50;9.50;1512.40;-4.33;6681 -42;floating_harbor;905.57;9.50;1508.76;1.17;6699 -42;floating_harbor;868.36;9.50;1522.79;-4.39;6757 -42;floating_harbor;922.12;9.50;1438.18;-3.73;6881 -42;floating_harbor;872.00;9.50;1723.00;0.67;7315 -42;floating_harbor;872.00;9.50;1723.00;0.50;7386 -42;floating_harbor;965.50;9.50;1417.40;-4.33;7517 -42;floating_harbor;850.00;9.50;1496.00;-4.51;9713 -42;floating_harbor;864.21;9.50;1538.30;-4.47;9730 -42;floating_harbor;952.12;9.50;1425.18;-3.73;9814 -42;floating_harbor;883.14;9.50;1706.63;-4.51;10157 -42;floating_harbor;868.00;9.50;1662.60;1.03;10183 -42;floating_harbor;859.53;9.50;1708.08;0.52;10242 -42;floating_harbor;841.00;9.50;1665.00;1.50;10271 -42;floating_harbor;857.57;9.50;1605.76;1.17;11495 -42;floating_harbor;850.00;9.50;1496.00;-4.48;11658 -42;floating_harbor;951.22;9.50;1407.88;-3.89;11757 -42;floating_harbor;930.99;9.50;1426.27;-3.75;11859 -42;floating_harbor;864.03;9.50;1643.30;-4.61;12211 -42;floating_harbor;861.00;9.50;1616.00;1.57;12281 -43;supply_node;2967.00;11.05;1565.00;3.30;0 -43;supply_node;2945.00;9.70;1573.00;6.24;0 -43;supply_node;2950.00;10.03;1568.00;1.43;0 -43;supply_node;2958.00;10.28;1569.00;5.47;0 -43;supply_node;2960.00;10.78;1551.00;2.12;0 -43;supply_node;2975.00;10.38;1565.00;3.61;0 -43;supply_node;2968.00;11.75;1557.00;1.36;0 -43;supply_node;2977.00;11.95;1557.00;2.84;0 -43;supply_node;2957.00;11.28;1560.00;5.77;0 -44;floating_harbor;2402.05;9.50;928.95;0.79;13014 -45;supply_node;3001.00;9.70;1574.00;2.12;0 -45;supply_node;3023.00;10.15;1579.00;3.61;0 -45;supply_node;3011.00;9.75;1587.00;1.36;0 -45;supply_node;3019.00;9.85;1586.00;2.84;0 -45;supply_node;3005.00;9.70;1580.00;5.77;0 -45;supply_node;3003.00;9.80;1564.00;3.54;0 -45;supply_node;3010.00;9.70;1568.00;5.01;0 -45;supply_node;3016.00;9.75;1562.00;1.67;0 -45;supply_node;3028.00;9.70;1566.00;4.25;0 -45;supply_node;3014.00;9.95;1577.00;0.90;0 -45;supply_node;3019.00;9.70;1571.00;3.84;0 -46;supply_node;1508.00;10.80;1558.00;1.36;0 -46;supply_node;1490.00;10.70;1570.00;2.84;0 -46;supply_node;1528.00;10.75;1544.00;5.77;0 -46;supply_node;1486.00;10.70;1540.00;3.54;0 -46;supply_node;1543.00;10.88;1574.00;5.01;0 -46;supply_node;1518.00;10.30;1521.00;1.67;0 -46;supply_node;1505.00;10.70;1568.00;4.25;0 -46;supply_node;1538.00;12.57;1538.00;0.90;0 -46;supply_node;1520.00;11.00;1554.00;3.84;0 -46;supply_node;1494.00;10.70;1562.00;0.14;0 -46;supply_node;1542.00;10.43;1563.00;3.08;0 -46;supply_node;1492.00;11.07;1529.00;4.56;0 -46;supply_node;1547.00;10.25;1543.00;2.31;0 -46;supply_node;1514.00;10.82;1544.00;5.25;0 -46;supply_node;1532.00;10.68;1556.00;0.45;0 -46;supply_node;1530.00;10.90;1568.00;4.49;0 -46;supply_node;1528.00;10.25;1531.00;5.96;0 -46;supply_node;1517.00;12.00;1533.00;2.61;0 -46;supply_node;1506.00;12.12;1533.00;5.20;0 -46;supply_node;1543.00;11.28;1551.00;1.85;0 -46;supply_node;1519.00;10.98;1565.00;4.79;0 -46;supply_node;1503.00;10.60;1549.00;1.09;0 -46;supply_node;1497.00;10.70;1541.00;4.03;0 -46;supply_node;1488.00;10.25;1555.00;5.50;0 -46;supply_node;1502.00;10.60;1521.00;3.26;0 -47;supply_node;3048.00;9.80;1564.00;5.77;0 -47;supply_node;3033.00;9.70;1576.00;3.54;0 -47;supply_node;3037.00;9.70;1567.00;5.01;0 -47;supply_node;3043.00;9.70;1577.00;1.67;0 -47;supply_node;3053.00;9.80;1589.00;4.25;0 -47;supply_node;3061.00;9.80;1595.00;0.90;0 -47;supply_node;3052.00;9.70;1580.00;3.84;0 -47;supply_node;3073.00;9.80;1596.00;0.14;0 -47;supply_node;3047.00;9.80;1570.00;3.08;0 -48;supply_node;2943.00;9.70;1593.00;5.01;0 -48;supply_node;2952.00;9.70;1578.00;1.67;0 -48;supply_node;2943.00;10.30;1585.00;4.25;0 -48;supply_node;2951.00;9.95;1587.00;0.90;0 -48;floating_harbor;2943.00;9.50;1602.00;0.00;374 -48;floating_harbor;2937.24;9.50;1598.43;0.40;3326 -48;floating_harbor;2930.00;9.50;1608.00;0.91;6349 -49;supply_node;4648.00;13.07;1676.00;4.25;0 -49;supply_node;4519.00;12.55;1544.00;0.90;0 -49;supply_node;4597.00;14.07;1644.00;3.84;0 -49;supply_node;4550.00;12.88;1551.00;0.14;0 -49;supply_node;4534.00;11.15;1610.00;3.08;0 -49;supply_node;4629.00;12.05;1649.00;4.56;0 -49;supply_node;4481.00;13.38;1528.00;2.31;0 -49;supply_node;4563.00;13.25;1628.00;5.25;0 -49;supply_node;4443.00;13.68;1533.00;0.45;0 -49;supply_node;4604.00;12.10;1699.00;4.49;0 -49;supply_node;4571.00;12.43;1601.00;5.96;0 -49;supply_node;4568.00;12.35;1576.00;2.61;0 -49;supply_node;4572.00;11.82;1676.00;5.20;0 -49;supply_node;4493.00;16.18;1544.00;1.85;0 -49;supply_node;4496.00;12.35;1565.00;4.79;0 -49;supply_node;4606.00;11.70;1619.00;1.09;0 -49;supply_node;4538.00;14.10;1519.00;4.03;0 -49;supply_node;4468.00;12.78;1547.00;5.50;0 -49;supply_node;4601.00;12.75;1674.00;3.26;0 -49;supply_node;4540.00;12.15;1675.00;6.20;0 -49;supply_node;4537.00;11.88;1568.00;1.39;0 -49;supply_node;4560.00;11.28;1652.00;5.43;0 -49;supply_node;4510.00;14.30;1517.00;0.63;0 -49;supply_node;4522.00;13.60;1650.00;3.57;0 -49;supply_node;4521.00;12.38;1583.00;1.33;0 -50;supply_node;4568.00;12.53;1541.00;3.84;0 -50;supply_node;4603.00;12.30;1588.00;0.14;0 -50;supply_node;4770.00;10.40;1622.00;3.08;0 -50;supply_node;4680.00;14.00;1655.00;4.56;0 -50;supply_node;4621.00;12.80;1537.00;2.31;0 -50;supply_node;4644.00;11.43;1519.00;5.25;0 -50;supply_node;4679.00;11.90;1607.00;0.45;0 -50;supply_node;4736.00;11.05;1638.00;4.49;0 -50;supply_node;4644.00;11.93;1549.00;5.96;0 -50;supply_node;4705.00;11.50;1631.00;2.61;0 -50;supply_node;4598.00;11.32;1537.00;5.20;0 -50;supply_node;4748.00;10.80;1597.00;1.85;0 -50;supply_node;4675.00;11.38;1573.00;4.79;0 -50;supply_node;4641.00;11.95;1617.00;1.09;0 -50;supply_node;4636.00;13.20;1573.00;4.03;0 -50;supply_node;4625.00;12.25;1599.00;5.50;0 -50;supply_node;4664.00;12.35;1632.00;3.26;0 -50;supply_node;4567.00;12.28;1520.00;6.20;0 -50;supply_node;4707.00;11.00;1600.00;1.39;0 -50;supply_node;4657.00;11.65;1593.00;5.43;0 -50;supply_node;4668.00;11.25;1544.00;0.63;0 -50;supply_node;4598.00;12.07;1565.00;3.57;0 -50;supply_node;4731.00;11.28;1615.00;1.33;0 -51;supply_node;4539.00;10.30;655.00;3.08;0 -51;supply_node;4524.00;10.30;653.00;4.56;0 -51;supply_node;4658.00;9.93;730.00;2.31;0 -51;supply_node;4613.00;13.20;717.00;5.25;0 -51;supply_node;4589.00;11.45;681.00;0.45;0 -51;supply_node;4562.00;9.70;663.00;4.49;0 -51;supply_node;4551.00;10.55;674.00;5.96;0 -51;supply_node;4512.00;9.75;651.00;2.61;0 -51;supply_node;4629.00;9.82;751.00;5.20;0 -51;supply_node;4626.00;10.85;721.00;1.85;0 -51;supply_node;4570.00;10.48;689.00;4.79;0 -51;supply_node;4635.00;10.85;723.00;1.09;0 -51;supply_node;4602.00;10.12;719.00;4.03;0 -51;supply_node;4594.00;10.30;715.00;5.50;0 -51;supply_node;4575.00;11.10;674.00;3.26;0 -51;supply_node;4589.00;11.28;694.00;6.20;0 -51;supply_node;4638.00;10.43;746.00;1.39;0 -51;supply_node;4644.00;10.20;736.00;5.43;0 -51;supply_node;4620.00;9.98;739.00;0.63;0 -51;supply_node;4646.00;10.32;727.00;3.57;0 -51;supply_node;4601.00;10.68;703.00;1.33;0 -51;supply_node;4584.00;10.20;707.00;2.80;0 -51;supply_node;4515.00;9.82;665.00;5.74;0 -51;supply_node;4614.00;10.12;728.00;2.04;0 -51;supply_node;4630.00;11.78;736.00;4.98;0 -51;supply_node;4646.00;9.60;716.00;1.63;0 -51;supply_node;4552.00;10.30;684.00;4.21;0 -51;floating_harbor;4525.00;9.50;685.00;-0.17;1208 -51;floating_harbor;4665.20;9.50;720.40;-2.50;1306 -51;floating_harbor;4534.30;9.50;679.01;1.28;4216 -51;floating_harbor;4500.14;9.50;653.37;1.37;4279 -51;floating_harbor;4633.21;9.50;763.64;-0.32;4282 -51;floating_harbor;4564.24;9.50;702.43;0.40;4396 -51;floating_harbor;4606.21;9.50;731.64;-0.32;7371 -51;floating_harbor;4589.79;9.50;727.64;0.32;7387 -51;floating_harbor;4645.95;9.50;753.95;-0.79;10143 -51;floating_harbor;4652.95;9.50;744.95;-0.79;10199 -51;floating_harbor;4612.05;9.50;746.95;0.79;10212 -51;floating_harbor;4657.00;9.50;720.40;-2.11;10240 -51;floating_harbor;4577.40;9.50;718.00;0.54;10285 -51;floating_harbor;4503.62;9.50;674.48;0.88;12129 -51;floating_harbor;4603.53;9.50;736.37;0.90;12171 -51;floating_harbor;4655.64;9.50;712.79;-1.89;12228 -51;floating_harbor;4537.21;9.50;687.70;1.33;12283 -51;floating_harbor;4534.05;9.50;674.95;0.79;12905 -52;supply_node;4602.00;9.73;604.00;2.31;0 -52;supply_node;4639.00;10.35;662.00;5.25;0 -52;supply_node;4520.00;9.65;637.00;0.45;0 -52;supply_node;4632.00;10.65;693.00;4.49;0 -52;supply_node;4613.00;11.32;606.00;5.96;0 -52;supply_node;4612.00;12.50;692.00;2.61;0 -52;supply_node;4561.00;10.45;641.00;5.20;0 -52;supply_node;4586.00;10.30;625.00;1.85;0 -52;supply_node;4625.00;11.50;674.00;4.79;0 -52;supply_node;4624.00;10.30;652.00;1.09;0 -52;supply_node;4541.00;10.55;639.00;4.03;0 -52;supply_node;4533.00;9.70;608.00;5.50;0 -52;supply_node;4598.00;10.90;647.00;3.26;0 -52;supply_node;4603.00;11.80;668.00;6.20;0 -52;supply_node;4552.00;9.65;604.00;1.39;0 -52;supply_node;4640.00;10.80;674.00;5.43;0 -52;supply_node;4598.00;10.00;591.00;0.63;0 -52;supply_node;4613.00;10.32;657.00;3.57;0 -52;supply_node;4610.00;10.40;636.00;1.33;0 -52;supply_node;4630.00;10.43;702.00;2.80;0 -52;supply_node;4580.00;12.60;653.00;5.74;0 -52;supply_node;4563.00;10.30;620.00;2.04;0 -52;supply_node;4583.00;10.20;603.00;4.98;0 -52;supply_node;4612.00;9.88;594.00;1.63;0 -52;supply_node;4654.00;9.70;662.00;4.21;0 -52;supply_node;4630.00;9.88;635.00;0.87;0 -52;supply_node;4604.00;10.30;621.00;2.34;0 -52;supply_node;4530.00;10.30;625.00;0.10;0 -52;supply_node;4562.00;10.30;605.00;3.04;0 -52;supply_node;4637.00;10.35;685.00;4.52;0 -52;supply_node;4592.00;9.70;604.00;2.27;0 -52;supply_node;4635.00;9.85;647.00;3.75;0 -52;supply_node;4618.00;10.70;628.00;0.41;0 -52;supply_node;4630.00;9.90;709.00;4.45;0 -52;supply_node;4618.00;10.15;615.00;5.93;0 -52;supply_node;4573.00;10.20;607.00;2.58;0 -52;supply_node;4545.00;10.40;619.00;5.16;0 -52;floating_harbor;4651.26;9.50;655.87;-2.03;1252 -52;floating_harbor;4506.57;9.50;631.24;-4.31;1316 -52;floating_harbor;4644.26;9.50;699.13;-1.11;1404 -52;floating_harbor;4626.73;9.50;602.08;-1.85;1416 -52;floating_harbor;4539.13;9.50;595.74;-2.68;4409 -52;floating_harbor;4544.80;9.50;594.40;-3.79;7227 -52;floating_harbor;4653.93;9.50;675.99;-1.43;7231 -52;floating_harbor;4595.30;9.50;580.21;-3.39;7296 -52;floating_harbor;4644.95;9.50;703.87;-1.45;7415 -52;floating_harbor;4581.01;9.50;589.07;-3.28;10138 -52;floating_harbor;4624.64;9.50;589.79;-1.89;10178 -52;floating_harbor;4650.00;9.50;628.00;-3.14;10181 -52;floating_harbor;4641.82;9.50;627.12;-2.16;10237 -52;floating_harbor;4516.27;9.50;621.08;-4.43;10282 -52;floating_harbor;4567.46;9.50;590.45;-2.78;10310 -52;floating_harbor;4652.96;9.50;686.77;-1.46;10325 -52;floating_harbor;4584.87;9.50;589.74;-3.61;12110 -52;floating_harbor;4646.50;9.50;642.40;-1.95;12196 -52;floating_harbor;4629.82;9.50;620.12;-2.16;12225 -52;floating_harbor;4648.00;9.50;709.00;-1.57;12243 -52;floating_harbor;4630.26;9.50;621.13;-1.11;12252 -52;floating_harbor;4573.00;9.50;593.00;-3.14;12280 -53;supply_node;4654.00;10.70;799.00;0.45;0 -53;supply_node;4670.00;9.50;821.00;4.49;0 -53;supply_node;4641.00;10.12;786.00;5.96;0 -53;floating_harbor;4651.63;9.50;787.14;-3.34;4429 -53;floating_harbor;4661.00;9.50;821.00;1.57;7419 -53;floating_harbor;4633.00;9.50;786.00;1.57;10145 -54;floating_harbor;4711.00;9.55;566.00;-4.36;10222 -55;supply_node;3948.00;14.88;1337.00;5.20;0 -55;supply_node;3939.00;11.95;1325.00;1.85;0 -55;supply_node;3971.00;16.70;1347.00;4.79;0 -55;supply_node;3930.00;18.45;1309.00;1.09;0 -55;supply_node;3952.00;17.05;1313.00;4.03;0 -55;supply_node;3945.00;15.73;1354.00;5.50;0 -55;supply_node;3928.00;14.78;1344.00;3.26;0 -55;supply_node;3975.00;16.80;1331.00;6.20;0 -55;supply_node;3917.00;11.20;1321.00;1.39;0 -56;supply_node;3837.00;10.70;1279.00;4.79;0 -56;supply_node;3823.00;10.10;1312.00;1.09;0 -56;supply_node;3822.00;10.10;1288.00;4.03;0 -56;supply_node;3852.00;13.88;1327.00;5.50;0 -56;supply_node;3832.00;10.30;1299.00;3.26;0 -56;supply_node;3867.00;10.65;1335.00;6.20;0 -56;supply_node;3837.00;11.55;1322.00;1.39;0 -56;supply_node;3810.00;10.00;1300.00;5.43;0 -56;supply_node;3845.00;11.38;1307.00;0.63;0 -56;supply_node;3850.00;13.35;1292.00;3.57;0 -57;supply_node;3865.00;17.52;1301.00;4.03;0 -57;supply_node;3883.00;17.30;1296.00;5.50;0 -57;supply_node;3872.00;15.50;1312.00;3.26;0 -57;supply_node;3913.00;19.35;1305.00;6.20;0 -57;supply_node;3903.00;15.07;1288.00;1.39;0 -57;supply_node;3872.00;14.30;1287.00;5.43;0 -57;supply_node;3879.00;11.18;1323.00;0.63;0 -57;supply_node;3884.00;12.70;1276.00;3.57;0 -57;supply_node;3859.00;13.20;1277.00;1.33;0 -57;supply_node;3898.00;17.02;1298.00;2.80;0 -57;supply_node;3895.00;15.70;1312.00;5.74;0 -58;supply_node;3955.00;20.80;1267.00;3.26;0 -58;supply_node;3865.00;11.15;1260.00;6.20;0 -58;supply_node;3892.00;11.00;1265.00;1.39;0 -58;supply_node;3915.00;15.20;1270.00;5.43;0 -59;supply_node;3807.00;11.90;1244.00;1.39;0 -59;supply_node;3834.00;10.80;1263.00;5.43;0 -59;supply_node;3855.00;17.58;1223.00;0.63;0 -59;supply_node;3842.00;17.23;1234.00;3.57;0 -59;supply_node;3793.00;12.98;1230.00;1.33;0 -59;supply_node;3815.00;16.18;1227.00;2.80;0 -59;supply_node;3830.00;15.57;1247.00;5.74;0 -60;supply_node;4272.00;9.70;970.00;0.63;0 -60;supply_node;4250.00;9.70;988.00;3.57;0 -60;supply_node;4310.00;10.53;920.00;1.33;0 -60;supply_node;4313.00;10.50;941.00;2.80;0 -60;supply_node;4276.00;9.53;954.00;5.74;0 -60;supply_node;4265.00;10.70;988.00;2.04;0 -60;supply_node;4324.00;10.23;935.00;4.98;0 -60;supply_node;4325.00;9.62;922.00;1.63;0 -60;supply_node;4255.00;10.25;1000.00;4.21;0 -60;supply_node;4291.00;10.70;924.00;0.87;0 -60;supply_node;4287.00;10.57;910.00;2.34;0 -60;supply_node;4321.00;10.82;948.00;0.10;0 -60;supply_node;4305.00;10.62;933.00;3.04;0 -60;supply_node;4285.00;9.70;934.00;4.52;0 -60;supply_node;4281.00;10.10;916.00;2.27;0 -60;supply_node;4303.00;10.35;914.00;3.75;0 -60;supply_node;4260.00;9.50;978.00;0.41;0 -60;supply_node;4314.00;10.75;929.00;4.45;0 -60;supply_node;4298.00;10.80;925.00;5.93;0 -60;supply_node;4295.00;9.85;907.00;2.58;0 -60;floating_harbor;4263.18;9.50;964.12;-4.12;1014 -60;floating_harbor;4244.12;9.50;979.18;-3.73;1142 -60;floating_harbor;4317.95;9.50;912.05;-2.36;1330 -60;floating_harbor;4266.05;9.50;963.95;0.79;3651 -60;floating_harbor;4320.87;9.50;913.74;-3.61;4336 -60;floating_harbor;4282.40;9.50;898.50;-3.52;7382 -60;floating_harbor;4274.74;9.50;939.13;1.11;10182 -60;floating_harbor;4271.36;9.50;912.79;-4.39;10223 -60;floating_harbor;4313.26;9.50;908.87;-2.03;10267 -60;floating_harbor;4252.80;9.50;968.40;-3.79;12090 -60;floating_harbor;4322.95;9.50;920.05;-2.36;12127 -60;floating_harbor;4295.00;9.50;897.00;-3.14;12267 -61;supply_node;4333.00;12.03;1015.00;1.33;0 -61;supply_node;4286.00;10.55;957.00;2.80;0 -61;supply_node;4310.00;12.60;1004.00;5.74;0 -61;supply_node;4324.00;13.00;997.00;2.04;0 -61;supply_node;4327.00;11.30;979.00;4.98;0 -61;supply_node;4298.00;10.73;965.00;1.63;0 -61;supply_node;4339.00;11.57;1000.00;4.21;0 -61;supply_node;4266.00;14.53;1020.00;0.87;0 -61;supply_node;4279.00;12.03;978.00;2.34;0 -61;supply_node;4285.00;10.62;968.00;0.10;0 -61;supply_node;4352.00;11.78;982.00;3.04;0 -61;supply_node;4291.00;10.20;988.00;4.52;0 -61;supply_node;4350.00;13.23;1024.00;2.27;0 -61;supply_node;4270.00;14.23;1032.00;3.75;0 -61;supply_node;4287.00;11.73;998.00;0.41;0 -61;supply_node;4313.00;12.90;986.00;4.45;0 -61;supply_node;4312.00;11.82;971.00;5.93;0 -61;supply_node;4323.00;10.90;966.00;2.58;0 -61;supply_node;4292.00;9.93;976.00;5.16;0 -61;supply_node;4280.00;11.03;1006.00;1.82;0 -61;supply_node;4278.00;12.73;990.00;3.29;0 -61;supply_node;4352.00;12.80;1003.00;1.05;0 -61;supply_node;4277.00;11.15;1017.00;3.99;0 -61;supply_node;4318.00;11.57;1014.00;5.47;0 -61;supply_node;4337.00;12.23;984.00;2.12;0 -61;supply_node;4341.00;12.75;970.00;4.71;0 -61;supply_node;4368.00;11.53;995.00;1.36;0 -61;supply_node;4364.00;10.60;984.00;4.29;0 -61;supply_node;4267.00;13.88;999.00;0.59;0 -61;supply_node;4301.00;10.48;945.00;3.53;0 -61;supply_node;4298.00;10.03;954.00;5.01;0 -61;supply_node;4296.00;9.98;1009.00;2.76;0 -61;supply_node;4266.00;13.35;1009.00;5.70;0 -61;supply_node;4312.00;10.35;957.00;0.90;0 -61;supply_node;4290.00;10.00;941.00;4.94;0 -61;supply_node;4329.00;10.90;954.00;0.13;0 -61;supply_node;4332.00;12.15;1029.00;3.07;0 -61;supply_node;4301.00;10.00;996.00;0.83;0 -61;supply_node;4302.00;10.07;979.00;2.31;0 -62;supply_node;4314.00;10.12;1053.00;5.74;0 -62;supply_node;4316.00;11.95;1087.00;2.04;0 -62;supply_node;4329.00;13.75;1075.00;4.98;0 -62;supply_node;4293.00;10.50;1073.00;1.63;0 -62;supply_node;4331.00;13.68;1098.00;4.21;0 -62;supply_node;4328.00;12.93;1057.00;0.87;0 -62;supply_node;4297.00;10.60;1059.00;2.34;0 -62;supply_node;4342.00;15.55;1081.00;0.10;0 -62;supply_node;4308.00;11.65;1025.00;3.04;0 -62;supply_node;4313.00;10.35;1070.00;4.52;0 -62;supply_node;4289.00;10.20;1039.00;2.27;0 -62;supply_node;4319.00;13.15;1038.00;3.75;0 -62;supply_node;4285.00;9.90;1023.00;0.41;0 -62;supply_node;4303.00;10.28;1043.00;4.45;0 -62;supply_node;4298.00;9.80;1024.00;5.93;0 -63;supply_node;4355.00;10.00;842.00;4.98;0 -63;supply_node;4343.00;9.70;872.00;1.63;0 -63;supply_node;4348.00;10.50;864.00;4.21;0 -63;supply_node;4333.00;9.62;911.00;0.87;0 -63;supply_node;4349.00;9.55;834.00;2.34;0 -63;supply_node;4341.00;10.73;913.00;0.10;0 -63;supply_node;4337.00;9.60;884.00;3.04;0 -63;supply_node;4347.00;9.70;817.00;4.52;0 -63;supply_node;4338.00;9.65;898.00;2.27;0 -63;supply_node;4332.00;9.90;927.00;3.75;0 -63;supply_node;4347.00;9.50;852.00;0.41;0 -63;floating_harbor;4331.50;9.50;867.40;-4.33;1315 -63;floating_harbor;4335.00;9.50;864.00;1.57;1385 -63;floating_harbor;4324.18;9.50;905.12;-4.12;1403 -63;floating_harbor;4338.21;9.50;831.30;-4.47;4275 -63;floating_harbor;4328.18;9.50;878.12;-4.12;7295 -63;floating_harbor;4337.00;9.50;817.00;1.57;10217 -63;floating_harbor;4324.07;9.50;896.01;-4.57;12125 -63;floating_harbor;4324.00;9.50;860.00;1.09;12292 -64;supply_node;4441.00;10.30;855.00;4.21;0 -64;supply_node;4413.00;12.25;846.00;0.87;0 -64;supply_node;4460.00;10.30;838.00;2.34;0 -64;supply_node;4416.00;10.12;835.00;0.10;0 -64;supply_node;4447.00;10.15;843.00;3.04;0 -64;supply_node;4434.00;10.00;843.00;4.52;0 -64;supply_node;4440.00;9.70;830.00;2.27;0 -64;supply_node;4421.00;9.57;827.00;3.75;0 -64;supply_node;4429.00;9.73;819.00;0.41;0 -64;supply_node;4431.00;10.43;831.00;4.45;0 -64;supply_node;4423.00;12.75;841.00;5.93;0 -64;supply_node;4451.00;9.70;831.00;2.58;0 -64;supply_node;4455.00;10.30;851.00;5.16;0 -64;floating_harbor;4406.87;9.50;833.74;-3.61;1353 -64;floating_harbor;4405.21;9.50;832.30;-4.47;4359 -64;floating_harbor;4413.80;9.50;817.40;-3.79;7404 -64;floating_harbor;4423.87;9.50;808.74;-3.61;7432 -65;supply_node;4505.00;10.43;838.00;2.34;0 -65;supply_node;4467.00;9.62;816.00;0.10;0 -65;supply_node;4463.00;9.68;810.00;3.04;0 -65;supply_node;4447.00;9.62;813.00;4.52;0 -65;supply_node;4447.00;9.90;801.00;2.27;0 -65;supply_node;4445.00;9.78;789.00;3.75;0 -65;supply_node;4472.00;9.55;822.00;0.41;0 -65;supply_node;4470.00;9.75;830.00;4.45;0 -65;supply_node;4496.00;14.10;840.00;5.93;0 -65;supply_node;4462.00;9.62;801.00;2.58;0 -65;supply_node;4453.00;9.70;795.00;5.16;0 -65;supply_node;4478.00;11.20;833.00;1.82;0 -65;supply_node;4489.00;9.75;824.00;3.29;0 -65;supply_node;4462.00;9.65;826.00;1.05;0 -65;supply_node;4441.00;9.60;818.00;3.99;0 -65;supply_node;4454.00;9.60;806.00;5.47;0 -65;supply_node;4487.00;12.78;835.00;2.12;0 -65;supply_node;4500.00;9.65;830.00;4.71;0 -65;supply_node;4480.00;9.73;820.00;1.36;0 -65;supply_node;4454.00;9.70;821.00;4.29;0 -65;floating_harbor;4517.00;9.50;838.00;-1.57;1285 -65;floating_harbor;4474.95;9.50;808.05;-2.36;1396 -65;floating_harbor;4474.00;9.50;803.40;-2.11;1423 -65;floating_harbor;4434.74;9.50;806.87;-4.25;4223 -65;floating_harbor;4435.00;9.50;801.00;1.57;4284 -65;floating_harbor;4440.87;9.50;780.74;-3.61;4341 -65;floating_harbor;4476.21;9.50;809.36;-2.82;4401 -65;floating_harbor;4471.64;9.50;797.79;-1.89;7303 -65;floating_harbor;4463.79;9.50;792.30;-1.82;7331 -65;floating_harbor;4497.95;9.50;815.05;-2.36;10232 -65;floating_harbor;4412.00;9.50;798.00;-4.10;10317 -65;floating_harbor;4511.50;9.50;825.40;-1.95;12204 -65;floating_harbor;4480.00;9.50;807.00;-3.14;12232 -66;supply_node;4058.00;10.55;984.00;3.04;0 -66;supply_node;4043.00;10.10;995.00;4.52;0 -66;supply_node;4041.00;10.48;975.00;2.27;0 -67;supply_node;1502.00;9.85;1475.00;2.27;0 -67;supply_node;1473.00;11.23;1461.00;3.75;0 -67;supply_node;1501.00;13.05;1465.00;0.41;0 -67;supply_node;1519.00;12.20;1474.00;4.45;0 -67;supply_node;1487.00;10.88;1472.00;5.93;0 -67;supply_node;1484.00;11.28;1456.00;2.58;0 -68;supply_node;1485.00;10.55;1513.00;0.41;0 -68;supply_node;1496.00;11.23;1484.00;4.45;0 -68;supply_node;1427.00;11.55;1469.00;5.93;0 -68;supply_node;1435.00;10.38;1487.00;2.58;0 -68;supply_node;1497.00;10.70;1512.00;5.16;0 -68;supply_node;1470.00;11.35;1484.00;1.82;0 -68;supply_node;1468.00;10.60;1506.00;3.29;0 -68;supply_node;1453.00;10.60;1487.00;1.05;0 -68;supply_node;1510.00;10.50;1507.00;3.99;0 -68;supply_node;1413.00;10.23;1470.00;5.47;0 -68;supply_node;1406.00;12.57;1457.00;2.12;0 -68;supply_node;1465.00;12.05;1473.00;4.71;0 -68;supply_node;1497.00;10.65;1499.00;1.36;0 -68;supply_node;1459.00;10.03;1457.00;4.29;0 -68;supply_node;1421.00;10.38;1482.00;0.59;0 -68;supply_node;1420.00;9.98;1456.00;3.53;0 -68;supply_node;1444.00;10.40;1497.00;5.01;0 -68;supply_node;1440.00;11.82;1454.00;2.76;0 -68;supply_node;1443.00;12.78;1466.00;5.70;0 -68;supply_node;1486.00;10.50;1493.00;0.90;0 -68;supply_node;1513.00;11.00;1493.00;4.94;0 -68;supply_node;1445.00;10.68;1475.00;0.13;0 -68;supply_node;1473.00;12.78;1496.00;3.07;0 -69;supply_node;1553.00;11.70;1493.00;5.93;0 -69;supply_node;1586.00;9.80;1483.00;2.58;0 -69;supply_node;1535.00;13.60;1485.00;5.16;0 -69;supply_node;1518.00;10.95;1485.00;1.82;0 -69;supply_node;1569.00;10.53;1482.00;3.29;0 -69;supply_node;1567.00;12.03;1504.00;1.05;0 -69;supply_node;1569.00;10.00;1492.00;3.99;0 -69;supply_node;1551.00;11.35;1483.00;5.47;0 -69;supply_node;1584.00;9.82;1493.00;2.12;0 -70;supply_node;1500.00;9.90;1426.00;5.16;0 -70;supply_node;1477.00;10.57;1444.00;1.82;0 -70;supply_node;1515.00;10.65;1441.00;3.29;0 -70;supply_node;1529.00;9.80;1426.00;1.05;0 -70;supply_node;1540.00;9.80;1445.00;3.99;0 -70;supply_node;1525.00;10.10;1449.00;5.47;0 -70;supply_node;1490.00;11.53;1442.00;2.12;0 -70;supply_node;1516.00;10.35;1420.00;4.71;0 -70;supply_node;1550.00;9.90;1454.00;1.36;0 -70;supply_node;1532.00;9.80;1438.00;4.29;0 -70;supply_node;1484.00;9.95;1410.00;0.59;0 -70;supply_node;1508.00;10.40;1405.00;3.53;0 -70;supply_node;1517.00;13.78;1461.00;5.01;0 -70;supply_node;1502.00;10.62;1442.00;2.76;0 -70;supply_node;1501.00;12.88;1455.00;5.70;0 -70;supply_node;1478.00;10.32;1428.00;0.90;0 -70;supply_node;1560.00;10.60;1465.00;4.94;0 -70;supply_node;1543.00;10.15;1465.00;0.13;0 -70;supply_node;1510.00;10.60;1431.00;3.07;0 -70;supply_node;1520.00;9.90;1404.00;0.83;0 -70;supply_node;1528.00;9.75;1410.00;2.31;0 -70;supply_node;1537.00;11.32;1474.00;5.24;0 -70;supply_node;1495.00;10.32;1407.00;1.55;0 -70;supply_node;1530.00;10.82;1461.00;4.48;0 -70;supply_node;1490.00;10.07;1427.00;1.13;0 -70;supply_node;1559.00;10.70;1474.00;3.71;0 -71;supply_node;4629.00;10.38;1156.00;3.29;0 -71;supply_node;4656.00;9.75;1167.00;1.05;0 -71;supply_node;4657.00;11.00;1140.00;3.99;0 -71;supply_node;4651.00;9.85;1158.00;5.47;0 -71;supply_node;4665.00;11.20;1161.00;2.12;0 -71;supply_node;4664.00;10.68;1151.00;4.71;0 -71;supply_node;4623.00;11.30;1148.00;1.36;0 -71;supply_node;4652.00;10.65;1147.00;4.29;0 -71;supply_node;4638.00;10.07;1177.00;0.59;0 -71;supply_node;4630.00;9.70;1168.00;3.53;0 -71;supply_node;4635.00;11.05;1142.00;5.01;0 -71;supply_node;4642.00;10.55;1149.00;2.76;0 -71;supply_node;4645.00;9.70;1169.00;5.70;0 -71;supply_node;4645.00;11.68;1136.00;0.90;0 -71;supply_node;4639.00;10.38;1160.00;4.94;0 -72;supply_node;4593.00;11.25;1214.00;3.99;0 -72;supply_node;4621.00;9.70;1192.00;5.47;0 -72;supply_node;4619.00;11.25;1221.00;2.12;0 -72;supply_node;4638.00;10.40;1189.00;4.71;0 -72;supply_node;4601.00;9.70;1202.00;1.36;0 -72;supply_node;4589.00;9.70;1201.00;4.29;0 -72;supply_node;4593.00;11.03;1224.00;0.59;0 -72;supply_node;4610.00;9.70;1191.00;3.53;0 -72;supply_node;4578.00;10.43;1226.00;5.01;0 -72;supply_node;4621.00;9.88;1213.00;2.76;0 -72;supply_node;4627.00;10.90;1205.00;5.70;0 -72;supply_node;4613.00;9.70;1203.00;0.90;0 -72;supply_node;4606.00;9.98;1218.00;4.94;0 -72;supply_node;4578.00;10.98;1215.00;0.13;0 -72;supply_node;4636.00;9.75;1197.00;3.07;0 -72;supply_node;4628.00;9.70;1185.00;0.83;0 -73;supply_node;4669.00;11.25;1169.00;2.12;0 -73;supply_node;4651.00;9.70;1196.00;4.71;0 -73;supply_node;4663.00;9.70;1225.00;1.36;0 -73;supply_node;4657.00;9.60;1215.00;4.29;0 -73;supply_node;4647.00;11.10;1211.00;0.59;0 -73;supply_node;4653.00;9.70;1177.00;3.53;0 -73;supply_node;4641.00;11.15;1205.00;5.01;0 -73;supply_node;4671.00;9.70;1186.00;2.76;0 -73;supply_node;4661.00;9.68;1201.00;5.70;0 -73;supply_node;4676.00;10.50;1219.00;0.90;0 -73;supply_node;4669.00;9.70;1214.00;4.94;0 -73;supply_node;4666.00;9.70;1207.00;0.13;0 -73;supply_node;4660.00;9.70;1187.00;3.07;0 -73;supply_node;4627.00;9.70;1228.00;0.83;0 -73;supply_node;4675.00;9.70;1203.00;2.31;0 -73;supply_node;4668.00;9.70;1194.00;5.24;0 -73;supply_node;4652.00;9.78;1225.00;1.55;0 -73;supply_node;4686.00;10.23;1194.00;4.48;0 -73;supply_node;4639.00;9.70;1228.00;1.13;0 -73;supply_node;4648.00;10.35;1186.00;3.71;0 -73;supply_node;4677.00;9.70;1194.00;0.37;0 -73;supply_node;4662.00;9.73;1176.00;1.85;0 -73;supply_node;4635.00;11.00;1214.00;5.89;0 -73;supply_node;4671.00;9.85;1178.00;2.54;0 -73;supply_node;4640.00;9.85;1220.00;4.02;0 -73;supply_node;4682.00;9.85;1208.00;1.78;0 -73;floating_harbor;4674.00;9.50;1231.60;-1.03;1029 -73;floating_harbor;4683.95;9.50;1226.95;-0.79;4031 -73;floating_harbor;4697.00;9.50;1200.60;-1.03;9953 -73;floating_harbor;4690.37;9.50;1218.47;-0.67;12067 -74;supply_node;4630.00;13.38;1066.00;1.36;0 -74;supply_node;4668.00;12.32;1096.00;4.29;0 -74;supply_node;4639.00;10.78;1086.00;0.59;0 -74;supply_node;4656.00;11.73;1074.00;3.53;0 -74;supply_node;4645.00;11.12;1077.00;5.01;0 -74;supply_node;4621.00;11.80;1060.00;2.76;0 -74;supply_node;4658.00;10.60;1102.00;5.70;0 -74;supply_node;4645.00;10.53;1093.00;0.90;0 -74;supply_node;4666.00;10.88;1084.00;4.94;0 -74;supply_node;4662.00;9.60;1064.00;0.13;0 -74;supply_node;4651.00;9.50;1051.00;3.07;0 -74;supply_node;4628.00;11.70;1054.00;0.83;0 -74;supply_node;4648.00;10.65;1060.00;2.31;0 -74;supply_node;4642.00;9.68;1046.00;5.24;0 -74;supply_node;4650.00;12.30;1100.00;1.55;0 -74;supply_node;4655.00;11.55;1087.00;4.48;0 -74;supply_node;4634.00;12.15;1048.00;1.13;0 -74;supply_node;4675.00;9.70;1090.00;3.71;0 -74;supply_node;4631.00;10.88;1080.00;0.37;0 -74;supply_node;4636.00;9.60;1038.00;1.85;0 -74;supply_node;4656.00;9.60;1059.00;5.89;0 -74;supply_node;4641.00;13.12;1068.00;2.54;0 -74;supply_node;4639.00;12.55;1058.00;4.02;0 -74;floating_harbor;4681.83;9.50;1080.48;-1.79;4169 -74;floating_harbor;4708.00;9.50;1093.00;-1.13;4196 -74;floating_harbor;4671.60;9.50;1056.80;-2.21;7027 -74;floating_harbor;4651.00;9.50;1041.00;-3.14;7071 -74;floating_harbor;4653.00;9.50;1039.40;-2.11;10010 -74;floating_harbor;4682.95;9.50;1082.05;-2.36;10069 -74;floating_harbor;4643.95;9.50;1030.05;-2.36;10093 -74;floating_harbor;4667.00;9.50;1052.40;-2.11;11986 -75;supply_node;4445.00;15.20;1241.00;0.59;0 -75;supply_node;4424.00;14.48;1261.00;3.53;0 -75;supply_node;4471.00;12.80;1236.00;5.01;0 -75;supply_node;4456.00;14.15;1229.00;2.76;0 -75;supply_node;4457.00;14.60;1262.00;5.70;0 -75;supply_node;4422.00;14.55;1244.00;0.90;0 -75;supply_node;4447.00;14.10;1272.00;4.94;0 -75;supply_node;4476.00;14.38;1266.00;0.13;0 -75;supply_node;4399.00;15.68;1244.00;3.07;0 -75;supply_node;4490.00;15.10;1257.00;0.83;0 -75;supply_node;4466.00;14.10;1249.00;2.31;0 -75;supply_node;4438.00;14.48;1254.00;5.24;0 -75;supply_node;4380.00;18.38;1239.00;1.55;0 -75;supply_node;4429.00;14.55;1281.00;4.48;0 -75;supply_node;4457.00;12.78;1216.00;1.13;0 -75;supply_node;4469.00;13.62;1282.00;3.71;0 -75;supply_node;4446.00;13.32;1291.00;0.37;0 -75;supply_node;4374.00;13.40;1254.00;1.85;0 -75;supply_node;4460.00;13.03;1304.00;5.89;0 -75;supply_node;4364.00;20.30;1205.00;2.54;0 -75;supply_node;4495.00;14.55;1274.00;4.02;0 -75;supply_node;4388.00;18.85;1224.00;1.78;0 -75;supply_node;4398.00;13.15;1264.00;3.25;0 -75;supply_node;4421.00;16.83;1233.00;6.19;0 -75;supply_node;4365.00;20.18;1224.00;2.49;0 -75;supply_node;4437.00;16.25;1219.00;5.43;0 -76;supply_node;4511.00;9.70;948.00;5.01;0 -76;supply_node;4506.00;9.73;1004.00;2.76;0 -76;supply_node;4519.00;9.85;966.00;5.70;0 -76;supply_node;4531.00;9.60;965.00;0.90;0 -76;supply_node;4546.00;9.98;1021.00;4.94;0 -76;supply_node;4540.00;11.25;1012.00;0.13;0 -76;supply_node;4558.00;10.25;1015.00;3.07;0 -76;supply_node;4515.00;9.57;1000.00;0.83;0 -76;supply_node;4554.00;11.28;1027.00;2.31;0 -76;supply_node;4524.00;9.60;980.00;5.24;0 -76;supply_node;4539.00;9.68;1001.00;1.55;0 -76;supply_node;4532.00;10.60;1024.00;4.48;0 -76;supply_node;4521.00;9.70;990.00;1.13;0 -76;supply_node;4565.00;10.78;1017.00;3.71;0 -76;supply_node;4517.00;10.05;1011.00;0.37;0 -76;supply_node;4551.00;9.53;1002.00;1.85;0 -76;supply_node;4526.00;10.30;1004.00;5.89;0 -76;supply_node;4563.00;9.57;1006.00;2.54;0 -76;supply_node;4563.00;10.48;1031.00;4.02;0 -76;supply_node;4508.00;10.65;958.00;1.78;0 -76;supply_node;4529.00;9.60;995.00;3.25;0 -76;supply_node;4531.00;10.03;1013.00;6.19;0 -76;supply_node;4523.00;9.55;953.00;2.49;0 -76;supply_node;4523.00;11.38;1018.00;5.43;0 -76;supply_node;4550.00;10.57;1010.00;2.08;0 -76;floating_harbor;4507.79;9.50;938.36;-3.46;994 -76;floating_harbor;4500.12;9.50;995.18;-3.73;1018 -76;floating_harbor;4513.87;9.50;976.26;0.46;1038 -76;floating_harbor;4539.82;9.50;970.88;-0.98;1070 -76;floating_harbor;4511.79;9.50;990.36;-3.46;4023 -76;floating_harbor;4532.00;9.50;980.00;-1.57;4160 -76;floating_harbor;4543.60;9.50;989.50;-2.76;7039 -76;floating_harbor;4511.36;9.50;993.21;1.25;7135 -76;floating_harbor;4559.82;9.50;996.12;-2.16;9963 -76;floating_harbor;4571.95;9.50;997.05;-2.36;11938 -76;floating_harbor;4508.00;9.50;972.00;0.00;11963 -76;floating_harbor;4489.00;9.50;971.00;-4.26;11981 -76;floating_harbor;4523.00;9.50;939.00;-3.14;11990 -77;supply_node;4574.00;9.57;1022.00;5.70;0 -77;supply_node;4607.00;10.10;1046.00;0.90;0 -77;supply_node;4584.00;10.40;1044.00;4.94;0 -77;supply_node;4596.00;10.07;1039.00;0.13;0 -77;supply_node;4588.00;10.15;1028.00;3.07;0 -77;supply_node;4598.00;9.98;1023.00;0.83;0 -77;supply_node;4609.00;11.20;1057.00;2.31;0 -77;supply_node;4615.00;12.43;1035.00;5.24;0 -77;supply_node;4606.00;12.53;1034.00;1.55;0 -77;supply_node;4584.00;12.15;1064.00;4.48;0 -77;supply_node;4609.00;9.60;1022.00;1.13;0 -77;supply_node;4587.00;9.65;1019.00;3.71;0 -77;supply_node;4617.00;10.10;1047.00;0.37;0 -77;supply_node;4625.00;11.73;1041.00;1.85;0 -77;supply_node;4625.00;9.65;1032.00;5.89;0 -77;supply_node;4578.00;10.30;1056.00;2.54;0 -77;supply_node;4620.00;9.65;1025.00;4.02;0 -77;supply_node;4575.00;11.23;1071.00;1.78;0 -77;supply_node;4572.00;9.95;1042.00;3.25;0 -77;supply_node;4561.00;11.38;1064.00;6.19;0 -77;supply_node;4596.00;11.03;1052.00;2.49;0 -77;supply_node;4566.00;11.55;1053.00;5.43;0 -77;supply_node;4577.00;9.82;1032.00;2.08;0 -77;floating_harbor;4581.95;9.50;1014.05;-2.36;1047 -77;floating_harbor;4595.63;9.50;1011.14;-3.34;4050 -77;floating_harbor;4611.70;9.50;1011.21;-2.90;7067 -77;floating_harbor;4562.00;9.50;979.00;-3.87;7108 -77;floating_harbor;4636.50;9.50;1027.40;-1.95;9938 -77;floating_harbor;4630.26;9.50;1019.87;-2.03;9978 -78;supply_node;4573.00;9.60;1012.00;4.94;0 -78;supply_node;4586.00;9.55;1013.00;0.13;0 -78;floating_harbor;4581.82;9.50;1006.12;-2.16;4189 -78;floating_harbor;4590.13;9.50;1004.74;-2.68;10062 -79;supply_node;4531.00;11.03;1055.00;3.07;0 -79;supply_node;4477.00;10.35;1019.00;0.83;0 -79;supply_node;4513.00;9.88;1036.00;2.31;0 -79;supply_node;4451.00;12.45;1045.00;5.24;0 -79;supply_node;4514.00;10.15;1028.00;1.55;0 -79;supply_node;4479.00;10.43;1029.00;4.48;0 -79;supply_node;4469.00;12.30;1051.00;1.13;0 -79;supply_node;4478.00;10.32;1007.00;3.71;0 -79;supply_node;4494.00;10.55;1041.00;0.37;0 -79;supply_node;4533.00;11.20;1032.00;1.85;0 -79;supply_node;4488.00;10.15;1010.00;5.89;0 -79;supply_node;4479.00;10.78;1040.00;2.54;0 -79;supply_node;4462.00;12.28;1025.00;4.02;0 -79;supply_node;4514.00;9.88;1046.00;1.78;0 -79;supply_node;4540.00;10.48;1044.00;3.25;0 -79;supply_node;4493.00;9.80;1020.00;6.19;0 -79;supply_node;4526.00;10.78;1044.00;2.49;0 -79;supply_node;4546.00;10.00;1036.00;5.43;0 -79;supply_node;4496.00;10.35;1030.00;2.08;0 -79;supply_node;4555.00;12.30;1051.00;4.67;0 -79;supply_node;4491.00;9.73;1001.00;1.32;0 -79;supply_node;4512.00;10.73;1060.00;2.80;0 -79;supply_node;4508.00;9.95;1019.00;0.55;0 -79;supply_node;4558.00;11.30;1041.00;3.49;0 -79;supply_node;4522.00;10.03;1061.00;4.97;0 -79;supply_node;4499.00;11.85;1053.00;2.73;0 -79;supply_node;4465.00;11.00;1038.00;4.20;0 -79;supply_node;4500.00;10.25;1011.00;0.86;0 -79;supply_node;4546.00;12.45;1056.00;4.90;0 -79;supply_node;4533.00;11.70;1067.00;0.09;0 -79;supply_node;4485.00;10.98;1052.00;3.03;0 -79;floating_harbor;4502.50;9.50;996.40;-1.95;10004 -80;supply_node;4471.00;13.20;1110.00;2.31;0 -80;supply_node;4426.00;11.75;1022.00;5.24;0 -80;supply_node;4449.00;14.10;1036.00;1.55;0 -80;supply_node;4439.00;12.70;1028.00;4.48;0 -80;supply_node;4407.00;15.25;1068.00;1.13;0 -80;supply_node;4390.00;12.68;1029.00;3.71;0 -80;supply_node;4406.00;12.25;1018.00;0.37;0 -80;supply_node;4430.00;14.43;1039.00;1.85;0 -80;supply_node;4449.00;12.55;1060.00;5.89;0 -80;supply_node;4480.00;15.32;1126.00;2.54;0 -80;supply_node;4433.00;15.48;1075.00;4.02;0 -80;supply_node;4475.00;13.10;1098.00;1.78;0 -80;supply_node;4465.00;16.52;1120.00;3.25;0 -80;supply_node;4411.00;13.53;1032.00;6.19;0 -80;supply_node;4452.00;13.25;1079.00;2.49;0 -80;supply_node;4470.00;11.93;1065.00;5.43;0 -80;supply_node;4387.00;15.23;1071.00;2.08;0 -80;supply_node;4379.00;15.55;1087.00;4.67;0 -80;supply_node;4361.00;14.28;1028.00;1.32;0 -80;supply_node;4413.00;14.32;1057.00;2.80;0 -80;supply_node;4433.00;15.53;1060.00;0.55;0 -80;supply_node;4370.00;14.65;1072.00;3.49;0 -80;supply_node;4363.00;14.85;1046.00;4.97;0 -80;supply_node;4387.00;13.80;1054.00;2.73;0 -80;supply_node;4482.00;12.28;1088.00;4.20;0 -80;supply_node;4364.00;17.02;1103.00;0.86;0 -80;supply_node;4492.00;11.90;1113.00;4.90;0 -80;supply_node;4396.00;13.70;1041.00;0.09;0 -80;supply_node;4370.00;12.82;1007.00;3.03;0 -80;supply_node;4471.00;12.75;1079.00;5.62;0 -80;supply_node;4455.00;13.60;1098.00;2.27;0 -80;supply_node;4385.00;12.20;1009.00;5.20;0 -80;supply_node;4437.00;16.05;1092.00;1.50;0 -80;supply_node;4341.00;13.30;1051.00;4.44;0 -80;supply_node;4377.00;13.25;1032.00;5.92;0 -80;supply_node;4422.00;14.88;1047.00;3.68;0 -80;supply_node;4351.00;16.95;1101.00;0.33;0 -80;supply_node;4421.00;15.15;1086.00;1.81;0 -80;supply_node;4355.00;14.40;1068.00;5.85;0 -81;supply_node;4564.00;10.15;1220.00;1.55;0 -81;supply_node;4546.00;12.15;1213.00;4.48;0 -81;supply_node;4609.00;9.90;1177.00;1.13;0 -81;supply_node;4616.00;10.82;1165.00;3.71;0 -81;supply_node;4552.00;9.80;1192.00;0.37;0 -81;supply_node;4543.00;10.00;1199.00;1.85;0 -81;supply_node;4536.00;13.38;1220.00;5.89;0 -81;supply_node;4566.00;9.93;1191.00;2.54;0 -81;supply_node;4560.00;10.07;1206.00;4.02;0 -81;supply_node;4580.00;9.85;1190.00;1.78;0 -81;supply_node;4620.00;9.70;1177.00;3.25;0 -81;supply_node;4598.00;9.70;1187.00;6.19;0 -81;supply_node;4586.00;10.35;1179.00;2.49;0 -81;supply_node;4551.00;11.70;1226.00;5.43;0 -81;supply_node;4575.00;9.80;1204.00;2.08;0 -81;supply_node;4597.00;9.95;1175.00;4.67;0 -82;supply_node;4560.00;9.88;1177.00;1.13;0 -82;supply_node;4589.00;9.70;1157.00;3.71;0 -82;supply_node;4574.00;9.80;1175.00;0.37;0 -82;supply_node;4571.00;9.70;1155.00;1.85;0 -82;supply_node;4612.00;10.80;1144.00;5.89;0 -82;supply_node;4569.00;10.05;1165.00;2.54;0 -82;supply_node;4607.00;10.15;1157.00;4.02;0 -82;supply_node;4593.00;9.80;1165.00;1.78;0 -83;supply_node;4553.00;9.70;1153.00;0.37;0 -83;supply_node;4566.00;9.70;1142.00;1.85;0 -83;supply_node;4522.00;13.20;1149.00;5.89;0 -83;supply_node;4534.00;11.30;1185.00;2.54;0 -83;supply_node;4534.00;12.00;1165.00;4.02;0 -83;supply_node;4550.00;11.62;1167.00;1.78;0 -83;supply_node;4516.00;13.05;1164.00;3.25;0 -83;supply_node;4521.00;15.28;1177.00;6.19;0 -83;supply_node;4543.00;12.05;1177.00;2.49;0 -83;supply_node;4534.00;11.15;1151.00;5.43;0 -83;supply_node;4550.00;9.70;1141.00;2.08;0 -83;supply_node;4578.00;9.90;1143.00;4.67;0 -84;supply_node;4503.00;10.93;1101.00;5.89;0 -84;supply_node;4547.00;13.00;1070.00;2.54;0 -84;supply_node;4521.00;12.20;1080.00;4.02;0 -84;supply_node;4515.00;10.82;1125.00;1.78;0 -84;supply_node;4547.00;9.70;1127.00;3.25;0 -84;supply_node;4559.00;10.30;1078.00;6.19;0 -84;supply_node;4525.00;14.90;1136.00;2.49;0 -84;supply_node;4532.00;11.70;1125.00;5.43;0 -84;supply_node;4542.00;9.80;1136.00;2.08;0 -84;supply_node;4559.00;9.93;1093.00;4.67;0 -84;supply_node;4506.00;10.68;1073.00;1.32;0 -84;supply_node;4491.00;13.65;1070.00;2.80;0 -84;supply_node;4502.00;11.25;1088.00;0.55;0 -84;supply_node;4533.00;10.68;1110.00;3.49;0 -84;supply_node;4518.00;10.18;1113.00;4.97;0 -84;supply_node;4519.00;10.73;1097.00;2.73;0 -84;supply_node;4547.00;9.90;1086.00;4.20;0 -84;supply_node;4552.00;9.95;1116.00;0.86;0 -84;supply_node;4504.00;11.00;1120.00;4.90;0 -84;supply_node;4532.00;10.68;1094.00;0.09;0 -84;supply_node;4536.00;11.78;1081.00;3.03;0 -84;supply_node;4545.00;10.43;1101.00;5.62;0 -84;supply_node;4510.00;12.70;1139.00;2.27;0 -84;supply_node;4561.00;9.98;1105.00;5.20;0 -85;supply_node;4681.00;10.32;1182.00;4.02;0 -85;supply_node;4692.00;9.70;1184.00;1.78;0 -85;supply_node;4700.00;10.10;1165.00;3.25;0 -85;supply_node;4689.00;10.80;1162.00;6.19;0 -85;supply_node;4685.00;10.38;1172.00;2.49;0 -85;supply_node;4701.00;9.50;1177.00;5.43;0 -85;supply_node;4693.00;10.15;1169.00;2.08;0 -85;supply_node;4700.00;9.68;1159.00;4.67;0 -85;floating_harbor;4691.26;9.50;1176.87;-2.03;1089 -85;floating_harbor;4703.00;9.50;1190.60;-1.03;4091 -85;floating_harbor;4710.79;9.50;1167.70;-1.33;7014 -85;floating_harbor;4712.00;9.50;1191.00;-1.06;10076 -85;floating_harbor;4712.00;9.50;1191.00;-0.51;11928 -85;floating_harbor;4712.00;9.50;1191.00;-0.73;12052 -85;floating_harbor;4710.79;9.50;1156.30;-1.82;12076 -86;supply_node;4600.00;11.45;1138.00;3.25;0 -86;supply_node;4606.00;10.48;1069.00;6.19;0 -86;supply_node;4651.00;11.15;1112.00;2.49;0 -86;supply_node;4626.00;10.12;1092.00;5.43;0 -86;supply_node;4628.00;10.43;1135.00;2.08;0 -86;supply_node;4578.00;10.15;1084.00;4.67;0 -86;supply_node;4611.00;10.05;1130.00;1.32;0 -86;supply_node;4581.00;10.15;1112.00;2.80;0 -86;supply_node;4617.00;9.80;1116.00;0.55;0 -86;supply_node;4628.00;10.70;1116.00;3.49;0 -86;supply_node;4613.00;10.53;1103.00;4.97;0 -86;supply_node;4586.00;10.23;1089.00;2.73;0 -86;supply_node;4592.00;11.95;1076.00;4.20;0 -86;supply_node;4633.00;9.70;1124.00;0.86;0 -86;supply_node;4592.00;10.90;1146.00;4.90;0 -86;supply_node;4585.00;10.55;1132.00;0.09;0 -86;supply_node;4644.00;11.62;1126.00;3.03;0 -86;supply_node;4641.00;10.95;1113.00;5.62;0 -86;supply_node;4568.00;9.70;1115.00;2.27;0 -86;supply_node;4612.00;10.60;1093.00;5.20;0 -86;supply_node;4606.00;10.95;1081.00;1.50;0 -86;supply_node;4608.00;10.57;1117.00;4.44;0 -86;supply_node;4594.00;10.28;1063.00;5.92;0 -86;supply_node;4624.00;10.07;1105.00;3.68;0 -86;supply_node;4576.00;9.70;1125.00;0.33;0 -86;supply_node;4598.00;10.40;1090.00;1.81;0 -86;supply_node;4617.00;11.95;1069.00;5.85;0 -86;supply_node;4600.00;10.55;1127.00;1.04;0 -86;supply_node;4601.00;10.43;1106.00;3.98;0 -86;supply_node;4636.00;10.78;1102.00;1.74;0 -86;supply_node;4592.00;10.40;1119.00;3.22;0 -86;supply_node;4618.00;10.40;1081.00;6.15;0 -86;supply_node;4568.00;9.88;1083.00;2.46;0 -86;supply_node;4589.00;10.30;1102.00;5.39;0 -86;supply_node;4573.00;9.80;1099.00;0.58;0 -87;supply_node;4488.00;14.70;1240.00;2.49;0 -87;supply_node;4526.00;12.98;1273.00;5.43;0 -87;supply_node;4495.00;13.28;1210.00;2.08;0 -87;supply_node;4475.00;12.85;1212.00;4.67;0 -87;supply_node;4488.00;13.53;1187.00;1.32;0 -87;supply_node;4499.00;11.07;1199.00;2.80;0 -87;supply_node;4465.00;14.38;1197.00;0.55;0 -87;supply_node;4517.00;12.98;1228.00;3.49;0 -87;supply_node;4527.00;11.85;1204.00;4.97;0 -87;supply_node;4523.00;10.93;1245.00;2.73;0 -87;supply_node;4511.00;12.78;1212.00;4.20;0 -87;supply_node;4512.00;12.43;1281.00;0.86;0 -87;supply_node;4512.00;12.32;1195.00;4.90;0 -87;supply_node;4507.00;14.62;1184.00;0.09;0 -87;supply_node;4528.00;12.75;1299.00;3.03;0 -87;supply_node;4506.00;11.80;1241.00;5.62;0 -87;supply_node;4480.00;12.93;1201.00;2.27;0 -87;supply_node;4479.00;13.85;1223.00;5.20;0 -87;supply_node;4497.00;11.18;1225.00;1.50;0 -87;supply_node;4510.00;13.55;1258.00;4.44;0 -87;supply_node;4528.00;10.73;1194.00;5.92;0 -87;supply_node;4523.00;12.65;1215.00;3.68;0 -88;supply_node;4636.00;10.45;1262.00;2.08;0 -88;supply_node;4638.00;9.75;1276.00;4.67;0 -88;supply_node;4579.00;10.68;1235.00;1.32;0 -88;supply_node;4599.00;10.18;1259.00;2.80;0 -88;supply_node;4598.00;10.07;1271.00;0.55;0 -88;supply_node;4613.00;9.95;1230.00;3.49;0 -88;supply_node;4635.00;11.60;1249.00;4.97;0 -88;supply_node;4586.00;11.03;1262.00;2.73;0 -88;supply_node;4593.00;9.73;1236.00;4.20;0 -88;supply_node;4591.00;10.12;1246.00;0.86;0 -88;supply_node;4647.00;11.40;1237.00;4.90;0 -88;supply_node;4647.00;10.48;1248.00;0.09;0 -88;supply_node;4582.00;10.90;1249.00;3.03;0 -88;supply_node;4608.00;9.70;1270.00;5.62;0 -88;supply_node;4606.00;9.70;1236.00;2.27;0 -88;supply_node;4622.00;10.25;1261.00;5.20;0 -88;supply_node;4631.00;11.28;1270.00;1.50;0 -88;supply_node;4612.00;9.70;1256.00;4.44;0 -88;supply_node;4629.00;10.65;1239.00;5.92;0 -88;supply_node;4625.00;10.00;1252.00;3.68;0 -88;supply_node;4639.00;9.70;1285.00;0.33;0 -88;supply_node;4604.00;9.70;1247.00;1.81;0 -88;supply_node;4637.00;9.70;1293.00;5.85;0 -88;supply_node;4619.00;11.03;1269.00;1.04;0 -88;supply_node;4628.00;9.70;1282.00;3.98;0 -88;supply_node;4639.00;11.07;1237.00;1.74;0 -88;supply_node;4643.00;11.62;1259.00;3.22;0 -88;supply_node;4589.00;11.25;1274.00;6.15;0 -88;supply_node;4619.00;9.70;1241.00;2.46;0 -88;supply_node;4648.00;9.70;1280.00;5.39;0 -88;floating_harbor;4650.73;9.50;1296.92;-1.29;11944 -88;floating_harbor;4653.76;9.50;1293.43;-0.40;12093 -89;supply_node;4688.00;9.70;1280.00;1.32;0 -89;supply_node;4656.00;10.95;1235.00;2.80;0 -89;supply_node;4659.00;11.50;1247.00;0.55;0 -89;supply_node;4672.00;11.30;1265.00;3.49;0 -89;supply_node;4695.00;11.32;1275.00;4.97;0 -89;supply_node;4654.00;11.95;1257.00;2.73;0 -89;supply_node;4656.00;9.62;1276.00;4.20;0 -89;supply_node;4671.00;11.45;1248.00;0.86;0 -89;supply_node;4691.00;9.50;1265.00;4.90;0 -89;supply_node;4712.00;10.20;1274.00;0.09;0 -89;supply_node;4668.00;11.40;1257.00;3.03;0 -89;supply_node;4681.00;11.40;1270.00;5.62;0 -89;supply_node;4665.00;10.57;1238.00;2.27;0 -89;supply_node;4682.00;10.15;1257.00;5.20;0 -89;supply_node;4702.00;10.68;1270.00;1.50;0 -89;supply_node;4648.00;11.03;1268.00;4.44;0 -89;supply_node;4661.00;11.30;1267.00;5.92;0 -89;floating_harbor;4688.00;9.50;1289.00;0.00;1104 -89;floating_harbor;4672.00;9.50;1278.00;0.00;1184 -89;floating_harbor;4706.82;9.50;1282.88;-0.98;1200 -89;floating_harbor;4664.37;9.50;1286.47;-0.67;4089 -89;floating_harbor;4682.00;9.50;1241.40;-2.11;4157 -89;floating_harbor;4693.70;9.50;1254.21;-2.90;4186 -89;floating_harbor;4720.00;9.50;1274.00;-1.57;4205 -89;floating_harbor;4671.05;9.50;1279.95;0.79;7105 -89;floating_harbor;4675.26;9.50;1232.87;-2.03;9971 -89;floating_harbor;4687.13;9.50;1246.74;-2.68;10000 -89;floating_harbor;4709.95;9.50;1262.05;-2.36;10018 -89;floating_harbor;4668.88;9.50;1278.82;-0.59;12074 -90;supply_node;4578.00;14.12;1309.00;0.55;0 -90;supply_node;4538.00;11.65;1250.00;3.49;0 -90;supply_node;4569.00;10.80;1245.00;4.97;0 -90;supply_node;4572.00;12.53;1291.00;2.73;0 -90;supply_node;4569.00;13.80;1305.00;4.20;0 -90;supply_node;4560.00;14.82;1268.00;0.86;0 -90;supply_node;4540.00;12.10;1264.00;4.90;0 -90;supply_node;4535.00;11.40;1233.00;0.09;0 -90;supply_node;4540.00;13.78;1297.00;3.03;0 -90;supply_node;4555.00;13.60;1278.00;5.62;0 -90;supply_node;4560.00;14.48;1294.00;2.27;0 -90;supply_node;4577.00;11.25;1271.00;5.20;0 -90;supply_node;4561.00;11.15;1234.00;1.50;0 -90;supply_node;4555.00;15.35;1255.00;4.44;0 -90;supply_node;4551.00;12.20;1242.00;5.92;0 -90;supply_node;4542.00;12.35;1278.00;3.68;0 -90;supply_node;4570.00;12.93;1258.00;0.33;0 -90;supply_node;4586.00;13.57;1317.00;1.81;0 -90;supply_node;4555.00;14.43;1312.00;5.85;0 -90;supply_node;4580.00;11.88;1283.00;1.04;0 -90;supply_node;4550.00;14.88;1296.00;3.98;0 -90;supply_node;4568.00;14.15;1280.00;1.74;0 -90;supply_node;4568.00;12.75;1322.00;3.22;0 -91;supply_node;4441.00;10.40;1165.00;4.97;0 -91;supply_node;4478.00;14.93;1142.00;2.73;0 -91;supply_node;4474.00;10.60;1153.00;4.20;0 -91;supply_node;4477.00;12.10;1182.00;0.86;0 -91;supply_node;4504.00;12.57;1150.00;4.90;0 -91;supply_node;4484.00;11.28;1167.00;0.09;0 -91;supply_node;4460.00;11.05;1185.00;3.03;0 -91;supply_node;4455.00;10.20;1157.00;5.62;0 -91;supply_node;4431.00;11.15;1174.00;2.27;0 -91;supply_node;4499.00;13.07;1173.00;5.20;0 -91;supply_node;4492.00;12.18;1134.00;1.50;0 -91;supply_node;4494.00;13.90;1157.00;4.44;0 -91;supply_node;4469.00;10.62;1169.00;5.92;0 -91;supply_node;4452.00;10.43;1175.00;3.68;0 -92;supply_node;4435.00;10.35;1135.00;4.20;0 -92;supply_node;4434.00;10.53;1152.00;0.86;0 -92;supply_node;4427.00;16.25;1104.00;4.90;0 -92;supply_node;4461.00;13.28;1131.00;0.09;0 -92;supply_node;4454.00;10.30;1142.00;3.03;0 -92;supply_node;4441.00;14.05;1110.00;5.62;0 -92;supply_node;4420.00;10.62;1140.00;2.27;0 -92;supply_node;4444.00;11.20;1125.00;5.20;0 -92;supply_node;4422.00;13.62;1119.00;1.50;0 -93;supply_node;4684.00;10.20;1107.00;4.90;0 -93;supply_node;4690.00;11.60;1138.00;0.09;0 -93;supply_node;4698.00;9.70;1118.00;3.03;0 -93;supply_node;4681.00;11.93;1121.00;5.62;0 -93;supply_node;4690.00;9.70;1114.00;2.27;0 -93;supply_node;4689.00;9.82;1155.00;5.20;0 -93;supply_node;4680.00;9.68;1097.00;1.50;0 -93;supply_node;4696.00;10.98;1141.00;4.44;0 -93;supply_node;4676.00;12.50;1105.00;5.92;0 -93;supply_node;4679.00;10.85;1163.00;3.68;0 -93;supply_node;4690.00;11.30;1126.00;0.33;0 -93;supply_node;4657.00;10.53;1127.00;1.81;0 -93;supply_node;4679.00;10.78;1150.00;5.85;0 -93;supply_node;4659.00;11.95;1117.00;1.04;0 -93;supply_node;4665.00;12.10;1106.00;3.98;0 -93;supply_node;4705.00;9.53;1138.00;1.74;0 -93;supply_node;4670.00;11.32;1142.00;3.22;0 -93;supply_node;4699.00;10.03;1128.00;6.15;0 -93;supply_node;4665.00;12.38;1132.00;2.46;0 -93;supply_node;4674.00;10.95;1154.00;5.39;0 -93;supply_node;4669.00;10.88;1122.00;0.58;0 -93;supply_node;4673.00;11.03;1114.00;4.62;0 -93;supply_node;4682.00;11.07;1141.00;1.28;0 -93;supply_node;4678.00;11.57;1132.00;2.76;0 -93;floating_harbor;4695.50;9.50;1102.40;-1.95;1055 -93;floating_harbor;4712.00;9.50;1191.00;-0.45;1096 -93;floating_harbor;4706.82;9.50;1112.12;-2.16;1168 -93;floating_harbor;4697.20;9.50;1104.40;-2.50;4013 -93;floating_harbor;4712.00;9.50;1191.00;-0.49;4042 -93;floating_harbor;4691.86;9.50;1094.63;-1.77;4099 -93;floating_harbor;4700.21;9.50;1153.64;-0.32;7058 -93;floating_harbor;4688.64;9.50;1146.79;-1.89;7191 -93;floating_harbor;4716.50;9.50;1142.60;-1.19;9974 -93;floating_harbor;4711.00;9.50;1128.00;-1.57;10058 -93;floating_harbor;4712.00;9.50;1191.00;-0.54;11991 -94;supply_node;4655.00;11.50;1341.00;3.03;0 -94;supply_node;4639.00;11.93;1340.00;5.62;0 -94;supply_node;4647.00;9.98;1326.00;2.27;0 -94;supply_node;4688.00;11.82;1352.00;5.20;0 -94;supply_node;4653.00;12.28;1364.00;1.50;0 -94;supply_node;4658.00;9.65;1315.00;4.44;0 -94;supply_node;4618.00;9.73;1308.00;5.92;0 -94;supply_node;4668.00;11.07;1340.00;3.68;0 -94;supply_node;4680.00;12.10;1372.00;0.33;0 -94;supply_node;4657.00;10.32;1328.00;1.81;0 -94;supply_node;4666.00;12.10;1351.00;5.85;0 -94;supply_node;4667.00;9.70;1322.00;1.04;0 -94;supply_node;4700.00;10.20;1355.00;3.98;0 -94;supply_node;4628.00;11.00;1338.00;1.74;0 -94;supply_node;4607.00;9.98;1283.00;3.22;0 -94;supply_node;4588.00;11.18;1288.00;6.15;0 -94;supply_node;4635.00;9.65;1301.00;2.46;0 -94;supply_node;4613.00;10.23;1320.00;5.39;0 -94;supply_node;4597.00;11.30;1284.00;0.58;0 -94;supply_node;4590.00;12.40;1305.00;4.62;0 -94;supply_node;4694.00;10.35;1380.00;1.28;0 -94;supply_node;4598.00;12.28;1310.00;2.76;0 -94;supply_node;4687.00;11.65;1339.00;5.69;0 -94;supply_node;4691.00;12.15;1365.00;2.00;0 -94;supply_node;4678.00;12.25;1345.00;4.93;0 -94;supply_node;4642.00;13.07;1362.00;1.58;0 -94;supply_node;4637.00;11.80;1332.00;4.17;0 -94;supply_node;4641.00;13.70;1375.00;0.82;0 -94;supply_node;4596.00;11.30;1297.00;2.30;0 -94;supply_node;4606.00;10.55;1297.00;0.06;0 -94;supply_node;4654.00;12.32;1376.00;2.99;0 -94;supply_node;4664.00;12.45;1366.00;4.47;0 -94;supply_node;4626.00;12.45;1352.00;2.23;0 -94;supply_node;4625.00;9.78;1326.00;3.71;0 -94;supply_node;4656.00;12.73;1353.00;0.36;0 -94;supply_node;4663.00;10.75;1333.00;4.40;0 -94;supply_node;4704.00;10.35;1372.00;5.88;0 -94;supply_node;4627.00;9.70;1303.00;2.53;0 -94;supply_node;4617.00;9.70;1280.00;5.12;0 -94;supply_node;4614.00;9.70;1295.00;1.77;0 -94;supply_node;4583.00;10.65;1297.00;4.71;0 -94;supply_node;4636.00;9.70;1312.00;1.01;0 -94;supply_node;4634.00;12.88;1357.00;3.95;0 -94;supply_node;4672.00;10.75;1381.00;5.42;0 -94;supply_node;4639.00;12.75;1386.00;3.18;0 -94;supply_node;4626.00;9.70;1317.00;6.11;0 -94;supply_node;4644.00;11.70;1348.00;1.31;0 -94;supply_node;4638.00;10.35;1323.00;5.35;0 -94;supply_node;4675.00;13.05;1360.00;0.55;0 -94;supply_node;4679.00;11.70;1332.00;3.48;0 -94;supply_node;4623.00;9.70;1291.00;6.07;0 -94;supply_node;4607.00;10.43;1311.00;2.72;0 -94;supply_node;4647.00;9.70;1313.00;5.65;0 -94;floating_harbor;4664.60;9.50;1304.00;-2.60;1052 -94;floating_harbor;4674.95;9.50;1314.05;-2.36;3900 -94;floating_harbor;4647.90;9.50;1303.15;-1.41;4137 -94;floating_harbor;4697.47;9.50;1330.63;-2.25;6837 -94;floating_harbor;4646.56;9.50;1299.69;-2.43;10068 -94;floating_harbor;4686.88;9.50;1320.18;-2.55;11886 -94;floating_harbor;4649.37;9.50;1301.14;-2.94;12043 -95;supply_node;3415.00;9.78;1406.00;2.27;0 -95;supply_node;3403.00;10.65;1409.00;5.20;0 -95;supply_node;3443.00;10.78;1421.00;1.50;0 -95;supply_node;3422.00;9.98;1400.00;4.44;0 -95;supply_node;3430.00;10.53;1407.00;5.92;0 -95;supply_node;3426.00;10.73;1416.00;3.68;0 -95;supply_node;3404.00;11.00;1416.00;0.33;0 -95;supply_node;3451.00;14.28;1392.00;1.81;0 -95;supply_node;3432.00;12.28;1399.00;5.85;0 -95;supply_node;3443.00;12.60;1406.00;1.04;0 -95;supply_node;3438.00;12.48;1414.00;3.98;0 -95;supply_node;3427.00;9.70;1428.00;1.74;0 -95;supply_node;3439.00;9.73;1437.00;3.22;0 -95;supply_node;3430.00;10.05;1391.00;6.15;0 -95;supply_node;3442.00;13.53;1396.00;2.46;0 -95;supply_node;3453.00;12.00;1402.00;5.39;0 -95;supply_node;3453.00;12.50;1411.00;0.58;0 -95;supply_node;3416.00;9.78;1414.00;4.62;0 -95;supply_node;3437.00;9.78;1428.00;1.28;0 -95;supply_node;3448.00;10.45;1381.00;2.76;0 -95;supply_node;3438.00;11.25;1386.00;5.69;0 -95;supply_node;3459.00;15.45;1386.00;2.00;0 -95;supply_node;3392.00;9.70;1416.00;4.93;0 -95;supply_node;3433.00;10.45;1421.00;1.58;0 -95;floating_harbor;3407.05;9.50;1398.05;-3.93;717 -95;floating_harbor;3394.00;9.50;1409.00;1.57;719 -95;floating_harbor;3416.12;9.50;1391.18;-3.73;3698 -95;floating_harbor;3421.18;9.50;1385.12;-4.12;9663 -95;floating_harbor;3442.12;9.50;1372.18;-3.73;11617 -95;floating_harbor;3434.79;9.50;1376.36;-3.46;11647 -95;floating_harbor;3388.79;9.50;1406.36;-3.46;11668 -96;supply_node;3510.00;11.23;1381.00;1.50;0 -96;supply_node;3483.00;16.58;1388.00;4.44;0 -96;supply_node;3464.00;11.75;1401.00;5.92;0 -96;supply_node;3518.00;10.25;1386.00;3.68;0 -96;supply_node;3483.00;11.25;1399.00;0.33;0 -96;supply_node;3493.00;10.68;1397.00;1.81;0 -96;supply_node;3502.00;11.03;1382.00;5.85;0 -96;supply_node;3500.00;10.45;1390.00;1.04;0 -96;supply_node;3467.00;15.00;1391.00;3.98;0 -96;supply_node;3491.00;16.73;1382.00;1.74;0 -96;supply_node;3475.00;14.28;1396.00;3.22;0 -97;supply_node;2663.00;9.80;1596.00;5.92;0 -97;supply_node;2656.00;10.43;1610.00;3.68;0 -97;supply_node;2653.00;9.82;1601.00;0.33;0 -97;supply_node;2646.00;10.03;1615.00;1.81;0 -97;supply_node;2644.00;10.10;1603.00;5.85;0 -97;supply_node;2669.00;10.20;1611.00;1.04;0 -97;supply_node;2666.00;9.80;1602.00;3.98;0 -97;supply_node;2664.00;10.28;1618.00;1.74;0 -97;floating_harbor;2649.00;9.50;1596.00;1.57;3396 -97;floating_harbor;2619.00;9.50;1604.00;1.33;9303 -97;floating_harbor;2633.36;9.50;1610.79;-4.39;9321 -97;floating_harbor;2635.74;9.50;1598.87;-4.25;9369 -97;floating_harbor;2656.05;9.50;1625.95;0.79;11371 -98;supply_node;5410.00;11.90;831.00;0.33;0 -98;supply_node;5520.00;10.73;654.00;1.81;0 -98;supply_node;5502.00;11.10;702.00;5.85;0 -98;supply_node;5534.00;10.07;627.00;1.04;0 -98;supply_node;5507.00;10.88;668.00;3.98;0 -98;supply_node;5504.00;10.18;682.00;1.74;0 -98;supply_node;5411.00;11.73;641.00;3.22;0 -98;supply_node;5452.00;10.38;746.00;6.15;0 -98;supply_node;5489.00;10.20;748.00;2.46;0 -98;supply_node;5481.00;10.93;765.00;5.39;0 -98;supply_node;5476.00;10.30;788.00;0.58;0 -98;supply_node;5457.00;10.43;803.00;4.62;0 -98;supply_node;5386.00;10.80;835.00;1.28;0 -98;supply_node;5338.00;10.82;834.00;2.76;0 -98;supply_node;5406.00;11.78;963.00;5.69;0 -98;supply_node;104.00;11.80;608.00;2.00;0 -98;supply_node;5589.00;11.78;523.00;4.93;0 -98;supply_node;5600.00;12.23;514.00;1.58;0 -98;supply_node;5612.00;9.82;495.00;4.17;0 -98;floating_harbor;5418.00;9.50;831.00;-1.57;1002 -98;floating_harbor;5520.00;9.50;662.00;0.00;4387 -98;floating_harbor;5502.00;9.50;710.00;0.00;7393 -98;floating_harbor;5534.00;9.50;636.00;0.00;13020 -98;floating_harbor;5515.00;9.50;668.00;-1.57;13021 -98;floating_harbor;5512.00;9.50;682.00;-1.57;13022 -98;floating_harbor;5411.00;9.50;649.00;0.00;13038 -98;floating_harbor;5456.13;9.50;754.26;-0.46;13039 -98;floating_harbor;5497.00;9.50;748.00;-1.57;13040 -98;floating_harbor;5413.12;9.50;802.82;0.59;13041 -98;floating_harbor;5483.00;9.50;775.00;-0.20;13042 -98;floating_harbor;5476.00;9.50;796.00;0.00;13043 -98;floating_harbor;5462.95;9.50;808.95;-0.79;13044 -98;floating_harbor;5386.00;9.50;843.00;0.00;13045 -98;floating_harbor;5347.64;9.50;830.79;-1.89;13046 -98;floating_harbor;5411.95;9.50;968.95;-0.79;13047 -98;floating_harbor;112.00;9.50;608.00;-1.57;13050 -98;floating_harbor;5551.00;9.50;566.00;0.00;13054 -98;floating_harbor;5593.13;9.50;514.74;-2.68;13055 -98;floating_harbor;5596.00;9.50;501.00;-3.44;13056 -98;floating_harbor;5612.00;9.50;503.00;0.00;13057 -99;supply_node;2234.00;9.60;35.00;5.85;0 -99;supply_node;1895.00;9.50;76.00;1.04;0 -99;floating_harbor;2218.17;9.50;38.52;1.35;10995 -99;floating_harbor;1886.63;9.50;86.47;0.67;12960 -100;supply_node;4470.00;9.57;991.00;3.98;0 -100;supply_node;4459.00;9.53;975.00;1.74;0 -100;supply_node;4466.00;9.60;982.00;3.22;0 -100;supply_node;4460.00;10.18;999.00;6.15;0 -100;supply_node;4480.00;9.60;994.00;2.46;0 -100;supply_node;4449.00;10.78;1017.00;5.39;0 -100;supply_node;4469.00;10.80;1003.00;0.58;0 -100;supply_node;4461.00;10.75;1013.00;4.62;0 -100;floating_harbor;4479.60;9.50;983.80;-2.21;1157 -100;floating_harbor;4469.26;9.50;969.87;-2.03;1185 -100;floating_harbor;4476.79;9.50;979.30;-1.82;4119 -100;floating_harbor;4487.95;9.50;986.05;-2.36;7093 -101;supply_node;3091.00;9.80;1577.00;3.22;0 -101;supply_node;3108.00;9.80;1566.00;6.15;0 -101;supply_node;3108.00;10.38;1574.00;2.46;0 -101;supply_node;3100.00;9.73;1586.00;5.39;0 -101;supply_node;3111.00;9.80;1584.00;0.58;0 -101;supply_node;3099.00;9.80;1572.00;4.62;0 -102;supply_node;3177.00;11.25;836.00;2.46;0 -102;supply_node;3181.00;12.68;877.00;5.39;0 -102;supply_node;3218.00;11.30;829.00;0.58;0 -102;supply_node;3200.00;11.00;936.00;4.62;0 -102;supply_node;3225.00;11.07;871.00;1.28;0 -103;supply_node;2508.00;11.35;1907.00;0.58;0 -103;supply_node;2466.00;9.80;1899.00;4.62;0 -103;supply_node;2545.00;13.15;1895.00;1.28;0 -103;floating_harbor;2500.65;9.50;1927.59;0.34;4861 -103;floating_harbor;2433.00;9.50;1923.00;0.98;12674 -103;floating_harbor;2538.63;9.50;1863.14;-3.34;12689 -103;floating_harbor;2691.21;9.50;1803.64;-0.32;13003 -104;supply_node;2929.00;13.43;1788.00;1.28;0 -104;supply_node;2985.00;9.80;1842.00;2.76;0 -104;supply_node;2994.00;11.57;1826.00;5.69;0 -104;supply_node;2898.00;10.23;1785.00;2.00;0 -104;supply_node;2973.00;10.62;1836.00;4.93;0 -104;supply_node;2966.00;10.18;1814.00;1.58;0 -104;supply_node;2942.00;13.88;1790.00;4.17;0 -104;supply_node;2947.00;12.73;1807.00;0.82;0 -104;supply_node;3019.00;12.73;1839.00;2.30;0 -104;supply_node;3011.00;11.07;1875.00;0.06;0 -104;supply_node;2912.00;12.75;1779.00;2.99;0 -104;supply_node;2988.00;13.30;1797.00;4.47;0 -104;supply_node;2983.00;11.38;1818.00;2.23;0 -104;supply_node;2992.00;10.00;1851.00;3.71;0 -104;supply_node;2965.00;9.80;1826.00;0.36;0 -104;supply_node;2961.00;12.60;1803.00;4.40;0 -104;supply_node;3002.00;10.45;1843.00;5.88;0 -104;supply_node;3004.00;9.82;1864.00;2.53;0 -104;supply_node;2929.00;14.35;1779.00;5.12;0 -104;supply_node;3017.00;11.60;1853.00;1.77;0 -104;supply_node;2915.00;9.50;1792.00;4.71;0 -104;supply_node;2986.00;9.68;1832.00;1.01;0 -104;supply_node;2975.00;12.68;1807.00;3.95;0 -104;supply_node;3022.00;13.68;1865.00;5.42;0 -104;supply_node;2925.00;9.50;1801.00;3.18;0 -104;supply_node;2987.00;13.40;1808.00;6.11;0 -104;supply_node;3006.00;11.90;1836.00;1.31;0 -104;floating_harbor;2952.00;9.50;1850.00;0.00;21 -104;floating_harbor;2976.05;9.50;1850.95;0.79;107 -104;floating_harbor;2905.00;9.50;1813.00;-0.39;188 -104;floating_harbor;2966.40;9.50;1847.00;0.54;3018 -104;floating_harbor;2952.00;9.50;1850.00;0.44;3022 -104;floating_harbor;2936.05;9.50;1817.95;0.79;3096 -104;floating_harbor;3000.00;9.50;1881.60;1.03;3126 -104;floating_harbor;2952.00;9.50;1850.00;0.75;6038 -104;floating_harbor;2952.00;9.50;1850.00;-4.61;6041 -104;floating_harbor;2952.00;9.50;1850.00;0.46;6116 -104;floating_harbor;2992.50;9.50;1868.60;1.19;6187 -104;floating_harbor;2906.05;9.50;1800.95;0.79;9127 -104;floating_harbor;2952.00;9.50;1850.00;0.97;9132 -104;floating_harbor;2928.63;9.50;1815.47;0.67;9216 -104;floating_harbor;2919.12;9.50;1809.82;0.59;11100 -105;supply_node;2896.00;9.70;1706.00;5.69;0 -105;supply_node;2905.00;12.20;1735.00;2.00;0 -105;supply_node;2932.00;12.03;1723.00;4.93;0 -105;supply_node;2891.00;9.50;1747.00;1.58;0 -105;supply_node;2895.00;10.55;1765.00;4.17;0 -105;supply_node;2916.00;11.30;1703.00;0.82;0 -105;supply_node;2895.00;11.60;1774.00;2.30;0 -105;supply_node;2944.00;12.50;1737.00;0.06;0 -105;supply_node;2904.00;12.28;1756.00;2.99;0 -105;supply_node;2920.00;14.03;1715.00;4.47;0 -105;supply_node;2913.00;10.05;1766.00;2.23;0 -105;supply_node;2897.00;9.50;1724.00;3.71;0 -105;supply_node;2935.00;11.98;1714.00;0.36;0 -105;supply_node;2905.00;9.73;1747.00;4.40;0 -105;supply_node;2949.00;9.98;1713.00;5.88;0 -105;supply_node;2904.00;9.70;1699.00;2.53;0 -105;supply_node;2932.00;14.12;1735.00;5.12;0 -105;supply_node;2926.00;12.20;1769.00;1.77;0 -105;supply_node;2943.00;11.53;1723.00;4.71;0 -105;supply_node;2922.00;14.53;1757.00;1.01;0 -105;supply_node;2946.00;9.70;1706.00;3.95;0 -105;supply_node;2917.00;14.45;1745.00;5.42;0 -105;supply_node;2959.00;9.57;1716.00;3.18;0 -105;supply_node;2931.00;11.12;1705.00;6.11;0 -105;supply_node;2929.00;9.70;1694.00;1.31;0 -105;supply_node;2953.00;10.48;1725.00;5.35;0 -105;supply_node;2917.00;14.55;1725.00;0.55;0 -105;supply_node;2939.00;9.85;1701.00;3.48;0 -105;supply_node;2917.00;14.75;1734.00;6.07;0 -105;supply_node;2916.00;9.70;1693.00;2.72;0 -105;floating_harbor;2912.00;9.50;1680.00;-2.60;53 -105;floating_harbor;2883.00;9.50;1720.00;-4.14;65 -105;floating_harbor;2882.00;9.50;1747.00;1.57;122 -105;floating_harbor;2896.36;9.50;1716.21;1.25;137 -105;floating_harbor;2882.00;9.50;1747.00;-3.65;199 -105;floating_harbor;2882.74;9.50;1767.87;-4.25;3090 -105;floating_harbor;2882.00;9.50;1747.00;-4.12;3114 -105;floating_harbor;2882.00;9.50;1747.00;-4.15;3188 -105;floating_harbor;2912.00;9.50;1680.00;-2.83;3192 -105;floating_harbor;2882.00;9.50;1747.00;1.44;6145 -105;floating_harbor;2962.73;9.50;1709.08;-1.85;6151 -105;floating_harbor;2900.79;9.50;1689.36;-3.46;6176 -105;floating_harbor;2954.82;9.50;1700.12;-2.16;9096 -105;floating_harbor;2961.70;9.50;1705.21;-2.90;9174 -105;floating_harbor;2929.00;9.50;1683.00;-3.14;9296 -105;floating_harbor;2946.95;9.50;1693.05;-2.36;11176 -105;floating_harbor;2912.79;9.50;1683.36;-3.46;11367 -106;supply_node;2999.00;12.12;1768.00;4.93;0 -106;supply_node;2963.00;9.88;1723.00;1.58;0 -106;supply_node;2955.00;13.20;1754.00;4.17;0 -106;supply_node;2986.00;13.70;1786.00;0.82;0 -106;supply_node;2991.00;12.07;1768.00;2.30;0 -106;supply_node;2961.00;11.35;1746.00;0.06;0 -106;supply_node;2984.00;9.85;1704.00;2.99;0 -106;supply_node;2996.00;10.78;1741.00;4.47;0 -106;supply_node;2986.00;10.50;1731.00;2.23;0 -106;supply_node;2980.00;10.00;1756.00;3.71;0 -106;supply_node;2932.00;14.23;1748.00;0.36;0 -106;supply_node;2993.00;13.12;1783.00;4.40;0 -106;supply_node;2993.00;11.12;1755.00;5.88;0 -106;supply_node;2975.00;9.70;1722.00;2.53;0 -106;supply_node;2984.00;11.43;1767.00;5.12;0 -106;supply_node;2948.00;12.78;1746.00;1.77;0 -106;supply_node;2952.00;13.28;1787.00;4.71;0 -106;supply_node;2940.00;15.93;1772.00;1.01;0 -106;supply_node;2988.00;10.18;1745.00;3.95;0 -106;supply_node;2990.00;9.50;1690.00;5.42;0 -106;supply_node;2951.00;13.53;1771.00;3.18;0 -106;supply_node;2967.00;10.20;1740.00;6.11;0 -106;supply_node;2961.00;12.50;1777.00;1.31;0 -106;supply_node;2971.00;11.48;1752.00;5.35;0 -106;supply_node;2956.00;10.80;1735.00;0.55;0 -106;supply_node;2966.00;13.75;1783.00;3.48;0 -106;supply_node;2972.00;12.28;1767.00;6.07;0 -106;supply_node;2940.00;13.70;1759.00;2.72;0 -106;supply_node;2979.00;10.30;1741.00;5.65;0 -106;supply_node;2978.00;12.15;1782.00;1.95;0 -106;supply_node;2961.00;13.10;1764.00;4.89;0 -106;supply_node;2985.00;9.62;1717.00;0.09;0 -106;supply_node;2979.00;9.78;1729.00;4.13;0 -106;supply_node;2971.00;12.70;1794.00;0.79;0 -106;floating_harbor;2971.82;9.50;1717.12;-2.16;14 -106;floating_harbor;2974.00;9.50;1704.00;1.57;171 -106;floating_harbor;2962.00;9.50;1693.00;-3.46;3171 -106;floating_harbor;2966.87;9.50;1724.74;-3.61;6115 -106;floating_harbor;2981.18;9.50;1684.12;-4.12;6310 -106;floating_harbor;2972.74;9.50;1710.87;-4.25;11151 -107;supply_node;3043.00;11.38;1815.00;4.17;0 -107;supply_node;3025.00;12.05;1792.00;0.82;0 -107;supply_node;3014.00;11.85;1827.00;2.30;0 -107;supply_node;3002.00;12.82;1782.00;0.06;0 -107;supply_node;3043.00;9.90;1825.00;2.99;0 -107;supply_node;2999.00;14.68;1811.00;4.47;0 -107;supply_node;3024.00;11.18;1815.00;2.23;0 -107;supply_node;3015.00;13.40;1786.00;3.71;0 -107;supply_node;3034.00;11.80;1788.00;0.36;0 -107;supply_node;3032.00;11.90;1803.00;4.40;0 -107;supply_node;3030.00;11.82;1834.00;5.88;0 -107;supply_node;3001.00;13.55;1793.00;2.53;0 -107;supply_node;3005.00;11.80;1822.00;5.12;0 -107;supply_node;3043.00;11.57;1805.00;1.77;0 -107;supply_node;3029.00;11.65;1849.00;4.71;0 -107;supply_node;3016.00;12.45;1798.00;1.01;0 -107;supply_node;3017.00;13.62;1810.00;3.95;0 -107;supply_node;3029.00;11.60;1823.00;5.42;0 -107;supply_node;3007.00;13.78;1802.00;3.18;0 -107;supply_node;3047.00;11.40;1793.00;6.11;0 -107;supply_node;3041.00;11.20;1843.00;1.31;0 -108;supply_node;3001.00;9.70;1669.00;2.30;0 -108;supply_node;3005.00;9.80;1676.00;0.06;0 -108;supply_node;3025.00;9.75;1637.00;2.99;0 -108;supply_node;3008.00;9.70;1645.00;4.47;0 -108;supply_node;3008.00;9.70;1661.00;2.23;0 -108;supply_node;3011.00;9.70;1635.00;3.71;0 -108;supply_node;3020.00;9.75;1648.00;0.36;0 -108;supply_node;3010.00;9.70;1652.00;4.40;0 -108;supply_node;3027.00;9.70;1648.00;5.88;0 -108;supply_node;3048.00;9.68;1650.00;2.53;0 -108;supply_node;3036.00;9.70;1650.00;5.12;0 -108;supply_node;3018.00;9.70;1636.00;1.77;0 -108;floating_harbor;2990.21;9.50;1666.30;-4.47;3307 -108;floating_harbor;3033.82;9.50;1631.12;-2.16;6120 -108;floating_harbor;3009.00;9.50;1628.00;-2.94;6345 -108;floating_harbor;2997.74;9.50;1655.87;-4.25;6412 -108;floating_harbor;3002.74;9.50;1630.87;-4.25;9279 -108;floating_harbor;2998.14;9.50;1654.37;1.37;9362 -108;floating_harbor;3035.95;9.50;1639.05;-2.36;11160 -108;floating_harbor;3051.21;9.50;1640.36;-2.82;11215 -108;floating_harbor;3038.70;9.50;1639.21;-2.90;11327 -108;floating_harbor;3020.37;9.50;1624.14;-2.94;11376 -109;supply_node;3157.00;9.70;1697.00;2.99;0 -109;floating_harbor;3171.00;9.50;1686.00;-2.54;185 -110;supply_node;2943.00;9.70;1665.00;2.23;0 -110;supply_node;2964.00;9.70;1674.00;3.71;0 -110;supply_node;2937.00;9.70;1642.00;0.36;0 -110;supply_node;2943.00;9.70;1654.00;4.40;0 -110;supply_node;2951.00;9.70;1638.00;5.88;0 -110;supply_node;2952.00;10.28;1648.00;2.53;0 -110;supply_node;2959.00;10.00;1661.00;5.12;0 -110;supply_node;2964.00;9.70;1649.00;1.77;0 -110;floating_harbor;2912.00;9.50;1680.00;1.09;316 -110;floating_harbor;2975.50;9.50;1669.40;-1.95;394 -110;floating_harbor;2927.36;9.50;1638.79;-4.39;399 -110;floating_harbor;2912.00;9.50;1680.00;0.92;3206 -110;floating_harbor;2966.96;9.50;1636.23;-1.68;3277 -110;floating_harbor;2973.95;9.50;1662.87;-1.45;6235 -110;floating_harbor;2976.00;9.50;1626.00;-2.76;6364 -111;supply_node;2955.00;9.70;1614.00;0.36;0 -111;supply_node;2944.00;9.70;1628.00;4.40;0 -111;supply_node;2953.00;9.55;1625.00;5.88;0 -111;supply_node;2944.00;9.57;1617.00;2.53;0 -111;floating_harbor;2965.26;9.50;1619.13;-1.11;317 -111;floating_harbor;2923.00;9.50;1637.00;1.06;332 -111;floating_harbor;2964.86;9.50;1622.63;-1.77;11251 -111;floating_harbor;2932.14;9.50;1619.37;1.37;11366 -112;supply_node;2984.00;9.70;1634.00;5.88;0 -112;supply_node;2967.00;9.70;1632.00;2.53;0 -112;supply_node;2997.00;9.70;1641.00;5.12;0 -112;supply_node;3038.00;9.55;1625.00;1.77;0 -112;supply_node;2992.00;9.70;1631.00;4.71;0 -112;floating_harbor;2979.87;9.50;1642.26;0.46;3260 -112;floating_harbor;2979.36;9.50;1615.79;-4.39;3305 -112;floating_harbor;2972.13;9.50;1642.26;-0.46;3325 -112;floating_harbor;2974.13;9.50;1614.74;-2.68;3374 -112;floating_harbor;2976.00;9.50;1626.00;-3.99;6287 -112;floating_harbor;3047.00;9.50;1626.00;-1.46;6361 -112;floating_harbor;3004.64;9.50;1626.79;-1.89;6393 -113;supply_node;4683.00;10.70;1904.00;5.12;0 -113;supply_node;4762.00;10.03;1890.00;1.77;0 -113;supply_node;5184.00;9.73;2001.00;4.71;0 -113;supply_node;4689.00;10.50;1847.00;1.01;0 -113;supply_node;4793.00;11.32;1983.00;3.95;0 -113;supply_node;4713.00;9.80;1988.00;5.42;0 -113;supply_node;5031.00;9.70;2003.00;3.18;0 -113;supply_node;5057.00;11.05;1886.00;6.11;0 -113;supply_node;5233.00;10.00;1928.00;1.31;0 -113;supply_node;4877.00;10.50;1825.00;5.35;0 -113;supply_node;4585.00;10.80;1899.00;0.55;0 -113;supply_node;4830.00;12.85;1890.00;3.48;0 -113;supply_node;4870.00;9.80;1985.00;6.07;0 -113;supply_node;5156.00;9.80;1879.00;2.72;0 -113;supply_node;4945.00;12.35;1861.00;5.65;0 -113;supply_node;4961.00;11.78;1946.00;1.95;0 -113;supply_node;5333.00;10.20;1981.00;4.89;0 -114;supply_node;5554.00;10.20;187.00;4.71;0 -114;supply_node;5555.00;10.65;167.00;1.01;0 -114;supply_node;5566.00;11.55;162.00;3.95;0 -114;supply_node;5567.00;12.65;150.00;5.42;0 -114;supply_node;5579.00;10.75;138.00;3.18;0 -114;supply_node;5557.00;10.18;115.00;6.11;0 -114;supply_node;5512.00;9.82;73.00;1.31;0 -114;supply_node;5482.00;11.82;46.00;5.35;0 -114;supply_node;5475.00;11.12;31.00;0.55;0 -114;supply_node;5548.00;10.03;196.00;3.48;0 -114;supply_node;5529.00;9.80;230.00;6.07;0 -114;supply_node;5571.00;10.70;172.00;2.72;0 -114;supply_node;5593.00;10.30;161.00;5.65;0 -114;supply_node;5560.00;10.18;128.00;1.95;0 -114;supply_node;5528.00;12.95;99.00;4.89;0 -114;supply_node;5496.00;9.75;60.00;0.09;0 -114;supply_node;5569.00;11.10;138.00;4.13;0 -114;supply_node;5600.00;11.18;174.00;0.79;0 -114;supply_node;5554.00;10.20;155.00;2.26;0 -114;supply_node;5568.00;10.65;122.00;0.02;0 -114;supply_node;5518.00;10.85;87.00;1.50;0 -114;supply_node;5557.00;10.38;177.00;4.44;0 -114;supply_node;5503.00;10.53;92.00;2.19;0 -114;supply_node;5491.00;12.98;74.00;3.67;0 -114;supply_node;5460.00;12.55;38.00;0.32;0 -114;supply_node;5458.00;9.80;22.00;2.91;0 -114;supply_node;5538.00;10.50;219.00;5.84;0 -114;supply_node;5543.00;9.50;209.00;2.49;0 -114;supply_node;5578.00;11.88;155.00;5.08;0 -114;supply_node;5513.00;10.80;114.00;1.73;0 -114;supply_node;5584.00;10.43;170.00;3.21;0 -114;supply_node;5563.00;9.65;196.00;0.97;0 -114;supply_node;5543.00;9.73;149.00;3.91;0 -114;supply_node;5556.00;9.93;142.00;5.38;0 -114;supply_node;5528.00;10.53;111.00;3.14;0 -114;supply_node;5565.00;9.78;182.00;4.62;0 -114;supply_node;5475.00;12.55;62.00;1.28;0 -114;supply_node;5457.00;12.75;55.00;3.86;0 -114;supply_node;5442.00;11.00;42.00;0.51;0 -114;supply_node;5435.00;11.07;28.00;3.44;0 -114;floating_harbor;5543.74;9.50;181.87;-4.25;1565 -114;floating_harbor;5543.14;9.50;169.37;1.37;1713 -114;floating_harbor;5591.26;9.50;144.13;-1.11;1801 -114;floating_harbor;5553.79;9.50;105.36;-3.46;1814 -114;floating_harbor;5524.70;9.50;63.93;-2.19;2197 -114;floating_harbor;5497.64;9.50;40.79;-1.89;2203 -114;floating_harbor;5486.82;9.50;23.12;-2.16;2211 -114;floating_harbor;5538.05;9.50;205.95;0.79;4543 -114;floating_harbor;5524.87;9.50;238.26;0.46;4615 -114;floating_harbor;5578.13;9.50;186.26;-0.46;4718 -114;floating_harbor;5601.95;9.50;152.05;-2.36;4748 -114;floating_harbor;5550.36;9.50;131.21;1.25;4804 -114;floating_harbor;5544.00;9.50;99.00;-1.57;4819 -114;floating_harbor;5504.95;9.50;51.05;-2.36;5195 -114;floating_harbor;5602.15;9.50;186.90;-0.17;7742 -114;floating_harbor;5541.30;9.50;164.07;0.95;7783 -114;floating_harbor;5578.47;9.50;113.63;-2.25;7826 -114;floating_harbor;5526.71;9.50;73.06;-2.58;7839 -114;floating_harbor;5543.00;9.50;177.00;1.57;7887 -114;floating_harbor;5490.30;9.50;101.07;0.95;8204 -114;floating_harbor;5475.00;9.50;83.60;1.03;8212 -114;floating_harbor;5458.00;9.50;9.00;-3.14;8241 -114;floating_harbor;5528.52;9.50;207.62;-3.84;10334 -114;floating_harbor;5534.18;9.50;203.12;-4.12;10373 -114;floating_harbor;5593.83;9.50;151.48;-1.79;10609 -114;floating_harbor;5499.57;9.50;108.24;-4.31;10650 -114;floating_harbor;5585.99;9.50;183.93;-0.14;10710 -114;floating_harbor;5558.79;9.50;208.64;0.32;12362 -114;floating_harbor;5533.36;9.50;152.21;1.25;12604 -114;floating_harbor;5548.80;9.50;132.40;-3.79;12617 -114;floating_harbor;5539.95;9.50;122.95;-0.79;12632 -114;floating_harbor;5576.50;9.50;186.60;-1.19;12664 -114;floating_harbor;5466.60;9.50;77.12;0.51;12966 -114;floating_harbor;5450.87;9.50;67.26;0.46;12974 -114;floating_harbor;5431.05;9.50;52.95;0.79;12980 -114;floating_harbor;5438.92;9.50;14.27;-2.86;12988 -115;floating_harbor;3940.56;9.50;746.99;0.06;4967 -116;supply_node;2922.00;9.70;1587.00;3.18;0 -116;floating_harbor;2912.40;9.50;1594.20;0.93;11360 -117;supply_node;1692.00;9.80;1681.00;1.31;0 -117;floating_harbor;1800.00;9.50;1725.00;-1.15;12149 -118;supply_node;1793.00;9.75;1629.00;0.55;0 -118;supply_node;1782.00;9.62;1619.00;3.48;0 -118;supply_node;1811.00;9.70;1650.00;6.07;0 -118;supply_node;1807.00;9.70;1636.00;2.72;0 -118;supply_node;1824.00;9.73;1640.00;5.65;0 -118;supply_node;1840.00;9.75;1646.00;1.95;0 -118;floating_harbor;1805.70;9.50;1619.93;-2.19;1354 -118;floating_harbor;1783.00;9.70;1624.00;-0.32;4623 -118;floating_harbor;1783.00;9.70;1624.00;-3.81;7304 -118;floating_harbor;1783.00;9.70;1624.00;-4.00;7361 -118;floating_harbor;1825.99;9.50;1626.07;-3.00;7644 -118;floating_harbor;1836.08;9.50;1659.73;0.28;10244 -119;supply_node;1827.00;9.60;1412.00;6.07;0 -119;floating_harbor;1842.00;9.50;1396.00;-2.32;13010 -120;supply_node;2690.00;11.93;1632.00;5.65;0 -120;supply_node;2672.00;12.00;1633.00;1.95;0 -120;supply_node;2683.00;10.40;1626.00;4.89;0 -120;supply_node;2696.00;10.12;1619.00;0.09;0 -120;supply_node;2698.00;10.50;1634.00;4.13;0 -120;supply_node;2703.00;9.78;1624.00;0.79;0 -120;supply_node;2676.00;10.20;1621.00;2.26;0 -120;supply_node;2684.00;9.98;1614.00;0.02;0 -120;floating_harbor;2685.40;9.50;1643.50;0.38;276 -120;floating_harbor;2659.10;9.50;1630.85;-4.55;337 -120;floating_harbor;2709.43;9.50;1613.24;-1.98;3242 -120;floating_harbor;2703.88;9.50;1642.82;-0.59;3329 -120;floating_harbor;2710.20;9.50;1633.60;-0.64;3379 -121;supply_node;2651.00;10.93;1579.00;4.89;0 -121;supply_node;2663.00;10.05;1586.00;0.09;0 -121;supply_node;2642.00;10.45;1571.00;4.13;0 -121;supply_node;2664.00;10.95;1568.00;0.79;0 -121;supply_node;2659.00;11.62;1575.00;2.26;0 -121;supply_node;2674.00;10.03;1587.00;0.02;0 -121;supply_node;2650.00;10.40;1564.00;1.50;0 -121;supply_node;2679.00;9.85;1576.00;4.44;0 -121;supply_node;2670.00;10.38;1579.00;2.19;0 -121;supply_node;2652.00;9.75;1588.00;3.67;0 -121;floating_harbor;2626.00;9.50;1560.00;-3.99;6289 -121;floating_harbor;2632.36;9.50;1574.21;1.25;6405 -121;floating_harbor;2670.95;9.50;1561.05;-2.36;7394 -121;floating_harbor;2638.14;9.50;1561.63;-4.51;9405 -121;floating_harbor;2684.13;9.50;1565.74;-2.68;11237 -121;floating_harbor;2619.00;9.50;1604.00;1.20;11334 -122;supply_node;2690.00;9.98;1580.00;4.13;0 -122;supply_node;2678.00;10.35;1596.00;0.79;0 -122;supply_node;2677.00;10.55;1604.00;2.26;0 -122;supply_node;2686.00;10.05;1591.00;0.02;0 -122;supply_node;2690.00;9.98;1607.00;1.50;0 -122;supply_node;2696.00;10.30;1589.00;4.44;0 -122;supply_node;2695.00;12.07;1600.00;2.19;0 -122;floating_harbor;2697.95;9.50;1572.05;-2.36;285 -122;floating_harbor;2725.00;9.50;1612.00;-1.57;3359 -122;floating_harbor;2707.86;9.50;1591.37;-1.37;7377 -122;floating_harbor;2706.86;9.50;1602.37;-1.37;11293 -123;supply_node;2742.00;12.20;1573.00;2.26;0 -123;supply_node;2741.00;12.73;1586.00;0.02;0 -123;supply_node;2745.00;11.23;1562.00;1.50;0 -123;supply_node;2734.00;9.88;1565.00;4.44;0 -123;supply_node;2734.00;11.30;1576.00;2.19;0 -123;supply_node;2731.00;11.10;1592.00;3.67;0 -123;supply_node;2743.00;12.90;1594.00;0.32;0 -123;supply_node;2722.00;9.80;1568.00;2.91;0 -123;floating_harbor;2722.00;9.50;1552.00;-4.42;377 -123;floating_harbor;2727.05;9.50;1558.05;-3.93;407 -123;floating_harbor;2725.18;9.50;1581.88;0.98;3274 -123;floating_harbor;2724.87;9.50;1604.26;0.46;6363 -123;floating_harbor;2743.00;9.50;1605.00;0.00;9364 -123;floating_harbor;2717.40;9.50;1556.50;-3.52;11361 -124;supply_node;2755.00;13.18;1633.00;1.50;0 -124;supply_node;2755.00;9.98;1595.00;4.44;0 -124;supply_node;2725.00;9.70;1617.00;2.19;0 -124;supply_node;2763.00;11.38;1612.00;3.67;0 -124;supply_node;2760.00;9.93;1602.00;0.32;0 -124;supply_node;2753.00;10.32;1610.00;2.91;0 -124;supply_node;2751.00;10.07;1602.00;5.84;0 -124;supply_node;2748.00;9.90;1619.00;2.49;0 -124;supply_node;2758.00;11.28;1625.00;5.08;0 -124;supply_node;2762.00;11.68;1619.00;1.73;0 -124;supply_node;2745.00;11.75;1626.00;3.21;0 -124;floating_harbor;2746.18;9.50;1600.88;0.98;3205 -124;floating_harbor;2725.00;9.50;1625.00;0.00;3311 -124;floating_harbor;2744.18;9.50;1615.88;0.98;6335 -124;floating_harbor;2742.00;9.50;1602.00;1.57;6384 -124;floating_harbor;2741.05;9.50;1612.05;-3.93;6399 -124;floating_harbor;2734.21;9.50;1628.70;1.33;11332 -125;supply_node;2767.00;10.65;1634.00;2.19;0 -125;supply_node;2780.00;10.20;1611.00;3.67;0 -125;supply_node;2769.00;10.35;1600.00;0.32;0 -125;supply_node;2772.00;11.57;1618.00;2.91;0 -125;supply_node;2770.00;11.07;1608.00;5.84;0 -125;supply_node;2771.00;10.73;1626.00;2.49;0 -125;supply_node;2790.00;9.82;1610.00;5.08;0 -125;supply_node;2764.00;10.12;1644.00;1.73;0 -125;supply_node;2783.00;9.80;1620.00;3.21;0 -125;supply_node;2779.00;10.65;1601.00;0.97;0 -125;floating_harbor;2779.64;9.50;1638.21;-1.25;351 -125;floating_harbor;2782.00;9.50;1632.60;-1.03;11270 -125;floating_harbor;2800.26;9.50;1615.13;-1.11;11297 -125;floating_harbor;2775.00;9.50;1650.60;-1.03;11299 -125;floating_harbor;2790.95;9.50;1627.95;-0.79;11317 -126;supply_node;2784.00;10.35;1589.00;0.32;0 -126;supply_node;2752.00;12.90;1573.00;2.91;0 -126;supply_node;2755.00;10.18;1587.00;5.84;0 -126;supply_node;2795.00;9.80;1595.00;2.49;0 -126;supply_node;2769.00;9.93;1568.00;5.08;0 -126;supply_node;2774.00;10.00;1593.00;1.73;0 -126;supply_node;2772.00;10.10;1575.00;3.21;0 -126;supply_node;2751.00;12.48;1581.00;0.97;0 -126;supply_node;2762.00;10.25;1577.00;3.91;0 -126;supply_node;2788.00;9.80;1600.00;5.38;0 -126;supply_node;2782.00;10.05;1576.00;3.14;0 -126;supply_node;2767.00;9.90;1581.00;4.62;0 -126;supply_node;2792.00;9.90;1587.00;1.28;0 -126;supply_node;2777.00;10.30;1583.00;3.86;0 -126;supply_node;2765.00;10.10;1590.00;0.51;0 -126;floating_harbor;2805.79;9.50;1597.70;-1.33;3353 -126;floating_harbor;2822.00;9.50;1598.00;-1.78;9250 -126;floating_harbor;2804.64;9.50;1591.21;-1.25;9322 -127;supply_node;2812.00;9.88;1571.00;5.84;0 -127;supply_node;2816.00;9.90;1577.00;2.49;0 -127;supply_node;2795.00;9.88;1580.00;5.08;0 -127;supply_node;2816.00;9.90;1585.00;1.73;0 -127;supply_node;2806.00;9.80;1584.00;3.21;0 -127;supply_node;2791.00;10.10;1571.00;0.97;0 -127;supply_node;2802.00;10.05;1574.00;3.91;0 -127;supply_node;2803.00;9.90;1564.00;5.38;0 -127;floating_harbor;2820.82;9.50;1565.12;-2.16;221 -127;floating_harbor;2827.86;9.50;1574.63;-1.77;271 -127;floating_harbor;2828.00;9.50;1585.00;-1.57;322 -127;floating_harbor;2803.63;9.50;1595.86;0.20;3287 -127;floating_harbor;2814.50;9.50;1559.40;-1.95;11374 -128;supply_node;2784.00;10.20;1555.00;5.08;0 -128;supply_node;2810.00;9.93;1553.00;1.73;0 -128;supply_node;2792.00;9.88;1563.00;3.21;0 -128;supply_node;2772.00;9.90;1550.00;0.97;0 -128;supply_node;2781.00;10.25;1565.00;3.91;0 -128;supply_node;2780.00;9.50;1547.00;5.38;0 -128;supply_node;2794.00;9.93;1557.00;3.14;0 -128;supply_node;2795.00;9.60;1547.00;4.62;0 -128;supply_node;2771.00;10.10;1560.00;1.28;0 -128;supply_node;2799.00;9.82;1553.00;3.86;0 -128;floating_harbor;2816.95;9.50;1546.05;-2.36;3501 -128;floating_harbor;2767.40;9.50;1538.50;-3.52;6489 -128;floating_harbor;2774.12;9.50;1538.18;-3.73;9458 -128;floating_harbor;2788.05;9.50;1540.05;-3.93;11446 -128;floating_harbor;2819.00;9.50;1562.00;-1.29;13070 -129;supply_node;2735.00;11.50;1540.00;3.21;0 -129;supply_node;2760.00;10.43;1563.00;0.97;0 -129;supply_node;2758.00;10.05;1546.00;3.91;0 -129;supply_node;2748.00;10.07;1547.00;5.38;0 -129;supply_node;2764.00;10.03;1553.00;3.14;0 -129;supply_node;2756.00;10.73;1568.00;4.62;0 -129;supply_node;2718.00;9.90;1536.00;1.28;0 -129;supply_node;2754.00;10.70;1554.00;3.86;0 -129;supply_node;2738.00;10.85;1550.00;0.51;0 -129;supply_node;2729.00;10.48;1546.00;3.44;0 -129;floating_harbor;2729.87;9.50;1529.74;-3.61;540 -129;floating_harbor;2749.21;9.50;1560.30;-4.47;3369 -129;floating_harbor;2764.95;9.50;1539.05;-2.36;3422 -129;floating_harbor;2751.21;9.50;1537.36;-2.82;3463 -129;floating_harbor;2722.00;9.50;1552.00;-4.36;6378 -129;floating_harbor;2709.74;9.50;1540.13;1.11;6526 -129;floating_harbor;2722.00;9.50;1552.00;-4.50;9484 -129;floating_harbor;2722.00;9.50;1552.00;-4.53;9562 -129;floating_harbor;2721.05;9.50;1553.95;0.79;11406 -130;supply_node;1853.00;9.68;1104.00;3.91;0 -130;supply_node;1876.00;9.70;1079.00;5.38;0 -130;floating_harbor;1861.00;9.50;1104.00;-1.57;177 -130;floating_harbor;1866.36;9.50;1082.21;1.25;11350 -131;supply_node;4544.00;10.57;1699.00;3.14;0 -131;supply_node;4720.00;11.82;1733.00;4.62;0 -131;supply_node;4683.00;10.00;1801.00;1.28;0 -131;supply_node;4866.00;10.00;1735.00;3.86;0 -131;supply_node;4767.00;12.10;1733.00;0.51;0 -131;supply_node;4505.00;10.62;1678.00;3.44;0 -131;supply_node;4632.00;11.60;1720.00;6.03;0 -131;supply_node;4810.00;10.90;1743.00;2.68;0 -131;supply_node;4716.00;11.88;1673.00;4.16;0 -131;supply_node;4678.00;10.40;1725.00;1.92;0 -131;supply_node;4515.00;10.55;1714.00;4.86;0 -131;supply_node;4817.00;13.07;1713.00;0.05;0 -131;supply_node;4697.00;10.95;1765.00;2.98;0 -131;supply_node;4756.00;11.50;1770.00;5.57;0 -131;supply_node;4678.00;10.60;1704.00;2.22;0 -131;supply_node;4593.00;10.75;1780.00;5.16;0 -131;supply_node;4760.00;10.10;1811.00;1.46;0 -131;supply_node;4810.00;10.85;1788.00;4.40;0 -131;supply_node;4853.00;10.88;1784.00;5.87;0 -131;supply_node;4730.00;11.65;1707.00;3.63;0 -131;supply_node;4527.00;10.40;1790.00;0.28;0 -131;supply_node;4591.00;10.55;1730.00;1.77;0 -131;supply_node;4685.00;12.00;1684.00;5.81;0 -131;supply_node;4560.00;10.60;1746.00;1.00;0 -131;supply_node;4644.00;10.25;1753.00;3.93;0 -131;supply_node;4899.00;10.15;1773.00;1.70;0 -131;supply_node;4513.00;10.40;1749.00;3.17;0 -131;supply_node;4579.00;11.03;1827.00;6.11;0 -132;supply_node;3392.00;14.48;861.00;1.28;0 -132;supply_node;3369.00;11.88;845.00;3.86;0 -132;supply_node;3417.00;14.85;875.00;0.51;0 -132;supply_node;3380.00;13.60;821.00;3.44;0 -132;supply_node;3391.00;11.23;915.00;6.03;0 -132;supply_node;3447.00;11.10;847.00;2.68;0 -132;supply_node;3417.00;18.40;827.00;4.16;0 -132;supply_node;3419.00;16.58;853.00;1.92;0 -132;supply_node;3387.00;12.45;892.00;4.86;0 -133;supply_node;3478.00;10.75;734.00;0.51;0 -133;supply_node;3413.00;17.00;797.00;3.44;0 -133;supply_node;3426.00;15.65;773.00;6.03;0 -133;supply_node;3444.00;12.10;751.00;2.68;0 -134;supply_node;3349.00;14.03;801.00;6.03;0 -134;supply_node;3352.00;12.65;766.00;2.68;0 -134;supply_node;3384.00;13.30;736.00;4.16;0 -134;supply_node;3424.00;14.20;724.00;1.92;0 -134;supply_node;3391.00;14.20;763.00;4.86;0 -134;supply_node;3378.00;14.75;796.00;0.05;0 -135;supply_node;1856.00;9.78;1663.00;4.16;0 -135;floating_harbor;1865.48;9.50;1651.62;-2.45;4430 -136;supply_node;2846.00;10.40;1511.00;4.86;0 -136;supply_node;2826.00;9.70;1513.00;0.05;0 -136;supply_node;2829.00;10.10;1503.00;2.98;0 -136;supply_node;2837.00;9.80;1506.00;5.57;0 -136;supply_node;2835.00;9.65;1524.00;2.22;0 -136;supply_node;2835.00;9.95;1516.00;5.16;0 -136;supply_node;2834.00;9.70;1532.00;1.46;0 -136;floating_harbor;2820.12;9.50;1521.82;0.59;485 -136;floating_harbor;2816.00;9.50;1519.00;-4.33;9500 -136;floating_harbor;2816.00;9.50;1519.00;-4.50;11420 -136;floating_harbor;2825.74;9.50;1536.13;1.11;11548 -137;supply_node;2864.00;9.80;1491.00;2.98;0 -137;supply_node;2856.00;10.40;1510.00;5.57;0 -137;supply_node;2866.00;10.05;1513.00;2.22;0 -137;supply_node;2859.00;9.90;1478.00;5.16;0 -137;supply_node;2876.00;10.00;1510.00;1.46;0 -137;supply_node;2866.00;9.90;1480.00;4.40;0 -137;supply_node;2849.00;10.25;1503.00;5.87;0 -137;supply_node;2861.00;10.25;1503.00;3.63;0 -137;supply_node;2872.00;9.85;1487.00;0.28;0 -137;supply_node;2870.00;9.90;1499.00;1.77;0 -138;supply_node;2883.00;10.65;1469.00;2.22;0 -138;supply_node;2878.00;10.07;1482.00;5.16;0 -138;supply_node;2882.00;10.32;1501.00;1.46;0 -138;supply_node;2887.00;10.10;1506.00;4.40;0 -138;supply_node;2883.00;10.38;1476.00;5.87;0 -138;supply_node;2883.00;11.18;1493.00;3.63;0 -138;supply_node;2889.00;11.30;1484.00;0.28;0 -139;supply_node;2791.00;11.40;1491.00;1.46;0 -139;supply_node;2808.00;10.43;1490.00;4.40;0 -139;supply_node;2816.00;9.95;1487.00;5.87;0 -139;supply_node;2822.00;9.98;1495.00;3.63;0 -139;supply_node;2788.00;10.10;1501.00;0.28;0 -139;supply_node;2781.00;9.70;1506.00;1.77;0 -139;supply_node;2807.00;10.00;1500.00;5.81;0 -139;supply_node;2813.00;9.68;1509.00;1.00;0 -139;supply_node;2784.00;9.90;1493.00;3.93;0 -139;supply_node;2816.00;9.95;1500.00;1.70;0 -139;supply_node;2799.00;11.23;1492.00;3.17;0 -139;supply_node;2797.00;10.55;1500.00;6.11;0 -139;supply_node;2822.00;9.80;1506.00;2.41;0 -139;floating_harbor;2793.13;9.50;1511.26;-0.46;3579 -139;floating_harbor;2771.00;9.50;1506.00;1.57;6449 -139;floating_harbor;2804.63;9.50;1511.86;0.20;6599 -139;floating_harbor;2815.70;9.50;1519.79;-0.24;9434 -139;floating_harbor;2775.18;9.50;1498.88;0.98;9550 -139;floating_harbor;2802.13;9.50;1510.26;-0.46;11535 -140;supply_node;2742.00;9.68;1477.00;5.87;0 -140;supply_node;2739.00;9.70;1486.00;3.63;0 -140;supply_node;2749.00;9.85;1482.00;0.28;0 -140;supply_node;2756.00;9.70;1473.00;1.77;0 -140;supply_node;2759.00;10.45;1480.00;5.81;0 -140;supply_node;2753.00;9.70;1489.00;1.00;0 -140;supply_node;2777.00;9.70;1476.00;3.93;0 -140;supply_node;2768.00;9.82;1473.00;1.70;0 -140;supply_node;2765.00;9.78;1485.00;3.17;0 -140;supply_node;2776.00;9.70;1466.00;6.11;0 -140;supply_node;2775.00;9.70;1485.00;2.41;0 -140;floating_harbor;2732.00;9.50;1477.00;1.57;542 -140;floating_harbor;2730.18;9.50;1480.12;-4.12;3552 -140;floating_harbor;2756.00;9.50;1464.00;-3.14;6536 -140;floating_harbor;2745.80;9.50;1498.60;0.64;6572 -140;floating_harbor;2759.63;9.50;1462.53;-3.82;9510 -140;floating_harbor;2765.00;9.50;1497.00;0.00;9525 -140;floating_harbor;2763.74;9.50;1459.87;-4.25;11465 -140;floating_harbor;2777.37;9.50;1496.86;-0.20;11508 -141;supply_node;2837.00;10.00;1477.00;0.28;0 -141;supply_node;2849.00;9.82;1475.00;1.77;0 -141;supply_node;2824.00;10.00;1486.00;5.81;0 -141;supply_node;2856.00;9.80;1490.00;1.00;0 -141;supply_node;2831.00;9.93;1482.00;3.93;0 -141;supply_node;2835.00;9.80;1491.00;1.70;0 -141;supply_node;2834.00;10.10;1498.00;3.17;0 -141;supply_node;2844.00;9.80;1484.00;6.11;0 -141;supply_node;2850.00;9.80;1488.00;2.41;0 -141;supply_node;2841.00;9.80;1495.00;5.35;0 -141;supply_node;2850.00;9.80;1496.00;2.00;0 -142;supply_node;2877.00;10.30;1452.00;5.81;0 -142;supply_node;2858.00;10.00;1459.00;1.00;0 -142;supply_node;2865.00;11.62;1439.00;3.93;0 -142;supply_node;2885.00;10.28;1462.00;1.70;0 -142;supply_node;2872.00;10.25;1470.00;3.17;0 -142;supply_node;2864.00;10.15;1465.00;6.11;0 -142;supply_node;2848.00;10.18;1447.00;2.41;0 -142;supply_node;2857.00;10.68;1442.00;5.35;0 -142;supply_node;2858.00;10.23;1450.00;2.00;0 -142;supply_node;2867.00;10.15;1451.00;4.58;0 -142;supply_node;2854.00;10.00;1469.00;1.24;0 -142;supply_node;2850.00;10.40;1439.00;2.71;0 -142;supply_node;2871.00;11.23;1437.00;0.47;0 -142;supply_node;2874.00;10.57;1459.00;1.95;0 -142;supply_node;2878.00;11.10;1444.00;4.89;0 -143;supply_node;2790.00;9.80;1470.00;3.93;0 -143;supply_node;2786.00;10.07;1480.00;1.70;0 -143;supply_node;2797.00;10.38;1475.00;3.17;0 -143;supply_node;2807.00;9.90;1480.00;6.11;0 -143;supply_node;2796.00;10.85;1483.00;2.41;0 -143;supply_node;2804.00;10.30;1467.00;5.35;0 -143;supply_node;2789.00;9.70;1453.00;2.00;0 -143;supply_node;2788.00;9.70;1462.00;4.58;0 -143;supply_node;2780.00;9.70;1450.00;1.24;0 -143;supply_node;2798.00;9.80;1461.00;2.71;0 -143;supply_node;2778.00;9.70;1459.00;0.47;0 -143;floating_harbor;2773.05;9.50;1443.05;-3.93;11600 -143;floating_harbor;2748.00;9.50;1460.00;-4.67;11616 -144;supply_node;2821.00;9.80;1457.00;3.17;0 -144;supply_node;2837.00;10.40;1470.00;6.11;0 -144;supply_node;2842.00;10.00;1454.00;2.41;0 -144;supply_node;2817.00;9.82;1463.00;5.35;0 -144;supply_node;2824.00;10.38;1473.00;2.00;0 -144;supply_node;2844.00;10.55;1466.00;4.58;0 -144;supply_node;2816.00;9.80;1468.00;1.24;0 -144;supply_node;2833.00;9.85;1458.00;2.71;0 -144;supply_node;2814.00;10.20;1475.00;0.47;0 -144;supply_node;2849.00;9.90;1457.00;1.95;0 -144;supply_node;2830.00;10.23;1465.00;4.89;0 -145;supply_node;2804.00;9.82;1426.00;2.41;0 -145;supply_node;2808.00;9.93;1443.00;5.35;0 -145;supply_node;2798.00;10.30;1447.00;2.00;0 -145;supply_node;2804.00;9.85;1455.00;4.58;0 -145;supply_node;2790.00;9.55;1440.00;1.24;0 -145;supply_node;2796.00;10.10;1429.00;2.71;0 -145;supply_node;2802.00;9.95;1436.00;0.47;0 -145;supply_node;2813.00;9.80;1454.00;1.95;0 -145;supply_node;2817.00;9.80;1445.00;4.89;0 -145;floating_harbor;2779.21;9.50;1437.30;-4.47;6657 -145;floating_harbor;2784.14;9.50;1426.63;-4.51;9597 -146;supply_node;2826.00;10.05;1434.00;2.00;0 -146;supply_node;2816.00;9.98;1436.00;4.58;0 -146;supply_node;2827.00;9.82;1450.00;1.24;0 -146;supply_node;2816.00;9.95;1428.00;2.71;0 -146;supply_node;2835.00;9.98;1437.00;0.47;0 -146;supply_node;2828.00;10.03;1443.00;1.95;0 -146;supply_node;2836.00;9.95;1428.00;4.89;0 -146;supply_node;2842.00;10.00;1437.00;2.65;0 -146;supply_node;2837.00;10.20;1447.00;4.12;0 -146;supply_node;2812.00;10.20;1420.00;0.77;0 -146;supply_node;2823.00;10.00;1422.00;3.36;0 -147;supply_node;2853.00;13.40;1430.00;1.24;0 -147;supply_node;2840.00;10.40;1406.00;2.71;0 -147;supply_node;2826.00;10.00;1407.00;0.47;0 -147;supply_node;2857.00;12.90;1421.00;1.95;0 -147;supply_node;2849.00;11.78;1413.00;4.89;0 -147;supply_node;2833.00;10.05;1420.00;2.65;0 -147;supply_node;2860.00;13.20;1410.00;4.12;0 -147;supply_node;2842.00;10.35;1417.00;0.77;0 -147;supply_node;2850.00;12.98;1423.00;3.36;0 -147;supply_node;2847.00;10.38;1432.00;0.01;0 -147;supply_node;2822.00;9.85;1414.00;2.95;0 -147;supply_node;2860.00;11.38;1431.00;5.53;0 -147;supply_node;2834.00;10.00;1412.00;2.19;0 -148;supply_node;2887.00;9.73;1414.00;0.47;0 -148;supply_node;2904.00;14.95;1419.00;1.95;0 -148;supply_node;2886.00;9.70;1421.00;4.89;0 -148;supply_node;2886.00;10.23;1429.00;2.65;0 -148;supply_node;2895.00;12.20;1404.00;4.12;0 -148;supply_node;2909.00;14.20;1412.00;0.77;0 -148;supply_node;2896.00;10.48;1418.00;3.36;0 -148;supply_node;2868.00;12.95;1427.00;0.01;0 -148;supply_node;2904.00;11.35;1398.00;2.95;0 -148;supply_node;2878.00;11.12;1432.00;5.53;0 -148;supply_node;2893.00;10.10;1437.00;2.19;0 -148;supply_node;2876.00;12.70;1423.00;3.66;0 -148;supply_node;2909.00;13.20;1404.00;1.42;0 -148;supply_node;2885.00;10.10;1436.00;4.36;0 -148;supply_node;2874.00;10.70;1408.00;5.84;0 -148;supply_node;2864.00;13.60;1417.00;3.59;0 -148;supply_node;2902.00;12.75;1409.00;5.07;0 -148;supply_node;2884.00;9.98;1407.00;1.73;0 -148;supply_node;2874.00;13.20;1415.00;5.77;0 -149;supply_node;2833.00;10.30;1386.00;4.89;0 -149;supply_node;2821.00;9.98;1392.00;2.65;0 -149;supply_node;2822.00;12.03;1380.00;4.12;0 -149;supply_node;2833.00;9.95;1398.00;0.77;0 -149;supply_node;2828.00;9.98;1391.00;3.36;0 -149;supply_node;2831.00;12.43;1377.00;0.01;0 -149;supply_node;2823.00;10.07;1401.00;2.95;0 -149;supply_node;2816.00;11.75;1384.00;5.53;0 -150;supply_node;2786.00;10.12;1386.00;4.12;0 -150;supply_node;2813.00;10.20;1396.00;0.77;0 -150;supply_node;2800.00;10.70;1392.00;3.36;0 -150;supply_node;2789.00;9.68;1419.00;0.01;0 -150;supply_node;2803.00;10.38;1398.00;2.95;0 -150;supply_node;2795.00;10.35;1401.00;5.53;0 -150;supply_node;2815.00;10.10;1406.00;2.19;0 -150;supply_node;2789.00;9.70;1405.00;3.66;0 -150;supply_node;2789.00;10.05;1393.00;1.42;0 -150;supply_node;2805.00;10.40;1404.00;4.36;0 -150;supply_node;2794.00;9.68;1413.00;5.84;0 -150;supply_node;2811.00;14.12;1377.00;3.59;0 -150;supply_node;2802.00;13.60;1379.00;5.07;0 -150;supply_node;2800.00;10.10;1417.00;1.73;0 -150;supply_node;2796.00;10.80;1384.00;5.77;0 -150;supply_node;2808.00;10.98;1388.00;0.96;0 -150;supply_node;2808.00;10.28;1412.00;3.90;0 -150;floating_harbor;2777.05;9.50;1394.95;0.79;743 -150;floating_harbor;2783.05;9.50;1413.05;-3.93;6621 -150;floating_harbor;2779.36;9.50;1408.21;1.25;6777 -150;floating_harbor;2776.74;9.50;1399.13;1.11;9710 -150;floating_harbor;2769.00;9.50;1438.00;0.97;9737 -150;floating_harbor;2769.00;9.50;1438.00;1.01;11565 -151;supply_node;2860.00;11.85;1399.00;3.36;0 -151;supply_node;2842.00;10.25;1398.00;0.01;0 -151;supply_node;2850.00;11.20;1380.00;2.95;0 -151;supply_node;2842.00;10.57;1384.00;5.53;0 -151;supply_node;2855.00;10.98;1389.00;2.19;0 -151;supply_node;2852.00;11.43;1396.00;3.66;0 -151;supply_node;2843.00;10.32;1391.00;1.42;0 -151;supply_node;2866.00;9.73;1392.00;4.36;0 -151;supply_node;2850.00;11.80;1404.00;5.84;0 -151;supply_node;2868.00;11.03;1401.00;3.59;0 -151;floating_harbor;2861.00;9.50;1380.00;-1.57;3946 -151;floating_harbor;2865.47;9.50;1380.63;-2.25;6960 -151;floating_harbor;2871.13;9.50;1381.74;-2.68;9898 -152;supply_node;2901.00;9.73;1384.00;2.95;0 -152;supply_node;2901.00;10.95;1392.00;5.53;0 -152;supply_node;2908.00;9.80;1388.00;2.19;0 -152;supply_node;2891.00;9.60;1387.00;3.66;0 -152;supply_node;2882.00;9.73;1392.00;1.42;0 -152;supply_node;2892.00;10.43;1396.00;4.36;0 -152;supply_node;2876.00;9.82;1396.00;5.84;0 -152;floating_harbor;2901.00;9.50;1375.00;-3.14;911 -152;floating_harbor;2914.95;9.50;1381.05;-2.36;3928 -152;floating_harbor;2884.05;9.50;1380.05;-3.93;11834 -152;floating_harbor;2884.70;9.50;1381.21;-2.90;11849 -152;floating_harbor;2877.87;9.50;1381.05;-3.02;11877 -153;supply_node;1975.00;9.80;942.00;2.19;0 -153;floating_harbor;1988.95;9.50;955.95;-0.79;12885 -154;supply_node;2940.00;10.55;1522.00;1.42;0 -155;supply_node;2609.00;9.80;859.00;5.84;0 -155;supply_node;2601.00;9.82;885.00;3.59;0 -155;supply_node;2574.00;9.70;897.00;5.07;0 -155;supply_node;2619.00;11.98;840.00;1.73;0 -156;supply_node;1225.00;16.40;1250.00;5.07;0 -156;supply_node;1237.00;10.50;1314.00;1.73;0 -156;supply_node;1205.00;12.95;1339.00;5.77;0 -156;supply_node;1274.00;9.75;1281.00;0.96;0 -156;supply_node;1210.00;13.62;1286.00;3.90;0 -156;supply_node;1213.00;14.50;1265.00;0.20;0 -156;supply_node;1212.00;12.35;1312.00;3.14;0 -156;supply_node;1255.00;9.95;1290.00;6.07;0 -156;supply_node;1193.00;12.65;1310.00;2.37;0 -156;supply_node;1241.00;15.12;1266.00;5.31;0 -156;supply_node;1226.00;11.07;1339.00;0.50;0 -156;supply_node;1235.00;13.43;1290.00;4.54;0 -156;supply_node;1267.00;10.03;1259.00;1.20;0 -156;floating_harbor;1293.00;9.50;1281.00;-1.57;5015 -156;floating_harbor;1287.98;9.50;1257.50;-1.64;13088 -157;supply_node;2630.00;11.07;863.00;5.77;0 -157;supply_node;2661.00;11.48;858.00;0.96;0 -157;supply_node;2644.00;11.55;884.00;3.90;0 -158;supply_node;852.00;11.53;1725.00;3.90;0 -158;supply_node;841.00;12.25;1741.00;0.20;0 -158;supply_node;868.00;11.55;1714.00;3.14;0 -158;supply_node;833.00;9.80;1734.00;6.07;0 -158;floating_harbor;846.87;9.50;1714.74;-3.61;1214 -158;floating_harbor;846.13;9.53;1751.26;-0.46;1420 -158;floating_harbor;853.45;9.50;1708.54;-4.35;7259 -158;floating_harbor;781.00;9.50;1754.00;1.48;12259 -158;floating_harbor;830.30;9.50;1723.21;-3.39;12272 -159;supply_node;3522.00;11.20;1377.00;3.14;0 -159;supply_node;3524.00;15.93;1367.00;6.07;0 -159;supply_node;3514.00;13.98;1370.00;2.37;0 -159;supply_node;3547.00;10.18;1380.00;5.31;0 -159;supply_node;3535.00;11.43;1387.00;0.50;0 -159;supply_node;3544.00;15.07;1359.00;4.54;0 -159;supply_node;3527.00;12.38;1347.00;1.20;0 -159;supply_node;3520.00;12.70;1358.00;2.68;0 -159;supply_node;3532.00;11.43;1377.00;0.43;0 -159;supply_node;3536.00;13.95;1351.00;1.91;0 -159;supply_node;3534.00;16.77;1363.00;4.85;0 -159;supply_node;3541.00;12.78;1370.00;1.15;0 -160;supply_node;3474.00;12.90;1371.00;2.37;0 -160;supply_node;3462.00;14.30;1377.00;5.31;0 -160;supply_node;3496.00;13.65;1363.00;0.50;0 -160;supply_node;3502.00;11.73;1352.00;4.54;0 -160;supply_node;3472.00;14.48;1355.00;1.20;0 -160;supply_node;3477.00;14.25;1363.00;2.68;0 -160;supply_node;3508.00;14.10;1359.00;0.43;0 -160;supply_node;3484.00;15.05;1350.00;1.91;0 -160;supply_node;3489.00;14.80;1358.00;4.85;0 -160;supply_node;3474.00;16.30;1380.00;1.15;0 -160;supply_node;3486.00;12.10;1367.00;4.08;0 -160;supply_node;3488.00;13.70;1374.00;0.74;0 -160;supply_node;3494.00;15.45;1349.00;3.32;0 -160;supply_node;3502.00;17.88;1371.00;6.26;0 -160;supply_node;3510.00;12.45;1341.00;1.45;0 -160;supply_node;3516.00;11.05;1350.00;4.39;0 -160;supply_node;3499.00;14.98;1339.00;2.15;0 -160;supply_node;3487.00;14.45;1340.00;3.63;0 -161;supply_node;4059.00;20.95;1147.00;0.50;0 -161;supply_node;4040.00;21.00;1158.00;4.54;0 -161;supply_node;4027.00;14.98;1146.00;1.20;0 -161;supply_node;4014.00;16.08;1159.00;2.68;0 -163;supply_node;2947.00;9.75;1356.00;0.43;0 -163;supply_node;2951.00;11.40;1369.00;1.91;0 -163;supply_node;2945.00;11.70;1366.00;4.85;0 -163;floating_harbor;2939.00;9.50;1356.00;1.57;3838 -163;floating_harbor;2961.26;9.50;1363.87;-2.03;9851 -163;floating_harbor;2933.14;9.50;1363.63;-4.51;11804 -164;supply_node;2934.00;11.12;1405.00;4.85;0 -164;supply_node;2949.00;9.53;1407.00;1.15;0 -164;supply_node;2926.00;10.90;1399.00;4.08;0 -164;floating_harbor;2943.64;9.50;1401.79;-1.89;3772 -164;floating_harbor;2952.21;9.50;1397.36;-2.82;6788 -164;floating_harbor;2933.95;9.50;1391.05;-2.36;11891 -165;supply_node;4049.00;10.05;923.00;4.08;0 -165;supply_node;4033.00;10.25;913.00;0.74;0 -165;supply_node;4062.00;9.75;928.00;3.32;0 -165;supply_node;4044.00;10.12;936.00;6.26;0 -165;supply_node;4029.00;10.98;930.00;1.45;0 -166;supply_node;4074.00;9.75;923.00;3.32;0 -166;supply_node;4085.00;9.78;929.00;6.26;0 -166;supply_node;4059.00;9.60;907.00;1.45;0 -166;supply_node;4106.00;15.32;963.00;4.39;0 -166;supply_node;4082.00;9.70;915.00;2.15;0 -166;supply_node;4066.00;9.70;913.00;3.63;0 -166;supply_node;4111.00;9.85;947.00;0.28;0 -166;supply_node;4099.00;9.93;936.00;2.87;0 -166;supply_node;4119.00;10.15;957.00;5.80;0 -166;supply_node;4128.00;10.35;965.00;2.45;0 -166;floating_harbor;4098.94;9.50;920.29;-2.13;4237 -166;floating_harbor;4069.47;9.50;898.63;-2.25;4321 -166;floating_harbor;4090.82;9.50;909.12;-2.16;7297 -166;floating_harbor;4077.95;9.50;901.05;-2.36;7340 -166;floating_harbor;4122.38;9.50;937.52;-2.27;10001 -166;floating_harbor;4102.92;9.50;922.27;-2.86;10255 -166;floating_harbor;4134.64;9.50;951.79;-1.89;11978 -166;floating_harbor;4141.93;9.50;963.01;-1.71;12462 -167;supply_node;4152.00;10.50;1009.00;1.45;0 -167;supply_node;4141.00;9.80;991.00;4.39;0 -167;supply_node;4136.00;10.12;1003.00;2.15;0 -167;supply_node;4094.00;11.45;980.00;3.63;0 -167;supply_node;4157.00;10.35;999.00;0.28;0 -167;supply_node;4117.00;11.78;1005.00;2.87;0 -167;supply_node;4108.00;10.25;986.00;5.80;0 -167;supply_node;4130.00;10.65;986.00;2.45;0 -167;supply_node;4122.00;10.65;995.00;5.03;0 -167;supply_node;4119.00;14.00;976.00;1.69;0 -167;floating_harbor;4171.55;9.50;993.54;-1.93;4104 -168;supply_node;2961.00;9.62;1591.00;2.15;0 -168;floating_harbor;2949.50;9.50;1595.60;1.19;9347 -169;supply_node;1451.00;9.82;1396.00;0.28;0 -169;supply_node;1470.00;10.40;1400.00;2.87;0 -169;supply_node;1435.00;10.40;1427.00;5.80;0 -169;supply_node;1467.00;10.40;1428.00;2.45;0 -169;supply_node;1434.00;10.30;1411.00;5.03;0 -169;supply_node;1434.00;10.30;1396.00;1.69;0 -169;supply_node;1456.00;10.62;1446.00;3.17;0 -169;supply_node;1450.00;10.40;1411.00;0.92;0 -169;supply_node;1429.00;9.80;1380.00;3.86;0 -169;supply_node;1469.00;10.40;1386.00;5.34;0 -169;supply_node;1440.00;10.88;1442.00;3.10;0 -169;supply_node;1453.00;10.25;1374.00;4.57;0 -169;supply_node;1473.00;10.23;1369.00;1.23;0 -169;supply_node;1488.00;10.28;1367.00;5.27;0 -169;supply_node;1466.00;9.95;1414.00;0.46;0 -169;supply_node;1454.00;10.30;1384.00;3.40;0 -169;supply_node;1491.00;10.30;1379.00;5.99;0 -169;supply_node;1504.00;9.80;1389.00;2.64;0 -169;supply_node;1485.00;10.40;1392.00;5.57;0 -169;supply_node;1449.00;10.48;1427.00;1.87;0 -169;supply_node;1462.00;10.70;1437.00;4.81;0 -169;floating_harbor;1430.70;9.50;1363.03;-3.04;7480 -169;floating_harbor;1448.40;9.50;1362.50;-3.52;10352 -169;floating_harbor;1471.13;9.50;1354.05;-3.27;10380 -169;floating_harbor;1490.15;9.50;1354.10;-2.98;10407 -169;floating_harbor;1433.99;9.50;1361.30;-3.43;10520 -170;supply_node;2952.00;10.50;1546.00;5.80;0 -170;supply_node;2940.00;10.80;1532.00;2.45;0 -170;supply_node;2950.00;10.98;1534.00;5.03;0 -170;supply_node;2937.00;10.88;1544.00;1.69;0 -170;supply_node;2959.00;10.35;1541.00;3.17;0 -170;supply_node;2932.00;10.95;1535.00;0.92;0 -170;supply_node;2940.00;10.53;1550.00;3.86;0 -170;supply_node;2946.00;10.60;1541.00;5.34;0 -171;supply_node;1599.00;12.45;1784.00;5.03;0 -171;supply_node;1494.00;11.20;1687.00;1.69;0 -171;supply_node;1477.00;10.95;1704.00;3.17;0 -171;supply_node;1549.00;11.20;1695.00;0.92;0 -171;supply_node;1371.00;10.60;1718.00;3.86;0 -171;supply_node;1509.00;11.00;1712.00;5.34;0 -171;supply_node;1614.00;11.10;1725.00;3.10;0 -171;supply_node;1430.00;10.55;1721.00;4.57;0 -171;supply_node;1547.00;10.23;1714.00;1.23;0 -171;supply_node;1521.00;11.30;1693.00;5.27;0 -171;supply_node;1336.00;11.00;1741.00;0.46;0 -171;supply_node;1642.00;10.40;1782.00;3.40;0 -171;supply_node;1528.00;11.10;1677.00;5.99;0 -171;supply_node;1458.00;10.90;1750.00;2.64;0 -171;supply_node;1403.00;11.25;1714.00;5.57;0 -171;supply_node;1551.00;10.80;1681.00;1.87;0 -171;supply_node;1523.00;12.28;1768.00;4.81;0 -171;supply_node;1549.00;10.80;1743.00;0.01;0 -171;supply_node;1467.00;10.90;1724.00;4.05;0 -171;supply_node;1364.00;11.20;1754.00;5.52;0 -171;supply_node;1578.00;10.20;1739.00;2.18;0 -171;supply_node;1582.00;10.90;1705.00;6.22;0 -171;supply_node;1520.00;9.50;1661.00;1.41;0 -171;supply_node;1501.00;10.60;1670.00;4.35;0 -171;supply_node;1506.00;10.70;1740.00;0.65;0 -171;supply_node;1408.00;10.50;1748.00;3.59;0 -171;floating_harbor;1569.23;9.50;1791.77;1.32;490 -171;floating_harbor;1547.92;9.50;1783.74;-1.01;9740 -171;floating_harbor;1560.46;9.50;1773.55;-0.36;10621 -171;floating_harbor;1568.30;9.50;1777.79;0.24;11682 -172;supply_node;1490.00;9.80;1806.00;3.17;0 -172;supply_node;1354.00;10.80;1802.00;0.92;0 -172;supply_node;1243.00;10.30;2006.00;3.86;0 -172;supply_node;1412.00;10.88;1791.00;5.34;0 -172;supply_node;1173.00;11.10;1933.00;3.10;0 -172;supply_node;1426.00;10.15;1847.00;4.57;0 -172;supply_node;1295.00;10.70;1931.00;1.23;0 -172;supply_node;1303.00;10.70;1838.00;5.27;0 -172;supply_node;1315.00;10.60;1890.00;0.46;0 -172;supply_node;1151.00;10.55;2000.00;3.40;0 -172;supply_node;1308.00;10.80;1795.00;5.99;0 -172;supply_node;1238.00;11.15;1922.00;2.64;0 -172;supply_node;1361.00;10.40;1864.00;5.57;0 -172;supply_node;1322.00;9.70;2012.00;1.87;0 -172;floating_harbor;1530.77;9.50;1816.79;-1.31;761 -172;floating_harbor;1452.95;9.50;1873.95;-0.79;4753 -172;floating_harbor;1335.47;9.50;1947.67;-1.18;5239 -172;floating_harbor;1359.69;9.50;1922.08;-0.95;7185 -172;floating_harbor;1378.97;9.50;1902.34;-0.44;10605 -172;floating_harbor;1344.43;9.50;1984.58;-2.46;10721 -173;supply_node;3068.00;10.60;1465.00;3.86;0 -173;supply_node;3085.00;10.18;1460.00;5.34;0 -173;supply_node;3070.00;10.03;1446.00;3.10;0 -173;supply_node;3076.00;10.45;1457.00;4.57;0 -173;supply_node;3082.00;9.95;1477.00;1.23;0 -173;supply_node;3061.00;10.57;1446.00;5.27;0 -173;supply_node;3077.00;11.00;1470.00;0.46;0 -173;supply_node;3073.00;9.80;1485.00;3.40;0 -173;supply_node;3065.00;10.53;1454.00;5.99;0 -174;supply_node;3085.00;10.07;1486.00;3.10;0 -174;supply_node;3117.00;10.03;1489.00;4.57;0 -174;supply_node;3114.00;11.98;1497.00;1.23;0 -174;supply_node;3090.00;12.28;1497.00;5.27;0 -174;supply_node;3106.00;10.50;1487.00;0.46;0 -174;supply_node;3127.00;11.82;1498.00;3.40;0 -174;supply_node;3148.00;9.98;1487.00;5.99;0 -174;supply_node;3138.00;11.88;1499.00;2.64;0 -174;supply_node;3136.00;10.07;1490.00;5.57;0 -174;supply_node;3146.00;9.80;1494.00;1.87;0 -174;supply_node;3151.00;10.35;1499.00;4.81;0 -174;supply_node;3077.00;9.85;1492.00;0.01;0 -174;supply_node;3095.00;9.90;1487.00;4.05;0 -174;supply_node;3101.00;12.43;1495.00;5.52;0 -174;supply_node;3109.00;14.30;1502.00;2.18;0 -175;supply_node;3041.00;9.73;1415.00;1.23;0 -175;supply_node;3054.00;11.05;1403.00;5.27;0 -175;supply_node;3050.00;10.73;1428.00;0.46;0 -175;supply_node;3046.00;10.70;1422.00;3.40;0 -175;supply_node;3050.00;13.30;1411.00;5.99;0 -175;supply_node;3062.00;9.90;1439.00;2.64;0 -175;supply_node;3035.00;9.50;1423.00;5.57;0 -175;supply_node;3055.00;9.93;1435.00;1.87;0 -175;floating_harbor;3032.74;9.50;1410.87;-4.25;591 -175;floating_harbor;3015.00;9.50;1412.00;-4.31;11564 -175;floating_harbor;3035.74;9.50;1410.13;1.11;11901 -176;supply_node;1359.00;10.28;1558.00;0.46;0 -176;supply_node;1341.00;11.68;1562.00;3.40;0 -176;supply_node;1351.00;10.20;1645.00;5.99;0 -176;supply_node;1361.00;10.57;1681.00;2.64;0 -176;supply_node;1332.00;11.57;1577.00;5.57;0 -176;supply_node;1370.00;10.43;1602.00;1.87;0 -176;supply_node;1386.00;11.23;1662.00;4.81;0 -176;supply_node;1339.00;10.48;1639.00;0.01;0 -176;supply_node;1306.00;11.75;1633.00;4.05;0 -176;supply_node;1364.00;10.30;1642.00;5.52;0 -176;supply_node;1385.00;10.90;1642.00;2.18;0 -176;supply_node;1366.00;13.75;1617.00;6.22;0 -176;supply_node;1336.00;10.40;1602.00;1.41;0 -176;supply_node;1347.00;10.62;1622.00;4.35;0 -176;supply_node;1325.00;10.50;1656.00;0.65;0 -176;supply_node;1386.00;11.20;1693.00;3.59;0 -176;supply_node;1340.00;11.10;1659.00;0.24;0 -176;supply_node;1368.00;10.10;1579.00;2.82;0 -176;supply_node;1357.00;10.10;1572.00;5.76;0 -176;supply_node;1328.00;10.45;1618.00;0.96;0 -176;supply_node;1375.00;10.15;1562.00;5.00;0 -176;supply_node;1373.00;10.40;1658.00;1.65;0 -176;supply_node;1357.00;11.18;1700.00;3.13;0 -176;supply_node;1327.00;10.30;1632.00;0.89;0 -176;supply_node;1318.00;10.38;1563.00;2.36;0 -176;supply_node;1377.00;10.20;1589.00;5.30;0 -176;supply_node;1387.00;10.15;1577.00;3.06;0 -176;supply_node;1376.00;10.23;1627.00;4.54;0 -176;supply_node;1305.00;10.45;1668.00;1.19;0 -176;supply_node;1313.00;10.50;1584.00;3.78;0 -176;supply_node;1309.00;10.40;1648.00;0.43;0 -176;supply_node;1309.00;11.00;1711.00;3.36;0 -176;supply_node;1324.00;10.93;1597.00;5.94;0 -176;supply_node;1353.00;10.40;1598.00;2.60;0 -176;supply_node;1344.00;10.30;1585.00;4.08;0 -176;supply_node;1355.00;10.88;1664.00;1.83;0 -176;supply_node;1311.00;11.32;1616.00;4.78;0 -176;supply_node;1335.00;11.15;1697.00;6.25;0 -176;supply_node;1306.00;11.00;1691.00;4.01;0 -176;supply_node;1307.00;10.57;1600.00;5.49;0 -176;supply_node;1329.00;10.60;1677.00;2.14;0 -177;supply_node;1591.00;10.60;1632.00;5.99;0 -177;supply_node;1538.00;13.05;1598.00;2.64;0 -177;supply_node;1565.00;9.70;1600.00;5.57;0 -177;supply_node;1547.00;10.90;1609.00;1.87;0 -177;supply_node;1546.00;10.50;1623.00;4.81;0 -177;supply_node;1611.00;9.70;1627.00;0.01;0 -177;supply_node;1600.00;10.60;1637.00;4.05;0 -177;supply_node;1607.00;10.30;1647.00;5.52;0 -177;supply_node;1554.00;9.80;1652.00;2.18;0 -177;supply_node;1595.00;10.45;1652.00;6.22;0 -177;supply_node;1556.00;10.12;1607.00;1.41;0 -177;supply_node;1565.00;9.75;1616.00;4.35;0 -177;supply_node;1625.00;10.40;1644.00;0.65;0 -177;supply_node;1640.00;9.85;1643.00;3.59;0 -177;supply_node;1560.00;10.62;1669.00;0.24;0 -177;supply_node;1556.00;10.90;1620.00;2.82;0 -177;supply_node;1537.00;9.50;1633.00;5.76;0 -177;supply_node;1626.00;10.40;1635.00;0.96;0 -177;supply_node;1614.00;10.45;1637.00;5.00;0 -177;supply_node;1575.00;10.82;1644.00;1.65;0 -177;supply_node;1573.00;10.60;1661.00;3.13;0 -177;supply_node;1578.00;9.70;1620.00;0.89;0 -177;supply_node;1542.00;10.50;1663.00;2.36;0 -177;supply_node;1589.00;9.73;1623.00;5.30;0 -177;supply_node;1569.00;10.70;1626.00;3.06;0 -177;supply_node;1563.00;9.70;1632.00;4.54;0 -177;supply_node;1585.00;11.28;1656.00;1.19;0 -177;supply_node;1522.00;9.70;1588.00;3.78;0 -177;supply_node;1526.00;10.32;1599.00;0.43;0 -177;supply_node;1535.00;9.93;1619.00;3.36;0 -177;supply_node;1600.00;9.73;1622.00;5.94;0 -177;supply_node;1579.00;10.30;1631.00;2.60;0 -177;supply_node;1586.00;10.40;1642.00;4.08;0 -177;supply_node;1566.00;10.23;1652.00;1.83;0 -177;supply_node;1550.00;9.75;1597.00;4.78;0 -177;supply_node;1536.00;11.70;1610.00;6.25;0 -177;supply_node;1560.00;9.98;1642.00;4.01;0 -178;supply_node;1631.00;11.12;1628.00;5.57;0 -178;supply_node;1586.00;11.65;1600.00;1.87;0 -178;supply_node;1636.00;11.43;1594.00;4.81;0 -178;supply_node;1643.00;12.03;1631.00;0.01;0 -178;supply_node;1611.00;11.20;1593.00;4.05;0 -178;supply_node;1597.00;11.30;1598.00;5.52;0 -178;supply_node;1610.00;10.55;1602.00;2.18;0 -178;supply_node;1568.00;10.80;1584.00;6.22;0 -178;supply_node;1624.00;13.38;1587.00;1.41;0 -178;supply_node;1622.00;10.70;1619.00;4.35;0 -178;supply_node;1618.00;10.85;1608.00;0.65;0 -178;supply_node;1628.00;12.10;1611.00;3.59;0 -178;supply_node;1584.00;12.05;1587.00;0.24;0 -178;supply_node;1626.00;11.53;1599.00;2.82;0 -178;supply_node;1638.00;11.65;1605.00;5.76;0 -178;supply_node;1637.00;12.20;1618.00;0.96;0 -178;supply_node;1653.00;10.98;1618.00;5.00;0 -178;supply_node;1610.00;11.23;1585.00;1.65;0 -178;supply_node;1575.00;9.55;1596.00;3.13;0 -178;supply_node;1634.00;11.88;1582.00;0.89;0 -178;supply_node;1654.00;11.35;1631.00;2.36;0 -178;supply_node;1596.00;11.70;1586.00;5.30;0 -178;supply_node;1648.00;12.32;1607.00;3.06;0 -179;supply_node;4872.00;9.85;1220.00;4.81;0 -179;supply_node;4890.00;12.23;1237.00;0.01;0 -179;supply_node;4870.00;12.30;1227.00;4.05;0 -179;supply_node;4894.00;11.28;1212.00;5.52;0 -179;supply_node;4882.00;11.28;1209.00;2.18;0 -179;supply_node;4890.00;9.85;1228.00;6.22;0 -179;supply_node;4876.00;11.60;1202.00;1.41;0 -179;supply_node;4861.00;12.07;1221.00;4.35;0 -179;supply_node;4879.00;12.62;1235.00;0.65;0 -179;supply_node;4888.00;9.68;1204.00;3.59;0 -179;supply_node;4896.00;9.60;1225.00;0.24;0 -179;supply_node;4903.00;9.93;1212.00;2.82;0 -179;supply_node;4880.00;10.80;1227.00;5.76;0 -179;supply_node;4865.00;9.82;1214.00;0.96;0 -179;supply_node;4900.00;11.35;1236.00;5.00;0 -179;supply_node;4883.00;9.65;1221.00;1.65;0 -179;supply_node;4853.00;9.82;1215.00;3.13;0 -179;supply_node;4878.00;9.93;1194.00;0.89;0 -179;supply_node;4899.00;9.75;1205.00;2.36;0 -179;floating_harbor;4875.21;9.50;1210.36;-2.82;1092 -179;floating_harbor;4890.00;9.50;1246.00;0.00;1167 -179;floating_harbor;4860.36;9.50;1230.21;1.25;1191 -179;floating_harbor;4890.00;9.50;1185.00;-3.24;4094 -179;floating_harbor;4890.00;9.50;1185.00;-2.85;4179 -179;floating_harbor;4867.74;9.50;1206.13;1.11;7046 -179;floating_harbor;4856.87;9.50;1229.26;0.46;7050 -179;floating_harbor;4876.30;9.50;1245.79;0.24;7145 -179;floating_harbor;4894.95;9.50;1197.05;-2.36;7197 -179;floating_harbor;4890.00;9.50;1185.00;-3.32;7212 -179;floating_harbor;4890.00;9.50;1185.00;-3.65;9965 -179;floating_harbor;4858.05;9.50;1207.05;-3.93;10052 -179;floating_harbor;4900.00;9.50;1248.00;0.00;10055 -179;floating_harbor;4890.00;9.50;1185.00;-2.99;11946 -179;floating_harbor;4845.00;9.50;1215.00;1.57;11985 -179;floating_harbor;4882.13;9.50;1185.74;-2.68;11997 -179;floating_harbor;4902.21;9.50;1195.36;-2.82;12028 -180;supply_node;5060.00;9.70;1382.00;4.05;0 -180;supply_node;5037.00;12.95;1400.00;5.52;0 -180;supply_node;4997.00;9.70;1358.00;2.18;0 -180;supply_node;5024.00;9.90;1415.00;6.22;0 -180;supply_node;5061.00;10.45;1394.00;1.41;0 -180;supply_node;4997.00;9.70;1375.00;4.35;0 -180;supply_node;5045.00;10.95;1387.00;0.65;0 -180;supply_node;5010.00;10.50;1376.00;3.59;0 -180;supply_node;5025.00;11.95;1379.00;0.24;0 -180;supply_node;5019.00;9.82;1395.00;2.82;0 -180;supply_node;5029.00;11.95;1390.00;5.76;0 -180;supply_node;5036.00;12.98;1370.00;0.96;0 -180;floating_harbor;5074.00;9.50;1382.00;-1.57;1512 -180;floating_harbor;5048.38;9.50;1409.48;-0.88;1642 -180;floating_harbor;5022.00;9.50;1344.00;-2.16;3962 -180;floating_harbor;5012.18;9.50;1422.88;0.98;4576 -180;floating_harbor;5068.88;9.50;1405.82;-0.59;4646 -180;floating_harbor;4997.00;9.50;1387.00;0.00;7532 -180;floating_harbor;5008.01;9.50;1362.07;-3.28;10444 -180;floating_harbor;5016.29;9.50;1365.06;-3.70;10512 -180;floating_harbor;5008.21;9.50;1397.70;1.33;12352 -180;floating_harbor;5022.92;9.50;1362.53;-4.19;12493 -181;supply_node;4943.00;9.50;1271.00;2.18;0 -181;supply_node;4977.00;11.10;1278.00;6.22;0 -181;supply_node;4953.00;11.18;1236.00;1.41;0 -181;supply_node;4938.00;9.85;1240.00;4.35;0 -181;supply_node;4964.00;9.73;1233.00;0.65;0 -181;supply_node;4933.00;12.45;1248.00;3.59;0 -181;supply_node;4973.00;9.50;1232.00;0.24;0 -181;supply_node;4947.00;10.73;1243.00;2.82;0 -181;supply_node;4945.00;12.07;1252.00;5.76;0 -181;supply_node;4965.00;9.50;1286.00;0.96;0 -181;supply_node;4958.00;12.53;1251.00;5.00;0 -181;supply_node;4941.00;11.93;1258.00;1.65;0 -181;supply_node;4961.00;13.57;1242.00;3.13;0 -181;supply_node;4944.00;9.88;1232.00;0.89;0 -181;supply_node;4956.00;12.35;1260.00;2.36;0 -181;supply_node;4983.00;11.25;1286.00;5.30;0 -181;supply_node;4970.00;12.38;1264.00;3.06;0 -181;supply_node;4965.00;10.98;1269.00;4.54;0 -181;supply_node;4969.00;11.85;1244.00;1.19;0 -181;supply_node;4955.00;9.75;1227.00;3.78;0 -181;floating_harbor;4952.00;9.50;1275.00;-1.25;998 -181;floating_harbor;4969.80;9.50;1287.60;0.64;1117 -181;floating_harbor;4969.13;9.50;1222.74;-2.68;7087 -181;floating_harbor;4921.50;9.50;1243.40;-4.33;7102 -181;floating_harbor;4975.70;9.50;1221.21;-2.90;7157 -181;floating_harbor;4952.00;9.50;1275.00;-3.97;9952 -181;floating_harbor;4930.74;9.50;1263.13;1.11;10032 -181;floating_harbor;4978.00;9.50;1209.00;-2.05;10125 -181;floating_harbor;4946.52;9.50;1271.38;0.69;10128 -181;floating_harbor;4952.00;9.50;1275.00;-4.24;11930 -181;floating_harbor;4959.12;9.50;1277.82;0.59;12007 -181;floating_harbor;4949.12;9.50;1218.18;-3.73;12097 -182;supply_node;4988.00;9.70;1254.00;1.41;0 -182;supply_node;4977.00;11.95;1249.00;4.35;0 -182;supply_node;4989.00;10.10;1264.00;0.65;0 -182;supply_node;4986.00;9.57;1244.00;3.59;0 -182;supply_node;4979.00;11.10;1260.00;0.24;0 -182;supply_node;4996.00;9.68;1250.00;2.82;0 -182;supply_node;4992.00;9.70;1235.00;5.76;0 -182;supply_node;4996.00;9.70;1243.00;0.96;0 -182;supply_node;4997.00;9.60;1260.00;5.00;0 -182;supply_node;4979.00;9.68;1239.00;1.65;0 -182;supply_node;4971.00;12.53;1256.00;3.13;0 -182;floating_harbor;4978.00;9.50;1209.00;-3.42;1182 -182;floating_harbor;5006.79;9.50;1252.70;-1.33;4100 -182;floating_harbor;4983.74;9.50;1230.87;-4.25;4184 -182;floating_harbor;5008.00;9.50;1243.00;-1.57;4188 -182;floating_harbor;5007.26;9.50;1254.87;-2.03;7016 -182;floating_harbor;4987.95;9.50;1230.05;-2.36;9998 -183;supply_node;4928.00;10.45;1216.00;0.65;0 -183;supply_node;4929.00;10.00;1237.00;3.59;0 -183;supply_node;4923.00;9.70;1207.00;0.24;0 -183;supply_node;4917.00;10.40;1234.00;2.82;0 -183;supply_node;4936.00;9.70;1220.00;5.76;0 -183;supply_node;4934.00;10.23;1230.00;0.96;0 -183;supply_node;4917.00;9.73;1214.00;5.00;0 -183;supply_node;4909.00;12.10;1239.00;1.65;0 -183;supply_node;4926.00;10.35;1228.00;3.13;0 -183;supply_node;4907.00;10.03;1229.00;0.89;0 -183;floating_harbor;4940.00;9.50;1216.00;-1.57;1051 -183;floating_harbor;4919.40;9.50;1244.20;0.93;1067 -183;floating_harbor;4914.18;9.50;1201.12;-4.12;1133 -183;floating_harbor;4921.21;9.50;1246.64;-0.32;1136 -183;floating_harbor;4945.64;9.50;1216.79;-1.89;4054 -183;floating_harbor;4944.26;9.50;1224.87;-2.03;4142 -183;floating_harbor;4910.00;9.50;1224.00;1.57;7072 -183;floating_harbor;4909.00;9.50;1214.00;1.57;7113 -183;floating_harbor;4916.20;9.50;1248.60;-0.64;9985 -183;floating_harbor;4890.00;9.50;1185.00;-3.56;12031 -184;supply_node;4854.00;9.98;1175.00;0.24;0 -184;supply_node;4846.00;11.62;1206.00;2.82;0 -184;supply_node;4842.00;10.15;1178.00;5.76;0 -184;supply_node;4856.00;10.15;1201.00;0.96;0 -184;supply_node;4840.00;9.50;1168.00;5.00;0 -184;supply_node;4844.00;10.85;1196.00;1.65;0 -184;supply_node;4839.00;10.50;1201.00;3.13;0 -184;supply_node;4857.00;10.10;1185.00;0.89;0 -184;supply_node;4824.00;9.50;1219.00;2.36;0 -184;supply_node;4850.00;12.82;1197.00;5.30;0 -184;supply_node;4860.00;10.23;1192.00;3.06;0 -184;supply_node;4848.00;11.85;1189.00;4.54;0 -184;supply_node;4848.00;10.05;1174.00;1.19;0 -184;supply_node;4848.00;10.60;1183.00;3.78;0 -184;supply_node;4850.00;9.75;1166.00;0.43;0 -184;floating_harbor;4859.00;9.50;1132.00;-3.09;1020 -184;floating_harbor;4845.00;9.50;1246.00;0.08;1025 -184;floating_harbor;4836.60;9.50;1204.20;-0.93;1158 -184;floating_harbor;4807.00;9.50;1204.00;0.94;1183 -184;floating_harbor;4866.00;9.50;1201.00;-1.57;4027 -184;floating_harbor;4845.95;9.50;1162.05;-2.36;4102 -184;floating_harbor;4835.18;9.50;1190.12;-4.12;4164 -184;floating_harbor;4860.82;9.50;1153.88;-0.98;4198 -184;floating_harbor;4836.30;9.50;1211.79;0.24;7110 -184;floating_harbor;4866.64;9.50;1181.79;-1.89;7178 -184;floating_harbor;4843.00;9.50;1189.00;-1.57;9950 -184;floating_harbor;4824.00;9.50;1211.00;-3.14;10011 -184;floating_harbor;4870.26;9.50;1197.13;-1.11;10092 -184;floating_harbor;4836.14;9.50;1186.63;-4.52;11925 -184;floating_harbor;4811.00;9.50;1164.00;-4.51;11949 -184;floating_harbor;4836.50;9.50;1187.60;1.19;12006 -184;floating_harbor;4856.95;9.50;1159.05;-2.36;12032 -185;supply_node;5000.00;12.40;1279.00;5.76;0 -185;supply_node;4994.00;11.70;1310.00;0.96;0 -185;supply_node;5013.00;10.20;1302.00;5.00;0 -185;supply_node;5002.00;11.70;1321.00;1.65;0 -185;supply_node;4993.00;11.80;1296.00;3.13;0 -185;supply_node;4999.00;11.45;1271.00;0.89;0 -185;supply_node;4985.00;12.60;1271.00;2.36;0 -185;supply_node;4991.00;12.10;1283.00;5.30;0 -185;supply_node;5018.00;12.45;1317.00;3.06;0 -185;supply_node;4996.00;9.65;1338.00;4.54;0 -185;supply_node;5003.00;12.65;1334.00;1.19;0 -185;supply_node;5004.00;10.43;1292.00;3.78;0 -185;supply_node;5010.00;12.03;1314.00;0.43;0 -185;supply_node;4993.00;9.80;1326.00;3.36;0 -185;supply_node;5012.00;12.18;1328.00;5.94;0 -185;supply_node;5003.00;12.48;1306.00;2.60;0 -185;floating_harbor;5012.64;9.50;1283.21;-1.25;1024 -185;floating_harbor;4985.18;9.50;1315.88;0.98;1063 -185;floating_harbor;5019.95;9.50;1295.05;-2.36;1165 -185;floating_harbor;4979.92;9.50;1303.47;1.05;4067 -185;floating_harbor;5013.00;9.50;1271.00;-1.57;4118 -185;floating_harbor;5028.79;9.50;1319.70;-1.33;6870 -185;floating_harbor;4987.18;9.50;1343.88;0.98;6873 -185;floating_harbor;5022.00;9.50;1344.00;-1.40;6994 -185;floating_harbor;5012.82;9.50;1286.12;-2.16;7169 -185;floating_harbor;5009.00;9.50;1353.00;0.00;9859 -185;floating_harbor;4982.00;9.50;1319.40;-4.17;9865 -185;floating_harbor;5024.64;9.50;1332.21;-1.25;11847 -186;supply_node;2769.00;10.35;903.00;5.00;0 -186;supply_node;2789.00;10.20;893.00;1.65;0 -186;supply_node;2678.00;10.10;914.00;3.13;0 -186;supply_node;2680.00;10.30;889.00;0.89;0 -186;supply_node;2723.00;10.20;889.00;2.36;0 -187;supply_node;1043.00;15.43;1478.00;3.13;0 -187;supply_node;1055.00;10.75;1426.00;0.89;0 -187;supply_node;1035.00;10.80;1565.00;2.36;0 -187;supply_node;1063.00;16.75;1496.00;5.30;0 -187;supply_node;1095.00;17.93;1530.00;3.06;0 -187;supply_node;1037.00;15.20;1605.00;4.54;0 -187;supply_node;1048.00;13.78;1444.00;1.19;0 -187;supply_node;986.00;13.20;1706.00;3.78;0 -187;supply_node;984.00;14.73;1569.00;0.43;0 -187;supply_node;1009.00;15.50;1661.00;3.36;0 -187;supply_node;1068.00;12.25;1399.00;5.94;0 -187;supply_node;966.00;14.55;1506.00;2.60;0 -187;supply_node;947.00;14.48;1523.00;4.08;0 -187;supply_node;1085.00;16.12;1549.00;1.83;0 -187;supply_node;961.00;14.20;1549.00;4.78;0 -187;supply_node;1079.00;15.95;1517.00;6.25;0 -187;supply_node;990.00;11.82;1662.00;4.01;0 -187;supply_node;1095.00;16.15;1430.00;5.49;0 -187;supply_node;1010.00;11.35;1472.00;2.14;0 -187;supply_node;998.00;14.85;1509.00;4.72;0 -187;supply_node;1061.00;10.30;1549.00;1.38;0 -187;supply_node;1089.00;15.05;1454.00;4.31;0 -187;supply_node;1075.00;13.78;1432.00;0.62;0 -187;supply_node;1012.00;15.45;1562.00;3.55;0 -187;supply_node;1096.00;16.88;1507.00;5.03;0 -187;supply_node;1089.00;15.05;1492.00;1.68;0 -187;supply_node;1072.00;15.48;1472.00;5.72;0 -187;supply_node;986.00;15.05;1546.00;0.92;0 -187;supply_node;1003.00;16.77;1633.00;3.85;0 -187;supply_node;1016.00;14.78;1497.00;0.16;0 -187;supply_node;1092.00;13.18;1401.00;3.09;0 -187;supply_node;1029.00;12.53;1423.00;6.03;0 -187;supply_node;986.00;13.82;1623.00;2.32;0 -187;supply_node;1029.00;13.30;1586.00;5.27;0 -187;supply_node;940.00;13.65;1548.00;0.46;0 -187;supply_node;1008.00;16.38;1607.00;4.50;0 -187;supply_node;1092.00;15.85;1476.00;1.15;0 -187;supply_node;1058.00;9.50;1572.00;2.63;0 -187;supply_node;1013.00;16.38;1530.00;0.39;0 -187;supply_node;1028.00;16.75;1630.00;1.87;0 -187;supply_node;1037.00;12.98;1541.00;4.80;0 -187;supply_node;1060.00;16.95;1522.00;2.56;0 -187;supply_node;1060.00;16.35;1621.00;4.04;0 -187;supply_node;1042.00;10.43;1407.00;0.69;0 -187;supply_node;1026.00;12.28;1454.00;3.28;0 -187;supply_node;991.00;13.95;1684.00;6.21;0 -187;supply_node;948.00;15.20;1572.00;2.87;0 -187;supply_node;979.00;16.12;1524.00;5.45;0 -187;supply_node;989.00;14.32;1488.00;2.10;0 -187;supply_node;1061.00;15.32;1595.00;3.58;0 -187;supply_node;1037.00;14.65;1519.00;1.34;0 -187;supply_node;992.00;12.70;1592.00;2.81;0 -187;supply_node;1037.00;15.90;1497.00;5.76;0 -187;supply_node;1054.00;16.02;1461.00;3.51;0 -188;supply_node;4408.00;10.85;719.00;2.36;0 -188;supply_node;4407.00;9.73;706.00;5.30;0 -188;supply_node;4416.00;10.60;719.00;3.06;0 -188;supply_node;4418.00;10.25;687.00;4.54;0 -188;supply_node;4414.00;9.85;677.00;1.19;0 -188;supply_node;4399.00;10.43;737.00;3.78;0 -188;supply_node;4415.00;9.78;706.00;0.43;0 -188;supply_node;4399.00;10.38;722.00;3.36;0 -188;supply_node;4428.00;9.98;677.00;5.94;0 -188;supply_node;4409.00;10.82;731.00;2.60;0 -188;supply_node;4400.00;10.07;704.00;4.08;0 -188;supply_node;4412.00;10.28;695.00;1.83;0 -188;supply_node;4423.00;9.60;669.00;4.78;0 -188;floating_harbor;4428.00;9.50;719.00;-1.57;4355 -188;floating_harbor;4429.86;9.50;689.37;-1.37;4367 -188;floating_harbor;4410.79;9.50;667.36;-3.46;4424 -188;floating_harbor;4408.48;9.50;748.38;-0.69;7329 -188;floating_harbor;4426.00;9.50;712.60;-1.03;7399 -188;floating_harbor;4435.95;9.50;669.05;-2.36;10313 -188;floating_harbor;4411.15;9.50;743.90;-0.17;12199 -188;floating_harbor;4427.83;9.50;698.52;-1.35;12271 -188;floating_harbor;4435.00;9.50;677.00;-0.73;12299 -189;supply_node;1675.00;9.80;1183.00;3.06;0 -189;supply_node;1655.00;9.70;1165.00;4.54;0 -189;floating_harbor;1658.14;9.50;1186.37;1.37;1594 -189;floating_harbor;1650.87;9.50;1156.74;-3.61;1635 -189;floating_harbor;1667.18;9.50;1174.88;0.98;4641 -190;supply_node;2550.00;9.70;890.00;1.19;0 -190;supply_node;2555.00;9.65;861.00;3.78;0 -190;supply_node;2570.00;10.85;871.00;0.43;0 -190;supply_node;2570.00;9.60;855.00;3.36;0 -190;supply_node;2576.00;9.95;863.00;5.94;0 -190;floating_harbor;2532.11;9.50;886.75;-4.53;4948 -190;floating_harbor;2544.74;9.50;866.13;1.11;4989 -190;floating_harbor;2544.09;9.50;866.91;-4.56;7972 -190;floating_harbor;2546.05;9.50;852.18;-4.60;12834 -190;floating_harbor;2513.00;9.50;868.00;1.53;13213 -191;supply_node;4272.00;12.93;1063.00;0.43;0 -191;supply_node;4275.00;10.70;1048.00;3.36;0 -191;supply_node;4255.00;11.40;1033.00;5.94;0 -191;supply_node;4253.00;11.05;1050.00;2.60;0 -192;supply_node;2611.00;11.70;815.00;5.94;0 -192;supply_node;2616.00;10.07;797.00;2.60;0 -192;supply_node;2625.00;10.30;778.00;4.08;0 -192;supply_node;2708.00;10.82;858.00;1.83;0 -192;supply_node;2649.00;11.15;831.00;4.78;0 -192;supply_node;2750.00;10.62;784.00;6.25;0 -192;supply_node;2664.00;11.30;786.00;4.01;0 -192;supply_node;2691.00;11.10;827.00;5.49;0 -192;supply_node;2690.00;11.38;787.00;2.14;0 -192;supply_node;2648.00;10.40;762.00;4.72;0 -192;supply_node;2741.00;10.80;820.00;1.38;0 -192;supply_node;2672.00;10.03;741.00;4.31;0 -192;supply_node;2662.00;11.40;813.00;0.62;0 -192;supply_node;2716.00;11.00;791.00;3.55;0 -192;supply_node;2762.00;10.80;842.00;5.03;0 -192;supply_node;2743.00;10.80;866.00;1.68;0 -192;supply_node;2731.00;9.93;760.00;5.72;0 -192;supply_node;2697.00;10.60;747.00;0.92;0 -192;supply_node;2687.00;10.98;863.00;3.85;0 -192;supply_node;2717.00;11.18;838.00;0.16;0 -192;supply_node;2765.00;10.23;864.00;3.09;0 -192;floating_harbor;2585.81;9.50;801.74;-4.23;1909 -192;floating_harbor;2592.11;9.50;792.78;-4.54;2038 -192;floating_harbor;2603.50;9.50;769.40;-4.33;2094 -192;floating_harbor;2629.24;9.50;749.02;-4.11;7959 -192;floating_harbor;2665.79;9.50;722.36;-3.46;8006 -192;floating_harbor;2702.20;9.50;717.10;-2.97;10762 -193;supply_node;1385.00;10.30;1373.00;4.08;0 -193;supply_node;1351.00;10.30;1379.00;1.83;0 -193;supply_node;1374.00;10.30;1406.00;4.78;0 -193;supply_node;1415.00;10.38;1392.00;6.25;0 -193;supply_node;1365.00;10.30;1374.00;4.01;0 -193;supply_node;1409.00;9.70;1376.00;5.49;0 -193;supply_node;1371.00;9.55;1360.00;2.14;0 -193;supply_node;1394.00;10.30;1432.00;4.72;0 -193;supply_node;1352.00;10.30;1408.00;1.38;0 -193;supply_node;1383.00;10.30;1360.00;4.31;0 -193;supply_node;1402.00;10.40;1404.00;0.62;0 -193;supply_node;1399.00;10.40;1387.00;3.55;0 -193;supply_node;1405.00;11.78;1444.00;5.03;0 -193;supply_node;1398.00;9.70;1373.00;1.68;0 -193;supply_node;1398.00;9.70;1360.00;5.72;0 -193;supply_node;1359.00;10.30;1396.00;0.92;0 -193;supply_node;1372.00;10.30;1388.00;3.85;0 -193;supply_node;1420.00;9.70;1377.00;0.16;0 -193;supply_node;1417.00;10.40;1417.00;3.09;0 -193;supply_node;1390.00;10.30;1412.00;6.03;0 -193;supply_node;1386.00;10.38;1389.00;2.32;0 -193;supply_node;1423.00;10.40;1443.00;5.27;0 -193;supply_node;1418.00;10.30;1430.00;0.46;0 -193;supply_node;1352.00;9.68;1363.00;4.50;0 -193;supply_node;1402.00;10.38;1422.00;1.15;0 -193;supply_node;1400.00;9.55;1351.00;2.63;0 -193;supply_node;1344.00;10.32;1397.00;0.39;0 -193;supply_node;1418.00;10.40;1405.00;1.87;0 -193;floating_harbor;1414.21;9.50;1360.36;-2.82;4464 -193;floating_harbor;1371.00;9.50;1349.00;-3.14;4507 -193;floating_harbor;1384.63;9.50;1342.03;-3.05;4535 -193;floating_harbor;1437.00;9.50;1342.00;-2.16;7524 -193;floating_harbor;1437.00;9.50;1342.00;-2.11;7552 -193;floating_harbor;1423.52;9.50;1361.17;-2.92;7668 -193;floating_harbor;1347.79;9.50;1350.36;-3.46;12313 -193;floating_harbor;1407.95;9.50;1343.05;-2.36;12398 -194;supply_node;1925.00;9.50;1678.00;4.78;0 -194;supply_node;1959.00;9.70;1712.00;6.25;0 -194;supply_node;1902.00;10.25;1707.00;4.01;0 -194;supply_node;1936.00;9.60;1699.00;5.49;0 -194;floating_harbor;1925.00;9.50;1686.00;0.00;373 -194;floating_harbor;1988.00;9.50;1714.00;-1.41;7758 -194;floating_harbor;1875.00;9.50;1693.00;-4.30;7788 -194;floating_harbor;1942.00;9.50;1660.00;-2.99;12680 -194;floating_harbor;1939.18;9.50;1753.71;-0.83;12698 -195;supply_node;2929.00;10.70;1114.00;4.01;0 -195;supply_node;2799.00;10.00;1108.00;5.49;0 -195;supply_node;2866.00;12.32;1118.00;2.14;0 -195;supply_node;2853.00;10.95;1175.00;4.72;0 -195;supply_node;2905.00;9.98;1159.00;1.38;0 -195;supply_node;2885.00;10.10;1179.00;4.31;0 -195;supply_node;2886.00;11.70;1000.00;0.62;0 -195;supply_node;2938.00;10.03;1160.00;3.55;0 -195;supply_node;2921.00;9.80;1186.00;5.03;0 -195;supply_node;2780.00;11.50;1154.00;1.68;0 -195;supply_node;2932.00;14.07;1049.00;5.72;0 -195;supply_node;2808.00;10.60;971.00;0.92;0 -195;supply_node;2820.00;10.60;1148.00;3.85;0 -195;supply_node;2815.00;12.10;1181.00;0.16;0 -195;supply_node;2830.00;10.45;1042.00;3.09;0 -196;supply_node;3147.00;10.10;1077.00;2.14;0 -196;supply_node;3184.00;9.70;1143.00;4.72;0 -196;supply_node;3167.00;9.80;1116.00;1.38;0 -196;supply_node;3091.00;10.80;1039.00;4.31;0 -196;supply_node;3157.00;11.00;1011.00;0.62;0 -196;supply_node;3021.00;11.00;1133.00;3.55;0 -196;supply_node;2985.00;11.50;1072.00;5.03;0 -196;supply_node;3084.00;15.53;1100.00;1.68;0 -196;supply_node;3181.00;10.30;1085.00;5.72;0 -196;supply_node;3120.00;10.05;1101.00;0.92;0 -196;supply_node;3144.00;9.70;1130.00;3.85;0 -196;supply_node;2982.00;11.12;1125.00;0.16;0 -196;supply_node;3167.00;9.70;1144.00;3.09;0 -196;supply_node;3031.00;10.85;1047.00;6.03;0 -196;supply_node;3040.00;10.70;1098.00;2.32;0 -196;supply_node;3060.00;10.82;1123.00;5.27;0 -197;supply_node;2696.00;10.40;959.00;1.38;0 -197;supply_node;2650.00;10.15;951.00;4.31;0 -197;supply_node;2563.00;9.70;931.00;0.62;0 -197;supply_node;2586.00;9.70;931.00;3.55;0 -197;supply_node;2671.00;10.50;998.00;5.03;0 -197;supply_node;2569.00;9.70;972.00;1.68;0 -197;supply_node;2620.00;10.40;999.00;5.72;0 -197;supply_node;2613.00;12.32;912.00;0.92;0 -197;supply_node;2646.00;10.10;1049.00;3.85;0 -197;supply_node;2610.00;12.80;952.00;0.16;0 -197;supply_node;2689.00;10.50;1054.00;3.09;0 -197;floating_harbor;2545.25;9.50;926.16;-4.45;5034 -197;floating_harbor;2544.48;9.50;962.46;-4.34;7992 -198;supply_node;2655.00;11.75;1101.00;0.62;0 -198;supply_node;2600.00;10.30;1057.00;3.55;0 -198;supply_node;2642.00;11.73;1082.00;5.03;0 -198;supply_node;2606.00;9.90;1094.00;1.68;0 -198;supply_node;2629.00;12.28;1102.00;5.72;0 -198;supply_node;2574.00;10.05;1017.00;0.92;0 -198;floating_harbor;2570.69;9.50;1071.02;1.12;5012 -198;floating_harbor;2602.30;9.50;1108.79;0.24;8038 -198;floating_harbor;2624.43;9.50;1121.82;0.23;8111 -198;floating_harbor;2545.17;9.50;1023.55;1.35;10875 -199;supply_node;3351.00;10.50;940.00;5.03;0 -199;supply_node;3228.00;11.00;982.00;1.68;0 -199;supply_node;3344.00;10.40;965.00;5.72;0 -199;supply_node;3316.00;10.70;989.00;0.92;0 -199;supply_node;3215.00;9.80;1110.00;3.85;0 -199;supply_node;3344.00;11.55;992.00;0.16;0 -199;supply_node;3219.00;11.68;1031.00;3.09;0 -199;supply_node;3210.00;10.40;1078.00;6.03;0 -199;supply_node;3241.00;10.28;1072.00;2.32;0 -200;supply_node;2578.00;9.65;839.00;5.72;0 -200;supply_node;2589.00;9.85;831.00;0.92;0 -200;supply_node;2562.00;9.70;845.00;3.85;0 -200;floating_harbor;2560.11;9.50;835.75;-4.53;12747 -200;floating_harbor;2570.66;9.50;815.48;-4.01;12858 -200;floating_harbor;2550.62;9.50;835.52;-4.02;12891 -201;supply_node;3753.00;9.70;1384.00;3.85;0 -201;supply_node;3761.00;9.80;1352.00;0.16;0 -201;supply_node;3744.00;9.80;1370.00;3.09;0 -201;supply_node;3773.00;9.80;1365.00;6.03;0 -201;supply_node;3702.00;9.80;1395.00;2.32;0 -201;supply_node;3676.00;10.10;1400.00;5.27;0 -201;supply_node;3685.00;9.95;1354.00;0.46;0 -201;supply_node;3725.00;9.65;1389.00;4.50;0 -201;supply_node;3720.00;9.80;1372.00;1.15;0 -201;supply_node;3699.00;9.80;1440.00;2.63;0 -201;supply_node;3708.00;9.90;1421.00;0.39;0 -201;supply_node;3733.00;9.70;1358.00;1.87;0 -201;supply_node;3672.00;9.90;1373.00;4.80;0 -201;supply_node;3701.00;9.80;1371.00;2.56;0 -201;supply_node;3749.00;9.80;1345.00;4.04;0 -201;supply_node;3689.00;9.85;1421.00;0.69;0 -201;supply_node;3684.00;9.80;1381.00;3.28;0 -202;supply_node;3724.00;11.55;1335.00;3.09;0 -202;supply_node;3650.00;9.70;1303.00;6.03;0 -202;supply_node;3770.00;9.90;1323.00;2.32;0 -202;supply_node;3780.00;10.05;1280.00;5.27;0 -202;supply_node;3816.00;10.65;1271.00;0.46;0 -202;supply_node;3693.00;9.82;1315.00;4.50;0 -202;supply_node;3774.00;12.00;1248.00;1.15;0 -202;supply_node;3794.00;10.95;1260.00;2.63;0 -202;supply_node;3642.00;9.65;1328.00;0.39;0 -202;supply_node;3742.00;15.23;1273.00;1.87;0 -202;supply_node;3767.00;12.18;1268.00;4.80;0 -202;supply_node;3666.00;10.00;1330.00;2.56;0 -202;supply_node;3746.00;11.00;1323.00;4.04;0 -202;supply_node;3693.00;10.70;1335.00;0.69;0 -202;supply_node;3783.00;9.90;1300.00;3.28;0 -202;supply_node;3737.00;10.03;1301.00;6.21;0 -202;supply_node;3755.00;10.53;1283.00;2.87;0 -202;supply_node;3670.00;10.05;1308.00;5.45;0 -202;supply_node;3762.00;9.80;1302.00;2.10;0 -202;supply_node;3693.00;12.20;1296.00;1.34;0 -202;supply_node;3798.00;10.20;1284.00;2.81;0 -202;supply_node;3720.00;14.05;1289.00;5.76;0 -202;supply_node;3656.00;9.73;1284.00;3.51;0 -202;supply_node;3717.00;9.80;1313.00;4.99;0 -203;supply_node;3276.00;12.40;160.00;2.32;0 -203;supply_node;3278.00;12.93;190.00;5.27;0 -203;supply_node;3152.00;12.30;192.00;0.46;0 -203;supply_node;3165.00;12.00;331.00;4.50;0 -203;supply_node;3275.00;14.90;226.00;1.15;0 -203;supply_node;3043.00;11.25;269.00;2.63;0 -203;supply_node;3210.00;13.90;220.00;0.39;0 -203;supply_node;3046.00;11.75;236.00;1.87;0 -203;supply_node;3247.00;16.05;166.00;4.80;0 -203;supply_node;3074.00;14.12;278.00;2.56;0 -203;supply_node;3262.00;13.05;254.00;4.04;0 -203;supply_node;3063.00;12.35;203.00;0.69;0 -203;supply_node;3098.00;13.00;200.00;3.28;0 -203;supply_node;3122.00;12.00;218.00;6.21;0 -203;supply_node;3235.00;12.85;259.00;2.87;0 -203;supply_node;3200.00;12.82;169.00;5.45;0 -203;supply_node;3098.00;12.57;244.00;2.10;0 -203;supply_node;3111.00;13.30;297.00;3.58;0 -203;supply_node;3297.00;11.07;217.00;1.34;0 -203;supply_node;3057.00;12.40;353.00;2.81;0 -203;supply_node;3303.00;10.62;192.00;5.76;0 -203;supply_node;3192.00;12.68;251.00;3.51;0 -203;supply_node;3242.00;13.85;227.00;4.99;0 -203;supply_node;3231.00;12.10;285.00;1.64;0 -203;supply_node;3294.00;10.85;251.00;4.23;0 -203;supply_node;3178.00;12.65;215.00;0.88;0 -203;supply_node;3068.00;13.55;317.00;3.81;0 -203;supply_node;3070.00;13.80;238.00;0.11;0 -203;supply_node;3034.00;12.30;305.00;3.05;0 -203;supply_node;3249.00;14.55;198.00;4.53;0 -203;supply_node;3111.00;13.20;344.00;2.29;0 -203;supply_node;3222.00;13.78;187.00;5.23;0 -203;supply_node;3010.00;12.65;356.00;0.42;0 -203;supply_node;3142.00;12.50;257.00;4.46;0 -203;supply_node;3196.00;12.20;300.00;5.94;0 -203;supply_node;3165.00;12.20;362.00;2.59;0 -203;floating_harbor;3293.75;9.50;155.16;-1.84;1468 -203;floating_harbor;3025.03;9.50;267.37;-4.62;2207 -203;floating_harbor;3034.70;9.50;221.47;-3.80;2229 -203;floating_harbor;3042.41;9.50;195.65;-4.37;5154 -203;floating_harbor;3309.39;9.50;174.42;-2.79;8178 -203;floating_harbor;3012.02;9.50;306.47;1.50;10978 -203;floating_harbor;2984.15;9.50;361.44;1.36;12921 -204;supply_node;2916.00;9.85;1536.00;0.46;0 -204;supply_node;2922.00;9.95;1537.00;4.50;0 -205;supply_node;3993.00;11.95;865.00;1.15;0 -205;supply_node;4002.00;11.10;887.00;2.63;0 -205;supply_node;3981.00;13.65;859.00;0.39;0 -205;supply_node;3990.00;10.05;833.00;1.87;0 -205;supply_node;3976.00;10.65;872.00;4.80;0 -205;supply_node;4006.00;11.80;869.00;2.56;0 -205;supply_node;3982.00;10.62;847.00;4.04;0 -205;supply_node;3992.00;11.10;879.00;0.69;0 -205;floating_harbor;3966.21;9.50;855.30;-4.47;7244 -205;floating_harbor;3978.14;9.50;830.63;-4.51;7391 -205;floating_harbor;3962.07;9.50;870.01;-4.57;7395 -205;floating_harbor;3968.07;9.50;848.99;1.43;10190 -206;supply_node;1538.00;9.70;1329.00;0.39;0 -206;supply_node;1548.00;9.70;1288.00;1.87;0 -206;supply_node;1536.00;9.68;1295.00;4.80;0 -206;supply_node;1522.00;9.70;1326.00;2.56;0 -206;supply_node;1547.00;9.70;1304.00;4.04;0 -206;supply_node;1546.00;9.60;1317.00;0.69;0 -206;supply_node;1528.00;9.60;1313.00;3.28;0 -206;floating_harbor;1552.55;9.50;1334.46;-1.21;866 -206;floating_harbor;1559.86;9.50;1290.37;-1.37;1843 -206;floating_harbor;1525.21;9.50;1292.30;-4.47;1913 -206;floating_harbor;1510.50;9.50;1321.40;-4.33;7388 -206;floating_harbor;1503.00;9.50;1301.00;-4.45;9834 -206;floating_harbor;1503.00;9.50;1301.00;-4.36;10489 -206;floating_harbor;1514.57;9.50;1307.24;-4.31;12752 -207;supply_node;383.00;13.35;1028.00;4.80;0 -207;supply_node;356.00;9.50;1037.00;2.56;0 -207;supply_node;409.00;9.62;1015.00;4.04;0 -207;supply_node;427.00;12.80;989.00;0.69;0 -207;supply_node;435.00;12.40;989.00;3.28;0 -207;floating_harbor;377.12;9.50;1019.18;-3.73;4180 -207;floating_harbor;365.64;9.50;1040.21;-1.25;7112 -207;floating_harbor;418.64;9.50;1018.21;-1.25;7195 -207;floating_harbor;427.00;9.50;973.00;-3.14;10048 -207;floating_harbor;436.99;9.50;975.07;-3.00;12021 -208;supply_node;1310.00;10.53;1460.00;4.04;0 -208;supply_node;1307.00;12.93;1477.00;0.69;0 -208;supply_node;1249.00;10.80;1413.00;3.28;0 -208;supply_node;1186.00;12.70;1357.00;6.21;0 -208;supply_node;1120.00;16.70;1445.00;2.87;0 -208;supply_node;1210.00;11.93;1401.00;5.45;0 -208;supply_node;1324.00;14.93;1471.00;2.10;0 -208;supply_node;1230.00;13.07;1470.00;3.58;0 -208;supply_node;1287.00;10.38;1424.00;1.34;0 -208;supply_node;1187.00;13.57;1471.00;2.81;0 -208;supply_node;1167.00;13.25;1406.00;5.76;0 -208;supply_node;1247.00;10.75;1430.00;3.51;0 -208;supply_node;1145.00;13.65;1429.00;4.99;0 -208;supply_node;1292.00;10.00;1409.00;1.64;0 -208;supply_node;1232.00;11.82;1454.00;4.23;0 -208;supply_node;1256.00;10.53;1445.00;0.88;0 -208;supply_node;1206.00;11.40;1386.00;3.81;0 -208;supply_node;1156.00;14.78;1449.00;0.11;0 -208;supply_node;1328.00;10.15;1421.00;3.05;0 -208;supply_node;1280.00;10.85;1379.00;4.53;0 -208;supply_node;1206.00;12.18;1368.00;2.29;0 -208;supply_node;1118.00;13.30;1399.00;5.23;0 -208;supply_node;1266.00;10.38;1427.00;0.42;0 -208;supply_node;1294.00;10.90;1456.00;4.46;0 -208;supply_node;1254.00;11.07;1373.00;5.94;0 -208;supply_node;1318.00;10.85;1448.00;2.59;0 -208;supply_node;1328.00;9.80;1409.00;0.35;0 -208;supply_node;1251.00;11.48;1475.00;1.83;0 -208;supply_node;1262.00;10.60;1389.00;4.76;0 -208;supply_node;1288.00;10.40;1475.00;1.07;0 -208;supply_node;1319.00;10.43;1435.00;4.00;0 -208;supply_node;1272.00;10.50;1400.00;0.65;0 -208;supply_node;1297.00;10.70;1437.00;3.24;0 -208;supply_node;1231.00;11.43;1388.00;6.18;0 -208;supply_node;1166.00;13.85;1427.00;1.37;0 -208;supply_node;1206.00;12.38;1423.00;5.41;0 -208;supply_node;1277.00;10.50;1449.00;2.07;0 -208;supply_node;1309.00;10.07;1420.00;3.54;0 -208;supply_node;1207.00;12.55;1466.00;1.30;0 -208;supply_node;1275.00;10.30;1415.00;2.78;0 -208;supply_node;1164.00;16.88;1475.00;5.72;0 -208;supply_node;1117.00;14.90;1472.00;2.02;0 -208;supply_node;1257.00;10.93;1459.00;4.95;0 -208;supply_node;1163.00;13.15;1386.00;1.60;0 -208;supply_node;1309.00;10.40;1404.00;3.09;0 -208;supply_node;1273.00;10.70;1464.00;0.84;0 -208;supply_node;1294.00;10.45;1393.00;2.32;0 -208;supply_node;1189.00;13.00;1439.00;5.25;0 -208;supply_node;1183.00;13.90;1378.00;3.02;0 -208;supply_node;1119.00;15.00;1422.00;4.49;0 -208;supply_node;1277.00;10.20;1437.00;1.14;0 -208;supply_node;1269.00;10.60;1480.00;3.73;0 -208;supply_node;1225.00;11.50;1415.00;0.38;0 -208;supply_node;1141.00;17.12;1470.00;3.32;0 -208;supply_node;1218.00;12.48;1481.00;5.90;0 -208;supply_node;1172.00;14.32;1455.00;2.56;0 -208;supply_node;1188.00;12.43;1411.00;4.03;0 -208;supply_node;1231.00;10.98;1366.00;1.79;0 -208;supply_node;1146.00;12.98;1405.00;4.72;0 -208;supply_node;1230.00;11.90;1432.00;6.21;0 -208;supply_node;1246.00;11.00;1399.00;3.96;0 -208;supply_node;1208.00;12.70;1446.00;5.44;0 -209;supply_node;3029.00;9.50;1248.00;3.28;0 -209;floating_harbor;3022.05;9.50;1254.95;0.79;12003 -210;supply_node;4254.00;9.50;848.00;2.87;0 -210;floating_harbor;4250.47;9.50;799.05;0.53;10321 -210;floating_harbor;4262.00;9.50;848.00;-1.57;12251 -211;supply_node;2933.00;9.70;1571.00;2.10;0 -211;supply_node;2943.00;9.80;1563.00;3.58;0 -211;supply_node;2949.00;10.32;1555.00;1.34;0 -211;supply_node;2937.00;9.80;1557.00;2.81;0 -211;supply_node;2918.00;10.30;1570.00;5.76;0 -211;supply_node;2924.00;10.12;1566.00;3.51;0 -211;supply_node;2924.00;9.70;1576.00;4.99;0 -211;supply_node;2932.00;10.32;1563.00;1.64;0 -212;supply_node;2910.00;10.00;1536.00;1.34;0 -213;supply_node;2924.00;10.15;1547.00;5.76;0 -213;supply_node;2928.00;10.62;1542.00;3.51;0 -213;supply_node;2914.00;9.70;1544.00;4.99;0 -213;supply_node;2928.00;9.78;1555.00;1.64;0 -213;supply_node;2918.00;9.70;1554.00;4.23;0 -213;supply_node;2917.00;10.15;1559.00;0.88;0 -214;supply_node;3035.00;10.85;541.00;4.99;0 -214;supply_node;3059.00;11.12;582.00;1.64;0 -214;supply_node;3090.00;12.10;538.00;4.23;0 -214;supply_node;3106.00;10.98;571.00;0.88;0 -214;supply_node;3042.00;11.12;561.00;3.81;0 -214;supply_node;3081.00;10.70;573.00;0.11;0 -214;floating_harbor;3001.60;9.50;526.16;-4.29;8219 -215;supply_node;3657.00;9.93;1659.00;4.23;0 -215;supply_node;3718.00;13.68;1683.00;0.88;0 -215;supply_node;3667.00;10.12;1614.00;3.81;0 -215;supply_node;3676.00;9.88;1625.00;0.11;0 -215;supply_node;3709.00;10.68;1667.00;3.05;0 -215;supply_node;3685.00;9.88;1615.00;4.53;0 -215;supply_node;3672.00;10.45;1655.00;2.29;0 -215;supply_node;3721.00;12.43;1664.00;5.23;0 -215;supply_node;3675.00;9.90;1678.00;0.42;0 -215;supply_node;3638.00;10.00;1644.00;4.46;0 -215;supply_node;3653.00;10.38;1639.00;5.94;0 -215;supply_node;3668.00;9.90;1636.00;2.59;0 -215;supply_node;3639.00;10.05;1634.00;0.35;0 -215;supply_node;3656.00;10.10;1626.00;1.83;0 -215;supply_node;3681.00;10.00;1686.00;4.76;0 -215;supply_node;3647.00;10.00;1653.00;1.07;0 -215;supply_node;3675.00;10.05;1646.00;4.00;0 -215;supply_node;3659.00;10.00;1648.00;0.65;0 -215;supply_node;3685.00;10.05;1639.00;3.24;0 -215;supply_node;3710.00;10.78;1647.00;6.18;0 -215;supply_node;3714.00;10.80;1626.00;1.37;0 -215;supply_node;3687.00;9.98;1659.00;5.41;0 -215;supply_node;3698.00;10.53;1653.00;2.07;0 -215;supply_node;3700.00;10.78;1686.00;3.54;0 -215;supply_node;3702.00;13.40;1626.00;1.30;0 -215;supply_node;3693.00;10.28;1633.00;2.78;0 -215;supply_node;3693.00;10.65;1674.00;5.72;0 -215;supply_node;3672.00;10.30;1666.00;2.02;0 -216;supply_node;4792.00;14.60;1333.00;3.81;0 -216;supply_node;4830.00;10.93;1363.00;0.11;0 -216;supply_node;4790.00;14.73;1343.00;3.05;0 -216;supply_node;4761.00;10.65;1319.00;4.53;0 -216;supply_node;4826.00;9.82;1344.00;2.29;0 -216;supply_node;4784.00;13.80;1327.00;5.23;0 -216;supply_node;4810.00;14.48;1349.00;0.42;0 -216;supply_node;4809.00;9.85;1330.00;4.46;0 -216;supply_node;4802.00;14.05;1337.00;5.94;0 -216;supply_node;4776.00;11.75;1322.00;2.59;0 -216;supply_node;4800.00;9.73;1326.00;0.35;0 -216;supply_node;4765.00;9.70;1305.00;1.83;0 -216;supply_node;4824.00;12.55;1352.00;4.76;0 -216;supply_node;4819.00;9.95;1336.00;1.07;0 -216;supply_node;4792.00;11.32;1320.00;4.00;0 -216;supply_node;4837.00;10.10;1371.00;0.65;0 -216;supply_node;4784.00;12.23;1348.00;3.24;0 -216;supply_node;4776.00;11.48;1309.00;6.18;0 -216;supply_node;4769.00;9.98;1315.00;1.37;0 -216;supply_node;4766.00;12.62;1333.00;5.41;0 -216;supply_node;4799.00;14.32;1345.00;2.07;0 -216;supply_node;4758.00;12.15;1327.00;3.54;0 -216;supply_node;4783.00;12.60;1316.00;1.30;0 -216;supply_node;4782.00;13.75;1336.00;2.78;0 -216;supply_node;4775.00;12.90;1339.00;5.72;0 -216;supply_node;4751.00;10.30;1323.00;2.02;0 -216;supply_node;4814.00;14.60;1342.00;4.95;0 -216;supply_node;4771.00;11.80;1327.00;1.60;0 -216;floating_harbor;4841.00;9.50;1356.40;-2.11;898 -216;floating_harbor;4754.05;9.50;1312.05;-3.93;912 -216;floating_harbor;4836.79;9.50;1346.70;-1.33;959 -216;floating_harbor;4813.60;9.50;1318.50;-2.76;3852 -216;floating_harbor;4804.60;9.50;1314.50;-2.76;3981 -216;floating_harbor;4755.36;9.50;1301.79;-4.39;4052 -216;floating_harbor;4836.64;9.50;1356.21;-1.25;6822 -216;floating_harbor;4826.95;9.50;1328.05;-2.36;6922 -216;floating_harbor;4801.95;9.50;1310.05;-2.36;6928 -216;floating_harbor;4845.37;9.50;1360.53;-2.47;6944 -216;floating_harbor;4755.27;9.50;1311.08;-4.43;9790 -216;floating_harbor;4748.30;9.50;1312.21;-3.39;11835 -217;supply_node;4798.00;9.93;1267.00;3.05;0 -217;supply_node;4806.00;12.55;1287.00;4.53;0 -217;supply_node;4813.00;11.93;1264.00;2.29;0 -217;supply_node;4810.00;13.18;1281.00;5.23;0 -217;supply_node;4790.00;9.90;1282.00;0.42;0 -217;supply_node;4786.00;9.70;1251.00;4.46;0 -217;supply_node;4791.00;10.00;1261.00;5.94;0 -217;supply_node;4787.00;9.60;1273.00;2.59;0 -217;supply_node;4807.00;11.05;1271.00;0.35;0 -217;supply_node;4799.00;9.98;1277.00;1.83;0 -217;supply_node;4804.00;12.10;1260.00;4.76;0 -217;supply_node;4821.00;12.35;1266.00;1.07;0 -217;supply_node;4782.00;9.60;1261.00;4.00;0 -217;supply_node;4817.00;13.18;1275.00;0.65;0 -217;floating_harbor;4817.82;9.50;1294.88;-0.98;1148 -217;floating_harbor;4821.38;9.50;1290.48;-0.88;7021 -217;floating_harbor;4775.00;9.50;1282.00;1.57;7125 -217;floating_harbor;4775.21;9.50;1248.30;-4.47;7175 -217;floating_harbor;4782.05;9.50;1269.95;0.79;7204 -217;floating_harbor;4775.50;9.50;1277.60;1.19;7221 -217;floating_harbor;4832.50;9.50;1270.60;-1.19;11912 -217;floating_harbor;4774.05;9.50;1268.95;0.79;11992 -217;floating_harbor;4825.95;9.50;1283.95;-0.79;12011 -218;supply_node;4795.00;11.98;1304.00;2.29;0 -218;supply_node;4772.00;9.70;1287.00;5.23;0 -218;supply_node;4797.00;11.18;1292.00;0.42;0 -218;supply_node;4761.00;9.50;1287.00;4.46;0 -218;supply_node;4783.00;11.00;1300.00;5.94;0 -218;supply_node;4762.00;9.75;1294.00;2.59;0 -218;supply_node;4790.00;10.15;1293.00;0.35;0 -218;supply_node;4772.00;11.10;1301.00;1.83;0 -218;supply_node;4786.00;12.75;1309.00;4.76;0 -218;supply_node;4774.00;10.28;1294.00;1.07;0 -218;supply_node;4804.00;12.75;1295.00;4.00;0 -218;supply_node;4782.00;9.65;1287.00;0.65;0 -218;floating_harbor;4802.95;9.50;1311.95;-0.79;848 -218;floating_harbor;4775.21;9.50;1277.36;-2.82;1003 -218;floating_harbor;4750.21;9.50;1289.70;1.33;4107 -218;floating_harbor;4756.12;9.50;1302.82;0.59;7155 -218;floating_harbor;4725.00;9.50;1289.00;-4.47;10065 -218;floating_harbor;4812.95;9.50;1303.95;-0.79;11958 -218;floating_harbor;4777.40;9.50;1275.50;-3.52;12040 -219;supply_node;4804.00;9.70;1231.00;0.42;0 -219;supply_node;4806.00;12.50;1249.00;4.46;0 -219;supply_node;4780.00;9.70;1201.00;5.94;0 -219;supply_node;4822.00;10.70;1242.00;2.59;0 -219;supply_node;4815.00;11.45;1243.00;0.35;0 -219;supply_node;4788.00;11.40;1241.00;1.83;0 -219;supply_node;4821.00;11.70;1255.00;4.76;0 -219;supply_node;4801.00;12.65;1240.00;1.07;0 -219;supply_node;4782.00;9.70;1233.00;4.00;0 -219;supply_node;4783.00;9.57;1223.00;0.65;0 -219;supply_node;4797.00;12.10;1250.00;3.24;0 -219;supply_node;4813.00;9.65;1235.00;6.18;0 -219;supply_node;4792.00;9.70;1230.00;1.37;0 -219;supply_node;4814.00;11.55;1253.00;5.41;0 -219;floating_harbor;4809.88;9.50;1222.18;-2.55;1054 -219;floating_harbor;4788.00;9.50;1201.00;-1.57;1177 -219;floating_harbor;4832.00;9.50;1242.00;-1.57;4056 -219;floating_harbor;4774.27;9.50;1244.92;1.29;4126 -219;floating_harbor;4831.79;9.50;1257.70;-1.33;7121 -219;floating_harbor;4774.05;9.50;1240.95;0.79;10110 -219;floating_harbor;4776.05;9.50;1216.05;-3.93;11948 -219;floating_harbor;4820.95;9.50;1227.05;-2.36;12060 -219;floating_harbor;4798.60;9.50;1219.00;-2.60;12085 -220;supply_node;4036.00;11.95;836.00;5.94;0 -220;supply_node;4033.00;10.80;848.00;2.59;0 -220;supply_node;4044.00;9.93;849.00;0.35;0 -220;supply_node;4049.00;9.70;841.00;1.83;0 -220;supply_node;4054.00;9.70;854.00;4.76;0 -220;supply_node;4045.00;9.90;829.00;1.07;0 -220;floating_harbor;4061.00;9.50;841.00;-1.57;10149 -220;floating_harbor;4065.50;9.50;858.60;-1.19;10278 -220;floating_harbor;4057.26;9.50;835.13;-1.11;12164 -221;supply_node;4066.00;13.75;757.00;0.35;0 -221;supply_node;4074.00;10.20;749.00;1.83;0 -221;supply_node;4059.00;9.75;750.00;4.76;0 -221;supply_node;4055.00;9.78;771.00;1.07;0 -221;supply_node;4071.00;10.03;776.00;4.00;0 -221;supply_node;4064.00;13.28;770.00;0.65;0 -221;supply_node;4077.00;12.10;762.00;3.24;0 -221;floating_harbor;4086.00;9.50;749.00;-1.57;4219 -221;floating_harbor;4052.05;9.50;743.05;-3.93;7260 -221;floating_harbor;4047.80;9.50;761.40;-3.79;7344 -221;floating_harbor;4083.64;9.50;780.21;-1.25;10229 -221;floating_harbor;4089.90;9.50;764.15;-1.41;12258 -222;supply_node;1582.00;9.70;1436.00;4.76;0 -222;supply_node;1616.00;9.70;1462.00;1.07;0 -222;supply_node;1592.00;9.70;1445.00;4.00;0 -222;supply_node;1541.00;9.70;1410.00;0.65;0 -222;supply_node;1598.00;9.70;1460.00;3.24;0 -222;supply_node;1602.00;9.70;1472.00;6.18;0 -222;supply_node;1550.00;9.70;1432.00;1.37;0 -222;supply_node;1575.00;10.40;1470.00;5.41;0 -222;supply_node;1567.00;9.80;1456.00;2.07;0 -222;supply_node;1555.00;9.80;1441.00;3.54;0 -222;supply_node;1556.00;9.70;1414.00;1.30;0 -222;supply_node;1615.00;9.60;1473.00;2.78;0 -222;supply_node;1545.00;9.70;1424.00;5.72;0 -222;supply_node;1563.00;9.70;1428.00;2.02;0 -222;supply_node;1572.00;9.70;1445.00;4.95;0 -222;supply_node;1589.00;10.30;1470.00;1.60;0 -222;supply_node;1569.00;9.70;1434.00;3.09;0 -222;supply_node;1582.00;9.70;1455.00;0.84;0 -222;floating_harbor;1589.20;9.50;1426.40;-2.50;1019 -222;floating_harbor;1647.00;9.50;1457.00;-1.77;1077 -222;floating_harbor;1603.00;9.50;1438.40;-2.11;1132 -222;floating_harbor;1615.79;9.50;1453.70;-1.33;1163 -222;floating_harbor;1548.47;9.50;1396.92;-2.62;1547 -222;floating_harbor;1647.00;9.50;1457.00;-1.62;4168 -222;floating_harbor;1647.00;9.50;1457.00;-1.87;6943 -222;floating_harbor;1552.08;9.50;1400.27;-3.42;7202 -222;floating_harbor;1627.90;9.50;1470.85;-1.74;9876 -222;floating_harbor;1574.95;9.50;1416.05;-2.36;10047 -222;floating_harbor;1579.20;9.50;1420.40;-2.50;11927 -223;supply_node;3901.00;10.10;1527.00;4.00;0 -223;supply_node;3862.00;10.20;1576.00;0.65;0 -223;supply_node;3940.00;10.07;1594.00;3.24;0 -223;supply_node;3949.00;9.80;1541.00;6.18;0 -223;supply_node;3867.00;10.40;1592.00;1.37;0 -223;supply_node;3897.00;10.18;1585.00;5.41;0 -223;supply_node;3927.00;9.95;1580.00;2.07;0 -223;supply_node;3920.00;9.80;1566.00;3.54;0 -223;supply_node;3872.00;10.57;1621.00;1.30;0 -223;supply_node;3931.00;9.80;1526.00;2.78;0 -223;supply_node;3873.00;10.32;1560.00;5.72;0 -223;supply_node;3858.00;10.20;1502.00;2.02;0 -223;supply_node;3890.00;10.00;1542.00;4.95;0 -223;supply_node;3851.00;10.40;1556.00;1.60;0 -223;supply_node;3948.00;9.80;1517.00;3.09;0 -223;supply_node;3847.00;10.15;1606.00;0.84;0 -223;supply_node;3894.00;10.10;1571.00;2.32;0 -223;supply_node;3871.00;10.10;1543.00;5.25;0 -223;supply_node;3855.00;10.45;1531.00;3.02;0 -223;supply_node;3815.00;9.98;1462.00;4.49;0 -223;supply_node;3960.00;10.20;1500.00;1.14;0 -223;supply_node;3928.00;10.10;1510.00;3.73;0 -223;supply_node;3883.00;11.03;1606.00;0.38;0 -223;supply_node;3902.00;10.40;1621.00;3.32;0 -223;supply_node;3900.00;10.10;1555.00;5.90;0 -223;supply_node;3844.00;10.40;1483.00;2.56;0 -223;supply_node;3917.00;9.90;1538.00;4.03;0 -223;supply_node;3873.00;10.60;1519.00;1.79;0 -223;supply_node;3837.00;10.50;1461.00;4.72;0 -223;supply_node;3819.00;10.00;1480.00;6.21;0 -223;supply_node;3928.00;9.80;1551.00;3.96;0 -223;supply_node;3948.00;10.32;1567.00;5.44;0 -223;supply_node;3900.00;10.38;1512.00;2.09;0 -223;supply_node;3871.00;10.30;1481.00;6.14;0 -223;supply_node;3965.00;9.80;1519.00;1.33;0 -223;supply_node;3860.00;10.88;1458.00;4.27;0 -223;supply_node;3883.00;10.25;1499.00;0.57;0 -223;supply_node;3911.00;9.88;1599.00;3.51;0 -224;supply_node;3617.00;9.60;1511.00;3.24;0 -224;supply_node;3606.00;9.60;1463.00;6.18;0 -224;supply_node;3648.00;9.60;1431.00;1.37;0 -224;supply_node;3564.00;9.60;1470.00;5.41;0 -224;supply_node;3611.00;9.60;1524.00;2.07;0 -224;supply_node;3645.00;9.60;1489.00;3.54;0 -224;supply_node;3634.00;9.60;1506.00;1.30;0 -224;supply_node;3593.00;9.60;1458.00;2.78;0 -224;supply_node;3653.00;9.60;1450.00;5.72;0 -224;supply_node;3731.00;10.75;1463.00;2.02;0 -224;supply_node;3682.00;11.35;1483.00;4.95;0 -224;supply_node;3677.00;10.00;1536.00;1.60;0 -224;supply_node;3827.00;10.10;1502.00;3.09;0 -224;supply_node;3833.00;10.00;1548.00;0.84;0 -224;supply_node;3650.00;9.70;1531.00;2.32;0 -224;supply_node;3813.00;9.80;1536.00;5.25;0 -224;supply_node;3745.00;10.35;1480.00;3.02;0 -224;supply_node;3637.00;9.70;1521.00;4.49;0 -224;supply_node;3813.00;9.90;1516.00;1.14;0 -224;supply_node;3774.00;9.70;1513.00;3.73;0 -224;supply_node;3809.00;9.75;1583.00;0.38;0 -224;supply_node;3723.00;9.85;1475.00;3.32;0 -224;supply_node;3741.00;9.90;1500.00;5.90;0 -224;supply_node;3629.00;9.80;1384.00;2.56;0 -224;supply_node;3570.00;9.60;1460.00;4.03;0 -224;supply_node;3634.00;9.70;1537.00;1.79;0 -224;supply_node;3652.00;10.00;1543.00;4.72;0 -224;supply_node;3628.00;9.60;1417.00;6.21;0 -224;supply_node;3626.00;9.60;1459.00;3.96;0 -224;supply_node;3573.00;9.60;1448.00;5.44;0 -224;supply_node;3770.00;9.88;1470.00;2.09;0 -224;supply_node;3694.00;9.98;1492.00;6.14;0 -224;supply_node;3689.00;9.95;1529.00;1.33;0 -224;supply_node;3776.00;10.45;1443.00;4.27;0 -224;supply_node;3750.00;9.70;1459.00;0.57;0 -224;supply_node;3666.00;9.80;1542.00;3.51;0 -224;supply_node;3830.00;10.10;1531.00;4.98;0 -224;supply_node;3791.00;10.10;1598.00;2.74;0 -224;supply_node;3651.00;9.70;1516.00;5.68;0 -224;supply_node;3835.00;10.10;1589.00;0.87;0 -224;supply_node;3771.00;13.25;1456.00;4.91;0 -224;supply_node;3762.00;9.90;1486.00;0.11;0 -224;supply_node;3724.00;9.80;1507.00;3.05;0 -224;supply_node;3648.00;9.80;1400.00;0.80;0 -224;supply_node;3642.00;9.70;1365.00;2.28;0 -224;supply_node;3655.00;9.85;1380.00;5.22;0 -224;supply_node;3591.00;9.60;1473.00;1.52;0 -224;supply_node;3580.00;9.60;1470.00;4.45;0 -224;supply_node;3599.00;9.60;1482.00;1.11;0 -224;supply_node;3637.00;9.60;1473.00;3.69;0 -224;supply_node;3755.00;10.15;1554.00;0.35;0 -224;supply_node;3793.00;9.90;1442.00;1.82;0 -224;supply_node;3725.00;9.85;1522.00;5.86;0 -224;supply_node;3655.00;10.18;1478.00;2.52;0 -224;supply_node;3793.00;9.73;1477.00;4.00;0 -224;supply_node;3708.00;9.80;1526.00;1.75;0 -224;supply_node;3794.00;9.73;1460.00;3.23;0 -224;supply_node;3811.00;10.45;1599.00;6.17;0 -224;supply_node;3688.00;9.85;1509.00;3.93;0 -224;supply_node;3758.00;9.85;1506.00;5.40;0 -224;supply_node;3765.00;10.50;1573.00;2.05;0 -224;supply_node;3668.00;9.80;1523.00;4.64;0 -224;supply_node;3644.00;9.60;1463.00;1.29;0 -224;supply_node;3625.00;9.60;1521.00;4.23;0 -224;supply_node;3606.00;9.60;1475.00;0.53;0 -224;supply_node;3610.00;9.68;1536.00;3.47;0 -224;supply_node;3667.00;9.73;1508.00;4.94;0 -224;supply_node;3727.00;12.50;1444.00;2.70;0 -224;supply_node;3775.00;9.98;1546.00;4.18;0 -224;supply_node;3777.00;9.70;1490.00;0.84;0 -224;supply_node;3776.00;9.85;1562.00;4.88;0 -224;supply_node;3753.00;10.30;1538.00;0.07;0 -224;supply_node;3706.00;9.80;1503.00;3.01;0 -224;supply_node;3667.00;9.80;1420.00;5.59;0 -224;supply_node;3687.00;9.70;1463.00;2.24;0 -224;supply_node;3786.00;10.70;1583.00;5.18;0 -224;supply_node;3790.00;9.70;1506.00;0.38;0 -224;supply_node;3798.00;10.00;1568.00;4.42;0 -224;supply_node;3663.00;10.18;1354.00;5.89;0 -224;supply_node;3632.00;9.60;1487.00;2.54;0 -224;supply_node;3621.00;9.60;1470.00;0.31;0 -224;supply_node;3618.00;9.60;1482.00;1.78;0 -224;supply_node;3652.00;9.60;1499.00;4.72;0 -224;supply_node;3621.00;9.60;1536.00;1.02;0 -224;supply_node;3621.00;9.60;1496.00;3.96;0 -224;supply_node;3582.00;9.60;1454.00;0.61;0 -224;supply_node;3658.00;9.60;1465.00;3.19;0 -224;supply_node;3615.00;9.73;1402.00;6.13;0 -224;supply_node;3708.00;9.85;1457.00;1.33;0 -224;supply_node;3814.00;9.85;1556.00;5.37;0 -224;supply_node;3803.00;9.90;1493.00;2.02;0 -224;supply_node;3796.00;9.80;1547.00;3.50;0 -224;supply_node;3790.00;9.80;1528.00;1.26;0 -224;supply_node;3704.00;9.80;1478.00;2.73;0 -224;supply_node;3826.00;10.55;1608.00;5.67;0 -224;supply_node;3765.00;9.90;1527.00;3.43;0 -224;supply_node;3743.00;9.95;1520.00;4.91;0 -224;supply_node;3769.00;10.60;1591.00;1.56;0 -224;supply_node;3671.00;10.20;1471.00;4.15;0 -224;supply_node;3670.00;10.00;1492.00;0.80;0 -224;supply_node;3822.00;10.00;1574.00;2.27;0 -224;supply_node;3840.00;10.30;1517.00;0.03;0 -224;supply_node;3835.00;10.20;1567.00;2.97;0 -224;supply_node;3722.00;9.85;1491.00;4.45;0 -224;supply_node;3674.00;10.12;1446.00;2.21;0 -225;supply_node;3981.00;11.35;1461.00;1.37;0 -225;supply_node;3898.00;10.40;1479.00;5.41;0 -225;supply_node;3884.00;10.70;1458.00;2.07;0 -225;supply_node;3908.00;10.75;1451.00;3.54;0 -225;supply_node;3956.00;11.53;1455.00;1.30;0 -225;supply_node;4017.00;11.35;1380.00;2.78;0 -225;supply_node;4043.00;10.45;1476.00;5.72;0 -225;supply_node;3976.00;12.25;1362.00;2.02;0 -225;supply_node;3994.00;10.60;1379.00;4.95;0 -225;supply_node;3935.00;11.00;1490.00;1.60;0 -225;supply_node;3928.00;10.75;1468.00;3.09;0 -225;supply_node;3919.00;10.88;1424.00;0.84;0 -225;supply_node;3937.00;11.30;1442.00;2.32;0 -225;supply_node;3893.00;13.15;1367.00;5.25;0 -225;supply_node;4032.00;10.93;1459.00;3.02;0 -225;supply_node;4008.00;11.15;1459.00;4.49;0 -225;supply_node;3954.00;10.90;1480.00;1.14;0 -225;supply_node;3981.00;11.15;1479.00;3.73;0 -225;supply_node;3880.00;11.10;1409.00;0.38;0 -225;supply_node;3856.00;10.73;1409.00;3.32;0 -225;supply_node;3811.00;10.40;1441.00;5.90;0 -225;supply_node;3824.00;10.30;1426.00;2.56;0 -225;supply_node;3945.00;10.98;1370.00;4.03;0 -225;supply_node;3885.00;10.85;1358.00;1.79;0 -225;supply_node;3912.00;10.40;1494.00;4.72;0 -225;supply_node;4013.00;10.48;1478.00;6.21;0 -225;supply_node;3838.00;10.80;1441.00;3.96;0 -225;supply_node;3906.00;10.62;1405.00;5.44;0 -225;supply_node;3867.00;10.40;1433.00;2.09;0 -225;supply_node;3945.00;10.78;1389.00;6.14;0 -225;supply_node;3910.00;16.60;1351.00;1.33;0 -225;supply_node;3842.00;10.40;1419.00;4.27;0 -225;supply_node;3899.00;10.50;1385.00;0.57;0 -225;supply_node;3945.00;10.73;1417.00;3.51;0 -225;supply_node;3874.00;11.23;1390.00;4.98;0 -225;supply_node;3891.00;10.43;1431.00;2.74;0 -225;supply_node;3969.00;11.62;1374.00;5.68;0 -225;supply_node;3919.00;11.00;1370.00;0.87;0 -225;supply_node;3927.00;10.60;1399.00;4.91;0 -226;supply_node;3892.00;12.53;1340.00;2.07;0 -226;supply_node;3795.00;10.65;1371.00;3.54;0 -226;supply_node;3819.00;10.18;1345.00;1.30;0 -226;supply_node;3812.00;10.05;1327.00;2.78;0 -226;supply_node;3781.00;9.80;1386.00;5.72;0 -226;supply_node;3785.00;9.90;1347.00;2.02;0 -226;supply_node;3820.00;12.75;1391.00;4.95;0 -226;supply_node;3778.00;9.70;1424.00;1.60;0 -226;supply_node;3845.00;10.43;1389.00;3.09;0 -226;supply_node;3802.00;11.93;1418.00;0.84;0 -226;supply_node;3799.00;10.60;1396.00;2.32;0 -226;supply_node;3842.00;12.85;1353.00;5.25;0 -226;supply_node;3836.00;10.12;1371.00;3.02;0 -226;supply_node;3863.00;10.60;1356.00;4.49;0 -226;supply_node;3896.00;12.48;1326.00;1.14;0 -226;supply_node;3829.00;11.30;1407.00;3.73;0 -226;supply_node;3862.00;10.20;1375.00;0.38;0 -226;supply_node;3813.00;11.55;1368.00;3.32;0 -226;supply_node;3789.00;9.93;1330.00;5.90;0 -226;supply_node;3909.00;14.35;1336.00;2.56;0 -226;supply_node;3880.00;10.40;1345.00;4.03;0 -226;supply_node;3796.00;9.90;1312.00;1.79;0 -226;supply_node;3771.00;9.70;1403.00;4.72;0 -227;supply_node;4447.00;11.30;1677.00;1.30;0 -227;supply_node;4382.00;11.50;1654.00;2.78;0 -227;supply_node;4339.00;12.75;1618.00;5.72;0 -227;supply_node;4322.00;11.85;1634.00;2.02;0 -227;supply_node;4436.00;11.12;1718.00;4.95;0 -227;supply_node;4365.00;11.50;1633.00;1.60;0 -227;supply_node;4410.00;11.50;1667.00;3.09;0 -227;supply_node;4316.00;14.95;1606.00;0.84;0 -227;supply_node;4403.00;10.80;1634.00;2.32;0 -227;supply_node;4388.00;11.20;1692.00;5.25;0 -227;supply_node;4476.00;10.73;1673.00;3.02;0 -227;supply_node;4346.00;11.25;1640.00;4.49;0 -227;supply_node;4360.00;10.62;1667.00;1.14;0 -227;supply_node;4433.00;11.40;1648.00;3.73;0 -227;supply_node;4361.00;12.40;1607.00;0.38;0 -227;supply_node;4341.00;13.98;1592.00;3.32;0 -227;supply_node;4335.00;10.30;1663.00;5.90;0 -227;supply_node;4445.00;11.10;1745.00;2.56;0 -227;supply_node;4384.00;11.50;1620.00;4.03;0 -227;supply_node;4476.00;10.40;1774.00;1.79;0 -227;supply_node;4423.00;11.20;1697.00;4.72;0 -227;supply_node;4346.00;10.40;1691.00;6.21;0 -227;supply_node;4475.00;10.70;1713.00;3.96;0 -228;supply_node;3235.00;11.30;112.00;5.72;0 -228;supply_node;3081.00;11.20;166.00;2.02;0 -228;supply_node;3223.00;14.32;136.00;4.95;0 -228;supply_node;3201.00;10.50;99.00;1.60;0 -228;supply_node;3179.00;13.82;123.00;3.09;0 -228;supply_node;3258.00;11.95;137.00;0.84;0 -228;supply_node;3107.00;11.07;128.00;2.32;0 -228;supply_node;3114.00;12.20;165.00;5.25;0 -228;supply_node;3175.00;13.25;151.00;3.02;0 -228;supply_node;3142.00;12.40;155.00;4.49;0 -228;supply_node;3165.00;12.30;97.00;1.14;0 -228;supply_node;3112.00;11.57;91.00;3.73;0 -228;supply_node;3136.00;13.32;111.00;0.38;0 -228;floating_harbor;3245.56;9.50;99.69;-2.43;1833 -228;floating_harbor;3072.07;9.50;146.64;-3.57;4528 -228;floating_harbor;3201.00;9.50;80.00;-3.14;4696 -228;floating_harbor;3270.65;9.50;122.77;-2.41;7576 -228;floating_harbor;3079.12;9.50;133.31;1.38;10415 -228;floating_harbor;3166.58;9.50;78.02;-3.06;12547 -228;floating_harbor;3090.66;9.50;81.04;-4.28;12589 -229;supply_node;3028.00;10.85;1487.00;4.95;0 -229;supply_node;3025.00;13.82;1472.00;1.60;0 -229;supply_node;3039.00;12.20;1487.00;3.09;0 -229;supply_node;3033.00;13.80;1468.00;0.84;0 -229;supply_node;3028.00;11.68;1480.00;2.32;0 -229;supply_node;3040.00;12.60;1479.00;5.25;0 -230;supply_node;3986.00;19.65;1234.00;3.09;0 -230;supply_node;3963.00;19.58;1252.00;0.84;0 -230;supply_node;3936.00;18.58;1250.00;2.32;0 -230;supply_node;4041.00;23.70;1243.00;5.25;0 -230;supply_node;4027.00;21.38;1228.00;3.02;0 -230;supply_node;4012.00;21.05;1219.00;4.49;0 -230;supply_node;3998.00;19.77;1251.00;1.14;0 -230;supply_node;3937.00;14.80;1230.00;3.73;0 -231;supply_node;3669.00;10.15;312.00;2.32;0 -231;supply_node;3710.00;10.15;329.00;5.25;0 -231;floating_harbor;3669.00;9.50;304.00;-3.14;13017 -231;floating_harbor;3704.05;9.50;323.05;-3.93;13018 -232;supply_node;1703.00;11.60;1697.00;3.02;0 -232;floating_harbor;1800.00;9.50;1725.00;-1.22;1356 -233;supply_node;2892.00;11.55;1527.00;1.14;0 -233;supply_node;2884.00;11.03;1519.00;3.73;0 -233;supply_node;2891.00;10.03;1539.00;0.38;0 -233;supply_node;2889.00;10.60;1532.00;3.32;0 -234;supply_node;4337.00;11.32;937.00;0.38;0 -234;supply_node;4345.00;11.40;949.00;3.32;0 -234;supply_node;4363.00;10.70;971.00;5.90;0 -234;supply_node;4368.00;10.75;958.00;2.56;0 -234;supply_node;4353.00;10.45;938.00;4.03;0 -234;supply_node;4369.00;9.98;940.00;1.79;0 -234;supply_node;4338.00;12.15;957.00;4.72;0 -234;supply_node;4381.00;11.30;955.00;6.21;0 -234;supply_node;4354.00;10.93;957.00;3.96;0 -235;supply_node;869.00;13.50;1888.00;5.90;0 -235;supply_node;884.00;12.80;1799.00;2.56;0 -235;supply_node;968.00;14.40;1801.00;4.03;0 -235;supply_node;881.00;12.82;1741.00;1.79;0 -235;supply_node;891.00;10.73;1730.00;4.72;0 -235;supply_node;913.00;13.03;1846.00;6.21;0 -235;supply_node;914.00;12.32;1781.00;3.96;0 -235;supply_node;788.00;12.43;1849.00;5.44;0 -235;supply_node;899.00;14.75;1748.00;2.09;0 -235;supply_node;742.00;9.70;1811.00;6.14;0 -235;supply_node;758.00;12.73;1923.00;1.33;0 -235;supply_node;714.00;12.50;2028.00;4.27;0 -235;supply_node;947.00;11.98;1762.00;0.57;0 -235;supply_node;864.00;9.55;1744.00;3.51;0 -235;supply_node;904.00;11.70;1732.00;4.98;0 -235;supply_node;893.00;9.68;1721.00;2.74;0 -235;supply_node;834.00;14.12;1935.00;5.68;0 -235;supply_node;859.00;13.80;1799.00;0.87;0 -235;supply_node;974.00;14.65;1767.00;4.91;0 -235;supply_node;952.00;13.48;1731.00;0.11;0 -235;supply_node;924.00;12.78;1729.00;3.05;0 -235;supply_node;942.00;14.57;1793.00;0.80;0 -235;supply_node;922.00;12.95;1752.00;2.28;0 -235;supply_node;658.00;13.53;1987.00;5.22;0 -235;supply_node;775.00;13.07;1983.00;1.52;0 -235;supply_node;824.00;9.50;1791.00;4.45;0 -235;supply_node;856.00;13.98;1770.00;1.11;0 -235;supply_node;886.00;14.82;1766.00;3.69;0 -235;supply_node;815.00;13.40;1824.00;0.35;0 -235;supply_node;907.00;12.95;1811.00;1.82;0 -235;supply_node;834.00;9.98;1762.00;5.86;0 -235;supply_node;823.00;12.65;1880.00;2.52;0 -235;supply_node;866.00;11.62;1838.00;4.00;0 -235;supply_node;977.00;14.60;1734.00;1.75;0 -235;floating_harbor;871.12;9.50;1726.18;-3.73;1393 -235;floating_harbor;878.36;9.50;1725.79;-4.39;1408 -235;floating_harbor;769.04;9.50;1837.33;-4.16;1799 -235;floating_harbor;753.00;9.50;1800.00;-2.36;1869 -235;floating_harbor;857.05;9.50;1737.05;-3.93;4385 -235;floating_harbor;879.07;9.50;1722.99;1.43;4428 -235;floating_harbor;809.77;9.50;1778.35;-3.99;10228 -235;floating_harbor;872.00;9.50;1723.00;-2.74;10258 -235;floating_harbor;789.92;9.50;1800.18;-3.95;10548 -235;floating_harbor;814.00;9.50;1762.00;1.57;12231 -236;supply_node;1549.00;11.73;1530.00;4.03;0 -236;supply_node;1586.00;11.43;1523.00;1.79;0 -236;supply_node;1587.00;9.98;1504.00;4.72;0 -236;supply_node;1555.00;13.60;1518.00;6.21;0 -236;supply_node;1540.00;12.38;1523.00;3.96;0 -236;supply_node;1531.00;11.20;1498.00;5.44;0 -236;supply_node;1573.00;11.75;1534.00;2.09;0 -236;supply_node;1594.00;10.57;1533.00;6.14;0 -236;supply_node;1566.00;14.00;1521.00;1.33;0 -236;supply_node;1523.00;10.82;1507.00;4.27;0 -236;supply_node;1544.00;12.30;1498.00;0.57;0 -236;supply_node;1538.00;11.25;1509.00;3.51;0 -236;supply_node;1550.00;12.60;1508.00;4.98;0 -236;supply_node;1560.00;11.25;1531.00;2.74;0 -236;supply_node;1530.00;11.35;1517.00;5.68;0 -236;supply_node;1577.00;11.23;1514.00;0.87;0 -236;supply_node;1579.00;12.90;1528.00;4.91;0 -237;supply_node;3001.00;10.15;569.00;4.72;0 -237;supply_node;3031.00;11.80;616.00;6.21;0 -237;supply_node;3045.00;11.05;598.00;3.96;0 -237;supply_node;2975.00;11.70;619.00;5.44;0 -237;supply_node;3015.00;10.53;566.00;2.09;0 -237;supply_node;3000.00;11.38;589.00;6.14;0 -237;supply_node;3011.00;11.35;632.00;1.33;0 -237;floating_harbor;2991.05;9.50;559.05;-3.93;2115 -237;floating_harbor;2952.74;9.50;607.87;-4.25;8207 -237;floating_harbor;2992.12;9.50;551.20;-4.14;10968 -237;floating_harbor;2977.59;9.50;579.19;-4.30;12975 -238;supply_node;1756.00;9.90;1665.00;3.96;0 -238;supply_node;1740.00;10.40;1655.00;5.44;0 -238;supply_node;1713.00;11.32;1680.00;2.09;0 -238;supply_node;1739.00;10.70;1673.00;6.14;0 -238;supply_node;1762.00;11.15;1708.00;1.33;0 -238;supply_node;1819.00;9.60;1666.00;4.27;0 -238;supply_node;1746.00;11.15;1688.00;0.57;0 -238;supply_node;1787.00;12.15;1712.00;3.51;0 -238;supply_node;1786.00;9.70;1683.00;4.98;0 -238;supply_node;1767.00;11.95;1687.00;2.74;0 -238;supply_node;1725.00;11.00;1675.00;5.68;0 -238;supply_node;1720.00;11.05;1663.00;0.87;0 -238;supply_node;1774.00;9.80;1668.00;4.91;0 -238;supply_node;1735.00;10.25;1699.00;0.11;0 -238;floating_harbor;1800.00;9.50;1725.00;-1.14;1284 -238;floating_harbor;1758.63;9.50;1724.86;0.20;4305 -238;floating_harbor;1813.05;9.50;1671.95;0.79;4360 -238;floating_harbor;1799.31;9.50;1701.44;-2.28;4422 -238;floating_harbor;1797.82;9.50;1690.88;-0.98;4432 -238;floating_harbor;1780.95;9.50;1700.95;-0.79;7379 -238;floating_harbor;1728.87;9.50;1711.26;0.46;12291 -239;supply_node;1681.00;10.00;1591.00;2.09;0 -239;supply_node;1668.00;11.20;1591.00;6.14;0 -239;supply_node;1689.00;11.53;1614.00;1.33;0 -239;supply_node;1666.00;10.95;1584.00;4.27;0 -239;supply_node;1679.00;10.03;1584.00;0.57;0 -239;supply_node;1680.00;11.30;1602.00;3.51;0 -239;supply_node;1673.00;10.55;1656.00;4.98;0 -239;supply_node;1670.00;10.62;1618.00;2.74;0 -239;supply_node;1702.00;10.80;1631.00;5.68;0 -239;supply_node;1670.00;9.70;1570.00;0.87;0 -239;supply_node;1672.00;11.12;1644.00;4.91;0 -239;supply_node;1657.00;10.20;1645.00;0.11;0 -239;supply_node;1698.00;11.25;1670.00;3.05;0 -239;supply_node;1677.00;11.40;1632.00;0.80;0 -239;supply_node;1668.00;11.25;1602.00;2.28;0 -239;supply_node;1679.00;9.70;1571.00;5.22;0 -239;supply_node;1661.00;9.73;1568.00;1.52;0 -239;supply_node;1665.00;10.00;1578.00;4.45;0 -239;supply_node;1702.00;11.43;1658.00;1.11;0 -239;supply_node;1690.00;11.50;1647.00;3.69;0 -239;supply_node;1725.00;10.10;1650.00;0.35;0 -239;supply_node;1686.00;11.12;1663.00;1.82;0 -239;supply_node;1691.00;11.70;1629.00;5.86;0 -239;supply_node;1683.00;9.75;1576.00;2.52;0 -239;supply_node;1710.00;10.70;1644.00;4.00;0 -239;floating_harbor;1675.88;9.50;1561.18;-2.55;6909 -239;floating_harbor;1800.00;9.50;1725.00;-1.12;7433 -239;floating_harbor;1684.13;9.50;1560.74;-2.68;9832 -239;floating_harbor;1693.00;9.50;1552.00;-1.91;9847 -239;floating_harbor;1695.70;9.50;1566.93;-2.19;11830 -240;supply_node;2912.00;13.30;1481.00;1.33;0 -240;supply_node;2918.00;13.40;1488.00;4.27;0 -240;supply_node;2896.00;10.43;1482.00;0.57;0 -240;supply_node;2905.00;10.30;1488.00;3.51;0 -240;supply_node;2903.00;10.45;1480.00;4.98;0 -241;supply_node;2913.00;11.25;1495.00;0.57;0 -241;supply_node;2894.00;10.80;1498.00;3.51;0 -241;supply_node;2900.00;10.70;1502.00;4.98;0 -241;supply_node;2906.00;10.73;1498.00;2.74;0 -241;supply_node;2915.00;10.95;1502.00;5.68;0 -242;supply_node;2972.00;9.70;1600.00;4.98;0 -242;floating_harbor;2980.82;9.50;1605.88;-0.98;11331 -243;supply_node;2971.00;9.70;1391.00;5.68;0 -243;supply_node;2963.00;9.55;1401.00;0.87;0 -243;floating_harbor;2959.00;9.50;1391.00;1.57;6946 -243;floating_harbor;2956.05;9.50;1394.05;-3.93;6973 -244;supply_node;4440.00;11.75;948.00;4.91;0 -244;supply_node;4458.00;10.78;899.00;0.11;0 -244;supply_node;4436.00;10.28;939.00;3.05;0 -244;supply_node;4410.00;9.90;943.00;0.80;0 -244;supply_node;4398.00;10.30;946.00;2.28;0 -244;supply_node;4445.00;10.18;925.00;5.22;0 -244;supply_node;4466.00;10.78;889.00;1.52;0 -244;supply_node;4477.00;11.00;880.00;4.45;0 -244;supply_node;4455.00;9.80;880.00;1.11;0 -244;supply_node;4455.00;10.32;927.00;3.69;0 -244;supply_node;4424.00;12.75;966.00;0.35;0 -244;supply_node;4449.00;9.93;912.00;1.82;0 -244;supply_node;4478.00;10.80;889.00;5.86;0 -244;supply_node;4381.00;11.70;986.00;2.52;0 -244;supply_node;4405.00;11.90;976.00;4.00;0 -244;supply_node;4415.00;12.78;973.00;1.75;0 -244;supply_node;4388.00;11.80;976.00;3.23;0 -244;supply_node;4423.00;12.80;983.00;6.17;0 -244;supply_node;4413.00;11.88;957.00;3.93;0 -244;supply_node;4477.00;12.93;900.00;5.40;0 -244;supply_node;4435.00;12.10;973.00;2.05;0 -244;supply_node;4461.00;10.60;920.00;4.64;0 -244;supply_node;4463.00;11.25;911.00;1.29;0 -244;supply_node;4449.00;10.70;936.00;4.23;0 -244;supply_node;4391.00;10.60;956.00;0.53;0 -244;supply_node;4385.00;10.82;939.00;3.47;0 -244;supply_node;4462.00;9.80;875.00;4.94;0 -244;supply_node;4386.00;11.60;968.00;2.70;0 -244;supply_node;4400.00;10.80;961.00;4.18;0 -244;supply_node;4470.00;11.62;905.00;0.84;0 -244;supply_node;4426.00;10.18;950.00;4.88;0 -244;supply_node;4402.00;11.82;1003.00;0.07;0 -244;supply_node;4404.00;11.25;990.00;3.01;0 -245;supply_node;4435.00;9.95;910.00;3.05;0 -245;supply_node;4444.00;9.80;899.00;0.80;0 -245;supply_node;4432.00;10.45;927.00;2.28;0 -245;supply_node;4419.00;9.98;935.00;5.22;0 -245;supply_node;4432.00;9.85;881.00;1.52;0 -245;supply_node;4398.00;10.15;932.00;4.45;0 -245;supply_node;4416.00;10.20;918.00;1.11;0 -245;supply_node;4428.00;10.03;899.00;3.69;0 -245;supply_node;4447.00;10.10;885.00;0.35;0 -245;supply_node;4427.00;9.90;889.00;1.82;0 -246;supply_node;4475.00;10.15;856.00;2.28;0 -246;supply_node;4464.00;9.82;855.00;5.22;0 -246;supply_node;4470.00;10.28;842.00;1.52;0 -246;supply_node;4482.00;11.68;847.00;4.45;0 -246;supply_node;4470.00;10.20;870.00;1.11;0 -247;supply_node;2985.00;10.00;1565.00;1.52;0 -247;supply_node;2986.00;9.90;1557.00;4.45;0 -247;supply_node;2995.00;9.75;1565.00;1.11;0 -247;supply_node;2994.00;9.70;1556.00;3.69;0 -248;supply_node;2933.00;10.82;1513.00;1.11;0 -249;supply_node;2941.00;10.57;1514.00;0.35;0 -249;supply_node;2951.00;10.85;1505.00;1.82;0 -249;supply_node;2952.00;10.38;1516.00;5.86;0 -250;supply_node;1650.00;10.25;1655.00;5.86;0 -250;supply_node;1673.00;9.93;1679.00;2.52;0 -250;supply_node;1662.00;10.25;1674.00;4.00;0 -251;supply_node;995.00;9.75;1382.00;4.00;0 -251;supply_node;1029.00;9.68;1319.00;1.75;0 -251;supply_node;1115.00;9.70;1292.00;3.23;0 -251;supply_node;1053.00;10.10;1377.00;6.17;0 -251;supply_node;1133.00;14.95;1304.00;3.93;0 -251;supply_node;1079.00;9.75;1333.00;5.40;0 -251;supply_node;1098.00;11.28;1311.00;2.05;0 -251;supply_node;1103.00;13.20;1377.00;4.64;0 -251;supply_node;1119.00;14.28;1327.00;1.29;0 -251;supply_node;1030.00;10.57;1341.00;4.23;0 -251;supply_node;1079.00;12.82;1375.00;0.53;0 -251;supply_node;1101.00;11.25;1333.00;3.47;0 -251;supply_node;1053.00;10.30;1305.00;4.94;0 -251;supply_node;1084.00;10.75;1354.00;2.70;0 -251;supply_node;1060.00;9.88;1353.00;4.18;0 -251;supply_node;989.00;10.90;1400.00;0.84;0 -251;supply_node;1074.00;9.73;1267.00;4.88;0 -251;supply_node;1029.00;9.70;1394.00;0.07;0 -251;supply_node;1009.00;10.70;1363.00;3.01;0 -251;supply_node;1103.00;11.80;1358.00;5.59;0 -251;supply_node;1004.00;10.65;1400.00;2.24;0 -251;supply_node;1007.00;13.10;1383.00;5.18;0 -251;floating_harbor;984.74;9.50;1376.87;-4.25;1892 -251;floating_harbor;1014.47;9.50;1330.30;0.91;1904 -251;floating_harbor;1099.88;9.50;1283.60;-4.21;1945 -251;floating_harbor;1036.50;9.50;1370.40;-4.33;2069 -251;floating_harbor;1068.05;9.50;1322.05;-3.93;4908 -251;floating_harbor;1084.27;9.50;1307.08;-4.43;4977 -251;floating_harbor;1041.38;9.50;1350.48;-0.88;7964 -251;floating_harbor;1062.48;9.50;1316.38;-0.69;8119 -251;floating_harbor;1045.74;9.50;1345.87;-4.25;10848 -251;floating_harbor;974.05;9.50;1398.13;-4.59;12461 -251;floating_harbor;1096.10;9.50;1254.57;-2.08;12736 -251;floating_harbor;1026.85;9.50;1381.10;-3.31;12833 -251;floating_harbor;1024.12;9.50;1371.40;-1.06;12859 -251;floating_harbor;1020.43;9.50;1388.76;-1.17;13216 -252;supply_node;1160.00;13.25;1355.00;3.23;0 -252;supply_node;1155.00;14.95;1265.00;6.17;0 -252;supply_node;1167.00;15.38;1254.00;3.93;0 -252;supply_node;1175.00;15.60;1291.00;5.40;0 -252;supply_node;1133.00;10.30;1270.00;2.05;0 -252;supply_node;1150.00;13.20;1375.00;4.64;0 -252;supply_node;1127.00;13.57;1379.00;1.29;0 -252;supply_node;1150.00;13.55;1329.00;4.23;0 -252;supply_node;1184.00;16.12;1269.00;0.53;0 -252;supply_node;1153.00;16.98;1284.00;3.47;0 -252;supply_node;1155.00;9.68;1243.00;4.94;0 -252;supply_node;1154.00;16.27;1309.00;2.70;0 -252;supply_node;1138.00;15.05;1348.00;4.18;0 -252;supply_node;1119.00;15.25;1359.00;0.84;0 -252;supply_node;1174.00;13.55;1314.00;4.88;0 -252;supply_node;1176.00;13.35;1339.00;0.07;0 -252;floating_harbor;1120.30;9.50;1260.93;-4.09;8057 -252;floating_harbor;1142.36;9.50;1238.79;-4.39;10895 -253;supply_node;4849.00;12.20;1394.00;3.93;0 -253;supply_node;4796.00;12.48;1353.00;5.40;0 -253;supply_node;4857.00;12.20;1407.00;2.05;0 -253;supply_node;4731.00;11.25;1333.00;4.64;0 -253;supply_node;4732.00;9.80;1368.00;1.29;0 -253;supply_node;4805.00;14.40;1355.00;4.23;0 -253;supply_node;4755.00;10.50;1369.00;0.53;0 -253;supply_node;4726.00;12.73;1338.00;3.47;0 -253;supply_node;4743.00;9.90;1376.00;4.94;0 -253;supply_node;4806.00;13.35;1371.00;2.70;0 -253;supply_node;4733.00;10.20;1396.00;4.18;0 -253;supply_node;4827.00;11.32;1375.00;0.84;0 -253;supply_node;4762.00;11.10;1348.00;4.88;0 -253;supply_node;4794.00;12.07;1383.00;0.07;0 -253;supply_node;4717.00;10.50;1327.00;3.01;0 -253;supply_node;4836.00;11.43;1391.00;5.59;0 -253;supply_node;4728.00;9.70;1351.00;2.24;0 -253;supply_node;4703.00;9.60;1305.00;5.18;0 -253;supply_node;4722.00;11.40;1409.00;0.38;0 -253;supply_node;4697.00;11.20;1453.00;4.42;0 -253;supply_node;4672.00;10.90;1393.00;5.89;0 -253;supply_node;4833.00;10.50;1458.00;2.54;0 -253;supply_node;4695.00;10.73;1424.00;0.31;0 -253;supply_node;4765.00;10.20;1388.00;1.78;0 -253;supply_node;4849.00;14.55;1427.00;4.72;0 -253;supply_node;4757.00;9.82;1465.00;1.02;0 -253;supply_node;4711.00;10.05;1433.00;3.96;0 -253;supply_node;4715.00;12.55;1395.00;0.61;0 -253;supply_node;4761.00;10.98;1447.00;3.19;0 -253;supply_node;4815.00;10.53;1490.00;6.13;0 -253;supply_node;4830.00;11.12;1471.00;1.33;0 -253;supply_node;4708.00;11.90;1530.00;5.37;0 -253;supply_node;4743.00;10.62;1486.00;2.02;0 -253;supply_node;4706.00;10.93;1317.00;3.50;0 -253;supply_node;4827.00;12.00;1405.00;1.26;0 -253;supply_node;4857.00;12.30;1419.00;2.73;0 -253;supply_node;4740.00;11.45;1337.00;5.67;0 -253;supply_node;4864.00;11.07;1412.00;3.43;0 -253;supply_node;4750.00;11.85;1359.00;4.91;0 -253;supply_node;4818.00;14.55;1358.00;1.56;0 -253;supply_node;4703.00;10.05;1389.00;4.15;0 -253;supply_node;4766.00;11.25;1365.00;0.80;0 -253;supply_node;4739.00;12.60;1344.00;2.27;0 -253;supply_node;4761.00;10.35;1379.00;0.03;0 -253;supply_node;4817.00;13.07;1367.00;2.97;0 -253;supply_node;4775.00;10.40;1379.00;4.45;0 -253;supply_node;4844.00;9.75;1378.00;2.21;0 -253;supply_node;4811.00;12.50;1386.00;3.68;0 -253;supply_node;4773.00;12.78;1346.00;0.34;0 -253;supply_node;4737.00;10.82;1328.00;4.38;0 -253;supply_node;4658.00;11.35;1392.00;5.86;0 -253;supply_node;4750.00;10.03;1407.00;2.51;0 -253;supply_node;4745.00;9.82;1442.00;5.10;0 -253;supply_node;4883.00;9.75;1469.00;1.75;0 -253;supply_node;4728.00;10.28;1429.00;4.68;0 -253;supply_node;4757.00;10.35;1397.00;0.98;0 -253;supply_node;4780.00;12.03;1452.00;3.92;0 -253;supply_node;4740.00;11.40;1418.00;5.40;0 -253;supply_node;4745.00;11.15;1387.00;3.15;0 -253;supply_node;4804.00;9.80;1442.00;6.09;0 -253;supply_node;4665.00;11.40;1482.00;1.29;0 -253;supply_node;4741.00;11.25;1542.00;5.33;0 -253;supply_node;4693.00;11.45;1509.00;0.52;0 -253;supply_node;4708.00;11.38;1465.00;3.46;0 -253;supply_node;4871.00;9.80;1420.00;1.22;0 -253;supply_node;4750.00;14.88;1350.00;2.70;0 -253;supply_node;4849.00;9.90;1383.00;5.63;0 -253;supply_node;4847.00;12.28;1408.00;1.94;0 -253;supply_node;4711.00;11.07;1312.00;4.87;0 -253;supply_node;4750.00;10.98;1333.00;1.52;0 -253;supply_node;4869.00;9.98;1432.00;4.10;0 -253;supply_node;4760.00;11.80;1358.00;0.76;0 -253;supply_node;4718.00;10.40;1370.00;2.24;0 -253;supply_node;4783.00;12.05;1367.00;6.28;0 -253;supply_node;4752.00;11.55;1342.00;1.48;0 -253;supply_node;4719.00;11.28;1319.00;4.41;0 -253;supply_node;4784.00;11.88;1380.00;2.17;0 -253;supply_node;4720.00;9.70;1360.00;3.64;0 -253;supply_node;4824.00;16.12;1386.00;0.30;0 -253;supply_node;4742.00;9.70;1324.00;1.78;0 -253;supply_node;4781.00;10.50;1412.00;5.82;0 -253;supply_node;4783.00;9.80;1436.00;2.47;0 -253;supply_node;4893.00;9.88;1453.00;3.95;0 -253;supply_node;4760.00;11.40;1429.00;1.71;0 -253;supply_node;4800.00;10.93;1407.00;3.19;0 -253;supply_node;4796.00;12.23;1477.00;6.12;0 -253;supply_node;4764.00;9.95;1417.00;3.88;0 -253;supply_node;4775.00;10.55;1394.00;5.36;0 -253;supply_node;4834.00;10.60;1431.00;2.01;0 -253;supply_node;4679.00;11.20;1527.00;4.60;0 -253;supply_node;4653.00;12.35;1495.00;1.25;0 -253;supply_node;4809.00;10.35;1463.00;4.18;0 -253;supply_node;4690.00;11.50;1438.00;0.48;0 -253;supply_node;4778.00;11.05;1515.00;3.42;0 -253;supply_node;4746.00;11.15;1575.00;4.90;0 -253;supply_node;4743.00;10.60;1517.00;2.66;0 -253;supply_node;4715.00;10.98;1481.00;5.59;0 -253;supply_node;4784.00;12.43;1467.00;0.79;0 -253;supply_node;4852.00;10.03;1450.00;4.83;0 -253;supply_node;4767.00;12.62;1355.00;0.03;0 -253;supply_node;4835.00;12.28;1398.00;2.96;0 -253;supply_node;4720.00;10.12;1344.00;0.72;0 -253;supply_node;4796.00;10.10;1418.00;2.20;0 -253;supply_node;4710.00;9.95;1360.00;5.13;0 -253;supply_node;4881.00;9.80;1426.00;1.43;0 -253;supply_node;4777.00;12.53;1357.00;4.37;0 -253;supply_node;4730.00;10.25;1381.00;5.85;0 -253;supply_node;4700.00;10.40;1343.00;3.61;0 -253;supply_node;4797.00;13.70;1364.00;0.26;0 -253;supply_node;4762.00;12.10;1339.00;1.74;0 -253;supply_node;4728.00;10.98;1322.00;5.78;0 -253;supply_node;4774.00;12.80;1370.00;0.97;0 -253;supply_node;4803.00;12.25;1378.00;3.91;0 -253;supply_node;4741.00;10.32;1354.00;1.67;0 -253;supply_node;4835.00;11.07;1383.00;3.15;0 -253;supply_node;4793.00;11.32;1392.00;6.08;0 -253;supply_node;4806.00;11.50;1395.00;2.39;0 -253;supply_node;4884.00;9.73;1459.00;5.32;0 -253;supply_node;4855.00;10.88;1463.00;1.97;0 -253;supply_node;4816.00;12.53;1407.00;4.56;0 -253;supply_node;4822.00;10.60;1444.00;1.21;0 -253;supply_node;4671.00;12.00;1408.00;2.69;0 -253;supply_node;4781.00;10.50;1425.00;0.45;0 -253;supply_node;4841.00;10.50;1442.00;3.39;0 -253;supply_node;4814.00;11.05;1418.00;4.86;0 -253;supply_node;4858.00;11.78;1438.00;2.62;0 -253;supply_node;4900.00;10.35;1470.00;4.10;0 -253;supply_node;4704.00;11.85;1575.00;0.75;0 -253;supply_node;4715.00;11.45;1501.00;4.79;0 -253;supply_node;4629.00;12.28;1497.00;6.27;0 -253;supply_node;4682.00;12.95;1474.00;2.92;0 -253;supply_node;4768.00;11.20;1545.00;5.51;0 -253;supply_node;4833.00;11.53;1486.00;2.16;0 -253;supply_node;4769.00;10.48;1406.00;5.10;0 -253;supply_node;4714.00;9.88;1338.00;1.39;0 -253;supply_node;4733.00;9.70;1358.00;4.34;0 -253;supply_node;4789.00;13.32;1359.00;5.81;0 -253;supply_node;4744.00;10.07;1366.00;3.57;0 -253;supply_node;4712.00;10.65;1350.00;5.05;0 -253;supply_node;4807.00;14.50;1364.00;1.70;0 -253;supply_node;4720.00;10.18;1383.00;5.74;0 -253;supply_node;4793.00;12.80;1371.00;0.94;0 -253;supply_node;4815.00;13.23;1377.00;3.88;0 -253;supply_node;4787.00;11.88;1400.00;5.35;0 -253;supply_node;4818.00;12.05;1395.00;3.11;0 -253;supply_node;4699.00;10.00;1403.00;6.04;0 -253;supply_node;4839.00;13.07;1408.00;1.24;0 -253;supply_node;4706.00;10.55;1415.00;5.28;0 -253;supply_node;4867.00;10.38;1454.00;0.48;0 -253;supply_node;4822.00;11.30;1426.00;3.41;0 -253;supply_node;4802.00;10.12;1427.00;1.17;0 -253;supply_node;4877.00;10.05;1445.00;2.65;0 -253;supply_node;4682.00;11.93;1418.00;5.59;0 -253;supply_node;4687.00;10.25;1395.00;1.89;0 -253;supply_node;4834.00;11.85;1416.00;4.83;0 -253;supply_node;4727.00;9.90;1451.00;1.48;0 -253;supply_node;4887.00;9.75;1438.00;4.06;0 -253;supply_node;4715.00;12.48;1556.00;0.72;0 -253;supply_node;4791.00;11.55;1493.00;2.19;0 -253;supply_node;4764.00;10.20;1484.00;6.23;0 -253;supply_node;4628.00;12.53;1475.00;2.88;0 -253;supply_node;4679.00;11.85;1490.00;4.37;0 -253;floating_harbor;4706.74;9.50;1332.13;1.11;964 -253;floating_harbor;4697.05;9.50;1310.95;0.79;1150 -253;floating_harbor;4695.00;9.50;1317.00;1.57;3783 -253;floating_harbor;4720.64;9.50;1308.79;-1.89;6851 -253;floating_harbor;4726.95;9.50;1311.05;-2.36;6918 -253;floating_harbor;4742.00;9.50;1314.00;-3.14;6981 -253;floating_harbor;4702.70;9.50;1332.21;-2.90;9835 -253;floating_harbor;4737.60;9.50;1314.80;-2.21;9854 -253;floating_harbor;4707.05;9.50;1331.05;-3.93;11764 -254;supply_node;4895.00;10.40;1431.00;2.05;0 -254;supply_node;4911.00;10.45;1511.00;4.64;0 -254;supply_node;4914.00;10.07;1449.00;1.29;0 -254;supply_node;4936.00;12.43;1455.00;4.23;0 -254;supply_node;4931.00;10.45;1469.00;0.53;0 -254;supply_node;4951.00;13.28;1462.00;3.47;0 -254;supply_node;4915.00;12.75;1420.00;4.94;0 -254;supply_node;4871.00;9.57;1386.00;2.70;0 -254;supply_node;4971.00;11.88;1506.00;4.18;0 -254;supply_node;4957.00;13.43;1500.00;0.84;0 -254;supply_node;4962.00;12.10;1521.00;4.88;0 -254;supply_node;4949.00;11.18;1486.00;0.07;0 -254;supply_node;4922.00;10.35;1458.00;3.01;0 -254;supply_node;4874.00;11.70;1585.00;5.59;0 -254;supply_node;4805.00;11.00;1623.00;2.24;0 -254;supply_node;4814.00;10.50;1570.00;5.18;0 -254;supply_node;4904.00;10.07;1628.00;0.38;0 -254;supply_node;4845.00;10.80;1529.00;4.42;0 -254;supply_node;4860.00;11.32;1606.00;5.89;0 -254;supply_node;4896.00;12.00;1573.00;2.54;0 -254;supply_node;4973.00;10.30;1571.00;0.31;0 -254;supply_node;4942.00;12.53;1444.00;1.78;0 -254;supply_node;4949.00;12.40;1452.00;4.72;0 -254;supply_node;4958.00;10.55;1445.00;1.02;0 -254;supply_node;4963.00;11.43;1457.00;3.96;0 -254;supply_node;4945.00;13.48;1471.00;0.61;0 -254;supply_node;4877.00;9.88;1411.00;3.19;0 -254;supply_node;4905.00;12.95;1406.00;6.13;0 -254;supply_node;4941.00;9.80;1499.00;1.33;0 -254;supply_node;4861.00;10.50;1394.00;5.37;0 -254;supply_node;4872.00;11.93;1521.00;2.02;0 -254;supply_node;4957.00;10.12;1542.00;3.50;0 -254;supply_node;4990.00;11.98;1508.00;1.26;0 -254;supply_node;4905.00;12.68;1531.00;2.73;0 -254;supply_node;4807.00;10.38;1519.00;5.67;0 -254;supply_node;4804.00;10.78;1593.00;3.43;0 -254;supply_node;4848.00;10.62;1555.00;4.91;0 -254;supply_node;4898.00;10.30;1486.00;1.56;0 -254;supply_node;4869.00;11.78;1565.00;4.15;0 -254;supply_node;4995.00;10.00;1545.00;0.80;0 -254;supply_node;4962.00;10.35;1585.00;2.27;0 -254;supply_node;4829.00;10.30;1601.00;0.03;0 -254;supply_node;4888.00;10.15;1416.00;2.97;0 -254;supply_node;4902.00;9.82;1445.00;4.45;0 -254;supply_node;4949.00;10.62;1434.00;2.21;0 -254;supply_node;4961.00;12.78;1471.00;3.68;0 -254;supply_node;4928.00;12.15;1414.00;0.34;0 -254;supply_node;4870.00;11.03;1402.00;4.38;0 -254;supply_node;4884.00;9.68;1380.00;5.86;0 -254;supply_node;4878.00;10.80;1396.00;2.51;0 -254;supply_node;4978.00;12.82;1535.00;5.10;0 -254;supply_node;4932.00;10.40;1484.00;1.75;0 -254;supply_node;4991.00;11.23;1524.00;4.68;0 -254;supply_node;4877.00;11.85;1543.00;0.98;0 -254;supply_node;4875.00;10.30;1480.00;3.92;0 -254;supply_node;4905.00;12.60;1552.00;5.40;0 -254;supply_node;4841.00;10.70;1579.00;3.15;0 -254;supply_node;4798.00;10.40;1540.00;6.09;0 -254;supply_node;4842.00;10.70;1504.00;1.29;0 -254;supply_node;5001.00;10.20;1569.00;5.33;0 -254;supply_node;4909.00;12.60;1600.00;0.52;0 -254;supply_node;4972.00;12.45;1494.00;3.46;0 -254;supply_node;4989.00;10.40;1494.00;1.22;0 -254;supply_node;4907.00;11.65;1433.00;2.70;0 -254;supply_node;4934.00;13.38;1436.00;5.63;0 -254;supply_node;4946.00;9.85;1566.00;1.94;0 -254;supply_node;4977.00;12.95;1520.00;4.87;0 -254;supply_node;4965.00;12.45;1483.00;1.52;0 -254;supply_node;4894.00;12.48;1405.00;4.10;0 -254;supply_node;4898.00;10.85;1385.00;0.76;0 -254;supply_node;4890.00;11.10;1392.00;2.24;0 -254;supply_node;4916.00;10.35;1468.00;6.28;0 -254;supply_node;4984.00;9.70;1556.00;1.48;0 -254;supply_node;4938.00;9.68;1601.00;4.41;0 -254;supply_node;4884.00;10.70;1608.00;2.17;0 -254;supply_node;4823.00;10.98;1516.00;3.64;0 -254;supply_node;4780.00;10.20;1597.00;0.30;0 -254;supply_node;4854.00;10.30;1478.00;1.78;0 -254;supply_node;4982.00;10.85;1483.00;5.82;0 -254;supply_node;4919.00;12.68;1434.00;2.47;0 -254;supply_node;4938.00;11.73;1424.00;3.95;0 -254;supply_node;4926.00;12.57;1445.00;1.71;0 -254;supply_node;4906.00;9.88;1456.00;3.19;0 -254;supply_node;4973.00;11.07;1470.00;6.12;0 -254;supply_node;4918.00;12.18;1404.00;3.88;0 -254;supply_node;4884.00;10.48;1404.00;5.36;0 -254;supply_node;4900.00;11.35;1419.00;2.01;0 -254;supply_node;4927.00;11.98;1426.00;4.60;0 -254;supply_node;4908.00;12.73;1394.00;1.25;0 -254;supply_node;4949.00;9.78;1517.00;4.18;0 -254;supply_node;4916.00;10.00;1479.00;0.48;0 -254;supply_node;4922.00;9.70;1497.00;3.42;0 -254;supply_node;4889.00;10.30;1504.00;4.90;0 -254;supply_node;4933.00;10.12;1518.00;2.66;0 -254;supply_node;4989.00;9.70;1592.00;5.59;0 -254;supply_node;4920.00;11.35;1574.00;0.79;0 -254;supply_node;4851.00;11.43;1628.00;4.83;0 -254;supply_node;4930.00;10.57;1544.00;0.03;0 -254;supply_node;4824.00;10.10;1545.00;2.96;0 -254;supply_node;4788.00;10.70;1567.00;0.72;0 -254;supply_node;4865.00;10.75;1497.00;2.20;0 -254;floating_harbor;4865.12;9.50;1377.18;-3.73;957 -254;floating_harbor;4929.91;9.50;1623.91;-1.73;1772 -254;floating_harbor;4968.79;9.50;1442.30;-1.82;3739 -254;floating_harbor;4974.86;9.50;1454.63;-1.77;3753 -254;floating_harbor;5003.94;9.50;1499.29;-2.13;4404 -254;floating_harbor;5010.83;9.50;1541.48;-1.79;4841 -254;floating_harbor;4963.87;9.50;1599.95;-0.12;4844 -254;floating_harbor;4960.50;9.50;1429.40;-1.95;6715 -254;floating_harbor;4939.00;9.50;1407.40;-2.11;6833 -254;floating_harbor;4881.30;9.50;1369.21;-3.39;6961 -254;floating_harbor;5007.00;9.50;1524.00;-1.57;7309 -254;floating_harbor;5013.00;9.50;1548.00;-3.04;7868 -254;floating_harbor;4925.20;9.50;1621.60;-0.64;7871 -254;floating_harbor;5002.93;9.50;1495.99;-1.43;9604 -254;floating_harbor;4906.95;9.50;1376.05;-2.36;9895 -254;floating_harbor;4956.96;9.50;1612.67;-1.02;10577 -254;floating_harbor;4998.00;9.50;1483.00;-1.57;11575 -254;floating_harbor;4950.90;9.50;1421.85;-1.74;11626 -254;floating_harbor;4984.50;9.50;1465.40;-1.95;11719 -254;floating_harbor;4927.95;9.50;1394.05;-2.36;11745 -254;floating_harbor;4853.00;9.50;1367.00;-3.14;11879 -254;floating_harbor;4919.38;9.50;1384.52;-2.27;11904 -254;floating_harbor;5013.00;9.50;1548.00;-2.99;12559 -255;supply_node;5031.00;9.70;1581.00;1.29;0 -255;supply_node;5027.00;10.55;1476.00;4.23;0 -255;supply_node;5030.00;9.80;1556.00;0.53;0 -255;supply_node;5036.00;11.68;1529.00;3.47;0 -255;supply_node;5038.00;11.05;1504.00;4.94;0 -255;supply_node;5031.00;9.50;1451.00;2.70;0 -255;floating_harbor;5023.87;9.50;1595.26;0.46;855 -255;floating_harbor;5016.00;9.50;1476.00;1.57;1322 -255;floating_harbor;5047.97;9.50;1554.37;-1.66;1742 -255;floating_harbor;5018.03;9.50;1530.63;1.48;1755 -255;floating_harbor;5054.00;9.50;1494.40;-2.11;1820 -255;floating_harbor;5054.00;9.50;1469.00;-0.61;12446 -256;supply_node;338.00;10.88;1971.00;0.53;0 -256;supply_node;464.00;12.62;1966.00;3.47;0 -256;supply_node;567.00;13.05;1987.00;4.94;0 -256;supply_node;277.00;10.30;2007.00;2.70;0 -256;supply_node;411.00;10.45;1903.00;4.18;0 -256;supply_node;416.00;13.60;1994.00;0.84;0 -256;supply_node;292.00;9.70;1861.00;4.88;0 -256;supply_node;633.00;9.50;1954.00;0.07;0 -256;supply_node;376.00;9.95;1930.00;3.01;0 -256;supply_node;505.00;12.68;2028.00;5.59;0 -256;supply_node;474.00;9.50;1996.00;2.24;0 -256;supply_node;740.00;9.50;1868.00;5.18;0 -256;floating_harbor;73.00;9.50;1759.00;-2.23;1135 -256;floating_harbor;330.88;9.50;1927.09;-3.30;1830 -256;floating_harbor;499.00;9.50;1966.00;-1.57;4833 -256;floating_harbor;522.32;9.50;1972.89;-4.41;4848 -256;floating_harbor;243.02;9.50;2027.63;1.03;7855 -256;floating_harbor;398.36;9.50;1907.21;1.25;7884 -256;floating_harbor;435.20;9.50;1968.40;-2.50;10679 -256;floating_harbor;277.00;10.03;1855.00;0.98;10694 -256;floating_harbor;621.00;9.50;1954.00;1.57;10707 -256;floating_harbor;382.55;9.50;1901.17;-2.92;12661 -256;floating_harbor;212.00;9.50;1803.00;-2.25;13090 -256;floating_harbor;456.85;9.50;1986.65;-4.21;13091 -256;floating_harbor;726.27;9.50;1871.92;1.29;13202 -256;floating_harbor;678.00;9.50;1891.00;-3.83;13203 -257;supply_node;4047.00;9.70;818.00;4.94;0 -257;supply_node;4023.00;9.98;805.00;2.70;0 -257;supply_node;4021.00;10.05;788.00;4.18;0 -257;supply_node;4036.00;13.75;811.00;0.84;0 -257;supply_node;4032.00;12.43;798.00;4.88;0 -257;supply_node;4012.00;12.43;797.00;0.07;0 -257;supply_node;4013.00;10.82;782.00;3.01;0 -257;supply_node;4034.00;9.85;824.00;5.59;0 -257;supply_node;4025.00;10.20;816.00;2.24;0 -257;floating_harbor;4057.47;9.50;826.37;-0.90;1381 -257;floating_harbor;4029.95;9.50;779.05;-2.36;4327 -257;floating_harbor;4048.26;9.50;804.87;-2.03;4416 -257;floating_harbor;4043.50;9.50;793.40;-1.95;7265 -257;floating_harbor;4004.05;9.50;773.05;-3.93;7402 -258;supply_node;3001.00;9.70;1589.00;4.18;0 -258;supply_node;3003.00;9.70;1596.00;0.84;0 -258;supply_node;2995.00;9.70;1601.00;4.88;0 -258;supply_node;2989.00;9.70;1591.00;0.07;0 -258;floating_harbor;2999.60;9.50;1612.50;-0.38;321 -259;supply_node;2969.00;11.50;1484.00;4.88;0 -259;supply_node;2968.00;12.20;1477.00;0.07;0 -259;supply_node;2968.00;14.07;1468.00;3.01;0 -260;supply_node;4756.00;10.53;756.00;3.01;0 -260;supply_node;4767.00;9.57;800.00;5.59;0 -260;supply_node;4774.00;10.25;779.00;2.24;0 -260;supply_node;4770.00;10.10;769.00;5.18;0 -260;supply_node;4712.00;10.20;762.00;0.38;0 -260;supply_node;4764.00;9.62;760.00;4.42;0 -260;supply_node;4752.00;10.23;745.00;5.89;0 -260;supply_node;4715.00;10.12;771.00;2.54;0 -260;supply_node;4749.00;10.38;762.00;0.31;0 -260;supply_node;4775.00;9.60;758.00;1.78;0 -260;supply_node;4733.00;10.28;780.00;4.72;0 -260;supply_node;4724.00;9.68;772.00;1.02;0 -260;supply_node;4732.00;9.68;771.00;3.96;0 -260;supply_node;4762.00;11.55;769.00;0.61;0 -260;supply_node;4696.00;9.50;741.00;3.19;0 -260;supply_node;4755.00;9.88;784.00;6.13;0 -260;supply_node;4748.00;10.78;777.00;1.33;0 -260;supply_node;4743.00;10.28;771.00;5.37;0 -260;supply_node;4777.00;10.25;767.00;2.02;0 -260;supply_node;4746.00;10.45;753.00;3.50;0 -260;supply_node;4762.00;9.78;744.00;1.26;0 -260;supply_node;4762.00;10.73;785.00;2.73;0 -260;supply_node;4771.00;10.57;788.00;5.67;0 -260;supply_node;4757.00;12.78;776.00;3.43;0 -260;supply_node;4765.00;11.53;778.00;4.91;0 -260;supply_node;4754.00;11.30;768.00;1.56;0 -260;floating_harbor;4768.26;9.50;749.87;-2.03;1234 -260;floating_harbor;4765.23;9.50;815.96;0.11;1293 -260;floating_harbor;4783.64;9.50;782.21;-1.25;1379 -260;floating_harbor;4716.00;9.50;762.00;-1.57;1421 -260;floating_harbor;4786.00;9.50;728.00;-2.59;4241 -260;floating_harbor;4752.00;9.50;734.00;-3.14;4266 -260;floating_harbor;4710.87;9.50;779.26;0.46;4399 -260;floating_harbor;4737.50;9.50;766.60;1.19;4427 -260;floating_harbor;4783.26;9.50;753.87;-2.03;7284 -260;floating_harbor;4716.00;9.50;762.00;-3.87;7360 -260;floating_harbor;4724.00;9.50;759.00;-3.14;7389 -260;floating_harbor;4732.00;9.50;760.00;-3.14;7417 -260;floating_harbor;4715.70;9.50;755.07;-0.95;10184 -260;floating_harbor;4750.40;9.50;795.50;0.38;10214 -260;floating_harbor;4716.00;9.50;762.00;-4.21;10243 -260;floating_harbor;4738.79;9.50;783.64;0.32;10300 -260;floating_harbor;4787.79;9.50;769.70;-1.33;10328 -260;floating_harbor;4735.00;9.50;759.60;1.03;12116 -260;floating_harbor;4757.40;9.50;732.50;-3.52;12158 -260;floating_harbor;4759.63;9.50;796.86;0.20;12160 -260;floating_harbor;4783.64;9.50;783.79;-1.89;12188 -261;supply_node;4311.00;14.85;1502.00;2.24;0 -261;supply_node;4519.00;13.28;1381.00;5.18;0 -261;supply_node;4383.00;14.32;1429.00;0.38;0 -261;supply_node;4374.00;16.43;1456.00;4.42;0 -261;supply_node;4235.00;17.15;1461.00;5.89;0 -261;supply_node;4318.00;13.68;1381.00;2.54;0 -261;supply_node;4497.00;13.12;1423.00;0.31;0 -261;supply_node;4383.00;13.70;1537.00;1.78;0 -261;supply_node;4406.00;14.40;1467.00;4.72;0 -261;supply_node;4378.00;14.05;1512.00;1.02;0 -261;supply_node;4493.00;13.18;1379.00;3.96;0 -261;supply_node;4274.00;13.88;1424.00;0.61;0 -261;supply_node;4417.00;14.60;1491.00;3.19;0 -261;supply_node;4544.00;13.65;1457.00;6.13;0 -261;supply_node;4353.00;16.10;1481.00;1.33;0 -261;supply_node;4443.00;14.15;1413.00;5.37;0 -261;supply_node;4442.00;13.75;1462.00;2.02;0 -261;supply_node;4284.00;13.70;1480.00;3.50;0 -261;supply_node;4362.00;14.03;1378.00;1.26;0 -261;supply_node;4608.00;12.85;1504.00;2.73;0 -261;supply_node;4469.00;14.88;1472.00;5.67;0 -261;supply_node;4509.00;12.48;1402.00;3.43;0 -261;supply_node;4334.00;14.23;1416.00;4.91;0 -261;supply_node;4497.00;14.40;1490.00;1.56;0 -261;supply_node;4349.00;14.82;1543.00;4.15;0 -261;supply_node;4405.00;14.73;1515.00;0.80;0 -261;supply_node;4438.00;13.85;1516.00;2.27;0 -261;supply_node;4518.00;12.55;1442.00;0.03;0 -261;supply_node;4490.00;13.45;1451.00;2.97;0 -261;supply_node;4314.00;16.30;1479.00;4.45;0 -261;supply_node;4407.00;14.45;1406.00;2.21;0 -261;supply_node;4240.00;13.95;1423.00;3.68;0 -261;supply_node;4555.00;12.18;1482.00;0.34;0 -261;supply_node;4341.00;13.62;1393.00;4.38;0 -261;supply_node;4246.00;14.55;1441.00;5.86;0 -261;supply_node;4411.00;13.62;1446.00;2.51;0 -261;supply_node;4521.00;14.80;1469.00;5.10;0 -261;supply_node;4471.00;14.38;1507.00;1.75;0 -261;supply_node;4429.00;12.85;1365.00;4.68;0 -261;supply_node;4302.00;14.28;1403.00;0.98;0 -261;supply_node;4272.00;13.10;1461.00;3.92;0 -261;supply_node;4549.00;12.62;1431.00;5.40;0 -261;supply_node;4576.00;12.30;1468.00;3.15;0 -261;supply_node;4386.00;14.38;1488.00;6.09;0 -261;supply_node;4475.00;13.32;1404.00;1.29;0 -261;supply_node;4304.00;13.80;1426.00;5.33;0 -261;supply_node;4575.00;13.10;1449.00;0.52;0 -261;supply_node;4399.00;13.10;1380.00;3.46;0 -261;supply_node;4291.00;13.78;1445.00;1.22;0 -261;supply_node;4427.00;14.90;1430.00;2.70;0 -261;supply_node;4586.00;11.75;1488.00;5.63;0 -261;supply_node;4534.00;12.50;1493.00;1.94;0 -261;supply_node;4464.00;13.80;1372.00;4.87;0 -261;supply_node;4370.00;14.23;1407.00;1.52;0 -261;supply_node;4310.00;14.95;1457.00;4.10;0 -261;supply_node;4605.00;11.75;1466.00;0.76;0 -261;supply_node;4355.00;14.15;1521.00;2.24;0 -261;supply_node;4446.00;14.30;1495.00;6.28;0 -261;supply_node;4526.00;12.78;1420.00;1.48;0 -261;supply_node;4341.00;14.18;1438.00;4.41;0 -261;supply_node;4346.00;14.57;1501.00;2.17;0 -261;supply_node;4576.00;12.05;1505.00;3.64;0 -261;supply_node;4440.00;13.68;1390.00;0.30;0 -261;supply_node;4342.00;16.30;1462.00;1.78;0 -261;supply_node;4463.00;15.68;1436.00;5.82;0 -262;supply_node;4592.00;14.15;1344.00;0.38;0 -262;supply_node;4616.00;13.25;1349.00;4.42;0 -262;supply_node;4600.00;13.20;1323.00;5.89;0 -262;supply_node;4603.00;13.40;1356.00;2.54;0 -262;supply_node;4573.00;13.40;1401.00;0.31;0 -262;supply_node;4598.00;15.55;1332.00;1.78;0 -262;supply_node;4596.00;12.55;1388.00;4.72;0 -262;supply_node;4649.00;11.90;1455.00;1.02;0 -262;supply_node;4556.00;13.65;1407.00;3.96;0 -262;supply_node;4671.00;12.10;1439.00;0.61;0 -262;supply_node;4644.00;12.05;1437.00;3.19;0 -262;supply_node;4482.00;13.48;1325.00;6.13;0 -262;supply_node;4503.00;13.28;1342.00;1.33;0 -262;supply_node;4516.00;13.85;1310.00;5.37;0 -262;supply_node;4598.00;12.55;1415.00;2.02;0 -262;supply_node;4623.00;13.43;1369.00;3.50;0 -262;supply_node;4526.00;13.88;1343.00;1.26;0 -262;supply_node;4622.00;12.10;1427.00;2.73;0 -262;supply_node;4568.00;13.12;1372.00;5.67;0 -262;supply_node;4538.00;13.05;1396.00;3.43;0 -262;supply_node;4379.00;12.10;1354.00;4.91;0 -262;supply_node;4580.00;12.90;1428.00;1.56;0 -262;supply_node;4502.00;14.23;1328.00;4.15;0 -262;supply_node;4495.00;14.75;1292.00;0.80;0 -262;supply_node;4402.00;13.05;1313.00;2.27;0 -262;supply_node;4411.00;15.93;1275.00;0.03;0 -262;supply_node;4611.00;13.20;1333.00;2.97;0 -262;supply_node;4556.00;14.32;1358.00;4.45;0 -262;supply_node;4578.00;12.73;1332.00;2.21;0 -262;supply_node;4584.00;13.57;1359.00;3.68;0 -262;supply_node;4660.00;12.38;1421.00;0.34;0 -262;supply_node;4546.00;13.60;1327.00;4.38;0 -262;supply_node;4621.00;12.57;1407.00;5.86;0 -262;supply_node;4608.00;14.45;1375.00;2.51;0 -262;supply_node;4348.00;14.03;1358.00;5.10;0 -262;supply_node;4433.00;12.88;1343.00;1.75;0 -262;supply_node;4460.00;13.10;1324.00;4.68;0 -262;supply_node;4352.00;13.30;1339.00;0.98;0 -262;supply_node;4620.00;12.98;1336.00;3.92;0 -262;supply_node;4646.00;12.75;1403.00;5.40;0 -262;supply_node;4597.00;12.65;1400.00;3.15;0 -262;supply_node;4605.00;13.40;1345.00;6.09;0 -262;supply_node;4551.00;13.85;1340.00;1.29;0 -262;supply_node;4531.00;13.55;1322.00;5.33;0 -262;supply_node;4481.00;14.12;1351.00;0.52;0 -262;supply_node;4381.00;12.75;1326.00;3.46;0 -262;supply_node;4478.00;14.70;1303.00;1.22;0 -262;supply_node;4406.00;12.73;1343.00;2.70;0 -262;supply_node;4588.00;12.78;1375.00;5.63;0 -262;supply_node;4389.00;17.45;1285.00;1.94;0 -262;supply_node;4539.00;13.80;1367.00;4.87;0 -262;supply_node;4625.00;12.90;1391.00;1.52;0 -262;supply_node;4572.00;13.65;1345.00;4.10;0 -262;supply_node;4561.00;14.45;1386.00;0.76;0 -262;supply_node;4640.00;12.60;1419.00;2.24;0 -262;supply_node;4509.00;14.53;1359.00;6.28;0 -262;supply_node;4610.00;12.35;1440.00;1.48;0 -262;supply_node;4496.00;14.20;1311.00;4.41;0 -262;supply_node;4432.00;13.20;1318.00;2.17;0 -262;supply_node;4417.00;13.18;1297.00;3.64;0 -262;supply_node;4461.00;14.62;1345.00;0.30;0 -263;supply_node;4679.00;13.88;619.00;5.89;0 -263;supply_node;4678.00;10.80;583.00;2.54;0 -263;supply_node;4669.00;10.10;615.00;0.31;0 -263;supply_node;4681.00;10.48;565.00;1.78;0 -263;supply_node;4666.00;11.18;601.00;4.72;0 -263;supply_node;4673.00;9.95;569.00;1.02;0 -263;supply_node;4679.00;12.20;595.00;3.96;0 -263;supply_node;4677.00;14.18;606.00;0.61;0 -263;floating_harbor;4666.18;9.50;590.88;0.98;1589 -263;floating_harbor;4660.18;9.50;620.88;0.98;4308 -263;floating_harbor;4688.20;9.50;574.60;-0.64;4349 -263;floating_harbor;4656.05;9.50;610.95;0.79;7598 -263;floating_harbor;4665.80;9.50;578.60;0.64;10263 -263;floating_harbor;4692.00;9.50;595.00;-1.57;10464 -263;floating_harbor;4691.79;9.50;602.30;-1.82;12330 -264;supply_node;2967.00;13.23;1407.00;0.31;0 -264;supply_node;2970.00;11.35;1412.00;1.78;0 -265;supply_node;3240.00;9.90;1450.00;4.72;0 -265;supply_node;3220.00;10.73;1463.00;1.02;0 -265;supply_node;3212.00;11.55;1457.00;3.96;0 -265;supply_node;3224.00;10.10;1455.00;0.61;0 -265;supply_node;3218.00;10.20;1473.00;3.19;0 -265;supply_node;3240.00;9.80;1428.00;6.13;0 -265;supply_node;3239.00;10.28;1438.00;1.33;0 -265;supply_node;3230.00;9.65;1448.00;5.37;0 -265;supply_node;3208.00;11.25;1471.00;2.02;0 -265;supply_node;3203.00;10.98;1477.00;3.50;0 -265;supply_node;3230.00;10.38;1436.00;1.26;0 -265;supply_node;3232.00;9.85;1461.00;2.73;0 -265;supply_node;3225.00;10.00;1472.00;5.67;0 -265;supply_node;3228.00;9.90;1426.00;3.43;0 -265;supply_node;3222.00;13.45;1436.00;4.91;0 -265;supply_node;3218.00;11.62;1447.00;1.56;0 -265;supply_node;3204.00;12.10;1465.00;4.15;0 -266;supply_node;3237.00;9.90;1481.00;3.96;0 -266;supply_node;3243.00;10.45;1461.00;0.61;0 -266;supply_node;3210.00;10.23;1484.00;3.19;0 -266;supply_node;3222.00;9.85;1483.00;6.13;0 -266;supply_node;3233.00;9.78;1473.00;1.33;0 -266;supply_node;3253.00;9.70;1429.00;5.37;0 -266;supply_node;3250.00;9.75;1452.00;2.02;0 -266;supply_node;3249.00;9.82;1438.00;3.50;0 -266;supply_node;3245.00;11.32;1472.00;1.26;0 -266;supply_node;3263.00;9.80;1448.00;2.73;0 -266;supply_node;3259.00;9.85;1457.00;5.67;0 -266;supply_node;3254.00;10.60;1467.00;3.43;0 -267;supply_node;2701.00;13.85;1201.00;3.19;0 -267;supply_node;2711.00;10.28;1225.00;6.13;0 -267;supply_node;2711.00;12.60;1195.00;1.33;0 -267;supply_node;2717.00;12.88;1210.00;5.37;0 -267;supply_node;2725.00;11.55;1223.00;2.02;0 -267;supply_node;2702.00;10.43;1212.00;3.50;0 -267;supply_node;2716.00;11.35;1234.00;1.26;0 -267;supply_node;2731.00;15.00;1212.00;2.73;0 -267;supply_node;2728.00;16.85;1198.00;5.67;0 -267;supply_node;2727.00;11.95;1233.00;3.43;0 -267;floating_harbor;2700.74;9.50;1230.13;1.11;1194 -267;floating_harbor;2694.05;9.50;1219.95;0.79;10070 -267;floating_harbor;2702.27;9.50;1237.92;1.29;10113 -267;floating_harbor;2733.60;9.50;1244.00;-0.54;12087 -268;supply_node;2772.00;12.93;1224.00;1.33;0 -268;supply_node;2759.00;14.75;1214.00;5.37;0 -268;supply_node;2746.00;12.30;1221.00;2.02;0 -268;supply_node;2757.00;15.78;1196.00;3.50;0 -268;supply_node;2737.00;12.90;1229.00;1.26;0 -268;supply_node;2772.00;14.32;1208.00;2.73;0 -268;supply_node;2743.00;16.12;1204.00;5.67;0 -268;supply_node;2749.00;13.60;1230.00;3.43;0 -268;supply_node;2776.00;13.73;1188.00;4.91;0 -268;floating_harbor;2775.52;9.50;1239.83;-0.22;989 -268;floating_harbor;2739.37;9.50;1240.86;-0.20;4199 -268;floating_harbor;2749.00;9.50;1243.00;0.00;7215 -269;supply_node;1825.00;10.80;1892.00;2.02;0 -269;supply_node;1777.00;11.60;1812.00;3.50;0 -269;supply_node;1759.00;10.80;1890.00;1.26;0 -269;supply_node;1735.00;9.60;2028.00;2.73;0 -269;supply_node;1708.00;10.90;1827.00;5.67;0 -269;supply_node;1903.00;11.38;1801.00;3.43;0 -269;supply_node;1834.00;11.20;1795.00;4.91;0 -269;supply_node;1695.00;10.07;1925.00;1.56;0 -269;supply_node;1780.00;9.60;2039.00;4.15;0 -269;supply_node;1646.00;10.25;1833.00;0.80;0 -269;supply_node;1632.00;9.80;1958.00;2.27;0 -269;supply_node;1849.00;11.00;1827.00;0.03;0 -269;supply_node;1749.00;11.68;1819.00;2.97;0 -269;supply_node;1611.00;10.00;1851.00;4.45;0 -269;floating_harbor;1882.00;9.50;1868.00;-2.10;1426 -269;floating_harbor;1537.00;9.50;2009.00;-2.09;1712 -269;floating_harbor;1769.43;9.50;1939.85;-0.21;3208 -269;floating_harbor;1738.37;9.50;2011.14;-2.94;3691 -269;floating_harbor;1908.25;9.50;1829.89;-0.18;4720 -269;floating_harbor;1729.39;9.50;1953.46;-0.88;7364 -269;floating_harbor;1760.08;9.50;2035.94;-4.56;7813 -269;floating_harbor;1585.30;9.50;1972.01;1.28;12147 -269;floating_harbor;1882.00;9.50;1868.00;0.18;12503 -269;floating_harbor;1577.04;9.50;1854.77;1.46;13196 -270;supply_node;2662.00;12.80;1163.00;1.26;0 -270;supply_node;2682.00;14.23;1159.00;2.73;0 -270;supply_node;2684.00;12.75;1179.00;5.67;0 -270;supply_node;2686.00;11.30;1200.00;3.43;0 -270;supply_node;2694.00;12.93;1189.00;4.91;0 -270;supply_node;2701.00;16.25;1170.00;1.56;0 -270;supply_node;2670.00;10.53;1186.00;4.15;0 -270;floating_harbor;2647.00;9.50;1163.00;1.57;1102 -270;floating_harbor;2673.74;9.50;1206.13;1.11;7069 -270;floating_harbor;2659.53;9.50;1194.37;0.90;11943 -271;supply_node;2681.00;11.82;1136.00;5.67;0 -271;supply_node;2654.00;13.98;1119.00;3.43;0 -271;supply_node;2664.00;13.68;1142.00;4.91;0 -271;supply_node;2649.00;10.18;1130.00;1.56;0 -271;floating_harbor;2632.36;9.50;1126.21;1.25;5046 -271;floating_harbor;2647.14;9.50;1145.37;1.37;7203 -271;floating_harbor;2640.18;9.50;1135.88;0.98;12857 -272;supply_node;3490.00;11.98;770.00;4.91;0 -272;supply_node;3515.00;10.90;759.00;1.56;0 -273;supply_node;3537.00;11.20;783.00;4.15;0 -273;supply_node;3589.00;12.23;826.00;0.80;0 -273;supply_node;3503.00;12.48;797.00;2.27;0 -273;supply_node;3539.00;11.10;797.00;0.03;0 -273;supply_node;3511.00;14.38;810.00;2.97;0 -273;supply_node;3584.00;11.07;805.00;4.45;0 -273;supply_node;3558.00;12.85;822.00;2.21;0 -273;supply_node;3533.00;11.20;816.00;3.68;0 -273;supply_node;3558.00;12.00;804.00;0.34;0 -273;floating_harbor;3585.48;9.50;841.83;0.22;1966 -273;floating_harbor;3507.30;9.50;824.79;0.24;10833 -273;floating_harbor;3605.86;9.50;800.63;-1.77;10891 -273;floating_harbor;3565.13;9.50;836.26;-0.46;10921 -273;floating_harbor;3529.08;9.50;829.73;0.28;12759 -274;supply_node;2974.00;14.35;1439.00;2.27;0 -274;supply_node;2980.00;12.20;1434.00;0.03;0 -274;supply_node;2985.00;14.45;1441.00;2.97;0 -275;supply_node;4552.00;9.55;520.00;2.97;0 -275;supply_node;4497.00;10.20;543.00;4.45;0 -275;supply_node;4535.00;9.82;541.00;2.21;0 -275;supply_node;4603.00;11.28;518.00;3.68;0 -275;supply_node;4575.00;10.65;538.00;0.34;0 -275;supply_node;4548.00;10.40;539.00;4.38;0 -275;supply_node;4501.00;9.73;531.00;5.86;0 -275;supply_node;4558.00;10.60;534.00;2.51;0 -275;supply_node;4509.00;11.62;536.00;5.10;0 -275;supply_node;4517.00;9.70;529.00;1.75;0 -275;supply_node;4586.00;10.48;519.00;4.68;0 -275;supply_node;4533.00;9.70;524.00;0.98;0 -275;supply_node;4561.00;11.10;526.00;3.92;0 -275;supply_node;4547.00;10.32;529.00;5.40;0 -275;supply_node;4525.00;12.10;534.00;3.15;0 -275;supply_node;4538.00;9.93;533.00;6.09;0 -275;supply_node;4573.00;9.80;521.00;1.29;0 -275;floating_harbor;4560.82;9.50;514.12;-2.16;1209 -275;floating_harbor;4500.21;9.50;552.64;-0.32;1386 -275;floating_harbor;4531.79;9.50;550.64;0.32;1413 -275;floating_harbor;4607.13;9.50;526.26;-0.46;4273 -275;floating_harbor;4588.00;9.50;549.00;-0.79;4306 -275;floating_harbor;4551.21;9.50;548.64;-0.32;4390 -275;floating_harbor;4503.37;9.50;519.14;-2.94;4434 -275;floating_harbor;4573.00;9.50;534.00;-1.57;4608 -275;floating_harbor;4509.00;9.50;548.00;0.00;7223 -275;floating_harbor;4517.00;9.50;518.00;-3.14;7642 -275;floating_harbor;4598.70;9.50;509.93;-2.19;7654 -275;floating_harbor;4533.00;9.50;513.00;-3.14;10135 -275;floating_harbor;4574.08;9.50;533.47;-1.05;10479 -275;floating_harbor;4522.85;9.50;546.90;0.17;12277 -275;floating_harbor;4568.40;9.50;509.50;-3.52;12472 -276;supply_node;4490.00;10.05;604.00;2.21;0 -276;supply_node;4456.00;9.85;619.00;3.68;0 -276;supply_node;4465.00;9.70;606.00;0.34;0 -276;supply_node;4325.00;9.50;664.00;4.38;0 -276;floating_harbor;4346.99;9.50;632.73;0.61;1428 -276;floating_harbor;4481.18;9.50;598.12;-4.12;4211 -276;floating_harbor;4456.00;9.50;627.00;0.00;7384 -276;floating_harbor;4475.79;9.50;603.30;-1.82;7396 -276;floating_harbor;4335.26;9.50;658.87;-2.03;12126 -277;supply_node;3884.00;15.55;1194.00;0.34;0 -277;supply_node;3884.00;18.85;1231.00;4.38;0 -277;supply_node;3893.00;12.65;1249.00;5.86;0 -277;supply_node;3912.00;19.18;1241.00;2.51;0 -277;supply_node;3862.00;15.98;1245.00;5.10;0 -277;supply_node;3870.00;18.30;1211.00;1.75;0 -277;supply_node;3898.00;17.10;1215.00;4.68;0 -278;supply_node;3842.00;10.48;1071.00;5.86;0 -278;supply_node;3814.00;12.32;1090.00;2.51;0 -278;supply_node;3810.00;11.70;1070.00;5.10;0 -278;supply_node;3841.00;12.32;1095.00;1.75;0 -278;supply_node;3783.00;10.40;1070.00;4.68;0 -278;floating_harbor;3834.12;9.50;1059.18;-3.73;1179 -278;floating_harbor;3815.46;9.50;1055.45;-2.78;7917 -278;floating_harbor;3770.88;9.50;1053.34;-3.77;12774 -279;supply_node;3107.00;9.57;1990.00;5.10;0 -279;supply_node;3268.00;9.70;1996.00;1.75;0 -279;supply_node;3187.00;11.55;1983.00;4.68;0 -279;supply_node;3094.00;10.38;1968.00;0.98;0 -279;supply_node;3175.00;11.40;1969.00;3.92;0 -279;supply_node;3036.00;11.73;1893.00;5.40;0 -279;supply_node;3081.00;11.90;1941.00;3.15;0 -279;supply_node;3197.00;10.65;2009.00;6.09;0 -279;supply_node;3184.00;10.60;1999.00;1.29;0 -279;supply_node;3067.00;9.98;1939.00;5.33;0 -279;supply_node;3162.00;11.95;1985.00;0.52;0 -279;supply_node;3018.00;10.32;1893.00;3.46;0 -279;supply_node;3126.00;11.93;1969.00;1.22;0 -279;supply_node;3134.00;11.48;1980.00;2.70;0 -279;supply_node;3012.00;9.93;1883.00;5.63;0 -279;supply_node;3057.00;10.80;1930.00;1.94;0 -279;supply_node;3078.00;10.10;1952.00;4.87;0 -279;supply_node;3216.00;10.20;2002.00;1.52;0 -279;supply_node;3028.00;11.25;1904.00;4.10;0 -279;supply_node;3257.00;9.90;1987.00;0.76;0 -279;supply_node;3153.00;12.03;1971.00;2.24;0 -279;supply_node;3027.00;11.50;1880.00;6.28;0 -279;supply_node;3108.00;12.85;1954.00;1.48;0 -279;supply_node;3070.00;12.15;1926.00;4.41;0 -279;supply_node;3045.00;12.90;1905.00;2.17;0 -279;supply_node;3237.00;9.75;2011.00;3.64;0 -279;supply_node;3234.00;10.18;1995.00;0.30;0 -279;supply_node;3202.00;10.70;1988.00;1.78;0 -279;supply_node;3271.00;9.82;1975.00;5.82;0 -279;supply_node;3048.00;9.50;1916.00;2.47;0 -279;supply_node;3195.00;10.75;1968.00;3.95;0 -279;supply_node;3164.00;11.25;1959.00;1.71;0 -279;supply_node;3274.00;10.25;2003.00;3.19;0 -279;supply_node;3254.00;10.12;2004.00;6.12;0 -279;supply_node;3175.00;10.62;1986.00;3.88;0 -279;supply_node;3078.00;9.78;1971.00;5.36;0 -279;supply_node;3210.00;10.73;1983.00;2.01;0 -279;supply_node;3189.00;11.05;1957.00;4.60;0 -279;floating_harbor;3077.00;9.50;2003.00;-4.66;22 -279;floating_harbor;3037.74;9.50;1931.13;1.11;38 -279;floating_harbor;3077.00;9.50;2003.00;1.12;44 -279;floating_harbor;3327.00;9.50;1995.00;-1.54;64 -279;floating_harbor;3077.00;9.50;2003.00;0.53;91 -279;floating_harbor;3003.00;9.50;1904.00;-4.20;192 -279;floating_harbor;3186.00;9.50;2023.00;0.90;2995 -279;floating_harbor;3181.85;9.50;2011.90;0.17;3016 -279;floating_harbor;3057.40;9.50;1946.20;0.93;3034 -279;floating_harbor;3158.63;9.50;2001.86;0.20;3040 -279;floating_harbor;3009.05;9.50;1901.95;0.79;3048 -279;floating_harbor;3077.00;9.50;2003.00;1.01;3058 -279;floating_harbor;3125.05;9.50;1988.95;0.79;3082 -279;floating_harbor;2997.05;9.50;1884.87;1.45;3088 -279;floating_harbor;3049.12;9.50;1941.82;0.59;3132 -279;floating_harbor;3003.00;9.50;1904.00;-4.10;3145 -279;floating_harbor;3186.00;9.50;2023.00;1.09;6015 -279;floating_harbor;3021.40;9.50;1915.00;0.54;6071 -279;floating_harbor;3144.63;9.50;1999.86;0.20;6079 -279;floating_harbor;3272.96;9.50;1988.77;-1.46;6092 -279;floating_harbor;3003.00;9.50;1904.00;-4.49;6214 -279;floating_harbor;3223.27;9.50;2014.92;1.29;9042 -279;floating_harbor;3249.47;9.50;2007.37;-0.90;9064 -279;floating_harbor;3186.00;9.50;2023.00;0.42;9089 -279;floating_harbor;3279.71;9.50;1988.94;-0.56;9116 -279;floating_harbor;3003.00;9.50;1904.00;-4.38;9126 -279;floating_harbor;3286.64;9.50;2007.21;-1.25;11034 -279;floating_harbor;3116.21;9.50;1985.64;-0.32;11050 -279;floating_harbor;3256.15;9.50;2016.90;-0.17;11063 -279;floating_harbor;3077.00;9.50;2003.00;1.47;11077 -279;floating_harbor;3077.00;9.50;2003.00;0.00;11090 -279;floating_harbor;3023.10;9.50;1947.85;-4.55;11157 -280;supply_node;4027.00;22.73;1179.00;4.68;0 -280;supply_node;3962.00;15.90;1227.00;0.98;0 -280;supply_node;3907.00;13.50;1179.00;3.92;0 -280;supply_node;3981.00;10.00;1140.00;5.40;0 -280;supply_node;4006.00;15.73;1174.00;3.15;0 -280;supply_node;3958.00;11.85;1193.00;6.09;0 -280;supply_node;3914.00;13.55;1195.00;1.29;0 -280;supply_node;4004.00;18.15;1186.00;5.33;0 -280;supply_node;4006.00;21.52;1205.00;0.52;0 -280;supply_node;3934.00;10.78;1146.00;3.46;0 -280;supply_node;3948.00;13.10;1210.00;1.22;0 -280;supply_node;3934.00;9.90;1175.00;2.70;0 -280;supply_node;3949.00;10.90;1166.00;5.63;0 -280;supply_node;3957.00;10.15;1155.00;1.94;0 -280;supply_node;3923.00;11.05;1152.00;4.87;0 -280;supply_node;3937.00;10.62;1195.00;1.52;0 -280;supply_node;3995.00;11.53;1152.00;4.10;0 -280;supply_node;3971.00;9.93;1150.00;0.76;0 -280;supply_node;3944.00;10.45;1134.00;2.24;0 -280;supply_node;3965.00;11.60;1183.00;6.28;0 -280;supply_node;3918.00;10.60;1124.00;1.48;0 -280;supply_node;3979.00;15.70;1210.00;4.41;0 -280;supply_node;3973.00;12.70;1172.00;2.17;0 -280;supply_node;3923.00;14.35;1213.00;3.64;0 -280;supply_node;3987.00;15.93;1194.00;0.30;0 -280;supply_node;3921.00;9.90;1114.00;1.78;0 -280;supply_node;3990.00;13.85;1170.00;5.82;0 -280;supply_node;4032.00;22.62;1200.00;2.47;0 -281;supply_node;4061.00;9.80;1093.00;3.92;0 -281;supply_node;4087.00;11.60;1098.00;5.40;0 -281;supply_node;4003.00;10.60;1138.00;3.15;0 -281;supply_node;4008.00;10.50;1117.00;6.09;0 -281;supply_node;4073.00;10.20;1095.00;1.29;0 -281;supply_node;4035.00;13.78;1133.00;5.33;0 -281;supply_node;4070.00;10.73;1070.00;0.52;0 -281;supply_node;4038.00;9.90;1097.00;3.46;0 -281;supply_node;4100.00;11.05;1091.00;1.22;0 -281;supply_node;4073.00;12.48;1111.00;2.70;0 -281;supply_node;4059.00;11.18;1113.00;5.63;0 -281;supply_node;4043.00;10.30;1113.00;1.94;0 -281;supply_node;4090.00;9.80;1082.00;4.87;0 -281;supply_node;4050.00;14.53;1132.00;1.52;0 -281;supply_node;4025.00;10.00;1110.00;4.10;0 -281;supply_node;4018.00;10.88;1128.00;0.76;0 -281;supply_node;4053.00;10.15;1084.00;2.24;0 -281;supply_node;4078.00;10.00;1076.00;6.28;0 -281;supply_node;4093.00;10.30;1067.00;1.48;0 -281;supply_node;3993.00;10.50;1121.00;4.41;0 -282;supply_node;4124.00;10.45;1078.00;3.15;0 -282;supply_node;4116.00;10.90;1059.00;6.09;0 -282;supply_node;4170.00;11.40;1076.00;1.29;0 -282;supply_node;4128.00;12.15;1087.00;5.33;0 -282;supply_node;4135.00;10.32;1062.00;0.52;0 -282;supply_node;4145.00;10.60;1052.00;3.46;0 -282;supply_node;4126.00;10.80;1052.00;1.22;0 -282;supply_node;4112.00;11.18;1088.00;2.70;0 -282;supply_node;4165.00;10.25;1068.00;5.63;0 -282;supply_node;4163.00;10.40;1057.00;1.94;0 -282;supply_node;4167.00;10.30;1045.00;4.87;0 -282;supply_node;4145.00;10.15;1069.00;1.52;0 -282;supply_node;4111.00;10.15;1073.00;4.10;0 -282;supply_node;4147.00;11.28;1079.00;0.76;0 -283;supply_node;4186.00;9.90;1006.00;1.29;0 -283;supply_node;4185.00;9.70;1036.00;5.33;0 -283;supply_node;4199.00;10.00;1022.00;0.52;0 -283;supply_node;4173.00;9.75;1007.00;3.46;0 -283;supply_node;4207.00;9.93;1031.00;1.22;0 -283;supply_node;4170.00;9.73;1024.00;2.70;0 -283;supply_node;4182.00;9.90;1016.00;5.63;0 -283;supply_node;4174.00;9.95;1039.00;1.94;0 -283;supply_node;4205.00;9.50;1010.00;4.87;0 -283;supply_node;4195.00;9.85;1033.00;1.52;0 -283;supply_node;4164.00;10.40;1015.00;4.10;0 -283;supply_node;4197.00;9.50;1006.00;0.76;0 -283;supply_node;4245.00;9.70;1002.00;2.24;0 -283;supply_node;4211.00;10.00;1021.00;6.28;0 -283;supply_node;4178.00;9.88;1030.00;1.48;0 -283;supply_node;4216.00;9.85;1010.00;4.41;0 -283;supply_node;4214.00;9.85;1037.00;2.17;0 -283;supply_node;4224.00;10.00;1027.00;3.64;0 -283;supply_node;4235.00;9.50;1017.00;0.30;0 -283;supply_node;4190.00;9.90;1020.00;1.78;0 -283;floating_harbor;4186.00;9.50;996.00;-3.14;1159 -283;floating_harbor;4179.60;9.50;996.00;-2.60;4062 -283;floating_harbor;4217.00;9.50;983.00;-3.12;4162 -283;floating_harbor;4182.00;9.50;1002.00;-3.14;4245 -283;floating_harbor;4207.70;9.50;999.21;-2.90;7078 -283;floating_harbor;4202.13;9.50;995.74;-2.68;9935 -283;floating_harbor;4233.50;9.50;997.40;-4.33;9991 -283;floating_harbor;4217.00;9.50;983.00;-3.17;10035 -283;floating_harbor;4225.00;9.50;1010.00;-1.57;11911 -283;floating_harbor;4219.46;9.50;1022.45;-2.78;11929 -283;floating_harbor;4217.00;9.50;983.00;-3.24;11968 -283;floating_harbor;4226.05;9.50;1008.05;-3.93;12010 -284;supply_node;4198.00;9.70;1044.00;0.52;0 -284;supply_node;4183.00;10.25;1064.00;3.46;0 -284;supply_node;4187.00;9.70;1052.00;1.22;0 -284;supply_node;4218.00;9.80;1046.00;2.70;0 -284;supply_node;4195.00;11.88;1072.00;5.63;0 -284;supply_node;4211.00;9.85;1058.00;1.94;0 -284;supply_node;4199.00;9.90;1058.00;4.87;0 -284;supply_node;4192.00;14.07;1083.00;1.52;0 -284;supply_node;4226.00;10.25;1055.00;4.10;0 -285;supply_node;4253.00;10.00;1016.00;1.22;0 -285;supply_node;4232.00;10.12;1034.00;2.70;0 -285;supply_node;4220.00;11.48;1069.00;5.63;0 -285;supply_node;4242.00;10.23;1025.00;1.94;0 -285;supply_node;4248.00;15.05;1087.00;4.87;0 -285;supply_node;4240.00;10.12;1043.00;1.52;0 -285;supply_node;4217.00;13.80;1080.00;4.10;0 -285;supply_node;4246.00;13.03;1075.00;0.76;0 -285;supply_node;4246.00;10.60;1066.00;2.24;0 -285;supply_node;4239.00;10.38;1057.00;6.28;0 -286;supply_node;4148.00;9.70;979.00;5.63;0 -286;supply_node;4139.00;9.55;972.00;1.94;0 -286;supply_node;4155.00;9.70;988.00;4.87;0 -286;floating_harbor;4158.56;9.50;966.69;-2.43;10088 -286;floating_harbor;4149.47;9.50;963.63;-2.25;10116 -286;floating_harbor;4169.95;9.50;986.13;-1.70;12063 -287;supply_node;3978.00;10.53;1044.00;4.87;0 -287;supply_node;3969.00;10.62;1082.00;1.52;0 -287;supply_node;3995.00;10.30;1098.00;4.10;0 -287;supply_node;3956.00;10.80;1065.00;0.76;0 -287;supply_node;4017.00;10.18;1095.00;2.24;0 -287;supply_node;3983.00;12.73;1069.00;6.28;0 -287;supply_node;3942.00;10.00;1078.00;1.48;0 -287;supply_node;4000.00;10.30;1083.00;4.41;0 -287;supply_node;3977.00;10.40;1108.00;2.17;0 -287;supply_node;3916.00;11.40;1078.00;3.64;0 -287;supply_node;3905.00;9.70;1096.00;0.30;0 -287;supply_node;3965.00;9.95;1126.00;1.78;0 -287;supply_node;3931.00;9.95;1097.00;5.82;0 -287;supply_node;3968.00;10.38;1029.00;2.47;0 -287;supply_node;3960.00;13.80;1049.00;3.95;0 -287;supply_node;3956.00;10.25;1101.00;1.71;0 -287;supply_node;3944.00;9.80;1115.00;3.19;0 -287;supply_node;3930.00;9.70;1059.00;6.12;0 -288;supply_node;4018.00;10.70;1047.00;4.10;0 -288;supply_node;4099.00;10.60;1056.00;0.76;0 -288;supply_node;4034.00;10.57;1071.00;2.24;0 -288;supply_node;3995.00;10.95;1056.00;6.28;0 -288;supply_node;4004.00;10.45;1017.00;1.48;0 -288;supply_node;4047.00;10.43;1065.00;4.41;0 -288;supply_node;3990.00;10.80;1035.00;2.17;0 -288;supply_node;4065.00;11.12;1037.00;3.64;0 -288;supply_node;4022.00;10.85;1006.00;0.30;0 -288;supply_node;4040.00;10.57;1035.00;1.78;0 -288;supply_node;4061.00;10.53;1058.00;5.82;0 -288;supply_node;4039.00;10.90;1050.00;2.47;0 -288;supply_node;4010.00;10.40;1065.00;3.95;0 -288;supply_node;3987.00;10.85;998.00;1.71;0 -288;supply_node;4078.00;10.90;1052.00;3.19;0 -288;supply_node;3970.00;10.45;1012.00;6.12;0 -288;supply_node;4079.00;10.28;1017.00;3.88;0 -288;supply_node;4088.00;10.82;1040.00;5.36;0 -288;supply_node;4060.00;10.65;1025.00;2.01;0 -288;supply_node;4027.00;10.88;1081.00;4.60;0 -288;supply_node;4004.00;10.80;1038.00;1.25;0 -288;supply_node;4004.00;10.55;997.00;4.18;0 -288;supply_node;3971.00;10.05;1001.00;0.48;0 -288;supply_node;4022.00;10.73;1026.00;3.42;0 -288;supply_node;3986.00;10.70;1015.00;4.90;0 -288;supply_node;4041.00;11.25;1016.00;2.66;0 -288;supply_node;4062.00;10.30;1008.00;5.59;0 -289;supply_node;3963.00;11.53;978.00;2.24;0 -289;supply_node;3983.00;10.32;985.00;6.28;0 -289;supply_node;3999.00;11.57;978.00;1.48;0 -289;supply_node;3965.00;11.05;990.00;4.41;0 -289;supply_node;4024.00;11.00;988.00;2.17;0 -289;supply_node;4019.00;11.18;973.00;3.64;0 -290;supply_node;4023.00;11.05;961.00;1.48;0 -290;supply_node;3997.00;11.20;964.00;4.41;0 -290;supply_node;4043.00;10.30;959.00;2.17;0 -290;supply_node;4034.00;10.98;948.00;3.64;0 -290;supply_node;4055.00;9.98;942.00;0.30;0 -291;supply_node;3900.00;9.70;1052.00;2.17;0 -291;supply_node;3895.00;9.70;1106.00;3.64;0 -291;supply_node;3900.00;9.70;1069.00;0.30;0 -291;supply_node;3860.00;9.62;1051.00;1.78;0 -291;supply_node;3876.00;9.70;1048.00;5.82;0 -291;supply_node;3882.00;9.70;1066.00;2.47;0 -291;supply_node;3889.00;9.70;1082.00;3.95;0 -291;supply_node;3861.00;11.28;1093.00;1.71;0 -291;supply_node;3877.00;9.70;1088.00;3.19;0 -291;supply_node;3866.00;10.30;1067.00;6.12;0 -291;supply_node;3879.00;9.80;1108.00;3.88;0 -291;floating_harbor;3848.18;9.50;1043.12;-4.12;3456 -291;floating_harbor;3861.73;9.50;1029.45;-3.80;4003 -292;supply_node;3904.00;9.98;1035.00;0.30;0 -292;supply_node;3937.00;10.05;1043.00;1.78;0 -292;supply_node;3922.00;10.05;1023.00;5.82;0 -292;supply_node;3890.00;9.82;1025.00;2.47;0 -292;supply_node;3921.00;9.70;1041.00;3.95;0 -292;supply_node;3903.00;9.68;996.00;1.71;0 -292;supply_node;3920.00;9.88;992.00;3.19;0 -292;supply_node;3949.00;10.18;983.00;6.12;0 -292;supply_node;3883.00;10.28;1037.00;3.88;0 -292;supply_node;3949.00;9.68;997.00;5.36;0 -292;supply_node;3958.00;10.15;1020.00;2.01;0 -292;supply_node;3923.00;9.85;1006.00;4.60;0 -292;supply_node;3939.00;9.70;1021.00;1.25;0 -292;supply_node;3909.00;9.73;1013.00;4.18;0 -292;supply_node;3951.00;9.78;1007.00;0.48;0 -292;supply_node;3892.00;9.70;1007.00;3.42;0 -292;supply_node;3948.00;9.80;1029.00;4.90;0 -292;floating_harbor;3869.00;9.50;1002.00;-4.16;1061 -292;floating_harbor;3892.70;9.50;1014.21;-2.90;1190 -292;floating_harbor;3898.79;9.50;983.36;-3.46;4090 -292;floating_harbor;3930.26;9.50;986.87;-2.03;4132 -292;floating_harbor;3935.92;9.50;990.47;1.05;4187 -292;floating_harbor;3866.50;9.50;1030.40;-4.33;7020 -292;floating_harbor;3935.07;9.50;998.99;1.43;7150 -292;floating_harbor;3901.00;9.50;974.00;-3.93;7207 -292;floating_harbor;3901.00;9.50;974.00;-3.95;9975 -292;floating_harbor;3869.00;9.50;1002.00;-4.25;10118 -292;floating_harbor;3933.25;9.50;1002.16;-4.45;11952 -292;floating_harbor;3883.05;9.50;1015.95;0.79;12037 -293;supply_node;1051.00;11.90;1807.00;5.82;0 -293;supply_node;1147.00;10.70;1810.00;2.47;0 -293;supply_node;1039.00;13.10;1734.00;3.95;0 -293;supply_node;1135.00;12.03;1845.00;1.71;0 -293;supply_node;956.00;12.10;1844.00;3.19;0 -293;supply_node;1210.00;11.05;1735.00;6.12;0 -293;supply_node;1072.00;11.05;1832.00;3.88;0 -293;supply_node;1231.00;11.30;1729.00;5.36;0 -293;supply_node;1304.00;10.88;1728.00;2.01;0 -293;supply_node;1003.00;11.07;1957.00;4.60;0 -293;supply_node;1028.00;11.90;1823.00;1.25;0 -293;supply_node;1167.00;10.98;1791.00;4.18;0 -293;supply_node;1106.00;10.82;1832.00;0.48;0 -293;supply_node;1036.00;13.35;1764.00;3.42;0 -293;supply_node;1233.00;10.95;1751.00;4.90;0 -293;supply_node;1137.00;12.00;1733.00;2.66;0 -293;supply_node;1177.00;11.20;1888.00;5.59;0 -293;supply_node;1237.00;10.30;1773.00;0.79;0 -293;supply_node;1308.00;10.70;1752.00;4.83;0 -293;supply_node;1138.00;10.80;1786.00;0.03;0 -293;supply_node;1006.00;14.45;1766.00;2.96;0 -293;supply_node;1277.00;10.10;1730.00;0.72;0 -293;supply_node;1284.00;10.10;1753.00;2.20;0 -293;supply_node;1268.00;9.95;1784.00;5.13;0 -293;supply_node;1078.00;11.30;1799.00;1.43;0 -293;supply_node;996.00;12.43;1810.00;4.37;0 -293;supply_node;1114.00;11.40;1913.00;5.85;0 -293;supply_node;1074.00;10.68;1884.00;3.61;0 -293;supply_node;945.00;10.82;2021.00;0.26;0 -293;supply_node;1074.00;12.88;1737.00;1.74;0 -293;supply_node;1244.00;10.30;1855.00;5.78;0 -293;supply_node;1023.00;12.55;1794.00;0.97;0 -293;supply_node;1003.00;14.18;1735.00;3.91;0 -293;supply_node;914.00;10.85;1960.00;1.67;0 -293;supply_node;935.00;12.00;1902.00;3.15;0 -293;supply_node;1103.00;11.15;1793.00;6.08;0 -293;supply_node;1050.00;10.95;2032.00;2.39;0 -293;supply_node;1104.00;12.28;1738.00;5.32;0 -293;supply_node;1154.00;12.55;1755.00;1.97;0 -293;supply_node;1201.00;10.90;1809.00;4.56;0 -293;supply_node;1063.00;12.20;1773.00;1.21;0 -293;supply_node;843.00;14.38;2013.00;2.69;0 -293;supply_node;1113.00;11.20;1767.00;0.45;0 -293;supply_node;1252.00;11.03;1729.00;3.39;0 -293;supply_node;1039.00;13.07;1846.00;4.86;0 -293;supply_node;1039.00;11.40;1892.00;2.62;0 -293;supply_node;1208.00;10.90;1775.00;4.10;0 -293;supply_node;1182.00;11.23;1734.00;0.75;0 -293;supply_node;1228.00;10.10;1802.00;4.79;0 -293;supply_node;1182.00;11.18;1767.00;6.27;0 -293;supply_node;1176.00;11.15;1859.00;2.92;0 -293;supply_node;1257.00;10.20;1751.00;5.51;0 -293;supply_node;1077.00;10.90;1980.00;2.16;0 -294;supply_node;4000.00;9.90;806.00;3.95;0 -294;supply_node;4017.00;10.28;826.00;1.71;0 -294;supply_node;4025.00;10.57;831.00;3.19;0 -294;supply_node;4010.00;14.18;810.00;6.12;0 -294;supply_node;4010.00;10.40;819.00;3.88;0 -294;supply_node;4023.00;10.55;844.00;5.36;0 -294;supply_node;4002.00;12.43;826.00;2.01;0 -294;floating_harbor;3989.21;9.50;803.30;-4.47;1238 -295;supply_node;4008.00;14.20;836.00;3.19;0 -295;supply_node;3994.00;13.45;846.00;6.12;0 -295;supply_node;4005.00;11.40;849.00;3.88;0 -296;supply_node;2922.00;10.60;1529.00;3.88;0 -296;supply_node;2929.00;10.95;1521.00;5.36;0 -296;supply_node;2931.00;10.85;1527.00;2.01;0 -297;supply_node;4484.00;10.90;1609.00;2.01;0 -297;supply_node;4446.00;10.90;1569.00;4.60;0 -297;supply_node;4416.00;13.23;1537.00;1.25;0 -297;supply_node;4362.00;15.95;1570.00;4.18;0 -297;supply_node;4453.00;11.90;1606.00;0.48;0 -297;supply_node;4425.00;11.40;1561.00;3.42;0 -297;supply_node;4406.00;10.88;1604.00;4.90;0 -297;supply_node;4431.00;11.55;1588.00;2.66;0 -297;supply_node;4497.00;10.73;1635.00;5.59;0 -297;supply_node;4394.00;13.80;1560.00;0.79;0 -297;supply_node;4468.00;11.75;1638.00;4.83;0 -297;supply_node;4380.00;13.57;1590.00;0.03;0 -297;supply_node;4469.00;11.15;1585.00;2.96;0 -297;supply_node;4406.00;10.93;1581.00;0.72;0 -297;supply_node;4431.00;11.40;1622.00;2.20;0 -298;supply_node;3070.00;12.40;504.00;1.25;0 -299;supply_node;3560.00;11.40;1102.00;0.48;0 -299;supply_node;3608.00;9.80;1030.00;3.42;0 -299;supply_node;3562.00;10.65;1054.00;4.90;0 -299;supply_node;3574.00;10.10;1012.00;2.66;0 -299;supply_node;3536.00;11.18;1075.00;5.59;0 -299;supply_node;3612.00;10.00;982.00;0.79;0 -299;supply_node;3585.00;10.07;1052.00;4.83;0 -299;supply_node;3568.00;9.98;1080.00;0.03;0 -299;supply_node;3538.00;14.12;1042.00;2.96;0 -299;supply_node;3650.00;9.80;996.00;0.72;0 -299;floating_harbor;3570.95;9.50;1112.95;-0.79;1955 -299;floating_harbor;3614.06;9.50;1049.69;-0.30;4932 -299;floating_harbor;3609.00;9.50;1085.00;-0.63;10791 -299;floating_harbor;3583.52;9.50;1098.34;-0.70;12702 -300;supply_node;4106.00;15.85;1108.00;4.90;0 -300;supply_node;4186.00;17.20;1097.00;2.66;0 -300;supply_node;4134.00;15.23;1098.00;5.59;0 -300;supply_node;4163.00;14.38;1088.00;0.79;0 -300;supply_node;4120.00;19.33;1118.00;4.83;0 -300;supply_node;4162.00;17.85;1102.00;0.03;0 -301;supply_node;4155.00;10.07;1025.00;5.59;0 -301;supply_node;4129.00;11.05;1039.00;0.79;0 -301;supply_node;4141.00;10.50;1015.00;4.83;0 -301;supply_node;4115.00;12.95;1039.00;0.03;0 -301;supply_node;4140.00;10.50;1028.00;2.96;0 -301;supply_node;4127.00;10.50;1020.00;0.72;0 -301;supply_node;4148.00;10.23;1040.00;2.20;0 -302;supply_node;4094.00;10.88;1018.00;4.83;0 -302;supply_node;4114.00;13.40;1021.00;0.03;0 -302;supply_node;4103.00;11.65;1009.00;2.96;0 -302;supply_node;4096.00;10.53;1031.00;0.72;0 -303;supply_node;3323.00;11.53;859.00;2.96;0 -303;supply_node;3368.00;10.90;909.00;0.72;0 -303;supply_node;3348.00;10.88;850.00;2.20;0 -303;supply_node;3298.00;10.60;889.00;5.13;0 -303;supply_node;3334.00;10.60;884.00;1.43;0 -303;supply_node;3351.00;10.90;898.00;4.37;0 -303;supply_node;3303.00;10.62;856.00;5.85;0 -303;supply_node;3297.00;11.40;833.00;3.61;0 -303;supply_node;3320.00;11.20;801.00;0.26;0 -303;supply_node;3316.00;10.50;883.00;1.74;0 -303;supply_node;3355.00;11.23;871.00;5.78;0 -303;supply_node;3328.00;10.73;831.00;0.97;0 -304;supply_node;3278.00;10.70;909.00;2.20;0 -304;supply_node;3297.00;10.30;961.00;5.13;0 -304;supply_node;3310.00;10.48;942.00;1.43;0 -304;supply_node;3313.00;10.60;921.00;4.37;0 -304;supply_node;3269.00;10.30;951.00;5.85;0 -304;supply_node;3331.00;10.85;913.00;3.61;0 -305;supply_node;3279.00;11.00;865.00;1.43;0 -305;supply_node;3255.00;11.00;871.00;4.37;0 -305;supply_node;3256.00;10.95;836.00;5.85;0 -305;supply_node;3243.00;10.85;919.00;3.61;0 -306;supply_node;2979.00;11.25;1508.00;5.85;0 -307;supply_node;2935.00;13.93;767.00;0.26;0 -307;supply_node;2896.00;10.23;771.00;1.74;0 -308;supply_node;2988.00;12.70;1531.00;5.78;0 -309;supply_node;4255.00;12.35;1541.00;3.91;0 -309;supply_node;4196.00;15.15;1559.00;1.67;0 -309;supply_node;4150.00;14.55;1498.00;3.15;0 -309;supply_node;4123.00;14.60;1483.00;6.08;0 -309;supply_node;4107.00;13.43;1513.00;2.39;0 -309;supply_node;4289.00;12.90;1528.00;5.32;0 -309;supply_node;4098.00;14.43;1479.00;1.97;0 -309;supply_node;4294.00;12.85;1562.00;4.56;0 -309;supply_node;4176.00;14.12;1538.00;1.21;0 -309;supply_node;4165.00;12.75;1558.00;2.69;0 -309;supply_node;4079.00;12.12;1510.00;0.45;0 -309;supply_node;4338.00;14.18;1567.00;3.39;0 -309;supply_node;4299.00;12.80;1585.00;4.86;0 -309;supply_node;4223.00;15.35;1533.00;2.62;0 -309;supply_node;4214.00;12.18;1548.00;4.10;0 -309;supply_node;4104.00;12.88;1528.00;0.75;0 -309;supply_node;4138.00;13.80;1534.00;4.79;0 -309;supply_node;4056.00;10.20;1511.00;6.27;0 -309;supply_node;4322.00;15.88;1525.00;2.92;0 -309;supply_node;4121.00;10.78;1462.00;5.51;0 -309;supply_node;4292.00;13.65;1544.00;2.16;0 -309;supply_node;4268.00;12.50;1562.00;5.10;0 -309;supply_node;4163.00;16.30;1516.00;1.39;0 -309;supply_node;4126.00;14.05;1509.00;4.34;0 -309;supply_node;4193.00;15.73;1519.00;5.81;0 -309;supply_node;4102.00;12.38;1498.00;3.57;0 -309;supply_node;4070.00;10.43;1530.00;5.05;0 -309;supply_node;4322.00;13.95;1549.00;1.70;0 -309;supply_node;4318.00;13.00;1574.00;5.74;0 -309;supply_node;4072.00;11.82;1487.00;0.94;0 -310;supply_node;4041.00;12.07;1377.00;3.15;0 -310;supply_node;3979.00;10.70;1433.00;6.08;0 -310;supply_node;3966.00;10.40;1396.00;2.39;0 -310;supply_node;4045.00;17.45;1392.00;5.32;0 -310;supply_node;3977.00;10.40;1413.00;1.97;0 -310;supply_node;4070.00;11.20;1468.00;4.56;0 -310;supply_node;4005.00;10.43;1419.00;1.21;0 -310;supply_node;4008.00;10.70;1437.00;2.69;0 -310;supply_node;3991.00;10.50;1395.00;0.45;0 -310;supply_node;4017.00;10.60;1398.00;3.39;0 -310;supply_node;4038.00;10.70;1434.00;4.86;0 -310;supply_node;4038.00;10.60;1414.00;2.62;0 -310;supply_node;4057.00;11.30;1451.00;4.10;0 -310;supply_node;4064.00;10.50;1427.00;0.75;0 -310;supply_node;4088.00;10.68;1454.00;4.79;0 -310;supply_node;4083.00;11.20;1429.00;6.27;0 -311;supply_node;4072.00;20.27;1357.00;2.39;0 -311;supply_node;4104.00;13.65;1436.00;5.32;0 -311;supply_node;4128.00;10.65;1408.00;1.97;0 -311;supply_node;4265.00;12.55;1358.00;4.56;0 -311;supply_node;4134.00;13.75;1438.00;1.21;0 -311;supply_node;4076.00;12.43;1341.00;2.69;0 -311;supply_node;4259.00;14.73;1387.00;0.45;0 -311;supply_node;4153.00;18.23;1376.00;3.39;0 -311;supply_node;4115.00;16.88;1368.00;4.86;0 -311;supply_node;4293.00;14.30;1370.00;2.62;0 -311;supply_node;4116.00;12.23;1348.00;4.10;0 -311;supply_node;4229.00;11.75;1374.00;0.75;0 -311;supply_node;4159.00;12.10;1343.00;4.79;0 -311;supply_node;4112.00;16.27;1386.00;6.27;0 -311;supply_node;4095.00;11.25;1408.00;2.92;0 -311;supply_node;4161.00;13.35;1358.00;5.51;0 -311;supply_node;4195.00;12.00;1359.00;2.16;0 -311;supply_node;4164.00;10.60;1401.00;5.10;0 -311;supply_node;4159.00;12.35;1421.00;1.39;0 -311;supply_node;4225.00;13.25;1392.00;4.34;0 -311;supply_node;4231.00;12.23;1354.00;5.81;0 -311;supply_node;4070.00;15.75;1374.00;3.57;0 -311;supply_node;4148.00;11.43;1460.00;5.05;0 -311;supply_node;4276.00;13.03;1398.00;1.70;0 -311;supply_node;4070.00;14.68;1399.00;5.74;0 -311;supply_node;4189.00;13.65;1384.00;0.94;0 -311;supply_node;4233.00;14.60;1408.00;3.88;0 -311;supply_node;4166.00;12.70;1449.00;5.35;0 -312;supply_node;4188.00;11.75;1441.00;1.97;0 -312;supply_node;4193.00;16.38;1492.00;4.56;0 -312;supply_node;4194.00;11.30;1410.00;1.21;0 -312;supply_node;4180.00;13.55;1469.00;2.69;0 -312;supply_node;4203.00;14.55;1458.00;0.45;0 -312;supply_node;4160.00;14.73;1481.00;3.39;0 -312;supply_node;4212.00;14.70;1433.00;4.86;0 -312;supply_node;4268.00;14.05;1518.00;2.62;0 -312;supply_node;4221.00;14.10;1505.00;4.10;0 -312;supply_node;4219.00;17.62;1480.00;0.75;0 -312;supply_node;4275.00;13.30;1499.00;4.79;0 -312;supply_node;4251.00;13.03;1483.00;6.27;0 -312;supply_node;4241.00;13.30;1514.00;2.92;0 -313;supply_node;2938.00;10.30;1579.00;1.21;0 -313;supply_node;2929.00;9.70;1582.00;2.69;0 -313;floating_harbor;2933.00;9.50;1598.00;0.00;241 -314;supply_node;3708.00;9.78;985.00;0.45;0 -314;supply_node;3675.00;9.88;972.00;3.39;0 -314;supply_node;3640.00;10.20;948.00;4.86;0 -314;supply_node;3649.00;11.28;928.00;2.62;0 -314;supply_node;3687.00;12.23;1035.00;4.10;0 -314;supply_node;3687.00;9.70;1007.00;0.75;0 -314;supply_node;3682.00;10.00;951.00;4.79;0 -314;supply_node;3724.00;12.18;1008.00;6.27;0 -314;supply_node;3711.00;13.60;1023.00;2.92;0 -314;supply_node;3679.00;10.35;1062.00;5.51;0 -314;floating_harbor;3723.83;9.50;981.48;-1.79;1947 -314;floating_harbor;3655.13;9.50;915.74;-2.68;2103 -314;floating_harbor;3698.30;9.50;1049.53;-0.66;4993 -314;floating_harbor;3698.70;9.50;945.99;-1.86;8002 -314;floating_harbor;3743.82;9.50;1012.57;-1.34;8020 -314;floating_harbor;3719.13;9.50;1039.26;-0.46;10760 -314;floating_harbor;3683.00;9.80;1074.00;-0.20;10904 -315;supply_node;3981.00;9.68;35.00;4.86;0 -315;floating_harbor;3985.00;9.50;41.00;-0.46;2165 -316;supply_node;4964.00;11.68;1772.00;4.10;0 -316;supply_node;4764.00;12.85;1693.00;0.75;0 -316;supply_node;4896.00;10.82;1707.00;4.79;0 -316;supply_node;5195.00;11.75;1784.00;6.27;0 -316;supply_node;4832.00;12.75;1682.00;2.92;0 -316;supply_node;4977.00;11.93;1693.00;5.51;0 -316;supply_node;4919.00;11.82;1670.00;2.16;0 -316;supply_node;4869.00;12.32;1683.00;5.10;0 -316;supply_node;4750.00;11.62;1661.00;1.39;0 -316;supply_node;5296.00;11.90;1842.00;4.34;0 -316;supply_node;4943.00;11.35;1717.00;5.81;0 -316;supply_node;4943.00;11.53;1655.00;3.57;0 -316;supply_node;4789.00;10.80;1655.00;5.05;0 -316;supply_node;4835.00;12.20;1652.00;1.70;0 -316;supply_node;5073.00;12.65;1812.00;5.74;0 -316;supply_node;5019.00;11.07;1744.00;0.94;0 -316;supply_node;5079.00;11.05;1751.00;3.88;0 -316;supply_node;4884.00;13.03;1649.00;5.35;0 -316;supply_node;5157.00;10.85;1739.00;3.11;0 -316;supply_node;4799.00;12.45;1689.00;6.04;0 -316;floating_harbor;5238.78;9.50;1754.05;-2.17;1865 -316;floating_harbor;4992.52;9.50;1674.66;-2.44;4810 -316;floating_harbor;5275.82;9.50;1780.35;-3.46;10540 -316;floating_harbor;4966.99;9.50;1653.59;-1.63;10598 -316;floating_harbor;5033.60;9.50;1707.50;-2.76;12518 -316;floating_harbor;5072.92;9.50;1712.08;-3.30;12551 -316;floating_harbor;5139.12;9.50;1712.18;-3.73;12683 -317;supply_node;2826.00;9.90;761.00;4.79;0 -317;supply_node;2824.00;9.98;837.00;6.27;0 -317;supply_node;2868.00;9.68;758.00;2.92;0 -317;supply_node;2807.00;10.23;866.00;5.51;0 -317;supply_node;2800.00;10.40;801.00;2.16;0 -317;supply_node;2777.00;10.45;807.00;5.10;0 -317;supply_node;2789.00;10.25;843.00;1.39;0 -317;supply_node;2841.00;10.43;769.00;4.34;0 -317;supply_node;2829.00;10.10;863.00;5.81;0 -317;supply_node;2861.00;10.50;777.00;3.57;0 -317;supply_node;2850.00;10.30;825.00;5.05;0 -317;supply_node;2814.00;9.70;767.00;1.70;0 -317;supply_node;2784.00;10.30;769.00;5.74;0 -317;supply_node;2872.00;10.88;803.00;0.94;0 -317;supply_node;2823.00;10.62;785.00;3.88;0 -317;supply_node;2837.00;11.03;806.00;5.35;0 -317;supply_node;2818.00;10.50;810.00;3.11;0 -317;floating_harbor;2832.21;9.50;742.36;-2.82;1951 -317;floating_harbor;2855.30;9.50;748.93;-4.09;2050 -317;floating_harbor;2843.73;9.50;743.04;-3.04;10919 -317;floating_harbor;2824.21;9.50;736.36;-2.82;12785 -318;supply_node;5062.00;10.75;535.00;2.92;0 -318;supply_node;5074.00;9.80;528.00;5.51;0 -318;supply_node;5034.00;10.00;509.00;2.16;0 -318;supply_node;5016.00;9.75;508.00;5.10;0 -318;supply_node;5058.00;10.18;582.00;1.39;0 -318;supply_node;4932.00;11.78;600.00;4.34;0 -318;supply_node;4984.00;10.85;557.00;5.81;0 -318;supply_node;4999.00;9.70;539.00;3.57;0 -318;supply_node;4984.00;10.05;527.00;5.05;0 -318;supply_node;5027.00;12.98;555.00;1.70;0 -318;supply_node;5097.00;9.88;510.00;5.74;0 -318;supply_node;5106.00;15.65;516.00;0.94;0 -318;supply_node;5104.00;9.53;500.00;3.88;0 -318;supply_node;5120.00;10.28;492.00;5.35;0 -318;supply_node;5068.00;9.70;577.00;3.11;0 -318;supply_node;5097.00;14.03;534.00;6.04;0 -318;supply_node;4857.00;10.57;635.00;1.24;0 -318;supply_node;4947.00;9.80;615.00;5.28;0 -318;supply_node;4898.00;9.80;613.00;0.48;0 -318;supply_node;4955.00;11.50;606.00;3.41;0 -318;supply_node;4955.00;10.30;571.00;1.17;0 -318;supply_node;5018.00;9.70;539.00;2.65;0 -318;supply_node;5069.00;15.57;553.00;5.59;0 -318;supply_node;4925.00;10.70;583.00;1.89;0 -318;supply_node;5118.00;10.50;511.00;4.83;0 -318;supply_node;5128.00;10.90;500.00;1.48;0 -318;supply_node;5112.00;10.40;496.00;4.06;0 -318;supply_node;5106.00;11.95;507.00;0.72;0 -318;supply_node;5100.00;14.62;552.00;2.19;0 -318;supply_node;5117.00;14.25;504.00;6.23;0 -318;supply_node;5093.00;10.75;526.00;2.88;0 -318;supply_node;4884.00;10.28;621.00;4.37;0 -318;supply_node;4870.00;10.30;623.00;2.12;0 -318;supply_node;4986.00;10.28;609.00;3.60;0 -318;supply_node;4972.00;15.90;592.00;0.25;0 -318;supply_node;4904.00;11.43;595.00;4.30;0 -318;supply_node;5074.00;10.23;571.00;5.77;0 -318;supply_node;4979.00;10.10;545.00;2.43;0 -318;supply_node;4970.00;12.53;576.00;5.01;0 -318;supply_node;4996.00;12.80;567.00;1.67;0 -318;supply_node;5033.00;9.75;523.00;3.14;0 -318;supply_node;5138.00;12.03;494.00;0.90;0 -318;supply_node;5158.00;9.70;498.00;3.84;0 -318;supply_node;5109.00;12.75;549.00;5.32;0 -318;supply_node;5150.00;9.60;484.00;3.07;0 -318;supply_node;4967.00;10.25;617.00;4.55;0 -318;supply_node;4979.00;11.12;602.00;1.21;0 -318;supply_node;5015.00;10.65;594.00;5.25;0 -318;supply_node;4944.00;17.70;590.00;0.44;0 -318;supply_node;5001.00;9.90;518.00;3.37;0 -318;supply_node;5049.00;14.30;548.00;5.96;0 -318;supply_node;5108.00;11.73;523.00;2.61;0 -318;supply_node;4997.00;13.80;586.00;5.55;0 -318;supply_node;5014.00;15.50;572.00;1.85;0 -318;supply_node;5037.00;14.62;570.00;4.79;0 -318;supply_node;5039.00;10.80;536.00;6.26;0 -318;supply_node;5088.00;9.50;520.00;4.02;0 -318;supply_node;5079.00;10.88;561.00;0.68;0 -318;supply_node;5090.00;13.88;554.00;2.16;0 -318;supply_node;5097.00;10.75;544.00;6.20;0 -318;supply_node;5048.00;9.95;588.00;1.39;0 -318;supply_node;4888.00;12.90;633.00;4.33;0 -318;supply_node;4998.00;10.93;603.00;2.09;0 -318;supply_node;4882.00;10.75;599.00;3.56;0 -318;supply_node;5034.00;10.40;591.00;0.21;0 -318;supply_node;5054.00;13.82;569.00;2.80;0 -318;supply_node;4965.00;10.30;523.00;5.74;0 -318;supply_node;5014.00;10.30;520.00;0.93;0 -318;supply_node;5080.00;13.15;539.00;4.97;0 -318;supply_node;5133.00;9.88;489.00;1.63;0 -318;floating_harbor;5064.15;9.50;522.10;-2.98;1222 -318;floating_harbor;5074.00;9.50;518.00;-3.14;1242 -318;floating_harbor;5044.79;9.50;511.70;-1.33;1283 -318;floating_harbor;5016.00;9.50;497.00;-3.14;1310 -318;floating_harbor;5066.37;9.50;592.47;-0.67;1389 -318;floating_harbor;4921.00;9.50;606.60;1.03;1546 -318;floating_harbor;4976.53;9.50;513.92;-3.66;1629 -318;floating_harbor;5088.18;9.50;504.12;-4.12;4289 -318;floating_harbor;5098.05;9.50;494.05;-3.93;4329 -318;floating_harbor;5122.70;9.50;481.21;-2.90;4346 -318;floating_harbor;5075.20;9.50;586.60;-0.64;4393 -318;floating_harbor;5108.86;9.50;536.37;-1.37;4418 -318;floating_harbor;4843.00;9.50;635.00;1.57;4468 -318;floating_harbor;4942.40;9.50;626.50;0.38;4509 -318;floating_harbor;4910.00;9.50;613.00;-1.57;4524 -318;floating_harbor;4881.59;9.50;566.99;0.06;4579 -318;floating_harbor;4952.63;9.50;559.14;-3.34;4593 -318;floating_harbor;4917.80;9.50;573.40;-3.79;7269 -318;floating_harbor;5125.95;9.50;518.95;-0.79;7305 -318;floating_harbor;5137.95;9.50;509.95;-0.79;7333 -318;floating_harbor;5107.40;9.50;484.50;-3.52;7349 -318;floating_harbor;5107.20;9.50;561.60;-0.64;7365 -318;floating_harbor;4854.00;9.50;603.00;-4.38;7487 -318;floating_harbor;4865.40;9.50;611.50;-3.52;7512 -318;floating_harbor;4990.60;9.50;620.50;-0.38;7529 -318;floating_harbor;4933.76;9.50;615.57;-2.74;7542 -318;floating_harbor;4877.00;9.50;562.00;-3.67;7585 -318;floating_harbor;5081.88;9.50;582.82;-0.59;7614 -318;floating_harbor;4965.27;9.50;541.08;-4.43;7627 -318;floating_harbor;5046.94;9.50;514.29;-2.13;10147 -318;floating_harbor;5149.50;9.50;498.60;-1.19;10231 -318;floating_harbor;5158.00;9.50;489.00;-3.14;10248 -318;floating_harbor;5112.21;9.50;539.36;-2.82;10251 -318;floating_harbor;5139.74;9.50;478.87;-4.25;10260 -318;floating_harbor;4981.55;9.50;622.46;-1.21;10369 -318;floating_harbor;5013.46;9.50;613.98;0.08;10423 -318;floating_harbor;4994.87;9.50;505.74;-3.61;10505 -318;floating_harbor;5115.95;9.50;530.95;-0.79;10974 -318;floating_harbor;5058.60;9.50;521.80;-2.21;12123 -318;floating_harbor;5083.87;9.50;511.74;-3.61;12135 -318;floating_harbor;5088.60;9.50;568.20;-0.93;12154 -318;floating_harbor;5106.95;9.50;570.95;-0.79;12193 -318;floating_harbor;5107.26;9.50;538.87;-2.03;12237 -318;floating_harbor;5052.60;9.50;599.50;-0.38;12240 -318;floating_harbor;4899.82;9.50;640.88;-0.98;12315 -318;floating_harbor;5001.70;9.50;617.79;-0.24;12371 -318;floating_harbor;4885.70;9.50;584.21;-2.90;12386 -318;floating_harbor;5025.87;9.50;607.26;0.46;12400 -318;floating_harbor;4971.13;9.50;510.74;-2.68;12457 -318;floating_harbor;5034.98;9.50;518.50;-1.64;12484 -318;floating_harbor;5138.13;9.50;478.74;-2.68;12995 -319;supply_node;2945.00;11.15;1510.00;2.16;0 -319;supply_node;2942.00;10.30;1502.00;5.10;0 -320;supply_node;2925.00;11.95;1501.00;1.39;0 -320;supply_node;2922.00;11.03;1515.00;4.34;0 -320;supply_node;2934.00;10.23;1501.00;5.81;0 -320;supply_node;2926.00;11.23;1508.00;3.57;0 -321;supply_node;2910.00;11.45;1528.00;5.81;0 -321;supply_node;2904.00;10.23;1536.00;3.57;0 -322;supply_node;2884.00;9.78;1399.00;5.05;0 -323;supply_node;2993.00;10.10;1406.00;5.74;0 -323;supply_node;2982.00;11.07;1410.00;0.94;0 -323;supply_node;2992.00;9.70;1414.00;3.88;0 -323;supply_node;2979.00;12.38;1403.00;5.35;0 -323;supply_node;2997.00;11.62;1399.00;3.11;0 -323;supply_node;2978.00;10.10;1417.00;6.04;0 -323;floating_harbor;3003.26;9.50;1411.13;-1.11;782 -323;floating_harbor;3006.00;9.50;1414.00;-1.57;6793 -323;floating_harbor;3008.50;9.50;1403.60;-1.19;9924 -324;supply_node;3015.00;10.80;1384.00;3.88;0 -324;supply_node;3008.00;11.70;1391.00;5.35;0 -324;supply_node;2996.00;11.45;1380.00;3.11;0 -324;supply_node;2992.00;9.90;1369.00;6.04;0 -324;supply_node;3005.00;10.62;1380.00;1.24;0 -324;supply_node;3003.00;10.45;1370.00;5.28;0 -324;supply_node;3004.00;9.88;1358.00;0.48;0 -324;supply_node;2997.00;9.70;1362.00;3.41;0 -324;supply_node;3011.00;13.62;1375.00;1.17;0 -324;supply_node;2999.00;11.25;1390.00;2.65;0 -324;floating_harbor;3024.60;9.50;1391.20;-0.93;925 -324;floating_harbor;3013.13;9.50;1401.26;-0.46;967 -324;floating_harbor;2981.53;9.50;1360.63;-4.04;6862 -324;floating_harbor;2999.79;9.50;1345.36;-3.46;9904 -324;floating_harbor;2989.05;9.50;1354.05;-3.93;11751 -325;supply_node;2955.00;13.03;1412.00;3.11;0 -325;supply_node;2961.00;11.05;1417.00;6.04;0 -325;supply_node;2949.00;10.85;1419.00;1.24;0 -326;supply_node;3088.00;9.60;1375.00;1.24;0 -326;floating_harbor;3079.00;9.50;1357.00;-2.86;3868 -326;floating_harbor;3088.00;9.50;1365.00;-3.14;6889 -327;supply_node;3491.00;12.62;1329.00;0.48;0 -327;supply_node;3525.00;13.93;1307.00;3.41;0 -327;supply_node;3520.00;16.05;1317.00;1.17;0 -327;supply_node;3511.00;12.25;1313.00;2.65;0 -327;supply_node;3502.00;12.80;1326.00;5.59;0 -327;supply_node;3515.00;15.68;1326.00;1.89;0 -328;supply_node;3551.00;13.98;1351.00;1.17;0 -328;supply_node;3529.00;14.90;1324.00;2.65;0 -328;supply_node;3572.00;9.90;1321.00;5.59;0 -328;supply_node;3522.00;13.50;1336.00;1.89;0 -328;supply_node;3540.00;10.65;1326.00;4.83;0 -328;supply_node;3566.00;11.55;1349.00;1.48;0 -328;supply_node;3553.00;10.38;1369.00;4.06;0 -328;supply_node;3551.00;9.98;1332.00;0.72;0 -328;supply_node;3560.00;14.95;1342.00;2.19;0 -328;supply_node;3563.00;10.00;1329.00;6.23;0 -328;supply_node;3573.00;11.93;1336.00;2.88;0 -328;supply_node;3558.00;10.57;1360.00;4.37;0 -328;supply_node;3582.00;9.70;1331.00;2.12;0 -328;supply_node;3536.00;12.07;1314.00;3.60;0 -328;supply_node;3543.00;10.95;1341.00;0.25;0 -328;supply_node;3532.00;11.25;1336.00;4.30;0 -328;supply_node;3549.00;10.90;1321.00;5.77;0 -329;supply_node;3502.00;14.70;1306.00;5.59;0 -329;supply_node;3514.00;12.15;1263.00;1.89;0 -329;supply_node;3527.00;13.38;1285.00;4.83;0 -329;supply_node;3543.00;15.10;1265.00;1.48;0 -329;supply_node;3564.00;13.23;1301.00;4.06;0 -329;supply_node;3571.00;14.32;1272.00;0.72;0 -329;supply_node;3519.00;14.53;1296.00;2.19;0 -329;supply_node;3539.00;14.43;1299.00;6.23;0 -329;supply_node;3561.00;14.35;1286.00;2.88;0 -329;supply_node;3504.00;12.65;1286.00;4.37;0 -329;supply_node;3551.00;14.65;1304.00;2.12;0 -329;supply_node;3564.00;10.25;1314.00;3.60;0 -329;supply_node;3545.00;14.38;1280.00;0.25;0 -329;supply_node;3528.00;12.90;1269.00;4.30;0 -330;supply_node;3602.00;15.32;1257.00;4.83;0 -330;supply_node;3586.00;13.88;1265.00;1.48;0 -330;supply_node;3666.00;13.30;1273.00;4.06;0 -330;supply_node;3637.00;10.25;1258.00;0.72;0 -330;supply_node;3622.00;16.75;1249.00;2.19;0 -331;supply_node;3532.00;9.70;1202.00;4.06;0 -331;supply_node;3530.00;14.48;1246.00;0.72;0 -331;supply_node;3554.00;11.28;1203.00;2.19;0 -331;supply_node;3525.00;10.90;1222.00;6.23;0 -331;supply_node;3565.00;15.53;1222.00;2.88;0 -331;supply_node;3546.00;14.35;1241.00;4.37;0 -331;supply_node;3550.00;9.70;1184.00;2.12;0 -331;supply_node;3543.00;12.80;1219.00;3.60;0 -332;supply_node;3562.00;14.98;1265.00;2.19;0 -332;supply_node;3584.00;12.90;1249.00;6.23;0 -332;supply_node;3648.00;12.20;1244.00;2.88;0 -332;supply_node;3571.00;14.32;1235.00;4.37;0 -332;supply_node;3563.00;14.68;1251.00;2.12;0 -332;supply_node;3607.00;12.65;1241.00;3.60;0 -332;supply_node;3600.00;13.23;1230.00;0.25;0 -332;supply_node;3658.00;12.23;1223.00;4.30;0 -332;supply_node;3631.00;12.65;1228.00;5.77;0 -333;supply_node;3652.00;16.27;1185.00;2.88;0 -333;supply_node;3589.00;15.62;1215.00;4.37;0 -333;supply_node;3613.00;16.60;1186.00;2.12;0 -333;supply_node;3573.00;12.20;1202.00;3.60;0 -333;supply_node;3613.00;15.43;1167.00;0.25;0 -333;supply_node;3650.00;13.10;1204.00;4.30;0 -333;supply_node;3613.00;14.50;1211.00;5.77;0 -333;supply_node;3648.00;16.05;1164.00;2.43;0 -333;supply_node;3628.00;14.28;1196.00;5.01;0 -333;supply_node;3675.00;14.40;1176.00;1.67;0 -333;supply_node;3590.00;13.75;1190.00;3.14;0 -334;supply_node;3574.00;9.70;1180.00;2.12;0 -334;supply_node;3572.00;9.50;1152.00;3.60;0 -334;supply_node;3595.00;11.55;1154.00;0.25;0 -334;supply_node;3563.00;9.70;1165.00;4.30;0 -334;supply_node;3609.00;11.43;1128.00;5.77;0 -334;supply_node;3633.00;11.30;1109.00;2.43;0 -334;floating_harbor;3574.15;9.50;1139.10;-2.98;5005 -334;floating_harbor;3587.65;9.50;1133.41;-3.48;5089 -334;floating_harbor;3595.40;9.50;1117.80;-4.07;10797 -334;floating_harbor;3619.32;9.50;1093.80;-3.87;12832 -335;supply_node;3715.00;11.75;1118.00;0.25;0 -335;supply_node;3635.00;14.12;1149.00;4.30;0 -335;supply_node;3626.00;13.95;1137.00;5.77;0 -335;supply_node;3655.00;13.40;1126.00;2.43;0 -335;supply_node;3698.00;16.48;1139.00;5.01;0 -335;supply_node;3693.00;14.12;1161.00;1.67;0 -335;supply_node;3668.00;15.48;1145.00;3.14;0 -335;supply_node;3723.00;12.48;1145.00;0.90;0 -335;supply_node;3685.00;12.60;1118.00;3.84;0 -335;supply_node;3749.00;12.45;1146.00;5.32;0 -336;supply_node;3715.00;12.03;1080.00;5.77;0 -336;supply_node;3726.00;12.45;1096.00;2.43;0 -336;supply_node;3660.00;11.30;1096.00;5.01;0 -336;supply_node;3692.00;11.35;1101.00;1.67;0 -336;floating_harbor;3694.27;9.50;1074.08;-4.43;1889 -336;floating_harbor;3645.52;9.50;1078.62;-3.84;4959 -336;floating_harbor;3680.70;9.50;1086.47;-3.80;7982 -337;supply_node;3721.00;13.23;1274.00;5.01;0 -337;supply_node;3731.00;15.28;1228.00;1.67;0 -337;supply_node;3722.00;12.43;1250.00;3.14;0 -337;supply_node;3753.00;13.53;1249.00;0.90;0 -337;supply_node;3740.00;14.30;1256.00;3.84;0 -337;supply_node;3705.00;11.48;1242.00;5.32;0 -337;supply_node;3700.00;12.05;1267.00;3.07;0 -337;supply_node;3740.00;14.25;1198.00;4.55;0 -337;supply_node;3699.00;12.68;1220.00;1.21;0 -337;supply_node;3689.00;14.38;1285.00;5.25;0 -337;supply_node;3702.00;12.07;1185.00;0.44;0 -337;supply_node;3748.00;16.60;1225.00;3.37;0 -337;supply_node;3681.00;12.80;1202.00;5.96;0 -337;supply_node;3714.00;12.53;1205.00;2.61;0 -337;supply_node;3674.00;13.25;1255.00;5.55;0 -337;supply_node;3741.00;11.88;1169.00;1.85;0 -337;supply_node;3681.00;11.35;1235.00;4.79;0 -337;supply_node;3723.00;10.95;1179.00;6.26;0 -338;supply_node;3653.00;9.80;1028.00;3.14;0 -338;supply_node;3667.00;9.80;1042.00;0.90;0 -338;supply_node;3603.00;9.70;1062.00;3.84;0 -338;supply_node;3630.00;9.80;1031.00;5.32;0 -338;floating_harbor;3646.79;9.50;1046.64;0.32;2048 -338;floating_harbor;3654.35;9.50;1056.23;0.73;7960 -338;floating_harbor;3609.00;9.50;1085.00;-0.59;8051 -338;floating_harbor;3626.63;9.50;1047.86;0.20;8108 -339;supply_node;3789.00;10.80;1160.00;3.84;0 -339;supply_node;3834.00;17.10;1212.00;5.32;0 -339;supply_node;3789.00;11.00;1183.00;3.07;0 -339;supply_node;3763.00;12.80;1180.00;4.55;0 -339;supply_node;3814.00;11.85;1184.00;1.21;0 -339;supply_node;3777.00;12.40;1142.00;5.25;0 -339;supply_node;3770.00;11.95;1230.00;0.44;0 -339;supply_node;3813.00;12.50;1150.00;3.37;0 -339;supply_node;3834.00;12.40;1152.00;5.96;0 -339;supply_node;3841.00;12.25;1175.00;2.61;0 -339;supply_node;3788.00;12.38;1205.00;5.55;0 -339;supply_node;3872.00;15.62;1176.00;1.85;0 -339;supply_node;3852.00;14.88;1194.00;4.79;0 -339;supply_node;3812.00;13.85;1207.00;6.26;0 -339;supply_node;3763.00;13.05;1209.00;4.02;0 -340;supply_node;3909.00;13.75;1154.00;3.07;0 -340;supply_node;3892.00;12.95;1144.00;4.55;0 -340;supply_node;3853.00;14.65;1142.00;1.21;0 -340;supply_node;3875.00;11.85;1141.00;5.25;0 -340;supply_node;3906.00;11.03;1130.00;0.44;0 -340;supply_node;3894.00;14.48;1165.00;3.37;0 -340;supply_node;3869.00;15.43;1161.00;5.96;0 -340;supply_node;3851.00;14.62;1120.00;2.61;0 -340;supply_node;3879.00;10.57;1123.00;5.55;0 -341;supply_node;3185.00;10.07;1655.00;1.21;0 -341;supply_node;3221.00;10.25;1645.00;5.25;0 -341;supply_node;3156.00;10.35;1665.00;0.44;0 -341;supply_node;3202.00;10.38;1652.00;3.37;0 -341;supply_node;3146.00;9.65;1673.00;5.96;0 -341;supply_node;3142.00;9.68;1664.00;2.61;0 -341;supply_node;3165.00;9.70;1668.00;5.55;0 -341;supply_node;3176.00;9.75;1661.00;1.85;0 -341;supply_node;3156.00;9.70;1677.00;4.79;0 -341;supply_node;3169.00;10.30;1656.00;6.26;0 -341;supply_node;3231.00;10.15;1643.00;4.02;0 -341;supply_node;3138.00;9.95;1653.00;0.68;0 -341;supply_node;3240.00;9.90;1649.00;2.16;0 -341;supply_node;3154.00;10.00;1657.00;6.20;0 -341;supply_node;3215.00;9.85;1642.00;1.39;0 -341;floating_harbor;3140.87;9.50;1683.26;0.46;3296 -341;floating_harbor;3132.40;9.50;1671.20;0.93;3319 -341;floating_harbor;3171.60;9.50;1679.00;-0.54;3525 -341;floating_harbor;3176.00;9.50;1674.00;0.00;6222 -341;floating_harbor;3161.13;9.50;1687.26;-0.46;6322 -341;floating_harbor;3126.14;9.50;1655.37;1.37;9262 -342;arms_factory;3148.00;10.40;1639.00;5.98;0 -342;arms_factory;3151.00;10.40;1643.00;3.81;0 -342;arms_factory;3154.00;10.40;1638.00;0.20;0 -342;arms_factory;3161.00;10.28;1628.00;2.87;0 -342;arms_factory;3153.00;10.40;1648.00;4.42;0 -342;arms_factory;3155.00;10.30;1632.00;2.26;0 -342;industrial_complex;3168.00;9.78;1632.00;3.47;0 -342;industrial_complex;3159.00;10.30;1630.00;1.31;0 -342;industrial_complex;3163.00;10.35;1636.00;2.87;0 -342;industrial_complex;3140.00;10.10;1646.00;5.54;0 -342;industrial_complex;3171.00;9.80;1634.00;3.37;0 -342;industrial_complex;3173.00;9.70;1626.00;6.04;0 -342;supply_node;3158.00;10.30;1629.00;1.39;0 -342;supply_node;3152.00;10.40;1648.00;4.33;0 -342;supply_node;3171.00;9.85;1635.00;2.09;0 -342;supply_node;3141.00;10.25;1644.00;3.56;0 -342;supply_node;3171.00;9.75;1628.00;0.21;0 -342;supply_node;3171.00;10.40;1644.00;2.80;0 -342;supply_node;3165.00;9.90;1620.00;5.74;0 -342;supply_node;3163.00;10.32;1646.00;0.93;0 -342;supply_node;3147.00;10.30;1635.00;4.97;0 -342;supply_node;3155.00;10.43;1639.00;1.63;0 -342;anti_air_building;3163.00;10.25;1624.00;3.54;0 -342;anti_air_building;3146.00;10.35;1639.00;0.27;0 -342;anti_air_building;3166.00;10.23;1645.00;2.93;0 -342;floating_harbor;3127.07;9.50;1642.01;-4.57;6314 -343;supply_node;3083.00;9.80;1596.00;5.96;0 -343;supply_node;3100.00;9.70;1606.00;2.61;0 -343;supply_node;3093.00;10.30;1599.00;5.55;0 -343;supply_node;3092.00;10.12;1591.00;1.85;0 -343;supply_node;3105.00;9.80;1599.00;4.79;0 -343;supply_node;3117.00;9.65;1607.00;6.26;0 -343;supply_node;3089.00;10.53;1610.00;4.02;0 -343;supply_node;3125.00;9.80;1602.00;0.68;0 -343;floating_harbor;3099.95;9.50;1620.95;-0.79;9263 -344;supply_node;3063.00;10.10;1576.00;5.55;0 -344;supply_node;3068.00;10.40;1557.00;1.85;0 -344;supply_node;3058.00;10.32;1566.00;4.79;0 -344;supply_node;3065.00;10.30;1567.00;6.26;0 -344;supply_node;3062.00;9.75;1582.00;4.02;0 -344;supply_node;3069.00;9.80;1589.00;0.68;0 -345;supply_node;3211.00;10.03;1502.00;4.79;0 -345;supply_node;3150.00;11.48;1507.00;6.26;0 -345;supply_node;3192.00;9.90;1508.00;4.02;0 -345;supply_node;3159.00;11.82;1506.00;0.68;0 -345;supply_node;3208.00;10.90;1510.00;2.16;0 -345;supply_node;3194.00;12.40;1480.00;6.20;0 -345;supply_node;3168.00;12.30;1500.00;1.39;0 -345;supply_node;3177.00;12.75;1494.00;4.33;0 -345;supply_node;3178.00;11.05;1504.00;2.09;0 -345;supply_node;3154.00;10.55;1517.00;3.56;0 -345;supply_node;3186.00;11.78;1488.00;0.21;0 -345;supply_node;3199.00;10.40;1517.00;2.80;0 -345;supply_node;3168.00;10.38;1514.00;5.74;0 -345;supply_node;3163.00;9.80;1524.00;0.93;0 -345;supply_node;3189.00;10.25;1497.00;4.97;0 -345;supply_node;3200.00;9.68;1500.00;1.63;0 -345;supply_node;3182.00;10.03;1514.00;3.10;0 -345;supply_node;3199.00;10.35;1489.00;0.86;0 -346;supply_node;3124.00;12.93;1507.00;4.02;0 -346;supply_node;3133.00;11.73;1519.00;0.68;0 -346;supply_node;3103.00;10.18;1532.00;2.16;0 -346;supply_node;3138.00;11.88;1509.00;6.20;0 -346;supply_node;3112.00;10.38;1531.00;1.39;0 -346;supply_node;3115.00;10.60;1522.00;4.33;0 -346;supply_node;3115.00;13.53;1512.00;2.09;0 -346;supply_node;3124.00;13.15;1516.00;3.56;0 -346;supply_node;3123.00;10.82;1529.00;0.21;0 -347;supply_node;3128.00;10.05;1549.00;2.16;0 -347;supply_node;3139.00;9.80;1566.00;6.20;0 -347;supply_node;3120.00;10.00;1547.00;1.39;0 -347;supply_node;3131.00;9.80;1561.00;4.33;0 -347;supply_node;3120.00;9.70;1570.00;2.09;0 -347;supply_node;3119.00;9.80;1580.00;3.56;0 -347;supply_node;3136.00;9.82;1551.00;0.21;0 -347;supply_node;3132.00;9.80;1571.00;2.80;0 -347;supply_node;3129.00;10.25;1580.00;5.74;0 -347;supply_node;3139.00;10.38;1584.00;0.93;0 -347;supply_node;3120.00;9.90;1555.00;4.97;0 -347;supply_node;3150.00;10.40;1578.00;1.63;0 -347;supply_node;3154.00;10.40;1586.00;3.10;0 -347;supply_node;3142.00;10.28;1575.00;0.86;0 -347;supply_node;3119.00;9.88;1562.00;2.34;0 -347;supply_node;3143.00;9.80;1556.00;5.28;0 -348;supply_node;3103.00;9.95;1558.00;1.39;0 -348;supply_node;3101.00;10.60;1540.00;4.33;0 -348;supply_node;3110.00;10.00;1553.00;2.09;0 -348;supply_node;3094.00;10.55;1549.00;3.56;0 -348;supply_node;3107.00;10.00;1545.00;0.21;0 -348;supply_node;3085.00;10.50;1550.00;2.80;0 -349;supply_node;3247.00;9.90;1595.00;2.09;0 -349;supply_node;3227.00;10.60;1605.00;3.56;0 -349;supply_node;3248.00;10.03;1605.00;0.21;0 -349;supply_node;3250.00;9.80;1571.00;2.80;0 -349;supply_node;3256.00;9.80;1577.00;5.74;0 -349;supply_node;3239.00;9.82;1584.00;0.93;0 -349;supply_node;3251.00;9.90;1587.00;4.97;0 -349;supply_node;3227.00;9.90;1615.00;1.63;0 -349;supply_node;3263.00;9.80;1560.00;3.10;0 -349;supply_node;3240.00;10.20;1610.00;0.86;0 -349;supply_node;3265.00;9.80;1568.00;2.34;0 -349;supply_node;3264.00;9.80;1581.00;5.28;0 -349;supply_node;3255.00;9.80;1555.00;1.93;0 -349;supply_node;3275.00;9.80;1564.00;4.51;0 -349;supply_node;3272.00;9.80;1576.00;1.17;0 -349;supply_node;3220.00;10.40;1596.00;2.65;0 -349;supply_node;3282.00;9.80;1556.00;0.40;0 -349;supply_node;3288.00;9.80;1562.00;3.34;0 -349;supply_node;3232.00;10.20;1592.00;4.82;0 -349;supply_node;3236.00;10.60;1600.00;2.58;0 -350;supply_node;3227.00;9.80;1550.00;0.21;0 -350;supply_node;3211.00;10.40;1560.00;2.80;0 -350;supply_node;3187.00;9.80;1568.00;5.74;0 -350;supply_node;3175.00;9.80;1562.00;0.93;0 -350;supply_node;3206.00;10.50;1550.00;4.97;0 -350;supply_node;3223.00;9.80;1564.00;1.63;0 -350;supply_node;3212.00;10.40;1569.00;3.10;0 -350;supply_node;3199.00;9.88;1560.00;0.86;0 -350;supply_node;3180.00;9.93;1551.00;2.34;0 -350;supply_node;3227.00;9.80;1557.00;5.28;0 -350;supply_node;3240.00;9.80;1552.00;1.93;0 -350;supply_node;3170.00;9.90;1555.00;4.51;0 -350;supply_node;3215.00;10.38;1548.00;1.17;0 -350;supply_node;3187.00;9.80;1559.00;2.65;0 -351;supply_node;3300.00;10.00;1609.00;5.74;0 -351;supply_node;3316.00;9.90;1591.00;0.93;0 -351;supply_node;3306.00;10.00;1616.00;4.97;0 -351;supply_node;3316.00;9.80;1565.00;1.63;0 -351;supply_node;3324.00;9.90;1569.00;3.10;0 -351;supply_node;3290.00;9.90;1636.00;0.86;0 -351;supply_node;3316.00;9.90;1577.00;2.34;0 -351;supply_node;3323.00;9.90;1582.00;5.28;0 -351;supply_node;3311.00;10.50;1607.00;1.93;0 -351;supply_node;3303.00;10.25;1624.00;4.51;0 -351;supply_node;3308.00;9.90;1596.00;1.17;0 -351;supply_node;3319.00;10.60;1613.00;2.65;0 -351;supply_node;3300.00;9.95;1631.00;0.40;0 -351;supply_node;3314.00;10.60;1622.00;3.34;0 -351;supply_node;3332.00;9.82;1574.00;4.82;0 -351;supply_node;3333.00;9.90;1583.00;2.58;0 -351;supply_node;3315.00;10.65;1630.00;4.05;0 -351;supply_node;3316.00;10.60;1638.00;0.70;0 -351;supply_node;3295.00;9.80;1564.00;4.75;0 -351;supply_node;3302.00;9.90;1602.00;6.23;0 -351;supply_node;3305.00;10.40;1562.00;2.88;0 -351;supply_node;3303.00;10.07;1638.00;5.47;0 -351;supply_node;3293.00;9.98;1616.00;2.12;0 -351;supply_node;3300.00;10.35;1573.00;5.05;0 -351;supply_node;3309.00;10.43;1573.00;1.35;0 -351;supply_node;3318.00;9.98;1600.00;4.29;0 -351;supply_node;3292.00;10.00;1626.00;5.77;0 -351;supply_node;3308.00;9.80;1582.00;3.52;0 -352;supply_node;3278.00;10.20;1633.00;4.97;0 -352;supply_node;3268.00;9.90;1598.00;1.63;0 -352;supply_node;3271.00;9.93;1608.00;3.10;0 -352;supply_node;3274.00;9.80;1586.00;0.86;0 -352;supply_node;3263.00;9.80;1633.00;2.34;0 -352;supply_node;3262.00;9.82;1592.00;5.28;0 -352;supply_node;3266.00;9.90;1617.00;1.93;0 -352;supply_node;3276.00;9.90;1597.00;4.51;0 -352;supply_node;3269.00;9.80;1627.00;1.17;0 -352;supply_node;3283.00;10.00;1615.00;2.65;0 -352;supply_node;3280.00;9.80;1624.00;0.40;0 -352;supply_node;3259.00;9.90;1603.00;3.34;0 -353;supply_node;3327.00;9.80;1529.00;3.10;0 -353;supply_node;3283.00;9.82;1532.00;0.86;0 -353;supply_node;3354.00;9.80;1525.00;2.34;0 -353;supply_node;3345.00;9.88;1503.00;5.28;0 -353;supply_node;3335.00;9.80;1537.00;1.93;0 -353;supply_node;3279.00;9.90;1521.00;4.51;0 -353;supply_node;3327.00;9.80;1511.00;1.17;0 -353;supply_node;3298.00;9.80;1522.00;2.65;0 -353;supply_node;3346.00;9.80;1523.00;0.40;0 -353;supply_node;3361.00;9.80;1499.00;3.34;0 -353;supply_node;3369.00;9.80;1503.00;4.82;0 -353;supply_node;3346.00;9.95;1514.00;2.58;0 -353;supply_node;3313.00;9.80;1518.00;4.05;0 -353;supply_node;3297.00;9.80;1530.00;0.70;0 -353;supply_node;3323.00;9.90;1500.00;4.75;0 -353;supply_node;3335.00;9.80;1496.00;6.23;0 -353;supply_node;3353.00;9.73;1505.00;2.88;0 -353;supply_node;3323.00;9.80;1520.00;5.47;0 -353;supply_node;3335.00;9.80;1520.00;2.12;0 -353;supply_node;3311.00;9.80;1525.00;5.05;0 -353;supply_node;3325.00;9.80;1539.00;1.35;0 -353;supply_node;3311.00;9.90;1504.00;4.29;0 -353;supply_node;3317.00;9.78;1508.00;5.77;0 -353;supply_node;3296.00;9.80;1516.00;3.52;0 -353;supply_node;3359.00;9.80;1514.00;0.18;0 -353;supply_node;3318.00;9.80;1531.00;1.66;0 -353;supply_node;3338.00;9.80;1530.00;5.70;0 -353;supply_node;3307.00;9.80;1532.00;0.89;0 -353;supply_node;3336.00;9.82;1508.00;3.83;0 -353;supply_node;3304.00;9.80;1512.00;0.13;0 -353;supply_node;3288.00;9.80;1525.00;3.07;0 -354;supply_node;3205.00;10.18;1539.00;2.34;0 -354;supply_node;3197.00;10.10;1532.00;5.28;0 -354;supply_node;3205.00;10.10;1527.00;1.93;0 -354;supply_node;3235.00;10.10;1531.00;4.51;0 -354;supply_node;3229.00;10.30;1519.00;1.17;0 -354;supply_node;3216.00;10.10;1534.00;2.65;0 -354;supply_node;3220.00;10.30;1513.00;0.40;0 -354;supply_node;3227.00;9.90;1542.00;3.34;0 -354;supply_node;3211.00;10.90;1520.00;4.82;0 -354;supply_node;3239.00;10.00;1540.00;2.58;0 -354;supply_node;3224.00;10.00;1529.00;4.05;0 -355;supply_node;3020.00;10.23;1593.00;1.93;0 -355;supply_node;3016.00;9.70;1599.00;4.51;0 -355;supply_node;3010.00;9.65;1607.00;1.17;0 -355;floating_harbor;3019.00;9.50;1610.00;0.26;349 -355;floating_harbor;3029.73;9.50;1602.92;-1.29;3340 -355;floating_harbor;3017.95;9.50;1614.95;-0.79;9388 -356;supply_node;2685.00;12.28;1348.00;1.17;0 -356;supply_node;2703.00;11.68;1350.00;2.65;0 -356;supply_node;2697.00;12.38;1356.00;0.40;0 -356;supply_node;2684.00;14.00;1354.00;3.34;0 -356;supply_node;2694.00;11.40;1347.00;4.82;0 -356;supply_node;2675.00;9.90;1347.00;2.58;0 -356;supply_node;2673.00;10.45;1356.00;4.05;0 -356;floating_harbor;2662.00;9.50;1347.00;1.57;9817 -356;floating_harbor;2661.14;9.50;1353.63;-4.51;11673 -357;supply_node;2670.00;9.75;1326.00;0.40;0 -357;supply_node;2678.00;9.95;1310.00;3.34;0 -357;supply_node;2693.00;12.45;1340.00;4.82;0 -357;supply_node;2684.00;12.82;1341.00;2.58;0 -357;supply_node;2671.00;9.88;1312.00;4.05;0 -357;supply_node;2695.00;13.30;1332.00;0.70;0 -357;supply_node;2668.00;9.70;1298.00;4.75;0 -357;supply_node;2675.00;10.48;1323.00;6.23;0 -357;supply_node;2666.00;9.70;1315.00;2.88;0 -357;supply_node;2687.00;10.38;1311.00;5.47;0 -357;supply_node;2693.00;11.10;1322.00;2.12;0 -357;supply_node;2687.00;13.35;1332.00;5.05;0 -357;supply_node;2673.00;9.98;1337.00;1.35;0 -357;supply_node;2686.00;11.50;1324.00;4.29;0 -357;supply_node;2680.00;12.53;1334.00;5.77;0 -357;supply_node;2673.00;9.70;1304.00;3.52;0 -357;supply_node;2662.00;9.70;1304.00;0.18;0 -357;supply_node;2681.00;10.75;1318.00;1.66;0 -357;floating_harbor;2661.18;9.50;1320.12;-4.12;799 -357;floating_harbor;2659.74;9.50;1293.87;-4.25;970 -357;floating_harbor;2657.74;9.50;1319.13;1.11;3861 -357;floating_harbor;2664.18;9.50;1342.88;0.98;6924 -357;floating_harbor;2658.79;9.50;1294.36;-3.46;11805 -358;supply_node;2672.00;9.70;1290.00;4.82;0 -358;supply_node;2672.00;9.70;1272.00;2.58;0 -358;supply_node;2686.00;10.05;1295.00;4.05;0 -358;supply_node;2672.00;9.70;1281.00;0.70;0 -358;supply_node;2691.00;10.60;1303.00;4.75;0 -358;supply_node;2683.00;9.82;1272.00;6.23;0 -358;supply_node;2687.00;10.38;1284.00;2.88;0 -358;supply_node;2680.00;9.80;1288.00;5.47;0 -358;supply_node;2683.00;9.98;1303.00;2.12;0 -358;supply_node;2681.00;10.10;1279.00;5.05;0 -358;supply_node;2692.00;10.07;1290.00;1.35;0 -358;supply_node;2678.00;9.98;1297.00;4.29;0 -358;floating_harbor;2662.36;9.50;1293.21;1.25;980 -358;floating_harbor;2663.74;9.50;1267.87;-4.25;3790 -358;floating_harbor;2663.18;9.50;1286.88;0.98;3866 -358;floating_harbor;2690.95;9.50;1264.05;-2.36;6880 -359;supply_node;3948.00;9.70;954.00;0.70;0 -359;supply_node;3948.00;12.57;969.00;4.75;0 -359;floating_harbor;3933.00;9.50;969.00;1.57;7013 -360;supply_node;4060.00;9.65;790.00;4.75;0 -360;floating_harbor;4061.00;9.50;800.00;-0.54;10201 -361;supply_node;4406.00;10.18;684.00;2.88;0 -361;floating_harbor;4401.40;9.50;672.50;-3.52;7427 -362;supply_node;4775.00;10.82;510.00;2.12;0 -362;supply_node;4787.00;10.55;514.00;5.05;0 -362;supply_node;4768.00;11.45;508.00;1.35;0 -362;supply_node;4744.00;11.30;499.00;4.29;0 -362;supply_node;4761.00;10.45;506.00;5.77;0 -362;floating_harbor;4780.88;9.50;501.18;-2.55;1326 -362;floating_harbor;4789.00;9.50;508.00;-2.68;12178 -362;floating_harbor;4773.13;9.50;497.74;-2.68;12190 -362;floating_harbor;4744.00;9.50;509.00;0.00;12206 -362;floating_harbor;4789.00;9.50;508.00;-1.31;13001 -363;supply_node;2717.00;9.80;1242.00;1.35;0 -363;floating_harbor;2695.00;9.50;1225.00;-3.87;9945 -364;supply_node;2540.00;9.68;1191.00;5.77;0 -364;floating_harbor;2532.00;9.50;1191.00;1.57;3118 -365;supply_node;1588.00;11.35;1568.00;0.18;0 -365;supply_node;1608.00;10.00;1540.00;1.66;0 -365;supply_node;1588.00;10.43;1549.00;5.70;0 -365;supply_node;1613.00;11.65;1565.00;0.89;0 -365;supply_node;1569.00;10.60;1558.00;3.83;0 -365;supply_node;1632.00;10.57;1566.00;0.13;0 -365;supply_node;1618.00;11.98;1576.00;3.07;0 -365;supply_node;1554.00;10.57;1578.00;6.00;0 -365;supply_node;1640.00;10.05;1562.00;2.30;0 -365;supply_node;1605.00;10.75;1576.00;5.24;0 -365;supply_node;1553.00;10.40;1545.00;0.43;0 -365;supply_node;1618.00;9.80;1541.00;4.47;0 -365;supply_node;1599.00;12.00;1543.00;1.13;0 -365;supply_node;1576.00;11.82;1551.00;2.61;0 -365;supply_node;1636.00;9.93;1555.00;0.36;0 -365;supply_node;1578.00;11.40;1567.00;1.84;0 -365;supply_node;1627.00;12.32;1573.00;4.78;0 -365;supply_node;1555.00;10.40;1567.00;2.54;0 -365;supply_node;1630.00;9.68;1544.00;4.01;0 -365;supply_node;1621.00;9.90;1549.00;0.67;0 -365;supply_node;1591.00;11.15;1560.00;3.25;0 -365;supply_node;1646.00;9.75;1558.00;6.19;0 -365;supply_node;1601.00;9.75;1559.00;2.84;0 -365;supply_node;1566.00;11.00;1566.00;5.42;0 -365;supply_node;1565.00;11.03;1575.00;2.08;0 -365;supply_node;1563.00;10.82;1541.00;3.56;0 -365;supply_node;1646.00;9.70;1543.00;1.31;0 -365;supply_node;1598.00;10.10;1552.00;4.25;0 -365;supply_node;1620.00;12.55;1560.00;5.73;0 -365;supply_node;1587.00;11.40;1576.00;3.49;0 -365;supply_node;1643.00;9.70;1535.00;4.96;0 -365;supply_node;1575.00;11.10;1576.00;1.62;0 -365;supply_node;1636.00;9.55;1529.00;5.66;0 -365;supply_node;1588.00;10.15;1541.00;0.85;0 -365;supply_node;1577.00;11.20;1541.00;3.79;0 -365;supply_node;1642.00;9.70;1549.00;0.09;0 -365;supply_node;1610.00;11.80;1552.00;3.03;0 -365;supply_node;1565.00;10.78;1549.00;4.51;0 -365;supply_node;1629.00;10.07;1556.00;2.26;0 -365;supply_node;1557.00;10.50;1557.00;5.20;0 -365;supply_node;1601.00;10.48;1568.00;0.40;0 -365;supply_node;1635.00;9.70;1538.00;4.44;0 -365;supply_node;1580.00;12.75;1558.00;5.92;0 -365;floating_harbor;1647.00;9.50;1506.00;-2.71;6845 -365;floating_harbor;1693.00;9.50;1552.00;-1.68;6882 -365;floating_harbor;1658.00;9.50;1543.00;-1.57;9801 -365;floating_harbor;1648.88;9.50;1526.18;-2.55;9864 -365;floating_harbor;1636.00;9.50;1519.00;-3.14;11740 -365;floating_harbor;1654.64;9.50;1553.21;-1.25;11782 -365;floating_harbor;1647.00;9.50;1506.00;-2.63;11900 -366;supply_node;2739.00;9.68;740.00;5.70;0 -366;supply_node;2797.00;9.88;746.00;0.89;0 -366;supply_node;2773.00;9.85;741.00;3.83;0 -366;floating_harbor;2730.29;9.50;726.06;-3.70;10803 -366;floating_harbor;2803.84;9.50;730.60;-2.72;10862 -366;floating_harbor;2777.57;9.50;721.18;-2.91;12742 -367;supply_node;3037.00;12.25;484.00;3.83;0 -367;supply_node;3028.00;10.05;511.00;0.13;0 -367;supply_node;3021.00;12.48;446.00;3.07;0 -367;floating_harbor;3009.03;9.50;486.66;1.48;5158 -367;floating_harbor;3005.01;9.50;512.44;1.51;8248 -367;floating_harbor;3011.12;9.50;460.82;0.59;12958 -368;supply_node;2941.00;9.50;705.00;3.07;0 -368;supply_node;2567.00;9.60;572.00;6.00;0 -368;supply_node;2721.00;9.70;395.00;2.30;0 -368;floating_harbor;2949.00;9.50;705.00;-1.57;1903 -368;floating_harbor;2575.00;9.50;572.00;-1.57;13013 -368;floating_harbor;2906.00;9.50;682.00;0.10;13015 -368;floating_harbor;2725.13;9.50;386.74;-2.68;13016 -369;supply_node;4677.00;9.57;647.00;2.30;0 -369;supply_node;4701.00;11.35;626.00;5.24;0 -369;supply_node;4710.00;11.30;631.00;0.43;0 -369;supply_node;4690.00;12.12;623.00;4.47;0 -369;supply_node;4697.00;12.90;665.00;1.13;0 -369;supply_node;4687.00;9.60;661.00;2.61;0 -369;supply_node;4701.00;10.78;611.00;0.36;0 -369;supply_node;4713.00;9.55;593.00;1.84;0 -369;supply_node;4690.00;11.12;612.00;4.78;0 -369;supply_node;4699.00;12.05;595.00;2.54;0 -369;supply_node;4676.00;11.85;631.00;4.01;0 -369;supply_node;4708.00;10.38;580.00;0.67;0 -369;floating_harbor;4674.30;9.50;657.79;0.24;1098 -369;floating_harbor;4723.00;9.57;637.00;-0.90;1484 -369;floating_harbor;4710.00;9.50;643.00;0.00;1505 -369;floating_harbor;4692.37;9.50;634.86;-0.20;1518 -369;floating_harbor;4694.63;9.50;676.86;0.20;4262 -369;floating_harbor;4693.95;9.50;654.05;-2.36;4307 -369;floating_harbor;4726.70;9.50;643.79;-0.24;4493 -369;floating_harbor;4708.20;9.50;620.60;-0.64;4537 -369;floating_harbor;4715.15;9.50;605.90;-0.17;4564 -369;floating_harbor;4692.37;9.50;600.14;-2.94;7336 -369;floating_harbor;4689.36;9.50;591.79;-4.39;10450 -369;floating_harbor;4664.50;9.50;635.60;1.19;12358 -369;floating_harbor;4704.79;9.50;570.36;-3.46;12444 -370;supply_node;3418.00;11.90;597.00;0.43;0 -370;supply_node;3439.00;9.70;625.00;4.47;0 -370;floating_harbor;3425.51;9.50;577.47;-2.77;5210 -370;floating_harbor;3448.60;9.50;609.00;-2.60;10976 -371;supply_node;3248.00;13.10;461.00;1.13;0 -371;supply_node;3187.00;13.03;410.00;2.61;0 -371;supply_node;3296.00;13.20;493.00;0.36;0 -371;supply_node;3385.00;11.00;419.00;1.84;0 -371;supply_node;3293.00;11.65;546.00;4.78;0 -371;supply_node;3375.00;11.20;392.00;2.54;0 -371;supply_node;3367.00;12.35;595.00;4.01;0 -371;supply_node;3405.00;10.90;436.00;0.67;0 -371;supply_node;3293.00;12.68;609.00;3.25;0 -371;supply_node;3334.00;13.15;549.00;6.19;0 -371;supply_node;3244.00;12.93;408.00;2.84;0 -371;supply_node;3309.00;11.75;439.00;5.42;0 -371;supply_node;3385.00;12.45;576.00;2.08;0 -371;supply_node;3221.00;12.90;381.00;3.56;0 -371;supply_node;3291.00;12.25;573.00;1.31;0 -371;supply_node;3391.00;11.15;482.00;4.25;0 -371;supply_node;3388.00;12.32;542.00;5.73;0 -371;supply_node;3160.00;12.80;404.00;3.49;0 -371;supply_node;3267.00;12.70;476.00;4.96;0 -371;supply_node;3357.00;11.43;483.00;1.62;0 -371;supply_node;3293.00;13.62;452.00;5.66;0 -371;supply_node;3322.00;12.98;588.00;0.85;0 -371;supply_node;3371.00;11.70;448.00;3.79;0 -371;supply_node;3317.00;11.82;518.00;0.09;0 -371;supply_node;3343.00;12.50;610.00;3.03;0 -371;supply_node;3259.00;13.23;428.00;4.51;0 -371;supply_node;3213.00;13.15;446.00;2.26;0 -371;supply_node;3255.00;12.23;536.00;5.20;0 -371;supply_node;3354.00;11.05;405.00;0.40;0 -371;supply_node;3362.00;12.32;558.00;4.44;0 -371;supply_node;3318.00;11.07;406.00;5.92;0 -371;supply_node;3366.00;13.80;516.00;2.57;0 -371;supply_node;3332.00;12.10;434.00;5.50;0 -371;supply_node;3333.00;11.35;473.00;1.80;0 -372;supply_node;3543.00;9.70;1177.00;0.36;0 -372;supply_node;3519.00;9.70;1169.00;1.84;0 -372;supply_node;3504.00;10.18;1202.00;4.78;0 -372;supply_node;3529.00;9.70;1178.00;2.54;0 -372;supply_node;3510.00;9.70;1183.00;4.01;0 -372;supply_node;3495.00;9.82;1179.00;0.67;0 -372;supply_node;3496.00;9.80;1199.00;3.25;0 -372;supply_node;3476.00;10.15;1195.00;6.19;0 -372;supply_node;3519.00;10.10;1197.00;2.84;0 -373;supply_node;3429.00;10.30;415.00;4.78;0 -373;supply_node;3424.00;10.25;458.00;2.54;0 -373;supply_node;3409.00;10.10;391.00;4.01;0 -373;supply_node;3375.00;9.80;370.00;0.67;0 -373;floating_harbor;3445.26;9.50;406.87;-2.03;2123 -373;floating_harbor;3443.98;9.50;456.46;-1.65;2202 -373;floating_harbor;3421.12;9.50;374.34;-2.51;5164 -373;floating_harbor;3391.66;9.50;357.88;-2.20;12971 -374;supply_node;4378.00;9.93;740.00;4.01;0 -374;supply_node;4386.00;11.40;721.00;0.67;0 -374;supply_node;4384.00;9.88;708.00;3.25;0 -374;supply_node;4390.00;12.18;732.00;6.19;0 -374;supply_node;4393.00;11.05;709.00;2.84;0 -374;supply_node;4398.00;10.07;689.00;5.42;0 -374;supply_node;4378.00;10.23;730.00;2.08;0 -374;supply_node;4391.00;9.70;695.00;3.56;0 -374;supply_node;4373.00;9.70;747.00;1.31;0 -374;supply_node;4378.00;9.70;718.00;4.25;0 -374;floating_harbor;4366.50;9.50;735.40;-4.33;1291 -374;floating_harbor;4375.18;9.50;702.12;-4.12;1376 -374;floating_harbor;4377.00;9.50;695.00;1.09;4412 -374;floating_harbor;4366.50;9.50;725.40;-4.33;7342 -374;floating_harbor;4380.74;9.50;689.87;-4.25;10297 -374;floating_harbor;4363.36;9.50;743.79;-4.39;12144 -374;floating_harbor;4368.36;9.50;714.79;-4.39;12215 -375;supply_node;3144.00;9.80;1603.00;3.25;0 -375;supply_node;3154.00;10.12;1619.00;6.19;0 -375;supply_node;3140.00;9.60;1622.00;2.84;0 -375;supply_node;3137.00;9.70;1612.00;5.42;0 -375;supply_node;3142.00;9.62;1631.00;2.08;0 -375;supply_node;3153.00;9.80;1612.00;3.56;0 -375;supply_node;3126.00;9.65;1612.00;1.31;0 -375;supply_node;3153.00;9.80;1603.00;4.25;0 -375;supply_node;3152.00;10.43;1596.00;3.49;0 -376;supply_node;3113.00;9.80;1597.00;2.84;0 -376;supply_node;3129.00;10.23;1593.00;5.42;0 -376;supply_node;3121.00;9.90;1591.00;2.08;0 -376;supply_node;3140.00;10.35;1592.00;3.56;0 -376;supply_node;3135.00;10.35;1601.00;1.31;0 -377;supply_node;1795.00;9.68;1661.00;2.08;0 -377;supply_node;1781.00;9.75;1652.00;3.56;0 -377;supply_node;1763.00;9.70;1648.00;1.31;0 -377;floating_harbor;1783.00;9.70;1624.00;-3.57;1424 -377;floating_harbor;1785.21;9.50;1639.36;-2.82;4285 -377;floating_harbor;1770.88;9.50;1636.18;-2.55;4342 -378;supply_node;3487.00;9.80;1545.00;1.31;0 -378;supply_node;3445.00;10.32;1518.00;4.25;0 -378;supply_node;3449.00;9.80;1469.00;5.73;0 -378;supply_node;3409.00;9.85;1522.00;3.49;0 -378;supply_node;3448.00;10.40;1478.00;4.96;0 -378;supply_node;3477.00;9.80;1520.00;1.62;0 -378;supply_node;3449.00;9.95;1486.00;5.66;0 -378;supply_node;3458.00;9.80;1482.00;0.85;0 -378;supply_node;3431.00;10.10;1530.00;3.79;0 -378;supply_node;3495.00;9.80;1525.00;0.09;0 -378;supply_node;3415.00;10.00;1499.00;3.03;0 -378;supply_node;3478.00;10.25;1493.00;4.51;0 -378;supply_node;3472.00;9.80;1533.00;2.26;0 -378;supply_node;3426.00;9.80;1500.00;5.20;0 -378;supply_node;3405.00;10.15;1509.00;0.40;0 -378;supply_node;3507.00;10.00;1538.00;4.44;0 -378;supply_node;3483.00;9.85;1511.00;5.92;0 -378;supply_node;3453.00;10.43;1510.00;2.57;0 -378;supply_node;3419.00;10.05;1521.00;5.50;0 -378;supply_node;3462.00;9.70;1471.00;1.80;0 -378;supply_node;3468.00;9.73;1479.00;4.74;0 -378;supply_node;3395.00;9.88;1495.00;6.22;0 -378;supply_node;3442.00;9.80;1528.00;3.98;0 -378;supply_node;3476.00;9.93;1486.00;0.63;0 -378;supply_node;3505.00;9.85;1526.00;2.11;0 -378;supply_node;3435.00;9.80;1495.00;6.15;0 -378;supply_node;3423.00;10.05;1537.00;1.34;0 -378;supply_node;3485.00;9.80;1530.00;4.28;0 -378;supply_node;3437.00;9.80;1503.00;2.04;0 -378;supply_node;3456.00;9.90;1542.00;3.52;0 -378;supply_node;3424.00;9.80;1511.00;0.17;0 -378;supply_node;3493.00;10.32;1503.00;2.76;0 -378;supply_node;3446.00;9.90;1543.00;5.69;0 -378;supply_node;3399.00;9.85;1519.00;2.34;0 -378;supply_node;3475.00;9.95;1508.00;4.93;0 -378;supply_node;3436.00;10.50;1521.00;1.58;0 -378;supply_node;3407.00;10.00;1485.00;3.06;0 -378;supply_node;3410.00;10.35;1493.00;0.82;0 -378;supply_node;3454.00;9.80;1527.00;3.75;0 -378;supply_node;3454.00;9.80;1493.00;5.23;0 -378;supply_node;3435.00;9.90;1539.00;2.99;0 -378;supply_node;3381.00;9.80;1507.00;4.47;0 -378;supply_node;3499.00;9.80;1533.00;1.12;0 -378;supply_node;3457.00;10.28;1501.00;3.71;0 -378;supply_node;3466.00;10.00;1541.00;0.36;0 -378;supply_node;3436.00;10.15;1510.00;3.29;0 -378;supply_node;3411.00;9.80;1515.00;5.87;0 -378;supply_node;3416.00;9.70;1467.00;2.53;0 -378;supply_node;3492.00;10.30;1511.00;4.01;0 -378;supply_node;3414.00;9.80;1477.00;1.77;0 -378;supply_node;3419.00;10.00;1483.00;4.71;0 -378;supply_node;3456.00;10.50;1517.00;6.18;0 -378;supply_node;3421.00;10.05;1492.00;3.94;0 -378;supply_node;3429.00;10.00;1489.00;5.42;0 -378;supply_node;3466.00;9.90;1526.00;2.07;0 -378;supply_node;3491.00;10.20;1493.00;6.11;0 -378;supply_node;3465.00;9.80;1491.00;1.31;0 -378;supply_node;3448.00;9.85;1535.00;4.24;0 -378;supply_node;3390.00;9.80;1502.00;0.55;0 -378;supply_node;3466.00;10.12;1502.00;3.48;0 -378;supply_node;3482.00;9.80;1538.00;0.13;0 -378;supply_node;3447.00;9.90;1504.00;2.71;0 -378;supply_node;3475.00;9.80;1543.00;5.65;0 -378;supply_node;3427.00;10.43;1520.00;0.85;0 -378;supply_node;3437.00;9.70;1468.00;4.89;0 -378;supply_node;3497.00;9.80;1517.00;1.55;0 -378;supply_node;3427.00;9.70;1472.00;3.02;0 -378;supply_node;3433.00;9.80;1478.00;0.78;0 -378;supply_node;3466.00;9.80;1519.00;2.26;0 -378;supply_node;3438.00;10.00;1483.00;5.20;0 -378;supply_node;3420.00;10.50;1529.00;2.95;0 -378;supply_node;3443.00;9.80;1493.00;4.43;0 -378;supply_node;3486.00;9.73;1521.00;1.08;0 -378;supply_node;3402.00;10.40;1501.00;3.67;0 -378;supply_node;3473.00;10.03;1498.00;0.32;0 -378;supply_node;3460.00;9.80;1533.00;1.80;0 -378;supply_node;3417.00;9.80;1507.00;5.84;0 -378;supply_node;3485.00;9.88;1499.00;2.49;0 -378;supply_node;3393.00;9.80;1510.00;3.97;0 -378;supply_node;3495.00;9.85;1540.00;1.73;0 -378;supply_node;3466.00;10.32;1511.00;3.21;0 -378;floating_harbor;3378.00;9.50;1440.00;-4.19;9430 -379;supply_node;3394.00;10.10;1584.00;5.73;0 -379;supply_node;3386.00;10.10;1586.00;3.49;0 -379;supply_node;3333.00;9.80;1564.00;4.96;0 -379;supply_node;3391.00;10.57;1559.00;1.62;0 -379;supply_node;3390.00;10.68;1566.00;5.66;0 -379;supply_node;3399.00;10.00;1570.00;0.85;0 -379;supply_node;3390.00;10.03;1576.00;3.79;0 -379;supply_node;3367.00;9.80;1515.00;0.09;0 -379;supply_node;3381.00;10.60;1550.00;3.03;0 -379;supply_node;3399.00;10.00;1536.00;4.51;0 -379;supply_node;3372.00;10.00;1540.00;2.26;0 -379;supply_node;3353.00;10.50;1548.00;5.20;0 -379;supply_node;3330.00;9.80;1558.00;0.40;0 -379;supply_node;3400.00;10.03;1558.00;4.44;0 -379;supply_node;3340.00;10.28;1571.00;5.92;0 -379;supply_node;3408.00;10.00;1560.00;2.57;0 -379;supply_node;3407.00;10.00;1571.00;5.50;0 -379;supply_node;3401.00;10.00;1579.00;1.80;0 -379;supply_node;3385.00;9.80;1516.00;4.74;0 -379;supply_node;3371.00;9.90;1532.00;6.22;0 -379;supply_node;3349.00;9.95;1534.00;3.98;0 -379;supply_node;3391.00;10.10;1547.00;0.63;0 -379;supply_node;3366.00;10.50;1548.00;2.11;0 -379;supply_node;3346.00;10.50;1552.00;6.15;0 -379;supply_node;3354.00;10.50;1558.00;1.34;0 -379;supply_node;3341.00;10.30;1558.00;4.28;0 -379;supply_node;3353.00;10.05;1568.00;2.04;0 -379;supply_node;3346.00;10.60;1566.00;3.52;0 -379;supply_node;3349.00;10.35;1578.00;0.17;0 -379;supply_node;3409.00;9.90;1551.00;2.76;0 -379;supply_node;3362.00;9.90;1527.00;5.69;0 -379;supply_node;3381.00;9.90;1525.00;2.34;0 -379;supply_node;3362.00;10.00;1538.00;4.93;0 -379;supply_node;3333.00;9.82;1544.00;1.58;0 -379;supply_node;3390.00;9.90;1538.00;3.06;0 -379;supply_node;3380.00;10.03;1542.00;0.82;0 -379;supply_node;3362.00;10.60;1555.00;3.75;0 -379;supply_node;3363.00;9.95;1564.00;5.23;0 -379;supply_node;3365.00;10.10;1574.00;2.99;0 -379;supply_node;3359.00;10.00;1578.00;4.47;0 -379;supply_node;3367.00;10.05;1584.00;1.12;0 -379;supply_node;3372.00;9.90;1523.00;3.71;0 -379;supply_node;3404.00;9.90;1529.00;0.36;0 -379;supply_node;3381.00;10.00;1534.00;3.29;0 -379;supply_node;3344.00;10.43;1543.00;5.87;0 -379;supply_node;3411.00;10.25;1534.00;2.53;0 -379;supply_node;3375.00;9.90;1514.00;4.01;0 -379;supply_node;3326.00;9.80;1550.00;1.77;0 -379;supply_node;3399.00;10.00;1547.00;4.71;0 -379;supply_node;3382.00;10.03;1577.00;6.18;0 -379;supply_node;3377.00;10.00;1588.00;3.94;0 -379;supply_node;3373.00;10.00;1556.00;5.42;0 -379;supply_node;3381.00;9.98;1560.00;2.07;0 -379;supply_node;3371.00;10.00;1566.00;6.11;0 -379;supply_node;3381.00;10.07;1568.00;1.31;0 -379;supply_node;3374.00;10.03;1576.00;4.24;0 -379;supply_node;3408.00;9.98;1542.00;0.55;0 -379;supply_node;3392.00;9.90;1524.00;3.48;0 -379;supply_node;3391.00;9.82;1530.00;0.13;0 -379;supply_node;3356.00;10.00;1541.00;2.71;0 -379;supply_node;3335.00;9.80;1551.00;5.65;0 -380;supply_node;3440.00;9.70;1455.00;4.96;0 -380;supply_node;3504.00;9.80;1466.00;1.62;0 -380;supply_node;3526.00;10.62;1393.00;5.66;0 -380;supply_node;3543.00;9.95;1399.00;0.85;0 -380;supply_node;3517.00;12.35;1404.00;3.79;0 -380;supply_node;3523.00;10.48;1412.00;0.09;0 -380;supply_node;3483.00;11.23;1407.00;3.03;0 -380;supply_node;3528.00;11.18;1423.00;4.51;0 -380;supply_node;3519.00;10.38;1424.00;2.26;0 -380;supply_node;3464.00;11.25;1424.00;5.20;0 -380;supply_node;3515.00;10.20;1435.00;0.40;0 -380;supply_node;3448.00;9.80;1442.00;4.44;0 -380;supply_node;3501.00;9.80;1458.00;5.92;0 -380;supply_node;3457.00;10.00;1452.00;2.57;0 -380;supply_node;3467.00;9.98;1457.00;5.50;0 -380;supply_node;3455.00;10.30;1463.00;1.80;0 -380;supply_node;3438.00;9.70;1446.00;4.74;0 -380;supply_node;3538.00;10.50;1418.00;6.22;0 -380;supply_node;3508.00;10.50;1428.00;3.98;0 -380;supply_node;3474.00;10.68;1427.00;0.63;0 -380;supply_node;3519.00;9.70;1443.00;2.11;0 -380;supply_node;3483.00;9.70;1445.00;6.15;0 -380;supply_node;3458.00;9.70;1441.00;1.34;0 -380;supply_node;3449.00;9.78;1453.00;4.28;0 -380;supply_node;3476.00;9.70;1453.00;2.04;0 -380;supply_node;3468.00;10.10;1465.00;3.52;0 -380;supply_node;3476.00;9.70;1471.00;0.17;0 -380;supply_node;3489.00;10.25;1483.00;2.76;0 -380;supply_node;3546.00;11.23;1391.00;5.69;0 -380;supply_node;3506.00;11.53;1400.00;2.34;0 -380;supply_node;3531.00;10.20;1402.00;4.93;0 -380;supply_node;3534.00;10.53;1410.00;1.58;0 -380;supply_node;3491.00;12.25;1416.00;3.06;0 -380;supply_node;3471.00;13.05;1416.00;0.82;0 -380;supply_node;3488.00;9.80;1439.00;3.75;0 -380;supply_node;3496.00;9.73;1448.00;5.23;0 -380;supply_node;3468.00;9.80;1442.00;2.99;0 -380;supply_node;3470.00;9.70;1448.00;4.47;0 -380;supply_node;3513.00;9.75;1456.00;1.12;0 -380;supply_node;3492.00;9.78;1467.00;3.71;0 -380;supply_node;3483.00;9.70;1469.00;0.36;0 -380;supply_node;3482.00;9.80;1478.00;3.29;0 -380;supply_node;3487.00;9.73;1453.00;5.87;0 -380;supply_node;3458.00;9.90;1430.00;2.53;0 -380;supply_node;3498.00;10.80;1424.00;4.01;0 -380;supply_node;3481.00;12.53;1416.00;1.77;0 -380;supply_node;3529.00;11.73;1433.00;4.71;0 -380;supply_node;3485.00;10.25;1432.00;6.18;0 -380;supply_node;3448.00;9.88;1426.00;3.94;0 -380;supply_node;3497.00;9.80;1433.00;5.42;0 -380;supply_node;3450.00;9.80;1434.00;2.07;0 -380;supply_node;3480.00;9.80;1460.00;6.11;0 -380;supply_node;3443.00;9.70;1461.00;1.31;0 -380;supply_node;3492.00;9.80;1460.00;4.24;0 -380;supply_node;3495.00;9.80;1476.00;0.55;0 -380;supply_node;3508.00;9.80;1448.00;3.48;0 -380;supply_node;3516.00;11.80;1395.00;0.13;0 -380;supply_node;3497.00;11.57;1407.00;2.71;0 -380;supply_node;3467.00;11.78;1409.00;5.65;0 -380;supply_node;3509.00;12.20;1412.00;0.85;0 -380;supply_node;3506.00;11.62;1419.00;4.89;0 -380;supply_node;3485.00;11.90;1424.00;1.55;0 -380;supply_node;3456.00;11.80;1418.00;3.02;0 -380;supply_node;3503.00;9.70;1440.00;0.78;0 -380;supply_node;3471.00;9.80;1435.00;2.26;0 -381;supply_node;3444.00;9.78;1836.00;5.66;0 -381;supply_node;3478.00;10.40;1793.00;0.85;0 -381;supply_node;3459.00;10.30;1800.00;3.79;0 -381;supply_node;3468.00;9.80;1831.00;0.09;0 -381;supply_node;3521.00;10.00;1785.00;3.03;0 -381;supply_node;3493.00;9.95;1754.00;4.51;0 -381;supply_node;3423.00;9.90;1838.00;2.26;0 -381;supply_node;3443.00;9.70;1859.00;5.20;0 -381;supply_node;3492.00;9.80;1769.00;0.40;0 -381;supply_node;3507.00;9.90;1751.00;4.44;0 -381;supply_node;3506.00;9.90;1767.00;5.92;0 -381;supply_node;3480.00;10.03;1763.00;2.57;0 -381;supply_node;3478.00;9.95;1781.00;5.50;0 -381;supply_node;3521.00;9.93;1755.00;1.80;0 -381;supply_node;3522.00;9.90;1765.00;4.74;0 -381;supply_node;3502.00;10.20;1800.00;6.22;0 -381;supply_node;3500.00;9.80;1783.00;3.98;0 -381;supply_node;3486.00;10.30;1811.00;0.63;0 -381;supply_node;3450.00;9.70;1817.00;2.11;0 -381;floating_harbor;3431.35;9.50;1850.23;0.73;312 -381;floating_harbor;3424.77;9.50;1853.96;-0.11;3168 -381;floating_harbor;3426.03;9.50;1857.30;-4.61;3338 -382;supply_node;3524.00;10.50;1811.00;3.79;0 -382;supply_node;3640.00;10.20;1929.00;0.09;0 -382;supply_node;3597.00;10.40;1832.00;3.03;0 -382;supply_node;3490.00;9.80;1840.00;4.51;0 -382;supply_node;3786.00;9.90;1968.00;2.26;0 -382;supply_node;3625.00;9.95;1811.00;5.20;0 -382;supply_node;3552.00;9.70;1890.00;0.40;0 -382;supply_node;3585.00;10.40;1801.00;4.44;0 -382;supply_node;3542.00;10.50;1835.00;5.92;0 -382;supply_node;3782.00;9.80;1934.00;2.57;0 -382;supply_node;3508.00;9.80;1853.00;5.50;0 -382;supply_node;3619.00;10.50;1849.00;1.80;0 -382;supply_node;3510.00;9.70;1907.00;4.74;0 -382;supply_node;3642.00;9.70;1886.00;6.22;0 -382;supply_node;3687.00;10.10;1841.00;3.98;0 -382;supply_node;3470.00;9.80;1874.00;0.63;0 -382;supply_node;3557.00;10.50;1852.00;2.11;0 -382;supply_node;3664.00;10.05;1864.00;6.15;0 -382;supply_node;3695.00;9.70;1940.00;1.34;0 -382;supply_node;3609.00;10.60;1789.00;4.28;0 -382;supply_node;3600.00;10.15;1877.00;2.04;0 -382;supply_node;3590.00;10.40;1913.00;3.52;0 -382;supply_node;3654.00;9.90;1829.00;0.17;0 -382;supply_node;3717.00;9.70;1873.00;2.76;0 -382;supply_node;3655.00;9.60;2028.00;5.69;0 -382;supply_node;3759.00;9.70;1883.00;2.34;0 -382;supply_node;3741.00;9.70;1917.00;4.93;0 -382;supply_node;3694.00;10.30;1902.00;1.58;0 -382;supply_node;3561.00;10.40;1807.00;3.06;0 -382;supply_node;3794.00;14.15;1887.00;0.82;0 -382;supply_node;3572.00;9.80;1965.00;3.75;0 -382;supply_node;3842.00;15.35;1929.00;5.23;0 -382;floating_harbor;3630.79;9.50;1956.64;0.32;105 -382;floating_harbor;3789.25;9.50;1985.89;-0.18;198 -382;floating_harbor;3546.85;9.50;1920.90;0.17;3147 -382;floating_harbor;3739.88;9.50;1957.40;1.06;6040 -382;floating_harbor;3535.00;9.50;1988.00;-0.25;6192 -382;floating_harbor;3465.00;9.50;1896.00;0.64;9041 -382;floating_harbor;3705.13;9.50;1960.26;-0.46;9205 -382;floating_harbor;3587.46;9.50;1945.98;0.08;10207 -382;floating_harbor;3655.00;9.50;1989.00;-3.11;11047 -382;floating_harbor;3732.36;9.50;1952.80;0.24;11119 -382;floating_harbor;3535.00;9.50;1988.00;0.96;12530 -382;floating_harbor;3863.16;9.50;1957.63;-0.64;13076 -383;supply_node;3311.00;9.80;1860.00;4.51;0 -383;supply_node;3319.00;10.40;1785.00;2.26;0 -383;supply_node;3287.00;10.57;1820.00;0.40;0 -383;supply_node;3325.00;9.98;1879.00;4.44;0 -383;supply_node;3334.00;10.23;1766.00;5.92;0 -383;supply_node;3348.00;9.88;1793.00;2.57;0 -383;supply_node;3343.00;10.35;1847.00;5.50;0 -383;supply_node;3317.00;9.80;1847.00;6.22;0 -383;supply_node;3331.00;9.82;1811.00;0.63;0 -383;supply_node;3314.00;10.23;1810.00;2.11;0 -383;supply_node;3329.00;10.40;1846.00;6.15;0 -383;supply_node;3310.00;9.80;1879.00;1.34;0 -383;supply_node;3328.00;9.80;1774.00;2.04;0 -383;supply_node;3305.00;10.60;1806.00;3.52;0 -383;supply_node;3318.00;10.20;1891.00;0.17;0 -383;supply_node;3340.00;10.03;1787.00;5.69;0 -383;supply_node;3296.00;10.55;1869.00;2.34;0 -383;supply_node;3318.00;10.50;1821.00;4.93;0 -383;supply_node;3345.00;9.78;1762.00;1.58;0 -383;supply_node;3355.00;9.50;1786.00;3.75;0 -383;supply_node;3338.00;10.10;1872.00;2.99;0 -383;supply_node;3336.00;10.40;1835.00;1.12;0 -383;supply_node;3339.00;9.75;1882.00;3.71;0 -383;supply_node;3335.00;9.80;1759.00;3.29;0 -383;supply_node;3313.00;10.20;1765.00;5.87;0 -383;supply_node;3330.00;10.40;1789.00;2.53;0 -383;supply_node;3316.00;10.43;1834.00;4.01;0 -383;supply_node;3288.00;10.60;1832.00;1.77;0 -383;supply_node;3355.00;10.30;1763.00;4.71;0 -383;supply_node;3309.00;10.50;1786.00;5.42;0 -383;supply_node;3323.00;10.30;1764.00;6.11;0 -383;supply_node;3278.00;10.62;1867.00;2.71;0 -383;supply_node;3314.00;10.40;1775.00;5.65;0 -383;supply_node;3334.00;9.80;1781.00;4.89;0 -383;supply_node;3290.00;10.50;1853.00;1.55;0 -383;supply_node;3303.00;10.12;1769.00;2.95;0 -383;supply_node;3339.00;9.95;1859.00;1.08;0 -383;supply_node;3291.00;10.40;1882.00;3.67;0 -383;supply_node;3321.00;10.50;1796.00;3.97;0 -383;supply_node;3324.00;9.82;1863.00;3.21;0 -383;supply_node;3299.00;10.60;1836.00;6.14;0 -383;supply_node;3336.00;10.35;1798.00;5.38;0 -383;supply_node;3302.00;10.40;1850.00;2.04;0 -383;supply_node;3303.00;10.70;1821.00;3.44;0 -383;supply_node;3319.00;9.85;1756.00;4.92;0 -383;supply_node;3325.00;10.28;1752.00;1.57;0 -383;supply_node;3302.00;10.05;1797.00;5.62;0 -383;supply_node;3342.00;10.48;1772.00;0.81;0 -383;supply_node;3331.00;10.40;1825.00;3.74;0 -383;floating_harbor;3430.26;9.50;1941.13;-1.11;11196 -384;supply_node;3579.00;10.60;1758.00;2.26;0 -384;supply_node;3504.00;9.80;1677.00;5.20;0 -384;supply_node;3500.00;9.80;1709.00;0.40;0 -384;supply_node;3579.00;10.00;1720.00;4.44;0 -384;supply_node;3513.00;9.80;1698.00;5.92;0 -384;supply_node;3585.00;10.53;1777.00;2.57;0 -384;supply_node;3567.00;10.50;1772.00;5.50;0 -384;supply_node;3527.00;9.80;1685.00;1.80;0 -384;supply_node;3523.00;9.80;1725.00;4.74;0 -384;supply_node;3494.00;9.80;1680.00;6.22;0 -384;supply_node;3463.00;10.30;1703.00;3.98;0 -384;supply_node;3515.00;9.80;1691.00;0.63;0 -384;supply_node;3549.00;10.00;1761.00;2.11;0 -384;supply_node;3500.00;9.80;1719.00;6.15;0 -384;supply_node;3628.00;10.10;1752.00;1.34;0 -384;supply_node;3612.00;10.00;1751.00;4.28;0 -384;supply_node;3513.00;9.80;1684.00;2.04;0 -384;supply_node;3512.00;10.00;1712.00;3.52;0 -384;supply_node;3585.00;10.38;1736.00;0.17;0 -384;supply_node;3524.00;9.80;1695.00;2.76;0 -384;supply_node;3466.00;10.18;1685.00;5.69;0 -384;supply_node;3548.00;9.93;1749.00;2.34;0 -384;supply_node;3535.00;10.05;1693.00;4.93;0 -384;supply_node;3533.00;9.80;1721.00;1.58;0 -384;supply_node;3475.00;9.80;1702.00;3.06;0 -384;supply_node;3553.00;10.05;1711.00;0.82;0 -384;supply_node;3530.00;9.80;1704.00;3.75;0 -384;supply_node;3539.00;10.38;1741.00;5.23;0 -384;supply_node;3513.00;9.80;1722.00;2.99;0 -384;supply_node;3463.00;9.82;1694.00;4.47;0 -384;supply_node;3543.00;9.80;1702.00;1.12;0 -384;supply_node;3516.00;9.93;1744.00;3.71;0 -384;supply_node;3488.00;10.50;1722.00;0.36;0 -384;supply_node;3479.00;9.98;1683.00;3.29;0 -384;supply_node;3479.00;10.20;1713.00;5.87;0 -384;supply_node;3597.00;10.60;1767.00;2.53;0 -384;supply_node;3573.00;9.90;1698.00;4.01;0 -384;supply_node;3545.00;9.80;1723.00;1.77;0 -384;supply_node;3516.00;9.80;1673.00;4.71;0 -384;supply_node;3486.00;9.80;1705.00;6.18;0 -384;supply_node;3570.00;10.00;1709.00;3.94;0 -384;supply_node;3477.00;9.90;1693.00;5.42;0 -384;supply_node;3491.00;10.50;1733.00;2.07;0 -384;supply_node;3550.00;10.20;1693.00;6.11;0 -384;supply_node;3565.00;10.05;1750.00;1.31;0 -384;supply_node;3532.00;10.20;1732.00;4.24;0 -384;supply_node;3539.00;10.40;1671.00;0.55;0 -384;supply_node;3563.00;9.80;1678.00;3.48;0 -384;supply_node;3547.00;10.40;1779.00;0.13;0 -384;supply_node;3471.00;10.12;1710.00;2.71;0 -384;supply_node;3541.00;10.40;1682.00;5.65;0 -384;supply_node;3538.00;9.80;1712.00;0.85;0 -384;supply_node;3568.00;9.85;1722.00;4.89;0 -384;supply_node;3502.00;10.20;1729.00;1.55;0 -384;supply_node;3494.00;10.30;1691.00;3.02;0 -384;supply_node;3598.00;9.90;1749.00;0.78;0 -384;supply_node;3583.00;10.40;1708.00;2.26;0 -384;supply_node;3572.00;9.80;1736.00;5.20;0 -384;supply_node;3528.00;10.30;1678.00;2.95;0 -384;supply_node;3513.00;9.80;1705.00;4.43;0 -384;supply_node;3591.00;10.45;1720.00;1.08;0 -384;supply_node;3490.00;9.80;1698.00;3.67;0 -384;supply_node;3502.00;9.93;1739.00;0.32;0 -384;supply_node;3559.00;9.80;1702.00;1.80;0 -384;supply_node;3546.00;9.90;1735.00;5.84;0 -384;supply_node;3529.00;10.40;1668.00;2.49;0 -384;supply_node;3567.00;10.03;1688.00;3.97;0 -384;supply_node;3612.00;10.10;1738.00;1.73;0 -384;supply_node;3559.00;9.88;1736.00;3.21;0 -384;supply_node;3487.00;9.80;1684.00;6.14;0 -384;supply_node;3490.00;10.10;1713.00;2.80;0 -384;supply_node;3556.00;9.80;1722.00;5.38;0 -384;supply_node;3501.00;9.80;1699.00;2.04;0 -384;supply_node;3531.00;10.10;1747.00;3.51;0 -384;supply_node;3597.00;9.85;1733.00;1.27;0 -384;supply_node;3553.00;10.28;1684.00;4.20;0 -384;supply_node;3524.00;9.80;1712.00;5.69;0 -384;supply_node;3582.00;10.50;1748.00;3.44;0 -384;supply_node;3503.00;9.80;1690.00;4.92;0 -384;supply_node;3516.00;9.90;1734.00;1.57;0 -384;supply_node;3607.00;9.95;1724.00;5.62;0 -384;supply_node;3617.00;10.60;1769.00;0.81;0 -384;supply_node;3549.00;9.85;1673.00;3.74;0 -385;supply_node;3369.00;10.48;1684.00;0.40;0 -385;supply_node;3357.00;10.15;1670.00;4.44;0 -385;supply_node;3379.00;10.57;1655.00;5.92;0 -385;supply_node;3395.00;10.48;1686.00;2.57;0 -385;supply_node;3357.00;10.55;1680.00;5.50;0 -385;supply_node;3355.00;10.00;1662.00;1.80;0 -385;supply_node;3375.00;10.40;1668.00;4.74;0 -385;supply_node;3366.00;10.50;1674.00;6.22;0 -385;supply_node;3378.00;10.40;1676.00;3.98;0 -385;supply_node;3383.00;10.48;1683.00;0.63;0 -385;supply_node;3367.00;9.93;1663.00;2.11;0 -385;supply_node;3397.00;9.95;1666.00;6.15;0 -385;supply_node;3386.00;9.82;1668.00;1.34;0 -385;supply_node;3391.00;10.35;1674.00;4.28;0 -385;supply_node;3379.00;10.40;1661.00;2.04;0 -385;supply_node;3398.00;10.25;1679.00;3.52;0 -385;supply_node;3392.00;10.28;1658.00;0.17;0 -385;supply_node;3366.00;10.35;1654.00;2.76;0 -385;supply_node;3346.00;10.70;1669.00;5.69;0 -386;supply_node;3246.00;10.23;1714.00;5.92;0 -386;supply_node;3241.00;9.80;1680.00;2.57;0 -386;supply_node;3258.00;10.40;1699.00;5.50;0 -386;supply_node;3254.00;10.18;1713.00;1.80;0 -386;supply_node;3249.00;9.80;1669.00;4.74;0 -386;supply_node;3248.00;9.80;1658.00;6.22;0 -386;supply_node;3264.00;10.25;1709.00;3.98;0 -386;supply_node;3258.00;9.80;1662.00;0.63;0 -386;supply_node;3252.00;9.70;1678.00;2.11;0 -386;supply_node;3245.00;10.25;1706.00;6.15;0 -386;supply_node;3244.00;10.20;1696.00;1.34;0 -386;supply_node;3256.00;10.30;1690.00;4.28;0 -386;supply_node;3248.00;10.10;1687.00;2.04;0 -386;supply_node;3261.00;9.88;1675.00;3.52;0 -387;supply_node;3336.00;10.68;1665.00;5.50;0 -387;supply_node;3328.00;10.65;1642.00;1.80;0 -387;supply_node;3311.00;9.90;1650.00;4.74;0 -387;supply_node;3324.00;10.70;1655.00;6.22;0 -387;supply_node;3344.00;10.65;1642.00;3.98;0 -387;supply_node;3319.00;10.50;1647.00;0.63;0 -387;supply_node;3333.00;10.18;1658.00;2.11;0 -387;supply_node;3347.00;10.05;1657.00;6.15;0 -387;supply_node;3321.00;10.60;1665.00;1.34;0 -387;supply_node;3354.00;10.60;1649.00;4.28;0 -387;supply_node;3342.00;10.70;1650.00;2.04;0 -388;supply_node;3311.00;11.15;1677.00;4.74;0 -388;supply_node;3329.00;9.70;1735.00;6.22;0 -388;supply_node;3367.00;10.70;1750.00;3.98;0 -388;supply_node;3315.00;10.30;1733.00;0.63;0 -388;supply_node;3301.00;9.80;1704.00;2.11;0 -388;supply_node;3266.00;9.80;1690.00;6.15;0 -388;supply_node;3323.00;10.60;1687.00;1.34;0 -388;supply_node;3292.00;10.05;1705.00;4.28;0 -388;supply_node;3335.00;10.30;1743.00;2.04;0 -388;supply_node;3343.00;10.50;1727.00;3.52;0 -388;supply_node;3336.00;10.43;1687.00;0.17;0 -388;supply_node;3340.00;10.60;1709.00;2.76;0 -388;supply_node;3288.00;10.40;1675.00;5.69;0 -388;supply_node;3339.00;10.70;1675.00;2.34;0 -388;supply_node;3296.00;10.30;1716.00;4.93;0 -388;supply_node;3276.00;9.70;1691.00;1.58;0 -388;supply_node;3346.00;10.00;1683.00;3.06;0 -388;supply_node;3320.00;10.40;1713.00;0.82;0 -388;supply_node;3332.00;10.15;1726.00;3.75;0 -388;supply_node;3345.00;10.40;1746.00;5.23;0 -388;supply_node;3363.00;10.35;1721.00;2.99;0 -388;supply_node;3319.00;10.10;1674.00;4.47;0 -388;supply_node;3309.00;10.30;1708.00;1.12;0 -388;supply_node;3319.00;10.40;1701.00;3.71;0 -388;supply_node;3310.00;10.30;1720.00;0.36;0 -388;supply_node;3343.00;10.60;1717.00;3.29;0 -388;supply_node;3305.00;10.30;1697.00;5.87;0 -388;supply_node;3354.00;10.70;1742.00;2.53;0 -388;supply_node;3286.00;10.32;1717.00;4.01;0 -388;supply_node;3302.00;11.28;1673.00;1.77;0 -388;supply_node;3330.00;10.45;1714.00;4.71;0 -388;supply_node;3352.00;10.40;1754.00;6.18;0 -388;supply_node;3270.00;9.80;1702.00;3.94;0 -388;supply_node;3352.00;10.50;1726.00;5.42;0 -388;supply_node;3332.00;10.00;1695.00;2.07;0 -388;supply_node;3351.00;10.50;1704.00;6.11;0 -388;supply_node;3301.00;10.30;1725.00;1.31;0 -388;supply_node;3346.00;9.85;1697.00;4.24;0 -388;supply_node;3343.00;10.40;1736.00;0.55;0 -388;supply_node;3336.00;10.12;1751.00;3.48;0 -388;supply_node;3304.00;10.30;1734.00;0.13;0 -388;supply_node;3302.00;10.30;1686.00;2.71;0 -388;supply_node;3290.00;10.15;1684.00;5.65;0 -388;supply_node;3274.00;9.80;1681.00;0.85;0 -388;supply_node;3330.00;10.28;1676.00;4.89;0 -388;supply_node;3275.00;10.40;1715.00;1.55;0 -388;supply_node;3332.00;9.85;1703.00;3.02;0 -388;supply_node;3323.00;10.23;1743.00;0.78;0 -388;supply_node;3362.00;10.70;1741.00;2.26;0 -388;supply_node;3282.00;10.05;1700.00;5.20;0 -388;supply_node;3356.00;10.32;1713.00;2.95;0 -388;supply_node;3291.00;10.30;1692.00;4.43;0 -388;supply_node;3281.00;10.30;1709.00;1.08;0 -388;supply_node;3353.00;9.90;1688.00;3.67;0 -388;supply_node;3362.00;10.50;1730.00;0.32;0 -388;supply_node;3321.00;10.30;1725.00;1.80;0 -388;supply_node;3313.00;10.30;1689.00;5.84;0 -388;supply_node;3272.00;9.80;1673.00;2.49;0 -389;supply_node;3434.00;9.80;1631.00;3.98;0 -389;supply_node;3440.00;9.80;1648.00;0.63;0 -389;supply_node;3432.00;10.45;1621.00;2.11;0 -389;supply_node;3401.00;10.82;1638.00;6.15;0 -389;supply_node;3422.00;10.23;1622.00;1.34;0 -389;supply_node;3449.00;9.95;1652.00;4.28;0 -389;supply_node;3432.00;9.80;1648.00;2.04;0 -389;supply_node;3444.00;9.80;1633.00;3.52;0 -389;supply_node;3385.00;10.60;1649.00;0.17;0 -389;supply_node;3455.00;10.40;1646.00;2.76;0 -389;supply_node;3408.00;11.45;1634.00;5.69;0 -389;supply_node;3444.00;9.80;1626.00;2.34;0 -389;supply_node;3372.00;10.60;1648.00;4.93;0 -389;supply_node;3446.00;9.80;1643.00;1.58;0 -389;supply_node;3379.00;10.25;1634.00;3.06;0 -389;supply_node;3442.00;10.35;1658.00;0.82;0 -389;supply_node;3395.00;10.60;1650.00;3.75;0 -389;supply_node;3392.00;11.57;1619.00;5.23;0 -389;supply_node;3425.00;10.40;1642.00;2.99;0 -389;supply_node;3383.00;10.43;1626.00;4.47;0 -389;supply_node;3412.00;10.00;1658.00;1.12;0 -389;supply_node;3390.00;10.82;1640.00;3.71;0 -389;supply_node;3390.00;11.48;1633.00;0.36;0 -389;supply_node;3417.00;10.80;1633.00;3.29;0 -389;supply_node;3407.00;9.90;1651.00;5.87;0 -389;supply_node;3405.00;11.57;1622.00;2.53;0 -389;supply_node;3436.00;9.80;1638.00;4.01;0 -389;supply_node;3397.00;11.50;1627.00;1.77;0 -389;supply_node;3420.00;9.80;1652.00;4.71;0 -389;supply_node;3400.00;9.95;1645.00;6.18;0 -389;supply_node;3426.00;10.40;1630.00;3.94;0 -389;supply_node;3378.00;10.57;1642.00;5.42;0 -389;supply_node;3452.00;9.80;1636.00;2.07;0 -389;supply_node;3414.00;10.07;1626.00;6.11;0 -389;supply_node;3433.00;9.90;1657.00;1.31;0 -389;supply_node;3415.00;10.50;1643.00;4.24;0 -390;supply_node;3364.00;10.00;1604.00;2.11;0 -390;supply_node;3361.00;9.90;1622.00;6.15;0 -390;supply_node;3369.00;10.00;1595.00;1.34;0 -390;supply_node;3352.00;10.00;1627.00;4.28;0 -390;supply_node;3334.00;10.00;1602.00;2.04;0 -390;supply_node;3359.00;10.53;1643.00;3.52;0 -390;supply_node;3371.00;10.43;1612.00;0.17;0 -390;supply_node;3360.00;10.00;1632.00;2.76;0 -390;supply_node;3336.00;10.03;1590.00;5.69;0 -390;supply_node;3375.00;10.18;1604.00;2.34;0 -390;supply_node;3372.00;10.70;1621.00;4.93;0 -390;supply_node;3338.00;10.43;1636.00;1.58;0 -390;supply_node;3381.00;9.95;1610.00;3.06;0 -390;supply_node;3369.00;10.60;1629.00;0.82;0 -390;supply_node;3342.00;10.20;1581.00;3.75;0 -390;supply_node;3344.00;10.00;1605.00;5.23;0 -390;supply_node;3381.00;11.48;1618.00;2.99;0 -390;supply_node;3325.00;10.00;1604.00;4.47;0 -390;supply_node;3350.00;9.90;1587.00;1.12;0 -390;supply_node;3326.00;9.93;1592.00;3.71;0 -390;supply_node;3361.00;10.00;1597.00;0.36;0 -390;supply_node;3324.00;10.60;1622.00;3.29;0 -390;supply_node;3330.00;10.12;1613.00;5.87;0 -390;supply_node;3360.00;10.00;1589.00;2.53;0 -390;supply_node;3334.00;10.60;1626.00;4.01;0 -390;supply_node;3343.00;10.00;1596.00;1.77;0 -390;supply_node;3367.00;10.60;1639.00;4.71;0 -390;supply_node;3342.00;10.07;1614.00;6.18;0 -390;supply_node;3376.00;10.50;1597.00;3.94;0 -390;supply_node;3335.00;10.00;1619.00;5.42;0 -390;supply_node;3328.00;10.70;1632.00;2.07;0 -390;supply_node;3354.00;10.00;1606.00;6.11;0 -390;supply_node;3345.00;10.05;1623.00;1.31;0 -390;supply_node;3352.00;10.00;1596.00;4.24;0 -390;supply_node;3362.00;10.10;1613.00;0.55;0 -390;supply_node;3353.00;10.10;1615.00;3.48;0 -390;supply_node;3348.00;10.65;1634.00;0.13;0 -391;supply_node;3600.00;10.45;1634.00;1.34;0 -391;supply_node;3575.00;9.80;1643.00;4.28;0 -391;supply_node;3561.00;10.35;1659.00;2.04;0 -391;supply_node;3574.00;9.80;1630.00;3.52;0 -391;supply_node;3584.00;10.38;1649.00;0.17;0 -391;supply_node;3605.00;10.40;1626.00;2.76;0 -391;supply_node;3600.00;10.40;1645.00;5.69;0 -391;supply_node;3612.00;10.50;1648.00;2.34;0 -391;supply_node;3555.00;9.80;1643.00;4.93;0 -391;supply_node;3587.00;10.40;1632.00;1.58;0 -391;supply_node;3590.00;10.32;1655.00;3.06;0 -391;supply_node;3585.00;10.38;1663.00;0.82;0 -391;supply_node;3614.00;10.57;1639.00;3.75;0 -391;supply_node;3567.00;9.75;1637.00;5.23;0 -391;supply_node;3626.00;10.23;1650.00;2.99;0 -391;supply_node;3555.00;9.82;1652.00;4.47;0 -391;supply_node;3589.00;9.80;1641.00;1.12;0 -391;supply_node;3558.00;10.05;1615.00;3.71;0 -391;supply_node;3571.00;10.40;1653.00;0.36;0 -391;supply_node;3625.00;10.05;1633.00;3.29;0 -391;supply_node;3567.00;10.40;1665.00;5.87;0 -391;supply_node;3549.00;10.50;1661.00;2.53;0 -391;supply_node;3580.00;9.80;1622.00;4.01;0 -391;supply_node;3616.00;10.48;1627.00;1.77;0 -391;supply_node;3560.00;11.28;1631.00;4.71;0 -391;supply_node;3557.00;9.78;1669.00;6.18;0 -391;supply_node;3577.00;10.30;1660.00;3.94;0 -391;supply_node;3560.00;10.88;1623.00;5.42;0 -391;supply_node;3570.00;9.80;1617.00;2.07;0 -391;supply_node;3576.00;10.40;1671.00;6.11;0 -391;supply_node;3550.00;9.95;1633.00;1.31;0 -391;supply_node;3563.00;9.85;1647.00;4.24;0 -391;supply_node;3591.00;10.32;1622.00;0.55;0 -392;supply_node;3525.00;9.80;1573.00;2.04;0 -392;supply_node;3460.00;9.85;1582.00;3.52;0 -392;supply_node;3528.00;10.55;1582.00;0.17;0 -392;supply_node;3455.00;9.80;1589.00;2.76;0 -392;supply_node;3533.00;10.53;1590.00;5.69;0 -392;supply_node;3502.00;10.00;1620.00;2.34;0 -392;supply_node;3466.00;9.80;1559.00;4.93;0 -392;supply_node;3511.00;11.48;1596.00;1.58;0 -392;supply_node;3457.00;9.90;1565.00;3.06;0 -392;supply_node;3512.00;10.10;1609.00;0.82;0 -392;supply_node;3526.00;10.25;1563.00;3.75;0 -392;supply_node;3463.00;9.85;1569.00;5.23;0 -392;supply_node;3470.00;9.80;1598.00;2.99;0 -392;supply_node;3532.00;9.90;1574.00;4.47;0 -392;supply_node;3455.00;9.90;1576.00;1.12;0 -392;supply_node;3418.00;10.25;1548.00;3.71;0 -392;supply_node;3459.00;9.80;1553.00;0.36;0 -392;supply_node;3539.00;9.85;1580.00;3.29;0 -392;supply_node;3519.00;10.07;1616.00;5.87;0 -392;supply_node;3475.00;9.95;1580.00;2.53;0 -392;supply_node;3516.00;9.95;1633.00;4.01;0 -392;supply_node;3549.00;10.70;1581.00;1.77;0 -392;supply_node;3470.00;9.90;1585.00;4.71;0 -392;supply_node;3518.00;10.45;1602.00;6.18;0 -392;supply_node;3545.00;10.48;1590.00;3.94;0 -392;supply_node;3509.00;10.00;1619.00;5.42;0 -392;supply_node;3477.00;9.80;1559.00;2.07;0 -392;supply_node;3521.00;10.60;1591.00;6.11;0 -392;supply_node;3472.00;9.90;1566.00;1.31;0 -392;supply_node;3526.00;10.70;1607.00;4.24;0 -392;supply_node;3536.00;11.38;1564.00;0.55;0 -392;supply_node;3507.00;9.90;1628.00;3.48;0 -392;supply_node;3480.00;9.80;1573.00;0.13;0 -392;supply_node;3484.00;9.90;1597.00;2.71;0 -392;supply_node;3542.00;10.75;1570.00;5.65;0 -392;supply_node;3467.00;9.90;1574.00;0.85;0 -392;supply_node;3506.00;10.05;1545.00;4.89;0 -392;supply_node;3473.00;9.80;1551.00;1.55;0 -392;supply_node;3494.00;10.05;1583.00;3.02;0 -392;supply_node;3528.00;10.00;1633.00;0.78;0 -392;supply_node;3484.00;9.93;1586.00;2.26;0 -392;supply_node;3537.00;10.95;1607.00;5.20;0 -392;supply_node;3528.00;10.20;1622.00;2.95;0 -392;supply_node;3426.00;10.00;1557.00;4.43;0 -392;supply_node;3488.00;9.80;1558.00;1.08;0 -392;supply_node;3466.00;9.90;1590.00;3.67;0 -392;supply_node;3541.00;10.85;1598.00;0.32;0 -392;supply_node;3417.00;10.07;1560.00;1.80;0 -392;supply_node;3474.00;9.80;1611.00;5.84;0 -392;supply_node;3482.00;9.80;1566.00;2.49;0 -392;supply_node;3535.00;10.20;1617.00;3.97;0 -392;supply_node;3424.00;10.03;1566.00;1.73;0 -392;supply_node;3519.00;9.98;1625.00;3.21;0 -392;supply_node;3492.00;9.90;1568.00;6.14;0 -392;supply_node;3503.00;10.98;1602.00;2.80;0 -392;supply_node;3416.00;10.00;1571.00;5.38;0 -392;supply_node;3487.00;9.90;1577.00;2.04;0 -392;supply_node;3515.00;10.00;1549.00;3.51;0 -392;supply_node;3483.00;9.80;1552.00;1.27;0 -392;supply_node;3545.00;10.88;1614.00;4.20;0 -392;supply_node;3437.00;9.80;1581.00;5.69;0 -392;supply_node;3504.00;11.45;1583.00;3.44;0 -392;supply_node;3477.00;9.90;1604.00;4.92;0 -392;supply_node;3503.00;11.70;1592.00;1.57;0 -392;supply_node;3546.00;10.75;1623.00;5.62;0 -392;supply_node;3442.00;9.80;1555.00;0.81;0 -392;supply_node;3477.00;9.90;1591.00;3.74;0 -392;supply_node;3506.00;10.00;1559.00;0.05;0 -392;supply_node;3434.00;9.80;1558.00;2.98;0 -392;supply_node;3485.00;9.85;1611.00;5.92;0 -392;supply_node;3497.00;9.90;1559.00;2.22;0 -392;supply_node;3433.00;10.05;1570.00;5.16;0 -392;supply_node;3538.00;10.00;1629.00;0.35;0 -392;supply_node;3499.00;9.90;1567.00;4.39;0 -392;supply_node;3426.00;10.15;1576.00;1.04;0 -392;supply_node;3476.00;9.80;1618.00;2.53;0 -392;supply_node;3500.00;10.00;1575.00;0.28;0 -392;supply_node;3466.00;9.80;1550.00;1.76;0 -392;supply_node;3427.00;9.88;1548.00;4.69;0 -392;supply_node;3496.00;9.82;1550.00;1.00;0 -392;supply_node;3448.00;10.35;1582.00;3.93;0 -392;supply_node;3519.00;10.40;1581.00;0.58;0 -392;supply_node;3493.00;10.00;1604.00;3.17;0 -392;supply_node;3512.00;11.43;1586.00;6.11;0 -392;supply_node;3495.00;9.95;1625.00;1.30;0 -392;supply_node;3450.00;9.80;1561.00;5.34;0 -392;supply_node;3516.00;10.00;1560.00;2.00;0 -392;supply_node;3494.00;10.90;1593.00;3.47;0 -392;supply_node;3440.00;9.98;1565.00;1.23;0 -392;supply_node;3502.00;10.00;1611.00;2.71;0 -392;supply_node;3508.00;10.00;1567.00;5.65;0 -392;supply_node;3484.00;9.80;1626.00;3.41;0 -392;supply_node;3449.00;9.80;1570.00;4.88;0 -392;supply_node;3518.00;9.95;1569.00;1.53;0 -392;supply_node;3528.00;10.70;1598.00;4.12;0 -392;supply_node;3442.00;10.35;1575.00;0.77;0 -392;supply_node;3511.00;10.07;1575.00;3.71;0 -392;supply_node;3491.00;9.90;1616.00;0.01;0 -392;supply_node;3450.00;9.80;1552.00;2.95;0 -392;supply_node;3507.00;10.00;1553.00;4.42;0 -392;supply_node;3436.00;9.80;1547.00;2.18;0 -393;supply_node;3615.00;10.50;1714.00;0.17;0 -393;supply_node;3625.00;10.05;1734.00;2.76;0 -393;supply_node;3653.00;9.70;1735.00;5.69;0 -393;supply_node;3605.00;9.80;1711.00;2.34;0 -393;supply_node;3647.00;10.20;1722.00;4.93;0 -393;supply_node;3585.00;9.80;1695.00;1.58;0 -393;supply_node;3711.00;13.95;1698.00;3.06;0 -393;supply_node;3616.00;9.80;1672.00;0.82;0 -393;supply_node;3600.00;9.73;1700.00;3.75;0 -393;supply_node;3619.00;10.25;1692.00;5.23;0 -393;supply_node;3621.00;10.40;1682.00;2.99;0 -393;supply_node;3663.00;10.05;1678.00;4.47;0 -393;supply_node;3676.00;9.90;1696.00;1.12;0 -393;supply_node;3655.00;9.80;1673.00;3.71;0 -393;supply_node;3692.00;10.80;1701.00;0.36;0 -393;supply_node;3608.00;10.23;1689.00;3.29;0 -393;supply_node;3679.00;10.05;1723.00;5.87;0 -393;supply_node;3595.00;9.70;1689.00;2.53;0 -393;supply_node;3580.00;10.50;1682.00;4.01;0 -393;supply_node;3590.00;10.40;1678.00;1.77;0 -393;supply_node;3601.00;9.80;1659.00;4.71;0 -393;supply_node;3614.00;10.35;1701.00;6.18;0 -393;supply_node;3646.00;9.95;1791.00;3.94;0 -393;supply_node;3680.00;10.45;1773.00;5.42;0 -393;supply_node;3665.00;10.40;1722.00;2.07;0 -393;supply_node;3644.00;9.80;1677.00;6.11;0 -393;supply_node;3710.00;10.23;1765.00;1.31;0 -393;supply_node;3714.00;13.48;1737.00;4.24;0 -393;supply_node;3670.00;10.00;1709.00;0.55;0 -393;supply_node;3639.00;10.50;1708.00;3.48;0 -393;supply_node;3629.00;9.80;1668.00;0.13;0 -393;supply_node;3634.00;10.60;1728.00;2.71;0 -393;supply_node;3635.00;9.90;1658.00;5.65;0 -393;supply_node;3629.00;9.98;1703.00;0.85;0 -393;supply_node;3604.00;10.40;1680.00;4.89;0 -393;supply_node;3637.00;10.07;1768.00;1.55;0 -393;supply_node;3652.00;9.80;1692.00;3.02;0 -393;supply_node;3632.00;9.93;1679.00;0.78;0 -393;supply_node;3732.00;15.80;1777.00;2.26;0 -393;supply_node;3697.00;10.20;1803.00;5.20;0 -393;supply_node;3652.00;9.80;1709.00;2.95;0 -393;supply_node;3631.00;10.40;1691.00;4.43;0 -393;supply_node;3722.00;15.45;1719.00;1.08;0 -393;supply_node;3726.00;12.00;1805.00;3.67;0 -393;supply_node;3746.00;13.82;1847.00;0.32;0 -393;supply_node;3593.00;9.80;1707.00;1.80;0 -393;supply_node;3675.00;10.45;1737.00;5.84;0 -393;supply_node;3625.00;10.60;1716.00;2.49;0 -393;supply_node;3637.00;10.10;1744.00;3.97;0 -393;supply_node;3681.00;10.35;1756.00;1.73;0 -393;supply_node;3728.00;13.73;1699.00;3.21;0 -393;supply_node;3614.00;9.90;1661.00;6.14;0 -393;supply_node;3664.00;9.82;1695.00;2.80;0 -393;supply_node;3598.00;9.80;1669.00;5.38;0 -393;supply_node;3656.00;9.93;1748.00;2.04;0 -393;supply_node;3693.00;10.18;1738.00;3.51;0 -393;supply_node;3641.00;9.80;1690.00;1.27;0 -393;supply_node;3644.00;9.88;1666.00;4.20;0 -393;supply_node;3716.00;10.25;1836.00;5.69;0 -393;supply_node;3695.00;10.68;1717.00;3.44;0 -393;supply_node;3673.00;10.32;1797.00;4.92;0 -393;supply_node;3657.00;9.90;1764.00;1.57;0 -393;supply_node;3734.00;13.88;1750.00;5.62;0 -394;supply_node;3629.00;9.80;1599.00;5.69;0 -394;supply_node;3581.00;10.53;1613.00;2.34;0 -394;supply_node;3615.00;10.50;1600.00;4.93;0 -394;supply_node;3539.00;9.90;1557.00;1.58;0 -394;supply_node;3600.00;9.70;1565.00;3.06;0 -394;supply_node;3589.00;10.40;1596.00;0.82;0 -394;supply_node;3599.00;10.32;1616.00;3.75;0 -394;supply_node;3587.00;9.75;1562.00;5.23;0 -394;supply_node;3551.00;11.50;1606.00;2.99;0 -394;supply_node;3603.00;9.80;1572.00;4.47;0 -394;supply_node;3628.00;9.98;1607.00;1.12;0 -394;supply_node;3580.00;9.70;1541.00;3.71;0 -394;supply_node;3560.00;10.05;1548.00;0.36;0 -394;supply_node;3557.00;9.60;1478.00;3.29;0 -394;supply_node;3570.00;9.70;1510.00;5.87;0 -394;supply_node;3523.00;10.55;1552.00;2.53;0 -394;supply_node;3597.00;9.70;1557.00;4.01;0 -394;supply_node;3539.00;11.48;1527.00;1.77;0 -394;supply_node;3545.00;9.70;1500.00;4.71;0 -394;supply_node;3615.00;9.70;1545.00;6.18;0 -394;supply_node;3682.00;10.12;1550.00;3.94;0 -394;supply_node;3690.00;10.73;1603.00;5.42;0 -394;supply_node;3675.00;9.80;1599.00;2.07;0 -394;supply_node;3736.00;10.30;1607.00;6.11;0 -394;supply_node;3642.00;10.15;1575.00;1.31;0 -394;supply_node;3680.00;9.85;1567.00;4.24;0 -394;supply_node;3692.00;10.15;1553.00;0.55;0 -394;supply_node;3609.00;9.70;1580.00;3.48;0 -394;supply_node;3624.00;9.90;1588.00;0.13;0 -394;supply_node;3661.00;11.10;1602.00;2.71;0 -394;supply_node;3548.00;10.00;1559.00;5.65;0 -394;supply_node;3609.00;10.40;1615.00;0.85;0 -394;supply_node;3621.00;12.07;1566.00;4.89;0 -394;supply_node;3633.00;9.90;1625.00;1.55;0 -394;supply_node;3615.00;10.53;1572.00;3.02;0 -394;supply_node;3563.00;9.93;1605.00;0.78;0 -394;supply_node;3626.00;9.75;1579.00;2.26;0 -394;supply_node;3594.00;10.65;1542.00;5.20;0 -394;supply_node;3548.00;9.78;1513.00;2.95;0 -394;supply_node;3579.00;10.38;1518.00;4.43;0 -394;supply_node;3531.00;11.70;1554.00;1.08;0 -394;supply_node;3609.00;9.70;1561.00;3.67;0 -394;supply_node;3556.00;9.75;1527.00;0.32;0 -394;supply_node;3592.00;9.60;1489.00;1.80;0 -394;supply_node;3558.00;9.65;1504.00;5.84;0 -394;supply_node;3560.00;9.70;1537.00;2.49;0 -394;supply_node;3517.00;9.75;1542.00;3.97;0 -394;supply_node;3726.00;9.90;1557.00;1.73;0 -394;supply_node;3708.00;10.00;1544.00;3.21;0 -394;supply_node;3705.00;12.62;1605.00;6.14;0 -394;supply_node;3655.00;10.40;1590.00;2.80;0 -394;supply_node;3714.00;15.43;1590.00;5.38;0 -394;supply_node;3638.00;9.90;1589.00;2.04;0 -394;supply_node;3668.00;9.90;1581.00;3.51;0 -394;supply_node;3708.00;15.85;1557.00;1.27;0 -394;supply_node;3749.00;9.80;1572.00;4.20;0 -394;supply_node;3560.00;10.15;1583.00;5.69;0 -394;supply_node;3574.00;10.10;1582.00;3.44;0 -394;supply_node;3557.00;11.10;1591.00;4.92;0 -394;supply_node;3634.00;9.90;1614.00;1.57;0 -394;supply_node;3560.00;9.73;1561.00;5.62;0 -394;supply_node;3616.00;10.40;1609.00;0.81;0 -394;supply_node;3551.00;9.95;1566.00;3.74;0 -394;supply_node;3632.00;10.28;1569.00;0.05;0 -394;supply_node;3554.00;10.25;1574.00;2.98;0 -394;supply_node;3582.00;10.10;1600.00;5.92;0 -394;supply_node;3617.00;9.78;1554.00;2.22;0 -394;supply_node;3558.00;9.70;1516.00;5.16;0 -394;supply_node;3589.00;9.70;1550.00;0.35;0 -394;supply_node;3535.00;10.60;1519.00;4.39;0 -394;supply_node;3606.00;9.60;1506.00;1.04;0 -394;supply_node;3552.00;9.70;1553.00;2.53;0 -394;supply_node;3630.00;9.80;1558.00;0.28;0 -394;supply_node;3589.00;9.70;1521.00;1.76;0 -394;supply_node;3577.00;9.60;1494.00;4.69;0 -394;supply_node;3568.00;10.88;1532.00;1.00;0 -394;supply_node;3584.00;9.60;1503.00;3.93;0 -394;supply_node;3543.00;10.55;1535.00;0.58;0 -394;supply_node;3739.00;9.80;1556.00;3.17;0 -394;supply_node;3694.00;12.38;1587.00;6.11;0 -394;supply_node;3733.00;9.90;1593.00;1.30;0 -394;supply_node;3653.00;10.40;1578.00;5.34;0 -394;supply_node;3697.00;13.30;1572.00;2.00;0 -394;supply_node;3751.00;9.80;1592.00;3.47;0 -394;supply_node;3574.00;9.80;1575.00;1.23;0 -394;supply_node;3601.00;10.05;1593.00;2.71;0 -394;supply_node;3574.00;10.95;1589.00;5.65;0 -394;supply_node;3569.00;10.18;1559.00;3.41;0 -394;supply_node;3554.00;11.50;1598.00;4.88;0 -394;supply_node;3647.00;10.00;1616.00;1.53;0 -394;supply_node;3565.00;9.78;1572.00;4.12;0 -394;supply_node;3577.00;9.80;1567.00;0.77;0 -394;supply_node;3592.00;10.30;1609.00;3.71;0 -394;supply_node;3642.00;9.80;1550.00;0.01;0 -394;supply_node;3532.00;10.50;1542.00;2.95;0 -394;supply_node;3605.00;10.30;1550.00;4.42;0 -394;supply_node;3548.00;10.78;1521.00;2.18;0 -394;supply_node;3569.00;10.82;1543.00;5.12;0 -394;supply_node;3570.00;10.70;1524.00;0.31;0 -394;supply_node;3564.00;9.60;1493.00;4.35;0 -394;supply_node;3594.00;9.60;1505.00;5.83;0 -394;supply_node;3584.00;9.70;1533.00;2.49;0 -394;supply_node;3549.00;9.70;1542.00;0.25;0 -394;supply_node;3720.00;15.48;1610.00;1.72;0 -394;supply_node;3729.00;9.95;1537.00;4.66;0 -394;supply_node;3682.00;10.00;1586.00;0.96;0 -394;supply_node;3731.00;10.62;1578.00;3.90;0 -394;supply_node;3642.00;9.80;1561.00;5.37;0 -394;supply_node;3585.00;9.70;1581.00;3.13;0 -394;supply_node;3613.00;9.82;1590.00;6.07;0 -394;supply_node;3573.00;9.85;1608.00;1.26;0 -394;supply_node;3603.00;10.40;1603.00;4.20;0 -394;supply_node;3570.00;9.73;1597.00;0.50;0 -394;supply_node;3581.00;9.70;1556.00;3.44;0 -394;supply_node;3591.00;9.70;1573.00;0.09;0 -394;supply_node;3597.00;9.80;1583.00;2.67;0 -394;supply_node;3622.00;10.00;1618.00;5.61;0 -394;supply_node;3540.00;10.60;1548.00;0.80;0 -394;supply_node;3627.00;9.78;1549.00;4.84;0 -394;supply_node;3575.00;10.10;1550.00;1.50;0 -394;supply_node;3528.00;11.57;1531.00;2.98;0 -394;supply_node;3552.00;9.68;1490.00;0.74;0 -394;supply_node;3599.00;9.60;1523.00;2.21;0 -394;supply_node;3575.00;9.60;1482.00;5.15;0 -394;supply_node;3524.00;9.93;1539.00;2.91;0 -394;supply_node;3608.00;9.60;1493.00;4.39;0 -394;supply_node;3600.00;10.10;1538.00;1.04;0 -394;supply_node;3539.00;10.70;1506.00;3.62;0 -394;supply_node;3657.00;11.45;1556.00;0.28;0 -394;supply_node;3645.00;10.18;1601.00;3.21;0 -394;supply_node;3713.00;16.12;1573.00;5.79;0 -394;supply_node;3653.00;10.18;1566.00;2.45;0 -394;supply_node;3666.00;10.00;1566.00;3.93;0 -394;supply_node;3670.00;10.50;1554.00;1.68;0 -395;supply_node;3501.00;9.80;1481.00;4.93;0 -395;supply_node;3512.00;9.78;1489.00;1.58;0 -395;supply_node;3558.00;9.60;1457.00;3.06;0 -395;supply_node;3556.00;9.70;1434.00;0.82;0 -395;supply_node;3550.00;9.60;1465.00;3.75;0 -395;supply_node;3515.00;9.70;1467.00;5.23;0 -395;supply_node;3520.00;10.23;1476.00;2.99;0 -395;supply_node;3505.00;9.80;1474.00;4.47;0 -395;supply_node;3512.00;9.75;1480.00;1.12;0 -395;supply_node;3520.00;9.60;1495.00;3.71;0 -395;supply_node;3530.00;9.93;1511.00;0.36;0 -395;supply_node;3498.00;9.80;1491.00;3.29;0 -395;supply_node;3503.00;9.80;1501.00;5.87;0 -395;supply_node;3533.00;9.85;1452.00;2.53;0 -395;supply_node;3523.00;10.18;1460.00;4.01;0 -395;supply_node;3529.00;9.85;1479.00;1.77;0 -395;supply_node;3507.00;10.23;1515.00;4.71;0 -395;supply_node;3524.00;10.32;1487.00;6.18;0 -395;supply_node;3539.00;9.60;1488.00;3.94;0 -395;supply_node;3515.00;9.70;1530.00;5.42;0 -395;supply_node;3530.00;10.50;1497.00;2.07;0 -395;supply_node;3517.00;11.23;1513.00;6.11;0 -395;supply_node;3503.00;9.80;1508.00;1.31;0 -395;supply_node;3549.00;9.60;1455.00;4.24;0 -395;supply_node;3546.00;9.62;1427.00;0.55;0 -395;supply_node;3538.00;9.60;1431.00;3.48;0 -395;supply_node;3531.00;11.30;1442.00;0.13;0 -395;supply_node;3527.00;11.85;1468.00;2.71;0 -395;supply_node;3535.00;11.03;1473.00;5.65;0 -395;supply_node;3514.00;10.65;1521.00;0.85;0 -395;supply_node;3522.00;9.82;1504.00;4.89;0 -395;supply_node;3561.00;9.60;1448.00;1.55;0 -395;supply_node;3524.00;9.62;1450.00;3.02;0 -395;supply_node;3543.00;9.60;1447.00;0.78;0 -395;supply_node;3555.00;9.60;1441.00;2.26;0 -395;supply_node;3523.00;10.78;1522.00;5.20;0 -395;supply_node;3541.00;9.70;1465.00;2.95;0 -395;supply_node;3544.00;9.60;1476.00;4.43;0 -395;supply_node;3504.00;9.80;1489.00;1.08;0 -395;supply_node;3511.00;9.80;1501.00;3.67;0 -395;supply_node;3537.00;9.62;1458.00;0.32;0 -395;supply_node;3545.00;9.60;1439.00;1.80;0 -395;supply_node;3567.00;9.70;1440.00;5.84;0 -396;supply_node;3491.00;10.10;1671.00;3.06;0 -396;supply_node;3501.00;10.43;1656.00;0.82;0 -396;supply_node;3536.00;10.00;1648.00;3.75;0 -396;supply_node;3515.00;9.90;1648.00;5.23;0 -396;supply_node;3507.00;9.95;1666.00;2.99;0 -396;supply_node;3513.00;10.40;1658.00;4.47;0 -396;supply_node;3528.00;9.90;1642.00;1.12;0 -396;supply_node;3489.00;9.90;1634.00;3.71;0 -396;supply_node;3461.00;10.40;1653.00;0.36;0 -396;supply_node;3520.00;10.40;1664.00;3.29;0 -396;supply_node;3538.00;10.40;1659.00;5.87;0 -396;supply_node;3519.00;9.90;1640.00;2.53;0 -396;supply_node;3451.00;9.80;1669.00;4.01;0 -396;supply_node;3457.00;9.90;1677.00;1.77;0 -396;supply_node;3460.00;10.40;1634.00;4.71;0 -396;supply_node;3470.00;9.80;1646.00;6.18;0 -396;supply_node;3478.00;10.40;1637.00;3.94;0 -396;supply_node;3545.00;9.93;1649.00;5.42;0 -396;supply_node;3500.00;9.80;1635.00;2.07;0 -396;supply_node;3463.00;9.80;1664.00;6.11;0 -396;supply_node;3455.00;10.20;1626.00;1.31;0 -396;supply_node;3476.00;9.80;1653.00;4.24;0 -396;supply_node;3464.00;10.03;1642.00;0.55;0 -396;supply_node;3523.00;9.82;1650.00;3.48;0 -396;supply_node;3464.00;9.95;1622.00;0.13;0 -396;supply_node;3480.00;9.80;1674.00;2.71;0 -396;supply_node;3468.00;9.80;1676.00;5.65;0 -396;supply_node;3462.00;9.80;1670.00;0.85;0 -396;supply_node;3541.00;9.95;1638.00;4.89;0 -396;supply_node;3454.00;10.40;1659.00;1.55;0 -396;supply_node;3527.00;10.40;1657.00;3.02;0 -396;supply_node;3488.00;9.88;1653.00;0.78;0 -396;supply_node;3475.00;9.80;1626.00;2.26;0 -396;supply_node;3509.00;9.88;1638.00;5.20;0 -396;supply_node;3484.00;10.32;1660.00;2.95;0 -396;supply_node;3467.00;10.40;1632.00;4.43;0 -396;supply_node;3497.00;9.90;1647.00;1.08;0 -396;supply_node;3482.00;9.80;1647.00;3.67;0 -396;supply_node;3480.00;10.40;1666.00;0.32;0 -396;supply_node;3472.00;10.15;1665.00;1.80;0 -396;supply_node;3469.00;10.25;1657.00;5.84;0 -396;supply_node;3506.00;9.90;1647.00;2.49;0 -396;supply_node;3496.00;9.95;1664.00;3.97;0 -396;supply_node;3490.00;9.90;1641.00;1.73;0 -397;supply_node;3278.00;10.48;1657.00;3.75;0 -397;supply_node;3294.00;11.38;1664.00;5.23;0 -397;supply_node;3277.00;10.50;1645.00;2.99;0 -397;supply_node;3302.00;11.57;1657.00;4.47;0 -397;supply_node;3288.00;10.05;1643.00;1.12;0 -397;supply_node;3308.00;11.70;1664.00;3.71;0 -397;supply_node;3269.00;10.30;1664.00;0.36;0 -397;supply_node;3299.00;10.48;1649.00;3.29;0 -397;supply_node;3283.00;9.80;1667.00;5.87;0 -397;supply_node;3265.00;9.82;1654.00;2.53;0 -397;supply_node;3267.00;10.28;1643.00;4.01;0 -397;supply_node;3287.00;10.23;1653.00;1.77;0 -397;supply_node;3255.00;9.80;1648.00;4.71;0 -398;supply_node;3775.00;10.50;1657.00;2.99;0 -398;supply_node;3751.00;10.80;1628.00;4.47;0 -398;supply_node;3817.00;9.80;1635.00;1.12;0 -398;supply_node;3859.00;9.90;1632.00;3.71;0 -398;supply_node;3795.00;10.30;1626.00;0.36;0 -398;supply_node;3832.00;10.35;1662.00;3.29;0 -398;supply_node;3785.00;10.50;1672.00;5.87;0 -398;supply_node;3878.00;9.70;1745.00;2.53;0 -398;supply_node;3766.00;9.85;1718.00;4.01;0 -398;supply_node;3754.00;10.20;1805.00;1.77;0 -398;supply_node;3787.00;10.40;1688.00;4.71;0 -398;supply_node;3756.00;10.40;1765.00;6.18;0 -398;supply_node;3836.00;9.90;1631.00;3.94;0 -398;supply_node;3765.00;10.07;1697.00;5.42;0 -398;supply_node;3755.00;10.53;1664.00;2.07;0 -398;supply_node;3769.00;10.30;1751.00;6.11;0 -398;supply_node;3865.00;9.80;1709.00;1.31;0 -398;supply_node;3807.00;9.70;1860.00;4.24;0 -398;supply_node;3851.00;9.80;1655.00;0.55;0 -398;supply_node;3792.00;10.40;1639.00;3.48;0 -398;supply_node;3816.00;9.78;1734.00;0.13;0 -398;supply_node;3783.00;10.30;1803.00;2.71;0 -398;supply_node;3850.00;9.80;1692.00;5.65;0 -398;supply_node;3731.00;13.15;1678.00;0.85;0 -398;supply_node;3790.00;9.80;1830.00;4.89;0 -398;supply_node;3819.00;9.80;1704.00;1.55;0 -398;supply_node;3836.00;9.82;1676.00;3.02;0 -398;supply_node;3801.00;9.80;1758.00;0.78;0 -398;supply_node;3745.00;10.25;1696.00;2.26;0 -398;supply_node;3771.00;10.60;1635.00;5.20;0 -398;supply_node;3731.00;12.90;1655.00;2.95;0 -398;supply_node;3856.00;10.25;1735.00;4.43;0 -398;supply_node;3878.00;9.80;1678.00;1.08;0 -398;supply_node;3788.00;9.80;1708.00;3.67;0 -398;supply_node;3816.00;9.70;1797.00;0.32;0 -398;supply_node;3858.00;9.80;1674.00;1.80;0 -398;supply_node;3780.00;10.20;1778.00;5.84;0 -398;supply_node;3769.00;10.53;1621.00;2.49;0 -398;supply_node;3872.00;10.40;1659.00;3.97;0 -398;supply_node;3767.00;10.20;1677.00;1.73;0 -398;supply_node;3748.00;10.70;1654.00;3.21;0 -398;supply_node;3803.00;10.00;1614.00;6.14;0 -398;supply_node;3809.00;10.40;1673.00;2.80;0 -398;supply_node;3774.00;10.53;1607.00;5.38;0 -398;supply_node;3733.00;13.80;1627.00;2.04;0 -398;supply_node;3826.00;9.75;1649.00;3.51;0 -398;supply_node;3838.00;9.70;1716.00;1.27;0 -398;supply_node;3749.00;10.12;1738.00;4.20;0 -398;supply_node;3743.00;10.05;1718.00;5.69;0 -398;supply_node;3786.00;10.35;1732.00;3.44;0 -398;supply_node;3726.00;13.75;1641.00;4.92;0 -398;supply_node;3802.00;10.40;1661.00;1.57;0 -398;supply_node;3803.00;10.40;1651.00;5.62;0 -398;supply_node;3751.00;10.38;1612.00;0.81;0 -398;supply_node;3749.00;10.88;1640.00;3.74;0 -398;supply_node;3875.00;10.40;1643.00;0.05;0 -398;supply_node;3746.00;10.60;1676.00;2.98;0 -398;supply_node;3772.00;10.45;1646.00;5.92;0 -398;supply_node;3850.00;10.30;1775.00;2.22;0 -398;supply_node;3812.00;9.80;1689.00;5.16;0 -398;supply_node;3832.00;10.30;1761.00;0.35;0 -399;supply_node;3989.00;9.80;1521.00;1.12;0 -399;supply_node;4114.00;10.35;1595.00;3.71;0 -399;supply_node;4162.00;10.48;1603.00;0.36;0 -399;supply_node;4180.00;11.10;1600.00;3.29;0 -399;supply_node;4153.00;10.55;1663.00;5.87;0 -399;supply_node;4251.00;10.80;1677.00;2.53;0 -399;supply_node;4128.00;10.12;1560.00;4.01;0 -399;supply_node;4100.00;9.93;1574.00;1.77;0 -399;supply_node;4041.00;10.30;1581.00;4.71;0 -399;supply_node;4202.00;12.10;1588.00;6.18;0 -399;supply_node;4229.00;10.40;1671.00;3.94;0 -399;supply_node;3974.00;9.80;1540.00;5.42;0 -399;supply_node;4038.00;10.93;1538.00;2.07;0 -399;supply_node;4149.00;10.00;1615.00;6.11;0 -399;supply_node;3969.00;9.88;1584.00;1.31;0 -399;supply_node;4138.00;10.35;1698.00;4.24;0 -399;supply_node;3991.00;10.48;1570.00;0.55;0 -399;supply_node;4254.00;13.50;1578.00;3.48;0 -399;supply_node;4227.00;14.10;1568.00;0.13;0 -399;supply_node;4247.00;11.10;1656.00;2.71;0 -399;supply_node;4092.00;10.70;1604.00;5.65;0 -399;supply_node;4305.00;10.85;1693.00;0.85;0 -399;supply_node;4144.00;10.70;1644.00;4.89;0 -399;supply_node;4162.00;10.65;1649.00;1.55;0 -399;supply_node;4126.00;10.20;1577.00;3.02;0 -399;supply_node;4291.00;13.75;1621.00;0.78;0 -399;supply_node;4308.00;10.78;1668.00;2.26;0 -399;supply_node;4120.00;10.60;1632.00;5.20;0 -399;supply_node;4105.00;10.62;1624.00;2.95;0 -399;supply_node;3971.00;10.35;1561.00;4.43;0 -399;supply_node;4016.00;9.80;1521.00;1.08;0 -399;supply_node;4104.00;11.40;1546.00;3.67;0 -399;supply_node;4200.00;10.48;1702.00;0.32;0 -399;supply_node;4025.00;10.18;1559.00;1.80;0 -399;supply_node;4275.00;11.12;1676.00;5.84;0 -399;supply_node;4140.00;10.60;1629.00;2.49;0 -399;supply_node;4132.00;9.95;1664.00;3.97;0 -399;supply_node;4208.00;10.23;1654.00;1.73;0 -399;supply_node;4180.00;11.38;1576.00;3.21;0 -399;supply_node;4120.00;9.80;1719.00;6.14;0 -399;supply_node;4184.00;10.65;1643.00;2.80;0 -399;supply_node;4009.00;9.80;1498.00;5.38;0 -399;supply_node;4012.00;10.35;1579.00;2.04;0 -399;supply_node;4036.00;10.00;1510.00;3.51;0 -399;supply_node;4008.00;9.90;1537.00;1.27;0 -399;supply_node;3984.00;10.00;1499.00;4.20;0 -399;supply_node;4070.00;9.80;1593.00;5.69;0 -399;supply_node;4071.00;9.90;1573.00;3.44;0 -399;supply_node;4203.00;11.65;1614.00;4.92;0 -399;supply_node;4179.00;9.80;1676.00;1.57;0 -399;supply_node;4101.00;10.18;1703.00;5.62;0 -399;supply_node;3995.00;10.43;1552.00;0.81;0 -399;supply_node;4233.00;11.00;1638.00;3.74;0 -399;supply_node;4224.00;11.05;1594.00;0.05;0 -399;supply_node;4120.00;10.53;1614.00;2.98;0 -399;supply_node;4039.00;10.18;1491.00;5.92;0 -399;supply_node;4171.00;10.00;1713.00;2.22;0 -399;supply_node;4156.00;10.25;1684.00;5.16;0 -399;supply_node;4209.00;10.90;1631.00;0.35;0 -399;supply_node;4079.00;10.10;1551.00;4.39;0 -399;supply_node;4128.00;9.80;1680.00;1.04;0 -399;supply_node;4138.00;10.23;1598.00;2.53;0 -399;supply_node;4153.00;10.23;1576.00;0.28;0 -399;supply_node;4122.00;10.45;1650.00;1.76;0 -399;supply_node;4248.00;10.50;1613.00;4.69;0 -399;supply_node;4232.00;10.50;1697.00;1.00;0 -399;supply_node;4146.00;9.80;1723.00;3.93;0 -399;supply_node;4054.00;9.90;1554.00;0.58;0 -399;supply_node;3992.00;9.80;1594.00;3.17;0 -399;supply_node;4296.00;10.70;1645.00;6.11;0 -399;supply_node;4282.00;13.15;1599.00;1.30;0 -399;supply_node;4168.00;10.82;1628.00;5.34;0 -399;supply_node;4207.00;10.60;1678.00;2.00;0 -399;supply_node;4265.00;11.18;1641.00;3.47;0 -400;supply_node;4075.00;10.40;1665.00;0.36;0 -400;supply_node;3941.00;10.40;1635.00;3.29;0 -400;supply_node;4027.00;9.80;1621.00;5.87;0 -400;supply_node;4009.00;9.80;1679.00;2.53;0 -400;supply_node;3940.00;10.40;1732.00;4.01;0 -400;supply_node;4094.00;9.82;1645.00;1.77;0 -400;supply_node;3959.00;9.80;1605.00;4.71;0 -400;supply_node;3904.00;9.70;1752.00;6.18;0 -400;supply_node;4025.00;10.40;1697.00;3.94;0 -400;supply_node;3979.00;9.80;1671.00;5.42;0 -400;supply_node;4059.00;10.20;1625.00;2.07;0 -400;supply_node;3902.00;9.70;1678.00;6.11;0 -400;supply_node;4009.00;9.80;1641.00;1.31;0 -400;supply_node;3883.00;9.70;1701.00;4.24;0 -400;supply_node;3959.00;9.80;1654.00;0.55;0 -400;supply_node;4077.00;9.80;1691.00;3.48;0 -400;supply_node;4016.00;9.93;1735.00;0.13;0 -400;supply_node;3900.00;10.30;1641.00;2.71;0 -400;supply_node;4017.00;9.80;1602.00;5.65;0 -400;supply_node;4056.00;9.90;1708.00;0.85;0 -400;supply_node;4043.00;10.40;1656.00;4.89;0 -400;supply_node;3925.00;10.40;1713.00;1.55;0 -400;supply_node;4097.00;10.38;1680.00;3.02;0 -400;supply_node;3928.00;11.32;1688.00;0.78;0 -400;supply_node;3965.00;10.32;1751.00;2.26;0 -400;supply_node;4047.00;10.40;1606.00;5.20;0 -400;supply_node;4014.00;9.80;1659.00;2.95;0 -400;supply_node;4028.00;10.30;1718.00;4.43;0 -400;supply_node;3919.00;10.05;1640.00;1.08;0 -400;supply_node;4082.00;10.50;1620.00;3.67;0 -400;supply_node;3902.00;9.73;1725.00;0.32;0 -400;supply_node;4109.00;9.80;1662.00;1.80;0 -400;supply_node;3996.00;10.30;1705.00;5.84;0 -400;supply_node;4069.00;10.40;1644.00;2.49;0 -400;supply_node;3930.00;9.80;1615.00;3.97;0 -400;supply_node;3921.00;9.80;1669.00;1.73;0 -400;supply_node;3983.00;9.80;1652.00;3.21;0 -400;supply_node;3952.00;10.40;1702.00;6.14;0 -400;supply_node;3895.00;10.00;1658.00;2.80;0 -400;supply_node;3933.00;9.70;1756.00;5.38;0 -400;supply_node;3962.00;10.32;1629.00;2.04;0 -400;supply_node;3904.00;9.90;1701.00;3.51;0 -400;supply_node;4048.00;10.40;1680.00;1.27;0 -400;supply_node;3994.00;10.15;1745.00;4.20;0 -400;supply_node;3978.00;9.80;1615.00;5.69;0 -400;supply_node;3963.00;10.40;1686.00;3.44;0 -400;supply_node;4039.00;9.85;1638.00;4.92;0 -400;supply_node;3972.00;10.32;1721.00;1.57;0 -400;supply_node;3938.00;9.80;1662.00;5.62;0 -400;supply_node;3995.00;9.80;1626.00;0.81;0 -401;supply_node;3999.00;9.70;2008.00;5.87;0 -401;supply_node;3854.00;9.70;1853.00;2.53;0 -401;supply_node;3857.00;10.05;1886.00;4.01;0 -401;supply_node;3993.00;10.28;1792.00;1.77;0 -401;supply_node;3986.00;9.70;1923.00;4.71;0 -401;supply_node;3900.00;9.70;1928.00;6.18;0 -401;supply_node;3883.00;9.80;1822.00;3.94;0 -401;supply_node;4027.00;9.70;1854.00;5.42;0 -401;supply_node;3955.00;9.70;1776.00;2.07;0 -401;supply_node;3948.00;9.70;1871.00;6.11;0 -401;supply_node;3944.00;9.70;1827.00;1.31;0 -401;supply_node;3838.00;9.70;1819.00;4.24;0 -401;supply_node;3888.00;9.75;1778.00;0.55;0 -401;supply_node;3897.00;9.70;2003.00;3.48;0 -401;supply_node;3902.00;9.70;1864.00;0.13;0 -401;supply_node;3993.00;9.75;1872.00;2.71;0 -401;supply_node;4051.00;9.70;1944.00;5.65;0 -401;supply_node;3906.00;9.80;1806.00;0.85;0 -401;supply_node;3863.00;10.30;1794.00;4.89;0 -401;supply_node;3989.00;10.32;1822.00;1.55;0 -401;supply_node;4051.00;9.70;1892.00;3.02;0 -401;supply_node;3948.00;9.88;1797.00;0.78;0 -401;supply_node;3918.00;9.80;1781.00;2.26;0 -401;supply_node;3994.00;10.40;1771.00;5.20;0 -401;floating_harbor;3874.17;9.50;1955.06;0.76;4669 -401;floating_harbor;3852.04;9.50;1998.27;-4.61;8461 -402;supply_node;4159.00;9.80;1761.00;4.01;0 -402;supply_node;4035.00;9.88;1747.00;1.77;0 -402;supply_node;4101.00;9.78;1854.00;4.71;0 -402;supply_node;4036.00;10.40;1809.00;6.18;0 -402;supply_node;4211.00;9.90;1724.00;3.94;0 -402;supply_node;4175.00;10.50;1782.00;5.42;0 -402;supply_node;4320.00;10.40;1714.00;2.07;0 -402;supply_node;4069.00;10.32;1762.00;6.11;0 -402;supply_node;4245.00;10.30;1766.00;1.31;0 -402;supply_node;4087.00;9.80;1727.00;4.24;0 -402;supply_node;4283.00;11.30;1739.00;0.55;0 -402;supply_node;4268.00;11.05;1812.00;3.48;0 -402;supply_node;4326.00;11.20;1738.00;0.13;0 -402;supply_node;4288.00;10.95;1767.00;2.71;0 -402;supply_node;4139.00;9.80;1746.00;5.65;0 -402;supply_node;4130.00;9.80;1799.00;0.85;0 -402;supply_node;4064.00;9.70;1838.00;4.89;0 -402;supply_node;4030.00;10.25;1774.00;1.55;0 -402;supply_node;4115.00;10.35;1773.00;3.02;0 -402;supply_node;4063.00;10.25;1737.00;0.78;0 -402;supply_node;4268.00;10.75;1709.00;2.26;0 -402;supply_node;4091.00;10.40;1810.00;5.20;0 -402;supply_node;4177.00;9.80;1738.00;2.95;0 -402;supply_node;4152.00;9.75;1830.00;4.43;0 -402;supply_node;4074.00;9.70;1785.00;1.08;0 -402;supply_node;4195.00;9.80;1750.00;3.67;0 -402;supply_node;4108.00;10.30;1746.00;0.32;0 -402;supply_node;4218.00;10.07;1757.00;1.80;0 -402;supply_node;4212.00;10.05;1802.00;5.84;0 -402;supply_node;4191.00;10.07;1842.00;2.49;0 -402;supply_node;4244.00;10.25;1731.00;3.97;0 -403;supply_node;4487.00;10.90;1960.00;4.71;0 -403;supply_node;4343.00;12.05;1950.00;6.18;0 -403;supply_node;4177.00;9.78;2015.00;3.94;0 -403;supply_node;4091.00;9.70;1979.00;5.42;0 -403;supply_node;4249.00;11.03;1909.00;2.07;0 -403;supply_node;4131.00;9.70;1889.00;6.11;0 -403;supply_node;4166.00;9.70;1941.00;1.31;0 -403;supply_node;4488.00;10.60;1892.00;4.24;0 -403;supply_node;4226.00;10.57;1871.00;0.55;0 -403;supply_node;4499.00;9.80;2022.00;3.48;0 -403;supply_node;4330.00;9.75;2015.00;0.13;0 -403;supply_node;4310.00;11.43;1890.00;2.71;0 -403;supply_node;4329.00;11.05;1853.00;5.65;0 -403;supply_node;4629.00;9.78;1999.00;0.85;0 -403;supply_node;4231.00;10.90;1959.00;4.89;0 -403;supply_node;4399.00;10.50;1901.00;1.55;0 -404;supply_node;4365.00;10.60;1725.00;3.94;0 -404;supply_node;4351.00;10.57;1811.00;5.42;0 -404;supply_node;4429.00;10.48;1804.00;2.07;0 -404;supply_node;4447.00;10.80;1845.00;6.11;0 -404;supply_node;4341.00;10.55;1771.00;1.31;0 -404;supply_node;4398.00;10.40;1729.00;4.24;0 -404;supply_node;4404.00;10.60;1768.00;0.55;0 -405;floating_harbor;2414.70;9.50;1279.96;-1.87;1751 -406;supply_node;2981.00;9.70;1575.00;1.31;0 -406;supply_node;2992.00;9.70;1582.00;4.24;0 -406;supply_node;2988.00;9.70;1573.00;0.55;0 -407;supply_node;4828.00;10.62;1114.00;0.55;0 -407;supply_node;4799.00;9.50;1081.00;3.48;0 -407;supply_node;4782.00;10.07;1060.00;0.13;0 -407;floating_harbor;4823.95;9.50;1108.95;-0.79;1123 -407;floating_harbor;4818.00;9.50;1117.00;1.39;7115 -407;floating_harbor;4805.95;9.50;1087.95;-0.79;10124 -407;floating_harbor;4787.88;9.50;1051.18;-2.55;11932 -408;supply_node;4422.00;9.70;629.00;0.13;0 -408;supply_node;4432.00;9.70;628.00;2.71;0 -408;supply_node;4414.00;9.70;617.00;5.65;0 -408;supply_node;4433.00;10.25;616.00;0.85;0 -408;supply_node;4427.00;9.70;609.00;4.89;0 -408;supply_node;4396.00;9.80;644.00;1.55;0 -408;supply_node;4413.00;10.20;638.00;3.02;0 -408;supply_node;4412.00;9.78;607.00;0.78;0 -408;supply_node;4434.00;9.50;661.00;2.26;0 -408;supply_node;4417.00;10.28;646.00;5.20;0 -408;supply_node;4409.00;9.80;628.00;2.95;0 -408;supply_node;4392.00;9.95;637.00;4.43;0 -408;floating_harbor;4432.26;9.50;634.13;-1.11;1332 -408;floating_harbor;4445.00;9.50;629.00;-2.77;1345 -408;floating_harbor;4446.93;9.50;617.99;-1.43;4364 -408;floating_harbor;4428.96;9.50;639.77;-1.46;10225 -408;floating_harbor;4435.00;9.50;677.00;-0.06;12113 -408;floating_harbor;4422.88;9.50;654.82;-0.59;12184 -409;supply_node;2910.00;13.73;1433.00;5.65;0 -409;supply_node;2903.00;14.48;1427.00;0.85;0 -409;supply_node;2894.00;11.45;1427.00;4.89;0 -409;supply_node;2907.00;11.75;1440.00;1.55;0 -409;supply_node;2900.00;11.82;1435.00;3.02;0 -410;supply_node;2913.00;11.90;1398.00;4.89;0 -410;supply_node;2918.00;10.43;1395.00;1.55;0 -410;floating_harbor;2921.21;9.50;1385.36;-2.82;9909 -411;supply_node;2918.00;15.75;1429.00;3.02;0 -411;supply_node;2925.00;11.05;1409.00;0.78;0 -411;supply_node;2922.00;11.88;1420.00;2.26;0 -411;supply_node;2916.00;15.48;1416.00;5.20;0 -411;supply_node;2912.00;16.08;1424.00;2.95;0 -411;supply_node;2918.00;14.23;1407.00;4.43;0 -412;supply_node;3001.00;10.35;1544.00;2.26;0 -412;supply_node;3017.00;13.40;1538.00;5.20;0 -412;supply_node;2999.00;12.85;1531.00;2.95;0 -412;supply_node;3008.00;12.95;1535.00;4.43;0 -412;supply_node;3009.00;10.23;1545.00;1.08;0 -412;supply_node;3001.00;9.80;1553.00;3.67;0 -413;supply_node;1646.00;10.62;1721.00;2.95;0 -413;supply_node;1630.00;10.05;1661.00;4.43;0 -413;supply_node;1616.00;11.10;1692.00;1.08;0 -413;supply_node;1662.00;10.53;1704.00;3.67;0 -413;supply_node;1647.00;10.73;1673.00;0.32;0 -413;supply_node;1593.00;11.00;1687.00;1.80;0 -413;supply_node;1578.00;10.85;1677.00;5.84;0 -413;supply_node;1633.00;10.30;1685.00;2.49;0 -413;supply_node;1602.00;10.80;1670.00;3.97;0 -413;supply_node;1682.00;10.57;1697.00;1.73;0 -413;supply_node;1612.00;9.95;1657.00;3.21;0 -414;supply_node;3020.00;9.80;1555.00;1.08;0 -414;supply_node;3018.00;9.95;1546.00;3.67;0 -414;supply_node;3026.00;10.90;1543.00;0.32;0 -414;supply_node;3034.00;10.98;1543.00;1.80;0 -414;supply_node;3039.00;9.80;1556.00;5.84;0 -414;supply_node;3010.00;9.78;1556.00;2.49;0 -414;supply_node;3033.00;10.07;1548.00;3.97;0 -414;supply_node;3030.00;10.23;1556.00;1.73;0 -415;supply_node;2728.00;10.90;1708.00;0.32;0 -415;supply_node;2760.00;10.00;1689.00;1.80;0 -415;supply_node;2749.00;12.32;1669.00;5.84;0 -415;supply_node;2728.00;11.78;1695.00;2.49;0 -415;supply_node;2701.00;9.75;1684.00;3.97;0 -415;supply_node;2716.00;10.78;1679.00;1.73;0 -415;supply_node;2688.00;9.60;1699.00;3.21;0 -415;supply_node;2720.00;13.20;1692.00;6.14;0 -415;supply_node;2710.00;10.48;1693.00;2.80;0 -415;supply_node;2727.00;12.50;1679.00;5.38;0 -415;supply_node;2718.00;11.12;1706.00;2.04;0 -415;supply_node;2736.00;12.32;1685.00;3.51;0 -415;supply_node;2747.00;12.10;1677.00;1.27;0 -415;supply_node;2739.00;10.15;1709.00;4.20;0 -415;supply_node;2757.00;10.23;1679.00;5.69;0 -415;supply_node;2718.00;11.35;1670.00;3.44;0 -415;supply_node;2746.00;11.73;1689.00;4.92;0 -415;supply_node;2701.00;9.53;1670.00;1.57;0 -415;supply_node;2735.00;12.68;1673.00;5.62;0 -415;floating_harbor;2730.37;9.50;1719.86;-0.20;131 -415;floating_harbor;2757.30;9.50;1699.79;0.24;200 -415;floating_harbor;2757.82;9.50;1663.12;-2.16;3150 -415;floating_harbor;2755.00;9.50;1719.00;-0.76;3159 -415;floating_harbor;2696.87;9.50;1692.26;0.46;3178 -415;floating_harbor;2727.82;9.50;1686.88;-0.98;6046 -415;floating_harbor;2683.87;9.50;1690.74;-3.61;6062 -415;floating_harbor;2755.00;9.50;1719.00;-0.74;6104 -415;floating_harbor;2700.36;9.50;1696.21;1.25;6205 -415;floating_harbor;2755.00;9.50;1719.00;-0.69;9075 -415;floating_harbor;2715.85;9.50;1718.90;0.17;9090 -415;floating_harbor;2755.00;9.50;1719.00;-0.67;9161 -415;floating_harbor;2749.79;9.50;1711.70;-1.33;11064 -415;floating_harbor;2767.26;9.50;1673.87;-2.03;11136 -415;floating_harbor;2694.00;9.50;1676.00;1.15;11161 -415;floating_harbor;2746.00;9.50;1701.00;0.00;11207 -415;floating_harbor;2694.00;9.50;1676.00;0.85;11266 -416;supply_node;2735.00;12.70;1665.00;5.84;0 -416;supply_node;2715.00;9.50;1660.00;2.49;0 -416;supply_node;2729.00;10.50;1654.00;3.97;0 -416;supply_node;2745.00;11.23;1661.00;1.73;0 -416;supply_node;2734.00;11.98;1646.00;3.21;0 -416;supply_node;2721.00;9.50;1632.00;6.14;0 -416;supply_node;2725.00;11.68;1664.00;2.80;0 -416;supply_node;2723.00;9.88;1651.00;5.38;0 -416;supply_node;2726.00;11.68;1640.00;2.04;0 -416;supply_node;2750.00;11.75;1643.00;3.51;0 -416;supply_node;2733.00;9.98;1634.00;1.27;0 -416;supply_node;2735.00;11.82;1657.00;4.20;0 -416;supply_node;2745.00;11.45;1652.00;5.69;0 -416;supply_node;2742.00;10.93;1638.00;3.44;0 -416;supply_node;2756.00;11.50;1651.00;4.92;0 -416;floating_harbor;2720.13;9.50;1649.74;-2.68;284 -416;floating_harbor;2716.00;9.50;1650.00;-1.57;3373 -416;floating_harbor;2756.00;9.50;1661.00;-1.57;6300 -416;floating_harbor;2729.26;9.50;1627.87;-2.03;6350 -416;floating_harbor;2694.00;9.50;1676.00;0.99;6385 -416;floating_harbor;2713.00;9.50;1651.00;1.57;6395 -416;floating_harbor;2694.00;9.50;1676.00;0.67;9237 -416;floating_harbor;2736.21;9.50;1624.36;-2.82;9350 -416;floating_harbor;2746.00;9.50;1657.00;-1.57;9383 -416;floating_harbor;2780.00;9.50;1655.00;-1.63;9392 -416;floating_harbor;2725.00;9.50;1612.00;-3.80;11218 -416;floating_harbor;2760.60;9.50;1662.50;-0.38;11378 -417;supply_node;3479.00;11.80;1089.00;3.97;0 -417;supply_node;3448.00;12.40;1089.00;1.73;0 -417;supply_node;3539.00;10.30;1107.00;3.21;0 -417;supply_node;3466.00;11.88;1059.00;6.14;0 -417;supply_node;3509.00;11.20;1086.00;2.80;0 -417;supply_node;3516.00;10.60;1118.00;5.38;0 -417;supply_node;3501.00;11.85;1058.00;2.04;0 -418;supply_node;3534.00;14.25;1000.00;3.21;0 -418;supply_node;3482.00;12.28;1031.00;6.14;0 -418;supply_node;3533.00;11.50;938.00;2.80;0 -418;supply_node;3501.00;12.05;1002.00;5.38;0 -418;supply_node;3520.00;11.70;963.00;2.04;0 -418;supply_node;3568.00;10.50;966.00;3.51;0 -418;supply_node;3513.00;11.65;1032.00;1.27;0 -419;supply_node;4393.00;10.05;746.00;2.80;0 -419;supply_node;4351.00;9.85;799.00;5.38;0 -419;supply_node;4351.00;9.65;815.00;2.04;0 -419;supply_node;4368.00;9.65;775.00;3.51;0 -419;supply_node;4352.00;9.68;776.00;1.27;0 -419;supply_node;4359.00;11.05;781.00;4.20;0 -419;supply_node;4370.00;9.57;867.00;5.69;0 -419;supply_node;4386.00;11.05;743.00;3.44;0 -419;supply_node;4362.00;10.38;789.00;4.92;0 -419;supply_node;4356.00;10.40;883.00;1.57;0 -419;supply_node;4350.00;10.30;878.00;5.62;0 -419;supply_node;4366.00;10.32;766.00;0.81;0 -419;supply_node;4357.00;9.62;826.00;3.74;0 -419;supply_node;4358.00;10.73;858.00;0.05;0 -419;supply_node;4374.00;10.20;756.00;2.98;0 -419;supply_node;4369.00;9.70;878.00;5.92;0 -419;supply_node;4380.00;9.62;868.00;2.22;0 -419;supply_node;4360.00;10.12;870.00;5.16;0 -419;supply_node;4365.00;9.50;756.00;0.35;0 -419;supply_node;4346.00;10.00;801.00;4.39;0 -419;supply_node;4345.00;10.23;889.00;1.04;0 -419;supply_node;4378.00;9.70;884.00;2.53;0 -419;supply_node;4382.00;9.70;877.00;0.28;0 -419;supply_node;4363.00;9.60;851.00;1.76;0 -419;supply_node;4383.00;10.23;752.00;4.69;0 -419;supply_node;4351.00;9.70;789.00;1.00;0 -419;supply_node;4363.00;9.62;841.00;3.93;0 -419;supply_node;4342.00;9.70;783.00;0.58;0 -419;supply_node;4359.00;9.70;768.00;3.17;0 -419;floating_harbor;4398.13;9.50;756.26;-0.46;1279 -419;floating_harbor;4360.64;9.50;795.79;-1.89;1281 -419;floating_harbor;4360.64;9.50;811.79;-1.89;1308 -419;floating_harbor;4377.64;9.50;771.79;-1.89;1337 -419;floating_harbor;4345.05;9.50;769.05;-3.93;1366 -419;floating_harbor;4372.70;9.50;856.21;-2.90;1427 -419;floating_harbor;4368.95;9.50;795.95;-0.79;4312 -419;floating_harbor;4377.86;9.50;768.37;-1.37;4371 -419;floating_harbor;4367.79;9.50;828.70;-1.33;4388 -419;floating_harbor;4378.60;9.50;767.50;-0.38;7236 -419;floating_harbor;4377.63;9.50;856.14;-3.34;7408 -419;floating_harbor;4360.40;9.50;744.50;-3.52;10156 -419;floating_harbor;4336.36;9.50;804.21;1.25;10158 -419;floating_harbor;4374.50;9.50;855.60;-1.19;12122 -419;floating_harbor;4391.37;9.50;762.47;-0.67;12131 -419;floating_harbor;4360.48;9.50;800.38;-0.69;12201 -419;floating_harbor;4373.00;9.50;841.00;-1.57;12220 -419;floating_harbor;4339.30;9.50;772.21;-3.39;12230 -419;floating_harbor;4353.87;9.50;757.74;-3.61;12286 -420;supply_node;4352.00;10.93;898.00;2.04;0 -420;supply_node;4346.00;11.30;925.00;3.51;0 -420;supply_node;4366.00;9.70;888.00;1.27;0 -420;supply_node;4361.00;9.70;924.00;4.20;0 -420;supply_node;4361.00;9.75;901.00;5.69;0 -420;supply_node;4352.00;11.55;914.00;3.44;0 -420;supply_node;4368.00;9.70;911.00;4.92;0 -420;supply_node;4379.00;10.28;917.00;1.57;0 -420;supply_node;4377.00;9.80;902.00;5.62;0 -420;supply_node;4377.00;9.80;894.00;0.81;0 -420;supply_node;4377.00;10.75;927.00;3.74;0 -421;supply_node;4397.00;9.57;857.00;1.27;0 -421;supply_node;4393.00;10.75;917.00;4.20;0 -421;supply_node;4386.00;9.70;854.00;5.69;0 -421;supply_node;4389.00;10.15;897.00;3.44;0 -421;supply_node;4389.00;9.60;863.00;4.92;0 -421;supply_node;4403.00;9.70;848.00;1.57;0 -421;supply_node;4403.00;9.60;869.00;5.62;0 -421;supply_node;4413.00;10.10;902.00;0.81;0 -421;supply_node;4411.00;9.93;889.00;3.74;0 -421;supply_node;4394.00;10.38;883.00;0.05;0 -421;supply_node;4392.00;9.70;873.00;2.98;0 -421;supply_node;4410.00;9.82;879.00;5.92;0 -421;supply_node;4401.00;10.35;909.00;2.22;0 -421;supply_node;4401.00;10.12;895.00;5.16;0 -421;floating_harbor;4390.87;9.50;844.74;-3.61;1244 -421;floating_harbor;4377.18;9.50;848.12;-4.12;4433 -421;floating_harbor;4374.21;9.50;859.30;-4.47;7225 -421;floating_harbor;4403.00;9.50;836.00;-3.14;7292 -422;supply_node;4416.00;10.15;867.00;5.69;0 -422;supply_node;4432.00;10.23;863.00;3.44;0 -422;supply_node;4409.00;10.03;859.00;4.92;0 -422;supply_node;4421.00;11.20;854.00;1.57;0 -422;supply_node;4425.00;9.93;872.00;5.62;0 -422;supply_node;4453.00;10.30;865.00;0.81;0 -422;supply_node;4441.00;9.93;871.00;3.74;0 -423;supply_node;3156.00;12.20;1450.00;4.92;0 -423;supply_node;3156.00;11.20;1466.00;1.57;0 -423;supply_node;3137.00;9.70;1468.00;5.62;0 -423;supply_node;3168.00;10.23;1473.00;0.81;0 -423;supply_node;3148.00;10.38;1457.00;3.74;0 -423;supply_node;3159.00;13.00;1457.00;0.05;0 -423;supply_node;3146.00;9.70;1477.00;2.98;0 -423;supply_node;3141.00;9.82;1441.00;5.92;0 -423;supply_node;3145.00;11.30;1449.00;2.22;0 -423;supply_node;3151.00;10.43;1472.00;5.16;0 -423;supply_node;3154.00;11.55;1442.00;0.35;0 -423;supply_node;3165.00;10.98;1465.00;4.39;0 -423;supply_node;3157.00;10.35;1478.00;1.04;0 -423;supply_node;3144.00;10.25;1464.00;2.53;0 -424;supply_node;3043.00;9.70;1588.00;5.62;0 -424;supply_node;3035.00;9.70;1596.00;0.81;0 -424;supply_node;3034.00;9.70;1585.00;3.74;0 -424;supply_node;3045.00;9.68;1599.00;0.05;0 -424;supply_node;3055.00;9.75;1601.00;2.98;0 -424;supply_node;3078.00;10.00;1606.00;5.92;0 -424;supply_node;3082.00;10.12;1614.00;2.22;0 -424;supply_node;3067.00;9.78;1608.00;5.16;0 -424;floating_harbor;3019.00;9.50;1610.00;0.83;6334 -424;floating_harbor;3040.40;9.50;1610.50;0.38;9334 -424;floating_harbor;3052.85;9.50;1613.90;0.17;9361 -424;floating_harbor;3082.00;9.50;1625.00;0.00;11343 -424;floating_harbor;3059.80;9.50;1617.60;0.64;11372 -425;supply_node;3371.00;9.70;1268.00;3.74;0 -425;supply_node;3314.00;10.35;1258.00;0.05;0 -425;supply_node;3333.00;10.07;1259.00;2.98;0 -425;supply_node;3306.00;11.45;1265.00;5.92;0 -425;supply_node;3323.00;10.23;1256.00;2.22;0 -425;supply_node;3341.00;11.75;1268.00;5.16;0 -425;supply_node;3358.00;9.78;1267.00;0.35;0 -425;supply_node;3351.00;13.23;1271.00;4.39;0 -425;floating_harbor;3363.05;9.50;1260.05;-3.93;806 -425;floating_harbor;3301.10;9.50;1255.85;-4.55;4008 -425;floating_harbor;3340.95;9.50;1251.05;-2.36;4124 -425;floating_harbor;3298.80;9.50;1255.40;-3.79;4127 -425;floating_harbor;3325.37;9.50;1244.14;-2.94;7026 -425;floating_harbor;3347.13;9.50;1255.74;-2.68;10056 -425;floating_harbor;3355.85;9.50;1254.10;-3.31;11746 -425;floating_harbor;3347.30;9.50;1256.21;-3.39;11810 -426;supply_node;3181.00;12.07;1440.00;2.98;0 -426;supply_node;3210.00;13.12;1429.00;5.92;0 -426;supply_node;3166.00;14.20;1446.00;2.22;0 -426;supply_node;3207.00;13.57;1450.00;5.16;0 -426;supply_node;3193.00;15.48;1466.00;0.35;0 -426;supply_node;3170.00;13.85;1430.00;4.39;0 -426;supply_node;3201.00;14.35;1431.00;1.04;0 -426;supply_node;3214.00;15.32;1439.00;2.53;0 -426;supply_node;3179.00;11.43;1447.00;0.28;0 -426;supply_node;3180.00;15.45;1431.00;1.76;0 -426;supply_node;3191.00;13.48;1430.00;4.69;0 -426;supply_node;3170.00;15.30;1452.00;1.00;0 -426;supply_node;3173.00;12.07;1458.00;3.93;0 -426;supply_node;3189.00;14.93;1459.00;0.58;0 -426;supply_node;3162.00;15.48;1429.00;3.17;0 -426;supply_node;3205.00;13.95;1440.00;6.11;0 -426;supply_node;3196.00;14.40;1448.00;1.30;0 -426;supply_node;3185.00;11.70;1454.00;5.34;0 -426;supply_node;3199.00;16.02;1458.00;2.00;0 -426;supply_node;3183.00;15.25;1471.00;3.47;0 -426;supply_node;3164.00;12.15;1438.00;1.23;0 -426;supply_node;3193.00;11.05;1438.00;2.71;0 -426;supply_node;3176.00;11.90;1465.00;5.65;0 -427;supply_node;3168.00;11.32;1481.00;2.22;0 -427;supply_node;3181.00;15.12;1478.00;5.16;0 -427;supply_node;3174.00;11.07;1486.00;0.35;0 -427;supply_node;3162.00;11.20;1492.00;4.39;0 -427;supply_node;3158.00;9.85;1486.00;1.04;0 -428;supply_node;3092.00;10.70;1538.00;0.35;0 -428;supply_node;3058.00;10.00;1547.00;4.39;0 -428;supply_node;3075.00;9.95;1547.00;1.04;0 -428;supply_node;3047.00;9.80;1557.00;2.53;0 -428;supply_node;3067.00;13.65;1529.00;0.28;0 -428;supply_node;3065.00;9.85;1549.00;1.76;0 -428;supply_node;3061.00;13.90;1537.00;4.69;0 -428;supply_node;3079.00;10.23;1542.00;1.00;0 -428;supply_node;3075.00;14.10;1524.00;3.93;0 -428;supply_node;3079.00;10.12;1531.00;0.58;0 -428;supply_node;3053.00;12.68;1540.00;3.17;0 -428;supply_node;3047.00;10.07;1549.00;6.11;0 -428;supply_node;3057.00;9.85;1556.00;1.30;0 -428;supply_node;3086.00;10.50;1535.00;5.34;0 -428;supply_node;3070.00;10.15;1538.00;2.00;0 -428;supply_node;3045.00;12.45;1542.00;3.47;0 -429;supply_node;3079.00;12.38;1517.00;1.04;0 -429;supply_node;3086.00;13.60;1515.00;2.53;0 -429;supply_node;3099.00;11.68;1523.00;0.28;0 -429;supply_node;3105.00;13.70;1512.00;1.76;0 -429;supply_node;3087.00;10.75;1523.00;4.69;0 -429;supply_node;3098.00;14.10;1504.00;1.00;0 -429;supply_node;3094.00;13.32;1512.00;3.93;0 -429;supply_node;3094.00;10.73;1528.00;0.58;0 -429;supply_node;3104.00;12.70;1520.00;3.17;0 -430;supply_node;1415.00;10.80;1651.00;0.28;0 -430;supply_node;1441.00;10.10;1654.00;1.76;0 -430;supply_node;1421.00;10.00;1544.00;4.69;0 -430;supply_node;1458.00;10.00;1661.00;1.00;0 -430;supply_node;1476.00;10.70;1561.00;3.93;0 -430;supply_node;1410.00;10.15;1619.00;0.58;0 -430;supply_node;1425.00;9.85;1500.00;3.17;0 -430;supply_node;1398.00;10.00;1551.00;6.11;0 -430;supply_node;1397.00;10.98;1595.00;1.30;0 -430;supply_node;1462.00;10.10;1535.00;5.34;0 -430;supply_node;1430.00;9.80;1516.00;2.00;0 -430;supply_node;1434.00;10.53;1543.00;3.47;0 -430;supply_node;1392.00;10.32;1623.00;1.23;0 -430;supply_node;1465.00;10.60;1514.00;2.71;0 -430;supply_node;1446.00;10.15;1555.00;5.65;0 -430;supply_node;1432.00;10.50;1531.00;3.41;0 -430;supply_node;1476.00;10.20;1526.00;4.88;0 -430;supply_node;1448.00;10.60;1541.00;1.53;0 -430;supply_node;1385.00;11.23;1546.00;4.12;0 -430;supply_node;1429.00;10.10;1644.00;0.77;0 -430;supply_node;1415.00;10.90;1634.00;3.71;0 -430;supply_node;1431.00;10.60;1666.00;0.01;0 -430;supply_node;1480.00;9.85;1662.00;2.95;0 -430;supply_node;1447.00;10.12;1569.00;4.42;0 -430;supply_node;1407.00;10.03;1571.00;2.18;0 -430;supply_node;1460.00;10.32;1548.00;5.12;0 -430;supply_node;1417.00;10.10;1559.00;0.31;0 -430;supply_node;1416.00;9.85;1518.00;4.35;0 -430;supply_node;1400.00;11.03;1636.00;5.83;0 -430;supply_node;1412.00;10.50;1500.00;2.49;0 -430;supply_node;1434.00;10.10;1578.00;0.25;0 -430;supply_node;1460.00;10.10;1560.00;1.72;0 -430;supply_node;1460.00;10.53;1570.00;4.66;0 -430;supply_node;1427.00;10.20;1614.00;0.96;0 -430;supply_node;1401.00;11.23;1656.00;3.90;0 -430;supply_node;1432.00;11.40;1565.00;5.37;0 -430;supply_node;1475.00;10.28;1539.00;3.13;0 -430;supply_node;1473.00;10.78;1550.00;6.07;0 -430;supply_node;1403.00;10.00;1561.00;1.26;0 -430;supply_node;1393.00;12.20;1608.00;4.20;0 -430;supply_node;1389.00;10.10;1561.00;0.50;0 -430;supply_node;1462.00;10.10;1524.00;3.44;0 -430;supply_node;1399.00;10.57;1531.00;0.09;0 -430;supply_node;1432.00;10.40;1555.00;2.67;0 -430;supply_node;1416.00;10.48;1671.00;5.61;0 -430;supply_node;1402.00;11.23;1582.00;0.80;0 -430;supply_node;1452.00;9.85;1512.00;4.84;0 -430;supply_node;1440.00;9.80;1511.00;1.50;0 -430;supply_node;1474.00;10.70;1570.00;2.98;0 -430;supply_node;1403.00;9.80;1514.00;0.74;0 -430;supply_node;1419.00;10.40;1584.00;2.21;0 -430;supply_node;1426.00;10.60;1597.00;5.15;0 -430;supply_node;1387.00;11.20;1534.00;2.91;0 -430;supply_node;1422.00;10.28;1573.00;4.39;0 -430;supply_node;1447.00;9.82;1527.00;1.04;0 -430;supply_node;1412.00;10.75;1602.00;3.62;0 -430;supply_node;1407.00;9.95;1545.00;0.28;0 -430;supply_node;1414.00;10.60;1532.00;3.21;0 -431;supply_node;3683.00;10.20;574.00;4.69;0 -431;supply_node;3969.00;9.70;517.00;1.00;0 -431;floating_harbor;3683.00;9.50;586.00;0.00;2188 -431;floating_harbor;3977.00;9.50;517.00;-1.57;13019 -432;supply_node;3012.00;13.95;1470.00;3.93;0 -432;supply_node;3010.00;15.07;1462.00;0.58;0 -432;supply_node;3021.00;14.12;1464.00;3.17;0 -433;supply_node;3436.00;9.80;1602.00;3.17;0 -433;supply_node;3437.00;9.93;1592.00;6.11;0 -433;supply_node;3450.00;10.25;1610.00;1.30;0 -433;supply_node;3440.00;9.85;1609.00;5.34;0 -433;supply_node;3411.00;10.00;1581.00;2.00;0 -433;supply_node;3405.00;10.10;1587.00;3.47;0 -433;supply_node;3454.00;10.35;1603.00;1.23;0 -433;supply_node;3442.00;9.80;1619.00;2.71;0 -433;supply_node;3385.00;10.00;1593.00;5.65;0 -433;supply_node;3451.00;10.05;1595.00;3.41;0 -433;supply_node;3461.00;9.80;1614.00;4.88;0 -433;supply_node;3420.00;10.00;1596.00;1.53;0 -433;supply_node;3452.00;10.30;1618.00;4.12;0 -433;supply_node;3421.00;9.90;1582.00;0.77;0 -433;supply_node;3392.00;10.10;1600.00;3.71;0 -433;supply_node;3418.00;10.00;1589.00;0.01;0 -433;supply_node;3464.00;9.93;1606.00;2.95;0 -433;supply_node;3398.00;10.10;1594.00;4.42;0 -433;supply_node;3401.00;10.10;1605.00;2.18;0 -433;supply_node;3393.00;10.60;1611.00;5.12;0 -433;supply_node;3409.00;10.10;1604.00;0.31;0 -433;supply_node;3430.00;9.95;1588.00;4.35;0 -433;supply_node;3410.00;10.07;1595.00;5.83;0 -433;supply_node;3416.00;10.40;1605.00;2.49;0 -433;supply_node;3445.00;9.85;1600.00;0.25;0 -433;supply_node;3405.00;11.28;1613.00;1.72;0 -433;supply_node;3426.00;9.90;1605.00;4.66;0 -433;supply_node;3444.00;9.90;1589.00;0.96;0 -433;supply_node;3414.00;10.05;1616.00;3.90;0 -433;supply_node;3430.00;10.00;1597.00;5.37;0 -433;supply_node;3431.00;10.48;1612.00;3.13;0 -433;supply_node;3385.00;10.00;1602.00;6.07;0 -433;supply_node;3461.00;9.95;1597.00;1.26;0 -433;supply_node;3422.00;10.05;1612.00;4.20;0 -434;supply_node;2911.00;12.55;1468.00;1.30;0 -434;supply_node;2906.00;10.10;1459.00;5.34;0 -434;supply_node;2903.00;10.28;1471.00;2.00;0 -434;supply_node;2898.00;10.12;1463.00;3.47;0 -434;supply_node;2894.00;10.10;1471.00;1.23;0 -435;supply_node;2886.00;10.10;1444.00;2.00;0 -435;supply_node;2889.00;10.00;1458.00;3.47;0 -435;supply_node;2898.00;10.10;1454.00;1.23;0 -435;supply_node;2888.00;10.10;1450.00;2.71;0 -435;supply_node;2896.00;10.10;1446.00;5.65;0 -436;supply_node;2840.00;13.32;1374.00;1.23;0 -436;supply_node;2848.00;11.73;1372.00;2.71;0 -436;floating_harbor;2860.64;9.50;1376.21;-1.25;9853 -437;supply_node;2695.00;12.43;1377.00;5.65;0 -437;supply_node;2674.00;9.85;1385.00;3.41;0 -437;supply_node;2684.00;11.23;1389.00;4.88;0 -437;supply_node;2671.00;10.03;1364.00;1.53;0 -437;supply_node;2691.00;11.65;1385.00;4.12;0 -437;supply_node;2678.00;11.25;1380.00;0.77;0 -437;supply_node;2681.00;12.25;1363.00;3.71;0 -437;supply_node;2675.00;11.23;1371.00;0.01;0 -437;supply_node;2689.00;13.43;1361.00;2.95;0 -437;supply_node;2688.00;11.95;1370.00;4.42;0 -437;supply_node;2686.00;11.93;1377.00;2.18;0 -437;supply_node;2666.00;9.93;1378.00;5.12;0 -437;supply_node;2696.00;13.60;1365.00;0.31;0 -437;floating_harbor;2669.87;9.50;1393.26;0.46;758 -437;floating_harbor;2686.70;9.50;1399.79;-0.24;3761 -437;floating_harbor;2661.36;9.50;1367.21;1.25;6734 -437;floating_harbor;2695.21;9.50;1397.64;-0.32;6764 -437;floating_harbor;2661.07;9.50;1372.99;1.43;9689 -437;floating_harbor;2657.18;9.50;1383.88;0.98;11710 -438;supply_node;2716.00;12.93;1373.00;4.88;0 -438;supply_node;2743.00;12.93;1380.00;1.53;0 -438;supply_node;2716.00;12.98;1333.00;4.12;0 -438;supply_node;2703.00;11.80;1342.00;0.77;0 -438;supply_node;2749.00;12.90;1365.00;3.71;0 -438;supply_node;2741.00;12.45;1364.00;0.01;0 -438;supply_node;2718.00;11.80;1355.00;2.95;0 -438;supply_node;2708.00;13.03;1357.00;4.42;0 -438;supply_node;2729.00;14.25;1333.00;2.18;0 -438;supply_node;2702.00;14.35;1363.00;5.12;0 -438;supply_node;2710.00;13.48;1365.00;0.31;0 -438;supply_node;2714.00;13.98;1381.00;4.35;0 -438;supply_node;2703.00;13.53;1380.00;5.83;0 -438;supply_node;2737.00;12.80;1341.00;2.49;0 -438;supply_node;2722.00;13.78;1330.00;0.25;0 -438;supply_node;2721.00;12.65;1341.00;1.72;0 -438;supply_node;2717.00;12.07;1363.00;4.66;0 -438;supply_node;2724.00;12.40;1367.00;0.96;0 -438;supply_node;2727.00;12.10;1361.00;3.90;0 -438;supply_node;2724.00;13.00;1373.00;5.37;0 -438;supply_node;2726.00;13.03;1385.00;3.13;0 -438;supply_node;2712.00;12.50;1342.00;6.07;0 -438;supply_node;2711.00;12.10;1348.00;1.26;0 -438;supply_node;2738.00;12.43;1357.00;4.20;0 -438;supply_node;2726.00;14.20;1379.00;0.50;0 -438;supply_node;2739.00;12.88;1372.00;3.44;0 -438;supply_node;2736.00;13.30;1384.00;0.09;0 -438;supply_node;2699.00;11.88;1386.00;2.67;0 -438;supply_node;2730.00;13.57;1340.00;5.61;0 -438;supply_node;2735.00;12.12;1350.00;0.80;0 -438;supply_node;2726.00;12.03;1348.00;4.84;0 -438;supply_node;2750.00;12.85;1357.00;1.50;0 -438;supply_node;2733.00;12.53;1367.00;2.98;0 -438;supply_node;2734.00;13.95;1376.00;0.74;0 -438;supply_node;2748.00;11.35;1386.00;2.21;0 -438;supply_node;2716.00;11.25;1387.00;5.15;0 -438;supply_node;2751.00;13.28;1350.00;2.91;0 -438;supply_node;2744.00;12.90;1352.00;4.39;0 -438;supply_node;2727.00;12.10;1355.00;1.04;0 -438;supply_node;2701.00;12.20;1372.00;3.62;0 -438;supply_node;2747.00;13.12;1372.00;0.28;0 -438;supply_node;2708.00;12.07;1386.00;3.21;0 -438;supply_node;2708.00;13.25;1374.00;5.79;0 -438;supply_node;2709.00;13.25;1335.00;2.45;0 -438;supply_node;2742.00;13.32;1345.00;3.93;0 -438;supply_node;2718.00;12.40;1347.00;1.68;0 -438;floating_harbor;2731.13;9.50;1395.26;-0.46;6749 -438;floating_harbor;2741.13;9.50;1394.26;-0.46;9703 -438;floating_harbor;2701.37;9.50;1397.86;-0.20;9719 -438;floating_harbor;2745.30;9.50;1396.79;0.24;11688 -438;floating_harbor;2716.00;9.50;1399.00;0.00;11707 -438;floating_harbor;2708.00;9.50;1398.00;0.00;13218 -439;supply_node;2721.00;11.30;1309.00;4.12;0 -439;supply_node;2710.00;10.90;1315.00;0.77;0 -439;supply_node;2699.00;10.35;1307.00;3.71;0 -439;supply_node;2702.00;14.43;1330.00;0.01;0 -439;supply_node;2704.00;11.45;1322.00;2.95;0 -439;supply_node;2694.00;11.10;1315.00;4.42;0 -439;supply_node;2716.00;11.85;1321.00;2.18;0 -439;supply_node;2709.00;10.85;1306.00;5.12;0 -439;supply_node;2711.00;12.25;1327.00;0.31;0 -439;supply_node;2718.00;12.53;1315.00;4.35;0 -439;supply_node;2702.00;10.70;1314.00;5.83;0 -440;supply_node;2739.00;12.40;1317.00;3.71;0 -440;supply_node;2735.00;11.30;1324.00;0.01;0 -440;supply_node;2767.00;12.00;1311.00;2.95;0 -440;supply_node;2747.00;12.40;1289.00;4.42;0 -440;supply_node;2746.00;14.57;1339.00;2.18;0 -440;supply_node;2739.00;13.65;1332.00;5.12;0 -440;supply_node;2756.00;12.03;1329.00;0.31;0 -440;supply_node;2743.00;11.35;1325.00;4.35;0 -440;supply_node;2756.00;11.78;1307.00;5.83;0 -440;supply_node;2729.00;12.48;1316.00;2.49;0 -440;supply_node;2738.00;12.00;1306.00;0.25;0 -440;supply_node;2733.00;11.70;1301.00;1.72;0 -440;supply_node;2755.00;13.98;1343.00;4.66;0 -440;supply_node;2768.00;12.85;1328.00;0.96;0 -440;supply_node;2739.00;12.95;1296.00;3.90;0 -440;supply_node;2752.00;12.20;1320.00;5.37;0 -440;supply_node;2726.00;10.90;1305.00;3.13;0 -440;supply_node;2758.00;12.75;1336.00;6.07;0 -440;supply_node;2761.00;12.00;1316.00;1.26;0 -440;supply_node;2749.00;11.78;1330.00;4.20;0 -440;supply_node;2746.00;11.82;1303.00;0.50;0 -440;supply_node;2766.00;12.95;1340.00;3.44;0 -440;supply_node;2757.00;12.98;1298.00;0.09;0 -440;supply_node;2761.00;12.32;1323.00;2.67;0 -440;supply_node;2735.00;12.30;1311.00;5.61;0 -440;supply_node;2770.00;12.55;1319.00;0.80;0 -440;supply_node;2762.00;12.85;1304.00;4.84;0 -440;supply_node;2726.00;11.18;1323.00;1.50;0 -440;supply_node;2754.00;11.93;1312.00;2.98;0 -440;supply_node;2770.00;14.00;1334.00;0.74;0 -440;supply_node;2748.00;13.23;1296.00;2.21;0 -440;supply_node;2758.00;11.93;1291.00;5.15;0 -440;supply_node;2747.00;13.10;1315.00;2.91;0 -440;supply_node;2744.00;13.10;1310.00;4.39;0 -441;supply_node;2760.00;9.90;1384.00;2.95;0 -441;supply_node;2802.00;10.30;1350.00;4.42;0 -441;supply_node;2780.00;12.53;1348.00;2.18;0 -441;supply_node;2764.00;13.15;1354.00;5.12;0 -441;supply_node;2764.00;14.43;1361.00;0.31;0 -441;supply_node;2814.00;12.48;1368.00;4.35;0 -441;supply_node;2805.00;13.55;1372.00;5.83;0 -441;supply_node;2772.00;11.23;1372.00;2.49;0 -441;supply_node;2783.00;13.07;1342.00;0.25;0 -441;supply_node;2766.00;13.12;1374.00;1.72;0 -441;supply_node;2779.00;11.38;1381.00;4.66;0 -441;supply_node;2792.00;11.18;1351.00;0.96;0 -441;supply_node;2762.00;13.90;1349.00;3.90;0 -441;supply_node;2772.00;14.00;1357.00;5.37;0 -441;supply_node;2767.00;12.93;1366.00;3.13;0 -441;supply_node;2787.00;11.85;1376.00;6.07;0 -441;supply_node;2778.00;12.45;1376.00;1.26;0 -441;supply_node;2771.00;11.00;1383.00;4.20;0 -441;supply_node;2781.00;12.73;1356.00;0.50;0 -441;supply_node;2789.00;10.53;1360.00;3.44;0 -441;supply_node;2775.00;12.43;1363.00;0.09;0 -441;supply_node;2796.00;10.32;1355.00;2.67;0 -441;supply_node;2796.00;12.23;1364.00;5.61;0 -441;supply_node;2789.00;12.75;1369.00;0.80;0 -441;supply_node;2781.00;10.78;1366.00;4.84;0 -441;supply_node;2777.00;13.57;1337.00;1.50;0 -441;supply_node;2791.00;13.12;1344.00;2.98;0 -441;supply_node;2771.00;13.45;1348.00;0.74;0 -441;supply_node;2804.00;10.50;1356.00;2.21;0 -441;supply_node;2811.00;11.80;1361.00;5.15;0 -441;supply_node;2803.00;12.40;1363.00;2.91;0 -441;supply_node;2796.00;12.43;1373.00;4.39;0 -441;supply_node;2757.00;12.60;1370.00;1.04;0 -441;supply_node;2751.00;12.40;1378.00;3.62;0 -441;supply_node;2809.00;10.20;1353.00;0.28;0 -441;supply_node;2757.00;13.25;1358.00;3.21;0 -441;supply_node;2760.00;13.00;1377.00;5.79;0 -441;floating_harbor;2765.88;9.50;1392.82;-0.59;740 -441;floating_harbor;2776.88;9.50;1391.82;-0.59;6756 -442;supply_node;2842.00;11.57;1357.00;2.18;0 -442;supply_node;2818.00;11.28;1359.00;5.12;0 -442;supply_node;2822.00;12.43;1366.00;0.31;0 -442;supply_node;2830.00;14.05;1370.00;4.35;0 -442;supply_node;2821.00;14.48;1373.00;5.83;0 -442;supply_node;2822.00;9.80;1346.00;2.49;0 -442;supply_node;2816.00;10.25;1350.00;0.25;0 -442;supply_node;2830.00;12.12;1361.00;1.72;0 -442;supply_node;2851.00;9.80;1359.00;4.66;0 -442;supply_node;2836.00;9.75;1350.00;0.96;0 -442;supply_node;2827.00;12.38;1354.00;3.90;0 -442;supply_node;2850.00;10.60;1366.00;5.37;0 -442;supply_node;2839.00;13.23;1364.00;3.13;0 -442;floating_harbor;2847.13;9.50;1346.74;-2.68;854 -442;floating_harbor;2831.64;9.50;1342.79;-1.89;6812 -442;floating_harbor;2860.64;9.50;1355.79;-1.89;6927 -442;floating_harbor;2842.95;9.50;1343.05;-2.36;9764 -442;floating_harbor;2862.90;9.50;1368.15;-1.41;9824 -443;supply_node;2795.00;14.82;1332.00;0.31;0 -443;supply_node;2772.00;12.12;1305.00;4.35;0 -443;supply_node;2792.00;14.25;1325.00;5.83;0 -443;supply_node;2775.00;12.25;1314.00;2.49;0 -443;supply_node;2802.00;10.85;1298.00;0.25;0 -443;supply_node;2784.00;10.95;1291.00;1.72;0 -443;supply_node;2788.00;12.23;1316.00;4.66;0 -443;supply_node;2781.00;12.53;1308.00;0.96;0 -443;supply_node;2809.00;12.00;1334.00;3.90;0 -443;supply_node;2782.00;12.80;1318.00;5.37;0 -443;supply_node;2798.00;13.80;1339.00;3.13;0 -443;supply_node;2777.00;13.48;1325.00;6.07;0 -443;supply_node;2801.00;11.40;1344.00;1.26;0 -443;supply_node;2793.00;10.55;1290.00;4.20;0 -443;supply_node;2772.00;13.55;1289.00;0.50;0 -443;supply_node;2805.00;10.32;1326.00;3.44;0 -443;supply_node;2790.00;13.28;1307.00;0.09;0 -443;supply_node;2796.00;10.65;1313.00;2.67;0 -443;supply_node;2798.00;10.82;1305.00;5.61;0 -443;supply_node;2814.00;10.53;1340.00;0.80;0 -443;supply_node;2777.00;12.48;1285.00;4.84;0 -443;supply_node;2788.00;13.43;1335.00;1.50;0 -443;supply_node;2784.00;14.55;1328.00;2.98;0 -443;supply_node;2793.00;12.80;1298.00;0.74;0 -443;supply_node;2799.00;11.15;1320.00;2.21;0 -443;supply_node;2777.00;11.90;1296.00;5.15;0 -443;supply_node;2788.00;9.93;1283.00;2.91;0 -443;supply_node;2781.00;10.70;1280.00;4.39;0 -443;supply_node;2768.00;13.07;1296.00;1.04;0 -443;supply_node;2784.00;12.28;1301.00;3.62;0 -443;supply_node;2802.00;14.20;1331.00;0.28;0 -443;supply_node;2807.00;11.32;1343.00;3.21;0 -443;floating_harbor;2810.26;9.50;1302.13;-1.11;962 -443;floating_harbor;2819.79;9.50;1331.30;-1.82;3873 -443;floating_harbor;2802.64;9.50;1293.21;-1.25;4098 -443;floating_harbor;2814.64;9.50;1322.79;-1.89;6817 -443;floating_harbor;2807.86;9.50;1315.37;-1.37;6906 -443;floating_harbor;2809.00;9.50;1311.60;-1.03;6959 -443;floating_harbor;2821.95;9.50;1332.05;-2.36;6966 -443;floating_harbor;2810.86;9.50;1317.63;-1.77;9896 -443;floating_harbor;2797.60;9.50;1275.80;-2.21;10024 -443;floating_harbor;2788.95;9.50;1272.05;-2.36;10109 -444;supply_node;2716.00;12.78;1295.00;5.83;0 -444;supply_node;2730.00;11.43;1286.00;2.49;0 -444;supply_node;2723.00;12.30;1290.00;0.25;0 -444;supply_node;2707.00;10.65;1299.00;1.72;0 -444;supply_node;2710.00;9.90;1264.00;4.66;0 -444;supply_node;2722.00;10.03;1279.00;0.96;0 -444;supply_node;2727.00;11.98;1295.00;3.90;0 -444;supply_node;2735.00;13.05;1290.00;5.37;0 -444;supply_node;2718.00;11.35;1301.00;3.13;0 -444;supply_node;2697.00;11.93;1284.00;6.07;0 -444;supply_node;2706.00;9.68;1272.00;1.26;0 -444;supply_node;2728.00;10.75;1274.00;4.20;0 -444;supply_node;2734.00;10.90;1281.00;0.50;0 -444;supply_node;2710.00;12.70;1290.00;3.44;0 -444;supply_node;2712.00;11.80;1282.00;0.09;0 -444;supply_node;2713.00;9.75;1273.00;2.67;0 -444;supply_node;2698.00;9.73;1274.00;5.61;0 -444;supply_node;2719.00;11.25;1285.00;0.80;0 -444;supply_node;2719.00;10.75;1265.00;4.84;0 -444;supply_node;2704.00;12.48;1282.00;1.50;0 -444;supply_node;2703.00;11.15;1292.00;2.98;0 -444;supply_node;2696.00;10.48;1296.00;0.74;0 -444;supply_node;2691.00;9.82;1277.00;2.21;0 -444;supply_node;2713.00;10.70;1257.00;5.15;0 -444;supply_node;2722.00;11.15;1272.00;2.91;0 -444;floating_harbor;2701.18;9.50;1258.12;-4.12;1048 -444;floating_harbor;2698.80;9.50;1262.40;-3.79;4080 -444;floating_harbor;2694.79;9.50;1264.36;-3.46;9815 -444;floating_harbor;2693.15;9.50;1264.10;-2.98;12070 -444;floating_harbor;2704.18;9.50;1251.12;-4.12;13228 -445;supply_node;2759.00;10.88;1266.00;0.25;0 -445;supply_node;2747.00;13.73;1276.00;1.72;0 -445;supply_node;2753.00;14.40;1272.00;4.66;0 -445;supply_node;2763.00;14.15;1286.00;0.96;0 -445;supply_node;2774.00;13.15;1274.00;3.90;0 -445;supply_node;2757.00;12.70;1280.00;5.37;0 -445;supply_node;2718.00;10.85;1254.00;3.13;0 -445;supply_node;2742.00;12.20;1268.00;6.07;0 -445;supply_node;2725.00;10.65;1260.00;1.26;0 -445;supply_node;2769.00;13.53;1281.00;4.20;0 -445;supply_node;2737.00;11.18;1276.00;0.50;0 -445;supply_node;2733.00;10.10;1262.00;3.44;0 -445;supply_node;2732.00;11.10;1268.00;0.09;0 -445;supply_node;2749.00;10.32;1265.00;2.67;0 -445;supply_node;2745.00;12.57;1283.00;5.61;0 -445;supply_node;2765.00;14.43;1272.00;0.80;0 -445;supply_node;2770.00;10.25;1266.00;4.84;0 -445;floating_harbor;2762.21;9.50;1256.36;-2.82;747 -445;floating_harbor;2784.26;9.50;1268.87;-2.03;4065 -445;floating_harbor;2724.95;9.50;1247.05;-2.36;4135 -445;floating_harbor;2742.00;9.50;1255.00;-3.14;7068 -445;floating_harbor;2730.88;9.50;1251.18;-2.55;7153 -445;floating_harbor;2739.95;9.50;1255.05;-2.36;9979 -445;floating_harbor;2749.00;9.50;1255.00;-3.14;10063 -445;floating_harbor;2774.13;9.50;1257.74;-2.68;12038 -446;supply_node;2024.00;11.30;1989.00;4.66;0 -446;supply_node;2216.00;14.45;2019.00;0.96;0 -446;supply_node;2089.00;12.93;1897.00;3.90;0 -446;supply_node;2102.00;15.43;2006.00;5.37;0 -446;supply_node;2138.00;14.23;1954.00;3.13;0 -446;floating_harbor;2002.65;9.50;1949.85;-3.64;10245 -446;floating_harbor;2220.90;9.50;1981.06;-3.01;10636 -446;floating_harbor;2076.85;9.50;1859.34;-3.45;12512 -446;floating_harbor;2180.90;9.50;1961.15;-1.41;13066 -447;supply_node;2943.00;11.62;1413.00;3.90;0 -447;supply_node;2929.00;10.80;1426.00;5.37;0 -447;supply_node;2938.00;10.57;1418.00;3.13;0 -447;supply_node;2929.00;14.55;1433.00;6.07;0 -447;supply_node;2933.00;11.07;1411.00;1.26;0 -447;supply_node;2930.00;10.60;1419.00;4.20;0 -448;supply_node;2944.00;10.25;1432.00;3.13;0 -448;supply_node;2941.00;9.80;1425.00;6.07;0 -448;supply_node;2952.00;10.05;1425.00;1.26;0 -448;supply_node;2936.00;12.90;1437.00;4.20;0 -449;supply_node;3051.00;10.48;1348.00;1.26;0 -449;supply_node;3024.00;13.28;1360.00;4.20;0 -449;supply_node;3017.00;14.05;1368.00;0.50;0 -449;supply_node;3030.00;12.95;1353.00;3.44;0 -449;supply_node;3037.00;11.25;1356.00;0.09;0 -449;supply_node;3029.00;11.70;1364.00;2.67;0 -449;supply_node;3057.00;10.55;1343.00;5.61;0 -449;supply_node;3044.00;10.78;1353.00;0.80;0 -449;supply_node;3090.00;9.70;1324.00;4.84;0 -449;supply_node;3052.00;11.23;1356.00;1.50;0 -449;supply_node;3067.00;10.62;1340.00;2.98;0 -449;supply_node;3020.00;12.00;1376.00;0.74;0 -449;supply_node;3041.00;10.68;1345.00;2.21;0 -449;supply_node;3075.00;9.68;1335.00;5.15;0 -449;supply_node;3015.00;12.55;1362.00;2.91;0 -449;supply_node;3085.00;9.70;1331.00;4.39;0 -449;floating_harbor;3062.00;9.50;1354.60;-1.03;883 -449;floating_harbor;3045.95;9.50;1364.95;-0.79;3966 -449;floating_harbor;3036.95;9.50;1371.95;-0.79;6831 -449;floating_harbor;3066.48;9.50;1354.38;-0.69;6843 -449;floating_harbor;3079.00;9.50;1357.00;-1.66;6939 -449;floating_harbor;3095.95;9.50;1318.05;-2.36;6979 -449;floating_harbor;3060.82;9.50;1361.88;-0.98;6980 -449;floating_harbor;3075.37;9.50;1350.47;-0.67;9784 -449;floating_harbor;3030.79;9.50;1378.70;-1.33;9838 -449;floating_harbor;3075.00;9.50;1323.00;-3.14;11837 -449;floating_harbor;3081.79;9.50;1321.36;-3.46;11998 -450;supply_node;3030.00;9.68;1341.00;0.50;0 -450;supply_node;3045.00;9.88;1329.00;3.44;0 -450;supply_node;3020.00;10.53;1352.00;0.09;0 -450;supply_node;3039.00;9.95;1338.00;2.67;0 -450;supply_node;3059.00;10.88;1309.00;5.61;0 -450;supply_node;3049.00;12.38;1337.00;0.80;0 -450;supply_node;3056.00;13.00;1326.00;4.84;0 -450;supply_node;3057.00;13.25;1333.00;1.50;0 -450;supply_node;3027.00;9.90;1347.00;2.98;0 -450;supply_node;3065.00;10.05;1330.00;0.74;0 -450;supply_node;3055.00;11.05;1289.00;2.21;0 -450;supply_node;3057.00;11.68;1319.00;5.15;0 -450;supply_node;3012.00;10.15;1352.00;2.91;0 -450;supply_node;3060.00;9.98;1298.00;4.39;0 -450;supply_node;3068.00;12.50;1309.00;1.04;0 -450;floating_harbor;3026.79;9.50;1331.36;-3.46;819 -450;floating_harbor;3038.05;9.50;1322.05;-3.93;851 -450;floating_harbor;3022.37;9.50;1340.14;-2.94;923 -450;floating_harbor;3033.12;9.50;1329.18;-3.73;955 -450;floating_harbor;3050.00;9.50;1309.00;1.57;3901 -450;floating_harbor;3043.74;9.50;1319.87;-4.25;3968 -450;floating_harbor;3018.05;9.50;1338.05;-3.93;9826 -450;floating_harbor;3073.82;9.50;1324.12;-2.16;9856 -450;floating_harbor;3049.05;9.50;1283.05;-3.93;9990 -450;floating_harbor;3045.14;9.50;1316.63;-4.51;10027 -450;floating_harbor;3018.60;9.50;1341.00;-2.60;11846 -450;floating_harbor;3048.50;9.50;1302.60;1.19;12066 -450;floating_harbor;3072.60;9.50;1320.50;-0.38;12098 -451;supply_node;3029.00;9.50;1269.00;0.09;0 -451;supply_node;3033.00;12.20;1284.00;2.67;0 -451;supply_node;3023.00;12.38;1282.00;5.61;0 -451;supply_node;3039.00;10.35;1268.00;0.80;0 -451;supply_node;3041.00;12.15;1283.00;4.84;0 -451;supply_node;3005.00;9.70;1282.00;1.50;0 -451;supply_node;3018.00;10.32;1275.00;2.98;0 -451;supply_node;3013.00;11.00;1284.00;0.74;0 -451;supply_node;3031.00;10.85;1276.00;2.21;0 -451;floating_harbor;3029.00;9.50;1261.00;-3.14;1009 -451;floating_harbor;3036.21;9.50;1293.64;-0.32;1156 -451;floating_harbor;3020.63;9.50;1293.86;0.20;3857 -451;floating_harbor;3041.70;9.50;1257.21;-2.90;4014 -451;floating_harbor;3050.64;9.50;1286.21;-1.25;4159 -451;floating_harbor;3008.21;9.50;1272.36;-2.82;7059 -451;floating_harbor;3013.87;9.50;1266.74;-3.61;7147 -451;floating_harbor;3017.60;9.50;1295.50;-0.38;10074 -452;supply_node;2952.00;10.68;1315.00;5.61;0 -452;supply_node;2948.00;10.18;1342.00;0.80;0 -452;supply_node;2939.00;9.78;1335.00;4.84;0 -452;supply_node;2950.00;12.55;1335.00;1.50;0 -452;supply_node;2952.00;13.10;1327.00;2.98;0 -452;supply_node;2943.00;9.82;1308.00;0.74;0 -452;supply_node;2942.00;9.98;1326.00;2.21;0 -452;supply_node;2942.00;9.78;1316.00;5.15;0 -452;floating_harbor;2956.60;9.50;1303.50;-2.76;902 -452;floating_harbor;2953.00;9.50;1358.00;-0.37;6891 -452;floating_harbor;2927.00;9.50;1335.00;1.57;9772 -452;floating_harbor;2963.43;9.50;1340.76;-1.17;9863 -452;floating_harbor;2964.90;9.50;1329.15;-1.41;11755 -452;floating_harbor;2951.82;9.50;1302.12;-2.16;11773 -452;floating_harbor;2930.00;9.50;1326.00;1.57;11824 -452;floating_harbor;2930.00;9.50;1316.00;1.57;11874 -453;supply_node;4693.00;9.75;872.00;4.84;0 -453;supply_node;4698.00;10.45;893.00;1.50;0 -453;supply_node;4721.00;9.98;872.00;2.98;0 -453;supply_node;4699.00;10.50;903.00;0.74;0 -453;supply_node;4687.00;11.20;903.00;2.21;0 -453;supply_node;4710.00;9.78;940.00;5.15;0 -453;supply_node;4709.00;10.95;930.00;2.91;0 -453;supply_node;4739.00;10.03;855.00;4.39;0 -453;supply_node;4705.00;10.50;910.00;1.04;0 -453;supply_node;4692.00;10.32;860.00;3.62;0 -453;supply_node;4689.00;10.80;923.00;0.28;0 -453;supply_node;4690.00;10.68;934.00;3.21;0 -453;supply_node;4737.00;9.50;868.00;5.79;0 -453;supply_node;4695.00;10.50;911.00;2.45;0 -453;supply_node;4683.00;10.68;893.00;3.93;0 -453;supply_node;4693.00;10.55;889.00;1.68;0 -453;supply_node;4704.00;10.35;921.00;4.62;0 -453;supply_node;4685.00;10.25;886.00;6.10;0 -453;supply_node;4710.00;10.40;914.00;3.86;0 -453;supply_node;4692.00;11.62;899.00;5.33;0 -453;supply_node;4696.00;10.35;924.00;1.99;0 -453;supply_node;4702.00;10.48;882.00;4.57;0 -453;supply_node;4691.00;10.53;942.00;1.23;0 -453;supply_node;4713.00;10.65;922.00;4.16;0 -453;supply_node;4695.00;9.95;880.00;0.46;0 -453;supply_node;4696.00;10.38;850.00;3.40;0 -453;supply_node;4678.00;9.50;903.00;4.88;0 -453;supply_node;4702.00;9.70;933.00;2.63;0 -453;supply_node;4714.00;9.50;866.00;5.57;0 -453;supply_node;4700.00;9.73;944.00;0.77;0 -453;supply_node;4702.00;9.90;872.00;4.81;0 -453;supply_node;4688.00;10.28;914.00;0.00;0 -453;floating_harbor;4717.00;9.50;846.00;-2.36;1221 -453;floating_harbor;4708.00;9.50;893.00;-1.57;1288 -453;floating_harbor;4725.13;9.50;863.74;-2.68;1372 -453;floating_harbor;4709.26;9.50;897.87;-2.03;1388 -453;floating_harbor;4681.87;9.50;913.26;0.46;1415 -453;floating_harbor;4712.70;9.50;950.79;-0.24;4101 -453;floating_harbor;4717.82;9.50;935.88;-0.98;4214 -453;floating_harbor;4744.95;9.50;860.95;-0.79;4228 -453;floating_harbor;4710.88;9.50;901.18;-2.55;4233 -453;floating_harbor;4702.26;9.50;865.13;-1.11;4288 -453;floating_harbor;4679.36;9.50;926.21;1.25;4350 -453;floating_harbor;4678.14;9.50;936.37;1.37;4368 -453;floating_harbor;4728.00;9.50;868.00;1.57;4377 -453;floating_harbor;4671.00;9.50;893.00;1.57;7275 -453;floating_harbor;4688.40;9.50;877.50;-3.52;7323 -453;floating_harbor;4681.79;9.50;876.36;-3.46;7351 -453;floating_harbor;4721.00;9.50;914.00;-1.57;7439 -453;floating_harbor;4715.08;9.50;889.47;-1.05;10236 -453;floating_harbor;4685.12;9.50;950.82;0.59;10241 -453;floating_harbor;4723.79;9.50;924.70;-1.33;10252 -453;floating_harbor;4659.00;9.50;887.00;1.36;10265 -453;floating_harbor;4700.13;9.50;841.74;-2.68;10272 -453;floating_harbor;4669.00;9.50;903.00;1.57;10280 -453;floating_harbor;4722.82;9.50;860.12;-2.16;10306 -453;floating_harbor;4703.21;9.50;953.64;-0.32;12213 -453;floating_harbor;4705.21;9.50;862.36;-2.82;12236 -453;floating_harbor;4676.14;9.50;916.37;1.37;12253 -453;floating_harbor;4726.85;9.50;848.10;-3.31;12279 -454;supply_node;4751.00;9.90;825.00;2.98;0 -454;supply_node;4729.00;10.43;817.00;0.74;0 -454;supply_node;4752.00;10.85;845.00;2.21;0 -454;supply_node;4758.00;10.30;839.00;5.15;0 -454;supply_node;4722.00;10.75;829.00;2.91;0 -454;supply_node;4756.00;9.60;813.00;4.39;0 -454;supply_node;4760.00;10.68;830.00;1.04;0 -454;supply_node;4735.00;9.50;843.00;3.62;0 -454;supply_node;4743.00;10.18;803.00;0.28;0 -454;supply_node;4714.00;10.82;830.00;3.21;0 -454;supply_node;4723.00;10.57;798.00;5.79;0 -454;supply_node;4713.00;10.20;824.00;2.45;0 -454;supply_node;4725.00;10.40;807.00;3.93;0 -454;supply_node;4739.00;9.90;817.00;1.68;0 -454;supply_node;4733.00;9.98;805.00;4.62;0 -454;floating_harbor;4759.00;9.50;825.00;-1.57;1224 -454;floating_harbor;4717.00;9.50;846.00;0.41;1261 -454;floating_harbor;4757.88;9.50;853.82;-0.59;1311 -454;floating_harbor;4749.00;9.88;805.00;-3.33;1340 -454;floating_harbor;4731.64;9.50;825.79;-1.89;1368 -454;floating_harbor;4749.00;9.88;805.00;-3.86;4269 -454;floating_harbor;4750.36;9.50;833.21;1.25;4373 -454;floating_harbor;4735.00;9.50;851.00;0.00;7307 -454;floating_harbor;4748.95;9.50;808.95;-0.79;7385 -454;floating_harbor;4708.87;9.50;840.26;0.46;7423 -454;floating_harbor;4723.00;9.50;787.00;-3.14;10186 -454;floating_harbor;4714.99;9.50;810.07;-3.00;10302 -454;floating_harbor;4689.00;9.50;798.00;-4.37;12112 -454;floating_harbor;4748.64;9.50;820.21;-1.25;12118 -454;floating_harbor;4749.00;9.88;805.00;-1.57;12153 -455;supply_node;2760.00;11.28;1230.00;2.21;0 -455;floating_harbor;2768.37;9.50;1240.47;-0.67;12100 -456;supply_node;2796.00;10.15;1241.00;2.91;0 -456;floating_harbor;2796.00;9.50;1253.00;0.00;7132 -457;floating_harbor;2541.00;9.50;1113.00;1.57;13071 -458;supply_node;2890.00;9.70;1549.00;0.28;0 -458;supply_node;2896.00;9.70;1546.00;3.21;0 -458;supply_node;2898.00;9.95;1537.00;5.79;0 -459;supply_node;2862.00;9.70;1543.00;5.79;0 -459;supply_node;2872.00;9.75;1534.00;2.45;0 -459;supply_node;2850.00;9.68;1536.00;3.93;0 -459;supply_node;2860.00;10.05;1539.00;1.68;0 -459;supply_node;2873.00;9.65;1541.00;4.62;0 -459;supply_node;2881.00;9.70;1543.00;6.10;0 -459;supply_node;2882.00;9.73;1537.00;3.86;0 -459;floating_harbor;2866.13;9.50;1551.26;-0.46;480 -459;floating_harbor;2847.63;9.50;1547.86;0.20;6446 -459;floating_harbor;2848.18;9.50;1546.88;0.98;6560 -459;floating_harbor;2854.00;9.50;1551.00;1.20;6598 -460;supply_node;2900.00;12.00;1526.00;3.93;0 -460;supply_node;2900.00;11.10;1512.00;1.68;0 -460;supply_node;2891.00;10.78;1511.00;4.62;0 -460;supply_node;2892.00;11.98;1520.00;6.10;0 -460;supply_node;2906.00;10.70;1517.00;3.86;0 -461;supply_node;2981.00;12.30;1523.00;4.62;0 -461;supply_node;2980.00;11.60;1515.00;6.10;0 -461;supply_node;2990.00;13.90;1522.00;3.86;0 -462;supply_node;2842.00;9.68;1535.00;3.86;0 -462;supply_node;2843.00;9.80;1520.00;5.33;0 -462;supply_node;2879.00;10.03;1529.00;1.99;0 -462;supply_node;2842.00;9.80;1528.00;4.57;0 -462;supply_node;2861.00;9.80;1532.00;1.23;0 -462;supply_node;2852.00;9.70;1519.00;4.16;0 -462;supply_node;2868.00;9.80;1527.00;0.46;0 -462;supply_node;2852.00;9.75;1528.00;3.40;0 -462;supply_node;2862.00;9.80;1521.00;4.88;0 -462;supply_node;2875.00;10.75;1520.00;2.63;0 -462;floating_harbor;2842.00;9.50;1545.00;0.00;575 -463;supply_node;3411.00;9.98;537.00;1.99;0 -463;supply_node;3406.00;11.50;567.00;4.57;0 -463;floating_harbor;3423.90;9.50;539.15;-1.41;2196 -463;floating_harbor;3432.99;9.50;568.35;-1.52;8183 -464;supply_node;3404.00;10.40;513.00;1.23;0 -464;supply_node;3419.00;10.80;488.00;4.16;0 -464;floating_harbor;3428.00;9.50;513.00;-1.57;8182 -464;floating_harbor;3436.75;9.50;492.84;-1.30;12944 -465;supply_node;3076.00;11.85;1872.00;0.46;0 -465;supply_node;3058.00;10.93;1761.00;3.40;0 -465;supply_node;3070.00;13.25;1908.00;4.88;0 -465;supply_node;3161.00;11.48;1935.00;2.63;0 -465;supply_node;3112.00;12.30;1930.00;5.57;0 -465;supply_node;3092.00;10.98;1863.00;0.77;0 -465;supply_node;3100.00;10.68;1833.00;4.81;0 -465;supply_node;3062.00;10.00;1781.00;0.00;0 -465;supply_node;3080.00;10.65;1803.00;2.94;0 -465;supply_node;3076.00;11.57;1848.00;0.70;0 -465;supply_node;3107.00;11.45;1887.00;2.17;0 -465;supply_node;3148.00;11.18;1928.00;5.11;0 -465;supply_node;3099.00;10.35;1818.00;1.41;0 -465;supply_node;3048.00;11.60;1849.00;4.35;0 -465;supply_node;3079.00;15.55;1918.00;1.00;0 -465;supply_node;3169.00;10.50;1904.00;3.58;0 -465;supply_node;3072.00;10.75;1802.00;0.24;0 -465;supply_node;3088.00;11.60;1875.00;1.72;0 -465;supply_node;3056.00;11.95;1859.00;5.76;0 -465;supply_node;3069.00;9.80;1759.00;2.41;0 -465;supply_node;3120.00;11.55;1892.00;3.89;0 -465;supply_node;3107.00;11.35;1867.00;1.65;0 -465;supply_node;3127.00;12.15;1921.00;3.12;0 -465;supply_node;3105.00;10.90;1856.00;6.06;0 -465;supply_node;3129.00;10.70;1880.00;2.36;0 -465;supply_node;3056.00;11.30;1803.00;5.30;0 -465;supply_node;3112.00;10.18;1824.00;1.95;0 -465;supply_node;3072.00;11.78;1864.00;4.54;0 -465;supply_node;3089.00;11.35;1844.00;1.19;0 -465;supply_node;3096.00;11.48;1909.00;2.66;0 -465;supply_node;3044.00;11.10;1776.00;0.42;0 -465;supply_node;3121.00;11.35;1871.00;3.36;0 -465;supply_node;3094.00;15.12;1940.00;4.84;0 -465;supply_node;3076.00;10.03;1817.00;1.49;0 -465;supply_node;3083.00;11.25;1835.00;4.08;0 -465;supply_node;3108.00;11.30;1902.00;0.73;0 -465;supply_node;3133.00;10.48;1866.00;3.66;0 -465;supply_node;3160.00;9.70;1883.00;6.25;0 -465;supply_node;3059.00;10.80;1813.00;2.90;0 -465;supply_node;3126.00;9.70;1831.00;4.38;0 -465;supply_node;3044.00;14.53;1883.00;2.14;0 -465;supply_node;3119.00;10.70;1858.00;5.07;0 -465;supply_node;3149.00;9.68;1879.00;0.27;0 -465;supply_node;3166.00;10.75;1920.00;4.31;0 -465;supply_node;3147.00;11.70;1942.00;5.79;0 -465;supply_node;3092.00;11.07;1853.00;2.44;0 -465;supply_node;3110.00;12.00;1915.00;0.20;0 -465;supply_node;3130.00;12.45;1953.00;1.68;0 -465;supply_node;3062.00;11.05;1794.00;4.61;0 -465;supply_node;3054.00;10.70;1771.00;0.91;0 -465;supply_node;3108.00;13.93;1941.00;3.85;0 -465;supply_node;3089.00;10.20;1810.00;0.50;0 -465;supply_node;3108.00;10.78;1843.00;3.09;0 -465;supply_node;3036.00;13.68;1869.00;6.03;0 -465;supply_node;3141.00;10.18;1871.00;1.22;0 -465;supply_node;3044.00;13.60;1863.00;5.26;0 -465;supply_node;3063.00;11.05;1829.00;0.45;0 -465;supply_node;3132.00;10.00;1856.00;3.39;0 -465;supply_node;3172.00;10.40;1885.00;1.15;0 -465;supply_node;3073.00;10.48;1790.00;2.63;0 -465;supply_node;3054.00;14.75;1893.00;5.56;0 -465;supply_node;3091.00;13.70;1925.00;1.87;0 -465;supply_node;3143.00;9.90;1888.00;4.80;0 -465;supply_node;3089.00;11.55;1885.00;1.45;0 -465;supply_node;3123.00;10.10;1846.00;4.03;0 -465;supply_node;3137.00;10.35;1896.00;0.69;0 -465;supply_node;3057.00;12.60;1876.00;2.17;0 -465;supply_node;3072.00;9.78;1780.00;6.21;0 -465;supply_node;3061.00;12.68;1900.00;2.87;0 -465;supply_node;3129.00;11.40;1938.00;4.34;0 -465;supply_node;3118.00;10.55;1836.00;2.10;0 -465;supply_node;3066.00;11.62;1854.00;3.58;0 -465;supply_node;3156.00;10.35;1898.00;0.23;0 -465;supply_node;3072.00;9.70;1748.00;4.27;0 -465;supply_node;3085.00;11.60;1903.00;5.75;0 -465;supply_node;3076.00;11.48;1894.00;2.40;0 -465;supply_node;3066.00;11.40;1838.00;4.99;0 -465;supply_node;3063.00;10.82;1819.00;1.64;0 -465;supply_node;3068.00;10.10;1769.00;4.57;0 -465;supply_node;3051.00;10.23;1833.00;0.87;0 -465;supply_node;3070.00;12.93;1885.00;3.81;0 -465;supply_node;3128.00;11.68;1907.00;5.29;0 -465;supply_node;3086.00;10.70;1824.00;3.05;0 -465;supply_node;3104.00;11.35;1877.00;5.99;0 -465;supply_node;3135.00;9.73;1844.00;1.18;0 -465;supply_node;3147.00;11.18;1914.00;5.22;0 -465;supply_node;3049.00;10.68;1784.00;0.41;0 -465;floating_harbor;3089.95;9.50;1793.05;-2.36;130 -465;floating_harbor;3106.20;9.50;1808.40;-2.50;182 -465;floating_harbor;3083.95;9.50;1790.05;-2.36;205 -465;floating_harbor;3080.86;9.50;1761.37;-1.37;3045 -465;floating_harbor;3109.85;9.50;1811.10;-3.31;3113 -465;floating_harbor;3148.40;9.50;1859.16;-1.99;6083 -465;floating_harbor;3166.13;9.50;1870.74;-2.68;6125 -465;floating_harbor;3134.82;9.50;1825.12;-2.16;6132 -465;floating_harbor;3157.37;9.50;1868.53;-2.47;6165 -465;floating_harbor;3097.37;9.50;1799.53;-2.47;9088 -465;floating_harbor;3151.47;9.50;1862.63;-2.25;9108 -465;floating_harbor;3144.90;9.50;1853.85;-1.74;9143 -465;floating_harbor;3177.21;9.50;1869.36;-2.82;9147 -465;floating_harbor;3086.00;9.50;1790.00;-1.57;9151 -465;floating_harbor;3083.00;9.50;1773.40;-2.11;11040 -465;floating_harbor;3080.37;9.50;1758.47;-0.67;11091 -465;floating_harbor;3080.90;9.50;1766.85;-1.74;11147 -465;floating_harbor;3141.13;9.50;1856.26;-0.46;11201 -466;supply_node;3062.00;9.70;1730.00;4.88;0 -466;supply_node;3036.00;10.90;1740.00;2.63;0 -466;supply_node;3044.00;10.65;1752.00;5.57;0 -466;supply_node;3087.00;9.70;1716.00;0.77;0 -466;supply_node;3019.00;11.82;1765.00;4.81;0 -466;supply_node;3052.00;9.85;1733.00;0.00;0 -466;supply_node;3054.00;10.10;1754.00;2.94;0 -466;supply_node;3082.00;9.70;1742.00;0.70;0 -466;supply_node;3086.00;9.65;1723.00;2.17;0 -466;supply_node;3043.00;9.82;1725.00;5.11;0 -466;supply_node;3034.00;10.88;1751.00;1.41;0 -466;supply_node;3011.00;12.07;1773.00;4.35;0 -466;supply_node;3070.00;10.20;1736.00;1.00;0 -466;supply_node;3029.00;11.45;1766.00;3.58;0 -466;supply_node;3033.00;10.15;1718.00;0.24;0 -466;supply_node;3037.00;9.65;1710.00;1.72;0 -466;supply_node;3095.00;9.70;1728.00;5.76;0 -466;supply_node;3044.00;10.40;1703.00;2.41;0 -466;supply_node;3039.00;9.85;1695.00;3.89;0 -466;supply_node;3004.00;12.55;1770.00;1.65;0 -466;supply_node;3062.00;10.35;1710.00;3.12;0 -466;supply_node;3064.00;9.90;1746.00;6.06;0 -466;supply_node;3022.00;12.75;1778.00;2.36;0 -466;supply_node;3083.00;9.70;1732.00;5.30;0 -466;supply_node;3041.00;10.80;1763.00;1.95;0 -466;supply_node;3023.00;11.30;1754.00;4.54;0 -466;supply_node;3053.00;9.65;1724.00;1.19;0 -466;supply_node;3055.00;10.00;1744.00;2.66;0 -466;supply_node;3047.00;10.10;1714.00;0.42;0 -466;supply_node;3054.00;10.28;1706.00;3.36;0 -466;supply_node;3051.00;9.80;1696.00;4.84;0 -466;supply_node;3036.00;10.15;1731.00;1.49;0 -466;supply_node;3034.00;12.05;1777.00;4.08;0 -466;supply_node;3074.00;9.70;1710.00;0.73;0 -466;supply_node;3074.00;9.60;1728.00;3.66;0 -466;supply_node;3067.00;9.93;1718.00;6.25;0 -466;supply_node;3047.00;10.10;1739.00;2.90;0 -466;supply_node;3093.00;9.70;1736.00;4.38;0 -466;supply_node;3047.00;10.50;1688.00;2.14;0 -466;supply_node;3062.00;9.70;1699.00;5.07;0 -466;floating_harbor;3081.12;9.50;1707.18;-3.73;161 -466;floating_harbor;3086.21;9.50;1754.64;-0.32;3182 -466;floating_harbor;3097.86;9.50;1720.63;-1.77;6050 -466;floating_harbor;3106.86;9.50;1725.63;-1.77;6209 -466;floating_harbor;3079.88;9.50;1701.18;-2.55;11082 -466;floating_harbor;3103.26;9.50;1741.13;-1.11;11278 -466;floating_harbor;3075.93;9.50;1697.01;-1.71;11380 -467;supply_node;3066.00;9.78;1661.00;5.57;0 -467;supply_node;3038.00;10.60;1669.00;0.77;0 -467;supply_node;3056.00;10.07;1664.00;4.81;0 -467;supply_node;3052.00;9.82;1657.00;0.00;0 -467;supply_node;3044.00;10.38;1661.00;2.94;0 -467;supply_node;3060.00;9.70;1675.00;0.70;0 -467;supply_node;3052.00;10.35;1677.00;2.17;0 -467;supply_node;3018.00;10.50;1671.00;5.11;0 -467;supply_node;3026.00;10.70;1679.00;1.41;0 -467;supply_node;3033.00;10.60;1686.00;4.35;0 -467;supply_node;3026.00;10.38;1661.00;1.00;0 -467;supply_node;3018.00;10.18;1662.00;3.58;0 -467;supply_node;3035.00;10.20;1658.00;0.24;0 -467;supply_node;3041.00;10.70;1678.00;1.72;0 -467;supply_node;3061.00;9.70;1688.00;5.76;0 -467;floating_harbor;3066.00;9.50;1653.00;-3.14;211 -467;floating_harbor;3071.00;9.50;1649.00;-2.52;299 -467;floating_harbor;3071.00;9.50;1649.00;-2.03;329 -467;floating_harbor;3072.00;9.50;1675.00;-1.57;3229 -467;floating_harbor;3072.50;9.50;1683.40;-1.95;11390 -468;supply_node;3274.00;10.35;1829.00;4.81;0 -468;supply_node;3217.00;10.45;1878.00;0.00;0 -468;supply_node;3253.00;10.15;1782.00;2.94;0 -468;supply_node;3225.00;10.35;1852.00;0.70;0 -468;supply_node;3235.00;9.80;1966.00;2.17;0 -468;supply_node;3215.00;10.40;1854.00;5.11;0 -468;supply_node;3196.00;10.45;1896.00;1.41;0 -468;supply_node;3212.00;10.30;1827.00;4.35;0 -468;supply_node;3238.00;10.40;1788.00;1.00;0 -468;supply_node;3268.00;9.88;1775.00;3.58;0 -468;supply_node;3227.00;10.03;1798.00;0.24;0 -468;supply_node;3204.00;9.60;1859.00;1.72;0 -468;supply_node;3211.00;10.50;1887.00;5.76;0 -468;supply_node;3206.00;10.30;1948.00;2.41;0 -468;supply_node;3253.00;10.50;1816.00;3.89;0 -468;supply_node;3185.00;10.07;1837.00;1.65;0 -468;supply_node;3268.00;11.00;1902.00;3.12;0 -468;supply_node;3187.00;11.05;1945.00;6.06;0 -468;supply_node;3221.00;10.80;1946.00;2.36;0 -468;supply_node;3241.00;10.35;1776.00;5.30;0 -468;supply_node;3234.00;10.50;1867.00;1.95;0 -468;supply_node;3277.00;10.05;1787.00;4.54;0 -468;supply_node;3190.00;10.55;1916.00;1.19;0 -468;supply_node;3269.00;10.18;1802.00;2.66;0 -468;supply_node;3215.00;10.60;1968.00;0.42;0 -468;supply_node;3262.00;10.62;1861.00;3.36;0 -468;supply_node;3251.00;9.90;1972.00;4.84;0 -468;supply_node;3243.00;10.70;1923.00;1.49;0 -468;supply_node;3242.00;10.70;1854.00;4.08;0 -468;supply_node;3239.00;10.38;1823.00;0.73;0 -468;supply_node;3251.00;9.85;1773.00;3.66;0 -468;supply_node;3250.00;10.50;1846.00;2.90;0 -468;supply_node;3247.00;10.40;1868.00;4.38;0 -468;supply_node;3260.00;10.70;1892.00;2.14;0 -468;supply_node;3246.00;10.35;1947.00;5.07;0 -468;supply_node;3271.00;10.30;1816.00;0.27;0 -468;supply_node;3182.00;10.35;1903.00;5.79;0 -468;supply_node;3248.00;9.75;1791.00;2.44;0 -468;supply_node;3264.00;10.78;1876.00;0.20;0 -468;supply_node;3231.00;10.20;1981.00;1.68;0 -468;supply_node;3207.00;10.55;1931.00;4.61;0 -468;supply_node;3222.00;10.40;1812.00;0.91;0 -468;supply_node;3202.00;10.40;1835.00;3.85;0 -468;supply_node;3218.00;10.50;1898.00;0.50;0 -468;supply_node;3262.00;10.85;1925.00;3.09;0 -468;supply_node;3267.00;10.23;1845.00;6.03;0 -468;supply_node;3242.00;10.70;1894.00;1.22;0 -468;supply_node;3234.00;10.90;1946.00;5.26;0 -468;supply_node;3258.00;10.50;1824.00;0.45;0 -468;supply_node;3259.00;9.73;1794.00;1.15;0 -468;supply_node;3278.00;10.68;1850.00;2.63;0 -468;supply_node;3249.00;10.70;1884.00;5.56;0 -468;supply_node;3286.00;10.50;1808.00;1.87;0 -468;supply_node;3210.00;10.40;1844.00;4.80;0 -468;supply_node;3274.00;9.53;1795.00;1.45;0 -468;supply_node;3238.00;9.73;1814.00;4.03;0 -468;supply_node;3224.00;9.95;1834.00;0.69;0 -468;supply_node;3243.00;10.60;1905.00;2.17;0 -468;supply_node;3275.00;10.80;1885.00;6.21;0 -468;supply_node;3220.00;10.15;1785.00;2.87;0 -468;supply_node;3259.00;10.28;1807.00;4.34;0 -468;supply_node;3288.00;10.35;1796.00;2.10;0 -468;supply_node;3203.00;10.65;1916.00;3.58;0 -468;supply_node;3206.00;10.38;1813.00;0.23;0 -468;supply_node;3232.00;10.62;1883.00;4.27;0 -468;supply_node;3234.00;10.25;1840.00;5.75;0 -468;supply_node;3262.00;10.50;1834.00;2.40;0 -468;supply_node;3255.00;10.68;1913.00;4.99;0 -468;supply_node;3221.00;10.40;1866.00;1.64;0 -468;supply_node;3231.00;10.20;1783.00;4.57;0 -468;supply_node;3248.00;9.53;1804.00;3.81;0 -468;supply_node;3249.00;10.15;1834.00;5.29;0 -468;supply_node;3209.00;9.82;1869.00;3.05;0 -468;supply_node;3274.00;10.80;1912.00;5.99;0 -468;supply_node;3179.00;10.90;1930.00;1.18;0 -468;supply_node;3195.00;10.30;1848.00;5.22;0 -468;supply_node;3184.00;10.30;1885.00;0.41;0 -468;supply_node;3151.00;11.53;1954.00;3.36;0 -468;supply_node;3195.00;10.40;1826.00;5.94;0 -468;supply_node;3236.00;10.12;1802.00;2.59;0 -468;supply_node;3199.00;10.23;1877.00;5.52;0 -468;supply_node;3228.00;10.70;1924.00;1.83;0 -468;supply_node;3223.00;10.40;1820.00;4.76;0 -468;supply_node;3221.00;10.68;1912.00;6.24;0 -468;supply_node;3218.00;9.65;1800.00;2.89;0 -468;floating_harbor;3188.53;9.50;1868.63;-4.04;11164 -469;supply_node;3159.00;9.70;1768.00;2.94;0 -469;supply_node;3258.00;9.78;1766.00;0.70;0 -469;supply_node;3171.00;9.80;1808.00;2.17;0 -469;supply_node;3173.00;9.75;1828.00;5.11;0 -469;supply_node;3205.00;9.65;1760.00;1.41;0 -469;supply_node;3232.00;9.85;1771.00;4.35;0 -469;supply_node;3146.00;9.65;1763.00;1.00;0 -469;supply_node;3215.00;9.70;1752.00;3.58;0 -469;supply_node;3158.00;10.38;1779.00;0.24;0 -469;supply_node;3170.00;10.40;1777.00;1.72;0 -469;supply_node;3231.00;9.65;1752.00;3.89;0 -469;supply_node;3153.00;9.60;1747.00;1.65;0 -469;supply_node;3147.00;9.90;1776.00;3.12;0 -469;supply_node;3187.00;10.50;1790.00;6.06;0 -469;supply_node;3144.00;9.70;1805.00;2.36;0 -469;supply_node;3180.00;9.60;1767.00;5.30;0 -469;supply_node;3222.00;9.70;1749.00;1.95;0 -469;supply_node;3163.00;9.68;1820.00;4.54;0 -469;supply_node;3207.00;9.70;1750.00;1.19;0 -469;supply_node;3152.00;9.80;1794.00;2.66;0 -469;supply_node;3184.00;9.50;1779.00;0.42;0 -469;supply_node;3145.00;9.68;1754.00;3.36;0 -469;supply_node;3249.00;10.25;1760.00;4.84;0 -469;supply_node;3178.00;9.70;1738.00;1.49;0 -469;supply_node;3176.00;10.28;1792.00;4.08;0 -469;supply_node;3205.00;10.50;1797.00;0.73;0 -469;supply_node;3195.00;9.80;1750.00;3.66;0 -469;supply_node;3196.00;10.32;1768.00;6.25;0 -469;supply_node;3239.00;9.70;1753.00;2.90;0 -469;supply_node;3185.00;10.50;1814.00;4.38;0 -469;supply_node;3164.00;9.80;1797.00;2.14;0 -469;supply_node;3210.00;10.15;1784.00;5.07;0 -469;supply_node;3215.00;10.15;1764.00;0.27;0 -469;supply_node;3160.00;9.65;1756.00;4.31;0 -469;supply_node;3182.00;9.73;1746.00;0.20;0 -469;supply_node;3177.00;10.23;1821.00;4.61;0 -469;supply_node;3199.00;10.30;1779.00;0.91;0 -469;supply_node;3190.00;10.60;1802.00;3.85;0 -469;supply_node;3191.00;10.12;1761.00;0.50;0 -469;supply_node;3225.00;9.78;1759.00;3.09;0 -469;supply_node;3165.00;9.68;1742.00;6.03;0 -469;supply_node;3122.00;9.62;1741.00;5.26;0 -469;supply_node;3196.00;10.50;1791.00;0.45;0 -469;supply_node;3238.00;10.40;1763.00;3.39;0 -469;supply_node;3156.00;10.23;1810.00;1.15;0 -469;supply_node;3181.00;9.75;1755.00;2.63;0 -469;supply_node;3194.00;9.70;1741.00;5.56;0 -469;supply_node;3142.00;10.12;1790.00;1.87;0 -469;supply_node;3216.00;9.80;1770.00;4.80;0 -469;supply_node;3198.00;10.50;1810.00;1.45;0 -469;supply_node;3171.00;9.80;1754.00;0.69;0 -469;supply_node;3168.00;9.50;1735.00;2.17;0 -469;floating_harbor;3168.00;9.50;1725.00;-3.14;11211 -470;supply_node;3177.00;9.70;1707.00;2.17;0 -470;supply_node;3203.00;9.73;1694.00;5.11;0 -470;supply_node;3197.00;10.28;1712.00;1.41;0 -470;supply_node;3180.00;9.70;1715.00;4.35;0 -470;supply_node;3233.00;10.15;1686.00;1.00;0 -470;supply_node;3188.00;9.80;1706.00;3.58;0 -470;supply_node;3193.00;9.70;1719.00;0.24;0 -470;supply_node;3182.00;9.70;1699.00;1.72;0 -470;supply_node;3236.00;9.78;1716.00;5.76;0 -470;supply_node;3222.00;10.30;1703.00;2.41;0 -470;supply_node;3212.00;10.30;1699.00;3.89;0 -470;supply_node;3158.00;9.70;1709.00;1.65;0 -470;supply_node;3199.00;10.30;1702.00;3.12;0 -470;supply_node;3214.00;10.30;1689.00;6.06;0 -470;supply_node;3209.00;10.40;1710.00;2.36;0 -470;supply_node;3225.00;10.35;1695.00;5.30;0 -470;supply_node;3222.00;10.40;1683.00;1.95;0 -470;supply_node;3222.00;10.15;1711.00;4.54;0 -470;supply_node;3215.00;9.85;1720.00;1.19;0 -470;supply_node;3191.00;10.07;1693.00;2.66;0 -470;supply_node;3205.00;9.68;1721.00;0.42;0 -470;supply_node;3226.00;9.78;1718.00;3.36;0 -470;floating_harbor;3171.00;9.50;1686.00;-3.25;83 -470;floating_harbor;3169.21;9.50;1717.70;1.33;567 -470;floating_harbor;3190.63;9.50;1730.86;0.20;3152 -470;floating_harbor;3177.87;9.50;1690.74;-3.61;3174 -470;floating_harbor;3242.13;9.50;1728.26;-0.46;4640 -470;floating_harbor;3171.00;9.50;1686.00;-2.64;6201 -470;floating_harbor;3219.21;9.50;1732.64;-0.32;11127 -470;floating_harbor;3180.21;9.50;1690.30;-4.47;11291 -470;floating_harbor;3197.80;9.50;1730.60;0.64;11426 -470;floating_harbor;3230.60;9.50;1729.50;-0.38;11443 -471;supply_node;3234.00;10.00;1661.00;1.41;0 -471;supply_node;3238.00;9.80;1670.00;4.35;0 -471;supply_node;3227.00;10.40;1654.00;1.00;0 -471;supply_node;3228.00;10.00;1673.00;3.58;0 -471;supply_node;3208.00;10.30;1681.00;0.24;0 -471;supply_node;3213.00;9.80;1657.00;1.72;0 -471;supply_node;3193.00;10.30;1671.00;5.76;0 -471;supply_node;3190.00;10.00;1681.00;2.41;0 -471;supply_node;3187.00;9.78;1664.00;3.89;0 -471;supply_node;3199.00;10.30;1684.00;1.65;0 -471;supply_node;3200.00;10.30;1662.00;3.12;0 -471;supply_node;3206.00;10.57;1671.00;6.06;0 -471;supply_node;3220.00;10.40;1663.00;2.36;0 -471;supply_node;3217.00;10.50;1672.00;5.30;0 -471;floating_harbor;3179.57;9.50;1676.76;1.17;9240 -471;floating_harbor;3178.14;9.50;1683.37;1.37;9317 -471;floating_harbor;3177.05;9.50;1673.95;0.79;9340 -472;supply_node;3028.00;10.30;1587.00;1.00;0 -472;floating_harbor;3019.00;9.50;1610.00;0.53;6282 -473;supply_node;3286.00;10.30;1725.00;0.24;0 -473;supply_node;3248.00;9.70;1724.00;1.72;0 -473;supply_node;3285.00;9.73;1737.00;5.76;0 -473;supply_node;3264.00;10.35;1718.00;2.41;0 -473;supply_node;3278.00;9.73;1738.00;3.89;0 -473;supply_node;3277.00;10.40;1727.00;1.65;0 -473;supply_node;3265.00;10.00;1731.00;3.12;0 -473;supply_node;3294.00;10.30;1729.00;6.06;0 -473;supply_node;3269.00;10.40;1723.00;2.36;0 -473;supply_node;3256.00;10.30;1725.00;5.30;0 -473;floating_harbor;3245.30;9.50;1734.79;0.24;104 -473;floating_harbor;3232.00;9.50;1735.00;1.57;3151 -473;floating_harbor;3232.00;9.50;1735.00;1.52;6174 -473;floating_harbor;3232.00;9.50;1735.00;1.57;9097 -473;floating_harbor;3256.00;9.50;1738.00;0.00;11186 -474;supply_node;2932.00;15.38;1447.00;5.76;0 -474;supply_node;2950.00;14.93;1449.00;2.41;0 -474;supply_node;2949.00;14.53;1455.00;3.89;0 -474;supply_node;2938.00;12.38;1464.00;1.65;0 -474;supply_node;2940.00;13.80;1444.00;3.12;0 -474;supply_node;2962.00;16.18;1452.00;6.06;0 -474;supply_node;2959.00;14.43;1445.00;2.36;0 -474;supply_node;2945.00;11.60;1440.00;5.30;0 -474;supply_node;2940.00;15.03;1454.00;1.95;0 -474;supply_node;2933.00;13.88;1456.00;4.54;0 -474;supply_node;2949.00;12.93;1462.00;1.19;0 -475;supply_node;2917.00;14.32;1439.00;3.89;0 -475;supply_node;2904.00;9.65;1446.00;1.65;0 -475;supply_node;2918.00;10.40;1460.00;3.12;0 -475;supply_node;2926.00;16.23;1439.00;6.06;0 -475;supply_node;2925.00;14.12;1447.00;2.36;0 -475;supply_node;2922.00;14.05;1454.00;5.30;0 -475;supply_node;2911.00;10.10;1454.00;1.95;0 -475;supply_node;2926.00;10.57;1462.00;4.54;0 -475;supply_node;2916.00;10.57;1447.00;1.19;0 -476;supply_node;2912.00;10.80;1509.00;3.12;0 -476;supply_node;2912.00;10.90;1519.00;6.06;0 -476;supply_node;2918.00;10.98;1523.00;2.36;0 -477;supply_node;2739.00;16.15;1187.00;2.36;0 -477;supply_node;2718.00;17.23;1183.00;5.30;0 -477;supply_node;2703.00;12.60;1146.00;1.95;0 -477;supply_node;2749.00;13.88;1175.00;4.54;0 -477;supply_node;2733.00;12.12;1155.00;1.19;0 -477;supply_node;2718.00;15.25;1165.00;2.66;0 -478;supply_node;2740.00;12.18;1020.00;1.95;0 -478;supply_node;2692.00;12.00;1110.00;4.54;0 -478;supply_node;2754.00;10.20;1074.00;1.19;0 -478;supply_node;2738.00;10.75;1128.00;2.66;0 -479;supply_node;1936.00;10.10;918.00;1.19;0 -479;supply_node;1972.00;9.90;918.00;2.66;0 -479;supply_node;1991.00;9.90;884.00;0.42;0 -479;supply_node;1924.00;10.10;869.00;3.36;0 -479;supply_node;1891.00;9.98;912.00;4.84;0 -479;floating_harbor;2045.00;9.50;874.00;-1.35;4980 -480;supply_node;4207.00;18.58;1097.00;0.42;0 -480;supply_node;4228.00;16.83;1096.00;3.36;0 -481;supply_node;4049.00;22.58;1177.00;4.84;0 -481;supply_node;4116.00;22.30;1145.00;1.49;0 -481;supply_node;4152.00;21.58;1204.00;4.08;0 -481;supply_node;4157.00;22.00;1162.00;0.73;0 -481;supply_node;4178.00;21.58;1117.00;3.66;0 -481;supply_node;4103.00;22.58;1201.00;6.25;0 -481;supply_node;4082.00;23.45;1165.00;2.90;0 -481;supply_node;4137.00;22.65;1236.00;4.38;0 -481;supply_node;4159.00;23.27;1138.00;2.14;0 -481;supply_node;4061.00;22.88;1204.00;5.07;0 -481;supply_node;4120.00;21.52;1178.00;0.27;0 -481;supply_node;4086.00;23.05;1226.00;4.31;0 -481;supply_node;4148.00;22.43;1120.00;5.79;0 -482;supply_node;4448.00;13.57;1203.00;4.08;0 -482;supply_node;4419.00;18.43;1186.00;0.73;0 -482;supply_node;4387.00;19.73;1161.00;3.66;0 -482;supply_node;4377.00;17.40;1117.00;6.25;0 -482;supply_node;4438.00;12.75;1188.00;2.90;0 -482;supply_node;4408.00;15.80;1113.00;4.38;0 -482;supply_node;4406.00;18.18;1223.00;2.14;0 -482;supply_node;4417.00;12.25;1165.00;5.07;0 -482;supply_node;4406.00;18.33;1206.00;0.27;0 -482;supply_node;4342.00;20.38;1146.00;4.31;0 -482;supply_node;4394.00;17.20;1131.00;5.79;0 -482;supply_node;4429.00;16.77;1202.00;2.44;0 -482;supply_node;4405.00;15.57;1088.00;0.20;0 -482;supply_node;4422.00;18.12;1218.00;1.68;0 -482;supply_node;4368.00;19.93;1181.00;4.61;0 -482;supply_node;4345.00;20.50;1183.00;0.91;0 -482;supply_node;4403.00;20.40;1170.00;3.85;0 -482;supply_node;4389.00;14.20;1099.00;0.50;0 -482;supply_node;4395.00;18.98;1196.00;3.09;0 -482;supply_node;4408.00;13.40;1143.00;6.03;0 -482;supply_node;4330.00;21.02;1174.00;1.22;0 -482;supply_node;4382.00;19.50;1189.00;5.26;0 -482;supply_node;4358.00;20.40;1135.00;0.45;0 -482;supply_node;4372.00;20.18;1147.00;3.39;0 -483;supply_node;4206.00;21.80;1118.00;3.66;0 -483;supply_node;4240.00;21.75;1116.00;6.25;0 -483;supply_node;4250.00;21.60;1234.00;2.90;0 -483;supply_node;4299.00;21.43;1196.00;4.38;0 -483;supply_node;4198.00;21.95;1152.00;2.14;0 -483;supply_node;4183.00;22.12;1242.00;5.07;0 -483;supply_node;4271.00;19.93;1125.00;0.27;0 -483;supply_node;4232.00;20.38;1136.00;4.31;0 -483;supply_node;4264.00;21.62;1168.00;5.79;0 -483;supply_node;4327.00;20.35;1127.00;2.44;0 -483;supply_node;4230.00;21.80;1157.00;0.20;0 -483;supply_node;4222.00;22.65;1222.00;1.68;0 -483;supply_node;4306.00;20.83;1145.00;4.61;0 -483;supply_node;4300.00;21.90;1168.00;0.91;0 -483;supply_node;4274.00;20.38;1143.00;3.85;0 -483;supply_node;4191.00;22.08;1197.00;0.50;0 -483;supply_node;4229.00;21.40;1181.00;3.09;0 -483;supply_node;4264.00;22.12;1204.00;6.03;0 -484;supply_node;2738.00;10.20;914.00;2.90;0 -484;supply_node;2744.00;10.20;961.00;4.38;0 -484;supply_node;2775.00;10.20;931.00;2.14;0 -485;supply_node;4707.00;10.30;663.00;2.14;0 -485;supply_node;4802.00;9.85;678.00;5.07;0 -485;supply_node;4732.00;10.75;660.00;0.27;0 -485;supply_node;4801.00;10.03;653.00;4.31;0 -485;supply_node;4809.00;9.50;666.00;5.79;0 -485;supply_node;4753.00;10.85;670.00;2.44;0 -485;supply_node;4719.00;9.75;662.00;0.20;0 -485;supply_node;4743.00;12.05;661.00;1.68;0 -485;floating_harbor;4709.70;9.50;652.21;-2.90;1289 -485;floating_harbor;4789.38;9.50;723.48;-0.88;1351 -485;floating_harbor;4794.05;9.50;670.05;-3.93;1419 -485;floating_harbor;4734.37;9.50;648.14;-2.94;7311 -485;floating_harbor;4773.00;9.50;618.00;-3.98;7413 -485;floating_harbor;4818.64;9.50;669.21;-1.25;10141 -485;floating_harbor;4750.30;9.50;680.79;0.24;10153 -485;floating_harbor;4721.70;9.50;651.21;-2.90;10169 -485;floating_harbor;4740.63;9.50;672.86;0.20;10197 -486;supply_node;4448.00;10.10;1002.00;0.27;0 -486;supply_node;4454.00;9.75;984.00;4.31;0 -486;supply_node;4420.00;12.25;994.00;5.79;0 -486;supply_node;4431.00;13.30;1000.00;2.44;0 -486;supply_node;4438.00;11.12;985.00;0.20;0 -486;supply_node;4447.00;10.05;977.00;1.68;0 -486;supply_node;4437.00;10.25;1011.00;4.61;0 -486;supply_node;4457.00;9.70;991.00;0.91;0 -486;supply_node;4442.00;10.73;992.00;3.85;0 -486;supply_node;4418.00;13.25;1010.00;0.50;0 -487;supply_node;4451.00;10.55;949.00;5.79;0 -487;supply_node;4465.00;11.18;931.00;2.44;0 -487;supply_node;4437.00;11.12;960.00;0.20;0 -487;supply_node;4450.00;9.65;958.00;1.68;0 -487;supply_node;4446.00;10.20;967.00;4.61;0 -487;supply_node;4453.00;9.60;967.00;0.91;0 -487;supply_node;4459.00;10.07;940.00;3.85;0 -487;floating_harbor;4462.50;9.50;953.60;-1.19;4397 -487;floating_harbor;4477.00;9.50;931.00;-1.57;7280 -487;floating_harbor;4462.90;9.50;955.85;-1.74;10016 -487;floating_harbor;4465.64;9.50;962.79;-1.89;11936 -487;floating_harbor;4466.20;9.50;949.60;-0.64;12297 -488;supply_node;4003.00;9.62;792.00;0.20;0 -488;floating_harbor;3993.05;9.50;801.95;0.79;1321 -489;supply_node;5389.00;10.45;1800.00;4.61;0 -489;supply_node;5284.00;10.03;1694.00;0.91;0 -489;supply_node;5310.00;10.40;1673.00;3.85;0 -489;supply_node;5229.00;10.60;1562.00;0.50;0 -489;supply_node;5439.00;10.60;1881.00;3.09;0 -489;supply_node;5442.00;10.93;1985.00;6.03;0 -489;supply_node;5275.00;11.48;1616.00;1.22;0 -489;supply_node;5239.00;11.23;1629.00;5.26;0 -489;supply_node;5499.00;10.50;1657.00;0.45;0 -489;supply_node;50.00;10.18;2030.00;3.39;0 -489;floating_harbor;5385.28;9.50;1764.04;-3.24;1823 -489;floating_harbor;5292.89;9.50;1725.74;-0.27;1839 -489;floating_harbor;5344.00;9.50;1658.00;-2.06;1863 -489;floating_harbor;5206.05;9.50;1559.13;-4.59;4728 -489;floating_harbor;5501.54;9.50;1832.72;-2.23;4744 -489;floating_harbor;5286.47;9.50;1595.92;-2.62;7878 -489;floating_harbor;5380.00;9.50;1656.00;1.57;12207 -489;floating_harbor;5211.19;9.50;1635.62;1.34;12522 -489;floating_harbor;5581.42;9.50;1989.78;-1.16;13063 -489;floating_harbor;5507.00;9.68;1657.00;-1.57;13067 -489;floating_harbor;45.85;9.50;2005.10;-3.31;13204 -490;supply_node;3085.00;10.12;1450.00;3.85;0 -490;supply_node;3096.00;9.80;1448.00;0.50;0 -490;supply_node;3083.00;10.03;1444.00;3.09;0 -490;supply_node;3096.00;9.80;1457.00;6.03;0 -490;supply_node;3097.00;9.80;1430.00;1.22;0 -490;supply_node;3079.00;9.93;1437.00;5.26;0 -490;supply_node;3095.00;9.80;1437.00;0.45;0 -490;supply_node;3089.00;10.38;1467.00;3.39;0 -490;supply_node;3089.00;9.80;1438.00;1.15;0 -490;supply_node;3098.00;9.80;1468.00;2.63;0 -491;supply_node;3125.00;9.75;1443.00;3.09;0 -491;supply_node;3114.00;9.80;1458.00;6.03;0 -491;supply_node;3129.00;9.80;1461.00;1.22;0 -491;supply_node;3115.00;9.75;1468.00;5.26;0 -491;supply_node;3132.00;9.70;1474.00;0.45;0 -491;supply_node;3122.00;10.10;1476.00;3.39;0 -491;supply_node;3106.00;9.93;1480.00;1.15;0 -491;supply_node;3104.00;9.80;1440.00;2.63;0 -491;supply_node;3115.00;9.80;1446.00;5.56;0 -491;supply_node;3123.00;9.70;1465.00;1.87;0 -491;supply_node;3130.00;9.80;1483.00;4.80;0 -491;supply_node;3123.00;10.45;1486.00;1.45;0 -491;supply_node;3134.00;9.80;1448.00;4.03;0 -491;supply_node;3105.00;9.70;1464.00;0.69;0 -491;supply_node;3109.00;9.80;1475.00;2.17;0 -491;supply_node;3141.00;9.80;1483.00;6.21;0 -491;supply_node;3105.00;9.80;1450.00;2.87;0 -491;supply_node;3137.00;9.80;1457.00;4.34;0 -491;supply_node;3125.00;9.80;1452.00;2.10;0 -491;supply_node;3093.00;10.07;1478.00;3.58;0 -492;supply_node;2827.00;9.50;1303.00;1.22;0 -492;supply_node;2852.00;9.70;1316.00;5.26;0 -492;supply_node;2869.00;9.50;1322.00;0.45;0 -492;floating_harbor;2835.00;9.50;1303.00;-1.57;7114 -492;floating_harbor;2842.00;9.50;1316.00;1.57;9793 -492;floating_harbor;2869.00;9.50;1330.00;0.00;9845 -493;supply_node;3245.00;9.90;1399.00;0.45;0 -493;supply_node;3261.00;9.68;1419.00;3.39;0 -493;supply_node;3262.00;9.70;1429.00;1.15;0 -493;supply_node;3273.00;9.70;1437.00;2.63;0 -493;supply_node;3265.00;9.78;1442.00;5.56;0 -493;supply_node;3228.00;10.45;1396.00;1.87;0 -493;supply_node;3250.00;9.80;1409.00;4.80;0 -493;supply_node;3243.00;10.10;1391.00;1.45;0 -493;floating_harbor;3258.93;9.50;1397.01;-1.71;657 -493;floating_harbor;3269.82;9.50;1413.12;-2.16;687 -493;floating_harbor;3274.90;9.50;1426.85;-1.74;3701 -493;floating_harbor;3276.21;9.50;1427.36;-2.82;6727 -493;floating_harbor;3261.50;9.50;1404.40;-1.95;9635 -493;floating_harbor;3256.43;9.50;1385.24;-1.98;11597 -494;supply_node;3332.00;9.70;1411.00;1.15;0 -494;supply_node;3341.00;10.70;1414.00;2.63;0 -494;supply_node;3352.00;11.68;1419.00;5.56;0 -494;supply_node;3368.00;9.70;1422.00;1.87;0 -494;floating_harbor;3322.36;9.50;1414.21;1.25;3686 -494;floating_harbor;3347.95;9.50;1407.05;-2.36;6704 -494;floating_harbor;3359.20;9.50;1409.40;-2.50;9677 -494;floating_harbor;3368.00;9.50;1411.00;-3.14;9680 -495;supply_node;3066.00;9.88;1428.00;5.56;0 -495;supply_node;3059.00;10.07;1425.00;1.87;0 -495;supply_node;3086.00;9.80;1428.00;4.80;0 -495;supply_node;3094.00;9.80;1423.00;1.45;0 -495;supply_node;3079.00;9.90;1423.00;4.03;0 -495;supply_node;3104.00;10.00;1419.00;0.69;0 -495;supply_node;3117.00;10.38;1416.00;2.17;0 -495;supply_node;3074.00;10.50;1433.00;6.21;0 -496;supply_node;1486.00;10.57;1580.00;4.80;0 -496;supply_node;1472.00;10.75;1580.00;1.45;0 -496;supply_node;1491.00;10.62;1616.00;4.03;0 -496;supply_node;1505.00;10.60;1590.00;0.69;0 -496;supply_node;1488.00;10.80;1597.00;2.17;0 -496;supply_node;1476.00;10.70;1608.00;6.21;0 -496;supply_node;1470.00;10.57;1632.00;2.87;0 -496;supply_node;1479.00;10.80;1591.00;4.34;0 -496;supply_node;1513.00;10.62;1600.00;2.10;0 -496;supply_node;1509.00;10.70;1612.00;3.58;0 -496;supply_node;1465.00;10.70;1620.00;0.23;0 -496;supply_node;1484.00;10.90;1643.00;4.27;0 -496;supply_node;1498.00;10.82;1633.00;5.75;0 -496;supply_node;1459.00;9.75;1581.00;2.40;0 -496;supply_node;1496.00;10.12;1582.00;4.99;0 -496;supply_node;1499.00;10.70;1603.00;1.64;0 -496;supply_node;1467.00;10.70;1593.00;4.57;0 -496;supply_node;1463.00;10.43;1607.00;0.87;0 -496;supply_node;1483.00;11.00;1626.00;3.81;0 -497;supply_node;3102.00;10.85;1411.00;4.03;0 -497;supply_node;3093.00;14.05;1388.00;0.69;0 -497;supply_node;3064.00;14.25;1403.00;2.17;0 -497;supply_node;3057.00;12.18;1418.00;6.21;0 -497;supply_node;3067.00;10.93;1417.00;2.87;0 -497;supply_node;3093.00;13.30;1405.00;4.34;0 -497;supply_node;3076.00;12.43;1391.00;2.10;0 -497;supply_node;3070.00;14.60;1397.00;3.58;0 -497;supply_node;3071.00;12.07;1409.00;0.23;0 -497;supply_node;3058.00;13.43;1411.00;4.27;0 -497;supply_node;3077.00;11.20;1415.00;5.75;0 -497;supply_node;3086.00;10.50;1415.00;2.40;0 -497;supply_node;3083.00;12.65;1385.00;4.99;0 -497;supply_node;3078.00;14.50;1401.00;1.64;0 -497;supply_node;3084.00;12.75;1406.00;4.57;0 -497;supply_node;3094.00;10.50;1414.00;0.87;0 -497;supply_node;3104.00;12.80;1399.00;3.81;0 -497;supply_node;3084.00;13.40;1395.00;5.29;0 -497;supply_node;3095.00;14.03;1396.00;3.05;0 -498;supply_node;3134.00;10.60;1418.00;2.17;0 -498;supply_node;3107.00;9.93;1426.00;6.21;0 -498;supply_node;3131.00;10.00;1435.00;2.87;0 -498;supply_node;3153.00;13.93;1430.00;4.34;0 -498;supply_node;3126.00;10.07;1417.00;2.10;0 -498;supply_node;3116.00;10.98;1424.00;3.58;0 -498;supply_node;3106.00;9.80;1432.00;0.23;0 -498;supply_node;3147.00;11.95;1415.00;4.27;0 -498;supply_node;3122.00;10.18;1433.00;5.75;0 -498;supply_node;3138.00;10.62;1426.00;2.40;0 -498;supply_node;3115.00;9.80;1434.00;4.99;0 -498;supply_node;3152.00;16.45;1422.00;1.64;0 -498;supply_node;3144.00;10.43;1435.00;4.57;0 -498;supply_node;3126.00;11.25;1426.00;0.87;0 -499;supply_node;3441.00;10.68;1234.00;2.87;0 -499;supply_node;3451.00;10.50;1264.00;4.34;0 -499;supply_node;3436.00;11.95;1260.00;2.10;0 -499;supply_node;3410.00;12.25;1251.00;3.58;0 -499;supply_node;3427.00;11.40;1251.00;0.23;0 -499;supply_node;3432.00;10.10;1228.00;4.27;0 -499;supply_node;3413.00;10.78;1242.00;5.75;0 -499;supply_node;3408.00;10.57;1259.00;2.40;0 -499;supply_node;3413.00;10.55;1229.00;4.99;0 -499;supply_node;3406.00;10.70;1271.00;1.64;0 -499;supply_node;3406.00;11.40;1206.00;4.57;0 -499;supply_node;3443.00;12.70;1247.00;0.87;0 -499;supply_node;3420.00;10.35;1268.00;3.81;0 -499;supply_node;3423.00;10.93;1216.00;5.29;0 -499;supply_node;3453.00;10.62;1211.00;3.05;0 -499;supply_node;3434.00;10.78;1272.00;5.99;0 -499;supply_node;3399.00;13.43;1219.00;1.18;0 -500;supply_node;3149.00;11.45;1406.00;2.10;0 -500;supply_node;3109.00;12.07;1405.00;3.58;0 -500;supply_node;3112.00;12.07;1411.00;0.23;0 -500;supply_node;3122.00;12.20;1386.00;4.27;0 -500;supply_node;3115.00;13.73;1395.00;5.75;0 -500;supply_node;3126.00;11.38;1396.00;2.40;0 -500;supply_node;3138.00;10.15;1408.00;4.99;0 -500;supply_node;3127.00;11.38;1375.00;1.64;0 -500;supply_node;3133.00;12.88;1382.00;4.57;0 -500;supply_node;3129.00;12.30;1389.00;0.87;0 -500;supply_node;3137.00;10.88;1393.00;3.81;0 -500;supply_node;3120.00;10.70;1402.00;5.29;0 -500;supply_node;3143.00;10.93;1397.00;3.05;0 -500;supply_node;3152.00;11.35;1398.00;5.99;0 -500;supply_node;3127.00;14.25;1367.00;1.18;0 -500;supply_node;3138.00;12.38;1369.00;5.22;0 -500;supply_node;3138.00;11.90;1377.00;0.41;0 -500;supply_node;3146.00;13.30;1380.00;3.36;0 -500;supply_node;3132.00;10.45;1405.00;5.94;0 -500;supply_node;3124.00;10.55;1409.00;2.59;0 -500;supply_node;3153.00;13.43;1373.00;5.52;0 -500;supply_node;3158.00;12.82;1382.00;1.83;0 -500;supply_node;3151.00;11.43;1387.00;4.76;0 -501;supply_node;3109.00;13.48;1383.00;0.23;0 -501;supply_node;3106.00;13.95;1392.00;4.27;0 -501;supply_node;3115.00;12.55;1386.00;5.75;0 -501;supply_node;3116.00;13.98;1374.00;2.40;0 -501;supply_node;3106.00;10.80;1366.00;4.99;0 -501;supply_node;3091.00;14.32;1381.00;1.64;0 -501;supply_node;3103.00;13.60;1379.00;4.57;0 -501;floating_harbor;3101.40;9.50;1354.50;-3.52;9809 -502;supply_node;3174.00;9.53;1329.00;5.75;0 -502;supply_node;3162.00;10.57;1344.00;2.40;0 -502;supply_node;3171.00;10.78;1339.00;4.99;0 -502;supply_node;3175.00;10.35;1346.00;1.64;0 -502;supply_node;3187.00;11.10;1348.00;4.57;0 -502;supply_node;3185.00;9.50;1340.00;0.87;0 -502;supply_node;3157.00;9.78;1337.00;3.81;0 -502;supply_node;3201.00;11.10;1344.00;5.29;0 -502;supply_node;3165.00;9.60;1335.00;3.05;0 -502;supply_node;3214.00;10.98;1347.00;5.99;0 -502;floating_harbor;3185.00;9.50;1329.00;-1.57;895 -502;floating_harbor;3182.86;9.50;1336.63;-1.77;3936 -502;floating_harbor;3193.82;9.50;1334.12;-2.16;9930 -502;floating_harbor;3165.95;9.50;1328.05;-2.36;10163 -502;floating_harbor;3198.30;9.50;1333.21;-3.39;11774 -502;floating_harbor;3159.12;9.50;1326.18;-3.73;11818 -502;floating_harbor;3192.00;9.50;1315.00;-3.79;11905 -503;supply_node;3130.00;13.57;1351.00;4.99;0 -503;supply_node;3132.00;14.23;1359.00;1.64;0 -503;supply_node;3153.00;12.30;1361.00;4.57;0 -503;supply_node;3149.00;13.28;1339.00;0.87;0 -503;supply_node;3142.00;12.50;1345.00;3.81;0 -503;supply_node;3152.00;13.48;1350.00;5.29;0 -503;supply_node;3140.00;12.53;1352.00;3.05;0 -503;supply_node;3143.00;12.57;1360.00;5.99;0 -503;supply_node;3160.00;12.15;1354.00;1.18;0 -503;supply_node;3140.00;13.15;1336.00;5.22;0 -503;supply_node;3146.00;10.90;1367.00;0.41;0 -503;supply_node;3133.00;13.20;1343.00;3.36;0 -504;supply_node;3206.00;11.82;1351.00;4.57;0 -504;supply_node;3196.00;13.75;1354.00;0.87;0 -504;supply_node;3162.00;13.15;1368.00;3.81;0 -504;supply_node;3169.00;13.25;1374.00;5.29;0 -504;supply_node;3174.00;14.05;1367.00;3.05;0 -504;supply_node;3181.00;13.53;1363.00;5.99;0 -504;supply_node;3209.00;10.35;1367.00;1.18;0 -504;supply_node;3168.00;12.05;1354.00;5.22;0 -504;supply_node;3195.00;13.07;1362.00;0.41;0 -504;supply_node;3199.00;11.90;1368.00;3.36;0 -504;supply_node;3218.00;9.90;1371.00;5.94;0 -504;supply_node;3188.00;11.35;1370.00;2.59;0 -504;supply_node;3175.00;12.90;1356.00;5.52;0 -504;supply_node;3209.00;11.88;1358.00;1.83;0 -504;supply_node;3221.00;10.12;1364.00;4.76;0 -504;supply_node;3234.00;10.50;1364.00;6.24;0 -504;supply_node;3232.00;9.93;1374.00;2.89;0 -504;supply_node;3186.00;13.40;1356.00;0.65;0 -504;floating_harbor;3245.50;9.50;1368.60;-1.19;9902 -504;floating_harbor;3245.93;9.50;1372.01;-1.71;9919 -505;supply_node;3226.00;10.28;1388.00;3.81;0 -505;supply_node;3179.00;10.45;1387.00;5.29;0 -505;supply_node;3167.00;11.85;1383.00;3.05;0 -505;supply_node;3189.00;10.40;1387.00;5.99;0 -505;supply_node;3198.00;12.30;1377.00;1.18;0 -505;supply_node;3187.00;13.43;1379.00;5.22;0 -505;supply_node;3179.00;12.75;1376.00;0.41;0 -505;supply_node;3208.00;12.35;1379.00;3.36;0 -505;supply_node;3199.00;10.25;1387.00;5.94;0 -505;supply_node;3212.00;10.43;1391.00;2.59;0 -505;supply_node;3219.00;11.10;1381.00;5.52;0 -505;supply_node;3160.00;11.98;1394.00;1.83;0 -505;supply_node;3237.00;9.90;1383.00;4.76;0 -505;supply_node;3170.00;10.40;1391.00;6.24;0 -505;floating_harbor;3249.90;9.50;1380.85;-1.74;9783 -506;supply_node;912.00;11.90;1492.00;3.05;0 -506;supply_node;905.00;10.45;1501.00;5.99;0 -506;supply_node;914.00;10.57;1471.00;1.18;0 -506;supply_node;923.00;11.05;1478.00;5.22;0 -506;supply_node;909.00;10.50;1480.00;0.41;0 -506;supply_node;900.00;9.73;1492.00;3.36;0 -506;floating_harbor;901.79;9.50;1510.64;0.32;3678 -506;floating_harbor;903.74;9.50;1465.87;-4.25;3840 -506;floating_harbor;898.00;9.50;1473.40;-4.17;9637 -506;floating_harbor;893.05;9.50;1498.95;0.79;9671 -507;supply_node;3133.00;14.50;1329.00;1.18;0 -507;supply_node;3152.00;10.45;1312.00;5.22;0 -507;supply_node;3147.00;12.93;1329.00;0.41;0 -507;supply_node;3154.00;11.57;1327.00;3.36;0 -507;supply_node;3130.00;13.03;1320.00;5.94;0 -507;supply_node;3162.00;11.43;1315.00;2.59;0 -507;supply_node;3139.00;13.35;1325.00;5.52;0 -507;supply_node;3149.00;10.68;1320.00;1.83;0 -507;supply_node;3125.00;10.85;1314.00;4.76;0 -507;supply_node;3133.00;10.15;1310.00;6.24;0 -507;supply_node;3141.00;12.05;1315.00;2.89;0 -507;floating_harbor;3164.79;9.50;1329.70;-1.33;3844 -507;floating_harbor;3170.82;9.50;1309.12;-2.16;3973 -507;floating_harbor;3116.18;9.50;1308.12;-4.12;9805 -507;floating_harbor;3132.00;9.50;1278.00;-3.10;9916 -508;supply_node;3239.00;10.12;1354.00;0.41;0 -508;supply_node;3229.00;10.03;1341.00;3.36;0 -508;supply_node;3224.00;9.75;1347.00;5.94;0 -508;supply_node;3238.00;9.73;1346.00;2.59;0 -508;supply_node;3252.00;9.70;1345.00;5.52;0 -508;supply_node;3276.00;10.53;1339.00;1.83;0 -508;supply_node;3266.00;9.70;1342.00;4.76;0 -508;supply_node;3227.00;9.88;1357.00;6.24;0 -508;floating_harbor;3213.87;9.50;1325.74;-3.61;849 -508;floating_harbor;3250.50;9.50;1358.60;-1.19;922 -508;floating_harbor;3236.95;9.50;1333.05;-2.36;3879 -508;floating_harbor;3247.60;9.50;1338.80;-2.21;6895 -508;floating_harbor;3261.64;9.50;1348.21;-1.25;9833 -508;floating_harbor;3260.00;9.50;1349.00;1.41;11811 -508;floating_harbor;3260.05;9.50;1347.95;0.79;11829 -509;supply_node;3153.00;13.88;1299.00;5.94;0 -509;supply_node;3163.00;10.95;1295.00;2.59;0 -509;supply_node;3141.00;9.90;1296.00;5.52;0 -509;supply_node;3158.00;10.68;1307.00;1.83;0 -509;supply_node;3176.00;9.98;1287.00;4.76;0 -509;supply_node;3177.00;11.85;1296.00;6.24;0 -509;supply_node;3144.00;12.48;1305.00;2.89;0 -509;supply_node;3135.00;10.85;1302.00;0.65;0 -509;floating_harbor;3192.00;9.50;1315.00;-1.17;976 -509;floating_harbor;3132.00;9.50;1278.00;-4.25;1109 -509;floating_harbor;3132.00;9.50;1278.00;-3.68;1205 -509;floating_harbor;3186.00;9.50;1261.00;-3.09;3401 -509;floating_harbor;3192.00;9.50;1315.00;-1.28;3864 -509;floating_harbor;3132.00;9.50;1278.00;-4.41;3988 -509;floating_harbor;3182.95;9.50;1280.05;-2.36;4109 -509;floating_harbor;3192.00;9.50;1315.00;-0.90;7127 -509;floating_harbor;3132.00;9.50;1278.00;-3.14;12001 -510;supply_node;3145.00;9.78;1271.00;5.52;0 -510;supply_node;3152.00;12.28;1279.00;1.83;0 -510;supply_node;3161.00;11.05;1266.00;4.76;0 -510;supply_node;3141.00;9.70;1283.00;6.24;0 -510;supply_node;3163.00;9.53;1279.00;2.89;0 -510;supply_node;3150.00;11.70;1287.00;0.65;0 -510;supply_node;3153.00;9.57;1267.00;2.13;0 -510;floating_harbor;3139.05;9.50;1265.05;-3.93;1173 -510;floating_harbor;3166.21;9.50;1250.36;-2.82;4178 -510;floating_harbor;3134.05;9.50;1289.95;0.79;4193 -510;floating_harbor;3173.26;9.50;1273.87;-2.03;7096 -510;floating_harbor;3132.00;9.50;1278.00;-4.11;7211 -510;floating_harbor;3157.21;9.50;1254.36;-2.82;11965 -511;supply_node;3239.00;9.50;1250.00;4.76;0 -511;floating_harbor;3215.00;9.50;1272.00;-3.93;6550 -511;floating_harbor;3210.50;9.50;1257.40;-4.33;7003 -511;floating_harbor;3219.61;9.50;1302.73;-2.42;8435 -511;floating_harbor;3247.82;9.50;1255.88;-0.98;10007 -512;supply_node;3120.00;9.82;1323.00;2.89;0 -512;supply_node;3120.00;12.95;1333.00;0.65;0 -512;supply_node;3114.00;10.05;1337.00;2.13;0 -512;supply_node;3117.00;13.80;1366.00;5.06;0 -512;supply_node;3126.00;14.50;1338.00;1.37;0 -512;supply_node;3113.00;10.07;1358.00;4.30;0 -512;supply_node;3122.00;11.98;1344.00;0.96;0 -512;supply_node;3113.00;9.70;1347.00;3.54;0 -512;supply_node;3122.00;12.70;1356.00;0.19;0 -512;supply_node;3112.00;10.10;1330.00;1.67;0 -512;supply_node;3125.00;12.93;1329.00;5.71;0 -512;supply_node;3130.00;14.62;1335.00;2.36;0 -512;floating_harbor;3093.00;9.50;1316.00;-4.51;914 -512;floating_harbor;3102.50;9.50;1341.60;1.19;3884 -512;floating_harbor;3104.18;9.50;1352.12;-4.12;9780 -512;floating_harbor;3102.00;9.50;1347.00;1.57;9914 -512;floating_harbor;3103.74;9.50;1325.87;-4.25;11767 -513;supply_node;3317.00;11.05;1229.00;2.13;0 -513;supply_node;3331.00;11.12;1234.00;5.06;0 -513;floating_harbor;3307.40;9.50;1221.80;-4.07;7193 -513;floating_harbor;3342.38;9.50;1243.48;-0.88;11984 -514;supply_node;3249.00;12.35;1313.00;1.37;0 -514;supply_node;3264.00;14.12;1314.00;4.30;0 -514;supply_node;3239.00;10.12;1300.00;0.96;0 -514;supply_node;3260.00;12.80;1325.00;3.54;0 -514;supply_node;3259.00;12.53;1307.00;0.19;0 -514;supply_node;3269.00;12.23;1325.00;1.67;0 -514;supply_node;3266.00;10.07;1333.00;5.71;0 -514;supply_node;3298.00;12.20;1313.00;2.36;0 -514;supply_node;3280.00;12.65;1318.00;3.85;0 -514;supply_node;3291.00;12.43;1320.00;1.60;0 -514;supply_node;3218.00;9.73;1318.00;3.08;0 -514;supply_node;3238.00;10.73;1328.00;6.01;0 -514;supply_node;3230.00;11.55;1315.00;3.78;0 -514;supply_node;3226.00;11.85;1324.00;5.25;0 -514;supply_node;3238.00;11.65;1308.00;1.90;0 -514;supply_node;3239.00;10.93;1319.00;4.49;0 -514;supply_node;3273.00;13.12;1315.00;1.14;0 -514;supply_node;3251.00;11.23;1323.00;4.08;0 -514;supply_node;3252.00;11.78;1302.00;0.38;0 -514;floating_harbor;3255.40;9.50;1336.50;0.38;947 -514;floating_harbor;3255.74;9.50;1338.13;1.11;3851 -514;floating_harbor;3210.00;9.50;1318.00;1.57;6864 -514;floating_harbor;3241.21;9.50;1337.64;-0.32;6912 -514;floating_harbor;3218.14;9.50;1312.63;-4.51;9799 -514;floating_harbor;3238.00;9.50;1335.00;-1.23;9887 -514;floating_harbor;3192.00;9.50;1315.00;1.24;11848 -514;floating_harbor;3238.00;9.50;1335.00;1.27;11867 -515;supply_node;3288.00;12.65;1280.00;0.96;0 -515;supply_node;3287.00;13.62;1309.00;3.54;0 -515;supply_node;3281.00;12.12;1268.00;0.19;0 -515;supply_node;3275.00;10.32;1258.00;1.67;0 -515;supply_node;3295.00;10.40;1269.00;5.71;0 -515;supply_node;3270.00;13.23;1304.00;2.36;0 -515;supply_node;3291.00;13.85;1288.00;3.85;0 -515;supply_node;3251.00;11.05;1292.00;1.60;0 -515;supply_node;3279.00;13.70;1302.00;3.08;0 -515;supply_node;3225.00;9.60;1292.00;6.01;0 -515;supply_node;3292.00;13.00;1301.00;3.78;0 -515;supply_node;3269.00;12.40;1293.00;5.25;0 -515;supply_node;3242.00;11.90;1289.00;1.90;0 -515;supply_node;3234.00;9.70;1285.00;4.49;0 -515;supply_node;3282.00;13.73;1292.00;1.14;0 -515;supply_node;3249.00;12.12;1280.00;4.08;0 -515;supply_node;3241.00;9.98;1270.00;0.38;0 -515;supply_node;3237.00;10.45;1277.00;3.32;0 -515;supply_node;3260.00;12.93;1282.00;4.79;0 -515;supply_node;3252.00;9.50;1265.00;2.55;0 -515;supply_node;3260.00;11.57;1294.00;4.03;0 -515;supply_node;3272.00;12.95;1284.00;0.68;0 -515;supply_node;3254.00;13.03;1273.00;4.72;0 -515;supply_node;3268.00;11.95;1270.00;6.20;0 -515;supply_node;3277.00;14.35;1277.00;2.85;0 -515;supply_node;3264.00;9.73;1258.00;5.44;0 -515;floating_harbor;3290.60;9.50;1260.80;-2.21;1005 -515;floating_harbor;3285.26;9.50;1252.87;-2.03;1119 -515;floating_harbor;3292.63;9.50;1257.14;-3.34;1122 -515;floating_harbor;3216.18;9.50;1297.88;0.98;4112 -515;floating_harbor;3215.00;9.50;1272.00;-4.07;7130 -515;floating_harbor;3230.74;9.50;1264.87;-4.25;9941 -515;floating_harbor;3226.00;9.50;1270.40;-4.17;10038 -515;floating_harbor;3252.00;9.50;1256.00;-3.14;10122 -515;floating_harbor;3260.79;9.50;1248.36;-3.46;12096 -516;supply_node;3332.00;11.18;1291.00;0.19;0 -516;supply_node;3311.00;12.53;1285.00;1.67;0 -516;supply_node;3355.00;15.53;1286.00;5.71;0 -516;supply_node;3300.00;13.15;1279.00;2.36;0 -516;supply_node;3346.00;13.12;1295.00;3.85;0 -516;supply_node;3329.00;11.95;1279.00;1.60;0 -516;supply_node;3311.00;13.70;1273.00;3.08;0 -516;supply_node;3324.00;13.75;1268.00;6.01;0 -516;supply_node;3320.00;14.95;1283.00;3.78;0 -516;supply_node;3337.00;12.78;1278.00;5.25;0 -516;supply_node;3304.00;14.23;1302.00;1.90;0 -516;supply_node;3345.00;12.70;1283.00;4.49;0 -516;supply_node;3331.00;9.60;1301.00;1.14;0 -516;supply_node;3315.00;10.85;1298.00;4.08;0 -516;supply_node;3302.00;13.03;1291.00;0.38;0 -517;supply_node;3331.00;11.30;1320.00;5.71;0 -517;supply_node;3365.00;13.35;1317.00;2.36;0 -517;supply_node;3361.00;13.48;1297.00;3.85;0 -517;supply_node;3363.00;12.30;1330.00;1.60;0 -517;supply_node;3348.00;12.25;1303.00;3.08;0 -517;supply_node;3343.00;12.30;1315.00;6.01;0 -517;supply_node;3376.00;13.93;1320.00;3.78;0 -517;supply_node;3375.00;12.93;1328.00;5.25;0 -517;supply_node;3394.00;18.27;1315.00;1.90;0 -517;supply_node;3358.00;12.62;1310.00;4.49;0 -517;supply_node;3390.00;13.73;1325.00;1.14;0 -517;supply_node;3403.00;17.65;1304.00;4.08;0 -517;supply_node;3369.00;13.57;1303.00;0.38;0 -517;supply_node;3350.00;13.53;1341.00;3.32;0 -517;supply_node;3390.00;15.38;1304.00;4.79;0 -517;supply_node;3380.00;16.60;1312.00;2.55;0 -517;supply_node;3359.00;13.90;1340.00;4.03;0 -517;supply_node;3371.00;13.00;1338.00;0.68;0 -517;supply_node;3352.00;12.75;1321.00;4.72;0 -517;supply_node;3341.00;12.10;1326.00;6.20;0 -517;supply_node;3335.00;10.73;1308.00;2.85;0 -517;supply_node;3351.00;12.80;1330.00;5.44;0 -518;supply_node;3390.00;13.98;1333.00;3.85;0 -518;supply_node;3402.00;12.80;1338.00;1.60;0 -518;supply_node;3439.00;14.75;1337.00;3.08;0 -518;supply_node;3406.00;13.75;1330.00;6.01;0 -518;supply_node;3419.00;14.45;1330.00;3.78;0 -518;supply_node;3423.00;14.53;1338.00;5.25;0 -518;supply_node;3449.00;14.28;1343.00;1.90;0 -518;supply_node;3370.00;11.60;1346.00;4.49;0 -518;supply_node;3383.00;12.75;1341.00;1.14;0 -518;floating_harbor;3404.70;9.50;1348.79;-0.24;975 -518;floating_harbor;3436.85;9.50;1349.90;0.17;3714 -518;floating_harbor;3427.60;9.50;1349.50;-0.38;9932 -518;floating_harbor;3446.85;9.50;1355.90;0.17;11753 -518;floating_harbor;3375.13;9.50;1356.26;-0.46;11881 -518;floating_harbor;3385.15;9.50;1353.90;-0.17;11894 -519;supply_node;3287.00;12.28;1334.00;3.08;0 -519;supply_node;3291.00;10.25;1341.00;6.01;0 -519;supply_node;3324.00;13.90;1354.00;3.78;0 -519;supply_node;3301.00;13.30;1334.00;5.25;0 -519;supply_node;3312.00;14.60;1341.00;1.90;0 -519;supply_node;3346.00;14.18;1352.00;4.49;0 -519;supply_node;3336.00;13.00;1354.00;1.14;0 -519;supply_node;3282.00;12.38;1328.00;4.08;0 -519;supply_node;3314.00;12.70;1330.00;0.38;0 -519;supply_node;3322.00;13.55;1340.00;3.32;0 -519;supply_node;3319.00;10.80;1311.00;4.79;0 -519;supply_node;3334.00;13.60;1344.00;2.55;0 -519;supply_node;3356.00;12.50;1353.00;4.03;0 -519;supply_node;3298.00;12.45;1326.00;0.68;0 -519;supply_node;3330.00;12.55;1333.00;4.72;0 -519;supply_node;3340.00;12.93;1337.00;6.20;0 -519;supply_node;3309.00;12.05;1311.00;2.85;0 -519;supply_node;3322.00;11.85;1322.00;5.44;0 -519;supply_node;3310.00;13.30;1322.00;2.09;0 -519;supply_node;3303.00;10.95;1346.00;5.03;0 -519;supply_node;3313.00;11.88;1351.00;1.33;0 -519;floating_harbor;3291.00;9.50;1351.00;0.00;904 -519;floating_harbor;3324.00;9.50;1366.00;0.00;979 -519;floating_harbor;3344.01;9.50;1365.93;0.14;3967 -519;floating_harbor;3331.79;9.50;1366.64;0.32;3982 -519;floating_harbor;3356.00;9.50;1364.00;0.00;6995 -519;floating_harbor;3298.40;9.50;1357.50;0.38;11866 -519;floating_harbor;3310.63;9.50;1362.86;0.20;11883 -520;supply_node;3463.00;11.32;1364.00;3.78;0 -520;supply_node;3459.00;14.78;1336.00;5.25;0 -520;supply_node;3460.00;11.57;1355.00;1.90;0 -520;supply_node;3462.00;14.50;1328.00;4.49;0 -520;supply_node;3463.00;14.20;1345.00;1.14;0 -520;supply_node;3474.00;15.55;1344.00;4.08;0 -520;supply_node;3478.00;14.75;1331.00;0.38;0 -520;supply_node;3457.00;11.05;1371.00;3.32;0 -520;floating_harbor;3450.00;9.50;1364.00;1.57;772 -520;floating_harbor;3451.18;9.50;1360.88;0.98;3653 -520;floating_harbor;3446.00;9.50;1371.00;1.57;11599 -521;supply_node;3427.00;12.95;1301.00;1.90;0 -521;supply_node;3437.00;12.20;1281.00;4.49;0 -521;supply_node;3465.00;11.15;1278.00;1.14;0 -521;supply_node;3453.00;17.35;1306.00;4.08;0 -521;supply_node;3415.00;14.30;1298.00;0.38;0 -521;supply_node;3441.00;14.43;1304.00;3.32;0 -521;supply_node;3454.00;16.15;1290.00;4.79;0 -521;supply_node;3440.00;11.85;1292.00;2.55;0 -521;supply_node;3422.00;11.10;1284.00;4.03;0 -521;supply_node;3453.00;10.53;1275.00;0.68;0 -522;supply_node;3384.00;14.10;1229.00;1.14;0 -522;supply_node;3396.00;13.25;1234.00;4.08;0 -522;supply_node;3370.00;9.75;1240.00;0.38;0 -522;supply_node;3382.00;11.38;1244.00;3.32;0 -522;supply_node;3395.00;10.45;1254.00;4.79;0 -522;supply_node;3372.00;10.23;1228.00;2.55;0 -522;supply_node;3371.00;10.75;1255.00;4.03;0 -522;supply_node;3384.00;10.60;1255.00;0.68;0 -522;floating_harbor;3359.21;9.50;1242.70;1.33;1088 -522;floating_harbor;3359.10;9.50;1230.15;1.41;10087 -522;floating_harbor;3360.21;9.50;1257.70;1.33;12029 -523;supply_node;3386.00;12.32;1177.00;0.38;0 -523;supply_node;3362.00;11.53;1150.00;3.32;0 -523;supply_node;3397.00;11.85;1186.00;4.79;0 -523;supply_node;3379.00;12.28;1190.00;2.55;0 -523;supply_node;3374.00;11.68;1168.00;4.03;0 -523;supply_node;3374.00;12.15;1158.00;0.68;0 -523;supply_node;3374.00;11.35;1180.00;4.72;0 -523;supply_node;3365.00;10.00;1174.00;6.20;0 -523;supply_node;3364.00;10.10;1185.00;2.85;0 -523;supply_node;3390.00;11.25;1201.00;5.44;0 -523;supply_node;3364.00;9.90;1162.00;2.09;0 -524;supply_node;3425.00;11.60;1192.00;4.79;0 -524;supply_node;3451.00;11.78;1118.00;2.55;0 -524;supply_node;3457.00;10.85;1182.00;4.03;0 -524;supply_node;3465.00;10.93;1142.00;0.68;0 -524;supply_node;3486.00;11.30;1118.00;4.72;0 -524;supply_node;3402.00;10.95;1160.00;6.20;0 -524;supply_node;3483.00;10.30;1164.00;2.85;0 -524;supply_node;3435.00;11.70;1160.00;5.44;0 -524;supply_node;3421.00;11.68;1134.00;2.09;0 -524;supply_node;3504.00;10.50;1143.00;5.03;0 -525;supply_node;3364.00;9.75;1212.00;4.03;0 -525;supply_node;3358.00;9.80;1193.00;0.68;0 -525;supply_node;3368.00;11.43;1195.00;4.72;0 -525;supply_node;3370.00;11.28;1219.00;6.20;0 -525;supply_node;3373.00;13.15;1206.00;2.85;0 -525;supply_node;3382.00;13.93;1215.00;5.44;0 -525;supply_node;3360.00;9.73;1202.00;2.09;0 -525;floating_harbor;3353.21;9.50;1214.70;1.33;792 -525;floating_harbor;3339.00;9.50;1213.00;0.64;1065 -525;floating_harbor;3359.74;9.50;1224.13;1.11;1108 -525;floating_harbor;3349.00;9.50;1202.00;1.57;11919 -526;supply_node;3351.00;10.82;1146.00;4.72;0 -526;supply_node;3355.00;11.18;1170.00;6.20;0 -526;supply_node;3352.00;9.68;1184.00;2.85;0 -526;supply_node;3346.00;10.20;1165.00;5.44;0 -526;supply_node;3349.00;10.07;1174.00;2.09;0 -526;supply_node;3357.00;10.35;1181.00;5.03;0 -526;supply_node;3354.00;10.75;1159.00;1.33;0 -526;supply_node;3346.00;10.32;1157.00;4.27;0 -526;floating_harbor;3340.00;9.50;1103.00;-3.47;1015 -526;floating_harbor;3343.74;9.50;1188.13;1.11;1201 -526;floating_harbor;3338.05;9.50;1172.95;0.79;4088 -526;floating_harbor;3340.74;9.50;1178.13;1.11;4206 -527;supply_node;3477.00;12.28;1233.00;2.85;0 -527;supply_node;3458.00;11.75;1240.00;5.44;0 -527;supply_node;3482.00;9.80;1213.00;2.09;0 -527;supply_node;3474.00;10.70;1252.00;5.03;0 -527;supply_node;3460.00;10.43;1257.00;1.33;0 -527;supply_node;3462.00;10.15;1225.00;4.27;0 -528;supply_node;3488.00;10.03;1249.00;2.09;0 -528;supply_node;3502.00;10.70;1258.00;5.03;0 -528;supply_node;3511.00;10.80;1240.00;1.33;0 -528;supply_node;3493.00;10.50;1230.00;4.27;0 -528;supply_node;3507.00;10.30;1220.00;5.74;0 -528;supply_node;3482.00;10.20;1266.00;3.50;0 -529;supply_node;3544.00;9.80;1148.00;1.33;0 -529;supply_node;3529.00;10.10;1138.00;4.27;0 -529;supply_node;3517.00;9.80;1157.00;5.74;0 -529;supply_node;3547.00;9.88;1134.00;3.50;0 -529;supply_node;3539.00;9.70;1161.00;0.16;0 -529;floating_harbor;3565.64;9.50;1140.79;-1.89;2089 -529;floating_harbor;3562.83;9.50;1137.52;-1.35;8085 -530;supply_node;3332.00;9.70;1422.00;5.74;0 -530;supply_node;3335.00;9.70;1434.00;3.50;0 -530;supply_node;3340.00;9.80;1425.00;0.16;0 -530;supply_node;3349.00;9.70;1430.00;1.63;0 -530;supply_node;3322.00;9.70;1427.00;5.67;0 -530;floating_harbor;3321.21;9.50;1419.30;-4.47;705 -530;floating_harbor;3324.74;9.50;1439.13;1.11;3722 -530;floating_harbor;3351.70;9.50;1440.79;-0.24;9718 -530;floating_harbor;3312.36;9.50;1430.21;1.25;11649 -531;supply_node;3273.00;9.70;1454.00;0.16;0 -531;supply_node;3285.00;10.25;1472.00;1.63;0 -531;supply_node;3297.00;9.68;1454.00;5.67;0 -531;supply_node;3316.00;9.70;1457.00;0.87;0 -531;supply_node;3284.00;9.73;1457.00;3.81;0 -531;supply_node;3277.00;9.80;1465.00;1.56;0 -531;supply_node;3283.00;9.70;1448.00;3.04;0 -531;supply_node;3308.00;9.70;1456.00;5.98;0 -531;supply_node;3294.00;9.80;1463.00;2.28;0 -531;supply_node;3328.00;9.70;1459.00;5.22;0 -531;floating_harbor;3295.00;9.50;1420.00;-3.29;3738 -531;floating_harbor;3295.00;9.50;1420.00;-3.75;3755 -531;floating_harbor;3292.60;9.50;1440.80;-2.21;11670 -531;floating_harbor;3305.30;9.50;1445.21;-3.39;11683 -531;floating_harbor;3295.00;9.50;1420.00;-3.29;11703 -532;supply_node;3324.00;9.55;1442.00;5.67;0 -532;supply_node;3347.00;9.78;1463.00;0.87;0 -532;supply_node;3310.00;9.70;1444.00;3.81;0 -532;supply_node;3325.00;9.70;1450.00;1.56;0 -532;supply_node;3341.00;9.70;1452.00;3.04;0 -532;supply_node;3397.00;9.75;1465.00;5.98;0 -532;supply_node;3337.00;9.70;1459.00;2.28;0 -532;supply_node;3366.00;9.70;1458.00;5.22;0 -532;supply_node;3388.00;9.70;1460.00;1.87;0 -532;supply_node;3407.00;9.70;1463.00;4.45;0 -532;supply_node;3398.00;10.00;1477.00;1.11;0 -532;supply_node;3405.00;9.80;1473.00;2.58;0 -532;supply_node;3354.00;9.70;1458.00;0.34;0 -532;supply_node;3347.00;9.70;1444.00;3.28;0 -532;supply_node;3387.00;9.90;1469.00;4.76;0 -532;supply_node;3377.00;9.70;1457.00;2.51;0 -532;supply_node;3337.00;9.70;1444.00;3.99;0 -532;supply_node;3365.00;9.70;1452.00;0.65;0 -532;supply_node;3354.00;9.70;1449.00;3.23;0 -532;floating_harbor;3319.87;9.50;1433.74;-3.61;568 -532;floating_harbor;3300.00;9.50;1444.00;1.57;721 -532;floating_harbor;3403.13;9.50;1452.74;-2.68;3421 -532;floating_harbor;3394.95;9.50;1453.05;-2.36;6420 -532;floating_harbor;3378.00;9.50;1440.00;-4.12;6445 -532;floating_harbor;3352.88;9.50;1435.18;-2.55;6771 -532;floating_harbor;3385.95;9.50;1448.05;-2.36;9571 -532;floating_harbor;3378.00;9.50;1440.00;-1.60;9712 -532;floating_harbor;3372.95;9.50;1444.05;-2.36;9729 -532;floating_harbor;3360.60;9.50;1438.00;-2.60;11700 -533;supply_node;3429.00;9.70;1455.00;3.81;0 -533;supply_node;3399.00;9.70;1433.00;1.56;0 -533;supply_node;3417.00;9.70;1442.00;3.04;0 -533;supply_node;3415.00;9.70;1424.00;5.98;0 -533;supply_node;3419.00;9.70;1433.00;2.28;0 -533;supply_node;3428.00;9.70;1440.00;5.22;0 -533;supply_node;3386.00;9.70;1421.00;1.87;0 -533;supply_node;3409.00;9.70;1434.00;4.45;0 -533;supply_node;3405.00;9.70;1446.00;1.11;0 -533;supply_node;3426.00;9.60;1462.00;2.58;0 -533;supply_node;3423.00;9.70;1448.00;0.34;0 -533;supply_node;3416.00;9.65;1453.00;3.28;0 -533;supply_node;3402.00;9.70;1424.00;4.76;0 -533;floating_harbor;3394.87;9.50;1441.26;0.46;750 -533;floating_harbor;3382.79;9.50;1430.64;0.32;6741 -533;floating_harbor;3378.00;9.50;1440.00;1.50;6755 -533;floating_harbor;3398.05;9.50;1452.95;0.79;6783 -533;floating_harbor;3412.07;9.50;1460.01;-4.57;9417 -533;floating_harbor;3378.00;9.50;1440.00;-4.27;11559 -533;floating_harbor;3387.21;9.50;1427.70;1.33;11729 -534;supply_node;3454.00;10.32;1687.00;3.04;0 -534;supply_node;3421.00;10.50;1677.00;5.98;0 -534;supply_node;3442.00;10.40;1690.00;2.28;0 -534;supply_node;3405.00;9.80;1675.00;5.22;0 -534;supply_node;3420.00;10.00;1667.00;1.87;0 -534;supply_node;3433.00;10.25;1666.00;4.45;0 -534;supply_node;3440.00;10.18;1674.00;1.11;0 -534;supply_node;3446.00;9.80;1681.00;2.58;0 -534;supply_node;3432.00;9.98;1675.00;0.34;0 -534;supply_node;3425.00;10.00;1661.00;3.28;0 -534;supply_node;3409.00;10.40;1685.00;4.76;0 -534;supply_node;3405.00;10.38;1693.00;2.51;0 -534;supply_node;3443.00;10.40;1667.00;3.99;0 -534;supply_node;3428.00;10.45;1683.00;0.65;0 -534;supply_node;3418.00;10.40;1697.00;3.23;0 -534;supply_node;3406.00;9.95;1664.00;6.16;0 -534;supply_node;3432.00;10.38;1689.00;2.81;0 -534;supply_node;3418.00;10.40;1690.00;5.40;0 -534;supply_node;3413.00;9.90;1675.00;2.05;0 -535;supply_node;3372.00;10.32;1094.00;2.28;0 -535;supply_node;3456.00;11.25;967.00;5.22;0 -535;supply_node;3388.00;13.78;1099.00;1.87;0 -535;supply_node;3414.00;9.68;1030.00;4.45;0 -535;supply_node;3468.00;13.12;1003.00;1.11;0 -535;supply_node;3390.00;10.90;1076.00;2.58;0 -535;supply_node;3359.00;11.82;1137.00;0.34;0 -535;supply_node;3386.00;13.23;1144.00;3.28;0 -535;supply_node;3438.00;13.68;1022.00;4.76;0 -535;supply_node;3442.00;13.95;996.00;2.51;0 -535;supply_node;3417.00;12.57;1088.00;3.99;0 -535;supply_node;3432.00;12.43;1045.00;0.65;0 -535;supply_node;3416.00;11.82;1110.00;3.23;0 -535;supply_node;3396.00;11.70;1056.00;6.16;0 -535;supply_node;3457.00;12.35;1030.00;2.81;0 -535;supply_node;3483.00;12.48;973.00;5.40;0 -535;supply_node;3412.00;11.50;1065.00;2.05;0 -535;supply_node;3373.00;12.07;1139.00;3.53;0 -535;supply_node;3362.00;12.55;1117.00;0.18;0 -535;supply_node;3389.00;12.20;1122.00;4.23;0 -535;supply_node;3433.00;13.18;1065.00;5.71;0 -535;supply_node;3427.00;9.98;992.00;2.36;0 -535;floating_harbor;3365.87;9.50;1081.74;-3.61;1033 -535;floating_harbor;3440.00;9.50;957.40;-4.17;1923 -535;floating_harbor;3402.14;9.50;1027.63;-4.51;2033 -535;floating_harbor;3373.74;9.50;1067.87;-4.25;2095 -535;floating_harbor;3340.00;9.50;1103.00;-3.52;4115 -535;floating_harbor;3381.45;9.50;1050.54;-4.35;8092 -535;floating_harbor;3340.00;9.50;1103.00;-3.75;12101 -535;floating_harbor;3428.54;9.50;972.02;-3.06;12883 -536;supply_node;3373.00;13.80;1280.00;1.87;0 -536;supply_node;3381.00;13.38;1270.00;4.45;0 -536;supply_node;3393.00;13.25;1294.00;1.11;0 -536;supply_node;3381.00;14.35;1292.00;2.58;0 -536;supply_node;3387.00;15.25;1283.00;0.34;0 -536;supply_node;3374.00;14.23;1297.00;3.28;0 -536;supply_node;3364.00;14.98;1282.00;4.76;0 -536;supply_node;3408.00;12.78;1288.00;2.51;0 -536;supply_node;3391.00;11.75;1269.00;3.99;0 -536;supply_node;3399.00;12.90;1282.00;0.65;0 -537;supply_node;3491.00;14.38;915.00;1.11;0 -537;supply_node;3494.00;14.38;942.00;2.58;0 -537;supply_node;3470.00;10.12;936.00;0.34;0 -537;supply_node;3487.00;11.43;871.00;3.28;0 -537;supply_node;3490.00;14.10;895.00;4.76;0 -537;floating_harbor;3468.59;9.50;905.19;-4.30;1920 -537;floating_harbor;3461.29;9.50;922.06;-3.70;8073 -537;floating_harbor;3472.05;9.50;869.13;-4.59;10752 -537;floating_harbor;3465.00;9.50;895.00;1.57;10840 -538;supply_node;2819.00;10.18;1252.00;0.34;0 -538;supply_node;2930.00;12.85;1246.00;3.28;0 -538;supply_node;2852.00;10.88;1258.00;4.76;0 -538;supply_node;2931.00;10.57;1260.00;2.51;0 -538;supply_node;2887.00;13.32;1256.00;3.99;0 -538;supply_node;2865.00;12.98;1250.00;0.65;0 -538;supply_node;2850.00;12.95;1247.00;3.23;0 -538;supply_node;2897.00;14.70;1249.00;6.16;0 -538;supply_node;2920.00;10.25;1261.00;2.81;0 -538;supply_node;2876.00;13.53;1257.00;5.40;0 -538;supply_node;2837.00;12.57;1254.00;2.05;0 -538;supply_node;2905.00;14.55;1245.00;3.53;0 -538;supply_node;2902.00;12.78;1261.00;0.18;0 -538;supply_node;2865.00;10.85;1260.00;4.23;0 -538;supply_node;2918.00;14.57;1246.00;5.71;0 -538;supply_node;2912.00;11.65;1258.00;2.36;0 -538;supply_node;2824.00;11.53;1244.00;4.94;0 -538;floating_harbor;2826.88;9.50;1263.82;-0.59;1013 -538;floating_harbor;2842.40;9.50;1265.20;0.93;1145 -538;floating_harbor;2933.15;9.50;1272.90;-0.17;1160 -538;floating_harbor;2891.21;9.50;1268.64;-0.32;4046 -538;floating_harbor;2921.99;9.50;1274.93;-0.14;7081 -538;floating_harbor;2874.30;9.50;1273.97;0.10;7166 -538;floating_harbor;2837.00;9.50;1268.00;0.00;9964 -538;floating_harbor;2904.15;9.50;1273.90;-0.17;10078 -538;floating_harbor;2867.15;9.50;1272.90;-0.17;11939 -538;floating_harbor;2892.00;9.50;1281.00;0.98;12051 -539;supply_node;2786.00;14.10;1216.00;4.76;0 -539;supply_node;2785.00;10.85;1233.00;2.51;0 -539;supply_node;2797.00;13.00;1231.00;3.99;0 -539;supply_node;2803.00;13.88;1219.00;0.65;0 -539;supply_node;2815.00;14.18;1229.00;3.23;0 -539;supply_node;2808.00;10.57;1242.00;6.16;0 -539;supply_node;2794.00;14.28;1200.00;2.81;0 -539;supply_node;2817.00;14.00;1208.00;5.40;0 -539;floating_harbor;2782.30;9.50;1243.79;0.24;4116 -539;floating_harbor;2800.12;9.50;1253.82;0.59;11923 -540;supply_node;2841.00;12.57;1202.00;3.99;0 -540;supply_node;2856.00;12.78;1237.00;0.65;0 -540;supply_node;2927.00;12.95;1231.00;3.23;0 -540;supply_node;2863.00;12.10;1203.00;6.16;0 -540;supply_node;2836.00;14.62;1218.00;2.81;0 -540;supply_node;2902.00;9.70;1203.00;5.40;0 -540;supply_node;2882.00;11.32;1209.00;2.05;0 -540;supply_node;2868.00;12.80;1237.00;3.53;0 -540;supply_node;2841.00;13.23;1238.00;0.18;0 -540;supply_node;2874.00;12.85;1226.00;4.23;0 -540;supply_node;2917.00;9.60;1214.00;5.71;0 -540;supply_node;2854.00;14.57;1223.00;2.36;0 -540;supply_node;2893.00;11.98;1235.00;4.94;0 -540;supply_node;2829.00;13.93;1232.00;1.60;0 -540;supply_node;2910.00;13.95;1233.00;4.53;0 -540;supply_node;2898.00;11.43;1222.00;0.83;0 -540;supply_node;2880.00;12.62;1242.00;3.77;0 -541;supply_node;2954.00;10.90;1231.00;3.23;0 -541;supply_node;2946.00;11.18;1253.00;6.16;0 -541;supply_node;2933.00;9.70;1202.00;2.81;0 -541;supply_node;2943.00;15.03;1239.00;5.40;0 -541;supply_node;2964.00;10.00;1234.00;2.05;0 -541;supply_node;2941.00;10.57;1261.00;3.53;0 -541;supply_node;2958.00;10.20;1168.00;0.18;0 -541;supply_node;2959.00;10.05;1207.00;4.23;0 -541;supply_node;2956.00;13.18;1244.00;5.71;0 -541;supply_node;2970.00;9.98;1243.00;2.36;0 -541;supply_node;2959.00;12.10;1255.00;4.94;0 -541;supply_node;2945.00;9.90;1187.00;1.60;0 -541;supply_node;2952.00;10.32;1266.00;4.53;0 -541;supply_node;2958.00;10.80;1220.00;0.83;0 -541;supply_node;2946.00;9.70;1204.00;3.77;0 -541;supply_node;2971.00;9.70;1261.00;5.25;0 -541;supply_node;2971.00;10.03;1229.00;3.00;0 -541;supply_node;2943.00;10.85;1223.00;5.94;0 -541;supply_node;2963.00;10.00;1264.00;1.14;0 -541;supply_node;2959.00;10.18;1191.00;5.18;0 -541;floating_harbor;2943.15;9.50;1273.90;-0.17;4163 -541;floating_harbor;2970.82;9.50;1214.88;-0.98;7005 -541;floating_harbor;2980.26;9.50;1248.13;-1.11;7162 -541;floating_harbor;2957.76;9.50;1279.43;-0.40;9994 -541;floating_harbor;2971.93;9.50;1218.01;-1.71;10026 -541;floating_harbor;2977.13;9.50;1273.26;-0.46;10091 -541;floating_harbor;2980.64;9.50;1225.79;-1.89;11921 -541;floating_harbor;2965.37;9.50;1275.86;-0.20;11969 -542;supply_node;3055.00;9.80;1159.00;2.81;0 -542;supply_node;2976.00;10.00;1186.00;5.40;0 -542;supply_node;3046.00;11.10;1166.00;2.05;0 -542;supply_node;3010.00;10.40;1185.00;3.53;0 -542;supply_node;3020.00;10.20;1167.00;0.18;0 -542;supply_node;3001.00;11.57;1183.00;4.23;0 -542;supply_node;3005.00;10.93;1170.00;5.71;0 -542;supply_node;3035.00;10.50;1146.00;2.36;0 -542;supply_node;3039.00;10.12;1158.00;4.94;0 -542;supply_node;3019.00;12.65;1183.00;1.60;0 -542;supply_node;3028.00;12.88;1174.00;4.53;0 -542;supply_node;2977.00;10.80;1165.00;0.83;0 -542;supply_node;3051.00;9.93;1146.00;3.77;0 -542;supply_node;3030.00;10.35;1183.00;5.25;0 -542;supply_node;3040.00;9.75;1177.00;3.00;0 -542;supply_node;2995.00;11.05;1153.00;5.94;0 -542;supply_node;2989.00;10.70;1178.00;1.14;0 -542;supply_node;3015.00;10.88;1155.00;5.18;0 -542;supply_node;2974.00;9.82;1199.00;0.37;0 -542;supply_node;3032.00;12.98;1163.00;3.30;0 -542;supply_node;2991.00;9.70;1190.00;1.07;0 -542;floating_harbor;3061.60;9.50;1170.00;-0.54;1041 -542;floating_harbor;3050.60;9.50;1177.50;-0.38;1118 -542;floating_harbor;3010.00;9.50;1200.00;0.00;1149 -542;floating_harbor;3004.70;9.50;1197.79;-0.24;1189 -542;floating_harbor;3022.70;9.50;1197.79;-0.24;4194 -542;floating_harbor;3034.60;9.50;1194.50;-0.38;7209 -542;floating_harbor;3048.37;9.50;1187.47;-0.67;9980 -542;floating_harbor;2979.46;9.50;1213.55;-0.36;11957 -542;floating_harbor;2992.99;9.50;1203.93;-0.14;12039 -543;supply_node;3131.00;14.50;1170.00;2.05;0 -543;supply_node;3119.00;10.30;1151.00;3.53;0 -543;supply_node;3176.00;11.95;1175.00;0.18;0 -543;supply_node;3157.00;9.80;1164.00;4.23;0 -543;supply_node;3112.00;9.62;1142.00;5.71;0 -543;supply_node;3151.00;10.80;1188.00;2.36;0 -543;supply_node;3066.00;9.90;1155.00;4.94;0 -543;supply_node;3103.00;9.88;1138.00;1.60;0 -543;supply_node;3189.00;9.90;1161.00;4.53;0 -543;supply_node;3142.00;12.05;1180.00;0.83;0 -543;supply_node;3123.00;9.98;1165.00;3.77;0 -543;supply_node;3140.00;9.60;1147.00;5.25;0 -543;supply_node;3184.00;10.80;1173.00;3.00;0 -543;supply_node;3144.00;10.50;1190.00;5.94;0 -543;supply_node;3127.00;9.70;1140.00;1.14;0 -543;supply_node;3131.00;9.70;1156.00;5.18;0 -543;supply_node;3117.00;9.82;1127.00;0.37;0 -543;supply_node;3159.00;10.10;1185.00;3.30;0 -543;supply_node;3067.00;10.45;1141.00;1.07;0 -543;supply_node;3138.00;13.62;1171.00;2.54;0 -543;supply_node;3178.00;9.80;1163.00;5.48;0 -543;supply_node;3097.00;10.05;1122.00;1.78;0 -543;supply_node;3152.00;9.70;1151.00;4.72;0 -543;supply_node;3167.00;10.55;1179.00;1.37;0 -543;supply_node;3076.00;9.85;1154.00;3.95;0 -543;supply_node;3149.00;11.12;1174.00;0.61;0 -543;supply_node;3086.00;9.90;1149.00;2.09;0 -543;supply_node;3192.00;11.75;1172.00;6.13;0 -543;supply_node;3127.00;10.68;1182.00;1.32;0 -543;supply_node;3121.00;10.23;1175.00;4.26;0 -543;supply_node;3160.00;9.80;1175.00;2.02;0 -543;supply_node;3144.00;9.80;1161.00;3.49;0 -543;supply_node;3094.00;10.12;1142.00;0.14;0 -543;supply_node;3134.00;10.07;1186.00;2.73;0 -543;supply_node;3084.00;10.03;1134.00;5.67;0 -543;supply_node;3169.00;9.80;1165.00;2.32;0 -543;floating_harbor;3113.87;9.50;1161.26;0.46;1127 -543;floating_harbor;3178.37;9.50;1186.86;-0.20;1130 -543;floating_harbor;3107.79;9.50;1154.64;0.32;1198 -543;floating_harbor;3153.15;9.50;1200.90;-0.17;1204 -543;floating_harbor;3071.46;9.50;1169.55;-0.36;4047 -543;floating_harbor;3104.77;9.50;1153.96;-0.11;4057 -543;floating_harbor;3113.00;9.50;1165.00;1.57;4120 -543;floating_harbor;3189.13;9.50;1183.26;-0.46;4136 -543;floating_harbor;3144.00;9.50;1201.00;0.00;4151 -543;floating_harbor;3166.88;9.50;1196.82;-0.59;7082 -543;floating_harbor;3171.60;9.50;1190.50;-0.38;9992 -543;floating_harbor;3079.92;9.50;1167.73;-0.28;10046 -543;floating_harbor;3093.47;9.50;1162.08;-0.52;10117 -543;floating_harbor;3198.60;9.50;1183.00;-0.54;10120 -543;floating_harbor;3122.40;9.50;1193.50;0.38;10123 -543;floating_harbor;3110.21;9.50;1177.70;1.33;11954 -543;floating_harbor;3101.13;9.50;1156.26;-0.46;12088 -543;floating_harbor;3134.00;9.50;1198.00;0.00;12094 -544;supply_node;3270.00;9.80;1142.00;0.18;0 -544;supply_node;3257.00;9.68;1151.00;4.23;0 -544;supply_node;3285.00;9.80;1146.00;5.71;0 -544;supply_node;3276.00;9.70;1161.00;2.36;0 -544;supply_node;3268.00;9.78;1154.00;4.94;0 -544;supply_node;3297.00;9.78;1148.00;1.60;0 -544;supply_node;3287.00;9.70;1164.00;4.53;0 -544;supply_node;3281.00;9.70;1155.00;0.83;0 -544;supply_node;3299.00;9.73;1158.00;3.77;0 -544;supply_node;3290.00;9.70;1154.00;5.25;0 -544;supply_node;3295.00;9.70;1165.00;3.00;0 -544;floating_harbor;3274.00;9.50;1178.00;-0.67;1071 -544;floating_harbor;3276.00;9.50;1172.00;0.00;4076 -544;floating_harbor;3274.00;9.50;1178.00;-0.40;4145 -544;floating_harbor;3287.00;9.50;1176.00;0.00;7091 -544;floating_harbor;3306.47;9.50;1171.08;-0.52;10005 -544;floating_harbor;3303.95;9.50;1173.95;-0.79;11964 -545;supply_node;3326.00;10.10;1129.00;5.71;0 -545;supply_node;3318.00;9.80;1156.00;2.36;0 -545;supply_node;3308.00;10.55;1143.00;4.94;0 -545;supply_node;3338.00;10.05;1156.00;1.60;0 -545;supply_node;3316.00;9.78;1144.00;4.53;0 -545;supply_node;3341.00;10.73;1143.00;0.83;0 -545;supply_node;3335.00;10.23;1115.00;3.77;0 -545;supply_node;3329.00;11.15;1142.00;5.25;0 -545;supply_node;3329.00;10.15;1157.00;3.00;0 -545;supply_node;3307.00;9.70;1156.00;5.94;0 -545;supply_node;3341.00;12.50;1130.00;1.14;0 -545;floating_harbor;3340.00;9.50;1103.00;-2.49;1112 -545;floating_harbor;3318.00;9.50;1170.00;0.00;1155 -545;floating_harbor;3340.00;9.50;1103.00;-2.45;4073 -545;floating_harbor;3338.00;9.50;1171.00;0.00;4161 -545;floating_harbor;3340.00;9.50;1103.00;-2.52;9947 -545;floating_harbor;3337.70;9.50;1104.21;-2.90;10099 -545;floating_harbor;3324.79;9.50;1169.64;0.32;11979 -545;floating_harbor;3310.70;9.50;1170.79;-0.24;12049 -545;floating_harbor;3340.00;9.50;1103.00;-3.48;12073 -546;supply_node;3230.00;9.60;1129.00;4.94;0 -546;supply_node;3200.00;9.95;1155.00;1.60;0 -546;supply_node;3201.00;10.00;1165.00;4.53;0 -546;supply_node;3272.00;9.98;1126.00;0.83;0 -546;supply_node;3237.00;9.60;1143.00;3.77;0 -546;supply_node;3256.00;10.10;1107.00;5.25;0 -546;supply_node;3213.00;9.98;1164.00;3.00;0 -546;supply_node;3234.00;10.03;1157.00;5.94;0 -546;supply_node;3254.00;9.90;1131.00;1.14;0 -546;supply_node;3246.00;9.80;1153.00;5.18;0 -546;supply_node;3224.00;10.07;1160.00;0.37;0 -546;supply_node;3210.00;10.00;1151.00;3.30;0 -546;supply_node;3221.00;9.90;1145.00;1.07;0 -546;supply_node;3203.00;9.73;1135.00;2.54;0 -546;floating_harbor;3207.60;9.50;1176.00;-0.54;7079 -546;floating_harbor;3217.21;9.50;1176.64;-0.32;9989 -546;floating_harbor;3244.95;9.50;1167.95;-0.79;10061 -546;floating_harbor;3249.52;9.50;1168.83;-0.22;11910 -546;floating_harbor;3231.13;9.50;1174.26;-0.46;11967 -547;supply_node;3270.00;10.03;1030.00;4.53;0 -547;supply_node;3272.00;10.35;990.00;0.83;0 -547;supply_node;3293.00;10.40;989.00;3.77;0 -547;supply_node;3272.00;10.65;1075.00;5.25;0 -548;supply_node;3286.00;9.70;1129.00;3.77;0 -548;supply_node;3306.00;11.03;1106.00;5.25;0 -548;supply_node;3288.00;9.75;1138.00;3.00;0 -548;supply_node;3298.00;10.65;1128.00;5.94;0 -548;supply_node;3294.00;10.05;1102.00;1.14;0 -548;supply_node;3283.00;9.80;1105.00;5.18;0 -548;supply_node;3293.00;10.30;1115.00;0.37;0 -548;supply_node;3319.00;11.82;1108.00;3.30;0 -548;supply_node;3284.00;9.80;1118.00;1.07;0 -548;supply_node;3309.00;11.55;1124.00;2.54;0 -548;supply_node;3301.00;10.55;1139.00;5.48;0 -548;floating_harbor;3340.00;9.50;1103.00;-2.09;9957 -548;floating_harbor;3340.00;9.50;1103.00;-2.36;10126 -549;supply_node;3313.00;11.35;1049.00;3.00;0 -549;supply_node;3324.00;9.95;1057.00;5.94;0 -549;supply_node;3310.00;10.43;1081.00;1.14;0 -549;supply_node;3309.00;10.70;1033.00;5.18;0 -549;supply_node;3340.00;13.20;1059.00;0.37;0 -549;supply_node;3336.00;10.30;1015.00;3.30;0 -549;supply_node;3350.00;12.25;1037.00;1.07;0 -549;supply_node;3307.00;11.25;1067.00;2.54;0 -549;supply_node;3334.00;10.53;1038.00;5.48;0 -549;supply_node;3300.00;10.40;1092.00;1.78;0 -549;supply_node;3297.00;12.57;1057.00;4.72;0 -549;supply_node;3315.00;10.32;1016.00;1.37;0 -549;supply_node;3286.00;10.10;1092.00;3.95;0 -549;supply_node;3323.00;10.05;1040.00;0.61;0 -549;supply_node;3321.00;12.03;1092.00;2.09;0 -549;supply_node;3295.00;10.40;1081.00;6.13;0 -549;supply_node;3320.00;10.43;1070.00;1.32;0 -549;supply_node;3297.00;10.10;1018.00;4.26;0 -549;supply_node;3332.00;12.30;1077.00;2.02;0 -549;floating_harbor;3353.94;9.50;1067.71;-1.01;4068 -549;floating_harbor;3364.53;9.50;1048.30;-0.91;5069 -549;floating_harbor;3338.58;9.50;1098.39;-1.22;12002 -549;floating_harbor;3342.20;9.50;1090.60;-0.64;12889 -550;supply_node;3364.00;11.90;1007.00;1.14;0 -550;supply_node;3381.00;12.82;946.00;5.18;0 -550;supply_node;3374.00;14.28;979.00;0.37;0 -550;floating_harbor;3379.12;9.50;1015.40;-1.06;1977 -550;floating_harbor;3400.36;9.50;954.93;-1.14;2003 -550;floating_harbor;3393.82;9.50;974.43;-1.80;12725 -551;supply_node;3404.00;13.05;929.00;0.37;0 -551;supply_node;3411.00;14.65;907.00;3.30;0 -551;supply_node;3455.00;11.10;869.00;1.07;0 -551;supply_node;3419.00;14.15;891.00;2.54;0 -551;floating_harbor;3412.40;9.50;944.12;-0.51;5047 -551;floating_harbor;3424.94;9.50;915.71;-1.01;5091 -551;floating_harbor;3463.95;9.50;877.95;-0.79;8043 -551;floating_harbor;3450.00;9.50;905.00;-1.23;12766 -552;supply_node;2981.00;10.90;1383.00;1.07;0 -552;supply_node;2976.00;10.15;1397.00;2.54;0 -552;supply_node;2982.00;9.60;1372.00;5.48;0 -552;supply_node;2988.00;11.60;1378.00;1.78;0 -552;supply_node;2991.00;11.10;1388.00;4.72;0 -552;supply_node;2982.00;10.23;1391.00;1.37;0 -552;supply_node;2974.00;9.60;1380.00;3.95;0 -552;supply_node;2987.00;11.25;1397.00;0.61;0 -552;floating_harbor;2976.12;9.50;1363.18;-3.73;6875 -552;floating_harbor;2970.79;9.50;1370.36;-3.46;11833 -553;supply_node;2958.00;11.12;1478.00;5.48;0 -554;supply_node;1639.00;10.93;1573.00;4.72;0 -554;supply_node;1671.00;9.70;1559.00;1.37;0 -554;supply_node;1657.00;10.48;1589.00;3.95;0 -554;supply_node;1655.00;9.68;1558.00;0.61;0 -554;supply_node;1648.00;10.55;1567.00;2.09;0 -554;supply_node;1655.00;10.48;1573.00;6.13;0 -554;supply_node;1645.00;11.70;1586.00;1.32;0 -554;supply_node;1647.00;11.53;1593.00;4.26;0 -554;supply_node;1647.00;10.62;1577.00;2.02;0 -554;supply_node;1658.00;10.73;1604.00;3.49;0 -554;floating_harbor;1693.00;9.50;1552.00;-1.93;859 -554;floating_harbor;1655.00;9.50;1548.00;-3.14;3878 -555;supply_node;2879.00;9.50;1566.00;3.95;0 -555;supply_node;2884.00;9.60;1563.00;0.61;0 -555;supply_node;2875.00;9.70;1558.00;2.09;0 -555;supply_node;2880.00;9.70;1549.00;6.13;0 -555;supply_node;2883.00;9.70;1576.00;1.32;0 -555;supply_node;2867.00;9.53;1548.00;4.26;0 -555;supply_node;2878.00;9.60;1554.00;2.02;0 -555;floating_harbor;2887.00;9.50;1566.00;-1.57;68 -555;floating_harbor;2890.95;9.50;1569.95;-0.79;391 -555;floating_harbor;2869.12;9.50;1566.82;0.59;3211 -555;floating_harbor;2885.37;9.50;1587.86;-0.20;3314 -555;floating_harbor;2861.05;9.50;1553.95;0.79;9431 -555;floating_harbor;2862.00;9.50;1554.00;1.57;9498 -556;supply_node;1973.00;9.70;1683.00;2.09;0 -556;floating_harbor;1961.62;9.50;1673.52;-4.02;12505 -557;supply_node;2900.00;9.60;1570.00;1.32;0 -557;supply_node;2895.00;9.70;1582.00;4.26;0 -557;supply_node;2910.00;9.70;1575.00;2.02;0 -557;supply_node;2903.00;9.60;1582.00;3.49;0 -557;supply_node;2910.00;9.70;1566.00;0.14;0 -557;supply_node;2912.00;9.68;1583.00;2.73;0 -557;floating_harbor;2891.00;9.50;1570.00;1.57;6286 -557;floating_harbor;2892.85;9.50;1594.90;0.17;6336 -557;floating_harbor;2903.00;9.50;1596.00;0.00;9335 -557;floating_harbor;2912.00;9.50;1595.00;0.00;11318 -558;supply_node;3995.00;9.70;818.00;2.02;0 -558;floating_harbor;3984.00;9.50;818.00;1.57;7447 -559;supply_node;4473.00;9.75;550.00;0.14;0 -559;supply_node;4485.00;9.82;548.00;2.73;0 -559;floating_harbor;4475.70;9.50;560.79;-0.24;7381 -559;floating_harbor;4487.70;9.50;558.79;-0.24;12249 -560;supply_node;4679.00;10.23;513.00;5.67;0 -560;supply_node;4754.00;10.43;500.00;2.32;0 -560;supply_node;4735.00;9.53;486.00;4.90;0 -560;supply_node;4698.00;10.38;511.00;1.56;0 -560;supply_node;4746.00;12.35;492.00;3.03;0 -560;supply_node;4710.00;9.88;512.00;0.79;0 -560;supply_node;4689.00;11.85;515.00;3.73;0 -560;floating_harbor;4683.13;9.50;521.26;-0.46;1298 -560;floating_harbor;4756.37;9.50;488.14;-2.94;1339 -560;floating_harbor;4735.00;9.50;496.00;0.00;1355 -560;floating_harbor;4701.21;9.50;501.36;-2.82;4301 -560;floating_harbor;4746.00;9.50;480.00;-3.14;4358 -560;floating_harbor;4722.64;9.50;507.79;-1.89;7321 -560;floating_harbor;4693.04;9.50;541.92;-0.15;10175 -560;floating_harbor;4746.21;9.50;516.30;-4.47;10219 -560;floating_harbor;4738.26;9.50;520.13;-1.11;12151 -561;supply_node;4782.00;10.35;595.00;4.90;0 -561;floating_harbor;4794.64;9.50;590.79;-1.89;7557 -562;supply_node;4684.00;11.78;1032.00;3.03;0 -562;supply_node;4695.00;10.35;1022.00;0.79;0 -562;supply_node;4699.00;11.05;1034.00;3.73;0 -562;supply_node;4703.00;11.30;1055.00;5.21;0 -562;supply_node;4694.00;13.40;1051.00;2.97;0 -562;supply_node;4701.00;10.78;1045.00;4.44;0 -562;supply_node;4689.00;9.50;1012.00;1.10;0 -562;supply_node;4690.00;13.30;1041.00;5.14;0 -562;supply_node;4692.00;14.38;1031.00;0.33;0 -562;supply_node;4685.00;10.68;1021.00;3.27;0 -562;floating_harbor;4677.05;9.50;1038.95;0.79;1091 -562;floating_harbor;4705.00;9.50;1022.00;-1.57;1175 -562;floating_harbor;4707.82;9.50;1028.12;-2.16;4096 -562;floating_harbor;4714.50;9.50;1050.40;-1.95;7186 -562;floating_harbor;4688.12;9.50;1059.82;0.59;7214 -562;floating_harbor;4712.86;9.50;1042.63;-1.77;9955 -562;floating_harbor;4693.13;9.50;1003.74;-2.68;11914 -562;floating_harbor;4680.40;9.50;1048.20;0.93;11959 -562;floating_harbor;4700.00;9.50;1004.00;-2.27;12068 -563;floating_harbor;1820.30;9.50;1166.79;0.24;13084 -564;supply_node;1859.00;9.68;1049.00;2.97;0 -564;floating_harbor;1853.05;9.50;1054.95;0.79;13012 -565;supply_node;1894.00;9.78;953.00;1.10;0 -565;supply_node;1946.00;9.80;946.00;5.14;0 -565;supply_node;1872.00;9.85;972.00;0.33;0 -565;supply_node;1919.00;9.82;944.00;3.27;0 -565;floating_harbor;1899.20;9.50;982.90;-0.17;4982 -565;floating_harbor;1947.37;9.50;971.99;-0.05;10906 -565;floating_harbor;1892.95;9.50;992.95;-0.79;12716 -565;floating_harbor;1927.01;9.50;970.70;-0.29;12828 -566;supply_node;2255.00;9.78;741.00;0.33;0 -566;floating_harbor;2268.00;9.50;741.00;-1.57;5168 -567;supply_node;2963.00;9.70;1424.00;5.86;0 -567;supply_node;2957.00;9.80;1429.00;2.51;0 -567;supply_node;2972.00;9.70;1421.00;5.44;0 -567;supply_node;2956.00;12.62;1439.00;1.74;0 -567;supply_node;2950.00;10.65;1435.00;4.68;0 -567;supply_node;2965.00;10.80;1431.00;6.16;0 -567;supply_node;2966.00;14.32;1441.00;3.91;0 -568;supply_node;2976.00;9.82;1428.00;5.44;0 -568;supply_node;3008.00;9.70;1436.00;1.74;0 -568;supply_node;2986.00;10.10;1430.00;4.68;0 -568;supply_node;3002.00;13.45;1446.00;6.16;0 -568;supply_node;2997.00;9.93;1438.00;3.91;0 -568;supply_node;2990.00;9.70;1419.00;0.57;0 -568;supply_node;3010.00;10.10;1443.00;2.05;0 -568;supply_node;2995.00;9.70;1428.00;6.09;0 -568;floating_harbor;3015.95;9.50;1428.05;-2.36;628 -568;floating_harbor;3004.95;9.50;1420.87;-1.45;9582 -568;floating_harbor;3006.50;9.50;1423.40;-1.95;11584 -569;supply_node;3025.00;9.68;1419.00;4.68;0 -569;floating_harbor;3015.00;9.50;1412.00;-4.39;11735 -570;supply_node;3064.00;9.98;1391.00;3.91;0 -570;supply_node;3049.00;9.68;1393.00;0.57;0 -570;supply_node;3059.00;12.40;1397.00;2.05;0 -570;supply_node;3099.00;12.88;1371.00;6.09;0 -570;supply_node;3074.00;9.50;1384.00;1.28;0 -570;floating_harbor;3079.00;9.50;1357.00;-2.70;3924 -570;floating_harbor;3040.00;9.50;1393.00;1.57;3943 -570;floating_harbor;3093.87;9.50;1360.74;-3.61;9821 -570;floating_harbor;3079.00;9.50;1357.00;-2.91;11816 -571;supply_node;3127.00;9.65;1290.00;2.05;0 -571;supply_node;3114.00;9.60;1314.00;6.09;0 -571;floating_harbor;3132.00;9.50;1278.00;-2.77;1106 -571;floating_harbor;3093.00;9.50;1316.00;1.53;10203 -572;supply_node;3188.00;10.25;1236.00;1.28;0 -572;supply_node;3208.00;9.50;1233.00;4.22;0 -572;supply_node;3197.00;11.43;1233.00;0.52;0 -572;supply_node;3178.00;10.93;1238.00;3.46;0 -572;floating_harbor;3179.74;9.50;1231.87;-4.25;1164 -572;floating_harbor;3208.00;9.50;1242.00;0.00;4170 -572;floating_harbor;3191.12;9.50;1224.18;-3.73;9940 -572;floating_harbor;3168.36;9.50;1241.21;1.25;12058 -573;supply_node;3006.00;12.57;1517.00;0.52;0 -573;supply_node;3015.00;12.23;1528.00;3.46;0 -573;supply_node;3009.00;14.15;1525.00;0.11;0 -573;supply_node;3001.00;13.20;1523.00;1.59;0 -573;supply_node;3022.00;12.03;1533.00;5.63;0 -574;supply_node;4040.00;10.62;861.00;0.11;0 -574;supply_node;4049.00;9.80;894.00;1.59;0 -574;supply_node;4046.00;10.00;907.00;5.63;0 -574;supply_node;4015.00;11.07;883.00;0.82;0 -574;supply_node;4040.00;10.73;872.00;3.76;0 -574;supply_node;4051.00;9.75;881.00;1.52;0 -574;supply_node;4034.00;9.98;898.00;3.00;0 -574;supply_node;4017.00;10.50;896.00;5.93;0 -574;supply_node;4025.00;12.10;872.00;2.24;0 -574;supply_node;4053.00;9.78;868.00;5.17;0 -574;supply_node;4033.00;10.48;885.00;1.82;0 -574;floating_harbor;4062.93;9.50;895.99;-1.43;1430 -574;floating_harbor;4063.90;9.50;883.15;-1.41;10152 -574;floating_harbor;4064.86;9.50;865.63;-1.77;12180 -575;supply_node;4013.00;11.60;856.00;5.63;0 -575;supply_node;4023.00;12.07;860.00;0.82;0 -576;supply_node;3182.00;11.57;1412.00;3.76;0 -576;supply_node;3200.00;10.75;1420.00;1.52;0 -576;supply_node;3227.00;9.70;1412.00;3.00;0 -576;supply_node;3195.00;9.70;1399.00;5.93;0 -576;supply_node;3246.00;9.70;1418.00;2.24;0 -576;supply_node;3169.00;9.73;1399.00;5.17;0 -576;supply_node;3200.00;10.05;1407.00;1.82;0 -576;supply_node;3191.00;11.07;1412.00;4.40;0 -576;supply_node;3173.00;11.65;1413.00;1.06;0 -576;supply_node;3212.00;9.80;1415.00;2.54;0 -576;supply_node;3175.00;9.70;1405.00;0.30;0 -576;supply_node;3208.00;9.70;1398.00;3.23;0 -576;supply_node;3164.00;14.32;1418.00;4.71;0 -576;supply_node;3237.00;9.70;1406.00;2.47;0 -576;supply_node;3190.00;13.68;1423.00;3.95;0 -576;supply_node;3213.00;9.75;1407.00;0.60;0 -576;supply_node;3226.00;9.70;1419.00;4.64;0 -576;supply_node;3184.00;9.73;1397.00;6.12;0 -576;supply_node;3224.00;9.65;1403.00;2.77;0 -576;supply_node;3178.00;14.18;1422.00;5.35;0 -576;supply_node;3214.00;9.88;1423.00;2.01;0 -576;supply_node;3237.00;9.70;1417.00;3.49;0 -576;supply_node;3162.00;11.43;1408.00;1.24;0 -577;supply_node;2948.00;10.15;1526.00;3.00;0 -577;supply_node;2957.00;10.48;1531.00;5.93;0 -578;supply_node;2971.00;11.12;1521.00;2.24;0 -578;supply_node;2961.00;10.40;1510.00;5.17;0 -578;supply_node;2969.00;10.40;1513.00;1.82;0 -578;supply_node;2960.00;10.20;1520.00;4.40;0 -578;supply_node;2966.00;10.62;1528.00;1.06;0 -579;supply_node;2980.00;10.03;1548.00;1.82;0 -579;supply_node;2976.00;11.93;1532.00;4.40;0 -579;supply_node;2968.00;10.53;1539.00;1.06;0 -579;supply_node;2969.00;10.65;1547.00;2.54;0 -579;supply_node;2980.00;10.50;1539.00;0.30;0 -580;supply_node;2988.00;10.85;1541.00;1.06;0 -580;supply_node;2995.00;11.10;1539.00;2.54;0 -580;supply_node;2989.00;9.95;1549.00;0.30;0 -581;supply_node;2951.00;13.10;1483.00;0.30;0 -581;supply_node;2942.00;13.53;1477.00;3.23;0 -581;supply_node;2948.00;11.60;1492.00;4.71;0 -581;supply_node;2942.00;13.88;1485.00;2.47;0 -581;supply_node;2960.00;13.18;1488.00;3.95;0 -582;supply_node;1611.00;9.70;1482.00;4.71;0 -582;supply_node;1606.00;9.70;1495.00;2.47;0 -582;supply_node;1599.00;9.70;1487.00;3.95;0 -582;floating_harbor;1620.60;9.50;1489.20;-0.93;788 -582;floating_harbor;1617.86;9.50;1492.63;-1.77;865 -582;floating_harbor;1647.00;9.50;1506.00;-1.21;11738 -583;supply_node;1704.00;9.50;1574.00;3.95;0 -583;supply_node;1694.00;9.70;1581.00;0.60;0 -583;supply_node;1694.00;9.75;1590.00;4.64;0 -583;floating_harbor;1695.74;9.50;1569.87;-4.25;905 -583;floating_harbor;1696.70;9.50;1570.21;-2.90;3906 -583;floating_harbor;1706.64;9.50;1594.21;-1.25;6732 -584;supply_node;1738.00;9.70;1634.00;4.64;0 -584;supply_node;1750.00;9.70;1638.00;6.12;0 -584;supply_node;1692.00;9.80;1601.00;2.77;0 -584;supply_node;1705.00;9.75;1614.00;5.35;0 -584;supply_node;1718.00;9.70;1625.00;2.01;0 -584;supply_node;1725.00;9.80;1636.00;3.49;0 -584;floating_harbor;1738.00;9.50;1619.00;-3.14;1338 -584;floating_harbor;1753.92;9.50;1624.27;-2.86;1619 -584;floating_harbor;1708.97;9.50;1599.30;-1.67;3712 -584;floating_harbor;1716.00;9.50;1607.40;-2.11;3732 -584;floating_harbor;1728.47;9.50;1616.63;-2.25;7462 -584;floating_harbor;1735.20;9.50;1622.40;-2.50;12459 -585;supply_node;2096.00;9.70;826.00;2.77;0 -585;supply_node;2066.00;9.70;843.00;5.35;0 -585;supply_node;2127.00;9.78;815.00;2.01;0 -585;supply_node;2051.00;9.80;813.00;3.49;0 -585;floating_harbor;2115.16;9.50;836.32;-1.08;5220 -585;floating_harbor;2045.00;9.50;874.00;-0.75;10874 -585;floating_harbor;2045.00;9.50;874.00;0.24;12853 -585;floating_harbor;2116.47;9.50;833.05;0.53;12933 -585;floating_harbor;2033.36;9.50;841.98;0.55;12999 -586;supply_node;2175.00;9.80;812.00;2.01;0 -586;supply_node;2225.00;9.80;780.00;3.49;0 -586;supply_node;2178.00;10.65;786.00;1.24;0 -586;supply_node;2151.00;9.78;801.00;4.18;0 -586;supply_node;2196.00;9.80;802.00;5.66;0 -586;supply_node;2206.00;9.80;786.00;3.42;0 -586;supply_node;2246.00;9.80;778.00;4.89;0 -586;floating_harbor;2176.70;9.50;828.97;-0.10;2132 -586;floating_harbor;2236.30;9.50;794.53;-0.66;2175 -586;floating_harbor;2160.21;9.50;828.64;-0.32;2228 -586;floating_harbor;2207.61;9.50;815.27;-0.72;5107 -586;floating_harbor;2223.16;9.50;801.73;-0.83;8179 -586;floating_harbor;2255.48;9.50;789.38;-0.69;10933 -587;supply_node;2241.00;10.68;747.00;1.24;0 -587;supply_node;2220.00;10.40;717.00;4.18;0 -587;supply_node;2254.00;9.73;761.00;5.66;0 -587;supply_node;2229.00;11.20;726.00;3.42;0 -587;supply_node;2213.00;10.30;761.00;4.89;0 -587;supply_node;2219.00;10.00;695.00;1.55;0 -587;supply_node;2248.00;9.93;724.00;5.59;0 -587;supply_node;2240.00;10.90;734.00;0.79;0 -587;supply_node;2237.00;10.78;761.00;3.72;0 -587;supply_node;2238.00;10.00;711.00;0.03;0 -587;supply_node;2223.00;11.10;743.00;2.96;0 -587;floating_harbor;2268.00;9.50;761.00;-1.57;2227 -587;floating_harbor;2231.70;9.50;685.93;-2.19;8143 -587;floating_harbor;2260.26;9.50;717.87;-2.03;10939 -587;floating_harbor;2248.47;9.50;702.63;-2.25;10998 -588;supply_node;2190.00;9.95;644.00;5.66;0 -588;supply_node;2187.00;10.15;620.00;3.42;0 -588;supply_node;2203.00;10.07;673.00;4.89;0 -588;supply_node;2185.00;9.80;593.00;1.55;0 -588;floating_harbor;2203.73;9.50;647.92;-1.29;8197 -588;floating_harbor;2204.15;9.50;629.35;-1.07;10419 -588;floating_harbor;2204.70;9.50;656.03;-3.04;10946 -588;floating_harbor;2200.12;9.50;584.60;-2.08;11002 -589;supply_node;2161.00;12.00;536.00;4.89;0 -589;supply_node;2115.00;11.48;504.00;1.55;0 -589;supply_node;2148.00;9.93;507.00;5.59;0 -589;supply_node;2173.00;9.85;572.00;0.79;0 -589;supply_node;2133.00;9.50;502.00;3.72;0 -589;supply_node;2175.00;9.70;550.00;0.03;0 -589;supply_node;2159.00;9.60;519.00;2.96;0 -589;floating_harbor;2174.94;9.50;527.29;-2.13;2153 -589;floating_harbor;2113.30;9.50;487.03;-3.24;5172 -589;floating_harbor;2154.60;9.50;496.00;-2.60;8190 -589;floating_harbor;2192.69;9.50;565.94;-1.87;8196 -589;floating_harbor;2128.40;9.50;490.50;-3.52;10980 -589;floating_harbor;2184.95;9.50;540.05;-2.36;10999 -589;floating_harbor;2173.95;9.50;520.87;-1.45;12996 -590;supply_node;2089.00;9.82;485.00;5.59;0 -590;supply_node;2067.00;11.82;476.00;0.79;0 -590;supply_node;2051.00;11.12;470.00;3.72;0 -590;supply_node;2100.00;12.30;498.00;0.03;0 -590;supply_node;2079.00;12.20;490.00;2.96;0 -590;floating_harbor;2097.82;9.50;479.12;-2.16;5112 -590;floating_harbor;2079.64;9.50;471.79;-1.89;5167 -590;floating_harbor;2063.95;9.50;457.05;-2.36;7553 -590;floating_harbor;2131.00;9.50;466.00;-2.30;10432 -591;supply_node;1514.00;9.73;1377.00;3.72;0 -591;supply_node;1524.00;9.70;1385.00;0.03;0 -591;supply_node;1508.00;10.20;1356.00;2.96;0 -591;supply_node;1529.00;9.70;1354.00;5.89;0 -591;supply_node;1522.00;9.70;1341.00;2.19;0 -591;supply_node;1534.00;9.70;1395.00;5.13;0 -591;supply_node;1512.00;10.30;1367.00;0.33;0 -591;supply_node;1529.00;9.70;1366.00;4.37;0 -591;supply_node;1536.00;9.70;1342.00;1.02;0 -591;floating_harbor;1541.37;9.50;1377.10;-2.00;1480 -591;floating_harbor;1498.36;9.50;1352.79;-4.39;1556 -591;floating_harbor;1544.83;9.50;1357.52;-1.35;1572 -591;floating_harbor;1509.00;9.50;1341.00;1.57;1584 -591;floating_harbor;1547.43;9.50;1389.24;-1.98;11975 -591;floating_harbor;1542.73;9.50;1369.92;-1.29;12381 -591;floating_harbor;1550.95;9.50;1343.87;-1.45;12439 -592;supply_node;2905.00;9.70;1547.00;2.96;0 -592;supply_node;2895.00;9.60;1561.00;5.89;0 -592;supply_node;2905.00;10.20;1559.00;2.19;0 -592;floating_harbor;2889.12;9.50;1569.82;0.59;6241 -593;supply_node;1226.00;15.73;1209.00;2.19;0 -593;supply_node;1244.00;15.90;1204.00;5.13;0 -593;supply_node;1249.00;12.95;1244.00;0.33;0 -593;supply_node;1239.00;14.20;1228.00;4.37;0 -593;supply_node;1267.00;11.23;1233.00;1.02;0 -593;supply_node;1208.00;16.18;1230.00;2.50;0 -593;supply_node;1191.00;16.88;1248.00;0.26;0 -593;floating_harbor;1286.82;9.50;1237.57;-1.34;5021 -594;supply_node;1183.00;11.78;1183.00;0.33;0 -594;supply_node;1202.00;15.40;1211.00;4.37;0 -594;supply_node;1170.00;11.28;1206.00;1.02;0 -594;supply_node;1177.00;12.73;1228.00;2.50;0 -594;supply_node;1191.00;13.95;1197.00;0.26;0 -594;floating_harbor;1167.60;9.50;1176.16;-4.29;2051 -594;floating_harbor;1153.03;9.50;1207.70;1.47;12746 -594;floating_harbor;1149.01;9.50;1226.67;-4.66;12873 -595;supply_node;1257.00;17.77;1182.00;1.02;0 -595;supply_node;1262.00;15.32;1201.00;2.50;0 -595;supply_node;1275.00;10.65;1212.00;0.26;0 -595;supply_node;1274.00;13.85;1171.00;1.73;0 -595;supply_node;1286.00;11.35;1190.00;4.67;0 -595;supply_node;1290.00;15.25;1151.00;2.43;0 -595;supply_node;1318.00;9.78;1157.00;3.91;0 -595;supply_node;1300.00;9.85;1172.00;0.56;0 -595;floating_harbor;1291.50;9.50;1218.60;-1.19;8079 -595;floating_harbor;1295.35;9.50;1207.15;-0.50;10732 -595;floating_harbor;1325.90;9.50;1174.37;-0.43;10889 -595;floating_harbor;1310.56;9.50;1184.31;-0.71;12810 -596;supply_node;3466.00;15.05;1318.00;0.26;0 -596;supply_node;3488.00;15.43;1288.00;1.73;0 -596;supply_node;3494.00;12.75;1277.00;4.67;0 -596;supply_node;3493.00;14.62;1316.00;2.43;0 -596;supply_node;3488.00;12.68;1299.00;3.91;0 -596;supply_node;3477.00;12.05;1308.00;0.56;0 -596;supply_node;3464.00;14.03;1304.00;3.15;0 -596;supply_node;3469.00;16.33;1289.00;6.08;0 -596;supply_node;3482.00;15.35;1320.00;2.73;0 -596;supply_node;3479.00;13.18;1279.00;5.32;0 -597;supply_node;1369.00;13.57;1138.00;4.67;0 -597;supply_node;1341.00;9.70;1156.00;2.43;0 -597;supply_node;1421.00;9.95;1146.00;3.91;0 -597;supply_node;1398.00;9.75;1172.00;0.56;0 -597;supply_node;1426.00;9.70;1183.00;3.15;0 -597;supply_node;1400.00;9.93;1141.00;6.08;0 -597;supply_node;1419.00;9.70;1205.00;2.73;0 -597;supply_node;1353.00;12.10;1126.00;5.32;0 -597;supply_node;1367.00;9.70;1158.00;1.97;0 -597;floating_harbor;1337.08;9.50;1169.73;0.28;2021 -597;floating_harbor;1434.00;9.50;1146.00;-1.57;2077 -597;floating_harbor;1378.64;9.50;1180.93;1.14;4904 -597;floating_harbor;1446.59;9.50;1190.35;-1.23;4965 -597;floating_harbor;1422.15;9.50;1223.90;-0.17;12715 -597;floating_harbor;1349.63;9.50;1109.14;-3.34;12753 -597;floating_harbor;1367.00;9.50;1176.00;0.00;12867 -598;supply_node;1218.00;14.40;1183.00;3.91;0 -598;supply_node;1228.00;11.62;1157.00;0.56;0 -598;supply_node;1203.00;11.40;1169.00;3.15;0 -598;supply_node;1321.00;10.07;1137.00;6.08;0 -598;supply_node;1257.00;11.07;1146.00;2.73;0 -598;supply_node;1245.00;12.50;1165.00;5.32;0 -598;supply_node;1291.00;13.32;1133.00;1.97;0 -598;supply_node;1238.00;13.70;1184.00;3.45;0 -598;floating_harbor;1211.30;9.50;1151.99;-4.42;5066 -598;floating_harbor;1199.48;9.50;1153.17;-3.36;8032 -598;floating_harbor;1328.13;9.50;1122.74;-2.68;8236 -598;floating_harbor;1248.29;9.50;1132.06;-3.70;10730 -598;floating_harbor;1298.90;9.50;1115.63;-2.71;12712 -599;supply_node;1380.00;15.82;1115.00;3.15;0 -599;supply_node;1389.00;10.20;1099.00;6.08;0 -599;supply_node;1406.00;11.75;1114.00;2.73;0 -599;floating_harbor;1385.08;9.50;1085.27;-3.42;10886 -599;floating_harbor;1430.12;9.50;1127.40;-1.06;13085 -600;supply_node;1476.00;10.20;1112.00;2.73;0 -600;supply_node;1430.00;11.40;1109.00;5.32;0 -600;supply_node;1411.00;10.75;1091.00;1.97;0 -600;supply_node;1449.00;12.18;1098.00;3.45;0 -600;supply_node;1427.00;9.85;1086.00;1.21;0 -600;floating_harbor;1459.05;9.50;1128.95;0.79;2031 -600;floating_harbor;1441.29;9.50;1130.18;-0.49;8017 -600;floating_harbor;1400.53;9.50;1082.63;-4.04;12823 -600;floating_harbor;1436.57;9.50;1075.90;-3.65;12865 -600;floating_harbor;1427.00;9.50;1074.00;-3.14;13093 -601;supply_node;1485.00;9.95;1057.00;1.97;0 -601;supply_node;1493.00;9.70;1087.00;3.45;0 -601;supply_node;1470.00;11.03;1081.00;1.21;0 -601;supply_node;1453.00;9.68;1066.00;2.69;0 -601;floating_harbor;1504.82;9.50;1052.43;-1.80;1988 -601;floating_harbor;1508.83;9.50;1083.48;-1.79;2075 -601;floating_harbor;1437.00;9.50;1075.60;1.03;12738 -602;supply_node;1505.00;10.20;1016.00;1.21;0 -602;supply_node;1493.00;12.60;1030.00;2.69;0 -602;supply_node;1477.00;10.10;1037.00;5.62;0 -602;floating_harbor;1499.54;9.50;1001.45;-3.50;12878 -602;floating_harbor;1477.88;9.50;1021.60;-4.21;13087 -602;floating_harbor;1467.05;9.50;1027.05;-3.93;13092 -603;supply_node;1609.00;10.00;1195.00;5.62;0 -603;supply_node;1587.00;9.62;1219.00;3.38;0 -603;supply_node;1500.00;9.53;1229.00;4.86;0 -603;supply_node;1556.00;9.80;1231.00;1.51;0 -603;supply_node;1599.00;9.70;1209.00;4.10;0 -603;supply_node;1634.00;9.70;1196.00;0.75;0 -603;supply_node;1522.00;9.70;1240.00;3.68;0 -603;supply_node;1572.00;9.80;1224.00;5.16;0 -603;supply_node;1539.00;9.70;1233.00;2.92;0 -603;supply_node;1617.00;9.68;1204.00;4.40;0 -603;floating_harbor;1601.80;9.50;1185.40;-3.79;1550 -603;floating_harbor;1596.07;9.50;1231.70;-0.62;4476 -603;floating_harbor;1535.00;9.50;1200.00;-2.15;4600 -603;floating_harbor;1552.30;9.50;1216.21;-3.39;7451 -603;floating_harbor;1588.05;9.50;1198.05;-3.93;7546 -603;floating_harbor;1638.60;9.50;1184.50;-2.76;7590 -603;floating_harbor;1519.30;9.50;1229.21;-3.39;7622 -603;floating_harbor;1567.79;9.50;1211.36;-3.46;10374 -603;floating_harbor;1529.05;9.50;1223.05;-3.93;10498 -603;floating_harbor;1624.88;9.50;1215.82;-0.59;12347 -604;supply_node;1697.00;10.32;1183.00;4.86;0 -604;supply_node;1692.00;10.20;1167.00;1.51;0 -604;supply_node;1718.00;9.55;1168.00;4.10;0 -604;supply_node;1717.00;9.78;1176.00;0.75;0 -604;floating_harbor;1704.88;9.50;1194.82;-0.59;4598 -604;floating_harbor;1695.52;9.50;1151.17;-2.92;7632 -604;floating_harbor;1720.70;9.50;1157.21;-2.90;7660 -604;floating_harbor;1727.47;9.50;1184.37;-0.90;10484 -605;supply_node;1605.00;9.57;1159.00;4.10;0 -605;supply_node;1585.00;9.50;1166.00;0.75;0 -605;floating_harbor;1629.74;9.50;1245.13;1.11;1513 -605;floating_harbor;1692.50;9.50;1224.60;-1.19;10440 -605;floating_harbor;1610.88;9.50;1150.18;-2.55;12304 -605;floating_harbor;1552.47;9.50;1191.30;0.91;12477 -606;supply_node;1768.00;9.80;1162.00;3.68;0 -606;floating_harbor;1790.00;9.50;1146.00;-2.20;1440 -606;floating_harbor;1794.63;9.50;1148.14;-3.34;4155 -607;supply_node;1849.00;9.70;1035.00;2.92;0 -607;supply_node;1848.00;9.55;1116.00;4.40;0 -607;floating_harbor;1840.00;9.50;1035.00;1.57;3284 -607;floating_harbor;1848.00;9.50;1124.00;0.00;7123 -608;supply_node;1719.00;9.70;1069.00;1.05;0 -608;supply_node;1678.00;10.38;1041.00;5.10;0 -608;supply_node;1702.00;14.05;1011.00;0.29;0 -608;supply_node;1683.00;12.23;995.00;3.22;0 -608;supply_node;1724.00;10.30;1046.00;5.81;0 -608;supply_node;1704.00;11.53;1035.00;2.46;0 -608;supply_node;1760.00;11.38;1031.00;5.40;0 -608;supply_node;1729.00;10.90;1028.00;1.70;0 -608;supply_node;1675.00;9.70;1016.00;4.64;0 -608;floating_harbor;1708.21;9.50;1071.70;1.33;153 -608;floating_harbor;1691.94;9.50;1049.71;-1.01;1944 -608;floating_harbor;1690.00;9.50;1071.00;0.05;1997 -608;floating_harbor;1720.30;9.50;1060.79;0.24;4526 -608;floating_harbor;1690.00;9.50;1071.00;0.15;5088 -608;floating_harbor;1749.44;9.50;1043.31;0.71;8113 -608;floating_harbor;1751.10;9.50;1040.43;-1.06;10855 -608;floating_harbor;1691.26;9.50;1024.13;-1.11;12772 -609;supply_node;3407.00;14.65;1319.00;0.29;0 -609;supply_node;3446.00;15.07;1329.00;3.22;0 -609;supply_node;3422.00;14.20;1320.00;5.81;0 -609;supply_node;3433.00;14.50;1328.00;2.46;0 -609;supply_node;3435.00;16.95;1314.00;5.40;0 -609;supply_node;3418.00;14.43;1310.00;1.70;0 -609;supply_node;3450.00;17.90;1319.00;4.64;0 -610;supply_node;1851.00;10.12;993.00;5.81;0 -610;supply_node;1784.00;9.98;1023.00;2.46;0 -610;supply_node;1845.00;9.70;1015.00;5.40;0 -610;supply_node;1821.00;9.80;1013.00;1.70;0 -610;supply_node;1812.00;11.88;1031.00;4.64;0 -610;floating_harbor;1864.20;9.50;1010.60;-0.64;1981 -610;floating_harbor;1789.21;9.50;1038.64;-0.32;7968 -610;floating_harbor;1860.40;9.50;1008.16;-1.99;10767 -610;floating_harbor;1834.88;9.50;1033.82;-0.59;10823 -610;floating_harbor;1836.00;9.50;1048.00;-0.94;10912 -611;supply_node;1543.00;9.68;994.00;5.40;0 -611;supply_node;1520.00;10.00;1009.00;1.70;0 -611;supply_node;1544.00;9.70;1006.00;4.64;0 -611;supply_node;1558.00;9.93;1012.00;6.11;0 -611;supply_node;1576.00;9.70;1014.00;3.87;0 -611;supply_node;1590.00;9.82;998.00;0.52;0 -611;floating_harbor;1552.60;9.50;986.80;-2.21;1633 -611;floating_harbor;1527.47;9.50;1022.08;-0.52;4611 -611;floating_harbor;1537.40;9.50;1017.00;0.54;4624 -611;floating_harbor;1565.95;9.50;1004.05;-2.36;7617 -611;floating_harbor;1567.18;9.50;1008.12;-4.12;7630 -611;floating_harbor;1576.07;9.50;999.99;1.43;10482 -612;supply_node;1632.00;13.00;910.00;4.64;0 -612;supply_node;1612.00;11.85;916.00;6.11;0 -612;supply_node;1591.00;10.03;902.00;3.87;0 -612;supply_node;1672.00;13.60;967.00;0.52;0 -612;supply_node;1649.00;13.90;947.00;2.00;0 -612;supply_node;1626.00;14.00;937.00;6.04;0 -612;supply_node;1603.00;17.00;887.00;1.24;0 -612;floating_harbor;1594.62;9.50;930.48;0.88;7936 -612;floating_harbor;1576.74;9.50;909.13;1.11;7991 -613;supply_node;1650.00;9.80;1026.00;3.87;0 -613;supply_node;1631.00;15.25;969.00;0.52;0 -613;supply_node;1678.00;9.70;1056.00;2.00;0 -613;supply_node;1610.00;9.85;986.00;6.04;0 -613;supply_node;1657.00;14.30;1041.00;1.24;0 -613;supply_node;1604.00;9.80;955.00;4.17;0 -613;supply_node;1626.00;9.75;1006.00;1.94;0 -613;supply_node;1643.00;10.95;991.00;3.41;0 -613;supply_node;1632.00;9.88;1028.00;0.06;0 -613;supply_node;1661.00;10.55;995.00;2.65;0 -613;supply_node;1616.00;12.15;952.00;5.59;0 -613;floating_harbor;1638.87;9.50;1048.26;0.46;1937 -613;floating_harbor;1675.30;9.50;1066.79;0.24;2085 -613;floating_harbor;1601.40;9.50;1007.50;0.38;4969 -613;floating_harbor;1648.29;9.50;1054.94;0.56;8056 -613;floating_harbor;1592.18;9.50;962.88;0.98;10494 -613;floating_harbor;1606.47;9.50;1013.51;1.20;10864 -613;floating_harbor;1619.36;9.50;1032.21;1.25;12790 -614;supply_node;1594.00;9.80;1516.00;2.00;0 -614;supply_node;1624.00;9.50;1500.00;6.04;0 -614;supply_node;1604.00;9.75;1525.00;1.24;0 -614;supply_node;1603.00;9.70;1505.00;4.17;0 -614;supply_node;1620.00;9.70;1516.00;1.94;0 -614;supply_node;1609.00;9.80;1533.00;3.41;0 -614;supply_node;1622.00;9.70;1530.00;0.06;0 -614;supply_node;1629.00;9.70;1516.00;2.65;0 -614;supply_node;1607.00;9.70;1514.00;5.59;0 -614;floating_harbor;1647.00;9.50;1506.00;-1.80;873 -614;floating_harbor;1624.00;9.50;1492.00;-3.14;3917 -614;floating_harbor;1647.00;9.50;1506.00;-2.07;3957 -614;floating_harbor;1616.00;9.50;1505.00;-1.57;6846 -614;floating_harbor;1647.00;9.50;1506.00;-1.90;6892 -614;floating_harbor;1647.00;9.50;1506.00;-2.20;6984 -614;floating_harbor;1647.00;9.50;1506.00;-2.26;9758 -614;floating_harbor;1640.00;9.50;1516.00;-1.57;9786 -614;floating_harbor;1615.26;9.50;1509.87;-2.03;11892 -615;supply_node;1694.00;9.80;958.00;1.24;0 -615;supply_node;1646.00;10.30;889.00;4.17;0 -615;supply_node;1702.00;9.80;935.00;1.94;0 -616;supply_node;1729.00;9.70;989.00;1.94;0 -616;supply_node;1740.00;9.73;1014.00;3.41;0 -616;supply_node;1705.00;9.80;994.00;0.06;0 -616;supply_node;1749.00;9.70;981.00;2.65;0 -616;supply_node;1764.00;9.80;1007.00;5.59;0 -616;supply_node;1792.00;10.43;1004.00;0.78;0 -617;supply_node;1774.00;11.12;965.00;0.06;0 -617;supply_node;1797.00;10.50;983.00;2.65;0 -617;supply_node;1829.00;10.30;981.00;5.59;0 -618;supply_node;1577.00;15.70;846.00;5.59;0 -618;supply_node;1563.00;13.15;805.00;0.78;0 -618;supply_node;1566.00;9.90;874.00;4.82;0 -618;supply_node;1611.00;10.55;865.00;1.48;0 -618;supply_node;1556.00;9.75;842.00;2.95;0 -618;supply_node;1606.00;10.55;843.00;0.71;0 -618;supply_node;1576.00;15.03;822.00;2.19;0 -618;supply_node;1583.00;15.88;867.00;5.13;0 -618;floating_harbor;1548.29;9.50;821.18;0.74;5120 -618;floating_harbor;1549.00;9.50;874.00;1.57;8047 -618;floating_harbor;1551.30;9.50;823.21;-3.39;8252 -619;supply_node;1600.00;12.60;777.00;4.82;0 -619;supply_node;1633.00;9.85;816.00;1.48;0 -619;supply_node;1590.00;11.10;802.00;2.95;0 -619;supply_node;1629.00;9.95;769.00;0.71;0 -620;supply_node;1687.00;9.90;768.00;2.95;0 -620;supply_node;1653.00;10.07;728.00;0.71;0 -620;supply_node;1803.00;10.35;888.00;2.19;0 -620;supply_node;1858.00;9.70;891.00;5.13;0 -620;supply_node;1712.00;9.95;738.00;2.88;0 -620;supply_node;1777.00;10.38;932.00;4.36;0 -620;supply_node;1775.00;9.80;903.00;1.01;0 -620;supply_node;1747.00;9.80;801.00;3.60;0 -620;supply_node;1666.00;9.90;789.00;0.25;0 -620;supply_node;1787.00;9.80;781.00;3.19;0 -620;supply_node;1722.00;9.90;909.00;5.77;0 -620;supply_node;1824.00;10.55;949.00;2.43;0 -620;supply_node;1883.00;10.40;833.00;3.90;0 -620;supply_node;1752.00;9.80;718.00;1.66;0 -620;supply_node;1700.00;10.10;880.00;4.60;0 -620;supply_node;1677.00;9.95;865.00;6.08;0 -620;supply_node;1686.00;9.80;841.00;3.83;0 -620;supply_node;1670.00;9.80;831.00;5.31;0 -620;supply_node;1754.00;9.95;694.00;1.97;0 -620;supply_node;1792.00;10.32;842.00;6.01;0 -620;supply_node;1834.00;9.70;777.00;1.20;0 -620;supply_node;1745.00;9.80;828.00;4.13;0 -621;supply_node;1552.00;9.95;784.00;2.19;0 -621;supply_node;1633.00;18.08;682.00;5.13;0 -621;supply_node;1635.00;10.12;718.00;2.88;0 -621;supply_node;1587.00;13.10;730.00;4.36;0 -621;supply_node;1574.00;14.15;758.00;1.01;0 -621;supply_node;1604.00;17.08;741.00;3.60;0 -621;supply_node;1607.00;15.03;705.00;0.25;0 -621;supply_node;1609.00;11.55;681.00;3.19;0 -621;floating_harbor;1535.09;9.50;794.76;1.00;2156 -621;floating_harbor;1571.60;9.50;723.16;-4.29;5190 -621;floating_harbor;1557.09;9.50;747.24;-4.15;8199 -621;floating_harbor;1584.74;9.50;693.87;-4.25;12983 -621;floating_harbor;1594.21;9.50;677.30;-4.47;12997 -622;supply_node;1910.00;10.30;804.00;2.88;0 -622;supply_node;1966.00;9.95;810.00;4.36;0 -622;supply_node;1894.00;10.82;616.00;1.01;0 -622;supply_node;1874.00;9.90;706.00;3.60;0 -622;supply_node;1835.00;10.30;566.00;0.25;0 -622;supply_node;1971.00;10.30;682.00;3.19;0 -622;supply_node;1860.00;9.80;752.00;5.77;0 -622;supply_node;1944.00;10.12;752.00;2.43;0 -622;supply_node;1912.00;10.20;679.00;3.90;0 -622;supply_node;1774.00;9.90;667.00;1.66;0 -622;supply_node;2004.00;10.10;750.00;4.60;0 -622;supply_node;1825.00;9.85;649.00;6.08;0 -622;supply_node;1771.00;9.95;630.00;3.83;0 -622;supply_node;1866.00;10.65;659.00;5.31;0 -622;supply_node;1874.00;10.00;591.00;1.97;0 -622;supply_node;1877.00;10.40;566.00;6.01;0 -622;supply_node;1821.00;9.90;696.00;1.20;0 -622;supply_node;1825.00;10.60;619.00;4.13;0 -622;floating_harbor;2045.00;9.50;874.00;-1.10;2035 -623;supply_node;1704.00;21.75;631.00;1.01;0 -623;supply_node;1685.00;19.25;612.00;3.60;0 -623;supply_node;1628.00;12.12;647.00;0.25;0 -623;supply_node;1674.00;14.93;660.00;3.19;0 -623;supply_node;1747.00;10.50;660.00;5.77;0 -623;supply_node;1658.00;17.75;626.00;2.43;0 -623;supply_node;1677.00;11.10;693.00;3.90;0 -623;supply_node;1706.00;11.00;678.00;1.66;0 -623;supply_node;1739.00;14.43;623.00;4.60;0 -623;supply_node;1712.00;10.25;655.00;6.08;0 -623;supply_node;1654.00;18.83;652.00;3.83;0 -623;supply_node;1707.00;20.18;595.00;5.31;0 -623;floating_harbor;1669.05;9.50;596.05;-3.93;2210 -623;floating_harbor;1608.11;9.50;659.79;1.00;2225 -623;floating_harbor;1639.66;9.50;610.48;-4.01;5202 -623;floating_harbor;1688.45;9.50;580.73;-4.06;13086 -624;supply_node;1753.00;19.77;528.00;0.25;0 -624;supply_node;1721.00;16.35;560.00;3.19;0 -624;supply_node;1741.00;17.00;485.00;5.77;0 -624;supply_node;1722.00;15.65;460.00;2.43;0 -624;supply_node;1728.00;19.52;430.00;3.90;0 -624;supply_node;1702.00;11.65;398.00;1.66;0 -624;supply_node;1718.00;11.75;522.00;4.60;0 -624;supply_node;1734.00;19.18;516.00;6.08;0 -624;supply_node;1739.00;20.60;572.00;3.83;0 -624;supply_node;1712.00;11.62;433.00;5.31;0 -624;supply_node;1715.00;16.40;396.00;1.97;0 -624;supply_node;1717.00;13.45;486.00;6.01;0 -624;floating_harbor;1702.36;9.50;566.21;1.25;5131 -624;floating_harbor;1701.41;9.50;452.65;-4.37;5171 -624;floating_harbor;1694.12;9.50;409.82;0.59;5228 -624;floating_harbor;1703.05;9.50;523.87;1.45;8217 -624;floating_harbor;1696.17;9.50;436.52;1.35;11000 -624;floating_harbor;1699.03;9.50;484.37;-4.62;12994 -625;supply_node;2116.00;9.90;778.00;5.77;0 -625;supply_node;2187.00;10.38;761.00;2.43;0 -625;supply_node;2043.00;10.05;730.00;3.90;0 -625;supply_node;2026.00;10.50;785.00;1.66;0 -625;supply_node;2201.00;10.82;703.00;4.60;0 -625;supply_node;2065.00;10.25;705.00;6.08;0 -625;supply_node;2154.00;10.23;763.00;3.83;0 -625;supply_node;2106.00;10.75;720.00;5.31;0 -625;supply_node;2141.00;10.68;711.00;1.97;0 -625;supply_node;2105.00;10.95;683.00;6.01;0 -625;supply_node;2147.00;11.65;676.00;1.20;0 -625;supply_node;2181.00;10.45;679.00;4.13;0 -625;supply_node;2180.00;10.70;737.00;0.44;0 -625;supply_node;2184.00;10.60;716.00;3.37;0 -625;supply_node;2206.00;10.73;735.00;0.03;0 -625;supply_node;2157.00;11.80;697.00;2.61;0 -625;supply_node;2134.00;10.43;739.00;5.55;0 -625;supply_node;2080.00;10.10;790.00;0.74;0 -625;supply_node;2082.00;10.40;744.00;4.78;0 -626;supply_node;1933.00;10.43;616.00;3.90;0 -626;supply_node;2082.00;12.12;553.00;1.66;0 -626;supply_node;1989.00;10.53;538.00;4.60;0 -626;supply_node;2097.00;11.50;623.00;6.08;0 -626;supply_node;2085.00;11.70;601.00;3.83;0 -626;supply_node;2154.00;10.57;563.00;5.31;0 -626;supply_node;2003.00;11.90;578.00;1.97;0 -626;supply_node;1980.00;10.60;625.00;6.01;0 -626;supply_node;2105.00;11.30;651.00;1.20;0 -626;supply_node;2142.00;11.35;648.00;4.13;0 -626;supply_node;1915.00;10.05;528.00;0.44;0 -626;supply_node;2063.00;11.95;644.00;3.37;0 -626;supply_node;2139.00;12.50;617.00;0.03;0 -626;supply_node;2106.00;11.25;558.00;2.61;0 -626;supply_node;2051.00;12.00;596.00;5.55;0 -626;supply_node;1925.00;9.80;570.00;0.74;0 -626;supply_node;1958.00;10.80;500.00;4.78;0 -626;supply_node;2118.00;11.53;614.00;6.26;0 -626;supply_node;2172.00;11.05;651.00;2.92;0 -626;supply_node;2119.00;11.60;587.00;0.67;0 -626;supply_node;2030.00;10.90;555.00;2.15;0 -626;supply_node;1964.00;10.50;558.00;5.09;0 -626;supply_node;2161.00;10.93;628.00;0.28;0 -626;supply_node;2164.00;11.20;607.00;4.32;0 -626;supply_node;2152.00;11.60;590.00;0.97;0 -626;supply_node;2082.00;11.00;581.00;2.46;0 -626;supply_node;2128.00;11.98;566.00;0.21;0 -626;supply_node;1945.00;10.20;528.00;1.69;0 -626;supply_node;2031.00;10.15;657.00;4.62;0 -626;supply_node;2055.00;11.45;561.00;2.39;0 -626;supply_node;2012.00;10.30;608.00;3.86;0 -627;supply_node;1797.00;15.70;556.00;4.60;0 -627;supply_node;1800.00;15.85;517.00;6.08;0 -627;supply_node;1740.00;20.88;604.00;3.83;0 -627;supply_node;1762.00;17.88;590.00;5.31;0 -627;supply_node;1787.00;10.43;602.00;1.97;0 -627;supply_node;1814.00;10.60;585.00;6.01;0 -627;supply_node;1796.00;12.38;577.00;1.20;0 -627;supply_node;1782.00;19.18;532.00;4.13;0 -627;supply_node;1773.00;19.55;559.00;0.44;0 -627;supply_node;1820.00;12.32;534.00;3.37;0 -627;supply_node;1741.00;20.48;593.00;0.03;0 -628;supply_node;1779.00;19.85;498.00;3.83;0 -628;supply_node;1819.00;10.48;496.00;5.31;0 -628;supply_node;1809.00;10.55;470.00;1.97;0 -628;supply_node;1775.00;19.20;475.00;6.01;0 -629;supply_node;1710.00;10.93;314.00;1.97;0 -629;supply_node;1701.00;9.85;336.00;6.01;0 -629;supply_node;1703.00;11.98;365.00;1.20;0 -629;supply_node;1699.00;9.70;308.00;4.13;0 -629;floating_harbor;1690.05;9.50;325.05;-3.93;5191 -629;floating_harbor;1685.00;9.50;365.00;1.57;8194 -629;floating_harbor;1687.00;9.50;308.00;1.57;8222 -630;supply_node;1703.00;11.65;169.00;1.20;0 -630;supply_node;1690.00;10.05;238.00;4.13;0 -630;supply_node;1700.00;12.38;200.00;0.44;0 -630;supply_node;1708.00;13.88;287.00;3.37;0 -630;supply_node;1705.00;13.05;263.00;0.03;0 -630;supply_node;1704.00;12.60;233.00;2.61;0 -630;supply_node;1687.00;9.70;193.00;5.55;0 -630;supply_node;1694.00;9.80;271.00;0.74;0 -630;floating_harbor;1693.93;9.50;181.70;0.62;5118 -630;floating_harbor;1679.53;9.50;229.63;-4.04;5121 -630;floating_harbor;1696.63;9.50;183.14;-3.34;5169 -630;floating_harbor;1656.00;9.50;186.00;1.47;12954 -630;floating_harbor;1684.40;9.50;278.20;0.93;12984 -631;supply_node;1704.00;12.10;142.00;0.44;0 -631;supply_node;1727.00;11.93;128.00;3.37;0 -631;supply_node;1682.00;9.65;137.00;0.03;0 -631;supply_node;1737.00;10.38;82.00;2.61;0 -631;supply_node;1727.00;9.78;62.00;5.55;0 -631;supply_node;1742.00;9.60;44.00;0.74;0 -631;supply_node;1716.00;9.50;49.00;4.78;0 -631;supply_node;1688.00;9.50;102.00;6.26;0 -631;supply_node;1697.00;9.60;76.00;2.92;0 -631;supply_node;1733.00;9.50;47.00;0.67;0 -631;supply_node;1697.00;11.98;121.00;2.15;0 -631;supply_node;1762.00;10.30;35.00;5.09;0 -631;supply_node;1716.00;10.95;98.00;0.28;0 -631;supply_node;1758.00;10.05;111.00;4.32;0 -631;floating_harbor;1673.00;9.50;146.00;-4.67;2161 -631;floating_harbor;1673.00;9.50;146.00;1.19;5159 -631;floating_harbor;1758.86;9.50;77.63;-1.77;5173 -631;floating_harbor;1687.00;9.50;64.00;1.43;5201 -631;floating_harbor;1740.37;9.50;26.03;-3.23;5209 -631;floating_harbor;1695.41;9.50;56.35;1.23;5215 -631;floating_harbor;1666.00;9.50;104.00;1.51;8198 -631;floating_harbor;1684.30;9.50;66.93;-4.09;8218 -631;floating_harbor;1666.00;9.50;104.00;-4.29;10961 -631;floating_harbor;1779.15;9.50;25.65;-2.07;11009 -631;floating_harbor;1781.72;9.50;117.98;-1.28;12952 -632;supply_node;2003.00;12.32;425.00;0.03;0 -632;supply_node;1999.00;10.40;509.00;2.61;0 -632;supply_node;2014.00;10.53;487.00;5.55;0 -632;supply_node;2106.00;12.10;517.00;0.74;0 -632;supply_node;2035.00;11.90;442.00;4.78;0 -632;supply_node;2027.00;12.57;405.00;6.26;0 -632;supply_node;1980.00;10.53;486.00;2.92;0 -632;supply_node;2007.00;12.15;442.00;0.67;0 -632;supply_node;1974.00;11.20;461.00;2.15;0 -632;supply_node;2042.00;10.90;521.00;5.09;0 -632;supply_node;2141.00;10.65;547.00;0.28;0 -632;supply_node;2049.00;10.85;536.00;4.32;0 -632;supply_node;2120.00;12.40;536.00;0.97;0 -632;supply_node;2035.00;11.25;462.00;2.46;0 -632;supply_node;2093.00;11.82;533.00;0.21;0 -632;supply_node;2144.00;11.80;530.00;1.69;0 -632;supply_node;2005.00;11.23;466.00;4.62;0 -632;supply_node;2076.00;12.60;505.00;2.39;0 -632;supply_node;2029.00;10.75;424.00;3.86;0 -632;supply_node;2059.00;10.90;489.00;0.52;0 -632;supply_node;2012.00;10.40;522.00;3.10;0 -632;supply_node;2026.00;10.70;504.00;6.04;0 -632;supply_node;2040.00;11.32;486.00;2.69;0 -632;supply_node;2131.00;10.65;517.00;5.27;0 -632;supply_node;2068.00;11.93;527.00;1.93;0 -632;supply_node;1977.00;11.05;438.00;3.41;0 -632;supply_node;2090.00;11.80;514.00;1.16;0 -632;supply_node;2021.00;11.05;538.00;4.10;0 -632;supply_node;2053.00;11.25;506.00;5.58;0 -632;floating_harbor;2053.79;9.50;437.30;-1.82;4533 -632;floating_harbor;2040.94;9.50;396.29;-2.13;4548 -632;floating_harbor;2058.33;9.50;451.02;-2.01;8181 -632;floating_harbor;2047.79;9.50;419.30;-1.82;10405 -633;supply_node;1881.00;9.70;271.00;5.55;0 -633;supply_node;1875.00;10.00;253.00;0.74;0 -633;supply_node;1820.00;9.95;250.00;4.78;0 -633;supply_node;1877.00;9.60;233.00;6.26;0 -633;supply_node;1832.00;10.10;231.00;2.92;0 -633;supply_node;1899.00;9.70;257.00;0.67;0 -633;supply_node;1858.00;9.80;245.00;2.15;0 -633;supply_node;1856.00;9.60;227.00;5.09;0 -633;supply_node;1894.00;9.60;241.00;0.28;0 -633;supply_node;1825.00;9.80;309.00;4.32;0 -633;supply_node;1820.00;9.80;288.00;0.97;0 -633;supply_node;1866.00;9.70;283.00;2.46;0 -633;supply_node;1823.00;9.80;269.00;0.21;0 -633;supply_node;1896.00;9.70;276.00;1.69;0 -633;supply_node;1854.00;9.80;267.00;4.62;0 -633;supply_node;1840.00;10.55;250.00;2.39;0 -633;floating_harbor;1884.13;9.50;218.74;-2.68;1624 -633;floating_harbor;1841.88;9.50;216.18;-2.55;1639 -633;floating_harbor;1916.97;9.50;258.63;-1.48;4573 -633;floating_harbor;1848.53;9.50;213.92;-3.66;4643 -633;floating_harbor;1906.26;9.50;234.87;-2.03;7621 -633;floating_harbor;1908.64;9.50;280.21;-1.25;12379 -634;supply_node;1995.00;11.28;407.00;4.78;0 -634;supply_node;1937.00;9.80;394.00;6.26;0 -634;supply_node;1962.00;10.55;383.00;2.92;0 -634;supply_node;1926.00;9.82;334.00;0.67;0 -634;supply_node;1942.00;9.98;346.00;2.15;0 -634;supply_node;1962.00;9.75;332.00;5.09;0 -634;supply_node;1936.00;9.95;316.00;0.28;0 -634;supply_node;1985.00;9.82;359.00;4.32;0 -634;supply_node;1900.00;9.70;305.00;0.97;0 -634;supply_node;1930.00;9.80;375.00;2.46;0 -634;supply_node;1965.00;9.85;369.00;0.21;0 -634;supply_node;1956.00;10.30;356.00;1.69;0 -634;supply_node;1967.00;10.50;415.00;4.62;0 -634;supply_node;1964.00;10.50;399.00;2.39;0 -634;supply_node;1989.00;10.48;387.00;3.86;0 -634;supply_node;1975.00;9.70;337.00;0.52;0 -634;supply_node;1959.00;9.70;310.00;3.10;0 -634;supply_node;1920.00;9.60;296.00;6.04;0 -634;supply_node;1998.00;9.50;368.00;2.69;0 -634;supply_node;1903.00;9.70;326.00;5.27;0 -634;supply_node;1951.00;10.62;428.00;1.93;0 -634;supply_node;1941.00;9.65;297.00;3.41;0 -634;supply_node;2012.00;11.82;391.00;1.16;0 -634;supply_node;1918.00;9.90;361.00;4.10;0 -634;supply_node;1910.00;9.80;346.00;5.58;0 -634;supply_node;1949.00;9.85;324.00;3.34;0 -634;supply_node;1917.00;9.80;313.00;4.81;0 -634;floating_harbor;1999.95;9.50;357.13;-1.70;4436 -634;floating_harbor;1891.05;9.50;296.05;-3.93;4457 -634;floating_harbor;1984.48;9.50;325.62;-2.45;7638 -634;floating_harbor;1972.73;9.50;306.08;-1.85;10347 -634;floating_harbor;1917.85;9.50;283.10;-3.31;10362 -634;floating_harbor;1999.50;9.50;347.02;-3.07;10447 -634;floating_harbor;1929.00;9.50;272.00;-2.45;10502 -634;floating_harbor;1946.76;9.50;283.57;-2.74;12336 -634;floating_harbor;2025.68;9.50;375.80;-2.41;12396 -635;supply_node;1866.00;9.73;336.00;2.92;0 -635;supply_node;1865.00;9.70;372.00;0.67;0 -635;supply_node;1912.00;10.40;429.00;2.15;0 -635;supply_node;1844.00;9.80;349.00;5.09;0 -635;supply_node;1846.00;9.80;325.00;0.28;0 -635;supply_node;1893.00;9.75;382.00;4.32;0 -635;supply_node;1918.00;10.30;401.00;0.97;0 -635;supply_node;1848.00;9.73;293.00;2.46;0 -635;supply_node;1876.00;9.70;317.00;0.21;0 -635;supply_node;1886.00;9.75;361.00;1.69;0 -635;supply_node;1867.00;9.70;304.00;4.62;0 -635;supply_node;1883.00;9.70;290.00;2.39;0 -635;supply_node;1889.00;9.70;340.00;3.86;0 -635;supply_node;1896.00;10.38;407.00;0.52;0 -635;supply_node;1845.00;9.70;374.00;3.10;0 -635;floating_harbor;1929.00;9.50;272.00;-2.34;10515 -635;floating_harbor;1929.00;9.50;272.00;-2.08;12364 -635;floating_harbor;1891.99;9.50;319.07;-3.00;12453 -636;supply_node;1754.00;15.05;386.00;2.15;0 -636;supply_node;1765.00;10.93;355.00;5.09;0 -636;supply_node;1718.00;19.23;347.00;0.28;0 -636;supply_node;1802.00;10.10;418.00;4.32;0 -636;supply_node;1759.00;19.70;454.00;0.97;0 -636;supply_node;1747.00;11.90;317.00;2.46;0 -636;supply_node;1790.00;13.45;439.00;0.21;0 -636;supply_node;1750.00;19.83;423.00;1.69;0 -636;supply_node;1813.00;10.40;390.00;4.62;0 -636;supply_node;1740.00;12.62;350.00;2.39;0 -636;supply_node;1729.00;18.23;311.00;3.86;0 -636;supply_node;1784.00;10.15;377.00;0.52;0 -636;supply_node;1729.00;19.30;387.00;3.10;0 -636;supply_node;1775.00;12.93;408.00;6.04;0 -637;supply_node;1873.00;10.40;431.00;0.28;0 -637;supply_node;1917.00;10.38;453.00;4.32;0 -637;supply_node;1938.00;10.80;438.00;0.97;0 -637;supply_node;1857.00;9.90;497.00;2.46;0 -637;supply_node;1824.00;10.05;434.00;0.21;0 -637;supply_node;1892.00;10.40;481.00;1.69;0 -637;supply_node;1878.00;9.95;543.00;4.62;0 -637;supply_node;1862.00;10.38;412.00;2.39;0 -637;supply_node;1840.00;9.73;401.00;3.86;0 -637;supply_node;1846.00;10.78;527.00;0.52;0 -637;supply_node;1884.00;10.45;516.00;3.10;0 -637;supply_node;1843.00;10.40;455.00;6.04;0 -637;supply_node;1922.00;9.95;490.00;2.69;0 -637;supply_node;1944.00;10.30;466.00;5.27;0 -637;supply_node;1885.00;10.30;452.00;1.93;0 -637;supply_node;1850.00;9.90;477.00;3.41;0 -638;supply_node;1784.00;12.85;330.00;0.97;0 -638;supply_node;1796.00;10.78;309.00;2.46;0 -638;supply_node;1775.00;10.65;283.00;0.21;0 -638;supply_node;1795.00;10.60;283.00;1.69;0 -638;supply_node;1821.00;9.70;363.00;4.62;0 -638;supply_node;1818.00;10.00;332.00;2.39;0 -638;supply_node;1799.00;12.90;352.00;3.86;0 -638;supply_node;1767.00;10.93;318.00;0.52;0 -639;supply_node;1762.00;10.57;245.00;0.21;0 -639;supply_node;1718.00;12.50;214.00;1.69;0 -639;supply_node;1730.00;14.65;283.00;4.62;0 -639;supply_node;1724.00;11.88;174.00;2.39;0 -639;supply_node;1750.00;10.57;150.00;3.86;0 -639;supply_node;1726.00;11.70;253.00;0.52;0 -639;supply_node;1781.00;10.60;249.00;3.10;0 -639;supply_node;1774.00;10.10;148.00;6.04;0 -639;supply_node;1794.00;9.68;200.00;2.69;0 -639;supply_node;1758.00;10.88;172.00;5.27;0 -639;supply_node;1756.00;11.25;282.00;1.93;0 -639;supply_node;1747.00;12.12;229.00;3.41;0 -639;supply_node;1807.00;9.82;209.00;1.16;0 -639;supply_node;1784.00;10.40;181.00;4.10;0 -639;supply_node;1814.00;9.78;224.00;5.58;0 -639;supply_node;1752.00;12.75;202.00;3.34;0 -639;supply_node;1800.00;10.03;253.00;4.81;0 -639;floating_harbor;1770.85;9.50;129.10;-3.31;10953 -639;floating_harbor;1815.00;9.50;187.40;-2.11;10981 -639;floating_harbor;1838.41;9.50;195.18;-1.99;12321 -639;floating_harbor;1826.00;9.50;179.00;-1.40;12349 -639;floating_harbor;1842.58;9.50;213.61;-1.92;12494 -640;supply_node;3250.00;12.38;628.00;4.62;0 -640;supply_node;3133.00;10.80;864.00;2.39;0 -640;supply_node;3105.00;10.48;802.00;3.86;0 -640;supply_node;3205.00;11.15;658.00;0.52;0 -640;supply_node;3255.00;11.65;743.00;3.10;0 -640;supply_node;3109.00;10.70;779.00;6.04;0 -640;supply_node;3045.00;11.30;797.00;2.69;0 -640;supply_node;3251.00;11.30;717.00;5.27;0 -640;supply_node;3174.00;10.68;692.00;1.93;0 -640;supply_node;3049.00;10.23;847.00;3.41;0 -640;supply_node;3313.00;11.32;734.00;1.16;0 -640;supply_node;3263.00;12.12;689.00;4.10;0 -640;supply_node;3272.00;12.90;597.00;5.58;0 -640;supply_node;3041.00;10.07;879.00;3.34;0 -640;supply_node;3147.00;11.50;738.00;4.81;0 -640;supply_node;3108.00;10.60;823.00;1.46;0 -640;supply_node;3286.00;13.55;641.00;5.51;0 -640;supply_node;3242.00;11.20;797.00;0.70;0 -640;supply_node;3074.00;10.20;860.00;3.64;0 -640;supply_node;3253.00;11.88;582.00;6.22;0 -640;supply_node;3101.00;10.40;867.00;2.88;0 -640;supply_node;3153.00;12.05;785.00;4.35;0 -640;supply_node;3230.00;11.50;693.00;2.11;0 -640;supply_node;3290.00;12.30;665.00;5.05;0 -640;supply_node;3294.00;11.45;700.00;0.25;0 -640;supply_node;3232.00;11.70;576.00;4.29;0 -640;supply_node;3142.00;10.70;829.00;5.76;0 -640;supply_node;3029.00;11.85;822.00;2.42;0 -640;supply_node;3284.00;11.88;734.00;0.18;0 -640;supply_node;3066.00;11.68;766.00;1.65;0 -640;supply_node;3320.00;12.70;699.00;4.59;0 -640;supply_node;3063.00;11.00;824.00;0.89;0 -640;supply_node;3274.00;12.85;619.00;3.83;0 -640;supply_node;3225.00;11.60;761.00;0.48;0 -640;supply_node;3224.00;11.70;613.00;3.06;0 -640;supply_node;3193.00;11.98;799.00;6.00;0 -640;supply_node;3335.00;11.20;748.00;1.19;0 -640;supply_node;3296.00;11.10;780.00;5.23;0 -640;supply_node;3265.00;11.20;774.00;1.89;0 -640;supply_node;3111.00;10.80;751.00;3.37;0 -640;supply_node;3021.00;14.40;776.00;1.12;0 -640;supply_node;3194.00;11.20;719.00;2.60;0 -640;supply_node;3194.00;11.60;748.00;5.54;0 -640;supply_node;3284.00;11.20;813.00;3.30;0 -640;supply_node;3260.00;12.65;660.00;4.78;0 -640;supply_node;3198.00;10.70;690.00;1.43;0 -640;supply_node;3082.00;11.20;740.00;4.01;0 -640;supply_node;3228.00;11.93;658.00;0.67;0 -640;supply_node;3332.00;12.68;675.00;3.60;0 -640;supply_node;3310.00;12.35;660.00;6.18;0 -640;supply_node;3077.00;11.10;794.00;2.84;0 -641;supply_node;3382.00;13.93;632.00;3.86;0 -641;supply_node;3394.00;10.85;703.00;0.52;0 -641;supply_node;3392.00;11.32;679.00;3.10;0 -641;supply_node;3356.00;14.23;660.00;6.04;0 -641;supply_node;3392.00;12.75;610.00;2.69;0 -641;supply_node;3412.00;10.50;630.00;5.27;0 -641;supply_node;3436.00;10.80;699.00;1.93;0 -641;supply_node;3425.00;10.10;651.00;3.41;0 -641;supply_node;3357.00;13.18;634.00;1.16;0 -641;supply_node;3387.00;14.62;656.00;4.10;0 -641;supply_node;3357.00;11.12;701.00;5.58;0 -641;supply_node;3426.00;10.10;672.00;3.34;0 -642;supply_node;3508.00;15.65;879.00;3.10;0 -642;supply_node;3583.00;12.30;903.00;6.04;0 -642;supply_node;3521.00;12.48;909.00;2.69;0 -642;supply_node;3562.00;11.93;923.00;5.27;0 -642;supply_node;3513.00;11.28;864.00;1.93;0 -642;supply_node;3643.00;9.60;849.00;3.41;0 -642;supply_node;3545.00;13.75;886.00;1.16;0 -642;supply_node;3602.00;11.45;939.00;4.10;0 -642;supply_node;3612.00;11.12;915.00;5.58;0 -642;floating_harbor;3583.00;9.50;880.00;-3.14;2029 -642;floating_harbor;3498.05;9.50;849.05;-3.93;5074 -642;floating_harbor;3654.86;9.50;846.63;-1.77;8000 -642;floating_harbor;3549.29;9.50;863.12;-2.96;12821 -642;floating_harbor;3633.94;9.50;912.07;-1.70;13079 -643;supply_node;3484.00;12.20;817.00;2.69;0 -643;floating_harbor;3495.95;9.50;828.95;-0.79;10777 -646;supply_node;4316.00;14.50;1355.00;5.58;0 -646;supply_node;4352.00;12.95;1318.00;3.34;0 -646;supply_node;4361.00;14.40;1283.00;4.81;0 -646;supply_node;4335.00;20.48;1290.00;1.46;0 -646;supply_node;4319.00;17.80;1311.00;5.51;0 -646;supply_node;4372.00;13.88;1299.00;0.70;0 -646;supply_node;4322.00;13.62;1331.00;3.64;0 -646;supply_node;4288.00;17.15;1318.00;6.22;0 -646;supply_node;4285.00;13.82;1338.00;2.88;0 -647;supply_node;4334.00;21.18;1214.00;4.81;0 -647;supply_node;4349.00;21.25;1240.00;1.46;0 -647;supply_node;4276.00;20.90;1247.00;5.51;0 -647;supply_node;4289.00;19.43;1295.00;0.70;0 -647;supply_node;4307.00;21.15;1226.00;3.64;0 -647;supply_node;4341.00;14.60;1263.00;6.22;0 -647;supply_node;4309.00;19.10;1275.00;2.88;0 -647;supply_node;4280.00;16.60;1270.00;4.35;0 -647;supply_node;4238.00;20.75;1272.00;2.11;0 -647;supply_node;4317.00;21.00;1246.00;5.05;0 -647;supply_node;4251.00;16.62;1294.00;0.25;0 -648;supply_node;4246.00;17.68;1314.00;5.51;0 -648;supply_node;3974.00;17.60;1310.00;0.70;0 -648;supply_node;4169.00;21.48;1280.00;3.64;0 -648;supply_node;4011.00;21.10;1269.00;6.22;0 -648;supply_node;4006.00;13.93;1305.00;2.88;0 -648;supply_node;4202.00;18.48;1304.00;4.35;0 -648;supply_node;4037.00;19.12;1340.00;2.11;0 -648;supply_node;4242.00;12.95;1333.00;5.05;0 -648;supply_node;4079.00;23.65;1257.00;0.25;0 -648;supply_node;4051.00;12.62;1302.00;4.29;0 -648;supply_node;3987.00;19.23;1283.00;5.76;0 -648;supply_node;4199.00;12.78;1330.00;2.42;0 -648;supply_node;4026.00;12.85;1293.00;0.18;0 -648;supply_node;4044.00;13.30;1327.00;1.65;0 -648;supply_node;4086.00;12.98;1289.00;4.59;0 -648;supply_node;4086.00;12.40;1319.00;0.89;0 -648;supply_node;4039.00;20.50;1267.00;3.83;0 -648;supply_node;4211.00;21.90;1270.00;0.48;0 -648;supply_node;4126.00;12.30;1313.00;3.06;0 -648;supply_node;4125.00;22.12;1268.00;6.00;0 -648;supply_node;4007.00;18.85;1325.00;1.19;0 -648;supply_node;4160.00;12.10;1319.00;5.23;0 -649;supply_node;1360.00;11.00;1503.00;3.64;0 -649;supply_node;1355.00;10.35;1418.00;6.22;0 -649;supply_node;1380.00;10.65;1522.00;2.88;0 -649;supply_node;1336.00;11.15;1486.00;4.35;0 -649;supply_node;1339.00;10.78;1504.00;2.11;0 -649;supply_node;1376.00;10.82;1508.00;5.05;0 -649;supply_node;1388.00;10.23;1448.00;0.25;0 -649;supply_node;1376.00;10.30;1441.00;4.29;0 -649;supply_node;1399.00;9.90;1494.00;5.76;0 -649;supply_node;1404.00;10.35;1479.00;2.42;0 -649;supply_node;1338.00;15.85;1467.00;0.18;0 -649;supply_node;1391.00;10.23;1508.00;1.65;0 -649;supply_node;1355.00;13.45;1465.00;4.59;0 -649;supply_node;1392.00;10.30;1465.00;0.89;0 -649;supply_node;1367.00;11.48;1544.00;3.83;0 -649;supply_node;1340.00;10.40;1430.00;0.48;0 -649;supply_node;1369.00;10.05;1428.00;3.06;0 -649;supply_node;1375.00;10.60;1471.00;6.00;0 -649;supply_node;1366.00;11.45;1531.00;1.19;0 -649;supply_node;1326.00;10.30;1547.00;5.23;0 -649;supply_node;1377.00;9.70;1422.00;1.89;0 -649;supply_node;1350.00;10.50;1487.00;3.37;0 -649;supply_node;1338.00;10.18;1534.00;1.12;0 -649;supply_node;1370.00;10.50;1456.00;2.60;0 -649;supply_node;1348.00;11.75;1547.00;5.54;0 -649;supply_node;1336.00;10.12;1519.00;3.30;0 -649;supply_node;1383.00;10.15;1488.00;4.78;0 -649;supply_node;1352.00;10.20;1519.00;1.43;0 -649;supply_node;1354.00;9.82;1433.00;4.01;0 -649;supply_node;1367.00;10.80;1486.00;0.67;0 -649;supply_node;1361.00;10.48;1443.00;3.60;0 -649;supply_node;1341.00;10.75;1448.00;6.18;0 -650;supply_node;1851.00;9.70;1079.00;2.88;0 -650;supply_node;1845.00;9.70;1128.00;4.35;0 -650;supply_node;1843.00;9.68;1062.00;2.11;0 -650;supply_node;1854.00;9.70;1091.00;5.05;0 -650;floating_harbor;1851.00;9.50;1087.00;0.00;379 -650;floating_harbor;1836.00;9.50;1132.00;-3.14;4450 -650;floating_harbor;1852.95;9.50;1120.05;-2.36;9377 -650;floating_harbor;1836.00;9.50;1048.00;-3.58;11106 -650;floating_harbor;1859.95;9.50;1096.95;-0.79;13009 -651;supply_node;3342.00;10.60;349.00;2.11;0 -651;supply_node;3326.00;10.90;381.00;5.05;0 -651;supply_node;3330.00;10.55;321.00;0.25;0 -651;floating_harbor;3355.71;9.50;327.06;-2.58;2120 -651;floating_harbor;3355.96;9.50;323.73;-1.47;12935 -652;supply_node;3275.00;12.88;279.00;0.25;0 -652;supply_node;3236.00;12.23;355.00;4.29;0 -652;supply_node;3276.00;11.85;304.00;5.76;0 -652;supply_node;3283.00;12.78;383.00;2.42;0 -652;supply_node;3256.00;13.23;330.00;0.18;0 -652;supply_node;3299.00;12.85;331.00;1.65;0 -652;supply_node;3293.00;13.85;360.00;4.59;0 -653;supply_node;1315.00;10.40;1389.00;5.76;0 -653;supply_node;1332.00;10.30;1362.00;2.42;0 -653;supply_node;1276.00;10.60;1358.00;0.18;0 -653;supply_node;1245.00;10.10;1347.00;1.65;0 -653;supply_node;1286.00;9.70;1335.00;4.59;0 -653;supply_node;1329.00;10.40;1397.00;0.89;0 -653;supply_node;1295.00;10.30;1348.00;3.83;0 -653;supply_node;1255.00;9.95;1323.00;0.48;0 -653;supply_node;1275.00;10.28;1315.00;3.06;0 -653;supply_node;1268.00;10.40;1332.00;6.00;0 -653;supply_node;1323.00;10.30;1374.00;1.19;0 -653;supply_node;1315.00;10.28;1357.00;5.23;0 -653;supply_node;1306.00;10.38;1376.00;1.89;0 -653;supply_node;1293.00;10.40;1368.00;3.37;0 -653;supply_node;1273.00;9.88;1301.00;1.12;0 -653;supply_node;1307.00;10.28;1350.00;2.60;0 -653;supply_node;1337.00;10.40;1381.00;5.54;0 -653;supply_node;1265.00;10.62;1351.00;3.30;0 -653;floating_harbor;1308.00;9.50;1306.00;-3.52;1500 -653;floating_harbor;1299.08;9.50;1327.53;-2.09;2042 -653;floating_harbor;1306.01;9.50;1332.27;-2.53;4884 -653;floating_harbor;1291.97;9.50;1316.70;-1.47;6785 -653;floating_harbor;1326.61;9.50;1343.73;-2.42;10337 -653;floating_harbor;1293.98;9.50;1302.50;-1.50;12369 -653;floating_harbor;1315.13;9.50;1333.74;-2.68;12410 -654;supply_node;2887.00;10.20;846.00;0.18;0 -654;supply_node;2893.00;10.07;808.00;1.65;0 -654;supply_node;2920.00;11.30;838.00;4.59;0 -654;supply_node;2843.00;11.95;881.00;0.89;0 -654;supply_node;2915.00;9.90;797.00;3.83;0 -654;supply_node;2861.00;11.15;864.00;0.48;0 -654;supply_node;2982.00;10.62;783.00;3.06;0 -654;supply_node;2949.00;13.53;818.00;6.00;0 -654;supply_node;2953.00;10.60;844.00;1.19;0 -654;supply_node;3011.00;14.18;843.00;5.23;0 -654;supply_node;2980.00;10.70;841.00;1.89;0 -654;supply_node;2825.00;10.20;910.00;3.37;0 -654;supply_node;2973.00;12.48;760.00;1.12;0 -654;supply_node;2938.00;10.73;790.00;2.60;0 -654;supply_node;2902.00;10.25;877.00;5.54;0 -654;supply_node;2997.00;12.65;814.00;3.30;0 -654;supply_node;2966.00;15.40;798.00;4.78;0 -655;supply_node;3015.00;10.80;1493.00;4.59;0 -655;supply_node;2978.00;10.80;1499.00;0.89;0 -655;supply_node;2988.00;11.18;1506.00;3.83;0 -655;supply_node;2993.00;11.93;1515.00;0.48;0 -655;supply_node;2989.00;11.12;1497.00;3.06;0 -655;supply_node;3003.00;10.80;1498.00;6.00;0 -655;supply_node;2999.00;12.12;1506.00;1.19;0 -655;supply_node;2975.00;11.25;1493.00;5.23;0 -655;supply_node;3009.00;13.75;1501.00;1.89;0 -656;supply_node;3099.00;9.98;1685.00;3.83;0 -656;supply_node;3092.00;9.75;1671.00;0.48;0 -656;floating_harbor;3109.79;9.50;1687.70;-1.33;408 -656;floating_harbor;3084.12;9.50;1682.82;0.59;6258 -657;supply_node;2891.00;9.53;1581.00;3.06;0 -657;floating_harbor;2886.87;9.50;1589.26;0.46;13236 -658;supply_node;2995.00;10.50;1713.00;1.19;0 -658;supply_node;3010.00;11.62;1755.00;5.23;0 -658;supply_node;2996.00;10.48;1723.00;1.89;0 -658;supply_node;3023.00;10.95;1744.00;3.37;0 -658;supply_node;3003.00;11.62;1751.00;1.12;0 -658;supply_node;3024.00;10.40;1727.00;2.60;0 -658;supply_node;3007.00;10.18;1719.00;5.54;0 -658;supply_node;3009.00;10.80;1739.00;3.30;0 -658;supply_node;3022.00;9.50;1719.00;4.78;0 -658;supply_node;3000.00;10.55;1731.00;1.43;0 -658;supply_node;3023.00;10.70;1736.00;4.01;0 -658;supply_node;2994.00;10.38;1702.00;0.67;0 -658;supply_node;3012.00;10.40;1727.00;3.60;0 -659;supply_node;3003.00;9.85;1695.00;1.89;0 -659;supply_node;2996.00;9.68;1681.00;3.37;0 -659;supply_node;3027.00;9.78;1706.00;1.12;0 -659;supply_node;3019.00;10.00;1692.00;2.60;0 -659;supply_node;3020.00;9.90;1700.00;5.54;0 -659;supply_node;3006.00;9.98;1687.00;3.30;0 -659;supply_node;3015.00;10.00;1681.00;4.78;0 -659;floating_harbor;2962.00;9.50;1693.00;1.13;383 -660;supply_node;2776.00;9.70;1756.00;1.12;0 -660;supply_node;2748.00;9.78;1724.00;2.60;0 -660;floating_harbor;2800.00;9.50;1783.00;-0.73;6196 -660;floating_harbor;2743.87;9.50;1715.74;-3.61;13237 -661;supply_node;2979.00;9.70;1587.00;5.54;0 -661;supply_node;2970.00;9.70;1592.00;3.30;0 -661;supply_node;2980.00;9.70;1596.00;4.78;0 -661;floating_harbor;2982.37;9.50;1607.86;-0.20;11305 -662;supply_node;2949.00;9.70;1606.00;4.78;0 -662;supply_node;2953.00;9.57;1598.00;1.43;0 -662;supply_node;2963.00;9.90;1599.00;4.01;0 -662;supply_node;2963.00;9.70;1607.00;0.67;0 -662;supply_node;2974.00;9.70;1606.00;3.60;0 -662;floating_harbor;2936.10;9.50;1608.15;1.41;3231 -662;floating_harbor;2930.00;9.50;1608.00;1.06;3368 -662;floating_harbor;2973.47;9.50;1615.37;-0.90;6389 -662;floating_harbor;2983.60;9.50;1613.20;-0.93;13238 -663;supply_node;2982.00;10.82;1487.00;4.01;0 -664;supply_node;3429.00;9.85;1699.00;3.60;0 -664;supply_node;3362.00;10.20;1702.00;6.18;0 -664;supply_node;3445.00;10.32;1697.00;2.84;0 -664;supply_node;3433.00;9.98;1745.00;4.32;0 -664;supply_node;3386.00;10.38;1725.00;2.07;0 -664;supply_node;3479.00;9.90;1737.00;3.56;0 -664;supply_node;3367.00;9.98;1711.00;0.21;0 -664;supply_node;3452.00;10.43;1716.00;4.25;0 -664;supply_node;3394.00;10.23;1707.00;5.72;0 -664;supply_node;3373.00;10.45;1694.00;2.38;0 -664;supply_node;3379.00;10.40;1732.00;3.86;0 -664;supply_node;3398.00;10.40;1744.00;1.61;0 -664;supply_node;3457.00;10.50;1726.00;4.55;0 -664;supply_node;3440.00;10.55;1713.00;6.03;0 -664;supply_node;3384.00;9.93;1701.00;3.79;0 -664;supply_node;3454.00;10.40;1700.00;5.27;0 -664;supply_node;3380.00;9.95;1744.00;1.92;0 -664;supply_node;3490.00;9.90;1745.00;5.96;0 -664;supply_node;3379.00;10.40;1713.00;1.16;0 -664;supply_node;3480.00;10.48;1729.00;4.09;0 -664;supply_node;3464.00;10.50;1715.00;0.39;0 -664;supply_node;3405.00;9.95;1712.00;3.33;0 -664;supply_node;3384.00;10.23;1692.00;6.26;0 -664;supply_node;3399.00;10.50;1731.00;2.56;0 -664;supply_node;3420.00;10.40;1745.00;5.50;0 -664;supply_node;3467.00;10.40;1731.00;0.70;0 -664;supply_node;3434.00;10.05;1724.00;4.74;0 -664;supply_node;3394.00;10.40;1694.00;1.39;0 -664;supply_node;3371.00;10.60;1736.00;2.87;0 -664;supply_node;3460.00;9.90;1750.00;0.63;0 -664;supply_node;3415.00;10.40;1730.00;2.10;0 -664;supply_node;3415.00;10.30;1705.00;5.04;0 -664;supply_node;3407.00;10.43;1748.00;2.80;0 -664;supply_node;3389.00;10.40;1716.00;4.28;0 -664;supply_node;3408.00;10.40;1737.00;0.93;0 -664;supply_node;3452.00;9.90;1735.00;3.51;0 -664;supply_node;3476.00;9.90;1747.00;0.17;0 -664;supply_node;3424.00;10.43;1720.00;1.65;0 -664;supply_node;3437.00;10.43;1704.00;5.69;0 -664;supply_node;3426.00;9.88;1732.00;2.34;0 -664;supply_node;3447.00;9.90;1745.00;3.82;0 -664;supply_node;3399.00;10.40;1722.00;1.58;0 -664;supply_node;3471.00;10.50;1722.00;3.05;0 -664;supply_node;3372.00;10.23;1722.00;5.99;0 -664;supply_node;3361.00;10.50;1693.00;3.75;0 -664;supply_node;3464.00;9.90;1741.00;5.23;0 -664;supply_node;3446.00;9.85;1724.00;1.88;0 -664;supply_node;3428.00;10.40;1712.00;4.47;0 -664;supply_node;3374.00;10.40;1705.00;1.12;0 -664;supply_node;3452.00;10.50;1709.00;4.05;0 -664;supply_node;3389.00;10.40;1740.00;0.35;0 -664;supply_node;3438.00;9.80;1734.00;3.29;0 -664;supply_node;3411.00;10.40;1720.00;4.77;0 -664;supply_node;3417.00;10.53;1714.00;2.53;0 -665;supply_node;3050.00;13.20;1480.00;2.84;0 -665;supply_node;3063.00;9.90;1491.00;4.32;0 -665;supply_node;3045.00;14.90;1492.00;2.07;0 -665;supply_node;3051.00;13.78;1471.00;3.56;0 -665;supply_node;3054.00;10.10;1490.00;0.21;0 -665;supply_node;3058.00;10.65;1467.00;4.25;0 -665;supply_node;3042.00;13.30;1468.00;5.72;0 -666;supply_node;5085.00;11.43;911.00;2.07;0 -666;supply_node;5061.00;11.03;859.00;3.56;0 -666;supply_node;5072.00;10.95;878.00;0.21;0 -666;supply_node;5077.00;10.88;899.00;4.25;0 -666;supply_node;5024.00;10.50;1059.00;5.72;0 -666;supply_node;5213.00;10.62;1041.00;2.38;0 -666;floating_harbor;5090.95;9.50;916.95;-0.79;3995 -666;floating_harbor;5086.00;9.50;847.00;-2.07;12140 -666;floating_harbor;5072.00;9.50;886.00;0.00;13023 -666;floating_harbor;5085.00;9.50;899.00;-1.57;13024 -666;floating_harbor;5020.00;9.50;1038.00;-3.14;13025 -666;floating_harbor;5240.00;9.50;1023.00;-2.16;13026 -667;supply_node;1590.00;9.68;1268.00;0.21;0 -667;floating_harbor;1578.50;9.50;1306.60;1.19;4647 -667;floating_harbor;1591.00;9.50;1279.00;1.16;7245 -667;floating_harbor;1596.84;9.50;1252.60;-2.72;10254 -668;supply_node;5331.00;10.03;481.00;5.72;0 -668;supply_node;5318.00;9.88;506.00;2.38;0 -668;supply_node;5286.00;10.50;493.00;3.86;0 -668;supply_node;5223.00;10.43;553.00;1.61;0 -668;supply_node;5291.00;10.45;484.00;4.55;0 -668;supply_node;5237.00;10.95;539.00;6.03;0 -668;supply_node;5290.00;9.50;521.00;3.79;0 -668;supply_node;5276.00;10.50;499.00;5.27;0 -668;supply_node;5230.00;10.75;544.00;1.92;0 -668;supply_node;5399.00;9.70;475.00;5.96;0 -668;supply_node;5313.00;10.50;484.00;1.16;0 -668;supply_node;5216.00;9.50;564.00;4.09;0 -668;supply_node;5302.00;10.50;490.00;0.39;0 -668;supply_node;5261.00;9.50;518.00;3.33;0 -668;supply_node;5255.00;10.07;538.00;6.26;0 -668;floating_harbor;5339.26;9.50;476.87;-2.03;1042 -668;floating_harbor;5280.00;9.50;520.00;1.22;1085 -668;floating_harbor;5288.15;9.50;505.90;-0.17;1269 -668;floating_harbor;5212.74;9.50;547.87;-4.25;1358 -668;floating_harbor;5291.00;9.50;476.00;-3.14;1370 -668;floating_harbor;5224.00;9.80;557.00;0.67;4226 -668;floating_harbor;5290.00;9.50;529.00;0.00;4252 -668;floating_harbor;5264.14;9.50;496.63;-4.52;4292 -668;floating_harbor;5224.00;9.80;557.00;0.12;4378 -668;floating_harbor;5390.00;9.50;475.00;1.57;7390 -668;floating_harbor;5319.95;9.50;477.05;-2.36;7437 -668;floating_harbor;5224.00;9.80;557.00;-2.41;10234 -668;floating_harbor;5305.52;9.50;474.17;-2.92;10291 -668;floating_harbor;5269.82;9.50;512.12;-2.16;10319 -668;floating_harbor;5264.60;9.50;530.80;-2.21;12265 -669;supply_node;3502.00;10.73;256.00;3.86;0 -669;supply_node;3561.00;12.32;364.00;1.61;0 -669;supply_node;3512.00;11.15;372.00;4.55;0 -669;supply_node;3573.00;14.10;421.00;6.03;0 -669;supply_node;3510.00;11.90;308.00;3.79;0 -669;supply_node;3544.00;10.28;389.00;5.27;0 -669;supply_node;3528.00;11.75;262.00;1.92;0 -669;supply_node;3546.00;14.35;310.00;5.96;0 -669;supply_node;3518.00;12.32;341.00;1.16;0 -669;supply_node;3496.00;11.85;284.00;4.09;0 -669;floating_harbor;3492.65;9.50;238.85;-3.64;2200 -669;floating_harbor;3586.77;9.50;370.78;-1.31;5128 -669;floating_harbor;3497.05;9.50;386.95;0.79;5185 -669;floating_harbor;3557.68;9.50;440.50;0.67;5222 -669;floating_harbor;3481.01;9.50;309.32;1.53;8180 -669;floating_harbor;3533.87;9.50;409.26;0.46;8188 -669;floating_harbor;3550.41;9.50;252.19;-1.98;8246 -669;floating_harbor;3569.81;9.50;315.60;-1.34;10993 -669;floating_harbor;3490.00;9.50;341.00;1.57;11015 -669;floating_harbor;3476.08;9.50;280.94;-4.56;12956 -669;floating_harbor;3515.94;9.50;440.29;-2.13;13072 -670;supply_node;5168.00;10.62;567.00;4.55;0 -670;supply_node;5134.00;10.40;557.00;6.03;0 -670;supply_node;5126.00;10.20;559.00;3.79;0 -670;supply_node;5173.00;10.25;600.00;5.27;0 -670;supply_node;5146.00;9.65;561.00;1.92;0 -670;supply_node;5142.00;9.70;553.00;5.96;0 -670;supply_node;5192.00;10.10;579.00;1.16;0 -670;supply_node;5178.00;10.43;579.00;4.09;0 -670;supply_node;5164.00;10.28;559.00;0.39;0 -670;supply_node;5156.00;10.12;557.00;3.33;0 -670;supply_node;5183.00;9.50;593.00;6.26;0 -670;supply_node;5177.00;10.25;573.00;2.56;0 -670;supply_node;5175.00;9.85;564.00;5.50;0 -670;supply_node;5151.00;9.75;553.00;0.70;0 -670;floating_harbor;5164.79;9.50;576.64;0.32;1286 -670;floating_harbor;5128.87;9.50;546.74;-3.61;1301 -670;floating_harbor;5117.74;9.50;563.13;1.11;1329 -670;floating_harbor;5165.00;9.50;600.00;1.57;1361 -670;floating_harbor;5148.70;9.50;571.79;-0.24;4304 -670;floating_harbor;5138.79;9.50;543.36;-3.46;4332 -670;floating_harbor;5167.93;9.50;605.01;-1.71;4352 -670;floating_harbor;5192.00;9.50;587.00;0.00;4421 -670;floating_harbor;5188.26;9.50;584.13;-1.11;7251 -670;floating_harbor;5172.82;9.50;553.12;-2.16;7324 -670;floating_harbor;5112.00;9.50;624.00;-1.04;7339 -670;floating_harbor;5129.00;9.50;540.00;-4.33;7352 -670;floating_harbor;5178.87;9.50;584.74;-3.61;7412 -670;floating_harbor;5188.86;9.50;570.63;-1.77;10166 -670;floating_harbor;5169.12;9.50;555.18;-3.73;10206 -670;floating_harbor;5154.21;9.50;543.36;-2.82;12222 -671;supply_node;4795.00;9.50;641.00;3.79;0 -671;supply_node;4813.00;10.50;598.00;5.27;0 -671;supply_node;4758.00;9.50;620.00;1.92;0 -671;supply_node;4799.00;9.73;625.00;5.96;0 -671;supply_node;4837.00;11.38;598.00;1.16;0 -671;floating_harbor;4803.00;9.50;641.00;-1.57;1437 -671;floating_harbor;4802.00;9.50;584.00;-3.65;1574 -671;floating_harbor;4773.00;9.50;618.00;-1.77;7369 -671;floating_harbor;4799.00;9.50;633.00;0.00;10342 -671;floating_harbor;4854.00;9.50;603.00;-1.17;10409 -672;supply_node;4307.00;9.70;413.00;1.92;0 -672;supply_node;4457.00;9.55;481.00;5.96;0 -672;floating_harbor;4312.95;9.50;407.05;-2.36;13002 -672;floating_harbor;4465.00;9.50;481.00;-1.57;13005 -673;supply_node;4621.00;11.12;513.00;1.16;0 -673;supply_node;4637.00;11.68;510.00;4.09;0 -673;supply_node;4654.00;10.28;514.00;0.39;0 -673;supply_node;4671.00;9.90;497.00;3.33;0 -673;supply_node;4685.00;10.40;490.00;6.26;0 -673;floating_harbor;4625.13;9.50;521.26;-0.46;7293 -673;floating_harbor;4645.95;9.50;501.05;-2.36;10191 -673;floating_harbor;4654.00;9.50;503.00;-3.14;12162 -673;floating_harbor;4665.05;9.50;502.95;0.79;12219 -673;floating_harbor;4688.21;9.50;480.36;-2.82;12234 -674;supply_node;32.00;11.70;1117.00;0.39;0 -674;floating_harbor;40.00;9.50;1117.00;-1.57;13052 -675;supply_node;158.00;10.30;913.00;6.26;0 -675;floating_harbor;158.00;9.50;921.00;0.00;13051 -676;supply_node;432.00;12.28;379.00;5.50;0 -676;supply_node;461.00;11.62;366.00;0.70;0 -676;floating_harbor;433.00;9.50;385.00;-0.17;10188 -676;floating_harbor;455.12;9.50;374.82;0.59;12148 -677;supply_node;5588.00;9.70;362.00;4.74;0 -677;supply_node;109.00;9.98;430.00;1.39;0 -677;supply_node;5579.00;9.75;363.00;2.87;0 -677;supply_node;5604.00;9.50;382.00;0.63;0 -677;floating_harbor;5597.00;9.50;362.00;-1.57;4286 -677;floating_harbor;99.40;9.50;437.20;0.93;7290 -677;floating_harbor;5570.00;9.50;363.00;1.57;7302 -677;floating_harbor;5614.00;9.50;382.00;-1.57;12159 -677;floating_harbor;126.00;9.50;422.00;1.57;13080 -678;supply_node;270.00;10.48;744.00;2.87;0 -678;supply_node;307.00;12.15;711.00;0.63;0 -678;supply_node;341.00;11.07;676.00;2.10;0 -678;floating_harbor;279.00;9.50;744.00;-1.57;13048 -678;floating_harbor;316.64;9.50;707.79;-1.89;13049 -678;floating_harbor;349.00;9.50;676.00;-1.57;13053 -679;supply_node;5412.00;9.50;400.00;2.10;0 -679;supply_node;5399.00;9.55;296.00;5.04;0 -679;supply_node;5418.00;9.50;308.00;2.80;0 -679;supply_node;5408.00;9.60;290.00;4.28;0 -679;supply_node;5372.00;9.60;318.00;0.93;0 -679;supply_node;5381.00;10.28;310.00;3.51;0 -679;supply_node;5390.00;11.05;303.00;0.17;0 -679;floating_harbor;5394.00;9.50;402.00;-4.47;1237 -679;floating_harbor;5390.74;9.50;291.87;-4.25;1263 -679;floating_harbor;5412.87;9.50;318.26;0.46;4231 -679;floating_harbor;5466.00;9.50;333.00;-2.18;4247 -679;floating_harbor;5408.00;9.50;298.00;0.00;4268 -679;floating_harbor;5366.87;9.50;328.26;0.46;7264 -679;floating_harbor;5388.20;9.50;319.60;-0.64;10160 -679;floating_harbor;5422.99;9.50;409.70;0.29;12120 -679;floating_harbor;5381.18;9.50;297.12;-4.12;12132 -680;supply_node;1054.00;10.65;314.00;2.80;0 -680;floating_harbor;1067.00;9.50;304.00;-2.27;1280 -681;floating_harbor;1372.00;9.50;836.00;1.57;5023 -682;supply_node;3141.00;9.90;1534.00;0.17;0 -682;supply_node;3141.00;10.15;1543.00;1.65;0 -682;supply_node;3132.00;10.95;1529.00;5.69;0 -682;supply_node;3130.00;10.93;1539.00;2.34;0 -682;supply_node;3142.00;10.60;1521.00;3.82;0 -682;supply_node;3150.00;9.93;1527.00;1.58;0 -682;supply_node;3119.00;10.00;1539.00;3.05;0 -683;supply_node;3151.00;9.85;1554.00;5.69;0 -683;supply_node;3154.00;10.10;1543.00;2.34;0 -683;supply_node;3161.00;10.00;1549.00;3.82;0 -683;supply_node;3153.00;10.48;1535.00;1.58;0 -683;supply_node;3164.00;10.00;1535.00;3.05;0 -684;supply_node;3075.00;9.75;1567.00;3.82;0 -684;supply_node;3083.00;9.70;1584.00;1.58;0 -684;supply_node;3083.00;9.80;1572.00;3.05;0 -684;supply_node;3091.00;9.80;1559.00;5.99;0 -684;supply_node;3078.00;9.80;1558.00;3.75;0 -684;supply_node;3074.00;9.80;1578.00;5.23;0 -684;supply_node;3092.00;9.80;1566.00;1.88;0 -685;supply_node;3163.00;9.82;1569.00;3.05;0 -685;supply_node;3151.00;10.50;1566.00;5.99;0 -685;supply_node;3161.00;9.88;1560.00;3.75;0 -685;supply_node;3172.00;9.90;1574.00;5.23;0 -685;supply_node;3163.00;10.40;1580.00;1.88;0 -685;supply_node;3162.00;10.40;1591.00;4.47;0 -686;supply_node;3187.00;9.90;1531.00;3.75;0 -686;supply_node;3178.00;10.25;1522.00;5.23;0 -686;supply_node;3190.00;10.50;1542.00;1.88;0 -686;supply_node;3175.00;10.03;1530.00;4.47;0 -686;supply_node;3171.00;10.00;1541.00;1.12;0 -686;supply_node;3196.00;9.98;1549.00;4.05;0 -686;supply_node;3189.00;10.57;1521.00;0.35;0 -686;supply_node;3180.00;9.98;1540.00;3.29;0 -687;supply_node;3220.00;10.45;1499.00;1.88;0 -687;supply_node;3226.00;10.00;1491.00;4.47;0 -687;supply_node;3231.00;10.30;1509.00;1.12;0 -687;supply_node;3212.00;9.82;1492.00;4.05;0 -687;supply_node;3233.00;10.20;1501.00;0.35;0 -688;supply_node;3245.00;10.20;1499.00;1.12;0 -688;supply_node;3265.00;9.80;1465.00;4.05;0 -688;supply_node;3272.00;9.90;1475.00;0.35;0 -688;supply_node;3239.00;10.00;1490.00;3.29;0 -688;supply_node;3265.00;10.10;1494.00;4.77;0 -688;supply_node;3250.00;9.90;1484.00;2.53;0 -688;supply_node;3261.00;10.10;1486.00;5.47;0 -688;supply_node;3254.00;10.10;1502.00;0.66;0 -688;supply_node;3259.00;10.10;1475.00;4.70;0 -688;supply_node;3277.00;10.43;1483.00;6.18;0 -689;supply_node;3288.00;9.88;1485.00;0.35;0 -689;supply_node;3261.00;9.98;1531.00;3.29;0 -689;supply_node;3297.00;9.90;1493.00;4.77;0 -689;supply_node;3306.00;9.93;1499.00;2.53;0 -689;supply_node;3274.00;10.00;1514.00;5.47;0 -689;supply_node;3264.00;10.07;1522.00;0.66;0 -689;supply_node;3308.00;10.00;1488.00;4.70;0 -689;supply_node;3317.00;9.90;1494.00;6.18;0 -689;supply_node;3286.00;10.35;1510.00;2.83;0 -689;supply_node;3277.00;9.80;1549.00;0.59;0 -689;supply_node;3273.00;9.90;1529.00;2.07;0 -689;supply_node;3240.00;10.10;1523.00;5.00;0 -689;supply_node;3325.00;9.82;1490.00;1.31;0 -689;supply_node;3269.00;10.10;1505.00;4.24;0 -689;supply_node;3254.00;10.00;1548.00;5.72;0 -689;supply_node;3247.00;10.07;1530.00;3.47;0 -689;supply_node;3273.00;10.10;1495.00;0.13;0 -689;supply_node;3280.00;10.00;1504.00;1.61;0 -689;supply_node;3260.00;9.90;1540.00;5.65;0 -689;supply_node;3242.00;10.25;1513.00;0.85;0 -689;supply_node;3273.00;9.85;1539.00;3.78;0 -689;supply_node;3282.00;10.00;1494.00;1.54;0 -689;supply_node;3290.00;9.90;1498.00;3.02;0 -689;supply_node;3267.00;9.80;1547.00;5.96;0 -689;supply_node;3296.00;10.45;1506.00;1.15;0 -689;supply_node;3252.00;10.20;1513.00;5.19;0 -689;supply_node;3249.00;10.00;1539.00;1.84;0 -689;supply_node;3263.00;10.12;1512.00;3.32;0 -689;supply_node;3252.00;10.10;1521.00;1.08;0 -690;supply_node;3320.00;10.28;1557.00;4.77;0 -690;supply_node;3293.00;9.80;1553.00;2.53;0 -690;supply_node;3300.00;9.80;1541.00;5.47;0 -690;supply_node;3315.00;9.80;1549.00;0.66;0 -690;supply_node;3287.00;9.85;1545.00;4.70;0 -690;supply_node;3314.00;9.80;1541.00;6.18;0 -690;supply_node;3291.00;10.35;1538.00;2.83;0 -690;supply_node;3308.00;9.80;1555.00;0.59;0 -690;supply_node;3302.00;9.80;1547.00;2.07;0 -691;supply_node;3243.00;9.80;1562.00;5.47;0 -691;supply_node;3187.00;10.15;1583.00;0.66;0 -691;supply_node;3183.00;9.95;1576.00;4.70;0 -691;supply_node;3204.00;10.40;1577.00;6.18;0 -691;supply_node;3229.00;9.90;1579.00;2.83;0 -691;supply_node;3199.00;10.05;1572.00;0.59;0 -691;supply_node;3200.00;9.88;1586.00;2.07;0 -691;supply_node;3216.00;10.53;1584.00;5.00;0 -691;supply_node;3211.00;10.40;1592.00;1.31;0 -691;supply_node;3228.00;9.80;1569.00;4.24;0 -691;supply_node;3240.00;9.80;1571.00;5.72;0 -691;supply_node;3219.00;9.85;1578.00;3.47;0 -692;supply_node;3187.00;9.80;1612.00;4.70;0 -692;supply_node;3173.00;10.40;1585.00;6.18;0 -692;supply_node;3168.00;10.38;1597.00;2.83;0 -692;supply_node;3180.00;10.30;1644.00;0.59;0 -692;supply_node;3165.00;9.93;1604.00;2.07;0 -692;supply_node;3175.00;10.40;1616.00;5.00;0 -692;supply_node;3182.00;9.95;1595.00;1.31;0 -692;supply_node;3177.00;10.30;1605.00;4.24;0 -692;supply_node;3182.00;9.70;1620.00;5.72;0 -692;supply_node;3184.00;10.00;1630.00;3.47;0 -692;supply_node;3191.00;10.30;1647.00;0.13;0 -692;supply_node;3191.00;10.30;1636.00;1.61;0 -692;supply_node;3166.00;10.18;1611.00;5.65;0 -692;supply_node;3178.00;10.50;1590.00;0.85;0 -692;bunker;3183.00;10.30;1645.00;5.19;0 -693;supply_node;3200.00;10.40;1611.00;2.83;0 -693;supply_node;3192.00;9.80;1593.00;0.59;0 -693;supply_node;3215.00;10.35;1607.00;2.07;0 -693;supply_node;3205.00;9.90;1600.00;5.00;0 -693;supply_node;3201.00;10.40;1642.00;1.31;0 -693;supply_node;3191.00;9.80;1602.00;4.24;0 -693;supply_node;3205.00;10.40;1621.00;5.72;0 -693;supply_node;3193.00;10.40;1624.00;3.47;0 -693;supply_node;3209.00;10.03;1636.00;0.13;0 -693;supply_node;3219.00;10.60;1627.00;1.61;0 -693;supply_node;3214.00;10.38;1616.00;5.65;0 -693;supply_node;3202.00;9.80;1629.00;0.85;0 -694;supply_node;3295.00;9.88;1598.00;2.07;0 -694;supply_node;3283.00;9.80;1588.00;5.00;0 -694;supply_node;3281.00;9.80;1574.00;1.31;0 -694;supply_node;3286.00;9.90;1605.00;4.24;0 -694;supply_node;3293.00;9.80;1591.00;5.72;0 -694;supply_node;3291.00;9.80;1583.00;3.47;0 -694;supply_node;3300.00;9.80;1583.00;0.13;0 -694;supply_node;3305.00;9.90;1590.00;1.61;0 -694;supply_node;3285.00;9.82;1597.00;5.65;0 -694;supply_node;3289.00;9.80;1574.00;0.85;0 -695;supply_node;3229.00;10.40;1633.00;1.31;0 -695;supply_node;3240.00;10.40;1629.00;4.24;0 -695;supply_node;3245.00;9.80;1639.00;5.72;0 -695;supply_node;3252.00;10.50;1616.00;3.47;0 -695;supply_node;3254.00;9.80;1637.00;0.13;0 -695;supply_node;3252.00;9.95;1626.00;1.61;0 -695;supply_node;3234.00;10.00;1622.00;5.65;0 +696;supply_node;3345.00;10.12;1819.00;5.92;0 +696;supply_node;3351.00;9.80;1829.00;5.19;0 +696;supply_node;3354.00;9.73;1838.00;2.03;0 +696;supply_node;3354.00;9.80;1801.00;0.62;0 +696;supply_node;3355.00;10.07;1812.00;0.80;0 +696;supply_node;3365.00;9.85;1821.00;2.80;0 +696;supply_node;3367.00;9.98;1831.00;4.96;0 696;supply_node;3367.00;10.40;1807.00;5.72;0 +696;supply_node;3368.00;10.20;1785.00;0.85;0 696;supply_node;3369.00;10.15;1796.00;3.47;0 +696;supply_node;3371.00;10.15;1777.00;6.14;0 +696;supply_node;3374.00;10.20;1759.00;3.02;0 +696;supply_node;3379.00;10.12;1768.00;3.25;0 +696;supply_node;3380.00;9.80;1786.00;3.78;0 +696;supply_node;3381.00;9.93;1823.00;4.92;0 +696;supply_node;3382.00;10.50;1753.00;5.49;0 +696;supply_node;3383.00;9.90;1809.00;3.32;0 696;supply_node;3386.00;10.38;1794.00;0.13;0 -696;supply_node;3433.00;10.60;1761.00;1.61;0 696;supply_node;3387.00;10.00;1775.00;5.65;0 -696;supply_node;3368.00;10.20;1785.00;0.85;0 -696;supply_node;3380.00;9.80;1786.00;3.78;0 -696;supply_node;3408.00;9.90;1813.00;1.54;0 -696;supply_node;3374.00;10.20;1759.00;3.02;0 -696;supply_node;3460.00;10.55;1780.00;5.96;0 -696;supply_node;3405.00;10.50;1785.00;1.15;0 -696;supply_node;3351.00;9.80;1829.00;5.19;0 +696;supply_node;3389.00;10.50;1763.00;2.33;0 696;supply_node;3391.00;9.80;1850.00;1.84;0 -696;supply_node;3383.00;9.90;1809.00;3.32;0 +696;supply_node;3394.00;10.32;1782.00;2.98;0 +696;supply_node;3395.00;10.50;1755.00;3.74;0 696;supply_node;3396.00;9.95;1820.00;1.08;0 -696;supply_node;3435.00;10.40;1804.00;2.56;0 -696;supply_node;3382.00;10.50;1753.00;5.49;0 -696;supply_node;3379.00;10.12;1768.00;3.25;0 +696;supply_node;3397.00;9.88;1800.00;5.22;0 +696;supply_node;3405.00;10.50;1772.00;1.57;0 +696;supply_node;3405.00;10.50;1785.00;1.15;0 696;supply_node;3406.00;10.40;1760.00;4.73;0 +696;supply_node;3408.00;9.90;1813.00;1.54;0 +696;supply_node;3410.00;9.70;1831.00;5.68;0 696;supply_node;3415.00;10.40;1796.00;1.38;0 696;supply_node;3419.00;10.40;1761.00;3.96;0 -696;supply_node;3354.00;9.80;1801.00;0.62;0 +696;supply_node;3424.00;9.95;1781.00;4.20;0 696;supply_node;3427.00;9.80;1819.00;3.56;0 -696;supply_node;3371.00;10.15;1777.00;6.14;0 -696;supply_node;3365.00;9.85;1821.00;2.80;0 -696;supply_node;3449.00;10.50;1762.00;4.27;0 -696;supply_node;3354.00;9.73;1838.00;2.03;0 -696;supply_node;3367.00;9.98;1831.00;4.96;0 +696;supply_node;3433.00;10.60;1761.00;1.61;0 +696;supply_node;3435.00;10.40;1804.00;2.56;0 696;supply_node;3442.00;9.85;1784.00;0.16;0 -696;supply_node;3424.00;9.95;1781.00;4.20;0 -696;supply_node;3410.00;9.70;1831.00;5.68;0 -696;supply_node;3389.00;10.50;1763.00;2.33;0 -696;supply_node;3381.00;9.93;1823.00;4.92;0 -696;supply_node;3405.00;10.50;1772.00;1.57;0 +696;supply_node;3449.00;10.50;1762.00;4.27;0 +696;supply_node;3460.00;10.55;1780.00;5.96;0 696;supply_node;3467.00;9.90;1763.00;4.51;0 -696;supply_node;3355.00;10.07;1812.00;0.80;0 -696;supply_node;3395.00;10.50;1755.00;3.74;0 -696;supply_node;3397.00;9.88;1800.00;5.22;0 -696;supply_node;3394.00;10.32;1782.00;2.98;0 -696;supply_node;3345.00;10.12;1819.00;5.92;0 -696;floating_harbor;3407.70;9.50;1855.01;-1.28;3080 -696;floating_harbor;3392.63;9.50;1836.86;0.20;3092 -696;floating_harbor;3365.00;9.50;1844.60;-1.03;9045 -696;floating_harbor;3375.37;9.50;1841.47;-0.67;9055 -696;floating_harbor;3392.42;9.50;1837.39;1.22;9248 -696;floating_harbor;3384.92;9.50;1836.73;-0.28;11038 +696;synthetic_refinery;3352.00;9.80;1831.00;2.60;0 +697;air_base;3331.00;9.80;1473.00;4.29;0 +697;anti_air_building;3311.00;9.85;1483.00;5.12;0 +697;anti_air_building;3347.00;9.80;1482.00;3.91;0 +697;anti_air_building;3353.00;9.82;1485.00;6.08;0 +697;arms_factory;3311.00;9.80;1479.00;1.11;0 +697;arms_factory;3338.00;10.38;1486.00;2.66;0 +697;arms_factory;3348.00;9.80;1480.00;4.72;0 +697;arms_factory;3367.00;9.80;1480.00;0.50;0 +697;arms_factory;3383.00;9.80;1488.00;1.71;0 +697;arms_factory;3387.00;9.80;1494.00;3.78;0 +697;bunker;3293.00;9.80;1478.00;4.89;0 +697;bunker;3297.00;9.90;1481.00;4.45;0 +697;bunker;3301.00;9.80;1476.00;5.47;0 +697;bunker;3310.00;9.80;1478.00;3.34;0 +697;bunker;3316.00;9.80;1475.00;3.24;0 +697;bunker;3318.00;9.80;1470.00;2.29;0 +697;bunker;3323.00;9.80;1476.00;5.40;0 +697;bunker;3323.00;9.80;1480.00;0.74;0 +697;bunker;3333.00;10.38;1483.00;5.40;0 +697;bunker;3334.00;9.70;1467.00;3.41;0 +697;bunker;3335.00;10.15;1488.00;4.79;0 +697;bunker;3343.00;9.70;1476.00;0.67;0 +697;bunker;3353.00;10.05;1487.00;1.34;0 +697;bunker;3354.00;9.80;1480.00;2.29;0 +697;bunker;3356.00;10.20;1491.00;4.52;0 +697;bunker;3357.00;9.75;1479.00;0.67;0 +697;bunker;3359.00;9.70;1471.00;0.74;0 +697;bunker;3359.00;10.40;1490.00;0.23;0 +697;bunker;3367.00;9.80;1474.00;3.85;0 +697;bunker;3370.00;9.80;1477.00;2.38;0 +697;bunker;3371.00;9.80;1484.00;1.85;0 +697;bunker;3376.00;9.80;1494.00;1.17;0 +697;bunker;3380.00;9.85;1464.00;2.90;0 +697;bunker;3381.00;9.80;1497.00;1.24;0 +697;bunker;3382.00;9.80;1485.00;1.34;0 +697;bunker;3384.00;9.82;1475.00;4.96;0 +697;bunker;3386.00;9.80;1489.00;2.73;0 +697;bunker;3394.00;9.90;1485.00;4.36;0 +697;industrial_complex;3301.00;10.00;1487.00;0.16;0 +697;industrial_complex;3307.00;9.70;1468.00;0.16;0 +697;industrial_complex;3319.00;9.80;1476.00;4.38;0 +697;industrial_complex;3320.00;9.70;1466.00;2.22;0 +697;industrial_complex;3359.00;10.40;1490.00;4.89;0 +697;industrial_complex;3383.00;9.80;1496.00;3.17;0 +697;nuclear_reactor;3372.00;9.80;1488.00;5.03;0 +697;radar_station;3343.00;9.85;1483.00;3.43;0 +697;rocket_site;3378.00;9.80;1500.00;2.36;0 +697;supply_node;3291.00;10.10;1476.00;3.25;0 697;supply_node;3299.00;9.95;1483.00;0.13;0 -697;supply_node;3375.00;9.80;1466.00;1.61;0 -697;supply_node;3359.00;9.82;1482.00;5.65;0 -697;supply_node;3370.00;9.80;1477.00;0.85;0 -697;supply_node;3374.00;9.80;1483.00;3.78;0 -697;supply_node;3387.00;9.80;1489.00;1.54;0 -697;supply_node;3316.00;9.70;1466.00;3.02;0 -697;supply_node;3364.00;9.70;1469.00;5.96;0 +697;supply_node;3302.00;9.70;1469.00;0.16;0 697;supply_node;3307.00;9.80;1477.00;1.15;0 -697;supply_node;3381.00;9.85;1474.00;5.19;0 -697;supply_node;3387.00;9.80;1482.00;1.84;0 -697;supply_node;3398.00;9.90;1487.00;3.32;0 -697;supply_node;3334.00;10.00;1478.00;1.08;0 +697;supply_node;3316.00;9.70;1466.00;3.02;0 +697;supply_node;3316.00;9.80;1475.00;3.56;0 697;supply_node;3320.00;9.85;1483.00;2.56;0 -697;supply_node;3381.00;9.80;1497.00;5.49;0 -697;supply_node;3291.00;10.10;1476.00;3.25;0 -697;supply_node;3336.00;9.80;1469.00;4.73;0 +697;supply_node;3326.00;9.70;1471.00;4.20;0 +697;supply_node;3334.00;10.00;1478.00;1.08;0 697;supply_node;3335.00;10.32;1486.00;1.38;0 +697;supply_node;3336.00;9.80;1469.00;4.73;0 +697;supply_node;3346.00;9.70;1472.00;2.80;0 697;supply_node;3346.00;10.35;1489.00;3.96;0 +697;supply_node;3348.00;9.80;1480.00;4.27;0 697;supply_node;3352.00;10.15;1493.00;0.62;0 -697;supply_node;3316.00;9.80;1475.00;3.56;0 697;supply_node;3356.00;9.70;1471.00;6.14;0 -697;supply_node;3346.00;9.70;1472.00;2.80;0 -697;supply_node;3348.00;9.80;1480.00;4.27;0 +697;supply_node;3359.00;9.82;1482.00;5.65;0 697;supply_node;3363.00;10.40;1489.00;2.03;0 +697;supply_node;3364.00;9.70;1469.00;5.96;0 +697;supply_node;3370.00;9.80;1477.00;0.85;0 697;supply_node;3373.00;9.80;1492.00;4.96;0 -697;supply_node;3302.00;9.70;1469.00;0.16;0 -697;supply_node;3326.00;9.70;1471.00;4.20;0 -698;arms_factory;3105.00;9.70;1607.00;5.25;0 +697;supply_node;3374.00;9.80;1483.00;3.78;0 +697;supply_node;3375.00;9.80;1466.00;1.61;0 +697;supply_node;3381.00;9.80;1497.00;5.49;0 +697;supply_node;3381.00;9.85;1474.00;5.19;0 +697;supply_node;3387.00;9.80;1482.00;1.84;0 +697;supply_node;3387.00;9.80;1489.00;1.54;0 +697;supply_node;3398.00;9.90;1487.00;3.32;0 +697;synthetic_refinery;3344.00;9.95;1484.00;2.96;0 +698;air_base;3105.00;9.68;1608.00;5.77;0 +698;anti_air_building;3105.00;9.68;1608.00;2.66;0 +698;anti_air_building;3105.00;9.68;1608.00;4.72;0 +698;anti_air_building;3105.00;9.70;1607.00;5.93;0 698;arms_factory;3105.00;9.68;1608.00;1.99;0 -698;arms_factory;3105.00;9.68;1608.00;4.66;0 -698;arms_factory;3105.00;9.70;1607.00;1.04;0 698;arms_factory;3105.00;9.68;1608.00;3.70;0 +698;arms_factory;3105.00;9.68;1608.00;4.66;0 698;arms_factory;3105.00;9.70;1607.00;0.43;0 -698;industrial_complex;3105.00;9.70;1607.00;1.64;0 +698;arms_factory;3105.00;9.70;1607.00;1.04;0 +698;arms_factory;3105.00;9.70;1607.00;5.25;0 +698;bunker;3105.00;9.68;1608.00;2.66;0 +698;coastal_bunker;3114.00;9.50;1613.00;-3.93;0 +698;dockyard;3112.00;9.50;1612.00;-3.93;0 +698;floating_harbor;3108.84;9.50;1614.72;-0.19;13240 +698;industrial_complex;3105.00;9.68;1608.00;1.55;0 +698;industrial_complex;3105.00;9.68;1608.00;3.71;0 698;industrial_complex;3105.00;9.68;1608.00;5.77;0 698;industrial_complex;3105.00;9.70;1607.00;1.04;0 -698;industrial_complex;3105.00;9.68;1608.00;3.71;0 -698;industrial_complex;3105.00;9.68;1608.00;1.55;0 +698;industrial_complex;3105.00;9.70;1607.00;1.64;0 698;industrial_complex;3105.00;9.70;1607.00;4.21;0 -698;air_base;3105.00;9.68;1608.00;5.77;0 -698;supply_node;3107.00;9.50;1609.00;0.80;0 698;naval_base;3105.42;9.50;1609.81;-2.73;2309 -698;bunker;3105.00;9.68;1608.00;2.66;0 -698;coastal_bunker;3114.00;9.50;1613.00;-3.93;0 -698;dockyard;3112.00;9.50;1612.00;-3.93;0 -698;anti_air_building;3105.00;9.68;1608.00;4.72;0 -698;anti_air_building;3105.00;9.70;1607.00;5.93;0 -698;anti_air_building;3105.00;9.68;1608.00;2.66;0 -698;synthetic_refinery;3105.00;9.68;1608.00;0.50;0 -698;rocket_site;3105.00;9.68;1608.00;4.72;0 698;nuclear_reactor;3105.00;9.70;1607.00;1.11;0 -698;floating_harbor;3108.84;9.50;1614.72;-0.19;13240 -699;arms_factory;3122.00;9.70;1619.00;2.16;0 -699;arms_factory;3120.00;9.55;1617.00;6.28;0 +698;rocket_site;3105.00;9.68;1608.00;4.72;0 +698;supply_node;3107.00;9.50;1609.00;0.80;0 +698;synthetic_refinery;3105.00;9.68;1608.00;0.50;0 +699;air_base;3124.00;9.70;1620.00;3.78;0 +699;anti_air_building;3122.00;9.70;1620.00;5.40;0 +699;anti_air_building;3124.00;9.70;1620.00;2.73;0 +699;anti_air_building;3138.00;9.70;1634.00;4.89;0 699;arms_factory;3120.00;9.55;1617.00;2.66;0 -699;arms_factory;3138.00;9.85;1639.00;4.22;0 +699;arms_factory;3120.00;9.55;1617.00;6.28;0 +699;arms_factory;3122.00;9.70;1619.00;2.16;0 699;arms_factory;3137.00;9.60;1637.00;0.60;0 699;arms_factory;3137.00;9.60;1637.00;4.72;0 -699;industrial_complex;3137.00;9.62;1636.00;5.93;0 -699;industrial_complex;3137.00;9.62;1636.00;2.66;0 -699;industrial_complex;3125.00;9.70;1621.00;0.50;0 +699;arms_factory;3138.00;9.85;1639.00;4.22;0 +699;bunker;3122.00;9.70;1620.00;0.16;0 +699;bunker;3137.00;9.62;1639.00;4.89;0 +699;coastal_bunker;3129.00;9.62;1624.00;-2.68;0 +699;coastal_bunker;3138.00;9.50;1630.00;0.00;0 +699;dockyard;3124.00;9.53;1622.00;-2.68;0 +699;floating_harbor;3111.00;9.50;1646.00;1.08;13241 +699;floating_harbor;3120.87;9.50;1630.26;0.46;11265 +699;industrial_complex;3122.00;9.70;1619.00;1.11;0 699;industrial_complex;3125.00;9.70;1620.00;1.71;0 699;industrial_complex;3125.00;9.70;1620.00;4.72;0 -699;industrial_complex;3122.00;9.70;1619.00;1.11;0 -699;air_base;3124.00;9.70;1620.00;3.78;0 -699;supply_node;3125.00;9.60;1622.00;4.69;0 -699;supply_node;3137.00;9.68;1635.00;1.34;0 +699;industrial_complex;3125.00;9.70;1621.00;0.50;0 +699;industrial_complex;3137.00;9.62;1636.00;2.66;0 +699;industrial_complex;3137.00;9.62;1636.00;5.93;0 699;naval_base;3119.00;9.53;1621.00;-2.68;2256 699;naval_base;3136.11;9.50;1636.45;-1.60;2256 -699;bunker;3137.00;9.62;1639.00;4.89;0 -699;bunker;3122.00;9.70;1620.00;0.16;0 -699;coastal_bunker;3138.00;9.50;1630.00;0.00;0 -699;coastal_bunker;3129.00;9.62;1624.00;-2.68;0 -699;dockyard;3124.00;9.53;1622.00;-2.68;0 -699;anti_air_building;3138.00;9.70;1634.00;4.89;0 -699;anti_air_building;3124.00;9.70;1620.00;2.73;0 -699;anti_air_building;3122.00;9.70;1620.00;5.40;0 -699;synthetic_refinery;3122.00;9.70;1620.00;0.67;0 -699;rocket_site;3121.00;9.70;1620.00;1.17;0 699;nuclear_reactor;3121.00;9.70;1618.00;2.38;0 -699;floating_harbor;3120.87;9.50;1630.26;0.46;11265 -699;floating_harbor;3111.00;9.50;1646.00;1.08;13241 -375;industrial_complex;3159.00;9.73;1618.00;2.94;0 -375;industrial_complex;3127.00;9.60;1613.00;0.78;0 -375;industrial_complex;3141.00;9.70;1617.00;0.88;0 -375;industrial_complex;3144.00;9.70;1617.00;5.00;0 -375;industrial_complex;3151.00;9.78;1617.00;1.38;0 -375;industrial_complex;3154.00;9.82;1605.00;4.05;0 -375;bunker;3145.00;9.73;1627.00;3.45;0 -375;dockyard;3120.75;9.60;1612.57;-1.97;0 -375;anti_air_building;3156.00;9.80;1603.00;4.05;0 -375;anti_air_building;3137.42;9.70;1616.25;0.44;0 -375;anti_air_building;3154.00;10.30;1622.00;4.56;0 -375;radar_station;3142.00;9.70;1614.00;0.13;0 -375;floating_harbor;3134.23;9.50;1622.88;1.40;6332 -343;floating_harbor;3099.70;9.50;1615.79;-0.24;362 -343;floating_harbor;3111.84;9.50;1614.40;-0.42;3380 -343;floating_harbor;3109.05;9.50;1614.95;0.79;6402 -644;arms_factory;3258.00;10.30;1758.00;2.54;0 -644;arms_factory;3285.00;10.40;1782.00;0.38;0 -644;arms_factory;3284.00;10.23;1778.00;3.04;0 -644;arms_factory;3262.00;10.30;1751.00;5.71;0 -644;arms_factory;3299.00;10.40;1781.00;0.99;0 -644;arms_factory;3266.00;10.12;1757.00;5.11;0 -644;industrial_complex;3295.00;10.40;1781.00;2.95;0 -644;industrial_complex;3267.00;10.25;1755.00;4.15;0 -644;industrial_complex;3264.00;10.30;1750.00;0.89;0 -644;industrial_complex;3258.00;10.28;1757.00;3.55;0 -644;industrial_complex;3290.00;10.40;1788.00;6.22;0 -644;industrial_complex;3292.00;10.38;1781.00;1.50;0 -644;air_base;3276.00;9.93;1754.00;5.62;0 -644;supply_node;3271.00;10.30;1764.00;4.78;0 -644;supply_node;3267.00;9.68;1741.00;2.54;0 -644;supply_node;3288.00;10.40;1784.00;4.01;0 -644;supply_node;3281.00;10.35;1776.00;0.67;0 -644;supply_node;3293.00;10.03;1774.00;3.25;0 -644;supply_node;3277.00;10.32;1770.00;6.19;0 -644;supply_node;3259.00;10.07;1746.00;1.38;0 -644;supply_node;3272.00;10.30;1753.00;5.42;0 -644;supply_node;3274.00;10.05;1747.00;2.07;0 -644;supply_node;3252.00;9.50;1752.00;3.56;0 -644;supply_node;3297.00;10.50;1787.00;1.31;0 -644;supply_node;3262.00;10.30;1759.00;2.79;0 -644;naval_base;3254.00;9.50;1746.00;-1.41;1434 -644;naval_base;3264.00;9.50;1739.00;-0.79;1434 -644;naval_base;3253.00;9.50;1753.00;-0.79;1434 -644;bunker;3295.00;10.40;1781.00;4.23;0 -644;bunker;3294.00;10.10;1774.00;0.61;0 -644;bunker;3269.00;9.82;1760.00;3.63;0 -644;bunker;3268.00;10.28;1746.00;0.01;0 -644;bunker;3260.00;10.18;1753.00;2.67;0 -644;bunker;3301.00;10.53;1785.00;5.34;0 -644;bunker;3280.00;10.40;1776.00;2.07;0 -644;bunker;3274.00;10.07;1773.00;3.28;0 -644;bunker;3262.00;10.28;1763.00;1.12;0 -644;bunker;3269.00;10.30;1751.00;3.78;0 -644;bunker;3278.00;9.98;1750.00;5.34;0 -644;bunker;3259.00;10.10;1747.00;1.73;0 -644;coastal_bunker;3254.00;9.50;1749.00;-0.79;0 -644;coastal_bunker;3261.00;9.50;1740.00;-0.79;0 -644;coastal_bunker;3254.00;9.50;1747.00;-1.41;0 -644;dockyard;3252.00;9.50;1745.00;-1.41;0 -644;anti_air_building;3269.00;10.30;1754.00;4.29;0 -644;anti_air_building;3302.00;10.55;1788.00;5.86;0 -644;anti_air_building;3263.00;9.90;1742.00;2.24;0 -644;synthetic_refinery;3292.00;10.45;1786.00;0.08;0 -644;rocket_site;3266.00;10.12;1757.00;4.30;0 -644;nuclear_reactor;3298.00;10.45;1788.00;0.68;0 -644;floating_harbor;3232.00;9.50;1735.00;-4.59;3060 -644;floating_harbor;3246.10;9.50;1743.85;-4.55;9100 -644;floating_harbor;3244.05;9.50;1744.05;-3.93;9206 -383;arms_factory;3320.00;10.05;1884.00;4.44;0 -383;arms_factory;3321.00;9.78;1888.00;2.28;0 -383;arms_factory;3337.00;10.25;1766.00;4.94;0 -383;arms_factory;3338.00;10.38;1768.00;0.22;0 -383;arms_factory;3286.00;10.60;1849.00;2.89;0 -383;arms_factory;3307.00;10.73;1820.00;0.73;0 -383;industrial_complex;3305.00;10.73;1822.00;3.39;0 -383;industrial_complex;3343.00;9.70;1882.00;4.95;0 -383;industrial_complex;3301.00;9.55;1765.00;2.79;0 -383;industrial_complex;3306.00;9.80;1883.00;4.00;0 -383;industrial_complex;3301.00;9.93;1885.00;1.84;0 -383;industrial_complex;3318.00;10.30;1765.00;3.40;0 -383;air_base;3288.00;10.60;1821.00;6.06;0 -383;dockyard;3347.00;9.60;1876.00;1.46;0 -383;anti_air_building;3333.00;10.40;1795.00;0.28;0 -383;anti_air_building;3338.00;10.30;1797.00;1.85;0 -383;anti_air_building;3338.00;10.32;1799.00;4.51;0 -383;rocket_site;3335.00;9.70;1871.00;2.35;0 -383;floating_harbor;3329.84;9.50;1896.75;-0.27;86 -383;floating_harbor;3356.93;9.50;1848.99;-1.43;94 -383;floating_harbor;3331.94;9.50;1899.71;-1.01;3008 -383;floating_harbor;3353.96;9.50;1870.23;-1.68;3189 -383;floating_harbor;3349.26;9.50;1887.13;-1.11;6029 -645;arms_factory;3317.00;10.28;1944.00;4.15;0 -645;arms_factory;3366.00;10.03;1947.00;0.89;0 -645;arms_factory;3331.00;10.80;1925.00;3.55;0 -645;arms_factory;3359.00;10.45;1917.00;6.22;0 -645;arms_factory;3432.00;10.00;1910.00;1.50;0 -645;arms_factory;3441.00;10.00;1916.00;5.62;0 -645;industrial_complex;3362.00;9.75;1965.00;0.54;0 -645;industrial_complex;3346.00;10.10;1930.00;4.66;0 -645;industrial_complex;3430.00;10.10;1918.00;6.22;0 -645;industrial_complex;3369.00;9.80;1903.00;2.61;0 -645;industrial_complex;3261.00;9.90;1955.00;0.45;0 -645;industrial_complex;3354.00;10.32;1915.00;3.11;0 -645;air_base;3426.00;9.90;1933.00;4.67;0 -645;supply_node;3288.00;10.93;1918.00;5.42;0 -645;supply_node;3275.00;10.55;1933.00;2.07;0 -645;supply_node;3415.00;10.60;1898.00;3.56;0 -645;supply_node;3342.00;10.07;1957.00;1.31;0 -645;supply_node;3297.00;9.90;1959.00;2.79;0 -645;supply_node;3310.00;10.40;1927.00;5.72;0 -645;supply_node;3349.00;10.57;1930.00;3.49;0 -645;supply_node;3301.00;10.45;1906.00;4.96;0 -645;supply_node;3325.00;9.80;1958.00;1.61;0 -645;supply_node;3364.00;9.90;1953.00;4.20;0 -645;supply_node;3272.00;9.98;1952.00;0.85;0 -645;supply_node;3307.00;9.75;1976.00;3.79;0 -645;supply_node;3419.00;10.10;1916.00;0.09;0 -645;supply_node;3315.00;10.10;1949.00;3.03;0 -645;supply_node;3313.00;10.40;1917.00;4.51;0 -645;supply_node;3257.00;10.25;1948.00;2.26;0 -645;supply_node;3373.00;10.60;1928.00;5.20;0 -645;supply_node;3300.00;10.68;1944.00;0.40;0 -645;supply_node;3397.00;10.00;1922.00;4.44;0 -645;supply_node;3334.00;9.70;1905.00;5.91;0 -645;supply_node;3286.00;10.48;1905.00;2.56;0 -645;supply_node;3291.00;9.93;1974.00;0.33;0 -645;supply_node;3308.00;10.30;1898.00;1.80;0 -645;supply_node;3396.00;10.20;1898.00;4.74;0 -645;supply_node;3387.00;10.10;1944.00;1.04;0 -645;supply_node;3330.00;11.05;1927.00;3.98;0 -645;supply_node;3284.00;9.90;1946.00;0.63;0 -645;supply_node;3434.00;10.10;1903.00;3.21;0 -645;supply_node;3370.00;9.80;1897.00;6.15;0 -645;supply_node;3315.00;11.28;1937.00;1.34;0 -645;supply_node;3359.00;10.50;1913.00;5.38;0 -645;supply_node;3329.00;9.90;1944.00;0.58;0 -645;supply_node;3292.00;10.50;1929.00;3.52;0 -645;supply_node;3438.00;10.10;1920.00;1.28;0 -645;supply_node;3272.00;10.00;1965.00;2.75;0 -645;supply_node;3287.00;10.40;1893.00;5.69;0 -645;supply_node;3316.00;9.85;1967.00;1.99;0 -645;supply_node;3414.00;10.10;1933.00;4.93;0 -645;naval_base;3354.00;9.50;1896.00;-0.17;209 -645;naval_base;3319.00;9.50;1973.00;-4.00;5765 -645;naval_base;3307.00;9.55;1987.00;-3.85;5765 -645;naval_base;3450.00;9.55;1909.00;-4.48;5713 -645;naval_base;3442.00;9.57;1928.00;-4.25;5713 -645;naval_base;3305.00;9.57;1984.00;-3.75;5765 -645;naval_base;3429.00;9.68;1935.00;-4.25;5713 -645;naval_base;3420.00;9.53;1887.00;0.32;5687 -645;naval_base;3318.00;9.55;1902.00;-4.47;209 -645;naval_base;3330.00;9.50;1969.00;-2.99;5765 -645;naval_base;3405.00;9.57;1945.00;-3.87;8379 -645;naval_base;3322.00;9.57;1965.00;-3.28;5765 -645;naval_base;3408.00;9.50;1884.00;0.52;5687 -645;naval_base;3318.00;9.50;1911.00;-0.46;209 -645;naval_base;3378.00;9.68;1961.00;-3.97;8379 -645;naval_base;3311.00;9.50;1913.00;0.00;209 -645;naval_base;3310.00;9.57;1911.00;-4.36;209 -645;bunker;3286.00;9.88;1940.00;5.49;0 -645;bunker;3282.00;10.50;1899.00;3.32;0 -645;bunker;3316.00;10.07;1951.00;4.53;0 -645;bunker;3341.00;9.98;1959.00;2.37;0 -645;bunker;3389.00;10.45;1913.00;3.93;0 -645;bunker;3366.00;10.32;1935.00;0.31;0 -645;bunker;3290.00;10.12;1968.00;2.98;0 -645;bunker;3435.00;10.10;1903.00;0.82;0 -645;bunker;3295.00;10.50;1902.00;0.92;0 -645;bunker;3356.00;10.38;1928.00;5.04;0 -645;bunker;3364.00;10.05;1907.00;2.88;0 -645;bunker;3287.00;10.40;1901.00;4.09;0 -645;bunker;3310.00;10.00;1962.00;0.82;0 -645;bunker;3370.00;10.10;1939.00;3.49;0 -645;bunker;3271.00;10.75;1933.00;6.15;0 -645;bunker;3383.00;10.15;1935.00;1.43;0 -645;bunker;3275.00;9.98;1972.00;5.55;0 -645;bunker;3421.00;10.70;1902.00;1.94;0 -645;bunker;3397.00;9.82;1916.00;4.60;0 -645;bunker;3335.00;10.05;1940.00;6.16;0 -645;bunker;3405.00;10.10;1938.00;4.00;0 -645;bunker;3304.00;9.90;1969.00;0.38;0 -645;bunker;3418.00;10.10;1916.00;3.05;0 -645;bunker;3437.00;10.00;1913.00;6.06;0 -645;bunker;3314.00;10.10;1903.00;0.99;0 -645;bunker;3361.00;9.70;1896.00;5.11;0 -645;bunker;3337.00;10.20;1922.00;1.49;0 -645;bunker;3309.00;10.57;1921.00;3.05;0 -645;bunker;3318.00;11.07;1936.00;5.72;0 -645;bunker;3295.00;10.45;1928.00;3.56;0 -645;bunker;3305.00;10.00;1964.00;4.76;0 -645;bunker;3261.00;10.15;1945.00;1.50;0 -645;bunker;3313.00;10.55;1920.00;5.62;0 -645;bunker;3347.00;9.70;1903.00;2.00;0 -645;bunker;3300.00;10.98;1937.00;3.56;0 -645;bunker;3274.00;9.95;1953.00;6.23;0 -645;bunker;3288.00;10.68;1920.00;4.07;0 -645;bunker;3330.00;9.85;1960.00;5.27;0 -645;coastal_bunker;3327.00;9.50;1903.00;-0.46;0 -645;coastal_bunker;3321.00;9.57;1971.00;-4.00;0 -645;coastal_bunker;3317.00;9.50;1912.00;0.00;0 -645;coastal_bunker;3312.00;9.60;1977.00;-3.85;0 -645;coastal_bunker;3411.00;9.50;1885.00;0.52;0 -645;coastal_bunker;3387.00;9.68;1956.00;-3.87;0 -645;coastal_bunker;3343.00;9.68;1969.00;-2.99;0 -645;coastal_bunker;3318.00;9.55;1902.00;-4.47;0 -645;coastal_bunker;3289.00;9.68;1983.00;-3.75;0 -645;coastal_bunker;3434.00;9.68;1932.00;-4.25;0 -645;coastal_bunker;3441.00;9.60;1899.00;0.79;0 -645;coastal_bunker;3371.00;9.53;1965.00;-3.97;0 -645;coastal_bunker;3359.00;9.50;1894.00;-0.17;0 -645;coastal_bunker;3310.00;9.57;1911.00;-4.36;0 -645;coastal_bunker;3426.00;9.55;1936.00;-4.25;0 -645;coastal_bunker;3425.00;9.50;1888.00;0.32;0 -645;coastal_bunker;3327.00;9.50;1965.00;-3.28;0 -645;dockyard;3394.00;9.50;1886.00;-0.24;0 -645;anti_air_building;3387.00;10.10;1945.00;1.12;0 -645;anti_air_building;3418.00;10.60;1897.00;2.68;0 -645;anti_air_building;3434.00;9.68;1894.00;0.52;0 -645;synthetic_refinery;3347.00;10.00;1964.00;1.73;0 -645;rocket_site;3319.00;10.80;1932.00;1.12;0 -645;nuclear_reactor;3397.00;9.82;1887.00;3.79;0 -645;floating_harbor;3421.21;9.50;1879.36;-2.82;98 -645;floating_harbor;3338.94;9.50;1976.92;0.15;116 -645;floating_harbor;3365.00;9.50;1868.00;-2.24;3121 -645;floating_harbor;3327.00;9.50;1995.00;-0.03;3134 -645;floating_harbor;3380.18;9.50;1967.71;-0.83;3170 -645;floating_harbor;3317.56;9.50;1988.31;-0.71;6117 -645;floating_harbor;3365.00;9.50;1868.00;-2.26;6181 -645;floating_harbor;3365.00;9.50;1868.00;-2.36;9115 -645;floating_harbor;3302.01;9.50;1989.73;-0.61;9140 -645;floating_harbor;3326.79;9.50;1902.70;-1.33;9162 -645;floating_harbor;3391.30;9.50;1879.21;-3.39;9165 -645;floating_harbor;3399.65;9.50;1958.23;-0.73;9179 -645;floating_harbor;3445.95;9.50;1891.05;-2.36;9215 -645;floating_harbor;3367.85;9.50;1884.10;-3.31;9217 -645;floating_harbor;3450.26;9.50;1926.13;-1.11;11140 -645;floating_harbor;3328.31;9.50;1977.56;-0.86;11183 -645;floating_harbor;3430.26;9.50;1941.13;-1.11;11196 -468;floating_harbor;3186.11;9.50;1855.75;-4.53;158 -468;floating_harbor;3174.53;9.50;1845.37;0.90;195 -468;floating_harbor;3194.05;9.50;1867.13;-4.59;11081 -468;floating_harbor;3192.63;9.50;1859.86;0.20;11121 -468;floating_harbor;3184.00;9.50;1869.00;-3.14;11125 -469;industrial_complex;3210.00;10.20;1791.00;0.67;0 -469;industrial_complex;3183.00;10.45;1801.00;2.22;0 -469;industrial_complex;3158.00;10.15;1806.00;4.89;0 -469;industrial_complex;3183.00;10.48;1802.00;2.73;0 -469;industrial_complex;3156.00;10.28;1808.00;5.39;0 -469;industrial_complex;3162.00;9.70;1820.00;2.12;0 -469;synthetic_refinery;3154.00;10.18;1810.00;3.34;0 -469;nuclear_reactor;3171.00;9.80;1758.00;1.17;0 -469;floating_harbor;3167.12;9.50;1836.82;0.59;66 -469;floating_harbor;3135.74;9.50;1768.13;1.11;169 -469;floating_harbor;3216.99;9.50;1738.07;-3.00;204 -469;floating_harbor;3233.37;9.50;1740.14;-2.94;3061 -469;floating_harbor;3137.00;9.50;1742.00;-4.56;3083 -469;floating_harbor;3134.10;9.50;1778.15;1.41;3117 -469;floating_harbor;3137.87;9.50;1817.26;0.46;3122 -469;floating_harbor;3227.88;9.50;1740.18;-2.55;3161 -469;floating_harbor;3158.40;9.50;1831.50;0.38;3172 -469;floating_harbor;3212.46;9.50;1735.45;-2.78;6009 -469;floating_harbor;3135.40;9.50;1746.80;-4.07;6066 -469;floating_harbor;3183.88;9.50;1729.18;-2.55;6108 -469;floating_harbor;3236.85;9.50;1740.10;-3.31;6186 -469;floating_harbor;3151.92;9.50;1734.53;-4.19;9194 -469;floating_harbor;3127.88;9.50;1749.82;-0.59;9228 -469;floating_harbor;3148.12;9.50;1821.82;0.59;11065 -469;floating_harbor;3188.87;9.50;1730.74;-3.61;11105 -469;floating_harbor;3130.14;9.50;1792.37;1.37;11126 -161;supply_node;4074.00;14.78;1122.00;4.05;0 -161;supply_node;4088.00;17.93;1134.00;0.35;0 -161;bunker;4076.00;14.45;1119.00;2.57;0 -161;bunker;4078.00;19.77;1138.00;5.23;0 -648;supply_node;3994.00;14.68;1354.00;5.72;0 -648;supply_node;4048.00;15.32;1362.00;3.49;0 -648;supply_node;4030.00;13.25;1360.00;4.96;0 -648;supply_node;4005.00;17.40;1340.00;1.61;0 -648;supply_node;3932.00;19.60;1294.00;4.20;0 -648;supply_node;3935.00;18.70;1276.00;0.85;0 -648;supply_node;4013.00;14.10;1356.00;3.79;0 -648;supply_node;3960.00;20.95;1286.00;0.09;0 -648;bunker;4001.00;17.12;1339.00;5.34;0 -648;bunker;3965.00;20.43;1282.00;2.07;0 -648;bunker;4027.00;13.68;1359.00;3.28;0 -648;bunker;3927.00;18.08;1280.00;1.12;0 -648;bunker;3990.00;16.55;1346.00;3.78;0 -648;bunker;4021.00;13.20;1360.00;5.34;0 -648;bunker;4054.00;17.12;1360.00;1.73;0 -648;bunker;3927.00;17.95;1288.00;5.85;0 -359;arms_factory;3957.00;15.43;971.00;3.25;0 -359;arms_factory;3947.00;9.60;951.00;6.27;0 -359;arms_factory;3954.00;15.45;972.00;1.19;0 -359;arms_factory;3942.00;9.82;973.00;5.32;0 -359;arms_factory;3942.00;10.00;971.00;2.05;0 -359;arms_factory;3951.00;12.93;968.00;3.25;0 -359;nuclear_reactor;3942.00;10.28;969.00;1.10;0 -359;floating_harbor;3937.21;9.50;956.70;1.33;1349 -162;arms_factory;3962.00;9.78;892.00;4.18;0 -162;arms_factory;3963.00;10.28;894.00;5.75;0 -162;arms_factory;3962.00;9.55;890.00;2.13;0 -162;arms_factory;3964.00;10.40;892.00;4.79;0 -162;arms_factory;3964.00;11.62;896.00;2.63;0 -162;arms_factory;3962.00;9.68;891.00;2.73;0 -162;industrial_complex;3963.00;10.10;893.00;0.57;0 -162;industrial_complex;3961.00;10.12;897.00;3.24;0 -162;industrial_complex;3961.00;9.53;892.00;5.91;0 -162;industrial_complex;3960.00;9.65;896.00;2.64;0 -162;industrial_complex;3963.00;11.25;897.00;5.30;0 -162;industrial_complex;3964.00;10.40;892.00;1.68;0 -162;air_base;3963.00;10.90;896.00;3.24;0 -162;supply_node;3961.00;9.68;895.00;0.43;0 -162;naval_base;3958.00;9.50;897.00;-1.57;427 -162;bunker;3960.00;9.82;897.00;0.13;0 -162;coastal_bunker;3960.00;9.50;891.00;-1.57;0 -162;dockyard;3958.00;9.50;898.00;-1.57;0 -162;anti_air_building;3962.00;10.62;897.00;0.74;0 -162;anti_air_building;3963.00;9.95;891.00;4.86;0 -162;anti_air_building;3962.00;10.32;896.00;1.60;0 -162;synthetic_refinery;3958.00;9.75;901.00;2.80;0 -162;rocket_site;3959.00;9.57;897.00;3.30;0 -162;nuclear_reactor;3962.00;9.55;890.00;4.87;0 -162;floating_harbor;3951.00;9.50;895.00;1.57;1273 \ No newline at end of file +699;rocket_site;3121.00;9.70;1620.00;1.17;0 +699;supply_node;3125.00;9.60;1622.00;4.69;0 +699;supply_node;3137.00;9.68;1635.00;1.34;0 +699;synthetic_refinery;3122.00;9.70;1620.00;0.67;0 \ No newline at end of file diff --git a/1632_RoF/map/definition.csv b/1632_RoF/map/definition.csv index 9b0d91dc..54ad1738 100644 --- a/1632_RoF/map/definition.csv +++ b/1632_RoF/map/definition.csv @@ -16,7 +16,7 @@ 15;0;9;200;land;false;forest;1 16;0;10;232;sea;true;ocean;0 17;0;12;15;land;false;plains;1 -18;0;12;165;land;false;forest;1 +18;0;12;165;land;true;forest;1 19;0;12;240;sea;false;ocean;0 20;0;14;248;sea;true;ocean;0 21;0;15;80;land;true;mountain;1 @@ -58,7 +58,7 @@ 57;0;39;55;land;false;forest;1 58;0;39;205;land;false;mountain;1 59;0;39;248;sea;false;ocean;0 -60;0;42;20;land;false;forest;1 +60;0;42;20;land;true;forest;1 61;0;42;170;land;false;forest;1 62;0;42;225;land;false;forest;1 63;0;45;85;land;false;forest;1 @@ -68,7 +68,7 @@ 67;0;48;155;land;false;plains;1 68;0;51;15;land;true;plains;1 69;0;51;70;land;false;forest;1 -70;0;51;220;land;false;forest;1 +70;0;51;220;land;true;forest;1 71;0;54;35;land;false;forest;1 72;0;54;185;land;false;forest;1 73;0;57;0;land;false;plains;6 @@ -90,7 +90,7 @@ 89;0;72;175;land;false;forest;1 90;0;75;90;land;false;forest;1 91;0;75;140;land;true;mountain;1 -92;0;78;55;land;false;forest;1 +92;0;78;55;land;true;forest;1 93;0;78;160;land;false;plains;1 94;0;81;20;land;true;forest;1 95;0;81;75;land;false;marsh;1 @@ -125,7 +125,7 @@ 124;0;114;90;land;false;forest;1 125;0;114;195;land;false;forest;1 126;0;117;10;land;false;forest;1 -127;0;117;55;land;false;forest;1 +127;0;117;55;land;true;forest;1 128;0;120;20;land;false;hills;1 129;0;120;75;land;false;forest;1 130;0;120;225;land;true;forest;1 @@ -147,13 +147,13 @@ 146;0;141;85;land;false;plains;6 147;0;144;50;land;false;forest;1 148;0;144;95;land;false;forest;1 -149;0;144;200;land;false;plains;1 +149;0;144;200;land;true;plains;1 150;0;147;15;land;false;forest;1 151;0;147;60;land;false;forest;1 152;0;147;165;land;false;forest;1 153;0;150;25;land;true;plains;3 154;0;150;80;land;false;forest;6 -155;0;150;130;land;false;forest;1 +155;0;150;130;land;true;forest;1 156;0;153;45;land;false;plains;1 157;0;153;195;land;false;forest;1 158;0;156;160;land;true;plains;1 @@ -164,7 +164,7 @@ 163;0;162;40;land;false;forest;1 164;0;162;145;land;false;forest;1 165;0;162;190;land;false;forest;1 -166;0;165;5;land;false;forest;1 +166;0;165;5;land;true;forest;1 167;0;165;155;land;false;forest;1 168;0;168;70;land;false;mountain;1 169;0;168;175;land;true;plains;1 @@ -2330,7 +2330,7 @@ 2329;14;37;248;sea;false;ocean;0 2330;14;38;236;sea;false;ocean;0 2331;14;40;244;sea;false;ocean;0 -2332;14;40;248;sea;false;lakes;0 +2332;14;40;248;sea;true;lakes;0 2333;15;0;232;sea;true;ocean;0 2334;15;2;240;sea;false;ocean;0 2335;15;4;248;sea;true;ocean;0 @@ -2354,7 +2354,7 @@ 2353;15;36;244;sea;false;ocean;0 2354;15;37;232;sea;false;ocean;0 2355;15;38;240;sea;false;ocean;0 -2356;15;40;232;sea;false;lakes;0 +2356;15;40;232;sea;true;lakes;0 2357;15;40;248;sea;false;ocean;0 2358;16;0;236;sea;true;ocean;0 2359;16;2;244;sea;true;ocean;0 @@ -3031,7 +3031,7 @@ 3030;42;27;53;land;false;forest;1 3031;42;27;203;land;false;forest;1 3032;42;28;244;sea;false;ocean;0 -3033;42;30;18;land;false;forest;1 +3033;42;30;18;land;true;forest;1 3034;42;30;168;land;true;mountain;1 3035;42;30;223;land;false;forest;1 3036;42;30;232;sea;false;ocean;0 @@ -3048,7 +3048,7 @@ 3047;42;37;240;sea;false;ocean;0 3048;42;39;13;land;true;mountain;1 3049;42;39;68;land;false;forest;1 -3050;42;39;218;land;false;plains;1 +3050;42;39;218;land;true;plains;1 3051;42;39;248;sea;false;ocean;0 3052;42;40;236;sea;true;ocean;0 3053;42;42;33;land;false;forest;1 @@ -3142,7 +3142,7 @@ 3141;42;147;178;land;false;forest;1 3142;42;150;38;land;false;forest;1 3143;42;150;143;land;false;forest;1 -3144;42;153;3;land;false;plains;1 +3144;42;153;3;land;true;plains;1 3145;42;153;153;land;true;mountain;1 3146;42;153;208;land;false;plains;6 3147;42;156;68;land;true;plains;6 @@ -3185,7 +3185,7 @@ 3184;42;201;53;land;false;forest;6 3185;42;201;203;land;false;forest;1 3186;42;204;18;land;false;plains;6 -3187;42;204;168;land;false;plains;1 +3187;42;204;168;land;true;plains;1 3188;42;207;83;land;true;mountain;1 3189;42;207;133;land;true;forest;1 3190;42;207;188;land;false;plains;1 @@ -6015,7 +6015,7 @@ 6014;84;4;244;sea;false;ocean;0 6015;84;6;1;land;true;plains;1 6016;84;6;56;land;false;forest;6 -6017;84;6;206;land;false;forest;1 +6017;84;6;206;land;true;forest;1 6018;84;6;232;sea;false;ocean;0 6019;84;8;240;sea;false;ocean;0 6020;84;9;21;land;false;plains;5 @@ -6050,7 +6050,7 @@ 6049;84;29;232;sea;false;ocean;0 6050;84;30;31;land;true;urban;1 6051;84;30;76;land;false;forest;1 -6052;84;30;181;land;false;forest;1 +6052;84;30;181;land;true;forest;1 6053;84;30;240;sea;false;ocean;0 6054;84;31;248;sea;true;ocean;0 6055;84;33;41;land;false;mountain;1 @@ -6068,7 +6068,7 @@ 6067;84;39;176;land;false;forest;1 6068;84;39;236;sea;false;ocean;0 6069;84;40;244;sea;false;ocean;0 -6070;84;42;91;land;false;forest;1 +6070;84;42;91;land;true;forest;1 6071;84;42;141;land;true;mountain;1 6072;84;42;196;land;false;forest;1 6073;84;45;56;land;false;forest;1 @@ -6088,7 +6088,7 @@ 6087;84;60;81;land;false;forest;1 6088;84;60;186;land;false;plains;6 6089;84;63;1;land;false;plains;6 -6090;84;63;46;land;false;plains;1 +6090;84;63;46;land;true;plains;1 6091;84;63;151;land;false;plains;1 6092;84;66;11;land;true;plains;1 6093;84;66;66;land;false;forest;1 @@ -6104,10 +6104,10 @@ 6103;84;78;26;land;false;urban;1 6104;84;78;131;land;true;mountain;1 6105;84;78;176;land;false;plains;1 -6106;84;81;91;land;false;forest;1 +6106;84;81;91;land;true;forest;1 6107;84;81;141;land;false;hills;1 6108;84;81;196;land;true;forest;1 -6109;84;84;56;land;false;forest;1 +6109;84;84;56;land;true;forest;1 6110;84;84;161;land;false;plains;6 6111;84;87;21;land;false;mountain;1 6112;84;87;226;land;false;forest;6 @@ -6148,7 +6148,7 @@ 6147;84;132;6;land;false;forest;1 6148;84;132;156;land;false;forest;1 6149;84;132;211;land;false;plains;6 -6150;84;135;71;land;false;plains;1 +6150;84;135;71;land;true;plains;1 6151;84;135;176;land;true;forest;1 6152;84;135;221;land;false;mountain;1 6153;84;138;36;land;false;forest;1 @@ -9080,7 +9080,7 @@ 9079;126;33;159;land;false;forest;1 9080;126;33;244;sea;false;ocean;0 9081;126;34;232;sea;true;ocean;0 -9082;126;36;19;land;false;forest;1 +9082;126;36;19;land;true;forest;1 9083;126;36;169;land;false;mountain;1 9084;126;36;224;land;false;plains;6 9085;126;36;240;sea;false;ocean;0 @@ -9103,7 +9103,7 @@ 9102;126;51;149;land;false;forest;1 9103;126;54;64;land;false;plains;1 9104;126;54;214;land;false;forest;1 -9105;126;57;29;land;false;forest;1 +9105;126;57;29;land;true;forest;1 9106;126;57;179;land;false;forest;1 9107;126;60;94;land;false;forest;1 9108;126;60;144;land;true;forest;1 @@ -9116,7 +9116,7 @@ 9115;126;66;174;land;true;marsh;1 9116;126;69;139;land;true;plains;1 9117;126;69;194;land;false;plains;1 -9118;126;72;54;land;false;forest;1 +9118;126;72;54;land;true;forest;1 9119;126;75;19;land;false;forest;1 9120;126;75;74;land;false;forest;1 9121;126;75;224;land;false;forest;6 @@ -9148,7 +9148,7 @@ 9147;126;108;89;land;true;forest;1 9148;126;108;194;land;false;forest;1 9149;126;111;9;land;false;plains;1 -9150;126;111;54;land;false;forest;1 +9150;126;111;54;land;true;forest;1 9151;126;111;159;land;true;forest;1 9152;126;114;19;land;false;plains;5 9153;126;114;74;land;false;forest;1 @@ -9174,7 +9174,7 @@ 9173;126;135;134;land;false;forest;1 9174;126;138;49;land;true;plains;1 9175;126;138;94;land;false;mountain;1 -9176;126;138;199;land;false;forest;1 +9176;126;138;199;land;true;forest;1 9177;126;141;14;land;false;plains;1 9178;126;141;59;land;false;mountain;1 9179;126;144;24;land;true;plains;1 @@ -9195,7 +9195,7 @@ 9194;126;162;174;land;true;forest;1 9195;126;165;34;land;true;forest;1 9196;126;165;89;land;false;forest;1 -9197;126;165;139;land;false;forest;1 +9197;126;165;139;land;true;forest;1 9198;126;168;99;land;false;forest;1 9199;126;168;204;land;false;forest;1 9200;126;171;19;land;false;plains;6 @@ -11057,7 +11057,7 @@ 11056;168;33;217;land;false;forest;1 11057;168;36;32;land;false;forest;1 11058;168;36;77;land;false;mountain;1 -11059;168;36;182;land;false;forest;1 +11059;168;36;182;land;true;forest;1 11060;168;39;42;land;false;forest;1 11061;168;39;97;land;false;plains;6 11062;168;39;147;land;false;forest;1 @@ -11066,7 +11066,7 @@ 11065;168;42;212;land;true;plains;1 11066;168;45;27;land;false;forest;1 11067;168;45;177;land;false;forest;1 -11068;168;48;92;land;false;forest;1 +11068;168;48;92;land;true;forest;1 11069;168;48;142;land;false;forest;1 11070;168;48;197;land;false;forest;1 11071;168;51;57;land;false;forest;1 @@ -11090,9 +11090,9 @@ 11089;168;69;152;land;false;forest;1 11090;168;72;12;land;true;mountain;1 11091;168;72;67;land;true;forest;1 -11092;168;72;217;land;false;forest;1 +11092;168;72;217;land;true;forest;1 11093;168;75;32;land;false;forest;1 -11094;168;75;182;land;false;forest;1 +11094;168;75;182;land;true;forest;1 11095;168;78;97;land;false;forest;1 11096;168;78;147;land;false;forest;1 11097;168;78;202;land;false;forest;1 @@ -11148,16 +11148,16 @@ 11147;168;138;7;land;true;forest;1 11148;168;138;157;land;false;forest;1 11149;168;138;212;land;false;forest;6 -11150;168;141;72;land;false;forest;1 +11150;168;141;72;land;true;forest;1 11151;168;141;177;land;true;forest;1 11152;168;141;222;land;false;forest;1 -11153;168;144;37;land;false;forest;1 +11153;168;144;37;land;true;forest;1 11154;168;144;142;land;false;forest;1 11155;168;144;187;land;false;forest;1 11156;168;147;2;land;false;forest;1 11157;168;147;152;land;true;mountain;1 11158;168;147;207;land;false;plains;6 -11159;168;150;67;land;false;forest;1 +11159;168;150;67;land;true;forest;1 11160;168;150;172;land;true;plains;1 11161;168;153;87;land;true;mountain;1 11162;168;153;137;land;false;plains;1 @@ -11210,7 +11210,7 @@ 11209;168;207;12;land;false;forest;1 11210;168;207;162;land;false;forest;1 11211;168;207;217;land;true;forest;1 -11212;168;210;77;land;false;forest;1 +11212;168;210;77;land;true;forest;1 11213;168;210;182;land;false;forest;1 11214;169;0;52;land;false;plains;1 11215;169;0;202;land;true;plains;1 @@ -13192,11 +13192,11 @@ 13191;167;56;148;lake;false;lakes;0 13192;19;97;36;lake;false;lakes;0 13193;30;167;209;sea;true;ocean;0 -13194;206;169;161;sea;false;lakes;0 +13194;206;169;161;sea;true;lakes;0 13195;169;3;103;land;false;mountain;3 13196;11;82;182;land;true;plains;2 13197;224;93;214;land;false;desert;6 -13198;168;248;79;sea;false;lakes;0 +13198;168;248;79;sea;true;lakes;0 13199;34;134;177;lake;false;lakes;0 13200;198;232;204;lake;false;lakes;0 13201;188;96;100;lake;false;lakes;0 diff --git a/1632_RoF/map/unitstacks.txt b/1632_RoF/map/unitstacks.txt index 25ccfd44..7b31622a 100644 --- a/1632_RoF/map/unitstacks.txt +++ b/1632_RoF/map/unitstacks.txt @@ -1,153455 +1,153813 @@ 1;0;3359.00;9.50;1166.00;0.00;0.08 +1;1;3359.00;9.50;1162.50;0.00;0.08 +1;2;3358.50;9.70;1164.00;-0.24;0.08 +1;3;3359.50;9.50;1165.00;0.46;0.08 +1;4;3358.50;9.60;1167.50;3.46;0.08 +1;5;3359.50;9.50;1168.50;2.94;0.08 +1;9;3358.28;9.77;1166.00;1.57;0.08 +1;10;3359.72;9.50;1166.00;-1.57;0.08 +1;21;3358.28;9.77;1166.00;1.57;0.08 2;0;3429.00;9.85;1699.00;0.00;0.30 +2;1;3429.50;9.90;1696.50;0.19;0.30 +2;2;3432.00;10.35;1696.50;0.87;0.30 +2;3;3427.00;9.80;1699.00;4.71;0.30 +2;4;3433.00;10.45;1698.50;1.44;0.30 +2;5;3430.50;10.20;1700.50;2.35;0.30 +2;6;3426.00;9.85;1702.00;3.92;0.30 +2;7;3427.50;10.00;1702.50;3.54;0.30 +2;9;3426.30;9.80;1699.00;1.57;0.30 +2;10;3431.70;10.28;1699.00;-1.57;0.30 +2;21;3426.30;9.80;1699.00;1.57;0.30 3;0;3367.00;10.40;1807.00;0.00;0.28 +3;1;3363.50;10.40;1805.00;-1.05;0.28 +3;2;3367.00;10.40;1804.50;0.00;0.28 +3;3;3370.00;9.90;1807.50;1.73;0.28 +3;4;3364.50;10.40;1808.50;4.17;0.28 +3;5;3368.00;10.20;1810.50;2.86;0.28 +3;9;3364.30;10.40;1807.00;1.57;0.28 +3;10;3369.70;10.00;1807.00;-1.57;0.28 +3;21;3364.30;10.40;1807.00;1.57;0.28 4;0;3168.00;9.50;1858.00;0.00;0.88 +4;1;3171.50;9.50;1847.00;0.30;0.88 +4;2;3163.00;9.50;1849.00;-0.50;0.88 +4;3;3174.00;9.50;1849.50;0.61;0.88 +4;4;3152.50;9.50;1853.50;-1.28;0.88 +4;5;3181.00;9.50;1855.00;1.34;0.88 +4;6;3153.00;9.50;1856.00;-1.43;0.88 +4;7;3180.00;9.50;1857.50;1.52;0.88 +4;8;3154.50;9.50;1859.50;4.60;0.88 +4;9;3155.76;9.50;1858.00;1.57;0.88 +4;10;3180.24;9.50;1858.00;-1.57;0.88 +4;11;3173.60;9.50;1840.40;0.30;0.88 +4;12;3160.00;9.50;1843.60;-0.50;0.88 +4;13;3177.60;9.50;1844.40;0.61;0.88 +4;14;3143.20;9.50;1850.80;-1.28;0.88 +4;15;3188.80;9.50;1853.20;1.34;0.88 +4;16;3144.00;9.50;1854.80;-1.43;0.88 +4;17;3187.20;9.50;1857.20;1.52;0.88 +4;18;3146.40;9.50;1860.40;4.60;0.88 +4;21;3155.76;9.50;1858.00;1.57;0.88 5;0;2891.00;9.50;1626.00;0.00;0.82 +5;1;2885.00;9.50;1622.50;-1.04;0.82 +5;2;2895.00;9.50;1619.00;0.51;0.82 +5;3;2901.50;9.50;1623.50;1.33;0.82 +5;4;2901.00;9.50;1625.50;1.52;0.82 +5;5;2894.50;9.50;1631.50;2.57;0.82 +5;6;2881.50;9.50;1630.00;4.31;0.82 +5;7;2884.50;9.50;1633.50;3.85;0.82 +5;9;2883.62;9.50;1626.00;1.57;0.82 +5;10;2898.38;9.50;1626.00;-1.57;0.82 +5;11;2881.40;9.50;1620.40;-1.04;0.82 +5;12;2897.40;9.50;1614.80;0.51;0.82 +5;13;2907.80;9.50;1622.00;1.33;0.82 +5;14;2907.00;9.50;1625.20;1.52;0.82 +5;15;2896.60;9.50;1634.80;2.57;0.82 +5;16;2875.80;9.50;1632.40;4.31;0.82 +5;17;2880.60;9.50;1638.00;3.85;0.82 +5;21;2883.62;9.50;1626.00;1.57;0.82 6;0;3579.00;10.60;1758.00;0.00;0.26 +6;1;3581.00;10.60;1756.00;0.78;0.26 +6;2;3575.00;10.50;1756.50;-1.21;0.26 +6;3;3585.50;10.60;1757.50;1.49;0.26 +6;4;3584.00;10.60;1759.50;1.86;0.26 +6;5;3575.50;10.60;1760.00;4.19;0.26 +6;6;3580.50;10.60;1760.50;2.60;0.26 +6;9;3574.50;10.55;1758.00;1.57;0.26 +6;10;3583.50;10.60;1758.00;-1.57;0.26 +6;21;3574.50;10.55;1758.00;1.57;0.26 7;0;3274.00;10.35;1829.00;0.00;0.32 +7;1;3272.50;10.25;1825.00;-0.35;0.32 +7;2;3275.50;10.60;1827.50;0.78;0.32 +7;3;3270.50;10.10;1827.00;-1.05;0.32 +7;4;3273.00;10.20;1829.50;4.24;0.32 +7;5;3277.50;10.60;1832.00;2.27;0.32 +7;6;3274.50;10.20;1833.00;3.01;0.32 +7;7;3276.00;10.50;1834.00;2.76;0.32 +7;9;3271.12;10.26;1829.00;1.57;0.32 +7;10;3276.88;10.56;1829.00;-1.57;0.32 +7;21;3271.12;10.26;1829.00;1.57;0.32 8;0;3311.00;11.15;1677.00;0.00;0.18 +8;1;3310.00;11.30;1673.50;-0.27;0.18 +8;2;3309.50;11.30;1676.00;-0.98;0.18 +8;3;3312.00;10.95;1676.50;1.10;0.18 +8;4;3309.50;11.30;1679.50;3.68;0.18 +8;5;3313.50;10.90;1679.50;2.35;0.18 +8;6;3311.50;11.15;1680.00;2.97;0.18 +8;9;3309.38;11.31;1677.00;1.57;0.18 +8;10;3312.62;10.86;1677.00;-1.57;0.18 +8;21;3309.38;11.31;1677.00;1.57;0.18 9;0;1964.00;9.50;232.00;0.00;1.24 +9;1;1962.00;9.50;216.50;-0.12;1.24 +9;2;1954.00;9.50;224.00;-0.89;1.24 +9;3;1974.00;9.50;229.50;1.32;1.24 +9;4;1955.50;9.50;240.50;3.92;1.24 +9;5;1971.50;9.50;244.50;2.60;1.24 +9;6;1961.50;9.50;247.50;3.30;1.24 +9;9;1952.84;9.50;232.00;1.57;1.24 +9;10;1975.16;9.50;232.00;-1.57;1.24 +9;11;1960.80;9.50;207.20;-0.12;1.24 +9;12;1948.00;9.50;219.20;-0.89;1.24 +9;13;1980.00;9.50;228.00;1.32;1.24 +9;14;1950.40;9.50;245.60;3.92;1.24 +9;15;1976.00;9.50;252.00;2.60;1.24 +9;16;1960.00;9.50;256.80;3.30;1.24 +9;21;1952.84;9.50;232.00;1.57;1.24 10;0;2999.00;12.12;1768.00;0.00;0.28 +10;1;3000.00;12.00;1765.00;0.32;0.28 +10;2;3001.50;11.80;1765.00;0.69;0.28 +10;3;2997.50;12.25;1768.00;4.71;0.28 +10;4;3000.00;12.25;1769.00;2.35;0.28 +10;5;2996.00;12.55;1771.50;3.85;0.28 +10;9;2996.30;12.34;1768.00;1.57;0.28 +10;10;3001.70;12.05;1768.00;-1.57;0.28 +10;21;2996.30;12.34;1768.00;1.57;0.28 11;0;3076.00;11.85;1872.00;0.00;0.34 +11;1;3075.50;12.00;1870.00;-0.24;0.34 +11;2;3080.50;11.50;1869.50;1.06;0.34 +11;3;3078.50;11.70;1872.50;1.76;0.34 +11;4;3072.00;11.85;1874.50;4.15;0.34 +11;5;3074.50;11.90;1875.50;3.54;0.34 +11;9;3072.40;11.95;1872.00;1.57;0.34 +11;10;3079.60;11.60;1872.00;-1.57;0.34 +11;21;3072.40;11.95;1872.00;1.57;0.34 12;0;3504.00;9.80;1677.00;0.00;0.24 +12;1;3503.00;9.80;1674.50;-0.38;0.24 +12;2;3504.50;9.80;1674.50;0.19;0.24 +12;3;3501.50;9.80;1675.50;-1.03;0.24 +12;4;3506.50;9.80;1676.50;1.37;0.24 +12;5;3502.00;9.80;1678.00;4.24;0.24 +12;6;3506.00;9.80;1679.50;2.46;0.24 +12;7;3504.00;9.80;1679.50;3.14;0.24 +12;9;3501.48;9.80;1677.00;1.57;0.24 +12;10;3506.52;9.80;1677.00;-1.57;0.24 +12;21;3501.48;9.80;1677.00;1.57;0.24 13;0;1361.00;9.50;303.00;0.00;1.34 +13;1;1351.00;9.50;295.50;-0.92;1.34 +13;2;1363.00;9.50;285.00;0.11;1.34 +13;3;1372.00;9.50;296.00;1.00;1.34 +13;4;1341.00;9.50;306.50;4.53;1.34 +13;5;1350.50;9.50;312.00;4.00;1.34 +13;6;1370.00;9.50;312.50;2.38;1.34 +13;7;1359.00;9.50;317.50;3.27;1.34 +13;9;1346.42;9.50;303.00;1.57;1.34 +13;10;1375.58;9.50;303.00;-1.57;1.34 +13;11;1345.00;9.50;291.00;-0.92;1.34 +13;12;1364.20;9.50;274.20;0.11;1.34 +13;13;1378.60;9.50;291.80;1.00;1.34 +13;14;1329.00;9.50;308.60;4.53;1.34 +13;15;1344.20;9.50;317.40;4.00;1.34 +13;16;1375.40;9.50;318.20;2.38;1.34 +13;17;1357.80;9.50;326.20;3.27;1.34 +13;21;1346.42;9.50;303.00;1.57;1.34 14;0;2963.00;9.87;1723.00;0.00;0.24 +14;1;2964.50;9.70;1721.50;0.78;0.24 +14;2;2962.50;9.90;1720.50;-0.19;0.24 +14;3;2961.00;10.32;1724.00;4.24;0.24 +14;4;2961.50;10.30;1726.00;3.60;0.24 +14;5;2963.50;9.85;1726.00;2.97;0.24 +14;9;2960.84;10.29;1723.00;1.57;0.24 +14;10;2965.16;9.58;1723.00;-1.57;0.24 +14;19;2966.00;9.50;1726.00;0.79;0.24 +14;20;2967.23;9.50;1727.23;2.35;0.24 +14;21;2960.84;10.29;1723.00;1.57;0.24 15;0;3288.00;10.92;1918.00;0.00;0.36 +15;1;3287.50;11.00;1915.00;-0.16;0.36 +15;2;3291.50;11.00;1914.50;0.78;0.36 +15;3;3284.00;10.90;1917.50;-1.44;0.36 +15;4;3292.50;11.00;1917.00;1.35;0.36 +15;5;3289.00;10.75;1920.00;2.67;0.36 +15;6;3284.50;10.75;1921.00;4.00;0.36 +15;9;3284.22;10.79;1918.00;1.57;0.36 +15;10;3291.78;11.01;1918.00;-1.57;0.36 +15;21;3284.22;10.79;1918.00;1.57;0.36 16;0;5263.00;9.50;1552.00;0.00;1.18 +16;1;5261.00;9.50;1539.50;-0.15;1.18 +16;2;5250.50;9.50;1540.50;-0.82;1.18 +16;3;5271.00;9.50;1543.00;0.72;1.18 +16;4;5273.00;9.50;1557.00;2.03;1.18 +16;5;5256.00;9.50;1555.50;4.24;1.18 +16;6;5266.50;9.50;1565.50;2.88;1.18 +16;7;5273.50;9.50;1568.50;2.57;1.18 +16;8;5278.50;9.50;1570.00;2.43;1.18 +16;9;5252.38;9.50;1552.00;1.57;1.18 +16;10;5273.62;9.50;1552.00;-1.57;1.18 +16;11;5259.80;9.50;1532.00;-0.15;1.18 +16;12;5243.00;9.50;1533.60;-0.82;1.18 +16;13;5275.80;9.50;1537.60;0.72;1.18 +16;14;5279.00;9.50;1560.00;2.03;1.18 +16;15;5251.80;9.50;1557.60;4.24;1.18 +16;16;5268.60;9.50;1573.60;2.88;1.18 +16;17;5279.80;9.50;1578.40;2.57;1.18 +16;18;5287.80;9.50;1580.80;2.43;1.18 +16;21;5252.38;9.50;1552.00;1.57;1.18 17;0;3075.00;9.75;1567.00;0.00;0.20 -18;0;3369.00;10.15;1796.00;0.00;0.24 +17;1;3073.00;9.75;1565.00;-0.78;0.20 +17;2;3076.50;9.80;1565.00;0.64;0.20 +17;3;3072.00;9.75;1567.00;4.71;0.20 +17;4;3078.50;9.80;1565.50;1.16;0.20 +17;5;3077.50;9.80;1568.00;1.95;0.20 +17;6;3072.50;9.70;1569.00;4.03;0.20 +17;7;3074.50;9.80;1569.50;3.33;0.20 +17;9;3072.48;9.70;1567.00;1.57;0.20 +17;10;3077.52;9.80;1567.00;-1.57;0.20 +17;21;3072.48;9.70;1567.00;1.57;0.20 +18;0;3369.00;10.15;1796.00;0.00;0.28 +18;1;3369.00;10.20;1794.00;0.00;0.28 +18;2;3366.50;10.10;1794.50;-1.03;0.28 +18;3;3372.50;10.10;1794.50;1.16;0.28 +18;4;3373.00;9.90;1796.50;1.69;0.28 +18;5;3365.50;10.15;1797.00;4.43;0.28 +18;6;3372.50;9.80;1798.50;2.19;0.28 +18;7;3368.00;10.25;1799.00;3.46;0.28 +18;9;3366.12;10.11;1796.00;1.57;0.28 +18;10;3371.88;9.95;1796.00;-1.57;0.28 +18;21;3366.00;10.10;1796.00;0.00;0.28 +18;22;3369.00;10.20;1794.00;0.00;0.28 +18;23;3366.50;10.10;1794.50;-1.03;0.28 +18;24;3372.50;10.10;1794.50;1.16;0.28 +18;25;3373.00;9.90;1796.50;1.69;0.28 +18;26;3365.50;10.15;1797.00;4.43;0.28 +18;27;3372.50;9.80;1798.50;2.19;0.28 +18;28;3368.00;10.25;1799.00;3.46;0.28 +18;38;3371.88;9.95;1796.00;-1.57;0.28 19;0;3881.00;9.50;651.00;0.00;1.12 +19;1;3882.50;9.50;637.50;0.11;1.12 +19;2;3871.50;9.50;645.50;-1.04;1.12 +19;3;3891.00;9.50;648.00;1.27;1.12 +19;4;3870.00;9.50;657.00;4.21;1.12 +19;5;3888.50;9.50;661.50;2.52;1.12 +19;6;3879.00;9.50;663.50;3.30;1.12 +19;9;3870.92;9.50;651.00;1.57;1.12 +19;10;3891.08;9.50;651.00;-1.57;1.12 +19;11;3883.40;9.50;629.40;0.11;1.12 +19;12;3865.80;9.50;642.20;-1.04;1.12 +19;13;3897.00;9.50;646.20;1.27;1.12 +19;14;3863.40;9.50;660.60;4.21;1.12 +19;15;3893.00;9.50;667.80;2.52;1.12 +19;16;3877.80;9.50;671.00;3.30;1.12 +19;21;3870.92;9.50;651.00;1.57;1.12 20;0;3132.00;9.50;1203.00;0.00;0.68 +20;1;3125.50;9.50;1194.50;-0.65;0.68 +20;2;3126.50;9.50;1193.00;-0.50;0.68 +20;3;3128.50;9.50;1194.50;-0.39;0.68 +20;4;3133.00;9.50;1197.00;0.16;0.68 +20;5;3122.00;9.50;1202.50;-1.52;0.68 +20;6;3138.00;9.50;1198.50;0.92;0.68 +20;7;3142.00;9.50;1198.50;1.14;0.68 +20;8;3143.50;9.50;1200.00;1.31;0.68 +20;9;3123.18;9.50;1203.00;1.57;0.68 +20;10;3140.82;9.50;1203.00;-1.57;0.68 +20;11;3121.60;9.50;1189.40;-0.65;0.68 +20;12;3123.20;9.50;1187.00;-0.50;0.68 +20;13;3126.40;9.50;1189.40;-0.39;0.68 +20;14;3133.60;9.50;1193.40;0.16;0.68 +20;15;3116.00;9.50;1202.20;-1.52;0.68 +20;16;3141.60;9.50;1195.80;0.92;0.68 +20;17;3148.00;9.50;1195.80;1.14;0.68 +20;18;3150.40;9.50;1198.20;1.31;0.68 +20;21;3123.18;9.50;1203.00;1.57;0.68 21;0;2949.00;9.50;1816.00;0.00;0.44 +21;1;2953.50;10.90;1812.50;0.91;0.44 +21;2;2949.00;10.12;1814.00;0.00;0.44 +21;3;2954.00;9.60;1815.50;1.47;0.44 +21;4;2950.50;9.50;1816.50;1.89;0.44 +21;5;2943.50;9.50;1817.50;4.44;0.44 +21;9;2943.96;9.95;1816.00;1.57;0.44 +21;10;2954.04;9.50;1816.00;-1.57;0.44 +21;19;2937.00;9.50;1820.00;-1.84;0.44 +21;20;2935.34;9.50;1820.55;4.39;0.44 +21;21;2954.04;9.50;1816.00;-1.57;0.44 22;0;3166.00;9.50;2005.00;0.00;0.34 +22;1;3161.50;9.50;2006.00;4.49;0.34 +22;2;3166.00;9.50;2007.50;3.14;0.34 +22;9;3159.88;9.50;2005.00;1.57;0.34 +22;10;3172.12;9.74;2005.00;-1.57;0.34 +22;19;3165.00;9.50;2001.00;-1.79;0.34 +22;20;3164.57;9.50;1999.30;-0.24;0.34 +22;21;3159.88;9.50;2005.00;1.57;0.34 23;0;3500.00;9.80;1709.00;0.00;0.24 +23;1;3498.00;9.80;1707.00;-0.78;0.24 +23;2;3500.00;9.82;1707.00;0.00;0.24 +23;3;3497.50;9.80;1708.00;-1.19;0.24 +23;4;3503.00;9.90;1708.00;1.24;0.24 +23;5;3498.50;9.80;1710.00;4.12;0.24 +23;6;3502.50;9.80;1710.00;1.95;0.24 +23;7;3501.00;9.80;1711.50;2.76;0.24 +23;9;3497.66;9.80;1709.00;1.57;0.24 +23;10;3502.34;9.85;1709.00;-1.57;0.24 +23;21;3497.66;9.80;1709.00;1.57;0.24 24;0;5231.00;9.50;500.00;0.00;0.98 +24;1;5223.00;9.50;492.50;-0.81;0.98 +24;2;5234.50;9.50;490.00;0.33;0.98 +24;3;5242.50;9.50;494.50;1.12;0.98 +24;4;5221.00;9.50;504.50;4.29;0.98 +24;5;5251.00;9.50;498.50;1.49;0.98 +24;6;5241.50;9.50;505.00;2.01;0.98 +24;7;5233.00;9.50;514.00;3.00;0.98 +24;9;5216.78;9.50;500.00;1.57;0.98 +24;10;5245.22;9.50;500.00;-1.57;0.98 +24;11;5218.20;9.50;488.00;-0.81;0.98 +24;12;5236.60;9.50;484.00;0.33;0.98 +24;13;5249.40;9.50;491.20;1.12;0.98 +24;14;5215.00;9.50;507.20;4.29;0.98 +24;15;5263.00;9.50;497.60;1.49;0.98 +24;16;5247.80;9.50;508.00;2.01;0.98 +24;17;5234.20;9.50;522.40;3.00;0.98 +24;21;5216.78;9.50;500.00;1.57;0.98 25;0;5348.00;9.50;1275.00;0.00;1.18 +25;1;5348.00;9.50;1262.00;0.00;1.18 +25;2;5334.50;9.50;1267.50;-1.06;1.18 +25;3;5362.00;9.50;1269.50;1.19;1.18 +25;4;5361.50;9.50;1282.50;2.07;1.18 +25;5;5334.50;9.50;1280.50;4.32;1.18 +25;6;5336.00;9.50;1282.00;4.18;1.18 +25;7;5349.00;9.50;1288.50;3.06;1.18 +25;8;5360.50;9.50;1294.50;2.57;1.18 +25;9;5337.38;9.50;1275.00;1.57;1.18 +25;10;5358.62;9.50;1275.00;-1.57;1.18 +25;11;5348.00;9.50;1254.20;0.00;1.18 +25;12;5326.40;9.50;1263.00;-1.06;1.18 +25;13;5370.40;9.50;1266.20;1.19;1.18 +25;14;5369.60;9.50;1287.00;2.07;1.18 +25;15;5326.40;9.50;1283.80;4.32;1.18 +25;16;5328.80;9.50;1286.20;4.18;1.18 +25;17;5349.60;9.50;1296.60;3.06;1.18 +25;18;5368.00;9.50;1306.20;2.57;1.18 +25;21;5337.38;9.50;1275.00;1.57;1.18 26;0;3386.00;10.37;1794.00;0.00;0.32 +26;1;3389.00;10.47;1791.00;0.78;0.32 +26;2;3384.50;10.10;1792.50;-0.78;0.32 +26;3;3391.50;10.45;1792.00;1.22;0.32 +26;4;3389.50;10.40;1794.50;1.71;0.32 +26;5;3381.50;10.30;1795.50;4.39;0.32 +26;6;3384.00;10.50;1797.50;3.66;0.32 +26;9;3382.22;10.12;1794.00;1.57;0.32 +26;10;3389.78;10.40;1794.00;-1.57;0.32 +26;21;3382.22;10.12;1794.00;1.57;0.32 27;0;2955.00;13.20;1754.00;0.00;0.34 +27;1;2952.50;13.10;1752.50;-1.03;0.34 +27;2;2957.00;12.90;1751.50;0.67;0.34 +27;3;2959.50;12.20;1754.00;1.57;0.34 +27;4;2952.00;13.07;1756.00;4.12;0.34 +27;5;2957.00;12.55;1756.00;2.35;0.34 +27;6;2953.50;12.95;1758.00;3.50;0.34 +27;9;2951.58;12.92;1754.00;1.57;0.34 +27;10;2958.42;12.46;1754.00;-1.57;0.34 +27;21;2951.58;12.92;1754.00;1.57;0.34 28;0;4782.00;9.50;474.00;0.00;0.92 +28;1;4786.50;9.50;465.50;0.48;0.92 +28;2;4797.50;9.50;468.50;1.23;0.92 +28;3;4771.00;9.50;473.50;-1.52;0.92 +28;4;4793.00;9.50;476.50;1.79;0.92 +28;5;4779.50;9.50;482.50;3.42;0.92 +28;6;4766.50;9.50;482.00;4.23;0.92 +28;7;4768.50;9.50;484.00;4.07;0.92 +28;9;4770.12;9.50;474.00;1.57;0.92 +28;10;4793.88;9.50;474.00;-1.57;0.92 +28;11;4789.20;9.50;460.40;0.48;0.92 +28;12;4806.80;9.50;465.20;1.23;0.92 +28;13;4764.40;9.50;473.20;-1.52;0.92 +28;14;4799.60;9.50;478.00;1.79;0.92 +28;15;4778.00;9.50;487.60;3.42;0.92 +28;16;4757.20;9.50;486.80;4.23;0.92 +28;17;4760.40;9.50;490.00;4.07;0.92 +28;21;4770.12;9.50;474.00;1.57;0.92 29;0;4179.00;9.50;636.00;0.00;0.80 +29;1;4169.00;9.50;630.00;-1.03;0.80 +29;2;4184.50;9.50;627.50;0.57;0.80 +29;3;4195.00;9.50;632.50;1.35;0.80 +29;4;4164.50;9.50;639.50;4.47;0.80 +29;5;4189.50;9.50;640.00;1.93;0.80 +29;6;4174.00;9.50;645.00;3.64;0.80 +29;9;4167.48;9.50;636.00;1.57;0.80 +29;10;4190.52;9.50;636.00;-1.57;0.80 +29;11;4163.00;9.50;626.40;-1.03;0.80 +29;12;4187.80;9.50;622.40;0.57;0.80 +29;13;4204.60;9.50;630.40;1.35;0.80 +29;14;4155.80;9.50;641.60;4.47;0.80 +29;15;4195.80;9.50;642.40;1.93;0.80 +29;16;4171.00;9.50;650.40;3.64;0.80 +29;21;4167.48;9.50;636.00;1.57;0.80 30;0;3217.00;10.45;1878.00;0.00;0.24 +30;1;3219.00;10.40;1875.50;0.67;0.24 +30;2;3221.50;10.50;1876.00;1.15;0.24 +30;3;3215.50;10.40;1876.00;-0.64;0.24 +30;4;3213.00;10.40;1878.00;4.71;0.24 +30;5;3221.00;10.50;1878.50;1.69;0.24 +30;6;3216.00;10.40;1880.00;3.60;0.24 +30;9;3213.22;10.40;1878.00;1.57;0.24 +30;10;3220.78;10.50;1878.00;-1.57;0.24 +30;21;3213.22;10.40;1878.00;1.57;0.24 31;0;3615.00;10.50;1714.00;0.00;0.22 +31;1;3615.50;10.30;1710.50;0.14;0.22 +31;2;3612.50;10.10;1713.50;-1.37;0.22 +31;3;3617.50;10.35;1711.00;0.69;0.22 +31;4;3617.00;10.50;1714.00;1.57;0.22 +31;5;3614.50;10.50;1717.00;3.30;0.22 +31;9;3613.02;10.20;1714.00;1.57;0.22 +31;10;3616.98;10.50;1714.00;-1.57;0.22 +31;21;3613.02;10.20;1714.00;1.57;0.22 32;0;3159.00;9.70;1768.00;0.00;0.24 +32;1;1579.00;10.90;883.50;-1.06;0.24 +32;2;3157.50;9.70;1765.50;-0.54;0.24 +32;3;3155.50;9.70;1766.50;-1.16;0.24 +32;4;3155.50;9.70;1768.50;4.57;0.24 +32;5;3163.50;9.60;1768.00;1.57;0.24 +32;6;3162.50;9.70;1769.50;1.97;0.24 +32;7;3159.00;9.70;1770.00;3.14;0.24 +32;9;3155.76;9.70;1768.00;1.57;0.24 +32;10;3162.24;9.60;1768.00;-1.57;0.24 +32;21;3155.76;9.70;1768.00;1.57;0.24 33;0;4465.00;9.50;357.00;0.00;1.00 +33;1;4466.50;9.50;343.50;0.11;1.00 +33;2;4478.00;9.50;346.50;0.89;1.00 +33;3;4454.00;9.50;348.50;-0.91;1.00 +33;4;4476.50;9.50;358.50;1.70;1.00 +33;5;4454.00;9.50;363.50;4.17;1.00 +33;6;4464.50;9.50;371.50;3.17;1.00 +33;7;4475.00;9.50;368.00;2.40;1.00 +33;9;4456.00;9.50;357.00;1.57;1.00 +33;10;4474.00;9.50;357.00;-1.57;1.00 +33;11;4467.40;9.50;335.40;0.11;1.00 +33;12;4485.80;9.50;340.20;0.89;1.00 +33;13;4447.40;9.50;343.40;-0.91;1.00 +33;14;4483.40;9.50;359.40;1.70;1.00 +33;15;4447.40;9.50;367.40;4.17;1.00 +33;16;4464.20;9.50;380.20;3.17;1.00 +33;17;4481.00;9.50;374.60;2.40;1.00 +33;21;4456.00;9.50;357.00;1.57;1.00 34;0;3944.00;9.50;785.00;0.00;1.02 +34;1;3945.00;9.50;769.00;0.06;1.02 +34;2;3951.50;9.50;775.00;0.64;1.02 +34;3;3942.00;9.50;772.00;-0.15;1.02 +34;4;3939.00;9.50;771.00;-0.34;1.02 +34;5;3935.50;9.50;781.50;-1.18;1.02 +34;6;3950.00;9.50;793.00;2.49;1.02 +34;7;3939.50;9.50;796.50;3.51;1.02 +34;8;3945.00;9.50;805.50;3.09;1.02 +34;9;3934.82;9.50;785.00;1.57;1.02 +34;10;3953.18;9.50;785.00;-1.57;1.02 +34;11;3945.60;9.50;759.40;0.06;1.02 +34;12;3956.00;9.50;769.00;0.64;1.02 +34;13;3940.80;9.50;764.20;-0.15;1.02 +34;14;3936.00;9.50;762.60;-0.34;1.02 +34;15;3930.40;9.50;779.40;-1.18;1.02 +34;16;3953.60;9.50;797.80;2.49;1.02 +34;17;3936.80;9.50;803.40;3.51;1.02 +34;18;3945.60;9.50;817.80;3.09;1.02 +34;21;3934.82;9.50;785.00;1.57;1.02 35;0;3062.00;9.70;1730.00;0.00;0.28 +35;1;3060.50;9.70;1728.00;-0.64;0.28 +35;2;3063.00;9.60;1727.50;0.38;0.28 +35;3;3065.00;9.60;1728.50;1.10;0.28 +35;4;3063.00;9.70;1731.00;2.35;0.28 +35;5;3060.00;9.70;1731.50;4.06;0.28 +35;6;3061.50;9.70;1733.50;3.28;0.28 +35;9;3059.48;9.70;1730.00;1.57;0.28 +35;10;3064.52;9.65;1730.00;-1.57;0.28 +35;21;3064.52;9.65;1730.00;-1.57;0.28 36;0;3311.00;9.80;1860.00;0.00;0.44 +36;1;3313.00;9.80;1856.00;0.46;0.44 +36;2;3308.00;9.80;1858.00;-0.98;0.44 +36;3;3314.00;9.80;1861.00;1.89;0.44 +36;4;3305.50;9.80;1860.50;4.62;0.44 +36;5;3307.50;9.80;1862.50;4.09;0.44 +36;6;3310.50;9.80;1864.50;3.25;0.44 +36;9;3307.04;9.80;1860.00;1.57;0.44 +36;10;3314.96;9.80;1860.00;-1.57;0.44 +36;21;3307.04;9.80;1860.00;1.57;0.44 37;0;3253.00;10.15;1782.00;0.00;0.20 +37;1;3251.50;10.10;1780.00;-0.64;0.20 +37;2;1626.00;10.45;890.50;-1.07;0.20 +37;3;3249.50;10.20;1781.00;-1.29;0.20 +37;4;1626.00;10.45;890.50;-1.07;0.20 +37;5;3248.50;10.35;1783.00;4.49;0.20 +37;6;3251.00;10.02;1784.00;3.92;0.20 +37;7;1626.00;10.45;890.50;-1.07;0.20 +37;9;3248.68;10.35;1782.00;1.57;0.20 +37;10;3257.32;9.50;1782.00;-1.57;0.20 +37;21;3248.68;10.35;1782.00;1.57;0.20 38;0;3046.00;9.50;1927.00;0.00;0.28 +38;1;3048.50;9.90;1924.00;0.69;0.28 +38;2;3044.50;9.50;1927.00;4.71;0.28 +38;3;3049.50;9.80;1927.00;1.57;0.28 +38;9;3042.58;9.50;1927.00;1.57;0.28 +38;10;3049.42;9.78;1927.00;-1.57;0.28 +38;19;3037.00;9.50;1926.00;-1.57;0.28 +38;20;3035.26;9.50;1925.80;-1.46;0.28 +38;21;3042.58;9.50;1927.00;1.57;0.28 39;0;3362.00;10.20;1702.00;0.00;0.22 +39;1;3362.00;10.05;1700.00;0.00;0.22 +39;2;3360.00;10.25;1702.00;4.71;0.22 +39;3;3365.00;10.50;1700.50;1.10;0.22 +39;4;3365.00;10.50;1702.50;1.73;0.22 +39;5;3362.50;10.50;1704.00;2.89;0.22 +39;6;3359.50;10.50;1704.50;3.92;0.22 +39;9;3359.48;10.30;1702.00;1.57;0.22 +39;10;3364.52;10.50;1702.00;-1.57;0.22 +39;21;3359.48;10.30;1702.00;1.57;0.22 40;0;3319.00;10.40;1785.00;0.00;0.26 +40;1;3318.50;10.40;1783.00;-0.24;0.26 +40;2;3321.50;10.40;1782.50;0.78;0.26 +40;3;3322.50;10.40;1783.50;1.16;0.26 +40;4;3316.00;10.40;1785.50;4.54;0.26 +40;5;3322.00;10.40;1786.00;1.89;0.26 +40;6;3319.50;10.40;1787.50;2.94;0.26 +40;9;3316.12;10.40;1785.00;1.57;0.26 +40;10;3321.88;10.40;1785.00;-1.57;0.26 +40;21;3316.12;10.40;1785.00;1.57;0.26 41;0;2231.00;9.50;119.00;0.00;0.88 +41;1;2231.50;9.50;106.50;0.04;0.88 +41;2;2223.50;9.50;112.00;-0.82;0.88 +41;3;2239.50;9.50;119.00;1.57;0.88 +41;4;2224.00;9.50;126.50;3.89;0.88 +41;5;2234.50;9.50;130.00;2.83;0.88 +41;9;2223.08;9.50;119.00;1.57;0.88 +41;10;2238.92;9.50;119.00;-1.57;0.88 +41;11;2231.80;9.50;99.00;0.04;0.88 +41;12;2219.00;9.50;107.80;-0.82;0.88 +41;13;2244.60;9.50;119.00;1.57;0.88 +41;14;2219.80;9.50;131.00;3.89;0.88 +41;15;2236.60;9.50;136.60;2.83;0.88 +41;21;2223.08;9.50;119.00;1.57;0.88 42;0;2439.00;9.50;303.00;0.00;1.24 +42;1;2444.00;9.50;290.00;0.36;1.24 +42;2;2429.00;9.50;298.00;-1.10;1.24 +42;3;2449.50;9.50;306.50;1.89;1.24 +42;4;2423.00;9.50;309.00;4.35;1.24 +42;5;2434.00;9.50;314.50;3.55;1.24 +42;9;2427.84;9.50;303.00;1.57;1.24 +42;10;2450.16;9.50;303.00;-1.57;1.24 +42;11;2447.00;9.50;282.20;0.36;1.24 +42;12;2423.00;9.50;295.00;-1.10;1.24 +42;13;2455.80;9.50;308.60;1.89;1.24 +42;14;2413.40;9.50;312.60;4.35;1.24 +42;15;2431.00;9.50;321.40;3.55;1.24 +42;21;2427.84;9.50;303.00;1.57;1.24 43;0;2415.00;9.50;965.00;0.00;1.22 +43;1;2416.00;9.50;952.00;0.07;1.22 +43;2;2426.50;9.50;951.00;0.68;1.22 +43;3;2427.50;9.50;964.50;1.53;1.22 +43;4;2404.50;9.50;960.50;-1.16;1.22 +43;5;2401.00;9.50;972.00;4.24;1.22 +43;6;2428.50;9.50;973.00;2.10;1.22 +43;7;2413.50;9.50;977.00;3.26;1.22 +43;9;2404.02;9.50;965.00;1.57;1.22 +43;10;2425.98;9.50;965.00;-1.57;1.22 +43;11;2416.60;9.50;944.20;0.07;1.22 +43;12;2433.40;9.50;942.60;0.68;1.22 +43;13;2435.00;9.50;964.20;1.53;1.22 +43;14;2398.20;9.50;957.80;-1.16;1.22 +43;15;2392.60;9.50;976.20;4.24;1.22 +43;16;2436.60;9.50;977.80;2.10;1.22 +43;17;2412.60;9.50;984.20;3.26;1.22 +43;21;2404.02;9.50;965.00;1.57;1.22 44;0;3107.00;9.57;1990.00;0.00;0.36 +44;1;3107.00;9.67;1989.00;0.00;0.36 +44;9;3102.86;9.55;1990.00;1.57;0.36 +44;10;3111.14;9.65;1990.00;-1.57;0.36 +44;19;3100.00;9.50;1992.00;0.00;0.36 +44;20;3098.31;9.50;1992.48;4.43;0.36 +44;21;3102.86;9.55;1990.00;1.57;0.36 45;0;3579.00;10.00;1720.00;0.00;0.28 +45;1;3577.50;10.00;1717.00;-0.46;0.28 +45;2;3580.50;10.20;1717.50;0.54;0.28 +45;3;3576.50;10.00;1720.00;4.71;0.28 +45;4;3582.00;10.15;1720.50;1.73;0.28 +45;5;3580.00;9.95;1723.50;2.86;0.28 +45;6;3577.50;9.90;1723.50;3.54;0.28 +45;9;3576.48;10.00;1720.00;1.57;0.28 +45;10;3581.52;10.10;1720.00;-1.57;0.28 +45;21;3576.48;10.00;1720.00;1.57;0.28 46;0;3043.00;11.37;1815.00;0.00;0.26 +46;1;3047.00;11.20;1812.00;0.92;0.26 +46;2;3042.50;11.30;1813.50;-0.32;0.26 +46;3;3047.50;11.45;1814.00;1.35;0.26 +46;4;3038.50;11.20;1814.50;-1.46;0.26 +46;5;3039.00;11.50;1816.50;4.35;0.26 +46;6;3044.00;11.30;1816.50;2.55;0.26 +46;9;3039.22;11.39;1815.00;1.57;0.26 +46;10;3046.78;11.32;1815.00;-1.57;0.26 +46;21;3039.22;11.39;1815.00;1.57;0.26 47;0;2343.00;9.50;1535.00;0.00;1.10 +47;1;2341.00;9.50;1524.00;-0.18;1.10 +47;2;2354.50;9.50;1533.50;1.44;1.10 +47;3;2332.50;9.50;1539.50;4.30;1.10 +47;4;2346.50;9.50;1547.50;2.86;1.10 +47;9;2333.10;9.50;1535.00;1.57;1.10 +47;10;2352.90;9.50;1535.00;-1.57;1.10 +47;11;2339.80;9.50;1517.40;-0.18;1.10 +47;12;2361.40;9.50;1532.60;1.44;1.10 +47;13;2326.20;9.50;1542.20;4.30;1.10 +47;14;2348.60;9.50;1555.00;2.86;1.10 +47;21;2333.10;9.50;1535.00;1.57;1.10 48;0;1472.00;9.50;2017.00;0.00;1.12 +48;1;1462.00;9.50;2004.50;-0.67;1.12 +48;2;1476.50;9.50;2007.00;0.42;1.12 +48;3;1461.00;9.50;2018.00;4.62;1.12 +48;4;1488.50;9.50;2012.50;1.30;1.12 +48;5;1471.50;9.50;2028.50;3.18;1.12 +48;6;1480.00;9.50;2023.50;2.25;1.12 +48;9;1461.02;9.50;2017.00;1.57;1.12 +48;10;1482.98;9.50;2017.00;-1.57;1.12 +48;11;1456.00;9.50;1997.00;-0.67;1.12 +48;12;1479.20;9.50;2001.00;0.42;1.12 +48;13;1454.40;9.50;2018.60;4.62;1.12 +48;14;1498.40;9.50;2009.80;1.30;1.12 +48;15;1471.20;9.50;2035.40;3.18;1.12 +48;16;1484.80;9.50;2027.40;2.25;1.12 +48;21;1461.02;9.50;2017.00;1.57;1.12 49;0;3058.00;10.92;1761.00;0.00;0.30 +49;1;3057.00;10.87;1759.00;-0.46;0.30 +49;2;3060.00;10.80;1758.00;0.58;0.30 +49;3;3061.00;10.50;1760.50;1.40;0.30 +49;4;3054.50;10.90;1761.50;4.57;0.30 +49;5;3057.00;11.00;1763.50;3.52;0.30 +49;6;3060.50;10.90;1763.50;2.35;0.30 +49;9;3055.30;10.89;1761.00;1.57;0.30 +49;10;3060.70;10.65;1761.00;-1.57;0.30 +49;21;3055.30;10.89;1761.00;1.57;0.30 50;0;1105.00;9.50;69.00;0.00;1.26 +50;1;1093.00;9.50;56.50;-0.76;1.26 +50;2;1117.00;9.50;57.00;0.78;1.26 +50;3;1086.00;9.50;72.00;4.55;1.26 +50;4;1125.50;9.50;70.00;1.62;1.26 +50;5;1106.50;9.50;83.00;3.03;1.26 +50;9;1087.90;9.50;69.00;1.57;1.26 +50;10;1122.10;9.50;69.00;-1.57;1.26 +50;11;1085.80;9.50;49.00;-0.76;1.26 +50;12;1124.20;9.50;49.80;0.78;1.26 +50;13;1074.60;9.50;73.80;4.55;1.26 +50;14;1137.80;9.50;70.60;1.62;1.26 +50;15;1107.40;9.50;91.40;3.03;1.26 +50;21;1087.90;9.50;69.00;1.57;1.26 51;0;23.00;9.50;417.00;0.00;1.06 +51;1;24.00;9.50;403.50;0.07;1.06 +51;2;11.50;9.50;401.50;-0.63;1.06 +51;3;11.50;9.50;418.50;4.58;1.06 +51;4;37.00;9.50;411.50;1.19;1.06 +51;5;37.50;9.50;421.50;1.87;1.06 +51;6;24.50;9.50;431.00;3.03;1.06 +51;9;13.46;9.50;417.00;1.57;1.06 +51;10;32.54;9.50;417.00;-1.57;1.06 +51;11;24.60;9.50;395.40;0.07;1.06 +51;12;4.60;9.50;392.20;-0.63;1.06 +51;13;4.60;9.50;419.40;4.58;1.06 +51;14;45.40;9.50;408.20;1.19;1.06 +51;15;46.20;9.50;424.20;1.87;1.06 +51;16;25.40;9.50;439.40;3.03;1.06 +51;21;13.46;9.50;417.00;1.57;1.06 52;0;3258.00;9.77;1766.00;0.00;0.22 +52;1;3256.50;10.20;1764.50;-0.78;0.22 +52;2;3258.50;10.20;1764.50;0.32;0.22 +52;3;1628.50;10.50;882.50;-1.07;0.22 +52;4;3261.00;10.15;1766.50;1.73;0.22 +52;5;3260.00;9.80;1767.50;2.21;0.22 +52;6;3257.50;9.50;1768.00;3.38;0.22 +52;9;3256.02;9.77;1766.00;1.57;0.22 +52;10;3259.98;10.02;1766.00;-1.57;0.22 +52;21;3256.02;9.77;1766.00;1.57;0.22 53;0;2896.00;9.70;1706.00;0.00;0.24 +53;1;2895.50;9.70;1706.50;3.92;0.24 +53;2;2897.50;9.70;1705.00;0.98;0.24 +53;3;2899.50;9.85;1706.00;1.57;0.24 +53;9;2893.84;9.66;1706.00;1.57;0.24 +53;10;2898.16;9.81;1706.00;-1.57;0.24 +53;19;2898.75;9.50;1708.79;-3.46;0.24 +53;20;2899.98;9.50;1710.04;2.36;0.24 +53;21;2899.46;9.90;1706.30;-1.57;0.24 54;0;10.00;9.50;1248.00;0.00;0.54 +54;1;11.50;9.50;1236.00;0.12;0.54 +54;2;16.50;9.50;1242.50;0.86;0.54 +54;3;5.00;9.50;1242.50;-0.73;0.54 +54;4;5.00;9.50;1255.50;3.73;0.54 +54;5;11.50;9.50;1258.50;3.00;0.54 +54;6;5.00;9.50;1263.00;3.46;0.54 +54;9;5.14;9.50;1248.00;1.57;0.54 +54;10;14.86;9.50;1248.00;-1.57;0.54 +54;11;12.40;9.50;1228.80;0.12;0.54 +54;12;20.40;9.50;1239.20;0.86;0.54 +54;13;2.00;9.50;1239.20;-0.73;0.54 +54;14;2.00;9.50;1260.00;3.73;0.54 +54;15;12.40;9.50;1264.80;3.00;0.54 +54;16;2.00;9.50;1272.00;3.46;0.54 +54;21;5.14;9.50;1248.00;1.57;0.54 55;0;306.00;9.50;1591.00;0.00;1.42 +55;1;309.00;9.50;1573.00;0.16;1.42 +55;2;315.00;9.50;1572.50;0.45;1.42 +55;3;322.00;9.50;1583.50;1.13;1.42 +55;4;292.00;9.50;1588.50;-1.39;1.42 +55;5;317.50;9.50;1599.50;2.20;1.42 +55;6;282.00;9.50;1603.50;4.23;1.42 +55;7;294.50;9.50;1605.50;3.81;1.42 +55;9;289.08;9.50;1591.00;1.57;1.42 +55;10;322.92;9.50;1591.00;-1.57;1.42 +55;11;310.80;9.50;1562.20;0.16;1.42 +55;12;320.40;9.50;1561.40;0.45;1.42 +55;13;331.60;9.50;1579.00;1.13;1.42 +55;14;283.60;9.50;1587.00;-1.39;1.42 +55;15;324.40;9.50;1604.60;2.20;1.42 +55;16;267.60;9.50;1611.00;4.23;1.42 +55;17;287.60;9.50;1614.20;3.81;1.42 +55;21;289.08;9.50;1591.00;1.57;1.42 56;0;396.00;9.50;682.00;0.00;1.00 +56;1;397.50;9.50;667.50;0.10;1.00 +56;2;385.00;9.50;667.00;-0.63;1.00 +56;3;409.50;9.50;668.50;0.78;1.00 +56;4;385.00;9.50;682.00;4.71;1.00 +56;5;407.50;9.50;683.50;1.70;1.00 +56;6;397.50;9.50;698.00;3.04;1.00 +56;7;387.50;9.50;699.00;3.60;1.00 +56;8;390.00;9.50;700.50;3.45;1.00 +56;9;387.00;9.50;682.00;1.57;1.00 +56;10;405.00;9.50;682.00;-1.57;1.00 +56;11;398.40;9.50;658.80;0.10;1.00 +56;12;378.40;9.50;658.00;-0.63;1.00 +56;13;417.60;9.50;660.40;0.78;1.00 +56;14;378.40;9.50;682.00;4.71;1.00 +56;15;414.40;9.50;684.40;1.70;1.00 +56;16;398.40;9.50;707.60;3.04;1.00 +56;17;382.40;9.50;709.20;3.60;1.00 +56;18;386.40;9.50;711.60;3.45;1.00 +56;21;387.00;9.50;682.00;1.57;1.00 57;0;3329.00;9.70;1735.00;0.00;0.24 +57;1;3327.00;9.87;1733.00;-0.78;0.24 +57;2;3330.00;9.77;1733.00;0.46;0.24 +57;3;3332.50;9.85;1735.00;1.57;0.24 +57;4;3326.00;9.85;1735.00;4.71;0.24 +57;5;3327.50;9.95;1737.00;3.78;0.24 +57;6;3331.00;9.70;1736.50;2.21;0.24 +57;9;3326.12;9.85;1735.00;1.57;0.24 +57;10;3331.88;9.78;1735.00;-1.57;0.24 +57;21;3326.12;9.85;1735.00;1.57;0.24 58;0;3070.00;13.25;1908.00;0.00;0.34 +58;1;3072.00;13.10;1904.50;0.51;0.34 +58;2;3074.50;12.80;1907.00;1.35;0.34 +58;3;3067.50;13.10;1906.50;-1.03;0.34 +58;4;3065.50;12.55;1910.00;4.29;0.34 +58;5;3071.00;14.20;1911.00;2.82;0.34 +58;6;3066.50;13.50;1912.00;3.86;0.34 +58;9;3066.22;12.81;1908.00;1.57;0.34 +58;10;3073.78;13.44;1908.00;-1.57;0.34 +58;21;3066.22;12.81;1908.00;1.57;0.34 59;0;1399.00;9.50;615.00;0.00;1.40 -60;0;3367.00;10.70;1750.00;0.00;0.28 +59;1;1395.00;9.50;600.50;-0.26;1.40 +59;2;1411.00;9.50;615.00;1.57;1.40 +59;3;1382.50;9.50;603.50;-0.96;1.40 +59;4;1385.00;9.50;616.00;4.64;1.40 +59;5;1405.50;9.50;629.50;2.72;1.40 +59;9;1384.60;9.50;615.00;1.57;1.40 +59;10;1413.40;9.50;615.00;-1.57;1.40 +59;11;1392.60;9.50;591.80;-0.26;1.40 +59;12;1418.20;9.50;615.00;1.57;1.40 +59;13;1372.60;9.50;596.60;-0.96;1.40 +59;14;1376.60;9.50;616.60;4.64;1.40 +59;15;1409.40;9.50;638.20;2.72;1.40 +59;21;1384.60;9.50;615.00;1.57;1.40 +60;0;3367.00;10.70;1750.00;0.00;0.32 +60;1;3366.00;10.70;1748.50;-0.58;0.32 +60;2;3369.50;10.70;1747.50;0.78;0.32 +60;3;3370.50;10.70;1748.50;1.16;0.32 +60;4;3364.00;10.70;1750.00;4.71;0.32 +60;5;3370.00;10.60;1751.00;1.89;0.32 +60;6;3363.50;10.70;1751.50;4.30;0.32 +60;7;3368.50;10.60;1752.50;2.60;0.32 +60;8;3365.50;10.50;1753.50;3.54;0.32 +60;9;3364.12;10.70;1750.00;1.57;0.32 +60;10;3369.88;10.65;1750.00;-1.57;0.32 +60;21;3364.00;10.70;1750.00;0.00;0.32 +60;22;3366.00;10.70;1748.50;-0.58;0.32 +60;23;3369.50;10.70;1747.50;0.78;0.32 +60;24;3370.50;10.70;1748.50;1.16;0.32 +60;25;3364.00;10.70;1750.00;4.71;0.32 +60;26;3370.00;10.60;1751.00;1.89;0.32 +60;27;3363.50;10.70;1751.50;4.30;0.32 +60;28;3368.50;10.60;1752.50;2.60;0.32 +60;29;3365.50;10.50;1753.50;3.54;0.32 +60;38;3369.88;10.65;1750.00;-1.57;0.32 61;0;3161.00;11.47;1935.00;0.00;0.36 +61;1;3163.50;11.30;1932.50;0.78;0.36 +61;2;3158.50;11.45;1933.00;-0.89;0.36 +61;3;3165.50;11.20;1935.00;1.57;0.36 +61;4;3158.00;11.60;1937.00;4.12;0.36 +61;5;3162.00;11.40;1938.00;2.82;0.36 +61;9;3157.04;11.50;1935.00;1.57;0.36 +61;10;3164.96;11.25;1935.00;-1.57;0.36 +61;21;3164.96;11.25;1935.00;-1.57;0.36 62;0;3445.00;10.32;1697.00;0.00;0.20 +62;1;3444.50;10.30;1695.50;-0.32;0.20 +62;2;3448.00;10.35;1695.00;0.98;0.20 +62;3;3447.00;10.30;1697.50;1.81;0.20 +62;4;3441.00;10.40;1697.50;4.58;0.20 +62;5;3443.00;10.40;1699.00;3.92;0.20 +62;9;3442.12;10.40;1697.00;1.57;0.20 +62;10;3447.88;10.30;1697.00;-1.57;0.20 +62;21;3442.12;10.40;1697.00;1.57;0.20 63;0;3171.00;9.80;1808.00;0.00;0.34 +63;1;3174.00;9.95;1804.50;0.70;0.34 +63;2;3169.50;9.80;1806.00;-0.64;0.34 +63;3;3175.50;10.30;1806.00;1.15;0.34 +63;4;3166.50;9.70;1808.50;4.60;0.34 +63;5;3174.50;9.90;1809.50;1.97;0.34 +63;6;3168.50;9.70;1811.50;3.76;0.34 +63;7;3171.50;9.70;1811.00;2.97;0.34 +63;9;3167.22;9.70;1808.00;1.57;0.34 +63;10;3174.78;10.00;1808.00;-1.57;0.34 +63;21;3167.22;9.70;1808.00;1.57;0.34 64;0;3268.00;9.70;1996.00;0.00;0.22 +64;1;3268.00;9.70;1994.50;0.00;0.22 +64;2;3262.50;9.70;1997.00;4.53;0.22 +64;3;3269.00;9.70;1997.50;2.55;0.22 +64;9;3263.32;9.70;1996.00;1.57;0.22 +64;10;3272.68;9.70;1996.00;-1.57;0.22 +64;19;3265.00;9.50;1993.00;0.00;0.22 +64;20;3263.76;9.50;1991.76;-0.78;0.22 +64;21;3263.32;9.70;1996.00;1.57;0.22 65;0;2905.00;12.20;1735.00;0.00;0.32 +65;1;2908.00;11.32;1732.00;0.78;0.32 +65;2;2902.50;10.25;1733.00;-0.89;0.32 +65;3;2906.00;10.20;1732.50;0.38;0.32 +65;4;2908.00;12.47;1735.00;1.57;0.32 +65;5;2902.50;10.90;1735.50;4.51;0.32 +65;6;2907.50;12.80;1738.50;2.52;0.32 +65;7;2907.00;11.85;1739.00;2.67;0.32 +65;9;2901.76;10.55;1735.00;1.57;0.32 +65;10;2908.24;12.51;1735.00;-1.57;0.32 +65;19;2901.00;9.50;1736.00;-1.77;0.32 +65;20;2899.30;9.50;1736.42;4.46;0.32 +65;21;2901.76;10.55;1735.00;1.57;0.32 66;0;3173.00;9.75;1828.00;0.00;0.24 +66;1;3170.00;9.90;1826.50;-1.10;0.24 +66;2;3174.50;9.75;1827.00;0.98;0.24 +66;3;3171.50;9.65;1829.00;4.12;0.24 +66;4;3175.50;9.70;1830.50;2.35;0.24 +66;5;3174.00;9.60;1832.00;2.89;0.24 +66;9;3170.12;9.71;1828.00;1.57;0.24 +66;10;3175.88;9.66;1828.00;-1.57;0.24 +66;19;3175.00;9.50;1835.00;-2.16;0.24 +66;20;3175.48;9.50;1836.68;2.86;0.24 +66;21;3170.12;9.71;1828.00;1.57;0.24 67;0;3205.00;9.65;1760.00;0.00;0.24 +67;1;3202.00;9.80;1757.50;-0.87;0.24 +67;2;3205.50;9.75;1759.00;0.46;0.24 +67;3;3201.50;9.80;1759.50;-1.42;0.24 +67;4;3209.00;9.70;1758.50;1.21;0.24 +67;5;3208.50;9.60;1760.50;1.71;0.24 +67;6;1602.00;12.95;879.50;-1.06;0.24 +67;7;3203.50;9.70;1762.50;3.68;0.24 +67;9;3201.76;9.80;1760.00;1.57;0.24 +67;10;3208.24;9.60;1760.00;-1.57;0.24 +67;21;3201.76;9.80;1760.00;1.57;0.24 68;0;2879.00;9.70;1566.00;0.00;0.20 +68;1;2878.00;9.67;1564.00;-0.46;0.20 +68;2;2880.00;9.70;1565.50;1.10;0.20 +68;3;2878.00;9.52;1567.00;3.92;0.20 +68;4;2879.50;9.70;1568.50;2.94;0.20 +68;9;2877.20;9.50;1566.00;1.57;0.20 +68;10;2880.80;9.68;1566.00;-1.57;0.20 +68;19;2878.01;9.50;1567.58;-1.76;0.20 +68;20;2877.08;9.50;1569.06;3.69;0.20 +68;21;2879.18;9.80;1564.44;-1.57;0.20 69;0;2995.00;10.50;1713.00;0.00;0.26 +69;1;2991.50;10.50;1710.50;-0.95;0.26 +69;2;2995.00;10.50;1710.50;0.00;0.26 +69;3;1497.00;9.50;856.00;-1.05;0.26 +69;4;2992.00;10.22;1714.00;4.39;0.26 +69;5;2999.50;10.30;1714.00;1.78;0.26 +69;6;2995.50;10.50;1715.00;2.89;0.26 +69;9;2991.94;10.29;1713.00;1.57;0.26 +69;10;2998.06;10.44;1713.00;-1.57;0.26 +69;21;2991.94;10.29;1713.00;1.57;0.26 70;0;3315.00;10.30;1733.00;0.00;0.28 +70;1;3314.50;10.30;1730.50;-0.19;0.28 +70;2;3317.00;10.30;1731.50;0.92;0.28 +70;3;3312.50;10.30;1733.00;4.71;0.28 +70;4;3319.00;10.30;1734.00;1.81;0.28 +70;5;3314.00;10.00;1735.50;3.52;0.28 +70;6;3317.00;10.05;1736.00;2.55;0.28 +70;9;3312.48;10.30;1733.00;1.57;0.28 +70;10;3317.52;10.30;1733.00;-1.57;0.28 +70;21;3312.00;10.30;1733.00;0.00;0.28 +70;22;3314.50;10.30;1730.50;-0.19;0.28 +70;23;3317.00;10.30;1731.50;0.92;0.28 +70;24;3312.50;10.30;1733.00;4.71;0.28 +70;25;3319.00;10.30;1734.00;1.81;0.28 +70;26;3314.00;10.00;1735.50;3.52;0.28 +70;27;3317.00;10.05;1736.00;2.55;0.28 +70;38;3317.52;10.30;1733.00;-1.57;0.28 71;0;3301.00;9.80;1704.00;0.00;0.26 +71;1;3301.00;10.12;1702.00;0.00;0.26 +71;2;3298.50;10.20;1700.50;-0.62;0.26 +71;3;3299.00;9.72;1704.00;4.71;0.26 +71;4;3303.00;10.00;1706.00;2.35;0.26 +71;5;3300.50;9.75;1708.00;3.26;0.26 +71;9;3298.66;9.70;1704.00;1.57;0.26 +71;10;3303.34;10.07;1704.00;-1.57;0.26 +71;21;3298.66;9.70;1704.00;1.57;0.26 72;0;3433.00;10.60;1761.00;0.00;0.34 +72;1;3433.50;10.10;1756.50;0.11;0.34 +72;2;3430.00;10.25;1756.50;-0.58;0.34 +72;3;3437.00;9.90;1756.50;0.72;0.34 +72;4;3430.00;10.57;1761.00;4.71;0.34 +72;5;3437.00;10.47;1761.00;1.57;0.34 +72;6;3431.00;10.45;1766.00;3.52;0.34 +72;7;3435.00;10.50;1765.50;2.72;0.34 +72;9;3429.94;10.57;1761.00;1.57;0.34 +72;10;3436.06;10.50;1761.00;-1.57;0.34 +72;21;3429.94;10.57;1761.00;1.57;0.34 73;0;3513.00;9.80;1698.00;0.00;0.18 +73;1;3510.50;9.80;1697.00;-1.19;0.18 +73;2;3514.00;9.80;1696.50;0.58;0.18 +73;3;3510.00;9.80;1698.00;4.71;0.18 +73;4;3516.00;9.80;1698.50;1.73;0.18 +73;5;3513.50;9.80;1699.50;2.82;0.18 +73;9;3510.48;9.80;1698.00;1.57;0.18 +73;10;3515.52;9.80;1698.00;-1.57;0.18 +73;21;3510.48;9.80;1698.00;1.57;0.18 74;0;3275.00;10.55;1933.00;0.00;0.46 +74;1;3275.00;10.80;1927.50;0.00;0.46 +74;2;3278.00;10.60;1928.50;0.58;0.46 +74;3;3271.50;10.80;1931.00;-1.05;0.46 +74;4;3280.00;10.50;1933.00;1.57;0.46 +74;5;3270.50;10.70;1935.00;4.29;0.46 +74;6;3277.00;10.45;1936.50;2.62;0.46 +74;7;3272.50;10.40;1937.50;3.64;0.46 +74;9;3270.86;10.75;1933.00;1.57;0.46 +74;10;3279.14;10.50;1933.00;-1.57;0.46 +74;21;3270.86;10.75;1933.00;1.57;0.46 75;0;3433.00;9.97;1745.00;0.00;0.30 +75;1;3431.00;10.35;1742.00;-0.58;0.30 +75;2;3434.00;10.37;1742.00;0.32;0.30 +75;3;3430.00;9.95;1745.00;4.71;0.30 +75;4;3436.50;10.30;1745.50;1.71;0.30 +75;5;3433.50;9.90;1748.50;3.00;0.30 +75;9;3430.30;9.95;1745.00;1.57;0.30 +75;10;3435.70;10.27;1745.00;-1.57;0.30 +75;21;3430.30;9.95;1745.00;1.57;0.30 76;0;3187.00;11.55;1983.00;0.00;0.32 +76;1;3184.00;11.45;1978.50;-0.58;0.32 +76;2;3187.50;11.10;1979.50;0.14;0.32 +76;3;3184.50;11.60;1983.50;4.51;0.32 +76;4;3190.50;11.80;1984.00;1.84;0.32 +76;5;3189.00;12.05;1987.00;2.67;0.32 +76;6;3187.00;11.65;1988.00;3.14;0.32 +76;9;3184.12;11.63;1983.00;1.57;0.32 +76;10;3189.88;11.61;1983.00;-1.57;0.32 +76;21;3184.12;11.63;1983.00;1.57;0.32 77;0;3010.00;11.62;1755.00;0.00;0.32 +77;1;3011.00;11.30;1751.50;0.27;0.32 +77;2;3013.00;11.35;1752.00;0.78;0.32 +77;3;3008.00;11.60;1754.50;-1.32;0.32 +77;4;3013.00;11.65;1754.50;1.40;0.32 +77;5;3011.50;11.90;1757.50;2.60;0.32 +77;6;3007.00;11.70;1758.50;3.85;0.32 +77;7;3009.50;11.90;1758.50;3.28;0.32 +77;9;3006.94;11.60;1755.00;1.57;0.32 +77;10;3013.06;11.62;1755.00;-1.57;0.32 +77;21;3006.94;11.60;1755.00;1.57;0.32 78;0;3543.00;9.70;1177.00;0.00;0.44 +78;1;3543.50;9.70;1172.50;0.11;0.44 +78;2;3546.00;9.70;1171.00;0.46;0.44 +78;3;3544.50;9.70;1178.50;2.35;0.44 +78;4;3539.00;9.70;1179.00;4.24;0.44 +78;5;3537.50;9.70;1183.50;3.84;0.44 +78;6;3538.50;9.70;1183.50;3.74;0.44 +78;9;3539.04;9.70;1177.00;1.57;0.44 +78;10;3546.96;9.70;1177.00;-1.57;0.44 +78;21;3539.04;9.70;1177.00;1.57;0.44 79;0;3286.00;10.30;1725.00;0.00;0.20 +79;1;3286.00;10.30;1723.50;0.00;0.20 +79;2;3288.50;10.30;1723.00;0.89;0.20 +79;3;3288.00;10.30;1725.50;1.81;0.20 +79;4;3284.00;10.30;1725.50;4.46;0.20 +79;5;3285.50;10.30;1727.00;3.38;0.20 +79;9;3283.84;10.30;1725.00;1.57;0.20 +79;10;3288.16;10.30;1725.00;-1.57;0.20 +79;21;3283.84;10.30;1725.00;1.57;0.20 80;0;3287.00;10.57;1820.00;0.00;0.38 +80;1;3287.00;10.50;1817.50;0.00;0.38 +80;2;3291.50;10.55;1817.00;0.98;0.38 +80;3;3291.00;10.55;1820.00;1.57;0.38 +80;4;3283.00;10.50;1820.00;4.71;0.38 +80;5;3282.00;10.60;1823.00;4.17;0.38 +80;6;3286.50;10.60;1823.00;3.30;0.38 +80;9;3282.68;10.50;1820.00;1.57;0.38 +80;10;3291.32;10.55;1820.00;-1.57;0.38 +80;21;3282.68;10.50;1820.00;1.57;0.38 81;0;3386.00;10.37;1725.00;0.00;0.28 +81;1;3383.50;10.05;1722.00;-0.69;0.28 +81;2;3386.50;10.40;1723.00;0.24;0.28 +81;3;3382.00;10.15;1723.50;-1.21;0.28 +81;4;3389.00;10.40;1725.00;1.57;0.28 +81;5;3384.00;10.40;1726.50;4.06;0.28 +81;6;3389.00;10.40;1727.50;2.26;0.28 +81;7;3387.50;10.40;1728.50;2.73;0.28 +81;9;3382.94;10.25;1725.00;1.57;0.28 +81;10;3389.06;10.40;1725.00;-1.57;0.28 +81;21;3382.94;10.25;1725.00;1.57;0.28 82;0;3225.00;10.35;1852.00;0.00;0.30 +82;1;3222.50;10.40;1849.00;-0.69;0.30 +82;2;3224.00;10.17;1849.00;-0.32;0.30 +82;3;3226.00;10.15;1849.50;0.38;0.30 +82;4;3223.00;10.40;1852.50;4.46;0.30 +82;5;3228.00;10.40;1852.00;1.57;0.30 +82;6;3226.50;10.40;1854.50;2.60;0.30 +82;7;3224.50;10.40;1856.00;3.26;0.30 +82;9;3222.30;10.40;1852.00;1.57;0.30 +82;10;3227.70;10.40;1852.00;-1.57;0.30 +82;21;3222.30;10.40;1852.00;1.57;0.30 83;0;3177.00;9.70;1707.00;0.00;0.26 +83;1;3177.50;9.70;1705.00;0.24;0.26 +83;2;3175.00;9.50;1706.00;-1.10;0.26 +83;3;3180.00;9.60;1707.00;1.57;0.26 +83;4;3175.00;9.65;1708.50;4.06;0.26 +83;5;3178.00;9.65;1709.00;2.67;0.26 +83;6;3172.00;9.50;1704.50;-1.10;0.26 +83;7;3172.00;9.50;1707.50;4.61;0.26 +83;9;3174.66;9.50;1707.00;1.57;0.26 +83;10;3179.34;9.60;1707.00;-1.57;0.26 +83;19;3173.00;9.50;1703.00;-1.11;0.26 +83;20;3171.76;9.50;1701.76;-0.78;0.26 +83;21;3174.66;9.50;1707.00;1.57;0.26 84;0;3479.00;9.90;1737.00;0.00;0.22 +84;1;3476.00;9.90;1736.00;-1.24;0.22 +84;2;3479.50;9.90;1735.50;0.32;0.22 +84;3;3482.50;9.95;1737.00;1.57;0.22 +84;4;3475.50;9.95;1738.00;4.43;0.22 +84;5;3482.00;9.90;1738.50;2.03;0.22 +84;6;3478.50;9.95;1739.00;3.38;0.22 +84;9;3475.94;9.90;1737.00;1.57;0.22 +84;10;3482.06;9.92;1737.00;-1.57;0.22 +84;21;3475.94;9.90;1737.00;1.57;0.22 85;0;3369.00;10.47;1684.00;0.00;0.24 +85;1;3368.00;10.50;1682.00;-0.46;0.24 +85;2;3371.00;10.50;1682.00;0.78;0.24 +85;3;3366.00;10.50;1684.00;4.71;0.24 +85;4;3372.00;10.50;1684.50;1.73;0.24 +85;5;3367.50;10.40;1686.00;3.78;0.24 +85;6;3370.50;10.40;1686.50;2.60;0.24 +85;9;3366.48;10.50;1684.00;1.57;0.24 +85;10;3371.52;10.50;1684.00;-1.57;0.24 +85;21;3366.48;10.50;1684.00;1.57;0.24 86;0;3325.00;9.97;1879.00;0.00;0.28 +86;1;3324.50;9.80;1875.00;-0.12;0.28 +86;2;3328.00;9.82;1877.00;0.98;0.28 +86;3;3322.00;9.85;1878.00;-1.24;0.28 +86;4;3327.00;10.40;1882.00;2.55;0.28 +86;5;3323.50;10.40;1882.50;3.54;0.28 +86;6;3326.50;10.30;1884.50;2.87;0.28 +86;9;3322.48;10.00;1879.00;1.57;0.28 +86;10;3327.52;10.10;1879.00;-1.57;0.28 +86;19;3327.00;9.60;1890.00;-3.41;0.28 +86;20;3327.31;9.60;1891.72;2.96;0.28 +86;21;3322.48;10.00;1879.00;1.57;0.28 87;0;3524.00;10.50;1811.00;0.00;0.92 +87;1;3526.00;10.40;1802.50;0.23;0.92 +87;2;3532.00;10.40;1800.00;0.62;0.92 +87;3;3534.00;10.55;1806.50;1.14;0.92 +87;4;3517.50;10.50;1809.00;-1.27;0.92 +87;5;3528.00;10.50;1815.50;2.41;0.92 +87;6;3513.00;10.50;1815.00;4.36;0.92 +87;7;3514.50;10.50;1818.50;4.04;0.92 +87;8;3519.50;10.45;1821.00;3.56;0.92 +87;9;3515.54;10.50;1811.00;1.57;0.92 +87;10;3532.46;10.59;1811.00;-1.57;0.92 +87;21;3515.54;10.50;1811.00;1.57;0.92 88;0;3625.00;10.05;1734.00;0.00;0.36 +88;1;3623.50;9.95;1730.00;-0.35;0.36 +88;2;3621.00;9.92;1731.00;-0.92;0.36 +88;3;3627.00;10.00;1732.50;0.92;0.36 +88;4;3622.50;10.10;1734.50;4.51;0.36 +88;5;3628.00;10.10;1736.50;2.26;0.36 +88;6;3625.00;10.10;1738.00;3.14;0.36 +88;9;3621.58;10.05;1734.00;1.57;0.36 +88;10;3628.42;10.10;1734.00;-1.57;0.36 +88;21;3621.58;10.05;1734.00;1.57;0.36 89;0;3387.00;10.00;1775.00;0.00;0.24 +89;1;3385.00;10.25;1773.50;-0.92;0.24 +89;2;3389.50;10.60;1772.50;0.78;0.24 +89;3;3391.50;10.60;1773.50;1.24;0.24 +89;4;3383.00;9.82;1776.00;4.46;0.24 +89;5;3389.50;10.05;1776.00;1.95;0.24 +89;6;3385.00;9.80;1777.00;3.92;0.24 +89;9;3383.58;9.90;1775.00;1.57;0.24 +89;10;3390.42;10.19;1775.00;-1.57;0.24 +89;21;3383.58;9.90;1775.00;1.57;0.24 90;0;3334.00;10.22;1766.00;0.00;0.18 +90;1;3334.00;10.35;1764.50;0.00;0.18 +90;2;3337.50;10.10;1765.50;1.42;0.18 +90;3;3331.00;10.25;1766.00;4.71;0.18 +90;4;3336.00;10.15;1767.50;2.21;0.18 +90;5;3332.50;9.85;1768.00;3.78;0.18 +90;9;3331.12;10.25;1766.00;1.57;0.18 +90;10;3336.88;10.26;1766.00;-1.57;0.18 +90;21;3331.12;10.25;1766.00;1.57;0.18 91;0;3094.00;10.37;1968.00;0.00;0.58 -92;0;3348.00;9.87;1793.00;0.00;0.24 +91;1;3091.00;11.00;1963.00;-0.54;0.58 +91;2;3096.50;10.55;1964.00;0.55;0.58 +91;3;3093.50;10.00;1970.50;3.33;0.58 +91;4;3100.00;10.30;1967.00;1.40;0.58 +91;9;3088.78;9.50;1968.00;1.57;0.58 +91;10;3099.22;9.95;1968.00;-1.57;0.58 +91;19;3081.00;9.50;1964.00;-2.94;0.58 +91;20;3079.32;9.50;1963.48;-1.27;0.58 +91;21;3088.78;9.50;1968.00;1.57;0.58 +92;0;3348.00;9.87;1793.00;0.00;0.28 +92;1;3350.00;10.00;1791.50;0.92;0.28 +92;2;3347.50;9.50;1792.00;-0.46;0.28 +92;3;3345.00;9.50;1793.00;4.71;0.28 +92;4;3345.50;9.60;1794.50;4.17;0.28 +92;5;3349.00;10.00;1794.50;2.55;0.28 +92;9;3345.12;9.50;1793.00;1.57;0.28 +92;10;3350.88;10.15;1793.00;-1.57;0.28 +92;21;3345.00;9.50;1793.00;0.00;0.28 +92;22;3350.00;10.00;1791.50;0.92;0.28 +92;23;3347.50;9.50;1792.00;-0.46;0.28 +92;24;3345.00;9.50;1793.00;4.71;0.28 +92;25;3345.50;9.60;1794.50;4.17;0.28 +92;26;3349.00;10.00;1794.50;2.55;0.28 +92;38;3350.88;10.15;1793.00;-1.57;0.28 93;0;3367.00;9.97;1711.00;0.00;0.24 +93;1;3365.00;10.20;1708.50;-0.67;0.24 +93;2;3368.50;10.30;1709.50;0.78;0.24 +93;3;3364.50;10.00;1711.50;4.51;0.24 +93;4;3370.00;10.00;1712.50;2.03;0.24 +93;5;3367.50;9.80;1713.50;2.94;0.24 +93;6;3369.50;9.90;1713.50;2.35;0.24 +93;9;3364.30;10.04;1711.00;1.57;0.24 +93;10;3369.70;10.22;1711.00;-1.57;0.24 +93;21;3364.30;10.04;1711.00;1.57;0.24 94;0;3343.00;10.35;1847.00;0.00;0.28 +94;1;3342.00;10.40;1844.00;-0.32;0.28 +94;2;3345.50;10.30;1844.50;0.78;0.28 +94;3;3339.50;10.40;1847.00;4.71;0.28 +94;4;3346.50;10.10;1847.50;1.71;0.28 +94;5;3343.50;10.30;1849.50;2.94;0.28 +94;9;3339.94;10.40;1847.00;1.57;0.28 +94;10;3346.06;10.21;1847.00;-1.57;0.28 +94;19;3351.00;9.55;1850.00;-4.57;0.28 +94;20;3352.63;9.55;1850.61;1.93;0.28 +94;21;3339.94;10.40;1847.00;1.57;0.28 95;0;3266.00;9.80;1690.00;0.00;0.22 +95;1;3264.50;9.80;1687.00;-0.46;0.22 +95;2;3267.00;9.70;1687.50;0.38;0.22 +95;3;3264.00;9.80;1689.00;-1.10;0.22 +95;4;3267.50;9.80;1690.50;1.89;0.22 +95;5;3265.00;9.90;1692.00;3.60;0.22 +95;6;3267.00;9.80;1694.00;2.89;0.22 +95;9;3264.02;9.82;1690.00;1.57;0.22 +95;10;3267.98;9.80;1690.00;-1.57;0.22 +95;21;3264.02;9.82;1690.00;1.57;0.22 96;0;3999.00;9.70;2008.00;0.00;1.66 +96;1;1999.00;9.50;1003.50;-1.10;1.66 +96;2;4007.50;9.70;1993.00;0.51;1.66 +96;3;4023.00;9.60;2012.50;1.75;1.66 +96;4;1999.00;9.50;1003.50;-1.10;1.66 +96;5;1999.00;9.50;1003.50;-1.10;1.66 +96;9;3978.48;9.70;2008.00;1.57;1.66 +96;10;4019.52;9.70;2008.00;-1.57;1.66 +96;21;3978.48;9.70;2008.00;1.57;1.66 97;0;3454.00;10.32;1687.00;0.00;0.18 +97;1;3452.50;9.90;1685.00;-0.64;0.18 +97;2;3454.50;9.85;1684.00;0.16;0.18 +97;3;3456.00;10.30;1686.00;1.10;0.18 +97;4;3452.00;10.35;1688.00;4.24;0.18 +97;5;3455.50;10.40;1688.00;2.15;0.18 +97;6;3452.50;10.40;1690.00;3.60;0.18 +97;7;3454.50;10.40;1689.50;2.94;0.18 +97;9;3452.38;10.24;1687.00;1.57;0.18 +97;10;3455.62;10.35;1687.00;-1.57;0.18 +97;21;3452.38;10.24;1687.00;1.57;0.18 98;0;3415.00;10.60;1898.00;0.00;0.56 -99;0;3585.00;10.52;1777.00;0.00;0.50 -100;0;2932.00;12.02;1723.00;0.00;0.26 -101;0;3112.00;12.30;1930.00;0.00;0.36 -102;0;2929.00;13.42;1788.00;0.00;0.28 +98;1;3416.50;10.50;1892.00;0.24;0.56 +98;2;3410.50;10.50;1897.50;-1.46;0.56 +98;3;3421.50;10.50;1893.50;0.96;0.56 +98;4;3419.50;10.60;1898.50;1.68;0.56 +98;5;3414.50;10.70;1903.50;3.23;0.56 +98;6;3409.50;10.50;1904.50;3.84;0.56 +98;9;3409.42;10.55;1898.00;1.57;0.56 +98;10;3420.58;10.60;1898.00;-1.57;0.56 +98;19;3426.00;9.53;1889.00;0.97;0.56 +98;20;3427.35;9.53;1887.89;0.88;0.56 +98;21;3409.42;10.55;1898.00;1.57;0.56 +99;0;3585.00;10.52;1777.00;0.00;0.50 +99;1;3583.50;10.55;1770.00;-0.21;0.50 +99;2;3580.50;10.50;1775.50;-1.24;0.50 +99;3;3587.50;10.60;1774.50;0.78;0.50 +99;4;3589.00;10.40;1780.50;2.29;0.50 +99;5;3584.50;10.50;1782.00;3.24;0.50 +99;9;3580.50;10.50;1777.00;1.57;0.50 +99;10;3589.50;10.55;1777.00;-1.57;0.50 +99;21;3580.50;10.50;1777.00;1.57;0.50 +100;0;2932.00;12.02;1723.00;0.00;0.26 +100;1;2928.50;12.65;1721.00;-1.05;0.26 +100;2;2932.00;12.20;1720.50;0.00;0.26 +100;3;2935.00;11.95;1723.50;1.73;0.26 +100;4;2929.50;12.60;1723.50;4.51;0.26 +100;5;2932.50;11.80;1725.50;2.94;0.26 +100;9;2929.30;12.60;1723.00;1.57;0.26 +100;10;2934.70;11.96;1723.00;-1.57;0.26 +100;21;2929.30;12.60;1723.00;1.57;0.26 +101;0;3112.00;12.30;1930.00;0.00;0.36 +101;1;3111.00;12.15;1926.50;-0.27;0.36 +101;2;3116.00;12.00;1928.00;1.10;0.36 +101;3;3107.00;12.70;1928.50;-1.27;0.36 +101;4;3117.00;11.85;1932.50;2.03;0.36 +101;5;3106.50;12.50;1931.50;4.44;0.36 +101;6;3111.50;12.40;1932.50;3.33;0.36 +101;9;3107.32;12.56;1930.00;1.57;0.36 +101;10;3116.68;11.94;1930.00;-1.57;0.36 +101;21;3116.68;11.94;1930.00;-1.57;0.36 +102;0;2929.00;13.42;1788.00;0.00;0.28 +102;1;2929.50;12.95;1786.00;0.24;0.28 +102;2;2932.50;14.20;1788.00;1.57;0.28 +102;3;2924.00;13.70;1786.50;-1.27;0.28 +102;4;2925.00;13.25;1788.50;4.58;0.28 +102;5;2929.00;13.62;1791.00;3.14;0.28 +102;9;2925.22;13.31;1788.00;1.57;0.28 +102;10;2932.78;14.27;1788.00;-1.57;0.28 +102;21;2925.22;13.31;1788.00;1.57;0.28 103;0;3235.00;9.80;1966.00;0.00;0.44 +103;1;3234.00;9.87;1962.00;-0.24;0.44 +103;2;3238.00;9.80;1962.00;0.64;0.44 +103;3;3230.00;9.95;1962.50;-0.96;0.44 +103;4;3239.00;9.80;1967.00;1.81;0.44 +103;5;3229.50;10.00;1965.50;-1.48;0.44 +103;6;3234.00;9.90;1969.50;3.42;0.44 +103;9;3230.86;9.93;1966.00;1.57;0.44 +103;10;3239.14;9.80;1966.00;-1.57;0.44 +103;21;3230.86;9.93;1966.00;1.57;0.44 104;0;3248.00;9.70;1724.00;0.00;0.18 +104;1;3247.50;9.70;1721.50;-0.19;0.18 +104;2;3249.50;9.80;1721.50;0.54;0.18 +104;3;3246.00;9.70;1722.50;-0.92;0.18 +104;4;3249.50;9.70;1724.50;1.89;0.18 +104;5;3247.00;9.70;1726.00;3.60;0.18 +104;9;3246.38;9.69;1724.00;1.57;0.18 +104;10;3249.62;9.70;1724.00;-1.57;0.18 +104;19;3251.00;9.50;1731.00;-2.68;0.18 +104;20;3251.69;9.50;1732.60;2.73;0.18 +104;21;3246.38;9.69;1724.00;1.57;0.18 105;0;3640.00;10.20;1929.00;0.00;1.22 +105;1;3641.00;10.40;1917.00;0.08;1.22 +105;2;3654.50;10.40;1920.50;1.04;1.22 +105;3;3627.00;9.70;1928.00;-1.49;1.22 +105;4;3654.50;10.40;1929.00;1.57;1.22 +105;5;3636.00;9.70;1939.00;3.52;1.22 +105;9;3625.24;9.75;1929.00;1.57;1.22 +105;10;3654.76;10.40;1929.00;-1.57;1.22 +105;19;3601.00;9.55;1944.00;-2.76;1.22 +105;20;3599.36;9.55;1944.62;4.34;1.22 +105;21;3625.24;9.75;1929.00;1.57;1.22 106;0;3452.00;10.42;1716.00;0.00;0.20 +106;1;3452.50;10.50;1714.50;0.32;0.20 +106;2;3449.00;10.50;1715.50;-1.40;0.20 +106;3;3455.50;10.40;1717.00;1.84;0.20 +106;4;3451.00;10.40;1717.50;3.73;0.20 +106;5;3454.00;10.40;1718.00;2.35;0.20 +106;9;3449.30;10.45;1716.00;1.57;0.20 +106;10;3454.70;10.40;1716.00;-1.57;0.20 +106;21;3449.30;10.45;1716.00;1.57;0.20 107;0;2985.00;9.80;1842.00;0.00;0.20 +107;1;2986.00;10.00;1840.50;0.58;0.20 +107;2;2989.00;10.00;1841.50;1.44;0.20 +107;3;2982.00;10.15;1841.50;-1.40;0.20 +107;4;2983.00;9.75;1843.50;4.06;0.20 +107;5;2987.50;9.75;1843.00;1.95;0.20 +107;9;2981.76;10.11;1842.00;1.57;0.20 +107;10;2988.24;9.92;1842.00;-1.57;0.20 +107;19;2977.00;9.65;1844.00;-2.21;0.20 +107;20;2975.30;9.65;1844.42;4.46;0.20 +107;21;2981.76;10.11;1842.00;1.57;0.20 108;0;3567.00;10.50;1772.00;0.00;0.44 +108;1;3566.00;10.50;1766.50;-0.18;0.44 +108;2;3569.50;10.50;1767.00;0.46;0.44 +108;3;3563.50;10.50;1769.00;-0.86;0.44 +108;4;3571.50;10.50;1773.00;1.78;0.44 +108;5;3564.50;10.40;1775.00;3.83;0.44 +108;6;3570.00;10.40;1778.50;2.70;0.44 +108;9;3563.04;10.47;1772.00;1.57;0.44 +108;10;3570.96;10.50;1772.00;-1.57;0.44 +108;21;3563.04;10.47;1772.00;1.57;0.44 109;0;3092.00;10.97;1863.00;0.00;0.32 +109;1;3091.50;10.70;1861.00;-0.24;0.32 +109;2;3095.00;11.00;1861.50;1.10;0.32 +109;3;3088.50;11.30;1863.00;4.71;0.32 +109;4;3088.50;11.30;1865.00;4.19;0.32 +109;5;3095.50;11.30;1864.50;1.97;0.32 +109;6;3092.00;11.30;1866.00;3.14;0.32 +109;9;3088.76;11.28;1863.00;1.57;0.32 +109;10;3095.24;11.15;1863.00;-1.57;0.32 +109;21;3088.76;11.28;1863.00;1.57;0.32 110;0;3323.00;10.60;1687.00;0.00;0.28 +110;1;3322.00;10.55;1684.00;-0.32;0.28 +110;2;3319.50;10.40;1684.50;-0.95;0.28 +110;3;3325.00;10.65;1684.50;0.67;0.28 +110;4;3321.50;10.50;1687.50;4.39;0.28 +110;5;3326.00;10.62;1687.00;1.57;0.28 +110;6;3324.50;10.50;1690.00;2.67;0.28 +110;7;3323.00;10.47;1691.00;3.14;0.28 +110;9;3320.48;10.40;1687.00;1.57;0.28 +110;10;3325.52;10.64;1687.00;-1.57;0.28 +110;21;3320.48;10.40;1687.00;1.57;0.28 111;0;2986.00;13.70;1786.00;0.00;0.24 +111;1;2986.50;12.75;1781.00;0.10;0.24 +111;2;2984.50;13.40;1785.00;-0.98;0.24 +111;3;2988.00;13.50;1784.50;0.92;0.24 +111;4;2986.50;13.35;1789.00;2.97;0.24 +111;5;2983.50;13.60;1789.50;3.76;0.24 +111;9;2983.84;13.38;1786.00;1.57;0.24 +111;10;2988.16;13.46;1786.00;-1.57;0.24 +111;21;2983.84;13.38;1786.00;1.57;0.24 112;0;3527.00;9.80;1685.00;0.00;0.16 +112;1;3527.50;9.80;1683.50;0.32;0.16 +112;2;3523.50;9.80;1685.00;4.71;0.16 +112;3;3531.00;10.35;1685.00;1.57;0.16 +112;4;3523.50;9.80;1686.50;4.30;0.16 +112;5;3529.00;9.95;1686.50;2.21;0.16 +112;6;3525.50;9.80;1687.00;3.78;0.16 +112;9;3523.76;9.80;1685.00;1.57;0.16 +112;10;3530.24;10.24;1685.00;-1.57;0.16 +112;21;3523.76;9.80;1685.00;1.57;0.16 113;0;3025.00;12.05;1792.00;0.00;0.32 +113;1;3025.00;12.07;1788.00;0.00;0.32 +113;2;3027.00;11.90;1791.00;1.10;0.32 +113;3;3023.00;12.20;1790.00;-0.78;0.32 +113;4;3023.00;12.30;1794.00;3.92;0.32 +113;5;3026.50;12.30;1795.00;2.67;0.32 +113;9;3022.12;12.37;1792.00;1.57;0.32 +113;10;3027.88;12.01;1792.00;-1.57;0.32 +113;21;3022.12;12.37;1792.00;1.57;0.32 114;0;3036.00;10.90;1740.00;0.00;0.24 +114;1;3035.50;10.80;1738.00;-0.24;0.24 +114;2;3033.00;10.80;1738.50;-1.10;0.24 +114;3;3038.50;10.80;1740.50;1.76;0.24 +114;4;3034.00;10.90;1740.50;4.46;0.24 +114;5;3036.50;10.50;1742.50;2.94;0.24 +114;9;3033.48;10.90;1740.00;1.57;0.24 +114;10;3038.52;10.79;1740.00;-1.57;0.24 +114;21;3033.48;10.90;1740.00;1.57;0.24 115;0;2994.00;11.57;1826.00;0.00;0.32 +115;1;2994.50;11.80;1822.50;0.14;0.32 +115;2;2992.50;11.40;1823.00;-0.46;0.32 +115;3;2996.00;11.90;1825.50;1.32;0.32 +115;4;2992.00;11.30;1827.50;4.06;0.32 +115;5;2997.00;11.45;1828.50;2.26;0.32 +115;6;2994.50;11.10;1829.50;3.00;0.32 +115;9;2991.12;11.31;1826.00;1.57;0.32 +115;10;2996.88;11.93;1826.00;-1.57;0.32 +115;21;2991.12;11.31;1826.00;1.57;0.32 116;0;3342.00;10.07;1957.00;0.00;0.50 +116;1;3343.50;10.20;1949.50;0.19;0.50 +116;2;3347.00;10.10;1955.50;1.27;0.50 +116;3;3339.00;10.00;1952.50;-0.58;0.50 +116;4;3337.00;9.90;1958.50;4.42;0.50 +116;5;3340.50;9.90;1963.50;3.36;0.50 +116;9;3337.50;9.90;1957.00;1.57;0.50 +116;10;3346.50;10.10;1957.00;-1.57;0.50 +116;19;3338.00;9.50;1972.00;-2.91;0.50 +116;20;3337.54;9.50;1973.69;3.40;0.50 +116;21;3337.50;9.90;1957.00;1.57;0.50 117;0;3292.00;10.05;1705.00;0.00;0.28 +117;1;3292.00;9.70;1701.50;0.00;0.28 +117;2;3290.00;9.70;1703.50;-0.92;0.28 +117;3;3294.50;9.90;1704.50;1.37;0.28 +117;4;3289.50;9.80;1706.50;4.17;0.28 +117;5;3293.50;10.30;1707.50;2.60;0.28 +117;6;3291.50;10.20;1708.50;3.28;0.28 +117;9;3289.48;9.74;1705.00;1.57;0.28 +117;10;3294.52;9.99;1705.00;-1.57;0.28 +117;21;3289.48;9.74;1705.00;1.57;0.28 118;0;3100.00;10.67;1833.00;0.00;0.38 +118;1;3100.00;10.55;1829.50;0.00;0.38 +118;2;3103.00;10.35;1830.50;0.87;0.38 +118;3;3097.00;10.80;1831.00;-0.98;0.38 +118;4;3105.00;10.30;1832.50;1.47;0.38 +118;5;3096.00;10.90;1833.50;4.58;0.38 +118;6;3102.00;10.75;1835.50;2.46;0.38 +118;7;3097.50;11.10;1836.00;3.83;0.38 +118;9;3096.40;10.85;1833.00;1.57;0.38 +118;10;3103.60;10.30;1833.00;-1.57;0.38 +118;21;3096.40;10.85;1833.00;1.57;0.38 119;0;3523.00;9.80;1725.00;0.00;0.28 +119;1;3521.50;9.80;1721.00;-0.35;0.28 +119;2;3522.50;9.80;1722.00;-0.16;0.28 +119;3;3520.50;9.80;1723.50;-1.03;0.28 +119;4;3525.50;9.80;1723.50;1.03;0.28 +119;5;3525.00;9.80;1727.00;2.35;0.28 +119;6;3521.50;9.80;1727.50;3.68;0.28 +119;9;3520.48;9.80;1725.00;1.57;0.28 +119;10;3525.52;9.80;1725.00;-1.57;0.28 +119;21;3520.48;9.80;1725.00;1.57;0.28 120;0;3215.00;10.40;1854.00;0.00;0.32 +120;1;3213.50;10.30;1851.50;-0.54;0.32 +120;2;3218.00;10.40;1853.50;1.40;0.32 +120;3;3212.50;10.15;1855.00;4.33;0.32 +120;4;3216.50;9.90;1857.50;2.73;0.32 +120;5;3214.50;9.80;1858.00;3.26;0.32 +120;9;3211.94;10.25;1854.00;1.57;0.32 +120;10;3218.06;10.40;1854.00;-1.57;0.32 +120;21;3211.94;10.25;1854.00;1.57;0.32 121;0;3421.00;10.50;1677.00;0.00;0.26 +121;1;3421.50;10.50;1674.50;0.19;0.26 +121;2;3423.50;10.50;1675.50;1.03;0.26 +121;3;3419.50;10.50;1677.00;4.71;0.26 +121;4;3422.50;10.50;1678.50;2.35;0.26 +121;5;3419.00;10.50;1680.00;3.73;0.26 +121;6;3420.50;10.40;1680.50;3.28;0.26 +121;9;3418.66;10.50;1677.00;1.57;0.26 +121;10;3423.34;10.50;1677.00;-1.57;0.26 +121;21;3418.66;10.50;1677.00;1.57;0.26 122;0;2891.00;9.50;1747.00;0.00;0.44 +122;1;2890.50;9.50;1746.50;-0.78;0.44 +122;2;2895.00;9.55;1747.00;1.57;0.44 +122;3;2893.50;9.60;1751.00;2.58;0.44 +122;9;2887.04;9.50;1747.00;1.57;0.44 +122;10;2894.96;9.55;1747.00;-1.57;0.44 +122;19;2895.50;9.50;1742.74;-2.09;0.44 +122;20;2896.77;9.50;1741.54;0.81;0.44 +122;21;2897.75;10.30;1742.36;-1.57;0.44 123;0;3653.00;9.70;1735.00;0.00;0.28 +123;1;3651.50;9.85;1732.00;-0.46;0.28 +123;2;3657.00;9.80;1732.00;0.92;0.28 +123;3;3647.50;9.80;1734.50;-1.48;0.28 +123;4;3658.50;9.90;1735.00;1.57;0.28 +123;5;3648.00;9.80;1737.00;4.33;0.28 +123;6;3654.00;9.70;1737.50;2.76;0.28 +123;9;3648.68;9.80;1735.00;1.57;0.28 +123;10;3657.32;9.90;1735.00;-1.57;0.28 +123;21;3648.68;9.80;1735.00;1.57;0.28 124;0;3196.00;10.45;1896.00;0.00;0.40 +124;1;3196.50;10.30;1890.00;0.08;0.40 +124;2;3194.50;10.40;1892.00;-0.35;0.40 +124;3;3199.00;10.40;1893.50;0.87;0.40 +124;4;3192.50;10.40;1896.50;4.57;0.40 +124;5;3199.50;10.50;1898.00;2.09;0.40 +124;6;3195.00;10.40;1900.00;3.38;0.40 +124;7;3198.50;10.50;1900.50;2.63;0.40 +124;9;3192.40;10.40;1896.00;1.57;0.40 +124;10;3199.60;10.44;1896.00;-1.57;0.40 +124;21;3199.60;10.44;1896.00;-1.57;0.40 125;0;3062.00;10.00;1781.00;0.00;0.28 +125;1;3061.00;10.00;1778.50;-0.38;0.28 +125;2;3063.00;10.10;1777.50;0.27;0.28 +125;3;3064.50;9.90;1781.50;1.76;0.28 +125;4;3059.00;10.00;1782.00;4.39;0.28 +125;5;3061.50;10.10;1784.00;3.30;0.28 +125;6;3065.00;9.97;1784.00;2.35;0.28 +125;9;3059.48;10.00;1781.00;1.57;0.28 +125;10;3064.52;9.94;1781.00;-1.57;0.28 +125;21;3059.48;10.00;1781.00;1.57;0.28 126;0;3246.00;10.22;1714.00;0.00;0.24 -127;0;3368.00;10.20;1785.00;0.00;0.24 +126;1;3245.50;10.30;1712.50;-0.32;0.24 +126;2;3248.00;10.30;1713.50;1.32;0.24 +126;3;3244.00;10.15;1715.50;4.06;0.24 +126;4;3246.50;9.80;1716.50;2.94;0.24 +126;9;3243.84;10.25;1714.00;1.57;0.24 +126;10;3248.16;10.25;1714.00;-1.57;0.24 +126;21;3243.84;10.25;1714.00;1.57;0.24 +127;0;3368.00;10.20;1785.00;0.00;0.28 +127;1;3365.50;10.00;1783.50;-1.03;0.28 +127;2;3369.00;10.20;1783.50;0.58;0.28 +127;3;3371.00;10.32;1786.00;1.89;0.28 +127;4;3366.00;10.15;1786.50;4.06;0.28 +127;5;3368.50;10.20;1788.50;3.00;0.28 +127;6;3364.50;9.90;1785.00;4.71;0.28 +127;9;3365.48;10.09;1785.00;1.57;0.28 +127;10;3370.52;10.30;1785.00;-1.57;0.28 +127;21;3365.00;10.00;1785.00;0.00;0.28 +127;22;3365.50;10.00;1783.50;-1.03;0.28 +127;23;3369.00;10.20;1783.50;0.58;0.28 +127;24;3371.00;10.32;1786.00;1.89;0.28 +127;25;3366.00;10.15;1786.50;4.06;0.28 +127;26;3368.50;10.20;1788.50;3.00;0.28 +127;27;3364.50;9.90;1785.00;4.71;0.28 +127;38;3370.52;10.30;1785.00;-1.57;0.28 128;0;3175.00;11.40;1969.00;0.00;0.34 +128;1;3172.50;11.45;1967.00;-0.89;0.34 +128;2;3178.00;11.60;1965.50;0.70;0.34 +128;3;3179.00;11.60;1968.00;1.32;0.34 +128;4;3169.50;11.40;1970.00;4.53;0.34 +128;5;3178.00;11.55;1971.50;2.26;0.34 +128;6;3171.00;11.30;1971.50;4.15;0.34 +128;7;3174.50;11.30;1972.50;3.28;0.34 +128;9;3171.22;11.31;1969.00;1.57;0.34 +128;10;3178.78;11.60;1969.00;-1.57;0.34 +128;21;3171.22;11.31;1969.00;1.57;0.34 129;0;3393.00;10.20;1707.00;0.00;0.30 +129;1;3393.00;10.02;1704.00;0.00;0.30 +129;2;3392.00;10.10;1704.50;-0.38;0.30 +129;3;1696.00;9.82;853.00;-1.10;0.30 +129;4;1696.00;9.82;853.00;-1.10;0.30 +129;5;3388.50;9.50;1708.00;4.49;0.30 +129;6;3392.00;10.15;1709.00;3.60;0.30 +129;7;3395.50;10.10;1710.00;2.44;0.30 +129;9;3389.76;9.50;1707.00;1.57;0.30 +129;10;3396.24;10.25;1707.00;-1.57;0.30 +129;21;3389.76;9.50;1707.00;1.57;0.30 130;0;3080.00;10.65;1803.00;0.00;0.32 +130;1;3082.50;10.15;1800.00;0.69;0.32 +130;2;3078.50;10.70;1802.50;-1.24;0.32 +130;3;3082.00;10.65;1804.00;2.03;0.32 +130;4;3079.50;10.80;1806.00;3.30;0.32 +130;5;3076.00;10.90;1806.50;3.99;0.32 +130;9;3077.12;10.71;1803.00;1.57;0.32 +130;10;3082.88;10.51;1803.00;-1.57;0.32 +130;19;3084.00;9.50;1795.00;0.69;0.32 +130;20;3084.78;9.50;1793.43;0.46;0.32 +130;21;3077.12;10.71;1803.00;1.57;0.32 131;0;2728.00;10.90;1708.00;0.00;0.24 +131;1;2726.00;11.70;1705.50;-0.67;0.24 +131;2;2728.00;11.05;1705.50;0.00;0.24 +131;3;2725.50;11.80;1707.50;-1.37;0.24 +131;4;2730.00;10.82;1708.00;1.57;0.24 +131;5;2728.00;12.75;1710.50;3.14;0.24 +131;9;2725.66;11.83;1708.00;1.57;0.24 +131;10;2730.34;10.87;1708.00;-1.57;0.24 +131;19;2729.00;10.60;1713.00;-3.14;0.24 +131;20;2729.34;10.60;1714.71;2.94;0.24 +131;21;2725.66;11.83;1708.00;1.57;0.24 132;0;3212.00;10.30;1827.00;0.00;0.40 +132;1;3209.50;10.20;1822.50;-0.50;0.40 +132;2;3212.00;10.47;1822.00;0.00;0.40 +132;3;3214.00;10.40;1824.50;0.67;0.40 +132;4;3208.00;10.32;1825.00;-1.10;0.40 +132;5;3210.50;10.20;1829.00;3.78;0.40 +132;6;3216.00;10.40;1829.50;2.12;0.40 +132;7;3213.50;10.25;1832.00;2.85;0.40 +132;9;3208.40;10.10;1827.00;1.57;0.40 +132;10;3215.60;10.40;1827.00;-1.57;0.40 +132;21;3208.40;10.10;1827.00;1.57;0.40 133;0;2991.00;12.07;1768.00;0.00;0.34 +133;1;2992.50;12.00;1764.00;0.35;0.34 +133;2;2994.50;12.10;1764.50;0.78;0.34 +133;3;2989.00;12.00;1768.50;4.46;0.34 +133;4;2993.50;12.20;1768.00;1.57;0.34 +133;5;2991.00;12.35;1771.50;3.14;0.34 +133;6;2989.00;12.35;1772.00;3.60;0.34 +133;7;2987.00;12.27;1772.00;3.92;0.34 +133;9;2987.58;11.76;1768.00;1.57;0.34 +133;10;2994.42;12.33;1768.00;-1.57;0.34 +133;21;2987.58;11.76;1768.00;1.57;0.34 134;0;3317.00;9.80;1847.00;0.00;0.30 +134;1;3316.50;9.80;1844.00;-0.16;0.30 +134;2;3320.50;9.90;1847.00;1.57;0.30 +134;3;3313.50;9.80;1846.00;-1.29;0.30 +134;4;3316.00;9.80;1849.50;3.52;0.30 +134;5;3320.50;9.80;1851.00;2.42;0.30 +134;9;3313.94;9.80;1847.00;1.57;0.30 +134;10;3320.06;9.85;1847.00;-1.57;0.30 +134;21;3313.94;9.80;1847.00;1.57;0.30 135;0;3494.00;9.80;1680.00;0.00;0.24 +135;1;3493.50;9.85;1678.00;-0.24;0.24 +135;2;3491.00;9.82;1678.00;-0.98;0.24 +135;3;3492.50;9.80;1680.00;4.71;0.24 +135;4;3497.00;9.80;1679.50;1.40;0.24 +135;5;3497.50;9.80;1681.50;1.97;0.24 +135;6;3495.00;9.80;1682.50;2.76;0.24 +135;9;3490.94;9.80;1680.00;1.57;0.24 +135;10;3497.06;9.80;1680.00;-1.57;0.24 +135;21;3490.94;9.80;1680.00;1.57;0.24 136;0;3238.00;10.40;1788.00;0.00;0.26 +136;1;3239.00;10.40;1785.50;0.38;0.26 +136;2;3241.00;10.40;1786.00;0.98;0.26 +136;3;3236.50;10.40;1787.50;-1.24;0.26 +136;4;1618.50;14.10;893.50;-1.06;0.26 +136;5;3235.00;10.40;1790.00;4.12;0.26 +136;6;3236.50;10.35;1791.00;3.60;0.26 +136;9;3235.48;10.40;1788.00;1.57;0.26 +136;10;3240.52;10.29;1788.00;-1.57;0.26 +136;21;3235.48;10.40;1788.00;1.57;0.26 137;0;2906.00;9.50;1713.00;0.00;0.32 +137;1;2905.50;10.00;1709.00;-0.12;0.32 +137;2;2908.00;10.35;1710.50;0.67;0.32 +137;3;2904.50;9.80;1709.50;-0.40;0.32 +137;4;2904.50;9.50;1713.00;4.71;0.32 +137;5;2908.50;9.50;1714.00;1.95;0.32 +137;6;2907.50;11.60;1716.50;2.73;0.32 +137;7;2906.00;11.15;1716.50;3.14;0.32 +137;9;2903.12;9.50;1713.00;1.57;0.32 +137;10;2908.88;9.50;1713.00;-1.57;0.32 +137;19;2908.00;9.60;1712.00;-1.57;0.32 +137;20;2909.56;9.60;1711.21;1.10;0.32 +137;21;2908.88;9.50;1713.00;-1.57;0.32 138;0;3380.00;9.80;1786.00;0.00;0.28 +138;1;3378.50;9.75;1783.00;-0.46;0.28 +138;2;3381.50;9.80;1782.50;0.40;0.28 +138;3;3377.00;9.95;1786.50;4.54;0.28 +138;4;3383.50;9.90;1785.50;1.42;0.28 +138;5;3381.50;9.90;1788.50;2.60;0.28 +138;6;3377.50;10.00;1789.50;3.76;0.28 +138;9;3377.30;9.87;1786.00;1.57;0.28 +138;10;3382.70;9.90;1786.00;-1.57;0.28 +138;21;3377.30;9.87;1786.00;1.57;0.28 139;0;3269.00;9.82;1775.00;0.00;0.30 +139;1;3265.50;10.20;1772.00;-0.86;0.30 +139;2;3268.00;10.20;1772.50;-0.38;0.30 +139;3;3266.00;9.85;1774.00;-1.24;0.30 +139;4;3270.50;9.70;1774.50;1.24;0.30 +139;5;1634.00;10.60;887.00;-1.07;0.30 +139;6;3272.50;9.70;1777.00;2.09;0.30 +139;7;3272.00;9.50;1778.50;2.43;0.30 +139;9;3265.94;9.51;1775.00;1.57;0.30 +139;10;3272.06;9.67;1775.00;-1.57;0.30 +139;21;3265.94;9.51;1775.00;1.57;0.30 140;0;3408.00;9.90;1813.00;0.00;0.40 +140;1;3410.50;9.95;1809.00;0.55;0.40 +140;2;3406.00;9.90;1809.50;-0.51;0.40 +140;3;3412.00;9.90;1813.50;1.69;0.40 +140;4;3405.00;9.85;1815.00;4.12;0.40 +140;5;3409.50;9.80;1817.50;2.82;0.40 +140;9;3404.40;9.80;1813.00;1.57;0.40 +140;10;3411.60;9.90;1813.00;-1.57;0.40 +140;21;3404.40;9.80;1813.00;1.57;0.40 141;0;3227.00;10.02;1798.00;0.00;0.24 +141;1;3226.50;9.65;1794.00;-0.12;0.24 +141;2;3228.00;10.00;1794.00;0.24;0.24 +141;3;3229.50;10.20;1795.00;0.69;0.24 +141;4;1613.00;15.40;898.50;-1.06;0.24 +141;5;3228.50;10.20;1799.00;2.15;0.24 +141;6;3224.50;9.80;1801.00;3.83;0.24 +141;7;3227.00;10.25;1802.50;3.14;0.24 +141;9;3224.84;9.50;1798.00;1.57;0.24 +141;10;3229.16;10.23;1798.00;-1.57;0.24 +141;21;3224.84;9.50;1798.00;1.57;0.24 142;0;3297.00;9.90;1959.00;0.00;0.36 +142;1;3292.50;9.80;1956.50;-1.06;0.36 +142;2;3298.50;9.85;1956.00;0.46;0.36 +142;3;3303.00;9.80;1956.50;1.17;0.36 +142;4;3302.50;10.00;1960.00;1.75;0.36 +142;5;3291.50;9.90;1959.50;4.62;0.36 +142;6;3294.00;10.00;1962.00;3.92;0.36 +142;7;3298.50;10.00;1962.50;2.73;0.36 +142;9;3292.14;9.90;1959.00;1.57;0.36 +142;10;3301.86;10.00;1959.00;-1.57;0.36 +142;21;3292.14;9.90;1959.00;1.57;0.36 143;0;3463.00;10.30;1703.00;0.00;0.22 +143;1;3463.50;9.95;1701.00;0.24;0.22 +143;2;3461.00;10.40;1702.50;-1.32;0.22 +143;3;3465.50;9.90;1702.50;1.37;0.22 +143;4;3461.00;10.50;1704.00;4.24;0.22 +143;5;3464.50;10.45;1705.00;2.49;0.22 +143;6;3462.50;10.50;1705.00;3.38;0.22 +143;9;3461.02;10.45;1703.00;1.57;0.22 +143;10;3464.98;10.07;1703.00;-1.57;0.22 +143;21;3461.02;10.45;1703.00;1.57;0.22 144;0;2961.00;11.35;1746.00;0.00;0.24 +144;1;2959.00;10.95;1743.50;-0.67;0.24 +144;2;2963.00;11.30;1745.00;1.10;0.24 +144;3;2957.50;11.25;1745.00;-1.29;0.24 +144;4;2960.00;11.55;1747.50;3.73;0.24 +144;5;2964.50;11.50;1747.50;1.97;0.24 +144;9;2957.76;11.36;1746.00;1.57;0.24 +144;10;2964.24;11.33;1746.00;-1.57;0.24 +144;21;2957.76;11.36;1746.00;1.57;0.24 145;0;3076.00;11.57;1848.00;0.00;0.36 +145;1;3073.00;11.50;1845.00;-0.78;0.36 +145;2;3076.50;11.40;1845.00;0.16;0.36 +145;3;3079.00;11.70;1847.50;1.40;0.36 +145;4;3074.00;11.60;1849.50;4.06;0.36 +145;5;3079.50;12.00;1850.50;2.19;0.36 +145;6;3077.00;11.85;1852.00;2.89;0.36 +145;9;3072.40;11.50;1848.00;1.57;0.36 +145;10;3079.60;11.75;1848.00;-1.57;0.36 +145;21;3072.40;11.50;1848.00;1.57;0.36 146;0;3605.00;9.80;1711.00;0.00;0.30 +146;1;3606.50;9.80;1707.50;0.40;0.30 +146;2;3604.00;9.80;1708.00;-0.32;0.30 +146;3;3607.50;9.80;1712.00;1.95;0.30 +146;4;3602.00;9.80;1711.50;4.54;0.30 +146;5;3601.00;9.90;1714.00;4.06;0.30 +146;6;3604.50;9.80;1714.50;3.28;0.30 +146;9;3602.30;9.80;1711.00;1.57;0.30 +146;10;3607.70;9.80;1711.00;-1.57;0.30 +146;21;3602.30;9.80;1711.00;1.57;0.30 147;0;2996.00;10.47;1723.00;0.00;0.26 +147;1;2996.00;10.35;1720.00;0.00;0.26 +147;2;2999.50;10.50;1722.00;1.29;0.26 +147;3;2992.50;10.25;1722.00;-1.29;0.26 +147;4;2992.50;10.50;1724.50;4.30;0.26 +147;5;2996.50;10.55;1725.00;2.89;0.26 +147;9;2993.12;10.38;1723.00;1.57;0.26 +147;10;2998.88;10.51;1723.00;-1.57;0.26 +147;21;2993.12;10.38;1723.00;1.57;0.26 148;0;3107.00;11.45;1887.00;0.00;0.36 -149;0;3285.00;9.72;1737.00;0.00;0.22 +148;1;3107.00;11.40;1884.00;0.00;0.36 +148;2;3112.00;11.40;1883.50;0.96;0.36 +148;3;3112.50;11.40;1884.00;1.07;0.36 +148;4;3110.50;11.60;1887.50;1.71;0.36 +148;5;1553.00;9.50;943.00;-1.02;0.36 +148;6;3106.00;11.75;1890.50;3.42;0.36 +148;7;3102.50;11.00;1892.00;3.87;0.36 +148;9;3103.22;10.91;1887.00;1.57;0.36 +148;10;3110.78;11.52;1887.00;-1.57;0.36 +148;21;3103.22;10.91;1887.00;1.57;0.36 +149;0;3285.00;9.72;1737.00;0.00;0.24 +149;1;3285.00;9.85;1733.50;0.00;0.24 +149;2;3284.00;9.85;1734.50;-0.38;0.24 +149;3;3287.00;9.70;1735.00;0.78;0.24 +149;4;3283.50;9.80;1737.50;4.39;0.24 +149;5;3286.50;9.70;1739.00;2.49;0.24 +149;6;3284.00;9.75;1741.00;3.38;0.24 +149;9;3282.84;9.85;1737.00;1.57;0.24 +149;10;3287.16;9.70;1737.00;-1.57;0.24 +149;21;3288.00;9.70;1737.00;0.00;0.24 +149;22;3285.00;9.85;1733.50;0.00;0.24 +149;23;3284.00;9.85;1734.50;-0.38;0.24 +149;24;3287.00;9.70;1735.00;0.78;0.24 +149;25;3283.50;9.80;1737.50;4.39;0.24 +149;26;3286.50;9.70;1739.00;2.49;0.24 +149;27;3284.00;9.75;1741.00;3.38;0.24 +149;38;3287.16;9.70;1737.00;-1.57;0.24 150;0;3373.00;10.45;1694.00;0.00;0.24 +150;1;3375.00;10.40;1691.50;0.67;0.24 +150;2;3372.50;10.50;1691.50;-0.19;0.24 +150;3;3370.50;10.40;1694.00;4.71;0.24 +150;4;3375.50;10.40;1694.00;1.57;0.24 +150;5;3373.00;10.40;1696.50;3.14;0.24 +150;6;3375.50;10.40;1696.00;2.24;0.24 +150;7;3370.50;10.40;1696.50;3.92;0.24 +150;9;3370.66;10.40;1694.00;1.57;0.24 +150;10;3375.34;10.40;1694.00;-1.57;0.24 +150;21;3370.66;10.40;1694.00;1.57;0.24 151;0;3148.00;11.17;1928.00;0.00;0.36 +151;1;3148.00;11.20;1925.50;0.00;0.36 +151;2;3152.50;11.00;1925.50;1.06;0.36 +151;3;3142.00;11.30;1927.50;-1.48;0.36 +151;4;3143.50;11.30;1929.50;4.39;0.36 +151;5;3152.00;11.25;1929.50;1.93;0.36 +151;6;3147.00;11.35;1931.00;3.46;0.36 +151;9;3142.96;11.25;1928.00;1.57;0.36 +151;10;3153.04;11.20;1928.00;-1.57;0.36 +151;21;3153.04;11.20;1928.00;-1.57;0.36 152;0;3335.00;10.30;1743.00;0.00;0.20 +152;1;3334.00;10.25;1740.50;-0.38;0.20 +152;2;3336.50;10.35;1741.00;0.64;0.20 +152;3;3337.50;10.40;1743.50;1.76;0.20 +152;4;3332.50;10.30;1743.50;4.51;0.20 +152;5;3335.00;10.30;1745.00;3.14;0.20 +152;9;3332.84;10.30;1743.00;1.57;0.20 +152;10;3337.16;10.38;1743.00;-1.57;0.20 +152;21;3332.84;10.30;1743.00;1.57;0.20 153;0;1719.00;9.70;1069.00;0.00;0.26 +153;1;1717.00;9.70;1069.50;4.46;0.26 +153;2;1714.79;9.50;1067.59;0.16;0.26 +153;9;1712.88;9.61;1069.00;1.57;0.26 +153;10;1725.12;9.50;1069.00;-1.57;0.26 +153;19;1738.00;9.50;1065.00;-1.82;0.26 +153;20;1739.71;9.50;1064.64;1.36;0.26 +153;21;1729.31;9.50;1064.25;1.57;0.26 154;0;3597.00;10.40;1832.00;0.00;0.80 -155;0;3331.00;9.82;1811.00;0.00;0.36 +154;1;3594.50;10.40;1824.00;-0.30;0.80 +154;2;3605.00;10.40;1825.50;0.88;0.80 +154;3;3588.00;10.40;1825.00;-0.91;0.80 +154;4;3588.50;10.50;1832.50;4.65;0.80 +154;5;3602.50;10.40;1836.50;2.25;0.80 +154;6;3593.00;10.50;1840.50;3.58;0.80 +154;9;3588.90;10.43;1832.00;1.57;0.80 +154;10;3605.10;10.50;1832.00;-1.57;0.80 +154;21;3588.90;10.43;1832.00;1.57;0.80 +155;0;3331.00;9.82;1811.00;0.00;0.40 +155;1;3335.00;9.65;1807.00;0.78;0.40 +155;2;3330.00;9.60;1809.50;-0.58;0.40 +155;3;3334.00;9.50;1810.50;1.40;0.40 +155;4;3327.00;10.05;1811.50;4.58;0.40 +155;5;3328.00;10.30;1813.50;4.01;0.40 +155;6;3332.50;9.70;1814.50;2.73;0.40 +155;7;3331.00;10.10;1815.00;3.14;0.40 +155;9;3327.04;9.95;1811.00;1.57;0.40 +155;10;3334.96;9.50;1811.00;-1.57;0.40 +155;21;3328.00;10.10;1811.00;0.00;0.40 +155;22;3335.00;9.65;1807.00;0.78;0.40 +155;23;3330.00;9.60;1809.50;-0.58;0.40 +155;24;3334.00;9.50;1810.50;1.40;0.40 +155;25;3327.00;10.05;1811.50;4.58;0.40 +155;26;3328.00;10.30;1813.50;4.01;0.40 +155;27;3332.50;9.70;1814.50;2.73;0.40 +155;28;3331.00;10.10;1815.00;3.14;0.40 +155;38;3334.96;9.50;1811.00;-1.57;0.40 156;0;3044.00;10.65;1752.00;0.00;0.24 +156;1;3045.00;10.45;1749.00;0.32;0.24 +156;2;3046.00;10.60;1750.00;0.78;0.24 +156;3;3042.50;10.45;1751.00;-0.98;0.24 +156;4;3046.00;10.70;1752.50;1.81;0.24 +156;5;1521.50;9.50;875.50;-1.04;0.24 +156;6;3043.50;10.70;1754.50;3.33;0.24 +156;9;3041.84;10.56;1752.00;1.57;0.24 +156;10;3046.16;10.70;1752.00;-1.57;0.24 +156;21;3041.84;10.56;1752.00;1.57;0.24 157;0;3314.00;10.22;1810.00;0.00;0.32 +157;1;3312.50;10.35;1808.00;-0.64;0.32 +157;2;3316.00;9.75;1806.50;0.51;0.32 +157;3;1656.50;10.20;904.50;-1.07;0.32 +157;4;3318.00;9.90;1810.50;1.69;0.32 +157;5;3312.00;10.60;1812.50;3.81;0.32 +157;6;3315.50;10.60;1812.50;2.60;0.32 +157;9;3311.12;10.50;1810.00;1.57;0.32 +157;10;3316.88;9.86;1810.00;-1.57;0.32 +157;21;3311.12;10.50;1810.00;1.57;0.32 158;0;3204.00;9.60;1859.00;0.00;0.28 +158;1;3204.50;9.70;1855.50;0.14;0.28 +158;2;3207.00;9.60;1857.50;1.10;0.28 +158;3;3203.50;9.65;1857.00;-0.24;0.28 +158;4;3191.79;9.70;1857.22;-1.40;0.28 +158;5;3205.50;9.70;1861.00;2.49;0.28 +158;9;3199.50;9.50;1859.00;1.57;0.28 +158;10;3208.50;9.70;1859.00;-1.57;0.28 +158;19;3196.00;9.50;1858.00;-1.41;0.28 +158;20;3194.26;9.50;1857.78;-1.44;0.28 +158;21;3199.50;9.50;1859.00;1.57;0.28 159;0;2735.00;12.70;1665.00;0.00;0.22 +159;1;2735.00;12.52;1663.00;0.00;0.22 +159;2;2733.00;12.40;1663.00;-0.78;0.22 +159;3;2733.00;12.75;1665.00;4.71;0.22 +159;4;2737.00;12.42;1664.00;1.10;0.22 +159;5;2737.50;12.70;1665.50;1.76;0.22 +159;6;2735.00;12.85;1667.00;3.14;0.22 +159;9;2732.84;12.71;1665.00;1.57;0.22 +159;10;2737.16;12.60;1665.00;-1.57;0.22 +159;21;2732.84;12.71;1665.00;1.57;0.22 160;0;3379.00;10.40;1732.00;0.00;0.30 +160;1;3376.50;10.40;1729.00;-0.69;0.30 +160;2;3380.50;10.40;1730.00;0.64;0.30 +160;3;3377.00;10.40;1732.50;4.46;0.30 +160;4;3382.00;10.12;1734.00;2.15;0.30 +160;5;3380.00;10.37;1735.00;2.82;0.30 +160;9;3376.12;10.40;1732.00;1.57;0.30 +160;10;3381.88;10.21;1732.00;-1.57;0.30 +160;21;3376.12;10.40;1732.00;1.57;0.30 161;0;3087.00;9.70;1716.00;0.00;0.28 +161;1;3085.50;9.70;1714.00;-0.64;0.28 +161;2;3083.50;9.50;1716.00;4.71;0.28 +161;3;3089.50;9.70;1717.00;1.95;0.28 +161;4;3084.00;9.67;1717.00;4.39;0.28 +161;5;3086.00;9.70;1717.00;3.92;0.28 +161;9;3083.76;9.53;1716.00;1.57;0.28 +161;10;3090.24;9.57;1716.00;-1.57;0.28 +161;19;3086.00;9.53;1712.00;-0.64;0.28 +161;20;3085.57;9.53;1710.30;-0.24;0.28 +161;21;3090.24;9.57;1716.00;-1.57;0.28 162;0;3211.00;10.50;1887.00;0.00;0.28 +162;1;3207.00;10.35;1885.00;-1.10;0.28 +162;2;3213.00;10.40;1884.50;0.67;0.28 +162;3;3218.00;10.40;1886.50;1.49;0.28 +162;4;3206.50;10.10;1889.00;4.29;0.28 +162;5;3213.50;10.25;1889.00;2.24;0.28 +162;9;3206.14;10.10;1887.00;1.57;0.28 +162;10;3215.86;10.33;1887.00;-1.57;0.28 +162;21;3206.14;10.10;1887.00;1.57;0.28 163;0;3398.00;10.40;1744.00;0.00;0.26 +163;1;3398.00;10.40;1741.00;0.00;0.26 +163;2;3400.00;10.40;1741.50;0.67;0.26 +163;3;3395.50;10.40;1743.50;-1.37;0.26 +163;4;3399.50;10.40;1745.00;2.15;0.26 +163;5;3397.00;10.40;1747.00;3.46;0.26 +163;9;3395.66;10.40;1744.00;1.57;0.26 +163;10;3400.34;10.40;1744.00;-1.57;0.26 +163;21;3395.66;10.40;1744.00;1.57;0.26 164;0;3442.00;10.40;1690.00;0.00;0.22 +164;1;3443.50;10.20;1688.00;0.64;0.22 +164;2;3446.00;10.40;1689.50;1.44;0.22 +164;3;3439.50;10.40;1690.00;4.71;0.22 +164;4;3443.00;10.40;1692.00;2.67;0.22 +164;5;3438.50;10.40;1692.00;4.19;0.22 +164;9;3439.12;10.40;1690.00;1.57;0.22 +164;10;3444.88;10.40;1690.00;-1.57;0.22 +164;21;3439.12;10.40;1690.00;1.57;0.22 165;0;3232.00;9.85;1771.00;0.00;0.22 -166;0;3374.00;10.20;1759.00;0.00;0.26 +165;1;3231.00;10.00;1767.50;-0.27;0.22 +165;2;1615.50;10.50;885.00;-1.06;0.22 +165;3;3232.50;10.10;1768.50;0.19;0.22 +165;4;1615.50;10.50;885.00;-1.06;0.22 +165;5;3233.50;10.05;1773.00;2.49;0.22 +165;6;3232.00;9.70;1774.50;3.14;0.22 +165;9;3230.02;9.50;1771.00;1.57;0.22 +165;10;3233.98;10.12;1771.00;-1.57;0.22 +165;21;3230.02;9.50;1771.00;1.57;0.22 +166;0;3374.00;10.20;1759.00;0.00;0.28 +166;1;3372.00;10.30;1757.00;-0.78;0.28 +166;2;3375.50;10.50;1757.50;0.78;0.28 +166;3;3372.50;9.90;1760.50;3.92;0.28 +166;4;3377.00;10.20;1760.00;1.89;0.28 +166;5;3375.50;9.70;1761.50;2.60;0.28 +166;9;3371.48;10.15;1759.00;1.57;0.28 +166;10;3376.52;10.35;1759.00;-1.57;0.28 +166;21;3371.00;10.15;1759.00;0.00;0.28 +166;22;3372.00;10.30;1757.00;-0.78;0.28 +166;23;3375.50;10.50;1757.50;0.78;0.28 +166;24;3372.50;9.90;1760.50;3.92;0.28 +166;25;3377.00;10.20;1760.00;1.89;0.28 +166;26;3375.50;9.70;1761.50;2.60;0.28 +166;38;3376.52;10.35;1759.00;-1.57;0.28 167;0;3206.00;10.30;1948.00;0.00;0.40 +167;1;3207.00;10.50;1942.50;0.18;0.40 +167;2;3209.50;10.20;1947.00;1.29;0.40 +167;3;3203.00;10.35;1946.50;-1.10;0.40 +167;4;3201.50;10.50;1950.50;4.20;0.40 +167;5;3208.00;10.42;1952.00;2.67;0.40 +167;6;3204.50;10.50;1952.50;3.46;0.40 +167;9;3202.40;10.50;1948.00;1.57;0.40 +167;10;3209.60;10.25;1948.00;-1.57;0.40 +167;21;3202.40;10.50;1948.00;1.57;0.40 168;0;3014.00;11.85;1827.00;0.00;0.32 +168;1;3014.00;12.15;1822.50;0.00;0.32 +168;2;3015.00;12.10;1824.00;0.32;0.32 +168;3;3012.00;11.57;1826.00;-1.10;0.32 +168;4;3017.00;12.10;1826.50;1.40;0.32 +168;5;3018.00;12.20;1828.50;1.93;0.32 +168;6;3011.50;11.60;1829.50;3.92;0.32 +168;7;3015.50;12.20;1829.50;2.60;0.32 +168;9;3010.76;11.40;1827.00;1.57;0.32 +168;10;3017.24;12.11;1827.00;-1.57;0.32 +168;21;3010.76;11.40;1827.00;1.57;0.32 169;0;3146.00;9.65;1763.00;0.00;0.26 +169;1;3145.50;9.60;1761.00;-0.24;0.26 +169;2;3143.50;9.70;1764.00;4.33;0.26 +169;3;3149.00;9.70;1762.00;1.24;0.26 +169;4;3149.00;9.70;1764.00;1.89;0.26 +169;5;3146.50;9.60;1765.50;2.94;0.26 +169;9;3143.48;9.69;1763.00;1.57;0.26 +169;10;3148.52;9.70;1763.00;-1.57;0.26 +169;19;3143.00;9.50;1771.00;-1.95;0.26 +169;20;3142.38;9.50;1772.63;3.50;0.26 +169;21;3143.48;9.69;1763.00;1.57;0.26 170;0;3329.00;10.40;1846.00;0.00;0.32 +170;1;3330.00;10.40;1843.00;0.32;0.32 +170;2;3327.00;10.30;1842.50;-0.51;0.32 +170;3;3326.50;10.20;1846.50;4.51;0.32 +170;4;3332.50;10.40;1846.50;1.71;0.32 +170;5;3331.50;10.40;1849.50;2.52;0.32 +170;6;3328.50;10.40;1850.00;3.26;0.32 +170;9;3326.12;10.12;1846.00;1.57;0.32 +170;10;3331.88;10.40;1846.00;-1.57;0.32 +170;21;3326.12;10.12;1846.00;1.57;0.32 171;0;2984.00;9.85;1704.00;0.00;0.20 +171;1;2982.50;9.50;1704.00;4.71;0.20 +171;2;2984.50;9.85;1700.00;0.12;0.20 +171;3;2985.50;10.10;1703.00;0.98;0.20 +171;4;2986.00;10.12;1706.00;2.35;0.20 +171;5;2984.00;10.10;1707.50;3.14;0.20 +171;9;2982.20;9.50;1704.00;1.57;0.20 +171;10;2985.80;10.13;1704.00;-1.57;0.20 +171;19;2981.00;9.50;1713.00;-1.57;0.20 +171;20;2980.44;9.50;1714.66;3.46;0.20 +171;21;2982.20;9.50;1704.00;1.57;0.20 172;0;3343.00;10.50;1727.00;0.00;0.24 +172;1;3342.50;10.50;1724.50;-0.19;0.24 +172;2;3345.00;10.50;1727.50;1.81;0.24 +172;3;3340.50;10.40;1727.00;4.71;0.24 +172;4;3343.00;10.35;1729.50;3.14;0.24 +172;9;3340.84;10.40;1727.00;1.57;0.24 +172;10;3345.16;10.53;1727.00;-1.57;0.24 +172;21;3340.84;10.40;1727.00;1.57;0.24 173;0;3036.00;11.72;1893.00;0.00;0.32 +173;1;3037.50;12.60;1890.00;0.46;0.32 +173;2;3033.00;12.00;1890.50;-0.87;0.32 +173;3;3031.50;11.10;1893.00;4.71;0.32 +173;4;3040.50;12.50;1893.00;1.57;0.32 +173;5;3038.00;11.70;1895.50;2.46;0.32 +173;6;3034.00;11.32;1896.00;3.73;0.32 +173;9;3032.40;11.28;1893.00;1.57;0.32 +173;10;3039.60;12.32;1893.00;-1.57;0.32 +173;21;3032.40;11.28;1893.00;1.57;0.32 174;0;3457.00;10.50;1726.00;0.00;0.24 +174;1;3456.50;10.40;1723.00;-0.16;0.24 +174;2;3454.50;10.30;1725.50;-1.37;0.24 +174;3;3458.50;10.50;1724.00;0.64;0.24 +174;4;3459.50;10.50;1725.00;1.19;0.24 +174;5;3459.00;10.40;1727.50;2.21;0.24 +174;6;3456.00;10.35;1728.50;3.52;0.24 +174;9;3454.84;10.35;1726.00;1.57;0.24 +174;10;3459.16;10.45;1726.00;-1.57;0.24 +174;21;3454.84;10.35;1726.00;1.57;0.24 175;0;3515.00;9.80;1691.00;0.00;0.20 +175;1;3514.50;9.80;1689.50;-0.32;0.20 +175;2;3517.50;9.80;1689.50;1.03;0.20 +175;3;3517.50;9.80;1692.00;1.95;0.20 +175;4;3512.50;9.80;1691.50;4.51;0.20 +175;5;3515.00;9.80;1693.00;3.14;0.20 +175;9;3512.84;9.80;1691.00;1.57;0.20 +175;10;3517.16;9.80;1691.00;-1.57;0.20 +175;21;3512.84;9.80;1691.00;1.57;0.20 176;0;3310.00;9.80;1879.00;0.00;0.38 +176;1;3310.00;9.80;1874.00;0.00;0.38 +176;2;3313.00;9.80;1875.00;0.64;0.38 +176;3;3307.00;9.80;1877.00;-0.98;0.38 +176;4;3314.50;9.80;1878.00;1.35;0.38 +176;5;3306.00;9.80;1881.00;4.24;0.38 +176;6;3311.00;9.80;1882.50;2.86;0.38 +176;7;3307.50;9.85;1884.00;3.60;0.38 +176;9;3306.58;9.80;1879.00;1.57;0.38 +176;10;3313.42;9.80;1879.00;-1.57;0.38 +176;21;3306.58;9.80;1879.00;1.57;0.38 177;0;1853.00;9.67;1104.00;0.00;0.16 +177;1;1853.00;9.67;1104.00;0.00;0.16 +177;2;1853.00;9.50;1100.50;0.00;0.16 +177;3;1851.50;9.70;1107.00;3.60;0.16 +177;9;1851.56;9.50;1104.00;1.57;0.16 +177;10;1854.44;9.70;1104.00;-1.57;0.16 +177;19;1856.00;9.53;1106.00;-1.57;0.16 +177;20;1857.45;9.53;1106.97;2.15;0.16 +177;21;1851.56;9.50;1104.00;1.57;0.16 178;0;3310.00;10.40;1927.00;0.00;0.32 +178;1;3310.50;10.35;1924.00;0.16;0.32 +178;2;3304.00;10.45;1928.00;4.54;0.32 +178;3;3316.00;10.70;1927.00;1.57;0.32 +178;4;3312.00;10.70;1930.00;2.55;0.32 +178;5;3306.00;10.65;1931.00;3.92;0.32 +178;9;3305.32;10.40;1927.00;1.57;0.32 +178;10;3314.68;10.70;1927.00;-1.57;0.32 +178;21;3305.32;10.40;1927.00;1.57;0.32 179;0;2996.00;10.77;1741.00;0.00;0.26 +179;1;2996.00;10.77;1738.00;0.00;0.26 +179;2;2993.50;10.70;1738.50;-0.78;0.26 +179;3;2998.00;10.95;1741.50;1.81;0.26 +179;4;2995.00;10.60;1741.50;4.24;0.26 +179;5;2998.50;11.00;1744.00;2.44;0.26 +179;6;2997.00;10.75;1744.50;2.86;0.26 +179;9;2993.66;10.46;1741.00;1.57;0.26 +179;10;2998.34;10.94;1741.00;-1.57;0.26 +179;21;2993.66;10.46;1741.00;1.57;0.26 180;0;3490.00;9.80;1840.00;0.00;0.78 +180;1;3490.00;10.00;1831.00;0.00;0.78 +180;2;3484.00;9.80;1838.50;-1.32;0.78 +180;3;3497.50;9.85;1833.00;0.82;0.78 +180;4;3495.00;9.70;1843.00;2.11;0.78 +180;5;3485.00;9.80;1848.00;3.70;0.78 +180;9;3482.98;9.80;1840.00;1.57;0.78 +180;10;3497.02;9.72;1840.00;-1.57;0.78 +180;21;3482.98;9.80;1840.00;1.57;0.78 181;0;3264.00;10.35;1718.00;0.00;0.22 +181;1;3264.50;10.05;1716.00;0.24;0.22 +181;2;3267.50;10.40;1717.00;1.29;0.22 +181;3;3261.50;10.30;1717.50;-1.37;0.22 +181;4;3265.50;10.40;1719.50;2.35;0.22 +181;5;3261.50;10.40;1720.00;4.03;0.22 +181;9;3261.12;10.30;1718.00;1.57;0.22 +181;10;3266.88;10.40;1718.00;-1.57;0.22 +181;21;3261.12;10.30;1718.00;1.57;0.22 182;0;3099.00;10.35;1818.00;0.00;0.30 +182;1;3100.00;9.80;1815.50;0.38;0.30 +182;2;3096.50;10.35;1816.00;-0.89;0.30 +182;3;3097.00;10.50;1820.00;3.92;0.30 +182;4;3102.00;10.40;1819.50;2.03;0.30 +182;5;3099.50;10.55;1822.00;3.01;0.30 +182;9;3096.30;10.44;1818.00;1.57;0.30 +182;10;3101.70;10.19;1818.00;-1.57;0.30 +182;19;3099.00;9.60;1814.00;0.38;0.30 +182;20;3099.00;9.60;1812.25;0.00;0.30 +182;21;3096.30;10.44;1818.00;1.57;0.30 183;0;3460.00;10.55;1780.00;0.00;0.42 +183;1;3457.50;10.50;1776.00;-0.55;0.42 +183;2;3462.50;10.40;1776.50;0.62;0.42 +183;3;3456.00;10.35;1781.00;4.46;0.42 +183;4;3464.50;10.40;1779.50;1.46;0.42 +183;5;3463.00;10.50;1784.00;2.49;0.42 +183;6;3460.50;10.60;1785.00;3.04;0.42 +183;9;3456.22;10.29;1780.00;1.57;0.42 +183;10;3463.78;10.47;1780.00;-1.57;0.42 +183;21;3456.22;10.29;1780.00;1.57;0.42 184;0;3048.00;11.60;1849.00;0.00;0.34 +184;1;3050.00;11.45;1845.00;0.46;0.34 +184;2;3046.50;11.65;1848.00;-0.98;0.34 +184;3;3052.00;11.55;1847.00;1.10;0.34 +184;4;3053.00;11.72;1849.00;1.57;0.34 +184;5;3050.00;11.75;1850.50;2.21;0.34 +184;6;3042.50;12.00;1851.50;4.28;0.34 +184;7;3045.00;11.80;1852.50;3.85;0.34 +184;8;3041.50;12.30;1852.50;4.21;0.34 +184;9;3043.50;11.75;1849.00;1.57;0.34 +184;10;3052.50;11.70;1849.00;-1.57;0.34 +184;21;3043.50;11.75;1849.00;1.57;0.34 185;0;3157.00;9.70;1697.00;0.00;0.36 +185;1;3153.00;9.70;1695.50;-1.21;0.36 +185;2;3159.00;9.70;1697.50;1.81;0.36 +185;3;3162.00;9.70;1699.50;2.03;0.36 +185;4;3157.00;9.70;1700.00;3.14;0.36 +185;9;3152.86;9.70;1697.00;1.57;0.36 +185;10;3161.14;9.66;1697.00;-1.57;0.36 +185;19;3161.00;9.55;1702.00;-4.47;0.36 +185;20;3162.09;9.55;1703.36;2.46;0.36 +185;21;3152.86;9.70;1697.00;1.57;0.36 186;0;3549.00;10.00;1761.00;0.00;0.36 +186;1;3548.50;9.90;1758.00;-0.16;0.36 +186;2;3554.50;10.40;1758.50;1.14;0.36 +186;3;3542.50;10.50;1759.00;-1.27;0.36 +186;4;3541.50;10.50;1760.00;-1.43;0.36 +186;5;3541.50;10.50;1761.50;4.64;0.36 +186;6;3554.50;10.50;1763.50;1.99;0.36 +186;7;3546.50;10.50;1764.00;3.83;0.36 +186;9;3543.60;10.49;1761.00;1.57;0.36 +186;10;3554.40;10.50;1761.00;-1.57;0.36 +186;21;3543.60;10.49;1761.00;1.57;0.36 187;0;3336.00;10.42;1687.00;0.00;0.24 +187;1;3334.00;10.70;1685.00;-0.78;0.24 +187;2;3337.50;10.60;1684.50;0.54;0.24 +187;3;3339.00;10.10;1687.00;1.57;0.24 +187;4;3332.50;10.70;1687.00;4.71;0.24 +187;5;3336.00;10.10;1689.00;3.14;0.24 +187;6;3339.00;9.95;1689.50;2.26;0.24 +187;9;3333.66;10.63;1687.00;1.57;0.24 +187;10;3338.34;10.17;1687.00;-1.57;0.24 +187;21;3333.66;10.63;1687.00;1.57;0.24 188;0;2898.00;10.22;1785.00;0.00;0.34 +188;1;2896.00;9.85;1785.00;4.71;0.34 +188;2;2900.50;9.80;1781.50;0.62;0.34 +188;3;2901.50;11.65;1784.00;1.29;0.34 +188;4;2903.00;10.52;1788.00;2.11;0.34 +188;9;2893.14;9.50;1785.00;1.57;0.34 +188;10;2902.86;11.82;1785.00;-1.57;0.34 +188;19;2882.00;9.50;1778.00;-1.57;0.34 +188;20;2880.39;9.50;1777.29;-1.15;0.34 +188;21;2893.14;9.50;1785.00;1.57;0.34 189;0;3647.00;10.20;1722.00;0.00;0.34 +189;1;3643.50;10.70;1719.00;-0.86;0.34 +189;2;3649.00;9.90;1719.50;0.67;0.34 +189;3;3643.00;10.60;1723.00;4.46;0.34 +189;4;3652.00;9.95;1723.00;1.76;0.34 +189;5;3648.50;10.00;1725.50;2.73;0.34 +189;9;3643.04;10.60;1722.00;1.57;0.34 +189;10;3650.96;9.90;1722.00;-1.57;0.34 +189;21;3643.04;10.60;1722.00;1.57;0.34 190;0;3079.00;15.55;1918.00;0.00;0.24 +190;1;3075.50;14.50;1916.00;-1.05;0.24 +190;2;3081.00;14.90;1915.50;0.67;0.24 +190;3;3084.00;15.12;1917.00;1.37;0.24 +190;4;3076.00;14.40;1919.50;4.24;0.24 +190;5;3083.00;15.65;1919.50;1.93;0.24 +190;9;3074.14;14.14;1918.00;1.57;0.24 +190;10;3083.86;15.38;1918.00;-1.57;0.24 +190;21;3074.14;14.14;1918.00;1.57;0.24 191;0;3248.00;13.10;461.00;0.00;0.84 +191;1;3254.00;13.35;450.00;0.49;0.84 +191;2;3259.50;13.10;453.50;0.99;0.84 +191;3;3244.00;13.30;458.50;-1.01;0.84 +191;4;3252.00;13.00;461.00;1.57;0.84 +191;5;3239.00;13.15;468.50;4.01;0.84 +191;6;3245.00;13.10;471.50;3.42;0.84 +191;9;3240.44;12.90;461.00;1.57;0.84 +191;10;3255.56;13.20;461.00;-1.57;0.84 +191;21;3240.44;12.90;461.00;1.57;0.84 192;0;3081.00;11.90;1941.00;0.00;0.28 +192;1;3082.50;12.85;1938.00;0.46;0.28 +192;2;3080.00;12.40;1938.50;-0.38;0.28 +192;3;3084.50;13.30;1940.50;1.42;0.28 +192;4;3077.50;11.80;1940.50;-1.42;0.28 +192;5;3078.50;10.65;1943.00;4.03;0.28 +192;6;3083.00;11.70;1943.50;2.46;0.28 +192;9;3077.76;11.63;1941.00;1.57;0.28 +192;10;3084.24;12.99;1941.00;-1.57;0.28 +192;19;3075.00;9.50;1945.00;-2.25;0.28 +192;20;3073.54;9.50;1945.97;4.12;0.28 +192;21;3078.28;10.20;1943.38;-1.57;0.28 193;0;3253.00;10.50;1816.00;0.00;0.22 +193;1;3251.00;10.40;1813.50;-0.67;0.22 +193;2;3255.00;10.50;1814.00;0.78;0.22 +193;3;3249.50;10.40;1815.50;-1.42;0.22 +193;4;1626.00;11.75;907.50;-1.06;0.22 +193;5;3257.00;10.50;1817.00;1.81;0.22 +193;6;3250.00;10.40;1817.50;4.24;0.22 +193;7;3254.50;10.50;1818.00;2.49;0.22 +193;9;3249.76;10.40;1816.00;1.57;0.22 +193;10;3256.24;10.50;1816.00;-1.57;0.22 +193;21;3249.76;10.40;1816.00;1.57;0.22 194;0;3340.00;10.60;1709.00;0.00;0.26 +194;1;3341.00;10.47;1706.00;0.32;0.26 +194;2;3338.50;10.60;1707.50;-0.78;0.26 +194;3;3342.50;10.55;1708.00;1.19;0.26 +194;4;3337.50;10.60;1710.50;4.17;0.26 +194;5;3341.00;10.60;1711.00;2.67;0.26 +194;6;3344.00;10.50;1710.50;1.93;0.26 +194;9;3337.30;10.60;1709.00;1.57;0.26 +194;10;3342.70;10.58;1709.00;-1.57;0.26 +194;21;3337.30;10.60;1709.00;1.57;0.26 195;0;3185.00;10.07;1837.00;0.00;0.36 +195;1;3184.00;9.97;1833.00;-0.24;0.36 +195;2;3186.50;10.30;1834.00;0.46;0.36 +195;3;3181.50;9.65;1835.00;-1.05;0.36 +195;4;3189.00;10.30;1837.00;1.57;0.36 +195;5;3182.50;9.70;1839.00;4.03;0.36 +195;6;3188.00;10.30;1839.50;2.26;0.36 +195;9;3181.22;9.70;1837.00;1.57;0.36 +195;10;3188.78;10.30;1837.00;-1.57;0.36 +195;19;3176.00;9.50;1836.00;-2.25;0.36 +195;20;3174.26;9.50;1835.80;-1.46;0.36 +195;21;3181.22;9.70;1837.00;1.57;0.36 196;0;3500.00;9.80;1719.00;0.00;0.20 +196;1;3497.50;9.80;1717.00;-0.89;0.20 +196;2;3501.00;9.80;1716.50;0.38;0.20 +196;3;3503.50;9.80;1717.00;1.05;0.20 +196;4;3497.00;9.80;1719.50;4.54;0.20 +196;5;3503.50;9.80;1719.00;1.57;0.20 +196;6;3501.00;9.80;1721.00;2.67;0.20 +196;9;3497.12;9.80;1719.00;1.57;0.20 +196;10;3502.88;9.80;1719.00;-1.57;0.20 +196;21;3497.12;9.80;1719.00;1.57;0.20 197;0;3268.00;11.00;1902.00;0.00;0.36 +197;1;3265.50;11.00;1900.00;-0.89;0.36 +197;2;3269.50;10.90;1899.00;0.46;0.36 +197;3;3272.50;10.90;1900.50;1.24;0.36 +197;4;3273.00;10.85;1901.50;1.47;0.36 +197;5;3269.00;10.92;1904.00;2.67;0.36 +197;6;3264.50;10.90;1904.50;4.09;0.36 +197;9;3264.40;11.00;1902.00;1.57;0.36 +197;10;3271.60;10.90;1902.00;-1.57;0.36 +197;21;3264.40;11.00;1902.00;1.57;0.36 198;0;3786.00;9.90;1968.00;0.00;1.26 +198;1;3786.50;9.75;1960.00;0.06;1.26 +198;2;3808.50;10.00;1958.50;1.17;1.26 +198;3;3787.00;10.07;1973.00;2.94;1.26 +198;4;3761.00;9.70;1975.50;4.42;1.26 +198;9;3762.96;9.70;1968.00;1.57;1.26 +198;10;3809.04;9.70;1968.00;-1.57;1.26 +198;19;3807.00;9.55;1977.00;-3.34;1.26 +198;20;3808.60;9.55;1977.68;1.97;1.26 +198;21;3762.96;9.70;1968.00;1.57;1.26 199;0;2895.00;10.55;1765.00;0.00;0.18 +199;1;2893.50;10.20;1764.50;-1.24;0.18 +199;2;2900.00;10.40;1765.50;1.67;0.18 +199;3;2897.00;11.20;1766.50;2.21;0.18 +199;9;2890.14;10.09;1765.00;1.57;0.18 +199;10;2899.86;10.16;1765.00;-1.57;0.18 +199;19;2882.00;9.50;1761.00;-1.25;0.18 +199;20;2880.32;9.50;1760.48;-1.27;0.18 +199;21;2890.14;10.09;1765.00;1.57;0.18 200;0;2760.00;10.00;1689.00;0.00;0.24 +200;1;2759.00;10.10;1686.50;-0.38;0.24 +200;2;2762.50;9.90;1687.50;1.03;0.24 +200;3;2756.50;10.10;1689.50;4.57;0.24 +200;4;2763.00;9.85;1690.00;1.89;0.24 +200;5;2759.00;10.05;1691.00;3.60;0.24 +200;9;2757.12;10.16;1689.00;1.57;0.24 +200;10;2762.88;9.86;1689.00;-1.57;0.24 +200;19;2763.00;9.68;1684.00;1.03;0.24 +200;20;2763.90;9.68;1682.49;0.54;0.24 +200;21;2757.12;10.16;1689.00;1.57;0.24 201;0;3169.00;10.50;1904.00;0.00;0.44 +201;1;3170.50;10.50;1900.00;0.35;0.44 +201;2;3166.00;10.47;1903.00;-1.24;0.44 +201;3;3173.00;10.60;1904.50;1.69;0.44 +201;4;3164.50;10.50;1907.00;4.12;0.44 +201;5;3168.00;10.60;1908.50;3.36;0.44 +201;9;3164.68;10.48;1904.00;1.57;0.44 +201;10;3173.32;10.60;1904.00;-1.57;0.44 +201;21;3173.32;10.60;1904.00;-1.57;0.44 202;0;3002.00;12.82;1782.00;0.00;0.22 +202;1;3000.50;13.40;1779.50;-0.54;0.22 +202;2;3005.00;12.77;1781.00;1.24;0.22 +202;3;2999.00;13.00;1782.00;4.71;0.22 +202;4;3006.00;12.70;1782.50;1.69;0.22 +202;5;3002.50;12.55;1784.00;2.89;0.22 +202;9;2998.94;13.00;1782.00;1.57;0.22 +202;10;3005.06;12.67;1782.00;-1.57;0.22 +202;21;2998.94;13.00;1782.00;1.57;0.22 203;0;3187.00;11.05;1945.00;0.00;0.48 +203;1;3184.50;11.00;1942.00;-0.69;0.48 +203;2;3191.50;10.90;1941.50;0.91;0.48 +203;3;3193.50;10.90;1945.00;1.57;0.48 +203;4;3180.50;11.20;1947.00;4.41;0.48 +203;5;3187.00;11.05;1948.50;3.14;0.48 +203;6;3181.50;11.25;1949.00;4.08;0.48 +203;9;3181.24;11.20;1945.00;1.57;0.48 +203;10;3192.76;10.97;1945.00;-1.57;0.48 +203;21;3192.76;10.97;1945.00;-1.57;0.48 204;0;3215.00;9.70;1752.00;0.00;0.20 +204;1;3213.50;9.70;1751.00;-0.98;0.20 +204;2;3215.00;9.70;1748.50;0.00;0.20 +204;3;3216.50;9.70;1751.00;0.98;0.20 +204;4;3214.00;9.80;1754.50;3.52;0.20 +204;5;3217.50;9.70;1754.50;2.35;0.20 +204;6;3216.00;9.75;1755.50;2.86;0.20 +204;9;3213.20;9.70;1752.00;1.57;0.20 +204;10;3216.80;9.70;1752.00;-1.57;0.20 +204;19;3215.00;9.50;1745.00;0.00;0.20 +204;20;3215.00;9.50;1743.25;0.00;0.20 +204;21;3213.20;9.70;1752.00;1.57;0.20 205;0;3072.00;10.75;1802.00;0.00;0.32 +205;1;3075.50;10.20;1798.50;0.78;0.32 +205;2;3072.50;10.60;1799.50;0.19;0.32 +205;3;3074.50;10.70;1802.00;1.57;0.32 +205;4;3070.00;10.65;1801.00;-1.10;0.32 +205;5;3069.00;10.72;1803.00;4.39;0.32 +205;6;3069.00;10.80;1805.00;3.92;0.32 +205;7;3070.50;10.75;1806.00;3.50;0.32 +205;9;3069.12;10.68;1802.00;1.57;0.32 +205;10;3074.88;10.70;1802.00;-1.57;0.32 +205;19;3080.00;9.50;1794.00;0.79;0.32 +205;20;3081.23;9.50;1792.76;0.78;0.32 +205;21;3069.12;10.68;1802.00;1.57;0.32 206;0;3657.00;9.92;1659.00;0.00;0.30 +206;1;3657.50;9.90;1656.00;0.16;0.30 +206;2;3660.00;9.90;1657.00;0.98;0.30 +206;3;3654.00;10.00;1657.50;-1.10;0.30 +206;4;3660.00;9.90;1660.50;2.03;0.30 +206;5;3653.50;10.00;1661.00;4.19;0.30 +206;6;3656.50;10.00;1661.50;3.33;0.30 +206;9;3653.94;10.00;1659.00;1.57;0.30 +206;10;3660.06;9.90;1659.00;-1.57;0.30 +206;21;3653.94;10.00;1659.00;1.57;0.30 207;0;3278.00;10.47;1657.00;0.00;0.26 +207;1;3277.50;10.40;1655.00;-0.24;0.26 +207;2;3280.50;10.10;1656.50;1.37;0.26 +207;3;3275.00;10.10;1656.50;-1.40;0.26 +207;4;3276.00;10.52;1659.00;3.92;0.26 +207;5;3279.00;10.32;1659.00;2.67;0.26 +207;9;3275.66;10.16;1657.00;1.57;0.26 +207;10;3280.34;10.17;1657.00;-1.57;0.26 +207;21;3275.66;10.16;1657.00;1.57;0.26 208;0;3525.00;9.80;1573.00;0.00;0.18 +208;1;3523.50;9.80;1572.00;-0.98;0.18 +208;2;3526.00;9.70;1571.00;0.46;0.18 +208;3;3526.50;9.80;1573.50;1.89;0.18 +208;4;3523.50;9.85;1575.00;3.78;0.18 +208;5;3525.50;9.90;1575.50;2.94;0.18 +208;9;3523.38;9.80;1573.00;1.57;0.18 +208;10;3526.62;9.80;1573.00;-1.57;0.18 +208;21;3523.38;9.80;1573.00;1.57;0.18 209;0;3365.00;9.50;1868.00;0.00;1.70 +209;1;3373.50;9.50;1848.50;0.41;1.70 +209;2;3379.50;9.50;1848.50;0.63;1.70 +209;3;3367.50;9.50;1851.50;0.15;1.70 +209;4;3381.50;9.70;1851.50;0.78;1.70 +209;5;3362.00;9.50;1854.50;-0.21;1.70 +209;6;3374.00;9.50;1859.00;0.78;1.70 +209;7;3357.50;9.50;1858.00;-0.64;1.70 +209;8;3356.00;9.50;1864.50;-1.20;1.70 +209;9;3348.26;9.50;1868.00;1.57;1.70 +209;10;3381.74;9.50;1868.00;-1.57;1.70 +209;11;3378.60;9.50;1836.80;0.41;1.70 +209;12;3388.20;9.50;1836.80;0.63;1.70 +209;13;3369.00;9.50;1841.60;0.15;1.70 +209;14;3391.40;9.50;1841.60;0.78;1.70 +209;15;3360.20;9.50;1846.40;-0.21;1.70 +209;16;3379.40;9.68;1853.60;0.78;1.70 +209;17;3353.00;9.50;1852.00;-0.64;1.70 +209;18;3350.60;9.50;1862.40;-1.20;1.70 +209;21;3348.26;9.50;1868.00;1.57;1.70 210;0;2556.00;9.50;1087.00;0.00;1.40 +210;1;2563.50;9.50;1068.50;0.38;1.40 +210;2;2551.00;9.50;1076.50;-0.44;1.40 +210;3;2566.00;9.50;1077.00;0.78;1.40 +210;4;2572.00;9.50;1084.50;1.41;1.40 +210;5;2541.50;9.50;1091.00;4.44;1.40 +210;6;2566.00;9.50;1094.50;2.21;1.40 +210;7;2551.50;9.50;1100.00;3.47;1.40 +210;8;2556.50;9.50;1106.50;3.11;1.40 +210;9;2543.40;9.50;1087.00;1.57;1.40 +210;10;2568.60;9.50;1087.00;-1.57;1.40 +210;11;2568.00;9.50;1057.40;0.38;1.40 +210;12;2548.00;9.50;1070.20;-0.44;1.40 +210;13;2572.00;9.50;1071.00;0.78;1.40 +210;14;2581.60;9.50;1083.00;1.41;1.40 +210;15;2532.80;9.50;1093.40;4.44;1.40 +210;16;2572.00;9.50;1099.00;2.21;1.40 +210;17;2548.80;9.50;1107.80;3.47;1.40 +210;18;2556.80;9.50;1118.20;3.11;1.40 +210;21;2543.40;9.50;1087.00;1.57;1.40 211;0;3066.00;9.77;1661.00;0.00;0.24 +211;1;3065.50;9.70;1660.00;-0.46;0.24 +211;2;3068.50;9.70;1666.50;2.71;0.24 +211;3;3063.50;9.50;1661.50;4.51;0.24 +211;9;3063.84;9.50;1661.00;1.57;0.24 +211;10;3068.16;9.50;1661.00;-1.57;0.24 +211;19;3062.00;9.50;1657.00;-0.46;0.24 +211;20;3060.76;9.50;1655.76;-0.78;0.24 +211;21;3063.84;9.50;1661.00;1.57;0.24 212;0;3394.00;10.10;1584.00;0.00;0.20 -213;0;2041.00;9.50;346.00;0.00;1.02 -214;0;3434.00;9.80;1631.00;0.00;0.20 -215;0;3247.00;9.80;1563.00;0.00;0.24 +212;1;3393.00;10.10;1582.00;-0.46;0.20 +212;2;3395.00;10.10;1582.50;0.58;0.20 +212;3;3392.00;10.05;1585.00;4.24;0.20 +212;4;3396.00;10.10;1585.00;2.03;0.20 +212;5;3394.50;10.10;1586.50;2.94;0.20 +212;6;3393.00;10.05;1587.00;3.46;0.20 +212;9;3392.20;10.10;1584.00;1.57;0.20 +212;10;3395.80;10.10;1584.00;-1.57;0.20 +212;21;3392.20;10.10;1584.00;1.57;0.20 +213;0;2041.00;9.50;346.00;0.00;1.02 +213;1;2039.00;9.50;333.00;-0.15;1.02 +213;2;2030.50;9.50;345.00;-1.47;1.02 +213;3;2050.00;9.50;341.00;1.06;1.02 +213;4;2055.00;9.50;351.00;1.91;1.02 +213;5;2043.50;9.50;356.00;2.89;1.02 +213;9;2031.28;9.50;346.00;1.57;1.02 +213;10;2050.72;9.50;346.00;-1.57;1.02 +213;11;2037.80;9.50;325.20;-0.15;1.02 +213;12;2024.20;9.50;344.40;-1.47;1.02 +213;13;2055.40;9.50;338.00;1.06;1.02 +213;14;2063.40;9.50;354.00;1.91;1.02 +213;15;2045.00;9.50;362.00;2.89;1.02 +213;21;2031.28;9.50;346.00;1.57;1.02 +214;0;3434.00;9.80;1631.00;0.00;0.20 +214;1;3434.00;9.80;1628.50;0.00;0.20 +214;2;3436.00;9.80;1629.50;0.92;0.20 +214;3;3432.50;9.80;1630.50;-1.24;0.20 +214;4;3436.00;9.80;1631.00;1.57;0.20 +214;5;3434.00;9.80;1633.00;3.14;0.20 +214;6;3432.00;9.85;1633.50;3.81;0.20 +214;9;3432.20;9.84;1631.00;1.57;0.20 +214;10;3435.80;9.80;1631.00;-1.57;0.20 +214;21;3432.20;9.84;1631.00;1.57;0.20 +215;0;3247.00;9.80;1563.00;0.00;0.24 +215;1;3244.00;9.80;1561.00;-0.98;0.24 +215;2;3249.00;9.80;1561.50;0.92;0.24 +215;3;3241.50;9.80;1561.50;-1.30;0.24 +215;4;3252.00;9.80;1563.00;1.57;0.24 +215;5;3241.50;9.80;1563.00;4.71;0.24 +215;6;3244.50;9.80;1564.00;4.33;0.24 +215;7;3249.50;9.80;1565.50;2.35;0.24 +215;8;3252.50;9.80;1566.00;2.07;0.24 +215;9;3242.68;9.80;1563.00;1.57;0.24 +215;10;3251.32;9.80;1563.00;-1.57;0.24 +215;21;3242.68;9.80;1563.00;1.57;0.24 216;0;3247.00;9.90;1595.00;0.00;0.22 +216;1;3244.50;9.90;1593.00;-0.89;0.22 +216;2;3248.00;9.90;1593.50;0.58;0.22 +216;3;3244.00;9.90;1594.00;-1.24;0.22 +216;4;3250.00;9.90;1594.50;1.40;0.22 +216;5;3244.50;9.90;1595.50;4.51;0.22 +216;6;3250.00;9.90;1597.00;2.15;0.22 +216;7;3248.00;9.90;1597.50;2.76;0.22 +216;9;3244.48;9.90;1595.00;1.57;0.22 +216;10;3249.52;9.90;1595.00;-1.57;0.22 +216;21;3244.48;9.90;1595.00;1.57;0.22 217;0;1864.00;9.50;2021.00;0.00;0.98 +217;1;1848.00;9.50;2015.00;-1.21;0.98 +217;2;1865.00;9.50;2010.50;0.09;0.98 +217;3;1880.00;9.50;2011.50;1.03;0.98 +217;4;1877.50;9.50;2023.00;1.71;0.98 +217;5;1853.50;9.50;2027.50;4.15;0.98 +217;9;1851.58;9.50;2021.00;1.57;0.98 +217;10;1876.42;9.50;2021.00;-1.57;0.98 +217;11;1838.40;9.50;2011.40;-1.21;0.98 +217;12;1865.60;9.50;2004.20;0.09;0.98 +217;13;1889.60;9.50;2005.80;1.03;0.98 +217;14;1885.60;9.50;2024.20;1.71;0.98 +217;15;1847.20;9.50;2031.40;4.15;0.98 +217;21;1851.58;9.50;2021.00;1.57;0.98 218;0;1474.00;9.50;338.00;0.00;1.76 +218;1;1473.50;9.50;319.00;-0.02;1.76 +218;2;1459.00;9.50;324.50;-0.83;1.76 +218;3;1492.50;9.50;331.50;1.23;1.76 +218;4;1456.00;9.50;340.00;4.60;1.76 +218;5;1483.00;9.50;352.50;2.58;1.76 +218;6;1461.00;9.50;355.00;3.79;1.76 +218;9;1458.16;9.50;338.00;1.57;1.76 +218;10;1489.84;9.50;338.00;-1.57;1.76 +218;11;1473.20;9.50;307.60;-0.02;1.76 +218;12;1450.00;9.50;316.40;-0.83;1.76 +218;13;1503.60;9.50;327.60;1.23;1.76 +218;14;1445.20;9.50;341.20;4.60;1.76 +218;15;1488.40;9.50;361.20;2.58;1.76 +218;16;1453.20;9.50;365.20;3.79;1.76 +218;21;1458.16;9.50;338.00;1.57;1.76 219;0;2755.00;13.17;1633.00;0.00;0.26 +219;1;2752.50;13.00;1631.50;-1.03;0.26 +219;2;2755.50;13.50;1631.00;0.24;0.26 +219;3;2757.50;13.20;1634.00;1.95;0.26 +219;4;2752.50;13.00;1633.50;4.51;0.26 +219;5;2755.00;12.35;1635.50;3.14;0.26 +219;6;2757.50;12.65;1636.00;2.44;0.26 +219;9;2752.30;12.94;1633.00;1.57;0.26 +219;10;2757.70;13.18;1633.00;-1.57;0.26 +219;21;2752.30;12.94;1633.00;1.57;0.26 220;0;5167.00;9.50;1494.00;0.00;1.08 +220;1;5154.50;9.50;1485.00;-0.94;1.08 +220;2;5180.50;9.50;1490.00;1.28;1.08 +220;3;5173.50;9.50;1487.50;0.78;1.08 +220;4;5149.00;9.50;1490.50;-1.37;1.08 +220;5;5180.00;9.50;1495.50;1.68;1.08 +220;6;5161.00;9.50;1500.50;3.88;1.08 +220;7;5178.50;9.50;1503.50;2.26;1.08 +220;8;5174.50;9.50;1508.50;2.66;1.08 +220;9;5153.14;9.50;1494.00;1.57;1.08 +220;10;5180.86;9.50;1494.00;-1.57;1.08 +220;11;5147.00;9.50;1479.60;-0.94;1.08 +220;12;5188.60;9.50;1487.60;1.28;1.08 +220;13;5177.40;9.50;1483.60;0.78;1.08 +220;14;5138.20;9.50;1488.40;-1.37;1.08 +220;15;5187.80;9.50;1496.40;1.68;1.08 +220;16;5157.40;9.50;1504.40;3.88;1.08 +220;17;5185.40;9.50;1509.20;2.26;1.08 +220;18;5179.00;9.50;1517.20;2.66;1.08 +220;21;5153.14;9.50;1494.00;1.57;1.08 221;0;2812.00;9.87;1571.00;0.00;0.24 +221;1;2813.00;9.80;1569.50;0.58;0.24 +221;2;2809.50;9.90;1570.00;-1.19;0.24 +221;3;2810.00;9.90;1572.00;4.24;0.24 +221;4;2813.50;9.90;1572.50;2.35;0.24 +221;9;2809.48;9.90;1571.00;1.57;0.24 +221;10;2814.52;9.50;1571.00;-1.57;0.24 +221;19;2814.14;9.40;1566.89;0.59;0.24 +221;20;2814.95;9.40;1565.34;0.48;0.24 +221;21;2814.52;9.50;1571.00;-1.57;0.24 222;0;3234.00;10.00;1661.00;0.00;0.24 +222;1;3236.50;9.80;1658.50;0.78;0.24 +222;2;3232.50;10.20;1659.50;-0.78;0.24 +222;3;3237.50;9.80;1660.50;1.42;0.24 +222;4;3231.00;10.40;1661.50;4.54;0.24 +222;5;3235.50;9.90;1662.50;2.35;0.24 +222;6;3232.00;10.37;1663.00;3.92;0.24 +222;9;3231.30;10.40;1661.00;1.57;0.24 +222;10;3236.70;9.80;1661.00;-1.57;0.24 +222;21;3231.30;10.40;1661.00;1.57;0.24 223;0;3300.00;10.00;1609.00;0.00;0.18 +223;1;3300.00;10.00;1607.50;0.00;0.18 +223;2;3296.00;10.00;1608.50;-1.44;0.18 +223;3;3303.50;10.00;1609.50;1.71;0.18 +223;4;3297.50;10.00;1610.00;4.33;0.18 +223;5;3302.00;10.00;1611.00;2.35;0.18 +223;9;3296.94;10.00;1609.00;1.57;0.18 +223;10;3303.06;10.00;1609.00;-1.57;0.18 +223;21;3296.94;10.00;1609.00;1.57;0.18 224;0;3973.00;9.50;809.00;0.00;1.08 +224;1;3979.00;9.50;796.00;0.43;1.08 +224;2;3964.50;9.50;805.00;-1.13;1.08 +224;3;3985.00;9.50;802.50;1.07;1.08 +224;4;3984.50;9.50;807.00;1.39;1.08 +224;5;3982.00;9.50;813.00;1.98;1.08 +224;6;3979.00;9.50;820.00;2.64;1.08 +224;7;3968.00;9.50;822.50;3.49;1.08 +224;8;3975.50;9.50;824.50;2.98;1.08 +224;9;3963.28;9.50;809.00;1.57;1.08 +224;10;3982.72;9.50;809.00;-1.57;1.08 +224;11;3982.60;9.50;788.20;0.43;1.08 +224;12;3959.40;9.50;802.60;-1.13;1.08 +224;13;3992.20;9.50;798.60;1.07;1.08 +224;14;3991.40;9.50;805.80;1.39;1.08 +224;15;3987.40;9.50;815.40;1.98;1.08 +224;16;3982.60;9.50;826.60;2.64;1.08 +224;17;3965.00;9.50;830.60;3.49;1.08 +224;18;3977.00;9.50;833.80;2.98;1.08 +224;21;3963.28;9.50;809.00;1.57;1.08 225;0;3162.00;9.50;1230.00;0.00;0.74 +225;1;3157.50;9.50;1220.00;-0.42;0.74 +225;2;3168.00;9.50;1220.50;0.56;0.74 +225;3;3154.00;9.50;1231.00;4.58;0.74 +225;4;3168.00;9.50;1234.50;2.21;0.74 +225;5;3167.00;9.50;1240.00;2.67;0.74 +225;6;3154.50;9.50;1242.50;3.68;0.74 +225;7;3162.50;9.50;1243.00;3.10;0.74 +225;8;3158.00;9.50;1245.50;3.39;0.74 +225;9;3155.34;9.50;1230.00;1.57;0.74 +225;10;3168.66;9.50;1230.00;-1.57;0.74 +225;11;3154.80;9.50;1214.00;-0.42;0.74 +225;12;3171.60;9.50;1214.80;0.56;0.74 +225;13;3149.20;9.50;1231.60;4.58;0.74 +225;14;3171.60;9.50;1237.20;2.21;0.74 +225;15;3170.00;9.50;1246.00;2.67;0.74 +225;16;3150.00;9.50;1250.00;3.68;0.74 +225;17;3162.80;9.50;1250.80;3.10;0.74 +225;18;3155.60;9.50;1254.80;3.39;0.74 +225;21;3155.34;9.50;1230.00;1.57;0.74 226;0;3336.00;10.67;1665.00;0.00;0.24 +226;1;3335.50;10.50;1663.50;-0.32;0.24 +226;2;3339.00;10.70;1663.00;0.98;0.24 +226;3;3339.00;10.70;1665.00;1.57;0.24 +226;4;3332.50;10.40;1665.50;4.57;0.24 +226;5;3333.50;10.70;1667.00;4.03;0.24 +226;6;3336.50;10.70;1667.00;2.89;0.24 +226;9;3333.12;10.41;1665.00;1.57;0.24 +226;10;3338.88;10.70;1665.00;-1.57;0.24 +226;21;3333.12;10.41;1665.00;1.57;0.24 227;0;3629.00;9.80;1599.00;0.00;0.26 +227;1;3627.00;9.90;1596.50;-0.67;0.26 +227;2;3631.50;9.90;1597.00;0.89;0.26 +227;3;3625.00;9.87;1597.00;-1.10;0.26 +227;4;3625.00;9.87;1599.00;4.71;0.26 +227;5;3633.50;10.10;1599.50;1.68;0.26 +227;6;3629.50;9.80;1601.00;2.89;0.26 +227;9;3625.58;9.84;1599.00;1.57;0.26 +227;10;3632.42;9.89;1599.00;-1.57;0.26 +227;21;3625.58;9.84;1599.00;1.57;0.26 228;0;3600.00;10.45;1634.00;0.00;0.20 +228;1;3600.50;10.50;1632.00;0.24;0.20 +228;2;3597.00;10.40;1633.50;-1.40;0.20 +228;3;3603.00;10.50;1635.00;1.89;0.20 +228;4;3597.50;10.20;1635.50;4.17;0.20 +228;5;3601.00;10.50;1636.00;2.67;0.20 +228;9;3597.48;10.35;1634.00;1.57;0.20 +228;10;3602.52;10.50;1634.00;-1.57;0.20 +228;21;3597.48;10.35;1634.00;1.57;0.20 229;0;5224.00;9.80;557.00;0.00;1.06 +229;1;5229.50;10.30;542.50;0.36;1.06 +229;2;5217.50;9.50;549.00;-0.68;1.06 +229;3;5233.50;11.20;545.00;0.67;1.06 +229;4;5231.00;11.25;546.50;0.58;1.06 +229;5;5225.00;9.65;548.50;0.11;1.06 +229;6;5233.50;9.50;560.00;1.87;1.06 +229;7;5230.50;9.50;552.00;0.91;1.06 +229;8;5221.50;10.10;553.50;-0.62;1.06 +229;9;5213.20;9.50;557.00;1.57;1.06 +229;10;5234.80;9.50;557.00;-1.57;1.06 +229;11;5232.80;9.50;533.80;0.36;1.06 +229;12;5213.60;9.50;544.20;-0.68;1.06 +229;13;5239.20;9.50;537.80;0.67;1.06 +229;14;5235.20;10.94;540.20;0.58;1.06 +229;15;5225.60;9.59;543.40;0.11;1.06 +229;16;5239.20;9.50;561.80;1.87;1.06 +229;17;5234.40;9.94;549.00;0.91;1.06 +229;18;5220.00;9.50;551.40;-0.62;1.06 +229;21;5213.20;9.50;557.00;1.57;1.06 230;0;5400.00;9.50;1304.00;0.00;1.18 +230;1;5402.50;9.50;1295.00;0.27;1.18 +230;2;5387.50;9.50;1297.00;-1.06;1.18 +230;3;5413.50;9.50;1312.50;2.13;1.18 +230;4;5399.50;9.50;1315.00;3.18;1.18 +230;9;5389.38;9.50;1304.00;1.57;1.18 +230;10;5410.62;9.50;1304.00;-1.57;1.18 +230;11;5404.00;9.50;1289.60;0.27;1.18 +230;12;5380.00;9.50;1292.80;-1.06;1.18 +230;13;5421.60;9.50;1317.60;2.13;1.18 +230;14;5399.20;9.50;1321.60;3.18;1.18 +230;21;5389.38;9.50;1304.00;1.57;1.18 231;0;3405.00;9.80;1675.00;0.00;0.22 +231;1;3405.00;9.80;1672.50;0.00;0.22 +231;2;3402.50;9.80;1673.00;-0.89;0.22 +231;3;3407.00;9.85;1675.00;1.57;0.22 +231;4;3403.00;9.85;1675.50;4.46;0.22 +231;5;3405.50;10.15;1678.00;2.97;0.22 +231;9;3403.02;9.82;1675.00;1.57;0.22 +231;10;3406.98;9.85;1675.00;-1.57;0.22 +231;21;3403.02;9.82;1675.00;1.57;0.22 232;0;3460.00;9.85;1582.00;0.00;0.22 +232;1;3461.50;9.80;1580.50;0.78;0.22 +232;2;3459.00;9.80;1580.50;-0.58;0.22 +232;3;3457.50;9.90;1582.50;4.51;0.22 +232;4;3462.00;9.80;1582.50;1.81;0.22 +232;5;3459.00;9.90;1584.00;3.60;0.22 +232;6;3461.00;9.85;1584.00;2.67;0.22 +232;9;3458.02;9.90;1582.00;1.57;0.22 +232;10;3461.98;9.80;1582.00;-1.57;0.22 +232;21;3458.02;9.90;1582.00;1.57;0.22 233;0;3228.00;10.40;1632.00;0.00;0.32 +233;1;3225.00;10.40;1629.00;-0.78;0.32 +233;2;3228.00;10.40;1629.50;0.00;0.32 +233;3;3224.00;10.42;1631.00;-1.32;0.32 +233;4;3231.50;10.20;1632.50;1.71;0.32 +233;5;3225.50;10.40;1633.50;4.17;0.32 +233;6;3230.00;10.40;1634.50;2.46;0.32 +233;7;3233.00;10.15;1635.00;2.11;0.32 +233;8;3227.00;10.40;1635.50;3.42;0.32 +233;9;3224.04;10.42;1632.00;1.57;0.32 +233;10;3231.96;10.15;1632.00;-1.57;0.32 +233;21;3231.96;10.15;1632.00;-1.57;0.32 234;0;4760.00;9.50;441.00;0.00;0.24 +234;1;4760.00;9.50;436.50;0.00;0.24 +234;2;4761.50;9.50;442.50;2.35;0.24 +234;3;4758.00;9.50;447.00;3.46;0.24 +234;4;4759.50;9.50;449.50;3.20;0.24 +234;9;4757.84;9.50;441.00;1.57;0.24 +234;10;4762.16;9.50;441.00;-1.57;0.24 +234;11;4760.00;9.50;433.80;0.00;0.24 +234;12;4762.40;9.50;443.40;2.35;0.24 +234;13;4756.80;9.50;450.60;3.46;0.24 +234;14;4759.20;9.50;454.60;3.20;0.24 +234;21;4757.84;9.50;441.00;1.57;0.24 235;0;4218.00;9.50;658.00;0.00;0.84 +235;1;4209.00;9.50;651.00;-0.91;0.84 +235;2;4225.50;9.50;652.00;0.89;0.84 +235;3;4206.00;9.50;662.00;4.39;0.84 +235;4;4235.00;9.50;657.50;1.54;0.84 +235;5;4228.00;9.50;663.50;2.07;0.84 +235;6;4215.00;9.50;667.00;3.46;0.84 +235;9;4206.48;9.50;658.00;1.57;0.84 +235;10;4229.52;9.50;658.00;-1.57;0.84 +235;11;4203.60;9.50;646.80;-0.91;0.84 +235;12;4230.00;9.50;648.40;0.89;0.84 +235;13;4198.80;9.50;664.40;4.39;0.84 +235;14;4245.20;9.50;657.20;1.54;0.84 +235;15;4234.00;9.50;666.80;2.07;0.84 +235;16;4213.20;9.50;672.40;3.46;0.84 +235;21;4206.48;9.50;658.00;1.57;0.84 236;0;3316.00;9.90;1591.00;0.00;0.24 +236;1;3314.50;9.90;1589.00;-0.64;0.24 +236;2;3316.00;9.90;1588.50;0.00;0.24 +236;3;3317.50;9.90;1589.50;0.78;0.24 +236;4;3314.00;9.90;1590.50;-1.32;0.24 +236;5;3319.00;9.90;1591.50;1.73;0.24 +236;6;3315.00;9.90;1592.50;3.73;0.24 +236;7;3318.00;9.90;1593.00;2.35;0.24 +236;9;3313.84;9.90;1591.00;1.57;0.24 +236;10;3318.16;9.90;1591.00;-1.57;0.24 +236;21;3313.84;9.90;1591.00;1.57;0.24 237;0;3718.00;13.67;1683.00;0.00;0.34 +237;1;3715.50;12.30;1680.00;-0.69;0.34 +237;2;3718.50;12.00;1679.00;0.12;0.34 +237;3;3721.50;12.60;1682.50;1.42;0.34 +237;4;3714.00;11.37;1683.00;4.71;0.34 +237;5;3716.50;11.60;1686.50;3.54;0.34 +237;6;3720.00;13.65;1687.50;2.72;0.34 +237;9;3714.94;11.90;1683.00;1.57;0.34 +237;10;3721.06;12.50;1683.00;-1.57;0.34 +237;21;3714.94;11.90;1683.00;1.57;0.34 238;0;3320.00;10.27;1557.00;0.00;0.20 +238;1;3321.50;9.90;1555.50;0.78;0.20 +238;2;3319.50;10.20;1555.50;-0.32;0.20 +238;3;3317.50;10.40;1557.00;4.71;0.20 +238;4;3322.00;10.02;1558.00;2.03;0.20 +238;5;3319.50;10.20;1558.50;3.46;0.20 +238;6;3322.00;9.90;1559.50;2.46;0.20 +238;7;3323.00;9.90;1559.50;2.26;0.20 +238;9;3317.84;10.40;1557.00;1.57;0.20 +238;10;3322.16;9.98;1557.00;-1.57;0.20 +238;21;3317.84;10.40;1557.00;1.57;0.20 239;0;4523.00;9.50;328.00;0.00;1.14 +239;1;4520.50;9.50;315.00;-0.19;1.14 +239;2;4529.50;9.50;314.50;0.44;1.14 +239;3;4534.50;9.50;328.50;1.61;1.14 +239;4;4510.00;9.50;322.50;-1.17;1.14 +239;5;4507.00;9.50;332.00;4.46;1.14 +239;6;4523.00;9.50;338.50;3.14;1.14 +239;9;4511.66;9.50;328.00;1.57;1.14 +239;10;4534.34;9.50;328.00;-1.57;1.14 +239;11;4519.00;9.50;307.20;-0.19;1.14 +239;12;4533.40;9.50;306.40;0.44;1.14 +239;13;4541.40;9.50;328.80;1.61;1.14 +239;14;4502.20;9.50;319.20;-1.17;1.14 +239;15;4497.40;9.50;334.40;4.46;1.14 +239;16;4523.00;9.50;344.80;3.14;1.14 +239;21;4511.66;9.50;328.00;1.57;1.14 240;0;3881.00;9.50;699.00;0.00;1.10 +240;1;3870.50;9.50;690.00;-0.86;1.10 +240;2;3879.00;9.50;687.50;-0.17;1.10 +240;3;3890.00;9.50;699.00;1.57;1.10 +240;4;3872.50;9.50;702.00;4.37;1.10 +240;5;3895.00;9.50;708.50;2.16;1.10 +240;6;3885.00;9.50;710.00;2.79;1.10 +240;9;3870.20;9.50;699.00;1.57;1.10 +240;10;3891.80;9.50;699.00;-1.57;1.10 +240;11;3864.20;9.50;684.60;-0.86;1.10 +240;12;3877.80;9.50;680.60;-0.17;1.10 +240;13;3895.40;9.50;699.00;1.57;1.10 +240;14;3867.40;9.50;703.80;4.37;1.10 +240;15;3903.40;9.50;714.20;2.16;1.10 +240;16;3887.40;9.50;716.60;2.79;1.10 +240;21;3870.20;9.50;699.00;1.57;1.10 241;0;2935.11;9.70;1586.30;0.00;0.32 +241;1;2930.50;9.70;1587.50;-0.32;0.32 +241;2;2934.00;9.70;1586.50;0.87;0.32 +241;3;2934.50;9.50;1588.00;1.29;0.32 +241;4;2927.50;9.70;1589.50;4.57;0.32 +241;5;2931.50;9.50;1590.00;2.67;0.32 +241;6;2927.50;9.70;1591.00;4.19;0.32 +241;9;2928.12;9.70;1589.00;1.57;0.32 +241;10;2933.88;9.50;1589.00;-1.57;0.32 +241;19;2931.71;9.50;1592.72;-3.91;0.32 +241;20;2932.04;9.50;1594.44;2.95;0.32 +241;21;2930.87;9.80;1591.35;-1.57;0.32 242;0;3038.00;10.60;1669.00;0.00;0.22 +242;1;3037.00;10.50;1666.50;-0.38;0.22 +242;2;3041.00;10.60;1667.50;1.10;0.22 +242;3;3034.00;10.60;1668.00;-1.32;0.22 +242;4;3042.50;10.70;1670.00;1.78;0.22 +242;5;3033.50;10.70;1670.50;4.39;0.22 +242;6;3039.00;10.60;1670.50;2.55;0.22 +242;7;3034.50;10.70;1670.50;4.30;0.22 +242;9;3034.40;10.60;1669.00;1.57;0.22 +242;10;3041.60;10.61;1669.00;-1.57;0.22 +242;21;3034.40;10.60;1669.00;1.57;0.22 243;0;3090.00;9.75;1577.00;0.00;0.24 +243;1;3091.00;9.80;1574.50;0.38;0.24 +243;2;3088.50;9.80;1576.00;-0.98;0.24 +243;3;3092.50;9.80;1576.00;1.19;0.24 +243;4;3091.50;9.80;1578.50;2.35;0.24 +243;5;3088.00;9.80;1579.00;3.92;0.24 +243;9;3087.66;9.80;1577.00;1.57;0.24 +243;10;3092.34;9.80;1577.00;-1.57;0.24 +243;21;3087.66;9.80;1577.00;1.57;0.24 244;0;3825.00;9.50;61.00;0.00;1.06 +244;1;3818.00;9.50;45.50;-0.42;1.06 +244;2;3813.00;9.50;55.00;-1.10;1.06 +244;3;3830.50;9.50;53.50;0.63;1.06 +244;4;3838.50;9.50;64.00;1.78;1.06 +244;5;3813.00;9.50;66.00;4.31;1.06 +244;6;3824.50;9.50;72.00;3.18;1.06 +244;7;3837.00;9.50;73.50;2.37;1.06 +244;9;3815.46;9.50;61.00;1.57;1.06 +244;10;3834.54;9.50;61.00;-1.57;1.06 +244;11;3813.80;9.50;36.20;-0.42;1.06 +244;12;3805.80;9.50;51.40;-1.10;1.06 +244;13;3833.80;9.50;49.00;0.63;1.06 +244;14;3846.60;9.50;65.80;1.78;1.06 +244;15;3805.80;9.50;69.00;4.31;1.06 +244;16;3824.20;9.50;78.60;3.18;1.06 +244;17;3844.20;9.50;81.00;2.37;1.06 +244;21;3815.46;9.50;61.00;1.57;1.06 245;0;2881.00;9.50;7.00;0.00;0.52 +245;1;2877.50;9.50;9.00;4.19;0.52 +245;2;2886.00;9.50;9.50;2.03;0.52 +245;9;2873.98;9.50;7.00;1.57;0.52 +245;10;2888.02;9.50;7.00;-1.57;0.52 +245;11;2875.40;9.50;10.20;4.19;0.52 +245;12;2889.00;9.50;11.00;2.03;0.52 +245;21;2873.98;9.50;7.00;1.57;0.52 246;0;3364.00;10.00;1604.00;0.00;0.20 +246;1;3363.00;10.00;1602.50;-0.58;0.20 +246;2;3365.50;10.00;1602.50;0.78;0.20 +246;3;3361.50;10.00;1604.50;4.51;0.20 +246;4;3366.50;10.00;1604.50;1.76;0.20 +246;5;3365.50;10.00;1605.50;2.35;0.20 +246;6;3363.50;10.00;1606.00;3.38;0.20 +246;9;3361.84;10.00;1604.00;1.57;0.20 +246;10;3366.16;10.00;1604.00;-1.57;0.20 +246;21;3361.84;10.00;1604.00;1.57;0.20 247;0;2933.00;9.70;1571.00;0.00;0.18 +247;1;2933.00;9.80;1569.50;0.00;0.18 +247;2;2931.00;9.70;1570.00;-1.10;0.18 +247;3;2936.00;9.72;1570.00;1.24;0.18 +247;4;2936.50;9.70;1571.00;1.57;0.18 +247;5;2931.00;9.70;1572.50;4.06;0.18 +247;6;2934.50;9.70;1572.50;2.35;0.18 +247;9;2930.66;9.70;1571.00;1.57;0.18 +247;10;2935.34;9.70;1571.00;-1.57;0.18 +247;21;2930.66;9.70;1571.00;1.57;0.18 248;0;3294.00;11.37;1664.00;0.00;0.28 +248;1;3291.50;11.00;1661.50;-0.78;0.28 +248;2;3293.50;11.30;1660.50;-0.14;0.28 +248;3;3295.00;11.40;1662.50;0.58;0.28 +248;4;3292.00;11.20;1664.50;4.46;0.28 +248;5;3297.00;11.40;1664.50;1.73;0.28 +248;6;3296.00;11.40;1666.50;2.46;0.28 +248;7;3293.50;11.25;1667.00;3.30;0.28 +248;9;3291.48;11.09;1664.00;1.57;0.28 +248;10;3296.52;11.40;1664.00;-1.57;0.28 +248;21;3291.48;11.09;1664.00;1.57;0.28 249;0;2205.00;9.50;155.00;0.00;0.80 +249;1;2206.50;9.50;139.00;0.09;0.80 +249;2;2211.00;9.50;144.50;0.51;0.80 +249;3;2200.50;9.50;146.00;-0.46;0.80 +249;4;2212.50;9.50;160.00;2.15;0.80 +249;5;2195.50;9.50;159.00;4.31;0.80 +249;6;2196.50;9.50;166.00;3.79;0.80 +249;7;2204.50;9.50;167.00;3.18;0.80 +249;9;2197.80;9.50;155.00;1.57;0.80 +249;10;2212.20;9.50;155.00;-1.57;0.80 +249;11;2207.40;9.50;129.40;0.09;0.80 +249;12;2214.60;9.50;138.20;0.51;0.80 +249;13;2197.80;9.50;140.60;-0.46;0.80 +249;14;2217.00;9.50;163.00;2.15;0.80 +249;15;2189.80;9.50;161.40;4.31;0.80 +249;16;2191.40;9.50;172.60;3.79;0.80 +249;17;2204.20;9.50;174.20;3.18;0.80 +249;21;2197.80;9.50;155.00;1.57;0.80 250;0;2408.00;9.50;274.00;0.00;0.86 +250;1;2411.50;9.50;260.00;0.24;0.86 +250;2;2417.50;9.50;265.50;0.84;0.86 +250;3;2402.00;9.50;263.50;-0.51;0.86 +250;4;2398.50;9.50;273.00;-1.46;0.86 +250;5;2413.50;9.50;283.50;2.61;0.86 +250;6;2403.00;9.50;287.50;3.49;0.86 +250;9;2400.26;9.50;274.00;1.57;0.86 +250;10;2415.74;9.50;274.00;-1.57;0.86 +250;11;2413.60;9.50;251.60;0.24;0.86 +250;12;2423.20;9.50;260.40;0.84;0.86 +250;13;2398.40;9.50;257.20;-0.51;0.86 +250;14;2392.80;9.50;272.40;-1.46;0.86 +250;15;2416.80;9.50;289.20;2.61;0.86 +250;16;2400.00;9.50;295.60;3.49;0.86 +250;21;2400.26;9.50;274.00;1.57;0.86 251;0;2473.00;9.50;963.00;0.00;1.32 +251;1;2482.00;9.50;948.00;0.54;1.32 +251;2;2468.50;9.50;952.00;-0.38;1.32 +251;3;2488.00;9.50;955.50;1.10;1.32 +251;4;2456.50;9.50;963.50;4.68;1.32 +251;5;2481.50;9.50;971.50;2.35;1.32 +251;6;2464.50;9.50;976.00;3.72;1.32 +251;9;2460.04;9.50;963.00;1.57;1.32 +251;10;2485.96;9.50;963.00;-1.57;1.32 +251;11;2487.40;9.50;939.00;0.54;1.32 +251;12;2465.80;9.50;945.40;-0.38;1.32 +251;13;2497.00;9.50;951.00;1.10;1.32 +251;14;2446.60;9.50;963.80;4.68;1.32 +251;15;2486.60;9.50;976.60;2.35;1.32 +251;16;2459.40;9.50;983.80;3.72;1.32 +251;21;2460.04;9.50;963.00;1.57;1.32 252;0;3420.00;10.00;1667.00;0.00;0.24 +252;1;3418.50;10.00;1664.50;-0.54;0.24 +252;2;3421.50;10.00;1665.50;0.78;0.24 +252;3;3417.50;10.00;1666.00;-1.19;0.24 +252;4;3423.50;9.90;1667.50;1.71;0.24 +252;5;3418.00;9.90;1668.50;4.06;0.24 +252;6;3423.50;10.00;1668.50;1.97;0.24 +252;7;3421.00;9.90;1669.50;2.76;0.24 +252;9;3417.48;9.94;1667.00;1.57;0.24 +252;10;3422.52;9.94;1667.00;-1.57;0.24 +252;21;3417.48;9.94;1667.00;1.57;0.24 253;0;2742.00;12.20;1573.00;0.00;0.24 +253;1;2740.50;11.20;1570.50;-0.54;0.24 +253;2;2743.50;11.85;1570.00;0.46;0.24 +253;3;2744.50;12.70;1572.50;1.37;0.24 +253;4;2740.00;11.90;1573.50;4.46;0.24 +253;5;2744.00;11.95;1575.50;2.46;0.24 +253;6;2742.00;12.42;1576.00;3.14;0.24 +253;9;2739.84;11.85;1573.00;1.57;0.24 +253;10;2744.16;12.63;1573.00;-1.57;0.24 +253;21;2739.84;11.85;1573.00;1.57;0.24 254;0;2413.00;9.50;1461.00;0.00;1.52 +254;1;2417.00;9.50;1446.00;0.26;1.52 +254;2;2428.00;9.50;1450.50;0.96;1.52 +254;3;2398.50;9.50;1465.50;4.41;1.52 +254;4;2430.00;9.50;1461.50;1.60;1.52 +254;5;2422.50;9.50;1466.50;2.09;1.52 +254;6;2404.50;9.50;1475.50;3.67;1.52 +254;9;2399.32;9.50;1461.00;1.57;1.52 +254;10;2426.68;9.50;1461.00;-1.57;1.52 +254;11;2419.40;9.50;1437.00;0.26;1.52 +254;12;2437.00;9.50;1444.20;0.96;1.52 +254;13;2389.80;9.50;1468.20;4.41;1.52 +254;14;2440.20;9.50;1461.80;1.60;1.52 +254;15;2428.20;9.50;1469.80;2.09;1.52 +254;16;2399.40;9.50;1484.20;3.67;1.52 +254;21;2399.32;9.50;1461.00;1.57;1.52 255;0;1408.00;9.50;2016.00;0.00;1.24 +255;1;1396.00;9.50;2004.00;-0.78;1.24 +255;2;1421.00;9.50;2002.50;0.76;1.24 +255;3;1429.00;9.50;2017.50;1.64;1.24 +255;4;1389.00;9.50;2020.50;4.48;1.24 +255;9;1389.82;9.50;2016.00;1.57;1.24 +255;10;1426.18;9.50;2016.00;-1.57;1.24 +255;11;1388.80;9.50;1996.80;-0.78;1.24 +255;12;1428.80;9.50;1994.40;0.76;1.24 +255;13;1441.60;9.50;2018.40;1.64;1.24 +255;14;1377.60;9.50;2023.20;4.48;1.24 +255;21;1389.82;9.50;2016.00;1.57;1.24 256;0;3491.00;10.10;1671.00;0.00;0.24 +256;1;3489.00;10.00;1668.50;-0.67;0.24 +256;2;3493.00;9.82;1670.00;1.10;0.24 +256;3;3488.00;10.30;1669.50;-1.10;0.24 +256;4;3489.00;10.35;1671.50;4.46;0.24 +256;5;3495.00;9.80;1672.50;1.93;0.24 +256;6;3492.00;10.05;1673.50;2.76;0.24 +256;9;3487.94;10.40;1671.00;1.57;0.24 +256;10;3494.06;9.82;1671.00;-1.57;0.24 +256;21;3487.94;10.40;1671.00;1.57;0.24 257;0;3528.00;10.55;1582.00;0.00;0.20 +257;1;3527.00;10.22;1580.00;-0.46;0.20 +257;2;3530.00;10.10;1581.00;1.10;0.20 +257;3;3526.00;10.67;1582.00;4.71;0.20 +257;4;3531.00;10.17;1582.00;1.57;0.20 +257;5;3529.00;10.65;1583.50;2.55;0.20 +257;6;3526.50;10.80;1584.00;3.78;0.20 +257;9;3525.84;10.66;1582.00;1.57;0.20 +257;10;3530.16;10.28;1582.00;-1.57;0.20 +257;21;3525.84;10.66;1582.00;1.57;0.20 258;0;1055.00;9.50;24.00;0.00;1.06 +258;1;1036.00;9.50;25.00;4.66;1.06 +258;2;1075.00;9.50;21.50;1.44;1.06 +258;3;1068.00;9.50;34.00;2.22;1.06 +258;4;1046.50;9.50;36.50;3.73;1.06 +258;9;1038.80;9.50;24.00;1.57;1.06 +258;10;1071.20;9.50;24.00;-1.57;1.06 +258;11;1024.60;9.50;25.60;4.66;1.06 +258;12;1087.00;9.50;20.00;1.44;1.06 +258;13;1075.80;9.50;40.00;2.22;1.06 +258;14;1041.40;9.50;44.00;3.73;1.06 +258;21;1038.80;9.50;24.00;1.57;1.06 259;0;69.00;9.50;445.00;0.00;0.92 +259;1;67.00;9.50;431.50;-0.14;0.92 +259;2;60.50;9.50;435.50;-0.73;0.92 +259;3;78.50;9.50;441.00;1.17;0.92 +259;4;61.00;9.50;451.50;4.03;0.92 +259;5;76.50;9.50;453.00;2.38;0.92 +259;6;66.00;9.50;459.50;3.34;0.92 +259;9;60.72;9.50;445.00;1.57;0.92 +259;10;77.28;9.50;445.00;-1.57;0.92 +259;11;65.80;9.50;423.40;-0.14;0.92 +259;12;55.40;9.50;429.80;-0.73;0.92 +259;13;84.20;9.50;438.60;1.17;0.92 +259;14;56.20;9.50;455.40;4.03;0.92 +259;15;81.00;9.50;457.80;2.38;0.92 +259;16;64.20;9.50;468.20;3.34;0.92 +259;21;60.72;9.50;445.00;1.57;0.92 260;0;3575.00;9.80;1643.00;0.00;0.28 +260;1;3576.50;9.80;1639.50;0.40;0.28 +260;2;3573.50;9.80;1641.50;-0.78;0.28 +260;3;3578.00;9.85;1640.00;0.78;0.28 +260;4;3578.50;9.80;1641.50;1.16;0.28 +260;5;3571.50;9.90;1644.50;4.30;0.28 +260;6;3576.50;9.80;1644.50;2.35;0.28 +260;7;3573.50;9.90;1645.50;3.68;0.28 +260;9;3572.30;9.71;1643.00;1.57;0.28 +260;10;3577.70;9.80;1643.00;-1.57;0.28 +260;21;3572.30;9.71;1643.00;1.57;0.28 261;0;3386.00;10.10;1586.00;0.00;0.18 +261;1;3385.00;10.10;1584.00;-0.46;0.18 +261;2;3387.00;10.10;1584.00;0.46;0.18 +261;3;3384.50;10.10;1586.00;4.71;0.18 +261;4;3388.00;10.10;1586.00;1.57;0.18 +261;5;3386.50;10.10;1588.00;2.89;0.18 +261;9;3384.20;10.10;1586.00;1.57;0.18 +261;10;3387.80;10.10;1586.00;-1.57;0.18 +261;21;3384.20;10.10;1586.00;1.57;0.18 262;0;38.00;9.50;1278.00;0.00;1.02 +262;1;44.00;9.50;1266.50;0.48;1.02 +262;2;25.50;9.50;1273.50;-1.22;1.02 +262;3;52.00;9.50;1280.00;1.71;1.02 +262;4;19.00;9.50;1283.00;4.45;1.02 +262;5;32.50;9.50;1289.00;3.60;1.02 +262;9;23.78;9.50;1278.00;1.57;1.02 +262;10;52.22;9.50;1278.00;-1.57;1.02 +262;11;47.60;9.50;1259.60;0.48;1.02 +262;12;18.00;9.50;1270.80;-1.22;1.02 +262;13;60.40;9.50;1281.20;1.71;1.02 +262;14;7.60;9.50;1286.00;4.45;1.02 +262;15;29.20;9.50;1295.60;3.60;1.02 +262;21;23.78;9.50;1278.00;1.57;1.02 263;0;448.00;9.50;1545.00;0.00;0.98 +263;1;457.50;9.50;1533.00;0.67;0.98 +263;2;437.50;9.50;1536.00;-0.86;0.98 +263;3;466.50;9.50;1544.50;1.54;0.98 +263;4;427.50;9.50;1547.50;4.59;0.98 +263;5;443.50;9.50;1557.00;3.50;0.98 +263;6;462.50;9.50;1557.00;2.26;0.98 +263;9;431.08;9.50;1545.00;1.57;0.98 +263;10;464.92;9.50;1545.00;-1.57;0.98 +263;11;463.20;9.50;1525.80;0.67;0.98 +263;12;431.20;9.50;1530.60;-0.86;0.98 +263;13;477.60;9.50;1544.20;1.54;0.98 +263;14;415.20;9.50;1549.00;4.59;0.98 +263;15;440.80;9.50;1564.20;3.50;0.98 +263;16;471.20;9.50;1564.20;2.26;0.98 +263;21;431.08;9.50;1545.00;1.57;0.98 264;0;442.00;9.50;680.00;0.00;1.08 +264;1;445.00;9.50;669.00;0.26;1.08 +264;2;458.00;9.50;668.00;0.92;1.08 +264;3;453.00;9.50;679.00;1.48;1.08 +264;4;430.50;9.50;682.50;4.49;1.08 +264;5;438.50;9.50;692.50;3.41;1.08 +264;9;431.20;9.50;680.00;1.57;1.08 +264;10;452.80;9.50;680.00;-1.57;1.08 +264;11;446.80;9.50;662.40;0.26;1.08 +264;12;467.60;9.50;660.80;0.92;1.08 +264;13;459.60;9.50;678.40;1.48;1.08 +264;14;423.60;9.50;684.00;4.49;1.08 +264;15;436.40;9.50;700.00;3.41;1.08 +264;21;431.20;9.50;680.00;1.57;1.08 265;0;3185.00;10.07;1655.00;0.00;0.24 +265;1;3187.00;10.25;1653.50;0.92;0.24 +265;2;3183.00;10.07;1653.00;-0.78;0.24 +265;3;3181.50;10.30;1654.00;-1.29;0.24 +265;4;3183.00;10.20;1656.00;4.24;0.24 +265;5;3188.50;10.30;1655.50;1.71;0.24 +265;6;3186.50;10.10;1657.00;2.49;0.24 +265;7;3188.50;10.20;1656.50;1.97;0.24 +265;9;3182.30;10.22;1655.00;1.57;0.24 +265;10;3187.70;10.30;1655.00;-1.57;0.24 +265;21;3182.30;10.22;1655.00;1.57;0.24 266;0;3144.00;9.80;1602.00;0.00;0.20 +266;1;3143.50;10.00;1599.50;-0.19;0.20 +266;2;3145.00;9.82;1600.00;0.46;0.20 +266;3;3142.00;9.80;1602.00;4.71;0.20 +266;4;3146.00;9.80;1603.00;2.03;0.20 +266;5;3143.00;9.80;1604.00;3.60;0.20 +266;6;3145.50;9.80;1604.50;2.60;0.20 +266;9;3142.20;9.80;1602.00;1.57;0.20 +266;10;3145.80;9.80;1602.00;-1.57;0.20 +266;21;3145.80;9.80;1602.00;-1.57;0.20 267;0;1348.00;9.50;626.00;0.00;1.32 +267;1;1343.00;9.50;612.50;-0.35;1.32 +267;2;1359.50;9.50;621.50;1.19;1.32 +267;3;1336.00;9.50;627.00;4.62;1.32 +267;4;1366.50;9.50;633.50;1.95;1.32 +267;5;1353.00;9.50;638.00;2.74;1.32 +267;6;1339.50;9.50;641.00;3.65;1.32 +267;9;1335.76;9.50;626.00;1.57;1.32 +267;10;1360.24;9.50;626.00;-1.57;1.32 +267;11;1340.00;9.50;604.40;-0.35;1.32 +267;12;1366.40;9.50;618.80;1.19;1.32 +267;13;1328.80;9.50;627.60;4.62;1.32 +267;14;1377.60;9.50;638.00;1.95;1.32 +267;15;1356.00;9.50;645.20;2.74;1.32 +267;16;1334.40;9.50;650.00;3.65;1.32 +267;21;1335.76;9.50;626.00;1.57;1.32 268;0;3001.00;9.70;1589.00;0.00;0.20 +268;1;3002.00;9.70;1587.00;0.46;0.20 +268;2;3004.00;9.70;1588.00;1.24;0.20 +268;3;2999.00;9.70;1588.00;-1.10;0.20 +268;4;2998.00;9.70;1590.00;4.39;0.20 +268;5;3001.50;9.70;1590.50;2.82;0.20 +268;9;2998.48;9.70;1589.00;1.57;0.20 +268;10;3003.52;9.70;1589.00;-1.57;0.20 +268;21;2998.48;9.70;1589.00;1.57;0.20 269;0;3436.00;9.80;1602.00;0.00;0.20 +269;1;3436.50;9.95;1600.00;0.24;0.20 +269;2;3434.50;9.90;1601.00;-0.98;0.20 +269;3;3438.00;9.85;1601.00;1.10;0.20 +269;4;3434.00;9.85;1603.00;4.24;0.20 +269;5;3437.00;9.80;1603.50;2.55;0.20 +269;6;3435.00;9.80;1604.00;3.60;0.20 +269;9;3433.84;9.86;1602.00;1.57;0.20 +269;10;3438.16;9.80;1602.00;-1.57;0.20 +269;21;3433.84;9.86;1602.00;1.57;0.20 270;0;3501.00;10.42;1656.00;0.00;0.22 +270;1;3502.50;10.10;1654.00;0.64;0.22 +270;2;3500.00;10.20;1654.00;-0.46;0.22 +270;3;3497.50;10.35;1655.00;-1.29;0.22 +270;4;3504.00;10.40;1656.50;1.73;0.22 +270;5;3498.50;10.50;1657.00;4.33;0.22 +270;6;3502.50;10.50;1658.00;2.49;0.22 +270;9;3498.12;10.45;1656.00;1.57;0.22 +270;10;3503.88;10.40;1656.00;-1.57;0.22 +270;21;3498.12;10.45;1656.00;1.57;0.22 271;0;2816.00;9.90;1577.00;0.00;0.24 +271;1;2818.00;9.80;1574.50;0.67;0.24 +271;2;2815.50;9.80;1575.50;-0.32;0.24 +271;3;2818.50;9.90;1576.50;1.37;0.24 +271;4;2813.50;9.90;1577.00;4.71;0.24 +271;5;2814.00;9.90;1578.50;4.06;0.24 +271;6;2817.00;9.90;1578.50;2.55;0.24 +271;9;2813.48;9.90;1577.00;1.57;0.24 +271;10;2818.52;9.85;1577.00;-1.57;0.24 +271;19;2821.58;9.40;1575.45;1.17;0.24 +271;20;2823.27;9.40;1574.98;1.30;0.24 +271;21;2814.27;10.00;1581.63;-1.57;0.24 272;0;3585.00;9.80;1695.00;0.00;0.28 +272;1;3584.00;9.82;1692.00;-0.32;0.28 +272;2;3587.50;9.80;1693.50;1.03;0.28 +272;3;3582.00;9.80;1695.50;4.54;0.28 +272;4;3589.00;9.77;1696.00;1.81;0.28 +272;5;3587.00;9.80;1697.50;2.46;0.28 +272;6;3584.00;9.80;1697.50;3.52;0.28 +272;9;3581.94;9.80;1695.00;1.57;0.28 +272;10;3588.06;9.77;1695.00;-1.57;0.28 +272;21;3581.94;9.80;1695.00;1.57;0.28 273;0;3667.00;10.12;1614.00;0.00;0.36 +273;1;3666.00;10.02;1611.00;-0.32;0.36 +273;2;3670.50;9.90;1610.00;0.71;0.36 +273;3;3663.00;10.00;1613.50;-1.44;0.36 +273;4;3671.00;9.97;1613.00;1.32;0.36 +273;5;3664.50;10.25;1617.00;3.83;0.36 +273;6;3668.50;10.15;1617.00;2.67;0.36 +273;9;3663.58;10.00;1614.00;1.57;0.36 +273;10;3670.42;10.00;1614.00;-1.57;0.36 +273;21;3663.58;10.00;1614.00;1.57;0.36 274;0;3361.00;9.90;1622.00;0.00;0.20 +274;1;3362.00;10.00;1620.00;0.46;0.20 +274;2;3359.50;10.00;1620.50;-0.78;0.20 +274;3;3363.50;9.90;1621.50;1.37;0.20 +274;4;3358.50;10.00;1623.00;4.33;0.20 +274;5;3362.50;9.90;1623.50;2.35;0.20 +274;6;3360.50;9.90;1624.00;3.38;0.20 +274;9;3359.02;10.00;1622.00;1.57;0.20 +274;10;3362.98;9.90;1622.00;-1.57;0.20 +274;21;3359.02;10.00;1622.00;1.57;0.20 275;0;3455.00;9.80;1589.00;0.00;0.18 +275;1;3456.50;9.80;1587.50;0.78;0.18 +275;2;3454.00;9.85;1587.50;-0.58;0.18 +275;3;3452.50;10.05;1589.00;4.71;0.18 +275;4;3458.00;9.80;1589.50;1.73;0.18 +275;5;3454.00;9.80;1590.50;3.73;0.18 +275;6;3457.00;9.80;1590.50;2.21;0.18 +275;9;3452.66;10.01;1589.00;1.57;0.18 +275;10;3457.34;9.84;1589.00;-1.57;0.18 +275;21;3452.66;10.01;1589.00;1.57;0.18 276;0;2690.00;11.92;1632.00;0.00;0.26 +276;1;2691.00;10.47;1629.00;0.32;0.26 +276;2;2691.50;10.60;1629.50;0.54;0.26 +276;3;2688.50;10.90;1630.50;-0.78;0.26 +276;4;2692.00;12.67;1633.00;2.03;0.26 +276;5;2686.50;11.25;1633.00;4.43;0.26 +276;6;2688.50;11.40;1634.00;3.78;0.26 +276;9;2687.66;11.30;1632.00;1.57;0.26 +276;10;2692.34;12.07;1632.00;-1.57;0.26 +276;19;2692.00;10.03;1626.00;0.54;0.26 +276;20;2692.55;10.03;1624.34;0.32;0.26 +276;21;2687.66;11.30;1632.00;1.57;0.26 277;0;3227.00;10.60;1605.00;0.00;0.26 +277;1;3225.50;10.60;1603.00;-0.64;0.26 +277;2;3227.50;10.60;1602.00;0.16;0.26 +277;3;3228.50;10.70;1604.00;0.98;0.26 +277;4;3225.00;10.60;1606.00;4.24;0.26 +277;5;3230.00;10.47;1606.00;1.89;0.26 +277;6;3228.00;10.45;1607.50;2.76;0.26 +277;9;3224.66;10.60;1605.00;1.57;0.26 +277;10;3229.34;10.65;1605.00;-1.57;0.26 +277;21;3224.66;10.60;1605.00;1.57;0.26 278;0;3711.00;13.95;1698.00;0.00;0.38 +278;1;3709.00;12.07;1695.00;-0.58;0.38 +278;2;3713.00;14.02;1694.00;0.46;0.38 +278;3;3707.50;12.20;1699.50;4.30;0.38 +278;4;3715.00;13.75;1698.50;1.69;0.38 +278;5;3711.50;14.60;1702.50;3.03;0.38 +278;6;3709.00;12.92;1703.00;3.52;0.38 +278;9;3707.58;13.60;1698.00;1.57;0.38 +278;10;3714.42;13.47;1698.00;-1.57;0.38 +278;21;3707.58;13.60;1698.00;1.57;0.38 279;0;3083.00;9.70;1584.00;0.00;0.24 +279;1;3082.50;9.80;1581.50;-0.19;0.24 +279;2;3080.50;9.75;1583.00;-1.19;0.24 +279;3;3084.50;9.80;1582.50;0.78;0.24 +279;4;3086.50;9.80;1584.50;1.71;0.24 +279;5;3082.50;9.70;1585.50;3.46;0.24 +279;6;3085.50;9.70;1585.50;2.11;0.24 +279;7;3079.50;9.70;1585.50;4.30;0.24 +279;9;3080.12;9.71;1584.00;1.57;0.24 +279;10;3085.88;9.76;1584.00;-1.57;0.24 +279;21;3087.20;9.80;1586.14;-1.57;0.24 280;0;3440.00;9.80;1648.00;0.00;0.20 +280;1;3439.50;9.80;1645.50;-0.19;0.20 +280;2;3438.50;9.80;1647.50;-1.24;0.20 +280;3;3441.50;9.80;1646.50;0.78;0.20 +280;4;3442.00;9.80;1649.50;2.21;0.20 +280;5;3438.50;9.80;1650.00;3.78;0.20 +280;6;3440.50;9.80;1650.50;2.94;0.20 +280;9;3438.20;9.80;1648.00;1.57;0.20 +280;10;3441.80;9.80;1648.00;-1.57;0.20 +280;21;3438.20;9.80;1648.00;1.57;0.20 281;0;3154.00;10.12;1619.00;0.00;0.20 +281;1;3154.00;9.95;1618.00;0.00;0.20 +281;2;3157.50;9.95;1619.00;1.57;0.20 +281;3;3150.50;9.95;1618.00;-1.29;0.20 +281;4;3150.50;10.15;1620.00;4.43;0.20 +281;5;3153.00;10.30;1620.50;3.73;0.20 +281;6;3155.50;10.30;1620.50;2.35;0.20 +281;9;3150.76;10.06;1619.00;1.57;0.20 +281;10;3157.24;10.00;1619.00;-1.57;0.20 +281;21;3157.24;10.00;1619.00;-1.57;0.20 282;0;3561.00;10.35;1659.00;0.00;0.26 +282;1;3562.00;10.30;1656.00;0.32;0.26 +282;2;3559.50;10.00;1657.50;-0.78;0.26 +282;3;3563.00;10.40;1657.50;0.92;0.26 +282;4;3558.50;10.40;1659.50;4.51;0.26 +282;5;3562.50;10.40;1660.50;2.35;0.26 +282;6;3560.00;10.40;1661.50;3.52;0.26 +282;9;3558.66;10.30;1659.00;1.57;0.26 +282;10;3563.34;10.40;1659.00;-1.57;0.26 +282;21;3558.66;10.30;1659.00;1.57;0.26 283;0;3432.00;10.45;1621.00;0.00;0.20 +283;1;3429.50;10.50;1619.00;-0.89;0.20 +283;2;3432.00;10.42;1619.00;0.00;0.20 +283;3;3434.50;10.20;1620.50;1.37;0.20 +283;4;3429.50;10.45;1621.00;4.71;0.20 +283;5;3431.00;10.40;1622.50;3.73;0.20 +283;6;3435.00;10.10;1622.50;2.03;0.20 +283;7;3433.00;10.35;1623.50;2.76;0.20 +283;9;3429.66;10.45;1621.00;1.57;0.20 +283;10;3434.34;10.21;1621.00;-1.57;0.20 +283;21;3429.66;10.45;1621.00;1.57;0.20 284;0;2715.00;9.50;1660.00;0.00;0.26 +284;1;2715.50;9.50;1658.00;0.24;0.26 +284;2;2713.50;9.80;1660.00;4.71;0.26 +284;3;2717.50;10.05;1661.00;1.95;0.26 +284;4;2716.00;10.80;1662.50;2.76;0.26 +284;9;2712.66;10.05;1660.00;1.57;0.26 +284;10;2717.34;9.61;1660.00;-1.57;0.26 +284;19;2713.00;9.50;1655.00;0.24;0.26 +284;20;2712.35;9.50;1653.37;-0.38;0.26 +284;21;2712.66;10.05;1660.00;1.57;0.26 285;0;2690.00;9.97;1580.00;0.00;0.28 +285;1;2691.00;9.90;1578.00;0.46;0.28 +285;2;2687.00;9.90;1580.00;4.71;0.28 +285;3;2693.50;9.90;1580.50;1.71;0.28 +285;4;2691.50;9.90;1581.50;2.35;0.28 +285;5;2688.00;10.00;1582.00;3.92;0.28 +285;9;2686.76;9.90;1580.00;1.57;0.28 +285;10;2693.24;9.90;1580.00;-1.57;0.28 +285;19;2694.59;9.50;1576.24;-5.97;0.28 +285;20;2695.94;9.50;1575.13;0.88;0.28 +285;21;2693.24;9.90;1580.00;-1.57;0.28 286;0;3533.00;10.52;1590.00;0.00;0.24 +286;1;3531.50;10.50;1587.50;-0.54;0.24 +286;2;3534.50;10.50;1588.00;0.64;0.24 +286;3;3536.00;10.70;1589.50;1.40;0.24 +286;4;3530.50;10.45;1590.00;4.71;0.24 +286;5;3532.00;10.60;1592.00;3.60;0.24 +286;6;3535.00;10.70;1591.50;2.21;0.24 +286;9;3530.48;10.44;1590.00;1.57;0.24 +286;10;3535.52;10.70;1590.00;-1.57;0.24 +286;21;3530.48;10.44;1590.00;1.57;0.24 287;0;3328.00;10.65;1642.00;0.00;0.30 +287;1;3328.00;10.70;1639.50;0.00;0.30 +287;2;3325.50;10.65;1640.00;-0.89;0.30 +287;3;3330.50;10.35;1642.00;1.57;0.30 +287;4;3326.50;10.60;1643.50;3.92;0.30 +287;5;3331.50;10.20;1643.50;1.97;0.30 +287;6;3331.50;10.20;1644.50;2.19;0.30 +287;7;3329.00;10.57;1645.00;2.82;0.30 +287;9;3325.30;10.70;1642.00;1.57;0.30 +287;10;3330.70;10.36;1642.00;-1.57;0.30 +287;21;3325.30;10.70;1642.00;1.57;0.30 288;0;3333.00;9.80;1564.00;0.00;0.18 +288;1;3332.00;9.80;1563.00;-0.78;0.18 +288;2;3335.50;9.90;1563.00;1.19;0.18 +288;3;3329.50;9.90;1563.00;-1.29;0.18 +288;4;3330.50;9.80;1564.50;4.51;0.18 +288;5;3335.00;9.80;1565.00;2.03;0.18 +288;6;3333.00;9.80;1565.50;3.14;0.18 +288;9;3330.48;9.80;1564.00;1.57;0.18 +288;10;3335.52;9.85;1564.00;-1.57;0.18 +288;21;3330.48;9.80;1564.00;1.57;0.18 289;0;3295.00;9.87;1598.00;0.00;0.24 +289;1;3295.00;9.80;1596.50;0.00;0.24 +289;2;3297.50;9.90;1596.00;0.89;0.24 +289;3;3298.00;9.90;1597.00;1.24;0.24 +289;4;3292.50;9.90;1598.50;4.51;0.24 +289;5;3296.00;9.90;1599.00;2.35;0.24 +289;6;3293.50;9.90;1600.00;3.78;0.24 +289;9;3292.66;9.90;1598.00;1.57;0.24 +289;10;3297.34;9.90;1598.00;-1.57;0.24 +289;21;3292.66;9.90;1598.00;1.57;0.24 290;0;3163.00;9.82;1569.00;0.00;0.28 +290;1;3163.00;9.87;1567.00;0.00;0.28 +290;2;3166.00;9.90;1567.50;1.10;0.28 +290;3;3159.50;9.90;1569.00;4.71;0.28 +290;4;3166.00;9.85;1570.50;2.03;0.28 +290;5;3159.50;9.85;1571.00;4.19;0.28 +290;6;3162.00;9.80;1571.50;3.52;0.28 +290;9;3159.40;9.90;1569.00;1.57;0.28 +290;10;3166.60;9.89;1569.00;-1.57;0.28 +290;21;3166.60;9.89;1569.00;-1.57;0.28 291;0;3676.00;9.87;1625.00;0.00;0.34 +291;1;3678.00;9.87;1622.00;0.58;0.34 +291;2;3673.00;9.80;1622.50;-0.87;0.34 +291;3;3680.50;9.90;1625.50;1.68;0.34 +291;4;3671.50;9.90;1625.50;4.60;0.34 +291;5;3674.00;9.80;1627.50;3.81;0.34 +291;6;3678.00;9.85;1628.00;2.55;0.34 +291;9;3672.04;9.90;1625.00;1.57;0.34 +291;10;3679.96;9.90;1625.00;-1.57;0.34 +291;21;3672.04;9.90;1625.00;1.57;0.34 292;0;3581.00;10.52;1613.00;0.00;0.22 +292;1;3582.00;10.40;1610.50;0.38;0.22 +292;2;3578.50;10.40;1611.50;-1.03;0.22 +292;3;3583.50;10.50;1612.50;1.37;0.22 +292;4;3578.50;10.40;1615.00;4.03;0.22 +292;5;3584.00;10.60;1614.50;2.03;0.22 +292;6;3581.00;10.52;1615.00;3.14;0.22 +292;9;3578.30;10.46;1613.00;1.57;0.22 +292;10;3583.70;10.50;1613.00;-1.57;0.22 +292;21;3578.30;10.46;1613.00;1.57;0.22 293;0;3003.00;9.70;1596.00;0.00;0.24 +293;1;3002.50;9.70;1594.00;-0.24;0.24 +293;2;3005.50;9.70;1594.00;0.89;0.24 +293;3;3005.00;9.70;1596.00;1.57;0.24 +293;4;3000.00;9.70;1595.50;-1.40;0.24 +293;5;3002.00;9.70;1597.50;3.73;0.24 +293;6;3004.50;9.70;1598.00;2.49;0.24 +293;9;3000.84;9.70;1596.00;1.57;0.24 +293;10;3005.16;9.70;1596.00;-1.57;0.24 +293;21;3000.84;9.70;1596.00;1.57;0.24 294;0;3248.00;10.02;1605.00;0.00;0.24 +294;1;3248.50;10.00;1602.50;0.19;0.24 +294;2;3246.00;10.20;1603.00;-0.78;0.24 +294;3;3251.00;10.00;1605.00;1.57;0.24 +294;4;3246.00;10.35;1606.00;4.24;0.24 +294;5;3249.50;10.35;1607.00;2.49;0.24 +294;9;3245.66;10.36;1605.00;1.57;0.24 +294;10;3250.34;10.00;1605.00;-1.57;0.24 +294;21;3245.66;10.36;1605.00;1.57;0.24 295;0;3003.00;9.85;1695.00;0.00;0.30 +295;1;2999.50;10.30;1692.50;-0.95;0.30 +295;2;2998.50;10.40;1693.50;-1.24;0.30 +295;3;3003.50;9.80;1693.50;0.32;0.30 +295;4;3007.50;9.80;1695.00;1.57;0.30 +295;5;2999.50;10.20;1696.00;4.43;0.30 +295;6;3006.50;9.70;1696.50;1.97;0.30 +295;7;1501.00;9.50;847.00;-1.05;0.30 +295;9;2999.40;10.25;1695.00;1.57;0.30 +295;10;3006.60;9.80;1695.00;-1.57;0.30 +295;21;2999.40;10.25;1695.00;1.57;0.30 296;0;2795.00;9.87;1580.00;0.00;0.22 +296;1;2794.50;9.90;1578.00;-0.24;0.22 +296;2;2792.00;9.90;1579.00;-1.24;0.22 +296;3;2797.00;9.90;1579.00;1.10;0.22 +296;4;2794.50;9.90;1581.50;3.46;0.22 +296;5;2797.50;9.90;1581.50;2.11;0.22 +296;9;2792.84;9.86;1580.00;1.57;0.22 +296;10;2797.16;9.88;1580.00;-1.57;0.22 +296;21;2792.84;9.86;1580.00;1.57;0.22 297;0;3502.00;10.00;1620.00;0.00;0.22 +297;1;3501.50;10.00;1617.50;-0.19;0.22 +297;2;3500.00;10.00;1619.00;-1.10;0.22 +297;3;3503.50;10.00;1619.50;1.24;0.22 +297;4;3500.50;10.00;1621.50;3.92;0.22 +297;5;3503.00;10.00;1622.00;2.67;0.22 +297;9;3500.02;10.00;1620.00;1.57;0.22 +297;10;3503.98;9.92;1620.00;-1.57;0.22 +297;21;3500.02;10.00;1620.00;1.57;0.22 298;0;3615.00;10.50;1600.00;0.00;0.20 +298;1;3615.00;10.42;1598.00;0.00;0.20 +298;2;3618.00;10.40;1599.50;1.40;0.20 +298;3;3612.00;10.45;1599.00;-1.24;0.20 +298;4;3612.00;10.50;1601.00;4.39;0.20 +298;5;3616.00;10.50;1602.00;2.67;0.20 +298;6;3619.00;10.40;1602.00;2.03;0.20 +298;9;3612.12;10.48;1600.00;1.57;0.20 +298;10;3617.88;10.43;1600.00;-1.57;0.20 +298;21;3612.12;10.48;1600.00;1.57;0.20 299;0;3056.00;10.07;1664.00;0.00;0.22 +299;1;3058.50;9.75;1663.00;1.19;0.22 +299;2;3055.00;10.05;1662.50;-0.58;0.22 +299;3;3053.00;10.45;1664.50;4.54;0.22 +299;4;3057.50;9.85;1666.00;2.49;0.22 +299;5;3054.50;10.15;1666.00;3.78;0.22 +299;6;3058.50;9.75;1663.00;1.19;0.22 +299;9;3053.66;10.37;1664.00;1.57;0.22 +299;10;3058.34;9.81;1664.00;-1.57;0.22 +299;19;3061.00;9.53;1661.00;1.19;0.22 +299;20;3062.50;9.53;1660.10;1.03;0.22 +299;21;3053.66;10.37;1664.00;1.57;0.22 300;0;3369.00;10.00;1595.00;0.00;0.16 +300;1;3368.50;10.00;1592.00;-0.16;0.16 +300;2;3370.00;10.00;1592.50;0.38;0.16 +300;3;3367.50;10.00;1593.50;-0.78;0.16 +300;4;3370.00;10.00;1595.50;2.03;0.16 +300;5;3368.00;10.00;1596.00;3.92;0.16 +300;6;3368.00;10.00;1598.00;3.46;0.16 +300;7;3370.50;10.00;1598.00;2.67;0.16 +300;9;3367.56;10.00;1595.00;1.57;0.16 +300;10;3370.44;10.00;1595.00;-1.57;0.16 +300;21;3367.56;10.00;1595.00;1.57;0.16 301;0;3401.00;10.82;1638.00;0.00;0.24 +301;1;3400.50;11.20;1635.50;-0.19;0.24 +301;2;3402.50;11.25;1637.00;0.98;0.24 +301;3;3398.00;10.70;1636.50;-1.10;0.24 +301;4;3398.50;10.30;1638.00;4.71;0.24 +301;5;3401.50;10.55;1640.00;2.89;0.24 +301;6;3404.00;11.10;1640.00;2.15;0.24 +301;7;3403.50;11.00;1640.50;2.35;0.24 +301;9;3398.48;10.29;1638.00;1.57;0.24 +301;10;3403.52;11.25;1638.00;-1.57;0.24 +301;21;3398.48;10.29;1638.00;1.57;0.24 302;0;3391.00;10.57;1559.00;0.00;0.24 +302;1;3388.50;10.45;1557.00;-0.89;0.24 +302;2;3390.50;10.60;1556.50;-0.19;0.24 +302;3;3393.00;10.70;1559.00;1.57;0.24 +302;4;3389.00;10.25;1559.00;4.71;0.24 +302;5;3391.50;10.70;1560.50;2.82;0.24 +302;6;3393.50;10.50;1561.50;2.35;0.24 +302;9;3388.48;10.15;1559.00;1.57;0.24 +302;10;3393.52;10.69;1559.00;-1.57;0.24 +302;21;3388.48;10.15;1559.00;1.57;0.24 303;0;2678.00;10.35;1596.00;0.00;0.24 +303;1;2676.00;9.97;1594.00;-0.78;0.24 +303;2;2680.00;10.85;1595.50;1.32;0.24 +303;3;2674.50;10.30;1596.00;4.71;0.24 +303;4;2675.00;10.40;1597.00;4.39;0.24 +303;5;2678.00;10.37;1598.00;3.14;0.24 +303;6;2681.50;10.40;1598.50;2.19;0.24 +303;9;2675.12;10.30;1596.00;1.57;0.24 +303;10;2680.88;10.78;1596.00;-1.57;0.24 +303;21;2675.12;10.30;1596.00;1.57;0.24 304;0;3249.00;9.80;1573.00;0.00;0.28 +304;1;3250.50;9.80;1570.50;0.54;0.28 +304;2;3247.00;9.80;1572.50;-1.32;0.28 +304;3;3250.50;9.80;1574.00;2.15;0.28 +304;4;3247.00;9.80;1576.00;3.73;0.28 +304;5;3248.50;9.80;1577.00;3.26;0.28 +304;9;3246.48;9.80;1573.00;1.57;0.28 +304;10;3251.52;9.80;1573.00;-1.57;0.28 +304;21;3246.48;9.80;1573.00;1.57;0.28 305;0;3616.00;9.80;1672.00;0.00;0.28 +305;1;3615.00;9.80;1669.50;-0.38;0.28 +305;2;3619.00;9.80;1671.00;1.24;0.28 +305;3;3612.50;9.80;1671.50;-1.42;0.28 +305;4;3620.00;9.85;1673.50;1.93;0.28 +305;5;3613.50;9.80;1674.00;4.03;0.28 +305;6;3617.50;9.80;1674.00;2.49;0.28 +305;9;3612.94;9.80;1672.00;1.57;0.28 +305;10;3619.06;9.80;1672.00;-1.57;0.28 +305;21;3612.94;9.80;1672.00;1.57;0.28 306;0;3306.00;10.00;1616.00;0.00;0.18 +306;1;3308.50;10.05;1614.00;0.89;0.18 +306;2;3305.00;10.00;1614.50;-0.58;0.18 +306;3;3310.00;10.30;1615.00;1.32;0.18 +306;4;3302.50;10.00;1616.50;4.57;0.18 +306;5;3308.50;10.05;1617.00;1.95;0.18 +306;6;3304.50;10.00;1617.50;3.92;0.18 +306;9;3302.94;10.00;1616.00;1.57;0.18 +306;10;3309.06;10.11;1616.00;-1.57;0.18 +306;21;3302.94;10.00;1616.00;1.57;0.18 307;0;3775.00;10.50;1657.00;0.00;0.26 +307;1;3773.00;10.50;1654.50;-0.67;0.26 +307;2;3779.50;10.50;1655.50;1.24;0.26 +307;3;3768.50;10.40;1655.50;-1.34;0.26 +307;4;3781.50;10.50;1658.00;1.72;0.26 +307;5;3769.50;10.60;1658.50;4.44;0.26 +307;6;3777.50;10.50;1660.00;2.44;0.26 +307;7;3772.50;10.50;1660.00;3.83;0.26 +307;9;3769.96;10.60;1657.00;1.57;0.26 +307;10;3780.04;10.50;1657.00;-1.57;0.26 +307;21;3769.96;10.60;1657.00;1.57;0.26 308;0;3203.00;9.72;1694.00;0.00;0.24 -309;0;2938.00;10.30;1579.00;0.00;0.22 +308;1;3204.50;9.90;1691.50;0.54;0.24 +308;2;3205.50;9.95;1692.00;0.89;0.24 +308;3;3202.50;9.85;1692.00;-0.24;0.24 +308;4;3200.00;9.75;1694.00;4.71;0.24 +308;5;3205.00;9.95;1695.00;2.03;0.24 +308;6;3201.50;9.70;1696.00;3.78;0.24 +308;9;3200.48;9.70;1694.00;1.57;0.24 +308;10;3205.52;10.00;1694.00;-1.57;0.24 +308;21;3200.48;9.70;1694.00;1.57;0.24 +309;0;2938.00;10.30;1579.00;0.00;0.22 +309;1;2937.00;10.15;1576.50;-0.38;0.22 +309;2;2939.50;10.30;1577.50;0.78;0.22 +309;3;2935.00;10.05;1578.00;-1.24;0.22 +309;4;2936.00;10.20;1579.50;4.46;0.22 +309;5;2939.50;10.30;1580.50;2.35;0.22 +309;6;2937.50;10.10;1581.50;3.33;0.22 +309;9;2935.66;10.20;1579.00;1.57;0.22 +309;10;2940.34;10.25;1579.00;-1.57;0.22 +309;21;2935.66;10.20;1579.00;1.57;0.22 310;0;3221.00;10.25;1645.00;0.00;0.24 +310;1;3220.00;10.17;1644.00;-0.78;0.24 +310;2;3223.50;10.35;1642.00;0.69;0.24 +310;3;3223.00;10.27;1645.00;1.57;0.24 +310;4;3219.00;10.25;1647.50;3.81;0.24 +310;5;3222.00;10.25;1647.50;2.76;0.24 +310;9;3218.84;10.15;1645.00;1.57;0.24 +310;10;3223.16;10.28;1645.00;-1.57;0.24 +310;21;3218.84;10.15;1645.00;1.57;0.24 311;0;2741.00;12.72;1586.00;0.00;0.24 +311;1;2741.50;12.80;1582.50;0.14;0.24 +311;2;2739.00;12.57;1584.00;-0.78;0.24 +311;3;2743.50;12.70;1584.50;1.03;0.24 +311;4;2739.00;12.20;1587.00;4.24;0.24 +311;5;2744.00;13.15;1587.00;1.89;0.24 +311;6;2742.00;13.05;1588.50;2.76;0.24 +311;9;2738.84;12.36;1586.00;1.57;0.24 +311;10;2743.16;12.73;1586.00;-1.57;0.24 +311;21;2738.84;12.36;1586.00;1.57;0.24 312;0;3444.00;9.77;1836.00;0.00;0.36 +312;1;3445.00;9.70;1832.00;0.24;0.36 +312;2;3450.00;9.70;1834.50;1.32;0.36 +312;3;3440.50;9.70;1832.50;-0.78;0.36 +312;4;3438.50;9.75;1837.00;4.53;0.36 +312;5;3446.00;9.70;1839.00;2.55;0.36 +312;6;3439.50;9.80;1840.50;3.92;0.36 +312;9;3439.14;9.70;1836.00;1.57;0.36 +312;10;3448.86;9.70;1836.00;-1.57;0.36 +312;19;3433.00;9.60;1845.00;-2.36;0.36 +312;20;3431.64;9.60;1846.10;4.02;0.36 +312;21;3439.14;9.70;1836.00;1.57;0.36 313;0;3466.00;9.80;1559.00;0.00;0.20 +313;1;3466.50;9.80;1557.00;0.24;0.20 +313;2;3468.50;9.80;1557.00;0.89;0.20 +313;3;3464.00;9.80;1558.00;-1.10;0.20 +313;4;3468.50;9.80;1558.50;1.37;0.20 +313;5;3464.00;9.80;1560.50;4.06;0.20 +313;6;3467.50;9.80;1560.00;2.15;0.20 +313;7;3465.00;9.80;1561.00;3.60;0.20 +313;9;3463.84;9.80;1559.00;1.57;0.20 +313;10;3468.16;9.80;1559.00;-1.57;0.20 +313;21;3463.84;9.80;1559.00;1.57;0.20 314;0;3437.00;9.92;1592.00;0.00;0.20 +314;1;3436.00;9.90;1591.00;-0.78;0.20 +314;2;3437.50;9.85;1590.00;0.24;0.20 +314;3;3438.50;9.90;1591.50;1.24;0.20 +314;4;3435.50;10.00;1593.00;4.12;0.20 +314;5;3438.50;10.10;1593.50;2.35;0.20 +314;6;3437.00;10.17;1595.00;3.14;0.20 +314;9;3435.20;9.98;1592.00;1.57;0.20 +314;10;3438.80;9.96;1592.00;-1.57;0.20 +314;21;3435.20;9.98;1592.00;1.57;0.20 315;0;3316.00;9.80;1565.00;0.00;0.22 +315;1;3317.50;9.90;1562.50;0.54;0.22 +315;2;3314.50;10.10;1563.00;-0.64;0.22 +315;3;3313.50;9.95;1565.00;4.71;0.22 +315;4;3318.00;9.85;1565.50;1.81;0.22 +315;5;3314.50;9.80;1566.50;3.92;0.22 +315;6;3316.50;9.85;1567.00;2.89;0.22 +315;9;3313.84;9.91;1565.00;1.57;0.22 +315;10;3318.16;9.86;1565.00;-1.57;0.22 +315;21;3313.84;9.91;1565.00;1.57;0.22 316;0;2943.00;9.70;1665.00;0.00;0.28 +316;1;2942.50;9.70;1664.50;-0.78;0.28 +316;2;2945.50;9.50;1667.00;2.24;0.28 +316;3;2949.00;9.50;1667.50;1.96;0.28 +316;9;2939.04;9.67;1665.00;1.57;0.28 +316;10;2946.96;9.50;1665.00;-1.57;0.28 +316;19;2935.00;9.50;1661.00;-0.79;0.28 +316;20;2933.43;9.50;1660.21;-1.10;0.28 +316;21;2939.04;9.67;1665.00;1.57;0.28 317;0;2955.00;9.70;1614.00;0.00;0.22 +317;1;2954.50;9.70;1612.50;-0.32;0.22 +317;2;2957.00;9.70;1612.50;0.92;0.22 +317;3;2953.00;9.70;1615.00;4.24;0.22 +317;4;2956.50;9.70;1615.00;2.15;0.22 +317;5;2953.50;9.70;1616.50;3.68;0.22 +317;9;2952.84;9.70;1614.00;1.57;0.22 +317;10;2957.16;9.70;1614.00;-1.57;0.22 +317;19;2953.00;9.60;1619.00;-4.12;0.22 +317;20;2952.35;9.60;1620.62;3.52;0.22 +317;21;2952.84;9.70;1614.00;1.57;0.22 318;0;3186.00;10.30;1583.00;0.00;0.24 +318;1;3185.50;10.50;1581.50;-0.32;0.24 +318;2;3189.50;9.95;1581.00;1.05;0.24 +318;3;3190.00;9.90;1581.50;1.21;0.24 +318;4;3182.00;10.45;1583.00;4.71;0.24 +318;5;3189.00;9.90;1584.00;1.89;0.24 +318;6;3183.50;10.50;1584.50;4.17;0.24 +318;7;3186.00;10.05;1585.50;3.14;0.24 +318;8;3188.00;9.90;1585.50;2.46;0.24 +318;9;3182.76;10.46;1583.00;1.57;0.24 +318;10;3189.24;9.91;1583.00;-1.57;0.24 +318;21;3189.24;9.91;1583.00;-1.57;0.24 319;0;3238.00;9.80;1670.00;0.00;0.22 +319;1;3240.00;9.80;1667.00;0.58;0.22 +319;2;3237.50;9.80;1667.00;-0.16;0.22 +319;3;3240.50;9.80;1669.50;1.37;0.22 +319;4;3236.00;9.80;1671.50;4.06;0.22 +319;5;3238.50;9.80;1673.00;2.97;0.22 +319;9;3236.02;9.80;1670.00;1.57;0.22 +319;10;3239.98;9.80;1670.00;-1.57;0.22 +319;21;3236.02;9.80;1670.00;1.57;0.22 320;0;3288.00;10.40;1675.00;0.00;0.22 +320;1;3287.00;10.05;1673.00;-0.46;0.22 +320;2;3290.50;10.80;1672.50;0.78;0.22 +320;3;3291.50;11.00;1674.50;1.42;0.22 +320;4;3284.50;9.85;1675.00;4.71;0.22 +320;5;3285.00;10.00;1676.50;4.24;0.22 +320;6;3289.00;10.72;1677.00;2.67;0.22 +320;7;3292.50;10.50;1677.00;1.98;0.22 +320;9;3284.94;9.89;1675.00;1.57;0.22 +320;10;3291.06;10.95;1675.00;-1.57;0.22 +320;21;3284.94;9.89;1675.00;1.57;0.22 321;0;2995.00;9.70;1601.00;0.00;0.28 +321;1;2993.50;9.70;1599.00;-0.64;0.28 +321;2;2998.00;9.70;1600.00;1.24;0.28 +321;3;2991.00;9.67;1600.00;-1.32;0.28 +321;4;2992.00;9.70;1602.00;4.39;0.28 +321;5;2998.50;9.70;1602.50;1.97;0.28 +321;6;2995.50;9.70;1603.50;2.94;0.28 +321;9;2991.40;9.70;1601.00;1.57;0.28 +321;10;2998.60;9.70;1601.00;-1.57;0.28 +321;19;2994.99;9.60;1604.75;-3.04;0.28 +321;20;2994.98;9.60;1606.50;3.14;0.28 +321;21;2995.98;9.70;1600.39;-1.57;0.28 322;0;2816.00;9.90;1585.00;0.00;0.24 +322;1;2817.00;9.90;1582.50;0.38;0.24 +322;2;2818.50;9.90;1584.50;1.37;0.24 +322;3;2813.50;9.90;1585.50;4.51;0.24 +322;4;2815.00;9.85;1587.00;3.60;0.24 +322;9;2813.48;9.89;1585.00;1.57;0.24 +322;10;2818.52;9.90;1585.00;-1.57;0.24 +322;19;2823.11;9.50;1582.73;1.77;0.24 +322;20;2824.78;9.50;1582.19;1.26;0.24 +322;21;2818.52;9.90;1585.00;-1.57;0.24 323;0;3278.00;10.20;1633.00;0.00;0.20 +323;1;3276.50;9.90;1632.00;-0.98;0.20 +323;2;3280.00;10.45;1631.50;0.92;0.20 +323;3;3281.00;10.50;1633.00;1.57;0.20 +323;4;3275.00;9.90;1634.00;4.39;0.20 +323;5;3277.50;10.10;1635.00;3.38;0.20 +323;6;3275.00;10.00;1635.50;4.01;0.20 +323;9;3275.30;9.89;1633.00;1.57;0.20 +323;10;3280.70;10.50;1633.00;-1.57;0.20 +323;21;3275.30;9.89;1633.00;1.57;0.20 324;0;3511.00;11.47;1596.00;0.00;0.26 +324;1;3511.50;11.50;1593.50;0.19;0.26 +324;2;3509.50;11.60;1595.50;-1.24;0.26 +324;3;3513.50;11.20;1595.50;1.37;0.26 +324;4;3512.50;11.30;1597.00;2.15;0.26 +324;5;3515.00;10.65;1596.50;1.69;0.26 +324;6;3509.50;11.55;1598.00;3.78;0.26 +324;7;3511.00;11.45;1599.50;3.14;0.26 +324;9;3508.30;11.60;1596.00;1.57;0.26 +324;10;3513.70;11.09;1596.00;-1.57;0.26 +324;21;3508.30;11.60;1596.00;1.57;0.26 325;0;3536.00;10.00;1648.00;0.00;0.22 +325;1;3534.00;9.90;1646.50;-0.92;0.22 +325;2;3537.00;9.90;1645.50;0.38;0.22 +325;3;3538.50;10.00;1648.00;1.57;0.22 +325;4;3533.00;9.90;1648.50;4.54;0.22 +325;5;3534.00;9.92;1650.00;3.92;0.22 +325;6;3537.00;9.90;1650.50;2.76;0.22 +325;9;3533.66;9.90;1648.00;1.57;0.22 +325;10;3538.34;10.00;1648.00;-1.57;0.22 +325;21;3533.66;9.90;1648.00;1.57;0.22 326;0;3539.00;9.90;1557.00;0.00;0.18 +326;1;3537.00;10.35;1556.50;-1.32;0.18 +326;2;3540.00;9.90;1555.00;0.46;0.18 +326;3;3540.50;9.80;1557.50;1.89;0.18 +326;4;3538.50;10.00;1558.50;3.46;0.18 +326;9;3537.20;10.24;1557.00;1.57;0.18 +326;10;3540.80;9.77;1557.00;-1.57;0.18 +326;21;3537.20;10.24;1557.00;1.57;0.18 327;0;3187.00;9.80;1612.00;0.00;0.28 +327;1;3184.50;9.90;1609.50;-0.78;0.28 +327;2;3187.50;9.80;1609.50;0.19;0.28 +327;3;3189.50;9.80;1612.50;1.76;0.28 +327;4;3184.50;9.90;1611.50;-1.37;0.28 +327;5;3186.00;9.80;1613.50;3.73;0.28 +327;6;3189.50;9.90;1615.00;2.44;0.28 +327;9;3184.30;9.94;1612.00;1.57;0.28 +327;10;3189.70;9.81;1612.00;-1.57;0.28 +327;21;3184.30;9.94;1612.00;1.57;0.28 328;0;3390.00;10.67;1566.00;0.00;0.22 +328;1;3388.00;10.70;1564.50;-0.92;0.22 +328;2;3391.00;10.65;1564.00;0.46;0.22 +328;3;3388.50;10.65;1567.00;4.12;0.22 +328;4;3392.00;10.40;1567.50;2.21;0.22 +328;5;3391.00;10.45;1568.50;2.76;0.22 +328;9;3388.02;10.67;1566.00;1.57;0.22 +328;10;3391.98;10.43;1566.00;-1.57;0.22 +328;21;3388.02;10.67;1566.00;1.57;0.22 329;0;3052.00;9.82;1657.00;0.00;0.22 +329;1;3051.50;9.80;1655.50;-0.32;0.22 +329;2;3054.50;9.70;1656.00;1.19;0.22 +329;3;3050.00;9.90;1658.00;4.24;0.22 +329;4;3053.00;9.90;1659.00;2.67;0.22 +329;9;3049.84;9.81;1657.00;1.57;0.22 +329;10;3054.16;9.73;1657.00;-1.57;0.22 +329;19;3058.00;9.53;1658.00;1.19;0.22 +329;20;3059.72;9.53;1658.28;1.73;0.22 +329;21;3049.84;9.81;1657.00;1.57;0.22 330;0;3450.00;10.25;1610.00;0.00;0.20 +330;1;3448.50;9.90;1608.50;-0.78;0.20 +330;2;3451.50;10.30;1608.50;0.78;0.20 +330;3;3448.00;10.15;1610.00;4.71;0.20 +330;4;3454.00;10.40;1609.00;1.32;0.20 +330;5;3453.50;10.40;1610.00;1.57;0.20 +330;6;3451.00;10.40;1611.50;2.55;0.20 +330;7;3448.50;10.40;1612.50;3.68;0.20 +330;9;3447.66;10.18;1610.00;1.57;0.20 +330;10;3452.34;10.40;1610.00;-1.57;0.20 +330;21;3447.66;10.18;1610.00;1.57;0.20 331;0;3256.00;9.80;1577.00;0.00;0.26 +331;1;3254.00;9.80;1576.00;-1.10;0.26 +331;2;3257.00;9.80;1573.50;0.27;0.26 +331;3;3258.00;9.80;1575.00;0.78;0.26 +331;4;3258.00;9.80;1577.50;1.81;0.26 +331;5;3254.50;9.80;1579.50;3.68;0.26 +331;9;3253.48;9.80;1577.00;1.57;0.26 +331;10;3258.52;9.80;1577.00;-1.57;0.26 +331;21;3253.48;9.80;1577.00;1.57;0.26 332;0;2944.00;9.70;1628.00;0.00;0.26 +332;1;2942.00;9.50;1626.00;-0.78;0.26 +332;2;2944.00;9.70;1625.00;0.00;0.26 +332;3;2946.00;9.60;1628.00;1.57;0.26 +332;4;2942.00;9.50;1627.50;-1.32;0.26 +332;5;2942.50;9.70;1630.50;3.68;0.26 +332;6;2945.50;9.60;1631.00;2.67;0.26 +332;9;2941.66;9.50;1628.00;1.57;0.26 +332;10;2946.34;9.60;1628.00;-1.57;0.26 +332;19;2942.00;9.50;1625.00;-0.79;0.26 +332;20;2941.02;9.50;1623.54;-0.58;0.26 +332;21;2941.66;9.50;1628.00;1.57;0.26 333;0;3357.00;10.15;1670.00;0.00;0.22 +333;1;3357.00;10.00;1668.50;0.00;0.22 +333;2;3359.50;9.90;1668.00;0.89;0.22 +333;3;3354.00;10.15;1670.50;4.54;0.22 +333;4;3359.50;10.40;1670.50;1.76;0.22 +333;5;3356.00;10.42;1672.00;3.60;0.22 +333;9;3354.48;10.14;1670.00;1.57;0.22 +333;10;3359.52;10.30;1670.00;-1.57;0.22 +333;21;3354.48;10.14;1670.00;1.57;0.22 334;0;3083.00;9.80;1596.00;0.00;0.24 +334;1;3082.50;9.80;1591.50;-0.11;0.24 +334;2;3080.50;9.80;1592.50;-0.62;0.24 +334;3;3081.00;9.80;1595.00;-1.10;0.24 +334;4;3084.50;9.80;1594.50;0.78;0.24 +334;5;3085.00;10.05;1597.50;2.21;0.24 +334;6;3081.50;10.05;1599.00;3.60;0.24 +334;7;3084.00;10.35;1600.00;2.89;0.24 +334;9;3080.84;9.80;1596.00;1.57;0.24 +334;10;3085.16;9.91;1596.00;-1.57;0.24 +334;21;3080.84;9.80;1596.00;1.57;0.24 335;0;3352.00;10.00;1627.00;0.00;0.20 +335;1;3350.50;10.00;1626.00;-0.98;0.20 +335;2;3353.00;10.00;1624.00;0.32;0.20 +335;3;3354.00;10.00;1625.50;0.92;0.20 +335;4;3353.50;10.00;1628.50;2.35;0.20 +335;5;3351.50;10.00;1629.00;3.38;0.20 +335;9;3350.20;10.00;1627.00;1.57;0.20 +335;10;3353.80;10.00;1627.00;-1.57;0.20 +335;21;3350.20;10.00;1627.00;1.57;0.20 336;0;2928.00;9.70;1582.00;0.00;0.18 +336;1;2927.50;9.70;1581.00;-0.46;0.18 +336;2;2931.00;9.70;1581.00;1.24;0.18 +336;3;2925.50;9.70;1583.00;4.33;0.18 +336;4;2929.00;9.70;1584.00;2.67;0.18 +336;9;2925.66;9.70;1582.00;1.57;0.18 +336;10;2930.34;9.70;1582.00;-1.57;0.18 +336;21;2925.66;9.70;1582.00;1.57;0.18 337;0;2672.00;12.00;1633.00;0.00;0.36 +337;1;2670.00;11.17;1629.00;-0.46;0.36 +337;2;2672.50;11.30;1630.00;0.16;0.36 +337;3;2669.00;11.47;1632.00;-1.24;0.36 +337;4;2675.50;10.70;1632.50;1.42;0.36 +337;5;2676.00;10.85;1635.50;2.12;0.36 +337;6;2677.50;10.60;1633.50;1.66;0.36 +337;9;2666.96;10.99;1633.00;1.57;0.36 +337;10;2677.04;10.57;1633.00;-1.57;0.36 +337;19;2666.00;9.68;1636.00;-1.25;0.36 +337;20;2664.43;9.68;1636.78;4.24;0.36 +337;21;2666.96;10.99;1633.00;1.57;0.36 338;0;3600.00;9.70;1565.00;0.00;0.18 +338;1;3599.50;9.70;1563.50;-0.32;0.18 +338;2;3602.50;9.70;1564.50;1.37;0.18 +338;3;3597.00;9.70;1565.00;4.71;0.18 +338;4;3597.50;9.75;1566.00;4.33;0.18 +338;5;3600.50;9.70;1566.50;2.82;0.18 +338;9;3597.66;9.70;1565.00;1.57;0.18 +338;10;3602.34;9.70;1565.00;-1.57;0.18 +338;21;3597.66;9.70;1565.00;1.57;0.18 339;0;3589.00;10.40;1596.00;0.00;0.28 +339;1;3588.50;10.40;1592.00;-0.12;0.28 +339;2;3590.00;10.40;1592.00;0.24;0.28 +339;3;3586.50;10.40;1593.50;-0.78;0.28 +339;4;3591.00;10.40;1595.00;1.10;0.28 +339;5;3587.50;10.40;1597.50;3.92;0.28 +339;6;3592.00;10.40;1598.50;2.26;0.28 +339;7;3590.00;10.40;1600.00;2.89;0.28 +339;9;3586.48;10.39;1596.00;1.57;0.28 +339;10;3591.52;10.40;1596.00;-1.57;0.28 +339;21;3586.48;10.39;1596.00;1.57;0.28 340;0;3457.00;9.90;1565.00;0.00;0.20 +340;1;3457.50;9.90;1562.50;0.19;0.20 +340;2;3455.50;9.80;1563.50;-0.78;0.20 +340;3;3459.50;9.80;1563.50;1.03;0.20 +340;4;3458.00;9.90;1566.50;2.55;0.20 +340;5;3455.50;9.80;1566.50;3.92;0.20 +340;6;3456.50;9.90;1568.00;3.30;0.20 +340;9;3455.20;9.80;1565.00;1.57;0.20 +340;10;3458.80;9.88;1565.00;-1.57;0.20 +340;21;3455.20;9.80;1565.00;1.57;0.20 341;0;3227.00;10.40;1654.00;0.00;0.18 +341;1;3225.00;10.20;1652.00;-0.78;0.18 +341;2;3228.50;10.20;1652.00;0.64;0.18 +341;3;3230.50;10.40;1653.50;1.42;0.18 +341;4;3224.00;10.40;1654.00;4.71;0.18 +341;5;3229.00;10.40;1656.00;2.35;0.18 +341;6;3225.50;10.40;1655.50;3.92;0.18 +341;9;3224.30;10.40;1654.00;1.57;0.18 +341;10;3229.70;10.40;1654.00;-1.57;0.18 +341;21;3224.30;10.40;1654.00;1.57;0.18 342;0;3268.00;9.90;1598.00;0.00;0.24 +342;1;3267.00;9.90;1596.00;-0.46;0.24 +342;2;3269.50;9.90;1595.50;0.54;0.24 +342;3;3270.00;9.90;1598.00;1.57;0.24 +342;4;3265.00;9.90;1598.50;4.54;0.24 +342;5;3268.00;9.90;1600.50;3.14;0.24 +342;9;3265.84;9.90;1598.00;1.57;0.24 +342;10;3270.16;9.90;1598.00;-1.57;0.24 +342;21;3265.84;9.90;1598.00;1.57;0.24 343;0;3324.00;9.90;1569.00;0.00;0.24 +343;1;3322.00;9.90;1567.50;-0.92;0.24 +343;2;3324.00;9.90;1565.50;0.00;0.24 +343;3;3326.00;9.90;1567.00;0.78;0.24 +343;4;3326.00;9.90;1570.00;2.03;0.24 +343;5;3322.00;9.90;1571.00;3.92;0.24 +343;6;3324.00;9.90;1572.00;3.14;0.24 +343;9;3321.84;9.90;1569.00;1.57;0.24 +343;10;3326.16;9.90;1569.00;-1.57;0.24 +343;21;3321.84;9.90;1569.00;1.57;0.24 344;0;3379.00;10.57;1655.00;0.00;0.16 +344;1;3377.50;10.60;1653.50;-0.78;0.16 +344;2;3381.00;10.60;1654.00;1.10;0.16 +344;3;3375.50;10.50;1654.50;-1.42;0.16 +344;4;3382.00;10.60;1656.00;1.89;0.16 +344;5;3379.00;10.52;1656.00;3.14;0.16 +344;9;3376.30;10.50;1655.00;1.57;0.16 +344;10;3381.70;10.60;1655.00;-1.57;0.16 +344;21;3376.30;10.50;1655.00;1.57;0.16 345;0;3512.00;10.10;1609.00;0.00;0.24 +345;1;3510.50;10.40;1607.00;-0.64;0.24 +345;2;3511.50;10.60;1606.00;-0.16;0.24 +345;3;3513.50;10.20;1607.50;0.78;0.24 +345;4;3510.00;10.00;1609.50;4.46;0.24 +345;5;3516.00;10.10;1609.00;1.57;0.24 +345;6;3514.00;10.00;1610.50;2.21;0.24 +345;7;3510.50;9.90;1611.50;3.68;0.24 +345;9;3509.66;10.05;1609.00;1.57;0.24 +345;10;3514.34;10.10;1609.00;-1.57;0.24 +345;21;3509.66;10.05;1609.00;1.57;0.24 346;0;3433.00;10.25;1666.00;0.00;0.20 +346;1;3433.50;10.25;1664.00;0.24;0.20 +346;2;3431.00;9.92;1665.00;-1.10;0.20 +346;3;3435.50;10.50;1664.50;1.03;0.20 +346;4;3435.00;10.50;1665.50;1.32;0.20 +346;5;3430.00;9.92;1667.00;4.39;0.20 +346;6;3432.50;10.30;1667.50;3.46;0.20 +346;7;3434.50;10.50;1667.50;2.35;0.20 +346;9;3430.84;9.93;1666.00;1.57;0.20 +346;10;3435.16;10.50;1666.00;-1.57;0.20 +346;21;3430.84;9.93;1666.00;1.57;0.20 347;0;3173.00;10.40;1584.00;0.00;0.24 +347;1;3173.50;10.40;1581.00;0.16;0.24 +347;2;3175.50;10.40;1581.50;0.78;0.24 +347;3;3171.50;10.40;1583.50;-1.24;0.24 +347;4;3175.50;10.40;1583.50;1.37;0.24 +347;5;3174.00;10.42;1586.00;2.67;0.24 +347;6;3170.50;10.40;1586.50;3.92;0.24 +347;7;3172.50;10.40;1587.50;3.28;0.24 +347;9;3170.84;10.40;1584.00;1.57;0.24 +347;10;3175.16;10.40;1584.00;-1.57;0.24 +347;21;3175.16;10.40;1584.00;-1.57;0.24 348;0;3140.00;9.60;1621.00;0.00;0.28 +348;1;3140.00;9.60;1619.00;0.00;0.28 +348;2;3137.00;9.50;1620.00;-1.24;0.28 +348;3;3143.50;9.70;1621.00;1.57;0.28 +348;4;3138.00;9.50;1622.00;4.24;0.28 +348;5;3141.00;9.60;1623.50;2.76;0.28 +348;6;3141.00;9.60;1624.00;2.35;0.24 +348;7;3139.00;9.60;1625.50;3.14;0.24 +348;9;3137.48;9.50;1621.00;1.57;0.28 +348;10;3142.52;9.70;1621.00;-1.57;0.28 +348;19;3138.00;9.50;1628.00;-2.03;0.28 +348;20;3137.51;9.50;1629.68;3.42;0.28 +348;21;3142.52;9.70;1621.00;-1.57;0.28 +348;22;3140.00;9.60;1619.00;0.00;0.28 +348;23;3137.00;9.50;1620.00;-1.24;0.28 +348;24;3143.50;9.70;1621.00;1.57;0.28 +348;25;3138.00;9.50;1622.00;4.24;0.28 +348;26;3141.00;9.60;1623.50;2.76;0.28 +348;27;3141.00;9.60;1624.00;2.35;0.24 +348;28;3139.00;9.60;1625.50;3.14;0.24 +348;38;3142.52;9.70;1621.00;-1.57;0.28 349;0;3020.00;10.22;1593.00;0.00;0.24 +349;1;3020.50;10.30;1591.50;0.32;0.24 +349;2;3022.50;10.30;1591.50;1.03;0.24 +349;3;3018.00;9.95;1592.50;-1.32;0.24 +349;4;3018.50;9.90;1594.00;4.12;0.24 +349;5;3021.50;10.15;1594.00;2.15;0.24 +349;9;3017.48;9.79;1593.00;1.57;0.24 +349;10;3022.52;10.14;1593.00;-1.57;0.24 +349;19;3024.00;9.77;1594.00;-4.12;0.24 +349;20;3025.69;9.77;1594.42;1.81;0.24 +349;21;3022.52;10.14;1593.00;-1.57;0.24 350;0;3422.00;10.22;1622.00;0.00;0.22 +350;1;3422.50;9.90;1620.00;0.24;0.22 +350;2;3420.00;10.15;1620.50;-0.92;0.22 +350;3;3424.50;10.10;1621.50;1.37;0.22 +350;4;3420.50;10.45;1623.00;4.12;0.22 +350;5;3423.00;10.45;1624.00;2.67;0.22 +350;6;3421.50;10.50;1625.00;3.30;0.22 +350;9;3419.84;10.35;1622.00;1.57;0.22 +350;10;3424.16;10.16;1622.00;-1.57;0.22 +350;21;3419.84;10.35;1622.00;1.57;0.22 351;0;2767.00;10.65;1634.00;0.00;0.22 +351;1;2765.00;11.30;1632.50;-0.92;0.22 +351;2;2768.50;10.90;1632.50;0.78;0.22 +351;3;2763.50;11.50;1634.50;4.57;0.22 +351;4;2769.50;10.40;1635.00;1.95;0.22 +351;5;2767.00;10.40;1636.00;3.14;0.22 +351;9;2764.48;11.20;1634.00;1.57;0.22 +351;10;2769.52;10.60;1634.00;-1.57;0.22 +351;19;2773.00;10.15;1635.00;-4.33;0.22 +351;20;2774.72;10.15;1635.28;1.73;0.22 +351;21;2764.48;11.20;1634.00;1.57;0.22 352;0;3334.00;10.00;1602.00;0.00;0.18 +352;1;3334.50;10.00;1598.50;0.14;0.18 +352;2;3332.00;10.00;1600.00;-0.78;0.18 +352;3;3335.50;10.00;1600.00;0.64;0.18 +352;4;3332.50;10.00;1603.00;4.12;0.18 +352;5;3335.50;10.00;1603.00;2.15;0.18 +352;6;3333.50;10.00;1605.50;3.28;0.18 +352;7;3335.50;10.00;1605.50;2.73;0.18 +352;9;3332.38;10.00;1602.00;1.57;0.18 +352;10;3335.62;10.00;1602.00;-1.57;0.18 +352;21;3332.38;10.00;1602.00;1.57;0.18 353;0;3526.00;10.25;1563.00;0.00;0.22 +353;1;3524.50;9.90;1560.50;-0.54;0.22 +353;2;3527.00;10.55;1561.00;0.46;0.22 +353;3;3523.50;9.80;1562.00;-1.19;0.22 +353;4;3528.00;10.52;1564.00;2.03;0.22 +353;5;3524.50;9.95;1564.00;4.12;0.22 +353;6;3526.50;9.95;1566.00;2.97;0.22 +353;7;3528.00;10.12;1566.00;2.55;0.22 +353;9;3524.02;9.90;1563.00;1.57;0.22 +353;10;3527.98;10.64;1563.00;-1.57;0.22 +353;21;3524.02;9.90;1563.00;1.57;0.22 354;0;3290.00;9.90;1636.00;0.00;0.20 +354;1;3288.50;10.15;1634.00;-0.64;0.20 +354;2;3290.00;9.95;1634.50;0.00;0.20 +354;3;3287.00;10.40;1634.50;-1.10;0.20 +354;4;3292.00;9.90;1635.50;1.32;0.20 +354;5;3287.00;10.32;1636.00;4.71;0.20 +354;6;3289.50;9.90;1637.00;3.60;0.20 +354;7;3292.50;9.90;1637.00;1.95;0.20 +354;9;3287.48;10.25;1636.00;1.57;0.20 +354;10;3292.52;9.90;1636.00;-1.57;0.20 +354;21;3292.52;9.90;1636.00;-1.57;0.20 355;0;3599.00;10.32;1616.00;0.00;0.26 +355;1;3598.00;10.30;1614.00;-0.46;0.26 +355;2;3600.50;10.30;1613.00;0.46;0.26 +355;3;3601.50;10.30;1615.50;1.37;0.26 +355;4;3596.50;10.20;1617.50;4.17;0.26 +355;5;3600.50;10.20;1618.50;2.60;0.26 +355;9;3596.48;10.35;1616.00;1.57;0.26 +355;10;3601.52;10.35;1616.00;-1.57;0.26 +355;21;3596.48;10.35;1616.00;1.57;0.26 356;0;3399.00;10.00;1570.00;0.00;0.18 +356;1;3397.50;10.00;1567.00;-0.46;0.18 +356;2;3399.50;10.00;1567.00;0.16;0.18 +356;3;3401.00;10.00;1567.50;0.67;0.18 +356;4;3396.50;10.00;1569.50;-1.37;0.18 +356;5;3400.50;10.00;1570.00;1.57;0.18 +356;6;3397.00;10.00;1572.50;3.81;0.18 +356;7;3399.00;10.00;1573.00;3.14;0.18 +356;9;3397.38;9.91;1570.00;1.57;0.18 +356;10;3400.62;10.00;1570.00;-1.57;0.18 +356;21;3397.38;9.91;1570.00;1.57;0.18 357;0;3449.00;9.95;1652.00;0.00;0.18 +357;1;3448.50;9.80;1650.50;-0.32;0.18 +357;2;3450.50;9.90;1651.50;1.24;0.18 +357;3;3446.50;9.90;1651.50;-1.37;0.18 +357;4;3452.00;10.25;1652.50;1.73;0.18 +357;5;3447.50;10.30;1653.50;3.92;0.18 +357;6;3450.50;10.30;1653.50;2.35;0.18 +357;9;3446.84;10.00;1652.00;1.57;0.18 +357;10;3451.16;10.06;1652.00;-1.57;0.18 +357;21;3446.84;10.00;1652.00;1.57;0.18 358;0;3240.00;10.40;1629.00;0.00;0.28 +358;1;3239.00;10.42;1627.00;-0.46;0.28 +358;2;3242.50;10.50;1626.00;0.69;0.28 +358;3;3242.50;10.50;1628.50;1.37;0.28 +358;4;3237.50;10.15;1631.00;4.03;0.28 +358;5;3240.50;10.40;1632.00;2.97;0.28 +358;9;3237.48;10.19;1629.00;1.57;0.28 +358;10;3242.52;10.45;1629.00;-1.57;0.28 +358;21;3242.52;10.45;1629.00;-1.57;0.28 359;0;3600.00;9.72;1700.00;0.00;0.28 +359;1;3599.50;9.70;1697.50;-0.19;0.28 +359;2;3602.50;9.70;1698.00;0.89;0.28 +359;3;3596.50;9.70;1698.50;-1.16;0.28 +359;4;3603.00;9.70;1700.00;1.57;0.28 +359;5;3598.00;9.80;1701.50;4.06;0.28 +359;6;3601.50;9.80;1702.50;2.60;0.28 +359;9;3597.12;9.80;1700.00;1.57;0.28 +359;10;3602.88;9.70;1700.00;-1.57;0.28 +359;21;3597.12;9.80;1700.00;1.57;0.28 360;0;3239.00;9.82;1584.00;0.00;0.28 +360;1;3239.50;9.80;1581.00;0.16;0.28 +360;2;3242.00;9.80;1581.50;0.87;0.28 +360;3;3236.50;9.90;1583.00;-1.19;0.28 +360;4;3241.50;9.85;1585.00;1.95;0.28 +360;5;3237.50;9.90;1586.50;3.68;0.28 +360;6;3240.50;9.90;1587.50;2.73;0.28 +360;9;3236.30;9.90;1584.00;1.57;0.28 +360;10;3241.70;9.80;1584.00;-1.57;0.28 +360;21;3236.30;9.90;1584.00;1.57;0.28 361;0;3709.00;10.67;1667.00;0.00;0.32 +361;1;3709.00;10.65;1662.00;0.00;0.32 +361;2;3712.00;10.85;1666.50;1.40;0.32 +361;3;3706.00;10.47;1664.00;-0.78;0.32 +361;4;3706.00;10.60;1669.50;4.01;0.32 +361;5;3711.00;10.67;1672.00;2.76;0.32 +361;6;3708.50;10.70;1672.50;3.23;0.32 +361;9;3706.12;10.53;1667.00;1.57;0.32 +361;10;3711.88;10.83;1667.00;-1.57;0.32 +361;21;3706.12;10.53;1667.00;1.57;0.32 362;0;3097.00;10.17;1605.00;0.00;0.24 +362;1;3096.50;10.30;1604.00;-0.46;0.24 +362;2;3099.50;9.90;1603.50;1.03;0.24 +362;3;3100.00;9.72;1605.00;1.57;0.24 +362;4;3095.00;10.25;1606.50;4.06;0.24 +362;5;3097.50;9.85;1607.00;2.89;0.24 +362;9;3094.84;10.30;1605.00;1.57;0.24 +362;10;3099.16;9.78;1605.00;-1.57;0.24 +362;19;3098.09;9.50;1609.23;-3.92;0.24 +362;20;3098.52;9.50;1610.92;2.88;0.24 +362;21;3094.00;10.35;1605.00;0.00;0.24 +362;22;3096.50;10.30;1604.00;-0.46;0.24 +362;23;3099.50;9.90;1603.50;1.03;0.24 +362;24;3100.00;9.72;1605.00;1.57;0.24 +362;25;3095.00;10.25;1606.50;4.06;0.24 +362;26;3097.50;9.85;1607.00;2.89;0.24 +362;38;3096.02;10.00;1607.48;-1.57;0.24 363;0;3044.00;10.37;1661.00;0.00;0.22 +363;1;3042.50;10.10;1657.50;-0.40;0.22 +363;2;3044.00;9.97;1658.00;0.00;0.22 +363;3;3042.00;10.37;1660.00;-1.10;0.22 +363;4;3046.00;10.07;1660.00;1.10;0.22 +363;5;3047.00;10.52;1663.00;2.15;0.22 +363;6;3044.00;10.60;1663.50;3.14;0.22 +363;7;3046.50;10.60;1664.50;2.52;0.22 +363;9;3042.02;10.42;1661.00;1.57;0.22 +363;10;3045.98;10.25;1661.00;-1.57;0.22 +363;21;3042.02;10.42;1661.00;1.57;0.22 364;0;2784.00;10.35;1589.00;0.00;0.22 +364;1;2785.00;10.20;1586.00;0.32;0.22 +364;2;2782.50;10.50;1587.50;-0.78;0.22 +364;3;2786.00;10.02;1588.00;1.10;0.22 +364;4;2782.50;10.50;1590.50;3.92;0.22 +364;5;2786.50;10.10;1591.00;2.24;0.22 +364;6;2785.00;10.10;1591.50;2.76;0.22 +364;7;2783.50;10.25;1592.00;3.30;0.22 +364;9;2782.02;10.67;1589.00;1.57;0.22 +364;10;2785.98;10.00;1589.00;-1.57;0.22 +364;21;2782.02;10.67;1589.00;1.57;0.22 365;0;3587.00;9.75;1562.00;0.00;0.26 +365;1;3587.50;9.70;1559.00;0.16;0.26 +365;2;3585.50;9.70;1560.00;-0.64;0.26 +365;3;3589.00;9.70;1560.50;0.92;0.26 +365;4;3585.00;9.80;1563.00;4.24;0.26 +365;5;3590.50;9.80;1563.50;1.97;0.26 +365;6;3588.00;9.80;1564.50;2.76;0.26 +365;9;3584.48;9.80;1562.00;1.57;0.26 +365;10;3589.52;9.75;1562.00;-1.57;0.26 +365;21;3584.48;9.80;1562.00;1.57;0.26 366;0;3359.00;10.52;1643.00;0.00;0.22 +366;1;3357.00;10.40;1640.50;-0.67;0.22 +366;2;3358.50;10.20;1640.50;-0.19;0.22 +366;3;3360.50;10.30;1642.50;1.24;0.22 +366;4;3357.00;10.55;1641.50;-0.92;0.22 +366;5;3358.00;10.60;1644.50;3.73;0.22 +366;6;3361.50;10.55;1645.00;2.24;0.22 +366;7;3360.50;10.70;1646.50;2.73;0.22 +366;9;3357.02;10.60;1643.00;1.57;0.22 +366;10;3360.98;10.35;1643.00;-1.57;0.22 +366;21;3357.02;10.60;1643.00;1.57;0.22 367;0;3463.00;9.85;1569.00;0.00;0.22 +367;1;3463.50;9.80;1566.00;0.16;0.22 +367;2;3465.00;9.80;1567.50;0.92;0.22 +367;3;3461.00;9.90;1568.50;-1.32;0.22 +367;4;3463.50;9.80;1570.50;2.82;0.22 +367;5;3461.00;9.90;1571.00;3.92;0.22 +367;9;3461.02;9.90;1569.00;1.57;0.22 +367;10;3464.98;9.80;1569.00;-1.57;0.22 +367;21;3461.02;9.90;1569.00;1.57;0.22 368;0;3515.00;9.90;1648.00;0.00;0.18 +368;1;3513.50;9.90;1648.00;4.71;0.18 +368;2;3516.50;9.90;1646.50;0.78;0.18 +368;3;3517.00;9.90;1648.50;1.81;0.18 +368;4;3514.00;10.15;1650.50;3.52;0.18 +368;9;3513.02;9.90;1648.00;1.57;0.18 +368;10;3516.98;9.90;1648.00;-1.57;0.18 +368;21;3513.02;9.90;1648.00;1.57;0.18 369;0;2677.00;10.55;1604.00;0.00;0.24 +369;1;2677.50;10.50;1602.00;0.24;0.24 +369;2;2674.50;10.20;1603.50;-1.37;0.24 +369;3;2680.00;9.95;1604.50;1.73;0.24 +369;4;2675.00;10.12;1606.00;3.92;0.24 +369;5;2677.50;10.20;1606.50;2.94;0.24 +369;9;2674.48;10.19;1604.00;1.57;0.24 +369;10;2679.52;9.99;1604.00;-1.57;0.24 +369;21;2674.48;10.19;1604.00;1.57;0.24 370;0;3619.00;10.25;1692.00;0.00;0.28 +370;1;3619.50;10.50;1689.50;0.19;0.28 +370;2;3616.00;9.90;1691.50;-1.40;0.28 +370;3;3622.00;10.50;1692.00;1.57;0.28 +370;4;3617.50;9.90;1694.50;3.68;0.28 +370;5;3621.00;10.40;1694.00;2.35;0.28 +370;9;3616.48;9.90;1692.00;1.57;0.28 +370;10;3621.52;10.50;1692.00;-1.57;0.28 +370;21;3616.48;9.90;1692.00;1.57;0.28 371;0;3316.00;9.90;1577.00;0.00;0.24 +371;1;3316.50;10.15;1573.00;0.12;0.24 +371;2;3314.50;10.00;1575.50;-0.78;0.24 +371;3;3318.00;9.95;1575.00;0.78;0.24 +371;4;3317.50;9.90;1578.50;2.35;0.24 +371;5;3314.50;9.95;1579.00;3.78;0.24 +371;6;3316.00;9.90;1581.50;3.14;0.24 +371;9;3313.84;10.06;1577.00;1.57;0.24 +371;10;3318.16;9.90;1577.00;-1.57;0.24 +371;21;3313.84;10.06;1577.00;1.57;0.24 372;0;3574.00;9.80;1630.00;0.00;0.26 +372;1;3571.00;9.95;1628.00;-0.98;0.26 +372;2;3573.00;9.97;1627.00;-0.32;0.26 +372;3;3575.50;9.70;1628.50;0.78;0.26 +372;4;3577.50;9.80;1631.00;1.84;0.26 +372;5;3570.50;9.90;1630.50;4.57;0.26 +372;6;3572.50;9.80;1631.50;3.92;0.26 +372;7;3576.00;9.80;1633.00;2.55;0.26 +372;9;3571.12;9.81;1630.00;1.57;0.26 +372;10;3576.88;9.73;1630.00;-1.57;0.26 +372;21;3571.12;9.81;1630.00;1.57;0.26 373;0;1925.00;9.50;1678.00;0.00;0.16 +373;1;1925.00;9.50;1678.50;3.14;0.16 +373;9;1923.56;9.50;1678.00;1.57;0.16 +373;10;1926.44;9.50;1678.00;-1.57;0.16 +373;19;1926.23;9.40;1676.38;-0.44;0.16 +373;20;1927.29;9.40;1674.99;0.65;0.16 +373;21;1926.44;9.50;1678.00;-1.57;0.16 374;0;2943.00;9.70;1593.00;0.00;0.18 +374;1;2943.00;9.70;1591.50;0.00;0.18 +374;2;2945.00;9.70;1592.00;1.10;0.18 +374;3;2942.50;9.70;1594.00;3.60;0.18 +374;9;2941.02;9.50;1593.00;1.57;0.18 +374;10;2944.98;9.70;1593.00;-1.57;0.18 +374;19;2939.00;9.50;1596.00;-2.68;0.18 +374;20;2937.60;9.50;1597.05;4.06;0.18 +374;21;2941.02;9.50;1593.00;1.57;0.18 375;0;3001.00;9.70;1574.00;0.00;0.26 +375;1;3001.50;9.70;1572.00;0.24;0.26 +375;2;2999.00;9.70;1573.50;-1.32;0.26 +375;3;3003.50;9.70;1572.50;1.03;0.26 +375;4;3004.50;9.70;1574.00;1.57;0.26 +375;5;3001.50;9.70;1575.50;2.82;0.26 +375;6;2997.50;9.70;1575.00;4.43;0.26 +375;7;2998.50;9.70;1576.50;3.92;0.26 +375;9;2998.30;9.70;1574.00;1.57;0.26 +375;10;3003.70;9.70;1574.00;-1.57;0.26 +375;21;2998.30;9.70;1574.00;1.57;0.26 376;0;3470.00;9.80;1598.00;0.00;0.16 +376;1;3469.00;9.80;1596.50;-0.58;0.16 +376;2;3472.00;9.80;1597.00;1.10;0.16 +376;3;3467.50;9.80;1598.00;4.71;0.16 +376;4;3473.50;9.90;1598.00;1.57;0.16 +376;5;3471.50;9.80;1599.00;2.15;0.16 +376;6;3468.00;9.80;1599.50;4.06;0.16 +376;9;3467.66;9.80;1598.00;1.57;0.16 +376;10;3472.34;9.80;1598.00;-1.57;0.16 +376;21;3467.66;9.80;1598.00;1.57;0.16 377;0;2745.00;11.22;1562.00;0.00;0.22 +377;1;2745.00;10.80;1560.50;0.00;0.22 +377;2;2742.50;11.10;1562.50;4.51;0.22 +377;3;2748.50;11.40;1563.50;1.97;0.22 +377;4;2745.00;12.40;1564.50;3.14;0.22 +377;5;2748.00;11.80;1564.50;2.26;0.22 +377;9;2742.48;10.94;1562.00;1.57;0.22 +377;10;2747.52;10.54;1562.00;-1.57;0.22 +377;19;2741.00;9.50;1559.00;0.00;0.22 +377;20;2739.60;9.50;1557.95;-0.92;0.22 +377;21;2742.48;10.94;1562.00;1.57;0.22 378;0;3432.00;9.80;1648.00;0.00;0.22 +378;1;3433.00;9.80;1645.00;0.32;0.22 +378;2;3430.50;9.85;1647.00;-0.98;0.22 +378;3;3434.50;9.80;1647.50;1.37;0.22 +378;4;3429.50;9.80;1650.00;4.03;0.22 +378;5;3432.00;9.80;1650.00;3.14;0.22 +378;9;3430.02;9.87;1648.00;1.57;0.22 +378;10;3433.98;9.80;1648.00;-1.57;0.22 +378;21;3430.02;9.87;1648.00;1.57;0.22 379;0;1851.00;9.70;1079.00;0.00;0.14 +379;1;1851.00;9.70;1079.00;0.00;0.14 +379;2;1851.34;9.60;1076.52;-0.41;0.14 +379;3;1853.11;9.70;1079.31;1.57;0.14 +379;4;1851.50;9.70;1082.00;2.97;0.14 +379;9;1849.74;9.66;1079.00;1.57;0.14 +379;10;1852.26;9.70;1079.00;-1.57;0.14 +379;19;1850.00;9.50;1076.00;-1.57;0.14 +379;20;1849.44;9.50;1074.34;-0.32;0.14 +379;21;1849.74;9.66;1079.00;1.57;0.14 380;0;3532.00;9.90;1574.00;0.00;0.16 +380;1;3532.50;10.30;1571.50;0.19;0.16 +380;2;3531.00;10.00;1571.50;-0.38;0.16 +380;3;3533.50;10.45;1572.00;0.64;0.16 +380;4;3530.00;9.82;1574.00;4.71;0.16 +380;5;3533.50;9.80;1575.50;2.35;0.16 +380;6;3532.00;9.72;1577.00;3.14;0.16 +380;9;3530.56;9.85;1574.00;1.57;0.16 +380;10;3533.44;10.09;1574.00;-1.57;0.16 +380;21;3530.56;9.85;1574.00;1.57;0.16 381;0;3621.00;10.40;1682.00;0.00;0.22 +381;1;3620.00;9.95;1679.00;-0.32;0.22 +381;2;3624.00;10.40;1680.50;1.10;0.22 +381;3;3617.50;10.45;1682.00;4.71;0.22 +381;4;3624.50;10.50;1683.50;1.97;0.22 +381;5;3617.50;10.50;1684.00;4.19;0.22 +381;6;3620.50;10.50;1684.50;3.33;0.22 +381;9;3618.12;10.41;1682.00;1.57;0.22 +381;10;3623.88;10.40;1682.00;-1.57;0.22 +381;21;3618.12;10.41;1682.00;1.57;0.22 382;0;3371.00;10.42;1612.00;0.00;0.20 +382;1;3369.00;10.05;1609.50;-0.67;0.20 +382;2;3371.50;10.45;1610.00;0.24;0.20 +382;3;3373.00;10.60;1611.50;1.32;0.20 +382;4;3369.00;10.15;1612.50;4.46;0.20 +382;5;3373.50;10.60;1613.50;2.11;0.20 +382;6;3371.50;10.60;1614.00;2.89;0.20 +382;9;3369.02;10.10;1612.00;1.57;0.20 +382;10;3372.98;10.60;1612.00;-1.57;0.20 +382;21;3369.02;10.10;1612.00;1.57;0.20 383;0;2996.00;9.67;1681.00;0.00;0.24 +383;1;2994.50;9.70;1678.50;-0.54;0.24 +383;2;2996.50;9.70;1678.00;0.16;0.24 +383;3;2997.50;9.65;1680.00;0.98;0.24 +383;4;2994.00;9.70;1680.00;-1.10;0.24 +383;5;2995.00;9.65;1683.00;3.60;0.24 +383;6;2998.00;9.80;1683.00;2.35;0.24 +383;7;2996.00;9.75;1685.50;3.14;0.24 +383;9;2993.84;9.70;1681.00;1.57;0.24 +383;10;2998.16;9.78;1681.00;-1.57;0.24 +383;19;2989.96;9.50;1680.43;-3.01;0.24 +383;20;2986.81;9.50;1682.35;4.01;0.24 +383;21;2993.84;9.70;1681.00;1.57;0.24 384;0;3390.00;10.02;1576.00;0.00;0.20 +384;1;3388.50;10.00;1574.00;-0.64;0.20 +384;2;3391.00;10.00;1573.50;0.38;0.20 +384;3;3388.00;10.10;1576.50;4.46;0.20 +384;4;3392.50;10.00;1575.50;1.37;0.20 +384;5;3392.00;10.00;1576.50;1.81;0.20 +384;6;3391.00;10.00;1578.00;2.67;0.20 +384;7;3389.00;10.10;1579.00;3.46;0.20 +384;9;3388.20;10.05;1576.00;1.57;0.20 +384;10;3391.80;10.00;1576.00;-1.57;0.20 +384;21;3388.20;10.05;1576.00;1.57;0.20 385;0;2683.00;10.40;1626.00;0.00;0.26 +385;1;2681.50;10.75;1625.00;-0.98;0.26 +385;2;2684.50;10.00;1623.50;0.54;0.26 +385;3;2686.00;9.92;1625.00;1.24;0.26 +385;4;2685.00;10.20;1627.50;2.21;0.26 +385;5;2681.00;11.05;1629.00;3.73;0.26 +385;9;2680.48;10.95;1626.00;1.57;0.26 +385;10;2685.52;10.04;1626.00;-1.57;0.26 +385;21;2680.48;10.95;1626.00;1.57;0.26 386;0;3251.00;9.90;1587.00;0.00;0.22 +386;1;3249.50;9.90;1584.00;-0.46;0.22 +386;2;3252.00;9.90;1584.50;0.38;0.22 +386;3;3247.50;9.90;1586.50;-1.42;0.22 +386;4;3254.50;9.80;1586.50;1.42;0.22 +386;5;3253.50;9.90;1588.00;1.95;0.22 +386;6;3250.00;9.90;1589.50;3.52;0.22 +386;9;3248.30;9.90;1587.00;1.57;0.22 +386;10;3253.70;9.84;1587.00;-1.57;0.22 +386;21;3248.30;9.90;1587.00;1.57;0.22 387;0;3277.00;10.50;1645.00;0.00;0.26 +387;1;3277.00;10.55;1641.00;0.00;0.26 +387;2;3279.00;10.50;1643.00;0.78;0.26 +387;3;3274.50;10.50;1644.50;-1.37;0.26 +387;4;3279.50;10.50;1647.00;2.24;0.26 +387;5;3274.00;10.50;1648.00;3.92;0.26 +387;6;3277.00;10.52;1649.00;3.14;0.26 +387;9;3274.66;10.50;1645.00;1.57;0.26 +387;10;3279.34;10.50;1645.00;-1.57;0.26 +387;21;3274.66;10.50;1645.00;1.57;0.26 388;0;3063.00;10.10;1576.00;0.00;0.22 +388;1;3064.00;10.15;1574.50;0.58;0.22 +388;2;3066.50;10.00;1573.50;0.95;0.22 +388;3;3058.00;10.10;1574.50;-1.27;0.22 +388;4;3060.00;10.05;1574.50;-1.10;0.22 +388;5;3058.00;9.97;1575.00;-1.37;0.22 +388;6;3066.00;9.80;1576.50;1.73;0.22 +388;7;3059.00;9.82;1576.00;4.71;0.22 +388;8;3062.50;9.80;1577.50;3.46;0.22 +388;9;3059.58;9.85;1576.00;1.57;0.22 +388;10;3066.42;9.80;1576.00;-1.57;0.22 +388;21;3059.58;9.85;1576.00;1.57;0.22 389;0;3093.00;10.30;1599.00;0.00;0.20 +389;1;3093.00;10.22;1597.00;0.00;0.20 +389;2;3095.50;9.80;1598.00;1.19;0.20 +389;3;3090.00;10.40;1599.00;4.71;0.20 +389;4;3094.50;10.25;1601.00;2.49;0.20 +389;5;3091.50;10.40;1601.00;3.78;0.20 +389;9;3090.66;10.40;1599.00;1.57;0.20 +389;10;3095.34;9.92;1599.00;-1.57;0.20 +389;21;3090.66;10.40;1599.00;1.57;0.20 390;0;3663.00;10.05;1678.00;0.00;0.30 +390;1;3664.50;9.90;1674.50;0.40;0.30 +390;2;3661.00;9.80;1677.00;-1.10;0.30 +390;3;3665.00;10.35;1678.50;1.81;0.30 +390;4;3660.00;9.80;1680.50;4.01;0.30 +390;5;3663.00;9.85;1681.50;3.14;0.30 +390;9;3660.30;9.80;1678.00;1.57;0.30 +390;10;3665.70;10.36;1678.00;-1.57;0.30 +390;21;3660.30;9.80;1678.00;1.57;0.30 391;0;2884.00;9.60;1563.00;0.00;0.16 +391;1;2884.00;9.60;1561.00;0.00;0.16 +391;2;2885.50;9.60;1561.00;0.64;0.16 +391;3;2883.00;9.60;1561.00;-0.46;0.16 +391;4;2885.50;9.60;1562.00;0.98;0.16 +391;5;2882.50;9.60;1563.00;4.71;0.16 +391;6;2884.50;9.60;1563.50;2.35;0.16 +391;7;2883.50;9.50;1566.50;3.28;0.16 +391;9;2882.56;9.60;1563.00;1.57;0.16 +391;10;2885.44;9.60;1563.00;-1.57;0.16 +391;19;2887.01;9.50;1564.84;-3.76;0.16 +391;20;2888.50;9.50;1565.75;2.11;0.16 +391;21;2885.44;9.60;1563.00;-1.57;0.16 392;0;3551.00;11.50;1606.00;0.00;0.24 +392;1;3548.00;11.50;1604.00;-0.98;0.24 +392;2;3552.00;11.50;1604.50;0.58;0.24 +392;3;3547.50;11.55;1606.00;4.71;0.24 +392;4;3554.50;11.40;1606.50;1.71;0.24 +392;5;3549.50;11.60;1608.00;3.78;0.24 +392;6;3553.00;11.45;1608.50;2.46;0.24 +392;9;3548.30;11.55;1606.00;1.57;0.24 +392;10;3553.70;11.48;1606.00;-1.57;0.24 +392;21;3548.30;11.55;1606.00;1.57;0.24 393;0;3603.00;9.80;1572.00;0.00;0.20 +393;1;3602.00;9.75;1570.00;-0.46;0.20 +393;2;3605.00;9.70;1570.50;0.92;0.20 +393;3;3600.00;9.80;1572.50;4.54;0.20 +393;4;3606.00;9.75;1572.00;1.57;0.20 +393;5;3604.50;9.80;1574.00;2.49;0.20 +393;6;3601.50;9.80;1574.00;3.78;0.20 +393;9;3600.30;9.80;1572.00;1.57;0.20 +393;10;3605.70;9.75;1572.00;-1.57;0.20 +393;21;3600.30;9.80;1572.00;1.57;0.20 394;0;2964.00;9.70;1674.00;0.00;0.32 +394;1;2964.50;9.70;1671.00;0.16;0.32 +394;2;2962.00;9.70;1671.00;-0.58;0.32 +394;3;2966.50;9.70;1673.00;1.19;0.32 +394;4;2959.50;9.70;1672.00;-1.15;0.32 +394;5;2964.00;9.70;1676.00;3.14;0.32 +394;9;2959.50;9.70;1674.00;1.57;0.32 +394;10;2968.50;9.70;1674.00;-1.57;0.32 +394;19;2965.00;9.55;1680.00;-3.14;0.32 +394;20;2965.28;9.55;1681.72;2.97;0.32 +394;21;2959.50;9.70;1674.00;1.57;0.32 395;0;3138.00;9.70;1611.00;0.00;0.28 +395;1;3136.50;9.70;1609.00;-0.64;0.28 +395;2;3140.00;9.70;1608.50;0.67;0.28 +395;3;3134.00;9.70;1609.50;-1.21;0.28 +395;4;3141.00;9.70;1611.50;1.73;0.28 +395;5;3134.50;9.70;1611.50;4.57;0.28 +395;6;3139.00;9.70;1614.00;2.82;0.28 +395;7;3135.50;9.70;1614.00;3.83;0.28 +395;8;3142.50;9.70;1614.00;2.15;0.28 +395;9;3134.40;9.70;1611.00;1.57;0.28 +395;10;3141.60;9.70;1611.00;-1.57;0.28 +395;21;3141.60;9.70;1611.00;-1.57;0.28 396;0;3455.00;9.90;1576.00;0.00;0.20 +396;1;3455.50;9.90;1573.50;0.19;0.20 +396;2;3453.50;9.90;1575.00;-0.98;0.20 +396;3;3457.00;9.90;1574.50;0.92;0.20 +396;4;3452.00;9.80;1576.00;4.71;0.20 +396;5;3458.00;9.90;1576.00;1.57;0.20 +396;6;3453.00;9.85;1577.50;4.06;0.20 +396;7;3456.50;9.90;1577.50;2.35;0.20 +396;9;3452.66;9.81;1576.00;1.57;0.20 +396;10;3457.34;9.90;1576.00;-1.57;0.20 +396;21;3452.66;9.81;1576.00;1.57;0.20 397;0;3440.00;9.85;1609.00;0.00;0.20 +397;1;3439.00;9.80;1607.00;-0.46;0.20 +397;2;3442.00;9.80;1606.50;0.67;0.20 +397;3;3443.00;10.25;1609.50;1.73;0.20 +397;4;3438.00;9.82;1610.00;4.24;0.20 +397;5;3440.50;10.00;1611.50;2.94;0.20 +397;9;3438.20;9.80;1609.00;1.57;0.20 +397;10;3441.80;10.03;1609.00;-1.57;0.20 +397;21;3438.20;9.80;1609.00;1.57;0.20 398;0;3323.00;9.90;1582.00;0.00;0.22 +398;1;3323.50;9.90;1578.50;0.14;0.22 +398;2;3321.00;9.90;1581.00;-1.10;0.22 +398;3;3324.50;10.00;1579.50;0.54;0.22 +398;4;3325.00;9.90;1582.50;1.81;0.22 +398;5;3321.00;9.90;1585.00;3.73;0.22 +398;6;3323.50;9.90;1584.50;2.94;0.22 +398;9;3321.02;9.90;1582.00;1.57;0.22 +398;10;3324.98;9.95;1582.00;-1.57;0.22 +398;21;3321.02;9.90;1582.00;1.57;0.22 399;0;2937.00;9.70;1642.00;0.00;0.24 +399;1;2935.50;9.70;1641.00;-0.98;0.24 +399;2;2939.00;9.70;1637.50;0.41;0.24 +399;3;2939.50;9.70;1640.50;1.03;0.24 +399;4;2939.50;9.70;1643.50;2.11;0.24 +399;5;2937.00;9.65;1646.00;3.14;0.24 +399;9;2934.84;9.50;1642.00;1.57;0.24 +399;10;2939.16;9.66;1642.00;-1.57;0.24 +399;19;2933.00;9.50;1648.00;-0.98;0.24 +399;20;2932.02;9.50;1649.45;3.73;0.24 +399;21;2934.84;9.50;1642.00;1.57;0.24 400;0;3168.00;10.37;1597.00;0.00;0.20 +400;1;3166.50;10.40;1595.50;-0.78;0.20 +400;2;3170.00;10.40;1594.00;0.58;0.20 +400;3;3171.00;10.40;1596.00;1.24;0.20 +400;4;3165.00;10.07;1598.00;4.39;0.20 +400;5;3170.50;10.40;1598.00;1.95;0.20 +400;6;3167.50;10.10;1598.50;3.46;0.20 +400;9;3165.48;10.29;1597.00;1.57;0.20 +400;10;3170.52;10.40;1597.00;-1.57;0.20 +400;21;3170.52;10.40;1597.00;-1.57;0.20 401;0;3360.00;10.00;1632.00;0.00;0.20 +401;1;3357.50;10.00;1631.00;-1.19;0.20 +401;2;3360.00;9.95;1629.00;0.00;0.20 +401;3;3362.00;10.05;1631.00;1.10;0.20 +401;4;3361.50;10.10;1633.50;2.35;0.20 +401;5;3358.00;10.10;1634.00;3.92;0.20 +401;6;3359.00;10.10;1635.00;3.46;0.20 +401;9;3358.20;10.00;1632.00;1.57;0.20 +401;10;3361.80;10.03;1632.00;-1.57;0.20 +401;21;3358.20;10.00;1632.00;1.57;0.20 402;0;3151.00;10.50;1566.00;0.00;0.26 +402;1;3151.00;10.47;1563.00;0.00;0.26 +402;2;3149.00;10.20;1564.00;-0.78;0.26 +402;3;3154.00;10.47;1565.00;1.24;0.26 +402;4;3148.00;10.00;1566.50;4.54;0.26 +402;5;3153.50;10.40;1567.50;2.11;0.26 +402;6;3149.00;10.30;1568.50;3.81;0.26 +402;7;3151.50;10.50;1568.50;2.94;0.26 +402;9;3148.48;10.09;1566.00;1.57;0.26 +402;10;3153.52;10.49;1566.00;-1.57;0.26 +402;21;3148.48;10.09;1566.00;1.57;0.26 403;0;3628.00;9.97;1607.00;0.00;0.18 +403;1;3629.00;9.92;1605.00;0.46;0.18 +403;2;3625.50;10.20;1605.50;-1.03;0.18 +403;3;3632.50;10.10;1606.00;1.35;0.18 +403;4;3625.50;10.30;1607.50;4.51;0.18 +403;5;3630.00;9.90;1608.00;2.03;0.18 +403;6;3626.50;10.05;1609.00;3.78;0.18 +403;9;3625.12;10.28;1607.00;1.57;0.18 +403;10;3630.88;9.91;1607.00;-1.57;0.18 +403;21;3625.12;10.28;1607.00;1.57;0.18 404;0;3584.00;10.37;1649.00;0.00;0.22 +404;1;3586.00;10.30;1647.50;0.92;0.22 +404;2;3581.00;9.90;1647.50;-1.10;0.22 +404;3;3588.50;10.20;1648.50;1.46;0.22 +404;4;3580.50;10.00;1650.50;4.30;0.22 +404;5;3585.50;10.40;1650.00;2.15;0.22 +404;6;3581.50;10.10;1651.50;3.92;0.22 +404;9;3580.58;9.86;1649.00;1.57;0.22 +404;10;3587.42;10.35;1649.00;-1.57;0.22 +404;21;3580.58;9.86;1649.00;1.57;0.22 405;0;2943.00;9.80;1563.00;0.00;0.26 +405;1;2945.00;10.15;1561.00;0.78;0.26 +405;2;2942.00;9.90;1561.50;-0.58;0.26 +405;3;2940.50;10.00;1564.00;4.33;0.26 +405;4;2945.00;9.95;1563.50;1.81;0.26 +405;5;2942.50;9.80;1565.00;3.38;0.26 +405;6;2941.00;9.80;1566.00;3.73;0.26 +405;9;2940.48;10.15;1563.00;1.57;0.26 +405;10;2945.52;10.15;1563.00;-1.57;0.26 +405;21;2940.48;10.15;1563.00;1.57;0.26 406;0;3227.00;9.90;1615.00;0.00;0.36 +406;1;3231.00;9.90;1613.50;1.21;0.36 +406;2;3228.00;10.00;1612.50;0.38;0.36 +406;3;3224.00;9.85;1613.50;-1.10;0.36 +406;4;3224.50;9.80;1617.00;4.03;0.36 +406;5;3228.00;9.90;1617.00;2.67;0.36 +406;9;3223.76;9.80;1615.00;1.57;0.36 +406;10;3230.24;9.90;1615.00;-1.57;0.36 +406;21;3230.24;9.90;1615.00;-1.57;0.36 407;0;2734.00;9.87;1565.00;0.00;0.20 +407;1;2733.00;9.50;1563.50;-0.58;0.20 +407;2;2737.00;9.75;1564.00;1.24;0.20 +407;3;2731.50;9.90;1566.00;4.33;0.20 +407;4;2736.50;10.20;1566.50;2.11;0.20 +407;5;2734.00;10.17;1567.00;3.14;0.20 +407;9;2731.48;9.60;1565.00;1.57;0.20 +407;10;2736.52;9.95;1565.00;-1.57;0.20 +407;19;2737.00;9.50;1563.00;-0.59;0.20 +407;20;2738.45;9.50;1562.02;0.98;0.20 +407;21;2731.48;9.60;1565.00;1.57;0.20 408;0;3099.00;9.97;1685.00;0.00;0.30 +408;1;3097.00;9.70;1682.50;-0.67;0.30 +408;2;3100.50;9.70;1685.00;1.57;0.30 +408;3;3099.00;9.85;1686.50;3.14;0.30 +408;9;3095.94;9.70;1685.00;1.57;0.30 +408;10;3102.06;9.50;1685.00;-1.57;0.30 +408;19;3105.00;9.50;1692.00;-3.14;0.30 +408;20;3106.13;9.50;1693.32;2.43;0.30 +408;21;3095.94;9.70;1685.00;1.57;0.30 409;0;3299.00;9.95;1483.00;0.00;0.24 +409;1;3298.00;9.90;1480.50;-0.38;0.24 +409;2;3300.00;9.85;1480.00;0.32;0.24 +409;3;3301.00;9.90;1481.50;0.92;0.24 +409;4;3296.50;9.90;1483.50;4.51;0.24 +409;5;3301.00;10.00;1484.50;2.21;0.24 +409;6;3298.50;9.90;1485.50;3.33;0.24 +409;9;3296.84;9.90;1483.00;1.57;0.24 +409;10;3301.16;9.98;1483.00;-1.57;0.24 +409;21;3296.84;9.90;1483.00;1.57;0.24 410;0;3580.00;9.70;1541.00;0.00;0.20 +410;1;3577.00;9.70;1539.50;-1.10;0.20 +410;2;3580.50;9.70;1539.50;0.32;0.20 +410;3;3577.50;9.70;1541.50;4.51;0.20 +410;4;3583.50;9.70;1541.00;1.57;0.20 +410;5;3583.00;9.70;1542.50;2.03;0.20 +410;6;3579.50;9.70;1543.00;3.38;0.20 +410;9;3577.12;9.70;1541.00;1.57;0.20 +410;10;3582.88;9.70;1541.00;-1.57;0.20 +410;21;3577.12;9.70;1541.00;1.57;0.20 411;0;3142.00;9.50;1824.00;0.00;0.86 +411;1;3141.00;9.50;1817.00;-0.14;0.86 +411;2;3137.00;9.50;1815.00;-0.50;0.86 +411;3;3130.50;9.50;1817.50;-1.05;0.86 +411;4;3147.00;9.50;1820.00;0.89;0.86 +411;5;3129.50;9.50;1822.50;-1.45;0.86 +411;6;3151.00;9.50;1824.50;1.62;0.86 +411;7;3135.50;9.50;1826.00;4.41;0.86 +411;8;3156.00;9.50;1827.00;1.78;0.86 +411;9;3131.20;9.50;1824.00;1.57;0.86 +411;10;3152.80;9.50;1824.00;-1.57;0.86 +411;11;3140.40;9.50;1812.80;-0.14;0.86 +411;12;3134.00;9.50;1809.60;-0.50;0.86 +411;13;3123.60;9.50;1813.60;-1.05;0.86 +411;14;3150.00;9.50;1817.60;0.89;0.86 +411;15;3122.00;9.50;1821.60;-1.45;0.86 +411;16;3156.40;9.50;1824.80;1.62;0.86 +411;17;3131.60;9.50;1827.20;4.41;0.86 +411;18;3164.40;9.50;1828.80;1.78;0.86 +411;21;3131.20;9.50;1824.00;1.57;0.86 412;0;2530.00;9.50;939.00;0.00;1.22 +412;1;2538.00;9.50;921.50;0.42;1.22 +412;2;2524.50;9.50;927.00;-0.43;1.22 +412;3;2541.00;9.50;933.50;1.10;1.22 +412;4;2516.50;9.50;943.50;4.39;1.22 +412;5;2540.50;9.50;951.50;2.44;1.22 +412;6;2530.50;9.50;955.00;3.11;1.22 +412;9;2519.02;9.50;939.00;1.57;1.22 +412;10;2540.98;9.50;939.00;-1.57;1.22 +412;11;2542.80;9.50;911.00;0.42;1.22 +412;12;2521.20;9.50;919.80;-0.43;1.22 +412;13;2547.60;9.50;930.20;1.10;1.22 +412;14;2508.40;9.50;946.20;4.39;1.22 +412;15;2546.80;9.50;959.00;2.44;1.22 +412;16;2530.80;9.50;964.60;3.11;1.22 +412;21;2519.02;9.50;939.00;1.57;1.22 413;0;3418.00;10.25;1548.00;0.00;0.20 +413;1;3416.50;10.00;1545.50;-0.54;0.20 +413;2;3417.50;10.00;1544.50;-0.14;0.20 +413;3;3418.50;10.15;1545.00;0.16;0.20 +413;4;3420.00;10.30;1548.00;1.57;0.20 +413;5;3416.50;10.10;1548.50;4.39;0.20 +413;6;3419.50;10.30;1550.50;2.60;0.20 +413;7;3418.00;10.15;1551.00;3.14;0.20 +413;9;3416.20;10.07;1548.00;1.57;0.20 +413;10;3419.80;10.30;1548.00;-1.57;0.20 +413;21;3416.20;10.07;1548.00;1.57;0.20 414;0;3237.00;9.90;1481.00;0.00;0.26 +414;1;3235.50;9.90;1479.50;-0.78;0.26 +414;2;3240.00;9.95;1479.00;0.98;0.26 +414;3;3240.50;9.80;1481.00;1.57;0.26 +414;4;3233.50;10.00;1482.50;4.30;0.26 +414;5;3236.50;9.90;1483.00;3.38;0.26 +414;6;3234.00;10.00;1484.50;3.85;0.26 +414;9;3233.58;9.85;1481.00;1.57;0.26 +414;10;3240.42;9.80;1481.00;-1.57;0.26 +414;21;3233.58;9.85;1481.00;1.57;0.26 415;0;3241.00;9.80;1680.00;0.00;0.26 -416;0;2221.00;9.50;481.00;0.00;0.86 -417;0;3124.00;12.92;1507.00;0.00;0.22 -418;0;3367.00;9.80;1515.00;0.00;0.20 -419;0;2082.00;9.50;1849.00;0.00;1.08 -420;0;1225.00;9.50;271.00;0.00;1.52 -421;0;3068.00;12.47;1516.00;0.00;0.20 -422;0;3187.00;9.90;1531.00;0.00;0.24 -423;0;5332.00;9.50;1610.00;0.00;1.08 -424;0;3006.00;12.57;1517.00;0.00;0.20 +415;1;3242.50;9.80;1677.00;0.46;0.26 +415;2;3240.00;9.80;1678.00;-0.46;0.26 +415;3;3242.50;9.80;1679.00;0.98;0.26 +415;4;3238.00;9.90;1679.50;-1.40;0.26 +415;5;3239.50;9.90;1681.00;4.12;0.26 +415;6;3243.50;9.75;1682.00;2.24;0.26 +415;7;1620.00;10.10;839.50;-1.09;0.26 +415;9;3238.66;9.89;1680.00;1.57;0.26 +415;10;3243.34;9.80;1680.00;-1.57;0.26 +415;21;3238.66;9.89;1680.00;1.57;0.26 +416;0;2221.00;9.50;481.00;0.00;0.86 +416;1;2220.00;9.50;470.50;-0.09;0.86 +416;2;2233.50;9.50;478.50;1.37;0.86 +416;3;2208.50;9.50;481.00;4.71;0.86 +416;4;2228.00;9.50;489.00;2.42;0.86 +416;5;2212.00;9.50;490.50;3.90;0.86 +416;9;2209.30;9.50;481.00;1.57;0.86 +416;10;2232.70;9.50;481.00;-1.57;0.86 +416;11;2219.40;9.50;464.20;-0.09;0.86 +416;12;2241.00;9.50;477.00;1.37;0.86 +416;13;2201.00;9.50;481.00;4.71;0.86 +416;14;2232.20;9.50;493.80;2.42;0.86 +416;15;2206.60;9.50;496.20;3.90;0.86 +416;21;2209.30;9.50;481.00;1.57;0.86 +417;0;3124.00;12.92;1507.00;0.00;0.22 +417;1;3121.00;13.60;1504.50;-0.87;0.22 +417;2;3120.50;13.25;1505.00;-1.05;0.22 +417;3;3125.00;13.10;1505.50;0.58;0.22 +417;4;3121.00;12.35;1507.50;4.54;0.22 +417;5;3127.50;14.00;1507.50;1.71;0.22 +417;6;3124.00;12.62;1509.00;3.14;0.22 +417;9;3121.12;12.40;1507.00;1.57;0.22 +417;10;3126.88;13.93;1507.00;-1.57;0.22 +417;21;3121.12;12.40;1507.00;1.57;0.22 +418;0;3367.00;9.80;1515.00;0.00;0.20 +418;1;3367.50;9.80;1512.00;0.16;0.20 +418;2;3369.50;9.80;1512.00;0.69;0.20 +418;3;3365.50;9.80;1515.00;4.71;0.20 +418;4;3369.00;9.90;1514.50;1.32;0.20 +418;5;3368.00;9.90;1517.50;2.76;0.20 +418;6;3365.50;9.90;1518.00;3.60;0.20 +418;9;3365.20;9.80;1515.00;1.57;0.20 +418;10;3368.80;9.90;1515.00;-1.57;0.20 +418;21;3365.20;9.80;1515.00;1.57;0.20 +419;0;2082.00;9.50;1849.00;0.00;1.08 +419;1;2095.00;9.50;1836.00;0.78;1.08 +419;2;2094.50;9.50;1842.50;1.09;1.08 +419;3;2081.50;9.50;1841.50;-0.06;1.08 +419;4;2067.50;9.50;1853.50;4.41;1.08 +419;5;2080.50;9.50;1857.00;3.32;1.08 +419;9;2069.22;9.50;1849.00;1.57;1.08 +419;10;2094.78;9.50;1849.00;-1.57;1.08 +419;11;2102.80;9.50;1828.20;0.78;1.08 +419;12;2102.00;9.50;1838.60;1.09;1.08 +419;13;2081.20;9.50;1837.00;-0.06;1.08 +419;14;2058.80;9.50;1856.20;4.41;1.08 +419;15;2079.60;9.50;1861.80;3.32;1.08 +419;21;2069.22;9.50;1849.00;1.57;1.08 +420;0;1225.00;9.50;271.00;0.00;1.52 +420;1;1218.50;9.50;254.50;-0.37;1.52 +420;2;1237.50;9.50;255.00;0.66;1.52 +420;3;1211.50;9.50;274.50;4.45;1.52 +420;4;1237.50;9.50;275.00;1.88;1.52 +420;5;1214.50;9.50;291.50;3.61;1.52 +420;6;1225.50;9.50;292.00;3.11;1.52 +420;9;1211.32;9.50;271.00;1.57;1.52 +420;10;1238.68;9.50;271.00;-1.57;1.52 +420;11;1214.60;9.50;244.60;-0.37;1.52 +420;12;1245.00;9.50;245.40;0.66;1.52 +420;13;1203.40;9.50;276.60;4.45;1.52 +420;14;1245.00;9.50;277.40;1.88;1.52 +420;15;1208.20;9.50;303.80;3.61;1.52 +420;16;1225.80;9.50;304.60;3.11;1.52 +420;21;1211.32;9.50;271.00;1.57;1.52 +421;0;3068.00;12.47;1516.00;0.00;0.20 +421;1;3065.00;12.75;1515.50;-1.40;0.20 +421;2;3066.50;12.40;1514.50;-0.78;0.20 +421;3;3068.50;12.25;1515.00;0.46;0.20 +421;4;3071.00;11.65;1516.50;1.73;0.20 +421;5;3066.00;12.85;1517.50;4.06;0.20 +421;6;3069.00;12.75;1518.00;2.67;0.20 +421;7;3067.50;13.00;1519.00;3.30;0.20 +421;9;3065.48;12.75;1516.00;1.57;0.20 +421;10;3070.52;11.79;1516.00;-1.57;0.20 +421;21;3065.48;12.75;1516.00;1.57;0.20 +422;0;3187.00;9.90;1531.00;0.00;0.24 +422;1;3188.00;9.90;1529.00;0.46;0.24 +422;2;3184.50;9.90;1529.50;-1.03;0.24 +422;3;3189.50;10.00;1531.00;1.57;0.24 +422;4;3184.00;9.90;1531.00;4.71;0.24 +422;5;3185.50;9.90;1533.00;3.78;0.24 +422;6;3187.50;9.90;1533.50;2.94;0.24 +422;9;3184.66;9.90;1531.00;1.57;0.24 +422;10;3189.34;9.98;1531.00;-1.57;0.24 +422;21;3184.66;9.90;1531.00;1.57;0.24 +423;0;5332.00;9.50;1610.00;0.00;1.08 +423;1;5339.00;9.50;1597.50;0.51;1.08 +423;2;5323.00;9.50;1598.50;-0.66;1.08 +423;3;5346.50;9.50;1610.00;1.57;1.08 +423;4;5313.00;9.50;1599.00;-1.04;1.08 +423;5;5314.50;9.50;1606.00;-1.34;1.08 +423;6;5316.50;9.50;1612.50;4.55;1.08 +423;7;5321.50;9.50;1617.00;4.12;1.08 +423;8;5335.00;9.50;1623.00;2.91;1.08 +423;9;5319.04;9.50;1610.00;1.57;1.08 +423;10;5344.96;9.50;1610.00;-1.57;1.08 +423;11;5343.20;9.50;1590.00;0.51;1.08 +423;12;5317.60;9.50;1591.60;-0.66;1.08 +423;13;5355.20;9.50;1610.00;1.57;1.08 +423;14;5301.60;9.50;1592.40;-1.04;1.08 +423;15;5304.00;9.50;1603.60;-1.34;1.08 +423;16;5307.20;9.50;1614.00;4.55;1.08 +423;17;5315.20;9.50;1621.20;4.12;1.08 +423;18;5336.80;9.50;1630.80;2.91;1.08 +423;21;5319.04;9.50;1610.00;1.57;1.08 +424;0;3006.00;12.57;1517.00;0.00;0.20 +424;1;3003.00;12.82;1515.00;-0.98;0.20 +424;2;3006.50;12.30;1515.50;0.32;0.20 +424;3;3003.00;13.10;1516.50;-1.40;0.20 +424;4;3009.50;12.40;1517.50;1.71;0.20 +424;5;3005.00;12.92;1518.00;3.92;0.20 +424;6;3007.50;13.10;1518.50;2.35;0.20 +424;9;3003.48;13.10;1517.00;1.57;0.20 +424;10;3008.52;12.34;1517.00;-1.57;0.20 +424;21;3003.48;13.10;1517.00;1.57;0.20 425;0;2980.00;10.02;1548.00;0.00;0.22 +425;1;2979.50;9.90;1546.00;-0.24;0.22 +425;2;2981.50;9.95;1547.00;0.98;0.22 +425;3;2977.50;10.15;1548.00;4.71;0.22 +425;4;2982.00;10.02;1549.00;2.03;0.22 +425;5;2979.00;10.20;1550.00;3.60;0.22 +425;6;2981.50;10.45;1551.00;2.67;0.22 +425;9;2978.02;10.12;1548.00;1.57;0.22 +425;10;2981.98;10.00;1548.00;-1.57;0.22 +425;21;2978.02;10.12;1548.00;1.57;0.22 426;0;3440.00;9.70;1455.00;0.00;0.18 +426;1;3439.50;9.70;1453.00;-0.24;0.18 +426;2;3442.50;9.70;1454.50;1.37;0.18 +426;3;3437.00;9.70;1455.00;4.71;0.18 +426;4;3440.50;9.70;1456.50;2.82;0.18 +426;5;3437.00;9.70;1457.00;4.12;0.18 +426;9;3437.66;9.70;1455.00;1.57;0.18 +426;10;3442.34;9.70;1455.00;-1.57;0.18 +426;21;3437.66;9.70;1455.00;1.57;0.18 427;0;3929.00;9.50;899.00;0.00;1.02 +427;1;3925.00;9.50;889.00;-0.38;1.02 +427;2;3939.00;9.50;890.00;0.83;1.02 +427;3;3915.50;9.50;900.00;4.63;1.02 +427;4;3943.00;9.50;896.50;1.39;1.02 +427;5;3939.50;9.50;904.50;2.05;1.02 +427;6;3926.50;9.50;909.00;3.38;1.02 +427;7;3938.50;9.50;910.00;2.42;1.02 +427;9;3917.66;9.50;899.00;1.57;1.02 +427;10;3940.34;9.50;899.00;-1.57;1.02 +427;11;3922.60;9.50;883.00;-0.38;1.02 +427;12;3945.00;9.50;884.60;0.83;1.02 +427;13;3907.40;9.50;900.60;4.63;1.02 +427;14;3951.40;9.50;895.00;1.39;1.02 +427;15;3945.80;9.50;907.80;2.05;1.02 +427;16;3925.00;9.50;915.00;3.38;1.02 +427;17;3944.20;9.50;916.60;2.42;1.02 +427;21;3917.66;9.50;899.00;1.57;1.02 428;0;3228.00;9.50;1207.00;0.00;1.00 +428;1;3229.00;9.50;1197.50;0.10;1.00 +428;2;3243.50;9.50;1198.50;1.06;1.00 +428;3;3214.50;9.50;1209.00;4.56;1.00 +428;4;3243.50;9.50;1206.00;1.50;1.00 +428;5;3233.00;9.50;1215.50;2.61;1.00 +428;6;3214.50;9.50;1218.50;4.00;1.00 +428;7;3219.00;9.50;1219.00;3.78;1.00 +428;9;3217.02;9.50;1207.00;1.57;1.00 +428;10;3238.98;9.50;1207.00;-1.57;1.00 +428;11;3229.60;9.50;1191.80;0.10;1.00 +428;12;3252.80;9.50;1193.40;1.06;1.00 +428;13;3206.40;9.50;1210.20;4.56;1.00 +428;14;3252.80;9.50;1205.40;1.50;1.00 +428;15;3236.00;9.50;1220.60;2.61;1.00 +428;16;3206.40;9.50;1225.40;4.00;1.00 +428;17;3213.60;9.50;1226.20;3.78;1.00 +428;21;3217.02;9.50;1207.00;1.57;1.00 429;0;3375.00;9.80;1466.00;0.00;0.22 +429;1;3376.00;9.80;1464.00;0.46;0.22 +429;2;3373.00;9.80;1464.50;-0.92;0.22 +429;3;3379.00;9.90;1464.50;1.21;0.22 +429;4;3372.50;9.80;1466.50;4.51;0.22 +429;5;3378.50;9.90;1466.00;1.57;0.22 +429;6;3376.50;9.90;1467.50;2.35;0.22 +429;7;3374.00;9.80;1469.00;3.46;0.22 +429;9;3371.94;9.80;1466.00;1.57;0.22 +429;10;3378.06;9.90;1466.00;-1.57;0.22 +429;21;3371.94;9.80;1466.00;1.57;0.22 430;0;5129.00;9.50;540.00;0.00;1.88 +430;1;5140.50;9.50;514.00;0.41;1.88 +430;2;5149.50;9.50;516.00;0.70;1.88 +430;3;5143.00;9.50;518.00;0.56;1.88 +430;4;5136.00;9.50;517.50;0.30;1.88 +430;5;5148.00;9.50;532.50;1.19;1.88 +430;6;5130.50;9.50;522.00;0.08;1.88 +430;7;5125.00;9.50;527.00;-0.29;1.88 +430;8;5119.50;9.50;533.00;-0.93;1.88 +430;9;5112.08;9.50;540.00;1.57;1.88 +430;10;5145.92;9.50;540.00;-1.57;1.88 +430;11;5147.40;9.50;498.40;0.41;1.88 +430;12;5161.80;9.50;501.60;0.70;1.88 +430;13;5151.40;9.50;504.80;0.56;1.88 +430;14;5140.20;9.50;504.00;0.30;1.88 +430;15;5159.40;9.50;528.00;1.19;1.88 +430;16;5131.40;9.50;511.20;0.08;1.88 +430;17;5122.60;9.50;519.20;-0.29;1.88 +430;18;5113.80;9.50;528.80;-0.93;1.88 +430;21;5112.08;9.50;540.00;1.57;1.88 431;0;5392.00;9.50;1349.00;0.00;1.30 +431;1;5382.50;9.50;1331.50;-0.49;1.30 +431;2;5395.50;9.50;1337.50;0.29;1.30 +431;3;5379.00;9.50;1344.00;-1.20;1.30 +431;4;5408.50;9.50;1344.00;1.27;1.30 +431;5;5406.50;9.50;1354.00;1.90;1.30 +431;6;5382.00;9.50;1358.00;3.98;1.30 +431;7;5396.50;9.50;1361.50;2.79;1.30 +431;9;5380.12;9.50;1349.00;1.57;1.30 +431;10;5403.88;9.50;1349.00;-1.57;1.30 +431;11;5376.80;9.50;1321.00;-0.49;1.30 +431;12;5397.60;9.50;1330.60;0.29;1.30 +431;13;5371.20;9.50;1341.00;-1.20;1.30 +431;14;5418.40;9.50;1341.00;1.27;1.30 +431;15;5415.20;9.50;1357.00;1.90;1.30 +431;16;5376.00;9.50;1363.40;3.98;1.30 +431;17;5399.20;9.50;1369.00;2.79;1.30 +431;21;5380.12;9.50;1349.00;1.57;1.30 432;0;3617.00;9.60;1511.00;0.00;0.34 +432;1;3619.00;9.60;1508.00;0.58;0.34 +432;2;3614.50;9.60;1510.00;-1.19;0.34 +432;3;3621.00;9.60;1509.50;1.21;0.34 +432;4;3619.50;9.60;1512.50;2.11;0.34 +432;5;3612.50;9.60;1513.50;4.20;0.34 +432;6;3615.00;9.60;1514.00;3.73;0.34 +432;9;3613.40;9.60;1511.00;1.57;0.34 +432;10;3620.60;9.60;1511.00;-1.57;0.34 +432;21;3613.40;9.60;1511.00;1.57;0.34 433;0;3487.00;9.80;1545.00;0.00;0.16 +433;1;3485.50;9.80;1544.00;-0.98;0.16 +433;2;3489.00;9.80;1544.00;1.10;0.16 +433;3;3484.00;9.80;1545.50;4.54;0.16 +433;4;3490.00;9.80;1546.00;1.89;0.16 +433;5;3486.00;9.80;1546.50;3.73;0.16 +433;9;3484.30;9.80;1545.00;1.57;0.16 +433;10;3489.70;9.80;1545.00;-1.57;0.16 +433;21;3484.30;9.80;1545.00;1.57;0.16 434;0;3288.00;9.87;1485.00;0.00;0.20 +434;1;3288.50;9.80;1483.50;0.32;0.20 +434;2;3285.50;9.90;1484.50;-1.37;0.20 +434;3;3291.00;9.80;1484.50;1.40;0.20 +434;4;3286.50;9.90;1486.50;3.92;0.20 +434;5;3290.00;9.90;1487.00;2.35;0.20 +434;6;3288.50;9.90;1488.00;2.97;0.20 +434;9;3285.66;9.90;1485.00;1.57;0.20 +434;10;3290.34;9.80;1485.00;-1.57;0.20 +434;21;3285.66;9.90;1485.00;1.57;0.20 435;0;4751.00;9.50;473.00;0.00;0.62 +435;1;4755.00;9.50;465.50;0.49;0.62 +435;2;4758.00;9.50;465.00;0.71;0.62 +435;3;4755.50;9.50;473.00;1.57;0.62 +435;4;4748.00;9.50;472.00;-1.24;0.62 +435;5;4744.00;9.50;478.00;4.09;0.62 +435;6;4742.00;9.50;478.50;4.16;0.62 +435;7;4748.50;9.50;480.00;3.48;0.62 +435;9;4744.52;9.50;473.00;1.57;0.62 +435;10;4757.48;9.50;473.00;-1.57;0.62 +435;11;4757.40;9.50;461.00;0.49;0.62 +435;12;4762.20;9.50;460.20;0.71;0.62 +435;13;4758.20;9.50;473.00;1.57;0.62 +435;14;4746.20;9.50;471.40;-1.24;0.62 +435;15;4739.80;9.50;481.00;4.09;0.62 +435;16;4736.60;9.50;481.80;4.16;0.62 +435;17;4747.00;9.50;484.20;3.48;0.62 +435;21;4744.52;9.50;473.00;1.57;0.62 436;0;4320.00;9.50;676.00;0.00;1.08 +436;1;4316.50;9.50;668.00;-0.41;1.08 +436;2;4329.50;9.50;666.50;0.78;1.08 +436;3;4324.50;9.50;668.50;0.54;1.08 +436;4;4334.00;9.50;671.00;1.22;1.08 +436;5;4333.00;9.50;674.00;1.41;1.08 +436;6;4309.00;9.50;677.00;4.62;1.08 +436;7;4326.00;9.50;679.50;2.09;1.08 +436;8;4319.00;9.50;688.50;3.22;1.08 +436;9;4310.28;9.50;676.00;1.57;1.08 +436;10;4329.72;9.50;676.00;-1.57;1.08 +436;11;4314.40;9.50;663.20;-0.41;1.08 +436;12;4335.20;9.50;660.80;0.78;1.08 +436;13;4327.20;9.64;664.00;0.54;1.08 +436;14;4342.40;9.50;668.00;1.22;1.08 +436;15;4340.80;9.50;672.80;1.41;1.08 +436;16;4302.40;9.50;677.60;4.62;1.08 +436;17;4329.60;9.50;681.60;2.09;1.08 +436;18;4318.40;9.50;696.00;3.22;1.08 +436;21;4310.28;9.50;676.00;1.57;1.08 437;0;3445.00;10.32;1518.00;0.00;0.26 +437;1;3443.00;10.47;1515.00;-0.58;0.26 +437;2;3445.00;10.40;1514.50;0.00;0.26 +437;3;3445.50;10.40;1515.50;0.19;0.26 +437;4;3443.00;10.47;1518.00;4.71;0.26 +437;5;3447.00;10.15;1518.50;1.81;0.26 +437;6;3445.00;10.15;1520.50;3.14;0.26 +437;7;3447.50;9.85;1521.00;2.44;0.26 +437;9;3442.66;10.49;1518.00;1.57;0.26 +437;10;3447.34;10.16;1518.00;-1.57;0.26 +437;21;3442.66;10.49;1518.00;1.57;0.26 438;0;3211.00;10.02;1502.00;0.00;0.22 +438;1;3211.00;10.00;1500.00;0.00;0.22 +438;2;3213.00;10.10;1501.50;1.32;0.22 +438;3;3208.50;10.15;1502.00;4.71;0.22 +438;4;3211.00;10.12;1504.00;3.14;0.22 +438;5;3213.50;10.25;1504.00;2.24;0.22 +438;9;3209.02;10.12;1502.00;1.57;0.22 +438;10;3212.98;10.09;1502.00;-1.57;0.22 +438;21;3209.02;10.12;1502.00;1.57;0.22 439;0;4470.00;9.50;309.00;0.00;0.92 +439;1;4470.50;9.50;299.50;0.05;0.92 +439;2;4484.00;9.50;302.50;1.13;0.92 +439;3;4458.00;9.50;301.50;-1.01;0.92 +439;4;4457.00;9.50;312.50;4.44;0.92 +439;5;4483.50;9.50;313.00;1.85;0.92 +439;6;4469.00;9.50;319.50;3.23;0.92 +439;9;4459.38;9.50;309.00;1.57;0.92 +439;10;4480.62;9.50;309.00;-1.57;0.92 +439;11;4470.80;9.50;293.80;0.05;0.92 +439;12;4492.40;9.50;298.60;1.13;0.92 +439;13;4450.80;9.50;297.00;-1.01;0.92 +439;14;4449.20;9.50;314.60;4.44;0.92 +439;15;4491.60;9.50;315.40;1.85;0.92 +439;16;4468.40;9.50;325.80;3.23;0.92 +439;21;4459.38;9.50;309.00;1.57;0.92 440;0;3843.00;9.50;636.00;0.00;0.88 +440;1;3847.00;9.50;627.00;0.41;0.88 +440;2;3833.00;9.50;636.00;4.71;0.88 +440;3;3857.50;9.50;628.50;1.09;0.88 +440;4;3852.50;9.50;638.00;1.77;0.88 +440;5;3841.00;9.50;647.00;3.32;0.88 +440;9;3833.28;9.50;636.00;1.57;0.88 +440;10;3852.72;9.50;636.00;-1.57;0.88 +440;11;3849.40;9.50;621.60;0.41;0.88 +440;12;3827.00;9.50;636.00;4.71;0.88 +440;13;3866.20;9.50;624.00;1.09;0.88 +440;14;3858.20;9.50;639.20;1.77;0.88 +440;15;3839.80;9.50;653.60;3.32;0.88 +440;21;3833.28;9.50;636.00;1.57;0.88 441;0;3261.00;9.97;1531.00;0.00;0.24 +441;1;3262.00;10.00;1528.50;0.38;0.24 +441;2;3259.50;10.00;1529.00;-0.64;0.24 +441;3;3258.00;10.00;1531.00;4.71;0.24 +441;4;3264.00;9.90;1530.50;1.40;0.24 +441;5;3264.00;9.90;1533.00;2.15;0.24 +441;6;3258.00;9.90;1533.50;4.01;0.24 +441;7;3261.00;9.90;1533.00;3.14;0.24 +441;9;3258.48;10.00;1531.00;1.57;0.24 +441;10;3263.52;9.90;1531.00;-1.57;0.24 +441;21;3258.48;10.00;1531.00;1.57;0.24 442;0;3133.00;11.72;1519.00;0.00;0.24 +442;1;3134.50;11.60;1516.50;0.54;0.24 +442;2;3131.00;11.70;1518.50;-1.32;0.24 +442;3;3135.50;11.70;1519.50;1.76;0.24 +442;4;3130.00;11.90;1520.50;4.24;0.24 +442;5;3132.50;11.70;1521.50;3.33;0.24 +442;9;3130.48;11.80;1519.00;1.57;0.24 +442;10;3135.52;11.79;1519.00;-1.57;0.24 +442;21;3130.48;11.80;1519.00;1.57;0.24 443;0;3822.00;9.50;12.00;0.00;0.68 +443;1;3811.50;9.50;12.50;4.66;0.68 +443;2;3830.00;9.50;14.00;1.81;0.68 +443;3;3816.50;9.50;21.00;3.69;0.68 +443;9;3811.92;9.50;12.00;1.57;0.68 +443;10;3832.08;9.50;12.00;-1.57;0.68 +443;11;3805.20;9.50;12.80;4.66;0.68 +443;12;3834.80;9.50;15.20;1.81;0.68 +443;13;3813.20;9.50;26.40;3.69;0.68 +443;21;3811.92;9.50;12.00;1.57;0.68 444;0;3048.00;9.80;1564.00;0.00;0.14 +444;1;3048.00;9.80;1562.50;0.00;0.14 +444;2;3045.00;9.70;1563.00;-1.24;0.14 +444;3;3050.50;9.70;1562.50;1.03;0.14 +444;4;3045.00;9.70;1564.00;4.71;0.14 +444;5;3050.50;9.80;1564.00;1.57;0.14 +444;6;3048.00;9.80;1565.00;3.14;0.14 +444;9;3045.66;9.71;1564.00;1.57;0.14 +444;10;3050.34;9.80;1564.00;-1.57;0.14 +444;21;3045.66;9.71;1564.00;1.57;0.14 445;0;3061.00;11.87;1522.00;0.00;0.18 +445;1;3062.50;12.20;1520.50;0.78;0.18 +445;2;3060.50;11.90;1520.50;-0.32;0.18 +445;3;3060.00;11.55;1523.00;3.92;0.18 +445;4;3062.00;12.15;1523.50;2.55;0.18 +445;9;3059.38;11.57;1522.00;1.57;0.18 +445;10;3062.62;12.21;1522.00;-1.57;0.18 +445;21;3059.38;11.57;1522.00;1.57;0.18 446;0;2198.00;9.50;94.00;0.00;1.02 +446;1;2192.00;9.50;86.50;-0.67;1.02 +446;2;2206.00;9.50;87.00;0.85;1.02 +446;3;2192.00;9.50;99.00;4.01;1.02 +446;4;2207.00;9.50;99.50;2.11;1.02 +446;5;2203.00;9.50;108.50;2.81;1.02 +446;9;2187.74;9.50;94.00;1.57;1.02 +446;10;2208.26;9.50;94.00;-1.57;1.02 +446;11;2188.40;9.50;82.00;-0.67;1.02 +446;12;2210.80;9.50;82.80;0.85;1.02 +446;13;2188.40;9.50;102.00;4.01;1.02 +446;14;2212.40;9.50;102.80;2.11;1.02 +446;15;2206.00;9.50;117.20;2.81;1.02 +446;21;2187.74;9.50;94.00;1.57;1.02 447;0;2422.00;9.50;346.00;0.00;1.16 +447;1;2425.50;9.50;336.00;0.33;1.16 +447;2;2409.50;9.50;341.00;-1.19;1.16 +447;3;2437.50;9.50;342.50;1.34;1.16 +447;4;2436.00;9.50;351.50;1.94;1.16 +447;5;2410.50;9.50;352.00;4.23;1.16 +447;6;2424.00;9.50;357.00;2.96;1.16 +447;9;2410.66;9.50;346.00;1.57;1.16 +447;10;2433.34;9.50;346.00;-1.57;1.16 +447;11;2427.60;9.50;330.00;0.33;1.16 +447;12;2402.00;9.50;338.00;-1.19;1.16 +447;13;2446.80;9.50;340.40;1.34;1.16 +447;14;2444.40;9.50;354.80;1.94;1.16 +447;15;2403.60;9.50;355.60;4.23;1.16 +447;16;2425.20;9.50;363.60;2.96;1.16 +447;21;2410.66;9.50;346.00;1.57;1.16 448;0;2505.00;9.50;1003.00;0.00;1.60 +448;1;2518.00;9.50;987.00;0.68;1.60 +448;2;2497.50;9.50;991.50;-0.57;1.60 +448;3;2523.50;9.50;995.00;1.16;1.60 +448;4;2522.50;9.50;999.00;1.34;1.60 +448;5;2509.50;9.50;1015.00;2.78;1.60 +448;6;2491.50;9.50;1012.50;4.09;1.60 +448;7;2496.00;9.50;1027.50;3.49;1.60 +448;9;2490.60;9.50;1003.00;1.57;1.60 +448;10;2519.40;9.50;1003.00;-1.57;1.60 +448;11;2525.80;9.50;977.40;0.68;1.60 +448;12;2493.00;9.50;984.60;-0.57;1.60 +448;13;2534.60;9.50;990.20;1.16;1.60 +448;14;2533.00;9.50;996.60;1.34;1.60 +448;15;2512.20;9.50;1022.20;2.78;1.60 +448;16;2483.40;9.50;1018.20;4.09;1.60 +448;17;2490.60;9.50;1042.20;3.49;1.60 +448;21;2490.60;9.50;1003.00;1.57;1.60 449;0;3449.00;9.80;1469.00;0.00;0.20 +449;1;3446.50;9.70;1467.50;-1.03;0.20 +449;2;3446.00;9.70;1469.00;4.71;0.20 +449;3;3450.50;10.00;1468.00;0.98;0.20 +449;4;3452.00;10.25;1470.00;1.89;0.20 +449;5;3449.50;9.95;1471.00;2.89;0.20 +449;9;3446.12;9.70;1469.00;1.57;0.20 +449;10;3451.88;10.23;1469.00;-1.57;0.20 +449;21;3446.12;9.70;1469.00;1.57;0.20 450;0;2416.00;9.50;1378.00;0.00;1.34 +450;1;2431.50;9.50;1364.50;0.85;1.34 +450;2;2407.50;9.50;1374.50;-1.18;1.34 +450;3;2433.50;9.50;1373.00;1.29;1.34 +450;4;2414.50;9.50;1388.50;3.28;1.34 +450;5;2396.50;9.50;1391.00;4.12;1.34 +450;9;2398.54;9.50;1378.00;1.57;1.34 +450;10;2433.46;9.50;1378.00;-1.57;1.34 +450;11;2440.80;9.50;1356.40;0.85;1.34 +450;12;2402.40;9.50;1372.40;-1.18;1.34 +450;13;2444.00;9.50;1370.00;1.29;1.34 +450;14;2413.60;9.50;1394.80;3.28;1.34 +450;15;2384.80;9.50;1398.80;4.12;1.34 +450;21;2398.54;9.50;1378.00;1.57;1.34 451;0;1374.00;9.50;1950.00;0.00;1.84 +451;1;1374.50;9.50;1922.50;0.01;1.84 +451;2;1364.00;9.50;1934.00;-0.55;1.84 +451;3;1389.00;9.50;1929.00;0.62;1.84 +451;4;1394.50;9.50;1952.00;1.66;1.84 +451;5;1351.00;9.50;1947.50;-1.46;1.84 +451;6;1356.50;9.50;1969.50;3.87;1.84 +451;7;1379.00;9.50;1971.00;2.90;1.84 +451;9;1357.44;9.50;1950.00;1.57;1.84 +451;10;1390.56;9.50;1950.00;-1.57;1.84 +451;11;1374.80;9.50;1906.00;0.01;1.84 +451;12;1358.00;9.50;1924.40;-0.55;1.84 +451;13;1398.00;9.50;1916.40;0.62;1.84 +451;14;1406.80;9.50;1953.20;1.66;1.84 +451;15;1337.20;9.50;1946.00;-1.46;1.84 +451;16;1346.00;9.50;1981.20;3.87;1.84 +451;17;1382.00;9.50;1983.60;2.90;1.84 +451;21;1357.44;9.50;1950.00;1.57;1.84 452;0;3560.00;10.05;1548.00;0.00;0.26 +452;1;3560.00;9.90;1545.50;0.00;0.26 +452;2;3557.50;9.70;1546.00;-0.89;0.26 +452;3;3562.50;10.90;1547.50;1.37;0.26 +452;4;3557.50;9.70;1549.00;4.33;0.26 +452;5;3564.00;11.40;1549.50;1.93;0.26 +452;6;3560.50;10.30;1550.50;2.94;0.26 +452;7;3563.00;11.15;1550.50;2.26;0.26 +452;9;3556.94;9.70;1548.00;1.57;0.26 +452;10;3563.06;11.01;1548.00;-1.57;0.26 +452;21;3556.94;9.70;1548.00;1.57;0.26 453;0;3359.00;9.82;1482.00;0.00;0.20 +453;1;3358.50;9.80;1480.00;-0.24;0.20 +453;2;3356.50;9.80;1481.50;-1.37;0.20 +453;3;3361.00;9.80;1480.50;0.92;0.20 +453;4;3362.00;9.90;1481.50;1.40;0.20 +453;5;3356.50;9.90;1483.50;4.17;0.20 +453;6;3362.50;10.05;1483.00;1.84;0.20 +453;7;3360.00;10.05;1483.50;2.55;0.20 +453;8;3357.00;10.00;1484.50;3.81;0.20 +453;9;3356.48;9.80;1482.00;1.57;0.20 +453;10;3361.52;9.95;1482.00;-1.57;0.20 +453;21;3356.48;9.80;1482.00;1.57;0.20 454;0;2846.00;10.40;1511.00;0.00;0.24 +454;1;2847.00;10.40;1509.50;0.58;0.24 +454;2;2844.00;10.22;1509.00;-0.78;0.24 +454;3;2848.50;10.40;1511.00;1.57;0.24 +454;4;2843.50;10.30;1512.00;4.33;0.24 +454;5;2848.00;10.32;1513.00;2.35;0.24 +454;6;2845.50;10.35;1513.00;3.38;0.24 +454;9;2843.66;10.31;1511.00;1.57;0.24 +454;10;2848.34;10.40;1511.00;-1.57;0.24 +454;21;2843.66;10.31;1511.00;1.57;0.24 455;0;984.00;9.50;24.00;0.00;1.14 +455;1;964.00;9.50;16.50;-1.21;1.14 +455;2;1000.50;9.50;25.00;1.63;1.14 +455;3;971.50;9.50;30.50;4.23;1.14 +455;4;997.00;9.50;38.00;2.39;1.14 +455;5;986.00;9.50;39.00;3.00;1.14 +455;9;970.32;9.50;24.00;1.57;1.14 +455;10;997.68;9.50;24.00;-1.57;1.14 +455;11;952.00;9.50;12.00;-1.21;1.14 +455;12;1010.40;9.50;25.60;1.63;1.14 +455;13;964.00;9.50;34.40;4.23;1.14 +455;14;1004.80;9.50;46.40;2.39;1.14 +455;15;987.20;9.50;48.00;3.00;1.14 +455;21;970.32;9.50;24.00;1.57;1.14 456;0;24.00;9.50;467.00;0.00;1.06 +456;1;25.00;9.50;456.00;0.09;1.06 +456;2;12.00;9.50;458.50;-0.95;1.06 +456;3;38.50;9.50;462.50;1.27;1.06 +456;4;12.00;9.50;468.00;4.62;1.06 +456;5;31.50;9.50;475.50;2.41;1.06 +456;6;18.50;9.50;479.00;3.57;1.06 +456;7;12.00;9.50;475.50;4.09;1.06 +456;9;14.46;9.50;467.00;1.57;1.06 +456;10;33.54;9.50;467.00;-1.57;1.06 +456;11;25.60;9.50;449.40;0.09;1.06 +456;12;4.80;9.50;453.40;-0.95;1.06 +456;13;47.20;9.50;459.80;1.27;1.06 +456;14;4.80;9.50;468.60;4.62;1.06 +456;15;36.00;9.50;480.60;2.41;1.06 +456;16;15.20;9.50;486.20;3.57;1.06 +456;17;4.80;9.50;480.60;4.09;1.06 +456;21;14.46;9.50;467.00;1.57;1.06 457;0;3381.00;10.60;1550.00;0.00;0.22 +457;1;3384.00;10.55;1549.50;1.40;0.22 +457;2;3377.50;10.60;1548.50;-1.16;0.22 +457;3;3380.50;10.60;1548.50;-0.32;0.22 +457;4;3377.50;10.50;1549.50;-1.42;0.22 +457;5;3379.00;10.45;1551.50;4.06;0.22 +457;6;3383.50;10.60;1552.50;2.35;0.22 +457;7;3381.50;10.50;1552.50;2.94;0.22 +457;9;3378.12;10.51;1550.00;1.57;0.22 +457;10;3383.88;10.61;1550.00;-1.57;0.22 +457;21;3378.12;10.51;1550.00;1.57;0.22 458;0;3297.00;9.90;1493.00;0.00;0.24 +458;1;3294.50;9.90;1491.00;-0.89;0.24 +458;2;3297.50;10.00;1490.50;0.19;0.24 +458;3;3300.00;10.00;1492.00;1.24;0.24 +458;4;3295.50;9.90;1494.00;4.12;0.24 +458;5;3299.50;9.90;1494.50;2.11;0.24 +458;6;3297.50;9.90;1496.00;2.97;0.24 +458;9;3294.30;9.90;1493.00;1.57;0.24 +458;10;3299.70;9.96;1493.00;-1.57;0.24 +458;21;3294.30;9.90;1493.00;1.57;0.24 459;0;98.00;9.50;1286.00;0.00;0.92 +459;1;92.50;9.50;1275.00;-0.46;0.92 +459;2;82.00;9.50;1284.00;-1.44;0.92 +459;3;108.00;9.50;1278.50;0.92;0.92 +459;4;120.50;9.50;1279.00;1.26;0.92 +459;5;114.50;9.50;1287.50;1.66;0.92 +459;6;77.00;9.50;1294.50;4.32;0.92 +459;7;93.50;9.50;1295.00;3.60;0.92 +459;8;109.50;9.50;1296.50;2.31;0.92 +459;9;82.16;9.50;1286.00;1.57;0.92 +459;10;113.84;9.50;1286.00;-1.57;0.92 +459;11;89.20;9.50;1268.40;-0.46;0.92 +459;12;72.40;9.50;1282.80;-1.44;0.92 +459;13;114.00;9.50;1274.00;0.92;0.92 +459;14;134.00;9.50;1274.80;1.26;0.92 +459;15;124.40;9.50;1288.40;1.66;0.92 +459;16;64.40;9.50;1299.60;4.32;0.92 +459;17;90.80;9.50;1300.40;3.60;0.92 +459;18;116.40;9.50;1302.80;2.31;0.92 +459;21;82.16;9.50;1286.00;1.57;0.92 460;0;371.00;9.50;1562.00;0.00;1.30 +460;1;385.00;9.50;1548.00;0.78;1.30 +460;2;389.00;9.50;1556.00;1.24;1.30 +460;3;363.00;9.50;1553.00;-0.72;1.30 +460;4;354.50;9.50;1569.00;4.31;1.30 +460;5;384.00;9.50;1569.00;2.06;1.30 +460;6;371.50;9.50;1575.00;3.10;1.30 +460;9;355.16;9.50;1562.00;1.57;1.30 +460;10;386.84;9.50;1562.00;-1.57;1.30 +460;11;393.40;9.50;1539.60;0.78;1.30 +460;12;399.80;9.50;1552.40;1.24;1.30 +460;13;358.20;9.50;1547.60;-0.72;1.30 +460;14;344.60;9.50;1573.20;4.31;1.30 +460;15;391.80;9.50;1573.20;2.06;1.30 +460;16;371.80;9.50;1582.80;3.10;1.30 +460;21;355.16;9.50;1562.00;1.57;1.30 461;0;356.00;9.50;629.00;0.00;0.82 +461;1;350.00;9.50;620.00;-0.58;0.82 +461;2;364.50;9.50;620.00;0.75;0.82 +461;3;342.50;9.50;629.00;4.71;0.82 +461;4;368.50;9.50;630.00;1.65;0.82 +461;5;353.00;9.50;639.00;3.43;0.82 +461;6;365.00;9.50;640.50;2.47;0.82 +461;9;344.48;9.50;629.00;1.57;0.82 +461;10;367.52;9.50;629.00;-1.57;0.82 +461;11;346.40;9.50;614.60;-0.58;0.82 +461;12;369.60;9.50;614.60;0.75;0.82 +461;13;334.40;9.50;629.00;4.71;0.82 +461;14;376.00;9.50;630.60;1.65;0.82 +461;15;351.20;9.50;645.00;3.43;0.82 +461;16;370.40;9.50;647.40;2.47;0.82 +461;21;344.48;9.50;629.00;1.57;0.82 462;0;3220.00;10.45;1499.00;0.00;0.22 +462;1;3218.50;10.00;1496.50;-0.54;0.22 +462;2;3221.00;10.05;1496.50;0.38;0.22 +462;3;3217.50;10.50;1500.00;4.33;0.22 +462;4;3222.50;10.25;1500.00;1.95;0.22 +462;5;3220.00;10.70;1502.00;3.14;0.22 +462;6;3222.50;10.50;1502.50;2.52;0.22 +462;9;3218.02;10.40;1499.00;1.57;0.22 +462;10;3221.98;10.25;1499.00;-1.57;0.22 +462;21;3218.02;10.40;1499.00;1.57;0.22 463;0;3327.00;9.80;1529.00;0.00;0.22 +463;1;3326.50;9.80;1527.00;-0.24;0.22 +463;2;3329.50;9.80;1527.00;0.89;0.22 +463;3;3329.50;9.80;1529.00;1.57;0.22 +463;4;3325.00;9.80;1529.50;4.46;0.22 +463;5;3328.50;9.80;1531.00;2.49;0.22 +463;6;3326.50;9.80;1531.50;3.33;0.22 +463;9;3325.02;9.80;1529.00;1.57;0.22 +463;10;3328.98;9.80;1529.00;-1.57;0.22 +463;21;3325.02;9.80;1529.00;1.57;0.22 464;0;3606.00;9.60;1463.00;0.00;0.32 +464;1;1802.50;9.75;731.00;-1.18;0.32 +464;2;3602.50;9.60;1461.50;-1.16;0.32 +464;3;3611.00;9.60;1461.50;1.27;0.32 +464;4;3610.00;9.60;1464.50;1.93;0.32 +464;5;3601.50;9.60;1465.00;4.29;0.32 +464;6;3606.00;9.60;1466.00;3.14;0.32 +464;9;3602.22;9.60;1463.00;1.57;0.32 +464;10;3609.78;9.60;1463.00;-1.57;0.32 +464;21;3602.22;9.60;1463.00;1.57;0.32 465;0;1356.00;9.50;672.00;0.00;1.06 +465;1;1357.00;9.50;661.00;0.09;1.06 +465;2;1369.00;9.50;670.50;1.45;1.06 +465;3;1341.00;9.50;672.00;4.71;1.06 +465;4;1338.50;9.50;680.00;4.28;1.06 +465;5;1353.50;9.50;682.50;3.37;1.06 +465;9;1344.30;9.50;672.00;1.57;1.06 +465;10;1367.70;9.50;672.00;-1.57;1.06 +465;11;1357.60;9.50;654.40;0.09;1.06 +465;12;1376.80;9.50;669.60;1.45;1.06 +465;13;1332.00;9.50;672.00;4.71;1.06 +465;14;1328.00;9.50;684.80;4.28;1.06 +465;15;1352.00;9.50;688.80;3.37;1.06 +465;21;1344.30;9.50;672.00;1.57;1.06 466;0;3149.00;11.50;1508.00;0.00;0.24 +466;1;3149.00;11.20;1506.00;0.00;0.24 +466;2;3151.50;11.70;1507.00;1.19;0.24 +466;3;3146.50;11.35;1509.00;4.33;0.24 +466;4;3150.00;11.77;1510.00;2.67;0.24 +466;5;3148.00;11.62;1511.00;3.46;0.24 +466;9;3146.84;11.31;1508.00;1.57;0.24 +466;10;3151.16;11.71;1508.00;-1.57;0.24 +466;21;3151.16;11.71;1508.00;-1.57;0.24 467;0;3128.00;10.05;1549.00;0.00;0.22 +467;1;3128.00;10.12;1547.00;0.00;0.22 +467;2;3130.50;10.05;1547.00;0.89;0.22 +467;3;3126.00;10.10;1548.50;-1.32;0.22 +467;4;3130.00;10.00;1549.50;1.81;0.22 +467;5;3127.00;9.97;1551.00;3.60;0.22 +467;6;3128.50;9.90;1551.50;2.94;0.22 +467;9;3125.84;10.10;1549.00;1.57;0.22 +467;10;3130.16;10.00;1549.00;-1.57;0.22 +467;21;3125.84;10.10;1549.00;1.57;0.22 468;0;3557.00;9.60;1478.00;0.00;0.32 +468;1;3554.50;9.60;1474.00;-0.55;0.32 +468;2;3558.50;9.60;1476.50;0.78;0.32 +468;3;3554.00;9.60;1477.00;-1.24;0.32 +468;4;3561.50;9.60;1480.00;1.98;0.32 +468;5;3556.00;9.60;1480.50;3.52;0.32 +468;6;3559.50;9.60;1481.50;2.52;0.32 +468;9;3553.94;9.60;1478.00;1.57;0.32 +468;10;3560.06;9.60;1478.00;-1.57;0.32 +468;21;3553.94;9.60;1478.00;1.57;0.32 469;0;3030.00;12.45;1535.00;0.00;0.20 +469;1;3030.00;11.45;1532.50;0.00;0.20 +469;2;3031.50;11.50;1532.50;0.54;0.20 +469;3;3032.00;12.30;1534.50;1.32;0.20 +469;4;3028.00;12.45;1534.50;-1.32;0.20 +469;5;3031.00;12.60;1537.50;2.76;0.20 +469;6;3029.50;12.40;1537.50;3.33;0.20 +469;9;3028.20;12.55;1535.00;1.57;0.20 +469;10;3031.80;12.31;1535.00;-1.57;0.20 +469;21;3028.20;12.55;1535.00;1.57;0.20 470;0;3570.00;9.70;1510.00;0.00;0.30 +470;1;3571.00;9.70;1506.50;0.27;0.30 +470;2;3569.50;9.70;1506.00;-0.12;0.30 +470;3;3567.50;9.70;1508.50;-1.03;0.30 +470;4;3573.00;9.60;1508.50;1.10;0.30 +470;5;3572.00;9.70;1512.50;2.46;0.30 +470;6;3567.00;9.70;1511.50;4.24;0.30 +470;7;3569.00;9.70;1514.00;3.38;0.30 +470;9;3567.30;9.70;1510.00;1.57;0.30 +470;10;3572.70;9.65;1510.00;-1.57;0.30 +470;21;3567.30;9.70;1510.00;1.57;0.30 471;0;3459.00;9.80;1553.00;0.00;0.20 +471;1;3459.00;9.82;1550.00;0.00;0.20 +471;2;3460.50;9.80;1550.00;0.46;0.20 +471;3;3457.50;9.80;1552.00;-0.98;0.20 +471;4;3461.00;9.80;1552.00;1.10;0.20 +471;5;3460.50;9.80;1555.00;2.49;0.20 +471;6;3457.00;9.80;1555.00;3.92;0.20 +471;7;3458.50;9.80;1556.50;3.28;0.20 +471;9;3457.20;9.80;1553.00;1.57;0.20 +471;10;3460.80;9.80;1553.00;-1.57;0.20 +471;21;3457.20;9.80;1553.00;1.57;0.20 472;0;3370.00;9.80;1477.00;0.00;0.22 +472;1;3368.50;9.80;1476.50;-1.24;0.22 +472;2;3371.50;9.80;1474.50;0.54;0.22 +472;3;3373.00;9.80;1476.00;1.24;0.22 +472;4;3370.50;9.80;1478.50;2.82;0.22 +472;5;3367.50;9.80;1479.00;4.03;0.22 +472;9;3367.84;9.80;1477.00;1.57;0.22 +472;10;3372.16;9.80;1477.00;-1.57;0.22 +472;21;3367.84;9.80;1477.00;1.57;0.22 473;0;3409.00;9.85;1522.00;0.00;0.22 +473;1;3409.50;9.90;1520.50;0.32;0.22 +473;2;3407.00;9.80;1521.00;-1.10;0.22 +473;3;3411.50;9.90;1522.50;1.76;0.22 +473;4;3408.50;9.80;1523.50;3.46;0.22 +473;5;3411.00;9.85;1524.50;2.46;0.22 +473;6;3412.00;9.95;1524.50;2.26;0.22 +473;9;3406.84;9.80;1522.00;1.57;0.22 +473;10;3411.16;9.90;1522.00;-1.57;0.22 +473;21;3406.84;9.80;1522.00;1.57;0.22 474;0;3205.00;10.17;1539.00;0.00;0.26 +474;1;3205.50;10.10;1537.00;0.24;0.26 +474;2;3208.00;10.40;1537.50;1.10;0.26 +474;3;3203.00;10.00;1538.00;-1.10;0.26 +474;4;3201.50;10.00;1539.50;4.57;0.26 +474;5;3208.00;10.37;1540.00;1.89;0.26 +474;6;3203.00;10.05;1541.00;3.92;0.26 +474;7;3205.50;10.50;1541.50;2.94;0.26 +474;9;3202.12;9.96;1539.00;1.57;0.26 +474;10;3207.88;10.40;1539.00;-1.57;0.26 +474;21;3202.12;9.96;1539.00;1.57;0.26 475;0;3648.00;9.60;1431.00;0.00;0.56 +475;1;3646.00;9.60;1425.50;-0.34;0.56 +475;2;3653.00;9.60;1428.50;1.10;0.56 +475;3;1823.50;9.80;715.00;-1.19;0.56 +475;4;3655.50;9.60;1434.00;1.95;0.56 +475;5;3649.00;9.60;1436.50;2.96;0.56 +475;9;3642.42;9.60;1431.00;1.57;0.56 +475;10;3653.58;9.60;1431.00;-1.57;0.56 +475;21;3642.42;9.60;1431.00;1.57;0.56 476;0;3245.00;10.20;1499.00;0.00;0.34 +476;1;3244.00;10.15;1496.50;-0.38;0.34 +476;2;3247.50;10.10;1495.50;0.62;0.34 +476;3;3249.00;10.10;1496.50;1.01;0.34 +476;4;3247.00;10.20;1499.50;1.81;0.34 +476;5;3242.00;10.30;1501.00;4.12;0.34 +476;6;3243.50;10.30;1503.00;3.50;0.34 +476;7;3246.00;10.30;1503.00;2.89;0.34 +476;8;3241.50;10.30;1503.50;3.80;0.34 +476;9;3241.94;10.20;1499.00;1.57;0.34 +476;10;3248.06;10.20;1499.00;-1.57;0.34 +476;21;3241.94;10.20;1499.00;1.57;0.34 477;0;3564.00;9.60;1470.00;0.00;0.34 +477;1;3561.50;9.60;1466.50;-0.62;0.34 +477;2;3565.00;9.60;1467.50;0.38;0.34 +477;3;3560.00;9.60;1468.50;-1.21;0.34 +477;4;3567.50;9.60;1471.00;1.84;0.34 +477;5;3562.00;9.60;1472.50;3.81;0.34 +477;6;3566.50;9.60;1473.50;2.52;0.34 +477;9;3560.76;9.60;1470.00;1.57;0.34 +477;10;3567.24;9.60;1470.00;-1.57;0.34 +477;21;3560.76;9.60;1470.00;1.57;0.34 478;0;3020.00;9.80;1555.00;0.00;0.24 +478;1;3019.50;9.80;1552.50;-0.19;0.24 +478;2;3022.00;9.85;1553.00;0.78;0.24 +478;3;3018.00;9.80;1554.00;-1.10;0.24 +478;4;3022.50;9.80;1555.50;1.76;0.24 +478;5;3019.50;9.80;1557.50;3.33;0.24 +478;6;3021.50;9.80;1557.50;2.60;0.24 +478;9;3017.66;9.80;1555.00;1.57;0.24 +478;10;3022.34;9.80;1555.00;-1.57;0.24 +478;21;3017.66;9.80;1555.00;1.57;0.24 479;0;3092.00;10.70;1538.00;0.00;0.24 +479;1;3093.50;10.80;1535.50;0.54;0.24 +479;2;3090.50;10.60;1537.50;-1.24;0.24 +479;3;3094.50;10.80;1536.50;1.03;0.24 +479;4;3093.50;10.70;1538.50;1.89;0.24 +479;5;3090.00;10.60;1540.50;3.81;0.24 +479;6;3091.50;10.70;1540.50;3.33;0.24 +479;9;3089.84;10.60;1538.00;1.57;0.24 +479;10;3094.16;10.76;1538.00;-1.57;0.24 +479;21;3089.84;10.60;1538.00;1.57;0.24 480;0;2862.00;9.70;1543.00;0.00;0.08 +480;1;2861.50;9.70;1542.50;-0.78;0.08 +480;2;2865.00;9.65;1543.00;1.57;0.08 +480;3;2862.50;9.70;1543.50;2.35;0.08 +480;4;2863.00;9.57;1544.00;2.35;0.08 +480;9;2859.48;9.70;1543.00;1.57;0.08 +480;10;2864.52;9.65;1543.00;-1.57;0.08 +480;19;2859.14;9.60;1544.49;-2.83;0.08 +480;20;2857.59;9.60;1545.30;4.23;0.08 +480;21;2864.52;9.65;1543.00;-1.57;0.08 481;0;3504.00;9.80;1466.00;0.00;0.20 +481;1;3503.00;9.80;1464.00;-0.46;0.20 +481;2;3506.50;9.80;1464.00;0.89;0.20 +481;3;3500.50;9.70;1465.00;-1.29;0.20 +481;4;3506.50;9.80;1466.50;1.76;0.20 +481;5;3501.00;9.75;1466.50;4.54;0.20 +481;6;3504.00;9.80;1468.00;3.14;0.20 +481;9;3501.30;9.78;1466.00;1.57;0.20 +481;10;3506.70;9.80;1466.00;-1.57;0.20 +481;21;3501.30;9.78;1466.00;1.57;0.20 482;0;2975.00;11.62;1532.00;0.00;0.22 +482;1;2974.50;11.45;1530.00;-0.24;0.22 +482;2;2977.00;12.07;1530.00;0.78;0.22 +482;3;2972.50;11.00;1531.50;-1.37;0.22 +482;4;2978.50;12.55;1532.00;1.57;0.22 +482;5;2976.50;12.00;1533.50;2.35;0.22 +482;6;2973.00;11.35;1534.00;3.92;0.22 +482;9;2972.30;11.05;1532.00;1.57;0.22 +482;10;2977.70;12.35;1532.00;-1.57;0.22 +482;21;2972.30;11.05;1532.00;1.57;0.22 483;0;3523.00;10.55;1552.00;0.00;0.20 +483;1;3523.50;10.50;1549.00;0.16;0.20 +483;2;3522.50;10.55;1550.00;-0.24;0.20 +483;3;3525.00;10.85;1550.00;0.78;0.20 +483;4;3521.50;10.35;1552.00;4.71;0.20 +483;5;3524.50;10.80;1552.50;1.89;0.20 +483;6;3521.50;10.00;1554.50;3.68;0.20 +483;7;3523.00;10.10;1555.00;3.14;0.20 +483;9;3521.20;10.29;1552.00;1.57;0.20 +483;10;3524.80;10.91;1552.00;-1.57;0.20 +483;21;3521.20;10.29;1552.00;1.57;0.20 484;0;3448.00;10.40;1478.00;0.00;0.20 +484;1;3449.00;10.30;1475.50;0.38;0.20 +484;2;3446.00;10.10;1476.00;-0.78;0.20 +484;3;3452.00;10.30;1476.50;1.21;0.20 +484;4;3445.50;10.15;1477.00;-1.19;0.20 +484;5;3451.00;10.40;1478.00;1.57;0.20 +484;6;3445.50;10.10;1479.50;4.17;0.20 +484;7;3448.00;10.40;1480.00;3.14;0.20 +484;9;3445.30;10.16;1478.00;1.57;0.20 +484;10;3450.70;10.40;1478.00;-1.57;0.20 +484;21;3445.30;10.16;1478.00;1.57;0.20 485;0;2826.00;9.70;1513.00;0.00;0.20 +485;1;2825.00;9.80;1511.50;-0.58;0.20 +485;2;2828.50;9.90;1512.00;1.19;0.20 +485;3;2822.50;9.70;1513.00;4.71;0.20 +485;4;2828.50;9.80;1514.00;1.95;0.20 +485;5;2824.50;9.70;1514.50;3.92;0.20 +485;9;2823.12;9.70;1513.00;1.57;0.20 +485;10;2828.88;9.90;1513.00;-1.57;0.20 +485;19;2821.73;9.40;1515.31;-2.96;0.20 +485;20;2820.19;9.40;1516.14;4.21;0.20 +485;21;2822.10;9.90;1513.23;-1.57;0.20 486;0;3374.00;9.80;1483.00;0.00;0.22 +486;1;3376.50;9.80;1481.00;0.89;0.22 +486;2;3372.50;9.80;1481.50;-0.78;0.22 +486;3;3377.00;9.80;1482.50;1.40;0.22 +486;4;3370.00;9.80;1483.50;4.58;0.22 +486;5;3371.00;9.80;1484.50;4.24;0.22 +486;6;3376.50;9.80;1484.50;2.11;0.22 +486;7;3374.00;9.80;1485.00;3.14;0.22 +486;9;3371.30;9.80;1483.00;1.57;0.22 +486;10;3376.70;9.80;1483.00;-1.57;0.22 +486;21;3371.30;9.80;1483.00;1.57;0.22 487;0;3477.00;9.80;1520.00;0.00;0.18 +487;1;3476.50;9.80;1517.50;-0.19;0.18 +487;2;3478.00;9.80;1517.50;0.38;0.18 +487;3;3475.00;9.80;1519.00;-1.10;0.18 +487;4;3479.00;9.80;1520.00;1.57;0.18 +487;5;3475.00;9.80;1521.50;4.06;0.18 +487;6;3478.00;9.80;1522.00;2.67;0.18 +487;7;3476.50;9.80;1523.00;3.30;0.18 +487;9;3475.38;9.80;1520.00;1.57;0.18 +487;10;3478.62;9.80;1520.00;-1.57;0.18 +487;21;3475.38;9.80;1520.00;1.57;0.18 488;0;3306.00;9.92;1499.00;0.00;0.24 +488;1;3307.00;10.00;1496.50;0.38;0.24 +488;2;3304.00;9.90;1497.50;-0.92;0.24 +488;3;3308.50;10.00;1497.50;1.03;0.24 +488;4;3307.00;9.90;1500.50;2.55;0.24 +488;5;3303.50;9.90;1500.50;4.17;0.24 +488;6;3305.00;9.90;1502.00;3.46;0.24 +488;9;3303.66;9.90;1499.00;1.57;0.24 +488;10;3308.34;9.90;1499.00;-1.57;0.24 +488;21;3303.66;9.90;1499.00;1.57;0.24 489;0;3283.00;9.80;1533.00;0.00;0.16 +489;1;3283.50;9.90;1530.50;0.19;0.16 +489;2;3282.00;9.87;1530.00;-0.32;0.16 +489;3;3281.50;9.80;1532.50;-1.24;0.16 +489;4;3284.50;9.80;1534.50;2.35;0.16 +489;5;3282.00;9.80;1535.00;3.60;0.16 +489;6;3282.00;9.80;1536.00;3.46;0.16 +489;7;3283.50;9.80;1536.00;2.97;0.16 +489;9;3281.56;9.80;1533.00;1.57;0.16 +489;10;3284.44;9.80;1533.00;-1.57;0.16 +489;21;3281.56;9.80;1533.00;1.57;0.16 490;0;1600.00;12.47;1785.00;0.00;1.54 +490;1;1603.50;12.50;1766.00;0.18;1.54 +490;2;1593.00;11.82;1770.00;-0.43;1.54 +490;3;1610.50;12.50;1783.50;1.42;1.54 +490;4;1588.00;12.10;1787.00;4.54;1.54 +490;5;1594.00;11.80;1799.50;3.53;1.54 +490;6;799.50;9.50;892.00;-0.73;1.54 +490;9;1586.14;12.09;1785.00;1.57;1.54 +490;10;1613.86;12.28;1785.00;-1.57;1.54 +490;19;1559.00;9.50;1806.00;-1.74;1.54 +490;20;1557.44;9.50;1806.79;4.23;1.54 +490;21;1586.14;12.09;1785.00;1.57;1.54 491;0;3192.00;9.85;1507.00;0.00;0.24 +491;1;3190.50;9.80;1505.50;-0.78;0.24 +491;2;3193.50;9.80;1505.50;0.78;0.24 +491;3;3188.50;9.70;1506.00;-1.29;0.24 +491;4;3195.50;10.00;1507.50;1.71;0.24 +491;5;3189.50;9.90;1508.50;4.17;0.24 +491;6;3194.00;10.02;1509.00;2.35;0.24 +491;7;3192.00;10.00;1510.00;3.14;0.24 +491;9;3189.12;9.75;1507.00;1.57;0.24 +491;10;3194.88;9.91;1507.00;-1.57;0.24 +491;21;3189.12;9.75;1507.00;1.57;0.24 492;0;1451.00;9.82;1396.00;0.00;0.30 +492;1;1447.00;10.37;1393.00;-0.92;0.30 +492;2;1452.50;10.00;1393.50;0.54;0.30 +492;3;1447.00;10.22;1396.00;4.71;0.30 +492;4;1457.00;10.05;1394.50;1.32;0.30 +492;5;1456.50;9.80;1397.00;1.75;0.30 +492;6;1452.00;9.80;1399.00;2.82;0.30 +492;9;1446.50;10.25;1396.00;1.57;0.30 +492;10;1455.50;9.80;1396.00;-1.57;0.30 +492;21;1446.50;10.25;1396.00;1.57;0.30 493;0;3103.00;9.95;1558.00;0.00;0.24 +493;1;3103.00;10.00;1554.50;0.00;0.24 +493;2;3101.00;9.95;1555.50;-0.67;0.24 +493;3;3105.00;10.00;1557.00;1.10;0.24 +493;4;3100.50;9.90;1558.50;4.51;0.24 +493;5;3101.50;9.90;1560.00;3.78;0.24 +493;6;3104.00;9.95;1560.00;2.67;0.24 +493;9;3100.84;9.91;1558.00;1.57;0.24 +493;10;3105.16;10.00;1558.00;-1.57;0.24 +493;21;3100.84;9.91;1558.00;1.57;0.24 494;0;3055.00;10.50;1525.00;0.00;0.22 +494;1;3054.00;10.85;1523.00;-0.46;0.22 +494;2;3052.50;11.10;1523.00;-0.89;0.22 +494;3;3057.00;10.55;1524.50;1.32;0.22 +494;4;3053.00;10.92;1525.00;4.71;0.22 +494;5;3055.50;10.70;1527.00;2.89;0.22 +494;6;3057.50;10.75;1527.00;2.24;0.22 +494;9;3053.02;10.92;1525.00;1.57;0.22 +494;10;3056.98;10.51;1525.00;-1.57;0.22 +494;21;3053.02;10.92;1525.00;1.57;0.22 495;0;2924.00;10.15;1547.00;0.00;0.20 +495;1;2922.50;10.20;1545.00;-0.64;0.20 +495;2;2925.00;10.30;1546.00;0.78;0.20 +495;3;2921.00;10.07;1547.00;4.71;0.20 +495;4;2927.50;10.30;1547.50;1.71;0.20 +495;5;2926.00;10.05;1549.00;2.35;0.20 +495;6;2922.50;10.00;1548.50;3.92;0.20 +495;9;2921.48;10.09;1547.00;1.57;0.20 +495;10;2926.52;10.25;1547.00;-1.57;0.20 +495;21;2921.48;10.09;1547.00;1.57;0.20 496;0;3197.00;10.27;1712.00;0.00;0.22 +496;1;3198.00;10.30;1709.50;0.38;0.22 +496;2;3194.50;10.30;1710.50;-1.03;0.22 +496;3;3200.00;10.30;1711.50;1.40;0.22 +496;4;3193.50;10.30;1713.00;4.43;0.22 +496;5;3196.00;10.30;1713.50;3.73;0.22 +496;6;3199.50;10.00;1713.50;2.11;0.22 +496;9;3194.30;10.30;1712.00;1.57;0.22 +496;10;3199.70;10.25;1712.00;-1.57;0.22 +496;21;3194.30;10.30;1712.00;1.57;0.22 497;0;3597.00;9.70;1557.00;0.00;0.20 +497;1;3595.00;9.70;1555.50;-0.92;0.20 +497;2;3598.50;9.80;1556.00;0.98;0.20 +497;3;3594.00;9.70;1558.00;4.39;0.20 +497;4;3600.50;9.80;1558.00;1.84;0.20 +497;5;3598.00;9.70;1559.50;2.76;0.20 +497;9;3593.94;9.70;1557.00;1.57;0.20 +497;10;3600.06;9.82;1557.00;-1.57;0.20 +497;21;3593.94;9.70;1557.00;1.57;0.20 498;0;3501.00;9.80;1481.00;0.00;0.18 +498;1;3502.50;9.80;1479.50;0.78;0.18 +498;2;3499.50;9.80;1480.50;-1.24;0.18 +498;3;3503.50;9.80;1481.50;1.76;0.18 +498;4;3498.00;9.80;1482.50;4.24;0.18 +498;5;3502.00;9.80;1482.50;2.55;0.18 +498;6;3499.00;9.77;1483.00;3.92;0.18 +498;9;3498.84;9.80;1481.00;1.57;0.18 +498;10;3503.16;9.80;1481.00;-1.57;0.18 +498;21;3498.84;9.80;1481.00;1.57;0.18 499;0;3539.00;11.47;1527.00;0.00;0.26 +499;1;3538.00;11.35;1525.50;-0.58;0.26 +499;2;3541.50;11.50;1525.50;1.03;0.26 +499;3;3536.50;11.70;1528.50;4.17;0.26 +499;4;3543.00;11.90;1527.50;1.69;0.26 +499;5;3540.00;11.95;1528.50;2.55;0.26 +499;9;3536.30;11.71;1527.00;1.57;0.26 +499;10;3541.70;11.92;1527.00;-1.57;0.26 +499;21;3536.30;11.71;1527.00;1.57;0.26 500;0;3449.00;9.95;1486.00;0.00;0.22 +500;1;3448.50;10.15;1484.00;-0.24;0.22 +500;2;3451.50;10.05;1485.00;1.19;0.22 +500;3;3446.00;10.00;1485.50;-1.40;0.22 +500;4;3447.00;9.85;1487.50;4.06;0.22 +500;5;3450.50;9.80;1487.50;2.35;0.22 +500;9;3446.48;9.95;1486.00;1.57;0.22 +500;10;3451.52;9.94;1486.00;-1.57;0.22 +500;21;3446.48;9.95;1486.00;1.57;0.22 501;0;3354.00;9.80;1525.00;0.00;0.20 +501;1;3355.00;9.80;1523.00;0.46;0.20 +501;2;3352.50;9.80;1524.50;-1.24;0.20 +501;3;3355.50;9.80;1526.00;2.15;0.20 +501;4;3353.50;9.80;1527.00;3.38;0.20 +501;9;3352.20;9.80;1525.00;1.57;0.20 +501;10;3355.80;9.80;1525.00;-1.57;0.20 +501;21;3352.20;9.80;1525.00;1.57;0.20 502;0;3387.00;9.80;1489.00;0.00;0.20 +502;1;3387.00;9.80;1487.50;0.00;0.20 +502;2;3383.00;9.80;1487.50;-1.21;0.20 +502;3;3390.00;9.90;1489.00;1.57;0.20 +502;4;3383.50;9.80;1489.00;4.71;0.20 +502;5;3386.00;9.80;1490.50;3.73;0.20 +502;6;3389.00;9.85;1491.00;2.35;0.20 +502;9;3384.30;9.80;1489.00;1.57;0.20 +502;10;3389.70;9.90;1489.00;-1.57;0.20 +502;21;3384.30;9.80;1489.00;1.57;0.20 503;0;2790.00;9.80;1470.00;0.00;0.18 +503;1;2792.50;9.85;1468.00;0.89;0.18 +503;2;2789.50;9.70;1468.00;-0.24;0.18 +503;3;2786.50;9.70;1469.50;-1.42;0.18 +503;4;2793.50;10.05;1469.00;1.29;0.18 +503;5;2791.50;10.05;1471.00;2.15;0.18 +503;6;2786.00;9.70;1471.00;4.46;0.18 +503;7;2787.50;9.70;1471.00;4.33;0.18 +503;9;2786.76;9.70;1470.00;1.57;0.18 +503;10;2793.24;10.12;1470.00;-1.57;0.18 +503;21;2786.76;9.70;1470.00;1.57;0.18 504;0;3274.00;10.00;1514.00;0.00;0.22 +504;1;3275.50;10.00;1511.00;0.46;0.22 +504;2;3273.00;10.00;1512.00;-0.46;0.22 +504;3;3276.50;9.90;1513.00;1.19;0.22 +504;4;3272.00;10.00;1515.00;4.24;0.22 +504;5;3275.00;9.95;1515.50;2.55;0.22 +504;6;3272.50;10.00;1517.00;3.60;0.22 +504;7;3273.50;10.00;1517.50;3.28;0.22 +504;9;3272.02;10.00;1514.00;1.57;0.22 +504;10;3275.98;9.90;1514.00;-1.57;0.22 +504;21;3272.02;10.00;1514.00;1.57;0.22 505;0;870.00;11.15;1586.00;0.00;0.30 +505;1;871.00;11.70;1582.00;0.24;0.30 +505;2;867.50;10.00;1585.50;-1.37;0.30 +505;3;873.50;12.30;1582.50;0.78;0.30 +505;4;872.50;11.80;1586.50;1.76;0.30 +505;5;869.50;10.50;1590.00;3.26;0.30 +505;9;867.30;10.02;1586.00;1.57;0.30 +505;10;872.70;11.85;1586.00;-1.57;0.30 +505;19;865.00;9.50;1592.00;-1.37;0.30 +505;20;863.88;9.50;1593.34;3.83;0.30 +505;21;867.30;10.02;1586.00;1.57;0.30 506;0;3103.00;10.17;1532.00;0.00;0.24 +506;1;3103.50;10.10;1529.50;0.19;0.24 +506;2;3105.00;10.27;1530.00;0.78;0.24 +506;3;3101.50;10.00;1531.00;-0.98;0.24 +506;4;3105.00;10.32;1532.00;1.57;0.24 +506;5;3100.00;10.10;1533.50;4.24;0.24 +506;6;3102.50;10.20;1534.00;3.38;0.24 +506;9;3100.84;10.00;1532.00;1.57;0.24 +506;10;3105.16;10.34;1532.00;-1.57;0.24 +506;21;3105.16;10.34;1532.00;-1.57;0.24 507;0;2784.00;10.20;1555.00;0.00;0.20 +507;1;2784.00;10.07;1553.00;0.00;0.20 +507;2;2787.00;10.20;1553.00;0.98;0.20 +507;3;2787.50;10.30;1553.50;1.16;0.20 +507;4;2781.50;9.95;1555.00;4.71;0.20 +507;5;2786.00;10.42;1555.00;1.57;0.20 +507;6;2785.00;10.42;1556.00;2.35;0.20 +507;7;2781.00;10.05;1556.50;4.24;0.20 +507;8;2783.00;10.32;1557.00;3.60;0.20 +507;9;2781.48;9.95;1555.00;1.57;0.20 +507;10;2786.52;10.45;1555.00;-1.57;0.20 +507;21;2781.48;9.95;1555.00;1.57;0.20 508;0;3611.00;9.60;1524.00;0.00;0.28 +508;1;3612.00;9.60;1520.50;0.27;0.28 +508;2;3608.00;9.60;1523.50;-1.40;0.28 +508;3;3614.50;9.60;1523.50;1.42;0.28 +508;4;3614.00;9.60;1526.50;2.26;0.28 +508;5;3610.50;9.60;1527.00;3.30;0.28 +508;9;3608.12;9.60;1524.00;1.57;0.28 +508;10;3613.88;9.60;1524.00;-1.57;0.28 +508;21;3608.12;9.60;1524.00;1.57;0.28 509;0;3458.00;9.80;1482.00;0.00;0.24 -510;0;3431.00;10.10;1530.00;0.00;0.24 -511;0;3345.00;9.87;1503.00;0.00;0.26 -512;0;2837.00;10.00;1477.00;0.00;0.20 +509;1;3458.50;9.75;1479.00;0.16;0.24 +509;2;3456.00;9.95;1480.00;-0.78;0.24 +509;3;3459.50;9.80;1481.50;1.24;0.24 +509;4;3456.00;9.85;1483.00;4.24;0.24 +509;5;3459.50;9.80;1485.00;2.67;0.24 +509;6;3458.00;9.80;1485.00;3.14;0.24 +509;9;3455.84;9.88;1482.00;1.57;0.24 +509;10;3460.16;9.80;1482.00;-1.57;0.24 +509;21;3455.84;9.88;1482.00;1.57;0.24 +510;0;3431.00;10.10;1530.00;0.00;0.24 +510;1;3430.00;10.37;1528.00;-0.46;0.24 +510;2;3432.00;10.27;1528.00;0.46;0.24 +510;3;3429.00;10.35;1529.50;-1.32;0.24 +510;4;3433.50;9.90;1530.50;1.76;0.24 +510;5;3429.00;10.15;1532.00;3.92;0.24 +510;6;3432.00;9.97;1532.00;2.67;0.24 +510;9;3428.84;10.31;1530.00;1.57;0.24 +510;10;3433.16;10.01;1530.00;-1.57;0.24 +510;21;3428.84;10.31;1530.00;1.57;0.24 +511;0;3345.00;9.87;1503.00;0.00;0.26 +511;1;3345.00;9.80;1499.50;0.00;0.26 +511;2;3343.00;9.95;1500.50;-0.67;0.26 +511;3;3346.00;9.80;1500.00;0.32;0.26 +511;4;3346.50;9.80;1503.50;1.89;0.26 +511;5;3343.00;10.25;1504.00;4.24;0.26 +511;6;3346.50;10.00;1506.50;2.73;0.26 +511;9;3342.66;10.23;1503.00;1.57;0.26 +511;10;3347.34;9.80;1503.00;-1.57;0.26 +511;21;3342.66;10.23;1503.00;1.57;0.26 +512;0;2837.00;10.00;1477.00;0.00;0.20 +512;1;2837.00;10.25;1475.50;0.00;0.20 +512;2;2833.50;10.30;1475.50;-1.16;0.20 +512;3;2840.50;9.90;1476.50;1.42;0.20 +512;4;2835.00;10.00;1477.50;4.46;0.20 +512;5;2839.00;9.80;1478.50;2.21;0.20 +512;9;2833.94;10.12;1477.00;1.57;0.20 +512;10;2840.06;9.89;1477.00;-1.57;0.20 +512;21;2833.94;10.12;1477.00;1.57;0.20 513;0;3197.00;10.10;1532.00;0.00;0.26 +513;1;3197.50;10.00;1528.50;0.14;0.26 +513;2;3199.00;10.07;1531.00;1.10;0.26 +513;3;3196.00;10.00;1529.00;-0.32;0.26 +513;4;3194.50;10.10;1531.50;-1.37;0.26 +513;5;3195.50;10.10;1534.00;3.78;0.26 +513;6;3199.00;10.10;1534.50;2.46;0.26 +513;9;3194.66;10.10;1532.00;1.57;0.26 +513;10;3199.34;10.10;1532.00;-1.57;0.26 +513;21;3194.66;10.10;1532.00;1.57;0.26 514;0;3018.00;9.95;1546.00;0.00;0.20 +514;1;3018.50;10.60;1544.00;0.24;0.20 +514;2;3020.00;10.30;1545.00;1.10;0.20 +514;3;3016.00;10.20;1546.00;4.71;0.20 +514;4;3015.50;9.90;1547.50;4.17;0.20 +514;5;3018.50;9.80;1548.00;2.89;0.20 +514;6;3021.00;10.20;1547.50;2.03;0.20 +514;9;3015.84;10.21;1546.00;1.57;0.20 +514;10;3020.16;10.13;1546.00;-1.57;0.20 +514;21;3015.84;10.21;1546.00;1.57;0.20 515;0;1051.00;11.90;1807.00;0.00;0.72 +515;1;1053.50;11.90;1799.00;0.30;0.72 +515;2;1058.50;11.90;1805.50;1.37;0.72 +515;3;1044.00;12.00;1803.50;-1.10;0.72 +515;4;1045.50;12.00;1813.00;3.88;0.72 +515;5;1054.50;11.90;1814.00;2.67;0.72 +515;9;1044.16;12.00;1807.00;1.57;0.72 +515;10;1057.84;11.90;1807.00;-1.57;0.72 +515;21;1044.16;12.00;1807.00;1.57;0.72 516;0;2872.00;9.75;1534.00;0.00;0.18 +516;1;2871.00;9.80;1532.50;-0.58;0.18 +516;2;2873.50;9.80;1532.50;0.78;0.18 +516;3;2870.00;9.72;1534.00;4.71;0.18 +516;4;2874.50;9.80;1534.50;1.76;0.18 +516;5;2869.50;9.70;1535.50;4.17;0.18 +516;6;2872.50;9.70;1535.50;2.82;0.18 +516;9;2869.84;9.71;1534.00;1.57;0.18 +516;10;2874.16;9.78;1534.00;-1.57;0.18 +516;21;2873.10;9.80;1533.77;1.57;0.18 517;0;4488.00;14.70;1240.00;0.00;0.42 +517;1;4486.50;14.10;1234.50;-0.26;0.42 +517;2;4484.50;14.65;1238.00;-1.05;0.42 +517;3;4489.00;13.92;1237.00;0.32;0.42 +517;4;4493.00;15.20;1240.50;1.67;0.42 +517;5;4484.00;12.95;1243.00;4.06;0.42 +517;6;4489.00;14.60;1243.50;2.86;0.42 +517;9;4484.22;14.20;1240.00;1.57;0.42 +517;10;4491.78;14.39;1240.00;-1.57;0.42 +517;21;4484.22;14.20;1240.00;1.57;0.42 518;0;3495.00;9.80;1525.00;0.00;0.20 +518;1;3495.50;9.80;1523.50;0.32;0.20 +518;2;3493.00;9.80;1524.50;-1.32;0.20 +518;3;3498.00;9.80;1525.00;1.57;0.20 +518;4;3493.00;9.80;1527.00;3.92;0.20 +518;5;3496.00;9.80;1527.00;2.67;0.20 +518;9;3492.84;9.80;1525.00;1.57;0.20 +518;10;3497.16;9.80;1525.00;-1.57;0.20 +518;21;3492.84;9.80;1525.00;1.57;0.20 519;0;2951.00;13.10;1483.00;0.00;0.24 +519;1;2951.00;11.55;1480.50;0.00;0.24 +519;2;2949.00;12.65;1481.50;-0.92;0.24 +519;3;2953.00;11.80;1481.50;0.92;0.24 +519;4;2949.00;13.40;1483.50;4.46;0.24 +519;5;2953.00;13.30;1484.00;2.03;0.24 +519;6;2950.50;13.90;1485.50;3.33;0.24 +519;9;2948.66;13.37;1483.00;1.57;0.24 +519;10;2953.34;12.69;1483.00;-1.57;0.24 +519;21;2948.66;13.37;1483.00;1.57;0.24 520;0;3512.00;9.77;1489.00;0.00;0.22 +520;1;3511.50;9.80;1487.00;-0.24;0.22 +520;2;3510.50;9.80;1489.00;4.71;0.22 +520;3;3514.50;9.70;1488.00;1.19;0.22 +520;4;3514.00;9.70;1490.50;2.21;0.22 +520;5;3512.00;9.75;1492.00;3.14;0.22 +520;9;3510.02;9.80;1489.00;1.57;0.22 +520;10;3513.98;9.70;1489.00;-1.57;0.22 +520;21;3510.02;9.80;1489.00;1.57;0.22 521;0;2912.00;13.30;1481.00;0.00;0.22 +521;1;2912.00;13.45;1478.00;0.00;0.22 +521;2;2913.00;13.95;1478.50;0.38;0.22 +521;3;2910.00;12.82;1480.00;-1.10;0.22 +521;4;2914.00;14.60;1480.50;1.32;0.22 +521;5;2911.00;12.60;1482.50;3.73;0.22 +521;6;2913.50;14.60;1483.50;2.60;0.22 +521;9;2910.02;12.45;1481.00;1.57;0.22 +521;10;2913.98;14.81;1481.00;-1.57;0.22 +521;21;2910.02;12.45;1481.00;1.57;0.22 522;0;3335.00;9.80;1537.00;0.00;0.16 +522;1;3332.50;9.80;1535.00;-0.89;0.16 +522;2;3336.00;9.80;1535.50;0.58;0.16 +522;3;3332.50;9.80;1537.00;4.71;0.16 +522;4;3338.50;9.90;1537.00;1.57;0.16 +522;5;3337.50;9.80;1538.00;1.95;0.16 +522;6;3334.50;9.80;1538.50;3.46;0.16 +522;9;3332.66;9.80;1537.00;1.57;0.16 +522;10;3337.34;9.80;1537.00;-1.57;0.16 +522;21;3332.66;9.80;1537.00;1.57;0.16 523;0;3415.00;10.00;1499.00;0.00;0.22 +523;1;3413.50;10.35;1498.00;-0.98;0.22 +523;2;3417.00;9.95;1497.50;0.92;0.22 +523;3;3418.00;9.82;1499.00;1.57;0.22 +523;4;3412.00;10.30;1500.50;4.24;0.22 +523;5;3416.00;9.85;1500.50;2.55;0.22 +523;6;3413.00;10.10;1501.50;3.81;0.22 +523;9;3412.48;10.40;1499.00;1.57;0.22 +523;10;3417.52;9.84;1499.00;-1.57;0.22 +523;21;3412.48;10.40;1499.00;1.57;0.22 524;0;3139.00;9.80;1566.00;0.00;0.22 +524;1;3140.00;9.80;1564.00;0.46;0.22 +524;2;3136.50;9.80;1565.00;-1.19;0.22 +524;3;3142.00;9.80;1566.50;1.73;0.22 +524;4;3137.00;9.80;1567.00;4.24;0.22 +524;5;3140.00;9.80;1568.00;2.67;0.22 +524;9;3136.30;9.80;1566.00;1.57;0.22 +524;10;3141.70;9.80;1566.00;-1.57;0.22 +524;21;3136.30;9.80;1566.00;1.57;0.22 525;0;3279.00;9.90;1521.00;0.00;0.24 +525;1;3277.50;9.90;1519.00;-0.64;0.24 +525;2;3281.00;9.90;1518.50;0.67;0.24 +525;3;3281.00;9.90;1520.50;1.32;0.24 +525;4;3278.00;9.90;1523.00;3.60;0.24 +525;5;3280.00;9.90;1524.00;2.82;0.24 +525;9;3276.84;9.93;1521.00;1.57;0.24 +525;10;3281.16;9.90;1521.00;-1.57;0.24 +525;21;3276.84;9.93;1521.00;1.57;0.24 526;0;2967.00;11.05;1565.00;0.00;0.18 +526;1;2967.50;11.50;1563.50;0.32;0.18 +526;2;2965.50;11.10;1564.00;-0.98;0.18 +526;3;2969.00;10.90;1565.00;1.57;0.18 +526;4;2965.00;10.65;1566.00;4.24;0.18 +526;5;2967.00;10.40;1567.00;3.14;0.18 +526;9;2965.20;10.93;1565.00;1.57;0.18 +526;10;2968.80;10.90;1565.00;-1.57;0.18 +526;21;2965.20;10.93;1565.00;1.57;0.18 527;0;2786.00;10.07;1480.00;0.00;0.18 +527;1;2785.50;9.70;1476.00;-0.12;0.18 +527;2;2784.50;9.80;1479.00;-0.98;0.18 +527;3;2787.50;10.05;1478.00;0.64;0.18 +527;4;2787.50;10.30;1481.00;2.15;0.18 +527;5;2784.50;9.90;1482.50;3.68;0.18 +527;6;2785.50;10.05;1483.00;3.30;0.18 +527;7;2787.00;10.45;1483.50;2.86;0.18 +527;9;2784.38;9.78;1480.00;1.57;0.18 +527;10;2787.62;10.25;1480.00;-1.57;0.18 +527;21;2784.38;9.78;1480.00;1.57;0.18 528;0;886.00;10.35;1610.00;0.00;0.36 +528;1;885.00;10.65;1606.00;-0.24;0.36 +528;2;888.50;10.55;1608.00;0.89;0.36 +528;3;882.50;10.70;1607.00;-0.86;0.36 +528;4;883.50;10.40;1611.50;4.17;0.36 +528;5;890.00;10.80;1611.50;1.93;0.36 +528;6;888.00;10.45;1613.50;2.62;0.36 +528;9;882.40;10.56;1610.00;1.57;0.36 +528;10;889.60;10.57;1610.00;-1.57;0.36 +528;21;882.40;10.56;1610.00;1.57;0.36 529;0;2922.00;10.60;1529.00;0.00;0.22 +529;1;2921.50;10.70;1527.50;-0.32;0.22 +529;2;2923.50;10.80;1526.50;0.54;0.22 +529;3;2923.50;10.70;1528.50;1.24;0.22 +529;4;2919.50;10.55;1529.00;4.71;0.22 +529;5;2920.50;10.40;1530.00;4.12;0.22 +529;6;2924.50;10.60;1531.00;2.24;0.22 +529;7;2923.00;10.47;1531.00;2.67;0.22 +529;9;2920.02;10.55;1529.00;1.57;0.22 +529;10;2923.98;10.65;1529.00;-1.57;0.22 +529;21;2920.02;10.55;1529.00;1.57;0.22 530;0;3180.00;10.30;1644.00;0.00;0.22 +530;1;3180.50;10.40;1640.50;0.14;0.22 +530;2;3179.00;10.25;1641.50;-0.38;0.22 +530;3;3181.50;10.30;1641.50;0.54;0.22 +530;4;3178.00;10.27;1645.00;4.24;0.22 +530;5;3182.50;10.30;1645.00;1.95;0.22 +530;6;3178.00;10.30;1647.00;3.73;0.22 +530;7;3180.50;10.30;1647.50;3.00;0.22 +530;9;3178.02;10.22;1644.00;1.57;0.22 +530;10;3181.98;10.30;1644.00;-1.57;0.22 +530;21;3178.02;10.22;1644.00;1.57;0.22 531;0;4448.00;13.57;1203.00;0.00;0.46 +531;1;4447.00;12.30;1197.50;-0.18;0.46 +531;2;4450.50;12.20;1197.50;0.42;0.46 +531;3;4452.00;12.27;1201.00;1.10;0.46 +531;4;4445.50;13.75;1202.00;-1.19;0.46 +531;5;4444.00;14.25;1206.50;3.99;0.46 +531;6;4450.00;13.20;1206.50;2.62;0.46 +531;9;4443.86;14.11;1203.00;1.57;0.46 +531;10;4452.14;12.53;1203.00;-1.57;0.46 +531;21;4443.86;14.11;1203.00;1.57;0.46 532;0;3015.00;10.80;1493.00;0.00;0.20 +532;1;3016.50;10.90;1491.00;0.64;0.20 +532;2;3013.50;10.90;1492.00;-0.98;0.20 +532;3;3018.00;11.12;1492.00;1.24;0.20 +532;4;3012.00;10.80;1493.50;4.54;0.20 +532;5;3017.00;11.35;1494.50;2.21;0.20 +532;6;3014.50;11.20;1494.50;3.46;0.20 +532;7;3016.50;11.40;1495.50;2.60;0.20 +532;9;3012.66;10.85;1493.00;1.57;0.20 +532;10;3017.34;11.06;1493.00;-1.57;0.20 +532;21;3012.66;10.85;1493.00;1.57;0.20 533;0;3478.00;10.25;1493.00;0.00;0.16 +533;1;3478.00;10.30;1491.50;0.00;0.16 +533;2;3475.00;9.97;1492.00;-1.24;0.16 +533;3;3481.50;10.20;1492.50;1.42;0.16 +533;4;3476.50;10.20;1493.50;4.39;0.16 +533;5;3480.50;10.15;1494.00;1.95;0.16 +533;9;3475.12;10.01;1493.00;1.57;0.16 +533;10;3480.88;10.20;1493.00;-1.57;0.16 +533;21;3475.12;10.01;1493.00;1.57;0.16 534;0;3399.00;10.00;1536.00;0.00;0.22 +534;1;3400.00;9.92;1534.00;0.46;0.22 +534;2;3398.00;9.90;1534.50;-0.58;0.22 +534;3;3401.50;10.00;1536.00;1.57;0.22 +534;4;3397.00;10.00;1537.50;4.06;0.22 +534;5;3401.50;10.00;1537.50;2.11;0.22 +534;6;3399.00;10.00;1538.50;3.14;0.22 +534;9;3397.02;9.95;1536.00;1.57;0.22 +534;10;3400.98;10.00;1536.00;-1.57;0.22 +534;21;3397.02;9.95;1536.00;1.57;0.22 535;0;3227.00;9.80;1550.00;0.00;0.16 +535;1;3223.50;9.80;1550.00;4.71;0.16 +535;2;3227.50;9.80;1548.50;0.32;0.16 +535;3;3230.50;9.80;1550.00;1.57;0.16 +535;4;3227.50;9.80;1551.50;2.82;0.16 +535;9;3224.12;9.80;1550.00;1.57;0.16 +535;10;3229.88;9.80;1550.00;-1.57;0.16 +535;21;3224.12;9.80;1550.00;1.57;0.16 536;0;3178.00;10.25;1522.00;0.00;0.24 +536;1;3175.50;10.10;1520.00;-0.89;0.24 +536;2;3179.00;10.20;1520.50;0.58;0.24 +536;3;3174.50;10.10;1521.00;-1.29;0.24 +536;4;3177.00;10.20;1523.50;3.73;0.24 +536;5;3181.00;10.10;1523.00;1.89;0.24 +536;6;3180.00;10.07;1525.00;2.55;0.24 +536;9;3175.12;10.13;1522.00;1.57;0.24 +536;10;3180.88;10.16;1522.00;-1.57;0.24 +536;21;3180.88;10.16;1522.00;-1.57;0.24 537;0;3032.00;9.70;1576.00;0.00;0.18 +537;1;3031.00;9.70;1575.00;-0.78;0.18 +537;2;3034.00;9.70;1574.50;0.92;0.18 +537;3;3034.50;9.70;1576.00;1.57;0.18 +537;4;3029.50;9.70;1577.00;4.33;0.18 +537;5;3032.50;9.70;1578.00;2.89;0.18 +537;6;3030.50;9.70;1578.50;3.68;0.18 +537;9;3029.66;9.70;1576.00;1.57;0.18 +537;10;3034.34;9.70;1576.00;-1.57;0.18 +537;21;3029.66;9.70;1576.00;1.57;0.18 538;0;2988.00;10.85;1541.00;0.00;0.20 +538;1;2988.50;11.10;1538.50;0.19;0.20 +538;2;2989.50;10.90;1541.00;1.57;0.20 +538;3;2986.50;10.80;1540.50;-1.24;0.20 +538;4;2985.50;10.50;1543.50;3.92;0.20 +538;5;2988.00;10.50;1543.50;3.14;0.20 +538;9;2986.20;10.80;1541.00;1.57;0.20 +538;10;2989.80;10.91;1541.00;-1.57;0.20 +538;21;2986.20;10.80;1541.00;1.57;0.20 539;0;2791.00;11.40;1491.00;0.00;0.18 +539;1;2791.50;11.40;1489.00;0.24;0.18 +539;2;2789.50;11.30;1489.00;-0.64;0.18 +539;3;2792.50;11.50;1491.00;1.57;0.18 +539;4;2789.00;11.25;1491.50;4.46;0.18 +539;5;2792.50;11.50;1493.50;2.60;0.18 +539;6;2790.50;11.40;1493.50;3.33;0.18 +539;9;2789.38;11.37;1491.00;1.57;0.18 +539;10;2792.62;11.50;1491.00;-1.57;0.18 +539;21;2789.38;11.37;1491.00;1.57;0.18 540;0;2735.01;12.00;1541.35;0.00;0.28 +540;1;2733.50;10.10;1538.00;-0.64;0.28 +540;2;2737.50;11.15;1539.00;1.19;0.28 +540;3;2731.50;10.20;1539.50;-1.42;0.28 +540;4;2733.50;11.30;1541.50;3.92;0.28 +540;5;2738.00;11.62;1542.00;2.15;0.28 +540;6;2737.00;11.87;1543.00;2.55;0.28 +540;9;2732.12;10.45;1540.00;1.57;0.28 +540;10;2737.88;11.29;1540.00;-1.57;0.28 +540;19;2729.00;9.55;1538.00;-0.64;0.28 +540;20;2727.34;9.55;1537.44;-1.24;0.28 +540;21;2731.12;10.60;1539.74;-1.57;0.28 541;0;3085.00;10.07;1486.00;0.00;0.20 +541;1;3084.00;9.80;1484.00;-0.46;0.20 +541;2;3087.00;9.90;1484.50;0.92;0.20 +541;3;3082.00;9.80;1485.50;-1.40;0.20 +541;4;3087.00;10.15;1486.50;1.81;0.20 +541;5;3083.50;10.20;1487.50;3.92;0.20 +541;6;3086.50;10.30;1488.00;2.49;0.20 +541;9;3082.84;9.88;1486.00;1.57;0.20 +541;10;3087.16;10.06;1486.00;-1.57;0.20 +541;21;3082.84;9.88;1486.00;1.57;0.20 542;0;2742.00;9.67;1477.00;0.00;0.16 +542;1;2740.00;9.70;1476.50;-1.32;0.16 +542;2;2744.00;9.50;1475.50;0.92;0.16 +542;3;2745.00;9.52;1476.00;1.24;0.16 +542;4;2744.50;9.70;1478.00;1.95;0.16 +542;5;2741.50;9.70;1478.50;3.46;0.16 +542;9;2738.76;9.55;1477.00;1.57;0.16 +542;10;2745.24;9.68;1477.00;-1.57;0.16 +542;19;2744.00;9.50;1475.00;-1.33;0.16 +542;20;2745.23;9.50;1473.76;0.78;0.16 +542;21;2738.76;9.55;1477.00;1.57;0.16 543;0;3034.00;13.72;1493.00;0.00;0.18 +543;1;3032.50;13.20;1491.50;-0.78;0.18 +543;2;3035.00;13.50;1492.50;1.10;0.18 +543;3;3031.50;13.55;1493.00;4.71;0.18 +543;4;3034.00;13.95;1494.00;3.14;0.18 +543;5;3036.50;14.40;1494.50;2.11;0.18 +543;6;3037.00;14.60;1495.50;2.26;0.18 +543;9;3031.84;13.58;1493.00;1.57;0.18 +543;10;3036.16;13.86;1493.00;-1.57;0.18 +543;21;3031.84;13.58;1493.00;1.57;0.18 544;0;3472.00;9.80;1533.00;0.00;0.26 +544;1;3474.00;9.90;1529.50;0.51;0.26 +544;2;3471.50;9.90;1530.50;-0.19;0.26 +544;3;3474.50;9.80;1531.50;1.03;0.26 +544;4;3469.00;9.90;1533.50;4.54;0.26 +544;5;3474.50;9.80;1534.00;1.95;0.26 +544;6;3470.50;9.80;1535.00;3.78;0.26 +544;7;3473.00;9.80;1535.50;2.76;0.26 +544;9;3469.48;9.90;1533.00;1.57;0.26 +544;10;3474.52;9.80;1533.00;-1.57;0.26 +544;21;3469.48;9.90;1533.00;1.57;0.26 545;0;3545.00;9.70;1500.00;0.00;0.30 +545;1;3543.50;9.70;1497.50;-0.54;0.30 +545;2;3547.00;9.70;1498.00;0.78;0.30 +545;3;3541.00;9.75;1499.00;-1.32;0.30 +545;4;3548.00;9.70;1501.50;2.03;0.30 +545;5;3543.00;9.70;1501.50;4.06;0.30 +545;6;3547.00;9.70;1503.50;2.62;0.30 +545;9;3541.94;9.72;1500.00;1.57;0.30 +545;10;3548.06;9.70;1500.00;-1.57;0.30 +545;21;3541.94;9.72;1500.00;1.57;0.30 546;0;3293.00;9.80;1553.00;0.00;0.20 +546;1;3291.50;9.80;1551.50;-0.78;0.20 +546;2;3295.00;9.80;1551.50;0.92;0.20 +546;3;3296.50;9.80;1553.50;1.71;0.20 +546;4;3290.50;9.80;1553.50;4.51;0.20 +546;5;3291.50;9.80;1554.00;4.12;0.20 +546;6;3294.00;9.80;1554.50;2.55;0.20 +546;9;3290.48;9.80;1553.00;1.57;0.20 +546;10;3295.52;9.80;1553.00;-1.57;0.20 +546;21;3290.48;9.80;1553.00;1.57;0.20 547;0;3426.00;9.80;1500.00;0.00;0.20 +547;1;3426.50;9.70;1497.50;0.19;0.20 +547;2;3425.00;9.80;1498.00;-0.46;0.20 +547;3;3423.50;9.80;1499.50;-1.37;0.20 +547;4;3428.00;9.80;1499.00;1.10;0.20 +547;5;3428.00;9.80;1501.50;2.21;0.20 +547;6;3424.50;9.80;1502.00;3.78;0.20 +547;7;3426.50;9.80;1502.50;2.94;0.20 +547;8;3428.50;9.80;1503.00;2.44;0.20 +547;9;3424.20;9.80;1500.00;1.57;0.20 +547;10;3427.80;9.80;1500.00;-1.57;0.20 +547;21;3424.20;9.80;1500.00;1.57;0.20 548;0;3108.00;9.80;1566.00;0.00;0.18 +548;1;3106.50;9.90;1564.00;-0.64;0.18 +548;2;3109.50;9.90;1564.00;0.64;0.18 +548;3;3110.50;9.85;1565.00;1.19;0.18 +548;4;3105.00;9.80;1566.00;4.71;0.18 +548;5;3106.00;9.80;1567.00;4.24;0.18 +548;6;3111.50;9.80;1566.50;1.71;0.18 +548;7;3109.50;9.80;1567.50;2.35;0.18 +548;9;3105.30;9.80;1566.00;1.57;0.18 +548;10;3110.70;9.80;1566.00;-1.57;0.18 +548;21;3105.30;9.80;1566.00;1.57;0.18 549;0;2925.00;11.52;1495.00;0.00;0.16 +549;1;2926.00;11.37;1494.00;0.78;0.16 +549;2;2923.00;12.00;1494.00;-1.10;0.16 +549;3;2929.00;11.15;1494.50;1.44;0.16 +549;4;2922.50;12.00;1495.50;4.51;0.16 +549;5;2928.00;11.22;1495.00;1.57;0.16 +549;6;2929.50;11.05;1495.00;1.57;0.16 +549;7;2924.50;11.65;1496.00;3.60;0.16 +549;8;2922.50;11.80;1497.00;4.03;0.16 +549;9;2922.30;12.07;1495.00;1.57;0.16 +549;10;2927.70;11.27;1495.00;-1.57;0.16 +549;21;2922.30;12.07;1495.00;1.57;0.16 550;0;3264.00;10.07;1522.00;0.00;0.20 +550;1;3261.50;10.10;1520.00;-0.89;0.20 +550;2;3264.50;10.10;1520.50;0.32;0.20 +550;3;3261.50;10.10;1522.00;4.71;0.20 +550;4;3267.50;10.00;1521.00;1.29;0.20 +550;5;3266.50;10.00;1523.00;1.95;0.20 +550;6;3263.50;10.00;1524.00;3.38;0.20 +550;9;3261.66;10.10;1522.00;1.57;0.20 +550;10;3266.34;10.00;1522.00;-1.57;0.20 +550;21;3261.66;10.10;1522.00;1.57;0.20 551;0;2865.69;9.90;1494.41;0.00;0.24 +551;1;2861.50;9.80;1488.50;-0.78;0.24 +551;2;2863.50;9.80;1489.00;-0.24;0.24 +551;3;2862.00;9.80;1491.00;4.71;0.24 +551;4;2866.00;9.80;1491.00;1.57;0.24 +551;5;2865.00;9.87;1493.00;2.67;0.24 +551;6;2862.50;9.90;1494.00;3.60;0.24 +551;9;2861.84;9.80;1491.00;1.57;0.24 +551;10;2866.16;9.80;1491.00;-1.57;0.24 +551;21;2861.84;9.80;1491.00;1.57;0.24 552;0;3058.00;10.00;1547.00;0.00;0.20 +552;1;3057.00;10.25;1545.50;-0.58;0.20 +552;2;3059.00;10.55;1544.50;0.38;0.20 +552;3;3059.50;10.40;1545.00;0.64;0.20 +552;4;3059.50;10.00;1547.00;1.57;0.20 +552;5;3056.00;9.82;1548.00;4.24;0.20 +552;6;3058.00;9.77;1549.00;3.14;0.20 +552;9;3056.20;9.92;1547.00;1.57;0.20 +552;10;3059.80;9.97;1547.00;-1.57;0.20 +552;21;3058.67;9.90;1548.37;-1.57;0.20 553;0;2808.00;10.42;1490.00;0.00;0.22 +553;1;2808.00;10.40;1488.00;0.00;0.22 +553;2;2806.00;10.45;1488.50;-0.92;0.22 +553;3;2810.00;10.55;1490.00;1.57;0.22 +553;4;2806.00;10.35;1490.50;4.46;0.22 +553;5;2808.00;10.30;1492.00;3.14;0.22 +553;6;2810.00;10.55;1492.50;2.46;0.22 +553;9;2806.02;10.37;1490.00;1.57;0.22 +553;10;2809.98;10.54;1490.00;-1.57;0.22 +553;21;2806.02;10.37;1490.00;1.57;0.22 554;0;3645.00;9.60;1489.00;0.00;0.34 +554;1;3644.00;9.60;1484.50;-0.21;0.34 +554;2;3647.50;9.60;1485.50;0.62;0.34 +554;3;3642.50;9.60;1489.00;4.71;0.34 +554;4;3646.00;9.60;1492.00;2.82;0.34 +554;5;3642.50;9.60;1494.00;3.60;0.34 +554;9;3641.94;9.60;1489.00;1.57;0.34 +554;10;3648.06;9.60;1489.00;-1.57;0.34 +554;21;3641.94;9.60;1489.00;1.57;0.34 555;0;3117.00;10.02;1489.00;0.00;0.22 +555;1;3116.00;10.10;1487.00;-0.46;0.22 +555;2;3119.00;10.20;1488.50;1.32;0.22 +555;3;3114.50;10.10;1488.50;-1.37;0.22 +555;4;3116.50;9.80;1491.00;3.38;0.22 +555;5;3120.00;9.95;1491.00;2.15;0.22 +555;9;3114.66;10.04;1489.00;1.57;0.22 +555;10;3119.34;10.14;1489.00;-1.57;0.22 +555;21;3114.66;10.04;1489.00;1.57;0.22 556;0;4445.00;15.20;1241.00;0.00;0.46 +556;1;4442.00;14.57;1236.00;-0.54;0.46 +556;2;4446.50;14.85;1238.00;0.46;0.46 +556;3;4440.00;14.90;1238.50;-1.10;0.46 +556;4;4439.50;15.10;1241.00;4.71;0.46 +556;5;4449.50;15.00;1243.50;2.07;0.46 +556;6;4444.00;15.37;1244.00;3.46;0.46 +556;7;4448.50;15.20;1246.50;2.57;0.46 +556;9;4440.86;15.23;1241.00;1.57;0.46 +556;10;4449.14;14.95;1241.00;-1.57;0.46 +556;21;4440.86;15.23;1241.00;1.57;0.46 557;0;3061.00;9.82;1496.00;0.00;0.16 +557;1;3062.00;9.90;1495.00;0.78;0.16 +557;2;3065.50;10.10;1494.50;1.24;0.16 +557;3;3058.50;9.80;1495.50;-1.37;0.16 +557;4;3064.50;9.90;1495.50;1.42;0.16 +557;5;3058.00;10.07;1497.00;4.39;0.16 +557;6;3060.50;9.80;1497.00;3.60;0.16 +557;9;3058.12;9.95;1496.00;1.57;0.16 +557;10;3063.88;9.90;1496.00;-1.57;0.16 +557;21;3058.12;9.95;1496.00;1.57;0.16 558;0;3372.00;10.00;1540.00;0.00;0.22 +558;1;3371.00;10.00;1538.50;-0.58;0.22 +558;2;3374.00;10.00;1538.50;0.92;0.22 +558;3;3373.50;10.00;1540.50;1.89;0.22 +558;4;3369.50;10.05;1540.00;4.71;0.22 +558;5;3371.50;10.00;1542.50;3.33;0.22 +558;6;3373.00;10.00;1543.50;2.86;0.22 +558;9;3370.02;10.02;1540.00;1.57;0.22 +558;10;3373.98;10.00;1540.00;-1.57;0.22 +558;21;3370.02;10.02;1540.00;1.57;0.22 559;0;3327.00;9.80;1511.00;0.00;0.26 +559;1;3326.50;9.80;1507.50;-0.14;0.26 +559;2;3329.00;9.80;1510.00;1.10;0.26 +559;3;3325.00;9.80;1510.00;-1.10;0.26 +559;4;3326.00;9.75;1513.00;3.60;0.26 +559;5;3329.00;9.80;1513.00;2.35;0.26 +559;9;3324.66;9.80;1511.00;1.57;0.26 +559;10;3329.34;9.80;1511.00;-1.57;0.26 +559;21;3324.66;9.80;1511.00;1.57;0.26 560;0;3211.00;10.40;1560.00;0.00;0.22 +560;1;3209.00;10.40;1557.50;-0.67;0.22 +560;2;3208.00;10.40;1560.00;4.71;0.22 +560;3;3212.00;10.40;1558.00;0.46;0.22 +560;4;3214.50;10.40;1559.50;1.42;0.22 +560;5;3214.00;10.40;1561.00;1.89;0.22 +560;6;3211.00;10.40;1562.00;3.14;0.22 +560;9;3208.30;10.40;1560.00;1.57;0.22 +560;10;3213.70;10.40;1560.00;-1.57;0.22 +560;21;3208.30;10.40;1560.00;1.57;0.22 561;0;2978.00;10.80;1499.00;0.00;0.18 +561;1;2977.50;10.75;1498.00;-0.46;0.18 +561;2;2980.50;10.70;1498.00;1.19;0.18 +561;3;2976.00;10.82;1500.00;4.24;0.18 +561;4;2980.00;10.80;1500.50;2.21;0.18 +561;5;2978.00;10.77;1501.00;3.14;0.18 +561;9;2975.84;10.83;1499.00;1.57;0.18 +561;10;2980.16;10.76;1499.00;-1.57;0.18 +561;21;2975.84;10.83;1499.00;1.57;0.18 562;0;3141.00;9.90;1534.00;0.00;0.22 +562;1;3140.50;9.95;1531.00;-0.16;0.22 +562;2;3138.50;9.90;1532.50;-1.03;0.22 +562;3;3142.50;9.90;1532.50;0.78;0.22 +562;4;3143.00;9.90;1534.00;1.57;0.22 +562;5;3139.00;9.90;1535.00;4.24;0.22 +562;6;3141.50;9.90;1536.00;2.89;0.22 +562;9;3139.02;9.90;1534.00;1.57;0.22 +562;10;3142.98;9.90;1534.00;-1.57;0.22 +562;21;3139.02;9.90;1534.00;1.57;0.22 563;0;2925.00;11.95;1501.00;0.00;0.18 +563;1;2924.50;11.90;1499.00;-0.24;0.18 +563;2;2927.00;11.87;1501.00;1.57;0.18 +563;3;2923.00;11.90;1501.50;4.46;0.18 +563;4;2925.50;11.90;1502.50;2.82;0.18 +563;9;2923.02;11.92;1501.00;1.57;0.18 +563;10;2926.98;11.87;1501.00;-1.57;0.18 +563;21;2923.02;11.92;1501.00;1.57;0.18 564;0;2952.00;10.50;1546.00;0.00;0.26 +564;1;2952.50;10.65;1543.00;0.16;0.26 +564;2;2951.00;10.80;1544.50;-0.58;0.26 +564;3;2954.00;10.35;1544.50;0.92;0.26 +564;4;2949.00;10.80;1547.00;4.39;0.26 +564;5;2954.00;10.20;1547.00;2.03;0.26 +564;6;2951.00;10.37;1548.00;3.60;0.26 +564;9;2949.30;10.86;1546.00;1.57;0.26 +564;10;2954.70;10.20;1546.00;-1.57;0.26 +564;21;2949.30;10.86;1546.00;1.57;0.26 565;0;3243.00;10.45;1461.00;0.00;0.20 +565;1;3241.50;10.10;1459.50;-0.78;0.20 +565;2;3245.00;10.20;1459.50;0.92;0.20 +565;3;3240.00;10.15;1461.50;4.54;0.20 +565;4;3246.50;10.20;1460.50;1.42;0.20 +565;5;3245.50;10.80;1462.00;1.95;0.20 +565;6;3243.00;10.82;1463.00;3.14;0.20 +565;7;3240.50;10.40;1463.00;4.03;0.20 +565;9;3240.48;10.14;1461.00;1.57;0.20 +565;10;3245.52;10.54;1461.00;-1.57;0.20 +565;21;3240.48;10.14;1461.00;1.57;0.20 566;0;3615.00;9.70;1545.00;0.00;0.16 +566;1;3613.50;9.70;1543.50;-0.78;0.16 +566;2;3612.00;9.70;1544.00;-1.24;0.16 +566;3;3617.00;9.70;1544.50;1.32;0.16 +566;4;3612.50;9.70;1545.50;4.51;0.16 +566;5;3617.50;9.70;1545.50;1.76;0.16 +566;6;3615.50;9.70;1546.50;2.82;0.16 +566;9;3612.48;9.70;1545.00;1.57;0.16 +566;10;3617.52;9.70;1545.00;-1.57;0.16 +566;21;3612.48;9.70;1545.00;1.57;0.16 567;0;3180.00;9.70;1715.00;0.00;0.20 +567;1;3179.50;9.60;1713.00;-0.24;0.20 +567;2;3178.00;9.70;1715.50;4.46;0.20 +567;3;3183.00;9.70;1713.50;1.10;0.20 +567;4;3185.00;9.70;1714.50;1.47;0.20 +567;5;3183.00;9.65;1716.00;1.89;0.20 +567;9;3175.86;9.66;1715.00;1.57;0.20 +567;10;3184.14;9.68;1715.00;-1.57;0.20 +567;19;3184.00;9.50;1720.00;-1.82;0.20 +567;20;3185.09;9.50;1721.36;2.46;0.20 +567;21;3175.86;9.66;1715.00;1.57;0.20 568;0;3324.00;9.55;1442.00;0.00;0.20 +568;1;3323.50;9.50;1441.00;-0.46;0.20 +568;2;3320.00;9.70;1442.00;4.71;0.20 +568;3;3327.50;9.70;1441.50;1.42;0.20 +568;4;3327.50;9.70;1441.50;1.42;0.20 +568;5;3327.50;9.70;1443.00;1.84;0.20 +568;6;3324.00;9.70;1443.50;3.14;0.20 +568;9;3320.76;9.70;1442.00;1.57;0.20 +568;10;3327.24;9.68;1442.00;-1.57;0.20 +568;19;3324.00;9.50;1441.00;-0.46;0.20 +568;20;3324.00;9.50;1439.25;0.00;0.20 +568;21;3327.24;9.68;1442.00;-1.57;0.20 569;0;3051.00;12.55;1504.00;0.00;0.18 +569;1;3050.00;12.47;1503.00;-0.78;0.18 +569;2;3053.00;12.25;1503.50;1.32;0.18 +569;3;3050.00;12.70;1505.50;3.73;0.18 +569;4;3053.00;12.55;1505.50;2.21;0.18 +569;9;3048.66;12.65;1504.00;1.57;0.18 +569;10;3053.34;12.31;1504.00;-1.57;0.18 +569;21;3048.66;12.65;1504.00;1.57;0.18 570;0;3405.00;10.15;1509.00;0.00;0.24 +570;1;3404.50;10.30;1507.50;-0.32;0.24 +570;2;3408.00;10.00;1506.50;0.87;0.24 +570;3;3407.50;10.00;1508.50;1.37;0.24 +570;4;3402.50;10.20;1509.50;4.51;0.24 +570;5;3403.00;9.90;1511.50;3.81;0.24 +570;6;3405.50;9.85;1511.00;2.89;0.24 +570;9;3402.66;10.25;1509.00;1.57;0.24 +570;10;3407.34;9.96;1509.00;-1.57;0.24 +570;21;3402.66;10.25;1509.00;1.57;0.24 571;0;2988.00;11.17;1506.00;0.00;0.22 +571;1;2985.00;10.82;1504.00;-0.98;0.22 +571;2;2988.50;11.40;1504.50;0.32;0.22 +571;3;2991.00;11.40;1506.50;1.73;0.22 +571;4;2986.00;10.95;1506.50;4.46;0.22 +571;5;2989.00;11.15;1508.00;2.67;0.22 +571;6;2987.00;11.25;1508.50;3.52;0.22 +571;9;2985.48;10.94;1506.00;1.57;0.22 +571;10;2990.52;11.44;1506.00;-1.57;0.22 +571;21;2985.48;10.94;1506.00;1.57;0.22 572;0;3205.00;10.10;1527.00;0.00;0.22 +572;1;3203.50;10.20;1524.00;-0.46;0.22 +572;2;3206.00;10.15;1525.00;0.46;0.22 +572;3;3203.00;10.00;1528.50;4.06;0.22 +572;4;3207.50;10.10;1528.50;2.11;0.22 +572;5;3205.50;10.05;1531.00;3.01;0.22 +572;9;3203.02;10.02;1527.00;1.57;0.22 +572;10;3206.98;10.10;1527.00;-1.57;0.22 +572;21;3203.02;10.02;1527.00;1.57;0.22 573;0;3026.00;10.90;1543.00;0.00;0.16 +573;1;3024.50;11.40;1541.00;-0.64;0.16 +573;2;3026.00;11.27;1541.00;0.00;0.16 +573;3;3027.50;11.20;1541.50;0.78;0.16 +573;4;3024.00;10.65;1543.50;4.46;0.16 +573;5;3027.00;10.92;1544.00;2.35;0.16 +573;6;3026.00;10.60;1545.50;3.14;0.16 +573;9;3024.56;10.70;1543.00;1.57;0.16 +573;10;3027.44;10.90;1543.00;-1.57;0.16 +573;21;3024.56;10.70;1543.00;1.57;0.16 574;0;3316.00;9.70;1466.00;0.00;0.22 +574;1;3316.50;9.70;1464.50;0.32;0.22 +574;2;3319.50;9.70;1464.00;1.05;0.22 +574;3;3313.00;9.70;1464.50;-1.10;0.22 +574;4;3312.50;9.70;1466.50;4.57;0.22 +574;5;3318.50;9.70;1466.50;1.76;0.22 +574;6;3312.50;9.70;1468.50;4.09;0.22 +574;7;3315.50;9.70;1468.50;3.33;0.22 +574;9;3312.94;9.70;1466.00;1.57;0.22 +574;10;3319.06;9.70;1466.00;-1.57;0.22 +574;21;3312.94;9.70;1466.00;1.57;0.22 575;0;2842.00;9.67;1535.00;0.00;0.16 +575;1;2842.00;9.80;1533.50;0.00;0.16 +575;2;2844.00;9.75;1533.50;0.92;0.16 +575;3;2840.50;9.70;1535.00;4.71;0.16 +575;4;2843.50;9.70;1535.50;1.89;0.16 +575;5;2842.00;9.70;1536.50;3.14;0.16 +575;9;2840.38;9.70;1535.00;1.57;0.16 +575;10;2843.62;9.70;1535.00;-1.57;0.16 +575;19;2843.00;9.50;1539.00;-3.14;0.16 +575;20;2843.42;9.50;1540.69;2.89;0.16 +575;21;2840.38;9.70;1535.00;1.57;0.16 576;0;3634.00;9.60;1506.00;0.00;0.34 +576;1;3633.00;9.60;1502.00;-0.24;0.34 +576;2;3630.50;9.60;1503.50;-0.95;0.34 +576;3;3637.00;9.60;1502.50;0.70;0.34 +576;4;3638.00;9.60;1505.00;1.32;0.34 +576;5;3629.50;9.60;1507.00;4.49;0.34 +576;6;3638.00;9.60;1508.00;2.03;0.34 +576;7;3632.00;9.60;1509.00;3.73;0.34 +576;8;3635.50;9.60;1509.50;2.73;0.34 +576;9;3630.58;9.60;1506.00;1.57;0.34 +576;10;3637.42;9.60;1506.00;-1.57;0.34 +576;21;3630.58;9.60;1506.00;1.57;0.34 577;0;3210.00;10.22;1484.00;0.00;0.20 +577;1;3210.50;10.20;1482.50;0.32;0.20 +577;2;3212.50;10.20;1482.00;0.89;0.20 +577;3;3212.00;10.25;1483.50;1.32;0.20 +577;4;3208.50;10.30;1485.50;3.92;0.20 +577;5;3210.00;10.10;1486.00;3.14;0.20 +577;9;3208.20;10.28;1484.00;1.57;0.20 +577;10;3211.80;10.20;1484.00;-1.57;0.20 +577;21;3208.20;10.28;1484.00;1.57;0.20 578;0;3507.00;10.00;1538.00;0.00;0.22 +578;1;3508.00;9.90;1535.50;0.38;0.22 +578;2;3509.50;9.90;1536.00;0.89;0.22 +578;3;3506.00;9.95;1537.00;-0.78;0.22 +578;4;3510.00;9.90;1538.00;1.57;0.22 +578;5;3504.00;9.90;1539.00;4.39;0.22 +578;6;3507.00;10.00;1539.50;3.14;0.22 +578;9;3504.48;9.90;1538.00;1.57;0.22 +578;10;3509.52;9.90;1538.00;-1.57;0.22 +578;21;3504.48;9.90;1538.00;1.57;0.22 579;0;3483.00;9.85;1511.00;0.00;0.22 +579;1;3483.50;9.80;1508.50;0.19;0.22 +579;2;3481.50;9.90;1510.00;-0.98;0.22 +579;3;3485.00;9.90;1508.50;0.67;0.22 +579;4;3485.00;9.80;1510.50;1.32;0.22 +579;5;3481.00;9.90;1513.00;3.92;0.22 +579;6;3483.50;9.90;1513.00;2.89;0.22 +579;9;3481.02;9.90;1511.00;1.57;0.22 +579;10;3484.98;9.80;1511.00;-1.57;0.22 +579;21;3481.02;9.90;1511.00;1.57;0.22 580;0;3353.00;10.50;1548.00;0.00;0.24 +580;1;3350.50;10.50;1546.00;-0.89;0.24 +580;2;3353.50;10.50;1547.00;0.46;0.24 +580;3;3351.00;10.50;1549.00;4.24;0.24 +580;4;3356.00;10.50;1548.50;1.73;0.24 +580;5;3355.00;10.50;1549.50;2.21;0.24 +580;6;3353.50;10.50;1550.50;2.94;0.24 +580;9;3350.84;10.50;1548.00;1.57;0.24 +580;10;3355.16;10.50;1548.00;-1.57;0.24 +580;21;3350.84;10.50;1548.00;1.57;0.24 581;0;3114.00;11.97;1497.00;0.00;0.20 +581;1;3112.00;11.02;1495.00;-0.78;0.20 +581;2;3115.00;11.07;1495.00;0.46;0.20 +581;3;3111.00;11.65;1496.00;-1.24;0.20 +581;4;3117.00;12.00;1497.50;1.73;0.20 +581;5;3113.00;12.47;1498.00;3.92;0.20 +581;6;3116.00;13.15;1499.50;2.46;0.20 +581;9;3111.48;12.35;1497.00;1.57;0.20 +581;10;3116.52;11.70;1497.00;-1.57;0.20 +581;21;3111.48;12.35;1497.00;1.57;0.20 582;0;3298.00;9.80;1522.00;0.00;0.16 +582;1;3298.50;9.80;1521.00;0.46;0.16 +582;2;3295.00;9.80;1522.50;4.54;0.16 +582;3;3301.50;9.80;1521.00;1.29;0.16 +582;4;3302.00;9.80;1521.50;1.44;0.16 +582;5;3301.00;9.80;1523.00;1.89;0.16 +582;6;3297.50;9.80;1523.50;3.46;0.16 +582;7;3300.00;9.80;1524.00;2.35;0.16 +582;9;3295.30;9.80;1522.00;1.57;0.16 +582;10;3300.70;9.80;1522.00;-1.57;0.16 +582;21;3295.30;9.80;1522.00;1.57;0.16 583;0;3055.00;12.67;1516.00;0.00;0.18 +583;1;3056.50;12.70;1514.50;0.78;0.18 +583;2;3053.00;12.70;1514.50;-0.92;0.18 +583;3;3058.50;12.70;1515.50;1.42;0.18 +583;4;3052.00;12.55;1516.50;4.54;0.18 +583;5;3057.50;12.60;1517.50;2.11;0.18 +583;6;3054.00;12.30;1518.50;3.52;0.18 +583;9;3052.30;12.59;1516.00;1.57;0.18 +583;10;3057.70;12.70;1516.00;-1.57;0.18 +583;21;3052.30;12.59;1516.00;1.57;0.18 584;0;3101.00;10.60;1540.00;0.00;0.16 +584;1;3101.50;10.45;1538.00;0.24;0.16 +584;2;3098.00;10.75;1539.50;-1.40;0.16 +584;3;3104.00;10.22;1539.00;1.24;0.16 +584;4;3102.50;10.35;1541.00;2.15;0.16 +584;5;3098.00;10.65;1541.50;4.24;0.16 +584;9;3097.94;10.72;1540.00;1.57;0.16 +584;10;3104.06;10.21;1540.00;-1.57;0.16 +584;21;3097.94;10.72;1540.00;1.57;0.16 585;0;3429.00;9.70;1455.00;0.00;0.18 +585;1;3430.50;9.70;1453.00;0.64;0.18 +585;2;3428.00;9.70;1453.00;-0.46;0.18 +585;3;3426.50;9.70;1455.00;4.71;0.18 +585;4;3431.50;9.70;1455.00;1.57;0.18 +585;5;3429.00;9.70;1457.00;3.14;0.18 +585;9;3427.02;9.70;1455.00;1.57;0.18 +585;10;3430.98;9.70;1455.00;-1.57;0.18 +585;21;3427.02;9.70;1455.00;1.57;0.18 586;0;2993.00;11.92;1515.00;0.00;0.22 +586;1;2991.50;11.50;1512.50;-0.54;0.22 +586;2;2995.00;11.50;1513.50;0.92;0.22 +586;3;2989.50;12.15;1514.00;-1.29;0.22 +586;4;2992.00;12.50;1516.50;3.73;0.22 +586;5;2996.50;11.70;1515.50;1.71;0.22 +586;6;2995.50;12.50;1517.50;2.35;0.22 +586;9;2990.30;12.36;1515.00;1.57;0.22 +586;10;2995.70;11.70;1515.00;-1.57;0.22 +586;21;2990.30;12.36;1515.00;1.57;0.22 587;0;2910.00;10.00;1536.00;0.00;0.16 +587;1;2910.50;10.20;1534.50;0.32;0.16 +587;2;2909.00;10.05;1536.50;4.24;0.16 +587;3;2911.50;9.95;1536.00;1.57;0.16 +587;4;2910.00;9.80;1538.50;3.14;0.16 +587;5;2909.00;9.82;1539.00;3.46;0.16 +587;9;2908.56;10.14;1536.00;1.57;0.16 +587;10;2911.44;9.95;1536.00;-1.57;0.16 +587;21;2911.44;9.95;1536.00;-1.57;0.16 588;0;3347.00;9.77;1463.00;0.00;0.22 +588;1;3346.00;9.80;1460.50;-0.38;0.22 +588;2;3348.50;9.70;1461.50;0.78;0.22 +588;3;3344.50;9.80;1462.50;-1.37;0.22 +588;4;3349.50;9.80;1464.50;2.11;0.22 +588;5;3343.00;9.80;1464.50;4.35;0.22 +588;6;3346.50;9.75;1465.00;3.38;0.22 +588;9;3344.12;9.80;1463.00;1.57;0.22 +588;10;3349.88;9.80;1463.00;-1.57;0.22 +588;21;3344.12;9.80;1463.00;1.57;0.22 589;0;2940.00;10.52;1514.00;0.00;0.22 +589;1;2939.00;10.45;1511.00;-0.32;0.22 +589;2;2939.50;10.50;1511.00;-0.16;0.22 +589;3;2938.50;10.40;1513.00;-0.98;0.22 +589;4;2941.00;10.60;1513.00;0.78;0.22 +589;5;2941.00;10.50;1516.00;2.67;0.22 +589;6;2943.50;10.40;1515.50;1.97;0.22 +589;9;2938.02;10.42;1514.00;1.57;0.22 +589;10;2941.98;10.57;1514.00;-1.57;0.22 +589;21;2938.02;10.42;1514.00;1.57;0.22 590;0;2853.00;13.40;1430.00;0.00;0.16 +590;1;2852.50;13.60;1428.50;-0.32;0.16 +590;2;2854.50;13.20;1428.00;0.64;0.16 +590;3;2854.50;12.95;1431.00;2.15;0.16 +590;4;2852.00;12.72;1431.00;3.92;0.16 +590;5;2853.00;12.45;1432.50;3.14;0.16 +590;9;2851.56;12.87;1430.00;1.57;0.16 +590;10;2854.44;13.17;1430.00;-1.57;0.16 +590;21;2851.56;12.87;1430.00;1.57;0.16 591;0;3041.00;9.72;1415.00;0.00;0.18 +591;1;3040.00;9.70;1414.50;-1.10;0.18 +591;2;3042.50;9.75;1413.00;0.64;0.18 +591;3;3043.00;10.45;1414.50;1.32;0.18 +591;4;3042.50;10.30;1416.50;2.35;0.18 +591;5;3040.00;9.55;1417.00;3.60;0.18 +591;9;3039.38;9.62;1415.00;1.57;0.18 +591;10;3042.62;10.33;1415.00;-1.57;0.18 +591;19;3039.00;9.50;1417.00;-1.11;0.18 +591;20;3037.76;9.50;1418.23;3.92;0.18 +591;21;3039.38;9.62;1415.00;1.57;0.18 592;0;3233.00;10.15;1686.00;0.00;0.26 +592;1;3232.50;10.10;1682.50;-0.14;0.26 +592;2;3235.50;9.85;1684.00;0.89;0.26 +592;3;3231.00;10.30;1685.50;-1.32;0.26 +592;4;1616.00;10.10;842.50;-1.09;0.26 +592;5;3232.00;10.40;1688.00;3.60;0.26 +592;9;3230.66;10.35;1686.00;1.57;0.26 +592;10;3235.34;9.91;1686.00;-1.57;0.26 +592;21;3230.66;10.35;1686.00;1.57;0.26 593;0;3097.00;9.50;1782.00;0.00;1.08 +593;1;3093.00;9.50;1763.50;-0.21;1.08 +593;2;3090.50;9.50;1765.00;-0.36;1.08 +593;3;3096.00;9.50;1766.50;-0.06;1.08 +593;4;3086.50;9.50;1767.00;-0.61;1.08 +593;5;3085.50;9.50;1770.50;-0.78;1.08 +593;6;3105.50;9.50;1782.00;1.57;1.08 +593;7;3085.50;9.50;1775.00;-1.02;1.08 +593;8;3087.00;9.50;1779.50;-1.32;1.08 +593;9;3087.28;9.50;1782.00;1.57;1.08 +593;10;3106.72;9.50;1782.00;-1.57;1.08 +593;11;3090.60;9.50;1752.40;-0.21;1.08 +593;12;3086.60;9.50;1754.80;-0.36;1.08 +593;13;3095.40;9.50;1757.20;-0.06;1.08 +593;14;3080.20;9.50;1758.00;-0.61;1.08 +593;15;3078.60;9.50;1763.60;-0.78;1.08 +593;16;3110.60;9.50;1782.00;1.57;1.08 +593;17;3078.60;9.50;1770.80;-1.02;1.08 +593;18;3081.00;9.50;1778.00;-1.32;1.08 +593;21;3087.28;9.50;1782.00;1.57;1.08 594;0;2511.00;9.50;903.00;0.00;1.10 +594;1;2512.00;9.50;894.50;0.11;1.10 +594;2;2524.50;9.50;895.50;1.06;1.10 +594;3;2498.50;9.50;908.50;4.29;1.10 +594;4;2515.00;9.50;909.00;2.55;1.10 +594;5;2501.00;9.50;918.00;3.73;1.10 +594;9;2499.84;9.50;903.00;1.57;1.10 +594;10;2522.16;9.50;903.00;-1.57;1.10 +594;11;2512.60;9.50;889.40;0.11;1.10 +594;12;2532.60;9.50;891.00;1.06;1.10 +594;13;2491.00;9.50;911.80;4.29;1.10 +594;14;2517.40;9.50;912.60;2.55;1.10 +594;15;2495.00;9.50;927.00;3.73;1.10 +594;21;2499.84;9.50;903.00;1.57;1.10 595;0;2804.00;9.82;1426.00;0.00;0.22 +595;1;2803.00;9.90;1423.50;-0.38;0.22 +595;2;2805.50;9.70;1424.50;0.78;0.22 +595;3;2802.50;9.90;1426.50;4.39;0.22 +595;4;2806.50;9.80;1427.50;2.11;0.22 +595;5;2804.50;9.90;1428.50;2.94;0.22 +595;9;2802.02;10.04;1426.00;1.57;0.22 +595;10;2805.98;9.85;1426.00;-1.57;0.22 +595;21;2802.02;10.04;1426.00;1.57;0.22 596;0;3047.00;11.05;1444.00;0.00;0.18 +596;1;3048.50;11.05;1442.00;0.64;0.18 +596;2;3046.50;11.40;1443.00;-0.46;0.18 +596;3;3050.00;10.55;1443.00;1.24;0.18 +596;4;3049.00;10.65;1444.00;1.57;0.18 +596;5;3044.50;11.50;1445.00;4.33;0.18 +596;6;3045.00;11.22;1446.00;3.92;0.18 +596;7;3047.00;10.85;1446.00;3.14;0.18 +596;9;3044.48;11.65;1444.00;1.57;0.18 +596;10;3049.52;10.54;1444.00;-1.57;0.18 +596;21;3044.48;11.65;1444.00;1.57;0.18 597;0;2236.00;9.50;598.00;0.00;1.26 +597;1;2243.00;9.50;579.00;0.35;1.26 +597;2;2230.50;9.50;591.00;-0.66;1.26 +597;3;2248.50;9.50;591.00;1.06;1.26 +597;4;2216.50;9.50;602.00;4.51;1.26 +597;5;2236.00;9.50;606.50;3.14;1.26 +597;6;2217.50;9.50;607.00;4.26;1.26 +597;9;2222.14;9.50;598.00;1.57;1.26 +597;10;2249.86;9.50;598.00;-1.57;1.26 +597;11;2247.20;9.50;567.60;0.35;1.26 +597;12;2227.20;9.50;586.80;-0.66;1.26 +597;13;2256.00;9.50;586.80;1.06;1.26 +597;14;2204.80;9.50;604.40;4.51;1.26 +597;15;2236.00;9.50;611.60;3.14;1.26 +597;16;2206.40;9.50;612.40;4.26;1.26 +597;21;2222.14;9.50;598.00;1.57;1.26 598;0;1631.00;11.12;1628.00;0.00;0.26 +598;1;1629.00;10.35;1626.00;-0.78;0.26 +598;2;1633.00;11.50;1625.50;0.67;0.26 +598;3;1633.50;12.50;1628.50;1.76;0.26 +598;4;1629.50;10.30;1629.50;3.92;0.26 +598;9;1627.94;10.06;1628.00;1.57;0.26 +598;10;1634.06;12.30;1628.00;-1.57;0.26 +598;21;1627.94;10.06;1628.00;1.57;0.26 599;0;3025.00;10.55;1431.00;0.00;0.22 +599;1;3025.50;10.50;1428.50;0.19;0.22 +599;2;3027.50;10.90;1429.00;0.89;0.22 +599;3;3023.50;10.20;1431.00;4.71;0.22 +599;4;3026.50;10.90;1431.50;1.89;0.22 +599;5;3023.50;10.20;1433.50;3.68;0.22 +599;6;3025.50;10.70;1433.50;2.94;0.22 +599;9;3023.02;10.10;1431.00;1.57;0.22 +599;10;3026.98;10.94;1431.00;-1.57;0.22 +599;21;3023.02;10.10;1431.00;1.57;0.22 600;0;1984.00;9.50;1952.00;0.00;1.54 +600;1;1995.00;9.50;1933.50;0.53;1.54 +600;2;1984.00;9.50;1942.00;0.00;1.54 +600;3;1994.50;9.50;1954.00;1.75;1.54 +600;4;1969.50;9.50;1957.00;4.38;1.54 +600;5;1976.00;9.50;1967.50;3.61;1.54 +600;9;1968.88;9.50;1952.00;1.57;1.54 +600;10;1999.12;9.96;1952.00;-1.57;1.54 +600;11;2001.60;9.50;1922.40;0.53;1.54 +600;12;1984.00;9.50;1936.00;0.00;1.54 +600;13;2000.80;10.17;1955.20;1.75;1.54 +600;14;1960.80;9.50;1960.00;4.38;1.54 +600;15;1971.20;9.50;1976.80;3.61;1.54 +600;21;1968.88;9.50;1952.00;1.57;1.54 601;0;1146.00;9.50;171.00;0.00;1.16 +601;1;1141.00;9.50;159.00;-0.39;1.16 +601;2;1162.50;9.50;166.00;1.27;1.16 +601;3;1127.50;9.50;170.50;-1.54;1.16 +601;4;1160.50;9.50;179.00;2.07;1.16 +601;5;1138.00;9.50;182.50;3.74;1.16 +601;9;1129.80;9.50;171.00;1.57;1.16 +601;10;1162.20;9.50;171.00;-1.57;1.16 +601;11;1138.00;9.50;151.80;-0.39;1.16 +601;12;1172.40;9.50;163.00;1.27;1.16 +601;13;1116.40;9.50;170.20;-1.54;1.16 +601;14;1169.20;9.50;183.80;2.07;1.16 +601;15;1133.20;9.50;189.40;3.74;1.16 +601;21;1129.80;9.50;171.00;1.57;1.16 602;0;1494.00;11.20;1687.00;0.00;0.50 +602;1;746.50;9.50;843.00;-0.72;0.50 +602;2;1496.00;11.15;1682.50;0.41;0.50 +602;3;1501.00;11.30;1688.00;1.71;0.50 +602;4;1491.00;11.25;1691.50;3.73;0.50 +602;5;1497.50;11.20;1692.00;2.53;0.50 +602;9;1488.42;10.87;1687.00;1.57;0.50 +602;10;1499.58;11.30;1687.00;-1.57;0.50 +602;21;1488.42;10.87;1687.00;1.57;0.50 603;0;2976.00;9.82;1428.00;0.00;0.24 +603;1;2976.00;9.70;1426.00;0.00;0.24 +603;2;2979.00;9.70;1425.50;0.87;0.24 +603;3;2979.00;9.80;1427.00;1.24;0.24 +603;4;2973.50;10.10;1429.50;4.17;0.24 +603;5;2976.50;9.90;1428.50;2.35;0.24 +603;6;2974.50;10.30;1430.50;3.68;0.24 +603;9;2973.48;9.85;1428.00;1.57;0.24 +603;10;2978.52;9.95;1428.00;-1.57;0.24 +603;21;2973.48;9.85;1428.00;1.57;0.24 604;0;5494.00;9.50;1670.00;0.00;1.24 +604;1;5481.50;9.50;1656.00;-0.72;1.24 +604;2;5480.50;9.50;1671.00;4.63;1.24 +604;3;5501.00;10.50;1659.50;0.58;1.24 +604;4;5497.00;9.90;1663.50;0.43;1.24 +604;5;5510.00;9.50;1673.00;1.75;1.24 +604;6;5496.50;9.50;1685.00;2.97;1.24 +604;9;5479.96;9.50;1670.00;1.57;1.24 +604;10;5508.04;9.50;1670.00;-1.57;1.24 +604;11;5474.00;9.50;1647.60;-0.72;1.24 +604;12;5472.40;9.50;1671.60;4.63;1.24 +604;13;5505.20;9.50;1653.20;0.58;1.24 +604;14;5498.80;10.50;1659.60;0.43;1.24 +604;15;5519.60;9.50;1674.80;1.75;1.24 +604;16;5498.00;9.50;1694.00;2.97;1.24 +604;21;5479.96;9.50;1670.00;1.57;1.24 605;0;1591.00;10.60;1632.00;0.00;0.26 +605;1;1591.00;10.57;1630.00;0.00;0.26 +605;2;1594.00;10.47;1630.00;0.98;0.26 +605;3;1588.00;10.62;1632.00;4.71;0.26 +605;4;1593.50;10.55;1633.00;1.95;0.26 +605;5;1589.50;10.70;1634.50;3.68;0.26 +605;9;1587.94;10.62;1632.00;1.57;0.26 +605;10;1594.06;10.50;1632.00;-1.57;0.26 +605;21;1587.94;10.62;1632.00;1.57;0.26 606;0;3102.00;10.85;1411.00;0.00;0.22 +606;1;3101.50;11.10;1408.00;-0.16;0.22 +606;2;3100.00;10.90;1409.50;-0.92;0.22 +606;3;3103.00;10.90;1409.50;0.58;0.22 +606;4;3100.00;10.60;1412.00;4.24;0.22 +606;5;3104.00;11.22;1412.00;2.03;0.22 +606;6;3102.50;10.90;1413.00;2.89;0.22 +606;9;3100.02;10.70;1411.00;1.57;0.22 +606;10;3103.98;11.14;1411.00;-1.57;0.22 +606;21;3100.02;10.70;1411.00;1.57;0.22 607;0;2944.00;10.25;1432.00;0.00;0.18 +607;1;2943.50;10.00;1430.50;-0.32;0.18 +607;2;2945.50;9.90;1430.50;0.78;0.18 +607;3;2946.00;10.05;1432.00;1.57;0.18 +607;4;2942.50;10.70;1433.50;3.92;0.18 +607;5;2943.50;10.60;1433.50;3.46;0.18 +607;6;2942.50;10.90;1435.00;3.60;0.18 +607;9;2942.38;10.28;1432.00;1.57;0.18 +607;10;2945.62;10.05;1432.00;-1.57;0.18 +607;21;2942.38;10.28;1432.00;1.57;0.18 608;0;3901.00;9.50;974.00;0.00;1.50 +608;1;3889.50;9.50;960.00;-0.68;1.50 +608;2;3906.50;9.50;967.00;0.66;1.50 +608;3;3887.00;9.50;972.50;-1.46;1.50 +608;4;3921.50;9.50;980.00;1.85;1.50 +608;5;3912.50;9.50;981.50;2.14;1.50 +608;6;3890.00;9.50;983.00;4.02;1.50 +608;7;3900.50;9.50;981.50;3.20;1.50 +608;8;3921.50;9.50;985.50;2.08;1.50 +608;9;3886.60;9.50;974.00;1.57;1.50 +608;10;3915.40;9.50;974.00;-1.57;1.50 +608;11;3882.60;9.50;951.60;-0.68;1.50 +608;12;3909.80;9.50;962.80;0.66;1.50 +608;13;3878.60;9.50;971.60;-1.46;1.50 +608;14;3933.80;9.50;983.60;1.85;1.50 +608;15;3919.40;9.50;986.00;2.14;1.50 +608;16;3883.40;9.50;988.40;4.02;1.50 +608;17;3900.20;9.50;986.00;3.20;1.50 +608;18;3933.80;9.50;992.40;2.08;1.50 +608;21;3886.60;9.50;974.00;1.57;1.50 609;0;3339.00;9.50;1213.00;0.00;0.78 +609;1;3337.00;9.50;1207.00;-0.32;0.78 +609;2;3345.50;9.50;1203.00;0.57;0.78 +609;3;3347.00;9.50;1207.50;0.96;0.78 +609;4;3327.50;9.50;1212.00;-1.48;0.78 +609;5;3349.50;9.50;1213.00;1.57;0.78 +609;6;3328.50;9.50;1216.50;4.39;0.78 +609;7;3344.50;9.50;1218.50;2.35;0.78 +609;8;3350.50;9.50;1216.00;1.82;0.78 +609;9;3330.36;9.50;1213.00;1.57;0.78 +609;10;3347.64;9.50;1213.00;-1.57;0.78 +609;11;3335.80;9.50;1203.40;-0.32;0.78 +609;12;3349.40;9.50;1197.00;0.57;0.78 +609;13;3351.80;9.50;1204.20;0.96;0.78 +609;14;3320.60;9.50;1211.40;-1.48;0.78 +609;15;3355.80;9.50;1213.00;1.57;0.78 +609;16;3322.20;9.50;1218.60;4.39;0.78 +609;17;3347.80;9.50;1221.80;2.35;0.78 +609;18;3357.40;9.50;1217.80;1.82;0.78 +609;21;3330.36;9.50;1213.00;1.57;0.78 610;0;873.00;10.85;1555.00;0.00;0.32 +610;1;872.50;10.70;1552.00;-0.16;0.32 +610;2;876.50;11.90;1552.00;0.86;0.32 +610;3;870.00;10.15;1555.50;4.54;0.32 +610;4;877.00;11.90;1555.00;1.57;0.32 +610;5;874.00;11.22;1558.00;2.82;0.32 +610;9;869.76;10.16;1555.00;1.57;0.32 +610;10;876.24;11.78;1555.00;-1.57;0.32 +610;19;867.00;9.57;1555.00;-1.74;0.32 +610;20;865.25;9.57;1555.00;4.71;0.32 +610;21;869.76;10.16;1555.00;1.57;0.32 611;0;2918.00;15.75;1429.00;0.00;0.22 +611;1;2919.00;15.30;1426.50;0.38;0.22 +611;2;2916.50;15.85;1428.00;-0.98;0.22 +611;3;2920.00;16.00;1428.50;1.32;0.22 +611;4;2920.00;15.90;1430.50;2.21;0.22 +611;5;2915.50;16.10;1430.50;4.17;0.22 +611;6;2918.00;16.15;1431.50;3.14;0.22 +611;9;2916.02;16.05;1429.00;1.57;0.22 +611;10;2919.98;16.07;1429.00;-1.57;0.22 +611;21;2916.02;16.05;1429.00;1.57;0.22 612;0;5596.00;9.50;1429.00;0.00;0.92 +612;1;5596.00;9.50;1415.00;0.00;0.92 +612;2;5585.50;9.50;1417.00;-0.71;0.92 +612;3;5607.50;9.50;1432.50;1.86;0.92 +612;4;5587.50;9.50;1435.50;4.06;0.92 +612;5;5598.00;9.50;1444.50;3.01;0.92 +612;6;5588.50;9.50;1445.00;3.58;0.92 +612;9;5587.72;9.50;1429.00;1.57;0.92 +612;10;5604.28;9.50;1429.00;-1.57;0.92 +612;11;5596.00;9.50;1406.60;0.00;0.92 +612;12;5579.20;9.50;1409.80;-0.71;0.92 +612;13;5614.40;9.50;1434.60;1.86;0.92 +612;14;5582.40;9.50;1439.40;4.06;0.92 +612;15;5599.20;9.50;1453.80;3.01;0.92 +612;16;5584.00;9.50;1454.60;3.58;0.92 +612;21;5587.72;9.50;1429.00;1.57;0.92 613;0;5293.00;9.50;1238.00;0.00;1.52 +613;1;5282.00;9.50;1225.00;-0.70;1.52 +613;2;5300.50;9.50;1231.00;0.82;1.52 +613;3;5277.00;9.50;1233.00;-1.26;1.52 +613;4;5307.00;9.50;1249.00;2.23;1.52 +613;5;5295.50;9.50;1251.50;2.95;1.52 +613;9;5279.14;9.50;1238.00;1.57;1.52 +613;10;5306.86;9.50;1238.00;-1.57;1.52 +613;11;5275.40;9.50;1217.20;-0.70;1.52 +613;12;5305.00;9.50;1226.80;0.82;1.52 +613;13;5267.40;9.50;1230.00;-1.26;1.52 +613;14;5315.40;9.50;1255.60;2.23;1.52 +613;15;5297.00;9.50;1259.60;2.95;1.52 +613;21;5279.14;9.50;1238.00;1.57;1.52 614;0;3134.00;10.60;1418.00;0.00;0.24 +614;1;3133.00;10.20;1415.50;-0.38;0.24 +614;2;3132.00;10.30;1417.50;-1.32;0.24 +614;3;3135.00;10.30;1416.00;0.46;0.24 +614;4;3136.50;10.50;1417.50;1.37;0.24 +614;5;3135.00;11.02;1420.00;2.67;0.24 +614;6;3132.00;10.62;1420.00;3.92;0.24 +614;9;3131.84;10.31;1418.00;1.57;0.24 +614;10;3136.16;10.60;1418.00;-1.57;0.24 +614;21;3131.84;10.31;1418.00;1.57;0.24 615;0;3593.00;9.60;1458.00;0.00;0.32 +615;1;1796.00;9.80;728.50;-1.18;0.32 +615;2;3590.50;9.60;1457.00;-1.19;0.32 +615;3;3596.00;9.60;1459.00;1.89;0.32 +615;4;3589.50;9.60;1460.50;4.09;0.32 +615;5;3592.00;9.60;1461.00;3.46;0.32 +615;9;3590.12;9.60;1458.00;1.57;0.32 +615;10;3595.88;9.60;1458.00;-1.57;0.32 +615;21;3590.12;9.60;1458.00;1.57;0.32 616;0;4764.00;9.50;415.00;0.00;0.64 +616;1;4763.50;9.50;405.50;-0.05;0.64 +616;2;4771.50;9.50;407.50;0.78;0.64 +616;3;4770.00;9.50;413.00;1.24;0.64 +616;4;4758.50;9.50;414.50;-1.48;0.64 +616;5;4769.50;9.50;421.00;2.40;0.64 +616;6;4762.00;9.50;423.50;3.37;0.64 +616;7;4758.50;9.50;425.50;3.62;0.64 +616;9;4758.24;9.50;415.00;1.57;0.64 +616;10;4769.76;9.50;415.00;-1.57;0.64 +616;11;4763.20;9.50;399.80;-0.05;0.64 +616;12;4776.00;9.60;403.00;0.78;0.64 +616;13;4773.60;9.50;411.80;1.24;0.64 +616;14;4755.20;9.50;414.20;-1.48;0.64 +616;15;4772.80;9.50;424.60;2.40;0.64 +616;16;4760.80;9.50;428.60;3.37;0.64 +616;17;4755.20;9.50;431.80;3.62;0.64 +616;21;4758.24;9.50;415.00;1.57;0.64 617;0;4301.00;9.50;643.00;0.00;0.96 +617;1;4296.00;9.50;632.50;-0.44;0.96 +617;2;4291.00;9.50;634.00;-0.83;0.96 +617;3;4305.50;9.50;636.50;0.60;0.96 +617;4;4293.50;9.50;646.00;4.33;0.96 +617;5;4313.00;9.50;643.50;1.61;0.96 +617;6;4307.00;9.50;651.50;2.52;0.96 +617;7;4297.50;9.50;656.00;3.40;0.96 +617;9;4291.64;9.50;643.00;1.57;0.96 +617;10;4310.36;9.50;643.00;-1.57;0.96 +617;11;4293.00;9.50;626.20;-0.44;0.96 +617;12;4285.00;9.50;628.60;-0.83;0.96 +617;13;4308.20;9.50;632.60;0.60;0.96 +617;14;4289.00;9.50;647.80;4.33;0.96 +617;15;4320.20;9.50;643.80;1.61;0.96 +617;16;4310.60;9.50;656.60;2.52;0.96 +617;17;4295.40;9.50;663.80;3.40;0.96 +617;21;4291.64;9.50;643.00;1.57;0.96 618;0;3558.00;9.60;1457.00;0.00;0.24 +618;1;3559.00;9.60;1455.00;0.46;0.24 +618;2;3556.00;9.60;1456.00;-1.10;0.24 +618;3;3560.00;9.60;1457.50;1.81;0.24 +618;4;3556.50;9.60;1459.50;3.68;0.24 +618;5;3558.50;9.60;1460.00;2.97;0.24 +618;9;3555.84;9.60;1457.00;1.57;0.24 +618;10;3560.16;9.60;1457.00;-1.57;0.24 +618;21;3555.84;9.60;1457.00;1.57;0.24 619;0;3107.00;9.92;1426.00;0.00;0.20 +619;1;3106.50;10.00;1424.50;-0.32;0.20 +619;2;3109.00;10.00;1425.50;1.32;0.20 +619;3;3104.00;9.80;1426.00;4.71;0.20 +619;4;3104.00;9.80;1426.50;4.54;0.20 +619;5;3106.50;9.90;1427.50;3.46;0.20 +619;6;3109.50;10.20;1427.50;2.11;0.20 +619;9;3104.66;9.80;1426.00;1.57;0.20 +619;10;3109.34;10.04;1426.00;-1.57;0.20 +619;21;3104.66;9.80;1426.00;1.57;0.20 620;0;2826.00;10.05;1434.00;0.00;0.24 +620;1;2826.00;10.00;1431.00;0.00;0.24 +620;2;2824.50;10.00;1432.00;-0.64;0.24 +620;3;2827.50;10.10;1432.50;0.78;0.24 +620;4;2824.00;10.07;1435.00;4.24;0.24 +620;5;2828.00;10.05;1435.00;2.03;0.24 +620;6;2826.00;10.02;1437.00;3.14;0.24 +620;9;2823.84;10.10;1434.00;1.57;0.24 +620;10;2828.16;10.08;1434.00;-1.57;0.24 +620;21;2823.84;10.10;1434.00;1.57;0.24 621;0;4470.00;9.50;266.00;0.00;1.02 +621;1;4474.50;9.50;255.00;0.38;1.02 +621;2;4463.00;9.50;255.00;-0.56;1.02 +621;3;4458.50;9.50;268.00;4.54;1.02 +621;4;4481.50;9.50;268.00;1.74;1.02 +621;5;4470.50;9.50;278.00;3.10;1.02 +621;9;4460.82;9.50;266.00;1.57;1.02 +621;10;4479.18;9.50;266.00;-1.57;1.02 +621;11;4477.20;9.50;248.40;0.38;1.02 +621;12;4458.80;9.50;248.40;-0.56;1.02 +621;13;4451.60;9.50;269.20;4.54;1.02 +621;14;4488.40;9.50;269.20;1.74;1.02 +621;15;4470.80;9.50;285.20;3.10;1.02 +621;21;4460.82;9.50;266.00;1.57;1.02 622;0;3910.00;9.50;776.00;0.00;0.96 +622;1;3913.50;9.50;765.50;0.32;0.96 +622;2;3903.50;9.50;771.00;-0.91;0.96 +622;3;3918.50;9.50;777.00;1.68;0.96 +622;4;3900.00;9.50;781.00;4.24;0.96 +622;5;3909.00;9.50;786.00;3.24;0.96 +622;9;3901.36;9.50;776.00;1.57;0.96 +622;10;3918.64;9.50;776.00;-1.57;0.96 +622;11;3915.60;9.50;759.20;0.32;0.96 +622;12;3899.60;9.50;768.00;-0.91;0.96 +622;13;3923.60;9.50;777.60;1.68;0.96 +622;14;3894.00;9.50;784.00;4.24;0.96 +622;15;3908.40;9.50;792.00;3.24;0.96 +622;21;3901.36;9.50;776.00;1.57;0.96 623;0;3835.00;9.50;677.00;0.00;0.78 +623;1;3828.00;9.50;668.00;-0.66;0.78 +623;2;3837.00;9.50;667.50;0.20;0.78 +623;3;3847.00;9.50;670.00;1.04;0.78 +623;4;3823.50;9.50;677.50;4.66;0.78 +623;5;3847.50;9.50;679.00;1.72;0.78 +623;6;3843.00;9.50;684.50;2.32;0.78 +623;7;3832.00;9.50;686.00;3.46;0.78 +623;9;3824.56;9.50;677.00;1.57;0.78 +623;10;3845.44;9.50;677.00;-1.57;0.78 +623;11;3823.80;9.50;662.60;-0.66;0.78 +623;12;3838.20;9.50;661.80;0.20;0.78 +623;13;3854.20;9.50;665.80;1.04;0.78 +623;14;3816.60;9.50;677.80;4.66;0.78 +623;15;3855.00;9.50;680.20;1.72;0.78 +623;16;3847.80;9.50;689.00;2.32;0.78 +623;17;3830.20;9.50;691.40;3.46;0.78 +623;21;3824.56;9.50;677.00;1.57;0.78 624;0;3066.00;9.87;1428.00;0.00;0.26 +624;1;3067.50;10.05;1425.00;0.46;0.26 +624;2;3065.00;9.95;1427.00;-0.78;0.26 +624;3;3068.50;9.90;1426.50;1.03;0.26 +624;4;3067.50;9.95;1429.00;2.15;0.26 +624;5;3064.00;9.80;1430.00;3.92;0.26 +624;6;3065.50;9.90;1431.00;3.30;0.26 +624;9;3063.66;9.85;1428.00;1.57;0.26 +624;10;3068.34;9.90;1428.00;-1.57;0.26 +624;21;3063.66;9.85;1428.00;1.57;0.26 625;0;2816.00;9.97;1436.00;0.00;0.20 +625;1;2815.50;9.90;1434.50;-0.32;0.20 +625;2;2819.00;10.00;1436.00;1.57;0.20 +625;3;2813.50;9.80;1435.50;-1.37;0.20 +625;4;2813.50;9.80;1436.50;4.51;0.20 +625;5;2816.00;9.95;1437.50;3.14;0.20 +625;6;2819.00;10.00;1438.00;2.15;0.20 +625;9;2813.66;9.80;1436.00;1.57;0.20 +625;10;2818.34;10.00;1436.00;-1.57;0.20 +625;21;2813.66;9.80;1436.00;1.57;0.20 626;0;3765.00;9.50;86.00;0.00;1.32 +626;1;3768.50;9.50;73.00;0.26;1.32 +626;2;3753.50;9.50;71.50;-0.67;1.32 +626;3;3751.50;9.50;85.00;-1.49;1.32 +626;4;3783.00;9.50;78.50;1.17;1.32 +626;5;3778.00;9.50;90.50;1.90;1.32 +626;6;3756.00;9.50;99.00;3.74;1.32 +626;7;3766.00;9.50;102.00;3.07;1.32 +626;9;3753.12;9.50;86.00;1.57;1.32 +626;10;3776.88;9.50;86.00;-1.57;1.32 +626;11;3770.60;9.50;65.20;0.26;1.32 +626;12;3746.60;9.50;62.80;-0.67;1.32 +626;13;3743.40;9.50;84.40;-1.49;1.32 +626;14;3793.80;9.50;74.00;1.17;1.32 +626;15;3785.80;9.50;93.20;1.90;1.32 +626;16;3750.60;9.50;106.80;3.74;1.32 +626;17;3766.60;9.50;111.60;3.07;1.32 +626;21;3753.12;9.50;86.00;1.57;1.32 627;0;2996.00;9.50;25.00;0.00;0.98 +627;1;2983.00;9.50;25.00;4.71;0.98 +627;2;3003.50;9.50;18.00;0.82;0.98 +627;3;3014.00;9.50;29.50;1.81;0.98 +627;4;3006.00;9.50;36.00;2.40;0.98 +627;5;3019.50;9.50;36.00;2.00;0.98 +627;9;2981.42;9.50;25.00;1.57;0.98 +627;10;3010.58;9.50;25.00;-1.57;0.98 +627;11;2975.20;9.50;25.00;4.71;0.98 +627;12;3008.00;9.50;13.80;0.82;0.98 +627;13;3024.80;9.50;32.20;1.81;0.98 +627;14;3012.00;9.50;42.60;2.40;0.98 +627;15;3033.60;9.50;42.60;2.00;0.98 +627;21;2981.42;9.50;25.00;1.57;0.98 628;0;3009.00;9.70;1436.00;0.00;0.22 +628;1;3009.50;9.65;1434.00;0.24;0.22 +628;2;3012.00;9.50;1434.50;1.10;0.22 +628;3;3006.50;9.70;1434.50;-1.03;0.22 +628;4;3006.00;9.70;1437.00;4.39;0.22 +628;5;3011.50;9.70;1437.00;1.95;0.22 +628;6;3009.00;9.70;1437.50;3.14;0.22 +628;7;3006.50;9.70;1438.50;3.92;0.22 +628;9;3006.48;9.70;1436.00;1.57;0.22 +628;10;3011.52;9.64;1436.00;-1.57;0.22 +628;19;3011.00;9.50;1434.00;0.24;0.22 +628;20;3012.23;9.50;1432.76;0.78;0.22 +628;21;3006.48;9.70;1436.00;1.57;0.22 629;0;2808.00;9.92;1443.00;0.00;0.26 +629;1;2807.00;9.95;1440.50;-0.38;0.26 +629;2;2809.50;9.80;1440.00;0.46;0.26 +629;3;2810.00;9.92;1443.00;1.57;0.26 +629;4;2806.00;10.00;1444.00;4.24;0.26 +629;5;2809.50;9.90;1445.50;2.60;0.26 +629;6;2807.50;10.10;1446.00;3.30;0.26 +629;9;2805.66;9.98;1443.00;1.57;0.26 +629;10;2810.34;9.90;1443.00;-1.57;0.26 +629;21;2805.66;9.98;1443.00;1.57;0.26 630;0;3149.00;11.45;1406.00;0.00;0.20 +630;1;3150.50;10.90;1404.50;0.78;0.20 +630;2;3147.00;11.95;1404.50;-0.92;0.20 +630;3;3145.50;12.60;1406.50;4.57;0.20 +630;4;3153.00;10.75;1407.00;1.81;0.20 +630;5;3149.50;11.60;1407.50;2.82;0.20 +630;9;3145.76;12.49;1406.00;1.57;0.20 +630;10;3152.24;10.75;1406.00;-1.57;0.20 +630;21;3145.76;12.49;1406.00;1.57;0.20 631;0;2182.00;9.50;60.00;0.00;0.90 +631;1;2170.00;9.50;50.50;-0.90;0.90 +631;2;2182.00;9.50;51.00;0.00;0.90 +631;3;2171.00;9.50;61.50;4.57;0.90 +631;4;2194.00;9.50;53.00;1.04;0.90 +631;5;2195.50;9.50;59.50;1.53;0.90 +631;6;2184.00;9.50;69.50;2.93;0.90 +631;7;2173.00;9.50;72.50;3.76;0.90 +631;9;2171.56;9.50;60.00;1.57;0.90 +631;10;2192.44;9.50;60.00;-1.57;0.90 +631;11;2162.80;9.50;44.80;-0.90;0.90 +631;12;2182.00;9.50;45.60;0.00;0.90 +631;13;2164.40;9.50;62.40;4.57;0.90 +631;14;2201.20;9.50;48.80;1.04;0.90 +631;15;2203.60;9.50;59.20;1.53;0.90 +631;16;2185.20;9.50;75.20;2.93;0.90 +631;17;2167.60;9.50;80.00;3.76;0.90 +631;21;2171.56;9.50;60.00;1.57;0.90 632;0;2378.00;9.50;323.00;0.00;1.28 +632;1;2376.00;9.50;312.50;-0.18;1.28 +632;2;2388.00;9.50;312.00;0.73;1.28 +632;3;2392.50;9.50;319.00;1.30;1.28 +632;4;2364.50;9.50;324.00;4.63;1.28 +632;5;2387.50;9.50;329.50;2.17;1.28 +632;6;2368.50;9.50;331.50;3.98;1.28 +632;7;2380.00;9.50;337.00;3.00;1.28 +632;9;2366.48;9.50;323.00;1.57;1.28 +632;10;2389.52;9.50;323.00;-1.57;1.28 +632;11;2374.80;9.50;306.20;-0.18;1.28 +632;12;2394.00;9.50;305.40;0.73;1.28 +632;13;2401.20;9.50;316.60;1.30;1.28 +632;14;2356.40;9.50;324.60;4.63;1.28 +632;15;2393.20;9.50;333.40;2.17;1.28 +632;16;2362.80;9.50;336.60;3.98;1.28 +632;17;2381.20;9.50;345.40;3.00;1.28 +632;21;2366.48;9.50;323.00;1.57;1.28 633;0;2527.00;9.50;1047.00;0.00;1.60 +633;1;2520.50;9.50;1037.00;-0.57;1.60 +633;2;2539.50;9.50;1034.50;0.78;1.60 +633;3;2536.50;9.50;1056.50;2.35;1.60 +633;4;2510.50;9.50;1059.00;4.08;1.60 +633;5;2519.00;9.50;1064.50;3.57;1.60 +633;9;2512.60;9.50;1047.00;1.57;1.60 +633;10;2541.40;9.50;1047.00;-1.57;1.60 +633;11;2516.60;9.50;1031.00;-0.57;1.60 +633;12;2547.00;9.50;1027.00;0.78;1.60 +633;13;2542.20;9.50;1062.20;2.35;1.60 +633;14;2500.60;9.50;1066.20;4.08;1.60 +633;15;2514.20;9.50;1075.00;3.57;1.60 +633;21;2512.60;9.50;1047.00;1.57;1.60 634;0;1757.00;9.90;1667.00;0.00;0.38 +634;1;1756.00;9.90;1664.50;-0.38;0.38 +634;2;1761.00;9.90;1666.50;1.44;0.38 +634;3;1752.50;9.80;1670.50;4.05;0.38 +634;4;1758.00;10.02;1671.00;2.89;0.38 +634;5;1754.00;9.87;1672.00;3.68;0.38 +634;9;1753.58;9.85;1667.00;1.57;0.38 +634;10;1760.42;9.90;1667.00;-1.57;0.38 +634;21;1753.58;9.85;1667.00;1.57;0.38 635;0;2476.00;9.50;1423.00;0.00;1.44 +635;1;2483.50;9.50;1406.50;0.42;1.44 +635;2;2492.00;9.50;1413.50;1.03;1.44 +635;3;2470.50;9.50;1413.50;-0.52;1.44 +635;4;2500.50;9.50;1420.50;1.46;1.44 +635;5;2494.00;9.50;1424.00;1.62;1.44 +635;6;2459.50;9.50;1431.50;4.23;1.44 +635;7;2474.50;9.50;1435.00;3.26;1.44 +635;9;2460.52;9.50;1423.00;1.57;1.44 +635;10;2491.48;9.50;1423.00;-1.57;1.44 +635;11;2488.00;9.50;1396.60;0.42;1.44 +635;12;2501.60;9.50;1407.80;1.03;1.44 +635;13;2467.20;9.50;1407.80;-0.52;1.44 +635;14;2515.20;9.50;1419.00;1.46;1.44 +635;15;2504.80;9.50;1424.60;1.62;1.44 +635;16;2449.60;9.50;1436.60;4.23;1.44 +635;17;2473.60;9.50;1442.20;3.26;1.44 +635;21;2460.52;9.50;1423.00;1.57;1.44 636;0;2932.00;15.37;1447.00;0.00;0.18 +636;1;2931.00;15.35;1444.50;-0.38;0.18 +636;2;2933.00;15.30;1445.50;0.58;0.18 +636;3;2930.50;15.30;1447.50;4.39;0.18 +636;4;2934.50;15.35;1447.00;1.57;0.18 +636;5;2934.00;15.75;1448.50;2.21;0.18 +636;6;2932.50;16.05;1449.00;2.89;0.18 +636;9;2930.38;15.23;1447.00;1.57;0.18 +636;10;2933.62;15.30;1447.00;-1.57;0.18 +636;21;2930.38;15.23;1447.00;1.57;0.18 637;0;3182.00;11.57;1412.00;0.00;0.20 +637;1;3183.50;10.90;1408.50;0.40;0.20 +637;2;3181.50;11.00;1409.50;-0.19;0.20 +637;3;3184.50;11.00;1408.50;0.62;0.20 +637;4;3183.50;11.60;1412.00;1.57;0.20 +637;5;3180.50;11.60;1412.50;4.39;0.20 +637;6;3182.00;12.07;1415.00;3.14;0.20 +637;7;3184.00;12.25;1415.50;2.62;0.20 +637;9;3180.20;11.52;1412.00;1.57;0.20 +637;10;3183.80;11.63;1412.00;-1.57;0.20 +637;21;3180.20;11.52;1412.00;1.57;0.20 638;0;1500.00;9.90;1426.00;0.00;0.26 +638;1;1501.00;9.80;1421.00;0.19;0.26 +638;2;1499.00;9.85;1422.00;-0.24;0.26 +638;3;1503.00;9.85;1423.50;0.87;0.26 +638;4;1498.00;9.87;1427.00;4.24;0.26 +638;5;1502.00;10.45;1427.50;2.21;0.26 +638;6;1500.00;10.45;1430.50;3.14;0.26 +638;7;1498.00;10.45;1431.50;3.49;0.26 +638;9;1497.66;9.84;1426.00;1.57;0.26 +638;10;1502.34;10.17;1426.00;-1.57;0.26 +638;21;1497.66;9.84;1426.00;1.57;0.26 639;0;905.00;9.50;17.00;0.00;0.84 +639;1;888.50;9.50;17.50;4.68;0.84 +639;2;924.50;9.50;13.00;1.36;0.84 +639;3;914.00;9.50;23.50;2.19;0.84 +639;4;896.00;9.50;27.50;3.85;0.84 +639;9;891.68;9.50;17.00;1.57;0.84 +639;10;918.32;9.50;17.00;-1.57;0.84 +639;11;878.60;9.50;17.80;4.68;0.84 +639;12;936.20;9.50;10.60;1.36;0.84 +639;13;919.40;9.50;27.40;2.19;0.84 +639;14;890.60;9.50;33.80;3.85;0.84 +639;21;891.68;9.50;17.00;1.57;0.84 640;0;22.00;9.50;518.00;0.00;1.04 +640;1;17.50;9.50;504.50;-0.32;1.04 +640;2;11.00;9.50;513.50;-1.18;1.04 +640;3;30.50;9.50;512.00;0.95;1.04 +640;4;36.00;9.50;522.50;1.88;1.04 +640;5;11.00;9.50;527.50;4.00;1.04 +640;6;23.50;9.50;528.50;3.00;1.04 +640;9;12.64;9.50;518.00;1.57;1.04 +640;10;31.36;9.50;518.00;-1.57;1.04 +640;11;14.80;9.50;496.40;-0.32;1.04 +640;12;4.40;9.50;510.80;-1.18;1.04 +640;13;35.60;9.50;508.40;0.95;1.04 +640;14;44.40;9.50;525.20;1.88;1.04 +640;15;4.40;9.50;533.20;4.00;1.04 +640;16;24.40;9.50;534.80;3.00;1.04 +640;21;12.64;9.50;518.00;1.57;1.04 641;0;2886.00;10.10;1444.00;0.00;0.20 +641;1;2885.50;10.10;1442.00;-0.24;0.20 +641;2;2888.00;10.10;1442.50;0.92;0.20 +641;3;2884.50;10.10;1444.50;4.39;0.20 +641;4;2888.50;10.10;1444.50;1.76;0.20 +641;5;2886.50;10.10;1445.50;2.82;0.20 +641;9;2884.02;10.10;1444.00;1.57;0.20 +641;10;2887.98;10.10;1444.00;-1.57;0.20 +641;21;2884.02;10.10;1444.00;1.57;0.20 642;0;3653.00;9.60;1450.00;0.00;0.44 +642;1;3651.50;9.60;1446.00;-0.35;0.44 +642;2;3658.00;9.60;1449.50;1.47;0.44 +642;3;1826.00;9.80;724.50;-1.19;0.44 +642;4;3649.00;9.60;1453.00;4.06;0.44 +642;5;3655.00;9.60;1454.50;2.72;0.44 +642;9;3647.96;9.60;1450.00;1.57;0.44 +642;10;3658.04;9.60;1450.00;-1.57;0.44 +642;21;3647.96;9.60;1450.00;1.57;0.44 643;0;79.00;9.50;1326.00;0.00;1.00 +643;1;84.00;9.50;1315.00;0.42;1.00 +643;2;66.00;9.50;1326.50;4.67;1.00 +643;3;91.50;9.50;1327.50;1.69;1.00 +643;4;75.00;9.50;1338.50;3.45;1.00 +643;9;66.22;9.50;1326.00;1.57;1.00 +643;10;91.78;9.50;1326.00;-1.57;1.00 +643;11;87.00;9.50;1308.40;0.42;1.00 +643;12;58.20;9.50;1326.80;4.67;1.00 +643;13;99.00;9.50;1328.40;1.69;1.00 +643;14;72.60;9.50;1346.00;3.45;1.00 +643;21;66.22;9.50;1326.00;1.57;1.00 644;0;354.00;9.50;1521.00;0.00;1.22 +644;1;342.00;9.50;1515.50;-1.14;1.22 +644;2;363.50;9.50;1508.00;0.63;1.22 +644;3;372.00;9.50;1518.00;1.40;1.22 +644;4;336.00;9.50;1529.50;4.27;1.22 +644;5;354.50;9.50;1532.50;3.09;1.22 +644;6;339.00;9.50;1537.50;3.87;1.22 +644;9;338.52;9.50;1521.00;1.57;1.22 +644;10;369.48;9.50;1521.00;-1.57;1.22 +644;11;334.80;9.50;1512.20;-1.14;1.22 +644;12;369.20;9.50;1500.20;0.63;1.22 +644;13;382.80;9.50;1516.20;1.40;1.22 +644;14;325.20;9.50;1534.60;4.27;1.22 +644;15;354.80;9.50;1539.40;3.09;1.22 +644;16;330.00;9.50;1547.40;3.87;1.22 +644;21;338.52;9.50;1521.00;1.57;1.22 645;0;383.00;9.50;588.00;0.00;1.02 +645;1;380.00;9.50;576.00;-0.24;1.02 +645;2;390.50;9.50;574.50;0.50;1.02 +645;3;395.00;9.50;586.50;1.44;1.02 +645;4;370.00;9.50;588.50;4.67;1.02 +645;5;378.00;9.50;599.50;3.55;1.02 +645;6;392.00;9.50;599.00;2.45;1.02 +645;9;372.92;9.50;588.00;1.57;1.02 +645;10;393.08;9.50;588.00;-1.57;1.02 +645;11;378.20;9.50;568.80;-0.24;1.02 +645;12;395.00;9.50;566.40;0.50;1.02 +645;13;402.20;9.50;585.60;1.44;1.02 +645;14;362.20;9.50;588.80;4.67;1.02 +645;15;375.00;9.50;606.40;3.55;1.02 +645;16;397.40;9.50;605.60;2.45;1.02 +645;21;372.92;9.50;588.00;1.57;1.02 646;0;3131.00;10.00;1435.00;0.00;0.24 +646;1;3130.00;10.37;1433.00;-0.46;0.24 +646;2;3133.00;10.72;1433.00;0.78;0.24 +646;3;3128.00;9.90;1435.50;4.54;0.24 +646;4;3134.50;10.40;1435.50;1.71;0.24 +646;5;3132.50;9.90;1436.50;2.35;0.24 +646;6;3128.50;9.75;1437.00;4.03;0.24 +646;9;3127.94;9.97;1435.00;1.57;0.24 +646;10;3134.06;10.41;1435.00;-1.57;0.24 +646;21;3127.94;9.97;1435.00;1.57;0.24 647;0;1289.00;9.50;666.00;0.00;0.84 +647;1;1291.50;9.50;657.00;0.27;0.84 +647;2;1272.00;9.50;663.00;-1.39;0.84 +647;3;1310.00;9.50;661.00;1.33;0.84 +647;4;1307.50;9.50;669.00;1.73;0.84 +647;5;1270.50;9.50;672.50;4.37;0.84 +647;6;1288.00;9.50;675.50;3.24;0.84 +647;9;1274.60;9.50;666.00;1.57;0.84 +647;10;1303.40;9.50;666.00;-1.57;0.84 +647;11;1293.00;9.50;651.60;0.27;0.84 +647;12;1261.80;9.50;661.20;-1.39;0.84 +647;13;1322.60;9.50;658.00;1.33;0.84 +647;14;1318.60;9.50;670.80;1.73;0.84 +647;15;1259.40;9.50;676.40;4.37;0.84 +647;16;1287.40;9.50;681.20;3.24;0.84 +647;21;1274.60;9.50;666.00;1.57;0.84 648;0;2877.00;10.30;1452.00;0.00;0.24 +648;1;2877.00;10.30;1450.50;0.00;0.24 +648;2;2874.50;10.30;1451.00;-1.19;0.24 +648;3;2879.50;10.30;1452.00;1.57;0.24 +648;4;2876.50;10.30;1453.50;3.46;0.24 +648;5;2880.00;10.25;1453.50;2.03;0.24 +648;6;2879.50;10.30;1454.50;2.35;0.24 +648;9;2874.84;10.30;1452.00;1.57;0.24 +648;10;2879.16;10.30;1452.00;-1.57;0.24 +648;21;2874.84;10.30;1452.00;1.57;0.24 649;0;3226.00;10.27;1388.00;0.00;0.30 +649;1;3224.00;10.45;1386.50;-0.92;0.30 +649;2;3227.50;10.30;1384.50;0.40;0.30 +649;3;3229.50;10.10;1386.50;1.16;0.30 +649;4;3222.50;10.30;1389.50;4.30;0.30 +649;5;3227.00;10.35;1390.00;2.67;0.30 +649;6;3230.50;10.40;1389.50;1.89;0.30 +649;9;3222.40;10.50;1388.00;1.57;0.30 +649;10;3229.60;10.25;1388.00;-1.57;0.30 +649;21;3222.40;10.50;1388.00;1.57;0.30 650;0;1710.00;10.92;314.00;0.00;0.32 +650;1;1711.00;12.12;308.00;0.16;0.32 +650;2;1713.00;12.20;314.00;1.57;0.32 +650;3;1707.00;10.45;313.00;-1.24;0.32 +650;4;1708.00;11.17;320.00;3.46;0.32 +650;5;1711.00;11.30;320.50;2.98;0.32 +650;9;1707.12;10.54;314.00;1.57;0.32 +650;10;1712.88;12.12;314.00;-1.57;0.32 +650;21;1707.12;10.54;314.00;1.57;0.32 651;0;2827.00;9.82;1450.00;0.00;0.18 +651;1;2827.00;9.90;1448.50;0.00;0.18 +651;2;2824.00;9.80;1449.50;-1.40;0.18 +651;3;2830.00;9.92;1450.00;1.57;0.18 +651;4;2825.00;9.80;1451.50;4.06;0.18 +651;5;2829.00;9.80;1451.50;2.21;0.18 +651;9;2824.48;9.80;1450.00;1.57;0.18 +651;10;2829.52;9.90;1450.00;-1.57;0.18 +651;21;2824.48;9.80;1450.00;1.57;0.18 652;0;3466.00;15.05;1318.00;0.00;0.30 +652;1;3465.50;14.30;1315.50;-0.19;0.30 +652;2;3468.50;14.20;1315.50;0.78;0.30 +652;3;3462.50;14.90;1315.50;-0.95;0.30 +652;4;3462.50;15.50;1318.50;4.57;0.30 +652;5;3470.00;14.72;1319.00;1.81;0.30 +652;6;3466.00;15.60;1321.00;3.14;0.30 +652;7;3469.50;15.00;1321.50;2.35;0.30 +652;9;3462.76;15.33;1318.00;1.57;0.30 +652;10;3469.24;14.60;1318.00;-1.57;0.30 +652;21;3462.76;15.33;1318.00;1.57;0.30 653;0;3040.00;13.32;1454.00;0.00;0.20 +653;1;3040.00;13.30;1451.50;0.00;0.20 +653;2;3041.50;13.15;1451.00;0.46;0.20 +653;3;3039.50;13.40;1451.50;-0.19;0.20 +653;4;3042.00;13.10;1452.50;0.92;0.20 +653;5;3038.50;13.25;1453.00;-0.98;0.20 +653;6;3038.50;12.90;1455.50;3.92;0.20 +653;7;3041.50;14.05;1456.00;2.49;0.20 +653;8;3040.50;13.55;1457.00;2.97;0.20 +653;9;3038.20;13.12;1454.00;1.57;0.20 +653;10;3041.80;13.45;1454.00;-1.57;0.20 +653;21;3038.20;13.12;1454.00;1.57;0.20 654;0;3474.00;12.90;1371.00;0.00;0.20 +654;1;3471.00;12.65;1369.50;-1.10;0.20 +654;2;3475.00;12.20;1369.00;0.46;0.20 +654;3;3477.50;12.90;1370.50;1.42;0.20 +654;4;3470.00;13.05;1370.50;-1.44;0.20 +654;5;3470.50;13.35;1372.00;4.43;0.20 +654;6;3477.00;13.72;1372.00;1.89;0.20 +654;7;3473.50;13.50;1372.50;3.46;0.20 +654;9;3470.94;13.12;1371.00;1.57;0.20 +654;10;3477.06;13.10;1371.00;-1.57;0.20 +654;21;3470.94;13.12;1371.00;1.57;0.20 655;0;2798.00;10.30;1447.00;0.00;0.24 +655;1;2798.50;10.30;1444.00;0.16;0.24 +655;2;2796.00;10.25;1446.00;-1.10;0.24 +655;3;2801.00;10.30;1446.00;1.24;0.24 +655;4;2795.50;10.20;1448.50;4.17;0.24 +655;5;2799.00;10.25;1449.00;2.67;0.24 +655;9;2795.66;10.21;1447.00;1.57;0.24 +655;10;2800.34;10.30;1447.00;-1.57;0.24 +655;21;2795.66;10.21;1447.00;1.57;0.24 656;0;2992.00;13.80;1445.00;0.00;0.18 +656;1;2993.00;12.60;1443.50;0.58;0.18 +656;2;2990.50;14.60;1444.00;-0.98;0.18 +656;3;2994.50;13.15;1445.00;1.57;0.18 +656;4;2990.50;15.50;1446.50;3.92;0.18 +656;5;2993.00;13.65;1446.50;2.55;0.18 +656;9;2990.02;14.95;1445.00;1.57;0.18 +656;10;2993.98;13.09;1445.00;-1.57;0.18 +656;21;2990.02;14.95;1445.00;1.57;0.18 657;0;3245.00;9.90;1399.00;0.00;0.24 +657;1;3244.50;10.00;1397.50;-0.32;0.24 +657;2;3248.50;9.80;1398.50;1.42;0.24 +657;3;3240.00;9.95;1399.00;4.71;0.24 +657;4;3242.00;9.90;1400.00;4.39;0.24 +657;5;3246.50;9.80;1401.00;2.49;0.24 +657;9;3241.40;9.95;1399.00;1.57;0.24 +657;10;3248.60;9.80;1399.00;-1.57;0.24 +657;19;3252.00;9.53;1396.00;1.43;0.24 +657;20;3253.60;9.53;1395.31;1.16;0.24 +657;21;3248.60;9.80;1399.00;-1.57;0.24 658;0;2950.00;14.92;1449.00;0.00;0.16 +658;1;2950.50;14.20;1447.50;0.32;0.16 +658;2;2949.00;13.85;1447.50;-0.58;0.16 +658;3;2952.00;15.00;1448.50;1.32;0.16 +658;4;2947.50;14.00;1448.50;-1.37;0.16 +658;5;2947.00;14.62;1450.00;4.39;0.16 +658;6;2949.50;15.20;1450.00;3.60;0.16 +658;7;2952.50;15.40;1450.00;1.95;0.16 +658;9;2947.66;14.25;1449.00;1.57;0.16 +658;10;2952.34;15.18;1449.00;-1.57;0.16 +658;21;2947.66;14.25;1449.00;1.57;0.16 659;0;1508.00;10.80;1558.00;0.00;0.28 +659;1;1506.00;10.87;1556.00;-0.78;0.28 +659;2;1509.00;10.80;1555.00;0.32;0.28 +659;3;1511.00;10.80;1557.00;1.24;0.28 +659;4;1503.50;10.95;1557.00;-1.35;0.28 +659;5;1504.00;10.90;1558.50;4.58;0.28 +659;6;1511.00;10.85;1560.00;2.15;0.28 +659;7;1507.50;10.80;1560.50;3.33;0.28 +659;9;1504.76;10.88;1558.00;1.57;0.28 +659;10;1511.24;10.83;1558.00;-1.57;0.28 +659;21;1504.76;10.88;1558.00;1.57;0.28 660;0;3200.00;10.75;1420.00;0.00;0.26 +660;1;3200.00;10.35;1417.50;0.00;0.26 +660;2;3198.00;10.87;1418.00;-0.78;0.26 +660;3;3202.00;10.15;1418.50;0.92;0.26 +660;4;3197.50;11.60;1421.00;4.33;0.26 +660;5;3203.00;10.25;1421.00;1.89;0.26 +660;6;3202.50;10.55;1422.00;2.24;0.26 +660;7;3200.00;11.10;1422.50;3.14;0.26 +660;9;3197.48;11.35;1420.00;1.57;0.26 +660;10;3202.52;10.14;1420.00;-1.57;0.26 +660;21;3197.48;11.35;1420.00;1.57;0.26 661;0;2949.00;14.52;1455.00;0.00;0.16 +661;1;2949.00;15.02;1453.00;0.00;0.16 +661;2;2946.50;14.95;1455.00;4.71;0.16 +661;3;2951.50;14.10;1454.50;1.37;0.16 +661;4;2951.00;13.85;1455.50;1.81;0.16 +661;5;2949.00;14.30;1456.50;3.14;0.16 +661;9;2946.84;14.95;1455.00;1.57;0.16 +661;10;2951.16;13.98;1455.00;-1.57;0.16 +661;21;2946.84;14.95;1455.00;1.57;0.16 662;0;3153.00;13.92;1430.00;0.00;0.26 +662;1;3153.00;14.17;1428.00;0.00;0.26 +662;2;3155.00;14.17;1430.00;1.57;0.26 +662;3;3151.00;13.30;1431.00;4.24;0.26 +662;4;3153.50;12.65;1433.00;2.97;0.26 +662;5;3154.50;13.05;1433.00;2.67;0.26 +662;9;3150.66;13.77;1430.00;1.57;0.26 +662;10;3155.34;14.26;1430.00;-1.57;0.26 +662;21;3150.66;13.77;1430.00;1.57;0.26 663;0;2938.00;12.37;1464.00;0.00;0.18 +663;1;2936.00;12.95;1462.50;-0.92;0.18 +663;2;2939.00;12.72;1462.00;0.46;0.18 +663;3;2941.00;12.65;1463.50;1.40;0.18 +663;4;2934.50;12.50;1464.00;4.71;0.18 +663;5;2934.50;12.25;1465.00;4.43;0.18 +663;6;2938.50;12.10;1465.50;2.82;0.18 +663;9;2935.12;12.50;1464.00;1.57;0.18 +663;10;2940.88;12.53;1464.00;-1.57;0.18 +663;21;2935.12;12.50;1464.00;1.57;0.18 664;0;4895.00;10.40;1431.00;0.00;0.26 +664;1;4895.50;11.00;1427.50;0.14;0.26 +664;2;4893.00;10.40;1427.50;-0.51;0.26 +664;3;4897.50;11.10;1431.50;1.76;0.26 +664;4;4892.50;10.05;1430.00;-1.19;0.26 +664;5;4894.00;10.05;1433.00;3.60;0.26 +664;6;4896.50;10.65;1435.00;2.78;0.26 +664;9;4892.66;9.96;1431.00;1.57;0.26 +664;10;4897.34;11.10;1431.00;-1.57;0.26 +664;21;4892.66;9.96;1431.00;1.57;0.26 665;0;3055.00;10.35;1446.00;0.00;0.14 +665;1;3056.00;10.60;1444.50;0.58;0.14 +665;2;3053.00;10.27;1445.00;-1.10;0.14 +665;3;3056.50;10.55;1446.00;1.57;0.14 +665;4;3054.00;10.27;1447.00;3.92;0.14 +665;9;3053.20;10.30;1446.00;1.57;0.14 +665;10;3056.80;10.55;1446.00;-1.57;0.14 +665;21;3053.20;10.30;1446.00;1.57;0.14 666;0;3522.00;11.20;1377.00;0.00;0.18 +666;1;3523.00;12.20;1375.50;0.58;0.18 +666;2;3520.50;11.30;1376.50;-1.24;0.18 +666;3;3524.50;11.40;1377.00;1.57;0.18 +666;4;3519.50;10.75;1378.00;4.33;0.18 +666;5;3521.50;10.40;1379.00;3.38;0.18 +666;9;3519.84;11.10;1377.00;1.57;0.18 +666;10;3524.16;11.38;1377.00;-1.57;0.18 +666;21;3519.84;11.10;1377.00;1.57;0.18 667;0;2858.00;10.00;1459.00;0.00;0.24 +667;1;2857.50;10.00;1457.00;-0.24;0.24 +667;2;2860.00;10.00;1457.50;0.92;0.24 +667;3;2855.50;10.00;1459.00;4.71;0.24 +667;4;2859.50;10.10;1460.50;2.35;0.24 +667;5;2856.50;10.00;1461.00;3.78;0.24 +667;9;2855.84;10.00;1459.00;1.57;0.24 +667;10;2860.16;10.10;1459.00;-1.57;0.24 +667;21;2855.84;10.00;1459.00;1.57;0.24 668;0;3010.00;13.72;1456.00;0.00;0.16 +668;1;3010.50;13.40;1454.50;0.32;0.16 +668;2;3007.50;14.05;1456.00;4.71;0.16 +668;3;3012.50;13.40;1456.00;1.57;0.16 +668;4;3010.00;13.90;1457.50;3.14;0.16 +668;9;3007.84;13.99;1456.00;1.57;0.16 +668;10;3012.16;13.41;1456.00;-1.57;0.16 +668;21;3007.84;13.99;1456.00;1.57;0.16 669;0;2821.00;9.80;1457.00;0.00;0.20 +669;1;2820.00;9.80;1454.50;-0.38;0.20 +669;2;2822.00;9.80;1455.00;0.46;0.20 +669;3;2819.50;9.80;1456.50;-1.24;0.20 +669;4;2824.00;9.80;1457.50;1.73;0.20 +669;5;2821.00;9.80;1458.50;3.14;0.20 +669;6;2823.50;9.80;1458.50;2.11;0.20 +669;9;2819.20;9.80;1457.00;1.57;0.20 +669;10;2822.80;9.80;1457.00;-1.57;0.20 +669;21;2819.20;9.80;1457.00;1.57;0.20 670;0;3510.00;11.22;1381.00;0.00;0.20 +670;1;3509.00;12.15;1378.50;-0.38;0.20 +670;2;3511.00;11.70;1379.00;0.46;0.20 +670;3;3508.50;11.60;1381.50;4.39;0.20 +670;4;3513.50;10.85;1380.00;1.29;0.20 +670;5;3511.00;10.67;1383.00;2.67;0.20 +670;6;3509.00;11.45;1384.50;3.42;0.20 +670;9;3508.20;11.72;1381.00;1.57;0.20 +670;10;3511.80;10.75;1381.00;-1.57;0.20 +670;21;3508.20;11.72;1381.00;1.57;0.20 671;0;3000.00;15.00;1456.00;0.00;0.24 +671;1;3001.00;14.57;1453.00;0.32;0.24 +671;2;3002.00;14.85;1453.50;0.67;0.24 +671;3;2998.50;14.90;1455.50;-1.24;0.24 +671;4;3002.50;15.15;1456.00;1.57;0.24 +671;5;2997.00;15.35;1457.00;4.39;0.24 +671;6;2999.00;15.55;1458.00;3.60;0.24 +671;7;3002.00;15.25;1458.50;2.46;0.24 +671;9;2997.84;15.04;1456.00;1.57;0.24 +671;10;3002.16;15.16;1456.00;-1.57;0.24 +671;21;2997.84;15.04;1456.00;1.57;0.24 672;0;3462.00;14.30;1377.00;0.00;0.22 +672;1;3460.50;14.55;1376.00;-0.98;0.22 +672;2;3464.50;14.20;1375.00;0.89;0.22 +672;3;3465.00;14.35;1377.50;1.73;0.22 +672;4;3458.00;14.55;1378.50;4.35;0.22 +672;5;3461.50;14.60;1379.00;3.38;0.22 +672;9;3459.12;14.45;1377.00;1.57;0.22 +672;10;3464.88;14.28;1377.00;-1.57;0.22 +672;21;3459.12;14.45;1377.00;1.57;0.22 673;0;2986.00;13.77;1465.00;0.00;0.16 +673;1;2982.50;14.70;1463.50;-1.16;0.16 +673;2;2985.50;14.60;1463.50;-0.32;0.16 +673;3;2982.00;15.25;1464.00;-1.32;0.16 +673;4;2984.50;13.20;1465.50;4.39;0.16 +673;5;2989.00;14.50;1465.50;1.73;0.16 +673;6;2989.00;13.80;1466.50;2.03;0.16 +673;9;2982.94;14.13;1465.00;1.57;0.16 +673;10;2989.06;14.75;1465.00;-1.57;0.16 +673;21;2982.94;14.13;1465.00;1.57;0.16 674;0;3227.00;9.70;1412.00;0.00;0.22 +674;1;3226.00;9.70;1410.00;-0.46;0.22 +674;2;3229.50;9.70;1410.50;1.03;0.22 +674;3;3223.50;9.70;1411.00;-1.29;0.22 +674;4;3223.50;9.70;1413.00;4.43;0.22 +674;5;3230.00;9.70;1413.50;2.03;0.22 +674;6;3227.00;9.70;1413.50;3.14;0.22 +674;9;3224.30;9.70;1412.00;1.57;0.22 +674;10;3229.70;9.70;1412.00;-1.57;0.22 +674;21;3224.30;9.70;1412.00;1.57;0.22 675;0;4911.00;10.45;1511.00;0.00;0.56 +675;1;4908.50;10.30;1503.50;-0.32;0.56 +675;2;4913.50;10.50;1506.50;0.50;0.56 +675;3;4905.00;10.52;1509.00;-1.24;0.56 +675;4;4917.50;10.40;1514.00;2.00;0.56 +675;5;4911.00;10.65;1516.50;3.14;0.56 +675;9;4905.96;10.60;1511.00;1.57;0.56 +675;10;4916.04;10.42;1511.00;-1.57;0.56 +675;21;4905.96;10.60;1511.00;1.57;0.56 676;0;3181.00;12.07;1440.00;0.00;0.24 +676;1;3181.00;12.12;1438.00;0.00;0.24 +676;2;3177.50;12.20;1438.00;-1.05;0.24 +676;3;3184.00;11.62;1440.00;1.57;0.24 +676;4;3177.50;12.25;1439.00;-1.29;0.24 +676;5;3180.50;11.65;1442.00;3.38;0.24 +676;6;3185.00;11.60;1442.50;2.12;0.24 +676;7;3184.50;11.60;1443.00;2.27;0.24 +676;9;3177.94;12.33;1440.00;1.57;0.24 +676;10;3184.06;11.62;1440.00;-1.57;0.24 +676;21;3177.94;12.33;1440.00;1.57;0.24 677;0;894.00;10.47;1511.00;0.00;0.26 +677;1;893.00;10.00;1508.50;-0.38;0.26 +677;2;892.50;10.60;1512.50;3.92;0.26 +677;3;896.50;10.80;1512.50;2.11;0.26 +677;4;895.00;11.20;1514.50;2.86;0.26 +677;9;891.66;10.31;1511.00;1.57;0.26 +677;10;896.34;10.22;1511.00;-1.57;0.26 +677;19;898.00;9.65;1510.00;-0.38;0.26 +677;20;899.69;9.65;1509.57;1.32;0.26 +677;21;891.66;10.31;1511.00;1.57;0.26 678;0;2918.00;13.17;1470.00;0.00;0.20 +678;1;2918.00;13.82;1467.00;0.00;0.20 +678;2;2920.00;14.55;1467.50;0.67;0.20 +678;3;2916.50;12.90;1470.00;4.71;0.20 +678;4;2920.00;13.37;1470.00;1.57;0.20 +678;5;2918.50;12.50;1472.50;2.94;0.20 +678;6;2916.00;12.75;1473.00;3.73;0.20 +678;9;2916.20;12.85;1470.00;1.57;0.20 +678;10;2919.80;13.34;1470.00;-1.57;0.20 +678;21;2916.20;12.85;1470.00;1.57;0.20 679;0;3125.00;9.75;1443.00;0.00;0.18 +679;1;3125.50;9.70;1441.00;0.24;0.18 +679;2;3123.50;9.70;1442.00;-0.98;0.18 +679;3;3127.00;9.77;1442.00;1.10;0.18 +679;4;3123.00;9.75;1444.00;4.24;0.18 +679;5;3127.00;9.80;1443.50;1.81;0.18 +679;6;3124.50;9.80;1445.00;3.38;0.18 +679;9;3123.20;9.73;1443.00;1.57;0.18 +679;10;3126.80;9.80;1443.00;-1.57;0.18 +679;21;3123.20;9.73;1443.00;1.57;0.18 680;0;2883.00;10.65;1469.00;0.00;0.16 +680;1;2883.50;10.60;1467.50;0.32;0.16 +680;2;2880.50;10.60;1469.50;4.51;0.16 +680;3;2886.00;10.55;1469.50;1.73;0.16 +680;4;2882.50;10.60;1470.50;3.46;0.16 +680;9;2880.48;10.59;1469.00;1.57;0.16 +680;10;2885.52;10.54;1469.00;-1.57;0.16 +680;21;2880.48;10.59;1469.00;1.57;0.16 681;0;4914.00;10.07;1449.00;0.00;0.30 +681;1;4913.00;9.90;1445.00;-0.24;0.30 +681;2;4915.00;10.05;1445.50;0.27;0.30 +681;3;4912.00;9.90;1447.50;-0.92;0.30 +681;4;4917.00;10.42;1448.00;1.24;0.30 +681;5;4912.50;9.90;1451.00;3.78;0.30 +681;6;4916.00;10.10;1451.50;2.46;0.30 +681;9;4911.30;9.90;1449.00;1.57;0.30 +681;10;4916.70;10.38;1449.00;-1.57;0.30 +681;21;4911.30;9.90;1449.00;1.57;0.30 682;0;3085.00;10.12;1450.00;0.00;0.18 +682;1;3084.00;10.45;1448.50;-0.58;0.18 +682;2;3080.50;10.20;1449.00;-1.35;0.18 +682;3;3088.00;9.92;1450.00;1.57;0.18 +682;4;1542.00;9.50;724.50;-1.13;0.18 +682;5;3088.00;9.60;1451.50;2.03;0.18 +682;9;3081.76;10.06;1450.00;1.57;0.18 +682;10;3088.24;9.91;1450.00;-1.57;0.18 +682;21;3081.76;10.06;1450.00;1.57;0.18 683;0;3526.00;10.62;1393.00;0.00;0.22 +683;1;3525.00;10.87;1391.00;-0.46;0.22 +683;2;3528.00;10.42;1392.00;1.10;0.22 +683;3;3523.50;10.90;1393.50;4.51;0.22 +683;4;3527.50;10.30;1395.00;2.49;0.22 +683;5;3525.00;10.60;1395.50;3.52;0.22 +683;9;3523.66;10.93;1393.00;1.57;0.22 +683;10;3528.34;10.35;1393.00;-1.57;0.22 +683;21;3523.66;10.93;1393.00;1.57;0.22 684;0;3114.00;9.80;1458.00;0.00;0.20 +684;1;3114.00;9.80;1456.00;0.00;0.20 +684;2;3112.00;9.80;1456.50;-0.92;0.20 +684;3;3116.50;9.80;1457.00;1.19;0.20 +684;4;3111.00;9.80;1459.00;4.39;0.20 +684;5;3116.50;9.80;1459.00;1.95;0.20 +684;6;3113.50;9.80;1460.00;3.38;0.20 +684;9;3111.48;9.80;1458.00;1.57;0.20 +684;10;3116.52;9.80;1458.00;-1.57;0.20 +684;21;3111.48;9.80;1458.00;1.57;0.20 685;0;3483.00;16.57;1388.00;0.00;0.26 +685;1;3482.50;17.80;1385.00;-0.16;0.26 +685;2;3480.50;18.90;1385.50;-0.78;0.26 +685;3;3484.50;16.30;1387.00;0.98;0.26 +685;4;3479.00;18.20;1387.00;-1.32;0.26 +685;5;3481.00;17.27;1389.00;4.24;0.26 +685;6;3487.00;13.42;1389.00;1.81;0.26 +685;7;3484.00;14.40;1390.50;2.76;0.26 +685;8;3486.50;12.80;1390.50;2.19;0.26 +685;9;3479.58;17.71;1388.00;1.57;0.26 +685;10;3486.42;14.49;1388.00;-1.57;0.26 +685;21;3479.58;17.71;1388.00;1.57;0.26 686;0;3068.00;10.60;1465.00;0.00;0.24 +686;1;3067.50;10.60;1463.00;-0.24;0.24 +686;2;3070.50;10.45;1463.00;0.89;0.24 +686;3;3065.50;10.65;1464.00;-1.19;0.24 +686;4;3070.00;10.55;1466.00;2.03;0.24 +686;5;3066.00;10.50;1466.50;4.06;0.24 +686;6;3068.00;10.45;1468.00;3.14;0.24 +686;9;3065.84;10.61;1465.00;1.57;0.24 +686;10;3070.16;10.53;1465.00;-1.57;0.24 +686;21;3065.84;10.61;1465.00;1.57;0.24 687;0;3261.00;9.67;1419.00;0.00;0.28 +687;1;3262.00;9.70;1418.00;0.78;0.28 +687;2;3257.00;9.50;1417.00;-1.10;0.28 +687;3;3256.00;9.65;1418.50;-1.47;0.28 +687;4;3257.50;9.70;1420.50;4.30;0.28 +687;5;3262.00;9.60;1421.50;2.76;0.28 +687;9;3257.04;9.59;1419.00;1.57;0.28 +687;10;3264.96;9.70;1419.00;-1.57;0.28 +687;19;3268.06;9.40;1421.25;1.09;0.28 +687;20;3269.73;9.40;1421.79;1.88;0.28 +687;21;3255.42;10.00;1421.24;-1.57;0.28 688;0;3013.50;14.10;1471.61;0.00;0.20 +688;1;3012.50;13.50;1467.50;0.19;0.20 +688;2;3014.00;13.27;1469.00;1.10;0.20 +688;3;3010.50;14.20;1470.50;4.39;0.20 +688;4;3014.00;13.72;1471.00;2.03;0.20 +688;5;3012.00;14.45;1472.50;3.14;0.20 +688;9;3010.20;14.10;1470.00;1.57;0.20 +688;10;3013.80;13.52;1470.00;-1.57;0.20 +688;21;3013.40;14.00;1468.16;-1.57;0.20 689;0;1490.00;10.70;1570.00;0.00;0.24 +689;1;1486.50;10.70;1567.00;-0.86;0.24 +689;2;1487.50;10.70;1567.00;-0.69;0.24 +689;3;1491.00;10.70;1568.50;0.58;0.24 +689;4;1486.50;10.65;1570.00;4.71;0.24 +689;5;1495.00;10.65;1571.00;1.76;0.24 +689;6;1489.00;10.62;1572.00;3.60;0.24 +689;7;1494.50;10.60;1572.50;2.07;0.24 +689;9;1486.04;10.65;1570.00;1.57;0.24 +689;10;1493.96;10.65;1570.00;-1.57;0.24 +689;21;1486.04;10.65;1570.00;1.57;0.24 690;0;3210.00;13.12;1429.00;0.00;0.18 +690;1;3207.50;13.30;1426.50;-0.78;0.18 +690;2;3211.50;12.20;1428.00;0.98;0.18 +690;3;3207.50;13.90;1429.00;4.71;0.18 +690;4;3211.50;13.35;1430.00;2.15;0.18 +690;5;3214.00;13.20;1430.50;1.93;0.18 +690;6;3209.00;13.70;1430.50;3.73;0.18 +690;9;3207.12;14.14;1429.00;1.57;0.18 +690;10;3212.88;12.48;1429.00;-1.57;0.18 +690;21;3207.12;14.14;1429.00;1.57;0.18 691;0;1486.00;10.57;1580.00;0.00;0.28 +691;1;1487.00;10.70;1577.00;0.32;0.28 +691;2;1484.00;10.75;1577.50;-0.67;0.28 +691;3;1483.00;10.45;1580.00;4.71;0.28 +691;4;1488.00;10.47;1581.00;2.03;0.28 +691;5;1484.00;10.35;1582.50;3.81;0.28 +691;6;1486.50;10.45;1584.00;3.01;0.28 +691;9;1483.48;10.45;1580.00;1.57;0.28 +691;10;1488.52;10.60;1580.00;-1.57;0.28 +691;21;1483.48;10.45;1580.00;1.57;0.28 692;0;2986.00;11.35;1478.00;0.00;0.22 +692;1;2985.50;11.60;1475.50;-0.19;0.22 +692;2;2984.50;11.35;1477.00;-0.98;0.22 +692;3;2987.00;11.65;1476.50;0.58;0.22 +692;4;2987.50;11.40;1479.00;2.15;0.22 +692;5;2985.00;11.30;1480.00;3.60;0.22 +692;9;2984.02;11.32;1478.00;1.57;0.22 +692;10;2987.98;11.52;1478.00;-1.57;0.22 +692;21;2984.02;11.32;1478.00;1.57;0.22 693;0;3166.00;14.20;1446.00;0.00;0.22 +693;1;3166.00;13.60;1444.50;0.00;0.22 +693;2;3168.50;14.00;1445.50;1.37;0.22 +693;3;3163.50;14.00;1445.50;-1.37;0.22 +693;4;3164.00;14.37;1447.00;4.24;0.22 +693;5;3166.50;15.05;1448.00;2.89;0.22 +693;9;3163.84;14.08;1446.00;1.57;0.22 +693;10;3168.16;14.26;1446.00;-1.57;0.22 +693;21;3163.84;14.08;1446.00;1.57;0.22 694;0;2942.00;13.52;1477.00;0.00;0.18 +694;1;2941.50;12.45;1475.00;-0.24;0.18 +694;2;2940.00;12.70;1476.50;-1.32;0.18 +694;3;2944.00;12.65;1476.50;1.32;0.18 +694;4;2944.50;13.50;1478.50;2.11;0.18 +694;5;2942.50;13.40;1478.50;2.82;0.18 +694;9;2939.84;12.60;1477.00;1.57;0.18 +694;10;2944.16;12.83;1477.00;-1.57;0.18 +694;21;2939.84;12.60;1477.00;1.57;0.18 695;0;1472.00;10.75;1580.00;0.00;0.22 +695;1;1469.00;10.70;1578.00;-0.98;0.22 +695;2;1472.50;10.80;1578.00;0.24;0.22 +695;3;1469.00;10.70;1580.50;4.54;0.22 +695;4;1476.00;10.80;1580.00;1.57;0.22 +695;5;1474.00;10.75;1582.00;2.35;0.22 +695;6;1471.00;10.70;1583.00;3.46;0.22 +695;9;1469.12;10.70;1580.00;1.57;0.22 +695;10;1474.88;10.80;1580.00;-1.57;0.22 +695;21;1469.12;10.70;1580.00;1.57;0.22 696;0;3156.00;12.20;1450.00;0.00;0.20 +696;1;3155.50;12.55;1448.00;-0.24;0.20 +696;2;3153.50;12.05;1450.00;4.71;0.20 +696;3;3159.00;13.20;1449.00;1.24;0.20 +696;4;3156.50;12.20;1451.50;2.82;0.20 +696;5;3159.00;12.92;1451.00;1.89;0.20 +696;6;3153.50;11.85;1452.00;4.03;0.20 +696;9;3153.66;12.05;1450.00;1.57;0.20 +696;10;3158.34;12.84;1450.00;-1.57;0.20 +696;21;3153.66;12.05;1450.00;1.57;0.20 697;0;3187.00;13.02;410.00;0.00;1.18 +697;1;3177.50;12.90;408.50;-1.41;1.18 +697;2;3192.50;13.10;397.00;0.40;1.18 +697;3;3199.50;13.20;409.50;1.53;1.18 +697;4;3193.50;13.20;421.00;2.60;1.18 +697;5;3178.50;12.90;426.00;3.63;1.18 +697;9;3176.38;12.90;410.00;1.57;1.18 +697;10;3197.62;13.20;410.00;-1.57;1.18 +697;21;3176.38;12.90;410.00;1.57;1.18 698;0;2911.00;12.55;1468.00;0.00;0.20 +698;1;2910.50;12.20;1466.00;-0.24;0.20 +698;2;2912.50;12.60;1465.50;0.54;0.20 +698;3;2909.00;12.20;1468.50;4.46;0.20 +698;4;2913.00;12.87;1469.00;2.03;0.20 +698;5;2910.00;11.97;1471.00;3.46;0.20 +698;6;2911.50;12.50;1471.50;3.00;0.20 +698;9;2909.20;12.17;1468.00;1.57;0.20 +698;10;2912.80;12.86;1468.00;-1.57;0.20 +698;21;2909.20;12.17;1468.00;1.57;0.20 699;0;3129.00;9.80;1461.00;0.00;0.22 +699;1;3128.00;9.75;1458.50;-0.38;0.22 +699;2;3130.00;9.80;1460.50;1.10;0.22 +699;3;3127.50;9.70;1462.00;4.12;0.22 +699;4;3131.00;9.70;1463.00;2.35;0.22 +699;5;3129.50;9.70;1464.50;3.00;0.22 +699;9;3127.02;9.70;1461.00;1.57;0.22 +699;10;3130.98;9.72;1461.00;-1.57;0.22 +699;21;3127.02;9.70;1461.00;1.57;0.22 700;0;3543.00;9.95;1399.00;0.00;0.24 +700;1;3543.50;10.20;1397.50;0.32;0.24 +700;2;3540.50;10.10;1399.50;4.51;0.24 +700;3;1771.00;9.80;699.00;-1.19;0.24 +700;4;3542.00;9.70;1401.50;3.52;0.24 +700;9;3540.66;10.18;1399.00;1.57;0.24 +700;10;3545.34;9.75;1399.00;-1.57;0.24 +700;21;3540.66;10.18;1399.00;1.57;0.24 701;0;3085.00;10.17;1460.00;0.00;0.18 +701;1;1542.00;9.50;729.50;-1.12;0.18 +701;2;3082.50;10.40;1459.50;-1.37;0.18 +701;3;3088.00;9.75;1459.50;1.40;0.18 +701;4;3086.50;10.10;1461.00;2.15;0.18 +701;5;3083.00;10.50;1461.50;4.06;0.18 +701;9;3082.66;10.45;1460.00;1.57;0.18 +701;10;3087.34;9.86;1460.00;-1.57;0.18 +701;21;3082.66;10.45;1460.00;1.57;0.18 702;0;1588.00;11.35;1568.00;0.00;0.24 +702;1;1586.00;11.40;1565.00;-0.58;0.24 +702;2;1589.00;11.40;1566.00;0.46;0.24 +702;3;1586.00;11.40;1567.50;-1.32;0.24 +702;4;1591.00;11.20;1568.50;1.73;0.24 +702;5;1589.00;11.30;1570.00;2.67;0.24 +702;9;1585.84;11.40;1568.00;1.57;0.24 +702;10;1590.16;11.30;1568.00;-1.57;0.24 +702;21;1585.84;11.40;1568.00;1.57;0.24 703;0;1415.00;10.80;1651.00;0.00;0.42 +703;1;1410.00;11.15;1647.50;-0.96;0.42 +703;2;1414.00;10.80;1646.50;-0.21;0.42 +703;3;1419.00;10.70;1650.50;1.44;0.42 +703;4;1412.00;10.80;1652.00;4.39;0.42 +703;5;1419.00;10.80;1654.50;2.29;0.42 +703;6;1415.00;10.80;1655.50;3.14;0.42 +703;9;1410.86;10.71;1651.00;1.57;0.42 +703;10;1419.14;10.70;1651.00;-1.57;0.42 +703;21;1410.86;10.71;1651.00;1.57;0.42 704;0;3050.00;13.20;1480.00;0.00;0.22 +704;1;3048.00;13.95;1477.50;-0.67;0.22 +704;2;3050.50;14.30;1478.00;0.24;0.22 +704;3;3048.00;12.90;1480.00;4.71;0.22 +704;4;3052.50;13.20;1480.50;1.76;0.22 +704;5;3048.00;11.75;1482.50;3.81;0.22 +704;6;3051.50;12.70;1482.50;2.60;0.22 +704;7;3049.00;11.67;1483.00;3.46;0.22 +704;9;3048.02;12.90;1480.00;1.57;0.22 +704;10;3051.98;13.37;1480.00;-1.57;0.22 +704;21;3048.02;12.90;1480.00;1.57;0.22 705;0;3332.00;9.70;1422.00;0.00;0.28 +705;1;3332.50;9.70;1419.50;0.19;0.28 +705;2;3334.50;9.65;1420.00;0.89;0.28 +705;3;3329.50;9.50;1421.00;-1.19;0.28 +705;4;3333.50;9.60;1423.00;2.15;0.28 +705;5;3329.50;9.70;1423.00;4.33;0.28 +705;6;3331.50;9.60;1424.50;3.33;0.28 +705;9;3329.12;9.53;1422.00;1.57;0.28 +705;10;3334.88;9.65;1422.00;-1.57;0.28 +705;19;3324.00;9.50;1422.00;-1.19;0.28 +705;20;3322.25;9.50;1422.00;4.71;0.28 +705;21;3334.88;9.65;1422.00;-1.57;0.28 706;0;1639.00;10.92;1573.00;0.00;0.24 +706;1;1640.00;10.75;1570.50;0.38;0.24 +706;2;1641.00;10.85;1571.50;0.92;0.24 +706;3;1637.50;11.10;1571.50;-0.78;0.24 +706;4;1636.50;11.20;1573.50;4.51;0.24 +706;5;1640.50;10.80;1574.50;2.35;0.24 +706;6;1637.50;11.10;1575.50;3.68;0.24 +706;9;1636.84;11.11;1573.00;1.57;0.24 +706;10;1641.16;10.80;1573.00;-1.57;0.24 +706;21;1636.84;11.11;1573.00;1.57;0.24 707;0;3004.00;13.82;1472.00;0.00;0.24 +707;1;3004.50;13.70;1470.50;0.32;0.24 +707;2;3006.50;13.90;1471.50;1.37;0.24 +707;3;3001.50;13.45;1471.00;-1.19;0.24 +707;4;3000.50;13.70;1472.00;4.71;0.24 +707;5;3002.50;13.80;1473.50;3.92;0.24 +707;6;3005.50;14.00;1474.50;2.60;0.24 +707;9;3001.48;13.60;1472.00;1.57;0.24 +707;10;3006.52;14.05;1472.00;-1.57;0.24 +707;21;3001.48;13.60;1472.00;1.57;0.24 708;0;2969.00;11.50;1484.00;0.00;0.24 +708;1;2965.50;11.65;1483.00;-1.29;0.24 +708;2;2968.50;11.80;1482.50;-0.32;0.24 +708;3;2971.50;11.50;1482.50;1.03;0.24 +708;4;2972.00;11.17;1484.00;1.57;0.24 +708;5;2967.50;11.55;1485.00;4.12;0.24 +708;6;2972.50;11.10;1485.50;1.97;0.24 +708;7;2971.50;11.10;1486.50;2.35;0.24 +708;9;2966.12;11.62;1484.00;1.57;0.24 +708;10;2971.88;11.16;1484.00;-1.57;0.24 +708;21;2971.88;11.16;1484.00;-1.57;0.24 709;0;1441.00;10.10;1654.00;0.00;0.46 +709;1;720.00;9.50;826.50;-0.71;0.46 +709;2;1438.00;10.00;1651.50;-0.87;0.46 +709;3;1444.50;10.00;1656.00;2.09;0.46 +709;4;1439.00;10.15;1657.00;3.73;0.46 +709;9;1436.86;10.10;1654.00;1.57;0.46 +709;10;1445.14;9.80;1654.00;-1.57;0.46 +709;21;1436.86;10.10;1654.00;1.57;0.46 710;0;924.00;13.40;1524.00;0.00;0.34 +710;1;923.50;11.85;1518.00;-0.08;0.34 +710;2;921.00;11.97;1522.00;-0.98;0.34 +710;3;926.00;13.55;1520.50;0.51;0.34 +710;4;927.50;15.00;1526.00;2.09;0.34 +710;5;921.00;12.95;1527.00;3.92;0.34 +710;6;925.00;14.50;1528.00;2.89;0.34 +710;7;928.00;15.50;1528.50;2.41;0.34 +710;9;920.94;12.32;1524.00;1.57;0.34 +710;10;927.06;14.61;1524.00;-1.57;0.34 +710;21;920.94;12.32;1524.00;1.57;0.34 711;0;3207.00;13.57;1450.00;0.00;0.18 +711;1;3206.50;14.10;1448.50;-0.32;0.18 +711;2;3209.50;13.20;1448.50;1.03;0.18 +711;3;3204.00;14.75;1450.50;4.54;0.18 +711;4;3210.00;12.80;1449.50;1.40;0.18 +711;5;3208.50;13.00;1451.50;2.35;0.18 +711;6;3205.50;14.10;1452.00;3.78;0.18 +711;9;3204.48;14.60;1450.00;1.57;0.18 +711;10;3209.52;12.94;1450.00;-1.57;0.18 +711;21;3204.48;14.60;1450.00;1.57;0.18 712;0;3517.00;12.35;1404.00;0.00;0.26 +712;1;3517.00;12.45;1402.50;0.00;0.26 +712;2;3520.50;11.35;1401.00;0.86;0.26 +712;3;3520.50;11.45;1403.00;1.29;0.26 +712;4;3514.50;11.55;1404.00;4.71;0.26 +712;5;3518.50;12.20;1406.00;2.49;0.26 +712;6;3515.00;11.60;1406.50;3.81;0.26 +712;9;3514.48;11.54;1404.00;1.57;0.26 +712;10;3519.52;11.84;1404.00;-1.57;0.26 +712;21;3514.48;11.54;1404.00;1.57;0.26 713;0;3156.00;11.20;1466.00;0.00;0.24 +713;1;3156.50;11.50;1464.00;0.24;0.24 +713;2;3154.00;11.02;1464.00;-0.78;0.24 +713;3;3158.00;11.30;1466.00;1.57;0.24 +713;4;3153.00;10.85;1465.50;-1.40;0.24 +713;5;3155.50;11.10;1467.50;3.46;0.24 +713;6;3157.50;11.05;1468.00;2.49;0.24 +713;7;3157.50;10.95;1469.00;2.67;0.24 +713;9;3153.84;10.95;1466.00;1.57;0.24 +713;10;3158.16;11.31;1466.00;-1.57;0.24 +713;21;3153.84;10.95;1466.00;1.57;0.24 714;0;3464.00;11.75;1401.00;0.00;0.22 +714;1;3461.50;12.10;1398.50;-0.78;0.22 +714;2;3463.50;12.20;1398.50;-0.19;0.22 +714;3;3466.50;12.00;1400.50;1.37;0.22 +714;4;3462.00;11.87;1401.00;4.71;0.22 +714;5;3465.50;11.60;1403.00;2.49;0.22 +714;9;3461.48;11.94;1401.00;1.57;0.22 +714;10;3466.52;11.90;1401.00;-1.57;0.22 +714;21;3461.48;11.94;1401.00;1.57;0.22 715;0;1681.00;10.00;1591.00;0.00;0.16 +715;1;1681.00;10.00;1589.50;0.00;0.16 +715;2;1684.00;10.10;1591.00;1.57;0.16 +715;3;1678.00;10.10;1591.50;4.54;0.16 +715;4;1680.00;10.05;1592.50;3.73;0.16 +715;5;1683.00;10.10;1592.50;2.21;0.16 +715;9;1678.48;10.10;1591.00;1.57;0.16 +715;10;1683.52;10.10;1591.00;-1.57;0.16 +715;21;1678.48;10.10;1591.00;1.57;0.16 716;0;3115.00;9.75;1468.00;0.00;0.24 +716;1;3114.00;9.75;1465.00;-0.32;0.24 +716;2;3112.50;9.70;1466.50;-1.03;0.24 +716;3;3117.00;9.90;1467.00;1.10;0.24 +716;4;3114.00;9.70;1470.00;3.60;0.24 +716;5;3116.50;9.80;1470.50;2.60;0.24 +716;9;3112.84;9.70;1468.00;1.57;0.24 +716;10;3117.16;9.96;1468.00;-1.57;0.24 +716;21;3112.84;9.70;1468.00;1.57;0.24 717;0;3415.00;9.77;1406.00;0.00;0.22 +717;1;3413.50;9.70;1404.50;-0.78;0.22 +717;2;3416.50;9.80;1405.00;0.98;0.22 +717;3;3412.00;9.70;1407.00;4.39;0.22 +717;4;3418.00;9.97;1407.00;1.89;0.22 +717;5;3415.00;9.80;1408.00;3.14;0.22 +717;9;3412.48;9.69;1406.00;1.57;0.22 +717;10;3417.52;9.95;1406.00;-1.57;0.22 +717;19;3414.00;9.50;1402.00;-0.79;0.22 +717;20;3413.57;9.50;1400.30;-0.24;0.22 +717;21;3412.48;9.69;1406.00;1.57;0.22 718;0;1668.00;11.20;1591.00;0.00;0.14 +718;1;1667.00;11.10;1589.50;-0.58;0.14 +718;2;1670.50;10.85;1590.00;1.19;0.14 +718;3;1664.50;11.00;1591.00;4.71;0.14 +718;4;1671.50;10.70;1591.50;1.71;0.14 +718;5;1668.00;11.25;1592.50;3.14;0.14 +718;6;1671.50;10.70;1592.50;1.97;0.14 +718;9;1665.30;11.08;1591.00;1.57;0.14 +718;10;1670.70;10.77;1591.00;-1.57;0.14 +718;21;1665.30;11.08;1591.00;1.57;0.14 719;0;3403.00;10.65;1409.00;0.00;0.24 -720;0;1421.00;10.00;1544.00;0.00;0.32 -721;0;3310.00;9.70;1444.00;0.00;0.24 -722;0;1538.00;13.05;1598.00;0.00;0.28 -723;0;3240.00;9.90;1450.00;0.00;0.24 -724;0;2685.00;12.27;1348.00;0.00;0.16 -725;0;4936.00;12.42;1455.00;0.00;0.30 -726;0;2716.00;12.92;1373.00;0.00;0.20 -727;0;3193.00;15.47;1466.00;0.00;0.20 -728;0;3523.00;10.47;1412.00;0.00;0.26 +719;1;3404.00;9.90;1407.00;0.46;0.24 +719;2;3406.00;10.75;1408.50;1.40;0.24 +719;3;3401.50;9.50;1408.50;-1.24;0.24 +719;4;3403.00;10.95;1410.50;3.14;0.24 +719;5;3406.00;11.10;1410.00;1.89;0.24 +719;6;3400.50;10.25;1411.00;4.03;0.24 +719;9;3400.84;9.50;1409.00;1.57;0.24 +719;10;3405.16;10.90;1409.00;-1.57;0.24 +719;19;3405.00;9.50;1406.00;0.46;0.24 +719;20;3405.97;9.50;1404.54;0.58;0.24 +719;21;3404.19;10.90;1407.69;-1.57;0.24 +720;0;1421.00;10.00;1544.00;0.00;0.32 +720;1;1419.50;10.00;1540.50;-0.40;0.32 +720;2;1423.50;10.00;1540.50;0.62;0.32 +720;3;1417.50;10.00;1544.50;4.57;0.32 +720;4;1424.00;10.05;1544.50;1.73;0.32 +720;5;1420.00;10.00;1548.00;3.38;0.32 +720;6;1423.00;10.00;1548.00;2.67;0.32 +720;9;1418.12;10.00;1544.00;1.57;0.32 +720;10;1423.88;10.03;1544.00;-1.57;0.32 +720;21;1418.12;10.00;1544.00;1.57;0.32 +721;0;3310.00;9.70;1444.00;0.00;0.24 +721;1;3308.00;9.65;1444.00;4.71;0.24 +721;2;3313.00;9.70;1443.00;1.24;0.24 +721;3;3313.00;9.70;1445.00;1.89;0.24 +721;4;3312.50;9.65;1446.00;2.24;0.24 +721;9;3306.40;9.50;1444.00;1.57;0.24 +721;10;3313.60;9.70;1444.00;-1.57;0.24 +721;19;3315.00;9.50;1440.00;-1.57;0.24 +721;20;3316.36;9.50;1438.90;0.89;0.24 +721;21;3314.27;9.80;1447.31;-1.57;0.24 +722;0;1538.00;13.05;1598.00;0.00;0.28 +722;1;768.50;9.50;798.50;-0.76;0.28 +722;2;1534.50;11.90;1595.50;-0.95;0.28 +722;3;1541.50;11.80;1597.50;1.42;0.28 +722;4;1535.00;13.25;1598.50;4.54;0.28 +722;5;1540.50;12.45;1600.00;2.24;0.28 +722;6;1538.00;12.62;1601.00;3.14;0.28 +722;9;1534.94;13.25;1598.00;1.57;0.28 +722;10;1541.06;12.09;1598.00;-1.57;0.28 +722;21;1534.94;13.25;1598.00;1.57;0.28 +723;0;3240.00;9.90;1450.00;0.00;0.24 +723;1;3240.50;10.10;1446.50;0.14;0.24 +723;2;3242.50;10.05;1448.00;0.89;0.24 +723;3;3238.00;9.85;1449.50;-1.32;0.24 +723;4;3242.00;9.87;1451.00;2.03;0.24 +723;5;3238.00;9.85;1453.00;3.73;0.24 +723;6;3240.00;9.80;1454.00;3.14;0.24 +723;9;3237.84;9.88;1450.00;1.57;0.24 +723;10;3242.16;9.95;1450.00;-1.57;0.24 +723;21;3237.84;9.88;1450.00;1.57;0.24 +724;0;2685.00;12.27;1348.00;0.00;0.16 +724;1;2685.00;12.00;1346.50;0.00;0.16 +724;2;2682.50;12.00;1347.50;-1.37;0.16 +724;3;2687.00;12.20;1348.50;1.81;0.16 +724;4;2685.00;12.65;1349.50;3.14;0.16 +724;9;2683.02;12.18;1348.00;1.57;0.16 +724;10;2686.98;12.07;1348.00;-1.57;0.16 +724;21;2683.02;12.18;1348.00;1.57;0.16 +725;0;4936.00;12.42;1455.00;0.00;0.30 +725;1;4933.00;12.57;1453.00;-0.98;0.30 +725;2;4937.00;12.35;1452.50;0.38;0.30 +725;3;4939.50;12.75;1455.00;1.57;0.30 +725;4;4932.50;12.00;1455.50;4.57;0.30 +725;5;4934.50;12.20;1457.50;3.68;0.30 +725;6;4939.00;13.22;1458.00;2.35;0.30 +725;7;4937.50;13.00;1458.50;2.73;0.30 +725;9;4932.94;12.14;1455.00;1.57;0.30 +725;10;4939.06;12.72;1455.00;-1.57;0.30 +725;21;4932.94;12.14;1455.00;1.57;0.30 +726;0;2716.00;12.92;1373.00;0.00;0.20 +726;1;2714.50;12.65;1371.00;-0.64;0.20 +726;2;2716.00;12.67;1371.00;0.00;0.20 +726;3;2717.00;12.75;1371.50;0.58;0.20 +726;4;2714.00;13.20;1373.50;4.46;0.20 +726;5;2717.50;13.00;1373.50;1.89;0.20 +726;6;2716.00;13.40;1375.50;3.14;0.20 +726;7;2718.00;13.45;1375.50;2.46;0.20 +726;9;2714.20;13.04;1373.00;1.57;0.20 +726;10;2717.80;12.93;1373.00;-1.57;0.20 +726;21;2716.90;13.10;1372.38;-1.57;0.20 +727;0;3193.00;15.47;1466.00;0.00;0.20 +727;1;3194.50;16.50;1464.50;0.78;0.20 +727;2;3196.00;15.72;1466.00;1.57;0.20 +727;3;3191.50;16.60;1465.00;-0.98;0.20 +727;4;3191.00;16.95;1467.50;4.06;0.20 +727;5;3194.50;14.80;1467.50;2.35;0.20 +727;6;3193.00;14.90;1468.00;3.14;0.20 +727;9;3190.66;17.23;1466.00;1.57;0.20 +727;10;3195.34;15.79;1466.00;-1.57;0.20 +727;21;3190.66;17.23;1466.00;1.57;0.20 +728;0;3523.00;10.47;1412.00;0.00;0.26 +728;1;3521.50;10.80;1410.00;-0.64;0.26 +728;2;3524.50;10.50;1409.50;0.54;0.26 +728;3;3525.50;10.50;1412.50;1.76;0.26 +728;4;3520.50;10.60;1413.50;4.17;0.26 +728;5;3524.50;10.50;1414.50;2.60;0.26 +728;6;3522.00;10.37;1415.00;3.46;0.26 +728;9;3520.48;10.60;1412.00;1.57;0.26 +728;10;3525.52;10.50;1412.00;-1.57;0.26 +728;21;3520.48;10.60;1412.00;1.57;0.26 729;0;2695.00;12.42;1377.00;0.00;0.18 +729;1;2695.00;12.95;1374.00;0.00;0.18 +729;2;2693.50;12.35;1375.00;-0.64;0.18 +729;3;2696.00;13.00;1375.50;0.58;0.18 +729;4;2693.00;12.10;1377.00;4.71;0.18 +729;5;2696.50;12.40;1378.00;2.15;0.18 +729;6;2694.50;12.05;1379.00;3.38;0.18 +729;7;2696.50;12.10;1380.00;2.67;0.18 +729;9;2693.38;12.10;1377.00;1.57;0.18 +729;10;2696.62;12.68;1377.00;-1.57;0.18 +729;21;2693.38;12.10;1377.00;1.57;0.18 730;0;3137.00;9.70;1468.00;0.00;0.24 +730;1;3137.00;9.75;1465.50;0.00;0.24 +730;2;3135.00;9.75;1466.50;-0.92;0.24 +730;3;3138.00;9.75;1467.00;0.78;0.24 +730;4;3136.00;9.70;1470.00;3.60;0.24 +730;5;3139.50;9.80;1469.00;1.95;0.24 +730;6;3138.50;9.70;1470.00;2.49;0.24 +730;9;3134.84;9.76;1468.00;1.57;0.24 +730;10;3139.16;9.80;1468.00;-1.57;0.24 +730;21;3134.84;9.76;1468.00;1.57;0.24 731;0;3483.00;11.22;1407.00;0.00;0.20 +731;1;3479.50;11.50;1405.50;-1.16;0.20 +731;2;3483.00;11.00;1405.50;0.00;0.20 +731;3;3479.00;12.05;1407.00;4.71;0.20 +731;4;3486.00;10.62;1406.00;1.24;0.20 +731;5;3486.50;10.75;1407.00;1.57;0.20 +731;6;3482.50;11.85;1409.00;3.38;0.20 +731;7;3486.00;11.02;1409.00;2.15;0.20 +731;8;3479.50;12.55;1409.00;4.19;0.20 +731;9;3479.94;12.02;1407.00;1.57;0.20 +731;10;3486.06;10.72;1407.00;-1.57;0.20 +731;21;3479.94;12.02;1407.00;1.57;0.20 732;0;3028.00;10.85;1487.00;0.00;0.22 +732;1;3028.50;10.90;1485.50;0.32;0.22 +732;2;3031.00;11.05;1485.00;0.98;0.22 +732;3;3030.50;10.80;1486.50;1.37;0.22 +732;4;3025.50;11.10;1487.00;4.71;0.22 +732;5;3024.50;11.30;1489.00;4.19;0.22 +732;6;3029.50;11.30;1488.50;2.35;0.22 +732;7;3026.50;11.30;1489.00;3.78;0.22 +732;9;3025.48;11.10;1487.00;1.57;0.22 +732;10;3030.52;10.85;1487.00;-1.57;0.22 +732;21;3025.48;11.10;1487.00;1.57;0.22 733;0;1689.00;11.52;1614.00;0.00;0.34 +733;1;1690.50;11.25;1611.00;0.46;0.34 +733;2;1686.00;11.80;1612.00;-0.98;0.34 +733;3;1693.50;11.40;1615.00;1.78;0.34 +733;4;1684.00;11.00;1615.00;4.51;0.34 +733;5;1689.00;10.95;1616.50;3.14;0.34 +733;6;1693.50;11.25;1618.00;2.29;0.34 +733;9;1685.22;11.63;1614.00;1.57;0.34 +733;10;1692.78;11.38;1614.00;-1.57;0.34 +733;21;1685.22;11.63;1614.00;1.57;0.34 734;0;1586.00;11.65;1600.00;0.00;0.26 +734;1;1586.00;11.75;1597.50;0.00;0.26 +734;2;1589.00;11.55;1599.50;1.40;0.26 +734;3;1583.00;11.20;1600.50;4.54;0.26 +734;4;792.50;9.50;799.50;-0.78;0.26 +734;9;1583.66;11.32;1600.00;1.57;0.26 +734;10;1588.34;11.47;1600.00;-1.57;0.26 +734;21;1583.66;11.32;1600.00;1.57;0.26 735;0;3443.00;10.77;1421.00;0.00;0.20 +735;1;3443.00;11.22;1419.00;0.00;0.20 +735;2;3445.00;11.27;1418.00;0.58;0.20 +735;3;3445.00;10.95;1419.50;0.92;0.20 +735;4;3441.00;10.70;1421.50;4.46;0.20 +735;5;3444.00;10.45;1422.00;2.35;0.20 +735;6;3442.00;10.30;1423.00;3.60;0.20 +735;9;3441.20;10.90;1421.00;1.57;0.20 +735;10;3444.80;10.60;1421.00;-1.57;0.20 +735;21;3441.20;10.90;1421.00;1.57;0.20 736;0;1147.00;10.70;1810.00;0.00;0.86 +736;1;1145.50;10.80;1804.00;-0.24;0.86 +736;2;1133.50;11.00;1802.00;-1.03;0.86 +736;3;1135.50;11.10;1809.50;-1.52;0.86 +736;4;1159.50;10.70;1809.50;1.53;0.86 +736;5;1164.50;10.70;1811.50;1.65;0.86 +736;6;1160.00;10.70;1816.00;2.00;0.86 +736;7;1147.50;10.80;1816.50;3.06;0.86 +736;9;1134.58;11.09;1810.00;1.57;0.86 +736;10;1159.42;10.70;1810.00;-1.57;0.86 +736;21;1134.58;11.09;1810.00;1.57;0.86 737;0;3325.00;9.70;1450.00;0.00;0.22 +737;1;3324.50;9.70;1447.50;-0.19;0.22 +737;2;3320.50;9.70;1448.00;-1.15;0.22 +737;3;3329.00;9.70;1449.50;1.44;0.22 +737;4;3322.00;9.70;1450.50;4.54;0.22 +737;5;3329.50;9.70;1451.00;1.78;0.22 +737;6;3325.50;9.70;1451.50;2.82;0.22 +737;7;3329.00;9.70;1452.00;2.03;0.22 +737;9;3321.58;9.70;1450.00;1.57;0.22 +737;10;3328.42;9.70;1450.00;-1.57;0.22 +737;21;3321.58;9.70;1450.00;1.57;0.22 738;0;2743.00;12.92;1380.00;0.00;0.20 +738;1;2742.50;13.10;1378.50;-0.32;0.20 +738;2;2744.00;12.97;1378.00;0.46;0.20 +738;3;2744.50;12.85;1379.00;0.98;0.20 +738;4;2741.50;13.30;1379.50;-1.24;0.20 +738;5;2741.50;13.25;1381.00;4.12;0.20 +738;6;2744.50;12.50;1381.50;2.35;0.20 +738;9;2740.84;13.56;1380.00;1.57;0.20 +738;10;2745.16;12.71;1380.00;-1.57;0.20 +738;21;2745.16;12.71;1380.00;-1.57;0.20 739;0;4931.00;10.45;1469.00;0.00;0.32 +739;1;4929.00;10.55;1466.00;-0.58;0.32 +739;2;4932.00;10.85;1464.50;0.21;0.32 +739;3;4934.00;10.50;1469.00;1.57;0.32 +739;4;4927.50;10.20;1469.50;4.57;0.32 +739;5;4928.00;10.10;1471.50;4.01;0.32 +739;6;4932.00;10.30;1472.00;2.82;0.32 +739;9;4928.12;10.31;1469.00;1.57;0.32 +739;10;4933.88;10.48;1469.00;-1.57;0.32 +739;21;4928.12;10.31;1469.00;1.57;0.32 740;0;2760.00;9.90;1384.00;0.00;0.20 +740;1;2760.50;10.50;1382.50;0.32;0.20 +740;2;2757.50;10.40;1383.00;-1.19;0.20 +740;3;2757.00;10.12;1384.00;4.71;0.20 +740;4;2762.00;10.10;1384.00;1.57;0.20 +740;5;2760.50;9.70;1385.50;2.82;0.20 +740;9;2757.12;10.09;1384.00;1.57;0.20 +740;10;2762.88;10.13;1384.00;-1.57;0.20 +740;19;2766.00;9.75;1386.00;-3.46;0.20 +740;20;2767.66;9.75;1386.55;1.89;0.20 +740;21;2758.21;9.80;1384.88;-1.57;0.20 741;0;3273.00;9.70;1454.00;0.00;0.30 +741;1;3272.00;9.70;1452.00;-0.46;0.30 +741;2;3275.00;9.70;1452.00;0.78;0.30 +741;3;3275.50;9.70;1455.00;1.95;0.30 +741;4;3269.50;9.70;1454.50;4.57;0.30 +741;5;3270.50;9.70;1456.00;4.03;0.30 +741;6;3273.50;9.80;1456.50;2.94;0.30 +741;9;3270.30;9.70;1454.00;1.57;0.30 +741;10;3275.70;9.70;1454.00;-1.57;0.30 +741;21;3270.30;9.70;1454.00;1.57;0.30 742;0;3528.00;11.17;1423.00;0.00;0.18 +742;1;3527.00;10.95;1420.00;-0.32;0.18 +742;2;3529.00;11.10;1420.50;0.38;0.18 +742;3;3529.50;11.15;1422.00;0.98;0.18 +742;4;3526.50;10.85;1423.00;4.71;0.18 +742;5;3530.50;10.70;1424.50;2.11;0.18 +742;6;3528.50;11.45;1425.00;2.89;0.18 +742;9;3526.38;10.81;1423.00;1.57;0.18 +742;10;3529.62;11.14;1423.00;-1.57;0.18 +742;21;3526.38;10.81;1423.00;1.57;0.18 743;0;2786.00;10.12;1386.00;0.00;0.24 +743;1;2786.50;10.60;1383.50;0.19;0.24 +743;2;2784.50;10.30;1385.50;-1.24;0.24 +743;3;2788.00;10.30;1385.00;1.10;0.24 +743;4;2784.00;9.80;1387.50;4.06;0.24 +743;5;2787.00;9.95;1387.50;2.55;0.24 +743;9;2783.66;9.97;1386.00;1.57;0.24 +743;10;2788.34;10.15;1386.00;-1.57;0.24 +743;19;2783.00;9.65;1389.00;-2.21;0.24 +743;20;2781.76;9.65;1390.23;3.92;0.24 +743;21;2783.66;9.97;1386.00;1.57;0.24 744;0;3220.00;10.72;1463.00;0.00;0.20 +744;1;3217.50;11.25;1462.00;-1.19;0.20 +744;2;3221.50;10.50;1461.50;0.78;0.20 +744;3;3223.50;10.20;1462.50;1.42;0.20 +744;4;3216.50;11.30;1463.50;4.57;0.20 +744;5;3221.50;10.45;1464.00;2.15;0.20 +744;6;3216.50;11.35;1465.00;4.19;0.20 +744;7;3219.00;10.75;1464.50;3.73;0.20 +744;9;3217.12;11.23;1463.00;1.57;0.20 +744;10;3222.88;10.31;1463.00;-1.57;0.20 +744;21;3217.12;11.23;1463.00;1.57;0.20 745;0;3519.00;10.37;1424.00;0.00;0.24 +745;1;3518.00;10.80;1421.50;-0.38;0.24 +745;2;3520.00;10.35;1421.00;0.32;0.24 +745;3;3522.00;10.15;1423.50;1.40;0.24 +745;4;3517.00;10.90;1422.50;-0.92;0.24 +745;5;3516.50;10.65;1425.00;4.33;0.24 +745;6;3521.50;9.80;1426.00;2.24;0.24 +745;7;3519.00;9.95;1426.50;3.14;0.24 +745;9;3516.84;10.74;1424.00;1.57;0.24 +745;10;3521.16;10.11;1424.00;-1.57;0.24 +745;21;3516.84;10.74;1424.00;1.57;0.24 746;0;3168.00;10.22;1473.00;0.00;0.18 +746;1;3170.50;10.20;1471.50;1.03;0.18 +746;2;3163.50;10.60;1471.50;-1.24;0.18 +746;3;3167.00;10.30;1472.00;-0.78;0.18 +746;4;3171.50;10.50;1472.50;1.42;0.18 +746;5;3165.00;10.50;1473.50;4.54;0.18 +746;6;3171.00;10.42;1474.00;1.89;0.18 +746;7;3168.00;10.47;1475.00;3.14;0.18 +746;9;3164.94;10.50;1473.00;1.57;0.18 +746;10;3171.06;10.43;1473.00;-1.57;0.18 +746;21;3164.94;10.50;1473.00;1.57;0.18 747;0;2759.00;10.87;1266.00;0.00;0.20 +747;1;2759.50;9.50;1264.50;0.32;0.20 +747;2;2761.00;10.40;1265.50;1.32;0.20 +747;3;2757.00;11.17;1266.00;4.71;0.20 +747;4;2758.00;12.40;1267.00;3.92;0.20 +747;5;2760.50;12.90;1267.50;2.35;0.20 +747;9;2756.84;11.18;1266.00;1.57;0.20 +747;10;2761.16;10.85;1266.00;-1.57;0.20 +747;19;2761.00;9.50;1264.00;0.32;0.20 +747;20;2762.23;9.50;1262.76;0.78;0.20 +747;21;2761.16;10.85;1266.00;-1.57;0.20 748;0;3464.00;11.25;1424.00;0.00;0.24 +748;1;3462.50;11.30;1422.50;-0.78;0.24 +748;2;3465.50;11.90;1422.00;0.64;0.24 +748;3;3466.00;11.25;1425.00;2.03;0.24 +748;4;3462.50;10.70;1425.50;3.92;0.24 +748;5;3465.50;10.80;1426.50;2.60;0.24 +748;9;3461.66;10.92;1424.00;1.57;0.24 +748;10;3466.34;11.52;1424.00;-1.57;0.24 +748;21;3461.66;10.92;1424.00;1.57;0.24 749;0;1565.00;9.70;1600.00;0.00;0.16 +749;1;782.00;9.50;799.50;-0.77;0.16 +749;2;1562.00;9.70;1599.00;-1.24;0.16 +749;3;1568.00;9.70;1600.50;1.73;0.16 +749;4;1562.00;9.70;1600.50;4.54;0.16 +749;5;782.00;9.50;799.50;-0.77;0.16 +749;9;1562.30;9.70;1600.00;1.57;0.16 +749;10;1567.70;9.70;1600.00;-1.57;0.16 +749;21;1562.30;9.70;1600.00;1.57;0.16 750;0;3399.00;9.70;1432.00;0.00;0.26 +750;1;3398.00;9.60;1433.00;3.92;0.26 +750;2;3399.00;9.70;1430.00;0.00;0.26 +750;3;3401.50;9.65;1433.00;1.95;0.26 +750;9;3396.66;9.52;1432.00;1.57;0.26 +750;10;3401.34;9.61;1432.00;-1.57;0.26 +750;19;3393.00;9.50;1428.00;-2.36;0.26 +750;20;3391.54;9.50;1427.02;-0.98;0.26 +750;21;3396.66;9.52;1432.00;1.57;0.26 751;0;1458.00;10.00;1661.00;0.00;0.42 +751;1;728.50;9.50;830.00;-0.72;0.42 +751;2;1453.00;10.00;1659.50;-1.27;0.42 +751;3;1462.50;9.90;1662.50;1.89;0.42 +751;4;1451.50;9.75;1663.00;4.41;0.42 +751;5;728.50;9.50;830.00;-0.72;0.42 +751;9;1453.32;10.00;1661.00;1.57;0.42 +751;10;1462.68;9.90;1661.00;-1.57;0.42 +751;21;1453.32;10.00;1661.00;1.57;0.42 752;0;2840.00;10.40;1406.00;0.00;0.18 +752;1;2837.00;10.25;1405.00;-1.24;0.18 +752;2;2840.00;10.45;1404.50;0.00;0.18 +752;3;2842.50;10.80;1405.50;1.37;0.18 +752;4;2836.50;10.20;1406.50;4.57;0.18 +752;5;2838.00;10.15;1407.00;4.24;0.18 +752;6;2843.00;10.47;1408.00;2.15;0.18 +752;7;2841.00;10.20;1408.00;2.67;0.18 +752;9;2837.30;10.24;1406.00;1.57;0.18 +752;10;2842.70;10.78;1406.00;-1.57;0.18 +752;21;2837.30;10.24;1406.00;1.57;0.18 753;0;4951.00;13.27;1462.00;0.00;0.20 +753;1;4950.00;13.27;1460.00;-0.46;0.20 +753;2;4954.00;12.50;1461.00;1.24;0.20 +753;3;4946.50;13.70;1461.50;-1.46;0.20 +753;4;4949.50;13.50;1463.50;3.92;0.20 +753;5;4954.00;12.80;1463.50;2.03;0.20 +753;9;4947.40;13.61;1462.00;1.57;0.20 +753;10;4954.60;12.49;1462.00;-1.57;0.20 +753;21;4947.40;13.61;1462.00;1.57;0.20 754;0;3265.00;9.80;1465.00;0.00;0.24 +754;1;3266.50;9.80;1461.50;0.40;0.24 +754;2;3263.50;9.80;1462.50;-0.54;0.24 +754;3;3267.50;9.90;1465.00;1.57;0.24 +754;4;3262.50;9.80;1466.00;4.33;0.24 +754;5;3267.00;9.87;1468.00;2.55;0.24 +754;6;3264.00;9.80;1468.00;3.46;0.24 +754;9;3262.84;9.80;1465.00;1.57;0.24 +754;10;3267.16;9.86;1465.00;-1.57;0.24 +754;21;3262.84;9.80;1465.00;1.57;0.24 755;0;2826.00;10.00;1407.00;0.00;0.14 +755;1;2825.50;10.00;1406.00;-0.46;0.14 +755;2;2828.00;10.00;1405.50;0.92;0.14 +755;3;2829.50;10.10;1407.00;1.57;0.14 +755;4;2823.00;10.00;1407.50;4.54;0.14 +755;5;2828.00;10.00;1407.50;1.81;0.14 +755;6;2825.50;10.00;1408.50;3.46;0.14 +755;9;2823.66;10.00;1407.00;1.57;0.14 +755;10;2828.34;10.00;1407.00;-1.57;0.14 +755;21;2823.66;10.00;1407.00;1.57;0.14 756;0;3839.00;10.77;1279.00;0.00;0.40 +756;1;3841.00;10.75;1275.50;0.51;0.40 +756;2;3844.00;11.50;1279.00;1.57;0.40 +756;3;3835.00;10.40;1277.50;-1.21;0.40 +756;4;3834.50;10.65;1281.00;4.29;0.40 +756;5;3839.50;11.10;1282.50;3.00;0.40 +756;6;3836.50;10.85;1284.00;3.60;0.40 +756;9;3834.32;10.43;1279.00;1.57;0.40 +756;10;3843.68;11.40;1279.00;-1.57;0.40 +756;21;3843.68;11.40;1279.00;-1.57;0.40 757;0;3556.00;9.70;1434.00;0.00;0.16 +757;1;3553.00;9.50;1432.50;-1.10;0.16 +757;2;1777.50;9.80;716.50;-1.18;0.16 +757;3;3553.00;9.70;1434.50;4.54;0.16 +757;4;3559.50;9.70;1435.00;1.84;0.16 +757;5;3556.50;9.70;1435.00;2.67;0.16 +757;9;3553.12;9.58;1434.00;1.57;0.16 +757;10;3558.88;9.68;1434.00;-1.57;0.16 +757;21;3553.12;9.58;1434.00;1.57;0.16 758;0;2674.00;9.85;1385.00;0.00;0.24 +758;1;2671.50;10.10;1383.50;-1.03;0.24 +758;2;2675.00;10.30;1384.00;0.78;0.24 +758;3;2670.00;9.70;1384.50;-1.44;0.24 +758;4;2673.50;9.70;1385.50;3.92;0.24 +758;5;2677.00;9.60;1387.00;2.15;0.24 +758;9;2671.12;9.58;1385.00;1.57;0.24 +758;10;2676.88;10.13;1385.00;-1.57;0.24 +758;19;2675.00;9.50;1387.00;-2.36;0.24 +758;20;2675.78;9.50;1388.56;2.67;0.24 +758;21;2673.64;9.80;1385.45;-1.57;0.24 759;0;3515.00;10.20;1435.00;0.00;0.30 +759;1;3517.00;9.97;1432.00;0.58;0.30 +759;2;3513.00;10.55;1433.00;-0.78;0.30 +759;3;3519.00;9.80;1434.00;1.32;0.30 +759;4;3511.50;9.90;1436.50;4.30;0.30 +759;5;3516.50;9.90;1437.00;2.49;0.30 +759;6;3513.00;9.85;1438.50;3.66;0.30 +759;9;3511.94;10.11;1435.00;1.57;0.30 +759;10;3518.06;9.87;1435.00;-1.57;0.30 +759;21;3511.94;10.11;1435.00;1.57;0.30 760;0;2860.00;11.85;1399.00;0.00;0.18 +760;1;2859.50;11.40;1396.50;-0.19;0.18 +760;2;2861.00;11.40;1397.00;0.46;0.18 +760;3;2858.50;11.80;1399.00;4.71;0.18 +760;4;2861.50;11.90;1399.50;1.89;0.18 +760;5;2858.00;11.95;1401.50;3.81;0.18 +760;6;2859.50;12.25;1402.00;3.30;0.18 +760;9;2858.38;11.78;1399.00;1.57;0.18 +760;10;2861.62;11.83;1399.00;-1.57;0.18 +760;21;2858.38;11.78;1399.00;1.57;0.18 761;0;1490.00;9.80;1806.00;0.00;1.90 +761;1;1480.00;9.90;1786.50;-0.47;1.90 +761;2;1490.00;9.80;1783.50;0.00;1.90 +761;3;1500.00;9.80;1792.50;0.63;1.90 +761;4;1469.50;9.90;1798.50;-1.22;1.90 +761;5;1506.50;9.70;1810.00;1.80;1.90 +761;6;1479.00;9.80;1817.50;3.90;1.90 +761;7;1498.00;9.80;1828.50;2.80;1.90 +761;8;1487.50;9.80;1829.00;3.25;1.90 +761;9;1472.00;9.80;1806.00;1.57;1.90 +761;10;1508.00;9.70;1806.00;-1.57;1.90 +761;19;1482.00;9.60;1852.00;-3.03;1.90 +761;20;1481.70;9.60;1853.72;3.31;1.90 +761;21;1472.00;9.80;1806.00;1.57;1.90 762;0;2887.00;9.72;1414.00;0.00;0.18 +762;1;2886.50;9.80;1412.50;-0.32;0.18 +762;2;2890.00;9.80;1412.50;1.10;0.18 +762;3;2884.00;9.85;1413.00;-1.24;0.18 +762;4;2884.50;9.80;1414.00;4.71;0.18 +762;5;2889.50;9.70;1414.00;1.57;0.18 +762;6;2884.50;9.80;1415.50;4.17;0.18 +762;7;2886.50;9.70;1415.50;3.46;0.18 +762;9;2884.30;9.81;1414.00;1.57;0.18 +762;10;2889.70;9.70;1414.00;-1.57;0.18 +762;21;2884.30;9.81;1414.00;1.57;0.18 763;0;1354.00;10.80;1802.00;0.00;1.44 +763;1;1343.00;11.00;1786.50;-0.61;1.44 +763;2;1337.50;11.00;1785.50;-0.78;1.44 +763;3;1337.50;10.90;1793.00;-1.07;1.44 +763;4;1355.00;10.90;1790.00;0.08;1.44 +763;5;1368.00;10.80;1802.50;1.60;1.44 +763;6;1345.00;10.80;1806.50;4.24;1.44 +763;7;1356.50;10.70;1817.50;2.98;1.44 +763;8;1366.00;10.70;1816.00;2.43;1.44 +763;9;1341.04;10.80;1802.00;1.57;1.44 +763;10;1366.96;10.80;1802.00;-1.57;1.44 +763;21;1341.04;10.80;1802.00;1.57;1.44 764;0;2904.00;14.95;1419.00;0.00;0.20 +764;1;2903.00;13.90;1417.00;-0.46;0.20 +764;2;2905.00;15.07;1418.00;0.78;0.20 +764;3;2902.00;13.75;1419.00;4.71;0.20 +764;4;2907.00;15.95;1419.50;1.73;0.20 +764;5;2906.00;15.75;1420.50;2.21;0.20 +764;6;2904.00;15.07;1421.00;3.14;0.20 +764;9;2902.02;13.75;1419.00;1.57;0.20 +764;10;2905.98;15.69;1419.00;-1.57;0.20 +764;21;2902.02;13.75;1419.00;1.57;0.20 765;0;3417.00;9.70;1442.00;0.00;0.20 +765;1;3417.50;9.70;1440.50;0.32;0.20 +765;2;3415.00;9.70;1441.00;-1.10;0.20 +765;3;3419.50;9.70;1441.50;1.37;0.20 +765;4;3414.50;9.70;1443.00;4.33;0.20 +765;5;3418.00;9.70;1443.50;2.55;0.20 +765;6;3415.50;9.70;1444.50;3.68;0.20 +765;9;3414.66;9.70;1442.00;1.57;0.20 +765;10;3419.34;9.70;1442.00;-1.57;0.20 +765;21;3414.66;9.70;1442.00;1.57;0.20 766;0;913.00;14.10;1541.00;0.00;0.28 +766;1;913.50;12.85;1535.00;0.08;0.28 +766;2;915.50;13.30;1535.50;0.42;0.28 +766;3;911.00;13.12;1539.00;-0.78;0.28 +766;4;916.00;14.07;1542.00;1.89;0.28 +766;5;910.50;14.30;1545.50;3.64;0.28 +766;6;914.00;15.05;1546.50;2.96;0.28 +766;9;910.48;13.24;1541.00;1.57;0.28 +766;10;915.52;13.99;1541.00;-1.57;0.28 +766;21;910.48;13.24;1541.00;1.57;0.28 767;0;3341.00;9.70;1452.00;0.00;0.22 +767;1;3342.50;9.70;1450.00;0.64;0.22 +767;2;3339.50;9.70;1450.50;-0.78;0.22 +767;3;3344.00;9.70;1451.50;1.40;0.22 +767;4;3337.50;9.70;1452.00;4.71;0.22 +767;5;3343.50;9.70;1453.50;2.11;0.22 +767;6;3340.00;9.70;1453.50;3.73;0.22 +767;7;3343.00;9.70;1455.00;2.55;0.22 +767;9;3338.48;9.70;1452.00;1.57;0.22 +767;10;3343.52;9.70;1452.00;-1.57;0.22 +767;21;3338.48;9.70;1452.00;1.57;0.22 768;0;896.00;10.27;1541.00;0.00;0.22 +768;1;896.50;10.30;1537.00;0.12;0.22 +768;2;897.50;9.95;1540.00;0.98;0.22 +768;3;894.00;11.15;1540.50;-1.32;0.22 +768;4;897.00;10.50;1544.50;2.86;0.22 +768;5;894.50;10.70;1544.50;3.54;0.22 +768;9;894.02;11.01;1541.00;1.57;0.22 +768;10;897.98;10.05;1541.00;-1.57;0.22 +768;21;894.02;11.01;1541.00;1.57;0.22 769;0;2857.00;12.90;1421.00;0.00;0.22 +769;1;2856.50;12.90;1418.00;-0.16;0.22 +769;2;2855.00;12.90;1418.50;-0.67;0.22 +769;3;2858.50;12.90;1420.50;1.24;0.22 +769;4;2856.00;13.07;1421.00;4.71;0.22 +769;5;2859.50;12.60;1422.50;2.11;0.22 +769;6;2856.50;12.90;1423.50;3.33;0.22 +769;7;2858.50;12.40;1423.50;2.60;0.22 +769;9;2855.02;13.32;1421.00;1.57;0.22 +769;10;2858.98;12.85;1421.00;-1.57;0.22 +769;21;2855.02;13.32;1421.00;1.57;0.22 770;0;2925.00;11.05;1409.00;0.00;0.14 +770;1;2925.50;11.35;1407.00;0.24;0.14 +770;2;2924.00;11.45;1408.50;-1.10;0.14 +770;3;2927.00;11.05;1407.50;0.92;0.14 +770;4;2926.50;10.70;1409.50;1.89;0.14 +770;5;2924.00;11.20;1411.00;3.60;0.14 +770;6;2926.00;10.65;1411.50;2.76;0.14 +770;7;2925.00;10.75;1412.00;3.14;0.14 +770;9;2923.74;11.49;1409.00;1.57;0.14 +770;10;2926.26;10.83;1409.00;-1.57;0.14 +770;21;2923.74;11.49;1409.00;1.57;0.14 771;0;2943.00;11.62;1413.00;0.00;0.16 +771;1;2941.50;11.70;1411.50;-0.78;0.16 +771;2;2944.00;11.47;1412.00;0.78;0.16 +771;3;2940.50;11.60;1412.50;-1.37;0.16 +771;4;2946.50;11.30;1412.50;1.42;0.16 +771;5;2945.00;11.40;1413.50;1.81;0.16 +771;6;2942.00;11.52;1414.00;3.92;0.16 +771;9;2940.66;11.55;1413.00;1.57;0.16 +771;10;2945.34;11.40;1413.00;-1.57;0.16 +771;21;2940.66;11.55;1413.00;1.57;0.16 772;0;3463.00;11.32;1364.00;0.00;0.24 +772;1;3462.50;11.35;1362.00;-0.24;0.24 +772;2;3465.50;11.80;1362.00;0.89;0.24 +772;3;3459.50;11.00;1363.50;-1.42;0.24 +772;4;3466.50;11.50;1364.00;1.57;0.24 +772;5;3461.50;11.20;1365.50;3.92;0.24 +772;6;3465.50;11.40;1366.00;2.24;0.24 +772;9;3460.12;11.11;1364.00;1.57;0.24 +772;10;3465.88;11.43;1364.00;-1.57;0.24 +772;19;3457.00;9.50;1361.00;-1.43;0.24 +772;20;3455.43;9.50;1360.21;-1.10;0.24 +772;21;3460.12;11.11;1364.00;1.57;0.24 773;0;2963.00;9.70;1424.00;0.00;0.18 +773;1;2963.00;9.75;1422.00;0.00;0.18 +773;2;2965.00;9.70;1423.50;1.32;0.18 +773;3;2961.00;9.75;1423.50;-1.32;0.18 +773;4;2961.50;9.70;1425.50;3.92;0.18 +773;5;2964.00;9.70;1425.50;2.55;0.18 +773;9;2961.02;9.74;1424.00;1.57;0.18 +773;10;2964.98;9.70;1424.00;-1.57;0.18 +773;21;2961.02;9.74;1424.00;1.57;0.18 774;0;1547.00;10.90;1609.00;0.00;0.24 +774;1;1545.00;10.45;1605.50;-0.51;0.24 +774;2;1547.50;10.65;1606.00;0.16;0.24 +774;3;1549.00;10.82;1609.00;1.57;0.24 +774;4;1545.00;10.95;1609.50;4.46;0.24 +774;5;1546.50;10.95;1612.00;3.30;0.24 +774;6;1549.00;10.90;1612.00;2.55;0.24 +774;9;1544.84;10.90;1609.00;1.57;0.24 +774;10;1549.16;10.81;1609.00;-1.57;0.24 +774;21;1544.84;10.90;1609.00;1.57;0.24 775;0;3448.00;9.80;1442.00;0.00;0.20 +775;1;3448.50;9.80;1440.00;0.24;0.20 +775;2;3446.50;9.80;1441.00;-0.98;0.20 +775;3;3450.00;9.80;1442.00;1.57;0.20 +775;4;3446.00;9.70;1443.50;4.06;0.20 +775;5;3450.00;9.70;1444.00;2.35;0.20 +775;6;3448.00;9.75;1444.50;3.14;0.20 +775;9;3446.20;9.80;1442.00;1.57;0.20 +775;10;3449.80;9.80;1442.00;-1.57;0.20 +775;21;3446.20;9.80;1442.00;1.57;0.20 776;0;2941.00;9.80;1425.00;0.00;0.24 +776;1;2940.50;9.90;1423.50;-0.32;0.24 +776;2;2943.50;9.90;1423.50;1.03;0.24 +776;3;2938.50;9.80;1425.50;4.51;0.24 +776;4;2943.50;9.80;1425.00;1.57;0.24 +776;5;2942.00;9.80;1427.00;2.67;0.24 +776;6;2938.50;9.90;1427.50;3.92;0.24 +776;7;2940.00;9.87;1428.00;3.46;0.24 +776;9;2938.48;9.85;1425.00;1.57;0.24 +776;10;2943.52;9.80;1425.00;-1.57;0.24 +776;21;2938.48;9.85;1425.00;1.57;0.24 777;0;1477.00;10.95;1704.00;0.00;0.52 +777;1;738.00;9.50;851.50;-0.71;0.52 +777;2;1482.50;10.70;1700.00;0.94;0.52 +777;3;1483.50;11.00;1705.50;1.79;0.52 +777;4;1474.50;11.25;1708.00;3.70;0.52 +777;9;1470.70;10.95;1704.00;1.57;0.52 +777;10;1483.30;10.89;1704.00;-1.57;0.52 +777;21;1470.70;10.95;1704.00;1.57;0.52 778;0;2910.00;13.72;1433.00;0.00;0.20 +778;1;2910.50;14.25;1431.00;0.24;0.20 +778;2;2909.00;14.55;1431.50;-0.58;0.20 +778;3;2911.50;13.80;1432.50;1.24;0.20 +778;4;2908.00;13.25;1433.50;4.46;0.20 +778;5;2909.50;13.00;1434.50;3.46;0.20 +778;6;2911.50;13.40;1434.50;2.35;0.20 +778;9;2908.20;13.61;1433.00;1.57;0.20 +778;10;2911.80;13.84;1433.00;-1.57;0.20 +778;21;2908.20;13.61;1433.00;1.57;0.20 779;0;1546.00;10.50;1623.00;0.00;0.26 +779;1;1546.00;10.50;1619.00;0.00;0.26 +779;2;1544.00;10.45;1619.00;-0.46;0.26 +779;3;1543.50;10.40;1621.50;-1.03;0.26 +779;4;1548.50;10.60;1622.50;1.37;0.26 +779;5;1544.00;10.40;1625.00;3.92;0.26 +779;6;772.50;9.50;811.00;-0.76;0.26 +779;9;1543.66;10.40;1623.00;1.57;0.26 +779;10;1548.34;10.58;1623.00;-1.57;0.26 +779;21;1543.66;10.40;1623.00;1.57;0.26 780;0;2886.00;9.70;1421.00;0.00;0.18 +780;1;2886.00;9.70;1419.00;0.00;0.18 +780;2;2888.50;9.70;1420.50;1.37;0.18 +780;3;2883.50;9.90;1421.50;4.51;0.18 +780;4;2888.00;9.70;1422.50;2.21;0.18 +780;5;2885.50;9.70;1423.00;3.38;0.18 +780;6;2883.00;10.15;1423.50;4.01;0.18 +780;9;2883.66;9.88;1421.00;1.57;0.18 +780;10;2888.34;9.70;1421.00;-1.57;0.18 +780;21;2883.66;9.88;1421.00;1.57;0.18 781;0;890.00;13.90;1557.00;0.00;0.34 +781;1;888.00;13.05;1553.50;-0.51;0.34 +781;2;891.50;12.40;1552.50;0.32;0.34 +781;3;885.50;13.60;1556.00;-1.35;0.34 +781;4;893.00;13.45;1557.50;1.73;0.34 +781;5;886.50;13.55;1559.00;4.19;0.34 +781;6;889.50;13.80;1560.50;3.28;0.34 +781;7;893.00;13.85;1561.50;2.55;0.34 +781;9;886.94;13.72;1557.00;1.57;0.34 +781;10;893.06;13.31;1557.00;-1.57;0.34 +781;21;886.94;13.72;1557.00;1.57;0.34 782;0;2993.00;10.10;1406.00;0.00;0.18 +782;1;2991.00;10.50;1404.50;-0.92;0.18 +782;2;2993.50;10.50;1404.50;0.32;0.18 +782;3;2990.50;10.50;1405.00;-1.19;0.18 +782;4;2995.00;9.95;1406.50;1.81;0.18 +782;5;2990.50;10.05;1407.00;4.33;0.18 +782;6;2992.50;9.80;1408.00;3.38;0.18 +782;9;2991.02;10.19;1406.00;1.57;0.18 +782;10;2994.98;10.05;1406.00;-1.57;0.18 +782;19;2996.00;9.68;1410.00;-4.47;0.18 +782;20;2997.05;9.68;1411.40;2.49;0.18 +782;21;2991.02;10.19;1406.00;1.57;0.18 783;0;4849.00;12.20;1394.00;0.00;0.30 +783;1;4849.00;10.80;1390.50;0.00;0.30 +783;2;4851.50;10.70;1391.00;0.69;0.30 +783;3;4846.00;12.15;1392.50;-1.10;0.30 +783;4;4851.50;11.80;1394.50;1.76;0.30 +783;5;4846.00;12.72;1395.00;4.39;0.30 +783;6;4849.50;13.00;1397.50;3.00;0.30 +783;7;4851.50;12.80;1398.00;2.58;0.30 +783;9;4846.30;12.52;1394.00;1.57;0.30 +783;10;4851.70;11.61;1394.00;-1.57;0.30 +783;21;4846.30;12.52;1394.00;1.57;0.30 784;0;3288.00;12.65;1280.00;0.00;0.24 +784;1;3289.50;12.40;1277.50;0.54;0.24 +784;2;3285.50;11.85;1279.00;-1.19;0.24 +784;3;3291.00;13.05;1279.50;1.40;0.24 +784;4;3284.50;12.50;1282.00;4.19;0.24 +784;5;3288.50;13.55;1282.00;2.89;0.24 +784;9;3285.12;12.00;1280.00;1.57;0.24 +784;10;3290.88;13.23;1280.00;-1.57;0.24 +784;21;3285.12;12.00;1280.00;1.57;0.24 785;0;3249.00;12.35;1313.00;0.00;0.26 +785;1;3249.50;12.70;1310.50;0.19;0.26 +785;2;3246.50;12.40;1311.50;-1.03;0.26 +785;3;3251.50;12.40;1312.50;1.37;0.26 +785;4;3246.50;11.40;1314.50;4.17;0.26 +785;5;3252.50;12.30;1314.00;1.84;0.26 +785;6;3250.00;12.05;1315.00;2.67;0.26 +785;9;3246.30;11.85;1313.00;1.57;0.26 +785;10;3251.70;12.36;1313.00;-1.57;0.26 +785;21;3246.30;11.85;1313.00;1.57;0.26 786;0;3125.00;9.50;1776.00;0.00;0.82 +786;1;3116.50;9.50;1766.50;-0.73;0.82 +786;2;3125.50;9.50;1766.50;0.05;0.82 +786;3;3119.50;9.50;1779.00;4.21;0.82 +786;4;3132.00;9.50;1767.00;0.66;0.82 +786;5;3133.00;9.50;1770.50;0.96;0.82 +786;6;3132.50;9.50;1776.00;1.57;0.82 +786;7;3130.50;9.50;1783.00;2.47;0.82 +786;8;3130.00;9.50;1789.00;2.77;0.82 +786;9;3117.62;9.50;1776.00;1.57;0.82 +786;10;3132.38;9.50;1776.00;-1.57;0.82 +786;11;3111.40;9.50;1760.80;-0.73;0.82 +786;12;3125.80;9.50;1760.80;0.05;0.82 +786;13;3116.20;9.50;1780.80;4.21;0.82 +786;14;3136.20;9.50;1761.60;0.66;0.82 +786;15;3137.80;9.50;1767.20;0.96;0.82 +786;16;3137.00;9.50;1776.00;1.57;0.82 +786;17;3133.80;9.50;1787.20;2.47;0.82 +786;18;3133.00;9.50;1796.80;2.77;0.82 +786;21;3117.62;9.50;1776.00;1.57;0.82 787;0;2465.00;9.50;914.00;0.00;1.00 +787;1;2464.50;9.50;898.50;-0.03;1.00 +787;2;2473.50;9.50;899.50;0.53;1.00 +787;3;2457.50;9.50;913.00;-1.43;1.00 +787;4;2475.50;9.50;914.00;1.57;1.00 +787;5;2451.50;9.50;925.50;4.00;1.00 +787;6;2464.50;9.50;927.50;3.17;1.00 +787;9;2456.00;9.50;914.00;1.57;1.00 +787;10;2474.00;9.50;914.00;-1.57;1.00 +787;11;2464.20;9.50;889.20;-0.03;1.00 +787;12;2478.60;9.50;890.80;0.53;1.00 +787;13;2453.00;9.50;912.40;-1.43;1.00 +787;14;2481.80;9.50;914.00;1.57;1.00 +787;15;2443.40;9.50;932.40;4.00;1.00 +787;16;2464.20;9.50;935.60;3.17;1.00 +787;21;2456.00;9.50;914.00;1.57;1.00 788;0;1608.01;9.70;1481.66;0.00;0.24 +788;1;1608.00;9.70;1480.50;-1.10;0.24 +788;2;1612.50;9.70;1480.50;0.78;0.24 +788;3;1607.50;9.70;1482.50;4.57;0.24 +788;4;1615.00;9.70;1480.50;1.21;0.24 +788;5;1613.00;9.70;1483.00;2.03;0.24 +788;9;1607.40;9.70;1482.00;1.57;0.24 +788;10;1614.60;9.70;1482.00;-1.57;0.24 +788;19;1619.71;9.50;1484.40;-4.45;0.24 +788;20;1621.40;9.50;1484.87;1.84;0.24 +788;21;1617.26;9.90;1483.20;-1.57;0.24 789;0;3459.00;14.77;1336.00;0.00;0.24 +789;1;3455.00;15.07;1335.00;-1.32;0.24 +789;2;3460.00;14.80;1334.00;0.46;0.24 +789;3;3464.00;14.60;1335.50;1.47;0.24 +789;4;3455.50;14.75;1337.00;4.43;0.24 +789;5;3464.00;14.37;1337.00;1.76;0.24 +789;6;3461.00;14.60;1338.00;2.35;0.24 +789;9;3455.22;14.90;1336.00;1.57;0.24 +789;10;3462.78;14.36;1336.00;-1.57;0.24 +789;21;3455.22;14.90;1336.00;1.57;0.24 790;0;2802.00;10.30;1350.00;0.00;0.12 +790;1;2802.00;10.25;1349.00;0.00;0.12 +790;2;2800.00;10.25;1350.00;4.71;0.12 +790;3;2804.50;10.30;1349.50;1.37;0.12 +790;4;2804.00;10.35;1350.50;1.81;0.12 +790;5;2800.50;10.20;1350.50;4.39;0.12 +790;6;2802.50;10.40;1351.00;2.67;0.12 +790;9;2800.20;10.23;1350.00;1.57;0.12 +790;10;2803.80;10.31;1350.00;-1.57;0.12 +790;21;2803.80;10.31;1350.00;-1.57;0.12 791;0;2271.00;9.50;674.00;0.00;1.16 +791;1;2266.50;9.50;663.50;-0.40;1.16 +791;2;2280.50;9.50;660.00;0.59;1.16 +791;3;2280.50;9.50;674.00;1.57;1.16 +791;4;2262.50;9.50;679.00;4.18;1.16 +791;5;2280.50;9.50;688.00;2.54;1.16 +791;6;2276.00;9.50;689.50;2.83;1.16 +791;9;2260.56;9.50;674.00;1.57;1.16 +791;10;2281.44;9.50;674.00;-1.57;1.16 +791;11;2263.80;9.50;657.20;-0.40;1.16 +791;12;2286.20;9.50;651.60;0.59;1.16 +791;13;2286.20;9.50;674.00;1.57;1.16 +791;14;2257.40;9.50;682.00;4.18;1.16 +791;15;2286.20;9.50;696.40;2.54;1.16 +791;16;2279.00;9.50;698.80;2.83;1.16 +791;21;2260.56;9.50;674.00;1.57;1.16 792;0;3364.00;9.75;1212.00;0.00;0.22 +792;1;3363.00;9.80;1209.50;-0.38;0.22 +792;2;3365.50;10.65;1211.00;0.98;0.22 +792;3;3362.00;9.50;1212.50;4.46;0.22 +792;4;3365.00;9.80;1214.00;2.67;0.22 +792;9;3362.02;9.57;1212.00;1.57;0.22 +792;10;3365.98;10.78;1212.00;-1.57;0.22 +792;19;3363.00;9.50;1216.00;-1.82;0.22 +792;20;3362.57;9.50;1217.69;3.38;0.22 +792;21;3362.02;9.57;1212.00;1.57;0.22 793;0;3179.00;10.45;1387.00;0.00;0.26 +793;1;3178.00;10.90;1384.50;-0.38;0.26 +793;2;3180.00;10.70;1385.00;0.46;0.26 +793;3;3176.50;10.90;1385.50;-1.03;0.26 +793;4;3181.00;10.30;1387.50;1.81;0.26 +793;5;3177.00;10.45;1388.50;4.06;0.26 +793;6;3180.00;10.15;1389.50;2.76;0.26 +793;9;3176.66;10.63;1387.00;1.57;0.26 +793;10;3181.34;10.40;1387.00;-1.57;0.26 +793;21;3176.66;10.63;1387.00;1.57;0.26 794;0;2716.00;12.97;1333.00;0.00;0.24 +794;1;2715.50;13.30;1330.50;-0.19;0.24 +794;2;2717.00;13.17;1332.00;0.78;0.24 +794;3;2714.50;12.90;1333.00;4.71;0.24 +794;4;2715.50;12.90;1335.50;3.33;0.24 +794;5;2717.50;12.90;1335.50;2.60;0.24 +794;9;2713.84;12.86;1333.00;1.57;0.24 +794;10;2718.16;13.11;1333.00;-1.57;0.24 +794;21;2718.16;13.11;1333.00;-1.57;0.24 795;0;2181.00;9.50;1798.00;0.00;1.20 +795;1;2185.50;9.50;1785.50;0.34;1.20 +795;2;2170.00;9.50;1796.00;-1.39;1.20 +795;3;2196.00;9.50;1791.50;1.16;1.20 +795;4;2189.50;9.50;1805.00;2.26;1.20 +795;5;2171.50;9.50;1809.50;3.83;1.20 +795;9;2168.22;9.50;1798.00;1.57;1.20 +795;10;2193.78;9.50;1798.00;-1.57;1.20 +795;11;2188.20;9.50;1778.00;0.34;1.20 +795;12;2163.40;9.50;1794.80;-1.39;1.20 +795;13;2205.00;9.50;1787.60;1.16;1.20 +795;14;2194.60;9.50;1809.20;2.26;1.20 +795;15;2165.80;9.50;1816.40;3.83;1.20 +795;21;2168.22;9.50;1798.00;1.57;1.20 796;0;980.00;9.50;91.00;0.00;1.46 +796;1;984.00;9.50;72.50;0.21;1.46 +796;2;994.00;9.50;83.00;1.05;1.46 +796;3;969.00;9.50;86.50;-1.18;1.46 +796;4;987.00;9.50;101.50;2.55;1.46 +796;5;959.00;9.50;101.00;4.26;1.46 +796;6;967.50;9.50;105.00;3.87;1.46 +796;9;965.78;9.50;91.00;1.57;1.46 +796;10;994.22;9.50;91.00;-1.57;1.46 +796;11;986.40;9.50;61.40;0.21;1.46 +796;12;1002.40;9.50;78.20;1.05;1.46 +796;13;962.40;9.50;83.80;-1.18;1.46 +796;14;991.20;9.50;107.80;2.55;1.46 +796;15;946.40;9.50;107.00;4.26;1.46 +796;16;960.00;9.50;113.40;3.87;1.46 +796;21;965.78;9.50;91.00;1.57;1.46 797;0;3109.00;12.07;1405.00;0.00;0.22 +797;1;3110.00;12.65;1402.50;0.38;0.22 +797;2;3111.00;12.50;1402.50;0.67;0.22 +797;3;3108.00;12.07;1404.00;-0.78;0.22 +797;4;3111.00;12.35;1404.00;1.10;0.22 +797;5;3109.50;12.40;1406.50;2.82;0.22 +797;6;3106.50;11.50;1406.50;4.17;0.22 +797;9;3106.84;11.65;1405.00;1.57;0.22 +797;10;3111.16;12.44;1405.00;-1.57;0.22 +797;21;3106.84;11.65;1405.00;1.57;0.22 798;0;2795.00;14.82;1332.00;0.00;0.24 +798;1;2794.50;14.35;1330.00;-0.24;0.24 +798;2;2796.50;14.80;1331.50;1.24;0.24 +798;3;2794.00;14.72;1333.00;3.92;0.24 +798;4;2796.00;14.95;1334.00;2.67;0.24 +798;9;2792.84;14.30;1332.00;1.57;0.24 +798;10;2797.16;14.98;1332.00;-1.57;0.24 +798;21;2797.16;14.98;1332.00;-1.57;0.24 799;0;2670.00;9.75;1326.00;0.00;0.16 +799;1;2669.00;9.70;1323.50;-0.38;0.16 +799;2;2671.00;9.82;1325.00;0.78;0.16 +799;3;2668.50;9.50;1325.00;-0.98;0.16 +799;4;2669.00;9.55;1327.50;3.73;0.16 +799;5;2670.50;9.80;1328.50;2.94;0.16 +799;9;2668.56;9.50;1326.00;1.57;0.16 +799;10;2671.44;9.89;1326.00;-1.57;0.16 +799;19;2667.00;9.50;1322.00;-0.98;0.16 +799;20;2665.95;9.50;1320.60;-0.64;0.16 +799;21;2668.56;9.50;1326.00;1.57;0.16 800;0;4796.00;12.47;1353.00;0.00;0.22 +800;1;4797.00;12.60;1351.50;0.58;0.22 +800;2;4794.50;12.40;1351.50;-0.78;0.22 +800;3;4798.00;12.90;1353.50;1.81;0.22 +800;4;4793.50;12.50;1352.50;-1.37;0.22 +800;5;4794.00;12.85;1354.50;4.06;0.22 +800;6;4796.00;13.20;1355.50;3.14;0.22 +800;9;4793.84;12.51;1353.00;1.57;0.22 +800;10;4798.16;12.88;1353.00;-1.57;0.22 +800;21;4793.84;12.51;1353.00;1.57;0.22 801;0;1549.00;11.72;1530.00;0.00;0.30 +801;1;1547.00;12.30;1528.50;-0.92;0.30 +801;2;1550.00;12.25;1527.00;0.32;0.30 +801;3;1551.50;11.20;1531.00;1.95;0.30 +801;4;1545.50;10.25;1532.00;4.19;0.30 +801;5;1548.00;10.15;1533.00;3.46;0.30 +801;6;1550.50;10.20;1533.50;2.73;0.30 +801;9;1546.30;11.35;1530.00;1.57;0.30 +801;10;1551.70;11.74;1530.00;-1.57;0.30 +801;21;1546.30;11.35;1530.00;1.57;0.30 802;0;3806.00;9.50;959.00;0.00;0.98 +802;1;3809.00;9.50;947.00;0.24;0.98 +802;2;3797.00;9.50;951.00;-0.84;0.98 +802;3;3816.50;9.50;949.00;0.81;0.98 +802;4;3816.50;9.50;959.00;1.57;0.98 +802;5;3799.00;9.50;966.00;3.92;0.98 +802;6;3811.50;9.50;971.50;2.72;0.98 +802;7;3805.50;9.50;975.50;3.17;0.98 +802;9;3797.18;9.50;959.00;1.57;0.98 +802;10;3814.82;9.50;959.00;-1.57;0.98 +802;11;3810.80;9.50;939.80;0.24;0.98 +802;12;3791.60;9.50;946.20;-0.84;0.98 +802;13;3822.80;9.50;943.00;0.81;0.98 +802;14;3822.80;9.50;959.00;1.57;0.98 +802;15;3794.80;9.50;970.20;3.92;0.98 +802;16;3814.80;9.50;979.00;2.72;0.98 +802;17;3805.20;9.50;985.40;3.17;0.98 +802;21;3797.18;9.50;959.00;1.57;0.98 803;0;3309.00;9.50;1177.00;0.00;0.72 +803;1;3313.50;9.50;1169.50;0.54;0.72 +803;2;3308.50;9.50;1170.00;-0.07;0.72 +803;3;3318.00;9.50;1169.50;0.87;0.72 +803;4;3306.00;9.50;1171.00;-0.46;0.72 +803;5;3316.00;9.50;1177.50;1.64;0.72 +803;6;3303.50;9.50;1172.50;-0.88;0.72 +803;7;3301.00;9.50;1179.00;4.46;0.72 +803;8;3306.50;9.50;1184.50;3.46;0.72 +803;9;3301.80;9.50;1177.00;1.57;0.72 +803;10;3316.20;9.50;1177.00;-1.57;0.72 +803;11;3316.20;9.50;1165.00;0.54;0.72 +803;12;3308.20;9.50;1165.80;-0.07;0.72 +803;13;3323.40;9.50;1165.00;0.87;0.72 +803;14;3304.20;9.50;1167.40;-0.46;0.72 +803;15;3320.20;9.50;1177.80;1.64;0.72 +803;16;3300.20;9.50;1169.80;-0.88;0.72 +803;17;3296.20;9.50;1180.20;4.46;0.72 +803;18;3305.00;9.50;1189.00;3.46;0.72 +803;21;3316.20;9.50;1177.00;-1.57;0.72 804;0;3331.00;11.30;1320.00;0.00;0.22 +804;1;3328.50;10.80;1316.50;-0.62;0.22 +804;2;3330.50;10.95;1317.00;-0.16;0.22 +804;3;3329.00;11.20;1320.50;4.46;0.22 +804;4;3332.50;11.25;1319.00;0.98;0.22 +804;5;3332.50;11.60;1322.50;2.60;0.22 +804;6;3331.00;11.50;1323.50;3.14;0.22 +804;9;3329.02;11.15;1320.00;1.57;0.22 +804;10;3332.98;11.40;1320.00;-1.57;0.22 +804;21;3329.02;11.15;1320.00;1.57;0.22 805;0;1315.00;10.40;1389.00;0.00;0.34 +805;1;1312.00;10.37;1387.00;-0.98;0.34 +805;2;1318.50;10.40;1385.50;0.78;0.34 +805;3;1322.00;10.40;1387.00;1.29;0.34 +805;4;1309.00;10.40;1390.50;4.46;0.34 +805;5;1319.50;10.40;1390.50;1.89;0.34 +805;6;1313.00;10.40;1393.00;3.60;0.34 +805;9;1309.96;10.40;1389.00;1.57;0.34 +805;10;1320.04;10.40;1389.00;-1.57;0.34 +805;21;1309.96;10.40;1389.00;1.57;0.34 806;0;3371.00;9.70;1268.00;0.00;0.28 +806;1;3372.50;9.60;1265.50;0.54;0.28 +806;2;3369.00;9.50;1266.50;-0.92;0.28 +806;3;3374.50;10.15;1266.00;1.05;0.28 +806;4;3367.00;9.70;1267.50;-1.44;0.28 +806;5;3373.50;10.55;1269.00;1.95;0.28 +806;6;3370.50;9.95;1270.00;3.38;0.28 +806;9;3367.76;9.70;1268.00;1.57;0.28 +806;10;3374.24;10.52;1268.00;-1.57;0.28 +806;19;3369.97;9.40;1266.18;-0.53;0.28 +806;20;3369.10;9.40;1264.65;-0.51;0.28 +806;21;3368.91;10.50;1268.98;-1.57;0.28 807;0;5112.00;9.50;624.00;0.00;1.08 +807;1;5112.00;9.50;610.50;0.00;1.08 +807;2;5120.00;9.50;612.50;0.60;1.08 +807;3;5100.50;9.70;616.50;-0.99;1.08 +807;4;5132.00;9.50;621.00;1.42;1.08 +807;5;5105.50;9.50;620.50;-1.07;1.08 +807;6;5093.00;9.50;627.00;4.55;1.08 +807;7;5124.00;9.50;630.00;2.03;1.08 +807;8;5102.50;9.50;635.00;3.85;1.08 +807;9;5095.44;9.50;624.00;1.57;1.08 +807;10;5128.56;9.50;624.00;-1.57;1.08 +807;11;5112.00;9.50;602.40;0.00;1.08 +807;12;5124.80;9.50;605.60;0.60;1.08 +807;13;5093.60;9.50;612.00;-0.99;1.08 +807;14;5144.00;9.50;619.20;1.42;1.08 +807;15;5101.60;9.68;618.40;-1.07;1.08 +807;16;5081.60;9.50;628.80;4.55;1.08 +807;17;5131.20;9.50;633.60;2.03;1.08 +807;18;5096.80;9.50;641.60;3.85;1.08 +807;21;5095.44;9.50;624.00;1.57;1.08 808;0;5289.00;9.50;1308.00;0.00;1.16 +808;1;5287.00;9.50;1296.50;-0.17;1.16 +808;2;5272.50;9.50;1306.50;-1.48;1.16 +808;3;5306.50;9.50;1298.50;1.07;1.16 +808;4;5303.50;9.50;1312.00;1.84;1.16 +808;5;5276.00;9.50;1317.50;4.08;1.16 +808;6;5288.50;9.50;1321.00;3.18;1.16 +808;7;5300.00;9.50;1324.50;2.55;1.16 +808;9;5274.78;9.50;1308.00;1.57;1.16 +808;10;5303.22;9.50;1308.00;-1.57;1.16 +808;11;5285.80;9.50;1289.60;-0.17;1.16 +808;12;5262.60;9.50;1305.60;-1.48;1.16 +808;13;5317.00;9.50;1292.80;1.07;1.16 +808;14;5312.20;9.50;1314.40;1.84;1.16 +808;15;5268.20;9.50;1323.20;4.08;1.16 +808;16;5288.20;9.50;1328.80;3.18;1.16 +808;17;5306.60;9.50;1334.40;2.55;1.16 +808;21;5274.78;9.50;1308.00;1.57;1.16 809;0;2716.00;12.77;1295.00;0.00;0.20 +809;1;2716.50;12.60;1292.50;0.19;0.20 +809;2;2714.50;12.50;1294.00;-0.98;0.20 +809;3;2717.00;12.80;1293.50;0.58;0.20 +809;4;2718.00;12.70;1295.00;1.57;0.20 +809;5;2714.00;12.42;1296.00;4.24;0.20 +809;6;2716.50;12.65;1296.00;2.67;0.20 +809;9;2713.84;12.43;1295.00;1.57;0.20 +809;10;2718.16;12.65;1295.00;-1.57;0.20 +809;21;2718.16;12.65;1295.00;-1.57;0.20 810;0;4857.00;12.20;1407.00;0.00;0.24 +810;1;4855.50;12.50;1404.50;-0.54;0.24 +810;2;4858.00;12.40;1404.50;0.38;0.24 +810;3;4860.00;12.25;1405.00;0.98;0.24 +810;4;4855.00;12.35;1407.50;4.46;0.24 +810;5;4859.00;11.92;1408.00;2.03;0.24 +810;6;4856.00;12.20;1410.00;3.46;0.24 +810;9;4854.66;12.38;1407.00;1.57;0.24 +810;10;4859.34;12.00;1407.00;-1.57;0.24 +810;21;4854.66;12.38;1407.00;1.57;0.24 811;0;4731.00;9.50;394.00;0.00;0.88 +811;1;4731.00;9.50;377.50;0.00;0.88 +811;2;4723.50;9.50;380.50;-0.50;0.88 +811;3;4738.50;9.50;390.50;1.13;0.88 +811;4;4721.50;9.50;393.00;-1.46;0.88 +811;5;4742.00;9.50;404.00;2.30;0.88 +811;6;4723.00;9.50;403.50;3.84;0.88 +811;7;4734.50;9.50;409.00;2.91;0.88 +811;9;4723.08;9.50;394.00;1.57;0.88 +811;10;4738.92;9.50;394.00;-1.57;0.88 +811;11;4731.00;9.50;367.60;0.00;0.88 +811;12;4719.00;9.50;372.40;-0.50;0.88 +811;13;4743.00;9.50;388.40;1.13;0.88 +811;14;4715.80;9.50;392.40;-1.46;0.88 +811;15;4748.60;9.50;410.00;2.30;0.88 +811;16;4718.20;9.50;409.20;3.84;0.88 +811;17;4736.60;9.50;418.00;2.91;0.88 +811;21;4723.08;9.50;394.00;1.57;0.88 812;0;4349.00;9.50;635.00;0.00;1.10 +812;1;4358.00;9.50;625.00;0.73;1.10 +812;2;4349.50;9.70;630.50;0.11;1.10 +812;3;4344.50;9.50;630.00;-0.73;1.10 +812;4;4362.50;9.50;630.00;1.21;1.10 +812;5;4360.50;9.50;632.00;1.31;1.10 +812;6;4356.50;9.50;637.00;1.83;1.10 +812;7;4345.50;9.50;637.50;4.09;1.10 +812;8;4337.00;9.50;639.50;4.35;1.10 +812;9;4339.10;9.50;635.00;1.57;1.10 +812;10;4358.90;9.50;635.00;-1.57;1.10 +812;11;4363.40;9.50;619.00;0.73;1.10 +812;12;4349.80;9.70;627.80;0.11;1.10 +812;13;4341.80;9.50;627.00;-0.73;1.10 +812;14;4370.60;9.50;627.00;1.21;1.10 +812;15;4367.40;9.50;630.20;1.31;1.10 +812;16;4361.00;9.50;638.20;1.83;1.10 +812;17;4343.40;9.50;639.00;4.09;1.10 +812;18;4329.80;9.50;642.20;4.35;1.10 +812;21;4339.10;9.50;635.00;1.57;1.10 813;0;2780.00;12.52;1348.00;0.00;0.20 +813;1;2777.50;12.85;1346.00;-0.89;0.20 +813;2;2781.00;12.75;1346.50;0.58;0.20 +813;3;2777.50;12.70;1348.00;4.71;0.20 +813;4;2783.50;12.80;1347.50;1.42;0.20 +813;5;2783.50;12.30;1349.00;1.84;0.20 +813;6;2780.50;12.30;1349.50;2.82;0.20 +813;9;2777.12;12.66;1348.00;1.57;0.20 +813;10;2782.88;12.56;1348.00;-1.57;0.20 +813;21;2782.88;12.56;1348.00;-1.57;0.20 814;0;4655.00;11.50;1341.00;0.00;0.28 +814;1;4654.00;11.10;1337.50;-0.27;0.28 +814;2;4652.50;11.00;1338.00;-0.69;0.28 +814;3;4656.00;11.25;1339.50;0.58;0.28 +814;4;4651.50;11.00;1339.50;-1.16;0.28 +814;5;4658.00;11.55;1341.50;1.73;0.28 +814;6;4652.50;11.40;1342.00;4.33;0.28 +814;7;4658.00;11.75;1343.50;2.26;0.28 +814;8;4655.00;12.05;1344.00;3.14;0.28 +814;9;4651.76;11.10;1341.00;1.57;0.28 +814;10;4658.24;11.46;1341.00;-1.57;0.28 +814;21;4651.76;11.10;1341.00;1.57;0.28 815;0;4519.00;9.50;272.00;0.00;1.08 +815;1;4519.50;9.50;259.00;0.03;1.08 +815;2;4530.00;9.50;273.00;1.66;1.08 +815;3;4508.00;9.50;261.50;-0.80;1.08 +815;4;4506.00;9.50;271.00;-1.49;1.08 +815;5;4508.50;9.50;284.00;3.86;1.08 +815;6;4518.50;9.50;287.00;3.17;1.08 +815;9;4509.28;9.50;272.00;1.57;1.08 +815;10;4528.72;9.50;272.00;-1.57;1.08 +815;11;4519.80;9.50;251.20;0.03;1.08 +815;12;4536.60;9.50;273.60;1.66;1.08 +815;13;4501.40;9.50;255.20;-0.80;1.08 +815;14;4498.20;9.50;270.40;-1.49;1.08 +815;15;4502.20;9.50;291.20;3.86;1.08 +815;16;4518.20;9.50;296.00;3.17;1.08 +815;21;4509.28;9.50;272.00;1.57;1.08 816;0;3804.00;9.50;634.00;0.00;0.98 +816;1;3808.00;9.50;623.00;0.34;0.98 +816;2;3795.00;9.50;632.00;-1.35;0.98 +816;3;3816.50;9.50;624.00;0.89;0.98 +816;4;3813.50;9.50;635.00;1.67;0.98 +816;5;3790.50;9.50;642.50;4.15;0.98 +816;6;3800.50;9.50;644.00;3.47;0.98 +816;7;3812.50;9.50;646.50;2.54;0.98 +816;9;3794.46;9.50;634.00;1.57;0.98 +816;10;3813.54;9.50;634.00;-1.57;0.98 +816;11;3810.40;9.50;616.40;0.34;0.98 +816;12;3789.60;9.50;630.80;-1.35;0.98 +816;13;3824.00;9.50;618.00;0.89;0.98 +816;14;3819.20;9.50;635.60;1.67;0.98 +816;15;3782.40;9.50;647.60;4.15;0.98 +816;16;3798.40;9.50;650.00;3.47;0.98 +816;17;3817.60;9.50;654.00;2.54;0.98 +816;21;3794.46;9.50;634.00;1.57;0.98 817;0;2889.00;10.00;1458.00;0.00;0.22 +817;1;2888.00;10.00;1456.00;-0.46;0.22 +817;2;2886.00;10.00;1456.50;-1.10;0.22 +817;3;2890.50;10.00;1457.50;1.24;0.22 +817;4;2888.50;10.00;1458.50;3.92;0.22 +817;5;2891.00;10.00;1459.50;2.21;0.22 +817;9;2887.02;10.00;1458.00;1.57;0.22 +817;10;2890.98;10.02;1458.00;-1.57;0.22 +817;21;2887.02;10.00;1458.00;1.57;0.22 818;0;3195.00;9.70;1399.00;0.00;0.28 -819;0;3030.00;9.67;1341.00;0.00;0.20 -820;0;3772.00;9.50;30.00;0.00;1.36 +818;1;3196.50;9.80;1396.00;0.46;0.28 +818;2;3194.50;9.80;1396.00;-0.16;0.28 +818;3;3198.00;9.70;1397.50;1.10;0.28 +818;4;3193.00;9.70;1399.00;4.71;0.28 +818;5;3195.50;9.70;1400.50;2.82;0.28 +818;6;3191.00;9.70;1402.00;4.06;0.28 +818;7;3192.50;9.70;1402.50;3.76;0.28 +818;9;3192.30;9.70;1399.00;1.57;0.28 +818;10;3197.70;9.70;1399.00;-1.57;0.28 +818;21;3192.30;9.70;1399.00;1.57;0.28 +819;0;3030.00;9.67;1341.00;0.00;0.20 +819;1;3029.50;9.50;1339.50;-0.32;0.20 +819;2;3032.00;9.70;1340.50;1.32;0.20 +819;3;3029.50;9.70;1342.00;3.60;0.20 +819;4;3032.00;9.75;1342.50;2.21;0.20 +819;9;3028.02;9.59;1341.00;1.57;0.20 +819;10;3031.98;9.70;1341.00;-1.57;0.20 +819;19;3032.00;9.50;1336.00;-0.32;0.20 +819;20;3032.65;9.50;1334.37;0.38;0.20 +819;21;3028.02;9.59;1341.00;1.57;0.20 +820;0;3772.00;9.50;30.00;0.00;1.36 +820;1;3758.00;9.50;21.00;-0.99;1.36 +820;2;3786.50;9.50;21.50;1.04;1.36 +820;3;3755.50;9.50;33.50;4.50;1.36 +820;4;3786.50;9.50;39.50;2.15;1.36 +820;5;3772.00;9.50;45.00;3.14;1.36 +820;9;3759.76;9.50;30.00;1.57;1.36 +820;10;3784.24;9.50;30.00;-1.57;1.36 +820;11;3749.60;9.50;15.60;-0.99;1.36 +820;12;3795.20;9.50;16.40;1.04;1.36 +820;13;3745.60;9.50;35.60;4.50;1.36 +820;14;3795.20;9.50;45.20;2.15;1.36 +820;15;3772.00;9.50;54.00;3.14;1.36 +820;21;3759.76;9.50;30.00;1.57;1.36 821;0;2951.00;9.50;34.00;0.00;1.30 +821;1;2940.50;9.50;29.00;-1.12;1.30 +821;2;2960.50;9.50;29.50;1.12;1.30 +821;3;2944.50;9.50;45.50;3.65;1.30 +821;4;2960.50;9.50;45.50;2.45;1.30 +821;5;2951.00;9.50;51.00;3.14;1.30 +821;9;2939.30;9.50;34.00;1.57;1.30 +821;10;2962.70;9.50;34.00;-1.57;1.30 +821;11;2934.20;9.50;26.00;-1.12;1.30 +821;12;2966.20;9.50;26.80;1.12;1.30 +821;13;2940.60;9.50;52.40;3.65;1.30 +821;14;2966.20;9.50;52.40;2.45;1.30 +821;15;2951.00;9.50;61.20;3.14;1.30 +821;21;2939.30;9.50;34.00;1.57;1.30 822;0;1608.00;10.00;1540.00;0.00;0.16 +822;1;1605.50;9.95;1539.00;-1.19;0.16 +822;2;1608.50;9.95;1539.00;0.46;0.16 +822;3;1606.00;10.00;1540.50;4.46;0.16 +822;4;1610.50;9.95;1540.00;1.57;0.16 +822;5;1608.50;10.00;1542.00;2.89;0.16 +822;9;1605.66;10.00;1540.00;1.57;0.16 +822;10;1610.34;9.95;1540.00;-1.57;0.16 +822;21;1605.66;10.00;1540.00;1.57;0.16 823;0;991.00;11.57;1428.00;0.00;0.30 +823;1;990.00;12.07;1425.00;-0.32;0.30 +823;2;995.00;10.25;1425.00;0.92;0.30 +823;3;986.50;12.50;1426.50;-1.24;0.30 +823;4;996.00;10.10;1427.50;1.47;0.30 +823;5;986.00;12.60;1429.00;4.51;0.30 +823;6;993.00;10.67;1431.00;2.55;0.30 +823;7;988.00;12.05;1430.50;4.01;0.30 +823;9;986.86;12.65;1428.00;1.57;0.30 +823;10;995.14;10.23;1428.00;-1.57;0.30 +823;21;986.86;12.65;1428.00;1.57;0.30 824;0;2138.00;9.50;61.00;0.00;0.98 +824;1;2128.00;9.50;49.00;-0.69;0.98 +824;2;2127.50;9.50;60.50;-1.52;0.98 +824;3;2139.00;9.50;50.00;0.09;0.98 +824;4;2149.00;9.50;62.00;1.66;0.98 +824;5;2140.00;9.50;72.50;2.96;0.98 +824;6;2150.50;9.50;73.00;2.33;0.98 +824;9;2128.64;9.50;61.00;1.57;0.98 +824;10;2147.36;9.50;61.00;-1.57;0.98 +824;11;2122.00;9.50;41.80;-0.69;0.98 +824;12;2121.20;9.50;60.20;-1.52;0.98 +824;13;2139.60;9.50;43.40;0.09;0.98 +824;14;2155.60;9.50;62.60;1.66;0.98 +824;15;2141.20;9.50;79.40;2.96;0.98 +824;16;2158.00;9.50;80.20;2.33;0.98 +824;21;2128.64;9.50;61.00;1.57;0.98 825;0;2327.00;9.50;309.00;0.00;1.26 +825;1;2331.50;9.50;291.00;0.24;1.26 +825;2;2332.50;9.50;291.00;0.29;1.26 +825;3;2323.50;9.50;298.00;-0.30;1.26 +825;4;2337.00;9.50;302.00;0.96;1.26 +825;5;2311.50;9.50;309.00;4.71;1.26 +825;6;2339.00;9.50;317.00;2.15;1.26 +825;7;2317.00;9.50;317.50;4.00;1.26 +825;8;2330.50;9.50;321.50;2.86;1.26 +825;9;2314.58;9.50;309.00;1.57;1.26 +825;10;2339.42;9.50;309.00;-1.57;1.26 +825;11;2334.20;9.50;280.20;0.24;1.26 +825;12;2335.80;9.50;280.20;0.29;1.26 +825;13;2321.40;9.50;291.40;-0.30;1.26 +825;14;2343.00;9.50;297.80;0.96;1.26 +825;15;2302.20;9.50;309.00;4.71;1.26 +825;16;2346.20;9.50;321.80;2.15;1.26 +825;17;2311.00;9.50;322.60;4.00;1.26 +825;18;2332.60;9.50;329.00;2.86;1.26 +825;21;2314.58;9.50;309.00;1.57;1.26 826;0;2516.00;9.50;1121.00;0.00;1.36 +826;1;2513.50;9.50;1101.50;-0.12;1.36 +826;2;2521.50;9.50;1108.00;0.40;1.36 +826;3;2507.00;9.50;1106.50;-0.55;1.36 +826;4;2503.50;9.50;1120.50;-1.53;1.36 +826;5;2521.50;9.50;1120.50;1.48;1.36 +826;6;2528.50;9.50;1131.50;2.26;1.36 +826;7;2512.00;9.50;1134.00;3.44;1.36 +826;8;2523.50;9.50;1138.00;2.72;1.36 +826;9;2503.76;9.50;1121.00;1.57;1.36 +826;10;2528.24;9.64;1121.00;-1.57;1.36 +826;11;2512.00;9.50;1089.80;-0.12;1.36 +826;12;2524.80;9.50;1100.20;0.40;1.36 +826;13;2501.60;9.50;1097.80;-0.55;1.36 +826;14;2496.00;9.50;1120.20;-1.53;1.36 +826;15;2524.80;9.50;1120.20;1.48;1.36 +826;16;2536.00;9.50;1137.80;2.26;1.36 +826;17;2509.60;9.50;1141.80;3.44;1.36 +826;18;2528.00;9.50;1148.20;2.72;1.36 +826;21;2503.76;9.50;1121.00;1.57;1.36 827;0;1528.00;10.75;1544.00;0.00;0.26 +827;1;1525.00;10.82;1542.00;-0.98;0.26 +827;2;1527.50;10.80;1541.50;-0.19;0.26 +827;3;1530.50;10.85;1543.00;1.19;0.26 +827;4;1524.00;10.80;1544.00;4.71;0.26 +827;5;1526.00;10.80;1546.00;3.92;0.26 +827;6;1532.00;10.80;1546.00;2.03;0.26 +827;7;1530.00;10.77;1547.00;2.55;0.26 +827;9;1524.94;10.80;1544.00;1.57;0.26 +827;10;1531.06;10.85;1544.00;-1.57;0.26 +827;21;1524.94;10.80;1544.00;1.57;0.26 828;0;4592.00;14.15;1344.00;0.00;0.34 +828;1;4590.50;13.20;1340.50;-0.40;0.34 +828;2;4594.00;12.92;1341.00;0.58;0.34 +828;3;4588.50;14.45;1344.00;4.71;0.34 +828;4;4595.50;13.80;1344.00;1.57;0.34 +828;5;4589.50;14.65;1347.00;3.83;0.34 +828;6;4593.00;14.47;1347.00;2.82;0.34 +828;9;4588.94;14.38;1344.00;1.57;0.34 +828;10;4595.06;13.86;1344.00;-1.57;0.34 +828;21;4588.94;14.38;1344.00;1.57;0.34 829;0;3532.00;9.70;1202.00;0.00;0.48 +829;1;3533.00;9.70;1196.00;0.16;0.48 +829;2;3535.50;9.70;1198.50;0.78;0.48 +829;3;3528.50;9.70;1200.50;-1.16;0.48 +829;4;3536.00;9.75;1202.50;1.69;0.48 +829;5;3529.00;9.80;1206.50;3.73;0.48 +829;6;3533.50;10.00;1206.50;2.82;0.48 +829;9;3527.68;9.78;1202.00;1.57;0.48 +829;10;3536.32;9.74;1202.00;-1.57;0.48 +829;21;3527.68;9.78;1202.00;1.57;0.48 830;0;2527.00;9.50;1486.00;0.00;1.30 +830;1;2523.50;9.50;1476.00;-0.33;1.30 +830;2;2538.50;9.50;1467.50;0.55;1.30 +830;3;2540.50;9.50;1475.00;0.88;1.30 +830;4;2533.50;9.50;1493.50;2.42;1.30 +830;5;2510.50;9.50;1486.50;4.68;1.30 +830;6;2513.00;9.50;1492.50;4.27;1.30 +830;7;2521.00;9.50;1502.50;3.49;1.30 +830;8;2526.00;9.50;1507.50;3.18;1.30 +830;9;2515.30;9.50;1486.00;1.57;1.30 +830;10;2538.70;9.50;1486.00;-1.57;1.30 +830;11;2521.40;9.50;1470.00;-0.33;1.30 +830;12;2545.40;9.50;1456.40;0.55;1.30 +830;13;2548.60;9.50;1468.40;0.88;1.30 +830;14;2537.40;9.50;1498.00;2.42;1.30 +830;15;2500.60;9.50;1486.80;4.68;1.30 +830;16;2504.60;9.50;1496.40;4.27;1.30 +830;17;2517.40;9.50;1512.40;3.49;1.30 +830;18;2525.40;9.50;1520.40;3.18;1.30 +830;21;2515.30;9.50;1486.00;1.57;1.30 831;0;1486.00;10.70;1540.00;0.00;0.22 +831;1;1486.50;10.80;1536.50;0.14;0.22 +831;2;1484.50;10.30;1535.50;-0.32;0.22 +831;3;1484.50;10.50;1539.50;-1.24;0.22 +831;4;1488.50;10.40;1541.00;1.95;0.22 +831;5;1484.50;10.40;1543.50;3.54;0.22 +831;6;1486.00;10.37;1544.00;3.14;0.22 +831;9;1484.02;10.45;1540.00;1.57;0.22 +831;10;1487.98;10.65;1540.00;-1.57;0.22 +831;21;1484.02;10.45;1540.00;1.57;0.22 832;0;2772.00;12.12;1305.00;0.00;0.24 +832;1;2771.00;12.30;1303.50;-0.58;0.24 +832;2;2773.50;12.30;1303.00;0.64;0.24 +832;3;2774.00;12.12;1304.00;1.10;0.24 +832;4;2769.00;12.60;1305.50;4.54;0.24 +832;5;2774.00;11.90;1306.00;2.03;0.24 +832;6;2770.50;12.20;1306.50;3.92;0.24 +832;7;2772.50;11.90;1307.00;2.89;0.24 +832;9;2769.84;12.43;1305.00;1.57;0.24 +832;10;2774.16;11.95;1305.00;-1.57;0.24 +832;21;2774.16;11.95;1305.00;-1.57;0.24 833;0;3130.00;13.57;1351.00;0.00;0.20 +833;1;3128.50;13.50;1348.50;-0.54;0.20 +833;2;3130.00;13.37;1349.00;0.00;0.20 +833;3;3128.50;14.30;1352.00;4.12;0.20 +833;4;3132.00;12.95;1351.50;1.81;0.20 +833;5;3130.00;13.52;1353.00;3.14;0.20 +833;9;3128.20;14.05;1351.00;1.57;0.20 +833;10;3131.80;13.02;1351.00;-1.57;0.20 +833;21;3131.80;13.02;1351.00;-1.57;0.20 834;0;938.00;9.50;59.00;0.00;1.48 +834;1;948.50;9.50;48.00;0.76;1.48 +834;2;930.50;9.50;44.50;-0.47;1.48 +834;3;928.50;9.50;67.00;4.01;1.48 +834;4;948.00;9.50;70.50;2.42;1.48 +834;9;924.68;9.50;59.00;1.57;1.48 +834;10;951.32;9.50;59.00;-1.57;1.48 +834;11;954.80;9.50;41.40;0.76;1.48 +834;12;926.00;9.50;35.80;-0.47;1.48 +834;13;922.80;9.50;71.80;4.01;1.48 +834;14;954.00;9.50;77.40;2.42;1.48 +834;21;924.68;9.50;59.00;1.57;1.48 835;0;67.00;9.50;499.00;0.00;1.24 +835;1;53.00;9.50;491.50;-1.07;1.24 +835;2;65.00;9.50;486.50;-0.15;1.24 +835;3;76.50;9.50;489.50;0.78;1.24 +835;4;80.00;9.50;504.00;1.93;1.24 +835;5;53.00;9.50;502.50;4.46;1.24 +835;6;68.00;9.50;511.50;3.06;1.24 +835;9;53.68;9.50;499.00;1.57;1.24 +835;10;80.32;9.50;499.00;-1.57;1.24 +835;11;44.60;9.50;487.00;-1.07;1.24 +835;12;63.80;9.50;479.00;-0.15;1.24 +835;13;82.20;9.50;483.80;0.78;1.24 +835;14;87.80;9.50;507.00;1.93;1.24 +835;15;44.60;9.50;504.60;4.46;1.24 +835;16;68.60;9.50;519.00;3.06;1.24 +835;21;53.68;9.50;499.00;1.57;1.24 836;0;4731.00;11.25;1333.00;0.00;0.22 +836;1;4729.50;10.85;1331.00;-0.64;0.22 +836;2;4732.00;10.80;1332.00;0.78;0.22 +836;3;4728.00;10.87;1332.00;-1.24;0.22 +836;4;4730.00;11.95;1334.00;3.92;0.22 +836;5;4733.00;11.82;1334.00;2.03;0.22 +836;6;4732.00;13.55;1336.00;2.82;0.22 +836;9;4728.66;11.20;1333.00;1.57;0.22 +836;10;4733.34;11.15;1333.00;-1.57;0.22 +836;21;4728.66;11.20;1333.00;1.57;0.22 837;0;4915.00;12.75;1420.00;0.00;0.34 +837;1;4916.00;12.95;1416.00;0.24;0.34 +837;2;4913.00;12.75;1416.50;-0.51;0.34 +837;3;4918.00;13.10;1418.00;0.98;0.34 +837;4;4911.50;12.30;1419.50;-1.42;0.34 +837;5;4918.00;12.97;1421.00;1.89;0.34 +837;6;4912.00;12.45;1422.50;4.01;0.34 +837;7;4915.50;12.80;1423.50;3.00;0.34 +837;9;4911.76;12.32;1420.00;1.57;0.34 +837;10;4918.24;13.03;1420.00;-1.57;0.34 +837;21;4911.76;12.32;1420.00;1.57;0.34 838;0;26.00;9.50;1323.00;0.00;1.04 +838;1;26.50;9.50;1311.50;0.04;1.04 +838;2;13.00;9.50;1320.00;-1.34;1.04 +838;3;41.00;9.50;1313.00;0.98;1.04 +838;4;39.50;9.50;1325.00;1.71;1.04 +838;5;13.00;9.50;1331.50;4.13;1.04 +838;6;24.50;9.50;1335.00;3.26;1.04 +838;7;36.50;9.50;1336.50;2.48;1.04 +838;9;15.74;9.50;1323.00;1.57;1.04 +838;10;36.26;9.50;1323.00;-1.57;1.04 +838;11;26.80;9.50;1304.60;0.04;1.04 +838;12;5.20;9.50;1318.20;-1.34;1.04 +838;13;50.00;9.50;1307.00;0.98;1.04 +838;14;47.60;9.50;1326.20;1.71;1.04 +838;15;5.20;9.50;1336.60;4.13;1.04 +838;16;23.60;9.50;1342.20;3.26;1.04 +838;17;42.80;9.50;1344.60;2.48;1.04 +838;21;15.74;9.50;1323.00;1.57;1.04 839;0;280.00;9.50;1535.00;0.00;1.02 +839;1;271.50;9.50;1522.50;-0.59;1.02 +839;2;264.00;9.50;1533.50;-1.47;1.02 +839;3;288.50;9.50;1527.00;0.81;1.02 +839;4;299.00;9.50;1536.50;1.65;1.02 +839;5;296.00;9.50;1545.00;2.12;1.02 +839;6;266.00;9.50;1545.50;4.06;1.02 +839;7;278.00;9.50;1546.00;3.32;1.02 +839;9;265.60;9.50;1535.00;1.57;1.02 +839;10;294.40;9.50;1535.00;-1.57;1.02 +839;11;266.40;9.50;1515.00;-0.59;1.02 +839;12;254.40;9.50;1532.60;-1.47;1.02 +839;13;293.60;9.50;1522.20;0.81;1.02 +839;14;310.40;9.50;1537.40;1.65;1.02 +839;15;305.60;9.50;1551.00;2.12;1.02 +839;16;257.60;9.50;1551.80;4.06;1.02 +839;17;276.80;9.50;1552.60;3.32;1.02 +839;21;265.60;9.50;1535.00;1.57;1.02 840;0;402.00;9.50;633.00;0.00;0.92 +840;1;410.00;9.50;621.50;0.60;0.92 +840;2;401.50;9.50;621.50;-0.04;0.92 +840;3;412.50;9.50;631.50;1.42;0.92 +840;4;391.50;9.50;632.00;-1.47;0.92 +840;5;400.50;9.50;643.00;3.29;0.92 +840;9;393.00;9.50;633.00;1.57;0.92 +840;10;411.00;9.50;633.00;-1.57;0.92 +840;11;414.80;9.50;614.60;0.60;0.92 +840;12;401.20;9.50;614.60;-0.04;0.92 +840;13;418.80;9.50;630.60;1.42;0.92 +840;14;385.20;9.50;631.40;-1.47;0.92 +840;15;399.60;9.50;649.00;3.29;0.92 +840;21;393.00;9.50;633.00;1.57;0.92 841;0;3133.00;14.50;1329.00;0.00;0.20 +841;1;3132.00;13.97;1327.00;-0.46;0.20 +841;2;3134.00;14.50;1328.50;1.10;0.20 +841;3;3131.00;14.00;1328.50;-1.32;0.20 +841;4;3132.50;14.50;1330.50;3.46;0.20 +841;5;3134.50;14.50;1331.00;2.49;0.20 +841;9;3131.20;14.19;1329.00;1.57;0.20 +841;10;3134.80;14.58;1329.00;-1.57;0.20 +841;21;3131.20;14.19;1329.00;1.57;0.20 842;0;1415.00;9.50;673.00;0.00;1.24 +842;1;1413.50;9.50;658.50;-0.10;1.24 +842;2;1400.00;9.50;657.00;-0.75;1.24 +842;3;1398.50;9.50;671.00;-1.45;1.24 +842;4;1426.50;9.50;662.00;0.80;1.24 +842;5;1431.50;9.50;674.50;1.66;1.24 +842;6;1398.00;9.50;684.00;4.13;1.24 +842;7;1417.50;9.50;685.50;2.94;1.24 +842;8;1436.50;9.50;687.50;2.16;1.24 +842;9;1400.96;9.50;673.00;1.57;1.24 +842;10;1429.04;9.50;673.00;-1.57;1.24 +842;11;1412.60;9.50;649.80;-0.10;1.24 +842;12;1391.00;9.50;647.40;-0.75;1.24 +842;13;1388.60;9.50;669.80;-1.45;1.24 +842;14;1433.40;9.50;655.40;0.80;1.24 +842;15;1441.40;9.50;675.40;1.66;1.24 +842;16;1387.80;9.50;690.60;4.13;1.24 +842;17;1419.00;9.50;693.00;2.94;1.24 +842;18;1449.40;9.50;696.20;2.16;1.24 +842;21;1400.96;9.50;673.00;1.57;1.24 844;0;2678.00;9.95;1310.00;0.00;0.18 +844;1;2677.00;9.82;1309.00;-0.78;0.18 +844;2;2679.00;9.95;1308.50;0.58;0.18 +844;3;2680.00;10.00;1310.50;1.81;0.18 +844;4;2677.00;9.90;1311.00;3.92;0.18 +844;5;2679.00;10.00;1312.00;2.67;0.18 +844;9;2676.20;9.85;1310.00;1.57;0.18 +844;10;2679.80;10.00;1310.00;-1.57;0.18 +844;21;2676.20;9.85;1310.00;1.57;0.18 845;0;2693.00;12.45;1340.00;0.00;0.20 +845;1;2694.00;12.60;1338.00;0.46;0.20 +845;2;2692.00;12.65;1338.50;-0.58;0.20 +845;3;2695.00;12.22;1340.00;1.57;0.20 +845;4;2691.50;12.60;1340.50;4.39;0.20 +845;5;2693.00;12.15;1341.50;3.14;0.20 +845;9;2691.20;12.66;1340.00;1.57;0.20 +845;10;2694.80;12.23;1340.00;-1.57;0.20 +845;21;2691.20;12.66;1340.00;1.57;0.20 846;0;4732.00;9.80;1368.00;0.00;0.28 +846;1;4732.00;9.70;1365.50;0.00;0.28 +846;2;4729.00;9.70;1366.00;-0.98;0.28 +846;3;4735.50;9.80;1367.50;1.42;0.28 +846;4;4729.00;9.80;1369.00;4.39;0.28 +846;5;4734.00;9.80;1369.50;2.21;0.28 +846;6;4731.00;9.80;1371.00;3.46;0.28 +846;9;4729.30;9.79;1368.00;1.57;0.28 +846;10;4734.70;9.80;1368.00;-1.57;0.28 +846;21;4729.30;9.79;1368.00;1.57;0.28 847;0;1588.00;10.42;1549.00;0.00;0.22 +847;1;1588.00;10.30;1547.50;0.00;0.22 +847;2;1585.00;10.45;1547.50;-1.10;0.22 +847;3;1591.50;10.20;1547.50;1.16;0.22 +847;4;1585.00;10.50;1549.50;4.54;0.22 +847;5;1591.00;10.27;1550.00;1.89;0.22 +847;6;1586.00;10.42;1551.00;3.92;0.22 +847;7;1588.50;10.50;1551.50;2.94;0.22 +847;9;1585.12;10.43;1549.00;1.57;0.22 +847;10;1590.88;10.26;1549.00;-1.57;0.22 +847;21;1585.12;10.43;1549.00;1.57;0.22 848;0;4795.00;11.97;1304.00;0.00;0.28 +848;1;4798.00;12.45;1302.00;0.98;0.28 +848;2;4793.50;12.40;1302.50;-0.78;0.28 +848;3;4796.00;12.50;1302.00;0.46;0.28 +848;4;4792.50;12.30;1303.00;-1.19;0.28 +848;5;4796.00;11.00;1305.50;2.55;0.28 +848;6;4793.00;11.65;1306.00;3.92;0.28 +848;7;4794.00;10.35;1308.00;3.38;0.28 +848;9;4792.48;12.20;1304.00;1.57;0.28 +848;10;4797.52;11.59;1304.00;-1.57;0.28 +848;19;4800.00;9.70;1306.00;-3.73;0.28 +848;20;4801.62;9.70;1306.65;1.95;0.28 +848;21;4792.48;12.20;1304.00;1.57;0.28 849;0;3218.00;9.50;1334.00;0.00;0.36 +849;1;3217.00;9.50;1333.00;-0.78;0.36 +849;2;3220.00;9.65;1332.50;0.92;0.36 +849;3;3221.50;9.50;1335.50;1.97;0.36 +849;4;3216.50;9.70;1336.50;3.68;0.36 +849;5;3219.00;9.55;1337.00;2.82;0.36 +849;9;3213.68;9.50;1334.00;1.57;0.36 +849;10;3222.32;9.50;1334.00;-1.57;0.36 +849;19;3217.17;9.50;1325.68;0.92;0.36 +849;20;3216.46;9.50;1323.43;-0.16;0.36 +849;21;3222.32;9.50;1334.00;-1.57;0.36 850;0;1043.00;15.42;1478.00;0.00;0.46 +850;1;1037.00;14.85;1472.50;-0.82;0.46 +850;2;1044.50;15.30;1474.50;0.40;0.46 +850;3;1052.00;16.37;1478.00;1.57;0.46 +850;4;1034.50;15.10;1476.50;-1.39;0.46 +850;5;1034.50;14.75;1480.00;4.48;0.46 +850;6;1040.00;14.62;1482.00;3.78;0.46 +850;7;1050.00;15.75;1482.00;2.09;0.46 +850;9;1035.80;15.05;1478.00;1.57;0.46 +850;10;1050.20;15.57;1478.00;-1.57;0.46 +850;21;1035.80;15.05;1478.00;1.57;0.46 851;0;3045.00;9.87;1329.00;0.00;0.24 +851;1;3044.00;9.65;1327.50;-0.58;0.24 +851;2;3047.50;10.50;1328.00;1.19;0.24 +851;3;3048.50;11.40;1329.50;1.71;0.24 +851;4;3046.00;10.65;1330.50;2.55;0.24 +851;5;3043.50;9.70;1331.00;3.78;0.24 +851;9;3042.48;9.70;1329.00;1.57;0.24 +851;10;3047.52;10.90;1329.00;-1.57;0.24 +851;19;3047.00;9.53;1325.00;-0.59;0.24 +851;20;3047.78;9.53;1323.43;0.46;0.24 +851;21;3042.48;9.70;1329.00;1.57;0.24 852;0;4792.00;14.60;1333.00;0.00;0.22 +852;1;4792.00;14.60;1330.50;0.00;0.22 +852;2;4794.00;14.20;1331.50;0.92;0.22 +852;3;4790.50;14.70;1331.50;-0.78;0.22 +852;4;4794.50;14.40;1334.00;1.95;0.22 +852;5;4790.00;14.70;1334.00;4.24;0.22 +852;6;4792.00;14.67;1335.00;3.14;0.22 +852;9;4789.66;14.70;1333.00;1.57;0.22 +852;10;4794.34;14.32;1333.00;-1.57;0.22 +852;21;4789.66;14.70;1333.00;1.57;0.22 853;0;1055.00;10.75;1426.00;0.00;0.46 +853;1;1053.00;10.42;1422.00;-0.46;0.46 +853;2;1060.00;10.50;1421.00;0.78;0.46 +853;3;1048.50;10.60;1425.50;-1.49;0.46 +853;4;1061.00;11.40;1425.50;1.48;0.46 +853;5;1054.50;11.20;1430.50;3.25;0.46 +853;9;1049.96;10.55;1426.00;1.57;0.46 +853;10;1060.04;11.32;1426.00;-1.57;0.46 +853;21;1049.96;10.55;1426.00;1.57;0.46 854;0;2842.00;11.57;1357.00;0.00;0.24 +854;1;2843.00;10.05;1355.00;0.46;0.24 +854;2;2841.00;10.95;1355.50;-0.58;0.24 +854;3;2844.50;10.00;1355.50;1.03;0.24 +854;4;2839.50;11.55;1356.00;-1.19;0.24 +854;5;2844.50;11.10;1357.50;1.76;0.24 +854;6;2840.00;12.15;1357.50;4.46;0.24 +854;7;2841.50;12.30;1358.50;3.46;0.24 +854;8;2843.50;12.10;1359.50;2.60;0.24 +854;9;2839.48;12.00;1357.00;1.57;0.24 +854;10;2844.52;10.84;1357.00;-1.57;0.24 +854;19;2847.29;9.50;1354.53;0.56;0.24 +854;20;2848.87;9.50;1353.79;1.13;0.24 +854;21;2844.52;10.84;1357.00;-1.57;0.24 855;0;5031.00;9.70;1581.00;0.00;0.50 +855;1;5030.50;9.80;1574.00;-0.07;0.50 +855;2;5035.00;9.70;1583.50;2.12;0.50 +855;3;5029.00;9.70;1584.50;3.66;0.50 +855;4;5033.61;9.70;1590.82;3.14;0.50 +855;5;5036.16;9.70;1592.64;3.03;0.50 +855;9;5026.50;9.60;1581.00;1.57;0.50 +855;10;5035.50;9.75;1581.00;-1.57;0.50 +855;19;5037.00;9.50;1601.00;-4.15;0.50 +855;20;5037.50;9.50;1602.67;2.85;0.50 +855;21;5026.50;9.60;1581.00;1.57;0.50 856;0;3264.00;14.12;1314.00;0.00;0.26 +856;1;3262.50;13.60;1312.50;-0.78;0.26 +856;2;3265.00;13.55;1311.00;0.32;0.26 +856;3;3266.00;14.17;1315.00;2.03;0.26 +856;4;3260.00;12.65;1314.50;4.58;0.26 +856;5;3260.50;12.50;1315.50;4.30;0.26 +856;6;3262.50;13.40;1316.00;3.78;0.26 +856;7;3265.00;14.00;1317.00;2.82;0.26 +856;9;3261.66;13.27;1314.00;1.57;0.26 +856;10;3266.34;14.22;1314.00;-1.57;0.26 +856;21;3261.66;13.27;1314.00;1.57;0.26 857;0;2764.00;13.15;1354.00;0.00;0.16 +857;1;2764.00;13.42;1353.00;0.00;0.16 +857;2;2766.50;13.55;1353.00;1.19;0.16 +857;3;2762.00;13.15;1354.50;4.46;0.16 +857;4;2766.50;13.10;1354.50;1.76;0.16 +857;5;2764.50;13.20;1355.50;2.82;0.16 +857;9;2761.84;13.34;1354.00;1.57;0.16 +857;10;2766.16;13.26;1354.00;-1.57;0.16 +857;21;2766.16;13.26;1354.00;-1.57;0.16 858;0;2739.00;12.40;1317.00;0.00;0.16 +858;1;2738.00;12.82;1316.00;-0.78;0.16 +858;2;2740.50;12.55;1316.00;0.98;0.16 +858;3;2737.00;12.50;1317.00;4.71;0.16 +858;4;2741.50;12.10;1317.50;1.76;0.16 +858;5;2738.00;11.90;1318.50;3.73;0.16 +858;6;2740.50;11.80;1318.50;2.35;0.16 +858;9;2736.84;12.51;1317.00;1.57;0.16 +858;10;2741.16;12.29;1317.00;-1.57;0.16 +858;21;2738.00;12.60;1316.71;-1.57;0.16 859;0;1671.00;9.70;1559.00;0.00;0.20 +859;1;1671.50;9.70;1559.50;2.35;0.20 +859;2;1666.50;9.70;1558.00;-1.35;0.20 +859;9;1667.58;9.70;1559.00;1.57;0.20 +859;10;1674.42;9.50;1559.00;-1.57;0.20 +859;19;1676.00;9.50;1559.00;-3.93;0.20 +859;20;1677.75;9.50;1559.00;1.57;0.20 +859;21;1667.58;9.70;1559.00;1.57;0.20 860;0;1470.00;10.40;1400.00;0.00;0.34 +860;1;1470.50;10.40;1396.50;0.14;0.34 +860;2;1473.50;10.40;1398.00;1.05;0.34 +860;3;1466.00;10.40;1399.00;-1.32;0.34 +860;4;1474.50;10.40;1402.00;1.98;0.34 +860;5;1465.50;10.10;1402.50;4.20;0.34 +860;6;1469.50;10.15;1403.00;3.30;0.34 +860;9;1466.22;10.38;1400.00;1.57;0.34 +860;10;1473.78;10.40;1400.00;-1.57;0.34 +860;21;1466.22;10.38;1400.00;1.57;0.34 861;0;4805.00;14.40;1355.00;0.00;0.22 +861;1;4803.50;14.10;1352.50;-0.54;0.22 +861;2;4806.00;15.47;1353.00;0.46;0.22 +861;3;4802.50;13.60;1354.50;-1.37;0.22 +861;4;4807.00;15.20;1356.00;2.03;0.22 +861;5;4802.50;14.05;1357.00;4.03;0.22 +861;6;4805.50;14.50;1357.00;2.89;0.22 +861;7;4808.00;15.40;1357.50;2.26;0.22 +861;9;4802.66;13.68;1355.00;1.57;0.22 +861;10;4807.34;15.33;1355.00;-1.57;0.22 +861;21;4802.66;13.68;1355.00;1.57;0.22 862;0;1613.00;11.65;1565.00;0.00;0.28 +862;1;1609.50;10.15;1563.00;-1.05;0.28 +862;2;1611.50;11.05;1562.00;-0.46;0.28 +862;3;1615.00;12.17;1564.00;1.10;0.28 +862;4;1610.50;10.25;1565.00;4.71;0.28 +862;5;1617.00;13.20;1567.00;2.03;0.28 +862;6;1612.50;11.10;1567.50;3.33;0.28 +862;7;1615.50;13.10;1568.00;2.44;0.28 +862;9;1609.94;10.13;1565.00;1.57;0.28 +862;10;1616.06;12.63;1565.00;-1.57;0.28 +862;21;1609.94;10.13;1565.00;1.57;0.28 863;0;3152.00;10.45;1312.00;0.00;0.22 +863;1;3151.50;11.20;1309.50;-0.19;0.22 +863;2;3150.50;11.15;1310.00;-0.64;0.22 +863;3;3153.50;10.50;1311.00;0.98;0.22 +863;4;3150.00;10.67;1312.00;4.71;0.22 +863;5;3154.50;10.20;1313.50;2.11;0.22 +863;6;3151.50;10.25;1314.00;3.38;0.22 +863;9;3149.84;10.69;1312.00;1.57;0.22 +863;10;3154.16;10.33;1312.00;-1.57;0.22 +863;21;3149.84;10.69;1312.00;1.57;0.22 864;0;3488.00;15.42;1288.00;0.00;0.24 +864;1;3490.00;15.65;1285.50;0.67;0.24 +864;2;3486.00;15.30;1286.50;-0.92;0.24 +864;3;3492.00;15.65;1288.00;1.57;0.24 +864;4;3483.50;14.40;1288.50;4.60;0.24 +864;5;1743.50;10.60;643.50;-1.21;0.24 +864;6;3488.00;14.65;1290.50;3.14;0.24 +864;9;3484.22;14.72;1288.00;1.57;0.24 +864;10;3491.78;15.67;1288.00;-1.57;0.24 +864;21;3484.22;14.72;1288.00;1.57;0.24 865;0;1606.00;9.70;1495.00;0.00;0.32 +865;1;1608.50;9.65;1494.00;1.19;0.32 +865;2;1603.50;9.70;1494.00;-1.19;0.32 +865;3;1601.50;9.70;1496.50;4.39;0.32 +865;4;1604.00;9.70;1497.50;3.81;0.32 +865;9;1602.40;9.70;1495.00;1.57;0.32 +865;10;1609.60;9.64;1495.00;-1.57;0.32 +865;19;1614.00;9.55;1497.00;1.19;0.32 +865;20;1615.69;9.55;1497.42;1.81;0.32 +865;21;1602.40;9.70;1495.00;1.57;0.32 866;0;1538.00;9.70;1330.00;0.00;0.30 +866;1;1537.00;9.70;1326.00;-0.24;0.30 +866;2;1534.50;9.70;1328.50;-1.16;0.30 +866;3;1540.00;9.70;1327.50;0.67;0.30 +866;4;1542.00;9.70;1331.00;1.81;0.30 +866;5;1534.50;9.70;1332.00;4.19;0.30 +866;6;1538.00;9.70;1332.50;3.14;0.30 +866;9;1534.58;9.70;1330.00;1.57;0.30 +866;10;1541.42;9.70;1330.00;-1.57;0.30 +866;19;1546.00;9.55;1334.00;-4.47;0.30 +866;20;1547.56;9.55;1334.78;2.03;0.30 +866;21;1534.58;9.70;1330.00;1.57;0.30 867;0;3132.00;14.22;1359.00;0.00;0.20 +867;1;3131.00;13.67;1357.00;-0.46;0.20 +867;2;3133.50;14.15;1358.00;0.98;0.20 +867;3;3129.50;13.95;1359.00;4.71;0.20 +867;4;3134.50;14.30;1359.50;1.76;0.20 +867;5;3131.50;14.50;1360.50;3.46;0.20 +867;6;3134.00;14.32;1361.00;2.35;0.20 +867;9;3129.84;13.96;1359.00;1.57;0.20 +867;10;3134.16;14.25;1359.00;-1.57;0.20 +867;21;3134.16;14.25;1359.00;-1.57;0.20 868;0;1138.00;18.60;1510.00;0.00;0.46 +868;1;1138.00;19.05;1505.50;0.00;0.46 +868;2;1143.50;18.50;1507.50;1.14;0.46 +868;3;1132.00;19.40;1507.00;-1.10;0.46 +868;4;1131.00;18.70;1511.00;4.57;0.46 +868;5;1143.50;18.15;1513.00;2.07;0.46 +868;6;1138.00;17.75;1514.50;3.14;0.46 +868;9;1132.60;18.79;1510.00;1.57;0.46 +868;10;1143.40;18.26;1510.00;-1.57;0.46 +868;21;1132.60;18.79;1510.00;1.57;0.46 869;0;3332.00;11.17;1291.00;0.00;0.20 +869;1;3331.00;11.45;1289.00;-0.46;0.20 +869;2;3334.50;11.60;1289.00;0.89;0.20 +869;3;3335.50;11.45;1290.00;1.29;0.20 +869;4;3328.00;11.05;1290.50;-1.44;0.20 +869;5;3335.50;11.20;1292.00;1.84;0.20 +869;6;3327.50;10.40;1292.50;4.39;0.20 +869;7;1665.50;18.20;645.00;-1.20;0.20 +869;8;3332.50;10.80;1293.00;2.89;0.20 +869;9;3328.58;10.95;1291.00;1.57;0.20 +869;10;3335.42;11.33;1291.00;-1.57;0.20 +869;21;3328.58;10.95;1291.00;1.57;0.20 870;0;1476.00;10.70;1561.00;0.00;0.26 +870;1;1476.00;10.80;1558.50;0.00;0.26 +870;2;1479.00;10.70;1559.50;1.10;0.26 +870;3;1472.50;10.70;1561.00;4.71;0.26 +870;4;1479.50;10.70;1562.50;1.97;0.26 +870;5;1475.50;10.70;1563.00;3.38;0.26 +870;9;1473.30;10.70;1561.00;1.57;0.26 +870;10;1478.70;10.70;1561.00;-1.57;0.26 +870;21;1473.30;10.70;1561.00;1.57;0.26 871;0;2792.00;14.25;1325.00;0.00;0.24 +871;1;2791.50;14.00;1323.50;-0.32;0.24 +871;2;2794.00;14.35;1323.50;0.92;0.24 +871;3;2789.50;14.05;1324.00;-1.19;0.24 +871;4;2790.00;14.35;1325.50;4.46;0.24 +871;5;2793.00;14.45;1326.50;2.55;0.24 +871;6;2795.50;14.20;1325.50;1.71;0.24 +871;7;2790.50;14.50;1327.00;3.78;0.24 +871;9;2789.48;14.29;1325.00;1.57;0.24 +871;10;2794.52;14.49;1325.00;-1.57;0.24 +871;21;2794.52;14.49;1325.00;-1.57;0.24 872;0;2818.00;11.27;1359.00;0.00;0.20 +872;1;2817.50;10.95;1357.00;-0.24;0.20 +872;2;2819.50;11.40;1358.00;0.98;0.20 +872;3;2816.50;11.20;1359.00;4.71;0.20 +872;4;2821.00;11.87;1360.00;1.89;0.20 +872;5;2819.50;11.75;1361.00;2.49;0.20 +872;6;2817.50;11.55;1361.00;3.38;0.20 +872;9;2816.02;11.22;1359.00;1.57;0.20 +872;10;2819.98;11.59;1359.00;-1.57;0.20 +872;21;2816.02;11.22;1359.00;1.57;0.20 873;0;1594.00;9.80;1516.00;0.00;0.32 +873;1;1592.50;9.90;1513.50;-0.54;0.32 +873;2;1595.50;9.80;1513.50;0.54;0.32 +873;3;1590.00;9.82;1515.00;-1.32;0.32 +873;4;1596.50;9.80;1516.00;1.57;0.32 +873;5;1593.00;9.80;1518.00;3.60;0.32 +873;6;1598.50;9.70;1518.00;1.98;0.32 +873;7;1597.00;9.75;1519.00;2.35;0.32 +873;9;1590.76;9.80;1516.00;1.57;0.32 +873;10;1597.24;9.72;1516.00;-1.57;0.32 +873;19;1599.00;9.55;1516.00;1.57;0.32 +873;20;1600.75;9.55;1516.00;1.57;0.32 +873;21;1590.76;9.80;1516.00;1.57;0.32 874;0;2703.00;11.80;1342.00;0.00;0.24 +874;1;2702.50;12.20;1339.50;-0.19;0.24 +874;2;2701.00;12.22;1340.00;-0.78;0.24 +874;3;2704.00;12.15;1340.50;0.58;0.24 +874;4;2700.00;11.97;1341.00;-1.24;0.24 +874;5;2705.00;12.00;1342.50;1.81;0.24 +874;6;2701.00;11.50;1342.50;4.46;0.24 +874;7;2703.00;11.65;1344.00;3.14;0.24 +874;8;2705.00;11.80;1344.50;2.46;0.24 +874;9;2700.84;11.65;1342.00;1.57;0.24 +874;10;2705.16;12.03;1342.00;-1.57;0.24 +874;21;2705.16;12.03;1342.00;-1.57;0.24 875;0;2730.00;11.42;1286.00;0.00;0.20 +875;1;2728.50;11.00;1284.50;-0.78;0.20 +875;2;2731.50;11.15;1285.00;0.98;0.20 +875;3;2727.50;11.50;1285.50;-1.37;0.20 +875;4;2728.50;11.80;1286.50;4.39;0.20 +875;5;2731.50;11.80;1287.00;2.15;0.20 +875;9;2727.48;11.70;1286.00;1.57;0.20 +875;10;2732.52;11.55;1286.00;-1.57;0.20 +875;21;2732.52;11.55;1286.00;-1.57;0.20 876;0;3427.00;12.95;1301.00;0.00;0.30 +876;1;3424.50;13.60;1300.00;-1.19;0.30 +876;2;3426.00;13.15;1297.50;-0.27;0.30 +876;3;3428.00;13.30;1298.50;0.38;0.30 +876;4;3430.00;12.70;1301.50;1.73;0.30 +876;5;3426.00;13.05;1303.50;3.52;0.30 +876;6;3429.00;12.50;1303.50;2.46;0.30 +876;9;3424.30;13.79;1301.00;1.57;0.30 +876;10;3429.70;12.80;1301.00;-1.57;0.30 +876;21;3424.30;13.79;1301.00;1.57;0.30 877;0;2703.00;11.67;1350.00;0.00;0.18 +877;1;2703.00;11.62;1348.00;0.00;0.18 +877;2;2701.00;11.45;1349.00;-1.10;0.18 +877;3;2705.00;11.85;1350.50;1.81;0.18 +877;4;2701.50;11.60;1351.00;4.12;0.18 +877;5;2704.50;11.90;1352.00;2.49;0.18 +877;9;2701.20;11.50;1350.00;1.57;0.18 +877;10;2704.80;11.83;1350.00;-1.57;0.18 +877;21;2701.20;11.50;1350.00;1.57;0.18 878;0;3206.00;11.82;1351.00;0.00;0.18 +878;1;3205.00;11.65;1349.50;-0.58;0.18 +878;2;3209.50;11.60;1350.50;1.42;0.18 +878;3;3203.50;12.10;1351.50;4.51;0.18 +878;4;3207.00;12.00;1353.00;2.67;0.18 +878;9;3202.94;12.13;1351.00;1.57;0.18 +878;10;3209.06;11.70;1351.00;-1.57;0.18 +878;21;3202.94;12.13;1351.00;1.57;0.18 879;0;2723.00;12.30;1290.00;0.00;0.20 +879;1;2722.00;11.90;1289.00;-0.78;0.20 +879;2;2725.00;12.40;1288.50;0.92;0.20 +879;3;2720.50;12.10;1291.00;4.33;0.20 +879;4;2726.00;12.77;1290.00;1.57;0.20 +879;5;2724.00;12.65;1291.00;2.35;0.20 +879;9;2720.84;11.90;1290.00;1.57;0.20 +879;10;2725.16;12.73;1290.00;-1.57;0.20 +879;21;2725.16;12.73;1290.00;-1.57;0.20 880;0;1569.00;10.60;1558.00;0.00;0.24 +880;1;1568.00;10.60;1555.50;-0.38;0.24 +880;2;1570.00;10.80;1556.50;0.58;0.24 +880;3;1566.50;10.70;1558.00;4.71;0.24 +880;4;1571.50;10.80;1559.00;1.95;0.24 +880;5;1568.50;10.60;1560.00;3.38;0.24 +880;6;1571.50;10.80;1560.50;2.35;0.24 +880;9;1566.84;10.66;1558.00;1.57;0.24 +880;10;1571.16;10.80;1558.00;-1.57;0.24 +880;21;1566.84;10.66;1558.00;1.57;0.24 881;0;4639.00;11.92;1340.00;0.00;0.24 +881;1;4639.50;12.00;1338.50;0.32;0.24 +881;2;4642.50;11.80;1338.00;1.05;0.24 +881;3;4643.50;11.60;1339.00;1.35;0.24 +881;4;4636.00;11.82;1341.00;4.39;0.24 +881;5;4639.50;11.75;1341.00;2.67;0.24 +881;6;4636.00;11.75;1343.00;3.92;0.24 +881;9;4635.76;11.82;1340.00;1.57;0.24 +881;10;4642.24;11.66;1340.00;-1.57;0.24 +881;21;4635.76;11.82;1340.00;1.57;0.24 882;0;1543.00;10.87;1574.00;0.00;0.26 +882;1;1543.00;10.90;1571.50;0.00;0.26 +882;2;1540.00;10.95;1573.00;-1.24;0.26 +882;3;1546.00;10.77;1572.00;0.98;0.26 +882;4;1546.00;10.55;1575.00;1.89;0.26 +882;5;771.00;9.50;786.50;-0.77;0.26 +882;9;1540.48;10.84;1574.00;1.57;0.26 +882;10;1545.52;10.69;1574.00;-1.57;0.26 +882;21;1540.48;10.84;1574.00;1.57;0.26 883;0;3051.00;10.47;1348.00;0.00;0.18 +883;1;3049.00;11.40;1346.50;-0.92;0.18 +883;2;3050.50;11.35;1346.00;-0.24;0.18 +883;3;3052.00;10.65;1347.00;0.78;0.18 +883;4;3049.00;10.47;1349.00;4.24;0.18 +883;5;3053.00;9.90;1349.00;2.03;0.18 +883;6;3051.00;10.00;1350.00;3.14;0.18 +883;9;3048.84;10.81;1348.00;1.57;0.18 +883;10;3053.16;10.08;1348.00;-1.57;0.18 +883;19;3055.00;9.68;1350.00;-4.25;0.18 +883;20;3056.56;9.68;1350.78;2.03;0.18 +883;21;3048.84;10.81;1348.00;1.57;0.18 884;0;2764.00;14.42;1361.00;0.00;0.20 +884;1;2764.50;14.05;1359.00;0.24;0.20 +884;2;2766.50;14.40;1360.50;1.37;0.20 +884;3;2762.50;14.90;1361.00;4.71;0.20 +884;4;2764.50;14.40;1362.50;2.82;0.20 +884;5;2761.50;14.95;1363.00;4.03;0.20 +884;9;2761.48;14.99;1361.00;1.57;0.20 +884;10;2766.52;14.45;1361.00;-1.57;0.20 +884;21;2766.52;14.45;1361.00;-1.57;0.20 885;0;2749.00;12.90;1365.00;0.00;0.16 +885;1;2749.50;13.10;1363.50;0.32;0.16 +885;2;2752.00;13.40;1364.00;1.24;0.16 +885;3;2746.50;12.60;1365.00;4.71;0.16 +885;4;2752.00;13.27;1366.00;1.89;0.16 +885;5;2748.00;12.75;1366.50;3.73;0.16 +885;9;2746.12;12.60;1365.00;1.57;0.16 +885;10;2751.88;13.35;1365.00;-1.57;0.16 +885;21;2748.89;13.00;1367.72;-1.57;0.16 886;0;3373.00;13.80;1280.00;0.00;0.36 +886;1;3371.50;12.70;1276.00;-0.35;0.36 +886;2;3369.50;11.70;1276.50;-0.78;0.36 +886;3;3371.00;13.95;1280.50;4.46;0.36 +886;4;3374.50;13.70;1278.50;0.78;0.36 +886;5;3376.50;13.35;1281.00;1.84;0.36 +886;6;3375.00;13.65;1283.00;2.55;0.36 +886;9;3369.76;13.82;1280.00;1.57;0.36 +886;10;3376.24;13.43;1280.00;-1.57;0.36 +886;21;3374.41;13.70;1281.50;-1.57;0.36 887;0;4755.00;10.50;1369.00;0.00;0.26 +887;1;4754.00;11.02;1366.00;-0.32;0.26 +887;2;4756.50;11.45;1366.00;0.46;0.26 +887;3;4758.00;10.80;1368.50;1.40;0.26 +887;4;4752.50;10.40;1368.50;-1.37;0.26 +887;5;4753.50;10.40;1371.50;3.68;0.26 +887;6;4756.50;10.55;1372.00;2.67;0.26 +887;9;4752.66;10.41;1369.00;1.57;0.26 +887;10;4757.34;10.65;1369.00;-1.57;0.26 +887;21;4752.66;10.41;1369.00;1.57;0.26 888;0;2775.00;12.25;1314.00;0.00;0.24 +888;1;2774.00;11.95;1311.50;-0.38;0.24 +888;2;2776.00;12.10;1312.50;0.58;0.24 +888;3;2773.00;12.07;1313.00;-1.10;0.24 +888;4;2776.50;12.45;1315.00;2.15;0.24 +888;5;2774.00;12.50;1316.00;3.60;0.24 +888;6;2775.50;12.70;1317.00;2.97;0.24 +888;9;2772.84;12.25;1314.00;1.57;0.24 +888;10;2777.16;12.25;1314.00;-1.57;0.24 +888;21;2777.16;12.25;1314.00;-1.57;0.24 889;0;2684.00;12.82;1341.00;0.00;0.16 +889;1;2682.50;12.95;1340.00;-0.98;0.16 +889;2;2685.50;12.90;1339.50;0.78;0.16 +889;3;2687.00;12.72;1341.00;1.57;0.16 +889;4;2681.00;12.67;1341.00;4.71;0.16 +889;5;2681.50;12.40;1342.00;4.33;0.16 +889;6;2684.50;12.25;1343.00;2.89;0.16 +889;7;2686.50;12.30;1342.50;2.11;0.16 +889;9;2681.66;12.72;1341.00;1.57;0.16 +889;10;2686.34;12.75;1341.00;-1.57;0.16 +889;21;2681.66;12.72;1341.00;1.57;0.16 890;0;3287.00;12.27;1334.00;0.00;0.18 +890;1;3289.50;12.95;1332.00;0.89;0.18 +890;2;3285.50;12.10;1333.00;-0.98;0.18 +890;3;3290.50;12.90;1333.50;1.42;0.18 +890;4;3283.00;11.87;1335.00;4.46;0.18 +890;5;3287.50;12.00;1335.50;2.82;0.18 +890;9;3283.94;12.06;1334.00;1.57;0.18 +890;10;3290.06;12.75;1334.00;-1.57;0.18 +890;21;3283.94;12.06;1334.00;1.57;0.18 891;0;1632.00;10.57;1566.00;0.00;0.22 +891;1;1633.00;10.05;1564.00;0.46;0.22 +891;2;1631.00;10.07;1564.00;-0.46;0.22 +891;3;1634.00;10.30;1565.50;1.32;0.22 +891;4;1629.00;10.42;1565.00;-1.24;0.22 +891;5;1631.00;11.70;1567.50;3.73;0.22 +891;6;1634.00;10.80;1568.00;2.35;0.22 +891;9;1629.48;10.89;1566.00;1.57;0.22 +891;10;1634.52;10.45;1566.00;-1.57;0.22 +891;21;1629.48;10.89;1566.00;1.57;0.22 892;0;4726.00;12.72;1338.00;0.00;0.26 +892;1;4724.00;11.70;1335.50;-0.67;0.26 +892;2;4727.50;13.40;1336.50;0.78;0.26 +892;3;4723.50;12.10;1337.00;-1.19;0.26 +892;4;4725.50;11.80;1339.50;3.46;0.26 +892;5;4728.50;11.60;1340.00;2.24;0.26 +892;6;4727.50;10.80;1341.00;2.67;0.26 +892;9;4723.66;12.18;1338.00;1.57;0.26 +892;10;4728.34;13.27;1338.00;-1.57;0.26 +892;21;4723.66;12.18;1338.00;1.57;0.26 893;0;3196.00;13.75;1354.00;0.00;0.22 +893;1;3194.50;13.60;1351.50;-0.54;0.22 +893;2;3196.00;13.30;1351.50;0.00;0.22 +893;3;3198.50;13.05;1353.00;1.19;0.22 +893;4;3194.00;13.67;1354.00;4.71;0.22 +893;5;3198.00;13.65;1355.50;2.21;0.22 +893;6;3196.00;14.12;1356.00;3.14;0.22 +893;9;3193.84;13.63;1354.00;1.57;0.22 +893;10;3198.16;13.33;1354.00;-1.57;0.22 +893;21;3193.84;13.63;1354.00;1.57;0.22 894;0;1618.00;11.97;1576.00;0.00;0.18 +894;1;1618.00;12.00;1573.50;0.00;0.18 +894;2;1620.50;12.90;1575.50;1.37;0.18 +894;3;1615.00;10.97;1576.00;4.71;0.18 +894;4;1619.50;12.40;1577.50;2.35;0.18 +894;5;1616.00;11.27;1578.00;3.92;0.18 +894;9;1615.30;10.99;1576.00;1.57;0.18 +894;10;1620.70;12.72;1576.00;-1.57;0.18 +894;21;1615.30;10.99;1576.00;1.57;0.18 895;0;3174.00;9.52;1329.00;0.00;0.28 +895;1;3175.50;9.50;1329.00;1.57;0.28 +895;2;3171.00;9.60;1330.00;4.39;0.28 +895;3;3173.00;9.70;1331.00;3.60;0.28 +895;9;3170.58;9.50;1329.00;1.57;0.28 +895;10;3177.42;9.50;1329.00;-1.57;0.28 +895;19;3177.00;9.53;1332.00;1.57;0.28 +895;20;3178.23;9.53;1333.23;2.35;0.28 +895;21;3170.58;9.50;1329.00;1.57;0.28 896;0;2735.00;11.30;1324.00;0.00;0.20 +896;1;2736.00;11.22;1322.00;0.46;0.20 +896;2;2734.00;11.25;1322.50;-0.58;0.20 +896;3;2737.00;11.20;1324.00;1.57;0.20 +896;4;2733.50;11.30;1324.00;4.71;0.20 +896;5;2734.00;11.67;1326.00;3.60;0.20 +896;6;2736.00;11.52;1326.00;2.67;0.20 +896;9;2733.20;11.31;1324.00;1.57;0.20 +896;10;2736.80;11.20;1324.00;-1.57;0.20 +896;21;2736.80;11.20;1324.00;-1.57;0.20 897;0;2822.00;12.42;1366.00;0.00;0.16 +897;1;2821.50;12.10;1364.50;-0.32;0.16 +897;2;2824.00;12.55;1365.50;1.32;0.16 +897;3;2819.50;12.40;1366.50;4.51;0.16 +897;4;2824.00;12.75;1366.50;1.81;0.16 +897;5;2821.50;12.80;1367.50;3.46;0.16 +897;9;2819.84;12.26;1366.00;1.57;0.16 +897;10;2824.16;12.66;1366.00;-1.57;0.16 +897;21;2819.84;12.26;1366.00;1.57;0.16 898;0;4830.00;10.92;1363.00;0.00;0.26 +898;1;4829.50;10.65;1361.00;-0.24;0.26 +898;2;4832.00;9.62;1361.00;0.78;0.26 +898;3;4827.50;12.90;1362.50;-1.37;0.26 +898;4;4832.00;9.95;1364.50;2.21;0.26 +898;5;4826.50;13.50;1364.50;4.30;0.26 +898;6;4829.00;12.00;1365.50;3.52;0.26 +898;9;4827.30;13.15;1363.00;1.57;0.26 +898;10;4832.70;9.59;1363.00;-1.57;0.26 +898;19;4837.00;9.50;1363.00;0.79;0.26 +898;20;4838.75;9.50;1363.00;1.57;0.26 +898;21;4827.30;13.15;1363.00;1.57;0.26 899;0;2814.00;12.47;1368.00;0.00;0.16 +899;1;2813.50;12.10;1366.50;-0.32;0.16 +899;2;2815.50;12.10;1365.50;0.54;0.16 +899;3;2815.50;12.40;1367.50;1.24;0.16 +899;4;2812.50;12.50;1369.00;4.12;0.16 +899;5;2815.00;13.35;1370.00;2.67;0.16 +899;6;2813.50;13.30;1370.50;3.33;0.16 +899;9;2812.56;12.30;1368.00;1.57;0.16 +899;10;2815.44;12.60;1368.00;-1.57;0.16 +899;21;2815.44;12.60;1368.00;-1.57;0.16 900;0;4647.00;9.97;1326.00;0.00;0.24 +900;1;4645.50;10.05;1325.00;-0.98;0.24 +900;2;4647.50;9.80;1323.00;0.16;0.24 +900;3;4649.50;9.90;1324.00;0.89;0.24 +900;4;4649.00;10.05;1327.00;2.03;0.24 +900;5;4646.00;10.60;1328.50;3.52;0.24 +900;6;4648.50;10.50;1330.50;2.82;0.24 +900;7;4646.50;11.20;1331.00;3.24;0.24 +900;9;4644.84;10.28;1326.00;1.57;0.24 +900;10;4649.16;9.98;1326.00;-1.57;0.24 +900;21;4644.84;10.28;1326.00;1.57;0.24 901;0;3441.00;10.67;1234.00;0.00;0.34 +901;1;3443.50;11.40;1229.50;0.50;0.34 +901;2;3439.50;10.50;1232.00;-0.64;0.34 +901;3;3444.50;11.30;1233.50;1.42;0.34 +901;4;3441.50;11.05;1237.00;2.97;0.34 +901;5;3437.50;10.40;1237.50;3.92;0.34 +901;9;3437.94;10.32;1234.00;1.57;0.34 +901;10;3444.06;11.23;1234.00;-1.57;0.34 +901;21;3437.94;10.32;1234.00;1.57;0.34 902;0;2952.00;10.67;1315.00;0.00;0.18 +902;1;2953.00;10.05;1312.00;0.32;0.18 +902;2;2951.50;10.35;1313.00;-0.24;0.18 +902;3;2954.00;10.50;1315.50;1.81;0.18 +902;4;2950.00;10.55;1316.50;4.06;0.18 +902;5;2952.00;10.75;1317.50;3.14;0.18 +902;9;2950.38;10.47;1315.00;1.57;0.18 +902;10;2953.62;10.55;1315.00;-1.57;0.18 +902;19;2954.00;9.50;1308.00;0.32;0.18 +902;20;2954.48;9.50;1306.31;0.27;0.18 +902;21;2950.38;10.47;1315.00;1.57;0.18 903;0;2741.00;12.45;1364.00;0.00;0.20 +903;1;2741.00;12.45;1362.50;0.00;0.20 +903;2;2743.00;12.50;1363.00;1.10;0.20 +903;3;2739.00;12.40;1364.50;4.46;0.20 +903;4;2742.50;12.50;1364.50;1.89;0.20 +903;5;2740.50;12.40;1366.00;3.38;0.20 +903;6;2741.50;12.40;1366.50;2.94;0.20 +903;9;2738.84;12.40;1364.00;1.57;0.20 +903;10;2743.16;12.50;1364.00;-1.57;0.20 +903;21;2743.16;12.50;1364.00;-1.57;0.20 904;0;3291.00;10.25;1341.00;0.00;0.24 +904;1;3289.50;11.30;1339.00;-0.64;0.24 +904;2;3294.00;11.25;1339.50;1.10;0.24 +904;3;3287.00;10.15;1341.00;4.71;0.24 +904;4;3294.50;9.90;1342.50;1.97;0.24 +904;5;3291.00;9.70;1342.50;3.14;0.24 +904;6;3288.00;9.70;1342.50;4.24;0.24 +904;9;3287.40;10.15;1341.00;1.57;0.24 +904;10;3294.60;10.53;1341.00;-1.57;0.24 +904;19;3292.02;9.50;1344.48;-2.73;0.24 +904;20;3292.51;9.50;1346.15;2.85;0.24 +904;21;3292.46;11.10;1339.51;-1.57;0.24 905;0;1704.00;9.50;1574.00;0.00;0.34 +905;1;1703.00;9.50;1573.50;-1.10;0.34 +905;2;1706.50;9.60;1575.00;1.95;0.34 +905;3;1702.00;9.50;1576.00;3.92;0.34 +905;9;1699.86;9.59;1574.00;1.57;0.34 +905;10;1708.14;9.50;1574.00;-1.57;0.34 +905;19;1712.00;9.50;1567.00;-1.11;0.34 +905;20;1713.31;9.50;1565.84;0.85;0.34 +905;21;1699.86;9.59;1574.00;1.57;0.34 906;0;4790.00;14.72;1343.00;0.00;0.22 +906;1;4791.00;14.72;1340.00;0.32;0.22 +906;2;4788.50;14.70;1341.50;-0.78;0.22 +906;3;4792.50;14.60;1341.50;1.03;0.22 +906;4;4792.00;14.52;1344.00;2.03;0.22 +906;5;4789.00;14.70;1344.50;3.73;0.22 +906;6;4791.50;14.30;1346.50;2.73;0.22 +906;9;4788.02;14.72;1343.00;1.57;0.22 +906;10;4791.98;14.60;1343.00;-1.57;0.22 +906;21;4788.02;14.72;1343.00;1.57;0.22 907;0;3153.00;12.30;1361.00;0.00;0.24 +907;1;3152.50;11.85;1359.00;-0.24;0.24 +907;2;3155.00;12.50;1360.00;1.10;0.24 +907;3;3151.00;12.10;1361.50;4.46;0.24 +907;4;3155.00;12.77;1362.00;2.03;0.24 +907;5;3152.50;12.45;1363.00;3.38;0.24 +907;6;3154.00;12.75;1363.50;2.76;0.24 +907;9;3150.48;12.00;1361.00;1.57;0.24 +907;10;3155.52;12.80;1361.00;-1.57;0.24 +907;21;3155.52;12.80;1361.00;-1.57;0.24 908;0;1666.00;10.95;1584.00;0.00;0.16 +908;1;1666.00;10.90;1582.50;0.00;0.16 +908;2;1669.50;10.60;1582.50;1.16;0.16 +908;3;1662.50;10.90;1584.50;4.57;0.16 +908;4;1669.00;10.75;1584.00;1.57;0.16 +908;5;1666.00;11.00;1586.00;3.14;0.16 +908;9;1663.30;10.89;1584.00;1.57;0.16 +908;10;1668.70;10.78;1584.00;-1.57;0.16 +908;21;1663.30;10.89;1584.00;1.57;0.16 909;0;3287.00;13.62;1309.00;0.00;0.22 +909;1;3288.50;12.90;1307.50;0.78;0.22 +909;2;3285.00;13.72;1308.00;-1.10;0.22 +909;3;3290.50;12.70;1309.50;1.71;0.22 +909;4;3285.50;14.05;1311.00;3.78;0.22 +909;5;3288.00;13.70;1311.00;2.67;0.22 +909;9;3284.30;13.78;1309.00;1.57;0.22 +909;10;3289.70;12.85;1309.00;-1.57;0.22 +909;21;3284.30;13.78;1309.00;1.57;0.22 910;0;2981.00;10.90;1383.00;0.00;0.22 +910;1;2982.00;10.60;1381.00;0.46;0.22 +910;2;2983.50;10.80;1382.00;1.19;0.22 +910;3;2979.50;10.60;1382.50;-1.24;0.22 +910;4;2984.00;10.80;1384.00;1.89;0.22 +910;5;2978.50;10.60;1385.00;4.03;0.22 +910;6;2981.50;10.90;1385.00;2.89;0.22 +910;9;2978.84;10.65;1383.00;1.57;0.22 +910;10;2983.16;10.83;1383.00;-1.57;0.22 +910;21;2978.84;10.65;1383.00;1.57;0.22 911;0;2901.00;9.72;1384.00;0.00;0.18 +911;1;2901.00;9.55;1383.00;0.00;0.18 +911;2;2899.00;9.72;1384.00;4.71;0.18 +911;3;2903.00;9.82;1385.00;2.03;0.18 +911;4;2901.00;10.30;1386.00;3.14;0.18 +911;9;2899.20;9.73;1384.00;1.57;0.18 +911;10;2902.80;9.68;1384.00;-1.57;0.18 +911;19;2903.00;9.50;1382.00;0.00;0.18 +911;20;2904.23;9.50;1380.76;0.78;0.18 +911;21;2899.20;9.73;1384.00;1.57;0.18 912;0;4761.00;10.65;1319.00;0.00;0.20 +912;1;4759.50;9.80;1317.50;-0.78;0.20 +912;2;4762.50;10.25;1318.00;0.98;0.20 +912;3;4758.50;10.70;1319.50;4.51;0.20 +912;4;4760.50;11.10;1320.50;3.46;0.20 +912;5;4763.00;10.80;1320.50;2.21;0.20 +912;9;4758.84;10.46;1319.00;1.57;0.20 +912;10;4763.16;10.45;1319.00;-1.57;0.20 +912;19;4762.00;9.50;1316.00;-0.79;0.20 +912;20;4762.55;9.50;1314.34;0.32;0.20 +912;21;4758.84;10.46;1319.00;1.57;0.20 913;0;1502.00;9.85;1475.00;0.00;0.22 +913;1;1502.50;9.80;1472.50;0.19;0.22 +913;2;1498.50;10.00;1474.50;-1.42;0.22 +913;3;1506.50;10.20;1475.00;1.57;0.22 +913;4;1499.50;10.05;1477.00;4.03;0.22 +913;5;1504.00;10.12;1477.00;2.35;0.22 +913;9;1498.58;9.99;1475.00;1.57;0.22 +913;10;1505.42;9.90;1475.00;-1.57;0.22 +913;21;1498.58;9.99;1475.00;1.57;0.22 914;0;3120.00;9.72;1322.00;0.00;0.22 +914;1;3118.50;9.50;1321.00;-0.98;0.22 +914;2;3121.00;9.77;1320.00;0.46;0.22 +914;3;3121.50;10.20;1322.50;1.89;0.22 +914;4;3119.50;9.80;1323.50;3.46;0.22 +914;5;3122.00;11.00;1324.50;2.46;0.22 +914;9;3118.02;9.50;1322.00;1.57;0.22 +914;10;3121.98;10.34;1322.00;-1.57;0.22 +914;19;3120.00;9.50;1318.00;-0.98;0.22 +914;20;3120.00;9.50;1316.25;0.00;0.22 +914;21;3120.40;13.20;1325.29;1.57;0.22 915;0;2805.00;13.55;1372.00;0.00;0.24 +915;1;2804.50;13.25;1370.00;-0.24;0.24 +915;2;2806.50;13.10;1369.50;0.54;0.24 +915;3;2808.00;13.17;1371.00;1.24;0.24 +915;4;2802.50;12.50;1372.50;4.51;0.24 +915;5;2804.50;13.60;1373.50;3.46;0.24 +915;6;2807.50;14.35;1373.00;1.95;0.24 +915;9;2802.48;12.50;1372.00;1.57;0.24 +915;10;2807.52;13.69;1372.00;-1.57;0.24 +915;21;2807.52;13.69;1372.00;-1.57;0.24 916;0;4743.00;9.90;1376.00;0.00;0.26 +916;1;4739.50;9.80;1373.50;-0.95;0.26 +916;2;4743.50;9.90;1374.50;0.32;0.26 +916;3;4747.50;10.10;1375.00;1.35;0.26 +916;4;4739.50;9.80;1377.00;4.43;0.26 +916;5;4747.50;10.10;1378.00;1.98;0.26 +916;6;4743.50;9.90;1378.00;2.89;0.26 +916;9;4739.58;9.80;1376.00;1.57;0.26 +916;10;4746.42;10.09;1376.00;-1.57;0.26 +916;21;4739.58;9.80;1376.00;1.57;0.26 917;0;869.00;13.50;1888.00;0.00;1.12 +917;1;857.50;13.10;1884.50;-1.27;1.12 +917;2;868.00;11.72;1875.00;-0.07;1.12 +917;3;879.00;13.70;1878.50;0.81;1.12 +917;4;880.50;14.20;1891.50;1.86;1.12 +917;5;864.50;14.10;1898.50;3.54;1.12 +917;9;856.94;12.70;1888.00;1.57;1.12 +917;10;881.06;13.79;1888.00;-1.57;1.12 +917;21;856.94;12.70;1888.00;1.57;1.12 918;0;2718.00;11.80;1355.00;0.00;0.16 +918;1;2715.50;11.80;1353.50;-1.03;0.16 +918;2;2718.00;11.80;1353.50;0.00;0.16 +918;3;2720.00;11.80;1353.50;0.92;0.16 +918;4;2715.50;12.15;1355.00;4.71;0.16 +918;5;2720.00;11.80;1355.00;1.57;0.16 +918;6;2718.00;11.80;1356.50;3.14;0.16 +918;7;2720.00;11.80;1356.50;2.21;0.16 +918;9;2715.84;12.06;1355.00;1.57;0.16 +918;10;2720.16;11.80;1355.00;-1.57;0.16 +918;21;2720.16;11.80;1355.00;-1.57;0.16 919;0;3365.00;13.35;1317.00;0.00;0.30 +919;1;3367.00;13.77;1313.00;0.46;0.30 +919;2;3364.00;13.30;1315.00;-0.46;0.30 +919;3;3368.50;13.95;1314.00;0.86;0.30 +919;4;3367.50;13.80;1317.00;1.57;0.30 +919;5;3362.50;12.80;1319.50;3.92;0.30 +919;6;3366.00;13.05;1320.50;2.86;0.30 +919;7;3364.50;12.85;1321.00;3.26;0.30 +919;9;3362.30;12.91;1317.00;1.57;0.30 +919;10;3367.70;13.83;1317.00;-1.57;0.30 +919;21;3362.30;12.91;1317.00;1.57;0.30 920;0;2708.00;13.02;1357.00;0.00;0.20 +920;1;2709.00;12.52;1355.00;0.46;0.20 +920;2;2710.50;12.75;1356.00;1.19;0.20 +920;3;2707.00;12.40;1355.50;-0.58;0.20 +920;4;2705.50;12.65;1357.00;4.71;0.20 +920;5;2706.50;13.60;1358.50;3.92;0.20 +920;6;2710.50;13.10;1358.00;1.95;0.20 +920;7;2709.00;13.35;1358.50;2.55;0.20 +920;9;2705.48;12.64;1357.00;1.57;0.20 +920;10;2710.52;12.90;1357.00;-1.57;0.20 +920;21;2710.52;12.90;1357.00;-1.57;0.20 921;0;3361.00;13.47;1297.00;0.00;0.28 -922;0;3239.00;10.12;1354.00;0.00;0.24 -923;0;3020.00;10.52;1352.00;0.00;0.22 -924;0;2671.00;9.87;1312.00;0.00;0.22 -925;0;3015.00;10.80;1384.00;0.00;0.24 -926;0;1410.00;10.15;1619.00;0.00;0.34 -927;0;4806.00;13.35;1371.00;0.00;0.20 +921;1;3362.50;13.35;1293.00;0.35;0.28 +921;2;3360.50;13.00;1294.50;-0.19;0.28 +921;3;3363.50;13.40;1295.50;1.03;0.28 +921;4;3358.00;12.87;1297.00;4.71;0.28 +921;5;3362.50;14.05;1299.00;2.49;0.28 +921;6;3358.50;13.25;1299.00;4.03;0.28 +921;7;3360.50;13.70;1300.50;3.28;0.28 +921;9;3358.48;12.89;1297.00;1.57;0.28 +921;10;3363.52;13.59;1297.00;-1.57;0.28 +921;21;3358.48;12.89;1297.00;1.57;0.28 +922;0;3239.00;10.12;1354.00;0.00;0.24 +922;1;3238.50;10.00;1352.50;-0.32;0.24 +922;2;3242.50;9.90;1352.00;1.05;0.24 +922;3;3241.00;10.10;1354.50;1.81;0.24 +922;4;3235.50;9.90;1353.00;-1.29;0.24 +922;5;3236.00;10.15;1355.50;4.24;0.24 +922;6;3238.00;10.35;1356.50;3.52;0.24 +922;7;3240.50;10.25;1357.00;2.67;0.24 +922;9;3236.12;10.01;1354.00;1.57;0.24 +922;10;3241.88;9.92;1354.00;-1.57;0.24 +922;19;3243.00;9.50;1359.00;-4.47;0.24 +922;20;3244.09;9.50;1360.36;2.46;0.24 +922;21;3236.12;10.01;1354.00;1.57;0.24 +923;0;3020.00;10.52;1352.00;0.00;0.22 +923;1;3021.50;9.90;1350.00;0.64;0.22 +923;2;3020.50;9.70;1349.00;0.16;0.22 +923;3;3018.50;10.50;1351.50;-1.24;0.22 +923;4;3022.50;10.65;1352.00;1.57;0.22 +923;5;3021.00;10.85;1353.50;2.55;0.22 +923;6;3019.00;10.90;1354.50;3.52;0.22 +923;9;3018.02;10.60;1352.00;1.57;0.22 +923;10;3021.98;10.57;1352.00;-1.57;0.22 +923;19;3022.00;9.50;1347.00;0.17;0.22 +923;20;3022.65;9.50;1345.37;0.38;0.22 +923;21;3018.02;10.60;1352.00;1.57;0.22 +924;0;2671.00;9.87;1312.00;0.00;0.22 +924;1;2668.50;9.80;1310.00;-0.89;0.22 +924;2;2671.00;9.80;1310.50;0.00;0.22 +924;3;2669.50;10.10;1312.50;4.39;0.22 +924;4;2673.50;9.85;1312.00;1.57;0.22 +924;5;2673.50;9.90;1313.50;2.11;0.22 +924;6;2672.00;10.15;1314.50;2.76;0.22 +924;9;2668.48;9.89;1312.00;1.57;0.22 +924;10;2673.52;9.85;1312.00;-1.57;0.22 +924;21;2674.17;9.90;1313.29;1.57;0.22 +925;0;3015.00;10.80;1384.00;0.00;0.24 +925;1;3014.00;11.72;1382.00;-0.46;0.24 +925;2;3012.50;11.40;1383.00;-1.19;0.24 +925;3;3016.00;10.92;1383.00;0.78;0.24 +925;4;3016.50;10.20;1385.50;2.35;0.24 +925;5;3013.50;10.90;1385.50;3.92;0.24 +925;9;3012.84;11.21;1384.00;1.57;0.24 +925;10;3017.16;10.30;1384.00;-1.57;0.24 +925;19;3020.89;9.50;1388.19;-5.53;0.24 +925;20;3023.47;9.50;1390.61;1.77;0.24 +925;21;3012.84;11.21;1384.00;1.57;0.24 +926;0;1410.00;10.15;1619.00;0.00;0.34 +926;1;1407.50;10.50;1615.50;-0.62;0.34 +926;2;1411.00;10.32;1616.00;0.32;0.34 +926;3;1415.00;10.12;1618.00;1.37;0.34 +926;4;1406.00;10.20;1618.50;-1.44;0.34 +926;5;1407.00;10.25;1622.00;3.92;0.34 +926;6;1412.00;10.15;1621.50;2.46;0.34 +926;7;1415.50;10.10;1621.00;1.92;0.34 +926;9;1405.86;10.20;1619.00;1.57;0.34 +926;10;1414.14;10.13;1619.00;-1.57;0.34 +926;21;1405.86;10.20;1619.00;1.57;0.34 +927;0;4806.00;13.35;1371.00;0.00;0.20 +927;1;4803.50;13.90;1369.50;-1.03;0.20 +927;2;4807.00;13.55;1369.50;0.58;0.20 +927;3;4809.50;13.10;1370.50;1.42;0.20 +927;4;4802.50;13.65;1371.00;4.71;0.20 +927;5;4808.50;13.00;1372.50;2.11;0.20 +927;6;4805.00;13.15;1372.50;3.73;0.20 +927;9;4803.12;13.61;1371.00;1.57;0.20 +927;10;4808.88;13.11;1371.00;-1.57;0.20 +927;21;4803.12;13.61;1371.00;1.57;0.20 928;0;3239.00;10.12;1300.00;0.00;0.22 +928;1;3239.00;10.42;1298.00;0.00;0.22 +928;2;3236.50;10.20;1298.50;-1.03;0.22 +928;3;3242.00;10.35;1299.00;1.24;0.22 +928;4;3236.00;10.05;1300.50;4.54;0.22 +928;5;3242.00;10.35;1300.50;1.73;0.22 +928;6;3238.50;10.15;1302.00;3.38;0.22 +928;9;3236.30;10.09;1300.00;1.57;0.22 +928;10;3241.70;10.28;1300.00;-1.57;0.22 +928;21;3236.30;10.09;1300.00;1.57;0.22 929;0;2813.00;10.20;1396.00;0.00;0.18 +929;1;2812.00;10.20;1394.00;-0.46;0.18 +929;2;2815.00;9.90;1395.50;1.32;0.18 +929;3;2810.00;10.45;1394.50;-1.10;0.18 +929;4;2810.00;10.40;1396.00;4.71;0.18 +929;5;2812.00;10.40;1397.50;3.73;0.18 +929;6;2816.00;9.85;1397.50;2.03;0.18 +929;7;2814.50;10.10;1398.00;2.49;0.18 +929;9;2810.48;10.40;1396.00;1.57;0.18 +929;10;2815.52;9.89;1396.00;-1.57;0.18 +929;21;2810.48;10.40;1396.00;1.57;0.18 930;0;4733.00;10.20;1396.00;0.00;0.38 +930;1;4736.50;10.05;1394.00;1.05;0.38 +930;2;4732.50;10.80;1392.50;-0.14;0.38 +930;3;4729.50;11.10;1393.50;-0.95;0.38 +930;4;4728.50;10.50;1396.50;4.60;0.38 +930;5;4739.50;9.80;1396.50;1.64;0.38 +930;6;4737.00;9.90;1398.50;2.12;0.38 +930;7;4732.00;10.15;1399.50;3.42;0.38 +930;8;4735.00;9.90;1400.50;2.72;0.38 +930;9;4728.86;10.63;1396.00;1.57;0.38 +930;10;4737.14;9.85;1396.00;-1.57;0.38 +930;21;4728.86;10.63;1396.00;1.57;0.38 931;0;2707.00;10.65;1299.00;0.00;0.20 +931;1;2706.00;10.75;1297.50;-0.58;0.20 +931;2;2708.00;10.95;1297.50;0.58;0.20 +931;3;2709.50;10.95;1298.00;1.19;0.20 +931;4;2704.50;10.50;1299.00;4.71;0.20 +931;5;2709.50;10.80;1300.50;2.11;0.20 +931;6;2707.50;10.40;1300.50;2.82;0.20 +931;7;2704.50;10.30;1300.50;4.17;0.20 +931;9;2704.84;10.55;1299.00;1.57;0.20 +931;10;2709.16;10.81;1299.00;-1.57;0.20 +931;21;2709.16;10.81;1299.00;-1.57;0.20 932;0;2772.00;11.22;1372.00;0.00;0.20 +932;1;2773.00;10.95;1370.00;0.46;0.20 +932;2;2771.50;11.10;1370.50;-0.32;0.20 +932;3;2774.00;10.95;1371.00;1.10;0.20 +932;4;2770.50;11.50;1372.00;4.71;0.20 +932;5;2773.00;11.45;1373.50;2.55;0.20 +932;9;2769.84;11.69;1372.00;1.57;0.20 +932;10;2774.16;11.13;1372.00;-1.57;0.20 +932;21;2774.16;11.13;1372.00;-1.57;0.20 933;0;3363.00;12.30;1330.00;0.00;0.24 +933;1;3363.50;12.30;1327.50;0.19;0.24 +933;2;3361.00;12.35;1328.50;-0.92;0.24 +933;3;3365.50;12.40;1329.00;1.19;0.24 +933;4;3360.50;12.20;1330.50;4.51;0.24 +933;5;3365.50;12.40;1332.00;2.24;0.24 +933;6;3362.50;12.20;1332.50;3.33;0.24 +933;9;3360.30;12.26;1330.00;1.57;0.24 +933;10;3365.70;12.46;1330.00;-1.57;0.24 +933;21;3360.30;12.26;1330.00;1.57;0.24 934;0;4688.00;11.82;1352.00;0.00;0.30 +934;1;4689.00;11.85;1349.00;0.32;0.30 +934;2;4691.00;11.70;1349.50;0.87;0.30 +934;3;4685.50;12.00;1351.00;-1.19;0.30 +934;4;4691.00;11.55;1352.50;1.73;0.30 +934;5;4685.00;12.35;1354.50;4.01;0.30 +934;6;4689.00;11.75;1355.00;2.82;0.30 +934;9;4685.12;12.05;1352.00;1.57;0.30 +934;10;4690.88;11.61;1352.00;-1.57;0.30 +934;21;4685.12;12.05;1352.00;1.57;0.30 935;0;3162.00;13.15;1368.00;0.00;0.26 +935;1;3162.00;13.75;1364.50;0.00;0.26 +935;2;3159.50;13.70;1365.50;-0.78;0.26 +935;3;3163.50;13.40;1365.00;0.46;0.26 +935;4;3165.00;13.07;1365.00;0.78;0.26 +935;5;3165.00;12.60;1367.00;1.24;0.26 +935;6;3159.50;13.50;1369.50;4.17;0.26 +935;7;3162.50;12.30;1370.00;2.89;0.26 +935;8;3160.50;12.20;1372.50;3.46;0.26 +935;9;3159.66;13.81;1368.00;1.57;0.26 +935;10;3164.34;12.52;1368.00;-1.57;0.26 +935;21;3159.66;13.81;1368.00;1.57;0.26 936;0;3149.00;13.27;1339.00;0.00;0.24 +936;1;3149.00;13.10;1336.50;0.00;0.24 +936;2;3150.50;12.15;1336.00;0.46;0.24 +936;3;3150.50;12.20;1338.50;1.24;0.24 +936;4;3147.00;13.12;1338.00;-1.10;0.24 +936;5;3147.50;12.90;1340.50;3.92;0.24 +936;6;3152.00;12.02;1341.00;2.15;0.24 +936;7;3150.00;13.17;1342.00;2.82;0.24 +936;9;3146.84;12.90;1339.00;1.57;0.24 +936;10;3151.16;11.97;1339.00;-1.57;0.24 +936;21;3146.84;12.90;1339.00;1.57;0.24 937;0;3109.00;13.47;1383.00;0.00;0.24 +937;1;3108.50;13.35;1382.00;-0.46;0.24 +937;2;3111.50;13.15;1381.00;0.89;0.24 +937;3;3110.50;13.10;1383.50;1.89;0.24 +937;4;3107.00;14.00;1385.00;3.92;0.24 +937;9;3106.12;13.77;1383.00;1.57;0.24 +937;10;3111.88;12.78;1383.00;-1.57;0.24 +937;21;3111.88;12.78;1383.00;-1.57;0.24 938;0;2695.00;13.30;1332.00;0.00;0.18 +938;1;2694.50;12.45;1330.00;-0.24;0.18 +938;2;2696.50;13.60;1332.00;1.57;0.18 +938;3;2693.50;12.50;1330.50;-0.78;0.18 +938;4;2693.00;13.20;1332.00;4.71;0.18 +938;5;2695.00;13.65;1334.00;3.14;0.18 +938;6;2697.00;13.72;1335.00;2.55;0.18 +938;9;2693.38;13.20;1332.00;1.57;0.18 +938;10;2696.62;13.64;1332.00;-1.57;0.18 +938;21;2693.38;13.20;1332.00;1.57;0.18 939;0;2729.00;14.25;1333.00;0.00;0.24 +939;1;2729.00;14.35;1330.50;0.00;0.24 +939;2;2731.00;14.00;1330.50;0.67;0.24 +939;3;2728.00;14.45;1332.50;-1.10;0.24 +939;4;2731.00;14.45;1333.00;1.57;0.24 +939;5;2729.00;14.42;1335.00;3.14;0.24 +939;6;2727.00;13.60;1335.50;3.81;0.24 +939;9;2726.84;14.11;1333.00;1.57;0.24 +939;10;2731.16;14.45;1333.00;-1.57;0.24 +939;21;2731.16;14.45;1333.00;-1.57;0.24 940;0;3311.00;12.52;1285.00;0.00;0.26 +940;1;3310.50;13.00;1282.00;-0.16;0.26 +940;2;3313.00;12.40;1285.00;1.57;0.26 +940;3;3308.00;13.30;1283.50;-1.10;0.26 +940;4;3309.50;13.20;1286.50;3.92;0.26 +940;5;3312.00;12.32;1288.00;2.82;0.26 +940;9;3308.66;13.25;1285.00;1.57;0.26 +940;10;3313.34;12.40;1285.00;-1.57;0.26 +940;21;3308.66;13.25;1285.00;1.57;0.26 941;0;959.00;13.10;1463.00;0.00;0.36 +941;1;958.50;12.90;1458.50;-0.11;0.36 +941;2;961.50;13.40;1458.50;0.50;0.36 +941;3;955.50;12.45;1463.00;4.71;0.36 +941;4;962.50;13.35;1461.00;1.05;0.36 +941;5;962.00;14.20;1465.50;2.26;0.36 +941;6;958.00;14.00;1467.50;3.36;0.36 +941;7;961.50;15.30;1468.50;2.71;0.36 +941;9;955.76;12.54;1463.00;1.57;0.36 +941;10;962.24;13.38;1463.00;-1.57;0.36 +941;21;955.76;12.54;1463.00;1.57;0.36 942;0;2767.00;12.00;1311.00;0.00;0.20 +942;1;2768.00;12.05;1309.50;0.58;0.20 +942;2;2766.00;12.00;1310.50;-1.10;0.20 +942;3;2765.50;12.00;1312.00;4.12;0.20 +942;4;2769.00;12.00;1311.50;1.81;0.20 +942;5;2767.50;12.00;1312.50;2.82;0.20 +942;9;2765.20;11.95;1311.00;1.57;0.20 +942;10;2768.80;12.00;1311.00;-1.57;0.20 +942;21;2768.80;12.00;1311.00;-1.57;0.20 943;0;2833.00;10.30;1386.00;0.00;0.22 +943;1;2832.00;10.30;1383.50;-0.38;0.22 +943;2;2830.50;10.50;1384.50;-1.03;0.22 +943;3;2834.50;10.10;1385.50;1.24;0.22 +943;4;2832.00;10.40;1387.00;3.92;0.22 +943;5;2835.50;10.00;1388.00;2.24;0.22 +943;6;2834.50;10.00;1389.00;2.67;0.22 +943;9;2831.02;10.47;1386.00;1.57;0.22 +943;10;2834.98;10.12;1386.00;-1.57;0.22 +943;21;2831.02;10.47;1386.00;1.57;0.22 944;0;4827.00;11.32;1375.00;0.00;0.24 +944;1;4827.50;11.40;1371.50;0.14;0.24 +944;2;4825.00;11.65;1373.50;-0.92;0.24 +944;3;4829.00;11.15;1374.50;1.32;0.24 +944;4;4824.00;12.30;1375.50;4.54;0.24 +944;5;4826.00;12.35;1377.50;3.52;0.24 +944;6;4828.50;11.00;1377.50;2.60;0.24 +944;9;4824.84;11.83;1375.00;1.57;0.24 +944;10;4829.16;11.11;1375.00;-1.57;0.24 +944;21;4824.84;11.83;1375.00;1.57;0.24 945;0;4762.00;11.10;1348.00;0.00;0.18 +945;1;4763.00;11.20;1346.50;0.58;0.18 +945;2;4760.00;11.17;1347.00;-1.10;0.18 +945;3;4765.00;11.50;1347.50;1.40;0.18 +945;4;4759.00;11.15;1349.00;4.39;0.18 +945;5;4763.50;11.35;1349.00;2.15;0.18 +945;6;4760.50;11.20;1349.50;3.92;0.18 +945;9;4759.48;11.15;1348.00;1.57;0.18 +945;10;4764.52;11.40;1348.00;-1.57;0.18 +945;21;4759.48;11.15;1348.00;1.57;0.18 946;0;4794.00;12.07;1383.00;0.00;0.26 +946;1;4791.50;12.20;1382.00;-1.19;0.26 +946;2;4793.50;11.70;1380.50;-0.19;0.26 +946;3;4796.50;11.80;1382.50;1.37;0.26 +946;4;4794.00;12.42;1385.00;3.14;0.26 +946;5;4798.50;12.30;1384.50;1.89;0.26 +946;6;4797.50;12.45;1385.00;2.09;0.26 +946;9;4791.12;12.33;1383.00;1.57;0.26 +946;10;4796.88;11.86;1383.00;-1.57;0.26 +946;21;4791.12;12.33;1383.00;1.57;0.26 947;0;3260.00;12.80;1325.00;0.00;0.22 +947;1;3260.50;12.40;1321.50;0.14;0.22 +947;2;3258.00;11.90;1324.50;-1.32;0.22 +947;3;3262.00;13.07;1325.00;1.57;0.22 +947;4;3259.00;11.25;1327.50;3.52;0.22 +947;5;3261.50;11.60;1327.50;2.60;0.22 +947;9;3258.02;11.91;1325.00;1.57;0.22 +947;10;3261.98;13.07;1325.00;-1.57;0.22 +947;19;3257.00;9.63;1330.00;-2.76;0.22 +947;20;3256.10;9.63;1331.50;3.68;0.22 +947;21;3258.02;11.91;1325.00;1.57;0.22 948;0;2783.00;13.07;1342.00;0.00;0.20 +948;1;2781.00;13.52;1341.00;-1.10;0.20 +948;2;2784.50;12.90;1340.50;0.78;0.20 +948;3;2785.50;12.90;1342.50;1.76;0.20 +948;4;2782.50;13.10;1343.50;3.46;0.20 +948;9;2780.48;13.59;1342.00;1.57;0.20 +948;10;2785.52;12.89;1342.00;-1.57;0.20 +948;21;2785.52;12.89;1342.00;-1.57;0.20 949;0;3169.00;13.25;1374.00;0.00;0.20 +949;1;3166.00;12.77;1373.00;-1.24;0.20 +949;2;3170.50;13.60;1372.50;0.78;0.20 +949;3;3171.50;13.90;1374.50;1.76;0.20 +949;4;3168.50;13.20;1376.00;3.38;0.20 +949;9;3166.30;13.00;1374.00;1.57;0.20 +949;10;3171.70;13.92;1374.00;-1.57;0.20 +949;21;3166.30;13.00;1374.00;1.57;0.20 950;0;2747.00;12.40;1289.00;0.00;0.20 +950;1;2747.00;12.27;1288.00;0.00;0.20 +950;2;2750.00;12.10;1287.50;1.10;0.20 +950;3;2744.00;12.35;1289.50;4.54;0.20 +950;4;2749.50;12.30;1289.50;1.76;0.20 +950;5;2744.50;12.50;1290.50;4.17;0.20 +950;6;2747.50;12.80;1291.00;2.89;0.20 +950;9;2744.48;12.39;1289.00;1.57;0.20 +950;10;2749.52;12.25;1289.00;-1.57;0.20 +950;21;2749.52;12.25;1289.00;-1.57;0.20 951;0;1586.00;11.42;1523.00;0.00;0.26 +951;1;1583.50;10.65;1521.00;-0.89;0.26 +951;2;1589.00;10.65;1521.50;1.10;0.26 +951;3;1585.00;11.10;1524.50;3.73;0.26 +951;4;1590.50;11.50;1524.50;1.89;0.26 +951;5;1589.50;12.10;1525.50;2.19;0.26 +951;9;1582.40;10.40;1523.00;1.57;0.26 +951;10;1589.60;11.10;1523.00;-1.57;0.26 +951;21;1582.40;10.40;1523.00;1.57;0.26 952;0;4616.00;13.25;1349.00;0.00;0.28 +952;1;4614.50;12.55;1345.00;-0.35;0.28 +952;2;4617.50;12.70;1345.50;0.40;0.28 +952;3;4614.00;13.02;1348.00;-1.10;0.28 +952;4;4620.00;12.60;1346.50;1.01;0.28 +952;5;4618.00;13.20;1350.00;2.03;0.28 +952;6;4614.50;14.10;1352.50;3.54;0.28 +952;7;4616.50;13.90;1353.50;3.03;0.28 +952;9;4613.48;13.30;1349.00;1.57;0.28 +952;10;4618.52;13.04;1349.00;-1.57;0.28 +952;21;4613.48;13.30;1349.00;1.57;0.28 953;0;3093.00;14.05;1388.00;0.00;0.20 +953;1;3093.00;13.65;1386.50;0.00;0.20 +953;2;3095.50;13.90;1386.50;1.03;0.20 +953;3;3090.50;13.90;1387.50;-1.37;0.20 +953;4;3096.00;13.95;1388.00;1.57;0.20 +953;5;3091.00;14.40;1389.50;4.06;0.20 +953;6;3093.50;14.30;1389.50;2.82;0.20 +953;9;3090.66;14.05;1388.00;1.57;0.20 +953;10;3095.34;14.00;1388.00;-1.57;0.20 +953;21;3090.66;14.05;1388.00;1.57;0.20 954;0;1425.00;9.85;1500.00;0.00;0.26 +954;1;1423.50;10.10;1494.50;-0.26;0.26 +954;2;1425.50;9.80;1496.50;0.14;0.26 +954;3;1422.50;10.20;1499.50;-1.37;0.26 +954;4;1427.50;9.90;1499.50;1.37;0.26 +954;5;1428.00;9.90;1502.50;2.26;0.26 +954;6;1422.50;9.90;1504.50;3.64;0.26 +954;7;1425.50;9.80;1504.00;3.01;0.26 +954;9;1422.66;10.16;1500.00;1.57;0.26 +954;10;1427.34;9.90;1500.00;-1.57;0.26 +954;21;1422.66;10.16;1500.00;1.57;0.26 955;0;3039.00;9.95;1338.00;0.00;0.22 +955;1;3037.50;9.50;1336.50;-0.78;0.22 +955;2;3040.50;9.80;1335.50;0.54;0.22 +955;3;3036.50;9.80;1339.00;4.33;0.22 +955;4;3041.00;10.62;1338.00;1.57;0.22 +955;5;3039.00;10.60;1340.00;3.14;0.22 +955;9;3037.02;9.60;1338.00;1.57;0.22 +955;10;3040.98;10.61;1338.00;-1.57;0.22 +955;19;3027.80;9.50;1335.27;-1.79;0.22 +955;20;3025.46;9.50;1334.65;-1.24;0.22 +955;21;3037.02;9.60;1338.00;1.57;0.22 956;0;2901.00;10.95;1392.00;0.00;0.18 +956;1;2898.50;10.80;1390.00;-0.89;0.18 +956;2;2901.00;10.72;1390.00;0.00;0.18 +956;3;2904.00;10.80;1391.50;1.40;0.18 +956;4;2899.00;10.95;1392.50;4.46;0.18 +956;5;2902.50;10.95;1393.00;2.15;0.18 +956;6;2905.00;10.95;1392.50;1.69;0.18 +956;9;2898.30;10.90;1392.00;1.57;0.18 +956;10;2903.70;10.89;1392.00;-1.57;0.18 +956;21;2898.30;10.90;1392.00;1.57;0.18 957;0;4871.00;9.57;1386.00;0.00;0.34 +957;1;4870.00;9.50;1384.00;-0.46;0.34 +957;2;4874.00;9.55;1384.50;1.10;0.34 +957;3;4866.50;9.50;1386.00;4.71;0.34 +957;4;4868.00;9.70;1387.50;4.24;0.34 +957;5;4872.50;9.70;1388.50;2.60;0.34 +957;9;4867.58;9.50;1386.00;1.57;0.34 +957;10;4874.42;9.68;1386.00;-1.57;0.34 +957;19;4873.00;9.50;1386.00;-0.46;0.34 +957;20;4874.75;9.50;1386.00;1.57;0.34 +957;21;4867.58;9.50;1386.00;1.57;0.34 958;0;2884.00;9.77;1399.00;0.00;0.16 +958;1;2884.00;9.70;1397.50;0.00;0.16 +958;2;2885.50;9.80;1398.50;1.24;0.16 +958;3;2882.00;9.85;1399.00;4.71;0.16 +958;4;2885.50;9.90;1400.50;2.35;0.16 +958;5;2883.50;9.80;1400.50;3.46;0.16 +958;9;2882.20;9.85;1399.00;1.57;0.16 +958;10;2885.80;9.83;1399.00;-1.57;0.16 +958;21;2885.80;9.83;1399.00;-1.57;0.16 959;0;4826.00;9.82;1344.00;0.00;0.22 +959;1;4827.00;9.60;1341.50;0.38;0.22 +959;2;4825.00;9.70;1342.50;-0.58;0.22 +959;3;4828.00;9.60;1344.00;1.57;0.22 +959;4;4823.50;10.45;1344.00;4.71;0.22 +959;5;4825.00;10.50;1345.50;3.73;0.22 +959;9;4824.02;10.29;1344.00;1.57;0.22 +959;10;4827.98;9.60;1344.00;-1.57;0.22 +959;19;4830.00;9.55;1347.00;1.57;0.22 +959;20;4831.40;9.55;1348.05;2.21;0.22 +959;21;4824.02;10.29;1344.00;1.57;0.22 960;0;3390.00;13.97;1333.00;0.00;0.24 +960;1;3391.00;13.75;1331.00;0.46;0.24 +960;2;3394.00;14.00;1332.00;1.32;0.24 +960;3;3387.00;13.40;1332.50;-1.40;0.24 +960;4;3392.00;14.32;1334.00;2.03;0.24 +960;5;3388.50;13.85;1335.00;3.78;0.24 +960;9;3387.12;13.45;1333.00;1.57;0.24 +960;10;3392.88;14.20;1333.00;-1.57;0.24 +960;21;3387.12;13.45;1333.00;1.57;0.24 961;0;3355.00;15.52;1286.00;0.00;0.24 +961;1;3354.50;16.30;1282.50;-0.14;0.24 +961;2;3357.00;15.40;1284.50;0.92;0.24 +961;3;3352.50;15.65;1285.00;-1.19;0.24 +961;4;3357.50;14.80;1289.00;2.44;0.24 +961;5;3354.00;14.45;1289.00;3.46;0.24 +961;9;3352.84;15.38;1286.00;1.57;0.24 +961;10;3357.16;15.38;1286.00;-1.57;0.24 +961;21;3352.84;15.38;1286.00;1.57;0.24 962;0;2802.00;10.85;1298.00;0.00;0.20 +962;1;2803.00;10.37;1298.00;1.57;0.20 +962;2;2799.50;10.90;1296.50;-1.03;0.20 +962;3;2799.50;11.55;1298.00;4.71;0.20 +962;4;2801.50;12.10;1299.50;3.46;0.20 +962;9;2799.48;11.55;1298.00;1.57;0.20 +962;10;2804.52;9.73;1298.00;-1.57;0.20 +962;19;2805.00;9.50;1298.00;0.77;0.20 +962;20;2806.75;9.50;1298.00;1.57;0.20 +962;21;2804.83;11.30;1299.40;-1.57;0.20 963;0;3024.00;13.27;1360.00;0.00;0.22 +963;1;3023.00;12.85;1357.50;-0.38;0.22 +963;2;3025.50;14.10;1358.50;0.78;0.22 +963;3;3022.50;12.60;1360.50;4.39;0.22 +963;4;3025.00;13.20;1361.00;2.35;0.22 +963;5;3023.00;12.20;1362.50;3.52;0.22 +963;9;3022.02;12.62;1360.00;1.57;0.22 +963;10;3025.98;13.80;1360.00;-1.57;0.22 +963;21;3022.02;12.62;1360.00;1.57;0.22 964;0;4717.00;10.50;1327.00;0.00;0.24 +964;1;4714.00;10.52;1325.00;-0.98;0.24 +964;2;4717.00;11.00;1325.50;0.00;0.24 +964;3;4714.50;10.00;1327.50;4.51;0.24 +964;4;4720.00;11.05;1327.00;1.57;0.24 +964;5;4721.00;11.05;1329.00;2.03;0.24 +964;6;4719.50;11.25;1330.00;2.44;0.24 +964;7;4717.00;10.50;1329.50;3.14;0.24 +964;9;4714.12;10.06;1327.00;1.57;0.24 +964;10;4719.88;11.03;1327.00;-1.57;0.24 +964;19;4711.00;9.50;1326.00;-1.77;0.24 +964;20;4709.27;9.50;1325.71;-1.40;0.24 +964;21;4714.12;10.06;1327.00;1.57;0.24 965;0;3167.00;11.85;1383.00;0.00;0.24 +965;1;3167.50;11.80;1380.50;0.19;0.24 +965;2;3164.50;11.80;1380.50;-0.78;0.24 +965;3;3165.00;11.87;1383.00;4.71;0.24 +965;4;3170.00;11.95;1382.00;1.24;0.24 +965;5;3170.50;11.90;1383.50;1.71;0.24 +965;6;3168.00;12.12;1385.00;2.67;0.24 +965;7;3164.50;12.20;1385.50;3.92;0.24 +965;9;3164.48;11.85;1383.00;1.57;0.24 +965;10;3169.52;11.99;1383.00;-1.57;0.24 +965;21;3164.48;11.85;1383.00;1.57;0.24 966;0;3147.00;12.92;1329.00;0.00;0.18 +966;1;3147.50;12.40;1326.50;0.19;0.18 +966;2;3148.50;12.80;1328.50;1.24;0.18 +966;3;3145.50;12.80;1328.50;-1.24;0.18 +966;4;3145.50;13.25;1331.00;3.78;0.18 +966;5;3148.00;13.30;1331.50;2.76;0.18 +966;9;3145.38;12.90;1329.00;1.57;0.18 +966;10;3148.62;13.00;1329.00;-1.57;0.18 +966;21;3145.38;12.90;1329.00;1.57;0.18 967;0;3008.00;11.70;1391.00;0.00;0.24 +967;1;3007.50;11.60;1388.50;-0.19;0.24 +967;2;3010.00;11.47;1389.00;0.78;0.24 +967;3;3006.00;11.67;1391.00;4.71;0.24 +967;4;3011.00;10.87;1391.00;1.57;0.24 +967;5;3009.00;11.20;1392.50;2.55;0.24 +967;6;3006.50;11.70;1393.50;3.68;0.24 +967;9;3005.84;11.66;1391.00;1.57;0.24 +967;10;3010.16;11.18;1391.00;-1.57;0.24 +967;19;3007.00;10.60;1396.00;-3.73;0.24 +967;20;3006.65;10.60;1397.71;3.33;0.24 +967;21;3005.84;11.66;1391.00;1.57;0.24 968;0;1477.00;10.57;1444.00;0.00;0.26 +968;1;1477.00;10.65;1441.00;0.00;0.26 +968;2;1474.00;10.95;1443.50;-1.40;0.26 +968;3;1480.50;10.45;1444.00;1.57;0.26 +968;4;1473.50;11.80;1447.00;4.00;0.26 +968;5;1473.50;11.80;1447.00;4.00;0.26 +968;6;1478.50;10.80;1447.00;2.67;0.26 +968;9;1473.58;10.99;1444.00;1.57;0.26 +968;10;1480.42;10.44;1444.00;-1.57;0.26 +968;21;1473.58;10.99;1444.00;1.57;0.26 969;0;2957.00;9.80;1429.00;0.00;0.14 +969;1;2956.00;9.77;1428.00;-0.78;0.14 +969;2;2958.50;9.75;1428.00;0.98;0.14 +969;3;2958.50;9.80;1429.50;1.89;0.14 +969;4;2956.00;9.90;1430.00;3.92;0.14 +969;5;2957.00;9.95;1430.50;3.14;0.14 +969;9;2955.56;9.80;1429.00;1.57;0.14 +969;10;2958.44;9.80;1429.00;-1.57;0.14 +969;21;2955.56;9.80;1429.00;1.57;0.14 970;0;2668.00;9.70;1298.00;0.00;0.18 +970;1;2666.50;9.70;1297.50;-1.24;0.18 +970;2;2670.00;9.50;1296.50;0.92;0.18 +970;3;2671.00;9.70;1297.50;1.40;0.18 +970;4;2669.50;9.70;1299.00;2.15;0.18 +970;5;2667.50;9.60;1300.50;3.33;0.18 +970;9;2665.84;9.66;1298.00;1.57;0.18 +970;10;2670.16;9.70;1298.00;-1.57;0.18 +970;19;2664.00;9.53;1297.00;-1.25;0.18 +970;20;2662.30;9.53;1296.57;-1.32;0.18 +970;21;2667.49;9.70;1296.28;1.57;0.18 971;0;1518.00;10.30;1521.00;0.00;0.28 +971;1;1518.50;10.65;1517.00;0.12;0.28 +971;2;1516.00;10.65;1518.00;-0.58;0.28 +971;3;1520.50;11.00;1519.50;1.03;0.28 +971;4;1515.00;10.55;1521.50;4.54;0.28 +971;5;1520.50;10.30;1523.50;2.35;0.28 +971;6;1515.00;10.40;1523.50;4.01;0.28 +971;7;1518.00;10.12;1524.00;3.14;0.28 +971;9;1515.48;10.45;1521.00;1.57;0.28 +971;10;1520.52;10.90;1521.00;-1.57;0.28 +971;21;1515.48;10.45;1521.00;1.57;0.28 972;0;4653.00;12.27;1364.00;0.00;0.22 +972;1;4654.50;12.30;1361.50;0.54;0.22 +972;2;4650.50;12.80;1363.00;-1.19;0.22 +972;3;4655.50;11.95;1364.00;1.57;0.22 +972;4;4650.00;12.85;1365.50;4.24;0.22 +972;5;4653.00;12.37;1366.00;3.14;0.22 +972;9;4650.30;12.82;1364.00;1.57;0.22 +972;10;4655.70;11.92;1364.00;-1.57;0.22 +972;21;4650.30;12.82;1364.00;1.57;0.22 973;0;4836.00;11.42;1391.00;0.00;0.20 +973;1;4836.00;11.60;1389.50;0.00;0.20 +973;2;4839.50;11.50;1389.50;1.16;0.20 +973;3;4833.00;11.67;1391.00;4.71;0.20 +973;4;4839.50;11.40;1391.00;1.57;0.20 +973;5;4835.50;11.70;1392.50;3.46;0.20 +973;9;4833.30;11.66;1391.00;1.57;0.20 +973;10;4838.70;11.36;1391.00;-1.57;0.20 +973;21;4833.30;11.66;1391.00;1.57;0.20 974;0;3142.00;12.50;1345.00;0.00;0.18 +974;1;3141.50;12.40;1343.00;-0.24;0.18 +974;2;3140.00;13.40;1344.50;-1.32;0.18 +974;3;3144.00;12.20;1343.50;0.92;0.18 +974;4;3144.00;12.55;1346.00;2.03;0.18 +974;5;3142.00;13.10;1346.50;3.14;0.18 +974;9;3140.20;13.43;1345.00;1.57;0.18 +974;10;3143.80;12.38;1345.00;-1.57;0.18 +974;21;3140.20;13.43;1345.00;1.57;0.18 975;0;3402.00;12.80;1338.00;0.00;0.22 +975;1;3398.00;13.60;1336.50;-1.21;0.22 +975;2;3403.50;14.20;1336.50;0.78;0.22 +975;3;3407.00;13.40;1337.00;1.37;0.22 +975;4;3407.50;10.85;1339.00;1.75;0.22 +975;5;3397.00;11.65;1339.50;4.42;0.22 +975;6;3402.50;11.00;1339.50;2.82;0.22 +975;9;3397.86;12.95;1338.00;1.57;0.22 +975;10;3406.14;12.14;1338.00;-1.57;0.22 +975;19;3406.00;10.03;1340.00;-3.46;0.22 +975;20;3407.56;10.03;1340.78;2.03;0.22 +975;21;3397.86;12.95;1338.00;1.57;0.22 976;0;3153.00;13.87;1299.00;0.00;0.26 +976;1;3152.50;11.35;1296.00;-0.16;0.26 +976;2;3150.50;12.80;1298.00;-1.19;0.26 +976;3;3155.50;12.60;1297.50;1.03;0.26 +976;4;3151.00;14.20;1301.00;3.92;0.26 +976;5;3155.50;13.35;1300.00;1.95;0.26 +976;6;3153.50;14.00;1301.50;2.94;0.26 +976;7;3152.00;13.40;1303.00;3.38;0.26 +976;9;3150.66;13.64;1299.00;1.57;0.26 +976;10;3155.34;13.49;1299.00;-1.57;0.26 +976;19;3160.00;9.88;1301.00;-4.33;0.26 +976;20;3161.68;9.88;1301.48;1.84;0.26 +976;21;3150.66;13.64;1299.00;1.57;0.26 977;0;2746.00;14.57;1339.00;0.00;0.24 +977;1;2744.50;14.20;1337.00;-0.64;0.24 +977;2;2746.50;14.00;1337.50;0.32;0.24 +977;3;2744.00;14.60;1339.00;4.71;0.24 +977;4;2747.50;14.20;1340.00;2.15;0.24 +977;5;2745.50;14.30;1341.00;3.38;0.24 +977;9;2743.84;14.55;1339.00;1.57;0.24 +977;10;2748.16;13.73;1339.00;-1.57;0.24 +977;21;2748.16;13.73;1339.00;-1.57;0.24 978;0;4784.00;13.80;1327.00;0.00;0.22 +978;1;4784.50;13.70;1324.50;0.19;0.22 +978;2;4782.50;13.45;1326.00;-0.98;0.22 +978;3;4786.00;14.10;1325.50;0.92;0.22 +978;4;4786.50;14.60;1328.50;2.11;0.22 +978;5;4781.50;12.70;1328.50;4.17;0.22 +978;6;4783.50;13.60;1329.00;3.38;0.22 +978;9;4781.84;13.07;1327.00;1.57;0.22 +978;10;4786.16;14.38;1327.00;-1.57;0.22 +978;21;4781.84;13.07;1327.00;1.57;0.22 979;0;3324.00;13.90;1354.00;0.00;0.24 +979;1;3324.00;13.90;1351.50;0.00;0.24 +979;2;3327.00;14.10;1352.00;0.98;0.24 +979;3;3321.50;13.40;1353.50;-1.37;0.24 +979;4;3327.00;13.85;1354.50;1.73;0.24 +979;5;3323.50;12.45;1356.00;3.38;0.24 +979;9;3321.12;13.07;1354.00;1.57;0.24 +979;10;3326.88;13.92;1354.00;-1.57;0.24 +979;19;3318.00;10.23;1357.00;-2.90;0.24 +979;20;3316.43;10.23;1357.78;4.24;0.24 +979;21;3321.12;13.07;1354.00;1.57;0.24 980;0;2672.00;9.70;1290.00;0.00;0.20 +980;1;2671.50;9.70;1288.00;-0.24;0.20 +980;2;2674.00;9.75;1289.50;1.32;0.20 +980;3;2670.50;9.70;1290.00;4.71;0.20 +980;4;2673.50;9.60;1291.50;2.35;0.20 +980;5;2672.00;9.70;1292.50;3.14;0.20 +980;9;2670.20;9.61;1290.00;1.57;0.20 +980;10;2673.80;9.69;1290.00;-1.57;0.20 +980;19;2669.00;9.50;1290.00;-1.57;0.20 +980;20;2667.25;9.50;1290.00;4.71;0.20 +980;21;2670.20;9.61;1290.00;1.57;0.20 981;0;3259.00;12.52;1307.00;0.00;0.24 +981;1;3260.50;12.40;1304.50;0.54;0.24 +981;2;3257.50;12.50;1306.00;-0.98;0.24 +981;3;3261.50;12.60;1305.50;1.03;0.24 +981;4;3260.00;12.70;1309.00;2.67;0.24 +981;5;3256.50;13.10;1309.50;3.92;0.24 +981;9;3256.84;12.60;1307.00;1.57;0.24 +981;10;3261.16;12.51;1307.00;-1.57;0.24 +981;21;3256.84;12.60;1307.00;1.57;0.24 982;0;3106.00;13.95;1392.00;0.00;0.28 +982;1;3104.00;13.85;1388.50;-0.51;0.28 +982;2;3105.50;14.10;1389.50;-0.19;0.28 +982;3;3102.50;13.90;1390.00;-1.05;0.28 +982;4;3108.50;13.90;1391.50;1.37;0.28 +982;5;3103.50;14.10;1391.50;-1.37;0.28 +982;6;3106.00;14.00;1393.50;3.14;0.28 +982;7;3108.50;13.80;1394.00;2.24;0.28 +982;8;3108.50;13.75;1396.00;2.58;0.28 +982;9;3103.48;14.09;1392.00;1.57;0.28 +982;10;3108.52;13.89;1392.00;-1.57;0.28 +982;21;3108.52;13.89;1392.00;-1.57;0.28 983;0;1644.00;9.72;1715.00;0.00;0.80 +983;1;1642.50;10.70;1706.50;-0.17;0.80 +983;2;1650.00;10.80;1711.50;1.04;0.80 +983;3;1636.50;10.60;1708.50;-0.85;0.80 +983;4;1637.00;9.60;1716.00;4.57;0.80 +983;5;1652.00;10.70;1720.00;2.12;0.80 +983;6;1646.00;10.65;1723.50;2.91;0.80 +983;9;1636.26;9.60;1715.00;1.57;0.80 +983;10;1651.74;10.70;1715.00;-1.57;0.80 +983;21;1636.26;9.60;1715.00;1.57;0.80 984;0;3054.00;11.05;1403.00;0.00;0.16 +984;1;3053.00;10.37;1401.00;-0.46;0.16 +984;2;3054.50;11.20;1402.00;0.46;0.16 +984;3;3052.50;10.15;1403.00;4.71;0.16 +984;4;3056.00;12.10;1403.50;1.81;0.16 +984;5;3053.50;10.90;1404.50;3.46;0.16 +984;6;3055.50;12.00;1405.00;2.49;0.16 +984;9;3052.56;10.18;1403.00;1.57;0.16 +984;10;3055.44;11.77;1403.00;-1.57;0.16 +984;21;3052.56;10.18;1403.00;1.57;0.16 985;0;2721.00;11.30;1309.00;0.00;0.20 +985;1;2719.50;11.10;1307.50;-0.78;0.20 +985;2;2722.50;11.10;1308.50;1.24;0.20 +985;3;2718.50;11.40;1308.50;-1.37;0.20 +985;4;2720.50;11.70;1310.00;3.60;0.20 +985;5;2723.50;11.60;1310.50;2.11;0.20 +985;9;2718.48;11.60;1309.00;1.57;0.20 +985;10;2723.52;11.24;1309.00;-1.57;0.20 +985;21;2723.52;11.24;1309.00;-1.57;0.20 986;0;922.00;10.17;1461.00;0.00;0.28 +986;1;920.50;9.55;1459.00;-0.64;0.28 +986;2;924.00;10.10;1458.00;0.58;0.28 +986;3;925.50;10.50;1458.50;0.95;0.28 +986;4;924.00;10.40;1461.00;1.57;0.28 +986;5;920.00;10.40;1463.00;3.92;0.28 +986;6;922.50;10.70;1464.50;3.00;0.28 +986;9;919.48;9.89;1461.00;1.57;0.28 +986;10;924.52;10.45;1461.00;-1.57;0.28 +986;19;920.00;9.50;1456.00;-0.64;0.28 +986;20;919.35;9.50;1454.37;-0.38;0.28 +986;21;919.48;9.89;1461.00;1.57;0.28 987;0;4728.00;9.70;1351.00;0.00;0.28 +987;1;4728.50;9.70;1347.50;0.14;0.28 +987;2;4730.50;9.70;1348.00;0.69;0.28 +987;3;4726.50;9.70;1349.50;-0.78;0.28 +987;4;4731.50;9.70;1350.00;1.29;0.28 +987;5;4724.50;9.70;1351.50;4.57;0.28 +987;6;4729.00;9.70;1352.50;2.55;0.28 +987;7;4725.00;9.70;1353.50;4.01;0.28 +987;9;4725.12;9.70;1351.00;1.57;0.28 +987;10;4730.88;9.70;1351.00;-1.57;0.28 +987;21;4725.12;9.70;1351.00;1.57;0.28 988;0;3119.00;11.00;664.00;0.00;0.78 +988;1;3122.50;11.00;655.00;0.37;0.78 +988;2;3112.00;11.00;656.00;-0.71;0.78 +988;3;3128.50;11.00;664.50;1.62;0.78 +988;4;3109.50;11.00;665.50;4.55;0.78 +988;5;3124.00;11.00;672.50;2.61;0.78 +988;9;3109.28;11.00;664.00;1.57;0.78 +988;10;3128.72;11.00;664.00;-1.57;0.78 +988;21;3109.28;11.00;664.00;1.57;0.78 989;0;2772.00;12.92;1224.00;0.00;0.34 +989;1;2773.00;13.17;1220.00;0.24;0.34 +989;2;2768.50;12.90;1222.50;-1.16;0.34 +989;3;2775.50;13.50;1222.50;1.16;0.34 +989;4;2774.50;12.80;1226.50;2.35;0.34 +989;5;2769.50;12.20;1227.00;3.83;0.34 +989;6;2773.00;12.35;1228.00;2.89;0.34 +989;9;2768.94;12.66;1224.00;1.57;0.34 +989;10;2775.06;13.17;1224.00;-1.57;0.34 +989;19;2777.00;9.53;1233.00;-3.39;0.34 +989;20;2777.85;9.53;1234.53;2.63;0.34 +989;21;2768.94;12.66;1224.00;1.57;0.34 990;0;3137.00;9.50;1742.00;0.00;0.62 +990;1;3140.50;9.50;1735.00;0.46;0.62 +990;2;3125.50;9.50;1746.00;4.37;0.62 +990;3;3148.00;9.50;1736.00;1.07;0.62 +990;4;3130.50;9.50;1742.50;4.63;0.62 +990;5;3147.50;9.50;1740.00;1.38;0.62 +990;6;3150.50;9.50;1738.50;1.31;0.62 +990;7;3143.50;9.50;1742.50;1.64;0.62 +990;8;3138.50;9.50;1746.00;2.78;0.62 +990;9;3127.46;9.50;1742.00;1.57;0.62 +990;10;3146.54;9.50;1742.00;-1.57;0.62 +990;11;3142.60;9.50;1730.80;0.46;0.62 +990;12;3118.60;9.50;1748.40;4.37;0.62 +990;13;3154.60;9.50;1732.40;1.07;0.62 +990;14;3126.60;9.50;1742.80;4.63;0.62 +990;15;3153.80;9.50;1738.80;1.38;0.62 +990;16;3158.60;9.50;1736.40;1.31;0.62 +990;17;3147.40;9.50;1742.80;1.64;0.62 +990;18;3139.40;9.50;1748.40;2.78;0.62 +990;21;3127.46;9.50;1742.00;1.57;0.62 991;0;2532.00;9.50;829.00;0.00;1.10 +991;1;2533.00;9.50;813.50;0.06;1.10 +991;2;2524.00;9.50;824.50;-1.05;1.10 +991;3;2540.50;9.50;822.00;0.88;1.10 +991;4;2544.00;9.50;834.50;2.00;1.10 +991;5;2549.50;9.50;833.00;1.79;1.10 +991;6;2527.00;9.50;838.50;3.62;1.10 +991;9;2518.86;9.50;829.00;1.57;1.10 +991;10;2545.14;9.50;829.00;-1.57;1.10 +991;11;2533.60;9.50;804.20;0.06;1.10 +991;12;2519.20;9.50;821.80;-1.05;1.10 +991;13;2545.60;9.50;817.80;0.88;1.10 +991;14;2551.20;9.50;837.80;2.00;1.10 +991;15;2560.00;9.50;835.40;1.79;1.10 +991;16;2524.00;9.50;844.20;3.62;1.10 +991;21;2518.86;9.50;829.00;1.57;1.10 992;0;3270.00;9.80;1142.00;0.00;0.38 +992;1;3271.00;9.90;1139.50;0.38;0.38 +992;2;3265.50;9.90;1140.00;-1.15;0.38 +992;3;3275.50;10.00;1141.00;1.39;0.38 +992;4;3274.50;9.90;1143.50;1.89;0.38 +992;5;3266.00;9.85;1144.00;4.24;0.38 +992;6;3269.50;9.80;1145.50;3.28;0.38 +992;7;3273.50;9.80;1145.50;2.35;0.38 +992;9;3266.04;9.90;1142.00;1.57;0.38 +992;10;3273.96;9.92;1142.00;-1.57;0.38 +992;21;3266.04;9.90;1142.00;1.57;0.38 993;0;4988.00;9.70;1254.00;0.00;0.22 +993;1;4988.00;9.70;1251.00;0.00;0.22 +993;2;4989.50;9.70;1252.50;0.78;0.22 +993;3;4986.50;9.70;1253.00;-0.98;0.22 +993;4;4985.50;9.70;1255.00;4.33;0.22 +993;5;4989.50;9.70;1255.50;2.35;0.22 +993;6;4988.00;9.70;1256.00;3.14;0.22 +993;9;4986.02;9.70;1254.00;1.57;0.22 +993;10;4989.98;9.70;1254.00;-1.57;0.22 +993;21;4986.02;9.70;1254.00;1.57;0.22 994;0;4511.00;9.70;948.00;0.00;0.26 +994;1;4510.50;9.70;946.50;-0.32;0.26 +994;2;4514.00;9.72;949.00;1.89;0.26 +994;3;4509.50;9.80;950.00;3.78;0.26 +994;9;4507.94;9.70;948.00;1.57;0.26 +994;10;4514.06;9.67;948.00;-1.57;0.26 +994;19;4511.00;9.50;944.00;-0.32;0.26 +994;20;4511.00;9.50;942.25;0.00;0.26 +994;21;4507.94;9.70;948.00;1.57;0.26 995;0;2242.00;9.50;690.00;0.00;1.16 +995;1;2233.00;9.50;677.50;-0.62;1.16 +995;2;2248.00;9.50;687.00;1.10;1.16 +995;3;2229.00;9.50;681.50;-0.99;1.16 +995;4;2233.50;9.50;690.00;4.71;1.16 +995;5;2242.00;9.50;698.50;3.14;1.16 +995;6;2252.50;9.50;703.00;2.46;1.16 +995;7;2247.50;9.50;705.00;2.79;1.16 +995;9;2231.56;9.50;690.00;1.57;1.16 +995;10;2252.44;9.50;690.00;-1.57;1.16 +995;11;2227.60;9.50;670.00;-0.62;1.16 +995;12;2251.60;9.50;685.20;1.10;1.16 +995;13;2221.20;9.50;676.40;-0.99;1.16 +995;14;2228.40;9.50;690.00;4.71;1.16 +995;15;2242.00;9.50;703.60;3.14;1.16 +995;16;2258.80;9.50;710.80;2.46;1.16 +995;17;2250.80;9.50;714.00;2.79;1.16 +995;21;2231.56;9.50;690.00;1.57;1.16 996;0;4669.00;11.25;1169.00;0.00;0.18 +996;1;4668.50;11.35;1167.00;-0.24;0.18 +996;2;4671.00;11.20;1167.50;0.92;0.18 +996;3;4666.00;11.20;1168.50;-1.40;0.18 +996;4;2334.00;9.50;584.00;-1.32;0.18 +996;5;4667.00;11.05;1170.00;4.24;0.18 +996;6;4669.50;11.00;1170.50;2.82;0.18 +996;9;4666.84;11.15;1169.00;1.57;0.18 +996;10;4671.16;10.95;1169.00;-1.57;0.18 +996;21;4666.84;11.15;1169.00;1.57;0.18 997;0;4253.00;10.02;1015.00;0.00;0.32 +997;1;4253.50;10.20;1011.00;0.12;0.32 +997;2;4256.00;10.25;1012.00;0.78;0.32 +997;3;4250.50;9.90;1013.00;-0.89;0.32 +997;4;4249.00;9.95;1014.50;-1.44;0.32 +997;5;4256.00;10.40;1016.50;2.03;0.32 +997;6;4250.50;9.90;1017.50;3.92;0.32 +997;7;4254.00;10.10;1019.50;2.92;0.32 +997;9;4250.12;9.90;1015.00;1.57;0.32 +997;10;4255.88;10.35;1015.00;-1.57;0.32 +997;21;4250.12;9.90;1015.00;1.57;0.32 998;0;4941.83;9.70;1272.35;0.00;0.22 +998;1;4941.59;9.50;1267.61;-0.16;0.22 +998;2;4944.98;9.60;1273.66;0.00;0.22 +998;9;4941.02;9.62;1271.00;1.57;0.22 +998;10;4944.98;9.50;1271.00;-1.57;0.22 +998;19;4944.00;9.55;1266.00;-1.57;0.22 +998;20;4944.34;9.55;1264.28;0.19;0.22 +998;21;4941.02;9.62;1271.00;1.57;0.22 999;0;2233.00;9.50;1826.00;0.00;1.52 +999;1;2238.50;9.50;1808.00;0.29;1.52 +999;2;2252.50;9.50;1824.00;1.46;1.52 +999;3;2215.50;9.50;1819.00;-1.19;1.52 +999;4;2211.00;9.50;1836.00;4.28;1.52 +999;5;2233.00;9.50;1842.00;3.14;1.52 +999;9;2216.26;9.50;1826.00;1.57;1.52 +999;10;2249.74;9.50;1826.00;-1.57;1.52 +999;11;2241.80;9.50;1797.20;0.29;1.52 +999;12;2264.20;9.50;1822.80;1.46;1.52 +999;13;2205.00;9.50;1814.80;-1.19;1.52 +999;14;2197.80;9.50;1842.00;4.28;1.52 +999;15;2233.00;9.50;1851.60;3.14;1.52 +999;21;2216.26;9.50;1826.00;1.57;1.52 1000;0;842.00;9.50;73.00;0.00;1.26 +1000;1;839.00;9.50;62.00;-0.26;1.26 +1000;2;857.50;9.50;71.50;1.47;1.26 +1000;3;822.00;9.50;74.50;4.63;1.26 +1000;4;833.50;9.50;84.00;3.79;1.26 +1000;5;850.50;9.50;87.00;2.59;1.26 +1000;9;828.32;9.50;73.00;1.57;1.26 +1000;10;855.68;9.50;73.00;-1.57;1.26 +1000;11;837.20;9.50;55.40;-0.26;1.26 +1000;12;866.80;9.50;70.60;1.47;1.26 +1000;13;810.00;9.50;75.40;4.63;1.26 +1000;14;828.40;9.50;90.60;3.79;1.26 +1000;15;855.60;9.50;95.40;2.59;1.26 +1000;21;828.32;9.50;73.00;1.57;1.26 1001;0;4651.00;9.70;1196.00;0.00;0.24 +1001;1;4650.50;9.70;1194.50;-0.32;0.24 +1001;2;4654.50;9.70;1194.50;1.16;0.24 +1001;3;4647.50;9.70;1195.00;-1.29;0.24 +1001;4;4647.50;9.70;1196.50;4.57;0.24 +1001;5;4656.00;9.70;1196.00;1.57;0.24 +1001;6;4654.00;9.70;1197.00;1.89;0.24 +1001;7;4648.50;9.70;1198.00;4.03;0.24 +1001;8;2325.00;9.50;597.50;-1.31;0.24 +1001;9;4647.76;9.70;1196.00;1.57;0.24 +1001;10;4654.24;9.70;1196.00;-1.57;0.24 +1001;21;4647.76;9.70;1196.00;1.57;0.24 1002;0;5410.00;11.90;831.00;0.00;0.16 +1002;1;5410.50;11.70;831.00;1.57;0.16 +1002;9;5407.84;10.27;831.00;1.57;0.16 +1002;10;5412.16;10.80;831.00;-1.57;0.16 +1002;19;5407.00;9.53;830.00;1.57;0.16 +1002;20;5405.34;9.53;829.44;-1.24;0.16 +1002;21;5407.84;10.27;831.00;1.57;0.16 1003;0;4772.00;9.70;1287.00;0.00;0.20 +1003;1;4772.00;9.50;1285.50;0.00;0.20 +1003;2;4774.50;9.70;1287.00;1.57;0.20 +1003;3;4769.50;9.65;1288.00;4.33;0.20 +1003;4;4773.00;9.70;1288.50;2.55;0.20 +1003;5;4769.50;9.70;1289.00;4.03;0.20 +1003;9;4769.66;9.52;1287.00;1.57;0.20 +1003;10;4774.34;9.70;1287.00;-1.57;0.20 +1003;19;4771.00;9.50;1284.00;0.00;0.20 +1003;20;4770.44;9.50;1282.34;-0.32;0.20 +1003;21;4769.66;9.52;1287.00;1.57;0.20 1004;0;4564.00;10.15;1220.00;0.00;0.36 +1004;1;4563.50;9.90;1217.00;-0.16;0.36 +1004;2;4566.50;9.90;1216.50;0.62;0.36 +1004;3;4567.50;9.90;1219.00;1.29;0.36 +1004;4;4560.00;10.25;1218.50;-1.21;0.36 +1004;5;4561.50;10.40;1221.50;4.17;0.36 +1004;6;4567.00;10.20;1222.50;2.26;0.36 +1004;7;4564.50;10.50;1224.00;3.01;0.36 +1004;9;4560.76;10.18;1220.00;1.57;0.36 +1004;10;4567.24;9.97;1220.00;-1.57;0.36 +1004;21;4560.76;10.18;1220.00;1.57;0.36 1005;0;3281.00;12.12;1268.00;0.00;0.28 +1005;1;3279.00;12.95;1265.50;-0.67;0.28 +1005;2;3282.50;10.80;1266.00;0.64;0.28 +1005;3;3285.00;10.35;1268.50;1.69;0.28 +1005;4;3277.50;13.30;1268.50;4.57;0.28 +1005;5;3280.50;12.55;1270.00;3.38;0.28 +1005;9;3277.76;13.36;1268.00;1.57;0.28 +1005;10;3284.24;10.49;1268.00;-1.57;0.28 +1005;19;3286.59;9.40;1266.02;0.04;0.28 +1005;20;3288.24;9.40;1265.43;1.23;0.28 +1005;21;3286.22;11.10;1268.96;-1.57;0.28 1006;0;4630.00;13.37;1066.00;0.00;0.26 +1006;1;4630.00;12.27;1063.00;0.00;0.26 +1006;2;4632.50;12.20;1064.00;0.89;0.26 +1006;3;4628.00;13.12;1065.00;-1.10;0.26 +1006;4;4632.50;12.80;1066.50;1.76;0.26 +1006;5;4627.50;14.50;1068.50;3.92;0.26 +1006;6;4630.00;14.15;1069.00;3.14;0.26 +1006;9;4627.66;13.47;1066.00;1.57;0.26 +1006;10;4632.34;12.64;1066.00;-1.57;0.26 +1006;21;4627.66;13.47;1066.00;1.57;0.26 1007;0;3881.00;9.50;900.00;0.00;0.98 +1007;1;3885.50;9.50;888.50;0.37;0.98 +1007;2;3873.00;9.50;894.50;-0.96;0.98 +1007;3;3891.50;9.50;900.50;1.61;0.98 +1007;4;3875.00;9.50;910.50;3.66;0.98 +1007;5;3885.50;9.50;912.00;2.78;0.98 +1007;9;3872.18;9.50;900.00;1.57;0.98 +1007;10;3889.82;9.50;900.00;-1.57;0.98 +1007;11;3888.20;9.50;881.60;0.37;0.98 +1007;12;3868.20;9.50;891.20;-0.96;0.98 +1007;13;3897.80;9.50;900.80;1.61;0.98 +1007;14;3871.40;9.50;916.80;3.66;0.98 +1007;15;3888.20;9.50;919.20;2.78;0.98 +1007;21;3872.18;9.50;900.00;1.57;0.98 1008;0;3288.00;9.50;1207.00;0.00;0.66 +1008;1;3282.00;9.50;1200.50;-0.74;0.66 +1008;2;3296.00;9.50;1199.50;0.81;0.66 +1008;3;3302.50;9.50;1204.00;1.36;0.66 +1008;4;3273.50;9.50;1206.00;-1.50;0.66 +1008;5;3302.00;9.50;1209.00;1.71;0.66 +1008;6;3278.00;9.50;1212.50;4.21;0.66 +1008;7;3292.00;9.50;1213.50;2.59;0.66 +1008;9;3277.38;9.50;1207.00;1.57;0.66 +1008;10;3298.62;9.50;1207.00;-1.57;0.66 +1008;11;3278.40;9.50;1196.60;-0.74;0.66 +1008;12;3300.80;9.50;1195.00;0.81;0.66 +1008;13;3311.20;9.50;1202.20;1.36;0.66 +1008;14;3264.80;9.50;1205.40;-1.50;0.66 +1008;15;3310.40;9.50;1210.20;1.71;0.66 +1008;16;3272.00;9.50;1215.80;4.21;0.66 +1008;17;3294.40;9.50;1217.40;2.59;0.66 +1008;21;3277.38;9.50;1207.00;1.57;0.66 1009;0;3029.00;9.50;1269.00;0.00;0.24 +1009;1;3028.50;9.50;1268.00;-0.46;0.24 +1009;2;3031.50;9.60;1268.50;1.37;0.24 +1009;3;3026.50;9.50;1270.50;4.17;0.24 +1009;4;3029.50;9.60;1270.50;2.82;0.24 +1009;9;3026.48;9.50;1269.00;1.57;0.24 +1009;10;3031.52;9.65;1269.00;-1.57;0.24 +1009;19;3032.00;9.50;1265.00;-0.46;0.24 +1009;20;3033.05;9.50;1263.60;0.64;0.24 +1009;21;3026.48;9.50;1269.00;1.57;0.24 1010;0;4471.00;13.20;1110.00;0.00;0.34 +1010;1;4472.00;12.62;1107.00;0.32;0.34 +1010;2;4465.00;13.10;1109.00;-1.40;0.34 +1010;3;4477.50;12.40;1110.50;1.64;0.34 +1010;4;4462.50;13.70;1111.50;4.53;0.34 +1010;5;4468.50;14.60;1112.50;3.92;0.34 +1010;6;4476.00;13.05;1113.50;2.18;0.34 +1010;9;4465.06;13.35;1110.00;1.57;0.34 +1010;10;4476.94;12.46;1110.00;-1.57;0.34 +1010;21;4465.06;13.35;1110.00;1.57;0.34 1011;0;5045.00;9.50;641.00;0.00;1.08 +1011;1;5051.00;9.50;630.00;0.49;1.08 +1011;2;5059.50;9.50;635.50;1.20;1.08 +1011;3;5036.00;9.50;633.50;-0.87;1.08 +1011;4;5032.00;9.50;645.00;4.41;1.08 +1011;5;5053.50;9.50;648.00;2.26;1.08 +1011;6;5041.50;9.50;653.00;3.42;1.08 +1011;9;5033.30;9.50;641.00;1.57;1.08 +1011;10;5056.70;9.50;641.00;-1.57;1.08 +1011;11;5054.60;9.50;623.40;0.49;1.08 +1011;12;5068.20;9.50;632.20;1.20;1.08 +1011;13;5030.60;9.50;629.00;-0.87;1.08 +1011;14;5024.20;9.50;647.40;4.41;1.08 +1011;15;5058.60;9.50;652.20;2.26;1.08 +1011;16;5039.40;9.50;660.20;3.42;1.08 +1011;21;5033.30;9.50;641.00;1.57;1.08 1012;0;5227.00;9.50;1291.00;0.00;1.46 +1012;1;5216.50;9.50;1278.00;-0.67;1.46 +1012;2;5231.00;9.50;1279.50;0.33;1.46 +1012;3;5209.50;9.50;1286.00;-1.29;1.46 +1012;4;5241.50;9.50;1298.00;2.02;1.46 +1012;5;5216.50;9.50;1295.00;4.34;1.46 +1012;6;5233.50;9.50;1306.00;2.73;1.46 +1012;9;5213.86;9.50;1291.00;1.57;1.46 +1012;10;5240.14;9.50;1291.00;-1.57;1.46 +1012;11;5210.20;9.50;1270.20;-0.67;1.46 +1012;12;5233.40;9.50;1272.60;0.33;1.46 +1012;13;5199.00;9.50;1283.00;-1.29;1.46 +1012;14;5250.20;9.50;1302.20;2.02;1.46 +1012;15;5210.20;9.50;1297.40;4.34;1.46 +1012;16;5237.40;9.50;1315.00;2.73;1.46 +1012;21;5213.86;9.50;1291.00;1.57;1.46 1013;0;2819.00;10.17;1252.00;0.00;0.28 +1013;1;2815.00;9.95;1250.00;-1.10;0.28 +1013;2;2820.50;10.10;1250.00;0.64;0.28 +1013;3;2815.50;9.70;1252.50;4.57;0.28 +1013;4;2823.50;10.50;1253.50;1.89;0.28 +1013;5;2820.50;9.70;1254.50;2.60;0.28 +1013;9;2815.22;9.70;1252.00;1.57;0.28 +1013;10;2822.78;10.43;1252.00;-1.57;0.28 +1013;19;2820.00;9.60;1256.00;-3.68;0.28 +1013;20;2820.42;9.60;1257.69;2.89;0.28 +1013;21;2815.22;9.70;1252.00;1.57;0.28 1014;0;4272.00;9.70;970.00;0.00;0.32 +1014;1;4274.50;9.70;966.50;0.62;0.32 +1014;2;4270.50;9.70;968.50;-0.78;0.32 +1014;3;4276.00;9.82;967.00;0.92;0.32 +1014;4;4275.00;9.75;968.50;1.10;0.32 +1014;5;4273.00;9.85;972.50;2.76;0.32 +1014;6;4269.50;10.00;972.50;3.92;0.32 +1014;7;4271.00;10.45;974.50;3.36;0.32 +1014;9;4269.12;9.50;970.00;1.57;0.32 +1014;10;4274.88;9.94;970.00;-1.57;0.32 +1014;19;4271.00;9.50;967.00;-0.79;0.32 +1014;20;4270.44;9.50;965.34;-0.32;0.32 +1014;21;4269.12;9.50;970.00;1.57;0.32 1015;0;3351.00;10.82;1146.00;0.00;0.20 +1015;1;3350.50;11.15;1141.00;-0.10;0.20 +1015;2;3351.00;11.15;1140.50;0.00;0.20 +1015;3;3352.00;10.92;1143.00;0.32;0.20 +1015;4;3349.50;10.90;1145.00;-0.98;0.20 +1015;5;3353.00;10.65;1147.50;2.21;0.20 +1015;6;3349.50;10.95;1149.00;3.60;0.20 +1015;7;3352.00;10.95;1149.50;2.86;0.20 +1015;9;3349.20;10.83;1146.00;1.57;0.20 +1015;10;3352.80;10.70;1146.00;-1.57;0.20 +1015;19;3350.00;9.75;1135.00;0.00;0.20 +1015;20;3349.84;9.75;1133.25;-0.09;0.20 +1015;21;3349.20;10.83;1146.00;1.57;0.20 1016;0;4696.00;9.50;429.00;0.00;1.02 +1016;1;4695.50;9.50;418.50;-0.04;1.02 +1016;2;4705.50;9.50;421.00;0.87;1.02 +1016;3;4685.50;9.50;429.50;4.66;1.02 +1016;4;4705.50;9.50;433.50;2.01;1.02 +1016;5;4691.50;9.50;438.50;3.58;1.02 +1016;9;4686.10;9.50;429.00;1.57;1.02 +1016;10;4705.90;9.50;429.00;-1.57;1.02 +1016;11;4695.20;9.50;412.20;-0.04;1.02 +1016;12;4711.20;9.50;416.20;0.87;1.02 +1016;13;4679.20;9.50;429.80;4.66;1.02 +1016;14;4711.20;9.50;436.20;2.01;1.02 +1016;15;4688.80;9.50;444.20;3.58;1.02 +1016;21;4686.10;9.50;429.00;1.57;1.02 1017;0;4328.00;9.50;611.00;0.00;1.00 +1017;1;4326.00;9.50;601.50;-0.20;1.00 +1017;2;4336.00;9.50;603.00;0.78;1.00 +1017;3;4317.00;9.50;609.50;-1.43;1.00 +1017;4;4341.50;9.50;609.00;1.42;1.00 +1017;5;4334.00;9.50;618.00;2.43;1.00 +1017;6;4319.00;9.50;620.50;3.90;1.00 +1017;9;4317.56;9.50;611.00;1.57;1.00 +1017;10;4338.44;9.50;611.00;-1.57;1.00 +1017;11;4324.80;9.50;595.80;-0.20;1.00 +1017;12;4340.80;9.50;598.20;0.78;1.00 +1017;13;4310.40;9.50;608.60;-1.43;1.00 +1017;14;4349.60;9.50;607.80;1.42;1.00 +1017;15;4337.60;9.50;622.20;2.43;1.00 +1017;16;4313.60;9.50;626.20;3.90;1.00 +1017;21;4317.56;9.50;611.00;1.57;1.00 1018;0;4506.00;9.72;1004.00;0.00;0.24 +1018;1;4504.50;9.70;1002.50;-0.78;0.24 +1018;2;4508.00;9.77;1003.00;1.10;0.24 +1018;3;4502.50;9.60;1004.50;4.57;0.24 +1018;4;4505.00;9.85;1006.00;3.60;0.24 +1018;5;4509.00;10.27;1006.00;2.15;0.24 +1018;9;4503.30;9.66;1004.00;1.57;0.24 +1018;10;4508.70;10.02;1004.00;-1.57;0.24 +1018;19;4500.00;9.50;1005.00;-0.79;0.24 +1018;20;4498.27;9.50;1005.28;4.54;0.24 +1018;21;4503.30;9.66;1004.00;1.57;0.24 1019;0;1582.00;9.70;1436.00;0.00;0.26 +1019;1;1583.50;9.70;1433.50;0.54;0.26 +1019;2;1579.00;9.70;1434.50;-1.10;0.26 +1019;3;1584.50;9.70;1438.00;2.24;0.26 +1019;4;1579.50;9.70;1438.00;4.03;0.26 +1019;9;1578.94;9.70;1436.00;1.57;0.26 +1019;10;1585.06;9.70;1436.00;-1.57;0.26 +1019;19;1590.00;9.53;1434.00;0.54;0.26 +1019;20;1591.69;9.53;1433.57;1.32;0.26 +1019;21;1578.94;9.70;1436.00;1.57;0.26 1020;0;4854.00;9.97;1175.00;0.00;0.14 +1020;1;4854.00;9.95;1172.50;0.00;0.14 +1020;2;4855.50;9.90;1174.00;0.98;0.14 +1020;3;4853.00;10.10;1175.00;4.71;0.14 +1020;4;4856.00;9.85;1176.50;2.21;0.14 +1020;5;4854.50;10.05;1177.00;2.89;0.14 +1020;6;4853.50;10.00;1177.50;3.33;0.14 +1020;9;4852.74;10.15;1175.00;1.57;0.14 +1020;10;4855.26;9.87;1175.00;-1.57;0.14 +1020;19;4857.00;9.68;1177.00;0.98;0.14 +1020;20;4858.45;9.68;1177.97;2.15;0.14 +1020;21;4852.74;10.15;1175.00;1.57;0.14 1021;0;4484.00;9.50;214.00;0.00;1.16 +1021;1;4476.00;9.50;201.00;-0.55;1.16 +1021;2;4490.50;9.50;202.00;0.49;1.16 +1021;3;4472.00;9.50;215.00;4.62;1.16 +1021;4;4494.50;9.50;218.50;1.97;1.16 +1021;5;4481.50;9.50;229.00;3.30;1.16 +1021;6;4490.50;9.50;232.50;2.80;1.16 +1021;9;4473.56;9.50;214.00;1.57;1.16 +1021;10;4494.44;9.50;214.00;-1.57;1.16 +1021;11;4471.20;9.50;193.20;-0.55;1.16 +1021;12;4494.40;9.50;194.80;0.49;1.16 +1021;13;4464.80;9.50;215.60;4.62;1.16 +1021;14;4500.80;9.50;221.20;1.97;1.16 +1021;15;4480.00;9.50;238.00;3.30;1.16 +1021;16;4494.40;9.50;243.60;2.80;1.16 +1021;21;4473.56;9.50;214.00;1.57;1.16 1022;0;3790.00;9.50;677.00;0.00;0.94 -1023;0;4531.00;11.02;1055.00;0.00;0.28 -1024;0;5000.00;12.40;1279.00;0.00;0.22 -1025;0;4846.00;11.62;1206.00;0.00;0.20 -1026;0;2910.00;9.50;23.00;0.00;0.90 -1027;0;4578.00;14.12;1309.00;0.00;0.20 +1022;1;3780.00;9.50;676.50;-1.52;0.94 +1022;2;3793.50;9.50;665.50;0.29;0.94 +1022;3;3801.00;9.50;677.50;1.61;0.94 +1022;4;3787.50;9.50;687.50;3.37;0.94 +1022;5;3799.00;9.50;687.00;2.40;0.94 +1022;6;3776.50;9.50;688.00;4.02;0.94 +1022;9;3780.28;9.50;677.00;1.57;0.94 +1022;10;3799.72;9.50;677.00;-1.57;0.94 +1022;11;3774.00;9.50;676.20;-1.52;0.94 +1022;12;3795.60;9.50;658.60;0.29;0.94 +1022;13;3807.60;9.50;677.80;1.61;0.94 +1022;14;3786.00;9.50;693.80;3.37;0.94 +1022;15;3804.40;9.50;693.00;2.40;0.94 +1022;16;3768.40;9.50;694.60;4.02;0.94 +1022;21;3780.28;9.50;677.00;1.57;0.94 +1023;0;4531.00;11.02;1055.00;0.00;0.28 +1023;1;4529.50;10.20;1052.00;-0.46;0.28 +1023;2;4533.00;10.60;1051.50;0.51;0.28 +1023;3;4534.50;12.00;1055.00;1.57;0.28 +1023;4;4528.50;10.80;1056.50;4.17;0.28 +1023;5;4531.50;12.00;1058.00;2.97;0.28 +1023;9;4528.48;10.29;1055.00;1.57;0.28 +1023;10;4533.52;11.75;1055.00;-1.57;0.28 +1023;21;4528.48;10.29;1055.00;1.57;0.28 +1024;0;5000.00;12.40;1279.00;0.00;0.22 +1024;1;4999.50;12.40;1277.50;-0.32;0.22 +1024;2;4996.50;12.20;1277.50;-1.16;0.22 +1024;3;4997.50;12.15;1280.00;4.33;0.22 +1024;4;5002.50;12.00;1279.50;1.76;0.22 +1024;5;5000.50;12.10;1281.50;2.94;0.22 +1024;9;4997.48;12.20;1279.00;1.57;0.22 +1024;10;5002.52;12.03;1279.00;-1.57;0.22 +1024;19;5005.00;10.05;1281.00;-4.51;0.22 +1024;20;5006.62;10.05;1281.65;1.95;0.22 +1024;21;4997.48;12.20;1279.00;1.57;0.22 +1025;0;4846.00;11.62;1206.00;0.00;0.20 +1025;1;4845.50;11.95;1204.00;-0.24;0.20 +1025;2;4844.50;11.85;1205.00;-0.98;0.20 +1025;3;4846.50;11.80;1204.50;0.32;0.20 +1025;4;4848.00;11.20;1205.50;1.32;0.20 +1025;5;4846.50;11.25;1207.00;2.67;0.20 +1025;6;4844.50;11.40;1207.50;3.92;0.20 +1025;7;4847.50;10.55;1208.00;2.49;0.20 +1025;8;4840.50;9.50;1209.00;4.21;0.20 +1025;9;4844.20;11.64;1206.00;1.57;0.20 +1025;10;4847.80;11.11;1206.00;-1.57;0.20 +1025;19;4845.00;9.98;1210.00;-2.36;0.20 +1025;20;4844.57;9.98;1211.69;3.38;0.20 +1025;21;4844.20;11.64;1206.00;1.57;0.20 +1026;0;2910.00;9.50;23.00;0.00;0.90 +1026;1;2900.50;9.50;17.50;-1.04;0.90 +1026;2;2920.00;9.50;23.50;1.62;0.90 +1026;3;2900.50;9.50;30.00;4.07;0.90 +1026;4;2908.50;9.50;35.50;3.26;0.90 +1026;5;2900.50;9.50;36.00;3.77;0.90 +1026;9;2901.90;9.50;23.00;1.57;0.90 +1026;10;2918.10;9.50;23.00;-1.57;0.90 +1026;11;2894.80;9.50;14.20;-1.04;0.90 +1026;12;2926.00;9.50;23.80;1.62;0.90 +1026;13;2894.80;9.50;34.20;4.07;0.90 +1026;14;2907.60;9.50;43.00;3.26;0.90 +1026;15;2894.80;9.50;43.80;3.77;0.90 +1026;21;2901.90;9.50;23.00;1.57;0.90 +1027;0;4578.00;14.12;1309.00;0.00;0.20 +1027;1;4577.50;13.50;1304.50;-0.11;0.20 +1027;2;4579.00;13.30;1305.50;0.27;0.20 +1027;3;4576.00;14.45;1308.50;-1.32;0.20 +1027;4;4580.00;13.40;1307.50;0.92;0.20 +1027;5;4579.00;13.90;1311.50;2.76;0.20 +1027;6;4576.00;14.25;1313.00;3.60;0.20 +1027;9;4576.20;14.48;1309.00;1.57;0.20 +1027;10;4579.80;13.63;1309.00;-1.57;0.20 +1027;21;4576.20;14.48;1309.00;1.57;0.20 1028;0;3313.00;11.35;1049.00;0.00;0.28 +1028;1;3313.50;12.10;1044.50;0.11;0.28 +1028;2;3315.50;11.10;1046.50;0.78;0.28 +1028;3;3310.00;12.00;1049.50;4.54;0.28 +1028;4;3315.00;10.55;1051.50;2.46;0.28 +1028;5;3311.50;11.85;1053.00;3.50;0.28 +1028;6;3314.00;10.72;1054.00;2.94;0.28 +1028;9;3310.48;12.23;1049.00;1.57;0.28 +1028;10;3315.52;10.54;1049.00;-1.57;0.28 +1028;21;3310.48;12.23;1049.00;1.57;0.28 1029;0;4663.00;9.70;1225.00;0.00;0.28 +1029;1;4664.00;9.70;1222.50;0.38;0.28 +1029;2;4662.00;9.70;1222.50;-0.38;0.28 +1029;3;4660.50;9.70;1225.00;4.71;0.28 +1029;4;4666.00;9.70;1224.50;1.40;0.28 +1029;5;4665.50;9.70;1226.50;2.11;0.28 +1029;6;4661.00;9.70;1227.50;3.81;0.28 +1029;7;4663.00;9.70;1228.00;3.14;0.28 +1029;9;4660.48;9.70;1225.00;1.57;0.28 +1029;10;4665.52;9.70;1225.00;-1.57;0.28 +1029;19;4669.00;9.55;1228.00;-4.17;0.28 +1029;20;4670.56;9.55;1228.78;2.03;0.28 +1029;21;4660.48;9.70;1225.00;1.57;0.28 1030;0;2176.00;9.50;119.00;0.00;1.08 +1030;1;2169.50;9.50;102.00;-0.36;1.08 +1030;2;2170.00;9.50;102.00;-0.33;1.08 +1030;3;2166.50;9.50;113.00;-1.00;1.08 +1030;4;2181.00;9.50;111.50;0.58;1.08 +1030;5;2186.00;9.50;128.00;2.30;1.08 +1030;6;2172.00;9.50;128.50;3.54;1.08 +1030;9;2166.28;9.50;119.00;1.57;1.08 +1030;10;2185.72;9.50;119.00;-1.57;1.08 +1030;11;2165.60;9.50;91.80;-0.36;1.08 +1030;12;2166.40;9.50;91.80;-0.33;1.08 +1030;13;2160.80;9.50;109.40;-1.00;1.08 +1030;14;2184.00;9.50;107.00;0.58;1.08 +1030;15;2192.00;9.50;133.40;2.30;1.08 +1030;16;2169.60;9.50;134.20;3.54;1.08 +1030;21;2166.28;9.50;119.00;1.57;1.08 1031;0;2299.00;9.50;352.00;0.00;0.96 +1031;1;2292.50;9.50;339.50;-0.48;0.96 +1031;2;2303.00;9.50;339.00;0.29;0.96 +1031;3;2289.00;9.50;352.00;4.71;0.96 +1031;4;2307.50;9.50;356.50;2.05;0.96 +1031;5;2296.50;9.50;364.50;3.33;0.96 +1031;9;2290.36;9.50;352.00;1.57;0.96 +1031;10;2307.64;9.50;352.00;-1.57;0.96 +1031;11;2288.60;9.50;332.00;-0.48;0.96 +1031;12;2305.40;9.50;331.20;0.29;0.96 +1031;13;2283.00;9.50;352.00;4.71;0.96 +1031;14;2312.60;9.50;359.20;2.05;0.96 +1031;15;2295.00;9.50;372.00;3.33;0.96 +1031;21;2290.36;9.50;352.00;1.57;0.96 1032;0;2482.00;9.50;1172.00;0.00;1.22 +1032;1;2476.50;9.50;1160.50;-0.44;1.22 +1032;2;2495.00;9.50;1159.50;0.80;1.22 +1032;3;2498.00;9.50;1173.00;1.63;1.22 +1032;4;2465.00;9.50;1173.50;4.62;1.22 +1032;5;2474.50;9.50;1185.00;3.66;1.22 +1032;6;2460.00;9.50;1183.50;4.23;1.22 +1032;9;2465.26;9.50;1172.00;1.57;1.22 +1032;10;2498.74;9.50;1172.00;-1.57;1.22 +1032;11;2473.20;9.50;1153.60;-0.44;1.22 +1032;12;2502.80;9.50;1152.00;0.80;1.22 +1032;13;2507.60;9.50;1173.60;1.63;1.22 +1032;14;2454.80;9.50;1174.40;4.62;1.22 +1032;15;2470.00;9.50;1192.80;3.66;1.22 +1032;16;2446.80;9.50;1190.40;4.23;1.22 +1032;21;2465.26;9.50;1172.00;1.57;1.22 1033;0;3372.00;10.32;1094.00;0.00;0.56 +1033;1;3370.50;9.80;1090.50;-0.40;0.56 +1033;2;3376.00;10.10;1087.50;0.55;0.56 +1033;3;3375.50;10.90;1095.50;1.97;0.56 +1033;4;3366.00;9.80;1097.50;4.18;0.56 +1033;5;3369.50;10.90;1100.00;3.53;0.56 +1033;9;3366.96;9.67;1094.00;1.57;0.56 +1033;10;3377.04;10.98;1094.00;-1.57;0.56 +1033;19;3360.00;9.50;1100.00;-2.10;0.56 +1033;20;3358.43;9.50;1100.78;4.24;0.56 +1033;21;3366.96;9.67;1094.00;1.57;0.56 1034;0;4538.00;11.65;1250.00;0.00;0.36 +1034;1;4536.50;11.90;1246.00;-0.35;0.36 +1034;2;4534.50;11.30;1249.00;-1.29;0.36 +1034;3;4541.00;12.90;1248.00;0.98;0.36 +1034;4;4542.50;12.50;1251.50;1.89;0.36 +1034;5;4534.00;11.35;1253.50;3.99;0.36 +1034;6;4538.50;11.70;1254.00;3.01;0.36 +1034;9;4534.76;11.31;1250.00;1.57;0.36 +1034;10;4541.24;12.57;1250.00;-1.57;0.36 +1034;21;4534.76;11.31;1250.00;1.57;0.36 1035;0;2490.00;9.50;1559.00;0.00;1.54 +1035;1;2502.50;9.50;1539.00;0.55;1.54 +1035;2;2486.50;9.50;1547.50;-0.29;1.54 +1035;3;2504.00;9.50;1558.00;1.49;1.54 +1035;4;2471.50;9.50;1571.00;4.13;1.54 +1035;5;2500.00;9.50;1572.00;2.48;1.54 +1035;6;2484.50;9.50;1575.50;3.46;1.54 +1035;9;2476.14;9.50;1559.00;1.57;1.54 +1035;10;2503.86;9.50;1559.00;-1.57;1.54 +1035;11;2510.00;9.50;1527.00;0.55;1.54 +1035;12;2484.40;9.50;1540.60;-0.29;1.54 +1035;13;2512.40;9.50;1557.40;1.49;1.54 +1035;14;2460.40;9.50;1578.20;4.13;1.54 +1035;15;2506.00;9.50;1579.80;2.48;1.54 +1035;16;2481.20;9.50;1585.40;3.46;1.54 +1035;21;2476.14;9.50;1559.00;1.57;1.54 1036;0;4600.00;11.45;1138.00;0.00;0.30 +1036;1;4599.50;11.40;1135.50;-0.19;0.30 +1036;2;4596.50;11.30;1136.50;-1.16;0.30 +1036;3;4603.00;11.37;1137.00;1.24;0.30 +1036;4;4602.50;11.35;1140.00;2.24;0.30 +1036;5;4598.50;11.40;1140.00;3.78;0.30 +1036;9;4596.76;11.40;1138.00;1.57;0.30 +1036;10;4603.24;11.40;1138.00;-1.57;0.30 +1036;21;4596.76;11.40;1138.00;1.57;0.30 1037;0;2954.00;10.90;1231.00;0.00;0.26 +1037;1;2955.50;10.90;1228.50;0.54;0.26 +1037;2;2952.00;11.30;1229.00;-0.78;0.26 +1037;3;2956.50;10.70;1232.50;2.11;0.26 +1037;4;2952.00;11.30;1232.50;4.06;0.26 +1037;5;2955.00;10.95;1234.50;2.86;0.26 +1037;9;2951.66;11.32;1231.00;1.57;0.26 +1037;10;2956.34;10.71;1231.00;-1.57;0.26 +1037;21;2951.66;11.32;1231.00;1.57;0.26 1038;0;4519.00;9.85;966.00;0.00;0.28 +1038;1;4520.00;9.95;963.50;0.38;0.28 +1038;2;4517.00;9.97;964.00;-0.78;0.28 +1038;3;4522.00;9.80;966.50;1.73;0.28 +1038;4;4517.50;9.80;968.00;3.78;0.28 +1038;9;4515.94;9.85;966.00;1.57;0.28 +1038;10;4522.06;9.80;966.00;-1.57;0.28 +1038;19;4522.00;9.55;971.00;-2.50;0.28 +1038;20;4522.90;9.55;972.50;2.60;0.28 +1038;21;4515.94;9.85;966.00;1.57;0.28 1039;0;1123.00;9.50;121.00;0.00;1.16 +1039;1;1115.50;9.50;109.00;-0.55;1.16 +1039;2;1135.50;9.50;114.00;1.06;1.16 +1039;3;1100.50;9.50;112.00;-1.19;1.16 +1039;4;1108.00;9.50;124.00;4.51;1.16 +1039;5;1142.00;9.50;127.00;1.87;1.16 +1039;6;1129.50;9.50;134.00;2.67;1.16 +1039;9;1107.34;9.50;121.00;1.57;1.16 +1039;10;1138.66;9.50;121.00;-1.57;1.16 +1039;11;1111.00;9.50;101.80;-0.55;1.16 +1039;12;1143.00;9.50;109.80;1.06;1.16 +1039;13;1087.00;9.50;106.60;-1.19;1.16 +1039;14;1099.00;9.50;125.80;4.51;1.16 +1039;15;1153.40;9.50;130.60;1.87;1.16 +1039;16;1133.40;9.50;141.80;2.67;1.16 +1039;21;1107.34;9.50;121.00;1.57;1.16 1040;0;117.00;9.50;471.00;0.00;1.04 +1040;1;100.50;9.50;466.00;-1.27;1.04 +1040;2;120.00;9.50;461.00;0.29;1.04 +1040;3;132.50;9.50;463.50;1.12;1.04 +1040;4;132.00;9.50;474.00;1.76;1.04 +1040;5;101.50;9.50;475.50;4.43;1.04 +1040;6;120.50;9.50;481.00;2.80;1.04 +1040;9;103.50;9.50;471.00;1.57;1.04 +1040;10;130.50;9.50;471.00;-1.57;1.04 +1040;11;90.60;9.50;463.00;-1.27;1.04 +1040;12;121.80;9.50;455.00;0.29;1.04 +1040;13;141.80;9.50;459.00;1.12;1.04 +1040;14;141.00;9.50;475.80;1.76;1.04 +1040;15;92.20;9.50;478.20;4.43;1.04 +1040;16;122.60;9.50;487.00;2.80;1.04 +1040;21;103.50;9.50;471.00;1.57;1.04 1041;0;3055.00;9.80;1159.00;0.00;0.32 +1041;1;3053.50;9.90;1156.50;-0.54;0.32 +1041;2;3057.50;9.80;1158.00;1.19;0.32 +1041;3;3052.50;9.90;1160.50;4.17;0.32 +1041;4;3056.50;9.70;1161.50;2.60;0.32 +1041;9;3051.94;9.85;1159.00;1.57;0.32 +1041;10;3058.06;9.80;1159.00;-1.57;0.32 +1041;19;3061.00;9.60;1164.00;-3.68;0.32 +1041;20;3062.34;9.60;1165.12;2.26;0.32 +1041;21;3051.94;9.85;1159.00;1.57;0.32 1042;0;5331.00;10.02;481.00;0.00;0.22 +1042;1;5332.00;9.95;480.50;1.10;0.22 +1042;2;5328.00;9.65;483.00;4.12;0.22 +1042;9;5327.94;9.50;481.00;1.57;0.22 +1042;10;5334.06;10.49;481.00;-1.57;0.22 +1042;19;5337.00;9.70;481.00;1.11;0.22 +1042;20;5338.75;9.70;481.00;1.57;0.22 +1042;21;5327.94;9.50;481.00;1.57;0.22 1043;0;2929.00;10.70;1114.00;0.00;1.26 +1043;1;2927.50;10.70;1100.00;-0.10;1.26 +1043;2;2942.50;10.70;1103.50;0.91;1.26 +1043;3;2914.50;10.60;1115.00;4.64;1.26 +1043;4;2941.50;10.80;1120.00;2.01;1.26 +1043;5;2920.50;10.40;1128.50;3.67;1.26 +1043;6;2933.50;10.50;1129.00;2.85;1.26 +1043;9;2917.66;10.70;1114.00;1.57;1.26 +1043;10;2940.34;10.70;1114.00;-1.57;1.26 +1043;21;2917.66;10.70;1114.00;1.57;1.26 1044;0;258.00;9.50;1583.00;0.00;1.18 +1044;1;267.00;9.50;1570.00;0.60;1.18 +1044;2;247.50;9.50;1581.00;-1.38;1.18 +1044;3;268.00;9.50;1584.50;1.72;1.18 +1044;4;249.50;9.50;1596.00;3.72;1.18 +1044;9;244.14;9.50;1583.00;1.57;1.18 +1044;10;271.86;9.50;1583.00;-1.57;1.18 +1044;11;272.40;9.50;1562.20;0.60;1.18 +1044;12;241.20;9.50;1579.80;-1.38;1.18 +1044;13;274.00;9.50;1585.40;1.72;1.18 +1044;14;244.40;9.50;1603.80;3.72;1.18 +1044;21;244.14;9.50;1583.00;1.57;1.18 1045;0;446.00;9.50;635.00;0.00;0.98 +1045;1;446.00;9.50;624.00;0.00;0.98 +1045;2;434.50;9.50;632.50;-1.35;0.98 +1045;3;458.00;9.50;625.50;0.90;0.98 +1045;4;458.50;9.50;635.00;1.57;0.98 +1045;5;434.50;9.50;645.00;3.99;0.98 +1045;6;447.00;9.50;646.50;3.05;0.98 +1045;9;437.18;9.50;635.00;1.57;0.98 +1045;10;454.82;9.50;635.00;-1.57;0.98 +1045;11;446.00;9.50;617.40;0.00;0.98 +1045;12;427.60;9.50;631.00;-1.35;0.98 +1045;13;465.20;9.50;619.80;0.90;0.98 +1045;14;466.00;9.50;635.00;1.57;0.98 +1045;15;427.60;9.50;651.00;3.99;0.98 +1045;16;447.60;9.50;653.40;3.05;0.98 +1045;21;437.18;9.50;635.00;1.57;0.98 1046;0;2946.00;11.17;1253.00;0.00;0.28 +1046;1;2943.00;11.75;1250.50;-0.87;0.28 +1046;2;2947.50;12.00;1250.50;0.54;0.28 +1046;3;2941.00;11.47;1252.00;-1.37;0.28 +1046;4;2949.50;11.40;1254.00;1.84;0.28 +1046;5;2941.50;11.30;1253.50;4.60;0.28 +1046;6;2944.00;10.95;1254.00;4.24;0.28 +1046;7;2948.50;10.85;1256.00;2.44;0.28 +1046;9;2942.58;11.24;1253.00;1.57;0.28 +1046;10;2949.42;11.53;1253.00;-1.57;0.28 +1046;21;2942.58;11.24;1253.00;1.57;0.28 1047;0;4575.21;9.60;1024.42;0.00;0.28 +1047;1;4574.00;9.80;1019.50;0.00;0.28 +1047;2;4572.00;9.90;1021.50;-1.32;0.28 +1047;3;4575.50;9.60;1020.50;0.78;0.28 +1047;4;4576.50;9.60;1022.00;1.57;0.28 +1047;5;4577.50;9.65;1023.00;1.84;0.28 +1047;6;4570.50;10.40;1024.00;4.19;0.28 +1047;7;4574.00;9.65;1024.00;3.14;0.28 +1047;9;4571.12;10.11;1022.00;1.57;0.28 +1047;10;4576.88;9.58;1022.00;-1.57;0.28 +1047;19;4577.00;9.53;1018.00;0.79;0.28 +1047;20;4578.05;9.53;1016.60;0.64;0.28 +1047;21;4573.30;9.90;1020.52;-1.57;0.28 1048;0;2710.00;9.90;1264.00;0.00;0.20 +1048;1;2708.00;9.67;1263.00;-1.10;0.20 +1048;2;2711.00;9.85;1262.50;0.58;0.20 +1048;3;2712.50;10.20;1264.50;1.76;0.20 +1048;4;2708.50;9.85;1265.00;4.12;0.20 +1048;5;2711.00;10.20;1266.00;2.67;0.20 +1048;9;2707.84;9.71;1264.00;1.57;0.20 +1048;10;2712.16;10.06;1264.00;-1.57;0.20 +1048;19;2708.00;9.50;1261.00;-1.37;0.20 +1048;20;2707.02;9.50;1259.54;-0.58;0.20 +1048;21;2707.26;9.50;1261.40;-1.57;0.20 1049;0;1357.00;9.50;716.00;0.00;1.10 +1049;1;1354.00;9.50;704.50;-0.25;1.10 +1049;2;1340.50;9.50;712.50;-1.36;1.10 +1049;3;1369.00;9.50;705.50;0.85;1.10 +1049;4;1373.00;9.50;715.00;1.50;1.10 +1049;5;1348.00;9.50;726.50;3.85;1.10 +1049;6;1365.00;9.50;727.00;2.51;1.10 +1049;9;1343.32;9.50;716.00;1.57;1.10 +1049;10;1370.68;9.50;716.00;-1.57;1.10 +1049;11;1352.20;9.50;697.60;-0.25;1.10 +1049;12;1330.60;9.50;710.40;-1.36;1.10 +1049;13;1376.20;9.50;699.20;0.85;1.10 +1049;14;1382.60;9.50;714.40;1.50;1.10 +1049;15;1342.60;9.50;732.80;3.85;1.10 +1049;16;1369.80;9.50;733.60;2.51;1.10 +1049;21;1343.32;9.50;716.00;1.57;1.10 1051;0;4928.00;10.45;1216.00;0.00;0.24 +1051;1;4927.50;9.90;1214.00;-0.24;0.24 +1051;2;4929.50;9.75;1214.00;0.64;0.24 +1051;3;4926.00;10.80;1215.50;-1.32;0.24 +1051;4;4930.50;9.70;1215.50;1.37;0.24 +1051;5;4929.50;10.20;1217.50;2.35;0.24 +1051;6;4926.00;11.50;1218.00;3.92;0.24 +1051;7;4928.00;11.27;1219.00;3.14;0.24 +1051;9;4925.84;11.03;1216.00;1.57;0.24 +1051;10;4930.16;9.81;1216.00;-1.57;0.24 +1051;19;4930.00;9.50;1211.00;0.64;0.24 +1051;20;4930.65;9.50;1209.37;0.38;0.24 +1051;21;4925.84;11.03;1216.00;1.57;0.24 1052;0;4658.00;9.65;1315.00;0.00;0.30 +1052;1;4659.50;9.70;1312.50;0.54;0.30 +1052;2;4656.00;9.65;1314.50;-1.32;0.30 +1052;3;4659.50;9.70;1316.00;2.15;0.30 +1052;4;4655.00;9.70;1318.50;3.85;0.30 +1052;5;4657.50;9.70;1319.00;3.26;0.30 +1052;9;4655.30;9.69;1315.00;1.57;0.30 +1052;10;4660.70;9.65;1315.00;-1.57;0.30 +1052;19;4661.00;9.50;1309.00;0.54;0.30 +1052;20;4661.78;9.50;1307.43;0.46;0.30 +1052;21;4655.30;9.69;1315.00;1.57;0.30 1053;0;4606.00;10.47;1069.00;0.00;0.30 +1053;1;4604.00;10.60;1065.50;-0.51;0.30 +1053;2;4603.50;10.60;1068.00;-1.19;0.30 +1053;3;4606.00;10.77;1066.00;0.00;0.30 +1053;4;4608.50;10.40;1069.00;1.57;0.30 +1053;5;4603.50;10.20;1071.50;3.92;0.30 +1053;6;4606.50;10.15;1072.00;2.97;0.30 +1053;7;4609.50;10.20;1072.00;2.27;0.30 +1053;9;4603.30;10.50;1069.00;1.57;0.30 +1053;10;4608.70;10.41;1069.00;-1.57;0.30 +1053;21;4603.30;10.50;1069.00;1.57;0.30 1054;0;4804.00;9.70;1231.00;0.00;0.26 +1054;1;4804.50;9.50;1229.50;0.32;0.26 +1054;2;4807.50;9.50;1230.00;1.29;0.26 +1054;3;4800.50;10.05;1232.00;4.43;0.26 +1054;4;4806.00;10.55;1232.50;2.21;0.26 +1054;5;4803.00;10.95;1233.50;3.52;0.26 +1054;9;4800.58;9.60;1231.00;1.57;0.26 +1054;10;4807.42;9.66;1231.00;-1.57;0.26 +1054;19;4802.00;9.50;1228.00;0.32;0.26 +1054;20;4801.03;9.50;1226.54;-0.58;0.26 +1054;21;4800.58;9.60;1231.00;1.57;0.26 1055;0;4684.00;10.20;1107.00;0.00;0.28 +1055;1;4684.00;9.77;1104.00;0.00;0.28 +1055;2;4686.50;9.60;1106.00;1.19;0.28 +1055;3;4682.00;10.80;1107.00;4.71;0.28 +1055;4;4685.00;9.90;1110.00;2.82;0.28 +1055;5;4681.50;11.60;1109.50;3.92;0.28 +1055;6;4683.00;10.85;1110.50;3.42;0.28 +1055;9;4681.48;10.95;1107.00;1.57;0.28 +1055;10;4686.52;9.64;1107.00;-1.57;0.28 +1055;19;4691.00;9.50;1106.00;1.19;0.28 +1055;20;4692.73;9.50;1105.75;1.42;0.28 +1055;21;4686.52;9.64;1107.00;-1.57;0.28 1056;0;3384.00;14.10;1229.00;0.00;0.36 +1056;1;3384.00;14.05;1225.50;0.00;0.36 +1056;2;3387.50;15.20;1226.00;0.86;0.36 +1056;3;3381.00;12.47;1229.00;4.71;0.36 +1056;4;3387.00;15.00;1229.50;1.73;0.36 +1056;5;3381.00;12.22;1233.00;3.78;0.36 +1056;6;3383.50;13.85;1233.00;3.26;0.36 +1056;9;3380.76;12.31;1229.00;1.57;0.36 +1056;10;3387.24;15.06;1229.00;-1.57;0.36 +1056;21;3381.87;12.70;1227.42;-1.57;0.36 1057;0;3147.00;10.10;1077.00;0.00;0.82 +1057;1;3151.00;10.20;1069.50;0.49;0.82 +1057;2;3137.00;10.10;1072.50;-1.14;0.82 +1057;3;3156.00;10.10;1079.00;1.78;0.82 +1057;4;3139.50;10.00;1082.00;4.12;0.82 +1057;5;3149.00;9.90;1087.50;2.95;0.82 +1057;9;3136.92;10.10;1077.00;1.57;0.82 +1057;10;3157.08;10.10;1077.00;-1.57;0.82 +1057;21;3136.92;10.10;1077.00;1.57;0.82 1058;0;2930.00;12.85;1246.00;0.00;0.24 +1058;1;2930.00;13.70;1243.00;0.00;0.24 +1058;2;2932.50;12.95;1245.00;1.19;0.24 +1058;3;2927.50;13.25;1247.00;4.33;0.24 +1058;4;2933.00;12.00;1248.50;2.26;0.24 +1058;5;2930.50;12.40;1249.50;3.00;0.24 +1058;9;2927.84;13.36;1246.00;1.57;0.24 +1058;10;2932.16;12.65;1246.00;-1.57;0.24 +1058;21;2927.84;13.36;1246.00;1.57;0.24 1059;0;4152.00;10.50;1009.00;0.00;0.30 +1059;1;4152.50;10.60;1006.50;0.19;0.30 +1059;2;4149.00;10.55;1006.50;-0.87;0.30 +1059;3;4149.50;10.60;1010.00;4.33;0.30 +1059;4;4156.00;10.60;1010.00;1.81;0.30 +1059;5;4152.50;10.40;1012.00;2.97;0.30 +1059;9;4149.12;10.56;1009.00;1.57;0.30 +1059;10;4154.88;10.68;1009.00;-1.57;0.30 +1059;21;4149.12;10.56;1009.00;1.57;0.30 1060;0;3184.00;9.70;1143.00;0.00;0.40 +1060;1;3184.50;9.70;1137.00;0.08;0.40 +1060;2;3188.00;9.70;1141.50;1.21;0.40 +1060;3;3180.00;9.70;1143.50;4.58;0.40 +1060;4;3189.00;9.80;1147.50;2.30;0.40 +1060;5;3186.50;9.80;1148.50;2.71;0.40 +1060;6;3181.50;9.80;1149.50;3.50;0.40 +1060;9;3180.40;9.70;1143.00;1.57;0.40 +1060;10;3187.60;9.70;1143.00;-1.57;0.40 +1060;21;3180.40;9.70;1143.00;1.57;0.40 1061;0;3904.00;9.97;1035.00;0.00;0.40 +1061;1;3904.00;9.67;1029.00;0.00;0.40 +1061;2;3901.50;9.70;1031.00;-0.55;0.40 +1061;3;3906.50;9.70;1029.50;0.42;0.40 +1061;4;3907.50;9.70;1032.00;0.86;0.40 +1061;5;3907.50;9.90;1036.50;1.97;0.40 +1061;6;3899.50;10.00;1037.00;4.29;0.40 +1061;7;3903.50;10.95;1040.00;3.24;0.40 +1061;9;3900.40;9.84;1035.00;1.57;0.40 +1061;10;3907.60;9.79;1035.00;-1.57;0.40 +1061;19;3904.00;9.60;1025.00;0.00;0.40 +1061;20;3904.00;9.60;1023.25;0.00;0.40 +1061;21;3900.40;9.84;1035.00;1.57;0.40 1062;0;3131.00;14.50;1170.00;0.00;0.26 +1062;1;3132.00;11.55;1166.50;0.27;0.26 +1062;2;3129.50;12.20;1168.50;-0.78;0.26 +1062;3;3134.00;10.70;1166.50;0.70;0.26 +1062;4;3132.50;13.80;1170.00;1.57;0.26 +1062;5;3128.00;13.67;1172.00;4.12;0.26 +1062;6;3130.00;14.02;1174.00;3.38;0.26 +1062;7;3132.00;13.90;1174.50;2.92;0.26 +1062;8;3132.50;13.80;1174.50;2.82;0.26 +1062;9;3128.66;12.92;1170.00;1.57;0.26 +1062;10;3133.34;13.25;1170.00;-1.57;0.26 +1062;21;3128.66;12.92;1170.00;1.57;0.26 1063;0;4994.00;11.70;1310.00;0.00;0.26 +1063;1;4993.00;12.10;1306.00;-0.24;0.26 +1063;2;4996.00;11.90;1308.50;0.92;0.26 +1063;3;4992.00;10.85;1310.50;4.46;0.26 +1063;4;4996.00;11.12;1313.00;2.55;0.26 +1063;5;4994.50;10.50;1314.50;3.03;0.26 +1063;9;4991.66;10.88;1310.00;1.57;0.26 +1063;10;4996.34;11.65;1310.00;-1.57;0.26 +1063;19;4990.00;9.50;1309.00;-1.82;0.26 +1063;20;4988.30;9.50;1308.57;-1.32;0.26 +1063;21;4991.66;10.88;1310.00;1.57;0.26 1064;0;3324.00;9.95;1057.00;0.00;0.30 +1064;1;3323.50;9.90;1054.00;-0.16;0.30 +1064;2;3320.50;10.00;1055.50;-1.16;0.30 +1064;3;3327.00;10.07;1055.00;0.98;0.30 +1064;4;3327.00;10.27;1058.00;1.89;0.30 +1064;5;3323.00;9.95;1059.50;3.52;0.30 +1064;6;3326.50;10.35;1060.00;2.44;0.30 +1064;9;3321.30;9.92;1057.00;1.57;0.30 +1064;10;3326.70;10.17;1057.00;-1.57;0.30 +1064;21;3321.30;9.92;1057.00;1.57;0.30 1065;0;3358.00;9.80;1193.00;0.00;0.24 +1065;1;3358.50;9.90;1190.00;0.16;0.24 +1065;2;3359.00;9.95;1191.00;0.46;0.24 +1065;3;3356.50;9.70;1191.00;-0.64;0.24 +1065;4;3355.00;9.67;1192.00;-1.24;0.24 +1065;5;3360.00;10.50;1194.00;2.03;0.24 +1065;6;3355.00;9.60;1193.00;4.71;0.24 +1065;7;3358.00;9.85;1195.00;3.14;0.24 +1065;9;3355.84;9.70;1193.00;1.57;0.24 +1065;10;3360.16;10.33;1193.00;-1.57;0.24 +1065;19;3353.00;9.50;1192.00;-1.57;0.24 +1065;20;3351.28;9.50;1191.65;-1.37;0.24 +1065;21;3360.16;10.33;1193.00;-1.57;0.24 1066;0;4651.00;11.15;1112.00;0.00;0.24 +1066;1;4650.50;11.90;1108.50;-0.14;0.24 +1066;2;4653.00;11.05;1110.00;0.78;0.24 +1066;3;4648.50;11.35;1112.00;4.71;0.24 +1066;4;4652.50;10.70;1113.50;2.35;0.24 +1066;5;4650.00;10.15;1115.50;3.42;0.24 +1066;9;4648.84;11.29;1112.00;1.57;0.24 +1066;10;4653.16;10.96;1112.00;-1.57;0.24 +1066;21;4648.84;11.29;1112.00;1.57;0.24 1067;0;4929.00;10.00;1237.00;0.00;0.20 +1067;1;4927.50;10.30;1235.50;-0.78;0.20 +1067;2;4930.50;10.40;1235.50;0.78;0.20 +1067;3;4926.00;10.22;1237.00;4.71;0.20 +1067;4;4931.50;10.15;1238.00;1.95;0.20 +1067;5;4927.00;10.10;1238.50;4.06;0.20 +1067;6;4929.50;10.00;1239.00;2.89;0.20 +1067;9;4926.66;10.13;1237.00;1.57;0.20 +1067;10;4931.34;10.21;1237.00;-1.57;0.20 +1067;19;4927.00;9.50;1241.00;-2.21;0.20 +1067;20;4926.21;9.50;1242.56;3.60;0.20 +1067;21;4926.66;10.13;1237.00;1.57;0.20 1068;0;3286.00;9.70;1129.00;0.00;0.22 +1068;1;3285.50;9.70;1127.00;-0.24;0.22 +1068;2;3288.50;9.70;1126.50;0.78;0.22 +1068;3;3283.00;9.70;1129.00;4.71;0.22 +1068;4;3289.50;9.70;1129.00;1.57;0.22 +1068;5;3287.00;9.70;1131.00;2.67;0.22 +1068;9;3282.94;9.70;1129.00;1.57;0.22 +1068;10;3289.06;9.70;1129.00;-1.57;0.22 +1068;21;3282.94;9.70;1129.00;1.57;0.22 1069;0;4636.00;10.45;1262.00;0.00;0.30 +1069;1;4635.00;10.60;1259.00;-0.32;0.30 +1069;2;4638.00;10.35;1261.50;1.32;0.30 +1069;3;4633.00;10.80;1260.50;-1.10;0.30 +1069;4;4632.50;10.90;1262.00;4.71;0.30 +1069;5;4635.00;10.45;1263.50;3.73;0.30 +1069;6;4638.50;10.20;1264.50;2.35;0.30 +1069;7;4637.00;10.15;1265.50;2.86;0.30 +1069;9;4633.12;10.77;1262.00;1.57;0.30 +1069;10;4638.88;10.38;1262.00;-1.57;0.30 +1069;21;4633.12;10.77;1262.00;1.57;0.30 1070;0;4531.00;9.60;965.00;0.00;0.28 +1070;1;4529.00;9.60;962.00;-0.58;0.28 +1070;2;4532.50;9.65;966.00;2.15;0.28 +1070;3;4528.00;9.75;966.00;4.39;0.28 +1070;4;4528.50;9.80;968.50;3.76;0.28 +1070;9;4528.48;9.69;965.00;1.57;0.28 +1070;10;4533.52;9.69;965.00;-1.57;0.28 +1070;19;4538.46;9.50;970.30;-2.92;0.28 +1070;20;4539.89;9.50;970.27;1.46;0.28 +1070;21;4528.48;9.69;965.00;1.57;0.28 1071;0;3257.00;9.67;1151.00;0.00;0.26 +1071;1;3259.50;9.60;1148.50;0.78;0.26 +1071;2;3256.50;9.60;1148.50;-0.19;0.26 +1071;3;3254.50;9.70;1152.00;4.33;0.26 +1071;4;3259.50;9.80;1152.00;1.95;0.26 +1071;5;3257.50;9.75;1154.00;2.97;0.26 +1071;9;3254.66;9.65;1151.00;1.57;0.26 +1071;10;3259.34;9.74;1151.00;-1.57;0.26 +1071;19;3257.00;9.68;1157.00;-3.31;0.26 +1071;20;3257.00;9.68;1158.75;3.14;0.26 +1071;21;3254.66;9.65;1151.00;1.57;0.26 1072;0;3396.00;13.25;1234.00;0.00;0.32 +1072;1;3397.00;12.57;1230.00;0.24;0.32 +1072;2;3393.00;14.05;1232.00;-0.98;0.32 +1072;3;3399.00;12.40;1233.50;1.40;0.32 +1072;4;3394.00;13.45;1236.50;3.81;0.32 +1072;5;3398.00;12.85;1238.00;2.67;0.32 +1072;6;3396.00;12.80;1238.50;3.14;0.32 +1072;9;3393.12;13.92;1234.00;1.57;0.32 +1072;10;3398.88;12.54;1234.00;-1.57;0.32 +1072;21;3398.88;12.54;1234.00;-1.57;0.32 1073;0;4448.00;10.10;1002.00;0.00;0.28 +1073;1;4446.50;9.70;999.50;-0.54;0.28 +1073;2;4450.00;9.95;999.00;0.58;0.28 +1073;3;4450.50;10.50;1001.50;1.37;0.28 +1073;4;4444.50;9.80;1001.50;-1.42;0.28 +1073;5;4445.00;9.85;1003.50;4.24;0.28 +1073;6;4450.00;10.45;1004.50;2.46;0.28 +1073;7;4448.00;10.57;1005.00;3.14;0.28 +1073;9;4445.30;9.80;1002.00;1.57;0.28 +1073;10;4450.70;10.56;1002.00;-1.57;0.28 +1073;21;4445.30;9.80;1002.00;1.57;0.28 1074;0;3368.00;11.42;1195.00;0.00;0.26 +1074;1;3369.50;11.50;1191.50;0.40;0.26 +1074;2;3367.50;11.00;1192.00;-0.16;0.26 +1074;3;3370.50;11.80;1194.00;1.19;0.26 +1074;4;3365.00;11.05;1195.00;4.71;0.26 +1074;5;3369.00;12.30;1197.50;2.76;0.26 +1074;6;3366.00;11.77;1198.00;3.73;0.26 +1074;9;3365.66;11.12;1195.00;1.57;0.26 +1074;10;3370.34;11.91;1195.00;-1.57;0.26 +1074;21;3365.66;11.12;1195.00;1.57;0.26 1075;0;4232.00;10.12;1034.00;0.00;0.28 +1075;1;4232.50;10.00;1029.50;0.11;0.28 +1075;2;4230.50;10.00;1032.00;-0.64;0.28 +1075;3;4234.50;10.20;1032.50;1.03;0.28 +1075;4;4230.00;10.07;1037.00;3.73;0.28 +1075;5;4233.00;10.25;1037.00;2.82;0.28 +1075;9;4229.48;10.00;1034.00;1.57;0.28 +1075;10;4234.52;10.20;1034.00;-1.57;0.28 +1075;21;4234.52;10.20;1034.00;-1.57;0.28 1076;0;4657.00;9.60;1215.00;0.00;0.26 +1076;1;2328.00;9.50;607.00;-1.31;0.26 +1076;2;4659.50;9.60;1213.00;0.89;0.26 +1076;3;4654.00;9.50;1214.50;-1.40;0.26 +1076;4;4660.00;9.62;1215.00;1.57;0.26 +1076;5;4653.00;9.60;1216.50;4.35;0.26 +1076;6;4655.50;9.60;1217.00;3.78;0.26 +1076;7;4659.00;9.70;1217.50;2.46;0.26 +1076;9;4653.94;9.52;1215.00;1.57;0.26 +1076;10;4660.06;9.62;1215.00;-1.57;0.26 +1076;21;4653.94;9.52;1215.00;1.57;0.26 1077;0;1616.00;9.70;1462.00;0.00;0.28 +1077;1;1616.00;9.70;1462.00;0.00;0.28 +1077;2;1612.00;9.60;1462.00;4.71;0.28 +1077;3;1612.00;9.70;1463.50;4.35;0.28 +1077;9;1612.04;9.60;1462.00;1.57;0.28 +1077;10;1619.96;9.67;1462.00;-1.57;0.28 +1077;19;1619.00;9.50;1459.00;-1.57;0.28 +1077;20;1620.23;9.50;1457.76;0.78;0.28 +1077;21;1612.04;9.60;1462.00;1.57;0.28 1078;0;4607.00;10.10;1046.00;0.00;0.26 +1078;1;4607.50;10.00;1043.50;0.19;0.26 +1078;2;4604.50;10.00;1045.00;-1.19;0.26 +1078;3;4609.50;10.05;1044.00;0.89;0.26 +1078;4;4609.50;10.10;1046.50;1.76;0.26 +1078;5;4604.50;10.10;1047.50;4.17;0.26 +1078;6;4607.00;10.25;1048.50;3.14;0.26 +1078;9;4604.48;10.05;1046.00;1.57;0.26 +1078;10;4609.52;10.05;1046.00;-1.57;0.26 +1078;21;4604.48;10.05;1046.00;1.57;0.26 1079;0;2701.00;13.85;1201.00;0.00;0.30 +1079;1;2698.50;13.60;1198.00;-0.69;0.30 +1079;2;2703.00;14.02;1200.00;1.10;0.30 +1079;3;2697.50;13.00;1201.00;4.71;0.30 +1079;4;2705.00;13.55;1203.50;2.12;0.30 +1079;5;2701.50;13.35;1204.00;2.97;0.30 +1079;9;2697.40;13.01;1201.00;1.57;0.30 +1079;10;2704.60;13.90;1201.00;-1.57;0.30 +1079;21;2697.40;13.01;1201.00;1.57;0.30 1080;0;3306.00;11.02;1106.00;0.00;0.38 +1080;1;3309.00;11.65;1101.00;0.54;0.38 +1080;2;3305.50;11.10;1101.50;-0.11;0.38 +1080;3;3303.50;10.60;1105.50;-1.37;0.38 +1080;4;3309.00;11.55;1107.00;1.89;0.38 +1080;5;3302.50;10.95;1110.00;3.86;0.38 +1080;6;3306.00;11.37;1111.00;3.14;0.38 +1080;9;3302.58;10.60;1106.00;1.57;0.38 +1080;10;3309.42;11.54;1106.00;-1.57;0.38 +1080;21;3302.58;10.60;1106.00;1.57;0.38 1081;0;4806.00;12.50;1249.00;0.00;0.20 +1081;1;4806.00;12.40;1246.50;0.00;0.20 +1081;2;4808.00;12.20;1247.50;0.92;0.20 +1081;3;4804.50;12.65;1249.00;4.71;0.20 +1081;4;4808.00;11.95;1250.50;2.21;0.20 +1081;5;4806.00;12.15;1251.50;3.14;0.20 +1081;9;4804.20;12.68;1249.00;1.57;0.20 +1081;10;4807.80;12.09;1249.00;-1.57;0.20 +1081;21;4804.20;12.68;1249.00;1.57;0.20 1082;0;4314.00;10.12;1053.00;0.00;0.40 +1082;1;4315.50;10.20;1048.50;0.32;0.40 +1082;2;4311.00;10.05;1051.50;-1.10;0.40 +1082;3;4317.00;10.10;1051.50;1.10;0.40 +1082;4;4309.50;9.90;1055.00;4.29;0.40 +1082;5;4314.50;10.00;1056.50;3.00;0.40 +1082;9;4310.40;9.99;1053.00;1.57;0.40 +1082;10;4317.60;10.01;1053.00;-1.57;0.40 +1082;21;4310.40;9.99;1053.00;1.57;0.40 1083;0;4629.00;10.37;1156.00;0.00;0.30 +1083;1;4628.00;10.45;1154.50;-0.58;0.30 +1083;2;4631.00;11.05;1152.50;0.51;0.30 +1083;3;4632.50;11.00;1154.00;1.05;0.30 +1083;4;4631.50;10.50;1157.00;1.95;0.30 +1083;5;4626.00;10.47;1158.00;4.12;0.30 +1083;6;4628.50;10.00;1159.00;3.30;0.30 +1083;9;4626.12;10.53;1156.00;1.57;0.30 +1083;10;4631.88;10.58;1156.00;-1.57;0.30 +1083;21;4626.12;10.53;1156.00;1.57;0.30 1084;0;4638.00;9.75;1276.00;0.00;0.24 +1084;1;4636.00;9.95;1274.50;-0.92;0.24 +1084;2;4638.00;10.05;1272.50;0.00;0.24 +1084;3;4639.50;10.00;1274.00;0.64;0.24 +1084;4;4640.50;9.85;1276.00;1.57;0.24 +1084;5;4636.00;9.72;1278.00;3.92;0.24 +1084;6;4638.50;9.70;1278.00;2.89;0.24 +1084;9;4635.84;9.83;1276.00;1.57;0.24 +1084;10;4640.16;9.83;1276.00;-1.57;0.24 +1084;21;4635.84;9.83;1276.00;1.57;0.24 1085;0;5318.00;9.87;506.00;0.00;0.32 +1085;1;5317.50;9.75;506.00;4.71;0.32 +1085;2;5319.50;10.40;505.50;1.24;0.32 +1085;9;5315.12;9.50;506.00;1.57;0.32 +1085;10;5320.88;9.91;506.00;-1.57;0.32 +1085;19;5315.00;9.70;517.00;1.25;0.32 +1085;20;5314.54;9.70;518.68;3.40;0.32 +1085;21;5315.12;9.50;506.00;1.57;0.32 1086;0;3355.00;11.17;1170.00;0.00;0.18 +1086;1;3354.50;11.20;1167.50;-0.19;0.18 +1086;2;3353.50;11.00;1168.00;-0.64;0.18 +1086;3;3356.50;11.00;1169.50;1.24;0.18 +1086;4;3354.00;10.90;1171.50;3.73;0.18 +1086;5;3357.50;10.90;1172.50;2.35;0.18 +1086;6;3356.00;11.05;1173.00;2.82;0.18 +1086;9;3353.38;10.88;1170.00;1.57;0.18 +1086;10;3356.62;11.05;1170.00;-1.57;0.18 +1086;21;3353.38;10.88;1170.00;1.57;0.18 1087;0;4546.00;9.97;1021.00;0.00;0.24 +1087;1;4544.00;9.90;1019.50;-0.92;0.24 +1087;2;4547.50;10.00;1018.50;0.54;0.24 +1087;3;4549.00;10.35;1020.00;1.24;0.24 +1087;4;4543.00;10.15;1022.50;4.24;0.24 +1087;5;4547.50;10.15;1022.00;2.15;0.24 +1087;6;4544.50;10.10;1024.00;3.60;0.24 +1087;9;4543.12;9.98;1021.00;1.57;0.24 +1087;10;4548.88;10.39;1021.00;-1.57;0.24 +1087;21;4543.12;9.98;1021.00;1.57;0.24 1088;0;3370.00;9.75;1240.00;0.00;0.32 +1088;1;3370.50;9.80;1237.00;0.16;0.32 +1088;2;3367.50;9.50;1240.00;4.71;0.32 +1088;3;3374.00;10.45;1238.50;1.21;0.32 +1088;4;3371.50;10.30;1241.50;2.35;0.32 +1088;5;3369.50;9.75;1243.00;3.30;0.32 +1088;9;3367.12;9.50;1240.00;1.57;0.32 +1088;10;3372.88;10.55;1240.00;-1.57;0.32 +1088;19;3367.00;9.50;1235.00;-1.57;0.32 +1088;20;3366.10;9.50;1233.49;-0.54;0.32 +1088;21;3372.88;10.55;1240.00;-1.57;0.32 1089;0;4681.00;10.32;1182.00;0.00;0.20 +1089;1;2340.00;9.50;590.50;-1.32;0.20 +1089;2;4682.00;10.70;1180.00;0.46;0.20 +1089;3;4679.00;10.75;1180.50;-0.92;0.20 +1089;4;4683.00;10.10;1181.00;1.10;0.20 +1089;5;4683.00;9.90;1182.50;1.81;0.20 +1089;6;4679.00;10.00;1183.50;4.06;0.20 +1089;7;4681.50;9.80;1184.50;2.94;0.20 +1089;8;4680.00;9.80;1185.00;3.46;0.20 +1089;9;4679.20;10.40;1182.00;1.57;0.20 +1089;10;4682.80;9.97;1182.00;-1.57;0.20 +1089;19;4686.00;9.50;1181.00;1.11;0.20 +1089;20;4687.71;9.50;1180.65;1.37;0.20 +1089;21;4679.20;10.40;1182.00;1.57;0.20 1090;0;2747.00;13.72;1276.00;0.00;0.20 +1090;1;2745.50;13.40;1274.50;-0.78;0.20 +1090;2;2748.50;13.75;1275.00;0.98;0.20 +1090;3;2745.00;13.55;1276.00;4.71;0.20 +1090;4;2749.50;13.40;1277.50;2.11;0.20 +1090;5;2747.00;13.70;1278.00;3.14;0.20 +1090;9;2744.48;13.40;1276.00;1.57;0.20 +1090;10;2749.52;13.64;1276.00;-1.57;0.20 +1090;21;2749.52;13.64;1276.00;-1.57;0.20 1091;0;4684.00;11.77;1032.00;0.00;0.14 +1091;1;4684.00;11.85;1029.50;0.00;0.14 +1091;2;4683.00;11.15;1033.00;3.92;0.14 +1091;3;4685.00;12.30;1031.50;1.10;0.14 +1091;4;4685.00;11.92;1035.00;2.82;0.14 +1091;9;4682.74;11.17;1032.00;1.57;0.14 +1091;10;4685.26;12.41;1032.00;-1.57;0.14 +1091;19;4683.00;9.50;1038.00;-2.36;0.14 +1091;20;4682.71;9.50;1039.72;3.30;0.14 +1091;21;4682.74;11.17;1032.00;1.57;0.14 1092;0;4872.00;9.85;1220.00;0.00;0.22 +1092;1;4872.00;9.50;1218.50;0.00;0.22 +1092;2;4869.50;9.50;1218.50;-1.03;0.22 +1092;3;4874.00;9.87;1220.00;1.57;0.22 +1092;4;4869.00;9.77;1220.00;4.71;0.22 +1092;5;4871.00;10.40;1221.50;3.73;0.22 +1092;6;4873.50;10.70;1221.50;2.35;0.22 +1092;9;4869.84;9.75;1220.00;1.57;0.22 +1092;10;4874.16;9.86;1220.00;-1.57;0.22 +1092;19;4877.00;9.50;1217.00;0.00;0.22 +1092;20;4878.50;9.50;1216.10;1.03;0.22 +1092;21;4869.84;9.75;1220.00;1.57;0.22 1093;0;2784.00;10.95;1291.00;0.00;0.20 +1093;1;2783.00;11.05;1289.50;-0.58;0.20 +1093;2;2785.50;10.75;1290.00;0.98;0.20 +1093;3;2782.50;11.20;1290.00;-0.98;0.20 +1093;4;2787.00;10.92;1291.00;1.57;0.20 +1093;5;2782.50;11.30;1292.50;3.92;0.20 +1093;6;2786.00;11.20;1292.00;2.03;0.20 +1093;7;2784.50;11.35;1293.00;2.89;0.20 +1093;9;2781.84;11.24;1291.00;1.57;0.20 +1093;10;2786.16;10.95;1291.00;-1.57;0.20 +1093;21;2786.16;10.95;1291.00;-1.57;0.20 1094;0;4668.00;12.32;1096.00;0.00;0.24 +1094;1;4667.00;12.20;1093.50;-0.38;0.24 +1094;2;4669.50;11.40;1094.50;0.78;0.24 +1094;3;4665.50;13.20;1094.50;-1.03;0.24 +1094;4;4665.50;13.30;1096.00;4.71;0.24 +1094;5;4671.00;11.40;1096.50;1.73;0.24 +1094;6;4667.50;12.60;1098.50;3.33;0.24 +1094;7;4670.00;12.15;1098.50;2.46;0.24 +1094;9;4665.84;13.14;1096.00;1.57;0.24 +1094;10;4670.16;11.61;1096.00;-1.57;0.24 +1094;21;4665.84;13.14;1096.00;1.57;0.24 1095;0;2799.00;10.00;1108.00;0.00;0.98 +1095;1;2808.00;9.95;1096.00;0.64;0.98 +1095;2;2788.50;10.20;1101.00;-0.98;0.98 +1095;3;2814.50;10.30;1107.50;1.53;0.98 +1095;4;2783.00;10.30;1114.50;4.32;0.98 +1095;5;2807.50;10.20;1118.00;2.43;0.98 +1095;6;2792.00;10.15;1118.50;3.73;0.98 +1095;9;2786.58;10.29;1108.00;1.57;0.98 +1095;10;2811.42;10.30;1108.00;-1.57;0.98 +1095;21;2786.58;10.29;1108.00;1.57;0.98 1096;0;4690.00;11.60;1138.00;0.00;0.20 +1096;1;4690.00;11.95;1135.50;0.00;0.20 +1096;2;4692.00;11.50;1135.50;0.67;0.20 +1096;3;4688.00;12.00;1136.50;-0.92;0.20 +1096;4;4691.50;11.60;1139.00;2.15;0.20 +1096;5;4688.50;11.80;1139.50;3.92;0.20 +1096;6;4690.00;11.57;1141.00;3.14;0.20 +1096;9;4688.20;11.86;1138.00;1.57;0.20 +1096;10;4691.80;11.58;1138.00;-1.57;0.20 +1096;19;4692.00;10.32;1145.00;-3.14;0.20 +1096;20;4692.48;10.32;1146.68;2.86;0.20 +1096;21;4688.20;11.86;1138.00;1.57;0.20 1097;0;4977.00;11.95;1249.00;0.00;0.22 +1097;1;4975.00;12.45;1247.50;-0.92;0.22 +1097;2;4977.50;11.00;1247.00;0.24;0.22 +1097;3;4980.50;10.00;1248.50;1.42;0.22 +1097;4;4975.00;13.00;1250.00;4.24;0.22 +1097;5;4981.00;9.90;1250.50;1.93;0.22 +1097;6;4978.00;11.25;1250.50;2.55;0.22 +1097;9;4973.94;13.18;1249.00;1.57;0.22 +1097;10;4980.06;10.15;1249.00;-1.57;0.22 +1097;21;4973.94;13.18;1249.00;1.57;0.22 1098;0;4677.00;9.57;647.00;0.00;0.22 +1098;1;4678.00;9.67;641.00;0.16;0.22 +1098;2;4676.50;9.65;643.00;-0.12;0.22 +1098;3;4678.00;9.75;646.50;1.10;0.22 +1098;4;4676.00;9.50;649.00;3.60;0.22 +1098;5;4679.00;9.90;652.50;2.79;0.22 +1098;9;4675.02;9.50;647.00;1.57;0.22 +1098;10;4678.98;9.66;647.00;-1.57;0.22 +1098;19;4680.00;9.50;651.00;1.11;0.22 +1098;20;4681.05;9.50;652.40;2.49;0.22 +1098;21;4675.02;9.50;647.00;1.57;0.22 1099;0;4656.00;9.75;1167.00;0.00;0.22 +1099;1;4654.50;9.70;1165.00;-0.64;0.22 +1099;2;4658.00;10.00;1166.00;1.10;0.22 +1099;3;4653.50;9.70;1167.50;4.51;0.22 +1099;4;4659.50;10.20;1167.50;1.71;0.22 +1099;5;4655.50;9.70;1169.00;3.38;0.22 +1099;6;4657.50;9.85;1169.00;2.49;0.22 +1099;9;4653.48;9.70;1167.00;1.57;0.22 +1099;10;4658.52;10.05;1167.00;-1.57;0.22 +1099;21;4653.48;9.70;1167.00;1.57;0.22 1100;0;4798.00;9.92;1267.00;0.00;0.22 +1100;1;4796.50;9.95;1266.00;-0.98;0.22 +1100;2;4799.00;10.37;1265.00;0.46;0.22 +1100;3;4799.50;9.95;1268.00;2.15;0.22 +1100;4;4796.00;9.85;1269.00;3.92;0.22 +1100;5;4798.00;9.90;1269.50;3.14;0.22 +1100;9;4796.02;9.90;1267.00;1.57;0.22 +1100;10;4799.98;10.14;1267.00;-1.57;0.22 +1100;21;4796.02;9.90;1267.00;1.57;0.22 1101;0;4141.00;9.80;991.00;0.00;0.30 +1101;1;4142.00;9.85;988.00;0.32;0.30 +1101;2;4144.50;9.80;990.50;1.42;0.30 +1101;3;4138.00;9.95;990.00;-1.24;0.30 +1101;4;4137.00;9.90;993.00;4.24;0.30 +1101;5;4140.00;9.80;993.50;3.52;0.30 +1101;6;4144.00;9.87;994.00;2.35;0.30 +1101;9;4137.94;9.90;991.00;1.57;0.30 +1101;10;4144.06;9.80;991.00;-1.57;0.30 +1101;21;4137.94;9.90;991.00;1.57;0.30 1102;0;2662.00;12.80;1163.00;0.00;0.44 +1102;1;2657.50;10.30;1163.00;4.71;0.44 +1102;2;2662.00;10.50;1157.50;0.00;0.44 +1102;3;2666.50;13.45;1163.00;1.57;0.44 +1102;4;2663.00;12.80;1168.50;2.96;0.44 +1102;5;2667.00;14.00;1168.00;2.35;0.44 +1102;6;2659.50;10.90;1169.00;3.53;0.44 +1102;9;2658.04;10.73;1163.00;1.57;0.44 +1102;10;2665.96;13.45;1163.00;-1.57;0.44 +1102;19;2656.00;9.50;1173.00;-1.57;0.44 +1102;20;2655.10;9.50;1174.50;3.68;0.44 +1102;21;2658.04;10.73;1163.00;1.57;0.44 1103;0;3937.00;10.05;1043.00;0.00;0.40 +1103;1;3936.00;10.32;1038.00;-0.19;0.40 +1103;2;3933.00;10.00;1042.50;-1.44;0.40 +1103;3;3940.00;10.45;1040.50;0.87;0.40 +1103;4;3942.00;10.42;1045.00;1.95;0.40 +1103;5;3936.50;9.85;1047.00;3.26;0.40 +1103;9;3932.86;9.90;1043.00;1.57;0.40 +1103;10;3941.14;10.53;1043.00;-1.57;0.40 +1103;21;3932.86;9.90;1043.00;1.57;0.40 1104;0;4688.00;9.70;1280.00;0.00;0.22 +1104;1;4685.00;9.80;1278.00;-0.98;0.22 +1104;2;4689.50;9.85;1279.00;0.98;0.22 +1104;3;4688.00;9.70;1281.00;3.14;0.22 +1104;9;4684.76;9.53;1280.00;1.57;0.22 +1104;10;4691.24;9.78;1280.00;-1.57;0.22 +1104;19;4684.00;9.50;1282.00;-3.14;0.22 +1104;20;4682.43;9.50;1282.78;4.24;0.22 +1104;21;4684.76;9.53;1280.00;1.57;0.22 1105;0;2976.00;10.00;1186.00;0.00;0.30 +1105;1;2973.50;10.30;1183.50;-0.78;0.30 +1105;2;2976.00;10.20;1182.50;0.00;0.30 +1105;3;2978.50;9.95;1184.00;0.89;0.30 +1105;4;2971.50;10.20;1187.00;4.49;0.30 +1105;5;2980.50;9.80;1187.50;1.89;0.30 +1105;6;2976.00;9.90;1189.00;3.14;0.30 +1105;9;2972.22;10.17;1186.00;1.57;0.30 +1105;10;2979.78;9.88;1186.00;-1.57;0.30 +1105;21;2972.22;10.17;1186.00;1.57;0.30 1106;0;3127.00;9.65;1290.00;0.00;0.22 +1106;1;3126.50;9.60;1290.00;4.71;0.22 +1106;2;3128.00;9.50;1295.50;2.96;0.22 +1106;9;3125.02;9.52;1290.00;1.57;0.22 +1106;10;3128.98;9.60;1290.00;-1.57;0.22 +1106;19;3129.00;9.53;1300.00;-1.57;0.22 +1106;20;3129.34;9.53;1301.71;2.94;0.22 +1106;21;3125.02;9.52;1290.00;1.57;0.22 1107;0;3909.00;13.75;1154.00;0.00;0.36 +1107;1;3909.50;13.50;1148.50;0.09;0.36 +1107;2;3905.50;13.85;1151.00;-0.86;0.36 +1107;3;3913.00;13.25;1154.50;1.69;0.36 +1107;4;3906.00;13.90;1157.50;3.85;0.36 +1107;5;3909.50;13.70;1160.00;3.05;0.36 +1107;9;3905.76;13.97;1154.00;1.57;0.36 +1107;10;3912.24;13.35;1154.00;-1.57;0.36 +1107;21;3905.76;13.97;1154.00;1.57;0.36 1108;0;3370.00;11.27;1219.00;0.00;0.28 +1108;1;3370.50;12.95;1216.00;0.16;0.28 +1108;2;3368.00;10.95;1217.50;-0.92;0.28 +1108;3;3372.00;13.15;1217.50;0.92;0.28 +1108;4;3366.00;9.70;1219.00;4.71;0.28 +1108;5;3367.50;9.70;1220.00;4.33;0.28 +1108;6;3371.00;10.80;1220.50;2.55;0.28 +1108;9;3367.12;9.79;1219.00;1.57;0.28 +1108;10;3372.88;12.81;1219.00;-1.57;0.28 +1108;19;3368.00;9.50;1224.00;-1.95;0.28 +1108;20;3367.35;9.50;1225.62;3.52;0.28 +1108;21;3372.88;12.81;1219.00;-1.57;0.28 1109;0;3163.00;10.95;1295.00;0.00;0.20 +1109;1;3161.00;9.80;1293.00;-0.78;0.20 +1109;2;3165.00;10.55;1294.00;1.10;0.20 +1109;3;3168.00;10.40;1294.50;1.47;0.20 +1109;4;3160.50;11.10;1295.50;4.51;0.20 +1109;5;3165.00;10.85;1296.00;2.03;0.20 +1109;9;3159.94;10.66;1295.00;1.57;0.20 +1109;10;3166.06;10.69;1295.00;-1.57;0.20 +1109;19;3158.00;9.50;1293.00;-0.79;0.20 +1109;20;3156.37;9.50;1292.35;-1.19;0.20 +1109;21;3159.94;10.66;1295.00;1.57;0.20 1110;0;4626.00;10.12;1092.00;0.00;0.34 +1110;1;4627.00;10.50;1089.50;0.38;0.34 +1110;2;4624.00;10.30;1089.00;-0.58;0.34 +1110;3;4623.00;10.15;1092.50;4.54;0.34 +1110;4;4630.00;10.72;1092.00;1.57;0.34 +1110;5;4629.00;10.10;1094.50;2.26;0.34 +1110;6;4625.50;9.95;1095.00;3.30;0.34 +1110;9;4622.94;10.12;1092.00;1.57;0.34 +1110;10;4629.06;10.54;1092.00;-1.57;0.34 +1110;21;4622.94;10.12;1092.00;1.57;0.34 1111;0;2759.00;14.75;1214.00;0.00;0.36 +1111;1;2758.00;14.65;1210.50;-0.27;0.36 +1111;2;2762.00;15.15;1213.00;1.24;0.36 +1111;3;2755.00;12.95;1212.50;-1.21;0.36 +1111;4;2757.00;12.65;1216.00;3.92;0.36 +1111;5;2762.00;13.55;1217.50;2.43;0.36 +1111;6;2760.00;12.05;1219.00;2.94;0.36 +1111;9;2755.76;12.96;1214.00;1.57;0.36 +1111;10;2762.24;15.18;1214.00;-1.57;0.36 +1111;21;2755.76;12.96;1214.00;1.57;0.36 1112;0;3326.00;10.10;1129.00;0.00;0.36 +1112;1;3327.50;9.70;1125.50;0.40;0.36 +1112;2;3323.50;9.65;1128.00;-1.19;0.36 +1112;3;3329.00;11.10;1129.00;1.57;0.36 +1112;4;3326.50;11.15;1132.00;2.97;0.36 +1112;5;3322.50;9.85;1132.00;4.00;0.36 +1112;9;3322.58;9.65;1129.00;1.57;0.36 +1112;10;3329.42;11.22;1129.00;-1.57;0.36 +1112;19;3317.00;9.50;1134.00;-1.19;0.36 +1112;20;3315.47;9.50;1134.85;4.20;0.36 +1112;21;3322.58;9.65;1129.00;1.57;0.36 1113;0;4989.00;10.10;1264.00;0.00;0.24 +1113;1;4988.50;9.85;1261.00;-0.16;0.24 +1113;2;4986.50;10.40;1263.50;-1.37;0.24 +1113;3;4991.00;9.95;1263.50;1.32;0.24 +1113;4;4987.50;10.60;1265.50;3.92;0.24 +1113;5;4991.00;10.17;1266.00;2.35;0.24 +1113;9;4986.48;10.50;1264.00;1.57;0.24 +1113;10;4991.52;9.95;1264.00;-1.57;0.24 +1113;21;4986.48;10.50;1264.00;1.57;0.24 1114;0;4426.00;11.75;1022.00;0.00;0.34 +1114;1;4425.00;12.50;1018.50;-0.27;0.34 +1114;2;4429.50;12.90;1019.50;0.95;0.34 +1114;3;4422.00;12.65;1020.50;-1.21;0.34 +1114;4;4429.50;12.80;1023.50;1.97;0.34 +1114;5;4422.50;11.95;1024.00;4.19;0.34 +1114;6;4426.00;13.07;1026.00;3.14;0.34 +1114;9;4421.68;12.33;1022.00;1.57;0.34 +1114;10;4430.32;12.86;1022.00;-1.57;0.34 +1114;21;4421.68;12.33;1022.00;1.57;0.34 1115;0;2737.00;11.15;1020.00;0.00;1.40 +1115;1;2739.50;10.20;1005.00;0.16;1.40 +1115;2;2721.50;10.60;1010.50;-1.02;1.40 +1115;3;2760.00;10.20;1011.00;1.19;1.40 +1115;4;2720.00;10.75;1018.50;-1.48;1.40 +1115;5;2760.00;10.05;1019.50;1.54;1.40 +1115;6;2721.00;10.70;1034.00;3.99;1.40 +1115;7;2743.50;10.45;1031.00;2.60;1.40 +1115;9;2720.08;10.80;1020.00;1.57;1.40 +1115;10;2753.92;10.25;1020.00;-1.57;1.40 +1115;21;2753.92;10.25;1020.00;-1.57;1.40 1116;0;4275.00;12.85;1100.00;0.00;0.46 +1116;1;4273.50;12.30;1095.00;-0.29;0.46 +1116;2;4269.50;13.50;1096.50;-1.00;0.46 +1116;3;4280.50;12.05;1100.00;1.57;0.46 +1116;4;4270.00;13.95;1101.00;4.51;0.46 +1116;5;4275.50;13.20;1104.00;3.01;0.46 +1116;6;4282.50;12.10;1104.00;2.06;0.46 +1116;9;4269.24;14.09;1100.00;1.57;0.46 +1116;10;4280.76;12.05;1100.00;-1.57;0.46 +1116;21;4269.24;14.09;1100.00;1.57;0.46 1117;0;4977.00;11.10;1278.00;0.00;0.28 +1117;1;4976.00;11.52;1275.00;-0.32;0.28 +1117;2;4979.00;12.50;1276.50;0.92;0.28 +1117;3;4974.50;10.50;1277.00;-1.19;0.28 +1117;4;4980.50;12.50;1277.50;1.42;0.28 +1117;5;4978.50;10.90;1279.50;2.35;0.28 +1117;6;4975.00;10.02;1280.00;3.92;0.28 +1117;9;4974.48;10.29;1278.00;1.57;0.28 +1117;10;4979.52;11.80;1278.00;-1.57;0.28 +1117;19;4976.00;9.53;1284.00;-2.36;0.28 +1117;20;4975.71;9.53;1285.72;3.30;0.28 +1117;21;4974.48;10.29;1278.00;1.57;0.28 1118;0;3046.00;11.10;1166.00;0.00;0.24 +1118;1;3045.50;10.60;1162.00;-0.12;0.24 +1118;2;3044.50;10.85;1165.00;-0.98;0.24 +1118;3;3048.00;11.02;1164.00;0.78;0.24 +1118;4;3047.00;10.95;1168.00;2.67;0.24 +1118;5;3044.50;10.70;1169.50;3.54;0.24 +1118;9;3043.84;10.73;1166.00;1.57;0.24 +1118;10;3048.16;11.10;1166.00;-1.57;0.24 +1118;19;3047.00;9.80;1172.00;-3.61;0.24 +1118;20;3047.28;9.80;1173.72;2.97;0.24 +1118;21;3043.84;10.73;1166.00;1.57;0.24 1119;0;3275.00;10.32;1258.00;0.00;0.28 +1119;1;3273.00;9.70;1255.50;-0.67;0.28 +1119;2;3276.50;9.70;1256.50;0.78;0.28 +1119;3;3272.00;10.25;1257.50;-1.40;0.28 +1119;4;3276.00;11.15;1260.50;2.76;0.28 +1119;5;3273.00;11.07;1261.00;3.73;0.28 +1119;9;3272.48;10.39;1258.00;1.57;0.28 +1119;10;3277.52;9.99;1258.00;-1.57;0.28 +1119;19;3276.00;9.53;1255.00;0.79;0.28 +1119;20;3276.55;9.53;1253.34;0.32;0.28 +1119;21;3272.48;10.39;1258.00;1.57;0.28 1120;0;4584.00;10.40;1044.00;0.00;0.30 +1120;1;4583.00;10.55;1041.50;-0.38;0.30 +1120;2;4586.50;10.65;1042.00;0.89;0.30 +1120;3;4581.00;10.12;1044.00;4.71;0.30 +1120;4;4586.00;10.45;1045.50;2.21;0.30 +1120;5;4583.50;10.40;1047.50;3.28;0.30 +1120;9;4581.30;10.14;1044.00;1.57;0.30 +1120;10;4586.70;10.60;1044.00;-1.57;0.30 +1120;21;4581.30;10.14;1044.00;1.57;0.30 1121;0;4647.00;11.10;1211.00;0.00;0.22 +1121;1;2323.00;9.50;605.00;-1.31;0.22 +1121;2;4646.50;11.20;1209.50;-0.32;0.22 +1121;3;4644.50;11.15;1212.00;4.33;0.22 +1121;4;4649.00;10.50;1212.50;2.21;0.22 +1121;5;4646.00;10.77;1213.00;3.60;0.22 +1121;9;4644.48;11.25;1211.00;1.57;0.22 +1121;10;4649.52;10.79;1211.00;-1.57;0.22 +1121;21;4644.48;11.25;1211.00;1.57;0.22 1122;0;3295.00;10.40;1269.00;0.00;0.26 +1122;1;3294.50;9.70;1266.50;-0.19;0.26 +1122;2;3297.50;10.35;1268.00;1.19;0.26 +1122;3;3292.00;10.02;1269.00;4.71;0.26 +1122;4;3296.50;11.45;1271.00;2.49;0.26 +1122;5;3291.00;10.50;1271.00;4.24;0.26 +1122;6;3293.00;11.25;1272.00;3.73;0.26 +1122;9;3292.12;10.04;1269.00;1.57;0.26 +1122;10;3297.88;10.82;1269.00;-1.57;0.26 +1122;19;3294.00;9.50;1265.00;-0.20;0.26 +1122;20;3293.57;9.50;1263.30;-0.24;0.26 +1122;21;3292.12;10.04;1269.00;1.57;0.26 1123;0;4818.70;9.50;1103.56;0.00;0.18 +1123;1;4813.72;9.50;1099.76;-0.64;0.18 +1123;2;4818.76;9.50;1105.61;2.03;0.18 +1123;3;4819.89;9.50;1102.22;0.00;1.00 +1123;4;4814.09;9.50;1098.71;0.00;1.00 +1123;9;4815.38;9.50;1102.00;1.57;0.18 +1123;10;4818.62;9.50;1102.00;-1.57;0.18 +1123;19;4818.00;9.50;1103.00;-4.25;0.18 +1123;20;4819.23;9.50;1104.23;2.35;0.18 +1123;21;4815.38;9.50;1102.00;1.57;0.18 1124;0;4656.00;10.95;1235.00;0.00;0.20 +1124;1;4655.00;10.40;1232.50;-0.38;0.20 +1124;2;4657.50;10.20;1232.50;0.54;0.20 +1124;3;4654.00;11.17;1236.00;4.24;0.20 +1124;4;4658.00;11.10;1236.00;2.03;0.20 +1124;5;4656.00;11.35;1238.00;3.14;0.20 +1124;6;4654.50;11.40;1238.50;3.54;0.20 +1124;9;4654.20;11.03;1235.00;1.57;0.20 +1124;10;4657.80;10.88;1235.00;-1.57;0.20 +1124;21;4654.20;11.03;1235.00;1.57;0.20 1125;0;4657.00;11.00;1140.00;0.00;0.30 -1126;0;2841.00;12.57;1202.00;0.00;0.46 -1127;0;3119.00;10.30;1151.00;0.00;0.26 -1128;0;2856.00;12.77;1237.00;0.00;0.24 -1129;0;4027.00;22.72;1179.00;0.00;0.50 -1130;0;3176.00;11.95;1175.00;0.00;0.22 -1131;0;4540.00;11.25;1012.00;0.00;0.24 -1132;0;1592.42;9.70;1448.26;0.00;0.36 -1133;0;4923.00;9.70;1207.00;0.00;0.20 +1125;1;4656.00;12.15;1136.50;-0.27;0.30 +1125;2;4654.50;11.80;1138.00;-0.89;0.30 +1125;3;4658.00;11.45;1138.50;0.58;0.30 +1125;4;4656.00;10.57;1142.00;3.60;0.30 +1125;5;4660.00;10.95;1141.00;1.89;0.30 +1125;6;4659.50;10.90;1142.50;2.35;0.30 +1125;9;4654.30;10.96;1140.00;1.57;0.30 +1125;10;4659.70;11.13;1140.00;-1.57;0.30 +1125;21;4654.30;10.96;1140.00;1.57;0.30 +1126;0;2841.00;12.57;1202.00;0.00;0.46 +1126;1;2835.50;12.55;1199.00;-1.07;0.46 +1126;2;2842.00;12.20;1198.00;0.24;0.46 +1126;3;2846.50;12.60;1202.50;1.66;0.46 +1126;4;2835.00;13.00;1203.50;4.46;0.46 +1126;5;2841.00;12.90;1205.50;3.14;0.46 +1126;6;2846.50;12.80;1207.50;2.35;0.46 +1126;9;2836.14;12.85;1202.00;1.57;0.46 +1126;10;2845.86;12.58;1202.00;-1.57;0.46 +1126;21;2836.14;12.85;1202.00;1.57;0.46 +1127;0;3119.00;10.30;1151.00;0.00;0.26 +1127;1;3117.00;10.25;1148.50;-0.67;0.26 +1127;2;3120.50;10.35;1149.00;0.64;0.26 +1127;3;3118.00;9.97;1153.00;3.60;0.26 +1127;4;3121.00;10.10;1153.50;2.46;0.26 +1127;5;3120.50;9.90;1155.50;2.82;0.26 +1127;9;3116.66;10.07;1151.00;1.57;0.26 +1127;10;3121.34;10.30;1151.00;-1.57;0.26 +1127;19;3116.00;9.78;1152.00;-2.68;0.26 +1127;20;3114.34;9.78;1152.55;4.39;0.26 +1127;21;3116.66;10.07;1151.00;1.57;0.26 +1128;0;2856.00;12.77;1237.00;0.00;0.24 +1128;1;2856.00;12.90;1235.00;0.00;0.24 +1128;2;2858.50;12.80;1237.00;1.57;0.24 +1128;3;2853.00;12.60;1237.00;4.71;0.24 +1128;4;2855.00;12.50;1239.50;3.52;0.24 +1128;5;2858.50;12.40;1239.50;2.35;0.24 +1128;9;2853.48;12.60;1237.00;1.57;0.24 +1128;10;2858.52;12.80;1237.00;-1.57;0.24 +1128;21;2853.48;12.60;1237.00;1.57;0.24 +1129;0;4027.00;22.72;1179.00;0.00;0.50 +1129;1;4030.00;22.05;1172.50;0.43;0.50 +1129;2;4025.50;21.60;1173.50;-0.26;0.50 +1129;3;4031.50;21.95;1179.00;1.57;0.50 +1129;4;4022.50;21.25;1177.00;-1.15;0.50 +1129;5;4022.00;21.82;1181.00;4.33;0.50 +1129;6;4022.50;22.30;1184.00;3.87;0.50 +1129;7;4026.50;22.50;1185.00;3.22;0.50 +1129;9;4022.50;21.65;1179.00;1.57;0.50 +1129;10;4031.50;21.95;1179.00;-1.57;0.50 +1129;21;4022.50;21.65;1179.00;1.57;0.50 +1130;0;3176.00;11.95;1175.00;0.00;0.22 +1130;1;3174.00;11.40;1173.00;-0.78;0.22 +1130;2;3176.50;11.25;1173.00;0.24;0.22 +1130;3;3178.00;11.20;1174.50;1.32;0.22 +1130;4;3174.00;12.10;1175.50;4.46;0.22 +1130;5;3176.50;11.85;1177.00;2.89;0.22 +1130;9;3174.02;12.06;1175.00;1.57;0.22 +1130;10;3177.98;11.42;1175.00;-1.57;0.22 +1130;19;3178.00;10.28;1180.00;-3.39;0.22 +1130;20;3178.65;10.28;1181.62;2.76;0.22 +1130;21;3174.02;12.06;1175.00;1.57;0.22 +1131;0;4540.00;11.25;1012.00;0.00;0.24 +1131;1;4539.50;11.10;1009.50;-0.19;0.24 +1131;2;4537.50;10.60;1009.50;-0.78;0.24 +1131;3;4538.00;10.80;1012.50;4.46;0.24 +1131;4;4542.00;11.30;1011.50;1.32;0.24 +1131;5;4541.00;10.77;1015.00;2.82;0.24 +1131;6;4539.00;10.77;1016.00;3.38;0.24 +1131;9;4537.84;10.78;1012.00;1.57;0.24 +1131;10;4542.16;11.25;1012.00;-1.57;0.24 +1131;21;4537.84;10.78;1012.00;1.57;0.24 +1132;0;1592.42;9.70;1448.26;0.00;0.36 +1132;1;1594.00;9.70;1443.50;0.92;0.36 +1132;2;1589.50;9.70;1442.50;-0.78;0.36 +1132;3;1587.00;9.70;1444.50;-1.47;0.36 +1132;4;1589.00;9.70;1446.50;4.24;0.36 +1132;5;1595.50;9.70;1446.50;1.97;0.36 +1132;6;1593.00;9.70;1448.50;2.86;0.36 +1132;9;1588.04;9.70;1445.00;1.57;0.36 +1132;10;1595.96;9.70;1445.00;-1.57;0.36 +1132;19;1592.80;9.50;1439.25;0.73;0.36 +1132;20;1593.04;9.50;1437.52;0.13;0.36 +1132;21;1592.09;9.70;1441.67;-1.57;0.36 +1133;0;4923.00;9.70;1207.00;0.00;0.20 +1133;1;4921.50;9.70;1205.50;-0.78;0.20 +1133;2;4925.00;9.70;1206.50;1.32;0.20 +1133;3;4922.00;9.80;1208.50;3.73;0.20 +1133;4;4925.00;9.75;1209.50;2.46;0.20 +1133;9;4920.84;9.70;1207.00;1.57;0.20 +1133;10;4925.16;9.70;1207.00;-1.57;0.20 +1133;19;4920.00;9.50;1204.00;-0.79;0.20 +1133;20;4918.76;9.50;1202.76;-0.78;0.20 +1133;21;4920.84;9.70;1207.00;1.57;0.20 1134;0;4618.00;9.72;1308.00;0.00;0.24 +1134;1;4617.50;9.70;1304.50;-0.14;0.24 +1134;2;4620.00;9.70;1306.50;0.92;0.24 +1134;3;4615.50;10.00;1308.50;4.51;0.24 +1134;4;4619.50;9.70;1310.50;2.60;0.24 +1134;5;4617.00;10.00;1311.00;3.46;0.24 +1134;9;4615.84;9.91;1308.00;1.57;0.24 +1134;10;4620.16;9.70;1308.00;-1.57;0.24 +1134;21;4615.84;9.91;1308.00;1.57;0.24 1135;0;79.80;9.50;1782.75;0.00;0.34 +1135;1;47.00;9.65;1776.50;-1.38;0.34 +1135;2;52.74;9.50;1776.46;-1.24;0.34 +1135;3;46.31;9.50;1775.23;-1.46;0.34 +1135;4;54.86;9.60;1777.52;-1.40;0.34 +1135;5;82.68;9.70;1784.33;1.85;0.34 +1135;6;98.15;9.50;1782.38;1.83;0.34 +1135;9;49.44;9.50;1780.00;1.57;0.34 +1135;10;82.56;9.50;1780.00;-1.57;0.34 +1135;19;88.00;9.50;1785.00;-4.43;0.34 +1135;20;89.70;9.50;1785.38;1.79;0.34 +1135;21;49.44;9.50;1780.00;1.57;0.34 1136;0;4917.00;10.40;1234.00;0.00;0.24 +1136;1;4914.50;10.50;1232.50;-1.03;0.24 +1136;2;4917.50;9.90;1231.50;0.19;0.24 +1136;3;4919.00;10.17;1233.00;1.10;0.24 +1136;4;4915.00;10.90;1235.00;4.24;0.24 +1136;5;4920.00;10.40;1235.50;2.03;0.24 +1136;6;4918.00;10.65;1236.50;2.76;0.24 +1136;9;4914.84;10.73;1234.00;1.57;0.24 +1136;10;4919.16;10.28;1234.00;-1.57;0.24 +1136;19;4919.00;9.50;1240.00;-3.52;0.24 +1136;20;4919.55;9.50;1241.66;2.82;0.24 +1136;21;4914.84;10.73;1234.00;1.57;0.24 1137;0;4600.00;13.20;1323.00;0.00;0.26 +1137;1;4598.50;13.70;1320.00;-0.46;0.26 +1137;2;4596.00;15.50;1321.50;-1.21;0.26 +1137;3;4601.00;12.25;1321.50;0.58;0.26 +1137;4;4604.00;12.55;1323.50;1.69;0.26 +1137;5;4595.50;15.45;1324.00;4.49;0.26 +1137;6;4599.00;14.07;1325.00;3.60;0.26 +1137;7;4604.50;13.30;1325.00;1.98;0.26 +1137;9;4596.22;15.24;1323.00;1.57;0.26 +1137;10;4603.78;12.27;1323.00;-1.57;0.26 +1137;21;4596.22;15.24;1323.00;1.57;0.26 1138;0;4639.00;10.77;1086.00;0.00;0.28 +1138;1;4641.00;10.75;1083.50;0.67;0.28 +1138;2;4637.00;10.87;1085.00;-1.10;0.28 +1138;3;4643.00;10.55;1085.50;1.44;0.28 +1138;4;4640.00;10.80;1088.00;2.67;0.28 +1138;5;4636.50;10.90;1089.00;3.83;0.28 +1138;6;4638.00;10.90;1090.50;3.36;0.28 +1138;9;4636.48;10.85;1086.00;1.57;0.28 +1138;10;4641.52;10.69;1086.00;-1.57;0.28 +1138;21;4636.48;10.85;1086.00;1.57;0.28 1139;0;4579.00;10.67;1235.00;0.00;0.22 +1139;1;4579.50;10.30;1233.00;0.24;0.22 +1139;2;4582.50;10.10;1234.00;1.29;0.22 +1139;3;4574.50;10.05;1235.00;4.71;0.22 +1139;4;4582.00;10.60;1236.50;2.03;0.22 +1139;5;4576.00;10.30;1236.50;4.24;0.22 +1139;6;4579.50;10.95;1237.00;2.89;0.22 +1139;9;4575.76;10.25;1235.00;1.57;0.22 +1139;10;4582.24;10.30;1235.00;-1.57;0.22 +1139;21;4575.76;10.25;1235.00;1.57;0.22 1140;0;3167.00;9.80;1116.00;0.00;0.72 +1140;1;3159.00;9.80;1107.00;-0.72;0.72 +1140;2;3171.50;9.80;1111.00;0.73;0.72 +1140;3;3154.50;9.80;1112.50;-1.29;0.72 +1140;4;3181.00;9.80;1116.50;1.60;0.72 +1140;5;3159.00;9.80;1120.00;4.24;0.72 +1140;6;3181.00;9.80;1121.00;1.91;0.72 +1140;7;3176.00;9.80;1123.50;2.26;0.72 +1140;8;3167.00;9.80;1123.50;3.14;0.72 +1140;9;3156.92;9.80;1116.00;1.57;0.72 +1140;10;3177.08;9.80;1116.00;-1.57;0.72 +1140;21;3156.92;9.80;1116.00;1.57;0.72 1141;0;2927.00;12.95;1231.00;0.00;0.42 +1141;1;2925.50;11.70;1227.50;-0.40;0.42 +1141;2;1463.00;9.50;615.00;-1.17;0.42 +1141;3;2930.50;12.50;1229.00;1.05;0.42 +1141;4;2922.50;13.15;1232.00;4.49;0.42 +1141;5;2931.50;13.85;1234.00;2.15;0.42 +1141;6;2924.00;13.72;1235.00;3.78;0.42 +1141;7;2928.50;13.70;1235.50;2.82;0.42 +1141;9;2923.22;12.86;1231.00;1.57;0.42 +1141;10;2930.78;13.02;1231.00;-1.57;0.42 +1141;21;2923.22;12.86;1231.00;1.57;0.42 1142;0;4249.00;9.70;989.00;0.00;0.26 +1142;1;4247.50;9.50;987.50;-0.78;0.26 +1142;2;4250.50;9.70;986.50;0.54;0.26 +1142;3;4252.00;9.65;989.50;1.73;0.26 +1142;4;4246.00;9.67;991.00;4.12;0.26 +1142;5;4248.00;9.70;991.50;3.52;0.26 +1142;6;4251.50;9.70;991.00;2.24;0.26 +1142;9;4246.48;9.64;989.00;1.57;0.26 +1142;10;4251.52;9.60;989.00;-1.57;0.26 +1142;19;4248.00;9.50;985.00;-0.79;0.26 +1142;20;4247.57;9.50;983.30;-0.24;0.26 +1142;21;4246.48;9.64;989.00;1.57;0.26 1143;0;3230.00;9.60;1129.00;0.00;0.44 +1143;1;3227.50;9.60;1125.50;-0.62;0.44 +1143;2;3235.50;9.60;1124.50;0.88;0.44 +1143;3;3237.50;9.60;1129.00;1.57;0.44 +1143;4;3222.50;9.60;1130.50;4.51;0.44 +1143;5;3232.50;9.60;1132.50;2.52;0.44 +1143;6;3225.50;9.60;1134.00;3.87;0.44 +1143;9;3224.06;9.60;1129.00;1.57;0.44 +1143;10;3235.94;9.60;1129.00;-1.57;0.44 +1143;21;3224.06;9.60;1129.00;1.57;0.44 1144;0;3922.00;10.05;1023.00;0.00;0.40 +1144;1;3924.00;9.80;1019.00;0.46;0.40 +1144;2;3919.00;10.07;1021.00;-0.98;0.40 +1144;3;3926.50;9.80;1023.00;1.57;0.40 +1144;4;3916.50;10.05;1026.00;4.21;0.40 +1144;5;3922.00;10.30;1027.00;3.14;0.40 +1144;9;3918.22;10.30;1023.00;1.57;0.40 +1144;10;3925.78;9.83;1023.00;-1.57;0.40 +1144;21;3918.22;10.30;1023.00;1.57;0.40 1145;0;2852.00;10.87;1258.00;0.00;0.24 +1145;1;2855.00;12.22;1256.00;0.98;0.24 +1145;2;2852.00;12.22;1256.00;0.00;0.24 +1145;3;2848.50;11.30;1257.50;-1.42;0.24 +1145;4;2855.00;11.00;1258.50;1.73;0.24 +1145;5;2849.50;10.15;1259.00;4.33;0.24 +1145;6;2853.00;9.70;1260.50;2.76;0.24 +1145;9;2849.30;10.76;1258.00;1.57;0.24 +1145;10;2854.70;11.25;1258.00;-1.57;0.24 +1145;19;2858.00;9.60;1263.00;-3.52;0.24 +1145;20;2859.34;9.60;1264.12;2.26;0.24 +1145;21;2849.30;10.76;1258.00;1.57;0.24 1146;0;4653.00;9.70;1177.00;0.00;0.28 +1146;1;4651.00;9.70;1175.00;-0.78;0.28 +1146;2;4654.00;9.70;1174.00;0.32;0.28 +1146;3;4655.50;9.70;1177.00;1.57;0.28 +1146;4;4649.50;9.70;1177.00;4.71;0.28 +1146;5;4651.50;9.70;1179.00;3.78;0.28 +1146;6;4655.00;9.70;1179.50;2.46;0.28 +1146;9;4650.48;9.70;1177.00;1.57;0.28 +1146;10;4655.52;9.70;1177.00;-1.57;0.28 +1146;21;4650.48;9.70;1177.00;1.57;0.28 1147;0;3900.00;9.70;1052.00;0.00;0.34 +1147;1;3895.50;9.70;1048.50;-0.91;0.34 +1147;2;3901.50;9.90;1048.50;0.40;0.34 +1147;3;3906.50;9.75;1050.00;1.27;0.34 +1147;4;3893.00;9.70;1051.50;-1.49;0.34 +1147;5;3906.00;9.80;1054.00;1.89;0.34 +1147;6;3894.00;9.70;1054.50;4.31;0.34 +1147;7;3900.00;9.70;1055.00;3.14;0.34 +1147;8;3905.00;9.80;1056.50;2.30;0.34 +1147;9;3894.42;9.70;1052.00;1.57;0.34 +1147;10;3905.58;9.75;1052.00;-1.57;0.34 +1147;21;3894.42;9.70;1052.00;1.57;0.34 1148;0;4806.00;12.55;1287.00;0.00;0.24 +1148;1;4804.00;12.00;1284.50;-0.67;0.24 +1148;2;4807.00;12.70;1286.00;0.78;0.24 +1148;3;4803.00;12.00;1285.50;-1.10;0.24 +1148;4;4804.00;12.27;1287.00;4.71;0.24 +1148;5;4808.50;12.70;1289.00;2.24;0.24 +1148;6;4806.50;12.60;1289.00;2.89;0.24 +1148;9;4803.48;12.19;1287.00;1.57;0.24 +1148;10;4808.52;12.90;1287.00;-1.57;0.24 +1148;19;4811.00;10.50;1291.00;-4.04;0.24 +1148;20;4812.36;10.50;1292.09;2.24;0.24 +1148;21;4803.48;12.19;1287.00;1.57;0.24 1149;0;3010.00;10.40;1185.00;0.00;0.22 +1149;1;3010.50;11.65;1181.00;0.12;0.22 +1149;2;3008.00;10.65;1184.50;-1.32;0.22 +1149;3;3012.00;10.57;1185.00;1.57;0.22 +1149;4;3009.50;9.90;1188.50;3.28;0.22 +1149;5;3012.00;9.95;1189.00;2.67;0.22 +1149;9;3008.02;10.52;1185.00;1.57;0.22 +1149;10;3011.98;10.57;1185.00;-1.57;0.22 +1149;19;3014.00;9.68;1193.00;-3.61;0.22 +1149;20;3014.78;9.68;1194.56;2.67;0.22 +1149;21;3008.02;10.52;1185.00;1.57;0.22 1150;0;4703.00;9.60;1305.00;0.00;0.24 +1150;1;4698.44;9.70;1302.05;-0.46;0.24 +1150;2;4702.19;9.70;1304.80;4.24;0.24 +1150;3;4708.39;10.90;1308.30;2.24;0.24 +1150;4;4705.70;9.50;1308.21;2.60;0.24 +1150;9;4700.30;9.50;1305.00;1.57;0.24 +1150;10;4705.70;9.50;1305.00;-1.57;0.24 +1150;19;4700.00;9.60;1304.00;-2.03;0.24 +1150;20;4698.34;9.60;1303.44;-1.24;0.24 +1150;21;4700.30;9.50;1305.00;1.57;0.24 1151;0;3310.00;10.42;1081.00;0.00;0.32 +1151;1;3310.00;10.15;1078.50;0.00;0.32 +1151;2;3313.50;10.50;1080.00;1.29;0.32 +1151;3;3306.00;10.10;1080.50;-1.44;0.32 +1151;4;3311.50;11.00;1083.50;2.60;0.32 +1151;5;3307.00;10.45;1083.50;4.01;0.32 +1151;9;3306.58;10.10;1081.00;1.57;0.32 +1151;10;3313.42;10.70;1081.00;-1.57;0.32 +1151;21;3306.58;10.10;1081.00;1.57;0.32 1152;0;2739.00;16.15;1187.00;0.00;0.36 +1152;1;2740.00;15.72;1184.00;0.32;0.36 +1152;2;2734.50;16.55;1186.00;-1.35;0.36 +1152;3;2743.50;15.35;1189.00;1.98;0.36 +1152;4;2735.50;16.75;1189.00;4.19;0.36 +1152;5;2740.50;16.20;1190.00;2.67;0.36 +1152;9;2734.68;16.59;1187.00;1.57;0.36 +1152;10;2743.32;15.52;1187.00;-1.57;0.36 +1152;21;2734.68;16.59;1187.00;1.57;0.36 1153;0;4628.00;10.42;1135.00;0.00;0.24 +1153;1;2313.50;9.50;567.00;-1.33;0.24 +1153;2;4630.00;10.20;1133.00;0.78;0.24 +1153;3;4632.50;10.60;1133.50;1.24;0.24 +1153;4;4633.00;10.65;1135.00;1.57;0.24 +1153;5;4630.00;10.62;1136.00;2.03;0.24 +1153;6;4625.00;10.25;1136.50;4.24;0.24 +1153;7;4626.50;10.30;1137.50;3.68;0.24 +1153;9;4624.22;10.10;1135.00;1.57;0.24 +1153;10;4631.78;10.61;1135.00;-1.57;0.24 +1153;21;4624.22;10.10;1135.00;1.57;0.24 1154;0;4659.00;11.50;1247.00;0.00;0.24 +1154;1;4657.50;11.40;1244.00;-0.46;0.24 +1154;2;4660.50;11.50;1245.00;0.64;0.24 +1154;3;4656.50;11.50;1247.00;4.71;0.24 +1154;4;4662.00;11.50;1248.00;1.89;0.24 +1154;5;4658.50;11.60;1249.50;3.33;0.24 +1154;6;4661.00;11.50;1249.50;2.46;0.24 +1154;9;4656.66;11.50;1247.00;1.57;0.24 +1154;10;4661.34;11.50;1247.00;-1.57;0.24 +1154;21;4656.66;11.50;1247.00;1.57;0.24 1155;0;3318.00;9.80;1156.00;0.00;0.28 +1155;1;3317.00;9.80;1154.00;-0.46;0.28 +1155;2;3321.00;9.85;1153.50;0.87;0.28 +1155;3;3321.00;9.80;1156.00;1.57;0.28 +1155;4;3314.50;9.80;1157.00;4.43;0.28 +1155;5;3318.00;9.77;1159.00;3.14;0.28 +1155;9;3314.76;9.80;1156.00;1.57;0.28 +1155;10;3321.24;9.80;1156.00;-1.57;0.28 +1155;19;3320.00;9.50;1162.00;-3.14;0.28 +1155;20;3320.55;9.50;1163.66;2.82;0.28 +1155;21;3321.24;9.80;1156.00;-1.57;0.28 1156;0;3033.00;12.20;1284.00;0.00;0.20 +1156;1;3032.50;12.30;1282.00;-0.24;0.20 +1156;2;3030.50;10.70;1283.50;-1.37;0.20 +1156;3;3035.50;12.10;1284.50;1.76;0.20 +1156;4;3033.50;11.40;1285.50;2.82;0.20 +1156;9;3030.66;10.82;1284.00;1.57;0.20 +1156;10;3035.34;12.55;1284.00;-1.57;0.20 +1156;19;3030.00;10.13;1286.00;-3.46;0.20 +1156;20;3028.54;10.13;1286.97;4.12;0.20 +1156;21;3030.66;10.82;1284.00;1.57;0.20 1157;0;4470.00;9.57;991.00;0.00;0.28 +1157;1;4471.50;9.50;989.50;0.78;0.28 +1157;2;4469.00;9.60;989.50;-0.58;0.28 +1157;3;4467.00;9.60;990.00;-1.24;0.28 +1157;4;4473.00;9.65;992.00;1.89;0.28 +1157;5;4467.50;9.80;992.50;4.17;0.28 +1157;6;4470.00;9.85;993.50;3.14;0.28 +1157;9;4467.48;9.60;991.00;1.57;0.28 +1157;10;4472.52;9.60;991.00;-1.57;0.28 +1157;19;4476.00;9.50;985.00;0.79;0.28 +1157;20;4477.23;9.50;983.76;0.78;0.28 +1157;21;4467.48;9.60;991.00;1.57;0.28 1158;0;4832.31;10.10;1198.32;0.00;0.24 +1158;1;4833.54;10.10;1198.20;2.03;0.24 +1158;2;4833.12;10.00;1196.01;1.42;0.24 +1158;3;4831.28;10.00;1198.37;1.93;0.24 +1158;4;4827.00;9.50;1197.00;0.00;0.80 +1158;5;4827.00;9.50;1197.00;0.00;0.80 +1158;6;4827.00;9.50;1197.00;0.00;0.80 +1158;7;4827.00;9.50;1197.00;0.00;0.80 +1158;8;4827.00;9.50;1197.00;0.00;0.80 +1158;9;4822.86;9.50;1197.00;1.57;0.24 +1158;10;4831.14;9.50;1197.00;-1.57;0.24 +1158;11;4827.00;9.50;1197.00;0.00;0.80 +1158;12;4827.00;9.50;1197.00;0.00;0.80 +1158;13;4827.00;9.50;1197.00;0.00;0.80 +1158;14;4827.00;9.50;1197.00;0.00;0.80 +1158;15;4827.00;9.50;1197.00;0.00;0.80 +1158;16;4827.00;9.50;1197.00;0.00;0.80 +1158;17;4827.00;9.50;1197.00;0.00;0.80 +1158;18;4827.00;9.50;1197.00;0.00;0.80 +1158;19;4830.00;9.50;1208.00;-4.25;0.24 +1158;20;4830.46;9.50;1209.68;2.87;0.24 +1158;21;4822.86;9.50;1197.00;1.57;0.24 1159;0;4186.00;9.90;1006.00;0.00;0.26 +1159;1;4185.50;9.85;1004.00;-0.24;0.26 +1159;2;4189.00;9.50;1007.00;1.89;0.26 +1159;3;4186.00;9.80;1008.50;3.14;0.26 +1159;4;4188.50;9.60;1008.50;2.35;0.26 +1159;9;4183.66;9.59;1006.00;1.57;0.26 +1159;10;4188.34;9.50;1006.00;-1.57;0.26 +1159;19;4183.00;9.50;999.00;-0.24;0.26 +1159;20;4182.31;9.50;997.39;-0.40;0.26 +1159;21;4183.66;9.59;1006.00;1.57;0.26 1160;0;2931.00;10.57;1260.00;0.00;0.30 +1160;1;2931.00;11.80;1256.50;0.00;0.30 +1160;2;2927.50;11.00;1257.50;-0.95;0.30 +1160;3;2934.00;11.67;1257.00;0.78;0.30 +1160;4;2928.00;10.35;1260.50;4.54;0.30 +1160;5;2933.50;10.40;1260.50;1.76;0.30 +1160;6;2931.50;9.80;1262.50;2.94;0.30 +1160;9;2928.30;10.49;1260.00;1.57;0.30 +1160;10;2933.70;10.51;1260.00;-1.57;0.30 +1160;19;2933.00;9.53;1266.00;-3.34;0.30 +1160;20;2933.55;9.53;1267.66;2.82;0.30 +1160;21;2928.30;10.49;1260.00;1.57;0.30 1161;0;4641.00;11.15;1205.00;0.00;0.24 +1161;1;4643.50;10.30;1202.50;0.78;0.24 +1161;2;4640.00;10.87;1203.00;-0.46;0.24 +1161;3;4637.50;11.20;1205.50;4.57;0.24 +1161;4;2320.00;9.50;602.00;-1.31;0.24 +1161;5;4643.50;11.20;1206.50;2.11;0.24 +1161;6;4639.50;11.30;1207.50;3.68;0.24 +1161;9;4637.94;11.22;1205.00;1.57;0.24 +1161;10;4644.06;10.91;1205.00;-1.57;0.24 +1161;21;4637.94;11.22;1205.00;1.57;0.24 1162;0;4596.00;10.07;1039.00;0.00;0.30 +1162;1;4597.00;10.35;1036.00;0.32;0.30 +1162;2;4594.00;10.05;1036.50;-0.67;0.30 +1162;3;4599.00;10.25;1037.50;1.10;0.30 +1162;4;4591.50;10.10;1037.50;-1.24;0.30 +1162;5;4592.50;10.10;1039.50;4.57;0.30 +1162;6;4599.00;10.20;1041.50;2.26;0.30 +1162;7;4596.00;10.12;1042.00;3.14;0.30 +1162;9;4592.76;10.10;1039.00;1.57;0.30 +1162;10;4599.24;10.17;1039.00;-1.57;0.30 +1162;21;4592.76;10.10;1039.00;1.57;0.30 1163;0;1605.00;9.50;1451.00;0.00;0.28 +1163;1;1606.00;9.70;1448.50;0.38;0.28 +1163;2;1602.00;9.70;1449.50;-1.10;0.28 +1163;3;1607.00;9.50;1451.50;1.81;0.28 +1163;4;1602.50;9.70;1453.00;4.03;0.28 +1163;9;1601.40;9.70;1451.00;1.57;0.28 +1163;10;1608.60;9.50;1451.00;-1.57;0.28 +1163;19;1614.00;9.50;1449.00;-4.47;0.28 +1163;20;1615.70;9.50;1448.62;1.35;0.28 +1163;21;1601.40;9.70;1451.00;1.57;0.28 1164;0;3188.00;10.25;1236.00;0.00;0.16 +1164;1;3187.00;9.50;1235.00;-0.78;0.16 +1164;2;3190.00;10.80;1235.50;1.32;0.16 +1164;3;3185.00;10.12;1236.00;4.71;0.16 +1164;4;3188.50;10.60;1236.50;2.35;0.16 +1164;9;3185.48;10.05;1236.00;1.57;0.16 +1164;10;3190.52;10.95;1236.00;-1.57;0.16 +1164;19;3188.00;10.23;1237.00;-3.93;0.16 +1164;20;3188.00;10.23;1238.75;3.14;0.16 +1164;21;3190.52;10.95;1236.00;-1.57;0.16 1165;0;5013.00;10.20;1302.00;0.00;0.22 +1165;1;5014.00;9.65;1300.50;0.58;0.22 +1165;2;5012.00;10.60;1299.50;-0.38;0.22 +1165;3;5011.50;10.90;1302.50;4.39;0.22 +1165;4;5012.50;10.90;1304.50;3.33;0.22 +1165;5;5015.50;10.10;1305.50;2.52;0.22 +1165;9;5011.02;11.02;1302.00;1.57;0.22 +1165;10;5014.98;9.50;1302.00;-1.57;0.22 +1165;19;5019.00;9.65;1307.00;0.59;0.22 +1165;20;5020.34;9.65;1308.12;2.26;0.22 +1165;21;5011.02;11.02;1302.00;1.57;0.22 1166;0;4656.00;11.72;1074.00;0.00;0.28 +1166;1;4654.00;12.07;1071.00;-0.58;0.28 +1166;2;4655.50;11.80;1070.50;-0.14;0.28 +1166;3;4657.00;11.45;1071.50;0.38;0.28 +1166;4;4653.00;12.02;1072.00;-0.98;0.28 +1166;5;4659.00;10.97;1074.00;1.57;0.28 +1166;6;4654.50;12.00;1075.00;4.12;0.28 +1166;7;4658.50;11.10;1076.50;2.35;0.28 +1166;8;4656.00;11.80;1077.00;3.14;0.28 +1166;9;4653.48;11.94;1074.00;1.57;0.28 +1166;10;4658.52;11.04;1074.00;-1.57;0.28 +1166;21;4653.48;11.94;1074.00;1.57;0.28 1167;0;4890.00;12.22;1237.00;0.00;0.24 +1167;1;4890.50;11.70;1234.50;0.19;0.24 +1167;2;4888.00;11.87;1235.00;-0.78;0.24 +1167;3;4892.50;11.90;1236.00;1.19;0.24 +1167;4;4887.50;12.30;1236.50;-1.37;0.24 +1167;5;4890.00;12.00;1238.00;3.14;0.24 +1167;9;4887.84;12.28;1237.00;1.57;0.24 +1167;10;4892.16;12.03;1237.00;-1.57;0.24 +1167;19;4891.00;10.00;1240.00;-3.14;0.24 +1167;20;4891.55;10.00;1241.66;2.82;0.24 +1167;21;4887.84;12.28;1237.00;1.57;0.24 1168;0;4698.00;9.70;1118.00;0.00;0.24 +1168;1;4699.00;9.70;1116.50;0.58;0.24 +1168;2;4696.00;9.65;1117.50;-1.32;0.24 +1168;3;4696.00;9.85;1120.00;3.92;0.24 +1168;4;4698.50;9.70;1119.50;2.82;0.24 +1168;9;4695.48;9.60;1118.00;1.57;0.24 +1168;10;4700.52;9.70;1118.00;-1.57;0.24 +1168;19;4700.00;9.50;1114.00;0.59;0.24 +1168;20;4700.78;9.50;1112.43;0.46;0.24 +1168;21;4700.52;9.70;1118.00;-1.57;0.24 1169;0;4599.00;10.17;1259.00;0.00;0.26 +1169;1;4597.00;10.70;1256.50;-0.67;0.26 +1169;2;4600.50;10.35;1257.00;0.64;0.26 +1169;3;4596.00;10.15;1259.50;4.54;0.26 +1169;4;4602.50;9.80;1259.50;1.71;0.26 +1169;5;4601.50;9.75;1261.00;2.24;0.26 +1169;6;4598.50;9.80;1262.00;3.30;0.26 +1169;9;4595.94;10.22;1259.00;1.57;0.26 +1169;10;4602.06;9.89;1259.00;-1.57;0.26 +1169;21;4595.94;10.22;1259.00;1.57;0.26 1170;0;4333.00;12.02;1015.00;0.00;0.40 +1170;1;4331.50;12.50;1010.00;-0.29;0.40 +1170;2;4335.50;12.00;1012.50;0.78;0.40 +1170;3;4329.50;12.40;1014.50;-1.42;0.40 +1170;4;4337.50;12.20;1017.00;1.98;0.40 +1170;5;4333.00;12.00;1018.50;3.14;0.40 +1170;9;4329.40;12.36;1015.00;1.57;0.40 +1170;10;4336.60;11.95;1015.00;-1.57;0.40 +1170;21;4329.40;12.36;1015.00;1.57;0.40 1171;0;4651.00;9.85;1158.00;0.00;0.26 +1171;1;4652.50;10.10;1155.50;0.54;0.26 +1171;2;4648.50;9.90;1156.50;-1.03;0.26 +1171;3;4654.50;10.20;1156.50;1.16;0.26 +1171;4;4654.00;9.90;1158.50;1.73;0.26 +1171;5;4648.00;9.80;1158.50;4.54;0.26 +1171;6;4649.50;9.80;1160.50;3.68;0.26 +1171;7;4652.00;9.70;1160.50;2.76;0.26 +1171;9;4648.30;9.85;1158.00;1.57;0.26 +1171;10;4653.70;9.95;1158.00;-1.57;0.26 +1171;21;4648.30;9.85;1158.00;1.57;0.26 1172;0;4449.00;14.10;1036.00;0.00;0.40 +1172;1;4450.50;13.50;1031.50;0.32;0.40 +1172;2;4452.50;13.00;1032.00;0.71;0.40 +1172;3;4447.00;14.60;1034.50;-0.92;0.40 +1172;4;4453.50;12.80;1035.50;1.46;0.40 +1172;5;4444.50;13.90;1038.50;4.20;0.40 +1172;6;4448.50;13.35;1039.00;3.30;0.40 +1172;9;4445.22;14.43;1036.00;1.57;0.40 +1172;10;4452.78;12.85;1036.00;-1.57;0.40 +1172;21;4445.22;14.43;1036.00;1.57;0.40 1173;0;3145.00;9.77;1271.00;0.00;0.16 +1173;1;3146.50;9.70;1267.50;0.40;0.16 +1173;2;3144.00;9.65;1270.50;-1.10;0.16 +1173;3;3146.50;9.85;1271.00;1.57;0.16 +1173;4;3146.00;10.00;1274.00;2.82;0.16 +1173;5;3144.50;9.50;1275.00;3.26;0.16 +1173;9;3143.56;9.51;1271.00;1.57;0.16 +1173;10;3146.44;9.85;1271.00;-1.57;0.16 +1173;19;3143.00;9.50;1277.00;-1.11;0.16 +1173;20;3142.44;9.50;1278.66;3.46;0.16 +1173;21;3143.56;9.51;1271.00;1.57;0.16 1174;0;3020.00;10.20;1167.00;0.00;0.26 +1174;1;3020.00;10.27;1164.00;0.00;0.26 +1174;2;3023.00;10.25;1165.50;1.10;0.26 +1174;3;3017.50;10.40;1168.50;4.17;0.26 +1174;4;3021.50;10.25;1169.00;2.49;0.26 +1174;5;3019.00;10.47;1171.00;3.38;0.26 +1174;9;3017.66;10.38;1167.00;1.57;0.26 +1174;10;3022.34;10.20;1167.00;-1.57;0.26 +1174;21;3017.66;10.38;1167.00;1.57;0.26 1175;0;4695.00;10.35;1022.00;0.00;0.20 +1175;1;4693.50;10.10;1020.00;-0.64;0.20 +1175;2;4696.50;9.70;1021.50;1.24;0.20 +1175;3;4693.00;11.10;1021.50;-1.32;0.20 +1175;4;4694.50;11.95;1024.00;3.38;0.20 +1175;5;4697.00;10.35;1024.50;2.46;0.20 +1175;9;4693.20;11.36;1022.00;1.57;0.20 +1175;10;4696.80;9.77;1022.00;-1.57;0.20 +1175;19;4699.00;9.53;1023.00;1.25;0.20 +1175;20;4700.69;9.53;1023.42;1.81;0.20 +1175;21;4693.20;11.36;1022.00;1.57;0.20 1176;0;2753.00;14.40;1272.00;0.00;0.20 +1176;1;2751.50;14.70;1270.50;-0.78;0.20 +1176;2;2755.00;14.77;1270.00;0.78;0.20 +1176;3;2750.00;14.15;1271.00;-1.24;0.20 +1176;4;2751.50;14.10;1273.00;4.12;0.20 +1176;5;2756.00;14.30;1272.50;1.73;0.20 +1176;6;2755.00;14.15;1273.50;2.21;0.20 +1176;9;2750.12;14.08;1272.00;1.57;0.20 +1176;10;2755.88;14.63;1272.00;-1.57;0.20 +1176;21;2754.63;14.40;1272.40;-1.57;0.20 1177;0;4780.00;9.70;1201.00;0.00;0.12 +1177;1;4777.50;9.55;1200.00;-1.19;0.12 +1177;2;4780.00;9.70;1201.00;0.00;0.12 +1177;9;4777.84;9.66;1201.00;1.57;0.12 +1177;10;4782.16;9.70;1201.00;-1.57;0.12 +1177;19;4783.00;9.53;1200.00;-1.57;0.12 +1177;20;4784.66;9.53;1199.44;1.24;0.12 +1177;21;4777.84;9.66;1201.00;1.57;0.12 1178;0;2722.00;10.02;1279.00;0.00;0.16 +1178;1;2719.00;9.90;1278.50;-1.40;0.16 +1178;2;2721.00;9.92;1278.00;-0.78;0.16 +1178;3;2724.00;9.97;1278.00;1.10;0.16 +1178;4;2719.50;9.95;1279.00;4.71;0.16 +1178;5;2725.00;10.20;1279.50;1.73;0.16 +1178;6;2722.00;10.20;1280.00;3.14;0.16 +1178;7;2724.50;10.50;1281.00;2.24;0.16 +1178;9;2719.48;9.95;1279.00;1.57;0.16 +1178;10;2724.52;10.10;1279.00;-1.57;0.16 +1178;21;2724.52;10.10;1279.00;-1.57;0.16 1179;0;3842.00;10.47;1071.00;0.00;0.50 +1179;1;3846.00;9.90;1065.50;0.62;0.50 +1179;2;3844.00;9.65;1065.50;0.34;0.50 +1179;3;3839.50;9.70;1067.50;-0.62;0.50 +1179;4;3834.50;10.95;1071.00;4.71;0.50 +1179;5;3849.00;10.45;1071.00;1.57;0.50 +1179;6;3842.00;11.00;1075.00;3.14;0.50 +1179;7;3834.00;11.05;1075.50;4.20;0.50 +1179;8;3849.00;11.10;1075.50;2.14;0.50 +1179;9;3835.88;10.93;1071.00;1.57;0.50 +1179;10;3848.12;10.33;1071.00;-1.57;0.50 +1179;19;3845.00;9.50;1064.00;-0.62;0.50 +1179;20;3845.69;9.50;1062.39;0.40;0.50 +1179;21;3835.88;10.93;1071.00;1.57;0.50 1180;0;4569.00;10.80;1245.00;0.00;0.30 +1180;1;4567.50;10.10;1242.00;-0.46;0.30 +1180;2;4571.00;9.80;1241.50;0.51;0.30 +1180;3;4565.50;11.20;1244.50;-1.42;0.30 +1180;4;4572.50;10.10;1245.00;1.57;0.30 +1180;5;4565.50;12.50;1248.00;4.00;0.30 +1180;6;4570.00;11.80;1248.00;2.82;0.30 +1180;9;4565.76;11.43;1245.00;1.57;0.30 +1180;10;4572.24;10.13;1245.00;-1.57;0.30 +1180;21;4565.76;11.43;1245.00;1.57;0.30 1181;0;3250.00;12.37;628.00;0.00;0.68 +1181;1;3244.50;12.70;623.50;-0.88;0.68 +1181;2;3250.50;12.25;620.00;0.06;0.68 +1181;3;1624.50;9.50;313.50;-1.38;0.68 +1181;4;3256.50;12.20;628.00;1.57;0.68 +1181;5;3259.00;12.62;632.00;1.98;0.68 +1181;6;3244.50;12.20;633.00;3.97;0.68 +1181;7;1624.50;9.50;313.50;-1.38;0.68 +1181;8;3251.00;12.65;634.50;2.98;0.68 +1181;9;3243.88;12.11;628.00;1.57;0.68 +1181;10;3256.12;12.25;628.00;-1.57;0.68 +1181;21;3243.88;12.11;628.00;1.57;0.68 1182;0;4986.00;9.57;1244.00;0.00;0.20 +1182;1;4984.00;9.65;1243.00;-1.10;0.20 +1182;2;4986.00;9.50;1242.50;0.00;0.20 +1182;3;4988.00;9.65;1244.50;1.81;0.20 +1182;4;4985.00;9.62;1246.00;3.60;0.20 +1182;5;4987.00;9.67;1246.00;2.67;0.20 +1182;6;4988.50;9.70;1245.50;2.11;0.20 +1182;9;4984.20;9.63;1244.00;1.57;0.20 +1182;10;4987.80;9.51;1244.00;-1.57;0.20 +1182;19;4987.00;9.50;1240.00;0.00;0.20 +1182;20;4987.42;9.50;1238.30;0.24;0.20 +1182;21;4984.20;9.63;1244.00;1.57;0.20 1183;0;4842.00;10.15;1178.00;0.00;0.18 +1183;1;4841.00;10.10;1176.50;-0.58;0.18 +1183;2;4843.50;10.10;1177.50;1.24;0.18 +1183;3;4839.50;10.00;1177.00;-1.19;0.18 +1183;4;4841.00;10.00;1178.50;4.24;0.18 +1183;5;4843.50;10.10;1179.50;2.35;0.18 +1183;9;4840.02;9.87;1178.00;1.57;0.18 +1183;10;4843.98;10.10;1178.00;-1.57;0.18 +1183;19;4838.00;9.50;1176.00;-1.19;0.18 +1183;20;4836.43;9.50;1175.21;-1.10;0.18 +1183;21;4840.02;9.87;1178.00;1.57;0.18 1184;0;4672.00;11.30;1265.00;0.00;0.22 +1184;1;4672.00;11.30;1263.50;0.00;0.22 +1184;2;4675.00;11.30;1263.50;1.10;0.22 +1184;3;4674.00;11.30;1266.00;2.03;0.22 +1184;4;4670.00;11.30;1266.00;4.24;0.22 +1184;5;4671.50;11.25;1268.00;3.30;0.22 +1184;9;4669.48;11.30;1265.00;1.57;0.22 +1184;10;4674.52;11.30;1265.00;-1.57;0.22 +1184;19;4672.00;10.15;1271.00;-2.98;0.22 +1184;20;4672.00;10.15;1272.75;3.14;0.22 +1184;21;4669.48;11.30;1265.00;1.57;0.22 1185;0;4459.00;9.52;975.00;0.00;0.20 +1185;1;4457.00;9.52;974.00;-1.10;0.20 +1185;2;4460.50;9.60;973.50;0.78;0.20 +1185;3;4461.50;9.60;975.50;1.76;0.20 +1185;4;4456.00;9.57;976.00;4.39;0.20 +1185;5;4458.00;9.50;976.50;3.73;0.20 +1185;9;4456.30;9.56;975.00;1.57;0.20 +1185;10;4461.70;9.60;975.00;-1.57;0.20 +1185;19;4459.00;9.53;970.00;0.79;0.20 +1185;20;4459.00;9.53;968.25;0.00;0.20 +1185;21;4456.30;9.56;975.00;1.57;0.20 1186;0;3157.00;9.80;1164.00;0.00;0.34 +1186;1;3156.00;9.80;1161.00;-0.32;0.34 +1186;2;3159.50;9.80;1160.50;0.62;0.34 +1186;3;3160.00;9.80;1163.50;1.40;0.34 +1186;4;3153.50;9.80;1163.50;-1.42;0.34 +1186;5;3154.50;9.80;1167.00;3.83;0.34 +1186;6;3157.50;9.80;1167.00;2.97;0.34 +1186;9;3153.94;9.80;1164.00;1.57;0.34 +1186;10;3160.06;9.80;1164.00;-1.57;0.34 +1186;21;3153.94;9.80;1164.00;1.57;0.34 1187;0;4558.00;10.25;1015.00;0.00;0.24 +1187;1;4559.50;9.90;1012.50;0.54;0.24 +1187;2;4557.00;10.25;1013.50;-0.58;0.24 +1187;3;4559.50;10.30;1015.50;1.89;0.24 +1187;4;4555.00;10.65;1017.00;4.12;0.24 +1187;5;4557.50;10.75;1018.00;3.30;0.24 +1187;9;4555.84;10.48;1015.00;1.57;0.24 +1187;10;4560.16;10.26;1015.00;-1.57;0.24 +1187;21;4555.84;10.48;1015.00;1.57;0.24 1188;0;4598.00;10.07;1271.00;0.00;0.26 +1188;1;4595.50;10.00;1268.00;-0.69;0.26 +1188;2;4598.00;9.82;1268.00;0.00;0.26 +1188;3;4600.50;9.80;1270.50;1.37;0.26 +1188;4;4596.00;10.50;1271.50;4.46;0.26 +1188;5;4600.50;10.20;1273.50;2.35;0.26 +1188;6;4597.50;10.80;1274.00;3.30;0.26 +1188;9;4595.66;10.46;1271.00;1.57;0.26 +1188;10;4600.34;9.86;1271.00;-1.57;0.26 +1188;21;4595.66;10.46;1271.00;1.57;0.26 1189;0;3001.00;11.57;1183.00;0.00;0.26 +1189;1;3002.00;12.70;1179.50;0.27;0.26 +1189;2;2998.50;11.45;1181.00;-0.89;0.26 +1189;3;3003.50;11.80;1183.50;1.76;0.26 +1189;4;2999.00;10.80;1185.00;3.92;0.26 +1189;5;3001.50;11.20;1187.00;3.01;0.26 +1189;9;2998.66;11.04;1183.00;1.57;0.26 +1189;10;3003.34;11.88;1183.00;-1.57;0.26 +1189;19;3005.00;10.05;1191.00;-3.27;0.26 +1189;20;3005.78;10.05;1192.56;2.67;0.26 +1189;21;2998.66;11.04;1183.00;1.57;0.26 1190;0;3890.00;9.82;1025.00;0.00;0.32 +1190;1;3890.00;9.70;1022.50;0.00;0.32 +1190;2;3894.50;9.80;1026.00;1.78;0.32 +1190;3;3883.50;9.70;1025.00;4.71;0.32 +1190;4;3887.50;9.80;1027.50;3.92;0.32 +1190;9;3885.14;9.70;1025.00;1.57;0.32 +1190;10;3894.86;9.80;1025.00;-1.57;0.32 +1190;19;3881.00;9.50;1024.00;0.00;0.32 +1190;20;3879.26;9.50;1023.80;-1.46;0.32 +1190;21;3885.14;9.70;1025.00;1.57;0.32 1191;0;4870.00;12.30;1227.00;0.00;0.22 +1191;1;4870.00;11.82;1225.00;0.00;0.22 +1191;2;4868.00;12.25;1225.50;-0.92;0.22 +1191;3;4868.50;12.20;1227.50;4.39;0.22 +1191;4;4872.50;12.05;1227.00;1.57;0.22 +1191;5;4872.50;12.20;1229.00;2.24;0.22 +1191;6;4870.50;12.10;1229.00;2.89;0.22 +1191;9;4867.66;11.75;1227.00;1.57;0.22 +1191;10;4872.34;12.07;1227.00;-1.57;0.22 +1191;19;4872.00;9.80;1233.00;-3.39;0.22 +1191;20;4872.55;9.80;1234.66;2.82;0.22 +1191;21;4867.66;11.75;1227.00;1.57;0.22 1192;0;2763.00;14.15;1286.00;0.00;0.24 +1192;1;2761.50;13.50;1284.50;-0.78;0.24 +1192;2;2764.50;14.45;1285.00;0.98;0.24 +1192;3;2765.00;14.65;1287.50;2.21;0.24 +1192;4;2762.50;13.50;1287.50;3.46;0.24 +1192;5;2765.00;14.02;1289.00;2.55;0.24 +1192;9;2760.84;12.73;1286.00;1.57;0.24 +1192;10;2765.16;14.81;1286.00;-1.57;0.24 +1192;21;2765.16;14.81;1286.00;-1.57;0.24 1193;0;4645.00;11.12;1077.00;0.00;0.24 +1193;1;4644.00;11.22;1075.00;-0.46;0.24 +1193;2;4649.00;10.85;1076.50;1.44;0.24 +1193;3;4641.00;11.15;1077.00;4.71;0.24 +1193;4;4644.00;10.97;1079.00;3.60;0.24 +1193;5;4647.50;10.90;1079.00;2.24;0.24 +1193;9;4641.94;11.17;1077.00;1.57;0.24 +1193;10;4648.06;10.84;1077.00;-1.57;0.24 +1193;21;4641.94;11.17;1077.00;1.57;0.24 1194;0;2711.00;10.27;1225.00;0.00;0.30 +1194;1;2709.00;10.62;1222.00;-0.58;0.30 +1194;2;2712.50;11.15;1222.00;0.46;0.30 +1194;3;2714.00;10.52;1225.00;1.57;0.30 +1194;4;2708.50;10.00;1226.00;4.33;0.30 +1194;5;2712.50;10.45;1228.00;2.67;0.30 +1194;9;2708.12;10.03;1225.00;1.57;0.30 +1194;10;2713.88;10.53;1225.00;-1.57;0.30 +1194;19;2708.00;9.75;1227.00;-1.95;0.30 +1194;20;2706.54;9.75;1227.97;4.12;0.30 +1194;21;2708.12;10.03;1225.00;1.57;0.30 1195;0;4681.00;11.92;1121.00;0.00;0.24 +1195;1;4681.50;11.30;1117.50;0.14;0.24 +1195;2;4680.00;11.72;1119.00;-0.46;0.24 +1195;3;4683.00;11.65;1119.50;0.92;0.24 +1195;4;4683.50;12.10;1122.50;2.11;0.24 +1195;5;4678.50;11.75;1122.00;4.33;0.24 +1195;6;4680.50;11.90;1123.50;3.33;0.24 +1195;9;4678.84;11.86;1121.00;1.57;0.24 +1195;10;4683.16;11.95;1121.00;-1.57;0.24 +1195;21;4678.84;11.86;1121.00;1.57;0.24 1196;0;4439.00;12.70;1028.00;0.00;0.38 +1196;1;4440.00;13.10;1024.00;0.24;0.38 +1196;2;4436.00;12.90;1026.50;-1.10;0.38 +1196;3;4442.50;13.90;1026.00;1.05;0.38 +1196;4;4442.00;13.80;1030.50;2.26;0.38 +1196;5;4436.50;13.00;1031.00;3.83;0.38 +1196;9;4435.22;13.00;1028.00;1.57;0.38 +1196;10;4442.78;13.70;1028.00;-1.57;0.38 +1196;21;4435.22;13.00;1028.00;1.57;0.38 1197;0;4316.00;11.95;1087.00;0.00;0.40 +1197;1;4314.00;11.80;1084.00;-0.58;0.40 +1197;2;4320.50;10.85;1084.00;0.98;0.40 +1197;3;4309.50;11.30;1085.50;-1.34;0.40 +1197;4;4320.00;11.50;1089.50;2.12;0.40 +1197;5;4310.00;11.22;1089.00;4.39;0.40 +1197;6;4315.00;11.85;1090.50;3.42;0.40 +1197;9;4310.78;11.21;1087.00;1.57;0.40 +1197;10;4321.22;11.01;1087.00;-1.57;0.40 +1197;21;4310.78;11.21;1087.00;1.57;0.40 1198;0;3112.00;9.62;1142.00;0.00;0.26 +1198;1;3112.50;9.70;1139.00;0.16;0.26 +1198;2;3110.00;9.70;1141.50;-1.32;0.26 +1198;3;3114.50;9.60;1141.00;1.19;0.26 +1198;4;3113.50;9.60;1144.00;2.49;0.26 +1198;5;3110.50;9.65;1145.00;3.60;0.26 +1198;9;3109.66;9.70;1142.00;1.57;0.26 +1198;10;3114.34;9.60;1142.00;-1.57;0.26 +1198;19;3107.00;9.63;1147.00;-2.68;0.26 +1198;20;3105.76;9.63;1148.23;3.92;0.26 +1198;21;3109.66;9.70;1142.00;1.57;0.26 1199;0;3978.00;10.52;1044.00;0.00;0.32 +1199;1;3976.50;10.50;1039.00;-0.29;0.32 +1199;2;3980.00;10.57;1042.00;0.78;0.32 +1199;3;3975.00;10.50;1045.00;4.39;0.32 +1199;4;3981.50;11.00;1048.50;2.48;0.32 +1199;5;3979.00;10.80;1050.00;2.97;0.32 +1199;9;3975.12;10.48;1044.00;1.57;0.32 +1199;10;3980.88;10.66;1044.00;-1.57;0.32 +1199;21;3975.12;10.48;1044.00;1.57;0.32 1200;0;4695.00;11.32;1275.00;0.00;0.22 +1200;1;4693.50;11.40;1273.00;-0.64;0.22 +1200;2;4691.50;11.30;1273.50;-1.16;0.22 +1200;3;4697.50;11.50;1274.50;1.37;0.22 +1200;4;4699.50;11.30;1275.50;1.68;0.22 +1200;5;4693.00;10.80;1276.50;4.06;0.22 +1200;6;4698.00;11.07;1277.00;2.15;0.22 +1200;9;4691.40;11.09;1275.00;1.57;0.22 +1200;10;4698.60;11.44;1275.00;-1.57;0.22 +1200;19;4701.00;10.78;1278.00;-4.12;0.22 +1200;20;4702.56;10.78;1278.78;2.03;0.22 +1200;21;4691.40;11.09;1275.00;1.57;0.22 1201;0;3352.00;9.67;1184.00;0.00;0.20 +1201;1;3351.50;9.70;1181.50;-0.19;0.20 +1201;2;3353.00;9.70;1183.50;1.10;0.20 +1201;3;3351.00;9.50;1184.50;4.24;0.20 +1201;4;3353.50;9.70;1186.50;2.60;0.20 +1201;9;3350.20;9.50;1184.00;1.57;0.20 +1201;10;3353.80;9.70;1184.00;-1.57;0.20 +1201;19;3350.00;9.50;1183.00;-2.03;0.20 +1201;20;3348.43;9.50;1182.21;-1.10;0.20 +1201;21;3353.80;9.70;1184.00;-1.57;0.20 1202;0;4588.00;10.15;1028.00;0.00;0.26 +1202;1;4587.50;10.15;1026.00;-0.24;0.26 +1202;2;4584.50;9.80;1026.00;-1.05;0.26 +1202;3;4591.00;10.77;1028.00;1.57;0.26 +1202;4;4586.00;9.97;1029.00;4.24;0.26 +1202;5;4590.00;10.15;1031.00;2.55;0.26 +1202;9;4584.94;9.89;1028.00;1.57;0.26 +1202;10;4591.06;10.79;1028.00;-1.57;0.26 +1202;21;4584.94;9.89;1028.00;1.57;0.26 1203;0;4572.00;12.52;1291.00;0.00;0.30 +1203;1;4571.00;12.75;1288.50;-0.38;0.30 +1203;2;4574.50;12.85;1290.00;1.19;0.30 +1203;3;4569.00;12.85;1291.50;4.54;0.30 +1203;4;4575.00;13.12;1293.00;2.15;0.30 +1203;5;4572.00;12.87;1294.00;3.14;0.30 +1203;6;4574.50;12.70;1295.50;2.63;0.30 +1203;9;4569.30;12.82;1291.00;1.57;0.30 +1203;10;4574.70;12.88;1291.00;-1.57;0.30 +1203;21;4569.30;12.82;1291.00;1.57;0.30 1204;0;3151.00;10.80;1188.00;0.00;0.24 +1204;1;3149.50;11.00;1185.50;-0.54;0.24 +1204;2;3151.00;10.80;1185.50;0.00;0.24 +1204;3;3152.50;10.70;1187.50;1.24;0.24 +1204;4;3149.50;10.80;1189.00;4.12;0.24 +1204;5;3154.00;10.20;1189.50;2.03;0.24 +1204;6;3151.50;10.00;1191.00;2.97;0.24 +1204;9;3148.84;11.01;1188.00;1.57;0.24 +1204;10;3153.16;10.58;1188.00;-1.57;0.24 +1204;19;3149.00;9.65;1194.00;-3.31;0.24 +1204;20;3148.44;9.65;1195.66;3.46;0.24 +1204;21;3148.84;11.01;1188.00;1.57;0.24 1205;0;3141.00;9.90;1296.00;0.00;0.22 +1205;1;3140.50;9.50;1294.50;-0.32;0.22 +1205;2;3139.00;10.85;1296.50;4.46;0.22 +1205;3;3144.50;10.10;1296.50;1.71;0.22 +1205;4;3142.00;10.37;1298.00;2.67;0.22 +1205;9;3138.48;10.80;1296.00;1.57;0.22 +1205;10;3143.52;9.90;1296.00;-1.57;0.22 +1205;19;3137.00;9.50;1293.00;-0.32;0.22 +1205;20;3135.60;9.50;1291.95;-0.92;0.22 +1205;21;3138.48;10.80;1296.00;1.57;0.22 1206;0;3309.00;10.70;1033.00;0.00;0.42 +1206;1;3307.00;10.40;1029.50;-0.51;0.42 +1206;2;3312.50;10.55;1030.00;0.86;0.42 +1206;3;3304.50;10.55;1034.00;4.49;0.42 +1206;4;3313.00;10.45;1033.50;1.69;0.42 +1206;5;3311.50;10.50;1036.50;2.52;0.42 +1206;6;3307.00;10.80;1037.50;3.56;0.42 +1206;9;3305.22;10.59;1033.00;1.57;0.42 +1206;10;3312.78;10.43;1033.00;-1.57;0.42 +1206;21;3305.22;10.59;1033.00;1.57;0.42 1207;0;2718.00;17.22;1183.00;0.00;0.34 +1207;1;2713.50;18.45;1181.00;-1.15;0.34 +1207;2;2720.00;17.15;1179.50;0.51;0.34 +1207;3;2724.00;17.65;1180.00;1.10;0.34 +1207;4;2724.00;18.52;1184.00;1.73;0.34 +1207;5;2711.50;16.40;1184.50;4.48;0.34 +1207;6;2715.50;16.10;1186.50;3.76;0.34 +1207;7;2721.00;17.67;1187.00;2.49;0.34 +1207;9;2712.96;17.33;1183.00;1.57;0.34 +1207;10;2723.04;18.05;1183.00;-1.57;0.34 +1207;21;2712.96;17.33;1183.00;1.57;0.34 1208;0;4517.70;9.60;674.45;0.00;0.84 +1208;1;4523.50;10.80;668.50;0.54;0.84 +1208;2;4526.41;11.10;666.88;0.71;0.84 +1208;3;4526.00;10.10;670.50;0.90;0.84 +1208;4;4517.72;9.70;672.58;0.00;0.84 +1208;5;4520.34;9.60;672.61;0.78;0.84 +1208;6;4505.02;9.50;691.37;3.82;0.84 +1208;9;4511.44;9.50;676.00;1.57;0.84 +1208;10;4526.56;9.50;676.00;-1.57;0.84 +1208;19;4523.00;9.55;672.00;0.79;0.84 +1208;20;4524.23;9.55;670.76;0.78;0.84 +1208;21;4528.44;10.50;669.09;1.57;0.84 1209;0;4552.00;9.55;520.00;0.00;0.20 +1209;1;4549.00;9.57;519.00;-1.24;0.20 +1209;2;4553.50;9.50;518.50;0.78;0.20 +1209;3;4557.00;9.55;519.00;1.37;0.20 +1209;4;4548.00;9.70;520.50;4.58;0.20 +1209;5;4554.50;9.70;521.00;1.95;0.20 +1209;6;4550.00;10.05;522.50;3.81;0.20 +1209;9;4548.22;9.70;520.00;1.57;0.20 +1209;10;4555.78;9.70;520.00;-1.57;0.20 +1209;19;4551.00;9.50;519.00;0.79;0.20 +1209;20;4549.76;9.50;517.76;-0.78;0.20 +1209;21;4548.22;9.70;520.00;1.57;0.20 1210;0;3682.00;10.12;1550.00;0.00;0.28 +1210;1;3681.50;10.35;1547.00;-0.16;0.28 +1210;2;3685.00;10.70;1545.50;0.58;0.28 +1210;3;3684.00;10.30;1550.00;1.57;0.28 +1210;4;3678.50;10.00;1549.00;-1.29;0.28 +1210;5;3679.00;10.00;1552.00;4.12;0.28 +1210;6;3682.00;10.15;1554.50;3.14;0.28 +1210;9;3679.48;10.00;1550.00;1.57;0.28 +1210;10;3684.52;10.35;1550.00;-1.57;0.28 +1210;21;3679.48;10.00;1550.00;1.57;0.28 1211;0;3109.00;9.50;1731.00;0.00;0.92 +1211;1;3105.50;9.50;1721.50;-0.35;0.92 +1211;2;3116.50;9.50;1724.50;0.85;0.92 +1211;3;3100.50;9.50;1724.50;-0.91;0.92 +1211;4;3099.50;9.50;1726.00;-1.08;0.92 +1211;5;3104.00;9.50;1729.00;-1.19;0.92 +1211;6;3111.50;9.50;1740.50;2.88;0.92 +1211;7;3103.00;9.50;1734.50;4.18;0.92 +1211;8;3113.00;9.50;1734.50;2.29;0.92 +1211;9;3100.72;9.50;1731.00;1.57;0.92 +1211;10;3117.28;9.50;1731.00;-1.57;0.92 +1211;11;3103.40;9.50;1715.80;-0.35;0.92 +1211;12;3121.00;9.50;1720.60;0.85;0.92 +1211;13;3095.40;9.58;1720.60;-0.91;0.92 +1211;14;3093.80;9.50;1723.00;-1.08;0.92 +1211;15;3101.00;9.50;1727.80;-1.19;0.92 +1211;16;3113.00;9.50;1746.20;2.88;0.92 +1211;17;3099.40;9.50;1736.60;4.18;0.92 +1211;18;3115.40;9.50;1736.60;2.29;0.92 +1211;21;3117.28;9.50;1731.00;-1.57;0.92 1212;0;2616.00;9.50;736.00;0.00;1.18 +1212;1;2621.00;9.50;720.50;0.31;1.18 +1212;2;2610.50;9.50;727.00;-0.54;1.18 +1212;3;2625.00;9.50;731.00;1.06;1.18 +1212;4;2600.50;9.50;733.50;-1.41;1.18 +1212;5;2608.00;9.50;742.00;4.06;1.18 +1212;6;2625.00;9.50;744.00;2.29;1.18 +1212;7;2619.50;9.50;748.50;2.86;1.18 +1212;9;2605.38;9.50;736.00;1.57;1.18 +1212;10;2626.62;9.50;736.00;-1.57;1.18 +1212;11;2624.00;9.50;711.20;0.31;1.18 +1212;12;2607.20;9.50;721.60;-0.54;1.18 +1212;13;2630.40;9.50;728.00;1.06;1.18 +1212;14;2591.20;9.50;732.00;-1.41;1.18 +1212;15;2603.20;9.50;745.60;4.06;1.18 +1212;16;2630.40;9.50;748.80;2.29;1.18 +1212;17;2621.60;9.50;756.00;2.86;1.18 +1212;21;2605.38;9.50;736.00;1.57;1.18 1213;0;4066.00;13.75;757.00;0.00;0.30 +1213;1;4064.00;13.02;756.00;-1.10;0.30 +1213;2;4067.50;13.45;754.00;0.46;0.30 +1213;3;4068.50;13.40;758.50;2.11;0.30 +1213;4;4062.50;12.40;759.50;4.09;0.30 +1213;5;4065.50;13.60;760.00;3.30;0.30 +1213;9;4063.30;12.76;757.00;1.57;0.30 +1213;10;4068.70;13.61;757.00;-1.57;0.30 +1213;21;4063.30;12.76;757.00;1.57;0.30 1214;0;852.00;11.52;1725.00;0.00;0.36 +1214;1;850.50;11.15;1723.00;-0.64;0.36 +1214;2;857.00;9.85;1723.50;1.27;0.36 +1214;3;855.00;11.25;1727.00;2.15;0.36 +1214;4;848.50;11.30;1726.50;4.30;0.36 +1214;5;851.00;12.10;1728.50;3.42;0.36 +1214;9;847.50;10.30;1725.00;1.57;0.36 +1214;10;856.50;10.55;1725.00;-1.57;0.36 +1214;19;849.00;9.50;1718.00;-0.64;0.36 +1214;20;848.31;9.50;1716.39;-0.40;0.36 +1214;21;847.50;10.30;1725.00;1.57;0.36 1215;0;2091.00;9.50;861.00;0.00;0.72 +1215;1;2094.00;9.50;854.00;0.40;0.72 +1215;2;2099.50;9.50;854.50;0.91;0.72 +1215;3;2100.00;9.50;859.00;1.35;0.72 +1215;4;2084.00;9.50;858.00;-1.16;0.72 +1215;5;2083.00;9.50;864.50;4.30;0.72 +1215;6;2093.00;9.50;866.50;2.79;0.72 +1215;9;2083.26;9.50;861.00;1.57;0.72 +1215;10;2098.74;9.50;861.00;-1.57;0.72 +1215;11;2095.80;9.50;849.80;0.40;0.72 +1215;12;2104.60;9.50;850.60;0.91;0.72 +1215;13;2105.40;9.50;857.80;1.35;0.72 +1215;14;2079.80;9.50;856.20;-1.16;0.72 +1215;15;2078.20;9.50;866.60;4.30;0.72 +1215;16;2094.20;9.50;869.80;2.79;0.72 +1215;21;2083.26;9.50;861.00;1.57;0.72 1216;0;3867.00;18.10;1303.00;0.00;0.24 +1216;1;3868.50;17.50;1300.50;0.54;0.24 +1216;2;3864.50;18.00;1302.00;-1.19;0.24 +1216;3;3871.00;17.75;1302.50;1.44;0.24 +1216;4;3862.50;17.60;1304.50;4.39;0.24 +1216;5;3867.00;17.65;1305.00;3.14;0.24 +1216;9;3863.40;18.12;1303.00;1.57;0.24 +1216;10;3870.60;17.83;1303.00;-1.57;0.24 +1216;21;3870.60;17.83;1303.00;-1.57;0.24 1217;0;4907.00;10.55;441.00;0.00;0.32 +1217;1;4909.00;10.40;437.50;0.51;0.32 +1217;2;4905.00;10.60;437.50;-0.51;0.32 +1217;3;4904.00;10.45;441.50;4.54;0.32 +1217;4;4910.50;10.40;440.50;1.42;0.32 +1217;5;4909.50;10.60;444.50;2.52;0.32 +1217;6;4906.50;10.70;445.00;3.26;0.32 +1217;9;4904.12;10.44;441.00;1.57;0.32 +1217;10;4909.88;10.40;441.00;-1.57;0.32 +1217;21;4904.12;10.44;441.00;1.57;0.32 1218;0;2203.00;9.50;1752.00;0.00;1.06 +1218;1;2198.50;9.50;1739.00;-0.33;1.06 +1218;2;2210.00;9.50;1742.00;0.61;1.06 +1218;3;2192.00;9.50;1749.50;-1.34;1.06 +1218;4;2220.50;9.50;1747.00;1.29;1.06 +1218;5;2213.50;9.50;1756.00;1.93;1.06 +1218;6;2185.00;9.50;1760.50;4.27;1.06 +1218;7;2196.50;9.50;1762.50;3.69;1.06 +1218;9;2189.86;9.50;1752.00;1.57;1.06 +1218;10;2216.14;9.50;1752.00;-1.57;1.06 +1218;11;2195.80;9.50;1731.20;-0.33;1.06 +1218;12;2214.20;9.50;1736.00;0.61;1.06 +1218;13;2185.40;9.50;1748.00;-1.34;1.06 +1218;14;2231.00;9.50;1744.00;1.29;1.06 +1218;15;2219.80;9.50;1758.40;1.93;1.06 +1218;16;2174.20;9.50;1765.60;4.27;1.06 +1218;17;2192.60;9.50;1768.80;3.69;1.06 +1218;21;2189.86;9.50;1752.00;1.57;1.06 1219;0;808.00;9.50;159.00;0.00;1.30 +1219;1;802.50;9.50;147.00;-0.43;1.30 +1219;2;793.50;9.50;159.00;4.71;1.30 +1219;3;825.00;9.50;152.00;1.18;1.30 +1219;4;821.00;9.50;167.00;2.12;1.30 +1219;5;807.50;9.50;175.00;3.17;1.30 +1219;9;791.80;9.50;159.00;1.57;1.30 +1219;10;824.20;9.50;159.00;-1.57;1.30 +1219;11;799.20;9.50;139.80;-0.43;1.30 +1219;12;784.80;9.50;159.00;4.71;1.30 +1219;13;835.20;9.50;147.80;1.18;1.30 +1219;14;828.80;9.50;171.80;2.12;1.30 +1219;15;807.20;9.50;184.60;3.17;1.30 +1219;21;791.80;9.50;159.00;1.57;1.30 1220;0;3731.00;10.75;1463.00;0.00;0.44 +1220;1;3730.50;10.80;1458.50;-0.11;0.44 +1220;2;3725.00;9.95;1461.50;-1.32;0.44 +1220;3;3736.00;11.00;1462.50;1.47;0.44 +1220;4;3729.00;10.22;1466.00;3.73;0.44 +1220;5;3736.00;10.90;1467.00;2.24;0.44 +1220;9;3725.78;9.97;1463.00;1.57;0.44 +1220;10;3736.22;11.00;1463.00;-1.57;0.44 +1220;21;3725.78;9.97;1463.00;1.57;0.44 1221;0;4693.00;9.75;872.00;0.00;0.20 +1221;1;4692.50;9.50;871.00;-0.46;0.20 +1221;2;4695.00;9.87;871.00;1.10;0.20 +1221;3;4690.50;9.90;873.50;4.17;0.20 +1221;4;4693.00;10.05;873.50;3.14;0.20 +1221;5;4695.00;10.25;873.50;2.21;0.20 +1221;6;4692.50;9.50;869.00;-0.16;0.20 +1221;9;4690.84;9.66;872.00;1.57;0.20 +1221;10;4695.16;10.13;872.00;-1.57;0.20 +1221;19;4694.00;9.50;871.00;-0.46;0.20 +1221;20;4695.23;9.50;869.76;0.78;0.20 +1221;21;4690.84;9.66;872.00;1.57;0.20 1222;0;5062.00;10.75;535.00;0.00;0.32 +1222;1;5062.50;10.10;531.50;0.14;0.32 +1222;2;5064.50;10.35;533.00;0.89;0.32 +1222;3;5059.00;10.70;534.50;-1.40;0.32 +1222;4;5064.50;11.00;536.00;1.95;0.32 +1222;5;5059.50;11.50;537.50;3.92;0.32 +1222;6;5063.00;11.90;538.50;2.86;0.32 +1222;9;5059.12;10.85;535.00;1.57;0.32 +1222;10;5064.88;10.70;535.00;-1.57;0.32 +1222;19;5063.00;9.50;529.00;0.14;0.32 +1222;20;5063.28;9.50;527.27;0.16;0.32 +1222;21;5059.12;10.85;535.00;1.57;0.32 1223;0;3901.00;10.10;1527.00;0.00;0.38 +1223;1;3900.00;10.20;1524.50;-0.38;0.38 +1223;2;3907.50;10.10;1523.50;1.07;0.38 +1223;3;3892.50;10.30;1525.50;-1.39;0.38 +1223;4;3909.00;10.05;1526.50;1.50;0.38 +1223;5;3897.00;10.10;1530.00;4.06;0.38 +1223;6;3905.50;10.10;1529.00;1.98;0.38 +1223;9;3894.70;10.20;1527.00;1.57;0.38 +1223;10;3907.30;10.10;1527.00;-1.57;0.38 +1223;21;3894.70;10.20;1527.00;1.57;0.38 1224;0;4751.00;9.90;825.00;0.00;0.22 +1224;1;4751.00;9.90;825.00;0.00;0.22 +1224;2;4752.50;9.60;823.00;0.64;0.22 +1224;3;4753.50;10.00;827.00;2.24;0.22 +1224;4;4749.00;9.50;829.00;3.60;0.22 +1224;9;4749.02;9.66;825.00;1.57;0.22 +1224;10;4752.98;10.07;825.00;-1.57;0.22 +1224;19;4747.00;9.50;834.00;-2.68;0.22 +1224;20;4746.28;9.50;835.59;3.56;0.22 +1224;21;4749.02;9.66;825.00;1.57;0.22 1225;0;4602.00;9.72;604.00;0.00;0.26 +1225;1;4600.50;9.70;600.50;-0.40;0.26 +1225;2;4603.50;9.70;601.50;0.54;0.26 +1225;3;4600.00;9.70;605.00;4.24;0.26 +1225;4;4604.00;10.10;605.50;2.21;0.26 +1225;5;4602.00;9.90;608.50;3.14;0.26 +1225;6;4600.50;9.70;608.50;3.46;0.26 +1225;9;4599.66;9.70;604.00;1.57;0.26 +1225;10;4604.34;10.07;604.00;-1.57;0.26 +1225;21;4599.66;9.70;604.00;1.57;0.26 1226;0;3865.00;9.50;796.00;0.00;0.82 -1227;0;2883.00;9.50;1720.00;0.00;0.48 -1228;0;4074.00;9.75;923.00;0.00;0.30 -1229;0;3862.00;10.20;1576.00;0.00;0.44 -1230;0;4539.00;10.30;655.00;0.00;0.32 -1231;0;5144.00;9.50;658.00;0.00;1.32 -1232;0;5187.00;9.50;1238.00;0.00;1.36 -1233;0;3751.00;10.80;1628.00;0.00;0.34 -1234;0;4756.00;10.52;756.00;0.00;0.24 -1235;0;4610.00;9.50;429.00;0.00;1.10 -1236;0;4379.00;9.50;599.00;0.00;0.94 +1226;1;3862.50;9.50;787.50;-0.28;0.82 +1226;2;3872.50;9.50;786.50;0.66;0.82 +1226;3;3877.50;9.50;791.00;1.19;0.82 +1226;4;3852.00;9.50;793.00;-1.34;0.82 +1226;5;3877.00;9.50;800.00;1.89;0.82 +1226;6;3856.50;9.50;802.00;4.09;0.82 +1226;7;3868.50;9.50;805.50;2.78;0.82 +1226;9;3854.20;9.50;796.00;1.57;0.82 +1226;10;3875.80;9.50;796.00;-1.57;0.82 +1226;11;3861.00;9.50;782.40;-0.28;0.82 +1226;12;3877.00;9.50;780.80;0.66;0.82 +1226;13;3885.00;9.50;788.00;1.19;0.82 +1226;14;3844.20;9.50;791.20;-1.34;0.82 +1226;15;3884.20;9.50;802.40;1.89;0.82 +1226;16;3851.40;9.50;805.60;4.09;0.82 +1226;17;3870.60;9.50;811.20;2.78;0.82 +1226;21;3854.20;9.50;796.00;1.57;0.82 +1227;0;2883.00;9.50;1720.00;0.00;0.48 +1227;1;2885.00;9.50;1716.00;0.46;0.48 +1227;2;2879.00;9.50;1717.50;-1.01;0.48 +1227;3;2886.50;9.50;1722.00;2.09;0.48 +1227;4;2877.50;9.50;1722.00;4.36;0.48 +1227;5;2880.50;9.50;1723.50;3.76;0.48 +1227;6;2891.50;9.50;1725.50;2.14;0.48 +1227;9;2877.24;9.50;1720.00;1.57;0.48 +1227;10;2888.76;9.50;1720.00;-1.57;0.48 +1227;11;2886.20;9.50;1713.60;0.46;0.48 +1227;12;2876.60;9.50;1716.00;-1.01;0.48 +1227;13;2888.60;9.57;1723.20;2.09;0.48 +1227;14;2874.20;9.50;1723.20;4.36;0.48 +1227;15;2879.00;9.50;1725.60;3.76;0.48 +1227;16;2896.60;9.50;1728.80;2.14;0.48 +1227;21;2877.24;9.50;1720.00;1.57;0.48 +1228;0;4074.00;9.75;923.00;0.00;0.30 +1228;1;4072.00;9.70;920.50;-0.67;0.30 +1228;2;4076.00;9.70;921.00;0.78;0.30 +1228;3;4072.00;9.80;924.50;4.06;0.30 +1228;4;4076.00;9.80;925.00;2.35;0.30 +1228;5;4073.00;9.82;927.00;3.38;0.30 +1228;9;4071.30;9.80;923.00;1.57;0.30 +1228;10;4076.70;9.70;923.00;-1.57;0.30 +1228;21;4071.30;9.80;923.00;1.57;0.30 +1229;0;3862.00;10.20;1576.00;0.00;0.44 +1229;1;3858.00;10.20;1572.50;-0.85;0.44 +1229;2;3866.00;10.25;1572.00;0.78;0.44 +1229;3;3870.50;10.30;1575.00;1.45;0.44 +1229;4;3854.00;10.15;1575.00;-1.44;0.44 +1229;5;3855.00;10.20;1579.50;4.24;0.44 +1229;6;3871.00;10.20;1578.50;1.84;0.44 +1229;7;3863.50;10.20;1580.00;2.78;0.44 +1229;8;3856.00;10.25;1582.00;3.92;0.44 +1229;9;3855.34;10.20;1576.00;1.57;0.44 +1229;10;3868.66;10.25;1576.00;-1.57;0.44 +1229;21;3855.34;10.20;1576.00;1.57;0.44 +1230;0;4539.00;10.30;655.00;0.00;0.32 +1230;1;4540.00;10.30;652.00;0.32;0.32 +1230;2;4535.00;10.30;654.50;-1.44;0.32 +1230;3;4544.50;10.30;654.00;1.39;0.32 +1230;4;4543.00;10.30;656.50;1.93;0.32 +1230;5;4535.50;10.40;658.00;4.00;0.32 +1230;6;4539.50;10.30;658.50;3.00;0.32 +1230;9;4535.22;10.35;655.00;1.57;0.32 +1230;10;4542.78;10.30;655.00;-1.57;0.32 +1230;21;4535.22;10.35;655.00;1.57;0.32 +1231;0;5144.00;9.50;658.00;0.00;1.32 +1231;1;5140.00;9.50;647.00;-0.34;1.32 +1231;2;5159.00;9.50;647.00;0.93;1.32 +1231;3;5164.00;9.50;652.00;1.27;1.32 +1231;4;5130.50;9.50;664.50;4.26;1.32 +1231;5;5152.00;9.50;665.50;2.32;1.32 +1231;6;5138.00;9.50;675.50;3.47;1.32 +1231;9;5130.32;9.50;658.00;1.57;1.32 +1231;10;5157.68;9.50;658.00;-1.57;1.32 +1231;11;5137.60;9.50;640.40;-0.34;1.32 +1231;12;5168.00;9.50;640.40;0.93;1.32 +1231;13;5176.00;9.50;648.40;1.27;1.32 +1231;14;5122.40;9.50;668.40;4.26;1.32 +1231;15;5156.80;9.50;670.00;2.32;1.32 +1231;16;5134.40;9.50;686.00;3.47;1.32 +1231;21;5130.32;9.50;658.00;1.57;1.32 +1232;0;5187.00;9.50;1238.00;0.00;1.36 +1232;1;5189.50;9.50;1225.00;0.19;1.36 +1232;2;5200.50;9.50;1234.00;1.28;1.36 +1232;3;5173.00;9.50;1226.50;-0.88;1.36 +1232;4;5168.00;9.50;1232.50;-1.28;1.36 +1232;5;5180.00;9.50;1247.50;3.77;1.36 +1232;6;5196.50;9.50;1251.50;2.52;1.36 +1232;7;5205.50;9.50;1245.50;1.95;1.36 +1232;9;5171.88;9.50;1238.00;1.57;1.36 +1232;10;5202.12;9.50;1238.00;-1.57;1.36 +1232;11;5191.00;9.50;1217.20;0.19;1.36 +1232;12;5208.60;9.50;1231.60;1.28;1.36 +1232;13;5164.60;9.50;1219.60;-0.88;1.36 +1232;14;5156.60;9.50;1229.20;-1.28;1.36 +1232;15;5175.80;9.50;1253.20;3.77;1.36 +1232;16;5202.20;9.50;1259.60;2.52;1.36 +1232;17;5216.60;9.50;1250.00;1.95;1.36 +1232;21;5171.88;9.50;1238.00;1.57;1.36 +1233;0;3751.00;10.80;1628.00;0.00;0.34 +1233;1;3750.00;10.82;1625.00;-0.32;0.34 +1233;2;3755.50;10.35;1626.00;1.15;0.34 +1233;3;3745.50;11.90;1628.00;4.71;0.34 +1233;4;3756.00;10.60;1630.00;1.95;0.34 +1233;5;3751.50;11.00;1630.50;2.94;0.34 +1233;9;3746.68;11.55;1628.00;1.57;0.34 +1233;10;3755.32;10.50;1628.00;-1.57;0.34 +1233;21;3746.68;11.55;1628.00;1.57;0.34 +1234;0;4756.00;10.52;756.00;0.00;0.24 +1234;1;4755.50;10.30;753.50;-0.19;0.24 +1234;2;4757.50;10.50;753.50;0.54;0.24 +1234;3;4754.50;10.30;755.00;-0.98;0.24 +1234;4;4759.00;10.40;754.50;1.10;0.24 +1234;5;4758.00;10.60;757.00;2.03;0.24 +1234;6;4754.50;10.30;757.50;3.92;0.24 +1234;7;4756.50;10.40;759.50;3.00;0.24 +1234;8;4757.50;10.60;759.50;2.73;0.24 +1234;9;4753.84;10.30;756.00;1.57;0.24 +1234;10;4758.16;10.60;756.00;-1.57;0.24 +1234;19;4762.00;9.55;753.00;1.11;0.24 +1234;20;4763.56;9.55;752.21;1.10;0.24 +1234;21;4753.84;10.30;756.00;1.57;0.24 +1235;0;4610.00;9.50;429.00;0.00;1.10 +1235;1;4603.50;9.50;422.00;-0.74;1.10 +1235;2;4618.00;9.50;420.00;0.72;1.10 +1235;3;4618.00;9.50;433.50;2.08;1.10 +1235;4;4601.00;9.50;433.00;4.29;1.10 +1235;5;4610.00;9.50;441.00;3.14;1.10 +1235;9;4599.56;9.50;429.00;1.57;1.10 +1235;10;4620.44;9.50;429.00;-1.57;1.10 +1235;11;4599.60;9.50;417.80;-0.74;1.10 +1235;12;4622.80;9.50;414.60;0.72;1.10 +1235;13;4622.80;9.50;436.20;2.08;1.10 +1235;14;4595.60;9.50;435.40;4.29;1.10 +1235;15;4610.00;9.50;448.20;3.14;1.10 +1235;21;4599.56;9.50;429.00;1.57;1.10 +1236;0;4379.00;9.50;599.00;0.00;0.94 +1236;1;4376.50;9.50;594.50;-0.50;0.94 +1236;2;4388.00;9.50;590.50;0.81;0.94 +1236;3;4389.50;9.50;594.50;1.16;0.94 +1236;4;4386.50;9.50;597.50;1.37;0.94 +1236;5;4374.50;9.50;601.00;4.29;0.94 +1236;6;4381.50;9.50;603.50;2.63;0.94 +1236;7;4367.00;9.50;603.00;4.39;0.94 +1236;8;4373.00;9.50;607.00;3.78;0.94 +1236;9;4370.36;9.50;599.00;1.57;0.94 +1236;10;4387.64;9.50;599.00;-1.57;0.94 +1236;11;4375.00;9.50;591.80;-0.50;0.94 +1236;12;4393.40;9.50;585.40;0.81;0.94 +1236;13;4395.80;9.50;591.80;1.16;0.94 +1236;14;4391.00;9.50;596.60;1.37;0.94 +1236;15;4371.80;9.50;602.20;4.29;0.94 +1236;16;4383.00;9.50;606.20;2.63;0.94 +1236;17;4359.80;9.50;605.40;4.39;0.94 +1236;18;4369.40;9.50;611.80;3.78;0.94 +1236;21;4370.36;9.50;599.00;1.57;0.94 1237;0;5412.00;9.50;400.00;0.00;0.40 +1237;1;5416.50;9.90;392.50;0.54;0.40 +1237;2;5411.00;11.65;402.50;3.52;0.40 +1237;9;5408.40;9.50;400.00;1.57;0.40 +1237;10;5415.60;9.50;400.00;-1.57;0.40 +1237;19;5410.00;10.25;406.00;-2.76;0.40 +1237;20;5409.44;10.25;407.66;3.46;0.40 +1237;21;5408.40;9.50;400.00;1.57;0.40 1238;0;4000.00;9.90;806.00;0.00;0.26 +1238;1;3998.00;9.50;805.50;-1.32;0.26 +1238;2;4001.00;9.75;803.00;0.32;0.26 +1238;3;4003.00;9.82;804.00;0.98;0.26 +1238;4;4001.00;9.90;807.00;2.35;0.26 +1238;5;3998.00;9.80;808.50;3.81;0.26 +1238;9;3997.66;9.50;806.00;1.57;0.26 +1238;10;4002.34;9.85;806.00;-1.57;0.26 +1238;19;3999.00;9.50;803.00;-1.33;0.26 +1238;20;3998.44;9.50;801.34;-0.32;0.26 +1238;21;3997.66;9.50;806.00;1.57;0.26 1239;0;3981.00;11.35;1461.00;0.00;0.44 +1239;1;1990.00;10.32;730.00;-1.21;0.44 +1239;2;3974.00;11.45;1460.50;-1.49;0.44 +1239;3;3988.50;11.75;1461.00;1.57;0.44 +1239;4;3972.50;11.20;1465.50;4.22;0.44 +1239;5;3981.00;11.27;1465.00;3.14;0.44 +1239;9;3974.70;11.50;1461.00;1.57;0.44 +1239;10;3987.30;11.74;1461.00;-1.57;0.44 +1239;21;3974.70;11.50;1461.00;1.57;0.44 1240;0;4547.00;9.50;180.00;0.00;1.12 +1240;1;4551.50;9.50;168.00;0.35;1.12 +1240;2;4538.00;9.50;176.50;-1.20;1.12 +1240;3;4558.50;9.50;177.00;1.31;1.12 +1240;4;4556.50;9.50;188.00;2.27;1.12 +1240;5;4543.00;9.50;190.50;3.50;1.12 +1240;9;4536.92;9.50;180.00;1.57;1.12 +1240;10;4557.08;9.50;180.00;-1.57;1.12 +1240;11;4554.20;9.50;160.80;0.35;1.12 +1240;12;4532.60;9.50;174.40;-1.20;1.12 +1240;13;4565.40;9.50;175.20;1.31;1.12 +1240;14;4562.20;9.50;192.80;2.27;1.12 +1240;15;4540.60;9.50;196.80;3.50;1.12 +1240;21;4536.92;9.50;180.00;1.57;1.12 1241;0;3821.00;9.50;712.00;0.00;0.78 +1241;1;3825.00;9.50;703.50;0.44;0.78 +1241;2;3829.00;9.50;713.00;1.69;0.78 +1241;3;3814.50;9.50;704.50;-0.71;0.78 +1241;4;3811.00;9.50;712.00;4.71;0.78 +1241;5;3815.50;9.50;720.50;3.71;0.78 +1241;9;3810.92;9.50;712.00;1.57;0.78 +1241;10;3831.08;9.50;712.00;-1.57;0.78 +1241;11;3827.40;9.50;698.40;0.44;0.78 +1241;12;3833.80;9.50;713.60;1.69;0.78 +1241;13;3810.60;9.50;700.00;-0.71;0.78 +1241;14;3805.00;9.50;712.00;4.71;0.78 +1241;15;3812.20;9.50;725.60;3.71;0.78 +1241;21;3810.92;9.50;712.00;1.57;0.78 1242;0;5074.00;9.80;528.00;0.00;0.26 +1242;1;5073.50;9.60;526.50;-0.32;0.26 +1242;2;5077.50;9.90;526.50;1.16;0.26 +1242;3;5070.50;9.80;529.50;4.30;0.26 +1242;4;5079.00;10.47;528.00;1.57;0.26 +1242;5;5075.50;10.30;530.00;2.49;0.26 +1242;9;5070.76;9.70;528.00;1.57;0.26 +1242;10;5077.24;10.21;528.00;-1.57;0.26 +1242;19;5077.00;9.50;524.00;-0.32;0.26 +1242;20;5078.05;9.50;522.60;0.64;0.26 +1242;21;5070.76;9.70;528.00;1.57;0.26 1243;0;3898.00;10.40;1479.00;0.00;0.52 +1243;1;3894.00;10.40;1474.00;-0.67;0.52 +1243;2;3901.00;10.45;1473.50;0.49;0.52 +1243;3;3905.50;10.50;1477.00;1.31;0.52 +1243;4;3890.50;10.40;1478.50;-1.50;0.52 +1243;5;3901.50;10.50;1483.50;2.48;0.52 +1243;6;3893.00;10.40;1484.00;3.92;0.52 +1243;9;3891.88;10.40;1479.00;1.57;0.52 +1243;10;3904.12;10.53;1479.00;-1.57;0.52 +1243;21;3891.88;10.40;1479.00;1.57;0.52 1244;0;4397.00;9.57;857.00;0.00;0.26 +1244;1;4395.50;9.60;853.50;-0.40;0.26 +1244;2;4398.00;9.60;855.00;0.46;0.26 +1244;3;4394.50;9.60;855.50;-1.03;0.26 +1244;4;4400.00;9.60;858.00;1.89;0.26 +1244;5;4396.00;9.60;858.50;3.73;0.26 +1244;6;4398.50;9.60;860.00;2.67;0.26 +1244;9;4394.66;9.55;857.00;1.57;0.26 +1244;10;4399.34;9.60;857.00;-1.57;0.26 +1244;19;4396.00;9.50;851.00;-0.40;0.26 +1244;20;4395.71;9.50;849.27;-0.16;0.26 +1244;21;4394.66;9.55;857.00;1.57;0.26 1245;0;2892.00;9.50;120.00;0.00;1.16 +1245;1;2899.00;9.50;108.00;0.52;1.16 +1245;2;2906.50;9.50;111.00;1.01;1.16 +1245;3;2883.00;9.50;115.50;-1.10;1.16 +1245;4;2898.50;9.50;125.50;2.27;1.16 +1245;5;2876.00;9.50;124.50;4.43;1.16 +1245;6;2884.00;9.50;130.50;3.79;1.16 +1245;9;2880.48;9.50;120.00;1.57;1.16 +1245;10;2903.52;9.50;120.00;-1.57;1.16 +1245;11;2903.20;9.50;100.80;0.52;1.16 +1245;12;2915.20;9.50;105.60;1.01;1.16 +1245;13;2877.60;9.50;112.80;-1.10;1.16 +1245;14;2902.40;9.50;128.80;2.27;1.16 +1245;15;2866.40;9.50;127.20;4.43;1.16 +1245;16;2879.20;9.50;136.80;3.79;1.16 +1245;21;2880.48;9.50;120.00;1.57;1.16 1246;0;4454.00;10.20;591.00;0.00;0.20 +1246;1;4454.00;10.10;587.00;0.00;0.20 +1246;2;4452.50;10.30;589.00;-0.64;0.20 +1246;3;4456.00;9.75;590.50;1.32;0.20 +1246;4;4452.50;10.30;593.00;3.78;0.20 +1246;5;4455.00;10.00;594.50;2.86;0.20 +1246;9;4452.20;10.30;591.00;1.57;0.20 +1246;10;4455.80;9.80;591.00;-1.57;0.20 +1246;19;4458.00;9.60;588.00;1.33;0.20 +1246;20;4459.40;9.60;586.95;0.92;0.20 +1246;21;4452.20;10.30;591.00;1.57;0.20 1247;0;3682.00;11.35;1483.00;0.00;0.40 +1247;1;3679.00;11.30;1480.50;-0.87;0.40 +1247;2;3683.50;11.30;1480.00;0.46;0.40 +1247;3;3687.00;11.25;1481.50;1.27;0.40 +1247;4;3679.50;11.30;1485.50;3.92;0.40 +1247;5;3685.50;11.00;1485.50;2.19;0.40 +1247;9;3677.86;11.36;1483.00;1.57;0.40 +1247;10;3686.14;11.26;1483.00;-1.57;0.40 +1247;21;3677.86;11.36;1483.00;1.57;0.40 1248;0;4487.00;12.00;883.00;0.00;0.24 +1248;1;4487.50;11.40;880.00;0.16;0.24 +1248;2;4485.50;11.75;882.00;-0.98;0.24 +1248;3;4490.00;11.85;881.00;0.98;0.24 +1248;4;4489.00;12.20;883.50;1.81;0.24 +1248;5;4485.50;12.80;885.50;3.68;0.24 +1248;6;4488.00;13.02;886.00;2.82;0.24 +1248;9;4484.84;11.98;883.00;1.57;0.24 +1248;10;4489.16;12.08;883.00;-1.57;0.24 +1248;21;4484.84;11.98;883.00;1.57;0.24 1249;0;2154.00;9.50;151.00;0.00;0.96 +1249;1;2143.50;9.50;141.00;-0.81;0.96 +1249;2;2161.00;9.50;144.50;0.82;0.96 +1249;3;2135.00;9.50;143.00;-1.17;0.96 +1249;4;2139.50;9.50;150.00;-1.50;0.96 +1249;5;2170.00;9.50;157.00;1.93;0.96 +1249;6;2157.50;9.50;160.50;2.78;0.96 +1249;9;2141.04;9.50;151.00;1.57;0.96 +1249;10;2166.96;9.50;151.00;-1.57;0.96 +1249;11;2137.20;9.50;135.00;-0.81;0.96 +1249;12;2165.20;9.50;140.60;0.82;0.96 +1249;13;2123.60;9.50;138.20;-1.17;0.96 +1249;14;2130.80;9.50;149.40;-1.50;0.96 +1249;15;2179.60;9.50;160.60;1.93;0.96 +1249;16;2159.60;9.50;166.20;2.78;0.96 +1249;21;2141.04;9.50;151.00;1.57;0.96 1250;0;2340.00;9.50;364.00;0.00;1.24 +1250;1;2337.00;9.50;349.00;-0.19;1.24 +1250;2;2349.50;9.50;352.00;0.67;1.24 +1250;3;2328.00;9.50;362.50;-1.44;1.24 +1250;4;2350.50;9.50;368.50;1.97;1.24 +1250;5;2328.00;9.50;376.00;3.92;1.24 +1250;6;2334.50;9.50;378.50;3.50;1.24 +1250;7;2342.00;9.50;380.50;3.02;1.24 +1250;9;2328.84;9.50;364.00;1.57;1.24 +1250;10;2351.16;9.50;364.00;-1.57;1.24 +1250;11;2335.20;9.50;340.00;-0.19;1.24 +1250;12;2355.20;9.50;344.80;0.67;1.24 +1250;13;2320.80;9.50;361.60;-1.44;1.24 +1250;14;2356.80;9.50;371.20;1.97;1.24 +1250;15;2320.80;9.50;383.20;3.92;1.24 +1250;16;2331.20;9.50;387.20;3.50;1.24 +1250;17;2343.20;9.50;390.40;3.02;1.24 +1250;21;2328.84;9.50;364.00;1.57;1.24 1251;0;2464.00;9.50;1222.00;0.00;1.22 +1251;1;2465.50;9.50;1210.00;0.12;1.22 +1251;2;2481.50;9.50;1216.00;1.24;1.22 +1251;3;2447.50;9.50;1218.50;-1.36;1.22 +1251;4;2473.50;9.50;1231.00;2.32;1.22 +1251;5;2454.00;9.50;1233.50;3.85;1.22 +1251;9;2449.78;9.50;1222.00;1.57;1.22 +1251;10;2478.22;9.50;1222.00;-1.57;1.22 +1251;11;2466.40;9.50;1202.80;0.12;1.22 +1251;12;2492.00;9.50;1212.40;1.24;1.22 +1251;13;2437.60;9.50;1216.40;-1.36;1.22 +1251;14;2479.20;9.50;1236.40;2.32;1.22 +1251;15;2448.00;9.50;1240.40;3.85;1.22 +1251;21;2449.78;9.50;1222.00;1.57;1.22 1252;0;4639.00;10.35;662.00;0.00;0.34 +1252;1;4638.00;10.40;658.00;-0.24;0.34 +1252;2;4642.00;10.10;660.50;1.10;0.34 +1252;3;4635.50;10.40;661.00;-1.29;0.34 +1252;4;4636.00;10.40;663.50;4.24;0.34 +1252;5;4643.50;9.90;664.00;1.98;0.34 +1252;6;4640.50;10.40;665.50;2.73;0.34 +1252;9;4635.76;10.40;662.00;1.57;0.34 +1252;10;4642.24;10.17;662.00;-1.57;0.34 +1252;19;4646.00;9.50;664.00;1.11;0.34 +1252;20;4647.68;9.50;664.48;1.84;0.34 +1252;21;4635.76;10.40;662.00;1.57;0.34 1253;0;4337.00;11.32;937.00;0.00;0.38 +1253;1;4335.50;10.85;935.00;-0.64;0.38 +1253;2;4339.50;11.00;933.50;0.62;0.38 +1253;3;4341.00;11.65;936.50;1.44;0.38 +1253;4;4333.50;10.80;938.50;4.30;0.38 +1253;5;4339.00;11.95;939.50;2.46;0.38 +1253;6;4333.50;11.05;941.00;3.86;0.38 +1253;7;4335.50;11.65;941.00;3.50;0.38 +1253;9;4333.58;10.81;937.00;1.57;0.38 +1253;10;4340.42;11.69;937.00;-1.57;0.38 +1253;21;4333.58;10.81;937.00;1.57;0.38 1254;0;3677.00;10.00;1536.00;0.00;0.38 +1254;1;3674.50;9.80;1532.50;-0.62;0.38 +1254;2;3679.00;10.00;1535.00;1.10;0.38 +1254;3;3674.50;9.90;1537.50;4.17;0.38 +1254;4;3679.00;10.10;1540.00;2.67;0.38 +1254;9;3673.40;9.90;1536.00;1.57;0.38 +1254;10;3680.60;10.01;1536.00;-1.57;0.38 +1254;21;3673.40;9.90;1536.00;1.57;0.38 1255;0;2478.00;9.50;1616.00;0.00;1.24 +1255;1;2478.50;9.50;1604.00;0.04;1.24 +1255;2;2492.00;9.50;1613.00;1.36;1.24 +1255;3;2463.50;9.50;1610.00;-1.17;1.24 +1255;4;2465.00;9.50;1622.00;4.28;1.24 +1255;5;2479.00;9.50;1628.50;3.06;1.24 +1255;6;2467.00;9.50;1632.50;3.73;1.24 +1255;9;2466.84;9.50;1616.00;1.57;1.24 +1255;10;2489.16;9.50;1616.00;-1.57;1.24 +1255;11;2478.80;9.50;1596.80;0.04;1.24 +1255;12;2500.40;9.50;1611.20;1.36;1.24 +1255;13;2454.80;9.50;1606.40;-1.17;1.24 +1255;14;2457.20;9.50;1625.60;4.28;1.24 +1255;15;2479.60;9.50;1636.00;3.06;1.24 +1255;16;2460.40;9.50;1642.40;3.73;1.24 +1255;21;2466.84;9.50;1616.00;1.57;1.24 1256;0;1676.00;9.50;2034.00;0.00;0.66 +1256;1;1673.50;9.50;2031.00;-0.69;0.66 +1256;2;1694.50;9.50;2026.50;1.18;0.66 +1256;3;1688.00;9.50;2033.00;1.48;0.66 +1256;4;1653.00;9.50;2039.00;4.49;0.66 +1256;9;1658.00;9.50;2034.00;1.57;0.66 +1256;10;1694.00;9.50;2034.00;-1.57;0.66 +1256;11;1672.00;9.50;2029.20;-0.69;0.66 +1256;12;1705.60;9.50;2022.00;1.18;0.66 +1256;13;1695.20;9.50;2032.40;1.48;0.66 +1256;14;1639.20;9.50;2042.00;4.49;0.66 +1256;21;1658.00;9.50;2034.00;1.57;0.66 1257;0;4419.00;18.42;1186.00;0.00;0.40 +1257;1;4414.50;18.60;1182.50;-0.91;0.40 +1257;2;4423.00;15.50;1182.50;0.85;0.40 +1257;3;4419.00;17.60;1182.00;0.00;0.40 +1257;4;4423.00;17.07;1188.00;2.03;0.40 +1257;5;4414.50;19.10;1187.00;4.49;0.40 +1257;6;4417.00;18.70;1190.00;3.60;0.40 +1257;7;4421.50;18.20;1191.50;2.71;0.40 +1257;9;4415.40;19.11;1186.00;1.57;0.40 +1257;10;4422.60;16.73;1186.00;-1.57;0.40 +1257;21;4415.40;19.11;1186.00;1.57;0.40 1258;0;3690.00;10.72;1603.00;0.00;0.34 +1258;1;3688.50;10.70;1599.50;-0.40;0.34 +1258;2;3692.50;10.40;1599.50;0.62;0.34 +1258;3;3686.50;10.35;1603.00;4.71;0.34 +1258;4;3693.50;11.20;1604.00;1.84;0.34 +1258;5;3689.50;10.60;1606.50;3.28;0.34 +1258;6;3692.50;11.20;1607.50;2.63;0.34 +1258;9;3686.94;10.39;1603.00;1.57;0.34 +1258;10;3693.06;11.13;1603.00;-1.57;0.34 +1258;21;3686.94;10.39;1603.00;1.57;0.34 1259;0;1289.00;9.50;221.00;0.00;1.10 +1259;1;1291.00;9.50;209.50;0.17;1.10 +1259;2;1312.00;9.50;210.50;1.14;1.10 +1259;3;1267.50;9.50;218.50;-1.45;1.10 +1259;4;1312.50;9.50;218.50;1.46;1.10 +1259;5;1298.00;9.50;230.50;2.38;1.10 +1259;6;1269.50;9.50;230.00;4.28;1.10 +1259;7;1281.50;9.50;234.50;3.64;1.10 +1259;9;1269.20;9.50;221.00;1.57;1.10 +1259;10;1308.80;9.50;221.00;-1.57;1.10 +1259;11;1292.20;9.50;202.60;0.17;1.10 +1259;12;1325.80;9.50;204.20;1.14;1.10 +1259;13;1254.60;9.50;217.00;-1.45;1.10 +1259;14;1326.60;9.50;217.00;1.46;1.10 +1259;15;1303.40;9.50;236.20;2.38;1.10 +1259;16;1257.80;9.50;235.40;4.28;1.10 +1259;17;1277.00;9.50;242.60;3.64;1.10 +1259;21;1269.20;9.50;221.00;1.57;1.10 1260;0;173.00;9.50;482.00;0.00;1.06 +1260;1;175.00;9.50;472.00;0.19;1.06 +1260;2;160.00;9.50;479.50;-1.38;1.06 +1260;3;185.50;9.50;485.00;1.80;1.06 +1260;4;161.00;9.50;491.00;4.06;1.06 +1260;5;172.00;9.50;492.50;3.23;1.06 +1260;9;162.56;9.50;482.00;1.57;1.06 +1260;10;183.44;9.50;482.00;-1.57;1.06 +1260;11;176.20;9.50;466.00;0.19;1.06 +1260;12;152.20;9.50;478.00;-1.38;1.06 +1260;13;193.00;9.50;486.80;1.80;1.06 +1260;14;153.80;9.50;496.40;4.06;1.06 +1260;15;171.40;9.50;498.80;3.23;1.06 +1260;21;162.56;9.50;482.00;1.57;1.06 1261;0;4729.00;10.42;817.00;0.00;0.22 +1261;1;4728.00;11.75;815.00;-0.46;0.22 +1261;2;4730.50;11.20;816.50;1.24;0.22 +1261;3;4726.50;10.30;816.00;-1.19;0.22 +1261;4;4728.50;10.30;818.50;3.46;0.22 +1261;5;4725.00;9.50;818.50;4.35;0.22 +1261;9;4727.02;10.08;817.00;1.57;0.22 +1261;10;4730.98;11.45;817.00;-1.57;0.22 +1261;19;4730.00;9.90;822.00;-2.82;0.22 +1261;20;4730.34;9.90;823.71;2.94;0.22 +1261;21;4727.02;10.08;817.00;1.57;0.22 1262;0;1039.00;13.10;1734.00;0.00;0.68 +1262;1;1037.00;13.15;1726.50;-0.26;0.68 +1262;2;1045.00;12.65;1726.50;0.67;0.68 +1262;3;1029.00;12.65;1730.50;-1.23;0.68 +1262;4;1048.50;12.60;1733.00;1.46;0.68 +1262;5;1031.00;12.67;1738.00;4.24;0.68 +1262;6;1040.50;13.20;1741.50;2.94;0.68 +1262;9;1030.72;12.85;1734.00;1.57;0.68 +1262;10;1047.28;12.71;1734.00;-1.57;0.68 +1262;21;1030.72;12.85;1734.00;1.57;0.68 1263;0;5399.00;9.55;296.00;0.00;0.20 +1263;1;5398.00;9.50;295.50;-1.10;0.20 +1263;2;5401.00;9.85;294.50;0.92;0.20 +1263;3;5397.00;10.00;297.50;4.06;0.20 +1263;9;5396.30;9.50;296.00;1.57;0.20 +1263;10;5401.70;10.66;296.00;-1.57;0.20 +1263;19;5405.00;10.18;295.00;-1.11;0.20 +1263;20;5406.72;10.18;294.71;1.40;0.20 +1263;21;5396.30;9.50;296.00;1.57;0.20 1264;0;17.00;9.50;1369.00;0.00;0.92 +1264;1;20.00;9.50;1358.00;0.26;0.92 +1264;2;8.50;9.50;1366.00;-1.23;0.92 +1264;3;26.00;9.50;1369.50;1.62;0.92 +1264;4;8.50;9.50;1380.50;3.77;0.92 +1264;5;14.50;9.50;1382.00;3.33;0.92 +1264;9;8.72;9.50;1369.00;1.57;0.92 +1264;10;25.28;9.50;1369.00;-1.57;0.92 +1264;11;21.80;9.50;1351.40;0.26;0.92 +1264;12;3.40;9.50;1364.20;-1.23;0.92 +1264;13;31.40;9.50;1369.80;1.62;0.92 +1264;14;3.40;9.50;1387.40;3.77;0.92 +1264;15;13.00;9.50;1389.80;3.33;0.92 +1264;21;8.72;9.50;1369.00;1.57;0.92 1265;0;171.00;9.50;1527.00;0.00;1.12 +1265;1;158.00;9.50;1524.50;-1.38;1.12 +1265;2;175.00;9.50;1515.50;0.33;1.12 +1265;3;183.00;9.50;1529.50;1.77;1.12 +1265;4;156.50;9.50;1535.50;4.18;1.12 +1265;5;166.50;9.50;1539.00;3.50;1.12 +1265;9;158.76;9.50;1527.00;1.57;1.12 +1265;10;183.24;9.50;1527.00;-1.57;1.12 +1265;11;150.20;9.50;1523.00;-1.38;1.12 +1265;12;177.40;9.50;1508.60;0.33;1.12 +1265;13;190.20;9.50;1531.00;1.77;1.12 +1265;14;147.80;9.50;1540.60;4.18;1.12 +1265;15;163.80;9.50;1546.20;3.50;1.12 +1265;21;158.76;9.50;1527.00;1.57;1.12 1266;0;437.00;9.50;586.00;0.00;1.10 +1266;1;432.00;9.50;573.50;-0.38;1.10 +1266;2;447.50;9.50;575.00;0.76;1.10 +1266;3;422.00;9.50;585.50;-1.53;1.10 +1266;4;451.00;9.50;588.00;1.71;1.10 +1266;5;427.50;9.50;598.00;3.81;1.10 +1266;6;441.50;9.50;599.50;2.82;1.10 +1266;9;424.04;9.50;586.00;1.57;1.10 +1266;10;449.96;9.50;586.00;-1.57;1.10 +1266;11;429.00;9.50;566.00;-0.38;1.10 +1266;12;453.80;9.50;568.40;0.76;1.10 +1266;13;413.00;9.50;585.20;-1.53;1.10 +1266;14;459.40;9.50;589.20;1.71;1.10 +1266;15;421.80;9.50;605.20;3.81;1.10 +1266;16;444.20;9.50;607.60;2.82;1.10 +1266;21;424.04;9.50;586.00;1.57;1.10 1267;0;4971.00;11.87;1506.00;0.00;0.26 +1267;1;4972.00;11.60;1503.50;0.38;0.26 +1267;2;4976.00;11.55;1505.50;1.47;0.26 +1267;3;4966.50;13.15;1506.00;4.71;0.26 +1267;4;4967.50;12.30;1508.50;4.09;0.26 +1267;5;4972.50;11.90;1508.50;2.60;0.26 +1267;9;4967.04;12.98;1506.00;1.57;0.26 +1267;10;4974.96;11.67;1506.00;-1.57;0.26 +1267;21;4967.04;12.98;1506.00;1.57;0.26 1268;0;4036.00;11.95;836.00;0.00;0.28 +1268;1;4035.50;11.50;833.00;-0.16;0.28 +1268;2;4038.50;11.40;834.50;1.03;0.28 +1268;3;4033.50;11.70;835.00;-1.19;0.28 +1268;4;4033.00;12.00;837.50;4.24;0.28 +1268;5;4039.50;10.90;837.50;1.97;0.28 +1268;6;4035.50;11.90;838.50;3.33;0.28 +1268;7;4038.50;10.90;838.50;2.35;0.28 +1268;9;4033.48;11.89;836.00;1.57;0.28 +1268;10;4038.52;11.34;836.00;-1.57;0.28 +1268;21;4033.48;11.89;836.00;1.57;0.28 1269;0;5283.00;10.50;493.00;0.00;0.48 +1269;1;5282.50;10.50;489.50;-0.14;0.48 +1269;2;5288.00;10.50;492.00;1.37;0.48 +1269;3;5277.00;10.50;495.00;4.39;0.48 +1269;4;5282.00;10.50;497.00;3.38;0.48 +1269;9;5278.68;10.50;493.00;1.57;0.48 +1269;10;5287.32;10.50;493.00;-1.57;0.48 +1269;19;5291.56;9.50;499.67;-1.60;0.48 +1269;20;5292.63;9.50;503.64;3.43;0.48 +1269;21;5284.26;10.50;493.15;1.57;0.48 1270;0;1507.00;9.50;643.00;0.00;1.14 +1270;1;1497.50;9.50;629.00;-0.59;1.14 +1270;2;1492.00;9.50;629.50;-0.83;1.14 +1270;3;1511.50;9.50;634.00;0.46;1.14 +1270;4;1499.50;9.50;645.50;4.39;1.14 +1270;5;1518.00;9.50;647.50;1.95;1.14 +1270;6;1512.00;9.50;658.50;2.83;1.14 +1270;9;1496.74;9.50;643.00;1.57;1.14 +1270;10;1517.26;9.50;643.00;-1.57;1.14 +1270;11;1491.80;9.50;620.60;-0.59;1.14 +1270;12;1483.00;9.50;621.40;-0.83;1.14 +1270;13;1514.20;9.50;628.60;0.46;1.14 +1270;14;1495.00;9.50;647.00;4.39;1.14 +1270;15;1524.60;9.50;650.20;1.95;1.14 +1270;16;1515.00;9.50;667.80;2.83;1.14 +1270;21;1496.74;9.50;643.00;1.57;1.14 1272;0;3827.00;10.10;1502.00;0.00;0.46 +1272;1;3823.50;10.10;1497.50;-0.66;0.46 +1272;2;3830.50;10.10;1499.00;0.86;0.46 +1272;3;3820.00;10.10;1500.50;-1.36;0.46 +1272;4;3835.00;10.30;1502.50;1.63;0.46 +1272;5;3823.50;10.10;1505.50;3.92;0.46 +1272;6;3831.50;10.20;1505.50;2.23;0.46 +1272;9;3821.06;10.10;1502.00;1.57;0.46 +1272;10;3832.94;10.20;1502.00;-1.57;0.46 +1272;21;3821.06;10.10;1502.00;1.57;0.46 1273;0;3961.00;9.67;895.00;0.00;0.22 +1273;1;3961.50;9.50;891.00;0.12;0.22 +1273;2;3962.50;9.90;892.00;0.46;0.22 +1273;3;3959.00;9.50;894.50;-1.32;0.22 +1273;4;3962.00;10.32;896.00;2.35;0.22 +1273;5;3959.00;9.70;898.50;3.66;0.22 +1273;9;3959.02;9.50;895.00;1.57;0.22 +1273;10;3962.98;10.48;895.00;-1.57;0.22 +1273;19;3960.00;9.50;892.00;-1.33;0.22 +1273;20;3959.44;9.50;890.34;-0.32;0.22 +1273;21;3959.02;9.50;895.00;1.57;0.22 1274;0;4430.00;10.02;587.00;0.00;0.28 +1274;1;4429.50;10.70;583.50;-0.14;0.28 +1274;2;4432.00;9.95;584.50;0.67;0.28 +1274;3;4427.00;10.85;586.00;-1.24;0.28 +1274;4;4434.00;9.75;587.00;1.57;0.28 +1274;5;4426.50;10.20;588.50;4.30;0.28 +1274;6;4431.50;9.80;589.00;2.49;0.28 +1274;9;4426.40;10.67;587.00;1.57;0.28 +1274;10;4433.60;9.79;587.00;-1.57;0.28 +1274;21;4426.40;10.67;587.00;1.57;0.28 1275;0;4049.00;10.05;923.00;0.00;0.34 +1275;1;4049.00;9.95;919.50;0.00;0.34 +1275;2;4052.00;9.85;919.50;0.70;0.34 +1275;3;4045.50;10.20;921.50;-1.16;0.34 +1275;4;4053.00;9.90;920.50;1.01;0.34 +1275;5;4052.00;9.92;924.00;1.89;0.34 +1275;6;4044.00;10.25;924.00;4.51;0.34 +1275;7;4047.50;9.95;926.00;3.60;0.34 +1275;8;4051.50;9.80;927.50;2.63;0.34 +1275;9;4045.40;10.20;923.00;1.57;0.34 +1275;10;4052.60;9.90;923.00;-1.57;0.34 +1275;21;4045.40;10.20;923.00;1.57;0.34 1276;0;3833.00;10.00;1548.00;0.00;0.46 +1276;1;3833.50;10.00;1543.50;0.11;0.46 +1276;2;3837.50;10.05;1544.00;0.84;0.46 +1276;3;3828.00;9.97;1546.00;-1.19;0.46 +1276;4;3837.50;10.10;1549.50;1.89;0.46 +1276;5;3828.50;10.00;1550.00;4.29;0.46 +1276;6;3833.50;10.05;1552.00;3.01;0.46 +1276;9;3828.68;9.91;1548.00;1.57;0.46 +1276;10;3837.32;10.09;1548.00;-1.57;0.46 +1276;21;3828.68;9.91;1548.00;1.57;0.46 1277;0;4396.00;10.15;662.00;0.00;0.38 +1277;1;4397.00;9.70;657.00;0.19;0.38 +1277;2;4394.50;9.80;658.50;-0.40;0.38 +1277;3;4397.50;9.70;658.50;0.40;0.38 +1277;4;4399.00;9.70;664.00;2.15;0.38 +1277;5;4392.00;10.30;661.50;-1.44;0.38 +1277;6;4393.50;10.30;664.50;3.92;0.38 +1277;9;4392.58;10.30;662.00;1.57;0.38 +1277;10;4399.42;9.70;662.00;-1.57;0.38 +1277;19;4404.00;9.50;662.00;-4.12;0.38 +1277;20;4405.75;9.50;662.00;1.57;0.38 +1277;21;4392.58;10.30;662.00;1.57;0.38 1278;0;3685.00;9.87;1615.00;0.00;0.26 +1278;1;3682.50;9.80;1612.50;-0.78;0.26 +1278;2;3687.00;10.00;1612.50;0.67;0.26 +1278;3;3680.00;9.80;1613.50;-1.27;0.26 +1278;4;3689.00;10.45;1616.50;1.93;0.26 +1278;5;3682.50;9.80;1617.00;4.03;0.26 +1278;6;3687.00;9.95;1618.50;2.62;0.26 +1278;9;3681.40;9.80;1615.00;1.57;0.26 +1278;10;3688.60;10.36;1615.00;-1.57;0.26 +1278;21;3681.40;9.80;1615.00;1.57;0.26 1279;0;4393.00;10.05;746.00;0.00;0.22 +1279;1;4393.00;10.45;742.50;0.00;0.22 +1279;2;4394.50;10.10;743.50;0.54;0.22 +1279;3;4392.00;10.25;745.50;-1.10;0.22 +1279;4;4393.50;9.90;747.50;2.82;0.22 +1279;5;4391.50;10.05;749.00;3.60;0.22 +1279;9;4391.02;10.34;746.00;1.57;0.22 +1279;10;4394.98;9.85;746.00;-1.57;0.22 +1279;19;4392.00;9.60;753.00;-3.46;0.22 +1279;20;4391.75;9.60;754.73;3.28;0.22 +1279;21;4391.02;10.34;746.00;1.57;0.22 1280;0;1054.00;10.65;314.00;0.00;0.24 +1280;1;1054.00;10.65;314.00;0.00;0.24 +1280;9;1051.30;9.98;314.00;1.57;0.24 +1280;10;1056.70;9.82;314.00;-1.57;0.24 +1280;19;1049.00;9.50;317.00;-1.57;0.24 +1280;20;1047.49;9.50;317.90;4.17;0.24 +1280;21;1051.30;9.98;314.00;1.57;0.24 1281;0;4351.00;9.85;799.00;0.00;0.16 +1281;1;4351.00;9.85;796.50;0.00;0.16 +1281;2;4350.00;9.95;800.00;3.92;0.16 +1281;3;4352.50;9.70;798.00;0.98;0.16 +1281;4;4352.00;9.70;801.50;2.76;0.16 +1281;5;4351.50;9.70;803.50;3.03;0.16 +1281;9;4349.56;10.13;799.00;1.57;0.16 +1281;10;4352.44;9.70;799.00;-1.57;0.16 +1281;19;4353.00;9.55;805.00;-3.52;0.16 +1281;20;4353.55;9.55;806.66;2.82;0.16 +1281;21;4349.56;10.13;799.00;1.57;0.16 1282;0;1740.00;10.40;1655.00;0.00;0.36 +1282;1;1743.00;10.40;1651.50;0.70;0.36 +1282;2;1740.50;10.40;1651.00;0.12;0.36 +1282;3;1737.00;10.40;1653.50;-1.10;0.36 +1282;4;1743.50;10.40;1655.50;1.71;0.36 +1282;5;1735.50;10.50;1657.00;4.29;0.36 +1282;6;1740.00;10.40;1658.50;3.14;0.36 +1282;9;1736.04;10.42;1655.00;1.57;0.36 +1282;10;1743.96;10.40;1655.00;-1.57;0.36 +1282;21;1736.04;10.42;1655.00;1.57;0.36 1283;0;5034.00;10.00;509.00;0.00;0.32 +1283;1;5031.50;9.70;505.50;-0.62;0.32 +1283;2;5035.50;10.10;509.50;1.89;0.32 +1283;3;5030.50;9.90;508.50;-1.42;0.32 +1283;4;5030.00;10.30;511.00;4.24;0.32 +1283;9;5030.22;10.02;509.00;1.57;0.32 +1283;10;5037.78;9.93;509.00;-1.57;0.32 +1283;19;5033.00;9.53;503.00;-4.39;0.32 +1283;20;5032.71;9.53;501.27;-0.16;0.32 +1283;21;5030.22;10.02;509.00;1.57;0.32 1284;0;1713.00;11.32;1680.00;0.00;0.42 +1284;1;1711.00;11.70;1673.50;-0.29;0.42 +1284;2;1712.50;11.20;1674.50;-0.09;0.42 +1284;3;1709.50;11.75;1676.00;-0.71;0.42 +1284;4;1715.50;11.20;1679.50;1.37;0.42 +1284;5;1712.00;9.95;1682.50;3.52;0.42 +1284;6;1717.00;10.07;1685.00;2.46;0.42 +1284;9;1709.22;9.77;1680.00;1.57;0.42 +1284;10;1716.78;11.02;1680.00;-1.57;0.42 +1284;19;1708.00;9.63;1680.00;-2.76;0.42 +1284;20;1706.25;9.63;1680.00;4.71;0.42 +1284;21;1709.22;9.77;1680.00;1.57;0.42 1285;0;4505.00;10.42;838.00;0.00;0.20 +1285;1;4505.00;10.05;836.50;0.00;0.20 +1285;2;4507.00;9.85;838.00;1.57;0.20 +1285;3;4502.50;12.20;838.50;4.51;0.20 +1285;4;4505.50;10.65;840.00;2.89;0.20 +1285;9;4503.02;11.71;838.00;1.57;0.20 +1285;10;4506.98;9.85;838.00;-1.57;0.20 +1285;19;4510.00;9.53;842.00;1.57;0.20 +1285;20;4511.36;9.53;843.09;2.24;0.20 +1285;21;4503.02;11.71;838.00;1.57;0.20 1286;0;5168.00;10.62;567.00;0.00;0.18 +1286;1;5167.00;10.25;565.50;-0.58;0.18 +1286;2;5169.50;10.60;566.50;1.24;0.18 +1286;3;5167.50;9.90;568.00;3.60;0.18 +1286;4;5170.50;10.60;568.50;2.11;0.18 +1286;9;5166.02;9.72;567.00;1.57;0.18 +1286;10;5169.98;10.72;567.00;-1.57;0.18 +1286;19;5166.00;9.50;570.00;-2.68;0.18 +1286;20;5165.03;9.50;571.45;3.73;0.18 +1286;21;5166.02;9.72;567.00;1.57;0.18 1287;0;3989.00;9.80;1521.00;0.00;0.58 +1287;1;3986.50;9.80;1516.00;-0.46;0.58 +1287;2;3993.50;9.80;1515.50;0.68;0.58 +1287;3;3994.50;9.80;1521.00;1.57;0.58 +1287;4;3982.00;9.80;1521.00;4.71;0.58 +1287;5;3986.00;9.80;1526.50;3.64;0.58 +1287;6;3991.50;9.80;1527.00;2.74;0.58 +1287;9;3983.78;9.80;1521.00;1.57;0.58 +1287;10;3994.22;9.80;1521.00;-1.57;0.58 +1287;21;3983.78;9.80;1521.00;1.57;0.58 1288;0;4698.00;10.45;893.00;0.00;0.18 +1288;1;4699.00;10.40;890.50;0.38;0.18 +1288;2;4697.00;10.67;892.00;-0.78;0.18 +1288;3;4699.50;10.30;893.00;1.57;0.18 +1288;4;4696.50;10.65;895.00;3.78;0.18 +1288;5;4698.00;10.42;895.00;3.14;0.18 +1288;9;4696.38;10.78;893.00;1.57;0.18 +1288;10;4699.62;10.23;893.00;-1.57;0.18 +1288;19;4701.00;10.07;891.00;1.57;0.18 +1288;20;4702.45;10.07;890.02;0.98;0.18 +1288;21;4696.38;10.78;893.00;1.57;0.18 1289;0;4707.00;10.30;663.00;0.00;0.22 +1289;1;4707.50;9.70;660.50;0.19;0.22 +1289;2;4709.50;10.80;662.50;1.37;0.22 +1289;3;4704.50;10.00;663.00;4.71;0.22 +1289;4;4710.00;11.85;664.50;2.03;0.22 +1289;5;4707.50;10.65;665.00;2.89;0.22 +1289;9;4704.66;10.00;663.00;1.57;0.22 +1289;10;4709.34;11.11;663.00;-1.57;0.22 +1289;19;4713.00;9.50;659.00;0.20;0.22 +1289;20;4714.45;9.50;658.02;0.98;0.22 +1289;21;4704.66;10.00;663.00;1.57;0.22 1290;0;3650.00;9.70;1531.00;0.00;0.32 +1290;1;3646.00;9.70;1529.50;-1.21;0.32 +1290;2;3649.50;9.70;1528.00;-0.16;0.32 +1290;3;3654.00;9.75;1530.50;1.44;0.32 +1290;4;3646.50;9.70;1533.00;4.19;0.32 +1290;5;3651.00;9.70;1533.50;2.76;0.32 +1290;6;3654.50;9.80;1533.50;2.07;0.32 +1290;9;3646.04;9.70;1531.00;1.57;0.32 +1290;10;3653.96;9.74;1531.00;-1.57;0.32 +1290;21;3653.96;9.74;1531.00;-1.57;0.32 1291;0;4378.00;9.92;740.00;0.00;0.22 +1291;1;4375.50;9.70;738.50;-1.03;0.22 +1291;2;4377.50;9.80;737.50;-0.19;0.22 +1291;3;4380.00;10.15;741.00;2.03;0.22 +1291;4;4377.00;9.80;741.50;3.73;0.22 +1291;5;4379.00;10.05;743.00;2.82;0.22 +1291;9;4376.02;9.70;740.00;1.57;0.22 +1291;10;4379.98;10.14;740.00;-1.57;0.22 +1291;19;4373.00;9.50;737.00;-1.03;0.22 +1291;20;4371.50;9.50;736.10;-1.03;0.22 +1291;21;4376.02;9.70;740.00;1.57;0.22 1292;0;3817.00;9.80;1635.00;0.00;0.44 +1292;1;3816.00;9.80;1629.50;-0.18;0.44 +1292;2;3820.50;9.90;1633.50;1.16;0.44 +1292;3;3813.00;9.80;1633.50;-1.21;0.44 +1292;4;3812.50;9.80;1637.50;4.20;0.44 +1292;5;3818.50;9.90;1638.50;2.73;0.44 +1292;6;3813.50;9.80;1639.50;3.80;0.44 +1292;9;3812.86;9.80;1635.00;1.57;0.44 +1292;10;3821.14;9.90;1635.00;-1.57;0.44 +1292;21;3812.86;9.80;1635.00;1.57;0.44 1293;0;4766.43;9.80;797.81;0.00;0.24 +1293;1;4768.00;9.85;796.00;0.24;0.24 +1293;2;4765.67;9.50;808.19;3.26;0.24 +1293;3;4773.02;9.70;804.60;2.15;0.24 +1293;4;4763.87;9.50;802.24;3.92;0.24 +1293;9;4764.84;9.50;800.00;1.57;0.24 +1293;10;4769.16;9.50;800.00;-1.57;0.24 +1293;19;4765.00;9.50;797.00;-3.02;0.24 +1293;20;4764.03;9.50;795.54;-0.58;0.24 +1293;21;4764.84;9.50;800.00;1.57;0.24 1294;0;3859.00;9.90;1632.00;0.00;0.48 +1294;1;3855.50;9.95;1627.00;-0.61;0.48 +1294;2;3853.50;9.80;1632.00;4.71;0.48 +1294;3;3863.00;9.92;1629.00;0.92;0.48 +1294;4;3863.00;9.87;1635.00;2.21;0.48 +1294;5;3856.50;9.80;1637.50;3.56;0.48 +1294;9;3853.42;9.80;1632.00;1.57;0.48 +1294;10;3864.58;9.90;1632.00;-1.57;0.48 +1294;21;3853.42;9.80;1632.00;1.57;0.48 1295;0;3625.00;9.95;1811.00;0.00;0.66 +1295;1;3619.50;9.95;1805.00;-0.74;0.66 +1295;2;3631.00;9.90;1806.50;0.92;0.66 +1295;3;3614.50;9.90;1809.50;-1.42;0.66 +1295;4;3632.50;9.80;1815.50;2.11;0.66 +1295;5;3619.00;9.80;1815.00;4.12;0.66 +1295;6;3626.00;9.85;1818.50;3.00;0.66 +1295;9;3616.72;9.85;1811.00;1.57;0.66 +1295;10;3633.28;9.90;1811.00;-1.57;0.66 +1295;21;3616.72;9.85;1811.00;1.57;0.66 1296;0;4355.00;10.00;842.00;0.00;0.22 +1296;1;4354.00;10.00;840.00;-0.46;0.22 +1296;2;4357.00;9.95;838.50;0.51;0.22 +1296;3;4357.00;10.00;841.00;1.10;0.22 +1296;4;4353.00;10.32;845.00;3.73;0.22 +1296;5;4356.50;10.10;844.50;2.60;0.22 +1296;6;4355.50;10.25;846.00;3.01;0.22 +1296;9;4353.02;10.24;842.00;1.57;0.22 +1296;10;4356.98;10.02;842.00;-1.57;0.22 +1296;21;4353.02;10.24;842.00;1.57;0.22 1297;0;4114.00;10.35;1595.00;0.00;0.42 +1297;1;4118.50;10.25;1591.00;0.84;0.42 +1297;2;4109.00;9.90;1592.50;-1.10;0.42 +1297;3;4120.50;10.10;1596.50;1.79;0.42 +1297;4;4107.50;10.00;1596.50;4.48;0.42 +1297;5;4115.50;10.30;1599.50;2.82;0.42 +1297;9;4106.98;9.95;1595.00;1.57;0.42 +1297;10;4121.02;10.27;1595.00;-1.57;0.42 +1297;21;4106.98;9.95;1595.00;1.57;0.42 1298;0;4681.46;10.40;512.94;0.00;0.20 +1298;1;4680.99;10.20;510.92;0.24;0.20 +1298;2;4683.32;11.00;509.83;1.73;0.20 +1298;3;4683.60;10.90;515.42;2.67;0.20 +1298;4;4677.38;9.50;510.68;4.71;0.20 +1298;9;4675.76;9.50;513.00;1.57;0.20 +1298;10;4682.24;10.30;513.00;-1.57;0.20 +1298;19;4682.00;9.50;517.00;-3.61;0.20 +1298;20;4683.05;9.50;518.40;2.49;0.20 +1298;21;4675.76;9.50;513.00;1.57;0.20 1299;0;1549.00;11.20;1695.00;0.00;0.42 +1299;1;1542.50;11.20;1690.50;-0.96;0.42 +1299;2;1549.50;11.15;1691.00;0.12;0.42 +1299;3;1556.50;10.90;1691.00;1.08;0.42 +1299;4;1541.50;11.10;1694.50;-1.50;0.42 +1299;5;1556.50;10.90;1695.50;1.63;0.42 +1299;6;1549.50;10.90;1699.00;3.01;0.42 +1299;9;1543.42;11.10;1695.00;1.57;0.42 +1299;10;1554.58;11.09;1695.00;-1.57;0.42 +1299;21;1543.42;11.10;1695.00;1.57;0.42 1300;0;4504.00;11.42;878.00;0.00;0.18 +1300;1;4502.50;12.05;877.00;-0.98;0.18 +1300;2;4505.50;10.80;876.00;0.64;0.18 +1300;3;4506.50;10.20;877.50;1.37;0.18 +1300;4;4501.50;12.60;879.50;4.17;0.18 +1300;5;4504.00;11.40;879.50;3.14;0.18 +1300;6;4506.00;10.40;879.50;2.21;0.18 +1300;9;4501.84;12.28;878.00;1.57;0.18 +1300;10;4506.16;10.37;878.00;-1.57;0.18 +1300;19;4508.00;9.65;880.00;1.37;0.18 +1300;20;4509.56;9.65;880.78;2.03;0.18 +1300;21;4501.84;12.28;878.00;1.57;0.18 1301;0;5134.00;10.40;557.00;0.00;0.22 +1301;1;5133.00;9.67;555.00;-0.46;0.22 +1301;2;5136.00;9.95;556.50;1.32;0.22 +1301;3;5132.50;10.85;558.00;4.12;0.22 +1301;4;5137.00;10.05;558.50;2.03;0.22 +1301;5;5135.00;10.05;559.00;2.67;0.22 +1301;9;5131.84;10.53;557.00;1.57;0.22 +1301;10;5136.16;10.15;557.00;-1.57;0.22 +1301;19;5140.00;9.70;561.00;-3.61;0.22 +1301;20;5141.45;9.70;561.97;2.15;0.22 +1301;21;5131.84;10.53;557.00;1.57;0.22 1302;0;4473.00;11.05;920.00;0.00;0.26 +1302;1;4472.00;11.30;917.50;-0.38;0.26 +1302;2;4473.00;11.47;917.00;0.00;0.26 +1302;3;4475.00;11.52;918.00;0.78;0.26 +1302;4;4471.00;10.75;920.50;4.46;0.26 +1302;5;4475.00;11.05;920.50;1.81;0.26 +1302;6;4471.50;10.80;922.50;3.68;0.26 +1302;9;4470.48;10.74;920.00;1.57;0.26 +1302;10;4475.52;11.09;920.00;-1.57;0.26 +1302;19;4474.00;10.65;924.00;-4.47;0.26 +1302;20;4474.42;10.65;925.69;2.89;0.26 +1302;21;4470.48;10.74;920.00;1.57;0.26 1303;0;3813.00;9.80;1536.00;0.00;0.46 +1303;1;3812.50;9.80;1531.00;-0.10;0.46 +1303;2;3817.00;9.90;1534.50;1.21;0.46 +1303;3;3808.00;9.70;1533.50;-1.10;0.46 +1303;4;3809.50;9.85;1538.00;4.19;0.46 +1303;5;3818.00;9.90;1540.00;2.24;0.46 +1303;6;3813.50;9.70;1541.50;3.05;0.46 +1303;9;3808.86;9.80;1536.00;1.57;0.46 +1303;10;3817.14;9.90;1536.00;-1.57;0.46 +1303;21;3808.86;9.80;1536.00;1.57;0.46 1304;0;4524.00;10.30;653.00;0.00;0.34 +1304;1;4525.00;10.30;649.50;0.27;0.34 +1304;2;4521.00;10.30;652.00;-1.24;0.34 +1304;3;4527.50;10.30;650.00;0.86;0.34 +1304;4;4527.50;10.30;653.50;1.71;0.34 +1304;5;4522.50;10.40;656.50;3.54;0.34 +1304;6;4526.00;10.35;657.00;2.67;0.34 +1304;9;4520.94;10.30;653.00;1.57;0.34 +1304;10;4527.06;10.30;653.00;-1.57;0.34 +1304;21;4520.94;10.30;653.00;1.57;0.34 1305;0;3675.00;9.80;1599.00;0.00;0.38 +1305;1;3673.50;9.80;1594.50;-0.32;0.38 +1305;2;3676.00;9.80;1596.50;0.38;0.38 +1305;3;3671.00;9.80;1595.50;-0.85;0.38 +1305;4;3672.00;9.87;1599.00;4.71;0.38 +1305;5;3679.00;9.85;1601.00;2.03;0.38 +1305;6;3674.50;9.80;1602.50;3.28;0.38 +1305;7;3677.50;9.80;1604.50;2.71;0.38 +1305;9;3671.58;9.89;1599.00;1.57;0.38 +1305;10;3678.42;9.80;1599.00;-1.57;0.38 +1305;21;3671.58;9.89;1599.00;1.57;0.38 1306;0;4658.00;9.92;730.00;0.00;0.26 +1306;1;4659.00;9.75;728.00;0.46;0.26 +1306;2;4655.50;10.20;729.50;-1.37;0.26 +1306;3;4659.50;9.70;731.50;2.35;0.26 +1306;4;4655.50;10.15;732.00;4.03;0.26 +1306;9;4654.94;10.25;730.00;1.57;0.26 +1306;10;4661.06;9.70;730.00;-1.57;0.26 +1306;19;4664.00;9.55;732.00;-3.93;0.26 +1306;20;4665.66;9.55;732.55;1.89;0.26 +1306;21;4654.94;10.25;730.00;1.57;0.26 1307;0;3628.00;10.10;1752.00;0.00;0.36 +1307;1;3624.50;10.10;1747.50;-0.66;0.36 +1307;2;3626.50;10.10;1747.00;-0.29;0.36 +1307;3;3624.50;10.10;1750.50;-1.16;0.36 +1307;4;3630.00;10.10;1750.00;0.78;0.36 +1307;5;3631.00;10.10;1755.00;2.35;0.36 +1307;6;3626.50;10.10;1754.50;3.68;0.36 +1307;9;3624.76;10.10;1752.00;1.57;0.36 +1307;10;3631.24;10.08;1752.00;-1.57;0.36 +1307;21;3624.76;10.10;1752.00;1.57;0.36 1308;0;4351.00;9.65;815.00;0.00;0.16 +1308;1;4351.50;9.70;811.50;0.14;0.16 +1308;2;4350.50;9.70;812.50;-0.19;0.16 +1308;3;4352.50;9.65;814.00;0.98;0.16 +1308;4;4350.00;9.70;815.50;4.24;0.16 +1308;5;4352.50;9.60;817.00;2.49;0.16 +1308;9;4349.56;9.70;815.00;1.57;0.16 +1308;10;4352.44;9.60;815.00;-1.57;0.16 +1308;19;4353.00;9.55;812.00;0.98;0.16 +1308;20;4353.97;9.55;810.54;0.58;0.16 +1308;21;4349.56;9.70;815.00;1.57;0.16 1309;0;3940.00;10.07;1594.00;0.00;0.56 +1309;1;3937.50;10.50;1589.50;-0.50;0.56 +1309;2;3943.50;10.15;1587.00;0.46;0.56 +1309;3;3945.50;10.00;1590.00;0.94;0.56 +1309;4;3945.00;9.87;1596.00;1.95;0.56 +1309;5;3934.00;10.25;1596.50;4.31;0.56 +1309;6;3937.50;10.00;1600.00;3.53;0.56 +1309;9;3934.96;10.30;1594.00;1.57;0.56 +1309;10;3945.04;9.90;1594.00;-1.57;0.56 +1309;21;3934.96;10.30;1594.00;1.57;0.56 1310;0;5016.00;9.75;508.00;0.00;0.24 +1310;1;5016.00;9.70;505.50;0.00;0.24 +1310;2;5021.50;10.00;508.00;1.57;0.24 +1310;3;5011.00;10.10;508.50;4.61;0.24 +1310;4;5015.50;10.30;510.50;3.33;0.24 +1310;9;5011.86;10.03;508.00;1.57;0.24 +1310;10;5020.14;9.96;508.00;-1.57;0.24 +1310;19;5027.00;9.50;504.00;0.00;0.24 +1310;20;5028.64;9.50;503.40;1.22;0.24 +1310;21;5011.86;10.03;508.00;1.57;0.24 1311;0;4752.00;10.85;845.00;0.00;0.20 +1311;1;4749.50;10.55;844.00;-1.19;0.20 +1311;2;4754.00;10.80;844.00;1.10;0.20 +1311;3;4753.00;10.15;846.00;2.35;0.20 +1311;4;4748.50;10.10;847.50;4.09;0.20 +1311;9;4749.12;10.87;845.00;1.57;0.20 +1311;10;4754.88;10.42;845.00;-1.57;0.20 +1311;19;4759.00;9.50;849.00;-3.93;0.20 +1311;20;4760.52;9.50;849.86;2.09;0.20 +1311;21;4749.12;10.87;845.00;1.57;0.20 1312;0;3884.00;10.70;1458.00;0.00;0.52 +1312;1;3880.50;10.50;1452.50;-0.56;0.52 +1312;2;3885.50;10.60;1452.00;0.24;0.52 +1312;3;3890.00;10.70;1457.50;1.48;0.52 +1312;4;3878.50;10.70;1457.50;-1.48;0.52 +1312;5;3887.00;10.50;1463.50;2.64;0.52 +1312;6;3880.00;10.55;1463.50;3.77;0.52 +1312;9;3878.96;10.70;1458.00;1.57;0.52 +1312;10;3889.04;10.67;1458.00;-1.57;0.52 +1312;21;3878.96;10.70;1458.00;1.57;0.52 1313;0;4438.00;9.90;578.00;0.00;0.26 +1313;1;4439.00;10.05;576.00;0.46;0.26 +1313;2;4435.50;10.30;576.50;-1.03;0.26 +1313;3;4441.50;9.70;577.50;1.42;0.26 +1313;4;4440.00;9.75;579.00;2.03;0.26 +1313;5;4436.00;9.82;580.00;3.92;0.26 +1313;9;4435.30;9.97;578.00;1.57;0.26 +1313;10;4440.70;9.74;578.00;-1.57;0.26 +1313;21;4435.30;9.97;578.00;1.57;0.26 1314;0;3745.00;10.35;1480.00;0.00;0.48 +1314;1;3748.00;10.80;1474.50;0.49;0.48 +1314;2;3743.00;10.85;1475.50;-0.41;0.48 +1314;3;3751.00;10.20;1476.50;1.04;0.48 +1314;4;3739.50;10.30;1480.00;4.71;0.48 +1314;5;3749.00;9.90;1481.50;1.93;0.48 +1314;6;3739.00;9.97;1484.00;4.12;0.48 +1314;7;3743.50;9.90;1485.50;3.40;0.48 +1314;9;3739.78;10.30;1480.00;1.57;0.48 +1314;10;3750.22;9.91;1480.00;-1.57;0.48 +1314;21;3739.78;10.30;1480.00;1.57;0.48 1315;0;4343.00;9.70;872.00;0.00;0.30 +1315;1;4340.50;9.50;870.50;-1.03;0.30 +1315;2;4344.50;9.85;870.00;0.64;0.30 +1315;3;4345.50;10.40;873.50;2.11;0.30 +1315;4;4341.00;9.60;874.50;3.81;0.30 +1315;9;4340.12;9.50;872.00;1.57;0.30 +1315;10;4345.88;10.42;872.00;-1.57;0.30 +1315;19;4338.00;9.50;872.00;-1.03;0.30 +1315;20;4336.25;9.50;872.00;4.71;0.30 +1315;21;4340.12;9.50;872.00;1.57;0.30 1316;0;4520.00;9.65;637.00;0.00;0.46 +1316;1;4516.50;9.70;635.50;-1.16;0.46 +1316;2;4524.00;9.65;635.50;1.21;0.46 +1316;3;4525.00;10.15;639.00;1.95;0.46 +1316;4;4518.00;9.67;639.00;3.92;0.46 +1316;5;4523.00;10.10;641.50;2.55;0.46 +1316;9;4514.78;9.66;637.00;1.57;0.46 +1316;10;4525.22;10.00;637.00;-1.57;0.46 +1316;19;4511.54;9.40;631.11;0.63;0.46 +1316;20;4510.95;9.50;627.33;-0.19;0.46 +1316;21;4514.78;9.66;637.00;1.57;0.46 1317;0;4033.00;10.25;913.00;0.00;0.38 +1317;1;4028.00;10.40;909.50;-0.96;0.38 +1317;2;4032.00;10.20;909.50;-0.27;0.38 +1317;3;4037.00;10.65;911.50;1.21;0.38 +1317;4;4028.50;10.30;914.00;4.49;0.38 +1317;5;4037.50;10.80;916.50;2.23;0.38 +1317;6;4032.50;10.45;917.00;3.26;0.38 +1317;9;4028.68;10.30;913.00;1.57;0.38 +1317;10;4037.32;10.68;913.00;-1.57;0.38 +1317;21;4028.68;10.30;913.00;1.57;0.38 1318;0;3637.00;9.70;1521.00;0.00;0.28 +1318;1;3637.00;9.70;1517.00;0.00;0.28 +1318;2;3639.50;9.70;1520.00;1.19;0.28 +1318;3;3634.00;9.70;1521.00;4.71;0.28 +1318;4;3639.50;9.70;1524.50;2.52;0.28 +1318;5;3636.50;9.70;1525.00;3.26;0.28 +1318;9;3634.48;9.70;1521.00;1.57;0.28 +1318;10;3639.52;9.70;1521.00;-1.57;0.28 +1318;21;3634.48;9.70;1521.00;1.57;0.28 1319;0;4407.00;15.25;1068.00;0.00;0.38 +1319;1;4402.00;15.15;1064.50;-0.96;0.38 +1319;2;4409.00;15.52;1066.00;0.78;0.38 +1319;3;4401.00;15.15;1067.00;-1.40;0.38 +1319;4;4406.00;15.15;1070.50;3.52;0.38 +1319;5;4413.50;15.50;1069.50;1.79;0.38 +1319;6;4411.50;15.00;1071.00;2.15;0.38 +1319;9;4401.96;15.37;1068.00;1.57;0.38 +1319;10;4412.04;15.84;1068.00;-1.57;0.38 +1319;21;4401.96;15.37;1068.00;1.57;0.38 1320;0;930.00;12.65;1708.00;0.00;0.52 +1320;1;932.00;12.25;1701.50;0.29;0.52 +1320;2;929.00;14.05;1701.00;-0.14;0.52 +1320;3;925.50;14.40;1707.50;-1.46;0.52 +1320;4;935.00;13.55;1708.50;1.67;0.52 +1320;5;929.00;14.90;1713.00;3.33;0.52 +1320;6;935.00;14.60;1713.00;2.35;0.52 +1320;9;925.32;14.27;1708.00;1.57;0.52 +1320;10;934.68;13.39;1708.00;-1.57;0.52 +1320;21;925.32;14.27;1708.00;1.57;0.52 1321;0;4003.00;9.62;792.00;0.00;0.24 +1321;1;4003.00;9.50;788.50;0.00;0.24 +1321;2;4005.00;9.80;788.50;0.51;0.24 +1321;3;4000.00;9.52;794.00;4.12;0.24 +1321;4;4004.50;9.80;793.00;2.15;0.24 +1321;5;4002.50;9.80;796.00;3.26;0.24 +1321;9;4000.84;9.50;792.00;1.57;0.24 +1321;10;4005.16;9.83;792.00;-1.57;0.24 +1321;19;4004.00;9.50;786.00;0.00;0.24 +1321;20;4004.28;9.50;784.27;0.16;0.24 +1321;21;4000.84;9.50;792.00;1.57;0.24 1322;0;5027.00;10.55;1476.00;0.00;0.30 +1322;1;5028.00;11.85;1469.00;0.14;0.30 +1322;2;5026.65;11.30;1472.46;4.71;0.30 +1322;3;5028.84;10.90;1479.18;1.57;0.30 +1322;4;5027.50;11.10;1483.00;3.07;0.30 +1322;9;5024.30;9.50;1476.00;1.57;0.30 +1322;10;5029.70;9.96;1476.00;-1.57;0.30 +1322;19;5026.00;10.40;1475.00;-1.57;0.30 +1322;20;5024.76;10.40;1473.76;-0.78;0.30 +1322;21;5024.30;9.50;1476.00;1.57;0.30 1323;0;884.00;12.80;1799.00;0.00;0.70 +1323;1;887.50;12.80;1788.50;0.32;0.70 +1323;2;890.50;12.50;1792.50;0.78;0.70 +1323;3;878.50;12.60;1799.00;4.71;0.70 +1323;4;888.00;12.27;1804.00;2.46;0.70 +1323;5;882.00;12.42;1809.00;3.33;0.70 +1323;9;877.70;12.68;1799.00;1.57;0.70 +1323;10;890.30;12.52;1799.00;-1.57;0.70 +1323;21;877.70;12.68;1799.00;1.57;0.70 1324;0;4441.00;10.30;855.00;0.00;0.30 -1325;0;4957.00;13.42;1500.00;0.00;0.34 -1326;0;4775.00;10.82;510.00;0.00;0.18 -1327;0;3795.00;10.30;1626.00;0.00;0.44 -1328;0;4497.00;12.27;873.00;0.00;0.24 -1329;0;5126.00;10.20;559.00;0.00;0.16 -1330;0;4310.00;10.52;920.00;0.00;0.28 +1324;1;4439.50;10.10;851.50;-0.40;0.30 +1324;2;4442.50;10.30;852.00;0.46;0.30 +1324;3;2220.00;9.50;427.00;-1.38;0.30 +1324;4;4444.00;10.30;855.00;1.57;0.30 +1324;5;4439.00;10.25;856.50;4.06;0.30 +1324;6;4443.50;10.30;858.00;2.44;0.30 +1324;7;4442.00;10.30;859.00;2.89;0.30 +1324;9;4438.30;10.20;855.00;1.57;0.30 +1324;10;4443.70;10.30;855.00;-1.57;0.30 +1324;21;4438.30;10.20;855.00;1.57;0.30 +1325;0;4957.00;13.42;1500.00;0.00;0.34 +1325;1;4958.50;12.70;1495.50;0.32;0.34 +1325;2;4955.00;13.25;1496.50;-0.51;0.34 +1325;3;4960.00;13.20;1498.50;1.10;0.34 +1325;4;4954.00;12.95;1500.50;4.54;0.34 +1325;5;4959.50;12.45;1503.00;2.44;0.34 +1325;6;4955.50;11.80;1504.50;3.46;0.34 +1325;7;4957.50;11.70;1505.00;3.04;0.34 +1325;9;4953.94;13.06;1500.00;1.57;0.34 +1325;10;4960.06;13.18;1500.00;-1.57;0.34 +1325;21;4953.94;13.06;1500.00;1.57;0.34 +1326;0;4775.00;10.82;510.00;0.00;0.18 +1326;1;4775.50;9.80;508.50;0.32;0.18 +1326;2;4773.50;11.70;510.00;4.71;0.18 +1326;3;4777.00;10.05;510.50;1.81;0.18 +1326;9;4773.20;11.74;510.00;1.57;0.18 +1326;10;4776.80;9.90;510.00;-1.57;0.18 +1326;19;4773.00;9.73;514.00;0.32;0.18 +1326;20;4772.21;9.73;515.56;3.60;0.18 +1326;21;4773.20;11.74;510.00;1.57;0.18 +1327;0;3795.00;10.30;1626.00;0.00;0.44 +1327;1;3788.50;10.50;1621.50;-0.96;0.44 +1327;2;3796.50;10.45;1623.00;0.46;0.44 +1327;3;3787.00;10.50;1625.00;-1.44;0.44 +1327;4;3802.00;9.90;1629.00;1.97;0.44 +1327;5;3794.00;10.12;1629.00;3.46;0.44 +1327;6;3787.50;10.50;1628.00;4.45;0.44 +1327;9;3789.06;10.50;1626.00;1.57;0.44 +1327;10;3800.94;9.90;1626.00;-1.57;0.44 +1327;21;3789.06;10.50;1626.00;1.57;0.44 +1328;0;4497.00;12.27;873.00;0.00;0.24 +1328;1;4496.00;11.85;870.50;-0.38;0.24 +1328;2;4498.00;12.10;870.50;0.38;0.24 +1328;3;4495.00;12.12;873.00;4.71;0.24 +1328;4;4499.50;12.30;872.00;1.19;0.24 +1328;5;4499.00;12.50;874.50;2.21;0.24 +1328;6;4495.00;13.05;876.00;3.73;0.24 +1328;7;4496.50;13.00;876.00;3.30;0.24 +1328;9;4494.84;12.08;873.00;1.57;0.24 +1328;10;4499.16;12.35;873.00;-1.57;0.24 +1328;21;4494.84;12.08;873.00;1.57;0.24 +1329;0;5126.00;10.20;559.00;0.00;0.16 +1329;1;5125.00;10.10;559.50;4.24;0.16 +1329;2;5128.50;10.65;559.00;1.57;0.16 +1329;3;5128.00;11.10;560.50;2.21;0.16 +1329;4;5121.50;9.50;556.50;-1.06;0.16 +1329;9;5123.84;9.61;559.00;1.57;0.16 +1329;10;5128.16;10.58;559.00;-1.57;0.16 +1329;19;5121.00;9.50;561.00;-2.03;0.16 +1329;20;5119.37;9.50;561.65;4.33;0.16 +1329;21;5123.84;9.61;559.00;1.57;0.16 +1330;0;4310.00;10.52;920.00;0.00;0.28 +1330;1;4311.00;10.40;918.00;0.46;0.28 +1330;2;4307.50;10.40;920.00;4.71;0.28 +1330;3;4307.00;10.55;920.50;4.54;0.28 +1330;4;4311.50;10.70;921.50;2.35;0.28 +1330;5;4308.50;10.70;922.00;3.78;0.28 +1330;9;4307.48;10.40;920.00;1.57;0.28 +1330;10;4312.52;10.59;920.00;-1.57;0.28 +1330;19;4312.00;9.50;914.00;0.46;0.28 +1330;20;4312.55;9.50;912.34;0.32;0.28 +1330;21;4307.48;10.40;920.00;1.57;0.28 1331;0;3813.00;9.90;1516.00;0.00;0.44 +1331;1;3816.50;10.00;1512.50;0.78;0.44 +1331;2;3808.00;9.80;1514.00;-1.19;0.44 +1331;3;3811.50;9.90;1511.50;-0.32;0.44 +1331;4;3819.50;10.10;1516.50;1.64;0.44 +1331;5;3808.50;9.80;1519.50;4.05;0.44 +1331;6;3817.00;10.00;1519.00;2.21;0.44 +1331;7;3812.50;9.90;1521.00;3.24;0.44 +1331;9;3808.14;9.80;1516.00;1.57;0.44 +1331;10;3817.86;10.00;1516.00;-1.57;0.44 +1331;21;3808.14;9.80;1516.00;1.57;0.44 1332;0;4422.00;9.70;629.00;0.00;0.18 +1332;1;4421.00;9.70;627.00;-0.46;0.18 +1332;2;4424.00;9.70;627.50;0.92;0.18 +1332;3;4419.50;9.85;629.00;4.71;0.18 +1332;4;4423.50;9.70;630.00;2.15;0.18 +1332;5;4419.00;10.00;630.50;4.24;0.18 +1332;9;4418.76;9.85;629.00;1.57;0.18 +1332;10;4425.24;9.70;629.00;-1.57;0.18 +1332;19;4421.00;9.60;632.00;-4.12;0.18 +1332;20;4420.44;9.60;633.66;3.46;0.18 +1332;21;4418.76;9.85;629.00;1.57;0.18 1333;0;4286.00;10.55;957.00;0.00;0.22 +1333;1;4284.50;10.90;956.50;-1.24;0.22 +1333;2;4286.50;10.80;953.50;0.14;0.22 +1333;3;4288.00;10.17;956.00;1.10;0.22 +1333;4;4285.50;10.55;960.00;3.30;0.22 +1333;5;4288.50;9.90;959.00;2.24;0.22 +1333;6;4283.00;10.95;960.50;3.85;0.22 +1333;9;4284.02;10.82;957.00;1.57;0.22 +1333;10;4287.98;10.13;957.00;-1.57;0.22 +1333;21;4284.02;10.82;957.00;1.57;0.22 1334;0;3736.00;10.30;1607.00;0.00;0.42 +1334;1;3735.50;10.20;1603.50;-0.14;0.42 +1334;2;3740.50;10.20;1604.00;0.98;0.42 +1334;3;3731.50;10.30;1608.00;4.49;0.42 +1334;4;3739.00;10.30;1609.00;2.15;0.42 +1334;5;3736.00;10.30;1612.00;3.14;0.42 +1334;9;3732.04;10.30;1607.00;1.57;0.42 +1334;10;3739.96;10.30;1607.00;-1.57;0.42 +1334;21;3732.04;10.30;1607.00;1.57;0.42 1335;0;4613.00;13.20;717.00;0.00;0.36 +1335;1;4609.50;12.25;713.00;-0.71;0.36 +1335;2;4613.00;12.90;714.50;0.00;0.36 +1335;3;4610.00;12.20;716.50;-1.40;0.36 +1335;4;4617.50;12.70;716.00;1.35;0.36 +1335;5;4617.00;12.70;718.00;1.81;0.36 +1335;6;4613.50;12.85;720.00;2.97;0.36 +1335;9;4609.76;12.12;717.00;1.57;0.36 +1335;10;4616.24;13.02;717.00;-1.57;0.36 +1335;21;4609.76;12.12;717.00;1.57;0.36 1336;0;3676.00;9.90;1696.00;0.00;0.28 +1336;1;3676.50;9.90;1692.50;0.14;0.28 +1336;2;3673.50;9.90;1696.00;4.71;0.28 +1336;3;3678.50;10.00;1697.50;2.11;0.28 +1336;4;3675.50;10.00;1699.50;3.28;0.28 +1336;9;3673.48;9.90;1696.00;1.57;0.28 +1336;10;3678.52;9.90;1696.00;-1.57;0.28 +1336;21;3673.48;9.90;1696.00;1.57;0.28 1337;0;4368.00;9.65;775.00;0.00;0.20 +1337;1;4369.50;9.60;774.50;1.24;0.20 +1337;2;4367.00;9.65;773.50;-0.58;0.20 +1337;3;4366.00;9.85;774.00;-1.10;0.20 +1337;4;4366.00;9.87;776.00;4.24;0.20 +1337;5;4367.00;9.80;777.50;3.52;0.20 +1337;9;4366.20;9.79;775.00;1.57;0.20 +1337;10;4369.80;9.66;775.00;-1.57;0.20 +1337;19;4368.00;9.53;782.00;1.25;0.20 +1337;20;4368.00;9.53;783.75;3.14;0.20 +1337;21;4366.20;9.79;775.00;1.57;0.20 1338;0;1738.00;9.70;1634.00;0.00;0.30 +1338;1;1737.50;9.70;1630.00;-0.12;0.30 +1338;2;1741.00;9.70;1635.00;1.89;0.30 +1338;3;1736.00;9.70;1635.00;4.24;0.30 +1338;4;1737.00;9.80;1639.00;3.33;0.30 +1338;5;1739.50;9.80;1640.50;2.91;0.30 +1338;9;1735.30;9.65;1634.00;1.57;0.30 +1338;10;1740.70;9.70;1634.00;-1.57;0.30 +1338;19;1739.00;9.50;1624.00;-0.12;0.30 +1338;20;1739.17;9.50;1622.25;0.10;0.30 +1338;21;1735.30;9.65;1634.00;1.57;0.30 1339;0;4754.00;10.42;500.00;0.00;0.20 +1339;1;4754.50;9.70;497.00;0.16;0.20 +1339;2;4752.50;10.20;497.50;-0.54;0.20 +1339;3;4752.00;10.75;500.00;4.71;0.20 +1339;4;4756.00;9.72;499.00;1.10;0.20 +1339;5;4755.50;10.50;501.50;2.35;0.20 +1339;6;4753.50;10.60;502.50;3.33;0.20 +1339;9;4752.20;10.71;500.00;1.57;0.20 +1339;10;4755.80;9.97;500.00;-1.57;0.20 +1339;19;4756.00;9.60;498.00;0.17;0.20 +1339;20;4757.23;9.60;496.76;0.78;0.20 +1339;21;4752.20;10.71;500.00;1.57;0.20 1340;0;4758.00;10.30;839.00;0.00;0.20 +1340;1;4759.00;10.40;837.50;0.58;0.20 +1340;2;4756.50;9.90;837.50;-0.78;0.20 +1340;3;4760.50;11.90;840.00;1.95;0.20 +1340;4;4755.00;9.80;839.00;4.71;0.20 +1340;5;4757.00;10.55;841.00;3.60;0.20 +1340;9;4755.66;9.90;839.00;1.57;0.20 +1340;10;4760.34;11.90;839.00;-1.57;0.20 +1340;19;4764.00;10.60;841.00;-4.33;0.20 +1340;20;4765.66;10.60;841.55;1.89;0.20 +1340;21;4755.66;9.90;839.00;1.57;0.20 1341;0;1630.00;10.05;1661.00;0.00;0.46 +1341;1;1629.50;9.80;1655.00;-0.08;0.46 +1341;2;1626.00;10.00;1659.50;-1.21;0.46 +1341;3;1633.00;9.72;1656.00;0.54;0.46 +1341;4;1634.50;9.80;1658.50;1.06;0.46 +1341;5;1634.00;10.20;1664.50;2.29;0.46 +1341;6;1624.50;10.10;1665.00;4.08;0.46 +1341;7;1629.00;10.20;1666.50;3.32;0.46 +1341;9;1625.86;10.08;1661.00;1.57;0.46 +1341;10;1634.14;9.98;1661.00;-1.57;0.46 +1341;21;1625.86;10.08;1661.00;1.57;0.46 1342;0;4455.00;9.70;565.00;0.00;0.14 +1342;1;4455.00;9.70;561.50;0.00;0.14 +1342;2;4456.00;9.70;562.50;0.38;0.14 +1342;3;4453.50;9.70;565.00;4.71;0.14 +1342;4;4456.00;9.70;565.50;2.03;0.14 +1342;5;4455.00;9.70;568.00;3.14;0.14 +1342;6;4456.50;9.70;561.00;0.35;0.14 +1342;9;4453.74;9.70;565.00;1.57;0.14 +1342;10;4456.26;9.70;565.00;-1.57;0.14 +1342;19;4458.00;9.50;561.00;0.38;0.14 +1342;20;4459.05;9.50;559.60;0.64;0.14 +1342;21;4453.74;9.70;565.00;1.57;0.14 1343;0;4962.00;12.10;1521.00;0.00;0.32 +1343;1;4960.00;12.25;1515.50;-0.34;0.32 +1343;2;4963.00;12.55;1516.00;0.19;0.32 +1343;3;4958.50;11.60;1520.00;-1.29;0.32 +1343;4;4965.50;12.60;1521.00;1.57;0.32 +1343;5;4961.00;11.95;1526.00;3.33;0.32 +1343;6;4964.50;12.35;1526.00;2.67;0.32 +1343;9;4959.12;11.61;1521.00;1.57;0.32 +1343;10;4964.88;12.53;1521.00;-1.57;0.32 +1343;21;4959.12;11.61;1521.00;1.57;0.32 1344;0;4040.00;10.62;861.00;0.00;0.26 +1344;1;4038.00;10.70;858.50;-0.67;0.26 +1344;2;4042.00;10.30;858.50;0.67;0.26 +1344;3;4035.50;11.10;860.50;-1.46;0.26 +1344;4;4045.50;10.10;860.50;1.48;0.26 +1344;5;4044.50;10.20;862.00;1.78;0.26 +1344;6;4035.50;11.20;863.00;4.29;0.26 +1344;7;4039.50;10.80;863.00;3.38;0.26 +1344;9;4035.86;11.11;861.00;1.57;0.26 +1344;10;4044.14;10.21;861.00;-1.57;0.26 +1344;21;4035.86;11.11;861.00;1.57;0.26 1345;0;4432.00;9.70;628.00;0.00;0.46 +1345;1;4426.50;9.70;625.00;-1.07;0.46 +1345;2;4431.00;9.70;624.00;-0.24;0.46 +1345;3;4435.50;9.50;634.50;2.64;0.46 +1345;4;4429.00;9.67;627.00;-1.24;0.46 +1345;5;4435.00;9.50;636.50;2.80;0.46 +1345;9;4427.86;9.70;628.00;1.57;0.46 +1345;10;4436.14;9.50;628.00;-1.57;0.46 +1345;19;4436.00;9.60;621.00;-3.64;0.46 +1345;20;4436.86;9.60;619.48;0.51;0.46 +1345;21;4427.86;9.70;628.00;1.57;0.46 1346;0;2918.00;13.40;1488.00;0.00;0.18 +1346;1;2918.50;14.05;1486.00;0.24;0.18 +1346;2;2916.50;12.95;1487.00;-0.98;0.18 +1346;3;2920.00;13.52;1488.00;1.57;0.18 +1346;4;2916.00;12.50;1488.50;4.46;0.18 +1346;5;2917.00;12.85;1489.50;3.73;0.18 +1346;6;2919.50;13.60;1490.50;2.60;0.18 +1346;9;2916.38;12.72;1488.00;1.57;0.18 +1346;10;2919.62;13.77;1488.00;-1.57;0.18 +1346;21;2916.38;12.72;1488.00;1.57;0.18 1347;0;968.00;14.40;1801.00;0.00;0.92 +1347;1;970.50;14.80;1792.50;0.28;0.92 +1347;2;978.00;15.60;1792.00;0.83;0.92 +1347;3;977.00;15.20;1801.00;1.57;0.92 +1347;4;961.00;14.62;1801.00;4.71;0.92 +1347;5;953.50;14.40;1806.50;4.35;0.92 +1347;6;961.50;14.20;1809.00;3.82;0.92 +1347;9;957.02;14.50;1801.00;1.57;0.92 +1347;10;978.98;15.00;1801.00;-1.57;0.92 +1347;21;957.02;14.50;1801.00;1.57;0.92 1348;0;4408.00;10.85;719.00;0.00;0.22 +1348;1;4407.50;10.75;716.00;-0.16;0.22 +1348;2;4409.00;10.92;716.00;0.32;0.22 +1348;3;4406.00;10.80;719.50;4.46;0.22 +1348;4;4409.50;11.00;719.50;1.89;0.22 +1348;5;4408.00;11.00;722.00;3.14;0.22 +1348;9;4406.02;10.77;719.00;1.57;0.22 +1348;10;4409.98;11.04;719.00;-1.57;0.22 +1348;21;4406.02;10.77;719.00;1.57;0.22 1349;0;3948.00;9.70;954.00;0.00;0.26 +1349;1;3948.00;9.70;950.00;0.00;0.26 +1349;2;3945.50;9.50;954.50;4.51;0.26 +1349;3;3950.50;9.90;953.50;1.37;0.26 +1349;4;3950.50;9.75;957.00;2.44;0.26 +1349;5;3947.00;9.70;958.00;3.38;0.26 +1349;9;3945.66;9.50;954.00;1.57;0.26 +1349;10;3950.34;9.82;954.00;-1.57;0.26 +1349;19;3945.00;9.50;961.00;-1.77;0.26 +1349;20;3944.31;9.50;962.60;3.54;0.26 +1349;21;3945.66;9.50;954.00;1.57;0.26 1350;0;3642.00;10.15;1575.00;0.00;0.30 +1350;1;3642.50;10.00;1572.00;0.16;0.30 +1350;2;3645.00;10.15;1572.50;0.87;0.30 +1350;3;3639.50;9.90;1574.00;-1.19;0.30 +1350;4;3644.00;10.20;1576.00;2.03;0.30 +1350;5;3639.00;9.72;1577.00;4.12;0.30 +1350;6;3641.00;10.00;1578.50;3.42;0.30 +1350;9;3639.30;9.83;1575.00;1.57;0.30 +1350;10;3644.70;10.23;1575.00;-1.57;0.30 +1350;21;3639.30;9.83;1575.00;1.57;0.30 1351;0;4784.63;9.50;719.61;0.00;0.48 +1351;1;4769.63;9.50;707.49;-0.64;0.48 +1351;2;4784.93;9.70;720.30;2.15;0.48 +1351;9;4773.68;9.50;714.00;1.57;0.48 +1351;10;4782.32;9.50;714.00;-1.57;0.48 +1351;19;4783.00;9.50;723.00;-4.12;0.48 +1351;20;4783.85;9.50;724.53;2.63;0.48 +1351;21;4773.68;9.50;714.00;1.57;0.48 1352;0;1304.00;11.05;1515.00;0.00;0.40 +1352;1;1304.50;11.10;1510.00;0.10;0.40 +1352;2;1307.00;10.95;1510.00;0.54;0.40 +1352;3;1300.00;11.20;1514.50;-1.44;0.40 +1352;4;1308.00;10.60;1514.50;1.44;0.40 +1352;5;1299.50;11.10;1519.00;3.98;0.40 +1352;6;1302.00;11.00;1520.00;3.52;0.40 +1352;7;1306.00;10.52;1520.00;2.76;0.40 +1352;9;1300.40;11.20;1515.00;1.57;0.40 +1352;10;1307.60;10.58;1515.00;-1.57;0.40 +1352;21;1300.40;11.20;1515.00;1.57;0.40 1353;0;4413.00;12.25;846.00;0.00;0.24 +1353;1;4411.50;10.35;843.00;-0.46;0.24 +1353;2;4413.50;11.30;843.00;0.16;0.24 +1353;3;4411.00;11.10;846.00;4.71;0.24 +1353;4;4415.50;12.60;845.00;1.19;0.24 +1353;5;4414.50;12.75;848.00;2.49;0.24 +1353;6;4411.50;12.30;849.00;3.60;0.24 +1353;9;4410.84;11.00;846.00;1.57;0.24 +1353;10;4415.16;12.73;846.00;-1.57;0.24 +1353;19;4410.00;9.50;840.00;-0.46;0.24 +1353;20;4409.21;9.50;838.43;-0.46;0.24 +1353;21;4410.84;11.00;846.00;1.57;0.24 1354;0;1793.00;9.75;1629.00;0.00;0.44 +1354;1;1790.50;9.80;1626.50;-0.78;0.44 +1354;2;1796.00;9.70;1626.00;0.78;0.44 +1354;3;1795.50;9.80;1631.50;2.35;0.44 +1354;9;1789.04;9.80;1629.00;1.57;0.44 +1354;10;1796.96;9.70;1629.00;-1.57;0.44 +1354;19;1791.00;9.60;1638.00;0.79;0.44 +1354;20;1790.62;9.60;1639.70;3.36;0.44 +1354;21;1796.96;9.70;1629.00;-1.57;0.44 1355;0;4736.60;9.50;488.35;0.00;0.42 +1355;1;4730.95;9.50;481.28;-0.83;0.42 +1355;2;4729.19;9.70;478.73;-0.55;0.42 +1355;3;4733.37;9.60;486.82;3.46;0.42 +1355;4;4737.73;9.80;485.81;0.58;0.42 +1355;5;4740.25;11.70;488.37;2.26;0.42 +1355;6;4737.00;9.55;490.50;2.72;0.42 +1355;7;4738.18;9.50;493.43;2.94;0.42 +1355;9;4731.22;9.50;486.00;1.57;0.42 +1355;10;4738.78;9.68;486.00;-1.57;0.42 +1355;19;4735.00;9.50;491.00;-2.82;0.42 +1355;20;4735.00;9.50;492.75;3.14;0.42 +1355;21;4731.22;9.50;486.00;1.57;0.42 1356;0;1703.00;11.60;1697.00;0.00;0.42 +1356;1;1701.00;11.50;1692.50;-0.41;0.42 +1356;2;1707.50;10.40;1695.00;1.15;0.42 +1356;3;1698.00;11.85;1698.00;4.51;0.42 +1356;4;1704.50;11.40;1700.50;2.73;0.42 +1356;5;1698.50;11.80;1702.00;3.87;0.42 +1356;9;1698.32;11.84;1697.00;1.57;0.42 +1356;10;1707.68;10.51;1697.00;-1.57;0.42 +1356;19;1710.00;9.60;1691.00;1.15;0.42 +1356;20;1711.32;9.60;1689.86;0.86;0.42 +1356;21;1698.32;11.84;1697.00;1.57;0.42 1357;0;4393.00;10.75;917.00;0.00;0.38 +1357;1;4391.00;10.45;912.00;-0.38;0.38 +1357;2;4389.50;10.40;912.50;-0.66;0.38 +1357;3;4395.00;10.55;915.50;0.92;0.38 +1357;4;4390.00;11.20;916.50;-1.40;0.38 +1357;5;4398.50;10.10;920.00;2.07;0.38 +1357;6;4390.50;11.20;920.50;3.76;0.38 +1357;7;4394.50;10.30;921.00;2.78;0.38 +1357;9;4389.58;11.24;917.00;1.57;0.38 +1357;10;4396.42;10.26;917.00;-1.57;0.38 +1357;21;4389.58;11.24;917.00;1.57;0.38 1358;0;5226.00;9.85;554.00;0.00;0.18 +1358;1;5226.50;10.75;552.00;0.24;0.18 +1358;2;5227.50;10.70;552.00;0.64;0.18 +1358;3;5225.00;10.17;554.00;4.71;0.18 +1358;4;5226.50;9.75;555.00;2.67;0.18 +1358;5;5224.00;9.90;556.50;3.81;0.18 +1358;9;5224.38;10.49;554.00;1.57;0.18 +1358;10;5227.62;9.97;554.00;-1.57;0.18 +1358;19;5216.18;9.50;552.47;-2.31;0.18 +1358;20;5215.50;9.50;550.72;5.98;0.18 +1358;21;5224.38;10.49;554.00;1.57;0.18 1359;0;4001.00;10.70;931.00;0.00;0.38 +1359;1;3999.50;10.60;927.00;-0.35;0.38 +1359;2;4004.00;10.60;928.00;0.78;0.38 +1359;3;3997.50;10.70;931.50;4.57;0.38 +1359;4;4004.00;10.80;933.00;2.15;0.38 +1359;5;3999.50;10.85;936.00;3.43;0.38 +1359;6;4002.50;10.95;936.00;2.85;0.38 +1359;9;3997.58;10.65;931.00;1.57;0.38 +1359;10;4004.42;10.70;931.00;-1.57;0.38 +1359;21;3997.58;10.65;931.00;1.57;0.38 1360;0;3774.00;9.70;1513.00;0.00;0.42 +1360;1;3773.50;9.70;1508.50;-0.11;0.42 +1360;2;3770.00;9.80;1511.50;-1.21;0.42 +1360;3;3777.50;9.70;1512.00;1.29;0.42 +1360;4;3778.00;9.80;1516.50;2.29;0.42 +1360;5;3773.00;9.80;1517.00;3.38;0.42 +1360;9;3770.22;9.80;1513.00;1.57;0.42 +1360;10;3777.78;9.70;1513.00;-1.57;0.42 +1360;21;3770.22;9.80;1513.00;1.57;0.42 1361;0;5173.00;10.25;600.00;0.00;0.26 +1361;1;5172.00;9.50;599.50;-1.10;0.26 +1361;2;5175.00;10.40;598.00;0.78;0.26 +1361;3;5169.50;10.10;602.00;4.19;0.26 +1361;9;5170.30;9.50;600.00;1.57;0.26 +1361;10;5175.70;9.50;600.00;-1.57;0.26 +1361;19;5171.00;10.15;602.00;-1.11;0.26 +1361;20;5169.76;10.15;603.23;3.92;0.26 +1361;21;5170.30;9.50;600.00;1.57;0.26 1362;0;4440.00;11.75;948.00;0.00;0.30 +1362;1;4439.00;11.32;946.00;-0.46;0.30 +1362;2;4442.50;11.50;945.00;0.69;0.30 +1362;3;4443.00;12.02;948.00;1.57;0.30 +1362;4;4436.50;11.70;950.00;4.19;0.30 +1362;5;4439.00;12.15;951.00;3.46;0.30 +1362;9;4436.94;11.35;948.00;1.57;0.30 +1362;10;4443.06;12.03;948.00;-1.57;0.30 +1362;21;4436.94;11.35;948.00;1.57;0.30 1363;0;3809.00;9.75;1583.00;0.00;0.38 +1363;1;3805.50;9.70;1579.50;-0.78;0.38 +1363;2;3813.00;10.00;1581.00;1.10;0.38 +1363;3;3803.50;10.00;1584.00;4.53;0.38 +1363;4;3815.50;10.10;1585.50;1.93;0.38 +1363;5;3810.50;9.80;1586.50;2.73;0.38 +1363;6;3805.00;10.35;1587.50;3.86;0.38 +1363;9;3803.60;9.84;1583.00;1.57;0.38 +1363;10;3814.40;10.09;1583.00;-1.57;0.38 +1363;21;3803.60;9.84;1583.00;1.57;0.38 1364;0;4386.00;11.40;721.00;0.00;0.22 +1364;1;4385.50;11.00;718.50;-0.19;0.22 +1364;2;4388.00;12.10;718.50;0.67;0.22 +1364;3;4384.00;10.70;720.00;-1.10;0.22 +1364;4;4389.00;12.25;720.50;1.40;0.22 +1364;5;4384.00;10.90;723.50;3.81;0.22 +1364;6;4387.00;11.90;723.50;2.76;0.22 +1364;9;4384.02;10.70;721.00;1.57;0.22 +1364;10;4387.98;12.14;721.00;-1.57;0.22 +1364;21;4384.02;10.70;721.00;1.57;0.22 1365;0;3655.00;9.80;1673.00;0.00;0.30 +1365;1;3655.50;9.90;1668.50;0.11;0.30 +1365;2;3653.50;9.80;1671.00;-0.64;0.30 +1365;3;3658.00;9.80;1670.50;0.87;0.30 +1365;4;3657.00;9.80;1674.50;2.21;0.30 +1365;5;3652.00;9.80;1675.00;4.12;0.30 +1365;6;3653.50;9.80;1677.00;3.50;0.30 +1365;9;3652.30;9.80;1673.00;1.57;0.30 +1365;10;3657.70;9.80;1673.00;-1.57;0.30 +1365;21;3652.30;9.80;1673.00;1.57;0.30 1366;0;4352.00;9.67;776.00;0.00;0.22 +1366;1;4351.00;9.50;775.00;-0.78;0.22 +1366;2;4352.50;9.50;773.00;0.16;0.22 +1366;3;4354.00;9.70;774.00;0.78;0.22 +1366;4;4353.50;9.70;777.00;2.15;0.22 +1366;5;4350.50;9.70;778.00;3.78;0.22 +1366;6;4351.50;9.70;778.50;3.33;0.22 +1366;9;4350.02;9.55;776.00;1.57;0.22 +1366;10;4353.98;9.70;776.00;-1.57;0.22 +1366;19;4351.00;9.50;774.00;-0.79;0.22 +1366;20;4350.21;9.50;772.43;-0.46;0.22 +1366;21;4350.02;9.55;776.00;1.57;0.22 1367;0;4441.00;10.40;1165.00;0.00;0.44 +1367;1;4438.50;10.40;1162.00;-0.69;0.44 +1367;2;4444.50;10.30;1162.00;0.86;0.44 +1367;3;4438.00;10.50;1167.50;4.01;0.44 +1367;4;4444.00;10.40;1167.50;2.26;0.44 +1367;5;4441.50;10.50;1171.00;3.05;0.44 +1367;9;4437.04;10.50;1165.00;1.57;0.44 +1367;10;4444.96;10.40;1165.00;-1.57;0.44 +1367;21;4437.04;10.50;1165.00;1.57;0.44 1368;0;4722.00;10.75;829.00;0.00;0.24 +1368;1;4720.00;12.02;826.00;-0.58;0.24 +1368;2;4723.00;11.25;828.50;1.10;0.24 +1368;3;4720.50;11.20;828.00;-0.98;0.24 +1368;9;4719.84;10.28;829.00;1.57;0.24 +1368;10;4724.16;10.48;829.00;-1.57;0.24 +1368;19;4722.00;9.85;824.00;1.11;0.24 +1368;20;4722.00;9.85;822.25;0.00;0.24 +1368;21;4719.84;10.28;829.00;1.57;0.24 1369;0;4162.00;10.47;1603.00;0.00;0.50 +1369;1;4161.00;10.85;1596.50;-0.15;0.50 +1369;2;4164.00;10.80;1595.50;0.26;0.50 +1369;3;4165.50;10.60;1602.50;1.42;0.50 +1369;4;4157.00;10.55;1600.50;-1.10;0.50 +1369;5;4159.50;10.40;1606.50;3.76;0.50 +1369;6;4165.50;10.70;1610.00;2.67;0.50 +1369;9;4157.50;10.65;1603.00;1.57;0.50 +1369;10;4166.50;10.70;1603.00;-1.57;0.50 +1369;21;4157.50;10.65;1603.00;1.57;0.50 1370;0;5291.00;10.45;484.00;0.00;0.16 +1370;1;5290.50;10.40;483.50;-0.78;0.16 +1370;2;5294.50;10.30;485.00;1.84;0.16 +1370;3;5289.00;10.50;485.50;4.06;0.16 +1370;9;5287.40;9.84;484.00;1.57;0.16 +1370;10;5294.60;9.84;484.00;-1.57;0.16 +1370;19;5285.62;9.50;482.36;-2.18;0.16 +1370;20;5284.95;9.50;480.12;5.81;0.16 +1370;21;5294.60;9.84;484.00;-1.57;0.16 1371;0;3723.00;9.85;1475.00;0.00;0.34 +1371;1;3718.50;9.85;1471.00;-0.84;0.34 +1371;2;3725.00;9.80;1472.00;0.58;0.34 +1371;3;3718.00;9.82;1475.00;4.71;0.34 +1371;4;3728.50;10.00;1477.50;1.99;0.34 +1371;5;3723.00;9.85;1478.50;3.14;0.34 +1371;9;3718.50;9.80;1475.00;1.57;0.34 +1371;10;3727.50;10.00;1475.00;-1.57;0.34 +1371;21;3718.50;9.80;1475.00;1.57;0.34 1372;0;4721.00;9.97;872.00;0.00;0.24 +1372;1;4723.00;9.75;869.50;0.67;0.24 +1372;2;4721.00;9.50;870.50;0.00;0.24 +1372;3;4721.00;10.30;873.00;3.14;0.24 +1372;4;4719.00;9.80;872.50;4.46;0.24 +1372;9;4718.84;9.56;872.00;1.57;0.24 +1372;10;4723.16;10.43;872.00;-1.57;0.24 +1372;19;4727.00;9.68;872.00;-3.14;0.24 +1372;20;4728.75;9.68;872.00;1.57;0.24 +1372;21;4718.84;9.56;872.00;1.57;0.24 1373;0;4414.00;9.70;617.00;0.00;0.28 +1373;1;4413.00;9.70;615.00;-0.46;0.28 +1373;2;4417.50;9.80;615.00;1.05;0.28 +1373;3;4409.50;9.75;617.00;4.71;0.28 +1373;4;4418.50;9.75;617.00;1.57;0.28 +1373;5;4410.00;9.80;618.50;4.35;0.28 +1373;6;4417.50;9.70;619.50;2.19;0.28 +1373;7;4414.00;9.70;619.50;3.14;0.28 +1373;8;4417.00;9.70;621.00;2.49;0.28 +1373;9;4410.40;9.70;617.00;1.57;0.28 +1373;10;4417.60;9.75;617.00;-1.57;0.28 +1373;21;4410.40;9.70;617.00;1.57;0.28 1374;0;4458.00;10.77;899.00;0.00;0.30 +1374;1;4456.50;10.15;895.00;-0.35;0.30 +1374;2;4460.00;11.40;896.00;0.58;0.30 +1374;3;4456.00;10.10;895.50;-0.51;0.30 +1374;4;4455.50;10.10;898.50;-1.37;0.30 +1374;5;4461.00;11.55;900.00;1.89;0.30 +1374;6;4458.50;11.00;902.50;3.00;0.30 +1374;7;4456.00;10.55;902.50;3.66;0.30 +1374;9;4455.30;10.12;899.00;1.57;0.30 +1374;10;4460.70;11.62;899.00;-1.57;0.30 +1374;21;4455.30;10.12;899.00;1.57;0.30 1375;0;3949.00;9.80;1541.00;0.00;0.58 +1375;1;3949.00;9.80;1534.00;0.00;0.58 +1375;2;3952.50;9.80;1535.50;0.56;0.58 +1375;3;3945.00;9.75;1536.50;-0.72;0.58 +1375;4;3942.00;9.70;1539.00;-1.29;0.58 +1375;5;3954.50;9.80;1542.00;1.75;0.58 +1375;6;3944.50;9.80;1543.50;4.20;0.58 +1375;7;3954.50;9.80;1547.00;2.40;0.58 +1375;8;3950.00;9.80;1547.50;2.98;0.58 +1375;9;3943.60;9.70;1541.00;1.57;0.58 +1375;10;3954.40;9.80;1541.00;-1.57;0.58 +1375;21;3943.60;9.70;1541.00;1.57;0.58 1376;0;4384.00;9.87;708.00;0.00;0.26 +1376;1;4382.00;9.65;706.50;-0.92;0.26 +1376;2;4385.50;9.70;704.50;0.40;0.26 +1376;3;4386.00;10.15;708.50;1.81;0.26 +1376;4;4382.50;9.80;710.00;3.78;0.26 +1376;5;4384.50;10.25;712.00;3.01;0.26 +1376;9;4381.66;9.70;708.00;1.57;0.26 +1376;10;4386.34;10.09;708.00;-1.57;0.26 +1376;19;4378.00;9.50;709.00;-0.93;0.26 +1376;20;4376.27;9.50;709.28;4.54;0.26 +1376;21;4381.66;9.70;708.00;1.57;0.26 1377;0;4061.00;9.80;1093.00;0.00;0.48 +1377;1;4065.00;9.80;1087.50;0.62;0.48 +1377;2;4063.00;9.80;1086.50;0.29;0.48 +1377;3;4059.50;9.80;1090.50;-0.54;0.48 +1377;4;4063.50;9.85;1093.00;1.57;0.48 +1377;5;4056.00;9.80;1095.50;4.24;0.48 +1377;6;4056.50;9.85;1098.00;3.87;0.48 +1377;7;4060.50;9.80;1098.00;3.24;0.48 +1377;9;4056.68;9.80;1093.00;1.57;0.48 +1377;10;4065.32;9.80;1093.00;-1.57;0.48 +1377;21;4056.68;9.80;1093.00;1.57;0.48 1378;0;3680.00;9.85;1567.00;0.00;0.32 +1378;1;3677.50;10.00;1564.00;-0.69;0.32 +1378;2;3681.00;9.95;1563.00;0.24;0.32 +1378;3;3683.00;9.90;1564.50;0.87;0.32 +1378;4;3676.50;9.95;1567.00;4.71;0.32 +1378;5;3683.00;9.90;1568.50;2.03;0.32 +1378;6;3677.00;9.90;1569.50;4.01;0.32 +1378;7;3680.50;9.90;1571.00;3.01;0.32 +1378;8;3683.50;9.90;1571.50;2.48;0.32 +1378;9;3677.12;9.91;1567.00;1.57;0.32 +1378;10;3682.88;9.90;1567.00;-1.57;0.32 +1378;21;3677.12;9.91;1567.00;1.57;0.32 1379;0;4774.00;10.25;779.00;0.00;0.22 +1379;1;4775.00;10.32;776.00;0.32;0.22 +1379;2;4775.00;10.20;779.00;1.57;0.22 +1379;3;4773.00;10.22;777.00;-0.46;0.22 +1379;4;4771.50;10.30;780.00;4.33;0.22 +1379;5;4772.50;10.20;781.50;3.68;0.22 +1379;9;4772.02;10.27;779.00;1.57;0.22 +1379;10;4775.98;10.10;779.00;-1.57;0.22 +1379;19;4778.00;9.50;781.00;1.57;0.22 +1379;20;4779.56;9.50;781.78;2.03;0.22 +1379;21;4772.02;10.27;779.00;1.57;0.22 1380;0;3672.00;10.45;1655.00;0.00;0.26 +1380;1;3672.50;10.50;1652.50;0.19;0.26 +1380;2;3668.00;9.90;1652.50;-1.01;0.26 +1380;3;3676.00;10.35;1655.00;1.57;0.26 +1380;4;3667.50;9.90;1655.00;4.71;0.26 +1380;5;3672.50;10.40;1657.50;2.94;0.26 +1380;9;3668.40;9.99;1655.00;1.57;0.26 +1380;10;3675.60;10.39;1655.00;-1.57;0.26 +1380;21;3668.40;9.99;1655.00;1.57;0.26 1381;0;4047.00;9.70;818.00;0.00;0.32 +1381;1;4047.50;9.70;815.00;0.16;0.32 +1381;2;4044.00;9.90;816.50;-1.10;0.32 +1381;3;4049.50;9.70;820.00;2.24;0.32 +1381;4;4044.50;9.80;819.00;4.33;0.32 +1381;5;4047.00;9.70;821.50;3.14;0.32 +1381;9;4044.12;9.81;818.00;1.57;0.32 +1381;10;4049.88;9.70;818.00;-1.57;0.32 +1381;19;4052.00;9.55;814.00;0.17;0.32 +1381;20;4053.36;9.55;812.90;0.89;0.32 +1381;21;4049.88;9.70;818.00;-1.57;0.32 1382;0;3908.00;10.75;1451.00;0.00;0.58 +1382;1;3911.00;10.80;1444.00;0.40;0.58 +1382;2;3904.50;10.70;1446.00;-0.61;0.58 +1382;3;3914.50;10.70;1449.00;1.27;0.58 +1382;4;3902.00;10.75;1454.00;4.24;0.58 +1382;5;3912.00;10.90;1455.50;2.41;0.58 +1382;6;3906.00;10.80;1459.50;3.37;0.58 +1382;9;3902.78;10.70;1451.00;1.57;0.58 +1382;10;3913.22;10.75;1451.00;-1.57;0.58 +1382;21;3902.78;10.70;1451.00;1.57;0.58 1383;0;4390.00;12.67;1029.00;0.00;0.42 +1383;1;4389.00;12.60;1024.50;-0.21;0.42 +1383;2;4393.50;12.30;1025.50;0.78;0.42 +1383;3;4387.00;12.85;1032.00;3.92;0.42 +1383;4;4395.50;12.90;1028.50;1.48;0.42 +1383;5;4390.50;12.95;1032.00;2.97;0.42 +1383;6;4387.50;13.15;1037.00;3.44;0.42 +1383;9;4386.22;12.82;1029.00;1.57;0.42 +1383;10;4393.78;12.82;1029.00;-1.57;0.42 +1383;21;4386.22;12.82;1029.00;1.57;0.42 1384;0;3883.00;17.30;1296.00;0.00;0.36 +1384;1;3881.50;15.95;1293.00;-0.46;0.36 +1384;2;3885.50;14.85;1291.00;0.46;0.36 +1384;3;3886.50;15.80;1292.50;0.78;0.36 +1384;4;3886.50;17.10;1296.50;1.71;0.36 +1384;5;3879.00;17.10;1297.50;4.35;0.36 +1384;6;3882.00;17.75;1300.00;3.38;0.36 +1384;7;3885.00;17.55;1300.00;2.67;0.36 +1384;9;3879.76;16.65;1296.00;1.57;0.36 +1384;10;3886.24;17.06;1296.00;-1.57;0.36 +1384;21;3886.99;17.80;1294.25;1.57;0.36 1385;0;4348.00;10.50;864.00;0.00;0.22 +1385;1;4345.00;9.75;863.50;-1.40;0.22 +1385;2;4348.50;10.65;862.00;0.24;0.22 +1385;3;4351.50;11.00;862.50;1.16;0.22 +1385;4;4351.00;10.95;865.00;1.89;0.22 +1385;5;4347.00;10.30;866.00;3.60;0.22 +1385;6;4350.50;10.80;867.00;2.44;0.22 +1385;9;4345.30;9.78;864.00;1.57;0.22 +1385;10;4350.70;10.92;864.00;-1.57;0.22 +1385;19;4342.00;9.50;864.00;-1.41;0.22 +1385;20;4340.25;9.50;864.00;4.71;0.22 +1385;21;4345.30;9.78;864.00;1.57;0.22 1386;0;4497.00;10.20;543.00;0.00;0.20 +1386;1;4498.00;11.12;540.00;0.32;0.20 +1386;2;4496.00;10.65;541.50;-0.58;0.20 +1386;3;4499.00;10.92;541.00;0.78;0.20 +1386;4;4497.50;9.90;544.50;2.82;0.20 +1386;5;4495.00;9.95;545.00;3.92;0.20 +1386;9;4495.20;10.33;543.00;1.57;0.20 +1386;10;4498.80;10.10;543.00;-1.57;0.20 +1386;19;4499.00;9.68;546.00;-3.46;0.20 +1386;20;4499.97;9.68;547.45;2.55;0.20 +1386;21;4495.20;10.33;543.00;1.57;0.20 1387;0;3832.00;10.35;1662.00;0.00;0.36 +1387;1;3831.50;10.00;1659.00;-0.16;0.36 +1387;2;3826.00;10.30;1659.50;-1.17;0.36 +1387;3;3837.50;9.80;1663.00;1.75;0.36 +1387;4;3826.00;10.30;1662.50;4.62;0.36 +1387;5;3828.50;10.30;1664.00;4.19;0.36 +1387;6;3836.00;9.85;1665.00;2.21;0.36 +1387;7;3840.50;9.80;1665.50;1.96;0.36 +1387;9;3826.60;10.30;1662.00;1.57;0.36 +1387;10;3837.40;9.80;1662.00;-1.57;0.36 +1387;21;3840.00;10.00;1665.46;-1.57;0.36 1388;0;4699.00;10.50;903.00;0.00;0.18 +1388;1;4698.50;10.50;900.00;-0.16;0.18 +1388;2;4700.50;10.50;902.00;0.98;0.18 +1388;3;4697.50;10.50;903.00;4.71;0.18 +1388;4;4700.50;10.50;905.00;2.49;0.18 +1388;5;4698.50;10.50;905.50;3.33;0.18 +1388;9;4697.38;10.50;903.00;1.57;0.18 +1388;10;4700.62;10.48;903.00;-1.57;0.18 +1388;19;4702.00;10.35;901.00;0.98;0.18 +1388;20;4703.45;10.35;900.02;0.98;0.18 +1388;21;4697.38;10.50;903.00;1.57;0.18 1389;0;5058.00;10.17;582.00;0.00;0.26 +1389;1;5057.50;10.40;580.00;-0.24;0.26 +1389;2;5060.50;10.00;581.50;1.37;0.26 +1389;3;5057.00;10.20;583.50;3.73;0.26 +1389;4;5060.00;9.75;584.50;2.46;0.26 +1389;9;5055.48;10.35;582.00;1.57;0.26 +1389;10;5060.52;9.94;582.00;-1.57;0.26 +1389;19;5062.00;9.55;586.00;-3.82;0.26 +1389;20;5063.23;9.55;587.23;2.35;0.26 +1389;21;5055.48;10.35;582.00;1.57;0.26 1390;0;4436.00;10.27;939.00;0.00;0.30 +1390;1;4435.50;10.20;937.00;-0.24;0.30 +1390;2;4438.50;10.50;936.50;0.78;0.30 +1390;3;4439.00;10.70;938.50;1.40;0.30 +1390;4;4433.00;10.05;940.00;4.39;0.30 +1390;5;4437.00;10.80;941.50;2.76;0.30 +1390;6;4434.50;10.40;942.00;3.60;0.30 +1390;9;4433.30;10.04;939.00;1.57;0.30 +1390;10;4438.70;10.75;939.00;-1.57;0.30 +1390;21;4433.30;10.04;939.00;1.57;0.30 1391;0;3867.00;10.40;1592.00;0.00;0.46 +1391;1;3866.00;10.40;1588.00;-0.24;0.46 +1391;2;3874.50;10.40;1590.50;1.37;0.46 +1391;3;3861.50;10.40;1594.50;4.28;0.46 +1391;4;3870.00;10.47;1595.00;2.35;0.46 +1391;5;3865.00;10.50;1599.00;3.42;0.46 +1391;9;3860.88;10.40;1592.00;1.57;0.46 +1391;10;3873.12;10.40;1592.00;-1.57;0.46 +1391;21;3860.88;10.40;1592.00;1.57;0.46 1392;0;4407.00;9.72;706.00;0.00;0.24 +1392;1;4407.50;9.70;703.00;0.16;0.24 +1392;2;4405.50;9.70;705.50;-1.24;0.24 +1392;3;4409.00;9.77;706.00;1.57;0.24 +1392;4;4407.00;9.85;709.50;3.14;0.24 +1392;5;4404.50;9.90;709.50;3.76;0.24 +1392;9;4404.84;9.76;706.00;1.57;0.24 +1392;10;4409.16;9.78;706.00;-1.57;0.24 +1392;21;4404.84;9.76;706.00;1.57;0.24 1393;0;881.00;12.82;1741.00;0.00;0.46 +1393;1;878.00;11.35;1736.50;-0.58;0.46 +1393;2;884.00;12.10;1738.50;0.87;0.46 +1393;3;885.50;12.90;1743.50;2.07;0.46 +1393;4;878.00;11.80;1744.50;3.85;0.46 +1393;5;881.50;14.40;1747.00;3.05;0.46 +1393;9;876.86;10.60;1741.00;1.57;0.46 +1393;10;885.14;12.58;1741.00;-1.57;0.46 +1393;19;870.00;9.50;1732.00;-0.59;0.46 +1393;20;868.64;9.50;1730.89;-0.88;0.46 +1393;21;876.86;10.60;1741.00;1.57;0.46 1394;0;4359.00;11.05;781.00;0.00;0.22 +1394;1;4360.00;10.42;778.00;0.32;0.22 +1394;2;4361.50;10.65;779.00;0.89;0.22 +1394;3;4357.00;10.40;779.50;-0.92;0.22 +1394;4;4360.00;11.40;782.50;2.55;0.22 +1394;5;4356.50;10.80;782.50;4.17;0.22 +1394;9;4357.02;10.73;781.00;1.57;0.22 +1394;10;4360.98;11.05;781.00;-1.57;0.22 +1394;21;4357.02;10.73;781.00;1.57;0.22 1395;0;4435.00;10.35;1135.00;0.00;0.38 +1395;1;4431.50;10.60;1130.50;-0.66;0.38 +1395;2;4436.00;10.40;1132.50;0.38;0.38 +1395;3;4431.00;10.40;1136.50;4.35;0.38 +1395;4;4439.50;10.30;1136.50;1.89;0.38 +1395;5;4435.50;10.30;1139.00;3.01;0.38 +1395;9;4431.58;10.40;1135.00;1.57;0.38 +1395;10;4438.42;10.30;1135.00;-1.57;0.38 +1395;21;4431.58;10.40;1135.00;1.57;0.38 1396;0;4467.00;9.62;816.00;0.00;0.22 +1396;1;4465.50;9.60;814.50;-0.78;0.22 +1396;2;4468.50;9.80;814.50;0.78;0.22 +1396;3;4465.00;9.62;817.00;4.24;0.22 +1396;4;4468.00;9.70;817.50;2.55;0.22 +1396;5;4466.00;9.65;818.00;3.60;0.22 +1396;9;4465.02;9.62;816.00;1.57;0.22 +1396;10;4468.98;9.72;816.00;-1.57;0.22 +1396;19;4472.00;9.50;812.00;0.79;0.22 +1396;20;4473.36;9.50;810.90;0.89;0.22 +1396;21;4465.02;9.62;816.00;1.57;0.22 1397;0;4949.00;11.17;1486.00;0.00;0.36 +1397;1;4948.00;11.10;1483.00;-0.32;0.36 +1397;2;4952.00;11.75;1482.00;0.64;0.36 +1397;3;4953.00;12.00;1484.50;1.21;0.36 +1397;4;4945.50;11.20;1485.50;-1.42;0.36 +1397;5;4946.50;11.60;1488.50;3.92;0.36 +1397;6;4951.00;11.90;1489.50;2.62;0.36 +1397;9;4945.76;11.27;1486.00;1.57;0.36 +1397;10;4952.24;11.74;1486.00;-1.57;0.36 +1397;21;4945.76;11.27;1486.00;1.57;0.36 1398;0;4460.00;9.55;543.00;0.00;0.20 +1398;1;4458.50;9.50;542.50;-1.24;0.20 +1398;2;4463.50;9.60;541.50;1.16;0.20 +1398;3;4463.00;9.70;543.50;1.73;0.20 +1398;4;4460.50;9.70;544.50;2.82;0.20 +1398;9;4456.04;9.52;543.00;1.57;0.20 +1398;10;4463.96;9.70;543.00;-1.57;0.20 +1398;19;4457.00;9.55;546.00;-1.25;0.20 +1398;20;4455.76;9.55;547.23;3.92;0.20 +1398;21;4456.04;9.52;543.00;1.57;0.20 1399;0;5198.00;9.50;1502.00;0.00;0.44 +1399;1;5192.75;9.70;1496.25;-0.78;0.44 +1399;2;5200.15;9.50;1505.42;2.35;0.44 +1399;9;5194.04;9.50;1502.00;1.57;0.44 +1399;10;5201.96;9.50;1502.00;-1.57;0.44 +1399;19;5202.00;9.57;1508.00;-3.93;0.44 +1399;20;5202.97;9.57;1509.45;2.55;0.44 +1399;21;5194.04;9.50;1502.00;1.57;0.44 1400;0;4491.00;11.95;860.00;0.00;0.22 +1400;1;4489.00;10.90;857.00;-0.58;0.22 +1400;2;4491.50;11.90;857.50;0.19;0.22 +1400;3;4488.50;11.00;860.00;4.71;0.22 +1400;4;4493.00;12.55;858.50;0.92;0.22 +1400;5;4493.00;12.65;861.50;2.21;0.22 +1400;6;4490.50;11.90;862.50;3.33;0.22 +1400;7;4493.00;12.50;864.00;2.67;0.22 +1400;9;4489.02;11.20;860.00;1.57;0.22 +1400;10;4492.98;12.62;860.00;-1.57;0.22 +1400;21;4489.02;11.20;860.00;1.57;0.22 1401;0;4452.00;9.70;605.00;0.00;0.30 +1401;1;4456.00;9.70;602.50;1.01;0.30 +1401;2;4454.00;9.70;601.50;0.51;0.30 +1401;3;4450.50;9.70;603.50;-0.78;0.30 +1401;4;4452.50;9.70;606.50;2.82;0.30 +1401;5;4449.00;9.70;606.50;4.24;0.30 +1401;6;4455.00;9.70;605.00;1.57;0.30 +1401;9;4449.12;9.71;605.00;1.57;0.30 +1401;10;4454.88;9.70;605.00;-1.57;0.30 +1401;19;4457.00;9.60;604.00;-3.46;0.30 +1401;20;4458.71;9.60;603.65;1.37;0.30 +1401;21;4449.12;9.71;605.00;1.57;0.30 1402;0;3956.00;11.52;1455.00;0.00;0.52 +1402;1;3952.50;11.30;1451.50;-0.78;0.52 +1402;2;1977.50;10.30;727.00;-1.21;0.52 +1402;3;3961.50;11.60;1457.50;1.99;0.52 +1402;4;3950.50;11.40;1458.50;4.14;0.52 +1402;5;3955.50;11.35;1461.00;3.22;0.52 +1402;9;3951.32;11.35;1455.00;1.57;0.52 +1402;10;3960.68;11.50;1455.00;-1.57;0.52 +1402;21;3951.32;11.35;1455.00;1.57;0.52 1403;0;4333.00;9.62;911.00;0.00;0.26 +1403;1;4331.00;9.50;910.00;-1.10;0.26 +1403;2;4333.50;9.60;907.50;0.14;0.26 +1403;3;4335.00;9.75;911.50;1.81;0.26 +1403;4;4331.50;9.60;914.00;3.60;0.26 +1403;5;4333.00;9.70;915.50;3.14;0.26 +1403;9;4330.66;9.50;911.00;1.57;0.26 +1403;10;4335.34;9.77;911.00;-1.57;0.26 +1403;19;4330.00;9.50;914.00;-1.11;0.26 +1403;20;4328.76;9.50;915.23;3.92;0.26 +1403;21;4330.66;9.50;911.00;1.57;0.26 1404;0;4632.00;10.65;693.00;0.00;0.26 +1404;1;4628.00;11.00;690.50;-1.01;0.26 +1404;2;4628.00;11.00;692.00;-1.32;0.26 +1404;3;4632.50;10.60;691.50;0.32;0.26 +1404;4;4635.00;10.40;694.50;2.03;0.26 +1404;5;4631.00;10.80;695.00;3.60;0.26 +1404;9;4628.58;10.99;693.00;1.57;0.26 +1404;10;4635.42;10.45;693.00;-1.57;0.26 +1404;19;4636.00;9.50;698.00;-4.25;0.26 +1404;20;4637.09;9.50;699.36;2.46;0.26 +1404;21;4628.58;10.99;693.00;1.57;0.26 1405;0;3978.00;13.25;958.00;0.00;0.34 +1405;1;3978.00;12.67;955.00;0.00;0.34 +1405;2;3983.00;14.47;957.00;1.37;0.34 +1405;3;3974.00;11.82;957.00;-1.32;0.34 +1405;4;3974.00;12.95;960.50;4.15;0.34 +1405;5;3981.50;14.50;959.50;1.97;0.34 +1405;6;3977.00;13.85;961.50;3.42;0.34 +1405;9;3973.86;12.19;958.00;1.57;0.34 +1405;10;3982.14;14.57;958.00;-1.57;0.34 +1405;21;3973.86;12.19;958.00;1.57;0.34 1406;0;3692.00;10.15;1553.00;0.00;0.28 +1406;1;3692.00;10.55;1547.00;0.00;0.28 +1406;2;3693.50;10.45;1548.00;0.29;0.28 +1406;3;3689.00;10.65;1551.50;-1.10;0.28 +1406;4;3694.50;10.05;1553.00;1.57;0.28 +1406;5;3689.00;10.10;1557.50;3.73;0.28 +1406;6;3692.00;10.20;1558.00;3.14;0.28 +1406;9;3689.48;10.40;1553.00;1.57;0.28 +1406;10;3694.52;10.04;1553.00;-1.57;0.28 +1406;21;3689.48;10.40;1553.00;1.57;0.28 1407;0;4770.00;10.10;769.00;0.00;0.18 +1407;1;4771.00;9.70;766.50;0.38;0.18 +1407;2;4769.00;9.85;767.50;-0.58;0.18 +1407;3;4771.50;10.00;768.50;1.24;0.18 +1407;4;4768.00;10.40;769.50;4.46;0.18 +1407;5;4771.00;10.50;772.00;2.82;0.18 +1407;6;4769.50;10.50;771.50;3.33;0.18 +1407;9;4768.38;10.22;769.00;1.57;0.18 +1407;10;4771.62;10.11;769.00;-1.57;0.18 +1407;21;4768.38;10.22;769.00;1.57;0.18 1408;0;891.00;10.72;1730.00;0.00;0.32 +1408;1;892.00;10.02;1727.00;0.32;0.32 +1408;2;894.00;11.72;1730.00;1.57;0.32 +1408;3;888.00;9.92;1729.00;-1.24;0.32 +1408;4;889.00;11.97;1733.00;3.73;0.32 +1408;5;892.50;12.60;1733.50;2.73;0.32 +1408;9;887.94;10.58;1730.00;1.57;0.32 +1408;10;894.06;11.74;1730.00;-1.57;0.32 +1408;19;883.00;9.50;1731.00;-1.25;0.32 +1408;20;881.26;9.50;1731.21;4.58;0.32 +1408;21;887.94;10.58;1730.00;1.57;0.32 1409;0;4023.00;9.97;805.00;0.00;0.30 +1409;1;4022.50;9.90;801.50;-0.14;0.30 +1409;2;4020.50;10.15;803.00;-0.89;0.30 +1409;3;4025.00;9.80;803.00;0.78;0.30 +1409;4;4020.00;10.32;806.00;4.39;0.30 +1409;5;4026.00;9.95;806.50;2.03;0.30 +1409;6;4023.50;10.20;808.00;2.97;0.30 +1409;9;4020.30;10.24;805.00;1.57;0.30 +1409;10;4025.70;9.85;805.00;-1.57;0.30 +1409;21;4020.30;10.24;805.00;1.57;0.30 1410;0;4932.00;10.10;454.00;0.00;0.40 +1410;1;4932.00;10.25;450.00;0.00;0.40 +1410;2;4929.00;10.40;450.50;-0.70;0.40 +1410;3;4933.50;9.70;455.00;2.15;0.40 +1410;4;4928.00;10.25;453.50;-1.44;0.40 +1410;9;4928.40;10.16;454.00;1.57;0.40 +1410;10;4935.60;10.09;454.00;-1.57;0.40 +1410;19;4938.00;9.55;460.00;-4.12;0.40 +1410;20;4939.23;9.55;461.23;2.35;0.40 +1410;21;4928.40;10.16;454.00;1.57;0.40 1411;0;913.00;13.02;1846.00;0.00;1.36 +1411;1;924.50;13.30;1826.50;0.53;1.36 +1411;2;926.00;13.62;1829.00;0.65;1.36 +1411;3;913.00;12.42;1834.00;0.00;1.36 +1411;4;922.50;13.10;1844.50;1.41;1.36 +1411;5;901.50;12.80;1847.50;4.58;1.36 +1411;6;901.00;13.05;1857.50;3.94;1.36 +1411;7;915.50;12.80;1858.50;2.94;1.36 +1411;9;900.58;12.55;1846.00;1.57;1.36 +1411;10;925.42;12.80;1846.00;-1.57;1.36 +1411;21;900.58;12.55;1846.00;1.57;1.36 1412;0;3993.00;11.95;865.00;0.00;0.34 +1412;1;3993.50;12.60;861.00;0.12;0.34 +1412;2;3995.50;12.20;861.50;0.62;0.34 +1412;3;3990.50;12.85;864.00;-1.19;0.34 +1412;4;3996.00;11.50;865.50;1.73;0.34 +1412;5;3989.00;12.15;867.50;4.15;0.34 +1412;6;3993.00;12.00;868.00;3.14;0.34 +1412;9;3989.94;12.66;865.00;1.57;0.34 +1412;10;3996.06;11.60;865.00;-1.57;0.34 +1412;21;3989.94;12.66;865.00;1.57;0.34 1413;0;4535.00;9.82;541.00;0.00;0.24 +1413;1;4533.00;9.75;538.50;-0.67;0.24 +1413;2;4536.00;9.80;539.50;0.58;0.24 +1413;3;4534.00;9.75;542.50;3.73;0.24 +1413;4;4538.00;10.20;541.00;1.57;0.24 +1413;5;4537.50;10.30;542.50;2.11;0.24 +1413;9;4532.66;9.53;541.00;1.57;0.24 +1413;10;4537.34;10.13;541.00;-1.57;0.24 +1413;19;4533.00;9.53;542.00;-2.55;0.24 +1413;20;4531.43;9.53;542.78;4.24;0.24 +1413;21;4532.66;9.53;541.00;1.57;0.24 1414;0;925.00;13.17;1621.00;0.00;0.60 +1414;1;923.50;13.00;1615.50;-0.26;0.60 +1414;2;929.50;14.10;1615.50;0.68;0.60 +1414;3;918.50;12.20;1619.00;-1.27;0.60 +1414;4;930.50;12.20;1622.50;1.83;0.60 +1414;5;920.50;11.90;1624.50;4.05;0.60 +1414;6;925.50;11.90;1628.00;3.07;0.60 +1414;9;919.60;12.27;1621.00;1.57;0.60 +1414;10;930.40;12.60;1621.00;-1.57;0.60 +1414;21;919.60;12.27;1621.00;1.57;0.60 1415;0;4687.00;11.20;903.00;0.00;0.18 +1415;1;4686.50;11.50;900.50;-0.19;0.18 +1415;2;4688.00;11.65;902.00;0.78;0.18 +1415;3;4685.00;10.55;902.50;-1.32;0.18 +1415;4;4686.00;10.80;905.00;3.60;0.18 +1415;5;4688.50;10.80;905.00;2.49;0.18 +1415;6;4687.00;10.72;906.00;3.14;0.18 +1415;9;4685.38;10.61;903.00;1.57;0.18 +1415;10;4688.62;11.47;903.00;-1.57;0.18 +1415;19;4684.00;9.95;906.00;-2.68;0.18 +1415;20;4682.76;9.95;907.23;3.92;0.18 +1415;21;4685.38;10.61;903.00;1.57;0.18 1416;0;4613.00;11.32;606.00;0.00;0.28 +1416;1;4613.00;11.00;603.50;0.00;0.28 +1416;2;4616.00;9.90;604.50;1.10;0.28 +1416;3;4609.50;10.80;606.50;4.57;0.28 +1416;4;4614.00;11.30;608.00;2.67;0.28 +1416;5;4610.50;10.80;609.00;3.83;0.28 +1416;9;4610.12;11.00;606.00;1.57;0.28 +1416;10;4615.88;10.17;606.00;-1.57;0.28 +1416;19;4622.00;9.50;606.00;1.11;0.28 +1416;20;4623.75;9.50;606.00;1.57;0.28 +1416;21;4610.12;11.00;606.00;1.57;0.28 1417;0;4313.00;10.50;941.00;0.00;0.26 +1417;1;4314.00;10.52;939.00;0.46;0.26 +1417;2;4315.50;10.40;939.50;1.03;0.26 +1417;3;4311.00;10.60;940.50;-1.32;0.26 +1417;4;4311.00;10.40;942.50;4.06;0.26 +1417;5;4315.00;10.30;942.50;2.21;0.26 +1417;6;4313.00;10.30;944.00;3.14;0.26 +1417;9;4310.66;10.50;941.00;1.57;0.26 +1417;10;4315.34;10.35;941.00;-1.57;0.26 +1417;21;4310.66;10.50;941.00;1.57;0.26 1418;0;3897.00;10.17;1585.00;0.00;0.40 +1418;1;3897.00;10.15;1581.50;0.00;0.40 +1418;2;3904.50;10.00;1581.00;1.08;0.40 +1418;3;3905.00;10.00;1583.50;1.38;0.40 +1418;4;3888.50;10.30;1583.00;-1.34;0.40 +1418;5;3889.50;10.40;1587.00;4.45;0.40 +1418;6;3900.00;10.10;1588.00;2.35;0.40 +1418;7;3893.00;10.30;1590.00;3.81;0.40 +1418;9;3890.70;10.30;1585.00;1.57;0.40 +1418;10;3903.30;10.00;1585.00;-1.57;0.40 +1418;21;3890.70;10.30;1585.00;1.57;0.40 1419;0;4799.81;10.70;676.41;0.00;0.40 +1419;1;4797.79;10.50;669.84;-0.92;0.40 +1419;2;4811.13;10.40;687.76;2.40;0.40 +1419;9;4798.40;10.28;678.00;1.57;0.40 +1419;10;4805.60;9.50;678.00;-1.57;0.40 +1419;19;4802.00;9.55;684.00;-0.93;0.40 +1419;20;4802.00;9.55;685.75;3.14;0.40 +1419;21;4798.40;10.28;678.00;1.57;0.40 1420;0;841.00;12.25;1741.00;0.00;0.38 +1420;1;845.50;12.30;1736.50;0.78;0.38 +1420;2;839.50;12.20;1739.50;-0.78;0.38 +1420;3;841.50;11.90;1743.00;2.89;0.38 +1420;4;835.00;11.95;1744.00;4.24;0.38 +1420;9;836.50;12.00;1741.00;1.57;0.38 +1420;10;845.50;11.55;1741.00;-1.57;0.38 +1420;19;849.00;10.13;1741.00;-3.39;0.38 +1420;20;850.75;10.13;1741.00;1.57;0.38 +1420;21;836.50;12.00;1741.00;1.57;0.38 1421;0;4712.00;10.20;762.00;0.00;0.16 +1421;1;4712.00;10.30;761.50;0.00;0.16 +1421;2;4713.00;10.15;764.50;2.76;0.16 +1421;9;4710.56;9.63;762.00;1.57;0.16 +1421;10;4713.44;9.97;762.00;-1.57;0.16 +1421;19;4713.00;9.82;760.00;0.00;0.16 +1421;20;4713.78;9.82;758.43;0.46;0.16 +1421;21;4710.56;9.63;762.00;1.57;0.16 1422;0;4917.00;10.30;454.00;0.00;0.36 +1422;1;4917.50;10.30;450.50;0.14;0.36 +1422;2;4914.50;10.35;451.00;-0.69;0.36 +1422;3;4920.50;10.30;453.50;1.42;0.36 +1422;4;4913.50;10.30;455.00;4.43;0.36 +1422;5;4919.50;10.05;457.00;2.44;0.36 +1422;6;4915.00;10.25;457.50;3.66;0.36 +1422;9;4913.76;10.30;454.00;1.57;0.36 +1422;10;4920.24;10.30;454.00;-1.57;0.36 +1422;19;4923.00;9.63;461.00;-3.84;0.36 +1422;20;4924.13;9.63;462.32;2.43;0.36 +1422;21;4913.76;10.30;454.00;1.57;0.36 1423;0;4463.00;9.67;810.00;0.00;0.24 +1423;1;4465.50;9.50;808.50;1.03;0.24 +1423;2;4462.50;9.75;809.00;-0.46;0.24 +1423;3;4460.50;9.70;810.50;4.51;0.24 +1423;4;4463.50;9.70;811.50;2.82;0.24 +1423;5;4459.50;9.60;812.00;4.19;0.24 +1423;6;4460.50;9.60;812.50;3.92;0.24 +1423;9;4459.94;9.70;810.00;1.57;0.24 +1423;10;4466.06;9.77;810.00;-1.57;0.24 +1423;19;4463.00;9.65;807.00;1.03;0.24 +1423;20;4463.00;9.65;805.25;0.00;0.24 +1423;21;4459.94;9.70;810.00;1.57;0.24 1424;0;1790.01;9.70;1666.59;0.00;0.48 +1424;1;1792.00;10.05;1659.00;-0.98;0.48 +1424;2;1796.00;9.50;1658.00;0.32;0.48 +1424;3;1799.50;9.70;1658.50;1.06;0.48 +1424;4;1798.50;9.70;1662.50;1.97;0.48 +1424;5;1790.50;9.70;1663.50;4.20;0.48 +1424;6;1792.50;9.80;1666.00;3.60;0.48 +1424;9;1790.32;9.84;1661.00;1.57;0.48 +1424;10;1799.68;9.70;1661.00;-1.57;0.48 +1424;19;1795.05;9.30;1658.63;1.32;0.48 +1424;20;1795.10;9.30;1656.88;0.02;0.48 +1424;21;1793.51;10.00;1660.63;-1.57;0.48 1425;0;4480.00;11.12;537.00;0.00;0.24 +1425;1;4480.00;9.75;534.00;0.00;0.24 +1425;2;4481.50;10.70;535.50;0.78;0.24 +1425;3;4478.50;10.25;536.00;-0.98;0.24 +1425;4;4481.50;11.95;538.00;2.15;0.24 +1425;5;4479.00;11.50;539.00;3.60;0.24 +1425;9;4477.84;10.73;537.00;1.57;0.24 +1425;10;4482.16;11.94;537.00;-1.57;0.24 +1425;19;4479.00;9.50;532.00;0.00;0.24 +1425;20;4478.65;9.50;530.28;-0.19;0.24 +1425;21;4477.84;10.73;537.00;1.57;0.24 1426;0;1825.00;10.80;1892.00;0.00;1.46 +1426;1;912.00;9.50;945.50;-0.76;1.46 +1426;2;1833.50;10.35;1869.00;0.35;1.46 +1426;3;1815.50;11.70;1902.00;3.90;1.46 +1426;4;1832.00;10.10;1892.00;1.57;1.46 +1426;5;1824.50;10.10;1911.50;3.16;1.46 +1426;6;1817.00;9.65;1921.50;3.40;1.46 +1426;9;1811.86;11.60;1892.00;1.57;1.46 +1426;10;1838.14;9.80;1892.00;-1.57;1.46 +1426;19;1814.00;9.50;1941.00;-2.88;1.46 +1426;20;1813.61;9.50;1942.70;3.36;1.46 +1426;21;1811.86;11.60;1892.00;1.57;1.46 1427;0;4370.00;9.57;867.00;0.00;0.28 +1427;1;4367.50;9.60;864.00;-0.69;0.28 +1427;2;4367.00;9.60;865.00;-0.98;0.28 +1427;3;4370.50;9.55;865.00;0.24;0.28 +1427;4;4372.50;9.60;867.50;1.76;0.28 +1427;5;4368.00;9.50;868.00;4.24;0.28 +1427;6;4370.50;9.50;870.00;2.97;0.28 +1427;7;4372.50;9.50;870.00;2.44;0.28 +1427;9;4367.48;9.50;867.00;1.57;0.28 +1427;10;4372.52;9.65;867.00;-1.57;0.28 +1427;19;4369.00;9.53;864.00;0.24;0.28 +1427;20;4368.44;9.53;862.34;-0.32;0.28 +1427;21;4372.52;9.65;867.00;-1.57;0.28 1428;0;4360.99;9.50;615.12;0.00;0.58 +1428;1;4372.53;9.60;601.82;0.70;0.58 +1428;2;4347.96;9.70;629.10;3.86;0.58 +1428;3;4372.31;9.50;599.47;0.00;1.00 +1428;9;4352.78;9.50;617.00;1.57;0.58 +1428;10;4363.22;9.50;617.00;-1.57;0.58 +1428;19;4369.00;9.53;607.00;0.71;0.58 +1428;20;4370.29;9.53;605.82;0.83;0.58 +1428;21;4352.78;9.50;617.00;1.57;0.58 1429;0;3741.00;9.90;1500.00;0.00;0.38 +1429;1;3741.50;9.90;1495.50;0.11;0.38 +1429;2;3737.50;9.90;1497.50;-0.95;0.38 +1429;3;3745.50;10.00;1496.50;0.91;0.38 +1429;4;3745.50;9.90;1500.50;1.68;0.38 +1429;5;3737.00;9.85;1502.00;4.24;0.38 +1429;6;3741.00;9.80;1504.00;3.14;0.38 +1429;9;3737.04;9.90;1500.00;1.57;0.38 +1429;10;3744.96;9.90;1500.00;-1.57;0.38 +1429;21;3737.04;9.90;1500.00;1.57;0.38 1430;0;4049.00;9.80;894.00;0.00;0.32 +1430;1;4045.50;9.90;891.50;-0.95;0.32 +1430;2;4049.50;9.80;891.50;0.19;0.32 +1430;3;4052.50;9.70;894.00;1.57;0.32 +1430;4;4045.50;9.90;894.50;4.57;0.32 +1430;5;4048.00;9.80;897.00;3.46;0.32 +1430;6;4052.00;9.70;897.00;2.35;0.32 +1430;9;4045.76;9.90;894.00;1.57;0.32 +1430;10;4052.24;9.70;894.00;-1.57;0.32 +1430;19;4057.00;9.53;898.00;1.57;0.32 +1430;20;4058.56;9.53;898.78;2.03;0.32 +1430;21;4045.76;9.90;894.00;1.57;0.32 1431;0;4860.00;10.32;442.00;0.00;0.34 +1431;1;4859.00;10.30;439.50;-0.38;0.34 +1431;2;4863.50;10.40;440.50;1.16;0.34 +1431;3;4855.50;10.20;444.00;4.29;0.34 +1431;4;4861.00;10.40;444.50;2.76;0.34 +1431;5;4865.50;10.40;444.00;1.92;0.34 +1431;9;4856.04;10.20;442.00;1.57;0.34 +1431;10;4863.96;10.40;442.00;-1.57;0.34 +1431;19;4851.00;9.50;449.00;-1.99;0.34 +1431;20;4849.61;9.50;450.07;4.05;0.34 +1431;21;4856.04;10.20;442.00;1.57;0.34 1432;0;947.00;17.67;1500.00;0.00;0.50 +1432;1;947.50;16.40;1496.00;0.12;0.50 +1432;2;952.50;17.40;1496.50;1.00;0.50 +1432;3;943.50;16.05;1497.00;-0.86;0.50 +1432;4;940.50;15.10;1499.50;-1.49;0.50 +1432;5;951.00;16.52;1502.00;2.03;0.50 +1432;6;942.50;17.10;1503.50;4.05;0.50 +1432;7;947.00;17.25;1505.50;3.14;0.50 +1432;9;941.60;15.85;1500.00;1.57;0.50 +1432;10;952.40;16.66;1500.00;-1.57;0.50 +1432;21;941.60;15.85;1500.00;1.57;0.50 1433;0;1514.00;9.72;1377.00;0.00;0.30 +1433;1;1519.00;9.70;1374.00;1.03;0.30 +1433;2;1514.00;10.10;1374.50;0.00;0.30 +1433;3;1509.00;9.90;1376.50;-1.47;0.30 +1433;4;1518.00;9.70;1378.50;1.93;0.30 +1433;5;1512.00;9.70;1379.50;3.81;0.30 +1433;9;1510.04;9.80;1377.00;1.57;0.30 +1433;10;1517.96;9.70;1377.00;-1.57;0.30 +1433;21;1510.04;9.80;1377.00;1.57;0.30 1434;0;3232.00;9.50;1735.00;0.00;0.62 +1434;1;3235.00;9.50;1728.50;0.43;0.62 +1434;2;3230.00;9.50;1729.00;-0.32;0.62 +1434;3;3239.00;9.50;1731.50;1.10;0.62 +1434;4;3224.00;9.50;1730.00;-1.01;0.62 +1434;5;3219.00;9.50;1730.50;-1.23;0.62 +1434;6;3217.00;9.50;1734.00;-1.50;0.62 +1434;7;3243.50;9.50;1733.00;1.39;0.62 +1434;8;3248.50;9.50;1734.50;1.54;0.62 +1434;9;3217.96;9.50;1735.00;1.57;0.62 +1434;10;3246.04;9.50;1735.00;-1.57;0.62 +1434;11;3236.80;9.50;1724.60;0.43;0.62 +1434;12;3228.80;9.50;1725.40;-0.32;0.62 +1434;13;3243.20;9.50;1729.40;1.10;0.62 +1434;14;3219.20;9.50;1727.00;-1.01;0.62 +1434;15;3211.20;9.50;1727.80;-1.23;0.62 +1434;16;3208.00;9.50;1733.40;-1.50;0.62 +1434;17;3250.40;9.50;1731.80;1.39;0.62 +1434;18;3258.40;9.50;1734.20;1.54;0.62 +1434;21;3217.96;9.50;1735.00;1.57;0.62 1435;0;2862.00;9.50;574.00;0.00;0.96 +1435;1;2852.00;9.50;559.00;-0.58;0.96 +1435;2;2864.00;9.50;561.00;0.15;0.96 +1435;3;2852.00;9.50;574.00;4.71;0.96 +1435;4;2875.00;9.50;564.00;0.91;0.96 +1435;5;2871.50;9.50;578.50;2.01;0.96 +1435;6;2860.50;9.50;588.50;3.24;0.96 +1435;7;2869.00;9.50;591.50;2.76;0.96 +1435;9;2853.36;9.50;574.00;1.57;0.96 +1435;10;2870.64;9.50;574.00;-1.57;0.96 +1435;11;2846.00;9.50;550.00;-0.58;0.96 +1435;12;2865.20;9.50;553.20;0.15;0.96 +1435;13;2846.00;9.50;574.00;4.71;0.96 +1435;14;2882.80;9.50;558.00;0.91;0.96 +1435;15;2877.20;9.50;581.20;2.01;0.96 +1435;16;2859.60;9.50;597.20;3.24;0.96 +1435;17;2873.20;9.50;602.00;2.76;0.96 +1435;21;2853.36;9.50;574.00;1.57;0.96 1436;0;1636.00;11.42;1594.00;0.00;0.26 +1436;1;1634.00;11.40;1591.50;-0.67;0.26 +1436;2;1636.00;11.50;1591.00;0.00;0.26 +1436;3;1637.00;11.50;1592.00;0.46;0.26 +1436;4;1634.00;11.30;1595.00;4.24;0.26 +1436;5;1639.00;11.50;1594.50;1.73;0.26 +1436;6;1637.00;11.45;1596.50;2.76;0.26 +1436;9;1633.66;11.30;1594.00;1.57;0.26 +1436;10;1638.34;11.49;1594.00;-1.57;0.26 +1436;21;1633.66;11.30;1594.00;1.57;0.26 1437;0;4795.16;9.70;642.64;0.00;0.20 +1437;1;4796.06;9.70;639.82;0.78;0.20 +1437;2;4791.26;9.50;644.43;4.06;0.20 +1437;3;4799.00;9.60;638.05;0.24;0.20 +1437;4;4796.50;9.70;644.00;2.67;0.20 +1437;9;4792.84;9.50;641.00;1.57;0.20 +1437;10;4797.16;9.50;641.00;-1.57;0.20 +1437;19;4799.00;9.50;639.00;0.79;0.20 +1437;20;4800.56;9.50;638.21;1.10;0.20 +1437;21;4792.84;9.50;641.00;1.57;0.20 1438;0;4569.00;13.80;1305.00;0.00;0.30 +1438;1;4570.50;13.25;1301.00;0.35;0.30 +1438;2;4566.50;13.65;1303.00;-0.89;0.30 +1438;3;4571.50;14.00;1306.50;2.11;0.30 +1438;4;4566.00;13.20;1307.00;4.12;0.30 +1438;5;4569.50;13.75;1309.00;3.01;0.30 +1438;9;4566.30;13.31;1305.00;1.57;0.30 +1438;10;4571.70;13.91;1305.00;-1.57;0.30 +1438;21;4566.30;13.31;1305.00;1.57;0.30 1439;0;2030.00;9.50;920.00;0.00;1.14 +1439;1;2038.00;9.50;909.50;0.65;1.14 +1439;2;2022.00;9.50;916.00;-1.10;1.14 +1439;3;2045.00;9.50;914.50;1.21;1.14 +1439;4;2034.50;9.50;926.50;2.53;1.14 +1439;5;2019.00;9.50;931.50;3.90;1.14 +1439;6;2024.00;9.50;934.50;3.53;1.14 +1439;9;2018.84;9.50;920.00;1.57;1.14 +1439;10;2041.16;9.50;920.00;-1.57;1.14 +1439;11;2042.80;9.50;903.20;0.65;1.14 +1439;12;2017.20;9.50;913.60;-1.10;1.14 +1439;13;2054.00;9.50;911.20;1.21;1.14 +1439;14;2037.20;9.50;930.40;2.53;1.14 +1439;15;2012.40;9.50;938.40;3.90;1.14 +1439;16;2020.40;9.50;943.20;3.53;1.14 +1439;21;2018.84;9.50;920.00;1.57;1.14 1440;0;1768.00;9.80;1162.00;0.00;0.20 +1440;1;1768.00;9.80;1162.00;0.00;0.20 +1440;2;1775.00;9.70;1161.50;1.49;0.20 +1440;9;1763.32;9.83;1162.00;1.57;0.20 +1440;10;1772.68;9.80;1162.00;-1.57;0.20 +1440;19;1769.00;9.50;1159.00;-1.57;0.20 +1440;20;1769.55;9.50;1157.34;0.32;0.20 +1440;21;1773.21;9.70;1165.61;1.57;0.20 1441;0;1360.00;11.00;1503.00;0.00;0.36 +1441;1;1362.00;11.10;1499.50;0.51;0.36 +1441;2;1357.00;11.05;1500.50;-0.87;0.36 +1441;3;1363.50;10.95;1504.00;1.84;0.36 +1441;4;1356.00;10.95;1504.00;4.46;0.36 +1441;5;1359.00;10.90;1506.50;3.42;0.36 +1441;9;1356.22;11.00;1503.00;1.57;0.36 +1441;10;1363.78;10.98;1503.00;-1.57;0.36 +1441;21;1356.22;11.00;1503.00;1.57;0.36 1442;0;2260.00;9.50;1664.00;0.00;1.00 +1442;1;2274.00;9.50;1653.00;0.90;1.00 +1442;2;2252.00;9.50;1659.00;-1.01;1.00 +1442;3;2275.00;9.50;1663.00;1.50;1.00 +1442;4;2238.00;9.50;1666.50;4.59;1.00 +1442;5;2243.50;9.50;1672.00;4.26;1.00 +1442;6;2259.00;9.50;1674.00;3.24;1.00 +1442;9;2243.98;9.50;1664.00;1.57;1.00 +1442;10;2276.02;9.50;1664.00;-1.57;1.00 +1442;11;2282.40;9.50;1646.40;0.90;1.00 +1442;12;2247.20;9.50;1656.00;-1.01;1.00 +1442;13;2284.00;9.50;1662.40;1.50;1.00 +1442;14;2224.80;9.50;1668.00;4.59;1.00 +1442;15;2233.60;9.50;1676.80;4.26;1.00 +1442;16;2258.40;9.50;1680.00;3.24;1.00 +1442;21;2243.98;9.50;1664.00;1.57;1.00 1443;0;695.00;9.50;216.00;0.00;1.14 +1443;1;693.00;9.50;203.00;-0.15;1.14 +1443;2;707.00;9.50;209.00;1.04;1.14 +1443;3;683.00;9.50;218.00;4.54;1.14 +1443;4;698.50;9.50;228.50;2.86;1.14 +1443;5;687.00;9.50;233.50;3.57;1.14 +1443;9;684.74;9.50;216.00;1.57;1.14 +1443;10;705.26;9.50;216.00;-1.57;1.14 +1443;11;691.80;9.50;195.20;-0.15;1.14 +1443;12;714.20;9.50;204.80;1.04;1.14 +1443;13;675.80;9.50;219.20;4.54;1.14 +1443;14;700.60;9.50;236.00;2.86;1.14 +1443;15;682.20;9.50;244.00;3.57;1.14 +1443;21;684.74;9.50;216.00;1.57;1.14 1444;0;4155.00;10.07;1025.00;0.00;0.32 +1444;1;4154.00;10.10;1020.00;-0.19;0.32 +1444;2;4156.50;10.10;1022.50;0.54;0.32 +1444;3;4152.00;10.25;1022.50;-0.87;0.32 +1444;4;4152.00;10.20;1026.50;4.24;0.32 +1444;5;4158.50;10.10;1027.50;2.19;0.32 +1444;6;4154.50;10.30;1029.50;3.25;0.32 +1444;7;4157.50;10.20;1029.50;2.63;0.32 +1444;9;4152.12;10.18;1025.00;1.57;0.32 +1444;10;4157.88;10.10;1025.00;-1.57;0.32 +1444;21;4152.12;10.18;1025.00;1.57;0.32 1445;0;1485.00;10.55;1513.00;0.00;0.32 +1445;1;1485.00;10.67;1508.00;0.00;0.32 +1445;2;1483.00;10.70;1508.50;-0.41;0.32 +1445;3;1487.00;10.80;1509.00;0.46;0.32 +1445;4;1481.50;10.20;1512.50;-1.42;0.32 +1445;5;1487.50;10.70;1513.00;1.57;0.32 +1445;6;1483.00;10.05;1516.50;3.66;0.32 +1445;7;1488.00;10.70;1516.50;2.43;0.32 +1445;8;1486.00;10.52;1518.00;2.94;0.32 +1445;9;1482.12;10.21;1513.00;1.57;0.32 +1445;10;1487.88;10.71;1513.00;-1.57;0.32 +1445;21;1482.12;10.21;1513.00;1.57;0.32 1446;0;2241.00;10.67;747.00;0.00;0.36 +1446;1;2241.00;10.60;743.50;0.00;0.36 +1446;2;2236.00;10.70;746.00;-1.37;0.36 +1446;3;2244.50;10.40;745.50;1.16;0.36 +1446;4;2239.50;10.90;750.00;3.60;0.36 +1446;5;2245.00;10.60;750.00;2.21;0.36 +1446;9;2237.04;10.70;747.00;1.57;0.36 +1446;10;2244.96;10.40;747.00;-1.57;0.36 +1446;21;2237.04;10.70;747.00;1.57;0.36 1447;0;5500.00;9.50;1730.00;0.00;1.30 +1447;1;5499.50;9.50;1715.00;-0.03;1.30 +1447;2;5510.00;9.50;1714.50;0.57;1.30 +1447;3;5515.00;9.50;1728.00;1.43;1.30 +1447;4;5482.50;9.50;1717.50;-0.95;1.30 +1447;5;5481.50;9.50;1727.00;-1.41;1.30 +1447;6;5491.50;9.50;1741.00;3.79;1.30 +1447;7;5521.00;9.50;1743.50;2.14;1.30 +1447;8;5509.00;9.50;1745.50;2.61;1.30 +1447;9;5483.08;9.50;1730.00;1.57;1.30 +1447;10;5516.92;9.50;1730.00;-1.57;1.30 +1447;11;5499.20;9.50;1706.00;-0.03;1.30 +1447;12;5516.00;9.50;1705.20;0.57;1.30 +1447;13;5524.00;9.50;1726.80;1.43;1.30 +1447;14;5472.00;9.50;1710.00;-0.95;1.30 +1447;15;5470.40;9.50;1725.20;-1.41;1.30 +1447;16;5486.40;9.50;1747.60;3.79;1.30 +1447;17;5533.60;9.50;1751.60;2.14;1.30 +1447;18;5514.40;9.50;1754.80;2.61;1.30 +1447;21;5483.08;9.50;1730.00;1.57;1.30 1448;0;4578.00;10.15;1084.00;0.00;0.24 +1448;1;4578.50;10.60;1080.50;0.14;0.24 +1448;2;4575.50;10.00;1084.00;4.71;0.24 +1448;3;4581.00;10.85;1081.50;0.87;0.24 +1448;4;4580.00;10.45;1085.00;2.03;0.24 +1448;5;4577.00;10.12;1087.00;3.46;0.24 +1448;9;4575.84;10.03;1084.00;1.57;0.24 +1448;10;4580.16;10.49;1084.00;-1.57;0.24 +1448;21;4575.84;10.03;1084.00;1.57;0.24 1449;0;1866.00;9.72;336.00;0.00;0.52 +1449;1;1867.00;9.70;330.50;0.18;0.52 +1449;2;1860.50;9.70;332.50;-1.00;0.52 +1449;3;1872.00;9.80;338.50;1.96;0.52 +1449;4;1862.00;9.75;339.00;4.06;0.52 +1449;5;1864.50;9.75;342.00;3.38;0.52 +1449;6;1869.00;9.80;343.50;2.76;0.52 +1449;9;1861.32;9.70;336.00;1.57;0.52 +1449;10;1870.68;9.70;336.00;-1.57;0.52 +1449;21;1861.32;9.70;336.00;1.57;0.52 1450;0;3551.00;13.97;1351.00;0.00;0.24 +1450;1;3553.00;13.75;1350.00;1.10;0.24 +1450;2;3550.00;15.60;1348.50;-0.38;0.24 +1450;3;3548.00;15.12;1350.00;-1.24;0.24 +1450;4;3548.50;14.90;1352.50;4.17;0.24 +1450;5;3555.00;13.75;1351.50;1.69;0.24 +1450;6;3553.00;14.67;1353.00;2.35;0.24 +1450;9;3547.94;14.78;1351.00;1.57;0.24 +1450;10;3554.06;13.86;1351.00;-1.57;0.24 +1450;21;3547.94;14.78;1351.00;1.57;0.24 1451;0;3807.00;9.50;749.00;0.00;0.86 +1451;1;3798.50;9.50;741.00;-0.81;0.86 +1451;2;3808.50;9.50;739.00;0.14;0.86 +1451;3;3816.00;9.50;741.50;0.87;0.86 +1451;4;3816.50;9.50;749.50;1.62;0.86 +1451;5;3799.00;9.50;751.50;4.41;0.86 +1451;6;3809.00;9.50;759.00;2.94;0.86 +1451;9;3799.26;9.50;749.00;1.57;0.86 +1451;10;3814.74;9.50;749.00;-1.57;0.86 +1451;11;3793.40;9.50;736.20;-0.81;0.86 +1451;12;3809.40;9.50;733.00;0.14;0.86 +1451;13;3821.40;9.50;737.00;0.87;0.86 +1451;14;3822.20;9.50;749.80;1.62;0.86 +1451;15;3794.20;9.50;753.00;4.41;0.86 +1451;16;3810.20;9.50;765.00;2.94;0.86 +1451;21;3799.26;9.50;749.00;1.57;0.86 1452;0;3020.00;9.50;1317.00;0.00;1.24 +1452;1;3017.50;9.50;1302.50;-0.17;1.24 +1452;2;3021.00;9.50;1301.50;0.06;1.24 +1452;3;3029.00;9.50;1309.50;0.87;1.24 +1452;4;3010.50;9.50;1311.00;-1.00;1.24 +1452;5;3037.00;9.50;1315.50;1.48;1.24 +1452;6;3035.50;9.50;1317.50;1.60;1.24 +1452;7;3009.50;9.50;1325.50;4.03;1.24 +1452;8;3035.00;9.50;1320.00;1.76;1.24 +1452;9;3008.30;9.50;1317.00;1.57;1.24 +1452;10;3031.70;9.50;1317.00;-1.57;1.24 +1452;11;3016.00;9.50;1293.80;-0.17;1.24 +1452;12;3021.60;9.50;1292.20;0.06;1.24 +1452;13;3034.40;9.50;1305.00;0.87;1.24 +1452;14;3004.80;9.50;1307.40;-1.00;1.24 +1452;15;3047.20;9.50;1314.60;1.48;1.24 +1452;16;3044.80;9.50;1317.80;1.60;1.24 +1452;17;3003.20;9.50;1330.60;4.03;1.24 +1452;18;3044.00;9.50;1321.80;1.76;1.24 +1452;21;3008.30;9.50;1317.00;1.57;1.24 1453;0;1385.00;10.30;1373.00;0.00;0.30 +1453;1;1383.50;10.30;1372.00;-0.98;0.30 +1453;2;1387.00;10.30;1370.00;0.58;0.30 +1453;3;1388.00;10.30;1373.50;1.73;0.30 +1453;4;1381.00;10.30;1375.00;4.24;0.30 +1453;5;1381.00;10.30;1376.00;4.06;0.30 +1453;6;1384.00;10.30;1376.00;3.46;0.30 +1453;9;1381.76;10.30;1373.00;1.57;0.30 +1453;10;1388.24;10.30;1373.00;-1.57;0.30 +1453;21;1381.76;10.30;1373.00;1.57;0.30 1454;0;4875.00;10.60;415.00;0.00;0.42 +1454;1;4874.50;10.60;411.50;-0.14;0.42 +1454;2;4880.00;10.57;415.00;1.57;0.42 +1454;3;4868.50;10.60;413.50;-1.34;0.42 +1454;4;4870.00;10.60;416.50;4.42;0.42 +1454;5;4875.50;10.50;419.50;3.03;0.42 +1454;6;4879.00;10.50;420.00;2.46;0.42 +1454;9;4870.14;10.60;415.00;1.57;0.42 +1454;10;4879.86;10.58;415.00;-1.57;0.42 +1454;21;4870.14;10.60;415.00;1.57;0.42 1455;0;3524.00;15.92;1367.00;0.00;0.26 +1455;1;3523.50;17.50;1364.50;-0.19;0.26 +1455;2;3526.50;16.15;1366.00;1.19;0.26 +1455;3;3522.00;16.65;1367.50;4.46;0.26 +1455;4;3526.50;14.10;1369.00;2.24;0.26 +1455;5;3524.00;14.80;1370.50;3.14;0.26 +1455;9;3521.48;16.96;1367.00;1.57;0.26 +1455;10;3526.52;15.54;1367.00;-1.57;0.26 +1455;21;3521.48;16.96;1367.00;1.57;0.26 1456;0;5086.00;9.50;673.00;0.00;1.06 +1456;1;5074.00;9.50;664.00;-0.92;1.06 +1456;2;5089.50;9.50;659.50;0.25;1.06 +1456;3;5101.50;9.50;672.00;1.50;1.06 +1456;4;5068.50;9.50;675.00;4.59;1.06 +1456;5;5080.50;9.50;683.50;3.62;1.06 +1456;6;5100.50;9.50;683.50;2.19;1.06 +1456;9;5071.42;9.50;673.00;1.57;1.06 +1456;10;5100.58;9.50;673.00;-1.57;1.06 +1456;11;5066.80;9.50;658.60;-0.92;1.06 +1456;12;5091.60;9.50;651.40;0.25;1.06 +1456;13;5110.80;9.50;671.40;1.50;1.06 +1456;14;5058.00;9.50;676.20;4.59;1.06 +1456;15;5077.20;9.50;689.80;3.62;1.06 +1456;16;5109.20;9.50;689.80;2.19;1.06 +1456;21;5071.42;9.50;673.00;1.57;1.06 1457;0;5269.00;9.50;1267.00;0.00;0.86 +1457;1;5259.50;9.50;1257.50;-0.78;0.86 +1457;2;5283.50;9.50;1266.00;1.50;0.86 +1457;3;5246.50;9.50;1260.00;-1.26;0.86 +1457;4;5252.00;9.50;1267.50;4.68;0.86 +1457;5;5277.00;9.50;1276.00;2.41;0.86 +1457;6;5295.00;9.50;1276.50;1.92;0.86 +1457;9;5251.36;9.50;1267.00;1.57;0.86 +1457;10;5286.64;9.50;1267.00;-1.57;0.86 +1457;11;5253.80;9.50;1251.80;-0.78;0.86 +1457;12;5292.20;9.50;1265.40;1.50;0.86 +1457;13;5233.00;9.50;1255.80;-1.26;0.86 +1457;14;5241.80;9.50;1267.80;4.68;0.86 +1457;15;5281.80;9.50;1281.40;2.41;0.86 +1457;16;5310.60;9.50;1282.20;1.92;0.86 +1457;21;5251.36;9.50;1267.00;1.57;0.86 1458;0;4526.00;12.97;1273.00;0.00;0.34 +1458;1;4526.00;12.90;1265.00;0.00;0.34 +1458;2;4528.00;12.80;1265.00;0.24;0.34 +1458;3;4523.00;13.42;1268.00;-0.54;0.34 +1458;4;4528.00;12.80;1269.50;0.51;0.34 +1458;5;4523.00;13.65;1275.50;4.01;0.34 +1458;6;4530.00;13.45;1275.50;2.12;0.34 +1458;7;4529.50;13.40;1278.50;2.57;0.34 +1458;8;4526.50;12.75;1279.00;3.05;0.34 +1458;9;4522.94;13.22;1273.00;1.57;0.34 +1458;10;4529.06;13.18;1273.00;-1.57;0.34 +1458;21;4522.94;13.22;1273.00;1.57;0.34 1459;0;3894.00;13.52;1342.00;0.00;0.56 +1459;1;3893.50;12.65;1338.00;-0.12;0.56 +1459;2;3889.00;11.20;1337.50;-0.83;0.56 +1459;3;3888.00;10.87;1339.00;-1.10;0.56 +1459;4;3890.00;11.55;1342.00;4.71;0.56 +1459;5;3898.00;14.50;1343.00;1.81;0.56 +1459;6;3899.00;14.65;1347.00;2.35;0.56 +1459;7;3895.00;13.42;1346.00;2.89;0.56 +1459;8;3898.50;14.10;1348.50;2.53;0.56 +1459;9;3888.96;11.16;1342.00;1.57;0.56 +1459;10;3899.04;14.65;1342.00;-1.57;0.56 +1459;21;3893.09;14.00;1344.49;-1.57;0.56 1460;0;4362.00;9.80;652.00;0.00;0.26 +1460;1;4358.50;9.70;650.50;-1.16;0.26 +1460;2;4364.50;9.90;650.50;1.03;0.26 +1460;3;4366.00;11.25;654.00;2.03;0.26 +1460;4;4361.00;10.25;654.50;3.52;0.26 +1460;9;4358.40;9.70;652.00;1.57;0.26 +1460;10;4365.60;10.53;652.00;-1.57;0.26 +1460;19;4361.00;9.50;647.00;-1.17;0.26 +1460;20;4360.65;9.50;645.28;-0.19;0.26 +1460;21;4358.40;9.70;652.00;1.57;0.26 1461;0;4681.00;9.50;394.00;0.00;0.78 +1461;1;4667.50;9.50;385.50;-1.00;0.78 +1461;2;4682.50;9.50;386.00;0.18;0.78 +1461;3;4668.00;9.50;394.00;4.71;0.78 +1461;4;4696.50;9.50;393.00;1.50;0.78 +1461;5;4688.00;9.50;401.00;2.35;0.78 +1461;6;4675.00;9.50;403.00;3.73;0.78 +1461;9;4670.20;9.50;394.00;1.57;0.78 +1461;10;4691.80;9.50;394.00;-1.57;0.78 +1461;11;4659.40;9.50;380.40;-1.00;0.78 +1461;12;4683.40;9.50;381.20;0.18;0.78 +1461;13;4660.20;9.50;394.00;4.71;0.78 +1461;14;4705.80;9.50;392.40;1.50;0.78 +1461;15;4692.20;9.50;405.20;2.35;0.78 +1461;16;4671.40;9.50;408.40;3.73;0.78 +1461;21;4670.20;9.50;394.00;1.57;0.78 1462;0;4272.00;9.50;657.00;0.00;0.82 +1462;1;4269.50;9.50;645.00;-0.20;0.82 +1462;2;4279.00;9.50;653.00;1.05;0.82 +1462;3;4263.50;9.50;651.50;-0.99;0.82 +1462;4;4262.00;9.50;657.00;4.71;0.82 +1462;5;4267.00;9.50;664.50;3.73;0.82 +1462;6;4277.00;9.50;667.50;2.69;0.82 +1462;9;4264.62;9.50;657.00;1.57;0.82 +1462;10;4279.38;9.50;657.00;-1.57;0.82 +1462;11;4268.00;9.50;637.80;-0.20;0.82 +1462;12;4283.20;9.50;650.60;1.05;0.82 +1462;13;4258.40;9.50;648.20;-0.99;0.82 +1462;14;4256.00;9.50;657.00;4.71;0.82 +1462;15;4264.00;9.50;669.00;3.73;0.82 +1462;16;4280.00;9.50;673.80;2.69;0.82 +1462;21;4264.62;9.50;657.00;1.57;0.82 1463;0;3494.00;12.75;1277.00;0.00;0.30 +1463;1;3496.00;11.95;1273.50;0.51;0.30 +1463;2;3493.00;12.25;1274.50;-0.38;0.30 +1463;3;3498.00;12.05;1274.50;1.01;0.30 +1463;4;3490.50;12.80;1277.00;4.71;0.30 +1463;5;3497.00;13.10;1278.00;1.89;0.30 +1463;6;3493.00;13.95;1280.00;3.46;0.30 +1463;9;3490.76;12.78;1277.00;1.57;0.30 +1463;10;3497.24;12.78;1277.00;-1.57;0.30 +1463;21;3490.76;12.78;1277.00;1.57;0.30 1464;0;4410.00;9.90;943.00;0.00;0.28 +1464;1;4411.50;9.90;941.50;0.78;0.28 +1464;2;4407.50;9.90;941.00;-0.89;0.28 +1464;3;4407.50;9.90;944.00;4.33;0.28 +1464;4;4413.00;9.90;945.00;2.15;0.28 +1464;5;4411.00;9.95;946.00;2.82;0.28 +1464;9;4406.76;9.90;943.00;1.57;0.28 +1464;10;4413.24;9.90;943.00;-1.57;0.28 +1464;21;4408.33;9.90;938.90;1.57;0.28 1465;0;4512.00;9.50;162.00;0.00;1.24 +1465;1;4504.50;9.50;155.50;-0.85;1.24 +1465;2;4519.00;9.50;147.00;0.43;1.24 +1465;3;4526.00;9.50;152.00;0.95;1.24 +1465;4;4520.50;9.50;167.50;2.14;1.24 +1465;5;4496.50;9.50;169.00;4.28;1.24 +1465;6;4504.50;9.50;176.00;3.63;1.24 +1465;7;4513.50;9.50;179.50;3.05;1.24 +1465;9;4500.84;9.50;162.00;1.57;1.24 +1465;10;4523.16;9.50;162.00;-1.57;1.24 +1465;11;4500.00;9.50;151.60;-0.85;1.24 +1465;12;4523.20;9.50;138.00;0.43;1.24 +1465;13;4534.40;9.50;146.00;0.95;1.24 +1465;14;4525.60;9.50;170.80;2.14;1.24 +1465;15;4487.20;9.50;173.20;4.28;1.24 +1465;16;4500.00;9.50;184.40;3.63;1.24 +1465;17;4514.40;9.50;190.00;3.05;1.24 +1465;21;4500.84;9.50;162.00;1.57;1.24 1466;0;3778.00;9.50;716.00;0.00;0.84 +1466;1;3781.50;9.50;707.00;0.37;0.84 +1466;2;3789.50;9.50;714.00;1.39;0.84 +1466;3;3767.50;9.50;715.00;-1.47;0.84 +1466;4;3784.00;9.50;724.50;2.52;0.84 +1466;5;3764.50;9.50;722.50;4.26;0.84 +1466;6;3773.00;9.50;724.50;3.67;0.84 +1466;9;3767.74;9.50;716.00;1.57;0.84 +1466;10;3788.26;9.50;716.00;-1.57;0.84 +1466;11;3783.60;9.50;701.60;0.37;0.84 +1466;12;3796.40;9.50;712.80;1.39;0.84 +1466;13;3761.20;9.50;714.40;-1.47;0.84 +1466;14;3787.60;9.50;729.60;2.52;0.84 +1466;15;3756.40;9.50;726.40;4.26;0.84 +1466;16;3770.00;9.50;729.60;3.67;0.84 +1466;21;3767.74;9.50;716.00;1.57;0.84 1467;0;3529.00;14.90;1324.00;0.00;0.30 +1467;1;3527.00;16.25;1321.50;-0.67;0.30 +1467;2;3531.00;14.95;1321.50;0.67;0.30 +1467;3;3525.50;15.90;1324.50;4.57;0.30 +1467;4;3532.00;13.75;1324.50;1.73;0.30 +1467;5;3527.00;15.40;1326.50;3.81;0.30 +1467;6;3530.50;14.50;1327.00;2.67;0.30 +1467;9;3526.30;15.64;1324.00;1.57;0.30 +1467;10;3531.70;13.91;1324.00;-1.57;0.30 +1467;21;3526.30;15.64;1324.00;1.57;0.30 1468;0;3276.00;12.40;160.00;0.00;0.80 +1468;1;3281.50;11.15;158.00;1.22;0.80 +1468;2;3271.50;13.35;154.00;-0.64;0.80 +1468;3;3268.50;13.70;161.00;4.58;0.80 +1468;4;3276.50;13.00;166.50;3.06;0.80 +1468;5;3283.00;11.65;167.50;2.39;0.80 +1468;9;3268.80;13.60;160.00;1.57;0.80 +1468;10;3283.20;11.23;160.00;-1.57;0.80 +1468;19;3287.00;9.50;157.00;1.22;0.80 +1468;20;3288.68;9.50;156.54;1.30;0.80 +1468;21;3268.80;13.60;160.00;1.57;0.80 1469;0;4477.00;10.35;1019.00;0.00;0.32 +1469;1;4476.50;10.30;1016.50;-0.19;0.32 +1469;2;4480.00;10.22;1017.00;0.98;0.32 +1469;3;4474.00;10.52;1019.00;4.71;0.32 +1469;4;4481.00;10.35;1019.00;1.57;0.32 +1469;5;4473.50;10.80;1021.50;4.09;0.32 +1469;6;4477.50;10.55;1021.00;2.89;0.32 +1469;9;4473.76;10.53;1019.00;1.57;0.32 +1469;10;4480.24;10.35;1019.00;-1.57;0.32 +1469;21;4473.76;10.53;1019.00;1.57;0.32 1470;0;3663.00;9.50;11.00;0.00;0.54 +1470;1;3651.00;9.50;12.00;4.62;0.54 +1470;2;3675.00;9.50;11.50;1.61;0.54 +1470;3;3661.50;9.50;18.00;3.35;0.54 +1470;4;3672.00;9.50;18.00;2.23;0.54 +1470;9;3652.92;9.50;11.00;1.57;0.54 +1470;10;3673.08;9.50;11.00;-1.57;0.54 +1470;11;3643.80;9.50;12.60;4.62;0.54 +1470;12;3682.20;9.50;11.80;1.61;0.54 +1470;13;3660.60;9.50;22.20;3.35;0.54 +1470;14;3677.40;9.50;22.20;2.23;0.54 +1470;21;3652.92;9.50;11.00;1.57;0.54 1471;0;3002.00;9.50;67.00;0.00;1.06 +1471;1;3009.00;9.50;57.00;0.61;1.06 +1471;2;3022.50;9.50;57.50;1.13;1.06 +1471;3;3015.50;9.50;69.00;1.71;1.06 +1471;4;2986.00;9.50;62.00;-1.26;1.06 +1471;5;2983.50;9.50;70.00;4.55;1.06 +1471;6;3000.00;9.50;77.00;3.33;1.06 +1471;7;3009.00;9.50;82.00;2.70;1.06 +1471;9;2985.62;9.50;67.00;1.57;1.06 +1471;10;3018.38;9.50;67.00;-1.57;1.06 +1471;11;3013.20;9.50;51.00;0.61;1.06 +1471;12;3034.80;9.50;51.80;1.13;1.06 +1471;13;3023.60;9.50;70.20;1.71;1.06 +1471;14;2976.40;9.50;59.00;-1.26;1.06 +1471;15;2972.40;9.50;71.80;4.55;1.06 +1471;16;2998.80;9.50;83.00;3.33;1.06 +1471;17;3013.20;9.50;91.00;2.70;1.06 +1471;21;2985.62;9.50;67.00;1.57;1.06 1472;0;5113.00;11.05;275.00;0.00;0.44 +1472;1;5116.00;10.80;270.50;0.58;0.44 +1472;2;5110.00;11.25;272.50;-0.87;0.44 +1472;3;5118.50;10.80;273.00;1.22;0.44 +1472;4;5107.00;11.10;276.50;4.46;0.44 +1472;5;5118.00;10.75;276.50;1.86;0.44 +1472;6;5114.50;10.80;278.50;2.73;0.44 +1472;7;5110.00;10.82;279.00;3.78;0.44 +1472;9;5108.50;11.20;275.00;1.57;0.44 +1472;10;5117.50;10.80;275.00;-1.57;0.44 +1472;21;5108.50;11.20;275.00;1.57;0.44 1473;0;3133.00;10.80;864.00;0.00;0.88 +1473;1;3125.50;10.70;851.00;-0.52;0.88 +1473;2;3133.50;10.80;855.00;0.05;0.88 +1473;3;3126.00;10.70;862.50;-1.36;0.88 +1473;4;3141.00;11.00;867.50;1.98;0.88 +1473;5;3134.50;11.00;874.50;3.00;0.88 +1473;9;3125.08;10.70;864.00;1.57;0.88 +1473;10;3140.92;10.90;864.00;-1.57;0.88 +1473;21;3140.92;10.90;864.00;-1.57;0.88 1474;0;4503.00;10.92;1101.00;0.00;0.36 +1474;1;4502.00;11.12;1098.00;-0.32;0.36 +1474;2;4507.50;10.90;1099.00;1.15;0.36 +1474;3;4497.50;11.00;1099.00;-1.22;0.36 +1474;4;4500.00;11.00;1103.50;4.01;0.36 +1474;5;4507.00;10.85;1102.50;1.93;0.36 +1474;6;4504.50;10.95;1105.00;2.78;0.36 +1474;9;4499.04;11.00;1101.00;1.57;0.36 +1474;10;4506.96;10.87;1101.00;-1.57;0.36 +1474;21;4499.04;11.00;1101.00;1.57;0.36 1475;0;2098.00;9.50;63.00;0.00;0.92 +1475;1;2089.50;9.50;48.00;-0.51;0.92 +1475;2;2097.00;9.50;49.00;-0.07;0.92 +1475;3;2088.50;9.50;56.50;-0.97;0.92 +1475;4;2107.50;9.50;61.50;1.41;0.92 +1475;5;2091.00;9.50;71.50;3.83;0.92 +1475;6;2102.50;9.50;76.00;2.80;0.92 +1475;7;2094.00;9.50;78.50;3.39;0.92 +1475;9;2089.72;9.50;63.00;1.57;0.92 +1475;10;2106.28;9.50;63.00;-1.57;0.92 +1475;11;2084.40;9.50;39.00;-0.51;0.92 +1475;12;2096.40;9.50;40.60;-0.07;0.92 +1475;13;2082.80;9.50;52.60;-0.97;0.92 +1475;14;2113.20;9.50;60.60;1.41;0.92 +1475;15;2086.80;9.50;76.60;3.83;0.92 +1475;16;2105.20;9.50;83.80;2.80;0.92 +1475;17;2091.60;9.50;87.80;3.39;0.92 +1475;21;2089.72;9.50;63.00;1.57;0.92 1476;0;2377.00;9.50;380.00;0.00;1.18 +1476;1;2379.50;9.50;365.50;0.17;1.18 +1476;2;2369.00;9.50;376.50;-1.15;1.18 +1476;3;2388.00;9.50;369.00;0.78;1.18 +1476;4;2385.00;9.50;383.50;1.98;1.18 +1476;5;2372.50;9.50;392.00;3.50;1.18 +1476;9;2366.38;9.50;380.00;1.57;1.18 +1476;10;2387.62;9.50;380.00;-1.57;1.18 +1476;11;2381.00;9.50;356.80;0.17;1.18 +1476;12;2364.20;9.50;374.40;-1.15;1.18 +1476;13;2394.60;9.50;362.40;0.78;1.18 +1476;14;2389.80;9.50;385.60;1.98;1.18 +1476;15;2369.80;9.50;399.20;3.50;1.18 +1476;21;2366.38;9.50;380.00;1.57;1.18 1477;0;2501.00;9.50;1261.00;0.00;1.22 +1477;1;2502.50;9.50;1244.00;0.08;1.22 +1477;2;2492.00;9.50;1250.50;-0.70;1.22 +1477;3;2513.00;9.50;1252.00;0.92;1.22 +1477;4;2483.50;9.50;1266.00;4.43;1.22 +1477;5;2516.00;9.50;1266.50;1.92;1.22 +1477;6;2486.00;9.50;1273.50;4.01;1.22 +1477;7;2498.00;9.50;1273.50;3.37;1.22 +1477;9;2486.24;9.50;1261.00;1.57;1.22 +1477;10;2515.76;9.50;1261.00;-1.57;1.22 +1477;11;2503.40;9.50;1233.80;0.08;1.22 +1477;12;2486.60;9.50;1244.20;-0.70;1.22 +1477;13;2520.20;9.50;1246.60;0.92;1.22 +1477;14;2473.00;9.50;1269.00;4.43;1.22 +1477;15;2525.00;9.50;1269.80;1.92;1.22 +1477;16;2477.00;9.50;1281.00;4.01;1.22 +1477;17;2496.20;9.50;1281.00;3.37;1.22 +1477;21;2486.24;9.50;1261.00;1.57;1.22 1478;0;4879.00;10.10;398.00;0.00;0.48 +1478;1;4879.00;10.10;394.00;0.00;0.48 +1478;2;4886.50;10.20;395.50;1.24;0.48 +1478;3;4871.50;9.90;400.00;4.45;0.48 +1478;4;4885.00;10.47;400.00;1.89;0.48 +1478;5;4876.50;10.05;403.00;3.60;0.48 +1478;9;4872.70;9.90;398.00;1.57;0.48 +1478;10;4885.30;10.20;398.00;-1.57;0.48 +1478;21;4872.70;9.90;398.00;1.57;0.48 1479;0;3753.00;9.70;1384.00;0.00;0.48 +1479;1;3749.50;9.70;1380.50;-0.78;0.48 +1479;2;3758.00;9.70;1379.50;0.83;0.48 +1479;3;3760.50;9.70;1383.50;1.50;0.48 +1479;4;3745.00;9.70;1386.00;4.46;0.48 +1479;5;3757.50;9.70;1387.50;2.23;0.48 +1479;6;1876.00;10.20;691.50;-1.21;0.48 +1479;9;3746.88;9.70;1384.00;1.57;0.48 +1479;10;3759.12;9.70;1384.00;-1.57;0.48 +1479;21;3746.88;9.70;1384.00;1.57;0.48 1480;0;1524.00;9.70;1385.00;0.00;0.46 +1480;1;1526.50;9.70;1380.00;0.46;0.46 +1480;2;1529.00;9.70;1382.50;1.10;0.46 +1480;3;1523.00;9.70;1382.50;-0.38;0.46 +1480;4;1519.50;9.70;1386.50;4.39;0.46 +1480;5;1527.00;9.70;1386.50;2.03;0.46 +1480;6;1522.00;9.70;1389.50;3.56;0.46 +1480;7;1519.50;9.70;1390.00;3.87;0.46 +1480;9;1519.50;9.70;1385.00;1.57;0.46 +1480;10;1528.50;9.70;1385.00;-1.57;0.46 +1480;19;1533.00;9.55;1378.00;1.11;0.46 +1480;20;1534.38;9.55;1376.92;0.91;0.46 +1480;21;1519.50;9.70;1385.00;1.57;0.46 1481;0;2475.00;9.50;1666.00;0.00;1.20 +1481;1;2477.50;9.50;1653.50;0.19;1.20 +1481;2;2489.00;9.50;1650.00;0.71;1.20 +1481;3;2487.50;9.50;1662.00;1.26;1.20 +1481;4;2462.50;9.50;1670.00;4.40;1.20 +1481;5;2477.50;9.50;1676.00;2.89;1.20 +1481;6;2463.50;9.50;1680.00;3.82;1.20 +1481;9;2464.20;9.50;1666.00;1.57;1.20 +1481;10;2485.80;9.50;1666.00;-1.57;1.20 +1481;11;2479.00;9.50;1646.00;0.19;1.20 +1481;12;2497.40;9.50;1640.40;0.71;1.20 +1481;13;2495.00;9.50;1659.60;1.26;1.20 +1481;14;2455.00;9.50;1672.40;4.40;1.20 +1481;15;2479.00;9.50;1682.00;2.89;1.20 +1481;16;2456.60;9.50;1688.40;3.82;1.20 +1481;21;2464.20;9.50;1666.00;1.57;1.20 1482;0;1567.00;9.50;1992.00;0.00;1.04 +1482;1;1562.00;9.50;1982.00;-0.46;1.04 +1482;2;1556.00;9.50;1988.50;-1.26;1.04 +1482;3;1578.50;9.50;1996.00;1.90;1.04 +1482;4;1565.00;9.50;1998.50;3.44;1.04 +1482;5;1572.50;9.50;2004.00;2.71;1.04 +1482;9;1556.74;9.50;1992.00;1.57;1.04 +1482;10;1577.26;9.50;1992.00;-1.57;1.04 +1482;11;1559.00;9.50;1976.00;-0.46;1.04 +1482;12;1549.40;9.50;1986.40;-1.26;1.04 +1482;13;1585.40;9.50;1998.40;1.90;1.04 +1482;14;1563.80;9.50;2002.40;3.44;1.04 +1482;15;1575.80;9.50;2011.20;2.71;1.04 +1482;21;1556.74;9.50;1992.00;1.57;1.04 1483;0;3948.00;14.87;1337.00;0.00;0.36 +1483;1;3946.00;14.20;1334.50;-0.67;0.36 +1483;2;3954.50;15.35;1335.00;1.27;0.36 +1483;3;3940.50;14.30;1336.50;-1.50;0.36 +1483;4;3954.00;16.70;1338.50;1.81;0.36 +1483;5;3943.00;14.55;1340.00;4.17;0.36 +1483;6;3949.50;16.00;1340.50;2.73;0.36 +1483;9;3941.52;14.40;1337.00;1.57;0.36 +1483;10;3954.48;16.09;1337.00;-1.57;0.36 +1483;21;3954.48;16.09;1337.00;-1.57;0.36 1484;0;4701.00;11.35;626.00;0.00;0.24 +1484;1;4701.50;10.00;623.50;0.19;0.24 +1484;2;4699.50;10.05;623.00;-0.46;0.24 +1484;3;4698.50;11.10;624.50;-1.03;0.24 +1484;4;4702.50;12.50;628.00;2.49;0.24 +1484;9;4698.84;10.90;626.00;1.57;0.24 +1484;10;4703.16;11.88;626.00;-1.57;0.24 +1484;19;4701.00;9.63;634.00;0.20;0.24 +1484;20;4701.00;9.63;635.75;3.14;0.24 +1484;21;4698.84;10.90;626.00;1.57;0.24 1485;0;1515.00;10.65;1441.00;0.00;0.40 +1485;1;1514.50;10.55;1438.00;-0.16;0.40 +1485;2;1518.00;10.50;1437.00;0.64;0.40 +1485;3;1519.00;10.55;1440.00;1.32;0.40 +1485;4;1511.50;10.60;1442.50;4.30;0.40 +1485;5;1516.50;10.70;1444.00;2.67;0.40 +1485;6;1512.50;10.50;1445.50;3.64;0.40 +1485;7;1514.00;10.52;1446.00;3.33;0.40 +1485;9;1511.40;10.70;1441.00;1.57;0.40 +1485;10;1518.60;10.60;1441.00;-1.57;0.40 +1485;21;1511.40;10.70;1441.00;1.57;0.40 1486;0;1324.00;9.50;265.00;0.00;1.60 +1486;1;1315.50;9.50;252.50;-0.59;1.60 +1486;2;1335.50;9.50;256.00;0.90;1.60 +1486;3;1312.50;9.50;272.50;4.13;1.60 +1486;4;1332.50;9.50;276.50;2.50;1.60 +1486;9;1309.60;9.50;265.00;1.57;1.60 +1486;10;1338.40;9.50;265.00;-1.57;1.60 +1486;11;1310.40;9.50;245.00;-0.59;1.60 +1486;12;1342.40;9.50;250.60;0.90;1.60 +1486;13;1305.60;9.50;277.00;4.13;1.60 +1486;14;1337.60;9.50;283.40;2.50;1.60 +1486;21;1309.60;9.50;265.00;1.57;1.60 1487;0;174.00;9.50;529.00;0.00;1.22 +1487;1;172.50;9.50;516.00;-0.11;1.22 +1487;2;162.50;9.50;529.00;4.71;1.22 +1487;3;188.50;9.50;519.50;0.99;1.22 +1487;4;184.50;9.50;533.00;1.93;1.22 +1487;5;163.00;9.50;543.50;3.79;1.22 +1487;6;169.50;9.50;544.50;3.42;1.22 +1487;9;162.30;9.50;529.00;1.57;1.22 +1487;10;185.70;9.50;529.00;-1.57;1.22 +1487;11;171.60;9.50;508.20;-0.11;1.22 +1487;12;155.60;9.50;529.00;4.71;1.22 +1487;13;197.20;9.50;513.80;0.99;1.22 +1487;14;190.80;9.50;535.40;1.93;1.22 +1487;15;156.40;9.50;552.20;3.79;1.22 +1487;16;166.80;9.50;553.80;3.42;1.22 +1487;21;162.30;9.50;529.00;1.57;1.22 1488;0;4345.00;11.40;949.00;0.00;0.30 +1488;1;4343.00;11.35;945.50;-0.51;0.30 +1488;2;4346.50;11.40;947.50;0.78;0.30 +1488;3;4343.00;11.27;950.00;4.24;0.30 +1488;4;4347.50;11.15;952.00;2.44;0.30 +1488;9;4342.30;11.22;949.00;1.57;0.30 +1488;10;4347.70;11.32;949.00;-1.57;0.30 +1488;21;4342.30;11.22;949.00;1.57;0.30 1489;0;4603.00;13.40;1356.00;0.00;0.28 +1489;1;4598.50;13.35;1353.00;-0.98;0.28 +1489;2;4604.00;13.60;1353.50;0.38;0.28 +1489;3;4598.50;13.20;1356.50;4.60;0.28 +1489;4;4608.00;13.65;1356.00;1.57;0.28 +1489;5;4603.50;13.30;1359.00;2.97;0.28 +1489;6;4608.00;13.37;1359.00;2.11;0.28 +1489;9;4598.50;13.20;1356.00;1.57;0.28 +1489;10;4607.50;13.55;1356.00;-1.57;0.28 +1489;21;4598.50;13.20;1356.00;1.57;0.28 1490;0;221.00;9.50;1535.00;0.00;1.04 +1490;1;216.50;9.50;1521.00;-0.31;1.04 +1490;2;225.50;9.50;1521.50;0.32;1.04 +1490;3;208.00;9.50;1533.50;-1.45;1.04 +1490;4;234.50;9.50;1533.50;1.46;1.04 +1490;5;219.50;9.50;1545.50;3.28;1.04 +1490;6;202.50;9.50;1546.50;4.15;1.04 +1490;9;208.58;9.50;1535.00;1.57;1.04 +1490;10;233.42;9.50;1535.00;-1.57;1.04 +1490;11;213.80;9.50;1512.60;-0.31;1.04 +1490;12;228.20;9.50;1513.40;0.32;1.04 +1490;13;200.20;9.50;1532.60;-1.45;1.04 +1490;14;242.60;9.50;1532.60;1.46;1.04 +1490;15;218.60;9.50;1551.80;3.28;1.04 +1490;16;191.40;9.50;1553.40;4.15;1.04 +1490;21;208.58;9.50;1535.00;1.57;1.04 1491;0;497.00;9.50;644.00;0.00;1.02 +1491;1;491.00;9.50;629.50;-0.39;1.02 +1491;2;503.50;9.50;634.50;0.60;1.02 +1491;3;484.00;9.50;639.50;-1.23;1.02 +1491;4;508.00;9.50;652.00;2.20;1.02 +1491;5;485.50;9.50;650.00;4.23;1.02 +1491;6;497.00;9.50;657.00;3.14;1.02 +1491;9;487.82;9.50;644.00;1.57;1.02 +1491;10;506.18;9.50;644.00;-1.57;1.02 +1491;11;487.40;9.50;620.80;-0.39;1.02 +1491;12;507.40;9.50;628.80;0.60;1.02 +1491;13;476.20;9.50;636.80;-1.23;1.02 +1491;14;514.60;9.50;656.80;2.20;1.02 +1491;15;478.60;9.50;653.60;4.23;1.02 +1491;16;497.00;9.50;664.80;3.14;1.02 +1491;21;487.82;9.50;644.00;1.57;1.02 1492;0;4310.00;12.60;1004.00;0.00;0.24 +1492;1;4311.00;13.20;999.50;0.21;0.24 +1492;2;4308.50;12.25;1001.00;-0.46;0.24 +1492;3;4312.50;13.25;1002.00;0.89;0.24 +1492;4;4307.50;11.25;1006.00;4.03;0.24 +1492;5;4311.50;12.50;1006.50;2.60;0.24 +1492;6;4308.50;11.30;1008.50;3.46;0.24 +1492;9;4307.84;11.65;1004.00;1.57;0.24 +1492;10;4312.16;13.06;1004.00;-1.57;0.24 +1492;21;4307.84;11.65;1004.00;1.57;0.24 1493;0;3724.00;11.55;1335.00;0.00;0.56 +1493;1;3721.00;13.15;1329.50;-0.49;0.56 +1493;2;3729.00;11.50;1332.00;1.03;0.56 +1493;3;3716.50;12.50;1334.50;-1.50;0.56 +1493;4;3732.00;10.10;1338.50;1.98;0.56 +1493;5;3721.00;10.72;1340.00;3.68;0.56 +1493;6;3727.50;10.10;1340.50;2.57;0.56 +1493;9;3717.52;12.20;1335.00;1.57;0.56 +1493;10;3730.48;10.60;1335.00;-1.57;0.56 +1493;21;3717.52;12.20;1335.00;1.57;0.56 1494;0;3278.00;12.92;190.00;0.00;0.84 +1494;1;3277.50;12.10;181.50;-0.05;0.84 +1494;2;3269.50;12.55;183.00;-0.88;0.84 +1494;3;3285.50;12.70;191.50;1.76;0.84 +1494;4;3271.50;13.70;190.50;4.63;0.84 +1494;5;3278.00;13.05;198.50;3.14;0.84 +1494;6;3286.00;12.95;197.50;2.32;0.84 +1494;9;3270.08;14.17;190.00;1.57;0.84 +1494;10;3285.92;12.65;190.00;-1.57;0.84 +1494;21;3270.08;14.17;190.00;1.57;0.84 1495;0;1450.00;9.50;782.00;0.00;1.02 +1495;1;1439.00;9.50;769.50;-0.72;1.02 +1495;2;1454.00;9.50;773.00;0.41;1.02 +1495;3;1433.50;9.50;777.50;-1.30;1.02 +1495;4;1466.00;9.50;785.50;1.78;1.02 +1495;5;1438.00;9.50;787.50;4.28;1.02 +1495;6;1455.50;9.50;793.50;2.69;1.02 +1495;9;1437.04;9.50;782.00;1.57;1.02 +1495;10;1462.96;9.50;782.00;-1.57;1.02 +1495;11;1432.40;9.50;762.00;-0.72;1.02 +1495;12;1456.40;9.50;767.60;0.41;1.02 +1495;13;1423.60;9.50;774.80;-1.30;1.02 +1495;14;1475.60;9.50;787.60;1.78;1.02 +1495;15;1430.80;9.50;790.80;4.28;1.02 +1495;16;1458.80;9.50;800.40;2.69;1.02 +1495;21;1437.04;9.50;782.00;1.57;1.02 1497;0;4218.00;11.52;1070.00;0.00;0.26 +1497;1;4219.50;11.15;1067.00;0.46;0.26 +1497;2;4215.00;10.75;1068.50;-1.10;0.26 +1497;3;4222.00;11.30;1068.50;1.21;0.26 +1497;4;4213.00;10.92;1070.00;4.71;0.26 +1497;5;4222.50;11.60;1070.50;1.68;0.26 +1497;6;4217.50;11.80;1072.00;3.38;0.26 +1497;9;4214.04;10.95;1070.00;1.57;0.26 +1497;10;4221.96;11.57;1070.00;-1.57;0.26 +1497;21;4214.04;10.95;1070.00;1.57;0.26 1498;0;4683.00;10.65;256.00;0.00;0.62 +1498;1;4680.50;10.70;250.50;-0.42;0.62 +1498;2;4689.50;10.70;251.50;0.96;0.62 +1498;3;4675.00;10.50;254.50;-1.38;0.62 +1498;4;4691.50;10.70;258.00;1.80;0.62 +1498;5;4675.00;10.40;260.50;4.20;0.62 +1498;6;4683.00;10.50;262.00;3.14;0.62 +1498;9;4676.16;10.48;256.00;1.57;0.62 +1498;10;4689.84;10.66;256.00;-1.57;0.62 +1498;21;4676.16;10.48;256.00;1.57;0.62 1499;0;4722.00;11.40;1409.00;0.00;0.34 +1499;1;4726.50;11.25;1406.00;0.98;0.34 +1499;2;4719.50;11.25;1406.00;-0.69;0.34 +1499;3;4715.50;11.35;1407.00;-1.27;0.34 +1499;4;4727.00;11.40;1410.50;1.86;0.34 +1499;5;4718.00;11.50;1410.50;4.35;0.34 +1499;6;4722.00;11.40;1413.00;3.14;0.34 +1499;9;4716.78;11.50;1409.00;1.57;0.34 +1499;10;4727.22;11.40;1409.00;-1.57;0.34 +1499;21;4716.78;11.50;1409.00;1.57;0.34 1500;0;1332.00;10.30;1362.00;0.00;0.36 +1500;1;1329.50;10.10;1359.00;-0.69;0.36 +1500;2;1334.00;10.30;1359.50;0.67;0.36 +1500;3;1327.00;10.20;1361.00;-1.37;0.36 +1500;4;1337.00;10.30;1363.50;1.86;0.36 +1500;5;1329.50;10.30;1364.00;4.03;0.36 +1500;6;1335.00;10.30;1366.00;2.49;0.36 +1500;7;1337.00;10.30;1366.00;2.24;0.36 +1500;9;1328.04;10.20;1362.00;1.57;0.36 +1500;10;1335.96;10.30;1362.00;-1.57;0.36 +1500;19;1328.00;9.50;1356.00;-0.69;0.36 +1500;20;1327.02;9.50;1354.54;-0.58;0.36 +1500;21;1328.04;10.20;1362.00;1.57;0.36 1501;0;5007.00;9.67;402.00;0.00;0.34 +1501;1;5005.00;9.65;397.00;-0.38;0.34 +1501;2;5009.00;9.70;400.00;0.78;0.34 +1501;3;5004.50;9.70;403.50;4.17;0.34 +1501;4;5010.00;10.10;405.00;2.35;0.34 +1501;5;5007.50;10.20;407.50;3.05;0.34 +1501;9;5003.94;9.70;402.00;1.57;0.34 +1501;10;5010.06;9.70;402.00;-1.57;0.34 +1501;19;5001.00;9.57;397.00;-2.11;0.34 +1501;20;4999.65;9.57;395.88;-0.87;0.34 +1501;21;5003.94;9.70;402.00;1.57;0.34 1502;0;4697.00;11.20;1453.00;0.00;0.54 +1502;1;4703.50;10.70;1447.50;0.86;0.54 +1502;2;4695.00;11.25;1449.50;-0.51;0.54 +1502;3;4706.00;10.80;1450.50;1.30;0.54 +1502;4;4689.50;11.70;1453.50;4.64;0.54 +1502;5;4698.50;11.30;1455.50;2.60;0.54 +1502;6;4690.00;12.05;1458.50;4.04;0.54 +1502;9;4689.98;11.70;1453.00;1.57;0.54 +1502;10;4704.02;11.02;1453.00;-1.57;0.54 +1502;21;4689.98;11.70;1453.00;1.57;0.54 1503;0;1355.00;10.35;1418.00;0.00;0.22 +1503;1;1348.50;10.30;1416.50;-1.34;0.22 +1503;2;1354.00;10.40;1416.50;-0.58;0.22 +1503;3;1360.50;10.30;1416.50;1.30;0.22 +1503;4;1348.50;10.30;1418.00;4.71;0.22 +1503;5;1361.50;10.30;1417.50;1.49;0.22 +1503;6;1360.00;10.30;1419.50;1.86;0.22 +1503;7;1351.00;10.40;1420.00;4.24;0.22 +1503;8;1355.00;10.37;1421.00;3.14;0.22 +1503;9;1349.96;10.35;1418.00;1.57;0.22 +1503;10;1360.04;10.30;1418.00;-1.57;0.22 +1503;21;1349.96;10.35;1418.00;1.57;0.22 1504;0;4922.00;10.35;1458.00;0.00;0.28 +1504;1;4920.00;10.05;1456.00;-0.78;0.28 +1504;2;4923.50;10.20;1455.00;0.46;0.28 +1504;3;4925.50;10.40;1457.00;1.29;0.28 +1504;4;4918.50;10.00;1458.00;4.71;0.28 +1504;5;4920.50;10.10;1460.00;3.78;0.28 +1504;6;4924.50;10.40;1460.50;2.35;0.28 +1504;9;4919.30;10.04;1458.00;1.57;0.28 +1504;10;4924.70;10.40;1458.00;-1.57;0.28 +1504;21;4919.30;10.04;1458.00;1.57;0.28 1505;0;4710.00;11.30;631.00;0.00;0.34 +1505;1;4709.50;10.40;633.50;3.33;0.34 +1505;2;4707.00;12.15;630.50;-1.40;0.34 +1505;3;4712.50;11.00;632.00;1.95;0.34 +1505;9;4706.94;12.01;631.00;1.57;0.34 +1505;10;4713.06;11.04;631.00;-1.57;0.34 +1505;19;4709.00;9.50;624.00;-2.94;0.34 +1505;20;4708.75;9.50;622.26;-0.14;0.34 +1505;21;4706.94;12.01;631.00;1.57;0.34 1506;0;1553.00;11.70;1493.00;0.00;0.32 +1506;1;1548.00;12.00;1491.50;-1.27;0.32 +1506;2;1552.50;12.30;1490.50;-0.19;0.32 +1506;3;1557.00;11.60;1492.50;1.44;0.32 +1506;4;1551.00;11.77;1494.00;4.24;0.32 +1506;5;1556.00;11.40;1496.00;2.35;0.32 +1506;6;1554.00;12.15;1497.50;2.92;0.32 +1506;9;1549.22;11.73;1493.00;1.57;0.32 +1506;10;1556.78;11.57;1493.00;-1.57;0.32 +1506;21;1549.22;11.73;1493.00;1.57;0.32 1507;0;4398.00;10.30;946.00;0.00;0.38 +1507;1;4396.50;10.30;942.50;-0.40;0.38 +1507;2;4395.00;10.42;944.00;-0.98;0.38 +1507;3;4401.50;10.10;945.50;1.42;0.38 +1507;4;4397.00;10.27;949.00;3.46;0.38 +1507;5;4402.00;10.10;948.50;2.12;0.38 +1507;6;4399.50;10.20;949.50;2.73;0.38 +1507;9;4394.58;10.44;946.00;1.57;0.38 +1507;10;4401.42;10.10;946.00;-1.57;0.38 +1507;21;4394.58;10.44;946.00;1.57;0.38 1508;0;4672.00;10.90;1393.00;0.00;0.32 +1508;1;4671.50;10.60;1389.50;-0.14;0.32 +1508;2;4668.50;11.50;1392.50;-1.42;0.32 +1508;3;4675.50;10.50;1392.50;1.42;0.32 +1508;4;4673.00;10.77;1396.00;2.82;0.32 +1508;9;4668.94;11.42;1393.00;1.57;0.32 +1508;10;4675.06;10.52;1393.00;-1.57;0.32 +1508;21;4668.94;11.42;1393.00;1.57;0.32 1509;0;3152.00;12.30;192.00;0.00;1.08 +1509;1;3160.00;12.62;181.00;0.62;1.08 +1509;2;3148.00;12.00;185.50;-0.55;1.08 +1509;3;3165.50;12.85;186.00;1.15;1.08 +1509;4;3138.50;11.90;187.50;-1.24;1.08 +1509;5;3159.50;12.90;196.50;2.11;1.08 +1509;6;3139.00;12.00;195.50;4.44;1.08 +1509;7;3146.00;12.10;203.00;3.64;1.08 +1509;9;3140.84;12.03;192.00;1.57;1.08 +1509;10;3163.16;13.00;192.00;-1.57;1.08 +1509;21;3140.84;12.03;192.00;1.57;1.08 1510;0;4094.00;10.87;1018.00;0.00;0.38 +1510;1;4091.00;10.45;1013.50;-0.58;0.38 +1510;2;4090.00;10.20;1017.50;-1.44;0.38 +1510;3;4096.00;11.45;1016.00;0.78;0.38 +1510;4;4098.50;11.60;1020.50;2.07;0.38 +1510;5;4094.50;10.60;1022.00;3.01;0.38 +1510;9;4090.22;10.20;1018.00;1.57;0.38 +1510;10;4097.78;11.74;1018.00;-1.57;0.38 +1510;21;4090.22;10.20;1018.00;1.57;0.38 1511;0;4647.00;9.97;248.00;0.00;0.56 +1511;1;4645.50;10.10;242.50;-0.26;0.56 +1511;2;4639.50;9.80;246.50;-1.37;0.56 +1511;3;4653.00;10.17;246.00;1.24;0.56 +1511;4;4657.00;10.20;250.50;1.81;0.56 +1511;5;4636.50;9.70;251.50;4.39;0.56 +1511;6;4648.00;9.95;252.50;2.92;0.56 +1511;9;4639.08;9.80;248.00;1.57;0.56 +1511;10;4654.92;10.20;248.00;-1.57;0.56 +1511;19;4626.00;9.50;255.00;-1.89;0.56 +1511;20;4624.34;9.50;255.55;4.39;0.56 +1511;21;4639.08;9.80;248.00;1.57;0.56 1512;0;5060.00;9.70;1382.00;0.00;0.30 +1512;1;5053.00;9.52;1379.00;-1.16;0.30 +1512;2;5063.00;9.70;1381.50;1.40;0.30 +1512;3;5055.00;9.75;1382.50;4.61;0.30 +1512;4;5062.00;9.70;1384.00;2.35;0.30 +1512;9;5053.34;9.76;1382.00;1.57;0.30 +1512;10;5066.66;9.56;1382.00;-1.57;0.30 +1512;19;5054.00;9.50;1379.00;1.41;0.30 +1512;20;5052.43;9.50;1378.21;-1.10;0.30 +1512;21;5053.34;9.76;1382.00;1.57;0.30 1513;0;1635.28;9.50;1244.30;0.00;0.52 +1513;1;1645.50;9.50;1236.50;0.95;0.52 +1513;2;1639.00;9.50;1240.50;4.24;0.52 +1513;3;1639.00;9.50;1241.50;4.01;0.52 +1513;9;1635.52;9.50;1239.00;1.57;0.52 +1513;10;1648.48;9.50;1239.00;-1.57;0.52 +1513;19;1637.60;9.40;1244.27;-3.93;0.52 +1513;20;1636.48;9.40;1245.61;3.83;0.52 +1513;21;1648.48;9.50;1239.00;-1.57;0.52 1514;0;4966.00;9.75;379.00;0.00;0.44 +1514;1;4966.00;9.80;371.50;0.00;0.44 +1514;2;4962.00;9.90;373.00;-0.58;0.44 +1514;3;4970.50;9.70;377.00;1.15;0.44 +1514;4;4962.00;9.85;381.00;4.24;0.44 +1514;5;4967.00;9.70;385.00;2.97;0.44 +1514;6;4970.50;9.70;388.50;2.69;0.44 +1514;7;4962.00;9.70;387.50;3.58;0.44 +1514;9;4962.04;9.84;379.00;1.57;0.44 +1514;10;4969.96;9.70;379.00;-1.57;0.44 +1514;19;4960.00;9.68;395.00;-3.31;0.44 +1514;20;4959.38;9.68;396.63;3.50;0.44 +1514;21;4962.04;9.84;379.00;1.57;0.44 1515;0;5145.59;9.50;1433.42;0.00;0.88 +1515;1;5150.50;9.50;1440.50;-0.70;0.88 +1515;2;5150.91;9.60;1439.34;-0.46;0.88 +1515;3;5178.01;9.50;1474.60;2.49;0.88 +1515;4;5168.63;9.50;1463.28;2.52;0.88 +1515;5;5143.50;9.60;1432.30;0.00;1.00 +1515;6;5152.51;9.60;1439.50;0.00;1.00 +1515;9;5148.08;9.50;1447.00;1.57;0.88 +1515;10;5163.92;9.50;1447.00;-1.57;0.88 +1515;19;5148.00;9.53;1435.00;-0.46;0.88 +1515;20;5147.03;9.53;1433.54;-0.58;0.88 +1515;21;5148.08;9.50;1447.00;1.57;0.88 1516;0;3195.00;12.40;511.00;0.00;0.80 +1516;1;3193.00;12.10;501.50;-0.20;0.80 +1516;2;3187.50;12.40;510.00;-1.43;0.80 +1516;3;3202.00;11.90;507.00;1.05;0.80 +1516;4;3205.00;12.10;513.50;1.81;0.80 +1516;5;3197.50;12.40;519.50;2.85;0.80 +1516;6;3188.50;12.30;520.50;3.74;0.80 +1516;9;3187.80;12.40;511.00;1.57;0.80 +1516;10;3202.20;12.11;511.00;-1.57;0.80 +1516;21;3187.80;12.40;511.00;1.57;0.80 1517;0;3629.00;9.80;1384.00;0.00;0.44 +1517;1;3633.00;9.70;1379.00;0.67;0.44 +1517;2;3627.50;9.70;1379.50;-0.32;0.44 +1517;3;3635.50;9.80;1383.00;1.41;0.44 +1517;4;3621.50;9.70;1383.50;-1.50;0.44 +1517;5;3625.50;9.80;1387.50;3.92;0.44 +1517;6;3633.50;9.90;1388.00;2.29;0.44 +1517;9;3622.88;9.65;1384.00;1.57;0.44 +1517;10;3635.12;9.80;1384.00;-1.57;0.44 +1517;21;3635.12;9.80;1384.00;-1.57;0.44 1518;0;4690.00;12.12;623.00;0.00;0.26 +1518;1;4690.50;11.90;620.50;0.19;0.26 +1518;2;4693.00;11.45;620.50;0.87;0.26 +1518;3;4693.00;11.77;623.00;1.57;0.26 +1518;4;4687.50;13.15;624.00;4.33;0.26 +1518;5;4690.00;11.65;625.50;3.14;0.26 +1518;6;4688.00;12.40;626.50;3.66;0.26 +1518;9;4687.66;12.94;623.00;1.57;0.26 +1518;10;4692.34;11.70;623.00;-1.57;0.26 +1518;19;4691.00;9.80;628.00;-3.14;0.26 +1518;20;4691.34;9.80;629.71;2.94;0.26 +1518;21;4687.66;12.94;623.00;1.57;0.26 1519;0;4560.00;14.82;1268.00;0.00;0.32 +1519;1;4562.00;13.40;1265.50;0.67;0.32 +1519;2;4557.50;15.30;1265.50;-0.78;0.32 +1519;3;4555.00;13.95;1267.00;-1.37;0.32 +1519;4;4564.00;13.30;1268.50;1.69;0.32 +1519;5;4557.50;14.50;1269.50;4.17;0.32 +1519;6;4562.50;14.90;1271.00;2.44;0.32 +1519;9;4556.22;14.01;1268.00;1.57;0.32 +1519;10;4563.78;13.20;1268.00;-1.57;0.32 +1519;21;4556.22;14.01;1268.00;1.57;0.32 1520;0;4445.00;10.17;925.00;0.00;0.28 +1520;1;4446.00;9.90;922.00;0.32;0.28 +1520;2;4443.50;9.90;921.50;-0.40;0.28 +1520;3;4443.00;10.12;925.00;4.71;0.28 +1520;4;4449.00;10.05;922.50;1.01;0.28 +1520;5;4447.00;10.15;924.50;1.32;0.28 +1520;6;4445.50;10.40;928.50;3.00;0.28 +1520;7;4443.00;10.55;929.50;3.56;0.28 +1520;9;4442.48;10.09;925.00;1.57;0.28 +1520;10;4447.52;10.29;925.00;-1.57;0.28 +1520;21;4442.48;10.09;925.00;1.57;0.28 1521;0;3721.00;13.22;1274.00;0.00;0.42 +1521;1;3724.00;13.05;1270.00;0.64;0.42 +1521;2;3727.50;13.30;1270.00;1.01;0.42 +1521;3;3717.00;13.15;1273.50;-1.44;0.42 +1521;4;3728.00;13.42;1273.00;1.42;0.42 +1521;5;3720.00;13.35;1277.00;3.46;0.42 +1521;6;3712.50;13.00;1277.50;4.32;0.42 +1521;9;3714.34;13.10;1274.00;1.57;0.42 +1521;10;3727.66;13.41;1274.00;-1.57;0.42 +1521;21;3714.34;13.10;1274.00;1.57;0.42 1522;0;4406.00;12.25;1018.00;0.00;0.34 +1522;1;4404.00;12.12;1015.00;-0.58;0.34 +1522;2;4409.50;12.05;1016.00;1.05;0.34 +1522;3;4401.00;12.40;1016.50;-1.27;0.34 +1522;4;4412.00;12.65;1018.50;1.65;0.34 +1522;5;4401.50;12.40;1020.00;4.29;0.34 +1522;6;4407.00;12.95;1020.50;2.76;0.34 +1522;9;4400.78;12.40;1018.00;1.57;0.34 +1522;10;4411.22;12.66;1018.00;-1.57;0.34 +1522;21;4400.78;12.40;1018.00;1.57;0.34 1523;0;1380.00;10.65;1522.00;0.00;0.34 +1523;1;1378.50;10.50;1519.50;-0.54;0.34 +1523;2;1385.50;10.90;1519.50;1.14;0.34 +1523;3;1372.00;10.30;1520.50;-1.38;0.34 +1523;4;1388.50;10.90;1521.00;1.45;0.34 +1523;5;1376.50;10.35;1524.00;4.19;0.34 +1523;6;1384.50;10.90;1524.00;1.98;0.34 +1523;7;1387.50;10.85;1522.00;1.57;0.34 +1523;9;1373.34;10.40;1522.00;1.57;0.34 +1523;10;1386.66;10.89;1522.00;-1.57;0.34 +1523;21;1373.34;10.40;1522.00;1.57;0.34 1524;0;2220.00;10.40;717.00;0.00;0.38 +1524;1;2222.00;10.30;713.50;0.51;0.38 +1524;2;2225.00;10.30;714.50;1.10;0.38 +1524;3;2216.50;10.40;716.50;-1.42;0.38 +1524;4;2221.50;10.60;719.50;2.60;0.38 +1524;5;2216.50;10.65;720.00;4.00;0.38 +1524;9;2215.86;10.45;717.00;1.57;0.38 +1524;10;2224.14;10.45;717.00;-1.57;0.38 +1524;21;2215.86;10.45;717.00;1.57;0.38 1525;0;4273.00;14.45;1079.00;0.00;0.48 +1525;1;4273.50;14.70;1075.00;0.12;0.48 +1525;2;4266.50;14.30;1074.00;-0.91;0.48 +1525;3;4281.00;14.00;1077.50;1.38;0.48 +1525;4;4265.50;13.25;1078.00;-1.43;0.48 +1525;5;4278.50;13.30;1082.50;2.13;0.48 +1525;6;4267.00;12.67;1082.00;4.24;0.48 +1525;7;4272.50;13.40;1084.50;3.23;0.48 +1525;9;4266.34;13.25;1079.00;1.57;0.48 +1525;10;4279.66;13.79;1079.00;-1.57;0.48 +1525;21;4266.34;13.25;1079.00;1.57;0.48 1526;0;4705.00;10.50;183.00;0.00;0.54 +1526;1;4705.00;10.60;174.00;0.00;0.54 +1526;2;4701.00;10.50;176.50;-0.55;0.54 +1526;3;4709.00;10.50;181.00;1.10;0.54 +1526;4;4699.50;10.40;185.00;4.36;0.54 +1526;5;4706.00;10.40;189.50;2.98;0.54 +1526;9;4700.14;10.43;183.00;1.57;0.54 +1526;10;4709.86;10.50;183.00;-1.57;0.54 +1526;21;4700.14;10.43;183.00;1.57;0.54 1527;0;1398.00;10.00;1551.00;0.00;0.32 -1528;0;1351.00;10.30;1379.00;0.00;0.36 +1527;1;1395.00;10.12;1549.00;-0.98;0.32 +1527;2;1397.00;10.05;1547.50;-0.27;0.32 +1527;3;1400.00;10.00;1550.00;1.10;0.32 +1527;4;1395.50;10.05;1553.00;4.03;0.32 +1527;5;1400.00;10.00;1553.50;2.46;0.32 +1527;9;1394.94;10.07;1551.00;1.57;0.32 +1527;10;1401.06;9.94;1551.00;-1.57;0.32 +1527;21;1394.94;10.07;1551.00;1.57;0.32 +1528;0;1351.00;10.30;1379.00;0.00;0.36 +1528;1;1349.50;10.30;1374.50;-0.32;0.36 +1528;2;1346.50;10.30;1374.50;-0.78;0.36 +1528;3;1348.00;10.30;1378.50;-1.40;0.36 +1528;4;1354.00;10.30;1378.50;1.40;0.36 +1528;5;1350.00;10.35;1383.00;3.38;0.36 +1528;6;1354.00;10.40;1383.00;2.49;0.36 +1528;9;1347.76;10.30;1379.00;1.57;0.36 +1528;10;1354.24;10.30;1379.00;-1.57;0.36 +1528;21;1347.76;10.30;1379.00;1.57;0.36 1529;0;2003.00;12.32;425.00;0.00;0.50 +1529;1;2002.00;11.95;422.00;-0.32;0.50 +1529;2;2009.00;12.05;420.00;0.87;0.50 +1529;3;2010.00;12.45;424.50;1.49;0.50 +1529;4;1996.00;12.60;424.50;-1.49;0.50 +1529;5;1995.00;12.70;428.00;4.35;0.50 +1529;6;2003.00;12.40;428.50;3.14;0.50 +1529;9;1996.70;12.65;425.00;1.57;0.50 +1529;10;2009.30;12.44;425.00;-1.57;0.50 +1529;21;1996.70;12.65;425.00;1.57;0.50 1530;0;3496.00;13.65;1363.00;0.00;0.18 +1530;1;3495.00;13.80;1362.00;-0.78;0.18 +1530;2;3498.00;13.60;1361.50;0.92;0.18 +1530;3;3498.50;13.80;1362.50;1.37;0.18 +1530;4;3493.50;12.90;1364.00;4.33;0.18 +1530;5;3497.50;14.10;1364.50;2.35;0.18 +1530;6;3495.00;12.85;1365.00;3.60;0.18 +1530;9;3493.66;13.31;1363.00;1.57;0.18 +1530;10;3498.34;13.95;1363.00;-1.57;0.18 +1530;21;3493.66;13.31;1363.00;1.57;0.18 1531;0;4540.00;12.10;1264.00;0.00;0.36 +1531;1;4544.50;12.60;1261.50;1.06;0.36 +1531;2;4539.50;11.60;1261.00;-0.16;0.36 +1531;3;4535.00;12.50;1265.00;4.51;0.36 +1531;4;4545.00;13.22;1265.00;1.76;0.36 +1531;5;4540.00;12.55;1267.50;3.14;0.36 +1531;6;4544.00;13.45;1266.50;2.12;0.36 +1531;9;4536.22;12.14;1264.00;1.57;0.36 +1531;10;4543.78;12.96;1264.00;-1.57;0.36 +1531;21;4536.22;12.14;1264.00;1.57;0.36 1532;0;3796.00;10.50;1373.00;0.00;0.56 +1532;1;3794.00;11.52;1366.00;-0.27;0.56 +1532;2;3797.50;12.05;1366.00;0.21;0.56 +1532;3;3791.50;10.60;1369.00;-0.84;0.56 +1532;4;3800.00;11.50;1373.00;1.57;0.56 +1532;5;3792.00;10.07;1376.00;4.06;0.56 +1532;6;3799.00;11.20;1379.00;2.67;0.56 +1532;9;3790.96;10.15;1373.00;1.57;0.56 +1532;10;3801.04;11.81;1373.00;-1.57;0.56 +1532;21;3801.04;11.81;1373.00;-1.57;0.56 1533;0;4397.00;10.05;625.00;0.00;0.30 +1533;1;4398.00;10.42;622.00;0.32;0.30 +1533;2;4401.50;9.90;622.50;1.06;0.30 +1533;3;4394.00;10.60;624.50;-1.40;0.30 +1533;4;4400.00;9.80;625.50;1.73;0.30 +1533;5;4392.00;10.32;627.00;4.33;0.30 +1533;6;4395.50;9.90;627.50;3.68;0.30 +1533;9;4393.22;10.59;625.00;1.57;0.30 +1533;10;4400.78;9.83;625.00;-1.57;0.30 +1533;21;4393.22;10.59;625.00;1.57;0.30 1534;0;1336.00;11.15;1486.00;0.00;0.28 +1534;1;1336.00;10.90;1482.00;0.00;0.28 +1534;2;1333.00;10.92;1484.00;-0.98;0.28 +1534;3;1339.00;11.15;1486.00;1.57;0.28 +1534;4;1333.00;11.00;1488.50;4.01;0.28 +1534;5;1336.00;11.05;1490.50;3.14;0.28 +1534;9;1333.48;10.90;1486.00;1.57;0.28 +1534;10;1338.52;11.19;1486.00;-1.57;0.28 +1534;21;1333.48;10.90;1486.00;1.57;0.28 1535;0;4435.00;9.95;910.00;0.00;0.40 +1535;1;4431.50;10.00;907.50;-0.95;0.40 +1535;2;4437.00;9.85;907.00;0.58;0.40 +1535;3;4439.00;9.90;910.50;1.69;0.40 +1535;4;4430.50;10.00;911.50;4.39;0.40 +1535;5;4435.00;9.90;914.00;3.14;0.40 +1535;6;4438.50;9.90;914.00;2.42;0.40 +1535;9;4431.04;10.05;910.00;1.57;0.40 +1535;10;4438.96;9.90;910.00;-1.57;0.40 +1535;21;4431.04;10.05;910.00;1.57;0.40 1536;0;3572.00;9.90;1321.00;0.00;0.24 +1536;1;3571.00;10.02;1319.00;-0.46;0.24 +1536;2;3574.50;9.75;1320.00;1.19;0.24 +1536;3;3570.50;9.90;1323.50;3.68;0.24 +1536;4;3574.00;9.80;1323.50;2.46;0.24 +1536;5;3572.50;9.90;1325.00;3.01;0.24 +1536;9;3569.84;9.98;1321.00;1.57;0.24 +1536;10;3574.16;9.81;1321.00;-1.57;0.24 +1536;21;3569.84;9.98;1321.00;1.57;0.24 1537;0;5116.00;12.15;155.00;0.00;0.46 +1537;1;5117.50;12.40;150.50;0.32;0.46 +1537;2;5112.50;13.30;154.00;-1.29;0.46 +1537;3;5121.50;12.10;152.50;1.14;0.46 +1537;4;5119.00;12.20;156.00;1.89;0.46 +1537;5;5111.50;11.80;159.50;3.92;0.46 +1537;6;5114.00;11.57;160.00;3.52;0.46 +1537;9;5111.50;13.35;155.00;1.57;0.46 +1537;10;5120.50;12.40;155.00;-1.57;0.46 +1537;21;5111.50;13.35;155.00;1.57;0.46 1538;0;4136.00;10.12;1003.00;0.00;0.32 +1538;1;4137.50;9.90;999.50;0.40;0.32 +1538;2;4133.50;10.25;1002.00;-1.19;0.32 +1538;3;4141.00;10.52;1002.00;1.37;0.32 +1538;4;4141.00;10.75;1003.50;1.67;0.32 +1538;5;4137.00;10.20;1005.00;2.67;0.32 +1538;6;4132.00;10.50;1005.50;4.15;0.32 +1538;7;4133.00;10.45;1006.50;3.85;0.32 +1538;9;4132.58;10.34;1003.00;1.57;0.32 +1538;10;4139.42;10.43;1003.00;-1.57;0.32 +1538;21;4132.58;10.34;1003.00;1.57;0.32 1539;0;3522.00;13.50;1336.00;0.00;0.28 +1539;1;3523.50;13.60;1332.50;0.40;0.28 +1539;2;3520.50;14.40;1334.00;-0.64;0.28 +1539;3;3524.00;13.05;1336.50;1.81;0.28 +1539;4;3519.00;12.90;1337.50;4.24;0.28 +1539;5;3522.50;11.90;1339.00;2.97;0.28 +1539;6;3521.00;11.60;1339.50;3.42;0.28 +1539;9;3519.48;13.54;1336.00;1.57;0.28 +1539;10;3524.52;13.19;1336.00;-1.57;0.28 +1539;21;3519.48;13.54;1336.00;1.57;0.28 1540;0;4650.00;10.60;221.00;0.00;0.58 +1540;1;4652.50;10.50;213.50;0.32;0.58 +1540;2;4646.00;10.17;220.00;-1.32;0.58 +1540;3;4655.50;10.70;219.00;1.22;0.58 +1540;4;4652.50;10.70;224.50;2.52;0.58 +1540;5;4647.00;10.77;229.00;3.50;0.58 +1540;9;4644.78;10.09;221.00;1.57;0.58 +1540;10;4655.22;10.66;221.00;-1.57;0.58 +1540;19;4640.00;9.50;228.00;-1.33;0.58 +1540;20;4638.56;9.50;229.00;4.10;0.58 +1540;21;4644.78;10.09;221.00;1.57;0.58 1541;0;4124.00;10.45;1078.00;0.00;0.36 +1541;1;4127.50;10.15;1074.00;0.71;0.36 +1541;2;4129.00;10.17;1075.00;1.03;0.36 +1541;3;4122.50;10.30;1076.50;-0.78;0.36 +1541;4;4125.50;10.60;1079.00;2.15;0.36 +1541;5;4120.50;10.60;1081.00;4.00;0.36 +1541;9;4120.04;10.22;1078.00;1.57;0.36 +1541;10;4127.96;10.52;1078.00;-1.57;0.36 +1541;21;4120.04;10.22;1078.00;1.57;0.36 1542;0;1995.00;11.27;407.00;0.00;0.56 +1542;1;1993.00;11.45;401.50;-0.34;0.56 +1542;2;1988.00;11.20;404.50;-1.22;0.56 +1542;3;2000.50;11.80;404.50;1.14;0.56 +1542;4;1990.50;11.00;411.00;3.98;0.56 +1542;5;2003.50;11.70;408.50;1.74;0.56 +1542;6;1998.00;11.35;413.00;2.67;0.56 +1542;9;1988.88;11.13;407.00;1.57;0.56 +1542;10;2001.12;11.75;407.00;-1.57;0.56 +1542;21;1988.88;11.13;407.00;1.57;0.56 1543;0;3785.00;10.50;1672.00;0.00;0.38 +1543;1;3782.50;10.50;1667.50;-0.50;0.38 +1543;2;3788.50;10.50;1669.00;0.86;0.38 +1543;3;3780.00;10.40;1672.50;4.61;0.38 +1543;4;3790.50;10.45;1673.00;1.75;0.38 +1543;5;3786.50;10.40;1676.00;2.78;0.38 +1543;9;3780.68;10.45;1672.00;1.57;0.38 +1543;10;3789.32;10.49;1672.00;-1.57;0.38 +1543;21;3780.68;10.45;1672.00;1.57;0.38 1544;0;3386.00;12.32;1177.00;0.00;0.32 +1544;1;3383.00;11.87;1174.00;-0.78;0.32 +1544;2;3387.00;12.30;1174.00;0.32;0.32 +1544;3;3388.50;12.70;1178.50;2.11;0.32 +1544;4;3383.00;12.15;1177.50;4.54;0.32 +1544;5;3385.00;12.75;1180.50;3.42;0.32 +1544;9;3383.12;12.13;1177.00;1.57;0.32 +1544;10;3388.88;12.47;1177.00;-1.57;0.32 +1544;21;3383.12;12.13;1177.00;1.57;0.32 1545;0;4833.00;10.50;1458.00;0.00;0.40 +1545;1;4835.50;10.60;1453.50;0.50;0.40 +1545;2;4829.00;10.55;1455.50;-1.01;0.40 +1545;3;4838.00;10.50;1455.00;1.03;0.40 +1545;4;4838.00;10.40;1459.50;1.86;0.40 +1545;5;4825.50;10.90;1458.00;4.71;0.40 +1545;6;4832.00;10.62;1461.00;3.46;0.40 +1545;9;4827.60;10.69;1458.00;1.57;0.40 +1545;10;4838.40;10.40;1458.00;-1.57;0.40 +1545;21;4827.60;10.69;1458.00;1.57;0.40 1546;0;4932.00;11.77;600.00;0.00;0.42 +1546;1;4928.50;12.20;595.50;-0.66;0.42 +1546;2;4934.00;13.77;598.00;0.78;0.42 +1546;3;4926.50;10.70;597.00;-1.07;0.42 +1546;4;4929.00;9.80;601.50;4.24;0.42 +1546;5;4938.00;12.62;602.00;1.89;0.42 +1546;6;4935.00;11.05;603.50;2.43;0.42 +1546;7;4932.50;10.00;605.50;3.05;0.42 +1546;9;4927.32;9.78;600.00;1.57;0.42 +1546;10;4936.68;13.38;600.00;-1.57;0.42 +1546;19;4926.00;9.50;602.00;-2.03;0.42 +1546;20;4924.34;9.50;602.55;4.39;0.42 +1546;21;4927.32;9.78;600.00;1.57;0.42 1547;0;1541.00;9.70;1410.00;0.00;0.34 +1547;1;1540.00;9.70;1406.00;-0.24;0.34 +1547;2;1543.00;9.70;1406.50;0.51;0.34 +1547;3;1538.00;9.70;1410.50;4.54;0.34 +1547;4;1544.00;9.70;1410.50;1.73;0.34 +1547;5;1538.50;9.70;1414.00;3.70;0.34 +1547;6;1542.00;9.70;1414.00;2.89;0.34 +1547;9;1537.94;9.70;1410.00;1.57;0.34 +1547;10;1544.06;9.67;1410.00;-1.57;0.34 +1547;19;1544.00;9.55;1405.00;0.52;0.34 +1547;20;1544.90;9.55;1403.49;0.54;0.34 +1547;21;1537.94;9.70;1410.00;1.57;0.34 1548;0;4444.00;9.80;899.00;0.00;0.28 +1548;1;4445.50;9.80;896.00;0.46;0.28 +1548;2;4441.00;9.80;897.50;-1.10;0.28 +1548;3;4448.50;9.80;898.50;1.46;0.28 +1548;4;4441.50;9.80;901.50;3.92;0.28 +1548;5;4446.50;9.85;902.00;2.44;0.28 +1548;9;4440.04;9.80;899.00;1.57;0.28 +1548;10;4447.96;9.80;899.00;-1.57;0.28 +1548;21;4440.04;9.80;899.00;1.57;0.28 1549;0;3451.00;10.50;1264.00;0.00;0.38 +1549;1;3448.50;10.70;1259.50;-0.50;0.38 +1549;2;3453.00;10.40;1263.00;1.10;0.38 +1549;3;3447.00;10.60;1263.50;-1.44;0.38 +1549;4;3452.00;10.55;1266.50;2.76;0.38 +1549;5;3446.50;10.50;1266.50;4.20;0.38 +1549;6;3458.00;10.90;1267.00;1.97;0.38 +1549;7;3457.50;10.90;1267.50;2.06;0.38 +1549;9;3446.32;10.56;1264.00;1.57;0.38 +1549;10;3455.68;10.45;1264.00;-1.57;0.38 +1549;21;3446.32;10.56;1264.00;1.57;0.38 1550;0;1617.67;9.90;1196.67;0.00;0.32 +1550;1;1603.50;9.70;1195.00;4.71;0.32 +1550;2;1607.00;9.70;1192.50;-0.67;0.32 +1550;3;1615.00;9.70;1193.50;1.32;0.32 +1550;4;1616.50;9.70;1194.00;1.43;0.32 +1550;5;1612.50;10.00;1196.50;1.97;0.32 +1550;6;1606.50;9.70;1198.50;3.76;0.32 +1550;9;1602.88;9.70;1195.00;1.57;0.32 +1550;10;1615.12;9.85;1195.00;-1.57;0.32 +1550;19;1612.18;9.50;1191.47;0.43;0.32 +1550;20;1613.35;9.50;1190.17;0.73;0.32 +1550;21;1611.64;10.10;1194.19;-1.57;0.32 1551;0;4573.00;13.40;1401.00;0.00;0.48 +1551;1;4571.50;13.45;1397.00;-0.35;0.48 +1551;2;4577.00;13.25;1396.50;0.72;0.48 +1551;3;4578.00;13.00;1400.50;1.47;0.48 +1551;4;4569.00;13.55;1402.50;4.35;0.48 +1551;5;4578.00;13.65;1404.50;2.18;0.48 +1551;6;4573.50;13.30;1406.00;3.04;0.48 +1551;9;4568.50;13.60;1401.00;1.57;0.48 +1551;10;4577.50;13.00;1401.00;-1.57;0.48 +1551;21;4568.50;13.60;1401.00;1.57;0.48 1552;0;3125.00;14.70;435.00;0.00;1.00 +1552;1;3128.00;14.70;420.50;0.20;1.00 +1552;2;3136.50;14.80;425.50;0.88;1.00 +1552;3;3114.50;14.65;438.00;4.43;1.00 +1552;4;3131.50;14.75;442.00;2.39;1.00 +1552;5;3122.50;14.70;450.50;3.30;1.00 +1552;9;3116.00;14.70;435.00;1.57;1.00 +1552;10;3134.00;14.75;435.00;-1.57;1.00 +1552;21;3116.00;14.70;435.00;1.57;1.00 1553;0;4272.00;12.92;1063.00;0.00;0.42 +1553;1;4272.00;13.25;1059.50;0.00;0.42 +1553;2;4265.00;12.57;1060.00;-1.16;0.42 +1553;3;4265.00;12.25;1062.50;-1.49;0.42 +1553;4;4278.00;12.85;1064.00;1.73;0.42 +1553;5;4273.00;12.95;1067.00;2.89;0.42 +1553;9;4265.70;12.43;1063.00;1.57;0.42 +1553;10;4278.30;12.52;1063.00;-1.57;0.42 +1553;21;4265.70;12.43;1063.00;1.57;0.42 1554;0;3819.00;10.17;1345.00;0.00;0.60 +1554;1;3824.00;10.15;1338.50;0.65;0.60 +1554;2;3816.50;10.10;1340.50;-0.50;0.60 +1554;3;3828.50;10.30;1340.50;1.12;0.60 +1554;4;3810.00;10.20;1342.50;-1.30;0.60 +1554;5;3825.50;10.30;1348.00;2.00;0.60 +1554;6;3809.00;10.80;1347.00;4.51;0.60 +1554;7;3815.50;10.50;1350.50;3.70;0.60 +1554;8;3809.00;10.70;1352.00;4.10;0.60 +1554;9;3811.08;10.65;1345.00;1.57;0.60 +1554;10;3826.92;10.20;1345.00;-1.57;0.60 +1554;21;3811.08;10.65;1345.00;1.57;0.60 1555;0;1881.00;9.70;271.00;0.00;0.44 +1555;1;1879.50;9.80;267.00;-0.35;0.44 +1555;2;1884.50;9.70;266.50;0.66;0.44 +1555;3;1885.00;9.70;272.00;1.81;0.44 +1555;4;1876.00;9.77;270.00;-1.37;0.44 +1555;5;1877.50;9.70;274.00;4.00;0.44 +1555;6;1882.50;9.70;276.00;2.85;0.44 +1555;9;1877.04;9.70;271.00;1.57;0.44 +1555;10;1884.96;9.70;271.00;-1.57;0.44 +1555;21;1877.04;9.70;271.00;1.57;0.44 1556;0;1508.00;10.20;1356.00;0.00;0.38 +1556;1;1506.00;9.87;1355.00;-1.10;0.38 +1556;2;1512.00;10.05;1352.50;0.85;0.38 +1556;3;1513.50;10.30;1355.50;1.48;0.38 +1556;4;1508.50;10.20;1358.50;2.94;0.38 +1556;5;1503.00;9.92;1360.00;4.03;0.38 +1556;9;1503.86;9.50;1356.00;1.57;0.38 +1556;10;1512.14;10.30;1356.00;-1.57;0.38 +1556;19;1507.00;9.50;1352.00;-1.11;0.38 +1556;20;1506.57;9.50;1350.30;-0.24;0.38 +1556;21;1503.86;9.50;1356.00;1.57;0.38 1557;0;5055.00;10.80;325.00;0.00;0.62 +1557;1;5055.00;10.50;315.50;0.00;0.62 +1557;2;5049.00;10.80;322.50;-1.17;0.62 +1557;3;5060.50;10.90;320.50;0.88;0.62 +1557;4;5060.50;10.90;328.50;2.13;0.62 +1557;5;5050.50;11.10;332.50;3.68;0.62 +1557;6;5055.50;11.20;334.00;3.08;0.62 +1557;9;5049.42;10.90;325.00;1.57;0.62 +1557;10;5060.58;10.89;325.00;-1.57;0.62 +1557;21;5049.42;10.90;325.00;1.57;0.62 1558;0;4695.00;10.72;1424.00;0.00;0.36 +1558;1;4692.00;11.20;1422.50;-1.10;0.36 +1558;2;4697.00;10.40;1421.00;0.58;0.36 +1558;3;4698.50;10.45;1426.00;2.09;0.36 +1558;4;4695.00;11.20;1427.50;3.14;0.36 +1558;9;4691.76;11.36;1424.00;1.57;0.36 +1558;10;4698.24;10.40;1424.00;-1.57;0.36 +1558;21;4691.76;11.36;1424.00;1.57;0.36 1559;0;1374.00;10.30;1406.00;0.00;0.34 +1559;1;1370.00;10.30;1404.00;-1.10;0.34 +1559;2;1375.00;10.30;1402.00;0.24;0.34 +1559;3;1378.50;10.30;1402.50;0.91;0.34 +1559;4;1379.00;10.30;1406.50;1.67;0.34 +1559;5;1368.50;10.30;1408.00;4.36;0.34 +1559;6;1370.00;10.15;1410.50;3.86;0.34 +1559;7;1375.00;10.20;1410.00;2.89;0.34 +1559;9;1369.50;10.30;1406.00;1.57;0.34 +1559;10;1378.50;10.30;1406.00;-1.57;0.34 +1559;21;1369.50;10.30;1406.00;1.57;0.34 1560;0;1397.00;10.97;1595.00;0.00;0.28 +1560;1;1394.50;10.55;1592.00;-0.69;0.28 +1560;2;1392.50;11.20;1594.00;-1.35;0.28 +1560;3;1398.50;10.85;1592.00;0.46;0.28 +1560;4;1401.50;10.40;1595.50;1.68;0.28 +1560;5;1390.50;12.00;1596.50;4.48;0.28 +1560;6;1395.50;11.60;1597.50;3.68;0.28 +1560;9;1392.50;11.60;1595.00;1.57;0.28 +1560;10;1401.50;10.45;1595.00;-1.57;0.28 +1560;21;1392.50;11.60;1595.00;1.57;0.28 1561;0;4679.00;13.87;619.00;0.00;0.30 +1561;1;4678.50;13.90;615.00;-0.12;0.30 +1561;2;4676.50;13.20;618.50;-1.37;0.30 +1561;3;4681.50;14.00;617.50;1.03;0.30 +1561;4;4682.00;13.45;622.00;2.35;0.30 +1561;5;4678.50;13.20;622.50;3.28;0.30 +1561;9;4676.30;13.02;619.00;1.57;0.30 +1561;10;4681.70;13.91;619.00;-1.57;0.30 +1561;21;4676.30;13.02;619.00;1.57;0.30 1562;0;980.00;9.70;1411.00;0.00;0.20 +1562;1;980.50;9.70;1409.00;0.24;0.20 +1562;2;978.50;9.60;1409.50;-0.78;0.20 +1562;3;981.50;9.60;1411.50;1.89;0.20 +1562;4;977.50;9.70;1412.00;4.33;0.20 +1562;5;979.50;9.70;1413.50;3.33;0.20 +1562;9;978.20;9.68;1411.00;1.57;0.20 +1562;10;981.80;9.66;1411.00;-1.57;0.20 +1562;19;976.00;9.50;1415.00;-1.95;0.20 +1562;20;974.76;9.50;1416.23;3.92;0.20 +1562;21;978.20;9.68;1411.00;1.57;0.20 1563;0;4466.00;10.77;889.00;0.00;0.32 +1563;1;4464.50;10.50;886.00;-0.46;0.32 +1563;2;4468.00;10.75;887.00;0.78;0.32 +1563;3;4462.00;10.40;888.00;-1.32;0.32 +1563;4;4468.50;11.00;890.00;1.95;0.32 +1563;5;4464.00;10.75;891.00;3.92;0.32 +1563;6;4468.50;11.35;893.00;2.58;0.32 +1563;7;4467.50;11.45;893.00;2.78;0.32 +1563;9;4463.12;10.41;889.00;1.57;0.32 +1563;10;4468.88;10.89;889.00;-1.57;0.32 +1563;21;4463.12;10.41;889.00;1.57;0.32 1564;0;1339.00;10.77;1504.00;0.00;0.38 +1564;1;1337.50;10.90;1499.50;-0.32;0.38 +1564;2;1342.50;10.80;1501.00;0.86;0.38 +1564;3;1334.50;10.85;1502.00;-1.15;0.38 +1564;4;1345.50;10.80;1504.50;1.64;0.38 +1564;5;1334.50;10.50;1506.00;4.29;0.38 +1564;6;1343.50;10.70;1507.00;2.15;0.38 +1564;7;1337.50;10.70;1507.50;3.54;0.38 +1564;9;1334.86;10.65;1504.00;1.57;0.38 +1564;10;1343.14;10.80;1504.00;-1.57;0.38 +1564;21;1334.86;10.65;1504.00;1.57;0.38 1565;0;5554.00;10.20;187.00;0.00;0.24 +1565;1;5554.00;10.20;184.50;0.00;0.24 +1565;2;5552.00;10.02;186.00;-1.10;0.24 +1565;3;5556.50;10.30;186.50;1.37;0.24 +1565;4;5553.50;10.20;188.50;3.46;0.24 +1565;5;5556.00;10.25;189.50;2.46;0.24 +1565;9;5551.84;10.05;187.00;1.57;0.24 +1565;10;5556.16;10.30;187.00;-1.57;0.24 +1565;19;5558.00;9.70;192.00;-3.82;0.24 +1565;20;5559.09;9.70;193.36;2.46;0.24 +1565;21;5551.84;10.05;187.00;1.57;0.24 1566;0;4324.00;13.00;997.00;0.00;0.38 +1566;1;4324.00;12.92;992.00;0.00;0.38 +1566;2;4321.50;13.05;994.00;-0.69;0.38 +1566;3;4325.50;12.80;993.50;0.40;0.38 +1566;4;4327.50;12.60;997.50;1.71;0.38 +1566;5;4319.50;12.80;998.50;4.39;0.38 +1566;6;4323.00;13.02;1000.00;3.46;0.38 +1566;7;4327.00;12.65;1001.00;2.49;0.38 +1566;9;4320.58;13.00;997.00;1.57;0.38 +1566;10;4327.42;12.56;997.00;-1.57;0.38 +1566;21;4320.58;13.00;997.00;1.57;0.38 1567;0;4765.00;10.20;1388.00;0.00;0.30 +1567;1;4764.00;10.25;1386.00;-0.46;0.30 +1567;2;4768.50;10.35;1386.00;1.05;0.30 +1567;3;4760.50;10.20;1387.50;-1.46;0.30 +1567;4;4768.00;10.20;1389.50;2.03;0.30 +1567;5;4764.00;10.10;1390.50;3.52;0.30 +1567;9;4761.58;10.20;1388.00;1.57;0.30 +1567;10;4768.42;10.25;1388.00;-1.57;0.30 +1567;21;4761.58;10.20;1388.00;1.57;0.30 1568;0;1875.00;10.00;253.00;0.00;0.54 +1568;1;1876.00;9.80;248.00;0.19;0.54 +1568;2;1880.50;9.90;249.50;1.00;0.54 +1568;3;1870.50;9.95;252.00;-1.35;0.54 +1568;4;1881.00;10.02;254.00;1.73;0.54 +1568;5;1870.50;10.10;257.50;3.92;0.54 +1568;6;1876.50;10.10;258.00;2.85;0.54 +1568;9;1869.96;10.00;253.00;1.57;0.54 +1568;10;1880.04;10.00;253.00;-1.57;0.54 +1568;21;1869.96;10.00;253.00;1.57;0.54 1569;0;4116.00;10.90;1059.00;0.00;0.40 +1569;1;4114.50;11.60;1054.00;-0.29;0.40 +1569;2;4113.00;11.87;1054.00;-0.54;0.40 +1569;3;4112.50;11.60;1058.50;-1.42;0.40 +1569;4;4118.00;10.50;1057.50;0.92;0.40 +1569;5;4121.00;10.07;1062.00;2.11;0.40 +1569;6;4116.50;10.50;1062.50;3.00;0.40 +1569;9;4112.40;11.60;1059.00;1.57;0.40 +1569;10;4119.60;10.20;1059.00;-1.57;0.40 +1569;21;4112.40;11.60;1059.00;1.57;0.40 1570;0;5105.00;10.00;227.00;0.00;0.44 +1570;1;5101.00;9.90;221.00;-0.58;0.44 +1570;2;5107.00;9.95;222.50;0.41;0.44 +1570;3;5100.00;9.90;224.00;-1.03;0.44 +1570;4;5109.00;10.00;226.00;1.32;0.44 +1570;5;5103.50;9.95;230.00;3.60;0.44 +1570;6;5109.00;10.05;231.50;2.41;0.44 +1570;7;5108.00;10.12;235.00;2.78;0.44 +1570;9;5101.04;9.90;227.00;1.57;0.44 +1570;10;5108.96;10.00;227.00;-1.57;0.44 +1570;21;5101.04;9.90;227.00;1.57;0.44 1571;0;4849.00;14.55;1427.00;0.00;0.36 +1571;1;4848.00;12.87;1423.00;-0.24;0.36 +1571;2;4846.00;12.10;1424.00;-0.78;0.36 +1571;3;4851.50;14.50;1425.00;0.89;0.36 +1571;4;4846.00;13.27;1427.00;4.71;0.36 +1571;5;4854.50;12.55;1427.00;1.57;0.36 +1571;6;4851.50;13.95;1429.00;2.24;0.36 +1571;7;4848.00;13.07;1431.00;3.38;0.36 +1571;9;4845.04;12.64;1427.00;1.57;0.36 +1571;10;4852.96;13.50;1427.00;-1.57;0.36 +1571;21;4845.04;12.64;1427.00;1.57;0.36 1572;0;1529.00;9.70;1354.00;0.00;0.28 +1572;1;1526.50;9.70;1352.00;-0.89;0.28 +1572;2;1531.50;9.70;1351.50;0.78;0.28 +1572;3;1524.00;9.70;1354.50;4.61;0.28 +1572;4;1533.00;9.70;1355.00;1.81;0.28 +1572;5;1524.50;9.70;1356.50;4.20;0.28 +1572;6;1528.50;9.70;1356.50;3.33;0.28 +1572;9;1525.40;9.70;1354.00;1.57;0.28 +1572;10;1532.60;9.70;1354.00;-1.57;0.28 +1572;19;1539.00;9.68;1352.00;-4.47;0.28 +1572;20;1540.71;9.68;1351.65;1.37;0.28 +1572;21;1525.40;9.70;1354.00;1.57;0.28 1573;0;3823.00;10.10;1312.00;0.00;0.32 +1573;1;3819.00;10.05;1310.00;-1.10;0.32 +1573;2;3825.50;10.20;1310.00;0.89;0.32 +1573;3;3829.50;10.20;1312.00;1.57;0.32 +1573;4;3820.00;10.10;1314.00;4.12;0.32 +1573;5;3827.00;10.20;1314.50;2.12;0.32 +1573;9;3817.96;10.04;1312.00;1.57;0.32 +1573;10;3828.04;10.20;1312.00;-1.57;0.32 +1573;21;3817.96;10.04;1312.00;1.57;0.32 1574;0;4813.00;10.50;598.00;0.00;0.30 +1574;1;4811.50;10.50;598.50;4.39;0.30 +1574;2;4819.50;9.50;597.00;1.41;0.30 +1574;3;4819.00;10.07;599.00;1.73;0.30 +1574;4;4817.00;11.00;600.50;2.12;0.30 +1574;5;4805.00;9.50;597.00;-1.44;0.30 +1574;9;4807.24;9.50;598.00;1.57;0.30 +1574;10;4818.76;9.50;598.00;-1.57;0.30 +1574;19;4802.00;9.50;599.00;-1.89;0.30 +1574;20;4800.25;9.50;599.15;4.62;0.30 +1574;21;4807.24;9.50;598.00;1.57;0.30 1575;0;4535.00;11.40;1233.00;0.00;0.34 +1575;1;4535.00;11.80;1230.00;0.00;0.34 +1575;2;4531.50;11.70;1231.50;-1.16;0.34 +1575;3;4539.00;11.02;1232.00;1.32;0.34 +1575;4;4538.50;11.10;1234.50;1.97;0.34 +1575;5;4532.00;11.02;1235.00;4.12;0.34 +1575;6;4535.00;11.40;1237.50;3.14;0.34 +1575;9;4531.94;11.34;1233.00;1.57;0.34 +1575;10;4538.06;11.12;1233.00;-1.57;0.34 +1575;21;4531.94;11.34;1233.00;1.57;0.34 1576;0;3761.00;9.80;1352.00;0.00;0.46 +1576;1;3764.50;9.80;1346.00;0.52;0.46 +1576;2;3765.50;9.80;1348.50;0.91;0.46 +1576;3;3758.50;9.80;1350.00;-0.89;0.46 +1576;4;3763.00;9.80;1354.50;2.46;0.46 +1576;5;3756.50;9.80;1356.00;3.98;0.46 +1576;9;3756.50;9.80;1352.00;1.57;0.46 +1576;10;3765.50;9.80;1352.00;-1.57;0.46 +1576;21;3756.50;9.80;1352.00;1.57;0.46 1577;0;4477.00;11.00;880.00;0.00;0.26 +1577;1;4478.00;10.60;877.50;0.38;0.26 +1577;2;4475.00;10.70;878.50;-0.92;0.26 +1577;3;4479.50;10.80;878.50;1.03;0.26 +1577;4;4480.50;11.00;880.50;1.71;0.26 +1577;5;4473.00;11.10;880.50;4.58;0.26 +1577;6;4473.50;11.50;882.50;4.09;0.26 +1577;7;4477.00;11.27;882.00;3.14;0.26 +1577;9;4474.12;11.00;880.00;1.57;0.26 +1577;10;4479.88;11.01;880.00;-1.57;0.26 +1577;21;4474.12;11.00;880.00;1.57;0.26 1578;0;3436.00;11.95;1260.00;0.00;0.32 +1578;1;3433.50;12.10;1259.00;-1.19;0.32 +1578;2;3437.00;13.10;1257.00;0.32;0.32 +1578;3;3439.50;11.00;1261.50;1.97;0.32 +1578;4;3432.50;10.80;1262.00;4.19;0.32 +1578;5;3435.50;10.85;1263.00;3.30;0.32 +1578;9;3433.12;11.50;1260.00;1.57;0.32 +1578;10;3438.88;11.48;1260.00;-1.57;0.32 +1578;21;3433.12;11.50;1260.00;1.57;0.32 1579;0;4094.00;11.45;980.00;0.00;0.42 +1579;1;4094.00;11.32;976.00;0.00;0.42 +1579;2;4098.50;10.90;975.50;0.78;0.42 +1579;3;4097.50;11.30;980.50;1.71;0.42 +1579;4;4089.00;11.55;980.00;4.71;0.42 +1579;5;4088.00;11.40;982.50;4.31;0.42 +1579;6;4093.00;11.10;983.50;3.42;0.42 +1579;9;4089.68;11.48;980.00;1.57;0.42 +1579;10;4098.32;11.12;980.00;-1.57;0.42 +1579;21;4089.68;11.48;980.00;1.57;0.42 1580;0;3165.00;12.00;332.00;0.00;1.52 +1580;1;3154.50;12.20;313.00;-0.50;1.52 +1580;2;3173.00;12.00;324.00;0.78;1.52 +1580;3;3149.50;12.00;321.50;-0.97;1.52 +1580;4;3154.00;12.57;341.00;4.02;1.52 +1580;5;3185.00;12.45;342.50;2.05;1.52 +1580;6;3173.00;12.10;345.00;2.59;1.52 +1580;7;3181.50;12.00;348.50;2.35;1.52 +1580;9;3150.78;12.05;332.00;1.57;1.52 +1580;10;3179.22;12.00;332.00;-1.57;1.52 +1580;21;3150.78;12.05;332.00;1.57;1.52 1581;0;4275.00;10.70;1048.00;0.00;0.46 +1581;1;4278.50;10.10;1046.00;1.05;0.46 +1581;2;4273.50;10.45;1043.00;-0.29;0.46 +1581;3;4270.00;12.37;1045.00;-1.03;0.46 +1581;4;4269.50;13.20;1048.50;4.62;0.46 +1581;5;4273.50;12.40;1052.00;3.50;0.46 +1581;6;4280.50;10.10;1051.50;2.13;0.46 +1581;7;4280.00;10.10;1052.50;2.30;0.46 +1581;9;4270.32;12.65;1048.00;1.57;0.46 +1581;10;4279.68;10.10;1048.00;-1.57;0.46 +1581;21;4270.32;12.65;1048.00;1.57;0.46 1582;0;1496.00;11.22;1484.00;0.00;0.26 +1582;1;1492.50;12.00;1482.00;-1.05;0.26 +1582;2;1496.50;11.00;1481.50;0.19;0.26 +1582;3;1490.50;11.95;1483.00;-1.39;0.26 +1582;4;1499.50;11.00;1482.50;1.16;0.26 +1582;5;1500.50;11.10;1485.50;1.89;0.26 +1582;6;1493.00;11.20;1485.50;4.24;0.26 +1582;7;1497.50;11.00;1487.00;2.67;0.26 +1582;9;1491.68;11.59;1484.00;1.57;0.26 +1582;10;1500.32;11.00;1484.00;-1.57;0.26 +1582;21;1491.68;11.59;1484.00;1.57;0.26 1583;0;1999.00;10.40;509.00;0.00;0.48 +1583;1;2001.50;10.40;504.50;0.50;0.48 +1583;2;2005.50;10.50;507.00;1.27;0.48 +1583;3;1993.50;10.35;506.00;-1.07;0.48 +1583;4;1990.00;10.20;507.00;-1.35;0.48 +1583;5;1994.50;10.30;511.00;4.29;0.48 +1583;6;2002.00;10.40;513.00;2.49;0.48 +1583;9;1992.70;10.20;509.00;1.57;0.48 +1583;10;2005.30;10.48;509.00;-1.57;0.48 +1583;21;1992.70;10.20;509.00;1.57;0.48 1584;0;1522.00;9.70;1341.00;0.00;0.36 +1584;1;1522.00;9.70;1337.00;0.00;0.36 +1584;2;1526.50;9.70;1337.50;0.91;0.36 +1584;3;1518.50;9.70;1340.50;-1.42;0.36 +1584;4;1525.50;9.70;1341.50;1.71;0.36 +1584;5;1519.00;9.67;1345.00;3.78;0.36 +1584;6;1523.00;9.70;1345.50;2.92;0.36 +1584;9;1518.76;9.70;1341.00;1.57;0.36 +1584;10;1525.24;9.70;1341.00;-1.57;0.36 +1584;19;1516.00;9.50;1339.00;-1.43;0.36 +1584;20;1514.34;9.50;1338.44;-1.24;0.36 +1584;21;1518.76;9.70;1341.00;1.57;0.36 1585;0;1937.00;9.80;394.00;0.00;0.56 +1585;1;1934.50;9.80;389.50;-0.50;0.56 +1585;2;1941.50;10.00;389.50;0.78;0.56 +1585;3;1942.00;9.90;395.00;1.76;0.56 +1585;4;1933.00;9.75;396.00;4.24;0.56 +1585;5;1941.00;9.85;400.50;2.59;0.56 +1585;6;1937.50;9.80;401.00;3.07;0.56 +1585;9;1931.96;9.77;394.00;1.57;0.56 +1585;10;1942.04;9.90;394.00;-1.57;0.56 +1585;21;1931.96;9.77;394.00;1.57;0.56 1586;0;1359.00;10.27;1558.00;0.00;0.30 +1586;1;1357.50;10.25;1556.00;-0.64;0.30 +1586;2;1363.50;10.40;1556.00;1.15;0.30 +1586;3;1355.00;10.30;1559.50;4.35;0.30 +1586;4;1363.50;10.30;1557.50;1.46;0.30 +1586;5;1358.50;10.20;1561.00;3.30;0.30 +1586;9;1354.68;10.34;1558.00;1.57;0.30 +1586;10;1363.32;10.25;1558.00;-1.57;0.30 +1586;21;1354.68;10.34;1558.00;1.57;0.30 1587;0;1435.00;10.40;1427.00;0.00;0.30 +1587;1;1435.00;10.40;1423.50;0.00;0.30 +1587;2;1438.50;10.40;1423.00;0.71;0.30 +1587;3;1432.00;10.40;1424.50;-0.87;0.30 +1587;4;1438.00;10.40;1427.00;1.57;0.30 +1587;5;1432.00;10.40;1428.00;4.39;0.30 +1587;6;1435.00;10.40;1431.00;3.14;0.30 +1587;7;1432.50;10.40;1431.00;3.70;0.30 +1587;9;1432.30;10.40;1427.00;1.57;0.30 +1587;10;1437.70;10.40;1427.00;-1.57;0.30 +1587;21;1432.30;10.40;1427.00;1.57;0.30 1588;0;4757.00;9.82;1465.00;0.00;0.44 +1588;1;4751.50;9.80;1460.50;-0.88;0.44 +1588;2;4757.00;9.80;1461.00;0.00;0.44 +1588;3;4749.00;9.80;1462.50;-1.26;0.44 +1588;4;4762.00;10.20;1463.50;1.27;0.44 +1588;5;4751.50;9.80;1466.00;4.53;0.44 +1588;6;4764.00;10.25;1466.50;1.78;0.44 +1588;7;4759.50;9.90;1469.00;2.58;0.44 +1588;9;4751.06;9.80;1465.00;1.57;0.44 +1588;10;4762.94;10.09;1465.00;-1.57;0.44 +1588;21;4751.06;9.80;1465.00;1.57;0.44 1589;0;4678.00;10.80;583.00;0.00;0.30 +1589;1;4679.50;11.05;579.00;0.35;0.30 +1589;2;4677.00;10.65;581.00;-0.46;0.30 +1589;3;4681.00;10.50;582.50;1.40;0.30 +1589;4;4675.00;10.00;585.00;4.12;0.30 +1589;5;4678.00;10.50;586.00;3.14;0.30 +1589;6;4688.50;9.50;579.00;1.20;0.30 +1589;9;4675.30;10.06;583.00;1.57;0.30 +1589;10;4680.70;10.51;583.00;-1.57;0.30 +1589;19;4684.00;9.60;586.00;1.41;0.30 +1589;20;4685.56;9.60;586.78;2.03;0.30 +1589;21;4675.30;10.06;583.00;1.57;0.30 1590;0;4598.00;15.55;1332.00;0.00;0.28 +1590;1;4598.00;13.90;1329.50;0.00;0.28 +1590;2;4594.50;14.75;1331.00;-1.29;0.28 +1590;3;4601.50;13.40;1332.50;1.71;0.28 +1590;4;4597.00;15.05;1335.00;3.46;0.28 +1590;5;4600.00;14.10;1334.50;2.46;0.28 +1590;9;4595.12;15.62;1332.00;1.57;0.28 +1590;10;4600.88;13.69;1332.00;-1.57;0.28 +1590;21;4595.12;15.62;1332.00;1.57;0.28 1591;0;4011.00;10.75;1382.00;0.00;0.20 +1591;1;4009.50;10.60;1380.50;-0.78;0.20 +1591;2;4018.00;11.50;1380.00;1.29;0.20 +1591;3;4019.00;11.72;1381.00;1.44;0.20 +1591;4;4005.50;10.50;1383.50;4.44;0.20 +1591;5;4019.00;11.80;1383.00;1.69;0.20 +1591;6;4014.00;10.95;1383.50;2.03;0.20 +1591;9;4004.16;10.50;1382.00;1.57;0.20 +1591;10;4017.84;11.61;1382.00;-1.57;0.20 +1591;21;4017.84;11.61;1382.00;-1.57;0.20 1592;0;4455.00;9.80;880.00;0.00;0.20 +1592;1;4454.50;9.80;876.50;-0.14;0.20 +1592;2;4452.50;9.80;877.50;-0.78;0.20 +1592;3;4456.50;9.80;879.00;0.98;0.20 +1592;4;4454.00;9.80;881.50;3.73;0.20 +1592;5;4456.50;9.90;883.50;2.73;0.20 +1592;6;4455.00;9.85;885.50;3.14;0.20 +1592;9;4453.20;9.80;880.00;1.57;0.20 +1592;10;4456.80;9.80;880.00;-1.57;0.20 +1592;21;4453.20;9.80;880.00;1.57;0.20 1593;0;3650.00;9.70;1303.00;0.00;0.62 +1593;1;3652.00;9.80;1296.50;0.29;0.62 +1593;2;3644.00;9.50;1304.00;4.54;0.62 +1593;3;3654.00;9.60;1304.00;1.81;0.62 +1593;4;3649.50;9.60;1309.50;3.21;0.62 +1593;5;3652.00;9.60;1310.00;2.86;0.62 +1593;9;3644.24;9.50;1303.00;1.57;0.62 +1593;10;3655.76;9.60;1303.00;-1.57;0.62 +1593;21;3644.24;9.50;1303.00;1.57;0.62 1594;0;1675.00;9.80;1183.00;0.00;0.40 +1594;1;1675.50;9.80;1179.50;0.14;0.40 +1594;2;1680.00;10.45;1179.50;0.96;0.40 +1594;3;1680.50;10.50;1182.50;1.48;0.40 +1594;4;1670.00;9.50;1184.00;4.51;0.40 +1594;5;1674.00;9.75;1185.50;3.52;0.40 +1594;9;1669.96;9.50;1183.00;1.57;0.40 +1594;10;1680.04;10.47;1183.00;-1.57;0.40 +1594;19;1676.00;9.55;1188.00;-2.76;0.40 +1594;20;1676.34;9.55;1189.71;2.94;0.40 +1594;21;1680.04;10.47;1183.00;-1.57;0.40 1595;0;1462.00;10.10;1535.00;0.00;0.24 +1595;1;1462.50;10.10;1532.50;0.19;0.24 +1595;2;1458.00;10.10;1533.50;-1.21;0.24 +1595;3;1466.00;10.05;1533.50;1.21;0.24 +1595;4;1465.50;10.10;1536.00;1.84;0.24 +1595;5;1458.50;10.00;1536.50;4.30;0.24 +1595;6;1462.00;10.10;1537.50;3.14;0.24 +1595;9;1458.58;10.05;1535.00;1.57;0.24 +1595;10;1465.42;10.10;1535.00;-1.57;0.24 +1595;21;1458.58;10.05;1535.00;1.57;0.24 1596;0;1820.00;9.95;250.00;0.00;0.48 +1596;1;1818.00;9.72;244.00;-0.32;0.48 +1596;2;1822.00;9.80;245.00;0.38;0.48 +1596;3;1816.00;9.87;250.00;4.71;0.48 +1596;4;1825.00;10.10;250.00;1.57;0.48 +1596;5;1819.50;10.00;254.50;3.25;0.48 +1596;9;1815.68;9.85;250.00;1.57;0.48 +1596;10;1824.32;10.10;250.00;-1.57;0.48 +1596;21;1815.68;9.85;250.00;1.57;0.48 1597;0;4513.00;9.87;1036.00;0.00;0.30 +1597;1;4513.50;10.10;1034.00;0.24;0.30 +1597;2;4518.50;10.30;1033.00;1.07;0.30 +1597;3;4518.50;10.40;1034.50;1.30;0.30 +1597;4;4508.50;10.25;1035.00;-1.35;0.30 +1597;5;4517.00;10.40;1036.50;1.69;0.30 +1597;6;4508.50;9.80;1038.00;4.29;0.30 +1597;7;4513.00;9.85;1038.00;3.14;0.30 +1597;8;4509.00;9.82;1040.00;3.92;0.30 +1597;9;4509.04;10.10;1036.00;1.57;0.30 +1597;10;4516.96;10.34;1036.00;-1.57;0.30 +1597;21;4509.04;10.10;1036.00;1.57;0.30 1598;0;1962.00;10.55;383.00;0.00;0.34 +1598;1;1962.00;10.35;380.00;0.00;0.34 +1598;2;1954.00;10.20;381.50;-1.38;0.34 +1598;3;1969.00;10.37;383.00;1.57;0.34 +1598;4;1954.00;10.32;384.00;4.58;0.34 +1598;5;1962.00;10.60;386.50;3.14;0.34 +1598;9;1955.88;10.35;383.00;1.57;0.34 +1598;10;1968.12;10.40;383.00;-1.57;0.34 +1598;21;1955.88;10.35;383.00;1.57;0.34 1599;0;3502.00;11.72;1352.00;0.00;0.28 +1599;1;3502.50;11.85;1349.00;0.16;0.28 +1599;2;3504.50;11.10;1349.50;0.78;0.28 +1599;3;3501.00;11.95;1351.50;-1.10;0.28 +1599;4;3505.00;11.00;1351.00;1.24;0.28 +1599;5;3503.50;11.70;1353.50;2.35;0.28 +1599;6;3499.50;13.00;1354.50;3.92;0.28 +1599;7;3501.00;12.57;1356.00;3.38;0.28 +1599;9;3499.30;12.49;1352.00;1.57;0.28 +1599;10;3504.70;11.18;1352.00;-1.57;0.28 +1599;21;3499.30;12.49;1352.00;1.57;0.28 1600;0;3477.00;12.27;1233.00;0.00;0.46 +1600;1;3479.50;10.85;1228.00;0.46;0.46 +1600;2;3481.00;10.95;1230.50;1.01;0.46 +1600;3;3473.50;11.50;1232.00;-1.29;0.46 +1600;4;3479.00;11.40;1235.50;2.46;0.46 +1600;5;3473.00;11.90;1236.50;3.99;0.46 +1600;6;3476.00;11.65;1238.00;3.33;0.46 +1600;9;3472.86;11.36;1233.00;1.57;0.46 +1600;10;3481.14;11.01;1233.00;-1.57;0.46 +1600;21;3472.86;11.36;1233.00;1.57;0.46 1601;0;933.00;14.80;1512.00;0.00;0.40 +1601;1;931.50;13.20;1507.50;-0.32;0.40 +1601;2;935.50;15.20;1509.50;0.78;0.40 +1601;3;929.50;12.95;1510.00;-1.05;0.40 +1601;4;930.50;14.20;1514.50;3.92;0.40 +1601;5;935.50;16.10;1515.00;2.44;0.40 +1601;9;929.40;13.26;1512.00;1.57;0.40 +1601;10;936.60;15.89;1512.00;-1.57;0.40 +1601;21;929.40;13.26;1512.00;1.57;0.40 1602;0;4984.00;10.85;557.00;0.00;0.34 +1602;1;4982.50;10.40;554.50;-0.54;0.34 +1602;2;4989.50;10.60;554.50;1.14;0.34 +1602;3;4987.50;11.40;558.50;1.97;0.34 +1602;4;4977.50;10.40;559.00;4.41;0.34 +1602;5;4981.50;11.00;560.00;3.83;0.34 +1602;9;4979.32;10.44;557.00;1.57;0.34 +1602;10;4988.68;11.10;557.00;-1.57;0.34 +1602;21;4979.32;10.44;557.00;1.57;0.34 1603;0;4546.00;12.15;1213.00;0.00;0.30 +1603;1;4545.50;11.75;1210.00;-0.16;0.30 +1603;2;4549.50;11.55;1212.00;1.29;0.30 +1603;3;4541.50;11.70;1210.50;-1.06;0.30 +1603;4;4543.00;12.47;1214.00;4.39;0.30 +1603;5;4551.00;11.80;1215.00;1.95;0.30 +1603;6;4548.00;12.05;1216.00;2.55;0.30 +1603;9;4542.04;12.45;1213.00;1.57;0.30 +1603;10;4549.96;11.75;1213.00;-1.57;0.30 +1603;21;4542.04;12.45;1213.00;1.57;0.30 1604;0;1430.00;9.80;1516.00;0.00;0.34 +1604;1;1428.00;9.80;1512.00;-0.46;0.34 +1604;2;1433.00;9.80;1515.50;1.40;0.34 +1604;3;1426.00;9.80;1517.00;4.46;0.34 +1604;4;1430.50;9.80;1519.50;3.00;0.34 +1604;5;1434.50;9.80;1520.00;2.29;0.34 +1604;9;1426.58;9.80;1516.00;1.57;0.34 +1604;10;1433.42;9.80;1516.00;-1.57;0.34 +1604;21;1426.58;9.80;1516.00;1.57;0.34 1605;0;4494.00;13.00;849.00;0.00;0.24 +1605;1;4492.00;13.05;846.50;-0.67;0.24 +1605;2;4494.00;13.40;847.00;0.00;0.24 +1605;3;4491.50;12.40;848.50;-1.37;0.24 +1605;4;4496.00;14.00;848.50;1.32;0.24 +1605;5;4496.00;13.55;850.50;2.21;0.24 +1605;6;4493.00;12.15;852.00;3.46;0.24 +1605;9;4491.84;12.31;849.00;1.57;0.24 +1605;10;4496.16;13.96;849.00;-1.57;0.24 +1605;21;4491.84;12.31;849.00;1.57;0.24 1606;0;3410.00;12.25;1251.00;0.00;0.20 +1606;1;3410.00;12.90;1249.00;0.00;0.20 +1606;2;3414.50;11.80;1251.50;1.68;0.20 +1606;3;3405.50;11.30;1251.50;4.60;0.20 +1606;4;3410.00;11.55;1253.00;3.14;0.20 +1606;9;3406.40;11.63;1251.00;1.57;0.20 +1606;10;3413.60;12.08;1251.00;-1.57;0.20 +1606;21;3406.40;11.63;1251.00;1.57;0.20 1607;0;4327.00;11.30;979.00;0.00;0.34 +1607;1;4330.50;12.00;975.50;0.78;0.34 +1607;2;4326.00;11.15;976.50;-0.38;0.34 +1607;3;4329.50;11.30;979.50;1.76;0.34 +1607;4;4322.50;11.65;978.00;-1.35;0.34 +1607;5;4323.00;11.87;981.00;4.24;0.34 +1607;6;4325.50;12.05;983.00;3.50;0.34 +1607;9;4322.86;11.67;979.00;1.57;0.34 +1607;10;4331.14;11.67;979.00;-1.57;0.34 +1607;21;4322.86;11.67;979.00;1.57;0.34 1608;0;4596.00;12.55;1388.00;0.00;0.32 +1608;1;4593.50;12.60;1385.50;-0.78;0.32 +1608;2;4601.00;12.70;1386.50;1.27;0.32 +1608;3;4588.00;12.35;1388.00;4.71;0.32 +1608;4;4588.50;12.30;1390.00;4.45;0.32 +1608;5;4604.50;12.70;1389.50;1.74;0.32 +1608;6;4596.50;12.40;1390.50;2.94;0.32 +1608;7;4604.00;12.55;1391.50;1.98;0.32 +1608;9;4589.70;12.40;1388.00;1.57;0.32 +1608;10;4602.30;12.70;1388.00;-1.57;0.32 +1608;21;4589.70;12.40;1388.00;1.57;0.32 1609;0;4185.00;9.70;1036.00;0.00;0.22 +1609;1;4186.50;9.80;1032.00;0.35;0.22 +1609;2;4184.00;9.70;1034.00;-0.46;0.22 +1609;3;4187.00;9.70;1035.00;1.10;0.22 +1609;4;4183.00;9.70;1038.50;3.81;0.22 +1609;5;4187.00;9.70;1039.00;2.55;0.22 +1609;6;4185.00;9.70;1040.00;3.14;0.22 +1609;9;4183.02;9.70;1036.00;1.57;0.22 +1609;10;4186.98;9.70;1036.00;-1.57;0.22 +1609;21;4183.02;9.70;1036.00;1.57;0.22 1610;0;3540.00;10.65;1326.00;0.00;0.22 +1610;1;3539.50;11.15;1323.00;-0.16;0.22 +1610;2;3542.00;10.45;1324.50;0.92;0.22 +1610;3;3537.50;11.40;1325.50;-1.37;0.22 +1610;4;3542.00;10.05;1328.00;2.35;0.22 +1610;5;3539.00;10.57;1329.00;3.46;0.22 +1610;6;3540.50;10.20;1329.50;3.00;0.22 +1610;9;3538.02;11.19;1326.00;1.57;0.22 +1610;10;3541.98;10.25;1326.00;-1.57;0.22 +1610;21;3538.02;11.19;1326.00;1.57;0.22 1611;0;5154.00;11.27;203.00;0.00;0.34 +1611;1;5154.50;11.65;198.00;0.10;0.34 +1611;2;5156.50;11.00;199.50;0.62;0.34 +1611;3;5151.50;13.00;201.00;-0.89;0.34 +1611;4;5158.00;10.20;203.50;1.69;0.34 +1611;5;5150.50;11.50;206.00;4.00;0.34 +1611;6;5154.50;10.40;206.50;3.00;0.34 +1611;9;5150.94;12.41;203.00;1.57;0.34 +1611;10;5157.06;10.41;203.00;-1.57;0.34 +1611;19;5161.00;9.55;201.00;-4.59;0.34 +1611;20;5162.68;9.55;200.51;1.29;0.34 +1611;21;5150.94;12.41;203.00;1.57;0.34 1612;0;4553.00;9.70;1153.00;0.00;0.42 +1612;1;4556.50;9.70;1149.00;0.71;0.42 +1612;2;4552.00;9.70;1150.00;-0.32;0.42 +1612;3;4548.00;9.70;1152.00;-1.37;0.42 +1612;4;4557.00;9.70;1154.00;1.81;0.42 +1612;5;4548.00;9.70;1154.50;4.42;0.42 +1612;6;4552.00;9.70;1156.50;3.42;0.42 +1612;7;4556.50;9.70;1157.50;2.48;0.42 +1612;9;4549.22;9.70;1153.00;1.57;0.42 +1612;10;4556.78;9.70;1153.00;-1.57;0.42 +1612;21;4549.22;9.70;1153.00;1.57;0.42 1613;0;1926.00;9.82;334.00;0.00;0.48 +1613;1;1923.00;9.80;329.00;-0.54;0.48 +1613;2;1921.00;9.80;332.00;-1.19;0.48 +1613;3;1927.50;9.80;330.50;0.40;0.48 +1613;4;1933.00;9.80;332.50;1.36;0.48 +1613;5;1930.50;9.80;336.50;2.07;0.48 +1613;6;1922.50;9.90;337.50;3.92;0.48 +1613;7;1926.50;9.90;340.00;3.05;0.48 +1613;9;1920.60;9.80;334.00;1.57;0.48 +1613;10;1931.40;9.80;334.00;-1.57;0.48 +1613;21;1920.60;9.80;334.00;1.57;0.48 1614;0;3744.00;9.80;1370.00;0.00;0.52 +1614;1;3744.50;9.70;1364.50;0.09;0.52 +1614;2;3748.00;9.70;1365.00;0.67;0.52 +1614;3;3740.50;9.75;1368.00;-1.05;0.52 +1614;4;3751.00;9.75;1368.50;1.36;0.52 +1614;5;3745.00;9.70;1373.50;2.86;0.52 +1614;6;3737.00;9.80;1372.50;4.36;0.52 +1614;7;3738.50;9.70;1375.50;3.92;0.52 +1614;9;3738.60;9.79;1370.00;1.57;0.52 +1614;10;3749.40;9.70;1370.00;-1.57;0.52 +1614;21;3738.60;9.79;1370.00;1.57;0.52 1615;0;1415.00;10.37;1392.00;0.00;0.30 +1615;1;1412.50;10.40;1389.50;-0.78;0.30 +1615;2;1417.00;10.30;1389.00;0.58;0.30 +1615;3;1420.00;10.15;1389.50;1.10;0.30 +1615;4;1410.50;10.40;1392.00;4.71;0.30 +1615;5;1420.00;10.40;1392.50;1.67;0.30 +1615;6;1410.50;10.40;1395.00;4.12;0.30 +1615;7;1416.00;10.40;1395.00;2.82;0.30 +1615;9;1411.40;10.40;1392.00;1.57;0.30 +1615;10;1418.60;10.35;1392.00;-1.57;0.30 +1615;21;1411.40;10.40;1392.00;1.57;0.30 1616;0;2976.00;10.15;1397.00;0.00;0.14 +1616;1;2974.00;9.95;1396.00;-1.10;0.14 +1616;2;2977.50;10.00;1396.50;1.24;0.14 +1616;3;2973.00;10.30;1397.50;4.54;0.14 +1616;4;2979.00;10.52;1398.00;1.89;0.14 +1616;5;2973.50;10.70;1398.50;4.17;0.14 +1616;6;2976.50;10.70;1398.50;2.82;0.14 +1616;9;2973.48;10.15;1397.00;1.57;0.14 +1616;10;2978.52;10.15;1397.00;-1.57;0.14 +1616;21;2973.48;10.15;1397.00;1.57;0.14 1617;0;4999.00;9.70;539.00;0.00;0.38 +1617;1;4995.50;9.70;535.00;-0.71;0.38 +1617;2;5000.00;9.70;534.00;0.19;0.38 +1617;3;5002.50;9.70;535.00;0.71;0.38 +1617;4;5002.00;9.70;540.00;1.89;0.38 +1617;5;4996.50;9.70;540.50;4.17;0.38 +1617;6;4997.00;9.75;545.50;3.44;0.38 +1617;7;5002.00;9.70;545.50;2.70;0.38 +1617;8;4999.50;9.80;546.00;3.07;0.38 +1617;9;4995.58;9.70;539.00;1.57;0.38 +1617;10;5002.42;9.70;539.00;-1.57;0.38 +1617;21;4995.58;9.70;539.00;1.57;0.38 1618;0;1310.00;10.52;1460.00;0.00;0.38 +1618;1;1312.00;10.30;1457.00;0.58;0.38 +1618;2;1306.00;10.30;1459.50;-1.44;0.38 +1618;3;1315.00;11.80;1460.50;1.67;0.38 +1618;4;1310.50;11.05;1463.00;2.97;0.38 +1618;5;1306.50;10.50;1463.50;3.92;0.38 +1618;9;1305.86;10.31;1460.00;1.57;0.38 +1618;10;1314.14;11.19;1460.00;-1.57;0.38 +1618;21;1305.86;10.31;1460.00;1.57;0.38 1619;0;1750.00;9.70;1638.00;0.00;0.36 +1619;1;1750.50;9.70;1634.00;0.12;0.36 +1619;2;1747.00;9.70;1637.00;-1.24;0.36 +1619;3;1754.00;9.62;1637.00;1.32;0.36 +1619;4;1751.50;9.70;1641.50;2.73;0.36 +1619;5;1748.00;9.80;1643.00;3.52;0.36 +1619;9;1746.76;9.70;1638.00;1.57;0.36 +1619;10;1753.24;9.66;1638.00;-1.57;0.36 +1619;19;1760.00;9.50;1636.00;1.33;0.36 +1619;20;1761.71;9.50;1635.65;1.37;0.36 +1619;21;1746.76;9.70;1638.00;1.57;0.36 1620;0;4475.00;10.15;856.00;0.00;0.26 +1620;1;4473.50;10.10;853.00;-0.46;0.26 +1620;2;4477.00;10.50;854.00;0.78;0.26 +1620;3;4472.00;10.00;856.00;4.71;0.26 +1620;4;4477.00;10.15;857.50;2.21;0.26 +1620;5;4473.50;10.30;859.00;3.60;0.26 +1620;9;4472.12;10.01;856.00;1.57;0.26 +1620;10;4477.88;10.35;856.00;-1.57;0.26 +1620;21;4472.12;10.01;856.00;1.57;0.26 1621;0;1376.00;10.82;1508.00;0.00;0.42 +1621;1;1374.50;10.60;1502.50;-0.26;0.42 +1621;2;1377.00;10.40;1503.50;0.21;0.42 +1621;3;1371.50;10.90;1506.50;-1.24;0.42 +1621;4;1379.50;10.30;1508.00;1.57;0.42 +1621;5;1371.00;10.80;1510.50;4.24;0.42 +1621;6;1376.50;10.50;1512.50;3.03;0.42 +1621;9;1372.22;10.80;1508.00;1.57;0.42 +1621;10;1379.78;10.30;1508.00;-1.57;0.42 +1621;21;1372.22;10.80;1508.00;1.57;0.42 1622;0;4076.00;12.30;964.00;0.00;0.30 +1622;1;4074.00;10.40;961.00;-0.58;0.30 +1622;2;4080.00;12.02;962.00;1.10;0.30 +1622;3;4080.50;12.60;964.50;1.68;0.30 +1622;4;4070.50;10.30;963.00;-1.39;0.30 +1622;5;4075.50;11.90;966.50;3.33;0.30 +1622;9;4071.68;10.72;964.00;1.57;0.30 +1622;10;4080.32;12.52;964.00;-1.57;0.30 +1622;21;4071.68;10.72;964.00;1.57;0.30 1623;0;3812.00;10.05;1327.00;0.00;0.50 +1623;1;3810.50;10.00;1319.50;-0.19;0.50 +1623;2;3809.00;9.97;1322.00;-0.54;0.50 +1623;3;3814.50;10.00;1321.50;0.42;0.50 +1623;4;3818.00;10.00;1325.50;1.32;0.50 +1623;5;3806.50;9.90;1328.50;4.44;0.50 +1623;6;3813.00;10.00;1331.50;2.92;0.50 +1623;9;3807.50;9.90;1327.00;1.57;0.50 +1623;10;3816.50;10.10;1327.00;-1.57;0.50 +1623;21;3807.50;9.90;1327.00;1.57;0.50 1624;0;1877.00;9.60;233.00;0.00;0.46 +1624;1;1878.50;9.60;228.50;0.32;0.46 +1624;2;1873.00;9.60;231.00;-1.10;0.46 +1624;3;1882.00;9.60;233.00;1.57;0.46 +1624;4;1872.50;9.60;236.00;4.12;0.46 +1624;5;1877.00;9.60;238.00;3.14;0.46 +1624;9;1872.50;9.60;233.00;1.57;0.46 +1624;10;1881.50;9.60;233.00;-1.57;0.46 +1624;19;1883.00;9.53;226.00;0.32;0.46 +1624;20;1884.13;9.53;224.67;0.70;0.46 +1624;21;1872.50;9.60;233.00;1.57;0.46 1625;0;4451.00;12.45;1045.00;0.00;0.26 +1625;1;4449.50;12.70;1043.50;-0.78;0.26 +1625;2;4454.50;11.90;1043.00;1.05;0.26 +1625;3;4445.50;13.00;1046.00;4.53;0.26 +1625;4;4454.50;11.60;1045.50;1.71;0.26 +1625;5;4445.50;12.90;1047.00;4.36;0.26 +1625;6;4450.00;12.25;1047.00;3.60;0.26 +1625;9;4447.22;12.79;1045.00;1.57;0.26 +1625;10;4454.78;11.58;1045.00;-1.57;0.26 +1625;21;4447.22;12.79;1045.00;1.57;0.26 1626;0;1942.00;9.97;346.00;0.00;0.56 +1626;1;1944.50;9.80;340.00;0.39;0.56 +1626;2;1938.50;9.80;342.50;-0.78;0.56 +1626;3;1947.50;9.80;343.50;1.14;0.56 +1626;4;1944.00;10.00;349.50;2.62;0.56 +1626;5;1936.50;9.90;349.00;4.21;0.56 +1626;6;1938.50;9.90;352.00;3.67;0.56 +1626;9;1936.96;9.90;346.00;1.57;0.56 +1626;10;1947.04;9.90;346.00;-1.57;0.56 +1626;21;1936.96;9.90;346.00;1.57;0.56 1627;0;4711.00;10.05;1433.00;0.00;0.40 +1627;1;4710.00;10.00;1428.00;-0.19;0.40 +1627;2;4706.50;10.20;1430.50;-1.06;0.40 +1627;3;4714.50;9.90;1432.00;1.29;0.40 +1627;4;4707.50;10.20;1435.50;4.09;0.40 +1627;5;4715.00;10.05;1436.50;2.29;0.40 +1627;6;4710.50;10.20;1437.50;3.25;0.40 +1627;9;4707.40;10.20;1433.00;1.57;0.40 +1627;10;4714.60;9.94;1433.00;-1.57;0.40 +1627;21;4707.40;10.20;1433.00;1.57;0.40 1628;0;4611.00;10.05;1130.00;0.00;0.30 +1628;1;4611.50;10.30;1126.50;0.14;0.30 +1628;2;4613.50;10.00;1127.50;0.78;0.30 +1628;3;4608.50;10.30;1129.50;-1.37;0.30 +1628;4;2305.00;9.50;564.50;-1.33;0.30 +1628;5;4608.50;10.75;1133.00;3.83;0.30 +1628;6;4612.00;10.10;1133.50;2.86;0.30 +1628;9;4608.30;10.36;1130.00;1.57;0.30 +1628;10;4613.70;9.86;1130.00;-1.57;0.30 +1628;21;4608.30;10.36;1130.00;1.57;0.30 1629;0;4984.00;10.05;527.00;0.00;0.34 +1629;1;4982.00;9.70;523.50;-0.51;0.34 +1629;2;4989.50;9.70;525.00;1.22;0.34 +1629;3;4979.50;9.70;523.50;-0.91;0.34 +1629;4;4987.50;9.70;524.50;0.95;0.34 +1629;5;4979.50;10.10;528.50;4.39;0.34 +1629;6;4988.00;10.30;529.00;2.03;0.34 +1629;7;4984.00;10.30;531.00;3.14;0.34 +1629;9;4979.50;9.90;527.00;1.57;0.34 +1629;10;4988.50;10.10;527.00;-1.57;0.34 +1629;19;4982.00;9.50;520.00;-0.52;0.34 +1629;20;4981.51;9.50;518.31;-0.27;0.34 +1629;21;4979.50;9.90;527.00;1.57;0.34 1630;0;4424.00;14.47;1261.00;0.00;0.46 +1630;1;4422.00;14.70;1256.50;-0.41;0.46 +1630;2;4428.00;14.55;1259.50;1.21;0.46 +1630;3;4418.00;14.50;1260.00;-1.40;0.46 +1630;4;4420.50;15.10;1263.50;4.09;0.46 +1630;5;4430.00;14.50;1265.00;2.15;0.46 +1630;6;4426.00;14.65;1266.00;2.76;0.46 +1630;9;4418.78;14.56;1261.00;1.57;0.46 +1630;10;4429.22;14.57;1261.00;-1.57;0.46 +1630;21;4418.78;14.56;1261.00;1.57;0.46 1631;0;3425.00;11.60;1192.00;0.00;0.70 +1631;1;3426.00;11.90;1184.50;0.13;0.70 +1631;2;3419.50;11.90;1185.00;-0.66;0.70 +1631;3;3433.50;11.40;1190.00;1.34;0.70 +1631;4;3416.00;11.80;1189.50;-1.30;0.70 +1631;5;3418.50;11.30;1197.00;4.05;0.70 +1631;6;3430.00;11.20;1198.00;2.44;0.70 +1631;7;3424.50;11.05;1200.00;3.20;0.70 +1631;9;3417.44;11.60;1192.00;1.57;0.70 +1631;10;3432.56;11.35;1192.00;-1.57;0.70 +1631;21;3417.44;11.60;1192.00;1.57;0.70 1632;0;3817.00;10.10;1291.00;0.00;0.56 +1632;1;3818.50;10.10;1286.50;0.32;0.56 +1632;2;3823.50;10.10;1287.00;1.01;0.56 +1632;3;3812.50;10.00;1291.50;4.60;0.56 +1632;4;3821.50;10.10;1292.00;1.78;0.56 +1632;5;3814.50;10.00;1296.00;3.60;0.56 +1632;6;3809.50;10.00;1296.00;4.12;0.56 +1632;9;3811.24;10.00;1291.00;1.57;0.56 +1632;10;3822.76;10.10;1291.00;-1.57;0.56 +1632;21;3822.76;10.10;1291.00;-1.57;0.56 1633;0;1543.00;9.67;994.00;0.00;0.44 +1633;1;1545.00;9.70;992.50;0.92;0.44 +1633;2;1536.50;9.50;991.00;-1.13;0.44 +1633;3;1537.50;9.70;997.50;4.14;0.44 +1633;4;1542.50;9.90;997.50;3.28;0.44 +1633;9;1537.60;9.68;994.00;1.57;0.44 +1633;10;1548.40;10.05;994.00;-1.57;0.44 +1633;19;1545.48;9.40;985.31;-0.07;0.44 +1633;20;1545.96;9.40;983.62;0.27;0.44 +1633;21;1548.40;10.05;994.00;-1.57;0.44 1634;0;3427.00;11.40;1251.00;0.00;0.36 +1634;1;3428.50;10.70;1245.50;0.26;0.36 +1634;2;3430.50;10.85;1246.00;0.61;0.36 +1634;3;3426.00;11.60;1248.00;-0.32;0.36 +1634;4;3431.00;11.30;1249.00;1.10;0.36 +1634;5;3423.00;11.65;1251.50;4.58;0.36 +1634;6;3429.00;11.35;1254.50;2.62;0.36 +1634;7;3423.50;11.15;1255.00;3.86;0.36 +1634;8;3425.00;11.05;1256.50;3.49;0.36 +1634;9;3423.76;11.62;1251.00;1.57;0.36 +1634;10;3430.24;11.20;1251.00;-1.57;0.36 +1634;21;3423.76;11.62;1251.00;1.57;0.36 1635;0;1655.00;9.70;1165.00;0.00;0.20 +1635;1;1654.50;9.70;1163.50;-0.32;0.20 +1635;2;1661.50;9.50;1163.50;1.34;0.20 +1635;3;1662.00;9.52;1164.00;1.42;0.20 +1635;4;1655.50;9.70;1166.00;2.67;0.20 +1635;9;1650.14;9.68;1165.00;1.57;0.20 +1635;10;1659.86;9.61;1165.00;-1.57;0.20 +1635;19;1666.00;9.55;1166.00;-3.61;0.20 +1635;20;1667.74;9.55;1166.15;1.66;0.20 +1635;21;1650.14;9.68;1165.00;1.57;0.20 1636;0;3502.00;14.70;1306.00;0.00;0.40 +1636;1;3502.00;15.10;1301.50;0.00;0.40 +1636;2;3498.50;15.40;1304.00;-1.05;0.40 +1636;3;3505.50;14.30;1303.50;0.95;0.40 +1636;4;3504.00;13.85;1308.50;2.46;0.40 +1636;5;3499.00;14.95;1309.00;3.92;0.40 +1636;6;3502.00;13.70;1311.50;3.14;0.40 +1636;9;3498.40;15.10;1306.00;1.57;0.40 +1636;10;3505.60;13.93;1306.00;-1.57;0.40 +1636;21;3498.40;15.10;1306.00;1.57;0.40 1637;0;4129.00;11.05;1039.00;0.00;0.34 -1638;0;4715.00;12.55;1395.00;0.00;0.40 -1639;0;1832.00;10.10;231.00;0.00;0.46 -1640;0;4581.00;10.15;1112.00;0.00;0.24 -1641;0;1962.00;9.75;332.00;0.00;0.50 -1642;0;5037.00;12.95;1400.00;0.00;0.38 -1643;0;1365.00;10.30;1374.00;0.00;0.38 -1644;0;5017.00;10.30;467.00;0.00;0.38 +1637;1;4128.00;10.80;1035.00;-0.24;0.34 +1637;2;4130.50;10.90;1035.50;0.40;0.34 +1637;3;4126.00;11.05;1038.00;-1.24;0.34 +1637;4;4133.00;10.90;1039.00;1.57;0.34 +1637;5;4128.50;11.20;1042.50;3.28;0.34 +1637;6;4133.00;11.00;1041.50;2.12;0.34 +1637;9;4125.94;11.12;1039.00;1.57;0.34 +1637;10;4132.06;10.92;1039.00;-1.57;0.34 +1637;21;4125.94;11.12;1039.00;1.57;0.34 +1638;0;4715.00;12.55;1395.00;0.00;0.40 +1638;1;4717.00;10.05;1391.50;0.51;0.40 +1638;2;4712.00;12.40;1392.50;-0.87;0.40 +1638;3;4719.50;11.45;1396.00;1.78;0.40 +1638;4;4710.50;13.30;1397.50;4.20;0.40 +1638;5;4716.00;12.55;1399.00;2.89;0.40 +1638;9;4711.22;12.89;1395.00;1.57;0.40 +1638;10;4718.78;11.06;1395.00;-1.57;0.40 +1638;21;4711.22;12.89;1395.00;1.57;0.40 +1639;0;1832.00;10.10;231.00;0.00;0.46 +1639;1;1835.00;10.07;226.00;0.54;0.46 +1639;2;1838.00;10.02;230.00;1.40;0.46 +1639;3;1827.50;10.10;229.50;-1.24;0.46 +1639;4;1828.00;9.90;235.50;3.86;0.46 +1639;5;1836.00;9.85;235.00;2.35;0.46 +1639;9;1826.42;10.10;231.00;1.57;0.46 +1639;10;1837.58;9.99;231.00;-1.57;0.46 +1639;19;1841.00;9.50;222.00;0.54;0.46 +1639;20;1842.23;9.50;220.76;0.78;0.46 +1639;21;1826.42;10.10;231.00;1.57;0.46 +1640;0;4581.00;10.15;1112.00;0.00;0.24 +1640;1;4582.50;10.20;1109.00;0.46;0.24 +1640;2;4580.00;10.10;1109.00;-0.32;0.24 +1640;3;4578.50;10.00;1112.00;4.71;0.24 +1640;4;4583.50;10.25;1114.00;2.24;0.24 +1640;5;4581.00;10.02;1115.00;3.14;0.24 +1640;9;4578.84;10.03;1112.00;1.57;0.24 +1640;10;4583.16;10.28;1112.00;-1.57;0.24 +1640;21;4578.84;10.03;1112.00;1.57;0.24 +1641;0;1962.00;9.75;332.00;0.00;0.50 +1641;1;1964.00;9.70;326.50;0.34;0.50 +1641;2;1966.00;9.70;331.50;1.44;0.50 +1641;3;1959.00;9.70;330.00;-0.98;0.50 +1641;4;1957.50;9.80;336.50;3.92;0.50 +1641;5;1961.00;9.85;338.00;3.30;0.50 +1641;9;1957.50;9.80;332.00;1.57;0.50 +1641;10;1966.50;9.70;332.00;-1.57;0.50 +1641;21;1957.50;9.80;332.00;1.57;0.50 +1642;0;5037.00;12.95;1400.00;0.00;0.38 +1642;1;5040.00;13.10;1397.00;0.78;0.38 +1642;2;5035.00;13.00;1397.50;-0.67;0.38 +1642;3;5031.50;12.15;1399.00;-1.39;0.38 +1642;4;5042.50;11.65;1399.00;1.39;0.38 +1642;5;5040.00;11.75;1402.50;2.26;0.38 +1642;6;5034.00;12.40;1403.00;3.92;0.38 +1642;9;5032.68;12.34;1400.00;1.57;0.38 +1642;10;5041.32;11.80;1400.00;-1.57;0.38 +1642;19;5039.00;10.13;1408.00;-4.02;0.38 +1642;20;5039.42;10.13;1409.69;2.89;0.38 +1642;21;5032.68;12.34;1400.00;1.57;0.38 +1643;0;1365.00;10.30;1374.00;0.00;0.38 +1643;1;1362.00;10.30;1371.50;-0.87;0.38 +1643;2;1367.00;10.25;1371.00;0.58;0.38 +1643;3;1370.00;10.30;1373.50;1.47;0.38 +1643;4;1361.00;10.30;1376.00;4.24;0.38 +1643;5;1371.00;10.30;1375.50;1.81;0.38 +1643;6;1367.00;10.30;1376.50;2.46;0.38 +1643;7;1363.50;10.30;1379.00;3.43;0.38 +1643;9;1361.04;10.30;1374.00;1.57;0.38 +1643;10;1368.96;10.30;1374.00;-1.57;0.38 +1643;21;1361.04;10.30;1374.00;1.57;0.38 +1644;0;5017.00;10.30;467.00;0.00;0.38 +1644;1;5015.00;10.20;463.00;-0.46;0.38 +1644;2;5019.00;10.30;462.00;0.38;0.38 +1644;3;5020.00;10.25;465.00;0.98;0.38 +1644;4;5015.50;10.20;469.00;3.78;0.38 +1644;9;5013.58;10.15;467.00;1.57;0.38 +1644;10;5020.42;10.11;467.00;-1.57;0.38 +1644;19;5017.00;9.50;479.00;-2.50;0.38 +1644;20;5017.00;9.50;480.75;3.14;0.38 +1644;21;5013.58;10.15;467.00;1.57;0.38 1645;0;4761.00;10.97;1447.00;0.00;0.48 +1645;1;4762.00;11.80;1442.00;0.19;0.48 +1645;2;4756.00;11.80;1446.00;-1.37;0.48 +1645;3;4766.50;11.20;1443.50;1.00;0.48 +1645;4;4765.00;11.95;1448.50;1.93;0.48 +1645;5;4759.00;11.60;1452.00;3.52;0.48 +1645;9;4756.50;11.50;1447.00;1.57;0.48 +1645;10;4765.50;11.50;1447.00;-1.57;0.48 +1645;21;4756.50;11.50;1447.00;1.57;0.48 1646;0;1388.00;10.22;1448.00;0.00;0.42 +1646;1;1386.50;10.00;1440.50;-0.19;0.42 +1646;2;1385.00;9.85;1444.50;-0.70;0.42 +1646;3;1388.00;9.90;1442.50;0.00;0.42 +1646;4;1391.00;10.10;1447.00;1.24;0.42 +1646;5;1384.00;10.30;1451.00;4.06;0.42 +1646;6;1393.50;10.30;1450.50;1.99;0.42 +1646;7;1389.00;10.30;1452.00;2.89;0.42 +1646;9;1384.22;10.30;1448.00;1.57;0.42 +1646;10;1391.78;10.25;1448.00;-1.57;0.42 +1646;21;1384.22;10.30;1448.00;1.57;0.42 1647;0;4471.00;12.80;1236.00;0.00;0.30 +1647;1;4473.00;13.00;1233.00;0.58;0.30 +1647;2;4466.50;13.40;1235.00;-1.35;0.30 +1647;3;4476.00;14.55;1236.00;1.57;0.30 +1647;4;4469.50;13.40;1239.00;3.60;0.30 +1647;9;4466.50;13.40;1236.00;1.57;0.30 +1647;10;4475.50;14.35;1236.00;-1.57;0.30 +1647;21;4466.50;13.40;1236.00;1.57;0.30 1648;0;4335.00;12.27;708.00;0.00;0.40 +1648;1;4335.00;12.10;703.50;0.00;0.40 +1648;2;4338.50;11.00;705.50;0.95;0.40 +1648;3;4332.50;12.90;707.50;-1.37;0.40 +1648;4;4339.50;10.30;708.00;1.57;0.40 +1648;5;4336.50;10.70;711.50;2.73;0.40 +1648;6;4332.50;11.75;713.00;3.60;0.40 +1648;9;4331.40;13.07;708.00;1.57;0.40 +1648;10;4338.60;10.48;708.00;-1.57;0.40 +1648;19;4337.00;9.60;717.00;-3.55;0.40 +1648;20;4337.38;9.60;718.70;2.92;0.40 +1648;21;4331.40;13.07;708.00;1.57;0.40 1649;0;3770.00;9.90;1323.00;0.00;0.52 +1649;1;3767.50;9.80;1318.50;-0.50;0.52 +1649;2;3773.50;9.80;1316.50;0.49;0.52 +1649;3;3776.50;9.80;1318.50;0.96;0.52 +1649;4;3776.00;9.80;1320.50;1.17;0.52 +1649;5;3773.50;10.00;1324.50;1.97;0.52 +1649;6;3765.00;9.90;1325.50;4.24;0.52 +1649;7;3770.50;9.90;1329.50;3.06;0.52 +1649;8;3767.00;9.90;1330.50;3.52;0.52 +1649;9;3765.32;9.85;1323.00;1.57;0.52 +1649;10;3774.68;9.95;1323.00;-1.57;0.52 +1649;21;3774.68;9.95;1323.00;-1.57;0.52 1650;0;4298.00;10.72;965.00;0.00;0.24 +1650;1;4298.00;10.90;962.50;0.00;0.24 +1650;2;4294.50;11.20;963.00;-1.05;0.24 +1650;3;4301.50;10.20;963.50;1.16;0.24 +1650;4;4294.50;11.00;965.00;4.71;0.24 +1650;5;4301.50;10.20;966.00;1.84;0.24 +1650;6;4296.00;10.82;967.00;3.92;0.24 +1650;7;4300.00;10.30;967.50;2.46;0.24 +1650;9;4295.12;11.15;965.00;1.57;0.24 +1650;10;4300.88;10.26;965.00;-1.57;0.24 +1650;21;4295.12;11.15;965.00;1.57;0.24 1651;0;978.00;12.60;1471.00;0.00;0.42 +1651;1;977.50;12.00;1467.50;-0.14;0.42 +1651;2;971.50;13.50;1469.50;-1.34;0.42 +1651;3;983.50;10.90;1469.00;1.22;0.42 +1651;4;985.00;10.95;1471.50;1.64;0.42 +1651;5;982.00;11.75;1474.00;2.21;0.42 +1651;6;975.00;12.65;1474.50;3.85;0.42 +1651;9;972.78;13.88;1471.00;1.57;0.42 +1651;10;983.22;11.06;1471.00;-1.57;0.42 +1651;21;972.78;13.88;1471.00;1.57;0.42 1652;0;4660.00;10.20;178.00;0.00;0.30 +1652;1;4660.50;10.20;174.00;0.12;0.30 +1652;2;4658.00;9.70;176.50;-0.92;0.30 +1652;3;4662.50;10.50;179.00;1.95;0.30 +1652;4;4659.00;10.05;182.00;3.38;0.30 +1652;9;4657.30;9.76;178.00;1.57;0.30 +1652;10;4662.70;10.46;178.00;-1.57;0.30 +1652;19;4655.00;9.50;182.00;-0.93;0.30 +1652;20;4653.63;9.50;183.09;4.03;0.30 +1652;21;4659.57;10.40;173.76;1.57;0.30 1653;0;4430.00;14.42;1039.00;0.00;0.36 +1653;1;4428.00;14.35;1034.50;-0.41;0.36 +1653;2;4432.00;14.15;1036.50;0.67;0.36 +1653;3;4426.50;14.40;1036.50;-0.95;0.36 +1653;4;4429.00;14.50;1041.00;3.60;0.36 +1653;5;4435.00;14.82;1040.00;1.76;0.36 +1653;6;4435.00;16.25;1043.00;2.24;0.36 +1653;7;4434.00;16.15;1043.50;2.41;0.36 +1653;9;4426.76;14.30;1039.00;1.57;0.36 +1653;10;4433.24;14.42;1039.00;-1.57;0.36 +1653;21;4426.76;14.30;1039.00;1.57;0.36 1654;0;1936.00;9.95;316.00;0.00;0.50 +1654;1;1937.50;10.00;311.00;0.29;0.50 +1654;2;1931.50;9.80;315.50;-1.46;0.50 +1654;3;1942.00;9.80;312.50;1.04;0.50 +1654;4;1939.00;10.00;318.00;2.15;0.50 +1654;5;1932.50;9.80;321.50;3.70;0.50 +1654;9;1931.14;9.80;316.00;1.57;0.50 +1654;10;1940.86;9.93;316.00;-1.57;0.50 +1654;21;1931.14;9.80;316.00;1.57;0.50 1655;0;1434.00;10.52;1543.00;0.00;0.26 +1655;1;1434.50;10.60;1540.50;0.19;0.26 +1655;2;1437.50;10.60;1542.50;1.42;0.26 +1655;3;1430.50;10.00;1544.00;4.43;0.26 +1655;4;1437.50;10.60;1545.00;2.09;0.26 +1655;5;1433.50;10.50;1545.50;3.33;0.26 +1655;9;1431.30;10.17;1543.00;1.57;0.26 +1655;10;1436.70;10.60;1543.00;-1.57;0.26 +1655;21;1431.30;10.17;1543.00;1.57;0.26 1656;0;4168.00;11.27;1076.00;0.00;0.24 +1656;1;4167.50;10.90;1074.00;-0.24;0.24 +1656;2;4172.50;11.00;1073.50;1.06;0.24 +1656;3;4173.00;11.65;1076.50;1.67;0.24 +1656;4;4163.00;11.15;1076.50;4.61;0.24 +1656;5;4168.50;11.70;1077.50;2.82;0.24 +1656;9;4163.68;11.10;1076.00;1.57;0.24 +1656;10;4172.32;11.49;1076.00;-1.57;0.24 +1656;21;4163.68;11.10;1076.00;1.57;0.24 1657;0;1698.00;10.97;1772.00;0.00;1.20 +1657;1;1703.50;10.80;1762.50;0.52;1.20 +1657;2;1688.00;10.95;1762.00;-0.78;1.20 +1657;3;1714.00;11.15;1767.50;1.29;1.20 +1657;4;1684.50;11.00;1770.50;-1.46;1.20 +1657;5;1714.50;11.20;1773.50;1.66;1.20 +1657;6;1686.00;10.97;1781.00;4.06;1.20 +1657;7;1700.50;11.10;1782.50;2.90;1.20 +1657;9;1685.04;10.97;1772.00;1.57;1.20 +1657;10;1710.96;11.30;1772.00;-1.57;1.20 +1657;21;1710.96;11.30;1772.00;-1.57;1.20 1658;0;1136.00;18.55;1528.00;0.00;0.52 +1658;1;1137.00;18.30;1523.50;0.21;0.52 +1658;2;1129.50;17.80;1525.50;-1.20;0.52 +1658;3;1141.00;18.55;1527.50;1.47;0.52 +1658;4;1131.50;17.45;1530.00;4.29;0.52 +1658;5;1142.00;18.20;1532.50;2.21;0.52 +1658;6;1139.00;17.77;1534.00;2.67;0.52 +1658;9;1129.88;17.66;1528.00;1.57;0.52 +1658;10;1142.12;18.70;1528.00;-1.57;0.52 +1658;21;1129.88;17.66;1528.00;1.57;0.52 1659;0;3878.00;9.70;1745.00;0.00;0.78 +1659;1;3878.00;9.70;1734.50;0.00;0.78 +1659;2;3883.00;9.70;1737.00;0.55;0.78 +1659;3;3872.50;9.70;1743.00;-1.22;0.78 +1659;4;3883.50;9.70;1747.50;1.99;0.78 +1659;5;3867.50;9.70;1750.50;4.23;0.78 +1659;6;3870.50;9.70;1752.50;3.92;0.78 +1659;7;3876.00;9.70;1753.50;3.37;0.78 +1659;9;3870.98;9.70;1745.00;1.57;0.78 +1659;10;3885.02;9.70;1745.00;-1.57;0.78 +1659;21;3870.98;9.70;1745.00;1.57;0.78 1660;0;3177.00;9.50;1725.00;0.00;0.60 +1660;1;3172.50;9.50;1717.50;-0.54;0.60 +1660;2;3169.50;9.50;1718.50;-0.85;0.60 +1660;3;3175.00;9.50;1717.50;-0.26;0.60 +1660;4;3176.50;9.50;1720.50;-0.11;0.60 +1660;5;3166.50;9.50;1723.00;-1.38;0.60 +1660;6;3184.50;9.50;1724.00;1.43;0.60 +1660;7;3189.50;9.50;1724.50;1.53;0.60 +1660;8;3189.50;9.50;1729.00;1.88;0.60 +1660;9;3168.36;9.50;1725.00;1.57;0.60 +1660;10;3185.64;9.50;1725.00;-1.57;0.60 +1660;11;3169.80;9.50;1713.00;-0.54;0.60 +1660;12;3165.00;9.50;1714.60;-0.85;0.60 +1660;13;3173.80;9.50;1713.00;-0.26;0.60 +1660;14;3176.20;9.50;1717.80;-0.11;0.60 +1660;15;3160.20;9.50;1721.80;-1.38;0.60 +1660;16;3189.00;9.50;1723.40;1.43;0.60 +1660;17;3197.00;9.50;1724.20;1.53;0.60 +1660;18;3197.00;9.50;1731.40;1.88;0.60 +1660;21;3168.36;9.50;1725.00;1.57;0.60 1661;0;2784.00;9.50;720.00;0.00;0.74 +1661;1;2774.50;9.50;715.00;-1.08;0.74 +1661;2;2793.00;9.50;713.50;0.94;0.74 +1661;3;2799.00;9.50;722.50;1.73;0.74 +1661;4;2765.00;9.50;721.50;4.63;0.74 +1661;5;2779.50;9.50;724.00;3.98;0.74 +1661;6;2770.00;9.50;725.50;4.33;0.74 +1661;7;2792.50;9.50;728.00;2.32;0.74 +1661;9;2770.68;9.50;720.00;1.57;0.74 +1661;10;2797.32;9.50;720.00;-1.57;0.74 +1661;11;2768.80;9.50;712.00;-1.08;0.74 +1661;12;2798.40;9.50;709.60;0.94;0.74 +1661;13;2808.00;9.50;724.00;1.73;0.74 +1661;14;2753.60;9.50;722.40;4.63;0.74 +1661;15;2776.80;9.50;726.40;3.98;0.74 +1661;16;2761.60;9.50;728.80;4.33;0.74 +1661;17;2797.60;9.50;732.80;2.32;0.74 +1661;21;2770.68;9.50;720.00;1.57;0.74 1662;0;3927.00;9.95;1580.00;0.00;0.46 +1662;1;3925.50;9.80;1576.50;-0.40;0.46 +1662;2;3933.00;10.00;1576.50;1.04;0.46 +1662;3;3920.00;9.92;1581.00;4.57;0.46 +1662;4;3931.00;10.00;1582.50;2.12;0.46 +1662;5;3923.50;10.35;1585.00;3.75;0.46 +1662;9;3921.42;9.89;1580.00;1.57;0.46 +1662;10;3932.58;10.00;1580.00;-1.57;0.46 +1662;21;3921.42;9.89;1580.00;1.57;0.46 1663;0;1035.00;10.80;1565.00;0.00;0.48 +1663;1;1036.00;10.97;1559.00;0.16;0.48 +1663;2;1039.00;11.55;1564.50;1.44;0.48 +1663;3;1030.50;12.20;1566.50;4.39;0.48 +1663;4;1037.50;10.75;1571.00;2.74;0.48 +1663;5;1034.00;11.70;1572.50;3.27;0.48 +1663;9;1030.68;12.03;1565.00;1.57;0.48 +1663;10;1039.32;11.54;1565.00;-1.57;0.48 +1663;21;1039.32;11.54;1565.00;-1.57;0.48 1664;0;3854.00;9.70;1853.00;0.00;0.94 +1664;1;3862.00;9.75;1843.00;0.67;0.94 +1664;2;3849.50;9.80;1845.50;-0.54;0.94 +1664;3;3865.00;10.40;1855.00;1.75;0.94 +1664;4;3840.50;9.70;1855.50;4.52;0.94 +1664;5;3852.50;9.80;1862.50;3.29;0.94 +1664;9;3843.56;9.70;1853.00;1.57;0.94 +1664;10;3864.44;10.30;1853.00;-1.57;0.94 +1664;21;3843.56;9.70;1853.00;1.57;0.94 1665;0;1934.00;9.50;976.00;0.00;0.76 +1665;1;1923.00;9.50;971.00;-1.14;0.76 +1665;2;1929.00;9.50;969.50;-0.65;0.76 +1665;3;1940.50;9.50;970.00;0.82;0.76 +1665;4;1947.50;9.50;972.00;1.28;0.76 +1665;5;1925.00;9.50;980.00;4.29;0.76 +1665;6;1940.00;9.50;980.50;2.21;0.76 +1665;9;1923.56;9.50;976.00;1.57;0.76 +1665;10;1944.44;9.50;976.00;-1.57;0.76 +1665;11;1916.40;9.50;968.00;-1.14;0.76 +1665;12;1926.00;9.50;965.60;-0.65;0.76 +1665;13;1944.40;9.50;966.40;0.82;0.76 +1665;14;1955.60;9.50;969.60;1.28;0.76 +1665;15;1919.60;9.50;982.40;4.29;0.76 +1665;16;1943.60;9.50;983.20;2.21;0.76 +1665;21;1923.56;9.50;976.00;1.57;0.76 1666;0;4648.00;13.07;1676.00;0.00;0.84 +1666;1;4643.00;13.45;1669.50;-0.65;0.84 +1666;2;4656.00;14.60;1670.50;0.96;0.84 +1666;3;4636.00;12.27;1676.00;4.71;0.84 +1666;4;4656.50;12.60;1679.00;1.91;0.84 +1666;5;4641.00;13.05;1681.50;4.04;0.84 +1666;6;4652.50;11.70;1684.50;2.65;0.84 +1666;7;4648.00;11.80;1686.00;3.14;0.84 +1666;9;4639.18;12.66;1676.00;1.57;0.84 +1666;10;4656.82;13.18;1676.00;-1.57;0.84 +1666;21;4639.18;12.66;1676.00;1.57;0.84 1667;0;5079.00;10.12;116.00;0.00;0.42 +1667;1;5081.00;10.35;112.00;0.46;0.42 +1667;2;5076.00;10.05;112.50;-0.70;0.42 +1667;3;5074.50;9.90;116.50;4.60;0.42 +1667;4;5084.50;10.50;115.50;1.48;0.42 +1667;5;5079.50;10.10;119.50;3.00;0.42 +1667;9;5074.50;9.90;116.00;1.57;0.42 +1667;10;5083.50;10.40;116.00;-1.57;0.42 +1667;21;5074.50;9.90;116.00;1.57;0.42 1668;0;4043.00;10.45;1476.00;0.00;0.52 +1668;1;4048.00;10.65;1470.00;0.69;0.52 +1668;2;4040.50;10.50;1472.00;-0.55;0.52 +1668;3;4050.00;10.60;1474.50;1.36;0.52 +1668;4;4035.00;10.30;1476.50;4.65;0.52 +1668;5;4042.00;10.40;1480.00;3.38;0.52 +1668;6;4050.00;10.45;1479.50;2.03;0.52 +1668;9;4036.52;10.35;1476.00;1.57;0.52 +1668;10;4049.48;10.50;1476.00;-1.57;0.52 +1668;21;4050.88;11.10;1469.62;-1.57;0.52 1669;0;2035.00;9.50;1830.00;0.00;1.60 +1669;1;2051.00;9.50;1807.50;0.61;1.60 +1669;2;2052.00;9.50;1814.00;0.81;1.60 +1669;3;2034.50;9.50;1819.50;-0.04;1.60 +1669;4;2046.00;9.50;1829.50;1.52;1.60 +1669;5;2019.50;9.50;1841.50;4.07;1.60 +1669;6;2032.00;9.50;1843.50;3.36;1.60 +1669;7;2020.50;9.50;1852.50;3.71;1.60 +1669;9;2020.60;9.50;1830.00;1.57;1.60 +1669;10;2049.40;9.50;1830.00;-1.57;1.60 +1669;11;2060.60;9.50;1794.00;0.61;1.60 +1669;12;2062.20;9.50;1804.40;0.81;1.60 +1669;13;2034.20;9.50;1813.20;-0.04;1.60 +1669;14;2052.60;9.50;1829.20;1.52;1.60 +1669;15;2010.20;9.50;1848.40;4.07;1.60 +1669;16;2030.20;9.50;1851.60;3.36;1.60 +1669;17;2011.80;9.50;1866.00;3.71;1.60 +1669;21;2020.60;9.50;1830.00;1.57;1.60 1670;0;672.00;9.50;120.00;0.00;1.30 +1670;1;665.00;9.50;107.00;-0.49;1.30 +1670;2;679.00;9.50;108.00;0.52;1.30 +1670;3;660.00;9.50;119.50;-1.52;1.30 +1670;4;686.50;9.50;121.50;1.67;1.30 +1670;5;659.50;9.50;132.50;3.92;1.30 +1670;6;672.00;9.50;133.00;3.14;1.30 +1670;9;660.30;9.50;120.00;1.57;1.30 +1670;10;683.70;9.50;120.00;-1.57;1.30 +1670;11;660.80;9.50;99.20;-0.49;1.30 +1670;12;683.20;9.50;100.80;0.52;1.30 +1670;13;652.80;9.50;119.20;-1.52;1.30 +1670;14;695.20;9.50;122.40;1.67;1.30 +1670;15;652.00;9.50;140.00;3.92;1.30 +1670;16;672.00;9.50;140.80;3.14;1.30 +1670;21;660.30;9.50;120.00;1.57;1.30 1671;0;1131.00;12.70;1848.00;0.00;1.10 +1671;1;1139.50;12.20;1835.50;0.59;1.10 +1671;2;1122.00;11.35;1843.00;-1.06;1.10 +1671;3;1149.00;12.15;1845.50;1.43;1.10 +1671;4;1110.50;12.60;1854.00;4.42;1.10 +1671;5;1141.00;11.95;1854.50;2.14;1.10 +1671;6;565.00;9.50;923.50;-0.54;1.10 +1671;7;1113.00;11.45;1860.50;4.10;1.10 +1671;9;1115.52;12.15;1848.00;1.57;1.10 +1671;10;1146.48;12.25;1848.00;-1.57;1.10 +1671;21;1115.52;12.15;1848.00;1.57;1.10 1672;0;4568.00;12.52;1541.00;0.00;0.72 +1672;1;4567.00;12.50;1535.50;-0.18;0.72 +1672;2;4559.50;12.60;1535.50;-0.99;0.72 +1672;3;4563.50;12.50;1542.50;4.39;0.72 +1672;4;4575.50;12.30;1542.00;1.70;0.72 +1672;5;4574.50;12.00;1547.50;2.35;0.72 +1672;6;4570.00;11.95;1549.00;2.89;0.72 +1672;9;4560.98;12.65;1541.00;1.57;0.72 +1672;10;4575.02;12.32;1541.00;-1.57;0.72 +1672;21;4560.98;12.65;1541.00;1.57;0.72 1673;0;5350.00;9.50;1716.00;0.00;1.06 +1673;1;5350.00;9.50;1701.00;0.00;1.06 +1673;2;5358.00;9.50;1713.50;1.26;1.06 +1673;3;5341.50;9.50;1707.50;-0.78;1.06 +1673;4;5338.00;9.50;1714.00;-1.40;1.06 +1673;5;5353.50;9.50;1723.00;2.67;1.06 +1673;6;5357.00;9.70;1732.50;2.74;1.06 +1673;9;5340.46;9.50;1716.00;1.57;1.06 +1673;10;5359.54;9.50;1716.00;-1.57;1.06 +1673;11;5350.00;9.50;1692.00;0.00;1.06 +1673;12;5362.80;9.50;1712.00;1.26;1.06 +1673;13;5336.40;9.61;1702.40;-0.78;1.06 +1673;14;5330.80;9.50;1712.80;-1.40;1.06 +1673;15;5355.60;9.50;1727.20;2.67;1.06 +1673;16;5361.20;9.50;1742.40;2.74;1.06 +1673;21;5340.46;9.50;1716.00;1.57;1.06 1674;0;4075.00;10.40;1665.00;0.00;0.54 +1674;1;4073.00;10.40;1660.00;-0.38;0.54 +1674;2;4082.50;10.05;1660.00;0.98;0.54 +1674;3;4065.50;10.40;1662.00;-1.26;0.54 +1674;4;4086.00;9.80;1664.50;1.52;0.54 +1674;5;4067.00;10.35;1667.50;4.41;0.54 +1674;6;4082.00;9.95;1668.00;1.97;0.54 +1674;7;4074.50;10.40;1671.00;3.22;0.54 +1674;9;4066.36;10.40;1665.00;1.57;0.54 +1674;10;4083.64;9.80;1665.00;-1.57;0.54 +1674;21;4066.36;10.40;1665.00;1.57;0.54 1675;0;3994.00;14.67;1354.00;0.00;0.44 +1675;1;3991.50;15.50;1348.50;-0.42;0.44 +1675;2;3989.00;15.70;1351.50;-1.10;0.44 +1675;3;3995.50;15.30;1350.00;0.35;0.44 +1675;4;3998.00;15.27;1355.00;1.81;0.44 +1675;5;3991.00;14.00;1357.50;3.85;0.44 +1675;6;3996.50;12.70;1359.50;2.71;0.44 +1675;9;3990.04;14.32;1354.00;1.57;0.44 +1675;10;3997.96;15.42;1354.00;-1.57;0.44 +1675;21;3997.96;15.42;1354.00;-1.57;0.44 1676;0;4255.00;12.35;1541.00;0.00;0.52 +1676;1;4257.50;11.75;1536.00;0.46;0.52 +1676;2;4262.50;12.20;1538.00;1.19;0.52 +1676;3;4250.50;11.90;1537.00;-0.84;0.52 +1676;4;4248.00;12.85;1541.00;4.71;0.52 +1676;5;4263.00;13.95;1543.50;1.87;0.52 +1676;6;4246.00;14.45;1545.00;4.29;0.52 +1676;7;4255.50;14.20;1545.50;3.03;0.52 +1676;8;4247.50;15.15;1547.00;4.03;0.52 +1676;9;4248.34;12.85;1541.00;1.57;0.52 +1676;10;4261.66;12.56;1541.00;-1.57;0.52 +1676;21;4248.34;12.85;1541.00;1.57;0.52 1677;0;3762.00;9.50;785.00;0.00;0.88 +1677;1;3749.50;9.50;782.00;-1.33;0.88 +1677;2;3765.00;9.50;776.00;0.32;0.88 +1677;3;3776.00;9.50;786.00;1.64;0.88 +1677;4;3753.00;9.50;793.00;3.98;0.88 +1677;5;3767.00;9.50;794.50;2.65;0.88 +1677;9;3750.66;9.50;785.00;1.57;0.88 +1677;10;3773.34;9.50;785.00;-1.57;0.88 +1677;11;3742.00;9.50;780.20;-1.33;0.88 +1677;12;3766.80;9.50;770.60;0.32;0.88 +1677;13;3784.40;9.50;786.60;1.64;0.88 +1677;14;3747.60;9.50;797.80;3.98;0.88 +1677;15;3770.00;9.50;800.20;2.65;0.88 +1677;21;3750.66;9.50;785.00;1.57;0.88 1678;0;1341.00;11.67;1562.00;0.00;0.42 +1678;1;1338.50;10.70;1558.00;-0.55;0.42 +1678;2;1342.50;11.45;1558.00;0.35;0.42 +1678;3;1335.50;11.00;1561.00;-1.39;0.42 +1678;4;1346.00;11.70;1561.50;1.47;0.42 +1678;5;1338.50;11.85;1565.00;3.83;0.42 +1678;6;1344.00;12.05;1566.50;2.55;0.42 +1678;7;1342.50;11.85;1568.00;2.89;0.42 +1678;9;1336.68;11.33;1562.00;1.57;0.42 +1678;10;1345.32;11.79;1562.00;-1.57;0.42 +1678;21;1336.68;11.33;1562.00;1.57;0.42 1679;0;4159.00;9.80;1761.00;0.00;0.62 +1679;1;4163.50;9.80;1756.00;0.73;0.62 +1679;2;4153.00;9.80;1757.50;-1.04;0.62 +1679;3;4169.00;9.80;1759.00;1.37;0.62 +1679;4;4162.50;9.80;1765.00;2.42;0.62 +1679;5;4151.00;9.80;1765.00;4.24;0.62 +1679;6;4153.50;9.80;1767.50;3.84;0.62 +1679;9;4151.44;9.80;1761.00;1.57;0.62 +1679;10;4166.56;9.80;1761.00;-1.57;0.62 +1679;21;4151.44;9.80;1761.00;1.57;0.62 1680;0;3920.00;9.80;1566.00;0.00;0.38 +1680;1;3922.50;9.80;1562.50;0.62;0.38 +1680;2;3915.50;9.80;1563.00;-0.98;0.38 +1680;3;3927.00;9.80;1565.00;1.42;0.38 +1680;4;3914.00;9.80;1568.00;4.39;0.38 +1680;5;3922.00;9.80;1569.50;2.62;0.38 +1680;6;3916.00;9.80;1571.50;3.77;0.38 +1680;9;3914.78;9.80;1566.00;1.57;0.38 +1680;10;3925.22;9.80;1566.00;-1.57;0.38 +1680;21;3914.78;9.80;1566.00;1.57;0.38 1681;0;5084.00;9.50;728.00;0.00;1.56 +1681;1;5079.50;9.50;711.00;-0.25;1.56 +1681;2;5068.00;9.50;718.50;-1.03;1.56 +1681;3;5099.00;9.50;726.00;1.43;1.56 +1681;4;5070.50;9.50;735.00;4.23;1.56 +1681;5;5077.50;9.50;742.50;3.56;1.56 +1681;6;5091.50;9.50;742.50;2.66;1.56 +1681;7;5073.50;9.50;746.00;3.67;1.56 +1681;9;5069.78;9.50;728.00;1.57;1.56 +1681;10;5098.22;9.50;728.00;-1.57;1.56 +1681;11;5076.80;9.50;700.80;-0.25;1.56 +1681;12;5058.40;9.50;712.80;-1.03;1.56 +1681;13;5108.00;9.50;724.80;1.43;1.56 +1681;14;5062.40;9.50;739.20;4.23;1.56 +1681;15;5073.60;9.54;751.20;3.56;1.56 +1681;16;5096.00;9.50;751.20;2.66;1.56 +1681;17;5067.20;9.50;756.80;3.67;1.56 +1681;21;5069.78;9.50;728.00;1.57;1.56 1682;0;5128.00;9.50;1084.00;0.00;1.24 +1682;1;5116.50;9.50;1074.00;-0.85;1.24 +1682;2;5133.50;9.50;1072.00;0.43;1.24 +1682;3;5143.00;9.50;1084.50;1.60;1.24 +1682;4;5117.00;9.50;1088.50;4.32;1.24 +1682;5;5140.50;9.50;1096.50;2.35;1.24 +1682;6;5149.50;9.50;1094.50;2.02;1.24 +1682;9;5111.62;9.50;1084.00;1.57;1.24 +1682;10;5144.38;9.50;1084.00;-1.57;1.24 +1682;11;5109.60;9.50;1068.00;-0.85;1.24 +1682;12;5136.80;9.50;1064.80;0.43;1.24 +1682;13;5152.00;9.50;1084.80;1.60;1.24 +1682;14;5110.40;9.50;1091.20;4.32;1.24 +1682;15;5148.00;9.50;1104.00;2.35;1.24 +1682;16;5162.40;9.50;1100.80;2.02;1.24 +1682;21;5111.62;9.50;1084.00;1.57;1.24 1683;0;1278.00;10.90;1589.00;0.00;0.38 +1683;1;1277.00;11.00;1585.50;-0.27;0.38 +1683;2;1271.50;11.00;1589.50;4.63;0.38 +1683;3;1284.00;10.80;1588.00;1.40;0.38 +1683;4;1284.50;10.90;1592.00;2.00;0.38 +1683;5;1277.00;10.80;1592.50;3.42;0.38 +1683;9;1272.06;11.00;1589.00;1.57;0.38 +1683;10;1283.94;10.80;1589.00;-1.57;0.38 +1683;21;1272.06;11.00;1589.00;1.57;0.38 1684;0;3857.00;10.05;1886.00;0.00;0.66 +1684;1;3854.00;10.10;1879.00;-0.40;0.66 +1684;2;3843.50;9.70;1883.50;-1.38;0.66 +1684;3;3869.00;10.30;1885.50;1.52;0.66 +1684;4;3857.00;9.70;1891.50;3.14;0.66 +1684;5;1928.00;9.80;942.50;-1.11;0.66 +1684;9;3846.56;9.70;1886.00;1.57;0.66 +1684;10;3867.44;10.30;1886.00;-1.57;0.66 +1684;21;3846.56;9.70;1886.00;1.57;0.66 1685;0;4180.00;11.10;1600.00;0.00;0.62 +1685;1;4179.00;11.45;1593.50;-0.15;0.62 +1685;2;4185.50;11.85;1597.00;1.07;0.62 +1685;3;4174.50;10.80;1601.00;4.53;0.62 +1685;4;4184.50;11.90;1605.00;2.40;0.62 +1685;5;4178.50;11.25;1608.00;3.32;0.62 +1685;9;4174.42;10.80;1600.00;1.57;0.62 +1685;10;4185.58;11.70;1600.00;-1.57;0.62 +1685;21;4174.42;10.80;1600.00;1.57;0.62 1686;0;4689.00;9.50;362.00;0.00;0.86 +1686;1;4689.00;9.50;353.00;0.00;0.86 +1686;2;4677.00;9.50;360.00;-1.40;0.86 +1686;3;4699.00;9.50;356.00;1.03;0.86 +1686;4;4702.50;9.50;364.50;1.75;0.86 +1686;5;4686.50;9.50;370.00;3.44;0.86 +1686;9;4677.66;9.50;362.00;1.57;0.86 +1686;10;4700.34;9.50;362.00;-1.57;0.86 +1686;11;4689.00;9.50;347.60;0.00;0.86 +1686;12;4669.80;9.50;358.80;-1.40;0.86 +1686;13;4705.00;9.50;352.40;1.03;0.86 +1686;14;4710.60;9.50;366.00;1.75;0.86 +1686;15;4685.00;9.50;374.80;3.44;0.86 +1686;21;4677.66;9.50;362.00;1.57;0.86 1687;0;4288.00;9.50;699.00;0.00;0.78 +1687;1;4285.00;9.50;688.50;-0.27;0.78 +1687;2;4291.00;9.50;684.00;0.19;0.78 +1687;3;4293.00;9.50;688.50;0.44;0.78 +1687;4;4294.00;9.50;694.50;0.92;0.78 +1687;5;4279.50;9.50;698.00;-1.45;0.78 +1687;6;4284.50;9.50;708.50;3.49;0.78 +1687;7;4298.50;9.50;703.50;1.97;0.78 +1687;8;4294.50;9.50;707.50;2.48;0.78 +1687;9;4280.98;9.50;699.00;1.57;0.78 +1687;10;4295.02;9.50;699.00;-1.57;0.78 +1687;11;4283.20;9.50;682.20;-0.27;0.78 +1687;12;4292.80;9.50;675.00;0.19;0.78 +1687;13;4296.00;9.50;682.20;0.44;0.78 +1687;14;4297.60;9.50;691.80;0.92;0.78 +1687;15;4274.40;9.50;697.40;-1.45;0.78 +1687;16;4282.40;9.50;714.20;3.49;0.78 +1687;17;4304.80;9.50;706.20;1.97;0.78 +1687;18;4298.40;9.50;712.60;2.48;0.78 +1687;21;4280.98;9.50;699.00;1.57;0.78 1688;0;3275.00;12.87;279.00;0.00;0.52 +1688;1;3270.50;12.70;274.00;-0.73;0.52 +1688;2;3282.00;11.52;274.00;0.95;0.52 +1688;3;3264.00;13.15;278.50;-1.52;0.52 +1688;4;3286.50;12.20;278.50;1.52;0.52 +1688;5;3266.50;12.20;284.00;4.18;0.52 +1688;6;3285.00;11.25;283.50;1.99;0.52 +1688;7;3277.00;11.25;284.50;2.79;0.52 +1688;9;3266.00;13.42;279.00;1.57;0.52 +1688;10;3284.00;12.15;279.00;-1.57;0.52 +1688;21;3266.00;13.42;279.00;1.57;0.52 1689;0;4311.00;14.85;1502.00;0.00;0.60 +1689;1;4312.00;15.55;1496.00;0.16;0.60 +1689;2;4320.00;14.70;1496.00;0.98;0.60 +1689;3;4304.50;15.45;1496.00;-0.82;0.60 +1689;4;4303.50;15.20;1501.50;-1.50;0.60 +1689;5;4320.00;14.55;1501.50;1.51;0.60 +1689;6;4302.00;14.47;1507.00;4.20;0.60 +1689;7;4313.50;14.55;1508.00;2.74;0.60 +1689;8;4305.50;14.40;1508.50;3.84;0.60 +1689;9;4303.44;15.14;1502.00;1.57;0.60 +1689;10;4318.56;14.55;1502.00;-1.57;0.60 +1689;21;4303.44;15.14;1502.00;1.57;0.60 1690;0;969.00;11.32;1691.00;0.00;0.40 +1690;1;968.50;11.50;1687.50;-0.14;0.40 +1690;2;973.50;11.20;1689.00;1.15;0.40 +1690;3;964.00;11.35;1690.50;-1.47;0.40 +1690;4;973.50;11.20;1693.50;2.07;0.40 +1690;5;965.00;11.65;1694.50;3.99;0.40 +1690;6;969.00;11.25;1695.00;3.14;0.40 +1690;9;965.40;11.35;1691.00;1.57;0.40 +1690;10;972.60;11.30;1691.00;-1.57;0.40 +1690;21;965.40;11.35;1691.00;1.57;0.40 1691;0;4437.00;9.50;223.00;0.00;1.10 +1691;1;4440.00;9.50;210.50;0.23;1.10 +1691;2;4448.50;9.50;219.50;1.27;1.10 +1691;3;4428.50;9.50;212.50;-0.68;1.10 +1691;4;4423.00;9.50;213.50;-0.97;1.10 +1691;5;4425.50;9.50;225.00;4.54;1.10 +1691;6;4446.50;9.50;233.50;2.40;1.10 +1691;7;4427.00;9.50;235.50;3.81;1.10 +1691;8;4435.50;9.50;235.50;3.26;1.10 +1691;9;4427.10;9.50;223.00;1.57;1.10 +1691;10;4446.90;9.50;223.00;-1.57;1.10 +1691;11;4441.80;9.50;203.00;0.23;1.10 +1691;12;4455.40;9.50;217.40;1.27;1.10 +1691;13;4423.40;9.50;206.20;-0.68;1.10 +1691;14;4414.60;9.50;207.80;-0.97;1.10 +1691;15;4418.60;9.50;226.20;4.54;1.10 +1691;16;4452.20;9.50;239.80;2.40;1.10 +1691;17;4421.00;9.50;243.00;3.81;1.10 +1691;18;4434.60;9.50;243.00;3.26;1.10 +1691;21;4427.10;9.50;223.00;1.57;1.10 1692;0;3854.00;9.50;724.00;0.00;0.98 +1692;1;3852.50;9.50;708.00;-0.09;0.98 +1692;2;3859.00;9.50;714.50;0.48;0.98 +1692;3;3845.50;9.50;719.00;-1.03;0.98 +1692;4;3863.50;9.50;729.00;2.05;0.98 +1692;5;3839.50;9.50;729.00;4.38;0.98 +1692;6;3851.50;9.50;733.00;3.41;0.98 +1692;9;3845.18;9.50;724.00;1.57;0.98 +1692;10;3862.82;9.50;724.00;-1.57;0.98 +1692;11;3851.60;9.50;698.40;-0.09;0.98 +1692;12;3862.00;9.50;708.80;0.48;0.98 +1692;13;3840.40;9.50;716.00;-1.03;0.98 +1692;14;3869.20;9.50;732.00;2.05;0.98 +1692;15;3830.80;9.50;732.00;4.38;0.98 +1692;16;3850.00;9.50;738.40;3.41;0.98 +1692;21;3845.18;9.50;724.00;1.57;0.98 1693;0;4815.00;10.52;1490.00;0.00;0.38 +1693;1;4814.00;10.70;1483.50;-0.15;0.38 +1693;2;4817.50;10.80;1484.00;0.39;0.38 +1693;3;4811.00;10.65;1485.50;-0.72;0.38 +1693;4;4819.00;10.70;1490.00;1.57;0.38 +1693;5;4811.50;10.60;1492.00;4.19;0.38 +1693;6;4816.50;10.40;1495.50;2.87;0.38 +1693;7;4812.00;10.60;1497.00;3.54;0.38 +1693;9;4811.58;10.65;1490.00;1.57;0.38 +1693;10;4818.42;10.59;1490.00;-1.57;0.38 +1693;21;4811.58;10.65;1490.00;1.57;0.38 1694;0;3872.00;10.57;1621.00;0.00;0.60 +1694;1;3864.50;10.20;1617.50;-1.13;0.60 +1694;2;3867.50;10.20;1613.50;-0.54;0.60 +1694;3;3873.00;10.32;1617.00;0.24;0.60 +1694;4;3879.00;10.60;1623.50;1.91;0.60 +1694;5;3869.50;10.20;1623.50;3.92;0.60 +1694;6;3877.00;10.45;1627.50;2.48;0.60 +1694;9;3865.70;10.14;1621.00;1.57;0.60 +1694;10;3878.30;10.66;1621.00;-1.57;0.60 +1694;21;3865.70;10.14;1621.00;1.57;0.60 1695;0;3131.00;9.50;55.00;0.00;0.90 +1695;1;3127.00;9.50;45.50;-0.39;0.90 +1695;2;3141.50;9.50;46.00;0.86;0.90 +1695;3;3118.50;9.50;56.00;4.63;0.90 +1695;4;3141.50;9.50;58.00;1.84;0.90 +1695;5;3128.00;9.50;65.50;3.42;0.90 +1695;9;3120.74;9.50;55.00;1.57;0.90 +1695;10;3141.26;9.50;55.00;-1.57;0.90 +1695;11;3124.60;9.50;39.80;-0.39;0.90 +1695;12;3147.80;9.50;40.60;0.86;0.90 +1695;13;3111.00;9.50;56.60;4.63;0.90 +1695;14;3147.80;9.50;59.80;1.84;0.90 +1695;15;3126.20;9.50;71.80;3.42;0.90 +1695;21;3120.74;9.50;55.00;1.57;0.90 1696;0;4519.00;12.55;1544.00;0.00;0.66 +1696;1;4517.50;12.70;1537.50;-0.22;0.66 +1696;2;4523.50;12.80;1538.50;0.68;0.66 +1696;3;4512.50;12.20;1544.50;4.63;0.66 +1696;4;4525.50;12.70;1544.50;1.64;0.66 +1696;5;4522.00;12.02;1550.00;2.67;0.66 +1696;6;4514.50;12.50;1550.50;3.74;0.66 +1696;9;4513.06;12.25;1544.00;1.57;0.66 +1696;10;4524.94;12.72;1544.00;-1.57;0.66 +1696;21;4513.06;12.25;1544.00;1.57;0.66 1697;0;4365.00;10.60;1725.00;0.00;0.78 +1697;1;4362.00;10.90;1714.50;-0.27;0.78 +1697;2;4369.50;10.90;1716.50;0.48;0.78 +1697;3;4356.00;10.70;1720.50;-1.10;0.78 +1697;4;4373.00;10.40;1728.00;1.93;0.78 +1697;5;4357.50;10.40;1729.50;4.17;0.78 +1697;6;4365.00;10.20;1735.00;3.14;0.78 +1697;7;4372.00;10.25;1736.00;2.57;0.78 +1697;9;4357.98;10.35;1725.00;1.57;0.78 +1697;10;4372.02;10.87;1725.00;-1.57;0.78 +1697;21;4357.98;10.35;1725.00;1.57;0.78 1698;0;4246.00;17.67;1314.00;0.00;0.46 +1698;1;4246.00;17.22;1310.00;0.00;0.46 +1698;2;4235.50;17.95;1313.00;-1.47;0.46 +1698;3;4258.00;17.70;1311.00;1.32;0.46 +1698;4;4258.00;18.15;1314.50;1.61;0.46 +1698;5;4246.00;16.67;1318.00;3.14;0.46 +1698;9;4237.00;17.67;1314.00;1.57;0.46 +1698;10;4255.00;17.60;1314.00;-1.57;0.46 +1698;21;4237.00;17.67;1314.00;1.57;0.46 1699;0;2129.00;9.50;106.00;0.00;1.00 +1699;1;2118.00;9.50;97.50;-0.91;1.00 +1699;2;2135.50;9.50;95.00;0.53;1.00 +1699;3;2143.00;9.50;106.50;1.60;1.00 +1699;4;2116.50;9.50;110.00;4.40;1.00 +1699;5;2131.00;9.50;118.50;2.98;1.00 +1699;9;2116.22;9.50;106.00;1.57;1.00 +1699;10;2141.78;9.50;106.00;-1.57;1.00 +1699;11;2111.40;9.50;92.40;-0.91;1.00 +1699;12;2139.40;9.50;88.40;0.53;1.00 +1699;13;2151.40;9.50;106.80;1.60;1.00 +1699;14;2109.00;9.50;112.40;4.40;1.00 +1699;15;2132.20;9.50;126.00;2.98;1.00 +1699;21;2116.22;9.50;106.00;1.57;1.00 1700;0;2265.00;9.50;305.00;0.00;1.26 +1700;1;2252.50;9.50;299.50;-1.15;1.26 +1700;2;2271.00;9.50;295.00;0.54;1.26 +1700;3;2280.50;9.50;307.00;1.69;1.26 +1700;4;2253.00;9.50;313.00;4.12;1.26 +1700;5;2275.50;9.50;316.00;2.37;1.26 +1700;6;2265.00;9.50;318.00;3.14;1.26 +1700;9;2252.04;9.50;305.00;1.57;1.26 +1700;10;2277.96;9.50;305.00;-1.57;1.26 +1700;11;2245.00;9.50;296.20;-1.15;1.26 +1700;12;2274.60;9.50;289.00;0.54;1.26 +1700;13;2289.80;9.50;308.20;1.69;1.26 +1700;14;2245.80;9.50;317.80;4.12;1.26 +1700;15;2281.80;9.50;322.60;2.37;1.26 +1700;16;2265.00;9.50;325.80;3.14;1.26 +1700;21;2252.04;9.50;305.00;1.57;1.26 1701;0;2524.00;9.50;1191.00;0.00;1.08 +1701;1;2532.50;9.50;1176.00;0.51;1.08 +1701;2;2527.50;9.50;1173.00;0.19;1.08 +1701;3;2519.00;9.50;1182.50;-0.53;1.08 +1701;4;2536.50;9.50;1184.00;1.06;1.08 +1701;5;2531.50;9.50;1191.00;1.57;1.08 +1701;6;2511.50;9.50;1200.50;4.06;1.08 +1701;7;2524.50;9.50;1204.00;3.10;1.08 +1701;8;2514.00;9.50;1209.00;3.64;1.08 +1701;9;2514.28;9.50;1191.00;1.57;1.08 +1701;10;2533.72;9.50;1191.00;-1.57;1.08 +1701;11;2537.60;9.50;1167.00;0.51;1.08 +1701;12;2529.60;9.50;1162.20;0.19;1.08 +1701;13;2516.00;9.50;1177.40;-0.53;1.08 +1701;14;2544.00;9.50;1179.80;1.06;1.08 +1701;15;2536.00;9.50;1191.00;1.57;1.08 +1701;16;2504.00;9.50;1206.20;4.06;1.08 +1701;17;2524.80;9.50;1211.80;3.10;1.08 +1701;18;2508.00;9.50;1219.80;3.64;1.08 +1701;21;2514.28;9.50;1191.00;1.57;1.08 1702;0;4196.00;15.15;1559.00;0.00;0.58 +1702;1;4191.50;15.20;1553.00;-0.64;0.58 +1702;2;4199.50;15.50;1556.00;0.86;0.58 +1702;3;4188.50;14.60;1557.00;-1.31;0.58 +1702;4;4194.00;14.45;1562.00;3.73;0.58 +1702;5;4202.00;14.50;1563.50;2.21;0.58 +1702;6;4199.00;14.02;1566.00;2.73;0.58 +1702;9;4189.70;14.44;1559.00;1.57;0.58 +1702;10;4202.30;15.24;1559.00;-1.57;0.58 +1702;21;4189.70;14.44;1559.00;1.57;0.58 1703;0;4072.00;20.27;1357.00;0.00;0.58 +1703;1;4073.00;18.90;1353.00;0.24;0.58 +1703;2;4063.00;21.57;1353.00;-1.15;0.58 +1703;3;4063.50;19.50;1357.00;4.71;0.58 +1703;4;4082.00;18.00;1357.50;1.62;0.58 +1703;5;4081.00;18.90;1361.50;2.03;0.58 +1703;6;4072.50;17.75;1362.00;3.04;0.58 +1703;9;4064.08;19.55;1357.00;1.57;0.58 +1703;10;4079.92;18.43;1357.00;-1.57;0.58 +1703;21;4064.08;19.55;1357.00;1.57;0.58 1704;0;3766.00;9.85;1718.00;0.00;0.54 +1704;1;3765.00;10.30;1712.50;-0.18;0.54 +1704;2;3771.50;10.00;1716.50;1.30;0.54 +1704;3;3759.50;9.80;1713.50;-0.96;0.54 +1704;4;3760.00;9.90;1717.50;-1.48;0.54 +1704;5;3763.00;9.80;1723.50;3.64;0.54 +1704;6;3768.50;9.80;1723.50;2.71;0.54 +1704;7;3765.50;9.80;1726.50;3.20;0.54 +1704;9;3761.14;9.90;1718.00;1.57;0.54 +1704;10;3770.86;9.83;1718.00;-1.57;0.54 +1704;21;3761.14;9.90;1718.00;1.57;0.54 1705;0;2416.00;9.50;1691.00;0.00;1.56 +1705;1;2417.50;9.50;1680.00;0.13;1.56 +1705;2;2436.00;9.50;1670.00;0.76;1.56 +1705;3;2433.00;9.50;1682.50;1.10;1.56 +1705;4;2400.00;9.50;1690.50;-1.54;1.56 +1705;5;2398.50;9.50;1699.50;4.26;1.56 +1705;6;2420.50;9.50;1700.00;2.67;1.56 +1705;7;2404.50;9.50;1707.00;3.76;1.56 +1705;9;2401.78;9.50;1691.00;1.57;1.56 +1705;10;2430.22;9.50;1691.00;-1.57;1.56 +1705;11;2418.40;9.50;1673.40;0.13;1.56 +1705;12;2448.00;9.50;1657.40;0.76;1.56 +1705;13;2443.20;9.50;1677.40;1.10;1.56 +1705;14;2390.40;9.50;1690.20;-1.54;1.56 +1705;15;2388.00;9.50;1704.60;4.26;1.56 +1705;16;2423.20;9.50;1705.40;2.67;1.56 +1705;17;2397.60;9.50;1716.60;3.76;1.56 +1705;21;2401.78;9.50;1691.00;1.57;1.56 1706;0;2062.00;9.50;1495.00;0.00;1.12 +1706;1;2069.50;9.50;1484.00;0.59;1.12 +1706;2;2053.50;9.50;1491.00;-1.13;1.12 +1706;3;2071.50;9.50;1497.50;1.82;1.12 +1706;4;2046.00;9.50;1500.50;4.38;1.12 +1706;5;2056.00;9.50;1505.50;3.66;1.12 +1706;9;2050.48;9.50;1495.00;1.57;1.12 +1706;10;2073.52;9.50;1495.00;-1.57;1.12 +1706;11;2074.00;9.50;1477.40;0.59;1.12 +1706;12;2048.40;9.50;1488.60;-1.13;1.12 +1706;13;2077.20;9.50;1499.00;1.82;1.12 +1706;14;2036.40;9.50;1503.80;4.38;1.12 +1706;15;2052.40;9.50;1511.80;3.66;1.12 +1706;21;2050.48;9.50;1495.00;1.57;1.12 1707;0;4484.00;10.90;1609.00;0.00;0.74 +1707;1;4482.00;10.75;1602.50;-0.29;0.74 +1707;2;2241.50;9.50;804.00;-1.22;0.74 +1707;3;4476.50;11.20;1609.50;4.64;0.74 +1707;4;4488.00;10.90;1612.50;2.29;0.74 +1707;5;4480.00;11.40;1616.00;3.66;0.74 +1707;9;4477.34;11.25;1609.00;1.57;0.74 +1707;10;4490.66;10.54;1609.00;-1.57;0.74 +1707;21;4477.34;11.25;1609.00;1.57;0.74 1708;0;4104.00;13.65;1436.00;0.00;0.68 +1708;1;4103.00;10.95;1428.50;-0.13;0.68 +1708;2;4096.50;11.90;1432.50;-1.13;0.68 +1708;3;4110.00;12.15;1429.50;0.74;0.68 +1708;4;4111.00;13.25;1437.50;1.78;0.68 +1708;5;4100.00;13.20;1442.00;3.73;0.68 +1708;6;4106.50;13.10;1444.50;2.85;0.68 +1708;9;4097.88;12.90;1436.00;1.57;0.68 +1708;10;4110.12;12.96;1436.00;-1.57;0.68 +1708;21;4097.88;12.90;1436.00;1.57;0.68 1709;0;3941.00;10.40;1635.00;0.00;0.54 +1709;1;3939.00;10.00;1629.00;-0.32;0.54 +1709;2;3945.00;10.32;1626.00;0.41;0.54 +1709;3;3945.00;10.40;1632.50;1.01;0.54 +1709;4;3935.50;9.90;1637.50;4.28;0.54 +1709;5;3945.50;10.40;1639.50;2.35;0.54 +1709;6;3940.00;9.80;1642.50;3.27;0.54 +1709;9;3936.14;10.31;1635.00;1.57;0.54 +1709;10;3945.86;10.40;1635.00;-1.57;0.54 +1709;21;3936.14;10.31;1635.00;1.57;0.54 1710;0;1277.00;9.50;288.00;0.00;1.42 +1710;1;1275.50;9.50;268.00;-0.07;1.42 +1710;2;1263.50;9.50;283.50;-1.24;1.42 +1710;3;1289.00;9.50;284.00;1.24;1.42 +1710;4;1299.00;9.50;299.00;2.03;1.42 +1710;5;1282.00;9.50;300.50;2.76;1.42 +1710;6;1262.00;9.50;301.00;3.99;1.42 +1710;9;1262.24;9.50;288.00;1.57;1.42 +1710;10;1291.76;9.50;288.00;-1.57;1.42 +1710;11;1274.60;9.50;256.00;-0.07;1.42 +1710;12;1255.40;9.50;280.80;-1.24;1.42 +1710;13;1296.20;9.50;281.60;1.24;1.42 +1710;14;1312.20;9.50;305.60;2.03;1.42 +1710;15;1285.00;9.50;308.00;2.76;1.42 +1710;16;1253.00;9.50;308.80;3.99;1.42 +1710;21;1262.24;9.50;288.00;1.57;1.42 1711;0;198.00;9.50;443.00;0.00;1.00 +1711;1;193.00;9.50;431.00;-0.39;1.00 +1711;2;183.00;9.50;440.00;-1.37;1.00 +1711;3;208.50;9.50;434.00;0.86;1.00 +1711;4;213.50;9.50;446.00;1.76;1.00 +1711;5;173.00;9.50;449.50;4.45;1.00 +1711;6;187.50;9.50;452.50;3.97;1.00 +1711;7;202.50;9.50;455.00;2.78;1.00 +1711;9;179.46;9.50;443.00;1.57;1.00 +1711;10;216.54;9.50;443.00;-1.57;1.00 +1711;11;190.00;9.50;423.80;-0.39;1.00 +1711;12;174.00;9.50;438.20;-1.37;1.00 +1711;13;214.80;9.50;428.60;0.86;1.00 +1711;14;222.80;9.50;447.80;1.76;1.00 +1711;15;158.00;9.50;453.40;4.45;1.00 +1711;16;181.20;9.50;458.20;3.97;1.00 +1711;17;205.20;9.50;462.20;2.78;1.00 +1711;21;179.46;9.50;443.00;1.57;1.00 1712;0;1530.00;9.50;2027.00;0.00;0.96 +1712;1;1546.50;9.50;2016.00;0.98;0.96 +1712;2;1523.00;9.50;2024.00;-1.16;0.96 +1712;3;1500.50;9.50;2033.50;4.49;0.96 +1712;4;1559.50;9.50;2034.50;1.82;0.96 +1712;5;1520.50;9.70;2028.50;4.55;0.96 +1712;9;1504.44;9.69;2027.00;1.57;0.96 +1712;10;1555.56;9.50;2027.00;-1.57;0.96 +1712;19;1566.00;9.50;2008.00;0.98;0.96 +1712;20;1567.54;9.50;2007.18;1.08;0.96 +1712;21;1504.44;9.69;2027.00;1.57;0.96 1713;0;5555.00;10.65;167.00;0.00;0.20 +1713;1;5554.00;10.50;165.00;-0.46;0.20 +1713;2;5557.50;10.70;166.50;1.37;0.20 +1713;3;5552.00;10.12;167.00;4.71;0.20 +1713;4;5558.50;10.60;169.00;2.09;0.20 +1713;5;5555.50;10.50;169.50;2.94;0.20 +1713;9;5552.30;10.17;167.00;1.57;0.20 +1713;10;5557.70;10.71;167.00;-1.57;0.20 +1713;19;5549.00;9.50;164.00;-1.57;0.20 +1713;20;5547.43;9.50;163.21;-1.10;0.20 +1713;21;5552.30;10.17;167.00;1.57;0.20 1714;0;4964.00;11.67;1772.00;0.00;1.34 +1714;1;4954.50;11.35;1757.00;-0.56;1.34 +1714;2;4981.00;12.55;1765.50;1.20;1.34 +1714;3;4943.00;11.05;1768.50;-1.40;1.34 +1714;4;4981.50;12.50;1782.00;2.09;1.34 +1714;5;4954.00;11.95;1784.50;3.81;1.34 +1714;6;4968.00;12.85;1788.00;2.89;1.34 +1714;9;4945.64;11.76;1772.00;1.57;1.34 +1714;10;4982.36;12.45;1772.00;-1.57;1.34 +1714;21;4945.64;11.76;1772.00;1.57;1.34 1715;0;59.00;9.50;1379.00;0.00;1.34 +1715;1;53.00;9.50;1364.50;-0.39;1.34 +1715;2;65.00;9.50;1365.00;0.40;1.34 +1715;3;47.00;9.50;1374.50;-1.21;1.34 +1715;4;77.50;9.50;1366.50;0.97;1.34 +1715;5;72.00;9.50;1377.00;1.41;1.34 +1715;6;51.00;9.50;1391.00;3.73;1.34 +1715;7;64.50;9.50;1393.00;2.76;1.34 +1715;9;45.68;9.50;1379.00;1.57;1.34 +1715;10;72.32;9.50;1379.00;-1.57;1.34 +1715;11;49.40;9.50;1355.80;-0.39;1.34 +1715;12;68.60;9.50;1356.60;0.40;1.34 +1715;13;39.80;9.50;1371.80;-1.21;1.34 +1715;14;88.60;9.50;1359.00;0.97;1.34 +1715;15;79.80;9.50;1375.80;1.41;1.34 +1715;16;46.20;9.50;1398.20;3.73;1.34 +1715;17;67.80;9.50;1401.40;2.76;1.34 +1715;21;45.68;9.50;1379.00;1.57;1.34 1716;0;209.00;9.50;1579.00;0.00;1.10 +1716;1;213.50;9.50;1567.50;0.37;1.10 +1716;2;230.50;9.50;1567.50;1.08;1.10 +1716;3;223.00;9.50;1579.00;1.57;1.10 +1716;4;196.00;9.50;1581.50;4.52;1.10 +1716;5;208.00;9.50;1592.00;3.21;1.10 +1716;6;198.50;9.50;1594.50;3.73;1.10 +1716;9;196.22;9.50;1579.00;1.57;1.10 +1716;10;221.78;9.50;1579.00;-1.57;1.10 +1716;11;216.20;9.50;1560.60;0.37;1.10 +1716;12;243.40;9.50;1560.60;1.08;1.10 +1716;13;231.40;9.50;1579.00;1.57;1.10 +1716;14;188.20;9.50;1583.00;4.52;1.10 +1716;15;207.40;9.50;1599.80;3.21;1.10 +1716;16;192.20;9.50;1603.80;3.73;1.10 +1716;21;196.22;9.50;1579.00;1.57;1.10 1717;0;546.00;9.50;668.00;0.00;1.34 +1717;1;532.50;9.50;664.00;-1.28;1.34 +1717;2;550.00;9.50;655.50;0.31;1.34 +1717;3;558.50;9.50;669.50;1.69;1.34 +1717;4;535.00;9.50;678.50;3.95;1.34 +1717;5;549.00;9.50;684.00;2.95;1.34 +1717;6;542.00;9.50;685.00;3.37;1.34 +1717;9;533.94;9.50;668.00;1.57;1.34 +1717;10;558.06;9.50;668.00;-1.57;1.34 +1717;11;524.40;9.50;661.60;-1.28;1.34 +1717;12;552.40;9.50;648.00;0.31;1.34 +1717;13;566.00;9.50;670.40;1.69;1.34 +1717;14;528.40;9.50;684.80;3.95;1.34 +1717;15;550.80;9.50;693.60;2.95;1.34 +1717;16;539.60;9.50;695.20;3.37;1.34 +1717;21;533.94;9.50;668.00;1.57;1.34 1718;0;4153.00;10.55;1663.00;0.00;0.30 +1718;1;4149.50;10.50;1660.50;-0.95;0.30 +1718;2;4156.50;10.30;1660.50;0.95;0.30 +1718;3;4147.00;10.45;1663.50;4.62;0.30 +1718;4;4159.50;9.90;1663.00;1.57;0.30 +1718;5;4153.50;10.25;1666.00;2.97;0.30 +1718;6;4148.50;10.40;1667.00;3.98;0.30 +1718;9;4147.24;10.48;1663.00;1.57;0.30 +1718;10;4158.76;10.04;1663.00;-1.57;0.30 +1718;21;4147.24;10.48;1663.00;1.57;0.30 1719;0;1351.00;10.20;1645.00;0.00;0.36 +1719;1;1352.00;10.15;1640.00;0.19;0.36 +1719;2;1354.00;10.20;1644.50;1.40;0.36 +1719;3;1348.50;10.20;1643.00;-0.89;0.36 +1719;4;1348.50;10.55;1648.00;3.83;0.36 +1719;5;1352.00;10.72;1650.00;2.94;0.36 +1719;9;1347.76;10.31;1645.00;1.57;0.36 +1719;10;1354.24;10.20;1645.00;-1.57;0.36 +1719;21;1347.76;10.31;1645.00;1.57;0.36 1720;0;1455.00;9.50;823.00;0.00;0.90 +1720;1;1458.00;9.50;814.00;0.32;0.90 +1720;2;1440.50;9.50;816.00;-1.12;0.90 +1720;3;1472.50;9.50;818.00;1.29;0.90 +1720;4;1440.50;9.50;827.00;4.44;0.90 +1720;5;1473.50;9.50;824.00;1.62;0.90 +1720;6;1459.50;9.50;831.50;2.65;0.90 +1720;9;1441.32;9.50;823.00;1.57;0.90 +1720;10;1468.68;9.50;823.00;-1.57;0.90 +1720;11;1459.80;9.50;808.60;0.32;0.90 +1720;12;1431.80;9.50;811.80;-1.12;0.90 +1720;13;1483.00;9.50;815.00;1.29;0.90 +1720;14;1431.80;9.50;829.40;4.44;0.90 +1720;15;1484.60;9.50;824.60;1.62;0.90 +1720;16;1462.20;9.50;836.60;2.65;0.90 +1720;21;1441.32;9.50;823.00;1.57;0.90 1722;0;4683.00;10.70;1904.00;0.00;1.46 +1722;1;4687.00;10.80;1888.50;0.25;1.46 +1722;2;4706.50;10.50;1903.50;1.55;1.46 +1722;3;4660.00;10.80;1906.50;4.60;1.46 +1722;4;4681.50;10.70;1919.00;3.24;1.46 +1722;5;4657.50;10.60;1920.00;4.15;1.46 +1722;9;4662.48;10.80;1904.00;1.57;1.46 +1722;10;4703.52;10.60;1904.00;-1.57;1.46 +1722;21;4662.48;10.80;1904.00;1.57;1.46 1723;0;4519.00;13.27;1381.00;0.00;0.60 +1723;1;4518.00;13.30;1374.50;-0.15;0.60 +1723;2;4513.50;13.20;1378.50;-1.14;0.60 +1723;3;4524.50;13.25;1378.00;1.07;0.60 +1723;4;4524.50;12.90;1384.00;2.07;0.60 +1723;5;4516.00;13.25;1386.50;3.64;0.60 +1723;9;4513.24;13.12;1381.00;1.57;0.60 +1723;10;4524.76;13.02;1381.00;-1.57;0.60 +1723;21;4513.24;13.12;1381.00;1.57;0.60 1724;0;4874.00;11.70;1585.00;0.00;0.48 +1724;1;4880.50;12.70;1583.50;1.34;0.48 +1724;2;4871.50;11.55;1580.00;-0.46;0.48 +1724;3;4865.50;11.00;1584.00;-1.45;0.48 +1724;4;4870.00;11.35;1589.00;3.92;0.48 +1724;5;4883.50;12.05;1588.00;1.87;0.48 +1724;6;4878.50;11.95;1590.00;2.40;0.48 +1724;9;4866.98;11.10;1585.00;1.57;0.48 +1724;10;4881.02;12.55;1585.00;-1.57;0.48 +1724;21;4866.98;11.10;1585.00;1.57;0.48 1725;0;4383.00;14.32;1429.00;0.00;0.66 +1725;1;4379.00;14.60;1424.50;-0.72;0.66 +1725;2;4391.00;14.50;1423.00;0.92;0.66 +1725;3;4394.50;14.70;1428.00;1.48;0.66 +1725;4;4372.00;13.85;1431.00;4.53;0.66 +1725;5;4390.00;14.50;1432.50;2.03;0.66 +1725;6;4379.00;13.95;1435.50;3.69;0.66 +1725;9;4374.36;14.19;1429.00;1.57;0.66 +1725;10;4391.64;14.60;1429.00;-1.57;0.66 +1725;21;4374.36;14.19;1429.00;1.57;0.66 1726;0;4035.00;9.87;1747.00;0.00;0.56 +1726;1;4042.00;10.15;1744.50;1.22;0.56 +1726;2;4036.50;9.80;1739.50;0.19;0.56 +1726;3;4029.50;9.70;1745.50;-1.30;0.56 +1726;4;4022.50;9.70;1750.00;4.47;0.56 +1726;5;4041.50;10.20;1751.00;2.12;0.56 +1726;6;4023.50;9.70;1751.50;4.33;0.56 +1726;7;4032.00;9.80;1752.00;3.68;0.56 +1726;9;4026.90;9.70;1747.00;1.57;0.56 +1726;10;4043.10;10.30;1747.00;-1.57;0.56 +1726;21;4026.90;9.70;1747.00;1.57;0.56 1727;0;4446.00;10.90;1569.00;0.00;0.66 +1727;1;2222.50;9.70;784.00;-1.23;0.66 +1727;2;4441.00;10.62;1565.00;-0.89;0.66 +1727;3;4451.50;10.80;1572.50;2.13;0.66 +1727;4;4442.50;11.30;1573.00;3.86;0.66 +1727;5;4448.00;11.42;1577.00;2.89;0.66 +1727;9;4440.06;10.92;1569.00;1.57;0.66 +1727;10;4451.94;10.77;1569.00;-1.57;0.66 +1727;21;4440.06;10.92;1569.00;1.57;0.66 1728;0;4374.00;16.42;1456.00;0.00;0.62 +1728;1;4374.50;14.85;1449.00;0.07;0.62 +1728;2;4366.00;14.90;1451.00;-1.01;0.62 +1728;3;4382.00;16.15;1451.50;1.05;0.62 +1728;4;4366.00;16.60;1458.00;4.46;0.62 +1728;5;4381.00;16.60;1458.50;1.91;0.62 +1728;6;4370.50;17.45;1462.00;3.67;0.62 +1728;7;4377.00;17.07;1463.00;2.73;0.62 +1728;9;4366.80;16.29;1456.00;1.57;0.62 +1728;10;4381.20;16.48;1456.00;-1.57;0.62 +1728;21;4366.80;16.29;1456.00;1.57;0.62 1729;0;4101.00;9.77;1854.00;0.00;1.20 +1729;1;4111.00;9.80;1838.50;0.57;1.20 +1729;2;4100.50;9.80;1839.50;-0.03;1.20 +1729;3;4115.50;9.80;1845.00;1.01;1.20 +1729;4;4089.50;9.70;1848.00;-1.09;1.20 +1729;5;4105.00;9.70;1864.50;2.77;1.20 +1729;6;4092.50;9.70;1864.50;3.82;1.20 +1729;7;4094.50;9.70;1877.50;3.41;1.20 +1729;9;4090.20;9.70;1854.00;1.57;1.20 +1729;10;4111.80;9.80;1854.00;-1.57;1.20 +1729;21;4090.20;9.70;1854.00;1.57;1.20 1730;0;4805.00;11.00;1623.00;0.00;0.58 +1730;1;4799.50;10.30;1617.50;-0.78;0.58 +1730;2;4806.00;10.30;1616.50;0.15;0.58 +1730;3;4813.00;10.50;1618.50;1.05;0.58 +1730;4;4795.50;10.55;1624.00;4.60;0.58 +1730;5;4814.50;11.10;1624.50;1.72;0.58 +1730;6;4811.00;11.40;1628.50;2.31;0.58 +1730;7;4800.50;11.00;1629.50;3.74;0.58 +1730;9;4797.44;10.59;1623.00;1.57;0.58 +1730;10;4812.56;10.95;1623.00;-1.57;0.58 +1730;21;4797.44;10.59;1623.00;1.57;0.58 1731;0;3185.00;11.15;571.00;0.00;0.88 -1732;0;4830.00;11.12;1471.00;0.00;0.40 -1733;0;4027.00;9.80;1621.00;0.00;0.58 -1734;0;1361.00;10.57;1681.00;0.00;0.40 +1731;1;3189.00;11.40;560.50;0.36;0.88 +1731;2;3183.50;11.40;558.00;-0.11;0.88 +1731;3;3179.50;11.00;569.00;-1.22;0.88 +1731;4;3191.50;11.10;573.50;1.93;0.88 +1731;5;3180.00;11.35;581.00;3.60;0.88 +1731;9;3177.08;10.97;571.00;1.57;0.88 +1731;10;3192.92;11.20;571.00;-1.57;0.88 +1731;21;3177.08;10.97;571.00;1.57;0.88 +1732;0;4830.00;11.12;1471.00;0.00;0.40 +1732;1;4824.50;11.40;1469.50;-1.30;0.40 +1732;2;4830.50;11.20;1467.50;0.14;0.40 +1732;3;4837.50;10.65;1470.00;1.43;0.40 +1732;4;4837.50;10.75;1472.00;1.70;0.40 +1732;5;4825.00;11.20;1474.50;4.10;0.40 +1732;6;4832.00;11.00;1474.00;2.55;0.40 +1732;9;4824.60;11.44;1471.00;1.57;0.40 +1732;10;4835.40;10.86;1471.00;-1.57;0.40 +1732;21;4824.60;11.44;1471.00;1.57;0.40 +1733;0;4027.00;9.80;1621.00;0.00;0.58 +1733;1;4023.00;9.80;1617.50;-0.85;0.58 +1733;2;4031.50;9.80;1617.00;0.84;0.58 +1733;3;4018.00;9.80;1621.50;4.65;0.58 +1733;4;4035.00;9.80;1621.50;1.63;0.58 +1733;5;4022.00;9.80;1625.00;4.03;0.58 +1733;6;4030.50;9.80;1624.50;2.35;0.58 +1733;9;4020.52;9.80;1621.00;1.57;0.58 +1733;10;4033.48;9.80;1621.00;-1.57;0.58 +1733;21;4020.52;9.80;1621.00;1.57;0.58 +1734;0;1361.00;10.57;1681.00;0.00;0.40 +1734;1;1359.00;10.52;1677.00;-0.46;0.40 +1734;2;1364.00;10.50;1677.00;0.64;0.40 +1734;3;680.00;9.50;840.00;-0.68;0.40 +1734;4;1354.50;11.10;1680.00;-1.41;0.40 +1734;5;1367.50;11.25;1683.00;1.86;0.40 +1734;6;1354.50;11.15;1684.00;4.28;0.40 +1734;7;1360.50;11.10;1685.00;3.26;0.40 +1734;9;1354.88;11.10;1681.00;1.57;0.40 +1734;10;1367.12;11.00;1681.00;-1.57;0.40 +1734;21;1354.88;11.10;1681.00;1.57;0.40 1735;0;4447.00;11.30;1677.00;0.00;0.72 +1735;1;4446.00;11.40;1669.50;-0.13;0.72 +1735;2;4438.00;11.20;1673.50;-1.20;0.72 +1735;3;4453.50;11.30;1677.50;1.64;0.72 +1735;4;4443.50;11.30;1682.00;3.75;0.72 +1735;5;4453.00;11.30;1685.50;2.52;0.72 +1735;6;4449.00;11.30;1688.00;2.96;0.72 +1735;9;4440.52;11.20;1677.00;1.57;0.72 +1735;10;4453.48;11.30;1677.00;-1.57;0.72 +1735;21;4440.52;11.20;1677.00;1.57;0.72 1736;0;1051.00;16.27;1644.00;0.00;0.76 +1736;1;1043.50;17.60;1640.50;-1.13;0.76 +1736;2;1052.50;15.25;1637.00;0.21;0.76 +1736;3;1057.50;14.85;1647.00;2.00;0.76 +1736;4;1045.00;16.60;1647.00;4.24;0.76 +1736;5;1053.50;16.30;1651.00;2.79;0.76 +1736;6;1057.50;15.30;1656.00;2.64;0.76 +1736;9;1044.16;17.05;1644.00;1.57;0.76 +1736;10;1057.84;15.16;1644.00;-1.57;0.76 +1736;21;1044.16;17.05;1644.00;1.57;0.76 1737;0;914.00;12.32;1781.00;0.00;0.72 +1737;1;909.00;12.60;1775.00;-0.69;0.72 +1737;2;915.50;12.50;1773.00;0.18;0.72 +1737;3;921.50;12.65;1777.00;1.08;0.72 +1737;4;905.50;12.00;1783.50;4.42;0.72 +1737;5;921.00;12.80;1784.50;2.03;0.72 +1737;6;911.50;12.30;1788.00;3.48;0.72 +1737;9;907.34;12.15;1781.00;1.57;0.72 +1737;10;920.66;12.30;1781.00;-1.57;0.72 +1737;21;907.34;12.15;1781.00;1.57;0.72 1738;0;1195.00;13.77;1495.00;0.00;0.38 +1738;1;1191.00;14.07;1491.00;-0.78;0.38 +1738;2;1200.00;13.30;1491.00;0.89;0.38 +1738;3;1186.00;13.80;1495.50;4.65;0.38 +1738;4;1204.00;13.15;1495.00;1.57;0.38 +1738;5;1191.50;13.45;1499.00;3.86;0.38 +1738;6;1200.00;13.30;1499.50;2.30;0.38 +1738;9;1187.98;13.85;1495.00;1.57;0.38 +1738;10;1202.02;13.30;1495.00;-1.57;0.38 +1738;21;1187.98;13.85;1495.00;1.57;0.38 1739;0;4814.00;10.50;1570.00;0.00;0.58 +1739;1;4813.00;10.55;1562.00;-0.12;0.58 +1739;2;4809.50;10.50;1567.00;-0.98;0.58 +1739;3;4817.00;10.60;1564.00;0.46;0.58 +1739;4;4819.50;10.50;1571.00;1.75;0.58 +1739;5;4810.50;10.60;1575.50;3.70;0.58 +1739;6;4818.50;10.50;1576.00;2.49;0.58 +1739;9;4808.78;10.48;1570.00;1.57;0.58 +1739;10;4819.22;10.55;1570.00;-1.57;0.58 +1739;21;4808.78;10.48;1570.00;1.57;0.58 1740;0;1063.00;16.75;1496.00;0.00;0.44 +1740;1;1060.00;15.80;1491.00;-0.54;0.44 +1740;2;1066.00;15.15;1491.50;0.58;0.44 +1740;3;1056.50;17.30;1495.50;-1.49;0.44 +1740;4;1069.50;15.90;1494.50;1.34;0.44 +1740;5;1069.00;16.20;1499.50;2.09;0.44 +1740;6;1062.00;17.95;1500.50;3.36;0.44 +1740;9;1057.24;17.17;1496.00;1.57;0.44 +1740;10;1068.76;16.21;1496.00;-1.57;0.44 +1740;21;1057.24;17.17;1496.00;1.57;0.44 1741;0;4351.00;10.57;1811.00;0.00;0.96 +1741;1;4345.50;10.70;1801.50;-0.52;0.96 +1741;2;4366.00;10.67;1802.00;1.03;0.96 +1741;3;4370.00;10.32;1812.00;1.62;0.96 +1741;4;4330.50;10.70;1811.50;4.68;0.96 +1741;5;4342.50;10.80;1820.50;3.87;0.96 +1741;6;4363.00;10.75;1821.50;2.29;0.96 +1741;9;4335.70;10.71;1811.00;1.57;0.96 +1741;10;4366.30;10.42;1811.00;-1.57;0.96 +1741;21;4335.70;10.71;1811.00;1.57;0.96 1742;0;5030.00;9.80;1556.00;0.00;0.52 +1742;1;5032.00;9.80;1550.00;0.32;0.52 +1742;2;5024.50;9.60;1555.50;-1.48;0.52 +1742;3;5035.50;9.80;1555.50;1.48;0.52 +1742;4;5030.00;9.80;1561.50;3.14;0.52 +1742;9;5024.78;9.62;1556.00;1.57;0.52 +1742;10;5035.22;9.80;1556.00;-1.57;0.52 +1742;19;5024.00;9.50;1548.00;-1.48;0.52 +1742;20;5022.95;9.50;1546.60;-0.64;0.52 +1742;21;5024.78;9.62;1556.00;1.57;0.52 1743;0;4649.00;11.90;1455.00;0.00;0.56 +1743;1;4646.00;11.80;1450.00;-0.54;0.56 +1743;2;4658.50;12.00;1450.50;1.12;0.56 +1743;3;4637.50;11.90;1452.00;-1.31;0.56 +1743;4;4658.50;11.90;1456.50;1.72;0.56 +1743;5;4637.00;11.50;1457.00;4.54;0.56 +1743;6;4643.00;11.40;1460.00;4.01;0.56 +1743;7;4652.00;11.80;1461.00;2.67;0.56 +1743;9;4640.00;11.75;1455.00;1.57;0.56 +1743;10;4658.00;11.92;1455.00;-1.57;0.56 +1743;21;4640.00;11.75;1455.00;1.57;0.56 1744;0;3754.00;10.20;1805.00;0.00;0.62 +1744;1;3752.50;10.20;1791.50;-0.11;0.62 +1744;2;3757.50;10.25;1795.00;0.33;0.62 +1744;3;3748.00;10.35;1795.00;-0.54;0.62 +1744;4;3749.00;10.10;1804.50;-1.47;0.62 +1744;5;3759.00;10.20;1807.50;2.03;0.62 +1744;6;3759.00;10.20;1817.00;2.74;0.62 +1744;7;3752.00;10.02;1817.00;3.30;0.62 +1744;9;3748.42;10.15;1805.00;1.57;0.62 +1744;10;3759.58;10.20;1805.00;-1.57;0.62 +1744;21;3748.42;10.15;1805.00;1.57;0.62 1745;0;4762.00;10.02;1890.00;0.00;1.74 +1745;1;4774.50;9.70;1862.50;0.42;1.74 +1745;2;4781.50;10.00;1865.50;0.67;1.74 +1745;3;4759.00;10.00;1874.00;-0.18;1.74 +1745;4;4773.50;10.20;1889.00;1.48;1.74 +1745;5;4746.00;10.30;1896.50;4.32;1.74 +1745;6;4745.50;9.80;1914.00;3.74;1.74 +1745;7;4759.00;10.05;1915.00;3.26;1.74 +1745;9;4746.34;10.30;1890.00;1.57;1.74 +1745;10;4777.66;10.50;1890.00;-1.57;1.74 +1745;21;4746.34;10.30;1890.00;1.57;1.74 1746;0;5566.00;11.55;162.00;0.00;0.28 +1746;1;5562.50;11.30;160.50;-1.16;0.28 +1746;2;5566.00;11.60;159.50;0.00;0.28 +1746;3;5569.00;10.75;161.50;1.40;0.28 +1746;4;5563.00;11.35;164.00;4.12;0.28 +1746;5;5567.00;11.00;164.50;2.76;0.28 +1746;9;5562.94;11.46;162.00;1.57;0.28 +1746;10;5569.06;10.73;162.00;-1.57;0.28 +1746;21;5562.94;11.46;162.00;1.57;0.28 1747;0;1195.00;12.52;1624.00;0.00;0.66 +1747;1;1196.00;12.95;1618.00;0.16;0.66 +1747;2;1189.00;13.25;1623.50;-1.48;0.66 +1747;3;1203.50;12.70;1625.50;1.74;0.66 +1747;4;1203.50;12.95;1629.00;2.10;0.66 +1747;5;1195.50;12.70;1630.50;3.06;0.66 +1747;6;1189.00;13.15;1631.00;3.85;0.66 +1747;9;1189.06;13.13;1624.00;1.57;0.66 +1747;10;1200.94;12.42;1624.00;-1.57;0.66 +1747;21;1189.06;13.13;1624.00;1.57;0.66 1748;0;4764.00;12.85;1693.00;0.00;0.86 +1748;1;4759.50;12.40;1685.50;-0.54;0.86 +1748;2;4770.00;12.60;1684.50;0.61;0.86 +1748;3;4772.50;12.70;1692.50;1.51;0.86 +1748;4;4751.50;12.40;1689.50;-1.29;0.86 +1748;5;4757.00;12.45;1697.00;4.19;0.86 +1748;6;4774.00;12.47;1700.00;2.18;0.86 +1748;7;4768.50;12.50;1702.50;2.69;0.86 +1748;9;4755.18;12.53;1693.00;1.57;0.86 +1748;10;4772.82;12.61;1693.00;-1.57;0.86 +1748;21;4755.18;12.53;1693.00;1.57;0.86 1749;0;4147.00;14.02;1497.00;0.00;0.64 +1749;1;4150.00;15.70;1492.50;0.58;0.64 +1749;2;4142.50;13.90;1492.50;-0.78;0.64 +1749;3;4141.00;14.67;1500.00;4.24;0.64 +1749;4;4150.00;15.10;1501.50;2.55;0.64 +1749;9;4140.88;14.45;1497.00;1.57;0.64 +1749;10;4153.12;15.16;1497.00;-1.57;0.64 +1749;21;4153.12;15.16;1497.00;-1.57;0.64 1750;0;3787.00;10.40;1688.00;0.00;0.36 +1750;1;3787.50;10.40;1684.00;0.12;0.36 +1750;2;3782.00;10.40;1687.00;-1.37;0.36 +1750;3;3793.00;10.30;1686.00;1.24;0.36 +1750;4;3793.50;10.30;1688.50;1.64;0.36 +1750;5;3782.00;10.40;1691.00;4.17;0.36 +1750;6;3788.00;10.40;1691.00;2.82;0.36 +1750;9;3781.96;10.40;1688.00;1.57;0.36 +1750;10;3792.04;10.30;1688.00;-1.57;0.36 +1750;21;3781.96;10.40;1688.00;1.57;0.36 1751;0;2407.52;9.50;1281.70;0.00;0.70 +1751;1;2409.61;9.60;1281.54;1.27;0.70 +1751;9;2404.36;9.60;1283.36;1.57;0.70 +1751;10;2412.19;9.70;1281.98;-1.57;0.70 +1751;19;2406.09;9.50;1279.42;0.98;0.70 +1751;20;2389.01;9.50;1278.75;5.09;0.70 +1751;21;2406.11;9.60;1282.40;1.57;0.70 1752;0;1264.00;10.70;1684.00;0.00;0.56 +1752;1;1263.50;10.70;1680.50;-0.14;0.56 +1752;2;1269.00;10.70;1677.00;0.62;0.56 +1752;3;1269.50;10.70;1682.50;1.30;0.56 +1752;4;1257.50;11.30;1685.50;4.48;0.56 +1752;5;1255.00;11.30;1687.50;4.34;0.56 +1752;6;1266.00;10.70;1688.50;2.72;0.56 +1752;7;1258.50;11.30;1689.00;3.97;0.56 +1752;9;1258.24;11.35;1684.00;1.57;0.56 +1752;10;1269.76;10.70;1684.00;-1.57;0.56 +1752;21;1258.24;11.35;1684.00;1.57;0.56 1753;0;1274.00;10.70;1530.00;0.00;0.56 +1753;1;1273.00;10.75;1524.50;-0.18;0.56 +1753;2;1280.00;10.60;1525.00;0.87;0.56 +1753;3;1267.50;10.80;1531.00;4.56;0.56 +1753;4;1284.50;10.50;1526.50;1.24;0.56 +1753;5;1279.50;10.60;1531.50;1.83;0.56 +1753;6;1274.50;10.70;1536.00;3.05;0.56 +1753;7;1269.00;10.75;1536.50;3.79;0.56 +1753;9;1266.98;10.85;1530.00;1.57;0.56 +1753;10;1281.02;10.60;1530.00;-1.57;0.56 +1753;21;1266.98;10.85;1530.00;1.57;0.56 1754;0;3692.00;10.80;1701.00;0.00;0.36 +1754;1;3694.00;10.75;1697.00;0.46;0.36 +1754;2;3689.00;10.22;1697.00;-0.64;0.36 +1754;3;3686.50;10.30;1700.00;-1.39;0.36 +1754;4;3698.00;10.55;1701.00;1.57;0.36 +1754;5;3687.00;10.25;1704.00;4.17;0.36 +1754;6;3693.00;10.90;1704.50;2.86;0.36 +1754;9;3687.32;10.29;1701.00;1.57;0.36 +1754;10;3696.68;10.76;1701.00;-1.57;0.36 +1754;21;3687.32;10.29;1701.00;1.57;0.36 1755;0;5036.00;11.67;1529.00;0.00;0.58 +1755;1;5037.50;11.60;1523.00;0.24;0.58 +1755;2;5030.00;12.12;1529.00;4.71;0.58 +1755;3;5042.00;12.75;1529.50;1.65;0.58 +1755;4;5035.00;11.65;1536.50;3.27;0.58 +1755;5;5039.50;12.65;1536.00;2.67;0.58 +1755;9;5030.42;12.10;1529.00;1.57;0.58 +1755;10;5041.58;12.57;1529.00;-1.57;0.58 +1755;19;5025.00;9.50;1517.00;-1.57;0.58 +1755;20;5023.81;9.50;1515.71;-0.74;0.58 +1755;21;5030.42;12.10;1529.00;1.57;0.58 1756;0;1095.00;17.92;1530.00;0.00;0.34 +1756;1;1091.50;16.40;1525.50;-0.66;0.34 +1756;2;1096.00;15.40;1523.50;0.15;0.34 +1756;3;1099.00;16.02;1528.00;1.10;0.34 +1756;4;1099.00;16.80;1532.00;2.03;0.34 +1756;5;1094.00;16.27;1536.00;3.30;0.34 +1756;6;1099.00;15.55;1538.50;2.70;0.34 +1756;9;1091.94;17.59;1530.00;1.57;0.34 +1756;10;1098.06;16.93;1530.00;-1.57;0.34 +1756;21;1091.94;17.59;1530.00;1.57;0.34 1757;0;4036.00;10.40;1809.00;0.00;0.88 +1757;1;4034.00;9.87;1800.00;-0.21;0.88 +1757;2;4047.00;9.80;1803.00;1.07;0.88 +1757;3;4024.00;10.35;1803.00;-1.10;0.88 +1757;4;4022.50;9.75;1811.00;4.56;0.88 +1757;5;4050.50;9.80;1808.50;1.53;0.88 +1757;6;4045.50;10.10;1815.50;2.17;0.88 +1757;7;4033.00;9.70;1817.50;3.48;0.88 +1757;9;4024.66;10.21;1809.00;1.57;0.88 +1757;10;4047.34;9.80;1809.00;-1.57;0.88 +1757;21;4024.66;10.21;1809.00;1.57;0.88 1758;0;1473.00;11.22;1461.00;0.00;0.36 +1758;1;1470.00;11.30;1459.50;-1.10;0.36 +1758;2;1471.50;11.40;1455.50;-0.26;0.36 +1758;3;1475.00;10.75;1459.00;0.78;0.36 +1758;4;1476.50;11.30;1464.50;2.35;0.36 +1758;5;1472.00;12.65;1465.50;3.36;0.36 +1758;9;1469.76;12.00;1461.00;1.57;0.36 +1758;10;1476.24;11.70;1461.00;-1.57;0.36 +1758;21;1469.76;12.00;1461.00;1.57;0.36 1759;0;5066.00;9.82;73.00;0.00;0.44 +1759;1;5067.50;9.65;69.00;0.35;0.44 +1759;2;5063.00;9.70;71.00;-0.98;0.44 +1759;3;5069.50;10.10;74.00;1.84;0.44 +1759;4;5063.00;9.72;76.00;3.92;0.44 +1759;5;5066.00;10.00;77.00;3.14;0.44 +1759;9;5062.04;9.70;73.00;1.57;0.44 +1759;10;5069.96;10.05;73.00;-1.57;0.44 +1759;19;5070.00;9.57;64.00;0.36;0.44 +1759;20;5070.71;9.57;62.40;0.41;0.44 +1759;21;5069.96;10.05;73.00;-1.57;0.44 1760;0;1392.00;10.32;1623.00;0.00;0.40 +1760;1;1393.00;10.40;1618.50;0.21;0.40 +1760;2;1397.00;10.35;1620.50;1.10;0.40 +1760;3;1388.00;10.25;1624.00;4.46;0.40 +1760;4;1393.50;10.70;1626.50;2.73;0.40 +1760;5;1389.50;10.80;1628.00;3.60;0.40 +1760;9;1388.40;10.25;1623.00;1.57;0.40 +1760;10;1395.60;10.35;1623.00;-1.57;0.40 +1760;21;1388.40;10.25;1623.00;1.57;0.40 1761;0;4597.00;14.07;1644.00;0.00;0.62 +1761;1;4590.50;14.10;1640.00;-1.01;0.62 +1761;2;4598.50;13.30;1637.50;0.22;0.62 +1761;3;4604.00;13.17;1645.00;1.71;0.62 +1761;4;4590.00;12.65;1646.00;4.43;0.62 +1761;5;4592.50;12.00;1651.50;3.68;0.62 +1761;6;4597.50;11.70;1651.50;3.07;0.62 +1761;9;4590.70;13.10;1644.00;1.57;0.62 +1761;10;4603.30;13.41;1644.00;-1.57;0.62 +1761;21;4590.70;13.10;1644.00;1.57;0.62 1762;0;4416.00;13.22;1537.00;0.00;0.62 +1762;1;4420.00;14.67;1529.00;0.46;0.62 +1762;2;4413.00;13.45;1531.00;-0.46;0.62 +1762;3;4422.00;13.75;1534.50;1.17;0.62 +1762;4;4409.00;13.35;1537.00;4.71;0.62 +1762;5;4412.00;13.80;1543.50;3.69;0.62 +1762;6;2207.50;10.25;768.00;-1.23;0.62 +1762;7;4417.00;13.35;1545.00;3.01;0.62 +1762;9;4410.42;13.20;1537.00;1.57;0.62 +1762;10;4421.58;13.15;1537.00;-1.57;0.62 +1762;21;4410.42;13.20;1537.00;1.57;0.62 1763;0;956.00;12.10;1844.00;0.00;1.04 +1763;1;955.50;12.90;1830.50;-0.03;1.04 +1763;2;967.00;12.80;1832.50;0.76;1.04 +1763;3;944.00;12.35;1843.50;-1.52;1.04 +1763;4;967.50;12.00;1847.50;1.86;1.04 +1763;5;953.00;11.90;1857.50;3.36;1.04 +1763;9;946.64;12.25;1844.00;1.57;1.04 +1763;10;965.36;12.20;1844.00;-1.57;1.04 +1763;21;946.64;12.25;1844.00;1.57;1.04 1764;0;1616.00;11.10;1692.00;0.00;0.54 +1764;1;1613.00;11.10;1685.00;-0.40;0.54 +1764;2;1619.50;11.00;1690.00;1.05;0.54 +1764;3;1610.50;11.10;1690.00;-1.22;0.54 +1764;4;1615.00;11.10;1696.50;3.36;0.54 +1764;5;1622.50;10.60;1697.00;2.22;0.54 +1764;9;1610.60;11.00;1692.00;1.57;0.54 +1764;10;1621.40;10.82;1692.00;-1.57;0.54 +1764;21;1610.60;11.00;1692.00;1.57;0.54 1765;0;4009.00;9.80;1679.00;0.00;0.50 +1765;1;4010.00;9.80;1674.00;0.19;0.50 +1765;2;4018.50;9.80;1674.00;1.08;0.50 +1765;3;3999.50;9.80;1677.50;-1.41;0.50 +1765;4;4020.00;9.80;1678.00;1.48;0.50 +1765;5;3997.00;9.80;1682.00;4.46;0.50 +1765;6;4014.00;10.25;1682.50;2.18;0.50 +1765;7;4002.50;9.80;1684.00;4.05;0.50 +1765;9;4000.00;9.80;1679.00;1.57;0.50 +1765;10;4018.00;9.85;1679.00;-1.57;0.50 +1765;21;4000.00;9.80;1679.00;1.57;0.50 1766;0;3974.00;17.60;1310.00;0.00;0.68 +1766;1;3969.00;19.65;1303.00;-0.62;0.68 +1766;2;3976.50;19.70;1304.00;0.39;0.68 +1766;3;3967.50;18.15;1311.00;4.56;0.68 +1766;4;3981.00;17.15;1309.00;1.42;0.68 +1766;5;3981.50;19.40;1314.50;2.11;0.68 +1766;6;3975.00;18.35;1317.00;3.00;0.68 +1766;9;3967.88;17.87;1310.00;1.57;0.68 +1766;10;3980.12;17.74;1310.00;-1.57;0.68 +1766;21;3967.88;17.87;1310.00;1.57;0.68 1767;0;1170.00;11.45;1668.00;0.00;0.68 +1767;1;1169.50;12.15;1662.00;-0.08;0.68 +1767;2;1162.00;11.60;1663.50;-1.05;0.68 +1767;3;1176.00;12.37;1662.00;0.78;0.68 +1767;4;1176.00;11.75;1668.00;1.57;0.68 +1767;5;1163.00;11.47;1668.00;4.71;0.68 +1767;6;1171.50;11.40;1674.50;2.91;0.68 +1767;7;1176.00;11.30;1677.00;2.55;0.68 +1767;9;1163.88;11.50;1668.00;1.57;0.68 +1767;10;1176.12;11.76;1668.00;-1.57;0.68 +1767;21;1163.88;11.50;1668.00;1.57;0.68 1768;0;3940.00;10.40;1732.00;0.00;0.60 +1768;1;3947.00;10.30;1728.50;1.10;0.60 +1768;2;3941.50;10.30;1724.50;0.19;0.60 +1768;3;3936.00;10.30;1728.50;-0.85;0.60 +1768;4;3930.50;10.40;1732.00;4.71;0.60 +1768;5;3930.00;10.20;1735.50;4.37;0.60 +1768;6;3946.50;10.30;1735.50;2.06;0.60 +1768;7;3937.00;10.30;1737.50;3.64;0.60 +1768;9;3932.26;10.40;1732.00;1.57;0.60 +1768;10;3947.74;10.30;1732.00;-1.57;0.60 +1768;21;3932.26;10.40;1732.00;1.57;0.60 1769;0;1371.00;10.60;1718.00;0.00;0.70 +1769;1;1376.00;10.50;1709.50;0.53;0.70 +1769;2;1366.50;10.70;1712.50;-0.68;0.70 +1769;3;1379.50;10.60;1716.50;1.39;0.70 +1769;4;1361.50;11.10;1720.00;4.50;0.70 +1769;5;1378.50;10.70;1724.50;2.28;0.70 +1769;6;1370.00;10.60;1725.00;3.28;0.70 +1769;9;1363.44;11.10;1718.00;1.57;0.70 +1769;10;1378.56;10.60;1718.00;-1.57;0.70 +1769;21;1363.44;11.10;1718.00;1.57;0.70 1770;0;1332.00;11.57;1577.00;0.00;0.42 +1770;1;1334.00;11.00;1572.50;0.41;0.42 +1770;2;1328.50;11.30;1573.50;-0.78;0.42 +1770;3;1328.00;11.00;1578.00;4.46;0.42 +1770;4;1335.00;11.52;1579.00;2.15;0.42 +1770;5;1331.00;11.40;1581.50;3.36;0.42 +1770;9;1328.22;11.18;1577.00;1.57;0.42 +1770;10;1335.78;11.29;1577.00;-1.57;0.42 +1770;21;1328.22;11.18;1577.00;1.57;0.42 1771;0;3756.00;10.40;1765.00;0.00;0.58 +1771;1;3759.00;10.30;1761.00;0.64;0.58 +1771;2;3752.50;10.30;1759.50;-0.56;0.58 +1771;3;3752.00;10.35;1763.50;-1.21;0.58 +1771;4;3750.00;10.40;1769.00;4.12;0.58 +1771;5;3760.00;10.30;1768.00;2.21;0.58 +1771;6;3753.50;10.40;1771.50;3.50;0.58 +1771;9;3750.78;10.40;1765.00;1.57;0.58 +1771;10;3761.22;10.30;1765.00;-1.57;0.58 +1771;21;3750.78;10.40;1765.00;1.57;0.58 1772;0;4904.00;10.07;1628.00;0.00;0.64 +1772;1;4906.00;10.27;1621.00;0.27;0.64 +1772;2;4896.00;9.90;1623.50;-1.05;0.64 +1772;3;4913.50;9.90;1626.50;1.41;0.64 +1772;4;4888.50;10.55;1626.00;-1.44;0.64 +1772;5;4889.50;11.05;1628.00;4.71;0.64 +1772;6;4901.00;11.05;1633.00;3.68;0.64 +1772;7;4914.50;10.05;1633.00;2.01;0.64 +1772;9;4892.66;11.04;1628.00;1.57;0.64 +1772;10;4915.34;9.80;1628.00;-1.57;0.64 +1772;19;4915.00;10.03;1618.00;1.41;0.64 +1772;20;4916.29;10.03;1616.82;0.83;0.64 +1772;21;4892.66;11.04;1628.00;1.57;0.64 1773;0;4990.00;9.67;90.00;0.00;0.40 +1773;1;4988.50;9.70;87.50;-0.54;0.40 +1773;2;4994.00;9.70;86.50;0.85;0.40 +1773;3;4994.00;9.70;92.00;2.03;0.40 +1773;4;4990.00;9.70;94.50;3.14;0.40 +1773;9;4986.40;9.70;90.00;1.57;0.40 +1773;10;4993.60;9.70;90.00;-1.57;0.40 +1773;19;4982.00;9.50;91.00;-0.54;0.40 +1773;20;4980.26;9.50;91.21;4.58;0.40 +1773;21;4993.60;9.70;90.00;-1.57;0.40 1774;0;4235.00;17.15;1461.00;0.00;0.56 +1774;1;4238.00;17.05;1456.00;0.54;0.56 +1774;2;4227.50;17.50;1456.50;-1.03;0.56 +1774;3;4224.50;17.00;1461.00;4.71;0.56 +1774;4;4246.00;16.45;1461.00;1.57;0.56 +1774;5;4230.00;16.92;1466.00;3.92;0.56 +1774;6;4240.50;15.30;1465.50;2.25;0.56 +1774;9;4226.36;17.23;1461.00;1.57;0.56 +1774;10;4243.64;16.50;1461.00;-1.57;0.56 +1774;21;4226.36;17.23;1461.00;1.57;0.56 1775;0;3836.00;9.90;1631.00;0.00;0.62 +1775;1;3832.00;10.00;1624.00;-0.51;0.62 +1775;2;3828.00;10.00;1625.50;-0.96;0.62 +1775;3;3839.50;9.90;1625.50;0.56;0.62 +1775;4;3842.00;9.90;1631.50;1.65;0.62 +1775;5;3830.00;9.90;1631.50;4.62;0.62 +1775;6;3835.00;9.80;1638.50;3.27;0.62 +1775;7;3840.00;9.80;1639.00;2.67;0.62 +1775;9;3830.42;9.90;1631.00;1.57;0.62 +1775;10;3841.58;9.90;1631.00;-1.57;0.62 +1775;21;3830.42;9.90;1631.00;1.57;0.62 1776;0;4708.00;11.90;1530.00;0.00;0.64 +1776;1;4703.00;12.10;1525.00;-0.78;0.64 +1776;2;4711.50;11.90;1524.00;0.52;0.64 +1776;3;4699.50;11.65;1530.00;4.71;0.64 +1776;4;4715.00;11.82;1528.00;1.29;0.64 +1776;5;4716.50;12.00;1534.50;2.05;0.64 +1776;6;4709.00;12.00;1535.50;2.96;0.64 +1776;9;4700.62;11.70;1530.00;1.57;0.64 +1776;10;4715.38;11.85;1530.00;-1.57;0.64 +1776;21;4700.62;11.70;1530.00;1.57;0.64 1777;0;4251.00;10.80;1677.00;0.00;0.46 +1777;1;4251.50;10.90;1671.00;0.08;0.46 +1777;2;4246.00;10.60;1675.50;-1.27;0.46 +1777;3;4255.00;10.70;1678.50;1.93;0.46 +1777;4;4248.50;10.70;1682.50;3.56;0.46 +1777;5;4252.00;10.70;1685.00;3.01;0.46 +1777;9;4246.86;10.76;1677.00;1.57;0.46 +1777;10;4255.14;10.70;1677.00;-1.57;0.46 +1777;21;4246.86;10.76;1677.00;1.57;0.46 1778;0;4316.00;14.50;1355.00;0.00;0.66 +1778;1;4317.50;14.40;1349.00;0.24;0.66 +1778;2;4308.50;14.80;1351.00;-1.08;0.66 +1778;3;4324.00;13.75;1356.50;1.75;0.66 +1778;4;4311.00;14.70;1357.50;4.24;0.66 +1778;5;4319.00;14.55;1362.50;2.76;0.66 +1778;9;4309.34;14.60;1355.00;1.57;0.66 +1778;10;4322.66;13.88;1355.00;-1.57;0.66 +1778;21;4309.34;14.60;1355.00;1.57;0.66 1779;0;4128.00;10.12;1560.00;0.00;0.46 +1779;1;4130.00;10.40;1555.00;0.38;0.46 +1779;2;4122.50;10.50;1557.00;-1.07;0.46 +1779;3;4135.50;10.20;1559.00;1.43;0.46 +1779;4;4119.50;11.40;1561.50;4.53;0.46 +1779;5;4136.00;10.07;1562.00;1.81;0.46 +1779;6;4127.50;10.20;1563.50;3.28;0.46 +1779;9;4121.34;11.16;1560.00;1.57;0.46 +1779;10;4134.66;10.10;1560.00;-1.57;0.46 +1779;21;4121.34;11.16;1560.00;1.57;0.46 1780;0;4211.00;9.90;1724.00;0.00;0.56 +1780;1;4208.50;10.50;1720.00;-0.55;0.56 +1780;2;4217.50;10.00;1718.50;0.86;0.56 +1780;3;4217.50;10.10;1724.00;1.57;0.56 +1780;4;4202.50;10.40;1722.50;-1.39;0.56 +1780;5;4203.00;9.95;1726.50;4.41;0.56 +1780;6;4208.50;9.80;1729.00;3.60;0.56 +1780;7;4214.00;9.90;1729.50;2.64;0.56 +1780;9;4203.80;10.30;1724.00;1.57;0.56 +1780;10;4218.20;10.10;1724.00;-1.57;0.56 +1780;21;4203.80;10.30;1724.00;1.57;0.56 1781;0;4318.00;13.67;1381.00;0.00;0.52 +1781;1;4326.00;14.60;1375.50;0.96;0.52 +1781;2;4320.00;14.60;1375.50;0.34;0.52 +1781;3;4327.00;14.05;1377.50;1.20;0.52 +1781;4;4311.00;14.25;1379.50;-1.36;0.52 +1781;5;4324.00;13.45;1383.00;1.89;0.52 +1781;6;4314.50;13.85;1386.00;3.75;0.52 +1781;9;4310.62;14.03;1381.00;1.57;0.52 +1781;10;4325.38;13.55;1381.00;-1.57;0.52 +1781;21;4310.62;14.03;1381.00;1.57;0.52 1782;0;1509.00;11.00;1712.00;0.00;0.60 +1782;1;1505.00;11.30;1704.50;-0.49;0.60 +1782;2;1513.00;11.10;1707.00;0.67;0.60 +1782;3;1499.50;11.10;1709.50;-1.31;0.60 +1782;4;1519.00;11.00;1713.50;1.72;0.60 +1782;5;1499.00;11.05;1716.00;4.33;0.60 +1782;6;1510.00;10.97;1718.00;2.97;0.60 +1782;9;1500.72;11.00;1712.00;1.57;0.60 +1782;10;1517.28;11.00;1712.00;-1.57;0.60 +1782;21;1500.72;11.00;1712.00;1.57;0.60 1783;0;4128.00;10.65;1408.00;0.00;0.66 +1783;1;4127.50;12.30;1401.00;-0.07;0.66 +1783;2;4135.50;11.80;1404.00;1.08;0.66 +1783;3;4121.00;11.30;1409.00;4.57;0.66 +1783;4;4134.50;10.35;1411.00;2.00;0.66 +1783;5;4122.00;11.75;1415.50;3.81;0.66 +1783;6;4129.00;10.25;1415.50;3.00;0.66 +1783;9;4122.06;11.33;1408.00;1.57;0.66 +1783;10;4133.94;10.72;1408.00;-1.57;0.66 +1783;21;4122.06;11.33;1408.00;1.57;0.66 1784;0;3993.00;10.27;1792.00;0.00;0.46 +1784;1;3993.50;10.30;1787.00;0.10;0.46 +1784;2;4003.50;10.40;1789.50;1.33;0.46 +1784;3;3983.50;9.70;1789.00;-1.26;0.46 +1784;4;3982.00;9.70;1793.50;4.57;0.46 +1784;5;4002.50;10.30;1794.50;1.82;0.46 +1784;6;3991.00;10.40;1796.50;3.56;0.46 +1784;9;3984.18;9.70;1792.00;1.57;0.46 +1784;10;4001.82;10.38;1792.00;-1.57;0.46 +1784;21;3984.18;9.70;1792.00;1.57;0.46 1785;0;1777.00;11.60;1812.00;0.00;1.12 +1785;1;1784.00;11.50;1796.50;0.42;1.12 +1785;2;1769.50;11.50;1812.50;4.64;1.12 +1785;3;1787.00;11.50;1806.00;1.03;1.12 +1785;4;1788.00;11.60;1814.50;1.79;1.12 +1785;5;888.00;9.50;905.50;-0.77;1.12 +1785;9;1766.92;11.57;1812.00;1.57;1.12 +1785;10;1787.08;11.70;1812.00;-1.57;1.12 +1785;21;1766.92;11.57;1812.00;1.57;1.12 1786;0;5567.00;12.65;150.00;0.00;0.26 +1786;1;5567.50;12.00;147.50;0.19;0.26 +1786;2;5564.00;11.90;148.00;-0.98;0.26 +1786;3;5570.50;12.20;147.50;0.95;0.26 +1786;4;5569.50;12.50;150.50;1.76;0.26 +1786;5;5564.00;12.57;151.00;4.39;0.26 +1786;6;5566.50;12.90;153.50;3.28;0.26 +1786;9;5564.48;12.44;150.00;1.57;0.26 +1786;10;5569.52;12.49;150.00;-1.57;0.26 +1786;21;5564.48;12.44;150.00;1.57;0.26 1787;0;4497.00;13.12;1423.00;0.00;0.58 +1787;1;4492.00;13.12;1419.00;-0.89;0.58 +1787;2;4499.50;13.00;1417.00;0.39;0.58 +1787;3;4504.00;13.22;1422.00;1.42;0.58 +1787;4;4489.50;12.90;1425.00;4.45;0.58 +1787;5;4502.50;13.00;1427.50;2.25;0.58 +1787;6;4495.00;13.10;1428.50;3.49;0.58 +1787;9;4490.52;12.80;1423.00;1.57;0.58 +1787;10;4503.48;13.15;1423.00;-1.57;0.58 +1787;21;4490.52;12.80;1423.00;1.57;0.58 1788;0;1210.00;11.05;1735.00;0.00;0.54 +1788;1;1210.50;11.30;1727.00;0.06;0.54 +1788;2;1204.00;11.05;1736.00;4.54;0.54 +1788;3;1216.00;11.00;1734.00;1.40;0.54 +1788;4;1215.50;10.80;1741.50;2.43;0.54 +1788;5;1210.50;10.90;1744.00;3.08;0.54 +1788;6;1205.00;10.90;1745.00;3.60;0.54 +1788;9;1205.14;11.10;1735.00;1.57;0.54 +1788;10;1214.86;11.00;1735.00;-1.57;0.54 +1788;21;1205.14;11.10;1735.00;1.57;0.54 1789;0;1037.00;15.20;1605.00;0.00;0.58 +1789;1;1035.00;14.30;1598.50;-0.29;0.58 +1789;2;1029.50;16.65;1604.00;-1.43;0.58 +1789;3;1044.00;14.40;1604.50;1.49;0.58 +1789;4;1035.50;16.60;1609.50;3.46;0.58 +1789;5;1043.50;15.25;1610.00;2.22;0.58 +1789;9;1030.34;17.18;1605.00;1.57;0.58 +1789;10;1043.66;14.44;1605.00;-1.57;0.58 +1789;21;1030.34;17.18;1605.00;1.57;0.58 1790;0;4094.00;9.82;1645.00;0.00;0.52 +1790;1;4091.50;9.90;1640.00;-0.46;0.52 +1790;2;4097.50;9.80;1640.50;0.66;0.52 +1790;3;4088.00;9.95;1644.50;-1.48;0.52 +1790;4;4101.00;9.90;1642.50;1.22;0.52 +1790;5;4099.00;9.80;1648.00;2.11;0.52 +1790;6;4092.00;9.82;1650.00;3.52;0.52 +1790;9;4088.78;9.83;1645.00;1.57;0.52 +1790;10;4099.22;9.95;1645.00;-1.57;0.52 +1790;21;4088.78;9.83;1645.00;1.57;0.52 1791;0;4383.00;13.70;1537.00;0.00;0.62 +1791;1;4382.50;14.00;1531.00;-0.08;0.62 +1791;2;4389.00;13.30;1532.00;0.87;0.62 +1791;3;4376.50;14.20;1535.00;-1.27;0.62 +1791;4;4392.50;13.25;1537.00;1.57;0.62 +1791;5;4374.50;14.05;1541.00;4.27;0.62 +1791;6;4384.50;14.20;1542.50;2.87;0.62 +1791;7;4376.00;14.05;1544.50;3.89;0.62 +1791;9;4376.16;14.10;1537.00;1.57;0.62 +1791;10;4389.84;13.18;1537.00;-1.57;0.62 +1791;21;4376.16;14.10;1537.00;1.57;0.62 1792;0;4544.00;10.57;1699.00;0.00;0.74 +1792;1;4542.00;10.65;1692.00;-0.27;0.74 +1792;2;4532.50;10.60;1695.00;-1.23;0.74 +1792;3;4552.00;10.55;1696.00;1.21;0.74 +1792;4;4555.50;10.50;1700.00;1.65;0.74 +1792;5;4538.00;10.50;1702.00;4.24;0.74 +1792;6;4554.00;10.60;1706.00;2.18;0.74 +1792;7;4548.50;10.40;1708.00;2.67;0.74 +1792;9;4534.82;10.56;1699.00;1.57;0.74 +1792;10;4553.18;10.45;1699.00;-1.57;0.74 +1792;21;4534.82;10.56;1699.00;1.57;0.74 1793;0;1048.00;13.77;1444.00;0.00;0.46 +1793;1;1051.00;13.55;1439.50;0.58;0.46 +1793;2;1043.00;12.80;1440.00;-0.89;0.46 +1793;3;1056.00;13.80;1442.50;1.38;0.46 +1793;4;1041.50;13.10;1445.50;4.48;0.46 +1793;5;1049.50;14.45;1448.00;2.78;0.46 +1793;9;1041.88;12.91;1444.00;1.57;0.46 +1793;10;1054.12;14.38;1444.00;-1.57;0.46 +1793;21;1041.88;12.91;1444.00;1.57;0.46 1794;0;4100.00;9.92;1574.00;0.00;0.56 +1794;1;4101.00;10.00;1565.50;0.11;0.56 +1794;2;4096.50;9.90;1568.00;-0.52;0.56 +1794;3;4105.50;9.90;1568.50;0.78;0.56 +1794;4;4095.00;9.97;1574.00;4.71;0.56 +1794;5;4104.50;9.90;1575.00;1.78;0.56 +1794;6;4094.50;10.00;1580.00;3.88;0.56 +1794;7;4102.00;9.97;1582.00;2.89;0.56 +1794;8;4096.50;10.00;1581.50;3.57;0.56 +1794;9;4094.96;9.97;1574.00;1.57;0.56 +1794;10;4105.04;9.90;1574.00;-1.57;0.56 +1794;21;4107.54;10.00;1584.80;-1.57;0.56 1795;0;4720.00;11.82;1733.00;0.00;0.66 +1795;1;4710.50;11.40;1724.50;-0.84;0.66 +1795;2;4708.50;11.80;1731.50;-1.44;0.66 +1795;3;4722.50;11.30;1726.50;0.36;0.66 +1795;4;4732.00;11.15;1734.00;1.65;0.66 +1795;5;4713.50;11.90;1739.00;3.96;0.66 +1795;6;4727.50;11.80;1739.50;2.28;0.66 +1795;9;4709.56;11.80;1733.00;1.57;0.66 +1795;10;4730.44;11.05;1733.00;-1.57;0.66 +1795;21;4709.56;11.80;1733.00;1.57;0.66 1796;0;4556.00;13.65;1407.00;0.00;0.48 +1796;1;4551.50;13.20;1404.50;-1.06;0.48 +1796;2;4556.00;13.90;1401.50;0.00;0.48 +1796;3;4560.50;14.00;1405.50;1.24;0.48 +1796;4;4555.00;13.30;1411.50;3.36;0.48 +1796;5;4560.50;13.70;1410.50;2.23;0.48 +1796;9;4551.68;12.92;1407.00;1.57;0.48 +1796;10;4560.32;13.75;1407.00;-1.57;0.48 +1796;21;4551.68;12.92;1407.00;1.57;0.48 1797;0;4041.00;10.30;1581.00;0.00;0.60 +1797;1;4037.00;10.40;1575.50;-0.62;0.60 +1797;2;4042.50;10.40;1574.50;0.22;0.60 +1797;3;4048.00;9.85;1580.00;1.42;0.60 +1797;4;4033.00;10.45;1581.50;4.65;0.60 +1797;5;4034.00;10.40;1585.00;4.19;0.60 +1797;6;4046.50;10.00;1585.50;2.25;0.60 +1797;7;4041.00;9.85;1587.00;3.14;0.60 +1797;9;4034.16;10.50;1581.00;1.57;0.60 +1797;10;4047.84;9.86;1581.00;-1.57;0.60 +1797;21;4034.16;10.50;1581.00;1.57;0.60 1798;0;4406.00;14.40;1467.00;0.00;0.60 +1798;1;4397.00;14.30;1464.00;-1.24;0.60 +1798;2;4407.50;14.30;1461.50;0.26;0.60 +1798;3;4416.00;14.50;1466.50;1.52;0.60 +1798;4;4400.00;14.50;1471.50;4.06;0.60 +1798;5;4410.50;14.60;1472.50;2.45;0.60 +1798;9;4398.26;14.30;1467.00;1.57;0.60 +1798;10;4413.74;14.50;1467.00;-1.57;0.60 +1798;21;4398.26;14.30;1467.00;1.57;0.60 1799;0;786.00;12.50;1845.00;0.00;1.26 +1799;1;783.50;9.50;1829.50;-0.16;1.26 +1799;2;780.00;10.20;1842.50;-1.17;1.26 +1799;3;795.00;11.95;1843.50;1.40;1.26 +1799;4;774.00;9.50;1849.00;4.39;1.26 +1799;5;782.00;9.50;1856.50;3.47;1.26 +1799;6;796.00;12.15;1855.00;2.35;1.26 +1799;9;774.66;9.50;1845.00;1.57;1.26 +1799;10;797.34;11.15;1845.00;-1.57;1.26 +1799;19;780.00;9.57;1817.00;-0.16;1.26 +1799;20;779.63;9.57;1815.28;-0.21;1.26 +1799;21;774.66;9.50;1845.00;1.57;1.26 1800;0;3959.00;9.80;1605.00;0.00;0.58 +1800;1;3954.50;9.80;1601.50;-0.91;0.58 +1800;2;3961.50;9.80;1600.00;0.46;0.58 +1800;3;3964.50;9.80;1606.00;1.75;0.58 +1800;4;3953.00;9.80;1607.50;4.31;0.58 +1800;5;3954.00;9.80;1611.00;3.83;0.58 +1800;6;3958.50;9.80;1610.50;3.23;0.58 +1800;9;3953.60;9.80;1605.00;1.57;0.58 +1800;10;3964.40;9.80;1605.00;-1.57;0.58 +1800;21;3953.60;9.80;1605.00;1.57;0.58 1801;0;5579.00;10.75;138.00;0.00;0.32 +1801;1;5576.50;10.80;133.00;-0.46;0.32 +1801;2;5579.00;10.52;133.00;0.00;0.32 +1801;3;5577.00;10.97;137.00;-1.10;0.32 +1801;4;5581.50;10.50;139.50;2.11;0.32 +1801;5;5576.50;11.40;141.50;3.76;0.32 +1801;6;5579.00;10.87;143.00;3.14;0.32 +1801;9;5576.12;11.15;138.00;1.57;0.32 +1801;10;5581.88;10.44;138.00;-1.57;0.32 +1801;19;5584.00;9.55;150.00;-4.17;0.32 +1801;20;5584.67;9.55;151.61;2.74;0.32 +1801;21;5576.12;11.15;138.00;1.57;0.32 1802;0;4845.00;10.80;1529.00;0.00;0.56 +1802;1;4844.50;10.50;1522.50;-0.07;0.56 +1802;2;4838.50;10.50;1527.00;-1.27;0.56 +1802;3;4851.00;10.80;1526.50;1.17;0.56 +1802;4;4852.00;10.80;1532.50;2.03;0.56 +1802;5;4840.50;10.70;1533.00;3.98;0.56 +1802;6;4847.50;11.00;1534.50;2.71;0.56 +1802;9;4838.88;10.53;1529.00;1.57;0.56 +1802;10;4851.12;10.80;1529.00;-1.57;0.56 +1802;21;4838.88;10.53;1529.00;1.57;0.56 1803;0;4382.00;11.50;1654.00;0.00;0.52 +1803;1;4387.50;11.40;1647.50;0.70;0.52 +1803;2;4383.50;11.30;1645.50;0.17;0.52 +1803;3;4378.50;11.50;1649.50;-0.66;0.52 +1803;4;4386.00;11.25;1656.50;2.12;0.52 +1803;5;4376.50;11.30;1658.00;4.08;0.52 +1803;6;4380.50;10.95;1663.00;3.30;0.52 +1803;9;4377.32;11.46;1654.00;1.57;0.52 +1803;10;4386.68;11.30;1654.00;-1.57;0.52 +1803;21;4377.32;11.46;1654.00;1.57;0.52 1804;0;1072.00;11.05;1832.00;0.00;0.70 +1804;1;1075.00;11.10;1825.00;0.40;0.70 +1804;2;1080.50;11.00;1831.50;1.51;0.70 +1804;3;1065.00;11.10;1826.50;-0.90;0.70 +1804;4;1062.50;11.30;1830.50;-1.41;0.70 +1804;5;1065.50;11.20;1836.50;4.10;0.70 +1804;6;1074.50;11.00;1839.50;2.82;0.70 +1804;9;1064.98;11.20;1832.00;1.57;0.70 +1804;10;1079.02;11.05;1832.00;-1.57;0.70 +1804;21;1064.98;11.20;1832.00;1.57;0.70 1805;0;4896.00;10.82;1707.00;0.00;1.02 +1805;1;4888.50;11.70;1700.00;-0.82;1.02 +1805;2;4900.00;12.00;1694.50;0.31;1.02 +1805;3;4903.50;11.10;1708.50;1.76;1.02 +1805;4;4891.50;10.70;1715.50;3.62;1.02 +1805;5;4901.50;10.60;1723.00;2.81;1.02 +1805;9;4886.82;11.00;1707.00;1.57;1.02 +1805;10;4905.18;11.28;1707.00;-1.57;1.02 +1805;21;4886.82;11.00;1707.00;1.57;1.02 1806;0;1307.00;12.92;1477.00;0.00;0.44 +1806;1;1309.00;13.70;1471.50;0.34;0.44 +1806;2;1312.00;13.75;1476.00;1.37;0.44 +1806;3;1302.00;14.60;1477.00;4.71;0.44 +1806;4;1304.50;13.40;1481.50;3.64;0.44 +1806;5;1310.50;14.40;1481.50;2.48;0.44 +1806;9;1301.96;14.58;1477.00;1.57;0.44 +1806;10;1312.04;13.33;1477.00;-1.57;0.44 +1806;21;1301.96;14.58;1477.00;1.57;0.44 1807;0;4860.00;11.32;1606.00;0.00;0.70 +1807;1;4863.00;11.00;1599.50;0.43;0.70 +1807;2;4855.50;10.80;1600.00;-0.64;0.70 +1807;3;4851.00;11.12;1604.00;-1.35;0.70 +1807;4;4866.00;11.35;1607.50;1.81;0.70 +1807;5;4859.00;11.90;1611.00;3.33;0.70 +1807;6;4866.50;11.95;1615.00;2.51;0.70 +1807;9;4853.70;11.34;1606.00;1.57;0.70 +1807;10;4866.30;11.07;1606.00;-1.57;0.70 +1807;21;4853.70;11.34;1606.00;1.57;0.70 1808;0;3765.00;10.07;1697.00;0.00;0.44 +1808;1;3760.00;9.95;1692.00;-0.78;0.44 +1808;2;3765.00;9.80;1692.00;0.00;0.44 +1808;3;3759.50;10.05;1697.00;4.71;0.44 +1808;4;3771.00;10.25;1695.50;1.32;0.44 +1808;5;3771.00;10.30;1699.50;1.96;0.44 +1808;6;3764.50;10.20;1702.00;3.24;0.44 +1808;9;3760.14;10.08;1697.00;1.57;0.44 +1808;10;3769.86;10.20;1697.00;-1.57;0.44 +1808;21;3760.14;10.08;1697.00;1.57;0.44 1809;0;1183.00;13.32;1513.00;0.00;0.42 +1809;1;1185.50;13.10;1508.00;0.46;0.42 +1809;2;1177.50;13.40;1511.00;-1.22;0.42 +1809;3;1189.00;13.10;1513.00;1.57;0.42 +1809;4;1177.00;13.55;1515.00;4.39;0.42 +1809;5;1185.00;13.55;1517.50;2.72;0.42 +1809;9;1177.06;13.40;1513.00;1.57;0.42 +1809;10;1188.94;13.10;1513.00;-1.57;0.42 +1809;21;1177.06;13.40;1513.00;1.57;0.42 1810;0;4362.00;15.95;1570.00;0.00;0.72 +1810;1;4360.00;16.10;1563.50;-0.29;0.72 +1810;2;4365.50;16.40;1561.00;0.37;0.72 +1810;3;4368.50;15.65;1566.00;1.01;0.72 +1810;4;4355.50;16.30;1569.50;-1.49;0.72 +1810;5;4367.00;14.70;1574.50;2.30;0.72 +1810;6;4358.00;15.15;1577.50;3.63;0.72 +1810;9;4355.52;16.19;1570.00;1.57;0.72 +1810;10;4368.48;15.30;1570.00;-1.57;0.72 +1810;21;4355.52;16.19;1570.00;1.57;0.72 1811;0;4671.00;12.10;1439.00;0.00;0.52 +1811;1;4668.50;12.10;1433.50;-0.42;0.52 +1811;2;4673.50;12.10;1434.00;0.46;0.52 +1811;3;4664.50;12.00;1437.50;-1.34;0.52 +1811;4;4675.50;12.05;1440.00;1.78;0.52 +1811;5;4669.50;12.20;1442.50;3.54;0.52 +1811;6;4676.50;12.20;1446.50;2.50;0.52 +1811;7;4673.50;12.35;1447.00;2.83;0.52 +1811;9;4666.32;12.04;1439.00;1.57;0.52 +1811;10;4675.68;12.09;1439.00;-1.57;0.52 +1811;21;4666.32;12.04;1439.00;1.57;0.52 1812;0;3904.00;9.70;1752.00;0.00;0.68 +1812;1;3905.50;9.70;1744.00;0.18;0.68 +1812;2;3896.50;9.70;1751.00;-1.43;0.68 +1812;3;3912.00;9.70;1745.50;0.88;0.68 +1812;4;3910.50;9.70;1753.50;1.79;0.68 +1812;5;3898.00;9.70;1758.50;3.88;0.68 +1812;6;3907.50;9.70;1759.50;2.70;0.68 +1812;9;3896.44;9.70;1752.00;1.57;0.68 +1812;10;3911.56;9.70;1752.00;-1.57;0.68 +1812;21;3896.44;9.70;1752.00;1.57;0.68 1813;0;4339.00;12.75;1618.00;0.00;0.58 +1813;1;4339.50;13.65;1611.00;0.07;0.58 +1813;2;4343.00;13.05;1614.50;0.85;0.58 +1813;3;4334.50;13.30;1614.50;-0.91;0.58 +1813;4;4334.50;12.50;1621.50;4.05;0.58 +1813;5;4345.50;12.70;1619.50;1.79;0.58 +1813;6;4341.50;12.40;1623.50;2.71;0.58 +1813;9;4333.78;12.80;1618.00;1.57;0.58 +1813;10;4344.22;12.73;1618.00;-1.57;0.58 +1813;21;4333.78;12.80;1618.00;1.57;0.58 1814;0;5557.00;10.17;115.00;0.00;0.30 +1814;1;5556.00;9.50;113.00;-0.46;0.30 +1814;2;5554.00;10.07;116.00;4.39;0.30 +1814;3;5560.50;10.60;115.50;1.71;0.30 +1814;4;5557.00;10.60;117.50;3.14;0.30 +1814;9;5553.76;9.97;115.00;1.57;0.30 +1814;10;5560.24;10.47;115.00;-1.57;0.30 +1814;19;5557.00;9.50;111.00;-0.46;0.30 +1814;20;5557.00;9.50;109.25;0.00;0.30 +1814;21;5553.76;9.97;115.00;1.57;0.30 1815;0;1114.00;13.70;1610.00;0.00;0.52 +1815;1;1112.50;14.00;1603.00;-0.21;0.52 +1815;2;1119.50;14.10;1605.50;0.88;0.52 +1815;3;1110.00;14.25;1613.00;4.06;0.52 +1815;4;1116.50;13.30;1614.50;2.63;0.52 +1815;9;1109.32;14.64;1610.00;1.57;0.52 +1815;10;1118.68;13.35;1610.00;-1.57;0.52 +1815;21;1109.32;14.64;1610.00;1.57;0.52 1816;0;4202.00;12.10;1588.00;0.00;0.50 +1816;1;4197.50;11.95;1583.00;-0.73;0.50 +1816;2;4202.00;12.10;1580.50;0.00;0.50 +1816;3;4206.00;11.60;1583.00;0.67;0.50 +1816;4;4207.50;11.75;1590.00;1.92;0.50 +1816;5;4196.50;12.60;1591.00;4.21;0.50 +1816;6;4203.00;12.40;1595.00;3.00;0.50 +1816;9;4197.50;12.35;1588.00;1.57;0.50 +1816;10;4206.50;11.60;1588.00;-1.57;0.50 +1816;21;4197.50;12.35;1588.00;1.57;0.50 1817;0;3237.00;13.47;511.00;0.00;0.84 +1817;1;3239.50;13.90;496.50;0.17;0.84 +1817;2;3244.50;13.60;500.50;0.62;0.84 +1817;3;3231.00;13.25;506.50;-0.92;0.84 +1817;4;1618.00;9.50;255.00;-1.41;0.84 +1817;5;3226.00;12.30;513.50;4.48;0.84 +1817;6;3240.00;13.32;521.00;2.85;0.84 +1817;7;3230.50;12.10;519.50;3.79;0.84 +1817;9;3229.44;13.78;511.00;1.57;0.84 +1817;10;3244.56;13.39;511.00;-1.57;0.84 +1817;21;3229.44;13.78;511.00;1.57;0.84 1818;0;4123.00;14.60;1483.00;0.00;0.56 +1818;1;4124.00;13.40;1477.50;0.18;0.56 +1818;2;4115.50;13.35;1482.00;-1.43;0.56 +1818;3;4130.50;14.15;1478.00;0.98;0.56 +1818;4;4131.00;14.30;1480.00;1.21;0.56 +1818;5;4130.50;15.20;1485.50;1.89;0.56 +1818;6;4117.00;11.35;1487.50;4.06;0.56 +1818;7;4124.00;12.30;1489.50;2.98;0.56 +1818;9;4116.70;13.25;1483.00;1.57;0.56 +1818;10;4129.30;14.65;1483.00;-1.57;0.56 +1818;21;4116.70;13.25;1483.00;1.57;0.56 1819;0;5184.00;9.72;2001.00;0.00;2.32 +1819;1;5154.50;9.70;1970.00;-0.76;2.32 +1819;2;5199.50;9.70;1989.00;0.91;2.32 +1819;3;5147.00;10.40;1998.50;-1.50;2.32 +1819;4;5239.50;9.70;2013.50;1.79;2.32 +1819;9;5144.94;10.42;2001.00;1.57;2.32 +1819;10;5223.06;9.70;2001.00;-1.57;2.32 +1819;21;5144.94;10.42;2001.00;1.57;2.32 1820;0;5038.00;11.05;1504.00;0.00;0.58 +1820;1;5042.19;11.50;1507.66;1.03;0.58 +1820;2;5033.00;12.17;1497.00;-0.62;0.58 +1820;3;5049.23;11.40;1505.09;1.51;0.58 +1820;4;5030.00;12.55;1500.00;-1.10;0.58 +1820;5;5031.00;12.85;1505.50;4.50;0.58 +1820;6;5038.50;11.30;1510.50;3.06;0.58 +1820;9;5030.26;12.69;1504.00;1.57;0.58 +1820;10;5045.74;9.58;1504.00;-1.57;0.58 +1820;19;5023.00;9.78;1495.00;-1.11;0.58 +1820;20;5021.50;9.78;1494.10;-1.03;0.58 +1820;21;5030.26;12.69;1504.00;1.57;0.58 1821;0;3755.00;10.52;1664.00;0.00;0.32 +1821;1;3753.00;10.45;1662.00;-0.78;0.32 +1821;2;3759.50;10.40;1662.00;1.15;0.32 +1821;3;3752.50;10.60;1666.50;3.92;0.32 +1821;4;3758.50;10.35;1666.00;2.09;0.32 +1821;9;3750.86;10.46;1664.00;1.57;0.32 +1821;10;3759.14;10.36;1664.00;-1.57;0.32 +1821;21;3750.86;10.46;1664.00;1.57;0.32 1822;0;3514.00;12.15;1263.00;0.00;0.42 +1822;1;3514.50;12.65;1257.00;0.08;0.42 +1822;2;3516.50;12.80;1258.50;0.50;0.42 +1822;3;3511.50;11.40;1262.00;-1.19;0.42 +1822;4;3517.50;13.00;1263.50;1.71;0.42 +1822;5;1756.50;10.50;631.00;-1.22;0.42 +1822;6;3508.00;12.10;1267.50;4.06;0.42 +1822;7;3511.00;12.27;1268.00;3.68;0.42 +1822;9;3510.22;11.27;1263.00;1.57;0.42 +1822;10;3517.78;13.00;1263.00;-1.57;0.42 +1822;21;3510.22;11.27;1263.00;1.57;0.42 1823;0;5389.00;10.45;1800.00;0.00;2.72 +1823;1;5373.00;9.70;1765.00;-0.42;2.72 +1823;2;5354.50;9.70;1764.50;-0.77;2.72 +1823;3;5350.50;9.95;1771.00;-0.92;2.72 +1823;4;5366.00;10.32;1788.00;-1.09;2.72 +1823;5;5387.00;9.80;1785.50;-0.13;2.72 +1823;6;5418.00;10.40;1798.50;1.51;2.72 +1823;7;5403.00;10.67;1821.00;2.55;2.72 +1823;8;5381.00;10.02;1813.00;3.69;2.72 +1823;9;5360.56;9.70;1800.00;1.57;2.72 +1823;10;5417.44;10.34;1800.00;-1.57;2.72 +1823;19;5392.00;9.50;1766.00;-0.14;2.72 +1823;20;5392.15;9.50;1764.25;0.08;2.72 +1823;21;5360.56;9.70;1800.00;1.57;2.72 1824;0;4025.00;10.40;1697.00;0.00;0.56 +1824;1;4022.00;10.40;1691.50;-0.49;0.56 +1824;2;4031.50;10.40;1694.00;1.13;0.56 +1824;3;4016.50;10.40;1698.00;4.59;0.56 +1824;4;4032.50;10.40;1701.00;2.06;0.56 +1824;5;4024.50;10.30;1702.00;3.24;0.56 +1824;9;4018.34;10.40;1697.00;1.57;0.56 +1824;10;4031.66;10.40;1697.00;-1.57;0.56 +1824;21;4018.34;10.40;1697.00;1.57;0.56 1825;0;3976.00;12.25;1362.00;0.00;0.40 +1825;1;3974.00;11.42;1359.00;-0.58;0.40 +1825;2;3967.50;11.10;1360.50;-1.39;0.40 +1825;3;3982.00;13.00;1361.50;1.48;0.40 +1825;4;3967.50;11.10;1362.50;4.65;0.40 +1825;5;3974.50;12.50;1364.50;3.68;0.40 +1825;6;3984.50;11.60;1365.00;1.91;0.40 +1825;7;3983.00;11.45;1366.50;2.14;0.40 +1825;9;3969.16;11.24;1362.00;1.57;0.40 +1825;10;3982.84;12.78;1362.00;-1.57;0.40 +1825;21;3982.84;12.78;1362.00;-1.57;0.40 1826;0;4603.00;12.30;1588.00;0.00;0.64 +1826;1;4602.00;12.25;1583.00;-0.19;0.64 +1826;2;4612.50;11.60;1583.00;1.08;0.64 +1826;3;4593.00;12.47;1587.00;-1.47;0.64 +1826;4;4609.00;12.10;1591.50;2.09;0.64 +1826;5;4596.50;12.30;1592.00;4.16;0.64 +1826;6;4602.00;12.40;1595.50;3.27;0.64 +1826;9;4595.26;12.50;1588.00;1.57;0.64 +1826;10;4610.74;12.08;1588.00;-1.57;0.64 +1826;21;4595.26;12.50;1588.00;1.57;0.64 1827;0;1162.00;17.00;1538.00;0.00;0.38 +1827;1;1161.50;17.40;1534.00;-0.12;0.38 +1827;2;1155.00;19.10;1537.50;-1.49;0.38 +1827;3;1168.50;14.35;1538.00;1.57;0.38 +1827;4;1159.50;17.90;1542.00;3.70;0.38 +1827;5;1165.50;15.10;1541.50;2.35;0.38 +1827;9;1156.96;18.85;1538.00;1.57;0.38 +1827;10;1167.04;14.73;1538.00;-1.57;0.38 +1827;21;1156.96;18.85;1538.00;1.57;0.38 1828;0;4175.00;10.50;1782.00;0.00;0.82 +1828;1;4170.50;9.90;1775.50;-0.60;0.82 +1828;2;4182.00;10.25;1774.50;0.75;0.82 +1828;3;4190.50;9.90;1776.50;1.23;0.82 +1828;4;4184.50;10.50;1784.00;1.77;0.82 +1828;5;4162.50;10.45;1785.00;4.47;0.82 +1828;6;4170.00;10.50;1790.50;3.67;0.82 +1828;9;4163.30;10.04;1782.00;1.57;0.82 +1828;10;4186.70;10.48;1782.00;-1.57;0.82 +1828;21;4163.30;10.04;1782.00;1.57;0.82 1829;0;4453.00;11.90;1606.00;0.00;0.78 +1829;1;4451.50;12.40;1595.50;-0.14;0.78 +1829;2;4447.00;12.50;1601.00;-0.87;0.78 +1829;3;4457.50;12.05;1601.00;0.73;0.78 +1829;4;4461.00;11.72;1608.00;1.81;0.78 +1829;5;4448.50;12.15;1611.00;3.87;0.78 +1829;6;4456.00;11.60;1614.00;2.78;0.78 +1829;9;4445.98;12.42;1606.00;1.57;0.78 +1829;10;4460.02;11.55;1606.00;-1.57;0.78 +1829;21;4445.98;12.42;1606.00;1.57;0.78 1830;0;338.00;10.87;1971.00;0.00;2.30 +1830;1;306.50;11.00;1954.50;-1.08;2.30 +1830;2;322.00;10.80;1951.50;-0.68;2.30 +1830;3;335.00;10.40;1952.50;-0.16;2.30 +1830;4;343.50;10.40;1952.50;0.28;2.30 +1830;5;357.00;10.50;1965.50;1.28;2.30 +1830;6;337.00;10.90;1984.50;3.21;2.30 +1830;7;367.50;10.60;1985.00;2.01;2.30 +1830;8;370.00;10.40;1999.50;2.29;2.30 +1830;9;312.98;11.34;1971.00;1.57;2.30 +1830;10;363.02;10.80;1971.00;-1.57;2.30 +1830;19;328.00;9.50;1925.00;-0.16;2.30 +1830;20;327.62;9.50;1923.29;-0.21;2.30 +1830;21;312.98;11.34;1971.00;1.57;2.30 1831;0;1370.00;10.42;1602.00;0.00;0.32 +1831;1;1371.50;10.35;1599.00;0.46;0.32 +1831;2;1364.50;10.30;1602.00;4.71;0.32 +1831;3;1377.00;10.30;1600.00;1.29;0.32 +1831;4;1376.00;10.72;1603.00;1.73;0.32 +1831;5;1362.50;10.40;1605.50;4.27;0.32 +1831;6;1369.00;10.75;1605.50;3.42;0.32 +1831;9;1364.60;10.30;1602.00;1.57;0.32 +1831;10;1375.40;10.51;1602.00;-1.57;0.32 +1831;21;1364.60;10.30;1602.00;1.57;0.32 1832;0;986.00;13.20;1706.00;0.00;0.34 +1832;1;986.50;13.00;1700.50;0.09;0.34 +1832;2;982.00;12.80;1701.00;-0.67;0.34 +1832;3;990.00;12.15;1702.50;0.85;0.34 +1832;4;982.50;12.20;1707.50;4.30;0.34 +1832;5;990.00;12.30;1708.00;2.03;0.34 +1832;6;985.00;13.40;1712.00;3.30;0.34 +1832;7;989.00;12.57;1712.00;2.67;0.34 +1832;9;982.94;12.43;1706.00;1.57;0.34 +1832;10;989.06;12.47;1706.00;-1.57;0.34 +1832;21;982.94;12.43;1706.00;1.57;0.34 1833;0;3235.00;11.30;112.00;0.00;0.66 +1833;1;3238.00;10.40;108.50;0.70;0.66 +1833;2;3227.50;10.45;107.00;-0.98;0.66 +1833;3;3231.00;12.57;115.00;4.06;0.66 +1833;4;3245.00;10.55;114.50;1.81;0.66 +1833;5;3242.50;11.00;117.50;2.20;0.66 +1833;9;3226.72;11.50;112.00;1.57;0.66 +1833;10;3243.28;10.42;112.00;-1.57;0.66 +1833;19;3248.00;9.53;111.00;0.71;0.66 +1833;20;3249.74;9.53;110.86;1.49;0.66 +1833;21;3226.72;11.50;112.00;1.57;0.66 1834;0;4378.00;14.05;1512.00;0.00;0.56 +1834;1;4372.50;14.55;1506.00;-0.74;0.56 +1834;2;4380.00;14.45;1506.50;0.34;0.56 +1834;3;4372.50;13.80;1514.00;4.36;0.56 +1834;4;4384.50;14.70;1512.50;1.64;0.56 +1834;5;4380.00;13.95;1518.50;2.84;0.56 +1834;9;4372.96;13.90;1512.00;1.57;0.56 +1834;10;4383.04;14.65;1512.00;-1.57;0.56 +1834;21;4372.96;13.90;1512.00;1.57;0.56 1835;0;3979.00;9.80;1671.00;0.00;0.48 +1835;1;3981.00;9.80;1666.50;0.41;0.48 +1835;2;3973.00;9.80;1668.50;-1.17;0.48 +1835;3;3987.00;9.80;1669.00;1.32;0.48 +1835;4;3984.50;9.80;1673.50;1.99;0.48 +1835;5;3975.50;9.80;1674.00;4.00;0.48 +1835;9;3973.06;9.80;1671.00;1.57;0.48 +1835;10;3984.94;9.80;1671.00;-1.57;0.48 +1835;21;3973.06;9.80;1671.00;1.57;0.48 1836;0;1243.00;11.17;1672.00;0.00;0.48 +1836;1;1240.50;11.00;1664.50;-0.32;0.48 +1836;2;1244.00;11.00;1664.50;0.13;0.48 +1836;3;1238.50;11.10;1671.00;-1.35;0.48 +1836;4;1247.00;10.90;1671.00;1.32;0.48 +1836;5;1241.00;11.60;1678.00;3.46;0.48 +1836;6;1247.00;11.60;1679.50;2.65;0.48 +1836;9;1238.68;11.31;1672.00;1.57;0.48 +1836;10;1247.32;10.90;1672.00;-1.57;0.48 +1836;21;1238.68;11.31;1672.00;1.57;0.48 1837;0;4320.00;10.40;1714.00;0.00;0.54 +1837;1;4317.00;10.25;1708.00;-0.46;0.54 +1837;2;4330.50;10.10;1708.50;1.08;0.54 +1837;3;4307.50;10.90;1712.50;-1.45;0.54 +1837;4;4333.50;10.20;1715.00;1.64;0.54 +1837;5;4309.50;10.95;1719.00;4.26;0.54 +1837;6;4322.00;10.90;1719.50;2.79;0.54 +1837;9;4309.92;10.90;1714.00;1.57;0.54 +1837;10;4330.08;10.10;1714.00;-1.57;0.54 +1837;21;4309.92;10.90;1714.00;1.57;0.54 1838;0;4265.00;12.55;1358.00;0.00;0.70 +1838;1;4261.50;12.40;1350.50;-0.43;0.70 +1838;2;4271.00;13.00;1352.00;0.78;0.70 +1838;3;4258.00;12.05;1356.50;-1.36;0.70 +1838;4;4272.50;13.35;1360.00;1.83;0.70 +1838;5;4257.50;12.30;1364.00;4.03;0.70 +1838;6;4265.00;12.50;1366.00;3.14;0.70 +1838;9;4257.62;12.20;1358.00;1.57;0.70 +1838;10;4272.38;13.13;1358.00;-1.57;0.70 +1838;21;4257.62;12.20;1358.00;1.57;0.70 1839;0;5284.00;10.02;1694.00;0.00;1.68 +1839;1;5271.00;9.90;1676.50;-0.63;1.68 +1839;2;5280.50;10.40;1675.50;-0.18;1.68 +1839;3;5289.50;10.80;1690.50;1.00;1.68 +1839;4;5268.00;9.65;1688.50;-1.24;1.68 +1839;5;5279.00;9.82;1697.00;4.17;1.68 +1839;6;5287.00;9.80;1706.50;2.90;1.68 +1839;7;5305.00;11.47;1703.00;1.97;1.68 +1839;8;5302.00;11.55;1711.50;2.34;1.68 +1839;9;5267.26;9.50;1694.00;1.57;1.68 +1839;10;5300.74;11.32;1694.00;-1.57;1.68 +1839;19;5240.00;9.53;1668.00;-1.24;1.68 +1839;20;5238.49;9.53;1667.11;-1.03;1.68 +1839;21;5267.26;9.50;1694.00;1.57;1.68 1840;0;4045.00;11.37;1377.00;0.00;0.44 +1840;1;4045.50;11.20;1374.50;0.19;0.44 +1840;2;4052.00;13.75;1370.50;0.82;0.44 +1840;3;4051.00;11.30;1374.50;1.17;0.44 +1840;4;4038.00;12.17;1377.00;4.71;0.44 +1840;5;4036.00;12.65;1378.50;4.54;0.44 +1840;6;4044.00;12.55;1380.00;3.46;0.44 +1840;9;4038.88;12.18;1377.00;1.57;0.44 +1840;10;4051.12;11.04;1377.00;-1.57;0.44 +1840;21;4051.12;11.04;1377.00;-1.57;0.44 1841;0;3769.00;10.30;1751.00;0.00;0.66 +1841;1;3767.00;10.30;1743.00;-0.24;0.66 +1841;2;3772.00;10.20;1747.00;0.64;0.66 +1841;3;3762.00;10.30;1746.50;-0.99;0.66 +1841;4;3776.50;10.40;1752.50;1.76;0.66 +1841;5;3765.50;10.20;1754.00;4.00;0.66 +1841;6;3773.00;10.30;1758.00;2.62;0.66 +1841;9;3761.98;10.30;1751.00;1.57;0.66 +1841;10;3776.02;10.35;1751.00;-1.57;0.66 +1841;21;3761.98;10.30;1751.00;1.57;0.66 1842;0;4896.00;12.00;1573.00;0.00;0.64 -1843;0;1548.00;9.70;1288.00;0.00;0.36 -1844;0;4134.00;13.75;1438.00;0.00;0.64 -1845;0;4770.00;10.40;1622.00;0.00;0.74 -1846;0;3296.00;13.20;493.00;0.00;0.96 -1847;0;4743.00;10.62;1486.00;0.00;0.76 +1842;1;4891.00;11.55;1565.50;-0.58;0.64 +1842;2;4896.50;12.10;1566.00;0.07;0.64 +1842;3;4890.00;11.95;1569.00;-0.98;0.64 +1842;4;4902.00;12.25;1574.00;1.73;0.64 +1842;5;4891.50;12.10;1577.50;3.92;0.64 +1842;6;4899.50;12.45;1580.00;2.67;0.64 +1842;9;4890.24;12.40;1573.00;1.57;0.64 +1842;10;4901.76;12.26;1573.00;-1.57;0.64 +1842;21;4890.24;12.40;1573.00;1.57;0.64 +1843;0;1548.00;9.70;1288.00;0.00;0.36 +1843;1;1545.50;9.70;1283.50;-0.50;0.36 +1843;2;1550.50;9.70;1288.00;1.57;0.36 +1843;3;1545.50;9.70;1288.50;4.51;0.36 +1843;4;1549.00;9.70;1292.50;2.92;0.36 +1843;9;1544.76;9.70;1288.00;1.57;0.36 +1843;10;1551.24;9.70;1288.00;-1.57;0.36 +1843;19;1543.00;9.50;1282.00;-0.51;0.36 +1843;20;1541.88;9.50;1280.65;-0.69;0.36 +1843;21;1544.76;9.70;1288.00;1.57;0.36 +1844;0;4134.00;13.75;1438.00;0.00;0.64 +1844;1;4132.00;11.35;1430.50;-0.26;0.64 +1844;2;4140.00;11.65;1433.50;0.92;0.64 +1844;3;4126.00;14.55;1438.50;4.65;0.64 +1844;4;4143.50;13.30;1440.00;1.77;0.64 +1844;5;4138.50;15.20;1443.50;2.45;0.64 +1844;6;4130.50;15.65;1445.00;3.60;0.64 +1844;9;4127.34;14.31;1438.00;1.57;0.64 +1844;10;4140.66;12.99;1438.00;-1.57;0.64 +1844;21;4127.34;14.31;1438.00;1.57;0.64 +1845;0;4770.00;10.40;1622.00;0.00;0.74 +1845;1;4774.00;10.40;1615.50;0.55;0.74 +1845;2;4765.50;10.40;1615.50;-0.60;0.74 +1845;3;4762.00;10.50;1619.00;-1.21;0.74 +1845;4;4778.00;10.30;1623.50;1.75;0.74 +1845;5;4763.00;10.50;1626.00;4.19;0.74 +1845;6;4772.50;10.40;1628.50;2.77;0.74 +1845;7;4765.50;10.50;1631.00;3.60;0.74 +1845;9;4763.34;10.50;1622.00;1.57;0.74 +1845;10;4776.66;10.40;1622.00;-1.57;0.74 +1845;21;4763.34;10.50;1622.00;1.57;0.74 +1846;0;3296.00;13.20;493.00;0.00;0.96 +1846;1;3300.00;13.30;482.50;0.36;0.96 +1846;2;3286.00;13.60;491.50;-1.42;0.96 +1846;3;3309.50;13.40;484.50;1.00;0.96 +1846;4;3311.50;13.25;490.00;1.38;0.96 +1846;5;3301.50;12.70;498.50;2.35;0.96 +1846;6;3278.00;13.40;501.50;4.27;0.96 +1846;7;3291.00;12.15;502.50;3.62;0.96 +1846;8;3283.00;12.35;504.00;4.01;0.96 +1846;9;3282.32;13.90;493.00;1.57;0.96 +1846;10;3309.68;12.95;493.00;-1.57;0.96 +1846;21;3309.68;12.95;493.00;-1.57;0.96 +1847;0;4743.00;10.62;1486.00;0.00;0.76 +1847;1;4744.50;9.90;1476.50;0.15;0.76 +1847;2;4739.00;9.97;1475.00;-0.34;0.76 +1847;3;4735.00;10.55;1477.00;-0.72;0.76 +1847;4;4736.50;10.80;1483.50;-1.20;0.76 +1847;5;4748.50;10.60;1486.50;1.66;0.76 +1847;6;4739.00;10.80;1490.50;3.86;0.76 +1847;7;4752.00;10.70;1495.50;2.38;0.76 +1847;8;4745.50;10.90;1496.00;2.89;0.76 +1847;9;4736.16;10.83;1486.00;1.57;0.76 +1847;10;4749.84;10.53;1486.00;-1.57;0.76 +1847;21;4736.16;10.83;1486.00;1.57;0.76 1848;0;1231.00;11.30;1729.00;0.00;0.46 +1848;1;1228.50;10.80;1724.00;-0.46;0.46 +1848;2;1233.50;10.90;1724.00;0.46;0.46 +1848;3;1226.50;11.00;1731.00;4.29;0.46 +1848;4;1236.00;11.20;1729.00;1.57;0.46 +1848;5;1230.00;11.30;1734.50;3.32;0.46 +1848;9;1226.86;10.98;1729.00;1.57;0.46 +1848;10;1235.14;11.20;1729.00;-1.57;0.46 +1848;21;1226.86;10.98;1729.00;1.57;0.46 1849;0;1386.00;11.22;1662.00;0.00;0.38 +1849;1;1387.00;11.10;1656.00;0.16;0.38 +1849;2;1383.00;11.20;1661.00;-1.24;0.38 +1849;3;1389.50;11.30;1660.50;1.16;0.38 +1849;4;692.50;9.50;830.50;-0.69;0.38 +1849;9;1382.58;11.20;1662.00;1.57;0.38 +1849;10;1389.42;11.30;1662.00;-1.57;0.38 +1849;21;1382.58;11.20;1662.00;1.57;0.38 1850;0;4229.00;10.40;1671.00;0.00;0.54 +1850;1;4224.00;10.10;1667.00;-0.89;0.54 +1850;2;4231.00;10.30;1667.00;0.46;0.54 +1850;3;4235.00;10.40;1672.50;1.81;0.54 +1850;4;4224.00;10.42;1673.00;4.33;0.54 +1850;5;4230.50;10.60;1677.00;2.89;0.54 +1850;9;4223.60;10.33;1671.00;1.57;0.54 +1850;10;4234.40;10.25;1671.00;-1.57;0.54 +1850;21;4223.60;10.33;1671.00;1.57;0.54 1851;0;1102.00;12.92;1646.00;0.00;0.46 +1851;1;1097.00;13.27;1642.00;-0.89;0.46 +1851;2;1107.00;12.60;1642.00;0.89;0.46 +1851;3;1112.50;12.35;1647.00;1.66;0.46 +1851;4;1091.50;13.40;1646.50;4.66;0.46 +1851;5;1103.00;12.90;1648.50;2.76;0.46 +1851;6;1112.00;12.47;1652.00;2.11;0.46 +1851;9;1092.46;13.40;1646.00;1.57;0.46 +1851;10;1111.54;12.40;1646.00;-1.57;0.46 +1851;21;1092.46;13.40;1646.00;1.57;0.46 1852;0;4683.00;10.00;1801.00;0.00;1.12 +1852;1;4665.50;10.10;1789.50;-0.98;1.12 +1852;2;4685.50;10.10;1792.00;0.27;1.12 +1852;3;4664.00;9.82;1802.00;4.66;1.12 +1852;4;4703.00;10.20;1805.50;1.79;1.12 +1852;5;4688.00;10.50;1811.50;2.69;1.12 +1852;9;4666.80;9.90;1801.00;1.57;1.12 +1852;10;4699.20;10.18;1801.00;-1.57;1.12 +1852;21;4666.80;9.90;1801.00;1.57;1.12 1853;0;4493.00;13.17;1379.00;0.00;0.66 +1853;1;4490.00;13.55;1372.00;-0.40;0.66 +1853;2;4496.50;13.40;1372.00;0.46;0.66 +1853;3;4487.00;13.20;1377.50;-1.32;0.66 +1853;4;4500.50;13.20;1377.50;1.37;0.66 +1853;5;4488.00;12.80;1385.50;3.79;0.66 +1853;6;4495.50;13.00;1385.50;2.77;0.66 +1853;9;4486.88;13.15;1379.00;1.57;0.66 +1853;10;4499.12;12.93;1379.00;-1.57;0.66 +1853;21;4486.88;13.15;1379.00;1.57;0.66 1854;0;1036.00;15.17;1698.00;0.00;0.52 +1854;1;1033.00;15.30;1689.50;-0.33;0.52 +1854;2;1039.00;15.45;1690.00;0.35;0.52 +1854;3;1030.50;14.60;1695.00;-1.07;0.52 +1854;4;1042.50;15.40;1695.00;1.13;0.52 +1854;5;1039.50;15.10;1704.00;2.61;0.52 +1854;6;1031.00;14.70;1704.00;3.83;0.52 +1854;7;1030.50;14.70;1708.00;3.64;0.52 +1854;8;1035.50;15.80;1708.50;3.18;0.52 +1854;9;1031.32;14.80;1698.00;1.57;0.52 +1854;10;1040.68;15.24;1698.00;-1.57;0.52 +1854;21;1031.32;14.80;1698.00;1.57;0.52 1855;0;4274.00;13.87;1424.00;0.00;0.60 +1855;1;4272.00;13.20;1417.00;-0.27;0.60 +1855;2;4278.50;14.55;1418.00;0.64;0.60 +1855;3;4267.50;13.15;1422.00;-1.27;0.60 +1855;4;4280.00;15.60;1425.00;1.73;0.60 +1855;5;4270.00;13.75;1429.00;3.81;0.60 +1855;6;4276.50;13.50;1431.00;2.79;0.60 +1855;9;4268.60;13.89;1424.00;1.57;0.60 +1855;10;4279.40;16.06;1424.00;-1.57;0.60 +1855;21;4268.60;13.89;1424.00;1.57;0.60 1856;0;4069.00;10.32;1762.00;0.00;0.54 +1856;1;4079.00;10.40;1757.50;1.14;0.54 +1856;2;4069.50;10.40;1757.50;0.11;0.54 +1856;3;4058.50;10.30;1758.50;-1.24;0.54 +1856;4;4058.50;9.90;1763.50;4.57;0.54 +1856;5;4079.00;10.35;1762.50;1.62;0.54 +1856;6;4069.00;9.70;1767.00;3.14;0.54 +1856;9;4059.82;10.30;1762.00;1.57;0.54 +1856;10;4078.18;10.40;1762.00;-1.57;0.54 +1856;21;4059.82;10.30;1762.00;1.57;0.54 1857;0;1057.00;13.07;1711.00;0.00;0.32 +1857;1;1050.00;13.20;1710.50;-1.49;0.32 +1857;2;1058.50;12.90;1708.00;0.46;0.32 +1857;3;1064.00;13.10;1712.00;1.71;0.32 +1857;4;1054.00;12.92;1715.00;3.78;0.32 +1857;5;1061.00;13.20;1714.50;2.29;0.32 +1857;9;1051.42;13.15;1711.00;1.57;0.32 +1857;10;1062.58;13.10;1711.00;-1.57;0.32 +1857;21;1051.42;13.15;1711.00;1.57;0.32 1858;0;899.00;14.75;1748.00;0.00;0.38 +1858;1;896.50;13.50;1742.50;-0.42;0.38 +1858;2;900.50;14.60;1743.50;0.32;0.38 +1858;3;894.50;13.00;1747.00;-1.35;0.38 +1858;4;903.00;14.45;1749.50;1.93;0.38 +1858;5;898.50;14.10;1752.50;3.25;0.38 +1858;9;895.58;13.82;1748.00;1.57;0.38 +1858;10;902.42;14.56;1748.00;-1.57;0.38 +1858;21;895.58;13.82;1748.00;1.57;0.38 1859;0;4417.00;14.60;1491.00;0.00;0.62 +1859;1;4416.00;14.60;1484.50;-0.15;0.62 +1859;2;4424.00;14.62;1484.00;0.78;0.62 +1859;3;4424.00;14.70;1491.50;1.64;0.62 +1859;4;4408.50;14.55;1492.00;4.59;0.62 +1859;5;4413.00;14.57;1497.00;3.73;0.62 +1859;6;4421.00;14.70;1497.50;2.59;0.62 +1859;9;4410.52;14.60;1491.00;1.57;0.62 +1859;10;4423.48;14.69;1491.00;-1.57;0.62 +1859;21;4410.52;14.60;1491.00;1.57;0.62 1860;0;4059.00;10.20;1625.00;0.00;0.46 +1860;1;4057.00;10.30;1621.00;-0.46;0.46 +1860;2;4065.00;10.40;1623.50;1.32;0.46 +1860;3;4051.00;9.90;1623.50;-1.38;0.46 +1860;4;4055.00;9.80;1628.00;4.06;0.46 +1860;5;4062.50;10.05;1629.00;2.42;0.46 +1860;9;4053.24;9.80;1625.00;1.57;0.46 +1860;10;4064.76;10.40;1625.00;-1.57;0.46 +1860;21;4053.24;9.80;1625.00;1.57;0.46 1861;0;5098.00;12.57;116.00;0.00;0.36 +1861;1;5098.50;13.20;112.50;0.14;0.36 +1861;2;5102.00;13.75;111.50;0.72;0.36 +1861;3;5094.00;11.60;112.00;-0.78;0.36 +1861;4;5101.50;13.65;115.00;1.29;0.36 +1861;5;5094.00;11.70;115.50;-1.44;0.36 +1861;6;5099.00;12.20;120.00;2.89;0.36 +1861;7;5095.50;11.50;119.50;3.76;0.36 +1861;9;5094.76;11.95;116.00;1.57;0.36 +1861;10;5101.24;13.38;116.00;-1.57;0.36 +1861;21;5094.76;11.95;116.00;1.57;0.36 1862;0;984.00;14.72;1569.00;0.00;0.48 +1862;1;985.00;15.30;1563.50;0.18;0.48 +1862;2;991.50;15.05;1569.00;1.57;0.48 +1862;3;977.50;14.65;1567.00;-1.27;0.48 +1862;4;975.50;15.50;1572.00;4.37;0.48 +1862;5;978.50;15.10;1574.50;3.92;0.48 +1862;6;986.50;14.50;1574.50;2.71;0.48 +1862;9;977.70;15.05;1569.00;1.57;0.48 +1862;10;990.30;14.90;1569.00;-1.57;0.48 +1862;21;977.70;15.05;1569.00;1.57;0.48 1863;0;5310.00;10.40;1673.00;0.00;1.28 +1863;1;5302.00;9.87;1660.00;-0.55;1.28 +1863;2;5311.00;9.95;1655.00;0.05;1.28 +1863;3;5319.50;10.35;1669.00;1.17;1.28 +1863;4;5302.50;10.15;1680.00;3.96;1.28 +1863;5;5321.50;9.80;1686.00;2.41;1.28 +1863;9;5298.48;10.05;1673.00;1.57;1.28 +1863;10;5321.52;10.34;1673.00;-1.57;1.28 +1863;19;5337.00;9.57;1675.00;1.17;1.28 +1863;20;5338.74;9.57;1675.12;1.64;1.28 +1863;21;5298.48;10.05;1673.00;1.57;1.28 1864;0;4107.00;13.42;1513.00;0.00;0.46 +1864;1;4106.50;12.90;1509.50;-0.14;0.46 +1864;2;4112.50;13.90;1511.50;1.30;0.46 +1864;3;4100.00;12.65;1513.50;4.64;0.46 +1864;4;4105.00;13.55;1516.50;3.66;0.46 +1864;9;4101.24;12.56;1513.00;1.57;0.46 +1864;10;4112.76;13.86;1513.00;-1.57;0.46 +1864;21;4101.24;12.56;1513.00;1.57;0.46 1865;0;5195.00;11.75;1784.00;0.00;2.30 +1865;1;5173.00;11.90;1746.50;-0.53;2.30 +1865;2;5213.50;12.05;1771.00;0.95;2.30 +1865;3;5184.50;11.40;1771.50;-0.69;2.30 +1865;4;5171.00;11.70;1787.50;4.56;2.30 +1865;5;5211.50;11.40;1794.50;2.13;2.30 +1865;6;5190.50;10.95;1799.00;3.43;2.30 +1865;9;5174.30;11.74;1784.00;1.57;2.30 +1865;10;5215.70;11.86;1784.00;-1.57;2.30 +1865;19;5244.00;9.65;1775.00;0.96;2.30 +1865;20;5245.72;9.65;1774.68;1.38;2.30 +1865;21;5174.30;11.74;1784.00;1.57;2.30 1866;0;1339.00;10.47;1639.00;0.00;0.32 +1866;1;1336.00;10.30;1638.00;-1.24;0.32 +1866;2;1341.50;10.70;1636.50;0.78;0.32 +1866;3;1342.50;10.80;1640.00;1.84;0.32 +1866;4;1335.00;10.30;1641.50;4.15;0.32 +1866;5;1338.50;10.65;1642.00;3.30;0.32 +1866;9;1335.04;10.30;1639.00;1.57;0.32 +1866;10;1342.96;10.63;1639.00;-1.57;0.32 +1866;21;1335.04;10.30;1639.00;1.57;0.32 1867;0;1306.00;11.75;1633.00;0.00;0.38 +1867;1;1307.50;11.40;1629.50;0.40;0.38 +1867;2;1303.50;11.95;1632.00;-1.19;0.38 +1867;3;1311.50;10.50;1630.50;1.14;0.38 +1867;4;1311.00;10.60;1632.00;1.37;0.38 +1867;5;1306.00;11.90;1636.50;3.14;0.38 +1867;6;1303.00;11.72;1638.00;3.68;0.38 +1867;9;1302.58;11.77;1633.00;1.57;0.38 +1867;10;1309.42;10.82;1633.00;-1.57;0.38 +1867;21;1302.58;11.77;1633.00;1.57;0.38 1868;0;4544.00;13.65;1457.00;0.00;0.60 +1868;1;4544.00;12.40;1452.00;0.00;0.60 +1868;2;4537.00;13.35;1453.50;-1.10;0.60 +1868;3;4551.50;12.35;1455.00;1.31;0.60 +1868;4;4552.00;13.80;1460.50;1.98;0.60 +1868;5;4540.50;14.80;1460.50;3.92;0.60 +1868;6;4549.50;14.75;1464.00;2.47;0.60 +1868;9;4536.80;14.47;1457.00;1.57;0.60 +1868;10;4551.20;12.74;1457.00;-1.57;0.60 +1868;21;4536.80;14.47;1457.00;1.57;0.60 1869;0;742.00;9.70;1811.00;0.00;0.66 +1869;1;743.00;9.70;1809.00;0.46;0.66 +1869;9;736.06;9.50;1811.00;1.57;0.66 +1869;10;747.94;9.50;1811.00;-1.57;0.66 +1869;19;754.00;9.50;1791.00;0.46;0.66 +1869;20;754.90;9.50;1789.49;0.54;0.66 +1869;21;736.06;9.50;1811.00;1.57;0.66 1870;0;1275.00;10.70;1707.00;0.00;0.52 +1870;1;1271.50;10.70;1700.00;-0.46;0.52 +1870;2;1278.00;10.55;1702.00;0.54;0.52 +1870;3;1268.50;10.70;1706.50;-1.49;0.52 +1870;4;1282.50;10.20;1703.50;1.13;0.52 +1870;5;1282.00;10.20;1708.00;1.71;0.52 +1870;6;1268.50;10.70;1712.50;4.01;0.52 +1870;7;1276.00;10.55;1712.50;2.96;0.52 +1870;8;1282.00;10.20;1712.50;2.23;0.52 +1870;9;1269.42;10.70;1707.00;1.57;0.52 +1870;10;1280.58;10.29;1707.00;-1.57;0.52 +1870;21;1269.42;10.70;1707.00;1.57;0.52 1871;0;4644.00;12.05;1437.00;0.00;0.38 +1871;1;4643.00;11.90;1433.00;-0.24;0.38 +1871;2;4648.50;11.80;1433.50;0.91;0.38 +1871;3;4638.00;12.10;1436.50;-1.48;0.38 +1871;4;4651.00;11.90;1436.50;1.49;0.38 +1871;5;4637.00;12.20;1439.50;4.36;0.38 +1871;6;4643.50;12.20;1441.00;3.26;0.38 +1871;9;4638.78;12.13;1437.00;1.57;0.38 +1871;10;4649.22;11.95;1437.00;-1.57;0.38 +1871;21;4638.78;12.13;1437.00;1.57;0.38 1872;0;758.00;12.72;1923.00;0.00;1.80 +1872;1;770.50;13.75;1901.00;0.51;1.80 +1872;2;755.50;12.80;1901.50;-0.11;1.80 +1872;3;774.50;13.40;1912.00;0.98;1.80 +1872;4;742.00;14.05;1919.50;-1.35;1.80 +1872;5;774.00;12.75;1929.50;1.95;1.80 +1872;6;739.50;12.30;1937.50;4.04;1.80 +1872;7;760.50;13.40;1942.00;3.01;1.80 +1872;9;741.80;13.80;1923.00;1.57;1.80 +1872;10;774.20;12.78;1923.00;-1.57;1.80 +1872;21;774.20;12.78;1923.00;-1.57;1.80 1873;0;1304.00;10.87;1728.00;0.00;0.46 +1873;1;1296.50;10.80;1723.00;-0.98;0.46 +1873;2;1305.50;11.00;1723.50;0.32;0.46 +1873;3;1297.00;10.52;1728.00;4.71;0.46 +1873;4;1312.00;10.90;1729.50;1.75;0.46 +1873;5;1305.00;10.80;1733.00;2.94;0.46 +1873;6;1298.00;10.65;1734.00;3.92;0.46 +1873;9;1298.24;10.67;1728.00;1.57;0.46 +1873;10;1309.76;10.90;1728.00;-1.57;0.46 +1873;21;1298.24;10.67;1728.00;1.57;0.46 1874;0;3236.00;12.22;355.00;0.00;1.18 +1874;1;3227.50;12.60;344.00;-0.65;1.18 +1874;2;3240.50;12.80;348.00;0.57;1.18 +1874;3;3220.50;11.75;354.00;-1.50;1.18 +1874;4;3249.50;12.45;358.00;1.78;1.18 +1874;5;3232.00;11.10;362.00;3.66;1.18 +1874;6;3247.00;12.32;365.00;2.30;1.18 +1874;9;3223.94;11.62;355.00;1.57;1.18 +1874;10;3248.06;12.42;355.00;-1.57;1.18 +1874;21;3223.94;11.62;355.00;1.57;1.18 1875;0;1226.00;11.32;1617.00;0.00;0.60 +1875;1;1226.00;11.60;1608.50;0.00;0.60 +1875;2;1221.50;11.40;1614.50;-1.06;0.60 +1875;3;1230.50;11.25;1614.00;0.98;0.60 +1875;4;1231.00;11.07;1622.00;2.35;0.60 +1875;5;1219.00;11.45;1622.00;4.09;0.60 +1875;6;1225.50;11.30;1624.00;3.21;0.60 +1875;9;1220.60;11.40;1617.00;1.57;0.60 +1875;10;1231.40;11.16;1617.00;-1.57;0.60 +1875;21;1220.60;11.40;1617.00;1.57;0.60 1876;0;4322.00;11.85;1634.00;0.00;0.48 +1876;1;4320.00;12.62;1626.00;-0.24;0.48 +1876;2;4326.00;11.90;1629.50;0.72;0.48 +1876;3;4317.00;12.40;1629.00;-0.78;0.48 +1876;4;4318.00;11.55;1636.50;4.15;0.48 +1876;5;4328.00;11.80;1636.50;1.96;0.48 +1876;6;4325.50;11.70;1641.00;2.67;0.48 +1876;7;4320.50;11.40;1642.00;3.32;0.48 +1876;9;4317.68;11.76;1634.00;1.57;0.48 +1876;10;4326.32;11.80;1634.00;-1.57;0.48 +1876;21;4317.68;11.76;1634.00;1.57;0.48 1877;0;4289.00;12.90;1528.00;0.00;0.52 +1877;1;4294.50;13.20;1521.50;0.70;0.52 +1877;2;4285.50;13.05;1525.00;-0.86;0.52 +1877;3;4297.50;13.60;1526.50;1.39;0.52 +1877;4;4279.50;12.40;1531.50;4.35;0.52 +1877;5;4289.50;13.20;1532.00;3.01;0.52 +1877;9;4281.80;12.66;1528.00;1.57;0.52 +1877;10;4296.20;13.64;1528.00;-1.57;0.52 +1877;21;4281.80;12.66;1528.00;1.57;0.52 1878;0;4866.00;10.00;1735.00;0.00;1.12 +1878;1;4864.00;11.00;1722.50;-0.15;1.12 +1878;2;4856.00;10.65;1726.00;-0.83;1.12 +1878;3;4876.50;10.70;1729.50;1.08;1.12 +1878;4;4851.50;10.10;1735.50;4.67;1.12 +1878;5;4876.50;10.10;1743.00;2.22;1.12 +1878;6;4860.50;10.20;1745.00;3.64;1.12 +1878;9;4853.22;10.02;1735.00;1.57;1.12 +1878;10;4878.78;10.36;1735.00;-1.57;1.12 +1878;21;4853.22;10.02;1735.00;1.57;1.12 1879;0;3974.00;9.80;1540.00;0.00;0.50 +1879;1;3971.00;9.80;1536.00;-0.64;0.50 +1879;2;3978.50;9.80;1536.00;0.84;0.50 +1879;3;3967.00;9.80;1541.50;4.50;0.50 +1879;4;3982.00;9.80;1540.00;1.57;0.50 +1879;5;3978.50;10.00;1542.50;2.07;0.50 +1879;6;3972.00;9.85;1545.00;3.52;0.50 +1879;9;3967.88;9.80;1540.00;1.57;0.50 +1879;10;3980.12;9.80;1540.00;-1.57;0.50 +1879;21;3967.88;9.80;1540.00;1.57;0.50 1880;0;3865.00;9.80;1709.00;0.00;0.58 +1880;1;3861.50;9.80;1704.50;-0.66;0.58 +1880;2;3870.00;9.70;1707.50;1.27;0.58 +1880;3;3858.50;9.70;1710.00;4.56;0.58 +1880;4;3872.00;9.70;1714.50;2.23;0.58 +1880;5;3866.50;9.70;1714.50;2.87;0.58 +1880;6;3871.50;9.70;1716.50;2.42;0.58 +1880;9;3858.88;9.70;1709.00;1.57;0.58 +1880;10;3871.12;9.70;1709.00;-1.57;0.58 +1880;21;3858.88;9.70;1709.00;1.57;0.58 1881;0;1465.00;10.60;1514.00;0.00;0.30 +1881;1;1465.50;10.60;1512.00;0.24;0.30 +1881;2;1462.00;10.55;1513.50;-1.40;0.30 +1881;3;1465.00;10.70;1516.50;3.14;0.30 +1881;4;1468.50;10.60;1517.00;2.27;0.30 +1881;9;1462.30;10.52;1514.00;1.57;0.30 +1881;10;1467.70;10.50;1514.00;-1.57;0.30 +1881;21;1462.30;10.52;1514.00;1.57;0.30 1882;0;4334.00;21.17;1214.00;0.00;0.80 +1882;1;4327.50;21.60;1205.00;-0.62;0.80 +1882;2;4333.50;20.90;1207.50;-0.07;0.80 +1882;3;4326.00;21.52;1207.00;-0.85;0.80 +1882;4;4341.50;21.00;1210.00;1.08;0.80 +1882;5;4328.50;21.10;1215.50;4.44;0.80 +1882;6;4343.50;20.60;1215.50;1.72;0.80 +1882;7;4338.50;20.60;1220.00;2.49;0.80 +1882;8;4332.50;20.55;1224.00;3.29;0.80 +1882;9;4326.62;21.05;1214.00;1.57;0.80 +1882;10;4341.38;20.76;1214.00;-1.57;0.80 +1882;21;4326.62;21.05;1214.00;1.57;0.80 1883;0;3105.00;10.47;802.00;0.00;0.58 +1883;1;3106.50;10.50;797.50;0.32;0.58 +1883;2;3095.50;10.90;802.00;4.71;0.58 +1883;3;3118.00;10.50;801.00;1.49;0.58 +1883;4;3117.50;10.50;804.00;1.72;0.58 +1883;5;3104.50;10.50;806.00;3.26;0.58 +1883;6;3094.00;10.80;808.50;4.17;0.58 +1883;9;3094.92;10.95;802.00;1.57;0.58 +1883;10;3115.08;10.50;802.00;-1.57;0.58 +1883;21;3094.92;10.95;802.00;1.57;0.58 1884;0;4449.00;12.55;1060.00;0.00;0.42 +1884;1;4449.00;12.95;1054.50;0.00;0.42 +1884;2;4454.00;12.10;1056.50;0.96;0.42 +1884;3;4444.00;13.00;1059.50;-1.47;0.42 +1884;4;4453.50;12.30;1061.00;1.78;0.42 +1884;5;4445.00;13.20;1064.00;3.92;0.42 +1884;6;4450.50;12.80;1064.50;2.82;0.42 +1884;9;4444.50;12.90;1060.00;1.57;0.42 +1884;10;4453.50;12.30;1060.00;-1.57;0.42 +1884;21;4444.50;12.90;1060.00;1.57;0.42 1885;0;3171.00;9.50;1686.00;0.00;0.74 +1885;1;3173.00;9.50;1676.00;0.19;0.74 +1885;2;3169.00;9.50;1679.00;-0.27;0.74 +1885;3;3176.50;9.50;1677.50;0.57;0.74 +1885;4;3178.00;9.50;1679.50;0.82;0.74 +1885;5;3164.00;9.50;1683.50;-1.22;0.74 +1885;6;3178.00;9.50;1683.50;1.22;0.74 +1885;7;3161.50;9.50;1685.00;-1.46;0.74 +1885;8;3166.00;9.50;1692.00;3.83;0.74 +1885;9;3164.34;9.50;1686.00;1.57;0.74 +1885;10;3177.66;9.50;1686.00;-1.57;0.74 +1885;11;3174.20;9.50;1670.00;0.19;0.74 +1885;12;3167.80;9.50;1674.80;-0.27;0.74 +1885;13;3179.80;9.50;1672.40;0.57;0.74 +1885;14;3182.20;9.50;1675.60;0.82;0.74 +1885;15;3159.80;9.50;1682.00;-1.22;0.74 +1885;16;3182.20;9.50;1682.00;1.22;0.74 +1885;17;3155.80;9.50;1684.40;-1.46;0.74 +1885;18;3163.00;9.50;1695.60;3.83;0.74 +1885;21;3164.34;9.50;1686.00;1.57;0.74 1886;0;2906.00;9.50;682.00;0.00;0.96 +1886;1;2900.50;9.50;668.50;-0.38;0.96 +1886;2;2911.50;9.50;668.50;0.38;0.96 +1886;3;2907.50;9.50;667.50;0.10;0.96 +1886;4;2895.50;9.50;681.50;-1.52;0.96 +1886;5;2914.50;9.50;688.50;2.22;0.96 +1886;6;2902.50;9.50;694.00;3.42;0.96 +1886;7;2910.50;9.50;701.00;2.90;0.96 +1886;9;2897.36;9.50;682.00;1.57;0.96 +1886;10;2914.64;9.50;682.00;-1.57;0.96 +1886;11;2897.20;9.50;660.40;-0.38;0.96 +1886;12;2914.80;9.50;660.40;0.38;0.96 +1886;13;2908.40;9.50;658.80;0.10;0.96 +1886;14;2889.20;9.50;681.20;-1.52;0.96 +1886;15;2919.60;9.50;692.40;2.22;0.96 +1886;16;2900.40;9.50;701.20;3.42;0.96 +1886;17;2913.20;9.50;712.40;2.90;0.96 +1886;21;2897.36;9.50;682.00;1.57;0.96 1887;0;1694.00;9.80;958.00;0.00;0.90 +1887;1;1694.50;9.80;952.00;0.08;0.90 +1887;2;1679.00;10.00;950.00;-1.08;0.90 +1887;3;1687.50;9.90;959.50;4.48;0.90 +1887;4;1704.50;9.80;965.50;2.19;0.90 +1887;5;1696.00;9.80;969.50;2.96;0.90 +1887;9;1683.38;9.96;958.00;1.57;0.90 +1887;10;1704.62;9.80;958.00;-1.57;0.90 +1887;21;1683.38;9.96;958.00;1.57;0.90 1888;0;3731.00;15.27;1228.00;0.00;0.60 +1888;1;3732.50;14.60;1221.50;0.22;0.60 +1888;2;3736.00;15.25;1227.50;1.47;0.60 +1888;3;3728.00;14.52;1222.00;-0.46;0.60 +1888;4;3725.00;14.55;1225.50;-1.17;0.60 +1888;5;3724.50;13.90;1229.50;4.48;0.60 +1888;6;3730.00;14.40;1232.50;3.36;0.60 +1888;7;3737.50;12.90;1234.50;2.35;0.60 +1888;8;3735.00;13.12;1235.00;2.62;0.60 +1888;9;3725.24;14.45;1228.00;1.57;0.60 +1888;10;3736.76;14.84;1228.00;-1.57;0.60 +1888;21;3725.24;14.45;1228.00;1.57;0.60 1889;0;3715.00;12.02;1080.00;0.00;0.64 +1889;1;3716.00;10.60;1073.00;0.14;0.64 +1889;2;3723.00;11.07;1076.00;1.10;0.64 +1889;3;3707.50;11.20;1077.50;-1.24;0.64 +1889;4;3726.50;11.60;1080.50;1.61;0.64 +1889;5;3717.00;13.10;1085.00;2.76;0.64 +1889;6;3707.00;12.45;1086.50;4.03;0.64 +1889;9;3706.72;11.78;1080.00;1.57;0.64 +1889;10;3723.28;11.65;1080.00;-1.57;0.64 +1889;19;3709.00;9.50;1069.00;-1.25;0.64 +1889;20;3708.16;9.50;1067.46;-0.49;0.64 +1889;21;3706.72;11.78;1080.00;1.57;0.64 1890;0;1900.00;9.50;996.00;0.00;0.94 +1890;1;1898.50;9.50;986.00;-0.14;0.94 +1890;2;1908.00;9.50;990.00;0.92;0.94 +1890;3;1894.00;9.50;992.00;-0.98;0.94 +1890;4;1911.50;9.50;998.00;1.74;0.94 +1890;5;1891.00;9.50;1003.00;4.05;0.94 +1890;6;1902.00;9.50;1003.00;2.86;0.94 +1890;9;1890.64;9.50;996.00;1.57;0.94 +1890;10;1909.36;9.50;996.00;-1.57;0.94 +1890;11;1897.60;9.50;980.00;-0.14;0.94 +1890;12;1912.80;9.50;986.40;0.92;0.94 +1890;13;1890.40;9.58;989.60;-0.98;0.94 +1890;14;1918.40;9.50;999.20;1.74;0.94 +1890;15;1885.60;9.50;1007.20;4.05;0.94 +1890;16;1903.20;9.50;1007.20;2.86;0.94 +1890;21;1890.64;9.50;996.00;1.57;0.94 1891;0;2887.00;10.20;846.00;0.00;1.00 +1891;1;2889.00;10.22;833.00;0.15;1.00 +1891;2;2880.00;9.95;837.00;-0.66;1.00 +1891;3;2895.50;10.50;843.50;1.28;1.00 +1891;4;2878.00;10.10;849.50;4.34;1.00 +1891;5;2891.50;10.20;856.00;2.71;1.00 +1891;9;2878.00;10.10;846.00;1.57;1.00 +1891;10;2896.00;10.40;846.00;-1.57;1.00 +1891;21;2878.00;10.10;846.00;1.57;1.00 1892;0;995.00;9.75;1382.00;0.00;0.36 +1892;1;993.00;9.67;1381.00;-1.10;0.36 +1892;2;997.50;9.70;1376.50;0.42;0.36 +1892;3;998.50;10.70;1381.50;1.42;0.36 +1892;4;997.00;10.87;1386.00;2.67;0.36 +1892;5;993.50;9.80;1386.50;3.46;0.36 +1892;9;991.76;9.50;1382.00;1.57;0.36 +1892;10;998.24;10.67;1382.00;-1.57;0.36 +1892;19;986.00;9.50;1389.00;-1.28;0.36 +1892;20;984.61;9.50;1390.07;4.05;0.36 +1892;21;988.44;9.90;1390.72;-1.57;0.36 1893;0;4478.00;14.92;1142.00;0.00;0.38 +1893;1;4476.50;15.90;1138.50;-0.40;0.38 +1893;2;4473.00;16.15;1139.50;-1.10;0.38 +1893;3;4481.50;13.60;1140.50;1.16;0.38 +1893;4;4472.50;15.20;1142.00;4.71;0.38 +1893;5;4476.50;14.50;1144.00;3.78;0.38 +1893;6;4484.50;13.10;1143.50;1.79;0.38 +1893;7;4483.00;13.32;1145.00;2.11;0.38 +1893;9;4473.50;15.20;1142.00;1.57;0.38 +1893;10;4482.50;13.20;1142.00;-1.57;0.38 +1893;21;4473.50;15.20;1142.00;1.57;0.38 1894;0;2151.00;9.50;1750.00;0.00;1.18 +1894;1;2164.00;9.50;1737.50;0.80;1.18 +1894;2;2144.50;9.50;1743.50;-0.78;1.18 +1894;3;2166.00;9.50;1748.50;1.47;1.18 +1894;4;2133.50;9.50;1754.50;4.46;1.18 +1894;5;2153.00;9.50;1762.00;2.97;1.18 +1894;6;2141.00;9.50;1762.00;3.83;1.18 +1894;9;2136.78;9.50;1750.00;1.57;1.18 +1894;10;2165.22;9.50;1750.00;-1.57;1.18 +1894;11;2171.80;9.50;1730.00;0.80;1.18 +1894;12;2140.60;9.50;1739.60;-0.78;1.18 +1894;13;2175.00;9.50;1747.60;1.47;1.18 +1894;14;2123.00;9.50;1757.20;4.46;1.18 +1894;15;2154.20;9.50;1769.20;2.97;1.18 +1894;16;2135.00;9.50;1769.20;3.83;1.18 +1894;21;2136.78;9.50;1750.00;1.57;1.18 1895;0;529.00;9.50;198.00;0.00;0.86 +1895;1;516.50;9.50;188.00;-0.89;0.86 +1895;2;535.50;9.50;192.50;0.86;0.86 +1895;3;512.00;9.50;195.50;-1.42;0.86 +1895;4;549.50;9.50;200.00;1.66;0.86 +1895;5;528.00;9.50;206.00;3.26;0.86 +1895;6;546.50;9.50;206.00;2.00;0.86 +1895;9;513.52;9.50;198.00;1.57;0.86 +1895;10;544.48;9.50;198.00;-1.57;0.86 +1895;11;509.00;9.50;182.00;-0.89;0.86 +1895;12;539.40;9.50;189.20;0.86;0.86 +1895;13;501.80;9.50;194.00;-1.42;0.86 +1895;14;561.80;9.50;201.20;1.66;0.86 +1895;15;527.40;9.50;210.80;3.26;0.86 +1895;16;557.00;9.50;210.80;2.00;0.86 +1895;21;513.52;9.50;198.00;1.57;0.86 1896;0;3527.00;13.37;1285.00;0.00;0.28 +1896;1;3527.00;13.00;1282.50;0.00;0.28 +1896;2;3531.50;14.80;1283.50;1.24;0.28 +1896;3;1763.00;10.15;642.00;-1.22;0.28 +1896;4;3531.50;14.60;1287.00;1.98;0.28 +1896;5;3525.50;12.80;1287.50;3.68;0.28 +1896;9;3522.68;11.17;1285.00;1.57;0.28 +1896;10;3531.32;14.96;1285.00;-1.57;0.28 +1896;21;3522.68;11.17;1285.00;1.57;0.28 1897;0;2694.00;10.40;956.00;0.00;1.08 +1897;1;2692.00;10.00;942.50;-0.14;1.08 +1897;2;2702.50;10.40;957.50;1.74;1.08 +1897;3;2683.50;10.20;953.00;-1.29;1.08 +1897;4;2693.00;10.40;972.50;3.20;1.08 +1897;5;2700.00;10.40;978.50;2.88;1.08 +1897;9;2684.28;10.37;956.00;1.57;1.08 +1897;10;2703.72;10.40;956.00;-1.57;1.08 +1897;21;2703.72;10.40;956.00;-1.57;1.08 1898;0;4059.00;20.95;1147.00;0.00;0.48 +1898;1;4056.50;18.50;1144.00;-0.69;0.48 +1898;2;4061.50;18.50;1142.50;0.50;0.48 +1898;3;4063.50;20.55;1145.00;1.15;0.48 +1898;4;4052.50;17.20;1146.50;-1.49;0.48 +1898;5;4062.00;22.05;1149.50;2.26;0.48 +1898;6;4052.50;17.60;1147.50;4.63;0.48 +1898;7;4055.00;19.60;1150.00;4.06;0.48 +1898;8;4057.50;21.45;1153.00;3.38;0.48 +1898;9;4054.14;18.05;1147.00;1.57;0.48 +1898;10;4063.86;21.64;1147.00;-1.57;0.48 +1898;21;4054.14;18.05;1147.00;1.57;0.48 1899;0;5286.00;9.50;1729.00;0.00;0.90 +1899;1;5279.00;9.50;1725.00;-1.05;0.90 +1899;2;5288.00;9.50;1724.00;0.38;0.90 +1899;3;5299.00;9.50;1735.50;2.03;0.90 +1899;4;5289.50;9.50;1736.50;2.70;0.90 +1899;9;5277.90;9.50;1729.00;1.57;0.90 +1899;10;5294.10;9.50;1729.00;-1.57;0.90 +1899;11;5274.80;9.50;1722.60;-1.05;0.90 +1899;12;5289.20;9.50;1721.00;0.38;0.90 +1899;13;5306.80;9.50;1739.40;2.03;0.90 +1899;14;5291.60;9.50;1741.00;2.70;0.90 +1899;21;5277.90;9.50;1729.00;1.57;0.90 1900;0;1369.00;13.57;1138.00;0.00;0.64 +1900;1;1363.00;14.15;1136.00;-1.24;0.64 +1900;2;1374.50;13.00;1132.50;0.78;0.64 +1900;3;1378.00;11.95;1137.50;1.51;0.64 +1900;4;1358.50;13.50;1143.00;4.26;0.64 +1900;5;1366.00;12.65;1143.50;3.64;0.64 +1900;9;1360.00;13.90;1138.00;1.57;0.64 +1900;10;1378.00;11.95;1138.00;-1.57;0.64 +1900;21;1361.84;14.50;1140.63;-1.57;0.64 1901;0;2866.00;12.32;1118.00;0.00;1.44 +1901;1;2860.00;10.60;1101.00;-0.33;1.44 +1901;2;2878.00;10.70;1101.50;0.62;1.44 +1901;3;2848.00;14.15;1112.50;-1.27;1.44 +1901;4;2883.00;10.75;1117.00;1.51;1.44 +1901;5;2853.00;11.10;1130.00;3.96;1.44 +1901;6;2878.50;10.50;1132.00;2.41;1.44 +1901;7;2862.50;10.50;1137.00;3.32;1.44 +1901;8;2872.00;10.40;1138.00;2.85;1.44 +1901;9;2853.04;13.53;1118.00;1.57;1.44 +1901;10;2878.96;10.70;1118.00;-1.57;1.44 +1901;21;2853.04;13.53;1118.00;1.57;1.44 1902;0;3820.00;9.50;855.00;0.00;1.16 +1902;1;3815.50;9.50;839.50;-0.28;1.16 +1902;2;3811.00;9.50;847.50;-0.87;1.16 +1902;3;3826.50;9.50;847.00;0.68;1.16 +1902;4;3829.50;9.50;861.00;2.13;1.16 +1902;5;3808.00;9.50;860.50;4.28;1.16 +1902;6;3815.50;9.50;866.00;3.53;1.16 +1902;9;3808.48;9.50;855.00;1.57;1.16 +1902;10;3831.52;9.50;855.00;-1.57;1.16 +1902;11;3812.80;9.50;830.20;-0.28;1.16 +1902;12;3805.60;9.50;843.00;-0.87;1.16 +1902;13;3830.40;9.50;842.20;0.68;1.16 +1902;14;3835.20;9.50;864.60;2.13;1.16 +1902;15;3800.80;9.50;863.80;4.28;1.16 +1902;16;3812.80;9.50;872.60;3.53;1.16 +1902;21;3808.48;9.50;855.00;1.57;1.16 1903;0;2941.00;9.50;705.00;0.00;0.16 +1903;1;2941.00;9.50;705.00;0.00;0.16 +1903;9;2939.56;9.50;705.00;1.57;0.16 +1903;10;2942.44;9.68;705.00;-1.57;0.16 +1903;19;2940.00;9.55;704.00;-1.57;0.16 +1903;20;2938.76;9.55;702.76;-0.78;0.16 +1903;21;2942.09;9.50;708.70;1.57;0.16 1904;0;1029.00;9.67;1319.00;0.00;0.68 +1904;1;1028.00;9.67;1315.00;-0.24;0.68 +1904;2;1035.00;10.07;1316.00;1.10;0.68 +1904;3;1024.50;9.70;1322.50;4.05;0.68 +1904;4;1030.50;9.70;1324.50;2.87;0.68 +1904;9;1021.98;9.70;1319.00;1.57;0.68 +1904;10;1036.02;9.89;1319.00;-1.57;0.68 +1904;19;1021.00;9.53;1323.00;-2.23;0.68 +1904;20;1019.43;9.53;1323.78;4.24;0.68 +1904;21;1021.98;9.70;1319.00;1.57;0.68 1905;0;3537.00;11.20;783.00;0.00;0.42 +1905;1;3540.50;11.05;779.00;0.71;0.42 +1905;2;3544.50;11.10;779.50;1.13;0.42 +1905;3;3534.00;11.20;782.00;-1.24;0.42 +1905;4;3538.50;11.40;785.50;2.60;0.42 +1905;5;3528.50;11.30;783.50;4.65;0.42 +1905;6;3529.00;11.35;786.00;4.35;0.42 +1905;9;3530.16;11.30;783.00;1.57;0.42 +1905;10;3543.84;11.35;783.00;-1.57;0.42 +1905;21;3530.16;11.30;783.00;1.57;0.42 1906;0;5143.00;9.50;725.00;0.00;1.22 +1906;1;5129.00;9.50;709.50;-0.73;1.22 +1906;2;5137.50;9.50;709.00;-0.33;1.22 +1906;3;5151.00;9.50;719.00;0.92;1.22 +1906;4;5128.50;9.50;724.50;-1.53;1.22 +1906;5;5163.00;9.50;730.00;1.81;1.22 +1906;6;5152.00;9.50;738.00;2.53;1.22 +1906;7;5139.00;9.50;738.00;3.44;1.22 +1906;9;5127.34;9.50;725.00;1.57;1.22 +1906;10;5158.66;9.50;725.00;-1.57;1.22 +1906;11;5120.60;9.50;700.20;-0.73;1.22 +1906;12;5134.20;9.50;699.40;-0.33;1.22 +1906;13;5155.80;9.50;715.40;0.92;1.22 +1906;14;5119.80;9.50;724.20;-1.53;1.22 +1906;15;5175.00;9.50;733.00;1.81;1.22 +1906;16;5157.40;9.50;745.80;2.53;1.22 +1906;17;5136.60;9.50;745.80;3.44;1.22 +1906;21;5127.34;9.50;725.00;1.57;1.22 1907;0;5166.00;9.50;1136.00;0.00;1.26 +1907;1;5159.50;9.50;1122.50;-0.44;1.26 +1907;2;5176.50;9.50;1132.50;1.24;1.26 +1907;3;5150.50;9.50;1125.00;-0.95;1.26 +1907;4;5155.50;9.50;1138.00;4.52;1.26 +1907;5;5173.00;9.50;1147.50;2.59;1.26 +1907;6;5184.50;9.50;1144.50;2.00;1.26 +1907;7;5161.00;9.50;1151.50;3.45;1.26 +1907;9;5153.58;9.50;1136.00;1.57;1.26 +1907;10;5178.42;9.50;1136.00;-1.57;1.26 +1907;11;5155.60;9.50;1114.40;-0.44;1.26 +1907;12;5182.80;9.50;1130.40;1.24;1.26 +1907;13;5141.20;9.50;1118.40;-0.95;1.26 +1907;14;5149.20;9.50;1139.20;4.52;1.26 +1907;15;5177.20;9.50;1154.40;2.59;1.26 +1907;16;5195.60;9.50;1149.60;2.00;1.26 +1907;17;5158.00;9.50;1160.80;3.45;1.26 +1907;21;5153.58;9.50;1136.00;1.57;1.26 1908;0;3969.00;10.62;1082.00;0.00;0.54 +1908;1;3966.50;10.70;1076.00;-0.39;0.54 +1908;2;3973.00;10.65;1080.00;1.10;0.54 +1908;3;3964.00;10.30;1081.00;-1.37;0.54 +1908;4;3975.00;10.62;1086.00;2.15;0.54 +1908;5;3965.50;10.30;1086.50;3.80;0.54 +1908;6;3971.50;10.60;1088.00;2.74;0.54 +1908;9;3964.14;10.28;1082.00;1.57;0.54 +1908;10;3973.86;10.60;1082.00;-1.57;0.54 +1908;21;3964.14;10.28;1082.00;1.57;0.54 1909;0;2611.00;11.70;815.00;0.00;0.74 +1909;1;2625.50;11.20;805.50;0.99;0.74 +1909;2;2626.00;11.05;806.50;1.05;0.74 +1909;3;2615.50;11.70;810.50;0.78;0.74 +1909;4;2601.00;12.17;810.00;-1.10;0.74 +1909;5;2625.00;10.80;811.50;1.32;0.74 +1909;6;2603.00;10.75;818.50;4.30;0.74 +1909;7;2621.50;11.40;817.50;1.80;0.74 +1909;8;2614.00;11.10;821.50;2.70;0.74 +1909;9;2600.56;10.62;815.00;1.57;0.74 +1909;10;2621.44;10.81;815.00;-1.57;0.74 +1909;19;2597.00;9.50;798.00;-1.11;0.74 +1909;20;2595.88;9.50;796.64;-0.68;0.74 +1909;21;2594.24;9.50;804.26;1.57;0.74 1910;0;3962.00;15.90;1227.00;0.00;0.58 +1910;1;3958.50;16.15;1221.00;-0.52;0.58 +1910;2;3962.00;17.35;1217.50;0.00;0.58 +1910;3;3966.00;18.30;1221.00;0.58;0.58 +1910;4;3956.50;15.60;1229.00;4.36;0.58 +1910;5;3967.50;17.00;1230.00;2.07;0.58 +1910;6;3962.00;18.95;1235.00;3.14;0.58 +1910;9;3956.78;15.06;1227.00;1.57;0.58 +1910;10;3967.22;16.02;1227.00;-1.57;0.58 +1910;21;3956.78;15.06;1227.00;1.57;0.58 1911;0;4640.00;9.50;351.00;0.00;1.26 +1911;1;4638.50;9.50;334.50;-0.09;1.26 +1911;2;4629.50;9.50;348.00;-1.29;1.26 +1911;3;4645.50;9.50;339.50;0.44;1.26 +1911;4;4653.00;9.50;344.50;1.10;1.26 +1911;5;4652.50;9.50;354.50;1.84;1.26 +1911;6;4624.00;9.50;360.00;4.20;1.26 +1911;7;4635.50;9.50;362.00;3.53;1.26 +1911;8;4647.00;9.50;364.00;2.64;1.26 +1911;9;4627.94;9.50;351.00;1.57;1.26 +1911;10;4652.06;9.50;351.00;-1.57;1.26 +1911;11;4637.60;9.50;324.60;-0.09;1.26 +1911;12;4623.20;9.50;346.20;-1.29;1.26 +1911;13;4648.80;9.50;332.60;0.44;1.26 +1911;14;4660.80;9.50;340.60;1.10;1.26 +1911;15;4660.00;9.50;356.60;1.84;1.26 +1911;16;4614.40;9.50;365.40;4.20;1.26 +1911;17;4632.80;9.50;368.60;3.53;1.26 +1911;18;4651.20;9.50;371.80;2.64;1.26 +1911;21;4627.94;9.50;351.00;1.57;1.26 1912;0;4248.00;9.50;693.00;0.00;0.96 +1912;1;4243.00;9.50;681.00;-0.39;0.96 +1912;2;4255.00;9.50;682.50;0.58;0.96 +1912;3;4237.00;9.50;691.50;-1.43;0.96 +1912;4;4259.50;9.50;695.00;1.74;0.96 +1912;5;4244.50;9.50;704.50;3.43;0.96 +1912;6;4254.00;9.50;705.00;2.67;0.96 +1912;9;4239.36;9.50;693.00;1.57;0.96 +1912;10;4256.64;9.50;693.00;-1.57;0.96 +1912;11;4240.00;9.50;673.80;-0.39;0.96 +1912;12;4259.20;9.50;676.20;0.58;0.96 +1912;13;4230.40;9.50;690.60;-1.43;0.96 +1912;14;4266.40;9.50;696.20;1.74;0.96 +1912;15;4242.40;9.50;711.40;3.43;0.96 +1912;16;4257.60;9.50;712.20;2.67;0.96 +1912;21;4239.36;9.50;693.00;1.57;0.96 1913;0;1536.00;9.67;1295.00;0.00;0.34 +1913;1;1537.00;9.50;1290.00;0.19;0.34 +1913;2;1539.50;9.70;1292.00;0.86;0.34 +1913;3;1533.50;9.70;1294.00;-1.19;0.34 +1913;4;1538.50;9.70;1298.00;2.44;0.34 +1913;5;1534.50;9.70;1299.00;3.50;0.34 +1913;9;1532.94;9.70;1295.00;1.57;0.34 +1913;10;1539.06;9.67;1295.00;-1.57;0.34 +1913;19;1529.00;9.50;1297.00;-1.19;0.34 +1913;20;1527.31;9.50;1297.48;4.43;0.34 +1913;21;1532.94;9.70;1295.00;1.57;0.34 1914;0;3323.00;11.52;859.00;0.00;0.54 +1914;1;3324.00;11.70;853.50;0.18;0.54 +1914;2;3318.00;10.62;858.00;-1.37;0.54 +1914;3;3329.00;12.35;857.00;1.24;0.54 +1914;4;3326.00;12.00;862.50;2.43;0.54 +1914;5;3320.50;10.90;865.00;3.53;0.54 +1914;9;3318.14;10.73;859.00;1.57;0.54 +1914;10;3327.86;12.30;859.00;-1.57;0.54 +1914;21;3318.14;10.73;859.00;1.57;0.54 1915;0;1249.00;10.80;1413.00;0.00;0.38 +1915;1;1248.50;10.90;1409.50;-0.14;0.38 +1915;2;1243.00;11.00;1412.00;-1.40;0.38 +1915;3;1255.50;10.80;1411.50;1.34;0.38 +1915;4;1256.00;10.75;1414.50;1.78;0.38 +1915;5;1243.50;10.95;1415.00;4.36;0.38 +1915;6;1248.00;10.75;1416.00;3.46;0.38 +1915;7;1254.00;10.72;1416.00;2.11;0.38 +1915;9;1243.78;10.97;1413.00;1.57;0.38 +1915;10;1254.22;10.80;1413.00;-1.57;0.38 +1915;21;1243.78;10.97;1413.00;1.57;0.38 1916;0;4413.00;9.50;175.00;0.00;1.06 +1916;1;4411.50;9.50;162.50;-0.11;1.06 +1916;2;4418.00;9.50;162.50;0.38;1.06 +1916;3;4422.00;9.50;174.50;1.51;1.06 +1916;4;4402.00;9.50;170.00;-1.14;1.06 +1916;5;4405.50;9.50;182.50;3.92;1.06 +1916;6;4416.50;9.50;188.50;2.88;1.06 +1916;9;4403.46;9.50;175.00;1.57;1.06 +1916;10;4422.54;9.50;175.00;-1.57;1.06 +1916;11;4410.60;9.50;155.00;-0.11;1.06 +1916;12;4421.00;9.50;155.00;0.38;1.06 +1916;13;4427.40;9.50;174.20;1.51;1.06 +1916;14;4395.40;9.50;167.00;-1.14;1.06 +1916;15;4401.00;9.50;187.00;3.92;1.06 +1916;16;4418.60;9.50;196.60;2.88;1.06 +1916;21;4403.46;9.50;175.00;1.57;1.06 1917;0;3850.00;9.50;759.00;0.00;0.88 +1917;1;3849.50;9.50;750.50;-0.05;0.88 +1917;2;3838.00;9.50;754.50;-1.21;0.88 +1917;3;3862.00;9.50;761.00;1.73;0.88 +1917;4;3842.50;9.50;765.00;4.03;0.88 +1917;5;3855.00;9.50;769.00;2.67;0.88 +1917;9;3840.64;9.50;759.00;1.57;0.88 +1917;10;3859.36;9.50;759.00;-1.57;0.88 +1917;11;3849.20;9.50;745.40;-0.05;0.88 +1917;12;3830.80;9.50;751.80;-1.21;0.88 +1917;13;3869.20;9.50;762.20;1.73;0.88 +1917;14;3838.00;9.50;768.60;4.03;0.88 +1917;15;3858.00;9.50;775.00;2.67;0.88 +1917;21;3840.64;9.50;759.00;1.57;0.88 1918;0;4387.00;19.72;1161.00;0.00;0.54 +1918;1;4389.00;19.35;1155.00;0.32;0.54 +1918;2;4381.50;19.90;1157.50;-1.00;0.54 +1918;3;4392.50;18.85;1157.00;0.94;0.54 +1918;4;4392.00;19.75;1162.50;1.86;0.54 +1918;5;4384.00;19.55;1165.00;3.78;0.54 +1918;6;4389.50;19.50;1167.50;2.77;0.54 +1918;9;4382.14;19.65;1161.00;1.57;0.54 +1918;10;4391.86;19.50;1161.00;-1.57;0.54 +1918;21;4382.14;19.65;1161.00;1.57;0.54 1919;0;3873.00;15.80;1310.00;0.00;0.28 +1919;1;3877.00;16.32;1307.00;0.92;0.28 +1919;2;3870.00;15.55;1308.50;-1.10;0.28 +1919;3;3878.50;16.80;1309.50;1.48;0.28 +1919;4;3865.50;14.45;1310.00;4.71;0.28 +1919;5;3867.00;14.25;1311.50;4.46;0.28 +1919;6;3873.50;15.80;1312.00;2.89;0.28 +1919;9;3867.96;14.64;1310.00;1.57;0.28 +1919;10;3878.04;16.70;1310.00;-1.57;0.28 +1919;21;3878.04;16.70;1310.00;-1.57;0.28 1920;0;3491.00;14.37;915.00;0.00;0.60 +1920;1;3489.50;13.55;910.00;-0.29;0.60 +1920;2;3482.50;11.00;911.00;-1.13;0.60 +1920;3;3498.00;14.30;915.50;1.64;0.60 +1920;4;3485.50;12.65;917.00;4.36;0.60 +1920;5;3493.00;15.40;921.00;2.82;0.60 +1920;9;3484.70;12.15;915.00;1.57;0.60 +1920;10;3497.30;14.27;915.00;-1.57;0.60 +1920;19;3475.00;9.50;905.00;-1.13;0.60 +1920;20;3473.51;9.50;904.07;-1.01;0.60 +1920;21;3484.70;12.15;915.00;1.57;0.60 1921;0;3113.00;9.50;18.00;0.00;0.76 +1921;1;3101.50;9.50;13.00;-1.16;0.76 +1921;2;3125.00;9.50;17.50;1.52;0.76 +1921;3;3102.00;9.50;22.50;4.32;0.76 +1921;4;3118.00;9.50;27.00;2.63;0.76 +1921;5;3108.00;9.50;27.50;3.62;0.76 +1921;9;3102.20;9.50;18.00;1.57;0.76 +1921;10;3123.80;9.50;18.00;-1.57;0.76 +1921;11;3094.60;9.50;10.00;-1.16;0.76 +1921;12;3132.20;9.50;17.20;1.52;0.76 +1921;13;3095.40;9.50;25.20;4.32;0.76 +1921;14;3121.00;9.50;32.40;2.63;0.76 +1921;15;3105.00;9.50;33.20;3.62;0.76 +1921;21;3102.20;9.50;18.00;1.57;0.76 1922;0;3574.00;9.70;1180.00;0.00;0.56 +1922;1;3572.50;9.70;1177.00;-0.46;0.56 +1922;2;3580.00;10.05;1174.50;0.82;0.56 +1922;3;3583.00;10.25;1175.50;1.10;0.56 +1922;4;3579.00;9.95;1181.00;1.76;0.56 +1922;5;3567.00;9.70;1179.50;-1.49;0.56 +1922;6;3568.00;9.70;1184.50;4.06;0.56 +1922;7;3572.50;9.70;1186.00;3.38;0.56 +1922;9;3567.88;9.70;1180.00;1.57;0.56 +1922;10;3580.12;9.98;1180.00;-1.57;0.56 +1922;21;3567.88;9.70;1180.00;1.57;0.56 1923;0;3456.00;11.25;967.00;0.00;0.64 +1923;1;3450.50;10.10;963.50;-1.00;0.64 +1923;2;3458.50;10.70;960.00;0.34;0.64 +1923;3;3461.50;14.15;968.00;1.75;0.64 +1923;4;3450.50;10.70;971.50;4.02;0.64 +1923;5;3454.50;14.40;975.50;3.31;0.64 +1923;6;3458.00;15.12;976.00;2.92;0.64 +1923;9;3450.24;9.99;967.00;1.57;0.64 +1923;10;3461.76;13.98;967.00;-1.57;0.64 +1923;19;3445.00;9.50;963.00;-1.00;0.64 +1923;20;3443.35;9.50;962.40;-1.22;0.64 +1923;21;3450.24;9.99;967.00;1.57;0.64 1924;0;2101.00;9.50;18.00;0.00;0.78 +1924;1;2092.00;9.50;17.00;-1.46;0.78 +1924;2;2110.00;9.50;18.50;1.62;0.78 +1924;3;2098.50;9.50;26.50;3.42;0.78 +1924;4;2109.50;9.50;27.50;2.41;0.78 +1924;9;2093.26;9.50;18.00;1.57;0.78 +1924;10;2108.74;9.50;18.00;-1.57;0.78 +1924;11;2086.60;9.50;16.40;-1.46;0.78 +1924;12;2115.40;9.50;18.80;1.62;0.78 +1924;13;2097.00;9.50;31.60;3.42;0.78 +1924;14;2114.60;9.50;33.20;2.41;0.78 +1924;21;2093.26;9.50;18.00;1.57;0.78 1925;0;2292.00;9.50;268.00;0.00;1.36 +1925;1;2292.00;9.50;254.00;0.00;1.36 +1925;2;2279.50;9.50;260.00;-1.00;1.36 +1925;3;2304.50;9.50;263.50;1.22;1.36 +1925;4;2270.50;9.50;270.00;4.62;1.36 +1925;5;2284.50;9.50;276.50;3.86;1.36 +1925;6;2306.00;9.50;277.50;2.16;1.36 +1925;9;2276.34;9.50;268.00;1.57;1.36 +1925;10;2307.66;9.50;268.00;-1.57;1.36 +1925;11;2292.00;9.50;245.60;0.00;1.36 +1925;12;2272.00;9.50;255.20;-1.00;1.36 +1925;13;2312.00;9.50;260.80;1.22;1.36 +1925;14;2257.60;9.50;271.20;4.62;1.36 +1925;15;2280.00;9.50;281.60;3.86;1.36 +1925;16;2314.40;9.50;283.20;2.16;1.36 +1925;21;2276.34;9.50;268.00;1.57;1.36 1926;0;2573.00;9.50;1191.00;0.00;1.06 +1926;1;2568.00;9.50;1178.00;-0.36;1.06 +1926;2;2582.50;9.50;1185.00;1.00;1.06 +1926;3;2561.00;9.50;1184.00;-1.04;1.06 +1926;4;2559.50;9.50;1191.00;4.71;1.06 +1926;5;2586.50;9.50;1198.00;2.04;1.06 +1926;6;2570.00;9.50;1201.00;3.43;1.06 +1926;9;2560.58;9.50;1191.00;1.57;1.06 +1926;10;2585.42;9.50;1191.00;-1.57;1.06 +1926;11;2565.00;9.50;1170.20;-0.36;1.06 +1926;12;2588.20;9.50;1181.40;1.00;1.06 +1926;13;2553.80;9.50;1179.80;-1.04;1.06 +1926;14;2551.40;9.50;1191.00;4.71;1.06 +1926;15;2594.60;9.50;1202.20;2.04;1.06 +1926;16;2568.20;9.50;1207.00;3.43;1.06 +1926;21;2560.58;9.50;1191.00;1.57;1.06 1927;0;1276.00;10.60;1358.00;0.00;0.46 +1927;1;1279.50;10.40;1352.00;0.52;0.46 +1927;2;1274.00;10.60;1356.50;-0.92;0.46 +1927;3;1280.50;10.50;1355.50;1.06;0.46 +1927;4;1279.00;10.55;1360.50;2.26;0.46 +1927;5;1271.00;11.10;1362.50;3.98;0.46 +1927;6;1275.00;10.85;1362.50;3.36;0.46 +1927;9;1271.86;10.81;1358.00;1.57;0.46 +1927;10;1280.14;10.46;1358.00;-1.57;0.46 +1927;21;1271.86;10.81;1358.00;1.57;0.46 1928;0;1936.00;10.10;918.00;0.00;0.62 +1928;1;1936.50;10.20;912.50;0.09;0.62 +1928;2;1926.00;10.20;914.50;-1.23;0.62 +1928;3;1947.00;10.05;918.00;1.57;0.62 +1928;4;1928.00;10.20;923.00;4.15;0.62 +1928;5;1940.50;10.00;923.00;2.40;0.62 +1928;9;1926.82;10.21;918.00;1.57;0.62 +1928;10;1945.18;10.00;918.00;-1.57;0.62 +1928;21;1926.82;10.21;918.00;1.57;0.62 1929;0;3208.00;12.00;539.00;0.00;0.78 +1929;1;3216.00;11.70;533.50;0.96;0.78 +1929;2;3204.00;12.00;533.50;-0.62;0.78 +1929;3;3195.50;12.05;538.00;-1.49;0.78 +1929;4;3200.50;11.90;544.50;4.08;0.78 +1929;5;3216.00;11.60;543.00;2.03;0.78 +1929;6;3211.50;12.00;546.50;2.70;0.78 +1929;9;3200.08;12.04;539.00;1.57;0.78 +1929;10;3215.92;11.71;539.00;-1.57;0.78 +1929;21;3200.08;12.04;539.00;1.57;0.78 1930;0;2422.00;9.50;1560.00;0.00;1.24 +1930;1;2423.00;9.50;1548.00;0.08;1.24 +1930;2;2435.00;9.50;1553.50;1.10;1.24 +1930;3;2412.00;9.50;1553.50;-0.99;1.24 +1930;4;2409.00;9.50;1565.50;4.31;1.24 +1930;5;2423.50;9.50;1569.50;2.98;1.24 +1930;9;2410.84;9.50;1560.00;1.57;1.24 +1930;10;2433.16;9.50;1560.00;-1.57;1.24 +1930;11;2423.60;9.50;1540.80;0.08;1.24 +1930;12;2442.80;9.50;1549.60;1.10;1.24 +1930;13;2406.00;9.50;1549.60;-0.99;1.24 +1930;14;2401.20;9.50;1568.80;4.31;1.24 +1930;15;2424.40;9.50;1575.20;2.98;1.24 +1930;21;2410.84;9.50;1560.00;1.57;1.24 1931;0;2183.00;9.50;928.00;0.00;1.36 +1931;1;2189.00;9.50;915.50;0.44;1.36 +1931;2;2175.00;9.50;922.00;-0.92;1.36 +1931;3;2197.50;9.50;925.00;1.36;1.36 +1931;4;2201.00;9.50;930.50;1.70;1.36 +1931;5;2187.00;9.50;936.50;2.70;1.36 +1931;6;2166.00;9.50;935.00;4.32;1.36 +1931;7;2170.50;9.50;940.00;3.94;1.36 +1931;9;2169.68;9.50;928.00;1.57;1.36 +1931;10;2196.32;9.50;928.00;-1.57;1.36 +1931;11;2192.60;9.50;908.00;0.44;1.36 +1931;12;2170.20;9.50;918.40;-0.92;1.36 +1931;13;2206.20;9.50;923.20;1.36;1.36 +1931;14;2211.80;9.50;932.00;1.70;1.36 +1931;15;2189.40;9.50;941.60;2.70;1.36 +1931;16;2155.80;9.50;939.20;4.32;1.36 +1931;17;2163.00;9.50;947.20;3.94;1.36 +1931;21;2169.68;9.50;928.00;1.57;1.36 1932;0;2893.00;10.07;808.00;0.00;0.66 +1932;1;2894.00;10.40;799.00;0.11;0.66 +1932;2;2887.50;10.40;805.50;-1.14;0.66 +1932;3;2898.00;9.90;805.50;1.10;0.66 +1932;4;2901.00;9.90;813.50;2.17;0.66 +1932;5;2892.00;10.17;814.00;3.30;0.66 +1932;9;2886.52;10.09;808.00;1.57;0.66 +1932;10;2899.48;9.95;808.00;-1.57;0.66 +1932;21;2886.52;10.09;808.00;1.57;0.66 1933;0;4456.00;14.15;1229.00;0.00;0.42 +1933;1;4456.50;14.15;1226.00;0.16;0.42 +1933;2;4461.50;14.30;1224.50;0.88;0.42 +1933;3;4461.00;14.30;1227.00;1.19;0.42 +1933;4;4450.00;14.15;1228.00;-1.40;0.42 +1933;5;4459.00;14.65;1231.50;2.26;0.42 +1933;6;4452.00;14.27;1232.00;4.06;0.42 +1933;7;4456.50;14.70;1234.50;3.05;0.42 +1933;9;4451.50;14.10;1229.00;1.57;0.42 +1933;10;4460.50;14.40;1229.00;-1.57;0.42 +1933;21;4451.50;14.10;1229.00;1.57;0.42 1934;0;4329.00;13.75;1075.00;0.00;0.40 +1934;1;4325.00;11.52;1073.00;-1.10;0.40 +1934;2;4329.00;14.40;1071.50;0.00;0.40 +1934;3;4333.00;15.20;1075.50;1.69;0.40 +1934;4;4327.00;11.62;1078.00;3.73;0.40 +1934;5;4332.00;14.60;1079.50;2.55;0.40 +1934;9;4325.22;11.36;1075.00;1.57;0.40 +1934;10;4332.78;15.09;1075.00;-1.57;0.40 +1934;21;4325.22;11.36;1075.00;1.57;0.40 1935;0;1205.00;9.50;207.00;0.00;1.42 +1935;1;1209.50;9.50;192.00;0.29;1.42 +1935;2;1190.00;9.50;197.00;-0.98;1.42 +1935;3;1224.50;9.50;198.50;1.16;1.42 +1935;4;1225.50;9.50;211.50;1.78;1.42 +1935;5;1187.00;9.50;214.50;4.31;1.42 +1935;6;1208.50;9.50;222.50;2.92;1.42 +1935;7;1196.00;9.50;225.50;3.59;1.42 +1935;9;1185.56;9.50;207.00;1.57;1.42 +1935;10;1224.44;9.50;207.00;-1.57;1.42 +1935;11;1212.20;9.50;183.00;0.29;1.42 +1935;12;1181.00;9.50;191.00;-0.98;1.42 +1935;13;1236.20;9.50;193.40;1.16;1.42 +1935;14;1237.80;9.50;214.20;1.78;1.42 +1935;15;1176.20;9.50;219.00;4.31;1.42 +1935;16;1210.60;9.50;231.80;2.92;1.42 +1935;17;1190.60;9.50;236.60;3.59;1.42 +1935;21;1185.56;9.50;207.00;1.57;1.42 1936;0;257.00;9.50;455.00;0.00;0.86 +1936;1;243.00;9.50;452.00;-1.36;0.86 +1936;2;255.00;9.50;444.00;-0.18;0.86 +1936;3;265.50;9.50;446.00;0.75;0.86 +1936;4;276.00;9.50;452.50;1.44;0.86 +1936;5;268.00;9.50;461.00;2.07;0.86 +1936;6;245.50;9.50;463.00;4.10;0.86 +1936;9;240.80;9.50;455.00;1.57;0.86 +1936;10;273.20;9.50;455.00;-1.57;0.86 +1936;11;234.60;9.50;450.20;-1.36;0.86 +1936;12;253.80;9.50;437.40;-0.18;0.86 +1936;13;270.60;9.50;440.60;0.75;0.86 +1936;14;287.40;9.50;451.00;1.44;0.86 +1936;15;274.60;9.50;464.60;2.07;0.86 +1936;16;238.60;9.50;467.80;4.10;0.86 +1936;21;240.80;9.50;455.00;1.57;0.86 1937;0;1650.00;9.80;1026.00;0.00;0.64 +1937;1;1649.50;9.70;1018.50;-0.06;0.64 +1937;2;1652.50;9.70;1019.50;0.36;0.64 +1937;3;1647.50;9.70;1020.50;-0.42;0.64 +1937;4;1644.50;9.80;1028.50;4.28;0.64 +1937;5;1656.50;9.70;1024.50;1.34;0.64 +1937;6;1658.00;9.70;1028.00;1.81;0.64 +1937;7;1652.00;9.85;1030.00;2.67;0.64 +1937;8;1646.00;9.77;1034.00;3.60;0.64 +1937;9;1644.24;9.80;1026.00;1.57;0.64 +1937;10;1655.76;9.70;1026.00;-1.57;0.64 +1937;19;1643.37;9.40;1041.37;-3.28;0.64 +1937;20;1642.67;9.40;1042.97;3.54;0.64 +1937;21;1655.76;9.70;1026.00;-1.57;0.64 1938;0;3458.00;11.75;1240.00;0.00;0.42 +1938;1;3457.50;11.50;1236.00;-0.12;0.42 +1938;2;3453.00;12.75;1236.50;-0.96;0.42 +1938;3;3463.50;11.85;1240.00;1.57;0.42 +1938;4;3454.00;12.52;1241.00;4.46;0.42 +1938;5;3458.00;12.30;1244.00;3.14;0.42 +1938;6;3463.00;12.95;1243.50;2.18;0.42 +1938;9;3454.04;12.48;1240.00;1.57;0.42 +1938;10;3461.96;11.92;1240.00;-1.57;0.42 +1938;21;3454.04;12.48;1240.00;1.57;0.42 1939;0;3382.00;13.92;632.00;0.00;0.48 -1940;0;24.00;9.50;1422.00;0.00;1.24 -1941;0;310.00;9.50;1499.00;0.00;0.88 -1942;0;548.00;9.50;624.00;0.00;0.92 +1939;1;3382.50;13.80;628.00;0.12;0.48 +1939;2;3377.00;13.95;633.00;4.51;0.48 +1939;3;3388.50;13.40;631.50;1.49;0.48 +1939;4;3383.00;14.05;636.50;2.92;0.48 +1939;9;3377.32;13.90;632.00;1.57;0.48 +1939;10;3386.68;13.53;632.00;-1.57;0.48 +1939;21;3383.69;14.00;629.27;1.57;0.48 +1940;0;24.00;9.50;1422.00;0.00;1.24 +1940;1;18.00;9.50;1408.50;-0.41;1.24 +1940;2;33.50;9.50;1412.50;0.78;1.24 +1940;3;12.00;9.50;1425.00;4.46;1.24 +1940;4;36.00;9.50;1427.00;1.96;1.24 +1940;5;21.00;9.50;1435.00;3.36;1.24 +1940;9;12.84;9.50;1422.00;1.57;1.24 +1940;10;35.16;9.50;1422.00;-1.57;1.24 +1940;11;14.40;9.50;1400.40;-0.41;1.24 +1940;12;39.20;9.50;1406.80;0.78;1.24 +1940;13;4.80;9.50;1426.80;4.46;1.24 +1940;14;43.20;9.50;1430.00;1.96;1.24 +1940;15;19.20;9.50;1442.80;3.36;1.24 +1940;21;12.84;9.50;1422.00;1.57;1.24 +1941;0;310.00;9.50;1499.00;0.00;0.88 +1941;1;310.00;9.50;1490.50;0.00;0.88 +1941;2;327.00;9.50;1493.00;1.23;0.88 +1941;3;294.50;9.50;1498.00;-1.50;0.88 +1941;4;320.00;9.50;1504.50;2.07;0.88 +1941;5;303.50;9.50;1509.00;3.71;0.88 +1941;9;297.22;9.50;1499.00;1.57;0.88 +1941;10;322.78;9.50;1499.00;-1.57;0.88 +1941;11;310.00;9.50;1485.40;0.00;0.88 +1941;12;337.20;9.50;1489.40;1.23;0.88 +1941;13;285.20;9.50;1497.40;-1.50;0.88 +1941;14;326.00;9.50;1507.80;2.07;0.88 +1941;15;299.60;9.50;1515.00;3.71;0.88 +1941;21;297.22;9.50;1499.00;1.57;0.88 +1942;0;548.00;9.50;624.00;0.00;0.92 +1942;1;532.50;9.50;616.50;-1.12;0.92 +1942;2;552.50;9.50;614.50;0.44;0.92 +1942;3;564.50;9.50;626.00;1.69;0.92 +1942;4;529.00;9.50;624.50;4.68;0.92 +1942;5;551.00;9.50;633.50;2.83;0.92 +1942;6;566.50;9.50;636.00;2.14;0.92 +1942;9;532.16;9.50;624.00;1.57;0.92 +1942;10;563.84;9.50;624.00;-1.57;0.92 +1942;11;523.20;9.50;612.00;-1.12;0.92 +1942;12;555.20;9.50;608.80;0.44;0.92 +1942;13;574.40;9.50;627.20;1.69;0.92 +1942;14;517.60;9.50;624.80;4.68;0.92 +1942;15;552.80;9.50;639.20;2.83;0.92 +1942;16;577.60;9.50;643.20;2.14;0.92 +1942;21;532.16;9.50;624.00;1.57;0.92 1943;0;4169.00;21.47;1280.00;0.00;1.06 +1943;1;4172.00;22.10;1270.00;0.29;1.06 +1943;2;4181.50;22.60;1275.00;1.19;1.06 +1943;3;4162.50;22.70;1270.00;-0.57;1.06 +1943;4;4158.00;21.37;1278.00;-1.39;1.06 +1943;5;4175.50;20.35;1288.00;2.45;1.06 +1943;6;4156.00;19.35;1287.00;4.21;1.06 +1943;7;4165.50;18.05;1291.00;3.45;1.06 +1943;9;4158.38;21.10;1280.00;1.57;1.06 +1943;10;4179.62;21.55;1280.00;-1.57;1.06 +1943;21;4158.38;21.10;1280.00;1.57;1.06 1944;0;1678.00;10.37;1041.00;0.00;0.56 +1944;1;1676.00;10.60;1035.50;-0.34;0.56 +1944;2;1681.50;9.80;1043.50;2.19;0.56 +1944;3;1672.00;13.05;1035.50;-0.82;0.56 +1944;4;1673.00;12.05;1038.50;-1.10;0.56 +1944;5;1678.50;10.10;1046.50;3.05;0.56 +1944;9;1672.96;11.57;1041.00;1.57;0.56 +1944;10;1683.04;9.74;1041.00;-1.57;0.56 +1944;19;1684.50;9.40;1032.64;-5.19;0.56 +1944;20;1685.57;9.40;1031.25;0.66;0.56 +1944;21;1684.91;9.80;1036.59;-1.57;0.56 1945;0;1115.00;9.70;1292.00;0.00;0.68 +1945;1;1110.00;9.60;1289.00;-1.03;0.68 +1945;2;1120.50;9.80;1287.50;0.88;0.68 +1945;3;1120.50;10.10;1294.50;1.99;0.68 +1945;4;1112.00;9.90;1297.50;3.64;0.68 +1945;5;1115.50;10.50;1300.50;3.08;0.68 +1945;9;1108.16;9.86;1292.00;1.57;0.68 +1945;10;1121.84;10.11;1292.00;-1.57;0.68 +1945;19;1109.00;9.50;1286.00;-1.03;0.68 +1945;20;1107.76;9.50;1284.76;-0.78;0.68 +1945;21;1121.84;10.11;1292.00;-1.57;0.68 1946;0;1464.00;9.50;896.00;0.00;0.84 +1946;1;1464.50;9.50;887.50;0.05;0.84 +1946;2;1453.00;9.50;892.50;-1.26;0.84 +1946;3;1473.00;9.50;897.50;1.73;0.84 +1946;4;1450.00;9.50;898.00;4.57;0.84 +1946;5;1462.50;9.50;903.00;3.35;0.84 +1946;9;1454.82;9.50;896.00;1.57;0.84 +1946;10;1473.18;9.50;896.00;-1.57;0.84 +1946;11;1464.80;9.50;882.40;0.05;0.84 +1946;12;1446.40;9.50;890.40;-1.26;0.84 +1946;13;1478.40;9.50;898.40;1.73;0.84 +1946;14;1441.60;9.50;899.20;4.57;0.84 +1946;15;1461.60;9.50;907.20;3.35;0.84 +1946;21;1454.82;9.50;896.00;1.57;0.84 1947;0;3708.00;9.77;985.00;0.00;0.70 +1947;1;3703.00;9.95;976.50;-0.53;0.70 +1947;2;3707.00;9.90;977.00;-0.12;0.70 +1947;3;3700.50;9.80;981.50;-1.13;0.70 +1947;4;3712.50;9.90;984.00;1.35;0.70 +1947;5;3705.00;9.75;989.50;3.73;0.70 +1947;6;3714.00;9.72;992.00;2.43;0.70 +1947;9;3700.62;9.80;985.00;1.57;0.70 +1947;10;3715.38;10.00;985.00;-1.57;0.70 +1947;19;3709.00;9.68;979.00;1.35;0.70 +1947;20;3709.28;9.68;977.27;0.16;0.70 +1947;21;3700.62;9.80;985.00;1.57;0.70 1948;0;3789.00;10.80;1160.00;0.00;0.54 +1948;1;3784.50;10.90;1155.50;-0.78;0.54 +1948;2;3796.50;11.20;1158.50;1.37;0.54 +1948;3;3780.00;10.80;1161.00;4.60;0.54 +1948;4;3782.00;10.80;1164.50;4.14;0.54 +1948;5;3797.50;11.40;1165.00;2.10;0.54 +1948;6;3789.00;10.90;1165.50;3.14;0.54 +1948;9;3781.80;10.90;1160.00;1.57;0.54 +1948;10;3796.20;11.18;1160.00;-1.57;0.54 +1948;21;3781.80;10.90;1160.00;1.57;0.54 1949;0;4018.00;10.70;1047.00;0.00;0.38 +1949;1;4018.00;10.80;1041.00;0.00;0.38 +1949;2;4014.50;10.70;1044.00;-0.86;0.38 +1949;3;4021.50;10.70;1044.50;0.95;0.38 +1949;4;4021.50;10.70;1049.50;2.19;0.38 +1949;5;4016.50;10.70;1051.50;3.46;0.38 +1949;6;4021.00;10.70;1053.50;2.70;0.38 +1949;9;4014.58;10.70;1047.00;1.57;0.38 +1949;10;4021.42;10.70;1047.00;-1.57;0.38 +1949;21;4014.58;10.70;1047.00;1.57;0.38 1950;0;3205.00;11.15;658.00;0.00;0.92 +1950;1;3202.50;11.30;654.00;-0.55;0.92 +1950;2;3209.00;11.30;646.50;0.33;0.92 +1950;3;3211.00;11.10;658.00;1.57;0.92 +1950;4;3193.50;11.25;662.00;4.37;0.92 +1950;5;3193.00;11.20;664.50;4.21;0.92 +1950;6;3202.50;11.30;666.50;3.42;0.92 +1950;9;3196.72;11.30;658.00;1.57;0.92 +1950;10;3213.28;11.10;658.00;-1.57;0.92 +1950;21;3196.72;11.30;658.00;1.57;0.92 1951;0;2825.00;10.42;766.00;0.00;0.38 +1951;1;2827.50;9.70;757.00;0.27;0.38 +1951;2;2821.50;10.65;765.00;-1.29;0.38 +1951;3;2829.00;10.00;766.00;1.57;0.38 +1951;4;2825.00;11.07;774.00;3.14;0.38 +1951;9;2821.58;10.79;766.00;1.57;0.38 +1951;10;2828.42;9.95;766.00;-1.57;0.38 +1951;19;2827.00;9.50;748.00;0.27;0.38 +1951;20;2827.19;9.50;746.26;0.11;0.38 +1951;21;2826.03;9.70;749.45;1.57;0.38 1952;0;1225.00;16.40;1250.00;0.00;0.58 +1952;1;1220.50;16.05;1244.00;-0.64;0.58 +1952;2;1226.50;16.00;1244.50;0.26;0.58 +1952;3;1229.50;16.05;1248.00;1.15;0.58 +1952;4;1217.50;16.10;1247.50;-1.24;0.58 +1952;5;1223.00;16.35;1253.50;3.66;0.58 +1952;6;1230.00;15.95;1255.00;2.35;0.58 +1952;9;1219.78;16.02;1250.00;1.57;0.58 +1952;10;1230.22;16.05;1250.00;-1.57;0.58 +1952;21;1219.78;16.02;1250.00;1.57;0.58 1953;0;3255.00;11.65;743.00;0.00;0.64 +1953;1;3256.50;11.80;733.50;0.15;0.64 +1953;2;3249.00;11.70;744.00;4.54;0.64 +1953;3;3262.00;11.70;741.00;1.29;0.64 +1953;4;3255.50;11.50;752.00;3.08;0.64 +1953;9;3249.24;11.70;743.00;1.57;0.64 +1953;10;3260.76;11.61;743.00;-1.57;0.64 +1953;21;3249.24;11.70;743.00;1.57;0.64 1954;0;1186.00;12.70;1357.00;0.00;0.50 +1954;1;1184.50;12.55;1353.00;-0.35;0.50 +1954;2;1192.00;12.10;1353.00;0.98;0.50 +1954;3;1179.50;12.05;1358.00;4.56;0.50 +1954;4;1191.50;12.40;1359.00;1.92;0.50 +1954;5;1183.50;12.70;1362.00;3.60;0.50 +1954;9;1180.42;12.09;1357.00;1.57;0.50 +1954;10;1191.58;12.30;1357.00;-1.57;0.50 +1954;21;1180.42;12.09;1357.00;1.57;0.50 1955;0;3560.00;11.40;1102.00;0.00;0.50 +1955;1;3562.00;11.30;1095.50;0.29;0.50 +1955;2;3556.50;11.00;1097.00;-0.61;0.50 +1955;3;3556.00;11.15;1105.00;4.06;0.50 +1955;4;3563.00;11.25;1104.50;2.26;0.50 +1955;5;3557.50;10.55;1112.00;3.38;0.50 +1955;9;3555.50;10.85;1102.00;1.57;0.50 +1955;10;3564.50;11.20;1102.00;-1.57;0.50 +1955;19;3561.00;9.60;1117.00;-4.02;0.50 +1955;20;3561.11;9.60;1118.74;3.07;0.50 +1955;21;3555.50;10.85;1102.00;1.57;0.50 1956;0;3020.00;10.62;931.00;0.00;1.36 +1956;1;3022.50;10.40;911.50;0.12;1.36 +1956;2;3015.00;10.40;913.50;-0.27;1.36 +1956;3;3031.50;10.40;922.50;0.93;1.36 +1956;4;3005.00;10.65;929.00;-1.43;1.36 +1956;5;3035.00;10.70;941.00;2.15;1.36 +1956;6;3018.50;10.70;945.50;3.24;1.36 +1956;9;3007.76;10.70;931.00;1.57;1.36 +1956;10;3032.24;10.50;931.00;-1.57;1.36 +1956;21;3007.76;10.70;931.00;1.57;1.36 1957;0;3722.00;12.42;1250.00;0.00;0.60 +1957;1;3725.50;12.10;1243.50;0.49;0.60 +1957;2;3717.50;12.20;1248.00;-1.15;0.60 +1957;3;3727.00;13.15;1251.50;1.86;0.60 +1957;4;3718.50;13.30;1255.50;3.70;0.60 +1957;5;3724.50;13.65;1258.00;2.83;0.60 +1957;9;3716.60;12.64;1250.00;1.57;0.60 +1957;10;3727.40;12.69;1250.00;-1.57;0.60 +1957;21;3716.60;12.64;1250.00;1.57;0.60 1958;0;2692.00;12.05;1109.00;0.00;0.82 +1958;1;2688.00;11.55;1099.50;-0.39;0.82 +1958;2;2698.00;10.92;1100.00;0.58;0.82 +1958;3;2682.00;11.52;1108.00;-1.47;0.82 +1958;4;2700.50;10.90;1113.50;2.05;0.82 +1958;5;2682.00;13.15;1114.50;4.21;0.82 +1958;6;2688.00;11.65;1118.50;3.54;0.82 +1958;7;2696.00;11.65;1122.00;2.84;0.82 +1958;9;2684.62;11.73;1109.00;1.57;0.82 +1958;10;2699.38;11.61;1109.00;-1.57;0.82 +1958;21;2684.62;11.73;1109.00;1.57;0.82 1959;0;4482.00;13.47;1325.00;0.00;0.42 +1959;1;4480.50;13.95;1321.00;-0.35;0.42 +1959;2;4485.00;13.90;1322.00;0.78;0.42 +1959;3;4478.00;13.57;1325.00;4.71;0.42 +1959;4;4486.00;13.15;1327.50;2.12;0.42 +1959;5;4482.50;12.80;1329.50;3.03;0.42 +1959;9;4478.04;13.57;1325.00;1.57;0.42 +1959;10;4485.96;13.56;1325.00;-1.57;0.42 +1959;21;4478.04;13.57;1325.00;1.57;0.42 1960;0;3177.00;11.25;836.00;0.00;0.86 +1960;1;3173.50;10.80;825.50;-0.32;0.86 +1960;2;3180.00;11.35;827.00;0.32;0.86 +1960;3;3170.50;11.00;830.00;-0.82;0.86 +1960;4;3187.50;11.50;835.50;1.52;0.86 +1960;5;3166.00;11.10;839.50;4.40;0.86 +1960;6;3177.00;11.67;844.00;3.14;0.86 +1960;9;3168.36;11.03;836.00;1.57;0.86 +1960;10;3185.64;11.59;836.00;-1.57;0.86 +1960;21;3168.36;11.03;836.00;1.57;0.86 1961;0;4049.00;22.57;1177.00;0.00;0.60 +1961;1;4047.50;21.60;1169.50;-0.19;0.60 +1961;2;4052.50;21.10;1168.00;0.37;0.60 +1961;3;4055.00;21.47;1172.00;0.87;0.60 +1961;4;4042.50;22.15;1178.00;4.56;0.60 +1961;5;4052.00;23.35;1182.50;2.64;0.60 +1961;6;4046.00;22.70;1184.50;3.52;0.60 +1961;9;4043.60;22.03;1177.00;1.57;0.60 +1961;10;4054.40;22.24;1177.00;-1.57;0.60 +1961;21;4043.60;22.03;1177.00;1.57;0.60 1962;0;2650.00;10.15;951.00;0.00;1.14 +1962;1;2639.50;10.20;938.00;-0.67;1.14 +1962;2;2648.50;10.10;938.50;-0.11;1.14 +1962;3;2639.50;10.25;949.00;-1.38;1.14 +1962;4;2661.50;10.20;950.50;1.52;1.14 +1962;5;2642.00;10.70;962.50;3.74;1.14 +1962;6;2654.50;10.50;962.00;2.75;1.14 +1962;9;2639.74;10.18;951.00;1.57;1.14 +1962;10;2660.26;10.20;951.00;-1.57;1.14 +1962;21;2639.74;10.18;951.00;1.57;1.14 1963;0;3652.00;16.27;1185.00;0.00;0.58 +1963;1;3643.00;14.17;1179.00;-0.98;0.58 +1963;2;3649.00;14.50;1179.50;-0.49;0.58 +1963;3;3659.00;15.70;1183.00;1.29;0.58 +1963;4;3642.50;14.45;1183.00;-1.36;0.58 +1963;5;3644.00;14.90;1186.50;4.52;0.58 +1963;6;3652.50;15.00;1189.50;3.03;0.58 +1963;7;3661.00;13.45;1190.00;2.07;0.58 +1963;9;3644.62;14.88;1185.00;1.57;0.58 +1963;10;3659.38;14.59;1185.00;-1.57;0.58 +1963;21;3644.62;14.88;1185.00;1.57;0.58 1964;0;3540.00;10.37;757.00;0.00;0.70 +1964;1;3535.50;10.30;750.50;-0.60;0.70 +1964;2;3544.00;10.10;753.50;0.85;0.70 +1964;3;3536.00;10.45;759.50;4.15;0.70 +1964;4;3549.00;10.15;759.00;1.78;0.70 +1964;5;3545.50;10.30;761.50;2.25;0.70 +1964;6;3542.00;10.50;766.00;2.92;0.70 +1964;9;3533.70;10.40;757.00;1.57;0.70 +1964;10;3546.30;10.15;757.00;-1.57;0.70 +1964;21;3533.70;10.40;757.00;1.57;0.70 1965;0;1257.00;17.77;1182.00;0.00;0.40 +1965;1;1259.50;16.60;1178.50;0.62;0.40 +1965;2;1255.00;15.80;1177.00;-0.38;0.40 +1965;3;1254.00;17.75;1181.50;-1.40;0.40 +1965;4;1258.50;16.80;1185.50;2.73;0.40 +1965;5;1255.00;17.52;1187.00;3.52;0.40 +1965;9;1253.40;17.69;1182.00;1.57;0.40 +1965;10;1260.60;17.24;1182.00;-1.57;0.40 +1965;21;1253.40;17.69;1182.00;1.57;0.40 1966;0;3589.00;12.22;826.00;0.00;0.52 +1966;1;3587.00;10.70;821.50;-0.41;0.52 +1966;2;3596.00;10.62;826.00;1.57;0.52 +1966;3;3579.50;11.00;824.50;-1.41;0.52 +1966;4;3587.50;12.05;830.00;3.50;0.52 +1966;5;3596.50;10.70;832.50;2.28;0.52 +1966;9;3581.98;11.87;826.00;1.57;0.52 +1966;10;3596.02;10.62;826.00;-1.57;0.52 +1966;19;3603.00;9.57;830.00;1.57;0.52 +1966;20;3604.68;9.57;830.48;1.84;0.52 +1966;21;3581.98;11.87;826.00;1.57;0.52 1967;0;2863.00;12.10;1203.00;0.00;0.48 +1967;1;2861.50;12.00;1198.00;-0.29;0.48 +1967;2;2867.50;11.55;1198.00;0.73;0.48 +1967;3;2857.50;12.20;1203.00;4.71;0.48 +1967;4;2867.50;11.90;1204.00;1.78;0.48 +1967;5;2861.50;12.30;1208.50;3.40;0.48 +1967;6;2866.00;12.12;1210.00;2.73;0.48 +1967;9;2858.68;12.20;1203.00;1.57;0.48 +1967;10;2867.32;11.85;1203.00;-1.57;0.48 +1967;21;2858.68;12.20;1203.00;1.57;0.48 1968;0;3181.00;12.62;480.00;0.00;0.72 +1968;1;3189.50;13.00;473.50;0.91;0.72 +1968;2;3194.00;12.97;477.00;1.34;0.72 +1968;3;3173.00;12.70;476.50;-1.15;0.72 +1968;4;3167.00;12.30;482.00;4.57;0.72 +1968;5;3173.00;12.30;486.00;4.06;0.72 +1968;6;3186.00;12.60;486.00;2.44;0.72 +1968;9;3169.12;12.38;480.00;1.57;0.72 +1968;10;3192.88;12.71;480.00;-1.57;0.72 +1968;21;3169.12;12.38;480.00;1.57;0.72 1969;0;2920.00;11.30;838.00;0.00;0.76 +1969;1;2921.00;11.10;827.50;0.09;0.76 +1969;2;2914.50;10.90;828.50;-0.52;0.76 +1969;3;2926.50;11.20;830.50;0.71;0.76 +1969;4;2912.00;10.90;839.50;4.52;0.76 +1969;5;2928.00;11.10;841.50;1.98;0.76 +1969;6;2920.00;10.90;848.50;3.14;0.76 +1969;7;2925.50;10.90;849.50;2.69;0.76 +1969;9;2913.16;10.93;838.00;1.57;0.76 +1969;10;2926.84;11.20;838.00;-1.57;0.76 +1969;21;2913.16;10.93;838.00;1.57;0.76 1970;0;4011.00;21.10;1269.00;0.00;0.62 +1970;1;4009.00;21.30;1264.00;-0.38;0.62 +1970;2;4016.50;22.15;1263.00;0.74;0.62 +1970;3;4018.50;20.90;1269.00;1.57;0.62 +1970;4;4004.00;20.30;1271.50;4.36;0.62 +1970;5;4014.00;17.95;1274.50;2.64;0.62 +1970;6;4008.00;18.30;1276.50;3.52;0.62 +1970;9;4004.52;20.35;1269.00;1.57;0.62 +1970;10;4017.48;20.80;1269.00;-1.57;0.62 +1970;21;4004.52;20.35;1269.00;1.57;0.62 1971;0;3895.00;9.70;1106.00;0.00;0.48 +1971;1;3892.50;9.70;1100.00;-0.39;0.48 +1971;2;3891.00;9.70;1102.00;-0.78;0.48 +1971;3;3896.50;9.70;1104.00;0.64;0.48 +1971;4;3893.50;9.70;1107.00;4.12;0.48 +1971;5;3900.50;9.80;1108.50;1.99;0.48 +1971;6;3900.00;9.77;1111.00;2.35;0.48 +1971;7;3898.00;9.80;1111.50;2.64;0.48 +1971;9;3890.68;9.70;1106.00;1.57;0.48 +1971;10;3899.32;9.70;1106.00;-1.57;0.48 +1971;21;3890.68;9.70;1106.00;1.57;0.48 1972;0;1120.00;16.70;1445.00;0.00;0.56 +1972;1;1120.50;16.40;1439.50;0.09;0.56 +1972;2;1129.00;15.45;1442.00;1.24;0.56 +1972;3;1112.00;16.55;1443.50;-1.38;0.56 +1972;4;1129.50;15.90;1445.50;1.62;0.56 +1972;5;1112.00;15.80;1449.00;4.24;0.56 +1972;6;1127.00;16.50;1448.50;2.03;0.56 +1972;7;1118.00;16.90;1451.00;3.46;0.56 +1972;9;1113.16;16.54;1445.00;1.57;0.56 +1972;10;1126.84;16.19;1445.00;-1.57;0.56 +1972;21;1113.16;16.54;1445.00;1.57;0.56 1973;0;3508.00;15.65;879.00;0.00;0.48 +1973;1;3511.00;14.85;875.00;0.64;0.48 +1973;2;3503.00;16.05;876.50;-1.10;0.48 +1973;3;3514.00;15.40;879.50;1.65;0.48 +1973;4;3504.50;16.30;882.50;3.92;0.48 +1973;5;3510.00;15.30;883.00;2.67;0.48 +1973;9;3502.24;16.56;879.00;1.57;0.48 +1973;10;3513.76;15.38;879.00;-1.57;0.48 +1973;21;3502.24;16.56;879.00;1.57;0.48 1974;0;3109.00;10.70;779.00;0.00;0.64 +1974;1;3109.00;10.67;773.00;0.00;0.64 +1974;2;3097.50;11.00;775.00;-1.23;0.64 +1974;3;3117.00;10.72;781.00;1.81;0.64 +1974;4;3102.00;10.60;779.50;4.64;0.64 +1974;5;3111.00;10.95;786.50;2.88;0.64 +1974;9;3100.72;10.60;779.00;1.57;0.64 +1974;10;3117.28;10.68;779.00;-1.57;0.64 +1974;21;3117.28;10.68;779.00;-1.57;0.64 1975;0;2843.00;11.95;881.00;0.00;0.70 +1975;1;2836.50;12.15;877.00;-1.01;0.70 +1975;2;2848.50;12.10;878.00;1.07;0.70 +1975;3;2840.50;12.00;885.50;3.64;0.70 +1975;4;2852.50;12.05;886.00;2.05;0.70 +1975;9;2834.00;12.25;881.00;1.57;0.70 +1975;10;2852.00;12.15;881.00;-1.57;0.70 +1975;21;2834.00;12.25;881.00;1.57;0.70 1976;0;4495.00;13.27;1210.00;0.00;0.22 +1976;1;4491.50;13.45;1209.00;-1.29;0.22 +1976;2;4496.50;12.65;1208.00;0.64;0.22 +1976;3;4499.50;12.80;1210.50;1.68;0.22 +1976;4;4490.50;14.00;1211.50;4.39;0.22 +1976;5;4496.50;13.20;1212.50;2.60;0.22 +1976;6;4492.50;14.20;1213.00;3.83;0.22 +1976;9;4491.22;13.74;1210.00;1.57;0.22 +1976;10;4498.78;12.71;1210.00;-1.57;0.22 +1976;21;4491.22;13.74;1210.00;1.57;0.22 1977;0;3364.00;11.90;1007.00;0.00;0.70 +1977;1;3368.50;13.00;1000.50;0.60;0.70 +1977;2;3359.00;13.90;1005.00;-1.19;0.70 +1977;3;3368.50;11.40;1009.50;2.07;0.70 +1977;4;3356.50;14.60;1011.50;4.17;0.70 +1977;5;3360.00;13.35;1014.50;3.63;0.70 +1977;9;3357.34;13.92;1007.00;1.57;0.70 +1977;10;3370.66;11.96;1007.00;-1.57;0.70 +1977;19;3374.00;9.70;1013.00;-4.21;0.70 +1977;20;3375.50;9.70;1013.90;2.11;0.70 +1977;21;3357.34;13.92;1007.00;1.57;0.70 1978;0;3907.00;13.50;1179.00;0.00;0.52 +1978;1;3912.00;13.40;1172.50;0.65;0.52 +1978;2;3908.50;14.10;1172.50;0.22;0.52 +1978;3;3913.50;13.20;1176.50;1.20;0.52 +1978;4;3903.00;14.25;1177.00;-1.10;0.52 +1978;5;3899.50;14.70;1180.00;4.58;0.52 +1978;6;3908.50;12.65;1183.00;2.78;0.52 +1978;7;3900.00;14.12;1183.00;4.19;0.52 +1978;9;3900.88;14.64;1179.00;1.57;0.52 +1978;10;3913.12;13.07;1179.00;-1.57;0.52 +1978;21;3900.88;14.64;1179.00;1.57;0.52 1979;0;1910.00;10.30;804.00;0.00;1.44 +1979;1;1896.50;10.30;792.50;-0.86;1.44 +1979;2;1911.00;10.40;792.00;0.08;1.44 +1979;3;1924.50;10.30;808.00;1.84;1.44 +1979;4;1895.50;10.30;805.00;4.64;1.44 +1979;5;1907.00;10.30;813.50;3.44;1.44 +1979;6;1923.50;10.30;819.00;2.40;1.44 +1979;9;1895.96;10.30;804.00;1.57;1.44 +1979;10;1924.04;10.40;804.00;-1.57;1.44 +1979;21;1895.96;10.30;804.00;1.57;1.44 1980;0;3900.00;9.70;1069.00;0.00;0.42 +1980;1;3900.00;9.70;1063.50;0.00;0.42 +1980;2;3895.00;9.70;1067.50;-1.27;0.42 +1980;3;3904.00;9.70;1070.50;1.93;0.42 +1980;4;3898.00;9.70;1072.50;3.66;0.42 +1980;5;3902.00;9.70;1076.00;2.86;0.42 +1980;9;3896.22;9.70;1069.00;1.57;0.42 +1980;10;3903.78;9.70;1069.00;-1.57;0.42 +1980;21;3896.22;9.70;1069.00;1.57;0.42 1981;0;1851.00;10.12;993.00;0.00;0.68 +1981;1;1845.50;10.20;991.00;-1.22;0.68 +1981;2;1855.50;9.90;989.50;0.91;0.68 +1981;3;1855.00;9.70;999.00;2.55;0.68 +1981;4;1843.50;10.40;999.00;4.03;0.68 +1981;5;1847.00;10.15;999.00;3.73;0.68 +1981;9;1843.80;10.16;993.00;1.57;0.68 +1981;10;1858.20;9.80;993.00;-1.57;0.68 +1981;19;1871.00;9.60;1003.00;-3.73;0.68 +1981;20;1872.56;9.60;1003.78;2.03;0.68 +1981;21;1858.20;9.80;993.00;-1.57;0.68 1982;0;3589.00;15.62;1215.00;0.00;0.50 +1982;1;3589.50;16.00;1210.00;0.10;0.50 +1982;2;3585.00;15.90;1211.00;-0.78;0.50 +1982;3;3594.00;15.07;1213.00;1.19;0.50 +1982;4;3583.50;16.00;1216.50;4.44;0.50 +1982;5;3592.00;15.15;1219.50;2.55;0.50 +1982;6;3585.50;15.50;1220.00;3.75;0.50 +1982;9;3584.32;15.99;1215.00;1.57;0.50 +1982;10;3593.68;14.83;1215.00;-1.57;0.50 +1982;21;3584.32;15.99;1215.00;1.57;0.50 1983;0;4087.00;11.60;1098.00;0.00;0.36 +1983;1;4086.50;10.90;1094.50;-0.14;0.36 +1983;2;4090.50;11.60;1096.50;1.16;0.36 +1983;3;4083.00;11.20;1098.00;4.71;0.36 +1983;4;4088.50;12.50;1101.50;2.73;0.36 +1983;5;4084.00;11.95;1101.50;3.85;0.36 +1983;6;4085.50;12.30;1102.50;3.46;0.36 +1983;9;4083.76;11.27;1098.00;1.57;0.36 +1983;10;4090.24;11.91;1098.00;-1.57;0.36 +1983;21;4083.76;11.27;1098.00;1.57;0.36 1984;0;3392.00;14.47;861.00;0.00;0.80 +1984;1;3395.50;12.00;850.50;0.32;0.80 +1984;2;3391.00;11.47;853.00;-0.12;0.80 +1984;3;3399.00;13.95;857.50;1.10;0.80 +1984;4;3387.00;12.10;859.50;-1.27;0.80 +1984;5;3395.00;15.30;866.00;2.60;0.80 +1984;6;3382.50;11.90;867.00;4.14;0.80 +1984;7;3383.50;13.00;869.50;3.92;0.80 +1984;8;3387.00;13.32;870.00;3.64;0.80 +1984;9;3384.80;11.53;861.00;1.57;0.80 +1984;10;3399.20;15.31;861.00;-1.57;0.80 +1984;21;3399.20;15.31;861.00;-1.57;0.80 1985;0;4457.00;14.60;1262.00;0.00;0.40 +1985;1;4454.50;15.15;1257.00;-0.46;0.40 +1985;2;4458.50;14.70;1259.50;0.54;0.40 +1985;3;4452.00;15.12;1260.00;-1.19;0.40 +1985;4;4462.00;14.35;1263.50;1.86;0.40 +1985;5;4454.50;14.50;1264.50;3.92;0.40 +1985;6;4461.00;14.35;1266.00;2.35;0.40 +1985;9;4452.68;14.75;1262.00;1.57;0.40 +1985;10;4461.32;14.46;1262.00;-1.57;0.40 +1985;21;4452.68;14.75;1262.00;1.57;0.40 1986;0;3715.00;11.75;1118.00;0.00;0.66 +1986;1;3715.00;11.72;1111.00;0.00;0.66 +1986;2;3711.00;11.80;1113.00;-0.67;0.66 +1986;3;3721.00;11.20;1116.00;1.24;0.66 +1986;4;3709.00;12.10;1119.00;4.54;0.66 +1986;5;3719.00;11.80;1122.00;2.35;0.66 +1986;6;3711.50;12.70;1124.50;3.63;0.66 +1986;9;3709.06;12.02;1118.00;1.57;0.66 +1986;10;3720.94;11.36;1118.00;-1.57;0.66 +1986;21;3709.06;12.02;1118.00;1.57;0.66 1987;0;1427.00;11.55;1469.00;0.00;0.32 +1987;1;1429.50;11.60;1464.00;0.46;0.32 +1987;2;1426.00;11.50;1465.50;-0.27;0.32 +1987;3;1430.00;10.87;1468.00;1.24;0.32 +1987;4;1423.00;11.55;1470.00;4.46;0.32 +1987;5;1430.00;10.77;1472.00;2.35;0.32 +1987;6;1426.50;11.55;1473.00;3.26;0.32 +1987;9;1424.12;11.65;1469.00;1.57;0.32 +1987;10;1429.88;11.02;1469.00;-1.57;0.32 +1987;21;1424.12;11.65;1469.00;1.57;0.32 1988;0;1485.00;9.95;1057.00;0.00;0.60 +1988;1;1486.50;9.60;1050.50;0.22;0.60 +1988;2;1491.00;10.00;1049.50;0.67;0.60 +1988;3;1491.00;9.95;1055.00;1.24;0.60 +1988;4;1479.50;9.60;1057.00;4.71;0.60 +1988;5;1487.50;9.90;1061.00;2.58;0.60 +1988;6;1473.50;9.50;1060.50;4.41;0.60 +1988;7;1478.50;9.70;1061.50;4.10;0.60 +1988;9;1477.80;9.50;1057.00;1.57;0.60 +1988;10;1492.20;9.80;1057.00;-1.57;0.60 +1988;19;1497.87;9.40;1052.48;1.15;0.60 +1988;20;1499.52;9.40;1051.90;1.23;0.60 +1988;21;1492.20;9.80;1057.00;-1.57;0.60 1989;0;2703.00;12.60;1146.00;0.00;0.46 +1989;1;2701.50;11.80;1140.50;-0.26;0.46 +1989;2;2706.50;12.90;1142.50;0.78;0.46 +1989;3;2699.00;11.20;1144.50;-1.21;0.46 +1989;4;2709.00;11.90;1145.50;1.48;0.46 +1989;5;2699.00;12.27;1149.00;4.06;0.46 +1989;6;2705.00;12.87;1150.00;2.67;0.46 +1989;7;2701.00;13.10;1151.50;3.49;0.46 +1989;9;2698.32;11.35;1146.00;1.57;0.46 +1989;10;2707.68;12.31;1146.00;-1.57;0.46 +1989;21;2698.32;11.35;1146.00;1.57;0.46 1990;0;4363.00;10.70;971.00;0.00;0.30 +1990;1;4359.00;11.05;968.00;-0.92;0.30 +1990;2;4364.50;10.70;968.50;0.54;0.30 +1990;3;4357.50;11.20;971.00;4.71;0.30 +1990;4;4368.50;10.90;971.00;1.57;0.30 +1990;5;4360.00;10.85;972.50;4.24;0.30 +1990;6;4369.00;11.00;972.50;1.81;0.30 +1990;7;4367.50;10.70;973.50;2.07;0.30 +1990;8;4363.50;10.60;974.00;2.97;0.30 +1990;9;4358.68;11.07;971.00;1.57;0.30 +1990;10;4367.32;10.69;971.00;-1.57;0.30 +1990;21;4358.68;11.07;971.00;1.57;0.30 1991;0;4116.00;22.30;1145.00;0.00;0.88 +1991;1;4117.00;22.15;1136.50;0.11;0.88 +1991;2;4123.00;22.40;1135.00;0.61;0.88 +1991;3;4125.50;22.70;1141.50;1.21;0.88 +1991;4;4107.50;22.70;1142.50;-1.28;0.88 +1991;5;4123.00;23.65;1149.50;2.14;0.88 +1991;6;4107.50;23.20;1150.50;4.13;0.88 +1991;7;4116.50;23.30;1153.50;3.08;0.88 +1991;9;4107.72;22.33;1145.00;1.57;0.88 +1991;10;4124.28;23.06;1145.00;-1.57;0.88 +1991;21;4107.72;22.33;1145.00;1.57;0.88 1992;0;2935.00;13.92;767.00;0.00;0.52 +1992;1;2928.50;11.95;763.00;-1.01;0.52 +1992;2;2938.50;14.65;763.00;0.71;0.52 +1992;3;2947.00;13.45;765.00;1.40;0.52 +1992;4;2923.50;13.00;768.50;4.58;0.52 +1992;5;2946.50;11.30;769.50;1.78;0.52 +1992;6;2936.50;12.75;771.00;2.78;0.52 +1992;7;2926.50;14.40;772.00;4.18;0.52 +1992;9;2925.64;12.43;767.00;1.57;0.52 +1992;10;2944.36;12.64;767.00;-1.57;0.52 +1992;21;2944.36;12.64;767.00;-1.57;0.52 1993;0;3045.00;11.30;797.00;0.00;0.72 +1993;1;3051.00;11.20;795.50;1.32;0.72 +1993;2;3042.00;11.25;792.50;-0.58;0.72 +1993;3;3038.50;11.10;803.50;3.92;0.72 +1993;9;3037.62;11.28;797.00;1.57;0.72 +1993;10;3052.38;11.20;797.00;-1.57;0.72 +1993;21;3037.62;11.28;797.00;1.57;0.72 1994;0;3091.00;10.80;1039.00;0.00;1.72 +1994;1;3085.50;11.60;1017.00;-0.24;1.72 +1994;2;3101.00;12.42;1011.00;0.34;1.72 +1994;3;3105.50;11.50;1030.50;1.04;1.72 +1994;4;3074.00;10.90;1040.50;4.62;1.72 +1994;5;3109.00;10.70;1053.50;2.24;1.72 +1994;6;3078.00;10.60;1060.00;3.69;1.72 +1994;7;3099.50;10.50;1059.50;2.74;1.72 +1994;8;3088.50;10.60;1061.50;3.25;1.72 +1994;9;3075.52;10.90;1039.00;1.57;1.72 +1994;10;3106.48;11.04;1039.00;-1.57;1.72 +1994;21;3075.52;10.90;1039.00;1.57;1.72 1995;0;3834.00;17.10;1212.00;0.00;0.58 +1995;1;3832.50;15.30;1204.50;-0.19;0.58 +1995;2;3837.50;16.00;1207.50;0.66;0.58 +1995;3;3829.50;17.30;1210.50;-1.24;0.58 +1995;4;3839.50;16.95;1214.00;1.92;0.58 +1995;5;3829.50;17.30;1217.00;3.87;0.58 +1995;6;3835.50;17.55;1217.00;2.85;0.58 +1995;9;3828.60;17.30;1212.00;1.57;0.58 +1995;10;3839.40;16.66;1212.00;-1.57;0.58 +1995;21;3828.60;17.30;1212.00;1.57;0.58 1996;0;4304.00;13.07;1113.00;0.00;0.74 +1996;1;4309.00;12.25;1103.50;0.48;0.74 +1996;2;4304.00;12.25;1108.00;0.00;0.74 +1996;3;4313.00;14.10;1108.00;1.06;0.74 +1996;4;4297.00;12.55;1110.50;-1.22;0.74 +1996;5;4308.00;15.05;1114.50;1.93;0.74 +1996;6;4295.00;13.30;1115.50;4.44;0.74 +1996;7;4300.00;15.20;1119.50;3.69;0.74 +1996;8;4294.50;14.50;1119.50;4.11;0.74 +1996;9;4296.26;12.91;1113.00;1.57;0.74 +1996;10;4311.74;16.19;1113.00;-1.57;0.74 +1996;21;4296.26;12.91;1113.00;1.57;0.74 1997;0;1702.00;14.05;1011.00;0.00;0.60 +1997;1;1704.00;12.10;1008.00;0.58;0.60 +1997;2;1697.50;13.40;1006.50;-0.78;0.60 +1997;3;1695.50;12.80;1010.50;-1.49;0.60 +1997;4;1697.50;11.75;1013.00;4.29;0.60 +1997;5;1708.00;13.65;1015.00;2.15;0.60 +1997;6;1703.50;13.05;1016.00;2.85;0.60 +1997;9;1696.60;12.99;1011.00;1.57;0.60 +1997;10;1707.40;11.89;1011.00;-1.57;0.60 +1997;19;1694.07;9.40;1015.90;-2.69;0.60 +1997;20;1692.58;9.40;1016.82;4.15;0.60 +1997;21;1707.40;11.89;1011.00;-1.57;0.60 1998;0;1210.00;11.92;1401.00;0.00;0.44 +1998;1;1209.00;11.90;1396.50;-0.21;0.44 +1998;2;1216.50;11.70;1400.00;1.41;0.44 +1998;3;1204.00;12.10;1401.50;4.62;0.44 +1998;4;1215.50;11.80;1404.00;2.07;0.44 +1998;5;1208.50;12.00;1405.00;3.50;0.44 +1998;9;1204.60;12.09;1401.00;1.57;0.44 +1998;10;1215.40;11.80;1401.00;-1.57;0.44 +1998;21;1204.60;12.09;1401.00;1.57;0.44 1999;0;4377.00;17.40;1117.00;0.00;0.48 +1999;1;4375.50;16.85;1110.00;-0.21;0.48 +1999;2;4372.50;17.45;1113.00;-0.84;0.48 +1999;3;4379.50;16.75;1112.00;0.46;0.48 +1999;4;4382.00;17.25;1118.50;1.86;0.48 +1999;5;4373.00;18.20;1120.50;3.99;0.48 +1999;6;4377.00;18.20;1123.00;3.14;0.48 +1999;9;4372.68;17.79;1117.00;1.57;0.48 +1999;10;4381.32;17.25;1117.00;-1.57;0.48 +1999;21;4372.68;17.79;1117.00;1.57;0.48 2000;0;3753.00;13.52;1249.00;0.00;0.38 +2000;1;3753.00;13.45;1244.50;0.00;0.38 +2000;2;3756.50;15.30;1245.00;0.71;0.38 +2000;3;3748.50;12.60;1245.00;-0.84;0.38 +2000;4;3750.00;13.60;1250.50;4.24;0.38 +2000;5;3756.50;14.10;1249.50;1.71;0.38 +2000;6;3755.50;14.35;1254.00;2.67;0.38 +2000;7;3753.00;14.80;1255.50;3.14;0.38 +2000;9;3749.58;13.29;1249.00;1.57;0.38 +2000;10;3756.42;14.13;1249.00;-1.57;0.38 +2000;21;3749.58;13.29;1249.00;1.57;0.38 2001;0;2822.00;10.00;835.00;0.00;0.74 +2001;1;2815.50;10.15;827.00;-0.68;0.74 +2001;2;2818.50;10.30;825.00;-0.33;0.74 +2001;3;2821.50;9.90;828.50;-0.07;0.74 +2001;4;2815.00;10.10;834.00;-1.42;0.74 +2001;5;2828.00;9.90;833.00;1.24;0.74 +2001;6;2829.00;10.00;841.00;2.27;0.74 +2001;7;2819.50;10.00;840.00;3.60;0.74 +2001;9;2815.34;10.10;835.00;1.57;0.74 +2001;10;2828.66;9.90;835.00;-1.57;0.74 +2001;21;2815.34;10.10;835.00;1.57;0.74 2002;0;3981.00;10.00;1140.00;0.00;0.50 +2002;1;3977.50;9.95;1136.00;-0.71;0.50 +2002;2;3983.50;10.10;1135.50;0.50;0.50 +2002;3;3986.00;10.05;1138.50;1.27;0.50 +2002;4;3979.00;10.00;1143.50;3.66;0.50 +2002;5;3984.50;10.10;1144.00;2.42;0.50 +2002;9;3976.50;9.90;1140.00;1.57;0.50 +2002;10;3985.50;10.05;1140.00;-1.57;0.50 +2002;21;3976.50;9.90;1140.00;1.57;0.50 2003;0;3381.00;12.82;946.00;0.00;0.72 +2003;1;3378.00;11.05;938.50;-0.38;0.72 +2003;2;3383.50;11.10;937.50;0.28;0.72 +2003;3;3389.00;12.30;941.50;1.05;0.72 +2003;4;3374.00;11.70;944.50;-1.36;0.72 +2003;5;3387.00;12.65;949.00;2.03;0.72 +2003;6;3373.00;11.87;952.00;4.06;0.72 +2003;7;3379.00;14.55;954.50;3.37;0.72 +2003;9;3373.44;11.78;946.00;1.57;0.72 +2003;10;3388.56;12.44;946.00;-1.57;0.72 +2003;19;3397.00;10.10;948.00;-4.25;0.72 +2003;20;3398.73;10.10;948.21;1.69;0.72 +2003;21;3373.44;11.78;946.00;1.57;0.72 2004;0;3520.00;9.70;1169.00;0.00;0.36 +2004;1;3518.50;9.70;1167.00;-0.64;0.36 +2004;2;3524.00;9.70;1167.00;1.10;0.36 +2004;3;3522.00;9.70;1170.50;2.21;0.36 +2004;4;3514.50;9.70;1170.00;4.53;0.36 +2004;5;3517.00;9.70;1172.00;3.92;0.36 +2004;9;3516.04;9.70;1169.00;1.57;0.36 +2004;10;3523.96;9.70;1169.00;-1.57;0.36 +2004;21;3516.04;9.70;1169.00;1.57;0.36 2005;0;4099.00;10.60;1056.00;0.00;0.36 +2005;1;4098.50;11.00;1052.50;-0.14;0.36 +2005;2;4094.00;10.70;1055.50;-1.47;0.36 +2005;3;4104.00;11.00;1057.00;1.76;0.36 +2005;4;4098.50;10.60;1058.00;3.38;0.36 +2005;5;4103.00;10.75;1060.50;2.41;0.36 +2005;9;4094.86;10.66;1056.00;1.57;0.36 +2005;10;4103.14;10.93;1056.00;-1.57;0.36 +2005;21;4094.86;10.66;1056.00;1.57;0.36 2006;0;4475.00;12.85;1212.00;0.00;0.34 +2006;1;4476.00;11.80;1209.50;0.38;0.34 +2006;2;4472.00;12.12;1209.00;-0.78;0.34 +2006;3;4471.00;12.95;1212.50;4.58;0.34 +2006;4;4480.50;12.90;1212.50;1.66;0.34 +2006;5;4476.50;13.70;1214.50;2.60;0.34 +2006;6;4471.00;13.50;1216.00;3.92;0.34 +2006;9;4471.04;12.89;1212.00;1.57;0.34 +2006;10;4478.96;12.67;1212.00;-1.57;0.34 +2006;21;4471.04;12.89;1212.00;1.57;0.34 2007;0;1646.00;10.30;889.00;0.00;0.92 +2007;1;1638.00;10.07;878.00;-0.62;0.92 +2007;2;1641.50;10.10;879.00;-0.42;0.92 +2007;3;1632.50;10.30;880.50;-1.00;0.92 +2007;4;1652.00;10.10;883.50;0.82;0.92 +2007;5;1629.50;10.60;886.50;-1.42;0.92 +2007;6;1662.00;10.10;890.50;1.66;0.92 +2007;7;1640.00;10.60;894.00;4.01;0.92 +2007;8;1661.00;10.20;897.50;2.08;0.92 +2007;9;1633.04;10.60;889.00;1.57;0.92 +2007;10;1658.96;10.10;889.00;-1.57;0.92 +2007;21;1633.04;10.60;889.00;1.57;0.92 2008;0;1226.00;15.72;1209.00;0.00;0.56 +2008;1;1222.00;15.12;1202.00;-0.51;0.56 +2008;2;1226.00;15.22;1203.00;0.00;0.56 +2008;3;1220.50;15.40;1208.00;-1.39;0.56 +2008;4;1230.50;16.00;1209.50;1.68;0.56 +2008;5;1223.00;16.35;1214.50;3.64;0.56 +2008;6;1228.50;16.30;1215.50;2.77;0.56 +2008;9;1220.96;15.40;1209.00;1.57;0.56 +2008;10;1231.04;15.92;1209.00;-1.57;0.56 +2008;21;1220.96;15.40;1209.00;1.57;0.56 2009;0;3349.00;14.02;801.00;0.00;0.66 +2009;1;3349.00;14.05;792.00;0.00;0.66 +2009;2;3343.50;12.80;799.00;-1.22;0.66 +2009;3;3356.50;13.80;799.50;1.37;0.66 +2009;4;3352.00;13.47;808.00;2.73;0.66 +2009;5;3346.00;13.37;811.00;3.43;0.66 +2009;6;3350.50;13.20;814.00;3.02;0.66 +2009;9;3343.06;12.86;801.00;1.57;0.66 +2009;10;3354.94;13.67;801.00;-1.57;0.66 +2009;21;3343.06;12.86;801.00;1.57;0.66 2010;0;4152.00;21.57;1204.00;0.00;1.00 +2010;1;4154.00;22.35;1193.00;0.18;1.00 +2010;2;4143.50;22.70;1197.00;-0.88;1.00 +2010;3;4162.00;22.15;1203.00;1.47;1.00 +2010;4;4139.50;22.30;1205.50;4.59;1.00 +2010;5;4147.50;22.45;1212.00;3.65;1.00 +2010;6;4159.50;22.40;1214.50;2.52;1.00 +2010;9;4142.82;22.20;1204.00;1.57;1.00 +2010;10;4161.18;22.03;1204.00;-1.57;1.00 +2010;21;4142.82;22.20;1204.00;1.57;1.00 2011;0;1244.00;15.90;1204.00;0.00;0.56 +2011;1;1241.00;16.85;1198.50;-0.49;0.56 +2011;2;1248.50;16.90;1198.00;0.64;0.56 +2011;3;1248.50;15.90;1204.50;1.68;0.56 +2011;4;1239.50;16.00;1207.00;4.12;0.56 +2011;5;1245.00;15.85;1211.00;3.00;0.56 +2011;9;1238.96;15.89;1204.00;1.57;0.56 +2011;10;1249.04;15.90;1204.00;-1.57;0.56 +2011;21;1238.96;15.89;1204.00;1.57;0.56 2012;0;2630.00;11.07;863.00;0.00;0.68 +2012;1;2631.50;10.90;854.00;0.16;0.68 +2012;2;2636.00;10.40;852.50;0.51;0.68 +2012;3;2637.00;10.27;857.00;0.86;0.68 +2012;4;2626.50;11.40;862.00;-1.29;0.68 +2012;5;2630.50;10.65;868.00;3.04;0.68 +2012;6;2622.50;10.85;871.00;3.89;0.68 +2012;7;2623.00;11.15;875.00;3.67;0.68 +2012;9;2623.88;11.43;863.00;1.57;0.68 +2012;10;2636.12;10.65;863.00;-1.57;0.68 +2012;21;2623.88;11.43;863.00;1.57;0.68 2013;0;3432.00;10.10;1228.00;0.00;0.46 +2013;1;3435.50;10.30;1223.50;0.66;0.46 +2013;2;3431.50;10.30;1225.50;-0.19;0.46 +2013;3;3438.00;10.12;1225.00;1.10;0.46 +2013;4;3435.00;10.05;1229.00;1.89;0.46 +2013;5;3428.00;10.10;1229.50;4.35;0.46 +2013;6;3428.50;10.10;1233.00;3.75;0.46 +2013;7;3431.00;10.10;1234.00;3.30;0.46 +2013;9;3427.86;10.20;1228.00;1.57;0.46 +2013;10;3436.14;10.05;1228.00;-1.57;0.46 +2013;21;3427.86;10.20;1228.00;1.57;0.46 2014;0;4206.00;21.80;1118.00;0.00;0.72 +2014;1;4205.50;21.60;1112.50;-0.09;0.72 +2014;2;4198.50;22.40;1110.00;-0.75;0.72 +2014;3;4198.50;22.60;1118.50;4.64;0.72 +2014;4;4213.50;22.40;1113.50;1.03;0.72 +2014;5;4215.50;22.10;1118.50;1.62;0.72 +2014;6;4212.00;21.15;1124.00;2.35;0.72 +2014;7;4202.50;21.10;1124.50;3.63;0.72 +2014;9;4199.16;22.46;1118.00;1.57;0.72 +2014;10;4212.84;21.98;1118.00;-1.57;0.72 +2014;21;4199.16;22.46;1118.00;1.57;0.72 2015;0;4006.00;13.92;1305.00;0.00;0.72 +2015;1;4005.50;13.90;1294.50;-0.04;0.72 +2015;2;4001.00;13.85;1300.50;-0.83;0.72 +2015;3;4010.50;13.50;1302.50;1.06;0.72 +2015;4;3997.00;14.15;1306.50;4.54;0.72 +2015;5;4007.50;13.90;1310.50;2.87;0.72 +2015;6;4015.50;13.70;1310.50;2.09;0.72 +2015;9;3998.44;14.09;1305.00;1.57;0.72 +2015;10;4013.56;13.55;1305.00;-1.57;0.72 +2015;21;3998.44;14.09;1305.00;1.57;0.72 2016;0;3279.00;11.00;865.00;0.00;0.64 +2016;1;3276.00;10.95;857.50;-0.38;0.64 +2016;2;3283.00;10.95;856.00;0.41;0.64 +2016;3;3285.50;10.80;862.50;1.20;0.64 +2016;4;3273.50;11.00;867.50;4.28;0.64 +2016;5;3284.00;10.70;871.50;2.48;0.64 +2016;6;3280.00;10.80;876.00;3.05;0.64 +2016;9;3273.24;11.11;865.00;1.57;0.64 +2016;10;3284.76;10.80;865.00;-1.57;0.64 +2016;21;3273.24;11.11;865.00;1.57;0.64 2017;0;3789.00;11.00;1183.00;0.00;0.48 +2017;1;3789.00;10.82;1177.00;0.00;0.48 +2017;2;3795.00;11.07;1183.00;1.57;0.48 +2017;3;3782.00;10.87;1183.00;4.71;0.48 +2017;4;3782.50;11.00;1187.50;4.10;0.48 +2017;5;3789.00;11.07;1188.00;3.14;0.48 +2017;9;3783.78;10.90;1183.00;1.57;0.48 +2017;10;3794.22;11.05;1183.00;-1.57;0.48 +2017;21;3783.78;10.90;1183.00;1.57;0.48 2018;0;3675.00;9.87;972.00;0.00;0.86 +2018;1;3675.00;10.00;965.00;0.00;0.86 +2018;2;3666.00;9.97;965.00;-0.91;0.86 +2018;3;3670.50;9.80;974.00;4.29;0.86 +2018;4;3684.00;9.80;975.00;1.89;0.86 +2018;5;3680.00;9.80;981.50;2.65;0.86 +2018;9;3667.26;9.80;972.00;1.57;0.86 +2018;10;3682.74;9.85;972.00;-1.57;0.86 +2018;21;3667.26;9.80;972.00;1.57;0.86 2019;0;1245.00;10.10;1347.00;0.00;0.56 +2019;1;1246.00;10.55;1341.00;0.16;0.56 +2019;2;1240.00;10.10;1344.50;-1.10;0.56 +2019;3;1250.50;10.55;1343.00;0.94;0.56 +2019;4;1250.00;10.10;1349.00;1.95;0.56 +2019;5;1241.00;10.30;1351.00;3.92;0.56 +2019;6;1247.00;10.35;1352.50;2.79;0.56 +2019;9;1239.60;10.10;1347.00;1.57;0.56 +2019;10;1250.40;10.23;1347.00;-1.57;0.56 +2019;21;1239.60;10.10;1347.00;1.57;0.56 2020;0;3522.00;10.35;732.00;0.00;0.66 +2020;1;3515.50;10.20;727.50;-0.96;0.66 +2020;2;3519.00;10.37;725.00;-0.40;0.66 +2020;3;3526.00;10.10;729.50;1.01;0.66 +2020;4;3516.00;10.45;731.50;-1.48;0.66 +2020;5;3520.00;10.45;736.50;3.56;0.66 +2020;6;3530.50;10.10;734.50;1.85;0.66 +2020;7;3526.50;10.20;738.00;2.49;0.66 +2020;9;3515.88;10.46;732.00;1.57;0.66 +2020;10;3528.12;10.06;732.00;-1.57;0.66 +2020;21;3515.88;10.46;732.00;1.57;0.66 2021;0;1341.00;9.70;1156.00;0.00;0.48 +2021;1;1338.00;9.90;1151.00;-0.54;0.48 +2021;2;1342.00;9.95;1151.00;0.19;0.48 +2021;3;1344.50;9.85;1152.00;0.71;0.48 +2021;4;1335.50;9.70;1155.50;-1.48;0.48 +2021;5;1346.00;9.70;1157.00;1.76;0.48 +2021;6;1339.50;9.60;1159.50;3.54;0.48 +2021;7;1345.50;9.60;1160.50;2.35;0.48 +2021;9;1335.96;9.70;1156.00;1.57;0.48 +2021;10;1346.04;9.70;1156.00;-1.57;0.48 +2021;19;1354.00;9.50;1166.00;-3.93;0.48 +2021;20;1355.38;9.50;1167.06;2.22;0.48 +2021;21;1341.77;10.00;1158.31;-1.57;0.48 2022;0;4422.00;14.55;1244.00;0.00;0.32 +2022;1;4421.00;14.77;1242.00;-0.46;0.32 +2022;2;4428.00;14.80;1242.50;1.32;0.32 +2022;3;4416.50;14.40;1246.00;4.36;0.32 +2022;4;4426.00;14.40;1245.50;1.93;0.32 +2022;5;4421.00;14.57;1248.00;3.38;0.32 +2022;6;4418.00;14.55;1248.50;3.86;0.32 +2022;9;4417.14;14.60;1244.00;1.57;0.32 +2022;10;4426.86;14.65;1244.00;-1.57;0.32 +2022;21;4417.14;14.60;1244.00;1.57;0.32 2023;0;1631.00;15.25;969.00;0.00;0.50 +2023;1;1631.50;15.10;962.50;0.07;0.50 +2023;2;1627.00;13.95;966.50;-1.01;0.50 +2023;3;1636.00;12.40;967.00;1.19;0.50 +2023;4;1627.50;15.15;974.00;3.75;0.50 +2023;5;1634.00;13.65;974.00;2.60;0.50 +2023;9;1626.50;14.00;969.00;1.57;0.50 +2023;10;1635.50;13.00;969.00;-1.57;0.50 +2023;21;1626.50;14.00;969.00;1.57;0.50 2024;0;3165.00;11.17;562.00;0.00;0.56 +2024;1;3165.00;11.40;555.00;0.00;0.56 +2024;2;3169.50;11.00;564.50;2.07;0.56 +2024;3;3159.50;11.00;564.50;4.28;0.56 +2024;4;3162.50;11.00;572.00;3.38;0.56 +2024;9;3159.96;11.07;562.00;1.57;0.56 +2024;10;3170.04;11.04;562.00;-1.57;0.56 +2024;21;3159.96;11.07;562.00;1.57;0.56 2025;0;2915.00;9.90;797.00;0.00;0.72 +2025;1;2910.00;9.80;791.00;-0.69;0.72 +2025;2;2916.50;10.35;787.00;0.14;0.72 +2025;3;2920.00;10.12;796.00;1.37;0.72 +2025;4;2909.00;9.82;800.00;4.24;0.72 +2025;5;2923.00;10.85;805.00;2.35;0.72 +2025;6;2918.50;10.60;807.00;2.80;0.72 +2025;9;2908.52;9.80;797.00;1.57;0.72 +2025;10;2921.48;10.29;797.00;-1.57;0.72 +2025;21;2908.52;9.80;797.00;1.57;0.72 2026;0;3613.00;16.60;1186.00;0.00;0.56 +2026;1;3615.00;16.57;1181.00;0.38;0.56 +2026;2;3623.00;16.10;1183.50;1.32;0.56 +2026;3;3606.00;16.65;1187.50;4.50;0.56 +2026;4;3617.00;16.10;1188.00;2.03;0.56 +2026;5;3609.50;16.25;1192.00;3.67;0.56 +2026;9;3606.34;16.66;1186.00;1.57;0.56 +2026;10;3619.66;16.16;1186.00;-1.57;0.56 +2026;21;3606.34;16.66;1186.00;1.57;0.56 2027;0;3388.00;13.77;1099.00;0.00;0.50 +2027;1;3390.50;12.90;1093.50;0.42;0.50 +2027;2;3393.50;13.10;1095.50;1.00;0.50 +2027;3;3383.50;13.75;1098.00;-1.35;0.50 +2027;4;3392.50;13.20;1100.50;1.89;0.50 +2027;5;3383.00;14.87;1104.00;3.92;0.50 +2027;6;3387.50;14.10;1104.50;3.23;0.50 +2027;9;3383.50;14.00;1099.00;1.57;0.50 +2027;10;3392.50;13.10;1099.00;-1.57;0.50 +2027;21;3383.50;14.00;1099.00;1.57;0.50 2028;0;4352.00;12.95;1318.00;0.00;0.60 +2028;1;4357.00;13.10;1312.00;0.69;0.60 +2028;2;4350.00;13.20;1312.50;-0.34;0.60 +2028;3;4345.50;13.10;1316.50;-1.34;0.60 +2028;4;4358.00;12.90;1320.00;1.89;0.60 +2028;5;4346.00;12.80;1321.50;4.18;0.60 +2028;6;4352.50;12.80;1324.00;3.05;0.60 +2028;9;4346.60;12.99;1318.00;1.57;0.60 +2028;10;4357.40;13.05;1318.00;-1.57;0.60 +2028;21;4346.60;12.99;1318.00;1.57;0.60 2029;0;3583.00;12.30;903.00;0.00;0.78 +2029;1;3575.00;12.90;898.50;-1.05;0.78 +2029;2;3582.50;13.65;895.00;-0.06;0.78 +2029;3;3590.00;13.17;897.00;0.86;0.78 +2029;4;3591.50;11.60;905.00;1.80;0.78 +2029;5;3577.00;12.15;908.00;4.01;0.78 +2029;6;3586.50;11.95;912.00;2.77;0.78 +2029;9;3575.08;12.52;903.00;1.57;0.78 +2029;10;3590.92;11.75;903.00;-1.57;0.78 +2029;19;3599.00;9.50;892.00;0.86;0.78 +2029;20;3600.44;9.50;891.00;0.96;0.78 +2029;21;3575.08;12.52;903.00;1.57;0.78 2030;0;4474.00;10.60;1153.00;0.00;0.36 +2030;1;4474.50;10.90;1149.50;0.14;0.36 +2030;2;4469.50;10.55;1150.00;-0.98;0.36 +2030;3;4469.00;10.62;1154.00;4.51;0.36 +2030;4;4479.50;10.80;1154.50;1.83;0.36 +2030;5;4472.50;10.70;1156.00;3.60;0.36 +2030;6;4477.50;11.35;1157.00;2.42;0.36 +2030;9;4469.68;10.60;1153.00;1.57;0.36 +2030;10;4478.32;10.70;1153.00;-1.57;0.36 +2030;21;4469.68;10.60;1153.00;1.57;0.36 2031;0;1476.00;10.20;1112.00;0.00;0.76 +2031;1;1473.00;10.37;1103.00;-0.32;0.76 +2031;2;1468.50;10.60;1110.00;-1.31;0.76 +2031;3;1482.00;9.90;1108.50;1.04;0.76 +2031;4;1487.00;9.70;1113.00;1.66;0.76 +2031;5;1462.00;11.15;1115.50;4.46;0.76 +2031;6;1469.50;10.20;1117.50;4.01;0.76 +2031;7;1480.50;10.00;1117.50;2.45;0.76 +2031;9;1465.20;10.84;1112.00;1.57;0.76 +2031;10;1486.80;9.75;1112.00;-1.57;0.76 +2031;19;1474.09;9.50;1124.78;-2.97;0.76 +2031;20;1473.83;9.50;1126.51;3.29;0.76 +2031;21;1486.80;9.75;1112.00;-1.57;0.76 2032;0;4003.00;10.60;1138.00;0.00;0.46 +2032;1;3999.00;10.25;1134.50;-0.85;0.46 +2032;2;4004.00;10.45;1133.50;0.21;0.46 +2032;3;4007.00;10.75;1136.50;1.21;0.46 +2032;4;3997.00;10.35;1137.50;-1.48;0.46 +2032;5;4001.50;10.80;1141.50;3.54;0.46 +2032;6;4008.00;11.40;1140.50;2.03;0.46 +2032;7;4007.00;11.55;1142.50;2.41;0.46 +2032;9;3998.68;10.32;1138.00;1.57;0.46 +2032;10;4007.32;11.02;1138.00;-1.57;0.46 +2032;21;3998.68;10.32;1138.00;1.57;0.46 2033;0;3414.00;9.67;1030.00;0.00;0.74 +2033;1;3418.00;9.67;1022.00;0.46;0.74 +2033;2;3421.50;10.00;1020.00;0.64;0.74 +2033;3;3420.50;10.00;1025.50;0.96;0.74 +2033;4;3411.00;9.60;1029.00;-1.24;0.74 +2033;5;3415.00;10.20;1034.50;2.92;0.74 +2033;6;3405.50;9.50;1036.00;4.09;0.74 +2033;7;3407.50;9.70;1038.50;3.79;0.74 +2033;9;3407.34;9.50;1030.00;1.57;0.74 +2033;10;3420.66;10.22;1030.00;-1.57;0.74 +2033;19;3411.00;9.50;1027.00;-1.25;0.74 +2033;20;3409.76;9.50;1025.76;-0.78;0.74 +2033;21;3407.34;9.50;1030.00;1.57;0.74 2034;0;3251.00;11.30;717.00;0.00;0.60 +2034;1;3259.00;11.45;711.50;0.96;0.60 +2034;2;3269.50;12.00;711.50;1.28;0.60 +2034;3;3264.00;11.95;716.00;1.49;0.60 +2034;4;3243.00;11.30;714.00;-1.21;0.60 +2034;5;3236.50;11.30;720.00;4.50;0.60 +2034;6;3246.00;11.30;721.00;4.03;0.60 +2034;7;3254.50;11.40;720.50;2.35;0.60 +2034;8;3239.50;11.55;724.00;4.16;0.60 +2034;9;3238.76;11.30;717.00;1.57;0.60 +2034;10;3263.24;11.92;717.00;-1.57;0.60 +2034;21;3238.76;11.30;717.00;1.57;0.60 2035;0;1966.00;9.95;810.00;0.00;1.28 +2035;1;1959.00;10.20;798.00;-0.52;1.28 +2035;2;1975.00;9.90;803.00;0.91;1.28 +2035;3;1952.50;9.80;811.00;4.63;1.28 +2035;4;1980.00;9.85;816.00;1.97;1.28 +2035;5;1964.00;9.80;822.00;3.30;1.28 +2035;6;1971.50;9.80;825.50;2.80;1.28 +2035;7;1976.00;9.80;826.50;2.59;1.28 +2035;9;1953.04;9.80;810.00;1.57;1.28 +2035;10;1978.96;9.90;810.00;-1.57;1.28 +2035;19;1988.29;9.50;843.19;-3.89;1.28 +2035;20;1989.26;9.50;844.64;2.55;1.28 +2035;21;1978.96;9.90;810.00;-1.57;1.28 2036;0;4034.00;10.57;1071.00;0.00;0.46 +2036;1;4029.00;10.85;1065.50;-0.73;0.46 +2036;2;4031.50;10.90;1065.50;-0.42;0.46 +2036;3;4037.50;10.60;1070.50;1.42;0.46 +2036;4;4027.50;10.70;1068.50;-1.20;0.46 +2036;5;4033.50;10.40;1074.00;3.30;0.46 +2036;6;4041.50;10.45;1074.00;1.95;0.46 +2036;9;4028.06;10.70;1071.00;1.57;0.46 +2036;10;4039.94;10.55;1071.00;-1.57;0.46 +2036;21;4028.06;10.70;1071.00;1.57;0.46 2037;0;1160.00;13.25;1355.00;0.00;0.54 +2037;1;1158.50;12.90;1348.50;-0.22;0.54 +2037;2;1163.50;12.90;1351.50;0.78;0.54 +2037;3;1154.50;12.85;1353.00;-1.22;0.54 +2037;4;1166.50;12.90;1357.00;1.86;0.54 +2037;5;1158.50;13.20;1359.50;3.46;0.54 +2037;6;1165.00;13.40;1360.50;2.40;0.54 +2037;9;1155.14;12.88;1355.00;1.57;0.54 +2037;10;1164.86;13.04;1355.00;-1.57;0.54 +2037;21;1155.14;12.88;1355.00;1.57;0.54 2038;0;2616.00;10.07;797.00;0.00;0.60 +2038;1;2608.50;10.30;790.50;-0.85;0.60 +2038;2;2618.50;10.20;793.50;0.62;0.60 +2038;3;2607.50;11.65;795.00;-1.34;0.60 +2038;4;2618.00;10.65;801.50;2.72;0.60 +2038;9;2608.44;12.36;797.00;1.57;0.60 +2038;10;2623.56;10.30;797.00;-1.57;0.60 +2038;19;2603.00;9.82;784.00;-0.86;0.60 +2038;20;2601.76;9.82;782.76;-0.78;0.60 +2038;21;2599.76;9.50;784.38;1.57;0.60 2039;0;3726.00;12.45;1096.00;0.00;0.42 +2039;1;3722.50;11.80;1093.00;-0.86;0.42 +2039;2;3734.00;12.15;1094.50;1.38;0.42 +2039;3;3716.50;12.80;1097.50;4.55;0.42 +2039;4;3729.50;11.80;1099.50;2.35;0.42 +2039;5;3720.50;12.60;1100.00;4.08;0.42 +2039;9;3718.44;12.35;1096.00;1.57;0.42 +2039;10;3733.56;12.09;1096.00;-1.57;0.42 +2039;21;3718.44;12.35;1096.00;1.57;0.42 2040;0;3369.00;11.87;845.00;0.00;0.72 +2040;1;3360.50;12.00;836.00;-0.75;0.72 +2040;2;3369.00;12.55;838.50;0.00;0.72 +2040;3;3360.00;11.92;837.00;-0.84;0.72 +2040;4;3364.00;11.25;845.50;4.61;0.72 +2040;5;1684.00;9.50;422.00;-1.32;0.72 +2040;6;3375.50;11.10;851.50;2.35;0.72 +2040;7;3369.50;11.50;854.50;3.08;0.72 +2040;9;3362.52;11.20;845.00;1.57;0.72 +2040;10;3375.48;10.70;845.00;-1.57;0.72 +2040;21;3362.52;11.20;845.00;1.57;0.72 2041;0;3986.00;19.65;1234.00;0.00;0.56 +2041;1;3990.50;18.90;1228.00;0.64;0.56 +2041;2;3986.00;19.05;1228.50;0.00;0.56 +2041;3;3992.00;19.35;1231.00;1.10;0.56 +2041;4;3979.50;17.60;1233.50;-1.49;0.56 +2041;5;3989.00;20.32;1238.00;2.49;0.56 +2041;6;3981.00;19.67;1239.00;3.92;0.56 +2041;9;3980.42;18.22;1234.00;1.57;0.56 +2041;10;3991.58;20.00;1234.00;-1.57;0.56 +2041;21;3980.42;18.22;1234.00;1.57;0.56 2042;0;1286.00;9.70;1335.00;0.00;0.46 +2042;1;1283.50;9.70;1329.50;-0.42;0.46 +2042;2;1282.00;9.70;1333.50;-1.21;0.46 +2042;3;1289.00;9.70;1332.50;0.87;0.46 +2042;4;1288.50;9.75;1339.00;2.58;0.46 +2042;5;1282.00;10.25;1339.00;3.92;0.46 +2042;6;1284.50;10.30;1340.50;3.40;0.46 +2042;9;1281.68;9.70;1335.00;1.57;0.46 +2042;10;1290.32;9.70;1335.00;-1.57;0.46 +2042;19;1284.00;9.60;1325.00;0.88;0.46 +2042;20;1283.65;9.60;1323.28;-0.19;0.46 +2042;21;1281.68;9.70;1335.00;1.57;0.46 2043;0;1324.00;14.92;1471.00;0.00;0.30 +2043;1;1325.50;13.60;1463.50;0.19;0.30 +2043;2;1327.50;13.40;1463.50;0.43;0.30 +2043;3;1327.00;14.15;1469.00;0.98;0.30 +2043;4;1322.00;13.50;1466.00;-0.38;0.30 +2043;5;1320.50;14.65;1473.00;4.19;0.30 +2043;6;1327.00;16.00;1476.50;2.64;0.30 +2043;7;1324.00;14.00;1478.50;3.14;0.30 +2043;9;1321.30;13.72;1471.00;1.57;0.30 +2043;10;1326.70;15.23;1471.00;-1.57;0.30 +2043;21;1321.30;13.72;1471.00;1.57;0.30 2044;0;2737.00;10.20;914.00;0.00;0.64 +2044;1;2735.50;10.20;907.50;-0.22;0.64 +2044;2;2744.50;10.20;911.00;1.19;0.64 +2044;3;2728.50;10.30;913.50;-1.51;0.64 +2044;4;2745.00;10.20;918.50;2.08;0.64 +2044;5;2734.50;10.20;919.50;3.56;0.64 +2044;9;2729.44;10.30;914.00;1.57;0.64 +2044;10;2744.56;10.20;914.00;-1.57;0.64 +2044;21;2744.56;10.20;914.00;-1.57;0.64 2045;0;4438.00;12.75;1188.00;0.00;0.40 +2045;1;4440.00;11.20;1182.50;0.34;0.40 +2045;2;4436.50;12.00;1185.50;-0.54;0.40 +2045;3;4442.50;11.40;1185.50;1.06;0.40 +2045;4;4432.50;13.80;1189.00;4.53;0.40 +2045;5;4443.50;11.70;1188.50;1.66;0.40 +2045;6;4442.00;12.32;1190.00;2.03;0.40 +2045;7;4437.00;13.75;1191.50;3.42;0.40 +2045;9;4433.86;13.33;1188.00;1.57;0.40 +2045;10;4442.14;11.85;1188.00;-1.57;0.40 +2045;21;4433.86;13.33;1188.00;1.57;0.40 2046;0;3351.00;10.50;940.00;0.00;0.64 -2047;0;4612.00;12.50;692.00;0.00;0.56 -2048;0;3653.00;9.80;1028.00;0.00;0.56 -2049;0;2853.00;10.95;1175.00;0.00;0.76 -2050;0;2868.00;9.67;758.00;0.00;0.42 -2051;0;1183.00;11.77;1183.00;0.00;0.52 +2046;1;3347.00;10.40;934.50;-0.62;0.64 +2046;2;3355.50;10.50;933.00;0.57;0.64 +2046;3;3359.00;10.60;941.50;1.75;0.64 +2046;4;3343.00;10.40;938.00;-1.32;0.64 +2046;5;3342.00;10.47;942.00;4.49;0.64 +2046;6;3348.00;10.50;946.00;3.60;0.64 +2046;9;3343.80;10.47;940.00;1.57;0.64 +2046;10;3358.20;10.58;940.00;-1.57;0.64 +2046;21;3343.80;10.47;940.00;1.57;0.64 +2047;0;4612.00;12.50;692.00;0.00;0.56 +2047;1;4609.50;12.00;685.00;-0.34;0.56 +2047;2;4605.50;12.20;687.00;-0.91;0.56 +2047;3;4616.00;11.67;687.00;0.67;0.56 +2047;4;4618.00;11.35;691.50;1.48;0.56 +2047;5;4606.00;12.60;691.50;-1.48;0.56 +2047;6;4609.00;12.60;695.00;3.92;0.56 +2047;7;4616.00;11.75;696.00;2.35;0.56 +2047;8;4612.50;12.75;702.00;3.09;0.56 +2047;9;4606.96;12.86;692.00;1.57;0.56 +2047;10;4617.04;11.30;692.00;-1.57;0.56 +2047;21;4606.96;12.86;692.00;1.57;0.56 +2048;0;3653.00;9.80;1028.00;0.00;0.56 +2048;1;3654.00;9.80;1023.00;0.19;0.56 +2048;2;3660.50;9.80;1024.50;1.13;0.56 +2048;3;3647.00;9.80;1028.50;4.62;0.56 +2048;4;3657.00;9.80;1030.00;2.03;0.56 +2048;5;3650.50;9.80;1034.00;3.53;0.56 +2048;9;3647.60;9.80;1028.00;1.57;0.56 +2048;10;3658.40;9.80;1028.00;-1.57;0.56 +2048;19;3650.00;9.60;1039.00;-2.75;0.56 +2048;20;3649.54;9.60;1040.68;3.40;0.56 +2048;21;3647.60;9.80;1028.00;1.57;0.56 +2049;0;2853.00;10.95;1175.00;0.00;0.76 +2049;1;2856.00;10.70;1165.50;0.30;0.76 +2049;2;2847.50;10.80;1168.50;-0.70;0.76 +2049;3;2861.50;10.70;1175.00;1.57;0.76 +2049;4;2844.00;11.10;1176.50;4.54;0.76 +2049;5;2856.50;11.30;1184.00;2.77;0.76 +2049;6;2848.00;11.25;1184.50;3.62;0.76 +2049;9;2846.16;11.00;1175.00;1.57;0.76 +2049;10;2859.84;10.80;1175.00;-1.57;0.76 +2049;21;2846.16;11.00;1175.00;1.57;0.76 +2050;0;2868.00;9.67;758.00;0.00;0.42 +2050;1;2872.00;9.70;754.00;0.78;0.42 +2050;2;2876.00;9.67;755.00;1.21;0.42 +2050;3;2864.50;9.50;755.50;-0.95;0.42 +2050;4;2858.50;9.70;757.50;-1.51;0.42 +2050;5;2875.00;9.75;759.50;1.78;0.42 +2050;6;2865.50;10.10;761.50;3.76;0.42 +2050;9;2860.98;9.67;758.00;1.57;0.42 +2050;10;2875.02;9.60;758.00;-1.57;0.42 +2050;19;2880.00;9.50;749.00;0.79;0.42 +2050;20;2881.40;9.50;747.95;0.92;0.42 +2050;21;2858.34;9.70;755.21;1.57;0.42 +2051;0;1183.00;11.77;1183.00;0.00;0.52 +2051;1;1178.00;11.07;1181.00;-1.19;0.52 +2051;2;1189.00;10.25;1179.50;1.04;0.52 +2051;3;1192.50;11.80;1184.00;1.67;0.52 +2051;4;1185.50;12.40;1186.00;2.44;0.52 +2051;5;1176.50;11.80;1187.50;4.10;0.52 +2051;9;1175.08;11.18;1183.00;1.57;0.52 +2051;10;1190.92;11.07;1183.00;-1.57;0.52 +2051;19;1165.00;9.50;1186.00;-1.19;0.52 +2051;20;1163.27;9.50;1186.28;4.54;0.52 +2051;21;1175.08;11.18;1183.00;1.57;0.52 2052;0;1683.00;12.22;995.00;0.00;0.44 +2052;1;1680.50;11.35;990.00;-0.46;0.44 +2052;2;1685.00;10.60;992.00;0.58;0.44 +2052;3;1679.00;11.65;995.50;4.58;0.44 +2052;4;1688.00;12.80;998.50;2.18;0.44 +2052;5;1682.50;12.90;999.50;3.25;0.44 +2052;9;1679.04;11.58;995.00;1.57;0.44 +2052;10;1686.96;11.61;995.00;-1.57;0.44 +2052;21;1686.96;11.61;995.00;-1.57;0.44 2053;0;4366.00;14.35;1281.00;0.00;0.62 +2053;1;2182.50;10.35;640.00;-1.28;0.62 +2053;2;4372.00;9.65;1274.50;0.74;0.62 +2053;3;4376.00;14.00;1277.50;1.23;0.62 +2053;4;4360.00;14.37;1278.00;-1.10;0.62 +2053;5;4357.50;15.20;1283.50;4.42;0.62 +2053;6;4375.00;14.35;1280.50;1.51;0.62 +2053;7;4365.50;14.70;1285.00;3.26;0.62 +2053;9;4358.26;14.41;1281.00;1.57;0.62 +2053;10;4373.74;14.32;1281.00;-1.57;0.62 +2053;21;4358.26;14.41;1281.00;1.57;0.62 2054;0;3995.00;10.30;1098.00;0.00;0.56 +2054;1;3990.00;10.35;1092.00;-0.69;0.56 +2054;2;3988.00;10.40;1094.00;-1.05;0.56 +2054;3;3995.50;10.20;1094.00;0.12;0.56 +2054;4;4001.50;10.20;1098.50;1.64;0.56 +2054;5;3990.00;10.40;1099.50;4.42;0.56 +2054;6;4000.00;10.40;1103.00;2.35;0.56 +2054;7;3995.50;10.40;1103.50;3.05;0.56 +2054;9;3989.60;10.39;1098.00;1.57;0.56 +2054;10;4000.40;10.25;1098.00;-1.57;0.56 +2054;21;3989.60;10.39;1098.00;1.57;0.56 2055;0;1230.00;13.07;1470.00;0.00;0.30 +2055;1;1223.50;14.30;1469.50;-1.49;0.30 +2055;2;1231.00;13.85;1467.50;0.38;0.30 +2055;3;1237.50;13.65;1468.00;1.31;0.30 +2055;4;1237.00;13.80;1471.00;1.71;0.30 +2055;5;1229.00;12.55;1473.00;3.46;0.30 +2055;9;1224.60;14.34;1470.00;1.57;0.30 +2055;10;1235.40;13.93;1470.00;-1.57;0.30 +2055;21;1224.60;14.34;1470.00;1.57;0.30 2056;0;2861.00;11.15;864.00;0.00;0.72 +2056;1;2859.00;10.75;853.00;-0.18;0.72 +2056;2;2862.50;10.10;850.50;0.11;0.72 +2056;3;2865.00;10.15;858.50;0.62;0.72 +2056;4;2854.00;11.50;858.50;-0.90;0.72 +2056;5;2857.50;11.60;869.50;3.70;0.72 +2056;6;2868.00;10.15;871.00;2.35;0.72 +2056;7;2866.50;10.50;874.50;2.65;0.72 +2056;9;2854.52;11.70;864.00;1.57;0.72 +2056;10;2867.48;10.10;864.00;-1.57;0.72 +2056;21;2843.58;11.80;861.33;1.57;0.72 2057;0;3451.00;11.77;1118.00;0.00;0.58 +2057;1;3450.00;11.90;1112.50;-0.18;0.58 +2057;2;3458.00;11.80;1112.00;0.86;0.58 +2057;3;3459.50;11.65;1118.00;1.57;0.58 +2057;4;3442.00;12.00;1116.50;-1.40;0.58 +2057;5;3443.50;11.80;1122.00;4.22;0.58 +2057;6;3454.00;11.65;1123.50;2.64;0.58 +2057;9;3443.26;11.95;1118.00;1.57;0.58 +2057;10;3458.74;11.68;1118.00;-1.57;0.58 +2057;21;3443.26;11.95;1118.00;1.57;0.58 2058;0;3939.00;11.95;1325.00;0.00;0.44 +2058;1;3937.00;11.55;1320.50;-0.41;0.44 +2058;2;3943.50;11.90;1322.50;1.06;0.44 +2058;3;3933.00;11.47;1325.00;4.71;0.44 +2058;4;3947.50;12.55;1326.00;1.68;0.44 +2058;5;3941.50;13.00;1328.50;2.52;0.44 +2058;6;3933.50;12.25;1329.00;4.08;0.44 +2058;9;3932.88;11.46;1325.00;1.57;0.44 +2058;10;3945.12;12.10;1325.00;-1.57;0.44 +2058;21;3945.12;12.10;1325.00;-1.57;0.44 2059;0;3640.00;10.20;948.00;0.00;0.76 +2059;1;3635.00;10.70;938.50;-0.48;0.76 +2059;2;3642.00;10.40;941.50;0.29;0.76 +2059;3;3632.00;10.50;944.50;-1.15;0.76 +2059;4;3649.50;10.30;946.00;1.36;0.76 +2059;5;3648.50;10.10;953.00;2.10;0.76 +2059;6;3636.50;10.15;953.00;3.75;0.76 +2059;7;3645.00;10.02;956.00;2.58;0.76 +2059;9;3632.44;10.30;948.00;1.57;0.76 +2059;10;3647.56;10.20;948.00;-1.57;0.76 +2059;21;3632.44;10.30;948.00;1.57;0.76 2060;0;1237.00;10.50;1314.00;0.00;0.56 +2060;1;1234.50;11.20;1308.50;-0.42;0.56 +2060;2;1242.00;10.72;1309.00;0.78;0.56 +2060;3;1229.50;11.20;1313.50;-1.50;0.56 +2060;4;1243.50;10.00;1316.00;1.86;0.56 +2060;5;1235.00;10.22;1320.00;3.46;0.56 +2060;9;1230.52;11.15;1314.00;1.57;0.56 +2060;10;1243.48;10.10;1314.00;-1.57;0.56 +2060;21;1247.71;10.30;1314.70;-1.57;0.56 2061;0;4339.00;11.57;1000.00;0.00;0.36 +2061;1;4338.00;11.65;995.50;-0.21;0.36 +2061;2;4343.00;12.05;995.50;0.72;0.36 +2061;3;4342.00;11.95;1001.50;2.03;0.36 +2061;4;4335.00;11.90;999.00;-1.32;0.36 +2061;5;4338.50;11.80;1005.00;3.24;0.36 +2061;6;4341.50;12.20;1007.00;2.79;0.36 +2061;9;4335.76;11.87;1000.00;1.57;0.36 +2061;10;4342.24;11.87;1000.00;-1.57;0.36 +2061;21;4335.76;11.87;1000.00;1.57;0.36 2062;0;3763.00;12.80;1180.00;0.00;0.54 +2062;1;3763.00;12.25;1172.00;0.00;0.54 +2062;2;3769.00;11.65;1174.50;0.82;0.54 +2062;3;3759.00;12.95;1177.50;-1.01;0.54 +2062;4;3769.00;12.20;1181.50;1.81;0.54 +2062;5;3757.00;14.30;1185.50;3.97;0.54 +2062;6;3763.00;13.35;1187.50;3.14;0.54 +2062;9;3758.14;13.28;1180.00;1.57;0.54 +2062;10;3767.86;12.27;1180.00;-1.57;0.54 +2062;21;3758.14;13.28;1180.00;1.57;0.54 2063;0;3491.00;10.97;713.00;0.00;0.68 +2063;1;3496.00;10.90;706.50;0.65;0.68 +2063;2;3485.50;10.70;707.00;-0.74;0.68 +2063;3;3479.50;10.40;711.00;-1.39;0.68 +2063;4;3502.00;10.55;712.00;1.48;0.68 +2063;5;3500.00;10.70;718.00;2.07;0.68 +2063;6;3487.50;10.70;718.50;3.70;0.68 +2063;9;3481.64;10.45;713.00;1.57;0.68 +2063;10;3500.36;10.65;713.00;-1.57;0.68 +2063;21;3481.64;10.45;713.00;1.57;0.68 2064;0;3270.00;10.02;1030.00;0.00;1.00 +2064;1;3260.50;10.10;1018.50;-0.69;1.00 +2064;2;3271.00;10.10;1018.50;0.08;1.00 +2064;3;3258.00;10.10;1028.00;-1.40;1.00 +2064;4;3279.50;9.90;1024.50;1.04;1.00 +2064;5;3285.00;9.80;1032.50;1.73;1.00 +2064;6;3281.50;9.80;1039.50;2.26;1.00 +2064;7;3262.00;10.25;1039.00;3.86;1.00 +2064;8;3271.50;10.10;1041.00;3.00;1.00 +2064;9;3259.20;10.10;1030.00;1.57;1.00 +2064;10;3280.80;9.90;1030.00;-1.57;1.00 +2064;21;3259.20;10.10;1030.00;1.57;1.00 2065;0;3573.00;12.20;1202.00;0.00;0.48 +2065;1;3572.00;10.57;1197.00;-0.19;0.48 +2065;2;3577.00;12.10;1199.00;0.92;0.48 +2065;3;3568.50;11.20;1202.50;4.60;0.48 +2065;4;3577.00;13.45;1204.50;2.12;0.48 +2065;5;3572.50;13.20;1207.50;3.23;0.48 +2065;9;3568.68;11.11;1202.00;1.57;0.48 +2065;10;3577.32;13.17;1202.00;-1.57;0.48 +2065;21;3568.68;11.11;1202.00;1.57;0.48 2066;0;3394.00;10.85;703.00;0.00;0.76 +2066;1;3403.50;11.30;695.50;0.90;0.76 +2066;2;3393.00;10.40;698.00;-0.19;0.76 +2066;3;3408.00;11.40;700.50;1.39;0.76 +2066;4;1696.50;10.10;351.00;-1.36;0.76 +2066;5;3399.50;12.10;705.50;1.99;0.76 +2066;6;3387.00;11.50;711.50;3.83;0.76 +2066;9;3384.46;10.20;703.00;1.57;0.76 +2066;10;3403.54;11.45;703.00;-1.57;0.76 +2066;21;3384.46;10.20;703.00;1.57;0.76 2067;0;4408.00;15.80;1113.00;0.00;0.42 +2067;1;4408.00;15.35;1107.50;0.00;0.42 +2067;2;4413.50;15.90;1106.50;0.70;0.42 +2067;3;4413.50;16.15;1108.00;0.83;0.42 +2067;4;4404.00;16.32;1111.00;-1.10;0.42 +2067;5;4410.50;15.90;1114.50;2.11;0.42 +2067;6;4404.50;17.40;1117.50;3.80;0.42 +2067;7;4407.50;16.90;1120.50;3.20;0.42 +2067;9;4404.22;16.87;1113.00;1.57;0.42 +2067;10;4411.78;15.94;1113.00;-1.57;0.42 +2067;21;4404.22;16.87;1113.00;1.57;0.42 2068;0;2848.00;10.40;933.00;0.00;0.98 +2068;1;2841.00;10.40;926.50;-0.82;0.98 +2068;2;2857.00;10.40;925.50;0.87;0.98 +2068;3;2860.00;10.50;938.00;1.96;0.98 +2068;4;2841.50;10.50;941.00;3.82;0.98 +2068;5;2856.00;10.40;943.50;2.49;0.98 +2068;9;2837.74;10.47;933.00;1.57;0.98 +2068;10;2858.26;10.50;933.00;-1.57;0.98 +2068;21;2837.74;10.47;933.00;1.57;0.98 2069;0;1053.00;10.10;1377.00;0.00;0.50 +2069;1;1054.00;10.50;1371.00;0.16;0.50 +2069;2;1048.00;9.80;1374.50;-1.10;0.50 +2069;3;1058.00;10.40;1376.50;1.47;0.50 +2069;4;1049.50;10.05;1382.00;3.75;0.50 +2069;5;1055.00;10.80;1383.50;2.84;0.50 +2069;6;1051.00;10.50;1385.00;3.38;0.50 +2069;9;1048.50;9.90;1377.00;1.57;0.50 +2069;10;1057.50;10.40;1377.00;-1.57;0.50 +2069;19;1041.00;9.50;1378.00;-1.11;0.50 +2069;20;1039.25;9.50;1378.14;4.62;0.50 +2069;21;1048.50;9.90;1377.00;1.57;0.50 2070;0;3747.00;13.05;1116.00;0.00;0.66 +2070;1;3740.00;11.00;1109.50;-0.82;0.66 +2070;2;3748.50;11.60;1110.00;0.24;0.66 +2070;3;3754.50;12.70;1114.00;1.31;0.66 +2070;4;3737.00;11.82;1115.00;-1.47;0.66 +2070;5;3756.00;13.70;1121.50;2.11;0.66 +2070;6;3740.50;13.20;1120.00;4.16;0.66 +2070;7;3748.00;12.70;1122.50;2.98;0.66 +2070;9;3738.18;12.21;1116.00;1.57;0.66 +2070;10;3755.82;13.33;1116.00;-1.57;0.66 +2070;21;3738.18;12.21;1116.00;1.57;0.66 2071;0;3543.00;15.10;1265.00;0.00;0.36 +2071;1;3540.00;15.15;1261.00;-0.64;0.36 +2071;2;3544.00;14.82;1261.00;0.24;0.36 +2071;3;3546.50;15.10;1262.00;0.86;0.36 +2071;4;3540.00;15.30;1264.50;-1.40;0.36 +2071;5;3546.50;15.60;1265.50;1.71;0.36 +2071;6;3543.00;15.55;1268.50;3.14;0.36 +2071;9;3539.76;15.31;1265.00;1.57;0.36 +2071;10;3546.24;15.46;1265.00;-1.57;0.36 +2071;21;3539.76;15.31;1265.00;1.57;0.36 2072;0;3417.00;14.85;875.00;0.00;0.54 +2072;1;3420.00;15.45;870.00;0.54;0.54 +2072;2;3428.00;14.55;871.00;1.22;0.54 +2072;3;3407.50;14.90;873.00;-1.36;0.54 +2072;4;3427.50;15.10;876.00;1.66;0.54 +2072;5;3406.00;15.07;880.00;4.28;0.54 +2072;6;3416.50;14.80;879.50;3.25;0.54 +2072;9;3407.46;14.35;875.00;1.57;0.54 +2072;10;3426.54;15.33;875.00;-1.57;0.54 +2072;21;3407.46;14.35;875.00;1.57;0.54 2073;0;3174.00;10.67;692.00;0.00;0.64 +2073;1;3170.50;10.60;685.50;-0.49;0.64 +2073;2;3177.50;10.60;681.50;0.32;0.64 +2073;3;3180.00;10.80;690.50;1.32;0.64 +2073;4;3166.50;10.60;691.50;-1.50;0.64 +2073;5;3168.00;10.72;697.00;4.01;0.64 +2073;6;3174.50;11.00;701.00;3.08;0.64 +2073;9;3168.24;10.56;692.00;1.57;0.64 +2073;10;3179.76;10.80;692.00;-1.57;0.64 +2073;21;3168.24;10.56;692.00;1.57;0.64 2074;0;4202.00;18.47;1304.00;0.00;0.78 +2074;1;4192.00;18.72;1300.00;-1.19;0.78 +2074;2;4203.50;19.05;1297.00;0.21;0.78 +2074;3;4211.00;19.25;1298.50;1.02;0.78 +2074;4;4212.00;17.95;1301.50;1.32;0.78 +2074;5;4213.50;18.15;1308.00;1.90;0.78 +2074;6;4190.00;16.55;1307.50;4.42;0.78 +2074;7;4201.50;16.80;1310.50;3.21;0.78 +2074;8;4213.00;16.85;1313.00;2.25;0.78 +2074;9;4193.18;18.40;1304.00;1.57;0.78 +2074;10;4210.82;17.46;1304.00;-1.57;0.78 +2074;21;4193.18;18.40;1304.00;1.57;0.78 2075;0;1493.00;9.70;1087.00;0.00;0.68 +2075;1;1491.50;9.70;1076.00;-0.13;0.68 +2075;2;1497.50;9.70;1086.00;1.35;0.68 +2075;3;1488.00;9.70;1086.00;-1.37;0.68 +2075;4;1490.50;9.80;1096.00;3.41;0.68 +2075;9;1486.88;9.70;1087.00;1.57;0.68 +2075;10;1499.12;9.70;1087.00;-1.57;0.68 +2075;19;1502.59;9.40;1075.75;1.45;0.68 +2075;20;1503.72;9.40;1074.41;0.70;0.68 +2075;21;1499.12;9.70;1087.00;-1.57;0.68 2076;0;4006.00;15.72;1174.00;0.00;0.30 +2076;1;4001.00;15.37;1174.00;4.71;0.30 +2076;2;4008.50;16.00;1171.50;0.78;0.30 +2076;3;4012.00;17.35;1174.50;1.65;0.30 +2076;4;4005.00;16.30;1177.00;3.46;0.30 +2076;9;4000.78;15.36;1174.00;1.57;0.30 +2076;10;4011.22;16.85;1174.00;-1.57;0.30 +2076;21;4000.78;15.36;1174.00;1.57;0.30 2077;0;1421.00;9.95;1146.00;0.00;0.44 +2077;1;1418.00;10.95;1135.50;-0.27;0.44 +2077;2;1417.50;10.40;1143.50;-0.95;0.44 +2077;3;1423.50;9.85;1146.00;1.57;0.44 +2077;4;1421.00;9.70;1153.50;3.14;0.44 +2077;5;1418.00;9.80;1152.00;3.60;0.44 +2077;9;1417.04;9.95;1146.00;1.57;0.44 +2077;10;1424.96;9.78;1146.00;-1.57;0.44 +2077;19;1431.00;9.55;1163.00;1.57;0.44 +2077;20;1431.88;9.55;1164.50;2.61;0.44 +2077;21;1426.34;10.00;1150.33;-1.57;0.44 2078;0;3814.00;11.85;1184.00;0.00;0.60 +2078;1;3813.50;11.70;1177.50;-0.07;0.60 +2078;2;3810.00;11.52;1177.00;-0.51;0.60 +2078;3;3807.50;11.40;1183.50;-1.49;0.60 +2078;4;3818.50;11.90;1182.00;1.15;0.60 +2078;5;3822.50;12.50;1187.50;1.96;0.60 +2078;6;3815.00;12.35;1189.00;2.94;0.60 +2078;7;3808.50;11.80;1189.50;3.92;0.60 +2078;8;3822.50;13.00;1190.50;2.22;0.60 +2078;9;3808.24;11.54;1184.00;1.57;0.60 +2078;10;3819.76;12.06;1184.00;-1.57;0.60 +2078;21;3808.24;11.54;1184.00;1.57;0.60 2079;0;1632.00;13.00;910.00;0.00;0.60 +2079;1;1625.00;12.55;902.50;-0.75;0.60 +2079;2;1633.00;12.85;904.50;0.18;0.60 +2079;3;1628.00;11.95;908.50;-1.21;0.60 +2079;4;1637.50;13.90;913.00;2.07;0.60 +2079;5;1631.50;10.95;917.00;3.21;0.60 +2079;6;1635.50;12.00;918.50;2.75;0.60 +2079;9;1626.60;11.59;910.00;1.57;0.60 +2079;10;1637.40;12.64;910.00;-1.57;0.60 +2079;21;1626.60;11.59;910.00;1.57;0.60 2080;0;3000.00;11.20;704.00;0.00;0.90 +2080;1;2998.50;11.20;695.00;-0.16;0.90 +2080;2;2990.50;11.70;695.00;-0.81;0.90 +2080;3;3009.50;11.20;695.50;0.84;0.90 +2080;4;2990.00;11.85;702.50;-1.42;0.90 +2080;5;3009.00;11.30;706.00;1.78;0.90 +2080;6;2989.50;11.30;710.50;4.15;0.90 +2080;7;2998.50;11.30;714.00;3.29;0.90 +2080;9;2991.00;11.60;704.00;1.57;0.90 +2080;10;3009.00;11.20;704.00;-1.57;0.90 +2080;21;2988.97;11.40;709.89;1.57;0.90 2081;0;3049.00;10.22;847.00;0.00;0.52 +2081;1;3051.00;10.67;841.00;0.32;0.52 +2081;2;3045.00;10.60;845.00;-1.10;0.52 +2081;3;3052.50;10.20;849.50;2.19;0.52 +2081;4;3045.00;9.90;852.00;3.81;0.52 +2081;5;3050.00;10.05;854.50;3.00;0.52 +2081;9;3044.32;10.25;847.00;1.57;0.52 +2081;10;3053.68;10.20;847.00;-1.57;0.52 +2081;21;3053.68;10.20;847.00;-1.57;0.52 2082;0;1287.00;10.37;1424.00;0.00;0.38 +2082;1;1289.00;10.10;1420.50;0.51;0.38 +2082;2;1284.00;10.10;1421.50;-0.87;0.38 +2082;3;1292.50;10.50;1423.50;1.48;0.38 +2082;4;1281.50;10.60;1426.00;4.36;0.38 +2082;5;1289.50;10.70;1426.50;2.35;0.38 +2082;6;1284.50;10.90;1427.00;3.83;0.38 +2082;9;1282.68;10.35;1424.00;1.57;0.38 +2082;10;1291.32;10.55;1424.00;-1.57;0.38 +2082;21;1282.68;10.35;1424.00;1.57;0.38 2083;0;1249.00;12.95;1244.00;0.00;0.52 +2083;1;1246.00;12.55;1239.50;-0.58;0.52 +2083;2;1254.50;11.50;1241.50;1.14;0.52 +2083;3;1241.50;13.80;1245.00;4.58;0.52 +2083;4;1254.00;13.80;1248.50;2.30;0.52 +2083;5;1248.00;14.70;1248.00;3.38;0.52 +2083;9;1243.24;13.35;1244.00;1.57;0.52 +2083;10;1254.76;12.13;1244.00;-1.57;0.52 +2083;21;1243.24;13.35;1244.00;1.57;0.52 2084;0;3963.00;19.57;1252.00;0.00;0.48 +2084;1;3958.00;18.85;1246.00;-0.69;0.48 +2084;2;3962.50;18.20;1247.50;-0.11;0.48 +2084;3;3956.00;21.10;1252.00;4.71;0.48 +2084;4;3969.50;17.50;1248.00;1.01;0.48 +2084;5;3970.00;19.00;1254.00;1.84;0.48 +2084;6;3961.50;19.20;1257.00;3.43;0.48 +2084;9;3957.06;20.93;1252.00;1.57;0.48 +2084;10;3968.94;19.22;1252.00;-1.57;0.48 +2084;21;3957.06;20.93;1252.00;1.57;0.48 2085;0;1678.00;9.70;1056.00;0.00;0.56 +2085;1;1678.50;9.70;1054.00;0.24;0.56 +2085;2;1672.00;9.80;1050.50;-0.82;0.56 +2085;3;1677.50;9.65;1058.00;3.38;0.56 +2085;4;1685.50;9.70;1060.00;2.06;0.56 +2085;9;1671.52;9.55;1056.00;1.57;0.56 +2085;10;1684.48;9.50;1056.00;-1.57;0.56 +2085;19;1676.37;9.40;1058.86;-2.42;0.56 +2085;20;1675.50;9.40;1060.38;3.66;0.56 +2085;21;1684.48;9.50;1056.00;-1.57;0.56 2086;0;4008.00;10.50;1117.00;0.00;0.34 +2086;1;4006.50;10.60;1112.50;-0.32;0.34 +2086;2;4010.00;10.35;1112.00;0.38;0.34 +2086;3;4011.50;10.20;1114.50;0.95;0.34 +2086;4;4004.50;10.45;1119.00;4.19;0.34 +2086;5;4010.00;10.40;1120.00;2.55;0.34 +2086;6;4006.50;10.40;1123.00;3.38;0.34 +2086;9;4004.94;10.55;1117.00;1.57;0.34 +2086;10;4011.06;10.32;1117.00;-1.57;0.34 +2086;21;4004.94;10.55;1117.00;1.57;0.34 2087;0;4503.00;13.27;1342.00;0.00;0.44 +2087;1;4509.50;14.30;1337.00;0.91;0.44 +2087;2;4502.50;12.70;1338.50;-0.14;0.44 +2087;3;4509.50;14.30;1341.50;1.49;0.44 +2087;4;4495.50;13.70;1343.50;4.51;0.44 +2087;5;4503.00;14.50;1346.50;3.14;0.44 +2087;9;4497.24;13.07;1342.00;1.57;0.44 +2087;10;4508.76;14.35;1342.00;-1.57;0.44 +2087;21;4497.24;13.07;1342.00;1.57;0.44 2088;0;3368.00;10.90;909.00;0.00;0.58 +2088;1;3368.00;11.00;893.50;0.00;0.58 +2088;2;3371.50;11.60;893.50;0.22;0.58 +2088;3;3371.00;11.65;900.50;0.33;0.58 +2088;4;3365.00;11.27;904.00;-0.54;0.58 +2088;5;3373.50;11.15;913.00;2.20;0.58 +2088;6;3361.00;10.60;914.00;4.09;0.58 +2088;7;3364.00;10.60;917.50;3.58;0.58 +2088;8;3371.50;10.55;920.00;2.83;0.58 +2088;9;3362.78;10.60;909.00;1.57;0.58 +2088;10;3373.22;11.53;909.00;-1.57;0.58 +2088;21;3362.78;10.60;909.00;1.57;0.58 2089;0;3544.00;9.80;1148.00;0.00;0.32 +2089;1;3539.00;9.90;1146.00;-1.19;0.32 +2089;2;3545.00;9.72;1146.00;0.46;0.32 +2089;3;3551.00;9.70;1145.50;1.22;0.32 +2089;4;3551.00;9.70;1147.00;1.42;0.32 +2089;5;3538.00;9.80;1149.00;4.54;0.32 +2089;6;3544.00;9.80;1150.50;3.14;0.32 +2089;7;3549.00;9.70;1149.50;1.86;0.32 +2089;9;3537.52;9.80;1148.00;1.57;0.32 +2089;10;3550.48;9.70;1148.00;-1.57;0.32 +2089;19;3562.00;9.50;1142.00;1.20;0.32 +2089;20;3563.66;9.50;1141.44;1.24;0.32 +2089;21;3550.48;9.70;1148.00;-1.57;0.32 2090;0;3468.00;13.12;1003.00;0.00;0.72 +2090;1;3464.00;13.65;994.00;-0.41;0.72 +2090;2;3471.00;12.95;996.50;0.43;0.72 +2090;3;3461.00;13.55;1000.50;-1.22;0.72 +2090;4;3476.00;12.25;1002.50;1.50;0.72 +2090;5;3459.50;13.00;1007.00;4.27;0.72 +2090;6;3473.00;12.25;1009.50;2.48;0.72 +2090;7;3465.50;12.70;1009.50;3.50;0.72 +2090;9;3461.34;13.15;1003.00;1.57;0.72 +2090;10;3474.66;12.46;1003.00;-1.57;0.72 +2090;21;3461.34;13.15;1003.00;1.57;0.72 2091;0;4477.00;12.10;1182.00;0.00;0.38 +2091;1;4479.00;11.15;1178.00;0.46;0.38 +2091;2;4481.00;11.45;1178.50;0.85;0.38 +2091;3;4475.00;11.32;1180.00;-0.78;0.38 +2091;4;4479.50;12.60;1183.00;1.95;0.38 +2091;5;4472.50;11.60;1182.50;4.60;0.38 +2091;6;4474.50;13.10;1185.50;3.76;0.38 +2091;9;4473.40;11.63;1182.00;1.57;0.38 +2091;10;4480.60;12.11;1182.00;-1.57;0.38 +2091;21;4473.40;11.63;1182.00;1.57;0.38 2092;0;3995.00;10.95;1056.00;0.00;0.40 +2092;1;3997.50;10.80;1052.00;0.55;0.40 +2092;2;3993.00;11.00;1051.50;-0.41;0.40 +2092;3;3990.00;10.95;1054.50;-1.27;0.40 +2092;4;3998.00;10.72;1059.00;2.35;0.40 +2092;5;3993.50;10.75;1060.00;3.50;0.40 +2092;6;3997.00;10.80;1063.50;2.88;0.40 +2092;9;3991.40;10.85;1056.00;1.57;0.40 +2092;10;3998.60;10.69;1056.00;-1.57;0.40 +2092;21;3991.40;10.85;1056.00;1.57;0.40 2093;0;4157.00;22.00;1162.00;0.00;0.74 +2093;1;4158.50;21.90;1154.50;0.19;0.74 +2093;2;4143.50;21.65;1158.00;-1.28;0.74 +2093;3;4170.00;22.15;1160.50;1.45;0.74 +2093;4;4147.00;22.35;1166.50;4.29;0.74 +2093;5;4166.50;22.20;1168.00;2.13;0.74 +2093;6;4156.50;22.35;1172.00;3.19;0.74 +2093;9;4146.02;21.64;1162.00;1.57;0.74 +2093;10;4167.98;22.19;1162.00;-1.57;0.74 +2093;21;4146.02;21.64;1162.00;1.57;0.74 2094;0;2625.00;10.30;778.00;0.00;0.72 +2094;1;2624.00;10.20;769.50;-0.11;0.72 +2094;2;2630.00;10.30;773.00;0.78;0.72 +2094;3;2617.50;10.20;774.50;-1.13;0.72 +2094;4;2633.50;10.50;782.00;2.01;0.72 +2094;5;2623.00;10.30;784.00;3.46;0.72 +2094;6;2632.50;10.80;787.00;2.44;0.72 +2094;9;2617.62;10.30;778.00;1.57;0.72 +2094;10;2632.38;10.40;778.00;-1.57;0.72 +2094;19;2605.00;9.50;780.00;-1.13;0.72 +2094;20;2603.25;9.50;780.17;4.61;0.72 +2094;21;2617.62;10.30;778.00;1.57;0.72 2095;0;3390.00;10.90;1076.00;0.00;0.48 +2095;1;3384.50;10.00;1073.50;-1.14;0.48 +2095;2;3391.00;10.65;1071.50;0.21;0.48 +2095;3;3396.00;11.97;1075.00;1.40;0.48 +2095;4;3385.00;10.20;1078.50;4.24;0.48 +2095;5;3396.00;12.60;1079.50;2.09;0.48 +2095;6;3391.50;13.00;1082.00;2.89;0.48 +2095;9;3384.60;10.01;1076.00;1.57;0.48 +2095;10;3395.40;12.13;1076.00;-1.57;0.48 +2095;19;3379.00;9.50;1072.00;-1.14;0.48 +2095;20;3377.35;9.50;1071.40;-1.22;0.48 +2095;21;3384.60;10.01;1076.00;1.57;0.48 2096;0;3313.00;11.32;734.00;0.00;0.94 +2096;1;3308.00;12.00;722.50;-0.41;0.94 +2096;2;3316.00;11.90;724.00;0.29;0.94 +2096;3;3305.50;11.30;734.00;4.71;0.94 +2096;4;3324.00;11.82;727.00;1.00;0.94 +2096;5;3318.00;11.30;738.00;2.24;0.94 +2096;6;3306.50;11.30;747.00;3.60;0.94 +2096;9;3304.54;11.30;734.00;1.57;0.94 +2096;10;3321.46;11.40;734.00;-1.57;0.94 +2096;21;3304.54;11.30;734.00;1.57;0.94 2097;0;3504.00;10.17;1202.00;0.00;0.36 +2097;1;3506.50;10.20;1197.50;0.50;0.36 +2097;2;3507.50;10.20;1200.50;1.16;0.36 +2097;3;3502.00;10.10;1201.50;-1.32;0.36 +2097;4;3504.00;10.20;1205.50;3.14;0.36 +2097;5;3501.00;10.35;1206.50;3.73;0.36 +2097;9;3500.76;10.13;1202.00;1.57;0.36 +2097;10;3507.24;10.10;1202.00;-1.57;0.36 +2097;21;3500.76;10.13;1202.00;1.57;0.36 2098;0;4240.00;21.75;1116.00;0.00;0.56 +2098;1;4243.00;21.35;1110.50;0.49;0.56 +2098;2;4235.00;20.85;1111.50;-0.83;0.56 +2098;3;4232.50;22.10;1117.50;4.51;0.56 +2098;4;4247.00;21.32;1117.00;1.71;0.56 +2098;5;4240.00;21.52;1122.00;3.14;0.56 +2098;9;4234.24;21.76;1116.00;1.57;0.56 +2098;10;4245.76;21.54;1116.00;-1.57;0.56 +2098;21;4234.24;21.76;1116.00;1.57;0.56 2099;0;4335.00;20.47;1290.00;0.00;0.82 +2099;1;4336.50;20.30;1280.50;0.15;0.82 +2099;2;4329.50;20.10;1285.50;-0.88;0.82 +2099;3;4342.00;19.82;1288.00;1.29;0.82 +2099;4;4325.50;20.70;1292.50;4.45;0.82 +2099;5;4344.00;19.47;1295.00;2.07;0.82 +2099;6;4331.50;19.70;1297.00;3.60;0.82 +2099;7;4341.50;19.50;1298.50;2.48;0.82 +2099;9;4327.62;20.41;1290.00;1.57;0.82 +2099;10;4342.38;19.71;1290.00;-1.57;0.82 +2099;21;4327.62;20.41;1290.00;1.57;0.82 2100;0;2609.00;9.80;859.00;0.00;0.44 +2100;1;2603.00;9.80;855.00;-0.98;0.44 +2100;2;2611.00;9.90;855.00;0.46;0.44 +2100;3;2616.00;10.45;860.00;1.71;0.44 +2100;4;2601.00;9.82;858.00;-1.44;0.44 +2100;5;2602.00;9.90;861.50;4.36;0.44 +2100;6;2608.00;9.92;864.00;3.33;0.44 +2100;9;2602.34;9.85;859.00;1.57;0.44 +2100;10;2615.66;10.34;859.00;-1.57;0.44 +2100;21;2602.34;9.85;859.00;1.57;0.44 2101;0;3777.00;12.40;1142.00;0.00;0.58 +2101;1;3777.50;12.90;1138.50;0.14;0.58 +2101;2;3786.50;11.60;1142.00;1.57;0.58 +2101;3;3769.50;13.35;1146.00;4.22;0.58 +2101;4;3778.50;11.20;1146.50;2.82;0.58 +2101;9;3769.44;14.05;1142.00;1.57;0.58 +2101;10;3784.56;11.70;1142.00;-1.57;0.58 +2101;21;3769.44;14.05;1142.00;1.57;0.58 2102;0;1187.00;13.57;1471.00;0.00;0.48 +2102;1;1183.50;13.70;1465.50;-0.56;0.48 +2102;2;1189.50;13.00;1463.50;0.32;0.48 +2102;3;1192.00;12.97;1464.00;0.62;0.48 +2102;4;1192.00;13.30;1468.50;1.10;0.48 +2102;5;1181.50;14.40;1474.00;4.21;0.48 +2102;6;1192.00;13.70;1476.00;2.35;0.48 +2102;7;1181.00;14.60;1478.50;3.81;0.48 +2102;8;1187.00;14.32;1479.00;3.14;0.48 +2102;9;1182.68;14.36;1471.00;1.57;0.48 +2102;10;1191.32;13.39;1471.00;-1.57;0.48 +2102;21;1182.68;14.36;1471.00;1.57;0.48 2103;0;3649.00;11.27;928.00;0.00;0.44 +2103;1;3650.00;10.00;925.00;0.32;0.44 +2103;2;3641.00;12.25;925.50;-1.26;0.44 +2103;3;3658.00;11.60;928.50;1.62;0.44 +2103;4;3646.50;11.20;931.50;3.76;0.44 +2103;5;3656.00;11.35;931.50;2.03;0.44 +2103;9;3642.16;11.86;928.00;1.57;0.44 +2103;10;3655.84;10.90;928.00;-1.57;0.44 +2103;19;3654.00;9.50;924.00;0.32;0.44 +2103;20;3655.36;9.50;922.90;0.89;0.44 +2103;21;3642.16;11.86;928.00;1.57;0.44 2104;0;1205.00;12.95;1339.00;0.00;0.64 +2104;1;1199.50;13.20;1333.00;-0.74;0.64 +2104;2;1207.50;13.20;1332.50;0.36;0.64 +2104;3;1211.00;13.07;1341.00;1.89;0.64 +2104;4;1197.50;12.50;1338.50;-1.50;0.64 +2104;5;1201.50;12.30;1344.00;3.75;0.64 +2104;6;1207.00;13.40;1348.00;2.92;0.64 +2104;9;1199.24;12.35;1339.00;1.57;0.64 +2104;10;1210.76;13.32;1339.00;-1.57;0.64 +2104;21;1199.24;12.35;1339.00;1.57;0.64 2105;0;4004.00;10.45;1017.00;0.00;0.40 +2105;1;4002.50;10.70;1013.00;-0.35;0.40 +2105;2;3999.50;10.70;1015.50;-1.24;0.40 +2105;3;4007.50;10.40;1014.50;0.95;0.40 +2105;4;4008.00;10.30;1019.00;2.03;0.40 +2105;5;4000.00;10.70;1019.50;4.15;0.40 +2105;6;4003.50;10.55;1021.00;3.26;0.40 +2105;9;3999.86;10.71;1017.00;1.57;0.40 +2105;10;4008.14;10.30;1017.00;-1.57;0.40 +2105;21;3999.86;10.71;1017.00;1.57;0.40 2106;0;1873.00;10.40;431.00;0.00;0.82 +2106;1;1870.50;10.40;426.00;-0.46;0.82 +2106;2;1880.00;10.30;424.00;0.78;0.82 +2106;3;1882.00;10.32;428.00;1.24;0.82 +2106;4;1876.50;10.30;435.50;2.48;0.82 +2106;5;1865.50;10.30;437.50;3.99;0.82 +2106;6;1869.00;9.80;442.00;3.49;0.82 +2106;9;1865.62;10.40;431.00;1.57;0.82 +2106;10;1880.38;10.30;431.00;-1.57;0.82 +2106;21;1865.62;10.40;431.00;1.57;0.82 2107;0;3130.00;9.50;1695.00;0.00;1.20 +2107;1;3123.50;9.50;1682.00;-0.46;1.20 +2107;2;3134.00;9.50;1681.00;0.27;1.20 +2107;3;3136.50;9.50;1686.00;0.62;1.20 +2107;4;3115.00;9.50;1685.50;-1.00;1.20 +2107;5;3116.00;9.50;1690.00;-1.22;1.20 +2107;6;3140.00;9.50;1688.00;0.96;1.20 +2107;7;3141.00;9.50;1689.50;1.10;1.20 +2107;8;3139.50;9.50;1694.50;1.51;1.20 +2107;9;3119.20;9.50;1695.00;1.57;1.20 +2107;10;3140.80;9.50;1695.00;-1.57;1.20 +2107;11;3119.60;9.50;1674.20;-0.46;1.20 +2107;12;3136.40;9.50;1672.60;0.27;1.20 +2107;13;3140.40;9.50;1680.60;0.62;1.20 +2107;14;3106.00;9.50;1679.80;-1.00;1.20 +2107;15;3107.60;9.50;1687.00;-1.22;1.20 +2107;16;3146.00;9.50;1683.80;0.96;1.20 +2107;17;3147.60;9.50;1686.20;1.10;1.20 +2107;18;3145.20;9.50;1694.20;1.51;1.20 +2107;21;3119.20;9.50;1695.00;1.57;1.20 2108;0;2966.00;9.50;576.00;0.00;0.78 +2108;1;2970.00;9.50;568.50;0.49;0.78 +2108;2;2960.50;9.50;568.00;-0.60;0.78 +2108;3;2960.50;9.50;583.50;3.77;0.78 +2108;4;2975.00;9.50;578.50;1.84;0.78 +2108;5;2967.50;9.50;586.50;3.00;0.78 +2108;9;2958.98;9.50;576.00;1.57;0.78 +2108;10;2973.02;9.50;576.00;-1.57;0.78 +2108;11;2972.40;9.50;564.00;0.49;0.78 +2108;12;2957.20;9.50;563.20;-0.60;0.78 +2108;13;2957.20;9.50;588.00;3.77;0.78 +2108;14;2980.40;9.50;580.00;1.84;0.78 +2108;15;2968.40;9.50;592.80;3.00;0.78 +2108;21;2958.98;9.50;576.00;1.57;0.78 2109;0;2014.00;10.52;487.00;0.00;0.64 +2109;1;2012.00;10.80;482.50;-0.41;0.64 +2109;2;2020.50;10.80;480.50;0.78;0.64 +2109;3;2022.50;10.70;486.50;1.51;0.64 +2109;4;2005.00;10.50;489.50;4.44;0.64 +2109;5;2016.50;10.70;491.50;2.63;0.64 +2109;6;2009.00;10.60;493.50;3.79;0.64 +2109;9;2006.80;10.50;487.00;1.57;0.64 +2109;10;2021.20;10.63;487.00;-1.57;0.64 +2109;21;2006.80;10.50;487.00;1.57;0.64 2110;0;1782.00;9.50;1050.00;0.00;0.82 +2110;1;1784.00;9.50;1041.00;0.21;0.82 +2110;2;1790.50;9.50;1048.50;1.39;0.82 +2110;3;1775.00;9.50;1044.00;-0.86;0.82 +2110;4;1773.00;9.50;1051.00;4.60;0.82 +2110;5;1786.00;9.50;1058.00;2.67;0.82 +2110;6;1778.00;9.50;1059.00;3.56;0.82 +2110;9;1774.62;9.50;1050.00;1.57;0.82 +2110;10;1789.38;9.50;1050.00;-1.57;0.82 +2110;11;1785.20;9.50;1035.60;0.21;0.82 +2110;12;1795.60;9.50;1047.60;1.39;0.82 +2110;13;1770.80;9.50;1040.40;-0.86;0.82 +2110;14;1767.60;9.50;1051.60;4.60;0.82 +2110;15;1788.40;9.50;1062.80;2.67;0.82 +2110;16;1775.60;9.50;1064.40;3.56;0.82 +2110;21;1774.62;9.50;1050.00;1.57;0.82 2111;0;1933.00;10.42;616.00;0.00;1.08 +2111;1;1929.50;10.00;604.50;-0.29;1.08 +2111;2;1922.00;10.20;616.50;4.66;1.08 +2111;3;1944.00;10.87;615.00;1.48;1.08 +2111;4;1943.00;10.60;625.50;2.33;1.08 +2111;5;1931.00;10.60;627.50;3.31;1.08 +2111;9;1922.20;10.20;616.00;1.57;1.08 +2111;10;1943.80;10.83;616.00;-1.57;1.08 +2111;21;1922.20;10.20;616.00;1.57;1.08 2112;0;2187.00;9.50;1663.00;0.00;1.40 +2112;1;2194.50;9.50;1646.50;0.42;1.40 +2112;2;2199.50;9.50;1655.00;1.00;1.40 +2112;3;2177.00;9.50;1664.50;4.56;1.40 +2112;4;2201.50;9.50;1666.00;1.77;1.40 +2112;5;2184.00;9.50;1673.50;3.42;1.40 +2112;9;2174.40;9.50;1663.00;1.57;1.40 +2112;10;2199.60;9.50;1663.00;-1.57;1.40 +2112;11;2199.00;9.50;1636.60;0.42;1.40 +2112;12;2207.00;9.50;1650.20;1.00;1.40 +2112;13;2171.00;9.50;1665.40;4.56;1.40 +2112;14;2210.20;9.50;1667.80;1.77;1.40 +2112;15;2182.20;9.50;1679.80;3.42;1.40 +2112;21;2174.40;9.50;1663.00;1.57;1.40 2113;0;473.00;9.50;243.00;0.00;1.08 +2113;1;472.00;9.50;235.00;-0.12;1.08 +2113;2;485.00;9.50;238.50;1.21;1.08 +2113;3;457.00;9.50;248.50;4.38;1.08 +2113;4;484.00;9.50;250.50;2.16;1.08 +2113;5;470.00;9.50;252.50;3.44;1.08 +2113;9;462.02;9.50;243.00;1.57;1.08 +2113;10;483.98;9.50;243.00;-1.57;1.08 +2113;11;471.40;9.50;230.20;-0.12;1.08 +2113;12;492.20;9.50;235.80;1.21;1.08 +2113;13;447.40;9.50;251.80;4.38;1.08 +2113;14;490.60;9.50;255.00;2.16;1.08 +2113;15;468.20;9.50;258.20;3.44;1.08 +2113;21;462.02;9.50;243.00;1.57;1.08 2114;0;5030.00;9.80;150.00;0.00;0.80 +2114;1;5024.50;9.80;140.00;-0.50;0.80 +2114;2;5031.50;9.70;140.50;0.15;0.80 +2114;3;5036.50;9.70;144.00;0.82;0.80 +2114;4;5024.50;9.70;153.50;4.14;0.80 +2114;5;5037.50;9.70;151.00;1.70;0.80 +2114;6;5034.50;9.75;160.00;2.71;0.80 +2114;7;5031.50;9.80;163.50;3.03;0.80 +2114;9;5022.80;9.70;150.00;1.57;0.80 +2114;10;5037.20;9.70;150.00;-1.57;0.80 +2114;21;5022.80;9.70;150.00;1.57;0.80 2115;0;3001.00;10.15;569.00;0.00;0.32 +2115;1;3002.00;10.00;566.50;0.38;0.32 +2115;2;2998.00;10.05;566.50;-0.87;0.32 +2115;3;3001.50;10.10;572.50;3.00;0.32 +2115;9;2998.12;10.18;569.00;1.57;0.32 +2115;10;3003.88;10.22;569.00;-1.57;0.32 +2115;19;2995.00;9.50;569.00;-0.88;0.32 +2115;20;2993.25;9.50;569.00;4.71;0.32 +2115;21;2996.58;9.50;563.59;1.57;0.32 2116;0;5075.00;9.90;229.00;0.00;0.72 +2116;1;5068.00;9.87;222.00;-0.78;0.72 +2116;2;5073.00;9.80;222.00;-0.27;0.72 +2116;3;5081.50;9.80;223.00;0.82;0.72 +2116;4;5068.50;9.90;230.50;4.48;0.72 +2116;5;5085.00;9.85;225.00;1.19;0.72 +2116;6;5082.00;9.90;229.50;1.64;0.72 +2116;7;5076.00;10.00;236.50;3.00;0.72 +2116;9;5068.52;9.90;229.00;1.57;0.72 +2116;10;5081.48;9.90;229.00;-1.57;0.72 +2116;21;5068.52;9.90;229.00;1.57;0.72 2117;0;4589.00;11.45;681.00;0.00;0.36 +2117;1;4585.50;11.20;679.50;-1.16;0.36 +2117;2;4589.50;11.60;676.00;0.10;0.36 +2117;3;4591.00;11.75;677.00;0.46;0.36 +2117;4;4594.00;11.45;681.50;1.67;0.36 +2117;5;4583.50;11.60;683.00;4.36;0.36 +2117;6;4589.50;11.00;684.00;2.97;0.36 +2117;9;4584.14;11.33;681.00;1.57;0.36 +2117;10;4593.86;11.46;681.00;-1.57;0.36 +2117;21;4584.14;11.33;681.00;1.57;0.36 2118;0;3729.00;9.50;831.00;0.00;1.28 +2118;1;3724.00;9.50;819.50;-0.41;1.28 +2118;2;3736.50;9.50;816.00;0.46;1.28 +2118;3;3740.50;9.50;832.50;1.70;1.28 +2118;4;3714.50;9.50;829.00;-1.43;1.28 +2118;5;3717.00;9.50;838.00;4.18;1.28 +2118;6;3732.00;9.50;845.00;2.93;1.28 +2118;7;3742.00;9.50;846.00;2.42;1.28 +2118;9;3717.48;9.50;831.00;1.57;1.28 +2118;10;3740.52;9.50;831.00;-1.57;1.28 +2118;11;3721.00;9.50;812.60;-0.41;1.28 +2118;12;3741.00;9.50;807.00;0.46;1.28 +2118;13;3747.40;9.50;833.40;1.70;1.28 +2118;14;3705.80;9.50;827.80;-1.43;1.28 +2118;15;3709.80;9.50;842.20;4.18;1.28 +2118;16;3733.80;9.50;853.40;2.93;1.28 +2118;17;3749.80;9.50;855.00;2.42;1.28 +2118;21;3717.48;9.50;831.00;1.57;1.28 2119;0;5525.00;9.50;47.00;0.00;1.24 +2119;1;5512.50;9.50;37.50;-0.92;1.24 +2119;2;5532.00;9.50;39.00;0.71;1.24 +2119;3;5508.00;9.50;44.50;-1.42;1.24 +2119;4;5536.00;9.50;54.00;2.13;1.24 +2119;5;5512.00;9.50;51.00;4.41;1.24 +2119;6;5521.50;9.50;57.50;3.46;1.24 +2119;7;5524.00;9.50;63.00;3.20;1.24 +2119;9;5510.60;9.50;47.00;1.57;1.24 +2119;10;5539.40;9.50;47.00;-1.57;1.24 +2119;11;5505.00;9.50;31.80;-0.92;1.24 +2119;12;5536.20;9.50;34.20;0.71;1.24 +2119;13;5497.80;9.50;43.00;-1.42;1.24 +2119;14;5542.60;9.50;58.20;2.13;1.24 +2119;15;5504.20;9.50;53.40;4.41;1.24 +2119;16;5519.40;9.50;63.80;3.46;1.24 +2119;17;5523.40;9.50;72.60;3.20;1.24 +2119;21;5510.60;9.50;47.00;1.57;1.24 2120;0;3342.00;10.60;349.00;0.00;0.76 +2120;1;3347.00;10.32;341.00;0.55;0.76 +2120;2;3337.00;10.80;343.50;-0.73;0.76 +2120;3;3330.00;11.55;345.50;-1.28;0.76 +2120;4;3353.50;10.40;346.00;1.31;0.76 +2120;5;3330.50;11.40;353.00;4.37;0.76 +2120;6;3353.00;10.55;354.00;1.99;0.76 +2120;7;3340.50;11.35;355.00;3.38;0.76 +2120;9;3331.74;11.27;349.00;1.57;0.76 +2120;10;3352.26;10.60;349.00;-1.57;0.76 +2120;19;3346.00;9.50;334.00;0.56;0.76 +2120;20;3346.45;9.50;332.30;0.26;0.76 +2120;21;3331.74;11.27;349.00;1.57;0.76 2121;0;5106.00;9.50;783.00;0.00;1.44 +2121;1;5102.50;9.50;770.00;-0.26;1.44 +2121;2;5120.50;9.50;767.00;0.73;1.44 +2121;3;5118.00;9.50;772.50;0.85;1.44 +2121;4;5119.00;9.50;786.00;1.79;1.44 +2121;5;5092.00;9.50;786.00;4.50;1.44 +2121;6;5107.50;9.50;800.00;3.05;1.44 +2121;7;5116.50;9.50;803.50;2.66;1.44 +2121;9;5093.04;9.50;783.00;1.57;1.44 +2121;10;5118.96;9.50;783.00;-1.57;1.44 +2121;11;5100.40;9.50;762.20;-0.26;1.44 +2121;12;5129.20;9.50;757.40;0.73;1.44 +2121;13;5125.20;10.77;766.20;0.85;1.44 +2121;14;5126.80;9.50;787.80;1.79;1.44 +2121;15;5083.60;9.50;787.80;4.50;1.44 +2121;16;5108.40;9.50;810.20;3.05;1.44 +2121;17;5122.80;9.50;815.80;2.66;1.44 +2121;21;5093.04;9.50;783.00;1.57;1.44 2122;0;5090.00;9.50;1104.00;0.00;1.16 +2122;1;5076.00;9.50;1094.00;-0.95;1.16 +2122;2;5084.50;9.50;1090.50;-0.38;1.16 +2122;3;5098.00;9.50;1098.50;0.96;1.16 +2122;4;5082.00;9.50;1108.50;4.20;1.16 +2122;5;5104.50;9.50;1113.50;2.15;1.16 +2122;6;5112.50;9.50;1109.00;1.78;1.16 +2122;7;5096.00;9.50;1119.00;2.76;1.16 +2122;9;5074.16;9.50;1104.00;1.57;1.16 +2122;10;5105.84;9.50;1104.00;-1.57;1.16 +2122;11;5067.60;9.50;1088.00;-0.95;1.16 +2122;12;5081.20;9.50;1082.40;-0.38;1.16 +2122;13;5102.80;9.50;1095.20;0.96;1.16 +2122;14;5077.20;9.50;1111.20;4.20;1.16 +2122;15;5113.20;9.50;1119.20;2.15;1.16 +2122;16;5126.00;9.50;1112.00;1.78;1.16 +2122;17;5099.60;9.50;1128.00;2.76;1.16 +2122;21;5074.16;9.50;1104.00;1.57;1.16 2123;0;3429.00;10.30;415.00;0.00;0.60 +2123;1;3424.50;10.20;408.50;-0.60;0.60 +2123;2;3433.50;9.95;412.00;0.98;0.60 +2123;3;3425.00;10.37;420.00;3.81;0.60 +2123;4;3433.50;10.00;423.00;2.62;0.60 +2123;5;3431.50;10.20;426.00;2.91;0.60 +2123;9;3423.60;10.50;415.00;1.57;0.60 +2123;10;3434.40;10.01;415.00;-1.57;0.60 +2123;19;3438.00;9.50;435.00;-3.65;0.60 +2123;20;3438.71;9.50;436.59;2.71;0.60 +2123;21;3423.60;10.50;415.00;1.57;0.60 2124;0;4681.00;9.50;533.00;0.00;1.04 +2124;1;4676.50;9.50;522.00;-0.38;1.04 +2124;2;4680.50;9.50;524.00;-0.05;1.04 +2124;3;4671.50;9.50;525.00;-0.87;1.04 +2124;4;4690.50;9.50;523.50;0.78;1.04 +2124;5;4694.00;9.50;524.00;0.96;1.04 +2124;6;4686.00;9.50;534.00;1.76;1.04 +2124;7;4695.50;9.50;527.00;1.17;1.04 +2124;8;4667.00;9.50;531.00;-1.42;1.04 +2124;9;4669.84;9.50;533.00;1.57;1.04 +2124;10;4692.16;9.50;533.00;-1.57;1.04 +2124;11;4673.80;9.50;515.40;-0.38;1.04 +2124;12;4680.20;9.50;518.60;-0.05;1.04 +2124;13;4665.80;9.50;520.20;-0.87;1.04 +2124;14;4696.20;9.50;517.80;0.78;1.04 +2124;15;4701.80;9.50;518.60;0.96;1.04 +2124;16;4689.00;9.50;534.60;1.76;1.04 +2124;17;4704.20;9.50;523.40;1.17;1.04 +2124;18;4658.60;9.50;529.80;-1.42;1.04 +2124;21;4669.84;9.50;533.00;1.57;1.04 2125;0;4273.00;9.50;736.00;0.00;0.96 +2125;1;4266.50;9.50;726.50;-0.60;0.96 +2125;2;4277.00;9.50;727.00;0.41;0.96 +2125;3;4283.00;9.50;735.00;1.47;0.96 +2125;4;4261.50;9.50;732.50;-1.27;0.96 +2125;5;4265.00;9.50;740.00;4.24;0.96 +2125;6;4282.00;9.50;743.00;2.23;0.96 +2125;7;4271.50;9.50;745.50;3.29;0.96 +2125;9;4264.36;9.50;736.00;1.57;0.96 +2125;10;4281.64;9.50;736.00;-1.57;0.96 +2125;11;4262.60;9.50;720.80;-0.60;0.96 +2125;12;4279.40;9.50;721.60;0.41;0.96 +2125;13;4289.00;9.50;734.40;1.47;0.96 +2125;14;4254.60;9.50;730.40;-1.27;0.96 +2125;15;4260.20;9.50;742.40;4.24;0.96 +2125;16;4287.40;9.50;747.20;2.23;0.96 +2125;17;4270.60;9.50;751.20;3.29;0.96 +2125;21;4264.36;9.50;736.00;1.57;0.96 2126;0;3092.00;13.90;442.00;0.00;0.74 +2126;1;3087.00;14.00;429.00;-0.36;0.74 +2126;2;3097.50;13.80;425.50;0.32;0.74 +2126;3;3098.00;13.90;441.50;1.48;0.74 +2126;4;3084.50;13.80;447.00;4.12;0.74 +2126;5;3098.00;13.65;458.50;2.79;0.74 +2126;6;3091.00;13.60;460.50;3.19;0.74 +2126;9;3085.34;13.75;442.00;1.57;0.74 +2126;10;3098.66;13.90;442.00;-1.57;0.74 +2126;21;3085.34;13.75;442.00;1.57;0.74 2127;0;4485.00;9.50;132.00;0.00;1.16 +2127;1;4490.00;9.50;119.50;0.38;1.16 +2127;2;4476.50;9.50;127.00;-1.03;1.16 +2127;3;4499.00;9.50;126.00;1.16;1.16 +2127;4;4491.00;9.50;140.50;2.52;1.16 +2127;5;4477.00;9.50;144.00;3.73;1.16 +2127;9;4474.56;9.50;132.00;1.57;1.16 +2127;10;4495.44;9.50;132.00;-1.57;1.16 +2127;11;4493.00;9.50;112.00;0.38;1.16 +2127;12;4471.40;9.50;124.00;-1.03;1.16 +2127;13;4507.40;9.50;122.40;1.16;1.16 +2127;14;4494.60;9.50;145.60;2.52;1.16 +2127;15;4472.20;9.50;151.20;3.73;1.16 +2127;21;4474.56;9.50;132.00;1.57;1.16 2128;0;3814.00;9.50;792.00;0.00;1.10 +2128;1;3812.50;9.50;780.50;-0.13;1.10 +2128;2;3824.50;9.50;781.50;0.78;1.10 +2128;3;3804.50;9.50;781.50;-0.73;1.10 +2128;4;3802.00;9.50;789.50;-1.36;1.10 +2128;5;3826.50;9.50;791.00;1.49;1.10 +2128;6;3818.50;9.50;801.50;2.69;1.10 +2128;7;3806.50;9.50;802.50;3.76;1.10 +2128;8;3812.50;9.50;808.00;3.23;1.10 +2128;9;3804.10;9.50;792.00;1.57;1.10 +2128;10;3823.90;9.50;792.00;-1.57;1.10 +2128;11;3811.60;9.50;773.60;-0.13;1.10 +2128;12;3830.80;9.50;775.20;0.78;1.10 +2128;13;3798.80;9.50;775.20;-0.73;1.10 +2128;14;3794.80;9.50;788.00;-1.36;1.10 +2128;15;3834.00;9.50;790.40;1.49;1.10 +2128;16;3821.20;9.50;807.20;2.69;1.10 +2128;17;3802.00;9.50;808.80;3.76;1.10 +2128;18;3811.60;9.50;817.60;3.23;1.10 +2128;21;3804.10;9.50;792.00;1.57;1.10 2129;0;5027.00;12.97;555.00;0.00;0.52 +2129;1;5031.50;12.50;548.50;0.60;0.52 +2129;2;5025.00;11.95;551.00;-0.46;0.52 +2129;3;5032.00;13.05;553.00;1.19;0.52 +2129;4;5022.50;13.80;559.00;3.98;0.52 +2129;5;5029.50;14.40;559.00;2.58;0.52 +2129;9;5022.32;12.82;555.00;1.57;0.52 +2129;10;5031.68;13.42;555.00;-1.57;0.52 +2129;21;5022.32;12.82;555.00;1.57;0.52 2130;0;5010.00;10.30;123.00;0.00;0.58 +2130;1;5007.50;10.40;117.50;-0.42;0.58 +2130;2;5015.00;10.30;119.50;0.96;0.58 +2130;3;5004.50;10.35;120.00;-1.07;0.58 +2130;4;5004.50;10.30;126.00;4.21;0.58 +2130;5;5019.00;10.15;123.50;1.62;0.58 +2130;6;5014.50;10.10;126.50;2.23;0.58 +2130;7;5007.00;10.20;130.00;3.54;0.58 +2130;9;5004.42;10.30;123.00;1.57;0.58 +2130;10;5015.58;10.30;123.00;-1.57;0.58 +2130;21;5004.42;10.30;123.00;1.57;0.58 2131;0;3047.00;9.50;78.00;0.00;1.10 +2131;1;3038.00;9.50;74.50;-1.20;1.10 +2131;2;3052.50;9.50;66.50;0.44;1.10 +2131;3;3058.00;9.50;74.50;1.26;1.10 +2131;4;3054.50;9.50;85.00;2.32;1.10 +2131;5;3042.50;9.50;88.50;3.54;1.10 +2131;9;3037.10;9.50;78.00;1.57;1.10 +2131;10;3056.90;9.50;78.00;-1.57;1.10 +2131;11;3032.60;9.50;72.40;-1.20;1.10 +2131;12;3055.80;9.50;59.60;0.44;1.10 +2131;13;3064.60;9.50;72.40;1.26;1.10 +2131;14;3059.00;9.50;89.20;2.32;1.10 +2131;15;3039.80;9.50;94.80;3.54;1.10 +2131;21;3037.10;9.50;78.00;1.57;1.10 2132;0;2175.00;9.80;812.00;0.00;0.56 +2132;1;2174.00;10.15;807.00;-0.19;0.56 +2132;2;2181.00;9.80;810.00;1.24;0.56 +2132;3;2168.50;9.80;812.00;4.71;0.56 +2132;4;2183.50;9.70;814.50;1.85;0.56 +2132;5;2175.00;9.65;817.00;3.14;0.56 +2132;9;2168.88;9.78;812.00;1.57;0.56 +2132;10;2181.12;9.80;812.00;-1.57;0.56 +2132;19;2184.00;9.68;821.00;-3.14;0.56 +2132;20;2185.23;9.68;822.23;2.35;0.56 +2132;21;2181.12;9.80;812.00;-1.57;0.56 2133;0;4810.00;10.70;236.00;0.00;1.08 +2133;1;4803.50;10.50;223.00;-0.46;1.08 +2133;2;4815.50;10.40;224.00;0.43;1.08 +2133;3;4797.50;10.40;226.00;-0.89;1.08 +2133;4;4822.00;10.55;237.50;1.69;1.08 +2133;5;4798.50;10.60;237.50;4.58;1.08 +2133;6;4811.00;10.70;249.50;3.06;1.08 +2133;7;4822.00;10.60;250.00;2.43;1.08 +2133;9;4800.28;10.57;236.00;1.57;1.08 +2133;10;4819.72;10.50;236.00;-1.57;1.08 +2133;21;4800.28;10.57;236.00;1.57;1.08 2134;0;2252.00;9.50;235.00;0.00;1.22 +2134;1;2252.50;9.50;222.00;0.03;1.22 +2134;2;2244.00;9.50;226.00;-0.72;1.22 +2134;3;2261.50;9.50;229.00;1.00;1.22 +2134;4;2244.00;9.50;241.00;4.06;1.22 +2134;5;2259.50;9.50;243.50;2.41;1.22 +2134;6;2250.00;9.50;252.00;3.25;1.22 +2134;9;2241.02;9.50;235.00;1.57;1.22 +2134;10;2262.98;9.50;235.00;-1.57;1.22 +2134;11;2252.80;9.50;214.20;0.03;1.22 +2134;12;2239.20;9.50;220.60;-0.72;1.22 +2134;13;2267.20;9.50;225.40;1.00;1.22 +2134;14;2239.20;9.50;244.60;4.06;1.22 +2134;15;2264.00;9.50;248.60;2.41;1.22 +2134;16;2248.80;9.50;262.20;3.25;1.22 +2134;21;2241.02;9.50;235.00;1.57;1.22 2135;0;2571.00;9.50;1144.00;0.00;0.92 +2135;1;2564.00;9.50;1135.00;-0.66;0.92 +2135;2;2573.50;9.50;1133.00;0.22;0.92 +2135;3;2582.00;9.50;1135.50;0.91;0.92 +2135;4;2556.00;9.50;1143.00;-1.50;0.92 +2135;5;2582.00;9.50;1148.00;1.92;0.92 +2135;6;2556.00;9.50;1152.50;4.19;0.92 +2135;7;2567.00;9.50;1154.50;3.50;0.92 +2135;9;2556.24;9.50;1144.00;1.57;0.92 +2135;10;2585.76;9.50;1144.00;-1.57;0.92 +2135;11;2559.80;9.50;1129.60;-0.66;0.92 +2135;12;2575.00;9.50;1126.40;0.22;0.92 +2135;13;2588.60;9.50;1130.40;0.91;0.92 +2135;14;2547.00;9.50;1142.40;-1.50;0.92 +2135;15;2588.60;9.50;1150.40;1.92;0.92 +2135;16;2547.00;9.50;1157.60;4.19;0.92 +2135;17;2564.60;9.50;1160.80;3.50;0.92 +2135;21;2556.24;9.50;1144.00;1.57;0.92 2136;0;1754.00;15.05;386.00;0.00;0.62 +2136;1;1748.00;12.60;378.00;-0.64;0.62 +2136;2;1754.50;15.00;378.50;0.06;0.62 +2136;3;1748.00;13.57;386.00;4.71;0.62 +2136;4;1760.50;12.70;384.50;1.34;0.62 +2136;5;1759.00;15.35;392.50;2.48;0.62 +2136;6;1752.00;17.75;394.50;3.37;0.62 +2136;9;1748.42;13.76;386.00;1.57;0.62 +2136;10;1759.58;12.73;386.00;-1.57;0.62 +2136;21;1748.42;13.76;386.00;1.57;0.62 2137;0;2364.00;9.50;1578.00;0.00;1.14 +2137;1;2373.00;9.50;1565.00;0.60;1.14 +2137;2;2380.00;9.50;1574.50;1.35;1.14 +2137;3;2357.00;9.50;1569.00;-0.66;1.14 +2137;4;2349.00;9.50;1572.50;-1.21;1.14 +2137;5;2347.50;9.50;1582.00;4.47;1.14 +2137;6;2362.00;9.50;1588.50;3.33;1.14 +2137;7;2379.00;9.50;1586.00;2.06;1.14 +2137;9;2351.58;9.50;1578.00;1.57;1.14 +2137;10;2376.42;9.50;1578.00;-1.57;1.14 +2137;11;2378.40;9.50;1557.20;0.60;1.14 +2137;12;2389.60;9.50;1572.40;1.35;1.14 +2137;13;2352.80;9.50;1563.60;-0.66;1.14 +2137;14;2340.00;9.50;1569.20;-1.21;1.14 +2137;15;2337.60;9.50;1584.40;4.47;1.14 +2137;16;2360.80;9.50;1594.80;3.33;1.14 +2137;17;2388.00;9.50;1590.80;2.06;1.14 +2137;21;2351.58;9.50;1578.00;1.57;1.14 2138;0;2122.00;9.50;935.00;0.00;0.94 +2138;1;2118.00;9.50;924.00;-0.34;0.94 +2138;2;2122.00;9.50;921.50;0.00;0.94 +2138;3;2127.50;9.50;928.50;0.70;0.94 +2138;4;2114.00;9.50;937.50;4.41;0.94 +2138;5;2135.50;9.50;938.50;1.82;0.94 +2138;6;2126.50;9.50;943.00;2.62;0.94 +2138;7;2115.00;9.50;947.00;3.67;0.94 +2138;9;2113.54;9.50;935.00;1.57;0.94 +2138;10;2130.46;9.50;935.00;-1.57;0.94 +2138;11;2115.60;9.50;917.40;-0.34;0.94 +2138;12;2122.00;9.50;913.40;0.00;0.94 +2138;13;2130.80;9.50;924.60;0.70;0.94 +2138;14;2109.20;9.50;939.00;4.41;0.94 +2138;15;2143.60;9.50;940.60;1.82;0.94 +2138;16;2129.20;9.50;947.80;2.62;0.94 +2138;17;2110.80;9.50;954.20;3.67;0.94 +2138;21;2113.54;9.50;935.00;1.57;0.94 2139;0;4938.00;10.20;382.00;0.00;0.60 +2139;1;4929.00;10.10;378.00;-1.15;0.60 +2139;2;4939.50;10.10;376.00;0.24;0.60 +2139;3;4948.00;10.20;382.50;1.62;0.60 +2139;4;4930.00;10.10;385.50;4.30;0.60 +2139;5;4940.00;10.00;388.50;2.84;0.60 +2139;9;4930.62;10.10;382.00;1.57;0.60 +2139;10;4945.38;10.20;382.00;-1.57;0.60 +2139;21;4930.62;10.10;382.00;1.57;0.60 2140;0;1126.00;9.50;221.00;0.00;1.26 +2140;1;1128.00;9.50;207.50;0.14;1.26 +2140;2;1107.50;9.50;210.00;-1.03;1.26 +2140;3;1147.50;9.50;221.50;1.59;1.26 +2140;4;1112.00;9.50;227.00;4.30;1.26 +2140;5;1142.50;9.50;234.00;2.23;1.26 +2140;9;1104.58;9.50;221.00;1.57;1.26 +2140;10;1147.42;9.50;221.00;-1.57;1.26 +2140;11;1129.20;9.50;199.40;0.14;1.26 +2140;12;1096.40;9.50;203.40;-1.03;1.26 +2140;13;1160.40;9.50;221.80;1.59;1.26 +2140;14;1103.60;9.50;230.60;4.30;1.26 +2140;15;1152.40;9.50;241.80;2.23;1.26 +2140;21;1104.58;9.50;221.00;1.57;1.26 2141;0;286.00;9.50;491.00;0.00;1.18 -2142;0;1894.00;10.82;616.00;0.00;1.12 -2143;0;20.00;9.50;1472.00;0.00;1.02 -2144;0;376.00;9.50;1466.00;0.00;1.22 -2145;0;527.00;9.50;532.00;0.00;1.18 -2146;0;5040.00;9.70;121.00;0.00;0.46 -2147;0;1874.00;9.90;706.00;0.00;0.92 -2148;0;1405.00;9.50;924.00;0.00;1.04 +2141;1;282.50;9.50;479.00;-0.28;1.18 +2141;2;295.50;9.50;479.50;0.69;1.18 +2141;3;274.00;9.50;494.00;4.46;1.18 +2141;4;301.00;9.50;487.00;1.31;1.18 +2141;5;294.50;9.50;498.00;2.26;1.18 +2141;6;280.00;9.50;505.00;3.54;1.18 +2141;9;275.02;9.50;491.00;1.57;1.18 +2141;10;296.98;9.50;491.00;-1.57;1.18 +2141;11;280.40;9.50;471.80;-0.28;1.18 +2141;12;301.20;9.50;472.60;0.69;1.18 +2141;13;266.80;9.50;495.80;4.46;1.18 +2141;14;310.00;9.50;484.60;1.31;1.18 +2141;15;299.60;9.50;502.20;2.26;1.18 +2141;16;276.40;9.50;513.40;3.54;1.18 +2141;21;275.02;9.50;491.00;1.57;1.18 +2142;0;1894.00;10.82;616.00;0.00;1.12 +2142;1;1891.50;10.20;608.50;-0.32;1.12 +2142;2;1901.00;10.00;602.50;0.47;1.12 +2142;3;1902.50;10.20;616.50;1.63;1.12 +2142;4;1879.50;10.30;616.50;4.67;1.12 +2142;5;1886.00;11.17;620.00;4.24;1.12 +2142;6;1879.00;10.55;621.50;4.36;1.12 +2142;7;1897.50;11.10;625.50;2.78;1.12 +2142;9;1883.56;10.65;616.00;1.57;1.12 +2142;10;1904.44;10.05;616.00;-1.57;1.12 +2142;21;1883.56;10.65;616.00;1.57;1.12 +2143;0;20.00;9.50;1472.00;0.00;1.02 +2143;1;19.00;9.50;1460.00;-0.08;1.02 +2143;2;32.00;9.50;1464.00;0.98;1.02 +2143;3;10.00;9.50;1467.00;-1.10;1.02 +2143;4;27.00;9.50;1477.50;2.23;1.02 +2143;5;10.00;9.50;1479.00;4.10;1.02 +2143;6;15.00;9.50;1486.50;3.47;1.02 +2143;9;10.82;9.50;1472.00;1.57;1.02 +2143;10;29.18;9.50;1472.00;-1.57;1.02 +2143;11;18.40;9.50;1452.80;-0.08;1.02 +2143;12;39.20;9.50;1459.20;0.98;1.02 +2143;13;4.00;9.50;1464.00;-1.10;1.02 +2143;14;31.20;9.50;1480.80;2.23;1.02 +2143;15;4.00;9.50;1483.20;4.10;1.02 +2143;16;12.00;9.50;1495.20;3.47;1.02 +2143;21;10.82;9.50;1472.00;1.57;1.02 +2144;0;376.00;9.50;1466.00;0.00;1.22 +2144;1;374.50;9.50;1452.00;-0.10;1.22 +2144;2;384.00;9.50;1450.00;0.46;1.22 +2144;3;389.50;9.50;1459.00;1.09;1.22 +2144;4;362.50;9.50;1463.50;-1.38;1.22 +2144;5;388.00;9.50;1475.00;2.21;1.22 +2144;6;360.00;9.50;1476.50;4.13;1.22 +2144;7;374.50;9.50;1480.50;3.24;1.22 +2144;9;363.58;9.50;1466.00;1.57;1.22 +2144;10;388.42;9.50;1466.00;-1.57;1.22 +2144;11;373.60;9.50;1443.60;-0.10;1.22 +2144;12;388.80;9.50;1440.40;0.46;1.22 +2144;13;397.60;9.50;1454.80;1.09;1.22 +2144;14;354.40;9.50;1462.00;-1.38;1.22 +2144;15;395.20;9.50;1480.40;2.21;1.22 +2144;16;350.40;9.50;1482.80;4.13;1.22 +2144;17;373.60;9.50;1489.20;3.24;1.22 +2144;21;363.58;9.50;1466.00;1.57;1.22 +2145;0;527.00;9.50;532.00;0.00;1.18 +2145;1;524.50;9.50;519.50;-0.19;1.18 +2145;2;512.00;9.50;532.00;4.71;1.18 +2145;3;542.50;9.50;521.50;0.97;1.18 +2145;4;544.00;9.50;531.50;1.54;1.18 +2145;5;532.00;9.50;544.50;2.76;1.18 +2145;6;517.50;9.50;547.00;3.70;1.18 +2145;9;512.78;9.50;532.00;1.57;1.18 +2145;10;541.22;9.50;532.00;-1.57;1.18 +2145;11;523.00;9.50;512.00;-0.19;1.18 +2145;12;503.00;9.50;532.00;4.71;1.18 +2145;13;551.80;9.50;515.20;0.97;1.18 +2145;14;554.20;9.50;531.20;1.54;1.18 +2145;15;535.00;9.50;552.00;2.76;1.18 +2145;16;511.80;9.50;556.00;3.70;1.18 +2145;21;512.78;9.50;532.00;1.57;1.18 +2146;0;5040.00;9.70;121.00;0.00;0.46 +2146;1;5039.00;9.70;117.50;-0.27;0.46 +2146;2;5045.00;9.70;114.50;0.65;0.46 +2146;3;5044.00;9.75;120.50;1.44;0.46 +2146;4;5034.00;9.70;122.50;4.46;0.46 +2146;5;5036.50;9.70;126.00;3.75;0.46 +2146;6;5041.00;9.70;126.00;2.94;0.46 +2146;9;5035.86;9.70;121.00;1.57;0.46 +2146;10;5044.14;9.76;121.00;-1.57;0.46 +2146;21;5035.86;9.70;121.00;1.57;0.46 +2147;0;1874.00;9.90;706.00;0.00;0.92 +2147;1;1875.00;10.10;695.00;0.09;0.92 +2147;2;1883.00;9.90;704.50;1.40;0.92 +2147;3;1864.00;9.90;706.00;4.71;0.92 +2147;4;1871.50;9.90;716.00;3.38;0.92 +2147;9;1865.00;9.90;706.00;1.57;0.92 +2147;10;1883.00;9.90;706.00;-1.57;0.92 +2147;21;1865.00;9.90;706.00;1.57;0.92 +2148;0;1405.00;9.50;924.00;0.00;1.04 +2148;1;1420.00;9.50;912.50;0.91;1.04 +2148;2;1420.50;9.50;912.00;0.91;1.04 +2148;3;1403.00;9.50;914.00;-0.19;1.04 +2148;4;1418.50;9.50;923.50;1.53;1.04 +2148;5;1391.50;9.50;925.50;4.60;1.04 +2148;6;1398.50;9.50;936.50;3.62;1.04 +2148;7;1408.00;9.50;936.50;2.90;1.04 +2148;9;1392.40;9.50;924.00;1.57;1.04 +2148;10;1417.60;9.50;924.00;-1.57;1.04 +2148;11;1429.00;9.50;905.60;0.91;1.04 +2148;12;1429.80;9.50;904.80;0.91;1.04 +2148;13;1401.80;9.50;908.00;-0.19;1.04 +2148;14;1426.60;9.50;923.20;1.53;1.04 +2148;15;1383.40;9.50;926.40;4.60;1.04 +2148;16;1394.60;9.50;944.00;3.62;1.04 +2148;17;1409.80;9.50;944.00;2.90;1.04 +2148;21;1392.40;9.50;924.00;1.57;1.04 2149;0;1762.00;10.57;245.00;0.00;0.92 +2149;1;1772.50;10.70;234.00;0.76;0.92 +2149;2;1777.00;10.60;234.50;0.96;0.92 +2149;3;1759.00;10.30;240.50;-0.58;0.92 +2149;4;1768.00;10.50;244.50;1.48;0.92 +2149;5;1752.50;11.25;251.00;4.14;0.92 +2149;6;1758.00;10.60;256.50;3.47;0.92 +2149;9;1752.46;10.80;245.00;1.57;0.92 +2149;10;1771.54;10.45;245.00;-1.57;0.92 +2149;21;1752.46;10.80;245.00;1.57;0.92 2150;0;2116.00;9.90;778.00;0.00;0.88 +2150;1;2118.50;10.10;768.50;0.25;0.88 +2150;2;2108.50;10.10;768.00;-0.64;0.88 +2150;3;2125.00;9.90;775.00;1.24;0.88 +2150;4;2107.00;9.80;779.50;4.54;0.88 +2150;5;2126.00;9.80;785.00;2.18;0.88 +2150;6;2119.50;9.80;788.50;2.82;0.88 +2150;7;2111.50;9.80;788.50;3.54;0.88 +2150;9;2108.08;9.85;778.00;1.57;0.88 +2150;10;2123.92;9.85;778.00;-1.57;0.88 +2150;21;2108.08;9.85;778.00;1.57;0.88 2151;0;3276.00;11.85;304.00;0.00;0.60 +2151;1;3277.50;11.60;297.00;0.21;0.60 +2151;2;3288.50;11.30;301.50;1.37;0.60 +2151;3;3264.00;11.80;302.00;-1.40;0.60 +2151;4;3268.00;11.85;309.00;4.15;0.60 +2151;5;3284.50;11.65;309.00;2.10;0.60 +2151;9;3263.94;11.88;304.00;1.57;0.60 +2151;10;3288.06;11.40;304.00;-1.57;0.60 +2151;21;3263.94;11.88;304.00;1.57;0.60 2152;0;1917.00;10.37;453.00;0.00;0.58 +2152;1;1915.00;10.40;447.50;-0.34;0.58 +2152;2;1922.00;10.35;449.50;0.96;0.58 +2152;3;1911.00;10.32;452.00;-1.40;0.58 +2152;4;1922.50;10.00;456.00;2.07;0.58 +2152;5;1914.50;9.70;458.00;3.60;0.58 +2152;6;1918.50;9.80;459.50;2.91;0.58 +2152;9;1911.78;10.30;453.00;1.57;0.58 +2152;10;1922.22;10.19;453.00;-1.57;0.58 +2152;21;1911.78;10.30;453.00;1.57;0.58 2153;0;2161.00;12.00;536.00;0.00;0.40 +2153;1;2156.50;11.70;534.50;-1.24;0.40 +2153;2;2161.50;11.50;532.00;0.12;0.40 +2153;3;2165.00;10.85;533.50;1.01;0.40 +2153;4;2165.00;11.27;538.00;2.03;0.40 +2153;5;2157.00;11.50;538.50;4.15;0.40 +2153;6;2160.50;11.35;540.00;3.26;0.40 +2153;9;2157.40;11.89;536.00;1.57;0.40 +2153;10;2164.60;11.22;536.00;-1.57;0.40 +2153;19;2169.00;9.50;530.00;1.01;0.40 +2153;20;2170.40;9.50;528.95;0.92;0.40 +2153;21;2157.40;11.89;536.00;1.57;0.40 2154;0;3263.00;12.12;689.00;0.00;0.84 +2154;1;3265.00;12.35;681.50;0.26;0.84 +2154;2;3254.00;11.90;689.50;4.65;0.84 +2154;3;3274.00;12.45;692.50;1.87;0.84 +2154;4;3265.00;12.05;697.50;2.91;0.84 +2154;9;3254.90;11.95;689.00;1.57;0.84 +2154;10;3271.10;12.27;689.00;-1.57;0.84 +2154;21;3254.90;11.95;689.00;1.57;0.84 2155;0;5029.00;9.80;109.00;0.00;0.42 +2155;1;5029.00;9.85;105.50;0.00;0.42 +2155;2;5035.50;9.95;105.00;1.01;0.42 +2155;3;5037.00;9.80;106.50;1.26;0.42 +2155;4;5022.00;9.80;107.50;-1.36;0.42 +2155;5;5033.50;9.80;111.50;2.07;0.42 +2155;6;5024.50;9.80;112.50;4.05;0.42 +2155;9;5022.70;9.80;109.00;1.57;0.42 +2155;10;5035.30;9.80;109.00;-1.57;0.42 +2155;21;5022.70;9.80;109.00;1.57;0.42 2156;0;1552.00;9.95;784.00;0.00;0.62 +2156;1;1550.00;10.20;775.50;-0.23;0.62 +2156;2;1557.50;10.00;776.50;0.63;0.62 +2156;3;1546.00;9.97;787.00;4.24;0.62 +2156;4;1558.50;10.20;783.50;1.49;0.62 +2156;5;1553.50;9.90;791.50;2.94;0.62 +2156;6;1549.50;10.00;797.50;3.32;0.62 +2156;9;1546.42;10.00;784.00;1.57;0.62 +2156;10;1557.58;10.10;784.00;-1.57;0.62 +2156;19;1540.00;9.50;776.00;-2.03;0.62 +2156;20;1538.54;9.50;775.02;-0.98;0.62 +2156;21;1546.42;10.00;784.00;1.57;0.62 2157;0;4673.00;10.35;181.00;0.00;0.40 +2157;1;4671.50;10.55;176.00;-0.29;0.40 +2157;2;4675.50;10.10;177.00;0.55;0.40 +2157;3;4669.00;10.70;180.50;-1.44;0.40 +2157;4;4676.00;10.20;183.50;2.26;0.40 +2157;5;4670.00;10.20;185.50;3.73;0.40 +2157;9;4669.40;10.65;181.00;1.57;0.40 +2157;10;4676.60;10.20;181.00;-1.57;0.40 +2157;21;4669.40;10.65;181.00;1.57;0.40 2158;0;1765.00;10.92;355.00;0.00;0.76 +2158;1;1758.00;11.75;353.50;-1.36;0.76 +2158;2;1762.50;11.30;347.50;-0.32;0.76 +2158;3;1770.50;10.60;348.00;0.66;0.76 +2158;4;1775.00;10.95;353.00;1.37;0.76 +2158;5;1770.50;12.30;359.50;2.25;0.76 +2158;6;1760.00;11.95;363.00;3.70;0.76 +2158;9;1757.62;12.25;355.00;1.57;0.76 +2158;10;1772.38;11.31;355.00;-1.57;0.76 +2158;21;1757.62;12.25;355.00;1.57;0.76 2159;0;3385.00;11.00;419.00;0.00;0.76 +2159;1;3383.00;11.07;413.00;-0.32;0.76 +2159;2;3393.00;11.12;413.00;0.92;0.76 +2159;3;3376.00;11.40;417.00;-1.35;0.76 +2159;4;3389.00;10.90;423.50;2.41;0.76 +2159;5;3378.00;11.60;425.00;4.00;0.76 +2159;9;3377.80;11.50;419.00;1.57;0.76 +2159;10;3392.20;10.76;419.00;-1.57;0.76 +2159;21;3377.80;11.50;419.00;1.57;0.76 2160;0;1835.00;10.30;566.00;0.00;0.82 +2160;1;1830.50;10.70;556.50;-0.44;0.82 +2160;2;1839.00;10.40;557.50;0.44;0.82 +2160;3;1844.50;10.80;560.50;1.04;0.82 +2160;4;1825.50;10.90;562.50;-1.21;0.82 +2160;5;1843.00;10.80;566.50;1.63;0.82 +2160;6;1825.50;10.90;565.50;-1.51;0.82 +2160;7;1829.50;10.50;571.50;3.92;0.82 +2160;8;1838.50;10.70;576.50;2.82;0.82 +2160;9;1827.62;10.78;566.00;1.57;0.82 +2160;10;1842.38;10.80;566.00;-1.57;0.82 +2160;21;1827.62;10.78;566.00;1.57;0.82 2161;0;1704.00;12.10;142.00;0.00;0.54 +2161;1;1703.00;11.50;136.00;-0.16;0.54 +2161;2;1708.50;12.70;140.00;1.15;0.54 +2161;3;1700.00;10.60;144.00;4.24;0.54 +2161;4;1709.00;11.47;146.00;2.24;0.54 +2161;5;1704.00;10.40;148.00;3.14;0.54 +2161;9;1699.14;10.19;142.00;1.57;0.54 +2161;10;1708.86;11.99;142.00;-1.57;0.54 +2161;19;1692.00;9.50;151.00;-2.03;0.54 +2161;20;1690.60;9.50;152.05;4.06;0.54 +2161;21;1699.14;10.19;142.00;1.57;0.54 2162;0;1633.00;18.07;682.00;0.00;0.68 +2162;1;1629.50;19.30;674.50;-0.43;0.68 +2162;2;1637.00;20.47;675.00;0.51;0.68 +2162;3;1626.00;18.65;680.50;-1.36;0.68 +2162;4;1641.00;18.55;679.00;1.21;0.68 +2162;5;1640.00;15.80;684.50;1.91;0.68 +2162;6;1635.50;14.70;688.50;2.77;0.68 +2162;7;1628.50;18.25;690.00;3.65;0.68 +2162;9;1626.88;18.55;682.00;1.57;0.68 +2162;10;1639.12;18.15;682.00;-1.57;0.68 +2162;21;1626.88;18.55;682.00;1.57;0.68 2163;0;5088.00;10.40;207.00;0.00;0.44 +2163;1;5084.00;9.80;202.50;-0.72;0.44 +2163;2;5090.50;9.90;203.50;0.62;0.44 +2163;3;5082.00;10.32;207.00;4.71;0.44 +2163;4;5094.50;10.40;208.00;1.72;0.44 +2163;5;5088.00;10.40;212.00;3.14;0.44 +2163;6;5092.50;10.40;211.00;2.29;0.44 +2163;9;5082.24;10.33;207.00;1.57;0.44 +2163;10;5093.76;10.35;207.00;-1.57;0.44 +2163;21;5082.24;10.33;207.00;1.57;0.44 2164;0;2187.00;10.37;761.00;0.00;0.58 +2164;1;2186.50;10.55;756.00;-0.10;0.58 +2164;2;2193.00;10.52;754.00;0.70;0.58 +2164;3;2193.50;10.20;760.50;1.49;0.58 +2164;4;2179.50;10.60;760.50;-1.50;0.58 +2164;5;2183.50;10.70;766.00;3.75;0.58 +2164;6;2192.00;10.20;766.50;2.40;0.58 +2164;9;2180.88;10.50;761.00;1.57;0.58 +2164;10;2193.12;10.16;761.00;-1.57;0.58 +2164;21;2180.88;10.50;761.00;1.57;0.58 2165;0;3981.00;9.67;35.00;0.00;0.44 +2165;1;3981.00;9.67;35.00;0.00;0.44 +2165;9;3976.14;9.59;35.00;1.57;0.44 +2165;10;3985.86;9.70;35.00;-1.57;0.44 +2165;19;3977.00;9.50;32.00;-1.57;0.44 +2165;20;3975.60;9.50;30.95;-0.92;0.44 +2165;21;3976.14;9.59;35.00;1.57;0.44 2166;0;5006.00;9.70;380.00;0.00;0.48 +2166;1;5006.50;9.70;376.00;0.12;0.48 +2166;2;5000.50;9.70;378.50;-1.30;0.48 +2166;3;5014.00;9.77;377.00;1.21;0.48 +2166;4;5010.50;9.70;381.50;1.89;0.48 +2166;5;5001.00;9.67;384.00;4.03;0.48 +2166;6;5004.50;9.70;386.00;3.38;0.48 +2166;9;5000.24;9.70;380.00;1.57;0.48 +2166;10;5011.76;9.70;380.00;-1.57;0.48 +2166;19;4996.00;9.50;388.00;-2.25;0.48 +2166;20;4994.63;9.50;389.09;4.03;0.48 +2166;21;5000.24;9.70;380.00;1.57;0.48 2167;0;2082.00;12.12;553.00;0.00;0.66 +2167;1;2084.00;12.15;546.50;0.29;0.66 +2167;2;2076.50;12.10;547.00;-0.74;0.66 +2167;3;2072.00;12.00;548.50;-1.14;0.66 +2167;4;2089.50;11.50;555.00;1.83;0.66 +2167;5;2074.00;12.10;554.00;4.58;0.66 +2167;6;2083.50;11.90;560.00;2.93;0.66 +2167;9;2074.44;12.10;553.00;1.57;0.66 +2167;10;2089.56;11.49;553.00;-1.57;0.66 +2167;21;2074.44;12.10;553.00;1.57;0.66 2168;0;2043.00;10.05;730.00;0.00;1.02 +2168;1;2037.00;10.05;709.50;-0.28;1.02 +2168;2;2047.50;10.30;724.50;0.68;1.02 +2168;3;2030.00;9.90;714.00;-0.68;1.02 +2168;4;2036.50;10.00;728.50;-1.34;1.02 +2168;5;2044.50;10.00;748.50;3.06;1.02 +2168;6;2053.00;10.12;745.00;2.55;1.02 +2168;7;2051.50;10.00;754.50;2.80;1.02 +2168;8;2045.50;9.90;757.50;3.05;1.02 +2168;9;2033.82;10.00;730.00;1.57;1.02 +2168;10;2052.18;10.10;730.00;-1.57;1.02 +2168;21;2033.82;10.00;730.00;1.57;1.02 2169;0;1727.00;11.92;128.00;0.00;0.76 +2169;1;1724.50;11.70;120.50;-0.32;0.76 +2169;2;1735.00;12.10;123.50;1.05;0.76 +2169;3;1718.50;11.95;125.00;-1.23;0.76 +2169;4;1737.00;11.90;129.50;1.72;0.76 +2169;5;1720.00;11.95;133.00;4.09;0.76 +2169;6;1731.00;12.05;133.50;2.51;0.76 +2169;7;1725.00;11.40;138.50;3.33;0.76 +2169;9;1719.44;11.40;128.00;1.57;0.76 +2169;10;1734.56;12.19;128.00;-1.57;0.76 +2169;21;1719.44;11.40;128.00;1.57;0.76 2170;0;4561.00;10.45;641.00;0.00;0.58 +2170;1;4561.50;10.00;634.50;0.07;0.58 +2170;2;4568.00;10.47;636.00;0.95;0.58 +2170;3;4556.50;10.10;634.50;-0.60;0.58 +2170;4;4555.50;10.20;640.50;-1.48;0.58 +2170;5;4565.50;10.10;644.00;2.15;0.58 +2170;6;4555.50;9.70;647.00;3.88;0.58 +2170;7;4560.00;10.05;649.00;3.26;0.58 +2170;9;4555.78;10.11;641.00;1.57;0.58 +2170;10;4566.22;10.70;641.00;-1.57;0.58 +2170;21;4555.78;10.11;641.00;1.57;0.58 2171;0;3275.00;14.90;226.00;0.00;0.70 +2171;1;3276.50;14.80;216.50;0.15;0.70 +2171;2;3269.00;14.60;216.00;-0.54;0.70 +2171;3;3267.50;14.50;224.50;-1.37;0.70 +2171;4;3281.50;14.80;223.00;1.13;0.70 +2171;5;3282.00;14.30;233.00;2.35;0.70 +2171;6;3274.00;15.00;234.50;3.25;0.70 +2171;9;3268.70;14.52;226.00;1.57;0.70 +2171;10;3281.30;14.34;226.00;-1.57;0.70 +2171;21;3268.70;14.52;226.00;1.57;0.70 2172;0;1865.00;9.70;372.00;0.00;0.54 +2172;1;1864.00;9.70;360.00;-0.08;0.54 +2172;2;1861.00;9.70;361.50;-0.36;0.54 +2172;3;1869.00;9.70;368.00;0.78;0.54 +2172;4;1861.00;9.70;371.50;-1.44;0.54 +2172;5;1870.00;9.70;377.00;2.35;0.54 +2172;6;1860.50;9.70;380.00;3.65;0.54 +2172;7;1867.50;9.70;381.50;2.88;0.54 +2172;9;1860.14;9.70;372.00;1.57;0.54 +2172;10;1869.86;9.70;372.00;-1.57;0.54 +2172;21;1860.14;9.70;372.00;1.57;0.54 2173;0;1912.00;10.40;429.00;0.00;0.54 +2173;1;1915.50;10.40;423.00;0.52;0.54 +2173;2;1906.50;10.30;425.00;-0.94;0.54 +2173;3;1920.00;10.40;423.50;0.96;0.54 +2173;4;1919.50;10.40;429.50;1.63;0.54 +2173;5;1901.50;10.30;427.00;-1.38;0.54 +2173;6;1904.50;10.30;432.00;4.33;0.54 +2173;7;1912.50;10.50;435.50;3.06;0.54 +2173;9;1904.98;10.30;429.00;1.57;0.54 +2173;10;1919.02;10.40;429.00;-1.57;0.54 +2173;21;1904.98;10.30;429.00;1.57;0.54 2174;0;1753.00;19.95;525.00;0.00;0.82 +2174;1;1752.50;21.10;511.50;-0.03;0.82 +2174;2;1758.00;19.72;516.00;0.50;0.82 +2174;3;1747.50;20.10;522.50;-1.14;0.82 +2174;4;1762.50;19.35;521.00;1.17;0.82 +2174;5;1759.50;19.60;526.50;1.79;0.82 +2174;6;1744.00;19.92;534.00;3.92;0.82 +2174;7;1758.00;19.70;534.00;2.63;0.82 +2174;8;1751.50;19.80;535.50;3.28;0.82 +2174;9;1745.62;20.28;525.00;1.57;0.82 +2174;10;1760.38;19.69;525.00;-1.57;0.82 +2174;21;1745.62;20.28;525.00;1.57;0.82 2175;0;2225.00;9.80;780.00;0.00;0.46 +2175;1;2228.50;9.70;775.00;0.61;0.46 +2175;2;2222.50;9.75;776.00;-0.55;0.46 +2175;3;2231.00;9.70;780.00;1.57;0.46 +2175;4;2220.50;9.70;782.00;4.29;0.46 +2175;5;2228.00;9.65;784.00;2.49;0.46 +2175;6;2224.50;9.60;785.50;3.23;0.46 +2175;9;2219.78;9.70;780.00;1.57;0.46 +2175;10;2230.22;9.70;780.00;-1.57;0.46 +2175;19;2231.00;9.68;788.00;-3.79;0.46 +2175;20;2232.05;9.68;789.40;2.49;0.46 +2175;21;2219.78;9.70;780.00;1.57;0.46 2176;0;3293.00;11.65;546.00;0.00;0.84 +2176;1;1646.00;9.50;272.50;-1.40;0.84 +2176;2;3299.50;11.95;540.00;0.82;0.84 +2176;3;3303.50;12.80;547.50;1.71;0.84 +2176;4;3291.00;12.20;553.50;3.40;0.84 +2176;9;3282.92;10.03;546.00;1.57;0.84 +2176;10;3303.08;12.85;546.00;-1.57;0.84 +2176;21;3282.92;10.03;546.00;1.57;0.84 2177;0;4720.00;11.10;289.00;0.00;0.68 +2177;1;4718.00;11.00;282.50;-0.29;0.68 +2177;2;4728.50;11.00;288.50;1.51;0.68 +2177;3;4709.00;11.10;285.50;-1.26;0.68 +2177;4;4713.00;11.00;292.00;4.30;0.68 +2177;5;4727.00;11.00;296.00;2.35;0.68 +2177;6;4721.00;10.90;297.00;3.01;0.68 +2177;9;4712.08;11.00;289.00;1.57;0.68 +2177;10;4727.92;10.97;289.00;-1.57;0.68 +2177;21;4712.08;11.00;289.00;1.57;0.68 2178;0;2178.00;10.65;786.00;0.00;0.64 +2178;1;2179.00;10.55;778.50;0.13;0.64 +2178;2;2172.50;10.30;782.00;-0.94;0.64 +2178;3;2185.50;10.50;784.00;1.31;0.64 +2178;4;2171.00;10.60;790.50;4.14;0.64 +2178;5;2183.00;10.67;790.00;2.24;0.64 +2178;6;2175.50;10.05;794.00;3.44;0.64 +2178;9;2172.24;10.32;786.00;1.57;0.64 +2178;10;2183.76;10.72;786.00;-1.57;0.64 +2178;21;2172.24;10.32;786.00;1.57;0.64 2179;0;1718.00;19.22;347.00;0.00;0.52 +2179;1;1715.00;14.70;337.00;-0.29;0.52 +2179;2;1720.00;19.30;339.00;0.24;0.52 +2179;3;1713.50;15.40;343.00;-0.84;0.52 +2179;4;1723.00;18.05;347.50;1.67;0.52 +2179;5;1714.00;18.10;352.00;3.81;0.52 +2179;6;1719.50;19.50;356.50;2.98;0.52 +2179;9;1713.32;16.31;347.00;1.57;0.52 +2179;10;1722.68;18.37;347.00;-1.57;0.52 +2179;21;1713.32;16.31;347.00;1.57;0.52 2180;0;3375.00;11.20;392.00;0.00;0.64 +2180;1;3374.50;10.70;386.50;-0.09;0.64 +2180;2;3368.00;11.45;392.50;4.64;0.64 +2180;3;3384.50;10.80;393.50;1.72;0.64 +2180;4;3378.00;11.50;399.50;2.76;0.64 +2180;9;3367.80;11.37;392.00;1.57;0.64 +2180;10;3382.20;10.88;392.00;-1.57;0.64 +2180;21;3367.80;11.37;392.00;1.57;0.64 2181;0;1989.00;10.52;538.00;0.00;0.86 +2181;1;1989.50;10.50;525.50;0.04;0.86 +2181;2;1983.00;10.50;527.50;-0.51;0.86 +2181;3;1993.00;10.55;533.50;0.72;0.86 +2181;4;1979.00;10.60;534.00;-1.19;0.86 +2181;5;1984.50;10.60;542.50;3.92;0.86 +2181;6;1996.50;10.80;539.00;1.70;0.86 +2181;7;1999.00;10.85;544.00;2.11;0.86 +2181;8;1993.00;11.00;550.00;2.82;0.86 +2181;9;1981.26;10.70;538.00;1.57;0.86 +2181;10;1996.74;10.75;538.00;-1.57;0.86 +2181;21;1981.26;10.70;538.00;1.57;0.86 2182;0;1704.00;21.75;631.00;0.00;0.64 +2182;1;1710.50;20.40;625.50;0.86;0.64 +2182;2;1700.00;21.50;627.00;-0.78;0.64 +2182;3;1713.50;20.10;629.00;1.36;0.64 +2182;4;1693.00;20.60;632.50;4.57;0.64 +2182;5;1708.50;20.90;636.00;2.40;0.64 +2182;6;1698.50;21.40;635.50;4.02;0.64 +2182;9;1695.72;20.72;631.00;1.57;0.64 +2182;10;1712.28;20.62;631.00;-1.57;0.64 +2182;21;1712.28;20.62;631.00;-1.57;0.64 2183;0;5062.00;9.67;22.00;0.00;0.24 +2183;1;5063.50;9.70;19.50;0.54;0.24 +2183;2;5060.50;9.70;21.50;-1.24;0.24 +2183;3;5064.00;9.80;24.00;2.35;0.24 +2183;4;5061.50;9.70;25.50;3.28;0.24 +2183;9;5059.84;9.50;22.00;1.57;0.24 +2183;10;5064.16;9.79;22.00;-1.57;0.24 +2183;19;5058.00;9.50;28.00;-1.25;0.24 +2183;20;5057.03;9.50;29.45;3.73;0.24 +2183;21;5059.84;9.50;22.00;1.57;0.24 2184;0;4586.00;10.30;625.00;0.00;0.56 +2184;1;4581.50;10.30;619.50;-0.68;0.56 +2184;2;4585.00;10.30;618.50;-0.15;0.56 +2184;3;4589.50;10.30;619.00;0.52;0.56 +2184;4;4592.50;10.30;619.00;0.82;0.56 +2184;5;4591.50;10.30;624.00;1.39;0.56 +2184;6;4579.50;10.30;623.00;-1.27;0.56 +2184;7;4580.50;10.30;628.00;4.21;0.56 +2184;8;4592.00;10.40;629.00;2.15;0.56 +2184;9;4580.96;10.30;625.00;1.57;0.56 +2184;10;4591.04;10.30;625.00;-1.57;0.56 +2184;21;4580.96;10.30;625.00;1.57;0.56 2185;0;2106.00;12.10;517.00;0.00;0.42 +2185;1;2105.00;12.35;511.50;-0.18;0.42 +2185;2;2103.00;12.20;515.50;-1.10;0.42 +2185;3;2107.50;12.20;514.00;0.46;0.42 +2185;4;2111.00;12.22;518.00;1.76;0.42 +2185;5;2108.00;12.10;520.00;2.55;0.42 +2185;6;2103.50;12.00;520.50;3.76;0.42 +2185;9;2101.86;12.05;517.00;1.57;0.42 +2185;10;2110.14;12.18;517.00;-1.57;0.42 +2185;21;2101.86;12.05;517.00;1.57;0.42 2186;0;4718.00;10.95;263.00;0.00;0.60 +2186;1;4719.00;11.00;257.50;0.18;0.60 +2186;2;4709.00;11.00;261.50;-1.40;0.60 +2186;3;4726.00;10.90;264.00;1.69;0.60 +2186;4;4709.00;11.00;268.00;4.20;0.60 +2186;5;4717.00;11.00;269.50;3.29;0.60 +2186;9;4710.98;11.00;263.00;1.57;0.60 +2186;10;4725.02;10.90;263.00;-1.57;0.60 +2186;21;4710.98;11.00;263.00;1.57;0.60 2187;0;5008.00;9.80;361.00;0.00;0.56 +2187;1;5004.50;9.80;356.50;-0.66;0.56 +2187;2;5012.50;9.80;358.50;1.06;0.56 +2187;3;5001.00;9.70;363.50;4.36;0.56 +2187;4;5014.50;9.80;364.50;2.06;0.56 +2187;5;5007.50;9.70;366.50;3.23;0.56 +2187;9;5002.42;9.70;361.00;1.57;0.56 +2187;10;5013.58;9.80;361.00;-1.57;0.56 +2187;21;5002.42;9.70;361.00;1.57;0.56 2188;0;3683.00;10.20;574.00;0.00;0.24 +2188;1;3684.00;10.20;572.50;0.58;0.24 +2188;2;3678.00;10.05;574.50;4.61;0.24 +2188;3;3683.00;10.17;576.00;3.14;0.24 +2188;9;3679.22;10.12;574.00;1.57;0.24 +2188;10;3686.78;10.20;574.00;-1.57;0.24 +2188;19;3692.00;9.50;574.00;0.59;0.24 +2188;20;3693.75;9.50;574.00;1.57;0.24 +2188;21;3679.22;10.12;574.00;1.57;0.24 2189;0;5071.00;9.77;13.00;0.00;0.34 +2189;1;5071.50;9.70;11.00;0.24;0.34 +2189;2;5072.50;10.55;15.00;2.49;0.34 +2189;3;5068.00;9.90;15.00;4.12;0.34 +2189;4;5070.50;10.50;17.50;3.25;0.34 +2189;9;5067.58;9.70;13.00;1.57;0.34 +2189;10;5074.42;10.21;13.00;-1.57;0.34 +2189;19;5079.00;9.50;11.00;0.24;0.34 +2189;20;5080.69;9.50;10.57;1.32;0.34 +2189;21;5067.58;9.70;13.00;1.57;0.34 2190;0;2097.00;11.50;623.00;0.00;0.66 +2190;1;2092.50;11.70;617.00;-0.64;0.66 +2190;2;2104.00;11.95;622.00;1.42;0.66 +2190;3;2085.50;11.75;621.00;-1.39;0.66 +2190;4;2088.00;11.85;625.00;4.49;0.66 +2190;5;2099.50;11.40;627.50;2.63;0.66 +2190;6;2109.00;11.10;629.50;2.06;0.66 +2190;9;2088.18;11.80;623.00;1.57;0.66 +2190;10;2105.82;11.95;623.00;-1.57;0.66 +2190;21;2088.18;11.80;623.00;1.57;0.66 2191;0;4795.00;9.90;187.00;0.00;0.76 +2191;1;4795.00;9.80;177.50;0.00;0.76 +2191;2;4789.00;9.80;179.00;-0.64;0.76 +2191;3;4801.00;9.80;177.50;0.56;0.76 +2191;4;4801.00;9.90;187.00;1.57;0.76 +2191;5;4788.50;10.00;190.50;4.21;0.76 +2191;6;4796.00;10.10;198.50;3.05;0.76 +2191;9;4788.16;9.90;187.00;1.57;0.76 +2191;10;4801.84;9.90;187.00;-1.57;0.76 +2191;19;4803.00;9.50;169.00;0.56;0.76 +2191;20;4803.71;9.50;167.40;0.41;0.76 +2191;21;4801.84;9.90;187.00;-1.57;0.76 2192;0;3035.61;11.20;608.81;0.00;1.04 +2192;1;3039.50;11.20;601.45;0.52;1.04 +2192;2;3016.98;11.30;598.33;-0.93;1.04 +2192;3;3029.76;11.80;615.08;4.15;1.04 +2192;4;3017.20;11.60;607.25;-1.45;1.04 +2192;5;3039.30;11.30;627.59;2.70;1.04 +2192;9;3030.61;11.50;608.34;1.57;1.04 +2192;10;3040.88;11.30;608.00;-1.57;1.04 +2192;21;3040.36;11.75;616.00;-1.57;1.04 2193;0;3345.00;10.50;294.00;0.00;0.68 +2193;1;3348.50;10.20;285.50;0.39;0.68 +2193;2;3352.50;10.20;285.50;0.72;0.68 +2193;3;3339.50;10.50;292.50;-1.30;0.68 +2193;4;3350.50;10.20;294.00;1.57;0.68 +2193;5;3342.00;10.45;301.50;3.52;0.68 +2193;9;3338.88;10.50;294.00;1.57;0.68 +2193;10;3351.12;10.16;294.00;-1.57;0.68 +2193;19;3353.00;9.53;312.00;1.57;0.68 +2193;20;3353.71;9.53;313.59;2.72;0.68 +2193;21;3338.88;10.50;294.00;1.57;0.68 2194;0;1938.00;10.80;438.00;0.00;0.58 +2194;1;1941.50;10.80;434.50;0.78;0.58 +2194;2;1932.50;10.60;434.00;-0.94;0.58 +2194;3;1932.50;10.70;442.00;4.08;0.58 +2194;4;1939.50;10.60;444.50;2.91;0.58 +2194;5;1945.50;10.70;444.00;2.24;0.58 +2194;9;1932.78;10.80;438.00;1.57;0.58 +2194;10;1943.22;10.72;438.00;-1.57;0.58 +2194;21;1932.78;10.80;438.00;1.57;0.58 2195;0;1857.00;9.90;497.00;0.00;0.78 +2195;1;1853.00;9.90;492.50;-0.72;0.78 +2195;2;1864.00;9.80;493.00;1.05;0.78 +2195;3;1862.50;9.90;503.00;2.40;0.78 +2195;4;1853.00;10.00;503.00;3.73;0.78 +2195;9;1849.98;10.00;497.00;1.57;0.78 +2195;10;1864.02;9.80;497.00;-1.57;0.78 +2195;21;1849.98;10.00;497.00;1.57;0.78 2196;0;3411.00;9.97;537.00;0.00;0.60 +2196;1;3410.50;9.85;531.00;-0.08;0.60 +2196;2;3414.00;10.00;537.00;1.57;0.60 +2196;3;3406.00;9.80;538.50;4.42;0.60 +2196;4;3409.00;9.75;544.50;3.40;0.60 +2196;9;3405.60;9.80;537.00;1.57;0.60 +2196;10;3416.40;9.90;537.00;-1.57;0.60 +2196;19;3417.00;9.60;543.00;1.57;0.60 +2196;20;3418.23;9.60;544.23;2.35;0.60 +2196;21;3416.62;9.70;542.87;1.57;0.60 2197;0;5512.00;9.82;73.00;0.00;0.38 +2197;1;5515.00;9.70;70.50;0.87;0.38 +2197;2;5509.00;9.85;70.50;-0.87;0.38 +2197;3;5508.00;10.22;74.00;4.46;0.38 +2197;4;5513.50;10.00;76.50;2.73;0.38 +2197;5;5509.50;10.60;77.00;3.70;0.38 +2197;9;5508.04;10.09;73.00;1.57;0.38 +2197;10;5515.96;9.70;73.00;-1.57;0.38 +2197;19;5522.00;9.50;66.00;0.88;0.38 +2197;20;5523.43;9.50;64.99;0.96;0.38 +2197;21;5508.04;10.09;73.00;1.57;0.38 2198;0;1687.00;9.90;768.00;0.00;1.58 +2198;1;1672.50;10.10;751.50;-0.72;1.58 +2198;2;1688.50;10.00;758.50;0.15;1.58 +2198;3;1682.50;9.80;776.50;3.62;1.58 +2198;4;1703.50;9.80;775.00;1.97;1.58 +2198;9;1672.78;9.90;768.00;1.57;1.58 +2198;10;1701.22;9.90;768.00;-1.57;1.58 +2198;21;1672.78;9.90;768.00;1.57;1.58 2199;0;1718.00;12.50;214.00;0.00;0.64 +2199;1;1712.00;13.10;208.50;-0.82;0.64 +2199;2;1717.00;12.35;205.50;-0.11;0.64 +2199;3;1723.50;12.80;210.50;1.00;0.64 +2199;4;1724.50;12.10;217.50;2.06;0.64 +2199;5;1714.00;12.40;219.50;3.77;0.64 +2199;6;1720.00;11.82;223.00;2.92;0.64 +2199;9;1712.24;12.62;214.00;1.57;0.64 +2199;10;1723.76;12.35;214.00;-1.57;0.64 +2199;21;1712.24;12.62;214.00;1.57;0.64 2200;0;3502.00;10.72;256.00;0.00;0.58 +2200;1;3499.00;10.40;250.00;-0.46;0.58 +2200;2;3507.00;10.90;255.50;1.47;0.58 +2200;3;3494.50;10.60;258.50;4.39;0.58 +2200;4;3501.00;10.75;263.00;3.28;0.58 +2200;9;3496.78;10.66;256.00;1.57;0.58 +2200;10;3507.22;10.93;256.00;-1.57;0.58 +2200;19;3502.00;9.50;239.00;-0.46;0.58 +2200;20;3502.00;9.50;237.25;0.00;0.58 +2200;21;3496.78;10.66;256.00;1.57;0.58 2201;0;4734.00;9.75;349.00;0.00;0.84 +2201;1;4738.50;10.00;343.50;0.68;0.84 +2201;2;4726.50;10.00;343.50;-0.93;0.84 +2201;3;4720.00;9.80;346.50;-1.39;0.84 +2201;4;4721.50;9.70;349.50;4.67;0.84 +2201;5;4732.50;9.70;355.00;3.38;0.84 +2201;6;4743.50;9.80;353.00;1.96;0.84 +2201;7;4741.00;9.70;358.50;2.50;0.84 +2201;9;4724.10;9.70;349.00;1.57;0.84 +2201;10;4743.90;9.80;349.00;-1.57;0.84 +2201;19;4735.00;9.50;362.00;-2.90;0.84 +2201;20;4735.13;9.50;363.74;3.06;0.84 +2201;21;4724.10;9.70;349.00;1.57;0.84 2202;0;3424.00;10.25;458.00;0.00;0.68 +2202;1;3420.00;10.30;452.50;-0.62;0.68 +2202;2;3429.00;10.10;447.50;0.44;0.68 +2202;3;3430.50;10.00;457.50;1.49;0.68 +2202;4;3415.00;10.50;459.00;4.60;0.68 +2202;5;3417.00;10.45;462.50;4.14;0.68 +2202;6;3425.00;11.07;466.00;3.01;0.68 +2202;9;3417.88;10.38;458.00;1.57;0.68 +2202;10;3430.12;10.01;458.00;-1.57;0.68 +2202;19;3436.00;9.55;466.00;1.49;0.68 +2202;20;3437.45;9.55;466.97;2.15;0.68 +2202;21;3417.88;10.38;458.00;1.57;0.68 2203;0;5482.00;11.82;46.00;0.00;0.38 +2203;1;5481.00;11.10;43.00;-0.32;0.38 +2203;2;5485.00;11.05;41.50;0.58;0.38 +2203;3;5486.50;10.85;44.00;1.15;0.38 +2203;4;5476.50;11.55;46.00;4.71;0.38 +2203;5;5485.50;10.80;48.00;2.09;0.38 +2203;6;5479.50;12.30;48.50;3.92;0.38 +2203;9;5477.86;11.75;46.00;1.57;0.38 +2203;10;5486.14;10.75;46.00;-1.57;0.38 +2203;19;5490.00;9.60;44.00;1.15;0.38 +2203;20;5491.69;9.60;43.57;1.32;0.38 +2203;21;5477.86;11.75;46.00;1.57;0.38 2204;0;1971.00;10.30;682.00;0.00;1.66 +2204;1;1962.00;10.40;658.50;-0.36;1.66 +2204;2;1978.50;10.30;670.00;0.55;1.66 +2204;3;1955.00;10.40;681.00;-1.50;1.66 +2204;4;1992.50;10.30;680.50;1.50;1.66 +2204;5;1994.00;10.15;690.00;1.90;1.66 +2204;6;1984.00;10.30;695.50;2.37;1.66 +2204;7;1962.00;10.50;698.50;3.64;1.66 +2204;9;1954.80;10.40;682.00;1.57;1.66 +2204;10;1987.20;10.38;682.00;-1.57;1.66 +2204;21;1954.80;10.40;682.00;1.57;1.66 2205;0;4976.00;9.85;205.00;0.00;1.10 +2205;1;4982.50;9.50;190.50;0.42;1.10 +2205;2;4972.50;10.90;192.50;-0.27;1.10 +2205;3;4987.00;9.50;191.00;0.66;1.10 +2205;4;4987.00;9.50;200.50;1.18;1.10 +2205;5;2487.50;9.50;102.00;-1.52;1.10 +2205;6;2487.50;9.50;102.00;-1.52;1.10 +2205;7;4961.50;9.75;203.00;-1.43;1.10 +2205;8;4960.50;9.70;206.50;4.61;1.10 +2205;9;4966.10;9.76;205.00;1.57;1.10 +2205;10;4985.90;9.65;205.00;-1.57;1.10 +2205;21;4966.10;9.76;205.00;1.57;1.10 2206;0;3367.00;12.35;595.00;0.00;0.88 +2206;1;3363.50;13.50;585.00;-0.33;0.88 +2206;2;3372.00;12.87;591.00;0.89;0.88 +2206;3;3358.50;14.40;587.50;-0.84;0.88 +2206;4;3360.50;13.30;597.50;4.34;0.88 +2206;5;3374.50;13.25;600.00;2.15;0.88 +2206;6;3365.50;14.85;606.00;3.27;0.88 +2206;9;3358.72;12.99;595.00;1.57;0.88 +2206;10;3375.28;12.90;595.00;-1.57;0.88 +2206;21;3358.72;12.99;595.00;1.57;0.88 2207;0;3043.00;11.25;269.00;0.00;0.54 +2207;1;3043.00;11.25;262.00;0.00;0.54 +2207;2;3037.50;10.55;268.00;-1.39;0.54 +2207;3;3049.00;12.35;270.50;1.81;0.54 +2207;4;3043.00;11.22;276.00;3.14;0.54 +2207;9;3038.14;10.62;269.00;1.57;0.54 +2207;10;3047.86;12.00;269.00;-1.57;0.54 +2207;19;3033.00;9.50;263.00;-1.39;0.54 +2207;20;3031.49;9.50;262.10;-1.03;0.54 +2207;21;3038.14;10.62;269.00;1.57;0.54 2208;0;1824.00;10.05;434.00;0.00;0.72 +2208;1;1817.50;10.10;431.50;-1.20;0.72 +2208;2;1826.00;9.95;425.00;0.21;0.72 +2208;3;1833.00;10.32;430.00;1.15;0.72 +2208;4;1828.50;10.70;440.50;2.53;0.72 +2208;5;1819.50;10.10;443.00;3.60;0.72 +2208;9;1817.52;10.10;434.00;1.57;0.72 +2208;10;1830.48;10.54;434.00;-1.57;0.72 +2208;21;1817.52;10.10;434.00;1.57;0.72 2209;0;1892.00;10.40;481.00;0.00;0.92 +2209;1;1891.00;10.40;473.00;-0.12;0.92 +2209;2;1902.00;10.37;472.00;0.83;0.92 +2209;3;1900.00;10.40;483.50;1.87;0.92 +2209;4;1881.50;10.40;479.00;-1.38;0.92 +2209;5;1881.50;10.40;485.00;4.34;0.92 +2209;6;1890.00;10.40;491.00;3.33;0.92 +2209;9;1883.72;10.40;481.00;1.57;0.92 +2209;10;1900.28;10.40;481.00;-1.57;0.92 +2209;21;1883.72;10.40;481.00;1.57;0.92 2210;0;1682.00;17.82;612.00;0.00;0.70 +2210;1;1677.50;12.10;606.00;-0.64;0.70 +2210;2;1686.00;17.30;606.50;0.62;0.70 +2210;3;1672.00;12.52;609.00;-1.27;0.70 +2210;4;1676.50;18.00;614.50;4.28;0.70 +2210;5;1687.50;21.30;616.50;2.25;0.70 +2210;9;1675.16;15.89;612.00;1.57;0.70 +2210;10;1688.84;20.50;612.00;-1.57;0.70 +2210;19;1678.00;9.50;598.00;-0.64;0.70 +2210;20;1677.51;9.50;596.31;-0.27;0.70 +2210;21;1675.16;15.89;612.00;1.57;0.70 2211;0;5475.00;11.12;31.00;0.00;0.44 +2211;1;5477.50;10.45;29.00;0.89;0.44 +2211;2;5471.50;10.10;27.50;-0.78;0.44 +2211;3;5471.50;11.30;33.50;4.09;0.44 +2211;4;5477.50;11.30;35.50;2.63;0.44 +2211;9;5471.04;10.68;31.00;1.57;0.44 +2211;10;5478.96;10.55;31.00;-1.57;0.44 +2211;19;5475.00;9.50;22.00;0.90;0.44 +2211;20;5475.00;9.50;20.25;0.00;0.44 +2211;21;5471.04;10.68;31.00;1.57;0.44 2212;0;1635.00;10.12;718.00;0.00;0.72 +2212;1;1636.50;10.20;706.50;0.13;0.72 +2212;2;1642.50;11.10;705.50;0.54;0.72 +2212;3;1639.50;10.60;719.00;1.78;0.72 +2212;4;1632.00;10.45;714.50;-0.70;0.72 +2212;5;1627.50;11.10;722.50;4.17;0.72 +2212;6;1630.50;10.50;729.00;3.53;0.72 +2212;9;1628.52;11.63;718.00;1.57;0.72 +2212;10;1641.48;11.14;718.00;-1.57;0.72 +2212;21;1628.52;11.63;718.00;1.57;0.72 2213;0;3210.00;13.90;220.00;0.00;0.70 +2213;1;3202.50;13.40;207.00;-0.52;0.70 +2213;2;3204.00;13.72;217.00;-1.10;0.70 +2213;3;3210.50;14.00;211.00;0.05;0.70 +2213;4;3217.00;14.10;222.50;1.91;0.70 +2213;5;3208.50;13.40;231.00;3.27;0.70 +2213;6;3213.50;14.00;231.50;2.84;0.70 +2213;9;3203.70;13.70;220.00;1.57;0.70 +2213;10;3216.30;14.10;220.00;-1.57;0.70 +2213;21;3203.70;13.70;220.00;1.57;0.70 2214;0;2026.00;10.50;785.00;0.00;0.96 +2214;1;2021.00;10.00;780.00;-0.78;0.96 +2214;2;2036.00;9.80;776.00;0.83;0.96 +2214;3;2030.00;10.40;792.00;2.62;0.96 +2214;4;2021.50;10.40;800.00;3.43;0.96 +2214;9;2017.36;10.00;785.00;1.57;0.96 +2214;10;2034.64;10.03;785.00;-1.57;0.96 +2214;21;2034.64;10.03;785.00;-1.57;0.96 2215;0;1730.00;14.65;283.00;0.00;0.62 +2215;1;1729.00;13.50;276.00;-0.14;0.62 +2215;2;1723.50;15.60;277.50;-0.86;0.62 +2215;3;1738.00;14.67;283.00;1.57;0.62 +2215;4;1722.00;16.40;284.50;4.52;0.62 +2215;5;1731.00;15.10;288.50;2.96;0.62 +2215;6;1739.00;14.50;290.00;2.23;0.62 +2215;9;1722.98;16.25;283.00;1.57;0.62 +2215;10;1737.02;14.74;283.00;-1.57;0.62 +2215;21;1722.98;16.25;283.00;1.57;0.62 2216;0;3283.00;12.77;383.00;0.00;0.64 +2216;1;3287.50;13.55;378.00;0.73;0.64 +2216;2;3270.50;13.30;379.00;-1.26;0.64 +2216;3;3292.00;12.00;386.50;1.94;0.64 +2216;4;3269.50;12.95;386.00;4.49;0.64 +2216;5;3275.50;11.60;390.50;3.92;0.64 +2216;9;3271.12;13.16;383.00;1.57;0.64 +2216;10;3294.88;12.91;383.00;-1.57;0.64 +2216;21;3271.12;13.16;383.00;1.57;0.64 2217;0;3405.00;10.90;436.00;0.00;0.88 +2217;1;3407.00;10.50;424.50;0.17;0.88 +2217;2;3399.00;10.90;432.00;-0.98;0.88 +2217;3;3413.00;10.65;430.50;0.96;0.88 +2217;4;3410.50;10.60;441.50;2.35;0.88 +2217;5;3398.50;10.80;442.50;3.92;0.88 +2217;9;3395.82;11.06;436.00;1.57;0.88 +2217;10;3414.18;10.80;436.00;-1.57;0.88 +2217;21;3395.82;11.06;436.00;1.57;0.88 2218;0;2085.00;11.70;601.00;0.00;0.54 +2218;1;2086.00;11.67;597.00;0.24;0.54 +2218;2;2095.00;10.87;597.00;1.19;0.54 +2218;3;2077.00;11.95;604.00;4.35;0.54 +2218;4;2093.50;10.90;601.50;1.63;0.54 +2218;5;2086.50;11.50;606.00;2.85;0.54 +2218;9;2077.62;12.11;601.00;1.57;0.54 +2218;10;2092.38;10.90;601.00;-1.57;0.54 +2218;21;2077.62;12.11;601.00;1.57;0.54 2219;0;4929.00;9.80;145.00;0.00;0.68 +2219;1;4926.00;9.70;137.50;-0.38;0.68 +2219;2;4931.50;9.80;141.50;0.62;0.68 +2219;3;4923.50;9.70;144.00;-1.39;0.68 +2219;4;4934.50;9.90;149.50;2.25;0.68 +2219;5;4928.00;9.80;150.00;3.33;0.68 +2219;9;4922.88;9.70;145.00;1.57;0.68 +2219;10;4935.12;9.71;145.00;-1.57;0.68 +2219;19;4916.00;9.50;148.00;-1.39;0.68 +2219;20;4914.29;9.50;148.39;4.48;0.68 +2219;21;4935.12;9.71;145.00;-1.57;0.68 2220;0;3272.00;12.90;597.00;0.00;0.60 +2220;1;3274.00;12.82;591.00;0.32;0.60 +2220;2;1635.50;9.50;298.00;-1.39;0.60 +2220;3;3277.50;13.55;599.00;1.92;0.60 +2220;4;3266.50;10.95;600.00;4.21;0.60 +2220;5;3271.50;12.60;603.00;3.22;0.60 +2220;6;1635.50;9.50;298.00;-1.39;0.60 +2220;9;3266.60;10.21;597.00;1.57;0.60 +2220;10;3277.40;13.44;597.00;-1.57;0.60 +2220;21;3265.19;9.80;596.65;1.57;0.60 2221;0;5018.00;9.80;235.00;0.00;0.80 +2221;1;5007.50;9.80;229.00;-1.05;0.80 +2221;2;5016.50;9.90;224.50;-0.14;0.80 +2221;3;5025.50;9.80;225.00;0.64;0.80 +2221;4;5025.50;9.80;235.50;1.63;0.80 +2221;5;5013.00;9.80;239.00;4.03;0.80 +2221;6;5022.00;9.90;248.00;2.84;0.80 +2221;7;5017.00;9.80;248.50;3.21;0.80 +2221;9;5010.80;9.78;235.00;1.57;0.80 +2221;10;5025.20;9.80;235.00;-1.57;0.80 +2221;21;5010.80;9.78;235.00;1.57;0.80 2222;0;4562.00;9.70;663.00;0.00;0.36 +2222;1;4560.50;9.70;660.00;-0.46;0.36 +2222;2;4554.50;9.70;660.50;-1.24;0.36 +2222;3;4568.00;9.70;662.00;1.40;0.36 +2222;4;4556.00;9.80;663.00;4.71;0.36 +2222;5;4559.50;9.90;665.00;4.03;0.36 +2222;6;4565.50;9.90;666.00;2.27;0.36 +2222;9;4556.24;9.77;663.00;1.57;0.36 +2222;10;4567.76;9.70;663.00;-1.57;0.36 +2222;21;4556.24;9.77;663.00;1.57;0.36 2223;0;4919.00;10.70;317.00;0.00;1.00 +2223;1;4904.50;11.00;310.00;-1.12;1.00 +2223;2;4923.50;10.70;307.50;0.44;1.00 +2223;3;4938.00;10.30;318.00;1.62;1.00 +2223;4;4900.00;10.70;321.50;4.48;1.00 +2223;5;4911.00;10.70;324.50;3.95;1.00 +2223;6;4929.00;10.40;327.00;2.35;1.00 +2223;7;4938.00;10.27;326.00;2.01;1.00 +2223;9;4904.96;10.80;317.00;1.57;1.00 +2223;10;4933.04;10.40;317.00;-1.57;1.00 +2223;21;4904.96;10.80;317.00;1.57;1.00 2224;0;1779.00;19.85;498.00;0.00;0.66 +2224;1;1778.00;19.85;492.00;-0.16;0.66 +2224;2;1769.00;21.15;495.00;-1.27;0.66 +2224;3;1789.00;20.35;494.00;1.19;0.66 +2224;4;1790.50;20.10;496.50;1.44;0.66 +2224;5;1771.00;20.65;502.50;4.20;0.66 +2224;6;1783.00;19.40;503.50;2.51;0.66 +2224;9;1770.90;20.69;498.00;1.57;0.66 +2224;10;1787.10;19.84;498.00;-1.57;0.66 +2224;21;1770.90;20.69;498.00;1.57;0.66 2225;0;1628.00;12.12;647.00;0.00;0.76 +2225;1;1624.50;10.50;641.50;-0.56;0.76 +2225;2;1633.50;12.05;639.00;0.60;0.76 +2225;3;1633.00;15.37;649.00;1.95;0.76 +2225;4;1621.00;10.45;651.50;4.14;0.76 +2225;5;1621.00;11.60;656.50;3.77;0.76 +2225;6;1627.00;16.60;657.00;3.24;0.76 +2225;9;1621.16;10.33;647.00;1.57;0.76 +2225;10;1634.84;15.73;647.00;-1.57;0.76 +2225;19;1625.00;9.50;632.00;-0.57;0.76 +2225;20;1624.65;9.50;630.28;-0.19;0.76 +2225;21;1621.16;10.33;647.00;1.57;0.76 2226;0;1653.00;10.07;728.00;0.00;1.00 +2226;1;1648.50;10.40;724.00;-0.84;1.00 +2226;2;1660.00;10.35;714.50;0.47;1.00 +2226;3;1664.50;10.10;721.00;1.02;1.00 +2226;4;1655.50;10.10;731.50;2.52;1.00 +2226;5;1643.50;10.00;740.50;3.79;1.00 +2226;6;1648.50;10.10;745.00;3.40;1.00 +2226;9;1644.00;10.27;728.00;1.57;1.00 +2226;10;1662.00;10.12;728.00;-1.57;1.00 +2226;21;1644.00;10.27;728.00;1.57;1.00 2227;0;2254.00;9.72;761.00;0.00;0.34 +2227;1;2255.00;9.75;756.50;0.21;0.34 +2227;2;2251.50;9.90;757.00;-0.55;0.34 +2227;3;2257.00;9.65;760.50;1.40;0.34 +2227;4;2251.00;9.80;761.50;4.54;0.34 +2227;5;2252.50;9.70;765.50;3.46;0.34 +2227;6;2256.00;9.65;766.00;2.76;0.34 +2227;9;2250.94;9.82;761.00;1.57;0.34 +2227;10;2257.06;9.65;761.00;-1.57;0.34 +2227;19;2260.00;9.68;760.00;1.41;0.34 +2227;20;2261.72;9.68;759.71;1.40;0.34 +2227;21;2250.94;9.82;761.00;1.57;0.34 2228;0;2151.00;9.77;801.00;0.00;0.60 +2228;1;2151.00;9.80;793.00;0.00;0.60 +2228;2;2143.50;9.80;796.50;-1.03;0.60 +2228;3;2157.50;9.90;798.00;1.13;0.60 +2228;4;2147.50;9.70;806.50;3.70;0.60 +2228;5;2156.50;9.80;806.50;2.35;0.60 +2228;6;2154.50;9.70;811.50;2.82;0.60 +2228;9;2145.60;9.80;801.00;1.57;0.60 +2228;10;2156.40;9.80;801.00;-1.57;0.60 +2228;19;2157.00;9.50;822.23;-3.26;0.60 +2228;20;2157.47;9.50;823.91;2.86;0.60 +2228;21;2154.93;9.90;819.47;-1.57;0.60 2229;0;3046.00;11.75;236.00;0.00;0.48 +2229;1;3048.00;11.55;226.00;0.19;0.48 +2229;2;3042.50;10.50;231.50;-0.66;0.48 +2229;3;3050.50;12.50;235.50;1.46;0.48 +2229;4;3041.00;10.00;240.00;4.03;0.48 +2229;5;3044.50;11.50;245.50;3.29;0.48 +2229;6;3050.50;12.30;245.50;2.69;0.48 +2229;9;3041.68;10.10;236.00;1.57;0.48 +2229;10;3050.32;12.46;236.00;-1.57;0.48 +2229;19;3038.00;9.50;242.00;-2.25;0.48 +2229;20;3036.60;9.50;243.05;4.06;0.48 +2229;21;3041.68;10.10;236.00;1.57;0.48 2230;0;3086.00;9.50;1693.00;0.00;0.92 +2230;1;3082.50;9.50;1681.50;-0.29;0.92 +2230;2;3086.00;9.50;1681.50;0.00;0.92 +2230;3;3078.50;9.50;1682.50;-0.62;0.92 +2230;4;3087.00;9.50;1684.50;0.11;0.92 +2230;5;3075.00;9.50;1684.00;-0.88;0.92 +2230;6;3075.50;9.50;1689.50;-1.24;0.92 +2230;7;3092.50;9.50;1690.50;1.20;0.92 +2230;8;3077.00;9.50;1695.00;4.49;0.92 +2230;9;3076.28;9.50;1693.00;1.57;0.92 +2230;10;3095.72;9.50;1693.00;-1.57;0.92 +2230;11;3080.40;9.50;1674.60;-0.29;0.92 +2230;12;3086.00;9.50;1674.60;0.00;0.92 +2230;13;3074.00;9.50;1676.20;-0.62;0.92 +2230;14;3087.60;9.50;1679.40;0.11;0.92 +2230;15;3068.40;9.50;1678.60;-0.88;0.92 +2230;16;3069.20;9.50;1687.40;-1.24;0.92 +2230;17;3096.40;9.50;1689.00;1.20;0.92 +2230;18;3071.60;9.50;1696.20;4.49;0.92 +2230;21;3095.72;9.50;1693.00;-1.57;0.92 2231;0;2981.00;9.50;540.00;0.00;0.94 +2231;1;2974.00;9.50;526.00;-0.46;0.94 +2231;2;2984.50;9.50;530.50;0.35;0.94 +2231;3;2971.50;9.50;536.00;-1.17;0.94 +2231;4;2991.00;9.50;542.50;1.81;0.94 +2231;5;2977.50;9.50;550.50;3.46;0.94 +2231;6;2989.50;9.50;547.50;2.29;0.94 +2231;7;2988.00;9.50;552.00;2.61;0.94 +2231;8;2986.00;9.50;556.00;2.83;0.94 +2231;9;2972.54;9.50;540.00;1.57;0.94 +2231;10;2989.46;9.50;540.00;-1.57;0.94 +2231;11;2969.80;9.50;517.60;-0.46;0.94 +2231;12;2986.60;9.50;524.80;0.35;0.94 +2231;13;2965.80;9.50;533.60;-1.17;0.94 +2231;14;2997.00;9.50;544.00;1.81;0.94 +2231;15;2975.40;9.50;556.80;3.46;0.94 +2231;16;2994.60;9.50;552.00;2.29;0.94 +2231;17;2992.20;9.50;559.20;2.61;0.94 +2231;18;2989.00;9.50;565.60;2.83;0.94 +2231;21;2972.54;9.50;540.00;1.57;0.94 2232;0;1690.00;9.50;1071.00;0.00;0.76 +2232;1;1687.00;9.50;1045.50;-0.11;0.76 +2232;2;1691.50;9.50;1043.00;0.05;0.76 +2232;3;1692.50;9.50;1054.00;0.14;0.76 +2232;4;1687.50;9.70;1058.50;-0.19;0.76 +2232;5;1695.50;9.50;1073.50;1.99;0.76 +2232;6;1691.50;9.50;1067.50;0.40;0.76 +2232;7;1685.00;9.50;1078.00;3.76;0.76 +2232;8;1682.50;9.50;1088.50;3.54;0.76 +2232;9;1683.16;9.50;1071.00;1.57;0.76 +2232;10;1696.84;9.50;1071.00;-1.57;0.76 +2232;11;1685.20;9.50;1030.20;-0.11;0.76 +2232;12;1692.40;9.50;1026.20;0.05;0.76 +2232;13;1694.00;9.64;1043.80;0.14;0.76 +2232;14;1686.00;9.50;1051.00;-0.19;0.76 +2232;15;1698.80;9.50;1075.00;1.99;0.76 +2232;16;1692.40;9.70;1065.40;0.40;0.76 +2232;17;1682.00;9.50;1082.20;3.76;0.76 +2232;18;1678.00;9.50;1099.00;3.54;0.76 +2232;21;1683.16;9.50;1071.00;1.57;0.76 2233;0;2140.00;9.50;1622.00;0.00;1.86 +2233;1;2145.50;9.50;1609.50;0.41;1.86 +2233;2;2159.50;9.50;1611.50;1.07;1.86 +2233;3;2120.50;9.50;1626.50;4.48;1.86 +2233;4;2139.50;9.50;1635.00;3.18;1.86 +2233;5;2123.50;9.50;1638.00;3.94;1.86 +2233;9;2122.00;9.50;1622.00;1.57;1.86 +2233;10;2158.00;9.50;1622.00;-1.57;1.86 +2233;11;2148.80;9.50;1602.00;0.41;1.86 +2233;12;2171.20;9.50;1605.20;1.07;1.86 +2233;13;2108.80;9.50;1629.20;4.48;1.86 +2233;14;2139.20;9.50;1642.80;3.18;1.86 +2233;15;2113.60;9.50;1647.60;3.94;1.86 +2233;21;2122.00;9.50;1622.00;1.57;1.86 2234;0;403.00;9.50;146.00;0.00;1.16 +2234;1;397.00;9.50;134.00;-0.46;1.16 +2234;2;412.00;9.50;137.00;0.78;1.16 +2234;3;389.50;9.50;148.00;4.56;1.16 +2234;4;416.50;9.50;151.00;1.92;1.16 +2234;5;398.50;9.50;157.50;3.51;1.16 +2234;6;385.00;9.50;158.00;4.12;1.16 +2234;9;388.60;9.50;146.00;1.57;1.16 +2234;10;417.40;9.50;146.00;-1.57;1.16 +2234;11;393.40;9.50;126.80;-0.46;1.16 +2234;12;417.40;9.50;131.60;0.78;1.16 +2234;13;381.40;9.50;149.20;4.56;1.16 +2234;14;424.60;9.50;154.00;1.92;1.16 +2234;15;395.80;9.50;164.40;3.51;1.16 +2234;16;374.20;9.50;165.20;4.12;1.16 +2234;21;388.60;9.50;146.00;1.57;1.16 2235;0;3711.00;9.50;785.00;0.00;1.14 +2235;1;3715.00;9.50;773.50;0.33;1.14 +2235;2;3726.00;9.50;773.50;0.91;1.14 +2235;3;3724.00;9.50;782.00;1.34;1.14 +2235;4;3703.50;9.50;774.00;-0.59;1.14 +2235;5;3700.00;9.50;781.00;-1.22;1.14 +2235;6;3703.00;9.50;794.50;3.84;1.14 +2235;7;3715.00;9.50;796.50;2.80;1.14 +2235;9;3700.56;9.50;785.00;1.57;1.14 +2235;10;3721.44;9.50;785.00;-1.57;1.14 +2235;11;3717.40;9.50;766.60;0.33;1.14 +2235;12;3735.00;9.50;766.60;0.91;1.14 +2235;13;3731.80;9.50;780.20;1.34;1.14 +2235;14;3699.00;9.50;767.40;-0.59;1.14 +2235;15;3693.40;9.50;778.60;-1.22;1.14 +2235;16;3698.20;9.50;800.20;3.84;1.14 +2235;17;3717.40;9.50;803.40;2.80;1.14 +2235;21;3700.56;9.50;785.00;1.57;1.14 2236;0;5465.00;9.50;11.00;0.00;0.76 +2236;1;5441.50;9.50;10.50;-1.55;0.76 +2236;2;5484.50;9.50;9.50;1.49;0.76 +2236;3;5461.00;9.50;13.00;4.24;0.76 +2236;4;5472.50;9.50;19.00;2.38;0.76 +2236;5;5450.50;9.50;15.50;4.41;0.76 +2236;6;5482.50;9.50;19.50;2.02;0.76 +2236;7;5476.50;9.65;24.00;2.41;0.76 +2236;9;5446.64;9.50;11.00;1.57;0.76 +2236;10;5483.36;9.50;11.00;-1.57;0.76 +2236;11;5427.40;9.50;10.20;-1.55;0.76 +2236;12;5496.20;9.50;8.60;1.49;0.76 +2236;13;5458.60;9.50;14.20;4.24;0.76 +2236;14;5477.00;9.54;23.80;2.38;0.76 +2236;15;5441.80;9.50;18.20;4.41;0.76 +2236;16;5493.00;9.50;24.60;2.02;0.76 +2236;17;5483.40;9.81;31.80;2.41;0.76 +2236;21;5446.64;9.50;11.00;1.57;0.76 2237;0;5193.00;9.50;825.00;0.00;1.20 +2237;1;5178.00;9.50;816.00;-1.03;1.20 +2237;2;5197.00;9.50;813.00;0.32;1.20 +2237;3;5212.00;9.50;813.00;1.00;1.20 +2237;4;5208.50;9.50;828.00;1.76;1.20 +2237;5;5174.50;9.50;826.50;4.63;1.20 +2237;6;5192.50;9.50;838.00;3.18;1.20 +2237;9;5177.16;9.50;825.00;1.57;1.20 +2237;10;5208.84;9.50;825.00;-1.57;1.20 +2237;11;5169.00;9.50;810.60;-1.03;1.20 +2237;12;5199.40;9.50;805.80;0.32;1.20 +2237;13;5223.40;9.50;805.80;1.00;1.20 +2237;14;5217.80;9.50;829.80;1.76;1.20 +2237;15;5163.40;9.50;827.40;4.63;1.20 +2237;16;5192.20;9.50;845.80;3.18;1.20 +2237;21;5177.16;9.50;825.00;1.57;1.20 2238;0;5193.00;9.50;1184.00;0.00;1.20 +2238;1;5186.50;9.50;1171.50;-0.48;1.20 +2238;2;5205.00;9.50;1179.50;1.21;1.20 +2238;3;5180.00;9.50;1187.50;4.44;1.20 +2238;4;5205.50;9.50;1193.00;2.19;1.20 +2238;5;5192.50;9.50;1198.00;3.17;1.20 +2238;9;5179.68;9.50;1184.00;1.57;1.20 +2238;10;5206.32;9.50;1184.00;-1.57;1.20 +2238;11;5182.60;9.50;1164.00;-0.48;1.20 +2238;12;5212.20;9.50;1176.80;1.21;1.20 +2238;13;5172.20;9.50;1189.60;4.44;1.20 +2238;14;5213.00;9.50;1198.40;2.19;1.20 +2238;15;5192.20;9.50;1206.40;3.17;1.20 +2238;21;5179.68;9.50;1184.00;1.57;1.20 2239;0;4628.00;9.50;524.00;0.00;0.66 -2240;0;4246.00;9.50;761.00;0.00;1.02 -2241;0;4504.00;9.50;82.00;0.00;1.16 -2242;0;3841.00;9.50;826.00;0.00;1.00 -2243;0;3028.00;9.50;119.00;0.00;1.04 -2244;0;2139.00;9.50;20.00;0.00;0.82 -2245;0;2213.00;9.50;204.00;0.00;1.06 -2246;0;2599.00;9.50;1115.00;0.00;1.12 -2247;0;2419.00;9.50;1601.00;0.00;1.44 -2248;0;2234.00;9.50;897.00;0.00;1.24 -2249;0;1076.00;9.50;160.00;0.00;1.42 -2250;0;329.00;9.50;445.00;0.00;1.28 -2251;0;77.00;9.50;1432.00;0.00;1.32 -2252;0;437.00;9.50;1450.00;0.00;1.00 -2253;0;547.00;9.50;579.00;0.00;1.08 -2254;0;1354.00;9.50;969.00;0.00;0.98 -2256;0;3110.00;9.50;1647.00;0.00;1.12 -2257;0;2980.00;9.50;417.00;0.00;0.98 -2258;0;1643.00;9.50;1078.00;0.00;1.50 -2259;0;2077.00;9.50;1726.00;0.00;1.26 -2260;0;300.00;9.50;16.00;0.00;0.82 -2261;0;5509.00;9.50;1818.00;0.00;1.40 -2262;0;3649.00;9.50;703.00;0.00;1.04 -2263;0;5212.00;9.50;762.00;0.00;1.42 -2264;0;5138.00;9.50;1191.00;0.00;1.02 -2265;0;4631.00;9.50;492.00;0.00;0.94 -2266;0;4220.00;9.50;732.00;0.00;1.12 -2267;0;4452.00;9.50;77.00;0.00;1.02 -2268;0;3916.00;9.50;820.00;0.00;1.06 -2269;0;2991.00;9.50;105.00;0.00;1.02 -2270;0;2183.00;9.50;24.00;0.00;0.90 -2271;0;2160.00;9.50;198.00;0.00;1.12 -2272;0;2638.00;9.50;1146.00;0.00;0.80 -2273;0;2351.00;9.50;1620.00;0.00;1.02 -2274;0;2534.00;9.50;1383.00;0.00;1.36 -2275;0;1087.00;9.50;257.00;0.00;1.72 -2276;0;349.00;9.50;491.00;0.00;1.10 -2277;0;126.00;9.50;1444.00;0.00;1.32 -2278;0;419.00;9.50;1502.00;0.00;1.24 -2279;0;599.00;9.50;536.00;0.00;1.06 -2280;0;1439.00;9.50;995.00;0.00;1.04 -2282;0;3071.00;9.50;1649.00;0.00;0.70 -2283;0;2977.00;9.50;246.00;0.00;0.96 -2284;0;1542.00;9.50;1030.00;0.00;0.84 -2285;0;2084.00;9.50;1683.00;0.00;1.42 -2286;0;537.00;9.50;26.00;0.00;1.04 -2287;0;5607.00;9.50;1994.00;0.00;1.94 -2288;0;3682.00;9.50;731.00;0.00;1.22 -2289;0;5242.00;9.50;699.00;0.00;1.06 -2290;0;5126.00;9.50;1147.00;0.00;1.06 -2291;0;4668.00;9.50;484.00;0.00;1.32 -2292;0;4217.00;9.50;794.00;0.00;0.96 -2293;0;4444.00;9.50;30.00;0.00;0.90 -2294;0;3879.00;9.50;839.00;0.00;1.06 -2295;0;2949.00;9.50;96.00;0.00;1.12 -2296;0;2162.00;9.50;2.00;0.00;0.20 -2297;0;2212.00;9.50;293.00;0.00;1.10 -2298;0;2316.00;9.50;820.00;0.00;1.22 -2299;0;2365.00;9.50;1660.00;0.00;1.28 -2300;0;2588.00;9.50;1347.00;0.00;1.08 -2301;0;1007.00;9.50;279.00;0.00;1.58 -2302;0;388.00;9.50;446.00;0.00;1.02 -2303;0;113.00;9.50;1486.00;0.00;1.00 -2304;0;48.00;9.50;1185.00;0.00;1.22 -2305;0;474.00;9.50;1494.00;0.00;1.24 -2306;0;614.00;9.50;640.00;0.00;1.38 -2307;0;1298.00;9.50;985.00;0.00;1.24 -2309;0;3094.00;9.50;1622.00;0.00;0.60 -2310;0;3011.00;9.50;163.00;0.00;0.92 -2311;0;1570.00;9.50;920.00;0.00;1.20 -2312;0;2089.00;9.50;1561.00;0.00;1.56 -2313;0;569.00;9.50;129.00;0.00;1.34 -2314;0;3715.00;9.50;647.00;0.00;1.08 -2315;0;5302.00;9.50;696.00;0.00;1.08 -2316;0;5084.00;9.50;1164.00;0.00;0.94 -2317;0;4694.00;9.50;468.00;0.00;0.92 -2318;0;4173.00;9.50;723.00;0.00;1.10 -2319;0;4485.00;9.50;30.00;0.00;0.98 -2320;0;3848.00;9.50;884.00;0.00;1.04 -2321;0;2972.00;9.50;143.00;0.00;1.18 -2322;0;2217.00;9.50;17.00;0.00;0.86 -2323;0;2206.00;9.50;247.00;0.00;1.04 -2324;0;2306.00;9.50;920.00;0.00;1.34 -2325;0;2303.00;9.50;1610.00;0.00;1.22 -2326;0;2496.00;9.50;1360.00;0.00;1.26 -2327;0;1029.00;9.50;220.00;0.00;1.60 -2328;0;401.00;9.50;494.00;0.00;1.12 -2329;0;483.00;9.50;1413.00;0.00;1.12 -2330;0;690.00;9.50;657.00;0.00;1.46 -2331;0;1347.00;9.50;1017.00;0.00;1.30 -2332;0;3298.48;9.50;1743.24;-1.20;1.00 -2333;0;3047.00;9.50;1626.00;0.00;0.88 -2334;0;3074.00;9.50;40.00;0.00;0.88 -2335;0;1522.00;9.50;836.00;0.00;1.22 -2336;0;2092.00;9.50;1445.00;0.00;1.34 -2337;0;579.00;9.50;78.00;0.00;1.32 -2338;0;3730.00;9.50;545.00;0.00;1.02 -2339;0;5265.00;9.50;748.00;0.00;1.04 -2340;0;5057.00;9.50;1118.00;0.00;1.00 -2341;0;4648.00;9.50;438.00;0.00;1.16 -2342;0;4135.00;9.50;739.00;0.00;0.80 -2343;0;4525.00;9.50;11.00;0.00;0.58 -2344;0;3911.00;9.50;864.00;0.00;0.82 -2345;0;2922.00;9.50;140.00;0.00;1.04 -2346;0;2256.00;9.50;24.00;0.00;1.00 -2347;0;2256.00;9.50;357.00;0.00;1.02 -2348;0;2296.00;9.50;872.00;0.00;1.10 -2349;0;2245.00;9.50;1627.00;0.00;1.48 -2350;0;2456.00;9.50;1325.00;0.00;1.38 -2351;0;1006.00;9.50;164.00;0.00;1.34 -2352;0;442.00;9.50;432.00;0.00;1.16 -2353;0;10.00;9.50;1524.00;0.00;0.52 -2354;0;540.00;9.50;1402.00;0.00;1.10 -2355;0;721.00;9.50;697.00;0.00;1.28 -2356;0;3364.12;9.50;1761.59;0.00;0.75 -2357;0;1264.00;9.50;1033.00;0.00;1.08 -2358;0;3019.00;9.50;1610.00;0.00;0.60 -2359;0;3187.00;9.50;65.00;0.00;1.10 -2360;0;1473.00;9.50;858.00;0.00;0.98 -2361;0;1942.00;9.50;1660.00;0.00;1.52 -2362;0;769.00;9.50;85.00;0.00;1.44 -2363;0;3770.00;9.50;579.00;0.00;0.80 -2364;0;5279.00;9.50;790.00;0.00;0.90 -2365;0;5066.00;9.50;1011.00;0.00;1.10 -2366;0;5554.00;9.50;1873.00;0.00;1.48 -2367;0;4588.00;9.50;392.00;0.00;1.14 -2368;0;4188.00;9.50;766.00;0.00;1.14 -2369;0;4532.00;9.50;47.00;0.00;1.02 -2370;0;3955.00;9.50;857.00;0.00;0.80 -2371;0;2917.00;9.50;177.00;0.00;0.92 -2372;0;2210.00;9.50;377.00;0.00;1.08 -2373;0;2264.00;9.50;841.00;0.00;1.22 -2374;0;2529.00;9.50;1604.00;0.00;1.06 -2375;0;2618.00;9.50;1224.00;0.00;1.06 -2376;0;967.00;9.50;207.00;0.00;1.52 -2377;0;734.00;9.50;898.00;0.00;1.04 -2378;0;543.00;9.50;1495.00;0.00;1.16 -2379;0;698.00;9.50;746.00;0.00;1.44 -2380;0;1217.00;9.50;1013.00;0.00;0.98 -2381;0;2739.00;9.50;1497.00;0.00;0.48 -2382;0;3009.00;9.50;1628.00;0.00;0.52 -2383;0;3331.00;9.50;97.00;0.00;1.06 -2384;0;1469.00;9.50;733.00;0.00;1.08 -2385;0;1913.00;9.50;1575.00;0.00;1.34 -2386;0;831.00;9.50;25.00;0.00;1.26 -2387;0;3691.00;9.50;415.00;0.00;1.10 -2388;0;5578.00;9.50;21.00;0.00;1.20 -2389;0;5368.00;9.50;792.00;0.00;1.06 -2390;0;5089.00;9.50;1047.00;0.00;1.02 -2391;0;4567.00;9.50;448.00;0.00;1.08 -2392;0;4141.00;9.50;779.00;0.00;0.96 -2393;0;4580.00;9.50;56.00;0.00;0.96 -2394;0;3919.00;9.50;941.00;0.00;1.26 -2395;0;2994.00;9.50;205.00;0.00;1.02 -2396;0;2383.00;9.50;87.00;0.00;0.98 -2397;0;2222.00;9.50;337.00;0.00;1.00 -2398;0;2212.00;9.50;821.00;0.00;0.92 -2399;0;2561.00;9.50;1501.00;0.00;1.18 -2400;0;2694.00;9.50;1224.00;0.00;0.72 -2401;0;936.00;9.50;247.00;0.00;1.54 -2402;0;470.00;9.50;533.00;0.00;1.30 -2403;0;5.00;9.50;1567.00;0.00;0.36 -2404;0;515.00;9.50;1452.00;0.00;1.22 -2405;0;594.00;9.50;689.00;0.00;1.30 -2406;0;1144.00;9.50;1017.00;0.00;1.04 -2407;0;1003.00;11.07;1957.00;0.00;1.60 -2408;0;2976.00;9.50;1626.00;0.00;0.84 -2409;0;3374.00;9.50;192.00;0.00;1.20 -2410;0;1551.00;9.50;645.00;0.00;1.08 -2411;0;1807.00;9.50;1481.00;0.00;0.94 -2412;0;1322.00;9.50;77.00;0.00;1.42 -2413;0;3697.00;9.50;216.00;0.00;1.06 -2414;0;5483.00;9.50;775.00;0.00;1.00 -2415;0;5033.00;9.50;978.00;0.00;1.22 -2416;0;4566.00;9.50;498.00;0.00;0.90 -2417;0;4015.00;9.50;732.00;0.00;1.26 -2418;0;4574.00;9.50;138.00;0.00;1.12 -2419;0;3855.00;9.50;932.00;0.00;0.94 -2420;0;3035.00;9.50;198.00;0.00;1.30 -2421;0;2347.00;9.50;67.00;0.00;1.02 -2422;0;2181.00;9.50;333.00;0.00;0.88 -2423;0;2212.00;9.50;867.00;0.00;1.02 -2424;0;2583.00;9.50;1452.00;0.00;0.94 -2425;0;2043.00;9.50;1545.00;0.00;1.10 -2426;0;876.00;9.50;188.00;0.00;1.50 -2427;0;411.00;9.50;538.00;0.00;0.86 -2428;0;598.00;9.50;1399.00;0.00;1.04 -2429;0;660.00;9.50;714.00;0.00;1.00 -2430;0;1073.00;9.50;1032.00;0.00;1.06 -2431;0;2985.00;9.50;1662.00;0.00;0.70 -2432;0;3373.00;9.50;303.00;0.00;1.06 -2433;0;1616.00;9.50;554.00;0.00;1.48 -2434;0;1824.00;9.50;1581.00;0.00;1.00 -2435;0;1245.00;9.50;119.00;0.00;1.12 -2436;0;5028.00;9.50;1705.00;0.00;0.58 -2437;0;3408.00;9.50;91.00;0.00;1.06 -2438;0;5439.00;9.50;837.00;0.00;0.82 -2439;0;4999.00;9.50;1008.00;0.00;1.22 -2440;0;4599.00;9.50;479.00;0.00;1.28 -2441;0;3983.00;9.50;762.00;0.00;1.12 -2442;0;4622.00;9.50;124.00;0.00;1.08 -2443;0;3811.00;9.50;907.00;0.00;0.92 -2444;0;3057.00;9.50;147.00;0.00;0.94 -2445;0;2390.00;9.50;33.00;0.00;1.06 -2446;0;2706.00;9.50;2033.00;0.00;0.62 -2447;0;2172.00;9.50;861.00;0.00;0.94 -2448;0;2530.00;9.50;1654.00;0.00;1.22 -2449;0;1997.00;9.50;1605.00;0.00;1.74 -2450;0;871.00;9.50;132.00;0.00;1.26 -2451;0;320.00;9.50;523.00;0.00;1.22 -2452;0;578.00;9.50;1448.00;0.00;1.16 -2453;0;646.00;9.50;682.00;0.00;0.98 -2454;0;1123.00;9.50;1063.00;0.00;1.22 -2455;0;2962.00;9.50;1693.00;0.00;1.16 -2456;0;3471.00;9.50;393.00;0.00;1.34 -2457;0;1662.00;9.50;369.00;0.00;1.40 -2458;0;1750.00;9.50;1529.00;0.00;1.54 -2459;0;1373.00;9.50;173.00;0.00;1.32 -2460;0;5132.00;9.50;1655.00;0.00;1.72 -2461;0;3282.00;9.50;11.00;0.00;0.58 -2462;0;5504.00;9.50;836.00;0.00;1.40 -2463;0;5020.00;9.50;1038.00;0.00;1.14 -2464;0;4519.00;9.50;368.00;0.00;1.16 -2465;0;3999.00;9.50;682.00;0.00;0.94 -2466;0;4539.00;9.50;111.00;0.00;1.16 -2467;0;3773.00;9.50;880.00;0.00;0.92 -2468;0;3608.00;9.50;23.00;0.00;1.04 -2469;0;3070.00;9.50;109.00;0.00;0.96 -2470;0;2421.00;9.50;9.00;0.00;0.52 -2471;0;2159.00;9.50;372.00;0.00;0.90 -2472;0;2166.00;9.50;829.00;0.00;0.44 -2473;0;2610.00;9.50;1665.00;0.00;1.26 -2474;0;1989.00;9.50;1553.00;0.00;1.42 -2475;0;806.00;9.50;116.00;0.00;0.96 -2476;0;358.00;9.50;547.00;0.00;0.96 -2477;0;663.00;9.50;1399.00;0.00;1.04 -2478;0;572.00;9.50;728.00;0.00;1.38 -2479;0;1128.00;9.50;1114.00;0.00;1.24 -2480;0;3444.00;9.50;247.00;0.00;1.18 -2481;0;2647.00;9.50;1675.00;0.00;0.74 -2482;0;1665.00;9.50;270.00;0.00;0.92 -2483;0;1701.00;9.50;1492.00;0.00;1.16 -2484;0;1355.00;9.50;23.00;0.00;1.16 -2485;0;5053.00;9.50;1575.00;0.00;0.72 -2486;0;3775.00;9.50;150.00;0.00;1.24 -2487;0;5399.00;9.50;875.00;0.00;1.40 -2488;0;4955.00;9.50;1026.00;0.00;1.24 -2489;0;5176.00;9.50;769.00;0.00;0.18 -2490;0;4529.00;9.50;499.00;0.00;0.86 -2491;0;3961.00;9.50;721.00;0.00;1.26 -2492;0;4632.00;9.50;74.00;0.00;0.96 -2493;0;3775.00;9.50;924.00;0.00;0.90 -2494;0;3662.00;9.50;54.00;0.00;0.90 -2495;0;3089.00;9.50;67.00;0.00;0.82 -2496;0;2381.00;9.50;3.00;0.00;0.20 -2497;0;2190.00;9.50;404.00;0.00;0.92 -2498;0;2116.00;9.50;835.00;0.00;0.62 -2499;0;2735.00;9.50;1832.00;0.00;1.18 -2500;0;1606.00;9.50;1175.00;0.00;0.70 -2501;0;762.00;9.50;26.00;0.00;1.24 -2502;0;266.00;9.50;542.00;0.00;1.00 -2503;0;611.00;9.50;1503.00;0.00;0.84 -2504;0;603.00;9.50;785.00;0.00;1.24 -2505;0;1068.00;9.50;1077.00;0.00;1.04 -2506;0;2912.00;9.50;1680.00;0.00;1.42 -2507;0;3574.00;9.50;187.00;0.00;0.94 -2508;0;1673.00;9.50;146.00;0.00;0.94 -2509;0;1529.00;9.50;11.00;0.00;0.54 -2510;0;5013.00;9.50;1548.00;0.00;0.80 -2511;0;3946.00;9.50;64.00;0.00;1.32 -2512;0;5450.00;9.50;913.00;0.00;0.98 -2513;0;4980.00;9.50;1075.00;0.00;1.42 -2514;0;4490.00;9.50;511.00;0.00;0.94 -2515;0;3953.00;9.50;677.00;0.00;0.92 -2516;0;4672.00;9.50;116.00;0.00;0.74 -2517;0;3849.00;9.50;963.00;0.00;0.88 -2518;0;3609.00;9.50;67.00;0.00;1.26 -2519;0;3012.00;9.50;258.00;0.00;1.02 -2520;0;2306.00;9.50;42.00;0.00;1.26 -2521;0;2126.00;9.50;374.00;0.00;0.86 -2522;0;2132.00;9.50;862.00;0.00;1.00 -2523;0;2544.00;9.50;1712.00;0.00;1.60 -2524;0;707.00;9.50;68.00;0.00;1.44 -2525;0;213.00;9.50;543.00;0.00;1.06 -2526;0;13.00;9.50;1637.00;0.00;0.64 -2527;0;667.00;9.50;1524.00;0.00;1.48 -2528;0;678.00;9.50;786.00;0.00;1.08 -2529;0;1105.00;9.50;1159.00;0.00;1.14 -2530;0;2882.00;9.50;1747.00;0.00;0.84 -2531;0;3618.00;9.50;277.00;0.00;1.08 -2532;0;1687.00;9.50;64.00;0.00;0.78 -2533;0;1646.00;9.50;56.00;0.00;1.02 -2534;0;5006.00;9.50;1471.00;0.00;0.82 -2535;0;5313.00;9.50;840.00;0.00;1.28 -2536;0;5003.00;9.50;1135.00;0.00;1.10 -2537;0;4525.00;9.50;451.00;0.00;1.02 -2538;0;3917.00;9.50;645.00;0.00;0.80 -2539;0;4718.00;9.50;92.00;0.00;1.02 -2540;0;3827.00;9.50;1001.00;0.00;0.88 -2541;0;3635.00;9.50;104.00;0.00;1.34 -2542;0;2997.00;9.50;309.00;0.00;1.16 -2543;0;2347.00;9.50;21.00;0.00;0.84 -2544;0;2093.00;9.50;372.00;0.00;0.94 -2545;0;2093.00;9.50;899.00;0.00;1.16 -2546;0;2497.00;9.50;1702.00;0.00;1.08 -2547;0;1599.00;9.50;1038.00;0.00;1.22 -2548;0;682.00;9.50;20.00;0.00;0.98 -2549;0;204.00;9.50;586.00;0.00;1.16 -2550;0;46.00;9.50;1543.00;0.00;1.20 -2551;0;628.00;9.50;1455.00;0.00;1.18 -2552;0;633.00;9.50;749.00;0.00;1.48 -2553;0;1054.00;9.50;1241.00;0.00;1.32 -2554;0;2952.00;9.50;1850.00;0.00;1.36 -2555;0;3735.00;9.50;335.00;0.00;1.14 -2556;0;166.00;9.50;1981.00;0.00;1.16 -2557;0;1569.00;9.50;184.00;0.00;1.32 -2558;0;5006.00;9.50;620.00;0.00;0.94 -2559;0;4946.00;9.50;1111.00;0.00;1.28 -2560;0;5358.00;9.50;1819.00;0.00;0.64 -2561;0;4503.00;9.50;406.00;0.00;0.98 -2562;0;3958.00;9.50;638.00;0.00;0.90 -2563;0;4568.00;9.50;17.00;0.00;0.84 -2564;0;3869.00;9.50;1002.00;0.00;0.88 -2565;0;3707.00;9.50;91.00;0.00;1.12 -2566;0;2962.00;9.50;281.00;0.00;0.86 -2567;0;2328.00;9.50;5.00;0.00;0.32 -2568;0;2660.00;9.50;2031.00;0.00;0.66 -2569;0;2045.00;9.50;874.00;0.00;1.48 -2570;0;2435.00;9.50;1727.00;0.00;1.44 -2571;0;1733.00;9.50;1071.00;0.00;1.36 -2572;0;605.00;9.50;23.00;0.00;1.04 -2573;0;276.00;9.50;586.00;0.00;1.34 -2574;0;37.00;9.50;1594.00;0.00;1.14 -2575;0;693.00;9.50;1483.00;0.00;1.26 -2576;0;666.00;9.50;827.00;0.00;1.56 -2577;0;1024.00;9.50;1201.00;0.00;1.12 -2578;0;3008.00;9.50;1958.00;0.00;1.18 -2579;0;3640.00;9.50;448.00;0.00;1.02 -2580;0;1890.00;9.50;107.00;0.00;1.30 -2581;0;226.00;9.50;1870.00;0.00;0.84 -2582;0;1494.00;9.50;69.00;0.00;0.98 -2583;0;4984.00;9.50;1403.00;0.00;1.44 -2584;0;3477.00;9.50;33.00;0.00;1.20 -2585;0;4943.00;9.50;640.00;0.00;1.08 -2586;0;4974.00;9.50;1158.00;0.00;1.06 -2587;0;4461.00;9.50;416.00;0.00;0.94 -2588;0;3993.00;9.50;637.00;0.00;0.92 -2589;0;4613.00;9.50;27.00;0.00;1.02 -2590;0;3848.00;9.50;1031.00;0.00;1.10 -2591;0;3709.00;9.50;47.00;0.00;1.00 -2592;0;2938.00;9.50;240.00;0.00;1.06 -2593;0;2290.00;9.50;8.00;0.00;0.42 -2594;0;2118.00;9.50;415.00;0.00;0.94 -2595;0;2054.00;9.50;941.00;0.00;1.10 -2596;0;2409.00;9.50;1785.00;0.00;1.38 -2597;0;1836.00;9.50;1048.00;0.00;1.02 -2598;0;643.00;9.50;62.00;0.00;1.30 -2599;0;296.00;9.50;636.00;0.00;1.34 -2600;0;113.00;9.50;1525.00;0.00;0.86 -2601;0;732.00;9.50;1536.00;0.00;1.18 -2602;0;606.00;9.50;832.00;0.00;0.90 -2603;0;996.00;9.50;1245.00;0.00;1.22 -2604;0;3131.00;9.50;2039.00;0.00;0.46 -2605;0;3505.00;9.50;468.00;0.00;1.18 -2606;0;1932.00;9.50;162.00;0.00;1.58 -2607;0;30.00;9.50;1927.00;0.00;1.06 -2608;0;1434.00;9.50;227.00;0.00;1.30 -2609;0;4826.00;9.50;1311.00;0.00;1.28 -2610;0;3538.00;9.50;10.00;0.00;0.60 -2611;0;4992.00;9.50;656.00;0.00;1.06 -2612;0;4942.00;9.50;1182.00;0.00;1.16 -2613;0;5467.00;9.50;1778.00;0.00;1.44 -2614;0;4488.00;9.50;453.00;0.00;1.06 -2615;0;3985.00;9.50;599.00;0.00;0.96 -2616;0;4646.00;9.50;10.00;0.00;0.50 -2617;0;3784.00;9.50;1013.00;0.00;0.90 -2618;0;3716.00;9.50;129.00;0.00;0.98 -2619;0;2898.00;9.50;258.00;0.00;0.84 -2620;0;2203.00;9.50;441.00;0.00;0.92 -2621;0;2046.00;9.50;986.00;0.00;1.06 -2622;0;2347.00;9.50;1710.00;0.00;1.18 -2623;0;1363.00;9.50;1299.00;0.00;1.22 -2624;0;620.00;9.50;108.00;0.00;1.34 -2625;0;182.00;9.50;625.00;0.00;0.96 -2626;0;102.00;9.50;1564.00;0.00;0.92 -2627;0;598.00;9.50;1542.00;0.00;1.02 -2628;0;725.00;9.50;850.00;0.00;1.20 -2629;0;953.00;9.50;1281.00;0.00;1.30 -2630;0;3351.00;9.50;2030.00;0.00;0.78 -2631;0;3499.00;9.50;516.00;0.00;1.10 -2632;0;1978.00;9.50;166.00;0.00;1.18 -2633;0;1593.00;9.50;321.00;0.00;1.46 -2634;0;4908.00;9.50;1320.00;0.00;0.78 -2635;0;3515.00;9.50;54.00;0.00;1.04 -2636;0;4950.00;9.50;694.00;0.00;1.10 -2637;0;4913.00;9.50;1142.00;0.00;1.30 -2638;0;4470.00;9.50;489.00;0.00;1.10 -2639;0;3939.00;9.50;604.00;0.00;0.96 -2640;0;3755.00;9.50;1032.00;0.00;1.12 -2641;0;3655.00;9.50;135.00;0.00;1.28 -2642;0;2926.00;9.50;293.00;0.00;0.88 -2643;0;2068.00;9.50;433.00;0.00;1.14 -2644;0;1999.00;9.50;977.00;0.00;1.26 -2645;0;2376.00;9.50;1749.00;0.00;1.16 -2646;0;1308.00;9.50;1306.00;0.00;1.08 -2647;0;726.00;9.50;119.00;0.00;1.20 -2648;0;244.00;9.50;644.00;0.00;1.16 -2649;0;106.00;9.50;1609.00;0.00;1.14 -2650;0;522.00;9.50;1542.00;0.00;0.96 -2651;0;607.00;9.50;873.00;0.00;1.02 -2652;0;908.00;9.50;1320.00;0.00;1.10 -2653;0;3444.00;9.50;2018.00;0.00;1.42 -2654;0;3544.00;9.50;612.00;0.00;1.18 -2655;0;2063.00;9.50;89.00;0.00;1.10 -2656;0;76.00;9.50;1844.00;0.00;0.70 -2657;0;1428.00;9.50;866.00;0.00;0.94 -2658;0;4952.00;9.50;1275.00;0.00;0.90 -2659;0;3589.00;9.50;122.00;0.00;0.86 -2660;0;5288.00;9.50;8.00;0.00;0.52 -2661;0;4962.00;9.50;746.00;0.00;1.10 -2662;0;4888.00;9.50;1100.00;0.00;0.92 -2663;0;5443.00;9.50;1729.00;0.00;1.10 -2664;0;4399.00;9.50;517.00;0.00;1.14 -2665;0;3896.00;9.50;607.00;0.00;0.74 -2666;0;3637.00;9.50;1061.00;0.00;0.98 -2667;0;3617.00;9.50;169.00;0.00;1.18 -2668;0;2890.00;9.50;314.00;0.00;0.74 -2669;0;2072.00;9.50;173.00;0.00;1.02 -2670;0;1985.00;9.50;960.00;0.00;0.98 -2671;0;2315.00;9.50;1766.00;0.00;1.32 -2672;0;1303.00;9.50;1237.00;0.00;1.10 -2673;0;684.00;9.50;167.00;0.00;1.22 -2674;0;273.00;9.50;695.00;0.00;1.46 -2675;0;57.00;9.50;1639.00;0.00;1.28 -2676;0;509.00;9.50;1621.00;0.00;1.10 -2677;0;654.00;9.50;939.00;0.00;0.98 -2678;0;831.00;9.50;1315.00;0.00;0.88 -2679;0;3465.00;9.50;1896.00;0.00;0.84 -2680;0;3593.00;9.50;555.00;0.00;0.96 -2681;0;2007.00;9.50;218.00;0.00;1.34 -2682;0;176.00;9.50;1738.00;0.00;1.44 -2683;0;1460.00;9.50;941.00;0.00;1.42 -2684;0;4894.00;9.50;1251.00;0.00;0.84 -2685;0;3814.00;9.50;104.00;0.00;1.20 -2686;0;5019.00;9.50;739.00;0.00;1.00 -2687;0;4872.00;9.50;1067.00;0.00;1.02 -2688;0;5407.00;9.50;1760.00;0.00;1.08 -2689;0;4403.00;9.50;561.00;0.00;0.86 -2690;0;3851.00;9.50;599.00;0.00;0.86 -2691;0;3609.00;9.50;1085.00;0.00;1.10 -2692;0;3723.00;9.50;174.00;0.00;1.06 -2693;0;2923.00;9.50;343.00;0.00;0.92 -2694;0;2131.00;9.50;466.00;0.00;0.98 -2695;0;2748.00;9.50;1905.00;0.00;1.02 -2696;0;2251.00;9.50;1768.00;0.00;1.04 -2697;0;1370.00;9.50;1194.00;0.00;1.12 -2698;0;752.00;9.50;166.00;0.00;1.26 -2699;0;219.00;9.50;715.00;0.00;1.16 -2700;0;96.00;9.50;1667.00;0.00;1.22 -2701;0;570.00;9.50;1590.00;0.00;1.58 -2702;0;670.00;9.50;889.00;0.00;1.46 -2704;0;3605.00;9.50;738.00;0.00;0.98 -2705;0;2064.00;9.50;252.00;0.00;1.18 -2706;0;256.00;9.50;1907.00;0.00;1.02 -2707;0;1515.00;9.50;919.00;0.00;1.50 -2708;0;4807.00;9.50;1204.00;0.00;1.06 -2709;0;3716.00;9.50;12.00;0.00;0.52 -2710;0;5240.00;9.50;25.00;0.00;0.92 -2711;0;5051.00;9.50;789.00;0.00;1.76 -2712;0;4846.00;9.50;1027.00;0.00;1.22 -2713;0;5392.00;9.50;1713.00;0.00;1.16 -2714;0;4438.00;9.50;532.00;0.00;1.28 -2715;0;3838.00;9.50;557.00;0.00;1.04 -2716;0;3732.00;9.50;976.00;0.00;0.94 -2717;0;3678.00;9.50;170.00;0.00;1.14 -2718;0;2891.00;9.50;361.00;0.00;0.88 -2719;0;2170.00;9.50;483.00;0.00;1.06 -2720;0;1951.00;9.50;1003.00;0.00;1.12 -2721;0;2285.00;9.50;1721.00;0.00;0.94 -2722;0;1407.00;9.50;1319.00;0.00;0.96 -2723;0;833.00;9.50;288.00;0.00;1.64 -2724;0;236.00;9.50;752.00;0.00;1.08 -2725;0;49.00;9.50;1704.00;0.00;1.34 -2726;0;602.00;9.50;1627.00;0.00;1.16 -2727;0;855.00;9.50;836.00;0.00;1.34 -2728;0;784.00;9.50;1364.00;0.00;1.40 -2729;0;2930.00;9.50;1608.00;0.00;0.74 -2730;0;3631.00;9.50;823.00;0.00;1.18 -2731;0;2159.00;9.50;430.00;0.00;0.76 -2732;0;439.00;9.50;1677.00;0.00;0.96 -2733;0;1504.00;9.50;963.00;0.00;1.08 -2734;0;4679.78;9.50;1299.47;-0.60;1.38 -2735;0;4980.00;9.50;786.00;0.00;0.94 -2736;0;4888.00;9.50;1006.00;0.00;1.26 -2737;0;4490.00;9.50;560.00;0.00;0.76 -2738;0;3878.00;9.50;572.00;0.00;0.80 -2739;0;3770.00;9.50;975.00;0.00;1.14 -2740;0;3640.00;9.50;203.00;0.00;1.18 -2741;0;2919.00;9.50;396.00;0.00;0.88 -2742;0;2150.00;9.50;246.00;0.00;0.90 -2743;0;1916.00;9.50;1029.00;0.00;1.06 -2744;0;2238.00;9.50;1711.00;0.00;1.18 -2745;0;1463.00;9.50;1295.00;0.00;0.98 -2746;0;864.00;9.50;241.00;0.00;1.32 -2747;0;294.00;9.50;752.00;0.00;1.38 -2748;0;83.00;9.50;1721.00;0.00;0.98 -2749;0;674.00;9.50;1631.00;0.00;1.06 -2750;0;749.00;9.50;806.00;0.00;1.02 -2751;0;710.00;9.50;1671.00;0.00;1.24 -2752;0;2900.00;9.50;1597.00;0.00;0.92 -2753;0;3535.00;9.50;845.00;0.00;0.86 -2754;0;2139.00;9.50;328.00;0.00;1.08 -2755;0;570.00;9.50;1682.00;0.00;1.28 -2756;0;1465.00;9.50;1021.00;0.00;0.76 -2757;0;4702.69;9.50;1235.44;0.60;1.16 -2758;0;5029.00;9.50;824.00;0.00;1.06 -2759;0;4925.00;9.50;986.00;0.00;1.40 -2760;0;4527.00;9.50;572.00;0.00;0.96 -2761;0;3930.00;9.50;572.00;0.00;0.78 -2762;0;3697.00;9.50;938.00;0.00;1.08 -2763;0;3659.00;9.50;235.00;0.00;1.12 -2764;0;2908.00;9.50;439.00;0.00;0.94 -2765;0;2085.00;9.50;324.00;0.00;1.22 -2766;0;1874.00;9.50;1033.00;0.00;1.02 -2767;0;2191.00;9.50;1700.00;0.00;1.14 -2768;0;1875.00;9.50;1693.00;0.00;1.08 -2769;0;805.00;9.50;214.00;0.00;1.24 -2770;0;332.00;9.50;713.00;0.00;1.24 -2771;0;73.00;9.50;1759.00;0.00;0.98 -2772;0;651.00;9.50;1577.00;0.00;1.24 -2773;0;756.00;9.50;761.00;0.00;1.06 -2774;0;735.00;9.50;1717.00;0.00;1.34 -2775;0;2872.00;9.50;1577.00;0.00;0.44 -2776;0;3499.00;9.50;837.00;0.00;0.90 -2777;0;1775.00;9.50;13.00;0.00;0.64 -2778;0;2252.00;9.50;523.00;0.00;1.32 -2779;0;507.00;9.50;1581.00;0.00;1.14 -2780;0;1284.00;9.50;1091.00;0.00;1.24 -2781;0;4749.68;9.50;1244.21;-0.70;1.18 -2782;0;5325.00;9.50;199.00;0.00;1.34 -2783;0;5027.00;9.50;872.00;0.00;0.98 -2784;0;4879.00;9.50;937.00;0.00;1.36 -2785;0;4588.00;9.50;549.00;0.00;0.84 -2786;0;3905.00;9.50;541.00;0.00;1.02 -2787;0;3656.00;9.50;903.00;0.00;0.98 -2788;0;3737.00;9.50;212.00;0.00;0.90 -2789;0;2863.00;9.50;454.00;0.00;0.90 -2790;0;2047.00;9.50;293.00;0.00;1.20 -2791;0;1891.00;9.50;1077.00;0.00;0.92 -2792;0;2124.00;9.50;1728.00;0.00;0.92 -2793;0;1026.00;9.50;123.00;0.00;1.18 -2794;0;373.00;9.50;750.00;0.00;1.36 -2795;0;26.00;9.50;1754.00;0.00;1.08 -2796;0;743.00;9.50;1426.00;0.00;1.12 -2797;0;772.00;9.50;715.00;0.00;1.38 -2798;0;642.00;9.50;1686.00;0.00;1.20 -2799;0;2834.00;9.50;1578.00;0.00;0.54 -2800;0;3450.00;9.50;905.00;0.00;1.42 -2801;0;2343.00;9.50;626.00;0.00;0.98 -2802;0;439.00;9.50;1639.00;0.00;1.06 -2803;0;1187.00;9.50;1140.00;0.00;1.06 -2804;0;4730.00;9.50;1142.00;0.00;1.02 -2805;0;5268.00;9.50;226.00;0.00;0.82 -2806;0;5043.00;9.50;921.00;0.00;1.32 -2807;0;4846.00;9.50;977.00;0.00;1.26 -2808;0;5259.00;9.50;1762.00;0.00;1.26 -2809;0;4627.00;9.50;558.00;0.00;1.34 -2810;0;3861.00;9.50;524.00;0.00;0.88 -2811;0;3683.00;9.50;861.00;0.00;0.96 -2812;0;3754.00;9.50;248.00;0.00;1.08 -2813;0;2912.00;9.50;481.00;0.00;0.90 -2814;0;2108.00;9.50;275.00;0.00;1.02 -2815;0;1929.00;9.50;1105.00;0.00;0.86 -2816;0;2102.00;9.50;1788.00;0.00;0.86 -2817;0;1834.00;9.50;1622.00;0.00;0.78 -2818;0;1039.00;9.50;76.00;0.00;1.18 -2819;0;336.00;9.50;787.00;0.00;1.24 -2820;0;8.00;9.50;1726.00;0.00;0.44 -2821;0;801.00;9.50;1411.00;0.00;1.32 -2822;0;828.00;9.50;741.00;0.00;1.30 -2823;0;639.00;9.50;1734.00;0.00;1.20 -2824;0;2819.00;9.50;1562.00;0.00;0.36 -2825;0;3366.00;9.50;1062.00;0.00;1.18 -2826;0;2256.00;9.50;918.00;0.00;1.38 -2827;0;246.00;9.50;1711.00;0.00;1.36 -2828;0;1112.00;9.50;1251.00;0.00;1.12 -2829;0;4743.00;9.50;1034.00;0.00;1.18 -2830;0;5245.00;9.50;193.00;0.00;0.84 -2831;0;5084.00;9.50;950.00;0.00;1.36 -2832;0;4787.00;9.50;884.00;0.00;1.32 -2833;0;4650.00;9.50;628.00;0.00;1.12 -2834;0;3888.00;9.50;489.00;0.00;0.94 -2835;0;3735.00;9.50;882.00;0.00;0.92 -2836;0;2868.00;9.50;497.00;0.00;1.16 -2837;0;2103.00;9.50;216.00;0.00;1.04 -2838;0;1949.00;9.50;1137.00;0.00;1.02 -2839;0;2078.00;9.50;1765.00;0.00;0.78 -2840;0;1778.00;9.50;1570.00;0.00;1.18 -2841;0;899.00;9.50;85.00;0.00;1.32 -2842;0;287.00;9.50;825.00;0.00;1.48 -2843;0;4199.00;10.00;1022.00;0.00;0.24 -2844;0;728.00;9.50;1384.00;0.00;0.90 -2845;0;874.00;9.50;782.00;0.00;1.20 -2846;0;702.00;9.50;1749.00;0.00;1.46 -2847;0;2790.00;9.50;1513.00;0.00;0.40 -2848;0;3702.00;9.50;901.00;0.00;1.08 -2849;0;2256.00;9.50;797.00;0.00;1.16 -2850;0;160.00;9.50;1578.00;0.00;1.04 -2851;0;1035.00;9.50;1361.00;0.00;1.02 -2852;0;5592.00;9.50;546.00;0.00;1.28 -2853;0;4689.00;10.50;1847.00;0.00;1.32 -2854;0;5286.00;9.50;163.00;0.00;1.22 -2855;0;5092.00;9.50;896.00;0.00;1.16 -2856;0;4784.00;9.50;829.00;0.00;1.42 -2857;0;4617.00;9.50;757.00;0.00;1.12 -2858;0;3922.00;9.50;495.00;0.00;0.90 -2859;0;3776.00;9.50;832.00;0.00;1.16 -2860;0;3706.00;9.50;264.00;0.00;1.10 -2861;0;2956.00;9.50;329.00;0.00;0.72 -2862;0;2048.00;9.50;205.00;0.00;1.06 -2863;0;1899.00;9.50;1155.00;0.00;1.12 -2864;0;2017.00;9.50;1759.00;0.00;0.80 -2865;0;1651.00;9.50;1137.00;0.00;1.20 -2866;0;1018.00;9.50;402.00;0.00;1.24 -2867;0;132.00;9.50;652.00;0.00;1.14 -2868;0;728.00;9.50;1347.00;0.00;0.96 -2869;0;921.00;9.50;816.00;0.00;0.94 -2870;0;619.00;9.50;1778.00;0.00;1.14 -2871;0;2767.00;9.50;1500.00;0.00;0.48 -2872;0;3737.00;9.50;933.00;0.00;0.90 -2873;0;2153.00;9.50;905.00;0.00;1.18 -2874;0;24.00;9.50;1681.00;0.00;1.06 -2875;0;922.00;9.50;1421.00;0.00;1.44 -2876;0;4717.00;9.50;846.00;0.00;1.14 -2877;0;4793.00;11.32;1983.00;0.00;2.24 -2878;0;5217.00;9.50;149.00;0.00;1.24 -2879;0;5127.00;9.50;921.00;0.00;0.92 -2880;0;4830.00;9.50;844.00;0.00;1.14 -2881;0;5317.00;9.50;1769.00;0.00;1.28 -2882;0;4578.00;9.50;725.00;0.00;0.98 -2883;0;3970.00;9.50;555.00;0.00;0.96 -2884;0;3664.00;9.50;285.00;0.00;1.34 -2885;0;2977.00;9.50;360.00;0.00;0.78 -2886;0;2114.00;9.50;172.00;0.00;0.84 -2887;0;1842.00;9.50;1147.00;0.00;1.12 -2888;0;2019.00;9.50;1735.00;0.00;0.70 -2889;0;1338.00;9.50;1091.00;0.00;1.24 -2890;0;1009.00;9.50;350.00;0.00;1.22 -2891;0;93.00;9.50;614.00;0.00;1.10 -2892;0;746.00;9.50;1308.00;0.00;0.96 -2893;0;997.00;9.50;821.00;0.00;1.26 -2894;0;584.00;9.50;1816.00;0.00;1.24 -2895;0;2783.00;9.50;1539.00;0.00;0.26 -2896;0;3580.00;9.50;1120.00;0.00;1.16 -2897;0;2137.00;9.50;973.00;0.00;1.06 -2898;0;829.00;9.50;1528.00;0.00;1.02 -2899;0;4716.00;9.50;762.00;0.00;1.16 -2900;0;4487.00;10.90;1960.00;0.00;1.80 -2901;0;5086.00;9.50;847.00;0.00;1.48 -2902;0;4836.00;9.50;787.00;0.00;0.90 -2903;0;5229.00;9.50;1713.00;0.00;1.10 -2904;0;4525.00;9.50;685.00;0.00;0.98 -2905;0;3944.00;9.50;527.00;0.00;0.94 -2906;0;3675.00;9.50;818.00;0.00;1.14 -2907;0;3670.00;9.50;353.00;0.00;0.96 -2908;0;2951.00;9.50;392.00;0.00;0.72 -2909;0;2601.00;9.50;2034.00;0.00;0.56 -2910;0;1805.00;9.50;1084.00;0.00;1.06 -2911;0;2025.00;9.50;1796.00;0.00;1.34 -2912;0;1383.00;9.50;1066.00;0.00;1.18 -2913;0;898.00;9.50;287.00;0.00;1.28 -2914;0;25.00;9.50;680.00;0.00;1.04 -2915;0;761.00;9.50;1267.00;0.00;0.92 -2916;0;944.00;9.50;776.00;0.00;1.28 -2917;0;519.00;9.50;1835.00;0.00;1.22 -2918;0;2808.00;9.50;1617.00;0.00;0.50 -2919;0;3683.00;9.80;1074.00;0.00;0.82 -2920;0;2189.00;9.50;1083.00;0.00;1.16 -2921;0;821.00;9.50;1614.00;0.00;0.94 -2922;0;4738.00;9.50;718.00;0.00;0.94 -2923;0;4343.00;12.05;1950.00;0.00;1.64 -2924;0;5366.00;9.50;28.00;0.00;1.24 -2925;0;5134.00;9.50;855.00;0.00;1.26 -2926;0;4963.00;9.50;972.00;0.00;1.08 -2927;0;5213.00;9.50;1677.00;0.00;0.96 -2928;0;4500.00;9.50;708.00;0.00;1.12 -2929;0;3967.00;9.50;499.00;0.00;0.96 -2930;0;3768.00;9.50;751.00;0.00;0.86 -2931;0;3706.00;9.50;370.00;0.00;1.02 -2932;0;2952.00;9.50;456.00;0.00;0.92 -2933;0;2026.00;9.50;153.00;0.00;1.22 -2934;0;1789.00;9.50;1195.00;0.00;1.28 -2935;0;1951.00;9.50;1750.00;0.00;1.20 -2936;0;2799.00;9.50;1985.00;0.00;1.36 -2937;0;962.00;9.50;310.00;0.00;1.48 -2938;0;78.00;9.50;670.00;0.00;1.30 -2939;0;796.00;9.50;1229.00;0.00;0.94 -2940;0;892.00;9.50;737.00;0.00;0.96 -2941;0;655.00;9.50;982.00;0.00;0.84 -2942;0;2780.00;9.50;1655.00;0.00;1.24 -2943;0;3721.00;9.50;1049.00;0.00;0.86 -2944;0;2168.00;9.50;1252.00;0.00;1.14 -2945;0;781.00;9.50;1754.00;0.00;1.76 -2946;0;4623.00;9.50;796.00;0.00;1.06 -2947;0;1243.00;10.30;2006.00;0.00;1.72 -2948;0;5296.00;9.50;52.00;0.00;1.06 -2949;0;5255.00;9.50;836.00;0.00;1.28 -2950;0;4937.00;9.50;931.00;0.00;0.84 -2951;0;5200.00;9.50;1638.00;0.00;0.90 -2952;0;4546.00;9.50;729.00;0.00;1.10 -2953;0;3978.00;9.50;448.00;0.00;0.96 -2954;0;3663.00;9.50;775.00;0.00;1.10 -2955;0;3708.00;9.50;310.00;0.00;1.24 -2956;0;2997.00;9.50;466.00;0.00;1.04 -2957;0;2087.00;9.50;128.00;0.00;1.18 -2958;0;2367.00;9.50;943.00;0.00;0.92 -2959;0;2138.00;9.50;1799.00;0.00;1.14 -2960;0;2836.00;9.50;1927.00;0.00;0.94 -2961;0;869.00;9.50;337.00;0.00;1.30 -2962;0;26.00;9.50;730.00;0.00;1.08 -2963;0;845.00;9.50;1196.00;0.00;1.36 -2964;0;953.00;9.50;714.00;0.00;1.38 -2965;0;586.00;9.50;1884.00;0.00;1.16 -2966;0;2847.00;9.50;1632.00;0.00;0.94 -2967;0;3808.00;9.50;1046.00;0.00;0.86 -2968;0;2134.00;9.50;1135.00;0.00;1.08 -2969;0;56.00;9.50;1492.00;0.00;1.22 -2970;0;678.00;9.50;1891.00;0.00;1.98 -2971;0;4666.00;9.50;838.00;0.00;1.04 -2972;0;4177.00;9.77;2015.00;0.00;1.50 -2973;0;5364.00;9.50;79.00;0.00;1.00 -2974;0;5344.00;9.50;897.00;0.00;1.48 -2975;0;4993.00;9.50;950.00;0.00;1.10 -2977;0;2788.00;9.50;1528.00;0.00;0.28 -2978;0;4579.00;9.50;776.00;0.00;1.14 -2979;0;4022.00;9.50;455.00;0.00;0.98 -2980;0;3724.00;9.50;745.00;0.00;0.72 -2981;0;3634.00;9.50;368.00;0.00;0.98 -2982;0;2992.00;9.50;506.00;0.00;0.90 -2983;0;2025.00;9.50;104.00;0.00;1.28 -2984;0;2357.00;9.50;988.00;0.00;1.22 -2985;0;2158.00;9.50;1568.00;0.00;1.96 -2986;0;2872.00;9.50;1872.00;0.00;0.86 -2987;0;925.00;9.50;336.00;0.00;0.98 -2988;0;32.00;9.50;774.00;0.00;0.92 -2989;0;830.00;9.50;1266.00;0.00;1.28 -2990;0;993.00;9.50;756.00;0.00;1.24 -2991;0;222.00;9.50;2028.00;0.00;0.24 -2992;0;3221.00;10.80;1946.00;0.00;0.36 -2993;0;2846.00;9.50;1682.00;0.00;0.98 -2994;0;3328.00;9.80;1774.00;0.00;0.20 -2995;0;3197.00;10.65;2009.00;0.00;0.66 -2996;0;3440.00;10.55;1713.00;0.00;0.24 -2997;0;2092.00;9.50;1093.00;0.00;1.02 -2998;0;3305.00;10.60;1806.00;0.00;0.44 -2999;0;3339.00;10.70;1675.00;0.00;0.22 -3000;0;3612.00;10.00;1751.00;0.00;0.32 -3001;0;219.00;9.50;1399.00;0.00;1.36 -3002;0;507.00;9.50;1958.00;0.00;1.24 -3003;0;3088.00;11.60;1875.00;0.00;0.28 -3004;0;3513.00;9.80;1684.00;0.00;0.24 -3005;0;3019.00;11.82;1765.00;0.00;0.26 -3006;0;4656.00;9.50;968.00;0.00;1.06 -3007;0;2986.00;10.50;1731.00;0.00;0.22 -3008;0;3318.00;10.20;1891.00;0.00;0.32 -3009;0;3158.00;10.37;1779.00;0.00;0.26 -3010;0;1028.00;11.90;1823.00;0.00;0.58 -3011;0;5454.00;9.50;122.00;0.00;1.66 -3012;0;3349.00;10.57;1930.00;0.00;0.48 -3013;0;3241.00;10.35;1776.00;0.00;0.26 -3014;0;5263.00;9.50;888.00;0.00;1.18 -3015;0;5005.00;9.50;924.00;0.00;1.28 -3016;0;3184.00;10.60;1999.00;0.00;0.38 -3017;0;3512.00;10.00;1712.00;0.00;0.16 -3018;0;2973.00;10.62;1836.00;0.00;0.32 -3019;0;5344.00;9.50;1658.00;0.00;1.12 -3020;0;4532.00;9.50;768.00;0.00;1.10 -3021;0;2980.00;10.00;1756.00;0.00;0.34 -3022;0;2966.00;10.17;1814.00;0.00;0.20 -3023;0;4052.00;9.50;413.00;0.00;0.94 -3024;0;3732.00;9.50;709.00;0.00;0.78 -3025;0;3170.00;10.40;1777.00;0.00;0.40 -3026;0;3234.00;10.50;1867.00;0.00;0.36 -3027;0;3608.00;10.22;1689.00;0.00;0.24 -3028;0;3591.00;9.50;362.00;0.00;0.90 -3029;0;2949.00;9.50;503.00;0.00;0.98 -3030;0;3277.00;10.05;1787.00;0.00;0.22 -3031;0;3405.00;10.50;1785.00;0.00;0.32 -3032;0;2051.00;9.50;47.00;0.00;1.02 -3033;0;3340.00;10.02;1787.00;0.00;0.24 -3034;0;3067.00;9.97;1939.00;0.00;0.32 -3035;0;3384.00;9.92;1701.00;0.00;0.22 -3036;0;2319.00;9.50;960.00;0.00;1.12 -3037;0;2143.00;9.50;1671.00;0.00;1.82 -3038;0;2877.00;9.50;1939.00;0.00;0.92 -3039;0;3043.00;9.90;1825.00;0.00;0.34 -3040;0;3162.00;11.95;1985.00;0.00;0.36 -3041;0;3585.00;10.37;1736.00;0.00;0.32 -3042;0;944.00;9.50;378.00;0.00;0.92 -3043;0;87.00;9.50;716.00;0.00;1.32 -3044;0;3056.00;11.95;1859.00;0.00;0.34 -3045;0;3069.00;9.80;1759.00;0.00;0.20 -3046;0;13.00;9.50;1793.00;0.00;0.80 -3047;0;884.00;9.50;1226.00;0.00;1.14 -3048;0;3018.00;10.32;1893.00;0.00;0.34 -3049;0;2916.00;11.30;1703.00;0.00;0.30 -3050;0;3271.00;10.30;1764.00;0.00;0.26 -3051;0;1061.00;9.50;831.00;0.00;1.02 -3052;0;233.00;9.50;2021.00;0.00;0.82 -3053;0;3258.00;10.40;1699.00;0.00;0.30 -3054;0;3120.00;11.55;1892.00;0.00;0.36 -3055;0;3190.00;10.55;1916.00;0.00;0.30 -3056;0;3454.00;10.40;1700.00;0.00;0.28 -3057;0;3380.00;9.95;1744.00;0.00;0.24 -3058;0;3126.00;11.92;1969.00;0.00;0.30 -3059;0;2932.00;14.22;1748.00;0.00;0.38 -3060;0;3267.00;9.67;1741.00;0.00;0.22 -3061;0;3231.00;9.65;1752.00;0.00;0.22 -3062;0;3107.00;11.35;1867.00;0.00;0.24 -3063;0;3027.00;9.77;1706.00;0.00;0.26 -3064;0;3478.00;10.40;1793.00;0.00;0.36 -3065;0;3459.00;10.30;1800.00;0.00;0.40 -3066;0;3524.00;9.80;1695.00;0.00;0.22 -3067;0;3296.00;10.55;1869.00;0.00;0.32 -3068;0;3269.00;10.17;1802.00;0.00;0.20 -3069;0;3215.00;10.60;1968.00;0.00;0.38 -3070;0;3023.00;10.95;1744.00;0.00;0.26 -3071;0;3318.00;10.50;1821.00;0.00;0.30 -3072;0;3296.00;10.30;1716.00;0.00;0.24 -3073;0;3262.00;10.62;1861.00;0.00;0.34 -3074;0;3188.00;9.80;1706.00;0.00;0.24 -3075;0;3468.00;9.80;1831.00;0.00;0.58 -3076;0;3246.00;9.70;1418.00;0.00;0.20 -3077;0;3395.00;10.47;1686.00;0.00;0.20 -3078;0;3351.00;9.80;1829.00;0.00;0.24 -3079;0;3490.00;9.90;1745.00;0.00;0.24 -3080;0;3391.00;9.80;1850.00;0.00;0.46 -3081;0;3521.00;10.00;1785.00;0.00;0.58 -3082;0;3134.00;11.47;1980.00;0.00;0.42 -3083;0;3153.00;9.60;1747.00;0.00;0.30 -3084;0;3345.00;9.77;1762.00;0.00;0.20 -3085;0;3379.00;10.40;1714.00;0.00;0.22 -3086;0;3383.00;9.90;1809.00;0.00;0.38 -3087;0;3480.00;10.47;1729.00;0.00;0.26 -3088;0;3012.00;9.92;1883.00;0.00;0.22 -3089;0;3276.00;9.70;1691.00;0.00;0.26 -3090;0;2895.00;11.60;1774.00;0.00;0.22 -3091;0;3466.00;10.17;1685.00;0.00;0.22 -3092;0;3396.00;9.95;1820.00;0.00;0.40 -3093;0;2942.00;13.87;1790.00;0.00;0.32 -3094;0;2944.00;12.50;1737.00;0.00;0.26 -3095;0;3127.00;12.15;1921.00;0.00;0.36 -3096;0;2947.00;12.72;1807.00;0.00;0.32 -3097;0;3251.00;9.90;1972.00;0.00;0.46 -3098;0;3019.00;12.72;1839.00;0.00;0.28 -3099;0;3464.00;10.50;1715.00;0.00;0.24 -3100;0;3105.00;10.90;1856.00;0.00;0.32 -3101;0;3346.00;10.00;1683.00;0.00;0.16 -3102;0;3548.00;9.92;1749.00;0.00;0.28 -3103;0;3535.00;10.05;1693.00;0.00;0.26 -3104;0;3129.00;10.70;1880.00;0.00;0.28 -3105;0;2993.00;13.12;1783.00;0.00;0.16 -3106;0;3052.00;9.85;1733.00;0.00;0.24 -3107;0;3243.00;10.70;1923.00;0.00;0.46 -3108;0;3056.00;11.30;1803.00;0.00;0.22 -3109;0;3047.00;11.10;660.00;0.00;1.26 -3110;0;3320.00;10.40;1713.00;0.00;0.24 -3111;0;2999.00;14.67;1811.00;0.00;0.30 -3112;0;3533.00;9.80;1721.00;0.00;0.22 -3113;0;3112.00;10.17;1824.00;0.00;0.26 -3114;0;2904.00;12.27;1756.00;0.00;0.24 -3115;0;3242.00;10.70;1854.00;0.00;0.32 -3116;0;3440.00;10.17;1674.00;0.00;0.22 -3117;0;3147.00;9.90;1776.00;0.00;0.32 -3118;0;2540.11;9.70;1192.22;0.00;0.16 -3119;0;3187.00;10.50;1790.00;0.00;0.30 -3120;0;3254.00;10.17;1713.00;0.00;0.20 -3121;0;3301.00;10.45;1906.00;0.00;0.28 -3122;0;3144.00;9.70;1805.00;0.00;0.32 -3123;0;3041.00;10.07;879.00;0.00;0.66 -3124;0;3405.00;9.95;1712.00;0.00;0.24 -3125;0;3239.00;10.37;1823.00;0.00;0.24 -3126;0;3011.00;11.07;1875.00;0.00;0.24 -3127;0;3679.00;10.05;1723.00;0.00;0.34 -3128;0;3003.00;11.62;1751.00;0.00;0.30 -3129;0;2920.00;14.02;1715.00;0.00;0.32 -3130;0;3435.00;10.40;1804.00;0.00;0.48 -3131;0;3251.00;9.85;1773.00;0.00;0.20 -3132;0;3057.00;10.80;1930.00;0.00;0.42 -3133;0;3288.00;10.40;1784.00;0.00;0.22 -3134;0;3325.00;9.80;1958.00;0.00;0.32 -3135;0;3475.00;9.80;1702.00;0.00;0.20 -3136;0;2993.00;11.12;1755.00;0.00;0.26 -3137;0;3180.00;9.60;1767.00;0.00;0.24 -3138;0;3072.00;11.77;1864.00;0.00;0.32 -3139;0;3595.00;9.70;1689.00;0.00;0.24 -3140;0;3332.00;10.15;1726.00;0.00;0.24 -3141;0;3024.00;10.40;1727.00;0.00;0.24 -3142;0;3345.00;10.40;1746.00;0.00;0.24 -3143;0;3384.00;10.22;1692.00;0.00;0.24 -3144;0;3355.00;9.50;1786.00;0.00;0.24 -3145;0;3078.00;10.10;1952.00;0.00;0.28 -3146;0;3553.00;10.05;1711.00;0.00;0.26 -3147;0;3552.00;9.70;1890.00;0.00;1.00 -3148;0;3054.00;10.10;1754.00;0.00;0.24 -3149;0;3250.00;10.50;1846.00;0.00;0.28 -3150;0;2749.00;12.32;1669.00;0.00;0.24 -3151;0;3278.00;9.72;1738.00;0.00;0.22 -3152;0;3193.00;9.70;1719.00;0.00;0.18 -3153;0;3247.00;10.40;1868.00;0.00;0.34 -3154;0;3399.00;10.50;1731.00;0.00;0.26 -3155;0;3585.00;10.40;1801.00;0.00;0.70 -3156;0;3260.00;10.70;1892.00;0.00;0.40 -3157;0;3420.00;10.40;1745.00;0.00;0.30 -3158;0;3246.00;10.35;1947.00;0.00;0.34 -3159;0;2728.00;11.77;1695.00;0.00;0.24 -3160;0;3382.00;10.50;1753.00;0.00;0.22 -3161;0;3222.00;9.70;1749.00;0.00;0.20 -3162;0;3024.00;11.17;1815.00;0.00;0.28 -3163;0;3363.00;10.35;1721.00;0.00;0.22 -3164;0;3467.00;10.40;1731.00;0.00;0.26 -3165;0;3147.00;11.50;738.00;0.00;0.86 -3166;0;3493.00;9.95;1754.00;0.00;0.24 -3167;0;3530.00;9.80;1704.00;0.00;0.28 -3168;0;3423.00;9.90;1838.00;0.00;0.46 -3169;0;3807.00;9.70;1860.00;0.00;1.18 -3170;0;3364.00;9.90;1953.00;0.00;0.62 -3171;0;2975.00;9.70;1722.00;0.00;0.22 -3172;0;3163.00;9.67;1820.00;0.00;0.28 -3173;0;3089.00;11.35;1844.00;0.00;0.28 -3174;0;3182.00;9.70;1699.00;0.00;0.20 -3175;0;3434.00;10.05;1724.00;0.00;0.26 -3176;0;3357.00;10.55;1680.00;0.00;0.24 -3177;0;3539.00;10.37;1741.00;0.00;0.30 -3178;0;2698.88;10.00;1683.80;0.00;0.34 -3179;0;3096.00;11.47;1909.00;0.00;0.34 -3180;0;2912.00;12.75;1779.00;0.00;0.32 -3181;0;3108.00;10.60;823.00;0.00;0.74 -3182;0;3082.00;9.70;1742.00;0.00;0.28 -3183;0;2988.00;13.30;1797.00;0.00;0.28 -3184;0;4713.00;9.80;1988.00;0.00;2.40 -3185;0;3271.00;10.30;1816.00;0.00;0.32 -3186;0;3513.00;9.80;1722.00;0.00;0.24 -3187;0;3281.00;10.35;1776.00;0.00;0.24 -3188;0;2913.00;10.05;1766.00;0.00;0.30 -3189;0;3338.00;10.10;1872.00;0.00;0.26 -3190;0;3446.00;9.80;1681.00;0.00;0.26 -3191;0;3015.00;13.40;1786.00;0.00;0.28 -3192;0;2897.00;9.50;1724.00;0.00;0.38 -3193;0;3182.00;10.35;1903.00;0.00;0.32 -3194;0;3156.00;10.35;1665.00;0.00;0.26 -3195;0;2755.00;9.50;1719.00;0.00;1.16 -3196;0;3539.00;9.85;1580.00;0.00;0.22 -3197;0;3519.00;10.07;1616.00;0.00;0.26 -3198;0;2087.00;9.50;952.00;0.00;0.92 -3199;0;3411.00;10.00;1581.00;0.00;0.22 -3200;0;208.00;9.50;1448.00;0.00;0.96 -3201;0;336.00;9.50;1922.00;0.00;0.48 -3202;0;3444.00;9.80;1633.00;0.00;0.20 -3203;0;3265.00;9.80;1560.00;0.00;0.28 -3204;0;4618.00;9.50;1004.00;0.00;0.94 -3205;0;2755.00;9.97;1595.00;0.00;0.24 -3206;0;2943.00;9.70;1654.00;0.00;0.30 -3207;0;3022.00;10.22;1579.00;0.00;0.20 -3208;0;1773.00;10.82;1894.00;0.00;2.10 -3209;0;5381.00;9.50;123.00;0.00;1.00 -3210;0;3311.00;10.50;1607.00;0.00;0.22 -3211;0;2877.75;9.70;1559.41;0.00;0.16 -3212;0;5209.00;9.50;912.00;0.00;1.20 -3213;0;4954.00;9.50;895.00;0.00;1.00 -3214;0;3605.00;10.40;1626.00;0.00;0.24 -3215;0;3355.00;10.00;1662.00;0.00;0.22 -3216;0;3609.00;9.70;1580.00;0.00;0.20 -3217;0;2695.00;9.50;1626.00;0.00;0.12 -3218;0;4490.00;9.50;792.00;0.00;0.98 -3219;0;3245.00;9.80;1639.00;0.00;0.26 -3220;0;3432.00;9.97;1675.00;0.00;0.26 -3221;0;3475.00;9.95;1580.00;0.00;0.22 -3222;0;4012.00;9.50;410.00;0.00;0.88 -3223;0;3769.00;9.50;620.00;0.00;1.00 -3224;0;3516.00;9.95;1633.00;0.00;0.22 -3225;0;3330.00;9.80;1558.00;0.00;0.18 -3226;0;3336.00;10.02;1590.00;0.00;0.22 -3227;0;3580.00;9.50;305.00;0.00;0.84 -3228;0;2941.00;9.50;547.00;0.00;0.94 -3229;0;3060.00;9.70;1675.00;0.00;0.22 -3230;0;3108.00;10.37;1574.00;0.00;0.24 -3231;0;2949.00;9.70;1606.00;0.00;0.20 -3232;0;2649.00;9.50;149.00;0.00;1.06 -3233;0;2011.00;9.50;51.00;0.00;0.82 -3234;0;2945.00;9.70;1573.00;0.00;0.20 -3235;0;3311.00;9.90;1650.00;0.00;0.22 -3236;0;3375.00;10.17;1604.00;0.00;0.16 -3237;0;2266.00;9.50;970.00;0.00;1.08 -3238;0;2208.00;9.50;1596.00;0.00;1.66 -3239;0;1421.00;9.50;1049.00;0.00;1.22 -3240;0;3425.00;10.00;1661.00;0.00;0.20 -3241;0;2752.00;12.90;1573.00;0.00;0.22 -3242;0;2696.00;10.12;1619.00;0.00;0.24 -3243;0;956.00;9.50;427.00;0.00;1.26 -3244;0;146.00;9.50;703.00;0.00;1.06 -3245;0;3507.00;9.95;1666.00;0.00;0.24 -3246;0;3549.00;10.70;1581.00;0.00;0.20 -3247;0;3303.00;10.25;1624.00;0.00;0.18 -3248;0;42.00;9.50;1802.00;0.00;1.00 -3249;0;892.00;9.50;1273.00;0.00;1.04 -3250;0;3405.00;10.10;1587.00;0.00;0.20 -3251;0;3600.00;10.40;1645.00;0.00;0.26 -3252;0;1105.00;9.50;791.00;0.00;1.08 -3253;0;440.00;9.52;1943.00;0.00;1.70 -3254;0;3165.00;9.92;1604.00;0.00;0.16 -3255;0;3202.00;10.37;1652.00;0.00;0.20 -3256;0;3188.00;9.80;1568.00;0.00;0.20 -3257;0;3454.00;10.35;1603.00;0.00;0.20 -3258;0;3011.00;9.75;1587.00;0.00;0.20 -3259;0;3385.00;10.60;1649.00;0.00;0.22 -3260;0;2984.00;9.70;1634.00;0.00;0.28 -3261;0;3513.00;10.40;1658.00;0.00;0.20 -3262;0;2880.00;9.70;1549.00;0.00;0.16 -3263;0;3372.00;10.70;1621.00;0.00;0.20 -3264;0;3580.00;10.50;1682.00;0.00;0.32 -3265;0;3624.00;9.90;1588.00;0.00;0.24 -3266;0;3470.00;9.90;1585.00;0.00;0.22 -3267;0;3241.00;10.20;1611.00;0.00;0.30 -3268;0;3455.00;10.40;1646.00;0.00;0.20 -3269;0;3518.00;10.45;1602.00;0.00;0.22 -3270;0;3590.00;10.40;1678.00;0.00;0.28 -3271;0;2952.00;9.70;1578.00;0.00;0.20 -3272;0;3175.00;10.40;1616.00;0.00;0.24 -3273;0;2729.00;10.50;1654.00;0.00;0.24 -3274;0;2734.00;11.30;1576.00;0.00;0.24 -3275;0;3442.00;9.80;1619.00;0.00;0.20 -3276;0;3545.00;10.47;1590.00;0.00;0.24 -3277;0;2951.00;9.70;1638.00;0.00;0.20 -3278;0;3308.00;9.90;1596.00;0.00;0.18 -3279;0;3338.00;10.42;1636.00;0.00;0.22 -3280;0;3721.00;12.42;1664.00;0.00;0.30 -3281;0;3184.00;9.95;1576.00;0.00;0.24 -3282;0;3528.00;9.90;1642.00;0.00;0.18 -3283;0;3074.00;10.00;1547.00;0.00;0.24 -3284;0;1849.00;9.70;1035.00;0.00;0.26 -3285;0;3509.00;10.00;1619.00;0.00;0.22 -3286;0;3019.00;10.00;1692.00;0.00;0.26 -3287;0;2806.00;9.80;1584.00;0.00;0.28 -3288;0;3146.00;9.87;1628.00;0.00;0.32 -3289;0;3661.00;11.10;1602.00;0.00;0.30 -3290;0;3408.00;11.45;1634.00;0.00;0.22 -3291;0;3400.00;10.02;1558.00;0.00;0.24 -3292;0;3385.00;10.00;1593.00;0.00;0.14 -3293;0;3265.00;9.80;1568.00;0.00;0.22 -3294;0;3601.00;9.80;1659.00;0.00;0.30 -3295;0;3100.00;9.72;1586.00;0.00;0.32 -3296;0;3146.00;9.65;1673.00;0.00;0.26 -3297;0;3319.00;10.60;1613.00;0.00;0.22 -3298;0;3228.00;10.00;1673.00;0.00;0.26 -3299;0;2989.00;11.12;1497.00;0.00;0.24 -3300;0;3612.00;10.50;1648.00;0.00;0.26 -3301;0;2755.00;10.17;1587.00;0.00;0.18 -3302;0;3451.00;10.05;1595.00;0.00;0.16 -3303;0;3489.00;9.90;1634.00;0.00;0.20 -3304;0;3477.00;9.80;1559.00;0.00;0.18 -3305;0;2987.00;9.50;1618.00;0.00;0.32 -3306;0;3340.00;10.27;1571.00;0.00;0.20 -3307;0;3001.00;9.70;1669.00;0.00;0.24 -3308;0;3381.00;9.95;1610.00;0.00;0.18 -3309;0;3204.00;10.40;1577.00;0.00;0.24 -3310;0;3249.00;9.80;1669.00;0.00;0.24 -3311;0;2725.00;9.70;1617.00;0.00;0.14 -3312;0;3020.00;9.87;1586.00;0.00;0.20 -3313;0;3300.00;9.95;1631.00;0.00;0.20 -3314;0;2883.00;9.70;1576.00;0.00;0.20 -3315;0;3555.00;9.80;1643.00;0.00;0.24 -3316;0;3548.00;10.00;1559.00;0.00;0.18 -3317;0;3521.00;10.60;1591.00;0.00;0.22 -3318;0;3408.00;10.00;1560.00;0.00;0.22 -3319;0;3142.00;9.67;1664.00;0.00;0.26 -3320;0;3200.00;10.40;1611.00;0.00;0.32 -3321;0;3319.00;10.10;1674.00;0.00;0.28 -3322;0;3461.00;9.80;1614.00;0.00;0.24 -3323;0;3375.00;10.40;1668.00;0.00;0.18 -3324;0;3092.00;10.12;1591.00;0.00;0.18 -3325;0;2967.00;9.70;1632.00;0.00;0.36 -3326;0;2943.00;10.30;1585.00;0.00;0.22 -3327;0;3369.00;10.60;1629.00;0.00;0.22 -3328;0;3609.00;10.40;1615.00;0.00;0.24 -3329;0;2698.00;10.50;1634.00;0.00;0.22 -3330;0;3621.00;12.07;1566.00;0.00;0.30 -3331;0;3271.00;9.92;1608.00;0.00;0.22 -3332;0;3472.00;9.90;1566.00;0.00;0.24 -3333;0;3248.00;9.80;1658.00;0.00;0.28 -3334;0;3526.00;10.70;1607.00;0.00;0.22 -3335;0;3342.00;10.20;1581.00;0.00;0.22 -3336;0;4091.00;9.70;1979.00;0.00;2.34 -3337;0;3158.00;10.30;1629.00;0.00;0.26 -3338;0;3443.00;9.70;1859.00;0.00;0.68 -3339;0;3444.00;9.80;1626.00;0.00;0.14 -3340;0;3016.00;9.70;1599.00;0.00;0.28 -3341;0;2952.00;10.27;1648.00;0.00;0.32 -3342;0;2686.00;10.05;1591.00;0.00;0.28 -3343;0;3536.00;11.37;1564.00;0.00;0.16 -3344;0;3302.00;11.57;1657.00;0.00;0.26 -3345;0;3344.00;10.00;1605.00;0.00;0.24 -3346;0;3407.00;10.00;1571.00;0.00;0.22 -3347;0;3461.00;10.40;1653.00;0.00;0.24 -3348;0;3633.00;9.90;1625.00;0.00;0.26 -3349;0;3520.00;10.40;1664.00;0.00;0.22 -3350;0;3264.00;9.80;1581.00;0.00;0.28 -3351;0;3113.00;9.82;1596.00;0.00;0.28 -3352;0;3507.00;9.90;1628.00;0.00;0.20 -3353;0;2795.00;9.80;1595.00;0.00;0.24 -3354;0;3152.00;10.40;1648.00;0.00;0.20 -3355;0;2949.00;10.32;1555.00;0.00;0.22 -3356;0;3420.00;10.00;1596.00;0.00;0.20 -3357;0;3615.00;10.52;1572.00;0.00;0.24 -3358;0;3372.00;10.60;1648.00;0.00;0.20 -3359;0;2690.00;9.97;1607.00;0.00;0.32 -3360;0;3480.00;9.80;1573.00;0.00;0.18 -3361;0;3538.00;10.40;1659.00;0.00;0.24 -3362;0;3314.00;10.60;1622.00;0.00;0.22 -3363;0;3614.00;10.35;1701.00;0.00;0.24 -3364;0;3332.00;9.82;1574.00;0.00;0.22 -3365;0;3587.00;10.40;1632.00;0.00;0.20 -3366;0;3192.00;9.80;1594.00;0.00;0.32 -3367;0;3005.00;9.70;1580.00;0.00;0.22 -3368;0;2952.00;9.57;1599.00;0.00;0.20 -3369;0;2760.00;10.42;1563.00;0.00;0.24 -3370;0;3446.00;9.80;1643.00;0.00;0.20 -3371;0;3484.00;9.90;1597.00;0.00;0.22 -3372;0;3542.00;10.75;1570.00;0.00;0.20 -3373;0;2709.50;9.60;1651.72;0.00;0.40 -3374;0;2970.00;9.50;1623.00;0.00;0.26 -3375;0;3020.00;9.90;1700.00;0.00;0.24 -3376;0;3401.00;10.00;1579.00;0.00;0.18 -3377;0;3381.00;11.47;1618.00;0.00;0.22 -3378;0;3274.00;9.80;1586.00;0.00;0.24 -3379;0;2703.00;9.77;1624.00;0.00;0.26 -3380;0;3105.00;9.80;1599.00;0.00;0.26 -3381;0;3083.00;9.80;1572.00;0.00;0.26 -3382;0;3563.00;9.92;1605.00;0.00;0.22 -3383;0;3519.00;9.90;1640.00;0.00;0.20 -3384;0;3152.00;9.80;1612.00;0.00;0.20 -3385;0;3626.00;9.75;1579.00;0.00;0.22 -3386;0;3005.00;9.80;1676.00;0.00;0.24 -3387;0;3452.00;10.30;1618.00;0.00;0.22 -3388;0;3208.00;10.30;1681.00;0.00;0.24 -3389;0;3467.00;9.90;1574.00;0.00;0.24 -3390;0;3333.00;9.90;1583.00;0.00;0.20 -3391;0;3379.00;10.25;1634.00;0.00;0.20 -3392;0;3175.00;9.80;1563.00;0.00;0.28 -3393;0;3181.00;10.25;1594.00;0.00;0.24 -3394;0;3590.00;10.32;1655.00;0.00;0.18 -3395;0;2950.00;10.02;1568.00;0.00;0.18 -3396;0;2663.00;9.80;1596.00;0.00;0.20 -3397;0;2948.00;10.15;1526.00;0.00;0.18 -3398;0;2928.00;10.62;1542.00;0.00;0.20 -3399;0;3364.00;9.70;1469.00;0.00;0.22 -3400;0;2825.00;9.50;1731.00;0.00;0.88 -3401;0;3198.40;9.50;1278.69;0.00;0.44 -3402;0;2856.00;10.40;1510.00;0.00;0.22 -3403;0;3307.00;9.80;1477.00;0.00;0.22 -3404;0;3594.00;10.65;1542.00;0.00;0.24 -3405;0;2096.00;9.50;996.00;0.00;1.12 -3406;0;3548.00;9.77;1513.00;0.00;0.22 -3407;0;3222.00;9.85;1483.00;0.00;0.18 -3408;0;254.00;9.50;1357.00;0.00;1.34 -3409;0;3385.00;9.80;1516.00;0.00;0.22 -3410;0;3138.00;11.87;1509.00;0.00;0.24 -3411;0;4565.00;9.50;924.00;0.00;0.92 -3412;0;3190.00;10.50;1542.00;0.00;0.26 -3413;0;3501.00;9.80;1458.00;0.00;0.22 -3414;0;3079.00;12.37;1517.00;0.00;0.18 -3415;0;3986.00;9.70;1923.00;0.00;1.18 -3416;0;5370.00;9.50;164.00;0.00;0.98 -3417;0;3457.00;10.00;1452.00;0.00;0.22 -3418;0;3015.00;12.22;1528.00;0.00;0.18 -3419;0;5164.00;9.50;944.00;0.00;1.22 -3420;0;4975.00;9.50;873.00;0.00;1.10 -3421;0;3397.00;9.75;1465.00;0.00;0.24 -3422;0;2758.00;10.05;1546.00;0.00;0.18 -3423;0;2921.00;11.02;1515.00;0.00;0.22 -3424;0;5188.00;9.50;1586.00;0.00;1.20 -3425;0;4445.00;9.50;772.00;0.00;1.02 -3426;0;3506.00;10.05;1545.00;0.00;0.18 -3427;0;4516.00;13.85;1310.00;0.00;0.46 -3428;0;4029.00;9.50;370.00;0.00;0.92 -3429;0;3748.00;9.50;672.00;0.00;1.14 -3430;0;3226.00;10.00;1491.00;0.00;0.24 -3431;0;3453.00;10.42;1510.00;0.00;0.20 -3432;0;3619.00;9.50;328.00;0.00;1.18 -3433;0;2936.00;9.50;593.00;0.00;0.96 -3434;0;3159.00;11.82;1506.00;0.00;0.24 -3435;0;3550.00;9.60;1465.00;0.00;0.22 -3436;0;2663.00;9.50;198.00;0.00;0.78 -3437;0;2057.00;9.50;14.00;0.00;0.68 -3438;0;3047.00;9.80;1557.00;0.00;0.18 -3439;0;3515.00;9.70;1467.00;0.00;0.26 -3440;0;2271.00;9.50;1017.00;0.00;1.28 -3441;0;2032.00;9.50;1703.00;0.00;1.02 -3442;0;1500.00;9.50;994.00;0.00;0.88 -3443;0;3467.00;9.97;1457.00;0.00;0.20 -3444;0;2904.00;9.70;1547.00;0.00;0.20 -3445;0;1033.00;9.50;458.00;0.00;1.24 -3446;0;95.00;9.50;765.00;0.00;1.22 -3447;0;2866.00;10.05;1513.00;0.00;0.22 -3448;0;3122.00;13.22;1331.00;0.00;0.24 -3449;0;3381.00;9.85;1474.00;0.00;0.22 -3450;0;110.00;9.50;1776.00;0.00;0.96 -3451;0;912.00;9.50;1185.00;0.00;1.08 -3452;0;3308.00;10.00;1488.00;0.00;0.20 -3453;0;1167.00;9.50;801.00;0.00;1.26 -3454;0;467.00;9.50;1910.00;0.00;0.74 -3455;0;3346.00;9.80;1523.00;0.00;0.26 -3456;0;3860.00;9.62;1051.00;0.00;0.50 -3457;0;3231.00;10.30;1509.00;0.00;0.22 -3458;0;3141.00;10.15;1543.00;0.00;0.26 -3459;0;3570.00;9.60;1460.00;0.00;0.30 -3460;0;3068.00;10.40;1557.00;0.00;0.24 -3461;0;3520.00;10.22;1476.00;0.00;0.18 -3462;0;3047.00;10.60;1527.00;0.00;0.20 -3463;0;2748.00;10.07;1547.00;0.00;0.24 -3464;0;3455.00;10.30;1463.00;0.00;0.18 -3465;0;3473.00;9.80;1551.00;0.00;0.18 -3466;0;3387.00;9.80;1482.00;0.00;0.20 -3467;0;3579.00;10.37;1518.00;0.00;0.26 -3468;0;3317.00;9.90;1494.00;0.00;0.20 -3469;0;3419.00;10.05;1521.00;0.00;0.20 -3470;0;3235.00;10.10;1531.00;0.00;0.22 -3471;0;898.00;13.50;1586.00;0.00;0.32 -3472;0;3902.00;9.70;1678.00;0.00;0.52 -3473;0;3037.00;9.70;1567.00;0.00;0.20 -3474;0;2981.00;12.30;1524.00;0.00;0.24 -3475;0;3505.00;9.80;1474.00;0.00;0.18 -3476;0;2843.00;9.80;1520.00;0.00;0.18 -3477;0;3531.00;11.70;1554.00;0.00;0.26 -3478;0;3462.00;9.70;1471.00;0.00;0.22 -3479;0;3398.00;9.90;1487.00;0.00;0.20 -3480;0;3300.00;9.80;1540.00;0.00;0.24 -3481;0;1167.00;10.97;1791.00;0.00;0.78 -3482;0;3120.00;10.00;1547.00;0.00;0.20 -3483;0;3208.00;10.90;1510.00;0.00;0.22 -3484;0;3091.00;12.40;1498.00;0.00;0.32 -3485;0;3067.00;13.65;1529.00;0.00;0.26 -3486;0;3609.00;9.70;1561.00;0.00;0.22 -3487;0;3512.00;9.75;1480.00;0.00;0.20 -3488;0;2900.00;12.00;1526.00;0.00;0.18 -3489;0;3468.00;9.72;1479.00;0.00;0.28 -3490;0;3556.00;9.75;1527.00;0.00;0.26 -3491;0;3395.00;9.87;1495.00;0.00;0.16 -3492;0;3371.00;9.90;1532.00;0.00;0.20 -3493;0;2837.00;10.40;1470.00;0.00;0.16 -3494;0;3286.00;10.42;1511.00;0.00;0.24 -3495;0;2797.00;10.37;1475.00;0.00;0.22 -3496;0;3206.00;10.50;1550.00;0.00;0.22 -3497;0;3132.00;10.95;1529.00;0.00;0.20 -3498;0;1108.00;11.20;1823.00;0.00;0.90 -3499;0;3003.00;9.80;1564.00;0.00;0.24 -3500;0;2968.00;10.52;1539.00;0.00;0.20 -3501;0;2810.00;9.92;1553.00;0.00;0.28 -3502;0;3634.00;9.70;1537.00;0.00;0.36 -3503;0;3520.00;9.60;1495.00;0.00;0.24 -3504;0;3442.00;9.80;1528.00;0.00;0.24 -3505;0;3476.00;9.92;1486.00;0.00;0.20 -3506;0;2859.00;9.90;1478.00;0.00;0.26 -3507;0;3277.00;9.80;1549.00;0.00;0.30 -3508;0;3361.00;9.80;1499.00;0.00;0.26 -3509;0;2807.00;9.90;1480.00;0.00;0.28 -3510;0;3065.00;9.85;1549.00;0.00;0.20 -3511;0;3229.00;10.30;1519.00;0.00;0.26 -3512;0;2910.00;9.72;1551.00;0.00;0.24 -3513;0;894.00;10.35;1641.00;0.00;0.32 -3514;0;3033.00;11.12;1543.00;0.00;0.20 -3515;0;3592.00;9.60;1489.00;0.00;0.32 -3516;0;2879.00;10.02;1529.00;0.00;0.22 -3517;0;3530.00;9.92;1511.00;0.00;0.26 -3518;0;3505.00;9.85;1526.00;0.00;0.18 -3519;0;3435.00;9.80;1495.00;0.00;0.22 -3520;0;3349.00;9.95;1534.00;0.00;0.20 -3521;0;3151.00;9.85;1554.00;0.00;0.22 -3522;0;2985.00;10.00;1565.00;0.00;0.18 -3523;0;2796.00;10.85;1483.00;0.00;0.20 -3524;0;2940.00;10.80;1532.00;0.00;0.24 -3525;0;3165.00;9.70;1668.00;0.00;0.22 -3526;0;3162.00;10.57;1344.00;0.00;0.18 -3527;0;3423.00;10.05;1537.00;0.00;0.22 -3528;0;2754.00;9.50;1518.00;0.00;0.52 -3529;0;3498.00;9.80;1491.00;0.00;0.24 -3530;0;2939.00;13.22;1495.00;0.00;0.20 -3531;0;3369.00;9.80;1503.00;0.00;0.22 -3532;0;3058.00;10.32;1566.00;0.00;0.18 -3533;0;2878.00;10.07;1482.00;0.00;0.26 -3534;0;2816.00;9.95;1487.00;0.00;0.20 -3535;0;3001.00;10.35;1544.00;0.00;0.20 -3536;0;2842.00;9.80;1528.00;0.00;0.18 -3537;0;3106.00;10.50;1487.00;0.00;0.22 -3538;0;3558.00;9.65;1504.00;0.00;0.30 -3539;0;3485.00;9.80;1530.00;0.00;0.24 -3540;0;3437.00;9.80;1503.00;0.00;0.20 -3541;0;3003.00;10.80;1498.00;0.00;0.20 -3542;0;3315.00;9.80;1549.00;0.00;0.22 -3543;0;3273.00;9.90;1529.00;0.00;0.26 -3544;0;3131.00;9.80;1561.00;0.00;0.22 -3545;0;3061.00;13.90;1537.00;0.00;0.24 -3546;0;2882.00;10.32;1501.00;0.00;0.22 -3547;0;2910.00;11.45;1528.00;0.00;0.20 -3548;0;3168.00;11.32;1481.00;0.00;0.20 -3549;0;2822.00;9.97;1495.00;0.00;0.20 -3550;0;3127.00;11.82;1498.00;0.00;0.26 -3551;0;3560.00;9.70;1537.00;0.00;0.24 -3552;0;2739.00;9.70;1486.00;0.00;0.22 -3553;0;3060.00;12.50;1509.00;0.00;0.16 -3554;0;3391.00;10.10;1547.00;0.00;0.24 -3555;0;3503.00;9.80;1501.00;0.00;0.20 -3556;0;3221.00;9.80;1567.00;0.00;0.20 -3557;0;3346.00;9.95;1514.00;0.00;0.24 -3558;0;2934.00;10.22;1501.00;0.00;0.20 -3559;0;3154.00;10.10;1543.00;0.00;0.22 -3560;0;2887.00;10.10;1506.00;0.00;0.24 -3561;0;2969.00;10.65;1547.00;0.00;0.18 -3562;0;3211.00;9.80;1493.00;0.00;0.26 -3563;0;3652.00;10.00;1543.00;0.00;0.40 -3564;0;3491.00;12.62;1329.00;0.00;0.24 -3565;0;3148.00;9.97;1487.00;0.00;0.16 -3566;0;3456.00;9.90;1542.00;0.00;0.22 -3567;0;3424.00;9.80;1511.00;0.00;0.22 -3568;0;3287.00;9.85;1545.00;0.00;0.24 -3569;0;3062.00;10.27;1502.00;0.00;0.20 -3570;0;3239.00;10.10;1523.00;0.00;0.20 -3571;0;2999.00;12.12;1506.00;0.00;0.20 -3572;0;3039.00;9.80;1556.00;0.00;0.20 -3573;0;3337.00;9.70;1459.00;0.00;0.22 -3574;0;2945.00;11.15;1510.00;0.00;0.18 -3575;0;3285.00;10.25;1472.00;0.00;0.26 -3576;0;2861.00;9.80;1532.00;0.00;0.18 -3577;0;3233.00;9.77;1473.00;0.00;0.24 -3578;0;3517.00;9.75;1542.00;0.00;0.22 -3579;0;2788.00;10.10;1501.00;0.00;0.20 -3580;0;3366.00;10.50;1548.00;0.00;0.22 -3581;0;3138.00;11.87;1499.00;0.00;0.24 -3582;0;3493.00;10.32;1503.00;0.00;0.22 -3583;0;3086.00;13.60;1515.00;0.00;0.18 -3584;0;3313.00;9.80;1518.00;0.00;0.18 -3585;0;3009.00;14.15;1525.00;0.00;0.24 -3586;0;3112.00;10.37;1531.00;0.00;0.28 -3587;0;3438.00;9.70;1446.00;0.00;0.20 -3588;0;904.00;12.80;1558.00;0.00;0.34 -3589;0;2886.00;10.22;1429.00;0.00;0.18 -3590;0;2694.00;9.50;1676.00;0.00;1.02 -3591;0;200.00;9.50;1896.00;0.00;0.72 -3592;0;3050.00;10.72;1428.00;0.00;0.22 -3593;0;3628.00;9.60;1417.00;0.00;0.40 -3594;0;2865.00;11.62;1439.00;0.00;0.16 -3595;0;1986.00;9.50;1173.00;0.00;1.08 -3596;0;3059.00;10.07;1425.00;0.00;0.22 -3597;0;3533.00;9.85;1452.00;0.00;0.24 -3598;0;2816.00;9.95;1428.00;0.00;0.20 -3599;0;313.00;9.50;1464.00;0.00;0.82 -3600;0;455.00;9.50;1851.00;0.00;1.46 -3601;0;3046.00;10.70;1422.00;0.00;0.22 -3602;0;1643.00;12.02;1631.00;0.00;0.30 -3603;0;4575.00;9.50;814.00;0.00;0.80 -3604;0;2986.00;10.10;1430.00;0.00;0.24 -3605;0;1611.00;9.70;1627.00;0.00;0.26 -3606;0;714.00;12.50;2028.00;0.00;0.98 -3607;0;5414.00;9.50;178.00;0.00;1.38 -3608;0;1600.00;10.60;1637.00;0.00;0.30 -3609;0;3112.00;12.07;1411.00;0.00;0.22 -3610;0;5234.00;9.50;961.00;0.00;1.38 -3611;0;4871.00;9.50;789.00;0.00;0.96 -3612;0;2917.00;14.32;1439.00;0.00;0.20 -3613;0;1215.00;12.30;1574.00;0.00;0.42 -3614;0;3126.00;10.07;1417.00;0.00;0.20 -3615;0;5200.00;9.50;1549.00;0.00;0.68 -3616;0;4441.00;9.50;729.00;0.00;0.92 -3617;0;3116.00;10.97;1424.00;0.00;0.18 -3618;0;3626.00;9.60;1459.00;0.00;0.26 -3619;0;3985.00;9.50;373.00;0.00;0.86 -3620;0;3636.00;9.50;665.00;0.00;1.10 -3621;0;2835.00;9.97;1437.00;0.00;0.18 -3622;0;3573.00;9.60;1448.00;0.00;0.28 -3623;0;3106.00;9.80;1432.00;0.00;0.18 -3624;0;3563.00;9.50;262.00;0.00;1.22 -3625;0;2933.00;9.50;639.00;0.00;0.94 -3626;0;2828.00;10.02;1443.00;0.00;0.16 -3627;0;3086.00;9.80;1428.00;0.00;0.20 -3628;0;2594.00;9.50;161.00;0.00;0.88 -3629;0;2913.00;11.25;1495.00;0.00;0.24 -3630;0;3169.00;9.72;1399.00;0.00;0.20 -3631;0;3027.00;12.42;1441.00;0.00;0.22 -3632;0;2309.00;9.50;1032.00;0.00;1.00 -3633;0;1973.00;9.50;1802.00;0.00;0.98 -3634;0;1535.00;9.50;880.00;0.00;1.18 -3635;0;1607.00;10.30;1647.00;0.00;0.32 -3636;0;3200.00;10.05;1407.00;0.00;0.26 -3637;0;977.00;9.50;479.00;0.00;1.04 -3638;0;168.00;9.50;779.00;0.00;0.84 -3639;0;3191.00;11.07;1412.00;0.00;0.24 -3640;0;1554.00;9.80;1652.00;0.00;0.32 -3641;0;2940.00;13.80;1444.00;0.00;0.16 -3642;0;91.00;9.50;1811.00;0.00;0.90 -3643;0;946.00;9.50;1231.00;0.00;1.08 -3644;0;875.00;11.85;1568.00;0.00;0.32 -3645;0;3173.00;11.65;1413.00;0.00;0.20 -3646;0;2898.00;10.10;1454.00;0.00;0.22 -3647;0;1084.00;9.50;885.00;0.00;1.26 -3648;0;521.00;9.50;1920.00;0.00;1.20 -3649;0;3147.00;11.95;1415.00;0.00;0.28 -3650;0;2888.00;10.10;1450.00;0.00;0.16 -3651;0;4276.00;9.52;954.00;0.00;0.42 -3652;0;2885.00;10.27;1462.00;0.00;0.22 -3653;0;3460.00;11.57;1355.00;0.00;0.20 -3654;0;3045.00;11.92;1438.00;0.00;0.20 -3655;0;2842.00;10.00;1454.00;0.00;0.26 -3656;0;3472.00;14.47;1355.00;0.00;0.26 -3657;0;3002.00;13.45;1446.00;0.00;0.18 -3658;0;3477.00;14.25;1363.00;0.00;0.20 -3659;0;2804.00;9.85;1455.00;0.00;0.22 -3660;0;2962.00;16.17;1452.00;0.00;0.18 -3661;0;1595.00;10.45;1652.00;0.00;0.28 -3662;0;2959.00;14.42;1445.00;0.00;0.20 -3663;0;3212.00;9.80;1415.00;0.00;0.20 -3664;0;4973.00;10.30;1571.00;0.00;0.54 -3665;0;3170.00;13.85;1430.00;0.00;0.20 -3666;0;2906.00;10.10;1459.00;0.00;0.22 -3667;0;3514.00;13.97;1370.00;0.00;0.24 -3668;0;3547.00;10.17;1380.00;0.00;0.28 -3669;0;2872.00;10.25;1470.00;0.00;0.22 -3670;0;3070.00;10.02;1446.00;0.00;0.22 -3671;0;2817.00;9.82;1463.00;0.00;0.14 -3672;0;3518.00;10.25;1386.00;0.00;0.22 -3673;0;3030.00;11.67;1452.00;0.00;0.16 -3674;0;3020.00;12.45;1456.00;0.00;0.24 -3675;0;3008.00;15.00;1464.00;0.00;0.22 -3676;0;3201.00;14.35;1431.00;0.00;0.22 -3677;0;912.00;11.90;1492.00;0.00;0.26 -3678;0;905.00;10.45;1501.00;0.00;0.22 -3679;0;2941.00;11.50;1470.00;0.00;0.16 -3680;0;3096.00;9.80;1448.00;0.00;0.20 -3681;0;2864.00;10.15;1465.00;0.00;0.24 -3682;0;3535.00;11.42;1387.00;0.00;0.28 -3683;0;3076.00;10.45;1457.00;0.00;0.20 -3684;0;3025.00;13.82;1473.00;0.00;0.18 -3685;0;1505.00;10.70;1568.00;0.00;0.26 -3686;0;3333.70;9.70;1414.44;0.00;0.24 -3687;0;1554.00;10.57;1578.00;0.00;0.22 -3688;0;3001.00;12.42;1478.00;0.00;0.20 -3689;0;3214.00;15.32;1439.00;0.00;0.20 -3690;0;2958.00;11.12;1478.00;0.00;0.20 -3691;0;1735.00;9.60;2028.00;0.00;1.08 -3692;0;2934.00;14.00;1477.00;0.00;0.26 -3693;0;1640.00;10.05;1562.00;0.00;0.20 -3694;0;3179.00;11.42;1447.00;0.00;0.28 -3695;0;4942.00;12.52;1444.00;0.00;0.30 -3696;0;3148.00;10.37;1457.00;0.00;0.22 -3697;0;1605.00;10.75;1576.00;0.00;0.22 -3698;0;3422.00;9.97;1400.00;0.00;0.26 -3699;0;1364.00;10.30;1642.00;0.00;0.44 -3700;0;3069.00;9.77;1476.00;0.00;0.20 -3701;0;3262.00;9.70;1429.00;0.00;0.28 -3702;0;1611.00;11.20;1593.00;0.00;0.20 -3703;0;3019.00;11.75;1484.00;0.00;0.20 -3704;0;3253.00;9.70;1429.00;0.00;0.28 -3705;0;2983.00;10.92;1485.00;0.00;0.20 -3706;0;1036.00;13.35;1764.00;0.00;0.82 -3707;0;3250.00;9.75;1452.00;0.00;0.28 -3708;0;1281.00;10.80;1554.00;0.00;0.50 -3709;0;3159.00;13.00;1457.00;0.00;0.20 -3710;0;1679.00;10.02;1584.00;0.00;0.16 -3711;0;3544.00;15.07;1359.00;0.00;0.26 -3712;0;1692.00;9.80;1601.00;0.00;0.32 -3713;0;3132.00;9.70;1474.00;0.00;0.26 -3714;0;3439.00;14.75;1337.00;0.00;0.26 -3715;0;1680.00;11.30;1602.00;0.00;0.26 -3716;0;3082.00;9.95;1477.00;0.00;0.24 -3717;0;3430.00;10.52;1407.00;0.00;0.18 -3718;0;3063.00;9.90;1491.00;0.00;0.14 -3719;0;1284.00;10.40;1683.00;0.00;0.42 -3720;0;3426.00;10.72;1416.00;0.00;0.20 -3721;0;1233.00;10.95;1751.00;0.00;0.50 -3722;0;3335.00;9.70;1434.00;0.00;0.28 -3723;0;4949.00;12.40;1452.00;0.00;0.28 -3724;0;3249.00;9.82;1438.00;0.00;0.28 -3725;0;2702.00;14.35;1363.00;0.00;0.20 -3726;0;3538.00;10.50;1418.00;0.00;0.26 -3727;0;2710.00;13.47;1365.00;0.00;0.20 -3728;0;3212.00;11.55;1457.00;0.00;0.24 -3729;0;2714.00;13.97;1381.00;0.00;0.16 -3730;0;3146.00;9.70;1477.00;0.00;0.24 -3731;0;3122.00;10.10;1476.00;0.00;0.22 -3732;0;1705.00;9.75;1614.00;0.00;0.36 -3733;0;1597.00;11.30;1598.00;0.00;0.24 -3734;0;3415.00;9.70;1424.00;0.00;0.28 -3735;0;2766.00;13.12;1374.00;0.00;0.24 -3736;0;1412.00;10.87;1791.00;0.00;1.50 -3737;0;2779.00;11.37;1381.00;0.00;0.16 -3738;0;3297.00;9.67;1454.00;0.00;0.24 -3739;0;4958.00;10.55;1445.00;0.00;0.28 -3740;0;2800.00;10.70;1392.00;0.00;0.18 -3741;0;3224.00;10.10;1455.00;0.00;0.22 -3742;0;4447.00;14.10;1272.00;0.00;0.34 -3743;0;3194.00;12.40;1480.00;0.00;0.32 -3744;0;2703.00;13.52;1380.00;0.00;0.16 -3745;0;4476.00;14.37;1266.00;0.00;0.38 -3746;0;3508.00;10.50;1428.00;0.00;0.24 -3747;0;1610.00;10.55;1602.00;0.00;0.24 -3748;0;3474.00;10.67;1427.00;0.00;0.22 -3749;0;2821.00;9.97;1392.00;0.00;0.22 -3750;0;1225.00;11.25;1643.00;0.00;0.54 -3751;0;2842.00;10.25;1398.00;0.00;0.18 -3752;0;3419.00;9.70;1433.00;0.00;0.22 -3753;0;4963.00;11.42;1457.00;0.00;0.30 -3754;0;2849.00;11.77;1413.00;0.00;0.16 -3755;0;3316.00;9.70;1457.00;0.00;0.22 -3756;0;4945.00;13.47;1471.00;0.00;0.36 -3757;0;3272.00;9.90;1475.00;0.00;0.26 -3758;0;2749.00;9.85;1482.00;0.00;0.18 -3759;0;3229.00;9.90;1579.00;0.00;0.24 -3760;0;3404.00;11.00;1416.00;0.00;0.18 -3761;0;2684.00;11.22;1389.00;0.00;0.22 -3762;0;2895.00;12.20;1404.00;0.00;0.26 -3763;0;1556.00;10.12;1607.00;0.00;0.24 -3764;0;2909.00;14.20;1412.00;0.00;0.22 -3765;0;3428.00;9.70;1440.00;0.00;0.26 -3766;0;1491.00;10.62;1616.00;0.00;0.38 -3767;0;3366.00;9.70;1458.00;0.00;0.16 -3768;0;2896.00;10.47;1418.00;0.00;0.18 -3769;0;1137.00;12.00;1733.00;0.00;0.74 -3770;0;2868.00;12.95;1427.00;0.00;0.20 -3771;0;2833.00;10.05;1420.00;0.00;0.18 -3772;0;2934.00;11.12;1405.00;0.00;0.22 -3773;0;2955.00;13.02;1412.00;0.00;0.26 -3774;0;3519.00;9.70;1443.00;0.00;0.26 -3775;0;1565.00;9.75;1616.00;0.00;0.24 -3776;0;2972.00;9.70;1421.00;0.00;0.22 -3777;0;3483.00;9.70;1445.00;0.00;0.24 -3778;0;1625.00;10.40;1644.00;0.00;0.22 -3779;0;3458.00;9.70;1441.00;0.00;0.24 -3780;0;2952.00;10.05;1425.00;0.00;0.20 -3781;0;1009.00;15.50;1661.00;0.00;0.44 -3782;0;2929.00;10.80;1426.00;0.00;0.14 -3783;0;4706.00;10.92;1317.00;0.00;0.28 -3784;0;933.00;10.92;1463.00;0.00;0.28 -3785;0;2663.00;9.50;1651.00;0.00;0.60 -3786;0;3269.00;12.22;1325.00;0.00;0.20 -3787;0;4877.00;9.87;1411.00;0.00;0.22 -3788;0;3300.00;13.15;1279.00;0.00;0.24 -3789;0;1968.00;9.50;1042.00;0.00;0.90 -3790;0;2672.00;9.70;1272.00;0.00;0.20 -3791;0;4827.00;12.00;1405.00;0.00;0.28 -3792;0;683.00;9.50;1442.00;0.00;0.74 -3793;0;538.00;9.50;1869.00;0.00;1.16 -3794;0;2739.00;13.65;1332.00;0.00;0.20 -3795;0;3482.00;9.80;1213.00;0.00;0.44 -3796;0;3189.00;10.40;1387.00;0.00;0.22 -3797;0;4488.00;9.50;748.00;0.00;1.12 -3798;0;2675.00;10.47;1323.00;0.00;0.22 -3799;0;2788.00;12.22;1316.00;0.00;0.28 -3800;0;1177.00;11.20;1888.00;0.00;0.80 -3801;0;5327.00;9.50;135.00;0.00;1.28 -3802;0;1553.00;10.40;1545.00;0.00;0.20 -3803;0;4810.00;14.47;1349.00;0.00;0.26 -3804;0;5197.00;9.50;982.00;0.00;1.16 -3805;0;4904.00;9.50;757.00;0.00;1.02 -3806;0;1657.00;10.47;1589.00;0.00;0.20 -3807;0;3348.00;12.25;1303.00;0.00;0.24 -3808;0;5148.00;9.50;1591.00;0.00;1.44 -3809;0;4410.00;9.50;754.00;0.00;0.78 -3810;0;2727.00;11.97;1295.00;0.00;0.16 -3811;0;4905.00;12.95;1406.00;0.00;0.32 -3812;0;4002.00;9.50;334.00;0.00;0.96 -3813;0;3688.00;9.50;680.00;0.00;1.04 -3814;0;4668.00;11.07;1340.00;0.00;0.28 -3815;0;4857.00;12.30;1419.00;0.00;0.24 -3816;0;2792.00;11.17;1351.00;0.00;0.24 -3817;0;3605.00;9.50;237.00;0.00;1.04 -3818;0;2940.00;9.50;693.00;0.00;0.78 -3819;0;3198.00;12.30;1377.00;0.00;0.22 -3820;0;2737.00;12.80;1341.00;0.00;0.24 -3821;0;2615.00;9.50;224.00;0.00;0.94 -3822;0;2008.00;9.50;12.00;0.00;0.58 -3823;0;1587.00;9.97;1504.00;0.00;0.30 -3824;0;1618.00;9.80;1541.00;0.00;0.20 -3825;0;2250.00;9.50;1071.00;0.00;1.20 -3826;0;1965.00;9.50;1774.00;0.00;0.96 -3827;0;783.00;9.50;261.00;0.00;1.10 -3828;0;4680.00;12.10;1372.00;0.00;0.28 -3829;0;1538.00;12.57;1538.00;0.00;0.30 -3830;0;4657.00;10.32;1328.00;0.00;0.24 -3831;0;727.00;9.50;256.00;0.00;1.24 -3832;0;20.00;9.50;832.00;0.00;0.98 -3833;0;3152.00;13.47;1350.00;0.00;0.26 -3834;0;1068.00;12.25;1399.00;0.00;0.60 -3835;0;2781.00;12.52;1308.00;0.00;0.16 -3836;0;6.00;9.50;1837.00;0.00;0.30 -3837;0;965.00;9.50;1184.00;0.00;1.32 -3838;0;2947.00;9.75;1356.00;0.00;0.26 -3839;0;4740.00;11.45;1337.00;0.00;0.22 -3840;0;914.00;10.57;1471.00;0.00;0.28 -3841;0;1160.00;9.50;870.00;0.00;1.42 -3842;0;586.00;9.50;1928.00;0.00;1.20 -3843;0;4864.00;11.07;1412.00;0.00;0.22 -3844;0;3154.00;11.57;1327.00;0.00;0.18 -3845;0;2722.00;13.77;1330.00;0.00;0.20 -3846;0;2686.00;10.05;1295.00;0.00;0.20 -3847;0;1599.00;12.00;1543.00;0.00;0.24 -3848;0;5002.00;11.70;1321.00;0.00;0.24 -3849;0;4750.00;11.85;1359.00;0.00;0.22 -3850;0;1576.00;11.82;1551.00;0.00;0.22 -3851;0;3266.00;10.07;1333.00;0.00;0.14 -3852;0;4809.00;9.85;1330.00;0.00;0.22 -3853;0;1520.00;11.00;1554.00;0.00;0.26 -3854;0;3286.00;13.55;641.00;0.00;0.54 -3855;0;1246.00;11.80;1566.00;0.00;0.44 -3856;0;3270.00;13.22;1304.00;0.00;0.24 -3857;0;3023.00;12.37;1282.00;0.00;0.20 -3858;0;2756.00;12.02;1329.00;0.00;0.24 -3859;0;2762.00;13.90;1349.00;0.00;0.20 -3860;0;4818.00;14.55;1358.00;0.00;0.20 -3861;0;2666.00;9.70;1315.00;0.00;0.24 -3862;0;3343.00;12.30;1315.00;0.00;0.28 -3863;0;1636.00;9.92;1555.00;0.00;0.16 -3864;0;3158.00;10.67;1307.00;0.00;0.22 -3865;0;3140.00;12.52;1352.00;0.00;0.20 -3866;0;2672.00;9.70;1281.00;0.00;0.20 -3867;0;1167.00;13.25;1406.00;0.00;0.46 -3868;0;3068.00;9.50;1380.00;0.00;0.28 -3869;0;1147.00;17.50;1552.00;0.00;0.44 -3870;0;3346.00;13.12;1295.00;0.00;0.20 -3871;0;2735.00;13.05;1290.00;0.00;0.20 -3872;0;1494.00;10.70;1562.00;0.00;0.28 -3873;0;2809.00;12.00;1334.00;0.00;0.24 -3874;0;2721.00;12.65;1341.00;0.00;0.20 -3875;0;1247.00;10.75;1430.00;0.00;0.46 -3876;0;3291.00;13.85;1288.00;0.00;0.24 -3877;0;4703.00;10.05;1389.00;0.00;0.32 -3878;0;1655.28;10.20;1563.03;0.00;0.24 -3879;0;3229.00;10.02;1341.00;0.00;0.24 -3880;0;1578.00;11.40;1567.00;0.00;0.20 -3881;0;4666.00;12.10;1351.00;0.00;0.22 -3882;0;3143.00;12.57;1360.00;0.00;0.20 -3883;0;1145.00;13.65;1429.00;0.00;0.46 -3884;0;3114.00;10.05;1337.00;0.00;0.24 -3885;0;2996.00;11.45;1380.00;0.00;0.20 -3886;0;2691.00;10.60;1303.00;0.00;0.20 -3887;0;2772.00;14.00;1357.00;0.00;0.24 -3888;0;4766.00;11.25;1365.00;0.00;0.26 -3889;0;3381.00;13.37;1270.00;0.00;0.26 -3890;0;3393.00;13.25;1294.00;0.00;0.18 -3891;0;2782.00;12.80;1318.00;0.00;0.24 -3892;0;2697.00;12.37;1356.00;0.00;0.20 -3893;0;3224.00;9.75;1347.00;0.00;0.28 -3894;0;1648.00;10.55;1567.00;0.00;0.20 -3895;0;4739.00;12.60;1344.00;0.00;0.20 -3896;0;3117.00;13.80;1366.00;0.00;0.24 -3897;0;1627.00;12.32;1573.00;0.00;0.26 -3898;0;2830.00;14.05;1370.00;0.00;0.20 -3899;0;2821.00;14.47;1373.00;0.00;0.16 -3900;0;4667.00;9.70;1322.00;0.00;0.34 -3901;0;3059.00;10.87;1309.00;0.00;0.20 -3902;0;2767.00;12.92;1366.00;0.00;0.16 -3903;0;3376.00;13.92;1320.00;0.00;0.30 -3904;0;4802.00;14.05;1337.00;0.00;0.22 -3905;0;3301.00;13.30;1334.00;0.00;0.22 -3906;0;1694.00;9.70;1581.00;0.00;0.22 -3907;0;3298.00;12.20;1313.00;0.00;0.26 -3908;0;3174.00;14.05;1367.00;0.00;0.20 -3909;0;2798.00;13.80;1339.00;0.00;0.16 -3910;0;3017.00;14.05;1368.00;0.00;0.18 -3911;0;1614.00;11.10;1725.00;0.00;0.84 -3912;0;4776.00;11.75;1322.00;0.00;0.22 -3913;0;4761.00;10.35;1379.00;0.00;0.26 -3914;0;3130.00;13.02;1320.00;0.00;0.24 -3915;0;2822.00;12.02;1380.00;0.00;0.20 -3916;0;3488.00;10.02;1249.00;0.00;0.40 -3917;0;1624.00;9.50;1500.00;0.00;0.20 -3918;0;2717.00;12.07;1363.00;0.00;0.20 -3919;0;3312.00;14.60;1341.00;0.00;0.28 -3920;0;2724.00;12.40;1367.00;0.00;0.16 -3921;0;3381.00;14.35;1292.00;0.00;0.30 -3922;0;3115.00;12.55;1386.00;0.00;0.28 -3923;0;3030.00;12.95;1353.00;0.00;0.18 -3924;0;3064.00;9.97;1391.00;0.00;0.16 -3925;0;1586.00;9.80;1483.00;0.00;0.22 -3926;0;2687.00;10.37;1311.00;0.00;0.20 -3927;0;3251.00;11.05;1292.00;0.00;0.28 -3928;0;2908.00;9.80;1388.00;0.00;0.20 -3929;0;4817.00;13.07;1367.00;0.00;0.30 -3930;0;2718.00;11.35;1301.00;0.00;0.24 -3931;0;2787.00;11.85;1376.00;0.00;0.24 -3932;0;4775.00;10.40;1379.00;0.00;0.24 -3933;0;2778.00;12.45;1376.00;0.00;0.16 -3934;0;4700.00;10.20;1355.00;0.00;0.26 -3935;0;3375.00;12.92;1328.00;0.00;0.26 -3936;0;3171.00;10.77;1339.00;0.00;0.20 -3937;0;3181.00;13.52;1363.00;0.00;0.26 -3938;0;2743.00;11.35;1325.00;0.00;0.20 -3939;0;3122.00;12.20;1386.00;0.00;0.24 -3940;0;2697.00;11.92;1284.00;0.00;0.24 -3941;0;1555.00;13.60;1518.00;0.00;0.32 -3942;0;3413.00;10.77;1242.00;0.00;0.32 -3943;0;3049.00;9.67;1393.00;0.00;0.26 -3944;0;4844.00;9.75;1378.00;0.00;0.20 -3945;0;2777.00;13.47;1325.00;0.00;0.24 -3946;0;2850.00;11.20;1380.00;0.00;0.22 -3947;0;4811.00;12.50;1386.00;0.00;0.24 -3948;0;2833.00;9.95;1398.00;0.00;0.22 -3949;0;4773.00;12.77;1346.00;0.00;0.22 -3950;0;3394.00;18.27;1315.00;0.00;0.28 -3951;0;3280.00;12.65;1318.00;0.00;0.28 -3952;0;3187.00;13.42;1379.00;0.00;0.18 -3953;0;2756.00;11.92;1306.00;0.00;0.18 -3954;0;2801.00;11.40;1344.00;0.00;0.20 -3955;0;4628.00;11.00;1338.00;0.00;0.22 -3956;0;3115.00;13.72;1395.00;0.00;0.18 -3957;0;1608.47;9.70;1525.75;0.00;0.24 -3958;0;3049.00;12.37;1337.00;0.00;0.22 -3959;0;2913.00;11.90;1398.00;0.00;0.20 -3960;0;1292.00;10.00;1409.00;0.00;0.38 -3961;0;2904.00;11.35;1398.00;0.00;0.20 -3962;0;4997.96;9.90;1360.50;0.00;0.36 -3963;0;4941.00;9.80;1499.00;0.00;0.42 -3964;0;3358.00;12.62;1310.00;0.00;0.30 -3965;0;3406.00;13.75;1330.00;0.00;0.20 -3966;0;3037.00;11.25;1356.00;0.00;0.18 -3967;0;3346.00;14.17;1352.00;0.00;0.24 -3968;0;3056.00;13.00;1326.00;0.00;0.14 -3969;0;2693.00;11.10;1322.00;0.00;0.20 -3970;0;4737.00;10.82;1328.00;0.00;0.24 -3971;0;3179.00;12.75;1376.00;0.00;0.24 -3972;0;1232.00;11.82;1454.00;0.00;0.52 -3973;0;3162.00;11.42;1315.00;0.00;0.36 -3974;0;3059.00;12.40;1397.00;0.00;0.20 -3975;0;1540.00;12.37;1523.00;0.00;0.32 -3976;0;2967.00;13.22;1407.00;0.00;0.26 -3977;0;4861.00;10.50;1394.00;0.00;0.28 -3978;0;4658.00;11.35;1392.00;0.00;0.34 -3979;0;3419.00;14.45;1330.00;0.00;0.24 -3980;0;3139.00;13.35;1325.00;0.00;0.24 -3981;0;4800.00;9.72;1326.00;0.00;0.22 -3982;0;3336.00;13.00;1354.00;0.00;0.24 -3983;0;3279.00;13.70;1302.00;0.00;0.26 -3984;0;3126.00;11.37;1396.00;0.00;0.18 -3985;0;3064.00;14.25;1403.00;0.00;0.22 -3986;0;2729.00;12.47;1316.00;0.00;0.24 -3987;0;2933.00;9.70;1202.00;0.00;0.38 -3988;0;3166.00;9.50;1288.00;0.00;0.24 -3989;0;4040.00;21.00;1158.00;0.00;0.40 -3990;0;2713.00;9.50;1583.00;0.00;0.70 -3991;0;2786.00;14.10;1216.00;0.00;0.32 -3992;0;4617.00;9.80;1116.00;0.00;0.24 -3993;0;1932.00;9.50;1064.00;0.00;0.92 -3994;0;1529.00;9.80;1426.00;0.00;0.42 -3995;0;5085.00;11.42;911.00;0.00;0.18 -3996;0;3285.00;9.80;1146.00;0.00;0.24 -3997;0;844.00;9.50;1367.00;0.00;1.46 -3998;0;745.00;9.50;1618.00;0.00;1.20 -3999;0;4266.00;14.52;1020.00;0.00;0.26 -4000;0;4979.00;11.10;1260.00;0.00;0.20 -4001;0;4671.00;9.70;1186.00;0.00;0.18 -4002;0;4380.00;9.50;828.00;0.00;1.24 -4003;0;3876.00;9.70;1048.00;0.00;0.50 -4004;0;4797.00;11.17;1292.00;0.00;0.18 -4005;0;4661.00;9.67;1201.00;0.00;0.22 -4006;0;5031.00;9.70;2003.00;0.00;2.54 -4007;0;5307.00;9.50;103.00;0.00;1.02 -4008;0;3314.00;10.35;1258.00;0.00;0.28 -4009;0;4560.00;9.87;1177.00;0.00;0.32 -4010;0;4613.00;9.95;1230.00;0.00;0.26 -4011;0;5233.00;9.50;1021.00;0.00;1.22 -4012;0;4872.00;9.50;839.00;0.00;0.86 -4013;0;4690.00;9.70;1114.00;0.00;0.28 -4014;0;3039.00;10.35;1268.00;0.00;0.20 -4015;0;5144.00;9.50;1525.00;0.00;1.20 -4016;0;4381.00;9.50;781.00;0.00;0.90 -4017;0;3362.00;11.52;1150.00;0.00;0.28 -4018;0;2836.00;14.62;1218.00;0.00;0.46 -4019;0;4279.00;12.02;978.00;0.00;0.28 -4020;0;3932.00;9.50;413.00;0.00;0.94 -4021;0;3675.00;9.50;632.00;0.00;1.06 -4022;0;2681.00;11.82;1136.00;0.00;0.54 -4023;0;4515.00;9.57;1000.00;0.00;0.24 -4024;0;2727.00;12.10;1361.00;0.00;0.20 -4025;0;3529.00;9.50;211.00;0.00;1.02 -4026;0;2841.00;9.50;731.00;0.00;0.94 -4027;0;4856.00;10.15;1201.00;0.00;0.22 -4028;0;4514.00;10.15;1028.00;0.00;0.26 -4029;0;1385.00;10.90;1642.00;0.00;0.36 -4030;0;2648.00;9.50;252.00;0.00;0.92 -4031;0;4676.00;10.50;1219.00;0.00;0.26 -4032;0;4607.00;9.97;1283.00;0.00;0.24 -4033;0;3242.00;11.20;797.00;0.00;0.90 -4034;0;2788.00;9.50;1853.00;0.00;1.08 -4035;0;1988.00;9.50;1714.00;0.00;0.96 -4036;0;1521.00;9.50;752.00;0.00;0.80 -4037;0;4635.00;11.60;1249.00;0.00;0.26 -4038;0;4628.00;10.70;1116.00;0.00;0.28 -4039;0;634.00;9.50;169.00;0.00;1.06 -4040;0;64.00;9.50;817.00;0.00;1.18 -4041;0;4504.00;12.57;1150.00;0.00;0.30 -4042;0;4689.00;9.82;1155.00;0.00;0.22 -4043;0;30.00;9.50;1837.00;0.00;0.80 -4044;0;868.00;9.50;1147.00;0.00;1.42 -4045;0;4047.00;10.42;1065.00;0.00;0.40 -4046;0;2887.00;13.32;1256.00;0.00;0.30 -4047;0;3066.00;9.90;1155.00;0.00;0.28 -4048;0;1138.00;9.50;919.00;0.00;1.26 -4049;0;604.00;9.50;1949.00;0.00;0.70 -4050;0;4598.00;9.97;1023.00;0.00;0.28 -4051;0;3005.00;10.92;1170.00;0.00;0.28 -4052;0;4765.00;9.70;1305.00;0.00;0.24 -4053;0;4621.00;11.80;1060.00;0.00;0.22 -4054;0;4936.00;9.70;1220.00;0.00;0.20 -4055;0;3288.00;9.75;1138.00;0.00;0.20 -4056;0;4822.00;10.70;1242.00;0.00;0.22 -4057;0;3103.00;9.87;1138.00;0.00;0.28 -4058;0;4586.00;11.02;1262.00;0.00;0.28 -4059;0;4285.00;10.62;968.00;0.00;0.28 -4060;0;3189.00;9.90;1161.00;0.00;0.26 -4061;0;2943.00;15.02;1239.00;0.00;0.36 -4062;0;4173.00;9.75;1007.00;0.00;0.32 -4063;0;3142.00;12.05;1180.00;0.00;0.26 -4064;0;3921.00;9.70;1041.00;0.00;0.40 -4065;0;2774.00;13.15;1274.00;0.00;0.24 -4066;0;4593.00;11.25;1214.00;0.00;0.30 -4067;0;4993.00;11.80;1296.00;0.00;0.30 -4068;0;3340.00;13.20;1059.00;0.00;0.42 -4069;0;4953.00;11.17;1236.00;0.00;0.22 -4070;0;4658.00;10.60;1102.00;0.00;0.20 -4071;0;4654.00;11.95;1257.00;0.00;0.26 -4072;0;3963.00;11.52;978.00;0.00;0.32 -4073;0;3308.00;10.55;1143.00;0.00;0.20 -4074;0;4540.00;13.77;1297.00;0.00;0.36 -4075;0;4454.00;9.75;984.00;0.00;0.26 -4076;0;3276.00;9.70;1161.00;0.00;0.28 -4077;0;4479.00;10.42;1029.00;0.00;0.32 -4078;0;3152.00;12.27;1279.00;0.00;0.22 -4079;0;4621.00;9.70;1192.00;0.00;0.28 -4080;0;2706.00;9.67;1272.00;0.00;0.24 -4081;0;4609.00;11.20;1057.00;0.00;0.26 -4082;0;4669.00;9.70;1214.00;0.00;0.26 -4083;0;4613.00;10.52;1103.00;0.00;0.24 -4084;0;2711.00;12.60;1195.00;0.00;0.30 -4085;0;4469.00;12.30;1051.00;0.00;0.30 -4086;0;4815.00;11.45;1243.00;0.00;0.22 -4087;0;4293.00;10.50;1073.00;0.00;0.46 -4088;0;3346.00;10.20;1165.00;0.00;0.20 -4089;0;4656.00;9.62;1276.00;0.00;0.22 -4090;0;3903.00;9.67;996.00;0.00;0.36 -4091;0;4692.00;9.70;1184.00;0.00;0.24 -4092;0;4554.00;11.27;1027.00;0.00;0.24 -4093;0;4588.00;11.17;1288.00;0.00;0.26 -4094;0;4894.00;11.27;1212.00;0.00;0.20 -4095;0;2757.00;12.70;1280.00;0.00;0.24 -4096;0;4699.00;11.05;1034.00;0.00;0.20 -4097;0;2746.00;12.52;1220.00;0.00;0.26 -4098;0;2793.00;10.55;1290.00;0.00;0.20 -4099;0;4680.00;9.67;1097.00;0.00;0.24 -4100;0;4996.00;9.67;1250.00;0.00;0.20 -4101;0;4710.00;9.77;940.00;0.00;0.20 -4102;0;4841.16;9.90;1169.84;0.00;0.14 -4103;0;4813.00;11.92;1264.00;0.00;0.20 -4104;0;4157.00;10.35;999.00;0.00;0.30 -4105;0;4665.00;11.20;1161.00;0.00;0.22 -4106;0;3990.00;10.80;1035.00;0.00;0.36 -4107;0;4761.00;9.50;1287.00;0.00;0.24 -4108;0;2682.00;14.22;1159.00;0.00;0.52 -4109;0;3176.00;9.97;1287.00;0.00;0.24 -4110;0;3882.00;9.70;1066.00;0.00;0.36 -4111;0;3373.00;13.15;1206.00;0.00;0.28 -4112;0;3231.17;10.10;1293.15;0.00;0.24 -4113;0;4645.00;10.52;1093.00;0.00;0.26 -4114;0;4593.00;9.72;1236.00;0.00;0.26 -4115;0;3359.00;11.82;1137.00;0.00;0.32 -4116;0;2784.00;11.25;1232.00;0.00;0.26 -4117;0;3035.00;10.50;1146.00;0.00;0.42 -4118;0;4999.00;11.45;1271.00;0.00;0.24 -4119;0;4466.00;9.60;982.00;0.00;0.24 -4120;0;3123.00;9.97;1165.00;0.00;0.22 -4121;0;4478.00;10.32;1007.00;0.00;0.32 -4122;0;4985.00;12.60;1271.00;0.00;0.24 -4123;0;4666.00;9.70;1207.00;0.00;0.22 -4124;0;3333.00;10.07;1259.00;0.00;0.26 -4125;0;4547.00;13.00;1070.00;0.00;0.34 -4126;0;4788.00;11.40;1241.00;0.00;0.26 -4127;0;3306.00;11.45;1265.00;0.00;0.28 -4128;0;3125.00;11.12;552.00;0.00;0.76 -4129;0;2964.00;10.00;1234.00;0.00;0.24 -4130;0;4566.00;9.70;1142.00;0.00;0.36 -4131;0;2865.00;12.97;1250.00;0.00;0.28 -4132;0;3920.00;9.87;992.00;0.00;0.36 -4133;0;3140.00;9.60;1147.00;0.00;0.32 -4134;0;4494.00;10.55;1041.00;0.00;0.28 -4135;0;2718.00;10.85;1254.00;0.00;0.20 -4136;0;3184.00;10.80;1173.00;0.00;0.18 -4137;0;4635.00;9.65;1301.00;0.00;0.18 -4138;0;3272.00;10.35;990.00;0.00;0.74 -4139;0;2684.00;12.75;1179.00;0.00;0.40 -4140;0;4613.00;10.22;1320.00;0.00;0.26 -4141;0;4480.00;15.32;1126.00;0.00;0.38 -4142;0;4934.00;10.22;1230.00;0.00;0.20 -4143;0;3298.00;10.65;1128.00;0.00;0.26 -4144;0;4591.00;10.12;1246.00;0.00;0.32 -4145;0;3268.00;9.77;1154.00;0.00;0.26 -4146;0;2850.00;12.95;1247.00;0.00;0.26 -4147;0;4265.00;10.70;988.00;0.00;0.32 -4148;0;4660.00;9.70;1187.00;0.00;0.24 -4149;0;3956.00;10.80;1065.00;0.00;0.32 -4150;0;2797.00;13.35;1230.00;0.00;0.32 -4151;0;3144.00;10.50;1190.00;0.00;0.18 -4152;0;4533.00;11.20;1032.00;0.00;0.28 -4153;0;4991.00;12.10;1283.00;0.00;0.28 -4154;0;2757.00;15.77;1196.00;0.00;0.44 -4155;0;1797.36;9.70;1166.27;0.00;0.28 -4156;0;4586.00;10.22;1089.00;0.00;0.28 -4157;0;4671.00;11.45;1248.00;0.00;0.24 -4158;0;4609.00;9.90;1177.00;0.00;0.26 -4159;0;3041.00;12.15;1283.00;0.00;0.22 -4160;0;4524.00;9.60;980.00;0.00;0.22 -4161;0;3338.00;10.05;1156.00;0.00;0.20 -4162;0;4207.00;9.92;1031.00;0.00;0.30 -4163;0;2941.00;10.57;1261.00;0.00;0.26 -4164;0;4844.00;10.85;1196.00;0.00;0.16 -4165;0;4615.00;12.42;1035.00;0.00;0.20 -4166;0;1433.00;9.50;1629.00;0.00;0.48 -4167;0;4488.00;13.52;1187.00;0.00;0.40 -4168;0;1598.00;9.70;1460.00;0.00;0.30 -4169;0;4666.00;10.87;1084.00;0.00;0.28 -4170;0;3208.00;9.50;1233.00;0.00;0.16 -4171;0;3293.00;12.67;609.00;0.00;0.48 -4172;0;4938.00;9.85;1240.00;0.00;0.20 -4173;0;4664.00;10.67;1151.00;0.00;0.22 -4174;0;4555.00;13.60;1278.00;0.00;0.32 -4175;0;4352.00;11.77;982.00;0.00;0.34 -4176;0;3039.00;10.12;1158.00;0.00;0.26 -4177;0;4488.00;10.15;1010.00;0.00;0.28 -4178;0;3161.00;11.05;1266.00;0.00;0.28 -4179;0;4882.00;11.27;1209.00;0.00;0.20 -4180;0;383.69;12.90;1026.73;0.00;0.26 -4181;0;4647.00;11.40;1237.00;0.00;0.20 -4182;0;2728.00;10.75;1274.00;0.00;0.20 -4183;0;4592.00;11.95;1076.00;0.00;0.26 -4184;0;4992.00;9.70;1235.00;0.00;0.20 -4185;0;4633.00;9.70;1124.00;0.00;0.28 -4186;0;4691.00;9.50;1265.00;0.00;0.28 -4187;0;3949.00;10.17;983.00;0.00;0.38 -4188;0;4996.00;9.70;1243.00;0.00;0.16 -4189;0;4573.00;9.60;1012.00;0.00;0.24 -4190;0;4597.00;11.30;1284.00;0.00;0.26 -4191;0;3157.00;11.00;1011.00;0.00;1.68 -4192;0;4433.00;15.47;1075.00;0.00;0.34 -4193;0;3141.00;9.70;1283.00;0.00;0.22 -4194;0;3019.00;12.65;1183.00;0.00;0.20 -4195;0;2772.00;13.55;1289.00;0.00;0.20 -4196;0;4665.17;10.10;1072.22;0.00;0.28 -4197;0;4890.00;9.85;1228.00;0.00;0.18 -4198;0;4844.03;9.80;1143.51;0.00;0.32 -4199;0;2737.00;12.90;1229.00;0.00;0.22 -4200;0;3127.00;9.70;1140.00;0.00;0.42 -4202;0;4291.00;10.20;988.00;0.00;0.32 -4203;0;4616.00;10.82;1165.00;0.00;0.32 -4204;0;4170.00;9.72;1024.00;0.00;0.34 -4205;0;4712.00;10.20;1274.00;0.00;0.26 -4206;0;3349.00;10.07;1174.00;0.00;0.20 -4207;0;4606.00;12.52;1034.00;0.00;0.24 -4208;0;4590.00;12.40;1305.00;0.00;0.22 -4209;0;3851.00;9.80;1655.00;0.00;0.46 -4210;0;4350.00;13.22;1024.00;0.00;0.40 -4211;0;4490.00;10.05;604.00;0.00;0.22 -4212;0;2689.00;9.50;1552.00;0.00;1.12 -4213;0;2546.00;9.50;1229.00;0.00;1.00 -4214;0;4709.00;10.95;930.00;0.00;0.14 -4215;0;3726.00;9.90;1557.00;0.00;0.36 -4216;0;4551.00;10.55;674.00;0.00;0.30 -4217;0;1967.00;9.50;1090.00;0.00;0.88 -4218;0;1237.00;10.30;1773.00;0.00;0.52 -4219;0;4074.00;10.20;749.00;0.00;0.26 -4220;0;445.00;9.50;1344.00;0.00;1.22 -4221;0;716.00;9.50;1582.00;0.00;0.94 -4222;0;4598.00;12.55;1415.00;0.00;0.40 -4223;0;4447.00;9.62;813.00;0.00;0.26 -4224;0;3998.00;10.45;1375.00;0.00;0.24 -4225;0;4475.00;9.50;590.00;0.00;0.90 -4226;0;5237.00;10.10;538.00;0.00;0.10 -4227;0;3770.00;9.87;1470.00;0.00;0.36 -4228;0;4739.00;9.50;855.00;0.00;0.22 -4229;0;5057.00;11.05;1886.00;0.00;2.16 -4230;0;5256.00;9.50;77.00;0.00;1.02 -4231;0;5418.00;9.50;308.00;0.00;0.40 -4232;0;3931.00;9.80;1526.00;0.00;0.36 -4233;0;4705.00;10.50;910.00;0.00;0.20 -4234;0;5186.00;9.50;1033.00;0.00;0.86 -4235;0;4922.00;9.50;800.00;0.00;1.14 -4236;0;4625.00;11.50;674.00;0.00;0.36 -4237;0;4085.00;9.77;929.00;0.00;0.36 -4238;0;3873.00;10.32;1560.00;0.00;0.38 -4239;0;5096.00;9.50;1464.00;0.00;1.30 -4240;0;4412.00;9.50;798.00;0.00;1.28 -4241;0;4764.00;9.62;760.00;0.00;0.22 -4242;0;3792.00;10.40;1639.00;0.00;0.40 -4243;0;3941.00;9.50;366.00;0.00;1.14 -4244;0;3731.00;9.50;602.00;0.00;0.90 -4245;0;4182.00;9.90;1016.00;0.00;0.22 -4246;0;4872.00;11.92;1521.00;0.00;0.54 -4247;0;5447.00;9.50;340.00;0.00;0.28 -4248;0;3576.00;9.50;221.00;0.00;0.88 -4249;0;2859.00;9.50;688.00;0.00;0.92 -4250;0;3935.00;11.00;1490.00;0.00;0.54 -4251;0;4416.00;10.15;867.00;0.00;0.32 -4252;0;5290.00;9.50;521.00;0.00;0.32 -4253;0;2638.00;9.50;295.00;0.00;0.96 -4254;0;3694.00;9.97;1492.00;0.00;0.40 -4255;0;4503.00;11.67;886.00;0.00;0.18 -4256;0;4499.00;11.07;1199.00;0.00;0.32 -4257;0;2404.00;9.50;1020.00;0.00;1.30 -4258;0;2077.00;9.50;1627.00;0.00;1.60 -4259;0;1513.00;9.50;704.00;0.00;1.04 -4260;0;4455.00;10.32;927.00;0.00;0.26 -4261;0;3708.00;10.00;1544.00;0.00;0.38 -4262;0;4697.00;12.90;665.00;0.00;0.24 -4263;0;592.00;9.50;177.00;0.00;1.00 -4264;0;122.00;9.50;815.00;0.00;0.92 -4265;0;3705.00;12.62;1605.00;0.00;0.38 -4266;0;4752.00;10.22;745.00;0.00;0.24 -4267;0;883.00;9.50;1097.00;0.00;1.38 -4268;0;5408.00;9.60;290.00;0.00;0.24 -4269;0;4756.00;9.60;813.00;0.00;0.18 -4270;0;1640.00;9.85;1643.00;0.00;0.30 -4271;0;1075.00;9.50;935.00;0.00;1.04 -4272;0;1084.00;9.52;2029.00;0.00;0.14 -4273;0;4603.00;11.27;518.00;0.00;0.38 -4274;0;904.00;13.22;1616.00;0.00;0.36 -4275;0;4349.00;9.55;834.00;0.00;0.40 -4276;0;4445.00;10.20;585.00;0.00;0.26 -4277;0;3858.00;10.20;1502.00;0.00;0.52 -4278;0;3984.00;11.00;888.00;0.00;0.38 -4279;0;4512.00;9.75;651.00;0.00;0.34 -4280;0;4062.00;9.75;928.00;0.00;0.32 -4281;0;3890.00;10.00;1542.00;0.00;0.48 -4282;0;4629.00;9.82;751.00;0.00;0.30 -4283;0;3655.00;10.40;1590.00;0.00;0.30 -4284;0;4447.00;9.90;801.00;0.00;0.20 -4285;0;1783.23;9.80;1654.36;0.00;0.44 -4286;0;5588.00;9.70;362.00;0.00;0.32 -4287;0;1739.00;10.70;1673.00;0.00;0.34 -4288;0;4692.00;10.32;860.00;0.00;0.32 -4289;0;5097.00;9.87;510.00;0.00;0.22 -4290;0;4957.00;10.12;1542.00;0.00;0.60 -4291;0;3967.00;14.45;901.00;0.00;0.32 -4292;0;5276.00;10.50;499.00;0.00;0.20 -4293;0;4324.00;10.22;935.00;0.00;0.24 -4294;0;3689.00;9.95;1529.00;0.00;0.48 -4295;0;4465.00;14.37;1197.00;0.00;0.38 -4296;0;880.00;13.15;1693.00;0.00;0.38 -4297;0;4386.00;11.05;743.00;0.00;0.22 -4298;0;3646.00;9.95;1791.00;0.00;0.80 -4299;0;4073.00;10.20;1095.00;0.00;0.36 -4300;0;3776.00;10.45;1443.00;0.00;0.38 -4301;0;4698.00;10.37;511.00;0.00;0.18 -4302;0;4432.00;10.22;863.00;0.00;0.32 -4303;0;3750.00;9.70;1459.00;0.00;0.44 -4304;0;5146.00;9.65;561.00;0.00;0.24 -4305;0;1762.00;11.15;1708.00;0.00;0.54 -4306;0;4575.00;10.65;538.00;0.00;0.48 -4307;0;4687.00;9.60;661.00;0.00;0.20 -4308;0;4669.00;10.10;615.00;0.00;0.20 -4309;0;3851.00;10.40;1556.00;0.00;0.42 -4310;0;4390.00;12.17;732.00;0.00;0.26 -4311;0;3714.00;15.42;1590.00;0.00;0.42 -4312;0;4362.00;10.37;789.00;0.00;0.24 -4313;0;4406.00;18.17;1223.00;0.00;0.38 -4314;0;3680.00;10.45;1773.00;0.00;0.48 -4315;0;4008.00;14.20;836.00;0.00;0.26 -4316;0;3971.00;16.70;1347.00;0.00;0.38 -4317;0;5106.00;15.65;516.00;0.00;0.24 -4318;0;4331.00;13.67;1098.00;0.00;0.46 -4319;0;4356.00;10.40;883.00;0.00;0.26 -4320;0;4439.00;10.65;567.00;0.00;0.28 -4321;0;4059.00;9.60;907.00;0.00;0.32 -4322;0;3666.00;9.80;1542.00;0.00;0.34 -4323;0;4624.00;10.30;652.00;0.00;0.38 -4324;0;3638.00;9.90;1589.00;0.00;0.30 -4325;0;4475.00;13.10;1098.00;0.00;0.30 -4326;0;3665.00;10.40;1722.00;0.00;0.32 -4327;0;4021.00;10.05;788.00;0.00;0.26 -4328;0;890.00;11.42;1627.00;0.00;0.38 -4329;0;5104.00;9.52;500.00;0.00;0.20 -4330;0;4460.00;10.30;838.00;0.00;0.26 -4331;0;922.00;14.97;1573.00;0.00;0.30 -4332;0;5142.00;9.70;553.00;0.00;0.18 -4333;0;3948.00;9.80;1517.00;0.00;0.36 -4334;0;4507.00;10.60;868.00;0.00;0.18 -4335;0;4541.00;10.55;639.00;0.00;0.44 -4336;0;4325.00;9.62;922.00;0.00;0.22 -4337;0;3830.00;10.10;1531.00;0.00;0.40 -4338;0;4626.00;10.85;721.00;0.00;0.26 -4339;0;4424.00;12.75;966.00;0.00;0.26 -4340;0;3791.00;10.10;1598.00;0.00;0.38 -4341;0;4445.00;9.77;789.00;0.00;0.20 -4342;0;1763.00;9.70;1648.00;0.00;0.36 -4343;0;947.00;11.97;1762.00;0.00;0.74 -4344;0;3994.00;13.45;846.00;0.00;0.28 -4345;0;1650.00;10.25;1655.00;0.00;0.42 -4346;0;5120.00;10.27;492.00;0.00;0.22 -4347;0;918.00;14.02;1595.00;0.00;0.54 -4348;0;4350.00;10.30;878.00;0.00;0.28 -4349;0;4681.00;10.47;565.00;0.00;0.24 -4350;0;4689.00;10.80;923.00;0.00;0.18 -4351;0;3651.00;9.70;1516.00;0.00;0.36 -4352;0;5154.00;9.50;607.00;0.00;0.22 -4353;0;3978.00;11.40;946.00;0.00;0.30 -4354;0;3668.00;9.90;1581.00;0.00;0.36 -4355;0;4416.00;10.60;719.00;0.00;0.20 -4356;0;3644.00;9.80;1677.00;0.00;0.26 -4357;0;4894.00;10.75;772.00;0.00;0.20 -4358;0;4746.00;12.35;492.00;0.00;0.20 -4359;0;4416.00;10.12;835.00;0.00;0.24 -4360;0;1819.00;9.60;1666.00;0.00;0.44 -4361;0;4447.00;9.70;564.00;0.00;0.24 -4362;0;1746.00;11.15;1688.00;0.00;0.42 -4363;0;4487.00;10.72;871.00;0.00;0.22 -4364;0;4433.00;10.25;616.00;0.00;0.18 -4365;0;4046.00;10.00;907.00;0.00;0.32 -4366;0;4009.00;9.80;1641.00;0.00;0.64 -4367;0;4418.00;10.25;687.00;0.00;0.24 -4368;0;4690.00;10.67;934.00;0.00;0.22 -4369;0;3835.00;10.10;1589.00;0.00;0.46 -4370;0;2751.00;9.50;1533.00;0.00;0.52 -4371;0;4366.00;10.32;766.00;0.00;0.20 -4372;0;3675.00;9.90;1678.00;0.00;0.30 -4373;0;4760.00;10.67;830.00;0.00;0.24 -4374;0;3771.00;13.25;1456.00;0.00;0.38 -4375;0;4417.00;12.25;1165.00;0.00;0.38 -4376;0;3762.00;9.90;1486.00;0.00;0.42 -4377;0;4737.00;9.50;868.00;0.00;0.24 -4378;0;5234.00;11.12;545.00;0.00;0.20 -4379;0;4481.00;12.15;911.00;0.00;0.24 -4380;0;875.00;10.35;1631.00;0.00;0.28 -4381;0;4427.00;9.70;609.00;0.00;0.28 -4382;0;3889.00;9.70;1082.00;0.00;0.44 -4383;0;3708.00;15.85;1557.00;0.00;0.44 -4384;0;4393.00;11.05;709.00;0.00;0.22 -4385;0;864.00;9.55;1744.00;0.00;0.48 -4386;0;4106.00;15.85;1108.00;0.00;0.46 -4387;0;5520.00;10.72;654.00;0.00;0.18 -4388;0;4357.00;9.62;826.00;0.00;0.22 -4389;0;3928.00;10.75;1468.00;0.00;0.60 -4390;0;4548.00;10.40;539.00;0.00;0.20 -4391;0;4046.00;14.30;1363.00;0.00;0.52 -4392;0;4358.00;10.72;858.00;0.00;0.22 -4393;0;5068.00;9.70;577.00;0.00;0.26 -4394;0;3724.00;9.80;1507.00;0.00;0.40 -4395;0;3957.00;10.82;912.00;0.00;0.34 -4396;0;4570.00;10.47;689.00;0.00;0.44 -4397;0;4451.00;10.55;949.00;0.00;0.24 -4398;0;876.00;10.02;1674.00;0.00;0.32 -4399;0;4715.00;10.12;771.00;0.00;0.18 -4400;0;3638.00;10.00;1644.00;0.00;0.28 -4401;0;4472.00;9.55;822.00;0.00;0.22 -4402;0;1435.00;10.37;1487.00;0.00;0.34 -4403;0;4406.00;18.32;1206.00;0.00;0.50 -4404;0;4990.00;11.97;1508.00;0.00;0.38 -4405;0;4508.00;10.62;856.00;0.00;0.20 -4406;0;4474.00;11.12;544.00;0.00;0.20 -4407;0;4342.00;20.37;1146.00;0.00;0.50 -4408;0;4341.00;10.72;913.00;0.00;0.28 -4409;0;4533.00;9.70;608.00;0.00;0.34 -4410;0;4065.00;11.12;1037.00;0.00;0.46 -4411;0;3750.00;9.85;1573.00;0.00;0.56 -4412;0;4398.00;10.07;689.00;0.00;0.28 -4413;0;904.00;11.70;1732.00;0.00;0.32 -4414;0;4015.00;11.07;883.00;0.00;0.34 -4415;0;4878.00;10.30;450.00;0.00;0.36 -4416;0;4036.00;13.75;811.00;0.00;0.26 -4417;0;1673.00;10.55;1656.00;0.00;0.30 -4418;0;5097.00;14.02;534.00;0.00;0.26 -4419;0;1662.00;10.52;1704.00;0.00;0.60 -4420;0;4033.00;10.80;848.00;0.00;0.24 -4421;0;5192.00;10.10;579.00;0.00;0.18 -4422;0;1787.00;12.15;1712.00;0.00;0.52 -4423;0;4695.00;10.50;911.00;0.00;0.20 -4424;0;4414.00;9.85;677.00;0.00;0.28 -4425;0;4328.00;12.92;1057.00;0.00;0.36 -4426;0;1308.00;10.70;1752.00;0.00;0.58 -4427;0;4749.00;10.37;762.00;0.00;0.22 -4428;0;893.00;9.67;1721.00;0.00;0.12 -4429;0;4654.00;10.70;799.00;0.00;0.32 -4430;0;1856.00;9.77;1663.00;0.00;0.72 -4431;0;4465.00;16.52;1120.00;0.00;0.34 -4432;0;1786.00;9.70;1683.00;0.00;0.48 -4433;0;4386.00;9.70;854.00;0.00;0.20 -4434;0;4501.00;9.72;531.00;0.00;0.24 -4435;0;4186.00;17.20;1097.00;0.00;0.26 -4436;0;1985.00;9.82;359.00;0.00;0.38 -4437;0;1446.00;10.15;1555.00;0.00;0.30 -4438;0;2643.00;9.50;1526.00;0.00;1.26 -4439;0;2424.00;9.50;1104.00;0.00;1.06 -4440;0;3397.00;11.85;1186.00;0.00;0.36 -4441;0;4896.00;10.50;411.00;0.00;0.48 -4442;0;1542.00;10.42;1563.00;0.00;0.26 -4443;0;1890.00;9.50;1118.00;0.00;1.04 -4444;0;1376.00;10.30;1441.00;0.00;0.36 -4445;0;1670.00;10.62;1618.00;0.00;0.42 -4446;0;4358.00;11.62;663.00;0.00;0.28 -4447;0;757.00;9.50;1212.00;0.00;1.32 -4448;0;748.00;9.50;1471.00;0.00;1.18 -4449;0;1399.00;9.90;1494.00;0.00;0.40 -4450;0;1836.27;9.70;1138.48;0.00;0.38 -4451;0;4643.00;9.50;586.00;0.00;1.10 -4452;0;1497.00;10.70;1512.00;0.00;0.28 -4453;0;5096.00;9.85;191.00;0.00;0.46 -4454;0;4270.00;14.22;1032.00;0.00;0.32 -4455;0;5233.00;10.00;1928.00;0.00;2.76 -4456;0;5196.00;9.50;97.00;0.00;1.12 -4457;0;1900.00;9.70;305.00;0.00;0.46 -4458;0;3566.00;11.55;1349.00;0.00;0.28 -4459;0;4128.00;12.15;1087.00;0.00;0.44 -4460;0;5145.00;9.50;1034.00;0.00;1.20 -4461;0;4946.00;9.50;836.00;0.00;1.02 -4462;0;4916.00;10.30;415.00;0.00;0.32 -4463;0;3553.00;10.37;1369.00;0.00;0.26 -4464;0;1409.00;9.70;1376.00;0.00;0.26 -4465;0;5053.00;9.50;1421.00;0.00;0.98 -4466;0;4532.00;9.50;827.00;0.00;1.12 -4467;0;3930.00;18.45;1309.00;0.00;0.32 -4468;0;4857.00;10.57;635.00;0.00;0.68 -4469;0;4560.00;14.47;1294.00;0.00;0.30 -4470;0;3956.00;9.50;324.00;0.00;0.92 -4471;0;3630.00;9.50;624.00;0.00;0.92 -4472;0;4044.00;10.12;936.00;0.00;0.36 -4473;0;3564.00;13.22;1301.00;0.00;0.32 -4474;0;3551.00;9.50;146.00;0.00;1.20 -4475;0;2813.00;9.50;691.00;0.00;0.80 -4476;0;1587.00;9.62;1219.00;0.00;0.48 -4477;0;3551.00;9.97;1332.00;0.00;0.26 -4478;0;5113.00;10.75;176.00;0.00;0.50 -4479;0;2586.00;9.50;315.00;0.00;1.16 -4480;0;4521.00;12.20;1080.00;0.00;0.34 -4481;0;5143.00;10.75;277.00;0.00;0.32 -4482;0;3780.00;10.05;1280.00;0.00;0.42 -4483;0;2455.00;9.50;1021.00;0.00;1.16 -4484;0;2020.00;9.50;1647.00;0.00;1.56 -4485;0;1556.00;9.50;711.00;0.00;1.12 -4486;0;3379.00;12.27;1190.00;0.00;0.34 -4487;0;4909.00;10.10;392.00;0.00;0.64 -4488;0;3781.00;9.80;1386.00;0.00;0.56 -4489;0;642.00;9.50;218.00;0.00;0.94 -4490;0;74.00;9.50;863.00;0.00;1.06 -4491;0;1540.00;9.80;1445.00;0.00;0.32 -4492;0;3919.00;10.87;1424.00;0.00;0.56 -4493;0;4728.10;9.70;638.34;0.00;0.34 -4494;0;926.00;9.50;1129.00;0.00;1.22 -4495;0;4623.00;13.42;1369.00;0.00;0.44 -4496;0;4368.00;10.75;958.00;0.00;0.32 -4497;0;1065.00;9.50;987.00;0.00;1.28 -4498;0;635.00;9.50;1849.00;0.00;1.18 -4499;0;3785.00;9.90;1347.00;0.00;0.50 -4500;0;5097.00;10.10;174.00;0.00;0.44 -4501;0;4411.00;13.52;1032.00;0.00;0.46 -4502;0;5133.00;10.62;267.00;0.00;0.36 -4503;0;4750.00;10.02;1407.00;0.00;0.36 -4504;0;4452.00;13.25;1079.00;0.00;0.42 -4505;0;5034.00;9.90;413.00;0.00;0.32 -4506;0;4745.00;9.82;1442.00;0.00;0.36 -4507;0;1371.00;9.55;1360.00;0.00;0.36 -4508;0;1432.00;10.50;1531.00;0.00;0.32 -4509;0;4947.00;9.80;615.00;0.00;0.42 -4510;0;1394.00;10.30;1432.00;0.00;0.38 -4511;0;4432.00;10.45;927.00;0.00;0.40 -4512;0;3437.00;12.20;1281.00;0.00;0.24 -4513;0;4117.00;11.77;1005.00;0.00;0.26 -4514;0;4694.00;10.35;1380.00;0.00;0.32 -4515;0;3217.00;13.10;485.00;0.00;0.54 -4516;0;4135.00;10.32;1062.00;0.00;0.34 -4517;0;5096.00;10.82;266.00;0.00;0.44 -4518;0;938.00;9.72;1477.00;0.00;0.36 -4519;0;4552.00;9.80;1192.00;0.00;0.30 -4520;0;5050.00;10.85;389.00;0.00;0.40 -4521;0;966.00;14.55;1506.00;0.00;0.58 -4522;0;1352.00;10.30;1408.00;0.00;0.32 -4523;0;3648.00;9.80;1400.00;0.00;0.48 -4524;0;4898.00;9.80;613.00;0.00;0.38 -4525;0;4526.00;13.87;1343.00;0.00;0.50 -4526;0;1724.00;10.30;1046.00;0.00;0.60 -4527;0;1476.00;10.20;1526.00;0.00;0.24 -4528;0;3081.00;11.20;166.00;0.00;0.70 -4529;0;4420.00;12.25;994.00;0.00;0.38 -4530;0;5137.00;10.55;251.00;0.00;0.36 -4531;0;1448.00;10.60;1541.00;0.00;0.30 -4532;0;4470.00;11.92;1065.00;0.00;0.36 -4533;0;2035.00;11.90;442.00;0.00;0.56 -4534;0;3508.00;14.10;1359.00;0.00;0.26 -4535;0;1383.00;10.30;1360.00;0.00;0.32 -4536;0;4349.00;21.25;1240.00;0.00;0.58 -4537;0;4701.00;10.77;611.00;0.00;0.28 -4538;0;4577.00;11.25;1271.00;0.00;0.32 -4539;0;4449.00;9.92;912.00;0.00;0.28 -4540;0;1404.00;10.35;1479.00;0.00;0.44 -4541;0;4287.00;11.72;998.00;0.00;0.28 -4542;0;3915.00;19.52;1303.00;0.00;0.36 -4543;0;5548.00;10.02;196.00;0.00;0.32 -4544;0;4145.00;10.60;1052.00;0.00;0.34 -4545;0;3560.00;14.95;1342.00;0.00;0.34 -4546;0;5118.00;10.97;254.00;0.00;0.48 -4547;0;4543.00;10.00;1199.00;0.00;0.28 -4548;0;2027.00;12.57;405.00;0.00;0.60 -4549;0;3816.00;10.65;1271.00;0.00;0.60 -4550;0;3382.00;13.92;1215.00;0.00;0.32 -4551;0;4883.00;9.75;1469.00;0.00;0.30 -4552;0;4955.00;11.50;606.00;0.00;0.24 -4553;0;3562.00;14.97;1265.00;0.00;0.44 -4554;0;4478.00;10.80;889.00;0.00;0.24 -4555;0;4622.00;12.10;1427.00;0.00;0.52 -4556;0;3247.00;16.05;166.00;0.00;0.76 -4557;0;4058.00;10.55;984.00;0.00;0.42 -4558;0;3936.00;18.57;1250.00;0.00;0.52 -4559;0;4387.00;15.22;1071.00;0.00;0.40 -4560;0;5086.00;9.90;346.00;0.00;0.46 -4561;0;4728.00;10.27;1429.00;0.00;0.44 -4562;0;3529.00;10.10;1138.00;0.00;0.44 -4563;0;3642.00;9.70;1365.00;0.00;0.60 -4564;0;4709.45;11.00;595.74;0.00;0.54 -4565;0;1402.00;10.40;1404.00;0.00;0.38 -4566;0;4352.00;10.92;898.00;0.00;0.36 -4567;0;1338.00;15.85;1467.00;0.00;0.38 -4568;0;4381.00;11.70;986.00;0.00;0.46 -4569;0;1391.00;10.22;1508.00;0.00;0.38 -4570;0;2154.00;10.57;563.00;0.00;0.56 -4571;0;4126.00;10.80;1052.00;0.00;0.36 -4572;0;4757.00;10.35;1397.00;0.00;0.32 -4573;0;1899.00;9.70;257.00;0.00;0.38 -4574;0;3374.00;11.67;1168.00;0.00;0.24 -4575;0;1930.00;9.80;375.00;0.00;0.64 -4576;0;5024.00;9.90;1415.00;0.00;0.48 -4577;0;1329.00;10.40;1397.00;0.00;0.34 -4578;0;3820.00;12.77;1394.00;0.00;0.40 -4579;0;4902.00;10.80;550.06;0.00;0.96 -4580;0;3602.00;15.32;1257.00;0.00;0.36 -4581;0;3778.00;9.67;1422.00;0.00;0.60 -4582;0;4389.00;10.15;897.00;0.00;0.26 -4583;0;3493.00;14.62;1316.00;0.00;0.32 -4584;0;3223.00;14.32;136.00;0.00;1.00 -4585;0;4313.00;12.90;986.00;0.00;0.32 -4586;0;1228.00;12.00;1494.00;0.00;0.38 -4587;0;1980.00;10.52;486.00;0.00;0.68 -4588;0;4297.00;10.60;1059.00;0.00;0.44 -4589;0;1965.00;9.85;369.00;0.00;0.36 -4590;0;1385.00;11.22;1546.00;0.00;0.24 -4591;0;3374.00;12.15;1158.00;0.00;0.32 -4592;0;4780.00;12.02;1452.00;0.00;0.48 -4593;0;4955.00;10.30;571.00;0.00;0.50 -4594;0;1467.00;10.40;1428.00;0.00;0.30 -4595;0;3937.00;11.30;1442.00;0.00;0.58 -4596;0;4480.00;10.40;866.00;0.00;0.26 -4597;0;1355.00;13.45;1465.00;0.00;0.44 -4598;0;1695.90;9.90;1184.52;0.00;0.32 -4599;0;3693.00;9.82;1315.00;0.00;0.52 -4600;0;1500.00;9.52;1229.00;0.00;0.54 -4601;0;1492.00;11.07;1529.00;0.00;0.32 -4602;0;1858.00;9.80;245.00;0.00;0.42 -4603;0;3386.00;13.22;1144.00;0.00;0.44 -4604;0;1956.00;10.30;356.00;0.00;0.52 -4605;0;3527.00;12.37;1347.00;0.00;0.24 -4606;0;4561.00;11.15;1234.00;0.00;0.22 -4607;0;947.00;14.47;1523.00;0.00;0.48 -4608;0;4558.00;10.60;534.00;0.00;0.22 -4609;0;3571.00;14.32;1272.00;0.00;0.38 -4610;0;1148.00;13.50;1624.00;0.00;0.60 -4611;0;1520.00;10.00;1009.00;0.00;0.48 -4612;0;4568.00;13.12;1372.00;0.00;0.42 -4613;0;4405.00;11.90;976.00;0.00;0.32 -4614;0;3563.00;10.00;1329.00;0.00;0.26 -4615;0;5529.00;9.80;230.00;0.00;0.40 -4616;0;4198.00;9.70;1044.00;0.00;0.28 -4617;0;2201.00;10.82;703.00;0.00;0.74 -4618;0;3773.00;9.80;1365.00;0.00;0.50 -4619;0;4592.00;10.90;1146.00;0.00;0.32 -4620;0;3655.00;9.85;1380.00;0.00;0.52 -4621;0;4489.00;9.92;531.00;0.00;0.24 -4622;0;1434.00;10.30;1411.00;0.00;0.36 -4623;0;1782.00;9.62;1619.00;0.00;0.48 -4624;0;1544.00;9.70;1006.00;0.00;0.32 -4625;0;1392.00;10.30;1465.00;0.00;0.46 -4626;0;4312.00;11.82;971.00;0.00;0.28 -4627;0;1531.00;11.20;1498.00;0.00;0.28 -4628;0;4479.00;10.77;1040.00;0.00;0.34 -4629;0;3852.00;13.87;1327.00;0.00;0.58 -4630;0;4660.00;10.10;198.00;0.00;0.60 -4631;0;4585.00;10.55;1132.00;0.00;0.30 -4632;0;5093.00;10.30;288.00;0.00;0.40 -4633;0;4740.00;11.40;1418.00;0.00;0.48 -4634;0;4555.00;15.35;1255.00;0.00;0.30 -4635;0;5018.00;9.70;539.00;0.00;0.58 -4636;0;3847.00;10.60;1390.00;0.00;0.48 -4637;0;3586.00;13.87;1265.00;0.00;0.34 -4638;0;3802.00;11.92;1418.00;0.00;0.68 -4639;0;4447.00;10.15;843.00;0.00;0.28 -4640;0;3236.00;9.77;1716.00;0.00;0.22 -4641;0;1681.62;10.50;1171.67;0.00;0.40 -4642;0;4745.00;11.15;1387.00;0.00;0.34 -4643;0;1856.00;9.60;227.00;0.00;0.42 -4644;0;4174.00;9.95;1039.00;0.00;0.32 -4645;0;4643.00;9.80;286.00;0.00;0.54 -4646;0;5061.00;10.45;1394.00;0.00;0.38 -4647;0;1577.97;9.60;1301.28;0.00;0.40 -4648;0;5012.00;10.25;447.00;0.00;0.34 -4649;0;4804.00;9.80;1442.00;0.00;0.42 -4650;0;1399.00;10.40;1387.00;0.00;0.34 -4651;0;3979.00;10.70;1433.00;0.00;0.58 -4652;0;4351.00;11.50;695.00;0.00;0.40 -4653;0;1525.00;10.10;1449.00;0.00;0.24 -4654;0;4323.00;10.90;966.00;0.00;0.26 -4655;0;4538.00;13.05;1396.00;0.00;0.60 -4656;0;4462.00;12.27;1025.00;0.00;0.26 -4657;0;998.00;11.35;1457.00;0.00;0.52 -4658;0;5117.00;10.17;196.00;0.00;0.42 -4659;0;3883.00;9.70;1701.00;0.00;0.54 -4660;0;3525.00;13.92;1307.00;0.00;0.24 -4661;0;4038.00;10.92;1538.00;0.00;0.56 -4662;0;2619.00;9.50;1604.00;0.00;0.96 -4663;0;2265.00;9.50;1314.00;0.00;1.28 -4664;0;1366.00;13.75;1617.00;0.00;0.40 -4665;0;4149.00;10.00;1615.00;0.00;0.52 -4666;0;1707.00;10.90;1828.00;0.00;1.56 -4667;0;1857.00;9.50;1185.00;0.00;0.88 -4668;0;1085.00;16.12;1549.00;0.00;0.60 -4669;0;3900.00;9.70;1928.00;0.00;1.50 -4670;0;3969.00;9.87;1584.00;0.00;0.56 -4671;0;464.00;9.50;1294.00;0.00;1.08 -4672;0;801.00;9.50;897.00;0.00;1.00 -4673;0;5119.00;10.37;117.00;0.00;0.28 -4674;0;4100.00;14.00;1476.00;0.00;0.50 -4675;0;4680.00;14.00;1655.00;0.00;0.76 -4676;0;4718.00;9.50;491.00;0.00;0.40 -4677;0;4621.00;12.80;1537.00;0.00;0.54 -4678;0;834.00;14.12;1935.00;0.00;1.16 -4679;0;5120.00;9.50;56.00;0.00;0.96 -4680;0;4294.00;12.85;1562.00;0.00;0.52 -4681;0;4138.00;10.35;1698.00;0.00;0.50 -4682;0;4076.00;12.42;1341.00;0.00;0.54 -4683;0;5141.00;9.50;980.00;0.00;1.32 -4684;0;4909.00;9.50;637.00;0.00;0.98 -4685;0;3991.00;10.47;1570.00;0.00;0.44 -4686;0;3892.00;12.85;1367.00;0.00;0.52 -4687;0;4245.00;10.30;1766.00;0.00;0.78 -4688;0;5054.00;9.50;1469.00;0.00;1.16 -4689;0;4544.00;9.50;870.00;0.00;1.04 -4690;0;4254.00;13.50;1578.00;0.00;0.78 -4691;0;1336.00;10.40;1602.00;0.00;0.32 -4692;0;4249.00;11.02;1909.00;0.00;1.38 -4693;0;3913.00;9.50;326.00;0.00;0.94 -4694;0;3611.00;9.50;780.00;0.00;1.12 -4695;0;1173.00;11.10;1933.00;0.00;1.44 -4696;0;3201.00;10.50;99.00;0.00;0.66 -4697;0;4353.00;16.10;1481.00;0.00;0.52 -4698;0;3505.00;9.50;155.00;0.00;1.32 -4699;0;2889.00;9.50;633.00;0.00;0.98 -4700;0;3959.00;9.80;1654.00;0.00;0.58 -4701;0;4905.00;12.67;1531.00;0.00;0.54 -4702;0;2604.00;9.50;263.00;0.00;0.96 -4703;0;4436.00;11.12;1718.00;0.00;0.74 -4704;0;4259.00;14.72;1387.00;0.00;0.58 -4705;0;4550.00;12.87;1551.00;0.00;0.66 -4706;0;2410.00;9.50;1066.00;0.00;1.36 -4707;0;2100.00;9.50;1503.00;0.00;1.18 -4708;0;1581.00;9.50;667.00;0.00;1.36 -4709;0;4153.00;18.22;1376.00;0.00;0.54 -4710;0;3816.00;9.77;1734.00;0.00;0.66 -4711;0;4227.00;14.10;1568.00;0.00;0.60 -4712;0;586.00;9.50;224.00;0.00;1.18 -4713;0;129.00;9.50;868.00;0.00;1.14 -4714;0;4188.00;11.75;1441.00;0.00;0.60 -4715;0;3883.00;9.80;1822.00;0.00;0.68 -4716;0;4534.00;11.15;1610.00;0.00;0.88 -4717;0;983.00;9.50;1141.00;0.00;1.38 -4718;0;5571.00;10.70;172.00;0.00;0.32 -4719;0;4644.00;11.42;1519.00;0.00;0.60 -4720;0;1903.00;11.37;1801.00;0.00;0.96 -4721;0;1122.00;9.50;972.00;0.00;1.20 -4722;0;717.00;9.50;1837.00;0.00;1.04 -4723;0;1168.00;14.55;1571.00;0.00;0.50 -4724;0;4247.00;11.10;1656.00;0.00;0.46 -4725;0;4807.00;10.37;1519.00;0.00;0.44 -4726;0;4767.00;12.10;1733.00;0.00;0.92 -4727;0;1011.00;10.37;1435.00;0.00;0.46 -4728;0;5229.00;10.60;1562.00;0.00;0.98 -4729;0;4443.00;14.15;1413.00;0.00;0.52 -4730;0;4087.00;9.80;1727.00;0.00;0.70 -4731;0;4804.00;10.77;1593.00;0.00;0.62 -4732;0;4442.00;13.75;1462.00;0.00;0.70 -4733;0;4131.00;9.70;1889.00;0.00;1.46 -4734;0;4092.00;10.70;1604.00;0.00;0.56 -4735;0;3123.00;13.10;384.00;0.00;1.06 -4736;0;961.00;14.20;1549.00;0.00;0.56 -4737;0;4505.00;10.62;1678.00;0.00;0.74 -4738;0;1429.00;10.10;1644.00;0.00;0.38 -4739;0;1138.00;10.80;1786.00;0.00;0.78 -4740;0;1277.00;10.62;1495.00;0.00;0.44 -4741;0;1075.00;14.85;1653.00;0.00;0.58 -4742;0;1079.00;15.95;1517.00;0.00;0.46 -4743;0;4429.00;10.47;1804.00;0.00;1.26 -4744;0;5439.00;10.60;1881.00;0.00;2.58 -4745;0;4665.00;11.40;1482.00;0.00;0.70 -4746;0;3783.00;10.30;1803.00;0.00;0.72 -4747;0;945.00;10.92;1673.00;0.00;0.44 -4748;0;5593.00;10.30;161.00;0.00;0.32 -4749;0;1194.00;12.02;1588.00;0.00;0.50 -4750;0;4365.00;11.50;1633.00;0.00;0.58 -4751;0;4193.00;16.37;1492.00;0.00;0.78 -4752;0;4832.00;12.75;1682.00;0.00;0.86 -4753;0;1426.00;10.15;1847.00;0.00;1.52 -4754;0;3850.00;9.80;1692.00;0.00;0.44 -4755;0;3519.00;14.52;1296.00;0.00;0.38 -4756;0;1434.00;10.30;1396.00;0.00;0.36 -4757;0;1314.00;10.30;1532.00;0.00;0.40 -4758;0;3731.00;13.15;1678.00;0.00;0.32 -4759;0;1204.00;11.12;1708.00;0.00;0.50 -4760;0;1195.00;12.87;1568.00;0.00;0.36 -4761;0;4027.00;9.70;1854.00;0.00;1.02 -4762;0;4629.00;12.05;1649.00;0.00;0.88 -4763;0;5111.00;10.20;90.00;0.00;0.30 -4764;0;4032.00;10.92;1459.00;0.00;0.46 -4765;0;1006.00;14.45;1766.00;0.00;0.82 -4766;0;4481.00;13.37;1528.00;0.00;0.58 -4767;0;4077.00;9.80;1691.00;0.00;0.62 -4768;0;4030.00;13.02;1361.00;0.00;0.44 -4769;0;1713.00;10.32;1711.00;0.00;0.36 -4770;0;4115.00;16.87;1368.00;0.00;0.46 -4771;0;4016.00;9.92;1735.00;0.00;0.62 -4772;0;1260.00;11.00;1667.00;0.00;0.46 -4773;0;3967.00;10.40;1395.00;0.00;0.64 -4774;0;3790.00;9.80;1830.00;0.00;0.80 -4775;0;1430.00;10.55;1721.00;0.00;0.72 -4776;0;5027.00;10.40;92.00;0.00;0.48 -4777;0;4284.00;13.70;1480.00;0.00;0.56 -4778;0;990.00;11.82;1662.00;0.00;0.48 -4779;0;4848.00;10.62;1555.00;0.00;0.58 -4780;0;3900.00;10.30;1641.00;0.00;0.48 -4781;0;4176.00;14.12;1538.00;0.00;0.46 -4782;0;4305.00;10.85;1693.00;0.00;0.48 -4783;0;4379.00;12.10;1354.00;0.00;0.68 -4784;0;1547.00;10.22;1714.00;0.00;0.50 -4785;0;4283.00;11.30;1739.00;0.00;0.74 -4786;0;4362.00;14.02;1378.00;0.00;0.50 -4787;0;1834.00;11.20;1795.00;0.00;0.66 -4788;0;4194.00;11.30;1410.00;0.00;0.66 -4789;0;4144.00;10.70;1644.00;0.00;0.54 -4790;0;1277.00;10.10;1730.00;0.00;0.56 -4791;0;5009.00;9.75;80.00;0.00;0.36 -4792;0;4608.00;12.85;1504.00;0.00;0.72 -4793;0;4162.00;10.65;1649.00;0.00;0.38 -4794;0;1168.00;13.70;1598.00;0.00;0.62 -4795;0;4632.00;11.60;1720.00;0.00;0.98 -4796;0;1095.00;16.15;1430.00;0.00;0.38 -4797;0;4425.00;11.40;1561.00;0.00;0.48 -4798;0;4810.00;10.90;1743.00;0.00;0.82 -4799;0;1010.00;11.35;1472.00;0.00;0.66 -4800;0;4165.00;12.75;1558.00;0.00;0.52 -4801;0;4469.00;14.87;1472.00;0.00;0.72 -4802;0;3710.00;10.22;1765.00;0.00;0.60 -4803;0;4126.00;10.20;1577.00;0.00;0.46 -4804;0;5560.00;10.17;128.00;0.00;0.26 -4805;0;4898.00;10.30;1486.00;0.00;0.44 -4806;0;4017.00;9.80;1602.00;0.00;0.68 -4807;0;1347.00;10.62;1622.00;0.00;0.48 -4808;0;4410.00;11.50;1667.00;0.00;0.80 -4809;0;4741.00;11.25;1542.00;0.00;0.64 -4810;0;4977.00;11.92;1693.00;0.00;1.04 -4811;0;1300.00;11.60;1495.00;0.00;0.38 -4812;0;4447.00;10.80;1845.00;0.00;1.44 -4813;0;3819.00;9.80;1704.00;0.00;0.68 -4814;0;1231.00;11.90;1509.00;0.00;0.44 -4815;0;4406.00;10.87;1604.00;0.00;0.64 -4816;0;998.00;14.85;1509.00;0.00;0.62 -4817;0;3955.00;9.70;1776.00;0.00;0.50 -4818;0;4291.00;13.75;1621.00;0.00;0.60 -4819;0;5528.00;12.95;99.00;0.00;0.34 -4820;0;1171.00;13.40;1623.00;0.00;0.48 -4821;0;4716.00;11.87;1673.00;0.00;0.90 -4822;0;3179.00;13.82;123.00;0.00;0.62 -4823;0;4180.00;13.55;1469.00;0.00;0.50 -4824;0;3836.00;9.82;1676.00;0.00;0.40 -4825;0;3539.00;14.42;1299.00;0.00;0.34 -4826;0;947.00;12.75;1626.00;0.00;0.56 -4827;0;4056.00;9.90;1708.00;0.00;0.58 -4828;0;4037.00;19.12;1340.00;0.00;0.56 -4829;0;4869.00;11.77;1565.00;0.00;0.48 -4830;0;1226.00;13.37;1553.00;0.00;0.46 -4831;0;4268.00;11.05;1812.00;0.00;1.22 -4832;0;4679.00;11.90;1607.00;0.00;0.60 -4833;0;464.00;12.62;1966.00;0.00;0.90 -4834;0;1415.00;10.90;1634.00;0.00;0.38 -4835;0;4563.00;13.25;1628.00;0.00;0.62 -4836;0;5079.00;10.20;145.00;0.00;0.30 -4837;0;4443.00;13.67;1533.00;0.00;0.52 -4838;0;1010.00;13.82;1709.00;0.00;0.38 -4839;0;1197.00;11.80;1647.00;0.00;0.38 -4840;0;4043.00;10.40;1656.00;0.00;0.54 -4841;0;4995.00;10.00;1545.00;0.00;0.52 -4842;0;4326.00;11.20;1738.00;0.00;0.74 -4843;0;4293.00;14.30;1370.00;0.00;0.68 -4844;0;4962.00;10.35;1585.00;0.00;0.46 -4845;0;4045.00;17.45;1392.00;0.00;0.56 -4846;0;3801.00;9.80;1758.00;0.00;0.72 -4847;0;4829.00;10.30;1601.00;0.00;0.64 -4848;0;567.00;13.05;1987.00;0.00;1.22 -4849;0;4203.00;14.55;1458.00;0.00;0.54 -4850;0;3847.00;10.15;1606.00;0.00;0.54 -4851;0;3256.00;13.22;330.00;0.00;0.92 -4852;0;4693.00;11.45;1509.00;0.00;0.54 -4853;0;4308.00;10.77;1668.00;0.00;0.70 -4854;0;1431.00;10.60;1666.00;0.00;0.36 -4855;0;4678.00;10.40;1725.00;0.00;0.60 -4856;0;4509.00;12.47;1402.00;0.00;0.52 -4857;0;1123.00;11.80;1672.00;0.00;0.68 -4858;0;4334.00;14.22;1416.00;0.00;0.54 -4859;0;4166.00;9.70;1941.00;0.00;1.46 -4860;0;1075.00;13.77;1680.00;0.00;0.62 -4861;0;2508.00;11.35;1907.00;0.00;1.02 -4862;0;4497.00;14.40;1490.00;0.00;0.80 -4863;0;1137.00;12.25;1708.00;0.00;0.52 -4864;0;5125.00;10.37;131.00;0.00;0.24 -4865;0;1061.00;10.30;1549.00;0.00;0.48 -4866;0;4120.00;10.60;1632.00;0.00;0.44 -4867;0;4079.00;12.12;1510.00;0.00;0.48 -4868;0;4604.00;12.10;1699.00;0.00;0.86 -4869;0;1521.00;11.30;1693.00;0.00;0.52 -4870;0;859.00;13.80;1799.00;0.00;0.86 -4871;0;1224.00;12.55;1530.00;0.00;0.48 -4872;0;1284.00;10.10;1753.00;0.00;0.50 -4873;0;4580.00;12.90;1428.00;0.00;0.74 -4874;0;3714.00;13.47;1737.00;0.00;0.52 -4875;0;1336.00;11.00;1741.00;0.00;0.70 -4876;0;4708.00;11.37;1465.00;0.00;0.38 -4877;0;974.00;14.65;1767.00;0.00;0.86 -4878;0;4877.00;10.50;1825.00;0.00;1.32 -4879;0;3074.00;14.12;278.00;0.00;0.88 -4880;0;1283.00;10.90;1645.00;0.00;0.50 -4881;0;4919.00;11.82;1670.00;0.00;0.70 -4882;0;4349.00;14.82;1543.00;0.00;0.64 -4883;0;4043.00;10.10;995.00;0.00;0.52 -4884;0;1295.00;10.30;1348.00;0.00;0.46 -4885;0;2719.00;9.50;1476.00;0.00;0.86 -4886;0;2348.00;9.50;1182.00;0.00;1.02 -4887;0;1218.00;14.40;1183.00;0.00;0.64 -4888;0;4399.00;15.67;1244.00;0.00;0.50 -4889;0;2982.00;11.45;786.00;0.00;0.58 -4890;0;1811.00;9.50;1263.00;0.00;1.36 -4891;0;3750.00;10.20;1068.00;0.00;0.40 -4892;0;1729.00;9.70;989.00;0.00;0.84 -4893;0;3770.00;11.95;1230.00;0.00;0.50 -4894;0;572.00;9.50;1131.00;0.00;1.24 -4895;0;901.00;9.50;1366.00;0.00;1.10 -4896;0;4515.00;10.82;1125.00;0.00;0.36 -4897;0;3074.00;10.20;860.00;0.00;0.84 -4898;0;1133.00;14.95;1304.00;0.00;0.50 -4899;0;4773.00;9.50;618.00;0.00;1.46 -4900;0;4178.00;21.57;1117.00;0.00;0.58 -4901;0;3561.00;14.35;1286.00;0.00;0.36 -4902;0;3138.00;10.70;928.00;0.00;1.54 -4903;0;2905.00;9.97;1159.00;0.00;0.78 -4904;0;1398.00;9.75;1172.00;0.00;0.68 -4905;0;5020.00;9.50;20.00;0.00;1.04 -4906;0;5193.00;9.50;1079.00;0.00;1.16 -4907;0;4871.00;9.50;670.00;0.00;1.02 -4908;0;1079.00;9.75;1333.00;0.00;0.52 -4909;0;3563.00;11.15;778.00;0.00;0.64 -4910;0;3336.00;10.30;1015.00;0.00;0.58 -4911;0;5094.00;9.50;1521.00;0.00;1.02 -4912;0;4530.00;9.50;905.00;0.00;1.18 -4913;0;2921.00;10.52;954.00;0.00;1.56 -4914;0;4250.00;21.60;1234.00;0.00;0.84 -4915;0;4017.00;10.17;1095.00;0.00;0.44 -4916;0;4000.00;9.50;302.00;0.00;1.02 -4917;0;3599.00;9.50;696.00;0.00;1.04 -4918;0;3348.00;10.87;850.00;0.00;0.70 -4919;0;1256.00;10.52;1445.00;0.00;0.40 -4920;0;2655.00;11.75;1101.00;0.00;0.58 -4921;0;3496.00;9.50;98.00;0.00;1.10 -4922;0;2843.00;9.50;655.00;0.00;0.68 -4923;0;3952.00;17.05;1313.00;0.00;0.44 -4924;0;3521.00;12.47;909.00;0.00;0.78 -4925;0;4434.00;10.52;1152.00;0.00;0.42 -4926;0;2574.00;9.50;215.00;0.00;0.88 -4927;0;2708.00;10.82;858.00;0.00;0.88 -4928;0;3613.00;15.42;1167.00;0.00;0.48 -4929;0;2469.00;9.50;1077.00;0.00;1.08 -4930;0;2112.00;9.50;1348.00;0.00;0.88 -4931;0;1621.00;9.50;617.00;0.00;1.10 -4932;0;3608.00;9.80;1030.00;0.00;0.60 -4933;0;2749.00;13.87;1175.00;0.00;0.40 -4934;0;1972.00;9.90;918.00;0.00;0.62 -4935;0;645.00;9.50;256.00;0.00;1.02 -4936;0;196.00;9.50;818.00;0.00;0.92 -4937;0;4379.00;15.55;1087.00;0.00;0.40 -4938;0;2949.00;13.52;818.00;0.00;0.58 -4939;0;4490.00;15.10;1257.00;0.00;0.44 -4940;0;1005.00;9.50;1104.00;0.00;1.12 -4941;0;3253.00;11.87;582.00;0.00;0.46 -4942;0;1740.00;9.72;1014.00;0.00;0.48 -4943;0;3530.00;14.47;1246.00;0.00;0.50 -4944;0;1189.00;9.50;970.00;0.00;1.08 -4945;0;677.00;9.50;1801.00;0.00;1.14 -4946;0;1155.00;14.95;1265.00;0.00;0.44 -4947;0;4242.00;12.95;1333.00;0.00;0.48 -4948;0;2550.00;9.70;890.00;0.00;0.56 -4949;0;3813.00;12.50;1150.00;0.00;0.64 -4950;0;4022.00;10.85;1006.00;0.00;0.48 -4951;0;3457.00;10.85;1181.00;0.00;0.76 -4952;0;2897.00;9.62;742.00;0.00;0.60 -4953;0;4040.00;10.57;1035.00;0.00;0.44 -4954;0;3380.00;13.60;821.00;0.00;0.64 -4955;0;1206.00;11.40;1386.00;0.00;0.44 -4956;0;1239.00;14.20;1228.00;0.00;0.46 -4957;0;2649.00;11.15;831.00;0.00;0.66 -4958;0;3774.00;12.00;1248.00;0.00;0.54 -4959;0;3660.00;11.30;1096.00;0.00;0.70 -4960;0;4502.00;14.22;1328.00;0.00;0.36 -4961;0;3278.00;10.70;909.00;0.00;0.72 -4962;0;3021.00;11.00;1133.00;0.00;0.66 -4963;0;3297.00;10.30;961.00;0.00;0.72 -4964;0;4299.00;21.42;1196.00;0.00;0.84 -4965;0;1426.00;9.70;1183.00;0.00;0.84 -4966;0;3635.00;14.12;1149.00;0.00;0.46 -4967;0;3941.81;9.50;704.79;-0.10;0.36 -4968;0;3479.00;11.80;1089.00;0.00;0.72 -4969;0;1610.00;9.85;986.00;0.00;0.72 -4970;0;2902.00;9.70;1203.00;0.00;0.50 -4971;0;3983.00;12.72;1069.00;0.00;0.58 -4972;0;2953.00;10.60;844.00;0.00;0.70 -4973;0;4079.00;23.65;1257.00;0.00;0.84 -4974;0;3465.00;10.92;1142.00;0.00;0.70 -4975;0;1156.00;14.77;1449.00;0.00;0.58 -4976;0;3562.00;11.92;923.00;0.00;0.98 -4977;0;1098.00;11.27;1311.00;0.00;0.48 -4978;0;3101.00;10.40;867.00;0.00;0.82 -4979;0;3958.00;11.85;1193.00;0.00;0.54 -4980;0;1991.00;9.90;884.00;0.00;1.60 -4981;0;3438.00;13.67;1022.00;0.00;0.60 -4982;0;1894.00;9.77;953.00;0.00;0.88 -4983;0;3650.00;13.10;1204.00;0.00;0.50 -4984;0;3942.00;10.00;1078.00;0.00;0.46 -4985;0;3473.00;11.32;844.00;0.00;0.40 -4986;0;4495.00;14.75;1292.00;0.00;0.44 -4987;0;4134.00;15.22;1098.00;0.00;0.46 -4988;0;1470.00;11.35;1484.00;0.00;0.22 -4989;0;2555.00;9.65;861.00;0.00;0.16 -4990;0;3892.00;12.95;1144.00;0.00;0.46 -4991;0;1400.00;9.92;1141.00;0.00;0.70 -4992;0;2958.00;10.20;1168.00;0.00;0.52 -4993;0;3687.00;12.22;1035.00;0.00;0.58 -4994;0;4198.00;21.95;1152.00;0.00;0.66 -4995;0;3478.00;10.75;734.00;0.00;0.72 -4996;0;4342.00;15.55;1081.00;0.00;0.30 -4997;0;3011.00;14.17;843.00;0.00;0.82 -4998;0;3914.00;13.55;1195.00;0.00;0.44 -4999;0;4394.00;17.20;1131.00;0.00;0.38 -5000;0;1705.00;9.80;994.00;0.00;0.68 -5001;0;1328.00;10.15;1421.00;0.00;0.34 -5002;0;4035.00;13.77;1133.00;0.00;0.42 -5003;0;3794.00;10.95;1260.00;0.00;0.58 -5004;0;2985.00;11.50;1072.00;0.00;1.46 -5005;0;3572.00;9.50;1152.00;0.00;0.48 -5006;0;3494.00;14.37;942.00;0.00;0.62 -5007;0;4517.00;12.97;1228.00;0.00;0.30 -5008;0;1924.00;10.10;869.00;0.00;1.62 -5009;0;4361.00;14.27;1028.00;0.00;0.48 -5010;0;3413.00;17.00;797.00;0.00;0.70 -5011;0;4183.00;22.12;1242.00;0.00;0.78 -5012;0;2600.00;10.30;1057.00;0.00;0.92 -5013;0;2750.00;10.62;784.00;0.00;0.76 -5014;0;3502.00;10.70;1258.00;0.00;0.40 -5015;0;1274.00;9.75;1281.00;0.00;0.56 -5016;0;4051.00;12.62;1302.00;0.00;0.72 -5017;0;3391.00;11.22;915.00;0.00;0.58 -5018;0;4271.00;19.92;1125.00;0.00;0.60 -5019;0;4023.00;11.05;961.00;0.00;0.36 -5020;0;3834.00;12.40;1152.00;0.00;0.50 -5021;0;1267.00;11.22;1233.00;0.00;0.54 -5022;0;1280.00;10.85;1379.00;0.00;0.50 -5023;0;1385.00;9.50;836.00;0.00;0.74 -5024;0;3562.00;10.65;1054.00;0.00;0.66 -5025;0;4466.00;14.10;1249.00;0.00;0.40 -5026;0;1702.00;9.80;935.00;0.00;1.26 -5027;0;3448.00;12.40;1089.00;0.00;0.72 -5028;0;2980.00;10.70;841.00;0.00;0.72 -5029;0;3740.00;14.30;1256.00;0.00;0.38 -5030;0;4522.00;13.20;1149.00;0.00;0.34 -5031;0;4402.00;13.05;1313.00;0.00;0.52 -5032;0;4002.00;11.10;887.00;0.00;0.36 -5033;0;4232.00;20.37;1136.00;0.00;0.40 -5034;0;2563.00;9.70;931.00;0.00;0.60 -5035;0;2885.00;10.10;1179.00;0.00;0.72 -5036;0;2970.00;11.82;699.00;0.00;0.50 -5037;0;3442.00;13.95;996.00;0.00;0.58 -5038;0;1206.00;12.17;1368.00;0.00;0.54 -5039;0;2664.00;11.30;786.00;0.00;0.74 -5040;0;4061.00;10.52;1058.00;0.00;0.42 -5041;0;3447.00;11.10;847.00;0.00;0.74 -5042;0;4041.00;23.70;1243.00;0.00;0.70 -5043;0;3814.00;12.32;1090.00;0.00;0.64 -5044;0;1118.00;13.30;1399.00;0.00;0.56 -5045;0;2691.00;11.10;827.00;0.00;0.70 -5046;0;2654.00;13.97;1119.00;0.00;0.42 -5047;0;3404.00;13.05;929.00;0.00;0.52 -5048;0;4484.00;11.27;1167.00;0.00;0.30 -5049;0;3687.00;9.70;1007.00;0.00;0.84 -5050;0;3554.00;11.27;1203.00;0.00;0.56 -5051;0;1577.00;15.70;846.00;0.00;0.48 -5052;0;1202.00;15.40;1211.00;0.00;0.60 -5053;0;2882.00;11.32;1209.00;0.00;0.50 -5054;0;3034.00;11.07;709.00;0.00;0.92 -5055;0;4070.00;10.72;1070.00;0.00;0.40 -5056;0;1749.00;9.70;981.00;0.00;0.60 -5057;0;4411.00;15.92;1275.00;0.00;0.44 -5058;0;3486.00;11.30;1118.00;0.00;0.76 -5059;0;1456.00;10.62;1446.00;0.00;0.18 -5060;0;3181.00;12.67;877.00;0.00;1.20 -5061;0;1255.00;9.95;1323.00;0.00;0.52 -5062;0;4005.00;17.40;1340.00;0.00;0.42 -5063;0;3995.00;11.72;950.00;0.00;0.38 -5064;0;3841.00;12.25;1175.00;0.00;0.52 -5065;0;3540.00;9.82;721.00;0.00;0.54 -5066;0;1228.00;11.62;1157.00;0.00;0.48 -5067;0;3613.00;14.50;1211.00;0.00;0.48 -5068;0;3503.00;12.47;797.00;0.00;0.44 -5069;0;3350.00;12.25;1037.00;0.00;0.52 -5070;0;2690.00;11.37;787.00;0.00;0.58 -5071;0;1103.00;13.20;1377.00;0.00;0.24 -5072;0;4427.00;16.25;1104.00;0.00;0.34 -5073;0;3705.00;11.47;1242.00;0.00;0.62 -5074;0;3513.00;11.27;864.00;0.00;0.52 -5075;0;3782.00;12.52;1125.00;0.00;0.56 -5076;0;4319.00;17.80;1311.00;0.00;0.42 -5077;0;2586.00;9.70;931.00;0.00;0.64 -5078;0;3200.00;9.95;1155.00;0.00;0.32 -5079;0;3392.00;11.32;679.00;0.00;0.64 -5080;0;4264.00;21.62;1168.00;0.00;0.78 -5081;0;3574.00;10.10;1012.00;0.00;1.06 -5082;0;3884.00;15.55;1194.00;0.00;0.44 -5083;0;1803.00;10.35;888.00;0.00;1.76 -5084;0;3153.00;12.05;785.00;0.00;1.24 -5085;0;1266.00;10.37;1427.00;0.00;0.34 -5086;0;4038.00;9.90;1097.00;0.00;0.40 -5087;0;3987.00;19.22;1283.00;0.00;0.56 -5088;0;1704.00;11.52;1035.00;0.00;0.60 -5089;0;3595.00;11.55;1154.00;0.00;0.68 -5090;0;1490.00;11.52;1442.00;0.00;0.30 -5091;0;3411.00;14.65;907.00;0.00;0.36 -5092;0;4527.00;11.85;1204.00;0.00;0.28 -5093;0;3534.00;14.25;1000.00;0.00;0.86 -5094;0;4103.00;22.57;1201.00;0.00;0.84 -5095;0;2886.00;11.70;1000.00;0.00;2.04 -5096;0;4039.00;10.90;1050.00;0.00;0.42 -5097;0;3419.00;17.82;826.00;0.00;0.66 -5098;0;3525.00;10.90;1222.00;0.00;0.46 -5099;0;3417.00;12.57;1088.00;0.00;0.48 -5100;0;4372.00;13.87;1299.00;0.00;0.62 -5101;0;2825.00;10.20;910.00;0.00;1.04 -5102;0;4327.00;20.35;1127.00;0.00;0.80 -5103;0;1294.00;10.90;1456.00;0.00;0.42 -5104;0;4016.00;10.50;920.00;0.00;0.42 -5105;0;3853.00;14.65;1142.00;0.00;0.60 -5106;0;3262.00;13.05;254.00;0.00;0.68 -5107;0;2196.00;9.80;802.00;0.00;0.56 -5108;0;2769.00;9.50;1438.00;0.00;0.76 -5109;0;2294.00;9.50;1479.00;0.00;1.18 -5110;0;1967.00;10.50;415.00;0.00;0.42 -5111;0;1865.00;9.50;1300.00;0.00;0.98 -5112;0;2089.00;9.82;485.00;0.00;0.36 -5113;0;242.00;9.50;1303.00;0.00;1.24 -5114;0;1045.00;9.50;1159.00;0.00;0.98 -5115;0;2003.00;11.90;578.00;0.00;0.92 -5116;0;4734.00;9.50;449.00;0.00;1.00 -5117;0;3059.00;11.12;582.00;0.00;0.68 -5118;0;1703.00;11.65;169.00;0.00;0.38 -5119;0;1268.00;9.95;1784.00;0.00;0.94 -5120;0;1563.00;13.15;805.00;0.00;0.64 -5121;0;1690.00;10.05;238.00;0.00;0.42 -5122;0;5041.00;9.50;57.00;0.00;0.86 -5123;0;5256.00;9.50;1080.00;0.00;1.18 -5124;0;4908.00;9.50;702.00;0.00;1.02 -5125;0;4666.00;10.15;316.00;0.00;0.84 -5126;0;5062.00;9.50;1523.00;0.00;0.68 -5127;0;4501.00;9.50;931.00;0.00;1.24 -5128;0;3561.00;12.32;364.00;0.00;1.02 -5129;0;3941.00;9.50;286.00;0.00;0.88 -5130;0;3584.00;9.50;649.00;0.00;1.02 -5131;0;1721.00;16.35;560.00;0.00;0.64 -5132;0;3552.00;9.50;92.00;0.00;1.26 -5133;0;2799.00;9.50;653.00;0.00;0.88 -5134;0;5056.00;9.80;137.00;0.00;0.38 -5135;0;5069.00;15.57;553.00;0.00;0.50 -5136;0;3074.00;10.20;913.00;0.00;1.08 -5137;0;2538.00;9.50;216.00;0.00;1.02 -5138;0;4855.00;10.70;237.00;0.00;0.92 -5139;0;2964.00;10.60;652.00;0.00;0.64 -5140;0;2464.00;9.50;1126.00;0.00;1.16 -5141;0;2110.00;9.50;1393.00;0.00;1.04 -5142;0;1578.00;9.50;602.00;0.00;1.26 -5143;0;1802.00;10.10;418.00;0.00;0.62 -5144;0;600.00;9.50;268.00;0.00;1.34 -5145;0;185.00;9.50;862.00;0.00;0.98 -5146;0;1741.00;17.00;485.00;0.00;0.60 -5147;0;1017.00;9.50;1054.00;0.00;1.16 -5148;0;1980.00;10.60;625.00;0.00;1.52 -5149;0;1216.00;9.50;860.00;0.00;1.14 -5150;0;753.00;9.50;1800.00;0.00;1.10 -5151;0;2065.00;10.25;705.00;0.00;0.88 -5152;0;1784.00;12.85;330.00;0.00;0.60 -5153;0;2154.00;10.22;763.00;0.00;0.84 -5154;0;3063.00;12.35;203.00;0.00;0.78 -5155;0;3326.00;10.90;381.00;0.00;0.94 -5156;0;2007.00;12.15;442.00;0.00;0.52 -5157;0;4027.00;14.97;1146.00;0.00;0.38 -5158;0;3037.00;12.25;484.00;0.00;0.76 -5159;0;1682.00;9.65;137.00;0.00;0.44 -5160;0;3356.00;14.22;660.00;0.00;0.68 -5161;0;5059.00;9.80;121.00;0.00;0.48 -5162;0;1600.00;12.60;777.00;0.00;0.80 -5163;0;1844.00;9.80;349.00;0.00;0.54 -5164;0;3409.00;10.10;391.00;0.00;0.78 -5165;0;1878.00;9.95;543.00;0.00;0.60 -5166;0;1674.00;14.92;660.00;0.00;0.92 -5167;0;2067.00;11.82;476.00;0.00;0.40 -5168;0;2255.00;9.77;741.00;0.00;0.28 -5169;0;1700.00;12.37;200.00;0.00;0.32 -5170;0;4679.00;10.70;281.00;0.00;0.66 -5171;0;1722.00;15.65;460.00;0.00;0.50 -5172;0;2115.00;11.47;504.00;0.00;0.40 -5173;0;1737.00;10.37;82.00;0.00;0.84 -5174;0;2105.00;11.30;651.00;0.00;0.96 -5175;0;4688.00;10.30;165.00;0.00;0.54 -5176;0;4598.00;10.90;647.00;0.00;0.48 -5177;0;3320.00;10.05;281.00;0.00;1.00 -5178;0;1974.00;11.20;461.00;0.00;0.50 -5179;0;1797.00;15.70;556.00;0.00;0.60 -5180;0;3334.00;13.15;549.00;0.00;0.98 -5181;0;5073.00;11.97;30.00;0.00;0.30 -5182;0;2229.00;11.20;726.00;0.00;0.38 -5183;0;4895.00;9.80;181.00;0.00;0.72 -5184;0;1796.00;10.77;309.00;0.00;0.60 -5185;0;3512.00;11.15;372.00;0.00;0.88 -5186;0;2042.00;10.90;521.00;0.00;0.40 -5187;0;5080.00;10.35;20.00;0.00;0.34 -5188;0;1747.00;10.50;660.00;0.00;0.90 -5189;0;3098.00;13.00;200.00;0.00;0.90 -5190;0;1587.00;13.10;730.00;0.00;0.64 -5191;0;1701.00;9.85;336.00;0.00;0.38 -5192;0;1728.00;19.52;430.00;0.00;0.56 -5193;0;4429.00;16.77;1202.00;0.00;0.36 -5194;0;2142.00;11.35;648.00;0.00;0.74 -5195;0;5496.00;9.75;60.00;0.00;0.46 -5196;0;3392.00;12.75;610.00;0.00;0.76 -5197;0;4850.00;9.80;193.00;0.00;0.80 -5198;0;5068.00;10.60;276.00;0.00;0.82 -5199;0;3244.00;12.92;408.00;0.00;0.56 -5200;0;1915.00;10.05;528.00;0.00;0.68 -5201;0;1727.00;9.77;62.00;0.00;0.32 -5202;0;1658.00;17.75;626.00;0.00;0.70 -5203;0;3122.00;12.00;218.00;0.00;0.24 -5204;0;2106.00;10.75;720.00;0.00;0.80 -5205;0;1480.00;9.85;1662.00;0.00;0.38 -5206;0;4984.00;10.22;343.00;0.00;0.88 -5207;0;4818.00;10.65;417.00;0.00;0.66 -5208;0;2063.00;11.95;644.00;0.00;1.16 -5209;0;1742.00;9.60;44.00;0.00;0.40 -5210;0;3418.00;11.90;597.00;0.00;0.74 -5211;0;4988.00;9.90;157.00;0.00;0.46 -5212;0;3344.00;10.40;259.00;0.00;0.70 -5213;0;1862.00;10.37;412.00;0.00;0.90 -5214;0;1858.00;9.70;891.00;0.00;1.18 -5215;0;1716.00;9.50;49.00;0.00;0.58 -5216;0;1712.00;9.95;738.00;0.00;1.10 -5217;0;3235.00;12.85;259.00;0.00;0.86 -5218;0;2141.00;10.67;711.00;0.00;0.76 -5219;0;1775.00;10.65;283.00;0.00;0.46 -5220;0;2096.00;9.70;826.00;0.00;0.72 -5221;0;3309.00;11.75;439.00;0.00;1.04 -5222;0;3573.00;14.10;421.00;0.00;0.88 -5223;0;2139.00;12.50;617.00;0.00;0.60 -5224;0;3385.00;12.45;576.00;0.00;0.68 -5225;0;4967.00;13.22;167.00;0.00;0.54 -5226;0;4603.00;11.80;668.00;0.00;0.44 -5227;0;5097.00;10.15;241.00;0.00;0.46 -5228;0;1702.00;11.65;398.00;0.00;0.42 -5229;0;1800.00;15.85;517.00;0.00;0.64 -5230;0;1742.18;19.70;604.31;0.00;0.48 -5231;0;3200.00;12.82;169.00;0.00;0.92 -5232;0;1860.00;9.80;752.00;0.00;1.42 -5233;0;2737.00;9.50;1406.00;0.00;0.78 -5234;0;2472.00;9.50;1474.00;0.00;1.06 -5235;0;1937.00;9.50;1329.00;0.00;1.26 -5237;0;1064.00;9.50;1118.00;0.00;1.06 -5238;0;4843.00;9.50;551.00;0.00;1.18 -5239;0;1295.00;10.70;1931.00;0.00;1.38 -5240;0;5076.00;11.87;29.00;0.00;1.48 -5241;0;5218.00;9.50;1129.00;0.00;1.12 -5242;0;4835.00;9.50;735.00;0.00;1.02 -5243;0;5093.00;9.50;1581.00;0.00;1.16 -5244;0;4489.00;9.50;971.00;0.00;1.40 -5245;0;3977.00;9.50;275.00;0.00;0.86 -5246;0;3553.00;9.50;687.00;0.00;1.30 -5247;0;3462.00;9.50;294.00;0.00;1.30 -5248;0;2793.00;9.50;609.00;0.00;1.08 -5249;0;2502.00;9.50;218.00;0.00;1.00 -5250;0;2420.00;9.50;1169.00;0.00;1.24 -5251;0;2070.00;9.50;1358.00;0.00;1.00 -5252;0;1668.00;9.50;576.00;0.00;1.06 -5253;0;677.00;9.50;283.00;0.00;0.86 -5254;0;236.00;9.50;857.00;0.00;1.26 -5255;0;943.00;9.50;1077.00;0.00;1.40 -5256;0;1198.00;9.50;914.00;0.00;1.32 -5257;0;872.00;9.50;1723.00;0.00;1.38 -5258;0;2670.00;9.50;1407.00;0.00;0.80 -5259;0;2421.00;9.50;1645.00;0.00;1.44 -5260;0;1925.00;9.50;1230.00;0.00;1.40 -5261;0;64.00;9.50;1236.00;0.00;1.22 -5262;0;1225.00;9.50;1065.00;0.00;1.24 -5263;0;4833.00;9.50;453.00;0.00;1.04 -5264;0;5442.00;10.92;1985.00;0.00;2.52 -5265;0;5144.00;9.50;19.00;0.00;0.78 -5266;0;5250.00;9.50;1184.00;0.00;1.20 -5267;0;4831.00;9.50;685.00;0.00;1.04 -5268;0;5065.00;9.50;1631.00;0.00;1.20 -5269;0;4562.00;9.50;979.00;0.00;1.42 -5270;0;3957.00;9.50;240.00;0.00;1.04 -5271;0;3593.00;9.50;608.00;0.00;1.04 -5272;0;3486.00;9.50;225.00;0.00;1.14 -5273;0;2810.00;9.50;542.00;0.00;1.14 -5274;0;2561.00;9.50;260.00;0.00;0.98 -5275;0;2398.00;9.50;1218.00;0.00;1.10 -5276;0;2067.00;9.50;1403.00;0.00;0.92 -5277;0;1679.00;9.50;526.00;0.00;1.22 -5278;0;629.00;9.50;310.00;0.00;1.06 -5279;0;154.00;9.50;946.00;0.00;1.08 -5280;0;892.00;9.50;1047.00;0.00;1.26 -5281;0;1248.00;9.50;968.00;0.00;1.08 -5282;0;829.00;9.50;1709.00;0.00;0.94 -5283;0;3025.00;14.07;1496.00;0.00;0.20 -5284;0;2645.00;9.50;1363.00;0.00;0.80 -5285;0;1607.00;9.50;53.00;0.00;0.84 -5286;0;2475.00;9.50;1756.00;0.00;1.32 -5287;0;1983.00;9.50;1225.00;0.00;1.06 -5288;0;6.00;9.50;1163.00;0.00;0.30 -5289;0;1308.00;9.50;1039.00;0.00;1.16 -5290;0;4877.00;9.50;562.00;0.00;0.98 -5291;0;2894.00;10.80;1498.00;0.00;0.22 -5292;0;5197.00;9.50;50.00;0.00;1.08 -5293;0;5278.00;9.50;1134.00;0.00;1.22 -5294;0;4782.00;9.50;675.00;0.00;1.16 -5295;0;5010.00;9.50;1629.00;0.00;1.14 -5296;0;4603.00;9.50;956.00;0.00;1.30 -5297;0;3978.00;9.50;195.00;0.00;1.02 -5298;0;3516.00;9.50;655.00;0.00;1.10 -5299;0;3407.00;9.50;338.00;0.00;1.40 -5300;0;2777.00;9.50;513.00;0.00;0.84 -5301;0;2503.00;9.50;268.00;0.00;0.96 -5302;0;2377.00;9.50;1142.00;0.00;1.20 -5303;0;2034.00;9.50;1461.00;0.00;1.10 -5304;0;1670.00;9.50;472.00;0.00;1.20 -5305;0;715.00;9.50;300.00;0.00;1.06 -5306;0;99.00;9.50;923.00;0.00;1.28 -5307;0;910.00;9.50;1004.00;0.00;1.28 -5308;0;1247.00;9.50;920.00;0.00;1.02 -5309;0;778.00;9.50;1690.00;0.00;1.04 -5310;0;4163.00;14.37;1088.00;0.00;0.42 -5311;0;2639.00;9.50;1322.00;0.00;0.78 -5312;0;2511.00;9.50;1793.00;0.00;1.50 -5313;0;2037.00;9.50;1344.00;0.00;1.18 -5314;0;171.00;9.50;1194.00;0.00;0.94 -5315;0;1400.00;9.50;988.00;0.00;1.24 -5316;0;4950.00;9.50;481.00;0.00;1.38 -5317;0;1777.00;10.37;932.00;0.00;1.06 -5318;0;5156.00;9.50;131.00;0.00;1.16 -5319;0;5310.00;9.50;1185.00;0.00;0.98 -5320;0;4854.00;9.50;603.00;0.00;1.00 -5321;0;4968.00;9.50;1615.00;0.00;1.10 -5322;0;4676.00;9.50;1052.00;0.00;0.94 -5323;0;4002.00;9.50;229.00;0.00;0.98 -5324;0;3501.00;9.50;599.00;0.00;0.88 -5325;0;3411.00;9.50;283.00;0.00;0.98 -5326;0;2783.00;9.50;469.00;0.00;0.94 -5327;0;2486.00;9.50;312.00;0.00;1.26 -5328;0;2321.00;9.50;1137.00;0.00;1.40 -5329;0;1987.00;9.50;1509.00;0.00;1.38 -5330;0;1672.00;9.50;423.00;0.00;1.26 -5331;0;754.00;9.50;313.00;0.00;1.02 -5332;0;17.00;9.50;898.00;0.00;0.78 -5333;0;1008.00;9.50;993.00;0.00;1.24 -5334;0;1294.00;9.50;935.00;0.00;1.26 -5335;0;841.00;9.50;1665.00;0.00;1.32 -5336;0;2635.00;9.50;1296.00;0.00;0.86 -5337;0;2313.00;9.50;1988.00;0.00;1.44 -5338;0;1916.00;9.50;1426.00;0.00;0.82 -5339;0;341.00;9.50;1032.00;0.00;0.98 -5340;0;4943.00;9.50;431.00;0.00;0.76 -5341;0;5192.00;9.50;219.00;0.00;1.04 -5342;0;5339.00;9.50;1145.00;0.00;1.30 -5343;0;4723.00;9.57;637.00;0.00;1.74 -5344;0;4935.00;9.50;1624.00;0.00;0.54 -5345;0;4654.00;9.50;1013.00;0.00;0.94 -5346;0;4063.00;9.50;222.00;0.00;0.94 -5347;0;3469.00;9.50;618.00;0.00;1.26 -5348;0;3381.00;9.50;244.00;0.00;1.34 -5349;0;2828.00;9.50;449.00;0.00;0.86 -5350;0;2480.00;9.50;357.00;0.00;0.90 -5351;0;2300.00;9.50;1093.00;0.00;1.20 -5352;0;1979.00;9.50;1464.00;0.00;1.22 -5353;0;1656.00;9.50;318.00;0.00;1.26 -5354;0;719.00;9.50;349.00;0.00;1.06 -5355;0;27.00;9.50;951.00;0.00;1.04 -5356;0;15.00;9.50;1880.00;0.00;0.66 -5357;0;1013.00;9.50;934.00;0.00;1.26 -5358;0;1328.00;9.50;884.00;0.00;0.94 -5359;0;791.00;9.50;1647.00;0.00;0.82 -5360;0;2669.00;9.50;1234.00;0.00;0.80 -5361;0;2229.00;9.50;1962.00;0.00;1.38 -5362;0;2025.00;9.50;1400.00;0.00;1.02 -5363;0;607.00;9.50;989.00;0.00;1.18 -5364;0;5063.00;9.50;492.00;0.00;1.46 -5365;0;5180.00;9.50;265.00;0.00;1.32 -5366;0;4751.00;9.50;568.00;0.00;0.84 -5367;0;4703.88;9.50;1000.62;-0.60;1.12 -5368;0;4034.00;9.50;197.00;0.00;1.02 -5369;0;3449.00;9.50;575.00;0.00;0.84 -5370;0;3340.00;9.50;214.00;0.00;1.22 -5371;0;2782.00;9.50;422.00;0.00;1.08 -5372;0;2533.00;9.50;349.00;0.00;1.12 -5373;0;2243.00;9.50;1118.00;0.00;1.28 -5374;0;1926.00;9.50;1472.00;0.00;1.20 -5375;0;1664.00;9.50;235.00;0.00;0.80 -5376;0;665.00;9.50;333.00;0.00;0.84 -5377;0;76.00;9.50;979.00;0.00;1.26 -5378;0;59.00;9.50;1878.00;0.00;0.92 -5379;0;960.00;9.50;959.00;0.00;1.28 -5380;0;1350.00;9.50;931.00;0.00;0.94 -5381;0;834.00;9.50;1572.00;0.00;1.16 -5382;0;2688.00;9.50;1256.00;0.00;0.62 -5383;0;3576.00;9.50;856.00;0.00;0.98 -5384;0;1926.00;9.50;1523.00;0.00;1.06 -5385;0;726.00;9.50;1085.00;0.00;1.02 -5386;0;5575.00;9.50;84.00;0.00;1.76 -5387;0;5096.00;9.50;419.00;0.00;1.18 -5388;0;3340.00;9.50;1103.00;0.00;1.04 -5389;0;5203.00;9.50;310.00;0.00;0.92 -5390;0;4802.00;9.50;584.00;0.00;1.30 -5391;0;4962.00;9.50;1648.00;0.00;0.64 -5392;0;4634.00;9.50;919.00;0.00;1.02 -5393;0;4108.00;9.50;190.00;0.00;1.10 -5394;0;3441.00;9.50;532.00;0.00;1.16 -5395;0;3312.00;9.50;153.00;0.00;1.38 -5396;0;2827.00;9.50;399.00;0.00;1.06 -5397;0;2631.00;9.50;342.00;0.00;1.12 -5398;0;2211.00;9.50;1172.00;0.00;1.20 -5399;0;1973.00;9.50;1380.00;0.00;1.06 -5400;0;1619.00;9.50;213.00;0.00;1.42 -5401;0;607.00;9.50;383.00;0.00;1.32 -5402;0;134.00;9.50;1001.00;0.00;1.12 -5404;0;905.00;9.50;958.00;0.00;1.30 -5405;0;1391.00;9.50;886.00;0.00;0.92 -5406;0;778.00;9.50;1565.00;0.00;1.20 -5407;0;2736.00;9.50;1248.00;0.00;0.58 -5408;0;2151.00;9.50;1844.00;0.00;1.24 -5409;0;1863.00;9.50;1433.00;0.00;0.96 -5410;0;966.00;9.50;1034.00;0.00;1.46 -5411;0;5132.00;9.50;377.00;0.00;1.32 -5412;0;3260.00;9.50;1349.00;0.00;0.66 -5413;0;5291.00;9.50;296.00;0.00;1.08 -5414;0;4742.00;9.50;524.00;0.00;1.22 -5415;0;5127.00;9.50;1708.00;0.00;0.74 -5416;0;4596.00;9.50;899.00;0.00;1.00 -5417;0;4142.00;9.50;163.00;0.00;1.00 -5418;0;3497.00;9.50;552.00;0.00;1.02 -5419;0;3353.00;9.50;146.00;0.00;0.94 -5420;0;2780.00;9.50;377.00;0.00;1.08 -5421;0;2629.00;9.50;393.00;0.00;1.06 -5422;0;2266.00;9.50;1152.00;0.00;1.20 -5423;0;1977.00;9.50;1420.00;0.00;1.02 -5424;0;1656.00;9.50;186.00;0.00;1.20 -5425;0;576.00;9.50;337.00;0.00;1.34 -5426;0;64.00;9.50;1032.00;0.00;0.98 -5427;0;4871.00;9.80;1420.00;0.00;0.26 -5428;0;886.00;9.50;919.00;0.00;1.28 -5429;0;1345.00;9.50;839.00;0.00;0.82 -5430;0;850.00;9.50;1496.00;0.00;0.64 -5431;0;2795.00;9.50;1263.00;0.00;0.78 -5432;0;2238.00;9.50;1890.00;0.00;1.50 -5433;0;1749.00;9.50;1427.00;0.00;0.88 -5434;0;982.00;9.50;867.00;0.00;1.22 -5435;0;5231.00;9.50;269.00;0.00;1.52 -5436;0;1589.00;9.50;963.00;0.00;0.40 -5437;0;5311.00;9.50;257.00;0.00;1.00 -5438;0;4789.00;9.50;508.00;0.00;0.82 -5439;0;5071.00;9.50;1683.00;0.00;1.18 -5440;0;4593.00;9.50;855.00;0.00;0.92 -5441;0;4775.00;9.50;100.00;0.00;0.86 -5442;0;3549.00;9.50;561.00;0.00;1.02 -5443;0;3285.00;9.50;107.00;0.00;1.24 -5444;0;2852.00;9.50;357.00;0.00;0.74 -5445;0;2583.00;9.50;371.00;0.00;0.90 -5446;0;2186.00;9.50;1130.00;0.00;1.04 -5447;0;1918.00;9.50;1384.00;0.00;1.16 -5448;0;1630.00;9.50;143.00;0.00;1.00 -5449;0;548.00;9.50;299.00;0.00;1.02 -5450;0;20.00;9.50;998.00;0.00;0.88 -5451;0;872.00;9.50;877.00;0.00;1.42 -5452;0;1394.00;9.50;826.00;0.00;1.48 -5453;0;797.00;9.50;1461.00;0.00;1.02 -5454;0;2814.00;9.50;1304.00;0.00;0.84 -5455;0;2317.00;9.50;1875.00;0.00;1.04 -5456;0;1785.00;9.50;1358.00;0.00;0.90 -5457;0;843.00;9.50;978.00;0.00;1.02 -5458;0;5199.00;9.50;7.00;0.00;0.46 -5459;0;5179.00;9.50;176.00;0.00;1.06 -5460;0;5499.00;9.50;285.00;0.00;1.02 -5461;0;5565.00;9.50;1647.00;0.00;1.24 -5462;0;4799.00;9.50;546.00;0.00;0.94 -5463;0;4659.00;9.50;887.00;0.00;0.82 -5464;0;4068.00;9.50;178.00;0.00;0.92 -5465;0;4704.00;9.50;46.00;0.00;0.88 -5466;0;3557.00;9.50;513.00;0.00;1.08 -5467;0;3300.00;9.50;58.00;0.00;1.20 -5468;0;2776.00;9.50;324.00;0.00;1.20 -5469;0;2625.00;9.50;437.00;0.00;0.92 -5470;0;1972.00;9.50;9.00;0.00;0.56 -5471;0;2162.00;9.50;1185.00;0.00;0.98 -5472;0;1698.00;9.50;1322.00;0.00;0.98 -5473;0;1666.00;9.50;104.00;0.00;0.98 -5474;0;546.00;9.50;385.00;0.00;1.22 -5475;0;13.00;9.50;1053.00;0.00;0.64 -5476;0;931.00;9.50;857.00;0.00;1.30 -5477;0;1348.00;9.50;792.00;0.00;1.16 -5478;0;770.00;9.50;1502.00;0.00;0.98 -5479;0;2855.00;9.50;1284.00;0.00;0.94 -5480;0;2350.00;9.50;1799.00;0.00;1.26 -5481;0;1728.00;9.50;1255.00;0.00;0.88 -5482;0;792.00;9.50;848.00;0.00;1.04 -5483;0;5435.00;9.50;73.00;0.00;1.18 -5484;0;5145.00;9.50;86.00;0.00;1.22 -5485;0;5427.00;9.50;251.00;0.00;1.22 -5486;0;5610.00;9.50;1645.00;0.00;0.86 -5487;0;4824.00;9.50;499.00;0.00;1.02 -5488;0;5216.00;9.50;1512.00;0.00;0.92 -5489;0;4634.00;9.50;847.00;0.00;1.10 -5490;0;4097.00;9.50;148.00;0.00;1.02 -5491;0;4777.00;9.50;139.00;0.00;1.00 -5492;0;3605.00;9.50;498.00;0.00;1.08 -5493;0;3247.00;9.50;78.00;0.00;1.24 -5494;0;2826.00;9.50;302.00;0.00;0.94 -5495;0;2577.00;9.50;470.00;0.00;1.00 -5496;0;1910.00;9.50;11.00;0.00;0.72 -5497;0;2137.00;9.50;1085.00;0.00;1.12 -5498;0;1842.00;9.50;1396.00;0.00;0.86 -5499;0;1619.00;9.50;96.00;0.00;0.94 -5500;0;522.00;9.50;334.00;0.00;1.06 -5501;0;73.00;9.50;1069.00;0.00;0.96 -5502;0;951.00;9.50;907.00;0.00;0.88 -5503;0;1308.00;9.50;834.00;0.00;0.98 -5504;0;858.00;9.50;1464.00;0.00;0.98 -5505;0;2870.00;9.50;1362.00;0.00;1.00 -5506;0;2307.00;9.50;1671.00;0.00;1.14 -5507;0;1790.00;9.50;1146.00;0.00;1.54 -5508;0;604.00;9.50;928.00;0.00;1.42 -5509;0;5251.00;9.50;123.00;0.00;1.26 -5510;0;4996.00;9.50;69.00;0.00;1.02 -5511;0;5485.00;9.50;193.00;0.00;1.16 -5512;0;5558.00;9.50;1688.00;0.00;1.28 -5513;0;4868.00;9.50;488.00;0.00;1.06 -5514;0;5074.00;9.50;1713.00;0.00;0.44 -5515;0;4711.00;9.55;566.00;0.00;1.12 -5516;0;4134.00;9.50;120.00;0.00;1.10 -5517;0;4744.00;9.50;68.00;0.00;0.62 -5518;0;3551.00;9.50;459.00;0.00;0.96 -5519;0;3257.00;9.50;36.00;0.00;1.06 -5520;0;2861.00;9.50;311.00;0.00;0.80 -5521;0;2581.00;9.50;421.00;0.00;1.02 -5522;0;1973.00;9.50;78.00;0.00;1.02 -5523;0;2142.00;9.50;1029.00;0.00;1.22 -5524;0;1806.00;9.50;1441.00;0.00;0.94 -5525;0;1570.00;9.50;80.00;0.00;1.24 -5526;0;478.00;9.50;333.00;0.00;1.26 -5527;0;139.00;9.50;1048.00;0.00;1.22 -5528;0;1031.00;9.50;882.00;0.00;1.34 -5529;0;1260.00;9.50;820.00;0.00;1.14 -5530;0;862.00;9.50;1422.00;0.00;1.22 -5531;0;2892.00;9.50;1281.00;0.00;0.88 -5532;0;2431.00;9.50;1506.00;0.00;1.04 -5533;0;1848.00;9.50;1095.00;0.00;1.12 -5534;0;365.00;9.50;825.00;0.00;1.32 -5535;0;5367.00;9.50;223.00;0.00;1.14 -5536;0;4904.00;9.50;111.00;0.00;1.10 -5537;0;5449.00;9.50;221.00;0.00;1.18 -5538;0;4904.00;9.50;482.00;0.00;0.86 -5539;0;4435.00;9.50;677.00;0.00;0.92 -5540;0;4004.00;9.50;163.00;0.00;1.08 -5541;0;4824.00;9.50;97.00;0.00;1.00 -5542;0;3598.00;9.50;457.00;0.00;0.98 -5543;0;3429.00;9.50;208.00;0.00;1.12 -5544;0;2858.00;9.50;264.00;0.00;0.80 -5545;0;2533.00;9.50;395.00;0.00;1.26 -5546;0;1954.00;9.50;30.00;0.00;1.08 -5547;0;2182.00;9.50;970.00;0.00;1.30 -5548;0;1789.00;9.50;1397.00;0.00;0.86 -5549;0;1582.00;9.50;138.00;0.00;1.14 -5550;0;470.00;9.50;206.00;0.00;1.18 -5551;0;153.00;9.50;1091.00;0.00;1.32 -5552;0;787.00;9.50;996.00;0.00;1.00 -5553;0;1216.00;9.50;809.00;0.00;1.22 -5554;0;959.00;9.50;1375.00;0.00;1.28 -5555;0;2942.00;9.50;1386.00;0.00;0.86 -5556;0;2255.00;9.50;1366.00;0.00;0.84 -5557;0;1762.00;9.50;1118.00;0.00;1.00 -5558;0;336.00;9.50;919.00;0.00;1.18 -5559;0;5368.00;9.50;277.00;0.00;1.08 -5560;0;4819.00;9.50;143.00;0.00;1.02 -5561;0;5618.00;9.50;102.00;0.00;0.88 -5562;0;5410.00;9.50;1399.00;0.00;1.14 -5563;0;4995.00;9.50;482.00;0.00;1.30 -5564;0;4467.00;9.50;694.00;0.00;1.04 -5565;0;4047.00;9.50;144.00;0.00;0.98 -5566;0;4688.00;9.50;12.00;0.00;0.52 -5567;0;3606.00;9.50;411.00;0.00;0.86 -5568;0;3469.00;9.50;187.00;0.00;1.04 -5569;0;2815.00;9.50;252.00;0.00;0.88 -5570;0;2543.00;9.50;449.00;0.00;0.98 -5571;0;2224.00;9.50;971.00;0.00;1.04 -5572;0;1736.00;9.50;1388.00;0.00;0.90 -5573;0;1536.00;9.50;118.00;0.00;1.32 -5574;0;528.00;9.50;236.00;0.00;0.96 -5575;0;205.00;9.50;1056.00;0.00;0.98 -5576;0;824.00;9.50;940.00;0.00;1.20 -5577;0;1287.00;9.50;788.00;0.00;1.16 -5578;0;978.00;9.50;1331.00;0.00;1.50 -5579;0;2953.00;9.50;1358.00;0.00;0.84 -5580;0;2215.00;9.50;1258.00;0.00;1.42 -5581;0;1724.00;9.50;1208.00;0.00;1.44 -5582;0;295.00;9.50;1005.00;0.00;1.34 -5583;0;5212.00;9.50;382.00;0.00;1.14 -5584;0;4615.00;9.50;171.00;0.00;1.00 -5585;0;5610.00;9.50;153.00;0.00;0.94 -5586;0;5186.00;9.50;1376.00;0.00;1.20 -5587;0;5110.00;9.50;467.00;0.00;1.26 -5588;0;5011.00;9.50;1671.00;0.00;1.10 -5589;0;4474.00;9.50;653.00;0.00;0.86 -5590;0;4055.00;9.50;94.00;0.00;0.90 -5591;0;4793.00;9.50;59.00;0.00;0.90 -5592;0;3649.00;9.50;406.00;0.00;0.92 -5593;0;3455.00;9.50;150.00;0.00;1.08 -5594;0;2863.00;9.50;219.00;0.00;0.96 -5595;0;2702.00;9.50;188.00;0.00;0.98 -5596;0;1880.00;9.50;21.00;0.00;0.86 -5597;0;2220.00;9.50;1026.00;0.00;0.92 -5598;0;1707.00;9.50;1360.00;0.00;0.84 -5599;0;1504.00;9.50;172.00;0.00;1.26 -5600;0;530.00;9.50;271.00;0.00;0.86 -5601;0;266.00;9.50;1057.00;0.00;1.14 -5602;0;841.00;9.50;1022.00;0.00;1.02 -5603;0;1314.00;9.50;753.00;0.00;1.18 -5604;0;1021.00;9.50;1287.00;0.00;1.40 -5605;0;2959.00;9.50;1287.00;0.00;0.86 -5606;0;2358.00;9.50;1092.00;0.00;1.18 -5607;0;1711.00;9.50;1132.00;0.00;1.54 -5608;0;57.00;9.50;904.00;0.00;1.12 -5609;0;5421.00;9.50;360.00;0.00;1.08 -5610;0;4574.00;9.50;219.00;0.00;1.12 -5611;0;5604.00;9.50;196.00;0.00;1.20 -5612;0;5211.00;9.50;1429.00;0.00;1.04 -5613;0;5044.00;9.50;450.00;0.00;0.98 -5614;0;5127.00;9.50;1447.00;0.00;1.26 -5615;0;4445.00;9.50;629.00;0.00;0.82 -5616;0;4093.00;9.50;103.00;0.00;1.14 -5617;0;4794.00;9.50;19.00;0.00;0.82 -5618;0;3642.00;9.50;500.00;0.00;0.82 -5619;0;3409.00;9.50;171.00;0.00;1.12 -5620;0;2825.00;9.50;204.00;0.00;1.10 -5621;0;2770.00;9.50;232.00;0.00;1.06 -5622;0;1842.00;9.50;21.00;0.00;0.92 -5623;0;2184.00;9.50;1024.00;0.00;0.92 -5624;0;1638.00;9.50;1388.00;0.00;0.72 -5625;0;1539.00;9.50;221.00;0.00;1.20 -5626;0;468.00;9.50;285.00;0.00;1.10 -5627;0;315.00;9.50;1073.00;0.00;1.08 -5628;0;838.00;9.50;1074.00;0.00;1.06 -5629;0;1291.00;9.50;709.00;0.00;1.04 -5630;0;1079.00;9.50;1300.00;0.00;1.26 -5631;0;2993.00;9.50;1213.00;0.00;0.88 -5632;0;2363.00;9.50;898.00;0.00;1.18 -5633;0;1610.00;9.50;1129.00;0.00;1.58 -5634;0;181.00;9.50;903.00;0.00;0.96 -5635;0;5512.00;9.50;243.00;0.00;1.16 -5636;0;4634.00;9.50;393.00;0.00;0.98 -5637;0;5519.00;9.50;154.00;0.00;1.68 -5638;0;5284.00;9.50;1025.00;0.00;1.28 -5639;0;5071.00;9.50;402.00;0.00;0.94 -5640;0;5123.00;9.50;1396.00;0.00;1.26 -5641;0;4502.00;9.50;615.00;0.00;1.20 -5642;0;4082.00;9.50;54.00;0.00;1.16 -5643;0;4752.00;9.50;37.00;0.00;0.72 -5644;0;3687.00;9.50;503.00;0.00;0.84 -5645;0;3202.00;9.50;32.00;0.00;0.78 -5646;0;2853.00;9.50;100.00;0.00;0.90 -5647;0;2773.00;9.50;281.00;0.00;1.06 -5648;0;2049.00;9.50;1072.00;0.00;1.20 -5649;0;1649.00;9.50;1306.00;0.00;0.84 -5650;0;1617.00;9.50;269.00;0.00;1.36 -5651;0;443.00;9.50;122.00;0.00;1.42 -5652;0;364.00;9.50;1114.00;0.00;1.18 -5653;0;724.00;9.50;1039.00;0.00;0.92 -5654;0;1228.00;9.50;700.00;0.00;0.98 -5655;0;1093.00;9.50;1207.00;0.00;1.26 -5656;0;2979.00;9.50;1338.00;0.00;1.00 -5657;0;2396.00;9.50;827.00;0.00;1.06 -5658;0;1643.00;9.50;1179.00;0.00;0.58 -5659;0;257.00;9.50;792.00;0.00;1.16 -5660;0;5394.00;9.50;402.00;0.00;0.90 -5661;0;4551.00;9.50;406.00;0.00;0.94 -5662;0;5592.00;9.50;271.00;0.00;1.16 -5663;0;5312.00;9.50;1085.00;0.00;1.24 -5664;0;4978.00;9.50;1209.00;0.00;1.34 -5665;0;5331.00;9.50;1476.00;0.00;0.98 -5666;0;4562.00;9.50;570.00;0.00;1.00 -5667;0;4131.00;9.50;71.00;0.00;0.96 -5668;0;4757.00;9.50;9.00;0.00;0.40 -5669;0;3733.00;9.50;501.00;0.00;0.82 -5670;0;3380.00;9.50;124.00;0.00;1.00 -5671;0;2833.00;9.50;147.00;0.00;1.04 -5672;0;2724.00;9.50;237.00;0.00;0.80 -5673;0;2044.00;9.50;1126.00;0.00;1.10 -5674;0;1652.00;9.50;1268.00;0.00;0.92 -5675;0;1564.00;9.50;261.00;0.00;1.32 -5676;0;448.00;9.50;171.00;0.00;1.10 -5677;0;211.00;9.50;1103.00;0.00;1.16 -5678;0;784.00;9.50;1042.00;0.00;0.94 -5679;0;1249.00;9.50;749.00;0.00;1.24 -5680;0;1142.00;9.50;1214.00;0.00;0.82 -5681;0;3048.00;9.50;1289.00;0.00;0.80 -5682;0;2316.00;9.50;775.00;0.00;1.22 -5683;0;1580.00;9.50;1093.00;0.00;1.16 -5684;0;494.00;9.50;589.00;0.00;1.06 -5685;0;5602.00;9.50;418.00;0.00;1.38 -5686;0;4433.00;9.50;470.00;0.00;1.00 -5687;0;3413.00;9.50;1866.00;0.00;0.84 -5688;0;5559.00;9.50;310.00;0.00;1.32 -5689;0;5342.00;9.50;1052.00;0.00;1.24 -5690;0;5027.00;9.50;1187.00;0.00;1.18 -5691;0;5268.00;9.50;1462.00;0.00;1.10 -5692;0;4305.00;9.50;896.00;0.00;1.00 -5693;0;4097.00;9.50;18.00;0.00;1.00 -5694;0;4859.00;9.50;164.00;0.00;0.64 -5695;0;3677.00;9.50;461.00;0.00;0.94 -5696;0;3433.00;9.50;124.00;0.00;0.98 -5697;0;2786.00;9.50;175.00;0.00;0.98 -5698;0;2688.00;9.50;243.00;0.00;0.92 -5699;0;2031.00;9.50;1183.00;0.00;0.98 -5700;0;1619.00;9.50;1231.00;0.00;1.08 -5701;0;1559.00;9.50;353.00;0.00;1.40 -5702;0;404.00;9.50;195.00;0.00;1.12 -5703;0;154.00;9.50;1145.00;0.00;1.18 -5704;0;783.00;9.50;1084.00;0.00;0.92 -5705;0;1173.00;9.50;690.00;0.00;1.18 -5706;0;1155.00;9.50;1169.00;0.00;0.94 -5707;0;3068.00;9.50;1258.00;0.00;1.36 -5708;0;2394.00;9.50;629.00;0.00;1.06 -5709;0;1530.00;9.50;1080.00;0.00;1.54 -5710;0;599.00;9.50;581.00;0.00;1.14 -5711;0;5588.00;9.50;230.00;0.00;1.46 -5712;0;4529.00;9.50;223.00;0.00;1.04 -5713;0;3464.00;9.50;1939.00;0.00;1.44 -5714;0;5611.00;9.50;328.00;0.00;0.96 -5715;0;5401.00;9.50;1087.00;0.00;1.04 -5716;0;5028.00;9.50;1239.00;0.00;1.02 -5717;0;5260.00;9.50;1499.00;0.00;1.28 -5718;0;4324.00;9.50;860.00;0.00;0.94 -5719;0;4145.00;9.50;25.00;0.00;1.22 -5720;0;4899.00;9.50;151.00;0.00;0.74 -5721;0;3718.00;9.50;467.00;0.00;0.98 -5722;0;3455.00;9.50;83.00;0.00;0.92 -5723;0;2757.00;9.50;131.00;0.00;1.24 -5724;0;2725.00;9.50;289.00;0.00;0.82 -5725;0;2001.00;9.50;1114.00;0.00;1.30 -5726;0;1868.00;9.50;1474.00;0.00;1.10 -5727;0;1528.00;9.50;303.00;0.00;1.24 -5728;0;417.00;9.50;240.00;0.00;1.20 -5729;0;212.00;9.50;1156.00;0.00;1.34 -5730;0;810.00;9.50;1125.00;0.00;1.16 -5731;0;1120.00;9.50;692.00;0.00;1.26 -5732;0;1180.00;9.50;1096.00;0.00;1.14 -5733;0;3045.00;9.50;1208.00;0.00;1.16 -5734;0;2504.00;9.50;693.00;0.00;0.74 -5735;0;1535.00;9.50;1200.00;0.00;1.46 -5736;0;4199.00;12.77;1330.00;0.00;0.64 -5737;0;648.00;9.50;611.00;0.00;1.52 -5738;0;3863.00;9.50;26.00;0.00;1.18 -5739;0;4582.00;9.50;92.00;0.00;0.90 -5740;0;3535.00;9.50;1988.00;0.00;2.04 -5741;0;5422.00;9.50;307.00;0.00;1.22 -5742;0;5451.00;9.50;1124.00;0.00;1.22 -5743;0;5068.00;9.50;1208.00;0.00;1.16 -5744;0;5331.00;9.50;1513.00;0.00;0.90 -5745;0;4327.00;9.50;812.00;0.00;0.74 -5746;0;4865.00;9.50;128.00;0.00;1.04 -5747;0;3733.00;9.50;426.00;0.00;0.98 -5748;0;3431.00;9.50;45.00;0.00;1.16 -5749;0;2799.00;9.50;112.00;0.00;1.06 -5750;0;2683.00;9.50;298.00;0.00;0.96 -5751;0;1928.00;9.50;1185.00;0.00;1.28 -5752;0;1870.00;9.50;1524.00;0.00;1.16 -5753;0;1599.00;9.50;391.00;0.00;1.30 -5754;0;354.00;9.50;233.00;0.00;1.00 -5755;0;265.00;9.50;1110.00;0.00;1.22 -5756;0;663.00;9.50;1096.00;0.00;0.78 -5757;0;1106.00;9.50;746.00;0.00;1.22 -5758;0;1178.00;9.50;1054.00;0.00;0.90 -5759;0;3089.00;9.50;1209.00;0.00;0.90 -5760;0;2624.00;9.50;681.00;0.00;0.78 -5761;0;1559.00;9.50;1150.00;0.00;1.02 -5762;0;812.00;9.50;794.00;0.00;1.28 -5763;0;5366.00;9.50;544.00;0.00;0.88 -5764;0;4662.00;9.50;42.00;0.00;0.82 -5765;0;3327.00;9.50;1995.00;0.00;1.10 -5766;0;5466.00;9.50;333.00;0.00;0.98 -5767;0;5445.00;9.50;1215.00;0.00;1.38 -5768;0;5089.00;9.50;1259.00;0.00;1.12 -5769;0;5353.00;9.50;1564.00;0.00;1.02 -5770;0;4288.00;9.50;852.00;0.00;1.04 -5771;0;4951.00;9.50;121.00;0.00;1.08 -5772;0;3748.00;9.50;385.00;0.00;1.04 -5773;0;3437.00;9.50;11.00;0.00;0.64 -5774;0;2814.00;9.50;59.00;0.00;1.10 -5775;0;2731.00;9.50;337.00;0.00;1.00 -5776;0;1801.00;9.50;8.00;0.00;0.46 -5777;0;1924.00;9.50;1279.00;0.00;1.34 -5778;0;1816.00;9.50;1529.00;0.00;1.20 -5779;0;1607.00;9.50;442.00;0.00;1.26 -5780;0;339.00;9.50;189.00;0.00;0.94 -5781;0;317.00;9.50;1129.00;0.00;1.08 -5782;0;20.00;9.50;1968.00;0.00;0.72 -5783;0;625.00;9.50;1136.00;0.00;0.98 -5784;0;1062.00;9.50;730.00;0.00;1.24 -5785;0;1239.00;9.50;1118.00;0.00;1.26 -5786;0;3015.00;9.50;1411.00;0.00;0.82 -5787;0;2465.00;9.50;572.00;0.00;0.92 -5788;0;1510.00;9.50;1147.00;0.00;1.22 -5789;0;1043.00;9.50;781.00;0.00;1.38 -5790;0;5350.00;9.50;466.00;0.00;1.14 -5791;0;4726.00;9.50;13.00;0.00;0.70 -5792;0;3077.00;9.50;2003.00;0.00;1.98 -5793;0;5349.00;9.50;327.00;0.00;0.88 -5794;0;5412.00;9.50;1154.00;0.00;1.52 -5795;0;5151.00;9.50;1266.00;0.00;0.98 -5796;0;5411.00;9.50;1572.00;0.00;0.90 -5797;0;4294.00;9.50;801.00;0.00;0.76 -5798;0;4945.00;9.50;79.00;0.00;1.12 -5799;0;3768.00;9.50;443.00;0.00;1.02 -5800;0;2863.00;9.50;64.00;0.00;0.86 -5801;0;2683.00;9.50;347.00;0.00;1.08 -5802;0;1840.00;9.50;76.00;0.00;1.32 -5803;0;1973.00;9.50;1276.00;0.00;1.24 -5804;0;1747.00;9.50;1475.00;0.00;1.02 -5805;0;1506.00;9.50;390.00;0.00;1.66 -5806;0;278.00;9.50;198.00;0.00;1.20 -5807;0;272.00;9.50;1162.00;0.00;1.02 -5808;0;12.00;9.50;1999.00;0.00;0.60 -5809;0;688.00;9.50;1135.00;0.00;0.96 -5810;0;1012.00;9.50;695.00;0.00;1.20 -5811;0;673.00;9.50;1054.00;0.00;1.00 -5812;0;3036.00;9.50;1383.00;0.00;0.78 -5813;0;2567.00;9.50;619.00;0.00;1.12 -5814;0;1454.00;9.50;1149.00;0.00;1.14 -5815;0;1119.00;9.50;838.00;0.00;1.12 -5816;0;5233.00;9.50;440.00;0.00;1.38 -5817;0;4923.00;9.50;41.00;0.00;0.86 -5818;0;3007.00;9.50;2026.00;0.00;1.14 -5819;0;5370.00;9.50;364.00;0.00;0.94 -5820;0;5501.00;9.50;1103.00;0.00;0.90 -5821;0;5103.00;9.50;1301.00;0.00;1.08 -5822;0;5440.00;9.50;1534.00;0.00;1.00 -5823;0;4262.00;9.50;915.00;0.00;0.86 -5824;0;4972.00;9.50;40.00;0.00;0.98 -5825;0;3771.00;9.50;479.00;0.00;0.94 -5826;0;2859.00;9.50;24.00;0.00;0.98 -5827;0;2675.00;9.50;401.00;0.00;1.04 -5828;0;1815.00;9.50;128.00;0.00;1.60 -5829;0;2085.00;9.50;1142.00;0.00;0.86 -5830;0;1926.00;9.50;1961.00;0.00;1.32 -5831;0;1610.00;9.50;494.00;0.00;1.00 -5832;0;283.00;9.50;244.00;0.00;1.06 -5833;0;336.00;9.50;1168.00;0.00;1.04 -5834;0;11.00;9.50;2030.00;0.00;0.58 -5835;0;744.00;9.50;1130.00;0.00;0.96 -5836;0;1019.00;9.50;638.00;0.00;1.10 -5837;0;621.00;9.50;1045.00;0.00;1.16 -5838;0;3079.00;9.50;1357.00;0.00;1.24 -5839;0;2154.00;9.50;283.00;0.00;0.96 -5840;0;1461.00;9.50;1201.00;0.00;0.96 -5841;0;1267.00;9.50;875.00;0.00;1.24 -5842;0;5191.00;9.50;526.00;0.00;1.40 -5843;0;4944.00;9.50;13.00;0.00;0.68 -5844;0;4986.00;9.50;7.00;0.00;0.38 -5845;0;2970.00;9.50;1983.00;0.00;1.22 -5846;0;5273.00;9.50;334.00;0.00;1.28 -5847;0;5580.00;9.50;1174.00;0.00;1.56 -5848;0;5185.00;9.50;1311.00;0.00;1.30 -5849;0;5303.00;9.50;1565.00;0.00;1.08 -5850;0;4248.00;9.50;957.00;0.00;0.98 -5851;0;3797.00;9.50;397.00;0.00;1.24 -5852;0;2809.00;9.50;14.00;0.00;0.74 -5853;0;2730.00;9.50;377.00;0.00;0.84 -5854;0;1880.00;9.50;58.00;0.00;0.66 -5855;0;2095.00;9.50;1047.00;0.00;1.02 -5856;0;1976.00;9.50;1888.00;0.00;1.32 -5857;0;1541.00;9.50;491.00;0.00;1.24 -5858;0;215.00;9.50;203.00;0.00;1.08 -5859;0;332.00;9.50;1210.00;0.00;0.90 -5860;0;53.00;9.50;1997.00;0.00;0.86 -5861;0;802.00;9.50;1168.00;0.00;1.08 -5862;0;1020.00;9.50;586.00;0.00;0.90 -5863;0;2598.00;9.50;1377.00;0.00;1.08 -5864;0;3093.00;9.50;1316.00;0.00;0.60 -5865;0;2844.00;9.50;621.00;0.00;0.88 -5866;0;1466.00;9.50;1254.00;0.00;1.20 -5867;0;1205.00;9.50;751.00;0.00;1.10 -5868;0;5280.00;9.50;520.00;0.00;1.34 -5869;0;3003.00;9.50;1904.00;0.00;1.96 -5870;0;5320.00;9.50;370.00;0.00;1.32 -5871;0;5240.00;9.50;1351.00;0.00;1.24 -5872;0;5304.00;9.50;1532.00;0.00;1.04 -5873;0;4217.00;9.50;983.00;0.00;0.98 -5874;0;3888.00;9.50;747.00;0.00;0.62 -5875;0;3638.00;9.50;548.00;0.00;1.24 -5876;0;3403.00;9.50;10.00;0.00;0.66 -5877;0;2762.00;9.50;14.00;0.00;0.60 -5878;0;2733.00;9.50;462.00;0.00;1.04 -5879;0;1881.00;9.50;158.00;0.00;1.28 -5880;0;2121.00;9.50;1196.00;0.00;0.98 -5881;0;1916.00;9.50;2021.00;0.00;1.06 -5882;0;744.00;9.50;213.00;0.00;1.16 -5883;0;1493.00;9.50;452.00;0.00;1.08 -5884;0;142.00;9.50;198.00;0.00;1.40 -5885;0;228.00;9.50;1208.00;0.00;1.18 -5886;0;74.00;9.50;1967.00;0.00;0.68 -5887;0;686.00;9.50;1178.00;0.00;0.96 -5888;0;1083.00;9.50;589.00;0.00;0.98 -5889;0;2515.00;9.50;1449.00;0.00;1.14 -5890;0;3098.00;9.50;1282.00;0.00;0.98 -5891;0;2909.00;9.50;532.00;0.00;0.82 -5892;0;1405.00;9.50;1234.00;0.00;0.94 -5893;0;1062.00;9.50;684.00;0.00;0.96 -5894;0;5423.00;9.50;655.00;0.00;1.24 -5895;0;2955.00;9.50;1921.00;0.00;1.48 -5896;0;5313.00;9.50;412.00;0.00;0.98 -5897;0;5580.00;9.50;1129.00;0.00;1.32 -5898;0;5296.00;9.50;1367.00;0.00;1.36 -5899;0;5287.00;9.50;1598.00;0.00;0.56 -5900;0;4225.00;9.50;922.00;0.00;0.76 -5901;0;3648.00;9.50;583.00;0.00;1.02 -5902;0;2682.00;9.50;450.00;0.00;0.88 -5903;0;1962.00;9.50;120.00;0.00;0.88 -5904;0;2029.00;9.50;1238.00;0.00;1.16 -5905;0;1867.00;9.50;1978.00;0.00;0.94 -5906;0;1528.00;9.50;597.00;0.00;1.28 -5907;0;195.00;9.50;151.00;0.00;1.30 -5908;0;279.00;9.50;1212.00;0.00;1.10 -5909;0;116.00;9.50;1877.00;0.00;1.04 -5910;0;692.00;9.50;1222.00;0.00;0.98 -5911;0;1074.00;9.50;639.00;0.00;1.10 -5912;0;2388.00;9.50;1520.00;0.00;1.06 -5913;0;3132.00;9.50;1278.00;0.00;1.06 -5914;0;2874.00;9.50;404.00;0.00;1.16 -5915;0;1330.00;9.50;1194.00;0.00;1.26 -5916;0;1124.00;9.50;633.00;0.00;1.36 -5917;0;5367.00;9.50;594.00;0.00;1.18 -5919;0;5268.00;9.50;398.00;0.00;1.12 -5920;0;5619.00;9.50;1125.00;0.00;0.64 -5921;0;5251.00;9.50;1409.00;0.00;1.14 -5922;0;5072.00;9.50;1376.00;0.00;1.04 -5923;0;4224.00;9.50;875.00;0.00;0.74 -5924;0;3689.00;9.50;593.00;0.00;0.70 -5925;0;2672.00;9.50;485.00;0.00;0.88 -5926;0;1882.00;9.50;201.00;0.00;1.10 -5927;0;2080.00;9.50;1242.00;0.00;1.28 -5928;0;1882.00;9.50;1868.00;0.00;2.32 -5929;0;2836.00;9.50;1555.00;0.00;0.52 -5930;0;1545.00;9.50;432.00;0.00;1.38 -5931;0;266.00;9.50;103.00;0.00;1.12 -5932;0;181.00;9.50;1248.00;0.00;1.12 -5933;0;83.00;9.50;1924.00;0.00;1.08 -5934;0;744.00;9.50;1176.00;0.00;0.96 -5935;0;1159.00;9.50;743.00;0.00;1.28 -5936;0;3554.00;9.50;38.00;0.00;1.04 -5937;0;3121.00;9.50;1237.00;0.00;1.00 -5938;0;2910.00;9.50;212.00;0.00;1.08 -5939;0;1606.00;9.50;1347.00;0.00;0.80 -5940;0;1217.00;9.50;595.00;0.00;1.10 -5941;0;5496.00;9.50;705.00;0.00;0.86 -5942;0;2905.00;9.50;1813.00;0.00;1.34 -5943;0;5236.00;9.50;355.00;0.00;1.12 -5944;0;5611.00;9.50;1075.00;0.00;0.84 -5945;0;5305.00;9.50;1424.00;0.00;1.36 -5946;0;5022.00;9.50;1344.00;0.00;1.06 -5947;0;4220.00;9.50;834.00;0.00;0.68 -5948;0;3690.00;9.50;548.00;0.00;1.12 -5949;0;2707.00;9.50;15.00;0.00;0.62 -5950;0;2676.00;9.50;534.00;0.00;1.06 -5951;0;1929.00;9.50;272.00;0.00;1.52 -5952;0;2077.00;9.50;1186.00;0.00;1.24 -5953;0;1817.00;9.50;1963.00;0.00;1.02 -5954;0;1482.00;9.50;573.00;0.00;1.22 -5955;0;200.00;9.50;86.00;0.00;1.16 -5956;0;173.00;9.50;1290.00;0.00;0.74 -5957;0;130.00;9.50;1939.00;0.00;0.88 -5958;0;390.00;9.50;1171.00;0.00;1.28 -5959;0;1181.00;9.50;645.00;0.00;1.20 -5960;0;4377.00;9.50;695.00;0.00;1.48 -5961;0;3185.00;9.50;1201.00;0.00;0.94 -5962;0;2960.00;9.50;190.00;0.00;0.94 -5963;0;1358.00;9.50;1340.00;0.00;0.80 -5964;0;1421.00;9.50;723.00;0.00;1.24 -5965;0;5583.00;9.50;822.00;0.00;1.08 -5966;0;2914.00;9.50;1874.00;0.00;1.02 -5967;0;5139.00;9.50;318.00;0.00;0.90 -5968;0;5611.00;9.50;1025.00;0.00;0.86 -5969;0;5349.00;9.50;1379.00;0.00;1.38 -5970;0;5024.00;9.50;1283.00;0.00;0.82 -5971;0;4189.00;9.50;841.00;0.00;0.80 -5972;0;3852.00;9.50;442.00;0.00;0.98 -5973;0;2745.00;9.50;87.00;0.00;1.04 -5974;0;2744.00;9.50;506.00;0.00;0.76 -5975;0;1994.00;9.50;318.00;0.00;1.30 -5976;0;2038.00;9.50;1286.00;0.00;1.14 -5977;0;1795.00;9.60;1997.00;0.00;0.94 -5978;0;1439.00;9.50;539.00;0.00;1.28 -5979;0;232.00;9.50;17.00;0.00;0.82 -5980;0;237.00;9.50;1255.00;0.00;1.06 -5981;0;186.00;9.50;1925.00;0.00;1.12 -5982;0;361.00;9.50;1070.00;0.00;0.98 -5983;0;1157.00;9.50;593.00;0.00;1.24 -5984;0;4348.00;9.50;738.00;0.00;1.08 -5985;0;3232.00;9.50;1176.00;0.00;0.62 -5986;0;1351.00;9.50;1255.00;0.00;1.34 -5987;0;1245.00;9.50;534.00;0.00;1.24 -5988;0;5482.00;9.50;882.00;0.00;1.22 -5989;0;2865.00;9.50;1701.00;0.00;0.74 -5990;0;5171.00;9.50;350.00;0.00;1.12 -5991;0;5555.00;9.50;1017.00;0.00;0.78 -5992;0;5394.00;9.50;1488.00;0.00;1.22 -5993;0;5058.00;9.50;1292.00;0.00;0.92 -5994;0;4143.00;9.50;830.00;0.00;1.02 -5995;0;3894.00;9.50;446.00;0.00;0.96 -5996;0;2716.00;9.50;50.00;0.00;1.02 -5997;0;2734.00;9.50;548.00;0.00;0.94 -5998;0;2002.00;9.50;271.00;0.00;1.10 -5999;0;1992.00;9.50;1331.00;0.00;1.24 -6000;0;1737.00;9.50;2003.00;0.00;0.82 -6001;0;1394.00;9.50;555.00;0.00;0.98 -6002;0;252.00;9.50;59.00;0.00;1.14 -6003;0;294.00;9.50;1261.00;0.00;1.02 -6004;0;154.00;9.50;1894.00;0.00;1.10 -6005;0;199.00;9.50;1006.00;0.00;1.36 -6006;0;1232.00;9.50;645.00;0.00;1.20 -6007;0;4332.00;9.50;772.00;0.00;0.84 -6008;0;3077.00;11.00;682.00;0.00;0.82 -6009;0;3207.00;9.70;1750.00;0.00;0.24 -6010;0;3034.00;11.80;1788.00;0.00;0.30 -6011;0;3274.00;9.50;1178.00;0.00;0.78 -6012;0;3272.00;9.97;1952.00;0.00;0.52 -6013;0;3152.00;9.80;1794.00;0.00;0.30 -6014;0;1416.00;9.50;1274.00;0.00;0.90 -6015;0;3216.00;10.20;2002.00;0.00;0.46 -6016;0;3542.00;10.50;1835.00;0.00;0.88 -6017;0;3379.00;10.12;1768.00;0.00;0.24 -6018;0;1085.00;9.50;457.00;0.00;1.08 -6019;0;5558.00;9.50;977.00;0.00;0.88 -6020;0;3412.00;10.50;630.00;0.00;0.70 -6021;0;3336.00;10.40;1835.00;0.00;0.30 -6022;0;3366.00;10.50;1674.00;0.00;0.24 -6023;0;3044.00;11.10;1776.00;0.00;0.26 -6024;0;3121.00;11.35;1871.00;0.00;0.32 -6025;0;3670.00;10.00;1709.00;0.00;0.30 -6026;0;2869.00;9.50;1807.00;0.00;0.82 -6027;0;3230.00;11.50;693.00;0.00;0.74 -6028;0;3007.00;10.17;1719.00;0.00;0.16 -6029;0;3339.00;9.75;1882.00;0.00;0.32 -6030;0;5098.00;9.50;362.00;0.00;1.00 -6031;0;5561.00;9.50;1085.00;0.00;0.68 -6032;0;5448.00;9.50;1500.00;0.00;1.18 -6033;0;3249.00;9.80;1792.00;0.00;0.26 -6034;0;3406.00;10.40;1760.00;0.00;0.32 -6035;0;3309.00;10.30;1708.00;0.00;0.30 -6036;0;5154.00;9.50;1327.00;0.00;1.38 -6037;0;4155.00;9.50;875.00;0.00;0.92 -6038;0;2983.00;11.37;1818.00;0.00;0.32 -6039;0;2959.00;10.65;729.00;0.00;0.88 -6040;0;3782.00;9.80;1934.00;0.00;1.10 -6041;0;2992.00;10.00;1851.00;0.00;0.32 -6042;0;2984.00;11.42;1767.00;0.00;0.28 -6043;0;3899.00;9.50;386.00;0.00;0.90 -6044;0;2711.00;9.50;136.00;0.00;1.20 -6045;0;3264.00;10.77;1876.00;0.00;0.42 -6046;0;2716.00;10.77;1679.00;0.00;0.24 -6047;0;3184.00;9.50;1779.00;0.00;0.30 -6048;0;2771.00;9.50;562.00;0.00;0.82 -6049;0;2628.00;9.50;1998.00;0.00;1.28 -6050;0;3086.00;9.65;1723.00;0.00;0.24 -6051;0;3415.00;10.40;1796.00;0.00;0.44 -6052;0;3293.00;10.02;1774.00;0.00;0.26 -6053;0;2089.00;9.50;1303.00;0.00;1.22 -6054;0;1818.00;9.50;2034.00;0.00;0.64 -6055;0;3094.00;15.12;1940.00;0.00;0.32 -6056;0;3394.00;10.40;1694.00;0.00;0.20 -6057;0;3335.00;9.80;1759.00;0.00;0.16 -6058;0;1389.00;9.50;455.00;0.00;1.28 -6059;0;147.00;9.50;110.00;0.00;1.32 -6060;0;304.00;9.50;1308.00;0.00;1.02 -6061;0;3231.00;10.20;1981.00;0.00;0.40 -6062;0;2692.76;9.90;1703.38;0.00;0.42 -6063;0;3076.00;10.02;1817.00;0.00;0.32 -6064;0;213.00;9.50;1844.00;0.00;1.12 -6065;0;210.00;9.50;957.00;0.00;1.12 -6066;0;3145.00;9.67;1754.00;0.00;0.24 -6067;0;3083.00;11.25;1835.00;0.00;0.30 -6068;0;1199.00;9.50;553.00;0.00;1.02 -6069;0;4841.00;9.50;56.00;0.00;0.86 -6070;0;3313.00;10.20;1765.00;0.00;0.22 -6071;0;3028.00;11.25;1904.00;0.00;0.30 -6072;0;2935.00;11.97;1714.00;0.00;0.24 -6073;0;3371.00;10.60;1736.00;0.00;0.26 -6074;0;3108.00;11.30;1902.00;0.00;0.36 -6075;0;3419.00;10.40;1761.00;0.00;0.34 -6076;0;3207.00;10.55;1931.00;0.00;0.34 -6077;0;3463.00;9.82;1694.00;0.00;0.24 -6078;0;3222.00;10.40;1812.00;0.00;0.22 -6079;0;3147.00;9.50;1988.00;0.00;0.42 -6080;0;2948.00;12.77;1746.00;0.00;0.24 -6081;0;3202.00;10.40;1835.00;0.00;0.34 -6082;0;3249.00;10.25;1760.00;0.00;0.24 -6083;0;3133.00;10.47;1866.00;0.00;0.32 -6084;0;3043.00;9.82;1725.00;0.00;0.24 -6085;0;4585.00;10.80;1899.00;0.00;2.06 -6086;0;3319.00;10.40;1701.00;0.00;0.28 -6087;0;3218.00;10.50;1898.00;0.00;0.38 -6088;0;3492.00;9.80;1769.00;0.00;0.36 -6089;0;3543.00;9.80;1702.00;0.00;0.30 -6090;0;3354.00;9.80;1801.00;0.00;0.26 -6091;0;3460.00;9.90;1750.00;0.00;0.24 -6092;0;3257.00;9.90;1987.00;0.00;0.38 -6093;0;3034.00;10.87;1751.00;0.00;0.28 -6094;0;3330.00;10.40;1789.00;0.00;0.20 -6095;0;3310.00;10.30;1720.00;0.00;0.28 -6096;0;3316.00;10.42;1834.00;0.00;0.26 -6097;0;3415.00;10.40;1730.00;0.00;0.30 -6098;0;3288.00;10.60;1832.00;0.00;0.34 -6099;0;3222.00;10.30;1703.00;0.00;0.20 -6100;0;3507.00;9.90;1751.00;0.00;0.24 -6101;0;3409.00;10.40;1685.00;0.00;0.22 -6102;0;3427.00;9.80;1819.00;0.00;0.50 -6103;0;2792.00;9.87;1563.00;0.00;0.22 -6104;0;2720.00;13.20;1692.00;0.00;0.26 -6105;0;3508.00;9.80;1853.00;0.00;0.76 -6106;0;3355.00;10.30;1763.00;0.00;0.26 -6107;0;3153.00;12.02;1971.00;0.00;0.36 -6108;0;3178.00;9.70;1738.00;0.00;0.18 -6109;0;3371.00;10.15;1777.00;0.00;0.22 -6110;0;3516.00;9.92;1744.00;0.00;0.22 -6111;0;3027.00;11.50;1880.00;0.00;0.26 -6112;0;3488.00;10.50;1722.00;0.00;0.22 -6113;0;3479.00;9.97;1683.00;0.00;0.24 -6114;0;2952.00;13.27;1787.00;0.00;0.32 -6115;0;2971.00;9.50;1733.00;0.00;0.24 -6116;0;2965.00;9.80;1826.00;0.00;0.32 -6117;0;3307.00;9.75;1976.00;0.00;0.48 -6118;0;2961.00;12.60;1803.00;0.00;0.32 -6119;0;3479.00;10.20;1713.00;0.00;0.20 -6120;0;3025.00;9.75;1637.00;0.00;0.14 -6121;0;3597.00;10.60;1767.00;0.00;0.42 -6122;0;3378.00;10.40;1676.00;0.00;0.22 -6123;0;3011.00;12.07;1773.00;0.00;0.30 -6124;0;3573.00;9.90;1698.00;0.00;0.30 -6125;0;3160.00;9.70;1883.00;0.00;0.34 -6126;0;3059.00;10.80;1813.00;0.00;0.30 -6127;0;3070.00;10.20;1736.00;0.00;0.28 -6128;0;3262.00;10.85;1925.00;0.00;0.40 -6129;0;3032.00;11.90;1803.00;0.00;0.30 -6130;0;3108.00;12.85;1954.00;0.00;0.40 -6131;0;3343.00;10.60;1717.00;0.00;0.22 -6132;0;3126.00;9.70;1831.00;0.00;0.30 -6133;0;3545.00;9.80;1723.00;0.00;0.26 -6134;0;3267.00;10.22;1845.00;0.00;0.38 -6135;0;3451.00;9.80;1669.00;0.00;0.24 -6136;0;2940.00;15.92;1772.00;0.00;0.30 -6137;0;3242.00;10.70;1894.00;0.00;0.28 -6138;0;3175.00;10.15;1792.00;0.00;0.32 -6139;0;3264.00;10.25;1709.00;0.00;0.24 -6140;0;3419.00;10.10;1916.00;0.00;0.34 -6141;0;3205.00;10.50;1797.00;0.00;0.30 -6142;0;3234.00;10.90;1946.00;0.00;0.40 -6143;0;3415.00;10.30;1705.00;0.00;0.18 -6144;0;3196.00;9.80;1749.00;0.00;0.24 -6145;0;2905.00;9.72;1747.00;0.00;0.18 -6146;0;3258.00;10.50;1824.00;0.00;0.16 -6147;0;3029.00;11.45;1766.00;0.00;0.24 -6148;0;3052.00;10.35;1677.00;0.00;0.22 -6149;0;3516.00;9.80;1673.00;0.00;0.26 -6150;0;3277.00;10.32;1770.00;0.00;0.22 -6151;0;2949.00;9.97;1713.00;0.00;0.26 -6152;0;3044.00;14.52;1883.00;0.00;0.32 -6153;0;3309.00;10.50;1786.00;0.00;0.26 -6154;0;3305.00;10.30;1697.00;0.00;0.20 -6155;0;3070.00;12.15;1926.00;0.00;0.42 -6156;0;3260.00;9.95;1794.00;0.00;0.30 -6157;0;3315.00;10.10;1949.00;0.00;0.30 -6158;0;3486.00;9.80;1705.00;0.00;0.20 -6159;0;3365.00;9.85;1821.00;0.00;0.30 -6160;0;2988.00;10.17;1745.00;0.00;0.26 -6161;0;3119.00;10.70;1858.00;0.00;0.30 -6162;0;3639.00;10.50;1708.00;0.00;0.30 -6163;0;3196.00;10.32;1768.00;0.00;0.22 -6164;0;3033.00;10.15;1718.00;0.00;0.26 -6165;0;3149.00;9.67;1879.00;0.00;0.34 -6166;0;3449.00;10.50;1762.00;0.00;0.40 -6167;0;3405.00;10.37;1693.00;0.00;0.16 -6168;0;3166.00;10.75;1920.00;0.00;0.40 -6169;0;3354.00;10.70;1742.00;0.00;0.22 -6170;0;3147.00;11.70;1942.00;0.00;0.36 -6171;0;3570.00;10.00;1709.00;0.00;0.24 -6172;0;3323.00;10.30;1764.00;0.00;0.24 -6173;0;3002.00;10.45;1843.00;0.00;0.40 -6174;0;3277.00;10.40;1727.00;0.00;0.22 -6175;0;3278.00;10.67;1850.00;0.00;0.34 -6176;0;2904.00;9.70;1699.00;0.00;0.24 -6177;0;3619.00;10.50;1849.00;0.00;0.86 -6178;0;3212.00;10.30;1699.00;0.00;0.26 -6179;0;3249.00;10.70;1884.00;0.00;0.34 -6180;0;3477.00;9.90;1693.00;0.00;0.24 -6181;0;3313.00;10.40;1917.00;0.00;0.24 -6182;0;3407.00;10.42;1748.00;0.00;0.28 -6183;0;3257.00;10.25;1948.00;0.00;0.32 -6184;0;2932.00;14.12;1735.00;0.00;0.34 -6185;0;3030.00;11.82;1834.00;0.00;0.30 -6186;0;3239.00;9.70;1753.00;0.00;0.22 -6187;0;3004.00;9.82;1864.00;0.00;0.42 -6188;0;3037.00;9.65;1710.00;0.00;0.18 -6189;0;3389.00;10.40;1716.00;0.00;0.24 -6190;0;3491.00;10.50;1733.00;0.00;0.24 -6191;0;3550.00;10.20;1693.00;0.00;0.26 -6192;0;3510.00;9.70;1907.00;0.00;1.06 -6193;0;3506.00;9.90;1767.00;0.00;0.38 -6194;0;3373.00;10.60;1928.00;0.00;0.36 -6195;0;3009.00;10.80;1739.00;0.00;0.30 -6196;0;2776.00;9.70;1756.00;0.00;0.30 -6197;0;3286.00;10.32;1717.00;0.00;0.22 -6198;0;3185.00;10.50;1814.00;0.00;0.32 -6199;0;3480.00;10.02;1763.00;0.00;0.30 -6200;0;3092.00;11.07;1853.00;0.00;0.30 -6201;0;3158.00;9.70;1709.00;0.00;0.18 -6202;0;3565.00;10.05;1750.00;0.00;0.36 -6203;0;3383.00;10.47;1683.00;0.00;0.26 -6204;0;2929.00;14.35;1779.00;0.00;0.24 -6205;0;2710.00;10.47;1693.00;0.00;0.26 -6206;0;3110.00;12.00;1915.00;0.00;0.38 -6207;0;3001.00;13.55;1793.00;0.00;0.32 -6208;0;3130.00;12.45;1953.00;0.00;0.40 -6209;0;3095.00;9.70;1728.00;0.00;0.20 -6210;0;3286.00;10.50;1808.00;0.00;0.36 -6211;0;4830.00;12.85;1890.00;0.00;1.88 -6212;0;3210.00;10.40;1844.00;0.00;0.30 -6213;0;3532.00;10.20;1732.00;0.00;0.26 -6214;0;3045.00;12.90;1905.00;0.00;0.38 -6215;0;3457.00;9.90;1677.00;0.00;0.18 -6216;0;2926.00;12.20;1769.00;0.00;0.28 -6217;0;3629.00;9.80;1668.00;0.00;0.26 -6218;0;2970.00;10.22;1573.00;0.00;0.20 -6219;0;3333.00;9.50;1185.00;0.00;0.70 -6220;0;3253.00;10.50;1615.00;0.00;0.28 -6221;0;2769.00;9.92;1568.00;0.00;0.20 -6222;0;3176.00;9.75;1661.00;0.00;0.24 -6223;0;1437.00;9.50;1342.00;0.00;1.38 -6224;0;3585.00;10.37;1663.00;0.00;0.28 -6225;0;3302.00;11.27;1673.00;0.00;0.28 -6226;0;3560.00;10.15;1583.00;0.00;0.26 -6227;0;878.00;9.50;650.00;0.00;1.10 -6228;0;5564.00;9.50;1051.00;0.00;0.80 -6229;0;3171.00;9.85;1635.00;0.00;0.20 -6230;0;3421.00;9.90;1582.00;0.00;0.22 -6231;0;3460.00;10.40;1634.00;0.00;0.18 -6232;0;3253.56;9.80;1554.79;0.00;0.18 -6233;0;3283.00;9.80;1588.00;0.00;0.18 -6234;0;2859.00;9.50;1745.00;0.00;0.66 -6235;0;2959.00;10.00;1661.00;0.00;0.28 -6236;0;3043.00;9.70;1577.00;0.00;0.22 -6237;0;2774.00;10.00;1593.00;0.00;0.20 -6238;0;5184.00;9.50;408.00;0.00;1.02 -6239;0;5513.00;9.50;1053.00;0.00;1.10 -6240;0;5463.00;9.50;1575.00;0.00;1.10 -6241;0;2895.00;9.60;1561.00;0.00;0.24 -6242;0;3258.00;9.80;1662.00;0.00;0.24 -6243;0;3325.00;10.00;1604.00;0.00;0.22 -6244;0;4190.00;9.50;932.00;0.00;1.00 -6245;0;3367.00;9.92;1663.00;0.00;0.20 -6246;0;3653.00;10.37;1639.00;0.00;0.28 -6247;0;3443.00;10.40;1667.00;0.00;0.18 -6248;0;3494.00;10.05;1583.00;0.00;0.22 -6249;0;3263.00;9.80;1633.00;0.00;0.30 -6250;0;3855.00;9.50;397.00;0.00;1.00 -6251;0;2657.00;9.50;107.00;0.00;1.22 -6252;0;3350.00;9.90;1587.00;0.00;0.20 -6253;0;3528.00;10.00;1633.00;0.00;0.26 -6254;0;3346.00;10.50;1552.00;0.00;0.18 -6255;0;2739.00;9.50;590.00;0.00;0.98 -6256;0;2055.00;9.50;388.00;0.00;1.06 -6257;0;2963.00;9.90;1599.00;0.00;0.22 -6258;0;3092.00;9.75;1671.00;0.00;0.28 -6259;0;3120.00;9.70;1570.00;0.00;0.20 -6260;0;1886.00;9.50;1369.00;0.00;1.28 -6261;0;1768.00;9.50;2029.00;0.00;0.78 -6262;0;3392.00;10.10;1600.00;0.00;0.20 -6263;0;2961.00;9.70;1577.00;0.00;0.20 -6264;0;3324.00;10.70;1655.00;0.00;0.28 -6265;0;1443.00;9.50;445.00;0.00;1.40 -6266;0;170.00;9.50;27.00;0.00;1.26 -6267;0;354.00;9.50;1257.00;0.00;1.02 -6268;0;2763.00;11.37;1612.00;0.00;0.18 -6269;0;3442.00;10.35;1658.00;0.00;0.20 -6270;0;2772.00;10.10;1575.00;0.00;0.18 -6271;0;147.00;9.50;1834.00;0.00;1.10 -6272;0;248.00;9.50;925.00;0.00;1.32 -6273;0;3315.00;10.65;1630.00;0.00;0.18 -6274;0;3634.00;10.60;1728.00;0.00;0.34 -6275;0;3574.00;10.10;1582.00;0.00;0.16 -6276;0;1171.00;9.50;512.00;0.00;0.98 -6277;0;4842.00;9.50;18.00;0.00;0.82 -6278;0;3635.00;9.90;1658.00;0.00;0.28 -6279;0;3418.00;10.00;1589.00;0.00;0.20 -6280;0;3212.00;10.40;1569.00;0.00;0.20 -6281;0;3177.00;10.30;1605.00;0.00;0.24 -6282;0;3029.00;10.30;1588.00;0.00;0.16 -6283;0;3395.00;10.60;1650.00;0.00;0.22 -6284;0;3464.00;9.92;1606.00;0.00;0.22 -6285;0;3668.00;9.90;1636.00;0.00;0.30 -6286;0;2900.00;9.60;1570.00;0.00;0.20 -6287;0;2997.00;9.70;1641.00;0.00;0.22 -6288;0;3629.00;9.97;1703.00;0.00;0.28 -6289;0;2651.00;10.92;1579.00;0.00;0.24 -6290;0;3392.00;11.57;1619.00;0.00;0.20 -6291;0;3484.00;9.92;1586.00;0.00;0.20 -6292;0;3261.00;9.87;1592.00;0.00;0.24 -6293;0;3288.00;10.05;1643.00;0.00;0.28 -6294;0;3537.00;10.95;1607.00;0.00;0.24 -6295;0;3470.00;9.80;1646.00;0.00;0.26 -6296;0;3182.00;9.70;1620.00;0.00;0.28 -6297;0;3604.00;10.40;1680.00;0.00;0.24 -6298;0;2968.00;9.70;1583.00;0.00;0.20 -6299;0;3478.00;10.40;1637.00;0.00;0.26 -6300;0;2745.00;11.22;1661.00;0.00;0.16 -6301;0;2751.00;12.47;1581.00;0.00;0.20 -6302;0;3557.00;11.10;1591.00;0.00;0.24 -6303;0;3344.00;10.65;1642.00;0.00;0.20 -6304;0;3354.00;10.50;1558.00;0.00;0.18 -6305;0;3326.00;9.92;1592.00;0.00;0.20 -6306;0;3199.00;10.05;1572.00;0.00;0.26 -6307;0;3545.00;9.92;1649.00;0.00;0.18 -6308;0;3634.00;9.90;1614.00;0.00;0.26 -6309;0;3043.00;9.70;1588.00;0.00;0.22 -6310;0;2990.00;9.50;1690.00;0.00;0.22 -6311;0;3044.00;10.40;1703.00;0.00;0.20 -6312;0;3528.00;10.20;1622.00;0.00;0.24 -6313;0;2663.00;10.05;1586.00;0.00;0.24 -6314;0;3141.00;10.25;1644.00;0.00;0.28 -6315;0;3398.00;10.10;1594.00;0.00;0.24 -6316;0;3425.00;10.40;1642.00;0.00;0.24 -6317;0;3426.00;10.00;1557.00;0.00;0.18 -6318;0;2760.00;9.92;1602.00;0.00;0.18 -6319;0;3275.00;9.80;1564.00;0.00;0.26 -6320;0;2734.00;11.97;1646.00;0.00;0.22 -6321;0;3115.00;9.80;1580.00;0.00;0.24 -6322;0;3156.00;9.70;1677.00;0.00;0.26 -6323;0;3614.00;10.57;1639.00;0.00;0.26 -6324;0;3252.00;9.70;1678.00;0.00;0.26 -6325;0;2960.00;9.70;1586.00;0.00;0.18 -6326;0;3254.00;9.80;1637.00;0.00;0.26 -6327;0;3500.00;9.80;1635.00;0.00;0.20 -6328;0;3488.00;9.80;1558.00;0.00;0.20 -6329;0;3466.00;9.90;1590.00;0.00;0.20 -6330;0;3341.00;10.30;1558.00;0.00;0.22 -6331;0;3006.00;9.97;1687.00;0.00;0.24 -6332;0;3125.00;9.67;1613.00;0.00;0.24 -6333;0;3401.00;10.10;1605.00;0.00;0.20 -6334;0;3035.00;9.70;1596.00;0.00;0.24 -6335;0;2753.00;10.32;1610.00;0.00;0.20 -6336;0;2895.00;9.70;1582.00;0.00;0.28 -6337;0;3541.00;10.85;1598.00;0.00;0.22 -6338;0;3567.00;9.75;1637.00;0.00;0.22 -6339;0;3560.00;9.72;1561.00;0.00;0.20 -6340;0;3215.00;10.35;1607.00;0.00;0.28 -6341;0;3417.00;10.07;1560.00;0.00;0.22 -6342;0;3169.00;10.30;1656.00;0.00;0.26 -6343;0;3474.00;9.80;1611.00;0.00;0.20 -6344;0;3281.00;9.80;1574.00;0.00;0.20 -6345;0;3008.00;9.70;1645.00;0.00;0.18 -6346;0;3397.00;9.95;1666.00;0.00;0.20 -6347;0;3114.00;9.80;1586.00;0.00;0.24 -6348;0;3383.00;10.42;1626.00;0.00;0.24 -6349;0;2951.00;9.95;1587.00;0.00;0.20 -6350;0;2721.14;10.70;1633.04;0.00;0.26 -6351;0;2764.00;10.02;1553.00;0.00;0.22 -6352;0;3616.00;10.40;1609.00;0.00;0.20 -6353;0;3482.00;9.80;1566.00;0.00;0.18 -6354;0;3286.00;9.90;1605.00;0.00;0.20 -6355;0;3353.00;10.05;1568.00;0.00;0.22 -6356;0;3412.00;10.00;1658.00;0.00;0.18 -6357;0;3535.00;10.20;1617.00;0.00;0.24 -6358;0;3463.00;9.80;1664.00;0.00;0.20 -6359;0;3200.00;9.87;1586.00;0.00;0.22 -6360;0;3171.00;9.75;1628.00;0.00;0.20 -6361;0;3038.00;9.55;1625.00;0.00;0.12 -6362;0;3455.00;10.20;1626.00;0.00;0.24 -6363;0;2731.00;11.10;1592.00;0.00;0.32 -6364;0;2964.00;9.70;1649.00;0.00;0.32 -6365;0;3361.00;10.00;1597.00;0.00;0.18 -6366;0;3551.00;9.95;1566.00;0.00;0.20 -6367;0;3319.00;10.50;1647.00;0.00;0.22 -6368;0;3639.00;10.05;1634.00;0.00;0.22 -6369;0;3424.00;10.02;1566.00;0.00;0.24 -6370;0;3476.00;9.80;1653.00;0.00;0.22 -6371;0;3252.00;9.95;1626.00;0.00;0.24 -6372;0;3539.00;10.40;1671.00;0.00;0.26 -6373;0;3272.00;9.80;1576.00;0.00;0.24 -6374;0;3519.00;9.97;1625.00;0.00;0.22 -6375;0;3129.00;10.22;1593.00;0.00;0.28 -6376;0;3171.00;10.40;1644.00;0.00;0.22 -6377;0;2958.00;10.27;1569.00;0.00;0.18 -6378;0;2756.00;10.72;1568.00;0.00;0.16 -6379;0;3632.00;10.27;1569.00;0.00;0.24 -6380;0;3390.00;10.82;1640.00;0.00;0.18 -6381;0;3199.00;10.30;1702.00;0.00;0.18 -6382;0;3492.00;9.90;1568.00;0.00;0.18 -6383;0;3563.00;9.80;1678.00;0.00;0.26 -6384;0;2754.26;10.40;1602.77;0.00;0.20 -6385;0;2725.00;11.67;1664.00;0.00;0.22 -6386;0;3346.00;10.60;1566.00;0.00;0.20 -6387;0;3324.00;10.60;1622.00;0.00;0.20 -6388;0;3626.00;10.22;1650.00;0.00;0.34 -6389;0;2963.00;9.70;1607.00;0.00;0.24 -6390;0;3034.00;9.70;1585.00;0.00;0.20 -6391;0;3503.00;10.97;1602.00;0.00;0.22 -6392;0;3464.00;10.02;1642.00;0.00;0.22 -6393;0;2992.00;9.70;1631.00;0.00;0.28 -6394;0;3554.00;10.25;1574.00;0.00;0.22 -6395;0;2723.00;9.87;1651.00;0.00;0.18 -6396;0;3393.00;10.60;1611.00;0.00;0.18 -6397;0;3039.00;9.85;1695.00;0.00;0.20 -6398;0;3416.00;10.00;1571.00;0.00;0.22 -6399;0;2748.00;9.90;1619.00;0.00;0.20 -6400;0;3316.00;10.60;1638.00;0.00;0.20 -6401;0;3099.00;9.80;1572.00;0.00;0.22 -6402;0;3116.00;9.62;1606.00;0.00;0.24 -6403;0;3523.00;9.82;1650.00;0.00;0.24 -6404;0;3582.00;10.10;1600.00;0.00;0.26 -6405;0;2642.00;10.45;1571.00;0.00;0.20 -6406;0;3015.00;10.00;1681.00;0.00;0.24 -6407;0;3165.00;9.90;1620.00;0.00;0.20 -6408;0;3214.00;10.30;1689.00;0.00;0.24 -6409;0;3487.00;9.90;1577.00;0.00;0.20 -6410;0;3464.00;9.95;1622.00;0.00;0.18 -6411;0;3349.00;10.35;1578.00;0.00;0.22 -6412;0;3008.00;9.70;1661.00;0.00;0.22 -6413;0;3205.00;9.90;1600.00;0.00;0.36 -6414;0;3390.00;11.47;1633.00;0.00;0.18 -6415;0;3199.00;9.87;1560.00;0.00;0.24 -6416;0;3130.00;10.92;1539.00;0.00;0.20 -6417;0;3449.00;9.77;1453.00;0.00;0.20 -6418;0;3017.00;12.07;1515.00;0.00;0.22 -6419;0;3342.00;9.50;1243.00;0.00;0.92 -6420;0;3388.00;9.70;1460.00;0.00;0.18 -6421;0;2971.00;11.12;1521.00;0.00;0.24 -6422;0;1503.00;9.50;1301.00;0.00;1.08 -6423;0;3334.00;10.00;1478.00;0.00;0.24 -6424;0;3617.00;9.77;1554.00;0.00;0.24 -6425;0;886.00;9.50;579.00;0.00;1.28 -6426;0;1296.00;9.50;630.00;0.00;1.02 -6427;0;5476.00;9.50;1029.00;0.00;1.22 -6428;0;3446.00;9.90;1543.00;0.00;0.24 -6429;0;3233.00;10.20;1501.00;0.00;0.26 -6430;0;3558.00;9.70;1516.00;0.00;0.24 -6431;0;3168.00;12.25;1501.00;0.00;0.28 -6432;0;3399.00;9.85;1519.00;0.00;0.24 -6433;0;4368.00;9.50;104.00;0.00;0.82 -6434;0;2838.00;9.50;1796.00;0.00;0.84 -6435;0;3216.00;10.10;1534.00;0.00;0.28 -6436;0;3520.00;12.70;1358.00;0.00;0.18 -6437;0;5147.00;9.50;438.00;0.00;1.26 -6438;0;5470.00;9.50;1076.00;0.00;0.96 -6439;0;5508.00;9.50;1531.00;0.00;0.94 -6440;0;3024.00;11.00;1525.00;0.00;0.26 -6441;0;3010.00;9.80;1555.00;0.00;0.24 -6442;0;4972.00;9.50;1441.00;0.00;1.08 -6443;0;4178.00;9.50;979.00;0.00;0.84 -6444;0;2929.00;10.90;1520.00;0.00;0.20 -6445;0;3407.00;9.70;1463.00;0.00;0.20 -6446;0;2850.00;9.67;1536.00;0.00;0.24 -6447;0;4285.00;9.50;17.00;0.00;0.82 -6448;0;4312.00;9.50;308.00;0.00;1.00 -6449;0;2782.71;9.70;1504.68;0.00;0.24 -6450;0;3515.00;10.00;1549.00;0.00;0.22 -6451;0;3320.00;9.85;1483.00;0.00;0.26 -6452;0;3826.00;9.50;353.00;0.00;1.14 -6453;0;2693.00;9.50;88.00;0.00;0.86 -6454;0;3475.00;9.95;1508.00;0.00;0.24 -6455;0;3239.00;10.00;1490.00;0.00;0.28 -6456;0;2696.00;9.50;581.00;0.00;0.94 -6457;0;2319.00;9.50;428.00;0.00;1.38 -6458;0;3298.00;9.80;1530.00;0.00;0.22 -6459;0;3231.00;10.15;1643.00;0.00;0.26 -6460;0;3177.00;12.75;1494.00;0.00;0.26 -6461;0;1870.00;9.50;1256.00;0.00;1.20 -6462;0;3079.00;10.22;1542.00;0.00;0.22 -6463;0;3523.00;10.17;1460.00;0.00;0.20 -6464;0;3099.00;11.67;1523.00;0.00;0.20 -6465;0;1422.00;9.50;391.00;0.00;1.30 -6466;0;114.00;9.50;65.00;0.00;1.50 -6467;0;399.00;9.50;1220.00;0.00;0.96 -6468;0;3476.00;9.70;1453.00;0.00;0.22 -6469;0;2914.00;9.70;1544.00;0.00;0.22 -6470;0;3001.00;13.20;1523.00;0.00;0.22 -6471;0;146.00;9.50;1795.00;0.00;1.28 -6472;0;293.00;9.50;960.00;0.00;0.94 -6473;0;3589.00;9.70;1550.00;0.00;0.24 -6474;0;3398.00;10.00;1477.00;0.00;0.26 -6475;0;1140.00;9.50;543.00;0.00;1.02 -6476;0;4870.00;9.50;81.00;0.00;1.04 -6477;0;3409.00;9.90;1551.00;0.00;0.22 -6478;0;3325.00;9.82;1490.00;0.00;0.20 -6479;0;3535.00;10.60;1519.00;0.00;0.26 -6480;0;3265.00;10.10;1494.00;0.00;0.28 -6481;0;3362.00;9.90;1527.00;0.00;0.20 -6482;0;886.00;12.82;1573.00;0.00;0.36 -6483;0;3178.00;11.05;1504.00;0.00;0.24 -6484;0;3161.00;10.00;1549.00;0.00;0.26 -6485;0;3075.00;14.10;1524.00;0.00;0.22 -6486;0;3529.00;9.85;1479.00;0.00;0.26 -6487;0;2986.00;9.90;1557.00;0.00;0.16 -6488;0;2940.00;10.55;1522.00;0.00;0.20 -6489;0;2772.00;9.90;1550.00;0.00;0.26 -6490;0;3468.00;10.10;1465.00;0.00;0.20 -6491;0;3606.00;9.60;1506.00;0.00;0.36 -6492;0;3483.00;9.80;1552.00;0.00;0.16 -6493;0;3405.00;9.80;1473.00;0.00;0.24 -6494;0;3436.00;10.50;1521.00;0.00;0.22 -6495;0;3323.00;9.90;1500.00;0.00;0.22 -6496;0;2890.00;9.70;1549.00;0.00;0.20 -6497;0;3269.00;10.10;1505.00;0.00;0.20 -6498;0;3591.00;9.60;1473.00;0.00;0.34 -6499;0;3142.00;10.60;1521.00;0.00;0.24 -6500;0;2896.00;9.70;1546.00;0.00;0.20 -6501;0;2995.00;10.92;1540.00;0.00;0.20 -6502;0;3552.00;9.70;1553.00;0.00;0.28 -6503;0;3476.00;9.70;1471.00;0.00;0.22 -6504;0;2852.00;9.70;1519.00;0.00;0.20 -6505;0;3407.00;10.00;1485.00;0.00;0.22 -6506;0;3507.00;10.22;1515.00;0.00;0.22 -6507;0;3335.00;9.80;1496.00;0.00;0.24 -6508;0;3315.00;9.80;1541.00;0.00;0.24 -6509;0;3220.00;10.30;1513.00;0.00;0.20 -6510;0;1560.00;10.62;1669.00;0.00;0.40 -6511;0;3136.00;9.82;1551.00;0.00;0.20 -6512;0;3079.00;10.12;1531.00;0.00;0.22 -6513;0;2960.00;10.77;1551.00;0.00;0.20 -6514;0;3580.00;9.60;1470.00;0.00;0.30 -6515;0;3630.00;9.80;1558.00;0.00;0.28 -6516;0;3524.00;10.32;1487.00;0.00;0.22 -6517;0;3381.00;9.90;1525.00;0.00;0.22 -6518;0;2849.00;9.82;1475.00;0.00;0.20 -6519;0;3410.00;10.35;1493.00;0.00;0.24 -6520;0;3227.00;9.90;1542.00;0.00;0.22 -6521;0;3010.00;9.70;1568.00;0.00;0.22 -6522;0;3154.00;10.55;1517.00;0.00;0.28 -6523;0;3599.00;9.60;1482.00;0.00;0.28 -6524;0;2979.00;10.85;1539.00;0.00;0.22 -6525;0;3539.00;9.60;1488.00;0.00;0.26 -6526;0;2719.91;10.00;1538.36;0.00;0.28 -6527;0;3489.00;10.25;1483.00;0.00;0.24 -6528;0;3454.00;9.80;1527.00;0.00;0.24 -6529;0;2920.00;13.22;1479.00;0.00;0.20 -6530;0;3381.00;9.80;1497.00;0.00;0.26 -6531;0;2883.00;10.37;1476.00;0.00;0.24 -6532;0;3291.00;10.05;1536.00;0.00;0.22 -6533;0;2824.00;10.37;1473.00;0.00;0.24 -6534;0;3053.00;12.67;1540.00;0.00;0.18 -6535;0;2928.00;9.77;1555.00;0.00;0.20 -6536;0;2756.00;9.70;1473.00;0.00;0.24 -6537;0;2892.00;11.55;1527.00;0.00;0.18 -6538;0;3642.00;9.70;1886.00;0.00;0.86 -6539;0;3515.00;9.70;1530.00;0.00;0.22 -6540;0;2975.00;11.25;1493.00;0.00;0.24 -6541;0;3530.00;10.50;1497.00;0.00;0.26 -6542;0;2934.00;12.05;1489.00;0.00;0.20 -6543;0;3362.00;10.00;1538.00;0.00;0.20 -6544;0;3454.00;9.80;1493.00;0.00;0.22 -6545;0;2883.00;11.17;1493.00;0.00;0.20 -6546;0;3180.00;9.92;1551.00;0.00;0.24 -6547;0;2824.00;10.00;1486.00;0.00;0.28 -6548;0;2759.00;10.45;1480.00;0.00;0.22 -6549;0;2950.00;10.97;1534.00;0.00;0.20 -6550;0;3212.20;9.60;1293.62;0.00;0.44 -6551;0;3589.00;9.70;1521.00;0.00;0.26 -6552;0;3045.00;14.90;1492.00;0.00;0.24 -6553;0;3435.00;9.90;1539.00;0.00;0.22 -6554;0;3381.00;9.80;1507.00;0.00;0.22 -6555;0;2957.00;11.32;1500.00;0.00;0.24 -6556;0;3253.00;10.00;1548.00;0.00;0.20 -6557;0;3211.00;10.90;1520.00;0.00;0.28 -6558;0;3065.00;10.30;1567.00;0.00;0.16 -6559;0;3017.00;13.40;1538.00;0.00;0.20 -6560;0;2860.00;10.05;1539.00;0.00;0.20 -6561;0;3106.00;9.97;1481.00;0.00;0.18 -6562;0;3073.00;10.55;1509.00;0.00;0.20 -6563;0;3499.00;9.80;1533.00;0.00;0.18 -6564;0;3577.00;9.60;1494.00;0.00;0.34 -6565;0;3333.00;9.82;1544.00;0.00;0.18 -6566;0;3457.00;10.27;1501.00;0.00;0.20 -6567;0;3132.00;9.80;1571.00;0.00;0.20 -6568;0;2942.00;10.30;1502.00;0.00;0.20 -6569;0;2829.00;10.10;1503.00;0.00;0.20 -6570;0;2916.00;9.85;1536.00;0.00;0.18 -6571;0;3181.00;15.12;1478.00;0.00;0.22 -6572;0;2753.00;9.70;1489.00;0.00;0.18 -6573;0;3136.00;10.07;1490.00;0.00;0.12 -6574;0;3568.00;10.87;1532.00;0.00;0.28 -6575;0;3517.00;11.22;1513.00;0.00;0.24 -6576;0;3080.00;10.42;1501.00;0.00;0.22 -6577;0;3390.00;9.90;1538.00;0.00;0.16 -6578;0;3353.00;9.72;1505.00;0.00;0.24 -6579;0;3227.00;9.80;1557.00;0.00;0.18 -6580;0;3174.00;10.10;1529.00;0.00;0.28 -6581;0;2951.00;10.85;1505.00;0.00;0.20 -6582;0;2990.00;9.90;1549.00;0.00;0.14 -6583;0;2900.00;11.10;1512.00;0.00;0.26 -6584;0;3218.00;10.20;1473.00;0.00;0.20 -6585;0;2837.00;9.80;1506.00;0.00;0.18 -6586;0;3146.00;9.80;1494.00;0.00;0.20 -6587;0;3466.00;10.00;1541.00;0.00;0.20 -6588;0;3584.00;9.60;1503.00;0.00;0.32 -6589;0;3308.00;9.80;1555.00;0.00;0.24 -6590;0;3085.00;11.62;1506.00;0.00;0.24 -6591;0;3436.00;10.15;1510.00;0.00;0.20 -6592;0;3017.00;14.37;1506.00;0.00;0.28 -6593;0;3247.00;10.07;1530.00;0.00;0.20 -6594;0;2952.00;10.37;1516.00;0.00;0.20 -6595;0;3047.00;10.07;1549.00;0.00;0.16 -6596;0;3354.00;9.70;1458.00;0.00;0.24 -6597;0;3291.00;10.10;1476.00;0.00;0.26 -6598;0;2873.00;9.65;1541.00;0.00;0.16 -6599;0;2807.00;10.00;1500.00;0.00;0.24 -6600;0;3245.00;11.32;1472.00;0.00;0.28 -6601;0;3543.00;10.55;1535.00;0.00;0.28 -6602;0;3503.00;9.80;1508.00;0.00;0.16 -6603;0;3380.00;10.02;1542.00;0.00;0.20 -6604;0;3151.00;10.35;1499.00;0.00;0.26 -6605;0;3323.00;9.80;1520.00;0.00;0.26 -6606;0;2982.00;11.07;1410.00;0.00;0.20 -6607;0;1556.00;10.90;1620.00;0.00;0.28 -6608;0;3292.00;9.50;1240.00;0.00;0.96 -6609;0;2903.00;14.47;1427.00;0.00;0.18 -6610;0;1537.00;9.50;1633.00;0.00;0.26 -6611;0;3050.00;13.30;1411.00;0.00;0.20 -6612;0;1485.00;9.50;1341.00;0.00;0.94 -6613;0;2878.00;11.12;1432.00;0.00;0.14 -6614;0;3057.00;12.17;1418.00;0.00;0.16 -6615;0;3637.00;9.60;1473.00;0.00;0.34 -6616;0;995.00;9.50;544.00;0.00;1.06 -6617;0;5272.00;9.50;949.00;0.00;1.34 -6618;0;2836.00;9.95;1428.00;0.00;0.24 -6619;0;3067.00;10.92;1417.00;0.00;0.20 -6620;0;3549.00;9.60;1455.00;0.00;0.30 -6621;0;2789.00;9.67;1419.00;0.00;0.12 -6622;0;2918.00;9.70;1554.00;0.00;0.14 -6623;0;4452.00;9.50;170.00;0.00;1.14 -6624;0;2878.00;9.50;1663.00;0.00;0.80 -6625;0;1626.00;10.40;1635.00;0.00;0.28 -6626;0;3019.00;9.70;1429.00;0.00;0.16 -6627;0;5190.00;9.50;470.00;0.00;1.26 -6628;0;5423.00;9.50;1054.00;0.00;1.10 -6629;0;5461.00;9.50;1398.00;0.00;0.98 -6630;0;1614.00;10.45;1637.00;0.00;0.26 -6631;0;2974.00;14.35;1439.00;0.00;0.20 -6632;0;4920.00;9.50;1383.00;0.00;1.22 -6633;0;4153.00;9.50;946.00;0.00;1.14 -6634;0;3138.00;10.15;1408.00;0.00;0.20 -6635;0;2936.00;12.90;1437.00;0.00;0.20 -6636;0;4195.00;9.50;10.00;0.00;0.50 -6637;0;4345.00;9.50;267.00;0.00;1.04 -6638;0;4438.00;14.47;1254.00;0.00;0.40 -6639;0;2893.00;10.10;1437.00;0.00;0.20 -6640;0;3776.00;9.50;338.00;0.00;0.94 -6641;0;2659.00;9.50;52.00;0.00;1.10 -6642;0;3520.00;16.05;1317.00;0.00;0.22 -6643;0;3122.00;10.17;1433.00;0.00;0.18 -6644;0;2848.00;10.17;1447.00;0.00;0.20 -6645;0;2701.00;9.50;631.00;0.00;1.04 -6646;0;2402.00;9.50;467.00;0.00;1.06 -6647;0;3094.00;9.80;1423.00;0.00;0.20 -6648;0;2842.00;10.00;1437.00;0.00;0.18 -6649;0;1861.00;9.50;1216.00;0.00;1.22 -6650;0;3041.00;12.55;1431.00;0.00;0.26 -6651;0;2837.00;10.20;1447.00;0.00;0.22 -6652;0;3175.00;9.70;1405.00;0.00;0.20 -6653;0;1344.00;9.50;529.00;0.00;1.24 -6654;0;103.00;9.50;15.00;0.00;0.74 -6655;0;477.00;9.50;1204.00;0.00;1.02 -6656;0;2997.00;9.92;1438.00;0.00;0.20 -6657;0;2790.00;9.55;1440.00;0.00;0.30 -6658;0;3208.00;9.70;1398.00;0.00;0.24 -6659;0;132.00;9.50;1724.00;0.00;1.06 -6660;0;249.00;9.50;993.00;0.00;1.12 -6661;0;2956.00;12.62;1439.00;0.00;0.26 -6662;0;1575.00;10.82;1644.00;0.00;0.28 -6663;0;1215.00;9.50;492.00;0.00;1.26 -6664;0;4897.00;9.50;62.00;0.00;0.92 -6665;0;901.00;13.47;1573.00;0.00;0.28 -6666;0;2904.00;9.65;1446.00;0.00;0.26 -6667;0;3164.00;14.32;1418.00;0.00;0.20 -6668;0;2896.00;10.10;1446.00;0.00;0.20 -6669;0;3484.00;15.05;1350.00;0.00;0.26 -6670;0;3104.00;9.80;1440.00;0.00;0.22 -6671;0;3489.00;14.80;1358.00;0.00;0.16 -6672;0;3061.00;10.57;1446.00;0.00;0.22 -6673;0;3013.00;12.15;1449.00;0.00;0.14 -6674;0;3474.00;16.30;1380.00;0.00;0.26 -6675;0;2975.00;15.92;1448.00;0.00;0.18 -6676;0;1573.00;10.60;1661.00;0.00;0.34 -6677;0;3237.00;9.70;1406.00;0.00;0.26 -6678;0;2964.00;15.05;1457.00;0.00;0.20 -6679;0;3180.00;15.45;1431.00;0.00;0.20 -6680;0;2958.00;12.07;1462.00;0.00;0.22 -6681;0;887.00;10.50;1517.00;0.00;0.28 -6682;0;3141.00;9.82;1441.00;0.00;0.14 -6683;0;2918.00;10.40;1460.00;0.00;0.18 -6684;0;4888.00;10.15;1416.00;0.00;0.24 -6685;0;3083.00;10.02;1444.00;0.00;0.16 -6686;0;4902.00;9.82;1445.00;0.00;0.24 -6687;0;3032.00;12.10;1459.00;0.00;0.20 -6688;0;2844.00;10.55;1466.00;0.00;0.24 -6689;0;3532.00;11.42;1377.00;0.00;0.28 -6690;0;3051.00;13.77;1471.00;0.00;0.26 -6691;0;3023.00;14.17;1465.00;0.00;0.20 -6692;0;3451.00;14.27;1392.00;0.00;0.26 -6693;0;2978.00;12.25;1475.00;0.00;0.24 -6694;0;926.00;9.80;1496.00;0.00;0.32 -6695;0;3190.00;13.67;1423.00;0.00;0.22 -6696;0;1468.00;10.60;1506.00;0.00;0.44 -6697;0;3145.00;11.30;1449.00;0.00;0.18 -6698;0;2903.00;10.27;1471.00;0.00;0.20 -6699;0;919.00;10.02;1503.00;0.00;0.32 -6700;0;3115.00;9.80;1446.00;0.00;0.22 -6701;0;3546.00;11.22;1391.00;0.00;0.24 -6702;0;3506.00;11.52;1400.00;0.00;0.26 -6703;0;3096.00;9.80;1457.00;0.00;0.22 -6704;0;3341.60;10.80;1416.73;0.00;0.28 -6705;0;1555.00;10.40;1567.00;0.00;0.24 -6706;0;3240.00;9.80;1428.00;0.00;0.22 -6707;0;1568.00;10.80;1584.00;0.00;0.22 -6708;0;3013.00;12.75;1479.00;0.00;0.22 -6709;0;3191.00;13.47;1430.00;0.00;0.16 -6710;0;1505.00;10.60;1590.00;0.00;0.36 -6711;0;3170.00;15.30;1452.00;0.00;0.16 -6712;0;2928.00;10.15;1481.00;0.00;0.20 -6713;0;1447.00;10.12;1569.00;0.00;0.24 -6714;0;3173.00;12.07;1458.00;0.00;0.16 -6715;0;4949.00;10.62;1434.00;0.00;0.32 -6716;0;3123.00;9.70;1465.00;0.00;0.24 -6717;0;1624.00;13.37;1587.00;0.00;0.30 -6718;0;3483.00;11.25;1399.00;0.00;0.22 -6719;0;1702.00;10.80;1631.00;0.00;0.28 -6720;0;3077.00;11.00;1470.00;0.00;0.24 -6721;0;3432.00;12.27;1399.00;0.00;0.24 -6722;0;1196.00;12.65;1667.00;0.00;0.46 -6723;0;3039.00;12.20;1487.00;0.00;0.22 -6724;0;3340.00;9.80;1425.00;0.00;0.24 -6725;0;3002.00;11.17;1486.00;0.00;0.18 -6726;0;1078.00;11.30;1799.00;0.00;0.48 -6727;0;3273.00;9.70;1437.00;0.00;0.28 -6728;0;1303.00;10.70;1838.00;0.00;1.24 -6729;0;3239.00;10.27;1438.00;0.00;0.24 -6730;0;3531.00;10.20;1402.00;0.00;0.26 -6731;0;3189.00;14.92;1459.00;0.00;0.24 -6732;0;1690.75;9.80;1591.43;0.00;0.28 -6733;0;3493.00;10.67;1397.00;0.00;0.22 -6734;0;2671.00;10.02;1364.00;0.00;0.24 -6735;0;3151.00;10.42;1472.00;0.00;0.22 -6736;0;3443.00;12.60;1406.00;0.00;0.20 -6737;0;1407.00;10.02;1571.00;0.00;0.32 -6738;0;3438.00;12.47;1414.00;0.00;0.18 -6739;0;3065.00;10.40;1484.00;0.00;0.16 -6740;0;1645.00;11.17;1775.00;0.00;1.22 -6741;0;3386.00;9.70;1421.00;0.00;0.16 -6742;0;1031.00;16.30;1664.00;0.00;0.58 -6743;0;3265.00;9.77;1442.00;0.00;0.24 -6744;0;2734.00;10.90;1281.00;0.00;0.24 -6745;0;895.00;11.42;1526.00;0.00;0.26 -6746;0;2724.00;13.00;1373.00;0.00;0.16 -6747;0;3230.00;9.65;1448.00;0.00;0.22 -6748;0;3534.00;10.52;1410.00;0.00;0.28 -6749;0;2726.00;13.02;1385.00;0.00;0.20 -6750;0;3491.00;12.25;1416.00;0.00;0.24 -6751;0;3130.00;9.80;1483.00;0.00;0.26 -6752;0;1325.00;10.50;1656.00;0.00;0.42 -6753;0;3471.00;13.05;1416.00;0.00;0.24 -6754;0;996.00;12.42;1810.00;0.00;0.80 -6755;0;3409.00;9.70;1434.00;0.00;0.22 -6756;0;2771.00;11.00;1383.00;0.00;0.20 -6757;0;881.00;10.95;1527.00;0.00;0.30 -6758;0;3546.00;9.62;1427.00;0.00;0.24 -6759;0;2803.00;10.37;1398.00;0.00;0.18 -6760;0;3538.00;9.60;1431.00;0.00;0.22 -6761;0;3208.00;11.25;1471.00;0.00;0.22 -6762;0;2795.00;10.35;1401.00;0.00;0.18 -6763;0;3536.00;13.95;1351.00;0.00;0.24 -6764;0;2691.00;11.65;1385.00;0.00;0.18 -6765;0;3488.00;9.80;1439.00;0.00;0.16 -6766;0;2828.00;9.97;1391.00;0.00;0.18 -6767;0;1386.00;11.20;1693.00;0.00;0.44 -6768;0;3427.00;9.70;1428.00;0.00;0.28 -6769;0;1488.00;10.80;1597.00;0.00;0.34 -6770;0;2860.00;13.20;1410.00;0.00;0.24 -6771;0;3347.00;9.70;1444.00;0.00;0.20 -6772;0;886.00;13.32;1541.00;0.00;0.28 -6773;0;2842.00;10.35;1417.00;0.00;0.16 -6774;0;4961.00;12.77;1471.00;0.00;0.30 -6775;0;2815.00;10.10;1406.00;0.00;0.24 -6776;0;3387.00;9.95;1470.00;0.00;0.26 -6777;0;2789.00;9.70;1405.00;0.00;0.20 -6778;0;1622.00;10.70;1619.00;0.00;0.26 -6779;0;1116.00;11.40;1916.00;0.00;1.24 -6780;0;2922.00;11.87;1420.00;0.00;0.20 -6781;0;3439.00;9.72;1437.00;0.00;0.20 -6782;0;1476.00;10.70;1608.00;0.00;0.28 -6783;0;3405.00;9.70;1446.00;0.00;0.30 -6784;0;2894.00;11.45;1427.00;0.00;0.16 -6785;0;1275.00;10.27;1315.00;0.00;0.38 -6786;0;2876.00;12.70;1423.00;0.00;0.22 -6787;0;3925.00;10.40;1713.00;0.00;0.58 -6788;0;2949.00;9.52;1407.00;0.00;0.20 -6789;0;2850.00;12.97;1423.00;0.00;0.20 -6790;0;2961.00;11.05;1417.00;0.00;0.16 -6791;0;3531.00;11.30;1442.00;0.00;0.22 -6792;0;2812.00;10.20;1420.00;0.00;0.22 -6793;0;2992.00;9.70;1414.00;0.00;0.16 -6794;0;3496.00;9.72;1448.00;0.00;0.26 -6795;0;1618.00;10.85;1608.00;0.00;0.24 -6796;0;3468.00;9.80;1442.00;0.00;0.24 -6797;0;1578.00;9.70;1620.00;0.00;0.20 -6798;0;1254.00;11.07;1373.00;0.00;0.56 -6799;0;3093.00;13.30;1405.00;0.00;0.22 -6800;0;2739.00;12.20;1307.00;0.00;0.14 -6801;0;3186.00;9.50;1261.00;0.00;1.02 -6802;0;2914.00;9.50;71.00;0.00;0.96 -6803;0;1318.00;10.85;1448.00;0.00;0.34 -6804;0;4750.00;14.87;1350.00;0.00;0.26 -6805;0;1523.00;9.50;1258.00;0.00;1.04 -6806;0;4849.00;9.90;1383.00;0.00;0.24 -6807;0;3329.00;11.95;1279.00;0.00;0.24 -6808;0;3291.00;12.42;1320.00;0.00;0.26 -6809;0;927.00;9.50;522.00;0.00;1.20 -6810;0;5322.00;9.50;749.00;0.00;1.48 -6811;0;4847.00;12.27;1408.00;0.00;0.24 -6812;0;2822.00;9.80;1346.00;0.00;0.24 -6813;0;3387.00;15.25;1283.00;0.00;0.30 -6814;0;3209.00;10.35;1367.00;0.00;0.22 -6815;0;4328.00;9.50;183.00;0.00;0.98 -6816;0;2923.00;9.50;1637.00;0.00;0.62 -6817;0;2805.00;10.32;1326.00;0.00;0.20 -6818;0;2687.00;13.35;1332.00;0.00;0.20 -6819;0;5281.00;9.50;475.00;0.00;0.74 -6820;0;5323.00;9.50;989.00;0.00;1.24 -6821;0;5535.00;9.50;1403.00;0.00;0.82 -6822;0;4824.00;12.55;1352.00;0.00;0.30 -6823;0;1573.00;11.75;1534.00;0.00;0.20 -6824;0;4954.00;9.50;1355.00;0.00;1.12 -6825;0;4130.00;9.50;918.00;0.00;1.08 -6826;0;3511.00;10.80;1240.00;0.00;0.48 -6827;0;1340.00;11.10;1659.00;0.00;0.36 -6828;0;4598.00;12.27;1310.00;0.00;0.24 -6829;0;4234.00;9.50;14.00;0.00;0.70 -6830;0;4427.00;9.50;277.00;0.00;1.00 -6831;0;3029.00;11.70;1364.00;0.00;0.24 -6832;0;2733.00;11.70;1301.00;0.00;0.22 -6833;0;4928.00;12.15;1414.00;0.00;0.30 -6834;0;3770.00;9.50;284.00;0.00;1.12 -6835;0;2610.00;9.50;59.00;0.00;1.16 -6836;0;2816.00;10.25;1350.00;0.00;0.22 -6837;0;4687.00;11.65;1339.00;0.00;0.26 -6838;0;4870.00;11.02;1402.00;0.00;0.20 -6839;0;2658.00;9.50;587.00;0.00;0.98 -6840;0;2346.00;9.50;476.00;0.00;1.02 -6841;0;2755.00;13.97;1343.00;0.00;0.28 -6842;0;3208.00;12.35;1379.00;0.00;0.22 -6843;0;3057.00;10.55;1343.00;0.00;0.22 -6844;0;1788.00;9.50;1229.00;0.00;1.38 -6845;0;1630.14;9.80;1547.36;0.00;0.20 -6846;0;1603.00;9.70;1505.00;0.00;0.26 -6847;0;1339.00;9.50;577.00;0.00;1.02 -6848;0;34.00;9.50;22.00;0.00;0.94 -6849;0;541.00;9.50;1191.00;0.00;1.36 -6850;0;1547.00;10.25;1543.00;0.00;0.10 -6851;0;4711.00;11.07;1312.00;0.00;0.16 -6852;0;4691.00;12.15;1365.00;0.00;0.28 -6853;0;148.00;9.50;1678.00;0.00;1.04 -6854;0;430.00;9.50;1126.00;0.00;1.18 -6855;0;1514.00;10.82;1544.00;0.00;0.24 -6856;0;2790.00;13.27;1307.00;0.00;0.18 -6857;0;3168.00;12.05;1354.00;0.00;0.24 -6858;0;1222.00;9.50;442.00;0.00;1.12 -6859;0;4890.00;9.50;21.00;0.00;1.06 -6860;0;4750.00;10.97;1333.00;0.00;0.24 -6861;0;923.00;11.05;1478.00;0.00;0.32 -6862;0;2992.00;9.90;1369.00;0.00;0.26 -6863;0;4869.00;9.97;1432.00;0.00;0.30 -6864;0;3218.00;9.72;1318.00;0.00;0.24 -6865;0;2830.00;12.12;1361.00;0.00;0.22 -6866;0;2710.00;10.90;1315.00;0.00;0.20 -6867;0;2712.00;12.50;1342.00;0.00;0.16 -6868;0;4760.00;11.80;1358.00;0.00;0.24 -6869;0;1621.00;9.90;1549.00;0.00;0.22 -6870;0;5018.00;12.45;1317.00;0.00;0.22 -6871;0;3282.00;12.37;1328.00;0.00;0.20 -6872;0;1591.00;11.15;1560.00;0.00;0.22 -6873;0;4996.00;9.65;1338.00;0.00;0.26 -6874;0;1532.00;10.67;1556.00;0.00;0.26 -6875;0;2982.00;9.60;1372.00;0.00;0.22 -6876;0;934.00;9.82;1488.00;0.00;0.30 -6877;0;3292.00;13.00;1301.00;0.00;0.28 -6878;0;2781.00;12.72;1356.00;0.00;0.24 -6879;0;2768.00;12.85;1328.00;0.00;0.20 -6880;0;2683.00;9.82;1272.00;0.00;0.16 -6881;0;928.00;9.70;1447.00;0.00;0.24 -6882;0;1646.00;9.75;1558.00;0.00;0.22 -6883;0;3408.00;10.57;1259.00;0.00;0.24 -6884;0;2687.00;10.37;1284.00;0.00;0.16 -6885;0;1601.00;9.75;1559.00;0.00;0.22 -6886;0;3160.00;12.15;1354.00;0.00;0.20 -6887;0;1119.00;16.87;1536.00;0.00;0.50 -6888;0;3374.00;14.22;1297.00;0.00;0.34 -6889;0;3088.00;9.60;1375.00;0.00;0.24 -6890;0;1530.00;10.90;1568.00;0.00;0.28 -6891;0;2948.00;10.17;1342.00;0.00;0.20 -6892;0;1620.00;9.70;1516.00;0.00;0.24 -6893;0;4718.00;10.40;1370.00;0.00;0.26 -6894;0;3311.00;13.70;1273.00;0.00;0.20 -6895;0;3238.00;9.72;1346.00;0.00;0.24 -6896;0;2739.00;12.95;1296.00;0.00;0.16 -6897;0;1089.00;15.05;1454.00;0.00;0.48 -6898;0;4678.00;12.25;1345.00;0.00;0.28 -6899;0;1566.00;11.00;1566.00;0.00;0.20 -6900;0;3128.00;15.12;1336.00;0.00;0.22 -6901;0;2789.00;10.52;1360.00;0.00;0.20 -6902;0;2699.00;10.35;1307.00;0.00;0.24 -6903;0;2775.00;12.42;1363.00;0.00;0.16 -6904;0;4611.00;13.20;1333.00;0.00;0.30 -6905;0;4783.00;12.05;1367.00;0.00;0.26 -6906;0;2796.00;10.65;1313.00;0.00;0.20 -6907;0;2711.00;12.10;1348.00;0.00;0.20 -6908;0;3314.00;12.70;1330.00;0.00;0.22 -6909;0;1670.00;9.70;1570.00;0.00;0.22 -6910;0;4752.00;11.55;1342.00;0.00;0.24 -6911;0;1655.00;10.47;1573.00;0.00;0.14 -6912;0;3238.00;10.72;1328.00;0.00;0.26 -6913;0;3116.00;13.97;1374.00;0.00;0.24 -6914;0;2752.00;12.20;1320.00;0.00;0.24 -6915;0;2840.00;13.32;1374.00;0.00;0.20 -6916;0;1628.00;12.10;1611.00;0.00;0.24 -6917;0;2842.00;10.57;1384.00;0.00;0.16 -6918;0;4719.00;11.27;1319.00;0.00;0.22 -6919;0;3407.00;14.65;1319.00;0.00;0.30 -6920;0;3322.00;13.55;1340.00;0.00;0.30 -6921;0;2684.00;14.00;1354.00;0.00;0.16 -6922;0;4819.00;9.95;1336.00;0.00;0.26 -6923;0;3195.00;13.07;1362.00;0.00;0.16 -6924;0;2673.00;9.97;1337.00;0.00;0.18 -6925;0;3319.00;10.80;1311.00;0.00;0.28 -6926;0;3005.00;10.62;1380.00;0.00;0.22 -6927;0;2851.00;9.80;1359.00;0.00;0.20 -6928;0;4792.00;11.32;1320.00;0.00;0.20 -6929;0;1594.00;10.57;1533.00;0.00;0.18 -6930;0;3149.00;10.67;1320.00;0.00;0.18 -6931;0;2831.00;12.42;1377.00;0.00;0.20 -6932;0;4536.00;13.37;1220.00;0.00;0.40 -6933;0;2680.00;9.80;1288.00;0.00;0.20 -6934;0;2951.00;10.22;1473.00;0.00;0.20 -6935;0;3488.00;12.67;1299.00;0.00;0.32 -6936;0;2739.00;12.45;1358.00;0.00;0.20 -6937;0;4642.00;13.07;1362.00;0.00;0.32 -6938;0;3334.00;13.60;1344.00;0.00;0.26 -6939;0;3044.00;10.77;1353.00;0.00;0.20 -6940;0;3127.00;11.37;1375.00;0.00;0.28 -6941;0;2694.00;11.40;1347.00;0.00;0.22 -6942;0;3076.00;12.42;1391.00;0.00;0.22 -6943;0;1602.00;9.70;1472.00;0.00;0.28 -6944;0;4837.00;10.10;1371.00;0.00;0.28 -6945;0;3269.00;12.40;1293.00;0.00;0.24 -6946;0;2971.00;9.70;1391.00;0.00;0.22 -6947;0;4784.00;11.87;1380.00;0.00;0.24 -6948;0;2726.00;10.90;1305.00;0.00;0.20 -6949;0;2856.00;9.80;1490.00;0.00;0.16 -6950;0;3390.00;13.72;1325.00;0.00;0.20 -6951;0;4720.00;9.70;1360.00;0.00;0.26 -6952;0;3199.00;11.90;1368.00;0.00;0.20 -6953;0;3133.00;12.87;1382.00;0.00;0.22 -6954;0;2710.00;12.70;1290.00;0.00;0.20 -6955;0;2678.00;11.25;1380.00;0.00;0.22 -6956;0;3364.00;14.97;1282.00;0.00;0.28 -6957;0;3070.00;14.60;1397.00;0.00;0.22 -6958;0;1566.00;14.00;1521.00;0.00;0.26 -6959;0;2798.00;10.82;1305.00;0.00;0.20 -6960;0;2855.00;10.97;1389.00;0.00;0.20 -6961;0;4884.00;9.67;1380.00;0.00;0.30 -6962;0;2852.00;11.42;1396.00;0.00;0.20 -6963;0;4784.00;12.22;1348.00;0.00;0.26 -6964;0;4824.00;16.12;1386.00;0.00;0.26 -6965;0;3403.00;17.65;1304.00;0.00;0.26 -6966;0;2813.00;10.92;1340.00;0.00;0.20 -6967;0;3218.00;9.90;1371.00;0.00;0.24 -6968;0;1328.00;9.80;1409.00;0.00;0.40 -6969;0;4637.00;11.80;1332.00;0.00;0.20 -6970;0;3129.00;12.30;1389.00;0.00;0.18 -6971;0;1523.00;10.82;1507.00;0.00;0.30 -6972;0;3057.00;13.25;1333.00;0.00;0.18 -6973;0;2963.00;9.55;1401.00;0.00;0.24 -6974;0;1453.00;10.60;1487.00;0.00;0.38 -6975;0;2909.00;13.20;1404.00;0.00;0.18 -6976;0;3446.00;15.07;1329.00;0.00;0.28 -6977;0;3369.00;13.57;1303.00;0.00;0.24 -6978;0;3350.00;13.52;1341.00;0.00;0.24 -6979;0;3090.00;9.70;1324.00;0.00;0.16 -6980;0;3052.00;11.22;1356.00;0.00;0.14 -6981;0;4742.00;9.70;1324.00;0.00;0.20 -6982;0;3188.00;11.35;1370.00;0.00;0.20 -6983;0;3071.00;12.07;1409.00;0.00;0.24 -6984;0;1609.00;9.80;1533.00;0.00;0.20 -6985;0;2979.00;12.37;1403.00;0.00;0.16 -6986;0;2683.00;9.97;1303.00;0.00;0.18 -6987;0;1268.00;10.40;1332.00;0.00;0.42 -6988;0;4641.00;13.70;1375.00;0.00;0.34 -6989;0;4878.00;10.80;1396.00;0.00;0.28 -6990;0;3175.00;10.35;1346.00;0.00;0.20 -6991;0;3462.00;14.50;1328.00;0.00;0.20 -6992;0;3242.00;11.90;1289.00;0.00;0.28 -6993;0;2758.00;12.75;1336.00;0.00;0.20 -6994;0;5003.00;12.65;1334.00;0.00;0.22 -6995;0;3356.00;12.50;1353.00;0.00;0.36 -6996;0;2686.00;11.50;1324.00;0.00;0.20 -6997;0;3511.00;12.25;1313.00;0.00;0.32 -6998;0;3137.00;10.87;1393.00;0.00;0.26 -6999;0;4461.00;13.27;1131.00;0.00;0.36 -7000;0;4596.00;11.30;1297.00;0.00;0.24 -7001;0;3374.00;11.35;1180.00;0.00;0.24 -7002;0;3247.00;9.50;1238.00;0.00;1.02 -7003;0;3231.20;9.70;1264.88;0.00;0.24 -7004;0;4584.00;12.15;1064.00;0.00;0.30 -7005;0;2959.00;10.05;1207.00;0.00;0.36 -7006;0;1580.00;9.50;1249.00;0.00;0.80 -7007;0;4644.00;11.62;1126.00;0.00;0.32 -7008;0;2803.00;13.87;1219.00;0.00;0.32 -7009;0;783.00;9.50;614.00;0.00;1.10 -7010;0;5181.00;9.50;598.00;0.00;1.58 -7011;0;3297.00;9.77;1148.00;0.00;0.28 -7012;0;1550.00;9.70;1432.00;0.00;0.38 -7013;0;3948.00;12.57;969.00;0.00;0.28 -7014;0;4700.00;10.10;1165.00;0.00;0.16 -7015;0;4460.00;10.17;999.00;0.00;0.26 -7016;0;4997.00;9.60;1260.00;0.00;0.22 -7017;0;4374.00;9.50;334.00;0.00;0.98 -7018;0;2901.00;9.50;1649.00;0.00;0.62 -7019;0;4534.00;11.30;1185.00;0.00;0.34 -7020;0;3883.00;10.27;1037.00;0.00;0.38 -7021;0;4810.00;13.17;1281.00;0.00;0.26 -7022;0;5293.00;9.50;447.00;0.00;0.80 -7023;0;5374.00;9.50;1026.00;0.00;1.22 -7024;0;5429.00;9.50;1450.00;0.00;1.60 -7025;0;4627.00;9.70;1228.00;0.00;0.28 -7026;0;3323.00;10.22;1256.00;0.00;0.28 -7027;0;4662.00;9.60;1064.00;0.00;0.28 -7028;0;4869.00;9.50;1351.00;0.00;1.22 -7029;0;4085.00;9.50;897.00;0.00;1.20 -7030;0;3294.00;10.05;1102.00;0.00;0.32 -7031;0;4184.00;9.50;48.00;0.00;1.02 -7032;0;4389.00;9.50;279.00;0.00;1.08 -7033;0;2868.00;12.80;1237.00;0.00;0.32 -7034;0;4292.00;9.92;976.00;0.00;0.24 -7035;0;4623.00;11.30;1148.00;0.00;0.30 -7036;0;3812.00;9.50;247.00;0.00;1.20 -7037;0;3368.00;9.50;71.00;0.00;1.28 -7038;0;2606.00;9.50;106.00;0.00;1.10 -7039;0;4539.00;9.67;1001.00;0.00;0.26 -7040;0;2841.00;13.22;1238.00;0.00;0.38 -7041;0;2754.00;10.20;1074.00;0.00;1.78 -7042;0;2748.00;9.50;627.00;0.00;0.74 -7043;0;2398.00;9.50;503.00;0.00;0.88 -7044;0;4532.00;10.60;1024.00;0.00;0.22 -7045;0;1575.00;10.40;1470.00;0.00;0.30 -7046;0;4876.00;11.60;1202.00;0.00;0.26 -7047;0;1746.00;9.50;1290.00;0.00;1.20 -7048;0;4556.00;14.32;1358.00;0.00;0.54 -7049;0;3861.00;11.27;1093.00;0.00;0.36 -7050;0;4861.00;12.07;1221.00;0.00;0.16 -7051;0;1274.00;9.50;588.00;0.00;1.10 -7052;0;41.00;9.50;63.00;0.00;1.12 -7053;0;378.00;9.50;1304.00;0.00;0.92 -7054;0;4641.00;10.95;1113.00;0.00;0.26 -7055;0;4647.00;10.47;1248.00;0.00;0.24 -7056;0;149.00;9.50;1630.00;0.00;1.00 -7057;0;441.00;9.50;1175.00;0.00;1.06 -7058;0;4696.00;10.97;1141.00;0.00;0.20 -7059;0;3005.00;9.70;1282.00;0.00;0.24 -7060;0;3977.00;10.85;972.00;0.00;0.34 -7061;0;1168.00;9.50;453.00;0.00;1.16 -7062;0;5364.00;9.50;836.00;0.00;1.18 -7063;0;3131.00;9.70;1156.00;0.00;0.26 -7064;0;4100.00;11.05;1091.00;0.00;0.32 -7065;0;2897.00;14.70;1249.00;0.00;0.26 -7066;0;3028.00;12.87;1174.00;0.00;0.22 -7067;0;4609.00;9.60;1022.00;0.00;0.28 -7068;0;2742.00;12.20;1268.00;0.00;0.20 -7069;0;2686.00;11.30;1200.00;0.00;0.34 -7070;0;4783.00;11.00;1300.00;0.00;0.22 -7071;0;4651.00;9.50;1051.00;0.00;0.20 -7072;0;4920.23;9.50;1224.34;0.00;0.24 -7073;0;3307.00;11.25;1067.00;0.00;0.36 -7074;0;4582.00;10.90;1249.00;0.00;0.26 -7075;0;4415.00;12.77;973.00;0.00;0.30 -7076;0;3117.00;9.82;1127.00;0.00;0.34 -7077;0;2956.00;13.17;1244.00;0.00;0.26 -7078;0;4205.00;9.50;1010.00;0.00;0.20 -7079;0;3201.00;10.00;1165.00;0.00;0.26 -7080;0;4010.00;10.40;1065.00;0.00;0.42 -7081;0;2920.00;10.25;1261.00;0.00;0.20 -7082;0;3159.00;10.10;1185.00;0.00;0.24 -7083;0;1567.00;9.80;1456.00;0.00;0.34 -7084;0;3877.00;9.70;1088.00;0.00;0.44 -7085;0;4619.00;11.25;1221.00;0.00;0.24 -7086;0;4676.00;12.50;1105.00;0.00;0.20 -7087;0;4964.00;9.72;1233.00;0.00;0.24 -7088;0;3290.00;12.30;665.00;0.00;0.80 -7089;0;4668.00;11.40;1257.00;0.00;0.22 -7090;0;4106.00;15.32;963.00;0.00;0.36 -7091;0;3287.00;9.70;1164.00;0.00;0.18 -7092;0;4608.00;9.70;1270.00;0.00;0.26 -7093;0;4480.00;9.60;994.00;0.00;0.26 -7094;0;4638.00;10.40;1189.00;0.00;0.26 -7095;0;4514.00;9.87;1046.00;0.00;0.28 -7096;0;3163.00;9.52;1279.00;0.00;0.26 -7097;0;4568.00;9.70;1115.00;0.00;0.30 -7098;0;2712.00;11.80;1282.00;0.00;0.20 -7099;0;4628.00;11.70;1054.00;0.00;0.26 -7100;0;2717.00;12.87;1210.00;0.00;0.34 -7101;0;4547.00;9.70;1127.00;0.00;0.24 -7102;0;4933.00;12.45;1248.00;0.00;0.24 -7103;0;4388.00;11.80;976.00;0.00;0.30 -7104;0;4652.00;10.65;1147.00;0.00;0.28 -7105;0;4681.00;11.40;1270.00;0.00;0.28 -7106;0;4004.00;18.15;1186.00;0.00;0.34 -7107;0;3357.00;10.35;1181.00;0.00;0.14 -7108;0;4587.00;9.65;1019.00;0.00;0.24 -7109;0;4606.00;10.55;1297.00;0.00;0.22 -7110;0;4839.00;10.50;1201.00;0.00;0.18 -7111;0;2777.00;12.47;1285.00;0.00;0.16 -7112;0;359.13;10.00;1037.74;0.00;0.20 -7113;0;4917.00;9.72;1214.00;0.00;0.26 -7114;0;2827.00;9.50;1303.00;0.00;0.16 -7115;0;4828.00;10.62;1114.00;0.00;0.24 -7116;0;2772.00;14.32;1208.00;0.00;0.36 -7117;0;3272.00;9.97;1126.00;0.00;0.40 -7118;0;1516.00;10.35;1420.00;0.00;0.30 -7119;0;3961.00;12.65;964.00;0.00;0.26 -7120;0;4679.00;10.85;1163.00;0.00;0.22 -7121;0;4821.00;11.70;1255.00;0.00;0.16 -7122;0;4255.00;10.25;1000.00;0.00;0.20 -7123;0;1848.00;9.55;1116.00;0.00;0.12 -7124;0;4195.00;9.85;1033.00;0.00;0.26 -7125;0;4790.00;9.90;1282.00;0.00;0.18 -7126;0;4601.00;9.70;1202.00;0.00;0.32 -7127;0;3177.00;11.85;1296.00;0.00;0.44 -7128;0;4540.00;10.47;1044.00;0.00;0.30 -7129;0;4606.00;9.70;1236.00;0.00;0.30 -7130;0;3234.00;9.70;1285.00;0.00;0.24 -7131;0;4648.00;10.65;1060.00;0.00;0.22 -7132;0;2796.00;10.15;1241.00;0.00;0.20 -7133;0;3294.00;11.45;700.00;0.00;0.42 -7134;0;1555.00;9.80;1441.00;0.00;0.24 -7135;0;4521.00;9.70;990.00;0.00;0.18 -7136;0;3067.00;10.45;1141.00;0.00;0.30 -7137;0;4493.00;9.80;1020.00;0.00;0.24 -7138;0;1550.00;9.90;1454.00;0.00;0.32 -7139;0;3138.00;13.62;1171.00;0.00;0.22 -7140;0;3382.00;11.37;1244.00;0.00;0.32 -7141;0;4617.00;10.10;1047.00;0.00;0.24 -7142;0;4675.00;9.70;1203.00;0.00;0.22 -7143;0;3324.00;13.75;1268.00;0.00;0.22 -7144;0;3283.00;9.80;1105.00;0.00;0.20 -7145;0;4879.00;12.62;1235.00;0.00;0.24 -7146;0;4690.00;11.30;1126.00;0.00;0.22 -7147;0;3018.00;10.32;1275.00;0.00;0.22 -7148;0;3237.00;9.60;1143.00;0.00;0.34 -7149;0;2874.00;12.85;1226.00;0.00;0.36 -7150;0;3949.00;9.67;997.00;0.00;0.32 -7151;0;3365.00;10.00;1174.00;0.00;0.22 -7152;0;4565.00;10.77;1017.00;0.00;0.22 -7153;0;2725.00;10.65;1260.00;0.00;0.20 -7154;0;2977.00;10.80;1165.00;0.00;0.58 -7155;0;4762.00;9.75;1294.00;0.00;0.16 -7156;0;3334.00;10.52;1038.00;0.00;0.34 -7157;0;4973.86;9.50;1232.71;0.00;0.18 -7158;0;4578.00;12.72;1332.00;0.00;0.34 -7159;0;4559.00;10.30;1078.00;0.00;0.26 -7160;0;4622.00;10.25;1261.00;0.00;0.30 -7161;0;3232.00;11.70;576.00;0.00;0.70 -7162;0;2970.00;9.97;1243.00;0.00;0.28 -7163;0;4280.00;11.02;1006.00;0.00;0.30 -7164;0;3281.00;9.70;1155.00;0.00;0.28 -7165;0;3958.00;10.15;1020.00;0.00;0.34 -7166;0;2876.00;13.52;1257.00;0.00;0.26 -7167;0;4589.00;9.70;1157.00;0.00;0.28 -7168;0;4526.00;10.77;1044.00;0.00;0.28 -7169;0;5004.00;10.42;1292.00;0.00;0.30 -7170;0;3364.00;10.10;1185.00;0.00;0.20 -7171;0;4776.00;11.47;1309.00;0.00;0.22 -7172;0;4612.00;10.60;1093.00;0.00;0.24 -7173;0;2743.00;16.12;1204.00;0.00;0.32 -7174;0;4657.00;10.52;1127.00;0.00;0.24 -7175;0;4786.00;9.70;1251.00;0.00;0.20 -7176;0;3354.00;10.75;1159.00;0.00;0.18 -7177;0;3983.00;10.32;985.00;0.00;0.28 -7178;0;4857.00;10.10;1185.00;0.00;0.16 -7179;0;4242.00;10.22;1025.00;0.00;0.28 -7180;0;2959.00;12.10;1255.00;0.00;0.26 -7181;0;4668.00;9.70;1194.00;0.00;0.22 -7182;0;4625.00;11.72;1041.00;0.00;0.24 -7183;0;2713.00;9.75;1273.00;0.00;0.22 -7184;0;3390.00;11.25;1201.00;0.00;0.44 -7185;0;1315.00;10.60;1890.00;0.00;1.66 -7186;0;4703.00;11.30;1055.00;0.00;0.22 -7187;0;4947.00;10.72;1243.00;0.00;0.20 -7188;0;3293.00;10.30;1115.00;0.00;0.30 -7189;0;4631.00;11.27;1270.00;0.00;0.24 -7190;0;4278.00;12.72;990.00;0.00;0.28 -7191;0;4679.00;10.77;1150.00;0.00;0.18 -7192;0;4517.00;10.05;1011.00;0.00;0.20 -7193;0;3317.00;11.05;1229.00;0.00;0.32 -7194;0;3051.00;9.92;1146.00;0.00;0.34 -7195;0;413.92;11.80;1013.88;0.00;0.26 -7196;0;2769.00;13.52;1281.00;0.00;0.24 -7197;0;4888.00;9.67;1204.00;0.00;0.22 -7198;0;2737.00;11.17;1276.00;0.00;0.20 -7199;0;4606.00;10.95;1081.00;0.00;0.28 -7200;0;4652.00;9.77;1225.00;0.00;0.24 -7201;0;4525.00;14.90;1136.00;0.00;0.26 -7202;0;1556.60;9.70;1416.59;0.00;0.48 -7203;0;2664.00;13.67;1142.00;0.00;0.48 -7204;0;4791.00;10.00;1261.00;0.00;0.22 -7205;0;3987.00;10.85;998.00;0.00;0.34 -7206;0;3178.00;9.80;1163.00;0.00;0.26 -7207;0;3923.00;9.85;1006.00;0.00;0.38 -7208;0;4523.00;10.92;1245.00;0.00;0.34 -7209;0;3030.00;10.35;1183.00;0.00;0.24 -7210;0;4546.00;10.00;1036.00;0.00;0.26 -7211;0;3150.00;11.70;1287.00;0.00;0.20 -7212;0;4896.00;9.60;1225.00;0.00;0.24 -7213;0;2788.00;13.42;1335.00;0.00;0.20 -7214;0;4694.00;13.40;1051.00;0.00;0.26 -7215;0;2748.00;13.75;1230.00;0.00;0.24 -7216;0;3256.00;10.10;1107.00;0.00;0.50 -7217;0;4945.00;12.07;1252.00;0.00;0.26 -7218;0;4423.00;12.80;983.00;0.00;0.24 -7219;0;3142.00;11.20;627.00;0.00;0.84 -7220;0;4164.00;10.40;1015.00;0.00;0.28 -7221;0;4787.00;9.60;1273.00;0.00;0.30 -7222;0;4638.00;10.07;1177.00;0.00;0.28 -7223;0;4509.00;11.62;536.00;0.00;0.20 -7224;0;3903.00;15.07;1288.00;0.00;0.44 -7225;0;4389.00;9.60;863.00;0.00;0.20 -7226;0;3215.00;9.50;1272.00;0.00;1.00 -7227;0;4552.00;9.65;604.00;0.00;0.30 -7228;0;3745.00;10.25;1696.00;0.00;0.40 -7229;0;4485.00;12.52;896.00;0.00;0.26 -7230;0;1667.00;9.50;1211.00;0.00;1.00 -7231;0;4640.00;10.80;674.00;0.00;0.24 -7232;0;3955.00;14.15;927.00;0.00;0.36 -7233;0;3756.00;10.20;1554.00;0.00;0.40 -7234;0;807.00;9.50;526.00;0.00;1.24 -7235;0;5145.00;9.50;582.00;0.00;1.00 -7236;0;4374.00;10.20;756.00;0.00;0.20 -7237;0;3656.00;10.10;1626.00;0.00;0.36 -7238;0;4470.00;9.75;830.00;0.00;0.22 -7239;0;2762.00;10.25;1577.00;0.00;0.20 -7240;0;4454.00;10.30;1142.00;0.00;0.40 -7241;0;4369.00;9.50;379.00;0.00;1.18 -7242;0;2857.00;9.50;1586.00;0.00;0.64 -7243;0;3793.00;9.90;1442.00;0.00;0.38 -7244;0;3981.00;13.65;859.00;0.00;0.28 -7245;0;1624.13;9.60;1270.49;0.00;0.48 -7246;0;5462.00;9.50;402.00;0.00;1.12 -7247;0;5367.00;9.50;965.00;0.00;1.38 -7248;0;5505.00;9.50;1488.00;0.00;1.00 -7249;0;4978.00;12.82;1535.00;0.00;0.34 -7250;0;3977.00;11.12;909.00;0.00;0.26 -7251;0;5178.00;10.42;579.00;0.00;0.18 -7252;0;4862.00;9.50;1298.00;0.00;1.02 -7253;0;4073.00;9.50;844.00;0.00;0.92 -7254;0;4291.00;10.70;924.00;0.00;0.26 -7255;0;907.00;13.27;1658.00;0.00;0.38 -7256;0;4460.00;11.05;1185.00;0.00;0.36 -7257;0;4224.00;9.50;54.00;0.00;1.02 -7258;0;4419.00;9.50;326.00;0.00;0.98 -7259;0;868.00;11.55;1714.00;0.00;0.42 -7260;0;4059.00;9.75;750.00;0.00;0.32 -7261;0;3858.00;9.50;298.00;0.00;0.90 -7262;0;3387.00;9.50;35.00;0.00;1.02 -7263;0;2651.00;9.50;15.00;0.00;0.64 -7264;0;5372.00;9.60;318.00;0.00;0.26 -7265;0;4032.00;12.42;798.00;0.00;0.28 -7266;0;4932.00;10.40;1484.00;0.00;0.36 -7267;0;2755.00;9.50;660.00;0.00;0.76 -7268;0;2363.00;9.50;523.00;0.00;1.04 -7269;0;4925.00;10.70;583.00;0.00;0.36 -7270;0;4380.00;18.37;1239.00;0.00;0.38 -7271;0;4496.00;14.10;840.00;0.00;0.20 -7272;0;1874.00;9.50;1338.00;0.00;1.06 -7273;0;4027.00;21.37;1228.00;0.00;0.74 -7274;0;4105.00;10.62;1624.00;0.00;0.46 -7275;0;4683.00;10.67;893.00;0.00;0.20 -7276;0;1295.00;9.50;540.00;0.00;1.04 -7277;0;31.00;9.50;117.00;0.00;1.30 -7278;0;421.00;9.50;1260.00;0.00;1.24 -7279;0;4532.00;11.70;1125.00;0.00;0.34 -7280;0;4465.00;11.17;931.00;0.00;0.26 -7281;0;3739.00;9.80;1556.00;0.00;0.44 -7282;0;210.00;9.50;1629.00;0.00;1.02 -7283;0;472.00;9.50;1090.00;0.00;1.18 -7284;0;4775.00;9.60;758.00;0.00;0.22 -7285;0;3771.00;10.60;1635.00;0.00;0.28 -7286;0;1075.00;9.50;546.00;0.00;1.20 -7287;0;5432.00;9.50;800.00;0.00;1.08 -7288;0;4012.00;12.42;797.00;0.00;0.30 -7289;0;1672.00;11.12;1644.00;0.00;0.28 -7290;0;109.00;9.97;430.00;0.00;0.24 -7291;0;1676.00;9.72;1676.00;0.00;0.36 -7292;0;4403.00;9.70;848.00;0.00;0.26 -7293;0;4621.00;11.12;513.00;0.00;0.24 -7294;0;4405.00;15.57;1088.00;0.00;0.50 -7295;0;4337.00;9.60;884.00;0.00;0.22 -7296;0;4598.00;10.00;591.00;0.00;0.28 -7297;0;4082.00;9.70;915.00;0.00;0.24 -7298;0;3894.00;10.10;1571.00;0.00;0.34 -7299;0;4613.00;10.32;657.00;0.00;0.42 -7300;0;3694.00;12.37;1587.00;0.00;0.40 -7301;0;4511.00;12.77;1212.00;0.00;0.28 -7302;0;5579.00;9.75;363.00;0.00;0.24 -7303;0;4462.00;9.62;801.00;0.00;0.24 -7304;0;1811.00;9.70;1650.00;0.00;0.32 -7305;0;5118.00;10.50;511.00;0.00;0.24 -7306;0;1368.00;10.10;1579.00;0.00;0.40 -7307;0;4735.00;9.50;843.00;0.00;0.28 -7308;0;4416.00;9.75;581.00;0.00;0.54 -7309;0;4991.00;11.22;1524.00;0.00;0.34 -7310;0;4040.00;10.72;872.00;0.00;0.34 -7311;0;4732.00;10.75;660.00;0.00;0.24 -7312;0;4346.00;11.30;925.00;0.00;0.26 -7313;0;3725.00;9.85;1522.00;0.00;0.40 -7314;0;4512.00;12.42;1281.00;0.00;0.42 -7315;0;900.00;9.60;1693.00;0.00;0.26 -7316;0;4006.00;21.52;1205.00;0.00;0.58 -7317;0;3971.00;10.35;1561.00;0.00;0.52 -7318;0;3638.00;10.10;1768.00;0.00;0.46 -7319;0;4434.00;10.00;843.00;0.00;0.28 -7320;0;3731.00;12.90;1655.00;0.00;0.34 -7321;0;4710.00;9.87;512.00;0.00;0.14 -7322;0;3655.00;10.17;1478.00;0.00;0.40 -7323;0;4693.00;10.55;889.00;0.00;0.20 -7324;0;5164.00;10.27;559.00;0.00;0.20 -7325;0;4704.00;10.35;921.00;0.00;0.20 -7326;0;3871.00;10.10;1543.00;0.00;0.50 -7327;0;4377.00;9.90;660.00;0.00;0.30 -7328;0;3733.00;9.90;1593.00;0.00;0.34 -7329;0;4399.00;10.42;737.00;0.00;0.26 -7330;0;3547.00;10.40;1779.00;0.00;0.56 -7331;0;4453.00;9.70;795.00;0.00;0.24 -7332;0;4008.00;11.15;1459.00;0.00;0.46 -7333;0;5128.00;10.90;500.00;0.00;0.24 -7334;0;4112.00;11.17;1088.00;0.00;0.34 -7335;0;3954.00;10.90;1480.00;0.00;0.52 -7336;0;4690.00;11.12;612.00;0.00;0.30 -7337;0;3793.00;9.72;1477.00;0.00;0.38 -7338;0;4366.00;9.70;888.00;0.00;0.24 -7339;0;5106.00;9.50;618.00;0.00;0.28 -7340;0;4066.00;9.70;913.00;0.00;0.36 -7341;0;3708.00;9.80;1526.00;0.00;0.46 -7342;0;4378.00;10.22;730.00;0.00;0.28 -7343;0;3653.00;10.40;1578.00;0.00;0.30 -7344;0;4055.00;9.77;771.00;0.00;0.26 -7345;0;1657.00;10.20;1645.00;0.00;0.34 -7346;0;3652.00;9.80;1692.00;0.00;0.36 -7347;0;4478.00;11.20;833.00;0.00;0.20 -7348;0;1074.00;10.67;1884.00;0.00;0.84 -7349;0;5112.00;10.40;496.00;0.00;0.22 -7350;0;4016.00;9.80;1521.00;0.00;0.52 -7351;0;4685.00;10.25;886.00;0.00;0.22 -7352;0;5156.00;10.12;557.00;0.00;0.18 -7353;0;4361.00;9.70;924.00;0.00;0.34 -7354;0;3794.00;9.72;1460.00;0.00;0.40 -7355;0;4610.00;10.40;636.00;0.00;0.36 -7356;0;4413.00;11.87;957.00;0.00;0.30 -7357;0;3811.00;10.45;1599.00;0.00;0.42 -7358;0;4635.00;10.85;723.00;0.00;0.24 -7359;0;3632.00;9.92;1679.00;0.00;0.24 -7360;0;4733.00;10.27;780.00;0.00;0.24 -7361;0;1807.00;9.70;1636.00;0.00;0.36 -7362;0;5106.00;11.95;507.00;0.00;0.20 -7363;0;4017.00;10.27;826.00;0.00;0.32 -7364;0;1692.00;10.30;1911.00;0.00;2.24 -7365;0;5100.00;14.62;552.00;0.00;0.20 -7366;0;1528.00;11.10;1677.00;0.00;0.44 -7367;0;4369.00;9.70;878.00;0.00;0.22 -7368;0;4385.00;11.37;621.00;0.00;0.26 -7369;0;4752.49;10.50;621.07;0.00;0.28 -7370;0;3688.00;9.85;1509.00;0.00;0.44 -7371;0;4602.00;10.12;719.00;0.00;0.24 -7372;0;4093.00;12.07;946.00;0.00;0.34 -7373;0;3697.00;13.30;1572.00;0.00;0.46 -7374;0;4074.00;14.77;1122.00;0.00;0.62 -7375;0;3681.00;10.00;1686.00;0.00;0.24 -7376;0;4440.00;9.70;830.00;0.00;0.20 -7377;0;2696.00;10.30;1589.00;0.00;0.28 -7378;0;5117.00;14.25;504.00;0.00;0.24 -7379;0;1767.00;11.95;1687.00;0.00;0.56 -7380;0;4500.00;12.25;863.00;0.00;0.20 -7381;0;4473.00;9.75;550.00;0.00;0.18 -7382;0;4287.00;10.57;910.00;0.00;0.28 -7383;0;3855.00;10.45;1531.00;0.00;0.58 -7384;0;4456.00;9.85;619.00;0.00;0.30 -7385;0;4743.00;10.17;803.00;0.00;0.34 -7386;0;890.00;9.50;1681.00;0.00;0.38 -7387;0;4594.00;10.30;715.00;0.00;0.24 -7388;0;1522.00;9.70;1326.00;0.00;0.30 -7389;0;4724.00;9.67;772.00;0.00;0.20 -7390;0;5399.00;9.70;475.00;0.00;0.38 -7391;0;3990.00;10.05;833.00;0.00;0.36 -7392;0;3815.00;9.97;1462.00;0.00;0.46 -7393;0;5502.00;11.10;702.00;0.00;0.16 -7394;0;2664.00;10.95;1568.00;0.00;0.24 -7395;0;3976.00;10.65;872.00;0.00;0.38 -7396;0;4465.00;9.70;606.00;0.00;0.26 -7397;0;4422.00;18.12;1218.00;0.00;0.38 -7398;0;907.00;12.75;1633.00;0.00;0.40 -7399;0;4415.00;9.77;706.00;0.00;0.20 -7400;0;4352.00;12.80;1003.00;0.00;0.44 -7401;0;3751.00;9.80;1592.00;0.00;0.44 -7402;0;4013.00;10.82;782.00;0.00;0.28 -7403;0;3647.00;10.00;1653.00;0.00;0.22 -7404;0;4421.00;9.57;827.00;0.00;0.26 -7405;0;3981.00;11.15;1479.00;0.00;0.44 -7406;0;4512.00;12.32;1195.00;0.00;0.34 -7407;0;3960.00;10.20;1500.00;0.00;0.46 -7408;0;4383.23;9.60;869.73;0.00;0.20 -7409;0;5093.00;10.75;526.00;0.00;0.36 -7410;0;3758.00;9.85;1506.00;0.00;0.42 -7411;0;3996.00;10.92;916.00;0.00;0.36 -7412;0;5183.00;9.50;593.00;0.00;0.24 -7413;0;4800.47;10.30;658.17;0.00;0.24 -7414;0;912.00;11.95;1707.00;0.00;0.46 -7415;0;4630.00;10.42;702.00;0.00;0.22 -7416;0;3675.00;10.05;1646.00;0.00;0.24 -7417;0;4732.00;9.67;771.00;0.00;0.24 -7418;0;4507.00;14.62;1184.00;0.00;0.34 -7419;0;4669.24;9.80;817.25;0.00;0.46 -7420;0;1470.00;10.57;1632.00;0.00;0.36 -7421;0;4490.00;12.17;539.00;0.00;0.22 -7422;0;1450.00;10.40;1411.00;0.00;0.36 -7423;0;4714.00;10.82;830.00;0.00;0.26 -7424;0;4580.00;12.60;653.00;0.00;0.48 -7425;0;3928.00;10.10;1510.00;0.00;0.54 -7426;0;4477.00;12.92;900.00;0.00;0.26 -7427;0;4406.00;10.17;684.00;0.00;0.24 -7428;0;4074.00;9.80;941.00;0.00;0.40 -7429;0;3766.00;10.57;1573.00;0.00;0.48 -7430;0;3999.00;11.57;978.00;0.00;0.38 -7431;0;3659.00;10.00;1648.00;0.00;0.24 -7432;0;4429.00;9.72;819.00;0.00;0.32 -7433;0;1698.00;11.25;1670.00;0.00;0.30 -7434;0;4542.00;9.80;1136.00;0.00;0.26 -7435;0;1647.00;10.72;1673.00;0.00;0.48 -7436;0;4044.00;9.92;849.00;0.00;0.28 -7437;0;5313.00;10.50;484.00;0.00;0.24 -7438;0;3668.00;9.80;1523.00;0.00;0.40 -7439;0;4710.00;10.40;914.00;0.00;0.18 -7440;0;4400.00;10.80;601.00;0.00;0.28 -7441;0;4321.00;10.82;948.00;0.00;0.24 -7442;0;906.00;12.90;1675.00;0.00;0.48 -7443;0;4575.00;11.10;674.00;0.00;0.36 -7444;0;3685.00;10.05;1639.00;0.00;0.38 -7445;0;4762.00;11.55;769.00;0.00;0.16 -7446;0;4413.00;14.32;1057.00;0.00;0.52 -7447;0;3995.00;9.70;818.00;0.00;0.26 -7448;0;3807.00;11.90;1244.00;0.00;0.46 -7449;0;1367.00;11.47;1544.00;0.00;0.34 -7450;0;5152.00;10.35;181.00;0.00;0.32 -7451;0;1556.00;9.80;1231.00;0.00;0.42 -7452;0;3192.00;9.50;1315.00;0.00;1.08 -7453;0;4658.00;10.50;143.00;0.00;0.52 -7454;0;3463.00;14.20;1345.00;0.00;0.26 -7455;0;4248.00;15.05;1087.00;0.00;0.46 -7456;0;1674.00;9.50;1246.00;0.00;0.88 -7457;0;4914.00;10.40;428.00;0.00;0.28 -7458;0;1357.00;10.10;1572.00;0.00;0.38 -7459;0;4566.00;9.92;1191.00;0.00;0.34 -7460;0;831.00;9.50;370.00;0.00;1.20 -7461;0;5068.00;9.50;600.00;0.00;0.94 -7462;0;1718.00;9.70;1625.00;0.00;0.36 -7463;0;4385.00;10.22;672.00;0.00;0.34 -7464;0;1405.00;11.77;1444.00;0.00;0.26 -7465;0;4068.00;9.97;952.00;0.00;0.36 -7466;0;1544.00;12.30;1498.00;0.00;0.26 -7467;0;4385.00;9.50;472.00;0.00;1.06 -7468;0;2822.00;9.50;1598.00;0.00;0.46 -7469;0;4308.00;11.65;1025.00;0.00;0.32 -7470;0;3477.00;12.05;1308.00;0.00;0.32 -7471;0;5128.00;10.55;184.00;0.00;0.32 -7472;0;5456.00;9.50;438.00;0.00;0.98 -7473;0;5415.00;9.50;945.00;0.00;1.18 -7474;0;5485.00;9.50;1440.00;0.00;1.14 -7475;0;4165.00;10.25;1068.00;0.00;0.22 -7476;0;2106.00;11.25;558.00;0.00;0.46 -7477;0;3642.00;9.65;1328.00;0.00;0.56 -7478;0;4909.00;9.50;1281.00;0.00;0.90 -7479;0;4061.00;9.50;800.00;0.00;1.00 -7480;0;1429.00;9.80;1380.00;0.00;0.22 -7481;0;4938.00;9.70;402.00;0.00;0.36 -7482;0;3213.00;9.80;1657.00;0.00;0.30 -7483;0;4262.00;9.50;50.00;0.00;0.92 -7484;0;4349.00;9.50;313.00;0.00;0.80 -7485;0;1340.00;10.40;1430.00;0.00;0.36 -7486;0;3799.00;10.57;1398.00;0.00;0.52 -7487;0;4884.00;10.27;621.00;0.00;0.30 -7488;0;3860.00;9.50;250.00;0.00;1.14 -7489;0;3327.00;9.50;37.00;0.00;1.00 -7490;0;2590.00;9.50;15.00;0.00;0.66 -7491;0;3742.00;15.22;1273.00;0.00;0.50 -7492;0;4353.00;10.45;938.00;0.00;0.36 -7493;0;2699.00;9.50;680.00;0.00;0.90 -7494;0;2433.00;9.50;538.00;0.00;1.14 -7495;0;3573.00;11.92;1336.00;0.00;0.24 -7496;0;5139.00;11.85;178.00;0.00;0.32 -7497;0;4114.00;13.40;1021.00;0.00;0.42 -7498;0;1804.00;9.50;1309.00;0.00;1.00 -7499;0;1958.00;9.50;2039.00;0.00;0.42 -7500;0;1846.00;9.80;325.00;0.00;0.52 -7501;0;3842.00;12.95;1352.00;0.00;0.56 -7502;0;4559.00;9.92;1093.00;0.00;0.32 -7503;0;1274.00;9.50;480.00;0.00;1.34 -7504;0;85.00;9.50;118.00;0.00;1.30 -7505;0;483.00;9.50;1248.00;0.00;1.02 -7506;0;5012.00;10.30;425.00;0.00;0.36 -7507;0;3836.00;10.22;1373.00;0.00;0.56 -7508;0;4560.00;10.07;1206.00;0.00;0.34 -7509;0;274.00;9.50;1642.00;0.00;1.04 -7510;0;528.00;9.50;1075.00;0.00;0.84 -7511;0;4429.00;14.55;1281.00;0.00;0.44 -7512;0;4870.00;10.30;623.00;0.00;0.34 -7513;0;3413.00;10.55;1229.00;0.00;0.42 -7514;0;1128.00;9.50;484.00;0.00;1.48 -7515;0;5319.00;9.50;933.00;0.00;1.24 -7516;0;4419.00;9.97;935.00;0.00;0.40 -7517;0;977.00;9.67;1422.00;0.00;0.26 -7518;0;4449.00;10.77;1017.00;0.00;0.30 -7519;0;3955.00;20.80;1267.00;0.00;0.36 -7520;0;5141.00;9.70;161.00;0.00;0.36 -7521;0;4506.00;10.67;1073.00;0.00;0.36 -7522;0;5151.00;10.47;266.00;0.00;0.44 -7523;0;4781.00;10.50;1412.00;0.00;0.30 -7524;0;1398.00;9.70;1373.00;0.00;0.30 -7525;0;5022.00;10.30;408.00;0.00;0.38 -7526;0;4783.00;9.80;1436.00;0.00;0.38 -7527;0;1532.00;9.80;1438.00;0.00;0.36 -7528;0;1528.00;10.25;1531.00;0.00;0.26 -7529;0;4986.00;10.27;609.00;0.00;0.30 -7530;0;3465.00;11.15;1278.00;0.00;0.32 -7531;0;4369.00;9.97;940.00;0.00;0.40 -7532;0;4997.00;9.70;1375.00;0.00;0.48 -7533;0;5077.00;10.10;175.00;0.00;0.44 -7534;0;4277.00;11.15;1017.00;0.00;0.28 -7535;0;5154.00;10.52;253.00;0.00;0.28 -7536;0;1328.00;10.45;1618.00;0.00;0.40 -7537;0;4163.00;10.40;1057.00;0.00;0.30 -7538;0;5036.00;10.57;372.00;0.00;0.64 -7539;0;1375.00;10.15;1562.00;0.00;0.44 -7540;0;4589.00;9.70;1201.00;0.00;0.30 -7541;0;3702.00;9.80;1395.00;0.00;0.56 -7542;0;4928.00;9.50;629.00;0.00;0.42 -7543;0;1369.00;10.05;1428.00;0.00;0.34 -7544;0;4361.00;9.75;901.00;0.00;0.32 -7545;0;4584.00;13.57;1359.00;0.00;0.38 -7546;0;1599.00;9.70;1209.00;0.00;0.32 -7547;0;1510.00;10.50;1507.00;0.00;0.30 -7548;0;3122.00;12.82;501.00;0.00;1.44 -7549;0;4491.00;13.65;1070.00;0.00;0.34 -7550;0;1795.00;10.60;283.00;0.00;0.46 -7551;0;1460.00;10.32;1548.00;0.00;0.30 -7552;0;1398.00;9.70;1360.00;0.00;0.30 -7553;0;2051.00;11.12;470.00;0.00;0.48 -7554;0;3534.00;16.77;1363.00;0.00;0.28 -7555;0;1359.00;10.30;1396.00;0.00;0.42 -7556;0;3880.00;11.10;1409.00;0.00;0.44 -7557;0;4782.00;10.35;595.00;0.00;0.24 -7558;0;1535.00;13.60;1485.00;0.00;0.28 -7559;0;4352.00;11.55;914.00;0.00;0.30 -7560;0;3767.00;12.17;1268.00;0.00;0.44 -7561;0;2213.00;10.30;761.00;0.00;0.58 -7562;0;4318.00;11.57;1014.00;0.00;0.38 -7563;0;3666.00;10.00;1330.00;0.00;0.58 -7564;0;5157.00;10.50;241.00;0.00;0.28 -7565;0;4183.00;10.25;1064.00;0.00;0.44 -7566;0;5068.00;11.20;358.00;0.00;0.44 -7567;0;4962.52;11.10;152.05;0.00;0.56 -7568;0;4580.00;9.85;1190.00;0.00;0.30 -7569;0;4893.00;9.87;1453.00;0.00;0.28 -7570;0;4972.00;15.90;592.00;0.00;0.52 -7571;0;4551.00;12.20;1242.00;0.00;0.38 -7572;0;4368.00;9.70;911.00;0.00;0.32 -7573;0;3700.00;12.05;1267.00;0.00;0.52 -7574;0;4095.00;10.92;994.00;0.00;0.34 -7575;0;4654.00;12.32;1376.00;0.00;0.28 -7576;0;3258.00;11.95;137.00;0.00;0.70 -7577;0;4502.00;11.25;1088.00;0.00;0.32 -7578;0;4660.00;12.37;1421.00;0.00;0.48 -7579;0;4673.00;10.60;235.00;0.00;0.52 -7580;0;4574.00;9.80;1175.00;0.00;0.32 -7581;0;1964.00;10.50;399.00;0.00;0.40 -7582;0;4760.00;11.40;1429.00;0.00;0.34 -7583;0;1484.00;9.95;1410.00;0.00;0.30 -7584;0;3834.00;10.80;1263.00;0.00;0.42 -7585;0;4904.00;11.42;595.00;0.00;0.40 -7586;0;1375.00;10.60;1471.00;0.00;0.34 -7587;0;4360.00;10.12;870.00;0.00;0.24 -7588;0;1538.00;11.25;1509.00;0.00;0.28 -7589;0;2141.00;10.65;547.00;0.00;0.44 -7590;0;1634.00;9.70;1196.00;0.00;0.28 -7591;0;4800.00;10.92;1407.00;0.00;0.34 -7592;0;5124.00;10.20;236.00;0.00;0.38 -7593;0;4167.00;10.30;1045.00;0.00;0.44 -7594;0;1989.00;10.47;387.00;0.00;0.40 -7595;0;5045.00;10.95;1387.00;0.00;0.36 -7596;0;4534.00;12.00;1165.00;0.00;0.38 -7597;0;3856.00;10.72;1409.00;0.00;0.50 -7598;0;4666.00;11.17;601.00;0.00;0.28 -7599;0;1372.00;10.30;1388.00;0.00;0.36 -7600;0;3811.00;10.40;1441.00;0.00;0.50 -7601;0;4432.00;9.85;881.00;0.00;0.20 -7602;0;3666.00;13.30;1273.00;0.00;0.54 -7603;0;4337.00;12.22;984.00;0.00;0.38 -7604;0;3504.00;12.65;1286.00;0.00;0.36 -7605;0;3098.00;12.57;244.00;0.00;0.74 -7606;0;4433.00;15.52;1060.00;0.00;0.32 -7607;0;1366.00;11.45;1531.00;0.00;0.34 -7608;0;4679.00;10.32;218.00;0.00;0.52 -7609;0;4550.00;11.62;1167.00;0.00;0.38 -7610;0;5078.00;10.30;308.00;0.00;0.56 -7611;0;1417.00;10.10;1559.00;0.00;0.28 -7612;0;1508.00;10.40;1405.00;0.00;0.36 -7613;0;4796.00;12.22;1477.00;0.00;0.40 -7614;0;5074.00;10.22;571.00;0.00;0.30 -7615;0;1413.00;10.22;1470.00;0.00;0.30 -7616;0;4877.00;11.85;1543.00;0.00;0.54 -7617;0;1558.00;9.92;1012.00;0.00;0.28 -7618;0;3746.00;11.00;1323.00;0.00;0.64 -7619;0;4041.00;10.47;975.00;0.00;0.36 -7620;0;3408.00;12.77;1288.00;0.00;0.30 -7621;0;1894.00;9.60;241.00;0.00;0.42 -7622;0;1530.53;9.70;1239.63;0.00;0.24 -7623;0;4899.00;10.42;242.00;0.00;0.84 -7624;0;3558.00;10.57;1360.00;0.00;0.24 -7625;0;4571.00;9.70;1155.00;0.00;0.28 -7626;0;1416.00;9.85;1518.00;0.00;0.36 -7627;0;4979.00;10.10;545.00;0.00;0.50 -7628;0;1323.00;10.30;1374.00;0.00;0.36 -7629;0;1677.00;11.40;1632.00;0.00;0.26 -7630;0;1576.00;9.70;1014.00;0.00;0.36 -7631;0;4546.00;13.60;1327.00;0.00;0.52 -7632;0;1692.00;10.20;1167.00;0.00;0.48 -7633;0;4664.00;12.45;1366.00;0.00;0.30 -7634;0;4240.00;10.12;1043.00;0.00;0.36 -7635;0;3692.00;10.40;1337.00;0.00;0.56 -7636;0;2049.00;10.85;536.00;0.00;0.36 -7637;0;4612.00;10.80;1144.00;0.00;0.36 -7638;0;1975.00;9.70;337.00;0.00;0.44 -7639;0;3832.00;10.30;1299.00;0.00;0.40 -7640;0;1469.00;10.40;1386.00;0.00;0.30 -7641;0;3676.00;10.10;1400.00;0.00;0.56 -7642;0;4517.00;9.70;529.00;0.00;0.18 -7643;0;1517.00;13.77;1461.00;0.00;0.36 -7644;0;1824.00;9.72;1640.00;0.00;0.40 -7645;0;4464.00;9.82;855.00;0.00;0.24 -7646;0;1550.00;12.60;1508.00;0.00;0.30 -7647;0;4341.00;12.75;970.00;0.00;0.24 -7648;0;4621.00;12.57;1407.00;0.00;0.50 -7649;0;5114.00;9.90;212.00;0.00;0.34 -7650;0;4496.00;10.35;1030.00;0.00;0.32 -7651;0;5121.00;10.45;291.00;0.00;0.36 -7652;0;4764.00;9.95;1417.00;0.00;0.24 -7653;0;4608.00;10.57;1117.00;0.00;0.30 -7654;0;4586.00;10.47;519.00;0.00;0.32 -7655;0;4097.00;10.37;1680.00;0.00;0.52 -7656;0;4593.00;11.02;1224.00;0.00;0.24 -7657;0;3824.00;10.30;1426.00;0.00;0.44 -7658;0;4303.00;10.05;723.00;0.00;0.48 -7659;0;4528.00;12.75;1299.00;0.00;0.50 -7660;0;1706.79;11.60;1168.40;0.00;0.28 -7661;0;3582.00;9.70;1331.00;0.00;0.22 -7662;0;4187.00;9.70;1052.00;0.00;0.36 -7663;0;4775.00;10.55;1394.00;0.00;0.34 -7664;0;5141.00;12.25;195.00;0.00;0.38 -7665;0;4533.00;10.67;1110.00;0.00;0.38 -7666;0;5107.00;11.05;292.00;0.00;0.32 -7667;0;966.00;15.57;1486.00;0.00;0.48 -7668;0;1420.00;9.70;1377.00;0.00;0.26 -7669;0;4864.00;10.27;453.00;0.00;0.28 -7670;0;4834.00;10.60;1431.00;0.00;0.42 -7671;0;3395.00;10.45;1254.00;0.00;0.24 -7672;0;4875.00;10.30;1480.00;0.00;0.44 -7673;0;4363.00;10.72;682.00;0.00;0.28 -7674;0;4608.00;14.45;1375.00;0.00;0.48 -7675;0;4338.00;12.15;957.00;0.00;0.28 -7676;0;4405.00;14.72;1515.00;0.00;0.54 -7677;0;952.00;13.47;1731.00;0.00;0.60 -7678;0;3238.00;9.50;1335.00;0.00;0.40 -7679;0;2476.00;9.50;13.00;0.00;0.68 -7680;0;4104.00;11.40;1546.00;0.00;0.54 -7681;0;3928.00;11.32;1688.00;0.00;0.44 -7682;0;3867.00;10.65;1335.00;0.00;0.40 -7683;0;1803.00;10.45;1759.00;0.00;1.32 -7684;0;1113.00;17.87;1515.00;0.00;0.50 -7685;0;3965.00;10.32;1751.00;0.00;0.62 -7686;0;521.00;9.50;480.00;0.00;1.16 -7687;0;4047.00;10.40;1606.00;0.00;0.54 -7688;0;1101.00;16.57;1590.00;0.00;0.48 -7689;0;3948.00;9.70;1871.00;0.00;1.00 -7690;0;5178.00;9.50;693.00;0.00;1.52 -7691;0;4736.00;11.05;1638.00;0.00;0.72 -7692;0;5569.00;11.10;138.00;0.00;0.30 -7693;0;4160.00;14.72;1481.00;0.00;0.60 -7694;0;4363.00;9.50;576.00;0.00;1.02 -7695;0;2865.00;9.50;1613.00;0.00;0.70 -7696;0;945.00;10.82;2021.00;0.00;1.18 -7697;0;4679.00;11.20;1527.00;0.00;0.66 -7698;0;5405.00;9.50;454.00;0.00;0.90 -7699;0;5475.00;9.50;951.00;0.00;0.66 -7700;0;5556.00;9.50;1476.00;0.00;0.82 -7701;0;4200.00;10.47;1702.00;0.00;0.58 -7702;0;4116.00;12.22;1348.00;0.00;0.56 -7703;0;4338.00;14.17;1567.00;0.00;0.50 -7704;0;4959.00;9.50;1311.00;0.00;1.18 -7705;0;4097.00;9.50;764.00;0.00;0.90 -7706;0;3945.00;10.80;1372.00;0.00;0.36 -7707;0;4288.00;10.95;1767.00;0.00;0.86 -7708;0;4025.00;10.17;1559.00;0.00;0.60 -7709;0;4300.00;9.50;63.00;0.00;0.98 -7710;0;4254.00;9.50;202.00;0.00;0.98 -7711;0;3977.00;10.40;1413.00;0.00;0.46 -7712;0;3687.00;10.07;1840.00;0.00;0.76 -7713;0;4316.00;14.95;1606.00;0.00;0.54 -7714;0;3896.00;9.50;283.00;0.00;1.10 -7715;0;3361.00;9.50;18.00;0.00;0.86 -7716;0;3142.00;10.85;565.00;0.00;0.62 -7717;0;4438.00;13.85;1516.00;0.00;0.46 -7718;0;1074.00;12.87;1737.00;0.00;0.64 -7719;0;2661.00;9.50;644.00;0.00;1.08 -7720;0;2391.00;9.50;551.00;0.00;0.84 -7721;0;968.00;13.47;1614.00;0.00;0.60 -7722;0;4014.00;9.80;1659.00;0.00;0.50 -7723;0;1830.00;9.50;1349.00;0.00;1.06 -7724;0;1963.00;9.50;2008.00;0.00;0.94 -7725;0;4644.00;11.92;1549.00;0.00;0.56 -7726;0;4515.00;10.55;1714.00;0.00;0.88 -7727;0;4348.00;14.02;1358.00;0.00;0.50 -7728;0;1281.00;9.50;420.00;0.00;0.92 -7729;0;100.00;9.50;165.00;0.00;1.30 -7730;0;546.00;9.50;1237.00;0.00;1.40 -7731;0;4299.00;12.80;1585.00;0.00;0.52 -7732;0;4229.00;11.75;1374.00;0.00;0.44 -7733;0;3856.00;10.25;1735.00;0.00;0.72 -7734;0;305.00;9.50;1674.00;0.00;1.02 -7735;0;597.00;9.50;1083.00;0.00;1.04 -7736;0;4571.00;12.42;1601.00;0.00;0.72 -7737;0;4212.00;14.70;1433.00;0.00;0.52 -7738;0;3944.00;9.70;1827.00;0.00;0.86 -7739;0;1082.00;9.50;507.00;0.00;1.14 -7740;0;5515.00;9.50;1136.00;0.00;1.08 -7741;0;3883.00;11.02;1606.00;0.00;0.52 -7742;0;5600.00;11.17;174.00;0.00;0.38 -7743;0;4653.00;12.35;1495.00;0.00;0.72 -7744;0;4275.00;11.12;1676.00;0.00;0.76 -7745;0;1204.00;11.65;1607.00;0.00;0.50 -7746;0;4817.00;13.07;1713.00;0.00;0.62 -7747;0;1075.00;13.77;1432.00;0.00;0.46 -7748;0;4905.00;12.60;1552.00;0.00;0.46 -7749;0;4518.00;12.55;1442.00;0.00;0.58 -7750;0;4139.00;9.80;1746.00;0.00;0.66 -7751;0;4568.00;12.35;1576.00;0.00;0.68 -7752;0;4490.00;13.45;1451.00;0.00;0.66 -7753;0;924.00;12.77;1729.00;0.00;0.52 -7754;0;4841.00;10.70;1579.00;0.00;0.66 -7755;0;5061.00;9.87;104.00;0.00;0.28 -7756;0;1012.00;15.45;1562.00;0.00;0.54 -7757;0;4140.00;10.60;1629.00;0.00;0.44 -7758;0;1959.00;9.70;1712.00;0.00;0.76 -7759;0;4572.00;11.82;1676.00;0.00;0.68 -7760;0;1138.00;12.40;1649.00;0.00;0.54 -7761;0;942.00;14.57;1793.00;0.00;0.68 -7762;0;1251.00;11.47;1475.00;0.00;0.44 -7763;0;4798.00;10.40;1540.00;0.00;0.66 -7764;0;1096.00;16.87;1507.00;0.00;0.40 -7765;0;4697.00;10.95;1765.00;0.00;1.06 -7766;0;997.00;11.80;1858.00;0.00;1.16 -7767;0;4809.00;10.35;1463.00;0.00;0.46 -7768;0;3838.00;9.70;1819.00;0.00;0.84 -7769;0;4403.00;10.80;1634.00;0.00;0.54 -7770;0;3111.00;13.30;297.00;0.00;0.84 -7771;0;1246.00;11.05;1609.00;0.00;0.48 -7772;0;4869.00;12.32;1683.00;0.00;0.98 -7773;0;4268.00;14.05;1518.00;0.00;0.56 -7774;0;3878.00;9.80;1678.00;0.00;0.54 -7775;0;3837.00;11.55;1322.00;0.00;0.44 -7776;0;1373.00;10.40;1658.00;0.00;0.42 -7777;0;3863.00;10.60;1357.00;0.00;0.52 -7778;0;3788.00;9.80;1708.00;0.00;0.64 -7779;0;1049.00;16.30;1670.00;0.00;0.58 -7780;0;1178.00;13.35;1553.00;0.00;0.36 -7781;0;4130.00;9.80;1799.00;0.00;0.84 -7782;0;1248.00;10.30;1850.00;0.00;1.44 -7783;0;5554.00;10.20;155.00;0.00;0.28 -7784;0;4070.00;11.20;1468.00;0.00;0.52 -7785;0;4705.00;11.50;1631.00;0.00;0.80 -7786;0;4598.00;11.32;1537.00;0.00;0.64 -7787;0;1023.00;12.55;1794.00;0.00;0.68 -7788;0;1902.00;10.25;1707.00;0.00;0.80 -7789;0;4132.00;9.95;1664.00;0.00;0.44 -7790;0;4026.00;12.85;1293.00;0.00;0.64 -7791;0;1501.00;13.05;1465.00;0.00;0.26 -7792;0;4159.00;12.10;1343.00;0.00;0.44 -7793;0;4028.00;10.30;1718.00;0.00;0.56 -7794;0;1458.00;10.90;1750.00;0.00;0.84 -7795;0;4005.00;10.42;1419.00;0.00;0.50 -7796;0;3816.00;9.70;1797.00;0.00;0.76 -7797;0;1406.00;12.57;1457.00;0.00;0.30 -7798;0;5044.62;9.70;81.74;0.00;0.40 -7799;0;4314.00;16.30;1479.00;0.00;0.52 -7800;0;3919.00;10.05;1640.00;0.00;0.54 -7801;0;4842.00;10.70;1504.00;0.00;0.54 -7802;0;4388.00;11.20;1692.00;0.00;0.86 -7803;0;4433.00;12.87;1343.00;0.00;0.56 -7804;0;4223.00;15.35;1533.00;0.00;0.60 -7805;0;4341.00;10.55;1771.00;0.00;1.06 -7806;0;4407.00;14.45;1406.00;0.00;0.56 -7807;0;1720.00;11.27;1735.00;0.00;0.90 -7808;0;4240.00;13.95;1423.00;0.00;0.40 -7809;0;4064.00;9.70;1838.00;0.00;0.80 -7810;0;1887.00;10.20;1769.00;0.00;0.74 -7811;0;5029.00;9.80;74.00;0.00;0.40 -7812;0;4690.00;11.50;1438.00;0.00;0.38 -7813;0;1780.00;9.60;2039.00;0.00;0.56 -7814;0;1126.00;14.60;1624.00;0.00;0.56 -7815;0;4208.00;10.22;1654.00;0.00;0.50 -7816;0;4493.00;16.17;1544.00;0.00;0.48 -7817;0;4756.00;11.50;1770.00;0.00;0.94 -7818;0;1089.00;15.05;1492.00;0.00;0.32 -7819;0;4214.00;12.17;1548.00;0.00;0.60 -7820;0;1003.00;14.17;1735.00;0.00;0.76 -7821;0;1072.00;15.47;1472.00;0.00;0.50 -7822;0;4180.00;11.37;1576.00;0.00;0.54 -7823;0;4555.00;12.17;1482.00;0.00;0.52 -7824;0;3732.00;15.80;1777.00;0.00;0.58 -7825;0;4082.00;10.50;1620.00;0.00;0.64 -7826;0;5568.00;10.65;122.00;0.00;0.32 -7827;0;986.00;15.05;1546.00;0.00;0.56 -7828;0;4476.00;10.72;1673.00;0.00;0.72 -7829;0;1400.00;11.02;1636.00;0.00;0.36 -7830;0;914.00;10.85;1960.00;0.00;1.60 -7831;0;1412.00;10.50;1500.00;0.00;0.38 -7832;0;4778.00;11.05;1515.00;0.00;0.74 -7833;0;3902.00;9.72;1725.00;0.00;0.48 -7834;0;1321.00;10.30;1514.00;0.00;0.36 -7835;0;4496.00;12.35;1565.00;0.00;0.62 -7836;0;1262.00;10.60;1389.00;0.00;0.44 -7837;0;4030.00;10.25;1774.00;0.00;0.74 -7838;0;4431.00;11.55;1588.00;0.00;0.58 -7839;0;5518.00;10.85;87.00;0.00;0.34 -7840;0;1227.00;12.10;1589.00;0.00;0.48 -7841;0;4346.00;11.25;1640.00;0.00;0.50 -7842;0;3299.00;12.85;331.00;0.00;0.84 -7843;0;4221.00;14.10;1505.00;0.00;0.64 -7844;0;4750.00;11.62;1661.00;0.00;0.88 -7845;0;1003.00;16.77;1633.00;0.00;0.54 -7846;0;3858.00;9.80;1674.00;0.00;0.36 -7847;0;3875.00;11.85;1141.00;0.00;0.44 -7848;0;4746.00;11.15;1575.00;0.00;0.58 -7849;0;4120.00;9.80;1719.00;0.00;0.64 -7850;0;4112.00;16.27;1386.00;0.00;0.50 -7851;0;4748.00;10.80;1597.00;0.00;0.64 -7852;0;1272.00;11.00;1570.00;0.00;0.56 -7853;0;922.00;12.95;1752.00;0.00;0.58 -7854;0;4606.00;11.70;1619.00;0.00;0.64 -7855;0;247.00;10.20;2010.00;0.00;2.30 -7856;0;4008.00;10.70;1437.00;0.00;0.44 -7857;0;3014.00;14.50;1503.00;0.00;0.24 -7858;0;935.00;12.00;1902.00;0.00;1.44 -7859;0;5111.00;12.87;119.00;0.00;0.30 -7860;0;4538.00;14.10;1519.00;0.00;0.54 -7861;0;4109.00;9.80;1662.00;0.00;0.48 -7862;0;1255.00;10.95;1647.00;0.00;0.38 -7863;0;4398.00;10.40;1729.00;0.00;0.72 -7864;0;4341.00;13.62;1393.00;0.00;0.56 -7865;0;947.00;9.60;1648.00;0.00;0.32 -7866;0;4095.00;11.25;1408.00;0.00;0.60 -7867;0;3888.00;9.75;1778.00;0.00;0.66 -7868;0;5001.00;10.20;1569.00;0.00;0.54 -7869;0;661.00;12.80;1981.00;0.00;2.56 -7870;0;4246.00;14.55;1441.00;0.00;0.56 -7871;0;4909.00;12.60;1600.00;0.00;0.60 -7872;0;3221.00;12.90;381.00;0.00;0.76 -7873;0;4743.00;10.60;1517.00;0.00;0.60 -7874;0;3902.00;10.40;1621.00;0.00;0.52 -7875;0;1593.00;11.00;1687.00;0.00;0.48 -7876;0;4360.00;10.62;1667.00;0.00;0.62 -7877;0;1198.00;11.25;1688.00;0.00;0.48 -7878;0;5275.00;11.47;1616.00;0.00;1.50 -7879;0;1016.00;14.77;1497.00;0.00;0.44 -7880;0;1144.00;12.00;1681.00;0.00;0.72 -7881;0;4411.00;13.62;1446.00;0.00;0.52 -7882;0;4115.00;10.35;1773.00;0.00;0.72 -7883;0;1169.00;12.42;1710.00;0.00;0.38 -7884;0;411.00;10.45;1903.00;0.00;1.18 -7885;0;4521.00;14.80;1469.00;0.00;0.54 -7886;0;4184.00;10.65;1643.00;0.00;0.54 -7887;0;5557.00;10.37;177.00;0.00;0.22 -7888;0;1082.00;16.25;1579.00;0.00;0.48 -7889;0;4678.00;10.60;1704.00;0.00;0.52 -7890;0;4104.00;12.87;1528.00;0.00;0.44 -7891;0;775.00;13.07;1983.00;0.00;1.24 -7892;0;1288.00;11.30;1510.00;0.00;0.42 -7893;0;1680.00;10.40;1730.00;0.00;0.88 -7894;0;4715.00;10.97;1481.00;0.00;0.40 -7895;0;3780.00;10.20;1778.00;0.00;0.66 -7896;0;1357.00;11.17;1700.00;0.00;0.44 -7897;0;4784.00;12.42;1467.00;0.00;0.50 -7898;0;3697.00;10.20;1802.00;0.00;0.74 -7899;0;1403.00;11.25;1714.00;0.00;0.76 -7900;0;3297.00;11.07;217.00;0.00;0.44 -7901;0;1151.00;10.55;2000.00;0.00;1.96 -7902;0;4433.00;11.40;1648.00;0.00;0.66 -7903;0;3906.00;11.02;1130.00;0.00;0.50 -7904;0;1288.00;10.40;1475.00;0.00;0.46 -7905;0;4000.00;10.30;1083.00;0.00;0.42 -7906;0;3260.00;9.50;1382.00;0.00;1.00 -7907;0;2769.00;9.50;50.00;0.00;1.08 -7908;0;2733.00;12.12;1155.00;0.00;0.56 -7909;0;4368.00;11.52;995.00;0.00;0.32 -7910;0;1591.00;9.50;1279.00;0.00;1.08 -7911;0;4457.00;12.77;1216.00;0.00;0.40 -7912;0;3352.00;12.65;766.00;0.00;1.04 -7913;0;1262.00;15.32;1201.00;0.00;0.46 -7914;0;452.00;9.50;479.00;0.00;0.92 -7915;0;1774.00;11.12;965.00;0.00;0.78 -7916;0;3855.00;17.57;1223.00;0.00;0.48 -7917;0;3810.00;11.70;1070.00;0.00;0.46 -7918;0;5157.00;9.50;782.00;0.00;1.26 -7919;0;3142.00;10.70;829.00;0.00;0.80 -7920;0;1092.00;13.17;1401.00;0.00;0.56 -7921;0;1167.00;15.37;1254.00;0.00;0.52 -7922;0;4340.00;9.50;470.00;0.00;0.78 -7923;0;2821.00;9.50;1650.00;0.00;0.88 -7924;0;3783.00;9.90;1300.00;0.00;0.44 -7925;0;3298.00;10.60;889.00;0.00;0.48 -7926;0;4230.00;21.80;1157.00;0.00;0.56 -7927;0;5366.00;9.50;427.00;0.00;1.08 -7928;0;5509.00;9.50;987.00;0.00;1.22 -7929;0;5511.00;9.50;1576.00;0.00;1.24 -7930;0;2769.00;10.35;903.00;0.00;0.88 -7931;0;3098.00;11.00;679.00;0.00;0.64 -7932;0;4845.00;9.50;1246.00;0.00;1.26 -7933;0;4040.00;9.50;756.00;0.00;1.14 -7934;0;3432.00;12.42;1045.00;0.00;0.52 -7935;0;1119.00;14.27;1327.00;0.00;0.60 -7936;0;1612.00;11.85;916.00;0.00;0.64 -7937;0;4214.00;9.50;208.00;0.00;1.06 -7938;0;4078.00;10.90;1052.00;0.00;0.42 -7939;0;2892.00;10.70;907.00;0.00;0.92 -7940;0;4276.00;20.90;1247.00;0.00;0.86 -7941;0;3930.00;9.50;196.00;0.00;1.24 -7942;0;3329.00;9.50;8.00;0.00;0.46 -7943;0;2671.00;10.50;998.00;0.00;1.18 -7944;0;3419.00;16.57;853.00;0.00;0.50 -7945;0;1319.00;10.42;1435.00;0.00;0.34 -7946;0;2613.00;9.50;648.00;0.00;0.84 -7947;0;2322.00;9.50;538.00;0.00;1.34 -7948;0;4516.00;13.05;1164.00;0.00;0.32 -7949;0;4044.00;13.30;1327.00;0.00;0.60 -7950;0;2807.00;10.22;866.00;0.00;0.82 -7951;0;1753.00;9.50;1333.00;0.00;1.14 -7952;0;2012.00;9.50;1895.00;0.00;1.00 -7953;0;3563.00;9.70;1165.00;0.00;0.52 -7954;0;2789.00;10.20;893.00;0.00;0.72 -7955;0;1266.00;9.50;373.00;0.00;1.42 -7956;0;338.00;9.50;146.00;0.00;1.02 -7957;0;560.00;9.50;1283.00;0.00;1.46 -7958;0;2776.00;13.72;1188.00;0.00;0.50 -7959;0;2648.00;10.40;762.00;0.00;0.74 -7960;0;3667.00;9.80;1042.00;0.00;0.54 -7961;0;210.00;9.50;1679.00;0.00;1.22 -7962;0;529.00;9.50;1110.00;0.00;0.98 -7963;0;3029.00;11.85;822.00;0.00;0.82 -7964;0;1030.00;10.57;1341.00;0.00;0.64 -7965;0;4370.00;14.65;1072.00;0.00;0.38 -7966;0;1017.00;9.50;512.00;0.00;1.08 -7967;0;5394.00;9.50;1662.00;0.00;1.14 -7968;0;1784.00;9.97;1023.00;0.00;0.68 -7969;0;3584.00;12.90;1249.00;0.00;0.44 -7970;0;3416.00;11.82;1110.00;0.00;0.58 -7971;0;4322.00;13.62;1331.00;0.00;0.56 -7972;0;2570.00;10.85;871.00;0.00;0.38 -7973;0;1210.00;13.62;1286.00;0.00;0.56 -7974;0;4364.00;10.60;984.00;0.00;0.28 -7975;0;3894.00;14.47;1165.00;0.00;0.40 -7976;0;4363.00;14.85;1046.00;0.00;0.40 -7977;0;3529.00;9.70;1179.00;0.00;0.40 -7978;0;2973.00;12.47;760.00;0.00;0.56 -7979;0;2642.00;11.72;1082.00;0.00;0.40 -7980;0;3453.00;12.47;812.00;0.00;0.66 -7981;0;1272.00;10.50;1400.00;0.00;0.50 -7982;0;3692.00;11.35;1101.00;0.00;0.46 -7983;0;2741.00;10.80;820.00;0.00;0.86 -7984;0;3842.00;17.22;1234.00;0.00;0.48 -7985;0;3084.00;15.52;1100.00;0.00;0.74 -7986;0;1006.00;9.65;1415.00;0.00;0.32 -7987;0;3228.00;11.00;982.00;0.00;1.20 -7988;0;4368.00;19.92;1181.00;0.00;0.68 -7989;0;3344.00;10.40;965.00;0.00;0.62 -7990;0;3740.00;14.25;1198.00;0.00;0.50 -7991;0;1591.00;10.02;902.00;0.00;0.66 -7992;0;2569.00;9.70;972.00;0.00;0.96 -7993;0;1672.00;13.60;967.00;0.00;0.66 -7994;0;3510.00;9.70;1183.00;0.00;0.44 -7995;0;3536.00;11.17;1075.00;0.00;0.70 -7996;0;3284.00;11.87;734.00;0.00;0.66 -7997;0;4289.00;19.42;1295.00;0.00;0.62 -7998;0;3977.00;10.40;1108.00;0.00;0.50 -7999;0;1115.00;16.95;1495.00;0.00;0.40 -8000;0;3643.00;9.60;849.00;0.00;0.20 -8001;0;3517.00;9.80;1157.00;0.00;0.44 -8002;0;3682.00;10.00;951.00;0.00;0.74 -8003;0;1175.00;15.60;1291.00;0.00;0.54 -8004;0;3482.00;12.27;1031.00;0.00;0.62 -8005;0;4012.00;21.05;1219.00;0.00;0.52 -8006;0;2672.00;10.02;741.00;0.00;0.80 -8007;0;3934.00;10.77;1146.00;0.00;0.48 -8008;0;2662.00;11.40;813.00;0.00;0.78 -8009;0;3699.00;12.67;1220.00;0.00;0.58 -8010;0;4207.00;18.57;1097.00;0.00;0.52 -8011;0;4013.00;11.60;856.00;0.00;0.30 -8012;0;1079.00;12.82;1375.00;0.00;0.52 -8013;0;3822.00;13.20;1123.00;0.00;0.62 -8014;0;1519.00;12.20;1474.00;0.00;0.22 -8015;0;2601.00;9.82;885.00;0.00;0.52 -8016;0;3159.00;11.30;601.00;0.00;0.76 -8017;0;1430.00;11.40;1109.00;0.00;0.68 -8018;0;4307.00;21.15;1226.00;0.00;0.80 -8019;0;3384.00;13.30;736.00;0.00;0.76 -8020;0;3724.00;12.17;1008.00;0.00;0.46 -8021;0;2938.00;10.72;790.00;0.00;0.66 -8022;0;3948.00;13.10;1210.00;0.00;0.46 -8023;0;4387.00;13.80;1054.00;0.00;0.36 -8024;0;1764.00;9.80;1007.00;0.00;0.58 -8025;0;1297.00;10.70;1437.00;0.00;0.40 -8026;0;4455.00;10.20;1157.00;0.00;0.36 -8027;0;3932.00;19.60;1294.00;0.00;0.48 -8028;0;2902.00;10.25;877.00;0.00;0.70 -8029;0;4082.00;23.45;1165.00;0.00;0.82 -8030;0;3533.00;11.50;938.00;0.00;0.72 -8031;0;3648.00;16.05;1164.00;0.00;0.56 -8032;0;1203.00;11.40;1169.00;0.00;0.48 -8033;0;1101.00;11.25;1333.00;0.00;0.44 -8034;0;2917.00;9.70;739.00;0.00;0.68 -8035;0;2620.00;10.40;999.00;0.00;1.26 -8036;0;3426.00;15.65;773.00;0.00;0.76 -8037;0;4222.00;22.65;1222.00;0.00;0.76 -8038;0;2606.00;9.90;1094.00;0.00;0.64 -8039;0;2800.00;10.40;801.00;0.00;0.56 -8040;0;3565.00;15.52;1222.00;0.00;0.42 -8041;0;4306.00;20.82;1145.00;0.00;0.74 -8042;0;4086.00;12.97;1289.00;0.00;0.70 -8043;0;3455.00;11.10;869.00;0.00;0.80 -8044;0;3869.00;15.42;1161.00;0.00;0.52 -8045;0;4381.00;11.30;955.00;0.00;0.32 -8046;0;2718.00;15.25;1165.00;0.00;0.54 -8047;0;1566.00;9.90;874.00;0.00;0.72 -8048;0;3191.00;11.40;632.00;0.00;0.80 -8049;0;4506.00;11.80;1241.00;0.00;0.40 -8050;0;1775.00;9.80;903.00;0.00;1.04 -8051;0;3603.00;9.70;1062.00;0.00;0.40 -8052;0;3218.00;11.30;829.00;0.00;0.92 -8053;0;3788.00;12.37;1205.00;0.00;0.56 -8054;0;3158.00;12.50;458.00;0.00;0.74 -8055;0;4460.00;13.10;1324.00;0.00;0.54 -8056;0;1657.00;14.30;1041.00;0.00;0.40 -8057;0;1133.00;10.30;1270.00;0.00;0.64 -8058;0;2613.00;12.32;912.00;0.00;0.84 -8059;0;4300.00;21.90;1168.00;0.00;0.56 -8060;0;3501.00;12.05;1002.00;0.00;0.76 -8061;0;2938.00;10.02;1160.00;0.00;0.68 -8062;0;3424.00;14.20;724.00;0.00;0.86 -8063;0;4313.00;10.35;1070.00;0.00;0.52 -8064;0;1231.00;11.42;1388.00;0.00;0.56 -8065;0;2716.00;11.00;791.00;0.00;0.72 -8066;0;3841.00;12.32;1095.00;0.00;0.62 -8067;0;4025.00;10.57;831.00;0.00;0.24 -8068;0;4137.00;22.65;1236.00;0.00;0.88 -8069;0;3097.00;10.05;1122.00;0.00;0.42 -8070;0;1166.00;13.85;1427.00;0.00;0.52 -8071;0;2762.00;10.80;842.00;0.00;0.78 -8072;0;4521.00;15.27;1177.00;0.00;0.38 -8073;0;3470.00;10.12;936.00;0.00;0.62 -8074;0;3628.00;14.27;1196.00;0.00;0.42 -8075;0;1611.00;10.55;865.00;0.00;0.44 -8076;0;3970.00;10.45;1012.00;0.00;0.28 -8077;0;2921.00;9.80;1186.00;0.00;0.68 -8078;0;3066.00;11.67;766.00;0.00;0.64 -8079;0;1275.00;10.65;1212.00;0.00;0.56 -8080;0;1792.00;10.42;1004.00;0.00;0.56 -8081;0;4469.00;13.62;1282.00;0.00;0.54 -8082;0;4073.00;12.47;1111.00;0.00;0.32 -8083;0;1465.00;12.05;1473.00;0.00;0.26 -8084;0;3255.00;11.00;871.00;0.00;0.74 -8085;0;3547.00;9.87;1134.00;0.00;0.48 -8086;0;4086.00;12.40;1319.00;0.00;0.80 -8087;0;4029.00;10.97;930.00;0.00;0.36 -8088;0;2738.00;10.75;1128.00;0.00;1.16 -8089;0;1274.00;13.85;1171.00;0.00;0.76 -8090;0;3872.00;15.62;1176.00;0.00;0.48 -8091;0;4589.00;11.27;694.00;0.00;0.30 -8092;0;3396.00;11.70;1056.00;0.00;0.50 -8093;0;3648.00;12.20;1244.00;0.00;0.52 -8094;0;3539.00;11.10;797.00;0.00;0.58 -8095;0;4482.00;12.27;1088.00;0.00;0.40 -8096;0;2777.00;10.45;807.00;0.00;0.70 -8097;0;1150.00;13.20;1375.00;0.00;0.64 -8098;0;3851.00;14.62;1120.00;0.00;0.58 -8099;0;3737.00;10.02;1301.00;0.00;0.52 -8100;0;4006.00;11.80;869.00;0.00;0.32 -8101;0;3402.00;10.95;1159.00;0.00;0.74 -8102;0;4352.00;13.30;1339.00;0.00;0.40 -8103;0;3200.00;11.00;936.00;0.00;0.92 -8104;0;4345.00;20.50;1183.00;0.00;0.86 -8105;0;3293.00;10.40;989.00;0.00;0.64 -8106;0;3934.00;9.90;1175.00;0.00;0.48 -8107;0;1891.00;9.97;912.00;0.00;0.96 -8108;0;3630.00;9.80;1031.00;0.00;0.46 -8109;0;2997.00;12.65;814.00;0.00;0.70 -8110;0;1417.00;10.40;1417.00;0.00;0.28 -8111;0;2629.00;12.27;1102.00;0.00;0.60 -8112;0;4039.00;20.50;1267.00;0.00;0.56 -8113;0;1760.00;11.37;1031.00;0.00;0.32 -8114;0;4059.00;11.17;1113.00;0.00;0.48 -8115;0;1029.00;12.52;1423.00;0.00;0.56 -8116;0;2743.00;10.80;866.00;0.00;0.68 -8117;0;3626.00;13.95;1137.00;0.00;0.52 -8118;0;3612.00;10.00;982.00;0.00;1.28 -8119;0;1053.00;10.30;1305.00;0.00;0.56 -8120;0;4079.00;10.27;1017.00;0.00;0.32 -8121;0;4159.00;23.27;1138.00;0.00;0.44 -8122;0;2731.00;9.92;760.00;0.00;0.78 -8123;0;3493.00;10.50;1230.00;0.00;0.40 -8124;0;3466.00;10.70;831.00;0.00;0.36 -8125;0;3571.00;14.32;1235.00;0.00;0.44 -8126;0;4364.00;17.02;1103.00;0.00;0.30 -8127;0;4446.00;13.32;1291.00;0.00;0.52 -8128;0;3000.00;10.70;988.00;0.00;1.56 -8129;0;2105.00;10.95;683.00;0.00;0.82 -8130;0;4694.00;10.20;143.00;0.00;0.52 -8131;0;3295.00;9.50;1420.00;0.00;1.46 -8132;0;2869.00;9.50;166.00;0.00;0.92 -8133;0;3436.00;10.80;699.00;0.00;0.70 -8134;0;4809.00;10.70;285.00;0.00;1.12 -8135;0;1561.00;9.50;1337.00;0.00;0.84 -8136;0;3057.00;12.40;353.00;0.00;0.96 -8137;0;197.00;9.50;671.00;0.00;1.08 -8138;0;3033.00;13.22;416.00;0.00;0.66 -8139;0;5019.00;9.50;696.00;0.00;1.26 -8140;0;2051.00;12.00;596.00;0.00;0.92 -8141;0;4204.00;9.50;696.00;0.00;0.86 -8142;0;2810.00;9.50;1683.00;0.00;0.80 -8143;0;2219.00;10.00;695.00;0.00;0.60 -8144;0;3291.00;12.25;573.00;0.00;0.68 -8145;0;5495.00;9.50;371.00;0.00;1.28 -8146;0;5456.00;9.50;986.00;0.00;0.92 -8147;0;5594.00;9.50;1515.00;0.00;0.96 -8148;0;2120.00;12.40;536.00;0.00;0.56 -8149;0;1633.00;9.85;816.00;0.00;1.28 -8150;0;4811.00;9.50;1164.00;0.00;0.98 -8151;0;4082.00;9.50;719.00;0.00;0.98 -8152;0;4686.00;9.75;334.00;0.00;0.58 -8153;0;4334.00;9.50;7.00;0.00;0.42 -8154;0;4256.00;9.50;156.00;0.00;0.98 -8155;0;4812.00;10.35;338.00;0.00;1.02 -8156;0;3870.00;9.50;200.00;0.00;1.04 -8157;0;1762.00;17.67;591.00;0.00;0.68 -8158;0;2618.00;9.50;609.00;0.00;1.10 -8159;0;2280.00;9.50;568.00;0.00;1.30 -8160;0;1677.00;11.10;693.00;0.00;0.94 -8161;0;1724.00;11.87;174.00;0.00;0.68 -8162;0;2208.00;9.50;1212.00;0.00;1.08 -8163;0;2036.00;9.50;1865.00;0.00;0.82 -8164;0;3479.00;9.80;677.00;0.00;0.62 -8165;0;4882.00;10.00;207.00;0.00;0.82 -8166;0;1218.00;9.50;338.00;0.00;0.98 -8167;0;348.00;9.50;106.00;0.00;1.06 -8168;0;615.00;9.50;1180.00;0.00;0.92 -8169;0;1840.00;9.72;401.00;0.00;0.74 -8170;0;213.00;9.50;1764.00;0.00;1.32 -8171;0;481.00;9.50;1145.00;0.00;1.10 -8172;0;1944.00;10.12;752.00;0.00;1.64 -8173;0;915.00;9.50;470.00;0.00;1.22 -8174;0;5389.00;9.50;1612.00;0.00;1.10 -8175;0;1912.00;10.20;679.00;0.00;1.30 -8176;0;1750.00;10.57;150.00;0.00;0.58 -8177;0;2147.00;11.65;676.00;0.00;0.60 -8178;0;3303.00;10.62;192.00;0.00;0.62 -8179;0;2206.00;9.80;786.00;0.00;0.60 -8180;0;3510.00;11.90;308.00;0.00;0.90 -8181;0;2035.00;11.25;462.00;0.00;0.56 -8182;0;3404.00;10.40;513.00;0.00;0.60 -8183;0;3406.00;11.50;567.00;0.00;0.66 -8184;0;2181.00;10.45;679.00;0.00;0.66 -8185;0;1747.00;9.80;801.00;0.00;1.32 -8186;0;4945.00;9.82;170.00;0.00;0.48 -8187;0;1893.00;9.75;382.00;0.00;0.60 -8188;0;3544.00;10.27;389.00;0.00;0.86 -8189;0;1925.00;9.80;570.00;0.00;1.04 -8190;0;2148.00;9.92;507.00;0.00;0.40 -8191;0;1706.00;11.00;678.00;0.00;0.62 -8192;0;1726.00;11.70;253.00;0.00;0.70 -8193;0;3045.00;11.05;598.00;0.00;0.96 -8194;0;1703.00;11.97;365.00;0.00;0.56 -8195;0;1759.00;19.70;454.00;0.00;0.80 -8196;0;2173.00;9.85;572.00;0.00;0.54 -8197;0;2190.00;9.95;644.00;0.00;0.44 -8198;0;1688.00;9.50;102.00;0.00;0.48 -8199;0;1574.00;14.15;758.00;0.00;0.64 -8200;0;4738.00;10.50;215.00;0.00;0.78 -8201;0;3391.00;11.15;482.00;0.00;0.90 -8202;0;3026.00;12.80;389.00;0.00;0.62 -8203;0;1846.00;10.77;527.00;0.00;0.78 -8204;0;5503.00;10.52;92.00;0.00;0.50 -8205;0;3388.00;12.32;542.00;0.00;0.66 -8206;0;4985.00;9.70;245.00;0.00;0.90 -8207;0;2975.00;11.70;619.00;0.00;1.24 -8208;0;1825.00;9.80;309.00;0.00;0.52 -8209;0;4762.00;9.65;383.00;0.00;0.80 -8210;0;2093.00;11.82;533.00;0.00;0.44 -8211;0;1774.00;9.90;667.00;0.00;0.78 -8212;0;5491.00;12.97;74.00;0.00;0.50 -8213;0;1666.00;9.90;789.00;0.00;1.08 -8214;0;3192.00;12.67;251.00;0.00;0.74 -8215;0;1747.00;11.90;317.00;0.00;0.60 -8216;0;1790.00;13.45;439.00;0.00;0.66 -8217;0;1718.00;11.75;522.00;0.00;0.38 -8218;0;1697.00;9.60;76.00;0.00;0.72 -8219;0;3035.00;10.85;541.00;0.00;0.62 -8220;0;4920.00;9.80;164.00;0.00;0.64 -8221;0;4563.00;10.30;620.00;0.00;0.36 -8222;0;1699.00;9.70;308.00;0.00;0.32 -8223;0;3320.00;12.70;699.00;0.00;0.68 -8224;0;1958.00;10.80;500.00;0.00;0.90 -8225;0;1739.00;14.42;623.00;0.00;0.76 -8226;0;2144.00;11.80;530.00;0.00;0.36 -8227;0;2180.00;10.70;737.00;0.00;0.68 -8228;0;4669.00;10.77;159.00;0.00;0.56 -8229;0;1708.00;13.87;287.00;0.00;0.36 -8230;0;5029.00;10.35;349.00;0.00;0.58 -8231;0;1734.00;19.17;516.00;0.00;0.48 -8232;0;5460.00;12.55;38.00;0.00;0.44 -8233;0;2118.00;11.52;614.00;0.00;0.58 -8234;0;5072.00;9.85;192.00;0.00;0.34 -8235;0;4970.00;12.52;576.00;0.00;0.58 -8236;0;1321.00;10.07;1137.00;0.00;0.50 -8237;0;4854.00;10.40;341.00;0.00;0.96 -8238;0;1918.00;10.30;401.00;0.00;0.62 -8239;0;2005.00;11.22;466.00;0.00;0.58 -8240;0;1787.00;10.42;602.00;0.00;0.74 -8241;0;5458.00;9.80;22.00;0.00;0.36 -8242;0;2184.00;10.60;716.00;0.00;0.64 -8243;0;4676.00;10.57;134.00;0.00;0.48 -8244;0;2969.00;12.77;675.00;0.00;0.42 -8245;0;3312.00;10.15;245.00;0.00;0.68 -8246;0;3528.00;11.75;262.00;0.00;0.80 -8247;0;4797.00;11.40;397.00;0.00;0.68 -8248;0;3028.00;10.05;511.00;0.00;0.74 -8249;0;5010.00;9.75;163.00;0.00;0.64 -8250;0;4996.00;12.80;567.00;0.00;0.44 -8251;0;1705.00;13.05;263.00;0.00;0.44 -8252;0;1556.00;9.75;842.00;0.00;0.56 -8253;0;1750.00;19.82;423.00;0.00;0.86 -8254;0;1787.00;9.80;781.00;0.00;1.52 -8255;0;1813.00;10.40;390.00;0.00;0.62 -8256;0;3300.00;9.50;1371.00;0.00;1.18 -8257;0;2815.00;9.50;349.00;0.00;0.94 -8258;0;1692.00;9.50;1284.00;0.00;0.74 -8259;0;158.00;9.50;743.00;0.00;0.78 -8260;0;4989.00;9.50;833.00;0.00;1.14 -8261;0;4308.00;9.50;754.00;0.00;0.98 -8262;0;2786.00;9.50;1712.00;0.00;0.90 -8263;0;5533.00;9.50;345.00;0.00;1.28 -8264;0;5418.00;9.50;1006.00;0.00;1.16 -8265;0;5560.00;9.50;1540.00;0.00;1.00 -8266;0;4763.00;9.50;1163.00;0.00;1.02 -8267;0;4120.00;9.50;697.00;0.00;1.00 -8268;0;4415.00;9.50;10.00;0.00;0.54 -8269;0;4266.00;9.50;103.00;0.00;0.82 -8270;0;3775.00;9.50;204.00;0.00;0.94 -8271;0;2560.00;9.50;674.00;0.00;1.10 -8272;0;2341.00;9.50;580.00;0.00;1.06 -8273;0;2126.00;9.50;1252.00;0.00;1.38 -8274;0;2083.00;9.50;1819.00;0.00;1.00 -8275;0;1155.00;9.50;410.00;0.00;1.24 -8276;0;386.00;9.50;74.00;0.00;1.38 -8277;0;619.00;9.50;1223.00;0.00;0.88 -8278;0;299.00;9.50;1719.00;0.00;1.08 -8279;0;523.00;9.50;1156.00;0.00;1.08 -8280;0;862.00;9.50;501.00;0.00;1.04 -8281;0;5446.00;9.50;1618.00;0.00;1.04 -8282;0;3378.00;9.50;1440.00;0.00;0.84 -8283;0;2825.00;9.50;497.00;0.00;1.06 -8284;0;1601.00;9.50;1313.00;0.00;0.96 -8285;0;31.00;9.50;628.00;0.00;1.22 -8286;0;5177.00;9.50;877.00;0.00;1.42 -8287;0;4261.00;9.50;796.00;0.00;1.00 -8288;0;2800.00;9.50;1783.00;0.00;1.26 -8289;0;5592.00;9.50;372.00;0.00;1.00 -8290;0;5576.00;9.50;671.00;0.00;1.12 -8291;0;5562.00;9.50;1597.00;0.00;1.06 -8292;0;4780.00;9.50;1129.00;0.00;0.76 -8293;0;4168.00;9.50;675.00;0.00;1.06 -8294;0;4401.00;9.50;44.00;0.00;0.96 -8295;0;4232.00;9.50;104.00;0.00;0.92 -8296;0;3819.00;9.50;196.00;0.00;1.08 -8297;0;2542.00;9.50;735.00;0.00;1.10 -8298;0;2301.00;9.50;613.00;0.00;0.94 -8299;0;2139.00;9.50;1301.00;0.00;1.26 -8300;0;2695.00;9.50;1789.00;0.00;1.40 -8301;0;1141.00;9.50;363.00;0.00;0.92 -8302;0;316.00;9.50;59.00;0.00;1.32 -8303;0;627.00;9.50;1269.00;0.00;1.20 -8304;0;212.00;9.50;1803.00;0.00;1.34 -8305;0;409.00;9.50;1085.00;0.00;1.24 -8306;0;824.00;9.50;457.00;0.00;1.40 -8307;0;5444.00;9.50;1675.00;0.00;1.22 -8308;0;3359.00;9.50;1389.00;0.00;1.36 -8309;0;2823.00;9.50;579.00;0.00;1.00 -8310;0;1652.00;9.50;1344.00;0.00;0.78 -8311;0;32.00;9.50;570.00;0.00;1.26 -8312;0;5102.00;9.50;994.00;0.00;1.20 -8313;0;4253.00;9.50;852.00;0.00;0.74 -8314;0;2722.00;9.50;1552.00;0.00;0.64 -8315;0;5539.00;9.50;407.00;0.00;1.10 -8316;0;5582.00;9.50;711.00;0.00;0.96 -8317;0;5608.00;9.50;1557.00;0.00;1.10 -8318;0;4818.00;9.50;1117.00;0.00;1.00 -8319;0;4128.00;9.50;652.00;0.00;0.96 -8320;0;4372.00;9.50;15.00;0.00;0.70 -8321;0;4184.00;9.50;93.00;0.00;0.82 -8322;0;3841.00;9.50;149.00;0.00;1.20 -8323;0;2585.00;9.50;706.00;0.00;0.92 -8324;0;2312.00;9.50;668.00;0.00;1.04 -8325;0;2045.00;9.50;1029.00;0.00;1.10 -8326;0;3186.00;9.50;2023.00;0.00;1.04 -8327;0;1071.00;9.50;361.00;0.00;1.30 -8328;0;360.00;9.50;27.00;0.00;1.26 -8329;0;695.00;9.50;1269.00;0.00;0.98 -8330;0;279.00;9.50;1774.00;0.00;1.54 -8331;0;363.00;9.50;993.00;0.00;1.26 -8332;0;880.00;9.50;430.00;0.00;1.46 -8333;0;5508.00;9.50;1624.00;0.00;1.16 -8334;0;3414.00;9.50;1367.00;0.00;1.30 -8335;0;2567.00;9.50;507.00;0.00;0.86 -8336;0;1673.00;9.50;1391.00;0.00;1.04 -8337;0;132.00;9.50;581.00;0.00;1.02 -8338;0;5364.00;9.50;1110.00;0.00;1.34 -8339;0;4113.00;9.50;868.00;0.00;1.04 -8340;0;2725.00;9.50;1612.00;0.00;0.88 -8341;0;5586.00;9.50;458.00;0.00;1.00 -8342;0;5580.00;9.50;746.00;0.00;0.92 -8343;0;4753.00;9.50;1081.00;0.00;1.16 -8344;0;4041.00;9.50;683.00;0.00;0.84 -8345;0;4327.00;9.50;35.00;0.00;1.02 -8346;0;4179.00;9.50;134.00;0.00;1.08 -8347;0;3902.00;9.50;151.00;0.00;1.36 -8348;0;2899.00;9.50;585.00;0.00;0.84 -8349;0;2519.00;9.50;778.00;0.00;1.00 -8350;0;2363.00;9.50;677.00;0.00;1.20 -8351;0;2003.00;9.50;1060.00;0.00;1.02 -8352;0;3261.00;9.50;2033.00;0.00;0.64 -8353;0;1142.00;9.50;321.00;0.00;1.06 -8354;0;416.00;9.50;21.00;0.00;1.10 -8355;0;669.00;9.50;1311.00;0.00;0.94 -8356;0;313.00;9.50;1798.00;0.00;1.18 -8357;0;427.00;9.50;968.00;0.00;0.80 -8358;0;800.00;9.50;410.00;0.00;1.04 -8359;0;662.00;9.50;1017.00;0.00;0.80 -8360;0;4338.00;10.80;688.00;0.00;0.44 -8361;0;2673.00;9.50;1742.00;0.00;1.10 -8362;0;2709.00;9.50;515.00;0.00;0.88 -8363;0;1557.00;9.50;1383.00;0.00;0.92 -8364;0;122.00;9.50;523.00;0.00;1.28 -8365;0;5475.00;9.50;1177.00;0.00;1.36 -8366;0;4186.00;9.50;890.00;0.00;0.96 -8367;0;2720.00;9.50;1737.00;0.00;1.14 -8368;0;5515.00;9.50;450.00;0.00;0.92 -8369;0;5580.00;9.50;783.00;0.00;1.08 -8370;0;3655.00;9.50;1989.00;0.00;2.28 -8371;0;4708.00;9.50;1093.00;0.00;1.26 -8372;0;4033.00;9.50;637.00;0.00;1.10 -8373;0;4357.00;9.50;55.00;0.00;1.00 -8374;0;4179.00;9.50;182.00;0.00;1.22 -8375;0;3870.00;9.50;106.00;0.00;1.12 -8376;0;2453.00;9.50;728.00;0.00;1.00 -8377;0;2358.00;9.50;734.00;0.00;1.00 -8378;0;2003.00;9.50;1013.00;0.00;1.12 -8379;0;3417.00;9.50;1975.00;0.00;1.28 -8380;0;1164.00;9.50;277.00;0.00;1.32 -8381;0;448.00;9.50;71.00;0.00;1.24 -8382;0;652.00;9.50;1354.00;0.00;0.80 -8383;0;213.00;10.15;1945.00;0.00;1.34 -8384;0;432.00;9.50;1007.00;0.00;1.06 -8385;0;797.00;9.50;332.00;0.00;1.18 -8386;0;2355.00;9.50;1038.00;0.00;1.20 -8387;0;2586.00;9.50;1817.00;0.00;1.80 -8388;0;2726.00;9.50;418.00;0.00;1.00 -8389;0;1608.00;9.50;1421.00;0.00;1.06 -8390;0;79.00;9.50;552.00;0.00;1.30 -8391;0;5505.00;9.50;1235.00;0.00;1.14 -8392;0;4106.00;9.50;810.00;0.00;0.88 -8393;0;2647.00;9.50;1630.00;0.00;0.58 -8394;0;5512.00;9.50;489.00;0.00;0.98 -8395;0;5586.00;9.50;860.00;0.00;1.26 -8396;0;4719.38;9.50;1188.63;0.50;1.16 -8397;0;4061.00;9.50;593.00;0.00;1.08 -8398;0;4333.00;9.50;91.00;0.00;0.92 -8399;0;4134.00;9.50;212.00;0.00;0.82 -8400;0;3956.00;9.50;150.00;0.00;1.28 -8401;0;2496.00;9.50;730.00;0.00;1.08 -8402;0;2322.00;9.50;716.00;0.00;1.14 -8403;0;2375.00;9.50;1354.00;0.00;1.68 -8404;0;2666.00;9.50;1834.00;0.00;1.50 -8405;0;1303.00;9.50;333.00;0.00;1.04 -8406;0;515.00;9.50;76.00;0.00;1.06 -8407;0;590.00;9.50;1320.00;0.00;0.88 -8408;0;707.00;9.50;952.00;0.00;1.36 -8409;0;277.00;10.02;1855.00;0.00;1.34 -8410;0;422.00;9.50;1046.00;0.00;1.16 -8411;0;757.00;9.50;376.00;0.00;1.06 -8412;0;4737.00;9.50;680.00;0.00;0.72 -8413;0;2594.00;9.50;1916.00;0.00;1.18 -8414;0;2744.00;9.50;184.00;0.00;0.98 -8415;0;1601.00;9.50;1382.00;0.00;0.88 -8416;0;146.00;9.50;386.00;0.00;1.26 -8417;0;4171.00;9.50;800.00;0.00;1.00 -8418;0;2626.00;9.50;1560.00;0.00;1.08 -8419;0;5596.00;9.50;501.00;0.00;1.22 -8420;0;5533.00;9.50;934.00;0.00;1.34 -8421;0;4752.00;9.50;1208.00;0.00;0.94 -8422;0;4108.00;9.50;596.00;0.00;1.00 -8423;0;4402.00;9.50;86.00;0.00;0.98 -8424;0;4086.00;9.50;247.00;0.00;1.12 -8425;0;3925.00;9.50;106.00;0.00;0.98 -8426;0;2409.00;9.50;715.00;0.00;1.18 -8427;0;2282.00;9.50;739.00;0.00;1.18 -8428;0;2630.00;9.50;1876.00;0.00;1.24 -8429;0;1335.00;9.50;365.00;0.00;1.20 -8430;0;475.00;9.50;21.00;0.00;1.02 -8431;0;579.00;9.50;1354.00;0.00;0.82 -8432;0;346.00;9.50;1830.00;0.00;1.36 -8433;0;494.00;9.50;963.00;0.00;1.14 -8434;0;696.00;9.50;457.00;0.00;1.48 -8435;0;3215.12;10.40;1310.33;0.00;0.52 -8436;0;2433.00;9.50;1923.00;0.00;1.34 -8437;0;2625.00;9.50;187.00;0.00;0.94 -8438;0;1696.00;9.50;1431.00;0.00;1.04 -8439;0;331.00;9.50;586.00;0.00;1.08 -8440;0;5517.00;9.50;1308.00;0.00;0.84 -8441;0;4081.00;9.50;668.00;0.00;1.08 -8442;0;2586.00;9.50;1554.00;0.00;1.04 -8443;0;5610.00;9.50;1482.00;0.00;1.00 -8444;0;5559.00;9.50;892.00;0.00;1.08 -8445;0;4733.71;9.50;1285.57;-0.50;1.32 -8446;0;4097.00;9.50;552.00;0.00;1.24 -8447;0;4408.00;9.50;126.00;0.00;0.88 -8448;0;4050.00;9.50;281.00;0.00;1.18 -8449;0;3977.00;9.50;106.00;0.00;1.02 -8450;0;2815.00;9.50;1537.00;0.00;0.44 -8451;0;2452.00;9.50;675.00;0.00;1.04 -8452;0;2199.00;9.50;526.00;0.00;1.16 -8453;0;2405.00;9.50;1277.00;0.00;1.78 -8454;0;2651.00;9.50;1705.00;0.00;1.08 -8455;0;1399.00;9.50;343.00;0.00;1.28 -8456;0;504.00;9.50;154.00;0.00;0.86 -8457;0;511.00;9.50;1324.00;0.00;1.22 -8458;0;391.00;9.50;1857.00;0.00;1.40 -8459;0;499.00;9.50;1005.00;0.00;1.14 -8460;0;682.00;9.50;411.00;0.00;1.36 -8461;0;3897.00;9.70;2003.00;0.00;1.76 -8462;0;2687.00;9.50;1520.00;0.00;0.54 -8463;0;2414.00;9.50;1967.00;0.00;1.70 -8464;0;2544.00;9.50;302.00;0.00;1.08 -8465;0;1647.00;9.50;1457.00;0.00;1.24 -8466;0;230.00;9.50;494.00;0.00;1.04 -8467;0;5342.00;9.50;1328.00;0.00;1.22 -8468;0;4253.00;9.50;538.00;0.00;0.80 -8469;0;2684.00;9.50;1501.00;0.00;0.80 -8470;0;5506.00;9.50;529.00;0.00;1.14 -8471;0;5607.00;9.50;915.00;0.00;1.24 -8472;0;4859.00;9.50;1132.00;0.00;0.98 -8473;0;4140.00;9.50;566.00;0.00;1.18 -8474;0;4447.00;9.50;119.00;0.00;1.10 -8475;0;4045.00;9.50;325.00;0.00;0.88 -8476;0;4016.00;9.50;74.00;0.00;0.96 -8477;0;3156.00;9.50;16.00;0.00;0.88 -8478;0;2526.00;9.50;16.00;0.00;0.68 -8479;0;2409.00;9.50;660.00;0.00;1.04 -8480;0;2216.00;9.50;568.00;0.00;1.26 -8481;0;2321.00;9.50;1332.00;0.00;1.24 -8482;0;2631.00;9.50;1773.00;0.00;1.46 -8483;0;1413.00;9.50;288.00;0.00;1.34 -8484;0;507.00;9.50;117.00;0.00;0.78 -8485;0;503.00;9.50;1366.00;0.00;0.92 -8486;0;346.00;9.50;1869.00;0.00;0.82 -8487;0;493.00;9.50;1046.00;0.00;1.04 -8488;0;772.00;9.50;479.00;0.00;1.26 -8489;0;3813.00;9.50;439.00;0.00;0.84 -8490;0;2487.00;9.50;1959.00;0.00;1.90 -8491;0;2438.00;9.50;108.00;0.00;0.98 -8492;0;1647.00;9.50;1506.00;0.00;1.20 -8493;0;282.00;9.50;368.00;0.00;1.26 -8494;0;5380.00;9.50;1195.00;0.00;1.20 -8495;0;4268.00;9.50;381.00;0.00;1.00 -8496;0;2668.00;9.50;1483.00;0.00;1.04 -8497;0;5537.00;9.50;567.00;0.00;1.52 -8498;0;5594.00;9.50;947.00;0.00;1.00 -8499;0;4826.09;9.50;1077.59;-0.80;0.82 -8500;0;4164.00;9.50;534.00;0.00;1.06 -8501;0;4376.00;9.50;153.00;0.00;0.96 -8502;0;4082.00;9.50;305.00;0.00;1.12 -8503;0;3888.00;9.50;66.00;0.00;0.96 -8504;0;3219.00;9.50;9.00;0.00;0.50 -8505;0;2555.00;9.50;53.00;0.00;0.96 -8506;0;2494.00;9.50;659.00;0.00;1.02 -8507;0;2239.00;9.50;637.00;0.00;1.16 -8508;0;2321.00;9.50;1282.00;0.00;1.20 -8509;0;2544.00;9.50;1851.00;0.00;1.38 -8510;0;1477.00;9.50;276.00;0.00;0.96 -8511;0;548.00;9.50;167.00;0.00;1.08 -8512;0;428.00;9.50;1402.00;0.00;1.28 -8513;0;293.00;9.50;1906.00;0.00;1.62 -8514;0;559.00;9.50;990.00;0.00;1.08 -8515;0;745.00;9.50;533.00;0.00;1.08 -8516;0;3815.00;9.50;482.00;0.00;0.82 -8517;0;2415.00;9.50;2020.00;0.00;1.30 -8518;0;1693.00;9.50;1552.00;0.00;0.94 -8519;0;191.00;9.50;291.00;0.00;1.02 -8520;0;5236.00;9.50;1227.00;0.00;1.10 -8521;0;4217.00;9.50;151.00;0.00;0.82 -8522;0;2703.00;9.50;1450.00;0.00;0.72 -8523;0;5589.00;9.50;594.00;0.00;1.06 -8524;0;5607.00;9.50;984.00;0.00;0.84 -8525;0;4804.00;9.50;1038.00;0.00;1.20 -8526;0;4165.00;9.50;483.00;0.00;1.22 -8527;0;4302.00;9.50;114.00;0.00;0.92 -8528;0;4106.00;9.50;333.00;0.00;1.02 -8529;0;3985.00;9.50;41.00;0.00;1.16 -8530;0;2913.00;9.50;1938.00;0.00;1.08 -8531;0;2504.00;9.50;59.00;0.00;1.00 -8532;0;2529.00;9.50;643.00;0.00;0.94 -8533;0;2339.00;9.50;1226.00;0.00;1.44 -8534;0;2459.00;9.50;1864.00;0.00;1.22 -8535;0;1485.00;9.50;233.00;0.00;1.14 -8536;0;299.00;9.50;286.00;0.00;1.08 -8537;0;378.00;9.50;1342.00;0.00;0.90 -8538;0;387.00;9.50;1901.00;0.00;0.78 -8539;0;564.00;9.50;1036.00;0.00;1.12 -8540;0;721.00;9.50;497.00;0.00;1.26 -8541;0;3813.00;9.50;532.00;0.00;0.92 -8542;0;2650.00;9.50;1933.00;0.00;1.18 -8543;0;1734.00;9.50;1600.00;0.00;1.14 -8544;0;28.00;9.50;301.00;0.00;1.18 -8545;0;5040.00;9.50;1144.00;0.00;0.86 -8546;0;2748.00;9.50;1460.00;0.00;0.48 -8547;0;5583.00;9.50;631.00;0.00;1.08 -8548;0;4784.00;9.50;996.00;0.00;1.06 -8549;0;4200.00;9.50;505.00;0.00;1.14 -8550;0;4340.00;9.50;139.00;0.00;0.92 -8551;0;4086.00;9.50;377.00;0.00;1.12 -8552;0;4041.00;9.50;29.00;0.00;1.18 -8553;0;2453.00;9.50;42.00;0.00;1.28 -8554;0;2520.00;9.50;611.00;0.00;1.06 -8555;0;2278.00;9.50;396.00;0.00;1.18 -8556;0;2284.00;9.50;1193.00;0.00;1.20 -8557;0;2542.00;9.50;1973.00;0.00;1.64 -8558;0;1373.00;9.50;232.00;0.00;1.30 -8559;0;321.00;9.50;325.00;0.00;1.06 -8560;0;379.00;9.50;1385.00;0.00;1.08 -8561;0;457.00;9.50;1884.00;0.00;1.14 -8562;0;479.00;9.50;913.00;0.00;1.32 -8563;0;675.00;9.50;546.00;0.00;0.96 -8564;0;3810.00;9.50;587.00;0.00;0.80 -8565;0;2550.00;9.50;2027.00;0.00;0.96 -8566;0;1784.00;9.70;1623.00;0.00;1.14 -8567;0;35.00;9.50;184.00;0.00;1.64 -8568;0;5040.00;9.50;1074.00;0.00;1.26 -8569;0;2735.00;9.50;1437.00;0.00;0.56 -8570;0;5509.00;9.50;627.00;0.00;1.08 -8571;0;5600.00;9.50;1259.00;0.00;0.98 -8572;0;4735.00;9.50;890.00;0.00;1.18 -8573;0;4185.00;9.50;441.00;0.00;0.96 -8574;0;4295.00;9.50;158.00;0.00;0.88 -8575;0;4141.00;9.50;350.00;0.00;1.08 -8576;0;2429.00;9.50;70.00;0.00;1.04 -8577;0;2482.00;9.50;615.00;0.00;1.08 -8578;0;2373.00;9.50;428.00;0.00;1.24 -8579;0;2276.00;9.50;1243.00;0.00;1.36 -8580;0;2597.00;9.50;1971.00;0.00;1.54 -8581;0;1487.00;9.50;115.00;0.00;1.16 -8582;0;357.00;9.50;277.00;0.00;0.90 -8583;0;348.00;9.50;1427.00;0.00;0.88 -8584;0;442.00;9.50;1816.00;0.00;1.04 -8585;0;544.00;9.50;947.00;0.00;0.94 -8586;0;654.00;9.50;500.00;0.00;1.16 -8587;0;3782.00;9.50;509.00;0.00;1.00 -8588;0;2698.00;9.50;1897.00;0.00;1.26 -8589;0;1882.00;9.50;1641.00;0.00;1.22 -8590;0;268.00;9.50;147.00;0.00;1.08 -8591;0;4899.00;9.50;890.00;0.00;1.02 -8592;0;2769.00;9.50;1406.00;0.00;0.76 -8593;0;5483.00;9.50;582.00;0.00;1.30 -8594;0;5597.00;9.50;1220.00;0.00;1.20 -8595;0;4744.00;9.50;936.00;0.00;1.20 -8596;0;4214.00;9.50;463.00;0.00;1.06 -8597;0;4391.00;9.50;233.00;0.00;1.02 -8598;0;4125.00;9.50;387.00;0.00;0.90 -8599;0;4011.00;9.50;8.00;0.00;0.50 -8600;0;2557.00;9.50;105.00;0.00;1.12 -8601;0;2501.00;9.50;567.00;0.00;0.92 -8602;0;2245.00;9.50;424.00;0.00;1.26 -8603;0;2227.00;9.50;1303.00;0.00;1.32 -8604;0;2499.00;9.50;2026.00;0.00;0.90 -8605;0;1439.00;9.50;103.00;0.00;1.22 -8606;0;379.00;9.50;317.00;0.00;0.80 -8607;0;313.00;9.50;1351.00;0.00;0.90 -8608;0;79.00;9.50;2020.00;0.00;0.50 -8609;0;545.00;9.50;903.00;0.00;1.00 -8610;0;586.00;9.50;486.00;0.00;1.22 -8611;0;3771.00;9.50;544.00;0.00;0.84 -8612;0;2756.00;9.50;1783.00;0.00;1.26 -8613;0;2873.00;9.50;529.00;0.00;1.04 -8614;0;1820.00;9.50;1684.00;0.00;1.36 -8615;0;204.00;9.50;247.00;0.00;1.00 -8616;0;4913.00;9.50;851.00;0.00;1.28 -8617;0;4018.00;9.50;116.00;0.00;1.00 -8618;0;2702.00;9.50;1413.00;0.00;0.88 -8619;0;5426.00;9.50;574.00;0.00;1.04 -8620;0;5532.00;9.50;1201.00;0.00;1.26 -8621;0;2854.00;9.50;1551.00;0.00;0.58 -8622;0;2890.00;9.50;1570.00;0.00;0.32 -8623;0;4737.00;9.50;978.00;0.00;1.12 -8624;0;4250.00;9.50;433.00;0.00;0.74 -8625;0;4375.00;9.50;195.00;0.00;1.12 -8626;0;4105.00;9.50;417.00;0.00;0.98 -8627;0;3958.00;9.50;9.00;0.00;0.56 -8628;0;2556.00;9.50;156.00;0.00;1.10 -8629;0;2444.00;9.50;627.00;0.00;0.94 -8630;0;2295.00;9.50;495.00;0.00;1.34 -8631;0;2170.00;9.50;1319.00;0.00;1.22 -8632;0;2563.00;9.50;1764.00;0.00;1.08 -8633;0;1381.00;9.50;119.00;0.00;1.16 -8634;0;429.00;9.50;342.00;0.00;1.00 -8635;0;309.00;9.50;1394.00;0.00;1.12 -8636;0;119.00;9.50;1979.00;0.00;0.88 -8637;0;542.00;9.50;850.00;0.00;1.20 -8638;0;630.00;9.50;450.00;0.00;1.32 -8639;0;3454.00;9.50;470.00;0.00;1.30 -8640;0;2795.00;9.50;1920.00;0.00;1.02 -8641;0;2287.00;9.50;209.00;0.00;1.14 -8642;0;1800.00;9.50;1725.00;0.00;1.46 -8643;0;415.00;9.50;288.00;0.00;1.26 -8644;0;4871.00;9.50;722.00;0.00;0.98 -8645;0;4169.00;9.50;269.00;0.00;1.12 -8646;0;2658.00;9.50;1451.00;0.00;1.22 -8647;0;5435.00;9.50;613.00;0.00;0.80 -8648;0;5612.00;9.50;1700.00;0.00;0.82 -8649;0;4782.00;9.50;943.00;0.00;0.68 -8650;0;4210.00;9.50;409.00;0.00;1.06 -8651;0;4293.00;9.50;208.00;0.00;0.78 -8652;0;4175.00;9.50;378.00;0.00;1.06 -8654;0;2504.00;9.50;104.00;0.00;1.00 -8655;0;2423.00;9.50;586.00;0.00;0.98 -8656;0;2271.00;9.50;460.00;0.00;1.32 -8657;0;2203.00;9.50;1362.00;0.00;1.20 -8658;0;2456.00;9.50;1812.00;0.00;1.38 -8659;0;1440.00;9.50;171.00;0.00;1.32 -8660;0;433.00;9.50;385.00;0.00;1.08 -8661;0;768.00;9.50;949.00;0.00;1.14 -8662;0;122.00;9.50;2026.00;0.00;0.96 -8663;0;447.00;9.50;873.00;0.00;1.16 -8664;0;587.00;9.50;430.00;0.00;1.02 -8665;0;3502.00;9.50;422.00;0.00;1.08 -8666;0;2835.00;9.50;1861.00;0.00;0.90 -8667;0;2366.00;9.50;283.00;0.00;1.04 -8668;0;1889.00;9.50;1742.00;0.00;1.08 -8669;0;516.00;9.50;432.00;0.00;0.90 -8670;0;4786.00;9.50;728.00;0.00;1.14 -8671;0;4256.00;9.50;468.00;0.00;0.82 -8672;0;2627.00;9.50;1432.00;0.00;1.02 -8673;0;5478.00;9.50;668.00;0.00;1.22 -8674;0;5605.00;9.50;1311.00;0.00;1.12 -8675;0;5614.00;9.50;1746.00;0.00;0.82 -8676;0;4691.00;9.50;959.00;0.00;1.10 -8677;0;4297.00;9.50;471.00;0.00;0.90 -8678;0;4340.00;9.50;224.00;0.00;1.12 -8679;0;4136.00;9.50;452.00;0.00;1.14 -8680;0;2509.00;9.50;158.00;0.00;1.20 -8681;0;2635.00;9.50;554.00;0.00;1.02 -8682;0;2758.00;9.50;694.00;0.00;0.76 -8683;0;2156.00;9.50;1367.00;0.00;1.20 -8684;0;2373.00;9.50;1834.00;0.00;1.10 -8685;0;1542.00;9.50;46.00;0.00;1.06 -8686;0;362.00;9.50;357.00;0.00;0.96 -8687;0;271.00;9.50;1427.00;0.00;1.32 -8688;0;178.00;9.50;2015.00;0.00;0.90 -8689;0;476.00;9.50;835.00;0.00;1.42 -8690;0;687.00;9.50;589.00;0.00;1.14 -8691;0;3457.00;9.50;353.00;0.00;1.36 -8692;0;2914.00;9.50;1989.00;0.00;1.24 -8693;0;2620.00;9.50;476.00;0.00;1.04 -8694;0;1873.00;9.50;1929.00;0.00;1.36 -8695;0;493.00;9.50;386.00;0.00;1.12 -8696;0;4799.00;9.50;774.00;0.00;0.96 -8697;0;4159.00;9.50;412.00;0.00;1.14 -8698;0;2641.00;9.50;1394.00;0.00;0.92 -8699;0;5492.00;9.50;736.00;0.00;1.02 -8700;0;5602.00;9.50;1370.00;0.00;1.22 -8701;0;4669.00;9.50;919.00;0.00;0.54 -8702;0;4341.00;9.50;501.00;0.00;0.78 -8703;0;4301.00;9.50;255.00;0.00;0.92 -8704;0;4082.00;9.50;447.00;0.00;1.04 -8705;0;2461.00;9.50;158.00;0.00;1.16 -8706;0;1511.00;9.50;793.00;0.00;0.98 -8707;0;2879.00;9.50;720.00;0.00;0.92 -8708;0;2148.00;9.50;1422.00;0.00;1.42 -8709;0;2380.00;9.50;1894.00;0.00;1.24 -8710;0;1589.00;9.50;20.00;0.00;1.02 -8711;0;371.00;9.50;397.00;0.00;1.02 -8712;0;192.00;9.50;1329.00;0.00;1.00 -8713;0;208.00;9.50;1999.00;0.00;0.42 -8714;0;420.00;9.50;823.00;0.00;1.26 -8715;0;745.00;9.50;575.00;0.00;1.02 -8716;0;2098.00;9.50;458.00;0.00;1.04 -8717;0;2924.00;9.50;2030.00;0.00;0.88 -8718;0;2526.00;9.50;500.00;0.00;1.04 -8719;0;1936.00;9.50;1873.00;0.00;2.14 -8720;0;655.00;9.50;371.00;0.00;1.34 -8721;0;4842.00;9.50;894.00;0.00;1.38 -8722;0;4063.00;9.50;355.00;0.00;0.98 -8723;0;2586.00;9.50;1416.00;0.00;1.56 -8724;0;5420.00;9.50;703.00;0.00;1.00 -8725;0;5625.00;9.50;1423.00;0.00;0.26 -8726;0;5561.00;9.50;1732.00;0.00;1.28 -8727;0;4689.00;9.50;798.00;0.00;1.32 -8728;0;4354.00;9.50;535.00;0.00;0.88 -8729;0;4262.00;9.50;250.00;0.00;0.94 -8730;0;4055.00;9.50;485.00;0.00;0.88 -8731;0;2404.00;9.50;148.00;0.00;1.20 -8732;0;2633.00;9.50;515.00;0.00;0.82 -8733;0;2714.00;9.50;714.00;0.00;0.74 -8734;0;2196.00;9.50;1423.00;0.00;1.12 -8735;0;2414.00;9.50;1852.00;0.00;1.40 -8736;0;1647.00;9.50;14.00;0.00;0.66 -8737;0;218.00;9.50;399.00;0.00;1.32 -8738;0;131.00;9.50;1331.00;0.00;0.94 -8739;0;317.00;9.50;1915.00;0.00;0.88 -8740;0;410.00;9.50;781.00;0.00;1.20 -8741;0;811.00;9.50;573.00;0.00;0.94 -8742;0;3392.00;9.50;1014.00;0.00;1.08 -8743;0;2690.00;9.50;1981.00;0.00;1.42 -8744;0;2381.00;9.50;592.00;0.00;0.88 -8745;0;1572.00;9.50;1962.00;0.00;0.88 -8746;0;1387.00;9.50;762.00;0.00;1.12 -8747;0;4816.00;9.50;944.00;0.00;0.90 -8748;0;3970.00;9.50;409.00;0.00;0.96 -8749;0;2645.00;9.50;1341.00;0.00;0.64 -8750;0;5419.00;9.50;741.00;0.00;1.04 -8751;0;4749.00;9.87;805.00;0.00;0.86 -8752;0;4293.00;9.50;506.00;0.00;0.70 -8753;0;4218.00;9.50;255.00;0.00;1.04 -8754;0;4072.00;9.50;529.00;0.00;1.00 -8755;0;2457.00;9.50;205.00;0.00;1.20 -8756;0;2595.00;9.50;570.00;0.00;0.86 -8757;0;2654.00;9.50;713.00;0.00;1.18 -8758;0;2241.00;9.50;1415.00;0.00;0.96 -8759;0;2358.00;9.50;1940.00;0.00;1.46 -8760;0;1693.00;9.50;26.00;0.00;1.06 -8761;0;295.00;9.50;410.00;0.00;1.16 -8762;0;112.00;9.50;1377.00;0.00;1.16 -8763;0;405.00;9.50;1781.00;0.00;1.54 -8764;0;317.00;9.50;858.00;0.00;1.16 -8765;0;734.00;9.50;635.00;0.00;1.48 -8766;0;3416.00;9.50;961.00;0.00;1.14 -8767;0;2763.00;9.50;2033.00;0.00;0.60 -8768;0;1578.00;9.50;1894.00;0.00;1.38 -8769;0;880.00;9.50;385.00;0.00;1.16 -8770;0;4919.00;9.50;1057.00;0.00;1.38 -8771;0;4101.00;9.50;486.00;0.00;1.20 -8772;0;2633.00;9.50;1263.00;0.00;0.82 -8773;0;5370.00;9.50;740.00;0.00;1.26 -8774;0;4663.00;9.50;755.00;0.00;1.16 -8775;0;4303.00;9.50;536.00;0.00;0.90 -8776;0;4205.00;9.50;302.00;0.00;1.08 -8777;0;4040.00;9.50;549.00;0.00;0.76 -8778;0;2338.00;9.50;117.00;0.00;1.32 -8779;0;2544.00;9.50;574.00;0.00;0.84 -8780;0;2581.00;9.50;762.00;0.00;1.18 -8781;0;2145.00;9.50;1478.00;0.00;0.98 -8782;0;2294.00;9.50;1931.00;0.00;1.44 -8783;0;247.00;9.50;294.00;0.00;1.20 -8784;0;176.00;9.50;1368.00;0.00;0.80 -8785;0;468.00;9.50;1769.00;0.00;1.36 -8786;0;285.00;9.50;895.00;0.00;1.38 -8787;0;782.00;9.50;669.00;0.00;1.22 -8788;0;3621.00;9.50;870.00;0.00;1.30 -8789;0;2854.00;9.50;1996.00;0.00;1.20 -8790;0;941.00;9.50;152.00;0.00;1.38 -8791;0;4890.00;9.50;1185.00;0.00;1.34 -8792;0;4129.00;9.50;513.00;0.00;1.12 -8793;0;2769.00;9.50;1248.00;0.00;0.68 -8794;0;5357.00;9.50;687.00;0.00;0.98 -8795;0;5553.00;9.50;1359.00;0.00;0.84 -8796;0;5168.00;9.50;1422.00;0.00;0.92 -8797;0;4665.00;9.50;704.00;0.00;1.26 -8798;0;4321.00;9.50;568.00;0.00;1.04 -8799;0;4260.00;9.50;290.00;0.00;0.86 -8800;0;4018.00;9.50;587.00;0.00;1.00 -8801;0;2416.00;9.50;211.00;0.00;0.84 -8802;0;2596.00;9.50;528.00;0.00;0.80 -8803;0;2565.00;9.50;800.00;0.00;1.22 -8804;0;2159.00;9.50;1521.00;0.00;1.38 -8805;0;2178.00;9.50;1904.00;0.00;1.52 -8806;0;1479.00;9.50;26.00;0.00;0.98 -8807;0;251.00;9.50;335.00;0.00;0.90 -8808;0;162.00;9.50;1410.00;0.00;0.94 -8809;0;526.00;9.50;1785.00;0.00;1.24 -8810;0;372.00;9.50;872.00;0.00;0.74 -8811;0;840.00;9.50;620.00;0.00;1.32 -8812;0;348.00;9.50;1930.00;0.00;0.38 -8813;0;2595.00;9.50;1721.00;0.00;1.02 -8814;0;1925.00;9.50;64.00;0.00;1.04 -8815;0;1456.00;9.50;1895.00;0.00;1.58 -8816;0;1067.00;9.50;304.00;0.00;1.38 -8817;0;5118.00;9.50;1228.00;0.00;0.94 -8818;0;4087.00;9.50;628.00;0.00;0.80 -8819;0;2826.00;9.50;1273.00;0.00;0.80 -8820;0;5362.00;9.50;647.00;0.00;1.08 -8821;0;5456.00;9.50;1364.00;0.00;0.84 -8822;0;4682.00;9.50;672.00;0.00;1.00 -8823;0;4293.00;9.50;595.00;0.00;0.80 -8824;0;4237.00;9.50;334.00;0.00;1.20 -8825;0;4003.00;9.50;540.00;0.00;0.84 -8826;0;3055.00;9.50;17.00;0.00;0.94 -8827;0;2374.00;9.50;187.00;0.00;1.28 -8828;0;2557.00;9.50;541.00;0.00;0.82 -8829;0;2491.00;9.50;826.00;0.00;1.32 -8830;0;2191.00;9.50;1473.00;0.00;1.10 -8831;0;2301.00;9.50;1826.00;0.00;1.40 -8832;0;1393.00;9.50;69.00;0.00;1.10 -8833;0;194.00;9.50;348.00;0.00;1.28 -8834;0;246.00;9.50;1486.00;0.00;1.08 -8835;0;558.00;9.50;1737.00;0.00;1.12 -8836;0;424.00;9.50;935.00;0.00;1.08 -8837;0;828.00;9.50;670.00;0.00;1.18 -8838;0;1935.00;9.50;1605.00;0.00;1.12 -8839;0;2542.00;9.50;1555.00;0.00;1.20 -8840;0;2609.00;9.50;1487.00;0.00;1.24 -8841;0;1520.00;9.50;1938.00;0.00;1.22 -8842;0;1090.00;9.50;411.00;0.00;1.06 -8843;0;5115.00;9.50;1348.00;0.00;1.16 -8844;0;3921.00;9.50;731.00;0.00;0.66 -8845;0;2835.00;9.50;1327.00;0.00;0.92 -8846;0;5316.00;9.50;628.00;0.00;1.50 -8847;0;5463.00;9.50;1301.00;0.00;1.10 -8848;0;4703.00;9.50;711.00;0.00;0.86 -8849;0;4264.00;9.50;570.00;0.00;0.88 -8850;0;4278.00;9.50;332.00;0.00;0.98 -8851;0;4175.00;9.50;228.00;0.00;1.02 -8852;0;3023.00;9.50;6.00;0.00;0.44 -8853;0;2371.00;9.50;241.00;0.00;1.16 -8854;0;2501.00;9.50;532.00;0.00;0.86 -8855;0;2474.00;9.50;778.00;0.00;1.00 -8856;0;2229.00;9.50;1478.00;0.00;1.16 -8857;0;1561.00;9.50;976.00;0.00;1.12 -8858;0;1423.00;9.50;28.00;0.00;1.28 -8859;0;141.00;9.50;323.00;0.00;1.38 -8860;0;177.00;9.50;1482.00;0.00;1.12 -8861;0;374.00;9.50;1752.00;0.00;1.42 -8862;0;390.00;9.50;901.00;0.00;0.76 -8863;0;860.00;9.50;701.00;0.00;0.74 -8864;0;1868.00;9.50;1583.00;0.00;1.08 -8865;0;2574.00;9.50;1627.00;0.00;1.14 -8866;0;1737.00;9.50;16.00;0.00;0.80 -8867;0;1438.00;9.50;1955.00;0.00;1.12 -8868;0;1322.00;9.50;465.00;0.00;1.20 -8869;0;5066.00;9.50;1344.00;0.00;1.10 -8870;0;3912.00;9.50;242.00;0.00;1.06 -8871;0;2874.00;9.50;1316.00;0.00;0.94 -8872;0;5277.00;9.50;584.00;0.00;1.70 -8873;0;5459.00;9.50;1260.00;0.00;1.28 -8874;0;4673.00;9.50;83.00;0.00;0.86 -8875;0;4260.00;9.50;609.00;0.00;0.90 -8876;0;4195.00;9.50;349.00;0.00;0.98 -8877;0;4131.00;9.50;249.00;0.00;0.88 -8878;0;2326.00;9.50;170.00;0.00;1.30 -8879;0;2465.00;9.50;513.00;0.00;1.14 -8880;0;2447.00;9.50;815.00;0.00;1.10 -8881;0;2295.00;9.50;1393.00;0.00;1.28 -8882;0;2330.00;9.50;2021.00;0.00;1.00 -8883;0;1283.00;9.50;21.00;0.00;0.94 -8884;0;138.00;9.50;253.00;0.00;1.16 -8885;0;95.00;9.50;1151.00;0.00;1.00 -8886;0;342.00;9.50;1730.00;0.00;1.22 -8887;0;360.00;9.50;948.00;0.00;0.96 -8888;0;912.00;9.50;680.00;0.00;1.12 -8889;0;2513.00;9.50;868.00;0.00;1.04 -8890;0;2554.00;9.50;1409.00;0.00;1.02 -8891;0;1485.00;9.50;1971.00;0.00;1.40 -8892;0;1387.00;9.50;497.00;0.00;1.16 -8893;0;5197.00;9.50;1469.00;0.00;0.90 -8894;0;3913.00;9.50;686.00;0.00;0.92 -8895;0;2909.00;9.50;1330.00;0.00;0.92 -8896;0;5269.00;9.50;648.00;0.00;1.06 -8897;0;5514.00;9.50;1272.00;0.00;0.88 -8898;0;4831.00;9.50;635.00;0.00;0.96 -8899;0;4247.00;9.50;506.00;0.00;0.78 -8900;0;4232.00;9.50;380.00;0.00;0.96 -8901;0;4117.00;9.50;288.00;0.00;1.06 -8902;0;2330.00;9.50;230.00;0.00;1.18 -8903;0;2495.00;9.50;475.00;0.00;1.08 -8904;0;2430.00;9.50;780.00;0.00;1.00 -8905;0;2329.00;9.50;1414.00;0.00;1.32 -8906;0;1209.00;9.50;20.00;0.00;0.94 -8907;0;78.00;9.50;234.00;0.00;1.14 -8908;0;84.00;9.50;1107.00;0.00;0.92 -8909;0;437.00;9.50;1721.00;0.00;1.32 -8910;0;521.00;9.50;804.00;0.00;1.18 -8911;0;916.00;9.50;620.00;0.00;1.00 -8912;0;2571.00;9.50;1317.00;0.00;1.42 -8913;0;1733.00;9.50;47.00;0.00;0.42 -8914;0;1537.00;9.50;2009.00;0.00;1.62 -8915;0;1472.00;9.50;663.00;0.00;1.38 -8916;0;5365.00;9.50;1433.00;0.00;1.26 -8917;0;4014.00;9.50;497.00;0.00;1.04 -8918;0;2907.00;9.50;1366.00;0.00;0.84 -8919;0;5217.00;9.50;650.00;0.00;1.10 -8920;0;5555.00;9.50;1255.00;0.00;1.14 -8921;0;4934.00;9.50;518.00;0.00;1.08 -8922;0;4212.00;9.50;537.00;0.00;0.84 -8923;0;4729.00;9.50;127.00;0.00;0.78 -8924;0;4295.00;9.50;417.00;0.00;1.24 -8925;0;4158.00;9.50;311.00;0.00;0.96 -8926;0;2289.00;9.50;149.00;0.00;1.18 -8927;0;2445.00;9.50;473.00;0.00;0.94 -8928;0;2393.00;9.50;764.00;0.00;0.98 -8929;0;2362.00;9.50;1433.00;0.00;1.40 -8930;0;1681.00;9.50;2010.00;0.00;1.18 -8931;0;1247.00;9.50;68.00;0.00;1.22 -8932;0;89.00;9.50;289.00;0.00;1.18 -8933;0;11.00;9.50;1097.00;0.00;0.64 -8934;0;375.00;9.50;1693.00;0.00;1.16 -8935;0;552.00;9.50;773.00;0.00;1.46 -8936;0;961.00;9.50;660.00;0.00;1.02 -8937;0;2658.00;9.50;1200.00;0.00;0.90 -8938;0;1521.00;9.50;546.00;0.00;1.02 -8939;0;5545.00;9.50;1440.00;0.00;0.80 -8940;0;3936.00;9.50;455.00;0.00;0.86 -8941;0;2925.00;9.50;1290.00;0.00;0.90 -8942;0;5228.00;9.50;607.00;0.00;0.92 -8943;0;5561.00;9.50;1311.00;0.00;1.02 -8944;0;5594.00;9.50;1842.00;0.00;1.40 -8945;0;4926.00;9.50;553.00;0.00;1.32 -8946;0;4224.00;9.50;573.00;0.00;0.86 -8947;0;4319.00;9.50;365.00;0.00;1.14 -8948;0;4617.00;9.50;221.00;0.00;1.32 -8949;0;2246.00;9.50;172.00;0.00;1.12 -8950;0;2493.00;9.50;434.00;0.00;0.98 -8951;0;2364.00;9.50;798.00;0.00;1.20 -8952;0;2282.00;9.50;1446.00;0.00;1.10 -8953;0;1750.00;9.50;1956.00;0.00;1.38 -8954;0;1141.00;9.50;26.00;0.00;1.16 -8955;0;24.00;9.50;246.00;0.00;1.16 -8956;0;31.00;9.50;1133.00;0.00;1.24 -8957;0;498.00;9.50;1714.00;0.00;1.20 -8958;0;469.00;9.50;771.00;0.00;1.26 -8959;0;950.00;9.50;575.00;0.00;1.16 -8960;0;2616.00;9.50;1172.00;0.00;1.22 -8961;0;1799.00;9.50;39.00;0.00;1.02 -8963;0;1571.00;9.50;534.00;0.00;1.20 -8964;0;4025.00;9.50;257.00;0.00;1.10 -8965;0;2985.00;9.50;1297.00;0.00;0.98 -8966;0;5438.00;9.50;485.00;0.00;1.02 -8967;0;5515.00;9.50;1355.00;0.00;0.86 -8968;0;5594.00;9.50;1789.00;0.00;1.58 -8969;0;4882.00;9.50;521.00;0.00;0.78 -8970;0;4182.00;9.50;571.00;0.00;0.96 -8971;0;4332.00;9.50;424.00;0.00;0.88 -8972;0;4604.00;9.50;276.00;0.00;1.16 -8973;0;2826.00;9.50;2033.00;0.00;0.66 -8974;0;2291.00;9.50;85.00;0.00;1.10 -8975;0;2471.00;9.50;394.00;0.00;0.80 -8976;0;2346.00;9.50;853.00;0.00;1.08 -8977;0;2234.00;9.50;1527.00;0.00;1.42 -8978;0;1599.00;9.50;2032.00;0.00;0.64 -8979;0;1178.00;9.50;84.00;0.00;1.46 -8980;0;80.00;9.50;341.00;0.00;1.12 -8981;0;725.00;9.50;995.00;0.00;1.02 -8982;0;514.00;9.50;1662.00;0.00;1.06 -8983;0;439.00;9.50;729.00;0.00;1.14 -8984;0;971.00;9.50;613.00;0.00;0.98 -8985;0;2568.00;9.50;1269.00;0.00;1.38 -8986;0;1781.00;9.50;77.00;0.00;1.14 -8987;0;1471.00;9.50;498.00;0.00;0.96 -8988;0;3814.00;9.50;304.00;0.00;1.18 -8989;0;2472.00;9.50;1525.00;0.00;1.28 -8990;0;5433.00;9.50;533.00;0.00;1.22 -8991;0;5459.00;9.50;1332.00;0.00;1.02 -8992;0;5537.00;9.50;1789.00;0.00;1.32 -8993;0;4982.00;9.50;421.00;0.00;1.12 -8994;0;4154.00;9.50;607.00;0.00;1.00 -8995;0;4372.00;9.50;428.00;0.00;0.98 -8996;0;4562.00;9.50;274.00;0.00;1.00 -8997;0;2265.00;9.50;118.00;0.00;0.98 -8998;0;2439.00;9.50;429.00;0.00;1.24 -8999;0;2453.00;9.50;861.00;0.00;1.16 -9000;0;2269.00;9.50;1540.00;0.00;1.40 -9001;0;1525.00;9.50;1879.00;0.00;1.50 -9002;0;1313.00;9.50;141.00;0.00;1.48 -9003;0;29.00;9.50;362.00;0.00;1.10 -9004;0;108.00;9.50;1199.00;0.00;1.16 -9005;0;370.00;9.50;1649.00;0.00;1.02 -9006;0;488.00;9.50;691.00;0.00;1.34 -9007;0;867.00;9.50;541.00;0.00;0.94 -9008;0;2429.00;9.50;1409.00;0.00;1.22 -9009;0;1826.00;9.50;179.00;0.00;1.56 -9010;0;1352.00;9.50;409.00;0.00;1.24 -9011;0;5604.00;9.50;1594.00;0.00;1.10 -9012;0;3870.00;9.50;345.00;0.00;0.92 -9013;0;3003.00;9.50;1251.00;0.00;1.32 -9014;0;5368.00;9.50;506.00;0.00;1.00 -9015;0;5409.00;9.50;1260.00;0.00;1.28 -9016;0;5607.00;9.50;1906.00;0.00;1.10 -9017;0;4959.00;9.50;401.00;0.00;0.64 -9018;0;4202.00;9.50;604.00;0.00;0.78 -9019;0;4419.00;9.50;425.00;0.00;1.00 -9020;0;4603.00;9.50;328.00;0.00;1.20 -9021;0;2260.00;9.50;67.00;0.00;0.92 -9022;0;2415.00;9.50;390.00;0.00;1.04 -9023;0;2744.00;9.50;1983.00;0.00;1.44 -9024;0;2403.00;9.50;868.00;0.00;1.02 -9025;0;2289.00;9.50;1568.00;0.00;1.48 -9026;0;1269.00;9.50;175.00;0.00;1.04 -9027;0;85.00;9.50;391.00;0.00;1.32 -9028;0;130.00;9.50;1244.00;0.00;1.12 -9029;0;431.00;9.50;1592.00;0.00;1.04 -9030;0;514.00;9.50;731.00;0.00;1.28 -9031;0;747.00;9.50;430.00;0.00;1.26 -9032;0;2951.00;13.52;1771.00;0.00;0.30 -9033;0;3480.00;9.80;1674.00;0.00;0.18 -9034;0;2512.00;9.50;1305.00;0.00;0.94 -9035;0;3062.00;11.05;1794.00;0.00;0.30 -9036;0;2943.00;11.52;1723.00;0.00;0.28 -9037;0;1922.00;9.50;218.00;0.00;1.12 -9038;0;3164.00;9.80;1797.00;0.00;0.34 -9039;0;3300.00;10.67;1944.00;0.00;0.36 -9040;0;1209.00;9.50;386.00;0.00;1.12 -9041;0;3470.00;9.80;1874.00;0.00;1.06 -9042;0;3237.00;9.75;2011.00;0.00;0.44 -9043;0;3471.00;10.12;1710.00;0.00;0.22 -9044;0;5382.00;9.50;1531.00;0.00;1.16 -9045;0;3354.00;9.72;1838.00;0.00;0.18 -9046;0;3386.00;9.82;1668.00;0.00;0.22 -9047;0;2922.00;14.52;1757.00;0.00;0.30 -9048;0;3850.00;9.50;487.00;0.00;0.80 -9049;0;3095.00;9.50;1171.00;0.00;0.86 -9050;0;3541.00;10.40;1682.00;0.00;0.26 -9051;0;3054.00;10.70;1771.00;0.00;0.30 -9052;0;5317.00;9.50;555.00;0.00;1.42 -9053;0;5351.00;9.50;1229.00;0.00;1.08 -9054;0;3022.00;9.50;1719.00;0.00;0.26 -9055;0;3367.00;9.97;1831.00;0.00;0.30 -9056;0;3210.00;10.15;1784.00;0.00;0.22 -9057;0;4786.00;9.50;443.00;0.00;0.86 -9058;0;4235.00;9.50;629.00;0.00;0.92 -9059;0;3397.00;10.00;1922.00;0.00;0.46 -9060;0;3330.00;10.45;1714.00;0.00;0.24 -9061;0;3274.00;9.52;1795.00;0.00;0.16 -9062;0;4419.00;9.50;375.00;0.00;0.98 -9063;0;4565.00;9.50;334.00;0.00;1.14 -9064;0;3234.00;10.17;1995.00;0.00;0.34 -9065;0;3538.00;9.80;1712.00;0.00;0.26 -9066;0;3005.00;11.80;1822.00;0.00;0.34 -9067;0;3919.00;9.50;25.00;0.00;1.12 -9068;0;3004.00;12.55;1770.00;0.00;0.30 -9069;0;3017.00;11.60;1853.00;0.00;0.26 -9070;0;2230.00;9.50;69.00;0.00;0.88 -9071;0;2454.00;9.50;253.00;0.00;1.16 -9072;0;2420.00;9.50;911.00;0.00;1.26 -9073;0;3215.00;10.15;1764.00;0.00;0.18 -9074;0;3278.00;10.62;1867.00;0.00;0.36 -9075;0;2727.00;12.50;1679.00;0.00;0.26 -9076;0;2347.00;9.50;1487.00;0.00;1.58 -9077;0;1513.00;9.50;2039.00;0.00;0.48 -9078;0;3314.00;10.40;1775.00;0.00;0.28 -9079;0;3209.00;10.40;1710.00;0.00;0.24 -9080;0;1196.00;9.50;146.00;0.00;1.40 -9081;0;132.00;9.50;431.00;0.00;0.94 -9082;0;3351.00;10.40;1754.00;0.00;0.20 -9083;0;3108.00;13.92;1941.00;0.00;0.32 -9084;0;3949.00;10.90;1166.00;0.00;0.44 -9085;0;15.00;9.50;1206.00;0.00;0.84 -9086;0;357.00;9.50;1616.00;0.00;1.30 -9087;0;343.00;9.57;675.00;0.00;1.30 -9088;0;3089.00;10.20;1810.00;0.00;0.24 -9089;0;3202.00;10.70;1988.00;0.00;0.40 -9090;0;2718.00;11.12;1706.00;0.00;0.24 -9091;0;1443.00;9.50;605.00;0.00;1.38 -9092;0;1550.00;9.50;1810.00;0.00;1.22 -9093;0;3108.00;10.77;1843.00;0.00;0.32 -9094;0;3160.00;9.65;1756.00;0.00;0.34 -9095;0;3036.00;13.67;1869.00;0.00;0.32 -9096;0;2946.00;9.70;1706.00;0.00;0.18 -9097;0;3265.00;10.00;1731.00;0.00;0.18 -9098;0;3270.00;9.80;1702.00;0.00;0.24 -9099;0;3557.00;10.50;1852.00;0.00;1.04 -9100;0;3259.00;10.07;1746.00;0.00;0.26 -9101;0;3478.00;9.95;1781.00;0.00;0.36 -9102;0;3408.00;10.40;1737.00;0.00;0.20 -9103;0;2967.00;10.20;1740.00;0.00;0.28 -9104;0;3238.00;9.72;1814.00;0.00;0.22 -9105;0;3272.00;10.30;1753.00;0.00;0.22 -9106;0;3224.00;9.95;1834.00;0.00;0.28 -9107;0;3352.00;10.50;1726.00;0.00;0.22 -9108;0;3141.00;10.17;1871.00;0.00;0.34 -9109;0;3062.00;10.35;1710.00;0.00;0.28 -9110;0;3452.00;9.90;1735.00;0.00;0.26 -9111;0;3332.00;10.00;1695.00;0.00;0.22 -9112;0;3243.00;10.60;1905.00;0.00;0.28 -9113;0;3476.00;9.90;1747.00;0.00;0.30 -9114;0;3568.00;9.85;1722.00;0.00;0.26 -9115;0;3334.00;9.70;1905.00;0.00;0.38 -9116;0;3271.00;9.82;1975.00;0.00;0.52 -9117;0;3064.00;9.90;1746.00;0.00;0.26 -9118;0;3333.00;9.80;1781.00;0.00;0.20 -9119;0;3290.00;10.50;1853.00;0.00;0.36 -9120;0;3245.00;10.25;1706.00;0.00;0.26 -9121;0;3664.00;10.05;1864.00;0.00;1.02 -9122;0;3428.00;10.45;1683.00;0.00;0.26 -9123;0;3286.00;10.47;1905.00;0.00;0.30 -9124;0;3521.00;9.92;1755.00;0.00;0.28 -9126;0;3048.00;9.50;1916.00;0.00;0.32 -9127;0;2915.00;9.50;1792.00;0.00;0.26 -9128;0;3195.00;10.75;1968.00;0.00;0.46 -9129;0;3182.00;9.72;1746.00;0.00;0.26 -9130;0;3442.00;9.85;1784.00;0.00;0.52 -9131;0;3424.00;10.42;1720.00;0.00;0.22 -9132;0;2986.00;9.67;1832.00;0.00;0.30 -9133;0;3502.00;10.20;1729.00;0.00;0.28 -9134;0;3044.00;13.60;1863.00;0.00;0.34 -9135;0;2961.00;12.50;1777.00;0.00;0.26 -9136;0;3494.00;10.30;1691.00;0.00;0.22 -9137;0;3000.00;11.75;743.00;0.00;0.88 -9138;0;3000.00;10.55;1731.00;0.00;0.26 -9139;0;2975.00;12.67;1807.00;0.00;0.28 -9140;0;3291.00;9.92;1974.00;0.00;0.48 -9141;0;3063.00;11.05;1829.00;0.00;0.30 -9142;0;3902.00;9.70;1864.00;0.00;1.14 -9143;0;3132.00;10.00;1856.00;0.00;0.22 -9144;0;3391.00;10.35;1674.00;0.00;0.24 -9145;0;3598.00;9.90;1749.00;0.00;0.30 -9146;0;3583.00;10.40;1708.00;0.00;0.24 -9147;0;3172.00;10.40;1885.00;0.00;0.34 -9148;0;3022.00;12.75;1778.00;0.00;0.24 -9149;0;3083.00;9.70;1732.00;0.00;0.24 -9150;0;3274.00;10.05;1747.00;0.00;0.16 -9151;0;3073.00;10.47;1790.00;0.00;0.24 -9152;0;3063.00;11.00;824.00;0.00;0.68 -9153;0;3351.00;10.50;1704.00;0.00;0.28 -9154;0;3043.00;11.57;1805.00;0.00;0.32 -9155;0;3572.00;9.80;1736.00;0.00;0.34 -9156;0;3177.00;10.22;1821.00;0.00;0.32 -9157;0;2971.00;11.47;1752.00;0.00;0.30 -9158;0;3275.00;10.80;1885.00;0.00;0.30 -9159;0;3468.00;9.80;1676.00;0.00;0.18 -9160;0;3199.00;10.30;1779.00;0.00;0.30 -9161;0;2736.00;12.32;1685.00;0.00;0.28 -9162;0;3308.00;10.30;1898.00;0.00;0.36 -9163;0;3220.00;10.15;1785.00;0.00;0.28 -9164;0;3301.00;10.30;1725.00;0.00;0.24 -9165;0;3396.00;10.20;1898.00;0.00;0.62 -9166;0;3190.00;10.60;1802.00;0.00;0.24 -9167;0;3191.00;10.12;1761.00;0.00;0.24 -9168;0;3437.00;10.42;1704.00;0.00;0.18 -9169;0;3259.00;10.27;1807.00;0.00;0.22 -9170;0;2917.00;14.45;1745.00;0.00;0.30 -9171;0;3029.00;11.65;1849.00;0.00;0.36 -9172;0;3528.00;10.30;1678.00;0.00;0.20 -9173;0;3041.00;10.80;1763.00;0.00;0.28 -9174;0;2959.00;9.57;1716.00;0.00;0.18 -9175;0;3054.00;14.75;1893.00;0.00;0.32 -9176;0;3303.00;10.12;1769.00;0.00;0.22 -9177;0;3346.00;9.85;1697.00;0.00;0.26 -9178;0;3092.00;13.92;1925.00;0.00;0.36 -9179;0;3387.00;10.10;1944.00;0.00;0.54 -9180;0;3513.00;9.80;1705.00;0.00;0.20 -9181;0;3288.00;10.35;1796.00;0.00;0.28 -9182;0;3023.00;11.30;1754.00;0.00;0.28 -9183;0;3225.00;9.77;1759.00;0.00;0.22 -9184;0;3343.00;10.40;1736.00;0.00;0.20 -9185;0;3053.00;9.65;1724.00;0.00;0.24 -9186;0;3143.00;9.90;1888.00;0.00;0.24 -9187;0;3424.00;9.95;1781.00;0.00;0.40 -9188;0;3418.00;10.40;1697.00;0.00;0.18 -9189;0;3203.00;10.65;1916.00;0.00;0.42 -9190;0;3336.00;10.12;1751.00;0.00;0.20 -9191;0;3164.00;11.25;1959.00;0.00;0.32 -9192;0;3591.00;10.45;1720.00;0.00;0.28 -9193;0;3055.00;10.00;1744.00;0.00;0.26 -9194;0;3165.00;9.67;1742.00;0.00;0.30 -9195;0;3339.00;9.95;1859.00;0.00;0.30 -9196;0;2931.00;11.12;1705.00;0.00;0.24 -9197;0;3304.00;10.30;1734.00;0.00;0.28 -9198;0;3291.00;10.40;1882.00;0.00;0.32 -9199;0;3426.00;9.87;1732.00;0.00;0.24 -9200;0;3490.00;9.80;1698.00;0.00;0.28 -9201;0;3330.00;11.05;1927.00;0.00;0.30 -9202;0;3447.00;9.90;1745.00;0.00;0.30 -9203;0;3284.00;9.90;1946.00;0.00;0.38 -9204;0;2956.00;10.80;1735.00;0.00;0.28 -9205;0;3695.00;9.70;1940.00;0.00;1.10 -9206;0;3252.00;9.50;1752.00;0.00;0.22 -9207;0;3399.00;10.40;1722.00;0.00;0.20 -9208;0;3022.00;13.67;1865.00;0.00;0.32 -9209;0;3047.00;10.10;1714.00;0.00;0.24 -9210;0;3502.00;9.92;1739.00;0.00;0.24 -9211;0;3089.00;11.55;1885.00;0.00;0.30 -9212;0;3302.00;10.30;1686.00;0.00;0.22 -9213;0;3522.00;9.90;1765.00;0.00;0.26 -9214;0;3559.00;9.80;1702.00;0.00;0.24 -9215;0;3434.00;10.10;1903.00;0.00;0.42 -9216;0;2937.00;9.50;1805.00;0.00;0.42 -9217;0;3370.00;9.80;1897.00;0.00;0.38 -9218;0;3023.00;10.70;1736.00;0.00;0.24 -9219;0;3206.00;10.37;1813.00;0.00;0.32 -9220;0;3123.00;10.10;1846.00;0.00;0.34 -9221;0;3225.00;10.35;1695.00;0.00;0.22 -9222;0;3471.00;10.50;1722.00;0.00;0.24 -9223;0;3232.00;10.62;1883.00;0.00;0.36 -9224;0;4488.00;10.60;1892.00;0.00;1.36 -9225;0;3609.00;10.60;1789.00;0.00;0.50 -9226;0;3137.00;10.35;1896.00;0.00;0.40 -9227;0;2966.00;13.75;1783.00;0.00;0.36 -9228;0;3121.54;9.90;1739.16;0.00;0.36 -9229;0;3016.00;12.45;1798.00;0.00;0.28 -9230;0;3600.00;10.15;1877.00;0.00;1.10 -9231;0;3321.00;10.50;1796.00;0.00;0.28 -9232;0;3546.00;9.90;1735.00;0.00;0.30 -9233;0;3234.00;10.25;1840.00;0.00;0.32 -9234;0;3290.00;10.15;1684.00;0.00;0.22 -9235;0;3417.00;10.80;1633.00;0.00;0.20 -9236;0;3220.00;10.40;1596.00;0.00;0.28 -9237;0;2726.00;11.67;1640.00;0.00;0.16 -9238;0;2981.00;9.70;1575.00;0.00;0.18 -9239;0;2781.00;10.25;1565.00;0.00;0.24 -9240;0;3193.00;10.30;1671.00;0.00;0.22 -9241;0;3266.00;9.90;1617.00;0.00;0.28 -9242;0;3308.00;11.70;1664.00;0.00;0.24 -9243;0;3574.00;9.80;1575.00;0.00;0.20 -9244;0;3545.00;10.87;1614.00;0.00;0.22 -9245;0;3437.00;9.80;1581.00;0.00;0.24 -9246;0;3201.00;10.40;1642.00;0.00;0.26 -9247;0;3293.00;9.80;1591.00;0.00;0.20 -9248;0;3410.00;9.70;1831.00;0.00;0.44 -9249;0;3281.00;9.80;1556.00;0.00;0.24 -9250;0;2788.00;9.80;1600.00;0.00;0.24 -9251;0;3018.00;10.50;1671.00;0.00;0.28 -9252;0;3062.00;9.75;1582.00;0.00;0.20 -9253;0;3330.00;10.12;1613.00;0.00;0.18 -9254;0;3269.00;10.30;1664.00;0.00;0.24 -9255;0;2656.00;10.42;1610.00;0.00;0.20 -9256;0;3379.00;10.40;1661.00;0.00;0.18 -9257;0;3462.00;9.80;1670.00;0.00;0.18 -9258;0;3504.00;11.45;1583.00;0.00;0.20 -9259;0;3541.00;9.95;1638.00;0.00;0.22 -9260;0;3362.00;10.60;1555.00;0.00;0.20 -9261;0;3360.00;10.00;1589.00;0.00;0.22 -9262;0;3138.00;9.95;1653.00;0.00;0.30 -9263;0;3089.00;10.52;1610.00;0.00;0.32 -9264;0;2974.00;10.32;1580.00;0.00;0.20 -9265;0;3333.00;10.17;1658.00;0.00;0.24 -9266;0;3409.00;10.10;1604.00;0.00;0.18 -9267;0;3454.00;10.40;1659.00;0.00;0.20 -9268;0;2782.00;10.05;1576.00;0.00;0.26 -9269;0;2780.00;10.20;1611.00;0.00;0.24 -9270;0;3529.00;10.40;1668.00;0.00;0.22 -9271;0;3601.00;10.05;1593.00;0.00;0.22 -9272;0;3334.00;10.60;1626.00;0.00;0.22 -9273;0;3430.00;9.95;1588.00;0.00;0.24 -9274;0;3189.00;9.80;1603.00;0.00;0.24 -9275;0;3240.00;9.90;1649.00;0.00;0.24 -9276;0;3477.00;9.90;1604.00;0.00;0.18 -9277;0;3052.00;9.80;1589.00;0.00;0.24 -9278;0;3407.00;9.90;1651.00;0.00;0.28 -9279;0;3011.00;9.70;1635.00;0.00;0.18 -9280;0;3527.00;10.40;1657.00;0.00;0.24 -9281;0;2917.00;10.25;1570.00;0.00;0.22 -9282;0;3405.00;11.57;1622.00;0.00;0.26 -9283;0;3652.00;9.80;1709.00;0.00;0.36 -9284;0;2659.00;11.62;1575.00;0.00;0.22 -9285;0;2758.00;11.27;1625.00;0.00;0.24 -9286;0;3503.00;11.70;1592.00;0.00;0.24 -9287;0;3299.00;10.47;1649.00;0.00;0.28 -9288;0;3288.00;9.80;1562.00;0.00;0.24 -9289;0;3276.00;9.90;1597.00;0.00;0.20 -9290;0;3129.00;10.25;1580.00;0.00;0.24 -9291;0;3488.00;9.87;1653.00;0.00;0.20 -9292;0;3769.00;10.52;1621.00;0.00;0.34 -9293;0;3631.00;10.40;1691.00;0.00;0.26 -9294;0;2979.00;9.70;1587.00;0.00;0.22 -9295;0;3204.00;10.35;1620.00;0.00;0.28 -9296;0;2929.00;9.70;1694.00;0.00;0.20 -9297;0;2767.00;9.90;1581.00;0.00;0.20 -9298;0;3475.00;9.80;1626.00;0.00;0.22 -9299;0;3574.00;10.95;1589.00;0.00;0.18 -9300;0;3020.00;9.75;1648.00;0.00;0.18 -9301;0;3343.00;10.00;1596.00;0.00;0.22 -9302;0;3367.00;10.60;1639.00;0.00;0.24 -9303;0;2653.00;9.82;1601.00;0.00;0.20 -9304;0;3216.00;10.52;1584.00;0.00;0.24 -9305;0;3555.00;9.82;1652.00;0.00;0.20 -9306;0;3061.00;9.80;1595.00;0.00;0.26 -9307;0;3546.00;10.75;1623.00;0.00;0.22 -9308;0;3054.00;10.27;1706.00;0.00;0.24 -9309;0;2910.00;9.70;1575.00;0.00;0.16 -9310;0;2674.00;10.02;1587.00;0.00;0.26 -9311;0;3436.00;9.80;1638.00;0.00;0.20 -9312;0;3442.00;9.80;1555.00;0.00;0.24 -9313;0;3410.00;10.07;1595.00;0.00;0.22 -9314;0;2750.00;11.75;1643.00;0.00;0.24 -9315;0;2769.00;10.35;1600.00;0.00;0.20 -9316;0;3139.00;10.37;1584.00;0.00;0.24 -9317;0;3190.00;10.00;1681.00;0.00;0.24 -9318;0;3342.00;10.07;1614.00;0.00;0.24 -9319;0;3274.00;9.80;1681.00;0.00;0.18 -9320;0;2970.00;9.70;1592.00;0.00;0.20 -9321;0;2646.00;10.02;1615.00;0.00;0.20 -9322;0;2792.00;9.90;1587.00;0.00;0.24 -9323;0;3269.00;9.80;1627.00;0.00;0.20 -9324;0;3477.00;9.90;1591.00;0.00;0.24 -9325;0;3509.00;9.87;1638.00;0.00;0.20 -9326;0;3506.00;10.00;1559.00;0.00;0.16 -9327;0;3153.00;9.80;1603.00;0.00;0.24 -9328;0;3363.00;9.95;1564.00;0.00;0.18 -9329;0;3026.00;10.70;1679.00;0.00;0.28 -9330;0;3416.00;10.40;1605.00;0.00;0.22 -9331;0;3283.00;9.80;1667.00;0.00;0.24 -9332;0;2772.00;11.57;1618.00;0.00;0.22 -9333;0;3330.00;10.27;1676.00;0.00;0.24 -9334;0;3045.00;9.67;1599.00;0.00;0.22 -9335;0;2903.00;9.62;1581.00;0.00;0.22 -9336;0;3589.00;9.80;1641.00;0.00;0.22 -9337;0;3569.00;10.17;1559.00;0.00;0.24 -9338;0;3554.00;11.50;1598.00;0.00;0.22 -9339;0;3434.00;9.80;1558.00;0.00;0.20 -9340;0;3187.00;9.77;1664.00;0.00;0.24 -9341;0;3233.00;10.12;1622.00;0.00;0.28 -9342;0;3295.00;9.80;1564.00;0.00;0.20 -9343;0;3347.00;10.05;1657.00;0.00;0.18 -9344;0;3485.00;9.85;1611.00;0.00;0.20 -9345;0;3406.00;9.95;1664.00;0.00;0.26 -9346;0;3121.00;9.90;1591.00;0.00;0.24 -9347;0;2961.00;9.70;1592.00;0.00;0.16 -9348;0;3397.00;11.50;1627.00;0.00;0.24 -9349;0;3647.00;10.00;1616.00;0.00;0.42 -9350;0;2733.00;9.97;1634.00;0.00;0.24 -9351;0;3302.00;9.90;1602.00;0.00;0.22 -9352;0;3497.00;9.90;1559.00;0.00;0.20 -9353;0;3265.00;9.82;1654.00;0.00;0.22 -9354;0;3558.00;10.05;1615.00;0.00;0.20 -9355;0;3365.00;10.10;1574.00;0.00;0.26 -9356;0;3420.00;9.80;1652.00;0.00;0.20 -9357;0;3184.00;10.00;1630.00;0.00;0.24 -9358;0;3484.00;10.32;1660.00;0.00;0.22 -9359;0;3211.00;10.40;1592.00;0.00;0.22 -9360;0;3467.00;10.40;1632.00;0.00;0.26 -9361;0;3055.00;9.75;1601.00;0.00;0.22 -9362;0;3010.00;9.70;1652.00;0.00;0.20 -9363;0;2904.00;10.10;1559.00;0.00;0.20 -9364;0;2743.00;12.90;1594.00;0.00;0.18 -9365;0;3565.00;9.77;1572.00;0.00;0.26 -9366;0;3376.00;10.50;1597.00;0.00;0.20 -9367;0;3433.00;10.05;1570.00;0.00;0.24 -9368;0;3497.00;9.90;1647.00;0.00;0.24 -9369;0;2644.00;10.10;1603.00;0.00;0.28 -9370;0;3567.00;10.02;1688.00;0.00;0.34 -9371;0;3291.00;9.80;1583.00;0.00;0.24 -9372;0;3140.00;10.35;1592.00;0.00;0.20 -9373;0;3538.00;10.00;1629.00;0.00;0.26 -9374;0;3191.00;10.30;1647.00;0.00;0.26 -9375;0;2975.00;10.37;1565.00;0.00;0.16 -9376;0;3445.00;9.85;1600.00;0.00;0.22 -9377;0;1845.00;9.70;1128.00;0.00;0.22 -9378;0;3400.00;9.95;1645.00;0.00;0.18 -9379;0;2770.00;11.07;1608.00;0.00;0.20 -9380;0;3499.00;9.90;1567.00;0.00;0.20 -9381;0;3571.00;10.40;1653.00;0.00;0.22 -9382;0;3335.00;10.00;1619.00;0.00;0.18 -9383;0;2735.00;11.82;1657.00;0.00;0.18 -9384;0;3359.00;10.00;1578.00;0.00;0.22 -9385;0;3625.00;10.05;1633.00;0.00;0.26 -9386;0;3267.00;10.27;1643.00;0.00;0.24 -9387;0;3051.00;9.70;1580.00;0.00;0.20 -9388;0;3008.88;9.70;1602.24;0.00;0.32 -9389;0;3482.00;9.80;1647.00;0.00;0.18 -9390;0;3567.00;10.40;1665.00;0.00;0.26 -9391;0;3577.00;9.80;1567.00;0.00;0.22 -9392;0;2745.00;11.45;1652.00;0.00;0.18 -9393;0;3051.00;9.80;1696.00;0.00;0.22 -9394;0;3426.00;10.15;1576.00;0.00;0.22 -9395;0;3405.00;11.27;1613.00;0.00;0.14 -9396;0;3300.00;9.80;1583.00;0.00;0.18 -9397;0;2762.00;11.67;1619.00;0.00;0.22 -9398;0;3135.00;10.35;1601.00;0.00;0.24 -9399;0;3328.00;10.70;1632.00;0.00;0.26 -9400;0;3120.00;9.90;1555.00;0.00;0.16 -9401;0;3592.00;10.30;1609.00;0.00;0.26 -9402;0;3549.00;10.50;1661.00;0.00;0.26 -9403;0;2910.00;9.70;1566.00;0.00;0.22 -9404;0;3193.00;10.40;1624.00;0.00;0.26 -9405;0;2650.00;10.40;1564.00;0.00;0.22 -9406;0;3033.00;10.60;1686.00;0.00;0.28 -9407;0;3476.00;9.80;1618.00;0.00;0.16 -9408;0;3244.00;10.20;1696.00;0.00;0.18 -9409;0;3500.00;10.00;1575.00;0.00;0.16 -9410;0;3026.00;10.37;1661.00;0.00;0.24 -9411;0;3367.00;10.05;1584.00;0.00;0.20 -9412;0;3105.00;13.70;1512.00;0.00;0.26 -9413;0;3335.00;9.80;1520.00;0.00;0.22 -9414;0;3039.00;11.20;1529.00;0.00;0.18 -9415;0;3470.00;9.70;1448.00;0.00;0.18 -9416;0;2980.00;11.60;1515.00;0.00;0.18 -9417;0;3426.00;9.60;1462.00;0.00;0.16 -9418;0;2891.00;10.77;1511.00;0.00;0.20 -9419;0;3336.00;9.80;1469.00;0.00;0.22 -9420;0;3642.00;9.80;1550.00;0.00;0.22 -9421;0;3025.00;12.32;1511.00;0.00;0.24 -9422;0;3466.00;9.80;1550.00;0.00;0.16 -9423;0;3250.00;9.90;1484.00;0.00;0.30 -9424;0;3411.00;9.80;1515.00;0.00;0.18 -9425;0;3186.00;11.77;1488.00;0.00;0.28 -9426;0;3513.00;9.75;1456.00;0.00;0.26 -9427;0;3115.00;10.60;1522.00;0.00;0.16 -9428;0;3016.00;9.75;1562.00;0.00;0.20 -9429;0;3041.00;11.75;1519.00;0.00;0.22 -9430;0;3416.00;9.70;1467.00;0.00;0.20 -9431;0;2867.00;9.52;1548.00;0.00;0.16 -9432;0;3532.00;10.50;1542.00;0.00;0.26 -9433;0;3335.00;10.32;1486.00;0.00;0.22 -9434;0;2815.60;9.70;1510.79;0.00;0.24 -9435;0;3261.00;10.10;1486.00;0.00;0.32 -9436;0;3492.00;10.30;1511.00;0.00;0.20 -9437;0;3311.00;9.80;1525.00;0.00;0.20 -9438;0;3191.00;10.30;1636.00;0.00;0.26 -9439;0;3091.00;9.80;1559.00;0.00;0.20 -9440;0;3527.00;11.85;1468.00;0.00;0.22 -9441;0;2999.00;12.85;1531.00;0.00;0.24 -9442;0;3492.00;9.77;1467.00;0.00;0.22 -9443;0;2937.00;10.87;1544.00;0.00;0.24 -9444;0;2884.00;11.02;1519.00;0.00;0.16 -9445;0;3605.00;10.30;1550.00;0.00;0.24 -9446;0;3414.00;9.80;1477.00;0.00;0.22 -9447;0;3548.00;10.77;1521.00;0.00;0.22 -9448;0;3427.00;9.87;1548.00;0.00;0.20 -9449;0;3372.00;9.90;1523.00;0.00;0.22 -9450;0;1434.00;10.10;1578.00;0.00;0.26 -9451;0;3273.00;10.10;1495.00;0.00;0.20 -9452;0;3171.00;10.00;1541.00;0.00;0.24 -9453;0;3644.00;9.60;1463.00;0.00;0.34 -9454;0;3199.00;10.40;1517.00;0.00;0.26 -9455;0;3535.00;11.02;1473.00;0.00;0.18 -9456;0;2994.00;9.70;1567.00;0.00;0.20 -9457;0;3087.00;10.75;1523.00;0.00;0.20 -9458;0;2780.04;10.00;1550.49;0.00;0.24 -9459;0;3483.00;9.70;1469.00;0.00;0.20 -9460;0;3496.00;9.82;1550.00;0.00;0.24 -9461;0;3419.00;10.00;1483.00;0.00;0.24 -9462;0;3625.00;9.60;1521.00;0.00;0.28 -9463;0;3346.00;10.35;1489.00;0.00;0.26 -9464;0;3456.00;10.50;1517.00;0.00;0.22 -9465;0;3280.00;10.00;1504.00;0.00;0.20 -9466;0;3260.00;9.90;1540.00;0.00;0.20 -9467;0;1542.00;10.50;1663.00;0.00;0.40 -9468;0;3170.00;10.57;1512.00;0.00;0.24 -9469;0;3606.00;9.60;1475.00;0.00;0.26 -9470;0;3057.00;9.85;1556.00;0.00;0.20 -9471;0;3008.00;12.95;1535.00;0.00;0.22 -9472;0;2876.00;10.00;1510.00;0.00;0.32 -9473;0;3569.00;10.82;1543.00;0.00;0.22 -9474;0;3482.00;9.80;1478.00;0.00;0.20 -9475;0;3514.00;10.65;1521.00;0.00;0.20 -9476;0;3421.00;10.05;1492.00;0.00;0.18 -9477;0;3325.00;9.80;1539.00;0.00;0.20 -9478;0;2804.00;10.30;1467.00;0.00;0.24 -9479;0;3352.00;10.15;1493.00;0.00;0.22 -9480;0;1551.00;10.80;1681.00;0.00;0.34 -9481;0;3254.00;10.10;1502.00;0.00;0.32 -9482;0;2922.00;9.95;1537.00;0.00;0.20 -9483;0;3163.00;10.32;1646.00;0.00;0.24 -9484;0;2754.00;10.70;1554.00;0.00;0.18 -9485;0;3222.00;10.40;1683.00;0.00;0.28 -9486;0;2931.00;10.85;1527.00;0.00;0.16 -9487;0;3570.00;10.70;1524.00;0.00;0.32 -9488;0;3429.00;10.00;1489.00;0.00;0.20 -9489;0;3404.00;9.90;1529.00;0.00;0.22 -9490;0;2866.00;9.90;1480.00;0.00;0.28 -9491;0;3311.00;9.90;1504.00;0.00;0.26 -9492;0;2816.00;9.80;1468.00;0.00;0.16 -9493;0;3239.00;10.00;1540.00;0.00;0.24 -9494;0;3164.00;9.85;1521.00;0.00;0.28 -9495;0;2777.00;9.70;1476.00;0.00;0.24 -9496;0;3028.00;9.70;1566.00;0.00;0.28 -9497;0;2989.00;12.27;1532.00;0.00;0.18 -9498;0;2879.85;9.60;1554.33;0.00;0.16 -9499;0;3147.00;10.30;1635.00;0.00;0.26 -9500;0;2835.00;9.65;1524.00;0.00;0.18 -9501;0;3199.00;10.30;1684.00;0.00;0.24 -9502;0;3466.00;9.90;1526.00;0.00;0.20 -9503;0;2925.00;11.05;1488.00;0.00;0.18 -9504;0;3491.00;10.20;1493.00;0.00;0.26 -9505;0;2889.00;11.30;1484.00;0.00;0.24 -9506;0;3302.00;9.80;1547.00;0.00;0.18 -9507;0;2831.00;9.92;1482.00;0.00;0.24 -9508;0;3110.00;10.00;1553.00;0.00;0.20 -9509;0;2937.00;9.80;1557.00;0.00;0.18 -9510;0;2768.00;9.82;1473.00;0.00;0.26 -9511;0;3086.00;10.50;1535.00;0.00;0.24 -9512;0;3872.00;10.40;1659.00;0.00;0.44 -9513;0;3564.00;9.60;1493.00;0.00;0.28 -9514;0;3580.00;9.80;1622.00;0.00;0.20 -9515;0;2996.00;11.32;1492.00;0.00;0.20 -9516;0;3465.00;9.80;1491.00;0.00;0.24 -9517;0;2948.00;11.60;1492.00;0.00;0.22 -9518;0;3381.00;10.00;1534.00;0.00;0.18 -9519;0;3317.00;9.77;1508.00;0.00;0.24 -9520;0;3196.00;9.97;1549.00;0.00;0.26 -9521;0;3153.00;10.47;1535.00;0.00;0.28 -9522;0;2903.00;10.52;1535.00;0.00;0.16 -9523;0;2835.00;9.80;1491.00;0.00;0.16 -9524;0;2959.00;10.35;1541.00;0.00;0.20 -9525;0;2765.00;9.77;1485.00;0.00;0.20 -9526;0;3610.00;9.67;1536.00;0.00;0.28 -9527;0;3054.00;10.10;1490.00;0.00;0.20 -9528;0;3667.00;9.72;1508.00;0.00;0.36 -9529;0;3448.00;9.85;1535.00;0.00;0.22 -9530;0;3522.00;9.82;1504.00;0.00;0.24 -9531;0;3390.00;9.80;1502.00;0.00;0.18 -9532;0;3078.00;9.80;1558.00;0.00;0.22 -9533;0;3242.00;10.25;1513.00;0.00;0.22 -9534;0;2834.00;10.10;1498.00;0.00;0.16 -9535;0;3033.00;10.07;1548.00;0.00;0.24 -9536;0;2868.00;9.80;1527.00;0.00;0.16 -9537;0;3123.00;10.45;1486.00;0.00;0.24 -9538;0;3594.00;9.60;1505.00;0.00;0.28 -9539;0;3077.00;9.85;1492.00;0.00;0.20 -9540;0;3466.00;10.12;1502.00;0.00;0.18 -9541;0;3031.00;12.55;1500.00;0.00;0.24 -9542;0;3344.00;10.42;1543.00;0.00;0.22 -9543;0;3296.00;9.80;1516.00;0.00;0.16 -9544;0;3161.00;9.87;1560.00;0.00;0.28 -9545;0;2963.00;12.35;1495.00;0.00;0.20 -9546;0;3094.00;10.55;1549.00;0.00;0.24 -9547;0;2932.00;10.95;1535.00;0.00;0.18 -9548;0;3203.00;10.97;1477.00;0.00;0.28 -9549;0;3584.00;9.70;1533.00;0.00;0.26 -9550;0;2784.00;9.90;1493.00;0.00;0.16 -9551;0;3098.00;13.95;1506.00;0.00;0.20 -9552;0;3411.00;10.25;1534.00;0.00;0.26 -9553;0;3767.00;10.20;1677.00;0.00;0.44 -9554;0;3240.00;9.80;1552.00;0.00;0.26 -9555;0;3007.00;13.15;1511.00;0.00;0.18 -9556;0;3375.00;9.90;1514.00;0.00;0.18 -9557;0;2961.00;10.40;1510.00;0.00;0.24 -9558;0;3190.00;10.60;1521.00;0.00;0.22 -9559;0;2900.00;10.70;1501.00;0.00;0.14 -9560;0;2995.00;9.77;1555.00;0.00;0.16 -9561;0;2850.14;10.40;1505.66;0.00;0.20 -9562;0;2738.00;10.85;1550.00;0.00;0.16 -9563;0;3174.00;11.07;1486.00;0.00;0.20 -9564;0;3482.00;9.80;1538.00;0.00;0.22 -9565;0;3447.00;9.90;1504.00;0.00;0.24 -9566;0;3326.00;9.80;1550.00;0.00;0.18 -9567;0;3094.00;13.37;1513.00;0.00;0.20 -9568;0;3273.00;9.85;1539.00;0.00;0.22 -9569;0;3033.00;12.17;1509.00;0.00;0.24 -9570;0;3070.00;10.15;1538.00;0.00;0.28 -9571;0;3377.00;9.70;1457.00;0.00;0.20 -9572;0;2969.00;10.40;1513.00;0.00;0.20 -9573;0;3316.00;9.80;1475.00;0.00;0.20 -9574;0;2891.00;10.02;1539.00;0.00;0.16 -9575;0;2912.00;10.80;1509.00;0.00;0.22 -9576;0;3259.00;10.10;1475.00;0.00;0.22 -9577;0;3549.00;9.70;1542.00;0.00;0.22 -9578;0;2816.00;9.95;1500.00;0.00;0.22 -9579;0;3399.00;10.00;1547.00;0.00;0.20 -9580;0;1589.00;9.72;1623.00;0.00;0.24 -9581;0;3487.00;9.72;1453.00;0.00;0.18 -9582;0;2990.00;9.70;1419.00;0.00;0.16 -9583;0;1569.00;10.70;1626.00;0.00;0.24 -9584;0;2950.00;10.65;1435.00;0.00;0.18 -9585;0;1563.00;9.70;1632.00;0.00;0.32 -9586;0;3058.00;13.42;1411.00;0.00;0.20 -9587;0;2926.00;16.22;1439.00;0.00;0.18 -9588;0;3077.00;11.20;1415.00;0.00;0.20 -9589;0;4972.00;12.45;1494.00;0.00;0.30 -9590;0;2885.00;10.10;1436.00;0.00;0.16 -9591;0;3086.00;10.50;1415.00;0.00;0.20 -9592;0;3561.00;9.60;1448.00;0.00;0.24 -9593;0;2847.00;10.37;1432.00;0.00;0.16 -9594;0;3524.00;9.62;1450.00;0.00;0.20 -9595;0;3079.00;9.90;1423.00;0.00;0.18 -9596;0;3037.00;11.02;1442.00;0.00;0.22 -9597;0;2796.00;10.10;1429.00;0.00;0.24 -9598;0;2980.00;12.20;1434.00;0.00;0.20 -9599;0;3120.00;10.70;1402.00;0.00;0.20 -9600;0;2945.00;11.60;1440.00;0.00;0.18 -9601;0;1664.00;9.70;1668.00;0.00;0.36 -9602;0;3143.00;10.92;1397.00;0.00;0.20 -9603;0;2907.00;11.75;1440.00;0.00;0.16 -9604;0;4989.00;10.40;1494.00;0.00;0.26 -9605;0;3794.00;9.90;1306.00;0.00;0.40 -9606;0;3138.00;10.62;1426.00;0.00;0.26 -9607;0;2857.00;10.67;1442.00;0.00;0.22 -9608;0;3097.00;9.80;1430.00;0.00;0.18 -9609;0;2858.00;10.22;1450.00;0.00;0.22 -9610;0;3199.00;10.25;1387.00;0.00;0.22 -9611;0;3062.00;9.90;1439.00;0.00;0.18 -9612;0;3212.00;10.42;1391.00;0.00;0.28 -9613;0;3010.00;10.10;1443.00;0.00;0.18 -9614;0;3228.00;10.45;1396.00;0.00;0.18 -9615;0;1304.00;10.80;1790.00;0.00;0.74 -9616;0;986.00;13.82;1623.00;0.00;0.40 -9617;0;3213.00;9.75;1407.00;0.00;0.18 -9618;0;2925.00;14.12;1447.00;0.00;0.18 -9619;0;3162.00;15.47;1429.00;0.00;0.24 -9620;0;2922.00;14.05;1454.00;0.00;0.16 -9621;0;3115.00;9.80;1434.00;0.00;0.20 -9622;0;2911.00;10.10;1454.00;0.00;0.16 -9623;0;4852.00;10.02;1450.00;0.00;0.30 -9624;0;3079.00;9.92;1437.00;0.00;0.22 -9625;0;2867.00;10.15;1451.00;0.00;0.26 -9626;0;3486.00;12.10;1367.00;0.00;0.22 -9627;0;3033.00;12.07;1434.00;0.00;0.20 -9628;0;3502.00;11.02;1382.00;0.00;0.22 -9629;0;2833.00;9.85;1458.00;0.00;0.22 -9630;0;2985.00;12.60;1451.00;0.00;0.22 -9631;0;2789.00;9.70;1453.00;0.00;0.22 -9632;0;3488.00;13.70;1374.00;0.00;0.28 -9633;0;2975.00;16.30;1456.00;0.00;0.20 -9634;0;1585.00;11.27;1656.00;0.00;0.30 -9635;0;3250.00;9.80;1409.00;0.00;0.28 -9636;0;2972.00;14.87;1463.00;0.00;0.20 -9637;0;909.00;10.50;1480.00;0.00;0.28 -9638;0;2926.00;10.57;1462.00;0.00;0.18 -9639;0;4907.00;11.65;1433.00;0.00;0.28 -9640;0;3154.00;11.55;1442.00;0.00;0.20 -9641;0;4934.00;13.37;1436.00;0.00;0.26 -9642;0;2898.00;10.12;1463.00;0.00;0.22 -9643;0;3095.00;9.80;1437.00;0.00;0.16 -9644;0;2854.00;10.00;1469.00;0.00;0.22 -9645;0;3541.00;12.77;1370.00;0.00;0.26 -9646;0;3050.00;11.10;1452.00;0.00;0.14 -9647;0;3500.00;10.45;1390.00;0.00;0.20 -9648;0;3048.00;11.02;1459.00;0.00;0.22 -9649;0;3467.00;15.00;1391.00;0.00;0.22 -9650;0;3034.00;13.90;1469.00;0.00;0.24 -9651;0;3226.00;9.70;1419.00;0.00;0.20 -9652;0;2992.00;13.85;1472.00;0.00;0.20 -9653;0;1460.00;10.10;1560.00;0.00;0.24 -9654;0;1460.00;10.52;1570.00;0.00;0.20 -9655;0;2959.00;11.20;1471.00;0.00;0.16 -9656;0;3134.00;9.80;1448.00;0.00;0.22 -9657;0;1427.00;10.20;1614.00;0.00;0.38 -9658;0;2894.00;10.10;1471.00;0.00;0.22 -9659;0;4946.00;9.85;1566.00;0.00;0.64 -9660;0;3105.00;9.70;1464.00;0.00;0.20 -9661;0;3058.00;10.65;1467.00;0.00;0.26 -9662;0;1565.00;11.02;1575.00;0.00;0.20 -9663;0;3430.00;10.05;1391.00;0.00;0.20 -9664;0;1584.00;12.05;1587.00;0.00;0.30 -9665;0;3028.00;11.67;1480.00;0.00;0.16 -9666;0;2968.00;12.20;1477.00;0.00;0.20 -9667;0;1522.00;9.70;1588.00;0.00;0.28 -9668;0;3205.00;13.95;1440.00;0.00;0.30 -9669;0;1103.00;11.15;1793.00;0.00;0.72 -9670;0;3196.00;14.40;1448.00;0.00;0.26 -9671;0;900.00;9.72;1492.00;0.00;0.28 -9672;0;3185.00;11.70;1454.00;0.00;0.26 -9673;0;1645.00;11.70;1586.00;0.00;0.20 -9674;0;3442.00;13.52;1396.00;0.00;0.26 -9675;0;1668.00;11.25;1602.00;0.00;0.28 -9676;0;3089.00;10.37;1467.00;0.00;0.22 -9677;0;3352.00;11.67;1419.00;0.00;0.24 -9678;0;1401.00;11.22;1656.00;0.00;0.38 -9679;0;3042.00;13.30;1468.00;0.00;0.20 -9680;0;3366.49;9.70;1421.19;0.00;0.20 -9681;0;3008.00;11.27;1489.00;0.00;0.20 -9682;0;1432.00;11.40;1565.00;0.00;0.26 -9683;0;3263.00;9.80;1448.00;0.00;0.20 -9684;0;1479.00;10.80;1591.00;0.00;0.24 -9685;0;3199.00;16.02;1458.00;0.00;0.18 -9686;0;2681.00;12.25;1363.00;0.00;0.20 -9687;0;3165.00;10.97;1465.00;0.00;0.20 -9688;0;3458.00;9.90;1430.00;0.00;0.24 -9689;0;2675.00;11.22;1371.00;0.00;0.18 -9690;0;3109.00;9.80;1476.00;0.00;0.28 -9691;0;3453.00;12.00;1402.00;0.00;0.22 -9692;0;3073.00;9.80;1485.00;0.00;0.18 -9693;0;1647.00;11.52;1593.00;0.00;0.22 -9694;0;3453.00;12.50;1411.00;0.00;0.22 -9695;0;1029.00;13.30;1586.00;0.00;0.32 -9696;0;3416.00;9.77;1414.00;0.00;0.20 -9697;0;904.00;9.70;1535.00;0.00;0.28 -9698;0;3284.00;9.72;1457.00;0.00;0.24 -9699;0;2726.00;14.20;1379.00;0.00;0.20 -9700;0;2739.00;12.87;1372.00;0.00;0.20 -9701;0;3230.00;10.37;1436.00;0.00;0.20 -9702;0;3494.00;15.45;1349.00;0.00;0.22 -9703;0;2736.00;13.30;1384.00;0.00;0.16 -9704;0;3183.00;15.25;1471.00;0.00;0.20 -9705;0;3498.00;10.80;1424.00;0.00;0.20 -9706;0;3157.00;10.35;1478.00;0.00;0.22 -9707;0;3481.00;12.52;1416.00;0.00;0.22 -9708;0;1626.00;11.52;1599.00;0.00;0.30 -9709;0;3437.00;9.77;1428.00;0.00;0.18 -9710;0;2789.00;10.05;1393.00;0.00;0.24 -9711;0;1526.00;10.32;1599.00;0.00;0.30 -9712;0;3337.00;9.70;1444.00;0.00;0.24 -9713;0;913.00;9.90;1517.00;0.00;0.34 -9714;0;3277.00;9.80;1465.00;0.00;0.24 -9715;0;3536.00;12.07;1314.00;0.00;0.26 -9716;0;3232.00;9.85;1461.00;0.00;0.22 -9717;0;2805.00;10.40;1404.00;0.00;0.22 -9718;0;3349.00;9.70;1430.00;0.00;0.26 -9719;0;2699.00;11.87;1386.00;0.00;0.20 -9720;0;3529.00;11.72;1433.00;0.00;0.24 -9721;0;1638.00;11.65;1605.00;0.00;0.28 -9722;0;3485.00;10.25;1432.00;0.00;0.22 -9723;0;2843.00;10.32;1391.00;0.00;0.18 -9724;0;1513.00;10.62;1600.00;0.00;0.28 -9725;0;2844.00;9.80;1484.00;0.00;0.20 -9726;0;3448.00;9.87;1426.00;0.00;0.24 -9727;0;1497.00;10.65;1499.00;0.00;0.36 -9728;0;2874.00;10.70;1408.00;0.00;0.18 -9729;0;3365.00;9.70;1452.00;0.00;0.18 -9730;0;875.00;10.37;1541.00;0.00;0.36 -9731;0;3155.00;10.42;1639.00;0.00;0.22 -9732;0;2864.00;13.60;1417.00;0.00;0.20 -9733;0;4977.00;12.95;1520.00;0.00;0.34 -9734;0;2822.00;9.85;1414.00;0.00;0.16 -9735;0;3543.00;9.60;1447.00;0.00;0.22 -9736;0;2902.00;12.75;1409.00;0.00;0.22 -9737;0;2794.00;9.67;1413.00;0.00;0.18 -9738;0;2916.00;15.47;1416.00;0.00;0.22 -9739;0;3497.00;9.80;1433.00;0.00;0.22 -9740;0;1523.00;12.27;1768.00;0.00;0.82 -9741;0;2938.00;10.57;1418.00;0.00;0.18 -9742;0;3450.00;9.80;1434.00;0.00;0.18 -9743;0;1535.00;9.92;1619.00;0.00;0.24 -9744;0;3423.00;9.70;1448.00;0.00;0.16 -9745;0;2912.00;16.07;1424.00;0.00;0.20 -9746;0;1509.00;10.70;1612.00;0.00;0.28 -9747;0;1465.00;10.70;1620.00;0.00;0.32 -9748;0;2860.00;11.37;1431.00;0.00;0.20 -9749;0;4965.00;12.45;1483.00;0.00;0.34 -9750;0;2988.00;11.60;1378.00;0.00;0.18 -9751;0;2823.00;10.00;1422.00;0.00;0.20 -9752;0;2970.00;11.35;1412.00;0.00;0.20 -9753;0;3555.00;9.60;1441.00;0.00;0.22 -9754;0;1637.00;12.20;1618.00;0.00;0.24 -9755;0;3320.00;14.95;1283.00;0.00;0.24 -9756;0;3152.00;11.35;1398.00;0.00;0.26 -9757;0;2761.00;12.00;1316.00;0.00;0.20 -9758;0;1622.00;9.70;1530.00;0.00;0.28 -9759;0;4767.00;12.62;1355.00;0.00;0.22 -9760;0;1517.00;12.00;1533.00;0.00;0.24 -9761;0;3390.00;15.37;1304.00;0.00;0.30 -9762;0;4894.00;12.47;1405.00;0.00;0.24 -9763;0;3337.00;12.77;1278.00;0.00;0.22 -9764;0;2836.00;9.75;1350.00;0.00;0.20 -9765;0;2681.00;10.10;1279.00;0.00;0.20 -9766;0;4835.00;12.27;1398.00;0.00;0.20 -9767;0;2749.00;11.77;1330.00;0.00;0.24 -9768;0;4626.00;12.45;1352.00;0.00;0.36 -9769;0;3219.00;11.10;1381.00;0.00;0.28 -9770;0;2702.00;14.42;1330.00;0.00;0.24 -9771;0;3160.00;11.97;1394.00;0.00;0.22 -9772;0;2939.00;9.77;1335.00;0.00;0.20 -9773;0;1206.00;12.37;1423.00;0.00;0.44 -9774;0;1647.00;10.62;1577.00;0.00;0.20 -9775;0;1506.00;12.12;1533.00;0.00;0.28 -9776;0;4620.00;12.97;1336.00;0.00;0.24 -9777;0;3380.00;16.60;1312.00;0.00;0.30 -9778;0;2746.00;11.82;1303.00;0.00;0.18 -9779;0;1518.00;10.95;1485.00;0.00;0.34 -9780;0;3113.00;10.07;1358.00;0.00;0.20 -9781;0;4720.00;10.12;1344.00;0.00;0.20 -9782;0;4796.00;10.10;1418.00;0.00;0.28 -9783;0;3236.73;9.90;1385.62;0.00;0.28 -9784;0;3067.00;10.62;1340.00;0.00;0.20 -9785;0;2766.00;12.95;1340.00;0.00;0.24 -9786;0;1629.00;9.70;1516.00;0.00;0.24 -9787;0;2680.00;12.52;1334.00;0.00;0.18 -9788;0;4710.00;9.95;1360.00;0.00;0.26 -9789;0;1563.00;10.82;1541.00;0.00;0.18 -9790;0;4769.00;9.97;1315.00;0.00;0.20 -9791;0;3187.00;11.10;1348.00;0.00;0.16 -9792;0;1139.00;17.32;1492.00;0.00;0.32 -9793;0;2852.00;9.70;1316.00;0.00;0.24 -9794;0;3003.00;10.45;1370.00;0.00;0.22 -9795;0;4766.00;12.62;1333.00;0.00;0.20 -9796;0;1475.00;10.27;1539.00;0.00;0.22 -9797;0;2827.00;12.37;1354.00;0.00;0.20 -9798;0;4881.00;9.80;1426.00;0.00;0.28 -9799;0;3230.00;11.55;1315.00;0.00;0.18 -9800;0;2730.00;13.57;1340.00;0.00;0.20 -9801;0;1646.00;9.70;1543.00;0.00;0.22 -9802;0;1320.00;13.50;1495.00;0.00;0.40 -9803;0;4777.00;12.52;1357.00;0.00;0.26 -9804;0;1598.00;10.10;1552.00;0.00;0.20 -9805;0;3125.00;10.85;1314.00;0.00;0.20 -9806;0;3298.00;12.45;1326.00;0.00;0.20 -9807;0;5010.00;12.02;1314.00;0.00;0.16 -9808;0;1543.00;11.27;1551.00;0.00;0.26 -9809;0;3106.00;10.80;1366.00;0.00;0.20 -9810;0;1473.00;10.77;1550.00;0.00;0.28 -9811;0;3304.00;14.22;1302.00;0.00;0.26 -9812;0;2784.00;14.55;1328.00;0.00;0.24 -9813;0;2796.00;10.32;1355.00;0.00;0.16 -9814;0;958.00;9.57;1434.00;0.00;0.26 -9815;0;2698.00;9.72;1274.00;0.00;0.20 -9816;0;3546.00;14.35;1241.00;0.00;0.42 -9817;0;2675.00;9.90;1347.00;0.00;0.20 -9818;0;3175.00;12.90;1356.00;0.00;0.24 -9819;0;2692.00;10.07;1290.00;0.00;0.18 -9820;0;1620.00;12.55;1560.00;0.00;0.26 -9821;0;3099.00;12.87;1371.00;0.00;0.24 -9822;0;1277.00;10.50;1449.00;0.00;0.38 -9823;0;3406.00;10.70;1271.00;0.00;0.34 -9824;0;2850.00;10.60;1366.00;0.00;0.20 -9825;0;1519.00;10.97;1565.00;0.00;0.26 -9826;0;3027.00;9.90;1347.00;0.00;0.20 -9827;0;2735.00;12.12;1350.00;0.00;0.20 -9828;0;2757.00;12.97;1298.00;0.00;0.18 -9829;0;1309.00;10.07;1420.00;0.00;0.46 -9830;0;3345.00;12.70;1283.00;0.00;0.22 -9831;0;4730.00;10.25;1381.00;0.00;0.26 -9832;0;1679.00;9.70;1571.00;0.00;0.16 -9833;0;3252.00;9.70;1345.00;0.00;0.20 -9834;0;1547.00;9.70;1304.00;0.00;0.32 -9835;0;4700.00;10.40;1343.00;0.00;0.20 -9836;0;1587.00;11.40;1576.00;0.00;0.18 -9837;0;3140.00;13.15;1336.00;0.00;0.20 -9838;0;3020.00;12.00;1376.00;0.00;0.22 -9839;0;2704.00;11.45;1322.00;0.00;0.20 -9840;0;2796.00;12.22;1364.00;0.00;0.24 -9841;0;4797.00;13.70;1364.00;0.00;0.22 -9842;0;2789.00;12.75;1369.00;0.00;0.24 -9843;0;4625.00;9.77;1326.00;0.00;0.20 -9844;0;3330.00;12.55;1333.00;0.00;0.24 -9845;0;2869.00;9.50;1322.00;0.00;0.12 -9846;0;2726.00;12.02;1348.00;0.00;0.20 -9847;0;1661.00;9.72;1568.00;0.00;0.20 -9848;0;4762.00;12.10;1339.00;0.00;0.22 -9849;0;3127.00;14.25;1367.00;0.00;0.24 -9850;0;1665.00;10.00;1578.00;0.00;0.16 -9851;0;2951.00;11.40;1369.00;0.00;0.20 -9852;0;2761.00;12.32;1323.00;0.00;0.20 -9853;0;2848.00;11.72;1372.00;0.00;0.20 -9854;0;4728.00;10.97;1322.00;0.00;0.24 -9855;0;955.00;12.30;1447.00;0.00;0.30 -9856;0;3065.00;10.05;1330.00;0.00;0.16 -9857;0;2781.00;10.77;1366.00;0.00;0.20 -9858;0;3453.00;17.35;1306.00;0.00;0.26 -9859;0;5012.39;9.70;1338.38;1.30;0.20 -9860;0;3415.00;14.30;1298.00;0.00;0.30 -9861;0;3331.00;9.60;1301.00;0.00;0.30 -9862;0;3209.00;11.87;1358.00;0.00;0.18 -9863;0;2950.00;12.55;1335.00;0.00;0.22 -9864;0;1643.00;9.70;1535.00;0.00;0.18 -9865;0;4993.00;9.80;1326.00;0.00;0.26 -9866;0;4774.00;12.80;1370.00;0.00;0.22 -9867;0;2788.00;9.70;1462.00;0.00;0.18 -9868;0;3422.00;14.20;1320.00;0.00;0.22 -9869;0;2678.00;9.97;1297.00;0.00;0.18 -9870;0;2750.00;12.85;1357.00;0.00;0.24 -9871;0;3340.00;12.92;1337.00;0.00;0.24 -9872;0;2733.00;12.52;1367.00;0.00;0.24 -9873;0;4656.00;12.72;1353.00;0.00;0.24 -9874;0;3138.00;12.37;1369.00;0.00;0.28 -9875;0;3122.00;11.97;1344.00;0.00;0.22 -9876;0;1615.00;9.60;1473.00;0.00;0.26 -9877;0;2694.00;11.10;1315.00;0.00;0.16 -9878;0;3282.00;13.72;1292.00;0.00;0.26 -9879;0;2991.00;11.10;1388.00;0.00;0.20 -9880;0;1327.00;10.30;1632.00;0.00;0.42 -9881;0;2737.00;12.60;1311.00;0.00;0.16 -9882;0;2811.00;14.12;1377.00;0.00;0.18 -9883;0;4803.00;12.25;1378.00;0.00;0.22 -9884;0;2802.00;13.60;1379.00;0.00;0.18 -9885;0;4741.00;10.32;1354.00;0.00;0.22 -9886;0;3433.00;14.50;1328.00;0.00;0.28 -9887;0;3226.00;11.85;1324.00;0.00;0.24 -9888;0;3221.00;10.12;1364.00;0.00;0.24 -9889;0;2793.00;12.80;1298.00;0.00;0.20 -9890;0;3138.00;11.90;1377.00;0.00;0.18 -9891;0;2719.00;11.25;1285.00;0.00;0.20 -9892;0;1318.00;10.37;1563.00;0.00;0.44 -9893;0;3391.00;11.75;1269.00;0.00;0.24 -9894;0;3083.00;12.65;1385.00;0.00;0.24 -9895;0;4898.00;10.85;1385.00;0.00;0.28 -9896;0;2799.00;11.15;1320.00;0.00;0.20 -9897;0;4835.00;11.07;1383.00;0.00;0.22 -9898;0;2866.00;9.72;1392.00;0.00;0.20 -9899;0;4799.00;14.32;1345.00;0.00;0.20 -9900;0;3359.00;13.90;1340.00;0.00;0.24 -9901;0;3309.00;12.05;1311.00;0.00;0.22 -9902;0;3234.93;10.50;1363.47;0.00;0.20 -9903;0;2777.00;11.90;1296.00;0.00;0.24 -9904;0;3004.00;9.87;1358.00;0.00;0.28 -9905;0;4663.00;10.75;1333.00;0.00;0.20 -9906;0;3146.00;13.30;1380.00;0.00;0.24 -9907;0;2982.00;10.22;1391.00;0.00;0.20 -9908;0;1207.00;12.55;1466.00;0.00;0.40 -9909;0;2918.00;10.42;1395.00;0.00;0.22 -9910;0;1377.00;10.20;1589.00;0.00;0.36 -9911;0;946.00;9.80;1463.00;0.00;0.30 -9912;0;3399.00;12.90;1282.00;0.00;0.32 -9913;0;4793.00;11.32;1392.00;0.00;0.28 -9914;0;3113.00;9.70;1347.00;0.00;0.24 -9915;0;3371.00;13.00;1338.00;0.00;0.24 -9916;0;3133.00;10.15;1310.00;0.00;0.22 -9917;0;2716.00;11.85;1321.00;0.00;0.20 -9918;0;4758.00;12.15;1327.00;0.00;0.22 -9919;0;3232.00;9.92;1374.00;0.00;0.28 -9920;0;1275.00;10.30;1415.00;0.00;0.38 -9921;0;3238.00;11.65;1308.00;0.00;0.18 -9922;0;3078.00;14.50;1401.00;0.00;0.20 -9923;0;1560.00;11.25;1531.00;0.00;0.24 -9924;0;2997.00;11.62;1399.00;0.00;0.16 -9925;0;2709.00;10.85;1306.00;0.00;0.20 -9926;0;4890.00;11.10;1392.00;0.00;0.24 -9927;0;4704.00;10.35;1372.00;0.00;0.32 -9928;0;4806.00;11.50;1395.00;0.00;0.26 -9929;0;3249.00;12.12;1280.00;0.00;0.20 -9930;0;3185.00;9.50;1340.00;0.00;0.22 -9931;0;1569.00;10.52;1482.00;0.00;0.18 -9932;0;3423.00;14.52;1338.00;0.00;0.24 -9933;0;2777.00;13.57;1337.00;0.00;0.24 -9934;0;4569.00;10.05;1165.00;0.00;0.26 -9935;0;4197.00;9.50;1006.00;0.00;0.28 -9936;0;4807.00;11.05;1271.00;0.00;0.22 -9937;0;4610.00;9.70;1191.00;0.00;0.26 -9938;0;4625.00;9.65;1032.00;0.00;0.24 -9939;0;4492.00;11.90;1113.00;0.00;0.38 -9940;0;3197.00;11.42;1233.00;0.00;0.20 -9941;0;3241.00;9.97;1270.00;0.00;0.24 -9942;0;4594.00;10.27;1063.00;0.00;0.28 -9943;0;2917.00;9.60;1214.00;0.00;0.42 -9944;0;4659.00;11.95;1117.00;0.00;0.26 -9945;0;2717.00;9.80;1242.00;0.00;0.22 -9946;0;4108.00;10.25;986.00;0.00;0.34 -9947;0;3316.00;9.50;1144.00;0.00;0.26 -9948;0;4469.00;10.80;1003.00;0.00;0.26 -9949;0;1502.00;10.62;1442.00;0.00;0.30 -9950;0;4836.00;9.70;1195.76;0.00;0.26 -9951;0;4043.00;10.30;1113.00;0.00;0.44 -9952;0;4965.00;9.50;1286.00;0.00;0.12 -9953;0;4686.00;10.22;1194.00;0.00;0.24 -9954;0;3435.00;16.95;1314.00;0.00;0.30 -9955;0;4701.00;10.77;1045.00;0.00;0.24 -9956;0;4639.00;9.70;1228.00;0.00;0.22 -9957;0;3319.00;11.82;1108.00;0.00;0.36 -9958;0;4578.00;10.42;1226.00;0.00;0.20 -9959;0;4607.00;10.15;1157.00;0.00;0.34 -9960;0;2854.00;14.57;1223.00;0.00;0.40 -9961;0;4435.00;12.10;973.00;0.00;0.34 -9962;0;3274.00;12.85;619.00;0.00;0.52 -9963;0;4551.00;9.52;1002.00;0.00;0.20 -9964;0;2837.00;12.57;1254.00;0.00;0.30 -9965;0;4903.00;9.92;1212.00;0.00;0.22 -9966;0;4403.00;20.40;1170.00;0.00;0.40 -9967;0;1501.00;12.87;1455.00;0.00;0.26 -9968;0;4880.00;10.80;1227.00;0.00;0.20 -9969;0;4627.00;9.70;1303.00;0.00;0.24 -9970;0;4578.00;10.30;1056.00;0.00;0.28 -9971;0;4665.00;10.57;1238.00;0.00;0.26 -9972;0;4665.00;12.10;1106.00;0.00;0.22 -9973;0;4090.00;9.80;1082.00;0.00;0.38 -9974;0;4705.46;9.70;1132.55;0.00;0.32 -9975;0;3939.00;9.70;1021.00;0.00;0.42 -9976;0;2905.00;14.55;1245.00;0.00;0.30 -9977;0;3152.00;9.70;1151.00;0.00;0.28 -9978;0;4620.00;9.65;1025.00;0.00;0.24 -9979;0;2733.00;10.10;1262.00;0.00;0.20 -9980;0;3040.00;9.75;1177.00;0.00;0.24 -9981;0;4790.00;10.15;1293.00;0.00;0.18 -9982;0;4575.00;11.22;1071.00;0.00;0.30 -9983;0;2945.00;9.90;1187.00;0.00;0.36 -9984;0;4624.00;10.07;1105.00;0.00;0.28 -9985;0;4909.00;12.10;1239.00;0.00;0.22 -9986;0;3161.00;11.75;535.00;0.00;0.70 -9987;0;4612.00;9.70;1256.00;0.00;0.26 -9988;0;4437.00;11.12;960.00;0.00;0.30 -9989;0;3213.00;9.97;1164.00;0.00;0.24 -9990;0;3055.00;11.05;1289.00;0.00;0.22 -9991;0;4245.00;9.70;1002.00;0.00;0.32 -9992;0;3167.00;10.55;1179.00;0.00;0.18 -9993;0;4218.00;9.80;1046.00;0.00;0.36 -9994;0;2952.00;10.32;1266.00;0.00;0.30 -9995;0;4621.00;9.87;1213.00;0.00;0.24 -9996;0;1478.00;10.32;1428.00;0.00;0.26 -9997;0;4555.00;12.30;1051.00;0.00;0.26 -9998;0;4979.00;9.67;1239.00;0.00;0.24 -9999;0;4576.00;9.70;1125.00;0.00;0.36 -10000;0;4682.00;10.15;1257.00;0.00;0.28 -10001;0;4111.00;9.85;947.00;0.00;0.34 -10002;0;3341.00;10.72;1143.00;0.00;0.30 -10003;0;4617.00;9.70;1280.00;0.00;0.24 -10004;0;4491.00;9.72;1001.00;0.00;0.24 -10005;0;3299.00;9.72;1158.00;0.00;0.22 -10006;0;4518.00;10.17;1113.00;0.00;0.40 -10007;0;3239.00;9.50;1250.00;0.00;0.40 -10008;0;4648.00;10.35;1186.00;0.00;0.28 -10009;0;2732.00;11.10;1268.00;0.00;0.20 -10010;0;4642.00;9.67;1046.00;0.00;0.24 -10011;0;4824.00;9.50;1219.00;0.00;0.10 -10012;0;4650.00;12.30;1100.00;0.00;0.22 -10013;0;2725.00;11.55;1223.00;0.00;0.28 -10014;0;4670.00;11.32;1142.00;0.00;0.28 -10015;0;4958.00;12.52;1251.00;0.00;0.26 -10016;0;4450.00;9.65;958.00;0.00;0.20 -10017;0;4630.00;9.70;1168.00;0.00;0.26 -10018;0;4702.00;10.67;1270.00;0.00;0.20 -10019;0;3965.00;11.05;990.00;0.00;0.30 -10020;0;4850.00;12.82;1197.00;0.00;0.24 -10021;0;4050.00;14.52;1132.00;0.00;0.46 -10022;0;4614.00;9.70;1295.00;0.00;0.24 -10023;0;2694.00;12.92;1189.00;0.00;0.28 -10024;0;2788.00;9.92;1283.00;0.00;0.20 -10025;0;3090.00;12.10;538.00;0.00;0.78 -10026;0;2958.00;10.80;1220.00;0.00;0.32 -10027;0;3057.00;11.67;1319.00;0.00;0.20 -10028;0;3300.00;10.40;1092.00;0.00;0.32 -10029;0;1545.00;9.70;1424.00;0.00;0.32 -10030;0;4024.00;11.00;988.00;0.00;0.38 -10031;0;3284.00;9.80;1118.00;0.00;0.22 -10032;0;4941.00;11.92;1258.00;0.00;0.28 -10033;0;4267.00;13.87;999.00;0.00;0.26 -10034;0;4689.00;10.80;1162.00;0.00;0.20 -10035;0;4211.00;10.00;1021.00;0.00;0.26 -10036;0;4799.00;9.97;1277.00;0.00;0.22 -10037;0;2995.00;11.05;1153.00;0.00;0.54 -10038;0;3237.00;10.45;1277.00;0.00;0.24 -10039;0;4512.00;10.72;1060.00;0.00;0.30 -10040;0;4627.00;10.90;1205.00;0.00;0.26 -10041;0;3260.00;12.92;1282.00;0.00;0.24 -10042;0;4655.00;11.55;1087.00;0.00;0.30 -10043;0;4629.00;10.65;1239.00;0.00;0.26 -10044;0;4635.00;11.05;1142.00;0.00;0.26 -10045;0;2815.00;14.17;1229.00;0.00;0.36 -10046;0;3076.00;9.85;1154.00;0.00;0.26 -10047;0;1563.00;9.70;1428.00;0.00;0.32 -10048;0;427.00;12.80;989.00;0.00;0.22 -10049;0;3149.00;11.12;1174.00;0.00;0.26 -10050;0;4508.00;9.95;1019.00;0.00;0.28 -10051;0;1572.00;9.70;1445.00;0.00;0.32 -10052;0;4865.00;9.82;1214.00;0.00;0.20 -10053;0;4583.00;10.65;1297.00;0.00;0.26 -10054;0;4634.00;12.15;1048.00;0.00;0.22 -10055;0;4900.00;11.35;1236.00;0.00;0.20 -10056;0;3341.00;11.75;1268.00;0.00;0.32 -10057;0;4598.00;10.40;1090.00;0.00;0.30 -10058;0;4699.00;10.02;1128.00;0.00;0.24 -10059;0;2893.00;11.97;1235.00;0.00;0.32 -10060;0;4130.00;10.65;986.00;0.00;0.38 -10061;0;3234.00;10.02;1157.00;0.00;0.28 -10062;0;4586.00;9.55;1013.00;0.00;0.20 -10063;0;2749.00;10.32;1265.00;0.00;0.16 -10064;0;4620.00;9.70;1177.00;0.00;0.28 -10065;0;4772.00;11.10;1301.00;0.00;0.16 -10066;0;3957.00;10.15;1155.00;0.00;0.54 -10067;0;2989.00;10.70;1178.00;0.00;0.30 -10068;0;4636.00;9.70;1312.00;0.00;0.22 -10069;0;4675.00;9.70;1090.00;0.00;0.24 -10070;0;2702.00;10.42;1212.00;0.00;0.32 -10071;0;3093.00;10.90;632.00;0.00;0.74 -10072;0;4625.00;10.00;1252.00;0.00;0.24 -10073;0;3290.00;9.70;1154.00;0.00;0.16 -10074;0;3013.00;11.00;1284.00;0.00;0.20 -10075;0;4431.00;13.30;1000.00;0.00;0.34 -10076;0;4685.00;10.37;1172.00;0.00;0.22 -10077;0;4178.00;9.87;1030.00;0.00;0.26 -10078;0;2902.00;12.77;1261.00;0.00;0.30 -10079;0;4613.00;9.70;1203.00;0.00;0.32 -10080;0;4572.00;9.95;1042.00;0.00;0.26 -10081;0;1560.00;10.60;1465.00;0.00;0.26 -10082;0;2947.00;9.70;1205.00;0.00;0.34 -10083;0;4786.00;12.75;1309.00;0.00;0.24 -10084;0;4631.00;10.87;1080.00;0.00;0.28 -10085;0;4801.00;12.65;1240.00;0.00;0.16 -10086;0;4665.00;12.37;1132.00;0.00;0.28 -10087;0;3372.00;10.22;1228.00;0.00;0.28 -10088;0;4148.00;9.70;979.00;0.00;0.26 -10089;0;3364.00;9.90;1162.00;0.00;0.18 -10090;0;4256.00;11.77;1033.00;0.00;0.40 -10091;0;2971.00;9.70;1261.00;0.00;0.28 -10092;0;4860.00;10.22;1192.00;0.00;0.22 -10093;0;4636.00;9.60;1038.00;0.00;0.28 -10094;0;2719.00;10.75;1265.00;0.00;0.20 -10095;0;4677.00;9.70;1194.00;0.00;0.20 -10096;0;1543.00;10.15;1465.00;0.00;0.28 -10097;0;3297.00;12.57;1057.00;0.00;0.48 -10098;0;4606.00;9.97;1218.00;0.00;0.22 -10099;0;3335.00;10.22;1115.00;0.00;0.42 -10100;0;4961.00;13.57;1242.00;0.00;0.22 -10101;0;4674.00;10.95;1154.00;0.00;0.22 -10102;0;4648.00;11.02;1268.00;0.00;0.22 -10103;0;4438.00;11.12;985.00;0.00;0.28 -10104;0;3181.00;10.30;1085.00;0.00;0.76 -10105;0;4526.00;10.30;1004.00;0.00;0.20 -10106;0;3474.00;10.70;1252.00;0.00;0.34 -10107;0;2701.00;16.25;1170.00;0.00;0.44 -10108;0;3866.00;10.30;1067.00;0.00;0.42 -10109;0;2781.00;10.70;1280.00;0.00;0.24 -10110;0;4782.00;9.70;1233.00;0.00;0.22 -10111;0;2745.00;12.57;1283.00;0.00;0.20 -10112;0;4617.00;11.95;1069.00;0.00;0.32 -10113;0;2716.00;11.35;1234.00;0.00;0.16 -10114;0;4600.00;10.55;1127.00;0.00;0.32 -10115;0;4804.00;12.10;1260.00;0.00;0.24 -10116;0;4139.00;9.55;972.00;0.00;0.26 -10117;0;3086.00;9.90;1149.00;0.00;0.30 -10118;0;3909.00;9.72;1013.00;0.00;0.40 -10119;0;4639.00;9.70;1285.00;0.00;0.24 -10120;0;3192.00;11.75;1172.00;0.00;0.20 -10121;0;4558.00;11.30;1041.00;0.00;0.22 -10122;0;3252.00;9.50;1265.00;0.00;0.18 -10123;0;3127.00;10.67;1182.00;0.00;0.22 -10124;0;4801.01;11.20;1077.38;0.00;0.46 -10125;0;4944.00;9.87;1232.00;0.00;0.24 -10126;0;3309.00;11.55;1124.00;0.00;0.36 -10127;0;3254.00;9.90;1131.00;0.00;0.38 -10128;0;4956.00;12.35;1260.00;0.00;0.24 -10129;0;4447.00;10.05;977.00;0.00;0.20 -10130;0;4010.00;14.17;810.00;0.00;0.24 -10131;0;3727.00;12.50;1444.00;0.00;0.48 -10132;0;4431.00;11.15;1174.00;0.00;0.36 -10133;0;3748.00;10.70;1654.00;0.00;0.34 -10134;0;4409.00;10.02;859.00;0.00;0.26 -10135;0;4533.00;9.70;524.00;0.00;0.24 -10136;0;3710.00;10.77;1647.00;0.00;0.38 -10137;0;4498.00;11.92;894.00;0.00;0.22 -10138;0;4583.00;10.20;603.00;0.00;0.22 -10139;0;3923.00;11.05;1152.00;0.00;0.42 -10140;0;3775.00;9.97;1546.00;0.00;0.40 -10141;0;4809.00;9.50;666.00;0.00;0.24 -10142;0;3714.00;10.80;1626.00;0.00;0.34 -10143;0;4638.00;10.42;746.00;0.00;0.22 -10144;0;4499.00;13.07;1173.00;0.00;0.30 -10145;0;4641.00;10.12;786.00;0.00;0.34 -10146;0;3991.00;10.50;1393.00;0.00;0.60 -10147;0;5033.00;9.75;523.00;0.00;0.38 -10148;0;3885.00;10.87;1357.00;0.00;0.40 -10149;0;4049.00;9.70;841.00;0.00;0.28 -10150;0;4421.00;9.70;597.00;0.00;0.32 -10151;0;899.00;13.12;1601.00;0.00;0.38 -10152;0;4051.00;9.75;881.00;0.00;0.26 -10153;0;4753.00;10.85;670.00;0.00;0.28 -10154;0;4305.00;10.62;933.00;0.00;0.26 -10155;0;924.00;11.70;1676.00;0.00;0.40 -10156;0;4365.00;9.50;756.00;0.00;0.20 -10157;0;895.00;9.50;1709.00;0.00;0.38 -10158;0;4346.00;10.00;801.00;0.00;0.20 -10159;0;921.00;14.92;1560.00;0.00;0.34 -10160;0;5381.00;10.27;310.00;0.00;0.22 -10161;0;4009.00;9.80;1498.00;0.00;0.52 -10162;0;4505.00;12.25;846.00;0.00;0.18 -10163;0;3157.00;9.77;1337.00;0.00;0.20 -10164;0;3777.00;9.70;1490.00;0.00;0.46 -10165;0;4692.00;11.62;899.00;0.00;0.18 -10166;0;5177.00;10.25;573.00;0.00;0.16 -10167;0;4696.00;10.35;924.00;0.00;0.20 -10168;0;3776.00;9.85;1562.00;0.00;0.34 -10169;0;4719.00;9.75;662.00;0.00;0.16 -10170;0;3803.00;10.00;1614.00;0.00;0.46 -10171;0;4055.00;10.67;963.00;0.00;0.42 -10172;0;1208.00;16.17;1230.00;0.00;0.50 -10173;0;3937.00;10.62;1195.00;0.00;0.50 -10174;0;1702.00;11.42;1658.00;0.00;0.34 -10175;0;4689.63;12.00;513.67;0.00;0.22 -10176;0;1622.00;9.55;1832.00;0.00;0.82 -10177;0;4421.00;11.20;854.00;0.00;0.28 -10178;0;4612.00;9.87;594.00;0.00;0.34 -10179;0;3912.00;10.40;1494.00;0.00;0.48 -10180;0;4495.00;14.20;885.00;0.00;0.18 -10181;0;4654.00;9.70;662.00;0.00;0.26 -10182;0;4285.00;9.70;934.00;0.00;0.26 -10183;0;879.00;10.42;1656.00;0.00;0.30 -10184;0;4696.00;9.50;741.00;0.00;0.56 -10185;0;3720.00;15.47;1610.00;0.00;0.38 -10186;0;4723.00;10.57;798.00;0.00;0.28 -10187;0;3897.00;13.07;1328.00;0.00;0.48 -10188;0;432.00;12.27;379.00;0.00;0.20 -10189;0;3809.00;10.40;1673.00;0.00;0.38 -10190;0;3982.00;10.62;847.00;0.00;0.30 -10191;0;4637.00;11.67;510.00;0.00;0.24 -10192;0;1440.00;10.87;1442.00;0.00;0.32 -10193;0;4345.00;10.22;889.00;0.00;0.26 -10194;0;4388.00;9.70;610.00;0.00;0.32 -10195;0;4461.00;10.60;920.00;0.00;0.26 -10196;0;3753.00;10.30;1538.00;0.00;0.44 -10197;0;4743.00;12.05;661.00;0.00;0.24 -10198;0;952.00;12.95;1707.00;0.00;0.48 -10199;0;4644.00;10.20;736.00;0.00;0.24 -10200;0;3612.00;10.10;1738.00;0.00;0.32 -10201;0;4060.00;9.65;790.00;0.00;0.44 -10202;0;4012.00;10.35;1579.00;0.00;0.58 -10203;0;3114.00;9.60;1314.00;0.00;0.24 -10204;0;4470.00;10.27;842.00;0.00;0.28 -10205;0;3870.00;13.92;1289.00;0.00;0.44 -10206;0;5175.00;9.85;564.00;0.00;0.18 -10207;0;3590.00;10.40;1913.00;0.00;1.20 -10208;0;3992.00;11.10;879.00;0.00;0.34 -10209;0;4396.00;9.80;644.00;0.00;0.26 -10210;0;3971.00;11.27;928.00;0.00;0.32 -10211;0;3900.00;10.10;1555.00;0.00;0.44 -10212;0;4620.00;9.97;739.00;0.00;0.24 -10213;0;3774.00;10.52;1607.00;0.00;0.38 -10214;0;4755.00;9.87;784.00;0.00;0.14 -10215;0;4884.00;9.72;1459.00;0.00;0.30 -10216;0;3722.00;15.45;1719.00;0.00;0.60 -10217;0;4347.00;9.70;817.00;0.00;0.32 -10218;0;4036.00;10.00;1510.00;0.00;0.56 -10219;0;4757.16;9.90;518.32;0.00;0.30 -10220;0;3844.00;10.40;1483.00;0.00;0.62 -10221;0;4378.00;9.70;884.00;0.00;0.26 -10222;0;4717.23;9.50;568.35;0.00;0.42 -10223;0;4281.00;10.10;916.00;0.00;0.20 -10224;0;3731.00;10.15;1536.00;0.00;0.44 -10225;0;4413.00;10.20;638.00;0.00;0.24 -10226;0;3682.00;10.00;1586.00;0.00;0.34 -10227;0;4399.00;10.37;722.00;0.00;0.26 -10228;0;824.00;9.50;1791.00;0.00;0.78 -10229;0;4071.00;10.02;776.00;0.00;0.30 -10230;0;1690.00;11.50;1647.00;0.00;0.34 -10231;0;5138.00;12.02;494.00;0.00;0.20 -10232;0;4489.00;9.75;824.00;0.00;0.30 -10233;0;1484.00;10.90;1643.00;0.00;0.36 -10234;0;5218.00;9.82;560.00;0.00;0.20 -10235;0;4008.00;9.90;1537.00;0.00;0.42 -10236;0;4702.00;10.47;882.00;0.00;0.28 -10237;0;4630.00;9.87;635.00;0.00;0.34 -10238;0;4463.00;11.25;911.00;0.00;0.24 -10239;0;3917.00;9.90;1538.00;0.00;0.34 -10240;0;4646.00;10.32;727.00;0.00;0.24 -10241;0;4691.00;10.52;942.00;0.00;0.18 -10242;0;867.00;10.17;1695.00;0.00;0.32 -10243;0;4748.00;10.77;777.00;0.00;0.20 -10244;0;1840.00;9.75;1646.00;0.00;0.36 -10245;0;2024.00;11.30;1989.00;0.00;2.34 -10246;0;4034.00;9.85;824.00;0.00;0.26 -10247;0;1725.00;11.00;1675.00;0.00;0.40 -10248;0;5158.00;9.70;498.00;0.00;0.38 -10249;0;1578.00;10.85;1677.00;0.00;0.50 -10250;0;4382.00;9.70;877.00;0.00;0.24 -10251;0;5109.00;12.75;549.00;0.00;0.28 -10252;0;4713.00;10.65;922.00;0.00;0.20 -10253;0;3706.00;9.80;1503.00;0.00;0.46 -10254;0;1598.53;9.50;1276.74;0.00;0.40 -10255;0;4099.00;9.92;936.00;0.00;0.34 -10256;0;3731.00;10.62;1578.00;0.00;0.42 -10257;0;4480.00;12.92;1201.00;0.00;0.32 -10258;0;856.00;13.97;1770.00;0.00;0.76 -10259;0;4012.00;10.60;906.00;0.00;0.24 -10260;0;5150.00;9.60;484.00;0.00;0.20 -10261;0;4462.00;9.65;826.00;0.00;0.20 -10262;0;3666.00;9.80;1420.00;0.00;0.56 -10263;0;4673.00;9.95;569.00;0.00;0.18 -10264;0;3687.00;9.70;1463.00;0.00;0.54 -10265;0;4695.00;9.95;880.00;0.00;0.20 -10266;0;4604.00;10.30;621.00;0.00;0.30 -10267;0;4303.00;10.35;914.00;0.00;0.22 -10268;0;3873.00;10.60;1519.00;0.00;0.52 -10269;0;4601.00;10.67;703.00;0.00;0.32 -10270;0;3960.00;12.35;951.00;0.00;0.36 -10271;0;892.00;10.55;1661.00;0.00;0.40 -10272;0;4696.00;10.37;850.00;0.00;0.24 -10273;0;886.00;14.82;1766.00;0.00;0.56 -10274;0;4010.00;10.40;819.00;0.00;0.20 -10275;0;3837.00;10.50;1461.00;0.00;0.48 -10276;0;4859.00;10.00;468.00;0.00;0.22 -10277;0;3819.00;10.00;1480.00;0.00;0.48 -10278;0;4054.00;9.70;854.00;0.00;0.20 -10279;0;4462.00;9.77;550.00;0.00;0.20 -10280;0;4678.00;9.50;903.00;0.00;0.18 -10281;0;1459.00;10.02;1457.00;0.00;0.36 -10282;0;4530.00;10.30;625.00;0.00;0.32 -10283;0;4301.00;10.47;945.00;0.00;0.30 -10284;0;3786.00;10.70;1583.00;0.00;0.42 -10285;0;4584.00;10.20;707.00;0.00;0.36 -10286;0;3687.00;9.97;1659.00;0.00;0.32 -10287;0;4064.00;13.27;770.00;0.00;0.20 -10288;0;4889.00;10.27;459.00;0.00;0.32 -10289;0;4431.00;10.42;831.00;0.00;0.22 -10290;0;4013.00;10.47;1478.00;0.00;0.46 -10291;0;5305.00;10.50;488.00;0.00;0.38 -10292;0;3984.00;10.00;1499.00;0.00;0.48 -10293;0;4403.00;9.60;869.00;0.00;0.24 -10294;0;4412.00;9.77;607.00;0.00;0.34 -10295;0;3790.00;9.70;1506.00;0.00;0.52 -10296;0;4034.00;9.97;898.00;0.00;0.32 -10297;0;4391.00;9.70;695.00;0.00;0.30 -10298;0;4702.00;9.70;933.00;0.00;0.20 -10299;0;3642.00;9.80;1561.00;0.00;0.28 -10300;0;4743.00;10.27;771.00;0.00;0.22 -10301;0;3616.00;10.47;1627.00;0.00;0.28 -10302;0;4713.00;10.20;824.00;0.00;0.40 -10303;0;1498.00;10.82;1633.00;0.00;0.32 -10304;0;4492.00;12.17;1134.00;0.00;0.38 -10305;0;941.00;14.05;1595.00;0.00;0.60 -10306;0;4715.32;10.00;868.16;0.00;0.28 -10307;0;4471.00;9.70;535.00;0.00;0.20 -10308;0;3928.00;9.80;1551.00;0.00;0.40 -10309;0;4491.00;11.37;903.00;0.00;0.28 -10310;0;4562.00;10.30;605.00;0.00;0.26 -10311;0;3997.00;11.20;964.00;0.00;0.36 -10312;0;3798.00;10.00;1568.00;0.00;0.44 -10313;0;4428.00;9.97;677.00;0.00;0.54 -10314;0;3698.00;10.52;1653.00;0.00;0.30 -10315;0;4211.00;21.90;1270.00;0.00;0.82 -10316;0;4893.00;10.40;444.00;0.00;0.34 -10317;0;4441.00;9.60;818.00;0.00;0.22 -10318;0;1725.00;10.10;1650.00;0.00;0.34 -10319;0;5261.00;9.50;518.00;0.00;0.40 -10320;0;1686.00;11.12;1663.00;0.00;0.34 -10321;0;4269.78;10.20;758.48;0.00;0.48 -10322;0;4435.00;9.70;596.00;0.00;0.24 -10323;0;3200.00;10.30;1662.00;0.00;0.26 -10324;0;4016.00;11.35;937.00;0.00;0.34 -10325;0;4637.00;10.35;685.00;0.00;0.26 -10326;0;4449.00;10.70;936.00;0.00;0.28 -10327;0;944.00;11.05;1689.00;0.00;0.36 -10328;0;4777.00;10.25;767.00;0.00;0.18 -10329;0;3733.00;13.80;1627.00;0.00;0.42 -10330;0;4391.00;10.60;956.00;0.00;0.18 -10331;0;4634.00;12.87;1357.00;0.00;0.22 -10332;0;4088.00;10.82;1040.00;0.00;0.46 -10333;0;1326.00;10.30;1547.00;0.00;0.28 -10334;0;5538.00;10.50;219.00;0.00;0.32 -10335;0;4519.00;10.72;1097.00;0.00;0.36 -10336;0;5013.00;9.90;285.00;0.00;0.98 -10337;0;1315.00;10.27;1357.00;0.00;0.38 -10338;0;5024.00;10.40;446.00;0.00;0.28 -10339;0;1403.00;10.00;1561.00;0.00;0.26 -10340;0;1257.00;11.15;1496.00;0.00;0.50 -10341;0;1393.00;12.20;1608.00;0.00;0.40 -10342;0;4799.00;9.72;625.00;0.00;0.18 -10343;0;1567.00;12.02;1504.00;0.00;0.40 -10344;0;4298.00;10.02;954.00;0.00;0.30 -10345;0;2206.00;10.72;735.00;0.00;0.52 -10346;0;4396.00;13.70;1041.00;0.00;0.36 -10347;0;1959.00;9.70;310.00;0.00;0.48 -10348;0;3684.00;10.00;1357.00;0.00;0.44 -10349;0;4218.00;13.87;1080.00;0.00;0.28 -10350;0;5030.00;10.60;427.00;0.00;0.44 -10351;0;3689.00;14.37;1285.00;0.00;0.26 -10352;0;1453.00;10.25;1374.00;0.00;0.26 -10353;0;3829.00;11.30;1407.00;0.00;0.44 -10354;0;4372.00;11.22;643.00;0.00;0.38 -10355;0;1377.00;9.70;1422.00;0.00;0.36 -10356;0;4385.00;10.82;939.00;0.00;0.40 -10357;0;3755.00;10.52;1283.00;0.00;0.50 -10358;0;4141.00;10.50;1015.00;0.00;0.32 -10359;0;3670.00;10.05;1308.00;0.00;0.56 -10360;0;2076.00;12.60;505.00;0.00;0.42 -10361;0;4145.00;10.15;1069.00;0.00;0.32 -10362;0;1920.00;9.60;296.00;0.00;0.32 -10363;0;4646.00;12.75;1403.00;0.00;0.40 -10364;0;4578.00;10.97;1215.00;0.00;0.28 -10365;0;5048.00;10.37;415.00;0.00;0.28 -10366;0;3862.00;10.20;1375.00;0.00;0.48 -10367;0;4542.00;12.35;1278.00;0.00;0.36 -10368;0;4855.00;10.87;1463.00;0.00;0.32 -10369;0;4967.00;10.25;617.00;0.00;0.34 -10370;0;1350.00;10.50;1487.00;0.00;0.34 -10371;0;4354.00;10.92;957.00;0.00;0.40 -10372;0;4597.00;12.65;1400.00;0.00;0.36 -10373;0;5543.00;9.50;209.00;0.00;0.24 -10374;0;1572.00;9.80;1224.00;0.00;0.34 -10375;0;1820.00;9.80;288.00;0.00;0.46 -10376;0;4816.00;12.52;1407.00;0.00;0.32 -10377;0;4547.00;9.90;1086.00;0.00;0.28 -10378;0;5045.00;10.77;401.00;0.00;0.26 -10379;0;4822.00;10.60;1444.00;0.00;0.44 -10380;0;1473.00;10.22;1369.00;0.00;0.38 -10381;0;1653.00;10.97;1618.00;0.00;0.30 -10382;0;4379.00;11.65;632.00;0.00;0.24 -10383;0;3406.00;11.40;1206.00;0.00;0.42 -10384;0;4398.00;10.15;932.00;0.00;0.34 -10385;0;3637.00;10.25;1258.00;0.00;0.28 -10386;0;4296.00;9.97;1009.00;0.00;0.32 -10387;0;978.00;12.85;1456.00;0.00;0.36 -10388;0;5126.00;11.10;165.00;0.00;0.38 -10389;0;4195.00;11.87;1072.00;0.00;0.36 -10390;0;1848.00;9.72;293.00;0.00;0.68 -10391;0;1338.00;10.17;1534.00;0.00;0.36 -10392;0;2172.00;11.05;651.00;0.00;0.58 -10393;0;1389.00;10.10;1561.00;0.00;0.36 -10394;0;1510.00;10.60;1431.00;0.00;0.28 -10395;0;3725.00;9.65;1389.00;0.00;0.42 -10396;0;4979.00;11.12;602.00;0.00;0.36 -10397;0;4605.00;13.40;1345.00;0.00;0.28 -10398;0;4379.00;10.27;917.00;0.00;0.32 -10399;0;3441.00;14.42;1304.00;0.00;0.32 -10400;0;3242.00;13.85;227.00;0.00;0.70 -10401;0;4081.00;10.30;1002.00;0.00;0.34 -10402;0;1866.00;9.70;283.00;0.00;0.48 -10403;0;3474.00;15.55;1344.00;0.00;0.26 -10404;0;4522.00;10.02;1061.00;0.00;0.22 -10405;0;2029.00;10.75;424.00;0.00;0.40 -10406;0;3663.00;10.17;1354.00;0.00;0.56 -10407;0;1488.00;10.27;1367.00;0.00;0.34 -10408;0;3947.00;15.52;1356.00;0.00;0.48 -10409;0;4837.00;11.37;598.00;0.00;0.36 -10410;0;1390.00;10.30;1412.00;0.00;0.36 -10411;0;4377.00;9.80;902.00;0.00;0.30 -10412;0;1569.00;10.00;1492.00;0.00;0.24 -10413;0;4370.00;12.82;1007.00;0.00;0.36 -10414;0;3762.00;9.80;1302.00;0.00;0.56 -10415;0;3107.00;11.07;128.00;0.00;1.04 -10416;0;4211.00;9.85;1058.00;0.00;0.32 -10417;0;3935.00;18.70;1276.00;0.00;0.56 -10418;0;1823.00;9.80;269.00;0.00;0.50 -10419;0;2187.00;10.15;620.00;0.00;0.46 -10420;0;3814.00;11.75;1371.00;0.00;0.60 -10421;0;4570.00;12.92;1258.00;0.00;0.32 -10422;0;940.00;13.65;1548.00;0.00;0.38 -10423;0;5015.00;10.65;594.00;0.00;0.50 -10424;0;4551.00;13.85;1340.00;0.00;0.46 -10425;0;4413.00;10.10;902.00;0.00;0.32 -10426;0;4672.00;10.75;1381.00;0.00;0.26 -10427;0;5103.00;12.02;149.00;0.00;0.44 -10428;0;4122.00;10.65;995.00;0.00;0.40 -10429;0;4671.00;12.00;1408.00;0.00;0.42 -10430;0;5143.00;11.52;238.00;0.00;0.36 -10431;0;4499.00;11.85;1053.00;0.00;0.36 -10432;0;2100.00;12.30;498.00;0.00;0.40 -10433;0;4781.00;10.50;1425.00;0.00;0.30 -10434;0;4598.00;9.70;1187.00;0.00;0.26 -10435;0;3720.00;9.80;1372.00;0.00;0.40 -10436;0;4944.00;17.70;590.00;0.00;0.42 -10437;0;1520.00;9.90;1404.00;0.00;0.38 -10438;0;4411.00;9.92;889.00;0.00;0.24 -10439;0;1551.00;11.35;1483.00;0.00;0.18 -10440;0;1681.88;9.60;1223.79;0.00;0.52 -10441;0;1530.00;11.35;1517.00;0.00;0.30 -10442;0;3114.00;12.20;165.00;0.00;0.84 -10443;0;4199.00;9.90;1058.00;0.00;0.28 -10444;0;5010.00;10.50;1376.00;0.00;0.32 -10445;0;5155.00;11.87;228.00;0.00;0.34 -10446;0;4586.00;10.35;1179.00;0.00;0.30 -10447;0;1998.00;9.50;368.00;0.00;0.72 -10448;0;1462.00;10.10;1524.00;0.00;0.28 -10449;0;1386.00;10.37;1389.00;0.00;0.38 -10450;0;4699.00;12.05;595.00;0.00;0.28 -10451;0;4531.00;13.55;1322.00;0.00;0.40 -10452;0;3838.00;10.80;1441.00;0.00;0.52 -10453;0;4462.00;9.80;875.00;0.00;0.22 -10454;0;3551.00;14.65;1304.00;0.00;0.34 -10455;0;5081.00;10.05;131.00;0.00;0.38 -10456;0;4386.00;11.60;968.00;0.00;0.22 -10457;0;1399.00;10.57;1531.00;0.00;0.34 -10458;0;5156.00;10.95;217.00;0.00;0.36 -10459;0;4465.00;11.00;1038.00;0.00;0.34 -10460;0;5101.00;10.75;330.00;0.00;0.42 -10461;0;1432.00;10.40;1555.00;0.00;0.26 -10462;0;4593.00;9.80;1165.00;0.00;0.26 -10463;0;4841.00;10.50;1442.00;0.00;0.30 -10464;0;4679.00;12.20;595.00;0.00;0.26 -10465;0;1528.00;9.75;1410.00;0.00;0.30 -10466;0;4916.00;10.35;1468.00;0.00;0.32 -10467;0;4425.00;9.92;872.00;0.00;0.24 -10468;0;1537.00;11.32;1474.00;0.00;0.26 -10469;0;4092.00;11.85;966.00;0.00;0.32 -10470;0;3789.00;9.92;1330.00;0.00;0.48 -10471;0;4115.00;12.95;1039.00;0.00;0.34 -10472;0;3478.00;14.75;1331.00;0.00;0.24 -10473;0;4719.00;10.80;240.00;0.00;0.72 -10474;0;4543.00;12.05;1177.00;0.00;0.36 -10475;0;5124.00;9.70;306.00;0.00;0.40 -10476;0;3793.00;12.97;1230.00;0.00;0.54 -10477;0;1370.00;10.50;1456.00;0.00;0.40 -10478;0;1387.00;10.15;1577.00;0.00;0.38 -10479;0;4561.00;11.10;526.00;0.00;0.24 -10480;0;4586.00;13.57;1317.00;0.00;0.34 -10481;0;1691.00;11.70;1629.00;0.00;0.32 -10482;0;1590.00;9.82;998.00;0.00;0.52 -10483;0;967.00;12.57;1445.00;0.00;0.28 -10484;0;1717.00;9.77;1176.00;0.00;0.36 -10485;0;3711.00;9.75;1354.00;0.00;0.54 -10486;0;4289.00;10.20;1039.00;0.00;0.44 -10487;0;5110.00;10.50;307.00;0.00;0.38 -10488;0;3915.00;13.87;1336.00;0.00;0.48 -10489;0;1546.00;9.60;1317.00;0.00;0.34 -10490;0;4374.00;13.40;1254.00;0.00;0.60 -10491;0;4547.00;10.32;529.00;0.00;0.20 -10492;0;1495.00;10.32;1407.00;0.00;0.30 -10493;0;3206.00;10.57;1671.00;0.00;0.28 -10494;0;1604.00;9.80;955.00;0.00;0.36 -10495;0;1530.00;10.82;1461.00;0.00;0.32 -10496;0;4400.00;10.80;961.00;0.00;0.28 -10497;0;3454.00;16.15;1290.00;0.00;0.32 -10498;0;1539.00;9.70;1233.00;0.00;0.36 -10499;0;4639.00;12.75;1386.00;0.00;0.38 -10500;0;5134.00;11.12;209.00;0.00;0.34 -10501;0;4601.00;10.42;1106.00;0.00;0.26 -10502;0;1903.00;9.70;326.00;0.00;0.56 -10503;0;4814.00;11.05;1418.00;0.00;0.32 -10504;0;1306.00;10.37;1376.00;0.00;0.40 -10505;0;5001.00;9.90;518.00;0.00;0.28 -10506;0;3906.00;10.62;1405.00;0.00;0.48 -10507;0;4555.00;14.42;1312.00;0.00;0.32 -10508;0;3867.00;10.40;1433.00;0.00;0.58 -10509;0;4322.00;11.85;723.00;0.00;0.32 -10510;0;3693.00;12.20;1296.00;0.00;0.46 -10511;0;4043.00;10.30;959.00;0.00;0.34 -10512;0;5025.00;11.95;1379.00;0.00;0.34 -10513;0;2079.00;12.20;490.00;0.00;0.34 -10514;0;4254.00;11.22;1049.00;0.00;0.36 -10515;0;1876.00;9.70;317.00;0.00;0.66 -10516;0;1348.00;11.75;1547.00;0.00;0.28 -10517;0;4552.00;9.95;1116.00;0.00;0.32 -10518;0;4897.00;10.27;426.00;0.00;0.32 -10519;0;4858.00;11.77;1438.00;0.00;0.36 -10520;0;1439.00;10.25;1378.00;0.00;0.30 -10521;0;4900.00;10.35;1470.00;0.00;0.36 -10522;0;4353.00;11.62;676.00;0.00;0.38 -10523;0;3563.00;14.67;1251.00;0.00;0.34 -10524;0;4497.00;10.72;1635.00;0.00;0.60 -10525;0;3231.00;12.10;285.00;0.00;0.96 -10526;0;1376.00;10.22;1627.00;0.00;0.38 -10527;0;1050.00;10.95;2032.00;0.00;0.92 -10528;0;4468.00;12.77;1547.00;0.00;0.56 -10529;0;3996.00;10.30;1705.00;0.00;0.70 -10530;0;3930.00;16.90;1350.00;0.00;0.48 -10531;0;4138.00;13.80;1534.00;0.00;0.76 -10532;0;1248.00;11.40;1530.00;0.00;0.50 -10533;0;4063.00;10.25;1737.00;0.00;0.76 -10534;0;1845.00;10.20;1762.00;0.00;0.80 -10535;0;1117.00;14.92;1552.00;0.00;0.40 -10536;0;3993.00;9.75;1872.00;0.00;1.14 -10537;0;4070.00;9.80;1593.00;0.00;0.56 -10538;0;3163.00;12.80;397.00;0.00;0.96 -10539;0;4219.00;17.62;1480.00;0.00;0.52 -10540;0;5296.00;11.90;1842.00;0.00;3.16 -10541;0;4704.00;11.85;1575.00;0.00;0.54 -10542;0;3826.00;9.75;1649.00;0.00;0.36 -10543;0;4394.00;13.80;1560.00;0.00;0.66 -10544;0;4268.00;10.75;1709.00;0.00;0.68 -10545;0;4161.00;13.35;1358.00;0.00;0.46 -10546;0;4071.00;9.90;1573.00;0.00;0.50 -10547;0;4017.00;10.60;1398.00;0.00;0.56 -10548;0;815.00;13.40;1824.00;0.00;1.16 -10549;0;4361.00;12.40;1607.00;0.00;0.52 -10550;0;4038.00;10.70;1434.00;0.00;0.50 -10551;0;3726.00;12.00;1805.00;0.00;0.78 -10552;0;1104.00;12.27;1738.00;0.00;0.66 -10553;0;5071.00;11.82;90.00;0.00;0.42 -10554;0;4471.00;14.37;1507.00;0.00;0.74 -10555;0;4069.00;10.40;1644.00;0.00;0.48 -10556;0;1008.00;16.37;1607.00;0.00;0.64 -10557;0;4593.00;10.75;1780.00;0.00;1.18 -10558;0;4429.00;12.85;1365.00;0.00;0.64 -10559;0;4675.00;11.37;1573.00;0.00;0.68 -10560;0;4302.00;14.27;1403.00;0.00;0.60 -10561;0;4091.00;10.40;1810.00;0.00;0.72 -10562;0;4341.00;13.97;1592.00;0.00;0.52 -10563;0;4272.00;13.10;1461.00;0.00;0.62 -10564;0;4051.00;9.70;1944.00;0.00;1.74 -10565;0;4641.00;11.95;1617.00;0.00;0.64 -10566;0;3294.00;10.85;251.00;0.00;0.54 -10567;0;4718.00;11.40;1502.00;0.00;0.62 -10568;0;3930.00;9.80;1615.00;0.00;0.52 -10569;0;1269.00;10.70;1608.00;0.00;0.56 -10570;0;4335.00;10.30;1663.00;0.00;0.58 -10571;0;4984.00;9.70;1556.00;0.00;0.52 -10572;0;4943.00;11.35;1717.00;0.00;1.32 -10573;0;1092.00;15.85;1476.00;0.00;0.48 -10574;0;4636.00;13.20;1573.00;0.00;0.68 -10575;0;4549.00;12.62;1431.00;0.00;0.66 -10576;0;4177.00;9.80;1738.00;0.00;0.62 -10577;0;4938.00;9.67;1601.00;0.00;0.88 -10578;0;4576.00;12.30;1468.00;0.00;0.42 -10579;0;3654.00;9.90;1829.00;0.00;0.74 -10580;0;4203.00;11.65;1614.00;0.00;0.54 -10581;0;5085.00;13.77;99.00;0.00;0.36 -10582;0;1059.00;9.82;1572.00;0.00;0.42 -10583;0;4601.00;12.75;1674.00;0.00;0.64 -10584;0;4056.00;10.20;1511.00;0.00;0.44 -10585;0;1238.00;11.15;1922.00;0.00;1.48 -10586;0;1421.00;10.37;1482.00;0.00;0.26 -10587;0;1167.00;12.45;1646.00;0.00;0.38 -10588;0;1161.00;17.50;1522.00;0.00;0.40 -10589;0;4760.00;10.10;1811.00;0.00;1.12 -10590;0;4884.00;10.70;1608.00;0.00;0.58 -10591;0;1013.00;16.37;1530.00;0.00;0.58 -10592;0;3906.00;9.80;1806.00;0.00;0.60 -10593;0;1088.00;12.90;1708.00;0.00;0.54 -10594;0;3267.00;12.70;476.00;0.00;0.80 -10595;0;1290.00;10.57;1607.00;0.00;0.48 -10596;0;4468.00;11.75;1638.00;0.00;0.74 -10597;0;4322.00;15.87;1525.00;0.00;0.54 -10598;0;4943.00;11.52;1655.00;0.00;0.82 -10599;0;1416.00;10.47;1671.00;0.00;0.54 -10600;0;3921.00;9.80;1669.00;0.00;0.62 -10601;0;3880.00;10.40;1346.00;0.00;0.36 -10602;0;1028.00;16.75;1630.00;0.00;0.58 -10603;0;3945.00;10.77;1389.00;0.00;0.56 -10604;0;3838.00;9.70;1716.00;0.00;0.66 -10605;0;1361.00;10.40;1864.00;0.00;1.56 -10606;0;1254.00;11.20;1549.00;0.00;0.34 -10607;0;4226.00;10.57;1871.00;0.00;1.52 -10608;0;4789.00;10.80;1655.00;0.00;0.88 -10609;0;5578.00;11.87;155.00;0.00;0.30 -10610;0;4121.00;10.77;1462.00;0.00;0.46 -10611;0;1154.00;12.55;1755.00;0.00;0.74 -10612;0;4629.00;12.27;1497.00;0.00;0.60 -10613;0;4179.00;9.80;1676.00;0.00;0.74 -10614;0;4195.00;12.00;1359.00;0.00;0.66 -10615;0;1420.00;9.97;1456.00;0.00;0.30 -10616;0;4471.00;12.75;1079.00;0.00;0.40 -10617;0;4101.00;10.17;1703.00;0.00;0.70 -10618;0;1305.00;10.45;1668.00;0.00;0.44 -10619;0;4038.00;10.60;1414.00;0.00;0.52 -10620;0;3863.00;10.30;1794.00;0.00;0.66 -10621;0;1549.00;10.80;1743.00;0.00;0.66 -10622;0;5095.00;9.82;86.00;0.00;0.28 -10623;0;4386.00;14.37;1488.00;0.00;0.68 -10624;0;1113.00;13.05;1702.00;0.00;0.60 -10625;0;965.00;13.85;1590.00;0.00;0.48 -10626;0;3983.00;9.80;1652.00;0.00;0.56 -10627;0;4292.00;13.65;1544.00;0.00;0.46 -10628;0;4445.00;11.10;1745.00;0.00;1.06 -10629;0;4481.00;14.12;1351.00;0.00;0.50 -10630;0;3995.00;10.42;1552.00;0.00;0.42 -10631;0;4404.00;10.60;1768.00;0.00;1.12 -10632;0;4475.00;13.32;1404.00;0.00;0.70 -10633;0;3948.00;10.32;1567.00;0.00;0.52 -10634;0;4304.00;13.80;1426.00;0.00;0.54 -10635;0;4152.00;9.75;1830.00;0.00;1.02 -10636;0;2216.00;14.45;2019.00;0.00;1.36 -10637;0;5080.00;9.67;79.00;0.00;0.36 -10638;0;4684.00;13.12;1476.00;0.00;0.84 -10639;0;4233.00;11.00;1638.00;0.00;0.50 -10640;0;1149.00;15.05;1580.00;0.00;0.64 -10641;0;4810.00;10.85;1788.00;0.00;1.04 -10642;0;1164.00;16.87;1475.00;0.00;0.44 -10643;0;4625.00;12.25;1599.00;0.00;0.58 -10644;0;907.00;12.95;1811.00;0.00;0.76 -10645;0;1117.00;14.90;1472.00;0.00;0.60 -10646;0;4268.00;12.50;1562.00;0.00;0.64 -10647;0;4575.00;13.10;1449.00;0.00;0.60 -10648;0;3749.00;10.12;1738.00;0.00;0.50 -10649;0;4224.00;11.05;1594.00;0.00;0.54 -10650;0;5513.00;10.80;114.00;0.00;0.44 -10651;0;1037.00;13.12;1540.00;0.00;0.52 -10652;0;4120.00;10.52;1614.00;0.00;0.42 -10653;0;4039.00;10.17;1491.00;0.00;0.36 -10654;0;4540.00;12.15;1675.00;0.00;0.46 -10655;0;4823.00;10.97;1516.00;0.00;0.44 -10656;0;1201.00;10.90;1809.00;0.00;0.78 -10657;0;1487.00;10.87;1472.00;0.00;0.30 -10658;0;4537.00;11.87;1568.00;0.00;0.70 -10659;0;3952.00;10.40;1702.00;0.00;0.52 -10660;0;3915.00;13.90;1357.00;0.00;0.60 -10661;0;4380.00;13.57;1590.00;0.00;0.72 -10662;0;1060.00;16.95;1522.00;0.00;0.58 -10663;0;4074.00;9.70;1785.00;0.00;0.72 -10664;0;4384.00;11.50;1620.00;0.00;0.60 -10665;0;5056.00;9.70;37.00;0.00;0.50 -10666;0;1313.00;10.50;1584.00;0.00;0.44 -10667;0;4835.00;12.20;1652.00;0.00;0.86 -10668;0;3178.00;12.65;215.00;0.00;1.08 -10669;0;4275.00;13.30;1499.00;0.00;0.44 -10670;0;3895.00;10.00;1658.00;0.00;0.52 -10671;0;3847.00;11.77;1307.00;0.00;0.32 -10672;0;1060.00;16.35;1621.00;0.00;0.58 -10673;0;4171.00;10.00;1713.00;0.00;0.74 -10674;0;4164.00;10.60;1401.00;0.00;0.56 -10675;0;4768.00;11.20;1545.00;0.00;0.72 -10676;0;1301.00;10.55;1554.00;0.00;0.56 -10677;0;3746.00;13.82;1847.00;0.00;0.92 -10678;0;4780.00;10.20;1597.00;0.00;0.72 -10679;0;416.00;13.60;1994.00;0.00;0.88 -10680;0;4057.00;11.30;1451.00;0.00;0.50 -10681;0;4664.00;12.35;1632.00;0.00;0.70 -10682;0;5098.00;10.70;134.00;0.00;0.40 -10683;0;4567.00;12.27;1520.00;0.00;0.62 -10684;0;1063.00;12.20;1773.00;0.00;0.72 -10685;0;1286.00;10.37;1663.00;0.00;0.44 -10686;0;4156.00;10.25;1684.00;0.00;0.58 -10687;0;965.00;10.72;1661.00;0.00;0.26 -10688;0;4476.00;10.40;1774.00;0.00;0.96 -10689;0;4399.00;13.10;1380.00;0.00;0.76 -10690;0;937.00;10.82;1662.00;0.00;0.38 -10691;0;4159.00;12.35;1421.00;0.00;0.58 -10692;0;3933.00;9.70;1756.00;0.00;0.50 -10693;0;970.00;12.15;1708.00;0.00;0.36 -10694;0;292.00;9.70;1861.00;0.00;1.10 -10695;0;4291.00;13.77;1445.00;0.00;0.50 -10696;0;3962.00;10.32;1629.00;0.00;0.52 -10697;0;3175.00;13.25;151.00;0.00;0.86 -10698;0;4833.00;11.52;1486.00;0.00;0.48 -10699;0;4423.00;11.20;1697.00;0.00;0.82 -10700;0;1633.00;10.30;1685.00;0.00;0.56 -10701;0;4853.00;10.87;1784.00;0.00;1.32 -10702;0;1257.00;10.92;1459.00;0.00;0.34 -10703;0;843.00;14.37;2013.00;0.00;1.70 -10704;0;4427.00;14.90;1430.00;0.00;0.52 -10705;0;4195.00;9.80;1750.00;0.00;0.70 -10706;0;1166.00;12.57;1690.00;0.00;0.56 -10707;0;633.00;9.50;1954.00;0.00;0.64 -10708;0;4586.00;11.75;1488.00;0.00;0.52 -10709;0;1230.00;12.22;1695.00;0.00;0.54 -10710;0;5584.00;10.42;170.00;0.00;0.34 -10711;0;1136.00;14.17;1600.00;0.00;0.46 -10712;0;4209.00;10.90;1631.00;0.00;0.50 -10713;0;4163.00;16.30;1514.00;0.00;0.80 -10714;0;4730.00;11.65;1707.00;0.00;0.70 -10715;0;1754.00;11.47;1754.00;0.00;1.02 -10716;0;3743.00;10.05;1718.00;0.00;0.46 -10717;0;1336.00;10.12;1519.00;0.00;0.28 -10718;0;1467.00;10.90;1724.00;0.00;0.66 -10719;0;1309.00;10.40;1648.00;0.00;0.50 -10720;0;3786.00;10.35;1732.00;0.00;0.72 -10721;0;1322.00;9.70;2012.00;0.00;1.72 -10722;0;4854.00;10.30;1478.00;0.00;0.50 -10723;0;3717.00;9.70;1873.00;0.00;0.92 -10724;0;4460.00;13.02;1304.00;0.00;0.50 -10725;0;2743.00;10.20;962.00;0.00;1.36 -10726;0;4389.00;14.20;1099.00;0.00;0.46 -10727;0;1444.00;10.40;1497.00;0.00;0.30 -10728;0;1470.00;11.02;1081.00;0.00;0.64 -10729;0;3995.00;11.52;1152.00;0.00;0.40 -10730;0;1257.00;11.07;1146.00;0.00;0.56 -10731;0;2780.00;11.50;1154.00;0.00;0.90 -10732;0;1286.00;11.35;1190.00;0.00;0.54 -10733;0;4479.00;13.85;1223.00;0.00;0.30 -10734;0;3391.00;14.20;763.00;0.00;0.86 -10735;0;3879.00;9.80;1108.00;0.00;0.48 -10736;0;1797.00;10.50;983.00;0.00;0.68 -10737;0;3884.00;18.85;1231.00;0.00;0.50 -10738;0;1213.00;14.50;1265.00;0.00;0.64 -10739;0;3225.00;11.07;871.00;0.00;0.72 -10740;0;1163.00;13.15;1386.00;0.00;0.42 -10741;0;4274.00;20.37;1143.00;0.00;0.72 -10742;0;3798.00;10.20;1284.00;0.00;0.56 -10743;0;3334.00;10.60;884.00;0.00;0.52 -10744;0;3483.00;10.30;1164.00;0.00;0.74 -10745;0;3316.00;10.70;989.00;0.00;0.60 -10746;0;1212.00;12.35;1312.00;0.00;0.48 -10747;0;1649.00;13.90;947.00;0.00;0.66 -10748;0;3457.00;12.35;1030.00;0.00;0.54 -10749;0;2932.00;14.07;1049.00;0.00;1.92 -10750;0;4341.00;14.60;1263.00;0.00;0.48 -10751;0;4111.00;10.15;1073.00;0.00;0.32 -10752;0;3487.00;11.42;871.00;0.00;0.62 -10753;0;1423.00;10.40;1443.00;0.00;0.32 -10754;0;3120.00;10.05;1101.00;0.00;0.94 -10755;0;4191.00;22.07;1197.00;0.00;0.98 -10756;0;4017.00;10.50;896.00;0.00;0.32 -10757;0;4534.00;11.15;1151.00;0.00;0.34 -10758;0;2940.00;10.70;876.00;0.00;0.80 -10759;0;3702.00;12.07;1185.00;0.00;0.52 -10760;0;3711.00;13.60;1023.00;0.00;0.52 -10761;0;3425.00;10.10;651.00;0.00;0.64 -10762;0;2697.00;10.60;747.00;0.00;0.80 -10763;0;4455.00;13.60;1098.00;0.00;0.40 -10764;0;3225.00;11.60;761.00;0.00;0.98 -10765;0;1084.00;10.75;1354.00;0.00;0.56 -10766;0;3224.00;11.70;613.00;0.00;0.82 -10767;0;1845.00;9.70;1015.00;0.00;0.48 -10768;0;3622.00;16.75;1249.00;0.00;0.46 -10769;0;1255.00;9.95;1290.00;0.00;0.60 -10770;0;4381.00;12.75;1326.00;0.00;0.60 -10771;0;2677.00;10.10;915.00;0.00;0.72 -10772;0;3971.00;9.92;1150.00;0.00;0.54 -10773;0;1290.00;15.25;1151.00;0.00;0.46 -10774;0;3550.00;9.70;1184.00;0.00;0.52 -10775;0;3444.00;12.10;751.00;0.00;0.72 -10776;0;4385.00;12.20;1009.00;0.00;0.50 -10777;0;3484.00;12.20;817.00;0.00;0.58 -10778;0;1309.00;10.40;1404.00;0.00;0.34 -10779;0;2646.00;10.10;1049.00;0.00;1.04 -10780;0;2999.00;10.32;882.00;0.00;0.84 -10781;0;3893.00;12.65;1249.00;0.00;0.44 -10782;0;3775.00;13.82;1100.00;0.00;0.74 -10783;0;1042.00;10.42;1407.00;0.00;0.56 -10784;0;3351.00;10.90;898.00;0.00;0.60 -10785;0;3144.00;9.70;1130.00;0.00;0.56 -10786;0;3483.00;12.47;973.00;0.00;0.80 -10787;0;4395.00;18.97;1196.00;0.00;0.56 -10788;0;2775.00;10.20;931.00;0.00;0.60 -10789;0;3852.00;14.87;1194.00;0.00;0.64 -10790;0;1626.00;14.00;937.00;0.00;0.48 -10791;0;3585.00;10.07;1052.00;0.00;0.56 -10792;0;1722.00;9.90;909.00;0.00;0.90 -10793;0;3507.00;10.30;1220.00;0.00;0.46 -10794;0;4025.00;10.00;1110.00;0.00;0.44 -10795;0;3303.00;10.62;856.00;0.00;0.46 -10796;0;4309.00;19.10;1275.00;0.00;0.58 -10797;0;3609.00;11.42;1128.00;0.00;0.66 -10798;0;1273.00;10.70;1464.00;0.00;0.42 -10799;0;3995.00;11.05;901.00;0.00;0.40 -10800;0;1193.00;12.65;1310.00;0.00;0.52 -10801;0;4060.00;10.65;1025.00;0.00;0.46 -10802;0;4061.00;22.87;1204.00;0.00;0.86 -10803;0;2739.00;9.67;740.00;0.00;0.52 -10804;0;3460.00;10.42;1257.00;0.00;0.46 -10805;0;2972.00;10.47;877.00;0.00;0.68 -10806;0;3748.00;16.60;1225.00;0.00;0.46 -10807;0;4027.00;10.87;1081.00;0.00;0.44 -10808;0;4023.00;10.55;844.00;0.00;0.28 -10809;0;1127.00;13.57;1379.00;0.00;0.68 -10810;0;4276.00;15.50;1116.00;0.00;0.44 -10811;0;3482.00;10.20;1266.00;0.00;0.38 -10812;0;2680.00;10.25;890.00;0.00;0.68 -10813;0;3879.00;10.57;1123.00;0.00;0.42 -10814;0;2610.00;12.80;952.00;0.00;0.88 -10815;0;3435.00;11.70;1160.00;0.00;0.72 -10816;0;4004.00;10.80;1038.00;0.00;0.32 -10817;0;4364.00;20.30;1205.00;0.00;0.46 -10818;0;3575.00;10.30;773.00;0.00;0.68 -10819;0;4437.00;16.05;1092.00;0.00;0.42 -10820;0;2966.00;15.40;798.00;0.00;0.74 -10821;0;3998.00;19.77;1251.00;0.00;0.76 -10822;0;4504.00;11.00;1120.00;0.00;0.30 -10823;0;1821.00;9.80;1013.00;0.00;0.68 -10824;0;1440.00;11.82;1454.00;0.00;0.26 -10825;0;4088.00;17.92;1134.00;0.00;0.64 -10826;0;3912.00;19.17;1241.00;0.00;0.52 -10827;0;3256.00;10.95;836.00;0.00;0.76 -10828;0;3675.00;14.40;1176.00;0.00;0.56 -10829;0;2661.00;11.47;858.00;0.00;0.68 -10830;0;1150.00;13.55;1329.00;0.00;0.56 -10831;0;2939.00;9.87;742.00;0.00;0.68 -10832;0;1245.00;12.50;1165.00;0.00;0.44 -10833;0;3511.00;14.37;810.00;0.00;0.44 -10834;0;4280.00;16.60;1270.00;0.00;0.70 -10835;0;3412.00;11.50;1065.00;0.00;0.46 -10836;0;2789.00;10.25;843.00;0.00;0.94 -10837;0;3607.00;12.65;1241.00;0.00;0.38 -10838;0;2688.00;10.45;1057.00;0.00;1.12 -10839;0;4225.00;13.25;1392.00;0.00;0.38 -10840;0;3490.00;14.10;895.00;0.00;0.52 -10841;0;4408.00;13.40;1143.00;0.00;0.38 -10842;0;1380.00;15.82;1115.00;0.00;0.50 -10843;0;3944.00;10.45;1134.00;0.00;0.50 -10844;0;3315.00;10.32;1016.00;0.00;0.50 -10845;0;3357.00;11.42;483.00;0.00;0.78 -10846;0;1603.00;17.00;887.00;0.00;0.70 -10847;0;3916.00;11.40;1078.00;0.00;0.42 -10848;0;1060.00;9.87;1353.00;0.00;0.56 -10849;0;1824.00;10.55;949.00;0.00;0.82 -10850;0;3539.00;10.30;1107.00;0.00;0.58 -10851;0;3297.00;11.40;833.00;0.00;0.60 -10852;0;3862.00;15.97;1245.00;0.00;0.50 -10853;0;1184.00;16.12;1269.00;0.00;0.52 -10854;0;4478.00;14.70;1303.00;0.00;0.38 -10855;0;1729.00;10.90;1028.00;0.00;0.56 -10856;0;4330.00;21.02;1174.00;0.00;0.72 -10857;0;3193.00;11.97;799.00;0.00;0.86 -10858;0;3208.00;11.57;580.00;0.00;0.74 -10859;0;3335.00;11.20;748.00;0.00;1.02 -10860;0;3357.00;13.17;634.00;0.00;0.62 -10861;0;1294.00;10.45;1393.00;0.00;0.40 -10862;0;2796.00;9.87;746.00;0.00;0.54 -10863;0;4341.00;13.30;1051.00;0.00;0.48 -10864;0;1626.00;9.75;1006.00;0.00;0.56 -10865;0;4238.00;20.75;1272.00;0.00;0.90 -10866;0;3905.00;9.70;1096.00;0.00;0.52 -10867;0;1189.00;13.00;1439.00;0.00;0.40 -10868;0;2808.00;10.60;971.00;0.00;1.52 -10869;0;3215.00;9.80;1110.00;0.00;0.60 -10870;0;3520.00;11.70;963.00;0.00;0.70 -10871;0;1153.00;16.97;1284.00;0.00;0.58 -10872;0;4004.00;10.55;997.00;0.00;0.48 -10873;0;3681.00;12.80;1202.00;0.00;0.58 -10874;0;2018.00;9.50;839.00;0.00;1.24 -10875;0;2574.00;10.05;1017.00;0.00;1.24 -10876;0;3495.00;9.82;1179.00;0.00;0.50 -10877;0;3296.00;11.10;780.00;0.00;0.92 -10878;0;4147.00;11.27;1079.00;0.00;0.28 -10879;0;1829.00;10.30;981.00;0.00;0.80 -10880;0;4495.00;14.55;1274.00;0.00;0.40 -10881;0;3655.00;13.40;1126.00;0.00;0.64 -10882;0;3443.00;12.70;1247.00;0.00;0.34 -10883;0;3134.00;10.97;691.00;0.00;0.42 -10884;0;2982.00;11.12;1125.00;0.00;1.12 -10885;0;4126.00;12.30;1313.00;0.00;0.92 -10886;0;1389.00;10.20;1099.00;0.00;0.40 -10887;0;3965.00;11.60;1183.00;0.00;0.38 -10888;0;1606.00;10.55;843.00;0.00;0.78 -10889;0;1318.00;9.77;1157.00;0.00;0.52 -10890;0;3714.00;12.52;1205.00;0.00;0.46 -10891;0;3584.00;11.07;805.00;0.00;0.58 -10892;0;3466.00;11.87;1059.00;0.00;0.72 -10893;0;3076.00;11.22;967.00;0.00;1.36 -10894;0;1183.00;13.90;1378.00;0.00;0.60 -10895;0;1155.00;9.67;1243.00;0.00;0.56 -10896;0;3815.00;16.17;1227.00;0.00;0.40 -10897;0;4025.00;12.10;872.00;0.00;0.34 -10898;0;3918.00;10.60;1124.00;0.00;0.44 -10899;0;4406.00;12.72;1343.00;0.00;0.68 -10900;0;3243.00;10.85;919.00;0.00;1.02 -10901;0;3421.00;11.67;1134.00;0.00;0.52 -10902;0;3344.00;11.55;992.00;0.00;0.68 -10903;0;4382.00;19.50;1189.00;0.00;0.60 -10904;0;3679.00;10.35;1062.00;0.00;0.38 -10905;0;3979.00;15.70;1210.00;0.00;0.62 -10906;0;1946.00;9.80;946.00;0.00;0.68 -10907;0;3219.00;11.67;1031.00;0.00;1.06 -10908;0;3265.00;11.20;774.00;0.00;0.92 -10909;0;1484.00;11.27;1456.00;0.00;0.30 -10910;0;4120.00;19.32;1118.00;0.00;0.56 -10911;0;4125.00;22.12;1268.00;0.00;0.98 -10912;0;1812.00;11.87;1031.00;0.00;0.60 -10913;0;3698.00;16.47;1139.00;0.00;0.58 -10914;0;1119.00;15.00;1422.00;0.00;0.62 -10915;0;2644.00;11.52;883.00;0.00;0.96 -10916;0;1154.00;16.27;1309.00;0.00;0.44 -10917;0;2961.00;10.70;918.00;0.00;1.28 -10918;0;4229.00;21.40;1181.00;0.00;0.64 -10919;0;2841.00;10.42;769.00;0.00;0.32 -10920;0;4319.00;13.15;1038.00;0.00;0.36 -10921;0;3558.00;12.85;822.00;0.00;0.34 -10922;0;3600.00;13.22;1230.00;0.00;0.46 -10923;0;3509.00;11.20;1086.00;0.00;0.70 -10924;0;1814.00;10.60;585.00;0.00;0.46 -10925;0;4971.00;12.50;141.00;0.00;0.44 -10926;0;2157.00;11.80;697.00;0.00;0.62 -10927;0;4925.00;9.85;195.00;0.00;0.62 -10928;0;3503.00;9.80;689.00;0.00;0.64 -10929;0;3293.00;13.85;360.00;0.00;0.66 -10930;0;3293.00;13.62;452.00;0.00;0.92 -10931;0;2119.00;11.60;587.00;0.00;0.66 -10932;0;3322.00;12.97;588.00;0.00;0.94 -10933;0;2246.00;9.80;778.00;0.00;0.42 -10934;0;1883.00;10.40;833.00;0.00;0.78 -10935;0;1781.00;10.60;249.00;0.00;0.70 -10936;0;5029.00;10.70;321.00;0.00;0.76 -10937;0;4815.00;10.75;382.00;0.00;0.76 -10938;0;1796.00;12.37;577.00;0.00;0.58 -10939;0;2248.00;9.92;724.00;0.00;0.36 -10940;0;1712.00;10.25;655.00;0.00;0.76 -10941;0;5048.00;10.00;238.00;0.00;0.72 -10942;0;1590.00;11.10;802.00;0.00;0.92 -10943;0;1886.00;9.75;361.00;0.00;0.52 -10944;0;1819.00;10.47;496.00;0.00;0.62 -10945;0;2030.00;10.90;555.00;0.00;0.60 -10946;0;2203.00;10.07;673.00;0.00;0.56 -10947;0;2059.00;10.90;489.00;0.00;0.40 -10948;0;3002.00;11.27;665.00;0.00;0.96 -10949;0;4710.00;10.62;207.00;0.00;0.76 -10950;0;4694.00;11.02;302.00;0.00;0.62 -10951;0;3158.00;11.30;659.00;0.00;1.04 -10952;0;1739.00;20.60;572.00;0.00;0.80 -10953;0;1774.00;10.10;148.00;0.00;0.90 -10954;0;5049.00;14.30;548.00;0.00;0.44 -10955;0;4979.00;9.80;297.00;0.00;1.22 -10956;0;2004.00;10.10;750.00;0.00;1.24 -10957;0;3068.00;13.55;317.00;0.00;1.06 -10958;0;4777.00;9.90;363.00;0.00;0.66 -10959;0;1964.00;10.50;558.00;0.00;0.92 -10960;0;1752.00;9.80;718.00;0.00;1.16 -10961;0;1697.00;11.97;121.00;0.00;0.44 -10962;0;3387.00;14.62;656.00;0.00;0.80 -10963;0;3070.00;13.80;238.00;0.00;0.66 -10964;0;1740.00;12.62;350.00;0.00;0.56 -10965;0;1809.00;10.55;470.00;0.00;0.84 -10966;0;3056.00;14.02;450.00;0.00;1.04 -10967;0;2240.00;10.90;734.00;0.00;0.30 -10968;0;3015.00;10.52;566.00;0.00;0.58 -10969;0;4768.00;10.45;202.00;0.00;0.68 -10970;0;1629.00;9.95;769.00;0.00;0.90 -10971;0;4646.00;9.80;305.00;0.00;0.62 -10972;0;3371.00;11.70;448.00;0.00;0.98 -10973;0;1884.00;10.45;516.00;0.00;0.60 -10974;0;5108.00;11.72;523.00;0.00;0.28 -10975;0;1821.00;9.70;363.00;0.00;0.68 -10976;0;3439.00;9.70;625.00;0.00;0.54 -10977;0;5067.00;9.80;206.00;0.00;0.46 -10978;0;3034.00;12.30;305.00;0.00;1.02 -10979;0;4904.00;10.30;353.00;0.00;0.90 -10980;0;2133.00;9.50;502.00;0.00;0.28 -10981;0;1794.00;9.67;200.00;0.00;0.54 -10982;0;1825.00;9.85;649.00;0.00;1.02 -10983;0;4684.00;10.40;192.00;0.00;0.50 -10984;0;2134.00;10.42;739.00;0.00;0.92 -10985;0;1818.00;10.00;332.00;0.00;0.58 -10986;0;1843.00;10.40;455.00;0.00;0.84 -10987;0;1782.00;19.17;532.00;0.00;0.54 -10988;0;3317.00;11.82;518.00;0.00;0.94 -10989;0;2237.00;10.77;761.00;0.00;0.44 -10990;0;4997.00;13.80;586.00;0.00;0.42 -10991;0;5013.00;9.80;199.00;0.00;0.68 -10992;0;1729.00;18.22;311.00;0.00;0.66 -10993;0;3546.00;14.35;310.00;0.00;0.90 -10994;0;2012.00;10.40;522.00;0.00;0.46 -10995;0;2234.00;9.60;35.00;0.00;0.54 -10996;0;1771.00;9.95;630.00;0.00;0.80 -10997;0;4725.00;10.57;174.00;0.00;0.66 -10998;0;2238.00;10.00;711.00;0.00;0.40 -10999;0;2175.00;9.70;550.00;0.00;0.42 -11000;0;1712.00;11.62;433.00;0.00;0.46 -11001;0;1775.00;19.20;475.00;0.00;0.58 -11002;0;2185.00;9.80;593.00;0.00;0.52 -11003;0;2026.00;10.70;504.00;0.00;0.38 -11004;0;5014.00;15.50;572.00;0.00;0.44 -11005;0;1758.00;10.87;172.00;0.00;0.56 -11006;0;5082.00;10.62;254.00;0.00;0.58 -11007;0;1951.00;10.62;428.00;0.00;0.80 -11008;0;2040.00;11.32;486.00;0.00;0.48 -11009;0;1762.00;10.30;35.00;0.00;0.70 -11010;0;1866.00;10.65;659.00;0.00;1.10 -11011;0;4716.00;10.40;154.00;0.00;0.60 -11012;0;3057.00;10.97;725.00;0.00;1.18 -11013;0;4865.00;11.17;286.00;0.00;1.14 -11014;0;3457.00;9.90;683.00;0.00;0.52 -11015;0;3518.00;12.32;341.00;0.00;0.80 -11016;0;4789.00;10.45;415.00;0.00;0.62 -11017;0;3343.00;12.50;610.00;0.00;0.88 -11018;0;5037.00;14.62;570.00;0.00;0.46 -11019;0;5060.00;9.85;157.00;0.00;0.58 -11020;0;1576.00;15.02;822.00;0.00;0.56 -11021;0;1756.00;11.25;282.00;0.00;0.54 -11022;0;1784.00;10.15;377.00;0.00;0.72 -11023;0;1922.00;9.95;490.00;0.00;0.78 -11024;0;3262.00;10.50;1834.00;0.00;0.32 -11025;0;3559.00;9.87;1736.00;0.00;0.28 -11026;0;3057.00;12.60;1876.00;0.00;0.40 -11027;0;3487.00;9.80;1684.00;0.00;0.24 -11028;0;2972.00;12.27;1767.00;0.00;0.30 -11029;0;2953.00;10.47;1725.00;0.00;0.28 -11030;0;3255.00;10.67;1913.00;0.00;0.38 -11031;0;3315.00;11.27;1937.00;0.00;0.22 -11032;0;3275.00;10.40;1715.00;0.00;0.24 -11033;0;3196.00;10.50;1791.00;0.00;0.28 -11034;0;3274.00;10.25;2003.00;0.00;0.28 -11035;0;3490.00;10.10;1713.00;0.00;0.16 -11036;0;3389.00;10.50;1763.00;0.00;0.22 -11037;0;2940.00;13.70;1759.00;0.00;0.28 -11038;0;3381.00;9.92;1823.00;0.00;0.28 -11039;0;3398.00;10.25;1679.00;0.00;0.22 -11040;0;3072.00;9.77;1780.00;0.00;0.26 -11041;0;3221.00;10.40;1866.00;0.00;0.26 -11042;0;3502.00;10.20;1800.00;0.00;0.48 -11043;0;3231.00;10.20;1783.00;0.00;0.22 -11044;0;3036.00;10.15;1731.00;0.00;0.26 -11045;0;3324.00;9.82;1863.00;0.00;0.34 -11046;0;3297.00;10.50;1787.00;0.00;0.26 -11047;0;3655.00;9.60;2028.00;0.00;0.88 -11048;0;3332.00;9.85;1703.00;0.00;0.26 -11049;0;3017.00;13.62;1810.00;0.00;0.30 -11050;0;3113.00;9.50;1976.00;0.00;0.48 -11051;0;3556.00;9.80;1722.00;0.00;0.28 -11052;0;3029.00;11.60;1823.00;0.00;0.30 -11053;0;3034.00;12.05;1777.00;0.00;0.26 -11054;0;3299.00;10.60;1836.00;0.00;0.36 -11055;0;2747.00;12.10;1677.00;0.00;0.24 -11056;0;3238.00;10.40;1763.00;0.00;0.20 -11057;0;3222.00;10.15;1711.00;0.00;0.18 -11058;0;3061.00;12.67;1900.00;0.00;0.30 -11059;0;3323.00;10.22;1743.00;0.00;0.24 -11060;0;3129.00;11.40;1938.00;0.00;0.44 -11061;0;3500.00;9.80;1783.00;0.00;0.34 -11062;0;3362.00;10.70;1741.00;0.00;0.26 -11063;0;3254.00;10.12;2004.00;0.00;0.36 -11064;0;2742.00;9.92;1713.00;0.00;0.60 -11065;0;3156.00;10.22;1810.00;0.00;0.28 -11066;0;3181.00;9.75;1755.00;0.00;0.28 -11067;0;3118.00;10.55;1836.00;0.00;0.32 -11068;0;3294.00;10.30;1729.00;0.00;0.20 -11069;0;3066.00;11.62;1854.00;0.00;0.36 -11070;0;2994.00;10.37;1702.00;0.00;0.26 -11071;0;3405.00;10.50;1772.00;0.00;0.28 -11072;0;3282.00;10.05;1700.00;0.00;0.20 -11073;0;3156.00;10.35;1898.00;0.00;0.36 -11074;0;3467.00;9.90;1763.00;0.00;0.34 -11075;0;3501.00;9.80;1699.00;0.00;0.22 -11076;0;3248.00;9.52;1804.00;0.00;0.28 -11077;0;3175.00;10.62;1986.00;0.00;0.30 -11078;0;2979.00;10.30;1741.00;0.00;0.24 -11079;0;3249.00;10.15;1834.00;0.00;0.28 -11080;0;3269.00;10.40;1723.00;0.00;0.20 -11081;0;3209.00;9.82;1869.00;0.00;0.26 -11082;0;3074.00;9.70;1710.00;0.00;0.32 -11083;0;3372.00;10.22;1722.00;0.00;0.24 -11084;0;3361.00;10.50;1693.00;0.00;0.24 -11085;0;3274.00;10.80;1912.00;0.00;0.36 -11086;0;3464.00;9.90;1741.00;0.00;0.26 -11087;0;3593.00;9.80;1707.00;0.00;0.28 -11088;0;3359.00;10.50;1913.00;0.00;0.36 -11089;0;3486.00;10.30;1811.00;0.00;0.56 -11090;0;3078.00;9.77;1971.00;0.00;0.32 -11091;0;3072.00;9.70;1748.00;0.00;0.24 -11092;0;3336.00;10.35;1798.00;0.00;0.22 -11093;0;3356.00;10.32;1713.00;0.00;0.26 -11094;0;3355.00;10.07;1812.00;0.00;0.32 -11095;0;3446.00;9.85;1724.00;0.00;0.24 -11096;0;3302.00;10.40;1850.00;0.00;0.30 -11097;0;3256.00;10.30;1690.00;0.00;0.24 -11098;0;3759.00;9.70;1883.00;0.00;0.66 -11099;0;3432.00;10.37;1689.00;0.00;0.26 -11100;0;2925.00;9.50;1801.00;0.00;0.30 -11101;0;2917.00;14.55;1725.00;0.00;0.22 -11102;0;3085.00;11.60;1903.00;0.00;0.32 -11103;0;3395.00;10.50;1755.00;0.00;0.30 -11104;0;3210.00;10.72;1983.00;0.00;0.48 -11105;0;3194.00;9.70;1741.00;0.00;0.24 -11106;0;1843.00;9.67;1062.00;0.00;0.14 -11107;0;3428.00;10.40;1712.00;0.00;0.22 -11108;0;3111.00;10.80;751.00;0.00;0.88 -11109;0;3291.00;10.30;1692.00;0.00;0.22 -11110;0;3531.00;10.10;1747.00;0.00;0.32 -11111;0;3675.00;10.45;1737.00;0.00;0.34 -11112;0;3076.00;11.47;1894.00;0.00;0.32 -11113;0;2978.00;12.15;1782.00;0.00;0.26 -11114;0;3012.00;10.40;1727.00;0.00;0.24 -11115;0;3179.00;10.90;1930.00;0.00;0.52 -11116;0;3007.00;13.77;1802.00;0.00;0.30 -11117;0;3329.00;9.90;1944.00;0.00;0.34 -11118;0;2987.00;13.40;1808.00;0.00;0.24 -11119;0;3741.00;9.70;1917.00;0.00;1.10 -11120;0;3066.00;11.40;1838.00;0.00;0.38 -11121;0;3195.00;10.30;1848.00;0.00;0.32 -11122;0;4499.00;9.80;2022.00;0.00;1.20 -11123;0;3047.00;11.40;1793.00;0.00;0.22 -11124;0;3625.00;10.60;1716.00;0.00;0.34 -11125;0;3184.00;10.30;1885.00;0.00;0.36 -11126;0;3142.00;10.12;1790.00;0.00;0.32 -11127;0;3215.00;9.85;1720.00;0.00;0.24 -11128;0;3292.00;10.50;1929.00;0.00;0.34 -11129;0;3063.00;10.82;1819.00;0.00;0.38 -11130;0;3151.00;11.52;1954.00;0.00;0.64 -11131;0;3374.00;10.40;1705.00;0.00;0.26 -11132;0;3195.00;10.40;1826.00;0.00;0.34 -11133;0;3597.00;9.85;1733.00;0.00;0.30 -11134;0;3480.00;10.40;1666.00;0.00;0.16 -11135;0;2961.00;13.10;1764.00;0.00;0.30 -11136;0;2757.00;10.22;1679.00;0.00;0.26 -11137;0;3397.00;9.87;1800.00;0.00;0.34 -11138;0;3216.00;9.80;1770.00;0.00;0.22 -11139;0;3281.00;10.30;1709.00;0.00;0.22 -11140;0;3438.00;10.10;1920.00;0.00;0.48 -11141;0;3236.00;10.12;1802.00;0.00;0.26 -11142;0;3272.00;10.00;1965.00;0.00;0.46 -11143;0;3452.00;10.50;1709.00;0.00;0.20 -11144;0;3198.00;10.50;1810.00;0.00;0.32 -11145;0;3357.00;11.12;701.00;0.00;0.88 -11146;0;3303.00;10.70;1821.00;0.00;0.34 -11147;0;3068.00;10.10;1769.00;0.00;0.26 -11148;0;3051.00;10.22;1833.00;0.00;0.24 -11149;0;3553.00;10.27;1684.00;0.00;0.28 -11150;0;3319.00;9.85;1756.00;0.00;0.22 -11151;0;2985.00;9.62;1717.00;0.00;0.24 -11152;0;3070.00;12.92;1885.00;0.00;0.30 -11153;0;3325.00;10.27;1752.00;0.00;0.26 -11154;0;3353.00;9.90;1688.00;0.00;0.22 -11155;0;3128.00;11.67;1907.00;0.00;0.36 -11156;0;3302.00;10.05;1797.00;0.00;0.26 -11157;0;3042.00;9.50;1951.00;0.00;0.84 -11158;0;3524.00;9.80;1712.00;0.00;0.24 -11159;0;3342.00;10.47;1772.00;0.00;0.28 -11160;0;3027.00;9.70;1648.00;0.00;0.18 -11161;0;2718.00;11.35;1670.00;0.00;0.22 -11162;0;3262.00;10.30;1759.00;0.00;0.26 -11163;0;3074.00;9.60;1728.00;0.00;0.28 -11164;0;3199.00;10.22;1877.00;0.00;0.30 -11165;0;3362.00;10.50;1730.00;0.00;0.22 -11166;0;3418.00;10.40;1690.00;0.00;0.22 -11167;0;3228.00;10.70;1924.00;0.00;0.34 -11168;0;3389.00;10.40;1740.00;0.00;0.24 -11169;0;3189.00;11.05;1957.00;0.00;0.32 -11170;0;3637.00;10.10;1744.00;0.00;0.38 -11171;0;3450.00;9.70;1817.00;0.00;0.44 -11172;0;3171.00;9.80;1754.00;0.00;0.22 -11173;0;3006.00;11.90;1836.00;0.00;0.28 -11174;0;3321.00;10.30;1725.00;0.00;0.26 -11175;0;3331.00;10.40;1825.00;0.00;0.30 -11176;0;2939.00;9.85;1701.00;0.00;0.22 -11177;0;3438.00;9.80;1734.00;0.00;0.26 -11178;0;3394.00;10.32;1782.00;0.00;0.26 -11179;0;3582.00;10.50;1748.00;0.00;0.34 -11180;0;3503.00;9.80;1690.00;0.00;0.24 -11181;0;3287.00;10.40;1893.00;0.00;0.28 -11182;0;3694.00;10.30;1902.00;0.00;0.90 -11183;0;3316.00;9.85;1967.00;0.00;0.42 -11184;0;2979.00;9.77;1729.00;0.00;0.16 -11185;0;3086.00;10.70;1824.00;0.00;0.28 -11186;0;3256.00;10.30;1725.00;0.00;0.22 -11187;0;3041.00;11.20;1843.00;0.00;0.32 -11188;0;3067.00;9.92;1718.00;0.00;0.24 -11189;0;3411.00;10.40;1720.00;0.00;0.24 -11190;0;3104.00;11.35;1877.00;0.00;0.28 -11191;0;3313.00;10.30;1689.00;0.00;0.24 -11192;0;3516.00;9.90;1734.00;0.00;0.26 -11193;0;3607.00;9.95;1724.00;0.00;0.28 -11194;0;3021.00;14.40;776.00;0.00;0.92 -11195;0;3681.00;10.35;1756.00;0.00;0.42 -11196;0;3414.00;10.10;1933.00;0.00;0.46 -11197;0;3047.00;10.10;1739.00;0.00;0.30 -11198;0;2917.00;14.75;1734.00;0.00;0.24 -11199;0;3223.00;10.40;1820.00;0.00;0.20 -11200;0;3561.00;10.40;1807.00;0.00;0.70 -11201;0;3135.00;9.72;1844.00;0.00;0.24 -11202;0;3248.00;10.10;1687.00;0.00;0.24 -11203;0;3616.00;10.57;1768.00;0.00;0.52 -11204;0;3221.00;10.67;1912.00;0.00;0.48 -11205;0;3413.00;9.90;1675.00;0.00;0.18 -11206;0;2971.00;12.70;1794.00;0.00;0.26 -11207;0;2746.00;11.72;1689.00;0.00;0.24 -11208;0;3147.00;11.17;1914.00;0.00;0.48 -11209;0;3049.00;10.67;1784.00;0.00;0.26 -11210;0;3218.00;9.65;1800.00;0.00;0.24 -11211;0;3168.00;9.50;1735.00;0.00;0.20 -11212;0;3345.00;10.12;1819.00;0.00;0.26 -11213;0;3417.00;10.52;1714.00;0.00;0.18 -11214;0;3382.00;10.02;1577.00;0.00;0.18 -11215;0;3048.00;9.67;1650.00;0.00;0.18 -11216;0;3232.00;10.20;1592.00;0.00;0.24 -11217;0;3426.00;10.40;1630.00;0.00;0.20 -11218;0;2742.00;10.92;1638.00;0.00;0.28 -11219;0;2992.00;9.70;1582.00;0.00;0.20 -11220;0;3283.00;10.00;1615.00;0.00;0.30 -11221;0;2791.00;10.10;1571.00;0.00;0.20 -11222;0;3220.00;10.40;1663.00;0.00;0.22 -11223;0;3726.00;13.75;1641.00;0.00;0.44 -11224;0;3321.00;10.60;1665.00;0.00;0.20 -11225;0;3585.00;9.70;1581.00;0.00;0.24 -11226;0;3209.00;10.02;1636.00;0.00;0.28 -11227;0;3448.00;10.35;1582.00;0.00;0.22 -11228;0;3700.00;10.77;1686.00;0.00;0.32 -11229;0;3305.00;10.40;1562.00;0.00;0.24 -11230;0;3305.00;9.90;1590.00;0.00;0.18 -11231;0;3018.00;10.17;1662.00;0.00;0.24 -11232;0;3074.00;9.80;1579.00;0.00;0.26 -11233;0;2924.00;10.12;1566.00;0.00;0.20 -11234;0;3287.00;10.22;1653.00;0.00;0.22 -11235;0;3354.00;10.00;1606.00;0.00;0.20 -11236;0;3392.00;10.27;1658.00;0.00;0.26 -11237;0;2679.00;9.85;1576.00;0.00;0.28 -11238;0;2669.00;10.20;1611.00;0.00;0.24 -11239;0;3472.00;10.15;1665.00;0.00;0.20 -11240;0;3519.00;10.40;1581.00;0.00;0.20 -11241;0;3280.00;9.80;1624.00;0.00;0.28 -11242;0;3377.00;10.00;1588.00;0.00;0.22 -11243;0;3560.00;11.27;1631.00;0.00;0.18 -11244;0;3373.00;10.00;1556.00;0.00;0.20 -11245;0;3126.00;9.80;1602.00;0.00;0.24 -11246;0;3154.00;10.00;1657.00;0.00;0.20 -11247;0;3172.00;9.90;1574.00;0.00;0.20 -11248;0;3426.00;9.90;1605.00;0.00;0.20 -11249;0;3693.00;14.12;1161.00;0.00;0.62 -11250;0;3366.00;10.35;1654.00;0.00;0.20 -11251;0;2953.00;9.55;1625.00;0.00;0.30 -11252;0;3469.00;10.25;1657.00;0.00;0.20 -11253;0;2802.00;10.05;1574.00;0.00;0.26 -11254;0;3345.00;10.05;1623.00;0.00;0.26 -11255;0;3549.00;9.85;1673.00;0.00;0.24 -11256;0;3613.00;9.82;1590.00;0.00;0.26 -11257;0;2676.00;10.20;1621.00;0.00;0.28 -11258;0;3444.00;9.90;1589.00;0.00;0.18 -11259;0;3255.00;9.80;1648.00;0.00;0.24 -11260;0;3069.00;9.80;1589.00;0.00;0.32 -11261;0;4330.00;9.75;2015.00;0.00;1.40 -11262;0;3493.00;10.00;1604.00;0.00;0.26 -11263;0;3557.00;9.77;1669.00;0.00;0.24 -11264;0;2924.00;9.70;1576.00;0.00;0.18 -11265;0;3125.00;9.60;1622.00;0.00;0.40 -11266;0;2706.68;10.30;1671.43;0.00;0.34 -11267;0;2670.00;10.37;1579.00;0.00;0.22 -11268;0;3414.00;10.05;1616.00;0.00;0.18 -11269;0;3512.00;11.42;1586.00;0.00;0.20 -11270;0;2771.00;10.72;1626.00;0.00;0.18 -11271;0;3285.00;9.82;1597.00;0.00;0.18 -11272;0;3303.00;10.07;1638.00;0.00;0.20 -11273;0;3573.00;9.85;1608.00;0.00;0.28 -11274;0;3150.00;10.40;1578.00;0.00;0.28 -11275;0;3506.00;9.90;1647.00;0.00;0.26 -11276;0;2989.00;9.70;1591.00;0.00;0.24 -11277;0;3495.00;9.95;1625.00;0.00;0.24 -11278;0;3093.00;9.70;1736.00;0.00;0.28 -11279;0;2777.00;10.30;1583.00;0.00;0.26 -11280;0;3035.00;10.20;1658.00;0.00;0.24 -11281;0;3603.00;10.40;1603.00;0.00;0.24 -11282;0;3378.00;10.57;1642.00;0.00;0.22 -11283;0;3381.00;9.97;1560.00;0.00;0.20 -11284;0;3352.00;10.00;1596.00;0.00;0.20 -11285;0;3230.00;9.80;1566.00;0.00;0.26 -11286;0;3577.00;10.30;1660.00;0.00;0.18 -11287;0;2666.00;9.80;1602.00;0.00;0.16 -11288;0;3073.00;9.80;1596.00;0.00;0.28 -11289;0;3047.00;10.50;1688.00;0.00;0.22 -11290;0;3293.00;9.97;1616.00;0.00;0.22 -11291;0;3191.00;10.07;1693.00;0.00;0.24 -11292;0;3560.00;10.87;1623.00;0.00;0.22 -11293;0;2695.00;12.07;1600.00;0.00;0.24 -11294;0;3430.00;10.00;1597.00;0.00;0.20 -11295;0;3452.00;9.80;1636.00;0.00;0.20 -11296;0;3450.00;9.80;1561.00;0.00;0.22 -11297;0;2790.00;9.82;1610.00;0.00;0.24 -11298;0;3300.00;10.35;1573.00;0.00;0.22 -11299;0;2764.00;10.12;1644.00;0.00;0.26 -11300;0;3362.00;10.10;1613.00;0.00;0.20 -11301;0;3163.00;10.40;1580.00;0.00;0.24 -11302;0;3217.00;10.50;1672.00;0.00;0.26 -11303;0;2684.00;9.97;1614.00;0.00;0.26 -11304;0;3272.00;9.80;1673.00;0.00;0.22 -11305;0;2980.00;9.70;1596.00;0.00;0.24 -11306;0;2735.00;12.67;1673.00;0.00;0.24 -11307;0;3728.00;13.72;1699.00;0.00;0.36 -11308;0;3516.00;10.00;1560.00;0.00;0.18 -11309;0;3494.00;10.90;1593.00;0.00;0.24 -11310;0;3371.00;10.00;1566.00;0.00;0.22 -11311;0;3041.00;10.70;1678.00;0.00;0.26 -11312;0;3166.00;10.17;1611.00;0.00;0.22 -11313;0;3240.00;9.80;1571.00;0.00;0.26 -11314;0;3431.00;10.47;1612.00;0.00;0.20 -11315;0;3346.00;10.70;1669.00;0.00;0.24 -11316;0;3078.00;10.00;1606.00;0.00;0.22 -11317;0;2783.00;9.80;1620.00;0.00;0.26 -11318;0;2912.00;9.67;1583.00;0.00;0.24 -11319;0;3570.00;9.72;1597.00;0.00;0.24 -11320;0;3614.00;9.90;1661.00;0.00;0.28 -11321;0;3581.00;9.70;1556.00;0.00;0.22 -11322;0;3259.00;9.90;1603.00;0.00;0.22 -11323;0;3440.00;9.97;1565.00;0.00;0.20 -11324;0;3502.00;10.00;1611.00;0.00;0.16 -11325;0;3309.00;10.42;1573.00;0.00;0.20 -11326;0;3354.00;10.60;1649.00;0.00;0.24 -11327;0;3036.00;9.70;1650.00;0.00;0.20 -11328;0;4310.00;11.42;1890.00;0.00;1.24 -11329;0;3154.00;10.40;1586.00;0.00;0.24 -11330;0;3414.00;10.07;1626.00;0.00;0.20 -11331;0;2972.00;9.70;1600.00;0.00;0.16 -11332;0;2745.00;11.75;1626.00;0.00;0.24 -11333;0;2794.00;9.92;1557.00;0.00;0.12 -11334;0;2652.00;9.75;1588.00;0.00;0.24 -11335;0;3508.00;10.00;1567.00;0.00;0.22 -11336;0;3318.00;9.97;1600.00;0.00;0.26 -11337;0;3381.00;10.07;1568.00;0.00;0.20 -11338;0;3433.00;9.90;1657.00;0.00;0.20 -11339;0;3570.00;9.80;1617.00;0.00;0.26 -11340;0;3496.00;9.95;1664.00;0.00;0.26 -11341;0;3219.00;9.85;1578.00;0.00;0.18 -11342;0;3214.00;10.45;1627.00;0.00;0.28 -11343;0;3082.00;10.12;1614.00;0.00;0.16 -11344;0;3484.00;9.80;1626.00;0.00;0.22 -11345;0;2765.00;10.10;1590.00;0.00;0.22 -11346;0;2917.00;10.15;1559.00;0.00;0.18 -11347;0;3385.00;10.00;1602.00;0.00;0.22 -11348;0;3591.00;9.70;1573.00;0.00;0.26 -11349;0;3342.00;10.70;1650.00;0.00;0.18 -11350;0;1876.00;9.70;1079.00;0.00;0.14 -11351;0;3449.00;9.80;1570.00;0.00;0.20 -11352;0;3664.00;9.82;1695.00;0.00;0.36 -11353;0;3292.00;10.00;1626.00;0.00;0.20 -11354;0;3576.00;10.40;1671.00;0.00;0.28 -11355;0;3289.00;9.80;1574.00;0.00;0.20 -11356;0;3550.00;9.95;1633.00;0.00;0.24 -11357;0;3162.00;10.40;1591.00;0.00;0.22 -11358;0;3215.00;9.85;1642.00;0.00;0.36 -11359;0;2988.00;9.70;1574.00;0.00;0.20 -11360;0;2921.80;9.70;1585.77;0.00;0.20 -11361;0;2722.00;9.80;1568.00;0.00;0.22 -11362;0;3415.00;10.50;1643.00;0.00;0.22 -11363;0;3461.00;9.95;1597.00;0.00;0.18 -11364;0;3518.00;9.95;1569.00;0.00;0.24 -11365;0;3598.00;9.80;1669.00;0.00;0.26 -11366;0;2944.00;9.57;1617.00;0.00;0.24 -11367;0;2916.00;9.70;1693.00;0.00;0.20 -11368;0;3374.00;10.02;1576.00;0.00;0.20 -11369;0;3353.00;10.10;1615.00;0.00;0.22 -11370;0;3236.00;10.60;1600.00;0.00;0.24 -11371;0;2664.00;10.27;1618.00;0.00;0.24 -11372;0;3067.00;9.77;1608.00;0.00;0.28 -11373;0;3528.00;10.70;1598.00;0.00;0.22 -11374;0;2803.00;9.90;1564.00;0.00;0.28 -11375;0;3490.00;9.90;1641.00;0.00;0.20 -11376;0;3018.00;9.70;1636.00;0.00;0.18 -11377;0;3597.00;9.80;1583.00;0.00;0.26 -11378;0;2756.00;11.50;1651.00;0.00;0.22 -11379;0;3422.00;10.05;1612.00;0.00;0.20 -11380;0;3062.00;9.70;1699.00;0.00;0.24 -11381;0;3442.00;10.35;1575.00;0.00;0.18 -11382;0;2779.00;10.65;1601.00;0.00;0.20 -11383;0;3308.00;9.80;1582.00;0.00;0.20 -11384;0;3348.00;10.65;1634.00;0.00;0.20 -11385;0;3142.00;10.27;1575.00;0.00;0.22 -11386;0;3152.00;10.42;1596.00;0.00;0.22 -11387;0;3563.00;9.85;1647.00;0.00;0.24 -11388;0;2932.00;10.32;1563.00;0.00;0.18 -11389;0;3622.00;10.00;1618.00;0.00;0.26 -11390;0;3061.00;9.70;1688.00;0.00;0.24 -11391;0;3215.00;10.40;1617.00;0.00;0.32 -11392;0;3261.00;9.87;1675.00;0.00;0.28 -11393;0;3511.00;10.07;1575.00;0.00;0.24 -11394;0;3491.00;9.90;1616.00;0.00;0.24 -11395;0;3523.00;10.77;1522.00;0.00;0.24 -11396;0;3408.00;9.97;1542.00;0.00;0.18 -11397;0;3359.00;9.80;1514.00;0.00;0.30 -11398;0;3115.00;13.52;1512.00;0.00;0.18 -11399;0;3164.00;10.00;1535.00;0.00;0.28 -11400;0;3480.00;9.80;1460.00;0.00;0.20 -11401;0;3040.00;12.05;1536.00;0.00;0.24 -11402;0;2968.00;11.75;1557.00;0.00;0.20 -11403;0;3443.00;9.70;1461.00;0.00;0.18 -11404;0;2990.00;13.90;1522.00;0.00;0.22 -11405;0;3356.00;9.70;1471.00;0.00;0.20 -11406;0;2729.00;10.47;1546.00;0.00;0.24 -11407;0;2892.00;11.97;1520.00;0.00;0.18 -11408;0;3475.00;9.80;1543.00;0.00;0.22 -11409;0;3277.00;10.42;1483.00;0.00;0.26 -11410;0;4079.00;10.10;1551.00;0.00;0.62 -11411;0;3189.00;10.25;1497.00;0.00;0.24 -11412;0;3427.00;10.42;1520.00;0.00;0.18 -11413;0;3124.00;13.15;1516.00;0.00;0.22 -11414;0;3054.00;13.47;1533.00;0.00;0.18 -11415;0;3030.00;10.22;1556.00;0.00;0.20 -11416;0;3492.00;9.80;1460.00;0.00;0.20 -11417;0;2960.00;10.20;1520.00;0.00;0.20 -11418;0;3437.00;9.70;1468.00;0.00;0.26 -11419;0;2881.00;9.70;1543.00;0.00;0.18 -11420;0;2835.55;9.90;1517.14;0.00;0.28 -11421;0;3540.00;10.60;1548.00;0.00;0.26 -11422;0;3346.00;9.70;1472.00;0.00;0.24 -11423;0;3497.00;9.80;1517.00;0.00;0.20 -11424;0;3282.00;10.00;1494.00;0.00;0.22 -11425;0;3318.00;9.80;1531.00;0.00;0.20 -11426;0;3205.00;9.67;1721.00;0.00;0.24 -11427;0;3200.00;9.67;1500.00;0.00;0.26 -11428;0;3107.00;10.00;1545.00;0.00;0.26 -11429;0;3541.00;9.70;1465.00;0.00;0.24 -11430;0;3123.00;10.82;1529.00;0.00;0.20 -11431;0;2940.00;10.52;1550.00;0.00;0.18 -11432;0;3022.00;12.02;1533.00;0.00;0.22 -11433;0;3627.00;9.77;1549.00;0.00;0.18 -11434;0;3427.00;9.70;1472.00;0.00;0.28 -11435;0;2906.00;10.70;1517.00;0.00;0.18 -11436;0;3450.00;9.80;1552.00;0.00;0.18 -11437;0;3348.00;9.80;1480.00;0.00;0.24 -11438;0;3290.00;9.90;1498.00;0.00;0.24 -11439;0;3392.00;9.90;1524.00;0.00;0.22 -11440;0;1113.00;11.20;1767.00;0.00;0.60 -11441;0;3180.00;9.97;1540.00;0.00;0.24 -11442;0;3632.00;9.60;1487.00;0.00;0.32 -11443;0;3226.00;9.77;1718.00;0.00;0.20 -11444;0;3014.00;9.95;1577.00;0.00;0.20 -11445;0;2957.00;10.47;1531.00;0.00;0.20 -11446;0;2795.00;9.60;1547.00;0.00;0.12 -11447;0;3495.00;9.80;1476.00;0.00;0.20 -11448;0;4388.00;18.85;1224.00;0.00;0.48 -11449;0;3507.00;10.00;1553.00;0.00;0.18 -11450;0;3433.00;9.80;1478.00;0.00;0.26 -11451;0;3466.00;9.80;1519.00;0.00;0.18 -11452;0;3363.00;10.40;1489.00;0.00;0.20 -11453;0;3267.00;9.80;1548.00;0.00;0.24 -11454;0;3296.00;10.45;1506.00;0.00;0.26 -11455;0;3621.00;9.60;1470.00;0.00;0.32 -11456;0;2894.00;9.70;1554.00;0.00;0.24 -11457;0;3544.00;9.60;1476.00;0.00;0.28 -11458;0;3575.00;10.10;1550.00;0.00;0.20 -11459;0;3438.00;10.00;1483.00;0.00;0.22 -11460;0;3528.00;11.57;1531.00;0.00;0.22 -11461;0;3373.00;9.80;1492.00;0.00;0.20 -11462;0;3338.00;9.80;1530.00;0.00;0.22 -11463;0;2814.00;10.20;1475.00;0.00;0.22 -11464;0;3252.00;10.20;1513.00;0.00;0.22 -11465;0;2776.00;9.70;1466.00;0.00;0.18 -11466;0;3170.00;9.90;1555.00;0.00;0.20 -11467;0;3094.00;10.72;1528.00;0.00;0.22 -11468;0;2977.00;11.95;1557.00;0.00;0.20 -11469;0;3618.00;9.60;1482.00;0.00;0.30 -11470;0;2911.00;10.90;1519.00;0.00;0.22 -11471;0;2771.00;10.10;1560.00;0.00;0.22 -11472;0;3552.00;9.67;1490.00;0.00;0.30 -11473;0;3599.00;9.60;1523.00;0.00;0.30 -11474;0;3504.00;9.80;1489.00;0.00;0.22 -11475;0;3420.00;10.50;1529.00;0.00;0.16 -11476;0;3443.00;9.80;1493.00;0.00;0.24 -11477;0;3249.00;10.00;1539.00;0.00;0.22 -11478;0;3047.00;9.80;1570.00;0.00;0.16 -11479;0;3182.00;10.02;1514.00;0.00;0.26 -11480;0;3652.00;9.60;1499.00;0.00;0.38 -11481;0;3009.00;10.22;1545.00;0.00;0.22 -11482;0;3575.00;9.60;1482.00;0.00;0.28 -11483;0;2853.57;9.70;1530.61;0.00;0.20 -11484;0;3511.00;9.80;1501.00;0.00;0.24 -11485;0;3486.00;9.72;1521.00;0.00;0.20 -11486;0;2942.00;13.87;1485.00;0.00;0.22 -11487;0;3402.00;10.40;1501.00;0.00;0.26 -11488;0;2896.00;10.42;1482.00;0.00;0.20 -11489;0;3307.00;9.80;1533.00;0.00;0.22 -11490;0;3263.00;10.12;1512.00;0.00;0.26 -11491;0;2850.00;9.80;1488.00;0.00;0.22 -11492;0;3119.00;9.87;1562.00;0.00;0.18 -11493;0;2957.00;11.27;1560.00;0.00;0.24 -11494;0;2918.00;10.97;1523.00;0.00;0.18 -11495;0;871.00;10.25;1600.00;0.00;0.26 -11496;0;3591.00;10.32;1622.00;0.00;0.26 -11497;0;3009.00;13.75;1501.00;0.00;0.24 -11498;0;3202.00;9.80;1629.00;0.00;0.24 -11499;0;2960.00;13.17;1488.00;0.00;0.26 -11500;0;3391.00;9.82;1530.00;0.00;0.18 -11501;0;3473.00;10.02;1498.00;0.00;0.20 -11502;0;2906.00;10.72;1498.00;0.00;0.18 -11503;0;3215.00;10.37;1548.00;0.00;0.24 -11504;0;3336.00;9.82;1508.00;0.00;0.30 -11505;0;3019.00;9.70;1571.00;0.00;0.18 -11506;0;2841.71;9.80;1498.43;0.00;0.24 -11507;0;3150.00;9.92;1527.00;0.00;0.28 -11508;0;2775.00;9.70;1485.00;0.00;0.24 -11509;0;1466.00;9.95;1414.00;0.00;0.34 -11510;0;3621.00;9.60;1536.00;0.00;0.26 -11511;0;3072.00;10.17;1500.00;0.00;0.24 -11512;0;3460.00;9.80;1533.00;0.00;0.18 -11513;0;3417.00;9.80;1507.00;0.00;0.20 -11514;0;3252.00;10.10;1521.00;0.00;0.22 -11515;0;3092.00;9.80;1566.00;0.00;0.22 -11516;0;2905.00;10.30;1488.00;0.00;0.26 -11517;0;3044.00;12.17;1542.00;0.00;0.24 -11518;0;2850.00;9.80;1496.00;0.00;0.14 -11519;0;2889.00;10.60;1532.00;0.00;0.18 -11520;0;3141.00;9.80;1483.00;0.00;0.20 -11521;0;2799.00;11.22;1492.00;0.00;0.20 -11522;0;3095.00;9.90;1487.00;0.00;0.20 -11523;0;3524.00;9.92;1539.00;0.00;0.20 -11524;0;3608.00;9.60;1493.00;0.00;0.34 -11525;0;3045.00;13.65;1500.00;0.00;0.20 -11526;0;3356.00;10.00;1541.00;0.00;0.24 -11527;0;3485.00;9.87;1499.00;0.00;0.26 -11528;0;3187.00;9.80;1559.00;0.00;0.24 -11529;0;2969.00;10.82;1503.00;0.00;0.20 -11530;0;3304.00;9.80;1512.00;0.00;0.28 -11531;0;2915.00;10.95;1502.00;0.00;0.16 -11532;0;3119.00;10.00;1539.00;0.00;0.20 -11533;0;2946.00;10.60;1541.00;0.00;0.20 -11534;0;3225.00;10.00;1472.00;0.00;0.20 -11535;0;2797.00;10.55;1500.00;0.00;0.20 -11536;0;3162.00;11.20;1492.00;0.00;0.24 -11537;0;3600.00;10.10;1538.00;0.00;0.28 -11538;0;3539.00;10.70;1506.00;0.00;0.24 -11539;0;3101.00;12.52;1496.00;0.00;0.28 -11540;0;3436.00;9.80;1547.00;0.00;0.20 -11541;0;3393.00;9.80;1510.00;0.00;0.22 -11542;0;3030.00;10.92;1521.00;0.00;0.22 -11543;0;3224.00;10.00;1529.00;0.00;0.32 -11544;0;2979.00;11.25;1508.00;0.00;0.18 -11545;0;3002.00;9.80;1553.00;0.00;0.22 -11546;0;3302.00;9.70;1469.00;0.00;0.28 -11547;0;2926.00;11.22;1508.00;0.00;0.16 -11548;0;2834.00;9.70;1532.00;0.00;0.16 -11549;0;2861.00;10.25;1503.00;0.00;0.26 -11550;0;3199.00;10.35;1489.00;0.00;0.26 -11551;0;3495.00;9.85;1540.00;0.00;0.20 -11552;0;3621.00;9.60;1496.00;0.00;0.24 -11553;0;3335.00;9.80;1551.00;0.00;0.18 -11554;0;3109.00;14.30;1502.00;0.00;0.22 -11555;0;3466.00;10.32;1511.00;0.00;0.18 -11556;0;3044.00;12.70;1510.00;0.00;0.24 -11557;0;3287.00;9.85;1523.00;0.00;0.22 -11558;0;3085.00;10.50;1550.00;0.00;0.22 -11559;0;3416.00;9.65;1453.00;0.00;0.22 -11560;0;2933.00;10.82;1513.00;0.00;0.18 -11561;0;3326.00;9.70;1471.00;0.00;0.22 -11562;0;2898.00;9.95;1537.00;0.00;0.16 -11563;0;2825.45;9.80;1507.30;0.00;0.20 -11564;0;3035.00;9.50;1423.00;0.00;0.24 -11565;0;2800.00;10.10;1417.00;0.00;0.24 -11566;0;3508.00;9.80;1448.00;0.00;0.24 -11567;0;1600.00;9.72;1622.00;0.00;0.28 -11568;0;2965.00;10.80;1431.00;0.00;0.20 -11569;0;1579.00;10.30;1631.00;0.00;0.28 -11570;0;2929.00;14.55;1433.00;0.00;0.20 -11571;0;1364.00;11.20;1754.00;0.00;0.82 -11572;0;3084.00;12.75;1406.00;0.00;0.22 -11573;0;2900.00;11.82;1435.00;0.00;0.18 -11574;0;3094.00;10.50;1414.00;0.00;0.18 -11575;0;4982.00;10.85;1483.00;0.00;0.34 -11576;0;2850.00;10.40;1439.00;0.00;0.16 -11577;0;3104.00;10.00;1419.00;0.00;0.18 -11578;0;3582.00;9.60;1454.00;0.00;0.28 -11579;0;3537.00;9.62;1458.00;0.00;0.28 -11580;0;3117.00;10.37;1416.00;0.00;0.20 -11581;0;3055.00;9.92;1435.00;0.00;0.20 -11582;0;2802.00;9.95;1436.00;0.00;0.22 -11583;0;3132.00;10.45;1405.00;0.00;0.18 -11584;0;2995.00;9.70;1428.00;0.00;0.26 -11585;0;1586.00;10.40;1642.00;0.00;0.28 -11586;0;3124.00;10.55;1409.00;0.00;0.20 -11587;0;2966.00;14.32;1441.00;0.00;0.20 -11588;0;3184.00;9.72;1397.00;0.00;0.24 -11589;0;1402.00;11.22;1582.00;0.00;0.34 -11590;0;2916.00;10.57;1447.00;0.00;0.20 -11591;0;3658.00;9.60;1465.00;0.00;0.28 -11592;0;3152.00;16.45;1422.00;0.00;0.26 -11593;0;2871.00;11.22;1437.00;0.00;0.18 -11594;0;3074.00;10.50;1433.00;0.00;0.26 -11595;0;3018.00;10.12;1440.00;0.00;0.22 -11596;0;2813.00;9.80;1454.00;0.00;0.18 -11597;0;3243.00;10.10;1391.00;0.00;0.24 -11598;0;2985.00;14.45;1441.00;0.00;0.20 -11599;0;3457.00;11.05;1371.00;0.00;0.24 -11600;0;2780.00;9.70;1450.00;0.00;0.24 -11601;0;2940.00;15.02;1454.00;0.00;0.16 -11602;0;1566.00;10.22;1652.00;0.00;0.28 -11603;0;3224.00;9.65;1403.00;0.00;0.20 -11604;0;2933.00;13.87;1456.00;0.00;0.16 -11605;0;3178.00;14.17;1422.00;0.00;0.18 -11606;0;2862.00;9.80;1521.00;0.00;0.24 -11607;0;5073.00;12.65;1812.00;0.00;1.84 -11608;0;3144.00;10.42;1435.00;0.00;0.24 -11609;0;3502.00;17.87;1371.00;0.00;0.24 -11610;0;3089.00;9.80;1438.00;0.00;0.18 -11611;0;2849.00;9.90;1457.00;0.00;0.20 -11612;0;3030.00;12.32;1447.00;0.00;0.12 -11613;0;2798.00;9.80;1461.00;0.00;0.20 -11614;0;3491.00;16.72;1382.00;0.00;0.24 -11615;0;2994.00;15.57;1452.00;0.00;0.20 -11616;0;2778.00;9.70;1459.00;0.00;0.18 -11617;0;3448.00;10.45;1381.00;0.00;0.24 -11618;0;2986.00;15.37;1459.00;0.00;0.20 -11619;0;3214.00;9.87;1423.00;0.00;0.22 -11620;0;2982.00;13.77;1468.00;0.00;0.16 -11621;0;1452.00;9.85;1512.00;0.00;0.28 -11622;0;3164.00;12.15;1438.00;0.00;0.20 -11623;0;2949.00;12.92;1462.00;0.00;0.20 -11624;0;4919.00;12.67;1434.00;0.00;0.26 -11625;0;3105.00;9.80;1450.00;0.00;0.22 -11626;0;4938.00;11.72;1424.00;0.00;0.28 -11627;0;3065.00;10.52;1454.00;0.00;0.24 -11628;0;2874.00;10.57;1459.00;0.00;0.22 -11629;0;4926.00;12.57;1445.00;0.00;0.26 -11630;0;3058.00;10.25;1459.00;0.00;0.22 -11631;0;2830.00;10.22;1465.00;0.00;0.20 -11632;0;3516.00;11.80;1395.00;0.00;0.24 -11633;0;3475.00;14.27;1396.00;0.00;0.28 -11634;0;2997.00;14.95;1465.00;0.00;0.24 -11635;0;1440.00;9.80;1511.00;0.00;0.34 -11636;0;3237.00;9.70;1417.00;0.00;0.16 -11637;0;1474.00;10.70;1570.00;0.00;0.20 -11638;0;2968.00;14.07;1468.00;0.00;0.24 -11639;0;3193.00;11.05;1438.00;0.00;0.22 -11640;0;2927.00;12.97;1470.00;0.00;0.18 -11641;0;1459.00;9.75;1581.00;0.00;0.32 -11642;0;2903.00;10.45;1480.00;0.00;0.22 -11643;0;4906.00;9.87;1456.00;0.00;0.26 -11644;0;3137.00;9.80;1457.00;0.00;0.22 -11645;0;3543.00;10.95;1341.00;0.00;0.26 -11646;0;3125.00;9.80;1452.00;0.00;0.22 -11647;0;3438.00;11.25;1386.00;0.00;0.20 -11648;0;1575.00;11.10;1576.00;0.00;0.18 -11649;0;3322.00;9.70;1427.00;0.00;0.22 -11650;0;1610.00;11.22;1585.00;0.00;0.20 -11651;0;3040.00;12.60;1479.00;0.00;0.20 -11652;0;3228.00;9.90;1426.00;0.00;0.18 -11653;0;2993.00;11.27;1483.00;0.00;0.22 -11654;0;1575.00;9.55;1596.00;0.00;0.24 -11655;0;3222.00;13.45;1436.00;0.00;0.18 -11656;0;1496.00;10.12;1582.00;0.00;0.32 -11657;0;3162.00;11.42;1408.00;0.00;0.24 -11658;0;904.00;9.92;1516.00;0.00;0.22 -11659;0;3144.00;10.25;1464.00;0.00;0.22 -11660;0;1634.00;11.87;1582.00;0.00;0.24 -11661;0;3497.00;11.57;1407.00;0.00;0.24 -11662;0;1654.00;11.35;1631.00;0.00;0.28 -11663;0;3098.00;9.80;1468.00;0.00;0.20 -11664;0;3459.00;15.45;1386.00;0.00;0.26 -11665;0;1658.00;10.72;1604.00;0.00;0.22 -11666;0;3060.00;11.40;1479.00;0.00;0.22 -11667;0;1309.00;11.00;1711.00;0.00;0.52 -11668;0;3392.00;9.70;1416.00;0.00;0.20 -11669;0;1499.00;10.70;1603.00;0.00;0.34 -11670;0;3283.00;9.70;1448.00;0.00;0.30 -11671;0;3674.00;13.25;1255.00;0.00;0.52 -11672;0;3218.00;11.62;1447.00;0.00;0.22 -11673;0;2673.00;10.45;1356.00;0.00;0.24 -11674;0;3532.00;11.25;1336.00;0.00;0.28 -11675;0;2689.00;13.42;1361.00;0.00;0.18 -11676;0;3176.00;11.90;1465.00;0.00;0.22 -11677;0;2688.00;11.95;1370.00;0.00;0.20 -11678;0;3467.00;11.77;1409.00;0.00;0.24 -11679;0;3093.00;10.07;1478.00;0.00;0.24 -11680;0;1596.00;11.70;1586.00;0.00;0.24 -11681;0;3433.00;10.45;1421.00;0.00;0.18 -11682;0;1578.00;10.20;1739.00;0.00;0.70 -11683;0;3308.00;9.70;1456.00;0.00;0.28 -11684;0;2734.00;13.95;1376.00;0.00;0.20 -11685;0;1467.00;10.70;1593.00;0.00;0.30 -11686;0;3259.00;9.85;1457.00;0.00;0.26 -11687;0;3878.00;11.32;1322.00;0.00;0.44 -11688;0;2748.00;11.35;1386.00;0.00;0.16 -11689;0;3204.00;12.10;1465.00;0.00;0.28 -11690;0;3509.00;12.20;1412.00;0.00;0.28 -11691;0;3158.00;9.85;1486.00;0.00;0.24 -11692;0;2686.00;11.92;1377.00;0.00;0.22 -11693;0;3506.00;11.62;1419.00;0.00;0.22 -11694;0;3485.00;11.90;1424.00;0.00;0.18 -11695;0;1550.00;9.75;1597.00;0.00;0.26 -11696;0;3456.00;11.80;1418.00;0.00;0.26 -11697;0;2796.00;10.80;1384.00;0.00;0.24 -11698;0;926.00;14.75;1543.00;0.00;0.28 -11699;0;2808.00;10.97;1388.00;0.00;0.18 -11700;0;3354.00;9.70;1449.00;0.00;0.20 -11701;0;3615.00;9.72;1402.00;0.00;0.48 -11702;0;2823.00;10.07;1401.00;0.00;0.20 -11703;0;3294.00;9.80;1463.00;0.00;0.26 -11704;0;3549.00;10.90;1321.00;0.00;0.26 -11705;0;3254.00;10.60;1467.00;0.00;0.26 -11706;0;3545.00;9.60;1439.00;0.00;0.22 -11707;0;2716.00;11.25;1387.00;0.00;0.20 -11708;0;3510.00;12.45;1341.00;0.00;0.28 -11709;0;2850.00;11.80;1404.00;0.00;0.22 -11710;0;2666.00;9.92;1378.00;0.00;0.28 -11711;0;2868.00;11.02;1401.00;0.00;0.24 -11712;0;1063.00;13.37;1695.00;0.00;0.56 -11713;0;2885.00;10.00;1407.00;0.00;0.16 -11714;0;1463.00;10.42;1607.00;0.00;0.32 -11715;0;3328.00;9.70;1459.00;0.00;0.24 -11716;0;2874.00;13.20;1415.00;0.00;0.20 -11717;0;1418.00;10.30;1430.00;0.00;0.32 -11718;0;2834.00;10.00;1412.00;0.00;0.18 -11719;0;4973.00;11.07;1470.00;0.00;0.26 -11720;0;2808.00;10.27;1412.00;0.00;0.20 -11721;0;2918.00;14.22;1407.00;0.00;0.18 -11722;0;1648.00;12.32;1607.00;0.00;0.30 -11723;0;2933.00;11.07;1411.00;0.00;0.18 -11724;0;3503.00;9.70;1440.00;0.00;0.24 -11725;0;1536.00;11.70;1610.00;0.00;0.22 -11726;0;2949.00;10.85;1419.00;0.00;0.20 -11727;0;3471.00;9.80;1435.00;0.00;0.20 -11728;0;1560.00;9.97;1642.00;0.00;0.28 -11729;0;3402.00;9.70;1424.00;0.00;0.20 -11730;0;2930.00;10.60;1419.00;0.00;0.16 -11731;0;1483.00;11.00;1626.00;0.00;0.36 -11732;0;2872.00;9.85;1487.00;0.00;0.24 -11733;0;883.00;11.42;1590.00;0.00;0.34 -11734;0;2978.00;10.10;1417.00;0.00;0.14 -11735;0;3025.00;9.67;1419.00;0.00;0.32 -11736;0;3567.00;9.70;1440.00;0.00;0.24 -11737;0;2791.00;13.12;1344.00;0.00;0.20 -11738;0;1599.00;9.70;1487.00;0.00;0.30 -11739;0;3440.00;11.85;1292.00;0.00;0.30 -11740;0;1636.00;9.55;1529.00;0.00;0.24 -11741;0;3104.00;12.80;1399.00;0.00;0.22 -11742;0;2770.00;12.55;1319.00;0.00;0.20 -11743;0;1277.00;10.20;1437.00;0.00;0.30 -11744;0;4769.00;10.47;1406.00;0.00;0.28 -11745;0;4918.00;12.17;1404.00;0.00;0.30 -11746;0;3358.00;9.77;1267.00;0.00;0.32 -11747;0;3322.00;11.85;1322.00;0.00;0.28 -11748;0;2821.00;9.50;1530.00;0.00;0.36 -11749;0;2704.00;12.47;1282.00;0.00;0.20 -11750;0;4884.00;10.47;1404.00;0.00;0.18 -11751;0;2997.00;9.70;1362.00;0.00;0.28 -11752;0;4588.00;12.77;1375.00;0.00;0.42 -11753;0;3449.00;14.27;1343.00;0.00;0.30 -11754;0;3170.00;10.40;1391.00;0.00;0.22 -11755;0;2952.00;13.10;1327.00;0.00;0.22 -11756;0;2711.00;12.25;1327.00;0.00;0.16 -11757;0;970.00;9.70;1428.00;0.00;0.48 -11758;0;1588.00;10.15;1541.00;0.00;0.18 -11759;0;3422.00;11.10;1284.00;0.00;0.38 -11760;0;1503.00;10.60;1549.00;0.00;0.28 -11761;0;4626.00;9.70;1317.00;0.00;0.24 -11762;0;3122.00;12.70;1356.00;0.00;0.20 -11763;0;952.00;14.22;1482.00;0.00;0.44 -11764;0;4714.00;9.87;1338.00;0.00;0.24 -11765;0;4900.00;11.35;1419.00;0.00;0.26 -11766;0;2771.00;13.45;1348.00;0.00;0.24 -11767;0;3114.00;11.17;1329.00;0.00;0.24 -11768;0;2673.00;9.70;1304.00;0.00;0.22 -11769;0;1577.00;11.20;1541.00;0.00;0.18 -11770;0;4783.00;12.60;1316.00;0.00;0.20 -11771;0;4733.00;9.70;1358.00;0.00;0.26 -11772;0;1203.00;13.55;1551.00;0.00;0.42 -11773;0;2943.00;9.82;1308.00;0.00;0.24 -11774;0;3201.00;11.10;1344.00;0.00;0.20 -11775;0;4782.00;13.75;1336.00;0.00;0.22 -11776;0;1497.00;10.70;1541.00;0.00;0.28 -11777;0;4927.00;11.97;1426.00;0.00;0.26 -11778;0;3239.00;10.92;1319.00;0.00;0.26 -11779;0;2839.00;13.22;1364.00;0.00;0.18 -11780;0;2718.00;12.52;1315.00;0.00;0.20 -11781;0;4789.00;13.32;1359.00;0.00;0.24 -11782;0;1642.00;9.70;1549.00;0.00;0.22 -11783;0;1589.00;10.30;1470.00;0.00;0.32 -11784;0;3310.00;13.30;1322.00;0.00;0.22 -11785;0;1610.00;11.80;1552.00;0.00;0.24 -11786;0;3141.00;12.05;1315.00;0.00;0.22 -11787;0;3126.00;11.25;1426.00;0.00;0.22 -11788;0;1324.00;10.92;1597.00;0.00;0.44 -11789;0;1565.00;10.77;1549.00;0.00;0.20 -11790;0;3011.00;13.62;1375.00;0.00;0.18 -11791;0;1488.00;10.25;1555.00;0.00;0.34 -11792;0;3315.00;10.85;1298.00;0.00;0.26 -11793;0;2804.00;10.50;1356.00;0.00;0.20 -11794;0;2878.00;11.10;1444.00;0.00;0.24 -11795;0;980.00;13.32;1439.00;0.00;0.30 -11796;0;3260.00;11.57;1294.00;0.00;0.20 -11797;0;3418.00;14.42;1310.00;0.00;0.26 -11798;0;2703.00;11.15;1292.00;0.00;0.24 -11799;0;1629.00;10.07;1556.00;0.00;0.18 -11800;0;1557.00;10.50;1557.00;0.00;0.24 -11801;0;4644.00;11.70;1348.00;0.00;0.32 -11802;0;1269.00;10.60;1480.00;0.00;0.36 -11803;0;3041.00;10.67;1345.00;0.00;0.20 -11804;0;2945.00;11.70;1366.00;0.00;0.22 -11805;0;2662.00;9.70;1304.00;0.00;0.22 -11806;0;2751.00;13.27;1350.00;0.00;0.20 -11807;0;2768.00;13.07;1296.00;0.00;0.24 -11808;0;4744.00;10.07;1366.00;0.00;0.28 -11809;0;2744.00;12.90;1352.00;0.00;0.20 -11810;0;3351.00;13.22;1271.00;0.00;0.28 -11811;0;3276.00;10.52;1339.00;0.00;0.32 -11812;0;2762.00;12.85;1304.00;0.00;0.20 -11813;0;3186.00;13.40;1356.00;0.00;0.24 -11814;0;1026.00;12.27;1454.00;0.00;0.46 -11815;0;4712.00;10.65;1350.00;0.00;0.22 -11816;0;3074.00;9.50;1384.00;0.00;0.24 -11817;0;1601.00;10.47;1568.00;0.00;0.22 -11818;0;3165.00;9.60;1335.00;0.00;0.16 -11819;0;2811.00;11.80;1361.00;0.00;0.24 -11820;0;2726.00;11.17;1323.00;0.00;0.16 -11821;0;2803.00;12.40;1363.00;0.00;0.20 -11822;0;4638.00;10.35;1323.00;0.00;0.28 -11823;0;4807.00;14.50;1364.00;0.00;0.18 -11824;0;2942.00;9.97;1326.00;0.00;0.22 -11825;0;2728.00;12.10;1355.00;0.00;0.16 -11826;0;3352.00;12.75;1321.00;0.00;0.26 -11828;0;4775.00;12.90;1339.00;0.00;0.24 -11829;0;3266.00;9.70;1342.00;0.00;0.18 -11830;0;1683.00;9.75;1576.00;0.00;0.28 -11831;0;3273.00;13.12;1315.00;0.00;0.20 -11832;0;3146.00;10.90;1367.00;0.00;0.16 -11833;0;2974.00;9.60;1380.00;0.00;0.26 -11834;0;2891.00;9.60;1387.00;0.00;0.22 -11835;0;4751.00;10.30;1323.00;0.00;0.24 -11836;0;4720.00;10.17;1383.00;0.00;0.32 -11837;0;3075.00;9.67;1335.00;0.00;0.26 -11838;0;2796.00;12.42;1373.00;0.00;0.20 -11839;0;3341.00;12.10;1326.00;0.00;0.20 -11840;0;2696.00;13.60;1365.00;0.00;0.20 -11841;0;1584.00;9.82;1493.00;0.00;0.28 -11842;0;3227.00;9.87;1357.00;0.00;0.20 -11843;0;2701.00;12.20;1372.00;0.00;0.20 -11844;0;3335.00;10.72;1308.00;0.00;0.28 -11845;0;3091.00;14.32;1381.00;0.00;0.18 -11846;0;3012.00;10.15;1352.00;0.00;0.26 -11847;0;5012.00;12.17;1328.00;0.00;0.26 -11848;0;3227.00;9.50;1303.00;0.00;0.24 -11849;0;2881.00;9.60;1391.00;0.00;0.20 -11850;0;4793.00;12.80;1371.00;0.00;0.22 -11851;0;2696.00;10.47;1296.00;0.00;0.24 -11852;0;2757.00;12.60;1370.00;0.00;0.24 -11853;0;3450.00;17.90;1319.00;0.00;0.24 -11854;0;2747.00;13.12;1372.00;0.00;0.16 -11855;0;4675.00;13.05;1360.00;0.00;0.36 -11856;0;3133.00;13.20;1343.00;0.00;0.20 -11857;0;3153.00;13.42;1373.00;0.00;0.24 -11858;0;3103.00;13.60;1379.00;0.00;0.24 -11859;0;942.00;9.72;1442.00;0.00;0.40 -11860;0;3302.00;13.02;1291.00;0.00;0.26 -11861;0;2999.00;11.25;1390.00;0.00;0.22 -11862;0;4815.00;13.22;1377.00;0.00;0.22 -11863;0;2751.00;12.40;1312.00;0.00;0.20 -11864;0;4787.00;11.87;1400.00;0.00;0.32 -11865;0;4494.00;13.90;1157.00;0.00;0.42 -11866;0;3303.00;10.95;1346.00;0.00;0.26 -11867;0;3251.00;11.22;1323.00;0.00;0.24 -11868;0;3158.00;12.82;1382.00;0.00;0.22 -11869;0;2817.00;9.80;1445.00;0.00;0.20 -11870;0;2770.00;14.00;1334.00;0.00;0.16 -11871;0;3420.00;10.35;1268.00;0.00;0.32 -11872;0;3084.00;13.40;1395.00;0.00;0.20 -11873;0;1577.00;11.22;1514.00;0.00;0.28 -11874;0;2942.00;9.77;1316.00;0.00;0.24 -11875;0;2893.00;10.42;1395.00;0.00;0.22 -11876;0;938.00;11.57;1452.00;0.00;0.20 -11877;0;2876.00;9.82;1396.00;0.00;0.18 -11878;0;4814.00;14.60;1342.00;0.00;0.26 -11879;0;4853.00;9.57;1378.00;0.00;0.46 -11880;0;3464.00;14.02;1304.00;0.00;0.32 -11881;0;3370.00;11.60;1346.00;0.00;0.32 -11882;0;3015.00;12.55;1362.00;0.00;0.20 -11883;0;3313.00;11.87;1351.00;0.00;0.22 -11884;0;2784.00;12.27;1301.00;0.00;0.24 -11885;0;2681.00;10.75;1318.00;0.00;0.16 -11886;0;4679.00;11.70;1332.00;0.00;0.32 -11887;0;3151.00;11.42;1387.00;0.00;0.22 -11888;0;1579.00;12.90;1528.00;0.00;0.26 -11889;0;2987.00;11.25;1397.00;0.00;0.20 -11890;0;1502.00;10.60;1521.00;0.00;0.24 -11891;0;2926.00;10.90;1399.00;0.00;0.22 -11892;0;1607.00;9.70;1514.00;0.00;0.28 -11893;0;4818.00;12.05;1395.00;0.00;0.30 -11894;0;3383.00;12.75;1341.00;0.00;0.30 -11895;0;3144.00;12.47;1305.00;0.00;0.22 -11896;0;4771.00;11.80;1327.00;0.00;0.26 -11897;0;3351.00;12.80;1330.00;0.00;0.22 -11898;0;3252.00;11.77;1302.00;0.00;0.22 -11899;0;3095.00;14.02;1396.00;0.00;0.22 -11900;0;1635.00;9.70;1538.00;0.00;0.24 -11901;0;3044.00;9.62;1406.00;0.00;0.26 -11902;0;1582.00;10.90;1705.00;0.00;0.68 -11903;0;4699.00;10.00;1403.00;0.00;0.30 -11904;0;4908.00;12.72;1394.00;0.00;0.30 -11905;0;3214.00;10.97;1347.00;0.00;0.28 -11906;0;4839.00;13.07;1408.00;0.00;0.26 -11907;0;3272.00;12.95;1284.00;0.00;0.20 -11908;0;4971.00;12.52;1256.00;0.00;0.20 -11909;0;4446.00;10.20;967.00;0.00;0.20 -11910;0;3246.00;9.80;1153.00;0.00;0.30 -11911;0;4216.00;9.85;1010.00;0.00;0.30 -11912;0;4821.00;12.35;1266.00;0.00;0.20 -11913;0;4662.00;9.72;1176.00;0.00;0.20 -11914;0;4689.00;9.50;1012.00;0.00;0.22 -11915;0;4774.00;10.27;1294.00;0.00;0.20 -11916;0;4636.00;9.75;1197.00;0.00;0.18 -11917;0;3254.00;13.02;1273.00;0.00;0.20 -11918;0;4561.00;11.37;1064.00;0.00;0.30 -11919;0;3360.00;9.72;1202.00;0.00;0.24 -11920;0;4669.00;10.87;1122.00;0.00;0.24 -11921;0;2971.00;10.02;1229.00;0.00;0.32 -11922;0;3329.00;11.15;1142.00;0.00;0.32 -11923;0;2808.00;10.57;1242.00;0.00;0.28 -11924;0;4119.00;14.00;976.00;0.00;0.42 -11925;0;4848.00;11.85;1189.00;0.00;0.16 -11926;0;4500.00;10.25;1011.00;0.00;0.22 -11927;0;1569.00;9.70;1434.00;0.00;0.36 -11928;0;4700.47;9.80;1179.34;0.00;0.26 -11929;0;4214.00;9.85;1037.00;0.00;0.28 -11930;0;4983.00;11.25;1286.00;0.00;0.22 -11931;0;4551.00;11.70;1226.00;0.00;0.30 -11932;0;4782.00;10.07;1060.00;0.00;0.46 -11933;0;4604.00;9.70;1247.00;0.00;0.28 -11934;0;3194.00;11.20;719.00;0.00;0.62 -11935;0;2943.00;10.85;1223.00;0.00;0.40 -11936;0;4453.00;9.60;967.00;0.00;0.20 -11937;0;4642.00;10.55;1149.00;0.00;0.28 -11938;0;4563.00;9.57;1006.00;0.00;0.26 -11939;0;2865.00;10.85;1260.00;0.00;0.24 -11940;0;3015.00;10.87;1155.00;0.00;0.36 -11941;0;4563.00;10.47;1031.00;0.00;0.28 -11942;0;1454.00;10.30;1384.00;0.00;0.28 -11943;0;2670.00;10.52;1186.00;0.00;0.48 -11944;0;4637.00;9.70;1293.00;0.00;0.22 -11945;0;4596.00;11.02;1052.00;0.00;0.34 -11946;0;4883.00;9.65;1221.00;0.00;0.16 -11947;0;4673.00;11.02;1114.00;0.00;0.24 -11948;0;4783.00;9.57;1223.00;0.00;0.24 -11949;0;4848.00;10.05;1174.00;0.00;0.18 -11950;0;4034.00;10.97;948.00;0.00;0.30 -11951;0;3167.00;9.70;1144.00;0.00;0.42 -11952;0;3951.00;9.77;1007.00;0.00;0.28 -11953;0;2918.00;14.57;1246.00;0.00;0.28 -11954;0;3121.00;10.22;1175.00;0.00;0.20 -11955;0;4018.00;10.87;1128.00;0.00;0.34 -11956;0;2765.00;14.42;1272.00;0.00;0.18 -11957;0;2974.00;9.82;1199.00;0.00;0.40 -11958;0;4804.00;12.75;1295.00;0.00;0.24 -11959;0;4690.00;13.30;1041.00;0.00;0.22 -11960;0;4926.00;10.35;1228.00;0.00;0.24 -11961;0;4636.00;10.77;1102.00;0.00;0.30 -11962;0;4619.00;11.02;1269.00;0.00;0.24 -11963;0;4508.00;10.65;958.00;0.00;0.30 -11964;0;3295.00;9.70;1165.00;0.00;0.22 -11965;0;3153.00;9.57;1267.00;0.00;0.24 -11966;0;4266.00;13.35;1009.00;0.00;0.30 -11967;0;3224.00;10.07;1160.00;0.00;0.32 -11968;0;4224.00;10.00;1027.00;0.00;0.28 -11969;0;2963.00;10.00;1264.00;0.00;0.18 -11970;0;3346.00;10.32;1157.00;0.00;0.16 -11971;0;1353.00;10.40;1598.00;0.00;0.38 -11972;0;4441.00;14.05;1110.00;0.00;0.36 -11973;0;4635.00;11.00;1214.00;0.00;0.22 -11974;0;3286.00;10.10;1092.00;0.00;0.26 -11975;0;1533.93;9.70;1398.39;0.00;0.44 -11976;0;3373.00;12.07;1139.00;0.00;0.36 -11977;0;4797.00;12.10;1250.00;0.00;0.26 -11978;0;4119.00;10.15;957.00;0.00;0.32 -11979;0;3329.00;10.15;1157.00;0.00;0.20 -11980;0;4628.00;9.70;1282.00;0.00;0.26 -11981;0;4529.00;9.60;995.00;0.00;0.24 -11982;0;4671.00;9.85;1178.00;0.00;0.20 -11983;0;4531.00;10.02;1013.00;0.00;0.26 -11984;0;3326.75;11.10;1229.88;0.00;0.40 -11985;0;4853.00;9.82;1215.00;0.00;0.24 -11986;0;4656.00;9.60;1059.00;0.00;0.24 -11987;0;2731.00;15.00;1212.00;0.00;0.30 -11988;0;4592.00;10.40;1119.00;0.00;0.30 -11989;0;4970.00;12.37;1264.00;0.00;0.34 -11990;0;4523.00;9.55;953.00;0.00;0.34 -11991;0;4682.00;11.07;1141.00;0.00;0.26 -11992;0;4782.00;9.60;1261.00;0.00;0.28 -11993;0;3971.00;10.05;1001.00;0.00;0.34 -11994;0;4645.00;9.70;1169.00;0.00;0.26 -11995;0;4022.00;10.72;1026.00;0.00;0.50 -11996;0;4623.00;9.70;1291.00;0.00;0.26 -11997;0;4878.00;9.92;1194.00;0.00;0.24 -11998;0;3085.00;9.70;1331.00;0.00;0.22 -11999;0;3323.00;10.05;1040.00;0.00;0.24 -12000;0;2959.00;10.17;1191.00;0.00;0.36 -12001;0;3135.00;10.85;1302.00;0.00;0.24 -12002;0;3321.00;12.02;1092.00;0.00;0.42 -12003;0;3029.00;9.50;1248.00;0.00;0.16 -12004;0;3301.00;10.55;1139.00;0.00;0.32 -12005;0;3973.00;12.70;1172.00;0.00;0.44 -12006;0;4848.00;10.60;1183.00;0.00;0.14 -12007;0;4965.00;10.97;1269.00;0.00;0.30 -12008;0;4437.00;10.25;1011.00;0.00;0.36 -12009;0;3032.00;12.97;1163.00;0.00;0.22 -12010;0;4235.00;9.50;1017.00;0.00;0.36 -12011;0;4817.00;13.17;1275.00;0.00;0.20 -12012;0;4575.00;9.80;1204.00;0.00;0.36 -12013;0;3268.00;11.95;1270.00;0.00;0.26 -12014;0;4566.00;11.55;1053.00;0.00;0.34 -12015;0;4639.00;11.07;1237.00;0.00;0.18 -12016;0;3277.00;14.35;1277.00;0.00;0.22 -12017;0;4532.00;10.67;1094.00;0.00;0.34 -12018;0;2794.00;14.27;1200.00;0.00;0.52 -12019;0;4645.00;11.67;1136.00;0.00;0.22 -12020;0;2829.00;13.92;1232.00;0.00;0.32 -12021;0;435.00;12.40;989.00;0.00;0.34 -12022;0;3031.00;10.85;1047.00;0.00;1.32 -12023;0;4523.00;11.37;1018.00;0.00;0.22 -12024;0;1261.00;11.10;1512.00;0.00;0.38 -12025;0;3160.00;9.80;1175.00;0.00;0.30 -12026;0;4607.00;10.42;1311.00;0.00;0.26 -12027;0;4692.00;14.37;1031.00;0.00;0.22 -12028;0;4899.00;9.75;1205.00;0.00;0.18 -12029;0;3371.00;10.75;1255.00;0.00;0.32 -12030;0;4618.00;10.40;1081.00;0.00;0.28 -12031;0;4907.00;10.02;1229.00;0.00;0.20 -12032;0;4848.93;10.00;1166.22;0.00;0.22 -12033;0;3210.00;10.00;1151.00;0.00;0.30 -12034;0;2910.00;13.95;1233.00;0.00;0.36 -12035;0;4140.00;10.50;1028.00;0.00;0.28 -12036;0;4628.00;9.70;1185.00;0.00;0.22 -12037;0;3892.00;9.70;1007.00;0.00;0.34 -12038;0;2770.00;10.25;1266.00;0.00;0.20 -12039;0;2991.00;9.70;1190.00;0.00;0.30 -12040;0;4782.00;9.65;1287.00;0.00;0.22 -12041;0;3965.00;9.95;1126.00;0.00;0.46 -12042;0;2728.00;16.85;1198.00;0.00;0.32 -12043;0;4647.00;9.70;1313.00;0.00;0.28 -12044;0;3295.00;10.40;1081.00;0.00;0.32 -12045;0;4643.00;11.62;1259.00;0.00;0.24 -12046;0;3496.00;9.80;1199.00;0.00;0.44 -12047;0;3031.00;10.85;1276.00;0.00;0.20 -12048;0;4457.00;9.70;991.00;0.00;0.24 -12049;0;3307.00;9.70;1156.00;0.00;0.16 -12050;0;4190.00;9.90;1020.00;0.00;0.20 -12051;0;2912.00;11.65;1258.00;0.00;0.24 -12052;0;4693.00;10.15;1169.00;0.00;0.20 -12053;0;4536.00;11.77;1081.00;0.00;0.30 -12054;0;1582.00;9.70;1455.00;0.00;0.34 -12055;0;4640.00;9.85;1220.00;0.00;0.20 -12056;0;5003.00;12.47;1306.00;0.00;0.26 -12057;0;4641.00;13.12;1068.00;0.00;0.24 -12058;0;3178.00;10.92;1238.00;0.00;0.20 -12059;0;4678.00;11.57;1132.00;0.00;0.24 -12060;0;4813.00;9.65;1235.00;0.00;0.14 -12061;0;4639.00;10.37;1160.00;0.00;0.28 -12062;0;4589.00;11.25;1274.00;0.00;0.24 -12063;0;4155.00;9.70;988.00;0.00;0.28 -12064;0;3249.00;14.55;198.00;0.00;0.72 -12065;0;4461.00;10.75;1013.00;0.00;0.34 -12066;0;3060.00;9.97;1298.00;0.00;0.24 -12067;0;4682.00;9.85;1208.00;0.00;0.22 -12068;0;4685.00;10.67;1021.00;0.00;0.22 -12069;0;4619.00;9.70;1241.00;0.00;0.26 -12070;0;2691.00;9.82;1277.00;0.00;0.20 -12071;0;3320.00;10.42;1070.00;0.00;0.28 -12072;0;4969.00;11.85;1244.00;0.00;0.26 -12073;0;3341.00;12.50;1130.00;0.00;0.38 -12074;0;4661.00;11.30;1267.00;0.00;0.26 -12075;0;4442.00;10.72;992.00;0.00;0.32 -12076;0;4700.00;9.67;1159.00;0.00;0.16 -12077;0;4550.00;10.57;1010.00;0.00;0.22 -12078;0;4580.00;11.87;1283.00;0.00;0.24 -12079;0;3144.00;9.80;1161.00;0.00;0.28 -12080;0;3986.00;10.70;1015.00;0.00;0.36 -12081;0;2748.00;13.22;1296.00;0.00;0.16 -12082;0;3040.00;10.70;1098.00;0.00;0.92 -12083;0;2758.00;11.92;1291.00;0.00;0.20 -12084;0;4639.00;12.55;1058.00;0.00;0.22 -12085;0;4792.00;9.70;1230.00;0.00;0.26 -12086;0;4550.00;9.70;1141.00;0.00;0.34 -12087;0;2727.00;11.95;1233.00;0.00;0.26 -12088;0;3094.00;10.12;1142.00;0.00;0.28 -12089;0;4814.00;11.55;1253.00;0.00;0.20 -12090;0;4259.00;9.50;979.00;0.00;0.38 -12091;0;3221.00;9.90;1145.00;0.00;0.28 -12092;0;3948.00;9.80;1029.00;0.00;0.38 -12093;0;4648.00;9.70;1280.00;0.00;0.24 -12094;0;3134.00;10.07;1186.00;0.00;0.20 -12095;0;4577.00;9.82;1032.00;0.00;0.30 -12096;0;3264.00;9.72;1258.00;0.00;0.24 -12097;0;4955.00;9.75;1227.00;0.00;0.20 -12098;0;3068.00;12.50;1309.00;0.00;0.22 -12099;0;3272.00;10.65;1075.00;0.00;0.78 -12100;0;2760.00;11.27;1230.00;0.00;0.28 -12101;0;3362.00;12.55;1117.00;0.00;0.52 -12102;0;3802.00;10.40;1661.00;0.00;0.30 -12103;0;4890.00;10.45;762.00;0.00;0.24 -12104;0;4873.00;10.40;433.00;0.00;0.32 -12105;0;3981.00;11.10;898.00;0.00;0.32 -12106;0;3803.00;10.40;1651.00;0.00;0.34 -12107;0;5039.00;10.80;536.00;0.00;0.34 -12108;0;3708.00;9.85;1457.00;0.00;0.48 -12109;0;4501.00;12.72;855.00;0.00;0.20 -12110;0;4592.00;9.70;604.00;0.00;0.22 -12111;0;3900.00;10.37;1512.00;0.00;0.46 -12112;0;4725.00;10.40;807.00;0.00;0.22 -12113;0;4434.00;9.50;661.00;0.00;0.14 -12114;0;4055.00;9.97;942.00;0.00;0.40 -12115;0;3814.00;9.85;1556.00;0.00;0.38 -12116;0;4746.00;10.45;753.00;0.00;0.28 -12117;0;3702.00;13.40;1626.00;0.00;0.36 -12118;0;4739.00;9.90;817.00;0.00;0.12 -12119;0;4007.00;18.85;1325.00;0.00;0.58 -12120;0;5428.00;9.50;393.00;0.00;0.36 -12121;0;3871.00;10.30;1481.00;0.00;0.54 -12122;0;4363.00;9.60;851.00;0.00;0.20 -12123;0;5049.00;9.50;529.00;0.00;0.34 -12124;0;991.00;13.95;1684.00;0.00;0.50 -12125;0;4338.00;9.65;898.00;0.00;0.28 -12126;0;4329.09;9.70;662.45;0.00;0.98 -12127;0;4314.00;10.75;929.00;0.00;0.20 -12128;0;3657.00;11.45;1556.00;0.00;0.26 -12129;0;4515.00;9.82;665.00;0.00;0.36 -12130;0;3693.00;10.27;1633.00;0.00;0.36 -12131;0;4383.00;10.22;752.00;0.00;0.22 -12132;0;5390.00;11.05;303.00;0.00;0.20 -12133;0;4454.00;9.60;806.00;0.00;0.22 -12134;0;948.00;15.20;1572.00;0.00;0.40 -12135;0;5088.00;9.50;520.00;0.00;0.28 -12136;0;4949.00;9.77;1517.00;0.00;0.30 -12137;0;4053.00;10.15;1084.00;0.00;0.38 -12138;0;4407.00;10.30;592.00;0.00;0.32 -12139;0;3803.00;9.90;1493.00;0.00;0.52 -12140;0;5061.00;11.02;859.00;0.00;0.28 -12141;0;4420.00;10.62;1140.00;0.00;0.34 -12142;0;3988.00;10.70;935.00;0.00;0.30 -12143;0;3796.00;9.80;1547.00;0.00;0.50 -12144;0;4373.00;9.70;747.00;0.00;0.24 -12145;0;1252.00;11.02;1729.00;0.00;0.48 -12146;0;4005.00;11.40;849.00;0.00;0.40 -12147;0;1632.00;9.80;1958.00;0.00;2.84 -12148;0;461.00;11.62;366.00;0.00;0.22 -12149;0;1692.00;9.80;1681.00;0.00;0.38 -12150;0;4482.00;11.67;847.00;0.00;0.32 -12151;0;4727.49;9.60;516.61;0.00;0.18 -12152;0;3965.00;9.80;1519.00;0.00;0.48 -12153;0;4733.00;9.97;805.00;0.00;0.14 -12154;0;5079.00;10.87;561.00;0.00;0.28 -12155;0;922.00;11.87;1657.00;0.00;0.40 -12156;0;4497.00;11.17;1225.00;0.00;0.40 -12157;0;3751.00;10.37;1612.00;0.00;0.40 -12158;0;4762.00;9.77;744.00;0.00;0.24 -12159;0;5604.00;9.50;382.00;0.00;0.28 -12160;0;4762.00;10.72;785.00;0.00;0.18 -12161;0;3796.00;9.90;1312.00;0.00;0.50 -12162;0;4656.55;11.40;513.68;0.00;0.26 -12163;0;3699.00;9.80;1440.00;0.00;0.44 -12164;0;4045.00;9.90;829.00;0.00;0.28 -12165;0;4452.00;10.17;576.00;0.00;0.26 -12166;0;1039.00;13.07;1846.00;0.00;0.70 -12167;0;4470.00;10.20;870.00;0.00;0.26 -12168;0;4408.00;10.10;654.00;0.00;0.32 -12169;0;2816.00;11.75;1384.00;0.00;0.18 -12170;0;3790.00;9.80;1528.00;0.00;0.50 -12171;0;4614.00;10.12;728.00;0.00;0.26 -12172;0;3645.00;10.17;1601.00;0.00;0.32 -12173;0;4377.00;9.80;894.00;0.00;0.26 -12174;0;4128.00;9.80;1680.00;0.00;0.34 -12175;0;3656.00;9.92;1748.00;0.00;0.38 -12176;0;4487.00;12.77;835.00;0.00;0.30 -12177;0;3860.00;10.87;1458.00;0.00;0.58 -12178;0;4785.22;10.80;513.24;0.00;0.24 -12179;0;3704.00;9.80;1478.00;0.00;0.48 -12180;0;4053.00;9.77;868.00;0.00;0.22 -12181;0;4386.00;9.85;651.00;0.00;0.34 -12182;0;3967.00;11.75;939.00;0.00;0.32 -12183;0;922.00;10.30;1643.00;0.00;0.32 -12184;0;4417.00;10.27;646.00;0.00;0.24 -12185;0;3826.00;10.55;1608.00;0.00;0.38 -12186;0;4630.00;11.77;736.00;0.00;0.34 -12187;0;3693.00;10.17;1738.00;0.00;0.48 -12188;0;4771.00;10.57;788.00;0.00;0.20 -12189;0;4916.00;10.00;1479.00;0.00;0.36 -12190;0;4768.00;11.45;508.00;0.00;0.18 -12191;0;4423.00;12.75;841.00;0.00;0.22 -12192;0;4922.00;9.70;1497.00;0.00;0.42 -12193;0;5090.00;13.87;554.00;0.00;0.40 -12194;0;3883.00;10.25;1499.00;0.00;0.52 -12195;0;4394.00;10.37;883.00;0.00;0.30 -12196;0;4635.00;9.85;647.00;0.00;0.28 -12197;0;4298.00;10.80;925.00;0.00;0.20 -12198;0;3765.00;9.90;1527.00;0.00;0.50 -12199;0;4409.00;10.82;731.00;0.00;0.26 -12200;0;3713.00;16.12;1573.00;0.00;0.40 -12201;0;4351.00;9.70;789.00;0.00;0.24 -12202;0;1710.00;10.70;1644.00;0.00;0.38 -12203;0;3641.00;9.80;1690.00;0.00;0.26 -12204;0;4500.00;9.65;830.00;0.00;0.24 -12205;0;1602.00;10.80;1670.00;0.00;0.36 -12206;0;4744.00;11.30;499.00;0.00;0.18 -12207;0;5387.41;9.70;1653.97;0.00;0.20 -12208;0;3971.00;11.02;885.00;0.00;0.28 -12209;0;4428.00;9.67;572.00;0.00;0.34 -12210;0;4470.00;11.62;905.00;0.00;0.32 -12211;0;881.00;11.47;1645.00;0.00;0.32 -12212;0;4409.00;9.80;628.00;0.00;0.28 -12213;0;4700.00;9.72;944.00;0.00;0.30 -12214;0;917.00;13.45;1690.00;0.00;0.34 -12215;0;4378.00;9.70;718.00;0.00;0.16 -12216;0;3693.00;10.65;1674.00;0.00;0.38 -12217;0;4757.00;12.77;776.00;0.00;0.18 -12218;0;3884.00;12.70;1276.00;0.00;0.44 -12219;0;4671.00;9.90;497.00;0.00;0.20 -12220;0;4363.00;9.62;841.00;0.00;0.16 -12221;0;1720.00;11.05;1663.00;0.00;0.32 -12222;0;5151.00;9.75;553.00;0.00;0.16 -12223;0;1682.00;10.57;1697.00;0.00;0.44 -12224;0;4392.00;9.70;873.00;0.00;0.24 -12225;0;4618.00;10.70;628.00;0.00;0.30 -12226;0;4011.00;11.60;949.00;0.00;0.36 -12227;0;3743.00;9.95;1520.00;0.00;0.40 -12228;0;4646.00;9.60;716.00;0.00;0.26 -12229;0;3769.00;10.60;1591.00;0.00;0.44 -12230;0;4342.00;9.70;783.00;0.00;0.22 -12231;0;834.00;9.97;1762.00;0.00;0.66 -12232;0;4480.00;9.72;820.00;0.00;0.18 -12233;0;3708.00;10.00;1417.00;0.00;0.48 -12234;0;4685.00;10.40;490.00;0.00;0.36 -12235;0;3671.00;10.20;1471.00;0.00;0.36 -12236;0;4702.00;9.90;872.00;0.00;0.26 -12237;0;5097.00;10.75;544.00;0.00;0.20 -12238;0;4332.00;9.90;927.00;0.00;0.22 -12239;0;3861.00;12.85;1276.00;0.00;0.44 -12240;0;5048.00;9.95;588.00;0.00;0.28 -12241;0;4089.00;13.80;955.00;0.00;0.28 -12242;0;3653.00;10.17;1566.00;0.00;0.24 -12243;0;4630.00;9.90;709.00;0.00;0.18 -12244;0;3644.00;9.87;1666.00;0.00;0.26 -12245;0;4765.00;11.52;778.00;0.00;0.20 -12246;0;4879.00;9.50;472.00;0.00;0.14 -12247;0;4025.00;10.20;816.00;0.00;0.24 -12248;0;3865.00;11.15;1260.00;0.00;0.42 -12249;0;4485.00;9.82;548.00;0.00;0.26 -12250;0;3898.00;17.02;1298.00;0.00;0.32 -12251;0;4254.48;9.50;848.22;0.00;0.16 -12252;0;4618.00;10.15;615.00;0.00;0.28 -12253;0;4688.00;10.27;914.00;0.00;0.18 -12254;0;3670.00;10.00;1492.00;0.00;0.42 -12255;0;4400.00;10.07;704.00;0.00;0.18 -12256;0;4312.00;10.35;957.00;0.00;0.26 -12257;0;3822.00;10.00;1574.00;0.00;0.46 -12258;0;4077.00;12.10;762.00;0.00;0.28 -12259;0;815.00;9.60;1749.00;0.00;0.36 -12260;0;4451.00;9.70;831.00;0.00;0.24 -12261;0;4889.00;10.30;1504.00;0.00;0.48 -12262;0;4377.00;13.25;1032.00;0.00;0.32 -12263;0;4933.00;10.12;1518.00;0.00;0.54 -12264;0;4410.00;9.82;879.00;0.00;0.22 -12265;0;5255.00;10.07;538.00;0.00;0.26 -12266;0;3840.00;10.30;1517.00;0.00;0.48 -12267;0;4295.00;9.85;907.00;0.00;0.24 -12268;0;4439.00;9.67;606.00;0.00;0.26 -12269;0;3950.00;10.10;940.00;0.00;0.30 -12270;0;3666.00;10.00;1566.00;0.00;0.30 -12271;0;4412.00;10.27;695.00;0.00;0.20 -12272;0;833.00;9.80;1734.00;0.00;0.40 -12273;0;4754.00;11.30;768.00;0.00;0.22 -12274;0;4469.00;10.62;1169.00;0.00;0.32 -12275;0;4002.00;12.42;826.00;0.00;0.26 -12276;0;1612.00;9.95;1657.00;0.00;0.40 -12277;0;4525.00;12.10;534.00;0.00;0.22 -12278;0;1520.00;9.50;1661.00;0.00;0.54 -12279;0;4730.75;10.30;862.80;0.00;0.24 -12280;0;4573.00;10.20;607.00;0.00;0.28 -12281;0;875.00;10.35;1616.00;0.00;0.40 -12282;0;4422.00;14.87;1047.00;0.00;0.42 -12283;0;4552.00;10.30;684.00;0.00;0.30 -12284;0;4290.00;10.00;941.00;0.00;0.24 -12285;0;3835.00;10.20;1567.00;0.00;0.44 -12286;0;4359.00;9.70;768.00;0.00;0.20 -12287;0;3749.00;10.87;1640.00;0.00;0.30 -12288;0;4454.00;9.70;821.00;0.00;0.24 -12289;0;1774.00;9.80;1668.00;0.00;0.42 -12290;0;4902.00;10.15;457.00;0.00;0.32 -12291;0;1735.00;10.25;1699.00;0.00;0.56 -12292;0;4347.00;9.50;852.00;0.00;0.40 -12293;0;4538.00;9.92;533.00;0.00;0.26 -12294;0;3722.00;9.85;1491.00;0.00;0.40 -12295;0;3978.00;11.00;920.00;0.00;0.34 -12296;0;4447.00;10.30;597.00;0.00;0.20 -12297;0;4459.00;10.07;940.00;0.00;0.28 -12298;0;3670.00;10.50;1554.00;0.00;0.28 -12299;0;4423.00;9.60;669.00;0.00;0.18 -12300;0;4550.00;14.87;1296.00;0.00;0.36 -12301;0;1225.00;11.50;1415.00;0.00;0.46 -12302;0;4372.00;10.35;674.00;0.00;0.32 -12303;0;994.00;11.55;1443.00;0.00;0.38 -12304;0;1605.00;9.57;1159.00;0.00;0.22 -12305;0;1403.00;9.80;1514.00;0.00;0.30 -12306;0;1747.00;12.12;229.00;0.00;0.68 -12307;0;4127.00;10.50;1020.00;0.00;0.34 -12308;0;5133.00;11.22;285.00;0.00;0.42 -12309;0;3516.00;11.05;1350.00;0.00;0.24 -12310;0;4545.00;10.42;1101.00;0.00;0.36 -12311;0;4848.00;10.00;397.00;0.00;0.62 -12312;0;1419.00;10.40;1584.00;0.00;0.22 -12313;0;1352.00;9.67;1363.00;0.00;0.34 -12314;0;3892.00;11.00;1265.00;0.00;0.52 -12315;0;4888.00;12.90;633.00;0.00;0.34 -12316;0;3423.00;10.92;1216.00;0.00;0.38 -12317;0;4329.00;10.90;954.00;0.00;0.22 -12318;0;3469.00;16.32;1289.00;0.00;0.28 -12319;0;4418.00;13.25;1010.00;0.00;0.28 -12320;0;3502.00;12.80;1326.00;0.00;0.24 -12321;0;1807.00;9.82;209.00;0.00;0.66 -12322;0;4294.00;11.87;1095.00;0.00;0.50 -12323;0;4647.00;9.82;267.00;0.00;0.54 -12324;0;3733.00;9.70;1358.00;0.00;0.40 -12325;0;1491.00;10.30;1379.00;0.00;0.28 -12326;0;4854.00;10.50;426.00;0.00;0.62 -12327;0;4392.00;16.12;1289.00;0.00;0.52 -12328;0;1402.00;10.37;1422.00;0.00;0.40 -12329;0;3842.00;10.40;1419.00;0.00;0.50 -12330;0;4677.00;14.17;606.00;0.00;0.22 -12331;0;4539.00;13.80;1367.00;0.00;0.62 -12332;0;4426.00;10.17;950.00;0.00;0.32 -12333;0;3720.00;14.05;1289.00;0.00;0.56 -12334;0;2131.00;10.65;517.00;0.00;0.44 -12335;0;4285.00;9.90;1023.00;0.00;0.36 -12336;0;1941.00;9.65;297.00;0.00;0.38 -12337;0;4706.00;10.55;1415.00;0.00;0.32 -12338;0;4192.00;14.07;1083.00;0.00;0.32 -12339;0;4887.00;10.20;433.00;0.00;0.38 -12340;0;3899.00;10.50;1385.00;0.00;0.54 -12341;0;1293.00;10.40;1368.00;0.00;0.46 -12342;0;4867.00;10.37;1454.00;0.00;0.36 -12343;0;4392.00;9.95;637.00;0.00;0.28 -12344;0;4568.00;14.15;1280.00;0.00;0.30 -12345;0;4377.00;10.75;927.00;0.00;0.24 -12346;0;1383.00;10.15;1488.00;0.00;0.42 -12347;0;1617.00;9.67;1204.00;0.00;0.36 -12348;0;4625.00;12.90;1391.00;0.00;0.48 -12349;0;1784.00;10.40;181.00;0.00;0.68 -12350;0;4568.00;9.87;1083.00;0.00;0.24 -12351;0;1867.00;9.70;304.00;0.00;0.44 -12352;0;5019.00;9.82;1395.00;0.00;0.30 -12353;0;1512.00;10.30;1367.00;0.00;0.30 -12354;0;5022.00;9.70;391.00;0.00;0.54 -12355;0;4822.00;11.30;1426.00;0.00;0.34 -12356;0;4510.00;13.55;1258.00;0.00;0.42 -12357;0;1426.00;10.60;1597.00;0.00;0.40 -12358;0;4676.00;11.85;631.00;0.00;0.32 -12359;0;3656.00;9.72;1284.00;0.00;0.42 -12360;0;4416.00;10.20;918.00;0.00;0.40 -12361;0;1352.00;10.20;1519.00;0.00;0.44 -12362;0;5563.00;9.65;196.00;0.00;0.20 -12363;0;4332.00;12.15;1029.00;0.00;0.36 -12364;0;1883.00;9.70;290.00;0.00;0.40 -12365;0;1387.00;11.20;1534.00;0.00;0.28 -12366;0;4246.00;13.02;1075.00;0.00;0.30 -12367;0;5054.00;13.67;372.00;0.00;0.42 -12368;0;1422.00;10.27;1573.00;0.00;0.28 -12369;0;1273.00;9.87;1301.00;0.00;0.38 -12370;0;3975.00;16.80;1331.00;0.00;0.48 -12371;0;4998.00;10.92;603.00;0.00;0.26 -12372;0;3462.00;10.15;1225.00;0.00;0.44 -12373;0;4401.00;10.35;909.00;0.00;0.36 -12374;0;990.00;12.30;1414.00;0.00;0.36 -12375;0;4103.00;11.65;1009.00;0.00;0.40 -12376;0;3482.00;15.35;1320.00;0.00;0.26 -12377;0;5087.00;10.12;159.00;0.00;0.48 -12378;0;4546.00;12.45;1056.00;0.00;0.32 -12379;0;1896.00;9.70;276.00;0.00;0.34 -12380;0;3499.00;14.97;1339.00;0.00;0.18 -12381;0;1529.00;9.70;1366.00;0.00;0.32 -12382;0;5055.00;11.10;352.00;0.00;0.44 -12383;0;3672.00;9.90;1373.00;0.00;0.40 -12384;0;1490.00;10.07;1427.00;0.00;0.26 -12385;0;3945.00;10.72;1417.00;0.00;0.52 -12386;0;4882.00;10.75;599.00;0.00;0.54 -12387;0;3453.00;10.52;1275.00;0.00;0.28 -12388;0;4401.00;10.12;895.00;0.00;0.30 -12389;0;2816.00;9.50;1519.00;0.00;0.28 -12390;0;3904.00;9.90;1701.00;0.00;0.50 -12391;0;3067.00;13.37;395.00;0.00;1.18 -12392;0;4402.00;11.82;1003.00;0.00;0.36 -12393;0;3716.00;10.25;1836.00;0.00;0.60 -12394;0;1854.00;9.80;267.00;0.00;0.50 -12395;0;4243.00;10.72;1064.00;0.00;0.34 -12396;0;2012.00;11.82;391.00;0.00;0.52 -12397;0;3874.00;11.22;1390.00;0.00;0.54 -12398;0;1400.00;9.55;1351.00;0.00;0.26 -12399;0;979.00;16.12;1524.00;0.00;0.64 -12400;0;5034.00;10.40;591.00;0.00;0.46 -12401;0;1344.00;10.32;1397.00;0.00;0.32 -12402;0;4428.00;10.02;899.00;0.00;0.38 -12403;0;4572.00;13.65;1345.00;0.00;0.42 -12404;0;4301.00;10.00;996.00;0.00;0.30 -12405;0;1580.00;12.75;1558.00;0.00;0.20 -12406;0;5131.00;9.75;145.00;0.00;0.32 -12407;0;4533.00;11.70;1067.00;0.00;0.30 -12408;0;4528.00;10.72;1194.00;0.00;0.26 -12409;0;1840.00;10.55;250.00;0.00;0.44 -12410;0;1307.00;10.27;1350.00;0.00;0.44 -12411;0;5078.00;10.00;332.00;0.00;0.50 -12412;0;4802.00;10.12;1427.00;0.00;0.20 -12413;0;3451.00;10.70;1210.00;0.00;0.44 -12414;0;4510.00;12.70;1139.00;0.00;0.38 -12415;0;4398.00;11.70;612.00;0.00;0.30 -12416;0;3434.00;10.77;1272.00;0.00;0.28 -12417;0;4447.00;10.10;885.00;0.00;0.30 -12418;0;1344.00;10.30;1585.00;0.00;0.42 -12419;0;3142.00;12.40;155.00;0.00;0.68 -12420;0;4073.00;10.45;990.00;0.00;0.36 -12421;0;5029.00;11.95;1390.00;0.00;0.24 -12422;0;2161.00;10.92;628.00;0.00;0.48 -12423;0;4226.00;10.25;1055.00;0.00;0.40 -12424;0;5095.00;10.77;316.00;0.00;0.40 -12425;0;989.00;14.32;1488.00;0.00;0.54 -12426;0;4597.00;9.95;1175.00;0.00;0.30 -12427;0;4126.00;14.05;1509.00;0.00;0.42 -12428;0;5054.00;13.82;569.00;0.00;0.52 -12429;0;1418.00;10.40;1405.00;0.00;0.30 -12430;0;3895.00;15.70;1312.00;0.00;0.34 -12431;0;4427.00;9.90;889.00;0.00;0.26 -12432;0;4568.00;12.75;1322.00;0.00;0.36 -12433;0;4404.00;11.25;990.00;0.00;0.30 -12434;0;3564.00;10.25;1314.00;0.00;0.40 -12435;0;5115.00;13.15;136.00;0.00;0.40 -12436;0;4485.00;10.97;1052.00;0.00;0.32 -12437;0;1447.00;9.82;1527.00;0.00;0.32 -12438;0;2068.00;11.92;527.00;0.00;0.46 -12439;0;1537.00;9.70;1342.00;0.00;0.34 -12440;0;1918.00;9.90;361.00;0.00;0.56 -12441;0;3487.00;14.45;1340.00;0.00;0.24 -12442;0;3399.00;13.42;1219.00;0.00;0.32 -12443;0;4877.00;10.05;1445.00;0.00;0.30 -12444;0;4708.00;10.37;580.00;0.00;0.30 -12445;0;1559.00;10.70;1474.00;0.00;0.22 -12446;0;5031.51;9.70;1453.62;0.00;0.56 -12447;0;4453.00;10.30;865.00;0.00;0.30 -12448;0;4561.00;14.45;1386.00;0.00;0.44 -12449;0;4302.00;10.07;979.00;0.00;0.24 -12450;0;3515.00;15.67;1326.00;0.00;0.26 -12451;0;5131.00;10.15;223.00;0.00;0.40 -12452;0;4148.00;10.22;1040.00;0.00;0.32 -12453;0;1889.00;9.70;340.00;0.00;0.50 -12454;0;3700.00;9.80;1372.00;0.00;0.52 -12455;0;3389.00;12.20;1122.00;0.00;0.50 -12456;0;1412.00;10.75;1602.00;0.00;0.32 -12457;0;4965.00;10.30;523.00;0.00;0.34 -12458;0;1354.00;9.82;1433.00;0.00;0.36 -12459;0;1725.00;9.80;1636.00;0.00;0.36 -12460;0;4441.00;9.92;871.00;0.00;0.30 -12461;0;989.00;10.90;1400.00;0.00;0.32 -12462;0;4128.00;10.35;965.00;0.00;0.30 -12463;0;1367.00;10.80;1486.00;0.00;0.38 -12464;0;4303.00;10.27;1043.00;0.00;0.30 -12465;0;3749.00;9.80;1345.00;0.00;0.46 -12466;0;1977.00;11.05;438.00;0.00;0.54 -12467;0;4578.00;9.90;1143.00;0.00;0.36 -12468;0;1910.00;9.80;346.00;0.00;0.40 -12469;0;4682.00;11.92;1418.00;0.00;0.42 -12470;0;1504.00;9.80;1389.00;0.00;0.40 -12471;0;3770.00;9.70;1402.00;0.00;0.52 -12472;0;4573.00;9.80;521.00;0.00;0.24 -12473;0;3384.00;10.60;1255.00;0.00;0.32 -12474;0;3689.00;9.85;1421.00;0.00;0.48 -12475;0;4455.00;10.30;851.00;0.00;0.28 -12476;0;3479.00;13.17;1279.00;0.00;0.28 -12477;0;1585.00;9.50;1166.00;0.00;0.68 -12478;0;4687.00;10.25;1395.00;0.00;0.32 -12479;0;2090.00;11.80;514.00;0.00;0.42 -12480;0;4096.00;10.52;1031.00;0.00;0.28 -12481;0;1949.00;9.85;324.00;0.00;0.48 -12482;0;4834.00;11.85;1416.00;0.00;0.26 -12483;0;4561.00;9.97;1105.00;0.00;0.34 -12484;0;5014.00;10.30;520.00;0.00;0.42 -12485;0;4727.00;9.90;1451.00;0.00;0.54 -12486;0;1337.00;10.40;1381.00;0.00;0.32 -12487;0;3891.00;10.42;1431.00;0.00;0.60 -12488;0;4322.00;11.75;707.00;0.00;0.44 -12489;0;1361.00;10.47;1443.00;0.00;0.36 -12490;0;4074.00;11.77;975.00;0.00;0.36 -12491;0;3717.00;9.80;1313.00;0.00;0.52 -12492;0;4298.00;9.80;1024.00;0.00;0.24 -12493;0;5036.00;12.97;1370.00;0.00;0.38 -12494;0;1814.00;9.77;224.00;0.00;0.62 -12495;0;4589.00;10.30;1102.00;0.00;0.32 -12496;0;1917.00;9.80;313.00;0.00;0.42 -12497;0;1407.00;9.95;1545.00;0.00;0.34 -12498;0;1485.00;10.40;1392.00;0.00;0.36 -12499;0;4924.00;10.40;438.00;0.00;0.36 -12500;0;4887.00;9.75;1438.00;0.00;0.30 -12501;0;1443.00;12.77;1466.00;0.00;0.30 -12502;0;3794.00;14.15;1887.00;0.00;1.26 -12503;0;1849.00;11.00;1827.00;0.00;1.10 -12504;0;3259.00;13.22;428.00;0.00;0.64 -12505;0;1973.00;9.70;1683.00;0.00;0.52 -12506;0;4560.00;11.27;1652.00;0.00;0.60 -12507;0;4510.00;14.30;1517.00;0.00;0.70 -12508;0;823.00;12.65;1880.00;0.00;1.32 -12509;0;4193.00;15.72;1519.00;0.00;0.56 -12510;0;4048.00;10.40;1680.00;0.00;0.68 -12511;0;4013.00;14.10;1356.00;0.00;0.40 -12512;0;2089.00;12.92;1897.00;0.00;2.12 -12513;0;1293.00;10.50;1535.00;0.00;0.38 -12514;0;4108.00;10.30;1746.00;0.00;0.62 -12515;0;4138.00;10.22;1598.00;0.00;0.54 -12516;0;1253.00;11.50;1587.00;0.00;0.52 -12517;0;3989.00;10.32;1822.00;0.00;0.94 -12518;0;5019.00;11.07;1744.00;0.00;1.52 -12519;0;3111.00;13.20;344.00;0.00;0.92 -12520;0;4251.00;13.02;1483.00;0.00;0.64 -12521;0;3875.00;10.40;1643.00;0.00;0.38 -12522;0;5239.00;11.22;1629.00;0.00;1.28 -12523;0;4346.00;10.40;1691.00;0.00;0.66 -12524;0;4231.00;12.22;1354.00;0.00;0.58 -12525;0;4469.00;11.15;1585.00;0.00;0.68 -12526;0;4070.00;15.75;1374.00;0.00;0.40 -12527;0;3695.00;10.67;1717.00;0.00;0.42 -12528;0;4153.00;10.22;1576.00;0.00;0.50 -12529;0;4071.00;10.57;1428.00;0.00;0.50 -12530;0;3572.00;9.80;1965.00;0.00;0.44 -12531;0;4527.00;10.40;1790.00;0.00;1.10 -12532;0;5099.00;11.82;100.00;0.00;0.32 -12533;0;4534.00;12.50;1493.00;0.00;0.50 -12534;0;1039.00;11.40;1892.00;0.00;1.60 -12535;0;1061.00;15.32;1595.00;0.00;0.54 -12536;0;4122.00;10.45;1650.00;0.00;0.48 -12537;0;4715.00;12.47;1556.00;0.00;0.66 -12538;0;4591.00;10.55;1730.00;0.00;1.00 -12539;0;4464.00;13.80;1372.00;0.00;0.68 -12540;0;4406.00;10.92;1581.00;0.00;0.48 -12541;0;4370.00;14.22;1407.00;0.00;0.68 -12542;0;3994.00;10.15;1745.00;0.00;0.60 -12543;0;4707.00;11.00;1600.00;0.00;0.64 -12544;0;4310.00;14.95;1457.00;0.00;0.60 -12545;0;4051.00;9.70;1892.00;0.00;1.38 -12546;0;3978.00;9.80;1615.00;0.00;0.54 -12547;0;3165.00;12.30;97.00;0.00;0.60 -12548;0;4791.00;11.55;1493.00;0.00;0.54 -12549;0;4870.00;9.80;1985.00;0.00;2.24 -12550;0;1355.00;10.87;1664.00;0.00;0.42 -12551;0;5079.00;11.05;1751.00;0.00;1.42 -12552;0;1141.00;17.12;1470.00;0.00;0.64 -12553;0;971.00;13.45;1642.00;0.00;0.58 -12554;0;4640.00;12.60;1419.00;0.00;0.44 -12555;0;4218.00;10.07;1757.00;0.00;0.72 -12556;0;4657.00;11.65;1593.00;0.00;0.68 -12557;0;4605.00;11.75;1466.00;0.00;0.68 -12558;0;3673.00;10.32;1797.00;0.00;0.62 -12559;0;4989.00;9.70;1592.00;0.00;0.56 -12560;0;5113.00;11.50;104.00;0.00;0.28 -12561;0;1127.00;15.45;1574.00;0.00;0.58 -12562;0;3143.00;9.80;1556.00;0.00;0.22 -12563;0;4248.00;10.50;1613.00;0.00;0.86 -12564;0;4102.00;12.37;1498.00;0.00;0.48 -12565;0;4685.00;12.00;1684.00;0.00;0.58 -12566;0;1222.00;11.20;1670.00;0.00;0.56 -12567;0;3746.00;10.60;1676.00;0.00;0.46 -12568;0;1486.00;10.50;1493.00;0.00;0.34 -12569;0;4920.00;11.35;1574.00;0.00;0.54 -12570;0;1205.00;13.47;1521.00;0.00;0.36 -12571;0;866.00;11.62;1838.00;0.00;0.96 -12572;0;1099.00;12.07;1681.00;0.00;0.52 -12573;0;1037.00;14.65;1519.00;0.00;0.46 -12574;0;3948.00;9.87;1797.00;0.00;0.56 -12575;0;4522.00;13.60;1650.00;0.00;0.80 -12576;0;5053.00;10.25;94.00;0.00;0.26 -12577;0;1311.00;11.32;1616.00;0.00;0.34 -12578;0;977.00;14.60;1734.00;0.00;0.62 -12579;0;4355.00;14.15;1521.00;0.00;0.68 -12580;0;3963.00;10.40;1686.00;0.00;0.64 -12581;0;3915.00;11.80;1318.00;0.00;0.56 -12582;0;1501.00;10.60;1670.00;0.00;0.56 -12583;0;3969.00;11.62;1374.00;0.00;0.40 -12584;0;3772.00;10.45;1646.00;0.00;0.24 -12585;0;1101.00;13.15;1660.00;0.00;0.40 -12586;0;1297.00;10.57;1576.00;0.00;0.44 -12587;0;3657.00;9.90;1764.00;0.00;0.38 -12588;0;1335.00;11.15;1697.00;0.00;0.60 -12589;0;3112.00;11.57;91.00;0.00;0.84 -12590;0;4148.00;11.42;1460.00;0.00;0.52 -12591;0;4851.00;11.42;1628.00;0.00;0.68 -12592;0;5156.00;9.80;1879.00;0.00;2.82 -12593;0;1208.00;10.90;1775.00;0.00;0.64 -12594;0;4070.00;10.42;1530.00;0.00;0.52 -12595;0;4232.00;10.50;1697.00;0.00;0.64 -12596;0;4288.00;17.15;1318.00;0.00;0.52 -12597;0;1306.00;11.00;1691.00;0.00;0.50 -12598;0;4276.00;13.02;1398.00;0.00;0.58 -12599;0;4146.00;9.80;1723.00;0.00;0.56 -12600;0;1749.00;11.67;1819.00;0.00;1.16 -12601;0;4070.00;14.67;1399.00;0.00;0.78 -12602;0;3918.00;9.80;1781.00;0.00;0.62 -12603;0;1182.00;11.22;1734.00;0.00;0.74 -12604;0;5543.00;9.72;149.00;0.00;0.32 -12605;0;4446.00;14.30;1495.00;0.00;0.66 -12606;0;4039.00;9.85;1638.00;0.00;0.54 -12607;0;992.00;12.70;1592.00;0.00;0.60 -12608;0;4560.00;10.60;1746.00;0.00;1.16 -12609;0;4509.00;14.52;1359.00;0.00;0.40 -12610;0;4322.00;13.95;1549.00;0.00;0.58 -12611;0;4644.00;10.25;1753.00;0.00;1.20 -12612;0;4526.00;12.77;1420.00;0.00;0.52 -12613;0;4054.00;9.90;1554.00;0.00;0.60 -12614;0;4341.00;14.17;1438.00;0.00;0.62 -12615;0;4212.00;10.05;1802.00;0.00;1.04 -12616;0;3992.00;9.80;1594.00;0.00;0.58 -12617;0;5556.00;9.92;142.00;0.00;0.30 -12618;0;4764.00;10.20;1484.00;0.00;0.52 -12619;0;3911.00;9.87;1599.00;0.00;0.46 -12620;0;1255.00;10.90;1629.00;0.00;0.44 -12621;0;4296.00;10.70;1645.00;0.00;0.64 -12622;0;4668.00;11.25;1544.00;0.00;0.78 -12623;0;4899.00;10.15;1773.00;0.00;1.16 -12624;0;1218.00;12.47;1481.00;0.00;0.20 -12625;0;4318.00;13.00;1574.00;0.00;0.62 -12626;0;3672.00;10.30;1666.00;0.00;0.26 -12627;0;1164.00;17.62;1499.00;0.00;0.52 -12628;0;4282.00;13.15;1599.00;0.00;0.50 -12629;0;4610.00;12.35;1440.00;0.00;0.64 -12630;0;3850.00;10.30;1775.00;0.00;0.70 -12631;0;4168.00;10.82;1628.00;0.00;0.50 -12632;0;5528.00;10.52;111.00;0.00;0.44 -12633;0;1105.00;15.10;1572.00;0.00;0.46 -12634;0;4945.00;12.35;1861.00;0.00;2.44 -12635;0;4072.00;11.82;1487.00;0.00;0.56 -12636;0;1228.00;10.10;1802.00;0.00;0.56 -12637;0;1513.00;11.00;1493.00;0.00;0.38 -12638;0;4930.00;10.57;1544.00;0.00;0.54 -12639;0;3972.00;10.32;1721.00;0.00;0.68 -12640;0;3919.00;10.70;1375.00;0.00;0.36 -12641;0;4598.00;12.07;1565.00;0.00;0.62 -12642;0;1187.00;13.85;1534.00;0.00;0.52 -12643;0;4191.00;10.07;1842.00;0.00;1.24 -12644;0;4521.00;12.37;1583.00;0.00;0.66 -12645;0;5085.00;9.92;37.00;0.00;0.36 -12646;0;1307.00;10.57;1600.00;0.00;0.38 -12647;0;4431.00;11.40;1622.00;0.00;0.72 -12648;0;3222.00;13.77;187.00;0.00;0.90 -12649;0;4346.00;14.57;1501.00;0.00;0.56 -12650;0;4884.00;13.02;1649.00;0.00;0.68 -12651;0;1089.00;16.87;1620.00;0.00;0.76 -12652;0;3938.00;9.80;1662.00;0.00;0.56 -12653;0;3915.00;15.20;1270.00;0.00;0.50 -12654;0;4824.00;10.10;1545.00;0.00;0.64 -12655;0;4244.00;10.25;1731.00;0.00;0.74 -12656;0;4189.00;13.65;1384.00;0.00;0.52 -12657;0;4788.00;10.70;1567.00;0.00;0.76 -12658;0;3927.00;10.60;1399.00;0.00;0.56 -12659;0;3734.00;13.87;1750.00;0.00;0.54 -12660;0;4731.00;11.27;1615.00;0.00;0.56 -12661;0;376.00;9.95;1930.00;0.00;1.92 -12662;0;4088.00;10.67;1454.00;0.00;0.54 -12663;0;1182.00;11.17;1767.00;0.00;0.68 -12664;0;5565.00;9.77;182.00;0.00;0.26 -12665;0;4576.00;12.05;1505.00;0.00;0.68 -12666;0;4207.00;10.60;1678.00;0.00;0.56 -12667;0;1288.00;10.80;1626.00;0.00;0.50 -12668;0;4513.00;10.40;1749.00;0.00;0.90 -12669;0;4440.00;13.67;1390.00;0.00;0.60 -12670;0;1445.00;10.67;1475.00;0.00;0.20 -12671;0;4233.00;14.60;1408.00;0.00;0.42 -12672;0;3994.00;10.40;1771.00;0.00;0.62 -12673;0;966.00;10.65;1675.00;0.00;0.46 -12674;0;2466.00;9.80;1899.00;0.00;1.28 -12675;0;4342.00;16.30;1462.00;0.00;0.60 -12676;0;1012.00;13.52;1690.00;0.00;0.60 -12677;0;3213.00;13.15;446.00;0.00;1.12 -12678;0;4865.00;10.75;1497.00;0.00;0.54 -12679;0;3995.00;9.80;1626.00;0.00;0.60 -12680;0;1936.00;9.60;1699.00;0.00;0.84 -12681;0;4475.00;10.70;1713.00;0.00;0.88 -12682;0;1191.00;10.50;1839.00;0.00;1.02 -12683;0;5157.00;10.85;1739.00;0.00;1.58 -12684;0;1172.00;14.32;1455.00;0.00;0.62 -12685;0;1248.00;10.82;1708.00;0.00;0.50 -12686;0;4463.00;15.67;1436.00;0.00;0.70 -12687;0;4329.00;11.05;1853.00;0.00;1.36 -12688;0;1257.00;10.20;1751.00;0.00;0.64 -12689;0;2545.00;13.15;1895.00;0.00;1.60 -12690;0;4628.00;12.52;1475.00;0.00;0.56 -12691;0;4265.00;11.17;1641.00;0.00;0.78 -12692;0;3136.00;13.32;111.00;0.00;0.80 -12693;0;1329.00;10.60;1677.00;0.00;0.48 -12694;0;4799.00;12.45;1689.00;0.00;0.72 -12695;0;4241.00;13.30;1514.00;0.00;0.72 -12696;0;3812.00;9.80;1689.00;0.00;0.62 -12697;0;1414.00;10.60;1532.00;0.00;0.28 -12698;0;1923.00;9.50;1739.00;0.00;0.88 -12699;0;1037.00;15.90;1497.00;0.00;0.46 -12700;0;3832.00;10.30;1761.00;0.00;0.86 -12701;0;1506.00;10.70;1740.00;0.00;0.82 -12702;0;3568.00;9.97;1080.00;0.00;0.56 -12703;0;1643.00;10.95;991.00;0.00;0.48 -12704;0;3658.00;12.22;1223.00;0.00;0.52 -12705;0;4444.00;11.20;1125.00;0.00;0.30 -12706;0;4496.00;14.20;1311.00;0.00;0.44 -12707;0;2829.00;10.10;863.00;0.00;0.84 -12708;0;4014.00;16.07;1159.00;0.00;0.48 -12709;0;1473.00;12.77;1496.00;0.00;0.36 -12710;0;2574.00;9.70;897.00;0.00;0.84 -12711;0;2820.00;10.60;1148.00;0.00;0.82 -12712;0;1291.00;13.32;1133.00;0.00;0.50 -12713;0;4523.00;12.65;1215.00;0.00;0.32 -12714;0;3463.00;14.52;788.00;0.00;0.84 -12715;0;1419.00;9.70;1205.00;0.00;0.60 -12716;0;1872.00;9.85;972.00;0.00;0.92 -12717;0;3923.00;14.35;1213.00;0.00;0.58 -12718;0;3931.00;9.95;1097.00;0.00;0.56 -12719;0;3194.00;11.60;748.00;0.00;1.16 -12720;0;1188.00;12.42;1411.00;0.00;0.42 -12721;0;1241.00;15.12;1266.00;0.00;0.54 -12722;0;3851.00;13.65;1293.00;0.00;0.40 -12723;0;3387.00;12.45;892.00;0.00;0.54 -12724;0;4358.00;20.40;1135.00;0.00;0.46 -12725;0;3374.00;14.27;979.00;0.00;0.62 -12726;0;3539.00;9.70;1161.00;0.00;0.48 -12727;0;3538.00;14.12;1042.00;0.00;0.74 -12728;0;1231.00;10.97;1366.00;0.00;0.54 -12729;0;1700.00;10.10;880.00;0.00;0.98 -12730;0;4251.00;18.07;1101.00;0.00;0.38 -12731;0;2861.00;10.50;777.00;0.00;0.64 -12732;0;4398.00;13.40;1265.00;0.00;0.54 -12733;0;3210.00;10.40;1078.00;0.00;0.62 -12734;0;4023.00;12.07;860.00;0.00;0.38 -12735;0;1449.00;10.47;1427.00;0.00;0.40 -12736;0;1074.00;9.72;1267.00;0.00;0.92 -12737;0;4166.00;12.70;1449.00;0.00;0.62 -12738;0;1453.00;9.67;1066.00;0.00;0.64 -12739;0;3741.00;11.87;1169.00;0.00;0.58 -12740;0;3650.00;9.80;996.00;0.00;1.04 -12741;0;3143.00;10.85;708.00;0.00;0.50 -12742;0;2773.00;9.85;741.00;0.00;0.60 -12743;0;3968.00;10.37;1029.00;0.00;0.48 -12744;0;3284.00;11.20;813.00;0.00;0.58 -12745;0;1138.00;15.05;1348.00;0.00;0.54 -12746;0;1170.00;11.27;1206.00;0.00;0.72 -12747;0;2578.00;9.65;839.00;0.00;0.48 -12748;0;3681.00;11.35;1235.00;0.00;0.62 -12749;0;3516.00;10.60;1118.00;0.00;0.68 -12750;0;4432.00;13.20;1318.00;0.00;0.58 -12751;0;2687.00;10.97;863.00;0.00;0.90 -12752;0;1528.00;9.60;1313.00;0.00;0.42 -12753;0;1353.00;12.10;1126.00;0.00;0.72 -12754;0;3987.00;15.92;1194.00;0.00;0.52 -12755;0;1238.00;13.70;1184.00;0.00;0.52 -12756;0;3590.00;13.75;1190.00;0.00;0.50 -12757;0;3490.00;11.97;770.00;0.00;0.90 -12758;0;3433.00;13.17;1065.00;0.00;0.56 -12759;0;3533.00;11.20;816.00;0.00;0.38 -12760;0;2824.00;11.52;1244.00;0.00;0.26 -12761;0;3800.00;12.92;1107.00;0.00;0.62 -12762;0;2850.00;10.30;825.00;0.00;0.80 -12763;0;3937.00;14.80;1230.00;0.00;0.46 -12764;0;3203.00;9.72;1135.00;0.00;0.52 -12765;0;1054.00;16.02;1461.00;0.00;0.54 -12766;0;3419.00;14.15;891.00;0.00;0.48 -12767;0;4452.00;10.42;1175.00;0.00;0.38 -12768;0;3568.00;10.50;966.00;0.00;1.04 -12769;0;3870.00;18.30;1211.00;0.00;0.56 -12770;0;1678.00;9.90;865.00;0.00;0.78 -12771;0;3297.00;10.10;1018.00;0.00;0.46 -12772;0;1675.00;9.70;1016.00;0.00;0.56 -12773;0;3543.00;12.80;1219.00;0.00;0.42 -12774;0;3783.00;10.40;1070.00;0.00;0.58 -12775;0;3101.00;11.00;604.00;0.00;0.90 -12776;0;4417.00;13.17;1297.00;0.00;0.48 -12777;0;4078.00;10.00;1076.00;0.00;0.42 -12778;0;1341.00;10.75;1448.00;0.00;0.36 -12779;0;4033.00;10.47;885.00;0.00;0.32 -12780;0;3668.00;15.47;1145.00;0.00;0.56 -12781;0;4019.00;11.17;973.00;0.00;0.38 -12782;0;1265.00;10.62;1351.00;0.00;0.46 -12783;0;3260.00;12.65;660.00;0.00;0.98 -12784;0;4120.00;21.52;1178.00;0.00;0.74 -12785;0;2814.00;9.50;767.00;0.00;0.36 -12786;0;4093.00;10.30;1067.00;0.00;0.34 -12787;0;2782.00;10.40;769.00;0.00;0.74 -12788;0;3812.00;13.85;1207.00;0.00;0.54 -12789;0;4351.00;16.95;1101.00;0.00;0.54 -12790;0;1632.00;9.87;1028.00;0.00;0.36 -12791;0;1146.00;12.97;1405.00;0.00;0.52 -12792;0;3921.00;9.90;1114.00;0.00;0.44 -12793;0;3545.00;14.37;1280.00;0.00;0.40 -12794;0;2717.00;11.17;838.00;0.00;0.60 -12795;0;3165.00;12.35;508.00;0.00;0.72 -12796;0;3310.00;10.47;942.00;0.00;0.88 -12797;0;4421.00;16.82;1233.00;0.00;0.38 -12798;0;1583.00;15.87;867.00;0.00;0.58 -12799;0;4041.00;11.25;1016.00;0.00;0.40 -12800;0;3320.00;11.20;801.00;0.00;0.78 -12801;0;4086.00;23.05;1226.00;0.00;0.78 -12802;0;2619.00;11.97;840.00;0.00;0.50 -12803;0;1462.00;10.70;1437.00;0.00;0.42 -12804;0;1191.00;16.87;1248.00;0.00;0.50 -12805;0;3960.00;20.95;1286.00;0.00;0.64 -12806;0;3316.00;10.50;883.00;0.00;0.48 -12807;0;4148.00;22.42;1120.00;0.00;0.46 -12808;0;3198.00;10.70;690.00;0.00;0.60 -12809;0;3723.00;12.47;1145.00;0.00;0.56 -12810;0;1300.00;9.85;1172.00;0.00;0.56 -12811;0;1226.00;11.07;1339.00;0.00;0.56 -12812;0;3515.00;10.90;759.00;0.00;0.98 -12813;0;3501.00;11.85;1058.00;0.00;0.58 -12814;0;3558.00;12.00;804.00;0.00;0.54 -12815;0;4365.00;20.17;1224.00;0.00;0.56 -12816;0;3241.00;10.27;1072.00;0.00;0.72 -12817;0;2872.00;10.87;803.00;0.00;0.74 -12818;0;3631.00;12.65;1228.00;0.00;0.58 -12819;0;4422.00;13.62;1119.00;0.00;0.50 -12820;0;4285.00;13.82;1338.00;0.00;0.62 -12821;0;3545.00;13.75;886.00;0.00;0.74 -12822;0;3990.00;13.85;1170.00;0.00;0.46 -12823;0;1411.00;10.75;1091.00;0.00;0.36 -12824;0;3112.00;10.45;714.00;0.00;0.64 -12825;0;1685.00;9.80;842.00;0.00;1.36 -12826;0;3313.00;10.60;921.00;0.00;0.68 -12827;0;1119.00;15.25;1359.00;0.00;0.48 -12828;0;1919.00;9.82;944.00;0.00;0.76 -12829;0;3960.00;13.80;1049.00;0.00;0.46 -12830;0;3082.00;11.20;740.00;0.00;0.98 -12831;0;3898.00;17.10;1215.00;0.00;0.60 -12832;0;3633.00;11.30;1109.00;0.00;0.70 -12833;0;1029.00;9.70;1394.00;0.00;0.48 -12834;0;2570.00;9.60;855.00;0.00;0.28 -12835;0;1235.00;13.42;1290.00;0.00;0.54 -12836;0;3269.00;10.30;951.00;0.00;0.76 -12837;0;4372.00;20.17;1147.00;0.00;0.62 -12838;0;2723.00;10.20;889.00;0.00;0.68 -12839;0;3476.00;10.15;1196.00;0.00;0.44 -12840;0;3556.00;9.80;743.00;0.00;0.64 -12841;0;4421.00;15.15;1086.00;0.00;0.32 -12842;0;2815.00;12.10;1181.00;0.00;0.72 -12843;0;2823.00;10.62;785.00;0.00;0.44 -12844;0;3956.00;10.25;1101.00;0.00;0.50 -12845;0;1661.00;10.55;995.00;0.00;0.56 -12846;0;4317.00;21.00;1246.00;0.00;0.66 -12847;0;3228.00;11.92;658.00;0.00;0.56 -12848;0;1230.00;11.90;1432.00;0.00;0.50 -12849;0;2830.00;10.45;1042.00;0.00;2.18 -12850;0;1174.00;13.55;1314.00;0.00;0.46 -12851;0;2765.00;10.22;864.00;0.00;0.94 -12852;0;3723.00;10.95;1179.00;0.00;0.46 -12853;0;2066.00;9.70;843.00;0.00;0.72 -12854;0;4062.00;10.30;1008.00;0.00;0.44 -12855;0;3519.00;10.10;1197.00;0.00;0.44 -12856;0;3378.00;14.75;796.00;0.00;0.70 -12857;0;2649.00;10.17;1130.00;0.00;0.20 -12858;0;2589.00;9.85;831.00;0.00;0.76 -12859;0;1009.00;10.70;1363.00;0.00;0.56 -12860;0;4228.00;16.82;1096.00;0.00;0.46 -12861;0;3528.00;12.90;1269.00;0.00;0.40 -12862;0;3355.00;11.22;871.00;0.00;0.44 -12863;0;3685.00;12.60;1118.00;0.00;0.52 -12864;0;4160.00;12.10;1319.00;0.00;0.76 -12865;0;1449.00;12.17;1098.00;0.00;0.72 -12866;0;3060.00;10.82;1123.00;0.00;0.64 -12867;0;1367.00;9.70;1158.00;0.00;0.48 -12868;0;3993.00;10.50;1121.00;0.00;0.40 -12869;0;1670.00;9.80;831.00;0.00;1.24 -12870;0;3513.00;11.65;1032.00;0.00;0.72 -12871;0;3763.00;13.05;1209.00;0.00;0.58 -12872;0;1616.00;12.15;952.00;0.00;0.40 -12873;0;1177.00;12.72;1228.00;0.00;0.60 -12874;0;2837.00;11.02;806.00;0.00;0.74 -12875;0;1246.00;11.00;1399.00;0.00;0.40 -12876;0;3944.00;9.80;1115.00;0.00;0.50 -12877;0;3830.00;15.57;1247.00;0.00;0.54 -12878;0;1505.00;10.20;1016.00;0.00;0.44 -12879;0;3504.00;10.50;1143.00;0.00;0.60 -12880;0;4461.00;14.62;1345.00;0.00;0.54 -12881;0;3331.00;10.85;913.00;0.00;0.82 -12882;0;4437.00;16.25;1219.00;0.00;0.34 -12883;0;3427.00;9.97;992.00;0.00;0.68 -12884;0;4032.00;22.62;1200.00;0.00;0.46 -12885;0;1975.00;9.80;942.00;0.00;0.72 -12886;0;3930.00;9.70;1059.00;0.00;0.40 -12887;0;3328.00;10.72;831.00;0.00;0.78 -12888;0;2898.00;11.42;1222.00;0.00;0.34 -12889;0;3332.00;12.30;1077.00;0.00;0.38 -12890;0;4251.00;16.62;1294.00;0.00;0.70 -12891;0;2562.00;9.70;845.00;0.00;0.52 -12892;0;4162.00;17.85;1102.00;0.00;0.38 -12893;0;1208.00;12.70;1446.00;0.00;0.48 -12894;0;3602.00;11.45;939.00;0.00;0.68 -12895;0;3749.00;12.45;1146.00;0.00;0.74 -12896;0;3106.00;10.97;571.00;0.00;0.58 -12897;0;1176.00;13.35;1339.00;0.00;0.58 -12898;0;4355.00;14.40;1068.00;0.00;0.34 -12899;0;4264.00;22.12;1204.00;0.00;0.84 -12900;0;2896.00;10.22;771.00;0.00;0.68 -12901;0;1944.00;10.30;466.00;0.00;0.64 -12902;0;1874.00;10.00;591.00;0.00;0.74 -12903;0;2164.00;11.20;607.00;0.00;0.52 -12904;0;4763.00;10.20;323.00;0.00;1.16 -12905;0;4542.00;9.50;667.00;0.00;0.26 -12906;0;4937.00;9.70;234.00;0.00;1.14 -12907;0;3255.00;12.22;536.00;0.00;0.86 -12908;0;3354.00;11.05;405.00;0.00;0.52 -12909;0;2152.00;11.60;590.00;0.00;0.60 -12910;0;4971.40;10.10;124.39;0.00;0.40 -12911;0;3362.00;12.32;558.00;0.00;0.78 -12912;0;4758.00;10.60;281.00;0.00;1.10 -12913;0;2080.00;10.10;790.00;0.00;1.06 -12914;0;1715.00;16.40;396.00;0.00;0.44 -12915;0;4876.00;10.10;370.00;0.00;0.86 -12916;0;1877.00;10.40;566.00;0.00;0.66 -12917;0;1754.00;9.95;694.00;0.00;0.92 -12918;0;4988.00;10.32;129.00;0.00;0.46 -12919;0;1792.00;10.32;842.00;0.00;1.48 -12920;0;1704.00;12.60;233.00;0.00;0.42 -12921;0;3010.00;12.65;356.00;0.00;0.84 -12922;0;1885.00;10.30;452.00;0.00;0.88 -12923;0;2082.00;11.00;581.00;0.00;0.62 -12924;0;4987.00;9.70;110.00;0.00;0.52 -12925;0;3042.00;11.12;561.00;0.00;0.38 -12926;0;4768.00;10.80;244.00;0.00;0.90 -12927;0;3426.00;10.10;672.00;0.00;0.78 -12928;0;1729.00;19.30;387.00;0.00;0.60 -12929;0;3332.00;12.67;675.00;0.00;0.90 -12930;0;1773.00;19.55;559.00;0.00;0.60 -12931;0;5080.00;13.15;539.00;0.00;0.38 -12932;0;5006.00;9.90;99.00;0.00;0.40 -12933;0;2127.00;9.77;815.00;0.00;0.72 -12934;0;5042.00;9.80;198.00;0.00;0.72 -12935;0;3330.00;10.55;321.00;0.00;0.70 -12936;0;4939.00;10.10;353.00;0.00;0.74 -12937;0;2021.00;11.05;538.00;0.00;0.48 -12938;0;2128.00;11.97;566.00;0.00;0.60 -12939;0;1821.00;9.90;696.00;0.00;1.42 -12940;0;3142.00;12.50;257.00;0.00;1.12 -12941;0;3456.00;9.70;644.00;0.00;0.50 -12942;0;1799.00;12.90;352.00;0.00;0.58 -12943;0;1850.00;9.90;477.00;0.00;0.84 -12944;0;3419.00;10.80;488.00;0.00;0.68 -12945;0;3081.00;10.70;573.00;0.00;0.66 -12946;0;1716.00;10.95;98.00;0.00;0.74 -12947;0;2082.00;10.40;744.00;0.00;0.94 -12948;0;4821.00;9.97;192.00;0.00;0.64 -12949;0;5044.00;10.00;284.00;0.00;1.00 -12950;0;3318.00;11.07;406.00;0.00;0.94 -12951;0;1945.00;10.20;528.00;0.00;0.92 -12952;0;1758.00;10.05;111.00;0.00;0.62 -12953;0;1654.00;18.82;652.00;0.00;0.62 -12954;0;1687.00;9.70;193.00;0.00;0.46 -12955;0;4545.00;10.40;619.00;0.00;0.46 -12956;0;3496.00;11.85;284.00;0.00;0.70 -12957;0;4985.00;9.70;372.00;0.00;0.48 -12958;0;3021.00;12.47;446.00;0.00;0.78 -12959;0;2031.00;10.15;657.00;0.00;0.94 -12960;0;1895.00;9.50;76.00;0.00;0.40 -12961;0;2223.00;11.10;743.00;0.00;0.38 -12962;0;4746.00;10.30;180.00;0.00;0.60 -12963;0;3196.00;12.20;300.00;0.00;1.48 -12964;0;1896.00;10.37;407.00;0.00;0.58 -12965;0;1834.00;9.70;777.00;0.00;1.80 -12966;0;5475.00;12.55;62.00;0.00;0.44 -12967;0;3366.00;13.80;516.00;0.00;0.90 -12968;0;5052.00;9.90;177.00;0.00;0.58 -12969;0;1604.00;17.07;741.00;0.00;0.76 -12970;0;1767.00;10.92;318.00;0.00;0.58 -12971;0;3375.00;9.80;370.00;0.00;0.74 -12972;0;2053.00;11.25;506.00;0.00;0.50 -12973;0;1825.00;10.60;619.00;0.00;1.14 -12974;0;5457.00;12.75;55.00;0.00;0.46 -12975;0;3000.00;11.37;589.00;0.00;0.84 -12976;0;4771.00;9.90;168.00;0.00;0.48 -12977;0;2055.00;11.45;561.00;0.00;0.66 -12978;0;1775.00;12.92;408.00;0.00;0.72 -12979;0;1820.00;12.32;534.00;0.00;0.72 -12980;0;5442.00;11.00;42.00;0.00;0.42 -12981;0;3070.00;12.40;504.00;0.00;1.26 -12982;0;1752.00;12.75;202.00;0.00;0.78 -12983;0;1607.00;15.02;705.00;0.00;0.64 -12984;0;1694.00;9.80;271.00;0.00;0.36 -12985;0;3001.00;10.70;401.00;0.00;0.54 -12986;0;3332.00;12.10;434.00;0.00;0.64 -12987;0;2012.00;10.30;608.00;0.00;0.86 -12988;0;5435.00;11.07;28.00;0.00;0.36 -12989;0;3310.00;12.35;660.00;0.00;0.54 -12990;0;4749.00;10.00;153.00;0.00;0.52 -12991;0;3524.00;9.90;703.00;0.00;0.60 -12992;0;4930.00;10.00;279.00;0.00;0.88 -12993;0;4713.00;10.52;322.00;0.00;0.72 -12994;0;1717.00;13.45;486.00;0.00;0.50 -12995;0;5133.00;9.87;489.00;0.00;0.22 -12996;0;2159.00;9.60;519.00;0.00;0.40 -12997;0;1609.00;11.55;681.00;0.00;0.54 -12998;0;1800.00;10.02;253.00;0.00;0.56 -12999;0;2051.00;9.80;813.00;0.00;1.00 -13000;0;1845.00;9.70;374.00;0.00;0.58 -13001;0;4761.00;10.45;506.00;0.00;0.20 -13002;0;4307.00;9.70;413.00;0.00;0.24 -13003;0;2688.64;9.70;1797.36;0.00;0.36 -13004;0;2813.00;9.50;1545.00;0.00;0.34 -13005;0;4457.00;9.55;481.00;0.00;0.20 -13006;0;2720.00;9.50;1525.00;0.00;0.48 -13007;0;2721.00;9.50;1508.00;0.00;0.54 -13008;0;3674.00;10.05;1445.00;0.00;0.52 -13009;0;1854.00;9.70;1091.00;0.00;0.12 -13010;0;1828.96;9.60;1414.62;0.00;0.36 -13011;0;2872.88;9.90;1502.08;0.00;0.24 -13012;0;1859.00;9.67;1049.00;0.00;0.12 -13013;0;2567.00;9.60;572.00;0.00;0.16 -13014;0;2425.00;9.50;906.00;0.00;0.78 -13015;0;2911.00;9.50;657.00;0.00;0.32 -13016;0;2721.00;9.70;395.00;0.00;0.24 -13017;0;3669.00;10.15;312.00;0.00;0.18 -13018;0;3710.00;10.15;329.00;0.00;0.20 -13019;0;3969.00;9.70;517.00;0.00;0.18 -13020;0;5534.00;10.07;627.00;0.00;0.28 -13021;0;5507.00;10.87;668.00;0.00;0.20 -13022;0;5504.00;10.17;682.00;0.00;0.16 -13023;0;5072.00;10.95;878.00;0.00;0.14 -13024;0;5077.00;10.87;899.00;0.00;0.14 -13025;0;5024.00;10.50;1059.00;0.00;0.48 -13026;0;5213.00;10.62;1041.00;0.00;0.26 -13027;0;4945.00;11.22;780.00;0.00;0.16 -13028;0;4957.00;9.90;799.00;0.00;0.24 -13029;0;4978.00;10.40;803.00;0.00;0.18 -13030;0;5043.00;9.50;764.00;0.00;0.34 -13031;0;5071.00;9.50;755.00;0.00;0.34 -13032;0;5129.00;9.50;762.00;0.00;0.26 -13033;0;5141.00;9.55;785.00;0.00;0.24 -13034;0;5203.00;9.57;738.00;0.00;0.20 -13035;0;5339.00;11.55;720.00;0.00;0.18 -13036;0;5272.00;12.12;762.00;0.00;0.20 -13037;0;5107.40;9.60;1414.76;0.00;0.70 -13038;0;5411.00;11.72;641.00;0.00;0.18 -13039;0;5452.00;10.37;746.00;0.00;0.20 -13040;0;5489.00;10.20;748.00;0.00;0.14 -13041;0;5418.17;11.20;797.63;0.00;0.52 -13042;0;5481.00;10.92;765.00;0.00;0.16 -13043;0;5476.00;10.30;788.00;0.00;0.22 -13044;0;5457.00;10.42;803.00;0.00;0.12 -13045;0;5386.00;10.80;835.00;0.00;0.16 -13046;0;5338.00;10.82;834.00;0.00;0.18 -13047;0;5406.00;11.77;963.00;0.00;0.18 -13048;0;270.00;10.47;744.00;0.00;0.10 -13049;0;307.00;12.15;711.00;0.00;0.20 -13050;0;104.00;11.80;608.00;0.00;0.26 -13051;0;158.00;10.30;913.00;0.00;0.24 -13052;0;32.00;11.70;1117.00;0.00;0.20 -13053;0;341.00;11.07;676.00;0.00;0.22 -13054;0;5551.00;9.50;558.00;0.00;0.28 -13055;0;5589.00;11.77;523.00;0.00;0.20 -13056;0;5600.00;12.22;514.00;0.00;0.20 -13057;0;5612.00;9.82;495.00;0.00;0.20 -13058;0;2102.00;15.42;2006.00;0.00;1.94 -13059;0;4579.00;11.02;1827.00;0.00;1.76 -13060;0;4629.00;9.77;1999.00;0.00;2.38 -13061;0;4961.00;11.77;1946.00;0.00;2.30 -13062;0;5333.00;10.20;1981.00;0.00;2.74 -13063;0;5545.00;9.50;1974.00;0.00;2.54 -13064;0;4231.00;10.90;1959.00;0.00;1.58 -13065;0;4399.00;10.50;1901.00;0.00;1.72 -13066;0;2138.00;14.22;1954.00;0.00;1.70 -13067;0;5499.00;10.50;1657.00;0.00;0.24 -13068;0;2882.00;9.72;1537.00;0.00;0.16 -13069;0;505.00;12.67;2028.00;0.00;0.96 -13070;0;2799.00;9.82;1553.00;0.00;0.20 -13071;0;2547.91;9.70;1111.64;0.00;0.56 -13072;0;3494.00;9.50;454.00;0.00;0.60 -13073;0;3084.00;10.02;1134.00;0.00;0.42 -13074;0;2817.00;14.00;1208.00;0.00;0.52 -13075;0;1081.00;10.90;1979.00;0.00;1.80 -13076;0;3842.00;15.35;1929.00;0.00;1.16 -13077;0;2880.00;12.62;1242.00;0.00;0.34 -13078;0;3169.00;9.80;1165.00;0.00;0.28 -13079;0;3612.00;11.12;915.00;0.00;0.76 -13080;0;140.00;9.50;422.00;0.00;0.18 -13081;0;2875.00;10.75;1520.00;0.00;0.20 -13082;0;3756.00;11.95;1087.00;0.00;0.66 -13083;0;1745.00;9.80;828.00;0.00;0.94 -13084;0;1822.00;9.57;1160.00;0.00;0.12 -13085;0;1406.00;11.75;1114.00;0.00;0.52 -13086;0;1707.00;20.17;595.00;0.00;0.80 -13087;0;1493.00;12.60;1030.00;0.00;0.52 -13088;0;1267.00;10.02;1259.00;0.00;0.52 -13089;0;1191.00;13.95;1197.00;0.00;0.46 -13090;0;201.41;9.70;1815.22;0.00;0.76 -13091;0;474.00;9.50;1996.00;0.00;0.66 -13092;0;1477.00;10.10;1037.00;0.00;0.56 -13093;0;1427.00;9.85;1086.00;0.00;0.32 -13094;0;1408.00;10.50;1748.00;0.00;0.78 -13116;0;2966.00;10.62;1528.00;0.00;0.24 -13143;0;4573.00;9.80;1099.00;0.00;0.30 -13150;0;4679.00;11.95;1489.00;0.00;0.32 -13193;0;3798.00;9.50;2010.00;0.00;2.14 -13194;0;3337.93;9.50;1814.49;-2.40;0.70 -13198;0;3351.92;9.50;1774.47;0.50;0.80 -13205;0;3104.00;12.70;1520.00;0.00;0.28 -13206;0;3178.00;10.50;1590.00;0.00;0.24 -13207;0;3682.00;9.80;1382.00;0.00;0.40 -13208;0;4239.00;10.37;1057.00;0.00;0.36 -13209;0;3333.00;11.35;473.00;0.00;0.40 -13210;0;3011.00;11.35;632.00;0.00;0.92 -13211;0;3077.00;11.10;794.00;0.00;0.80 -13212;0;2818.00;10.50;810.00;0.00;0.44 -13213;0;2576.00;9.95;863.00;0.00;0.20 -13214;0;1103.00;11.80;1358.00;0.00;0.40 -13215;0;1004.00;10.65;1400.00;0.00;0.40 -13216;0;1007.00;13.10;1383.00;0.00;0.28 -13217;0;3165.00;12.20;362.00;0.00;0.36 -13218;0;2708.00;12.07;1386.00;0.00;0.20 -13219;0;2708.00;13.25;1374.00;0.00;0.20 -13220;0;2751.00;12.40;1378.00;0.00;0.20 -13221;0;2709.00;13.25;1335.00;0.00;0.20 -13222;0;2802.00;14.20;1331.00;0.00;0.20 -13223;0;2807.00;11.32;1343.00;0.00;0.20 -13224;0;2747.00;13.10;1315.00;0.00;0.16 -13225;0;2809.00;10.20;1353.00;0.00;0.16 -13226;0;2757.00;13.25;1358.00;0.00;0.16 -13227;0;2742.00;13.32;1345.00;0.00;0.16 -13228;0;2713.00;10.70;1257.00;0.00;0.24 -13230;0;2702.00;10.70;1314.00;0.00;0.20 -13231;0;2722.00;11.15;1272.00;0.00;0.20 -13232;0;2718.00;12.40;1347.00;0.00;0.16 -13233;0;2760.00;13.00;1377.00;0.00;0.20 -13236;0;2891.00;9.52;1581.00;0.00;0.08 -13237;0;2748.00;9.77;1724.00;0.00;0.28 -13238;0;2974.00;9.70;1606.00;0.00;0.28 -13239;0;2982.00;10.82;1487.00;0.00;0.08 -13240;0;3107.00;9.50;1608.00;0.00;0.24 -13241;0;3137.00;9.67;1635.00;0.00;0.16 -1;1;3359.00;9.50;1162.50;0.00;0.08 -2;1;3429.50;9.90;1696.50;0.19;0.30 -3;1;3363.50;10.40;1805.00;-1.05;0.28 -4;1;3171.50;9.50;1847.00;0.30;0.88 -5;1;2885.00;9.50;1622.50;-1.04;0.82 -6;1;3581.00;10.60;1756.00;0.78;0.26 -7;1;3272.50;10.25;1825.00;-0.35;0.32 -8;1;3310.00;11.30;1673.50;-0.27;0.18 -9;1;1962.00;9.50;216.50;-0.12;1.24 -10;1;3000.00;12.00;1765.00;0.32;0.28 -11;1;3075.50;12.00;1870.00;-0.24;0.34 -12;1;3503.00;9.80;1674.50;-0.38;0.24 -13;1;1351.00;9.50;295.50;-0.92;1.34 -14;1;2964.50;9.70;1721.50;0.78;0.24 -15;1;3287.50;11.00;1915.00;-0.16;0.36 -16;1;5261.00;9.50;1539.50;-0.15;1.18 -17;1;3073.00;9.75;1565.00;-0.78;0.20 -18;1;3369.00;10.20;1794.00;0.00;0.24 -19;1;3882.50;9.50;637.50;0.11;1.12 -20;1;3125.50;9.50;1194.50;-0.65;0.68 -21;1;2953.50;10.90;1812.50;0.91;0.44 -22;1;3161.50;9.50;2006.00;4.49;0.34 -23;1;3498.00;9.80;1707.00;-0.78;0.24 -24;1;5223.00;9.50;492.50;-0.81;0.98 -25;1;5348.00;9.50;1262.00;0.00;1.18 -26;1;3389.00;10.47;1791.00;0.78;0.32 -27;1;2952.50;13.10;1752.50;-1.03;0.34 -28;1;4786.50;9.50;465.50;0.48;0.92 -29;1;4169.00;9.50;630.00;-1.03;0.80 -30;1;3219.00;10.40;1875.50;0.67;0.24 -31;1;3615.50;10.30;1710.50;0.14;0.22 -32;1;1579.00;10.90;883.50;-1.06;0.24 -33;1;4466.50;9.50;343.50;0.11;1.00 -34;1;3945.00;9.50;769.00;0.06;1.02 -35;1;3060.50;9.70;1728.00;-0.64;0.28 -36;1;3313.00;9.80;1856.00;0.46;0.44 -37;1;3251.50;10.10;1780.00;-0.64;0.20 -38;1;3048.50;9.90;1924.00;0.69;0.28 -39;1;3362.00;10.05;1700.00;0.00;0.22 -40;1;3318.50;10.40;1783.00;-0.24;0.26 -41;1;2231.50;9.50;106.50;0.04;0.88 -42;1;2444.00;9.50;290.00;0.36;1.24 -43;1;2416.00;9.50;952.00;0.07;1.22 -44;1;3107.00;9.67;1989.00;0.00;0.36 -45;1;3577.50;10.00;1717.00;-0.46;0.28 -46;1;3047.00;11.20;1812.00;0.92;0.26 -47;1;2341.00;9.50;1524.00;-0.18;1.10 -48;1;1462.00;9.50;2004.50;-0.67;1.12 -49;1;3057.00;10.87;1759.00;-0.46;0.30 -50;1;1093.00;9.50;56.50;-0.76;1.26 -51;1;24.00;9.50;403.50;0.07;1.06 -52;1;3256.50;10.20;1764.50;-0.78;0.22 -53;1;2895.50;9.70;1706.50;3.92;0.24 -54;1;11.50;9.50;1236.00;0.12;0.54 -55;1;309.00;9.50;1573.00;0.16;1.42 -56;1;397.50;9.50;667.50;0.10;1.00 -57;1;3327.00;9.87;1733.00;-0.78;0.24 -58;1;3072.00;13.10;1904.50;0.51;0.34 -59;1;1395.00;9.50;600.50;-0.26;1.40 -60;1;3365.50;10.70;1748.00;-0.64;0.28 -61;1;3163.50;11.30;1932.50;0.78;0.36 -62;1;3444.50;10.30;1695.50;-0.32;0.20 -63;1;3174.00;9.95;1804.50;0.70;0.34 -64;1;3268.00;9.70;1994.50;0.00;0.22 -65;1;2908.00;11.32;1732.00;0.78;0.32 -66;1;3170.00;9.90;1826.50;-1.10;0.24 -67;1;3202.00;9.80;1757.50;-0.87;0.24 -68;1;2878.00;9.67;1564.00;-0.46;0.20 -69;1;2991.50;10.50;1710.50;-0.95;0.26 -70;1;3314.00;10.30;1730.00;-0.32;0.28 -71;1;3301.00;10.12;1702.00;0.00;0.26 -72;1;3433.50;10.10;1756.50;0.11;0.34 -73;1;3510.50;9.80;1697.00;-1.19;0.18 -74;1;3275.00;10.80;1927.50;0.00;0.46 -75;1;3431.00;10.35;1742.00;-0.58;0.30 -76;1;3184.00;11.45;1978.50;-0.58;0.32 -77;1;3011.00;11.30;1751.50;0.27;0.32 -78;1;3543.50;9.70;1172.50;0.11;0.44 -79;1;3286.00;10.30;1723.50;0.00;0.20 -80;1;3287.00;10.50;1817.50;0.00;0.38 -81;1;3383.50;10.05;1722.00;-0.69;0.28 -82;1;3222.50;10.40;1849.00;-0.69;0.30 -83;1;3177.50;9.70;1705.00;0.24;0.26 -84;1;3476.00;9.90;1736.00;-1.24;0.22 -85;1;3368.00;10.50;1682.00;-0.46;0.24 -86;1;3324.50;9.80;1875.00;-0.12;0.28 -87;1;3526.00;10.40;1802.50;0.23;0.92 -88;1;3623.50;9.95;1730.00;-0.35;0.36 -89;1;3385.00;10.25;1773.50;-0.92;0.24 -90;1;3334.00;10.35;1764.50;0.00;0.18 -91;1;3091.00;11.00;1963.00;-0.54;0.58 -92;1;3349.50;9.80;1791.00;0.64;0.24 -93;1;3365.00;10.20;1708.50;-0.67;0.24 -94;1;3342.00;10.40;1844.00;-0.32;0.28 -95;1;3264.50;9.80;1687.00;-0.46;0.22 -96;1;1999.00;9.50;1003.50;-1.10;1.66 -97;1;3452.50;9.90;1685.00;-0.64;0.18 -98;1;3416.50;10.50;1892.00;0.24;0.56 -99;1;3583.50;10.55;1770.00;-0.21;0.50 -100;1;2928.50;12.65;1721.00;-1.05;0.26 -101;1;3111.00;12.15;1926.50;-0.27;0.36 -102;1;2929.50;12.95;1786.00;0.24;0.28 -103;1;3234.00;9.87;1962.00;-0.24;0.44 -104;1;3247.50;9.70;1721.50;-0.19;0.18 -105;1;3641.00;10.40;1917.00;0.08;1.22 -106;1;3452.50;10.50;1714.50;0.32;0.20 -107;1;2986.00;10.00;1840.50;0.58;0.20 -108;1;3566.00;10.50;1766.50;-0.18;0.44 -109;1;3091.50;10.70;1861.00;-0.24;0.32 -110;1;3322.00;10.55;1684.00;-0.32;0.28 -111;1;2986.50;12.75;1781.00;0.10;0.24 -112;1;3527.50;9.80;1683.50;0.32;0.16 -113;1;3025.00;12.07;1788.00;0.00;0.32 -114;1;3035.50;10.80;1738.00;-0.24;0.24 -115;1;2994.50;11.80;1822.50;0.14;0.32 -116;1;3343.50;10.20;1949.50;0.19;0.50 -117;1;3292.00;9.70;1701.50;0.00;0.28 -118;1;3100.00;10.55;1829.50;0.00;0.38 -119;1;3521.50;9.80;1721.00;-0.35;0.28 -120;1;3213.50;10.30;1851.50;-0.54;0.32 -121;1;3421.50;10.50;1674.50;0.19;0.26 -122;1;2890.50;9.50;1746.50;-0.78;0.44 -123;1;3651.50;9.85;1732.00;-0.46;0.28 -124;1;3196.50;10.30;1890.00;0.08;0.40 -125;1;3061.00;10.00;1778.50;-0.38;0.28 -126;1;3245.50;10.30;1712.50;-0.32;0.24 -127;1;1683.50;10.10;892.00;-1.08;0.24 -128;1;3172.50;11.45;1967.00;-0.89;0.34 -129;1;3393.00;10.02;1704.00;0.00;0.30 -130;1;3082.50;10.15;1800.00;0.69;0.32 -131;1;2726.00;11.70;1705.50;-0.67;0.24 -132;1;3209.50;10.20;1822.50;-0.50;0.40 -133;1;2992.50;12.00;1764.00;0.35;0.34 -134;1;3316.50;9.80;1844.00;-0.16;0.30 -135;1;3493.50;9.85;1678.00;-0.24;0.24 -136;1;3239.00;10.40;1785.50;0.38;0.26 -137;1;2905.50;10.00;1709.00;-0.12;0.32 -138;1;3378.50;9.75;1783.00;-0.46;0.28 -139;1;3265.50;10.20;1772.00;-0.86;0.30 -140;1;3410.50;9.95;1809.00;0.55;0.40 -141;1;3226.50;9.65;1794.00;-0.12;0.24 -142;1;3292.50;9.80;1956.50;-1.06;0.36 -143;1;3463.50;9.95;1701.00;0.24;0.22 -144;1;2959.00;10.95;1743.50;-0.67;0.24 -145;1;3073.00;11.50;1845.00;-0.78;0.36 -146;1;3606.50;9.80;1707.50;0.40;0.30 -147;1;2996.00;10.35;1720.00;0.00;0.26 -148;1;3107.00;11.40;1884.00;0.00;0.36 -149;1;3285.00;9.90;1733.00;0.00;0.22 -150;1;3375.00;10.40;1691.50;0.67;0.24 -151;1;3148.00;11.20;1925.50;0.00;0.36 -152;1;3334.00;10.25;1740.50;-0.38;0.20 -153;1;1717.00;9.70;1069.50;4.46;0.26 -154;1;3594.50;10.40;1824.00;-0.30;0.80 -155;1;3334.50;9.65;1807.00;0.71;0.36 -156;1;3045.00;10.45;1749.00;0.32;0.24 -157;1;3312.50;10.35;1808.00;-0.64;0.32 -158;1;3204.50;9.70;1855.50;0.14;0.28 -159;1;2735.00;12.52;1663.00;0.00;0.22 -160;1;3376.50;10.40;1729.00;-0.69;0.30 -161;1;3085.50;9.70;1714.00;-0.64;0.28 -162;1;3207.00;10.35;1885.00;-1.10;0.28 -163;1;3398.00;10.40;1741.00;0.00;0.26 -164;1;3443.50;10.20;1688.00;0.64;0.22 -165;1;3231.00;10.00;1767.50;-0.27;0.22 -166;1;3371.50;10.30;1756.50;-0.78;0.26 -167;1;3207.00;10.50;1942.50;0.18;0.40 -168;1;3014.00;12.15;1822.50;0.00;0.32 -169;1;3145.50;9.60;1761.00;-0.24;0.26 -170;1;3330.00;10.40;1843.00;0.32;0.32 -171;1;2982.50;9.50;1704.00;4.71;0.20 -172;1;3342.50;10.50;1724.50;-0.19;0.24 -173;1;3037.50;12.60;1890.00;0.46;0.32 -174;1;3456.50;10.40;1723.00;-0.16;0.24 -175;1;3514.50;9.80;1689.50;-0.32;0.20 -176;1;3310.00;9.80;1874.00;0.00;0.38 -177;1;1853.00;9.67;1104.00;0.00;0.16 -178;1;3310.50;10.35;1924.00;0.16;0.32 -179;1;2996.00;10.77;1738.00;0.00;0.26 -180;1;3490.00;10.00;1831.00;0.00;0.78 -181;1;3264.50;10.05;1716.00;0.24;0.22 -182;1;3100.00;9.80;1815.50;0.38;0.30 -183;1;3457.50;10.50;1776.00;-0.55;0.42 -184;1;3050.00;11.45;1845.00;0.46;0.34 -185;1;3153.00;9.70;1695.50;-1.21;0.36 -186;1;3548.50;9.90;1758.00;-0.16;0.36 -187;1;3334.00;10.70;1685.00;-0.78;0.24 -188;1;2896.00;9.85;1785.00;4.71;0.34 -189;1;3643.50;10.70;1719.00;-0.86;0.34 -190;1;3075.50;14.50;1916.00;-1.05;0.24 -191;1;3254.00;13.35;450.00;0.49;0.84 -192;1;3082.50;12.85;1938.00;0.46;0.28 -193;1;3251.00;10.40;1813.50;-0.67;0.22 -194;1;3341.00;10.47;1706.00;0.32;0.26 -195;1;3184.00;9.97;1833.00;-0.24;0.36 -196;1;3497.50;9.80;1717.00;-0.89;0.20 -197;1;3265.50;11.00;1900.00;-0.89;0.36 -198;1;3786.50;9.75;1960.00;0.06;1.26 -199;1;2893.50;10.20;1764.50;-1.24;0.18 -200;1;2759.00;10.10;1686.50;-0.38;0.24 -201;1;3170.50;10.50;1900.00;0.35;0.44 -202;1;3000.50;13.40;1779.50;-0.54;0.22 -203;1;3184.50;11.00;1942.00;-0.69;0.48 -204;1;3213.50;9.70;1751.00;-0.98;0.20 -205;1;3075.50;10.20;1798.50;0.78;0.32 -206;1;3657.50;9.90;1656.00;0.16;0.30 -207;1;3277.50;10.40;1655.00;-0.24;0.26 -208;1;3523.50;9.80;1572.00;-0.98;0.18 -209;1;3373.50;9.50;1848.50;0.41;1.70 -210;1;2563.50;9.50;1068.50;0.38;1.40 -211;1;3065.50;9.70;1660.00;-0.46;0.24 -212;1;3393.00;10.10;1582.00;-0.46;0.20 -213;1;2039.00;9.50;333.00;-0.15;1.02 -214;1;3434.00;9.80;1628.50;0.00;0.20 -215;1;3244.00;9.80;1561.00;-0.98;0.24 -216;1;3244.50;9.90;1593.00;-0.89;0.22 -217;1;1848.00;9.50;2015.00;-1.21;0.98 -218;1;1473.50;9.50;319.00;-0.02;1.76 -219;1;2752.50;13.00;1631.50;-1.03;0.26 -220;1;5154.50;9.50;1485.00;-0.94;1.08 -221;1;2813.00;9.80;1569.50;0.58;0.24 -222;1;3236.50;9.80;1658.50;0.78;0.24 -223;1;3300.00;10.00;1607.50;0.00;0.18 -224;1;3979.00;9.50;796.00;0.43;1.08 -225;1;3157.50;9.50;1220.00;-0.42;0.74 -226;1;3335.50;10.50;1663.50;-0.32;0.24 -227;1;3627.00;9.90;1596.50;-0.67;0.26 -228;1;3600.50;10.50;1632.00;0.24;0.20 -229;1;5229.50;10.30;542.50;0.36;1.06 -230;1;5402.50;9.50;1295.00;0.27;1.18 -231;1;3405.00;9.80;1672.50;0.00;0.22 -232;1;3461.50;9.80;1580.50;0.78;0.22 -233;1;3225.00;10.40;1629.00;-0.78;0.32 -234;1;4760.00;9.50;436.50;0.00;0.24 -235;1;4209.00;9.50;651.00;-0.91;0.84 -236;1;3314.50;9.90;1589.00;-0.64;0.24 -237;1;3715.50;12.30;1680.00;-0.69;0.34 -238;1;3321.50;9.90;1555.50;0.78;0.20 -239;1;4520.50;9.50;315.00;-0.19;1.14 -240;1;3870.50;9.50;690.00;-0.86;1.10 -241;1;2930.50;9.70;1587.50;-0.32;0.32 -242;1;3037.00;10.50;1666.50;-0.38;0.22 -243;1;3091.00;9.80;1574.50;0.38;0.24 -244;1;3818.00;9.50;45.50;-0.42;1.06 -245;1;2877.50;9.50;9.00;4.19;0.52 -246;1;3363.00;10.00;1602.50;-0.58;0.20 -247;1;2933.00;9.80;1569.50;0.00;0.18 -248;1;3291.50;11.00;1661.50;-0.78;0.28 -249;1;2206.50;9.50;139.00;0.09;0.80 -250;1;2411.50;9.50;260.00;0.24;0.86 -251;1;2482.00;9.50;948.00;0.54;1.32 -252;1;3418.50;10.00;1664.50;-0.54;0.24 -253;1;2740.50;11.20;1570.50;-0.54;0.24 -254;1;2417.00;9.50;1446.00;0.26;1.52 -255;1;1396.00;9.50;2004.00;-0.78;1.24 -256;1;3489.00;10.00;1668.50;-0.67;0.24 -257;1;3527.00;10.22;1580.00;-0.46;0.20 -258;1;1036.00;9.50;25.00;4.66;1.06 -259;1;67.00;9.50;431.50;-0.14;0.92 -260;1;3576.50;9.80;1639.50;0.40;0.28 -261;1;3385.00;10.10;1584.00;-0.46;0.18 -262;1;44.00;9.50;1266.50;0.48;1.02 -263;1;457.50;9.50;1533.00;0.67;0.98 -264;1;445.00;9.50;669.00;0.26;1.08 -265;1;3187.00;10.25;1653.50;0.92;0.24 -266;1;3143.50;10.00;1599.50;-0.19;0.20 -267;1;1343.00;9.50;612.50;-0.35;1.32 -268;1;3002.00;9.70;1587.00;0.46;0.20 -269;1;3436.50;9.95;1600.00;0.24;0.20 -270;1;3502.50;10.10;1654.00;0.64;0.22 -271;1;2818.00;9.80;1574.50;0.67;0.24 -272;1;3584.00;9.82;1692.00;-0.32;0.28 -273;1;3666.00;10.02;1611.00;-0.32;0.36 -274;1;3362.00;10.00;1620.00;0.46;0.20 -275;1;3456.50;9.80;1587.50;0.78;0.18 -276;1;2691.00;10.47;1629.00;0.32;0.26 -277;1;3225.50;10.60;1603.00;-0.64;0.26 -278;1;3709.00;12.07;1695.00;-0.58;0.38 -279;1;3082.50;9.80;1581.50;-0.19;0.24 -280;1;3439.50;9.80;1645.50;-0.19;0.20 -281;1;3154.00;9.95;1618.00;0.00;0.20 -282;1;3562.00;10.30;1656.00;0.32;0.26 -283;1;3429.50;10.50;1619.00;-0.89;0.20 -284;1;2715.50;9.50;1658.00;0.24;0.26 -285;1;2691.00;9.90;1578.00;0.46;0.28 -286;1;3531.50;10.50;1587.50;-0.54;0.24 -287;1;3328.00;10.70;1639.50;0.00;0.30 -288;1;3332.00;9.80;1563.00;-0.78;0.18 -289;1;3295.00;9.80;1596.50;0.00;0.24 -290;1;3163.00;9.87;1567.00;0.00;0.28 -291;1;3678.00;9.87;1622.00;0.58;0.34 -292;1;3582.00;10.40;1610.50;0.38;0.22 -293;1;3002.50;9.70;1594.00;-0.24;0.24 -294;1;3248.50;10.00;1602.50;0.19;0.24 -295;1;2999.50;10.30;1692.50;-0.95;0.30 -296;1;2794.50;9.90;1578.00;-0.24;0.22 -297;1;3501.50;10.00;1617.50;-0.19;0.22 -298;1;3615.00;10.42;1598.00;0.00;0.20 -299;1;3058.50;9.75;1663.00;1.19;0.22 -300;1;3368.50;10.00;1592.00;-0.16;0.16 -301;1;3400.50;11.20;1635.50;-0.19;0.24 -302;1;3388.50;10.45;1557.00;-0.89;0.24 -303;1;2676.00;9.97;1594.00;-0.78;0.24 -304;1;3250.50;9.80;1570.50;0.54;0.28 -305;1;3615.00;9.80;1669.50;-0.38;0.28 -306;1;3308.50;10.05;1614.00;0.89;0.18 -307;1;3773.00;10.50;1654.50;-0.67;0.26 -308;1;3204.50;9.90;1691.50;0.54;0.24 -309;1;2937.00;10.15;1576.50;-0.38;0.22 -310;1;3220.00;10.17;1644.00;-0.78;0.24 -311;1;2741.50;12.80;1582.50;0.14;0.24 -312;1;3445.00;9.70;1832.00;0.24;0.36 -313;1;3466.50;9.80;1557.00;0.24;0.20 -314;1;3436.00;9.90;1591.00;-0.78;0.20 -315;1;3317.50;9.90;1562.50;0.54;0.22 -316;1;2942.50;9.70;1664.50;-0.78;0.28 -317;1;2954.50;9.70;1612.50;-0.32;0.22 -318;1;3185.50;10.50;1581.50;-0.32;0.24 -319;1;3240.00;9.80;1667.00;0.58;0.22 -320;1;3287.00;10.05;1673.00;-0.46;0.22 -321;1;2993.50;9.70;1599.00;-0.64;0.28 -322;1;2817.00;9.90;1582.50;0.38;0.24 -323;1;3276.50;9.90;1632.00;-0.98;0.20 -324;1;3511.50;11.50;1593.50;0.19;0.26 -325;1;3534.00;9.90;1646.50;-0.92;0.22 -326;1;3537.00;10.35;1556.50;-1.32;0.18 -327;1;3184.50;9.90;1609.50;-0.78;0.28 -328;1;3388.00;10.70;1564.50;-0.92;0.22 -329;1;3051.50;9.80;1655.50;-0.32;0.22 -330;1;3448.50;9.90;1608.50;-0.78;0.20 -331;1;3254.00;9.80;1576.00;-1.10;0.26 -332;1;2942.00;9.50;1626.00;-0.78;0.26 -333;1;3357.00;10.00;1668.50;0.00;0.22 -334;1;3082.50;9.80;1591.50;-0.11;0.24 -335;1;3350.50;10.00;1626.00;-0.98;0.20 -336;1;2927.50;9.70;1581.00;-0.46;0.18 -337;1;2670.00;11.17;1629.00;-0.46;0.36 -338;1;3599.50;9.70;1563.50;-0.32;0.18 -339;1;3588.50;10.40;1592.00;-0.12;0.28 -340;1;3457.50;9.90;1562.50;0.19;0.20 -341;1;3225.00;10.20;1652.00;-0.78;0.18 -342;1;3267.00;9.90;1596.00;-0.46;0.24 -343;1;3322.00;9.90;1567.50;-0.92;0.24 -344;1;3377.50;10.60;1653.50;-0.78;0.16 -345;1;3510.50;10.40;1607.00;-0.64;0.24 -346;1;3433.50;10.25;1664.00;0.24;0.20 -347;1;3173.50;10.40;1581.00;0.16;0.24 -348;1;3140.00;9.60;1619.00;0.00;0.28 -349;1;3020.50;10.30;1591.50;0.32;0.24 -350;1;3422.50;9.90;1620.00;0.24;0.22 -351;1;2765.00;11.30;1632.50;-0.92;0.22 -352;1;3334.50;10.00;1598.50;0.14;0.18 -353;1;3524.50;9.90;1560.50;-0.54;0.22 -354;1;3288.50;10.15;1634.00;-0.64;0.20 -355;1;3598.00;10.30;1614.00;-0.46;0.26 -356;1;3397.50;10.00;1567.00;-0.46;0.18 -357;1;3448.50;9.80;1650.50;-0.32;0.18 -358;1;3239.00;10.42;1627.00;-0.46;0.28 -359;1;3599.50;9.70;1697.50;-0.19;0.28 -360;1;3239.50;9.80;1581.00;0.16;0.28 -361;1;3709.00;10.65;1662.00;0.00;0.32 -362;1;3096.50;10.30;1604.00;-0.46;0.24 -363;1;3042.50;10.10;1657.50;-0.40;0.22 -364;1;2785.00;10.20;1586.00;0.32;0.22 -365;1;3587.50;9.70;1559.00;0.16;0.26 -366;1;3357.00;10.40;1640.50;-0.67;0.22 -367;1;3463.50;9.80;1566.00;0.16;0.22 -368;1;3513.50;9.90;1648.00;4.71;0.18 -369;1;2677.50;10.50;1602.00;0.24;0.24 -370;1;3619.50;10.50;1689.50;0.19;0.28 -371;1;3316.50;10.15;1573.00;0.12;0.24 -372;1;3571.00;9.95;1628.00;-0.98;0.26 -373;1;1925.00;9.50;1678.50;3.14;0.16 -374;1;2943.00;9.70;1591.50;0.00;0.18 -375;1;3001.50;9.70;1572.00;0.24;0.26 -376;1;3469.00;9.80;1596.50;-0.58;0.16 -377;1;2745.00;10.80;1560.50;0.00;0.22 -378;1;3433.00;9.80;1645.00;0.32;0.22 -379;1;1851.00;9.70;1079.00;0.00;0.14 -380;1;3532.50;10.30;1571.50;0.19;0.16 -381;1;3620.00;9.95;1679.00;-0.32;0.22 -382;1;3369.00;10.05;1609.50;-0.67;0.20 -383;1;2994.50;9.70;1678.50;-0.54;0.24 -384;1;3388.50;10.00;1574.00;-0.64;0.20 -385;1;2681.50;10.75;1625.00;-0.98;0.26 -386;1;3249.50;9.90;1584.00;-0.46;0.22 -387;1;3277.00;10.55;1641.00;0.00;0.26 -388;1;3064.00;10.15;1574.50;0.58;0.22 -389;1;3093.00;10.22;1597.00;0.00;0.20 -390;1;3664.50;9.90;1674.50;0.40;0.30 -391;1;2884.00;9.60;1561.00;0.00;0.16 -392;1;3548.00;11.50;1604.00;-0.98;0.24 -393;1;3602.00;9.75;1570.00;-0.46;0.20 -394;1;2964.50;9.70;1671.00;0.16;0.32 -395;1;3136.50;9.70;1609.00;-0.64;0.28 -396;1;3455.50;9.90;1573.50;0.19;0.20 -397;1;3439.00;9.80;1607.00;-0.46;0.20 -398;1;3323.50;9.90;1578.50;0.14;0.22 -399;1;2935.50;9.70;1641.00;-0.98;0.24 -400;1;3166.50;10.40;1595.50;-0.78;0.20 -401;1;3357.50;10.00;1631.00;-1.19;0.20 -402;1;3151.00;10.47;1563.00;0.00;0.26 -403;1;3629.00;9.92;1605.00;0.46;0.18 -404;1;3586.00;10.30;1647.50;0.92;0.22 -405;1;2945.00;10.15;1561.00;0.78;0.26 -406;1;3231.00;9.90;1613.50;1.21;0.36 -407;1;2733.00;9.50;1563.50;-0.58;0.20 -408;1;3097.00;9.70;1682.50;-0.67;0.30 -409;1;3298.00;9.90;1480.50;-0.38;0.24 -410;1;3577.00;9.70;1539.50;-1.10;0.20 -411;1;3141.00;9.50;1817.00;-0.14;0.86 -412;1;2538.00;9.50;921.50;0.42;1.22 -413;1;3416.50;10.00;1545.50;-0.54;0.20 -414;1;3235.50;9.90;1479.50;-0.78;0.26 -415;1;3242.50;9.80;1677.00;0.46;0.26 -416;1;2220.00;9.50;470.50;-0.09;0.86 -417;1;3121.00;13.60;1504.50;-0.87;0.22 -418;1;3367.50;9.80;1512.00;0.16;0.20 -419;1;2095.00;9.50;1836.00;0.78;1.08 -420;1;1218.50;9.50;254.50;-0.37;1.52 -421;1;3065.00;12.75;1515.50;-1.40;0.20 -422;1;3188.00;9.90;1529.00;0.46;0.24 -423;1;5339.00;9.50;1597.50;0.51;1.08 -424;1;3003.00;12.82;1515.00;-0.98;0.20 -425;1;2979.50;9.90;1546.00;-0.24;0.22 -426;1;3439.50;9.70;1453.00;-0.24;0.18 -427;1;3925.00;9.50;889.00;-0.38;1.02 -428;1;3229.00;9.50;1197.50;0.10;1.00 -429;1;3376.00;9.80;1464.00;0.46;0.22 -430;1;5140.50;9.50;514.00;0.41;1.88 -431;1;5382.50;9.50;1331.50;-0.49;1.30 -432;1;3619.00;9.60;1508.00;0.58;0.34 -433;1;3485.50;9.80;1544.00;-0.98;0.16 -434;1;3288.50;9.80;1483.50;0.32;0.20 -435;1;4755.00;9.50;465.50;0.49;0.62 -436;1;4316.50;9.50;668.00;-0.41;1.08 -437;1;3443.00;10.47;1515.00;-0.58;0.26 -438;1;3211.00;10.00;1500.00;0.00;0.22 -439;1;4470.50;9.50;299.50;0.05;0.92 -440;1;3847.00;9.50;627.00;0.41;0.88 -441;1;3262.00;10.00;1528.50;0.38;0.24 -442;1;3134.50;11.60;1516.50;0.54;0.24 -443;1;3811.50;9.50;12.50;4.66;0.68 -444;1;3048.00;9.80;1562.50;0.00;0.14 -445;1;3062.50;12.20;1520.50;0.78;0.18 -446;1;2192.00;9.50;86.50;-0.67;1.02 -447;1;2425.50;9.50;336.00;0.33;1.16 -448;1;2518.00;9.50;987.00;0.68;1.60 -449;1;3446.50;9.70;1467.50;-1.03;0.20 -450;1;2431.50;9.50;1364.50;0.85;1.34 -451;1;1374.50;9.50;1922.50;0.01;1.84 -452;1;3560.00;9.90;1545.50;0.00;0.26 -453;1;3358.50;9.80;1480.00;-0.24;0.20 -454;1;2847.00;10.40;1509.50;0.58;0.24 -455;1;964.00;9.50;16.50;-1.21;1.14 -456;1;25.00;9.50;456.00;0.09;1.06 -457;1;3384.00;10.55;1549.50;1.40;0.22 -458;1;3294.50;9.90;1491.00;-0.89;0.24 -459;1;92.50;9.50;1275.00;-0.46;0.92 -460;1;385.00;9.50;1548.00;0.78;1.30 -461;1;350.00;9.50;620.00;-0.58;0.82 -462;1;3218.50;10.00;1496.50;-0.54;0.22 -463;1;3326.50;9.80;1527.00;-0.24;0.22 -464;1;1802.50;9.75;731.00;-1.18;0.32 -465;1;1357.00;9.50;661.00;0.09;1.06 -466;1;3149.00;11.20;1506.00;0.00;0.24 -467;1;3128.00;10.12;1547.00;0.00;0.22 -468;1;3554.50;9.60;1474.00;-0.55;0.32 -469;1;3030.00;11.45;1532.50;0.00;0.20 -470;1;3571.00;9.70;1506.50;0.27;0.30 -471;1;3459.00;9.82;1550.00;0.00;0.20 -472;1;3368.50;9.80;1476.50;-1.24;0.22 -473;1;3409.50;9.90;1520.50;0.32;0.22 -474;1;3205.50;10.10;1537.00;0.24;0.26 -475;1;3646.00;9.60;1425.50;-0.34;0.56 -476;1;3244.00;10.15;1496.50;-0.38;0.34 -477;1;3561.50;9.60;1466.50;-0.62;0.34 -478;1;3019.50;9.80;1552.50;-0.19;0.24 -479;1;3093.50;10.80;1535.50;0.54;0.24 -480;1;2861.50;9.70;1542.50;-0.78;0.08 -481;1;3503.00;9.80;1464.00;-0.46;0.20 -482;1;2974.50;11.45;1530.00;-0.24;0.22 -483;1;3523.50;10.50;1549.00;0.16;0.20 -484;1;3449.00;10.30;1475.50;0.38;0.20 -485;1;2825.00;9.80;1511.50;-0.58;0.20 -486;1;3376.50;9.80;1481.00;0.89;0.22 -487;1;3476.50;9.80;1517.50;-0.19;0.18 -488;1;3307.00;10.00;1496.50;0.38;0.24 -489;1;3283.50;9.90;1530.50;0.19;0.16 -490;1;1603.50;12.50;1766.00;0.18;1.54 -491;1;3190.50;9.80;1505.50;-0.78;0.24 -492;1;1447.00;10.37;1393.00;-0.92;0.30 -493;1;3103.00;10.00;1554.50;0.00;0.24 -494;1;3054.00;10.85;1523.00;-0.46;0.22 -495;1;2922.50;10.20;1545.00;-0.64;0.20 -496;1;3198.00;10.30;1709.50;0.38;0.22 -497;1;3595.00;9.70;1555.50;-0.92;0.20 -498;1;3502.50;9.80;1479.50;0.78;0.18 -499;1;3538.00;11.35;1525.50;-0.58;0.26 -500;1;3448.50;10.15;1484.00;-0.24;0.22 -501;1;3355.00;9.80;1523.00;0.46;0.20 -502;1;3387.00;9.80;1487.50;0.00;0.20 -503;1;2792.50;9.85;1468.00;0.89;0.18 -504;1;3275.50;10.00;1511.00;0.46;0.22 -505;1;871.00;11.70;1582.00;0.24;0.30 -506;1;3103.50;10.10;1529.50;0.19;0.24 -507;1;2784.00;10.07;1553.00;0.00;0.20 -508;1;3612.00;9.60;1520.50;0.27;0.28 -509;1;3458.50;9.75;1479.00;0.16;0.24 -510;1;3430.00;10.37;1528.00;-0.46;0.24 -511;1;3345.00;9.80;1499.50;0.00;0.26 -512;1;2837.00;10.25;1475.50;0.00;0.20 -513;1;3197.50;10.00;1528.50;0.14;0.26 -514;1;3018.50;10.60;1544.00;0.24;0.20 -515;1;1053.50;11.90;1799.00;0.30;0.72 -516;1;2871.00;9.80;1532.50;-0.58;0.18 -517;1;4486.50;14.10;1234.50;-0.26;0.42 -518;1;3495.50;9.80;1523.50;0.32;0.20 -519;1;2951.00;11.55;1480.50;0.00;0.24 -520;1;3511.50;9.80;1487.00;-0.24;0.22 -521;1;2912.00;13.45;1478.00;0.00;0.22 -522;1;3332.50;9.80;1535.00;-0.89;0.16 -523;1;3413.50;10.35;1498.00;-0.98;0.22 -524;1;3140.00;9.80;1564.00;0.46;0.22 -525;1;3277.50;9.90;1519.00;-0.64;0.24 -526;1;2967.50;11.50;1563.50;0.32;0.18 -527;1;2785.50;9.70;1476.00;-0.12;0.18 -528;1;885.00;10.65;1606.00;-0.24;0.36 -529;1;2921.50;10.70;1527.50;-0.32;0.22 -530;1;3180.50;10.40;1640.50;0.14;0.22 -531;1;4447.00;12.30;1197.50;-0.18;0.46 -532;1;3016.50;10.90;1491.00;0.64;0.20 -533;1;3478.00;10.30;1491.50;0.00;0.16 -534;1;3400.00;9.92;1534.00;0.46;0.22 -535;1;3223.50;9.80;1550.00;4.71;0.16 -536;1;3175.50;10.10;1520.00;-0.89;0.24 -537;1;3031.00;9.70;1575.00;-0.78;0.18 -538;1;2988.50;11.10;1538.50;0.19;0.20 -539;1;2791.50;11.40;1489.00;0.24;0.18 -540;1;2733.50;10.10;1538.00;-0.64;0.28 -541;1;3084.00;9.80;1484.00;-0.46;0.20 -542;1;2740.00;9.70;1476.50;-1.32;0.16 -543;1;3032.50;13.20;1491.50;-0.78;0.18 -544;1;3474.00;9.90;1529.50;0.51;0.26 -545;1;3543.50;9.70;1497.50;-0.54;0.30 -546;1;3291.50;9.80;1551.50;-0.78;0.20 -547;1;3426.50;9.70;1497.50;0.19;0.20 -548;1;3106.50;9.90;1564.00;-0.64;0.18 -549;1;2926.00;11.37;1494.00;0.78;0.16 -550;1;3261.50;10.10;1520.00;-0.89;0.20 -551;1;2861.50;9.80;1488.50;-0.78;0.24 -552;1;3057.00;10.25;1545.50;-0.58;0.20 -553;1;2808.00;10.40;1488.00;0.00;0.22 -554;1;3644.00;9.60;1484.50;-0.21;0.34 -555;1;3116.00;10.10;1487.00;-0.46;0.22 -556;1;4442.00;14.57;1236.00;-0.54;0.46 -557;1;3062.00;9.90;1495.00;0.78;0.16 -558;1;3371.00;10.00;1538.50;-0.58;0.22 -559;1;3326.50;9.80;1507.50;-0.14;0.26 -560;1;3209.00;10.40;1557.50;-0.67;0.22 -561;1;2977.50;10.75;1498.00;-0.46;0.18 -562;1;3140.50;9.95;1531.00;-0.16;0.22 -563;1;2924.50;11.90;1499.00;-0.24;0.18 -564;1;2952.50;10.65;1543.00;0.16;0.26 -565;1;3241.50;10.10;1459.50;-0.78;0.20 -566;1;3613.50;9.70;1543.50;-0.78;0.16 -567;1;3179.50;9.60;1713.00;-0.24;0.20 -568;1;3323.50;9.50;1441.00;-0.46;0.20 -569;1;3050.00;12.47;1503.00;-0.78;0.18 -570;1;3404.50;10.30;1507.50;-0.32;0.24 -571;1;2985.00;10.82;1504.00;-0.98;0.22 -572;1;3203.50;10.20;1524.00;-0.46;0.22 -573;1;3024.50;11.40;1541.00;-0.64;0.16 -574;1;3316.50;9.70;1464.50;0.32;0.22 -575;1;2842.00;9.80;1533.50;0.00;0.16 -576;1;3633.00;9.60;1502.00;-0.24;0.34 -577;1;3210.50;10.20;1482.50;0.32;0.20 -578;1;3508.00;9.90;1535.50;0.38;0.22 -579;1;3483.50;9.80;1508.50;0.19;0.22 -580;1;3350.50;10.50;1546.00;-0.89;0.24 -581;1;3112.00;11.02;1495.00;-0.78;0.20 -582;1;3298.50;9.80;1521.00;0.46;0.16 -583;1;3056.50;12.70;1514.50;0.78;0.18 -584;1;3101.50;10.45;1538.00;0.24;0.16 -585;1;3430.50;9.70;1453.00;0.64;0.18 -586;1;2991.50;11.50;1512.50;-0.54;0.22 -587;1;2910.50;10.20;1534.50;0.32;0.16 -588;1;3346.00;9.80;1460.50;-0.38;0.22 -589;1;2939.00;10.45;1511.00;-0.32;0.22 -590;1;2852.50;13.60;1428.50;-0.32;0.16 -591;1;3040.00;9.70;1414.50;-1.10;0.18 -592;1;3232.50;10.10;1682.50;-0.14;0.26 -593;1;3093.00;9.50;1763.50;-0.21;1.08 -594;1;2512.00;9.50;894.50;0.11;1.10 -595;1;2803.00;9.90;1423.50;-0.38;0.22 -596;1;3048.50;11.05;1442.00;0.64;0.18 -597;1;2243.00;9.50;579.00;0.35;1.26 -598;1;1629.00;10.35;1626.00;-0.78;0.26 -599;1;3025.50;10.50;1428.50;0.19;0.22 -600;1;1995.00;9.50;1933.50;0.53;1.54 -601;1;1141.00;9.50;159.00;-0.39;1.16 -602;1;746.50;9.50;843.00;-0.72;0.50 -603;1;2976.00;9.70;1426.00;0.00;0.24 -604;1;5481.50;9.50;1656.00;-0.72;1.24 -605;1;1591.00;10.57;1630.00;0.00;0.26 -606;1;3101.50;11.10;1408.00;-0.16;0.22 -607;1;2943.50;10.00;1430.50;-0.32;0.18 -608;1;3889.50;9.50;960.00;-0.68;1.50 -609;1;3337.00;9.50;1207.00;-0.32;0.78 -610;1;872.50;10.70;1552.00;-0.16;0.32 -611;1;2919.00;15.30;1426.50;0.38;0.22 -612;1;5596.00;9.50;1415.00;0.00;0.92 -613;1;5282.00;9.50;1225.00;-0.70;1.52 -614;1;3133.00;10.20;1415.50;-0.38;0.24 -615;1;1796.00;9.80;728.50;-1.18;0.32 -616;1;4763.50;9.50;405.50;-0.05;0.64 -617;1;4296.00;9.50;632.50;-0.44;0.96 -618;1;3559.00;9.60;1455.00;0.46;0.24 -619;1;3106.50;10.00;1424.50;-0.32;0.20 -620;1;2826.00;10.00;1431.00;0.00;0.24 -621;1;4474.50;9.50;255.00;0.38;1.02 -622;1;3913.50;9.50;765.50;0.32;0.96 -623;1;3828.00;9.50;668.00;-0.66;0.78 -624;1;3067.50;10.05;1425.00;0.46;0.26 -625;1;2815.50;9.90;1434.50;-0.32;0.20 -626;1;3768.50;9.50;73.00;0.26;1.32 -627;1;2983.00;9.50;25.00;4.71;0.98 -628;1;3009.50;9.65;1434.00;0.24;0.22 -629;1;2807.00;9.95;1440.50;-0.38;0.26 -630;1;3150.50;10.90;1404.50;0.78;0.20 -631;1;2170.00;9.50;50.50;-0.90;0.90 -632;1;2376.00;9.50;312.50;-0.18;1.28 -633;1;2520.50;9.50;1037.00;-0.57;1.60 -634;1;1756.00;9.90;1664.50;-0.38;0.38 -635;1;2483.50;9.50;1406.50;0.42;1.44 -636;1;2931.00;15.35;1444.50;-0.38;0.18 -637;1;3183.50;10.90;1408.50;0.40;0.20 -638;1;1501.00;9.80;1421.00;0.19;0.26 -639;1;888.50;9.50;17.50;4.68;0.84 -640;1;17.50;9.50;504.50;-0.32;1.04 -641;1;2885.50;10.10;1442.00;-0.24;0.20 -642;1;3651.50;9.60;1446.00;-0.35;0.44 -643;1;84.00;9.50;1315.00;0.42;1.00 -644;1;342.00;9.50;1515.50;-1.14;1.22 -645;1;380.00;9.50;576.00;-0.24;1.02 -646;1;3130.00;10.37;1433.00;-0.46;0.24 -647;1;1291.50;9.50;657.00;0.27;0.84 -648;1;2877.00;10.30;1450.50;0.00;0.24 -649;1;3224.00;10.45;1386.50;-0.92;0.30 -650;1;1711.00;12.12;308.00;0.16;0.32 -651;1;2827.00;9.90;1448.50;0.00;0.18 -652;1;3465.50;14.30;1315.50;-0.19;0.30 -653;1;3040.00;13.30;1451.50;0.00;0.20 -654;1;3471.00;12.65;1369.50;-1.10;0.20 -655;1;2798.50;10.30;1444.00;0.16;0.24 -656;1;2993.00;12.60;1443.50;0.58;0.18 -657;1;3244.50;10.00;1397.50;-0.32;0.24 -658;1;2950.50;14.20;1447.50;0.32;0.16 -659;1;1506.00;10.87;1556.00;-0.78;0.28 -660;1;3200.00;10.35;1417.50;0.00;0.26 -661;1;2949.00;15.02;1453.00;0.00;0.16 -662;1;3153.00;14.17;1428.00;0.00;0.26 -663;1;2936.00;12.95;1462.50;-0.92;0.18 -664;1;4895.50;11.00;1427.50;0.14;0.26 -665;1;3056.00;10.60;1444.50;0.58;0.14 -666;1;3523.00;12.20;1375.50;0.58;0.18 -667;1;2857.50;10.00;1457.00;-0.24;0.24 -668;1;3010.50;13.40;1454.50;0.32;0.16 -669;1;2820.00;9.80;1454.50;-0.38;0.20 -670;1;3509.00;12.15;1378.50;-0.38;0.20 -671;1;3001.00;14.57;1453.00;0.32;0.24 -672;1;3460.50;14.55;1376.00;-0.98;0.22 -673;1;2982.50;14.70;1463.50;-1.16;0.16 -674;1;3226.00;9.70;1410.00;-0.46;0.22 -675;1;4908.50;10.30;1503.50;-0.32;0.56 -676;1;3181.00;12.12;1438.00;0.00;0.24 -677;1;893.00;10.00;1508.50;-0.38;0.26 -678;1;2918.00;13.82;1467.00;0.00;0.20 -679;1;3125.50;9.70;1441.00;0.24;0.18 -680;1;2883.50;10.60;1467.50;0.32;0.16 -681;1;4913.00;9.90;1445.00;-0.24;0.30 -682;1;3084.00;10.45;1448.50;-0.58;0.18 -683;1;3525.00;10.87;1391.00;-0.46;0.22 -684;1;3114.00;9.80;1456.00;0.00;0.20 -685;1;3482.50;17.80;1385.00;-0.16;0.26 -686;1;3067.50;10.60;1463.00;-0.24;0.24 -687;1;3262.00;9.70;1418.00;0.78;0.28 -688;1;3012.50;13.50;1467.50;0.19;0.20 -689;1;1486.50;10.70;1567.00;-0.86;0.24 -690;1;3207.50;13.30;1426.50;-0.78;0.18 -691;1;1487.00;10.70;1577.00;0.32;0.28 -692;1;2985.50;11.60;1475.50;-0.19;0.22 -693;1;3166.00;13.60;1444.50;0.00;0.22 -694;1;2941.50;12.45;1475.00;-0.24;0.18 -695;1;1469.00;10.70;1578.00;-0.98;0.22 -696;1;3155.50;12.55;1448.00;-0.24;0.20 -697;1;3177.50;12.90;408.50;-1.41;1.18 -698;1;2910.50;12.20;1466.00;-0.24;0.20 -699;1;3128.00;9.75;1458.50;-0.38;0.22 -700;1;3543.50;10.20;1397.50;0.32;0.24 -701;1;1542.00;9.50;729.50;-1.12;0.18 -702;1;1586.00;11.40;1565.00;-0.58;0.24 -703;1;1410.00;11.15;1647.50;-0.96;0.42 -704;1;3048.00;13.95;1477.50;-0.67;0.22 -705;1;3332.50;9.70;1419.50;0.19;0.28 -706;1;1640.00;10.75;1570.50;0.38;0.24 -707;1;3004.50;13.70;1470.50;0.32;0.24 -708;1;2965.50;11.65;1483.00;-1.29;0.24 -709;1;720.00;9.50;826.50;-0.71;0.46 -710;1;923.50;11.85;1518.00;-0.08;0.34 -711;1;3206.50;14.10;1448.50;-0.32;0.18 -712;1;3517.00;12.45;1402.50;0.00;0.26 -713;1;3156.50;11.50;1464.00;0.24;0.24 -714;1;3461.50;12.10;1398.50;-0.78;0.22 -715;1;1681.00;10.00;1589.50;0.00;0.16 -716;1;3114.00;9.75;1465.00;-0.32;0.24 -717;1;3413.50;9.70;1404.50;-0.78;0.22 -718;1;1667.00;11.10;1589.50;-0.58;0.14 -719;1;3404.00;9.90;1407.00;0.46;0.24 -720;1;1419.50;10.00;1540.50;-0.40;0.32 -721;1;3308.00;9.65;1444.00;4.71;0.24 -722;1;768.50;9.50;798.50;-0.76;0.28 -723;1;3240.50;10.10;1446.50;0.14;0.24 -724;1;2685.00;12.00;1346.50;0.00;0.16 -725;1;4933.00;12.57;1453.00;-0.98;0.30 -726;1;2714.50;12.65;1371.00;-0.64;0.20 -727;1;3194.50;16.50;1464.50;0.78;0.20 -728;1;3521.50;10.80;1410.00;-0.64;0.26 -729;1;2695.00;12.95;1374.00;0.00;0.18 -730;1;3137.00;9.75;1465.50;0.00;0.24 -731;1;3479.50;11.50;1405.50;-1.16;0.20 -732;1;3028.50;10.90;1485.50;0.32;0.22 -733;1;1690.50;11.25;1611.00;0.46;0.34 -734;1;1586.00;11.75;1597.50;0.00;0.26 -735;1;3443.00;11.22;1419.00;0.00;0.20 -736;1;1145.50;10.80;1804.00;-0.24;0.86 -737;1;3324.50;9.70;1447.50;-0.19;0.22 -738;1;2742.50;13.10;1378.50;-0.32;0.20 -739;1;4929.00;10.55;1466.00;-0.58;0.32 -740;1;2760.50;10.50;1382.50;0.32;0.20 -741;1;3272.00;9.70;1452.00;-0.46;0.30 -742;1;3527.00;10.95;1420.00;-0.32;0.18 -743;1;2786.50;10.60;1383.50;0.19;0.24 -744;1;3217.50;11.25;1462.00;-1.19;0.20 -745;1;3518.00;10.80;1421.50;-0.38;0.24 -746;1;3170.50;10.20;1471.50;1.03;0.18 -747;1;2759.50;9.50;1264.50;0.32;0.20 -748;1;3462.50;11.30;1422.50;-0.78;0.24 -749;1;782.00;9.50;799.50;-0.77;0.16 -750;1;3398.00;9.60;1433.00;3.92;0.26 -751;1;728.50;9.50;830.00;-0.72;0.42 -752;1;2837.00;10.25;1405.00;-1.24;0.18 -753;1;4950.00;13.27;1460.00;-0.46;0.20 -754;1;3266.50;9.80;1461.50;0.40;0.24 -755;1;2825.50;10.00;1406.00;-0.46;0.14 -756;1;3841.00;10.75;1275.50;0.51;0.40 -757;1;3553.00;9.50;1432.50;-1.10;0.16 -758;1;2671.50;10.10;1383.50;-1.03;0.24 -759;1;3517.00;9.97;1432.00;0.58;0.30 -760;1;2859.50;11.40;1396.50;-0.19;0.18 -761;1;1480.00;9.90;1786.50;-0.47;1.90 -762;1;2886.50;9.80;1412.50;-0.32;0.18 -763;1;1343.00;11.00;1786.50;-0.61;1.44 -764;1;2903.00;13.90;1417.00;-0.46;0.20 -765;1;3417.50;9.70;1440.50;0.32;0.20 -766;1;913.50;12.85;1535.00;0.08;0.28 -767;1;3342.50;9.70;1450.00;0.64;0.22 -768;1;896.50;10.30;1537.00;0.12;0.22 -769;1;2856.50;12.90;1418.00;-0.16;0.22 -770;1;2925.50;11.35;1407.00;0.24;0.14 -771;1;2941.50;11.70;1411.50;-0.78;0.16 -772;1;3462.50;11.35;1362.00;-0.24;0.24 -773;1;2963.00;9.75;1422.00;0.00;0.18 -774;1;1545.00;10.45;1605.50;-0.51;0.24 -775;1;3448.50;9.80;1440.00;0.24;0.20 -776;1;2940.50;9.90;1423.50;-0.32;0.24 -777;1;738.00;9.50;851.50;-0.71;0.52 -778;1;2910.50;14.25;1431.00;0.24;0.20 -779;1;1546.00;10.50;1619.00;0.00;0.26 -780;1;2886.00;9.70;1419.00;0.00;0.18 -781;1;888.00;13.05;1553.50;-0.51;0.34 -782;1;2991.00;10.50;1404.50;-0.92;0.18 -783;1;4849.00;10.80;1390.50;0.00;0.30 -784;1;3289.50;12.40;1277.50;0.54;0.24 -785;1;3249.50;12.70;1310.50;0.19;0.26 -786;1;3116.50;9.50;1766.50;-0.73;0.82 -787;1;2464.50;9.50;898.50;-0.03;1.00 -788;1;1608.00;9.70;1480.50;-1.10;0.24 -789;1;3455.00;15.07;1335.00;-1.32;0.24 -790;1;2802.00;10.25;1349.00;0.00;0.12 -791;1;2266.50;9.50;663.50;-0.40;1.16 -792;1;3363.00;9.80;1209.50;-0.38;0.22 -793;1;3178.00;10.90;1384.50;-0.38;0.26 -794;1;2715.50;13.30;1330.50;-0.19;0.24 -795;1;2185.50;9.50;1785.50;0.34;1.20 -796;1;984.00;9.50;72.50;0.21;1.46 -797;1;3110.00;12.65;1402.50;0.38;0.22 -798;1;2794.50;14.35;1330.00;-0.24;0.24 -799;1;2669.00;9.70;1323.50;-0.38;0.16 -800;1;4797.00;12.60;1351.50;0.58;0.22 -801;1;1547.00;12.30;1528.50;-0.92;0.30 -802;1;3809.00;9.50;947.00;0.24;0.98 -803;1;3313.50;9.50;1169.50;0.54;0.72 -804;1;3328.50;10.80;1316.50;-0.62;0.22 -805;1;1312.00;10.37;1387.00;-0.98;0.34 -806;1;3372.50;9.60;1265.50;0.54;0.28 -807;1;5112.00;9.50;610.50;0.00;1.08 -808;1;5287.00;9.50;1296.50;-0.17;1.16 -809;1;2716.50;12.60;1292.50;0.19;0.20 -810;1;4855.50;12.50;1404.50;-0.54;0.24 -811;1;4731.00;9.50;377.50;0.00;0.88 -812;1;4358.00;9.50;625.00;0.73;1.10 -813;1;2777.50;12.85;1346.00;-0.89;0.20 -814;1;4654.00;11.10;1337.50;-0.27;0.28 -815;1;4519.50;9.50;259.00;0.03;1.08 -816;1;3808.00;9.50;623.00;0.34;0.98 -817;1;2888.00;10.00;1456.00;-0.46;0.22 -818;1;3196.50;9.80;1396.00;0.46;0.28 -819;1;3029.50;9.50;1339.50;-0.32;0.20 -820;1;3758.00;9.50;21.00;-0.99;1.36 -821;1;2940.50;9.50;29.00;-1.12;1.30 -822;1;1605.50;9.95;1539.00;-1.19;0.16 -823;1;990.00;12.07;1425.00;-0.32;0.30 -824;1;2128.00;9.50;49.00;-0.69;0.98 -825;1;2331.50;9.50;291.00;0.24;1.26 -826;1;2513.50;9.50;1101.50;-0.12;1.36 -827;1;1525.00;10.82;1542.00;-0.98;0.26 -828;1;4590.50;13.20;1340.50;-0.40;0.34 -829;1;3533.00;9.70;1196.00;0.16;0.48 -830;1;2523.50;9.50;1476.00;-0.33;1.30 -831;1;1486.50;10.80;1536.50;0.14;0.22 -832;1;2771.00;12.30;1303.50;-0.58;0.24 -833;1;3128.50;13.50;1348.50;-0.54;0.20 -834;1;948.50;9.50;48.00;0.76;1.48 -835;1;53.00;9.50;491.50;-1.07;1.24 -836;1;4729.50;10.85;1331.00;-0.64;0.22 -837;1;4916.00;12.95;1416.00;0.24;0.34 -838;1;26.50;9.50;1311.50;0.04;1.04 -839;1;271.50;9.50;1522.50;-0.59;1.02 -840;1;410.00;9.50;621.50;0.60;0.92 -841;1;3132.00;13.97;1327.00;-0.46;0.20 -842;1;1413.50;9.50;658.50;-0.10;1.24 -844;1;2677.00;9.82;1309.00;-0.78;0.18 -845;1;2694.00;12.60;1338.00;0.46;0.20 -846;1;4732.00;9.70;1365.50;0.00;0.28 -847;1;1588.00;10.30;1547.50;0.00;0.22 -848;1;4798.00;12.45;1302.00;0.98;0.28 -849;1;3217.00;9.50;1333.00;-0.78;0.36 -850;1;1037.00;14.85;1472.50;-0.82;0.46 -851;1;3044.00;9.65;1327.50;-0.58;0.24 -852;1;4792.00;14.60;1330.50;0.00;0.22 -853;1;1053.00;10.42;1422.00;-0.46;0.46 -854;1;2843.00;10.05;1355.00;0.46;0.24 -855;1;5030.50;9.80;1574.00;-0.07;0.50 -856;1;3262.50;13.60;1312.50;-0.78;0.26 -857;1;2764.00;13.42;1353.00;0.00;0.16 -858;1;2738.00;12.82;1316.00;-0.78;0.16 -859;1;1671.50;9.70;1559.50;2.35;0.20 -860;1;1470.50;10.40;1396.50;0.14;0.34 -861;1;4803.50;14.10;1352.50;-0.54;0.22 -862;1;1609.50;10.15;1563.00;-1.05;0.28 -863;1;3151.50;11.20;1309.50;-0.19;0.22 -864;1;3490.00;15.65;1285.50;0.67;0.24 -865;1;1608.50;9.65;1494.00;1.19;0.32 -866;1;1537.00;9.70;1326.00;-0.24;0.30 -867;1;3131.00;13.67;1357.00;-0.46;0.20 -868;1;1138.00;19.05;1505.50;0.00;0.46 -869;1;3331.00;11.45;1289.00;-0.46;0.20 -870;1;1476.00;10.80;1558.50;0.00;0.26 -871;1;2791.50;14.00;1323.50;-0.32;0.24 -872;1;2817.50;10.95;1357.00;-0.24;0.20 -873;1;1592.50;9.90;1513.50;-0.54;0.32 -874;1;2702.50;12.20;1339.50;-0.19;0.24 -875;1;2728.50;11.00;1284.50;-0.78;0.20 -876;1;3424.50;13.60;1300.00;-1.19;0.30 -877;1;2703.00;11.62;1348.00;0.00;0.18 -878;1;3205.00;11.65;1349.50;-0.58;0.18 -879;1;2722.00;11.90;1289.00;-0.78;0.20 -880;1;1568.00;10.60;1555.50;-0.38;0.24 -881;1;4639.50;12.00;1338.50;0.32;0.24 -882;1;1543.00;10.90;1571.50;0.00;0.26 -883;1;3049.00;11.40;1346.50;-0.92;0.18 -884;1;2764.50;14.05;1359.00;0.24;0.20 -885;1;2749.50;13.10;1363.50;0.32;0.16 -886;1;3371.50;12.70;1276.00;-0.35;0.36 -887;1;4754.00;11.02;1366.00;-0.32;0.26 -888;1;2774.00;11.95;1311.50;-0.38;0.24 -889;1;2682.50;12.95;1340.00;-0.98;0.16 -890;1;3289.50;12.95;1332.00;0.89;0.18 -891;1;1633.00;10.05;1564.00;0.46;0.22 -892;1;4724.00;11.70;1335.50;-0.67;0.26 -893;1;3194.50;13.60;1351.50;-0.54;0.22 -894;1;1618.00;12.00;1573.50;0.00;0.18 -895;1;3175.50;9.50;1329.00;1.57;0.28 -896;1;2736.00;11.22;1322.00;0.46;0.20 -897;1;2821.50;12.10;1364.50;-0.32;0.16 -898;1;4829.50;10.65;1361.00;-0.24;0.26 -899;1;2813.50;12.10;1366.50;-0.32;0.16 -900;1;4645.50;10.05;1325.00;-0.98;0.24 -901;1;3443.50;11.40;1229.50;0.50;0.34 -902;1;2953.00;10.05;1312.00;0.32;0.18 -903;1;2741.00;12.45;1362.50;0.00;0.20 -904;1;3289.50;11.30;1339.00;-0.64;0.24 -905;1;1703.00;9.50;1573.50;-1.10;0.34 -906;1;4791.00;14.72;1340.00;0.32;0.22 -907;1;3152.50;11.85;1359.00;-0.24;0.24 -908;1;1666.00;10.90;1582.50;0.00;0.16 -909;1;3288.50;12.90;1307.50;0.78;0.22 -910;1;2982.00;10.60;1381.00;0.46;0.22 -911;1;2901.00;9.55;1383.00;0.00;0.18 -912;1;4759.50;9.80;1317.50;-0.78;0.20 -913;1;1502.50;9.80;1472.50;0.19;0.22 -914;1;3118.50;9.50;1321.00;-0.98;0.22 -915;1;2804.50;13.25;1370.00;-0.24;0.24 -916;1;4739.50;9.80;1373.50;-0.95;0.26 -917;1;857.50;13.10;1884.50;-1.27;1.12 -918;1;2715.50;11.80;1353.50;-1.03;0.16 -919;1;3367.00;13.77;1313.00;0.46;0.30 -920;1;2709.00;12.52;1355.00;0.46;0.20 -921;1;3362.50;13.35;1293.00;0.35;0.28 -922;1;3238.50;10.00;1352.50;-0.32;0.24 -923;1;3021.50;9.90;1350.00;0.64;0.22 -924;1;2668.50;9.80;1310.00;-0.89;0.22 -925;1;3014.00;11.72;1382.00;-0.46;0.24 -926;1;1407.50;10.50;1615.50;-0.62;0.34 -927;1;4803.50;13.90;1369.50;-1.03;0.20 -928;1;3239.00;10.42;1298.00;0.00;0.22 -929;1;2812.00;10.20;1394.00;-0.46;0.18 -930;1;4736.50;10.05;1394.00;1.05;0.38 -931;1;2706.00;10.75;1297.50;-0.58;0.20 -932;1;2773.00;10.95;1370.00;0.46;0.20 -933;1;3363.50;12.30;1327.50;0.19;0.24 -934;1;4689.00;11.85;1349.00;0.32;0.30 -935;1;3162.00;13.75;1364.50;0.00;0.26 -936;1;3149.00;13.10;1336.50;0.00;0.24 -937;1;3108.50;13.35;1382.00;-0.46;0.24 -938;1;2694.50;12.45;1330.00;-0.24;0.18 -939;1;2729.00;14.35;1330.50;0.00;0.24 -940;1;3310.50;13.00;1282.00;-0.16;0.26 -941;1;958.50;12.90;1458.50;-0.11;0.36 -942;1;2768.00;12.05;1309.50;0.58;0.20 -943;1;2832.00;10.30;1383.50;-0.38;0.22 -944;1;4827.50;11.40;1371.50;0.14;0.24 -945;1;4763.00;11.20;1346.50;0.58;0.18 -946;1;4791.50;12.20;1382.00;-1.19;0.26 -947;1;3260.50;12.40;1321.50;0.14;0.22 -948;1;2781.00;13.52;1341.00;-1.10;0.20 -949;1;3166.00;12.77;1373.00;-1.24;0.20 -950;1;2747.00;12.27;1288.00;0.00;0.20 -951;1;1583.50;10.65;1521.00;-0.89;0.26 -952;1;4614.50;12.55;1345.00;-0.35;0.28 -953;1;3093.00;13.65;1386.50;0.00;0.20 -954;1;1423.50;10.10;1494.50;-0.26;0.26 -955;1;3037.50;9.50;1336.50;-0.78;0.22 -956;1;2898.50;10.80;1390.00;-0.89;0.18 -957;1;4870.00;9.50;1384.00;-0.46;0.34 -958;1;2884.00;9.70;1397.50;0.00;0.16 -959;1;4827.00;9.60;1341.50;0.38;0.22 -960;1;3391.00;13.75;1331.00;0.46;0.24 -961;1;3354.50;16.30;1282.50;-0.14;0.24 -962;1;2803.00;10.37;1298.00;1.57;0.20 -963;1;3023.00;12.85;1357.50;-0.38;0.22 -964;1;4714.00;10.52;1325.00;-0.98;0.24 -965;1;3167.50;11.80;1380.50;0.19;0.24 -966;1;3147.50;12.40;1326.50;0.19;0.18 -967;1;3007.50;11.60;1388.50;-0.19;0.24 -968;1;1477.00;10.65;1441.00;0.00;0.26 -969;1;2956.00;9.77;1428.00;-0.78;0.14 -970;1;2666.50;9.70;1297.50;-1.24;0.18 -971;1;1518.50;10.65;1517.00;0.12;0.28 -972;1;4654.50;12.30;1361.50;0.54;0.22 -973;1;4836.00;11.60;1389.50;0.00;0.20 -974;1;3141.50;12.40;1343.00;-0.24;0.18 -975;1;3398.00;13.60;1336.50;-1.21;0.22 -976;1;3152.50;11.35;1296.00;-0.16;0.26 -977;1;2744.50;14.20;1337.00;-0.64;0.24 -978;1;4784.50;13.70;1324.50;0.19;0.22 -979;1;3324.00;13.90;1351.50;0.00;0.24 -980;1;2671.50;9.70;1288.00;-0.24;0.20 -981;1;3260.50;12.40;1304.50;0.54;0.24 -982;1;3104.00;13.85;1388.50;-0.51;0.28 -983;1;1642.50;10.70;1706.50;-0.17;0.80 -984;1;3053.00;10.37;1401.00;-0.46;0.16 -985;1;2719.50;11.10;1307.50;-0.78;0.20 -986;1;920.50;9.55;1459.00;-0.64;0.28 -987;1;4728.50;9.70;1347.50;0.14;0.28 -988;1;3122.50;11.00;655.00;0.37;0.78 -989;1;2773.00;13.17;1220.00;0.24;0.34 -990;1;3140.50;9.50;1735.00;0.46;0.62 -991;1;2533.00;9.50;813.50;0.06;1.10 -992;1;3271.00;9.90;1139.50;0.38;0.38 -993;1;4988.00;9.70;1251.00;0.00;0.22 -994;1;4510.50;9.70;946.50;-0.32;0.26 -995;1;2233.00;9.50;677.50;-0.62;1.16 -996;1;4668.50;11.35;1167.00;-0.24;0.18 -997;1;4253.50;10.20;1011.00;0.12;0.32 -998;1;4941.59;9.50;1267.61;-0.16;0.22 -999;1;2238.50;9.50;1808.00;0.29;1.52 -1000;1;839.00;9.50;62.00;-0.26;1.26 -1001;1;4650.50;9.70;1194.50;-0.32;0.24 -1002;1;5410.50;11.70;831.00;1.57;0.16 -1003;1;4772.00;9.50;1285.50;0.00;0.20 -1004;1;4563.50;9.90;1217.00;-0.16;0.36 -1005;1;3279.00;12.95;1265.50;-0.67;0.28 -1006;1;4630.00;12.27;1063.00;0.00;0.26 -1007;1;3885.50;9.50;888.50;0.37;0.98 -1008;1;3282.00;9.50;1200.50;-0.74;0.66 -1009;1;3028.50;9.50;1268.00;-0.46;0.24 -1010;1;4472.00;12.62;1107.00;0.32;0.34 -1011;1;5051.00;9.50;630.00;0.49;1.08 -1012;1;5216.50;9.50;1278.00;-0.67;1.46 -1013;1;2815.00;9.95;1250.00;-1.10;0.28 -1014;1;4274.50;9.70;966.50;0.62;0.32 -1015;1;3350.50;11.15;1141.00;-0.10;0.20 -1016;1;4695.50;9.50;418.50;-0.04;1.02 -1017;1;4326.00;9.50;601.50;-0.20;1.00 -1018;1;4504.50;9.70;1002.50;-0.78;0.24 -1019;1;1583.50;9.70;1433.50;0.54;0.26 -1020;1;4854.00;9.95;1172.50;0.00;0.14 -1021;1;4476.00;9.50;201.00;-0.55;1.16 -1022;1;3780.00;9.50;676.50;-1.52;0.94 -1023;1;4529.50;10.20;1052.00;-0.46;0.28 -1024;1;4999.50;12.40;1277.50;-0.32;0.22 -1025;1;4845.50;11.95;1204.00;-0.24;0.20 -1026;1;2900.50;9.50;17.50;-1.04;0.90 -1027;1;4577.50;13.50;1304.50;-0.11;0.20 -1028;1;3313.50;12.10;1044.50;0.11;0.28 -1029;1;4664.00;9.70;1222.50;0.38;0.28 -1030;1;2169.50;9.50;102.00;-0.36;1.08 -1031;1;2292.50;9.50;339.50;-0.48;0.96 -1032;1;2476.50;9.50;1160.50;-0.44;1.22 -1033;1;3370.50;9.80;1090.50;-0.40;0.56 -1034;1;4536.50;11.90;1246.00;-0.35;0.36 -1035;1;2502.50;9.50;1539.00;0.55;1.54 -1036;1;4599.50;11.40;1135.50;-0.19;0.30 -1037;1;2955.50;10.90;1228.50;0.54;0.26 -1038;1;4520.00;9.95;963.50;0.38;0.28 -1039;1;1115.50;9.50;109.00;-0.55;1.16 -1040;1;100.50;9.50;466.00;-1.27;1.04 -1041;1;3053.50;9.90;1156.50;-0.54;0.32 -1042;1;5332.00;9.95;480.50;1.10;0.22 -1043;1;2927.50;10.70;1100.00;-0.10;1.26 -1044;1;267.00;9.50;1570.00;0.60;1.18 -1045;1;446.00;9.50;624.00;0.00;0.98 -1046;1;2943.00;11.75;1250.50;-0.87;0.28 -1047;1;4574.00;9.80;1019.50;0.00;0.28 -1048;1;2708.00;9.67;1263.00;-1.10;0.20 -1049;1;1354.00;9.50;704.50;-0.25;1.10 -1051;1;4927.50;9.90;1214.00;-0.24;0.24 -1052;1;4659.50;9.70;1312.50;0.54;0.30 -1053;1;4604.00;10.60;1065.50;-0.51;0.30 -1054;1;4804.50;9.50;1229.50;0.32;0.26 -1055;1;4684.00;9.77;1104.00;0.00;0.28 -1056;1;3384.00;14.05;1225.50;0.00;0.36 -1057;1;3151.00;10.20;1069.50;0.49;0.82 -1058;1;2930.00;13.70;1243.00;0.00;0.24 -1059;1;4152.50;10.60;1006.50;0.19;0.30 -1060;1;3184.50;9.70;1137.00;0.08;0.40 -1061;1;3904.00;9.67;1029.00;0.00;0.40 -1062;1;3132.00;11.55;1166.50;0.27;0.26 -1063;1;4993.00;12.10;1306.00;-0.24;0.26 -1064;1;3323.50;9.90;1054.00;-0.16;0.30 -1065;1;3358.50;9.90;1190.00;0.16;0.24 -1066;1;4650.50;11.90;1108.50;-0.14;0.24 -1067;1;4927.50;10.30;1235.50;-0.78;0.20 -1068;1;3285.50;9.70;1127.00;-0.24;0.22 -1069;1;4635.00;10.60;1259.00;-0.32;0.30 -1070;1;4529.00;9.60;962.00;-0.58;0.28 -1071;1;3259.50;9.60;1148.50;0.78;0.26 -1072;1;3397.00;12.57;1230.00;0.24;0.32 -1073;1;4446.50;9.70;999.50;-0.54;0.28 -1074;1;3369.50;11.50;1191.50;0.40;0.26 -1075;1;4232.50;10.00;1029.50;0.11;0.28 -1076;1;2328.00;9.50;607.00;-1.31;0.26 -1077;1;1616.00;9.70;1462.00;0.00;0.28 -1078;1;4607.50;10.00;1043.50;0.19;0.26 -1079;1;2698.50;13.60;1198.00;-0.69;0.30 -1080;1;3309.00;11.65;1101.00;0.54;0.38 -1081;1;4806.00;12.40;1246.50;0.00;0.20 -1082;1;4315.50;10.20;1048.50;0.32;0.40 -1083;1;4628.00;10.45;1154.50;-0.58;0.30 -1084;1;4636.00;9.95;1274.50;-0.92;0.24 -1085;1;5317.50;9.75;506.00;4.71;0.32 -1086;1;3354.50;11.20;1167.50;-0.19;0.18 -1087;1;4544.00;9.90;1019.50;-0.92;0.24 -1088;1;3370.50;9.80;1237.00;0.16;0.32 -1089;1;2340.00;9.50;590.50;-1.32;0.20 -1090;1;2745.50;13.40;1274.50;-0.78;0.20 -1091;1;4684.00;11.85;1029.50;0.00;0.14 -1092;1;4872.00;9.50;1218.50;0.00;0.22 -1093;1;2783.00;11.05;1289.50;-0.58;0.20 -1094;1;4667.00;12.20;1093.50;-0.38;0.24 -1095;1;2808.00;9.95;1096.00;0.64;0.98 -1096;1;4690.00;11.95;1135.50;0.00;0.20 -1097;1;4975.00;12.45;1247.50;-0.92;0.22 -1098;1;4678.00;9.67;641.00;0.16;0.22 -1099;1;4654.50;9.70;1165.00;-0.64;0.22 -1100;1;4796.50;9.95;1266.00;-0.98;0.22 -1101;1;4142.00;9.85;988.00;0.32;0.30 -1102;1;2657.50;10.30;1163.00;4.71;0.44 -1103;1;3936.00;10.32;1038.00;-0.19;0.40 -1104;1;4685.00;9.80;1278.00;-0.98;0.22 -1105;1;2973.50;10.30;1183.50;-0.78;0.30 -1106;1;3126.50;9.60;1290.00;4.71;0.22 -1107;1;3909.50;13.50;1148.50;0.09;0.36 -1108;1;3370.50;12.95;1216.00;0.16;0.28 -1109;1;3161.00;9.80;1293.00;-0.78;0.20 -1110;1;4627.00;10.50;1089.50;0.38;0.34 -1111;1;2758.00;14.65;1210.50;-0.27;0.36 -1112;1;3327.50;9.70;1125.50;0.40;0.36 -1113;1;4988.50;9.85;1261.00;-0.16;0.24 -1114;1;4425.00;12.50;1018.50;-0.27;0.34 -1115;1;2739.50;10.20;1005.00;0.16;1.40 -1116;1;4273.50;12.30;1095.00;-0.29;0.46 -1117;1;4976.00;11.52;1275.00;-0.32;0.28 -1118;1;3045.50;10.60;1162.00;-0.12;0.24 -1119;1;3273.00;9.70;1255.50;-0.67;0.28 -1120;1;4583.00;10.55;1041.50;-0.38;0.30 -1121;1;2323.00;9.50;605.00;-1.31;0.22 -1122;1;3294.50;9.70;1266.50;-0.19;0.26 -1123;1;4813.72;9.50;1099.76;-0.64;0.18 -1124;1;4655.00;10.40;1232.50;-0.38;0.20 -1125;1;4656.00;12.15;1136.50;-0.27;0.30 -1126;1;2835.50;12.55;1199.00;-1.07;0.46 -1127;1;3117.00;10.25;1148.50;-0.67;0.26 -1128;1;2856.00;12.90;1235.00;0.00;0.24 -1129;1;4030.00;22.05;1172.50;0.43;0.50 -1130;1;3174.00;11.40;1173.00;-0.78;0.22 -1131;1;4539.50;11.10;1009.50;-0.19;0.24 -1132;1;1594.00;9.70;1443.50;0.92;0.36 -1133;1;4921.50;9.70;1205.50;-0.78;0.20 -1134;1;4617.50;9.70;1304.50;-0.14;0.24 -1135;1;47.00;9.65;1776.50;-1.38;0.34 -1136;1;4914.50;10.50;1232.50;-1.03;0.24 -1137;1;4598.50;13.70;1320.00;-0.46;0.26 -1138;1;4641.00;10.75;1083.50;0.67;0.28 -1139;1;4579.50;10.30;1233.00;0.24;0.22 -1140;1;3159.00;9.80;1107.00;-0.72;0.72 -1141;1;2925.50;11.70;1227.50;-0.40;0.42 -1142;1;4247.50;9.50;987.50;-0.78;0.26 -1143;1;3227.50;9.60;1125.50;-0.62;0.44 -1144;1;3924.00;9.80;1019.00;0.46;0.40 -1145;1;2855.00;12.22;1256.00;0.98;0.24 -1146;1;4651.00;9.70;1175.00;-0.78;0.28 -1147;1;3895.50;9.70;1048.50;-0.91;0.34 -1148;1;4804.00;12.00;1284.50;-0.67;0.24 -1149;1;3010.50;11.65;1181.00;0.12;0.22 -1150;1;4698.44;9.70;1302.05;-0.46;0.24 -1151;1;3310.00;10.15;1078.50;0.00;0.32 -1152;1;2740.00;15.72;1184.00;0.32;0.36 -1153;1;2313.50;9.50;567.00;-1.33;0.24 -1154;1;4657.50;11.40;1244.00;-0.46;0.24 -1155;1;3317.00;9.80;1154.00;-0.46;0.28 -1156;1;3032.50;12.30;1282.00;-0.24;0.20 -1157;1;4471.50;9.50;989.50;0.78;0.28 -1158;1;4833.54;10.10;1198.20;2.03;0.24 -1159;1;4185.50;9.85;1004.00;-0.24;0.26 -1160;1;2931.00;11.80;1256.50;0.00;0.30 -1161;1;4643.50;10.30;1202.50;0.78;0.24 -1162;1;4597.00;10.35;1036.00;0.32;0.30 -1163;1;1606.00;9.70;1448.50;0.38;0.28 -1164;1;3187.00;9.50;1235.00;-0.78;0.16 -1165;1;5014.00;9.65;1300.50;0.58;0.22 -1166;1;4654.00;12.07;1071.00;-0.58;0.28 -1167;1;4890.50;11.70;1234.50;0.19;0.24 -1168;1;4699.00;9.70;1116.50;0.58;0.24 -1169;1;4597.00;10.70;1256.50;-0.67;0.26 -1170;1;4331.50;12.50;1010.00;-0.29;0.40 -1171;1;4652.50;10.10;1155.50;0.54;0.26 -1172;1;4450.50;13.50;1031.50;0.32;0.40 -1173;1;3146.50;9.70;1267.50;0.40;0.16 -1174;1;3020.00;10.27;1164.00;0.00;0.26 -1175;1;4693.50;10.10;1020.00;-0.64;0.20 -1176;1;2751.50;14.70;1270.50;-0.78;0.20 -1177;1;4777.50;9.55;1200.00;-1.19;0.12 -1178;1;2719.00;9.90;1278.50;-1.40;0.16 -1179;1;3846.00;9.90;1065.50;0.62;0.50 -1180;1;4567.50;10.10;1242.00;-0.46;0.30 -1181;1;3244.50;12.70;623.50;-0.88;0.68 -1182;1;4984.00;9.65;1243.00;-1.10;0.20 -1183;1;4841.00;10.10;1176.50;-0.58;0.18 -1184;1;4672.00;11.30;1263.50;0.00;0.22 -1185;1;4457.00;9.52;974.00;-1.10;0.20 -1186;1;3156.00;9.80;1161.00;-0.32;0.34 -1187;1;4559.50;9.90;1012.50;0.54;0.24 -1188;1;4595.50;10.00;1268.00;-0.69;0.26 -1189;1;3002.00;12.70;1179.50;0.27;0.26 -1190;1;3890.00;9.70;1022.50;0.00;0.32 -1191;1;4870.00;11.82;1225.00;0.00;0.22 -1192;1;2761.50;13.50;1284.50;-0.78;0.24 -1193;1;4644.00;11.22;1075.00;-0.46;0.24 -1194;1;2709.00;10.62;1222.00;-0.58;0.30 -1195;1;4681.50;11.30;1117.50;0.14;0.24 -1196;1;4440.00;13.10;1024.00;0.24;0.38 -1197;1;4314.00;11.80;1084.00;-0.58;0.40 -1198;1;3112.50;9.70;1139.00;0.16;0.26 -1199;1;3976.50;10.50;1039.00;-0.29;0.32 -1200;1;4693.50;11.40;1273.00;-0.64;0.22 -1201;1;3351.50;9.70;1181.50;-0.19;0.20 -1202;1;4587.50;10.15;1026.00;-0.24;0.26 -1203;1;4571.00;12.75;1288.50;-0.38;0.30 -1204;1;3149.50;11.00;1185.50;-0.54;0.24 -1205;1;3140.50;9.50;1294.50;-0.32;0.22 -1206;1;3307.00;10.40;1029.50;-0.51;0.42 -1207;1;2713.50;18.45;1181.00;-1.15;0.34 -1208;1;4523.50;10.80;668.50;0.54;0.84 -1209;1;4549.00;9.57;519.00;-1.24;0.20 -1210;1;3681.50;10.35;1547.00;-0.16;0.28 -1211;1;3105.50;9.50;1721.50;-0.35;0.92 -1212;1;2621.00;9.50;720.50;0.31;1.18 -1213;1;4064.00;13.02;756.00;-1.10;0.30 -1214;1;850.50;11.15;1723.00;-0.64;0.36 -1215;1;2094.00;9.50;854.00;0.40;0.72 -1216;1;3868.50;17.50;1300.50;0.54;0.24 -1217;1;4909.00;10.40;437.50;0.51;0.32 -1218;1;2198.50;9.50;1739.00;-0.33;1.06 -1219;1;802.50;9.50;147.00;-0.43;1.30 -1220;1;3730.50;10.80;1458.50;-0.11;0.44 -1221;1;4692.50;9.50;871.00;-0.46;0.20 -1222;1;5062.50;10.10;531.50;0.14;0.32 -1223;1;3900.00;10.20;1524.50;-0.38;0.38 -1224;1;4751.00;9.90;825.00;0.00;0.22 -1225;1;4600.50;9.70;600.50;-0.40;0.26 -1226;1;3862.50;9.50;787.50;-0.28;0.82 -1227;1;2885.00;9.50;1716.00;0.46;0.48 -1228;1;4072.00;9.70;920.50;-0.67;0.30 -1229;1;3858.00;10.20;1572.50;-0.85;0.44 -1230;1;4540.00;10.30;652.00;0.32;0.32 -1231;1;5140.00;9.50;647.00;-0.34;1.32 -1232;1;5189.50;9.50;1225.00;0.19;1.36 -1233;1;3750.00;10.82;1625.00;-0.32;0.34 -1234;1;4755.50;10.30;753.50;-0.19;0.24 -1235;1;4603.50;9.50;422.00;-0.74;1.10 -1236;1;4376.50;9.50;594.50;-0.50;0.94 -1237;1;5416.50;9.90;392.50;0.54;0.40 -1238;1;3998.00;9.50;805.50;-1.32;0.26 -1239;1;1990.00;10.32;730.00;-1.21;0.44 -1240;1;4551.50;9.50;168.00;0.35;1.12 -1241;1;3825.00;9.50;703.50;0.44;0.78 -1242;1;5073.50;9.60;526.50;-0.32;0.26 -1243;1;3894.00;10.40;1474.00;-0.67;0.52 -1244;1;4395.50;9.60;853.50;-0.40;0.26 -1245;1;2899.00;9.50;108.00;0.52;1.16 -1246;1;4454.00;10.10;587.00;0.00;0.20 -1247;1;3679.00;11.30;1480.50;-0.87;0.40 -1248;1;4487.50;11.40;880.00;0.16;0.24 -1249;1;2143.50;9.50;141.00;-0.81;0.96 -1250;1;2337.00;9.50;349.00;-0.19;1.24 -1251;1;2465.50;9.50;1210.00;0.12;1.22 -1252;1;4638.00;10.40;658.00;-0.24;0.34 -1253;1;4335.50;10.85;935.00;-0.64;0.38 -1254;1;3674.50;9.80;1532.50;-0.62;0.38 -1255;1;2478.50;9.50;1604.00;0.04;1.24 -1256;1;1673.50;9.50;2031.00;-0.69;0.66 -1257;1;4414.50;18.60;1182.50;-0.91;0.40 -1258;1;3688.50;10.70;1599.50;-0.40;0.34 -1259;1;1291.00;9.50;209.50;0.17;1.10 -1260;1;175.00;9.50;472.00;0.19;1.06 -1261;1;4728.00;11.75;815.00;-0.46;0.22 -1262;1;1037.00;13.15;1726.50;-0.26;0.68 -1263;1;5398.00;9.50;295.50;-1.10;0.20 -1264;1;20.00;9.50;1358.00;0.26;0.92 -1265;1;158.00;9.50;1524.50;-1.38;1.12 -1266;1;432.00;9.50;573.50;-0.38;1.10 -1267;1;4972.00;11.60;1503.50;0.38;0.26 -1268;1;4035.50;11.50;833.00;-0.16;0.28 -1269;1;5282.50;10.50;489.50;-0.14;0.48 -1270;1;1497.50;9.50;629.00;-0.59;1.14 -1272;1;3823.50;10.10;1497.50;-0.66;0.46 -1273;1;3961.50;9.50;891.00;0.12;0.22 -1274;1;4429.50;10.70;583.50;-0.14;0.28 -1275;1;4049.00;9.95;919.50;0.00;0.34 -1276;1;3833.50;10.00;1543.50;0.11;0.46 -1277;1;4397.00;9.70;657.00;0.19;0.38 -1278;1;3682.50;9.80;1612.50;-0.78;0.26 -1279;1;4393.00;10.45;742.50;0.00;0.22 -1280;1;1054.00;10.65;314.00;0.00;0.24 -1281;1;4351.00;9.85;796.50;0.00;0.16 -1282;1;1743.00;10.40;1651.50;0.70;0.36 -1283;1;5031.50;9.70;505.50;-0.62;0.32 -1284;1;1711.00;11.70;1673.50;-0.29;0.42 -1285;1;4505.00;10.05;836.50;0.00;0.20 -1286;1;5167.00;10.25;565.50;-0.58;0.18 -1287;1;3986.50;9.80;1516.00;-0.46;0.58 -1288;1;4699.00;10.40;890.50;0.38;0.18 -1289;1;4707.50;9.70;660.50;0.19;0.22 -1290;1;3646.00;9.70;1529.50;-1.21;0.32 -1291;1;4375.50;9.70;738.50;-1.03;0.22 -1292;1;3816.00;9.80;1629.50;-0.18;0.44 -1293;1;4768.00;9.85;796.00;0.24;0.24 -1294;1;3855.50;9.95;1627.00;-0.61;0.48 -1295;1;3619.50;9.95;1805.00;-0.74;0.66 -1296;1;4354.00;10.00;840.00;-0.46;0.22 -1297;1;4118.50;10.25;1591.00;0.84;0.42 -1298;1;4680.99;10.20;510.92;0.24;0.20 -1299;1;1542.50;11.20;1690.50;-0.96;0.42 -1300;1;4502.50;12.05;877.00;-0.98;0.18 -1301;1;5133.00;9.67;555.00;-0.46;0.22 -1302;1;4472.00;11.30;917.50;-0.38;0.26 -1303;1;3812.50;9.80;1531.00;-0.10;0.46 -1304;1;4525.00;10.30;649.50;0.27;0.34 -1305;1;3673.50;9.80;1594.50;-0.32;0.38 -1306;1;4659.00;9.75;728.00;0.46;0.26 -1307;1;3624.50;10.10;1747.50;-0.66;0.36 -1308;1;4351.50;9.70;811.50;0.14;0.16 -1309;1;3937.50;10.50;1589.50;-0.50;0.56 -1310;1;5016.00;9.70;505.50;0.00;0.24 -1311;1;4749.50;10.55;844.00;-1.19;0.20 -1312;1;3880.50;10.50;1452.50;-0.56;0.52 -1313;1;4439.00;10.05;576.00;0.46;0.26 -1314;1;3748.00;10.80;1474.50;0.49;0.48 -1315;1;4340.50;9.50;870.50;-1.03;0.30 -1316;1;4516.50;9.70;635.50;-1.16;0.46 -1317;1;4028.00;10.40;909.50;-0.96;0.38 -1318;1;3637.00;9.70;1517.00;0.00;0.28 -1319;1;4402.00;15.15;1064.50;-0.96;0.38 -1320;1;932.00;12.25;1701.50;0.29;0.52 -1321;1;4003.00;9.50;788.50;0.00;0.24 -1322;1;5028.00;11.85;1469.00;0.14;0.30 -1323;1;887.50;12.80;1788.50;0.32;0.70 -1324;1;4439.50;10.10;851.50;-0.40;0.30 -1325;1;4958.50;12.70;1495.50;0.32;0.34 -1326;1;4775.50;9.80;508.50;0.32;0.18 -1327;1;3788.50;10.50;1621.50;-0.96;0.44 -1328;1;4496.00;11.85;870.50;-0.38;0.24 -1329;1;5125.00;10.10;559.50;4.24;0.16 -1330;1;4311.00;10.40;918.00;0.46;0.28 -1331;1;3816.50;10.00;1512.50;0.78;0.44 -1332;1;4421.00;9.70;627.00;-0.46;0.18 -1333;1;4284.50;10.90;956.50;-1.24;0.22 -1334;1;3735.50;10.20;1603.50;-0.14;0.42 -1335;1;4609.50;12.25;713.00;-0.71;0.36 -1336;1;3676.50;9.90;1692.50;0.14;0.28 -1337;1;4369.50;9.60;774.50;1.24;0.20 -1338;1;1737.50;9.70;1630.00;-0.12;0.30 -1339;1;4754.50;9.70;497.00;0.16;0.20 -1340;1;4759.00;10.40;837.50;0.58;0.20 -1341;1;1629.50;9.80;1655.00;-0.08;0.46 -1342;1;4455.00;9.70;561.50;0.00;0.14 -1343;1;4960.00;12.25;1515.50;-0.34;0.32 -1344;1;4038.00;10.70;858.50;-0.67;0.26 -1345;1;4426.50;9.70;625.00;-1.07;0.46 -1346;1;2918.50;14.05;1486.00;0.24;0.18 -1347;1;970.50;14.80;1792.50;0.28;0.92 -1348;1;4407.50;10.75;716.00;-0.16;0.22 -1349;1;3948.00;9.70;950.00;0.00;0.26 -1350;1;3642.50;10.00;1572.00;0.16;0.30 -1351;1;4769.63;9.50;707.49;-0.64;0.48 -1352;1;1304.50;11.10;1510.00;0.10;0.40 -1353;1;4411.50;10.35;843.00;-0.46;0.24 -1354;1;1790.50;9.80;1626.50;-0.78;0.44 -1355;1;4730.95;9.50;481.28;-0.83;0.42 -1356;1;1701.00;11.50;1692.50;-0.41;0.42 -1357;1;4391.00;10.45;912.00;-0.38;0.38 -1358;1;5226.50;10.75;552.00;0.24;0.18 -1359;1;3999.50;10.60;927.00;-0.35;0.38 -1360;1;3773.50;9.70;1508.50;-0.11;0.42 -1361;1;5172.00;9.50;599.50;-1.10;0.26 -1362;1;4439.00;11.32;946.00;-0.46;0.30 -1363;1;3805.50;9.70;1579.50;-0.78;0.38 -1364;1;4385.50;11.00;718.50;-0.19;0.22 -1365;1;3655.50;9.90;1668.50;0.11;0.30 -1366;1;4351.00;9.50;775.00;-0.78;0.22 -1367;1;4438.50;10.40;1162.00;-0.69;0.44 -1368;1;4720.00;12.02;826.00;-0.58;0.24 -1369;1;4161.00;10.85;1596.50;-0.15;0.50 -1370;1;5290.50;10.40;483.50;-0.78;0.16 -1371;1;3718.50;9.85;1471.00;-0.84;0.34 -1372;1;4723.00;9.75;869.50;0.67;0.24 -1373;1;4413.00;9.70;615.00;-0.46;0.28 -1374;1;4456.50;10.15;895.00;-0.35;0.30 -1375;1;3949.00;9.80;1534.00;0.00;0.58 -1376;1;4382.00;9.65;706.50;-0.92;0.26 -1377;1;4065.00;9.80;1087.50;0.62;0.48 -1378;1;3677.50;10.00;1564.00;-0.69;0.32 -1379;1;4775.00;10.32;776.00;0.32;0.22 -1380;1;3672.50;10.50;1652.50;0.19;0.26 -1381;1;4047.50;9.70;815.00;0.16;0.32 -1382;1;3911.00;10.80;1444.00;0.40;0.58 -1383;1;4389.00;12.60;1024.50;-0.21;0.42 -1384;1;3881.50;15.95;1293.00;-0.46;0.36 -1385;1;4345.00;9.75;863.50;-1.40;0.22 -1386;1;4498.00;11.12;540.00;0.32;0.20 -1387;1;3831.50;10.00;1659.00;-0.16;0.36 -1388;1;4698.50;10.50;900.00;-0.16;0.18 -1389;1;5057.50;10.40;580.00;-0.24;0.26 -1390;1;4435.50;10.20;937.00;-0.24;0.30 -1391;1;3866.00;10.40;1588.00;-0.24;0.46 -1392;1;4407.50;9.70;703.00;0.16;0.24 -1393;1;878.00;11.35;1736.50;-0.58;0.46 -1394;1;4360.00;10.42;778.00;0.32;0.22 -1395;1;4431.50;10.60;1130.50;-0.66;0.38 -1396;1;4465.50;9.60;814.50;-0.78;0.22 -1397;1;4948.00;11.10;1483.00;-0.32;0.36 -1398;1;4458.50;9.50;542.50;-1.24;0.20 -1399;1;5192.75;9.70;1496.25;-0.78;0.44 -1400;1;4489.00;10.90;857.00;-0.58;0.22 -1401;1;4456.00;9.70;602.50;1.01;0.30 -1402;1;3952.50;11.30;1451.50;-0.78;0.52 -1403;1;4331.00;9.50;910.00;-1.10;0.26 -1404;1;4628.00;11.00;690.50;-1.01;0.26 -1405;1;3978.00;12.67;955.00;0.00;0.34 -1406;1;3692.00;10.55;1547.00;0.00;0.28 -1407;1;4771.00;9.70;766.50;0.38;0.18 -1408;1;892.00;10.02;1727.00;0.32;0.32 -1409;1;4022.50;9.90;801.50;-0.14;0.30 -1410;1;4932.00;10.25;450.00;0.00;0.40 -1411;1;924.50;13.30;1826.50;0.53;1.36 -1412;1;3993.50;12.60;861.00;0.12;0.34 -1413;1;4533.00;9.75;538.50;-0.67;0.24 -1414;1;923.50;13.00;1615.50;-0.26;0.60 -1415;1;4686.50;11.50;900.50;-0.19;0.18 -1416;1;4613.00;11.00;603.50;0.00;0.28 -1417;1;4314.00;10.52;939.00;0.46;0.26 -1418;1;3897.00;10.15;1581.50;0.00;0.40 -1419;1;4797.79;10.50;669.84;-0.92;0.40 -1420;1;845.50;12.30;1736.50;0.78;0.38 -1421;1;4712.00;10.30;761.50;0.00;0.16 -1422;1;4917.50;10.30;450.50;0.14;0.36 -1423;1;4465.50;9.50;808.50;1.03;0.24 -1424;1;1792.00;10.05;1659.00;-0.98;0.48 -1425;1;4480.00;9.75;534.00;0.00;0.24 -1426;1;912.00;9.50;945.50;-0.76;1.46 -1427;1;4367.50;9.60;864.00;-0.69;0.28 -1428;1;4372.53;9.60;601.82;0.70;0.58 -1429;1;3741.50;9.90;1495.50;0.11;0.38 -1430;1;4045.50;9.90;891.50;-0.95;0.32 -1431;1;4859.00;10.30;439.50;-0.38;0.34 -1432;1;947.50;16.40;1496.00;0.12;0.50 -1433;1;1519.00;9.70;1374.00;1.03;0.30 -1434;1;3235.00;9.50;1728.50;0.43;0.62 -1435;1;2852.00;9.50;559.00;-0.58;0.96 -1436;1;1634.00;11.40;1591.50;-0.67;0.26 -1437;1;4796.06;9.70;639.82;0.78;0.20 -1438;1;4570.50;13.25;1301.00;0.35;0.30 -1439;1;2038.00;9.50;909.50;0.65;1.14 -1440;1;1768.00;9.80;1162.00;0.00;0.20 -1441;1;1362.00;11.10;1499.50;0.51;0.36 -1442;1;2274.00;9.50;1653.00;0.90;1.00 -1443;1;693.00;9.50;203.00;-0.15;1.14 -1444;1;4154.00;10.10;1020.00;-0.19;0.32 -1445;1;1485.00;10.67;1508.00;0.00;0.32 -1446;1;2241.00;10.60;743.50;0.00;0.36 -1447;1;5499.50;9.50;1715.00;-0.03;1.30 -1448;1;4578.50;10.60;1080.50;0.14;0.24 -1449;1;1867.00;9.70;330.50;0.18;0.52 -1450;1;3553.00;13.75;1350.00;1.10;0.24 -1451;1;3798.50;9.50;741.00;-0.81;0.86 -1452;1;3017.50;9.50;1302.50;-0.17;1.24 -1453;1;1383.50;10.30;1372.00;-0.98;0.30 -1454;1;4874.50;10.60;411.50;-0.14;0.42 -1455;1;3523.50;17.50;1364.50;-0.19;0.26 -1456;1;5074.00;9.50;664.00;-0.92;1.06 -1457;1;5259.50;9.50;1257.50;-0.78;0.86 -1458;1;4526.00;12.90;1265.00;0.00;0.34 -1459;1;3893.50;12.65;1338.00;-0.12;0.56 -1460;1;4358.50;9.70;650.50;-1.16;0.26 -1461;1;4667.50;9.50;385.50;-1.00;0.78 -1462;1;4269.50;9.50;645.00;-0.20;0.82 -1463;1;3496.00;11.95;1273.50;0.51;0.30 -1464;1;4411.50;9.90;941.50;0.78;0.28 -1465;1;4504.50;9.50;155.50;-0.85;1.24 -1466;1;3781.50;9.50;707.00;0.37;0.84 -1467;1;3527.00;16.25;1321.50;-0.67;0.30 -1468;1;3281.50;11.15;158.00;1.22;0.80 -1469;1;4476.50;10.30;1016.50;-0.19;0.32 -1470;1;3651.00;9.50;12.00;4.62;0.54 -1471;1;3009.00;9.50;57.00;0.61;1.06 -1472;1;5116.00;10.80;270.50;0.58;0.44 -1473;1;3125.50;10.70;851.00;-0.52;0.88 -1474;1;4502.00;11.12;1098.00;-0.32;0.36 -1475;1;2089.50;9.50;48.00;-0.51;0.92 -1476;1;2379.50;9.50;365.50;0.17;1.18 -1477;1;2502.50;9.50;1244.00;0.08;1.22 -1478;1;4879.00;10.10;394.00;0.00;0.48 -1479;1;3749.50;9.70;1380.50;-0.78;0.48 -1480;1;1526.50;9.70;1380.00;0.46;0.46 -1481;1;2477.50;9.50;1653.50;0.19;1.20 -1482;1;1562.00;9.50;1982.00;-0.46;1.04 -1483;1;3946.00;14.20;1334.50;-0.67;0.36 -1484;1;4701.50;10.00;623.50;0.19;0.24 -1485;1;1514.50;10.55;1438.00;-0.16;0.40 -1486;1;1315.50;9.50;252.50;-0.59;1.60 -1487;1;172.50;9.50;516.00;-0.11;1.22 -1488;1;4343.00;11.35;945.50;-0.51;0.30 -1489;1;4598.50;13.35;1353.00;-0.98;0.28 -1490;1;216.50;9.50;1521.00;-0.31;1.04 -1491;1;491.00;9.50;629.50;-0.39;1.02 -1492;1;4311.00;13.20;999.50;0.21;0.24 -1493;1;3721.00;13.15;1329.50;-0.49;0.56 -1494;1;3277.50;12.10;181.50;-0.05;0.84 -1495;1;1439.00;9.50;769.50;-0.72;1.02 -1497;1;4219.50;11.15;1067.00;0.46;0.26 -1498;1;4680.50;10.70;250.50;-0.42;0.62 -1499;1;4726.50;11.25;1406.00;0.98;0.34 -1500;1;1329.50;10.10;1359.00;-0.69;0.36 -1501;1;5005.00;9.65;397.00;-0.38;0.34 -1502;1;4703.50;10.70;1447.50;0.86;0.54 -1503;1;1348.50;10.30;1416.50;-1.34;0.22 -1504;1;4920.00;10.05;1456.00;-0.78;0.28 -1505;1;4709.50;10.40;633.50;3.33;0.34 -1506;1;1548.00;12.00;1491.50;-1.27;0.32 -1507;1;4396.50;10.30;942.50;-0.40;0.38 -1508;1;4671.50;10.60;1389.50;-0.14;0.32 -1509;1;3160.00;12.62;181.00;0.62;1.08 -1510;1;4091.00;10.45;1013.50;-0.58;0.38 -1511;1;4645.50;10.10;242.50;-0.26;0.56 -1512;1;5053.00;9.52;1379.00;-1.16;0.30 -1513;1;1645.50;9.50;1236.50;0.95;0.52 -1514;1;4966.00;9.80;371.50;0.00;0.44 -1515;1;5150.50;9.50;1440.50;-0.70;0.88 -1516;1;3193.00;12.10;501.50;-0.20;0.80 -1517;1;3633.00;9.70;1379.00;0.67;0.44 -1518;1;4690.50;11.90;620.50;0.19;0.26 -1519;1;4562.00;13.40;1265.50;0.67;0.32 -1520;1;4446.00;9.90;922.00;0.32;0.28 -1521;1;3724.00;13.05;1270.00;0.64;0.42 -1522;1;4404.00;12.12;1015.00;-0.58;0.34 -1523;1;1378.50;10.50;1519.50;-0.54;0.34 -1524;1;2222.00;10.30;713.50;0.51;0.38 -1525;1;4273.50;14.70;1075.00;0.12;0.48 -1526;1;4705.00;10.60;174.00;0.00;0.54 -1527;1;1395.00;10.12;1549.00;-0.98;0.32 -1528;1;1349.50;10.30;1374.50;-0.32;0.36 -1529;1;2002.00;11.95;422.00;-0.32;0.50 -1530;1;3495.00;13.80;1362.00;-0.78;0.18 -1531;1;4544.50;12.60;1261.50;1.06;0.36 -1532;1;3794.00;11.52;1366.00;-0.27;0.56 -1533;1;4398.00;10.42;622.00;0.32;0.30 -1534;1;1336.00;10.90;1482.00;0.00;0.28 -1535;1;4431.50;10.00;907.50;-0.95;0.40 -1536;1;3571.00;10.02;1319.00;-0.46;0.24 -1537;1;5117.50;12.40;150.50;0.32;0.46 -1538;1;4137.50;9.90;999.50;0.40;0.32 -1539;1;3523.50;13.60;1332.50;0.40;0.28 -1540;1;4652.50;10.50;213.50;0.32;0.58 -1541;1;4127.50;10.15;1074.00;0.71;0.36 -1542;1;1993.00;11.45;401.50;-0.34;0.56 -1543;1;3782.50;10.50;1667.50;-0.50;0.38 -1544;1;3383.00;11.87;1174.00;-0.78;0.32 -1545;1;4835.50;10.60;1453.50;0.50;0.40 -1546;1;4928.50;12.20;595.50;-0.66;0.42 -1547;1;1540.00;9.70;1406.00;-0.24;0.34 -1548;1;4445.50;9.80;896.00;0.46;0.28 -1549;1;3448.50;10.70;1259.50;-0.50;0.38 -1550;1;1603.50;9.70;1195.00;4.71;0.32 -1551;1;4571.50;13.45;1397.00;-0.35;0.48 -1552;1;3128.00;14.70;420.50;0.20;1.00 -1553;1;4272.00;13.25;1059.50;0.00;0.42 -1554;1;3824.00;10.15;1338.50;0.65;0.60 -1555;1;1879.50;9.80;267.00;-0.35;0.44 -1556;1;1506.00;9.87;1355.00;-1.10;0.38 -1557;1;5055.00;10.50;315.50;0.00;0.62 -1558;1;4692.00;11.20;1422.50;-1.10;0.36 -1559;1;1370.00;10.30;1404.00;-1.10;0.34 -1560;1;1394.50;10.55;1592.00;-0.69;0.28 -1561;1;4678.50;13.90;615.00;-0.12;0.30 -1562;1;980.50;9.70;1409.00;0.24;0.20 -1563;1;4464.50;10.50;886.00;-0.46;0.32 -1564;1;1337.50;10.90;1499.50;-0.32;0.38 -1565;1;5554.00;10.20;184.50;0.00;0.24 -1566;1;4324.00;12.92;992.00;0.00;0.38 -1567;1;4764.00;10.25;1386.00;-0.46;0.30 -1568;1;1876.00;9.80;248.00;0.19;0.54 -1569;1;4114.50;11.60;1054.00;-0.29;0.40 -1570;1;5101.00;9.90;221.00;-0.58;0.44 -1571;1;4848.00;12.87;1423.00;-0.24;0.36 -1572;1;1526.50;9.70;1352.00;-0.89;0.28 -1573;1;3819.00;10.05;1310.00;-1.10;0.32 -1574;1;4811.50;10.50;598.50;4.39;0.30 -1575;1;4535.00;11.80;1230.00;0.00;0.34 -1576;1;3764.50;9.80;1346.00;0.52;0.46 -1577;1;4478.00;10.60;877.50;0.38;0.26 -1578;1;3433.50;12.10;1259.00;-1.19;0.32 -1579;1;4094.00;11.32;976.00;0.00;0.42 -1580;1;3154.50;12.20;313.00;-0.50;1.52 -1581;1;4278.50;10.10;1046.00;1.05;0.46 -1582;1;1492.50;12.00;1482.00;-1.05;0.26 -1583;1;2001.50;10.40;504.50;0.50;0.48 -1584;1;1522.00;9.70;1337.00;0.00;0.36 -1585;1;1934.50;9.80;389.50;-0.50;0.56 -1586;1;1357.50;10.25;1556.00;-0.64;0.30 -1587;1;1435.00;10.40;1423.50;0.00;0.30 -1588;1;4751.50;9.80;1460.50;-0.88;0.44 -1589;1;4679.50;11.05;579.00;0.35;0.30 -1590;1;4598.00;13.90;1329.50;0.00;0.28 -1591;1;4009.50;10.60;1380.50;-0.78;0.20 -1592;1;4454.50;9.80;876.50;-0.14;0.20 -1593;1;3652.00;9.80;1296.50;0.29;0.62 -1594;1;1675.50;9.80;1179.50;0.14;0.40 -1595;1;1462.50;10.10;1532.50;0.19;0.24 -1596;1;1818.00;9.72;244.00;-0.32;0.48 -1597;1;4513.50;10.10;1034.00;0.24;0.30 -1598;1;1962.00;10.35;380.00;0.00;0.34 -1599;1;3502.50;11.85;1349.00;0.16;0.28 -1600;1;3479.50;10.85;1228.00;0.46;0.46 -1601;1;931.50;13.20;1507.50;-0.32;0.40 -1602;1;4982.50;10.40;554.50;-0.54;0.34 -1603;1;4545.50;11.75;1210.00;-0.16;0.30 -1604;1;1428.00;9.80;1512.00;-0.46;0.34 -1605;1;4492.00;13.05;846.50;-0.67;0.24 -1606;1;3410.00;12.90;1249.00;0.00;0.20 -1607;1;4330.50;12.00;975.50;0.78;0.34 -1608;1;4593.50;12.60;1385.50;-0.78;0.32 -1609;1;4186.50;9.80;1032.00;0.35;0.22 -1610;1;3539.50;11.15;1323.00;-0.16;0.22 -1611;1;5154.50;11.65;198.00;0.10;0.34 -1612;1;4556.50;9.70;1149.00;0.71;0.42 -1613;1;1923.00;9.80;329.00;-0.54;0.48 -1614;1;3744.50;9.70;1364.50;0.09;0.52 -1615;1;1412.50;10.40;1389.50;-0.78;0.30 -1616;1;2974.00;9.95;1396.00;-1.10;0.14 -1617;1;4995.50;9.70;535.00;-0.71;0.38 -1618;1;1312.00;10.30;1457.00;0.58;0.38 -1619;1;1750.50;9.70;1634.00;0.12;0.36 -1620;1;4473.50;10.10;853.00;-0.46;0.26 -1621;1;1374.50;10.60;1502.50;-0.26;0.42 -1622;1;4074.00;10.40;961.00;-0.58;0.30 -1623;1;3810.50;10.00;1319.50;-0.19;0.50 -1624;1;1878.50;9.60;228.50;0.32;0.46 -1625;1;4449.50;12.70;1043.50;-0.78;0.26 -1626;1;1944.50;9.80;340.00;0.39;0.56 -1627;1;4710.00;10.00;1428.00;-0.19;0.40 -1628;1;4611.50;10.30;1126.50;0.14;0.30 -1629;1;4982.00;9.70;523.50;-0.51;0.34 -1630;1;4422.00;14.70;1256.50;-0.41;0.46 -1631;1;3426.00;11.90;1184.50;0.13;0.70 -1632;1;3818.50;10.10;1286.50;0.32;0.56 -1633;1;1545.00;9.70;992.50;0.92;0.44 -1634;1;3428.50;10.70;1245.50;0.26;0.36 -1635;1;1654.50;9.70;1163.50;-0.32;0.20 -1636;1;3502.00;15.10;1301.50;0.00;0.40 -1637;1;4128.00;10.80;1035.00;-0.24;0.34 -1638;1;4717.00;10.05;1391.50;0.51;0.40 -1639;1;1835.00;10.07;226.00;0.54;0.46 -1640;1;4582.50;10.20;1109.00;0.46;0.24 -1641;1;1964.00;9.70;326.50;0.34;0.50 -1642;1;5040.00;13.10;1397.00;0.78;0.38 -1643;1;1362.00;10.30;1371.50;-0.87;0.38 -1644;1;5015.00;10.20;463.00;-0.46;0.38 -1645;1;4762.00;11.80;1442.00;0.19;0.48 -1646;1;1386.50;10.00;1440.50;-0.19;0.42 -1647;1;4473.00;13.00;1233.00;0.58;0.30 -1648;1;4335.00;12.10;703.50;0.00;0.40 -1649;1;3767.50;9.80;1318.50;-0.50;0.52 -1650;1;4298.00;10.90;962.50;0.00;0.24 -1651;1;977.50;12.00;1467.50;-0.14;0.42 -1652;1;4660.50;10.20;174.00;0.12;0.30 -1653;1;4428.00;14.35;1034.50;-0.41;0.36 -1654;1;1937.50;10.00;311.00;0.29;0.50 -1655;1;1434.50;10.60;1540.50;0.19;0.26 -1656;1;4167.50;10.90;1074.00;-0.24;0.24 -1657;1;1703.50;10.80;1762.50;0.52;1.20 -1658;1;1137.00;18.30;1523.50;0.21;0.52 -1659;1;3878.00;9.70;1734.50;0.00;0.78 -1660;1;3172.50;9.50;1717.50;-0.54;0.60 -1661;1;2774.50;9.50;715.00;-1.08;0.74 -1662;1;3925.50;9.80;1576.50;-0.40;0.46 -1663;1;1036.00;10.97;1559.00;0.16;0.48 -1664;1;3862.00;9.75;1843.00;0.67;0.94 -1665;1;1923.00;9.50;971.00;-1.14;0.76 -1666;1;4643.00;13.45;1669.50;-0.65;0.84 -1667;1;5081.00;10.35;112.00;0.46;0.42 -1668;1;4048.00;10.65;1470.00;0.69;0.52 -1669;1;2051.00;9.50;1807.50;0.61;1.60 -1670;1;665.00;9.50;107.00;-0.49;1.30 -1671;1;1139.50;12.20;1835.50;0.59;1.10 -1672;1;4567.00;12.50;1535.50;-0.18;0.72 -1673;1;5350.00;9.50;1701.00;0.00;1.06 -1674;1;4073.00;10.40;1660.00;-0.38;0.54 -1675;1;3991.50;15.50;1348.50;-0.42;0.44 -1676;1;4257.50;11.75;1536.00;0.46;0.52 -1677;1;3749.50;9.50;782.00;-1.33;0.88 -1678;1;1338.50;10.70;1558.00;-0.55;0.42 -1679;1;4163.50;9.80;1756.00;0.73;0.62 -1680;1;3922.50;9.80;1562.50;0.62;0.38 -1681;1;5079.50;9.50;711.00;-0.25;1.56 -1682;1;5116.50;9.50;1074.00;-0.85;1.24 -1683;1;1277.00;11.00;1585.50;-0.27;0.38 -1684;1;3854.00;10.10;1879.00;-0.40;0.66 -1685;1;4179.00;11.45;1593.50;-0.15;0.62 -1686;1;4689.00;9.50;353.00;0.00;0.86 -1687;1;4285.00;9.50;688.50;-0.27;0.78 -1688;1;3270.50;12.70;274.00;-0.73;0.52 -1689;1;4312.00;15.55;1496.00;0.16;0.60 -1690;1;968.50;11.50;1687.50;-0.14;0.40 -1691;1;4440.00;9.50;210.50;0.23;1.10 -1692;1;3852.50;9.50;708.00;-0.09;0.98 -1693;1;4814.00;10.70;1483.50;-0.15;0.38 -1694;1;3864.50;10.20;1617.50;-1.13;0.60 -1695;1;3127.00;9.50;45.50;-0.39;0.90 -1696;1;4517.50;12.70;1537.50;-0.22;0.66 -1697;1;4362.00;10.90;1714.50;-0.27;0.78 -1698;1;4246.00;17.22;1310.00;0.00;0.46 -1699;1;2118.00;9.50;97.50;-0.91;1.00 -1700;1;2252.50;9.50;299.50;-1.15;1.26 -1701;1;2532.50;9.50;1176.00;0.51;1.08 -1702;1;4191.50;15.20;1553.00;-0.64;0.58 -1703;1;4073.00;18.90;1353.00;0.24;0.58 -1704;1;3765.00;10.30;1712.50;-0.18;0.54 -1705;1;2417.50;9.50;1680.00;0.13;1.56 -1706;1;2069.50;9.50;1484.00;0.59;1.12 -1707;1;4482.00;10.75;1602.50;-0.29;0.74 -1708;1;4103.00;10.95;1428.50;-0.13;0.68 -1709;1;3939.00;10.00;1629.00;-0.32;0.54 -1710;1;1275.50;9.50;268.00;-0.07;1.42 -1711;1;193.00;9.50;431.00;-0.39;1.00 -1712;1;1546.50;9.50;2016.00;0.98;0.96 -1713;1;5554.00;10.50;165.00;-0.46;0.20 -1714;1;4954.50;11.35;1757.00;-0.56;1.34 -1715;1;53.00;9.50;1364.50;-0.39;1.34 -1716;1;213.50;9.50;1567.50;0.37;1.10 -1717;1;532.50;9.50;664.00;-1.28;1.34 -1718;1;4149.50;10.50;1660.50;-0.95;0.30 -1719;1;1352.00;10.15;1640.00;0.19;0.36 -1720;1;1458.00;9.50;814.00;0.32;0.90 -1722;1;4687.00;10.80;1888.50;0.25;1.46 -1723;1;4518.00;13.30;1374.50;-0.15;0.60 -1724;1;4880.50;12.70;1583.50;1.34;0.48 -1725;1;4379.00;14.60;1424.50;-0.72;0.66 -1726;1;4042.00;10.15;1744.50;1.22;0.56 -1727;1;2222.50;9.70;784.00;-1.23;0.66 -1728;1;4374.50;14.85;1449.00;0.07;0.62 -1729;1;4111.00;9.80;1838.50;0.57;1.20 -1730;1;4799.50;10.30;1617.50;-0.78;0.58 -1731;1;3189.00;11.40;560.50;0.36;0.88 -1732;1;4824.50;11.40;1469.50;-1.30;0.40 -1733;1;4023.00;9.80;1617.50;-0.85;0.58 -1734;1;1359.00;10.52;1677.00;-0.46;0.40 -1735;1;4446.00;11.40;1669.50;-0.13;0.72 -1736;1;1043.50;17.60;1640.50;-1.13;0.76 -1737;1;909.00;12.60;1775.00;-0.69;0.72 -1738;1;1191.00;14.07;1491.00;-0.78;0.38 -1739;1;4813.00;10.55;1562.00;-0.12;0.58 -1740;1;1060.00;15.80;1491.00;-0.54;0.44 -1741;1;4345.50;10.70;1801.50;-0.52;0.96 -1742;1;5032.00;9.80;1550.00;0.32;0.52 -1743;1;4646.00;11.80;1450.00;-0.54;0.56 -1744;1;3752.50;10.20;1791.50;-0.11;0.62 -1745;1;4774.50;9.70;1862.50;0.42;1.74 -1746;1;5562.50;11.30;160.50;-1.16;0.28 -1747;1;1196.00;12.95;1618.00;0.16;0.66 -1748;1;4759.50;12.40;1685.50;-0.54;0.86 -1749;1;4150.00;15.70;1492.50;0.58;0.64 -1750;1;3787.50;10.40;1684.00;0.12;0.36 -1751;1;2409.61;9.60;1281.54;1.27;0.70 -1752;1;1263.50;10.70;1680.50;-0.14;0.56 -1753;1;1273.00;10.75;1524.50;-0.18;0.56 -1754;1;3694.00;10.75;1697.00;0.46;0.36 -1755;1;5037.50;11.60;1523.00;0.24;0.58 -1756;1;1091.50;16.40;1525.50;-0.66;0.34 -1757;1;4034.00;9.87;1800.00;-0.21;0.88 -1758;1;1470.00;11.30;1459.50;-1.10;0.36 -1759;1;5067.50;9.65;69.00;0.35;0.44 -1760;1;1393.00;10.40;1618.50;0.21;0.40 -1761;1;4590.50;14.10;1640.00;-1.01;0.62 -1762;1;4420.00;14.67;1529.00;0.46;0.62 -1763;1;955.50;12.90;1830.50;-0.03;1.04 -1764;1;1613.00;11.10;1685.00;-0.40;0.54 -1765;1;4010.00;9.80;1674.00;0.19;0.50 -1766;1;3969.00;19.65;1303.00;-0.62;0.68 -1767;1;1169.50;12.15;1662.00;-0.08;0.68 -1768;1;3947.00;10.30;1728.50;1.10;0.60 -1769;1;1376.00;10.50;1709.50;0.53;0.70 -1770;1;1334.00;11.00;1572.50;0.41;0.42 -1771;1;3759.00;10.30;1761.00;0.64;0.58 -1772;1;4906.00;10.27;1621.00;0.27;0.64 -1773;1;4988.50;9.70;87.50;-0.54;0.40 -1774;1;4238.00;17.05;1456.00;0.54;0.56 -1775;1;3832.00;10.00;1624.00;-0.51;0.62 -1776;1;4703.00;12.10;1525.00;-0.78;0.64 -1777;1;4251.50;10.90;1671.00;0.08;0.46 -1778;1;4317.50;14.40;1349.00;0.24;0.66 -1779;1;4130.00;10.40;1555.00;0.38;0.46 -1780;1;4208.50;10.50;1720.00;-0.55;0.56 -1781;1;4326.00;14.60;1375.50;0.96;0.52 -1782;1;1505.00;11.30;1704.50;-0.49;0.60 -1783;1;4127.50;12.30;1401.00;-0.07;0.66 -1784;1;3993.50;10.30;1787.00;0.10;0.46 -1785;1;1784.00;11.50;1796.50;0.42;1.12 -1786;1;5567.50;12.00;147.50;0.19;0.26 -1787;1;4492.00;13.12;1419.00;-0.89;0.58 -1788;1;1210.50;11.30;1727.00;0.06;0.54 -1789;1;1035.00;14.30;1598.50;-0.29;0.58 -1790;1;4091.50;9.90;1640.00;-0.46;0.52 -1791;1;4382.50;14.00;1531.00;-0.08;0.62 -1792;1;4542.00;10.65;1692.00;-0.27;0.74 -1793;1;1051.00;13.55;1439.50;0.58;0.46 -1794;1;4101.00;10.00;1565.50;0.11;0.56 -1795;1;4710.50;11.40;1724.50;-0.84;0.66 -1796;1;4551.50;13.20;1404.50;-1.06;0.48 -1797;1;4037.00;10.40;1575.50;-0.62;0.60 -1798;1;4397.00;14.30;1464.00;-1.24;0.60 -1799;1;783.50;9.50;1829.50;-0.16;1.26 -1800;1;3954.50;9.80;1601.50;-0.91;0.58 -1801;1;5576.50;10.80;133.00;-0.46;0.32 -1802;1;4844.50;10.50;1522.50;-0.07;0.56 -1803;1;4387.50;11.40;1647.50;0.70;0.52 -1804;1;1075.00;11.10;1825.00;0.40;0.70 -1805;1;4888.50;11.70;1700.00;-0.82;1.02 -1806;1;1309.00;13.70;1471.50;0.34;0.44 -1807;1;4863.00;11.00;1599.50;0.43;0.70 -1808;1;3760.00;9.95;1692.00;-0.78;0.44 -1809;1;1185.50;13.10;1508.00;0.46;0.42 -1810;1;4360.00;16.10;1563.50;-0.29;0.72 -1811;1;4668.50;12.10;1433.50;-0.42;0.52 -1812;1;3905.50;9.70;1744.00;0.18;0.68 -1813;1;4339.50;13.65;1611.00;0.07;0.58 -1814;1;5556.00;9.50;113.00;-0.46;0.30 -1815;1;1112.50;14.00;1603.00;-0.21;0.52 -1816;1;4197.50;11.95;1583.00;-0.73;0.50 -1817;1;3239.50;13.90;496.50;0.17;0.84 -1818;1;4124.00;13.40;1477.50;0.18;0.56 -1819;1;5154.50;9.70;1970.00;-0.76;2.32 -1820;1;5042.19;11.50;1507.66;1.03;0.58 -1821;1;3753.00;10.45;1662.00;-0.78;0.32 -1822;1;3514.50;12.65;1257.00;0.08;0.42 -1823;1;5373.00;9.70;1765.00;-0.42;2.72 -1824;1;4022.00;10.40;1691.50;-0.49;0.56 -1825;1;3974.00;11.42;1359.00;-0.58;0.40 -1826;1;4602.00;12.25;1583.00;-0.19;0.64 -1827;1;1161.50;17.40;1534.00;-0.12;0.38 -1828;1;4170.50;9.90;1775.50;-0.60;0.82 -1829;1;4451.50;12.40;1595.50;-0.14;0.78 -1830;1;306.50;11.00;1954.50;-1.08;2.30 -1831;1;1371.50;10.35;1599.00;0.46;0.32 -1832;1;986.50;13.00;1700.50;0.09;0.34 -1833;1;3238.00;10.40;108.50;0.70;0.66 -1834;1;4372.50;14.55;1506.00;-0.74;0.56 -1835;1;3981.00;9.80;1666.50;0.41;0.48 -1836;1;1240.50;11.00;1664.50;-0.32;0.48 -1837;1;4317.00;10.25;1708.00;-0.46;0.54 -1838;1;4261.50;12.40;1350.50;-0.43;0.70 -1839;1;5271.00;9.90;1676.50;-0.63;1.68 -1840;1;4045.50;11.20;1374.50;0.19;0.44 -1841;1;3767.00;10.30;1743.00;-0.24;0.66 -1842;1;4891.00;11.55;1565.50;-0.58;0.64 -1843;1;1545.50;9.70;1283.50;-0.50;0.36 -1844;1;4132.00;11.35;1430.50;-0.26;0.64 -1845;1;4774.00;10.40;1615.50;0.55;0.74 -1846;1;3300.00;13.30;482.50;0.36;0.96 -1847;1;4744.50;9.90;1476.50;0.15;0.76 -1848;1;1228.50;10.80;1724.00;-0.46;0.46 -1849;1;1387.00;11.10;1656.00;0.16;0.38 -1850;1;4224.00;10.10;1667.00;-0.89;0.54 -1851;1;1097.00;13.27;1642.00;-0.89;0.46 -1852;1;4665.50;10.10;1789.50;-0.98;1.12 -1853;1;4490.00;13.55;1372.00;-0.40;0.66 -1854;1;1033.00;15.30;1689.50;-0.33;0.52 -1855;1;4272.00;13.20;1417.00;-0.27;0.60 -1856;1;4079.00;10.40;1757.50;1.14;0.54 -1857;1;1050.00;13.20;1710.50;-1.49;0.32 -1858;1;896.50;13.50;1742.50;-0.42;0.38 -1859;1;4416.00;14.60;1484.50;-0.15;0.62 -1860;1;4057.00;10.30;1621.00;-0.46;0.46 -1861;1;5098.50;13.20;112.50;0.14;0.36 -1862;1;985.00;15.30;1563.50;0.18;0.48 -1863;1;5302.00;9.87;1660.00;-0.55;1.28 -1864;1;4106.50;12.90;1509.50;-0.14;0.46 -1865;1;5173.00;11.90;1746.50;-0.53;2.30 -1866;1;1336.00;10.30;1638.00;-1.24;0.32 -1867;1;1307.50;11.40;1629.50;0.40;0.38 -1868;1;4544.00;12.40;1452.00;0.00;0.60 -1869;1;743.00;9.70;1809.00;0.46;0.66 -1870;1;1271.50;10.70;1700.00;-0.46;0.52 -1871;1;4643.00;11.90;1433.00;-0.24;0.38 -1872;1;770.50;13.75;1901.00;0.51;1.80 -1873;1;1296.50;10.80;1723.00;-0.98;0.46 -1874;1;3227.50;12.60;344.00;-0.65;1.18 -1875;1;1226.00;11.60;1608.50;0.00;0.60 -1876;1;4320.00;12.62;1626.00;-0.24;0.48 -1877;1;4294.50;13.20;1521.50;0.70;0.52 -1878;1;4864.00;11.00;1722.50;-0.15;1.12 -1879;1;3971.00;9.80;1536.00;-0.64;0.50 -1880;1;3861.50;9.80;1704.50;-0.66;0.58 -1881;1;1465.50;10.60;1512.00;0.24;0.30 -1882;1;4327.50;21.60;1205.00;-0.62;0.80 -1883;1;3106.50;10.50;797.50;0.32;0.58 -1884;1;4449.00;12.95;1054.50;0.00;0.42 -1885;1;3173.00;9.50;1676.00;0.19;0.74 -1886;1;2900.50;9.50;668.50;-0.38;0.96 -1887;1;1694.50;9.80;952.00;0.08;0.90 -1888;1;3732.50;14.60;1221.50;0.22;0.60 -1889;1;3716.00;10.60;1073.00;0.14;0.64 -1890;1;1898.50;9.50;986.00;-0.14;0.94 -1891;1;2889.00;10.22;833.00;0.15;1.00 -1892;1;993.00;9.67;1381.00;-1.10;0.36 -1893;1;4476.50;15.90;1138.50;-0.40;0.38 -1894;1;2164.00;9.50;1737.50;0.80;1.18 -1895;1;516.50;9.50;188.00;-0.89;0.86 -1896;1;3527.00;13.00;1282.50;0.00;0.28 -1897;1;2692.00;10.00;942.50;-0.14;1.08 -1898;1;4056.50;18.50;1144.00;-0.69;0.48 -1899;1;5279.00;9.50;1725.00;-1.05;0.90 -1900;1;1363.00;14.15;1136.00;-1.24;0.64 -1901;1;2860.00;10.60;1101.00;-0.33;1.44 -1902;1;3815.50;9.50;839.50;-0.28;1.16 -1903;1;2941.00;9.50;705.00;0.00;0.16 -1904;1;1028.00;9.67;1315.00;-0.24;0.68 -1905;1;3540.50;11.05;779.00;0.71;0.42 -1906;1;5129.00;9.50;709.50;-0.73;1.22 -1907;1;5159.50;9.50;1122.50;-0.44;1.26 -1908;1;3966.50;10.70;1076.00;-0.39;0.54 -1909;1;2625.50;11.20;805.50;0.99;0.74 -1910;1;3958.50;16.15;1221.00;-0.52;0.58 -1911;1;4638.50;9.50;334.50;-0.09;1.26 -1912;1;4243.00;9.50;681.00;-0.39;0.96 -1913;1;1537.00;9.50;1290.00;0.19;0.34 -1914;1;3324.00;11.70;853.50;0.18;0.54 -1915;1;1248.50;10.90;1409.50;-0.14;0.38 -1916;1;4411.50;9.50;162.50;-0.11;1.06 -1917;1;3849.50;9.50;750.50;-0.05;0.88 -1918;1;4389.00;19.35;1155.00;0.32;0.54 -1919;1;3877.00;16.32;1307.00;0.92;0.28 -1920;1;3489.50;13.55;910.00;-0.29;0.60 -1921;1;3101.50;9.50;13.00;-1.16;0.76 -1922;1;3572.50;9.70;1177.00;-0.46;0.56 -1923;1;3450.50;10.10;963.50;-1.00;0.64 -1924;1;2092.00;9.50;17.00;-1.46;0.78 -1925;1;2292.00;9.50;254.00;0.00;1.36 -1926;1;2568.00;9.50;1178.00;-0.36;1.06 -1927;1;1279.50;10.40;1352.00;0.52;0.46 -1928;1;1936.50;10.20;912.50;0.09;0.62 -1929;1;3216.00;11.70;533.50;0.96;0.78 -1930;1;2423.00;9.50;1548.00;0.08;1.24 -1931;1;2189.00;9.50;915.50;0.44;1.36 -1932;1;2894.00;10.40;799.00;0.11;0.66 -1933;1;4456.50;14.15;1226.00;0.16;0.42 -1934;1;4325.00;11.52;1073.00;-1.10;0.40 -1935;1;1209.50;9.50;192.00;0.29;1.42 -1936;1;243.00;9.50;452.00;-1.36;0.86 -1937;1;1649.50;9.70;1018.50;-0.06;0.64 -1938;1;3457.50;11.50;1236.00;-0.12;0.42 -1939;1;3382.50;13.80;628.00;0.12;0.48 -1940;1;18.00;9.50;1408.50;-0.41;1.24 -1941;1;310.00;9.50;1490.50;0.00;0.88 -1942;1;532.50;9.50;616.50;-1.12;0.92 -1943;1;4172.00;22.10;1270.00;0.29;1.06 -1944;1;1676.00;10.60;1035.50;-0.34;0.56 -1945;1;1110.00;9.60;1289.00;-1.03;0.68 -1946;1;1464.50;9.50;887.50;0.05;0.84 -1947;1;3703.00;9.95;976.50;-0.53;0.70 -1948;1;3784.50;10.90;1155.50;-0.78;0.54 -1949;1;4018.00;10.80;1041.00;0.00;0.38 -1950;1;3202.50;11.30;654.00;-0.55;0.92 -1951;1;2827.50;9.70;757.00;0.27;0.38 -1952;1;1220.50;16.05;1244.00;-0.64;0.58 -1953;1;3256.50;11.80;733.50;0.15;0.64 -1954;1;1184.50;12.55;1353.00;-0.35;0.50 -1955;1;3562.00;11.30;1095.50;0.29;0.50 -1956;1;3022.50;10.40;911.50;0.12;1.36 -1957;1;3725.50;12.10;1243.50;0.49;0.60 -1958;1;2688.00;11.55;1099.50;-0.39;0.82 -1959;1;4480.50;13.95;1321.00;-0.35;0.42 -1960;1;3173.50;10.80;825.50;-0.32;0.86 -1961;1;4047.50;21.60;1169.50;-0.19;0.60 -1962;1;2639.50;10.20;938.00;-0.67;1.14 -1963;1;3643.00;14.17;1179.00;-0.98;0.58 -1964;1;3535.50;10.30;750.50;-0.60;0.70 -1965;1;1259.50;16.60;1178.50;0.62;0.40 -1966;1;3587.00;10.70;821.50;-0.41;0.52 -1967;1;2861.50;12.00;1198.00;-0.29;0.48 -1968;1;3189.50;13.00;473.50;0.91;0.72 -1969;1;2921.00;11.10;827.50;0.09;0.76 -1970;1;4009.00;21.30;1264.00;-0.38;0.62 -1971;1;3892.50;9.70;1100.00;-0.39;0.48 -1972;1;1120.50;16.40;1439.50;0.09;0.56 -1973;1;3511.00;14.85;875.00;0.64;0.48 -1974;1;3109.00;10.67;773.00;0.00;0.64 -1975;1;2836.50;12.15;877.00;-1.01;0.70 -1976;1;4491.50;13.45;1209.00;-1.29;0.22 -1977;1;3368.50;13.00;1000.50;0.60;0.70 -1978;1;3912.00;13.40;1172.50;0.65;0.52 -1979;1;1896.50;10.30;792.50;-0.86;1.44 -1980;1;3900.00;9.70;1063.50;0.00;0.42 -1981;1;1845.50;10.20;991.00;-1.22;0.68 -1982;1;3589.50;16.00;1210.00;0.10;0.50 -1983;1;4086.50;10.90;1094.50;-0.14;0.36 -1984;1;3395.50;12.00;850.50;0.32;0.80 -1985;1;4454.50;15.15;1257.00;-0.46;0.40 -1986;1;3715.00;11.72;1111.00;0.00;0.66 -1987;1;1429.50;11.60;1464.00;0.46;0.32 -1988;1;1486.50;9.60;1050.50;0.22;0.60 -1989;1;2701.50;11.80;1140.50;-0.26;0.46 -1990;1;4359.00;11.05;968.00;-0.92;0.30 -1991;1;4117.00;22.15;1136.50;0.11;0.88 -1992;1;2928.50;11.95;763.00;-1.01;0.52 -1993;1;3051.00;11.20;795.50;1.32;0.72 -1994;1;3085.50;11.60;1017.00;-0.24;1.72 -1995;1;3832.50;15.30;1204.50;-0.19;0.58 -1996;1;4309.00;12.25;1103.50;0.48;0.74 -1997;1;1704.00;12.10;1008.00;0.58;0.60 -1998;1;1209.00;11.90;1396.50;-0.21;0.44 -1999;1;4375.50;16.85;1110.00;-0.21;0.48 -2000;1;3753.00;13.45;1244.50;0.00;0.38 -2001;1;2815.50;10.15;827.00;-0.68;0.74 -2002;1;3977.50;9.95;1136.00;-0.71;0.50 -2003;1;3378.00;11.05;938.50;-0.38;0.72 -2004;1;3518.50;9.70;1167.00;-0.64;0.36 -2005;1;4098.50;11.00;1052.50;-0.14;0.36 -2006;1;4476.00;11.80;1209.50;0.38;0.34 -2007;1;1638.00;10.07;878.00;-0.62;0.92 -2008;1;1222.00;15.12;1202.00;-0.51;0.56 -2009;1;3349.00;14.05;792.00;0.00;0.66 -2010;1;4154.00;22.35;1193.00;0.18;1.00 -2011;1;1241.00;16.85;1198.50;-0.49;0.56 -2012;1;2631.50;10.90;854.00;0.16;0.68 -2013;1;3435.50;10.30;1223.50;0.66;0.46 -2014;1;4205.50;21.60;1112.50;-0.09;0.72 -2015;1;4005.50;13.90;1294.50;-0.04;0.72 -2016;1;3276.00;10.95;857.50;-0.38;0.64 -2017;1;3789.00;10.82;1177.00;0.00;0.48 -2018;1;3675.00;10.00;965.00;0.00;0.86 -2019;1;1246.00;10.55;1341.00;0.16;0.56 -2020;1;3515.50;10.20;727.50;-0.96;0.66 -2021;1;1338.00;9.90;1151.00;-0.54;0.48 -2022;1;4421.00;14.77;1242.00;-0.46;0.32 -2023;1;1631.50;15.10;962.50;0.07;0.50 -2024;1;3165.00;11.40;555.00;0.00;0.56 -2025;1;2910.00;9.80;791.00;-0.69;0.72 -2026;1;3615.00;16.57;1181.00;0.38;0.56 -2027;1;3390.50;12.90;1093.50;0.42;0.50 -2028;1;4357.00;13.10;1312.00;0.69;0.60 -2029;1;3575.00;12.90;898.50;-1.05;0.78 -2030;1;4474.50;10.90;1149.50;0.14;0.36 -2031;1;1473.00;10.37;1103.00;-0.32;0.76 -2032;1;3999.00;10.25;1134.50;-0.85;0.46 -2033;1;3418.00;9.67;1022.00;0.46;0.74 -2034;1;3259.00;11.45;711.50;0.96;0.60 -2035;1;1959.00;10.20;798.00;-0.52;1.28 -2036;1;4029.00;10.85;1065.50;-0.73;0.46 -2037;1;1158.50;12.90;1348.50;-0.22;0.54 -2038;1;2608.50;10.30;790.50;-0.85;0.60 -2039;1;3722.50;11.80;1093.00;-0.86;0.42 -2040;1;3360.50;12.00;836.00;-0.75;0.72 -2041;1;3990.50;18.90;1228.00;0.64;0.56 -2042;1;1283.50;9.70;1329.50;-0.42;0.46 -2043;1;1325.50;13.60;1463.50;0.19;0.30 -2044;1;2735.50;10.20;907.50;-0.22;0.64 -2045;1;4440.00;11.20;1182.50;0.34;0.40 -2046;1;3347.00;10.40;934.50;-0.62;0.64 -2047;1;4609.50;12.00;685.00;-0.34;0.56 -2048;1;3654.00;9.80;1023.00;0.19;0.56 -2049;1;2856.00;10.70;1165.50;0.30;0.76 -2050;1;2872.00;9.70;754.00;0.78;0.42 -2051;1;1178.00;11.07;1181.00;-1.19;0.52 -2052;1;1680.50;11.35;990.00;-0.46;0.44 -2053;1;2182.50;10.35;640.00;-1.28;0.62 -2054;1;3990.00;10.35;1092.00;-0.69;0.56 -2055;1;1223.50;14.30;1469.50;-1.49;0.30 -2056;1;2859.00;10.75;853.00;-0.18;0.72 -2057;1;3450.00;11.90;1112.50;-0.18;0.58 -2058;1;3937.00;11.55;1320.50;-0.41;0.44 -2059;1;3635.00;10.70;938.50;-0.48;0.76 -2060;1;1234.50;11.20;1308.50;-0.42;0.56 -2061;1;4338.00;11.65;995.50;-0.21;0.36 -2062;1;3763.00;12.25;1172.00;0.00;0.54 -2063;1;3496.00;10.90;706.50;0.65;0.68 -2064;1;3260.50;10.10;1018.50;-0.69;1.00 -2065;1;3572.00;10.57;1197.00;-0.19;0.48 -2066;1;3403.50;11.30;695.50;0.90;0.76 -2067;1;4408.00;15.35;1107.50;0.00;0.42 -2068;1;2841.00;10.40;926.50;-0.82;0.98 -2069;1;1054.00;10.50;1371.00;0.16;0.50 -2070;1;3740.00;11.00;1109.50;-0.82;0.66 -2071;1;3540.00;15.15;1261.00;-0.64;0.36 -2072;1;3420.00;15.45;870.00;0.54;0.54 -2073;1;3170.50;10.60;685.50;-0.49;0.64 -2074;1;4192.00;18.72;1300.00;-1.19;0.78 -2075;1;1491.50;9.70;1076.00;-0.13;0.68 -2076;1;4001.00;15.37;1174.00;4.71;0.30 -2077;1;1418.00;10.95;1135.50;-0.27;0.44 -2078;1;3813.50;11.70;1177.50;-0.07;0.60 -2079;1;1625.00;12.55;902.50;-0.75;0.60 -2080;1;2998.50;11.20;695.00;-0.16;0.90 -2081;1;3051.00;10.67;841.00;0.32;0.52 -2082;1;1289.00;10.10;1420.50;0.51;0.38 -2083;1;1246.00;12.55;1239.50;-0.58;0.52 -2084;1;3958.00;18.85;1246.00;-0.69;0.48 -2085;1;1678.50;9.70;1054.00;0.24;0.56 -2086;1;4006.50;10.60;1112.50;-0.32;0.34 -2087;1;4509.50;14.30;1337.00;0.91;0.44 -2088;1;3368.00;11.00;893.50;0.00;0.58 -2089;1;3539.00;9.90;1146.00;-1.19;0.32 -2090;1;3464.00;13.65;994.00;-0.41;0.72 -2091;1;4479.00;11.15;1178.00;0.46;0.38 -2092;1;3997.50;10.80;1052.00;0.55;0.40 -2093;1;4158.50;21.90;1154.50;0.19;0.74 -2094;1;2624.00;10.20;769.50;-0.11;0.72 -2095;1;3384.50;10.00;1073.50;-1.14;0.48 -2096;1;3308.00;12.00;722.50;-0.41;0.94 -2097;1;3506.50;10.20;1197.50;0.50;0.36 -2098;1;4243.00;21.35;1110.50;0.49;0.56 -2099;1;4336.50;20.30;1280.50;0.15;0.82 -2100;1;2603.00;9.80;855.00;-0.98;0.44 -2101;1;3777.50;12.90;1138.50;0.14;0.58 -2102;1;1183.50;13.70;1465.50;-0.56;0.48 -2103;1;3650.00;10.00;925.00;0.32;0.44 -2104;1;1199.50;13.20;1333.00;-0.74;0.64 -2105;1;4002.50;10.70;1013.00;-0.35;0.40 -2106;1;1870.50;10.40;426.00;-0.46;0.82 -2107;1;3123.50;9.50;1682.00;-0.46;1.20 -2108;1;2970.00;9.50;568.50;0.49;0.78 -2109;1;2012.00;10.80;482.50;-0.41;0.64 -2110;1;1784.00;9.50;1041.00;0.21;0.82 -2111;1;1929.50;10.00;604.50;-0.29;1.08 -2112;1;2194.50;9.50;1646.50;0.42;1.40 -2113;1;472.00;9.50;235.00;-0.12;1.08 -2114;1;5024.50;9.80;140.00;-0.50;0.80 -2115;1;3002.00;10.00;566.50;0.38;0.32 -2116;1;5068.00;9.87;222.00;-0.78;0.72 -2117;1;4585.50;11.20;679.50;-1.16;0.36 -2118;1;3724.00;9.50;819.50;-0.41;1.28 -2119;1;5512.50;9.50;37.50;-0.92;1.24 -2120;1;3347.00;10.32;341.00;0.55;0.76 -2121;1;5102.50;9.50;770.00;-0.26;1.44 -2122;1;5076.00;9.50;1094.00;-0.95;1.16 -2123;1;3424.50;10.20;408.50;-0.60;0.60 -2124;1;4676.50;9.50;522.00;-0.38;1.04 -2125;1;4266.50;9.50;726.50;-0.60;0.96 -2126;1;3087.00;14.00;429.00;-0.36;0.74 -2127;1;4490.00;9.50;119.50;0.38;1.16 -2128;1;3812.50;9.50;780.50;-0.13;1.10 -2129;1;5031.50;12.50;548.50;0.60;0.52 -2130;1;5007.50;10.40;117.50;-0.42;0.58 -2131;1;3038.00;9.50;74.50;-1.20;1.10 -2132;1;2174.00;10.15;807.00;-0.19;0.56 -2133;1;4803.50;10.50;223.00;-0.46;1.08 -2134;1;2252.50;9.50;222.00;0.03;1.22 -2135;1;2564.00;9.50;1135.00;-0.66;0.92 -2136;1;1748.00;12.60;378.00;-0.64;0.62 -2137;1;2373.00;9.50;1565.00;0.60;1.14 -2138;1;2118.00;9.50;924.00;-0.34;0.94 -2139;1;4929.00;10.10;378.00;-1.15;0.60 -2140;1;1128.00;9.50;207.50;0.14;1.26 -2141;1;282.50;9.50;479.00;-0.28;1.18 -2142;1;1891.50;10.20;608.50;-0.32;1.12 -2143;1;19.00;9.50;1460.00;-0.08;1.02 -2144;1;374.50;9.50;1452.00;-0.10;1.22 -2145;1;524.50;9.50;519.50;-0.19;1.18 -2146;1;5039.00;9.70;117.50;-0.27;0.46 -2147;1;1875.00;10.10;695.00;0.09;0.92 -2148;1;1420.00;9.50;912.50;0.91;1.04 -2149;1;1772.50;10.70;234.00;0.76;0.92 -2150;1;2118.50;10.10;768.50;0.25;0.88 -2151;1;3277.50;11.60;297.00;0.21;0.60 -2152;1;1915.00;10.40;447.50;-0.34;0.58 -2153;1;2156.50;11.70;534.50;-1.24;0.40 -2154;1;3265.00;12.35;681.50;0.26;0.84 -2155;1;5029.00;9.85;105.50;0.00;0.42 -2156;1;1550.00;10.20;775.50;-0.23;0.62 -2157;1;4671.50;10.55;176.00;-0.29;0.40 -2158;1;1758.00;11.75;353.50;-1.36;0.76 -2159;1;3383.00;11.07;413.00;-0.32;0.76 -2160;1;1830.50;10.70;556.50;-0.44;0.82 -2161;1;1703.00;11.50;136.00;-0.16;0.54 -2162;1;1629.50;19.30;674.50;-0.43;0.68 -2163;1;5084.00;9.80;202.50;-0.72;0.44 -2164;1;2186.50;10.55;756.00;-0.10;0.58 -2165;1;3981.00;9.67;35.00;0.00;0.44 -2166;1;5006.50;9.70;376.00;0.12;0.48 -2167;1;2084.00;12.15;546.50;0.29;0.66 -2168;1;2037.00;10.05;709.50;-0.28;1.02 -2169;1;1724.50;11.70;120.50;-0.32;0.76 -2170;1;4561.50;10.00;634.50;0.07;0.58 -2171;1;3276.50;14.80;216.50;0.15;0.70 -2172;1;1864.00;9.70;360.00;-0.08;0.54 -2173;1;1915.50;10.40;423.00;0.52;0.54 -2174;1;1752.50;21.10;511.50;-0.03;0.82 -2175;1;2228.50;9.70;775.00;0.61;0.46 -2176;1;1646.00;9.50;272.50;-1.40;0.84 -2177;1;4718.00;11.00;282.50;-0.29;0.68 -2178;1;2179.00;10.55;778.50;0.13;0.64 -2179;1;1715.00;14.70;337.00;-0.29;0.52 -2180;1;3374.50;10.70;386.50;-0.09;0.64 -2181;1;1989.50;10.50;525.50;0.04;0.86 -2182;1;1710.50;20.40;625.50;0.86;0.64 -2183;1;5063.50;9.70;19.50;0.54;0.24 -2184;1;4581.50;10.30;619.50;-0.68;0.56 -2185;1;2105.00;12.35;511.50;-0.18;0.42 -2186;1;4719.00;11.00;257.50;0.18;0.60 -2187;1;5004.50;9.80;356.50;-0.66;0.56 -2188;1;3684.00;10.20;572.50;0.58;0.24 -2189;1;5071.50;9.70;11.00;0.24;0.34 -2190;1;2092.50;11.70;617.00;-0.64;0.66 -2191;1;4795.00;9.80;177.50;0.00;0.76 -2192;1;3039.50;11.20;601.45;0.52;1.04 -2193;1;3348.50;10.20;285.50;0.39;0.68 -2194;1;1941.50;10.80;434.50;0.78;0.58 -2195;1;1853.00;9.90;492.50;-0.72;0.78 -2196;1;3410.50;9.85;531.00;-0.08;0.60 -2197;1;5515.00;9.70;70.50;0.87;0.38 -2198;1;1672.50;10.10;751.50;-0.72;1.58 -2199;1;1712.00;13.10;208.50;-0.82;0.64 -2200;1;3499.00;10.40;250.00;-0.46;0.58 -2201;1;4738.50;10.00;343.50;0.68;0.84 -2202;1;3420.00;10.30;452.50;-0.62;0.68 -2203;1;5481.00;11.10;43.00;-0.32;0.38 -2204;1;1962.00;10.40;658.50;-0.36;1.66 -2205;1;4982.50;9.50;190.50;0.42;1.10 -2206;1;3363.50;13.50;585.00;-0.33;0.88 -2207;1;3043.00;11.25;262.00;0.00;0.54 -2208;1;1817.50;10.10;431.50;-1.20;0.72 -2209;1;1891.00;10.40;473.00;-0.12;0.92 -2210;1;1677.50;12.10;606.00;-0.64;0.70 -2211;1;5477.50;10.45;29.00;0.89;0.44 -2212;1;1636.50;10.20;706.50;0.13;0.72 -2213;1;3202.50;13.40;207.00;-0.52;0.70 -2214;1;2021.00;10.00;780.00;-0.78;0.96 -2215;1;1729.00;13.50;276.00;-0.14;0.62 -2216;1;3287.50;13.55;378.00;0.73;0.64 -2217;1;3407.00;10.50;424.50;0.17;0.88 -2218;1;2086.00;11.67;597.00;0.24;0.54 -2219;1;4926.00;9.70;137.50;-0.38;0.68 -2220;1;3274.00;12.82;591.00;0.32;0.60 -2221;1;5007.50;9.80;229.00;-1.05;0.80 -2222;1;4560.50;9.70;660.00;-0.46;0.36 -2223;1;4904.50;11.00;310.00;-1.12;1.00 -2224;1;1778.00;19.85;492.00;-0.16;0.66 -2225;1;1624.50;10.50;641.50;-0.56;0.76 -2226;1;1648.50;10.40;724.00;-0.84;1.00 -2227;1;2255.00;9.75;756.50;0.21;0.34 -2228;1;2151.00;9.80;793.00;0.00;0.60 -2229;1;3048.00;11.55;226.00;0.19;0.48 -2230;1;3082.50;9.50;1681.50;-0.29;0.92 -2231;1;2974.00;9.50;526.00;-0.46;0.94 -2232;1;1687.00;9.50;1045.50;-0.11;0.76 -2233;1;2145.50;9.50;1609.50;0.41;1.86 -2234;1;397.00;9.50;134.00;-0.46;1.16 -2235;1;3715.00;9.50;773.50;0.33;1.14 -2236;1;5441.50;9.50;10.50;-1.55;0.76 -2237;1;5178.00;9.50;816.00;-1.03;1.20 -2238;1;5186.50;9.50;1171.50;-0.48;1.20 -2239;1;4619.50;9.50;517.50;-0.91;0.66 -2240;1;4239.50;9.50;753.50;-0.71;1.02 -2241;1;4497.50;9.50;71.00;-0.53;1.16 -2242;1;3832.00;9.50;818.50;-0.87;1.00 -2243;1;3033.00;9.50;109.00;0.46;1.04 -2244;1;2129.00;9.50;19.50;-1.52;0.82 -2245;1;2208.50;9.50;191.50;-0.34;1.06 -2246;1;2601.50;9.50;1108.50;0.36;1.12 -2247;1;2422.00;9.50;1590.00;0.26;1.44 -2248;1;2226.50;9.50;893.50;-1.13;1.24 -2249;1;1076.00;9.50;132.50;0.00;1.42 -2250;1;337.50;9.50;430.50;0.53;1.28 -2251;1;87.50;9.50;1417.50;0.62;1.32 -2252;1;429.50;9.50;1439.50;-0.62;1.00 -2253;1;542.00;9.50;568.00;-0.42;1.08 -2254;1;1354.50;9.50;960.50;0.05;0.98 -2256;1;3118.50;9.50;1637.00;0.70;1.12 -2257;1;2980.50;9.50;401.50;0.03;0.98 -2258;1;1638.50;9.50;1061.00;-0.25;1.50 -2259;1;2078.50;9.50;1717.00;0.16;1.26 -2260;1;284.00;9.50;15.00;-1.50;0.82 -2261;1;5499.00;9.50;1806.50;-0.71;1.40 -2262;1;3645.50;9.50;693.00;-0.33;1.04 -2263;1;5204.50;9.50;743.00;-0.37;1.42 -2264;1;5134.00;9.50;1179.50;-0.33;1.02 -2265;1;4623.50;9.50;490.50;-1.37;0.94 -2266;1;4218.50;9.50;722.00;-0.14;1.12 -2267;1;4447.50;9.50;67.50;-0.44;1.02 -2268;1;3912.00;9.50;808.00;-0.32;1.06 -2269;1;2994.50;9.50;96.00;0.37;1.02 -2270;1;2177.50;9.50;15.00;-0.54;0.90 -2271;1;2160.50;9.50;184.00;0.03;1.12 -2272;1;2631.00;9.50;1138.00;-0.71;0.80 -2273;1;2355.50;9.50;1609.50;0.40;1.02 -2274;1;2527.50;9.50;1376.50;-0.78;1.36 -2275;1;1070.50;9.50;246.50;-1.00;1.72 -2276;1;342.50;9.50;480.00;-0.53;1.10 -2277;1;122.00;9.50;1426.00;-0.21;1.32 -2278;1;424.00;9.50;1488.00;0.34;1.24 -2279;1;594.50;9.50;524.00;-0.35;1.06 -2280;1;1443.50;9.50;982.50;0.34;1.04 -2282;1;3065.00;9.50;1643.00;-0.78;0.70 -2283;1;2972.50;9.50;235.00;-0.38;0.96 -2284;1;1541.00;9.50;1020.50;-0.10;0.84 -2285;1;2080.50;9.50;1672.50;-0.32;1.42 -2286;1;520.50;9.50;25.50;-1.54;1.04 -2287;1;5612.50;9.50;1974.50;0.27;1.94 -2288;1;3670.50;9.50;726.00;-1.16;1.22 -2289;1;5252.50;9.50;685.50;0.66;1.06 -2290;1;5122.50;9.50;1135.00;-0.28;1.06 -2291;1;4660.50;9.50;470.50;-0.50;1.32 -2292;1;4216.50;9.50;778.00;-0.03;0.96 -2293;1;4437.00;9.50;21.50;-0.68;0.90 -2294;1;3875.50;9.50;827.00;-0.28;1.06 -2295;1;2957.00;9.50;84.50;0.60;1.12 -2296;1;2154.00;9.50;3.00;4.58;0.20 -2297;1;2215.50;9.50;281.50;0.29;1.10 -2298;1;2314.00;9.50;809.00;-0.18;1.22 -2299;1;2364.00;9.50;1647.50;-0.08;1.28 -2300;1;2584.00;9.50;1340.50;-0.55;1.08 -2301;1;1010.50;9.50;264.00;0.22;1.58 -2302;1;381.00;9.50;433.50;-0.51;1.02 -2303;1;99.00;9.50;1473.00;-0.82;1.00 -2304;1;41.00;9.50;1174.00;-0.56;1.22 -2305;1;470.50;9.50;1479.50;-0.23;1.24 -2306;1;596.00;9.50;623.50;-0.82;1.38 -2307;1;1301.00;9.50;973.00;0.24;1.24 -2309;1;3101.50;9.50;1615.00;0.82;0.60 -2310;1;3014.50;9.50;151.50;0.29;0.92 -2311;1;1570.00;9.50;904.00;0.00;1.20 -2312;1;2092.00;9.50;1545.50;0.19;1.56 -2313;1;553.50;9.50;112.50;-0.75;1.34 -2314;1;3720.00;9.50;637.50;0.48;1.08 -2315;1;5298.00;9.50;684.00;-0.32;1.08 -2316;1;5082.50;9.50;1151.00;-0.11;0.94 -2317;1;4690.50;9.50;458.00;-0.33;0.92 -2318;1;4168.00;9.50;711.00;-0.39;1.10 -2319;1;4474.50;9.50;27.00;-1.29;0.98 -2320;1;3843.50;9.50;875.50;-0.48;1.04 -2321;1;2963.00;9.50;131.00;-0.64;1.18 -2322;1;2209.00;9.50;18.50;4.52;0.86 -2323;1;2192.50;9.50;235.00;-0.84;1.04 -2324;1;2315.00;9.50;904.50;0.52;1.34 -2325;1;2306.00;9.50;1596.00;0.21;1.22 -2326;1;2500.50;9.50;1345.00;0.29;1.26 -2327;1;1029.50;9.50;204.00;0.03;1.60 -2328;1;393.50;9.50;480.50;-0.50;1.12 -2329;1;471.00;9.50;1409.00;-1.24;1.12 -2330;1;681.50;9.50;645.00;-0.61;1.46 -2331;1;1345.50;9.50;1003.50;-0.11;1.30 -2332;1;3293.18;9.50;1738.77;-0.60;1.00 -2333;1;3047.50;9.50;1615.50;0.04;0.88 -2334;1;3068.00;9.50;36.00;-0.98;0.88 -2335;1;1534.50;9.50;823.50;0.78;1.22 -2336;1;2083.00;9.50;1433.00;-0.64;1.34 -2337;1;580.00;9.50;63.50;0.06;1.32 -2338;1;3730.50;9.50;533.00;0.04;1.02 -2339;1;5261.00;9.50;735.50;-0.31;1.04 -2340;1;5044.50;9.50;1108.00;-0.89;1.00 -2341;1;4647.50;9.50;426.50;-0.04;1.16 -2342;1;4134.00;9.50;727.50;-0.08;0.80 -2343;1;4514.00;9.50;12.50;4.57;0.58 -2344;1;3917.50;9.50;854.50;0.60;0.82 -2345;1;2927.00;9.50;128.00;0.39;1.04 -2346;1;2245.00;9.50;19.50;-1.18;1.00 -2347;1;2260.50;9.50;344.00;0.33;1.02 -2348;1;2302.00;9.50;859.50;0.44;1.10 -2349;1;2255.50;9.50;1611.50;0.59;1.48 -2350;1;2463.50;9.50;1305.50;0.36;1.38 -2351;1;1005.50;9.50;153.00;-0.04;1.34 -2352;1;422.00;9.50;422.00;-1.10;1.16 -2353;1;10.00;9.50;1512.50;0.00;0.52 -2354;1;547.50;9.50;1389.00;0.52;1.10 -2355;1;731.00;9.50;683.00;0.62;1.28 -2357;1;1268.00;9.50;1016.50;0.23;1.08 -2358;1;3024.00;9.50;1601.50;0.53;0.60 -2359;1;3192.00;9.50;55.00;0.46;1.10 -2360;1;1468.50;9.50;849.00;-0.46;0.98 -2361;1;1937.50;9.50;1648.00;-0.35;1.52 -2362;1;758.00;9.50;74.00;-0.78;1.44 -2363;1;3771.00;9.50;570.50;0.11;0.80 -2364;1;5277.00;9.50;780.00;-0.19;0.90 -2365;1;5065.00;9.50;996.00;-0.06;1.10 -2366;1;5541.50;9.50;1857.50;-0.67;1.48 -2367;1;4582.00;9.50;381.00;-0.49;1.14 -2368;1;4181.50;9.50;756.00;-0.57;1.14 -2369;1;4530.00;9.50;36.50;-0.18;1.02 -2370;1;3950.50;9.50;841.50;-0.28;0.80 -2371;1;2917.50;9.50;167.50;0.05;0.92 -2372;1;2201.50;9.50;367.00;-0.70;1.08 -2373;1;2262.00;9.50;828.00;-0.15;1.22 -2374;1;2532.50;9.50;1594.00;0.33;1.06 -2375;1;2621.00;9.50;1211.50;0.23;1.06 -2376;1;957.50;9.50;195.50;-0.69;1.52 -2377;1;737.00;9.50;885.50;0.23;1.04 -2378;1;534.50;9.50;1485.00;-0.70;1.16 -2379;1;686.00;9.50;737.00;-0.92;1.44 -2380;1;1210.00;9.50;1004.00;-0.66;0.98 -2381;1;2733.00;9.50;1493.00;-0.98;0.48 -2382;1;3011.00;9.50;1624.00;0.46;0.52 -2383;1;3332.00;9.50;82.00;0.06;1.06 -2384;1;1470.50;9.50;716.00;0.08;1.08 -2385;1;1920.00;9.50;1562.00;0.49;1.34 -2386;1;814.00;9.50;27.50;4.56;1.26 -2387;1;3694.50;9.50;403.50;0.29;1.10 -2388;1;5604.50;9.50;20.50;1.55;1.20 -2389;1;5375.50;9.50;780.00;0.55;1.06 -2390;1;5083.00;9.50;1038.00;-0.58;1.02 -2391;1;4561.50;9.50;438.50;-0.52;1.08 -2392;1;4138.50;9.50;770.50;-0.28;0.96 -2393;1;4576.50;9.50;45.50;-0.32;0.96 -2394;1;3921.50;9.50;930.00;0.22;1.26 -2395;1;2991.00;9.50;190.50;-0.20;1.02 -2396;1;2385.50;9.50;72.50;0.17;0.98 -2397;1;2231.50;9.50;329.00;0.87;1.00 -2398;1;2218.00;9.50;806.00;0.38;0.92 -2399;1;2567.00;9.50;1487.00;0.40;1.18 -2400;1;2686.50;9.50;1218.00;-0.89;0.72 -2401;1;941.50;9.50;235.50;0.44;1.54 -2402;1;466.00;9.50;517.50;-0.25;1.30 -2403;1;6.50;9.50;1557.00;0.14;0.36 -2404;1;523.50;9.50;1439.50;0.59;1.22 -2405;1;589.50;9.50;668.50;-0.21;1.30 -2406;1;1132.50;9.50;1007.00;-0.85;1.04 -2407;1;1008.00;12.40;1941.50;0.31;1.60 -2408;1;2978.50;9.50;1613.00;0.19;0.84 -2409;1;3368.00;9.50;180.50;-0.48;1.20 -2410;1;1544.00;9.50;636.00;-0.66;1.08 -2411;1;1806.50;9.50;1471.00;-0.05;0.94 -2412;1;1311.50;9.50;62.00;-0.61;1.42 -2413;1;3690.50;9.50;205.50;-0.55;1.06 -2414;1;5488.00;9.50;765.50;0.48;1.00 -2415;1;5038.00;9.50;965.50;0.38;1.22 -2416;1;4562.00;9.50;485.00;-0.29;0.90 -2417;1;4012.00;9.50;719.00;-0.22;1.26 -2418;1;4577.50;9.50;126.00;0.28;1.12 -2419;1;3850.00;9.50;921.50;-0.44;0.94 -2420;1;3042.00;9.50;183.00;0.43;1.30 -2421;1;2337.00;9.50;64.00;-1.27;1.02 -2422;1;2177.50;9.50;317.00;-0.21;0.88 -2423;1;2224.50;9.50;846.50;0.54;1.02 -2424;1;2579.00;9.50;1445.00;-0.51;0.94 -2425;1;2036.00;9.50;1526.50;-0.36;1.10 -2426;1;878.50;9.50;173.50;0.17;1.50 -2427;1;391.50;9.50;528.00;-1.09;0.86 -2428;1;603.00;9.50;1386.00;0.36;1.04 -2429;1;657.00;9.50;706.50;-0.38;1.00 -2430;1;1068.50;9.50;1023.50;-0.48;1.06 -2431;1;2994.00;9.50;1652.50;0.75;0.70 -2432;1;3374.00;9.50;287.50;0.06;1.06 -2433;1;1624.50;9.50;536.00;0.44;1.48 -2434;1;1813.00;9.50;1580.00;-1.48;1.00 -2435;1;1252.00;9.50;107.50;0.54;1.12 -2436;1;5023.50;9.50;1700.50;-0.78;0.58 -2437;1;3405.50;9.50;77.00;-0.17;1.06 -2438;1;5435.00;9.50;828.50;-0.44;0.82 -2439;1;4993.00;9.50;999.50;-0.61;1.22 -2440;1;4591.00;9.50;470.50;-0.75;1.28 -2441;1;3975.00;9.50;752.00;-0.67;1.12 -2442;1;4615.00;9.50;113.00;-0.56;1.08 -2443;1;3802.00;9.50;896.00;-0.68;0.92 -2444;1;3062.00;9.50;137.00;0.46;0.94 -2445;1;2386.00;9.50;21.00;-0.32;1.06 -2446;1;2714.50;9.50;2025.50;0.84;0.62 -2447;1;2173.00;9.50;848.50;0.08;0.94 -2448;1;2527.00;9.50;1640.00;-0.21;1.22 -2449;1;1992.50;9.50;1593.00;-0.35;1.74 -2450;1;865.00;9.50;116.50;-0.36;1.26 -2451;1;329.00;9.50;515.50;0.87;1.22 -2452;1;569.00;9.50;1436.00;-0.64;1.16 -2453;1;639.50;9.50;673.50;-0.65;0.98 -2454;1;1127.00;9.50;1051.00;0.32;1.22 -2455;1;2955.00;9.50;1681.00;-0.52;1.16 -2456;1;3465.50;9.50;382.50;-0.48;1.34 -2457;1;1660.00;9.50;356.00;-0.15;1.40 -2458;1;1764.50;9.50;1513.50;0.75;1.54 -2459;1;1376.50;9.50;158.00;0.22;1.32 -2460;1;5118.50;9.50;1630.50;-0.50;1.72 -2461;1;3270.00;9.50;8.00;-1.32;0.58 -2462;1;5502.00;9.50;817.00;-0.10;1.40 -2463;1;5015.00;9.50;1031.00;-0.62;1.14 -2464;1;4521.00;9.50;358.50;0.20;1.16 -2465;1;3994.00;9.50;671.00;-0.42;0.94 -2466;1;4541.00;9.50;93.00;0.11;1.16 -2467;1;3773.50;9.50;870.00;0.05;0.92 -2468;1;3596.50;9.50;15.00;-0.96;1.04 -2469;1;3074.50;9.50;98.50;0.40;0.96 -2470;1;2409.00;9.50;6.50;-1.36;0.52 -2471;1;2153.50;9.50;361.50;-0.48;0.90 -2472;1;2170.50;9.50;825.50;0.91;0.44 -2473;1;2610.50;9.50;1648.00;0.02;1.26 -2474;1;1990.50;9.50;1540.50;0.11;1.42 -2475;1;793.00;9.50;112.50;-1.30;0.96 -2476;1;348.50;9.50;541.00;-1.00;0.96 -2477;1;658.00;9.50;1386.50;-0.38;1.04 -2478;1;562.00;9.50;714.00;-0.62;1.38 -2479;1;1130.00;9.50;1101.00;0.15;1.24 -2480;1;3451.00;9.50;231.50;0.42;1.18 -2481;1;2651.00;9.50;1669.00;0.58;0.74 -2482;1;1659.50;9.50;260.50;-0.52;0.92 -2483;1;1699.00;9.50;1474.50;-0.11;1.16 -2484;1;1337.50;9.50;23.00;4.71;1.16 -2485;1;5048.00;9.50;1559.00;-0.30;0.72 -2486;1;3771.00;9.50;134.00;-0.24;1.24 -2487;1;5390.00;9.50;864.50;-0.70;1.40 -2488;1;4961.50;9.50;1012.50;0.44;1.24 -2489;1;5176.00;9.50;768.50;0.00;0.18 -2490;1;4530.50;9.50;488.00;0.13;0.86 -2491;1;3950.50;9.50;730.00;4.00;1.26 -2492;1;4640.00;9.50;65.50;0.75;0.96 -2493;1;3784.00;9.50;918.50;1.02;0.90 -2494;1;3661.00;9.50;39.50;-0.06;0.90 -2495;1;3096.00;9.50;52.00;0.43;0.82 -2496;1;2374.00;9.50;3.50;4.64;0.20 -2497;1;2195.00;9.50;397.00;0.62;0.92 -2498;1;2118.00;9.50;831.00;0.46;0.62 -2499;1;2741.00;9.50;1819.50;0.44;1.18 -2500;1;1612.00;9.50;1166.00;0.58;0.70 -2501;1;743.00;9.50;21.50;-1.33;1.24 -2502;1;257.00;9.50;530.00;-0.64;1.00 -2503;1;602.50;9.50;1492.00;-0.65;0.84 -2504;1;610.50;9.50;775.00;0.64;1.24 -2505;1;1067.00;9.50;1065.00;-0.08;1.04 -2506;1;2909.50;9.50;1670.50;-0.25;1.42 -2507;1;3568.00;9.50;178.50;-0.61;0.94 -2508;1;1672.50;9.50;134.50;-0.04;0.94 -2509;1;1513.50;9.50;12.00;4.64;0.54 -2510;1;5012.00;9.50;1525.00;-0.04;0.80 -2511;1;3956.00;9.50;58.50;1.06;1.32 -2512;1;5461.00;9.50;905.50;0.97;0.98 -2513;1;4973.00;9.50;1059.50;-0.42;1.42 -2514;1;4498.50;9.50;498.00;0.57;0.94 -2515;1;3941.00;9.50;670.00;-1.04;0.92 -2516;1;4668.50;9.50;109.00;-0.46;0.74 -2517;1;3850.00;9.50;955.50;0.13;0.88 -2518;1;3608.50;9.50;55.50;-0.04;1.26 -2519;1;3006.50;9.50;242.50;-0.34;1.02 -2520;1;2300.50;9.50;30.00;-0.43;1.26 -2521;1;2118.50;9.50;361.00;-0.52;0.86 -2522;1;2135.50;9.50;845.00;0.20;1.00 -2523;1;2559.50;9.50;1693.00;0.68;1.60 -2524;1;702.50;9.50;55.00;-0.33;1.44 -2525;1;218.50;9.50;529.00;0.37;1.06 -2526;1;6.50;9.50;1620.00;-0.36;0.64 -2527;1;672.00;9.50;1512.50;0.41;1.48 -2528;1;666.50;9.50;778.50;-0.99;1.08 -2529;1;1112.00;9.50;1147.00;0.52;1.14 -2530;1;2877.00;9.50;1747.50;4.61;0.84 -2531;1;3614.50;9.50;265.00;-0.28;1.08 -2532;1;1694.00;9.50;59.00;0.95;0.78 -2533;1;1645.00;9.50;44.50;-0.08;1.02 -2534;1;5006.50;9.50;1456.50;0.03;0.82 -2535;1;5305.50;9.50;824.50;-0.45;1.28 -2536;1;4999.00;9.50;1120.00;-0.26;1.10 -2537;1;4520.00;9.50;438.00;-0.36;1.02 -2538;1;3912.50;9.50;635.50;-0.44;0.80 -2539;1;4713.00;9.50;80.00;-0.39;1.02 -2540;1;3822.00;9.50;992.50;-0.53;0.88 -2541;1;3646.00;9.50;92.00;0.74;1.34 -2542;1;3002.50;9.50;296.00;0.40;1.16 -2543;1;2341.00;9.50;14.50;-0.74;0.84 -2544;1;2089.50;9.50;360.50;-0.29;0.94 -2545;1;2094.00;9.50;885.50;0.07;1.16 -2546;1;2508.50;9.50;1690.00;0.76;1.08 -2547;1;1601.00;9.50;1019.50;0.10;1.22 -2548;1;662.00;9.50;19.00;-1.52;0.98 -2549;1;184.50;9.50;573.00;-0.98;1.16 -2550;1;50.50;9.50;1530.00;0.33;1.20 -2551;1;625.50;9.50;1439.00;-0.15;1.18 -2552;1;635.50;9.50;736.50;0.19;1.48 -2553;1;1062.00;9.50;1232.50;0.75;1.32 -2554;1;2952.00;9.50;1833.50;0.00;1.36 -2555;1;3743.50;9.50;319.00;0.48;1.14 -2556;1;169.50;9.50;1967.50;0.25;1.16 -2557;1;1557.50;9.50;167.00;-0.59;1.32 -2558;1;5017.00;9.50;610.00;0.83;0.94 -2559;1;4940.00;9.50;1098.00;-0.43;1.28 -2560;1;5355.00;9.50;1819.50;4.54;0.64 -2561;1;4494.00;9.50;392.50;-0.58;0.98 -2562;1;3963.00;9.50;626.50;0.41;0.90 -2563;1;4558.50;9.50;14.50;-1.31;0.84 -2564;1;3864.00;9.50;991.50;-0.44;0.88 -2565;1;3709.00;9.50;80.00;0.18;1.12 -2566;1;2955.00;9.50;271.00;-0.61;0.86 -2567;1;2323.00;9.50;6.00;4.51;0.32 -2568;1;2669.00;9.50;2024.00;0.91;0.66 -2569;1;2032.50;9.60;860.50;-0.74;1.48 -2570;1;2443.50;9.50;1710.50;0.47;1.44 -2571;1;1738.50;9.50;1054.00;0.31;1.36 -2572;1;588.00;9.50;24.00;4.65;1.04 -2573;1;276.00;9.50;573.00;0.00;1.34 -2574;1;51.00;9.50;1586.00;1.05;1.14 -2575;1;693.00;9.50;1471.00;0.00;1.26 -2576;1;648.50;9.50;812.00;-0.86;1.56 -2577;1;1029.50;9.50;1190.00;0.46;1.12 -2578;1;3004.50;9.50;1946.00;-0.28;1.18 -2579;1;3629.00;9.50;438.50;-0.85;1.02 -2580;1;1890.50;9.50;94.00;0.03;1.30 -2581;1;238.00;9.50;1859.00;0.82;0.84 -2582;1;1490.00;9.50;59.00;-0.38;0.98 -2583;1;4986.00;9.50;1385.50;0.11;1.44 -2584;1;3471.00;9.50;22.00;-0.49;1.20 -2585;1;4933.00;9.50;646.50;4.13;1.08 -2586;1;4969.00;9.50;1146.50;-0.41;1.06 -2587;1;4462.50;9.50;401.00;0.10;0.94 -2588;1;3996.00;9.50;628.00;0.32;0.92 -2589;1;4601.00;9.50;20.50;-1.07;1.02 -2590;1;3842.50;9.50;1023.50;-0.63;1.10 -2591;1;3695.00;9.50;36.00;-0.90;1.00 -2592;1;2933.00;9.50;232.00;-0.55;1.06 -2593;1;2277.50;9.50;8.50;4.67;0.42 -2594;1;2122.50;9.50;405.50;0.44;0.94 -2595;1;2046.50;9.50;937.00;-1.08;1.10 -2596;1;2413.00;9.50;1771.00;0.27;1.38 -2597;1;1839.50;9.50;1036.50;0.29;1.02 -2598;1;652.00;9.50;51.50;0.70;1.30 -2599;1;306.50;9.50;623.50;0.69;1.34 -2600;1;115.50;9.50;1515.00;0.24;0.86 -2601;1;723.00;9.50;1522.50;-0.58;1.18 -2602;1;603.00;9.50;821.50;-0.27;0.90 -2603;1;989.50;9.50;1231.50;-0.44;1.22 -2604;1;3114.00;9.50;2036.50;-1.42;0.46 -2605;1;3504.00;9.50;454.00;-0.07;1.18 -2606;1;1920.00;9.50;147.00;-0.67;1.58 -2607;1;38.00;9.50;1915.50;0.60;1.06 -2608;1;1435.50;9.50;214.00;0.11;1.30 -2609;1;4823.00;9.50;1294.50;-0.18;1.28 -2610;1;3519.00;9.50;12.00;4.60;0.60 -2611;1;4991.50;9.50;645.00;-0.04;1.06 -2612;1;4936.50;9.50;1172.50;-0.52;1.16 -2613;1;5464.50;9.50;1765.00;-0.19;1.44 -2614;1;4482.00;9.50;440.50;-0.44;1.06 -2615;1;3981.50;9.50;587.50;-0.29;0.96 -2616;1;4635.00;9.50;10.50;4.66;0.50 -2617;1;3781.50;9.50;1005.00;-0.30;0.90 -2618;1;3714.00;9.50;120.00;-0.21;0.98 -2619;1;2898.50;9.50;245.00;0.03;0.84 -2620;1;2200.00;9.50;430.00;-0.26;0.92 -2621;1;2046.50;9.50;974.50;0.04;1.06 -2622;1;2334.50;9.50;1699.00;-0.84;1.18 -2623;1;1361.00;9.50;1287.50;-0.17;1.22 -2624;1;609.50;9.50;99.50;-0.89;1.34 -2625;1;171.00;9.50;614.50;-0.80;0.96 -2626;1;104.50;9.50;1553.00;0.22;0.92 -2627;1;582.00;9.50;1531.50;-0.99;1.02 -2628;1;726.00;9.50;837.00;0.07;1.20 -2629;1;949.00;9.50;1268.00;-0.29;1.30 -2630;1;3349.50;9.50;2021.00;-0.16;0.78 -2631;1;3504.00;9.50;506.50;0.48;1.10 -2632;1;1975.50;9.50;153.00;-0.19;1.18 -2633;1;1582.00;9.50;305.00;-0.60;1.46 -2634;1;4895.00;9.50;1316.00;-1.27;0.78 -2635;1;3513.50;9.50;39.50;-0.10;1.04 -2636;1;4945.50;9.50;678.00;-0.27;1.10 -2637;1;4904.00;9.50;1130.50;-0.66;1.30 -2638;1;4460.50;9.70;483.50;-1.04;1.10 -2639;1;3940.00;9.50;594.50;0.10;0.96 -2640;1;3749.00;9.50;1016.50;-0.36;1.12 -2641;1;3649.00;9.50;127.00;-0.64;1.28 -2642;1;2930.00;9.50;279.50;0.28;0.88 -2643;1;2067.50;9.50;422.00;-0.04;1.14 -2644;1;2008.50;9.50;963.00;0.59;1.26 -2645;1;2384.50;9.50;1736.00;0.57;1.16 -2646;1;1304.50;9.50;1288.00;-0.19;1.08 -2647;1;723.00;9.50;105.00;-0.21;1.20 -2648;1;239.50;9.50;629.50;-0.30;1.16 -2649;1;104.00;9.50;1597.50;-0.17;1.14 -2650;1;508.50;9.50;1531.00;-0.88;0.96 -2651;1;608.00;9.50;862.00;0.09;1.02 -2652;1;907.00;9.50;1308.00;-0.08;1.10 -2653;1;3440.50;9.50;2005.50;-0.27;1.42 -2654;1;3534.00;9.50;596.00;-0.55;1.18 -2655;1;2059.00;9.50;78.00;-0.34;1.10 -2656;1;67.50;9.50;1834.00;-0.70;0.70 -2657;1;1427.00;9.50;848.50;-0.05;0.94 -2658;1;4941.00;9.55;1263.50;-0.76;0.90 -2659;1;3591.00;9.50;106.00;0.12;0.86 -2660;1;5264.00;9.50;4.50;-1.42;0.52 -2661;1;4958.50;9.50;735.00;-0.30;1.10 -2662;1;4885.50;9.50;1092.00;-0.30;0.92 -2663;1;5439.00;9.50;1715.50;-0.28;1.10 -2664;1;4393.50;9.50;507.00;-0.50;1.14 -2665;1;3892.50;9.50;598.50;-0.39;0.74 -2666;1;3632.50;9.50;1051.00;-0.42;0.98 -2667;1;3616.00;9.50;155.00;-0.07;1.18 -2668;1;2890.50;9.50;299.50;0.03;0.74 -2669;1;2062.00;9.50;166.00;-0.96;1.02 -2670;1;1993.00;9.50;948.50;0.60;0.98 -2671;1;2325.00;9.50;1752.00;0.62;1.32 -2672;1;1297.00;9.50;1218.50;-0.31;1.10 -2673;1;678.00;9.50;156.50;-0.51;1.22 -2674;1;280.00;9.50;682.00;0.49;1.46 -2675;1;54.50;9.50;1626.50;-0.19;1.28 -2676;1;502.00;9.50;1611.50;-0.63;1.10 -2677;1;640.50;9.50;937.50;-1.46;0.98 -2678;1;808.50;9.50;1312.50;-1.46;0.88 -2679;1;3450.00;9.50;1886.00;-0.98;0.84 -2680;1;3597.50;9.50;540.50;0.30;0.96 -2681;1;2009.00;9.50;201.50;0.12;1.34 -2682;1;183.00;9.50;1722.50;0.42;1.44 -2683;1;1460.50;9.50;925.50;0.03;1.42 -2684;1;4882.50;9.50;1241.00;-0.85;0.84 -2685;1;3819.00;9.50;93.50;0.44;1.20 -2686;1;5017.50;9.50;730.00;-0.16;1.00 -2687;1;4877.00;9.50;1054.00;0.36;1.02 -2688;1;5402.50;9.50;1750.00;-0.42;1.08 -2689;1;4395.50;9.50;553.00;-0.75;0.86 -2690;1;3845.50;9.50;589.00;-0.50;0.86 -2691;1;3601.00;9.50;1073.50;-0.60;1.10 -2692;1;3722.00;9.50;161.50;-0.08;1.06 -2693;1;2924.50;9.50;331.00;0.12;0.92 -2694;1;2130.00;9.50;450.00;-0.06;0.98 -2695;1;2745.00;9.50;1884.00;-0.14;1.02 -2696;1;2257.50;9.50;1755.50;0.48;1.04 -2697;1;1360.00;9.50;1179.50;-0.60;1.12 -2698;1;754.00;9.50;148.00;0.11;1.26 -2699;1;211.00;9.50;705.00;-0.67;1.16 -2700;1;86.50;9.50;1660.50;-0.97;1.22 -2701;1;558.00;9.50;1582.00;-0.98;1.58 -2702;1;668.00;9.50;873.00;-0.12;1.46 -2704;1;3604.00;9.50;727.50;-0.09;0.98 -2705;1;2061.50;9.50;240.50;-0.21;1.18 -2706;1;258.50;9.50;1897.50;0.25;1.02 -2707;1;1504.00;9.50;898.50;-0.49;1.50 -2708;1;4807.00;9.50;1194.00;0.00;1.06 -2709;1;3701.50;9.50;12.00;4.71;0.52 -2710;1;5229.00;9.50;19.00;-1.07;0.92 -2711;1;5041.50;9.50;772.50;-0.52;1.76 -2712;1;4840.50;9.50;1014.00;-0.40;1.22 -2713;1;5379.00;9.50;1697.00;-0.68;1.16 -2714;1;4439.50;9.50;513.50;0.08;1.28 -2715;1;3831.50;9.50;551.00;-0.82;1.04 -2716;1;3723.50;9.50;968.50;-0.84;0.94 -2717;1;3686.00;9.50;157.50;0.56;1.14 -2718;1;2888.50;9.50;350.50;-0.23;0.88 -2719;1;2166.50;9.50;471.50;-0.29;1.06 -2720;1;1948.50;9.50;994.00;-0.27;1.12 -2721;1;2288.00;9.50;1709.50;0.25;0.94 -2722;1;1397.50;9.50;1313.00;-1.00;0.96 -2723;1;818.50;9.50;281.00;-1.12;1.64 -2724;1;234.00;9.50;742.50;-0.20;1.08 -2725;1;62.00;9.50;1694.00;0.91;1.34 -2726;1;590.50;9.50;1621.00;-1.09;1.16 -2727;1;860.50;9.50;823.00;0.40;1.34 -2728;1;788.00;9.50;1348.00;0.24;1.40 -2729;1;2931.00;9.50;1599.50;0.11;0.74 -2730;1;3625.50;9.50;812.00;-0.46;1.18 -2731;1;2151.50;9.50;416.00;-0.49;0.76 -2732;1;440.50;9.50;1669.00;0.18;0.96 -2733;1;1510.00;9.50;955.50;0.67;1.08 -2734;1;4670.50;9.50;1289.50;-0.32;1.38 -2735;1;4973.00;9.50;776.50;-0.63;0.94 -2736;1;4887.50;9.50;989.00;-0.02;1.26 -2737;1;4499.00;9.50;550.50;0.75;0.76 -2738;1;3872.00;9.50;561.50;-0.51;0.80 -2739;1;3761.50;9.50;964.00;-0.65;1.14 -2740;1;3649.50;9.50;194.00;0.81;1.18 -2741;1;2915.00;9.50;385.50;-0.36;0.88 -2742;1;2138.00;9.50;237.50;-0.95;0.90 -2743;1;1910.00;9.50;1019.50;-0.56;1.06 -2744;1;2248.00;9.50;1697.50;0.63;1.18 -2745;1;1466.00;9.50;1286.50;0.33;0.98 -2746;1;873.50;9.50;229.00;0.67;1.32 -2747;1;289.50;9.50;739.50;-0.34;1.38 -2748;1;91.00;9.50;1707.50;0.53;0.98 -2749;1;667.50;9.50;1618.50;-0.48;1.06 -2750;1;748.50;9.50;795.00;-0.04;1.02 -2751;1;723.00;9.50;1659.50;0.84;1.24 -2752;1;2891.50;9.50;1589.00;-0.81;0.92 -2753;1;3526.00;9.50;833.50;-0.66;0.86 -2754;1;2145.50;9.50;317.50;0.55;1.08 -2755;1;554.50;9.50;1675.50;-1.17;1.28 -2756;1;1467.50;9.50;1004.00;0.14;0.76 -2757;1;4699.50;9.50;1228.00;0.24;1.16 -2758;1;5019.50;9.50;812.50;-0.69;1.06 -2759;1;4914.00;9.50;973.00;-0.70;1.40 -2760;1;4525.50;9.50;556.00;-0.09;0.96 -2761;1;3925.50;9.50;565.50;-0.60;0.78 -2762;1;3688.00;9.50;929.50;-0.81;1.08 -2763;1;3654.50;9.50;227.00;-0.51;1.12 -2764;1;2897.50;9.50;432.50;-1.01;0.94 -2765;1;2076.00;9.50;314.00;-0.73;1.22 -2766;1;1874.00;9.50;1018.00;0.00;1.02 -2767;1;2186.00;9.50;1692.00;-0.55;1.14 -2768;1;1879.50;9.50;1682.50;0.40;1.08 -2769;1;790.50;9.50;202.00;-0.87;1.24 -2770;1;333.50;9.50;704.50;0.17;1.24 -2771;1;76.00;9.50;1749.00;0.29;0.98 -2772;1;637.50;9.50;1567.50;-0.95;1.24 -2773;1;745.00;9.50;746.50;-0.64;1.06 -2774;1;726.50;9.50;1706.00;-0.65;1.34 -2775;1;2872.00;9.50;1568.50;0.00;0.44 -2776;1;3494.50;9.50;830.50;-0.60;0.90 -2777;1;1766.00;9.50;11.50;-1.40;0.64 -2778;1;2253.50;9.50;508.50;0.10;1.32 -2779;1;513.50;9.50;1571.00;0.57;1.14 -2780;1;1279.50;9.50;1077.50;-0.32;1.24 -2781;1;4740.50;9.50;1239.50;-0.93;1.18 -2782;1;5316.50;9.50;189.50;-0.73;1.34 -2783;1;5032.00;9.50;860.50;0.41;0.98 -2784;1;4885.00;9.50;922.50;0.39;1.36 -2785;1;4581.50;9.60;538.00;-0.53;0.84 -2786;1;3899.00;9.50;529.50;-0.48;1.02 -2787;1;3645.00;9.50;897.00;-1.07;0.98 -2788;1;3744.50;9.50;196.00;0.43;0.90 -2789;1;2863.50;9.50;441.50;0.04;0.90 -2790;1;2051.50;9.50;282.50;0.40;1.20 -2791;1;1889.00;9.50;1065.00;-0.16;0.92 -2792;1;2123.00;9.50;1720.50;-0.13;0.92 -2793;1;1035.50;9.50;112.50;0.73;1.18 -2794;1;365.50;9.50;740.00;-0.64;1.36 -2795;1;31.00;9.50;1742.00;0.39;1.08 -2796;1;738.50;9.50;1414.50;-0.37;1.12 -2797;1;776.50;9.50;703.50;0.37;1.38 -2798;1;632.50;9.50;1669.00;-0.51;1.20 -2799;1;2835.50;9.50;1571.50;0.22;0.54 -2800;1;3464.50;9.50;879.50;0.51;1.42 -2801;1;2341.50;9.50;614.00;-0.12;0.98 -2802;1;435.00;9.50;1628.00;-0.34;1.06 -2803;1;1183.50;9.50;1130.50;-0.35;1.06 -2804;1;4728.50;9.50;1130.50;-0.13;1.02 -2805;1;5261.00;9.50;218.50;-0.75;0.82 -2806;1;5033.00;9.50;907.50;-0.63;1.32 -2807;1;4853.00;9.50;966.00;0.56;1.26 -2808;1;5249.50;9.50;1750.00;-0.67;1.26 -2809;1;4626.50;9.50;545.50;-0.04;1.34 -2810;1;3857.00;9.50;515.50;-0.44;0.88 -2811;1;3679.50;9.50;851.50;-0.35;0.96 -2812;1;3747.00;9.50;240.00;-0.71;1.08 -2813;1;2911.50;9.50;470.00;-0.04;0.90 -2814;1;2107.50;9.50;257.00;-0.02;1.02 -2815;1;1930.50;9.50;1095.50;0.15;0.86 -2816;1;2116.50;9.50;1781.00;1.12;0.86 -2817;1;1830.50;9.50;1613.50;-0.39;0.78 -2818;1;1038.50;9.50;62.50;-0.03;1.18 -2819;1;328.00;9.50;775.50;-0.60;1.24 -2820;1;8.50;9.50;1715.50;0.04;0.44 -2821;1;797.00;9.50;1399.00;-0.32;1.32 -2822;1;819.50;9.50;724.00;-0.46;1.30 -2823;1;641.50;9.50;1722.00;0.20;1.20 -2824;1;2819.50;9.50;1558.00;0.12;0.36 -2825;1;3373.00;9.50;1049.50;0.51;1.18 -2826;1;2251.00;9.50;911.50;-0.65;1.38 -2827;1;239.50;9.50;1702.50;-0.65;1.36 -2828;1;1109.50;9.50;1240.00;-0.22;1.12 -2829;1;4742.00;9.50;1019.50;-0.06;1.18 -2830;1;5238.00;9.50;184.50;-0.68;0.84 -2831;1;5082.50;9.50;934.50;-0.09;1.36 -2832;1;4782.00;9.50;870.50;-0.35;1.32 -2833;1;4646.00;9.50;618.00;-0.38;1.12 -2834;1;3890.00;9.50;480.00;0.21;0.94 -2835;1;3723.00;9.50;874.50;-1.01;0.92 -2836;1;2869.00;9.50;485.50;0.08;1.16 -2837;1;2109.00;9.50;207.50;0.61;1.04 -2838;1;1954.50;9.50;1125.50;0.44;1.02 -2839;1;2073.50;9.50;1757.00;-0.51;0.78 -2840;1;1785.00;9.50;1555.50;0.45;1.18 -2841;1;893.00;9.50;61.50;-0.25;1.32 -2842;1;298.00;9.50;804.50;0.49;1.48 -2843;1;4198.50;10.00;1018.50;-0.14;0.24 -2844;1;723.50;9.50;1375.50;-0.48;0.90 -2845;1;862.00;9.50;771.50;-0.85;1.20 -2846;1;708.00;9.50;1739.00;0.54;1.46 -2847;1;2794.00;9.50;1508.50;0.72;0.40 -2848;1;3696.00;9.50;890.00;-0.49;1.08 -2849;1;2263.50;9.50;784.50;0.54;1.16 -2850;1;161.00;9.50;1564.50;0.07;1.04 -2851;1;1044.50;9.50;1345.50;0.55;1.02 -2852;1;5576.50;9.50;530.00;-0.77;1.28 -2853;1;4661.50;10.60;1839.00;-1.28;1.32 -2854;1;5295.00;9.50;156.00;0.91;1.22 -2855;1;5086.50;9.50;888.50;-0.63;1.16 -2856;1;4789.50;9.50;814.50;0.36;1.42 -2857;1;4610.50;9.50;741.00;-0.38;1.12 -2858;1;3927.50;9.50;485.00;0.50;0.90 -2859;1;3774.00;9.50;818.00;-0.14;1.16 -2860;1;3705.50;9.50;252.50;-0.04;1.10 -2861;1;2958.00;9.50;316.00;0.15;0.72 -2862;1;2039.00;9.50;193.00;-0.64;1.06 -2863;1;1909.00;9.50;1142.00;0.65;1.12 -2864;1;2019.00;9.50;1752.00;0.27;0.80 -2865;1;1657.00;9.50;1119.50;0.33;1.20 -2866;1;1013.50;9.50;389.50;-0.34;1.24 -2867;1;142.00;9.50;643.50;0.86;1.14 -2868;1;732.50;9.50;1338.00;0.46;0.96 -2869;1;931.00;9.50;808.00;0.89;0.94 -2870;1;600.50;9.50;1768.50;-1.09;1.14 -2871;1;2766.00;9.50;1494.50;-0.18;0.48 -2872;1;3737.50;9.50;920.00;0.03;0.90 -2873;1;2143.50;9.50;898.50;-0.97;1.18 -2874;1;18.50;9.50;1671.00;-0.50;1.06 -2875;1;914.00;9.50;1407.50;-0.53;1.44 -2876;1;4722.50;9.55;833.00;0.40;1.14 -2877;1;4794.50;12.00;1956.50;0.05;2.24 -2878;1;5209.00;9.50;135.00;-0.51;1.24 -2879;1;5119.50;9.50;915.50;-0.93;0.92 -2880;1;4830.50;9.50;830.50;0.03;1.14 -2881;1;5293.50;9.50;1756.00;-1.06;1.28 -2882;1;4567.00;9.50;708.50;-0.58;0.98 -2883;1;3975.50;9.50;543.00;0.43;0.96 -2884;1;3660.50;9.50;270.00;-0.22;1.34 -2885;1;2981.00;9.50;349.50;0.36;0.78 -2886;1;2119.50;9.50;160.50;0.44;0.84 -2887;1;1837.50;9.50;1133.50;-0.32;1.12 -2888;1;2024.00;9.50;1728.50;0.65;0.70 -2889;1;1334.50;9.50;1074.50;-0.20;1.24 -2890;1;999.50;9.50;341.50;-0.84;1.22 -2891;1;80.00;9.50;604.00;-0.91;1.10 -2892;1;753.50;9.50;1298.00;0.64;0.96 -2893;1;995.50;9.50;807.50;-0.11;1.26 -2894;1;569.00;9.50;1806.00;-0.98;1.24 -2895;1;2783.50;9.50;1537.00;0.24;0.26 -2896;1;3579.00;9.50;1106.50;-0.07;1.16 -2897;1;2134.00;9.50;962.00;-0.26;1.06 -2898;1;808.00;9.50;1523.00;-1.33;1.02 -2899;1;4712.00;9.50;749.50;-0.31;1.16 -2900;1;4486.00;10.37;1939.00;-0.04;1.80 -2901;1;5097.50;9.50;832.00;0.65;1.48 -2902;1;4836.50;9.50;772.00;0.03;0.90 -2903;1;5198.00;9.50;1703.50;-1.27;1.10 -2904;1;4515.00;9.92;672.00;-0.65;0.98 -2905;1;3937.00;9.50;518.00;-0.66;0.94 -2906;1;3670.00;9.50;808.50;-0.48;1.14 -2907;1;3662.50;9.50;336.50;-0.42;0.96 -2908;1;2952.00;9.50;375.50;0.06;0.72 -2909;1;2608.50;9.50;2028.00;0.89;0.56 -2910;1;1812.50;9.50;1072.50;0.57;1.06 -2911;1;2029.00;9.50;1781.00;0.26;1.34 -2912;1;1373.50;9.50;1055.00;-0.71;1.18 -2913;1;893.00;9.50;273.50;-0.35;1.28 -2914;1;25.00;9.50;668.50;0.00;1.04 -2915;1;742.50;9.50;1257.00;-1.07;0.92 -2916;1;947.00;9.50;762.50;0.21;1.28 -2917;1;534.50;9.50;1829.50;1.23;1.22 -2918;1;2811.00;9.50;1611.50;0.49;0.50 -2919;1;3685.00;9.75;1063.50;0.18;0.82 -2920;1;2198.00;9.50;1069.00;0.57;1.16 -2921;1;804.00;9.50;1604.00;-1.03;0.94 -2922;1;4736.00;9.50;705.50;-0.15;0.94 -2923;1;4335.00;11.50;1932.50;-0.42;1.64 -2924;1;5338.50;9.50;21.00;-1.32;1.24 -2925;1;5136.00;9.50;837.00;0.11;1.26 -2926;1;4952.00;9.50;962.00;-0.83;1.08 -2927;1;5195.50;9.50;1664.50;-0.95;0.96 -2928;1;4491.50;9.50;702.00;-0.95;1.12 -2929;1;3968.00;9.50;485.00;0.07;0.96 -2930;1;3768.00;9.50;742.00;0.00;0.86 -2931;1;3701.50;9.50;356.00;-0.31;1.02 -2932;1;2949.00;9.50;439.50;-0.18;0.92 -2933;1;2027.00;9.50;141.00;0.08;1.22 -2934;1;1786.00;9.50;1187.00;-0.35;1.28 -2935;1;1951.00;9.50;1738.50;0.00;1.20 -2936;1;2796.50;9.50;1970.00;-0.16;1.36 -2937;1;953.50;9.50;295.00;-0.51;1.48 -2938;1;80.50;9.50;654.50;0.16;1.30 -2939;1;800.50;9.50;1215.00;0.31;0.94 -2940;1;881.50;9.50;727.00;-0.81;0.96 -2941;1;650.50;9.50;971.50;-0.40;0.84 -2942;1;2779.00;9.50;1641.00;-0.07;1.24 -2943;1;3718.50;9.50;1041.00;-0.30;0.86 -2944;1;2165.50;9.50;1232.00;-0.12;1.14 -2945;1;785.50;9.50;1734.00;0.22;1.76 -2946;1;4623.00;9.50;784.50;0.00;1.06 -2947;1;1238.50;9.50;1984.00;-0.20;1.72 -2948;1;5280.50;9.50;44.50;-1.12;1.06 -2949;1;5256.00;9.50;820.00;0.06;1.28 -2950;1;4930.50;9.50;922.00;-0.62;0.84 -2951;1;5197.50;9.50;1630.00;-0.30;0.90 -2952;1;4543.00;9.50;716.00;-0.22;1.10 -2953;1;3974.00;9.50;438.00;-0.38;0.96 -2954;1;3666.50;9.50;764.50;0.32;1.10 -2955;1;3713.50;9.50;298.00;0.43;1.24 -2956;1;3006.00;9.50;460.00;0.98;1.04 -2957;1;2081.00;9.50;119.00;-0.58;1.18 -2958;1;2354.00;9.50;931.50;-0.84;0.92 -2959;1;2146.50;9.50;1786.50;0.59;1.14 -2960;1;2835.50;9.50;1909.50;-0.02;0.94 -2961;1;860.00;9.50;326.00;-0.68;1.30 -2962;1;25.00;9.50;717.00;-0.07;1.08 -2963;1;835.00;9.50;1189.00;-0.96;1.36 -2964;1;957.50;9.50;699.50;0.30;1.38 -2965;1;574.00;9.50;1879.00;-1.17;1.16 -2966;1;2841.00;9.50;1620.50;-0.48;0.94 -2967;1;3800.50;9.50;1038.00;-0.75;0.86 -2968;1;2133.50;9.50;1123.50;-0.04;1.08 -2969;1;61.50;9.50;1477.00;0.35;1.22 -2970;1;689.00;9.50;1872.00;0.52;1.98 -2971;1;4661.50;9.50;822.00;-0.27;1.04 -2972;1;4169.00;9.72;1999.00;-0.46;1.50 -2973;1;5365.50;9.50;67.50;0.13;1.00 -2974;1;5335.00;9.50;882.50;-0.55;1.48 -2975;1;4996.00;9.50;944.00;0.46;1.10 -2977;1;2788.00;9.50;1524.50;0.00;0.28 -2978;1;4570.50;9.50;764.00;-0.61;1.14 -2979;1;4021.00;9.50;443.00;-0.08;0.98 -2980;1;3727.50;9.50;736.00;0.37;0.72 -2981;1;3632.50;9.50;357.50;-0.14;0.98 -2982;1;2984.50;9.50;492.50;-0.50;0.90 -2983;1;2019.50;9.50;89.00;-0.35;1.28 -2984;1;2363.00;9.50;975.50;0.44;1.22 -2985;1;2161.50;9.50;1553.50;0.23;1.96 -2986;1;2873.00;9.50;1855.50;0.06;0.86 -2987;1;914.00;9.50;324.00;-0.74;0.98 -2988;1;30.00;9.50;763.50;-0.18;0.92 -2989;1;824.00;9.50;1252.50;-0.41;1.28 -2990;1;1000.00;9.50;740.50;0.42;1.24 -2991;1;220.50;9.50;2026.50;-0.78;0.24 -2992;1;3218.50;10.80;1940.50;-0.42;0.36 -2993;1;2848.00;9.50;1667.00;0.13;0.98 -2994;1;3329.50;9.80;1772.00;0.64;0.20 -2995;1;3194.00;10.27;2000.00;-0.32;0.66 -2996;1;3439.50;10.55;1711.00;-0.24;0.24 -2997;1;2094.00;9.50;1080.50;0.15;1.02 -2998;1;3308.50;10.60;1801.00;0.61;0.44 -2999;1;3338.00;10.70;1672.00;-0.32;0.22 -3000;1;3612.50;10.00;1748.00;0.16;0.32 -3001;1;210.00;9.50;1389.00;-0.73;1.36 -3002;1;509.00;9.50;1949.50;0.23;1.24 -3003;1;3090.00;11.60;1872.00;0.58;0.28 -3004;1;3514.00;9.80;1681.50;0.38;0.24 -3005;1;3016.00;11.85;1762.50;-0.87;0.26 -3006;1;4658.50;9.50;951.00;0.14;1.06 -3007;1;2985.50;10.50;1727.50;-0.14;0.22 -3008;1;3315.00;10.05;1888.50;-0.87;0.32 -3009;1;3158.50;10.00;1775.50;0.14;0.26 -3010;1;1025.00;12.00;1816.50;-0.43;0.58 -3011;1;5471.50;9.50;103.00;0.74;1.66 -3012;1;3350.00;9.92;1925.00;0.19;0.48 -3013;1;1620.00;10.45;887.50;-1.06;0.26 -3014;1;5261.50;9.50;875.00;-0.11;1.18 -3015;1;5003.00;9.50;907.00;-0.11;1.28 -3016;1;3181.00;10.85;1996.00;-0.78;0.38 -3017;1;3512.50;9.80;1710.50;0.32;0.16 -3018;1;2971.50;10.10;1838.50;3.68;0.32 -3019;1;5341.00;9.50;1647.00;-0.26;1.12 -3020;1;4525.00;9.50;751.50;-0.40;1.10 -3021;1;2980.50;9.50;1753.00;0.16;0.34 -3022;1;2965.00;10.75;1812.50;-0.58;0.20 -3023;1;4059.00;9.50;403.50;0.63;0.94 -3024;1;3735.00;9.50;701.50;0.38;0.78 -3025;1;3170.50;9.75;1771.00;0.08;0.40 -3026;1;3231.00;10.40;1862.00;-0.54;0.36 -3027;1;3607.50;10.40;1686.50;-0.19;0.24 -3028;1;3585.00;9.50;347.00;-0.38;0.90 -3029;1;2951.50;9.50;492.50;0.23;0.98 -3030;1;3276.00;10.15;1784.50;-0.38;0.22 -3031;1;3406.00;10.50;1782.00;0.32;0.32 -3032;1;2037.00;9.50;36.00;-0.90;1.02 -3033;1;3342.00;9.70;1785.50;0.92;0.24 -3034;1;3065.50;9.80;1936.00;-0.46;0.32 -3035;1;3384.00;10.00;1699.50;0.00;0.22 -3036;1;2317.00;9.50;948.50;-0.17;1.12 -3037;1;2141.00;9.50;1659.50;-0.17;1.82 -3038;1;2876.50;9.50;1921.00;-0.02;0.92 -3039;1;3044.00;11.75;1821.50;0.27;0.34 -3040;1;3161.50;11.90;1980.50;-0.11;0.36 -3041;1;3583.00;10.40;1731.50;-0.41;0.32 -3042;1;942.50;9.50;367.00;-0.13;0.92 -3043;1;85.00;9.50;704.50;-0.17;1.32 -3044;1;3054.00;12.25;1855.50;-0.51;0.34 -3045;1;3067.50;9.80;1756.00;-0.46;0.20 -3046;1;13.00;9.50;1784.50;0.00;0.80 -3047;1;872.00;9.50;1219.00;-1.04;1.14 -3048;1;3017.00;10.40;1890.50;-0.38;0.34 -3049;1;2916.50;11.10;1700.50;0.19;0.30 -3050;1;3271.00;9.95;1761.50;0.00;0.26 -3051;1;1056.00;9.50;820.00;-0.42;1.02 -3052;1;240.50;9.50;2022.50;1.76;0.82 -3053;1;3257.50;10.40;1697.00;-0.24;0.30 -3054;1;3122.00;11.35;1889.00;0.58;0.36 -3055;1;3188.00;10.60;1913.00;-0.58;0.30 -3056;1;3454.50;10.40;1696.00;0.12;0.28 -3057;1;3380.50;10.15;1741.00;0.16;0.24 -3058;1;3122.00;12.00;1966.50;-1.01;0.30 -3059;1;2931.50;15.80;1744.50;-0.14;0.38 -3060;1;3270.00;9.50;1740.50;1.40;0.22 -3061;1;3231.00;9.50;1749.00;0.00;0.22 -3062;1;3106.50;11.15;1865.00;-0.24;0.24 -3063;1;3025.50;9.80;1704.50;-0.78;0.26 -3064;1;3478.00;10.55;1790.50;0.00;0.36 -3065;1;3460.00;9.97;1795.00;0.19;0.40 -3066;1;3524.00;9.80;1692.00;0.00;0.22 -3067;1;3294.50;10.35;1866.00;-0.46;0.32 -3068;1;3265.50;10.40;1800.50;-1.16;0.20 -3069;1;3212.50;10.30;1962.00;-0.39;0.38 -3070;1;3022.50;10.90;1742.50;-0.32;0.26 -3071;1;3317.50;10.50;1818.00;-0.16;0.30 -3072;1;3295.50;10.30;1713.00;-0.16;0.24 -3073;1;3259.00;10.65;1857.50;-0.70;0.34 -3074;1;3189.50;10.30;1703.50;0.54;0.24 -3075;1;3466.50;9.70;1819.50;-0.13;0.58 -3076;1;3244.00;9.70;1415.00;-0.58;0.20 -3077;1;3393.50;10.50;1684.00;-0.64;0.20 -3078;1;3349.50;9.80;1827.00;-0.64;0.24 -3079;1;3487.50;9.90;1742.50;-0.78;0.24 -3080;1;3397.50;9.70;1845.50;0.96;0.46 -3081;1;3521.50;9.90;1778.00;0.07;0.58 -3082;1;3136.50;12.10;1974.50;0.42;0.42 -3083;1;3154.12;9.60;1746.51;-0.64;0.30 -3084;1;3345.50;9.80;1760.00;0.24;0.20 -3085;1;3381.00;10.40;1710.50;0.51;0.22 -3086;1;3382.50;9.85;1805.00;-0.12;0.38 -3087;1;3477.50;10.50;1727.00;-0.89;0.26 -3088;1;3014.00;10.00;1880.50;0.67;0.22 -3089;1;3276.50;9.70;1688.50;0.19;0.26 -3090;1;2897.00;9.82;1771.00;0.58;0.22 -3091;1;3467.00;9.90;1683.00;0.46;0.22 -3092;1;3396.00;10.00;1814.50;0.00;0.40 -3093;1;2942.00;13.82;1785.00;0.00;0.32 -3094;1;2943.50;12.85;1734.00;-0.16;0.26 -3095;1;3127.00;12.00;1917.50;0.00;0.36 -3096;1;2947.50;13.60;1802.00;0.10;0.32 -3097;1;3249.50;9.90;1965.00;-0.21;0.46 -3098;1;3018.00;13.95;1835.50;-0.27;0.28 -3099;1;3463.00;10.40;1711.00;-0.24;0.24 -3100;1;3106.50;10.85;1853.00;0.46;0.32 -3101;1;3347.00;10.50;1680.00;0.32;0.16 -3102;1;3549.00;9.95;1746.00;0.32;0.28 -3103;1;3533.00;10.30;1690.50;-0.67;0.26 -3104;1;3132.50;10.50;1878.00;1.05;0.28 -3105;1;2992.00;13.30;1779.00;-0.24;0.16 -3106;1;3049.50;9.80;1731.00;-0.89;0.24 -3107;1;3238.50;10.30;1917.00;-0.64;0.46 -3108;1;3054.50;11.20;1801.00;-0.64;0.22 -3109;1;3053.00;11.00;643.50;0.34;1.26 -3110;1;3320.50;10.40;1710.50;0.19;0.24 -3111;1;3001.00;14.45;1808.50;0.67;0.30 -3112;1;3530.00;9.80;1719.00;-0.98;0.22 -3113;1;3111.00;9.50;1821.00;-0.32;0.26 -3114;1;2904.00;11.82;1754.00;0.00;0.24 -3115;1;3239.00;10.60;1850.50;-0.70;0.32 -3116;1;3438.00;10.25;1671.50;-0.67;0.22 -3117;1;3147.00;9.65;1772.00;0.00;0.32 -3118;1;2539.50;9.65;1191.00;4.71;0.16 -3119;1;3186.00;10.40;1787.50;-0.38;0.30 -3120;1;3254.50;10.40;1710.00;0.16;0.20 -3121;1;3297.50;10.40;1902.50;-0.78;0.28 -3122;1;3142.00;9.70;1802.00;-0.58;0.32 -3123;1;3046.00;9.90;870.50;0.53;0.66 -3124;1;1702.00;9.80;855.50;-1.10;0.24 -3125;1;3238.50;10.40;1821.00;-0.24;0.24 -3126;1;3010.50;11.75;1873.00;-0.24;0.24 -3127;1;3678.00;10.15;1718.50;-0.21;0.34 -3128;1;3004.50;11.50;1748.00;0.46;0.30 -3129;1;2919.00;13.65;1712.00;-0.32;0.32 -3130;1;3432.50;10.10;1799.00;-0.46;0.48 -3131;1;3250.50;9.50;1771.50;-0.32;0.20 -3132;1;3056.50;11.10;1925.50;-0.11;0.42 -3133;1;3286.00;10.40;1782.50;-0.92;0.22 -3134;1;3322.50;9.80;1956.00;-0.89;0.32 -3135;1;3475.50;9.80;1700.00;0.24;0.20 -3136;1;2992.50;10.90;1753.00;-0.24;0.26 -3137;1;3180.50;9.60;1765.00;0.24;0.24 -3138;1;3075.00;11.62;1860.00;0.64;0.32 -3139;1;3593.50;9.70;1687.00;-0.64;0.24 -3140;1;3332.00;10.30;1723.50;0.00;0.24 -3141;1;3023.00;10.25;1725.50;-0.58;0.24 -3142;1;3345.00;10.40;1743.50;0.00;0.24 -3143;1;3383.50;10.10;1690.50;-0.32;0.24 -3144;1;3355.00;9.50;1785.00;0.00;0.24 -3145;1;3072.50;9.85;1950.00;-1.22;0.28 -3146;1;3550.50;10.20;1709.00;-0.89;0.26 -3147;1;3551.50;9.85;1879.00;-0.04;1.00 -3148;1;3053.50;9.95;1752.00;-0.24;0.24 -3149;1;3249.00;10.50;1843.50;-0.38;0.28 -3150;1;2746.00;11.02;1667.00;-0.98;0.24 -3151;1;3278.50;9.60;1735.50;0.19;0.22 -3152;1;3189.50;9.70;1718.00;-1.29;0.18 -3153;1;3246.00;10.65;1863.50;-0.21;0.34 -3154;1;3399.50;10.50;1729.00;0.24;0.26 -3155;1;3584.50;10.40;1794.00;-0.07;0.70 -3156;1;3262.50;10.80;1888.00;0.55;0.40 -3157;1;3419.50;10.40;1741.50;-0.14;0.30 -3158;1;3247.00;10.30;1940.50;0.15;0.34 -3159;1;2726.50;12.80;1694.50;-1.24;0.24 -3160;1;3384.50;10.50;1751.00;0.89;0.22 -3161;1;3222.50;9.55;1747.00;0.24;0.20 -3162;1;3027.50;9.50;1812.50;0.95;0.28 -3163;1;3362.00;10.35;1719.50;-0.58;0.22 -3164;1;3467.00;10.50;1729.00;0.00;0.26 -3165;1;3145.00;11.25;728.50;-0.20;0.86 -3166;1;3492.00;9.90;1751.50;-0.38;0.24 -3167;1;3531.00;9.80;1701.50;0.38;0.28 -3168;1;3425.50;9.80;1833.00;0.46;0.46 -3169;1;3802.00;9.70;1850.50;-0.48;1.18 -3170;1;3365.50;10.00;1945.00;0.18;0.62 -3171;1;2973.50;9.50;1722.00;4.71;0.22 -3172;1;3161.00;9.65;1818.50;-0.92;0.28 -3173;1;3087.50;11.30;1842.00;-0.64;0.28 -3174;1;3181.00;9.50;1697.50;-0.58;0.20 -3175;1;3436.00;10.40;1720.50;0.51;0.26 -3176;1;3356.00;10.50;1677.00;-0.32;0.24 -3177;1;3541.00;10.12;1740.00;1.10;0.30 -3178;1;2696.88;11.10;1688.48;3.60;0.34 -3179;1;1547.50;9.50;954.00;-1.01;0.34 -3180;1;2912.50;13.10;1775.50;0.14;0.32 -3181;1;3106.00;10.50;816.50;-0.29;0.74 -3182;1;3082.00;9.70;1739.50;0.00;0.28 -3183;1;2987.50;13.50;1794.50;-0.19;0.28 -3184;1;4696.50;9.90;1961.00;-0.54;2.40 -3185;1;3271.00;9.65;1811.00;0.00;0.32 -3186;1;3513.50;9.95;1719.00;0.16;0.24 -3187;1;3280.50;10.40;1774.50;-0.32;0.24 -3188;1;2915.50;11.20;1763.50;0.78;0.30 -3189;1;3337.50;9.80;1869.50;-0.19;0.26 -3190;1;3446.50;9.80;1678.50;0.19;0.26 -3191;1;3014.00;12.60;1782.50;-0.27;0.28 -3192;1;2893.50;9.80;1724.00;4.71;0.38 -3193;1;3182.50;10.40;1897.50;0.09;0.32 -3194;1;3155.50;10.30;1663.50;-0.32;0.26 -3195;1;2740.50;9.50;1701.50;-0.69;1.16 -3196;1;3539.50;10.45;1577.00;0.16;0.22 -3197;1;3521.00;10.15;1614.00;0.78;0.26 -3198;1;2093.00;9.50;936.50;0.36;0.92 -3199;1;3410.50;10.00;1578.50;-0.19;0.22 -3200;1;212.50;9.50;1438.00;0.42;0.96 -3201;1;335.50;9.50;1919.00;-0.16;0.48 -3202;1;3444.00;9.80;1631.00;0.00;0.20 -3203;1;3266.00;9.80;1557.00;0.32;0.28 -3204;1;4615.50;9.50;994.50;-0.25;0.94 -3205;1;2755.50;9.90;1593.00;0.24;0.24 -3206;1;2945.50;9.65;1653.00;1.19;0.30 -3207;1;3024.00;9.80;1576.50;0.67;0.20 -3208;1;886.00;9.50;946.50;-0.75;2.10 -3209;1;5381.00;9.50;111.50;0.00;1.00 -3210;1;3310.50;10.20;1604.00;-0.16;0.22 -3211;1;2875.00;9.70;1557.00;0.00;0.16 -3212;1;5198.50;9.50;904.50;-0.95;1.20 -3213;1;4945.50;9.50;886.50;-0.78;1.00 -3214;1;3607.00;10.40;1623.50;0.67;0.24 -3215;1;3356.00;10.00;1659.50;0.38;0.22 -3216;1;3607.50;9.80;1578.00;-0.64;0.20 -3217;1;2694.50;9.55;1625.00;-0.46;0.12 -3218;1;4475.50;9.50;784.50;-1.09;0.98 -3219;1;3245.50;9.80;1636.00;0.16;0.26 -3220;1;3432.00;10.30;1672.00;0.00;0.26 -3221;1;3476.00;9.90;1578.50;0.58;0.22 -3222;1;4007.00;9.50;400.00;-0.46;0.88 -3223;1;3769.50;9.50;608.00;0.04;1.00 -3224;1;3517.00;10.00;1631.50;0.58;0.22 -3225;1;3329.00;9.80;1556.50;-0.58;0.18 -3226;1;3335.50;9.90;1588.50;-0.32;0.22 -3227;1;3577.00;9.50;294.50;-0.27;0.84 -3228;1;2943.50;9.50;535.50;0.21;0.94 -3229;1;3059.50;9.70;1671.50;-0.14;0.22 -3230;1;3109.50;10.30;1571.50;0.54;0.24 -3231;1;2950.00;9.70;1604.50;0.58;0.20 -3232;1;2635.50;9.50;140.00;-0.98;1.06 -3233;1;2010.00;9.50;38.50;-0.08;0.82 -3234;1;2943.50;9.70;1570.00;-0.46;0.20 -3235;1;3309.50;10.20;1646.50;-0.40;0.22 -3236;1;3373.50;10.50;1602.50;-0.78;0.16 -3237;1;2273.00;9.50;958.00;0.52;1.08 -3238;1;2212.50;9.50;1577.50;0.23;1.66 -3239;1;1410.50;9.50;1037.00;-0.71;1.22 -3240;1;3424.00;9.90;1659.00;-0.46;0.20 -3241;1;2751.50;12.00;1570.00;-0.16;0.22 -3242;1;2696.00;10.00;1616.50;0.00;0.24 -3243;1;952.00;9.50;413.50;-0.28;1.26 -3244;1;143.00;9.50;690.00;-0.22;1.06 -3245;1;3505.50;10.20;1663.00;-0.46;0.24 -3246;1;3547.50;10.80;1578.50;-0.54;0.20 -3247;1;3303.00;10.05;1621.50;0.00;0.18 -3248;1;52.00;9.50;1794.00;0.89;1.00 -3249;1;889.50;9.50;1260.50;-0.19;1.04 -3250;1;3407.00;10.10;1585.50;0.92;0.20 -3251;1;3601.00;10.40;1641.50;0.27;0.26 -3252;1;1087.50;9.50;779.00;-0.97;1.08 -3253;1;449.00;9.50;1931.50;0.66;1.70 -3254;1;3162.50;9.90;1602.50;-1.03;0.16 -3255;1;3202.50;10.40;1650.00;0.24;0.20 -3256;1;3187.00;9.80;1566.00;-0.46;0.20 -3257;1;3453.50;10.15;1601.00;-0.24;0.20 -3258;1;3010.00;9.75;1585.00;-0.46;0.20 -3259;1;3386.50;10.60;1647.00;0.64;0.22 -3260;1;2983.00;9.70;1635.00;3.92;0.28 -3261;1;3511.00;10.40;1656.00;-0.78;0.20 -3262;1;2877.00;9.60;1547.50;-1.10;0.16 -3263;1;3369.50;10.55;1619.00;-0.89;0.20 -3264;1;3579.00;10.40;1679.00;-0.32;0.32 -3265;1;3624.50;9.85;1586.00;0.24;0.24 -3266;1;3471.50;9.90;1583.50;0.78;0.22 -3267;1;3239.50;10.50;1607.50;-0.40;0.30 -3268;1;3455.00;10.35;1643.50;0.00;0.20 -3269;1;3516.00;10.32;1600.00;-0.78;0.22 -3270;1;3590.50;10.35;1676.00;0.24;0.28 -3271;1;2952.00;9.70;1576.00;0.00;0.20 -3272;1;3176.00;11.00;1613.50;0.38;0.24 -3273;1;2730.50;10.70;1651.50;0.54;0.24 -3274;1;2734.00;11.20;1572.50;0.00;0.24 -3275;1;3441.50;9.80;1616.50;-0.19;0.20 -3276;1;3543.50;10.30;1587.50;-0.54;0.24 -3277;1;2952.00;9.70;1636.00;0.46;0.20 -3278;1;3307.00;9.90;1594.50;-0.58;0.18 -3279;1;3337.50;10.50;1633.50;-0.19;0.22 -3280;1;3719.00;11.30;1659.50;-0.41;0.30 -3281;1;3184.50;9.90;1574.00;0.24;0.24 -3282;1;3528.00;9.90;1640.00;0.00;0.18 -3283;1;3072.50;10.40;1544.50;-0.54;0.24 -3284;1;1848.00;9.55;1034.50;-1.10;0.26 -3285;1;3507.50;10.00;1617.00;-0.64;0.22 -3286;1;3018.00;10.07;1690.00;-0.46;0.26 -3287;1;2805.50;10.00;1581.50;-0.19;0.28 -3288;1;3149.50;10.10;1625.50;0.95;0.32 -3289;1;3660.00;10.65;1598.50;-0.27;0.30 -3290;1;3407.00;11.25;1631.50;-0.38;0.22 -3291;1;3397.50;10.20;1556.00;-0.89;0.24 -3292;1;3383.00;10.00;1592.50;-1.32;0.14 -3293;1;3264.50;9.80;1565.50;-0.19;0.22 -3294;1;3601.00;10.15;1655.00;0.00;0.30 -3295;1;3096.50;9.85;1583.00;-0.86;0.32 -3296;1;3145.00;9.67;1671.00;-0.46;0.26 -3297;1;3319.00;10.55;1610.50;0.00;0.22 -3298;1;3226.50;10.20;1670.00;-0.46;0.26 -3299;1;2987.50;11.10;1494.50;-0.54;0.24 -3300;1;3613.00;10.50;1646.00;0.46;0.26 -3301;1;2753.50;10.35;1586.00;-0.98;0.18 -3302;1;3449.00;10.00;1594.00;-1.10;0.16 -3303;1;3491.00;9.95;1632.00;0.78;0.20 -3304;1;3476.00;9.80;1557.50;-0.58;0.18 -3305;1;2985.00;9.70;1617.00;-1.10;0.32 -3306;1;3338.50;9.90;1568.50;-0.54;0.20 -3307;1;2998.50;9.50;1668.50;-1.37;0.24 -3308;1;3380.00;9.95;1608.00;-0.46;0.18 -3309;1;3207.00;10.40;1574.50;0.87;0.24 -3310;1;3248.50;9.80;1667.00;-0.24;0.24 -3311;1;2725.00;9.70;1617.00;0.00;0.14 -3312;1;3018.00;9.85;1584.50;-0.92;0.20 -3313;1;3301.00;10.00;1629.00;0.46;0.20 -3314;1;2881.50;9.70;1573.50;-0.54;0.20 -3315;1;3554.00;9.80;1641.00;-0.46;0.24 -3316;1;3546.00;9.80;1557.00;-0.78;0.18 -3317;1;3520.50;10.60;1588.50;-0.19;0.22 -3318;1;3408.50;10.00;1558.00;0.24;0.22 -3319;1;3141.00;9.70;1661.50;-0.38;0.26 -3320;1;3202.00;10.50;1608.50;0.67;0.32 -3321;1;3319.00;10.30;1671.50;0.00;0.28 -3322;1;3461.50;9.90;1612.00;0.24;0.24 -3323;1;3373.50;10.45;1667.00;-0.98;0.18 -3324;1;3090.00;9.75;1589.00;-0.78;0.18 -3325;1;2967.50;9.70;1633.50;2.82;0.36 -3326;1;2944.50;9.90;1582.00;0.46;0.22 -3327;1;3370.00;10.55;1626.50;0.38;0.22 -3328;1;3607.50;10.40;1612.50;-0.54;0.24 -3329;1;2699.00;10.32;1635.00;2.35;0.22 -3330;1;3619.50;11.65;1563.00;-0.46;0.30 -3331;1;3269.50;9.90;1605.50;-0.54;0.22 -3332;1;3470.50;9.90;1563.50;-0.54;0.24 -3333;1;3246.50;9.80;1656.00;-0.64;0.28 -3334;1;3524.00;10.70;1605.50;-0.92;0.22 -3335;1;3341.50;10.40;1578.00;-0.16;0.22 -3336;1;4104.00;9.80;1950.00;0.42;2.34 -3337;1;3157.50;10.30;1625.50;-0.14;0.26 -3338;1;3445.50;9.70;1850.50;0.28;0.68 -3339;1;3447.00;9.80;1624.50;1.10;0.14 -3340;1;3013.50;9.70;1596.00;-0.69;0.28 -3341;1;2951.00;10.30;1644.50;-0.27;0.32 -3342;1;2683.00;10.07;1589.00;-0.98;0.28 -3343;1;3534.00;11.50;1562.50;-0.92;0.16 -3344;1;3301.50;11.50;1655.50;-0.32;0.26 -3345;1;3343.50;10.00;1603.00;-0.24;0.24 -3346;1;3407.00;10.00;1568.00;0.00;0.22 -3347;1;3461.00;10.40;1650.50;0.00;0.24 -3348;1;3632.50;9.85;1622.00;-0.16;0.26 -3349;1;3521.50;10.40;1662.50;0.78;0.22 -3350;1;3264.50;9.80;1577.00;0.12;0.28 -3351;1;3112.00;9.80;1593.50;-0.38;0.28 -3352;1;3505.50;9.90;1626.00;-0.64;0.20 -3353;1;2794.00;9.85;1593.50;-0.58;0.24 -3354;1;3152.50;10.40;1646.00;0.24;0.20 -3355;1;2949.50;10.30;1552.50;0.19;0.22 -3356;1;3420.50;10.00;1594.50;0.32;0.20 -3357;1;3613.50;10.40;1570.00;-0.64;0.24 -3358;1;3370.50;10.60;1646.50;-0.78;0.20 -3359;1;2689.00;10.10;1603.50;-0.27;0.32 -3360;1;3478.00;9.80;1571.50;-0.92;0.18 -3361;1;3538.00;10.47;1656.00;0.00;0.24 -3362;1;3315.00;10.60;1619.50;0.38;0.22 -3363;1;3612.00;9.87;1698.00;-0.58;0.24 -3364;1;3332.50;9.80;1570.50;0.14;0.22 -3365;1;3585.00;10.37;1630.00;-0.78;0.20 -3366;1;3191.00;9.80;1591.00;-0.32;0.32 -3367;1;3003.50;9.70;1578.50;-0.78;0.22 -3368;1;2950.00;9.50;1598.50;-1.32;0.20 -3369;1;2761.00;10.25;1561.00;0.46;0.24 -3370;1;3445.50;9.80;1640.50;-0.19;0.20 -3371;1;3484.50;9.90;1594.50;0.19;0.22 -3372;1;3540.50;10.95;1568.00;-0.64;0.20 -3373;1;2714.19;9.90;1646.46;1.57;0.40 -3374;1;2970.66;9.70;1625.14;0.00;0.26 -3375;1;3019.50;9.90;1698.00;-0.24;0.24 -3376;1;3400.00;10.00;1577.50;-0.58;0.18 -3377;1;3381.50;11.30;1616.00;0.24;0.22 -3378;1;3274.50;9.80;1584.00;0.24;0.24 -3379;1;2705.50;9.80;1623.50;1.37;0.26 -3380;1;3101.50;9.70;1596.00;-0.86;0.26 -3381;1;3084.50;9.80;1570.00;0.64;0.26 -3382;1;3561.50;10.55;1603.00;-0.64;0.22 -3383;1;3518.50;9.90;1638.00;-0.24;0.20 -3384;1;3149.50;9.80;1609.50;-0.78;0.20 -3385;1;3625.00;10.30;1576.50;-0.38;0.22 -3386;1;3003.50;9.80;1674.00;-0.64;0.24 -3387;1;3452.00;10.40;1615.50;0.00;0.22 -3388;1;3207.00;10.30;1679.50;-0.58;0.24 -3389;1;3469.50;9.90;1572.00;0.89;0.24 -3390;1;3332.50;9.90;1580.50;-0.19;0.20 -3391;1;3376.50;10.20;1633.00;-1.19;0.20 -3392;1;3176.00;9.80;1559.00;0.24;0.28 -3393;1;3183.50;9.85;1591.00;0.69;0.24 -3394;1;3588.50;10.40;1653.00;-0.64;0.18 -3395;1;2951.00;10.10;1565.00;0.32;0.18 -3396;1;2660.00;10.02;1594.00;-0.98;0.20 -3397;1;2949.50;10.60;1524.00;0.64;0.18 -3398;1;2930.00;10.70;1540.50;0.92;0.20 -3399;1;3362.00;9.72;1466.00;-0.58;0.22 -3400;1;2818.00;9.50;1716.50;-0.45;0.88 -3401;1;3193.91;9.50;1283.63;4.05;0.44 -3402;1;2854.50;10.40;1508.50;-0.78;0.22 -3403;1;3305.50;9.80;1474.50;-0.54;0.22 -3404;1;3592.00;9.85;1539.50;-0.67;0.24 -3405;1;2102.00;9.50;977.50;0.31;1.12 -3406;1;3548.50;9.70;1510.00;0.16;0.22 -3407;1;3220.50;9.95;1481.00;-0.64;0.18 -3408;1;239.00;9.50;1348.00;-1.03;1.34 -3409;1;3384.00;9.80;1514.00;-0.46;0.22 -3410;1;3138.00;12.10;1507.00;0.00;0.24 -3411;1;4566.00;9.50;910.50;0.07;0.92 -3412;1;3189.00;10.35;1539.00;-0.32;0.26 -3413;1;3500.00;9.80;1456.00;-0.46;0.22 -3414;1;3077.50;11.85;1515.00;-0.64;0.18 -3415;1;3989.50;9.70;1908.00;0.22;1.18 -3416;1;5376.00;9.50;153.50;0.51;0.98 -3417;1;3454.50;9.75;1449.00;-0.69;0.22 -3418;1;3016.00;11.80;1524.50;0.27;0.18 -3419;1;5164.50;9.50;929.50;0.03;1.22 -3420;1;4967.00;9.50;862.50;-0.65;1.10 -3421;1;3398.00;9.70;1462.00;0.32;0.24 -3422;1;2759.00;9.90;1545.00;0.78;0.18 -3423;1;2919.50;10.90;1514.00;-0.98;0.22 -3424;1;5179.00;9.50;1566.50;-0.43;1.20 -3425;1;4445.00;9.50;760.50;0.00;1.02 -3426;1;3506.50;10.00;1543.00;0.24;0.18 -3427;1;4512.50;13.95;1305.00;-0.61;0.46 -3428;1;4023.50;9.50;358.50;-0.44;0.92 -3429;1;3754.50;9.50;659.50;0.48;1.14 -3430;1;3225.00;9.95;1488.50;-0.38;0.24 -3431;1;3455.50;10.40;1508.50;1.03;0.20 -3432;1;3620.50;9.50;315.50;0.11;1.18 -3433;1;2935.00;9.50;581.50;-0.08;0.96 -3434;1;3160.00;12.32;1502.00;0.24;0.24 -3435;1;3549.50;9.60;1463.00;-0.24;0.22 -3436;1;2663.00;9.50;184.00;0.00;0.78 -3437;1;2043.00;9.50;13.00;-1.49;0.68 -3438;1;3047.50;9.85;1555.00;0.24;0.18 -3439;1;3514.50;9.70;1464.50;-0.19;0.26 -3440;1;2288.00;9.50;1002.00;0.84;1.28 -3441;1;2040.50;9.50;1692.00;0.65;1.02 -3442;1;1501.50;9.50;987.00;0.21;0.88 -3443;1;3466.50;9.80;1455.00;-0.24;0.20 -3444;1;2904.00;9.70;1544.50;0.00;0.20 -3445;1;1031.50;9.50;442.00;-0.09;1.24 -3446;1;90.00;9.50;752.50;-0.38;1.22 -3447;1;2865.50;9.90;1511.00;-0.24;0.22 -3448;1;3124.50;12.80;1328.50;0.78;0.24 -3449;1;3379.50;9.90;1471.50;-0.54;0.22 -3450;1;117.50;9.50;1764.50;0.57;0.96 -3451;1;902.50;9.50;1177.00;-0.87;1.08 -3452;1;3305.50;10.00;1487.00;-1.19;0.20 -3453;1;1161.50;9.50;788.00;-0.40;1.26 -3454;1;463.50;9.50;1906.00;-0.71;0.74 -3455;1;3345.50;9.85;1521.00;-0.24;0.26 -3456;1;3856.50;9.65;1049.00;-1.05;0.50 -3457;1;3231.50;10.30;1507.00;0.24;0.22 -3458;1;3141.50;10.20;1540.50;0.19;0.26 -3459;1;3568.00;9.60;1457.00;-0.58;0.30 -3460;1;3067.50;10.40;1555.50;-0.32;0.24 -3461;1;3518.50;10.00;1474.00;-0.64;0.18 -3462;1;3046.00;10.20;1525.00;-0.46;0.20 -3463;1;2748.00;9.90;1545.50;0.00;0.24 -3464;1;3456.50;10.40;1461.00;0.64;0.18 -3465;1;3473.50;9.80;1549.00;0.24;0.18 -3466;1;3388.00;9.80;1479.50;0.38;0.20 -3467;1;3579.50;10.10;1514.50;0.14;0.26 -3468;1;3317.00;9.90;1492.00;0.00;0.20 -3469;1;3419.50;9.90;1518.50;0.19;0.20 -3470;1;3235.00;10.10;1528.50;0.00;0.22 -3471;1;894.50;12.40;1583.50;-0.95;0.32 -3472;1;3901.00;9.80;1673.50;-0.21;0.52 -3473;1;3037.50;9.70;1564.50;0.19;0.20 -3474;1;2981.00;12.40;1521.50;0.00;0.24 -3475;1;3501.00;9.80;1473.00;-1.32;0.18 -3476;1;2844.00;9.85;1517.50;0.38;0.18 -3477;1;3531.00;11.90;1551.50;0.00;0.26 -3478;1;3460.50;9.90;1468.50;-0.54;0.22 -3479;1;3398.50;9.90;1485.00;0.24;0.20 -3480;1;3300.00;9.80;1538.00;0.00;0.24 -3481;1;1161.00;10.90;1784.00;-0.70;0.78 -3482;1;3120.50;9.95;1545.00;0.24;0.20 -3483;1;3209.50;10.80;1508.00;0.64;0.22 -3484;1;3089.50;11.65;1494.00;-0.35;0.32 -3485;1;3065.00;14.32;1527.00;-0.78;0.26 -3486;1;3608.00;9.70;1558.00;-0.32;0.22 -3487;1;3511.00;9.80;1478.00;-0.46;0.20 -3488;1;2900.00;12.00;1523.50;0.00;0.18 -3489;1;3469.50;9.70;1475.50;0.40;0.28 -3490;1;3557.50;9.70;1524.50;0.54;0.26 -3491;1;3393.00;9.90;1494.00;-1.10;0.16 -3492;1;3371.50;9.90;1530.00;0.24;0.20 -3493;1;2835.50;10.40;1469.00;-0.98;0.16 -3494;1;3285.00;10.15;1509.50;-0.58;0.24 -3495;1;2798.50;10.30;1473.50;0.78;0.22 -3496;1;3206.00;10.50;1547.00;0.00;0.22 -3497;1;3132.00;11.45;1526.50;0.00;0.20 -3498;1;1105.00;11.05;1815.50;-0.38;0.90 -3499;1;3001.50;9.80;1563.50;-1.24;0.24 -3500;1;2966.50;10.55;1537.00;-0.64;0.20 -3501;1;2810.50;9.80;1551.50;0.32;0.28 -3502;1;3631.00;9.70;1533.00;-0.64;0.36 -3503;1;3521.00;9.70;1492.50;0.38;0.24 -3504;1;3440.50;9.85;1527.00;-0.98;0.24 -3505;1;3474.00;9.70;1484.00;-0.78;0.20 -3506;1;2860.50;10.00;1475.50;0.54;0.26 -3507;1;3279.00;9.80;1544.00;0.38;0.30 -3508;1;3361.50;9.80;1496.50;0.19;0.26 -3509;1;2806.50;9.70;1476.50;-0.14;0.28 -3510;1;3065.00;10.05;1546.50;0.00;0.20 -3511;1;3230.00;10.25;1516.50;0.38;0.26 -3512;1;2911.50;9.70;1549.00;0.64;0.24 -3513;1;891.50;10.90;1638.00;-0.69;0.32 -3514;1;3032.50;11.50;1541.50;-0.32;0.20 -3515;1;3588.00;9.60;1486.50;-1.01;0.32 -3516;1;2878.50;10.05;1527.00;-0.24;0.22 -3517;1;3530.50;10.20;1508.00;0.16;0.26 -3518;1;3505.50;10.00;1523.00;0.16;0.18 -3519;1;3435.50;9.80;1492.50;0.19;0.22 -3520;1;3351.00;9.85;1531.50;0.67;0.20 -3521;1;3149.00;9.90;1550.50;-0.51;0.22 -3522;1;2985.50;10.20;1563.50;0.32;0.18 -3523;1;2792.50;10.50;1482.50;-1.42;0.20 -3524;1;2940.00;10.90;1529.50;0.00;0.24 -3525;1;3163.00;9.82;1667.00;-1.10;0.22 -3526;1;3160.00;10.40;1342.50;-0.92;0.18 -3527;1;3422.00;10.37;1535.00;-0.46;0.22 -3528;1;2750.00;9.50;1512.00;-0.58;0.52 -3529;1;3497.50;9.90;1488.00;-0.16;0.24 -3530;1;2940.00;14.20;1492.50;0.38;0.20 -3531;1;3370.00;9.80;1500.50;0.38;0.22 -3532;1;3057.50;10.30;1563.50;-0.19;0.18 -3533;1;2875.50;10.10;1480.00;-0.89;0.26 -3534;1;2816.00;9.85;1484.50;0.00;0.20 -3535;1;3001.00;10.57;1541.00;0.00;0.20 -3536;1;2843.00;9.80;1526.00;0.46;0.18 -3537;1;3107.00;10.42;1485.00;0.46;0.22 -3538;1;3556.50;9.70;1500.50;-0.40;0.30 -3539;1;3482.00;9.80;1527.00;-0.78;0.24 -3540;1;3436.50;9.80;1501.00;-0.24;0.20 -3541;1;3004.50;11.05;1496.00;0.64;0.20 -3542;1;3315.50;9.80;1547.50;0.32;0.22 -3543;1;3273.00;9.90;1525.00;0.00;0.26 -3544;1;3130.00;9.80;1557.50;-0.27;0.22 -3545;1;3063.00;13.82;1535.00;0.78;0.24 -3546;1;2883.00;10.62;1499.00;0.46;0.22 -3547;1;2909.50;11.40;1526.00;-0.24;0.20 -3548;1;3168.00;11.10;1479.00;0.00;0.20 -3549;1;2823.00;10.00;1493.50;0.58;0.20 -3550;1;3127.00;10.50;1495.00;0.00;0.26 -3551;1;3558.50;9.70;1534.50;-0.54;0.24 -3552;1;2737.50;9.50;1484.50;-0.78;0.22 -3553;1;3061.00;12.27;1508.00;0.78;0.16 -3554;1;3390.50;10.00;1544.50;-0.19;0.24 -3555;1;3502.50;9.70;1498.50;-0.19;0.20 -3556;1;3221.50;9.80;1563.50;0.14;0.20 -3557;1;3347.00;10.15;1512.00;0.46;0.24 -3558;1;2932.50;10.20;1498.00;-0.46;0.20 -3559;1;3153.50;10.10;1541.50;-0.32;0.22 -3560;1;2886.50;10.20;1504.50;-0.32;0.24 -3561;1;2966.00;11.00;1546.00;-1.24;0.18 -3562;1;3213.50;9.90;1489.50;0.62;0.26 -3563;1;3652.00;9.80;1539.50;0.00;0.40 -3564;1;3490.00;12.42;1327.00;-0.46;0.24 -3565;1;3149.00;9.77;1485.00;0.46;0.16 -3566;1;3454.50;9.90;1540.50;-0.78;0.22 -3567;1;3425.50;9.80;1508.00;0.46;0.22 -3568;1;3285.50;9.80;1542.00;-0.46;0.24 -3569;1;3061.00;9.90;1500.00;-0.46;0.20 -3570;1;3236.00;10.10;1522.00;-1.24;0.20 -3571;1;2999.50;12.20;1503.50;0.19;0.20 -3572;1;3038.00;9.80;1553.50;-0.38;0.20 -3573;1;3335.00;9.70;1456.50;-0.67;0.22 -3574;1;2943.50;10.70;1508.00;-0.64;0.18 -3575;1;3284.50;10.10;1470.00;-0.24;0.26 -3576;1;2858.50;9.70;1531.00;-1.19;0.18 -3577;1;3233.50;9.85;1470.00;0.16;0.24 -3578;1;3517.00;9.80;1539.00;0.00;0.22 -3579;1;2786.50;10.40;1499.50;-0.78;0.20 -3580;1;3365.50;10.50;1546.50;-0.32;0.22 -3581;1;3137.00;11.40;1496.50;-0.38;0.24 -3582;1;3493.50;10.30;1501.50;0.32;0.22 -3583;1;3086.00;13.80;1513.00;0.00;0.18 -3584;1;3314.00;9.80;1516.00;0.46;0.18 -3585;1;3009.00;14.70;1522.50;0.00;0.24 -3586;1;3112.50;10.20;1528.50;0.19;0.28 -3587;1;3438.50;9.70;1444.00;0.24;0.20 -3588;1;901.00;11.15;1553.00;-0.54;0.34 -3589;1;2885.50;10.10;1427.00;-0.24;0.18 -3590;1;2694.00;9.50;1649.50;0.00;1.02 -3591;1;206.50;9.50;1889.50;0.78;0.72 -3592;1;3051.50;10.50;1425.50;0.54;0.22 -3593;1;3625.50;9.60;1413.50;-0.62;0.40 -3594;1;2863.50;11.30;1437.00;-0.64;0.16 -3595;1;1978.00;9.50;1160.00;-0.55;1.08 -3596;1;3062.50;10.25;1423.00;1.05;0.22 -3597;1;3533.00;10.45;1450.00;0.00;0.24 -3598;1;2815.00;9.85;1426.50;-0.58;0.20 -3599;1;320.50;9.50;1455.00;0.69;0.82 -3600;1;457.50;9.50;1840.50;0.23;1.46 -3601;1;3045.00;10.97;1420.00;-0.46;0.22 -3602;1;1642.50;12.05;1627.00;-0.12;0.30 -3603;1;4554.50;9.50;804.50;-1.13;0.80 -3604;1;2986.00;9.75;1426.50;0.00;0.24 -3605;1;805.00;9.50;813.00;-0.78;0.26 -3606;1;731.50;13.55;2018.00;1.05;0.98 -3607;1;5411.50;9.50;161.00;-0.14;1.38 -3608;1;1600.50;10.45;1634.00;0.16;0.30 -3609;1;3111.00;12.60;1409.50;-0.58;0.22 -3610;1;5225.50;9.50;946.00;-0.51;1.38 -3611;1;4869.50;9.50;769.00;-0.07;0.96 -3612;1;2917.50;15.00;1436.50;0.19;0.20 -3613;1;1219.50;12.30;1569.50;0.78;0.42 -3614;1;3126.50;10.05;1415.00;0.24;0.20 -3615;1;5191.00;9.50;1536.00;-0.60;0.68 -3616;1;4435.50;9.50;719.00;-0.50;0.92 -3617;1;3113.50;10.20;1422.50;-1.03;0.18 -3618;1;3626.00;9.50;1456.50;0.00;0.26 -3619;1;3974.50;9.50;370.00;-1.29;0.86 -3620;1;3633.50;9.50;657.00;-0.30;1.10 -3621;1;2835.00;9.92;1435.00;0.00;0.18 -3622;1;3572.00;9.60;1446.00;-0.46;0.28 -3623;1;3106.00;9.80;1430.50;0.00;0.18 -3624;1;3551.00;9.50;249.50;-0.76;1.22 -3625;1;2924.00;9.50;625.00;-0.57;0.94 -3626;1;2830.50;10.00;1441.50;1.03;0.16 -3627;1;3084.50;9.80;1426.50;-0.78;0.20 -3628;1;2590.50;9.50;142.50;-0.18;0.88 -3629;1;2911.50;10.50;1492.50;-0.54;0.24 -3630;1;3169.50;9.70;1397.50;0.32;0.20 -3631;1;3026.50;11.60;1438.50;-0.19;0.22 -3632;1;2313.50;9.50;1011.50;0.21;1.00 -3633;1;1987.50;9.50;1790.00;0.87;0.98 -3634;1;1540.50;9.50;867.00;0.40;1.18 -3635;1;1605.00;10.52;1644.00;-0.58;0.32 -3636;1;3198.00;9.80;1404.50;-0.67;0.26 -3637;1;977.00;9.50;464.50;0.00;1.04 -3638;1;166.00;9.50;770.00;-0.21;0.84 -3639;1;3190.50;10.55;1409.00;-0.16;0.24 -3640;1;776.50;9.50;825.50;-0.75;0.32 -3641;1;2940.50;12.70;1441.00;0.16;0.16 -3642;1;79.00;9.50;1799.50;-0.80;0.90 -3643;1;952.00;9.50;1220.00;0.49;1.08 -3644;1;879.00;12.40;1564.50;0.85;0.32 -3645;1;3173.00;11.22;1411.00;0.00;0.20 -3646;1;2900.50;10.10;1452.00;0.89;0.22 -3647;1;1078.00;9.50;870.00;-0.38;1.26 -3648;1;504.00;9.50;1915.00;-1.28;1.20 -3649;1;3148.50;11.65;1412.00;0.46;0.28 -3650;1;2887.50;10.10;1448.50;-0.32;0.16 -3651;1;4279.00;9.60;949.00;0.54;0.42 -3652;1;2883.50;10.20;1459.50;-0.54;0.22 -3653;1;3460.00;12.65;1353.00;0.00;0.20 -3654;1;3046.50;11.60;1435.50;0.54;0.20 -3655;1;2841.00;10.05;1452.50;-0.58;0.26 -3656;1;3472.50;14.70;1353.50;0.32;0.26 -3657;1;3001.00;12.65;1444.50;-0.58;0.18 -3658;1;3476.00;14.25;1361.00;-0.46;0.20 -3659;1;2805.50;9.90;1452.00;0.46;0.22 -3660;1;2964.00;16.15;1450.00;0.78;0.18 -3661;1;1593.00;10.50;1649.50;-0.67;0.28 -3662;1;2961.00;14.15;1444.50;1.32;0.20 -3663;1;3208.00;9.80;1413.50;-1.21;0.20 -3664;1;4969.50;10.80;1564.00;-0.46;0.54 -3665;1;3169.50;14.40;1427.00;-0.16;0.20 -3666;1;2904.00;10.10;1457.50;-0.92;0.22 -3667;1;3515.00;14.95;1366.50;0.27;0.24 -3668;1;3549.00;9.70;1377.50;0.67;0.28 -3669;1;2870.00;10.25;1469.50;-1.32;0.22 -3670;1;3070.50;9.80;1443.50;0.19;0.22 -3671;1;2813.00;9.75;1461.00;-1.10;0.14 -3672;1;3519.50;10.10;1383.50;0.54;0.22 -3673;1;3030.50;12.00;1451.00;0.46;0.16 -3674;1;3019.50;12.40;1454.00;-0.24;0.24 -3675;1;3009.00;14.90;1461.50;0.38;0.22 -3676;1;3200.50;13.35;1428.00;-0.16;0.22 -3677;1;911.50;11.30;1490.00;-0.24;0.26 -3678;1;904.00;10.35;1499.00;-0.46;0.22 -3679;1;2940.00;11.65;1468.50;-0.58;0.16 -3680;1;3094.00;9.80;1446.00;-0.78;0.20 -3681;1;2865.00;10.20;1462.00;0.32;0.24 -3682;1;3534.50;11.55;1385.00;-0.24;0.28 -3683;1;3074.50;9.95;1454.00;-0.46;0.20 -3684;1;3023.50;13.70;1471.00;-0.64;0.18 -3685;1;1502.00;10.70;1567.00;-1.24;0.26 -3686;1;3332.00;9.60;1409.00;0.00;0.24 -3687;1;1554.50;10.60;1575.50;0.19;0.22 -3688;1;3001.00;13.05;1476.50;0.00;0.20 -3689;1;3213.50;14.15;1435.00;-0.12;0.20 -3690;1;2956.50;11.25;1477.00;-0.98;0.20 -3691;1;1763.00;9.70;2013.50;1.09;1.08 -3692;1;2932.00;14.25;1475.00;-0.78;0.26 -3693;1;1639.00;10.25;1560.50;-0.58;0.20 -3694;1;3176.00;13.40;1444.50;-0.87;0.28 -3695;1;4944.50;12.35;1442.00;0.89;0.30 -3696;1;3147.00;10.52;1455.00;-0.46;0.22 -3697;1;1608.50;10.25;1573.00;0.86;0.22 -3698;1;3420.50;9.50;1398.00;-0.64;0.26 -3699;1;1361.50;10.20;1636.50;-0.42;0.44 -3700;1;3068.50;9.90;1473.50;-0.19;0.20 -3701;1;3262.50;9.70;1426.50;0.19;0.28 -3702;1;1610.50;11.10;1591.50;-0.32;0.20 -3703;1;3018.00;12.30;1483.00;-0.78;0.20 -3704;1;3250.50;9.75;1426.00;-0.69;0.28 -3705;1;2980.50;11.00;1483.50;-1.03;0.20 -3706;1;1048.50;12.35;1757.00;1.06;0.82 -3707;1;3250.00;9.75;1449.00;0.00;0.28 -3708;1;1278.00;10.80;1548.00;-0.46;0.50 -3709;1;3158.00;12.40;1455.00;-0.46;0.20 -3710;1;1679.00;9.97;1583.00;0.00;0.16 -3711;1;3541.50;16.10;1356.50;-0.78;0.26 -3712;1;1688.50;10.00;1597.50;-0.78;0.32 -3713;1;3131.00;9.70;1471.00;-0.32;0.26 -3714;1;3437.50;14.95;1335.00;-0.64;0.26 -3715;1;1677.50;10.20;1598.00;-0.55;0.26 -3716;1;3085.00;10.05;1474.50;0.87;0.24 -3717;1;3431.00;10.75;1405.50;0.58;0.18 -3718;1;3063.50;9.80;1489.50;0.32;0.14 -3719;1;1285.00;10.37;1677.00;0.16;0.42 -3720;1;3424.00;10.40;1415.50;-1.32;0.20 -3721;1;1231.00;11.60;1745.50;-0.34;0.50 -3722;1;3333.00;9.70;1430.50;-0.51;0.28 -3723;1;4947.50;11.60;1449.50;-0.54;0.28 -3724;1;3250.00;9.80;1434.50;0.27;0.28 -3725;1;2701.00;14.40;1361.50;-0.58;0.20 -3726;1;3536.50;11.05;1416.00;-0.64;0.26 -3727;1;2710.00;13.65;1362.50;0.00;0.20 -3728;1;3211.00;12.10;1455.00;-0.46;0.24 -3729;1;2715.00;14.20;1379.50;0.58;0.16 -3730;1;3143.00;9.80;1474.50;-0.87;0.24 -3731;1;3120.00;10.40;1474.50;-0.92;0.22 -3732;1;1702.00;9.75;1609.50;-0.58;0.36 -3733;1;1597.00;11.47;1595.00;0.00;0.24 -3734;1;3415.50;9.70;1421.50;0.19;0.28 -3735;1;2765.50;13.00;1372.00;-0.24;0.24 -3736;1;1393.50;11.10;1779.00;-0.99;1.50 -3737;1;2778.50;11.55;1380.00;-0.46;0.16 -3738;1;3298.00;9.50;1453.00;0.78;0.24 -3739;1;4959.50;9.75;1444.00;0.98;0.28 -3740;1;2799.00;10.80;1390.50;-0.58;0.18 -3741;1;3222.50;10.40;1453.50;-0.78;0.22 -3742;1;4444.50;14.65;1268.00;-0.55;0.34 -3743;1;3193.50;13.45;1475.00;-0.10;0.32 -3744;1;2702.50;13.70;1378.50;-0.32;0.16 -3745;1;4474.50;13.70;1261.50;-0.32;0.38 -3746;1;3508.50;11.00;1425.50;0.19;0.24 -3747;1;1606.00;11.07;1601.00;-1.32;0.24 -3748;1;3474.00;11.12;1424.00;0.00;0.22 -3749;1;2822.50;10.00;1391.50;1.24;0.22 -3750;1;1225.00;11.27;1637.00;0.00;0.54 -3751;1;2842.50;10.30;1396.50;0.32;0.18 -3752;1;3418.00;9.70;1431.00;-0.46;0.22 -3753;1;4962.00;12.00;1453.50;-0.27;0.30 -3754;1;2849.50;11.60;1411.00;0.24;0.16 -3755;1;3315.50;9.60;1452.50;-0.11;0.22 -3756;1;4942.00;13.45;1466.50;-0.58;0.36 -3757;1;3270.50;9.90;1473.00;-0.64;0.26 -3758;1;2748.00;9.80;1480.50;-0.58;0.18 -3759;1;3229.50;9.80;1576.00;0.16;0.24 -3760;1;3403.50;11.15;1414.00;-0.24;0.18 -3761;1;2683.50;11.40;1387.00;-0.24;0.22 -3762;1;2894.50;11.90;1402.00;-0.24;0.26 -3763;1;1555.00;10.15;1604.50;-0.38;0.24 -3764;1;2909.50;13.65;1410.00;0.24;0.22 -3765;1;3428.00;9.70;1437.50;0.00;0.26 -3766;1;1489.00;10.70;1611.50;-0.41;0.38 -3767;1;3366.00;9.70;1456.50;0.00;0.16 -3768;1;2896.00;10.75;1414.50;0.00;0.18 -3769;1;1137.00;12.00;1726.00;0.00;0.74 -3770;1;2866.50;12.80;1425.00;-0.64;0.20 -3771;1;2830.50;10.10;1418.50;-1.03;0.18 -3772;1;2932.00;11.27;1403.00;-0.78;0.22 -3773;1;2956.50;12.25;1409.00;0.46;0.26 -3774;1;3518.50;9.70;1441.00;-0.24;0.26 -3775;1;1562.00;9.90;1613.50;-0.87;0.24 -3776;1;2971.00;9.82;1419.00;-0.46;0.22 -3777;1;3480.00;9.80;1442.00;-0.78;0.24 -3778;1;1626.00;10.40;1642.00;0.46;0.22 -3779;1;3459.00;9.70;1438.50;0.38;0.24 -3780;1;2954.50;10.30;1423.00;0.89;0.20 -3781;1;1007.50;14.70;1654.00;-0.21;0.44 -3782;1;2930.00;10.57;1425.00;0.78;0.14 -3783;1;4706.00;10.45;1313.50;0.00;0.28 -3784;1;934.00;11.07;1460.00;0.32;0.28 -3785;1;2671.50;9.50;1644.50;0.91;0.60 -3786;1;3267.50;13.60;1322.50;-0.54;0.20 -3787;1;4878.50;9.80;1409.00;0.64;0.22 -3788;1;3299.00;13.42;1276.00;-0.32;0.24 -3789;1;1964.50;9.50;1031.50;-0.32;0.90 -3790;1;2670.50;9.70;1271.50;-1.24;0.20 -3791;1;4824.50;11.90;1402.50;-0.78;0.28 -3792;1;680.50;9.50;1433.00;-0.27;0.74 -3793;1;556.00;9.50;1856.00;0.94;1.16 -3794;1;2738.00;12.65;1330.00;-0.46;0.20 -3795;1;3480.00;9.80;1209.00;-0.46;0.44 -3796;1;3188.00;10.87;1385.00;-0.46;0.22 -3797;1;4479.00;9.50;735.50;-0.62;1.12 -3798;1;2674.00;10.25;1320.00;-0.32;0.22 -3799;1;2786.00;11.70;1313.50;-0.67;0.28 -3800;1;1172.00;11.30;1883.50;-0.83;0.80 -3801;1;5341.00;9.50;119.50;0.73;1.28 -3802;1;1552.50;10.45;1541.00;-0.12;0.20 -3803;1;4808.00;14.05;1346.00;-0.58;0.26 -3804;1;5190.50;9.50;970.00;-0.49;1.16 -3805;1;4909.50;9.50;746.00;0.46;1.02 -3806;1;1656.00;10.45;1585.50;-0.27;0.20 -3807;1;3347.50;12.40;1301.00;-0.24;0.24 -3808;1;5139.50;9.50;1569.00;-0.36;1.44 -3809;1;4410.00;9.50;745.00;0.00;0.78 -3810;1;2726.00;12.50;1293.50;-0.58;0.16 -3811;1;4902.00;12.55;1405.50;-1.40;0.32 -3812;1;4001.50;9.50;326.00;-0.06;0.96 -3813;1;3682.00;9.50;669.50;-0.51;1.04 -3814;1;4666.50;11.00;1337.50;-0.54;0.28 -3815;1;4856.00;12.50;1416.00;-0.32;0.24 -3816;1;2794.50;11.30;1349.00;0.89;0.24 -3817;1;3613.50;9.50;228.50;0.78;1.04 -3818;1;2939.00;9.50;680.00;-0.07;0.78 -3819;1;3199.00;11.97;1375.00;0.46;0.22 -3820;1;2737.50;13.40;1338.00;0.16;0.24 -3821;1;2606.50;9.50;211.50;-0.59;0.94 -3822;1;1998.50;9.50;12.50;4.66;0.58 -3823;1;1586.00;9.80;1501.50;-0.38;0.30 -3824;1;1617.00;9.75;1539.50;-0.58;0.20 -3825;1;2255.50;9.50;1058.50;0.41;1.20 -3826;1;1980.00;9.50;1761.00;0.85;0.96 -3827;1;775.00;9.50;247.50;-0.53;1.10 -3828;1;4678.50;12.50;1369.50;-0.54;0.28 -3829;1;1537.50;11.50;1534.50;-0.14;0.30 -3830;1;4657.00;9.95;1325.50;0.00;0.24 -3831;1;714.50;9.50;248.50;-1.03;1.24 -3832;1;17.50;9.50;813.50;-0.13;0.98 -3833;1;3154.50;12.20;1347.00;0.69;0.26 -3834;1;1071.00;12.70;1392.50;0.43;0.60 -3835;1;2781.50;12.65;1307.00;0.46;0.16 -3836;1;5.50;9.50;1828.00;-0.05;0.30 -3837;1;969.50;9.50;1173.00;0.38;1.32 -3838;1;2946.50;9.70;1355.50;-0.78;0.26 -3839;1;4740.00;10.85;1335.00;0.00;0.22 -3840;1;913.50;9.60;1466.50;-0.11;0.28 -3841;1;1164.50;9.50;851.00;0.23;1.42 -3842;1;590.00;9.50;1915.50;0.31;1.20 -3843;1;4862.50;11.50;1410.50;-0.78;0.22 -3844;1;3156.00;10.50;1324.50;0.67;0.18 -3845;1;2721.00;13.52;1328.00;-0.46;0.20 -3846;1;2686.50;10.00;1293.00;0.24;0.20 -3847;1;1598.50;12.00;1540.50;-0.19;0.24 -3848;1;5002.50;11.90;1317.50;0.14;0.24 -3849;1;4750.00;12.87;1357.00;0.00;0.22 -3850;1;1576.00;11.80;1549.00;0.00;0.22 -3851;1;3268.00;10.50;1331.00;0.78;0.14 -3852;1;4809.50;9.60;1327.50;0.19;0.22 -3853;1;1518.00;11.00;1552.00;-0.78;0.26 -3854;1;3280.50;13.20;635.50;-0.78;0.54 -3855;1;1248.50;11.50;1561.50;0.50;0.44 -3856;1;3269.50;13.20;1301.50;-0.19;0.24 -3857;1;3022.00;11.62;1280.00;-0.46;0.20 -3858;1;2755.50;11.80;1326.50;-0.19;0.24 -3859;1;2763.00;13.70;1347.50;0.58;0.20 -3860;1;4815.50;14.45;1356.00;-0.89;0.20 -3861;1;2664.00;9.65;1312.50;-0.67;0.24 -3862;1;3345.00;12.25;1311.50;0.51;0.28 -3863;1;1635.00;9.80;1552.50;-0.38;0.16 -3864;1;3159.50;10.60;1306.00;0.98;0.22 -3865;1;3138.00;12.70;1350.50;-0.92;0.20 -3866;1;2672.00;9.70;1278.50;0.00;0.20 -3867;1;1169.00;13.35;1400.50;0.34;0.46 -3868;1;3070.00;9.50;1379.00;1.10;0.28 -3869;1;1144.50;17.00;1546.00;-0.39;0.44 -3870;1;3346.00;13.55;1293.00;0.00;0.20 -3871;1;2734.00;12.77;1289.00;-0.78;0.20 -3872;1;1493.00;10.75;1560.00;-0.46;0.28 -3873;1;2808.50;11.35;1332.00;-0.24;0.24 -3874;1;2722.00;12.90;1338.50;0.38;0.20 -3875;1;1247.00;10.70;1424.50;0.00;0.46 -3876;1;3290.00;14.67;1286.00;-0.46;0.24 -3877;1;4705.50;10.10;1385.50;0.62;0.32 -3878;1;1654.50;9.70;1556.50;-0.32;0.24 -3879;1;3230.50;9.80;1339.50;0.78;0.24 -3880;1;1576.00;11.20;1565.00;-0.78;0.20 -3881;1;4667.00;12.65;1348.50;0.38;0.22 -3882;1;3142.50;12.85;1358.00;-0.24;0.20 -3883;1;1143.50;13.75;1423.00;-0.24;0.46 -3884;1;3112.50;9.70;1335.50;-0.78;0.24 -3885;1;2995.00;11.95;1377.50;-0.38;0.20 -3886;1;2690.00;10.50;1300.50;-0.38;0.20 -3887;1;2772.50;14.50;1355.50;0.32;0.24 -3888;1;4765.00;11.45;1363.50;-0.58;0.26 -3889;1;3382.00;11.95;1266.00;0.24;0.26 -3890;1;3392.00;13.40;1292.50;-0.58;0.18 -3891;1;2781.50;12.00;1314.50;-0.14;0.24 -3892;1;2696.00;12.00;1354.00;-0.46;0.20 -3893;1;3222.00;9.85;1343.50;-0.51;0.28 -3894;1;1648.50;10.45;1565.00;0.24;0.20 -3895;1;4736.00;11.65;1341.50;-0.87;0.20 -3896;1;3115.00;13.25;1364.50;-0.92;0.24 -3897;1;1625.00;12.00;1570.00;-0.58;0.26 -3898;1;2830.50;13.10;1368.50;0.32;0.20 -3899;1;2821.00;15.12;1371.00;0.00;0.16 -3900;1;4664.00;9.60;1319.50;-0.87;0.34 -3901;1;3057.50;9.70;1308.50;-1.24;0.20 -3902;1;2766.00;13.35;1365.00;-0.78;0.16 -3903;1;3377.50;14.30;1318.50;0.78;0.30 -3904;1;4802.00;13.55;1334.50;0.00;0.22 -3905;1;3300.50;12.70;1332.00;-0.24;0.22 -3906;1;1694.50;9.70;1578.50;0.19;0.22 -3907;1;3297.50;11.90;1310.50;-0.19;0.26 -3908;1;3173.00;13.50;1364.50;-0.38;0.20 -3909;1;2797.50;14.20;1337.50;-0.32;0.16 -3910;1;3016.00;13.70;1367.00;-0.78;0.18 -3911;1;1608.50;10.40;1711.50;-0.38;0.84 -3912;1;4774.50;11.70;1320.50;-0.78;0.22 -3913;1;4762.50;10.40;1375.00;0.35;0.26 -3914;1;3131.50;12.40;1317.50;0.54;0.24 -3915;1;2821.50;12.95;1378.00;-0.24;0.20 -3916;1;3484.50;10.50;1243.50;-0.56;0.40 -3917;1;1623.50;9.50;1499.50;-0.78;0.20 -3918;1;2717.50;12.00;1360.50;0.19;0.20 -3919;1;3311.50;14.55;1338.00;-0.16;0.28 -3920;1;2722.00;12.40;1366.00;-1.10;0.16 -3921;1;3379.00;14.30;1289.00;-0.58;0.30 -3922;1;3117.00;12.97;1383.00;0.58;0.28 -3923;1;3030.00;12.57;1352.00;0.00;0.18 -3924;1;3064.00;9.50;1390.00;0.00;0.16 -3925;1;1587.00;9.80;1480.50;0.38;0.22 -3926;1;2686.50;10.30;1309.00;-0.24;0.20 -3927;1;3251.50;11.40;1288.50;0.14;0.28 -3928;1;2909.00;9.55;1386.50;0.58;0.20 -3929;1;4817.00;13.70;1363.50;0.00;0.30 -3930;1;2721.00;11.60;1299.00;0.98;0.24 -3931;1;2785.00;11.90;1373.50;-0.67;0.24 -3932;1;4775.00;10.30;1376.50;0.00;0.24 -3933;1;2779.00;12.30;1374.50;0.58;0.16 -3934;1;4700.00;10.65;1352.00;0.00;0.26 -3935;1;3374.50;13.00;1325.50;-0.19;0.26 -3936;1;3171.50;11.00;1336.00;0.16;0.20 -3937;1;3179.00;13.27;1361.00;-0.78;0.26 -3938;1;2742.50;11.30;1322.50;-0.19;0.20 -3939;1;3123.00;12.45;1383.50;0.38;0.24 -3940;1;2697.50;11.50;1281.50;0.19;0.24 -3941;1;1554.00;14.15;1515.50;-0.38;0.32 -3942;1;3412.50;10.40;1240.00;-0.24;0.32 -3943;1;3052.50;9.50;1390.50;0.95;0.26 -3944;1;4844.50;9.50;1376.50;0.32;0.20 -3945;1;2776.50;13.20;1322.50;-0.19;0.24 -3946;1;2849.00;11.55;1378.50;-0.58;0.22 -3947;1;4812.50;12.30;1384.00;0.64;0.24 -3948;1;2834.50;9.90;1395.00;0.46;0.22 -3949;1;4770.50;12.50;1344.00;-0.89;0.22 -3950;1;3393.00;18.55;1312.50;-0.38;0.28 -3951;1;3280.00;13.20;1314.50;0.00;0.28 -3952;1;3188.00;13.57;1377.00;0.46;0.18 -3953;1;2755.50;12.00;1304.50;-0.32;0.18 -3954;1;2800.50;11.80;1342.50;-0.32;0.20 -3955;1;4628.00;10.80;1334.50;0.00;0.22 -3956;1;3114.50;13.50;1393.00;-0.24;0.18 -3957;1;1605.50;9.65;1523.00;0.64;0.24 -3958;1;3048.00;11.50;1334.50;-0.38;0.22 -3959;1;2911.00;11.40;1395.50;-0.67;0.20 -3960;1;1286.50;10.10;1405.50;-1.00;0.38 -3961;1;2904.00;11.22;1396.00;0.00;0.20 -3962;1;4998.69;9.80;1358.61;1.32;0.36 -3963;1;4938.50;9.80;1494.50;-0.50;0.42 -3964;1;3359.00;12.72;1307.00;0.32;0.30 -3965;1;3406.50;14.20;1328.00;0.24;0.20 -3966;1;3037.50;11.60;1353.50;0.19;0.18 -3967;1;3347.00;14.15;1349.00;0.32;0.24 -3968;1;3053.00;10.70;1324.50;-1.10;0.14 -3969;1;2691.00;10.85;1319.00;-0.58;0.20 -3970;1;4734.50;11.20;1326.50;-1.03;0.24 -3971;1;3178.50;12.40;1373.00;-0.16;0.24 -3972;1;1238.00;11.10;1447.50;0.74;0.52 -3973;1;3163.50;11.40;1313.50;0.78;0.36 -3974;1;3060.00;11.80;1395.00;0.46;0.20 -3975;1;1540.50;11.50;1519.50;0.14;0.32 -3976;1;2969.00;12.30;1403.50;0.51;0.26 -3977;1;4859.50;10.25;1391.00;-0.46;0.28 -3978;1;4656.00;11.35;1388.00;-0.46;0.34 -3979;1;3416.00;14.27;1328.00;-0.98;0.24 -3980;1;3138.50;13.30;1323.00;-0.24;0.24 -3981;1;4800.50;9.70;1323.50;0.19;0.22 -3982;1;3336.50;12.70;1351.50;0.19;0.24 -3983;1;3280.00;13.90;1299.50;0.38;0.26 -3984;1;3124.00;11.85;1394.00;-0.78;0.18 -3985;1;3062.50;14.50;1401.50;-0.78;0.22 -3986;1;2729.00;11.90;1313.50;0.00;0.24 -3987;1;2931.00;9.72;1200.00;-0.78;0.38 -3988;1;3164.00;9.50;1286.00;-0.78;0.24 -3989;1;4038.00;18.70;1155.50;-0.67;0.40 -3990;1;2709.00;9.50;1575.50;-0.49;0.70 -3991;1;2787.00;14.00;1212.50;0.27;0.32 -3992;1;4616.00;10.30;1112.50;-0.27;0.24 -3993;1;1940.00;9.50;1048.00;0.46;0.92 -3994;1;1529.50;9.70;1422.00;0.12;0.42 -3995;1;5085.00;11.42;911.00;0.00;0.18 -3996;1;3286.00;9.80;1144.00;0.46;0.24 -3997;1;838.00;9.50;1351.50;-0.36;1.46 -3998;1;738.50;9.50;1608.50;-0.60;1.20 -3999;1;4265.50;14.30;1017.50;-0.19;0.26 -4000;1;4979.00;10.60;1256.00;0.00;0.20 -4001;1;4668.50;9.70;1184.50;-1.03;0.18 -4002;1;4373.50;9.50;814.50;-0.44;1.24 -4003;1;3871.00;9.70;1041.50;-0.65;0.50 -4004;1;4797.00;10.95;1289.00;0.00;0.18 -4005;1;4663.00;9.70;1199.50;0.92;0.22 -4006;1;5043.00;9.80;1966.00;0.31;2.54 -4007;1;5309.00;9.50;91.00;0.16;1.02 -4008;1;3313.00;9.70;1255.00;-0.32;0.28 -4009;1;4562.00;10.00;1173.50;0.51;0.32 -4010;1;4610.00;9.75;1228.50;-1.10;0.26 -4011;1;5241.00;9.50;1005.50;0.47;1.22 -4012;1;4870.50;9.50;826.50;-0.11;0.86 -4013;1;4691.50;9.60;1112.00;0.64;0.28 -4014;1;3039.50;9.70;1265.50;0.19;0.20 -4015;1;5135.50;9.50;1508.50;-0.47;1.20 -4016;1;4378.50;9.50;770.50;-0.23;0.90 -4017;1;3361.50;11.80;1147.50;-0.19;0.28 -4018;1;2838.50;14.40;1213.50;0.50;0.46 -4019;1;4276.50;11.30;976.50;-1.03;0.28 -4020;1;3934.50;9.50;401.50;0.21;0.94 -4021;1;3666.00;9.50;620.00;-0.64;1.06 -4022;1;2682.50;11.90;1132.00;0.35;0.54 -4023;1;4514.50;9.70;998.50;-0.32;0.24 -4024;1;2724.50;12.00;1359.50;-1.03;0.20 -4025;1;3524.50;9.50;199.50;-0.37;1.02 -4026;1;2844.50;9.50;720.50;0.32;0.94 -4027;1;4854.50;11.25;1200.00;-0.98;0.22 -4028;1;4517.00;9.75;1025.50;0.87;0.26 -4029;1;1383.00;10.80;1638.50;-0.51;0.36 -4030;1;2652.50;9.50;239.00;0.33;0.92 -4031;1;4678.00;10.50;1216.50;0.67;0.26 -4032;1;4607.50;9.80;1279.50;0.14;0.24 -4033;1;3234.50;11.30;788.50;-0.72;0.90 -4034;1;2781.50;9.50;1835.00;-0.34;1.08 -4035;1;1982.50;9.50;1703.50;-0.48;0.96 -4036;1;1517.00;9.50;742.50;-0.39;0.80 -4037;1;4633.50;11.50;1246.50;-0.54;0.26 -4038;1;4627.00;10.20;1113.50;-0.38;0.28 -4039;1;631.00;9.50;152.50;-0.18;1.06 -4040;1;57.50;9.50;803.50;-0.44;1.18 -4041;1;4500.00;12.35;1146.50;-0.85;0.30 -4042;1;4689.50;9.70;1153.00;0.24;0.22 -4043;1;32.00;9.50;1829.00;0.24;0.80 -4044;1;859.50;9.50;1129.50;-0.45;1.42 -4045;1;4043.00;10.60;1061.50;-0.85;0.40 -4046;1;2885.50;13.70;1252.50;-0.40;0.30 -4047;1;3066.00;10.05;1151.50;0.00;0.28 -4048;1;1125.50;9.50;904.50;-0.71;1.26 -4049;1;597.00;9.50;1947.50;-1.36;0.70 -4050;1;4597.00;9.55;1020.00;-0.32;0.28 -4051;1;3003.00;10.95;1167.50;-0.67;0.28 -4052;1;4763.00;9.70;1304.00;-1.10;0.24 -4053;1;4620.00;11.00;1056.50;-0.27;0.22 -4054;1;4937.50;9.70;1219.50;1.24;0.20 -4055;1;3288.00;9.60;1135.50;0.00;0.20 -4056;1;4823.50;10.30;1242.00;1.57;0.22 -4057;1;3102.00;9.90;1135.50;-0.38;0.28 -4058;1;4585.00;11.20;1259.50;-0.38;0.28 -4059;1;4285.00;10.65;965.50;0.00;0.28 -4060;1;3189.00;9.90;1157.50;0.00;0.26 -4061;1;2943.00;13.90;1235.50;0.00;0.36 -4062;1;4174.50;9.80;1004.50;0.54;0.32 -4063;1;3140.00;12.95;1178.00;-0.78;0.26 -4064;1;3921.50;9.85;1036.00;0.10;0.40 -4065;1;2774.00;12.62;1272.00;0.00;0.24 -4066;1;4591.00;10.85;1211.00;-0.58;0.30 -4067;1;4992.50;11.75;1293.00;-0.16;0.30 -4068;1;3337.50;11.50;1055.00;-0.55;0.42 -4069;1;4953.50;10.70;1234.00;0.24;0.22 -4070;1;4658.50;10.80;1098.50;0.14;0.20 -4071;1;4652.50;11.55;1255.00;-0.64;0.26 -4072;1;3962.50;12.00;974.50;-0.14;0.32 -4073;1;3309.00;10.10;1139.00;0.24;0.20 -4074;1;4536.50;14.50;1290.50;-0.49;0.36 -4075;1;4455.50;9.70;981.00;0.46;0.26 -4076;1;3274.00;9.70;1159.50;-0.92;0.28 -4077;1;4478.50;10.60;1026.00;-0.16;0.32 -4078;1;3151.50;11.80;1277.00;-0.24;0.22 -4079;1;4620.00;9.70;1188.00;-0.24;0.28 -4080;1;2704.50;9.65;1270.00;-0.64;0.24 -4081;1;4608.00;10.57;1054.00;-0.32;0.26 -4082;1;4668.50;9.70;1212.50;-0.32;0.26 -4083;1;4613.00;10.55;1100.50;0.00;0.24 -4084;1;2707.00;12.60;1193.00;-1.10;0.30 -4085;1;4467.00;12.10;1048.00;-0.58;0.30 -4086;1;4814.50;11.10;1240.50;-0.19;0.22 -4087;1;4289.00;10.12;1065.00;-0.46;0.46 -4088;1;3343.50;10.10;1164.00;-1.19;0.20 -4089;1;4657.50;9.95;1274.00;0.64;0.22 -4090;1;3901.50;9.70;992.50;-0.40;0.36 -4091;1;4693.50;9.70;1182.50;0.78;0.24 -4092;1;4555.50;11.45;1024.00;0.46;0.24 -4093;1;4586.00;11.17;1287.00;-1.10;0.26 -4094;1;4893.00;10.75;1210.50;-0.58;0.20 -4095;1;2757.00;12.95;1277.50;0.00;0.24 -4096;1;4700.00;10.35;1032.50;0.58;0.20 -4097;1;2746.00;13.47;1218.00;0.00;0.26 -4098;1;2792.00;10.25;1288.50;-0.58;0.20 -4099;1;4682.00;9.50;1096.50;1.32;0.24 -4100;1;4996.00;9.70;1248.50;0.00;0.20 -4101;1;4709.50;9.90;938.00;-0.24;0.20 -4102;1;4840.17;10.00;1164.70;0.00;0.14 -4103;1;4813.50;11.60;1261.50;0.19;0.20 -4104;1;4156.00;9.95;997.00;-0.46;0.30 -4105;1;4664.50;10.90;1159.00;-0.24;0.22 -4106;1;3989.50;10.85;1029.00;-0.08;0.36 -4107;1;4762.00;9.50;1284.50;0.38;0.24 -4108;1;2679.00;15.55;1154.50;-0.58;0.52 -4109;1;3176.50;9.85;1286.00;0.46;0.24 -4110;1;3880.50;9.70;1061.50;-0.32;0.36 -4111;1;3371.50;13.65;1203.00;-0.46;0.28 -4112;1;3223.00;9.50;1290.50;-0.92;0.24 -4113;1;4643.00;10.55;1091.50;-0.92;0.26 -4114;1;4590.50;9.85;1233.00;-0.69;0.26 -4115;1;3358.50;11.70;1134.00;-0.16;0.32 -4116;1;2783.50;13.20;1228.50;-0.14;0.26 -4117;1;3033.50;10.60;1143.50;-0.54;0.42 -4118;1;4999.50;10.60;1268.50;0.19;0.24 -4119;1;4465.00;9.52;979.00;-0.32;0.24 -4120;1;3122.50;9.80;1162.50;-0.19;0.22 -4121;1;4478.00;10.55;1004.00;0.00;0.32 -4122;1;4982.50;13.35;1268.00;-0.69;0.24 -4123;1;4665.00;9.65;1205.50;-0.58;0.22 -4124;1;3334.50;9.70;1257.50;0.78;0.26 -4125;1;4547.00;14.45;1066.50;0.00;0.34 -4126;1;4786.00;10.80;1239.50;-0.92;0.26 -4127;1;3304.00;9.70;1262.50;-0.67;0.28 -4128;1;3126.50;11.30;543.00;0.16;0.76 -4129;1;2963.00;10.15;1231.50;-0.38;0.24 -4130;1;2282.50;9.50;570.50;-1.32;0.36 -4131;1;2863.00;12.20;1246.00;-0.46;0.28 -4132;1;3922.00;9.70;990.50;0.92;0.36 -4133;1;3136.50;9.60;1146.00;-1.29;0.32 -4134;1;4494.50;10.50;1039.00;0.24;0.28 -4135;1;2719.00;10.52;1253.00;0.78;0.20 -4136;1;3183.00;10.10;1171.00;-0.46;0.18 -4137;1;4635.50;9.60;1299.50;0.32;0.18 -4138;1;3269.50;10.20;981.50;-0.28;0.74 -4139;1;2683.00;13.95;1175.50;-0.27;0.40 -4140;1;4614.50;9.70;1317.00;0.46;0.26 -4141;1;4480.50;16.20;1121.50;0.11;0.38 -4142;1;4934.50;9.85;1227.00;0.16;0.20 -4143;1;3297.00;10.52;1125.00;-0.32;0.26 -4144;1;4588.00;9.95;1242.00;-0.64;0.32 -4145;1;3268.50;9.80;1151.50;0.19;0.26 -4146;1;2846.50;13.80;1245.50;-1.16;0.26 -4147;1;4263.50;10.20;986.00;-0.64;0.32 -4148;1;4658.50;9.70;1184.50;-0.54;0.24 -4149;1;3957.50;11.30;1061.50;0.40;0.32 -4150;1;2793.00;13.90;1227.00;-0.92;0.32 -4151;1;3143.50;11.70;1187.50;-0.19;0.18 -4152;1;4533.00;11.17;1030.00;0.00;0.28 -4153;1;4990.00;11.60;1279.50;-0.27;0.28 -4154;1;2757.50;15.30;1190.50;0.09;0.44 -4155;1;1796.65;9.70;1154.11;-0.32;0.28 -4156;1;4587.00;10.60;1085.50;0.27;0.28 -4157;1;4670.00;11.45;1246.00;-0.46;0.24 -4158;1;4608.00;10.40;1172.50;-0.21;0.26 -4159;1;3040.00;10.20;1278.50;-0.21;0.22 -4160;1;4524.50;9.70;979.50;0.78;0.22 -4161;1;3338.50;10.15;1153.00;0.16;0.20 -4162;1;4209.00;10.00;1028.50;0.67;0.30 -4163;1;2941.50;10.80;1258.00;0.16;0.26 -4164;1;4842.50;9.75;1195.00;-0.98;0.16 -4165;1;4613.50;12.00;1031.50;-0.40;0.20 -4166;1;1431.50;10.10;1625.50;-0.40;0.48 -4167;1;4485.00;13.05;1185.50;-1.10;0.40 -4168;1;1596.00;9.70;1456.00;-0.46;0.30 -4169;1;4663.50;10.90;1081.50;-0.78;0.28 -4170;1;3209.00;9.50;1232.00;0.78;0.16 -4171;1;3293.00;13.02;598.00;0.00;0.48 -4172;1;4937.00;9.97;1237.00;-0.32;0.20 -4173;1;4663.00;11.00;1148.00;-0.32;0.22 -4174;1;4555.00;13.05;1274.50;0.00;0.32 -4175;1;4350.50;11.50;978.50;-0.40;0.34 -4176;1;3037.00;10.15;1154.50;-0.51;0.26 -4177;1;4489.00;10.50;1007.00;0.32;0.28 -4178;1;3162.00;9.50;1261.00;0.19;0.28 -4179;1;4880.50;11.45;1208.00;-0.98;0.20 -4180;1;381.91;13.50;1022.75;-0.46;0.26 -4181;1;4646.00;11.35;1234.50;-0.38;0.20 -4182;1;2726.50;10.80;1273.50;-1.24;0.20 -4183;1;4589.50;12.30;1073.50;-0.78;0.26 -4184;1;4991.00;9.70;1234.00;-0.78;0.20 -4185;1;4631.50;9.70;1121.50;-0.54;0.28 -4186;1;4691.50;9.50;1263.00;0.24;0.28 -4187;1;3947.50;10.00;978.50;-0.32;0.38 -4188;1;4995.50;9.70;1241.00;-0.24;0.16 -4189;1;4574.00;9.57;1011.00;0.78;0.24 -4190;1;4597.00;11.30;1280.50;0.00;0.26 -4191;1;3151.00;11.00;988.50;-0.26;1.68 -4192;1;4437.00;15.50;1071.50;0.85;0.34 -4193;1;3139.50;9.60;1283.50;4.39;0.22 -4194;1;3017.00;12.45;1179.50;-0.51;0.20 -4195;1;2771.50;13.70;1287.50;-0.32;0.20 -4196;1;4669.00;9.70;1071.00;0.46;0.28 -4197;1;4888.50;9.70;1226.50;-0.78;0.18 -4198;1;4853.48;9.50;1146.22;2.15;0.32 -4199;1;2735.00;11.80;1227.50;-0.92;0.22 -4200;1;3125.00;9.70;1136.50;-0.51;0.42 -4202;1;4287.50;10.30;984.50;-0.78;0.32 -4203;1;4617.50;11.65;1161.00;0.35;0.32 -4204;1;4168.50;9.80;1022.50;-0.78;0.34 -4205;1;4712.50;10.20;1274.00;1.57;0.26 -4206;1;3348.50;10.10;1171.50;-0.19;0.20 -4207;1;4606.50;12.50;1030.50;0.14;0.24 -4208;1;4588.50;11.90;1303.50;-0.78;0.22 -4209;1;3852.50;9.80;1649.00;0.24;0.46 -4210;1;4350.00;12.82;1019.00;0.00;0.40 -4211;1;4488.50;9.80;602.50;-0.78;0.22 -4212;1;2690.50;9.50;1540.00;0.12;1.12 -4213;1;2535.50;9.50;1223.00;-1.05;1.00 -4214;1;4708.50;11.20;928.50;-0.32;0.14 -4215;1;3722.00;9.90;1553.00;-0.78;0.36 -4216;1;4554.00;10.75;670.50;0.70;0.30 -4217;1;1966.50;9.50;1079.00;-0.04;0.88 -4218;1;1235.00;10.75;1767.50;-0.34;0.52 -4219;1;4072.50;9.80;746.50;-0.54;0.26 -4220;1;450.00;9.50;1331.50;0.38;1.22 -4221;1;719.50;9.50;1571.00;0.30;0.94 -4222;1;4597.50;12.60;1411.50;-0.14;0.40 -4223;1;4444.00;9.75;811.50;-1.10;0.26 -4224;1;3994.00;10.42;1373.00;-1.10;0.24 -4225;1;4477.50;9.50;580.00;0.24;0.90 -4226;1;5237.50;9.50;537.00;0.46;0.10 -4227;1;3771.50;10.00;1467.00;0.46;0.36 -4228;1;4738.50;9.50;853.00;-0.24;0.22 -4229;1;5067.00;13.10;1865.50;0.45;2.16 -4230;1;5244.00;9.50;68.50;-0.95;1.02 -4231;1;5416.50;9.50;309.50;3.92;0.40 -4232;1;3929.50;9.90;1522.50;-0.40;0.36 -4233;1;4706.00;10.10;908.00;0.46;0.20 -4234;1;5187.50;9.50;1021.00;0.12;0.86 -4235;1;4918.00;9.50;788.50;-0.33;1.14 -4236;1;4626.00;11.07;669.00;0.19;0.36 -4237;1;4085.50;9.70;925.00;0.12;0.36 -4238;1;3872.00;10.30;1556.50;-0.27;0.38 -4239;1;5087.50;9.50;1448.00;-0.48;1.30 -4240;1;4414.00;9.50;782.50;0.12;1.28 -4241;1;4762.00;9.90;759.00;-1.10;0.22 -4242;1;3792.50;9.90;1635.50;0.14;0.40 -4243;1;3947.00;9.50;355.00;0.49;1.14 -4244;1;3732.50;9.50;587.00;0.10;0.90 -4245;1;4180.00;9.90;1013.50;-0.67;0.22 -4246;1;4870.00;11.45;1515.00;-0.32;0.54 -4247;1;5446.00;9.50;343.00;3.46;0.28 -4248;1;3578.00;9.50;212.50;0.23;0.88 -4249;1;2857.50;9.50;678.50;-0.15;0.92 -4250;1;3934.00;10.85;1484.50;-0.18;0.54 -4251;1;4418.00;9.95;864.00;0.58;0.32 -4252;1;5290.00;9.50;521.00;0.00;0.32 -4253;1;2628.50;9.50;287.00;-0.87;0.96 -4254;1;3697.00;9.85;1488.50;0.70;0.40 -4255;1;4503.50;11.50;883.50;0.19;0.18 -4256;1;4499.50;11.55;1196.00;0.16;0.32 -4257;1;2408.00;9.50;1004.50;0.25;1.30 -4258;1;2082.50;9.50;1606.50;0.26;1.60 -4259;1;1523.00;9.50;687.50;0.54;1.04 -4260;1;4452.00;10.15;925.50;-1.10;0.26 -4261;1;3708.00;9.80;1541.00;0.00;0.38 -4262;1;4698.00;10.35;661.50;0.27;0.24 -4263;1;592.00;9.50;163.50;0.00;1.00 -4264;1;111.00;9.50;804.00;-0.78;0.92 -4265;1;3703.50;11.25;1601.00;-0.35;0.38 -4266;1;4751.50;9.85;743.00;-0.24;0.24 -4267;1;883.00;9.50;1084.00;0.00;1.38 -4268;1;5407.50;9.50;290.00;4.71;0.24 -4269;1;4756.00;9.60;813.00;0.00;0.18 -4270;1;1640.00;10.22;1640.00;0.00;0.30 -4271;1;1077.00;9.50;924.00;0.18;1.04 -4272;1;1084.50;9.60;2028.50;0.78;0.14 -4273;1;4600.50;9.50;515.50;-0.78;0.38 -4274;1;904.00;13.15;1612.50;0.00;0.36 -4275;1;4352.50;10.00;831.50;0.95;0.40 -4276;1;4443.50;9.70;582.50;-0.54;0.26 -4277;1;3860.50;10.30;1497.00;0.46;0.52 -4278;1;3983.00;11.05;883.50;-0.21;0.38 -4279;1;4514.00;10.20;646.00;0.38;0.34 -4280;1;4062.50;9.80;924.50;0.14;0.32 -4281;1;3886.50;10.00;1536.50;-0.56;0.48 -4282;1;4629.00;10.95;748.00;0.00;0.30 -4283;1;3654.00;10.50;1587.50;-0.38;0.30 -4284;1;4446.00;9.85;798.00;-0.32;0.20 -4285;1;1781.50;9.70;1649.00;0.16;0.44 -4286;1;5588.50;9.70;362.00;1.57;0.32 -4287;1;1739.50;10.70;1667.50;0.09;0.34 -4288;1;4694.00;10.62;858.00;0.78;0.32 -4289;1;5095.50;9.70;509.00;-0.98;0.22 -4290;1;4954.50;9.80;1535.00;-0.34;0.60 -4291;1;3968.50;15.70;896.50;0.32;0.32 -4292;1;5275.00;10.47;496.00;-0.32;0.20 -4293;1;4324.00;9.95;932.50;0.00;0.24 -4294;1;3689.00;9.90;1524.00;0.00;0.48 -4295;1;4468.50;13.90;1193.00;0.71;0.38 -4296;1;879.00;12.75;1688.50;-0.21;0.38 -4297;1;4384.50;10.60;740.00;-0.46;0.22 -4298;1;3642.50;9.90;1784.00;-0.46;0.80 -4299;1;4073.50;9.90;1090.50;0.11;0.36 -4300;1;3774.00;11.30;1439.50;-0.51;0.38 -4301;1;4698.00;9.60;509.00;0.00;0.18 -4302;1;2215.50;9.50;431.00;-1.37;0.32 -4303;1;3749.50;9.70;1454.00;-0.10;0.44 -4304;1;5145.00;9.75;559.00;-0.46;0.24 -4305;1;1758.00;11.15;1702.50;-0.62;0.54 -4306;1;4576.00;10.60;538.00;1.57;0.48 -4307;1;4688.00;9.50;659.50;0.58;0.20 -4308;1;4667.50;9.90;611.50;-0.40;0.20 -4309;1;3850.50;10.40;1549.50;-0.07;0.42 -4310;1;4389.00;12.50;729.00;-0.32;0.26 -4311;1;3715.00;15.35;1586.00;0.24;0.42 -4312;1;4364.00;10.20;784.50;0.41;0.24 -4313;1;4404.50;18.50;1219.50;-0.40;0.38 -4314;1;3681.00;10.40;1768.50;0.21;0.48 -4315;1;4006.50;12.70;834.00;-0.64;0.26 -4316;1;3973.00;16.10;1343.50;0.51;0.38 -4317;1;5106.50;15.30;513.50;0.19;0.24 -4318;1;4333.00;14.12;1091.00;0.27;0.46 -4319;1;4355.00;10.30;881.50;-0.58;0.26 -4320;1;4438.50;9.50;562.50;-0.11;0.28 -4321;1;4057.00;9.65;903.50;-0.51;0.32 -4322;1;3665.00;9.80;1537.50;-0.21;0.34 -4323;1;4621.00;10.30;647.50;-0.58;0.38 -4324;1;3635.50;9.80;1585.50;-0.62;0.30 -4325;1;4476.50;13.00;1096.00;0.64;0.30 -4326;1;3666.00;10.30;1718.50;0.27;0.32 -4327;1;4022.50;10.00;786.00;0.64;0.26 -4328;1;890.00;11.42;1622.00;0.00;0.38 -4329;1;5103.50;9.50;499.50;-0.78;0.20 -4330;1;4460.50;9.90;835.00;0.16;0.26 -4331;1;922.00;15.00;1570.00;0.00;0.30 -4332;1;5141.50;9.60;551.50;-0.32;0.18 -4333;1;3949.00;9.85;1513.00;0.24;0.36 -4334;1;4505.50;11.60;866.50;-0.78;0.18 -4335;1;4542.50;10.80;634.50;0.32;0.44 -4336;1;4324.50;9.50;920.50;-0.32;0.22 -4337;1;3825.50;10.00;1526.50;-0.78;0.40 -4338;1;4627.00;10.75;718.00;0.32;0.26 -4339;1;4424.50;12.20;961.50;0.11;0.26 -4340;1;3791.00;10.20;1595.00;0.00;0.38 -4341;1;4444.00;9.50;788.00;-0.78;0.20 -4342;1;1764.50;9.70;1644.50;0.40;0.36 -4343;1;950.50;12.20;1753.50;0.39;0.74 -4344;1;3993.50;14.80;842.50;-0.14;0.28 -4345;1;1653.50;10.20;1653.00;1.05;0.42 -4346;1;5120.00;9.65;490.00;0.00;0.22 -4347;1;913.50;14.60;1588.00;-0.57;0.54 -4348;1;4351.50;10.45;874.00;0.35;0.28 -4349;1;4686.19;9.50;553.31;0.36;0.24 -4350;1;4688.50;10.50;920.50;-0.19;0.18 -4351;1;3650.50;9.70;1512.00;-0.12;0.36 -4352;1;5157.50;9.50;606.50;1.42;0.22 -4353;1;3975.50;11.40;944.50;-1.03;0.30 -4354;1;3667.00;10.00;1576.50;-0.21;0.36 -4355;1;4415.50;10.55;716.00;-0.16;0.20 -4356;1;3644.00;9.80;1674.50;0.00;0.26 -4357;1;4893.00;11.12;770.00;-0.46;0.20 -4358;1;4746.00;10.35;489.50;0.00;0.20 -4359;1;4414.00;9.55;834.00;-1.10;0.24 -4360;1;1818.50;9.65;1666.00;4.71;0.44 -4361;1;4446.50;9.70;562.00;-0.24;0.24 -4362;1;1748.50;10.40;1682.50;0.42;0.42 -4363;1;4485.00;10.65;870.50;-1.32;0.22 -4364;1;4435.00;10.30;614.00;0.78;0.18 -4365;1;4042.50;10.30;904.50;-0.95;0.32 -4366;1;4013.00;9.80;1635.00;0.58;0.64 -4367;1;4417.00;10.35;685.00;-0.46;0.24 -4368;1;4689.50;10.80;931.00;-0.16;0.22 -4369;1;3838.00;10.10;1584.50;0.58;0.46 -4370;1;2743.00;9.50;1527.50;-0.96;0.52 -4371;1;4366.50;10.60;764.00;0.24;0.20 -4372;1;3675.50;9.90;1675.00;0.16;0.30 -4373;1;4758.50;10.10;830.00;4.71;0.24 -4374;1;3767.00;9.50;1452.50;-0.85;0.38 -4375;1;4415.00;11.97;1160.00;-0.38;0.38 -4376;1;3764.50;9.80;1481.50;0.50;0.42 -4377;1;4734.50;9.85;866.00;-0.89;0.24 -4378;1;5232.50;11.80;544.50;-1.24;0.20 -4379;1;4481.50;12.65;909.00;0.24;0.24 -4380;1;875.00;10.50;1628.00;0.00;0.28 -4381;1;4429.00;9.70;605.50;0.51;0.28 -4382;1;3887.00;9.70;1078.50;-0.51;0.44 -4383;1;3708.50;14.50;1553.50;0.14;0.44 -4384;1;4393.00;10.40;705.50;0.00;0.22 -4385;1;863.00;9.50;1742.50;-0.58;0.48 -4386;1;4108.00;14.75;1103.00;0.38;0.46 -4387;1;5520.00;10.72;654.00;0.00;0.18 -4388;1;4355.50;9.60;822.50;-0.40;0.22 -4389;1;3930.50;11.00;1461.50;0.36;0.60 -4390;1;4548.00;10.35;537.00;0.00;0.20 -4391;1;4045.00;16.15;1358.00;-0.19;0.52 -4392;1;4357.00;11.10;854.00;-0.24;0.22 -4393;1;5069.50;10.00;575.50;0.78;0.26 -4394;1;3724.00;9.80;1503.00;0.00;0.40 -4395;1;3953.50;9.95;911.00;-1.29;0.34 -4396;1;4569.50;10.60;684.00;-0.10;0.44 -4397;1;4450.50;11.45;946.00;-0.16;0.24 -4398;1;874.00;9.65;1672.00;-0.78;0.32 -4399;1;4714.50;10.15;769.00;-0.24;0.18 -4400;1;3637.50;10.00;1641.50;-0.19;0.28 -4401;1;4472.50;9.50;818.50;0.14;0.22 -4402;1;1432.00;10.35;1486.00;-1.24;0.34 -4403;1;4402.50;18.40;1204.50;-1.16;0.50 -4404;1;4989.50;11.85;1504.00;-0.12;0.38 -4405;1;4508.00;10.10;853.00;0.00;0.20 -4406;1;4473.00;10.92;542.00;-0.46;0.20 -4407;1;4345.00;19.55;1135.50;0.27;0.50 -4408;1;4341.00;10.25;908.50;0.00;0.28 -4409;1;4534.00;9.50;604.50;0.27;0.34 -4410;1;4064.50;11.20;1033.00;-0.12;0.46 -4411;1;3747.00;9.80;1570.00;-0.78;0.56 -4412;1;4397.00;9.65;686.50;-0.38;0.28 -4413;1;906.50;11.60;1731.00;1.19;0.32 -4414;1;4017.50;11.10;880.50;0.78;0.34 -4415;1;4877.00;10.30;446.50;-0.27;0.36 -4416;1;4035.50;13.20;808.00;-0.16;0.26 -4417;1;1672.50;10.30;1653.50;-0.19;0.30 -4418;1;5096.00;14.65;532.50;-0.58;0.26 -4419;1;1659.00;10.60;1697.50;-0.43;0.60 -4420;1;4034.00;11.05;844.50;0.27;0.24 -4421;1;5192.00;10.10;579.00;0.00;0.18 -4422;1;1790.50;11.60;1709.00;0.86;0.52 -4423;1;4694.00;10.50;908.50;-0.38;0.20 -4424;1;4413.00;9.52;675.00;-0.46;0.28 -4425;1;4324.00;12.30;1053.50;-0.85;0.36 -4426;1;1307.00;10.70;1745.00;-0.14;0.58 -4427;1;4748.00;10.20;760.50;-0.58;0.22 -4428;1;889.00;9.52;1721.00;4.71;0.12 -4429;1;4650.50;9.70;796.00;-0.86;0.32 -4430;1;1858.00;9.50;1660.00;0.58;0.72 -4431;1;4458.00;14.45;1117.50;-1.22;0.34 -4432;1;1783.00;9.70;1679.50;-0.70;0.48 -4433;1;4384.50;9.70;852.50;-0.78;0.20 -4434;1;4501.00;9.50;528.50;0.00;0.24 -4435;1;4185.50;16.35;1093.00;-0.12;0.26 -4436;1;1982.50;9.95;355.00;-0.55;0.38 -4437;1;1446.50;10.10;1552.00;0.16;0.30 -4438;1;2630.00;9.50;1517.00;-0.96;1.26 -4439;1;2422.00;9.50;1092.00;-0.16;1.06 -4440;1;3397.00;12.10;1181.50;0.00;0.36 -4441;1;4893.50;10.60;406.50;-0.50;0.48 -4442;1;1542.50;10.40;1560.50;0.19;0.26 -4443;1;1890.00;9.50;1108.50;0.00;1.04 -4444;1;1378.00;10.20;1437.00;0.46;0.36 -4445;1;1669.50;11.75;1614.00;-0.12;0.42 -4446;1;4354.00;9.80;661.50;-1.21;0.28 -4447;1;756.50;9.50;1201.50;-0.04;1.32 -4448;1;751.00;9.50;1460.00;0.26;1.18 -4449;1;1395.00;9.90;1492.50;-1.21;0.40 -4450;1;1826.45;9.50;1147.37;4.24;0.38 -4451;1;4639.50;9.50;578.00;-0.41;1.10 -4452;1;1497.00;10.65;1509.50;0.00;0.28 -4453;1;5090.50;9.80;187.50;-1.00;0.46 -4454;1;4269.00;14.00;1028.50;-0.27;0.32 -4455;1;5246.00;10.15;1901.00;0.44;2.76 -4456;1;5194.00;9.50;85.50;-0.17;1.12 -4457;1;1897.50;9.60;302.50;-0.78;0.46 -4458;1;3568.50;11.85;1346.00;0.69;0.28 -4459;1;4127.50;11.40;1083.50;-0.14;0.44 -4460;1;5133.00;9.50;1024.50;-0.90;1.20 -4461;1;4941.00;9.50;827.50;-0.53;1.02 -4462;1;4915.50;10.40;411.50;-0.14;0.32 -4463;1;3555.00;10.15;1367.00;0.78;0.26 -4464;1;1410.50;9.60;1371.50;0.32;0.26 -4465;1;5063.00;9.50;1407.50;0.63;0.98 -4466;1;4521.50;9.50;817.00;-0.81;1.12 -4467;1;3931.50;18.95;1306.00;0.46;0.32 -4468;1;4853.55;9.80;629.53;-1.42;0.68 -4469;1;4558.50;14.10;1289.50;-0.32;0.30 -4470;1;3953.50;9.50;314.50;-0.25;0.92 -4471;1;3621.50;9.50;619.00;-1.03;0.92 -4472;1;4045.00;10.00;932.50;0.27;0.36 -4473;1;3564.00;14.07;1298.00;0.00;0.32 -4474;1;3547.50;9.50;134.00;-0.28;1.20 -4475;1;2809.00;9.50;682.50;-0.44;0.80 -4476;1;1584.00;9.70;1214.50;-0.58;0.48 -4477;1;3551.00;10.12;1329.00;0.00;0.26 -4478;1;5112.50;10.70;170.50;-0.09;0.50 -4479;1;2583.50;9.50;300.50;-0.17;1.16 -4480;1;4521.50;12.00;1075.50;0.11;0.34 -4481;1;5140.50;10.90;275.00;-0.89;0.32 -4482;1;3782.00;10.10;1274.50;0.34;0.42 -4483;1;2448.50;9.50;1001.00;-0.31;1.16 -4484;1;2036.00;9.50;1622.50;0.57;1.56 -4485;1;1548.00;9.50;692.50;-0.40;1.12 -4486;1;3377.50;11.70;1187.50;-0.54;0.34 -4487;1;4908.00;10.10;385.00;-0.14;0.64 -4488;1;3779.00;9.80;1380.00;-0.32;0.56 -4489;1;628.50;9.50;206.00;-0.84;0.94 -4490;1;74.50;9.50;852.00;0.04;1.06 -4491;1;1538.50;9.80;1443.00;-0.64;0.32 -4492;1;3922.00;10.92;1418.00;0.46;0.56 -4493;1;4730.56;9.70;637.64;2.89;0.34 -4494;1;932.50;9.50;1115.00;0.43;1.22 -4495;1;4620.00;13.60;1363.50;-0.49;0.44 -4496;1;4368.50;10.50;953.50;0.11;0.32 -4497;1;1066.50;9.50;972.50;0.10;1.28 -4498;1;621.50;9.50;1841.50;-1.06;1.18 -4499;1;3778.00;9.80;1341.50;-0.90;0.50 -4500;1;5099.50;10.20;168.50;0.42;0.44 -4501;1;4409.50;13.60;1027.50;-0.32;0.46 -4502;1;5134.50;10.30;263.00;0.35;0.36 -4503;1;4745.50;10.00;1404.00;-0.98;0.36 -4504;1;4452.00;12.50;1074.00;0.00;0.42 -4505;1;5035.00;10.00;409.50;0.27;0.32 -4506;1;4744.50;9.80;1435.00;-0.07;0.36 -4507;1;1371.00;9.50;1358.00;0.00;0.36 -4508;1;1431.50;10.40;1527.00;-0.12;0.32 -4509;1;4942.50;10.70;611.00;-0.84;0.42 -4510;1;1391.00;10.30;1427.50;-0.58;0.38 -4511;1;4433.50;10.20;922.50;0.32;0.40 -4512;1;3436.50;11.60;1279.00;-0.24;0.24 -4513;1;4119.00;10.80;1003.50;0.92;0.26 -4514;1;4693.50;10.80;1376.50;-0.14;0.32 -4515;1;3220.00;13.85;473.50;0.25;0.54 -4516;1;4133.50;10.45;1060.00;-0.64;0.34 -4517;1;5099.00;10.77;261.00;0.54;0.44 -4518;1;936.50;9.70;1473.00;-0.35;0.36 -4519;1;4552.50;9.80;1187.50;0.11;0.30 -4520;1;5054.50;11.20;385.50;0.91;0.40 -4521;1;966.50;15.20;1500.50;0.09;0.58 -4522;1;1348.00;10.30;1407.00;-1.32;0.32 -4523;1;3651.50;9.80;1395.50;0.66;0.48 -4524;1;4899.50;10.40;608.50;0.32;0.38 -4525;1;4525.50;14.10;1337.00;-0.08;0.50 -4526;1;1727.00;10.60;1041.50;0.58;0.60 -4527;1;1475.50;10.65;1522.00;-0.12;0.24 -4528;1;3077.50;9.90;159.50;-0.49;0.70 -4529;1;4421.00;12.70;990.50;0.27;0.38 -4530;1;5138.50;10.60;248.50;0.54;0.36 -4531;1;1447.50;10.55;1538.00;-0.16;0.30 -4532;1;4469.50;12.00;1060.50;-0.11;0.36 -4533;1;2040.50;10.00;440.50;1.30;0.56 -4534;1;3506.50;12.65;1357.00;-0.64;0.26 -4535;1;1386.50;10.20;1353.00;0.46;0.32 -4536;1;4346.00;20.67;1233.00;-0.40;0.58 -4537;1;4701.00;10.55;608.00;0.00;0.28 -4538;1;4575.00;11.25;1267.50;-0.51;0.32 -4539;1;4449.00;9.90;908.50;0.00;0.28 -4540;1;1401.50;10.40;1475.50;-0.62;0.44 -4541;1;4288.50;11.90;995.50;0.54;0.28 -4542;1;3913.00;18.10;1300.00;-0.58;0.36 -4543;1;5550.50;10.15;193.00;0.69;0.32 -4544;1;4141.00;11.00;1048.00;-0.78;0.34 -4545;1;3561.50;13.70;1338.50;0.40;0.34 -4546;1;5119.00;10.85;249.50;0.21;0.48 -4547;1;4542.00;10.00;1195.00;-0.24;0.28 -4548;1;2023.50;12.90;401.50;-0.78;0.60 -4549;1;3811.00;11.15;1267.00;-0.89;0.60 -4550;1;3379.50;13.60;1212.00;-0.69;0.32 -4551;1;4878.00;10.25;1465.50;-0.96;0.30 -4552;1;4952.00;12.02;604.00;-0.98;0.24 -4553;1;3562.00;14.75;1261.50;0.00;0.44 -4554;1;4477.50;11.00;886.50;-0.19;0.24 -4555;1;4616.50;11.90;1423.00;-0.94;0.52 -4556;1;3241.50;15.80;159.50;-0.70;0.76 -4557;1;4058.00;11.65;978.50;0.00;0.42 -4558;1;3936.50;17.50;1245.00;0.10;0.52 -4559;1;4386.50;14.85;1067.00;-0.12;0.40 -4560;1;5084.00;10.30;343.50;-0.67;0.46 -4561;1;4725.00;10.90;1423.00;-0.46;0.44 -4562;1;3527.00;10.20;1134.50;-0.51;0.44 -4563;1;3637.50;9.50;1361.50;-0.91;0.60 -4564;1;4722.37;10.00;581.14;0.62;0.54 -4565;1;1401.50;10.40;1400.50;-0.14;0.38 -4566;1;4354.00;10.75;893.50;0.41;0.36 -4567;1;1338.00;15.80;1461.50;0.00;0.38 -4568;1;4376.50;11.40;981.00;-0.73;0.46 -4569;1;1389.00;10.37;1504.00;-0.46;0.38 -4570;1;2157.00;10.25;553.50;0.30;0.56 -4571;1;4127.00;11.22;1049.00;0.32;0.36 -4572;1;4754.00;10.55;1394.50;-0.87;0.32 -4573;1;1898.50;9.70;253.50;-0.14;0.38 -4574;1;3374.50;11.75;1166.00;0.24;0.24 -4575;1;1932.50;9.90;366.50;0.28;0.64 -4576;1;5027.50;10.40;1410.50;0.66;0.48 -4577;1;1326.50;10.40;1394.50;-0.78;0.34 -4578;1;3820.50;12.45;1390.00;0.12;0.40 -4579;1;4903.20;10.00;550.08;-0.95;0.96 -4580;1;3603.50;15.40;1253.50;0.40;0.36 -4581;1;3777.50;9.60;1415.50;-0.07;0.60 -4582;1;4389.00;10.40;892.50;0.00;0.26 -4583;1;3491.00;14.80;1312.00;-0.46;0.32 -4584;1;3225.00;13.80;127.00;0.21;1.00 -4585;1;4310.00;12.17;985.00;-1.24;0.32 -4586;1;1227.50;12.00;1490.00;-0.12;0.38 -4587;1;1977.00;10.40;479.00;-0.40;0.68 -4588;1;4298.50;10.85;1055.00;0.35;0.44 -4589;1;1962.00;10.05;366.50;-0.87;0.36 -4590;1;1381.50;10.60;1545.50;-1.42;0.24 -4591;1;3370.50;12.20;1155.50;-0.95;0.32 -4592;1;4782.00;10.75;1447.50;0.41;0.48 -4593;1;4954.00;9.50;568.50;-0.38;0.50 -4594;1;1467.00;10.10;1425.00;0.00;0.30 -4595;1;3939.50;11.60;1435.50;0.36;0.58 -4596;1;4482.00;10.12;861.00;0.38;0.26 -4597;1;1356.50;11.00;1458.50;0.22;0.44 -4598;1;1696.50;11.70;1180.00;-0.16;0.32 -4599;1;3687.50;10.60;1312.50;-1.14;0.52 -4600;1;1497.00;9.50;1227.50;-1.10;0.54 -4601;1;1493.50;10.70;1526.50;0.54;0.32 -4602;1;1857.50;9.75;241.00;-0.12;0.42 -4603;1;3387.00;13.17;1138.00;0.16;0.44 -4604;1;1958.00;10.00;350.00;0.32;0.52 -4605;1;3525.00;11.75;1344.50;-0.67;0.24 -4606;1;4563.00;11.15;1231.00;0.58;0.22 -4607;1;947.00;15.22;1517.00;0.00;0.48 -4608;1;4559.50;11.00;532.50;0.78;0.22 -4609;1;3568.50;13.75;1270.00;-0.89;0.38 -4610;1;1147.00;13.27;1617.00;-0.14;0.60 -4611;1;1519.00;9.70;1004.50;-0.21;0.48 -4612;1;4572.00;13.57;1368.00;0.78;0.42 -4613;1;4404.50;12.25;972.00;-0.12;0.32 -4614;1;3562.50;10.35;1327.00;-0.24;0.26 -4615;1;5528.50;9.80;231.00;3.60;0.40 -4616;1;4200.00;9.70;1041.00;0.58;0.28 -4617;1;2201.00;10.55;694.50;0.00;0.74 -4618;1;3769.00;9.97;1361.00;-0.78;0.50 -4619;1;4590.00;11.30;1142.50;-0.51;0.32 -4620;1;3659.50;9.60;1373.50;0.60;0.52 -4621;1;4489.00;9.50;528.50;0.00;0.24 -4622;1;1434.50;10.30;1407.00;0.12;0.36 -4623;1;1781.00;9.67;1618.00;-0.78;0.48 -4624;1;1543.00;9.80;1003.50;-0.38;0.32 -4625;1;1391.00;10.35;1460.50;-0.21;0.46 -4626;1;4311.50;11.30;968.00;-0.16;0.28 -4627;1;1531.50;12.00;1494.50;0.14;0.28 -4628;1;4479.50;10.60;1036.50;0.14;0.34 -4629;1;3853.50;14.10;1319.50;0.19;0.58 -4630;1;4659.00;10.07;192.00;-0.16;0.60 -4631;1;4582.50;10.20;1130.00;-0.89;0.30 -4632;1;5092.50;11.15;281.00;-0.07;0.40 -4633;1;4738.50;10.90;1411.50;-0.22;0.48 -4634;1;4554.50;14.60;1252.50;-0.19;0.30 -4635;1;5016.00;9.70;533.50;-0.34;0.58 -4636;1;3851.00;10.75;1387.00;0.92;0.48 -4637;1;3585.50;13.35;1262.00;-0.16;0.34 -4638;1;3801.00;11.75;1413.00;-0.19;0.68 -4639;1;4445.00;9.70;840.00;-0.58;0.28 -4640;1;1617.50;10.20;857.50;-1.08;0.22 -4641;1;1677.00;10.10;1165.50;0.27;0.40 -4642;1;4744.50;10.50;1383.50;-0.14;0.34 -4643;1;1853.50;9.70;223.50;-0.62;0.42 -4644;1;4170.50;10.40;1035.00;-0.71;0.32 -4645;1;4644.00;9.80;281.00;0.19;0.54 -4646;1;5062.50;12.05;1390.00;0.35;0.38 -4647;1;1584.50;9.50;1302.00;4.71;0.40 -4648;1;5011.00;10.25;441.50;-0.18;0.34 -4649;1;4803.50;10.05;1437.00;-0.10;0.42 -4650;1;1398.00;10.40;1383.50;-0.27;0.34 -4651;1;3976.50;10.60;1427.50;-0.42;0.58 -4652;1;4351.50;12.50;690.50;0.11;0.40 -4653;1;1521.50;10.10;1448.00;-1.29;0.24 -4654;1;4322.50;11.00;961.50;-0.11;0.26 -4655;1;4540.00;13.02;1390.00;0.32;0.60 -4656;1;4462.50;11.90;1022.50;0.19;0.26 -4657;1;996.50;10.60;1453.50;-0.40;0.52 -4658;1;5115.50;10.40;190.50;-0.26;0.42 -4659;1;3881.50;9.70;1695.50;-0.26;0.54 -4660;1;3524.00;13.45;1304.50;-0.38;0.24 -4661;1;4044.00;10.67;1531.00;0.70;0.56 -4662;1;2622.50;9.50;1594.50;0.35;0.96 -4663;1;2269.50;9.50;1294.00;0.22;1.28 -4664;1;1367.00;12.70;1613.00;0.24;0.40 -4665;1;4144.50;10.20;1611.00;-0.84;0.52 -4666;1;1709.00;11.00;1811.00;0.11;1.56 -4667;1;1854.00;9.50;1176.00;-0.32;0.88 -4668;1;1082.50;17.00;1541.50;-0.32;0.60 -4669;1;3878.50;10.20;1912.50;-0.94;1.50 -4670;1;3967.50;10.00;1579.00;-0.29;0.56 -4671;1;475.00;9.50;1282.50;0.76;1.08 -4672;1;800.00;9.50;885.00;-0.08;1.00 -4673;1;5117.50;11.05;114.00;-0.46;0.28 -4674;1;4097.00;14.52;1473.00;-0.78;0.50 -4675;1;4677.00;12.90;1649.50;-0.49;0.76 -4676;1;4726.00;9.50;490.00;1.44;0.40 -4677;1;4618.00;12.85;1526.50;-0.27;0.54 -4678;1;847.00;13.72;1922.00;0.78;1.16 -4679;1;5125.00;9.50;46.00;0.46;0.96 -4680;1;4293.50;12.60;1557.50;-0.11;0.52 -4681;1;4134.00;10.00;1692.50;-0.62;0.50 -4682;1;4070.50;12.30;1335.00;-0.74;0.54 -4683;1;5132.50;9.50;962.50;-0.45;1.32 -4684;1;4911.50;9.50;617.50;0.12;0.98 -4685;1;3994.00;10.45;1565.50;0.58;0.44 -4686;1;3897.50;12.55;1361.00;0.74;0.52 -4687;1;4246.50;10.70;1755.50;0.14;0.78 -4688;1;5050.50;9.50;1453.50;-0.22;1.16 -4689;1;4542.50;9.50;859.50;-0.14;1.04 -4690;1;4247.50;13.40;1573.50;-0.96;0.78 -4691;1;1337.50;10.40;1598.50;0.40;0.32 -4692;1;4238.50;10.10;1899.50;-0.83;1.38 -4693;1;3908.50;9.50;315.50;-0.40;0.94 -4694;1;3610.00;9.50;770.00;-0.10;1.12 -4695;1;1172.00;11.37;1915.00;-0.05;1.44 -4696;1;3201.00;10.17;93.00;0.00;0.66 -4697;1;4360.00;16.25;1474.50;0.82;0.52 -4698;1;3500.00;9.50;138.00;-0.28;1.32 -4699;1;2892.00;9.50;621.50;0.25;0.98 -4700;1;3960.50;9.80;1646.50;0.19;0.58 -4701;1;4900.50;11.80;1525.00;-0.64;0.54 -4702;1;2607.00;9.50;252.50;0.27;0.96 -4703;1;4443.50;11.10;1708.50;0.66;0.74 -4704;1;4262.00;13.20;1380.50;0.43;0.58 -4705;1;4545.50;13.05;1544.00;-0.57;0.66 -4706;1;2406.50;9.50;1057.00;-0.37;1.36 -4707;1;2105.00;9.50;1486.50;0.29;1.18 -4708;1;1572.50;9.50;660.00;-0.88;1.36 -4709;1;4154.50;17.45;1371.00;0.29;0.54 -4710;1;3813.50;9.80;1726.50;-0.32;0.66 -4711;1;4226.00;13.95;1563.50;-0.21;0.60 -4712;1;590.50;9.50;212.00;0.35;1.18 -4713;1;128.50;9.50;853.50;-0.03;1.14 -4714;1;4188.50;11.80;1434.50;0.07;0.60 -4715;1;3876.50;9.70;1814.50;-0.71;0.68 -4716;1;4531.50;11.10;1602.50;-0.32;0.88 -4717;1;971.00;9.50;1124.00;-0.61;1.38 -4718;1;5569.50;11.10;169.50;-0.54;0.32 -4719;1;4639.00;11.35;1513.00;-0.69;0.60 -4720;1;1904.00;10.60;1791.50;0.10;0.96 -4721;1;1112.50;9.50;958.50;-0.61;1.20 -4722;1;728.00;9.50;1832.00;1.14;1.04 -4723;1;1163.50;15.85;1566.00;-0.73;0.50 -4724;1;4251.50;10.95;1653.00;0.98;0.46 -4725;1;4804.50;11.10;1512.50;-0.36;0.44 -4726;1;4770.00;12.30;1722.50;0.27;0.92 -4727;1;1010.00;10.20;1428.50;-0.15;0.46 -4728;1;5224.50;9.90;1544.00;-0.24;0.98 -4729;1;4442.50;13.60;1408.00;-0.10;0.52 -4730;1;4080.00;9.80;1721.00;-0.86;0.70 -4731;1;4798.00;10.87;1587.00;-0.78;0.62 -4732;1;4439.00;14.95;1453.50;-0.33;0.70 -4733;1;4141.00;9.80;1873.50;0.57;1.46 -4734;1;4092.50;10.10;1596.50;0.06;0.56 -4735;1;3127.50;13.00;374.00;0.42;1.06 -4736;1;957.00;13.35;1539.50;-0.39;0.56 -4737;1;4498.50;10.60;1675.00;-1.13;0.74 -4738;1;1429.50;10.10;1639.00;0.10;0.38 -4739;1;1132.50;10.90;1779.00;-0.66;0.78 -4740;1;1275.00;10.50;1491.00;-0.46;0.44 -4741;1;1072.00;14.55;1642.00;-0.26;0.58 -4742;1;1080.50;15.70;1509.50;0.19;0.46 -4743;1;4424.50;10.40;1794.50;-0.44;1.26 -4744;1;5454.00;11.52;1844.00;0.38;2.58 -4745;1;4660.00;11.45;1474.50;-0.58;0.70 -4746;1;3782.50;10.30;1796.50;-0.07;0.72 -4747;1;943.50;10.55;1670.00;-0.46;0.44 -4748;1;5594.50;9.70;159.00;0.64;0.32 -4749;1;1191.50;12.40;1582.50;-0.42;0.50 -4750;1;4363.50;11.50;1625.00;-0.18;0.58 -4751;1;4190.50;16.70;1484.50;-0.32;0.78 -4752;1;4831.50;12.20;1674.00;-0.06;0.86 -4753;1;1447.00;9.80;1838.00;1.16;1.52 -4754;1;3846.00;9.80;1687.50;-0.72;0.44 -4755;1;3521.50;14.30;1293.00;0.69;0.38 -4756;1;1436.00;10.30;1391.50;0.41;0.36 -4757;1;1317.00;10.30;1528.00;0.64;0.40 -4758;1;3731.00;14.97;1672.00;0.00;0.32 -4759;1;1201.00;11.30;1703.00;-0.54;0.50 -4760;1;1191.50;13.20;1565.00;-0.86;0.36 -4761;1;4028.50;9.70;1840.00;0.10;1.02 -4762;1;4630.00;12.95;1640.00;0.11;0.88 -4763;1;5109.50;9.70;85.50;-0.32;0.30 -4764;1;2015.50;10.40;729.00;-1.22;0.46 -4765;1;1014.50;14.80;1754.00;0.61;0.82 -4766;1;4479.50;13.10;1524.00;-0.35;0.58 -4767;1;4075.50;9.85;1684.00;-0.21;0.62 -4768;1;4031.50;14.40;1354.50;0.22;0.44 -4769;1;1718.50;9.90;1709.50;1.30;0.36 -4770;1;4115.00;17.95;1363.50;0.00;0.46 -4771;1;4011.00;10.40;1729.00;-0.69;0.62 -4772;1;1260.50;11.00;1662.00;0.10;0.46 -4773;1;3970.00;10.40;1388.00;0.40;0.64 -4774;1;3788.00;9.80;1822.50;-0.26;0.80 -4775;1;714.50;9.50;860.00;-0.69;0.72 -4776;1;5028.50;10.25;87.00;0.29;0.48 -4777;1;4281.50;13.50;1475.50;-0.50;0.56 -4778;1;990.00;12.67;1653.00;0.00;0.48 -4779;1;4849.00;11.25;1547.50;0.13;0.58 -4780;1;3898.50;10.30;1637.00;-0.35;0.48 -4781;1;4183.00;14.50;1533.50;0.99;0.46 -4782;1;4306.50;10.90;1688.50;0.32;0.48 -4783;1;4379.50;12.20;1346.50;0.06;0.68 -4784;1;1548.50;10.40;1708.50;0.26;0.50 -4785;1;4282.00;11.12;1731.00;-0.12;0.74 -4786;1;4356.00;14.30;1373.50;-0.92;0.50 -4787;1;1824.00;10.95;1788.50;-0.99;0.66 -4788;1;4193.00;12.70;1402.50;-0.13;0.66 -4789;1;4143.50;10.50;1640.00;-0.12;0.54 -4790;1;1277.00;10.15;1724.00;0.00;0.56 -4791;1;5008.00;9.70;77.00;-0.32;0.36 -4792;1;4607.50;12.80;1495.00;-0.05;0.72 -4793;1;4163.00;10.80;1644.50;0.21;0.38 -4794;1;1171.00;13.85;1590.00;0.35;0.62 -4795;1;4640.00;11.02;1708.00;0.58;0.98 -4796;1;1095.00;14.30;1422.50;0.00;0.38 -4797;1;2212.00;9.80;780.00;-1.23;0.48 -4798;1;4810.50;10.60;1734.50;0.05;0.82 -4799;1;1012.50;12.70;1461.50;0.23;0.66 -4800;1;4164.50;14.00;1552.50;-0.09;0.52 -4801;1;4468.50;14.40;1462.00;-0.05;0.72 -4802;1;3711.50;10.30;1757.00;0.18;0.60 -4803;1;4126.50;10.15;1572.00;0.10;0.46 -4804;1;5558.50;10.15;124.00;-0.35;0.26 -4805;1;4893.00;10.30;1480.50;-0.73;0.44 -4806;1;4016.00;9.80;1597.00;-0.19;0.68 -4807;1;1345.00;10.40;1615.50;-0.29;0.48 -4808;1;4406.50;11.25;1659.00;-0.41;0.80 -4809;1;4740.00;10.95;1534.00;-0.12;0.64 -4810;1;4975.50;10.80;1680.50;-0.11;1.04 -4811;1;1296.50;11.60;1491.00;-0.71;0.38 -4812;1;4464.50;10.65;1828.00;0.80;1.44 -4813;1;3824.50;9.70;1695.00;0.54;0.68 -4814;1;1239.50;11.80;1504.00;1.03;0.44 -4815;1;4406.50;10.80;1597.50;0.07;0.64 -4816;1;995.00;15.25;1502.50;-0.43;0.62 -4817;1;3959.50;9.70;1770.50;0.68;0.50 -4818;1;4288.00;12.85;1615.00;-0.46;0.60 -4819;1;5525.00;12.42;96.00;-0.78;0.34 -4820;1;1171.50;13.60;1615.50;0.06;0.48 -4821;1;4712.00;11.85;1663.50;-0.39;0.90 -4822;1;3173.50;12.50;116.50;-0.70;0.62 -4823;1;4176.50;11.80;1465.00;-0.71;0.50 -4824;1;3831.50;10.20;1673.50;-1.06;0.40 -4825;1;3540.50;14.40;1293.00;0.24;0.34 -4826;1;946.00;13.40;1618.50;-0.13;0.56 -4827;1;4054.50;9.80;1702.50;-0.26;0.58 -4828;1;4030.50;18.90;1336.00;-1.01;0.56 -4829;1;4864.00;11.45;1562.50;-1.10;0.48 -4830;1;1225.00;13.32;1548.00;-0.19;0.46 -4831;1;4258.50;10.70;1798.00;-0.59;1.22 -4832;1;4681.50;12.40;1598.00;0.27;0.60 -4833;1;456.50;10.80;1963.50;-1.24;0.90 -4834;1;1414.50;10.85;1629.00;-0.10;0.38 -4835;1;4568.00;13.00;1621.50;0.65;0.62 -4836;1;5079.00;10.10;142.00;0.00;0.30 -4837;1;4444.50;13.80;1528.50;0.32;0.52 -4838;1;1010.00;13.40;1705.00;0.00;0.38 -4839;1;1196.50;11.90;1642.00;-0.10;0.38 -4840;1;4042.50;10.40;1651.00;-0.10;0.54 -4841;1;4995.00;10.85;1539.00;0.00;0.52 -4842;1;4325.00;11.20;1731.50;-0.15;0.74 -4843;1;4292.50;14.60;1362.50;-0.06;0.68 -4844;1;4956.00;10.25;1582.00;-1.10;0.46 -4845;1;4044.00;16.00;1387.50;-0.21;0.56 -4846;1;3796.00;9.70;1750.00;-0.55;0.72 -4847;1;4826.00;10.70;1591.50;-0.30;0.64 -4848;1;576.50;12.00;1973.50;0.61;1.22 -4849;1;4206.50;14.00;1453.50;0.66;0.54 -4850;1;3848.50;10.25;1597.00;0.16;0.54 -4851;1;3258.00;13.20;322.00;0.24;0.92 -4852;1;4692.50;11.60;1502.00;-0.07;0.54 -4853;1;4305.50;10.80;1661.50;-0.36;0.70 -4854;1;1430.00;10.50;1661.50;-0.21;0.36 -4855;1;4677.00;10.30;1719.00;-0.16;0.60 -4856;1;4503.50;12.55;1397.00;-0.83;0.52 -4857;1;1122.50;11.95;1665.00;-0.07;0.68 -4858;1;4335.50;14.30;1410.50;0.26;0.54 -4859;1;4158.50;9.70;1922.50;-0.38;1.46 -4860;1;1075.50;14.10;1674.00;0.08;0.62 -4861;1;2516.00;11.85;1902.50;1.05;1.02 -4862;1;4495.00;14.40;1479.50;-0.18;0.80 -4863;1;1140.00;12.25;1702.50;0.49;0.52 -4864;1;5127.00;9.80;130.00;1.10;0.24 -4865;1;1060.50;11.20;1543.50;-0.09;0.48 -4866;1;4122.00;10.60;1627.50;0.41;0.44 -4867;1;4072.50;10.90;1504.50;-0.86;0.48 -4868;1;4604.00;12.05;1691.50;0.00;0.86 -4869;1;1516.00;11.30;1687.00;-0.69;0.52 -4870;1;859.00;13.25;1791.00;0.00;0.86 -4871;1;1224.00;12.47;1524.00;0.00;0.48 -4872;1;1284.00;10.20;1747.50;0.00;0.50 -4873;1;4577.00;13.00;1419.50;-0.33;0.74 -4874;1;3716.00;15.85;1732.50;0.41;0.52 -4875;1;1336.50;11.00;1726.00;0.03;0.70 -4876;1;4704.00;11.00;1461.50;-0.85;0.38 -4877;1;975.50;14.80;1758.50;0.17;0.86 -4878;1;4910.50;10.60;1811.00;1.17;1.32 -4879;1;3071.00;13.65;267.50;-0.27;0.88 -4880;1;1284.50;10.90;1641.00;0.35;0.50 -4881;1;4912.00;12.80;1664.50;-0.90;0.70 -4882;1;4342.50;15.30;1537.50;-0.86;0.64 -4883;1;4042.50;10.15;989.00;-0.08;0.52 -4884;1;1298.50;9.70;1343.00;0.61;0.46 -4885;1;2716.50;9.50;1469.50;-0.36;0.86 -4886;1;2343.50;9.50;1170.50;-0.37;1.02 -4887;1;1220.00;11.60;1175.00;0.24;0.64 -4888;1;4397.50;17.50;1238.50;-0.26;0.50 -4889;1;2978.50;10.60;781.00;-0.61;0.58 -4890;1;1803.00;9.50;1253.50;-0.70;1.36 -4891;1;3756.00;10.00;1063.00;0.87;0.40 -4892;1;1727.50;9.80;978.00;-0.13;0.84 -4893;1;3775.50;11.85;1225.00;0.83;0.50 -4894;1;581.00;9.50;1118.00;0.60;1.24 -4895;1;899.50;9.50;1353.50;-0.11;1.10 -4896;1;4516.50;10.80;1122.50;0.54;0.36 -4897;1;3073.50;10.30;848.00;-0.04;0.84 -4898;1;1134.50;13.75;1295.00;0.16;0.50 -4899;1;4787.00;9.50;615.00;1.36;1.46 -4900;1;4175.00;21.75;1111.00;-0.46;0.58 -4901;1;3559.00;14.25;1281.00;-0.38;0.36 -4902;1;3124.00;10.60;907.50;-0.59;1.54 -4903;1;2898.00;10.10;1152.50;-0.82;0.78 -4904;1;1389.00;9.75;1166.50;-1.02;0.68 -4905;1;5011.50;9.50;15.00;-1.03;1.04 -4906;1;5206.00;9.50;1064.50;0.73;1.16 -4907;1;4870.50;9.50;656.00;-0.03;1.02 -4908;1;1082.00;9.70;1326.50;0.43;0.52 -4909;1;3557.00;10.75;772.00;-0.78;0.64 -4910;1;3331.00;10.45;1009.50;-0.73;0.58 -4911;1;5099.00;9.50;1505.50;0.31;1.02 -4912;1;4531.50;9.50;895.50;0.15;1.18 -4913;1;2910.00;10.40;940.00;-0.66;1.56 -4914;1;4254.50;21.70;1226.00;0.51;0.84 -4915;1;4019.00;10.37;1091.00;0.46;0.44 -4916;1;4005.00;9.50;291.00;0.42;1.02 -4917;1;3597.00;9.50;684.00;-0.16;1.04 -4918;1;3345.00;10.75;843.50;-0.43;0.70 -4919;1;1259.50;10.40;1440.00;0.61;0.40 -4920;1;2654.50;11.15;1096.00;-0.10;0.58 -4921;1;3503.00;9.50;87.00;0.56;1.10 -4922;1;2842.00;9.50;647.50;-0.13;0.68 -4923;1;3948.00;18.65;1309.00;-0.78;0.44 -4924;1;3516.50;12.40;898.00;-0.38;0.78 -4925;1;4435.00;10.40;1147.50;0.21;0.42 -4926;1;2571.50;9.50;200.50;-0.17;0.88 -4927;1;2700.50;11.00;849.50;-0.72;0.88 -4928;1;3607.50;15.30;1164.50;-1.14;0.48 -4929;1;2467.00;9.50;1062.50;-0.13;1.08 -4930;1;2115.00;9.50;1338.00;0.29;0.88 -4931;1;1631.50;9.50;608.00;0.86;1.10 -4932;1;3611.00;9.80;1023.50;0.43;0.60 -4933;1;2748.00;13.12;1171.00;-0.24;0.40 -4934;1;1965.00;10.00;910.50;-0.75;0.62 -4935;1;645.50;9.50;246.00;0.05;1.02 -4936;1;194.00;9.50;807.00;-0.18;0.92 -4937;1;4376.00;15.47;1087.00;4.71;0.40 -4938;1;2945.50;14.20;812.50;-0.56;0.58 -4939;1;4490.00;14.85;1252.00;0.00;0.44 -4940;1;995.50;9.50;1092.00;-0.67;1.12 -4941;1;3253.50;11.80;568.50;0.03;0.46 -4942;1;1738.00;9.75;1010.00;-0.46;0.48 -4943;1;3530.50;14.05;1240.00;0.08;0.50 -4944;1;1189.00;9.50;956.50;0.00;1.08 -4945;1;688.00;9.50;1787.50;0.68;1.14 -4946;1;1152.50;12.75;1260.00;-0.46;0.44 -4947;1;4244.00;13.65;1327.50;0.34;0.48 -4948;1;2547.50;9.60;883.00;-0.34;0.56 -4949;1;3807.50;13.30;1141.50;-0.57;0.64 -4950;1;4017.00;10.60;1004.00;-1.19;0.48 -4951;1;3460.50;10.60;1171.00;0.33;0.76 -4952;1;2893.50;9.50;737.50;-0.66;0.60 -4953;1;4040.50;11.40;1029.50;0.09;0.44 -4954;1;3380.00;14.30;816.50;0.00;0.64 -4955;1;1208.00;11.60;1382.50;0.51;0.44 -4956;1;1242.50;13.75;1223.00;0.61;0.46 -4957;1;2640.50;11.30;825.50;-0.99;0.66 -4958;1;3772.50;11.60;1243.50;-0.32;0.54 -4959;1;3655.00;10.17;1090.00;-0.69;0.70 -4960;1;4500.50;14.10;1325.00;-0.46;0.36 -4961;1;3279.50;10.80;898.00;0.13;0.72 -4962;1;3025.00;11.00;1126.00;0.51;0.66 -4963;1;3300.50;10.20;956.50;0.66;0.72 -4964;1;4301.00;21.00;1186.50;0.20;0.84 -4965;1;1423.50;9.70;1172.00;-0.22;0.84 -4966;1;3642.00;14.27;1145.00;1.05;0.46 -4967;1;3937.71;9.70;706.25;1.20;0.36 -4968;1;3484.00;11.40;1078.50;0.44;0.72 -4969;1;1607.50;9.80;980.00;-0.39;0.72 -4970;1;2906.00;9.90;1198.50;0.72;0.50 -4971;1;3977.00;12.15;1063.00;-0.78;0.58 -4972;1;2951.50;10.80;836.50;-0.19;0.70 -4973;1;4081.00;22.85;1248.50;0.23;0.84 -4974;1;3472.00;11.00;1137.00;0.95;0.70 -4975;1;1161.00;15.02;1444.00;0.78;0.58 -4976;1;3555.00;12.70;912.50;-0.58;0.98 -4977;1;1103.50;11.10;1307.00;0.94;0.48 -4978;1;3102.50;10.80;852.50;0.10;0.82 -4979;1;3953.00;11.55;1188.00;-0.78;0.54 -4980;1;1984.00;9.85;862.50;-0.31;1.60 -4981;1;3439.00;13.35;1016.00;0.16;0.60 -4982;1;1890.50;9.80;944.00;-0.37;0.88 -4983;1;3651.50;13.15;1199.00;0.29;0.50 -4984;1;3937.00;9.85;1074.00;-0.89;0.46 -4985;1;3469.00;10.27;841.00;-0.92;0.40 -4986;1;4494.00;14.65;1287.50;-0.21;0.44 -4987;1;4137.50;14.25;1092.00;0.52;0.46 -4988;1;1469.00;11.55;1482.00;-0.46;0.22 -4989;1;2555.50;9.60;860.00;0.46;0.16 -4990;1;3890.50;12.20;1137.50;-0.22;0.46 -4991;1;1402.00;9.90;1132.00;0.21;0.70 -4992;1;2959.50;10.30;1159.50;0.17;0.52 -4993;1;3685.00;10.85;1029.50;-0.34;0.58 -4994;1;4198.50;22.30;1141.50;0.04;0.66 -4995;1;3470.00;10.25;726.00;-0.78;0.72 -4996;1;4338.50;15.10;1073.00;-0.41;0.30 -4997;1;3007.50;12.80;836.00;-0.46;0.82 -4998;1;3912.00;13.32;1191.00;-0.46;0.44 -4999;1;4394.00;15.50;1120.50;0.00;0.38 -5000;1;1701.50;9.80;987.50;-0.49;0.68 -5001;1;1328.50;9.80;1418.50;0.19;0.34 -5002;1;4035.00;12.42;1127.00;0.00;0.42 -5003;1;3788.50;11.10;1256.00;-0.94;0.58 -5004;1;2989.50;11.90;1050.00;0.20;1.46 -5005;1;3572.50;9.60;1148.50;0.14;0.48 -5006;1;3494.50;14.50;934.50;0.06;0.62 -5007;1;4514.00;13.00;1224.50;-0.70;0.30 -5008;1;1930.50;9.80;851.50;0.35;1.62 -5009;1;4357.50;14.15;1027.00;-1.29;0.48 -5010;1;3406.50;18.20;789.00;-0.68;0.70 -5011;1;4175.00;22.15;1233.50;-0.75;0.78 -5012;1;2606.00;10.20;1043.00;0.40;0.92 -5013;1;2751.50;10.60;769.00;0.10;0.76 -5014;1;3504.50;10.90;1254.00;0.55;0.40 -5015;1;1272.00;9.85;1275.50;-0.34;0.56 -5016;1;4049.50;12.95;1290.00;-0.12;0.72 -5017;1;3390.50;11.40;909.50;-0.09;0.58 -5018;1;4264.50;18.90;1118.00;-0.74;0.60 -5019;1;4019.00;11.25;958.50;-1.01;0.36 -5020;1;3833.00;12.27;1144.00;-0.12;0.50 -5021;1;1260.50;11.35;1229.00;-1.01;0.54 -5022;1;1277.00;10.80;1373.00;-0.46;0.50 -5023;1;1382.00;9.57;836.00;4.71;0.74 -5024;1;3564.50;10.50;1045.00;0.27;0.66 -5025;1;4461.50;15.20;1244.50;-0.78;0.40 -5026;1;1681.00;10.00;921.00;-0.98;1.26 -5027;1;3452.00;12.72;1080.00;0.41;0.72 -5028;1;2977.00;10.65;828.00;-0.22;0.72 -5029;1;3739.50;13.10;1249.00;-0.07;0.38 -5030;1;4519.50;13.05;1147.00;-0.89;0.34 -5031;1;4398.00;13.57;1308.00;-0.67;0.52 -5032;1;4003.00;11.15;882.00;0.19;0.36 -5033;1;4236.00;20.25;1132.00;0.78;0.40 -5034;1;2556.00;9.60;919.50;-0.54;0.60 -5035;1;2881.50;10.00;1168.50;-0.32;0.72 -5036;1;2969.00;11.45;692.50;-0.15;0.50 -5037;1;3438.50;13.70;994.50;-1.16;0.58 -5038;1;1201.50;12.20;1364.50;-0.91;0.54 -5039;1;2667.00;11.00;777.00;0.32;0.74 -5040;1;4061.00;10.67;1053.00;0.00;0.42 -5041;1;3447.00;11.90;837.00;0.00;0.74 -5042;1;4045.50;23.35;1235.00;0.51;0.70 -5043;1;3812.50;12.00;1084.50;-0.26;0.64 -5044;1;1112.00;13.55;1392.50;-0.74;0.56 -5045;1;2691.50;10.90;819.50;0.06;0.70 -5046;1;2656.00;13.27;1115.00;0.46;0.42 -5047;1;3406.50;15.20;923.50;0.42;0.52 -5048;1;4482.50;11.60;1164.00;-0.46;0.30 -5049;1;3686.00;9.80;999.00;-0.12;0.84 -5050;1;3553.00;9.95;1197.50;-0.18;0.56 -5051;1;1578.00;14.82;840.00;0.16;0.48 -5052;1;1205.00;14.25;1203.50;0.38;0.60 -5053;1;2882.50;10.80;1202.00;0.07;0.50 -5054;1;3038.00;11.10;696.00;0.29;0.92 -5055;1;4074.50;10.60;1065.50;0.78;0.40 -5056;1;1745.50;9.70;973.50;-0.43;0.60 -5057;1;4408.00;17.05;1273.00;-0.98;0.44 -5058;1;3484.50;11.30;1111.00;-0.21;0.76 -5059;1;1458.50;10.60;1444.50;1.03;0.18 -5060;1;3179.00;12.35;864.50;-0.15;1.20 -5061;1;1257.50;9.95;1315.00;0.30;0.52 -5062;1;4005.00;17.60;1337.50;0.00;0.42 -5063;1;3993.50;11.50;946.00;-0.35;0.38 -5064;1;3845.00;13.00;1168.50;0.55;0.52 -5065;1;3535.50;9.80;717.00;-0.84;0.54 -5066;1;1229.00;10.40;1152.00;0.19;0.48 -5067;1;3609.50;14.90;1204.50;-0.49;0.48 -5068;1;3504.00;12.42;793.00;0.24;0.44 -5069;1;3353.00;12.60;1029.50;0.38;0.52 -5070;1;2690.00;11.75;776.50;0.00;0.58 -5071;1;1103.00;13.27;1374.00;0.00;0.24 -5072;1;4425.00;17.57;1100.00;-0.46;0.34 -5073;1;3705.50;11.40;1237.00;0.10;0.62 -5074;1;3507.50;10.25;859.00;-0.83;0.52 -5075;1;3780.00;14.45;1120.00;-0.38;0.56 -5076;1;4313.00;20.10;1306.50;-0.92;0.42 -5077;1;2583.00;9.70;923.00;-0.35;0.64 -5078;1;3199.00;9.90;1151.50;-0.27;0.32 -5079;1;3391.00;12.02;674.00;-0.19;0.64 -5080;1;4256.50;22.70;1155.50;-0.54;0.78 -5081;1;3570.50;10.20;999.50;-0.27;1.06 -5082;1;3882.00;15.85;1189.50;-0.41;0.44 -5083;1;1793.50;9.80;875.50;-0.65;1.76 -5084;1;3151.00;11.90;771.00;-0.14;1.24 -5085;1;1262.50;10.50;1423.00;-0.71;0.34 -5086;1;4037.50;10.00;1093.00;-0.12;0.40 -5087;1;3986.00;21.35;1273.50;-0.10;0.56 -5088;1;1704.50;11.10;1028.00;0.07;0.60 -5089;1;3592.00;10.12;1147.00;-0.40;0.68 -5090;1;1486.00;11.17;1439.00;-0.92;0.30 -5091;1;3412.00;15.10;903.00;0.24;0.36 -5092;1;4522.50;11.50;1202.50;-1.24;0.28 -5093;1;3530.00;14.10;988.50;-0.33;0.86 -5094;1;4095.00;21.95;1192.50;-0.75;0.84 -5095;1;2875.00;10.92;977.00;-0.44;2.04 -5096;1;4039.00;10.77;1046.00;0.00;0.42 -5097;1;3418.50;16.20;818.50;-0.06;0.66 -5098;1;3521.50;10.10;1215.50;-0.49;0.46 -5099;1;3414.50;13.00;1083.50;-0.50;0.48 -5100;1;4368.50;17.20;1294.00;-0.61;0.62 -5101;1;2822.00;10.40;898.50;-0.25;1.04 -5102;1;4335.00;19.77;1121.00;0.92;0.80 -5103;1;1295.50;10.90;1451.50;0.32;0.42 -5104;1;4015.50;10.40;915.50;-0.11;0.42 -5105;1;3852.50;15.15;1137.00;-0.10;0.60 -5106;1;3257.50;13.00;247.50;-0.60;0.68 -5107;1;2192.00;9.90;798.00;-0.78;0.56 -5108;1;2782.00;9.50;1429.00;0.96;0.76 -5109;1;2313.50;9.50;1467.50;1.03;1.18 -5110;1;1956.00;10.10;411.00;-1.22;0.42 -5111;1;1864.50;9.50;1290.50;-0.05;0.98 -5112;1;2090.00;9.50;483.50;0.58;0.36 -5113;1;238.50;9.50;1290.50;-0.27;1.24 -5114;1;1050.50;9.50;1149.50;0.52;0.98 -5115;1;2011.50;11.30;571.50;0.91;0.92 -5116;1;4736.00;9.50;436.50;0.15;1.00 -5117;1;3055.50;11.20;575.50;-0.49;0.68 -5118;1;1703.50;11.50;161.50;0.06;0.38 -5119;1;633.50;9.50;891.50;-0.61;0.94 -5120;1;1568.50;14.75;801.00;0.94;0.64 -5121;1;1691.00;9.65;227.50;0.09;0.42 -5122;1;5045.50;9.50;52.50;0.78;0.86 -5123;1;5249.00;9.50;1065.00;-0.43;1.18 -5124;1;4910.00;9.50;685.50;0.12;1.02 -5125;1;4669.50;10.10;307.50;0.39;0.84 -5126;1;5067.00;9.50;1506.50;0.29;0.68 -5127;1;4500.00;9.50;916.00;-0.06;1.24 -5128;1;3557.50;13.60;351.00;-0.26;1.02 -5129;1;3943.50;9.50;276.00;0.24;0.88 -5130;1;3585.50;9.50;639.50;0.15;1.02 -5131;1;1725.00;17.47;550.00;0.38;0.64 -5132;1;3555.00;9.50;76.50;0.19;1.26 -5133;1;2798.00;9.50;643.50;-0.10;0.88 -5134;1;5049.00;9.80;134.00;-1.16;0.38 -5135;1;5071.50;14.80;549.50;0.62;0.50 -5136;1;3058.50;10.30;902.50;-0.97;1.08 -5137;1;2544.50;9.50;201.50;0.42;1.02 -5138;1;4851.50;10.50;224.50;-0.27;0.92 -5139;1;2957.50;9.70;651.00;-1.41;0.64 -5140;1;2468.00;9.50;1114.00;0.32;1.16 -5141;1;2110.50;9.50;1381.50;0.04;1.04 -5142;1;1571.00;9.50;586.50;-0.42;1.26 -5143;1;1803.50;10.05;410.00;0.18;0.62 -5144;1;606.50;9.50;251.00;0.36;1.34 -5145;1;181.50;9.50;850.00;-0.28;0.98 -5146;1;1736.50;17.30;478.00;-0.57;0.60 -5147;1;1005.00;9.50;1052.50;-1.44;1.16 -5148;1;1972.50;10.70;602.50;-0.32;1.52 -5149;1;1210.50;9.50;849.00;-0.46;1.14 -5150;1;759.50;9.50;1789.00;0.53;1.10 -5151;1;2065.00;10.40;690.00;0.00;0.88 -5152;1;1787.00;12.45;324.50;0.49;0.60 -5153;1;2152.00;10.37;755.00;-0.24;0.84 -5154;1;3055.50;11.20;200.50;-1.24;0.78 -5155;1;3332.50;11.60;371.00;0.57;0.94 -5156;1;2005.00;12.05;437.00;-0.38;0.52 -5157;1;4023.00;14.00;1142.50;-0.85;0.38 -5158;1;3045.00;13.30;478.50;0.96;0.76 -5159;1;1682.00;9.50;139.00;3.14;0.44 -5160;1;3358.00;13.77;653.00;0.27;0.68 -5161;1;5059.00;9.80;115.50;0.00;0.48 -5162;1;1599.00;15.80;769.50;-0.13;0.80 -5163;1;1844.50;9.70;344.00;0.10;0.54 -5164;1;3406.00;9.80;382.00;-0.32;0.78 -5165;1;1881.00;9.90;536.00;0.40;0.60 -5166;1;1683.50;20.00;650.00;0.76;0.92 -5167;1;2066.50;10.20;471.50;-0.11;0.40 -5168;1;2254.00;9.85;736.00;-0.19;0.28 -5169;1;1701.50;11.80;193.50;0.22;0.32 -5170;1;4681.00;10.60;274.50;0.29;0.66 -5171;1;1718.50;15.40;455.00;-0.61;0.50 -5172;1;2114.50;9.60;499.00;-0.10;0.40 -5173;1;1734.00;10.30;74.00;-0.35;0.84 -5174;1;2103.50;11.30;641.50;-0.15;0.96 -5175;1;4690.50;10.40;159.50;0.42;0.54 -5176;1;4594.50;10.65;642.00;-0.61;0.48 -5177;1;3315.00;10.30;275.00;-0.69;1.00 -5178;1;1966.00;11.60;455.50;-0.96;0.50 -5179;1;1794.50;17.70;549.50;-0.36;0.60 -5180;1;3334.50;13.00;540.00;0.05;0.98 -5181;1;5071.50;11.80;26.00;-0.35;0.30 -5182;1;2231.50;11.45;722.00;0.55;0.38 -5183;1;4895.50;9.80;175.00;0.08;0.72 -5184;1;1796.00;10.60;303.00;0.00;0.60 -5185;1;3513.00;11.50;364.50;0.13;0.88 -5186;1;2037.00;10.75;517.00;-0.89;0.40 -5187;1;5082.00;9.70;17.50;0.67;0.34 -5188;1;1743.00;10.50;648.50;-0.33;0.90 -5189;1;3090.00;11.75;190.50;-0.70;0.90 -5190;1;1582.50;10.20;727.50;-1.06;0.64 -5191;1;1700.00;9.90;329.50;-0.15;0.38 -5192;1;1724.00;17.27;421.00;-0.41;0.56 -5193;1;4432.50;16.10;1198.50;0.78;0.36 -5194;1;2139.00;11.85;640.00;-0.35;0.74 -5195;1;5492.50;10.25;55.00;-0.61;0.46 -5196;1;3393.50;13.50;600.50;0.15;0.76 -5197;1;4851.00;9.80;185.50;0.13;0.80 -5198;1;5070.00;10.50;268.50;0.26;0.82 -5199;1;3239.50;12.70;402.50;-0.68;0.56 -5200;1;1916.00;10.20;519.00;0.11;0.68 -5201;1;1725.00;9.50;57.50;-0.41;0.32 -5202;1;1651.00;12.55;620.50;-0.90;0.70 -5203;1;3121.00;11.70;202.50;-0.06;0.24 -5204;1;2105.00;10.65;709.50;-0.09;0.80 -5205;1;739.50;9.50;830.50;-0.72;0.38 -5206;1;4983.00;10.57;335.00;-0.12;0.88 -5207;1;4821.00;10.57;409.00;0.35;0.66 -5208;1;2058.50;11.70;631.50;-0.34;1.16 -5209;1;1741.50;9.50;38.50;-0.09;0.40 -5210;1;3413.50;12.25;588.00;-0.46;0.74 -5211;1;4989.00;9.70;147.50;0.10;0.46 -5212;1;3340.00;9.90;251.00;-0.46;0.70 -5213;1;1866.00;10.30;401.50;0.36;0.90 -5214;1;1862.00;9.70;867.50;0.16;1.18 -5215;1;1720.50;9.50;43.50;0.68;0.58 -5216;1;1702.00;10.10;725.00;-0.65;1.10 -5217;1;3234.50;12.95;250.00;-0.05;0.86 -5218;1;2133.50;10.60;703.00;-0.75;0.76 -5219;1;1775.50;10.70;276.00;0.07;0.46 -5220;1;2093.50;9.70;818.00;-0.30;0.72 -5221;1;3305.50;12.35;429.00;-0.33;1.04 -5222;1;3580.50;13.10;415.00;0.89;0.88 -5223;1;2135.00;12.30;609.00;-0.46;0.60 -5224;1;3387.00;12.85;566.50;0.20;0.68 -5225;1;4968.50;13.20;159.50;0.19;0.54 -5226;1;4599.50;10.60;663.50;-0.66;0.44 -5227;1;5093.00;10.10;235.50;-0.62;0.46 -5228;1;1701.50;11.00;389.00;-0.05;0.42 -5229;1;1793.50;18.25;513.00;-1.01;0.64 -5230;1;1742.32;21.40;601.55;-0.21;0.48 -5231;1;3206.50;13.40;160.00;0.62;0.92 -5232;1;1843.50;9.80;739.50;-0.92;1.42 -5233;1;2732.50;9.50;1397.50;-0.48;0.78 -5234;1;2472.50;9.50;1460.50;0.03;1.06 -5235;1;1948.50;9.50;1316.50;0.74;1.26 -5237;1;1066.00;9.50;1106.50;0.17;1.06 -5238;1;4839.50;9.50;535.50;-0.22;1.18 -5239;1;1301.50;10.75;1918.00;0.46;1.38 -5240;1;5058.50;9.50;24.00;-1.29;1.48 -5241;1;5208.00;9.50;1117.00;-0.69;1.12 -5242;1;4833.00;9.50;724.00;-0.18;1.02 -5243;1;5091.00;9.50;1566.50;-0.13;1.16 -5244;1;4486.50;9.50;960.00;-0.22;1.40 -5245;1;3984.00;9.50;265.50;0.63;0.86 -5246;1;3554.50;9.50;669.00;0.08;1.30 -5247;1;3456.50;9.50;280.50;-0.38;1.30 -5248;1;2785.00;9.50;596.50;-0.56;1.08 -5249;1;2505.50;9.50;203.00;0.22;1.00 -5250;1;2418.00;9.50;1154.50;-0.13;1.24 -5251;1;2074.00;9.50;1344.50;0.28;1.00 -5252;1;1674.00;9.50;565.00;0.49;1.06 -5253;1;667.50;9.50;278.00;-1.08;0.86 -5254;1;230.00;9.50;844.50;-0.44;1.26 -5255;1;929.00;9.50;1069.50;-1.07;1.40 -5256;1;1189.50;9.50;905.00;-0.75;1.32 -5257;1;881.00;9.50;1705.00;0.46;1.38 -5258;1;2663.50;9.50;1404.50;-1.20;0.80 -5259;1;2421.00;9.50;1632.00;0.00;1.44 -5260;1;1927.00;9.50;1218.00;0.16;1.40 -5261;1;61.50;9.50;1223.50;-0.19;1.22 -5262;1;1221.00;9.50;1051.50;-0.28;1.24 -5263;1;4828.00;9.50;438.50;-0.33;1.04 -5264;1;5437.00;10.20;1955.00;-0.16;2.52 -5265;1;5126.50;9.50;17.50;-1.48;0.78 -5266;1;5239.50;9.50;1169.50;-0.62;1.20 -5267;1;4831.00;9.50;671.00;0.00;1.04 -5268;1;5057.50;9.50;1617.50;-0.50;1.20 -5269;1;4551.00;9.50;960.00;-0.52;1.42 -5270;1;3952.50;9.50;229.50;-0.40;1.04 -5271;1;3602.00;9.50;595.00;0.60;1.04 -5272;1;3492.50;9.50;209.00;0.38;1.14 -5273;1;2814.00;9.50;530.50;0.33;1.14 -5274;1;2566.00;9.50;249.50;0.44;0.98 -5275;1;2404.50;9.50;1205.50;0.48;1.10 -5276;1;2069.50;9.50;1391.00;0.20;0.92 -5277;1;1679.00;9.50;513.00;0.00;1.22 -5278;1;619.00;9.50;301.50;-0.86;1.06 -5279;1;161.50;9.50;934.00;0.55;1.08 -5280;1;896.50;9.50;1036.00;0.38;1.26 -5281;1;1231.50;9.50;954.50;-0.88;1.08 -5282;1;834.50;9.50;1700.00;0.54;0.94 -5283;1;3025.00;12.85;1493.50;0.00;0.20 -5284;1;2645.50;9.50;1356.50;0.07;0.80 -5285;1;1602.50;9.50;47.00;-0.64;0.84 -5286;1;2482.00;9.50;1742.00;0.46;1.32 -5287;1;1970.50;9.50;1219.00;-1.12;1.06 -5288;1;8.00;9.50;1157.00;0.32;0.30 -5289;1;1303.00;9.50;1023.50;-0.31;1.16 -5290;1;4873.50;9.50;550.00;-0.28;0.98 -5291;1;2894.00;11.20;1494.50;0.00;0.22 -5292;1;5186.50;9.50;39.50;-0.78;1.08 -5293;1;5274.50;9.50;1119.50;-0.23;1.22 -5294;1;4779.50;9.50;655.00;-0.12;1.16 -5295;1;5013.00;9.50;1615.00;0.21;1.14 -5296;1;4600.50;9.50;941.00;-0.16;1.30 -5297;1;3971.50;9.50;185.00;-0.57;1.02 -5298;1;3512.50;9.50;644.50;-0.32;1.10 -5299;1;3425.50;9.50;328.00;1.07;1.40 -5300;1;2779.00;9.50;503.00;0.19;0.84 -5301;1;2488.00;9.50;265.00;-1.37;0.96 -5302;1;2388.50;9.50;1136.00;1.09;1.20 -5303;1;2031.00;9.50;1447.00;-0.21;1.10 -5304;1;1652.50;9.50;464.50;-1.16;1.20 -5305;1;727.00;9.50;289.50;0.85;1.06 -5306;1;97.50;9.50;906.50;-0.09;1.28 -5307;1;906.00;9.50;993.00;-0.34;1.28 -5308;1;1240.00;9.50;906.50;-0.47;1.02 -5309;1;774.00;9.50;1679.00;-0.34;1.04 -5310;1;4166.00;13.20;1083.50;0.58;0.42 -5311;1;2637.00;9.50;1317.00;-0.38;0.78 -5312;1;2522.00;9.50;1784.50;0.91;1.50 -5313;1;2040.50;9.50;1330.00;0.24;1.18 -5314;1;163.50;9.50;1184.00;-0.64;0.94 -5315;1;1405.50;9.50;968.50;0.27;1.24 -5316;1;4950.50;9.50;464.00;0.02;1.38 -5317;1;1779.00;10.55;924.00;0.24;1.06 -5318;1;5152.00;9.50;120.00;-0.34;1.16 -5319;1;5298.00;9.50;1173.50;-0.80;0.98 -5320;1;4857.50;9.50;594.00;0.37;1.00 -5321;1;4965.50;9.50;1604.00;-0.22;1.10 -5322;1;4678.00;9.50;1039.50;0.15;0.94 -5323;1;3997.50;9.50;219.50;-0.44;0.98 -5324;1;3501.50;9.50;586.50;0.04;0.88 -5325;1;3412.50;9.50;262.00;0.07;0.98 -5326;1;2783.50;9.50;457.50;0.04;0.94 -5327;1;2488.50;9.50;298.00;0.17;1.26 -5328;1;2333.00;9.50;1124.50;0.76;1.40 -5329;1;1984.00;9.50;1498.50;-0.27;1.38 -5330;1;1669.00;9.50;410.00;-0.22;1.26 -5331;1;756.00;9.50;299.50;0.14;1.02 -5332;1;16.00;9.50;881.50;-0.06;0.78 -5333;1;1013.00;9.50;979.00;0.34;1.24 -5334;1;1298.00;9.50;920.50;0.26;1.26 -5335;1;848.00;9.50;1648.50;0.40;1.32 -5336;1;2636.50;9.50;1288.50;0.19;0.86 -5337;1;2312.50;9.50;1976.00;-0.04;1.44 -5338;1;1913.00;9.50;1417.00;-0.32;0.82 -5339;1;344.00;9.50;1023.50;0.33;0.98 -5340;1;4939.50;9.50;421.50;-0.35;0.76 -5341;1;5189.00;9.50;208.50;-0.27;1.04 -5342;1;5319.50;9.50;1126.50;-0.81;1.30 -5343;1;4718.50;9.50;617.50;-0.22;1.74 -5344;1;4933.50;9.50;1619.00;-0.29;0.54 -5345;1;4653.00;9.50;1000.50;-0.08;0.94 -5346;1;4067.50;9.50;212.00;0.42;0.94 -5347;1;3461.50;9.50;606.00;-0.55;1.26 -5348;1;3384.50;9.50;230.50;0.25;1.34 -5349;1;2827.00;9.50;436.50;-0.08;0.86 -5350;1;2480.00;9.50;346.50;0.00;0.90 -5351;1;2292.50;9.50;1083.50;-0.66;1.20 -5352;1;1980.00;9.50;1452.00;0.08;1.22 -5353;1;1666.50;9.50;304.50;0.66;1.26 -5354;1;713.50;9.50;337.50;-0.44;1.06 -5355;1;23.00;9.50;939.00;-0.32;1.04 -5356;1;10.00;9.50;1867.50;-0.38;0.66 -5357;1;999.50;9.50;924.50;-0.95;1.26 -5358;1;1335.50;9.50;872.50;0.57;0.94 -5359;1;797.00;9.50;1638.50;0.61;0.82 -5360;1;2666.50;9.50;1226.00;-0.30;0.80 -5361;1;2217.00;9.50;1949.50;-0.76;1.38 -5362;1;2024.50;9.50;1384.50;-0.03;1.02 -5363;1;603.50;9.50;975.00;-0.24;1.18 -5364;1;5057.00;9.50;477.50;-0.39;1.46 -5365;1;5187.50;9.50;252.00;0.52;1.32 -5366;1;4753.50;9.50;558.50;0.25;0.84 -5367;1;4688.00;9.50;995.00;-0.92;1.12 -5368;1;4036.50;9.50;184.00;0.19;1.02 -5369;1;3445.00;9.50;567.00;-0.46;0.84 -5370;1;3334.50;9.50;200.50;-0.38;1.22 -5371;1;2780.50;9.50;410.50;-0.13;1.08 -5372;1;2523.00;9.50;338.00;-0.73;1.12 -5373;1;2246.50;9.50;1106.00;0.28;1.28 -5374;1;1924.50;9.50;1458.00;-0.10;1.20 -5375;1;1667.50;9.50;225.50;0.35;0.80 -5376;1;653.50;9.50;328.50;-1.19;0.84 -5377;1;83.00;9.50;964.50;0.45;1.26 -5378;1;46.50;9.50;1868.00;-0.89;0.92 -5379;1;958.00;9.50;944.50;-0.13;1.28 -5380;1;1346.50;9.50;918.50;-0.27;0.94 -5381;1;835.50;9.50;1558.50;0.11;1.16 -5382;1;2695.00;9.50;1249.00;0.78;0.62 -5383;1;3569.00;9.50;843.00;-0.49;0.98 -5384;1;1926.00;9.50;1510.00;0.00;1.06 -5385;1;725.00;9.50;1073.00;-0.08;1.02 -5386;1;5561.00;9.50;72.50;-0.88;1.76 -5387;1;5087.50;9.50;415.00;-1.13;1.18 -5388;1;3338.50;9.50;1093.50;-0.15;1.04 -5389;1;5190.50;9.50;300.00;-0.89;0.92 -5390;1;4801.50;9.50;574.50;-0.05;1.30 -5391;1;4962.00;9.50;1643.00;0.00;0.64 -5392;1;4629.00;9.50;899.50;-0.25;1.02 -5393;1;4104.00;9.50;180.00;-0.38;1.10 -5394;1;3432.50;9.50;518.00;-0.54;1.16 -5395;1;3305.00;9.50;139.50;-0.47;1.38 -5396;1;2824.00;9.50;388.50;-0.27;1.06 -5397;1;2632.50;9.50;328.50;0.11;1.12 -5398;1;2206.50;9.50;1160.00;-0.35;1.20 -5399;1;1975.50;9.50;1369.00;0.22;1.06 -5400;1;1625.00;9.50;204.50;0.61;1.42 -5401;1;600.00;9.50;370.00;-0.49;1.32 -5402;1;117.00;9.50;996.00;-1.28;1.12 -5404;1;900.00;9.50;948.00;-0.46;1.30 -5405;1;1386.50;9.50;874.50;-0.37;0.92 -5406;1;778.50;9.50;1547.50;0.02;1.20 -5407;1;2737.00;9.50;1241.00;0.14;0.58 -5408;1;2140.00;9.50;1831.50;-0.72;1.24 -5409;1;1876.50;9.50;1430.50;1.38;0.96 -5410;1;963.00;9.50;1013.50;-0.14;1.46 -5411;1;5140.50;9.50;369.00;0.81;1.32 -5412;1;3256.50;9.50;1340.00;-0.37;0.66 -5413;1;5275.00;9.50;290.50;-1.24;1.08 -5414;1;4732.50;9.50;511.50;-0.65;1.22 -5415;1;5115.00;9.50;1701.50;-1.07;0.74 -5416;1;4593.50;9.50;889.00;-0.24;1.00 -5417;1;4141.00;9.50;153.50;-0.10;1.00 -5418;1;3497.00;9.50;543.00;0.00;1.02 -5419;1;3347.50;9.50;133.50;-0.41;0.94 -5420;1;2777.00;9.50;364.50;-0.23;1.08 -5421;1;2629.50;9.50;380.50;0.04;1.06 -5422;1;2257.50;9.50;1144.50;-0.84;1.20 -5423;1;1992.00;9.50;1417.00;1.37;1.02 -5424;1;1664.00;9.50;174.50;0.60;1.20 -5425;1;572.00;9.50;324.50;-0.31;1.34 -5426;1;65.00;9.50;1021.00;0.09;0.98 -5427;1;4868.50;10.00;1418.00;-0.89;0.26 -5428;1;882.00;9.50;909.00;-0.38;1.28 -5429;1;1347.00;9.50;829.50;0.20;0.82 -5430;1;829.50;9.50;1488.50;-1.22;0.64 -5431;1;2791.50;9.50;1252.50;-0.32;0.78 -5432;1;2235.50;9.50;1874.00;-0.15;1.50 -5433;1;1743.50;9.50;1417.00;-0.50;0.88 -5434;1;986.00;9.50;854.50;0.31;1.22 -5435;1;5229.00;9.50;249.00;-0.10;1.52 -5436;1;1590.00;9.50;952.50;0.09;0.40 -5437;1;5298.00;9.50;249.00;-1.01;1.00 -5438;1;4783.00;9.50;499.50;-0.61;0.82 -5439;1;5068.00;9.50;1670.50;-0.23;1.18 -5440;1;4591.00;9.50;844.00;-0.18;0.92 -5441;1;4778.00;9.50;90.00;0.29;0.86 -5442;1;3549.00;9.50;548.50;0.00;1.02 -5443;1;3287.50;9.50;93.50;0.18;1.24 -5444;1;2845.00;9.50;344.50;-0.51;0.74 -5445;1;2584.50;9.50;356.00;0.10;0.90 -5446;1;2187.50;9.50;1118.50;0.13;1.04 -5447;1;1926.00;9.50;1370.50;0.53;1.16 -5448;1;1628.00;9.50;131.00;-0.16;1.00 -5449;1;542.00;9.50;292.50;-0.74;1.02 -5450;1;20.50;9.50;986.00;0.04;0.88 -5451;1;869.00;9.50;866.00;-0.26;1.42 -5452;1;1395.50;9.50;807.50;0.08;1.48 -5453;1;801.00;9.50;1449.50;0.33;1.02 -5454;1;2816.00;9.50;1296.00;0.24;0.84 -5455;1;2309.00;9.50;1864.50;-0.65;1.04 -5456;1;1791.00;9.50;1346.00;0.46;0.90 -5457;1;836.50;9.50;969.50;-0.65;1.02 -5458;1;5186.50;9.50;9.00;4.55;0.46 -5459;1;5174.00;9.50;164.50;-0.41;1.06 -5460;1;5506.50;9.50;275.50;0.66;1.02 -5461;1;5551.50;9.50;1642.00;-1.21;1.24 -5462;1;4799.50;9.50;535.50;0.04;0.94 -5463;1;4649.50;9.50;880.50;-0.97;0.82 -5464;1;4074.00;9.50;171.00;0.70;0.92 -5465;1;4701.00;9.50;35.50;-0.27;0.88 -5466;1;3555.50;9.50;501.50;-0.13;1.08 -5467;1;3293.00;9.50;43.00;-0.43;1.20 -5468;1;2776.00;9.50;313.00;0.00;1.20 -5469;1;2627.00;9.50;427.00;0.19;0.92 -5470;1;1968.00;9.50;11.00;4.24;0.56 -5471;1;2166.50;9.50;1169.50;0.28;0.98 -5472;1;1696.00;9.50;1311.00;-0.18;0.98 -5473;1;1668.00;9.50;92.00;0.16;0.98 -5474;1;538.50;9.50;372.50;-0.54;1.22 -5475;1;11.50;9.50;1038.00;-0.10;0.64 -5476;1;931.00;9.50;844.50;0.00;1.30 -5477;1;1356.00;9.50;781.50;0.65;1.16 -5478;1;776.50;9.50;1492.00;0.57;0.98 -5479;1;2854.50;9.50;1273.50;-0.04;0.94 -5480;1;2357.00;9.50;1785.50;0.47;1.26 -5481;1;1727.00;9.50;1246.50;-0.11;0.88 -5482;1;798.00;9.50;835.50;0.44;1.04 -5483;1;5423.50;9.50;61.50;-0.78;1.18 -5484;1;5140.50;9.50;76.00;-0.42;1.22 -5485;1;5410.50;9.50;242.00;-1.07;1.22 -5486;1;5610.00;9.50;1630.50;0.00;0.86 -5487;1;4814.00;9.50;489.00;-0.78;1.02 -5488;1;5218.50;9.50;1502.00;0.24;0.92 -5489;1;4628.50;9.50;832.00;-0.35;1.10 -5490;1;4094.00;9.50;138.50;-0.30;1.02 -5491;1;4774.00;9.50;129.00;-0.29;1.00 -5492;1;3603.00;9.50;487.50;-0.18;1.08 -5493;1;3249.00;9.50;65.50;0.15;1.24 -5494;1;2823.00;9.50;290.00;-0.24;0.94 -5495;1;2579.50;9.50;459.00;0.22;1.00 -5496;1;1903.50;9.50;14.00;4.28;0.72 -5497;1;2140.00;9.50;1072.00;0.22;1.12 -5498;1;1838.00;9.50;1387.00;-0.41;0.86 -5499;1;1604.50;9.50;94.00;-1.43;0.94 -5500;1;509.00;9.50;317.00;-0.65;1.06 -5501;1;71.50;9.50;1059.50;-0.15;0.96 -5502;1;939.50;9.50;896.50;-0.83;0.88 -5503;1;1305.50;9.50;822.50;-0.21;0.98 -5504;1;855.00;9.50;1453.50;-0.27;0.98 -5505;1;2868.00;9.50;1350.00;-0.16;1.00 -5506;1;2315.50;9.50;1657.00;0.54;1.14 -5507;1;1796.00;9.50;1128.00;0.32;1.54 -5508;1;609.00;9.50;911.50;0.29;1.42 -5509;1;5249.50;9.50;110.00;-0.11;1.26 -5510;1;5009.00;9.50;62.50;1.10;1.02 -5511;1;5473.00;9.50;177.00;-0.64;1.16 -5512;1;5542.00;9.50;1682.00;-1.21;1.28 -5513;1;4867.50;9.50;473.50;-0.03;1.06 -5514;1;5071.50;9.50;1709.50;-0.62;0.44 -5515;1;4704.50;9.50;556.50;-0.60;1.12 -5516;1;4135.50;9.50;107.50;0.11;1.10 -5517;1;4745.50;9.50;61.00;0.21;0.62 -5518;1;3545.50;9.50;441.50;-0.30;0.96 -5519;1;3251.00;9.50;28.50;-0.67;1.06 -5520;1;2863.00;9.50;297.50;0.14;0.80 -5521;1;2581.00;9.50;409.50;0.00;1.02 -5522;1;1971.50;9.50;65.00;-0.11;1.02 -5523;1;2149.50;9.50;1014.50;0.47;1.22 -5524;1;1813.50;9.50;1428.50;0.54;0.94 -5525;1;1573.50;9.50;65.50;0.23;1.24 -5526;1;474.00;9.50;320.50;-0.31;1.26 -5527;1;140.00;9.50;1037.00;0.09;1.22 -5528;1;1030.50;9.50;864.50;-0.02;1.34 -5529;1;1263.50;9.50;809.50;0.32;1.14 -5530;1;859.00;9.50;1410.50;-0.25;1.22 -5531;1;2890.50;9.50;1271.50;-0.15;0.88 -5532;1;2431.50;9.50;1489.00;0.02;1.04 -5533;1;1851.00;9.70;1081.00;0.21;1.12 -5534;1;356.00;9.50;817.00;-0.84;1.32 -5535;1;5371.00;9.50;207.50;0.25;1.14 -5536;1;4906.50;9.50;98.00;0.19;1.10 -5537;1;5432.00;9.50;212.50;-1.10;1.18 -5538;1;4908.50;9.50;471.50;0.40;0.86 -5539;1;4432.50;9.50;660.50;-0.15;0.92 -5540;1;3999.00;9.50;151.00;-0.39;1.08 -5541;1;4816.50;9.50;86.00;-0.59;1.00 -5542;1;3599.00;9.50;445.50;0.08;0.98 -5543;1;3434.00;9.50;191.00;0.28;1.12 -5544;1;2859.50;9.50;254.50;0.15;0.80 -5545;1;2534.50;9.50;383.00;0.12;1.26 -5546;1;1939.00;9.50;21.00;-1.03;1.08 -5547;1;2186.50;9.50;957.50;0.34;1.30 -5548;1;1789.00;9.50;1386.50;0.00;0.86 -5549;1;1578.00;9.50;124.50;-0.28;1.14 -5550;1;477.50;9.50;189.50;0.42;1.18 -5551;1;149.50;9.50;1079.00;-0.28;1.32 -5552;1;781.00;9.50;985.50;-0.51;1.00 -5553;1;1216.00;9.50;793.50;0.00;1.22 -5554;1;961.50;9.50;1365.00;0.24;1.28 -5555;1;2932.00;9.50;1381.00;-1.10;0.86 -5556;1;2254.00;9.50;1356.50;-0.10;0.84 -5557;1;1768.00;9.50;1093.00;0.23;1.00 -5558;1;333.00;9.50;903.50;-0.19;1.18 -5559;1;5375.00;9.50;262.50;0.45;1.08 -5560;1;4819.00;9.50;131.00;0.00;1.02 -5561;1;5620.00;9.50;75.50;0.07;0.88 -5562;1;5405.50;9.50;1386.50;-0.34;1.14 -5563;1;4991.00;9.50;467.00;-0.26;1.30 -5564;1;4470.00;9.50;683.00;0.26;1.04 -5565;1;4051.00;9.50;134.00;0.38;0.98 -5566;1;4677.00;9.50;12.00;4.71;0.52 -5567;1;3600.50;9.50;401.50;-0.52;0.86 -5568;1;3464.50;9.50;178.00;-0.46;1.04 -5569;1;2806.50;9.50;235.50;-0.47;0.88 -5570;1;2539.50;9.50;435.00;-0.24;0.98 -5571;1;2228.00;9.50;956.50;0.26;1.04 -5572;1;1730.50;9.50;1380.50;-0.63;0.90 -5573;1;1533.50;9.50;98.50;-0.12;1.32 -5574;1;527.50;9.50;225.00;-0.04;0.96 -5575;1;205.00;9.50;1045.50;0.00;0.98 -5576;1;823.00;9.50;927.50;-0.08;1.20 -5577;1;1295.00;9.50;781.00;0.85;1.16 -5578;1;972.00;9.50;1316.50;-0.39;1.50 -5579;1;2944.50;9.50;1349.00;-0.75;0.84 -5580;1;2216.50;9.50;1244.00;0.10;1.42 -5581;1;1730.00;9.50;1190.00;0.32;1.44 -5582;1;301.50;9.50;990.50;0.42;1.34 -5583;1;5199.00;9.50;375.00;-1.07;1.14 -5584;1;4619.00;9.50;159.50;0.33;1.00 -5585;1;5597.00;9.50;141.50;-0.84;0.94 -5586;1;5193.50;9.50;1361.50;0.47;1.20 -5587;1;5099.00;9.50;455.00;-0.74;1.26 -5588;1;4991.50;9.50;1657.50;-0.96;1.10 -5589;1;4465.50;9.50;645.00;-0.81;0.86 -5590;1;4055.50;9.50;76.50;0.02;0.90 -5591;1;4783.50;9.50;52.50;-0.97;0.90 -5592;1;3646.50;9.50;396.00;-0.24;0.92 -5593;1;3451.50;9.50;142.50;-0.43;1.08 -5594;1;2866.50;9.50;205.50;0.25;0.96 -5595;1;2703.00;9.50;176.00;0.08;0.98 -5596;1;1872.00;9.50;21.50;4.65;0.86 -5597;1;2223.50;9.50;1011.00;0.22;0.92 -5598;1;1704.00;9.50;1351.50;-0.33;0.84 -5599;1;1495.50;9.50;157.00;-0.51;1.26 -5600;1;531.00;9.50;263.00;0.12;0.86 -5601;1;252.00;9.50;1044.50;-0.84;1.14 -5602;1;826.50;9.50;1015.50;-1.14;1.02 -5603;1;1306.50;9.50;743.50;-0.66;1.18 -5604;1;1015.00;9.50;1275.00;-0.46;1.40 -5605;1;2966.00;9.50;1276.50;0.58;0.86 -5606;1;2354.00;9.50;1079.50;-0.31;1.18 -5607;1;1719.00;9.50;1115.00;0.44;1.54 -5608;1;58.50;9.50;891.00;0.11;1.12 -5609;1;5406.50;9.50;349.00;-0.92;1.08 -5610;1;4570.00;9.50;207.50;-0.33;1.12 -5611;1;5611.50;9.50;185.00;0.59;1.20 -5612;1;5207.00;9.50;1415.50;-0.28;1.04 -5613;1;5046.00;9.50;438.00;0.16;0.98 -5614;1;5115.00;9.50;1434.00;-0.74;1.26 -5615;1;4449.00;9.65;618.50;0.36;0.82 -5616;1;4091.00;9.50;90.50;-0.15;1.14 -5617;1;4782.50;9.50;14.00;-1.16;0.82 -5618;1;3642.00;9.50;486.00;0.00;0.82 -5619;1;3400.00;9.50;161.50;-0.75;1.12 -5620;1;2826.00;9.50;189.50;0.06;1.10 -5621;1;2763.50;9.50;218.00;-0.43;1.06 -5622;1;1828.00;9.50;13.00;-1.05;0.92 -5623;1;2182.00;9.50;1008.50;-0.12;0.92 -5624;1;1632.00;9.50;1376.00;-0.46;0.72 -5625;1;1529.50;9.50;209.00;-0.67;1.20 -5626;1;467.50;9.50;273.50;-0.04;1.10 -5627;1;305.00;9.50;1054.50;-0.49;1.08 -5628;1;842.00;9.50;1059.50;0.26;1.06 -5629;1;1289.00;9.50;697.00;-0.16;1.04 -5630;1;1088.50;9.50;1286.00;0.59;1.26 -5631;1;2997.50;9.50;1202.00;0.38;0.88 -5632;1;2355.50;9.50;887.50;-0.62;1.18 -5633;1;1602.00;9.50;1120.00;-0.72;1.58 -5634;1;165.00;9.50;895.50;-1.13;0.96 -5635;1;5529.00;9.75;227.50;0.83;1.16 -5636;1;4632.50;9.50;383.00;-0.14;0.98 -5637;1;5531.00;9.50;132.00;0.49;1.68 -5638;1;5279.50;9.50;1008.50;-0.26;1.28 -5639;1;5076.00;9.50;392.50;0.48;0.94 -5640;1;5121.00;9.50;1383.00;-0.15;1.26 -5641;1;4502.50;9.50;596.50;0.02;1.20 -5642;1;4086.00;9.50;45.00;0.41;1.16 -5643;1;4743.50;9.50;32.00;-1.03;0.72 -5644;1;3682.00;9.50;493.50;-0.48;0.84 -5645;1;3203.00;9.50;25.00;0.14;0.78 -5646;1;2858.00;9.50;91.50;0.53;0.90 -5647;1;2759.00;9.50;269.00;-0.86;1.06 -5648;1;2049.50;9.50;1060.00;0.04;1.20 -5649;1;1649.00;9.50;1296.50;0.00;0.84 -5650;1;1613.00;9.50;253.00;-0.24;1.36 -5651;1;424.00;9.50;111.50;-1.06;1.42 -5652;1;364.00;9.50;1102.00;0.00;1.18 -5653;1;725.00;9.50;1028.50;0.09;0.92 -5654;1;1229.50;9.50;688.00;0.12;0.98 -5655;1;1095.50;9.50;1194.50;0.19;1.26 -5656;1;2969.00;9.50;1325.00;-0.65;1.00 -5657;1;2400.00;9.50;808.50;0.21;1.06 -5658;1;1637.50;9.50;1173.00;-0.74;0.58 -5659;1;247.50;9.50;782.50;-0.78;1.16 -5660;1;5388.50;9.50;394.00;-0.60;0.90 -5661;1;4554.50;9.50;388.00;0.19;0.94 -5662;1;5592.00;9.50;262.00;0.00;1.16 -5663;1;5300.50;9.50;1069.00;-0.62;1.24 -5664;1;4981.50;9.50;1195.50;0.25;1.34 -5665;1;5325.00;9.50;1464.50;-0.48;0.98 -5666;1;4569.50;9.50;565.50;1.03;1.00 -5667;1;4123.00;9.50;60.50;-0.65;0.96 -5668;1;4751.00;9.50;9.00;4.71;0.40 -5669;1;3732.00;9.50;491.50;-0.10;0.82 -5670;1;3373.50;9.50;112.00;-0.49;1.00 -5671;1;2825.50;9.50;138.00;-0.69;1.04 -5672;1;2728.50;9.50;225.00;0.35;0.80 -5673;1;2047.00;9.50;1112.50;0.21;1.10 -5674;1;1643.00;9.50;1260.00;-0.84;0.92 -5675;1;1576.00;9.50;242.50;0.57;1.32 -5676;1;439.00;9.50;163.50;-0.87;1.10 -5677;1;209.50;9.50;1090.00;-0.11;1.16 -5678;1;779.00;9.50;1030.00;-0.39;0.94 -5679;1;1249.00;9.50;733.50;0.00;1.24 -5680;1;1142.50;9.50;1201.50;0.04;0.82 -5681;1;3053.50;9.50;1283.00;0.74;0.80 -5682;1;2307.50;9.50;766.50;-0.78;1.22 -5683;1;1574.00;9.50;1072.00;-0.27;1.16 -5684;1;501.00;9.50;575.50;0.47;1.06 -5685;1;5604.00;9.50;405.00;0.15;1.38 -5686;1;4443.00;9.50;458.50;0.71;1.00 -5687;1;3418.00;9.50;1856.00;0.46;0.84 -5688;1;5545.50;9.50;302.00;-1.03;1.32 -5689;1;5326.00;9.50;1044.50;-1.13;1.24 -5690;1;5020.00;9.50;1176.50;-0.58;1.18 -5691;1;5251.00;9.50;1456.00;-1.23;1.10 -5692;1;4296.00;9.50;888.50;-0.87;1.00 -5693;1;4083.50;9.50;15.50;-1.38;1.00 -5694;1;4860.50;9.50;156.50;0.19;0.64 -5695;1;3680.50;9.50;449.50;0.29;0.94 -5696;1;3438.50;9.50;114.00;0.50;0.98 -5697;1;2792.00;9.50;160.50;0.39;0.98 -5698;1;2690.00;9.50;227.50;0.12;0.92 -5699;1;2021.50;9.50;1166.00;-0.51;0.98 -5700;1;1619.50;9.50;1220.00;0.04;1.08 -5701;1;1551.00;9.50;341.00;-0.58;1.40 -5702;1;399.00;9.50;182.00;-0.36;1.12 -5703;1;153.00;9.50;1131.50;-0.07;1.18 -5704;1;783.00;9.50;1073.50;0.00;0.92 -5705;1;1162.00;9.50;677.00;-0.70;1.18 -5706;1;1150.50;9.50;1157.00;-0.35;0.94 -5707;1;3061.00;9.50;1248.50;-0.63;1.36 -5708;1;2390.00;9.50;620.50;-0.44;1.06 -5709;1;1533.00;9.50;1062.00;0.16;1.54 -5710;1;600.00;9.50;570.00;0.09;1.14 -5711;1;5573.00;9.50;211.00;-0.66;1.46 -5712;1;4522.00;9.50;210.00;-0.49;1.04 -5713;1;3466.50;9.50;1923.00;0.15;1.44 -5714;1;5613.50;9.50;312.50;0.16;0.96 -5715;1;5407.00;9.50;1080.00;0.70;1.04 -5716;1;5024.50;9.50;1226.00;-0.26;1.02 -5717;1;5263.00;9.50;1488.50;0.27;1.28 -5718;1;4325.50;9.50;848.00;0.12;0.94 -5719;1;4131.50;9.50;24.50;-1.53;1.22 -5720;1;4903.50;9.50;143.00;0.51;0.74 -5721;1;3719.50;9.50;457.00;0.14;0.98 -5722;1;3461.00;9.50;73.00;0.54;0.92 -5723;1;2757.00;9.50;118.00;0.00;1.24 -5724;1;2727.00;9.50;275.00;0.14;0.82 -5725;1;2001.00;9.50;1099.00;0.00;1.30 -5726;1;1868.50;9.50;1462.50;0.04;1.10 -5727;1;1532.00;9.50;287.50;0.25;1.24 -5728;1;419.00;9.50;227.50;0.15;1.20 -5729;1;211.50;9.50;1142.50;-0.03;1.34 -5730;1;801.00;9.50;1114.00;-0.68;1.16 -5731;1;1123.50;9.50;678.00;0.24;1.26 -5732;1;1178.50;9.50;1084.50;-0.13;1.14 -5733;1;3051.50;9.50;1186.00;0.28;1.16 -5734;1;2502.00;9.50;685.00;-0.24;0.74 -5735;1;1546.50;9.50;1187.00;0.72;1.46 -5736;1;4200.00;12.55;1323.50;0.15;0.64 -5737;1;642.00;9.50;591.00;-0.29;1.52 -5738;1;3850.50;9.50;21.00;-1.19;1.18 -5739;1;4578.50;9.50;83.50;-0.39;0.90 -5740;1;3527.50;9.50;1958.50;-0.24;2.04 -5741;1;5428.50;9.50;292.50;0.42;1.22 -5742;1;5452.00;9.50;1109.50;0.06;1.22 -5743;1;5056.50;9.50;1202.50;-1.12;1.16 -5744;1;5314.50;9.50;1502.50;-1.00;0.90 -5745;1;4319.50;9.50;810.00;-1.31;0.74 -5746;1;4864.50;9.50;114.50;-0.03;1.04 -5747;1;3737.50;9.50;416.00;0.42;0.98 -5748;1;3433.50;9.50;33.50;0.21;1.16 -5749;1;2799.50;9.50;98.50;0.03;1.06 -5750;1;2684.50;9.50;284.00;0.10;0.96 -5751;1;1933.00;9.50;1171.50;0.35;1.28 -5752;1;1869.00;9.50;1509.00;-0.06;1.16 -5753;1;1604.00;9.50;375.50;0.31;1.30 -5754;1;350.00;9.50;222.00;-0.34;1.00 -5755;1;266.50;9.50;1095.50;0.10;1.22 -5756;1;667.00;9.50;1087.00;0.41;0.78 -5757;1;1110.00;9.50;733.00;0.29;1.22 -5758;1;1175.00;9.50;1045.50;-0.33;0.90 -5759;1;3090.50;9.50;1199.50;0.15;0.90 -5760;1;2621.00;9.50;674.00;-0.40;0.78 -5761;1;1564.00;9.50;1137.50;0.38;1.02 -5762;1;798.50;9.50;783.50;-0.91;1.28 -5763;1;5364.00;9.50;535.50;-0.23;0.88 -5764;1;4656.50;9.50;32.50;-0.52;0.82 -5765;1;3326.00;9.50;1979.50;-0.06;1.10 -5766;1;5459.00;9.50;327.00;-0.86;0.98 -5767;1;5433.50;9.50;1200.00;-0.65;1.38 -5768;1;5079.50;9.50;1246.00;-0.63;1.12 -5769;1;5348.50;9.50;1550.00;-0.31;1.02 -5770;1;4291.00;9.50;840.00;0.24;1.04 -5771;1;4951.50;9.50;111.50;0.05;1.08 -5772;1;3747.00;9.50;372.00;-0.07;1.04 -5773;1;3425.50;9.50;13.00;4.54;0.64 -5774;1;2812.50;9.50;46.00;-0.11;1.10 -5775;1;2728.50;9.50;325.00;-0.20;1.00 -5776;1;1795.50;9.50;9.50;4.44;0.46 -5777;1;1941.00;9.50;1256.50;0.64;1.34 -5778;1;1814.00;9.50;1515.00;-0.14;1.20 -5779;1;1606.50;9.50;427.50;-0.03;1.26 -5780;1;335.50;9.50;179.00;-0.33;0.94 -5781;1;314.50;9.50;1116.00;-0.19;1.08 -5782;1;22.50;9.50;1960.00;0.30;0.72 -5783;1;619.00;9.50;1123.00;-0.43;0.98 -5784;1;1067.00;9.50;718.50;0.41;1.24 -5785;1;1233.00;9.50;1105.00;-0.43;1.26 -5786;1;3012.50;9.50;1402.50;-0.28;0.82 -5787;1;2463.50;9.50;558.50;-0.11;0.92 -5788;1;1515.00;9.50;1133.50;0.35;1.22 -5789;1;1030.50;9.50;772.00;-0.94;1.38 -5790;1;5341.00;9.50;450.50;-0.52;1.14 -5791;1;4717.50;9.50;12.50;-1.51;0.70 -5792;1;3065.50;9.50;1981.50;-0.49;1.98 -5793;1;5349.50;9.50;314.50;0.04;0.88 -5794;1;5402.00;9.50;1141.00;-0.65;1.52 -5795;1;5145.50;9.50;1255.00;-0.46;0.98 -5796;1;5402.50;9.50;1563.00;-0.75;0.90 -5797;1;4295.50;9.50;787.50;0.11;0.76 -5798;1;4939.00;9.50;68.50;-0.51;1.12 -5799;1;3773.50;9.50;431.50;0.44;1.02 -5800;1;2864.50;9.50;54.00;0.14;0.86 -5801;1;2682.50;9.50;335.50;-0.04;1.08 -5802;1;1840.50;9.50;58.50;0.02;1.32 -5803;1;1976.50;9.50;1262.50;0.25;1.24 -5804;1;1746.50;9.50;1462.00;-0.03;1.02 -5805;1;1499.00;9.50;378.50;-0.54;1.66 -5806;1;275.50;9.50;185.00;-0.19;1.20 -5807;1;253.50;9.50;1149.50;-0.97;1.02 -5808;1;13.50;9.50;1992.00;0.21;0.60 -5809;1;682.50;9.50;1123.00;-0.43;0.96 -5810;1;1007.00;9.50;678.00;-0.28;1.20 -5811;1;673.00;9.50;1043.50;0.00;1.00 -5812;1;3036.50;9.50;1372.00;0.04;0.78 -5813;1;2575.00;9.50;604.00;0.49;1.12 -5814;1;1446.00;9.50;1136.00;-0.55;1.14 -5815;1;1115.00;9.50;826.50;-0.33;1.12 -5816;1;5232.50;9.50;425.00;-0.03;1.38 -5817;1;4917.00;9.50;33.50;-0.67;0.86 -5818;1;3006.50;9.50;2008.00;-0.02;1.14 -5819;1;5363.00;9.50;354.00;-0.61;0.94 -5820;1;5495.00;9.50;1096.00;-0.70;0.90 -5821;1;5100.00;9.50;1291.00;-0.29;1.08 -5822;1;5443.00;9.50;1526.00;0.35;1.00 -5823;1;4265.50;9.50;899.50;0.22;0.86 -5824;1;4963.00;9.50;32.50;-0.87;0.98 -5825;1;3769.50;9.50;470.50;-0.17;0.94 -5826;1;2846.00;9.50;19.50;-1.23;0.98 -5827;1;2677.00;9.50;385.50;0.12;1.04 -5828;1;1808.50;9.50;113.50;-0.42;1.60 -5829;1;2086.50;9.50;1131.00;0.13;0.86 -5830;1;1930.00;9.50;1943.00;0.21;1.32 -5831;1;1607.50;9.50;482.50;-0.21;1.00 -5832;1;283.00;9.50;233.00;0.00;1.06 -5833;1;348.50;9.50;1154.00;0.72;1.04 -5834;1;10.50;9.50;2022.00;-0.06;0.58 -5835;1;737.00;9.50;1119.00;-0.56;0.96 -5836;1;1021.00;9.50;624.00;0.14;1.10 -5837;1;614.50;9.50;1031.50;-0.44;1.16 -5838;1;3086.00;9.50;1343.00;0.46;1.24 -5839;1;2155.00;9.50;273.50;0.10;0.96 -5840;1;1461.00;9.50;1188.50;0.00;0.96 -5841;1;1267.00;9.50;861.50;0.00;1.24 -5842;1;5187.00;9.50;510.00;-0.24;1.40 -5843;1;4933.00;9.50;9.00;-1.22;0.68 -5844;1;4976.50;9.50;7.50;4.66;0.38 -5845;1;2965.00;9.50;1967.50;-0.31;1.22 -5846;1;5275.50;9.50;323.00;0.22;1.28 -5847;1;5553.50;9.50;1163.50;-1.19;1.56 -5848;1;5175.50;9.50;1298.00;-0.63;1.30 -5849;1;5303.00;9.50;1556.50;0.00;1.08 -5850;1;4241.00;9.50;948.50;-0.68;0.98 -5851;1;3804.00;9.50;386.50;0.58;1.24 -5852;1;2797.50;9.50;14.00;4.71;0.74 -5853;1;2732.50;9.50;367.50;0.25;0.84 -5854;1;1871.00;9.50;51.00;-0.91;0.66 -5855;1;2093.00;9.50;1035.50;-0.17;1.02 -5856;1;1984.00;9.50;1855.50;0.24;1.32 -5857;1;1545.00;9.50;476.50;0.26;1.24 -5858;1;228.50;9.50;189.00;0.76;1.08 -5859;1;331.00;9.50;1199.50;-0.09;0.90 -5860;1;57.50;9.50;1989.50;0.54;0.86 -5861;1;787.00;9.50;1158.50;-1.00;1.08 -5862;1;1032.50;9.50;576.00;0.89;0.90 -5863;1;2609.50;9.50;1365.50;0.78;1.08 -5864;1;3093.00;9.50;1310.50;0.00;0.60 -5865;1;2836.50;9.50;612.00;-0.69;0.88 -5866;1;1472.50;9.50;1237.50;0.37;1.20 -5867;1;1209.50;9.50;736.50;0.30;1.10 -5868;1;5293.00;9.50;507.50;0.80;1.34 -5869;1;2996.50;9.50;1881.00;-0.27;1.96 -5870;1;5321.00;9.50;355.00;0.06;1.32 -5871;1;5240.00;9.50;1336.00;0.00;1.24 -5872;1;5292.50;9.50;1525.00;-1.02;1.04 -5873;1;4217.50;9.50;966.00;0.02;0.98 -5874;1;3888.50;9.50;734.00;0.03;0.62 -5875;1;3640.00;9.50;535.50;0.15;1.24 -5876;1;3393.50;9.50;5.50;-1.12;0.66 -5877;1;2750.50;9.50;14.00;4.71;0.60 -5878;1;2735.00;9.50;450.50;0.17;1.04 -5879;1;1876.00;9.50;143.00;-0.32;1.28 -5880;1;2118.00;9.50;1176.00;-0.14;0.98 -5881;1;1918.00;9.50;2010.00;0.18;1.06 -5882;1;730.50;9.50;196.00;-0.67;1.16 -5883;1;1482.00;9.50;448.00;-1.22;1.08 -5884;1;130.50;9.50;189.00;-0.90;1.40 -5885;1;230.00;9.50;1194.50;0.14;1.18 -5886;1;72.50;9.50;1959.50;-0.19;0.68 -5887;1;671.50;9.50;1167.00;-0.92;0.96 -5888;1;1084.50;9.50;578.50;0.14;0.98 -5889;1;2513.50;9.50;1437.00;-0.12;1.14 -5890;1;3101.50;9.50;1270.00;0.28;0.98 -5891;1;2911.50;9.50;518.00;0.17;0.82 -5892;1;1412.50;9.50;1225.00;0.69;0.94 -5893;1;1049.50;9.50;673.00;-0.84;0.96 -5894;1;5425.50;9.50;642.50;0.19;1.24 -5895;1;2952.00;9.50;1903.00;-0.16;1.48 -5896;1;5318.50;9.50;402.00;0.50;0.98 -5897;1;5574.00;9.50;1115.50;-0.41;1.32 -5898;1;5292.00;9.50;1350.50;-0.23;1.36 -5899;1;5285.50;9.50;1591.50;-0.22;0.56 -5900;1;4233.50;9.50;908.00;0.54;0.76 -5901;1;3645.00;9.50;575.50;-0.38;1.02 -5902;1;2677.50;9.50;440.50;-0.44;0.88 -5903;1;1949.00;9.50;109.50;-0.89;0.88 -5904;1;2031.00;9.50;1226.00;0.16;1.16 -5905;1;1868.50;9.50;1967.00;0.13;0.94 -5906;1;1532.50;9.50;584.00;0.33;1.28 -5907;1;177.50;9.50;144.00;-1.19;1.30 -5908;1;278.00;9.50;1199.00;-0.07;1.10 -5909;1;124.50;9.50;1865.50;0.63;1.04 -5910;1;686.50;9.50;1211.00;-0.46;0.98 -5911;1;1057.50;9.50;624.00;-0.83;1.10 -5912;1;2392.00;9.50;1505.00;0.26;1.06 -5913;1;3132.00;9.50;1267.00;0.00;1.06 -5914;1;2868.00;9.50;392.00;-0.46;1.16 -5915;1;1334.00;9.50;1178.50;0.25;1.26 -5916;1;1115.50;9.50;619.00;-0.54;1.36 -5917;1;5370.50;9.50;580.00;0.24;1.18 -5919;1;5266.50;9.50;388.00;-0.14;1.12 -5920;1;5617.00;9.50;1114.50;-0.18;0.64 -5921;1;5248.50;9.50;1394.50;-0.17;1.14 -5922;1;5069.50;9.50;1369.50;-0.36;1.04 -5923;1;4223.00;9.50;863.50;-0.08;0.74 -5924;1;3696.50;9.50;584.50;0.72;0.70 -5925;1;2660.50;9.50;473.00;-0.76;0.88 -5926;1;1884.00;9.50;191.00;0.19;1.10 -5927;1;2080.00;9.50;1228.00;0.00;1.28 -5928;1;1894.50;9.50;1845.00;0.49;2.32 -5929;1;2834.00;9.50;1547.50;-0.26;0.52 -5930;1;1536.50;9.50;421.00;-0.65;1.38 -5931;1;263.50;9.50;92.00;-0.22;1.12 -5932;1;182.00;9.50;1232.00;0.06;1.12 -5933;1;88.50;9.50;1912.00;0.43;1.08 -5934;1;744.00;9.50;1164.50;0.00;0.96 -5935;1;1149.50;9.50;731.00;-0.67;1.28 -5936;1;3553.50;9.50;28.00;-0.05;1.04 -5937;1;3124.00;9.50;1226.00;0.26;1.00 -5938;1;2898.50;9.50;201.50;-0.83;1.08 -5939;1;1603.50;9.50;1339.50;-0.32;0.80 -5940;1;1211.00;9.50;583.50;-0.48;1.10 -5941;1;5508.50;9.50;694.50;0.87;0.86 -5942;1;2893.50;9.50;1793.00;-0.52;1.34 -5943;1;5225.00;9.50;342.00;-0.70;1.12 -5944;1;5612.00;9.50;1062.00;0.07;0.84 -5945;1;5303.50;9.50;1409.50;-0.10;1.36 -5946;1;5026.50;9.50;1328.50;0.28;1.06 -5947;1;4221.00;9.50;823.50;0.09;0.68 -5948;1;3686.00;9.50;535.00;-0.29;1.12 -5949;1;2692.00;9.50;15.00;4.71;0.62 -5950;1;2672.00;9.50;519.00;-0.26;1.06 -5951;1;1926.00;9.50;259.00;-0.22;1.52 -5952;1;2080.00;9.50;1172.50;0.21;1.24 -5953;1;1813.00;9.50;1957.00;-0.58;1.02 -5954;1;1481.00;9.50;548.50;-0.04;1.22 -5955;1;195.50;9.50;68.50;-0.25;1.16 -5956;1;174.00;9.50;1280.50;0.10;0.74 -5957;1;133.00;9.50;1929.00;0.29;0.88 -5958;1;398.00;9.50;1156.50;0.50;1.28 -5959;1;1191.00;9.50;631.50;0.63;1.20 -5960;1;4392.50;9.70;677.50;0.72;1.48 -5961;1;3191.50;9.50;1186.00;0.40;0.94 -5962;1;2963.50;9.50;178.00;0.28;0.94 -5963;1;1344.00;9.50;1338.50;-1.46;0.80 -5964;1;1420.50;9.50;710.50;-0.04;1.24 -5965;1;5582.00;9.50;813.00;-0.11;1.08 -5966;1;2910.00;9.50;1857.00;-0.23;1.02 -5967;1;5136.50;9.50;306.50;-0.21;0.90 -5968;1;5610.50;9.50;1014.00;-0.04;0.86 -5969;1;5330.00;9.50;1360.00;-0.78;1.38 -5970;1;5022.00;9.50;1270.50;-0.15;0.82 -5971;1;4196.00;9.50;827.50;0.47;0.80 -5972;1;3852.50;9.50;430.50;0.04;0.98 -5973;1;2737.50;9.50;78.50;-0.72;1.04 -5974;1;2743.00;9.50;494.50;-0.08;0.76 -5975;1;1976.50;9.50;290.50;-0.56;1.30 -5976;1;2030.50;9.50;1274.50;-0.57;1.14 -5977;1;1781.00;9.50;1987.50;-0.97;0.94 -5978;1;1429.00;9.50;527.50;-0.71;1.28 -5979;1;215.50;9.50;18.00;4.65;0.82 -5980;1;234.00;9.50;1243.50;-0.25;1.06 -5981;1;192.00;9.50;1916.00;0.58;1.12 -5982;1;361.50;9.50;1059.00;0.04;0.98 -5983;1;1149.00;9.50;578.50;-0.50;1.24 -5984;1;4343.00;9.50;726.50;-0.41;1.08 -5985;1;3245.50;9.50;1172.50;1.31;0.62 -5986;1;1348.00;9.50;1240.00;-0.19;1.34 -5987;1;1236.50;9.50;524.50;-0.73;1.24 -5988;1;5466.50;9.50;869.50;-0.89;1.22 -5989;1;2870.00;9.50;1692.00;0.50;0.74 -5990;1;5175.50;9.50;339.00;0.38;1.12 -5991;1;5540.00;9.50;1014.00;-1.37;0.78 -5992;1;5401.00;9.50;1477.50;0.58;1.22 -5993;1;5055.00;9.50;1274.50;-0.17;0.92 -5994;1;4133.00;9.50;824.50;-1.06;1.02 -5995;1;3894.00;9.50;432.00;0.00;0.96 -5996;1;2717.00;9.50;39.50;0.09;1.02 -5997;1;2725.50;9.50;544.00;-1.13;0.94 -5998;1;2009.00;9.50;259.00;0.52;1.10 -5999;1;1991.50;9.50;1316.50;-0.03;1.24 -6000;1;1741.50;9.50;1994.50;0.48;0.82 -6001;1;1392.00;9.50;539.00;-0.12;0.98 -6002;1;248.50;9.50;47.00;-0.28;1.14 -6003;1;290.50;9.50;1248.50;-0.27;1.02 -6004;1;147.50;9.50;1886.50;-0.71;1.10 -6005;1;196.00;9.50;991.50;-0.20;1.36 -6006;1;1232.50;9.50;631.00;0.03;1.20 -6007;1;4337.50;9.50;764.50;0.63;0.84 -6008;1;3077.00;10.87;659.00;0.00;0.82 -6009;1;3208.50;9.70;1746.00;0.35;0.24 -6010;1;3030.50;12.00;1785.50;-0.95;0.30 -6011;1;3266.00;9.50;1167.50;-0.65;0.78 -6012;1;3267.50;10.00;1949.00;-0.98;0.52 -6013;1;3151.50;9.80;1788.50;-0.09;0.30 -6014;1;1415.00;9.50;1264.00;-0.10;0.90 -6015;1;3216.50;10.30;1998.00;0.12;0.46 -6016;1;3548.50;10.40;1827.50;0.71;0.88 -6017;1;3382.00;10.30;1766.50;1.10;0.24 -6018;1;1087.50;9.50;446.50;0.23;1.08 -6019;1;5549.00;9.50;969.50;-0.87;0.88 -6020;1;3416.00;10.30;622.00;0.46;0.70 -6021;1;3338.50;10.15;1831.00;0.55;0.30 -6022;1;3366.50;10.40;1671.50;0.19;0.24 -6023;1;3043.00;11.10;1772.50;-0.27;0.26 -6024;1;3120.50;11.10;1868.00;-0.16;0.32 -6025;1;3672.50;10.05;1706.00;0.69;0.30 -6026;1;2866.50;9.50;1789.00;-0.13;0.82 -6027;1;3236.00;11.45;681.50;0.48;0.74 -6028;1;1503.00;9.50;859.00;-1.05;0.16 -6029;1;3341.00;9.70;1882.50;1.81;0.32 -6030;1;5099.50;9.50;351.00;0.13;1.00 -6031;1;5545.00;9.50;1080.00;-1.26;0.68 -6032;1;5448.50;9.50;1491.00;0.05;1.18 -6033;1;3249.00;9.85;1789.00;0.00;0.26 -6034;1;3407.50;10.20;1756.50;0.40;0.32 -6035;1;3309.00;10.30;1705.00;0.00;0.30 -6036;1;5145.00;9.50;1307.00;-0.42;1.38 -6037;1;4151.50;9.50;863.50;-0.29;0.92 -6038;1;2980.00;11.35;1815.50;-0.87;0.32 -6039;1;2953.00;12.20;722.50;-0.74;0.88 -6040;1;3772.00;9.90;1929.50;-1.14;1.10 -6041;1;2991.00;10.15;1847.50;-0.27;0.32 -6042;1;2983.50;11.45;1764.00;-0.16;0.28 -6043;1;3903.50;9.50;369.00;0.25;0.90 -6044;1;2707.00;9.50;126.00;-0.38;1.20 -6045;1;3264.00;10.80;1871.50;0.00;0.42 -6046;1;2716.00;11.02;1677.00;0.00;0.24 -6047;1;3183.50;9.50;1775.00;-0.12;0.30 -6048;1;2772.00;9.50;549.00;0.07;0.82 -6049;1;2637.00;9.50;1983.00;0.54;1.28 -6050;1;3085.50;9.50;1720.50;-0.19;0.24 -6051;1;3418.00;10.45;1793.00;0.78;0.44 -6052;1;3292.00;9.50;1771.50;-0.38;0.26 -6053;1;2087.50;9.50;1288.00;-0.10;1.22 -6054;1;1814.50;9.50;2025.50;-0.39;0.64 -6055;1;3093.50;15.90;1936.00;-0.12;0.32 -6056;1;3391.00;10.47;1694.00;4.71;0.20 -6057;1;3336.00;9.70;1757.50;0.58;0.16 -6058;1;1383.00;9.50;442.50;-0.44;1.28 -6059;1;144.00;9.50;95.50;-0.20;1.32 -6060;1;301.00;9.50;1295.50;-0.23;1.02 -6061;1;3225.50;10.30;1978.50;-1.14;0.40 -6062;1;2687.50;9.80;1697.50;-0.32;0.42 -6063;1;3077.50;10.30;1813.00;0.35;0.32 -6064;1;225.50;9.50;1831.50;0.78;1.12 -6065;1;219.50;9.50;949.00;0.87;1.12 -6066;1;3142.50;9.70;1752.00;-0.89;0.24 -6067;1;3083.50;11.30;1832.50;0.19;0.30 -6068;1;1193.00;9.50;542.00;-0.49;1.02 -6069;1;4841.50;9.50;48.00;0.06;0.86 -6070;1;3311.50;9.65;1762.00;-0.46;0.22 -6071;1;3026.00;11.35;1900.50;-0.51;0.30 -6072;1;2938.00;11.10;1711.00;0.78;0.24 -6073;1;3373.00;10.50;1734.50;0.92;0.26 -6074;1;3106.50;11.55;1898.00;-0.35;0.36 -6075;1;3416.50;10.10;1756.50;-0.50;0.34 -6076;1;3212.00;10.67;1928.00;1.03;0.34 -6077;1;3460.00;10.30;1691.50;-0.87;0.24 -6078;1;3224.50;10.40;1809.50;0.78;0.22 -6079;1;3148.50;9.50;1983.50;0.32;0.42 -6080;1;2947.50;12.70;1743.00;-0.16;0.24 -6081;1;3205.50;10.40;1833.00;1.05;0.34 -6082;1;3246.50;10.40;1758.50;-1.03;0.24 -6083;1;3137.00;9.80;1863.50;1.01;0.32 -6084;1;3043.50;10.05;1722.00;0.16;0.24 -6085;1;4583.00;11.20;1877.00;-0.09;2.06 -6086;1;3318.00;10.35;1698.00;-0.32;0.28 -6087;1;3217.00;10.45;1894.50;-0.27;0.38 -6088;1;3492.50;9.80;1763.50;0.09;0.36 -6089;1;3540.50;9.80;1699.50;-0.78;0.30 -6090;1;3352.00;9.52;1801.00;4.71;0.26 -6091;1;3461.50;9.90;1748.00;0.64;0.24 -6092;1;3256.50;9.80;1984.00;-0.16;0.38 -6093;1;3035.50;10.50;1748.00;0.46;0.28 -6094;1;3331.00;10.20;1787.00;0.46;0.20 -6095;1;3309.00;10.30;1717.00;-0.32;0.28 -6096;1;3316.00;10.50;1831.00;0.00;0.26 -6097;1;3413.50;10.40;1728.00;-0.64;0.30 -6098;1;3287.00;10.60;1829.00;-0.32;0.34 -6099;1;3223.50;10.30;1701.50;0.78;0.20 -6100;1;3505.00;10.00;1748.50;-0.67;0.24 -6101;1;3407.50;10.40;1683.00;-0.64;0.22 -6102;1;3423.50;10.00;1812.00;-0.46;0.50 -6103;1;2789.00;10.35;1560.00;-0.78;0.22 -6104;1;2718.50;12.10;1688.00;-0.35;0.26 -6105;1;3511.50;9.80;1842.00;0.30;0.76 -6106;1;3354.50;10.30;1761.00;-0.24;0.26 -6107;1;3150.00;11.80;1968.50;-0.87;0.36 -6108;1;3179.00;9.55;1736.00;0.46;0.18 -6109;1;3368.50;9.50;1776.00;-1.19;0.22 -6110;1;3516.00;9.95;1742.00;0.00;0.22 -6111;1;3029.50;12.40;1878.50;1.03;0.26 -6112;1;3488.00;10.20;1719.50;0.00;0.22 -6113;1;3479.50;9.80;1680.50;0.19;0.24 -6114;1;2948.50;12.65;1783.00;-0.71;0.32 -6115;1;2970.00;9.50;1731.50;-0.58;0.24 -6116;1;2964.50;9.80;1825.50;-0.78;0.32 -6117;1;3303.50;10.00;1971.00;-0.61;0.48 -6118;1;2958.00;13.60;1800.00;-0.78;0.32 -6119;1;3478.50;9.80;1709.50;-0.14;0.20 -6120;1;3026.50;9.70;1636.00;0.98;0.14 -6121;1;3597.50;10.55;1763.00;0.12;0.42 -6122;1;3377.00;10.40;1674.00;-0.46;0.22 -6123;1;3009.50;12.40;1772.00;-0.98;0.30 -6124;1;3571.50;9.90;1695.50;-0.54;0.30 -6125;1;3161.00;9.50;1879.50;0.27;0.34 -6126;1;3059.00;10.95;1810.00;0.00;0.30 -6127;1;3067.00;9.90;1734.00;-0.98;0.28 -6128;1;3260.50;10.80;1922.50;-0.54;0.40 -6129;1;3034.00;11.70;1799.50;0.51;0.30 -6130;1;3108.50;12.90;1950.50;0.14;0.40 -6131;1;3342.50;10.60;1715.00;-0.24;0.22 -6132;1;3127.50;9.70;1829.50;0.78;0.30 -6133;1;3543.50;9.80;1720.50;-0.54;0.26 -6134;1;3266.50;10.60;1842.00;-0.16;0.38 -6135;1;3452.00;9.80;1667.00;0.46;0.24 -6136;1;2940.00;14.25;1769.00;0.00;0.30 -6137;1;3239.00;10.80;1892.00;-0.98;0.28 -6138;1;3172.50;10.30;1788.50;-0.62;0.32 -6139;1;3262.00;10.15;1706.50;-0.67;0.24 -6140;1;3416.50;10.00;1912.50;-0.62;0.34 -6141;1;3206.00;10.47;1794.00;0.32;0.30 -6142;1;3233.50;10.80;1940.50;-0.09;0.40 -6143;1;1707.00;9.80;852.00;-1.10;0.18 -6144;1;3196.50;9.80;1747.00;0.24;0.24 -6145;1;2902.00;10.32;1747.00;4.71;0.18 -6146;1;3257.00;10.40;1822.00;-0.46;0.16 -6147;1;3027.50;11.50;1763.00;-0.46;0.24 -6148;1;3050.50;10.30;1672.50;-0.32;0.22 -6149;1;3513.00;9.85;1671.50;-1.10;0.26 -6150;1;3275.50;10.30;1769.00;-0.98;0.22 -6151;1;2948.00;9.95;1711.00;-0.46;0.26 -6152;1;3041.50;12.60;1881.00;-0.89;0.32 -6153;1;3310.00;10.50;1782.50;0.27;0.26 -6154;1;3304.00;10.30;1695.00;-0.46;0.20 -6155;1;3066.50;12.00;1921.00;-0.61;0.42 -6156;1;1629.50;11.70;896.50;-1.06;0.30 -6157;1;3315.00;10.50;1945.50;0.00;0.30 -6158;1;3487.00;9.80;1703.50;0.58;0.20 -6159;1;3367.00;9.80;1817.50;0.51;0.30 -6160;1;2985.50;9.95;1744.00;-1.19;0.26 -6161;1;3119.50;10.30;1855.00;0.16;0.30 -6162;1;3640.00;9.90;1703.00;0.19;0.30 -6163;1;3194.50;10.40;1766.50;-0.78;0.22 -6164;1;3030.50;9.80;1714.50;-0.62;0.26 -6165;1;3150.50;9.70;1876.00;0.46;0.34 -6166;1;3448.00;10.10;1756.50;-0.18;0.40 -6167;1;3403.00;10.40;1691.00;-0.78;0.16 -6168;1;3166.50;10.70;1916.50;0.14;0.40 -6169;1;3353.50;10.70;1738.00;-0.12;0.22 -6170;1;3146.50;11.45;1938.00;-0.12;0.36 -6171;1;3567.50;9.80;1707.00;-0.89;0.24 -6172;1;3322.50;10.30;1762.00;-0.24;0.24 -6173;1;2998.50;11.35;1838.00;-0.61;0.40 -6174;1;3277.50;10.40;1724.50;0.19;0.22 -6175;1;3278.00;10.60;1844.50;0.00;0.34 -6176;1;2903.00;9.50;1697.50;-0.58;0.24 -6177;1;3623.00;10.00;1837.50;0.33;0.86 -6178;1;3212.50;10.30;1696.50;0.19;0.26 -6179;1;3248.00;10.55;1880.00;-0.24;0.34 -6180;1;3478.00;10.00;1691.00;0.46;0.24 -6181;1;3308.00;9.80;1914.00;-1.03;0.24 -6182;1;3408.00;10.40;1745.00;0.32;0.28 -6183;1;3258.00;10.25;1942.00;0.16;0.32 -6184;1;2932.50;12.60;1731.50;0.14;0.34 -6185;1;3029.50;11.80;1831.50;-0.19;0.30 -6186;1;3238.50;9.60;1749.50;-0.14;0.22 -6187;1;3005.50;10.60;1858.50;0.26;0.42 -6188;1;3034.00;9.70;1709.00;-1.24;0.18 -6189;1;3390.00;10.35;1713.50;0.38;0.24 -6190;1;3490.50;10.50;1730.00;-0.16;0.24 -6191;1;3548.00;10.40;1690.50;-0.67;0.26 -6192;1;3510.00;9.70;1886.50;0.00;1.06 -6193;1;3506.50;9.90;1761.50;0.09;0.38 -6194;1;3373.00;10.57;1924.00;0.00;0.36 -6195;1;3010.50;10.70;1736.50;0.54;0.30 -6196;1;2776.00;9.70;1756.00;0.00;0.30 -6197;1;3285.50;10.30;1715.50;-0.32;0.22 -6198;1;3185.50;10.50;1811.00;0.16;0.32 -6199;1;3479.00;10.40;1758.00;-0.19;0.30 -6200;1;3092.50;11.10;1850.00;0.16;0.30 -6201;1;3159.00;9.60;1707.00;0.46;0.18 -6202;1;3563.00;10.00;1747.50;-0.67;0.36 -6203;1;3382.00;10.27;1681.00;-0.46;0.26 -6204;1;2927.00;13.32;1777.00;-0.78;0.24 -6205;1;2708.50;10.55;1693.00;4.71;0.26 -6206;1;3110.50;11.70;1911.50;0.14;0.38 -6207;1;3002.00;13.40;1789.50;0.27;0.32 -6208;1;3129.50;12.30;1949.50;-0.14;0.40 -6209;1;3097.00;9.55;1727.50;1.32;0.20 -6210;1;1642.50;10.60;903.50;-1.06;0.36 -6211;1;4839.00;12.20;1869.50;0.41;1.88 -6212;1;3208.00;10.40;1841.50;-0.67;0.30 -6213;1;3533.50;9.90;1728.50;0.40;0.26 -6214;1;3042.50;12.90;1901.50;-0.62;0.38 -6215;1;3454.50;9.80;1675.00;-0.89;0.18 -6216;1;2926.50;12.50;1766.50;0.19;0.28 -6217;1;3630.00;9.80;1666.00;0.46;0.26 -6218;1;2972.00;10.50;1571.50;0.92;0.20 -6219;1;3332.50;9.50;1174.00;-0.04;0.70 -6220;1;3252.00;10.50;1612.00;-0.32;0.28 -6221;1;2769.50;10.00;1566.50;0.32;0.20 -6222;1;3174.50;9.85;1660.00;-0.98;0.24 -6223;1;1443.00;9.50;1326.00;0.35;1.38 -6224;1;3582.50;10.40;1662.50;-1.37;0.28 -6225;1;3303.00;11.47;1670.00;0.32;0.28 -6226;1;3558.50;10.40;1580.50;-0.54;0.26 -6227;1;877.50;9.50;632.50;-0.02;1.10 -6228;1;5563.00;9.50;1041.50;-0.10;0.80 -6229;1;3171.00;9.80;1633.50;0.00;0.20 -6230;1;3419.50;9.90;1580.00;-0.64;0.22 -6231;1;3459.00;10.40;1632.00;-0.46;0.18 -6232;1;3255.50;9.80;1553.50;-0.32;0.18 -6233;1;3282.50;9.80;1585.00;-0.16;0.18 -6234;1;2852.00;9.50;1739.50;-0.90;0.66 -6235;1;2961.50;9.70;1658.00;0.69;0.28 -6236;1;3044.50;9.70;1575.00;0.64;0.22 -6237;1;2774.50;9.95;1591.00;0.24;0.20 -6238;1;5175.50;9.50;395.50;-0.59;1.02 -6239;1;5511.50;9.50;1039.50;-0.11;1.10 -6240;1;5458.50;9.50;1563.50;-0.37;1.10 -6241;1;2894.00;9.70;1559.50;-0.58;0.24 -6242;1;3257.50;9.80;1658.00;-0.12;0.24 -6243;1;3323.50;10.00;1603.50;-1.24;0.22 -6244;1;4187.00;9.50;922.00;-0.29;1.00 -6245;1;3367.00;9.85;1661.00;0.00;0.20 -6246;1;3654.00;10.30;1636.50;0.38;0.28 -6247;1;3443.00;10.40;1665.00;0.00;0.18 -6248;1;3492.50;10.05;1582.00;-0.98;0.22 -6249;1;3261.00;9.80;1630.50;-0.67;0.30 -6250;1;3861.00;9.50;385.50;0.48;1.00 -6251;1;2646.00;9.50;94.50;-0.72;1.22 -6252;1;3350.50;10.00;1585.00;0.24;0.20 -6253;1;3528.00;9.90;1630.00;0.00;0.26 -6254;1;3345.00;10.40;1550.00;-0.46;0.18 -6255;1;2737.50;9.50;578.00;-0.12;0.98 -6256;1;2050.50;9.50;377.00;-0.38;1.06 -6257;1;2963.00;10.00;1597.50;0.00;0.22 -6258;1;3092.50;9.70;1667.50;0.14;0.28 -6259;1;3120.50;9.75;1568.00;0.24;0.20 -6260;1;1882.50;9.50;1362.00;-0.46;1.28 -6261;1;1763.50;9.50;2028.00;-1.35;0.78 -6262;1;3391.00;10.10;1597.50;-0.38;0.20 -6263;1;2960.50;9.70;1575.50;-0.32;0.20 -6264;1;3327.00;10.60;1651.50;0.70;0.28 -6265;1;1440.00;9.50;430.50;-0.20;1.40 -6266;1;154.00;9.50;22.50;-1.29;1.26 -6267;1;342.50;9.50;1245.00;-0.76;1.02 -6268;1;2764.50;11.45;1611.00;0.98;0.18 -6269;1;3441.50;10.00;1655.50;-0.19;0.20 -6270;1;2771.50;10.10;1573.00;-0.24;0.18 -6271;1;145.00;9.50;1826.00;-0.24;1.10 -6272;1;243.50;9.50;907.00;-0.24;1.32 -6273;1;3317.50;10.70;1628.50;1.03;0.18 -6274;1;3633.50;10.55;1723.00;-0.10;0.34 -6275;1;3573.50;10.05;1581.00;-0.46;0.16 -6276;1;1170.50;9.50;498.00;-0.03;0.98 -6277;1;4828.50;9.50;18.50;4.67;0.82 -6278;1;3632.50;10.00;1657.00;-1.19;0.28 -6279;1;3419.00;10.00;1587.00;0.46;0.20 -6280;1;3211.50;10.40;1566.50;-0.19;0.20 -6281;1;3175.50;9.85;1602.00;-0.46;0.24 -6282;1;3028.00;10.22;1585.00;-0.32;0.16 -6283;1;3394.00;10.55;1647.50;-0.38;0.22 -6284;1;3465.00;10.15;1603.50;0.38;0.22 -6285;1;3670.00;10.00;1633.00;0.58;0.30 -6286;1;2899.00;9.60;1566.50;-0.27;0.20 -6287;1;2999.00;9.70;1639.00;0.78;0.22 -6288;1;3626.00;10.10;1699.50;-0.70;0.28 -6289;1;2648.50;11.00;1577.00;-0.89;0.24 -6290;1;3392.50;11.50;1617.00;0.24;0.20 -6291;1;3484.50;9.90;1584.00;0.24;0.20 -6292;1;3262.00;9.80;1589.50;0.38;0.24 -6293;1;3288.50;10.00;1640.50;0.19;0.28 -6294;1;3535.00;10.75;1604.50;-0.67;0.24 -6295;1;3470.00;9.80;1643.00;0.00;0.26 -6296;1;3183.50;9.70;1617.50;0.54;0.28 -6297;1;3603.50;10.40;1677.50;-0.19;0.24 -6298;1;2968.00;9.75;1580.50;0.00;0.20 -6299;1;3478.00;10.25;1634.50;0.00;0.26 -6300;1;2746.50;10.50;1661.00;1.57;0.16 -6301;1;2752.00;12.10;1578.50;0.38;0.20 -6302;1;3558.00;10.77;1589.00;0.46;0.24 -6303;1;3346.00;10.65;1640.50;0.92;0.20 -6304;1;3354.00;10.50;1555.50;0.00;0.18 -6305;1;3325.00;9.90;1589.50;-0.38;0.20 -6306;1;3200.50;10.25;1569.00;0.46;0.26 -6307;1;3545.00;9.90;1646.00;0.00;0.18 -6308;1;3633.00;9.85;1611.50;-0.38;0.26 -6309;1;3042.00;9.70;1584.50;-0.27;0.22 -6310;1;2988.50;9.50;1689.00;-0.98;0.22 -6311;1;3042.50;10.30;1701.50;-0.78;0.20 -6312;1;3528.00;10.20;1618.50;0.00;0.24 -6313;1;2662.50;10.10;1583.50;-0.19;0.24 -6314;1;3139.00;9.80;1641.50;-0.67;0.28 -6315;1;3396.50;10.10;1591.50;-0.54;0.24 -6316;1;3425.50;10.30;1639.00;0.16;0.24 -6317;1;3426.00;9.95;1555.00;0.00;0.18 -6318;1;2759.50;10.30;1599.50;-0.19;0.18 -6319;1;3275.00;9.80;1561.00;0.00;0.26 -6320;1;2734.00;12.90;1644.00;0.00;0.22 -6321;1;3117.00;9.80;1577.00;0.58;0.24 -6322;1;3156.50;9.70;1674.00;0.16;0.26 -6323;1;3611.50;10.50;1635.50;-0.62;0.26 -6324;1;3250.50;9.70;1675.50;-0.54;0.26 -6325;1;2958.00;9.70;1584.00;-0.78;0.18 -6326;1;3253.50;9.80;1634.00;-0.16;0.26 -6327;1;3499.00;9.85;1633.00;-0.46;0.20 -6328;1;3487.00;9.80;1556.50;-0.58;0.20 -6329;1;3464.00;9.85;1588.00;-0.78;0.20 -6330;1;3340.00;10.05;1556.00;-0.46;0.22 -6331;1;3006.00;9.92;1684.00;0.00;0.24 -6332;1;3125.50;9.75;1611.00;0.24;0.24 -6333;1;3401.00;10.10;1602.00;0.00;0.20 -6334;1;3033.50;9.50;1593.50;-0.54;0.24 -6335;1;2752.50;10.40;1608.50;-0.32;0.20 -6336;1;2894.50;9.60;1579.00;-0.16;0.28 -6337;1;3539.00;10.85;1595.50;-0.67;0.22 -6338;1;3569.00;9.77;1635.00;0.78;0.22 -6339;1;3560.50;10.30;1557.00;0.12;0.20 -6340;1;3216.50;10.20;1605.50;0.78;0.28 -6341;1;3415.50;9.90;1557.00;-0.46;0.22 -6342;1;3170.50;10.15;1654.00;0.64;0.26 -6343;1;3474.50;9.80;1609.00;0.24;0.20 -6344;1;3279.50;9.80;1571.00;-0.46;0.20 -6345;1;3006.50;9.50;1643.50;-0.78;0.18 -6346;1;3396.00;9.95;1664.50;-0.58;0.20 -6347;1;3114.50;9.80;1584.50;0.32;0.24 -6348;1;3382.50;10.80;1624.00;-0.24;0.24 -6349;1;2952.00;10.00;1584.50;0.38;0.20 -6350;1;2721.50;9.50;1631.00;0.46;0.26 -6351;1;2763.00;10.10;1550.50;-0.38;0.22 -6352;1;3616.50;10.40;1606.50;0.19;0.20 -6353;1;3480.50;9.80;1564.50;-0.78;0.18 -6354;1;3283.00;9.90;1603.50;-1.10;0.20 -6355;1;3353.00;10.10;1564.50;0.00;0.22 -6356;1;3414.00;9.90;1656.00;0.78;0.18 -6357;1;3535.00;10.50;1614.00;0.00;0.24 -6358;1;3464.50;9.90;1662.50;0.78;0.20 -6359;1;3200.50;10.00;1583.50;0.19;0.22 -6360;1;3172.00;9.70;1625.00;0.32;0.20 -6361;1;3038.00;9.55;1625.00;0.00;0.12 -6362;1;3454.50;10.20;1623.50;-0.19;0.24 -6363;1;2732.50;10.40;1588.00;0.35;0.32 -6364;1;2966.00;9.50;1647.50;0.92;0.32 -6365;1;3361.00;10.00;1595.50;0.00;0.18 -6366;1;3550.50;10.20;1564.00;-0.24;0.20 -6367;1;3318.50;10.50;1645.00;-0.24;0.22 -6368;1;3641.00;10.00;1631.00;0.58;0.22 -6369;1;3425.00;10.05;1563.50;0.38;0.24 -6370;1;3477.00;9.80;1651.50;0.58;0.22 -6371;1;3252.00;9.90;1623.00;0.00;0.24 -6372;1;3538.50;10.50;1667.50;-0.14;0.26 -6373;1;3273.00;9.80;1573.00;0.32;0.24 -6374;1;3518.50;10.00;1622.50;-0.19;0.22 -6375;1;3129.50;9.80;1590.00;0.16;0.28 -6376;1;3170.50;10.40;1641.00;-0.16;0.22 -6377;1;2958.00;10.20;1567.00;0.00;0.18 -6378;1;2755.00;10.20;1566.00;-0.46;0.16 -6379;1;3631.50;10.10;1566.50;-0.19;0.24 -6380;1;3390.00;11.05;1638.50;0.00;0.18 -6381;1;3196.50;10.30;1700.50;-1.03;0.18 -6382;1;3493.00;9.90;1565.00;0.32;0.18 -6383;1;3564.00;9.95;1675.50;0.38;0.26 -6384;1;2750.00;9.75;1601.50;-1.10;0.20 -6385;1;2724.00;10.87;1661.00;-0.32;0.22 -6386;1;3347.00;10.60;1562.50;0.27;0.20 -6387;1;3322.50;10.60;1619.50;-0.54;0.20 -6388;1;3624.50;10.50;1646.00;-0.35;0.34 -6389;1;2962.50;9.70;1605.00;-0.24;0.24 -6390;1;3033.50;9.70;1582.50;-0.19;0.20 -6391;1;3502.50;11.15;1600.00;-0.24;0.22 -6392;1;3465.50;9.80;1640.00;0.64;0.22 -6393;1;2991.50;9.70;1628.00;-0.16;0.28 -6394;1;3551.00;10.22;1573.00;-1.24;0.22 -6395;1;2724.00;9.70;1648.00;0.32;0.18 -6396;1;3393.00;10.45;1608.50;0.00;0.18 -6397;1;3041.00;9.90;1693.00;0.78;0.20 -6398;1;3415.50;10.00;1568.00;-0.16;0.22 -6399;1;2747.00;9.82;1618.00;-0.78;0.20 -6400;1;3316.50;10.70;1635.50;0.19;0.20 -6401;1;3098.50;9.80;1570.50;-0.32;0.22 -6402;1;3115.50;9.80;1603.50;-0.19;0.24 -6403;1;3524.50;9.80;1647.50;0.54;0.24 -6404;1;3580.50;9.80;1596.50;-0.40;0.26 -6405;1;2640.00;10.12;1571.00;4.71;0.20 -6406;1;3015.50;10.00;1678.50;0.19;0.24 -6407;1;3164.50;9.90;1617.50;-0.19;0.20 -6408;1;3212.00;10.40;1687.00;-0.78;0.24 -6409;1;3488.50;9.90;1575.00;0.64;0.20 -6410;1;3463.00;9.82;1620.00;-0.46;0.18 -6411;1;3348.00;10.50;1575.00;-0.32;0.22 -6412;1;3009.50;9.70;1659.00;0.64;0.22 -6413;1;3203.50;9.80;1596.00;-0.35;0.36 -6414;1;3388.00;11.17;1631.00;-0.78;0.18 -6415;1;3198.50;9.90;1557.50;-0.19;0.24 -6416;1;3130.50;11.40;1536.50;0.19;0.20 -6417;1;3448.50;9.80;1450.00;-0.16;0.20 -6418;1;3016.00;12.05;1513.00;-0.46;0.22 -6419;1;3346.00;9.50;1233.50;0.39;0.92 -6420;1;3385.50;9.70;1459.00;-1.19;0.18 -6421;1;2970.00;10.75;1519.50;-0.58;0.24 -6422;1;1511.00;9.50;1289.50;0.60;1.08 -6423;1;3332.00;10.00;1477.00;-1.10;0.24 -6424;1;3616.50;9.90;1551.00;-0.16;0.24 -6425;1;880.00;9.50;569.00;-0.54;1.28 -6426;1;1307.00;9.50;617.00;0.70;1.02 -6427;1;5476.50;9.50;1017.00;0.04;1.22 -6428;1;3446.50;9.90;1541.00;0.24;0.24 -6429;1;3231.00;10.20;1498.00;-0.58;0.26 -6430;1;3558.50;9.70;1513.00;0.16;0.24 -6431;1;3167.00;12.25;1497.50;-0.27;0.28 -6432;1;3397.50;9.90;1517.00;-0.64;0.24 -6433;1;4365.00;9.50;89.00;-0.19;0.82 -6434;1;2843.50;9.50;1779.00;0.31;0.84 -6435;1;3214.00;10.10;1531.00;-0.58;0.28 -6436;1;3519.00;11.70;1356.50;-0.58;0.18 -6437;1;5144.00;9.50;422.00;-0.18;1.26 -6438;1;5469.50;9.50;1065.50;-0.04;0.96 -6439;1;5509.50;9.50;1521.00;0.14;0.94 -6440;1;3022.00;11.95;1521.50;-0.51;0.26 -6441;1;3010.00;9.80;1552.50;0.00;0.24 -6442;1;4959.00;9.50;1428.50;-0.80;1.08 -6443;1;4173.50;9.50;970.50;-0.48;0.84 -6444;1;2927.00;11.02;1519.00;-1.10;0.20 -6445;1;3407.50;9.70;1461.50;0.32;0.20 -6446;1;2850.50;9.70;1534.50;0.32;0.24 -6447;1;4272.00;9.50;11.00;-1.13;0.82 -6448;1;4307.50;9.50;294.00;-0.31;1.00 -6449;1;2781.50;9.60;1503.50;0.19;0.24 -6450;1;3512.50;10.00;1547.50;-1.03;0.22 -6451;1;3318.50;9.80;1481.50;-0.78;0.26 -6452;1;3836.50;9.50;336.50;0.56;1.14 -6453;1;2685.00;9.50;77.50;-0.65;0.86 -6454;1;3475.50;10.10;1505.50;0.19;0.24 -6455;1;3237.50;10.00;1487.50;-0.54;0.28 -6456;1;2704.50;9.50;570.00;0.65;0.94 -6457;1;2309.00;9.50;419.00;-0.83;1.38 -6458;1;3297.50;9.80;1527.50;-0.19;0.22 -6459;1;3231.50;10.40;1640.00;0.16;0.26 -6460;1;3175.50;11.95;1492.00;-0.64;0.26 -6461;1;1871.00;9.50;1244.00;0.08;1.20 -6462;1;3079.00;10.40;1539.50;0.00;0.22 -6463;1;3520.50;9.75;1459.00;-1.19;0.20 -6464;1;3096.50;12.65;1521.00;-0.89;0.20 -6465;1;1413.00;9.50;379.00;-0.64;1.30 -6466;1;114.00;9.50;50.00;0.00;1.50 -6467;1;410.50;9.50;1209.50;0.83;0.96 -6468;1;3474.50;9.70;1451.50;-0.78;0.22 -6469;1;2914.00;9.70;1542.50;0.00;0.22 -6470;1;3002.50;13.25;1521.00;0.64;0.22 -6471;1;149.50;9.50;1781.50;0.25;1.28 -6472;1;294.00;9.50;947.00;0.07;0.94 -6473;1;3587.50;9.70;1547.00;-0.46;0.24 -6474;1;3397.00;9.97;1474.00;-0.32;0.26 -6475;1;1133.50;9.50;532.00;-0.53;1.02 -6476;1;4868.00;9.50;67.00;-0.14;1.04 -6477;1;3409.00;9.90;1549.00;0.00;0.22 -6478;1;3324.00;9.90;1488.00;-0.46;0.20 -6479;1;3536.50;10.00;1515.50;0.40;0.26 -6480;1;3268.50;10.05;1490.00;0.71;0.28 -6481;1;3361.50;9.80;1524.00;-0.16;0.20 -6482;1;887.50;13.00;1568.50;0.32;0.36 -6483;1;3178.50;11.60;1501.50;0.19;0.24 -6484;1;3162.50;10.05;1546.00;0.46;0.26 -6485;1;3072.50;13.40;1522.00;-0.89;0.22 -6486;1;3528.50;10.25;1476.00;-0.16;0.26 -6487;1;2986.50;10.00;1555.50;0.32;0.16 -6488;1;2937.50;10.50;1520.00;-0.89;0.20 -6489;1;2770.50;9.80;1547.00;-0.46;0.26 -6490;1;3468.00;10.22;1463.00;0.00;0.20 -6491;1;3607.50;9.60;1503.00;0.46;0.36 -6492;1;3481.00;9.80;1550.50;-0.92;0.16 -6493;1;3405.50;9.80;1470.00;0.16;0.24 -6494;1;3435.50;10.50;1518.50;-0.19;0.22 -6495;1;3324.50;9.85;1497.00;0.46;0.22 -6496;1;2890.00;9.70;1546.50;0.00;0.20 -6497;1;3270.50;10.10;1502.50;0.54;0.20 -6498;1;3591.00;9.60;1468.50;0.00;0.34 -6499;1;3142.50;11.30;1517.50;0.14;0.24 -6500;1;2897.00;9.70;1544.50;0.58;0.20 -6501;1;2995.00;11.20;1538.00;0.00;0.20 -6502;1;3550.50;9.70;1550.50;-0.54;0.28 -6503;1;3476.50;9.70;1468.50;0.19;0.22 -6504;1;2851.00;9.82;1517.00;-0.46;0.20 -6505;1;3407.50;9.90;1481.50;0.14;0.22 -6506;1;3509.50;10.40;1514.00;1.19;0.22 -6507;1;3336.00;9.85;1493.50;0.38;0.24 -6508;1;3316.00;9.80;1539.00;0.46;0.24 -6509;1;3220.00;10.67;1509.00;0.00;0.20 -6510;1;1559.00;10.70;1664.00;-0.19;0.40 -6511;1;3137.50;9.80;1549.00;0.64;0.20 -6512;1;3078.00;11.05;1529.00;-0.46;0.22 -6513;1;2960.50;10.70;1549.00;0.24;0.20 -6514;1;3578.00;9.60;1467.50;-0.67;0.30 -6515;1;3632.50;9.70;1556.00;0.89;0.28 -6516;1;3522.50;10.75;1484.00;-0.46;0.22 -6517;1;3379.00;9.90;1524.50;-1.32;0.22 -6518;1;2848.00;9.95;1473.50;-0.58;0.20 -6519;1;3409.00;10.15;1491.00;-0.46;0.24 -6520;1;3227.50;10.00;1539.50;0.19;0.22 -6521;1;3008.00;9.70;1567.00;-1.10;0.22 -6522;1;3152.50;10.70;1514.50;-0.54;0.28 -6523;1;3596.50;9.60;1479.50;-0.78;0.28 -6524;1;2978.50;12.35;1537.00;-0.24;0.22 -6525;1;3540.00;9.60;1485.50;0.38;0.26 -6526;1;2717.00;9.70;1534.50;-0.58;0.28 -6527;1;3490.50;10.00;1481.00;0.64;0.24 -6528;1;3454.50;9.90;1524.50;0.19;0.24 -6529;1;2919.50;12.90;1477.00;-0.24;0.20 -6530;1;3379.00;9.80;1495.50;-0.92;0.26 -6531;1;2882.50;10.50;1474.00;-0.24;0.24 -6532;1;3290.00;9.80;1533.50;-0.38;0.22 -6533;1;2824.00;10.40;1469.50;0.00;0.24 -6534;1;3053.00;14.32;1538.00;0.00;0.18 -6535;1;2928.00;9.80;1553.00;0.00;0.20 -6536;1;2755.50;9.50;1471.50;-0.32;0.24 -6537;1;2892.00;11.85;1525.50;0.00;0.18 -6538;1;3634.50;9.80;1876.00;-0.64;0.86 -6539;1;3514.00;9.75;1528.00;-0.46;0.22 -6540;1;2974.50;11.40;1491.00;-0.24;0.24 -6541;1;3529.50;10.00;1494.00;-0.16;0.26 -6542;1;2932.50;11.30;1487.50;-0.78;0.20 -6543;1;3361.50;9.90;1535.00;-0.16;0.20 -6544;1;3453.00;9.80;1491.00;-0.46;0.22 -6545;1;2882.00;11.10;1490.00;-0.32;0.20 -6546;1;3177.00;9.90;1549.50;-1.10;0.24 -6547;1;2823.00;9.95;1482.00;-0.24;0.28 -6548;1;2758.00;10.00;1478.00;-0.46;0.22 -6549;1;2949.50;10.60;1531.50;-0.19;0.20 -6550;1;3220.00;9.50;1283.00;1.10;0.44 -6551;1;3587.50;9.70;1516.50;-0.32;0.26 -6552;1;3043.50;15.00;1490.50;-0.78;0.24 -6553;1;3434.00;9.90;1536.50;-0.38;0.22 -6554;1;3383.00;9.80;1505.50;0.92;0.22 -6555;1;2956.50;11.10;1497.50;-0.19;0.24 -6556;1;3251.50;10.00;1546.50;-0.78;0.20 -6557;1;3211.00;10.95;1517.00;0.00;0.28 -6558;1;3065.50;10.10;1564.50;0.19;0.16 -6559;1;3016.00;14.45;1535.50;-0.38;0.20 -6560;1;2861.00;10.30;1537.00;0.46;0.20 -6561;1;3102.50;10.00;1480.00;-1.29;0.18 -6562;1;3072.50;10.20;1507.50;-0.32;0.20 -6563;1;3498.00;9.80;1531.00;-0.46;0.18 -6564;1;3577.00;9.60;1491.00;0.00;0.34 -6565;1;3333.50;9.90;1542.00;0.24;0.18 -6566;1;3456.00;10.00;1498.50;-0.38;0.20 -6567;1;3130.50;9.80;1569.00;-0.64;0.20 -6568;1;2941.50;11.00;1500.00;-0.24;0.20 -6569;1;2828.00;10.40;1499.50;-0.27;0.20 -6570;1;2915.50;10.10;1533.50;-0.19;0.18 -6571;1;3177.50;14.40;1476.50;-1.16;0.22 -6572;1;2751.50;9.85;1487.00;-0.64;0.18 -6573;1;3134.00;9.90;1489.50;-1.32;0.12 -6574;1;3568.50;11.10;1530.50;0.32;0.28 -6575;1;3515.00;10.80;1510.50;-0.67;0.24 -6576;1;3080.00;10.30;1498.50;0.00;0.22 -6577;1;3390.50;9.90;1536.50;0.32;0.16 -6578;1;3352.00;9.80;1502.00;-0.32;0.24 -6579;1;3227.50;9.80;1555.00;0.24;0.18 -6580;1;3175.00;10.10;1527.00;0.46;0.28 -6581;1;2952.50;10.70;1504.00;0.98;0.20 -6582;1;2989.00;10.00;1547.50;-0.58;0.14 -6583;1;2900.50;10.90;1509.00;0.16;0.26 -6584;1;3218.00;10.50;1469.50;0.00;0.20 -6585;1;2837.00;9.80;1504.00;0.00;0.18 -6586;1;3147.00;9.80;1491.50;0.38;0.20 -6587;1;3464.50;10.00;1539.50;-0.78;0.20 -6588;1;3582.50;9.60;1500.50;-0.54;0.32 -6589;1;3306.50;9.80;1552.50;-0.54;0.24 -6590;1;3087.50;11.75;1504.00;0.89;0.24 -6591;1;3433.50;9.85;1508.00;-0.89;0.20 -6592;1;3019.00;15.80;1502.50;0.51;0.28 -6593;1;3245.00;10.10;1528.00;-0.78;0.20 -6594;1;2952.00;11.25;1512.50;0.00;0.20 -6595;1;3046.50;10.40;1547.50;-0.32;0.16 -6596;1;3353.50;9.70;1455.50;-0.19;0.24 -6597;1;3292.50;9.85;1473.00;0.46;0.26 -6598;1;2873.00;9.70;1539.00;0.00;0.16 -6599;1;2807.50;10.50;1497.00;0.16;0.24 -6600;1;3244.00;11.45;1468.50;-0.27;0.28 -6601;1;3542.00;11.20;1532.50;-0.38;0.28 -6602;1;3500.50;10.10;1507.00;-1.19;0.16 -6603;1;3380.00;10.00;1540.00;0.00;0.20 -6604;1;3150.00;10.05;1497.50;-0.58;0.26 -6605;1;3321.50;9.80;1517.00;-0.46;0.26 -6606;1;2981.50;11.40;1408.50;-0.32;0.20 -6607;1;1556.00;10.90;1616.50;0.00;0.28 -6608;1;3305.00;9.50;1230.00;0.91;0.96 -6609;1;2901.50;13.70;1425.00;-0.64;0.18 -6610;1;1537.00;9.50;1629.50;0.00;0.26 -6611;1;3051.50;12.10;1408.50;0.54;0.20 -6612;1;1487.00;9.50;1331.50;0.20;0.94 -6613;1;2877.50;11.30;1430.00;-0.24;0.14 -6614;1;3057.00;12.85;1416.50;0.00;0.16 -6615;1;3635.00;9.60;1468.50;-0.41;0.34 -6616;1;979.00;9.50;531.00;-0.88;1.06 -6617;1;5273.00;9.50;933.00;0.06;1.34 -6618;1;2839.00;10.05;1425.50;0.87;0.24 -6619;1;3065.50;11.70;1415.00;-0.64;0.20 -6620;1;3548.50;9.60;1453.00;-0.24;0.30 -6621;1;2790.00;9.67;1415.00;0.24;0.12 -6622;1;2917.00;9.70;1552.00;-0.46;0.14 -6623;1;4446.00;9.50;158.00;-0.46;1.14 -6624;1;2878.00;9.50;1652.00;0.00;0.80 -6625;1;1623.50;10.10;1631.50;-0.62;0.28 -6626;1;3019.50;9.70;1426.50;0.19;0.16 -6627;1;5188.50;9.50;452.00;-0.08;1.26 -6628;1;5426.50;9.50;1043.50;0.32;1.10 -6629;1;5460.00;9.50;1389.00;-0.11;0.98 -6630;1;1613.00;10.35;1634.00;-0.32;0.26 -6631;1;2975.50;13.50;1437.50;0.78;0.20 -6632;1;4907.00;9.50;1372.50;-0.89;1.22 -6633;1;4156.00;9.50;930.50;0.19;1.14 -6634;1;3138.50;10.60;1405.00;0.16;0.20 -6635;1;2935.00;13.32;1436.00;-0.78;0.20 -6636;1;4185.00;9.50;9.50;-1.52;0.50 -6637;1;4345.50;9.50;256.50;0.04;1.04 -6638;1;4434.00;14.35;1250.50;-0.85;0.40 -6639;1;2893.50;10.30;1434.00;0.16;0.20 -6640;1;3773.50;9.50;322.50;-0.16;0.94 -6641;1;2655.50;9.50;41.50;-0.32;1.10 -6642;1;3517.00;15.05;1316.50;-1.40;0.22 -6643;1;3120.00;10.35;1430.00;-0.58;0.18 -6644;1;2845.50;10.20;1445.50;-1.03;0.20 -6645;1;2698.50;9.50;617.50;-0.18;1.04 -6646;1;2394.50;9.50;458.50;-0.72;1.06 -6647;1;3094.00;9.95;1421.00;0.00;0.20 -6648;1;2842.00;10.00;1433.50;0.00;0.18 -6649;1;1880.00;9.50;1200.00;0.87;1.22 -6650;1;3042.00;12.45;1428.50;0.38;0.26 -6651;1;2836.50;10.05;1444.00;-0.16;0.22 -6652;1;3177.50;9.70;1403.00;0.89;0.20 -6653;1;1336.50;9.50;513.50;-0.45;1.24 -6654;1;87.00;9.50;16.00;4.65;0.74 -6655;1;488.00;9.50;1192.00;0.74;1.02 -6656;1;2997.50;9.70;1436.00;0.24;0.20 -6657;1;2787.50;9.50;1439.00;-1.19;0.30 -6658;1;3206.00;9.80;1395.50;-0.67;0.24 -6659;1;135.50;9.50;1713.00;0.30;1.06 -6660;1;250.50;9.50;974.00;0.07;1.12 -6661;1;2956.50;11.40;1435.50;0.14;0.26 -6662;1;1575.50;10.75;1641.00;0.16;0.28 -6663;1;1219.00;9.50;480.50;0.33;1.26 -6664;1;4891.50;9.50;54.00;-0.60;0.92 -6665;1;898.50;12.90;1569.50;-0.62;0.28 -6666;1;2902.50;10.40;1443.00;-0.46;0.26 -6667;1;3162.50;13.60;1416.50;-0.78;0.20 -6668;1;2895.50;10.10;1444.00;-0.24;0.20 -6669;1;3484.50;15.70;1347.50;0.19;0.26 -6670;1;3102.00;9.80;1437.50;-0.67;0.22 -6671;1;3486.50;14.60;1356.50;-1.03;0.16 -6672;1;3062.00;10.25;1444.00;0.46;0.22 -6673;1;3016.00;12.65;1448.00;1.24;0.14 -6674;1;3473.50;14.85;1377.00;-0.16;0.26 -6675;1;2975.00;15.27;1446.00;0.00;0.18 -6676;1;1574.00;10.55;1656.50;0.21;0.34 -6677;1;3235.50;9.70;1403.50;-0.54;0.26 -6678;1;2963.50;15.90;1455.50;-0.32;0.20 -6679;1;3179.50;16.60;1429.00;-0.24;0.20 -6680;1;2955.50;12.65;1459.00;-0.69;0.22 -6681;1;886.50;9.50;1513.50;-0.14;0.28 -6682;1;3137.50;9.90;1439.50;-1.16;0.14 -6683;1;2919.00;10.30;1458.50;0.58;0.18 -6684;1;4888.00;10.40;1412.50;0.00;0.24 -6685;1;3081.50;9.80;1442.50;-0.78;0.16 -6686;1;4900.00;10.35;1442.00;-0.58;0.24 -6687;1;3031.50;11.65;1457.00;-0.24;0.20 -6688;1;2842.50;10.35;1463.00;-0.46;0.24 -6689;1;3530.50;12.15;1374.00;-0.46;0.28 -6690;1;3049.50;13.50;1468.00;-0.46;0.26 -6691;1;3022.00;14.00;1462.50;-0.38;0.20 -6692;1;3449.50;15.00;1389.50;-0.54;0.26 -6693;1;2978.50;12.45;1473.00;0.24;0.24 -6694;1;924.50;9.90;1492.50;-0.40;0.32 -6695;1;3190.00;13.57;1420.00;0.00;0.22 -6696;1;1469.00;10.67;1504.00;0.46;0.44 -6697;1;3144.50;10.90;1446.50;-0.19;0.18 -6698;1;2904.50;10.95;1467.00;0.35;0.20 -6699;1;917.50;10.30;1499.50;-0.40;0.32 -6700;1;3115.00;9.80;1442.50;0.00;0.22 -6701;1;3547.00;11.47;1388.00;0.32;0.24 -6702;1;3507.50;11.50;1395.50;0.32;0.26 -6703;1;3096.50;9.80;1454.50;0.19;0.22 -6704;1;3342.00;9.95;1412.50;0.58;0.28 -6705;1;1555.00;10.35;1564.50;0.00;0.24 -6706;1;3239.00;9.75;1425.50;-0.38;0.22 -6707;1;1566.50;10.70;1582.50;-0.78;0.22 -6708;1;3012.50;13.15;1477.00;-0.24;0.22 -6709;1;3188.00;12.87;1429.00;-1.24;0.16 -6710;1;1506.50;10.15;1587.00;0.46;0.36 -6711;1;3168.50;15.60;1451.00;-0.98;0.16 -6712;1;2927.00;10.35;1478.50;-0.38;0.20 -6713;1;1446.50;10.15;1566.00;-0.16;0.24 -6714;1;3172.50;12.60;1456.00;-0.24;0.16 -6715;1;4946.50;10.20;1431.50;-0.78;0.32 -6716;1;3122.50;9.70;1461.50;-0.14;0.24 -6717;1;1622.50;13.30;1583.00;-0.35;0.30 -6718;1;3484.00;11.90;1396.00;0.32;0.22 -6719;1;1703.00;10.80;1626.50;0.21;0.28 -6720;1;3077.00;10.80;1466.00;0.00;0.24 -6721;1;3431.50;12.95;1397.00;-0.24;0.24 -6722;1;1196.00;12.50;1661.50;0.00;0.46 -6723;1;3039.50;11.50;1485.00;0.24;0.22 -6724;1;3341.00;9.95;1422.00;0.32;0.24 -6725;1;3002.50;11.10;1484.00;0.24;0.18 -6726;1;1077.50;11.30;1790.50;-0.05;0.48 -6727;1;3273.50;9.70;1435.50;0.32;0.28 -6728;1;1303.50;10.70;1826.50;0.04;1.24 -6729;1;3239.50;10.10;1435.00;0.16;0.24 -6730;1;3533.00;10.10;1398.50;0.51;0.26 -6731;1;3188.50;14.25;1458.00;-0.46;0.24 -6732;1;1693.00;9.75;1587.00;-0.32;0.28 -6733;1;3491.50;10.35;1395.00;-0.64;0.22 -6734;1;2671.50;10.20;1362.50;0.32;0.24 -6735;1;3148.50;10.45;1470.00;-0.89;0.22 -6736;1;3442.50;12.25;1404.00;-0.24;0.20 -6737;1;1405.50;10.10;1568.50;-0.54;0.32 -6738;1;3436.00;11.80;1412.00;-0.78;0.18 -6739;1;3067.00;10.10;1482.00;0.78;0.16 -6740;1;1646.50;11.10;1753.50;0.07;1.22 -6741;1;3383.50;9.50;1420.00;-1.19;0.16 -6742;1;1035.00;16.82;1657.00;0.51;0.58 -6743;1;3263.50;9.80;1439.00;-0.46;0.24 -6744;1;2732.00;10.50;1279.00;-0.78;0.24 -6745;1;893.00;11.65;1523.50;-0.67;0.26 -6746;1;2724.00;12.75;1371.50;0.00;0.16 -6747;1;3227.50;9.75;1446.00;-0.89;0.22 -6748;1;3533.50;9.90;1407.50;-0.19;0.28 -6749;1;2726.00;13.90;1383.50;0.00;0.20 -6750;1;3492.50;12.75;1414.00;0.64;0.24 -6751;1;3131.00;9.80;1480.50;0.38;0.26 -6752;1;1325.00;10.47;1649.00;0.00;0.42 -6753;1;3470.00;13.05;1414.50;-0.58;0.24 -6754;1;999.50;13.20;1797.50;0.27;0.80 -6755;1;3407.50;9.70;1431.00;-0.46;0.22 -6756;1;2769.50;12.20;1381.00;-0.64;0.20 -6757;1;878.00;10.10;1525.50;-1.10;0.30 -6758;1;3544.00;9.60;1424.00;-0.58;0.24 -6759;1;2802.50;10.40;1396.00;-0.24;0.18 -6760;1;3537.50;9.60;1427.50;-0.14;0.22 -6761;1;3207.50;11.30;1470.00;-0.46;0.22 -6762;1;2794.00;10.30;1399.00;-0.46;0.18 -6763;1;3538.00;14.50;1348.50;0.67;0.24 -6764;1;2690.00;11.32;1383.00;-0.46;0.18 -6765;1;3486.50;9.80;1437.50;-0.78;0.16 -6766;1;2827.00;10.35;1387.50;-0.27;0.18 -6767;1;692.50;9.50;846.00;-0.68;0.44 -6768;1;3426.00;9.95;1424.50;-0.27;0.28 -6769;1;1487.50;10.80;1592.50;-0.11;0.34 -6770;1;2859.50;12.70;1407.50;-0.19;0.24 -6771;1;3347.50;9.70;1442.50;0.32;0.20 -6772;1;888.50;13.15;1536.00;0.46;0.28 -6773;1;2842.00;10.20;1413.50;0.00;0.16 -6774;1;4962.50;13.40;1467.00;0.35;0.30 -6775;1;2815.50;10.05;1403.00;0.16;0.24 -6776;1;3388.00;9.85;1466.50;0.27;0.26 -6777;1;2788.00;9.70;1402.00;-0.32;0.20 -6778;1;810.50;9.50;809.00;-0.78;0.26 -6779;1;1105.50;10.60;1894.50;-0.45;1.24 -6780;1;2923.50;10.80;1417.50;0.54;0.20 -6781;1;3436.00;9.70;1435.00;-0.98;0.20 -6782;1;1474.00;10.70;1603.50;-0.41;0.28 -6783;1;3403.50;9.70;1447.00;4.12;0.30 -6784;1;2892.00;10.40;1425.50;-0.92;0.16 -6785;1;1274.00;10.30;1311.50;-0.27;0.38 -6786;1;2876.00;12.85;1421.00;0.00;0.22 -6787;1;3925.00;10.45;1706.00;0.00;0.58 -6788;1;2949.00;9.50;1405.50;0.00;0.20 -6789;1;2849.50;12.70;1420.50;-0.19;0.20 -6790;1;2959.50;11.80;1416.00;-0.98;0.16 -6791;1;3530.50;11.05;1440.00;-0.24;0.22 -6792;1;2811.00;10.20;1418.50;-0.58;0.22 -6793;1;2992.00;9.70;1412.00;0.00;0.16 -6794;1;3495.00;9.70;1445.00;-0.32;0.26 -6795;1;1616.00;10.67;1606.00;-0.78;0.24 -6796;1;3468.50;9.80;1440.00;0.24;0.24 -6797;1;788.50;9.50;809.50;-0.77;0.20 -6798;1;1251.50;11.30;1365.50;-0.32;0.56 -6799;1;3093.50;13.35;1403.00;0.24;0.22 -6800;1;2737.50;11.90;1305.50;-0.78;0.14 -6801;1;3196.50;9.50;1248.00;0.67;1.02 -6802;1;2910.50;9.50;59.50;-0.29;0.96 -6803;1;1318.50;10.90;1445.00;0.16;0.34 -6804;1;4750.50;14.20;1348.00;0.24;0.26 -6805;1;1511.00;9.50;1248.00;-0.87;1.04 -6806;1;4851.00;9.80;1382.00;1.10;0.24 -6807;1;3328.50;12.30;1275.50;-0.14;0.24 -6808;1;3290.00;13.50;1316.50;-0.27;0.26 -6809;1;926.50;9.50;507.50;-0.03;1.20 -6810;1;5316.50;9.50;733.50;-0.34;1.48 -6811;1;4845.50;12.20;1404.50;-0.40;0.24 -6812;1;2819.50;9.70;1344.50;-1.03;0.24 -6813;1;3384.50;16.40;1279.50;-0.62;0.30 -6814;1;3209.00;10.95;1364.50;0.00;0.22 -6815;1;4320.00;9.50;176.00;-0.85;0.98 -6816;1;2924.00;9.50;1629.50;0.13;0.62 -6817;1;2803.50;10.50;1324.50;-0.78;0.20 -6818;1;2687.00;13.30;1330.50;0.00;0.20 -6819;1;5263.50;9.50;471.00;-1.34;0.74 -6820;1;5317.00;9.50;976.00;-0.43;1.24 -6821;1;5526.50;9.50;1393.00;-0.70;0.82 -6822;1;4824.00;11.80;1349.50;0.00;0.30 -6823;1;1570.50;13.10;1531.50;-0.78;0.20 -6824;1;4960.00;9.50;1345.00;0.54;1.12 -6825;1;4129.00;9.50;907.00;-0.09;1.08 -6826;1;3511.00;11.02;1236.00;0.00;0.48 -6827;1;1339.00;10.90;1652.00;-0.14;0.36 -6828;1;4598.50;11.70;1307.00;0.16;0.24 -6829;1;4224.00;9.50;13.00;-1.47;0.70 -6830;1;4430.50;9.50;262.50;0.23;1.00 -6831;1;3030.50;11.95;1361.00;0.46;0.24 -6832;1;2731.50;11.70;1299.00;-0.64;0.22 -6833;1;4930.00;10.37;1412.00;0.78;0.30 -6834;1;3765.50;9.50;275.00;-0.46;1.12 -6835;1;2607.50;9.50;45.50;-0.18;1.16 -6836;1;2815.00;10.20;1348.00;-0.46;0.22 -6837;1;4689.00;10.77;1337.00;0.78;0.26 -6838;1;4871.00;10.55;1400.50;0.58;0.20 -6839;1;2652.50;9.50;578.50;-0.57;0.98 -6840;1;2352.50;9.50;465.00;0.53;1.02 -6841;1;2753.00;13.07;1340.00;-0.58;0.28 -6842;1;3208.50;12.60;1376.50;0.19;0.22 -6843;1;3057.00;11.05;1341.00;0.00;0.22 -6844;1;1788.50;9.50;1219.50;0.05;1.38 -6845;1;1628.00;9.70;1542.00;-0.78;0.20 -6846;1;1605.50;9.50;1505.00;1.57;0.26 -6847;1;1342.50;9.50;567.00;0.33;1.02 -6848;1;2832.50;9.50;21.00;1.57;0.94 -6849;1;557.00;9.50;1176.00;0.81;1.36 -6850;1;1547.00;10.25;1539.50;0.00;0.10 -6851;1;4712.00;10.60;1311.00;0.78;0.16 -6852;1;4690.50;12.10;1361.50;-0.14;0.28 -6853;1;147.50;9.50;1666.50;-0.04;1.04 -6854;1;423.00;9.50;1116.50;-0.63;1.18 -6855;1;1512.50;11.30;1542.00;-0.64;0.24 -6856;1;2791.00;12.82;1305.00;0.46;0.18 -6857;1;3166.50;12.30;1351.00;-0.46;0.24 -6858;1;1220.50;9.50;426.50;-0.09;1.12 -6859;1;4879.00;9.50;20.00;-1.48;1.06 -6860;1;4749.50;11.00;1330.50;-0.19;0.24 -6861;1;923.00;11.55;1473.00;0.00;0.32 -6862;1;2989.50;9.65;1367.00;-0.89;0.26 -6863;1;4866.50;10.30;1428.00;-0.55;0.30 -6864;1;3217.00;9.70;1317.50;-1.10;0.24 -6865;1;2830.00;12.12;1359.00;0.00;0.22 -6866;1;2710.00;10.95;1312.50;0.00;0.20 -6867;1;2711.00;12.50;1341.00;-0.78;0.16 -6868;1;4759.50;11.70;1354.50;-0.14;0.24 -6869;1;1620.00;9.90;1547.00;-0.46;0.22 -6870;1;5018.00;11.62;1313.00;0.00;0.22 -6871;1;3281.00;11.82;1326.00;-0.46;0.20 -6872;1;1590.00;10.30;1557.00;-0.32;0.22 -6873;1;4995.00;10.25;1335.50;-0.38;0.26 -6874;1;1532.00;10.80;1553.00;0.00;0.26 -6875;1;2981.00;9.50;1370.50;-0.58;0.22 -6876;1;930.50;9.70;1485.50;-0.95;0.30 -6877;1;3292.00;13.05;1297.00;0.00;0.28 -6878;1;2781.00;12.65;1353.50;0.00;0.24 -6879;1;2769.00;12.92;1326.00;0.46;0.20 -6880;1;2684.00;9.55;1270.00;0.46;0.16 -6881;1;927.00;9.70;1445.50;-0.58;0.24 -6882;1;1645.00;9.80;1556.00;-0.46;0.22 -6883;1;3409.00;10.97;1257.00;0.46;0.24 -6884;1;2686.50;10.20;1282.00;-0.24;0.16 -6885;1;1600.50;9.80;1557.50;-0.32;0.22 -6886;1;3160.50;11.90;1350.50;0.14;0.20 -6887;1;1114.50;15.75;1531.00;-0.73;0.50 -6888;1;3371.50;13.95;1293.00;-0.55;0.34 -6889;1;3088.00;9.50;1373.50;0.00;0.24 -6890;1;1530.50;10.60;1565.00;0.16;0.28 -6891;1;2945.50;10.70;1340.50;-1.03;0.20 -6892;1;1622.00;9.50;1511.50;0.41;0.24 -6893;1;4715.50;10.05;1368.00;-0.89;0.26 -6894;1;3309.50;13.25;1271.00;-0.64;0.20 -6895;1;3239.50;9.70;1344.50;0.78;0.24 -6896;1;2738.00;13.35;1294.50;-0.58;0.16 -6897;1;1091.50;14.90;1449.00;0.46;0.48 -6898;1;4675.50;12.15;1344.00;-1.19;0.28 -6899;1;1564.00;10.80;1564.00;-0.78;0.20 -6900;1;3126.50;14.70;1334.50;-0.78;0.22 -6901;1;2789.50;10.45;1358.00;0.24;0.20 -6902;1;2699.00;10.25;1304.50;0.00;0.24 -6903;1;2774.50;13.05;1361.00;-0.24;0.16 -6904;1;4612.50;12.85;1329.00;0.35;0.30 -6905;1;4781.50;12.50;1364.50;-0.54;0.26 -6906;1;2794.50;11.30;1311.50;-0.78;0.20 -6907;1;2711.50;12.10;1346.00;0.24;0.20 -6908;1;3317.00;12.25;1328.50;1.10;0.22 -6909;1;1671.00;9.70;1568.50;0.58;0.22 -6910;1;4751.00;11.20;1339.50;-0.38;0.24 -6911;1;1656.50;10.40;1571.50;0.78;0.14 -6912;1;3238.50;11.35;1326.00;0.24;0.26 -6913;1;3115.50;13.65;1372.00;-0.24;0.24 -6914;1;2753.00;12.67;1318.00;0.46;0.24 -6915;1;2840.00;13.80;1371.50;0.00;0.20 -6916;1;1627.50;12.10;1608.50;-0.19;0.24 -6917;1;2841.50;11.05;1382.00;-0.24;0.16 -6918;1;4720.50;10.50;1317.00;0.64;0.22 -6919;1;3406.50;15.40;1316.00;-0.16;0.30 -6920;1;3319.50;14.20;1337.00;-0.69;0.30 -6921;1;2684.50;13.50;1352.50;0.32;0.16 -6922;1;4820.00;9.70;1334.50;0.58;0.26 -6923;1;3192.00;13.67;1361.00;-1.24;0.16 -6924;1;2672.00;9.97;1334.00;-0.32;0.18 -6925;1;3318.50;10.60;1308.50;-0.19;0.28 -6926;1;3004.00;10.60;1378.00;-0.46;0.22 -6927;1;2852.50;9.70;1358.50;1.24;0.20 -6928;1;4794.00;9.80;1317.50;0.67;0.20 -6929;1;1593.50;11.00;1530.50;-0.19;0.18 -6930;1;3146.50;10.30;1319.00;-1.19;0.18 -6931;1;2830.50;13.50;1375.00;-0.24;0.20 -6932;1;4535.00;12.77;1215.00;-0.19;0.40 -6933;1;2680.50;9.80;1286.00;0.24;0.20 -6934;1;1475.00;9.50;736.00;-1.10;0.20 -6935;1;3488.00;12.95;1296.00;0.00;0.32 -6936;1;2738.00;12.45;1356.50;-0.58;0.20 -6937;1;4644.00;12.80;1358.50;0.51;0.32 -6938;1;3332.00;13.50;1341.50;-0.67;0.26 -6939;1;3043.50;11.10;1351.00;-0.24;0.20 -6940;1;3127.50;11.70;1373.50;0.32;0.28 -6941;1;2693.50;11.50;1345.00;-0.24;0.22 -6942;1;3074.50;11.20;1389.50;-0.78;0.22 -6943;1;1602.00;9.70;1468.50;0.00;0.28 -6944;1;4835.50;9.80;1368.50;-0.54;0.28 -6945;1;3269.00;12.40;1290.50;0.00;0.24 -6946;1;2971.50;9.70;1389.00;0.24;0.22 -6947;1;4784.50;12.55;1376.00;0.12;0.24 -6948;1;2724.50;10.90;1303.50;-0.78;0.20 -6949;1;2854.50;9.80;1489.50;-1.24;0.16 -6950;1;3388.00;13.95;1323.00;-0.78;0.20 -6951;1;4718.50;9.70;1357.50;-0.54;0.26 -6952;1;3202.00;10.80;1365.50;0.87;0.20 -6953;1;3130.50;11.75;1380.00;-0.89;0.22 -6954;1;2710.50;12.95;1288.00;0.24;0.20 -6955;1;2677.00;11.10;1378.00;-0.46;0.22 -6956;1;3363.00;13.50;1278.50;-0.27;0.28 -6957;1;3070.00;13.65;1394.50;0.00;0.22 -6958;1;1565.50;13.50;1517.50;-0.14;0.26 -6959;1;2799.50;11.50;1303.00;0.64;0.20 -6960;1;2854.00;10.45;1386.50;-0.38;0.20 -6961;1;4883.50;9.65;1378.00;-0.24;0.30 -6962;1;2852.50;12.10;1394.00;0.24;0.20 -6963;1;4783.50;12.75;1345.00;-0.16;0.26 -6964;1;4821.50;12.70;1383.00;-0.69;0.26 -6965;1;3403.50;15.60;1299.00;0.10;0.26 -6966;1;2815.00;9.90;1338.50;0.92;0.20 -6967;1;3215.00;9.90;1370.00;-1.24;0.24 -6968;1;1329.50;9.80;1405.50;0.40;0.40 -6969;1;4634.50;11.40;1330.50;-1.03;0.20 -6970;1;3127.00;11.80;1388.50;-1.32;0.18 -6971;1;1522.00;10.50;1504.00;-0.32;0.30 -6972;1;3057.00;13.80;1331.00;0.00;0.18 -6973;1;2965.00;9.50;1398.00;0.58;0.24 -6974;1;1451.00;10.60;1483.50;-0.51;0.38 -6975;1;2908.00;12.60;1402.50;-0.58;0.18 -6976;1;3443.50;14.85;1328.00;-1.19;0.28 -6977;1;3366.50;13.55;1302.00;-1.19;0.24 -6978;1;3350.00;13.40;1338.00;0.00;0.24 -6979;1;3090.00;9.67;1323.00;0.00;0.16 -6980;1;3051.50;10.60;1354.00;-0.24;0.14 -6981;1;4741.50;9.65;1322.00;-0.24;0.20 -6982;1;3189.00;11.15;1367.50;0.38;0.20 -6983;1;3071.00;13.30;1405.50;0.00;0.24 -6984;1;1607.50;9.80;1530.50;-0.54;0.20 -6985;1;2978.00;12.05;1401.50;-0.58;0.16 -6986;1;2682.00;9.97;1302.00;-0.78;0.18 -6987;1;1264.00;10.40;1331.00;-1.32;0.42 -6988;1;4640.50;13.60;1371.50;-0.14;0.34 -6989;1;4880.00;10.75;1392.00;0.46;0.28 -6990;1;3174.00;10.05;1344.00;-0.46;0.20 -6991;1;3459.00;14.65;1326.50;-1.10;0.20 -6992;1;3241.50;11.90;1286.00;-0.16;0.28 -6993;1;2757.50;12.70;1334.00;-0.24;0.20 -6994;1;5002.50;12.30;1331.00;-0.16;0.22 -6995;1;3357.50;12.55;1350.00;0.46;0.36 -6996;1;2685.00;11.45;1322.50;-0.58;0.20 -6997;1;3513.00;12.70;1308.50;0.41;0.32 -6998;1;3137.00;11.37;1390.00;0.00;0.26 -6999;1;4461.00;14.60;1127.50;0.00;0.36 -7000;1;4594.50;11.30;1294.50;-0.54;0.24 -7001;1;3374.50;11.50;1177.00;0.16;0.24 -7002;1;3242.50;9.50;1231.00;-0.57;1.02 -7003;1;3219.50;9.50;1261.00;-1.19;0.24 -7004;1;4583.00;11.85;1061.50;-0.38;0.30 -7005;1;2959.50;10.00;1203.00;0.12;0.36 -7006;1;1581.50;9.50;1240.50;0.17;0.80 -7007;1;4646.50;12.10;1122.50;0.62;0.32 -7008;1;2801.50;13.95;1216.00;-0.46;0.32 -7009;1;768.50;9.50;606.00;-1.06;1.10 -7010;1;5180.50;10.60;575.50;-0.02;1.58 -7011;1;3295.00;9.82;1145.00;-0.58;0.28 -7012;1;1549.00;9.70;1430.00;-0.46;0.38 -7013;1;3947.00;10.90;965.50;-0.27;0.28 -7014;1;4700.50;10.40;1163.50;0.32;0.16 -7015;1;4459.50;9.75;997.00;-0.24;0.26 -7016;1;4996.50;9.60;1257.50;-0.19;0.22 -7017;1;4379.00;9.50;322.00;0.39;0.98 -7018;1;2899.50;9.50;1643.00;-0.24;0.62 -7019;1;4533.00;12.00;1180.50;-0.21;0.34 -7020;1;3878.00;9.70;1034.50;-1.10;0.38 -7021;1;4809.50;12.80;1278.50;-0.19;0.26 -7022;1;5284.00;9.50;436.50;-0.70;0.80 -7023;1;5372.50;9.50;1013.00;-0.11;1.22 -7024;1;5426.50;9.50;1435.00;-0.16;1.60 -7025;1;4629.00;9.70;1224.50;0.51;0.28 -7026;1;3323.00;9.60;1253.00;0.00;0.28 -7027;1;4663.50;9.50;1062.50;0.78;0.28 -7028;1;4858.50;9.50;1341.00;-0.81;1.22 -7029;1;4071.00;9.50;884.50;-0.84;1.20 -7030;1;3291.50;9.80;1098.50;-0.62;0.32 -7031;1;4175.00;9.50;43.50;-1.10;1.02 -7032;1;4403.00;9.50;263.50;0.73;1.08 -7033;1;2866.00;13.05;1234.50;-0.67;0.32 -7034;1;4293.00;10.50;972.50;0.27;0.24 -7035;1;4621.00;11.45;1147.50;-1.32;0.30 -7036;1;3803.00;9.50;235.00;-0.64;1.20 -7037;1;3363.00;9.50;57.00;-0.34;1.28 -7038;1;2592.50;9.50;91.50;-0.75;1.10 -7039;1;4539.50;9.50;998.00;0.16;0.26 -7040;1;2844.00;13.05;1234.50;0.70;0.38 -7041;1;2748.00;12.10;1061.00;-0.43;1.78 -7042;1;2746.50;9.50;618.00;-0.16;0.74 -7043;1;2383.50;9.50;497.00;-1.17;0.88 -7044;1;4532.50;10.75;1022.00;0.24;0.22 -7045;1;1573.50;10.40;1466.50;-0.40;0.30 -7046;1;4877.00;11.67;1200.00;0.46;0.26 -7047;1;1756.50;9.50;1275.50;0.62;1.20 -7048;1;4553.50;14.80;1353.50;-0.50;0.54 -7049;1;3858.50;11.40;1086.50;-0.36;0.36 -7050;1;4861.50;11.70;1219.50;0.32;0.16 -7051;1;1262.00;9.50;575.00;-0.74;1.10 -7052;1;43.00;9.50;51.50;0.17;1.12 -7053;1;368.00;9.50;1293.00;-0.73;0.92 -7054;1;4640.50;10.80;1110.50;-0.19;0.26 -7055;1;4645.00;10.55;1245.50;-0.67;0.24 -7056;1;138.00;9.50;1626.00;-1.22;1.00 -7057;1;439.50;9.50;1163.00;-0.12;1.06 -7058;1;4697.00;10.90;1138.50;0.38;0.20 -7059;1;3005.50;9.55;1280.00;0.24;0.24 -7060;1;3976.50;12.00;968.50;-0.14;0.34 -7061;1;1163.50;9.50;443.50;-0.44;1.16 -7062;1;5361.00;9.50;825.00;-0.26;1.18 -7063;1;3129.50;9.70;1153.00;-0.46;0.26 -7064;1;4098.00;10.55;1088.00;-0.58;0.32 -7065;1;2895.00;14.60;1246.50;-0.67;0.26 -7066;1;3029.50;12.60;1172.00;0.64;0.22 -7067;1;4609.50;9.50;1019.50;0.19;0.28 -7068;1;2741.50;10.00;1265.00;-0.16;0.20 -7069;1;2682.50;10.55;1198.00;-1.05;0.34 -7070;1;4783.00;10.50;1297.50;0.00;0.22 -7071;1;4650.50;9.50;1049.50;-0.32;0.20 -7072;1;4920.60;10.40;1220.59;-0.11;0.24 -7073;1;3308.50;11.25;1062.00;0.29;0.36 -7074;1;4581.00;11.07;1244.00;-0.19;0.26 -7075;1;4414.50;12.70;969.50;-0.14;0.30 -7076;1;3118.00;10.00;1123.50;0.27;0.34 -7077;1;2956.00;12.47;1241.00;0.00;0.26 -7078;1;4205.50;9.50;1007.50;0.19;0.20 -7079;1;3200.50;10.00;1162.50;-0.19;0.26 -7080;1;4008.50;10.50;1058.50;-0.22;0.42 -7081;1;2920.00;11.37;1258.00;0.00;0.20 -7082;1;3158.50;10.05;1183.00;-0.24;0.24 -7083;1;1564.00;9.80;1452.00;-0.64;0.34 -7084;1;3873.50;9.70;1082.00;-0.52;0.44 -7085;1;4615.50;11.10;1220.50;-1.42;0.24 -7086;1;4677.00;11.70;1102.50;0.38;0.20 -7087;1;4965.00;9.60;1230.50;0.38;0.24 -7088;1;3287.00;13.10;657.50;-0.38;0.80 -7089;1;4665.50;11.50;1254.50;-0.78;0.22 -7090;1;4103.50;13.70;958.50;-0.50;0.36 -7091;1;3286.50;9.70;1162.50;-0.32;0.18 -7092;1;4606.00;9.70;1266.50;-0.51;0.26 -7093;1;4481.00;9.52;992.00;0.46;0.26 -7094;1;4637.50;10.30;1186.00;-0.16;0.26 -7095;1;4513.50;9.90;1043.00;-0.16;0.28 -7096;1;3165.00;9.50;1278.00;1.10;0.26 -7097;1;4570.00;9.80;1112.00;0.58;0.30 -7098;1;2712.50;11.20;1280.50;0.32;0.20 -7099;1;4627.00;10.80;1051.00;-0.32;0.26 -7100;1;2716.00;13.92;1206.00;-0.24;0.34 -7101;1;4543.00;9.70;1126.00;-1.32;0.24 -7102;1;4931.50;11.20;1244.50;-0.40;0.24 -7103;1;4387.50;11.90;974.00;-0.24;0.30 -7104;1;4650.00;10.70;1144.50;-0.67;0.28 -7105;1;4678.50;11.30;1268.50;-1.03;0.28 -7106;1;4004.00;17.30;1183.00;0.00;0.34 -7107;1;3357.00;10.60;1178.50;0.00;0.14 -7108;1;4590.00;9.57;1017.00;0.98;0.24 -7109;1;4606.00;10.85;1293.00;0.00;0.22 -7110;1;4837.50;10.00;1199.50;-0.78;0.18 -7111;1;2776.00;12.95;1282.00;-0.32;0.16 -7112;1;357.50;9.90;1037.50;1.89;0.20 -7113;1;4916.00;9.50;1213.50;-1.10;0.26 -7114;1;2827.00;9.50;1302.50;0.00;0.16 -7115;1;4828.00;10.62;1114.00;0.00;0.24 -7116;1;2768.00;14.70;1205.00;-0.92;0.36 -7117;1;3271.00;9.80;1121.00;-0.19;0.40 -7118;1;1512.00;10.05;1418.00;-1.10;0.30 -7119;1;3961.00;11.95;961.50;0.00;0.26 -7120;1;4680.00;11.30;1160.00;0.32;0.22 -7121;1;4820.00;11.65;1251.50;-0.27;0.16 -7122;1;4254.50;10.10;996.50;-0.14;0.20 -7123;1;1848.00;9.55;1116.00;0.00;0.12 -7124;1;4193.50;9.90;1030.00;-0.46;0.26 -7125;1;4788.50;9.80;1280.00;-0.64;0.18 -7126;1;4600.00;9.70;1197.50;-0.21;0.32 -7127;1;3180.00;9.50;1292.00;0.64;0.44 -7128;1;4537.50;10.40;1040.50;-0.62;0.30 -7129;1;4603.00;9.70;1233.00;-0.78;0.30 -7130;1;3234.50;9.70;1283.00;0.24;0.24 -7131;1;4646.00;11.05;1059.00;-1.10;0.22 -7132;1;2793.50;10.20;1240.50;-1.37;0.20 -7133;1;3292.00;11.85;694.00;-0.32;0.42 -7134;1;1553.00;9.80;1439.50;-0.92;0.24 -7135;1;4521.50;9.70;987.00;0.16;0.18 -7136;1;3066.00;10.67;1138.00;-0.32;0.30 -7137;1;4495.50;9.80;1018.00;0.89;0.24 -7138;1;1552.00;9.90;1450.00;0.46;0.32 -7139;1;3139.50;12.10;1168.50;0.54;0.22 -7140;1;3382.50;11.80;1240.50;0.14;0.32 -7141;1;4617.00;10.20;1044.00;0.00;0.24 -7142;1;4675.50;9.70;1201.00;0.24;0.22 -7143;1;3324.00;12.22;1265.00;0.00;0.22 -7144;1;3281.50;9.80;1102.00;-0.46;0.20 -7145;1;4877.00;12.40;1233.00;-0.78;0.24 -7146;1;4690.00;11.30;1122.50;0.00;0.22 -7147;1;3017.50;9.70;1274.00;-0.46;0.22 -7148;1;3236.00;9.60;1139.50;-0.27;0.34 -7149;1;2871.50;13.40;1221.50;-0.50;0.36 -7150;1;3948.50;9.70;993.50;-0.14;0.32 -7151;1;3364.50;9.90;1171.50;-0.19;0.22 -7152;1;4565.50;10.40;1014.50;0.19;0.22 -7153;1;2723.00;10.70;1258.50;-0.92;0.20 -7154;1;2975.00;10.85;1159.00;-0.32;0.58 -7155;1;4761.00;9.70;1292.00;-0.46;0.16 -7156;1;3335.00;10.65;1032.00;0.16;0.34 -7157;1;4973.00;9.55;1229.50;0.00;0.18 -7158;1;4581.50;12.70;1328.00;0.71;0.34 -7159;1;4560.00;10.40;1074.00;0.24;0.26 -7160;1;4619.50;9.90;1259.50;-1.03;0.30 -7161;1;3234.00;11.80;565.50;0.18;0.70 -7162;1;2972.00;9.90;1240.00;0.58;0.28 -7163;1;4279.00;12.45;1002.50;-0.27;0.30 -7164;1;3282.00;9.70;1152.50;0.38;0.28 -7165;1;3956.50;10.00;1016.50;-0.40;0.34 -7166;1;2876.50;14.00;1252.50;0.11;0.26 -7167;1;4591.00;9.70;1154.50;0.67;0.28 -7168;1;4523.50;10.80;1040.50;-0.62;0.28 -7169;1;5002.50;10.35;1288.00;-0.35;0.30 -7170;1;3364.00;10.00;1182.00;0.00;0.20 -7171;1;4776.00;11.50;1306.50;0.00;0.22 -7172;1;4610.50;10.40;1090.50;-0.54;0.24 -7173;1;2742.50;14.60;1198.50;-0.09;0.32 -7174;1;4657.50;10.05;1125.00;0.24;0.24 -7175;1;4787.00;9.80;1248.50;0.38;0.20 -7176;1;3353.50;10.80;1156.00;-0.16;0.18 -7177;1;3981.00;10.67;982.00;-0.58;0.28 -7178;1;4856.00;9.95;1182.00;-0.32;0.16 -7179;1;4244.00;10.25;1019.00;0.32;0.28 -7180;1;2959.00;12.77;1252.00;0.00;0.26 -7181;1;4665.50;9.70;1192.50;-1.03;0.22 -7182;1;4624.50;11.65;1039.00;-0.24;0.24 -7183;1;2712.50;10.00;1270.50;-0.19;0.22 -7184;1;3392.00;11.15;1196.00;0.38;0.44 -7185;1;1307.50;10.50;1876.00;-0.49;1.66 -7186;1;4703.00;11.45;1053.00;0.00;0.22 -7187;1;4946.00;10.37;1241.00;-0.46;0.20 -7188;1;3292.50;10.20;1111.00;-0.12;0.30 -7189;1;4632.50;11.00;1267.50;0.54;0.24 -7190;1;4278.50;12.10;987.00;0.16;0.28 -7191;1;4677.50;11.30;1147.50;-0.54;0.18 -7192;1;4516.50;10.10;1008.50;-0.19;0.20 -7193;1;3320.00;10.25;1226.50;0.87;0.32 -7194;1;3051.00;10.10;1141.50;0.00;0.34 -7195;1;415.08;12.40;1014.08;1.57;0.26 -7196;1;2767.50;13.20;1279.00;-0.64;0.24 -7197;1;4886.00;9.50;1201.50;-0.67;0.22 -7198;1;2736.50;11.20;1274.50;-0.32;0.20 -7199;1;4606.50;10.60;1078.00;0.16;0.28 -7200;1;4653.00;9.70;1222.00;0.32;0.24 -7201;1;4522.00;13.25;1133.50;-0.87;0.26 -7202;1;1555.00;9.70;1410.50;-0.27;0.48 -7203;1;2661.50;14.00;1135.50;-0.36;0.48 -7204;1;4790.50;10.00;1257.50;-0.14;0.22 -7205;1;3987.00;10.05;993.50;0.00;0.34 -7206;1;3178.50;9.80;1159.50;0.14;0.26 -7207;1;3922.50;9.80;1002.00;-0.12;0.38 -7208;1;4522.00;10.90;1239.50;-0.18;0.34 -7209;1;3029.50;11.20;1180.50;-0.19;0.24 -7210;1;4548.00;10.10;1033.50;0.67;0.26 -7211;1;3150.50;12.05;1285.00;0.24;0.20 -7212;1;4896.00;9.70;1223.50;0.00;0.24 -7213;1;2788.50;13.75;1332.00;0.16;0.20 -7214;1;4692.50;13.70;1048.50;-0.54;0.26 -7215;1;2748.00;14.00;1227.50;0.00;0.24 -7216;1;3251.00;9.85;1101.50;-0.73;0.50 -7217;1;4942.50;11.30;1248.50;-0.62;0.26 -7218;1;4423.50;12.50;979.50;0.14;0.24 -7219;1;3148.50;11.30;621.00;0.82;0.84 -7220;1;4163.50;10.25;1010.00;-0.10;0.28 -7221;1;4784.50;9.50;1273.50;4.51;0.30 -7222;1;4636.00;9.75;1175.00;-0.78;0.28 -7223;1;4506.50;10.50;534.50;-1.03;0.20 -7224;1;3901.50;13.50;1282.50;-0.26;0.44 -7225;1;4388.00;9.65;860.50;-0.38;0.20 -7226;1;3219.00;9.50;1261.50;0.36;1.00 -7227;1;4553.50;9.90;599.00;0.29;0.30 -7228;1;3745.50;10.50;1691.00;0.10;0.40 -7229;1;4487.00;13.85;892.50;0.51;0.26 -7230;1;1670.00;9.50;1199.50;0.25;1.00 -7231;1;4641.00;10.75;671.50;0.38;0.24 -7232;1;3955.50;13.30;923.00;0.12;0.36 -7233;1;3756.00;10.32;1551.00;0.00;0.40 -7234;1;801.50;9.50;512.50;-0.38;1.24 -7235;1;5140.50;9.50;571.50;-0.40;1.00 -7236;1;4374.00;9.85;753.50;0.00;0.20 -7237;1;3654.00;10.10;1623.50;-0.67;0.36 -7238;1;4470.50;9.70;828.00;0.24;0.22 -7239;1;2762.00;9.95;1573.50;0.00;0.20 -7240;1;4451.00;10.32;1137.00;-0.54;0.40 -7241;1;4370.50;9.50;366.00;0.11;1.18 -7242;1;2852.00;9.50;1575.50;-0.44;0.64 -7243;1;3794.50;10.00;1437.00;0.29;0.38 -7244;1;3976.50;9.90;857.50;-1.24;0.28 -7245;1;1623.50;9.50;1268.00;0.73;0.48 -7246;1;5470.00;9.50;394.50;0.81;1.12 -7247;1;5364.00;9.50;949.50;-0.19;1.38 -7248;1;5518.00;9.50;1483.50;1.23;1.00 -7249;1;4977.00;12.87;1532.00;-0.32;0.34 -7250;1;3973.50;11.30;907.50;-1.16;0.26 -7251;1;5178.00;10.32;578.00;0.00;0.18 -7252;1;4859.00;9.50;1288.00;-0.29;1.02 -7253;1;4071.50;9.50;831.00;-0.11;0.92 -7254;1;4290.00;10.80;920.50;-0.27;0.26 -7255;1;905.50;12.85;1653.00;-0.29;0.38 -7256;1;4458.00;10.85;1183.50;-0.92;0.36 -7257;1;4224.00;9.50;41.50;0.00;1.02 -7258;1;4420.00;9.50;313.00;0.07;0.98 -7259;1;872.50;11.40;1714.00;1.57;0.42 -7260;1;4057.50;9.70;749.00;-0.98;0.32 -7261;1;3853.50;9.50;287.50;-0.40;0.90 -7262;1;3391.50;9.50;26.00;0.46;1.02 -7263;1;2639.00;9.50;15.00;4.71;0.64 -7264;1;5372.00;9.50;315.50;0.00;0.26 -7265;1;4028.50;11.15;796.00;-1.05;0.28 -7266;1;4932.50;10.30;1479.50;0.11;0.36 -7267;1;2753.00;9.50;651.50;-0.23;0.76 -7268;1;2354.00;9.50;511.00;-0.64;1.04 -7269;1;4923.00;9.70;581.00;-0.78;0.36 -7270;1;4376.50;18.30;1235.50;-0.78;0.38 -7271;1;4494.00;14.00;839.00;-1.10;0.20 -7272;1;1873.50;9.50;1328.50;-0.05;1.06 -7273;1;4031.00;23.10;1218.00;0.38;0.74 -7274;1;4102.50;10.60;1618.50;-0.42;0.46 -7275;1;4683.50;10.40;891.50;0.32;0.20 -7276;1;1294.00;9.50;524.00;-0.06;1.04 -7277;1;31.50;9.50;102.00;0.03;1.30 -7278;1;421.00;9.50;1247.50;0.00;1.24 -7279;1;4533.50;10.45;1122.00;0.46;0.34 -7280;1;4465.00;11.15;928.50;0.00;0.26 -7281;1;3737.50;9.80;1549.50;-0.22;0.44 -7282;1;208.50;9.50;1617.00;-0.12;1.02 -7283;1;473.50;9.50;1079.00;0.13;1.18 -7284;1;4774.00;9.50;756.00;-0.46;0.22 -7285;1;3771.00;10.65;1632.00;0.00;0.28 -7286;1;1059.00;9.50;537.50;-1.08;1.20 -7287;1;5424.78;9.50;780.92;-0.35;1.08 -7288;1;4012.00;12.35;793.50;0.00;0.30 -7289;1;1673.00;10.35;1641.50;0.38;0.28 -7290;1;106.50;11.35;431.00;4.33;0.24 -7291;1;1675.00;9.70;1670.00;-0.16;0.36 -7292;1;4402.50;9.50;845.00;-0.16;0.26 -7293;1;4620.00;9.80;510.00;-0.32;0.24 -7294;1;4405.00;15.40;1080.50;0.00;0.50 -7295;1;4338.00;9.60;880.50;0.27;0.22 -7296;1;4597.50;10.10;589.00;-0.24;0.28 -7297;1;4083.00;9.70;913.50;0.58;0.24 -7298;1;3895.50;10.10;1568.00;0.46;0.34 -7299;1;4612.50;10.40;651.50;-0.09;0.42 -7300;1;3690.50;10.60;1581.50;-0.56;0.40 -7301;1;4509.00;12.85;1208.50;-0.51;0.28 -7302;1;5578.00;9.70;363.00;4.71;0.24 -7303;1;4465.90;9.80;801.84;0.98;0.24 -7304;1;1806.50;9.70;1648.50;-1.24;0.32 -7305;1;5118.00;11.30;509.50;0.00;0.24 -7306;1;1371.00;10.10;1575.00;0.64;0.40 -7307;1;4735.00;9.50;843.00;0.00;0.28 -7308;1;4409.00;9.50;572.50;-0.68;0.54 -7309;1;4991.50;12.05;1520.00;0.12;0.34 -7310;1;4039.50;10.90;868.50;-0.14;0.34 -7311;1;4732.50;9.80;657.50;0.19;0.24 -7312;1;4347.00;11.65;922.50;0.38;0.26 -7313;1;3724.50;9.80;1518.00;-0.12;0.40 -7314;1;4513.50;12.50;1275.50;0.26;0.42 -7315;1;899.00;9.65;1688.50;-0.21;0.26 -7316;1;4007.50;21.45;1198.00;0.21;0.58 -7317;1;3970.50;10.00;1555.50;-0.09;0.52 -7318;1;3639.00;10.10;1761.50;0.15;0.46 -7319;1;4433.00;9.90;840.50;-0.38;0.28 -7320;1;3730.00;12.90;1651.50;-0.27;0.34 -7321;1;4709.00;9.50;510.00;-0.46;0.14 -7322;1;3652.50;9.75;1474.00;-0.55;0.40 -7323;1;4691.50;10.30;886.50;-0.54;0.20 -7324;1;5165.00;9.80;557.50;0.58;0.20 -7325;1;4703.50;10.40;917.50;-0.14;0.20 -7326;1;3867.50;10.20;1540.00;-0.86;0.50 -7327;1;4379.50;10.10;658.50;1.03;0.30 -7328;1;3733.00;9.90;1590.00;0.00;0.34 -7329;1;4399.50;10.70;734.00;0.16;0.26 -7330;1;3545.50;10.50;1773.00;-0.24;0.56 -7331;1;4452.00;9.50;792.50;-0.38;0.24 -7332;1;2003.50;10.30;729.00;-1.22;0.46 -7333;1;5127.50;11.50;497.50;-0.19;0.24 -7334;1;4110.50;10.45;1084.00;-0.35;0.34 -7335;1;3954.50;11.10;1473.50;0.07;0.52 -7336;1;4693.50;9.50;609.00;0.86;0.30 -7337;1;3793.50;9.70;1473.50;0.14;0.38 -7338;1;4367.00;9.70;885.50;0.38;0.24 -7339;1;5102.50;10.70;617.50;-1.42;0.28 -7340;1;4069.00;9.70;909.00;0.64;0.36 -7341;1;3707.50;9.80;1520.00;-0.08;0.46 -7342;1;4377.50;9.80;727.50;-0.19;0.28 -7343;1;3653.50;10.40;1575.00;0.16;0.30 -7344;1;4053.00;9.55;768.50;-0.67;0.26 -7345;1;1651.50;10.65;1642.00;-1.07;0.34 -7346;1;3652.00;9.80;1686.50;0.00;0.36 -7347;1;4477.00;10.95;829.50;-0.27;0.20 -7348;1;1075.50;11.00;1865.50;0.08;0.84 -7349;1;5110.50;9.70;493.50;-0.54;0.22 -7350;1;4021.50;9.80;1518.50;1.14;0.52 -7351;1;4684.00;9.70;884.50;-0.58;0.22 -7352;1;5155.00;10.10;556.00;-0.78;0.18 -7353;1;4358.50;9.70;921.50;-0.78;0.34 -7354;1;3794.00;9.70;1455.50;0.00;0.40 -7355;1;4607.00;10.40;632.50;-0.70;0.36 -7356;1;4412.50;10.60;953.00;-0.12;0.30 -7357;1;3811.50;10.10;1594.50;0.11;0.42 -7358;1;4635.00;10.95;719.00;0.00;0.24 -7359;1;3631.50;10.25;1676.00;-0.16;0.24 -7360;1;4733.00;10.25;780.50;3.14;0.24 -7361;1;1809.50;9.50;1632.00;0.55;0.36 -7362;1;5108.50;12.20;504.50;0.78;0.20 -7363;1;4019.50;10.65;823.00;0.69;0.32 -7364;1;1674.00;10.40;1878.50;-0.50;2.24 -7365;1;5099.50;14.65;550.00;-0.24;0.20 -7366;1;1526.50;10.90;1673.50;-0.40;0.44 -7367;1;4366.50;9.70;877.00;-1.19;0.22 -7368;1;4385.00;10.77;619.00;0.00;0.26 -7369;1;4765.43;9.50;621.27;1.37;0.28 -7370;1;3684.00;9.80;1504.00;-0.67;0.44 -7371;1;4602.00;10.85;716.00;0.00;0.24 -7372;1;4090.00;11.57;942.00;-0.64;0.34 -7373;1;3694.50;11.70;1567.50;-0.50;0.46 -7374;1;4079.00;14.10;1114.50;0.58;0.62 -7375;1;3679.00;10.00;1683.50;-0.67;0.24 -7376;1;4438.00;9.70;826.50;-0.51;0.20 -7377;1;2694.50;10.05;1586.00;-0.46;0.28 -7378;1;5118.50;13.60;500.50;0.40;0.24 -7379;1;1763.00;11.80;1681.00;-0.58;0.56 -7380;1;4500.00;12.35;861.50;0.00;0.20 -7381;1;4473.00;9.95;548.50;0.00;0.18 -7382;1;4285.50;9.50;907.00;-0.46;0.28 -7383;1;3852.00;10.50;1527.50;-0.70;0.58 -7384;1;4455.50;9.80;619.00;4.71;0.30 -7385;1;4743.50;10.15;803.00;1.57;0.34 -7386;1;889.00;10.15;1676.00;-0.19;0.38 -7387;1;4595.00;10.35;712.50;0.38;0.24 -7388;1;1524.00;9.65;1323.00;0.58;0.30 -7389;1;4723.50;9.50;769.00;-0.16;0.20 -7390;1;5398.00;9.50;474.50;-1.10;0.38 -7391;1;3991.00;9.70;829.00;0.24;0.36 -7392;1;3814.00;9.95;1457.50;-0.21;0.46 -7393;1;5502.00;11.10;702.00;0.00;0.16 -7394;1;2665.00;10.30;1566.50;0.58;0.24 -7395;1;3972.50;9.80;871.00;-1.29;0.38 -7396;1;4467.00;9.75;605.50;1.32;0.26 -7397;1;4422.00;17.25;1213.50;0.00;0.38 -7398;1;906.50;13.15;1628.00;-0.10;0.40 -7399;1;4415.50;9.70;703.00;0.16;0.20 -7400;1;4351.00;12.40;997.00;-0.16;0.44 -7401;1;3751.00;9.80;1587.50;0.00;0.44 -7402;1;4014.50;10.10;779.00;0.46;0.28 -7403;1;3648.50;10.05;1649.00;0.35;0.22 -7404;1;4419.50;9.70;825.00;-0.64;0.26 -7405;1;3981.00;11.30;1474.00;0.00;0.44 -7406;1;4511.50;12.25;1192.00;-0.16;0.34 -7407;1;3959.50;10.40;1495.50;-0.11;0.46 -7408;1;4379.50;9.70;865.50;-0.19;0.20 -7409;1;5095.50;12.30;521.00;0.46;0.36 -7410;1;3759.00;9.80;1500.50;0.18;0.42 -7411;1;3995.00;10.85;912.50;-0.27;0.36 -7412;1;5182.50;9.50;591.50;-0.32;0.24 -7413;1;4802.78;9.60;644.37;0.24;0.24 -7414;1;914.00;12.70;1702.00;0.38;0.46 -7415;1;4625.00;10.55;701.00;-1.37;0.22 -7416;1;3673.00;9.90;1643.50;-0.67;0.24 -7417;1;4732.00;9.60;769.00;0.00;0.24 -7418;1;4505.00;14.80;1181.50;-0.67;0.34 -7419;1;4670.78;11.40;814.80;-0.18;0.46 -7420;1;1468.50;10.90;1629.50;-0.54;0.36 -7421;1;4490.50;12.55;537.00;0.24;0.22 -7422;1;1451.50;10.20;1406.50;0.32;0.36 -7423;1;4713.50;10.55;828.00;-0.24;0.26 -7424;1;4575.00;11.60;650.00;-1.03;0.48 -7425;1;3931.50;10.20;1505.00;0.61;0.54 -7426;1;4476.50;12.35;897.00;-0.16;0.26 -7427;1;4404.50;9.55;681.00;-0.46;0.24 -7428;1;4071.00;9.80;936.50;-0.58;0.40 -7429;1;3768.00;10.70;1570.00;0.58;0.48 -7430;1;3997.50;11.50;974.50;-0.40;0.38 -7431;1;3657.50;10.05;1646.00;-0.64;0.24 -7432;1;4424.79;9.70;817.01;-0.38;0.32 -7433;1;1694.50;11.30;1668.50;-1.16;0.30 -7434;1;4539.00;9.90;1133.50;-0.87;0.26 -7435;1;1647.50;10.50;1667.50;0.09;0.48 -7436;1;4042.50;9.90;845.00;-0.35;0.28 -7437;1;5314.00;10.50;482.50;0.58;0.24 -7438;1;3668.50;9.80;1519.50;0.14;0.40 -7439;1;4711.00;10.40;911.50;0.38;0.18 -7440;1;4397.00;9.70;598.50;-0.87;0.28 -7441;1;4322.50;10.70;944.00;0.35;0.24 -7442;1;906.50;14.10;1670.50;0.11;0.48 -7443;1;4572.00;11.45;671.50;-0.87;0.36 -7444;1;3682.50;10.50;1635.00;-0.55;0.38 -7445;1;4760.50;10.90;766.00;-0.46;0.16 -7446;1;4411.50;13.65;1050.00;-0.21;0.52 -7447;1;3995.50;9.70;814.50;0.14;0.26 -7448;1;3810.00;13.15;1239.50;0.58;0.46 -7449;1;1367.00;11.10;1540.50;0.00;0.34 -7450;1;5150.00;9.95;175.50;-0.34;0.32 -7451;1;1554.50;9.70;1226.50;-0.32;0.42 -7452;1;3194.00;9.50;1304.50;0.18;1.08 -7453;1;4656.50;10.15;138.00;-0.29;0.52 -7454;1;3463.00;14.45;1342.50;0.00;0.26 -7455;1;4245.50;15.10;1083.50;-0.62;0.46 -7456;1;1668.50;9.50;1238.00;-0.60;0.88 -7457;1;4913.50;10.30;425.00;-0.16;0.28 -7458;1;1357.50;10.10;1568.00;0.12;0.38 -7459;1;4564.00;10.05;1187.00;-0.46;0.34 -7460;1;835.00;9.50;351.00;0.20;1.20 -7461;1;5073.00;9.50;588.50;0.41;0.94 -7462;1;1720.50;9.70;1622.50;0.78;0.36 -7463;1;4383.50;10.30;668.00;-0.35;0.34 -7464;1;1402.50;10.70;1441.00;-0.69;0.26 -7465;1;4064.00;10.12;949.00;-0.92;0.36 -7466;1;1541.50;13.00;1495.00;-0.69;0.26 -7467;1;4380.50;9.50;461.50;-0.40;1.06 -7468;1;2813.00;9.50;1593.50;-1.10;0.46 -7469;1;4305.50;10.65;1020.00;-0.46;0.32 -7470;1;1738.00;10.60;653.50;-1.21;0.32 -7471;1;5128.00;10.55;180.50;0.00;0.32 -7472;1;5437.50;9.50;430.00;-1.16;0.98 -7473;1;5398.50;9.50;935.00;-1.02;1.18 -7474;1;5493.50;9.50;1427.00;0.57;1.14 -7475;1;4165.00;10.20;1066.00;0.00;0.22 -7476;1;2103.50;11.30;551.00;-0.34;0.46 -7477;1;3645.50;9.75;1322.00;0.52;0.56 -7478;1;4903.50;9.50;1272.00;-0.54;0.90 -7479;1;4050.50;9.50;790.00;-0.81;1.00 -7480;1;1429.50;9.70;1374.50;0.09;0.22 -7481;1;4940.00;9.70;398.50;0.51;0.36 -7482;1;3215.00;9.85;1653.50;0.51;0.30 -7483;1;4264.50;9.50;38.00;0.20;0.92 -7484;1;4350.50;9.50;301.00;0.12;0.80 -7485;1;1343.50;10.40;1426.00;0.71;0.36 -7486;1;3800.50;11.70;1391.50;0.22;0.52 -7487;1;4884.50;9.70;617.50;0.14;0.30 -7488;1;3862.00;9.50;236.50;0.14;1.14 -7489;1;3312.00;9.50;29.50;-1.10;1.00 -7490;1;2572.00;9.50;15.50;4.68;0.66 -7491;1;3743.00;15.32;1269.00;0.24;0.50 -7492;1;4354.50;10.00;933.50;0.32;0.36 -7493;1;2703.50;9.50;669.00;0.38;0.90 -7494;1;2425.50;9.50;528.00;-0.64;1.14 -7495;1;3573.00;11.15;1332.50;0.00;0.24 -7496;1;5139.50;11.90;172.50;0.09;0.32 -7497;1;4117.00;12.45;1015.50;0.49;0.42 -7498;1;1807.00;9.50;1299.50;0.30;1.00 -7499;1;1955.00;9.50;2034.00;-0.54;0.42 -7500;1;1843.50;9.80;320.00;-0.46;0.52 -7501;1;3844.00;12.85;1345.50;0.29;0.56 -7502;1;4558.50;9.80;1089.00;-0.12;0.32 -7503;1;1270.00;9.50;461.00;-0.20;1.34 -7504;1;75.50;9.50;100.50;-0.49;1.30 -7505;1;480.50;9.50;1236.50;-0.21;1.02 -7506;1;5010.00;10.20;419.00;-0.32;0.36 -7507;1;3836.00;10.40;1368.00;0.00;0.56 -7508;1;4557.50;9.90;1202.50;-0.62;0.34 -7509;1;278.50;9.50;1631.00;0.38;1.04 -7510;1;521.00;9.50;1068.00;-0.78;0.84 -7511;1;4428.50;14.45;1276.00;-0.10;0.44 -7512;1;4869.00;9.85;620.00;-0.32;0.34 -7513;1;3415.50;10.35;1225.00;0.55;0.42 -7514;1;1118.00;9.50;472.50;-0.71;1.48 -7515;1;5328.00;9.50;924.00;0.78;1.24 -7516;1;4417.00;10.10;931.00;-0.46;0.40 -7517;1;978.00;9.70;1419.00;0.32;0.26 -7518;1;4448.50;10.50;1012.50;-0.11;0.30 -7519;1;3946.50;20.60;1263.50;-1.18;0.36 -7520;1;5137.50;9.90;157.50;-0.78;0.36 -7521;1;4507.50;10.75;1069.00;0.35;0.36 -7522;1;5147.50;10.40;261.50;-0.66;0.44 -7523;1;4783.00;10.62;1409.00;0.58;0.30 -7524;1;1399.00;9.50;1369.50;0.27;0.30 -7525;1;5022.50;10.30;405.00;0.16;0.38 -7526;1;4783.50;9.90;1433.50;0.19;0.38 -7527;1;1531.00;9.85;1434.50;-0.27;0.36 -7528;1;1528.00;12.27;1527.00;0.00;0.26 -7529;1;4985.00;10.50;607.50;-0.58;0.30 -7530;1;3467.00;10.60;1275.00;0.58;0.32 -7531;1;4367.00;9.80;935.50;-0.41;0.40 -7532;1;4991.04;9.70;1369.52;-0.90;0.48 -7533;1;5074.00;10.27;171.00;-0.64;0.44 -7534;1;4278.00;10.80;1014.50;0.38;0.28 -7535;1;5151.00;10.82;250.00;-0.78;0.28 -7536;1;1330.50;10.50;1613.50;0.50;0.40 -7537;1;4158.00;10.72;1056.00;-1.37;0.30 -7538;1;5034.50;10.60;366.50;-0.26;0.64 -7539;1;1375.50;10.40;1556.50;0.09;0.44 -7540;1;4591.00;9.70;1196.50;0.41;0.30 -7541;1;3702.50;9.90;1389.00;0.08;0.56 -7542;1;4929.50;9.50;625.50;0.40;0.42 -7543;1;1367.00;10.30;1424.50;-0.51;0.34 -7544;1;4362.50;9.70;897.00;0.35;0.32 -7545;1;4580.50;13.60;1355.50;-0.78;0.38 -7546;1;1596.00;9.70;1206.00;-0.78;0.32 -7547;1;1511.50;10.40;1503.50;0.40;0.30 -7548;1;3121.00;13.30;483.50;-0.05;1.44 -7549;1;4488.50;11.20;1064.00;-0.39;0.34 -7550;1;1791.00;10.45;276.00;-0.51;0.46 -7551;1;1461.00;10.15;1544.00;0.24;0.30 -7552;1;1398.00;9.70;1358.50;0.00;0.30 -7553;1;2048.00;11.27;468.00;-0.98;0.48 -7554;1;3534.00;17.35;1360.00;0.00;0.28 -7555;1;1360.50;10.30;1390.00;0.24;0.42 -7556;1;3878.00;11.32;1405.00;-0.46;0.44 -7557;1;4784.50;10.20;593.50;1.03;0.24 -7558;1;1535.50;14.00;1482.00;0.16;0.28 -7559;1;4351.50;11.70;910.50;-0.14;0.30 -7560;1;3762.50;13.00;1263.50;-0.78;0.44 -7561;1;2210.00;10.15;754.00;-0.40;0.58 -7562;1;4320.00;11.80;1008.50;0.34;0.38 -7563;1;3666.50;9.90;1324.50;0.09;0.58 -7564;1;5157.50;10.40;238.50;0.19;0.28 -7565;1;4183.50;10.05;1061.00;0.16;0.44 -7566;1;5066.00;12.30;357.00;-1.10;0.44 -7567;1;4951.50;9.50;133.00;4.71;0.56 -7568;1;4578.00;9.90;1186.50;-0.51;0.30 -7569;1;4892.50;9.70;1449.00;-0.12;0.28 -7570;1;4972.00;17.30;588.00;0.00;0.52 -7571;1;4549.50;10.75;1237.00;-0.29;0.38 -7572;1;4370.00;9.70;907.50;0.51;0.32 -7573;1;3699.50;12.00;1261.00;-0.08;0.52 -7574;1;4093.50;10.80;990.50;-0.40;0.34 -7575;1;4653.50;12.40;1372.00;-0.12;0.28 -7576;1;3254.00;11.72;130.00;-0.51;0.70 -7577;1;4504.50;11.05;1085.00;0.69;0.32 -7578;1;4658.50;12.60;1415.50;-0.26;0.48 -7579;1;4664.00;10.30;231.50;-1.20;0.52 -7580;1;4574.00;9.80;1172.00;0.00;0.32 -7581;1;1963.00;10.55;394.50;-0.21;0.40 -7582;1;4754.50;11.40;1425.50;-1.00;0.34 -7583;1;1485.00;10.15;1404.50;0.18;0.30 -7584;1;3825.00;11.40;1258.50;-1.10;0.42 -7585;1;4904.50;10.15;591.00;0.12;0.40 -7586;1;1380.00;10.45;1469.50;1.27;0.34 -7587;1;4357.00;10.45;868.00;-0.98;0.24 -7588;1;1536.00;11.45;1506.00;-0.58;0.28 -7589;1;2135.50;10.70;545.00;-1.22;0.44 -7590;1;1634.50;9.50;1193.00;0.16;0.28 -7591;1;4799.50;11.30;1402.50;-0.11;0.34 -7592;1;5125.00;10.15;232.50;0.27;0.38 -7593;1;4165.50;10.30;1039.00;-0.24;0.44 -7594;1;1983.50;10.40;381.50;-0.78;0.40 -7595;1;5043.00;11.35;1383.00;-0.46;0.36 -7596;1;4534.50;11.15;1161.00;0.12;0.38 -7597;1;3853.50;11.35;1403.00;-0.39;0.50 -7598;1;4665.00;9.75;597.50;-0.27;0.28 -7599;1;1370.50;10.30;1383.50;-0.32;0.36 -7600;1;3808.00;10.85;1434.50;-0.43;0.50 -7601;1;4429.00;9.80;879.00;-0.98;0.20 -7602;1;3659.50;12.30;1266.50;-0.78;0.54 -7603;1;4334.50;12.20;982.00;-0.89;0.38 -7604;1;3506.00;12.15;1279.50;0.29;0.36 -7605;1;3099.00;12.40;233.00;0.09;0.74 -7606;1;4435.50;13.55;1054.00;0.39;0.32 -7607;1;1369.50;10.80;1528.50;0.95;0.34 -7608;1;4674.00;10.30;212.50;-0.73;0.52 -7609;1;4550.50;11.00;1163.50;0.14;0.38 -7610;1;5078.50;10.30;302.50;0.09;0.56 -7611;1;1414.50;10.00;1556.00;-0.69;0.28 -7612;1;1507.50;10.40;1400.50;-0.11;0.36 -7613;1;4792.50;13.00;1474.50;-0.95;0.40 -7614;1;5072.00;10.40;567.50;-0.51;0.30 -7615;1;1414.50;9.95;1467.00;0.46;0.30 -7616;1;4875.50;11.50;1537.50;-0.26;0.54 -7617;1;1559.50;9.70;1010.50;0.78;0.28 -7618;1;3743.00;12.02;1317.00;-0.46;0.64 -7619;1;4040.50;10.20;971.50;-0.14;0.36 -7620;1;3406.00;12.30;1286.50;-0.92;0.30 -7621;1;1890.50;9.60;237.00;-0.71;0.42 -7622;1;1521.50;9.50;1237.50;-0.19;0.24 -7623;1;4895.00;10.22;232.00;-0.38;0.84 -7624;1;3556.50;12.40;1357.50;-0.54;0.24 -7625;1;4574.00;9.70;1152.50;0.87;0.28 -7626;1;1415.50;9.80;1513.50;-0.11;0.36 -7627;1;4981.50;10.10;540.00;0.46;0.50 -7628;1;1320.50;10.30;1370.00;-0.55;0.36 -7629;1;1675.00;11.55;1629.50;-0.67;0.26 -7630;1;1581.00;9.72;1011.00;1.03;0.36 -7631;1;4548.50;14.20;1322.00;0.46;0.52 -7632;1;1693.00;10.80;1162.50;0.21;0.48 -7633;1;4663.00;11.55;1361.50;-0.21;0.30 -7634;1;4241.50;10.00;1039.00;0.35;0.36 -7635;1;3692.50;10.50;1331.00;0.08;0.56 -7636;1;2047.50;10.80;532.00;-0.35;0.36 -7637;1;2305.50;9.50;571.50;-1.32;0.36 -7638;1;1977.00;9.70;333.50;0.51;0.44 -7639;1;3834.00;10.40;1294.00;0.38;0.40 -7640;1;1467.00;10.30;1383.00;-0.58;0.30 -7641;1;3673.00;9.85;1393.50;-0.43;0.56 -7642;1;4517.00;9.52;527.00;0.00;0.18 -7643;1;1515.00;12.72;1456.00;-0.38;0.36 -7644;1;1824.00;9.70;1636.50;0.00;0.40 -7645;1;4463.00;10.15;849.50;-0.18;0.24 -7646;1;1549.00;11.85;1505.00;-0.32;0.30 -7647;1;4336.50;12.40;968.50;-1.24;0.24 -7648;1;4621.50;12.65;1403.00;0.12;0.50 -7649;1;5107.50;9.80;207.50;-0.96;0.34 -7650;1;4495.50;10.15;1027.00;-0.16;0.32 -7651;1;5118.50;10.40;286.50;-0.50;0.36 -7652;1;4765.00;9.90;1415.00;0.46;0.24 -7653;1;4609.00;10.30;1112.50;0.21;0.30 -7654;1;4589.50;9.70;516.00;0.86;0.32 -7655;1;4093.00;10.35;1675.50;-0.72;0.52 -7656;1;4593.00;11.25;1221.50;0.00;0.24 -7657;1;3824.00;10.42;1422.00;0.00;0.44 -7658;1;4302.00;9.70;719.50;-0.27;0.48 -7659;1;4527.50;12.25;1292.00;-0.07;0.50 -7660;1;1718.50;9.50;1165.50;0.19;0.28 -7661;1;3579.00;9.65;1328.50;-0.87;0.22 -7662;1;4186.00;9.70;1048.00;-0.24;0.36 -7663;1;4775.50;10.70;1389.50;0.11;0.34 -7664;1;5141.50;12.65;191.00;0.12;0.38 -7665;1;4532.00;11.30;1106.50;-0.27;0.38 -7666;1;5103.00;10.65;291.00;-1.32;0.32 -7667;1;965.00;15.15;1480.00;-0.16;0.48 -7668;1;1421.00;9.70;1372.00;0.19;0.26 -7669;1;4863.00;10.30;450.00;-0.32;0.28 -7670;1;4834.50;10.80;1426.50;0.11;0.42 -7671;1;3395.50;10.50;1248.50;0.09;0.24 -7672;1;4872.50;10.30;1474.00;-0.39;0.44 -7673;1;4361.00;11.15;680.50;-0.92;0.28 -7674;1;4606.00;15.25;1368.50;-0.29;0.48 -7675;1;4336.00;11.90;951.00;-0.32;0.28 -7676;1;4407.00;14.72;1509.00;0.32;0.54 -7677;1;946.00;13.90;1724.50;-0.74;0.60 -7678;1;3228.50;9.65;1330.00;-1.08;0.40 -7679;1;2460.00;9.50;8.50;-1.29;0.68 -7680;1;4104.00;12.25;1541.50;0.00;0.54 -7681;1;3936.00;10.40;1686.50;1.38;0.44 -7682;1;3863.00;10.82;1333.00;-1.10;0.40 -7683;1;1812.00;9.50;1744.00;0.54;1.32 -7684;1;1113.00;16.97;1510.00;0.00;0.50 -7685;1;3968.00;10.30;1744.50;0.43;0.62 -7686;1;520.50;9.50;467.00;-0.03;1.16 -7687;1;4044.00;10.30;1599.50;-0.43;0.54 -7688;1;1094.50;15.20;1589.50;-1.49;0.48 -7689;1;3948.00;9.70;1858.00;0.00;1.00 -7690;1;5169.00;9.50;683.00;-0.73;1.52 -7691;1;4738.00;11.00;1631.00;0.27;0.72 -7692;1;5569.00;10.70;134.00;0.00;0.30 -7693;1;4155.00;14.25;1476.00;-0.78;0.60 -7694;1;4373.50;9.50;570.00;1.05;1.02 -7695;1;2863.00;9.50;1607.00;-0.32;0.70 -7696;1;937.00;11.60;2008.00;-0.55;1.18 -7697;1;4676.50;11.40;1514.00;-0.19;0.66 -7698;1;5396.00;9.50;448.00;-0.98;0.90 -7699;1;5477.50;9.50;943.00;0.30;0.66 -7700;1;5551.00;9.50;1467.50;-0.53;0.82 -7701;1;4194.00;10.50;1697.00;-0.87;0.58 -7702;1;4119.00;12.30;1342.00;0.46;0.56 -7703;1;4335.00;14.40;1561.50;-0.49;0.50 -7704;1;4960.50;9.50;1299.50;0.13;1.18 -7705;1;4096.50;9.50;752.00;-0.04;0.90 -7706;1;3952.00;10.95;1367.50;0.99;0.36 -7707;1;4286.50;10.80;1759.50;-0.19;0.86 -7708;1;4020.00;10.70;1553.00;-0.69;0.60 -7709;1;4294.50;9.50;51.00;-0.43;0.98 -7710;1;4255.00;9.50;190.00;0.08;0.98 -7711;1;3982.50;10.40;1409.00;0.94;0.46 -7712;1;3688.50;10.05;1831.00;0.16;0.76 -7713;1;4319.00;14.55;1599.50;0.43;0.54 -7714;1;3901.50;9.50;273.50;0.52;1.10 -7715;1;3356.50;9.50;14.50;-0.91;0.86 -7716;1;3137.00;10.97;563.00;-1.19;0.62 -7717;1;4431.50;14.10;1510.00;-0.82;0.46 -7718;1;1069.50;12.70;1727.50;-0.44;0.64 -7719;1;2662.50;9.50;628.50;0.09;1.08 -7720;1;2385.50;9.50;545.00;-0.74;0.84 -7721;1;967.00;13.37;1608.00;-0.16;0.60 -7722;1;4012.00;9.80;1655.00;-0.46;0.50 -7723;1;1824.00;9.50;1336.50;-0.44;1.06 -7724;1;1965.50;9.50;1995.50;0.19;0.94 -7725;1;4643.00;12.05;1540.50;-0.11;0.56 -7726;1;4510.50;10.60;1703.50;-0.40;0.88 -7727;1;4348.00;13.37;1353.00;0.00;0.50 -7728;1;1275.00;9.50;409.50;-0.51;0.92 -7729;1;92.00;9.50;155.00;-0.67;1.30 -7730;1;542.00;9.50;1226.00;-0.34;1.40 -7731;1;4296.00;13.20;1578.50;-0.43;0.52 -7732;1;4230.00;13.10;1369.50;0.21;0.44 -7733;1;3862.00;9.70;1727.50;0.67;0.72 -7734;1;298.50;9.50;1665.50;-0.65;1.02 -7735;1;591.00;9.50;1072.00;-0.49;1.04 -7736;1;4559.00;12.70;1593.00;-0.98;0.72 -7737;1;4214.00;15.50;1423.50;0.20;0.52 -7738;1;3945.50;9.80;1818.00;0.16;0.86 -7739;1;1080.50;9.50;495.00;-0.12;1.14 -7740;1;5512.50;9.50;1127.00;-0.27;1.08 -7741;1;3878.00;11.20;1602.00;-0.89;0.52 -7742;1;5599.00;10.57;170.00;-0.24;0.38 -7743;1;4647.00;13.50;1489.00;-0.78;0.72 -7744;1;4275.00;11.15;1666.50;0.00;0.76 -7745;1;1199.50;11.80;1603.00;-0.84;0.50 -7746;1;4825.50;11.45;1706.00;0.88;0.62 -7747;1;1074.00;13.77;1423.00;-0.11;0.46 -7748;1;4906.00;11.20;1546.50;0.18;0.46 -7749;1;4521.50;12.30;1436.50;0.56;0.58 -7750;1;4134.50;9.80;1739.50;-0.60;0.66 -7751;1;4565.50;12.40;1569.00;-0.34;0.68 -7752;1;4484.00;13.90;1446.50;-0.92;0.66 -7753;1;917.50;13.40;1723.50;-0.86;0.52 -7754;1;4840.50;10.70;1572.50;-0.07;0.66 -7755;1;5067.00;10.30;101.50;1.17;0.28 -7756;1;1013.00;15.45;1553.00;0.11;0.54 -7757;1;4142.50;10.20;1625.00;0.55;0.44 -7758;1;1959.50;9.80;1701.00;0.04;0.76 -7759;1;4572.00;11.95;1668.50;0.00;0.68 -7760;1;1130.50;12.30;1643.50;-0.93;0.54 -7761;1;942.50;13.60;1785.50;0.06;0.68 -7762;1;1252.50;11.70;1470.50;0.32;0.44 -7763;1;4795.00;10.80;1532.50;-0.38;0.66 -7764;1;1094.50;17.80;1503.00;-0.35;0.40 -7765;1;4689.00;10.40;1752.00;-0.55;1.06 -7766;1;997.50;13.10;1842.50;0.03;1.16 -7767;1;4807.00;10.20;1457.50;-0.34;0.46 -7768;1;3831.00;9.80;1815.50;-1.10;0.84 -7769;1;4404.50;10.90;1626.50;0.19;0.54 -7770;1;3107.50;13.30;279.50;-0.19;0.84 -7771;1;1241.00;11.40;1604.50;-0.83;0.48 -7772;1;4863.50;11.90;1675.50;-0.63;0.98 -7773;1;4271.00;14.50;1513.00;0.54;0.56 -7774;1;3876.50;9.85;1673.00;-0.29;0.54 -7775;1;3841.00;11.35;1317.50;0.72;0.44 -7776;1;1370.50;10.50;1654.00;-0.55;0.42 -7777;1;3865.00;10.20;1350.00;0.27;0.52 -7778;1;3788.50;10.00;1701.00;0.07;0.64 -7779;1;1052.50;16.15;1664.00;0.52;0.58 -7780;1;1181.00;13.20;1549.00;0.64;0.36 -7781;1;4139.00;9.90;1786.50;0.62;0.84 -7782;1;623.50;9.50;924.50;-0.59;1.44 -7783;1;5555.50;10.30;152.00;0.46;0.28 -7784;1;4068.50;11.20;1463.00;-0.29;0.52 -7785;1;4702.00;11.35;1623.00;-0.35;0.80 -7786;1;4598.50;11.35;1528.00;0.05;0.64 -7787;1;1025.00;12.50;1787.50;0.29;0.68 -7788;1;1896.00;10.00;1703.50;-1.04;0.80 -7789;1;4134.50;10.10;1657.50;0.36;0.44 -7790;1;4021.50;13.40;1286.50;-0.60;0.64 -7791;1;1496.50;12.95;1463.00;-1.15;0.26 -7792;1;4159.00;12.12;1340.00;0.00;0.44 -7793;1;4026.00;10.35;1712.50;-0.34;0.56 -7794;1;1462.00;10.90;1743.50;0.55;0.84 -7795;1;4008.00;10.40;1414.50;0.58;0.50 -7796;1;3812.50;9.70;1786.00;-0.30;0.76 -7797;1;1405.50;10.80;1453.50;-0.14;0.30 -7798;1;5048.50;9.50;77.50;0.14;0.40 -7799;1;4313.50;16.45;1474.00;-0.10;0.52 -7800;1;3920.50;9.80;1633.00;0.21;0.54 -7801;1;4838.50;11.10;1499.00;-0.61;0.54 -7802;1;4393.00;11.20;1682.50;0.48;0.86 -7803;1;4434.00;13.07;1337.00;0.16;0.56 -7804;1;4218.50;14.70;1525.50;-0.54;0.60 -7805;1;4337.00;10.85;1760.50;-0.36;1.06 -7806;1;4406.00;15.25;1400.50;-0.18;0.56 -7807;1;1718.00;10.92;1726.00;-0.21;0.90 -7808;1;4240.50;12.30;1419.50;0.14;0.40 -7809;1;4059.50;9.70;1830.00;-0.51;0.80 -7810;1;1888.50;9.70;1765.00;0.35;0.74 -7811;1;5031.50;9.80;71.00;0.69;0.40 -7812;1;4686.50;11.65;1435.00;-0.86;0.38 -7813;1;1788.00;9.70;2036.00;1.21;0.56 -7814;1;1130.50;14.40;1617.50;0.60;0.56 -7815;1;4209.00;10.30;1648.50;0.18;0.50 -7816;1;4489.50;16.70;1539.50;-0.66;0.48 -7817;1;4745.50;11.50;1758.00;-0.71;0.94 -7818;1;1082.50;14.80;1489.50;-1.20;0.32 -7819;1;4209.50;13.60;1541.00;-0.57;0.60 -7820;1;997.50;13.90;1726.50;-0.57;0.76 -7821;1;1075.50;15.40;1465.50;0.49;0.50 -7822;1;4186.00;12.60;1570.50;0.82;0.54 -7823;1;4555.00;12.55;1476.50;0.00;0.52 -7824;1;3733.50;15.45;1770.00;0.21;0.58 -7825;1;4082.50;10.50;1614.50;0.09;0.64 -7826;1;5570.00;10.55;120.00;0.78;0.32 -7827;1;985.00;15.40;1540.00;-0.16;0.56 -7828;1;4474.00;11.52;1664.00;-0.21;0.72 -7829;1;1402.00;10.90;1630.50;0.34;0.36 -7830;1;895.00;10.85;1950.50;-1.10;1.60 -7831;1;1411.50;10.10;1494.00;-0.08;0.38 -7832;1;4773.00;10.90;1506.50;-0.53;0.74 -7833;1;3902.50;9.80;1720.50;0.11;0.48 -7834;1;1320.50;10.35;1510.00;-0.12;0.36 -7835;1;4495.00;13.00;1559.50;-0.18;0.62 -7836;1;1260.00;10.77;1386.00;-0.58;0.44 -7837;1;4029.50;9.70;1765.50;-0.05;0.74 -7838;1;4428.50;11.35;1579.00;-0.27;0.58 -7839;1;5520.50;10.00;83.00;0.55;0.34 -7840;1;1223.00;12.17;1585.00;-0.78;0.48 -7841;1;4351.00;11.25;1637.50;1.10;0.50 -7842;1;3296.00;12.40;322.50;-0.33;0.84 -7843;1;4222.50;14.60;1498.00;0.21;0.64 -7844;1;4755.50;11.40;1650.50;0.48;0.88 -7845;1;1003.50;17.40;1626.50;0.07;0.54 -7846;1;3855.50;9.80;1668.50;-0.42;0.36 -7847;1;3875.00;11.50;1135.50;0.00;0.44 -7848;1;4742.00;11.25;1571.50;-0.85;0.58 -7849;1;4115.50;9.80;1715.50;-0.91;0.64 -7850;1;4113.50;14.75;1381.00;0.29;0.50 -7851;1;4746.50;10.50;1590.50;-0.22;0.64 -7852;1;1268.50;11.00;1563.00;-0.46;0.56 -7853;1;923.50;12.80;1746.00;0.24;0.58 -7854;1;4603.50;11.85;1611.00;-0.30;0.64 -7855;1;237.00;10.20;1987.00;-0.41;2.30 -7856;1;4007.50;11.10;1432.00;-0.10;0.44 -7857;1;3013.50;14.30;1502.50;-0.78;0.24 -7858;1;942.50;12.20;1886.50;0.45;1.44 -7859;1;5110.00;13.80;114.00;-0.19;0.30 -7860;1;4538.00;13.20;1511.00;0.00;0.54 -7861;1;4106.50;9.80;1656.50;-0.42;0.48 -7862;1;1254.50;10.90;1642.50;-0.11;0.38 -7863;1;4395.00;10.65;1720.50;-0.33;0.72 -7864;1;4335.50;14.25;1389.00;-0.94;0.56 -7865;1;940.50;9.50;1646.50;-1.34;0.32 -7866;1;4087.50;11.85;1406.00;-1.31;0.60 -7867;1;3881.00;9.70;1770.00;-0.71;0.66 -7868;1;5001.00;10.15;1562.00;0.00;0.54 -7869;1;671.00;13.30;1955.50;0.37;2.56 -7870;1;4256.00;14.90;1437.50;1.23;0.56 -7871;1;4906.00;12.45;1593.50;-0.43;0.60 -7872;1;3224.50;12.90;375.00;0.52;0.76 -7873;1;4736.50;10.70;1514.50;-1.20;0.60 -7874;1;3904.00;9.80;1615.50;0.34;0.52 -7875;1;1595.50;11.00;1682.00;0.46;0.48 -7876;1;4362.00;10.65;1657.50;0.20;0.62 -7877;1;1197.00;11.35;1683.00;-0.19;0.48 -7878;1;5261.50;10.90;1599.00;-0.67;1.50 -7879;1;1016.00;13.12;1490.00;0.00;0.44 -7880;1;1145.00;11.75;1672.00;0.11;0.72 -7881;1;4404.00;13.72;1441.00;-0.95;0.52 -7882;1;4111.00;10.40;1766.50;-0.55;0.72 -7883;1;1169.50;12.90;1705.50;0.11;0.38 -7884;1;406.50;9.70;1896.00;-0.57;1.18 -7885;1;4518.00;14.45;1462.00;-0.40;0.54 -7886;1;4180.50;11.10;1637.50;-0.56;0.54 -7887;1;5556.50;10.50;174.50;-0.19;0.22 -7888;1;1083.00;15.87;1570.00;0.11;0.48 -7889;1;4679.50;10.60;1699.50;0.32;0.52 -7890;1;4096.00;12.97;1523.00;-1.01;0.44 -7891;1;769.00;13.70;1972.00;-0.49;1.24 -7892;1;1285.00;11.20;1505.50;-0.58;0.42 -7893;1;1682.00;9.80;1720.00;0.19;0.88 -7894;1;4713.50;11.00;1476.50;-0.32;0.40 -7895;1;3778.50;10.30;1771.50;-0.22;0.66 -7896;1;1358.50;11.20;1694.50;0.26;0.44 -7897;1;4783.50;11.85;1463.00;-0.12;0.50 -7898;1;3701.50;10.20;1790.50;0.37;0.74 -7899;1;701.00;9.50;856.50;-0.68;0.76 -7900;1;3295.50;11.85;211.00;-0.24;0.44 -7901;1;1134.50;11.30;1976.00;-0.60;1.96 -7902;1;4432.00;10.97;1642.00;-0.16;0.66 -7903;1;3903.50;10.40;1123.50;-0.36;0.50 -7904;1;1284.50;10.30;1470.50;-0.66;0.46 -7905;1;3999.50;10.40;1077.00;-0.08;0.42 -7906;1;3251.00;9.50;1371.00;-0.68;1.00 -7907;1;2768.00;9.50;39.00;-0.09;1.08 -7908;1;2735.00;11.80;1151.50;0.51;0.56 -7909;1;4366.50;11.30;992.50;-0.54;0.32 -7910;1;1580.50;9.50;1271.50;-0.95;1.08 -7911;1;4459.50;13.50;1210.50;0.42;0.40 -7912;1;3347.00;11.25;761.50;-0.83;1.04 -7913;1;1261.00;16.37;1195.00;-0.16;0.46 -7914;1;454.50;9.50;468.50;0.23;0.92 -7915;1;1772.00;10.90;957.50;-0.26;0.78 -7916;1;3850.00;17.45;1219.50;-0.96;0.48 -7917;1;3811.00;10.25;1065.50;0.21;0.46 -7918;1;5159.00;9.50;766.50;0.12;1.26 -7919;1;3136.00;10.80;817.50;-0.48;0.80 -7920;1;1091.00;13.30;1393.50;-0.13;0.56 -7921;1;1164.00;13.65;1250.50;-0.70;0.52 -7922;1;4337.00;9.50;460.50;-0.30;0.78 -7923;1;2818.50;9.50;1638.50;-0.21;0.88 -7924;1;3782.00;9.90;1294.50;-0.18;0.44 -7925;1;3299.50;10.60;880.50;0.17;0.48 -7926;1;4230.50;21.70;1150.50;0.07;0.56 -7927;1;5358.00;9.50;413.00;-0.51;1.08 -7928;1;5502.00;9.50;974.00;-0.49;1.22 -7929;1;5508.50;9.50;1563.00;-0.19;1.24 -7930;1;2760.00;10.55;891.50;-0.66;0.88 -7931;1;3092.50;10.90;662.50;-0.32;0.64 -7932;1;4850.50;9.50;1225.00;0.25;1.26 -7933;1;4049.50;9.50;743.50;0.65;1.14 -7934;1;3424.00;12.20;1042.00;-1.21;0.52 -7935;1;1114.00;12.40;1320.50;-0.65;0.60 -7936;1;1612.00;12.90;909.00;0.00;0.64 -7937;1;4215.50;9.50;194.50;0.11;1.06 -7938;1;4072.50;11.00;1048.50;-1.00;0.42 -7939;1;2882.00;10.30;896.00;-0.73;0.92 -7940;1;4277.50;21.45;1237.00;0.14;0.86 -7941;1;3921.00;9.50;186.50;-0.75;1.24 -7942;1;3315.50;9.50;8.00;4.71;0.46 -7943;1;2665.00;10.55;985.50;-0.44;1.18 -7944;1;3417.50;17.05;847.00;-0.24;0.50 -7945;1;1321.50;10.40;1431.50;0.62;0.34 -7946;1;2613.00;9.50;639.00;0.00;0.84 -7947;1;2315.50;9.50;526.00;-0.49;1.34 -7948;1;4513.50;12.90;1160.50;-0.62;0.32 -7949;1;4037.00;13.75;1319.50;-0.75;0.60 -7950;1;2812.00;10.25;855.50;0.44;0.82 -7951;1;1750.50;9.50;1322.50;-0.23;1.14 -7952;1;2009.00;9.50;1885.00;-0.29;1.00 -7953;1;3558.50;9.70;1158.00;-0.57;0.52 -7954;1;2782.00;10.27;887.00;-0.86;0.72 -7955;1;1272.00;9.50;360.00;0.43;1.42 -7956;1;341.00;9.50;135.50;0.27;1.02 -7957;1;557.00;9.50;1270.50;-0.23;1.46 -7958;1;2777.00;13.65;1183.50;0.21;0.50 -7959;1;2647.50;10.20;753.50;-0.05;0.74 -7960;1;3664.00;9.80;1037.00;-0.54;0.54 -7961;1;207.50;9.50;1665.50;-0.18;1.22 -7962;1;529.00;9.50;1101.00;0.00;0.98 -7963;1;3023.00;11.52;810.00;-0.46;0.82 -7964;1;1036.00;10.35;1333.50;0.67;0.64 -7965;1;4370.00;14.87;1063.00;0.00;0.38 -7966;1;1020.00;9.50;501.00;0.26;1.08 -7967;1;5393.50;9.50;1649.50;-0.04;1.14 -7968;1;1786.00;10.22;1019.00;0.46;0.68 -7969;1;3580.50;15.10;1245.00;-0.71;0.44 -7970;1;3415.50;12.00;1104.00;-0.08;0.58 -7971;1;4322.00;13.30;1325.50;0.00;0.56 -7972;1;2573.50;11.00;868.50;0.95;0.38 -7973;1;1202.50;13.45;1281.00;-0.98;0.56 -7974;1;4364.00;10.60;980.50;0.00;0.28 -7975;1;3893.50;14.30;1160.00;-0.10;0.40 -7976;1;4362.00;14.60;1041.50;-0.21;0.40 -7977;1;3526.50;9.70;1175.50;-0.62;0.40 -7978;1;2977.00;14.05;757.50;1.01;0.56 -7979;1;2644.00;11.07;1078.00;0.46;0.40 -7980;1;3454.50;15.00;806.50;0.26;0.66 -7981;1;1276.50;10.40;1394.50;0.68;0.50 -7982;1;3688.50;9.95;1096.00;-0.61;0.46 -7983;1;2744.50;10.80;812.50;0.43;0.86 -7984;1;3839.50;17.55;1228.00;-0.39;0.48 -7985;1;3085.00;12.20;1092.00;0.12;0.74 -7986;1;1006.50;9.70;1412.00;0.16;0.32 -7987;1;3233.00;11.10;967.50;0.33;1.20 -7988;1;4374.50;20.00;1175.00;0.82;0.68 -7989;1;3335.00;10.40;961.00;-1.15;0.62 -7990;1;3742.00;14.25;1190.50;0.26;0.50 -7991;1;1585.50;10.00;895.50;-0.70;0.66 -7992;1;2567.50;9.70;959.50;-0.11;0.96 -7993;1;1676.50;12.55;964.00;0.98;0.66 -7994;1;3507.00;9.70;1181.00;-0.98;0.44 -7995;1;3534.50;11.20;1066.50;-0.17;0.70 -7996;1;3280.50;12.20;724.50;-0.35;0.66 -7997;1;4283.50;18.20;1289.50;-0.78;0.62 -7998;1;3975.50;10.50;1101.00;-0.21;0.50 -7999;1;1114.00;15.87;1491.00;-0.24;0.40 -8000;1;3645.50;9.55;848.00;1.19;0.20 -8001;1;3521.00;9.90;1152.00;0.67;0.44 -8002;1;3672.50;10.20;943.00;-0.87;0.74 -8003;1;1178.00;14.80;1286.00;0.54;0.54 -8004;1;3480.00;12.10;1023.50;-0.26;0.62 -8005;1;4010.00;20.65;1216.00;-0.58;0.52 -8006;1;2679.50;9.75;730.00;0.59;0.80 -8007;1;3929.50;11.30;1140.50;-0.68;0.48 -8008;1;2661.50;11.15;806.00;-0.07;0.78 -8009;1;3702.50;12.85;1216.00;0.71;0.58 -8010;1;4208.00;16.50;1091.00;0.16;0.52 -8011;1;4011.50;11.30;853.50;-0.54;0.30 -8012;1;1073.00;11.70;1369.50;-0.82;0.52 -8013;1;3822.00;12.85;1114.50;0.00;0.62 -8014;1;1519.50;13.40;1471.50;0.19;0.22 -8015;1;2597.50;9.70;877.50;-0.43;0.52 -8016;1;3159.50;11.40;591.50;0.05;0.76 -8017;1;1428.00;13.00;1101.00;-0.24;0.68 -8018;1;4315.00;21.20;1221.50;1.05;0.80 -8019;1;3382.00;12.50;728.00;-0.24;0.76 -8020;1;3728.00;10.30;1002.50;0.62;0.46 -8021;1;2938.00;10.70;782.50;0.00;0.66 -8022;1;3945.50;12.45;1207.00;-0.69;0.46 -8023;1;4386.00;13.90;1049.50;-0.21;0.36 -8024;1;1769.00;9.70;999.50;0.58;0.58 -8025;1;1294.50;10.70;1433.00;-0.55;0.40 -8026;1;4455.00;10.22;1153.00;0.00;0.36 -8027;1;3926.50;18.30;1289.50;-0.88;0.48 -8028;1;2911.00;10.40;868.00;0.78;0.70 -8029;1;4081.50;22.40;1156.50;-0.05;0.82 -8030;1;3529.00;11.70;931.50;-0.55;0.72 -8031;1;3653.50;15.45;1161.00;1.07;0.56 -8032;1;1202.00;10.25;1164.50;-0.21;0.48 -8033;1;1100.00;10.57;1326.00;-0.14;0.44 -8034;1;2910.00;9.70;729.00;-0.61;0.68 -8035;1;2616.00;10.75;985.50;-0.28;1.26 -8036;1;3417.00;17.45;769.50;-1.20;0.76 -8037;1;4224.50;22.60;1209.50;0.19;0.76 -8038;1;2600.00;9.75;1086.00;-0.64;0.64 -8039;1;2799.50;10.15;791.00;-0.05;0.56 -8040;1;3568.50;15.50;1217.50;0.66;0.42 -8041;1;4301.00;17.90;1135.50;-0.48;0.74 -8042;1;4082.00;13.42;1282.00;-0.51;0.70 -8043;1;3463.50;10.90;859.50;0.73;0.80 -8044;1;3870.50;15.40;1156.00;0.29;0.52 -8045;1;4382.50;10.95;951.00;0.35;0.32 -8046;1;2720.50;13.80;1162.50;0.78;0.54 -8047;1;1567.00;10.15;865.00;0.11;0.72 -8048;1;3187.50;11.50;621.50;-0.32;0.80 -8049;1;4508.00;10.40;1236.50;0.41;0.40 -8050;1;1783.00;10.30;896.50;0.88;1.04 -8051;1;3603.00;9.70;1053.50;0.00;0.40 -8052;1;3213.00;11.30;820.50;-0.53;0.92 -8053;1;3788.50;11.60;1199.00;0.08;0.56 -8054;1;3148.00;12.90;453.50;-1.14;0.74 -8055;1;4453.50;12.85;1322.00;-1.27;0.54 -8056;1;1655.50;12.20;1037.50;-0.40;0.40 -8057;1;1129.50;9.80;1267.50;-0.95;0.64 -8058;1;2607.50;11.00;905.00;-0.66;0.84 -8059;1;4294.00;21.62;1164.00;-0.98;0.56 -8060;1;3498.00;11.85;994.00;-0.35;0.76 -8061;1;2938.00;10.10;1152.00;0.00;0.68 -8062;1;3414.50;14.35;716.00;-0.87;0.86 -8063;1;4318.50;10.10;1065.00;0.83;0.52 -8064;1;1232.00;11.50;1383.00;0.19;0.56 -8065;1;2719.00;10.75;780.00;0.26;0.72 -8066;1;3841.50;11.75;1087.00;0.06;0.62 -8067;1;4022.50;10.30;829.50;-1.03;0.24 -8068;1;4140.00;22.27;1228.00;0.35;0.88 -8069;1;3094.00;10.05;1118.00;-0.64;0.42 -8070;1;1165.50;14.00;1421.00;-0.08;0.52 -8071;1;2755.50;10.70;834.00;-0.68;0.78 -8072;1;4520.00;15.05;1173.50;-0.27;0.38 -8073;1;3475.00;10.00;927.50;0.53;0.62 -8074;1;3624.50;14.40;1193.00;-0.86;0.42 -8075;1;1613.00;10.60;862.00;0.58;0.44 -8076;1;3966.50;10.50;1010.50;-1.16;0.28 -8077;1;2917.00;9.80;1180.50;-0.62;0.68 -8078;1;3066.00;11.80;760.50;0.00;0.64 -8079;1;1270.50;11.60;1209.50;-1.06;0.56 -8080;1;1793.50;10.40;999.50;0.32;0.56 -8081;1;4467.00;13.92;1276.00;-0.32;0.54 -8082;1;4077.00;12.35;1108.00;0.92;0.32 -8083;1;1463.00;12.57;1470.00;-0.58;0.26 -8084;1;3253.50;11.05;862.00;-0.16;0.74 -8085;1;3551.00;9.75;1128.00;0.58;0.48 -8086;1;4084.50;12.50;1310.50;-0.17;0.80 -8087;1;4030.50;11.10;925.50;0.32;0.36 -8088;1;2738.00;10.62;1118.00;0.00;1.16 -8089;1;1278.00;14.37;1165.00;0.58;0.76 -8090;1;3870.00;15.87;1172.00;-0.46;0.48 -8091;1;4589.50;11.30;690.50;0.14;0.30 -8092;1;3391.50;10.05;1054.00;-1.15;0.50 -8093;1;3652.00;11.80;1239.50;0.72;0.52 -8094;1;3549.50;11.10;789.50;0.95;0.58 -8095;1;4478.50;12.70;1085.50;-0.95;0.40 -8096;1;2777.50;10.60;796.00;0.04;0.70 -8097;1;1147.00;13.42;1368.00;-0.40;0.64 -8098;1;3856.00;13.90;1113.00;0.62;0.58 -8099;1;3737.50;10.25;1294.00;0.07;0.52 -8100;1;4004.50;11.70;864.00;-0.29;0.32 -8101;1;3405.00;11.25;1150.50;0.33;0.74 -8102;1;4344.00;13.55;1338.00;-1.44;0.40 -8103;1;3198.00;11.30;918.50;-0.11;0.92 -8104;1;4349.00;20.20;1172.00;0.34;0.86 -8105;1;3292.00;10.20;981.00;-0.12;0.64 -8106;1;3930.50;9.90;1169.50;-0.56;0.48 -8107;1;1894.50;10.10;903.00;0.37;0.96 -8108;1;3632.50;9.80;1025.50;0.42;0.46 -8109;1;2997.00;12.80;806.00;0.00;0.70 -8110;1;1418.00;10.40;1414.50;0.38;0.28 -8111;1;2627.00;11.95;1095.00;-0.27;0.60 -8112;1;4038.00;21.97;1261.00;-0.16;0.56 -8113;1;1755.50;10.80;1027.00;-0.84;0.32 -8114;1;4063.50;10.75;1108.00;0.73;0.48 -8115;1;1029.50;12.45;1417.00;0.08;0.56 -8116;1;2735.50;10.95;859.00;-0.82;0.68 -8117;1;3629.50;13.60;1131.00;0.52;0.52 -8118;1;3610.00;10.10;967.00;-0.13;1.28 -8119;1;1051.50;9.70;1300.00;-0.29;0.56 -8120;1;4078.50;10.20;1012.50;-0.11;0.32 -8121;1;4154.00;22.90;1133.50;-0.83;0.44 -8122;1;2732.00;9.80;753.50;0.15;0.78 -8123;1;3492.00;9.92;1224.00;-0.16;0.40 -8124;1;3465.50;10.95;828.00;-0.16;0.36 -8125;1;3569.00;14.82;1232.00;-0.58;0.44 -8126;1;4362.00;16.60;1100.50;-0.67;0.30 -8127;1;4448.00;13.30;1285.00;0.32;0.52 -8128;1;2987.00;10.60;970.00;-0.62;1.56 -8129;1;2106.00;10.85;674.50;0.11;0.82 -8130;1;4690.00;10.10;140.50;-1.01;0.52 -8131;1;3297.50;9.50;1408.00;0.20;1.46 -8132;1;2860.50;9.50;160.50;-0.99;0.92 -8133;1;3434.50;10.70;691.00;-0.18;0.70 -8134;1;4798.50;10.60;272.50;-0.69;1.12 -8135;1;1562.50;9.50;1319.50;0.08;0.84 -8136;1;3059.00;12.35;344.00;0.21;0.96 -8137;1;211.50;9.50;664.50;1.14;1.08 -8138;1;3031.00;13.20;409.00;-0.27;0.66 -8139;1;5028.50;9.50;680.50;0.55;1.26 -8140;1;2043.00;11.65;583.00;-0.55;0.92 -8141;1;4208.00;9.50;686.00;0.38;0.86 -8142;1;2802.00;9.50;1676.50;-0.88;0.80 -8143;1;2222.00;9.75;692.50;0.87;0.60 -8144;1;3290.00;12.40;567.00;-0.16;0.68 -8145;1;5488.00;9.50;359.50;-0.54;1.28 -8146;1;5440.00;9.50;978.50;-1.13;0.92 -8147;1;5581.50;9.50;1505.00;-0.89;0.96 -8148;1;2115.00;12.10;529.50;-0.65;0.56 -8149;1;1636.50;9.80;805.50;0.32;1.28 -8150;1;4819.50;9.50;1153.00;0.65;0.98 -8151;1;4078.50;9.50;707.50;-0.29;0.98 -8152;1;4679.50;10.10;329.50;-0.96;0.58 -8153;1;4322.00;9.50;6.00;-1.48;0.42 -8154;1;4261.50;9.50;144.00;0.43;0.98 -8155;1;4812.50;10.50;322.50;0.03;1.02 -8156;1;3865.00;9.50;188.00;-0.39;1.04 -8157;1;1765.00;18.30;584.00;0.40;0.68 -8158;1;2614.00;9.50;598.00;-0.34;1.10 -8159;1;2285.50;9.50;548.50;0.27;1.30 -8160;1;1670.00;10.85;684.50;-0.68;0.94 -8161;1;1723.50;11.10;161.50;-0.04;0.68 -8162;1;2210.00;9.50;1202.50;0.20;1.08 -8163;1;2045.50;9.50;1855.00;0.76;0.82 -8164;1;3477.50;9.70;663.50;-0.11;0.62 -8165;1;4884.50;10.00;199.50;0.32;0.82 -8166;1;1222.00;9.50;325.50;0.31;0.98 -8167;1;336.00;9.50;95.50;-0.85;1.06 -8168;1;600.00;9.50;1168.50;-0.91;0.92 -8169;1;1841.00;9.75;393.50;0.13;0.74 -8170;1;202.00;9.50;1758.50;-1.10;1.32 -8171;1;480.00;9.50;1130.00;-0.06;1.10 -8172;1;1948.50;10.20;733.50;0.23;1.64 -8173;1;903.00;9.50;462.00;-0.98;1.22 -8174;1;5381.00;9.50;1599.00;-0.55;1.10 -8175;1;1899.00;10.22;667.00;-0.82;1.30 -8176;1;1742.50;10.70;144.50;-0.93;0.58 -8177;1;2146.00;12.40;669.50;-0.15;0.60 -8178;1;3296.50;11.40;183.50;-0.65;0.62 -8179;1;2201.50;9.80;779.00;-0.57;0.60 -8180;1;3515.50;10.95;298.00;0.50;0.90 -8181;1;2035.00;11.35;457.00;0.00;0.56 -8182;1;3408.50;10.10;508.00;0.73;0.60 -8183;1;3402.50;11.80;561.00;-0.52;0.66 -8184;1;2179.50;10.25;671.00;-0.18;0.66 -8185;1;1740.50;9.80;782.50;-0.33;1.32 -8186;1;4942.50;10.05;162.00;-0.30;0.48 -8187;1;1898.50;9.80;376.00;0.74;0.60 -8188;1;3536.50;10.00;383.50;-0.93;0.86 -8189;1;1928.50;9.80;559.50;0.32;1.04 -8190;1;2149.50;9.70;504.00;0.46;0.40 -8191;1;1695.50;11.10;672.50;-1.08;0.62 -8192;1;1724.00;12.45;242.50;-0.18;0.70 -8193;1;3039.50;10.75;585.00;-0.40;0.96 -8194;1;1701.00;11.22;356.00;-0.21;0.56 -8195;1;1757.50;20.90;447.00;-0.21;0.80 -8196;1;2175.00;9.75;566.50;0.34;0.54 -8197;1;2189.00;9.95;637.00;-0.14;0.44 -8198;1;1684.50;9.70;102.00;4.71;0.48 -8199;1;1572.00;11.00;748.50;-0.20;0.64 -8200;1;4741.50;10.50;204.00;0.30;0.78 -8201;1;3391.00;10.85;473.00;0.00;0.90 -8202;1;3021.00;12.67;384.00;-0.78;0.62 -8203;1;1840.00;10.85;515.50;-0.48;0.78 -8204;1;5500.00;11.17;87.00;-0.54;0.50 -8205;1;3385.00;11.32;536.00;-0.46;0.66 -8206;1;4980.00;9.70;237.00;-0.55;0.90 -8207;1;2972.00;10.45;608.00;-0.26;1.24 -8208;1;1822.50;9.80;303.50;-0.42;0.52 -8209;1;4765.00;9.70;377.50;0.49;0.80 -8210;1;2085.50;11.50;531.50;-1.37;0.44 -8211;1;1772.00;9.85;656.50;-0.18;0.78 -8212;1;5493.00;11.85;69.50;0.41;0.50 -8213;1;1655.00;9.80;775.50;-0.68;1.08 -8214;1;3189.00;12.50;242.50;-0.33;0.74 -8215;1;1747.50;11.70;307.00;0.05;0.60 -8216;1;1785.50;14.70;430.00;-0.46;0.66 -8217;1;1717.50;12.35;512.00;-0.05;0.38 -8218;1;1693.00;9.50;73.50;-1.01;0.72 -8219;1;3021.50;10.65;535.00;-1.15;0.62 -8220;1;4914.00;9.70;160.50;-1.04;0.64 -8221;1;4566.50;10.30;617.00;0.86;0.36 -8222;1;1699.50;9.70;300.00;0.06;0.32 -8223;1;3311.50;12.70;691.50;-0.84;0.68 -8224;1;1954.00;10.50;490.00;-0.38;0.90 -8225;1;1746.00;13.60;615.50;0.75;0.76 -8226;1;2141.50;11.40;527.00;-0.69;0.36 -8227;1;2181.00;10.60;731.50;0.18;0.68 -8228;1;4672.00;10.80;152.50;0.43;0.56 -8229;1;1708.00;13.90;281.00;0.00;0.36 -8230;1;5030.00;10.20;344.00;0.19;0.58 -8231;1;1736.00;19.37;506.00;0.19;0.48 -8232;1;5458.50;11.05;34.00;-0.35;0.44 -8233;1;2117.00;11.95;607.50;-0.15;0.58 -8234;1;5073.50;9.90;188.00;0.35;0.34 -8235;1;4974.50;11.10;569.50;0.60;0.58 -8236;1;1315.50;10.15;1130.00;-0.66;0.50 -8237;1;4857.00;10.60;327.50;0.21;0.96 -8238;1;1918.00;9.85;392.50;0.00;0.62 -8239;1;2006.00;11.50;459.00;0.14;0.58 -8240;1;1788.50;10.45;595.00;0.21;0.74 -8241;1;5457.50;9.70;18.50;-0.14;0.36 -8242;1;2182.00;10.70;708.00;-0.24;0.64 -8243;1;4676.50;9.70;129.50;0.11;0.48 -8244;1;2969.50;12.80;670.50;0.11;0.42 -8245;1;3312.00;9.75;228.50;0.00;0.68 -8246;1;3520.00;10.70;247.50;-0.50;0.80 -8247;1;4792.00;11.00;389.50;-0.58;0.68 -8248;1;3028.00;9.80;504.00;0.00;0.74 -8249;1;5007.00;9.70;150.00;-0.22;0.64 -8250;1;4998.00;11.17;560.00;0.27;0.44 -8251;1;1703.50;13.00;257.00;-0.24;0.44 -8252;1;1554.00;9.82;836.00;-0.32;0.56 -8253;1;1743.50;21.60;415.00;-0.68;0.86 -8254;1;1781.50;9.80;763.50;-0.30;1.52 -8255;1;1814.50;10.70;383.50;0.22;0.62 -8256;1;3295.50;9.50;1357.50;-0.32;1.18 -8257;1;2818.00;9.50;336.50;0.23;0.94 -8258;1;1691.00;9.50;1274.50;-0.10;0.74 -8259;1;155.50;9.50;734.00;-0.27;0.78 -8260;1;4981.50;9.50;821.00;-0.55;1.14 -8261;1;4306.00;9.50;742.50;-0.17;0.98 -8262;1;2782.50;9.50;1696.50;-0.22;0.90 -8263;1;5518.50;9.50;330.00;-0.76;1.28 -8264;1;5404.50;9.50;997.00;-0.98;1.16 -8265;1;5562.50;9.50;1527.50;0.19;1.00 -8266;1;4754.00;9.50;1159.00;-1.15;1.02 -8267;1;4123.50;9.50;688.00;0.37;1.00 -8268;1;4406.50;9.50;9.00;-1.45;0.54 -8269;1;4265.50;9.50;90.00;-0.03;0.82 -8270;1;3773.00;9.50;192.00;-0.16;0.94 -8271;1;2563.00;9.50;662.50;0.25;1.10 -8272;1;2339.00;9.50;570.50;-0.20;1.06 -8273;1;2138.00;9.50;1234.50;0.60;1.38 -8274;1;2088.00;9.50;1811.00;0.55;1.00 -8275;1;1154.50;9.50;397.00;-0.03;1.24 -8276;1;383.00;9.50;62.00;-0.24;1.38 -8277;1;614.50;9.50;1213.00;-0.42;0.88 -8278;1;303.00;9.50;1706.50;0.31;1.08 -8279;1;521.00;9.50;1144.50;-0.17;1.08 -8280;1;851.50;9.50;491.50;-0.83;1.04 -8281;1;5438.00;9.50;1605.50;-0.56;1.04 -8282;1;3377.00;9.50;1430.50;-0.10;0.84 -8283;1;2826.50;9.50;485.50;0.13;1.06 -8284;1;1608.00;9.50;1301.50;0.54;0.96 -8285;1;28.00;9.50;613.50;-0.20;1.22 -8286;1;5184.50;9.50;864.00;0.52;1.42 -8287;1;4272.00;9.50;780.50;0.61;1.00 -8288;1;2796.50;9.50;1762.00;-0.16;1.26 -8289;1;5587.50;9.50;358.00;-0.31;1.00 -8290;1;5553.00;9.50;659.50;-1.10;1.12 -8291;1;5549.50;9.50;1575.50;-0.52;1.06 -8292;1;4775.00;9.50;1120.00;-0.50;0.76 -8293;1;4168.50;9.50;664.50;0.04;1.06 -8294;1;4394.00;9.50;34.50;-0.63;0.96 -8295;1;4232.00;9.50;90.00;0.00;0.92 -8296;1;3825.00;9.50;185.00;0.49;1.08 -8297;1;2541.50;9.50;719.50;-0.03;1.10 -8298;1;2295.50;9.50;602.50;-0.48;0.94 -8299;1;2135.00;9.50;1289.00;-0.32;1.26 -8300;1;2690.50;9.50;1776.00;-0.33;1.40 -8301;1;1137.50;9.50;353.50;-0.35;0.92 -8302;1;309.00;9.50;46.00;-0.49;1.32 -8303;1;627.50;9.50;1256.50;0.04;1.20 -8304;1;212.00;9.50;1793.00;0.00;1.34 -8305;1;410.00;9.50;1074.50;0.09;1.24 -8306;1;821.00;9.50;443.50;-0.21;1.40 -8307;1;5441.00;9.50;1657.50;-0.17;1.22 -8308;1;3357.50;9.50;1372.50;-0.09;1.36 -8309;1;2819.50;9.50;570.00;-0.37;1.00 -8310;1;1649.50;9.50;1334.50;-0.25;0.78 -8311;1;28.50;9.50;554.50;-0.22;1.26 -8312;1;5092.50;9.50;983.50;-0.73;1.20 -8313;1;4246.00;9.50;829.50;-0.30;0.74 -8314;1;2719.00;9.50;1544.50;-0.38;0.64 -8315;1;5528.50;9.50;398.00;-0.86;1.10 -8316;1;5579.50;9.50;702.00;-0.27;0.96 -8317;1;5609.00;9.50;1546.50;0.09;1.10 -8318;1;4809.00;9.50;1106.00;-0.68;1.00 -8319;1;4132.00;9.50;639.50;0.31;0.96 -8320;1;4361.00;9.50;13.00;-1.39;0.70 -8321;1;4180.50;9.50;83.50;-0.35;0.82 -8322;1;3832.00;9.50;137.00;-0.64;1.20 -8323;1;2575.00;9.50;700.00;-1.03;0.92 -8324;1;2309.00;9.50;654.00;-0.21;1.04 -8325;1;2048.00;9.50;1017.00;0.24;1.10 -8326;1;3192.50;9.50;2017.50;0.86;1.04 -8327;1;1066.50;9.50;346.50;-0.30;1.30 -8328;1;344.50;9.50;23.50;-1.34;1.26 -8329;1;695.00;9.50;1257.50;0.00;0.98 -8330;1;270.50;9.50;1759.00;-0.51;1.54 -8331;1;360.50;9.50;980.50;-0.19;1.26 -8332;1;879.00;9.50;418.00;-0.08;1.46 -8333;1;5494.50;9.50;1611.00;-0.80;1.16 -8334;1;3408.50;9.50;1354.00;-0.40;1.30 -8335;1;2571.50;9.50;498.50;0.48;0.86 -8336;1;1668.00;9.50;1377.00;-0.34;1.04 -8337;1;132.50;9.50;569.00;0.04;1.02 -8338;1;5356.50;9.50;1093.50;-0.42;1.34 -8339;1;4111.00;9.50;853.50;-0.13;1.04 -8340;1;2726.00;9.50;1604.50;0.13;0.88 -8341;1;5570.50;9.50;445.50;-0.89;1.00 -8342;1;5558.00;9.50;734.00;-1.07;0.92 -8343;1;4748.00;9.50;1068.50;-0.38;1.16 -8344;1;4039.50;9.50;670.50;-0.11;0.84 -8345;1;4325.50;9.50;25.00;-0.14;1.02 -8346;1;4182.00;9.50;122.50;0.25;1.08 -8347;1;3909.50;9.50;137.00;0.49;1.36 -8348;1;2901.00;9.50;572.00;0.15;0.84 -8349;1;2510.00;9.50;767.00;-0.68;1.00 -8350;1;2358.00;9.50;663.00;-0.34;1.20 -8351;1;2004.50;9.50;1048.50;0.13;1.02 -8352;1;3270.50;9.50;2024.50;0.84;0.64 -8353;1;1126.50;9.50;307.00;-0.83;1.06 -8354;1;401.50;9.50;20.00;-1.50;1.10 -8355;1;657.00;9.50;1300.50;-0.85;0.94 -8356;1;302.00;9.50;1794.00;-1.22;1.18 -8357;1;427.50;9.50;961.00;0.07;0.80 -8358;1;790.00;9.50;401.50;-0.86;1.04 -8359;1;662.50;9.50;1008.50;0.05;0.80 -8360;1;4335.00;9.70;685.50;-0.87;0.44 -8361;1;2664.50;9.50;1732.50;-0.73;1.10 -8362;1;2711.00;9.50;500.50;0.13;0.88 -8363;1;1546.00;9.50;1375.50;-0.97;0.92 -8364;1;123.00;9.50;507.00;0.06;1.28 -8365;1;5473.50;9.50;1163.00;-0.10;1.36 -8366;1;4188.50;9.50;877.50;0.19;0.96 -8367;1;2710.50;9.50;1726.00;-0.71;1.14 -8368;1;5520.50;9.50;440.00;0.50;0.92 -8369;1;5579.50;9.50;772.50;-0.04;1.08 -8370;1;3621.00;9.50;1964.00;-0.93;2.28 -8371;1;4717.50;9.50;1088.50;1.12;1.26 -8372;1;4030.00;9.50;625.50;-0.25;1.10 -8373;1;4361.50;9.50;43.00;0.35;1.00 -8374;1;4181.00;9.50;170.00;0.16;1.22 -8375;1;3872.50;9.50;94.50;0.21;1.12 -8376;1;2455.50;9.50;714.50;0.18;1.00 -8377;1;2361.00;9.50;719.00;0.19;1.00 -8378;1;1997.50;9.50;1004.50;-0.57;1.12 -8379;1;3413.00;9.50;1960.00;-0.26;1.28 -8380;1;1175.50;9.50;260.50;0.60;1.32 -8381;1;437.00;9.50;59.50;-0.76;1.24 -8382;1;658.00;9.50;1343.50;0.51;0.80 -8383;1;205.00;9.70;1936.00;-0.72;1.34 -8384;1;442.00;9.50;994.50;0.67;1.06 -8385;1;788.00;9.50;324.50;-0.87;1.18 -8386;1;2356.00;9.50;1024.00;0.07;1.20 -8387;1;2598.00;9.50;1805.00;0.78;1.80 -8388;1;2711.00;9.50;413.50;-1.27;1.00 -8389;1;1589.00;9.50;1411.50;-1.10;1.06 -8390;1;74.00;9.50;538.00;-0.34;1.30 -8391;1;5493.50;9.50;1221.50;-0.70;1.14 -8392;1;4103.00;9.50;798.00;-0.24;0.88 -8393;1;2637.50;9.50;1626.50;-1.21;0.58 -8394;1;5512.00;9.50;478.50;0.00;0.98 -8395;1;5584.50;9.50;849.50;-0.14;1.26 -8396;1;4713.10;9.50;1171.24;-0.43;1.16 -8397;1;4062.00;9.50;577.50;0.06;1.08 -8398;1;4325.00;9.50;84.00;-0.85;0.92 -8399;1;4126.00;9.50;207.50;-1.05;0.82 -8400;1;3952.50;9.50;138.00;-0.28;1.28 -8401;1;2503.00;9.50;719.00;0.56;1.08 -8402;1;2317.50;9.50;705.00;-0.38;1.14 -8403;1;2387.00;9.50;1336.00;0.58;1.68 -8404;1;2655.50;9.50;1820.00;-0.64;1.50 -8405;1;1295.00;9.50;323.00;-0.67;1.04 -8406;1;521.50;9.50;63.50;0.48;1.06 -8407;1;600.50;9.50;1309.50;0.78;0.88 -8408;1;699.50;9.50;937.00;-0.46;1.36 -8409;1;288.50;9.50;1838.00;0.59;1.34 -8410;1;422.00;9.50;1035.00;0.00;1.16 -8411;1;767.00;9.50;364.50;0.71;1.06 -8412;1;4728.50;9.50;673.00;-0.88;0.72 -8413;1;2591.50;9.50;1897.00;-0.13;1.18 -8414;1;2743.50;9.50;169.50;-0.03;0.98 -8415;1;1600.50;9.50;1372.50;-0.05;0.88 -8416;1;142.00;9.50;371.00;-0.26;1.26 -8417;1;4162.50;9.50;794.50;-0.99;1.00 -8418;1;2630.50;9.50;1550.50;0.44;1.08 -8419;1;5594.00;9.50;489.00;-0.16;1.22 -8420;1;5523.00;9.50;921.50;-0.67;1.34 -8421;1;4754.50;9.50;1196.50;0.21;0.94 -8422;1;4103.50;9.50;587.00;-0.46;1.00 -8423;1;4388.00;9.50;75.50;-0.92;0.98 -8424;1;4091.00;9.50;233.00;0.34;1.12 -8425;1;3918.50;9.50;95.50;-0.55;0.98 -8426;1;2409.00;9.50;698.50;0.00;1.18 -8427;1;2292.00;9.50;730.00;0.83;1.18 -8428;1;2624.00;9.50;1860.50;-0.36;1.24 -8429;1;1346.00;9.50;348.50;0.58;1.20 -8430;1;459.00;9.50;20.50;-1.54;1.02 -8431;1;585.00;9.50;1345.00;0.58;0.82 -8432;1;343.50;9.50;1819.00;-0.22;1.36 -8433;1;490.00;9.50;951.00;-0.32;1.14 -8434;1;690.00;9.50;446.00;-0.49;1.48 -8435;1;3211.50;9.50;1311.50;0.66;0.52 -8436;1;2420.50;9.50;1915.00;-1.00;1.34 -8437;1;2628.00;9.50;175.50;0.25;0.94 -8438;1;1702.00;9.50;1415.50;0.36;1.04 -8439;1;334.00;9.50;573.00;0.22;1.08 -8440;1;5519.00;9.50;1299.00;0.21;0.84 -8441;1;4080.50;9.50;656.50;-0.04;1.08 -8442;1;2590.00;9.50;1537.00;0.23;1.04 -8443;1;5605.00;9.50;1471.00;-0.42;1.00 -8444;1;5563.00;9.50;882.50;0.39;1.08 -8445;1;4720.50;9.50;1273.00;-0.27;1.32 -8446;1;4099.00;9.50;535.50;0.12;1.24 -8447;1;4408.50;9.50;116.00;0.05;0.88 -8448;1;4051.50;9.50;264.50;0.09;1.18 -8449;1;3970.00;9.50;95.50;-0.58;1.02 -8450;1;2816.50;9.50;1535.50;0.78;0.44 -8451;1;2451.50;9.50;662.50;-0.04;1.04 -8452;1;2201.00;9.50;513.00;0.15;1.16 -8453;1;2397.50;9.50;1259.00;-0.39;1.78 -8454;1;2650.00;9.50;1695.00;-0.10;1.08 -8455;1;1389.00;9.50;332.50;-0.76;1.28 -8456;1;505.50;9.50;145.00;0.16;0.86 -8457;1;519.00;9.50;1313.00;0.62;1.22 -8458;1;390.50;9.50;1840.00;-0.02;1.40 -8459;1;498.50;9.50;994.50;-0.04;1.14 -8460;1;676.50;9.50;402.50;-0.57;1.36 -8461;1;3878.00;9.70;2001.00;-1.46;1.76 -8462;1;2686.00;9.50;1516.00;-0.24;0.54 -8463;1;2421.00;9.50;1954.00;0.49;1.70 -8464;1;2535.00;9.50;293.50;-0.81;1.08 -8465;1;1658.00;9.50;1439.00;0.54;1.24 -8466;1;218.50;9.50;480.50;-0.70;1.04 -8467;1;5346.00;9.50;1315.00;0.29;1.22 -8468;1;4252.00;9.50;530.00;-0.12;0.80 -8469;1;2678.50;9.50;1498.50;-1.14;0.80 -8470;1;5510.50;9.50;518.50;0.40;1.14 -8471;1;5610.50;9.50;902.50;0.27;1.24 -8472;1;4853.00;9.50;1114.00;-0.32;0.98 -8473;1;4135.00;9.50;553.50;-0.38;1.18 -8474;1;4450.00;9.50;108.00;0.26;1.10 -8475;1;4043.00;9.50;314.50;-0.18;0.88 -8476;1;4006.00;9.50;69.00;-1.10;0.96 -8477;1;3146.50;9.50;16.50;4.66;0.88 -8478;1;2512.00;9.50;16.00;4.71;0.68 -8479;1;2404.50;9.50;652.50;-0.54;1.04 -8480;1;2213.50;9.50;558.00;-0.24;1.26 -8481;1;2320.50;9.50;1320.00;-0.04;1.24 -8482;1;2630.00;9.50;1750.50;-0.04;1.46 -8483;1;1416.50;9.50;273.50;0.23;1.34 -8484;1;504.00;9.50;108.50;-0.33;0.78 -8485;1;504.50;9.50;1355.50;0.14;0.92 -8486;1;341.00;9.50;1861.50;-0.58;0.82 -8487;1;491.00;9.50;1035.50;-0.18;1.04 -8488;1;764.00;9.50;467.00;-0.58;1.26 -8489;1;3811.00;9.50;428.00;-0.18;0.84 -8490;1;2478.50;9.50;1939.00;-0.40;1.90 -8491;1;2437.00;9.50;98.00;-0.10;0.98 -8492;1;1647.50;9.50;1493.50;0.04;1.20 -8493;1;293.00;9.50;356.00;0.74;1.26 -8494;1;5367.00;9.50;1182.50;-0.80;1.20 -8495;1;4262.00;9.50;368.50;-0.44;1.00 -8496;1;2681.00;9.50;1473.50;0.94;1.04 -8497;1;5529.00;9.50;557.50;-0.70;1.52 -8498;1;5579.00;9.50;942.00;-1.24;1.00 -8499;1;4817.37;9.50;1064.44;-0.30;0.82 -8500;1;4164.50;9.50;523.50;0.04;1.06 -8501;1;4376.50;9.50;140.50;0.04;0.96 -8502;1;4084.00;9.50;290.00;0.13;1.12 -8503;1;3879.50;9.50;57.50;-0.78;0.96 -8504;1;3198.00;9.50;8.00;-1.52;0.50 -8505;1;2562.00;9.50;42.00;0.56;0.96 -8506;1;2497.50;9.50;646.50;0.27;1.02 -8507;1;2237.50;9.50;626.00;-0.13;1.16 -8508;1;2325.00;9.50;1269.50;0.31;1.20 -8509;1;2527.00;9.50;1837.00;-0.88;1.38 -8510;1;1480.00;9.50;266.50;0.30;0.96 -8511;1;553.00;9.50;157.00;0.46;1.08 -8512;1;434.00;9.50;1387.00;0.38;1.28 -8513;1;301.50;9.50;1891.50;0.53;1.62 -8514;1;557.50;9.50;979.50;-0.14;1.08 -8515;1;756.50;9.50;520.00;0.72;1.08 -8516;1;3814.50;9.50;472.00;-0.05;0.82 -8517;1;2390.50;9.50;2004.50;-1.00;1.30 -8518;1;1679.50;9.50;1541.00;-0.88;0.94 -8519;1;173.50;9.50;282.00;-1.09;1.02 -8520;1;5227.00;9.50;1214.50;-0.62;1.10 -8521;1;4213.00;9.50;133.00;-0.21;0.82 -8522;1;2702.00;9.50;1442.00;-0.12;0.72 -8523;1;5597.00;9.50;583.00;0.62;1.06 -8524;1;5608.50;9.50;974.50;0.15;0.84 -8525;1;4800.00;9.50;1025.50;-0.31;1.20 -8526;1;4168.00;9.50;470.50;0.23;1.22 -8527;1;4299.50;9.50;99.50;-0.17;0.92 -8528;1;4115.00;9.50;323.50;0.75;1.02 -8529;1;3976.50;9.50;30.00;-0.65;1.16 -8530;1;2909.00;9.50;1920.50;-0.22;1.08 -8531;1;2505.50;9.50;45.50;0.11;1.00 -8532;1;2528.50;9.50;634.50;-0.05;0.94 -8533;1;2345.00;9.50;1212.50;0.41;1.44 -8534;1;2465.50;9.50;1851.00;0.46;1.22 -8535;1;1485.50;9.50;218.00;0.03;1.14 -8536;1;297.00;9.50;274.50;-0.17;1.08 -8537;1;380.00;9.50;1333.00;0.21;0.90 -8538;1;374.50;9.50;1893.50;-1.03;0.78 -8539;1;564.50;9.50;1024.00;0.04;1.12 -8540;1;715.00;9.50;488.00;-0.58;1.26 -8541;1;3818.00;9.50;519.00;0.36;0.92 -8542;1;2656.00;9.50;1907.00;0.22;1.18 -8543;1;1721.50;9.50;1588.00;-0.80;1.14 -8544;1;28.00;9.50;285.50;0.00;1.18 -8545;1;5040.50;9.50;1134.00;0.05;0.86 -8546;1;2743.50;9.50;1455.50;-0.78;0.48 -8547;1;5582.50;9.50;621.50;-0.05;1.08 -8548;1;4784.50;9.50;985.00;0.04;1.06 -8549;1;4207.50;9.50;495.00;0.64;1.14 -8550;1;4339.00;9.50;126.50;-0.08;0.92 -8551;1;4079.50;9.50;372.00;-0.91;1.12 -8552;1;4035.00;9.50;21.00;-0.64;1.18 -8553;1;2444.00;9.50;29.50;-0.62;1.28 -8554;1;2515.50;9.50;599.50;-0.37;1.06 -8555;1;2268.00;9.50;387.50;-0.86;1.18 -8556;1;2298.00;9.50;1179.00;0.78;1.20 -8557;1;2545.00;9.50;1953.00;0.14;1.64 -8558;1;1374.00;9.50;217.00;0.06;1.30 -8559;1;329.00;9.50;311.00;0.51;1.06 -8560;1;378.50;9.50;1374.00;-0.04;1.08 -8561;1;453.50;9.50;1877.00;-0.46;1.14 -8562;1;477.00;9.50;902.50;-0.18;1.32 -8563;1;671.50;9.50;535.50;-0.32;0.96 -8564;1;3807.00;9.50;573.00;-0.21;0.80 -8565;1;2559.50;9.50;2015.50;0.69;0.96 -8566;1;1784.00;9.70;1612.50;0.00;1.14 -8567;1;31.50;9.50;165.50;-0.18;1.64 -8568;1;5041.50;9.50;1060.50;0.11;1.26 -8569;1;2726.50;9.50;1433.50;-1.18;0.56 -8570;1;5518.00;9.50;615.50;0.66;1.08 -8571;1;5599.50;9.50;1250.00;-0.05;0.98 -8572;1;4737.00;9.50;873.00;0.11;1.18 -8573;1;4180.00;9.50;433.50;-0.58;0.96 -8574;1;4287.50;9.50;145.00;-0.52;0.88 -8575;1;4131.50;9.50;345.00;-1.08;1.08 -8576;1;2419.50;9.50;58.00;-0.67;1.04 -8577;1;2490.00;9.50;603.00;0.58;1.08 -8578;1;2358.50;9.50;412.50;-0.75;1.24 -8579;1;2275.50;9.50;1229.50;-0.03;1.36 -8580;1;2599.00;9.50;1956.00;0.13;1.54 -8581;1;1490.50;9.50;103.00;0.28;1.16 -8582;1;353.50;9.50;266.50;-0.32;0.90 -8583;1;356.00;9.50;1417.50;0.70;0.88 -8584;1;447.00;9.50;1806.00;0.46;1.04 -8585;1;541.50;9.50;937.50;-0.25;0.94 -8586;1;649.50;9.50;486.50;-0.32;1.16 -8587;1;3778.00;9.50;501.50;-0.49;1.00 -8588;1;2691.00;9.50;1876.00;-0.32;1.26 -8589;1;1888.00;9.50;1626.00;0.38;1.22 -8590;1;267.00;9.50;135.50;-0.08;1.08 -8591;1;4887.00;9.50;878.50;-0.80;1.02 -8592;1;2769.50;9.50;1395.50;0.04;0.76 -8593;1;5476.00;9.50;564.00;-0.37;1.30 -8594;1;5597.50;9.50;1210.50;0.05;1.20 -8595;1;4743.00;9.50;923.00;-0.07;1.20 -8596;1;4214.50;9.50;448.50;0.03;1.06 -8597;1;4389.00;9.50;223.50;-0.20;1.02 -8598;1;4125.00;9.50;377.00;0.00;0.90 -8599;1;3997.50;9.50;6.50;-1.46;0.50 -8600;1;2558.00;9.50;91.50;0.07;1.12 -8601;1;2504.00;9.50;557.50;0.30;0.92 -8602;1;2237.50;9.50;410.50;-0.50;1.26 -8603;1;2241.00;9.50;1287.50;0.73;1.32 -8604;1;2509.50;9.50;2015.50;0.78;0.90 -8605;1;1444.00;9.50;82.00;0.23;1.22 -8606;1;371.00;9.50;308.00;-0.72;0.80 -8607;1;310.50;9.50;1341.50;-0.25;0.90 -8608;1;83.00;9.50;2010.00;0.38;0.50 -8609;1;543.50;9.50;891.00;-0.12;1.00 -8610;1;578.00;9.50;471.50;-0.50;1.22 -8611;1;3771.00;9.50;534.50;0.00;0.84 -8612;1;2755.50;9.50;1763.50;-0.02;1.26 -8613;1;2870.50;9.50;521.00;-0.30;1.04 -8614;1;1828.50;9.50;1668.00;0.48;1.36 -8615;1;187.00;9.50;236.50;-1.01;1.00 -8616;1;4902.00;9.50;829.00;-0.46;1.28 -8617;1;4017.50;9.50;104.50;-0.04;1.00 -8618;1;2697.00;9.50;1401.50;-0.41;0.88 -8619;1;5428.00;9.50;565.00;0.21;1.04 -8620;1;5534.50;9.50;1189.50;0.21;1.26 -8621;1;2845.50;9.50;1544.50;-0.91;0.58 -8622;1;2884.50;9.50;1567.50;-1.14;0.32 -8623;1;4738.50;9.50;968.50;0.15;1.12 -8624;1;4246.50;9.50;423.50;-0.35;0.74 -8625;1;4371.00;9.50;183.50;-0.33;1.12 -8626;1;4097.00;9.50;408.00;-0.72;0.98 -8627;1;3950.00;9.50;11.00;4.46;0.56 -8628;1;2557.00;9.50;142.50;0.07;1.10 -8629;1;2440.00;9.50;617.00;-0.38;0.94 -8630;1;2289.00;9.50;486.00;-0.58;1.34 -8631;1;2181.50;9.50;1304.50;0.67;1.22 -8632;1;2551.00;9.50;1755.50;-0.95;1.08 -8633;1;1381.50;9.50;105.50;0.03;1.16 -8634;1;431.00;9.50;331.00;0.18;1.00 -8635;1;315.00;9.50;1382.50;0.48;1.12 -8636;1;128.00;9.50;1969.00;0.73;0.88 -8637;1;540.50;9.50;836.50;-0.11;1.20 -8638;1;635.00;9.50;429.50;0.23;1.32 -8639;1;3449.50;9.50;446.00;-0.18;1.30 -8640;1;2793.50;9.50;1903.50;-0.09;1.02 -8641;1;2286.50;9.50;195.50;-0.03;1.14 -8642;1;1750.00;11.40;1702.50;-1.14;1.46 -8643;1;412.50;9.50;274.50;-0.18;1.26 -8644;1;4868.50;9.50;709.50;-0.19;0.98 -8645;1;4174.00;9.50;258.50;0.44;1.12 -8646;1;2663.00;9.50;1437.50;0.35;1.22 -8647;1;5427.50;9.50;604.50;-0.72;0.80 -8648;1;5612.50;9.50;1687.50;0.04;0.82 -8649;1;4776.50;9.50;926.00;-0.31;0.68 -8650;1;4203.00;9.50;400.50;-0.68;1.06 -8651;1;4292.00;9.50;196.00;-0.08;0.78 -8652;1;4165.00;9.50;371.50;-0.99;1.06 -8654;1;2505.50;9.50;92.50;0.13;1.00 -8655;1;2427.50;9.50;573.00;0.33;0.98 -8656;1;2276.00;9.50;444.00;0.30;1.32 -8657;1;2196.00;9.50;1346.50;-0.42;1.20 -8658;1;2443.50;9.50;1803.50;-0.97;1.38 -8659;1;1453.00;9.50;155.50;0.69;1.32 -8660;1;433.00;9.50;373.00;0.00;1.08 -8661;1;759.00;9.50;935.50;-0.58;1.14 -8662;1;113.50;9.50;2012.50;-0.56;0.96 -8663;1;431.50;9.50;862.00;-0.95;1.16 -8664;1;577.00;9.50;420.00;-0.78;1.02 -8665;1;3519.50;9.50;412.00;1.05;1.08 -8666;1;2827.50;9.50;1846.00;-0.46;0.90 -8667;1;2377.50;9.50;277.50;1.12;1.04 -8668;1;1894.00;9.50;1732.00;0.46;1.08 -8669;1;507.50;9.50;422.00;-0.70;0.90 -8670;1;4785.00;9.50;716.50;-0.08;1.14 -8671;1;4269.50;9.50;459.00;0.98;0.82 -8672;1;2617.50;9.50;1425.50;-0.97;1.02 -8673;1;5470.50;9.50;650.00;-0.39;1.22 -8674;1;5606.00;9.50;1295.00;0.06;1.12 -8675;1;5612.50;9.50;1734.50;-0.13;0.82 -8676;1;4682.00;9.50;944.00;-0.54;1.10 -8677;1;4296.00;9.50;460.50;-0.09;0.90 -8678;1;4336.50;9.50;213.50;-0.32;1.12 -8679;1;4129.50;9.50;443.50;-0.65;1.14 -8680;1;2506.50;9.50;143.00;-0.16;1.20 -8681;1;2634.00;9.50;544.00;-0.10;1.02 -8682;1;2759.00;9.50;685.50;0.11;0.76 -8683;1;2158.50;9.50;1354.00;0.19;1.20 -8684;1;2367.00;9.50;1826.00;-0.64;1.10 -8685;1;1554.50;9.50;41.50;1.22;1.06 -8686;1;353.00;9.50;349.00;-0.84;0.96 -8687;1;264.50;9.50;1408.50;-0.33;1.32 -8688;1;176.00;9.50;2006.50;-0.23;0.90 -8689;1;461.50;9.50;826.50;-1.04;1.42 -8690;1;677.50;9.50;577.50;-0.69;1.14 -8691;1;3464.00;9.50;339.00;0.46;1.36 -8692;1;2917.50;9.50;1976.50;0.27;1.24 -8693;1;2621.00;9.50;465.50;0.09;1.04 -8694;1;1864.00;9.50;1921.00;-0.84;1.36 -8695;1;492.00;9.50;372.50;-0.07;1.12 -8696;1;4797.00;9.50;760.50;-0.14;0.96 -8697;1;4163.00;9.50;402.00;0.38;1.14 -8698;1;2641.50;9.50;1385.50;0.05;0.92 -8699;1;5471.50;9.50;728.50;-1.22;1.02 -8700;1;5602.50;9.50;1355.50;0.03;1.22 -8701;1;4673.00;9.50;914.00;0.67;0.54 -8702;1;4341.50;9.50;493.00;0.06;0.78 -8703;1;4300.00;9.50;242.00;-0.07;0.92 -8704;1;4071.50;9.50;440.50;-1.01;1.04 -8705;1;2459.50;9.50;143.00;-0.10;1.16 -8706;1;1509.50;9.50;782.00;-0.13;0.98 -8707;1;2877.00;9.50;710.50;-0.20;0.92 -8708;1;2153.00;9.50;1408.00;0.34;1.42 -8709;1;2377.00;9.50;1877.00;-0.17;1.24 -8710;1;1575.50;9.50;16.00;-1.28;1.02 -8711;1;366.50;9.50;386.00;-0.38;1.02 -8712;1;190.50;9.50;1317.00;-0.12;1.00 -8713;1;207.00;9.50;1993.00;-0.16;0.42 -8714;1;421.50;9.50;810.50;0.11;1.26 -8715;1;760.00;9.50;563.50;0.91;1.02 -8716;1;2091.00;9.50;452.00;-0.86;1.04 -8717;1;2919.50;9.50;2021.50;-0.48;0.88 -8718;1;2520.00;9.50;493.50;-0.74;1.04 -8719;1;1952.00;9.50;1847.50;0.56;2.14 -8720;1;634.00;9.50;355.50;-0.93;1.34 -8721;1;4838.00;9.50;880.50;-0.28;1.38 -8722;1;4066.50;9.50;343.00;0.28;0.98 -8723;1;2593.00;9.50;1403.50;0.51;1.56 -8724;1;5405.00;9.50;697.00;-1.19;1.00 -8725;1;5622.50;9.50;1408.00;-0.16;0.26 -8726;1;5558.00;9.50;1719.50;-0.23;1.28 -8727;1;4695.50;9.50;786.00;0.49;1.32 -8728;1;4363.50;9.50;517.50;0.49;0.88 -8729;1;4260.00;9.50;238.50;-0.17;0.94 -8730;1;4059.00;9.50;472.50;0.31;0.88 -8731;1;2397.50;9.50;133.50;-0.42;1.20 -8732;1;2631.50;9.50;505.50;-0.15;0.82 -8733;1;2707.50;9.50;706.00;-0.68;0.74 -8734;1;2199.00;9.50;1407.50;0.19;1.12 -8735;1;2415.50;9.50;1835.00;0.08;1.40 -8736;1;1632.50;9.50;15.00;4.64;0.66 -8737;1;210.50;9.50;386.50;-0.54;1.32 -8738;1;135.50;9.50;1318.50;0.34;0.94 -8739;1;314.00;9.50;1911.00;-0.64;0.88 -8740;1;400.50;9.50;774.00;-0.93;1.20 -8741;1;810.00;9.50;562.00;-0.09;0.94 -8742;1;3397.00;9.50;1001.00;0.36;1.08 -8743;1;2696.00;9.50;1963.00;0.32;1.42 -8744;1;2383.50;9.50;580.00;0.20;0.88 -8745;1;1576.00;9.50;1954.00;0.46;0.88 -8746;1;1380.00;9.50;750.00;-0.52;1.12 -8747;1;4811.50;9.50;927.50;-0.26;0.90 -8748;1;3973.00;9.50;399.00;0.29;0.96 -8749;1;2644.00;9.50;1336.50;-0.21;0.64 -8750;1;5417.50;9.50;731.50;-0.15;1.04 -8751;1;4743.00;9.50;795.00;-0.54;0.86 -8752;1;4303.00;9.50;496.50;0.81;0.70 -8753;1;4219.50;9.50;243.00;0.12;1.04 -8754;1;4067.50;9.50;519.50;-0.44;1.00 -8755;1;2444.50;9.50;190.50;-0.71;1.20 -8756;1;2595.50;9.50;560.50;0.05;0.86 -8757;1;2649.50;9.50;702.50;-0.40;1.18 -8758;1;2242.00;9.50;1400.00;0.06;0.96 -8759;1;2363.00;9.50;1927.00;0.36;1.46 -8760;1;1684.00;9.50;20.50;-1.02;1.06 -8761;1;295.50;9.50;398.50;0.04;1.16 -8762;1;117.00;9.50;1364.00;0.36;1.16 -8763;1;416.00;9.50;1765.50;0.61;1.54 -8764;1;319.50;9.50;843.50;0.17;1.16 -8765;1;722.50;9.50;623.00;-0.76;1.48 -8766;1;3412.00;9.50;949.00;-0.32;1.14 -8767;1;2775.50;9.50;2026.00;1.06;0.60 -8768;1;1574.00;9.50;1869.50;-0.16;1.38 -8769;1;880.50;9.50;372.50;0.04;1.16 -8770;1;4920.50;9.50;1039.50;0.08;1.38 -8771;1;4095.50;9.50;475.50;-0.48;1.20 -8772;1;2628.00;9.50;1254.00;-0.50;0.82 -8773;1;5366.50;9.50;725.50;-0.23;1.26 -8774;1;4672.00;9.50;744.00;0.68;1.16 -8775;1;4315.50;9.50;527.50;0.97;0.90 -8776;1;4207.00;9.50;290.50;0.17;1.08 -8777;1;4037.00;9.50;533.50;-0.19;0.76 -8778;1;2330.00;9.50;99.00;-0.41;1.32 -8779;1;2532.00;9.50;571.00;-1.32;0.84 -8780;1;2573.50;9.50;752.00;-0.64;1.18 -8781;1;2146.00;9.50;1462.00;0.06;0.98 -8782;1;2301.50;9.50;1915.50;0.45;1.44 -8783;1;249.00;9.50;279.00;0.13;1.20 -8784;1;164.50;9.50;1358.50;-0.88;0.80 -8785;1;463.50;9.50;1754.00;-0.29;1.36 -8786;1;278.50;9.50;879.50;-0.39;1.38 -8787;1;782.50;9.50;654.00;0.03;1.22 -8788;1;3626.00;9.50;858.00;0.39;1.30 -8789;1;2849.00;9.50;1980.00;-0.30;1.20 -8790;1;931.50;9.50;136.50;-0.55;1.38 -8791;1;4881.00;9.50;1171.00;-0.57;1.34 -8792;1;4131.00;9.50;498.50;0.13;1.12 -8793;1;2771.50;9.50;1240.00;0.30;0.68 -8794;1;5356.50;9.50;678.00;-0.05;0.98 -8795;1;5554.00;9.50;1346.50;0.08;0.84 -8796;1;5168.50;9.50;1409.00;0.03;0.92 -8797;1;4658.50;9.50;687.00;-0.36;1.26 -8798;1;4316.00;9.50;559.50;-0.53;1.04 -8799;1;4246.50;9.50;282.50;-1.06;0.86 -8800;1;4012.50;9.50;576.50;-0.48;1.00 -8801;1;2417.50;9.50;193.00;0.08;0.84 -8802;1;2592.00;9.50;519.00;-0.41;0.80 -8803;1;2569.50;9.50;791.50;0.48;1.22 -8804;1;2170.50;9.50;1510.00;0.80;1.38 -8805;1;2173.00;9.50;1886.50;-0.27;1.52 -8806;1;1465.50;9.50;25.00;-1.49;0.98 -8807;1;249.50;9.50;326.50;-0.17;0.90 -8808;1;160.00;9.50;1399.00;-0.18;0.94 -8809;1;536.00;9.50;1772.50;0.67;1.24 -8810;1;371.50;9.50;862.00;-0.05;0.74 -8811;1;839.00;9.50;604.50;-0.06;1.32 -8812;1;345.00;9.50;1927.00;-0.78;0.38 -8813;1;2598.00;9.50;1708.50;0.23;1.02 -8814;1;1914.50;9.50;46.50;-0.54;1.04 -8815;1;1470.50;9.50;1873.50;0.59;1.58 -8816;1;1070.00;9.50;291.50;0.23;1.38 -8817;1;5106.00;9.50;1222.00;-1.10;0.94 -8818;1;4093.00;9.50;620.00;0.64;0.80 -8819;1;2824.00;9.50;1265.00;-0.24;0.80 -8820;1;5368.00;9.50;634.00;0.43;1.08 -8821;1;5458.00;9.50;1356.00;0.24;0.84 -8822;1;4672.50;9.50;660.00;-0.67;1.00 -8823;1;4292.00;9.50;578.00;-0.05;0.80 -8824;1;4229.00;9.50;324.50;-0.70;1.20 -8825;1;4004.00;9.50;528.00;0.08;0.84 -8826;1;3046.50;9.50;12.50;-1.08;0.94 -8827;1;2369.00;9.50;167.00;-0.24;1.28 -8828;1;2555.50;9.50;533.50;-0.19;0.82 -8829;1;2500.50;9.50;813.50;0.65;1.32 -8830;1;2191.50;9.50;1461.00;0.04;1.10 -8831;1;2292.00;9.50;1806.00;-0.42;1.40 -8832;1;1382.50;9.50;59.00;-0.81;1.10 -8833;1;180.50;9.50;341.50;-1.12;1.28 -8834;1;242.50;9.50;1474.50;-0.29;1.08 -8835;1;563.00;9.50;1724.50;0.38;1.12 -8836;1;419.50;9.50;925.00;-0.42;1.08 -8837;1;827.50;9.50;658.00;-0.04;1.18 -8838;1;1934.00;9.50;1591.50;-0.07;1.12 -8839;1;2545.50;9.50;1539.50;0.22;1.20 -8840;1;2605.50;9.50;1474.00;-0.26;1.24 -8841;1;1521.50;9.50;1926.50;0.13;1.22 -8842;1;1089.50;9.50;398.50;-0.04;1.06 -8843;1;5109.50;9.50;1336.50;-0.44;1.16 -8844;1;3921.50;9.50;718.00;0.03;0.66 -8845;1;2841.50;9.50;1315.50;0.51;0.92 -8846;1;5310.50;9.50;618.50;-0.52;1.50 -8847;1;5463.50;9.50;1292.50;0.05;1.10 -8848;1;4699.50;9.50;700.00;-0.30;0.86 -8849;1;4263.50;9.50;560.50;-0.05;0.88 -8850;1;4274.00;9.50;321.00;-0.34;0.98 -8851;1;4165.50;9.50;222.00;-1.00;1.02 -8852;1;3017.00;9.50;8.50;4.31;0.44 -8853;1;2374.00;9.50;227.50;0.21;1.16 -8854;1;2508.00;9.50;525.50;0.82;0.86 -8855;1;2479.00;9.50;767.00;0.42;1.00 -8856;1;2233.50;9.50;1461.00;0.25;1.16 -8857;1;1551.50;9.50;965.50;-0.73;1.12 -8858;1;1407.50;9.50;24.00;-1.31;1.28 -8859;1;139.00;9.50;304.50;-0.10;1.38 -8860;1;179.00;9.50;1470.50;0.17;1.12 -8861;1;383.50;9.50;1736.00;0.53;1.42 -8862;1;383.00;9.50;893.50;-0.75;0.76 -8863;1;864.50;9.50;690.50;0.40;0.74 -8864;1;1870.50;9.50;1568.50;0.17;1.08 -8865;1;2575.50;9.50;1606.50;0.07;1.14 -8866;1;1727.50;9.50;17.50;4.55;0.80 -8867;1;1440.50;9.50;1940.00;0.16;1.12 -8868;1;1333.00;9.50;452.00;0.70;1.20 -8869;1;5065.50;9.50;1333.00;-0.04;1.10 -8870;1;3901.50;9.50;230.00;-0.71;1.06 -8871;1;2869.00;9.50;1307.50;-0.53;0.94 -8872;1;5271.00;9.50;566.00;-0.32;1.70 -8873;1;5456.00;9.50;1249.00;-0.26;1.28 -8874;1;4672.50;9.50;72.50;-0.04;0.86 -8875;1;4258.00;9.50;598.00;-0.18;0.90 -8876;1;4193.50;9.50;336.50;-0.11;0.98 -8877;1;4129.00;9.50;239.50;-0.20;0.88 -8878;1;2315.00;9.50;166.00;-1.22;1.30 -8879;1;2458.00;9.50;505.50;-0.75;1.14 -8880;1;2440.50;9.50;807.50;-0.71;1.10 -8881;1;2301.00;9.50;1378.00;0.38;1.28 -8882;1;2325.50;9.50;2012.50;-0.48;1.00 -8883;1;1265.50;9.50;22.00;4.65;0.94 -8884;1;138.00;9.50;240.00;0.00;1.16 -8885;1;94.00;9.50;1140.50;-0.09;1.00 -8886;1;333.50;9.50;1726.00;-1.13;1.22 -8887;1;355.00;9.50;941.00;-0.62;0.96 -8888;1;903.50;9.50;671.00;-0.75;1.12 -8889;1;2502.50;9.50;860.50;-0.95;1.04 -8890;1;2551.50;9.50;1402.50;-0.36;1.02 -8891;1;1476.50;9.50;1950.50;-0.39;1.40 -8892;1;1366.50;9.50;489.50;-1.22;1.16 -8893;1;5185.50;9.50;1458.00;-0.80;0.90 -8894;1;3904.50;9.50;679.00;-0.88;0.92 -8895;1;2904.50;9.50;1317.50;-0.34;0.92 -8896;1;5262.00;9.50;635.00;-0.49;1.06 -8897;1;5513.50;9.50;1263.00;-0.05;0.88 -8898;1;4826.00;9.50;619.00;-0.30;0.96 -8899;1;4249.50;9.50;497.00;0.27;0.78 -8900;1;4233.00;9.50;368.00;0.08;0.96 -8901;1;4106.00;9.50;278.00;-0.83;1.06 -8902;1;2330.00;9.50;214.50;0.00;1.18 -8903;1;2496.50;9.50;465.00;0.14;1.08 -8904;1;2430.50;9.50;766.00;0.03;1.00 -8905;1;2323.00;9.50;1407.50;-0.74;1.32 -8906;1;1190.00;9.50;19.00;-1.51;0.94 -8907;1;72.50;9.50;221.50;-0.41;1.14 -8908;1;79.00;9.50;1096.50;-0.44;0.92 -8909;1;438.00;9.50;1708.00;0.07;1.32 -8910;1;530.50;9.50;798.00;1.00;1.18 -8911;1;905.50;9.50;612.00;-0.92;1.00 -8912;1;2580.00;9.50;1303.50;0.58;1.42 -8913;1;1735.50;9.50;46.00;1.19;0.42 -8914;1;1533.50;9.50;1987.50;-0.16;1.62 -8915;1;1465.00;9.50;648.50;-0.45;1.38 -8916;1;5360.00;9.50;1419.00;-0.34;1.26 -8917;1;4000.50;9.50;484.50;-0.82;1.04 -8918;1;2904.50;9.50;1357.00;-0.27;0.84 -8919;1;5214.00;9.50;637.00;-0.22;1.10 -8920;1;5550.50;9.50;1240.50;-0.30;1.14 -8921;1;4924.00;9.50;509.00;-0.83;1.08 -8922;1;4208.50;9.50;529.50;-0.43;0.84 -8923;1;4726.50;9.50;118.50;-0.28;0.78 -8924;1;4286.50;9.50;408.00;-0.75;1.24 -8925;1;4159.50;9.50;299.00;0.12;0.96 -8926;1;2291.50;9.50;131.50;0.14;1.18 -8927;1;2445.50;9.50;461.50;0.04;0.94 -8928;1;2381.00;9.50;758.50;-1.14;0.98 -8929;1;2365.00;9.50;1413.50;0.15;1.40 -8930;1;1696.00;9.50;1997.50;0.87;1.18 -8931;1;1236.50;9.50;55.00;-0.67;1.22 -8932;1;87.00;9.50;274.00;-0.13;1.18 -8933;1;12.50;9.50;1088.00;0.16;0.64 -8934;1;374.50;9.50;1680.50;-0.04;1.16 -8935;1;557.50;9.50;761.50;0.44;1.46 -8936;1;962.00;9.50;647.50;0.08;1.02 -8937;1;2655.50;9.50;1187.00;-0.19;0.90 -8938;1;1517.50;9.50;533.00;-0.26;1.02 -8939;1;5544.50;9.50;1430.50;-0.05;0.80 -8940;1;3933.00;9.50;445.00;-0.29;0.86 -8941;1;2920.00;9.50;1278.00;-0.39;0.90 -8942;1;5226.00;9.50;593.00;-0.14;0.92 -8943;1;5564.00;9.50;1297.50;0.21;1.02 -8944;1;5599.00;9.50;1832.00;0.46;1.40 -8945;1;4947.00;9.50;541.00;1.05;1.32 -8946;1;4218.50;9.50;566.00;-0.66;0.86 -8947;1;4317.00;9.50;352.00;-0.15;1.14 -8948;1;4621.50;9.50;206.00;0.29;1.32 -8949;1;2242.00;9.50;156.50;-0.25;1.12 -8950;1;2486.50;9.50;423.50;-0.55;0.98 -8951;1;2361.00;9.50;782.00;-0.18;1.20 -8952;1;2280.00;9.50;1434.00;-0.16;1.10 -8953;1;1758.50;9.50;1944.50;0.63;1.38 -8954;1;1118.00;9.50;22.50;-1.42;1.16 -8955;1;22.00;9.50;232.00;-0.14;1.16 -8956;1;23.00;9.50;1121.50;-0.60;1.24 -8957;1;496.00;9.50;1701.00;-0.15;1.20 -8958;1;460.50;9.50;761.00;-0.70;1.26 -8959;1;945.00;9.50;562.50;-0.38;1.16 -8960;1;2604.50;9.50;1162.00;-0.85;1.22 -8961;1;1802.00;9.50;27.50;0.25;1.02 -8963;1;1583.50;9.50;524.00;0.89;1.20 -8964;1;4032.50;9.50;246.50;0.62;1.10 -8965;1;2988.00;9.50;1285.00;0.24;0.98 -8966;1;5432.00;9.50;475.50;-0.56;1.02 -8967;1;5514.50;9.50;1341.50;-0.03;0.86 -8968;1;5584.00;9.50;1772.50;-0.54;1.58 -8969;1;4878.50;9.50;514.00;-0.46;0.78 -8970;1;4180.50;9.50;560.50;-0.14;0.96 -8971;1;4332.00;9.50;406.50;0.00;0.88 -8972;1;4595.00;9.50;260.00;-0.51;1.16 -8973;1;2819.00;9.50;2024.00;-0.66;0.66 -8974;1;2283.50;9.50;79.00;-0.89;1.10 -8975;1;2473.00;9.50;385.00;0.21;0.80 -8976;1;2352.00;9.50;838.00;0.38;1.08 -8977;1;2251.00;9.50;1514.50;0.93;1.42 -8978;1;1588.50;9.50;2024.00;-0.92;0.64 -8979;1;1177.50;9.50;68.50;-0.03;1.46 -8980;1;83.50;9.50;329.50;0.29;1.12 -8981;1;719.50;9.50;986.00;-0.54;1.02 -8982;1;517.50;9.50;1651.00;0.30;1.06 -8983;1;437.00;9.50;717.00;-0.16;1.14 -8984;1;967.50;9.50;603.50;-0.35;0.98 -8985;1;2564.50;9.50;1256.00;-0.26;1.38 -8986;1;1767.00;9.50;64.50;-0.84;1.14 -8987;1;1461.50;9.50;489.00;-0.81;0.96 -8988;1;3813.00;9.50;290.50;-0.07;1.18 -8989;1;2473.00;9.50;1513.50;0.08;1.28 -8990;1;5449.00;9.50;518.50;0.83;1.22 -8991;1;5445.50;9.50;1319.00;-0.80;1.02 -8992;1;5527.50;9.50;1775.00;-0.59;1.32 -8993;1;4984.50;9.50;402.00;0.13;1.12 -8994;1;4150.00;9.50;599.00;-0.46;1.00 -8995;1;4372.50;9.50;415.50;0.04;0.98 -8996;1;4563.50;9.50;260.00;0.10;1.00 -8997;1;2262.00;9.50;106.50;-0.25;0.98 -8998;1;2431.00;9.50;418.50;-0.65;1.24 -8999;1;2446.00;9.50;849.00;-0.52;1.16 -9000;1;2280.00;9.50;1523.50;0.58;1.40 -9001;1;1532.50;9.50;1864.00;0.46;1.50 -9002;1;1317.50;9.50;124.50;0.26;1.48 -9003;1;27.00;9.50;347.50;-0.13;1.10 -9004;1;106.00;9.50;1186.50;-0.15;1.16 -9005;1;366.50;9.50;1642.00;-0.46;1.02 -9006;1;476.00;9.50;684.50;-1.07;1.34 -9007;1;868.50;9.50;531.50;0.15;0.94 -9008;1;2447.50;9.50;1397.50;1.01;1.22 -9009;1;1823.50;9.50;166.00;-0.19;1.56 -9010;1;1347.00;9.50;396.50;-0.38;1.24 -9011;1;5604.00;9.50;1584.50;0.00;1.10 -9012;1;3869.50;9.50;331.50;-0.03;0.92 -9013;1;3001.50;9.50;1239.00;-0.12;1.32 -9014;1;5381.50;9.50;493.00;0.80;1.00 -9015;1;5407.50;9.50;1241.50;-0.08;1.28 -9016;1;5593.50;9.50;1899.00;-1.09;1.10 -9017;1;4969.00;9.55;393.00;0.89;0.64 -9018;1;4197.50;9.50;596.00;-0.51;0.78 -9019;1;4419.50;9.50;412.50;0.04;1.00 -9020;1;4602.50;9.50;313.50;-0.03;1.20 -9021;1;2252.50;9.50;68.50;4.51;0.92 -9022;1;2420.50;9.50;379.00;0.46;1.04 -9023;1;2734.50;9.50;1961.00;-0.40;1.44 -9024;1;2399.00;9.50;860.50;-0.49;1.02 -9025;1;2300.50;9.50;1545.50;0.47;1.48 -9026;1;1261.00;9.50;161.00;-0.51;1.04 -9027;1;98.00;9.50;373.50;0.63;1.32 -9028;1;145.00;9.50;1230.00;0.82;1.12 -9029;1;435.00;9.50;1580.50;0.33;1.04 -9030;1;526.00;9.50;716.50;0.69;1.28 -9031;1;743.50;9.50;415.00;-0.22;1.26 -9032;1;2951.50;12.80;1766.50;0.11;0.30 -9033;1;3477.50;9.80;1672.50;-1.03;0.18 -9034;1;2503.50;9.50;1295.50;-0.73;0.94 -9035;1;3061.50;11.00;1790.50;-0.14;0.30 -9036;1;2944.50;11.15;1720.00;0.46;0.28 -9037;1;1921.50;9.50;202.50;-0.03;1.12 -9038;1;3162.50;9.80;1792.00;-0.29;0.34 -9039;1;3297.00;11.10;1940.50;-0.70;0.36 -9040;1;1207.00;9.50;373.50;-0.15;1.12 -9041;1;3468.00;9.80;1862.50;-0.17;1.06 -9042;1;3236.00;10.12;2006.00;-0.19;0.44 -9043;1;3471.50;9.80;1707.50;0.19;0.22 -9044;1;5385.50;9.50;1521.00;0.33;1.16 -9045;1;3353.50;9.75;1836.00;-0.24;0.18 -9046;1;3385.50;10.10;1666.00;-0.24;0.22 -9047;1;2920.50;14.95;1754.00;-0.46;0.30 -9048;1;3850.00;9.50;476.50;0.00;0.80 -9049;1;3096.50;9.50;1160.50;0.14;0.86 -9050;1;3540.50;10.40;1678.50;-0.14;0.26 -9051;1;3051.00;10.90;1768.00;-0.78;0.30 -9052;1;5318.00;9.50;539.00;0.06;1.42 -9053;1;5339.00;9.50;1219.00;-0.87;1.08 -9054;1;1510.50;9.50;859.00;-1.05;0.26 -9055;1;3367.00;9.80;1828.50;0.00;0.30 -9056;1;3210.50;10.00;1779.50;0.11;0.22 -9057;1;4788.00;9.50;435.50;0.26;0.86 -9058;1;4236.00;9.50;615.00;0.07;0.92 -9059;1;3396.00;9.80;1917.00;-0.19;0.46 -9060;1;3327.50;10.40;1710.50;-0.62;0.24 -9061;1;1636.50;10.50;897.00;-1.06;0.16 -9062;1;4419.00;9.50;362.50;0.00;0.98 -9063;1;4560.00;9.50;317.00;-0.28;1.14 -9064;1;3233.00;10.25;1991.50;-0.27;0.34 -9065;1;3536.00;9.80;1710.00;-0.78;0.26 -9066;1;3003.00;12.05;1819.50;-0.67;0.34 -9067;1;3906.50;9.50;22.00;-1.33;1.12 -9068;1;3006.50;11.75;1766.00;0.55;0.30 -9069;1;3013.50;11.90;1851.00;-1.05;0.26 -9070;1;2230.50;9.50;55.50;0.03;0.88 -9071;1;2457.00;9.50;241.00;0.24;1.16 -9072;1;2430.50;9.50;896.50;0.62;1.26 -9073;1;3216.00;10.15;1761.50;0.38;0.18 -9074;1;3277.00;10.50;1862.50;-0.21;0.36 -9075;1;2728.00;13.25;1677.50;0.58;0.26 -9076;1;2359.00;9.50;1470.00;0.61;1.58 -9077;1;1512.00;9.50;2034.50;-0.21;0.48 -9078;1;3317.00;10.40;1772.00;0.78;0.28 -9079;1;3209.50;10.40;1707.00;0.16;0.24 -9080;1;1184.50;9.50;131.00;-0.65;1.40 -9081;1;142.00;9.50;421.50;0.81;0.94 -9082;1;3353.00;10.40;1751.50;0.67;0.20 -9083;1;3109.50;13.90;1938.00;0.46;0.32 -9084;1;3944.50;10.20;1161.50;-0.78;0.44 -9085;1;21.50;9.50;1202.00;1.01;0.84 -9086;1;364.50;9.50;1602.00;0.49;1.30 -9087;1;346.50;9.50;662.00;0.26;1.30 -9088;1;3090.50;9.70;1807.00;0.46;0.24 -9089;1;3199.00;10.50;1983.50;-0.58;0.40 -9090;1;2717.00;11.12;1702.00;-0.24;0.24 -9091;1;1439.50;9.50;588.50;-0.20;1.38 -9092;1;1554.00;9.50;1788.50;0.18;1.22 -9093;1;3106.00;10.45;1840.50;-0.67;0.32 -9094;1;3162.00;9.70;1752.00;0.46;0.34 -9095;1;3034.00;14.05;1863.00;-0.32;0.32 -9096;1;2947.50;9.60;1704.50;0.78;0.18 -9097;1;3266.00;10.35;1729.00;0.46;0.18 -9098;1;3271.50;9.80;1699.50;0.54;0.24 -9099;1;3564.00;10.50;1837.00;0.43;1.04 -9100;1;3255.50;9.65;1745.00;-1.29;0.26 -9101;1;3478.00;9.80;1776.50;0.00;0.36 -9102;1;3405.50;10.40;1735.00;-0.89;0.20 -9103;1;2964.50;10.40;1738.50;-1.03;0.28 -9104;1;3240.50;9.85;1812.00;0.89;0.22 -9105;1;3273.00;10.30;1752.00;0.78;0.22 -9106;1;3224.00;10.50;1829.50;0.00;0.28 -9107;1;3350.50;10.50;1722.50;-0.40;0.22 -9108;1;3143.00;9.72;1869.00;0.78;0.34 -9109;1;3062.50;10.20;1707.50;0.19;0.28 -9110;1;3450.00;9.80;1732.50;-0.67;0.26 -9111;1;3329.00;10.17;1694.00;-1.24;0.22 -9112;1;3243.00;10.52;1902.00;0.00;0.28 -9113;1;3477.00;10.00;1744.00;0.32;0.30 -9114;1;3567.50;9.90;1717.50;-0.11;0.26 -9115;1;3333.00;9.50;1903.00;-0.46;0.38 -9116;1;3264.50;9.90;1968.50;-0.78;0.52 -9117;1;3066.00;9.80;1742.50;0.51;0.26 -9118;1;3332.00;9.80;1779.00;-0.46;0.20 -9119;1;3288.50;10.60;1847.00;-0.24;0.36 -9120;1;3245.50;10.20;1703.50;0.19;0.26 -9121;1;3659.50;9.80;1854.00;-0.42;1.02 -9122;1;3430.00;10.20;1680.50;0.67;0.26 -9123;1;3286.00;10.40;1902.00;0.00;0.30 -9124;1;3520.50;10.00;1751.50;-0.14;0.28 -9126;1;3053.50;11.20;1912.00;0.94;0.32 -9127;1;2914.00;10.25;1789.00;-0.32;0.26 -9128;1;3199.00;10.65;1962.50;0.62;0.46 -9129;1;3184.50;9.70;1744.00;0.89;0.26 -9130;1;3439.50;10.00;1777.00;-0.34;0.52 -9131;1;3426.00;10.05;1718.50;0.92;0.22 -9132;1;2985.00;9.50;1828.00;-0.24;0.30 -9133;1;3502.00;9.95;1726.00;0.00;0.28 -9134;1;3043.00;13.55;1859.50;-0.27;0.34 -9135;1;2961.50;12.70;1774.50;0.19;0.26 -9136;1;3495.00;9.85;1688.00;0.32;0.22 -9137;1;2987.00;11.10;736.50;-1.10;0.88 -9138;1;2998.50;10.70;1729.00;-0.64;0.26 -9139;1;2975.00;14.10;1803.50;0.00;0.28 -9140;1;3287.50;10.10;1968.50;-0.56;0.48 -9141;1;3062.00;11.05;1827.50;-0.58;0.30 -9142;1;3911.50;9.70;1849.50;0.58;1.14 -9143;1;3132.00;9.77;1854.00;0.00;0.22 -9144;1;3389.50;10.00;1672.50;-0.78;0.24 -9145;1;3598.00;9.90;1744.50;0.00;0.30 -9146;1;3583.00;10.15;1704.00;0.00;0.24 -9147;1;3173.50;10.00;1880.50;0.32;0.34 -9148;1;3024.50;12.65;1775.00;0.69;0.24 -9149;1;3084.00;9.70;1729.00;0.32;0.24 -9150;1;3272.00;9.95;1745.50;-0.92;0.16 -9151;1;3073.50;10.25;1788.00;0.24;0.24 -9152;1;3056.00;11.00;817.50;-0.82;0.68 -9153;1;3350.50;10.40;1702.50;-0.32;0.28 -9154;1;3044.00;11.75;1801.50;0.27;0.32 -9155;1;3571.50;9.80;1732.50;-0.14;0.34 -9156;1;3174.50;10.20;1817.50;-0.62;0.32 -9157;1;2972.00;11.25;1748.50;0.27;0.30 -9158;1;3276.00;10.80;1879.50;0.18;0.30 -9159;1;3469.50;9.80;1674.00;0.64;0.18 -9160;1;3198.00;10.35;1775.50;-0.27;0.30 -9161;1;2736.00;12.25;1682.00;0.00;0.28 -9162;1;3305.00;9.92;1894.00;-0.64;0.36 -9163;1;1609.50;15.00;892.00;-1.06;0.28 -9164;1;3303.00;10.30;1723.00;0.78;0.24 -9165;1;3400.00;10.35;1890.50;0.49;0.62 -9166;1;3188.00;10.45;1800.00;-0.78;0.24 -9167;1;3191.00;9.90;1758.50;0.00;0.24 -9168;1;3434.50;10.40;1703.00;-1.19;0.18 -9169;1;3258.50;10.40;1804.00;-0.16;0.22 -9170;1;2917.00;15.02;1742.00;0.00;0.30 -9171;1;3029.00;12.40;1844.50;0.00;0.36 -9172;1;3528.00;10.37;1676.00;0.00;0.20 -9173;1;3042.00;10.52;1760.00;0.32;0.28 -9174;1;2960.37;9.50;1713.16;0.00;0.18 -9175;1;3055.50;14.20;1890.00;0.46;0.32 -9176;1;3302.00;9.70;1765.50;-0.27;0.22 -9177;1;3345.00;9.90;1693.50;-0.27;0.26 -9178;1;3094.00;12.67;1921.00;0.46;0.36 -9179;1;3389.00;10.10;1938.00;0.32;0.54 -9180;1;3513.50;9.80;1703.00;0.24;0.20 -9181;1;3287.50;10.40;1792.00;-0.12;0.28 -9182;1;3023.50;11.20;1750.00;0.12;0.28 -9183;1;3224.00;9.70;1756.50;-0.38;0.22 -9184;1;3340.00;10.40;1733.50;-0.87;0.20 -9185;1;3051.00;9.60;1721.50;-0.67;0.24 -9186;1;3139.50;9.95;1885.00;-0.86;0.24 -9187;1;3422.00;10.40;1776.00;-0.38;0.40 -9188;1;3418.00;10.40;1695.50;0.00;0.18 -9189;1;3202.00;10.50;1910.50;-0.18;0.42 -9190;1;3335.50;10.30;1749.00;-0.24;0.20 -9191;1;3162.50;11.40;1956.50;-0.54;0.32 -9192;1;3589.00;10.15;1717.00;-0.58;0.28 -9193;1;3058.00;9.85;1740.50;0.70;0.26 -9194;1;3161.50;9.70;1740.00;-1.05;0.30 -9195;1;3336.50;10.30;1856.00;-0.69;0.30 -9196;1;2930.00;11.00;1702.50;-0.38;0.24 -9197;1;3306.50;10.30;1730.00;0.55;0.28 -9198;1;3287.00;10.65;1878.00;-0.78;0.32 -9199;1;3427.00;10.15;1729.50;0.38;0.24 -9200;1;3488.50;10.00;1695.00;-0.46;0.28 -9201;1;3328.00;10.35;1924.00;-0.58;0.30 -9202;1;3445.00;9.90;1742.00;-0.58;0.30 -9203;1;3281.50;9.80;1943.00;-0.69;0.38 -9204;1;2955.00;11.05;1733.50;-0.58;0.28 -9205;1;3694.00;9.80;1931.00;-0.11;1.10 -9206;1;3250.00;9.50;1750.00;-0.78;0.22 -9207;1;3399.50;10.20;1719.50;0.19;0.20 -9208;1;3021.00;12.30;1861.50;-0.27;0.32 -9209;1;3046.50;10.20;1710.50;-0.14;0.24 -9210;1;3498.50;9.90;1738.50;-1.42;0.24 -9211;1;3092.50;11.30;1883.00;1.05;0.30 -9212;1;3302.00;10.37;1682.00;0.00;0.22 -9213;1;3522.50;9.90;1762.50;0.19;0.26 -9214;1;3557.00;9.80;1700.00;-0.78;0.24 -9215;1;3437.00;10.00;1899.50;0.70;0.42 -9216;1;2939.50;9.50;1800.50;0.50;0.42 -9217;1;3369.50;9.70;1894.00;-0.16;0.38 -9218;1;3023.50;10.70;1733.50;0.19;0.24 -9219;1;1602.50;13.05;906.00;-1.05;0.32 -9220;1;3126.00;10.25;1841.50;0.58;0.34 -9221;1;3224.50;10.40;1692.50;-0.19;0.22 -9222;1;3472.00;10.50;1718.50;0.27;0.24 -9223;1;3233.00;10.52;1880.00;0.32;0.36 -9224;1;4506.00;11.00;1877.50;0.89;1.36 -9225;1;3604.50;10.60;1782.50;-0.60;0.50 -9226;1;3134.50;10.10;1891.00;-0.46;0.40 -9227;1;2969.00;13.35;1778.50;0.58;0.36 -9228;1;3119.50;9.90;1739.50;-1.03;0.36 -9229;1;3015.00;12.95;1794.50;-0.27;0.28 -9230;1;3594.50;10.45;1863.00;-0.37;1.10 -9231;1;3320.50;10.45;1793.00;-0.16;0.28 -9232;1;3546.00;9.90;1732.00;0.00;0.30 -9233;1;1616.50;12.30;919.50;-1.05;0.32 -9234;1;3290.00;10.60;1681.50;0.00;0.22 -9235;1;3416.50;10.40;1631.50;-0.32;0.20 -9236;1;3221.00;10.42;1593.00;0.32;0.28 -9237;1;2725.00;11.35;1638.00;-0.46;0.16 -9238;1;2981.50;9.70;1572.00;0.16;0.18 -9239;1;2781.50;10.55;1562.00;0.16;0.24 -9240;1;3191.50;10.30;1669.50;-0.78;0.22 -9241;1;3264.50;10.00;1614.00;-0.46;0.28 -9242;1;3306.50;11.65;1662.00;-0.64;0.24 -9243;1;3575.50;9.70;1573.50;0.78;0.20 -9244;1;3543.50;10.85;1612.00;-0.64;0.22 -9245;1;3435.00;10.00;1578.50;-0.67;0.24 -9246;1;3200.50;10.25;1639.00;-0.16;0.26 -9247;1;3292.50;9.80;1589.50;-0.32;0.20 -9248;1;3410.50;9.70;1826.50;0.11;0.44 -9249;1;3283.00;9.80;1553.50;0.67;0.24 -9250;1;2787.00;10.00;1597.00;-0.32;0.24 -9251;1;3014.50;9.95;1668.00;-0.86;0.28 -9252;1;3062.50;9.70;1580.50;0.32;0.20 -9253;1;3328.50;10.10;1611.00;-0.64;0.18 -9254;1;3268.00;10.15;1661.50;-0.38;0.24 -9255;1;2656.00;10.10;1608.00;0.00;0.20 -9256;1;3379.00;10.47;1659.00;0.00;0.18 -9257;1;3462.00;9.80;1668.50;0.00;0.18 -9258;1;3503.50;10.90;1581.00;-0.24;0.20 -9259;1;3540.50;9.90;1636.50;-0.32;0.22 -9260;1;3363.00;10.60;1553.50;0.58;0.20 -9261;1;3359.00;10.00;1587.00;-0.46;0.22 -9262;1;3139.00;10.20;1650.50;0.38;0.30 -9263;1;3087.00;10.50;1607.00;-0.58;0.32 -9264;1;2973.50;10.35;1578.00;-0.24;0.20 -9265;1;3331.00;10.20;1656.50;-0.92;0.24 -9266;1;3409.00;10.10;1601.50;0.00;0.18 -9267;1;3453.00;10.40;1657.00;-0.46;0.20 -9268;1;2781.50;9.90;1573.50;-0.19;0.26 -9269;1;2782.50;9.90;1608.00;0.69;0.24 -9270;1;3529.50;10.40;1665.50;0.19;0.22 -9271;1;3599.50;9.75;1591.00;-0.64;0.22 -9272;1;3334.00;10.60;1624.00;0.00;0.22 -9273;1;3429.50;9.90;1586.00;-0.24;0.24 -9274;1;3185.00;9.80;1600.50;-1.01;0.24 -9275;1;3237.50;9.90;1647.00;-0.89;0.24 -9276;1;3475.00;9.90;1602.00;-0.78;0.18 -9277;1;3051.50;9.80;1586.50;-0.19;0.24 -9278;1;3406.50;9.85;1647.00;-0.12;0.28 -9279;1;3010.00;9.70;1634.00;-0.78;0.18 -9280;1;3526.00;10.40;1655.00;-0.46;0.24 -9281;1;2917.50;10.10;1567.50;0.19;0.22 -9282;1;3405.00;11.65;1619.50;0.00;0.26 -9283;1;3650.50;9.80;1704.50;-0.32;0.36 -9284;1;2656.50;12.15;1573.00;-0.89;0.22 -9285;1;2755.00;10.75;1622.50;-0.87;0.24 -9286;1;3500.50;11.60;1589.50;-0.78;0.24 -9287;1;3300.50;10.50;1646.00;0.46;0.28 -9288;1;3289.00;9.80;1558.50;0.27;0.24 -9289;1;3275.50;9.90;1593.50;-0.14;0.20 -9290;1;3126.50;10.30;1576.50;-0.62;0.24 -9291;1;3487.00;9.85;1652.00;-0.78;0.20 -9292;1;3769.00;10.55;1618.00;0.00;0.34 -9293;1;3632.00;10.35;1687.50;0.27;0.26 -9294;1;2980.00;9.70;1584.00;0.32;0.22 -9295;1;3206.50;10.15;1619.00;1.19;0.28 -9296;1;2929.00;9.55;1692.00;0.00;0.20 -9297;1;2765.00;9.90;1580.00;-1.10;0.20 -9298;1;3475.00;9.80;1624.00;0.00;0.22 -9299;1;3574.00;10.92;1587.00;0.00;0.18 -9300;1;3020.00;9.80;1645.50;0.00;0.18 -9301;1;3341.50;10.00;1594.00;-0.64;0.22 -9302;1;3368.00;10.70;1636.50;0.38;0.24 -9303;1;2652.50;9.70;1598.50;-0.19;0.20 -9304;1;3212.00;10.50;1582.00;-1.10;0.24 -9305;1;3554.50;9.80;1649.50;-0.19;0.20 -9306;1;3058.00;9.80;1593.00;-0.98;0.26 -9307;1;3546.00;10.75;1620.50;0.00;0.22 -9308;1;3053.50;10.30;1703.50;-0.19;0.24 -9309;1;2909.00;9.70;1573.50;-0.58;0.16 -9310;1;2676.00;9.95;1584.00;0.58;0.26 -9311;1;3435.00;9.80;1636.50;-0.58;0.20 -9312;1;3440.50;9.80;1553.50;-0.78;0.24 -9313;1;3409.50;10.00;1593.00;-0.24;0.22 -9314;1;2752.50;10.80;1640.50;0.78;0.24 -9315;1;2767.50;10.10;1598.00;-0.64;0.20 -9316;1;3137.50;10.40;1580.50;-0.40;0.24 -9317;1;3191.00;10.02;1678.00;0.32;0.24 -9318;1;3342.50;10.10;1611.50;0.19;0.24 -9319;1;3273.50;9.90;1679.50;-0.32;0.18 -9320;1;2969.50;9.70;1589.50;-0.19;0.20 -9321;1;2643.00;9.50;1613.50;-1.10;0.20 -9322;1;2790.00;9.90;1584.00;-0.58;0.24 -9323;1;3267.50;9.80;1625.00;-0.64;0.20 -9324;1;3477.00;9.92;1588.00;0.00;0.24 -9325;1;3508.00;9.80;1635.50;-0.38;0.20 -9326;1;3506.00;9.95;1558.00;0.00;0.16 -9327;1;3153.50;9.80;1601.50;0.32;0.24 -9328;1;3363.50;10.40;1561.50;0.19;0.18 -9329;1;3028.50;10.60;1675.50;0.62;0.28 -9330;1;3417.00;10.00;1602.50;0.38;0.22 -9331;1;3281.50;9.80;1664.00;-0.46;0.24 -9332;1;2772.00;11.30;1615.50;0.00;0.22 -9333;1;3328.00;10.65;1672.50;-0.51;0.24 -9334;1;3044.50;9.70;1596.00;-0.16;0.22 -9335;1;2902.50;9.60;1578.50;-0.19;0.22 -9336;1;3588.00;10.05;1638.50;-0.38;0.22 -9337;1;3567.50;11.20;1556.00;-0.46;0.24 -9338;1;3551.50;11.50;1596.00;-0.89;0.22 -9339;1;3434.00;9.80;1555.50;0.00;0.20 -9340;1;3187.50;9.70;1661.50;0.19;0.24 -9341;1;3236.50;9.90;1619.50;0.95;0.28 -9342;1;3295.00;9.85;1560.00;0.00;0.20 -9343;1;3347.00;10.20;1655.50;0.00;0.18 -9344;1;3487.00;9.90;1609.50;0.92;0.20 -9345;1;3404.50;10.00;1660.50;-0.40;0.26 -9346;1;3121.50;9.80;1588.50;0.19;0.24 -9347;1;2961.00;9.60;1590.50;0.00;0.16 -9348;1;3395.50;11.55;1625.00;-0.64;0.24 -9349;1;3650.50;10.00;1611.50;0.66;0.42 -9350;1;2733.50;9.80;1632.00;0.24;0.24 -9351;1;3299.50;9.90;1601.00;-1.19;0.22 -9352;1;3497.00;9.90;1557.50;0.00;0.20 -9353;1;3263.00;9.85;1652.00;-0.78;0.22 -9354;1;3556.50;10.40;1613.00;-0.64;0.20 -9355;1;3364.00;10.00;1570.50;-0.27;0.26 -9356;1;3418.50;9.85;1650.00;-0.64;0.20 -9357;1;3184.00;9.70;1627.50;0.00;0.24 -9358;1;3481.50;10.00;1658.50;-1.03;0.22 -9359;1;3213.00;10.60;1589.50;0.67;0.22 -9360;1;3466.00;10.40;1629.00;-0.32;0.26 -9361;1;3053.50;9.80;1598.00;-0.46;0.22 -9362;1;3010.50;9.60;1649.50;0.19;0.20 -9363;1;2902.50;9.85;1557.00;-0.64;0.20 -9364;1;2746.00;12.00;1591.50;0.87;0.18 -9365;1;3566.50;9.80;1568.00;0.35;0.26 -9366;1;3373.50;10.10;1596.50;-1.37;0.20 -9367;1;3433.00;9.90;1566.50;0.00;0.24 -9368;1;3499.00;9.90;1643.50;0.51;0.24 -9369;1;2642.50;10.00;1602.50;-1.24;0.28 -9370;1;3567.00;10.10;1684.50;0.00;0.34 -9371;1;3290.50;9.80;1581.50;-0.32;0.24 -9372;1;3140.50;10.40;1590.00;0.24;0.20 -9373;1;3537.50;10.05;1626.00;-0.16;0.26 -9374;1;3190.50;10.30;1644.50;-0.19;0.26 -9375;1;2975.50;10.50;1563.00;0.24;0.16 -9376;1;3442.50;9.90;1597.50;-0.78;0.22 -9377;1;1846.50;9.50;1126.50;0.78;0.22 -9378;1;3398.00;10.30;1643.50;-0.92;0.18 -9379;1;2766.50;10.40;1606.50;-1.16;0.20 -9380;1;3499.00;9.90;1565.00;0.00;0.20 -9381;1;3569.00;10.40;1652.00;-1.10;0.22 -9382;1;3333.50;10.00;1617.00;-0.64;0.18 -9383;1;2736.00;11.70;1654.00;0.32;0.18 -9384;1;3357.50;10.30;1575.00;-0.46;0.22 -9385;1;3623.00;10.22;1632.00;-1.10;0.26 -9386;1;3266.50;9.80;1640.50;-0.19;0.24 -9387;1;3049.50;9.70;1578.50;-0.78;0.20 -9388;1;3008.00;9.70;1603.50;-0.51;0.32 -9389;1;3478.50;9.80;1646.00;-1.29;0.18 -9390;1;3568.50;10.40;1661.50;0.40;0.26 -9391;1;3578.00;9.80;1564.50;0.38;0.22 -9392;1;2745.50;11.90;1649.50;0.19;0.18 -9393;1;3051.00;9.85;1694.00;0.00;0.22 -9394;1;3425.50;9.90;1573.00;-0.16;0.22 -9395;1;3406.50;10.90;1611.50;0.78;0.14 -9396;1;3300.00;9.80;1581.50;0.00;0.18 -9397;1;2759.00;10.65;1617.00;-0.98;0.22 -9398;1;3136.50;10.40;1598.50;0.54;0.24 -9399;1;3327.00;10.60;1629.50;-0.38;0.26 -9400;1;3117.50;9.90;1554.50;-1.37;0.16 -9401;1;3591.50;10.40;1606.50;-0.19;0.26 -9402;1;3548.00;10.50;1658.50;-0.38;0.26 -9403;1;2908.50;9.70;1564.50;-0.78;0.22 -9404;1;3192.50;10.40;1621.00;-0.16;0.26 -9405;1;2647.50;9.50;1563.00;-1.19;0.22 -9406;1;3031.50;10.70;1683.00;-0.46;0.28 -9407;1;3475.00;9.80;1616.00;-0.46;0.16 -9408;1;1621.50;10.10;847.50;-1.08;0.18 -9409;1;3499.50;10.00;1573.00;-0.24;0.16 -9410;1;3023.50;10.20;1657.50;-0.62;0.24 -9411;1;3368.00;10.05;1581.50;0.38;0.20 -9412;1;3103.00;14.00;1509.50;-0.67;0.26 -9413;1;3333.00;9.80;1517.50;-0.67;0.22 -9414;1;3038.50;11.40;1527.50;-0.32;0.18 -9415;1;3469.50;9.70;1446.50;-0.32;0.18 -9416;1;2980.00;11.40;1513.50;0.00;0.18 -9417;1;3424.00;9.65;1460.50;-0.92;0.16 -9418;1;2889.50;10.30;1509.50;-0.78;0.20 -9419;1;3334.50;9.70;1467.00;-0.64;0.22 -9420;1;3643.50;9.70;1548.00;0.64;0.22 -9421;1;3025.00;11.92;1508.00;0.00;0.24 -9422;1;3466.00;9.85;1547.50;0.00;0.16 -9423;1;3250.00;10.20;1480.50;0.00;0.30 -9424;1;3412.00;9.80;1513.00;0.46;0.18 -9425;1;3185.50;12.10;1485.00;-0.16;0.28 -9426;1;3514.50;9.70;1452.50;0.40;0.26 -9427;1;3114.50;11.00;1520.50;-0.32;0.16 -9428;1;3014.50;9.80;1559.50;-0.54;0.20 -9429;1;3038.50;12.00;1517.50;-1.03;0.22 -9430;1;3413.50;9.70;1466.00;-1.19;0.20 -9431;1;2866.00;9.70;1548.50;4.24;0.16 -9432;1;3532.00;10.85;1539.00;0.00;0.26 -9433;1;3335.00;10.22;1484.00;0.00;0.22 -9434;1;2813.50;9.50;1507.00;0.24;0.24 -9435;1;3260.50;10.05;1483.00;-0.16;0.32 -9436;1;3492.50;10.50;1508.50;0.19;0.20 -9437;1;3311.50;9.80;1523.00;0.24;0.20 -9438;1;3189.00;10.30;1634.50;-0.92;0.26 -9439;1;3089.00;9.90;1557.50;-0.92;0.20 -9440;1;3526.50;11.90;1465.50;-0.19;0.22 -9441;1;2999.00;13.45;1529.00;0.00;0.24 -9442;1;3491.50;9.80;1465.50;-0.32;0.22 -9443;1;2937.50;11.00;1541.50;0.19;0.24 -9444;1;2883.50;10.70;1515.50;-0.14;0.16 -9445;1;3605.00;10.20;1547.50;0.00;0.24 -9446;1;3414.50;9.80;1474.00;0.16;0.22 -9447;1;3547.50;10.40;1519.00;-0.24;0.22 -9448;1;3426.00;9.95;1545.00;-0.32;0.20 -9449;1;3374.00;9.90;1521.00;0.78;0.22 -9450;1;1434.50;10.30;1574.50;0.14;0.26 -9451;1;3271.00;10.10;1494.00;-1.10;0.20 -9452;1;3169.50;10.00;1539.50;-0.78;0.24 -9453;1;3640.50;9.70;1458.50;-0.66;0.34 -9454;1;3197.50;10.40;1514.00;-0.46;0.26 -9455;1;3534.50;11.05;1470.00;-0.16;0.18 -9456;1;2993.50;9.70;1563.50;-0.14;0.20 -9457;1;3087.50;11.10;1521.00;0.24;0.20 -9458;1;2779.00;9.50;1545.00;-0.46;0.24 -9459;1;3482.00;9.75;1467.00;-0.46;0.20 -9460;1;3496.50;9.80;1547.50;0.19;0.24 -9461;1;3417.50;9.90;1481.00;-0.64;0.24 -9462;1;3623.50;9.60;1517.50;-0.40;0.28 -9463;1;3346.50;10.05;1487.00;0.24;0.26 -9464;1;3455.00;10.50;1515.00;-0.46;0.22 -9465;1;3281.00;10.00;1502.50;0.58;0.20 -9466;1;3260.50;9.90;1537.50;0.19;0.20 -9467;1;770.50;9.50;831.00;-0.74;0.40 -9468;1;3169.00;11.25;1509.50;-0.38;0.24 -9469;1;3606.00;9.60;1472.00;0.00;0.26 -9470;1;3057.50;9.80;1553.50;0.19;0.20 -9471;1;3008.00;14.60;1532.50;0.00;0.22 -9472;1;2874.50;9.80;1507.50;-0.54;0.32 -9473;1;3566.50;10.20;1541.50;-1.03;0.22 -9474;1;3484.00;9.90;1475.50;0.67;0.20 -9475;1;3512.00;11.05;1519.50;-0.92;0.20 -9476;1;3421.00;10.25;1489.50;0.00;0.18 -9477;1;3325.50;9.80;1536.50;0.19;0.20 -9478;1;2806.00;10.25;1463.50;0.51;0.24 -9479;1;3353.50;10.40;1490.00;0.46;0.22 -9480;1;1547.50;10.75;1676.00;-0.61;0.34 -9481;1;3255.50;10.20;1498.00;0.35;0.32 -9482;1;2920.00;9.85;1537.00;4.71;0.20 -9483;1;3161.50;10.40;1643.50;-0.54;0.24 -9484;1;2752.50;10.55;1553.00;-0.98;0.18 -9485;1;3224.00;10.40;1680.50;0.67;0.28 -9486;1;2931.00;10.92;1525.00;0.00;0.16 -9487;1;3566.00;9.95;1521.50;-1.01;0.32 -9488;1;3428.50;10.10;1486.50;-0.19;0.20 -9489;1;3402.50;9.90;1526.50;-0.54;0.22 -9490;1;2868.50;10.00;1477.00;0.69;0.28 -9491;1;3313.00;9.90;1501.00;0.58;0.26 -9492;1;2812.50;9.80;1467.50;-1.42;0.16 -9493;1;3238.00;10.00;1538.00;-0.46;0.24 -9494;1;3163.00;10.30;1516.50;-0.21;0.28 -9495;1;2777.00;9.70;1473.50;0.00;0.24 -9496;1;3025.50;9.70;1563.00;-0.69;0.28 -9497;1;2989.50;12.70;1530.00;0.24;0.18 -9498;1;2875.50;9.60;1552.50;-1.03;0.16 -9499;1;3145.00;10.20;1633.50;-0.92;0.26 -9500;1;2834.50;9.65;1523.00;-0.46;0.18 -9501;1;3198.50;10.30;1680.00;-0.12;0.24 -9502;1;3466.00;9.85;1524.50;0.00;0.20 -9503;1;2924.50;10.65;1485.00;-0.16;0.18 -9504;1;3490.00;10.27;1490.00;-0.32;0.26 -9505;1;2889.50;10.75;1480.00;0.12;0.24 -9506;1;3301.50;9.80;1545.50;-0.32;0.18 -9507;1;2828.50;10.10;1479.00;-0.69;0.24 -9508;1;3110.00;10.00;1550.00;0.00;0.20 -9509;1;2934.00;9.85;1556.50;-1.40;0.18 -9510;1;2765.50;9.55;1470.00;-0.69;0.26 -9511;1;3086.50;10.00;1531.50;0.14;0.24 -9512;1;3872.50;10.40;1655.00;0.12;0.44 -9513;1;3563.00;9.60;1489.00;-0.24;0.28 -9514;1;3580.50;10.00;1619.50;0.19;0.20 -9515;1;2994.50;11.30;1490.50;-0.78;0.20 -9516;1;3465.50;9.80;1488.00;0.16;0.24 -9517;1;2946.50;11.50;1490.50;-0.78;0.22 -9518;1;3381.50;9.90;1531.50;0.19;0.18 -9519;1;3315.00;9.80;1507.50;-1.32;0.24 -9520;1;3198.50;10.10;1546.00;0.69;0.26 -9521;1;3152.50;10.30;1533.50;-0.32;0.28 -9522;1;2904.00;11.35;1532.00;0.32;0.16 -9523;1;2834.00;9.80;1489.00;-0.46;0.16 -9524;1;2958.50;10.30;1539.00;-0.24;0.20 -9525;1;2763.50;10.20;1483.50;-0.78;0.20 -9526;1;3610.00;9.62;1533.00;0.00;0.28 -9527;1;3053.50;10.40;1487.50;-0.19;0.20 -9528;1;3668.00;9.80;1504.00;0.24;0.36 -9529;1;3449.50;9.90;1533.00;0.64;0.22 -9530;1;3521.50;9.70;1501.50;-0.19;0.24 -9531;1;3387.00;9.90;1500.00;-0.98;0.18 -9532;1;3077.50;9.80;1555.00;-0.16;0.22 -9533;1;3242.00;10.27;1510.00;0.00;0.22 -9534;1;2833.50;10.10;1496.00;-0.24;0.16 -9535;1;3035.50;9.90;1546.50;1.03;0.24 -9536;1;2866.50;9.80;1525.50;-0.78;0.16 -9537;1;3120.50;10.20;1483.50;-0.78;0.24 -9538;1;3594.50;9.60;1500.50;0.11;0.28 -9539;1;3075.50;9.80;1490.50;-0.78;0.20 -9540;1;3464.50;9.90;1499.50;-0.54;0.18 -9541;1;3032.50;13.20;1497.50;0.54;0.24 -9542;1;3345.00;10.20;1540.50;0.38;0.22 -9543;1;3292.50;10.00;1514.50;-1.16;0.16 -9544;1;3161.00;9.80;1557.00;0.00;0.28 -9545;1;2963.00;12.40;1493.50;0.00;0.20 -9546;1;3094.50;10.65;1546.00;0.16;0.24 -9547;1;2931.00;10.75;1533.00;-0.46;0.18 -9548;1;3199.50;12.35;1473.00;-0.71;0.28 -9549;1;3582.00;9.70;1529.50;-0.51;0.26 -9550;1;2783.50;9.50;1490.50;-0.19;0.16 -9551;1;3099.00;14.52;1504.00;0.46;0.20 -9552;1;3412.00;10.30;1530.50;0.27;0.26 -9553;1;3768.50;10.35;1670.00;0.21;0.44 -9554;1;3240.00;9.90;1548.50;0.00;0.26 -9555;1;3006.50;13.70;1509.00;-0.24;0.18 -9556;1;3376.00;9.90;1511.50;0.38;0.18 -9557;1;2961.00;10.50;1507.50;0.00;0.24 -9558;1;3188.50;10.40;1519.00;-0.64;0.22 -9559;1;2898.50;10.70;1500.50;-1.24;0.14 -9560;1;2993.50;9.80;1553.50;-0.78;0.16 -9561;1;2849.00;10.10;1501.50;0.00;0.20 -9562;1;2738.50;10.30;1548.00;0.24;0.16 -9563;1;3177.00;12.42;1484.00;0.98;0.20 -9564;1;3483.00;9.80;1536.00;0.46;0.22 -9565;1;3449.00;9.85;1501.00;0.58;0.24 -9566;1;3325.50;9.80;1547.50;-0.19;0.18 -9567;1;3092.00;12.90;1511.00;-0.78;0.20 -9568;1;3273.50;9.80;1536.50;0.19;0.22 -9569;1;3032.50;12.15;1506.00;-0.16;0.24 -9570;1;3070.00;10.30;1535.50;0.00;0.28 -9571;1;3375.00;9.70;1455.50;-0.92;0.20 -9572;1;2969.50;10.50;1511.00;0.24;0.20 -9573;1;3315.50;9.70;1473.00;-0.24;0.20 -9574;1;2891.00;10.00;1537.50;0.00;0.16 -9575;1;2909.50;10.70;1507.00;-0.89;0.22 -9576;1;3257.50;10.50;1474.00;-0.98;0.22 -9577;1;3548.00;9.70;1540.00;-0.46;0.22 -9578;1;2815.50;10.05;1497.00;-0.16;0.22 -9579;1;3399.00;10.00;1544.00;0.00;0.20 -9580;1;794.00;9.50;811.00;-0.77;0.24 -9581;1;3489.50;9.75;1452.00;1.19;0.18 -9582;1;2991.50;9.70;1418.00;0.98;0.16 -9583;1;1568.00;10.45;1623.50;-0.38;0.24 -9584;1;2951.00;10.15;1432.50;0.38;0.18 -9585;1;1560.50;10.00;1628.50;-0.62;0.32 -9586;1;3060.00;13.55;1409.00;0.78;0.20 -9587;1;2927.00;15.10;1437.50;0.58;0.18 -9588;1;3076.00;11.92;1413.00;-0.46;0.20 -9589;1;4970.00;12.90;1491.50;-0.67;0.30 -9590;1;2885.50;10.10;1434.50;0.32;0.16 -9591;1;3085.50;10.80;1413.00;-0.24;0.20 -9592;1;3559.50;9.60;1446.00;-0.64;0.24 -9593;1;2845.50;10.25;1430.00;-0.64;0.16 -9594;1;3526.00;9.90;1447.50;0.67;0.20 -9595;1;3082.00;10.00;1421.00;0.98;0.18 -9596;1;3036.00;11.00;1440.50;-0.58;0.22 -9597;1;2796.50;10.00;1426.50;0.19;0.24 -9598;1;2978.50;11.20;1431.50;-0.54;0.20 -9599;1;3121.50;10.80;1400.00;0.64;0.20 -9600;1;2944.00;11.30;1437.50;-0.38;0.18 -9601;1;1661.00;9.70;1664.50;-0.70;0.36 -9602;1;3144.00;10.42;1394.00;0.32;0.20 -9603;1;2908.00;12.15;1438.00;0.46;0.16 -9604;1;4988.00;10.50;1491.50;-0.38;0.26 -9605;1;3792.00;9.90;1305.00;-1.10;0.40 -9606;1;3137.00;10.85;1424.00;-0.46;0.26 -9607;1;2857.50;10.80;1440.00;0.24;0.22 -9608;1;3097.00;9.70;1428.00;0.00;0.18 -9609;1;2858.00;10.35;1447.50;0.00;0.22 -9610;1;3198.50;10.40;1384.50;-0.19;0.22 -9611;1;3063.50;9.90;1436.50;0.54;0.18 -9612;1;3210.50;10.05;1388.00;-0.46;0.28 -9613;1;3009.50;9.80;1441.00;-0.24;0.18 -9614;1;3228.00;10.55;1394.00;0.00;0.18 -9615;1;651.50;9.50;894.50;-0.63;0.74 -9616;1;985.00;13.05;1615.50;-0.13;0.40 -9617;1;3212.50;9.70;1404.50;-0.19;0.18 -9618;1;2923.00;13.35;1444.50;-0.67;0.18 -9619;1;3163.00;15.55;1425.50;0.27;0.24 -9620;1;2920.00;13.80;1452.50;-0.92;0.16 -9621;1;3113.50;10.30;1431.50;-0.54;0.20 -9622;1;2909.50;10.30;1452.50;-0.78;0.16 -9623;1;4849.50;10.10;1448.00;-0.89;0.30 -9624;1;3081.00;10.00;1434.50;0.67;0.22 -9625;1;2866.50;10.20;1448.00;-0.16;0.26 -9626;1;3486.50;12.40;1364.50;0.19;0.22 -9627;1;3030.50;11.40;1433.00;-1.19;0.20 -9628;1;3502.50;12.20;1379.50;0.19;0.22 -9629;1;2832.00;9.80;1455.50;-0.38;0.22 -9630;1;2984.50;12.80;1448.50;-0.19;0.22 -9631;1;2787.00;9.70;1452.50;-1.32;0.22 -9632;1;3491.00;13.65;1370.50;0.70;0.28 -9633;1;2974.50;15.50;1453.50;-0.19;0.20 -9634;1;1585.00;11.30;1652.50;0.00;0.30 -9635;1;3249.00;9.75;1406.00;-0.32;0.28 -9636;1;2970.00;15.20;1461.50;-0.92;0.20 -9637;1;906.00;10.20;1478.00;-0.98;0.28 -9638;1;2926.50;11.80;1459.50;0.19;0.18 -9639;1;4905.00;11.87;1429.00;-0.46;0.28 -9640;1;3154.00;12.25;1439.00;0.00;0.20 -9641;1;4936.50;12.90;1433.50;0.78;0.26 -9642;1;2897.50;10.10;1460.50;-0.19;0.22 -9643;1;3095.50;9.70;1434.50;0.19;0.16 -9644;1;2852.50;10.00;1466.00;-0.46;0.22 -9645;1;3539.50;13.20;1368.00;-0.64;0.26 -9646;1;3048.50;11.50;1450.00;-0.64;0.14 -9647;1;3497.50;10.75;1388.00;-0.89;0.20 -9648;1;3048.00;11.65;1456.50;0.00;0.22 -9649;1;3469.00;16.65;1388.50;0.67;0.22 -9650;1;3033.50;13.50;1466.00;-0.16;0.24 -9651;1;3226.50;9.70;1417.00;0.24;0.20 -9652;1;2993.50;14.00;1471.00;0.98;0.20 -9653;1;1456.00;10.00;1559.00;-1.32;0.24 -9654;1;1460.50;10.20;1567.50;0.19;0.20 -9655;1;1479.00;9.50;735.00;-1.10;0.16 -9656;1;3134.50;9.80;1445.00;0.16;0.22 -9657;1;1427.50;10.20;1610.50;0.14;0.38 -9658;1;2895.00;10.05;1468.50;0.38;0.22 -9659;1;4950.00;9.90;1559.00;0.51;0.64 -9660;1;3104.50;9.70;1460.50;-0.14;0.20 -9661;1;3058.00;10.45;1465.50;0.00;0.26 -9662;1;1565.50;11.20;1572.50;0.19;0.20 -9663;1;3428.50;9.50;1390.00;-0.98;0.20 -9664;1;1581.50;11.25;1584.00;-0.69;0.30 -9665;1;3028.00;12.17;1478.00;0.00;0.16 -9666;1;2968.00;12.80;1475.00;0.00;0.20 -9667;1;1522.00;9.67;1587.00;0.00;0.28 -9668;1;3206.50;12.70;1436.00;0.35;0.30 -9669;1;1103.50;11.30;1786.50;0.07;0.72 -9670;1;3194.50;13.40;1445.50;-0.54;0.26 -9671;1;898.50;9.70;1492.50;4.39;0.28 -9672;1;3186.50;11.55;1450.00;0.35;0.26 -9673;1;1642.00;11.60;1585.50;-1.40;0.20 -9674;1;3441.00;15.00;1393.50;-0.38;0.26 -9675;1;1668.00;11.47;1598.00;0.00;0.28 -9676;1;3088.50;10.40;1464.50;-0.19;0.22 -9677;1;3353.00;10.85;1417.00;0.46;0.24 -9678;1;1400.50;11.10;1651.50;-0.11;0.38 -9679;1;3041.50;13.35;1464.00;-0.12;0.20 -9680;1;3368.00;9.60;1420.00;0.00;0.20 -9681;1;3010.00;11.20;1486.50;0.67;0.20 -9682;1;1432.00;11.35;1563.00;0.00;0.26 -9683;1;3263.50;9.80;1446.50;0.32;0.20 -9684;1;1477.50;10.80;1587.50;-0.40;0.24 -9685;1;3201.50;15.40;1456.00;0.89;0.18 -9686;1;2681.50;13.05;1360.00;0.16;0.20 -9687;1;3164.00;11.60;1462.00;-0.32;0.20 -9688;1;3457.00;9.95;1427.50;-0.38;0.24 -9689;1;2673.50;10.20;1369.50;-0.78;0.18 -9690;1;3111.00;9.80;1474.00;0.78;0.28 -9691;1;3453.50;12.20;1399.50;0.19;0.22 -9692;1;3072.50;9.80;1482.50;-0.19;0.18 -9693;1;1647.00;11.82;1591.00;0.00;0.22 -9694;1;3453.00;12.40;1408.50;0.00;0.22 -9695;1;1021.50;14.15;1583.00;-1.19;0.32 -9696;1;3415.50;9.80;1412.00;-0.24;0.20 -9697;1;903.50;9.60;1530.50;-0.11;0.28 -9698;1;3284.50;9.70;1455.00;0.24;0.24 -9699;1;2725.50;13.90;1377.50;-0.32;0.20 -9700;1;2737.00;12.85;1371.50;-1.32;0.20 -9701;1;3230.00;10.47;1433.00;0.00;0.20 -9702;1;3493.00;15.97;1347.00;-0.46;0.22 -9703;1;2735.50;13.80;1382.50;-0.32;0.16 -9704;1;3184.50;14.70;1468.00;0.46;0.20 -9705;1;3496.50;11.40;1421.50;-0.54;0.20 -9706;1;3158.00;10.50;1475.00;0.32;0.22 -9707;1;3481.50;12.60;1413.50;0.19;0.22 -9708;1;1626.00;11.70;1595.50;0.00;0.30 -9709;1;3436.00;9.80;1426.50;-0.58;0.18 -9710;1;2788.50;10.10;1391.00;-0.24;0.24 -9711;1;1525.00;10.50;1596.00;-0.32;0.30 -9712;1;3337.50;9.50;1442.00;0.24;0.24 -9713;1;911.50;9.70;1512.00;-0.29;0.34 -9714;1;3275.50;9.80;1462.00;-0.46;0.24 -9715;1;3533.50;11.70;1312.00;-0.89;0.26 -9716;1;3232.50;9.90;1457.50;0.14;0.22 -9717;1;2808.00;10.40;1401.50;0.87;0.22 -9718;1;3349.50;9.90;1426.50;0.14;0.26 -9719;1;2700.50;12.20;1384.00;0.64;0.20 -9720;1;3526.50;10.50;1430.50;-0.78;0.24 -9721;1;1638.00;11.27;1602.00;0.00;0.28 -9722;1;3485.50;10.50;1430.50;0.32;0.22 -9723;1;2843.00;10.55;1389.00;0.00;0.18 -9724;1;756.00;9.50;799.50;-0.75;0.28 -9725;1;2842.50;9.80;1482.00;-0.64;0.20 -9726;1;3449.50;10.35;1424.00;0.64;0.24 -9727;1;1498.00;10.55;1494.50;0.21;0.36 -9728;1;2872.00;10.90;1406.50;-0.92;0.18 -9729;1;3366.50;9.50;1450.50;0.78;0.18 -9730;1;876.50;10.40;1536.50;0.32;0.36 -9731;1;3156.50;10.40;1636.00;0.46;0.22 -9732;1;2864.00;13.90;1414.50;0.00;0.20 -9733;1;4975.50;12.80;1515.50;-0.32;0.34 -9734;1;2820.00;9.90;1412.50;-0.92;0.16 -9735;1;3543.50;9.60;1445.50;0.32;0.22 -9736;1;2902.50;12.50;1406.00;0.16;0.22 -9737;1;2797.00;9.70;1410.50;0.87;0.18 -9738;1;2917.50;14.90;1414.00;0.64;0.22 -9739;1;3497.50;9.90;1430.50;0.19;0.22 -9740;1;1518.00;12.25;1761.00;-0.62;0.82 -9741;1;2936.50;10.75;1417.00;-0.98;0.18 -9742;1;3449.00;9.80;1432.00;-0.46;0.18 -9743;1;1535.00;10.00;1617.00;0.00;0.24 -9744;1;3421.00;9.70;1446.50;-0.92;0.16 -9745;1;2910.00;16.40;1423.00;-1.10;0.20 -9746;1;1510.00;10.70;1609.00;0.32;0.28 -9747;1;1464.00;10.70;1617.50;-0.38;0.32 -9748;1;2860.00;11.50;1428.50;0.00;0.20 -9749;1;4968.00;13.37;1480.00;0.78;0.34 -9750;1;2986.50;10.75;1376.00;-0.64;0.18 -9751;1;2822.50;9.90;1419.50;-0.19;0.20 -9752;1;2969.00;11.90;1410.50;-0.58;0.20 -9753;1;3556.00;9.60;1438.50;0.38;0.22 -9754;1;1637.50;13.10;1614.50;0.14;0.24 -9755;1;3320.50;14.05;1278.00;0.10;0.24 -9756;1;3151.50;11.70;1395.50;-0.19;0.26 -9757;1;2761.50;11.80;1313.50;0.19;0.20 -9758;1;1621.50;9.70;1526.50;-0.14;0.28 -9759;1;4766.00;12.40;1352.50;-0.38;0.22 -9760;1;1517.50;11.95;1530.00;0.16;0.24 -9761;1;3387.50;14.50;1301.50;-0.78;0.30 -9762;1;4893.50;12.90;1401.00;-0.12;0.24 -9763;1;3335.00;13.75;1273.50;-0.41;0.22 -9764;1;2836.50;9.55;1349.00;0.46;0.20 -9765;1;2682.00;10.20;1276.50;0.38;0.20 -9766;1;4831.50;12.40;1395.50;-0.95;0.20 -9767;1;2750.00;11.52;1327.00;0.32;0.24 -9768;1;4627.00;11.82;1348.00;0.24;0.36 -9769;1;3220.00;10.95;1378.00;0.32;0.28 -9770;1;2699.00;13.40;1328.00;-0.98;0.24 -9771;1;3159.00;12.20;1391.00;-0.32;0.22 -9772;1;2940.00;9.90;1333.00;0.46;0.20 -9773;1;1206.50;12.20;1416.00;0.07;0.44 -9774;1;1647.50;10.60;1574.50;0.19;0.20 -9775;1;1505.50;11.90;1529.50;-0.14;0.28 -9776;1;4621.00;11.92;1333.00;0.32;0.24 -9777;1;3379.50;15.10;1308.50;-0.14;0.30 -9778;1;2743.50;11.95;1301.00;-0.89;0.18 -9779;1;1512.00;10.60;1482.00;-1.10;0.34 -9780;1;3113.50;9.75;1355.00;0.16;0.20 -9781;1;4718.00;10.27;1343.00;-1.10;0.20 -9782;1;4797.00;10.17;1415.00;0.32;0.28 -9783;1;3236.50;10.00;1381.00;-0.24;0.28 -9784;1;3063.50;10.70;1338.00;-1.05;0.20 -9785;1;2764.50;12.80;1338.50;-0.78;0.24 -9786;1;1628.50;9.70;1511.50;-0.11;0.24 -9787;1;2679.00;11.42;1331.00;-0.32;0.18 -9788;1;4710.50;9.90;1357.50;0.19;0.26 -9789;1;1562.00;10.75;1539.50;-0.58;0.18 -9790;1;4768.00;9.80;1312.50;-0.38;0.20 -9791;1;3187.00;11.00;1346.50;0.00;0.16 -9792;1;1133.00;16.20;1489.50;-1.17;0.32 -9793;1;2850.50;9.70;1315.50;-1.24;0.24 -9794;1;3004.50;10.50;1368.00;0.64;0.22 -9795;1;4763.50;12.70;1331.50;-1.03;0.20 -9796;1;1476.00;10.20;1536.00;0.32;0.22 -9797;1;2826.50;11.60;1351.50;-0.19;0.20 -9798;1;4880.00;9.70;1420.50;-0.18;0.28 -9799;1;3228.50;11.00;1313.50;-0.78;0.18 -9800;1;2732.50;14.10;1337.50;0.78;0.20 -9801;1;1645.50;9.70;1541.50;-0.32;0.22 -9802;1;1317.00;11.85;1490.50;-0.58;0.40 -9803;1;4776.50;13.15;1354.00;-0.16;0.26 -9804;1;1599.00;10.20;1549.50;0.38;0.20 -9805;1;3123.00;9.77;1313.00;-1.10;0.20 -9806;1;3299.00;13.37;1323.00;0.32;0.20 -9807;1;5009.00;11.70;1312.00;-0.46;0.16 -9808;1;1542.00;10.75;1547.50;-0.27;0.26 -9809;1;3105.00;10.10;1363.00;-0.32;0.20 -9810;1;1474.50;10.50;1547.00;0.46;0.28 -9811;1;3304.00;13.20;1299.50;0.00;0.26 -9812;1;2784.50;14.15;1325.00;0.16;0.24 -9813;1;2795.00;10.35;1354.00;-0.78;0.16 -9814;1;956.50;9.50;1432.00;-0.64;0.26 -9815;1;2697.50;9.50;1272.00;-0.24;0.20 -9816;1;3545.00;14.40;1234.50;-0.15;0.42 -9817;1;2674.50;9.75;1345.00;-0.24;0.20 -9818;1;3176.50;12.35;1353.00;0.46;0.24 -9819;1;2690.50;10.10;1288.50;-0.78;0.18 -9820;1;1620.00;11.52;1557.00;0.00;0.26 -9821;1;3098.00;9.85;1369.00;-0.46;0.24 -9822;1;1278.00;10.40;1446.00;0.32;0.38 -9823;1;3405.50;10.70;1267.50;-0.14;0.34 -9824;1;2850.00;10.40;1364.00;0.00;0.20 -9825;1;1520.00;11.10;1562.00;0.32;0.26 -9826;1;3024.50;9.65;1345.00;-0.89;0.20 -9827;1;2733.50;12.20;1347.50;-0.54;0.20 -9828;1;2757.50;12.90;1296.50;0.32;0.18 -9829;1;1309.00;9.80;1415.50;0.00;0.46 -9830;1;3345.50;13.60;1279.00;0.12;0.22 -9831;1;4727.00;9.80;1378.00;-0.78;0.26 -9832;1;1680.00;9.50;1568.50;0.38;0.16 -9833;1;3253.00;9.70;1345.00;1.57;0.20 -9834;1;1548.50;9.70;1300.50;0.40;0.32 -9835;1;4700.50;9.50;1341.00;0.24;0.20 -9836;1;1584.00;11.60;1573.50;-0.87;0.18 -9837;1;3140.00;12.65;1333.50;0.00;0.20 -9838;1;3022.50;11.80;1372.50;0.62;0.22 -9839;1;2703.00;11.35;1320.50;-0.58;0.20 -9840;1;2796.50;11.20;1361.00;0.16;0.24 -9841;1;4796.50;13.85;1361.00;-0.16;0.22 -9842;1;2787.00;12.42;1368.00;-1.10;0.24 -9843;1;4625.00;9.72;1324.00;0.00;0.20 -9844;1;3330.50;12.00;1330.00;0.16;0.24 -9845;1;2869.00;9.50;1322.00;0.00;0.12 -9846;1;2727.50;12.40;1346.00;0.64;0.20 -9847;1;1661.50;9.70;1565.50;0.19;0.20 -9848;1;4763.00;12.05;1337.00;0.46;0.22 -9849;1;3127.00;14.15;1365.00;0.00;0.24 -9850;1;1667.00;9.90;1576.50;0.92;0.16 -9851;1;2951.00;11.62;1365.00;0.00;0.20 -9852;1;2763.50;12.50;1322.00;1.19;0.20 -9853;1;2848.50;11.85;1370.00;0.24;0.20 -9854;1;4725.50;11.25;1321.00;-1.19;0.24 -9855;1;956.00;10.95;1443.00;0.24;0.30 -9856;1;3064.00;10.10;1327.00;-0.32;0.16 -9857;1;2781.50;10.85;1363.00;0.16;0.20 -9858;1;3454.00;16.40;1301.50;0.21;0.26 -9859;1;5011.30;10.50;1337.69;0.34;0.20 -9860;1;3413.50;14.55;1295.00;-0.46;0.30 -9861;1;3332.00;9.75;1298.00;0.32;0.30 -9862;1;3208.50;12.00;1356.50;-0.32;0.18 -9863;1;2948.00;12.57;1333.00;-0.78;0.22 -9864;1;1643.50;9.70;1533.00;0.24;0.18 -9865;1;4994.00;10.10;1322.50;0.27;0.26 -9866;1;4772.00;13.25;1368.00;-0.78;0.22 -9867;1;2787.50;9.70;1459.50;-0.19;0.18 -9868;1;3422.00;14.92;1318.00;0.00;0.22 -9869;1;2679.00;9.90;1294.00;0.32;0.18 -9870;1;2751.00;13.10;1355.50;0.58;0.24 -9871;1;3340.50;11.70;1334.50;0.19;0.24 -9872;1;2734.00;12.32;1364.00;0.32;0.24 -9873;1;4655.50;12.55;1350.00;-0.16;0.24 -9874;1;3137.00;11.92;1366.00;-0.32;0.28 -9875;1;3121.50;12.00;1340.50;-0.14;0.22 -9876;1;1617.50;9.50;1472.50;1.37;0.26 -9877;1;2692.00;11.00;1314.00;-1.10;0.16 -9878;1;3280.00;13.55;1290.00;-0.78;0.26 -9879;1;2990.50;11.00;1385.50;-0.19;0.20 -9880;1;1327.50;10.30;1628.50;0.14;0.42 -9881;1;2734.00;11.95;1309.00;-0.98;0.16 -9882;1;2812.00;13.95;1375.00;0.46;0.18 -9883;1;4800.50;12.50;1377.00;-1.19;0.22 -9884;1;2804.50;14.20;1376.50;0.78;0.18 -9885;1;4740.50;10.85;1351.00;-0.16;0.22 -9886;1;3437.00;15.27;1325.00;0.92;0.28 -9887;1;3223.50;11.30;1322.50;-1.03;0.24 -9888;1;3220.00;10.20;1361.00;-0.32;0.24 -9889;1;2790.50;12.80;1295.50;-0.78;0.20 -9890;1;3138.50;11.45;1375.00;0.24;0.18 -9891;1;2720.50;10.90;1283.00;0.64;0.20 -9892;1;1320.00;10.30;1558.50;0.41;0.44 -9893;1;3390.00;11.07;1265.00;-0.24;0.24 -9894;1;3083.50;11.90;1382.00;0.16;0.24 -9895;1;4900.00;9.60;1382.50;0.67;0.28 -9896;1;2798.50;10.45;1318.00;-0.24;0.20 -9897;1;4835.00;10.55;1380.50;0.00;0.22 -9898;1;2867.00;9.50;1390.00;0.46;0.20 -9899;1;4799.50;14.60;1343.00;0.24;0.20 -9900;1;3360.50;12.90;1337.50;0.54;0.24 -9901;1;3310.50;12.25;1308.00;0.46;0.22 -9902;1;3235.50;10.60;1361.50;0.54;0.20 -9903;1;2777.50;11.80;1293.00;0.16;0.24 -9904;1;3002.50;9.70;1355.00;-0.46;0.28 -9905;1;4661.50;10.80;1331.50;-0.78;0.20 -9906;1;3146.50;12.70;1376.00;0.12;0.24 -9907;1;2982.00;10.45;1389.00;0.00;0.20 -9908;1;1206.50;13.25;1462.00;-0.12;0.40 -9909;1;2915.00;10.25;1393.00;-0.98;0.22 -9910;1;1374.00;10.10;1586.50;-0.87;0.36 -9911;1;948.50;9.85;1458.00;0.46;0.30 -9912;1;3401.50;11.50;1279.00;0.69;0.32 -9913;1;4793.50;12.00;1389.50;0.19;0.28 -9914;1;3110.50;9.50;1347.00;4.71;0.24 -9915;1;3369.50;12.95;1336.00;-0.64;0.24 -9916;1;3132.00;9.50;1307.50;-0.38;0.22 -9917;1;2717.50;12.05;1320.00;0.98;0.20 -9918;1;4759.00;12.00;1324.50;0.38;0.22 -9919;1;3229.00;9.90;1371.00;-0.78;0.28 -9920;1;1279.50;10.20;1412.00;0.98;0.38 -9921;1;3238.00;11.07;1306.00;0.00;0.18 -9922;1;3077.50;14.60;1397.50;-0.14;0.20 -9923;1;1558.50;11.50;1528.00;-0.46;0.24 -9924;1;2995.00;11.82;1397.00;-0.78;0.16 -9925;1;2708.50;10.60;1304.00;-0.24;0.20 -9926;1;4888.00;10.45;1388.50;-0.51;0.24 -9927;1;4702.50;10.40;1367.00;-0.29;0.32 -9928;1;4803.50;12.05;1391.00;-0.55;0.26 -9929;1;3249.50;11.80;1278.50;0.32;0.20 -9930;1;3186.00;9.50;1338.50;0.58;0.22 -9931;1;1566.50;10.60;1480.50;-1.03;0.18 -9932;1;3421.50;14.45;1336.00;-0.64;0.24 -9933;1;2777.00;13.85;1334.00;0.00;0.24 -9934;1;4570.00;9.85;1162.00;0.32;0.26 -9935;1;4194.00;9.82;1003.00;-0.78;0.28 -9936;1;4806.00;11.05;1269.00;-0.46;0.22 -9937;1;4610.50;9.70;1188.00;0.16;0.26 -9938;1;4623.50;9.50;1030.50;-0.78;0.24 -9939;1;4491.00;11.77;1106.00;-0.14;0.38 -9940;1;3195.50;10.15;1231.00;-0.64;0.20 -9941;1;3238.50;9.55;1269.00;-1.19;0.24 -9942;1;4594.50;10.20;1060.00;0.16;0.28 -9943;1;2914.00;9.70;1210.50;-0.70;0.42 -9944;1;4659.00;12.15;1113.50;0.00;0.26 -9945;1;2716.50;9.80;1240.00;-0.24;0.22 -9946;1;4104.50;10.40;983.50;-0.95;0.34 -9947;1;3317.50;9.70;1139.50;0.32;0.26 -9948;1;4469.50;10.80;999.50;0.14;0.26 -9949;1;1501.00;10.55;1438.50;-0.27;0.30 -9950;1;4835.65;9.90;1192.74;0.00;0.26 -9951;1;4043.00;10.00;1108.50;0.00;0.44 -9952;1;4965.00;9.50;1286.00;0.00;0.12 -9953;1;4687.00;10.25;1190.50;0.27;0.24 -9954;1;3433.00;14.02;1310.00;-0.46;0.30 -9955;1;4703.00;10.17;1044.00;1.10;0.24 -9956;1;4639.50;9.70;1226.00;0.24;0.22 -9957;1;3320.50;11.60;1105.00;0.46;0.36 -9958;1;4578.50;10.90;1224.00;0.24;0.20 -9959;1;4603.50;9.90;1153.50;-0.78;0.34 -9960;1;2853.00;13.85;1218.00;-0.19;0.40 -9961;1;4435.50;12.10;970.00;0.16;0.34 -9962;1;3272.50;12.45;614.00;-0.29;0.52 -9963;1;4552.00;9.50;1000.50;0.58;0.20 -9964;1;2834.50;12.20;1251.50;-0.78;0.30 -9965;1;4904.00;9.75;1212.50;2.03;0.22 -9966;1;4403.00;17.47;1162.00;0.00;0.40 -9967;1;1498.00;11.85;1452.50;-0.87;0.26 -9968;1;4877.50;10.70;1225.00;-0.89;0.20 -9969;1;4626.50;9.70;1300.00;-0.16;0.24 -9970;1;4577.50;10.10;1052.50;-0.14;0.28 -9971;1;4664.00;9.90;1234.50;-0.27;0.26 -9972;1;4666.00;12.60;1103.50;0.38;0.22 -9973;1;4092.50;9.75;1078.00;0.55;0.38 -9974;1;4707.00;9.50;1138.50;1.81;0.32 -9975;1;3939.00;9.70;1015.00;0.00;0.42 -9976;1;2901.50;15.10;1242.50;-0.95;0.30 -9977;1;3152.00;9.70;1147.50;0.00;0.28 -9978;1;4621.50;9.65;1024.00;0.98;0.24 -9979;1;2733.50;9.60;1260.50;0.32;0.20 -9980;1;3038.00;10.15;1174.00;-0.58;0.24 -9981;1;4790.50;10.00;1289.00;0.12;0.18 -9982;1;4574.50;11.70;1066.50;-0.11;0.30 -9983;1;2944.00;10.00;1183.50;-0.27;0.36 -9984;1;4621.00;10.30;1103.50;-1.10;0.28 -9985;1;4908.50;12.20;1236.50;-0.19;0.22 -9986;1;3162.50;11.90;528.50;0.22;0.70 -9987;1;4614.00;9.70;1252.50;0.51;0.26 -9988;1;4437.50;11.90;957.00;0.16;0.30 -9989;1;3213.00;10.00;1161.50;0.00;0.24 -9990;1;3054.50;11.40;1288.50;-0.78;0.22 -9991;1;4244.00;9.65;995.50;-0.15;0.32 -9992;1;3168.00;10.45;1176.50;0.38;0.18 -9993;1;4221.50;10.00;1042.00;0.71;0.36 -9994;1;2951.50;10.50;1262.50;-0.14;0.30 -9995;1;4619.00;9.70;1211.50;-0.92;0.24 -9996;1;1476.50;10.15;1423.00;-0.29;0.26 -9997;1;4551.00;11.20;1048.50;-1.01;0.26 -9998;1;4977.00;9.60;1237.50;-0.92;0.24 -9999;1;4578.50;10.00;1121.50;0.62;0.36 -10000;1;4682.50;9.50;1255.00;0.24;0.28 -10001;1;4108.50;10.10;944.50;-0.78;0.34 -10002;1;3338.00;10.65;1143.00;4.71;0.30 -10003;1;4618.00;9.90;1277.50;0.38;0.24 -10004;1;4486.50;9.70;999.00;-1.15;0.24 -10005;1;3299.00;9.82;1155.00;0.00;0.22 -10006;1;4514.50;10.20;1108.50;-0.66;0.40 -10007;1;3240.50;9.70;1250.50;1.89;0.40 -10008;1;4645.00;10.30;1183.50;-0.87;0.28 -10009;1;2729.50;11.50;1266.00;-0.89;0.20 -10010;1;4644.00;9.70;1044.50;0.92;0.24 -10011;1;4823.50;9.50;1218.50;-0.78;0.10 -10012;1;4651.50;12.40;1097.00;0.46;0.22 -10013;1;2722.00;11.50;1220.50;-0.87;0.28 -10014;1;4668.00;11.27;1140.00;-0.78;0.28 -10015;1;4955.00;12.90;1248.00;-0.78;0.26 -10016;1;4450.00;9.75;955.50;0.00;0.20 -10017;1;4629.00;9.90;1165.00;-0.32;0.26 -10018;1;4701.00;9.72;1267.00;-0.32;0.20 -10019;1;3965.50;11.30;986.50;0.14;0.30 -10020;1;4850.00;12.72;1195.00;0.00;0.24 -10021;1;4047.00;13.20;1127.00;-0.54;0.46 -10022;1;4614.50;9.70;1291.00;0.12;0.24 -10023;1;2697.00;13.30;1186.50;0.87;0.28 -10024;1;2789.50;9.70;1281.00;0.64;0.20 -10025;1;3095.00;11.85;530.00;0.55;0.78 -10026;1;2957.50;10.70;1217.00;-0.16;0.32 -10027;1;3054.00;10.45;1318.50;-1.40;0.20 -10028;1;3299.00;10.12;1089.00;-0.32;0.32 -10029;1;1544.00;9.70;1421.00;-0.32;0.32 -10030;1;4023.00;11.00;984.00;-0.24;0.38 -10031;1;3283.50;9.80;1115.50;-0.19;0.22 -10032;1;4938.00;12.32;1255.00;-0.78;0.28 -10033;1;4266.00;13.47;996.00;-0.32;0.26 -10034;1;4688.50;10.90;1160.00;-0.24;0.20 -10035;1;4213.00;10.00;1018.50;0.67;0.26 -10036;1;4798.50;9.90;1274.50;-0.19;0.22 -10037;1;2992.00;11.10;1148.50;-0.58;0.54 -10038;1;3239.00;10.10;1275.00;0.78;0.24 -10039;1;4509.00;10.47;1058.00;-0.98;0.30 -10040;1;4625.50;10.10;1202.00;-0.46;0.26 -10041;1;3259.50;13.40;1279.50;-0.19;0.24 -10042;1;4655.50;10.80;1083.50;0.14;0.30 -10043;1;4631.00;10.55;1235.50;0.51;0.26 -10044;1;4633.50;11.10;1139.50;-0.54;0.26 -10045;1;2816.50;13.70;1224.50;0.32;0.36 -10046;1;3075.00;10.00;1150.00;-0.24;0.26 -10047;1;1563.50;9.70;1424.00;0.12;0.32 -10048;1;426.50;11.00;984.50;-0.11;0.22 -10049;1;3148.00;10.60;1171.00;-0.32;0.26 -10050;1;4507.00;9.80;1017.00;-0.46;0.28 -10051;1;1570.00;9.70;1443.50;-0.92;0.32 -10052;1;4867.00;9.60;1212.50;0.92;0.20 -10053;1;4582.00;10.85;1294.00;-0.32;0.26 -10054;1;4634.00;11.45;1045.50;0.00;0.22 -10055;1;4899.50;10.30;1233.50;-0.19;0.20 -10056;1;3339.00;10.85;1265.50;-0.67;0.32 -10057;1;4596.00;10.40;1085.50;-0.41;0.30 -10058;1;4699.00;9.80;1124.50;0.00;0.24 -10059;1;2889.00;11.95;1232.50;-1.01;0.32 -10060;1;4132.00;10.90;981.50;0.41;0.38 -10061;1;3233.50;10.00;1153.50;-0.14;0.28 -10062;1;4586.00;9.50;1012.00;0.00;0.20 -10063;1;2748.50;9.50;1263.50;-0.32;0.16 -10064;1;4619.00;9.70;1174.00;-0.32;0.28 -10065;1;4769.50;10.15;1299.00;-0.89;0.16 -10066;1;3953.00;10.50;1149.50;-0.62;0.54 -10067;1;2987.00;10.95;1176.00;-0.78;0.30 -10068;1;4636.50;9.60;1308.00;0.12;0.22 -10069;1;4676.50;9.60;1088.50;0.78;0.24 -10070;1;2702.00;11.55;1209.50;0.00;0.32 -10071;1;3090.50;10.90;625.50;-0.36;0.74 -10072;1;4625.50;10.35;1248.00;0.12;0.24 -10073;1;3289.00;9.70;1151.00;-0.32;0.16 -10074;1;3011.00;10.50;1283.00;-1.10;0.20 -10075;1;4431.50;12.20;996.00;0.12;0.34 -10076;1;4684.00;9.50;1168.50;-0.27;0.22 -10077;1;4175.50;9.90;1028.00;-0.89;0.26 -10078;1;2901.50;13.60;1257.50;-0.14;0.30 -10079;1;4612.00;9.70;1199.50;-0.27;0.32 -10080;1;4570.00;10.00;1039.00;-0.58;0.26 -10081;1;1557.50;10.40;1462.50;-0.78;0.26 -10082;1;2946.50;9.80;1200.00;-0.10;0.34 -10083;1;4785.50;12.40;1306.50;-0.19;0.24 -10084;1;4630.50;11.25;1076.00;-0.12;0.28 -10085;1;4798.00;11.75;1238.50;-1.10;0.16 -10086;1;4666.50;10.90;1129.50;0.54;0.28 -10087;1;3372.00;9.80;1225.00;0.00;0.28 -10088;1;4146.50;9.70;977.50;-0.78;0.26 -10089;1;3364.00;10.00;1159.00;0.00;0.18 -10090;1;4259.50;13.25;1028.00;0.61;0.40 -10091;1;2968.00;9.92;1257.00;-0.64;0.28 -10092;1;4859.00;10.15;1190.50;-0.58;0.22 -10093;1;4637.00;9.50;1036.00;0.46;0.28 -10094;1;2719.00;10.45;1262.50;0.00;0.20 -10095;1;4678.00;9.70;1191.00;0.32;0.20 -10096;1;1544.50;10.05;1462.00;0.46;0.28 -10097;1;3295.00;11.60;1053.00;-0.46;0.48 -10098;1;4606.00;9.75;1213.50;0.00;0.22 -10099;1;3335.00;9.75;1112.50;0.00;0.42 -10100;1;4961.50;12.85;1239.00;0.16;0.22 -10101;1;4673.00;10.65;1150.50;-0.27;0.22 -10102;1;4647.50;11.20;1266.00;-0.24;0.22 -10103;1;4437.50;11.20;982.50;-0.19;0.28 -10104;1;3181.50;10.30;1071.50;0.03;0.76 -10105;1;4523.00;10.12;1003.00;-1.24;0.20 -10106;1;3478.00;10.37;1250.00;1.10;0.34 -10107;1;2700.00;15.70;1163.50;-0.15;0.44 -10108;1;3864.50;10.30;1062.50;-0.32;0.42 -10109;1;2779.50;10.50;1278.00;-0.64;0.24 -10110;1;4780.00;9.50;1230.50;-0.67;0.22 -10111;1;2743.00;12.37;1281.00;-0.78;0.20 -10112;1;4615.50;12.80;1065.00;-0.35;0.32 -10113;1;2715.00;11.25;1232.50;-0.58;0.16 -10114;1;4597.50;11.00;1125.50;-1.03;0.32 -10115;1;4801.50;11.80;1258.50;-1.03;0.24 -10116;1;4141.50;9.50;970.00;0.89;0.26 -10117;1;3084.50;10.00;1146.50;-0.54;0.30 -10118;1;3907.50;9.80;1008.00;-0.29;0.40 -10119;1;4639.00;9.70;1282.50;0.00;0.24 -10120;1;3191.00;10.50;1169.50;-0.38;0.20 -10121;1;4555.00;10.00;1039.50;-1.10;0.22 -10122;1;3245.50;9.50;1264.00;-1.41;0.18 -10123;1;3128.00;12.02;1180.00;0.46;0.22 -10124;1;4801.92;10.80;1079.75;2.35;0.46 -10125;1;4943.50;9.50;1229.50;-0.19;0.24 -10126;1;3307.50;12.15;1120.00;-0.35;0.36 -10127;1;3254.00;9.97;1124.00;0.00;0.38 -10128;1;4956.50;12.30;1257.50;0.19;0.24 -10129;1;4444.00;10.65;976.00;-1.24;0.20 -10130;1;4010.50;12.65;807.00;0.16;0.24 -10131;1;3722.50;10.30;1438.50;-0.68;0.48 -10132;1;4429.00;11.20;1167.50;-0.29;0.36 -10133;1;3748.50;10.80;1650.50;0.14;0.34 -10134;1;4409.50;10.70;855.50;0.14;0.26 -10135;1;4532.50;9.60;521.50;-0.19;0.24 -10136;1;3708.00;11.17;1643.00;-0.46;0.38 -10137;1;4500.00;11.60;891.50;0.67;0.22 -10138;1;4582.00;10.05;599.50;-0.27;0.22 -10139;1;3920.50;11.70;1142.00;-0.24;0.42 -10140;1;3779.00;9.80;1542.00;0.78;0.40 -10141;1;4809.17;10.80;656.70;0.00;0.24 -10142;1;3712.00;11.20;1620.00;-0.32;0.34 -10143;1;4638.50;10.50;743.00;0.16;0.22 -10144;1;4499.00;12.22;1170.00;0.00;0.30 -10145;1;4636.50;9.50;779.50;-0.60;0.34 -10146;1;3989.50;10.50;1386.00;-0.21;0.60 -10147;1;5036.50;9.70;520.00;0.86;0.38 -10148;1;3884.00;10.80;1355.00;-0.46;0.40 -10149;1;4048.00;9.70;838.50;-0.38;0.28 -10150;1;4419.50;9.90;592.50;-0.32;0.32 -10151;1;898.50;13.45;1597.00;-0.12;0.38 -10152;1;4052.00;9.70;877.50;0.27;0.26 -10153;1;4751.00;12.07;667.00;-0.58;0.28 -10154;1;4306.00;10.60;928.50;0.21;0.26 -10155;1;922.50;12.10;1671.50;-0.32;0.40 -10156;1;4364.00;9.50;753.50;-0.38;0.20 -10157;1;892.89;9.50;1707.72;-1.37;0.38 -10158;1;4344.50;9.90;797.50;-0.40;0.20 -10159;1;918.00;14.50;1556.00;-0.64;0.34 -10160;1;5382.50;10.10;311.50;2.35;0.22 -10161;1;4003.00;9.90;1492.00;-0.78;0.52 -10162;1;4505.50;11.40;844.00;0.24;0.18 -10163;1;3156.50;10.00;1334.50;-0.19;0.20 -10164;1;3777.50;9.80;1484.00;0.08;0.46 -10165;1;4690.50;10.70;895.50;-0.40;0.18 -10166;1;5176.50;10.40;571.50;-0.32;0.16 -10167;1;4694.50;10.45;921.00;-0.46;0.20 -10168;1;3775.00;10.15;1558.00;-0.24;0.34 -10169;1;4719.50;9.55;660.00;0.24;0.16 -10170;1;3800.50;10.00;1609.50;-0.50;0.46 -10171;1;4055.00;10.42;957.00;0.00;0.42 -10172;1;1207.00;15.85;1225.50;-0.21;0.50 -10173;1;3936.00;10.30;1189.50;-0.18;0.50 -10174;1;1699.50;12.50;1655.50;-0.78;0.34 -10175;1;4689.94;11.60;509.45;-0.14;0.22 -10176;1;1636.00;10.30;1822.50;0.97;0.82 -10177;1;4418.50;11.50;852.00;-0.89;0.28 -10178;1;4613.61;10.70;595.08;1.24;0.34 -10179;1;3916.00;10.50;1488.00;0.58;0.48 -10180;1;4495.50;13.95;882.00;0.16;0.18 -10181;1;4656.50;9.70;661.50;1.37;0.26 -10182;1;4287.50;9.85;931.00;0.69;0.26 -10183;1;879.50;10.70;1653.50;0.19;0.30 -10184;1;4687.50;9.50;734.50;-0.91;0.56 -10185;1;3723.50;13.10;1604.50;0.56;0.38 -10186;1;4723.00;9.50;796.00;0.00;0.28 -10187;1;3896.00;11.67;1324.00;-0.24;0.48 -10188;1;432.00;12.20;378.50;0.00;0.20 -10189;1;3817.00;10.40;1669.50;1.15;0.38 -10190;1;3980.00;9.85;843.50;-0.51;0.30 -10191;1;4638.50;9.95;508.00;0.64;0.24 -10192;1;1437.50;10.70;1438.50;-0.62;0.32 -10193;1;4342.50;10.15;888.00;-1.19;0.26 -10194;1;4386.00;9.52;609.00;-1.10;0.32 -10195;1;4462.00;10.67;918.00;0.46;0.26 -10196;1;3750.00;10.25;1533.50;-0.58;0.44 -10197;1;4744.50;10.75;659.00;0.64;0.24 -10198;1;950.00;12.45;1702.00;-0.38;0.48 -10199;1;4644.00;10.15;734.00;0.00;0.24 -10200;1;3612.00;9.95;1734.50;0.00;0.32 -10201;1;4059.00;9.65;785.50;-0.21;0.44 -10202;1;4006.00;10.20;1576.00;-1.10;0.58 -10203;1;3114.50;9.70;1314.00;1.57;0.24 -10204;1;4470.00;10.00;838.50;0.00;0.28 -10205;1;3869.50;14.30;1285.50;-0.14;0.44 -10206;1;5174.00;9.50;562.00;-0.46;0.18 -10207;1;3578.50;9.80;1907.00;-1.09;1.20 -10208;1;3992.50;11.30;875.00;0.12;0.34 -10209;1;4395.00;9.80;642.50;-0.58;0.26 -10210;1;3966.50;11.60;926.50;-1.24;0.32 -10211;1;3896.50;10.10;1552.00;-0.86;0.44 -10212;1;4619.00;10.35;735.50;-0.27;0.24 -10213;1;3772.00;10.75;1603.50;-0.51;0.38 -10214;1;4755.00;10.45;781.50;0.00;0.14 -10215;1;4882.00;9.70;1456.00;-0.58;0.30 -10216;1;3717.00;13.92;1713.00;-0.69;0.60 -10217;1;4345.50;9.70;816.50;-1.24;0.32 -10218;1;4036.50;9.90;1504.50;0.09;0.56 -10219;1;4753.01;11.00;517.23;-1.24;0.30 -10220;1;3842.00;10.45;1477.50;-0.34;0.62 -10221;1;4378.50;9.70;882.00;0.24;0.26 -10222;1;4726.22;9.70;576.40;2.03;0.42 -10223;1;4279.50;9.50;915.50;-1.24;0.20 -10224;1;3735.50;10.30;1531.50;0.78;0.44 -10225;1;4414.50;10.05;635.00;0.46;0.24 -10226;1;3681.50;9.90;1580.50;-0.09;0.34 -10227;1;4399.50;9.90;717.50;0.11;0.26 -10228;1;813.32;9.70;1778.17;-0.83;0.78 -10229;1;4072.50;10.20;772.50;0.40;0.30 -10230;1;1688.00;11.15;1642.50;-0.41;0.34 -10231;1;5136.50;12.60;493.00;-0.98;0.20 -10232;1;4487.50;9.70;819.50;-0.32;0.30 -10233;1;1484.50;11.00;1639.50;0.14;0.36 -10234;1;5216.00;9.60;560.00;4.71;0.20 -10235;1;4010.50;9.90;1533.50;0.62;0.42 -10236;1;4701.50;10.30;879.50;-0.19;0.28 -10237;1;4633.00;9.70;633.00;0.98;0.34 -10238;1;4461.00;10.80;908.50;-0.67;0.24 -10239;1;3913.50;9.90;1534.50;-0.78;0.34 -10240;1;4645.50;10.70;724.00;-0.16;0.24 -10241;1;4690.50;10.60;939.50;-0.19;0.18 -10242;1;866.00;9.50;1690.00;-0.19;0.32 -10243;1;4747.00;11.05;775.50;-0.58;0.20 -10244;1;1842.00;9.70;1643.00;0.58;0.36 -10245;1;2022.00;9.50;1953.00;-0.05;2.34 -10246;1;4035.00;9.80;821.00;0.32;0.26 -10247;1;1724.00;11.00;1672.00;-0.32;0.40 -10248;1;5161.50;9.50;492.50;0.56;0.38 -10249;1;1578.00;10.85;1671.00;0.00;0.50 -10250;1;4381.00;9.70;874.50;-0.38;0.24 -10251;1;5109.50;12.00;547.50;0.32;0.28 -10252;1;4715.00;10.45;922.00;1.57;0.20 -10253;1;3703.00;9.80;1499.50;-0.70;0.46 -10254;1;1591.50;9.50;1263.00;0.29;0.40 -10255;1;4095.50;10.05;934.00;-1.05;0.34 -10256;1;3727.00;10.15;1572.50;-0.62;0.42 -10257;1;4481.50;13.40;1197.50;0.40;0.32 -10258;1;860.50;11.20;1761.50;0.48;0.76 -10259;1;4014.00;10.70;904.00;0.78;0.24 -10260;1;5148.00;9.50;482.50;-0.92;0.20 -10261;1;4461.00;9.70;824.50;-0.58;0.20 -10262;1;3661.00;9.90;1415.00;-0.78;0.56 -10263;1;4672.00;9.80;565.00;-0.24;0.18 -10264;1;3683.00;10.25;1459.50;-0.85;0.54 -10265;1;4694.00;10.40;877.50;-0.38;0.20 -10266;1;4606.00;10.30;616.50;0.41;0.30 -10267;1;4305.00;10.05;913.00;1.10;0.22 -10268;1;3868.50;10.60;1515.00;-0.84;0.52 -10269;1;4598.50;10.50;700.50;-0.78;0.32 -10270;1;3957.50;11.70;947.50;-0.62;0.36 -10271;1;894.00;11.15;1654.00;0.27;0.40 -10272;1;4696.00;10.37;849.00;0.00;0.24 -10273;1;884.00;14.85;1759.50;-0.29;0.56 -10274;1;4010.00;10.62;817.00;0.00;0.20 -10275;1;3837.00;10.60;1456.50;0.00;0.48 -10276;1;4856.00;9.90;467.50;-1.40;0.22 -10277;1;3817.50;9.80;1475.50;-0.32;0.48 -10278;1;4051.50;9.70;853.00;-1.19;0.20 -10279;1;4461.50;9.70;548.00;-0.24;0.20 -10280;1;4679.00;9.70;899.50;0.27;0.18 -10281;1;1459.50;11.00;1453.00;0.12;0.36 -10282;1;4529.50;10.30;620.50;-0.11;0.32 -10283;1;4299.00;10.55;941.50;-0.51;0.30 -10284;1;3784.50;10.50;1577.00;-0.24;0.42 -10285;1;4581.00;10.05;703.00;-0.64;0.36 -10286;1;3684.50;9.90;1653.50;-0.42;0.32 -10287;1;4064.50;13.90;766.50;0.14;0.20 -10288;1;4886.00;10.30;456.00;-0.78;0.32 -10289;1;4431.50;10.10;827.50;0.14;0.22 -10290;1;4011.00;10.75;1473.50;-0.41;0.46 -10291;1;5307.00;10.50;484.50;0.51;0.38 -10292;1;3984.00;10.10;1492.50;0.00;0.48 -10293;1;4401.50;9.60;866.00;-0.46;0.24 -10294;1;4414.50;9.70;604.00;0.69;0.34 -10295;1;3785.50;9.70;1501.00;-0.73;0.52 -10296;1;4034.50;9.90;895.00;0.16;0.32 -10297;1;4389.00;9.55;694.00;-1.10;0.30 -10298;1;4700.50;9.80;931.00;-0.64;0.20 -10299;1;3642.50;9.80;1558.00;0.16;0.28 -10300;1;4744.50;10.10;768.50;0.54;0.22 -10301;1;3614.50;10.40;1623.50;-0.40;0.28 -10302;1;4713.50;12.30;820.00;0.12;0.40 -10303;1;1497.50;10.70;1628.50;-0.11;0.32 -10304;1;4491.50;11.90;1130.50;-0.14;0.38 -10305;1;935.50;14.30;1587.50;-0.63;0.60 -10306;1;4717.60;9.60;864.62;0.98;0.28 -10307;1;4472.00;9.55;533.00;0.46;0.20 -10308;1;3925.50;9.80;1546.50;-0.50;0.40 -10309;1;4489.00;11.75;901.00;-0.78;0.28 -10310;1;4563.00;10.20;601.00;0.24;0.26 -10311;1;4001.00;11.30;960.00;0.78;0.36 -10312;1;3802.00;9.95;1564.50;0.85;0.44 -10313;1;4429.50;9.70;675.00;0.64;0.54 -10314;1;3698.50;10.70;1649.00;0.12;0.30 -10315;1;4214.00;21.45;1260.50;0.30;0.82 -10316;1;4891.50;10.40;441.50;-0.54;0.34 -10317;1;4442.50;9.60;816.50;0.78;0.22 -10318;1;1726.00;9.90;1647.00;0.32;0.34 -10319;1;5262.50;9.50;517.00;0.98;0.40 -10320;1;1683.00;11.00;1661.50;-1.10;0.34 -10321;1;4270.66;10.20;759.68;0.33;0.48 -10322;1;4434.00;9.70;593.50;-0.38;0.24 -10323;1;3199.50;10.30;1659.00;-0.16;0.26 -10324;1;4015.50;11.20;932.50;-0.11;0.34 -10325;1;4638.00;10.45;682.00;0.32;0.26 -10326;1;4450.50;10.30;933.50;0.54;0.28 -10327;1;937.00;11.12;1686.00;-1.16;0.36 -10328;1;4777.00;9.80;764.50;0.00;0.18 -10329;1;3734.50;15.55;1622.00;0.29;0.42 -10330;1;4391.00;10.50;952.50;0.00;0.18 -10331;1;4636.50;12.65;1355.00;0.89;0.22 -10332;1;4083.50;11.60;1033.50;-0.60;0.46 -10333;1;1323.50;10.20;1543.50;-0.62;0.28 -10334;1;5535.50;9.90;216.00;-0.69;0.32 -10335;1;4515.00;10.65;1093.50;-0.85;0.36 -10336;1;5007.00;9.80;273.50;-0.48;0.98 -10337;1;1313.50;10.30;1354.50;-0.54;0.38 -10338;1;5024.00;10.40;442.00;0.00;0.28 -10339;1;1402.50;10.00;1558.50;-0.19;0.26 -10340;1;1252.50;11.00;1490.50;-0.68;0.50 -10341;1;1393.50;11.55;1604.00;0.12;0.40 -10342;1;4799.00;9.95;625.50;3.14;0.18 -10343;1;1568.00;11.22;1501.00;0.32;0.40 -10344;1;4294.50;10.10;951.00;-0.86;0.30 -10345;1;2209.50;10.70;729.00;0.52;0.52 -10346;1;4393.50;14.00;1038.00;-0.69;0.36 -10347;1;1959.00;9.70;305.00;0.00;0.48 -10348;1;3684.50;10.00;1352.50;0.11;0.44 -10349;1;4217.50;12.95;1077.00;-0.16;0.28 -10350;1;5027.00;10.45;421.50;-0.49;0.44 -10351;1;3692.00;14.47;1282.00;0.78;0.26 -10352;1;1457.00;9.50;1370.00;0.78;0.26 -10353;1;3827.00;11.60;1403.50;-0.51;0.44 -10354;1;4368.00;9.70;641.00;-1.10;0.38 -10355;1;1376.50;9.70;1418.00;-0.12;0.36 -10356;1;4383.00;11.20;935.50;-0.51;0.40 -10357;1;3749.50;12.30;1280.50;-1.14;0.50 -10358;1;4139.50;10.50;1011.00;-0.35;0.32 -10359;1;3668.50;9.80;1301.00;-0.21;0.56 -10360;1;2072.50;11.75;501.00;-0.71;0.42 -10361;1;4147.00;10.40;1065.00;0.46;0.32 -10362;1;1919.50;9.70;292.50;-0.14;0.32 -10363;1;4645.00;12.50;1399.00;-0.24;0.40 -10364;1;4577.00;10.62;1213.00;-0.46;0.28 -10365;1;5048.50;10.60;411.00;0.12;0.28 -10366;1;3862.50;10.00;1370.50;0.11;0.48 -10367;1;4541.00;12.85;1274.50;-0.27;0.36 -10368;1;4853.50;10.85;1459.00;-0.35;0.32 -10369;1;4969.00;10.90;614.00;0.58;0.34 -10370;1;1348.00;10.55;1482.00;-0.38;0.34 -10371;1;4355.50;10.30;952.00;0.29;0.40 -10372;1;4597.00;12.45;1396.50;0.00;0.36 -10373;1;5541.00;9.50;208.00;-1.10;0.24 -10374;1;1570.50;9.70;1220.50;-0.40;0.34 -10375;1;1820.50;9.80;283.50;0.11;0.46 -10376;1;4813.00;12.97;1404.00;-0.78;0.32 -10377;1;4547.50;10.00;1081.50;0.11;0.28 -10378;1;5046.50;10.40;398.50;0.54;0.26 -10379;1;4817.50;10.50;1438.00;-0.64;0.44 -10380;1;1472.00;9.55;1364.50;-0.21;0.38 -10381;1;1654.50;10.65;1615.00;0.46;0.30 -10382;1;4375.50;9.60;630.50;-1.16;0.24 -10383;1;3403.50;11.30;1200.50;-0.42;0.42 -10384;1;4397.00;10.15;928.50;-0.27;0.34 -10385;1;3633.50;10.50;1256.00;-1.05;0.28 -10386;1;4293.50;9.90;1005.50;-0.62;0.32 -10387;1;978.50;12.50;1451.50;0.11;0.36 -10388;1;5124.00;12.92;161.00;-0.46;0.38 -10389;1;4191.00;11.40;1070.00;-1.10;0.36 -10390;1;1843.50;9.80;285.50;-0.54;0.68 -10391;1;1333.50;10.10;1529.50;-0.78;0.36 -10392;1;2170.50;10.85;643.00;-0.18;0.58 -10393;1;1387.00;10.47;1556.00;-0.38;0.36 -10394;1;1507.00;10.55;1430.00;-1.24;0.28 -10395;1;3723.00;9.80;1384.50;-0.41;0.42 -10396;1;4978.00;11.70;599.50;-0.38;0.36 -10397;1;4603.50;13.25;1341.00;-0.35;0.28 -10398;1;4379.50;9.90;913.00;0.12;0.32 -10399;1;3441.00;13.15;1300.50;0.00;0.32 -10400;1;3243.50;13.90;220.50;0.22;0.70 -10401;1;4078.50;10.40;999.00;-0.69;0.34 -10402;1;1863.50;9.70;278.50;-0.50;0.48 -10403;1;3474.50;15.80;1340.50;0.14;0.26 -10404;1;4522.50;10.45;1056.00;0.10;0.22 -10405;1;2029.00;10.80;419.50;0.00;0.40 -10406;1;3664.50;10.15;1348.00;0.24;0.56 -10407;1;1488.00;9.85;1363.50;0.00;0.34 -10408;1;3949.00;16.85;1350.00;0.32;0.48 -10409;1;4838.00;11.30;597.50;1.10;0.36 -10410;1;1388.50;10.30;1406.00;-0.24;0.36 -10411;1;4376.50;9.80;900.00;-0.24;0.30 -10412;1;1565.00;10.30;1489.50;-1.01;0.24 -10413;1;4372.00;11.95;1003.00;0.46;0.36 -10414;1;3761.00;9.80;1296.50;-0.18;0.56 -10415;1;3105.00;12.55;117.50;-0.18;1.04 -10416;1;4208.50;9.70;1053.50;-0.50;0.32 -10417;1;3929.50;18.80;1274.00;-1.22;0.56 -10418;1;1821.00;9.80;264.00;-0.38;0.50 -10419;1;2189.00;9.85;615.00;0.38;0.46 -10420;1;3813.00;12.15;1363.50;-0.13;0.60 -10421;1;4570.50;12.50;1254.50;0.14;0.32 -10422;1;940.00;14.30;1540.50;0.00;0.38 -10423;1;5015.50;11.50;589.50;0.11;0.50 -10424;1;4549.50;13.40;1336.50;-0.40;0.46 -10425;1;4413.50;10.00;898.50;0.14;0.32 -10426;1;4669.50;11.10;1377.50;-0.62;0.26 -10427;1;5102.00;10.95;145.50;-0.27;0.44 -10428;1;4117.50;10.60;993.00;-1.15;0.40 -10429;1;4667.00;11.65;1404.00;-0.78;0.42 -10430;1;5145.00;12.00;234.50;0.51;0.36 -10431;1;4498.50;10.95;1049.00;-0.12;0.36 -10432;1;2101.00;12.15;492.50;0.18;0.40 -10433;1;4775.50;10.50;1422.00;-1.07;0.30 -10434;1;4598.50;9.70;1185.00;0.24;0.26 -10435;1;3718.50;9.70;1368.00;-0.35;0.40 -10436;1;4946.00;15.80;585.50;0.41;0.42 -10437;1;1520.00;9.70;1399.00;0.00;0.38 -10438;1;4410.00;10.00;886.50;-0.38;0.24 -10439;1;1548.00;10.72;1481.00;-0.98;0.18 -10440;1;1678.00;9.50;1219.00;1.97;0.52 -10441;1;1528.50;10.40;1514.00;-0.46;0.30 -10442;1;3112.50;11.90;155.50;-0.15;0.84 -10443;1;4199.50;9.70;1054.00;0.12;0.28 -10444;1;5009.50;9.70;1372.50;-0.14;0.32 -10445;1;5155.00;12.02;226.00;0.00;0.34 -10446;1;4586.00;10.60;1175.50;0.00;0.30 -10447;1;1998.50;9.50;360.50;0.06;0.72 -10448;1;1459.00;10.00;1522.00;-0.98;0.28 -10449;1;1384.50;10.40;1384.00;-0.29;0.38 -10450;1;4697.50;10.45;594.00;-0.98;0.28 -10451;1;4536.50;13.20;1316.50;0.78;0.40 -10452;1;3841.00;10.65;1435.00;0.46;0.52 -10453;1;4462.00;9.80;869.50;0.00;0.22 -10454;1;3550.00;14.57;1297.00;-0.14;0.34 -10455;1;5080.50;10.00;127.00;-0.12;0.38 -10456;1;4383.50;12.00;965.50;-0.78;0.22 -10457;1;1397.00;10.55;1526.50;-0.41;0.34 -10458;1;5155.50;10.30;213.50;-0.14;0.36 -10459;1;4464.50;11.70;1034.00;-0.12;0.34 -10460;1;5100.50;10.40;326.50;-0.14;0.42 -10461;1;1432.50;10.30;1551.50;0.14;0.26 -10462;1;4591.50;9.75;1163.00;-0.64;0.26 -10463;1;4839.00;10.62;1439.00;-0.58;0.30 -10464;1;4678.50;10.75;592.00;-0.16;0.26 -10465;1;1526.00;9.80;1408.50;-0.92;0.30 -10466;1;4917.50;10.25;1465.00;0.46;0.32 -10467;1;4422.00;9.85;871.00;-1.24;0.24 -10468;1;1534.00;11.47;1472.00;-0.98;0.26 -10469;1;4092.50;11.80;963.00;0.16;0.32 -10470;1;3790.50;9.90;1326.00;0.35;0.48 -10471;1;4114.50;12.60;1034.00;-0.10;0.34 -10472;1;3475.50;14.75;1328.00;-0.69;0.24 -10473;1;4713.50;10.80;232.00;-0.60;0.72 -10474;1;4545.00;12.15;1174.00;0.58;0.36 -10475;1;5124.00;9.80;302.50;0.00;0.40 -10476;1;3791.00;13.85;1224.00;-0.32;0.54 -10477;1;1371.00;10.47;1452.00;0.24;0.40 -10478;1;1383.50;10.00;1571.50;-0.56;0.38 -10479;1;4563.50;12.00;524.50;1.03;0.24 -10480;1;4587.00;12.90;1312.50;0.21;0.34 -10481;1;1690.00;10.60;1624.00;-0.19;0.32 -10482;1;1588.50;9.80;992.50;-0.26;0.52 -10483;1;965.00;12.35;1440.50;-0.41;0.28 -10484;1;1718.50;9.80;1173.50;0.54;0.36 -10485;1;3714.50;9.80;1349.50;0.66;0.54 -10486;1;4288.00;10.35;1035.00;-0.24;0.44 -10487;1;5114.00;10.27;302.00;0.67;0.38 -10488;1;3915.50;12.30;1332.50;0.14;0.48 -10489;1;1547.00;9.60;1313.00;0.24;0.34 -10490;1;4371.00;15.20;1248.00;-0.46;0.60 -10491;1;4544.00;12.20;527.00;-0.98;0.20 -10492;1;1494.00;10.40;1402.00;-0.19;0.30 -10493;1;3204.50;10.50;1668.50;-0.54;0.28 -10494;1;1601.00;9.55;944.50;-0.27;0.36 -10495;1;1532.50;10.50;1457.00;0.55;0.32 -10496;1;4400.50;10.25;957.00;0.12;0.28 -10497;1;3453.00;14.45;1286.50;-0.27;0.32 -10498;1;1536.50;9.70;1230.50;-0.78;0.36 -10499;1;4639.00;12.80;1383.50;0.00;0.38 -10500;1;5130.50;10.80;206.00;-0.86;0.34 -10501;1;4600.50;10.40;1102.00;-0.12;0.26 -10502;1;1898.50;9.70;320.00;-0.64;0.56 -10503;1;4815.00;12.15;1415.50;0.38;0.32 -10504;1;1308.50;10.35;1371.00;0.46;0.40 -10505;1;4999.50;9.60;514.50;-0.40;0.28 -10506;1;3903.50;10.65;1400.00;-0.46;0.48 -10507;1;4555.00;15.90;1309.00;0.00;0.32 -10508;1;3869.50;10.55;1426.00;0.34;0.58 -10509;1;4321.50;12.60;719.50;-0.14;0.32 -10510;1;3691.00;12.95;1292.00;-0.46;0.46 -10511;1;4042.00;10.45;956.50;-0.38;0.34 -10512;1;5022.50;10.20;1375.00;-0.55;0.34 -10513;1;2074.50;11.80;486.50;-0.91;0.34 -10514;1;4254.50;11.60;1045.50;0.14;0.36 -10515;1;1880.00;9.70;308.50;0.44;0.66 -10516;1;1347.50;11.40;1544.00;-0.16;0.28 -10517;1;4554.00;10.30;1113.00;0.58;0.32 -10518;1;4895.50;10.40;423.00;-0.46;0.32 -10519;1;4856.00;10.85;1434.50;-0.51;0.36 -10520;1;1437.00;9.70;1372.50;-0.34;0.30 -10521;1;4898.50;10.65;1465.00;-0.29;0.36 -10522;1;4349.50;9.65;674.00;-1.05;0.38 -10523;1;3563.50;14.40;1247.00;0.12;0.34 -10524;1;2248.00;9.50;817.00;-1.22;0.60 -10525;1;3223.00;12.32;274.00;-0.62;0.96 -10526;1;1373.50;10.50;1624.50;-0.78;0.38 -10527;1;1048.00;10.90;2023.00;-0.21;0.92 -10528;1;4461.50;12.60;1542.50;-0.96;0.56 -10529;1;3988.50;10.40;1700.00;-0.98;0.70 -10530;1;3928.50;15.50;1345.50;-0.32;0.48 -10531;1;4133.50;13.40;1527.50;-0.60;0.76 -10532;1;1244.00;11.45;1524.00;-0.58;0.50 -10533;1;4061.00;10.20;1728.50;-0.23;0.76 -10534;1;1843.50;9.90;1752.50;-0.15;0.80 -10535;1;1117.50;15.20;1547.50;0.11;0.40 -10536;1;3989.50;9.80;1858.00;-0.24;1.14 -10537;1;4071.00;9.82;1588.00;0.19;0.56 -10538;1;3172.00;12.70;377.50;0.43;0.96 -10539;1;4212.50;16.50;1474.50;-0.86;0.52 -10540;1;5305.50;9.75;1811.00;0.29;3.16 -10541;1;4696.50;11.50;1568.50;-0.85;0.54 -10542;1;3823.00;9.80;1645.50;-0.70;0.36 -10543;1;4390.00;15.20;1554.00;-0.58;0.66 -10544;1;4260.50;10.50;1701.00;-0.75;0.68 -10545;1;4161.00;14.10;1354.00;0.00;0.46 -10546;1;4064.50;9.80;1569.50;-1.07;0.50 -10547;1;4017.00;10.65;1391.50;0.00;0.56 -10548;1;804.50;9.50;1814.50;-0.83;1.16 -10549;1;4365.00;12.82;1603.00;0.78;0.52 -10550;1;4037.50;10.55;1429.00;-0.10;0.50 -10551;1;3716.50;12.70;1802.00;-1.26;0.78 -10552;1;1100.00;12.70;1728.50;-0.39;0.66 -10553;1;5068.50;11.70;85.50;-0.50;0.42 -10554;1;4470.50;14.25;1498.00;-0.05;0.74 -10555;1;4067.50;10.40;1638.50;-0.26;0.48 -10556;1;1013.00;16.00;1599.00;0.55;0.64 -10557;1;4598.00;10.40;1765.50;0.33;1.18 -10558;1;4432.00;12.10;1358.50;0.43;0.64 -10559;1;4674.50;11.40;1566.50;-0.07;0.68 -10560;1;4299.00;14.70;1395.50;-0.38;0.60 -10561;1;4098.50;9.80;1801.00;0.69;0.72 -10562;1;4340.50;13.60;1586.50;-0.09;0.52 -10563;1;4268.50;15.00;1455.00;-0.52;0.62 -10564;1;4054.00;9.70;1927.50;0.18;1.74 -10565;1;4645.50;12.30;1611.50;0.68;0.64 -10566;1;3296.50;10.80;239.50;0.21;0.54 -10567;1;4718.00;11.35;1495.50;0.00;0.62 -10568;1;3932.50;9.80;1610.50;0.50;0.52 -10569;1;1272.50;10.70;1602.00;0.52;0.56 -10570;1;4332.00;10.90;1655.50;-0.38;0.58 -10571;1;4982.00;9.72;1550.00;-0.32;0.52 -10572;1;4934.50;10.70;1698.50;-0.43;1.32 -10573;1;1093.00;15.55;1470.00;0.16;0.48 -10574;1;4628.00;12.80;1569.00;-1.10;0.68 -10575;1;4546.00;12.95;1420.50;-0.27;0.66 -10576;1;4178.00;10.30;1732.50;0.18;0.62 -10577;1;4938.50;9.90;1591.00;0.05;0.88 -10578;1;4568.00;12.55;1466.00;-1.32;0.42 -10579;1;3654.00;9.80;1820.00;0.00;0.74 -10580;1;4203.50;12.55;1608.00;0.08;0.54 -10581;1;5084.50;12.35;93.00;-0.08;0.36 -10582;1;529.00;9.50;785.50;-0.59;0.42 -10583;1;4599.50;12.60;1666.50;-0.19;0.64 -10584;1;4054.50;10.30;1505.00;-0.24;0.44 -10585;1;1237.00;11.00;1904.50;-0.05;1.48 -10586;1;1418.00;10.45;1479.50;-0.87;0.26 -10587;1;1160.50;12.30;1641.50;-0.96;0.38 -10588;1;1160.00;16.97;1517.00;-0.19;0.40 -10589;1;4758.00;10.30;1800.00;-0.18;1.12 -10590;1;4883.50;11.50;1601.50;-0.07;0.58 -10591;1;1016.00;16.70;1520.50;0.30;0.58 -10592;1;3900.00;9.80;1799.50;-0.74;0.60 -10593;1;1092.00;12.90;1700.50;0.49;0.54 -10594;1;3261.50;13.10;468.50;-0.63;0.80 -10595;1;1293.50;10.40;1599.50;0.43;0.48 -10596;1;4463.50;11.80;1630.00;-0.51;0.74 -10597;1;4319.00;14.45;1519.50;-0.49;0.54 -10598;1;4934.00;11.45;1646.50;-0.81;0.82 -10599;1;1415.50;10.80;1665.50;-0.09;0.54 -10600;1;3915.50;9.80;1661.00;-0.60;0.62 -10601;1;3878.00;10.25;1342.50;-0.51;0.36 -10602;1;1031.00;17.30;1622.00;0.35;0.58 -10603;1;3936.50;10.30;1385.50;-1.18;0.56 -10604;1;3832.50;9.70;1711.00;-0.83;0.66 -10605;1;1357.50;10.50;1846.00;-0.19;1.56 -10606;1;1250.50;11.20;1545.50;-0.78;0.34 -10607;1;4237.50;10.60;1855.00;0.62;1.52 -10608;1;4782.00;10.80;1645.00;-0.61;0.88 -10609;1;5578.50;11.50;151.50;0.14;0.30 -10610;1;4124.00;10.62;1457.00;0.54;0.46 -10611;1;1161.50;13.30;1747.00;0.75;0.74 -10612;1;4626.00;13.02;1492.00;-0.54;0.60 -10613;1;4180.00;10.35;1667.00;0.11;0.74 -10614;1;4197.00;13.10;1351.50;0.26;0.66 -10615;1;1417.00;10.12;1453.00;-0.78;0.30 -10616;1;4472.00;12.55;1075.50;0.27;0.40 -10617;1;4102.50;10.30;1695.00;0.18;0.70 -10618;1;1306.00;10.40;1663.00;0.19;0.44 -10619;1;4040.50;10.70;1408.50;0.42;0.52 -10620;1;3858.00;10.22;1790.00;-0.89;0.66 -10621;1;1549.00;10.80;1733.00;0.00;0.66 -10622;1;5096.50;9.55;83.00;0.46;0.28 -10623;1;4383.00;14.40;1479.00;-0.32;0.68 -10624;1;1116.00;12.90;1695.50;0.43;0.60 -10625;1;961.50;13.70;1585.50;-0.66;0.48 -10626;1;3978.50;9.80;1645.00;-0.57;0.56 -10627;1;4291.00;14.40;1540.00;-0.24;0.46 -10628;1;4453.00;11.20;1736.50;0.75;1.06 -10629;1;4478.50;14.30;1343.00;-0.30;0.50 -10630;1;3998.50;10.55;1548.00;0.71;0.42 -10631;1;4401.00;10.40;1755.50;-0.23;1.12 -10632;1;4472.00;13.25;1396.00;-0.35;0.70 -10633;1;3944.00;10.00;1561.50;-0.62;0.52 -10634;1;4302.50;13.90;1419.50;-0.22;0.54 -10635;1;4158.50;9.80;1814.50;0.39;1.02 -10636;1;2217.50;9.85;2003.00;0.09;1.36 -10637;1;5079.50;9.70;74.50;-0.11;0.36 -10638;1;4680.00;12.65;1465.50;-0.36;0.84 -10639;1;4234.50;10.90;1633.50;0.32;0.50 -10640;1;1149.00;16.30;1570.50;0.00;0.64 -10641;1;4806.00;11.20;1773.50;-0.26;1.04 -10642;1;1159.00;17.57;1470.00;-0.78;0.44 -10643;1;4629.00;12.00;1593.00;0.58;0.58 -10644;1;908.00;12.92;1803.00;0.12;0.76 -10645;1;1116.50;15.60;1464.50;-0.06;0.60 -10646;1;4262.00;12.80;1556.00;-0.78;0.64 -10647;1;4577.50;12.90;1445.00;0.55;0.60 -10648;1;3748.00;10.30;1733.50;-0.21;0.50 -10649;1;4223.50;12.30;1586.50;-0.06;0.54 -10650;1;5510.50;10.40;108.50;-0.42;0.44 -10651;1;1037.50;14.10;1534.50;0.09;0.52 -10652;1;4118.50;10.50;1609.00;-0.29;0.42 -10653;1;4040.00;10.20;1487.50;0.27;0.36 -10654;1;4544.50;12.30;1670.50;0.78;0.46 -10655;1;4820.50;10.70;1508.50;-0.32;0.44 -10656;1;1202.50;10.60;1801.50;0.19;0.78 -10657;1;1487.00;10.40;1468.50;0.00;0.30 -10658;1;4531.00;11.92;1562.00;-0.78;0.70 -10659;1;3945.00;10.15;1697.50;-0.99;0.52 -10660;1;3914.00;17.10;1350.50;-0.15;0.60 -10661;1;4376.00;14.50;1584.50;-0.62;0.72 -10662;1;1054.50;18.30;1514.00;-0.60;0.58 -10663;1;4071.50;9.70;1778.50;-0.36;0.72 -10664;1;4383.50;11.40;1613.50;-0.07;0.60 -10665;1;5057.00;9.70;37.00;1.57;0.50 -10666;1;1313.50;10.40;1579.00;0.10;0.44 -10667;1;4826.00;11.17;1643.00;-0.78;0.86 -10668;1;3184.00;13.30;200.50;0.39;1.08 -10669;1;4268.00;13.17;1495.00;-1.05;0.44 -10670;1;3890.50;9.75;1654.00;-0.84;0.52 -10671;1;3842.50;11.20;1305.50;-1.24;0.32 -10672;1;1062.50;15.40;1615.50;0.42;0.58 -10673;1;4168.00;9.80;1704.50;-0.33;0.74 -10674;1;4159.50;10.95;1395.00;-0.64;0.56 -10675;1;4763.50;11.10;1535.50;-0.44;0.72 -10676;1;1299.50;10.50;1548.50;-0.26;0.56 -10677;1;3740.50;14.70;1835.50;-0.44;0.92 -10678;1;4771.50;10.20;1588.00;-0.75;0.72 -10679;1;412.00;13.40;1982.50;-0.33;0.88 -10680;1;4052.50;11.40;1447.00;-0.84;0.50 -10681;1;4663.50;12.00;1622.00;-0.05;0.70 -10682;1;5102.50;10.90;128.50;0.68;0.40 -10683;1;4560.00;12.00;1513.00;-0.78;0.62 -10684;1;1069.50;12.20;1765.00;0.68;0.72 -10685;1;1285.50;10.40;1659.50;-0.14;0.44 -10686;1;4155.00;9.80;1676.50;-0.13;0.58 -10687;1;960.50;10.20;1658.50;-1.06;0.26 -10688;1;4477.00;10.30;1757.00;0.05;0.96 -10689;1;4400.50;12.60;1370.50;0.15;0.76 -10690;1;939.50;11.50;1657.50;0.50;0.38 -10691;1;4160.00;12.40;1415.50;0.18;0.58 -10692;1;3925.00;9.70;1755.50;-1.50;0.50 -10693;1;969.50;11.90;1703.50;-0.11;0.36 -10694;1;264.67;9.70;1848.54;-1.13;1.10 -10695;1;4295.50;15.80;1440.00;0.73;0.50 -10696;1;3960.00;9.90;1622.50;-0.29;0.52 -10697;1;3178.00;13.70;143.50;0.38;0.86 -10698;1;4833.50;11.20;1481.50;0.11;0.48 -10699;1;4420.00;11.40;1690.00;-0.40;0.82 -10700;1;1630.50;10.20;1678.50;-0.36;0.56 -10701;1;4841.00;10.90;1769.50;-0.69;1.32 -10702;1;1256.00;10.80;1455.50;-0.27;0.34 -10703;1;835.50;12.75;2000.00;-0.52;1.70 -10704;1;4421.00;13.90;1424.00;-0.78;0.52 -10705;1;4200.50;9.80;1742.00;0.60;0.70 -10706;1;1169.50;12.80;1685.50;0.66;0.56 -10707;1;639.00;9.70;1947.00;0.70;0.64 -10708;1;4585.00;12.07;1482.00;-0.16;0.52 -10709;1;1227.50;12.50;1690.50;-0.50;0.54 -10710;1;5582.00;10.70;166.50;-0.51;0.34 -10711;1;1133.50;14.55;1595.00;-0.46;0.46 -10712;1;4208.00;10.70;1626.00;-0.19;0.50 -10713;1;4165.50;16.00;1504.00;0.24;0.80 -10714;1;4725.50;12.65;1699.00;-0.51;0.70 -10715;1;1758.00;10.75;1744.50;0.39;1.02 -10716;1;3743.50;9.95;1712.00;0.08;0.46 -10717;1;1336.00;10.10;1515.00;0.00;0.28 -10718;1;733.00;9.50;861.50;-0.70;0.66 -10719;1;1307.50;10.30;1644.00;-0.35;0.50 -10720;1;3786.50;9.70;1726.50;0.09;0.72 -10721;1;1314.50;9.80;1986.50;-0.28;1.72 -10722;1;4855.00;10.30;1472.50;0.18;0.50 -10723;1;3707.50;9.90;1867.00;-1.00;0.92 -10724;1;4463.00;12.95;1298.50;0.49;0.50 -10725;1;2737.50;10.30;943.50;-0.28;1.36 -10726;1;4390.50;13.90;1090.00;0.16;0.46 -10727;1;1441.00;10.40;1494.50;-0.87;0.30 -10728;1;1471.00;10.50;1073.50;0.13;0.64 -10729;1;3997.50;11.30;1148.50;0.62;0.40 -10730;1;1254.50;9.70;1141.50;-0.50;0.56 -10731;1;2782.50;10.90;1141.50;0.19;0.90 -10732;1;1282.50;12.40;1186.50;-0.78;0.54 -10733;1;4478.50;15.25;1220.00;-0.16;0.30 -10734;1;3391.00;14.95;755.50;0.00;0.86 -10735;1;3873.00;9.92;1104.00;-0.98;0.48 -10736;1;1801.00;10.10;974.50;0.44;0.68 -10737;1;3887.50;18.75;1227.00;0.71;0.50 -10738;1;1217.00;15.52;1261.00;0.78;0.64 -10739;1;3222.00;11.00;861.00;-0.29;0.72 -10740;1;1158.50;12.85;1384.00;-1.15;0.42 -10741;1;4274.00;20.57;1137.00;0.00;0.72 -10742;1;3797.00;10.40;1278.50;-0.18;0.56 -10743;1;3331.50;10.65;875.00;-0.27;0.52 -10744;1;3479.50;10.40;1158.50;-0.56;0.74 -10745;1;3313.00;10.55;981.00;-0.35;0.60 -10746;1;1207.50;13.10;1311.50;-1.46;0.48 -10747;1;1651.50;14.20;937.50;0.25;0.66 -10748;1;3460.00;12.07;1023.00;0.40;0.54 -10749;1;2937.50;12.30;1022.50;0.20;1.92 -10750;1;4332.50;14.40;1259.00;-1.13;0.48 -10751;1;4109.00;10.30;1069.00;-0.46;0.32 -10752;1;3485.50;10.20;861.50;-0.15;0.62 -10753;1;1422.50;10.40;1439.50;-0.14;0.32 -10754;1;3126.00;10.05;1094.00;0.70;0.94 -10755;1;4193.50;21.70;1184.50;0.19;0.98 -10756;1;4017.00;10.52;893.00;0.00;0.32 -10757;1;4534.00;11.20;1146.50;0.00;0.34 -10758;1;2945.00;10.60;866.50;0.48;0.80 -10759;1;3701.50;12.85;1180.00;-0.10;0.52 -10760;1;3706.50;11.85;1018.00;-0.73;0.52 -10761;1;3422.00;10.05;647.50;-0.70;0.64 -10762;1;2698.50;10.10;735.00;0.12;0.80 -10763;1;4454.00;13.85;1092.50;-0.18;0.40 -10764;1;3233.00;11.85;743.00;0.41;0.98 -10765;1;1084.00;10.70;1347.00;0.00;0.56 -10766;1;3225.50;11.65;603.00;0.14;0.82 -10767;1;1844.00;9.67;1010.00;-0.19;0.48 -10768;1;3622.00;15.50;1244.50;0.00;0.46 -10769;1;1255.50;10.50;1280.50;0.05;0.60 -10770;1;4386.00;12.90;1322.00;0.89;0.60 -10771;1;2660.50;10.15;909.00;-1.22;0.72 -10772;1;3968.00;9.90;1144.00;-0.46;0.54 -10773;1;1290.50;15.35;1147.00;0.12;0.46 -10774;1;3554.00;9.70;1177.00;0.51;0.52 -10775;1;3439.00;12.50;744.50;-0.65;0.72 -10776;1;4386.50;12.10;1001.50;0.19;0.50 -10777;1;3481.50;13.35;812.00;-0.46;0.58 -10778;1;1304.50;10.40;1402.00;-1.15;0.34 -10779;1;2653.00;10.20;1035.50;0.47;1.04 -10780;1;2996.00;10.95;870.00;-0.24;0.84 -10781;1;3891.00;13.00;1244.50;-0.41;0.44 -10782;1;3780.00;12.70;1092.50;0.58;0.74 -10783;1;1036.50;10.20;1403.50;-1.00;0.56 -10784;1;3353.00;10.90;890.00;0.24;0.60 -10785;1;3139.50;9.80;1124.00;-0.64;0.56 -10786;1;3485.50;12.85;964.00;0.27;0.80 -10787;1;4398.00;18.80;1189.50;0.43;0.56 -10788;1;2777.00;10.20;924.50;0.29;0.60 -10789;1;3858.00;14.00;1189.00;0.87;0.64 -10790;1;1623.00;14.35;929.50;-0.38;0.48 -10791;1;3584.00;10.05;1044.00;-0.12;0.56 -10792;1;1731.00;9.95;901.50;0.87;0.90 -10793;1;3505.50;10.10;1214.50;-0.26;0.46 -10794;1;4022.00;10.00;1106.50;-0.70;0.44 -10795;1;3302.50;10.90;850.00;-0.08;0.46 -10796;1;4308.50;18.50;1268.50;-0.07;0.58 -10797;1;3609.00;10.20;1117.00;0.00;0.66 -10798;1;1274.50;10.60;1460.00;0.35;0.42 -10799;1;3997.50;10.85;897.00;0.55;0.40 -10800;1;1189.00;12.65;1303.50;-0.55;0.52 -10801;1;4062.00;10.52;1021.00;0.46;0.46 -10802;1;4066.50;22.30;1191.00;0.40;0.86 -10803;1;2736.00;9.60;736.00;-0.64;0.52 -10804;1;3459.00;10.70;1252.50;-0.21;0.46 -10805;1;2968.50;10.40;868.50;-0.39;0.68 -10806;1;3745.50;15.50;1218.50;-0.36;0.46 -10807;1;4021.00;10.75;1077.00;-0.98;0.44 -10808;1;4020.50;10.50;841.50;-0.78;0.28 -10809;1;1131.50;13.20;1371.50;0.54;0.68 -10810;1;4276.00;14.25;1112.00;0.00;0.44 -10811;1;3479.00;10.32;1262.00;-0.64;0.38 -10812;1;2677.00;10.30;881.50;-0.33;0.68 -10813;1;3880.00;10.45;1119.50;0.27;0.42 -10814;1;2612.00;12.07;941.00;0.18;0.88 -10815;1;3432.00;11.70;1152.50;-0.38;0.72 -10816;1;4003.50;10.60;1031.50;-0.07;0.32 -10817;1;4362.00;20.55;1200.50;-0.41;0.46 -10818;1;3574.50;9.70;764.00;-0.05;0.68 -10819;1;4436.00;16.42;1087.00;-0.19;0.42 -10820;1;2969.00;15.10;793.50;0.58;0.74 -10821;1;4000.50;20.30;1241.50;0.25;0.76 -10822;1;4505.00;11.25;1114.50;0.18;0.30 -10823;1;1817.00;9.80;1005.50;-0.49;0.68 -10824;1;1438.50;12.90;1451.00;-0.46;0.26 -10825;1;4084.00;17.35;1130.50;-0.85;0.64 -10826;1;3910.50;17.90;1234.50;-0.22;0.52 -10827;1;3255.00;11.30;826.00;-0.10;0.76 -10828;1;3672.00;14.60;1169.50;-0.43;0.56 -10829;1;2656.50;10.85;850.00;-0.51;0.68 -10830;1;1151.50;14.00;1323.50;0.26;0.56 -10831;1;2935.50;9.70;732.00;-0.33;0.68 -10832;1;1250.00;12.10;1160.50;0.83;0.44 -10833;1;3509.00;13.50;806.00;-0.46;0.44 -10834;1;4279.50;17.15;1264.00;-0.08;0.70 -10835;1;3408.00;11.90;1062.00;-0.92;0.46 -10836;1;2784.50;10.30;833.50;-0.44;0.94 -10837;1;3606.00;12.40;1238.00;-0.32;0.38 -10838;1;2687.50;11.15;1040.00;-0.02;1.12 -10839;1;4224.50;12.25;1387.00;-0.10;0.38 -10840;1;3487.00;12.07;890.00;-0.54;0.52 -10841;1;4407.50;15.00;1135.50;-0.06;0.38 -10842;1;1379.00;16.65;1109.50;-0.18;0.50 -10843;1;3942.50;9.90;1129.50;-0.32;0.50 -10844;1;3308.00;10.42;1011.00;-0.95;0.50 -10845;1;3360.00;11.30;473.50;0.30;0.78 -10846;1;1603.00;12.30;879.50;0.00;0.70 -10847;1;3913.00;10.90;1069.50;-0.33;0.42 -10848;1;1055.50;9.50;1350.50;-1.06;0.56 -10849;1;1817.00;11.45;940.00;-0.66;0.82 -10850;1;3538.50;10.40;1099.50;-0.06;0.58 -10851;1;3295.00;11.40;828.50;-0.41;0.60 -10852;1;3861.50;17.80;1239.50;-0.09;0.50 -10853;1;1186.50;16.50;1264.00;0.46;0.52 -10854;1;4475.50;13.80;1297.00;-0.39;0.38 -10855;1;1723.50;10.60;1020.00;-0.60;0.56 -10856;1;4327.50;20.20;1166.00;-0.30;0.72 -10857;1;3192.00;12.10;789.50;-0.10;0.86 -10858;1;3211.50;11.60;567.00;0.26;0.74 -10859;1;3343.50;11.00;736.50;0.63;1.02 -10860;1;3360.50;14.50;625.50;0.39;0.62 -10861;1;1297.00;10.40;1387.50;0.49;0.40 -10862;1;2798.50;9.70;741.00;0.46;0.54 -10863;1;4338.00;12.70;1044.00;-0.40;0.48 -10864;1;1622.50;9.90;1000.50;-0.56;0.56 -10865;1;4240.50;21.00;1261.00;0.22;0.90 -10866;1;3904.50;9.70;1089.50;-0.07;0.52 -10867;1;1188.50;13.10;1433.00;-0.08;0.40 -10868;1;2808.50;10.40;954.00;0.02;1.52 -10869;1;3213.00;9.90;1104.00;-0.32;0.60 -10870;1;3522.50;11.80;956.00;0.34;0.70 -10871;1;1154.00;16.95;1278.50;0.18;0.58 -10872;1;4004.00;10.55;992.00;0.00;0.48 -10873;1;3680.00;13.12;1195.00;-0.14;0.58 -10874;1;2009.50;9.70;822.50;-0.47;1.24 -10875;1;2569.00;9.80;1005.00;-0.39;1.24 -10876;1;3493.00;10.00;1175.50;-0.51;0.50 -10877;1;3298.00;11.15;770.00;0.19;0.92 -10878;1;4146.50;10.80;1076.50;-0.19;0.28 -10879;1;1829.00;10.70;973.00;0.00;0.80 -10880;1;4494.00;14.05;1270.00;-0.24;0.40 -10881;1;3658.00;12.35;1118.50;0.38;0.64 -10882;1;3442.50;12.20;1243.50;-0.14;0.34 -10883;1;3131.50;10.75;686.00;-0.46;0.42 -10884;1;2983.50;11.00;1114.00;0.13;1.12 -10885;1;4126.50;12.60;1301.50;0.04;0.92 -10886;1;1388.00;9.70;1095.00;-0.24;0.40 -10887;1;3961.00;10.75;1178.50;-0.72;0.38 -10888;1;1597.00;11.30;836.00;-0.91;0.78 -10889;1;1319.00;9.80;1151.50;0.18;0.52 -10890;1;3718.00;12.05;1200.50;0.72;0.46 -10891;1;3585.00;10.75;798.50;0.15;0.58 -10892;1;3463.00;12.07;1051.00;-0.35;0.72 -10893;1;3077.50;10.50;951.00;0.09;1.36 -10894;1;1182.00;13.50;1372.50;-0.18;0.60 -10895;1;1159.50;9.60;1238.00;0.73;0.56 -10896;1;3813.00;16.50;1223.00;-0.46;0.40 -10897;1;4028.00;11.65;868.50;0.70;0.34 -10898;1;3918.50;10.55;1122.00;0.24;0.44 -10899;1;4406.00;13.20;1334.00;0.00;0.68 -10900;1;3248.00;10.85;902.00;0.28;1.02 -10901;1;3428.50;11.90;1130.00;1.08;0.52 -10902;1;3343.50;13.20;985.00;-0.07;0.68 -10903;1;4387.00;19.55;1181.50;0.58;0.60 -10904;1;3675.00;10.30;1058.00;-0.78;0.38 -10905;1;3976.50;17.30;1201.00;-0.27;0.62 -10906;1;1945.50;9.80;937.00;-0.05;0.68 -10907;1;3218.50;11.10;1018.50;-0.04;1.06 -10908;1;3272.00;11.22;764.00;0.61;0.92 -10909;1;1482.00;11.47;1453.00;-0.58;0.30 -10910;1;4127.50;16.25;1112.00;0.89;0.56 -10911;1;4128.50;22.35;1259.00;0.37;0.98 -10912;1;1807.50;10.40;1024.50;-0.60;0.60 -10913;1;3694.00;15.95;1134.00;-0.67;0.58 -10914;1;1118.50;14.60;1415.50;-0.07;0.62 -10915;1;2637.50;11.80;878.00;-0.91;0.96 -10916;1;1152.50;17.10;1303.50;-0.26;0.44 -10917;1;2951.50;10.70;905.50;-0.65;1.28 -10918;1;4230.00;22.00;1174.50;0.15;0.64 -10919;1;2841.50;9.70;759.00;0.05;0.32 -10920;1;4316.00;12.55;1035.00;-0.78;0.36 -10921;1;3558.00;12.65;818.50;0.00;0.34 -10922;1;3605.00;15.30;1225.00;0.78;0.46 -10923;1;3507.00;11.20;1078.00;-0.24;0.70 -10924;1;1819.00;10.60;581.00;0.89;0.46 -10925;1;4970.00;12.50;137.00;-0.24;0.44 -10926;1;2153.00;10.85;691.50;-0.62;0.62 -10927;1;2462.00;9.50;97.00;-1.53;0.62 -10928;1;3496.50;9.75;686.00;-1.13;0.64 -10929;1;3295.50;13.80;353.50;0.36;0.66 -10930;1;3286.50;14.10;442.50;-0.60;0.92 -10931;1;2122.00;11.75;582.00;0.54;0.66 -10932;1;3324.00;13.17;578.00;0.19;0.94 -10933;1;2243.00;9.90;774.50;-0.70;0.42 -10934;1;1893.50;10.30;828.00;1.12;0.78 -10935;1;1777.50;10.60;246.50;-0.95;0.70 -10936;1;5028.50;10.60;312.50;-0.05;0.76 -10937;1;4805.00;10.25;377.50;-1.14;0.76 -10938;1;1798.50;15.20;571.50;0.42;0.58 -10939;1;2250.50;9.70;722.00;0.89;0.36 -10940;1;1720.00;10.55;646.50;0.75;0.76 -10941;1;5047.50;9.90;226.50;-0.04;0.72 -10942;1;1581.00;13.42;789.00;-0.60;0.92 -10943;1;1887.00;9.70;356.00;0.19;0.52 -10944;1;1818.00;10.30;490.00;-0.16;0.62 -10945;1;2037.00;11.10;548.00;0.78;0.60 -10946;1;2203.00;9.50;667.50;0.00;0.56 -10947;1;2057.50;11.00;483.50;-0.26;0.40 -10948;1;3002.50;11.30;656.50;0.05;0.96 -10949;1;4717.50;10.70;198.50;0.72;0.76 -10950;1;4689.50;10.50;296.00;-0.64;0.62 -10951;1;3154.00;11.20;649.00;-0.38;1.04 -10952;1;1744.00;20.10;562.50;0.48;0.80 -10953;1;1765.00;9.95;137.50;-0.70;0.90 -10954;1;5050.00;13.20;543.00;0.19;0.44 -10955;1;4972.00;9.70;277.00;-0.33;1.22 -10956;1;2000.50;10.60;729.50;-0.16;1.24 -10957;1;3072.50;13.20;305.50;0.37;1.06 -10958;1;4773.50;9.80;357.00;-0.52;0.66 -10959;1;1958.50;10.45;549.00;-0.54;0.92 -10960;1;1752.50;9.80;710.50;0.06;1.16 -10961;1;1692.00;10.70;117.50;-0.96;0.44 -10962;1;3385.50;15.00;648.50;-0.19;0.80 -10963;1;3070.00;13.60;228.00;0.00;0.66 -10964;1;1742.00;11.55;341.50;0.23;0.56 -10965;1;1808.50;11.10;459.00;-0.04;0.84 -10966;1;3049.50;14.10;439.00;-0.53;1.04 -10967;1;2237.50;11.10;731.50;-0.78;0.30 -10968;1;3010.00;10.15;559.50;-0.65;0.58 -10969;1;4768.00;10.20;190.50;0.00;0.68 -10970;1;1621.00;11.30;758.50;-0.65;0.90 -10971;1;4655.50;10.10;299.50;1.04;0.62 -10972;1;3365.50;12.05;436.00;-0.43;0.98 -10973;1;1886.00;10.40;508.50;0.26;0.60 -10974;1;5107.50;13.50;520.50;-0.19;0.28 -10975;1;1820.50;9.80;354.50;-0.05;0.68 -10976;1;3442.00;9.70;619.50;0.49;0.54 -10977;1;5062.00;9.80;199.50;-0.65;0.46 -10978;1;3038.50;11.60;294.00;0.38;1.02 -10979;1;4903.50;10.30;342.50;-0.04;0.90 -10980;1;2131.50;9.50;499.50;-0.54;0.28 -10981;1;1801.00;9.50;195.50;0.99;0.54 -10982;1;1825.00;9.85;643.50;0.00;1.02 -10983;1;4686.50;10.30;184.50;0.32;0.50 -10984;1;2138.50;10.40;729.50;0.44;0.92 -10985;1;1820.00;9.90;326.00;0.32;0.58 -10986;1;1845.50;10.40;445.00;0.24;0.84 -10987;1;1786.00;18.60;528.00;0.78;0.54 -10988;1;3315.00;12.75;510.00;-0.24;0.94 -10989;1;2237.50;10.90;757.00;0.12;0.44 -10990;1;4997.00;15.75;581.00;0.00;0.42 -10991;1;5012.50;9.80;190.50;-0.05;0.68 -10992;1;1730.50;15.00;302.50;0.17;0.66 -10993;1;3542.00;12.65;296.00;-0.27;0.90 -10994;1;2016.50;10.50;517.50;0.78;0.46 -10995;1;2241.50;9.50;31.00;1.08;0.54 -10996;1;1774.00;10.00;622.00;0.35;0.80 -10997;1;4723.00;10.45;169.00;-0.38;0.66 -10998;1;2240.00;9.70;709.00;0.78;0.40 -10999;1;2177.00;9.70;547.00;0.58;0.42 -11000;1;1709.50;11.20;424.50;-0.28;0.46 -11001;1;1771.00;20.55;470.00;-0.67;0.58 -11002;1;2182.50;9.80;586.00;-0.34;0.52 -11003;1;2022.50;10.80;500.00;-0.71;0.38 -11004;1;5011.50;13.10;562.00;-0.24;0.44 -11005;1;1757.50;11.00;166.50;-0.09;0.56 -11006;1;5079.50;10.40;249.00;-0.46;0.58 -11007;1;1944.50;10.25;418.00;-0.57;0.80 -11008;1;2042.50;11.10;480.50;0.42;0.48 -11009;1;1767.00;9.50;31.50;0.96;0.70 -11010;1;1872.00;10.85;641.50;0.33;1.10 -11011;1;4718.00;9.95;148.00;0.32;0.60 -11012;1;3050.00;11.00;722.00;-1.16;1.18 -11013;1;4860.50;10.85;273.00;-0.33;1.14 -11014;1;3457.50;9.70;670.50;0.04;0.52 -11015;1;3516.00;10.75;333.00;-0.24;0.80 -11016;1;4782.50;9.75;413.00;-1.27;0.62 -11017;1;3339.00;12.42;602.00;-0.46;0.88 -11018;1;5040.00;16.45;563.50;0.43;0.46 -11019;1;5052.50;9.80;154.50;-1.24;0.58 -11020;1;1573.00;15.35;817.50;-0.58;0.56 -11021;1;1749.00;12.37;275.00;-0.78;0.54 -11022;1;1780.00;10.20;370.50;-0.55;0.72 -11023;1;1921.00;10.00;478.00;-0.08;0.78 -11024;1;3262.50;10.50;1830.50;0.14;0.32 -11025;1;3559.00;9.80;1732.50;0.00;0.28 -11026;1;3057.00;12.30;1871.50;0.00;0.40 -11027;1;3486.00;9.80;1680.50;-0.27;0.24 -11028;1;2970.00;11.72;1763.00;-0.46;0.30 -11029;1;2952.50;10.00;1721.50;-0.14;0.28 -11030;1;3256.00;10.65;1907.50;0.18;0.38 -11031;1;3314.50;11.30;1935.00;-0.24;0.22 -11032;1;3273.50;10.40;1711.50;-0.40;0.24 -11033;1;3198.00;10.50;1788.00;0.58;0.28 -11034;1;3272.00;10.25;2001.00;-0.78;0.28 -11035;1;3489.50;10.10;1711.00;-0.24;0.16 -11036;1;3387.00;10.40;1760.50;-0.67;0.22 -11037;1;2938.00;13.17;1756.00;-0.58;0.28 -11038;1;3381.00;10.00;1819.50;0.00;0.28 -11039;1;3398.50;9.90;1675.00;0.12;0.22 -11040;1;3074.50;9.70;1778.50;1.03;0.26 -11041;1;3219.50;10.30;1863.50;-0.54;0.26 -11042;1;3500.50;9.90;1795.00;-0.29;0.48 -11043;1;3231.50;9.80;1780.50;0.19;0.22 -11044;1;3035.00;10.05;1727.50;-0.27;0.26 -11045;1;3326.00;10.10;1858.50;0.41;0.34 -11046;1;3297.00;10.47;1783.00;0.00;0.26 -11047;1;3654.00;9.60;2024.50;-0.27;0.88 -11048;1;3331.50;9.80;1701.00;-0.24;0.26 -11049;1;3018.00;13.00;1807.00;0.32;0.30 -11050;1;3112.50;9.90;1969.00;-0.07;0.48 -11051;1;3556.00;9.80;1718.50;0.00;0.28 -11052;1;3027.00;11.42;1821.00;-0.78;0.30 -11053;1;3035.50;11.90;1773.50;0.40;0.26 -11054;1;3301.00;10.65;1832.00;0.46;0.36 -11055;1;2748.00;12.57;1675.00;0.46;0.24 -11056;1;3236.00;10.20;1760.50;-0.67;0.20 -11057;1;3221.50;10.35;1709.00;-0.24;0.18 -11058;1;3059.00;13.72;1898.00;-0.78;0.30 -11059;1;3324.50;10.25;1741.00;0.64;0.24 -11060;1;3129.00;11.35;1933.00;0.00;0.44 -11061;1;3498.00;9.90;1779.50;-0.51;0.34 -11062;1;3362.00;10.70;1738.50;0.00;0.26 -11063;1;3251.50;9.85;1999.00;-0.46;0.36 -11064;1;2743.50;9.50;1715.00;2.49;0.60 -11065;1;3157.50;10.20;1806.50;0.40;0.28 -11066;1;3181.50;9.80;1752.50;0.19;0.28 -11067;1;3116.50;10.20;1832.00;-0.35;0.32 -11068;1;3292.00;10.30;1727.50;-0.92;0.20 -11069;1;3064.50;11.20;1851.00;-0.46;0.36 -11070;1;2992.50;10.30;1699.00;-0.46;0.26 -11071;1;3400.00;10.65;1769.50;-1.10;0.28 -11072;1;3281.00;9.85;1697.50;-0.38;0.20 -11073;1;3156.50;10.00;1893.50;0.11;0.36 -11074;1;3465.00;9.90;1758.50;-0.41;0.34 -11075;1;3499.50;9.80;1696.50;-0.54;0.22 -11076;1;3249.50;9.50;1800.00;0.35;0.28 -11077;1;3174.50;11.30;1981.00;-0.10;0.30 -11078;1;2979.50;10.10;1738.50;0.19;0.24 -11079;1;3251.00;9.95;1830.50;0.51;0.28 -11080;1;3268.00;10.40;1722.00;-0.78;0.20 -11081;1;3208.00;9.70;1866.00;-0.32;0.26 -11082;1;3074.50;9.70;1708.00;0.24;0.32 -11083;1;3372.00;9.80;1719.00;0.00;0.24 -11084;1;3361.00;10.50;1689.50;0.00;0.24 -11085;1;3272.00;10.90;1909.00;-0.58;0.36 -11086;1;3465.00;9.90;1738.00;0.32;0.26 -11087;1;3591.00;9.80;1703.50;-0.51;0.28 -11088;1;3362.50;10.40;1909.00;0.71;0.36 -11089;1;3482.50;10.30;1805.50;-0.56;0.56 -11090;1;3077.00;9.75;1970.50;-1.10;0.32 -11091;1;3072.00;9.87;1745.00;0.00;0.24 -11092;1;3334.50;10.40;1795.50;-0.54;0.22 -11093;1;3354.00;10.50;1710.50;-0.67;0.26 -11094;1;3355.50;9.55;1808.00;0.12;0.32 -11095;1;3445.00;9.90;1721.00;-0.32;0.24 -11096;1;3301.00;10.00;1846.50;-0.27;0.30 -11097;1;3258.00;9.80;1686.50;0.51;0.24 -11098;1;3753.50;9.90;1875.00;-0.60;0.66 -11099;1;3434.00;10.30;1685.50;0.51;0.26 -11100;1;2927.00;11.10;1797.50;0.51;0.30 -11101;1;2913.00;13.25;1722.50;-1.01;0.22 -11102;1;3087.00;11.27;1897.00;0.32;0.32 -11103;1;3395.50;10.50;1752.50;0.19;0.30 -11104;1;3209.50;10.40;1979.50;-0.14;0.48 -11105;1;3192.50;9.50;1738.50;-0.54;0.24 -11106;1;1843.00;9.67;1062.00;0.00;0.14 -11107;1;3427.00;10.40;1709.00;-0.32;0.22 -11108;1;3112.50;10.60;740.50;0.14;0.88 -11109;1;3291.00;10.30;1690.00;0.00;0.22 -11110;1;3527.50;10.00;1743.00;-0.71;0.32 -11111;1;3671.50;10.40;1733.50;-0.78;0.34 -11112;1;3075.00;11.90;1891.50;-0.38;0.32 -11113;1;2977.00;12.50;1777.50;-0.21;0.26 -11114;1;1505.50;9.50;863.00;-1.05;0.24 -11115;1;3179.50;10.60;1922.50;0.06;0.52 -11116;1;3005.50;13.40;1799.50;-0.54;0.30 -11117;1;3329.00;9.90;1938.50;0.00;0.34 -11118;1;2987.00;13.05;1805.00;0.00;0.24 -11119;1;3737.00;9.90;1905.50;-0.33;1.10 -11120;1;3065.50;11.20;1835.00;-0.16;0.38 -11121;1;3193.00;10.37;1845.00;-0.58;0.32 -11122;1;4495.00;10.12;2009.00;-0.29;1.20 -11123;1;3043.00;11.25;1792.00;-1.32;0.22 -11124;1;3626.00;10.47;1712.00;0.24;0.34 -11125;1;3184.00;10.00;1880.50;0.00;0.36 -11126;1;3143.00;10.20;1785.50;0.21;0.32 -11127;1;3216.00;10.35;1717.00;0.32;0.24 -11128;1;3291.00;10.50;1925.50;-0.27;0.34 -11129;1;3066.00;10.50;1814.50;0.58;0.38 -11130;1;3157.00;11.40;1947.50;0.74;0.64 -11131;1;3373.50;10.40;1702.00;-0.16;0.26 -11132;1;3195.00;10.40;1822.00;0.00;0.34 -11133;1;3594.50;9.90;1729.50;-0.62;0.30 -11134;1;3479.00;10.40;1662.50;-0.27;0.16 -11135;1;2960.00;12.47;1761.00;-0.32;0.30 -11136;1;2759.00;10.90;1677.50;0.92;0.26 -11137;1;3395.00;9.80;1797.50;-0.67;0.34 -11138;1;3216.50;10.10;1768.50;0.32;0.22 -11139;1;3280.50;10.30;1706.50;-0.19;0.22 -11140;1;3439.00;10.00;1914.50;0.18;0.48 -11141;1;3235.50;10.40;1798.00;-0.12;0.26 -11142;1;3272.00;10.00;1961.50;0.00;0.46 -11143;1;3452.00;10.45;1707.00;0.00;0.20 -11144;1;3196.50;10.50;1807.50;-0.54;0.32 -11145;1;3359.00;11.85;688.00;0.15;0.88 -11146;1;3303.00;10.70;1817.00;0.00;0.34 -11147;1;3069.00;9.80;1766.50;0.38;0.26 -11148;1;3049.50;10.10;1829.50;-0.40;0.24 -11149;1;3551.00;10.17;1681.00;-0.58;0.28 -11150;1;3320.50;10.00;1754.50;0.78;0.22 -11151;1;2984.50;9.70;1714.00;-0.16;0.24 -11152;1;3071.50;12.35;1882.00;0.46;0.30 -11153;1;3323.50;10.20;1749.00;-0.46;0.26 -11154;1;3354.00;9.90;1685.50;0.38;0.22 -11155;1;3125.00;11.55;1903.50;-0.70;0.36 -11156;1;3300.00;10.02;1795.00;-0.78;0.26 -11157;1;3037.50;9.50;1946.00;-0.73;0.84 -11158;1;3525.00;9.80;1709.50;0.38;0.24 -11159;1;3344.00;10.45;1769.00;0.58;0.28 -11160;1;3026.50;9.70;1645.00;-0.16;0.18 -11161;1;2717.50;11.40;1667.50;-0.19;0.22 -11162;1;3260.00;10.30;1757.00;-0.78;0.26 -11163;1;3074.00;9.50;1726.00;0.00;0.28 -11164;1;3196.50;9.60;1874.50;-0.78;0.30 -11165;1;3362.50;10.50;1727.50;0.19;0.22 -11166;1;3419.00;10.40;1687.00;0.32;0.22 -11167;1;3226.00;10.70;1920.00;-0.46;0.34 -11168;1;3389.00;10.55;1736.00;0.00;0.24 -11169;1;3188.00;11.05;1954.50;-0.38;0.32 -11170;1;3637.50;10.10;1740.00;0.12;0.38 -11171;1;3446.50;9.70;1814.00;-0.86;0.44 -11172;1;3171.50;9.80;1750.50;0.14;0.22 -11173;1;3005.00;12.25;1833.00;-0.32;0.28 -11174;1;3321.00;10.30;1722.00;0.00;0.26 -11175;1;3334.50;10.40;1823.50;1.16;0.30 -11176;1;2940.00;9.67;1699.00;0.46;0.22 -11177;1;3437.00;9.80;1731.00;-0.32;0.26 -11178;1;3393.00;10.35;1779.50;-0.38;0.26 -11179;1;3578.50;10.50;1744.50;-0.78;0.34 -11180;1;3502.00;9.80;1686.50;-0.27;0.24 -11181;1;3282.00;10.62;1892.00;-1.37;0.28 -11182;1;3702.00;9.80;1894.00;0.78;0.90 -11183;1;3315.50;9.90;1961.50;-0.09;0.42 -11184;1;2978.00;9.75;1726.50;-0.38;0.16 -11185;1;3087.00;10.62;1821.00;0.32;0.28 -11186;1;3255.00;10.20;1722.00;-0.32;0.22 -11187;1;1520.00;9.50;921.00;-1.02;0.32 -11188;1;3070.00;9.80;1715.50;0.87;0.24 -11189;1;3409.00;10.40;1717.50;-0.67;0.24 -11190;1;3104.50;11.55;1874.00;0.16;0.28 -11191;1;3309.50;10.30;1688.00;-1.29;0.24 -11192;1;3514.50;9.80;1730.50;-0.40;0.26 -11193;1;3605.50;10.00;1721.00;-0.46;0.28 -11194;1;3030.50;14.10;766.00;0.76;0.92 -11195;1;3674.50;10.10;1753.50;-1.20;0.42 -11196;1;3416.50;10.00;1928.00;0.46;0.46 -11197;1;3046.00;10.40;1735.00;-0.24;0.30 -11198;1;2918.00;13.60;1731.50;0.38;0.24 -11199;1;3222.00;10.40;1818.00;-0.46;0.20 -11200;1;3557.50;10.40;1799.00;-0.41;0.70 -11201;1;3137.00;9.70;1842.50;0.92;0.24 -11202;1;3249.00;9.95;1684.00;0.32;0.24 -11203;1;3614.50;10.45;1762.00;-0.24;0.52 -11204;1;3222.50;10.70;1907.50;0.32;0.48 -11205;1;3412.00;9.80;1671.50;-0.27;0.18 -11206;1;2968.00;13.10;1791.50;-0.87;0.26 -11207;1;2746.50;12.40;1685.50;0.14;0.24 -11208;1;3145.00;10.85;1908.50;-0.34;0.48 -11209;1;3051.50;10.55;1781.00;0.69;0.26 -11210;1;1608.50;15.10;899.50;-1.06;0.24 -11211;1;3169.27;9.70;1734.94;-0.32;0.20 -11212;1;3342.50;9.50;1817.00;-0.89;0.26 -11213;1;3417.00;10.50;1711.50;0.00;0.18 -11214;1;3382.00;10.10;1574.50;0.00;0.18 -11215;1;3048.00;9.50;1648.50;0.00;0.18 -11216;1;3230.50;10.20;1589.00;-0.46;0.24 -11217;1;3428.00;10.40;1627.00;0.58;0.20 -11218;1;2744.00;10.40;1635.50;0.67;0.28 -11219;1;2990.50;9.70;1580.50;-0.78;0.20 -11220;1;3284.50;10.00;1611.50;0.40;0.30 -11221;1;2791.50;10.10;1568.50;0.19;0.20 -11222;1;3222.00;10.40;1660.00;0.58;0.22 -11223;1;3722.00;12.72;1637.00;-0.78;0.44 -11224;1;3320.50;10.60;1663.00;-0.24;0.20 -11225;1;3586.00;9.80;1578.50;0.38;0.24 -11226;1;3207.50;9.80;1634.50;-0.78;0.28 -11227;1;3446.50;10.40;1580.00;-0.64;0.22 -11228;1;3698.50;10.75;1683.00;-0.46;0.32 -11229;1;3306.00;10.20;1559.50;0.38;0.24 -11230;1;3306.50;9.80;1588.50;0.78;0.18 -11231;1;3016.50;9.80;1658.50;-0.40;0.24 -11232;1;3074.00;9.80;1575.50;0.00;0.26 -11233;1;2924.50;10.20;1562.50;0.14;0.20 -11234;1;3286.50;10.50;1649.50;-0.14;0.22 -11235;1;3353.50;10.00;1603.50;-0.19;0.20 -11236;1;3393.00;10.57;1656.00;0.46;0.26 -11237;1;2679.50;9.50;1574.00;0.24;0.28 -11238;1;2667.50;10.10;1608.50;-0.54;0.24 -11239;1;3474.00;10.30;1662.00;0.58;0.20 -11240;1;3519.00;10.00;1578.50;0.00;0.20 -11241;1;3276.50;9.90;1621.50;-0.95;0.28 -11242;1;3378.00;10.00;1585.00;0.32;0.22 -11243;1;3560.00;11.30;1629.50;0.00;0.18 -11244;1;3371.50;10.00;1554.00;-0.64;0.20 -11245;1;3124.00;9.80;1599.50;-0.67;0.24 -11246;1;3153.50;10.10;1654.50;-0.19;0.20 -11247;1;3174.00;9.90;1572.00;0.78;0.20 -11248;1;3424.00;9.90;1603.00;-0.78;0.20 -11249;1;3685.00;14.85;1157.50;-1.15;0.62 -11250;1;3364.00;10.60;1652.00;-0.78;0.20 -11251;1;2955.00;9.50;1624.00;1.10;0.30 -11252;1;3469.00;9.85;1654.00;0.00;0.20 -11253;1;2802.00;9.90;1571.50;0.00;0.26 -11254;1;3345.50;10.00;1620.50;0.19;0.26 -11255;1;3548.00;10.10;1670.00;-0.32;0.24 -11256;1;3612.00;9.80;1586.50;-0.27;0.26 -11257;1;2678.50;9.90;1619.00;0.89;0.28 -11258;1;3442.50;9.80;1587.50;-0.78;0.18 -11259;1;3255.00;9.80;1645.50;0.00;0.24 -11260;1;3068.50;9.80;1585.50;-0.14;0.32 -11261;1;4338.50;9.70;1998.00;0.46;1.40 -11262;1;3493.00;10.00;1601.50;0.00;0.26 -11263;1;3555.00;10.00;1666.50;-0.67;0.24 -11264;1;2924.50;9.80;1573.50;0.19;0.18 -11265;1;3124.50;9.50;1623.00;3.60;0.40 -11266;1;2703.59;10.00;1665.72;0.46;0.34 -11267;1;2670.00;10.00;1576.00;0.00;0.22 -11268;1;3414.00;10.20;1613.00;0.00;0.18 -11269;1;3512.00;10.95;1583.50;0.00;0.20 -11270;1;2771.50;10.75;1624.00;0.24;0.18 -11271;1;3284.50;9.80;1595.00;-0.24;0.18 -11272;1;3302.50;10.00;1636.00;-0.24;0.20 -11273;1;3573.00;9.75;1605.50;0.00;0.28 -11274;1;3151.00;10.40;1574.50;0.27;0.28 -11275;1;3504.50;9.90;1644.00;-0.46;0.26 -11276;1;2990.00;9.70;1588.00;0.32;0.24 -11277;1;3493.50;9.90;1622.50;-0.54;0.24 -11278;1;3094.00;9.70;1733.50;0.38;0.28 -11279;1;2778.50;10.15;1581.00;0.64;0.26 -11280;1;3035.00;9.82;1656.00;0.00;0.24 -11281;1;3602.50;10.40;1600.00;-0.16;0.24 -11282;1;3378.50;10.20;1639.50;0.19;0.22 -11283;1;3381.50;10.00;1557.50;0.19;0.20 -11284;1;3352.00;9.95;1593.00;0.00;0.20 -11285;1;3230.00;9.80;1563.00;0.00;0.26 -11286;1;3576.00;10.30;1658.00;-0.46;0.18 -11287;1;2665.50;9.80;1600.50;-0.32;0.16 -11288;1;3076.00;9.80;1595.00;1.24;0.28 -11289;1;3045.00;10.62;1686.00;-0.78;0.22 -11290;1;3292.00;10.00;1613.00;-0.32;0.22 -11291;1;3190.00;10.00;1689.50;-0.27;0.24 -11292;1;3559.50;10.65;1621.00;-0.24;0.22 -11293;1;2696.00;11.60;1597.00;0.32;0.24 -11294;1;3429.50;10.00;1594.50;-0.19;0.20 -11295;1;3453.00;9.80;1633.50;0.38;0.20 -11296;1;3450.50;9.80;1559.00;0.24;0.22 -11297;1;2792.00;9.50;1607.00;0.58;0.24 -11298;1;3301.00;10.40;1569.00;0.24;0.22 -11299;1;2762.00;10.40;1641.50;-0.67;0.26 -11300;1;3360.50;10.10;1611.00;-0.64;0.20 -11301;1;3162.00;10.40;1577.00;-0.32;0.24 -11302;1;3218.00;10.50;1669.00;0.32;0.26 -11303;1;2681.00;9.85;1611.50;-0.87;0.26 -11304;1;3271.00;9.80;1670.50;-0.38;0.22 -11305;1;2980.00;9.70;1593.50;0.00;0.24 -11306;1;2739.00;12.65;1671.00;1.10;0.24 -11307;1;3729.00;14.22;1694.00;0.19;0.36 -11308;1;3514.50;10.00;1558.50;-0.78;0.18 -11309;1;3494.00;11.20;1590.50;0.00;0.24 -11310;1;3371.50;10.35;1563.00;0.16;0.22 -11311;1;3040.50;10.70;1675.00;-0.16;0.26 -11312;1;3166.00;10.25;1609.00;0.00;0.22 -11313;1;3241.00;9.80;1568.00;0.32;0.26 -11314;1;3432.50;10.40;1609.00;0.46;0.20 -11315;1;3346.00;10.65;1665.50;0.00;0.24 -11316;1;3075.50;9.80;1603.50;-0.78;0.22 -11317;1;2782.50;9.80;1618.00;-0.24;0.26 -11318;1;2912.50;9.70;1580.50;0.19;0.24 -11319;1;3570.50;9.75;1595.00;0.24;0.24 -11320;1;3613.50;9.90;1657.00;-0.12;0.28 -11321;1;3579.50;9.80;1554.50;-0.78;0.22 -11322;1;3258.50;9.90;1599.50;-0.14;0.22 -11323;1;3438.50;9.90;1563.00;-0.64;0.20 -11324;1;3503.00;10.00;1609.00;0.46;0.16 -11325;1;3308.50;10.40;1570.00;-0.16;0.20 -11326;1;3352.50;10.60;1646.00;-0.46;0.24 -11327;1;3036.50;9.50;1648.00;0.24;0.20 -11328;1;4315.00;11.07;1881.00;0.50;1.24 -11329;1;3153.00;10.40;1584.00;-0.46;0.24 -11330;1;3414.00;10.45;1623.50;0.00;0.20 -11331;1;2971.50;9.70;1598.50;-0.32;0.16 -11332;1;2742.50;10.50;1626.50;4.51;0.24 -11333;1;2791.00;10.27;1556.00;-1.24;0.12 -11334;1;2649.50;9.70;1585.50;-0.78;0.24 -11335;1;3507.50;10.00;1564.50;-0.19;0.22 -11336;1;3319.00;9.90;1597.50;0.38;0.26 -11337;1;3381.00;10.05;1566.00;0.00;0.20 -11338;1;3432.50;9.80;1654.50;-0.19;0.20 -11339;1;3567.50;9.80;1613.50;-0.62;0.26 -11340;1;3496.00;10.37;1661.00;0.00;0.26 -11341;1;3217.00;9.80;1576.00;-0.78;0.18 -11342;1;3212.50;10.40;1624.50;-0.54;0.28 -11343;1;3081.00;10.10;1612.00;-0.46;0.16 -11344;1;3483.50;9.80;1623.50;-0.19;0.22 -11345;1;2766.00;10.10;1587.50;0.38;0.22 -11346;1;2917.00;9.90;1557.50;0.00;0.18 -11347;1;3384.50;10.00;1599.00;-0.16;0.22 -11348;1;3590.00;9.77;1570.00;-0.32;0.26 -11349;1;3342.00;10.70;1648.00;0.00;0.18 -11350;1;1874.50;9.50;1079.50;4.39;0.14 -11351;1;3449.00;9.80;1567.50;0.00;0.20 -11352;1;3663.50;9.85;1690.00;-0.10;0.36 -11353;1;3292.50;10.00;1623.00;0.16;0.20 -11354;1;3573.00;10.40;1669.00;-0.98;0.28 -11355;1;3288.50;9.80;1571.00;-0.16;0.20 -11356;1;3549.00;10.07;1630.00;-0.32;0.24 -11357;1;3160.00;10.40;1590.00;-1.10;0.22 -11358;1;3216.00;10.25;1638.00;0.24;0.36 -11359;1;2988.00;9.70;1571.00;0.00;0.20 -11360;1;2920.00;9.70;1583.50;0.00;0.20 -11361;1;2721.00;9.75;1565.50;-0.38;0.22 -11362;1;3415.50;11.00;1640.00;0.16;0.22 -11363;1;3460.00;9.85;1594.50;-0.38;0.18 -11364;1;3517.50;9.90;1566.00;-0.16;0.24 -11365;1;3598.00;9.80;1666.50;0.00;0.26 -11366;1;2946.50;9.60;1613.50;0.62;0.24 -11367;1;2915.00;9.65;1691.50;-0.58;0.20 -11368;1;3372.50;10.05;1573.00;-0.46;0.20 -11369;1;3353.00;10.10;1612.00;0.00;0.22 -11370;1;3235.00;10.10;1597.50;-0.38;0.24 -11371;1;2665.50;10.40;1616.00;0.64;0.24 -11372;1;3066.00;9.85;1605.00;-0.32;0.28 -11373;1;3525.50;10.45;1596.00;-0.89;0.22 -11374;1;2802.00;9.95;1561.50;-0.38;0.28 -11375;1;3490.00;9.90;1639.00;0.00;0.20 -11376;1;3018.50;9.55;1633.00;0.16;0.18 -11377;1;3598.50;9.80;1579.50;0.40;0.26 -11378;1;2755.00;12.20;1648.50;-0.38;0.22 -11379;1;3420.50;10.50;1610.50;-0.78;0.20 -11380;1;3062.00;9.75;1697.00;0.00;0.24 -11381;1;3441.50;10.10;1572.50;-0.19;0.18 -11382;1;2778.50;10.30;1598.00;-0.16;0.20 -11383;1;3305.50;9.80;1579.50;-0.78;0.20 -11384;1;3346.00;10.65;1631.50;-0.67;0.20 -11385;1;3141.50;9.90;1572.50;-0.19;0.22 -11386;1;3149.00;10.30;1594.00;-0.98;0.22 -11387;1;3564.00;9.80;1644.00;0.32;0.24 -11388;1;2930.00;10.17;1561.00;-0.78;0.18 -11389;1;3621.00;10.47;1615.00;-0.32;0.26 -11390;1;3061.00;9.72;1684.00;0.00;0.24 -11391;1;3214.00;10.45;1613.50;-0.27;0.32 -11392;1;3257.50;9.70;1672.00;-0.86;0.28 -11393;1;3509.50;10.00;1573.00;-0.64;0.24 -11394;1;3492.50;10.00;1612.50;0.40;0.24 -11395;1;3522.00;10.95;1519.50;-0.38;0.24 -11396;1;3406.00;9.90;1540.50;-0.92;0.18 -11397;1;3360.00;9.80;1510.00;0.24;0.30 -11398;1;3114.00;14.60;1509.50;-0.38;0.18 -11399;1;3164.00;10.00;1531.50;0.00;0.28 -11400;1;3479.00;9.80;1458.00;-0.46;0.20 -11401;1;3040.00;11.27;1534.00;0.00;0.24 -11402;1;2969.00;12.07;1554.00;0.32;0.20 -11403;1;3442.00;9.70;1459.50;-0.58;0.18 -11404;1;2990.50;13.75;1520.00;0.24;0.22 -11405;1;3356.50;9.75;1467.00;0.12;0.20 -11406;1;2727.00;10.10;1543.50;-0.67;0.24 -11407;1;2889.00;11.50;1519.50;-1.40;0.18 -11408;1;3474.50;9.80;1540.50;-0.19;0.22 -11409;1;3275.50;10.05;1481.00;-0.64;0.26 -11410;1;4077.50;10.00;1545.00;-0.24;0.62 -11411;1;3188.50;10.65;1495.00;-0.24;0.24 -11412;1;3426.50;10.35;1517.00;-0.16;0.18 -11413;1;3124.00;13.15;1513.50;0.00;0.22 -11414;1;3055.00;12.35;1531.00;0.46;0.18 -11415;1;3030.50;10.20;1553.50;0.19;0.20 -11416;1;3491.00;9.80;1458.00;-0.46;0.20 -11417;1;2960.50;10.25;1516.00;0.12;0.20 -11418;1;3435.00;9.70;1465.50;-0.67;0.26 -11419;1;2881.50;9.70;1541.50;0.32;0.18 -11420;1;2835.50;9.90;1513.00;0.16;0.28 -11421;1;3537.50;11.20;1546.50;-1.03;0.26 -11422;1;3346.00;9.70;1469.50;0.00;0.24 -11423;1;3495.50;10.00;1515.50;-0.78;0.20 -11424;1;3280.00;10.10;1491.50;-0.67;0.22 -11425;1;3319.00;9.80;1527.50;0.27;0.20 -11426;1;3203.50;9.70;1718.00;-0.46;0.24 -11427;1;3200.00;9.65;1497.50;0.00;0.26 -11428;1;3109.00;9.90;1541.50;0.51;0.26 -11429;1;3539.50;9.70;1463.50;-0.78;0.24 -11430;1;3124.00;10.85;1525.50;0.27;0.20 -11431;1;2942.50;10.85;1548.00;0.89;0.18 -11432;1;3022.50;10.75;1531.00;0.24;0.22 -11433;1;3623.50;10.00;1547.50;-1.16;0.18 -11434;1;3427.00;9.60;1468.50;0.00;0.28 -11435;1;2907.50;10.70;1514.00;0.46;0.18 -11436;1;3449.00;9.80;1550.00;-0.46;0.18 -11437;1;3347.50;9.80;1478.00;-0.24;0.24 -11438;1;3289.50;9.90;1494.50;-0.14;0.24 -11439;1;3390.50;9.80;1522.00;-0.64;0.22 -11440;1;1120.50;11.30;1759.50;0.78;0.60 -11441;1;3179.50;9.90;1537.00;-0.16;0.24 -11442;1;3629.50;9.60;1482.00;-0.46;0.32 -11443;1;3225.00;9.80;1716.00;-0.46;0.20 -11444;1;3013.00;9.70;1574.50;-0.38;0.20 -11445;1;2957.50;10.50;1529.00;0.24;0.20 -11446;1;2794.00;9.50;1545.50;-0.58;0.12 -11447;1;3494.00;9.80;1474.00;-0.46;0.20 -11448;1;4387.00;19.00;1217.50;-0.15;0.48 -11449;1;3506.50;10.05;1551.00;-0.24;0.18 -11450;1;3436.00;9.70;1475.00;0.78;0.26 -11451;1;3466.50;9.95;1517.00;0.24;0.18 -11452;1;3362.00;10.40;1487.00;-0.46;0.20 -11453;1;3264.50;9.80;1545.50;-0.78;0.24 -11454;1;3297.00;10.40;1502.50;0.27;0.26 -11455;1;3622.00;9.60;1466.50;0.27;0.32 -11456;1;2896.00;9.70;1552.00;0.78;0.24 -11457;1;3543.00;9.60;1472.50;-0.27;0.28 -11458;1;3573.50;10.20;1548.50;-0.78;0.20 -11459;1;3437.50;9.90;1481.00;-0.24;0.22 -11460;1;3526.00;11.30;1528.50;-0.67;0.22 -11461;1;3373.50;9.80;1489.50;0.19;0.20 -11462;1;3337.00;9.80;1527.00;-0.32;0.22 -11463;1;2814.00;9.80;1472.50;0.00;0.22 -11464;1;3249.50;10.20;1510.00;-0.69;0.22 -11465;1;2773.00;9.50;1464.00;-0.98;0.18 -11466;1;3168.00;9.90;1553.00;-0.78;0.20 -11467;1;3092.00;10.67;1526.00;-0.78;0.22 -11468;1;2975.00;11.45;1554.50;-0.67;0.20 -11469;1;3618.50;9.60;1478.50;0.14;0.30 -11470;1;2912.00;10.90;1516.00;0.32;0.22 -11471;1;2772.00;9.95;1557.50;0.38;0.22 -11472;1;3550.00;9.60;1486.00;-0.46;0.30 -11473;1;3597.50;9.60;1518.00;-0.29;0.30 -11474;1;3503.50;9.80;1486.50;-0.19;0.22 -11475;1;3420.00;10.50;1527.00;0.00;0.16 -11476;1;3441.50;9.80;1490.00;-0.46;0.24 -11477;1;3249.00;10.05;1536.50;0.00;0.22 -11478;1;3047.50;9.80;1568.00;0.24;0.16 -11479;1;3181.00;9.85;1510.50;-0.27;0.26 -11480;1;3654.50;9.80;1494.00;0.46;0.38 -11481;1;3009.00;11.00;1542.00;0.00;0.22 -11482;1;3576.00;9.60;1479.00;0.32;0.28 -11483;1;2852.00;9.80;1526.00;0.00;0.20 -11484;1;3509.00;9.80;1497.50;-0.51;0.24 -11485;1;3487.50;9.70;1518.00;0.46;0.20 -11486;1;2939.50;14.30;1483.50;-1.03;0.22 -11487;1;3400.50;10.40;1499.00;-0.64;0.26 -11488;1;2895.50;10.40;1478.50;-0.14;0.20 -11489;1;3304.50;9.80;1529.50;-0.62;0.22 -11490;1;3261.00;10.20;1508.50;-0.51;0.26 -11491;1;2852.00;9.80;1485.50;0.67;0.22 -11492;1;3116.00;9.90;1560.50;-1.10;0.18 -11493;1;2957.50;11.80;1557.00;0.16;0.24 -11494;1;2919.50;10.90;1521.50;0.78;0.18 -11495;1;866.50;10.10;1597.50;-1.06;0.26 -11496;1;3591.00;10.20;1618.50;0.00;0.26 -11497;1;3011.50;12.30;1498.50;0.78;0.24 -11498;1;3200.00;9.90;1627.50;-0.92;0.24 -11499;1;2960.00;12.55;1485.00;0.00;0.26 -11500;1;3391.50;9.90;1528.50;0.32;0.18 -11501;1;3470.50;9.85;1496.00;-0.89;0.20 -11502;1;2905.00;10.42;1496.00;-0.46;0.18 -11503;1;3213.00;9.95;1544.50;-0.51;0.24 -11504;1;3335.00;9.70;1504.50;-0.27;0.30 -11505;1;3019.00;9.70;1568.50;0.00;0.18 -11506;1;2840.00;9.80;1493.00;-0.46;0.24 -11507;1;3151.50;10.10;1524.50;0.54;0.28 -11508;1;2772.50;9.80;1482.00;-0.69;0.24 -11509;1;1461.50;9.85;1413.00;-1.35;0.34 -11510;1;3621.50;9.60;1532.00;0.12;0.26 -11511;1;3073.00;10.02;1497.00;0.32;0.24 -11512;1;3457.50;9.80;1532.00;-1.19;0.18 -11513;1;3417.00;9.80;1504.50;0.00;0.20 -11514;1;3252.50;10.10;1518.50;0.19;0.22 -11515;1;3096.00;9.80;1564.00;1.10;0.22 -11516;1;2907.50;10.40;1486.00;0.89;0.26 -11517;1;3042.50;12.20;1540.50;-0.78;0.24 -11518;1;2849.50;9.75;1494.00;-0.24;0.14 -11519;1;2887.00;10.90;1529.50;-0.67;0.18 -11520;1;3139.50;9.80;1481.00;-0.64;0.20 -11521;1;2799.00;11.15;1489.50;0.00;0.20 -11522;1;3094.50;10.00;1485.00;-0.24;0.20 -11523;1;3522.50;9.90;1536.50;-0.54;0.20 -11524;1;3611.00;9.60;1489.50;0.70;0.34 -11525;1;3045.50;12.90;1498.50;0.32;0.20 -11526;1;3354.50;10.00;1538.50;-0.54;0.24 -11527;1;3487.50;10.10;1496.50;0.78;0.26 -11528;1;3186.00;9.95;1556.50;-0.38;0.24 -11529;1;2967.50;10.90;1501.50;-0.78;0.20 -11530;1;3304.00;10.30;1508.50;0.00;0.28 -11531;1;2915.00;11.00;1500.50;0.00;0.16 -11532;1;3117.00;10.05;1537.00;-0.78;0.20 -11533;1;2944.50;10.85;1539.00;-0.64;0.20 -11534;1;3224.00;9.95;1468.50;-0.27;0.20 -11535;1;2795.50;11.20;1498.00;-0.64;0.20 -11536;1;3161.00;10.85;1490.50;-0.58;0.24 -11537;1;3599.00;9.72;1535.00;-0.32;0.28 -11538;1;3536.50;11.05;1504.00;-0.89;0.24 -11539;1;3102.50;11.90;1493.50;0.54;0.28 -11540;1;3435.50;9.80;1544.50;-0.19;0.20 -11541;1;3393.00;9.80;1507.50;0.00;0.22 -11542;1;3028.50;11.50;1518.50;-0.54;0.22 -11543;1;3222.00;10.10;1525.00;-0.46;0.32 -11544;1;2978.50;11.10;1505.50;-0.19;0.18 -11545;1;3001.50;9.80;1551.00;-0.24;0.22 -11546;1;3303.50;9.60;1467.00;0.64;0.28 -11547;1;2926.00;11.62;1506.00;0.00;0.16 -11548;1;2833.50;9.70;1530.00;-0.24;0.16 -11549;1;2858.00;9.85;1500.00;-0.78;0.26 -11550;1;3202.50;10.45;1486.00;0.86;0.26 -11551;1;3493.00;9.85;1537.50;-0.67;0.20 -11552;1;3620.50;9.60;1491.50;-0.11;0.24 -11553;1;3334.50;9.80;1549.50;-0.32;0.18 -11554;1;3106.50;13.70;1500.00;-0.89;0.22 -11555;1;3466.00;10.30;1508.50;0.00;0.18 -11556;1;3042.50;12.75;1507.00;-0.46;0.24 -11557;1;3288.50;9.90;1520.00;0.46;0.22 -11558;1;3085.00;10.50;1546.00;0.00;0.22 -11559;1;3415.00;9.70;1450.00;-0.32;0.22 -11560;1;2934.00;10.95;1510.00;0.32;0.18 -11561;1;3327.00;9.70;1468.00;0.32;0.22 -11562;1;2897.00;10.50;1534.50;-0.38;0.16 -11563;1;2821.00;9.80;1504.00;-0.46;0.20 -11564;1;3034.00;9.50;1421.00;-0.46;0.24 -11565;1;2800.50;10.20;1413.00;0.12;0.24 -11566;1;3507.00;9.80;1446.00;-0.46;0.24 -11567;1;799.50;9.50;810.50;-0.77;0.28 -11568;1;2965.00;10.15;1429.00;0.00;0.20 -11569;1;1579.00;10.10;1627.50;0.00;0.28 -11570;1;2929.00;13.67;1431.00;0.00;0.20 -11571;1;1366.50;11.05;1743.00;0.22;0.82 -11572;1;3085.00;13.05;1403.50;0.38;0.22 -11573;1;2899.00;12.10;1432.50;-0.38;0.18 -11574;1;3093.50;10.85;1412.00;-0.24;0.18 -11575;1;4979.50;10.50;1479.50;-0.62;0.34 -11576;1;2849.50;10.40;1437.50;-0.32;0.16 -11577;1;3103.50;10.20;1417.00;-0.24;0.18 -11578;1;3583.50;9.70;1450.50;0.40;0.28 -11579;1;3539.50;9.60;1454.50;0.62;0.28 -11580;1;3115.00;10.80;1414.50;-0.92;0.20 -11581;1;3056.50;9.80;1432.50;0.54;0.20 -11582;1;2803.50;10.00;1433.50;0.54;0.22 -11583;1;3130.50;11.00;1402.50;-0.54;0.18 -11584;1;2993.00;9.70;1424.50;-0.51;0.26 -11585;1;1587.00;10.40;1639.50;0.38;0.28 -11586;1;3123.50;10.70;1407.00;-0.24;0.20 -11587;1;2965.50;14.05;1438.00;-0.16;0.20 -11588;1;3182.50;9.70;1394.50;-0.54;0.24 -11589;1;1399.00;10.70;1577.00;-0.54;0.34 -11590;1;2916.50;10.60;1444.50;0.19;0.20 -11591;1;3657.50;9.60;1462.00;-0.16;0.28 -11592;1;3154.50;14.25;1419.00;0.69;0.26 -11593;1;2870.50;11.70;1434.50;-0.19;0.18 -11594;1;3075.00;10.10;1430.00;0.32;0.26 -11595;1;3018.00;9.65;1437.00;0.00;0.22 -11596;1;2812.00;9.80;1451.00;-0.32;0.18 -11597;1;3241.50;10.10;1389.00;-0.64;0.24 -11598;1;2986.50;13.80;1438.50;0.54;0.20 -11599;1;3454.50;9.70;1370.50;-1.37;0.24 -11600;1;2778.50;9.50;1449.00;-0.98;0.24 -11601;1;2940.00;15.52;1451.00;0.00;0.16 -11602;1;1565.00;10.10;1649.50;-0.38;0.28 -11603;1;3225.00;9.80;1401.00;0.46;0.20 -11604;1;2933.00;14.85;1453.50;0.00;0.16 -11605;1;3176.50;13.45;1420.00;-0.64;0.18 -11606;1;2860.50;9.80;1518.00;-0.46;0.24 -11607;1;5098.50;12.20;1795.50;0.99;1.84 -11608;1;3145.00;11.35;1431.50;0.27;0.24 -11609;1;3500.50;16.40;1368.50;-0.54;0.24 -11610;1;3089.00;9.80;1435.00;0.00;0.18 -11611;1;2850.00;10.00;1454.00;0.32;0.20 -11612;1;3028.50;12.85;1446.00;-0.98;0.12 -11613;1;2796.00;9.80;1458.50;-0.67;0.20 -11614;1;3490.00;15.17;1380.00;-0.46;0.24 -11615;1;2994.00;15.45;1450.00;0.00;0.20 -11616;1;2778.00;9.70;1456.50;0.00;0.18 -11617;1;3447.00;9.50;1379.00;-0.46;0.24 -11618;1;2985.00;15.00;1457.00;-0.46;0.20 -11619;1;3213.50;9.75;1421.00;-0.24;0.22 -11620;1;2982.50;14.05;1467.00;0.46;0.16 -11621;1;1451.50;9.80;1507.50;-0.11;0.28 -11622;1;3162.50;12.65;1436.00;-0.64;0.20 -11623;1;2949.00;13.50;1460.00;0.00;0.20 -11624;1;4917.50;12.90;1430.50;-0.40;0.26 -11625;1;3105.00;9.80;1447.00;0.00;0.22 -11626;1;4935.50;11.45;1421.00;-0.69;0.28 -11627;1;3063.00;10.45;1452.00;-0.78;0.24 -11628;1;2871.50;10.50;1457.50;-1.03;0.22 -11629;1;4923.50;12.25;1442.00;-0.69;0.26 -11630;1;3058.00;10.15;1456.00;0.00;0.22 -11631;1;2828.00;9.80;1462.50;-0.67;0.20 -11632;1;3515.50;11.40;1392.50;-0.19;0.24 -11633;1;3477.00;15.42;1393.00;0.58;0.28 -11634;1;2994.00;15.27;1463.00;-0.98;0.24 -11635;1;1440.00;10.30;1506.00;0.00;0.34 -11636;1;3237.50;9.70;1414.00;0.16;0.16 -11637;1;1471.00;10.70;1567.50;-0.87;0.20 -11638;1;2967.00;14.25;1465.00;-0.32;0.24 -11639;1;3193.00;12.40;1435.50;0.00;0.22 -11640;1;2927.00;12.80;1468.00;0.00;0.18 -11641;1;1454.00;9.67;1578.00;-1.03;0.32 -11642;1;2903.50;10.55;1477.00;0.16;0.22 -11643;1;4904.00;9.80;1453.00;-0.58;0.26 -11644;1;3139.00;9.80;1454.00;0.58;0.22 -11645;1;3542.00;9.95;1337.00;-0.24;0.26 -11646;1;3124.50;9.80;1449.50;-0.19;0.22 -11647;1;3437.00;9.57;1384.00;-0.46;0.20 -11648;1;1573.50;11.30;1573.50;-0.54;0.18 -11649;1;3320.00;9.70;1427.00;4.71;0.22 -11650;1;1608.00;11.40;1582.50;-0.67;0.20 -11651;1;3038.50;13.50;1476.50;-0.54;0.20 -11652;1;3227.50;9.80;1424.00;-0.24;0.18 -11653;1;2993.50;11.70;1480.00;0.16;0.22 -11654;1;1574.00;9.90;1592.00;-0.24;0.24 -11655;1;3220.50;12.60;1432.50;-0.40;0.18 -11656;1;1497.50;10.30;1578.50;0.40;0.32 -11657;1;3161.00;10.75;1404.50;-0.27;0.24 -11658;1;903.50;9.70;1512.00;-0.12;0.22 -11659;1;3145.50;9.95;1462.00;0.64;0.22 -11660;1;1632.00;12.02;1580.00;-0.78;0.24 -11661;1;3495.50;11.55;1404.00;-0.46;0.24 -11662;1;826.50;9.50;815.00;-0.79;0.28 -11663;1;3098.00;9.77;1465.00;0.00;0.20 -11664;1;3460.00;15.85;1383.50;0.38;0.26 -11665;1;1658.00;10.45;1600.00;0.00;0.22 -11666;1;3060.50;10.85;1476.00;0.16;0.22 -11667;1;1307.00;11.00;1706.50;-0.41;0.52 -11668;1;3391.00;9.65;1414.50;-0.58;0.20 -11669;1;1500.50;10.80;1599.00;0.35;0.34 -11670;1;3284.50;9.70;1446.50;0.78;0.30 -11671;1;3666.50;13.30;1252.50;-1.24;0.52 -11672;1;3216.50;12.15;1445.00;-0.64;0.22 -11673;1;2673.00;9.80;1353.00;0.00;0.24 -11674;1;3532.00;12.70;1333.00;0.00;0.28 -11675;1;2688.50;13.55;1359.00;-0.24;0.18 -11676;1;3175.00;11.72;1463.00;-0.46;0.22 -11677;1;2688.50;12.60;1367.50;0.19;0.20 -11678;1;3470.00;11.42;1406.00;0.78;0.24 -11679;1;3093.00;9.92;1475.00;0.00;0.24 -11680;1;1594.00;11.80;1583.00;-0.58;0.24 -11681;1;3431.00;10.90;1419.50;-0.92;0.18 -11682;1;1579.50;10.30;1728.50;0.14;0.70 -11683;1;3307.00;9.55;1454.00;-0.46;0.28 -11684;1;2733.00;13.25;1374.00;-0.46;0.20 -11685;1;1468.50;10.70;1589.50;0.40;0.30 -11686;1;3259.00;9.90;1454.00;0.00;0.26 -11687;1;3876.00;12.75;1318.00;-0.46;0.44 -11688;1;2747.00;12.15;1384.50;-0.58;0.16 -11689;1;3202.50;13.30;1462.00;-0.46;0.28 -11690;1;3507.50;12.55;1409.00;-0.46;0.28 -11691;1;3157.50;9.80;1484.00;-0.24;0.24 -11692;1;2686.00;12.00;1375.00;0.00;0.22 -11693;1;3507.50;12.25;1417.00;0.64;0.22 -11694;1;3483.50;11.80;1422.50;-0.78;0.18 -11695;1;774.50;9.50;798.00;-0.77;0.26 -11696;1;3455.00;11.97;1416.00;-0.46;0.26 -11697;1;2794.50;11.30;1381.50;-0.54;0.24 -11698;1;926.00;14.90;1537.50;0.00;0.28 -11699;1;2807.00;11.10;1385.50;-0.38;0.18 -11700;1;3355.50;9.60;1446.50;0.54;0.20 -11701;1;3612.50;9.60;1395.50;-0.36;0.48 -11702;1;2822.50;9.90;1399.00;-0.24;0.20 -11703;1;3295.00;9.70;1460.00;0.32;0.26 -11704;1;3549.00;11.20;1318.00;0.00;0.26 -11705;1;3254.50;10.10;1464.50;0.19;0.26 -11706;1;3546.00;9.60;1436.00;0.32;0.22 -11707;1;2716.00;11.67;1385.00;0.00;0.20 -11708;1;1754.50;10.00;670.00;-1.20;0.28 -11709;1;2850.50;11.65;1402.00;0.24;0.22 -11710;1;2665.50;9.50;1375.00;-0.16;0.28 -11711;1;2868.00;10.32;1398.00;0.00;0.24 -11712;1;1059.00;13.35;1688.00;-0.51;0.56 -11713;1;2884.50;9.90;1405.00;-0.24;0.16 -11714;1;1464.00;10.32;1603.00;0.24;0.32 -11715;1;3327.00;9.70;1456.00;-0.32;0.24 -11716;1;2874.50;12.15;1413.00;0.24;0.20 -11717;1;1419.00;10.30;1426.50;0.27;0.32 -11718;1;2832.00;10.10;1410.00;-0.78;0.18 -11719;1;4971.50;11.30;1466.00;-0.35;0.26 -11720;1;2806.50;10.20;1410.00;-0.64;0.20 -11721;1;2917.50;13.35;1404.00;-0.16;0.18 -11722;1;1649.00;10.82;1602.00;0.19;0.30 -11723;1;2933.50;11.20;1409.50;0.32;0.18 -11724;1;3502.00;9.70;1437.50;-0.38;0.24 -11725;1;1534.00;9.85;1607.50;-0.67;0.22 -11726;1;2948.00;11.50;1416.50;-0.38;0.20 -11727;1;3469.00;9.87;1432.00;-0.58;0.20 -11728;1;779.50;9.50;820.50;-0.76;0.28 -11729;1;3402.50;9.90;1421.50;0.19;0.20 -11730;1;2928.50;10.60;1416.50;-0.54;0.16 -11731;1;1481.00;10.90;1621.50;-0.41;0.36 -11732;1;2870.00;9.90;1484.50;-0.67;0.24 -11733;1;883.00;11.67;1585.00;0.00;0.34 -11734;1;2979.00;10.20;1415.00;0.46;0.14 -11735;1;3026.00;9.50;1417.00;0.46;0.32 -11736;1;3565.00;9.70;1438.00;-0.78;0.24 -11737;1;2791.00;13.45;1341.50;0.00;0.20 -11738;1;1599.00;9.70;1482.50;0.00;0.30 -11739;1;3439.50;12.50;1288.50;-0.14;0.30 -11740;1;1635.50;9.50;1527.50;-0.32;0.24 -11741;1;3102.00;13.22;1398.00;-1.10;0.22 -11742;1;2769.00;12.45;1316.50;-0.38;0.20 -11743;1;1279.50;10.10;1433.50;0.62;0.30 -11744;1;4766.00;10.40;1403.50;-0.87;0.28 -11745;1;4920.50;9.90;1401.50;0.78;0.30 -11746;1;3357.00;9.60;1263.50;-0.27;0.32 -11747;1;3321.00;11.47;1319.00;-0.32;0.28 -11748;1;2813.50;9.50;1527.00;-1.19;0.36 -11749;1;2702.50;11.80;1280.00;-0.64;0.20 -11750;1;4883.00;10.55;1402.50;-0.58;0.18 -11751;1;2995.00;9.50;1360.50;-0.92;0.28 -11752;1;4588.50;13.10;1370.50;0.11;0.42 -11753;1;3448.00;15.77;1340.00;-0.32;0.30 -11754;1;3169.50;11.05;1389.00;-0.24;0.22 -11755;1;2952.00;12.55;1323.50;0.00;0.22 -11756;1;2713.00;12.50;1325.00;0.78;0.16 -11757;1;963.00;9.50;1420.50;-0.75;0.48 -11758;1;1586.00;10.30;1539.00;-0.78;0.18 -11759;1;3420.50;11.30;1280.00;-0.35;0.38 -11760;1;1501.50;10.30;1547.50;-0.78;0.28 -11761;1;4626.50;9.70;1313.50;0.14;0.24 -11762;1;3123.00;12.90;1352.00;0.24;0.20 -11763;1;954.50;14.60;1477.00;0.46;0.44 -11764;1;4715.50;10.00;1335.00;0.46;0.24 -11765;1;4899.00;11.45;1416.00;-0.32;0.26 -11766;1;2770.00;13.30;1345.50;-0.38;0.24 -11767;1;3112.00;9.77;1328.00;-1.10;0.24 -11768;1;2672.00;9.65;1302.00;-0.46;0.22 -11769;1;1577.50;10.85;1539.00;0.24;0.18 -11770;1;4784.00;12.77;1314.00;0.46;0.20 -11771;1;4731.50;9.70;1356.00;-0.64;0.26 -11772;1;1205.50;12.80;1545.00;0.39;0.42 -11773;1;2944.00;9.70;1306.50;0.58;0.24 -11774;1;3200.50;9.50;1342.00;-0.24;0.20 -11775;1;4780.00;13.42;1334.00;-0.78;0.22 -11776;1;1496.50;11.40;1537.50;-0.14;0.28 -11777;1;4924.00;12.62;1424.00;-0.98;0.26 -11778;1;3239.50;10.60;1315.50;0.14;0.26 -11779;1;2837.00;13.27;1363.00;-1.10;0.18 -11780;1;2716.00;12.22;1312.00;-0.58;0.20 -11781;1;4788.00;13.10;1356.50;-0.38;0.24 -11782;1;1640.50;9.70;1546.50;-0.54;0.22 -11783;1;1587.00;10.15;1467.50;-0.67;0.32 -11784;1;3309.00;13.00;1319.50;-0.38;0.22 -11785;1;1609.50;11.45;1548.00;-0.12;0.24 -11786;1;3142.50;11.80;1312.50;0.54;0.22 -11787;1;3125.50;11.15;1424.00;-0.24;0.22 -11788;1;1327.00;11.25;1591.50;0.49;0.44 -11789;1;1565.00;10.85;1546.50;0.00;0.20 -11790;1;3009.50;13.00;1373.50;-0.78;0.18 -11791;1;1487.00;10.30;1551.50;-0.27;0.34 -11792;1;3314.00;11.15;1294.50;-0.27;0.26 -11793;1;2803.50;10.45;1354.00;-0.24;0.20 -11794;1;2875.50;10.90;1442.50;-1.03;0.24 -11795;1;982.50;13.35;1436.00;0.69;0.30 -11796;1;3257.50;11.60;1293.00;-1.19;0.20 -11797;1;3416.00;16.90;1307.00;-0.58;0.26 -11798;1;2703.50;11.70;1289.00;0.16;0.24 -11799;1;1630.00;9.90;1552.50;0.27;0.18 -11800;1;1555.50;10.80;1554.50;-0.54;0.24 -11801;1;4642.00;11.75;1345.00;-0.58;0.32 -11802;1;1269.50;10.60;1476.00;0.12;0.36 -11803;1;3044.00;11.32;1343.00;0.98;0.20 -11804;1;2945.50;11.00;1363.50;0.19;0.22 -11805;1;2661.50;9.70;1302.00;-0.24;0.22 -11806;1;2749.50;13.00;1348.50;-0.78;0.20 -11807;1;2769.50;13.35;1294.00;0.64;0.24 -11808;1;4743.00;10.07;1363.00;-0.32;0.28 -11809;1;2744.00;12.95;1350.50;0.00;0.20 -11810;1;3349.50;10.40;1267.00;-0.35;0.28 -11811;1;3276.00;10.85;1335.50;0.00;0.32 -11812;1;2764.00;13.10;1301.50;0.67;0.20 -11813;1;3186.00;12.65;1353.50;0.00;0.24 -11814;1;1027.00;11.07;1445.00;0.11;0.46 -11815;1;4711.00;11.17;1347.00;-0.32;0.22 -11816;1;3077.00;9.50;1381.50;0.87;0.24 -11817;1;1600.50;10.50;1565.50;-0.19;0.22 -11818;1;3164.00;9.52;1333.00;-0.46;0.16 -11819;1;2811.50;11.15;1358.00;0.16;0.24 -11820;1;2723.50;11.10;1322.50;-1.37;0.16 -11821;1;2801.50;11.40;1361.00;-0.64;0.20 -11822;1;4637.50;10.20;1320.50;-0.19;0.28 -11823;1;4806.50;14.50;1361.50;-0.19;0.18 -11824;1;2942.50;9.70;1323.50;0.19;0.22 -11825;1;2727.50;12.05;1353.00;-0.24;0.16 -11826;1;3349.00;12.37;1319.00;-0.98;0.26 -11828;1;4775.00;13.65;1336.00;0.00;0.24 -11829;1;3265.50;9.70;1342.00;4.71;0.18 -11830;1;1686.50;9.65;1573.00;0.86;0.28 -11831;1;3272.50;13.10;1312.00;-0.16;0.20 -11832;1;3145.00;10.95;1365.50;-0.58;0.16 -11833;1;2973.50;9.50;1378.00;-0.24;0.26 -11834;1;2890.00;9.50;1385.50;-0.58;0.22 -11835;1;4750.00;9.50;1320.50;-0.38;0.24 -11836;1;4718.50;10.70;1379.00;-0.35;0.32 -11837;1;3075.00;9.50;1332.50;0.00;0.26 -11838;1;2796.50;12.50;1371.00;0.24;0.20 -11839;1;3340.00;11.80;1323.50;-0.38;0.20 -11840;1;2696.00;13.97;1362.00;0.00;0.20 -11841;1;1584.50;9.85;1490.00;0.16;0.28 -11842;1;3224.00;9.75;1356.00;-1.24;0.20 -11843;1;2702.00;12.92;1370.00;0.46;0.20 -11844;1;3334.00;10.40;1306.00;-0.46;0.28 -11845;1;3090.50;13.35;1379.00;-0.24;0.18 -11846;1;3013.00;9.57;1349.00;0.32;0.26 -11847;1;5014.00;12.82;1325.00;0.58;0.26 -11848;1;3225.00;9.50;1303.50;4.46;0.24 -11849;1;2881.00;9.50;1389.00;0.00;0.20 -11850;1;4794.00;13.05;1368.50;0.38;0.22 -11851;1;2695.00;10.55;1293.50;-0.38;0.24 -11852;1;2757.00;13.25;1367.50;0.00;0.24 -11853;1;3448.50;17.60;1316.00;-0.46;0.24 -11854;1;2747.00;12.97;1370.00;0.00;0.16 -11855;1;4676.50;13.30;1355.50;0.32;0.36 -11856;1;3131.50;13.50;1341.50;-0.78;0.20 -11857;1;3154.00;13.15;1369.50;0.27;0.24 -11858;1;3105.00;14.12;1376.00;0.58;0.24 -11859;1;938.00;9.50;1437.00;-0.67;0.40 -11860;1;3301.50;13.55;1288.00;-0.16;0.26 -11861;1;2999.00;11.17;1387.00;0.00;0.22 -11862;1;4816.00;12.85;1374.50;0.38;0.22 -11863;1;2750.00;12.00;1309.50;-0.38;0.20 -11864;1;4783.50;11.80;1397.50;-0.95;0.32 -11865;1;4491.00;13.65;1152.50;-0.58;0.42 -11866;1;3303.00;12.20;1342.50;0.00;0.26 -11867;1;3251.00;11.77;1320.00;0.00;0.24 -11868;1;3156.50;13.35;1380.00;-0.64;0.22 -11869;1;2816.50;9.95;1442.00;-0.16;0.20 -11870;1;2769.50;14.00;1332.50;-0.32;0.16 -11871;1;3417.50;10.30;1264.50;-0.62;0.32 -11872;1;3084.00;13.30;1392.50;0.00;0.20 -11873;1;1574.00;12.45;1511.50;-0.87;0.28 -11874;1;2942.50;10.05;1314.00;0.24;0.24 -11875;1;2892.00;10.22;1393.00;-0.46;0.22 -11876;1;934.50;11.20;1451.50;-1.42;0.20 -11877;1;2875.50;9.70;1392.00;-0.12;0.18 -11878;1;4812.50;13.60;1338.50;-0.40;0.26 -11879;1;4853.00;9.70;1375.50;0.00;0.46 -11880;1;3464.00;13.82;1300.00;0.00;0.32 -11881;1;3370.50;12.40;1343.50;0.19;0.32 -11882;1;3014.50;12.35;1360.00;-0.24;0.20 -11883;1;3313.50;12.20;1348.50;0.19;0.22 -11884;1;2784.50;12.05;1298.00;0.16;0.24 -11885;1;2680.50;10.40;1316.00;-0.24;0.16 -11886;1;4680.50;10.95;1329.00;0.46;0.32 -11887;1;3151.50;12.45;1383.00;0.12;0.22 -11888;1;1576.50;12.90;1524.00;-0.55;0.26 -11889;1;2988.50;11.55;1395.00;0.64;0.20 -11890;1;1500.50;10.60;1519.00;-0.64;0.24 -11891;1;2927.50;9.70;1397.00;0.64;0.22 -11892;1;1607.50;9.70;1513.00;0.46;0.28 -11893;1;4816.50;11.95;1392.00;-0.46;0.30 -11894;1;3381.50;13.10;1337.50;-0.40;0.30 -11895;1;3143.50;12.10;1302.50;-0.19;0.22 -11896;1;4769.50;11.10;1323.00;-0.35;0.26 -11897;1;3352.00;12.95;1327.50;0.38;0.22 -11898;1;3255.00;11.47;1300.00;0.98;0.22 -11899;1;3094.50;14.20;1393.50;-0.19;0.22 -11900;1;1632.00;9.60;1537.00;-1.24;0.24 -11901;1;3042.50;9.50;1404.50;-0.78;0.26 -11902;1;1576.50;10.80;1696.00;-0.54;0.68 -11903;1;4699.00;10.05;1399.50;0.00;0.30 -11904;1;4911.00;10.25;1391.00;0.78;0.30 -11905;1;3211.50;11.40;1342.50;-0.50;0.28 -11906;1;4838.50;12.30;1405.00;-0.16;0.26 -11907;1;3269.50;12.90;1282.00;-0.89;0.20 -11908;1;4969.50;13.50;1253.00;-0.46;0.20 -11909;1;4446.00;10.22;964.00;0.00;0.20 -11910;1;3244.50;9.60;1150.00;-0.46;0.30 -11911;1;4216.50;9.90;1010.00;1.57;0.30 -11912;1;4821.00;12.00;1263.50;0.00;0.20 -11913;1;4660.50;9.80;1173.50;-0.54;0.20 -11914;1;4689.50;9.50;1010.50;0.32;0.22 -11915;1;4774.00;10.00;1292.00;0.00;0.20 -11916;1;4633.00;9.70;1196.00;-1.24;0.18 -11917;1;3254.50;12.80;1270.50;0.19;0.20 -11918;1;4562.00;12.05;1061.50;0.38;0.30 -11919;1;3359.00;9.75;1199.50;-0.38;0.24 -11920;1;4666.00;11.15;1120.50;-1.10;0.24 -11921;1;2972.50;9.80;1228.00;0.98;0.32 -11922;1;3328.00;11.70;1138.50;-0.27;0.32 -11923;1;2806.50;11.55;1239.00;-0.46;0.28 -11924;1;4118.50;13.55;971.00;-0.10;0.42 -11925;1;4848.00;11.55;1187.50;0.00;0.16 -11926;1;4502.00;10.05;1009.50;0.92;0.22 -11927;1;1568.00;9.70;1431.00;-0.32;0.36 -11928;1;4705.32;9.70;1175.76;0.46;0.26 -11929;1;4215.00;10.00;1033.00;0.24;0.28 -11930;1;4981.50;10.80;1283.50;-0.54;0.22 -11931;1;4550.50;11.30;1222.50;-0.14;0.30 -11932;1;4777.50;10.25;1055.00;-0.73;0.46 -11933;1;4605.00;9.70;1243.50;0.27;0.28 -11934;1;3197.50;11.00;713.00;0.52;0.62 -11935;1;2942.50;9.50;1218.00;-0.10;0.40 -11936;1;4453.00;9.55;964.00;0.00;0.20 -11937;1;4640.00;10.87;1147.00;-0.78;0.28 -11938;1;4564.50;9.50;1004.00;0.64;0.26 -11939;1;2864.50;11.80;1257.50;-0.19;0.24 -11940;1;3014.00;11.00;1151.00;-0.24;0.36 -11941;1;4564.50;11.25;1027.00;0.35;0.28 -11942;1;1454.50;10.30;1381.50;0.19;0.28 -11943;1;2667.00;10.35;1180.00;-0.46;0.48 -11944;1;4637.50;9.70;1291.00;0.24;0.22 -11945;1;4592.00;11.15;1049.50;-1.01;0.34 -11946;1;4883.50;9.60;1219.50;0.32;0.16 -11947;1;4670.50;11.75;1112.00;-0.89;0.24 -11948;1;4781.50;9.70;1221.50;-0.78;0.24 -11949;1;4848.50;10.05;1172.00;0.24;0.18 -11950;1;4032.00;11.00;944.00;-0.46;0.30 -11951;1;3167.00;9.70;1137.50;0.00;0.42 -11952;1;3945.00;9.70;1005.50;-1.32;0.28 -11953;1;2916.50;14.55;1243.00;-0.46;0.28 -11954;1;3121.00;10.07;1172.00;0.00;0.20 -11955;1;4015.00;10.50;1125.50;-0.87;0.34 -11956;1;2763.50;14.70;1270.50;-0.78;0.18 -11957;1;2975.00;9.95;1195.50;0.27;0.40 -11958;1;4802.00;12.55;1294.50;-1.32;0.24 -11959;1;4690.00;14.07;1039.00;0.00;0.22 -11960;1;4924.50;10.10;1227.00;-0.98;0.24 -11961;1;4634.00;10.55;1099.50;-0.67;0.30 -11962;1;4616.00;10.10;1266.00;-0.78;0.24 -11963;1;4508.00;10.55;955.00;0.00;0.30 -11964;1;3294.50;9.70;1162.00;-0.16;0.22 -11965;1;3153.50;9.50;1264.00;0.16;0.24 -11966;1;4266.00;13.22;1006.00;0.00;0.30 -11967;1;3222.50;10.05;1156.00;-0.35;0.32 -11968;1;4222.50;9.70;1025.00;-0.64;0.28 -11969;1;2962.00;10.75;1261.50;-0.38;0.18 -11970;1;3345.00;10.32;1154.00;-0.32;0.16 -11971;1;1351.00;10.40;1594.00;-0.46;0.38 -11972;1;4441.00;14.55;1105.50;0.00;0.36 -11973;1;4636.50;11.30;1212.00;0.64;0.22 -11974;1;3284.50;10.10;1091.50;-1.24;0.26 -11975;1;1532.00;9.70;1391.50;-0.51;0.44 -11976;1;3369.50;11.80;1134.50;-0.66;0.36 -11977;1;4798.00;12.60;1246.00;0.24;0.26 -11978;1;4117.50;10.10;954.50;-0.54;0.32 -11979;1;3329.50;10.40;1153.50;0.14;0.20 -11980;1;4626.00;10.30;1278.00;-0.46;0.26 -11981;1;4528.50;9.50;992.00;-0.16;0.24 -11982;1;4670.50;10.05;1175.00;-0.16;0.20 -11983;1;4530.50;9.80;1010.00;-0.16;0.26 -11984;1;3331.50;10.15;1231.00;0.16;0.40 -11985;1;4852.00;9.82;1215.00;4.71;0.24 -11986;1;4658.00;9.55;1057.00;0.78;0.24 -11987;1;2730.50;16.30;1209.00;-0.16;0.30 -11988;1;4591.50;11.15;1115.00;-0.12;0.30 -11989;1;4967.00;12.55;1259.50;-0.58;0.34 -11990;1;4523.00;9.70;949.00;0.00;0.34 -11991;1;4680.50;10.50;1139.00;-0.64;0.26 -11992;1;4783.00;9.70;1258.00;0.32;0.28 -11993;1;3974.00;10.02;996.00;0.54;0.34 -11994;1;4646.50;9.85;1166.00;0.46;0.26 -11995;1;4022.00;11.00;1021.00;0.00;0.50 -11996;1;4621.00;9.70;1288.50;-0.67;0.26 -11997;1;4878.00;9.80;1193.00;0.00;0.24 -11998;1;3084.00;9.50;1329.00;-0.46;0.22 -11999;1;3323.00;10.10;1035.00;0.00;0.24 -12000;1;2959.50;10.30;1186.50;0.11;0.36 -12001;1;3136.00;11.65;1299.50;0.38;0.24 -12002;1;3321.00;12.32;1087.00;0.00;0.42 -12003;1;3030.50;9.50;1246.50;0.78;0.16 -12004;1;3300.50;10.70;1136.00;-0.16;0.32 -12005;1;3970.50;11.85;1168.00;-0.55;0.44 -12006;1;4849.00;10.40;1181.00;0.46;0.14 -12007;1;4966.50;11.85;1268.00;0.98;0.30 -12008;1;4436.00;10.80;1007.50;-0.27;0.36 -12009;1;3030.50;11.40;1159.50;-0.40;0.22 -12010;1;4233.00;9.50;1015.00;-0.78;0.36 -12011;1;4815.50;12.90;1272.50;-0.54;0.20 -12012;1;4577.50;9.80;1199.50;0.50;0.36 -12013;1;3267.00;11.00;1267.00;-0.32;0.26 -12014;1;4565.00;10.60;1049.00;-0.24;0.34 -12015;1;4639.00;10.42;1234.00;0.00;0.18 -12016;1;3274.00;14.32;1276.00;-1.24;0.22 -12017;1;4533.50;10.45;1091.00;0.46;0.34 -12018;1;2789.00;14.25;1197.00;-1.03;0.52 -12019;1;4645.00;11.62;1134.00;0.00;0.22 -12020;1;2830.00;13.50;1228.50;0.27;0.32 -12021;1;435.00;10.40;985.00;0.00;0.34 -12022;1;3039.00;11.15;1028.50;0.40;1.32 -12023;1;4521.50;10.75;1016.00;-0.64;0.22 -12024;1;1260.00;11.12;1509.00;-0.32;0.38 -12025;1;3162.50;9.80;1172.50;0.78;0.30 -12026;1;4607.00;10.60;1307.50;0.00;0.26 -12027;1;4690.50;14.60;1028.50;-0.54;0.22 -12028;1;4899.50;9.75;1203.00;0.24;0.18 -12029;1;3370.00;9.85;1250.50;-0.21;0.32 -12030;1;4615.50;10.20;1078.00;-0.69;0.28 -12031;1;4907.00;9.50;1227.00;0.00;0.20 -12032;1;4847.50;9.50;1165.00;-1.19;0.22 -12033;1;3208.50;9.90;1148.00;-0.46;0.30 -12034;1;2912.50;11.30;1229.00;0.55;0.36 -12035;1;4136.00;10.30;1026.50;-1.21;0.28 -12036;1;4628.50;9.70;1180.00;0.10;0.22 -12037;1;3892.00;9.67;1003.00;0.00;0.34 -12038;1;2770.00;9.50;1264.50;0.00;0.20 -12039;1;2990.50;9.80;1187.00;-0.16;0.30 -12040;1;4780.50;9.60;1284.50;-0.54;0.22 -12041;1;3963.50;10.00;1121.50;-0.32;0.46 -12042;1;2726.00;16.80;1194.50;-0.51;0.32 -12043;1;4643.50;9.60;1311.50;-1.16;0.28 -12044;1;3295.50;10.60;1076.50;0.11;0.32 -12045;1;4641.00;11.45;1256.00;-0.58;0.24 -12046;1;3500.00;9.90;1194.00;0.67;0.44 -12047;1;3030.50;10.80;1274.00;-0.24;0.20 -12048;1;4459.50;9.60;988.50;0.78;0.24 -12049;1;3306.50;9.80;1152.50;-0.14;0.16 -12050;1;4190.50;9.80;1015.50;0.11;0.20 -12051;1;2913.50;12.20;1254.50;0.40;0.24 -12052;1;4692.50;10.60;1167.00;-0.24;0.20 -12053;1;4535.00;12.17;1078.00;-0.32;0.30 -12054;1;1579.00;9.70;1451.50;-0.70;0.34 -12055;1;4642.50;10.20;1217.50;0.78;0.20 -12056;1;5000.50;11.60;1302.50;-0.62;0.26 -12057;1;4641.00;11.90;1065.50;0.00;0.24 -12058;1;3179.00;9.57;1236.00;0.46;0.20 -12059;1;4679.00;10.97;1129.00;0.32;0.24 -12060;1;4810.50;10.00;1234.50;-1.37;0.14 -12061;1;4640.00;10.37;1157.00;0.32;0.28 -12062;1;4588.00;11.15;1270.50;-0.27;0.24 -12063;1;4154.50;9.70;984.50;-0.14;0.28 -12064;1;3249.00;14.80;190.00;0.00;0.72 -12065;1;4459.50;10.65;1009.00;-0.35;0.34 -12066;1;3057.50;9.70;1298.50;4.51;0.24 -12067;1;4683.00;9.70;1204.00;0.24;0.22 -12068;1;4683.00;9.75;1020.00;-1.10;0.22 -12069;1;4618.50;9.70;1237.50;-0.14;0.26 -12070;1;2691.50;9.70;1274.00;0.16;0.20 -12071;1;3317.50;9.90;1064.50;-0.42;0.28 -12072;1;4968.00;11.70;1241.00;-0.32;0.26 -12073;1;3340.50;12.40;1125.50;-0.11;0.38 -12074;1;4659.00;11.40;1264.50;-0.67;0.26 -12075;1;4441.00;11.00;989.50;-0.38;0.32 -12076;1;4701.50;9.50;1158.50;1.24;0.16 -12077;1;4550.00;9.90;1007.50;0.00;0.22 -12078;1;4580.00;11.80;1280.00;0.00;0.24 -12079;1;3143.50;9.70;1157.50;-0.14;0.28 -12080;1;3983.00;10.40;1010.50;-0.58;0.36 -12081;1;2748.00;13.25;1294.50;0.00;0.16 -12082;1;3052.50;10.70;1089.50;0.97;0.92 -12083;1;2756.50;11.40;1288.50;-0.54;0.20 -12084;1;4638.00;12.12;1056.00;-0.46;0.22 -12085;1;4793.00;9.50;1227.00;0.32;0.26 -12086;1;2274.50;9.50;570.00;-1.32;0.34 -12087;1;2726.50;11.10;1230.50;-0.19;0.26 -12088;1;3092.50;10.20;1139.50;-0.54;0.28 -12089;1;4814.50;11.60;1250.50;0.19;0.20 -12090;1;4262.50;10.10;974.36;-0.38;0.38 -12091;1;3217.00;10.00;1143.00;-1.10;0.28 -12092;1;3946.00;9.70;1026.50;-0.67;0.38 -12093;1;4648.00;9.95;1276.00;0.00;0.24 -12094;1;3133.50;11.50;1182.50;-0.14;0.20 -12095;1;4575.50;9.70;1029.00;-0.46;0.30 -12096;1;3263.50;9.55;1256.00;-0.24;0.24 -12097;1;4953.50;9.50;1225.00;-0.64;0.20 -12098;1;3066.00;10.67;1306.00;-0.58;0.22 -12099;1;3272.50;10.10;1063.50;0.04;0.78 -12100;1;2759.00;11.50;1227.00;-0.32;0.28 -12101;1;3355.50;10.05;1116.00;-1.41;0.52 -12102;1;3803.00;10.40;1658.50;0.38;0.30 -12103;1;4889.50;9.90;761.00;-0.46;0.24 -12104;1;4874.50;10.40;428.50;0.32;0.32 -12105;1;3978.00;11.25;894.50;-0.70;0.32 -12106;1;3800.50;10.40;1647.50;-0.62;0.34 -12107;1;5037.50;10.40;532.00;-0.35;0.34 -12108;1;3706.50;9.90;1453.00;-0.35;0.48 -12109;1;4499.50;13.00;853.50;-0.78;0.20 -12110;1;4591.00;9.77;599.00;-0.19;0.22 -12111;1;3904.00;10.50;1507.00;0.67;0.46 -12112;1;4723.50;10.60;804.50;-0.54;0.22 -12113;1;4434.00;9.50;661.00;0.00;0.14 -12114;1;4057.50;9.80;938.00;0.55;0.40 -12115;1;3814.00;9.80;1551.50;0.00;0.38 -12116;1;4744.00;9.87;750.00;-0.58;0.28 -12117;1;3698.50;13.95;1619.00;-0.46;0.36 -12118;1;4740.00;10.05;817.50;2.03;0.12 -12119;1;3998.00;18.82;1322.00;-1.24;0.58 -12120;1;5430.00;9.50;386.50;0.29;0.36 -12121;1;3873.50;10.40;1475.00;0.39;0.54 -12122;1;4363.00;9.60;848.00;0.00;0.20 -12123;1;5050.50;9.50;527.00;0.64;0.34 -12124;1;990.00;12.95;1679.50;-0.21;0.50 -12125;1;4336.50;9.50;894.50;-0.40;0.28 -12126;1;4342.24;9.50;638.19;0.61;0.98 -12127;1;4313.50;10.70;926.00;-0.16;0.20 -12128;1;3656.00;11.10;1552.50;-0.27;0.26 -12129;1;4518.00;9.85;662.50;0.87;0.36 -12130;1;3691.00;9.95;1627.50;-0.34;0.36 -12131;1;4381.50;10.55;749.00;-0.46;0.22 -12132;1;5388.00;9.50;301.50;-0.92;0.20 -12133;1;4454.00;9.70;802.50;0.00;0.22 -12134;1;944.50;15.35;1567.00;-0.61;0.40 -12135;1;5087.00;9.50;519.00;-0.78;0.28 -12136;1;4948.00;9.80;1512.50;-0.21;0.30 -12137;1;4054.50;10.30;1079.00;0.29;0.38 -12138;1;4405.50;9.70;588.50;-0.40;0.32 -12139;1;3800.50;9.80;1488.50;-0.50;0.52 -12140;1;5061.00;11.02;859.00;0.00;0.28 -12141;1;4419.50;11.00;1134.50;-0.09;0.34 -12142;1;3989.00;10.70;930.00;0.19;0.30 -12143;1;3796.00;9.80;1542.00;0.00;0.50 -12144;1;4374.50;9.70;745.00;0.64;0.24 -12145;1;1251.50;11.10;1724.00;-0.10;0.48 -12146;1;4007.00;11.32;845.00;0.46;0.40 -12147;1;1595.00;9.50;1912.50;-0.68;2.84 -12148;1;463.50;9.80;363.50;0.78;0.22 -12149;1;1688.50;9.80;1676.00;-0.61;0.38 -12150;1;4481.00;11.10;843.50;-0.27;0.32 -12151;1;4733.02;10.80;514.35;1.57;0.18 -12152;1;3964.50;9.90;1512.50;-0.07;0.48 -12153;1;4733.00;9.95;804.50;0.00;0.14 -12154;1;5078.00;11.50;559.50;-0.58;0.28 -12155;1;922.00;12.60;1653.50;0.00;0.40 -12156;1;4497.50;13.65;1220.00;0.10;0.40 -12157;1;3752.00;10.05;1606.50;0.18;0.40 -12158;1;4761.00;9.50;741.00;-0.32;0.24 -12159;1;5605.50;9.70;382.00;1.57;0.28 -12160;1;4760.50;11.60;783.50;-0.78;0.18 -12161;1;3793.00;9.90;1308.00;-0.64;0.50 -12162;1;4652.12;10.20;512.96;-0.24;0.26 -12163;1;3702.50;9.80;1436.50;0.78;0.44 -12164;1;4042.50;9.95;827.00;-0.89;0.28 -12165;1;4450.50;9.80;573.00;-0.46;0.26 -12166;1;1037.00;11.75;1839.50;-0.29;0.70 -12167;1;4468.00;9.80;866.50;-0.51;0.26 -12168;1;4404.50;9.60;651.00;-0.86;0.32 -12169;1;2814.00;12.07;1382.00;-0.78;0.18 -12170;1;3786.00;9.80;1524.00;-0.78;0.50 -12171;1;4614.00;10.90;725.50;0.00;0.26 -12172;1;3643.00;9.95;1597.00;-0.46;0.32 -12173;1;4373.00;9.70;892.00;-1.10;0.26 -12174;1;4136.00;9.80;1675.50;1.05;0.34 -12175;1;3655.50;9.85;1744.00;-0.12;0.38 -12176;1;4484.00;11.85;834.00;-1.24;0.30 -12177;1;3861.50;10.70;1451.50;0.22;0.58 -12178;1;4784.83;10.60;513.58;4.71;0.24 -12179;1;3704.50;10.00;1472.50;0.09;0.48 -12180;1;4053.50;9.70;865.00;0.16;0.22 -12181;1;4384.50;10.10;647.50;-0.40;0.34 -12182;1;3968.50;11.90;936.50;0.54;0.32 -12183;1;924.00;10.85;1639.00;0.46;0.32 -12184;1;4414.50;10.30;644.00;-0.89;0.24 -12185;1;3828.00;10.65;1604.00;0.46;0.38 -12186;1;4628.00;10.87;732.00;-0.46;0.34 -12187;1;3694.50;10.50;1732.50;0.26;0.48 -12188;1;4769.00;10.50;786.50;-0.92;0.20 -12189;1;4911.00;10.30;1477.00;-1.19;0.36 -12190;1;4768.50;9.70;505.50;0.19;0.18 -12191;1;4423.50;11.80;836.50;0.11;0.22 -12192;1;4916.50;9.75;1494.00;-1.07;0.42 -12193;1;5088.50;12.10;550.50;-0.40;0.40 -12194;1;3879.50;10.40;1494.50;-0.66;0.52 -12195;1;4394.50;10.00;880.50;0.19;0.30 -12196;1;4634.00;10.00;643.50;-0.27;0.28 -12197;1;4296.50;10.90;920.00;-0.29;0.20 -12198;1;3762.50;9.80;1522.00;-0.46;0.50 -12199;1;4408.50;10.85;728.00;-0.16;0.26 -12200;1;3713.00;15.80;1568.50;0.00;0.40 -12201;1;4351.00;9.87;785.00;0.00;0.24 -12202;1;1707.50;10.70;1640.50;-0.62;0.38 -12203;1;3639.50;9.80;1686.50;-0.40;0.26 -12204;1;4502.00;9.67;829.00;1.10;0.24 -12205;1;1599.00;10.35;1665.00;-0.54;0.36 -12206;1;4741.50;10.90;497.00;-0.89;0.18 -12207;1;5388.22;9.70;1654.32;-1.40;0.20 -12208;1;3972.00;10.40;881.50;0.27;0.28 -12209;1;4426.50;9.50;570.00;-0.64;0.34 -12210;1;4469.50;10.75;901.00;-0.12;0.32 -12211;1;878.50;11.30;1641.50;-0.62;0.32 -12212;1;4411.50;9.80;625.00;0.69;0.28 -12213;1;4698.50;9.70;941.00;-0.46;0.30 -12214;1;912.50;12.90;1687.50;-1.06;0.34 -12215;1;4376.50;9.50;717.50;-1.24;0.16 -12216;1;3696.00;10.55;1669.00;0.54;0.38 -12217;1;4756.50;12.55;774.00;-0.24;0.18 -12218;1;3877.50;11.25;1271.00;-0.91;0.44 -12219;1;4670.50;9.85;497.00;4.71;0.20 -12220;1;4362.50;9.65;838.00;-0.16;0.16 -12221;1;1720.50;11.00;1660.00;0.16;0.32 -12222;1;5151.00;9.50;551.00;0.00;0.16 -12223;1;1679.00;10.40;1691.50;-0.49;0.44 -12224;1;4391.00;9.60;870.00;-0.32;0.24 -12225;1;4617.00;10.60;625.00;-0.32;0.30 -12226;1;4007.50;11.60;945.00;-0.71;0.36 -12227;1;3742.00;9.90;1514.00;-0.16;0.40 -12228;1;4647.50;9.55;715.00;0.98;0.26 -12229;1;3768.00;10.47;1586.00;-0.19;0.44 -12230;1;4341.50;9.70;780.50;-0.19;0.22 -12231;1;840.38;10.80;1757.34;0.61;0.66 -12232;1;4479.50;9.80;817.00;-0.16;0.18 -12233;1;3707.50;9.90;1410.50;-0.07;0.48 -12234;1;4685.50;9.70;488.00;0.24;0.36 -12235;1;3670.00;9.60;1465.50;-0.18;0.36 -12236;1;4702.13;10.00;871.56;0.24;0.26 -12237;1;5096.00;11.92;541.00;-0.32;0.20 -12238;1;4332.50;9.80;923.50;0.14;0.22 -12239;1;3861.50;11.70;1272.50;0.14;0.44 -12240;1;5048.00;10.20;585.50;0.00;0.28 -12241;1;4090.50;14.20;952.50;0.54;0.28 -12242;1;3654.50;10.70;1563.50;0.54;0.24 -12243;1;4631.00;9.80;707.00;0.46;0.18 -12244;1;3645.00;9.95;1662.50;0.27;0.26 -12245;1;4764.50;11.55;776.00;-0.24;0.20 -12246;1;4878.00;9.50;471.50;-1.10;0.14 -12247;1;4024.50;10.40;813.50;-0.19;0.24 -12248;1;3864.50;11.90;1257.00;-0.16;0.42 -12249;1;4486.00;10.45;545.50;0.38;0.26 -12250;1;3899.00;16.50;1295.00;0.32;0.32 -12251;1;4252.73;9.70;835.41;0.00;0.16 -12252;1;4616.50;10.80;612.50;-0.54;0.28 -12253;1;4687.50;10.50;911.50;-0.19;0.18 -12254;1;3669.00;10.90;1486.00;-0.16;0.42 -12255;1;4398.50;10.60;701.00;-0.46;0.18 -12256;1;4310.00;10.10;953.00;-0.46;0.26 -12257;1;3819.50;9.90;1569.00;-0.46;0.46 -12258;1;4077.50;12.50;758.00;0.12;0.28 -12259;1;814.00;9.60;1749.50;4.24;0.36 -12260;1;4451.00;9.70;829.00;0.00;0.24 -12261;1;4886.00;10.40;1497.50;-0.43;0.48 -12262;1;4378.00;13.05;1026.00;0.16;0.32 -12263;1;4931.50;9.70;1511.50;-0.22;0.54 -12264;1;4408.00;9.72;876.00;-0.58;0.22 -12265;1;5256.50;9.90;536.50;0.78;0.26 -12266;1;3838.00;10.30;1513.00;-0.46;0.48 -12267;1;4294.50;9.65;905.00;-0.24;0.24 -12268;1;4441.50;10.25;604.00;0.89;0.26 -12269;1;3951.00;10.37;937.00;0.32;0.30 -12270;1;3667.50;9.90;1563.00;0.46;0.30 -12271;1;4410.00;10.30;692.50;-0.67;0.20 -12272;1;832.00;9.50;1732.00;-0.46;0.40 -12273;1;4753.00;11.02;766.00;-0.46;0.22 -12274;1;4470.00;10.80;1164.00;0.19;0.32 -12275;1;4000.00;10.90;823.50;-0.67;0.26 -12276;1;1616.50;10.50;1652.50;0.78;0.40 -12277;1;4522.50;11.20;532.50;-1.03;0.22 -12278;1;759.50;9.50;830.00;-0.74;0.54 -12279;1;4732.51;10.80;858.29;-0.14;0.24 -12280;1;4572.50;9.50;603.00;-0.12;0.28 -12281;1;873.50;10.45;1611.00;-0.29;0.40 -12282;1;4419.00;14.25;1042.00;-0.54;0.42 -12283;1;4551.50;10.30;681.00;-0.16;0.30 -12284;1;4288.50;9.90;939.00;-0.64;0.24 -12285;1;3834.50;10.10;1561.50;-0.09;0.44 -12286;1;4358.00;9.55;766.00;-0.46;0.20 -12287;1;3750.50;10.80;1636.50;0.40;0.30 -12288;1;4453.00;9.70;819.00;-0.46;0.24 -12289;1;1771.50;9.70;1661.50;-0.36;0.42 -12290;1;4900.00;10.10;453.50;-0.51;0.32 -12291;1;1737.00;10.30;1695.50;0.51;0.56 -12292;1;4345.00;9.50;850.50;-0.92;0.40 -12293;1;4536.50;10.05;530.00;-0.46;0.26 -12294;1;3722.50;9.90;1486.50;0.11;0.40 -12295;1;3977.00;10.90;917.00;-0.32;0.34 -12296;1;4446.50;10.30;594.00;-0.16;0.20 -12297;1;4458.50;10.70;936.50;-0.14;0.28 -12298;1;3669.50;10.25;1551.00;-0.16;0.28 -12299;1;4424.50;9.50;667.50;0.78;0.18 -12300;1;4548.00;13.65;1290.50;-0.34;0.36 -12301;1;1227.50;11.30;1409.50;0.42;0.46 -12302;1;4368.50;10.40;670.50;-0.78;0.32 -12303;1;994.50;11.70;1438.50;0.11;0.38 -12304;1;1605.50;9.50;1157.50;0.32;0.22 -12305;1;1399.50;9.90;1512.00;-1.05;0.30 -12306;1;1739.00;12.92;225.00;-1.10;0.68 -12307;1;4128.50;10.60;1015.00;0.29;0.34 -12308;1;5131.00;11.10;280.50;-0.41;0.42 -12309;1;3518.00;10.85;1346.50;0.51;0.24 -12310;1;4545.50;10.35;1097.00;0.12;0.36 -12311;1;4846.50;10.30;387.00;-0.14;0.62 -12312;1;1416.00;10.45;1581.50;-0.87;0.22 -12313;1;1351.00;9.70;1359.50;-0.27;0.34 -12314;1;3892.50;10.70;1260.50;0.11;0.52 -12315;1;4886.50;11.70;630.00;-0.46;0.34 -12316;1;3418.50;10.95;1213.00;-0.98;0.38 -12317;1;4328.50;10.70;948.00;-0.08;0.22 -12318;1;3467.00;17.35;1286.50;-0.67;0.28 -12319;1;4417.50;13.10;1007.00;-0.16;0.28 -12320;1;3502.00;12.30;1321.50;0.00;0.24 -12321;1;1819.00;10.10;203.50;1.14;0.66 -12322;1;4289.00;13.50;1090.50;-0.83;0.50 -12323;1;4648.00;9.90;262.00;0.19;0.54 -12324;1;3732.00;9.77;1352.00;-0.16;0.40 -12325;1;1496.00;10.30;1376.00;1.03;0.28 -12326;1;4853.00;10.42;419.00;-0.14;0.62 -12327;1;4393.50;17.30;1283.50;0.26;0.52 -12328;1;1403.00;10.40;1417.00;0.19;0.40 -12329;1;3838.50;10.45;1414.00;-0.61;0.50 -12330;1;4677.50;13.10;603.00;0.16;0.22 -12331;1;4536.00;14.30;1359.50;-0.38;0.62 -12332;1;4425.00;10.05;947.00;-0.32;0.32 -12333;1;3719.50;13.90;1284.50;-0.11;0.56 -12334;1;2131.50;10.80;512.00;0.10;0.44 -12335;1;4285.50;9.80;1017.50;0.09;0.36 -12336;1;1942.50;9.65;293.00;0.35;0.38 -12337;1;4703.50;10.20;1411.50;-0.62;0.32 -12338;1;4192.50;13.50;1080.50;0.19;0.32 -12339;1;4885.00;10.02;429.00;-0.46;0.38 -12340;1;3896.50;10.40;1379.50;-0.42;0.54 -12341;1;1296.50;10.40;1364.00;0.71;0.46 -12342;1;4865.00;10.25;1449.50;-0.41;0.36 -12343;1;4393.00;9.90;633.50;0.27;0.28 -12344;1;4566.50;13.85;1277.00;-0.46;0.30 -12345;1;4374.00;10.27;924.00;-0.78;0.24 -12346;1;1382.50;10.00;1482.50;-0.09;0.42 -12347;1;1616.50;9.70;1201.00;-0.16;0.36 -12348;1;4624.50;13.00;1384.50;-0.07;0.48 -12349;1;1778.50;10.40;178.00;-1.07;0.68 -12350;1;4568.50;9.90;1079.00;0.12;0.24 -12351;1;1868.50;9.70;299.00;0.29;0.44 -12352;1;5016.50;9.70;1388.50;-0.36;0.30 -12353;1;1510.50;10.30;1364.00;-0.46;0.30 -12354;1;5026.00;9.80;386.00;0.67;0.54 -12355;1;4825.00;11.45;1422.50;0.70;0.34 -12356;1;4508.50;13.90;1254.50;-0.40;0.42 -12357;1;1424.00;10.60;1593.00;-0.46;0.40 -12358;1;4673.00;10.65;627.00;-0.64;0.32 -12359;1;3657.00;9.82;1281.00;0.32;0.42 -12360;1;4415.50;10.20;913.50;-0.11;0.40 -12361;1;1350.00;10.30;1514.50;-0.41;0.44 -12362;1;5564.00;9.70;191.50;0.21;0.20 -12363;1;4326.50;11.45;1026.00;-1.07;0.36 -12364;1;1883.50;9.70;285.50;0.11;0.40 -12365;1;1388.00;11.02;1530.00;0.24;0.28 -12366;1;4245.00;11.80;1072.50;-0.38;0.30 -12367;1;5052.50;12.50;367.50;-0.32;0.42 -12368;1;1420.50;10.00;1569.50;-0.40;0.28 -12369;1;1276.00;9.70;1296.50;0.58;0.38 -12370;1;3975.50;17.20;1327.50;0.14;0.48 -12371;1;4998.50;10.90;599.50;0.14;0.26 -12372;1;3468.00;10.10;1221.50;1.04;0.44 -12373;1;4401.00;10.35;905.50;0.00;0.36 -12374;1;990.00;11.90;1410.50;0.00;0.36 -12375;1;4101.50;12.20;1004.50;-0.32;0.40 -12376;1;3481.00;14.92;1317.00;-0.32;0.26 -12377;1;5086.00;10.00;154.00;-0.19;0.48 -12378;1;4544.50;11.10;1052.50;-0.40;0.32 -12379;1;1897.00;9.70;270.00;0.16;0.34 -12380;1;3500.00;13.75;1335.50;0.27;0.18 -12381;1;1528.50;9.70;1362.50;-0.14;0.32 -12382;1;5055.50;11.20;347.50;0.11;0.44 -12383;1;3676.50;10.00;1368.00;0.73;0.40 -12384;1;1491.50;10.00;1422.50;0.32;0.26 -12385;1;3941.50;10.70;1412.00;-0.61;0.52 -12386;1;4883.00;10.30;595.00;0.24;0.54 -12387;1;3453.00;10.45;1272.00;0.00;0.28 -12388;1;4399.50;10.10;892.00;-0.46;0.30 -12389;1;2810.00;9.50;1518.00;-1.40;0.28 -12390;1;3903.00;10.80;1694.00;-0.14;0.50 -12391;1;3064.00;13.10;383.00;-0.24;1.18 -12392;1;4402.50;11.50;999.50;0.14;0.36 -12393;1;3716.00;10.70;1825.50;0.00;0.60 -12394;1;1850.00;9.87;263.00;-0.78;0.50 -12395;1;4241.50;10.40;1059.50;-0.32;0.34 -12396;1;2010.50;11.40;384.00;-0.21;0.52 -12397;1;3877.50;11.50;1383.00;0.46;0.54 -12398;1;1401.50;9.50;1349.50;0.78;0.26 -12399;1;976.00;17.07;1518.00;-0.46;0.64 -12400;1;5035.00;10.45;586.50;0.21;0.46 -12401;1;1346.50;10.30;1392.00;0.46;0.32 -12402;1;4429.50;10.20;896.00;0.46;0.38 -12403;1;4566.00;14.05;1343.00;-1.24;0.42 -12404;1;4301.50;10.10;992.50;0.14;0.30 -12405;1;1579.00;12.77;1556.00;-0.46;0.20 -12406;1;5129.50;9.95;141.00;-0.35;0.32 -12407;1;4532.50;11.70;1064.00;-0.16;0.30 -12408;1;4525.00;11.50;1190.50;-0.70;0.26 -12409;1;1840.00;10.05;244.50;0.00;0.44 -12410;1;1309.50;9.70;1344.50;0.42;0.44 -12411;1;5077.50;10.00;326.50;-0.09;0.50 -12412;1;4800.00;10.15;1425.00;-0.78;0.20 -12413;1;3443.00;10.85;1207.00;-1.21;0.44 -12414;1;4507.50;12.85;1135.00;-0.55;0.38 -12415;1;4399.00;12.50;608.50;0.27;0.30 -12416;1;3434.50;10.70;1269.00;0.16;0.28 -12417;1;4446.50;9.90;880.50;-0.11;0.30 -12418;1;1344.00;10.20;1579.50;0.00;0.42 -12419;1;3143.00;13.50;143.00;0.08;0.68 -12420;1;4068.50;10.40;989.00;-1.35;0.36 -12421;1;5028.50;12.10;1387.50;-0.19;0.24 -12422;1;2162.50;11.40;622.50;0.26;0.48 -12423;1;4225.00;10.10;1052.00;-0.32;0.40 -12424;1;5096.00;10.72;311.00;0.19;0.40 -12425;1;987.50;12.20;1482.50;-0.26;0.54 -12426;1;4596.00;10.52;1172.00;-0.32;0.30 -12427;1;4125.50;14.40;1502.50;-0.07;0.42 -12428;1;5053.00;15.60;562.50;-0.15;0.52 -12429;1;1417.50;10.40;1401.50;-0.14;0.30 -12430;1;3891.00;18.50;1308.00;-0.78;0.34 -12431;1;4423.00;9.90;886.00;-0.92;0.26 -12432;1;4569.00;13.40;1317.50;0.21;0.36 -12433;1;4404.50;11.40;986.50;0.14;0.30 -12434;1;3564.50;10.25;1310.00;0.12;0.40 -12435;1;5114.50;13.00;131.50;-0.11;0.40 -12436;1;4487.00;10.80;1048.50;0.51;0.32 -12437;1;1445.00;9.80;1524.00;-0.58;0.32 -12438;1;2066.00;11.80;521.50;-0.34;0.46 -12439;1;1537.50;9.70;1338.50;0.14;0.34 -12440;1;1922.50;10.00;353.50;0.54;0.56 -12441;1;3489.00;14.07;1337.00;0.58;0.24 -12442;1;3397.50;12.65;1215.00;-0.35;0.32 -12443;1;4874.50;9.90;1441.50;-0.62;0.30 -12444;1;4707.50;10.25;578.00;-0.24;0.30 -12445;1;1554.00;10.60;1471.50;-1.10;0.22 -12446;1;5024.22;9.70;1444.53;-0.55;0.56 -12447;1;4453.00;10.37;862.00;0.00;0.30 -12448;1;4555.00;14.35;1383.00;-1.10;0.44 -12449;1;4302.00;10.00;974.50;0.00;0.24 -12450;1;3512.50;16.10;1323.50;-0.78;0.26 -12451;1;5133.00;10.35;219.00;0.46;0.40 -12452;1;4145.50;10.50;1036.50;-0.62;0.32 -12453;1;1886.50;9.70;333.00;-0.34;0.50 -12454;1;3696.00;9.85;1366.50;-0.62;0.52 -12455;1;3388.00;12.10;1116.00;-0.16;0.50 -12456;1;1410.50;10.20;1595.50;-0.22;0.32 -12457;1;4960.00;10.05;521.00;-1.19;0.34 -12458;1;1354.50;10.20;1428.50;0.11;0.36 -12459;1;1723.00;9.80;1633.00;-0.58;0.36 -12460;1;4442.00;10.15;867.00;0.24;0.30 -12461;1;990.50;10.60;1395.50;0.32;0.32 -12462;1;4125.50;11.00;963.00;-0.89;0.30 -12463;1;1363.00;10.70;1481.50;-0.72;0.38 -12464;1;4302.00;10.17;1039.00;-0.24;0.30 -12465;1;3750.50;9.80;1341.00;0.35;0.46 -12466;1;1976.50;11.50;431.00;-0.07;0.54 -12467;1;2288.50;9.50;571.00;-1.32;0.36 -12468;1;1908.00;9.80;341.50;-0.41;0.40 -12469;1;4684.50;11.05;1412.00;0.39;0.42 -12470;1;1501.50;9.80;1385.50;-0.62;0.40 -12471;1;3766.00;9.65;1396.50;-0.62;0.52 -12472;1;4571.50;9.50;518.50;-0.54;0.24 -12473;1;3384.00;10.42;1252.00;0.00;0.32 -12474;1;3692.00;9.80;1413.00;0.35;0.48 -12475;1;4456.50;10.30;847.00;0.35;0.28 -12476;1;3479.00;12.32;1276.00;0.00;0.28 -12477;1;1587.50;9.50;1162.00;0.55;0.68 -12478;1;4685.50;10.30;1390.50;-0.32;0.32 -12479;1;2092.50;12.00;509.00;0.46;0.42 -12480;1;4090.00;10.40;1028.50;-1.17;0.28 -12481;1;1952.50;9.70;319.50;0.66;0.48 -12482;1;4831.50;11.15;1413.00;-0.69;0.26 -12483;1;4561.00;9.82;1102.00;0.00;0.34 -12484;1;5014.50;10.30;516.50;0.14;0.42 -12485;1;4728.50;9.80;1444.50;0.22;0.54 -12486;1;1337.50;10.30;1375.50;0.09;0.32 -12487;1;3889.50;10.70;1423.50;-0.19;0.60 -12488;1;4320.00;9.50;704.00;-0.58;0.44 -12489;1;1359.50;9.85;1440.00;-0.46;0.36 -12490;1;4074.50;11.15;972.00;0.16;0.36 -12491;1;3716.50;9.85;1307.00;-0.08;0.52 -12492;1;4297.50;9.80;1019.00;-0.10;0.24 -12493;1;5039.50;11.90;1367.50;0.95;0.38 -12494;1;1814.00;9.87;220.00;0.00;0.62 -12495;1;4587.50;10.90;1098.50;-0.40;0.32 -12496;1;1919.00;9.80;308.00;0.38;0.42 -12497;1;1404.00;10.15;1542.50;-0.87;0.34 -12498;1;1481.00;10.40;1389.00;-0.92;0.36 -12499;1;4922.00;10.35;435.00;-0.58;0.36 -12500;1;4885.50;9.80;1435.50;-0.54;0.30 -12501;1;1442.50;13.10;1462.50;-0.14;0.30 -12502;1;3779.00;13.40;1873.00;-0.82;1.26 -12503;1;1840.50;11.45;1816.00;-0.65;1.10 -12504;1;3257.00;13.20;423.00;-0.38;0.64 -12505;1;1969.50;9.50;1680.00;-0.86;0.52 -12506;1;4561.50;12.00;1646.00;0.24;0.60 -12507;1;4506.50;14.90;1511.00;-0.52;0.70 -12508;1;823.50;12.10;1864.50;0.03;1.32 -12509;1;4193.50;15.80;1513.00;0.08;0.56 -12510;1;4044.50;10.00;1673.00;-0.46;0.68 -12511;1;4013.00;13.35;1351.50;0.00;0.40 -12512;1;2105.50;11.30;1876.00;0.66;2.12 -12513;1;1296.50;10.40;1530.00;0.61;0.38 -12514;1;4113.00;9.80;1739.00;0.62;0.62 -12515;1;4138.00;10.10;1592.50;0.00;0.54 -12516;1;1252.00;11.50;1581.00;-0.16;0.52 -12517;1;3989.00;10.40;1811.50;0.00;0.94 -12518;1;5025.00;11.00;1729.00;0.38;1.52 -12519;1;3112.50;13.20;334.00;0.14;0.92 -12520;1;4248.50;14.40;1476.50;-0.36;0.64 -12521;1;3871.00;10.40;1640.50;-1.01;0.38 -12522;1;5233.00;10.60;1611.00;-0.32;1.28 -12523;1;4339.50;10.20;1684.00;-0.74;0.66 -12524;1;4232.50;13.20;1348.50;0.26;0.58 -12525;1;2234.00;9.50;792.00;-1.23;0.68 -12526;1;4062.50;16.35;1371.00;-1.19;0.40 -12527;1;3694.50;10.70;1712.50;-0.11;0.42 -12528;1;4155.00;10.40;1570.00;0.32;0.50 -12529;1;4067.50;10.40;1423.00;-0.61;0.50 -12530;1;3570.00;9.72;1965.00;4.71;0.44 -12531;1;4521.00;10.30;1779.00;-0.49;1.10 -12532;1;5098.50;11.30;95.50;-0.11;0.32 -12533;1;4529.00;13.20;1486.50;-0.65;0.50 -12534;1;1038.00;11.60;1874.50;-0.05;1.60 -12535;1;1062.00;14.45;1587.50;0.13;0.54 -12536;1;4121.00;10.50;1645.00;-0.19;0.48 -12537;1;4712.50;12.60;1548.50;-0.32;0.66 -12538;1;4589.00;11.00;1722.00;-0.24;1.00 -12539;1;4455.50;14.15;1368.00;-1.13;0.68 -12540;1;4403.50;11.60;1576.50;-0.50;0.48 -12541;1;4371.50;14.80;1398.50;0.17;0.68 -12542;1;3991.00;10.40;1738.50;-0.43;0.60 -12543;1;4702.00;10.90;1593.50;-0.65;0.64 -12544;1;4305.50;15.00;1453.50;-0.91;0.60 -12545;1;4057.00;9.70;1875.50;0.34;1.38 -12546;1;3977.00;9.80;1607.00;-0.12;0.54 -12547;1;3165.00;10.40;91.00;0.00;0.60 -12548;1;4785.50;12.30;1486.50;-0.70;0.54 -12549;1;4857.00;10.95;1953.50;-0.39;2.24 -12550;1;1357.50;10.80;1659.00;0.46;0.42 -12551;1;5076.50;10.00;1735.00;-0.15;1.42 -12552;1;1137.50;15.00;1461.00;-0.37;0.64 -12553;1;970.00;14.10;1635.00;-0.14;0.58 -12554;1;4643.00;12.87;1414.00;0.54;0.44 -12555;1;4217.50;9.80;1746.00;-0.04;0.72 -12556;1;4661.50;11.75;1586.00;0.57;0.68 -12557;1;4608.00;11.70;1460.00;0.46;0.68 -12558;1;3667.00;9.90;1796.50;-1.48;0.62 -12559;1;4997.50;10.00;1589.50;1.28;0.56 -12560;1;5113.00;11.25;100.50;0.00;0.28 -12561;1;1125.50;15.60;1567.50;-0.22;0.58 -12562;1;3143.50;9.90;1552.00;0.12;0.22 -12563;1;4240.00;10.72;1607.00;-0.92;0.86 -12564;1;4099.50;11.75;1494.00;-0.55;0.48 -12565;1;4693.50;12.30;1681.00;1.23;0.58 -12566;1;1217.00;11.30;1663.00;-0.62;0.56 -12567;1;3741.50;10.95;1670.00;-0.64;0.46 -12568;1;1483.50;10.50;1489.50;-0.62;0.34 -12569;1;4922.50;11.00;1566.50;0.32;0.54 -12570;1;1205.00;12.95;1512.50;0.00;0.36 -12571;1;860.50;11.70;1828.00;-0.50;0.96 -12572;1;1099.00;12.57;1675.00;0.00;0.52 -12573;1;1036.50;15.20;1514.00;-0.10;0.46 -12574;1;3938.50;9.70;1794.00;-1.26;0.56 -12575;1;4524.50;11.40;1640.00;0.24;0.80 -12576;1;5051.50;10.40;90.50;-0.40;0.26 -12577;1;1309.00;10.72;1613.00;-0.58;0.34 -12578;1;973.50;12.90;1726.00;-0.41;0.62 -12579;1;4353.00;14.47;1515.00;-0.32;0.68 -12580;1;3960.50;9.80;1678.50;-0.32;0.64 -12581;1;3909.50;14.80;1312.00;-0.74;0.56 -12582;1;750.00;9.50;834.50;-0.73;0.56 -12583;1;3963.00;11.05;1373.00;-1.40;0.40 -12584;1;3771.50;10.40;1643.00;-0.16;0.24 -12585;1;1102.50;12.70;1655.50;0.32;0.40 -12586;1;1297.50;10.50;1571.00;0.10;0.44 -12587;1;3656.00;9.90;1760.00;-0.24;0.38 -12588;1;1334.50;11.20;1691.50;-0.09;0.60 -12589;1;3118.50;10.00;83.50;0.71;0.84 -12590;1;4145.50;12.00;1454.50;-0.42;0.52 -12591;1;4854.50;11.40;1622.00;0.52;0.68 -12592;1;5171.00;10.15;1846.50;0.43;2.82 -12593;1;1209.50;10.80;1764.00;0.13;0.64 -12594;1;4073.50;10.75;1525.00;0.61;0.52 -12595;1;4226.50;10.60;1692.00;-0.83;0.64 -12596;1;4287.50;19.25;1312.00;-0.08;0.52 -12597;1;1311.00;11.10;1687.00;0.89;0.50 -12598;1;4272.50;14.00;1396.00;-1.05;0.58 -12599;1;4145.00;9.80;1715.50;-0.13;0.56 -12600;1;1755.50;11.65;1796.00;0.27;1.16 -12601;1;4072.50;14.20;1390.50;0.28;0.78 -12602;1;3921.50;9.70;1773.50;0.43;0.62 -12603;1;1176.50;11.00;1726.00;-0.60;0.74 -12604;1;5541.00;9.70;149.50;4.46;0.32 -12605;1;4444.50;14.60;1486.50;-0.17;0.66 -12606;1;4036.50;9.80;1633.00;-0.46;0.54 -12607;1;990.50;15.10;1586.00;-0.24;0.60 -12608;1;4556.50;10.50;1731.50;-0.23;1.16 -12609;1;4506.00;14.55;1355.00;-0.64;0.40 -12610;1;4322.00;13.57;1542.00;0.00;0.58 -12611;1;4640.50;10.30;1743.00;-0.33;1.20 -12612;1;4522.50;12.30;1415.50;-0.66;0.52 -12613;1;4057.50;10.00;1546.50;0.43;0.60 -12614;1;4339.50;16.25;1432.00;-0.24;0.62 -12615;1;4216.00;10.12;1789.00;0.29;1.04 -12616;1;3992.00;10.05;1586.50;0.00;0.58 -12617;1;5554.50;9.50;139.50;-0.54;0.30 -12618;1;4763.00;10.00;1478.50;-0.18;0.52 -12619;1;3915.50;10.30;1594.50;0.78;0.46 -12620;1;1251.50;10.90;1625.00;-0.71;0.44 -12621;1;4296.50;10.60;1638.50;0.07;0.64 -12622;1;4663.00;11.17;1536.00;-0.55;0.78 -12623;1;4893.00;10.35;1762.00;-0.49;1.16 -12624;1;1212.50;13.50;1478.50;-1.14;0.20 -12625;1;4318.00;13.25;1568.00;0.00;0.62 -12626;1;3672.50;10.35;1663.00;0.16;0.26 -12627;1;1164.00;17.95;1492.50;0.00;0.52 -12628;1;4276.00;12.35;1594.50;-0.92;0.50 -12629;1;4606.00;12.72;1432.00;-0.46;0.64 -12630;1;3845.50;10.30;1772.00;-0.98;0.70 -12631;1;4172.50;11.00;1622.00;0.64;0.50 -12632;1;5528.00;11.60;107.50;0.00;0.44 -12633;1;1102.00;15.65;1566.50;-0.49;0.46 -12634;1;4958.50;12.20;1832.50;0.44;2.44 -12635;1;4073.00;12.62;1482.00;0.19;0.56 -12636;1;1223.50;11.00;1795.50;-0.60;0.56 -12637;1;1509.00;11.47;1490.00;-0.92;0.38 -12638;1;4930.00;11.20;1536.50;0.00;0.54 -12639;1;3965.50;10.40;1714.50;-0.78;0.68 -12640;1;3911.50;11.30;1372.50;-1.24;0.36 -12641;1;4589.50;12.00;1559.50;-0.99;0.62 -12642;1;1187.00;14.00;1528.00;0.00;0.52 -12643;1;4179.00;9.70;1837.50;-1.21;1.24 -12644;1;4525.00;13.35;1578.50;0.72;0.66 -12645;1;5084.50;10.65;31.00;-0.08;0.36 -12646;1;1303.00;10.50;1595.00;-0.67;0.38 -12647;1;4423.00;11.05;1617.00;-1.01;0.72 -12648;1;3223.50;13.90;174.00;0.11;0.90 -12649;1;4348.00;15.00;1495.50;0.34;0.56 -12650;1;4891.00;11.60;1643.50;0.90;0.68 -12651;1;1084.00;16.67;1610.00;-0.46;0.76 -12652;1;3938.50;9.70;1656.00;0.08;0.56 -12653;1;3914.00;15.60;1262.00;-0.12;0.50 -12654;1;4817.00;9.97;1539.00;-0.86;0.64 -12655;1;4239.00;9.80;1721.50;-0.48;0.74 -12656;1;4181.00;10.10;1377.00;-0.85;0.52 -12657;1;4783.50;11.00;1562.50;-0.78;0.76 -12658;1;3924.00;10.30;1392.00;-0.40;0.56 -12659;1;3736.00;14.45;1740.50;0.20;0.54 -12660;1;4735.00;11.05;1610.50;0.72;0.56 -12661;1;360.50;9.80;1906.50;-0.58;1.92 -12662;1;4086.50;10.80;1446.50;-0.19;0.54 -12663;1;1173.50;11.00;1764.50;-1.28;0.68 -12664;1;5566.50;9.80;179.50;0.54;0.26 -12665;1;4569.50;12.15;1498.00;-0.74;0.68 -12666;1;4204.50;10.60;1671.50;-0.36;0.56 -12667;1;1288.00;10.80;1620.50;0.00;0.50 -12668;1;4501.50;10.40;1742.00;-1.02;0.90 -12669;1;4435.50;14.10;1384.00;-0.64;0.60 -12670;1;1444.50;10.50;1473.00;-0.24;0.20 -12671;1;4228.50;14.60;1403.50;-0.78;0.42 -12672;1;3995.50;10.30;1765.00;0.24;0.62 -12673;1;967.00;10.40;1671.00;0.24;0.46 -12674;1;2462.00;9.75;1889.50;-0.39;1.28 -12675;1;4342.00;16.35;1455.50;0.00;0.60 -12676;1;1012.00;13.20;1683.00;0.00;0.60 -12677;1;3219.50;13.20;432.50;0.44;1.12 -12678;1;4861.00;10.50;1491.50;-0.62;0.54 -12679;1;3995.00;9.80;1616.50;0.00;0.60 -12680;1;1937.00;9.50;1692.50;0.15;0.84 -12681;1;4476.00;10.70;1701.50;0.08;0.88 -12682;1;1182.00;10.50;1830.50;-0.81;1.02 -12683;1;5161.89;9.70;1724.73;0.11;1.58 -12684;1;1175.00;13.40;1447.00;0.35;0.62 -12685;1;1250.50;10.70;1701.00;0.34;0.50 -12686;1;4468.00;13.75;1427.50;0.53;0.70 -12687;1;4331.50;10.50;1841.50;0.21;1.36 -12688;1;1255.50;10.40;1744.50;-0.22;0.64 -12689;1;2542.00;14.65;1882.50;-0.23;1.60 -12690;1;4621.00;12.00;1471.50;-1.10;0.56 -12691;1;4261.50;11.40;1634.00;-0.46;0.78 -12692;1;3132.50;12.40;102.00;-0.37;0.80 -12693;1;1326.50;10.60;1672.00;-0.46;0.48 -12694;1;4797.00;12.30;1681.50;-0.26;0.72 -12695;1;4244.00;13.10;1505.50;0.33;0.72 -12696;1;3812.00;10.25;1683.50;0.00;0.62 -12697;1;1415.50;10.50;1529.00;0.46;0.28 -12698;1;1926.50;10.00;1726.50;0.27;0.88 -12699;1;1037.00;13.40;1491.50;0.00;0.46 -12700;1;3840.00;9.75;1754.00;0.85;0.86 -12701;1;1508.50;10.80;1732.00;0.30;0.82 -12702;1;3565.50;10.30;1075.00;-0.46;0.56 -12703;1;1644.50;12.00;982.00;0.16;0.48 -12704;1;3658.00;12.75;1217.50;0.00;0.52 -12705;1;4443.50;11.70;1121.50;-0.14;0.30 -12706;1;4496.50;14.60;1306.00;0.10;0.44 -12707;1;2838.00;10.57;853.00;0.73;0.84 -12708;1;4012.50;14.55;1153.00;-0.24;0.48 -12709;1;1472.00;12.55;1492.50;-0.27;0.36 -12710;1;2574.50;9.70;887.00;0.05;0.84 -12711;1;2818.00;10.40;1138.00;-0.19;0.82 -12712;1;1293.50;11.50;1127.50;0.42;0.50 -12713;1;4524.50;11.90;1211.50;0.40;0.32 -12714;1;3459.00;13.70;777.50;-0.36;0.84 -12715;1;1411.00;9.70;1197.50;-0.81;0.60 -12716;1;1869.50;11.45;959.00;-0.19;0.92 -12717;1;3921.50;12.50;1207.50;-0.26;0.58 -12718;1;3926.50;10.20;1092.50;-0.78;0.56 -12719;1;3194.00;11.55;738.50;0.00;1.16 -12720;1;1185.50;12.10;1402.50;-0.28;0.42 -12721;1;1244.00;15.60;1259.00;0.40;0.54 -12722;1;3845.50;12.50;1289.50;-1.00;0.40 -12723;1;3384.50;12.00;885.50;-0.36;0.54 -12724;1;4355.50;19.40;1126.50;-0.28;0.46 -12725;1;3375.50;12.65;971.00;0.18;0.62 -12726;1;3541.50;9.70;1157.00;0.55;0.48 -12727;1;3540.00;14.65;1033.50;0.23;0.74 -12728;1;1227.50;10.70;1361.00;-0.61;0.54 -12729;1;1710.00;9.82;865.00;0.58;0.98 -12730;1;4245.00;17.87;1099.00;-1.24;0.38 -12731;1;2854.00;10.50;776.00;-1.42;0.64 -12732;1;4401.00;13.72;1259.00;0.46;0.54 -12733;1;3210.00;10.60;1068.00;0.00;0.62 -12734;1;4023.50;11.50;855.00;0.10;0.38 -12735;1;1449.00;10.50;1423.00;0.00;0.40 -12736;1;1082.00;9.50;1253.50;0.53;0.92 -12737;1;4164.50;12.30;1441.00;-0.18;0.62 -12738;1;1456.00;9.52;1060.00;0.46;0.64 -12739;1;3742.50;11.95;1164.00;0.29;0.58 -12740;1;3650.00;9.80;980.00;0.00;1.04 -12741;1;3142.00;10.60;703.00;-0.19;0.50 -12742;1;2774.00;9.70;734.50;0.15;0.60 -12743;1;3970.50;10.30;1023.50;0.42;0.48 -12744;1;3275.50;11.20;810.00;-1.23;0.58 -12745;1;1133.00;15.20;1341.50;-0.65;0.54 -12746;1;1164.50;10.45;1198.00;-0.60;0.72 -12747;1;2572.50;9.70;833.50;-0.78;0.48 -12748;1;3679.00;11.85;1226.50;-0.23;0.62 -12749;1;3514.50;10.70;1110.50;-0.19;0.68 -12750;1;4436.00;12.85;1310.50;0.49;0.58 -12751;1;2676.50;11.00;852.50;-0.78;0.90 -12752;1;1524.50;9.65;1311.00;-1.05;0.42 -12753;1;1352.00;9.75;1121.00;-0.19;0.72 -12754;1;3987.50;14.85;1188.00;0.08;0.52 -12755;1;1241.00;13.45;1178.50;0.49;0.52 -12756;1;3587.00;12.15;1186.00;-0.64;0.50 -12757;1;3485.00;10.80;759.50;-0.44;0.90 -12758;1;3434.00;12.75;1059.50;0.18;0.56 -12759;1;3533.00;12.02;812.00;0.00;0.38 -12760;1;2821.00;11.80;1241.00;-0.78;0.26 -12761;1;3794.00;13.50;1103.50;-1.04;0.62 -12762;1;2846.00;10.40;820.00;-0.67;0.80 -12763;1;3933.00;13.82;1226.00;-0.78;0.46 -12764;1;3204.00;9.67;1129.00;0.16;0.52 -12765;1;1052.50;15.30;1456.50;-0.32;0.54 -12766;1;3417.50;14.50;887.50;-0.40;0.48 -12767;1;4449.50;10.50;1172.50;-0.78;0.38 -12768;1;3568.00;10.70;955.00;0.00;1.04 -12769;1;3866.50;18.10;1207.00;-0.71;0.56 -12770;1;1679.00;9.95;860.50;0.21;0.78 -12771;1;3292.50;10.10;1012.00;-0.64;0.46 -12772;1;1672.00;9.70;1013.50;-0.87;0.56 -12773;1;3539.00;13.35;1215.00;-0.78;0.42 -12774;1;3779.00;10.12;1064.00;-0.58;0.58 -12775;1;3105.50;11.10;595.00;0.46;0.90 -12776;1;4414.00;13.30;1291.00;-0.46;0.48 -12777;1;4075.50;10.45;1074.00;-0.89;0.42 -12778;1;1339.50;10.55;1443.00;-0.29;0.36 -12779;1;4030.50;10.90;881.00;-0.55;0.32 -12780;1;3671.50;14.65;1137.00;0.41;0.56 -12781;1;4020.50;11.10;969.50;0.40;0.38 -12782;1;1266.00;10.45;1346.00;0.19;0.46 -12783;1;3256.00;12.65;650.50;-0.39;0.98 -12784;1;4118.50;22.55;1170.00;-0.18;0.74 -12785;1;2817.50;9.65;755.00;0.28;0.36 -12786;1;4095.50;10.30;1063.50;0.62;0.34 -12787;1;2776.50;10.20;761.00;-0.60;0.74 -12788;1;3814.00;14.60;1200.50;0.29;0.54 -12789;1;4353.00;16.87;1092.00;0.21;0.54 -12790;1;1632.00;9.90;1021.50;0.00;0.36 -12791;1;1144.00;12.87;1399.00;-0.32;0.52 -12792;1;3916.50;9.70;1109.50;-0.78;0.44 -12793;1;3544.00;14.42;1276.00;-0.24;0.40 -12794;1;2715.50;11.00;825.50;-0.11;0.60 -12795;1;3165.00;12.12;500.00;0.00;0.72 -12796;1;3300.50;10.40;933.50;-0.84;0.88 -12797;1;4422.50;17.40;1229.00;0.35;0.38 -12798;1;1588.50;17.20;860.50;0.70;0.58 -12799;1;4043.50;11.00;1011.50;0.50;0.40 -12800;1;3324.00;10.75;792.00;0.41;0.78 -12801;1;4077.00;22.65;1222.00;-1.15;0.78 -12802;1;2618.00;12.05;834.00;-0.16;0.50 -12803;1;1458.00;10.60;1434.00;-0.92;0.42 -12804;1;1186.00;15.87;1244.00;-0.89;0.50 -12805;1;3962.00;20.70;1279.50;0.29;0.64 -12806;1;3312.50;10.50;877.00;-0.52;0.48 -12807;1;4150.50;22.95;1115.00;0.46;0.46 -12808;1;3199.00;11.00;682.50;0.13;0.60 -12809;1;3723.00;13.80;1135.50;0.00;0.56 -12810;1;1305.00;9.70;1167.50;0.83;0.56 -12811;1;1223.00;10.75;1332.00;-0.40;0.56 -12812;1;3508.00;10.70;749.50;-0.63;0.98 -12813;1;3494.00;11.90;1052.00;-0.86;0.58 -12814;1;3562.50;11.10;797.50;0.60;0.54 -12815;1;4366.00;20.60;1218.00;0.16;0.56 -12816;1;3238.50;10.60;1061.50;-0.23;0.72 -12817;1;2869.00;11.10;795.00;-0.35;0.74 -12818;1;3634.50;13.40;1220.50;0.43;0.58 -12819;1;4417.50;14.90;1117.50;-1.24;0.50 -12820;1;4284.50;13.90;1332.50;-0.09;0.62 -12821;1;3546.00;12.75;877.50;0.11;0.74 -12822;1;3987.00;12.80;1166.00;-0.64;0.46 -12823;1;1412.50;9.80;1087.50;0.40;0.36 -12824;1;3115.50;11.10;705.50;0.39;0.64 -12825;1;1696.50;9.80;823.50;0.55;1.36 -12826;1;3308.00;10.60;912.50;-0.53;0.68 -12827;1;1118.50;14.90;1351.50;-0.06;0.48 -12828;1;1911.50;9.80;935.50;-0.72;0.76 -12829;1;3960.00;12.15;1043.50;0.00;0.46 -12830;1;3088.50;10.60;726.00;0.43;0.98 -12831;1;3901.00;17.05;1208.00;0.40;0.60 -12832;1;3628.50;10.60;1103.50;-0.68;0.70 -12833;1;1037.50;9.60;1390.50;1.18;0.48 -12834;1;2570.50;9.65;853.00;0.24;0.28 -12835;1;1237.00;15.87;1284.00;0.32;0.54 -12836;1;3274.00;10.40;940.00;0.42;0.76 -12837;1;4374.50;19.65;1138.00;0.27;0.62 -12838;1;2725.50;10.20;882.00;0.34;0.68 -12839;1;3478.00;10.10;1190.50;0.34;0.44 -12840;1;3561.50;9.80;741.50;1.30;0.64 -12841;1;4418.50;14.80;1080.00;-0.39;0.32 -12842;1;2815.50;11.60;1173.50;0.06;0.72 -12843;1;2819.00;10.55;784.00;-1.32;0.44 -12844;1;3953.00;10.20;1094.00;-0.40;0.50 -12845;1;1657.00;9.85;983.50;-0.33;0.56 -12846;1;4315.00;21.60;1240.50;-0.34;0.66 -12847;1;3228.00;11.90;645.50;0.00;0.56 -12848;1;1228.50;11.60;1427.00;-0.29;0.50 -12849;1;2820.50;10.40;1019.00;-0.39;2.18 -12850;1;1172.50;14.10;1307.00;-0.21;0.46 -12851;1;2751.50;10.80;852.00;-0.84;0.94 -12852;1;3722.00;10.40;1171.50;-0.13;0.46 -12853;1;2063.00;9.70;838.00;-0.54;0.72 -12854;1;4060.00;10.15;1002.50;-0.34;0.44 -12855;1;3517.00;10.00;1192.50;-0.41;0.44 -12856;1;3381.00;14.47;788.00;0.35;0.70 -12857;1;2649.00;10.60;1128.50;0.00;0.20 -12858;1;2582.50;9.60;825.50;-0.86;0.76 -12859;1;1006.50;9.75;1359.00;-0.55;0.56 -12860;1;4225.50;16.00;1091.00;-0.46;0.46 -12861;1;3528.50;13.95;1263.00;0.08;0.40 -12862;1;3354.00;10.90;866.00;-0.19;0.44 -12863;1;3687.00;12.15;1112.50;0.34;0.52 -12864;1;4161.00;12.40;1310.50;0.11;0.76 -12865;1;1448.50;11.35;1088.00;-0.05;0.72 -12866;1;3054.50;10.80;1116.50;-0.70;0.64 -12867;1;1365.00;9.90;1153.50;-0.41;0.48 -12868;1;3994.50;10.70;1115.00;0.24;0.40 -12869;1;1678.50;9.80;820.00;0.65;1.24 -12870;1;3511.00;11.75;1025.50;-0.29;0.72 -12871;1;3763.00;13.20;1202.00;0.00;0.58 -12872;1;1613.00;11.80;941.00;-0.26;0.40 -12873;1;1174.00;11.55;1223.50;-0.58;0.60 -12874;1;2839.00;10.90;797.50;0.23;0.74 -12875;1;1247.00;10.80;1393.50;0.18;0.40 -12876;1;3948.50;9.90;1112.50;1.06;0.50 -12877;1;3827.00;15.67;1240.00;-0.40;0.54 -12878;1;1503.50;9.70;1011.50;-0.32;0.44 -12879;1;3499.50;10.60;1137.50;-0.68;0.60 -12880;1;4461.00;13.75;1339.50;0.00;0.54 -12881;1;3323.50;10.60;904.50;-0.72;0.82 -12882;1;4434.50;16.05;1213.00;-0.39;0.34 -12883;1;3427.00;9.67;985.00;0.00;0.68 -12884;1;4029.00;22.75;1195.50;-0.58;0.46 -12885;1;1975.50;9.90;936.00;0.08;0.72 -12886;1;3933.00;9.77;1055.00;0.64;0.40 -12887;1;3326.50;11.20;823.50;-0.19;0.78 -12888;1;2900.00;10.05;1217.50;0.41;0.34 -12889;1;3330.50;11.75;1070.00;-0.21;0.38 -12890;1;4245.00;16.97;1290.00;-0.98;0.70 -12891;1;2559.00;9.50;842.50;-0.87;0.52 -12892;1;4163.00;16.55;1099.00;0.32;0.38 -12893;1;1207.50;12.60;1441.00;-0.10;0.48 -12894;1;3596.00;12.15;930.00;-0.58;0.68 -12895;1;3749.00;11.25;1137.50;0.00;0.74 -12896;1;3104.50;11.35;562.00;-0.16;0.58 -12897;1;1174.50;13.30;1333.00;-0.24;0.58 -12898;1;4356.00;13.85;1061.00;0.14;0.34 -12899;1;4263.50;21.40;1195.50;-0.05;0.84 -12900;1;2897.50;9.80;763.50;0.19;0.68 -12901;1;1942.50;10.20;458.50;-0.19;0.64 -12902;1;1875.50;10.00;584.50;0.22;0.74 -12903;1;2161.00;11.35;603.00;-0.64;0.52 -12904;1;4760.00;10.22;314.00;-0.32;1.16 -12905;1;4541.00;9.95;664.50;-0.38;0.26 -12906;1;4931.50;9.85;220.00;-0.37;1.14 -12907;1;1627.00;9.50;267.50;-1.40;0.86 -12908;1;3354.50;11.70;392.00;0.03;0.52 -12909;1;2152.00;11.42;583.00;0.00;0.60 -12910;1;4966.00;9.70;122.50;-0.67;0.40 -12911;1;3363.00;12.87;548.00;0.10;0.78 -12912;1;4749.50;10.80;268.00;-0.57;1.10 -12913;1;2080.00;10.22;779.00;0.00;1.06 -12914;1;1713.50;18.70;387.50;-0.17;0.44 -12915;1;4870.00;10.10;363.50;-0.74;0.86 -12916;1;1878.00;10.30;560.00;0.16;0.66 -12917;1;1753.00;10.00;688.00;-0.16;0.92 -12918;1;4987.50;10.30;125.00;-0.12;0.46 -12919;1;1804.50;10.30;825.00;0.63;1.48 -12920;1;1702.50;12.60;223.00;-0.14;0.42 -12921;1;3014.50;12.00;343.00;0.33;0.84 -12922;1;1891.00;10.40;443.50;0.61;0.88 -12923;1;2083.50;11.40;574.00;0.21;0.62 -12924;1;4988.50;9.70;104.50;0.26;0.52 -12925;1;3040.00;11.10;557.50;-0.51;0.38 -12926;1;4768.00;10.57;233.00;0.00;0.90 -12927;1;3426.50;10.00;665.50;0.07;0.78 -12928;1;1725.00;20.60;376.50;-0.36;0.60 -12929;1;3330.00;11.47;664.00;-0.18;0.90 -12930;1;1774.00;20.52;550.00;0.11;0.60 -12931;1;5078.50;10.80;535.50;-0.40;0.38 -12932;1;5006.00;9.97;93.00;0.00;0.40 -12933;1;2125.00;9.70;807.00;-0.24;0.72 -12934;1;5035.00;9.80;189.00;-0.66;0.72 -12935;1;3324.00;10.90;313.00;-0.64;0.70 -12936;1;4939.00;10.20;345.00;0.00;0.74 -12937;1;2017.00;10.95;533.50;-0.72;0.48 -12938;1;2125.00;11.52;558.00;-0.35;0.60 -12939;1;1816.50;10.35;681.00;-0.29;1.42 -12940;1;3134.00;12.25;244.00;-0.55;1.12 -12941;1;3459.00;9.70;639.00;0.54;0.50 -12942;1;1796.00;13.45;345.50;-0.43;0.58 -12943;1;1857.50;9.80;465.00;0.55;0.84 -12944;1;3422.50;10.60;481.00;0.46;0.68 -12945;1;3073.50;11.25;563.00;-0.64;0.66 -12946;1;1720.50;11.00;92.50;0.68;0.74 -12947;1;2078.50;10.30;736.50;-0.43;0.94 -12948;1;4821.00;9.80;181.00;0.00;0.64 -12949;1;5042.00;10.15;273.50;-0.18;1.00 -12950;1;3316.00;11.05;400.00;-0.32;0.94 -12951;1;1940.00;10.60;516.00;-0.39;0.92 -12952;1;1753.50;10.05;105.00;-0.64;0.62 -12953;1;1646.00;20.00;651.50;-1.50;0.62 -12954;1;1686.00;9.50;188.00;-0.19;0.46 -12955;1;4541.50;10.30;615.50;-0.78;0.46 -12956;1;3498.00;11.15;277.00;0.27;0.70 -12957;1;4984.50;9.70;367.00;-0.10;0.48 -12958;1;3014.00;12.72;436.00;-0.61;0.78 -12959;1;2025.50;10.10;641.50;-0.34;0.94 -12960;1;1896.50;9.50;73.00;0.46;0.40 -12961;1;2224.00;11.10;738.50;0.21;0.38 -12962;1;4747.00;10.30;173.50;0.15;0.60 -12963;1;3192.50;12.50;283.50;-0.20;1.48 -12964;1;1894.00;10.32;400.00;-0.27;0.58 -12965;1;1815.50;9.70;757.00;-0.74;1.80 -12966;1;5476.00;11.35;56.50;0.18;0.44 -12967;1;3360.00;13.62;507.00;-0.58;0.90 -12968;1;5054.00;9.85;172.00;0.38;0.58 -12969;1;1608.50;17.80;729.50;0.37;0.76 -12970;1;1769.00;10.75;308.50;0.20;0.58 -12971;1;3380.00;9.65;365.50;0.83;0.74 -12972;1;2049.00;11.12;500.00;-0.58;0.50 -12973;1;1821.50;10.60;608.00;-0.30;1.14 -12974;1;5458.50;12.30;51.00;0.35;0.46 -12975;1;2995.50;10.30;580.50;-0.48;0.84 -12976;1;4775.00;9.80;163.50;0.72;0.48 -12977;1;2055.00;11.90;552.50;0.00;0.66 -12978;1;1778.50;15.05;400.00;0.41;0.72 -12979;1;1822.50;11.50;522.00;0.20;0.72 -12980;1;5440.50;11.00;38.50;-0.40;0.42 -12981;1;3070.50;12.50;490.50;0.03;1.26 -12982;1;1752.50;13.10;192.50;0.05;0.78 -12983;1;1606.50;13.30;698.50;-0.07;0.64 -12984;1;1692.00;10.07;262.00;-0.21;0.36 -12985;1;2999.00;10.65;388.50;-0.15;0.54 -12986;1;3333.00;12.12;426.00;0.12;0.64 -12987;1;2008.50;10.55;600.00;-0.41;0.86 -12988;1;5435.50;9.90;24.00;0.12;0.36 -12989;1;3312.50;11.40;655.50;0.50;0.54 -12990;1;4746.00;9.70;147.50;-0.49;0.52 -12991;1;3526.50;10.00;698.50;0.50;0.60 -12992;1;4921.00;10.00;269.50;-0.75;0.88 -12993;1;4717.50;10.70;313.50;0.48;0.72 -12994;1;1716.50;12.50;478.00;-0.06;0.50 -12995;1;5133.50;9.50;487.00;0.24;0.22 -12996;1;2160.50;9.70;514.50;0.32;0.40 -12997;1;1611.50;11.50;673.50;0.32;0.54 -12998;1;1803.50;9.90;245.50;0.43;0.56 -12999;1;2042.50;9.80;806.00;-0.88;1.00 -13000;1;1846.00;9.80;367.50;0.15;0.58 -13001;1;4761.50;9.70;503.00;0.16;0.20 -13002;1;4307.00;9.70;412.00;0.00;0.24 -13003;1;2687.85;9.50;1800.66;3.14;0.36 -13004;1;2806.00;9.50;1542.50;-1.22;0.34 -13005;1;4457.00;9.55;481.00;0.00;0.20 -13006;1;2712.00;9.50;1521.00;-1.10;0.48 -13007;1;2720.50;9.50;1502.00;-0.08;0.54 -13008;1;3672.50;9.60;1438.50;-0.22;0.52 -13009;1;1854.50;9.70;1091.00;1.57;0.12 -13010;1;1826.00;9.60;1411.00;-0.78;0.36 -13011;1;2871.00;9.85;1496.50;0.38;0.24 -13012;1;1858.00;9.50;1049.50;4.24;0.12 -13013;1;2567.00;9.60;572.00;0.00;0.16 -13014;1;2415.50;9.50;915.00;3.95;0.78 -13015;1;2910.00;9.55;655.00;-0.46;0.32 -13016;1;2721.00;9.70;394.00;0.00;0.24 -13017;1;3668.50;10.00;311.00;-0.46;0.18 -13018;1;3709.00;10.05;328.00;-0.78;0.20 -13019;1;3969.00;9.70;517.00;0.00;0.18 -13020;1;5533.50;9.90;627.50;3.92;0.28 -13021;1;5507.00;10.87;668.00;0.00;0.20 -13022;1;5504.00;10.17;682.00;0.00;0.16 -13023;1;5072.00;10.95;878.00;0.00;0.14 -13024;1;5077.00;10.87;899.00;0.00;0.14 -13025;1;5021.50;10.50;1055.50;-0.62;0.48 -13026;1;5212.50;10.60;1041.00;4.71;0.26 -13027;1;4945.00;11.22;780.00;0.00;0.16 -13028;1;4957.00;9.90;799.00;0.00;0.24 -13029;1;4978.00;10.40;803.00;0.00;0.18 -13030;1;5047.00;9.50;763.50;1.44;0.34 -13031;1;5071.00;9.50;756.00;3.14;0.34 -13032;1;5129.50;9.50;762.00;1.57;0.26 -13033;1;5141.50;9.50;785.50;2.35;0.24 -13034;1;5203.00;9.57;738.00;0.00;0.20 -13035;1;5338.00;11.10;720.00;4.71;0.18 -13036;1;5272.00;12.12;762.00;0.00;0.20 -13037;1;5086.95;9.60;1405.85;-0.99;0.70 -13038;1;5411.00;11.72;641.00;0.00;0.18 -13039;1;5452.00;10.40;746.50;3.14;0.20 -13040;1;5489.00;10.20;748.00;0.00;0.14 -13041;1;5414.01;10.10;799.14;3.73;0.52 -13042;1;5481.00;10.92;765.00;0.00;0.16 -13043;1;5476.00;10.30;788.00;0.00;0.22 -13044;1;5457.00;10.85;803.50;3.14;0.12 -13045;1;5386.00;10.80;835.00;0.00;0.16 -13046;1;5339.00;10.90;833.00;0.78;0.18 -13047;1;5406.00;11.77;963.00;0.00;0.18 -13048;1;266.50;9.70;743.50;-1.42;0.10 -13049;1;308.00;13.70;710.50;1.10;0.20 -13050;1;104.00;11.15;607.50;0.00;0.26 -13051;1;158.00;10.30;913.00;0.00;0.24 -13052;1;32.00;11.70;1116.50;0.00;0.20 -13053;1;341.00;11.07;676.00;0.00;0.22 -13054;1;5551.00;9.50;558.00;0.00;0.28 -13055;1;5589.00;11.30;522.00;0.00;0.20 -13056;1;5600.00;11.85;513.50;0.00;0.20 -13057;1;5612.00;9.82;495.00;0.00;0.20 -13058;1;2083.00;15.12;1999.00;-1.21;1.94 -13059;1;4606.00;10.90;1803.00;0.84;1.76 -13060;1;4612.00;9.80;1971.00;-0.54;2.38 -13061;1;4948.50;10.70;1923.50;-0.50;2.30 -13062;1;5326.00;10.50;1947.50;-0.20;2.74 -13063;1;5553.00;9.92;1941.00;0.23;2.54 -13064;1;4209.00;9.80;1949.50;-1.16;1.58 -13065;1;4383.50;10.60;1887.50;-0.85;1.72 -13066;1;2148.00;12.75;1938.50;0.57;1.70 -13067;1;5499.50;10.50;1657.00;1.57;0.24 -13068;1;2879.50;9.80;1536.00;-1.19;0.16 -13069;1;490.50;13.80;2017.00;-0.92;0.96 -13070;1;2798.00;9.90;1551.00;-0.46;0.20 -13071;1;2544.12;9.70;1113.18;4.20;0.56 -13072;1;3502.00;9.50;449.00;1.01;0.60 -13073;1;3087.50;10.20;1130.50;0.78;0.42 -13074;1;2818.00;13.65;1202.00;0.16;0.52 -13075;1;540.00;9.50;989.00;-0.50;1.80 -13076;1;3848.00;14.85;1922.50;0.74;1.16 -13077;1;2880.00;12.00;1237.50;0.00;0.34 -13078;1;3169.00;9.80;1161.50;0.00;0.28 -13079;1;3613.00;11.62;906.00;0.11;0.76 -13080;1;136.00;9.50;421.50;-1.44;0.18 -13081;1;2875.50;10.75;1518.00;0.24;0.20 -13082;1;3756.00;11.85;1080.50;0.00;0.66 -13083;1;1748.00;9.80;823.00;0.54;0.94 -13084;1;1822.00;9.57;1160.00;0.00;0.12 -13085;1;1407.50;11.20;1107.00;0.21;0.52 -13086;1;1700.00;14.15;589.50;-0.90;0.80 -13087;1;1492.50;10.20;1024.00;-0.08;0.52 -13088;1;1269.00;10.75;1252.50;0.29;0.52 -13089;1;1189.50;14.35;1193.00;-0.35;0.46 -13090;1;173.60;9.70;1805.15;-1.19;0.76 -13091;1;478.00;10.40;1987.50;0.44;0.66 -13092;1;1474.00;9.70;1034.50;-0.87;0.56 -13093;1;1427.00;9.70;1083.50;0.00;0.32 -13094;1;1397.00;10.70;1739.50;-0.91;0.78 -13116;1;2967.50;10.55;1526.00;0.64;0.24 -13143;1;4574.50;9.90;1094.50;0.32;0.30 -13150;1;4680.00;12.20;1487.50;0.58;0.32 -13193;1;3838.50;9.50;1979.50;0.92;2.14 -13205;1;3100.50;13.50;1517.50;-0.95;0.28 -13206;1;3179.50;10.50;1588.00;0.64;0.24 -13207;1;3681.50;9.90;1374.50;-0.06;0.40 -13208;1;4239.50;10.40;1053.00;0.12;0.36 -13209;1;3329.50;12.10;468.50;-0.66;0.40 -13210;1;3017.00;11.10;626.50;0.82;0.92 -13211;1;3086.00;11.10;787.00;0.91;0.80 -13212;1;2820.50;10.70;803.50;0.36;0.44 -13213;1;2577.50;9.80;861.50;0.78;0.20 -13214;1;1108.00;12.45;1351.50;0.65;0.40 -13215;1;1001.50;12.55;1395.00;-0.46;0.40 -13216;1;1007.50;13.00;1378.50;0.11;0.28 -13217;1;3165.00;12.15;359.50;0.00;0.36 -13218;1;2707.50;12.50;1384.00;-0.24;0.20 -13219;1;2708.50;13.30;1371.50;0.19;0.20 -13220;1;2750.50;12.75;1376.00;-0.24;0.20 -13221;1;2711.00;13.27;1334.00;1.10;0.20 -13222;1;2801.00;13.52;1328.00;-0.32;0.20 -13223;1;2805.50;13.00;1340.00;-0.46;0.20 -13224;1;2746.50;13.15;1314.00;-0.46;0.16 -13225;1;2809.00;10.17;1351.00;0.00;0.16 -13226;1;2757.50;13.75;1355.00;0.16;0.16 -13227;1;2740.50;12.85;1344.00;-0.98;0.16 -13228;1;2711.50;10.10;1256.00;-0.98;0.24 -13230;1;2701.50;10.70;1312.00;-0.24;0.20 -13231;1;2721.50;11.40;1270.00;-0.24;0.20 -13232;1;2719.00;12.40;1345.50;0.58;0.16 -13233;1;2758.50;13.30;1375.50;-0.78;0.20 -13236;1;2892.00;9.67;1581.00;1.57;0.08 -13237;1;2747.00;9.50;1723.00;-0.78;0.28 -13238;1;2971.00;9.70;1603.50;-0.87;0.28 -13239;1;2982.50;10.80;1486.50;0.78;0.08 -13240;1;3106.50;9.70;1606.00;-0.24;0.24 -13241;1;3138.00;9.52;1632.00;0.32;0.16 -1;2;3358.50;9.70;1164.00;-0.24;0.08 -2;2;3432.00;10.35;1696.50;0.87;0.30 -3;2;3367.00;10.40;1804.50;0.00;0.28 -4;2;3163.00;9.50;1849.00;-0.50;0.88 -5;2;2895.00;9.50;1619.00;0.51;0.82 -6;2;3575.00;10.50;1756.50;-1.21;0.26 -7;2;3275.50;10.60;1827.50;0.78;0.32 -8;2;3309.50;11.30;1676.00;-0.98;0.18 -9;2;1954.00;9.50;224.00;-0.89;1.24 -10;2;3001.50;11.80;1765.00;0.69;0.28 -11;2;3080.50;11.50;1869.50;1.06;0.34 -12;2;3504.50;9.80;1674.50;0.19;0.24 -13;2;1363.00;9.50;285.00;0.11;1.34 -14;2;2962.50;9.90;1720.50;-0.19;0.24 -15;2;3291.50;11.00;1914.50;0.78;0.36 -16;2;5250.50;9.50;1540.50;-0.82;1.18 -17;2;3076.50;9.80;1565.00;0.64;0.20 -18;2;1684.00;10.00;897.50;-1.08;0.24 -19;2;3871.50;9.50;645.50;-1.04;1.12 -20;2;3126.50;9.50;1193.00;-0.50;0.68 -21;2;2949.00;10.12;1814.00;0.00;0.44 -22;2;3166.00;9.50;2007.50;3.14;0.34 -23;2;3500.00;9.82;1707.00;0.00;0.24 -24;2;5234.50;9.50;490.00;0.33;0.98 -25;2;5334.50;9.50;1267.50;-1.06;1.18 -26;2;3384.50;10.10;1792.50;-0.78;0.32 -27;2;2957.00;12.90;1751.50;0.67;0.34 -28;2;4797.50;9.50;468.50;1.23;0.92 -29;2;4184.50;9.50;627.50;0.57;0.80 -30;2;3221.50;10.50;1876.00;1.15;0.24 -31;2;3612.50;10.10;1713.50;-1.37;0.22 -32;2;3157.50;9.70;1765.50;-0.54;0.24 -33;2;4478.00;9.50;346.50;0.89;1.00 -34;2;3951.50;9.50;775.00;0.64;1.02 -35;2;3063.00;9.60;1727.50;0.38;0.28 -36;2;3308.00;9.80;1858.00;-0.98;0.44 -37;2;1626.00;10.45;890.50;-1.07;0.20 -38;2;3044.50;9.50;1927.00;4.71;0.28 -39;2;3360.00;10.25;1702.00;4.71;0.22 -40;2;3321.50;10.40;1782.50;0.78;0.26 -41;2;2223.50;9.50;112.00;-0.82;0.88 -42;2;2429.00;9.50;298.00;-1.10;1.24 -43;2;2426.50;9.50;951.00;0.68;1.22 -45;2;3580.50;10.20;1717.50;0.54;0.28 -46;2;3042.50;11.30;1813.50;-0.32;0.26 -47;2;2354.50;9.50;1533.50;1.44;1.10 -48;2;1476.50;9.50;2007.00;0.42;1.12 -49;2;3060.00;10.80;1758.00;0.58;0.30 -50;2;1117.00;9.50;57.00;0.78;1.26 -51;2;11.50;9.50;401.50;-0.63;1.06 -52;2;3258.50;10.20;1764.50;0.32;0.22 -53;2;2897.50;9.70;1705.00;0.98;0.24 -54;2;16.50;9.50;1242.50;0.86;0.54 -55;2;315.00;9.50;1572.50;0.45;1.42 -56;2;385.00;9.50;667.00;-0.63;1.00 -57;2;3330.00;9.77;1733.00;0.46;0.24 -58;2;3074.50;12.80;1907.00;1.35;0.34 -59;2;1411.00;9.50;615.00;1.57;1.40 -60;2;3369.00;10.70;1747.00;0.58;0.28 -61;2;3158.50;11.45;1933.00;-0.89;0.36 -62;2;3448.00;10.35;1695.00;0.98;0.20 -63;2;3169.50;9.80;1806.00;-0.64;0.34 -64;2;3262.50;9.70;1997.00;4.53;0.22 -65;2;2902.50;10.25;1733.00;-0.89;0.32 -66;2;3174.50;9.75;1827.00;0.98;0.24 -67;2;3205.50;9.75;1759.00;0.46;0.24 -68;2;2880.00;9.70;1565.50;1.10;0.20 -69;2;2995.00;10.50;1710.50;0.00;0.26 -70;2;3316.50;10.30;1731.50;0.78;0.28 -71;2;3298.50;10.20;1700.50;-0.62;0.26 -72;2;3430.00;10.25;1756.50;-0.58;0.34 -73;2;3514.00;9.80;1696.50;0.58;0.18 -74;2;3278.00;10.60;1928.50;0.58;0.46 -75;2;3434.00;10.37;1742.00;0.32;0.30 -76;2;3187.50;11.10;1979.50;0.14;0.32 -77;2;3013.00;11.35;1752.00;0.78;0.32 -78;2;3546.00;9.70;1171.00;0.46;0.44 -79;2;3288.50;10.30;1723.00;0.89;0.20 -80;2;3291.50;10.55;1817.00;0.98;0.38 -81;2;3386.50;10.40;1723.00;0.24;0.28 -82;2;3224.00;10.17;1849.00;-0.32;0.30 -83;2;3175.00;9.50;1706.00;-1.10;0.26 -84;2;3479.50;9.90;1735.50;0.32;0.22 -85;2;3371.00;10.50;1682.00;0.78;0.24 -86;2;3328.00;9.82;1877.00;0.98;0.28 -87;2;3532.00;10.40;1800.00;0.62;0.92 -88;2;3621.00;9.92;1731.00;-0.92;0.36 -89;2;3389.50;10.60;1772.50;0.78;0.24 -90;2;3337.50;10.10;1765.50;1.42;0.18 -91;2;3096.50;10.55;1964.00;0.55;0.58 -92;2;1673.50;10.10;896.00;-1.07;0.24 -93;2;3368.50;10.30;1709.50;0.78;0.24 -94;2;3345.50;10.30;1844.50;0.78;0.28 -95;2;3267.00;9.70;1687.50;0.38;0.22 -96;2;4007.50;9.70;1993.00;0.51;1.66 -97;2;3454.50;9.85;1684.00;0.16;0.18 -98;2;3410.50;10.50;1897.50;-1.46;0.56 -99;2;3580.50;10.50;1775.50;-1.24;0.50 -100;2;2932.00;12.20;1720.50;0.00;0.26 -101;2;3116.00;12.00;1928.00;1.10;0.36 -102;2;2932.50;14.20;1788.00;1.57;0.28 -103;2;3238.00;9.80;1962.00;0.64;0.44 -104;2;3249.50;9.80;1721.50;0.54;0.18 -105;2;3654.50;10.40;1920.50;1.04;1.22 -106;2;3449.00;10.50;1715.50;-1.40;0.20 -107;2;2989.00;10.00;1841.50;1.44;0.20 -108;2;3569.50;10.50;1767.00;0.46;0.44 -109;2;3095.00;11.00;1861.50;1.10;0.32 -110;2;3319.50;10.40;1684.50;-0.95;0.28 -111;2;2984.50;13.40;1785.00;-0.98;0.24 -112;2;3523.50;9.80;1685.00;4.71;0.16 -113;2;3027.00;11.90;1791.00;1.10;0.32 -114;2;3033.00;10.80;1738.50;-1.10;0.24 -115;2;2992.50;11.40;1823.00;-0.46;0.32 -116;2;3347.00;10.10;1955.50;1.27;0.50 -117;2;3290.00;9.70;1703.50;-0.92;0.28 -118;2;3103.00;10.35;1830.50;0.87;0.38 -119;2;3522.50;9.80;1722.00;-0.16;0.28 -120;2;3218.00;10.40;1853.50;1.40;0.32 -121;2;3423.50;10.50;1675.50;1.03;0.26 -122;2;2895.00;9.55;1747.00;1.57;0.44 -123;2;3657.00;9.80;1732.00;0.92;0.28 -124;2;3194.50;10.40;1892.00;-0.35;0.40 -125;2;3063.00;10.10;1777.50;0.27;0.28 -126;2;3248.00;10.30;1713.50;1.32;0.24 -127;2;3369.00;10.20;1783.50;0.58;0.24 -128;2;3178.00;11.60;1965.50;0.70;0.34 -129;2;3392.00;10.10;1704.50;-0.38;0.30 -130;2;3078.50;10.70;1802.50;-1.24;0.32 -131;2;2728.00;11.05;1705.50;0.00;0.24 -132;2;3212.00;10.47;1822.00;0.00;0.40 -133;2;2994.50;12.10;1764.50;0.78;0.34 -134;2;3320.50;9.90;1847.00;1.57;0.30 -135;2;3491.00;9.82;1678.00;-0.98;0.24 -136;2;3241.00;10.40;1786.00;0.98;0.26 -137;2;2908.00;10.35;1710.50;0.67;0.32 -138;2;3381.50;9.80;1782.50;0.40;0.28 -139;2;3268.00;10.20;1772.50;-0.38;0.30 -140;2;3406.00;9.90;1809.50;-0.51;0.40 -141;2;3228.00;10.00;1794.00;0.24;0.24 -142;2;3298.50;9.85;1956.00;0.46;0.36 -143;2;3461.00;10.40;1702.50;-1.32;0.22 -144;2;2963.00;11.30;1745.00;1.10;0.24 -145;2;3076.50;11.40;1845.00;0.16;0.36 -146;2;3604.00;9.80;1708.00;-0.32;0.30 -147;2;2999.50;10.50;1722.00;1.29;0.26 -148;2;3112.00;11.40;1883.50;0.96;0.36 -149;2;3283.50;9.95;1734.00;-0.46;0.22 -150;2;3372.50;10.50;1691.50;-0.19;0.24 -151;2;3152.50;11.00;1925.50;1.06;0.36 -152;2;3336.50;10.35;1741.00;0.64;0.20 -153;2;1714.79;9.50;1067.59;0.16;0.26 -154;2;3605.00;10.40;1825.50;0.88;0.80 -155;2;1665.00;10.12;905.00;-1.07;0.36 -156;2;3046.00;10.60;1750.00;0.78;0.24 -157;2;3316.00;9.75;1806.50;0.51;0.32 -158;2;3207.00;9.60;1857.50;1.10;0.28 -159;2;2733.00;12.40;1663.00;-0.78;0.22 -160;2;3380.50;10.40;1730.00;0.64;0.30 -161;2;3083.50;9.50;1716.00;4.71;0.28 -162;2;3213.00;10.40;1884.50;0.67;0.28 -163;2;3400.00;10.40;1741.50;0.67;0.26 -164;2;3446.00;10.40;1689.50;1.44;0.22 -165;2;1615.50;10.50;885.00;-1.06;0.22 -166;2;3375.50;10.50;1757.00;0.64;0.26 -167;2;3209.50;10.20;1947.00;1.29;0.40 -168;2;3015.00;12.10;1824.00;0.32;0.32 -169;2;3143.50;9.70;1764.00;4.33;0.26 -170;2;3327.00;10.30;1842.50;-0.51;0.32 -171;2;2984.50;9.85;1700.00;0.12;0.20 -172;2;3345.00;10.50;1727.50;1.81;0.24 -173;2;3033.00;12.00;1890.50;-0.87;0.32 -174;2;3454.50;10.30;1725.50;-1.37;0.24 -175;2;3517.50;9.80;1689.50;1.03;0.20 -176;2;3313.00;9.80;1875.00;0.64;0.38 -177;2;1853.00;9.50;1100.50;0.00;0.16 -178;2;3304.00;10.45;1928.00;4.54;0.32 -179;2;2993.50;10.70;1738.50;-0.78;0.26 -180;2;3484.00;9.80;1838.50;-1.32;0.78 -181;2;3267.50;10.40;1717.00;1.29;0.22 -182;2;3096.50;10.35;1816.00;-0.89;0.30 -183;2;3462.50;10.40;1776.50;0.62;0.42 -184;2;3046.50;11.65;1848.00;-0.98;0.34 -185;2;3159.00;9.70;1697.50;1.81;0.36 -186;2;3554.50;10.40;1758.50;1.14;0.36 -187;2;3337.50;10.60;1684.50;0.54;0.24 -188;2;2900.50;9.80;1781.50;0.62;0.34 -189;2;3649.00;9.90;1719.50;0.67;0.34 -190;2;3081.00;14.90;1915.50;0.67;0.24 -191;2;3259.50;13.10;453.50;0.99;0.84 -192;2;3080.00;12.40;1938.50;-0.38;0.28 -193;2;3255.00;10.50;1814.00;0.78;0.22 -194;2;3338.50;10.60;1707.50;-0.78;0.26 -195;2;3186.50;10.30;1834.00;0.46;0.36 -196;2;3501.00;9.80;1716.50;0.38;0.20 -197;2;3269.50;10.90;1899.00;0.46;0.36 -198;2;3808.50;10.00;1958.50;1.17;1.26 -199;2;2900.00;10.40;1765.50;1.67;0.18 -200;2;2762.50;9.90;1687.50;1.03;0.24 -201;2;3166.00;10.47;1903.00;-1.24;0.44 -202;2;3005.00;12.77;1781.00;1.24;0.22 -203;2;3191.50;10.90;1941.50;0.91;0.48 -204;2;3215.00;9.70;1748.50;0.00;0.20 -205;2;3072.50;10.60;1799.50;0.19;0.32 -206;2;3660.00;9.90;1657.00;0.98;0.30 -207;2;3280.50;10.10;1656.50;1.37;0.26 -208;2;3526.00;9.70;1571.00;0.46;0.18 -209;2;3379.50;9.50;1848.50;0.63;1.70 -210;2;2551.00;9.50;1076.50;-0.44;1.40 -211;2;3068.50;9.70;1666.50;2.71;0.24 -212;2;3395.00;10.10;1582.50;0.58;0.20 -213;2;2030.50;9.50;345.00;-1.47;1.02 -214;2;3436.00;9.80;1629.50;0.92;0.20 -215;2;3249.00;9.80;1561.50;0.92;0.24 -216;2;3248.00;9.90;1593.50;0.58;0.22 -217;2;1865.00;9.50;2010.50;0.09;0.98 -218;2;1459.00;9.50;324.50;-0.83;1.76 -219;2;2755.50;13.50;1631.00;0.24;0.26 -220;2;5180.50;9.50;1490.00;1.28;1.08 -221;2;2809.50;9.90;1570.00;-1.19;0.24 -222;2;3232.50;10.20;1659.50;-0.78;0.24 -223;2;3296.00;10.00;1608.50;-1.44;0.18 -224;2;3964.50;9.50;805.00;-1.13;1.08 -225;2;3168.00;9.50;1220.50;0.56;0.74 -226;2;3339.00;10.70;1663.00;0.98;0.24 -227;2;3631.50;9.90;1597.00;0.89;0.26 -228;2;3597.00;10.40;1633.50;-1.40;0.20 -229;2;5217.50;9.50;549.00;-0.68;1.06 -230;2;5387.50;9.50;1297.00;-1.06;1.18 -231;2;3402.50;9.80;1673.00;-0.89;0.22 -232;2;3459.00;9.80;1580.50;-0.58;0.22 -233;2;3228.00;10.40;1629.50;0.00;0.32 -234;2;4761.50;9.50;442.50;2.35;0.24 -235;2;4225.50;9.50;652.00;0.89;0.84 -236;2;3316.00;9.90;1588.50;0.00;0.24 -237;2;3718.50;12.00;1679.00;0.12;0.34 -238;2;3319.50;10.20;1555.50;-0.32;0.20 -239;2;4529.50;9.50;314.50;0.44;1.14 -240;2;3879.00;9.50;687.50;-0.17;1.10 -241;2;2934.00;9.70;1586.50;0.87;0.32 -242;2;3041.00;10.60;1667.50;1.10;0.22 -243;2;3088.50;9.80;1576.00;-0.98;0.24 -244;2;3813.00;9.50;55.00;-1.10;1.06 -245;2;2886.00;9.50;9.50;2.03;0.52 -246;2;3365.50;10.00;1602.50;0.78;0.20 -247;2;2931.00;9.70;1570.00;-1.10;0.18 -248;2;3293.50;11.30;1660.50;-0.14;0.28 -249;2;2211.00;9.50;144.50;0.51;0.80 -250;2;2417.50;9.50;265.50;0.84;0.86 -251;2;2468.50;9.50;952.00;-0.38;1.32 -252;2;3421.50;10.00;1665.50;0.78;0.24 -253;2;2743.50;11.85;1570.00;0.46;0.24 -254;2;2428.00;9.50;1450.50;0.96;1.52 -255;2;1421.00;9.50;2002.50;0.76;1.24 -256;2;3493.00;9.82;1670.00;1.10;0.24 -257;2;3530.00;10.10;1581.00;1.10;0.20 -258;2;1075.00;9.50;21.50;1.44;1.06 -259;2;60.50;9.50;435.50;-0.73;0.92 -260;2;3573.50;9.80;1641.50;-0.78;0.28 -261;2;3387.00;10.10;1584.00;0.46;0.18 -262;2;25.50;9.50;1273.50;-1.22;1.02 -263;2;437.50;9.50;1536.00;-0.86;0.98 -264;2;458.00;9.50;668.00;0.92;1.08 -265;2;3183.00;10.07;1653.00;-0.78;0.24 -266;2;3145.00;9.82;1600.00;0.46;0.20 -267;2;1359.50;9.50;621.50;1.19;1.32 -268;2;3004.00;9.70;1588.00;1.24;0.20 -269;2;3434.50;9.90;1601.00;-0.98;0.20 -270;2;3500.00;10.20;1654.00;-0.46;0.22 -271;2;2815.50;9.80;1575.50;-0.32;0.24 -272;2;3587.50;9.80;1693.50;1.03;0.28 -273;2;3670.50;9.90;1610.00;0.71;0.36 -274;2;3359.50;10.00;1620.50;-0.78;0.20 -275;2;3454.00;9.85;1587.50;-0.58;0.18 -276;2;2691.50;10.60;1629.50;0.54;0.26 -277;2;3227.50;10.60;1602.00;0.16;0.26 -278;2;3713.00;14.02;1694.00;0.46;0.38 -279;2;3080.50;9.75;1583.00;-1.19;0.24 -280;2;3438.50;9.80;1647.50;-1.24;0.20 -281;2;3157.50;9.95;1619.00;1.57;0.20 -282;2;3559.50;10.00;1657.50;-0.78;0.26 -283;2;3432.00;10.42;1619.00;0.00;0.20 -284;2;2713.50;9.80;1660.00;4.71;0.26 -285;2;2687.00;9.90;1580.00;4.71;0.28 -286;2;3534.50;10.50;1588.00;0.64;0.24 -287;2;3325.50;10.65;1640.00;-0.89;0.30 -288;2;3335.50;9.90;1563.00;1.19;0.18 -289;2;3297.50;9.90;1596.00;0.89;0.24 -290;2;3166.00;9.90;1567.50;1.10;0.28 -291;2;3673.00;9.80;1622.50;-0.87;0.34 -292;2;3578.50;10.40;1611.50;-1.03;0.22 -293;2;3005.50;9.70;1594.00;0.89;0.24 -294;2;3246.00;10.20;1603.00;-0.78;0.24 -295;2;2998.50;10.40;1693.50;-1.24;0.30 -296;2;2792.00;9.90;1579.00;-1.24;0.22 -297;2;3500.00;10.00;1619.00;-1.10;0.22 -298;2;3618.00;10.40;1599.50;1.40;0.20 -299;2;3055.00;10.05;1662.50;-0.58;0.22 -300;2;3370.00;10.00;1592.50;0.38;0.16 -301;2;3402.50;11.25;1637.00;0.98;0.24 -302;2;3390.50;10.60;1556.50;-0.19;0.24 -303;2;2680.00;10.85;1595.50;1.32;0.24 -304;2;3247.00;9.80;1572.50;-1.32;0.28 -305;2;3619.00;9.80;1671.00;1.24;0.28 -306;2;3305.00;10.00;1614.50;-0.58;0.18 -307;2;3779.50;10.50;1655.50;1.24;0.26 -308;2;3205.50;9.95;1692.00;0.89;0.24 -309;2;2939.50;10.30;1577.50;0.78;0.22 -310;2;3223.50;10.35;1642.00;0.69;0.24 -311;2;2739.00;12.57;1584.00;-0.78;0.24 -312;2;3450.00;9.70;1834.50;1.32;0.36 -313;2;3468.50;9.80;1557.00;0.89;0.20 -314;2;3437.50;9.85;1590.00;0.24;0.20 -315;2;3314.50;10.10;1563.00;-0.64;0.22 -316;2;2945.50;9.50;1667.00;2.24;0.28 -317;2;2957.00;9.70;1612.50;0.92;0.22 -318;2;3189.50;9.95;1581.00;1.05;0.24 -319;2;3237.50;9.80;1667.00;-0.16;0.22 -320;2;3290.50;10.80;1672.50;0.78;0.22 -321;2;2998.00;9.70;1600.00;1.24;0.28 -322;2;2818.50;9.90;1584.50;1.37;0.24 -323;2;3280.00;10.45;1631.50;0.92;0.20 -324;2;3509.50;11.60;1595.50;-1.24;0.26 -325;2;3537.00;9.90;1645.50;0.38;0.22 -326;2;3540.00;9.90;1555.00;0.46;0.18 -327;2;3187.50;9.80;1609.50;0.19;0.28 -328;2;3391.00;10.65;1564.00;0.46;0.22 -329;2;3054.50;9.70;1656.00;1.19;0.22 -330;2;3451.50;10.30;1608.50;0.78;0.20 -331;2;3257.00;9.80;1573.50;0.27;0.26 -332;2;2944.00;9.70;1625.00;0.00;0.26 -333;2;3359.50;9.90;1668.00;0.89;0.22 -334;2;3080.50;9.80;1592.50;-0.62;0.24 -335;2;3353.00;10.00;1624.00;0.32;0.20 -336;2;2931.00;9.70;1581.00;1.24;0.18 -337;2;2672.50;11.30;1630.00;0.16;0.36 -338;2;3602.50;9.70;1564.50;1.37;0.18 -339;2;3590.00;10.40;1592.00;0.24;0.28 -340;2;3455.50;9.80;1563.50;-0.78;0.20 -341;2;3228.50;10.20;1652.00;0.64;0.18 -342;2;3269.50;9.90;1595.50;0.54;0.24 -343;2;3324.00;9.90;1565.50;0.00;0.24 -344;2;3381.00;10.60;1654.00;1.10;0.16 -345;2;3511.50;10.60;1606.00;-0.16;0.24 -346;2;3431.00;9.92;1665.00;-1.10;0.20 -347;2;3175.50;10.40;1581.50;0.78;0.24 -348;2;3137.00;9.50;1620.00;-1.24;0.28 -349;2;3022.50;10.30;1591.50;1.03;0.24 -350;2;3420.00;10.15;1620.50;-0.92;0.22 -351;2;2768.50;10.90;1632.50;0.78;0.22 -352;2;3332.00;10.00;1600.00;-0.78;0.18 -353;2;3527.00;10.55;1561.00;0.46;0.22 -354;2;3290.00;9.95;1634.50;0.00;0.20 -355;2;3600.50;10.30;1613.00;0.46;0.26 -356;2;3399.50;10.00;1567.00;0.16;0.18 -357;2;3450.50;9.90;1651.50;1.24;0.18 -358;2;3242.50;10.50;1626.00;0.69;0.28 -359;2;3602.50;9.70;1698.00;0.89;0.28 -360;2;3242.00;9.80;1581.50;0.87;0.28 -361;2;3712.00;10.85;1666.50;1.40;0.32 -362;2;3099.50;9.90;1603.50;1.03;0.24 -363;2;3044.00;9.97;1658.00;0.00;0.22 -364;2;2782.50;10.50;1587.50;-0.78;0.22 -365;2;3585.50;9.70;1560.00;-0.64;0.26 -366;2;3358.50;10.20;1640.50;-0.19;0.22 -367;2;3465.00;9.80;1567.50;0.92;0.22 -368;2;3516.50;9.90;1646.50;0.78;0.18 -369;2;2674.50;10.20;1603.50;-1.37;0.24 -370;2;3616.00;9.90;1691.50;-1.40;0.28 -371;2;3314.50;10.00;1575.50;-0.78;0.24 -372;2;3573.00;9.97;1627.00;-0.32;0.26 -374;2;2945.00;9.70;1592.00;1.10;0.18 -375;2;2999.00;9.70;1573.50;-1.32;0.26 -376;2;3472.00;9.80;1597.00;1.10;0.16 -377;2;2742.50;11.10;1562.50;4.51;0.22 -378;2;3430.50;9.85;1647.00;-0.98;0.22 -379;2;1851.34;9.60;1076.52;-0.41;0.14 -380;2;3531.00;10.00;1571.50;-0.38;0.16 -381;2;3624.00;10.40;1680.50;1.10;0.22 -382;2;3371.50;10.45;1610.00;0.24;0.20 -383;2;2996.50;9.70;1678.00;0.16;0.24 -384;2;3391.00;10.00;1573.50;0.38;0.20 -385;2;2684.50;10.00;1623.50;0.54;0.26 -386;2;3252.00;9.90;1584.50;0.38;0.22 -387;2;3279.00;10.50;1643.00;0.78;0.26 -388;2;3066.50;10.00;1573.50;0.95;0.22 -389;2;3095.50;9.80;1598.00;1.19;0.20 -390;2;3661.00;9.80;1677.00;-1.10;0.30 -391;2;2885.50;9.60;1561.00;0.64;0.16 -392;2;3552.00;11.50;1604.50;0.58;0.24 -393;2;3605.00;9.70;1570.50;0.92;0.20 -394;2;2962.00;9.70;1671.00;-0.58;0.32 -395;2;3140.00;9.70;1608.50;0.67;0.28 -396;2;3453.50;9.90;1575.00;-0.98;0.20 -397;2;3442.00;9.80;1606.50;0.67;0.20 -398;2;3321.00;9.90;1581.00;-1.10;0.22 -399;2;2939.00;9.70;1637.50;0.41;0.24 -400;2;3170.00;10.40;1594.00;0.58;0.20 -401;2;3360.00;9.95;1629.00;0.00;0.20 -402;2;3149.00;10.20;1564.00;-0.78;0.26 -403;2;3625.50;10.20;1605.50;-1.03;0.18 -404;2;3581.00;9.90;1647.50;-1.10;0.22 -405;2;2942.00;9.90;1561.50;-0.58;0.26 -406;2;3228.00;10.00;1612.50;0.38;0.36 -407;2;2737.00;9.75;1564.00;1.24;0.20 -408;2;3100.50;9.70;1685.00;1.57;0.30 -409;2;3300.00;9.85;1480.00;0.32;0.24 -410;2;3580.50;9.70;1539.50;0.32;0.20 -411;2;3137.00;9.50;1815.00;-0.50;0.86 -412;2;2524.50;9.50;927.00;-0.43;1.22 -413;2;3417.50;10.00;1544.50;-0.14;0.20 -414;2;3240.00;9.95;1479.00;0.98;0.26 -415;2;3240.00;9.80;1678.00;-0.46;0.26 -416;2;2233.50;9.50;478.50;1.37;0.86 -417;2;3120.50;13.25;1505.00;-1.05;0.22 -418;2;3369.50;9.80;1512.00;0.69;0.20 -419;2;2094.50;9.50;1842.50;1.09;1.08 -420;2;1237.50;9.50;255.00;0.66;1.52 -421;2;3066.50;12.40;1514.50;-0.78;0.20 -422;2;3184.50;9.90;1529.50;-1.03;0.24 -423;2;5323.00;9.50;1598.50;-0.66;1.08 -424;2;3006.50;12.30;1515.50;0.32;0.20 -425;2;2981.50;9.95;1547.00;0.98;0.22 -426;2;3442.50;9.70;1454.50;1.37;0.18 -427;2;3939.00;9.50;890.00;0.83;1.02 -428;2;3243.50;9.50;1198.50;1.06;1.00 -429;2;3373.00;9.80;1464.50;-0.92;0.22 -430;2;5149.50;9.50;516.00;0.70;1.88 -431;2;5395.50;9.50;1337.50;0.29;1.30 -432;2;3614.50;9.60;1510.00;-1.19;0.34 -433;2;3489.00;9.80;1544.00;1.10;0.16 -434;2;3285.50;9.90;1484.50;-1.37;0.20 -435;2;4758.00;9.50;465.00;0.71;0.62 -436;2;4329.50;9.50;666.50;0.78;1.08 -437;2;3445.00;10.40;1514.50;0.00;0.26 -438;2;3213.00;10.10;1501.50;1.32;0.22 -439;2;4484.00;9.50;302.50;1.13;0.92 -440;2;3833.00;9.50;636.00;4.71;0.88 -441;2;3259.50;10.00;1529.00;-0.64;0.24 -442;2;3131.00;11.70;1518.50;-1.32;0.24 -443;2;3830.00;9.50;14.00;1.81;0.68 -444;2;3045.00;9.70;1563.00;-1.24;0.14 -445;2;3060.50;11.90;1520.50;-0.32;0.18 -446;2;2206.00;9.50;87.00;0.85;1.02 -447;2;2409.50;9.50;341.00;-1.19;1.16 -448;2;2497.50;9.50;991.50;-0.57;1.60 -449;2;3446.00;9.70;1469.00;4.71;0.20 -450;2;2407.50;9.50;1374.50;-1.18;1.34 -451;2;1364.00;9.50;1934.00;-0.55;1.84 -452;2;3557.50;9.70;1546.00;-0.89;0.26 -453;2;3356.50;9.80;1481.50;-1.37;0.20 -454;2;2844.00;10.22;1509.00;-0.78;0.24 -455;2;1000.50;9.50;25.00;1.63;1.14 -456;2;12.00;9.50;458.50;-0.95;1.06 -457;2;3377.50;10.60;1548.50;-1.16;0.22 -458;2;3297.50;10.00;1490.50;0.19;0.24 -459;2;82.00;9.50;1284.00;-1.44;0.92 -460;2;389.00;9.50;1556.00;1.24;1.30 -461;2;364.50;9.50;620.00;0.75;0.82 -462;2;3221.00;10.05;1496.50;0.38;0.22 -463;2;3329.50;9.80;1527.00;0.89;0.22 -464;2;3602.50;9.60;1461.50;-1.16;0.32 -465;2;1369.00;9.50;670.50;1.45;1.06 -466;2;3151.50;11.70;1507.00;1.19;0.24 -467;2;3130.50;10.05;1547.00;0.89;0.22 -468;2;3558.50;9.60;1476.50;0.78;0.32 -469;2;3031.50;11.50;1532.50;0.54;0.20 -470;2;3569.50;9.70;1506.00;-0.12;0.30 -471;2;3460.50;9.80;1550.00;0.46;0.20 -472;2;3371.50;9.80;1474.50;0.54;0.22 -473;2;3407.00;9.80;1521.00;-1.10;0.22 -474;2;3208.00;10.40;1537.50;1.10;0.26 -475;2;3653.00;9.60;1428.50;1.10;0.56 -476;2;3247.50;10.10;1495.50;0.62;0.34 -477;2;3565.00;9.60;1467.50;0.38;0.34 -478;2;3022.00;9.85;1553.00;0.78;0.24 -479;2;3090.50;10.60;1537.50;-1.24;0.24 -480;2;2865.00;9.65;1543.00;1.57;0.08 -481;2;3506.50;9.80;1464.00;0.89;0.20 -482;2;2977.00;12.07;1530.00;0.78;0.22 -483;2;3522.50;10.55;1550.00;-0.24;0.20 -484;2;3446.00;10.10;1476.00;-0.78;0.20 -485;2;2828.50;9.90;1512.00;1.19;0.20 -486;2;3372.50;9.80;1481.50;-0.78;0.22 -487;2;3478.00;9.80;1517.50;0.38;0.18 -488;2;3304.00;9.90;1497.50;-0.92;0.24 -489;2;3282.00;9.87;1530.00;-0.32;0.16 -490;2;1593.00;11.82;1770.00;-0.43;1.54 -491;2;3193.50;9.80;1505.50;0.78;0.24 -492;2;1452.50;10.00;1393.50;0.54;0.30 -493;2;3101.00;9.95;1555.50;-0.67;0.24 -494;2;3052.50;11.10;1523.00;-0.89;0.22 -495;2;2925.00;10.30;1546.00;0.78;0.20 -496;2;3194.50;10.30;1710.50;-1.03;0.22 -497;2;3598.50;9.80;1556.00;0.98;0.20 -498;2;3499.50;9.80;1480.50;-1.24;0.18 -499;2;3541.50;11.50;1525.50;1.03;0.26 -500;2;3451.50;10.05;1485.00;1.19;0.22 -501;2;3352.50;9.80;1524.50;-1.24;0.20 -502;2;3383.00;9.80;1487.50;-1.21;0.20 -503;2;2789.50;9.70;1468.00;-0.24;0.18 -504;2;3273.00;10.00;1512.00;-0.46;0.22 -505;2;867.50;10.00;1585.50;-1.37;0.30 -506;2;3105.00;10.27;1530.00;0.78;0.24 -507;2;2787.00;10.20;1553.00;0.98;0.20 -508;2;3608.00;9.60;1523.50;-1.40;0.28 -509;2;3456.00;9.95;1480.00;-0.78;0.24 -510;2;3432.00;10.27;1528.00;0.46;0.24 -511;2;3343.00;9.95;1500.50;-0.67;0.26 -512;2;2833.50;10.30;1475.50;-1.16;0.20 -513;2;3199.00;10.07;1531.00;1.10;0.26 -514;2;3020.00;10.30;1545.00;1.10;0.20 -515;2;1058.50;11.90;1805.50;1.37;0.72 -516;2;2873.50;9.80;1532.50;0.78;0.18 -517;2;4484.50;14.65;1238.00;-1.05;0.42 -518;2;3493.00;9.80;1524.50;-1.32;0.20 -519;2;2949.00;12.65;1481.50;-0.92;0.24 -520;2;3510.50;9.80;1489.00;4.71;0.22 -521;2;2913.00;13.95;1478.50;0.38;0.22 -522;2;3336.00;9.80;1535.50;0.58;0.16 -523;2;3417.00;9.95;1497.50;0.92;0.22 -524;2;3136.50;9.80;1565.00;-1.19;0.22 -525;2;3281.00;9.90;1518.50;0.67;0.24 -526;2;2965.50;11.10;1564.00;-0.98;0.18 -527;2;2784.50;9.80;1479.00;-0.98;0.18 -528;2;888.50;10.55;1608.00;0.89;0.36 -529;2;2923.50;10.80;1526.50;0.54;0.22 -530;2;3179.00;10.25;1641.50;-0.38;0.22 -531;2;4450.50;12.20;1197.50;0.42;0.46 -532;2;3013.50;10.90;1492.00;-0.98;0.20 -533;2;3475.00;9.97;1492.00;-1.24;0.16 -534;2;3398.00;9.90;1534.50;-0.58;0.22 -535;2;3227.50;9.80;1548.50;0.32;0.16 -536;2;3179.00;10.20;1520.50;0.58;0.24 -537;2;3034.00;9.70;1574.50;0.92;0.18 -538;2;2989.50;10.90;1541.00;1.57;0.20 -539;2;2789.50;11.30;1489.00;-0.64;0.18 -540;2;2737.50;11.15;1539.00;1.19;0.28 -541;2;3087.00;9.90;1484.50;0.92;0.20 -542;2;2744.00;9.50;1475.50;0.92;0.16 -543;2;3035.00;13.50;1492.50;1.10;0.18 -544;2;3471.50;9.90;1530.50;-0.19;0.26 -545;2;3547.00;9.70;1498.00;0.78;0.30 -546;2;3295.00;9.80;1551.50;0.92;0.20 -547;2;3425.00;9.80;1498.00;-0.46;0.20 -548;2;3109.50;9.90;1564.00;0.64;0.18 -549;2;2923.00;12.00;1494.00;-1.10;0.16 -550;2;3264.50;10.10;1520.50;0.32;0.20 -551;2;2863.50;9.80;1489.00;-0.24;0.24 -552;2;3059.00;10.55;1544.50;0.38;0.20 -553;2;2806.00;10.45;1488.50;-0.92;0.22 -554;2;3647.50;9.60;1485.50;0.62;0.34 -555;2;3119.00;10.20;1488.50;1.32;0.22 -556;2;4446.50;14.85;1238.00;0.46;0.46 -557;2;3065.50;10.10;1494.50;1.24;0.16 -558;2;3374.00;10.00;1538.50;0.92;0.22 -559;2;3329.00;9.80;1510.00;1.10;0.26 -560;2;3208.00;10.40;1560.00;4.71;0.22 -561;2;2980.50;10.70;1498.00;1.19;0.18 -562;2;3138.50;9.90;1532.50;-1.03;0.22 -563;2;2927.00;11.87;1501.00;1.57;0.18 -564;2;2951.00;10.80;1544.50;-0.58;0.26 -565;2;3245.00;10.20;1459.50;0.92;0.20 -566;2;3612.00;9.70;1544.00;-1.24;0.16 -567;2;3178.00;9.70;1715.50;4.46;0.20 -568;2;3320.00;9.70;1442.00;4.71;0.20 -569;2;3053.00;12.25;1503.50;1.32;0.18 -570;2;3408.00;10.00;1506.50;0.87;0.24 -571;2;2988.50;11.40;1504.50;0.32;0.22 -572;2;3206.00;10.15;1525.00;0.46;0.22 -573;2;3026.00;11.27;1541.00;0.00;0.16 -574;2;3319.50;9.70;1464.00;1.05;0.22 -575;2;2844.00;9.75;1533.50;0.92;0.16 -576;2;3630.50;9.60;1503.50;-0.95;0.34 -577;2;3212.50;10.20;1482.00;0.89;0.20 -578;2;3509.50;9.90;1536.00;0.89;0.22 -579;2;3481.50;9.90;1510.00;-0.98;0.22 -580;2;3353.50;10.50;1547.00;0.46;0.24 -581;2;3115.00;11.07;1495.00;0.46;0.20 -582;2;3295.00;9.80;1522.50;4.54;0.16 -583;2;3053.00;12.70;1514.50;-0.92;0.18 -584;2;3098.00;10.75;1539.50;-1.40;0.16 -585;2;3428.00;9.70;1453.00;-0.46;0.18 -586;2;2995.00;11.50;1513.50;0.92;0.22 -587;2;2909.00;10.05;1536.50;4.24;0.16 -588;2;3348.50;9.70;1461.50;0.78;0.22 -589;2;2939.50;10.50;1511.00;-0.16;0.22 -590;2;2854.50;13.20;1428.00;0.64;0.16 -591;2;3042.50;9.75;1413.00;0.64;0.18 -592;2;3235.50;9.85;1684.00;0.89;0.26 -593;2;3090.50;9.50;1765.00;-0.36;1.08 -594;2;2524.50;9.50;895.50;1.06;1.10 -595;2;2805.50;9.70;1424.50;0.78;0.22 -596;2;3046.50;11.40;1443.00;-0.46;0.18 -597;2;2230.50;9.50;591.00;-0.66;1.26 -598;2;1633.00;11.50;1625.50;0.67;0.26 -599;2;3027.50;10.90;1429.00;0.89;0.22 -600;2;1984.00;9.50;1942.00;0.00;1.54 -601;2;1162.50;9.50;166.00;1.27;1.16 -602;2;1496.00;11.15;1682.50;0.41;0.50 -603;2;2979.00;9.70;1425.50;0.87;0.24 -604;2;5480.50;9.50;1671.00;4.63;1.24 -605;2;1594.00;10.47;1630.00;0.98;0.26 -606;2;3100.00;10.90;1409.50;-0.92;0.22 -607;2;2945.50;9.90;1430.50;0.78;0.18 -608;2;3906.50;9.50;967.00;0.66;1.50 -609;2;3345.50;9.50;1203.00;0.57;0.78 -610;2;876.50;11.90;1552.00;0.86;0.32 -611;2;2916.50;15.85;1428.00;-0.98;0.22 -612;2;5585.50;9.50;1417.00;-0.71;0.92 -613;2;5300.50;9.50;1231.00;0.82;1.52 -614;2;3132.00;10.30;1417.50;-1.32;0.24 -615;2;3590.50;9.60;1457.00;-1.19;0.32 -616;2;4771.50;9.50;407.50;0.78;0.64 -617;2;4291.00;9.50;634.00;-0.83;0.96 -618;2;3556.00;9.60;1456.00;-1.10;0.24 -619;2;3109.00;10.00;1425.50;1.32;0.20 -620;2;2824.50;10.00;1432.00;-0.64;0.24 -621;2;4463.00;9.50;255.00;-0.56;1.02 -622;2;3903.50;9.50;771.00;-0.91;0.96 -623;2;3837.00;9.50;667.50;0.20;0.78 -624;2;3065.00;9.95;1427.00;-0.78;0.26 -625;2;2819.00;10.00;1436.00;1.57;0.20 -626;2;3753.50;9.50;71.50;-0.67;1.32 -627;2;3003.50;9.50;18.00;0.82;0.98 -628;2;3012.00;9.50;1434.50;1.10;0.22 -629;2;2809.50;9.80;1440.00;0.46;0.26 -630;2;3147.00;11.95;1404.50;-0.92;0.20 -631;2;2182.00;9.50;51.00;0.00;0.90 -632;2;2388.00;9.50;312.00;0.73;1.28 -633;2;2539.50;9.50;1034.50;0.78;1.60 -634;2;1761.00;9.90;1666.50;1.44;0.38 -635;2;2492.00;9.50;1413.50;1.03;1.44 -636;2;2933.00;15.30;1445.50;0.58;0.18 -637;2;3181.50;11.00;1409.50;-0.19;0.20 -638;2;1499.00;9.85;1422.00;-0.24;0.26 -639;2;924.50;9.50;13.00;1.36;0.84 -640;2;11.00;9.50;513.50;-1.18;1.04 -641;2;2888.00;10.10;1442.50;0.92;0.20 -642;2;3658.00;9.60;1449.50;1.47;0.44 -643;2;66.00;9.50;1326.50;4.67;1.00 -644;2;363.50;9.50;1508.00;0.63;1.22 -645;2;390.50;9.50;574.50;0.50;1.02 -646;2;3133.00;10.72;1433.00;0.78;0.24 -647;2;1272.00;9.50;663.00;-1.39;0.84 -648;2;2874.50;10.30;1451.00;-1.19;0.24 -649;2;3227.50;10.30;1384.50;0.40;0.30 -650;2;1713.00;12.20;314.00;1.57;0.32 -651;2;2824.00;9.80;1449.50;-1.40;0.18 -652;2;3468.50;14.20;1315.50;0.78;0.30 -653;2;3041.50;13.15;1451.00;0.46;0.20 -654;2;3475.00;12.20;1369.00;0.46;0.20 -655;2;2796.00;10.25;1446.00;-1.10;0.24 -656;2;2990.50;14.60;1444.00;-0.98;0.18 -657;2;3248.50;9.80;1398.50;1.42;0.24 -658;2;2949.00;13.85;1447.50;-0.58;0.16 -659;2;1509.00;10.80;1555.00;0.32;0.28 -660;2;3198.00;10.87;1418.00;-0.78;0.26 -661;2;2946.50;14.95;1455.00;4.71;0.16 -662;2;3155.00;14.17;1430.00;1.57;0.26 -663;2;2939.00;12.72;1462.00;0.46;0.18 -664;2;4893.00;10.40;1427.50;-0.51;0.26 -665;2;3053.00;10.27;1445.00;-1.10;0.14 -666;2;3520.50;11.30;1376.50;-1.24;0.18 -667;2;2860.00;10.00;1457.50;0.92;0.24 -668;2;3007.50;14.05;1456.00;4.71;0.16 -669;2;2822.00;9.80;1455.00;0.46;0.20 -670;2;3511.00;11.70;1379.00;0.46;0.20 -671;2;3002.00;14.85;1453.50;0.67;0.24 -672;2;3464.50;14.20;1375.00;0.89;0.22 -673;2;2985.50;14.60;1463.50;-0.32;0.16 -674;2;3229.50;9.70;1410.50;1.03;0.22 -675;2;4913.50;10.50;1506.50;0.50;0.56 -676;2;3177.50;12.20;1438.00;-1.05;0.24 -677;2;892.50;10.60;1512.50;3.92;0.26 -678;2;2920.00;14.55;1467.50;0.67;0.20 -679;2;3123.50;9.70;1442.00;-0.98;0.18 -680;2;2880.50;10.60;1469.50;4.51;0.16 -681;2;4915.00;10.05;1445.50;0.27;0.30 -682;2;3080.50;10.20;1449.00;-1.35;0.18 -683;2;3528.00;10.42;1392.00;1.10;0.22 -684;2;3112.00;9.80;1456.50;-0.92;0.20 -685;2;3480.50;18.90;1385.50;-0.78;0.26 -686;2;3070.50;10.45;1463.00;0.89;0.24 -687;2;3257.00;9.50;1417.00;-1.10;0.28 -688;2;3014.00;13.27;1469.00;1.10;0.20 -689;2;1487.50;10.70;1567.00;-0.69;0.24 -690;2;3211.50;12.20;1428.00;0.98;0.18 -691;2;1484.00;10.75;1577.50;-0.67;0.28 -692;2;2984.50;11.35;1477.00;-0.98;0.22 -693;2;3168.50;14.00;1445.50;1.37;0.22 -694;2;2940.00;12.70;1476.50;-1.32;0.18 -695;2;1472.50;10.80;1578.00;0.24;0.22 -696;2;3153.50;12.05;1450.00;4.71;0.20 -697;2;3192.50;13.10;397.00;0.40;1.18 -698;2;2912.50;12.60;1465.50;0.54;0.20 -699;2;3130.00;9.80;1460.50;1.10;0.22 -700;2;3540.50;10.10;1399.50;4.51;0.24 -701;2;3082.50;10.40;1459.50;-1.37;0.18 -702;2;1589.00;11.40;1566.00;0.46;0.24 -703;2;1414.00;10.80;1646.50;-0.21;0.42 -704;2;3050.50;14.30;1478.00;0.24;0.22 -705;2;3334.50;9.65;1420.00;0.89;0.28 -706;2;1641.00;10.85;1571.50;0.92;0.24 -707;2;3006.50;13.90;1471.50;1.37;0.24 -708;2;2968.50;11.80;1482.50;-0.32;0.24 -709;2;1438.00;10.00;1651.50;-0.87;0.46 -710;2;921.00;11.97;1522.00;-0.98;0.34 -711;2;3209.50;13.20;1448.50;1.03;0.18 -712;2;3520.50;11.35;1401.00;0.86;0.26 -713;2;3154.00;11.02;1464.00;-0.78;0.24 -714;2;3463.50;12.20;1398.50;-0.19;0.22 -715;2;1684.00;10.10;1591.00;1.57;0.16 -716;2;3112.50;9.70;1466.50;-1.03;0.24 -717;2;3416.50;9.80;1405.00;0.98;0.22 -718;2;1670.50;10.85;1590.00;1.19;0.14 -719;2;3406.00;10.75;1408.50;1.40;0.24 -720;2;1423.50;10.00;1540.50;0.62;0.32 -721;2;3313.00;9.70;1443.00;1.24;0.24 -722;2;1534.50;11.90;1595.50;-0.95;0.28 -723;2;3242.50;10.05;1448.00;0.89;0.24 -724;2;2682.50;12.00;1347.50;-1.37;0.16 -725;2;4937.00;12.35;1452.50;0.38;0.30 -726;2;2716.00;12.67;1371.00;0.00;0.20 -727;2;3196.00;15.72;1466.00;1.57;0.20 -728;2;3524.50;10.50;1409.50;0.54;0.26 -729;2;2693.50;12.35;1375.00;-0.64;0.18 -730;2;3135.00;9.75;1466.50;-0.92;0.24 -731;2;3483.00;11.00;1405.50;0.00;0.20 -732;2;3031.00;11.05;1485.00;0.98;0.22 -733;2;1686.00;11.80;1612.00;-0.98;0.34 -734;2;1589.00;11.55;1599.50;1.40;0.26 -735;2;3445.00;11.27;1418.00;0.58;0.20 -736;2;1133.50;11.00;1802.00;-1.03;0.86 -737;2;3320.50;9.70;1448.00;-1.15;0.22 -738;2;2744.00;12.97;1378.00;0.46;0.20 -739;2;4932.00;10.85;1464.50;0.21;0.32 -740;2;2757.50;10.40;1383.00;-1.19;0.20 -741;2;3275.00;9.70;1452.00;0.78;0.30 -742;2;3529.00;11.10;1420.50;0.38;0.18 -743;2;2784.50;10.30;1385.50;-1.24;0.24 -744;2;3221.50;10.50;1461.50;0.78;0.20 -745;2;3520.00;10.35;1421.00;0.32;0.24 -746;2;3163.50;10.60;1471.50;-1.24;0.18 -747;2;2761.00;10.40;1265.50;1.32;0.20 -748;2;3465.50;11.90;1422.00;0.64;0.24 -749;2;1562.00;9.70;1599.00;-1.24;0.16 -750;2;3399.00;9.70;1430.00;0.00;0.26 -751;2;1453.00;10.00;1659.50;-1.27;0.42 -752;2;2840.00;10.45;1404.50;0.00;0.18 -753;2;4954.00;12.50;1461.00;1.24;0.20 -754;2;3263.50;9.80;1462.50;-0.54;0.24 -755;2;2828.00;10.00;1405.50;0.92;0.14 -756;2;3844.00;11.50;1279.00;1.57;0.40 -757;2;1777.50;9.80;716.50;-1.18;0.16 -758;2;2675.00;10.30;1384.00;0.78;0.24 -759;2;3513.00;10.55;1433.00;-0.78;0.30 -760;2;2861.00;11.40;1397.00;0.46;0.18 -761;2;1490.00;9.80;1783.50;0.00;1.90 -762;2;2890.00;9.80;1412.50;1.10;0.18 -763;2;1337.50;11.00;1785.50;-0.78;1.44 -764;2;2905.00;15.07;1418.00;0.78;0.20 -765;2;3415.00;9.70;1441.00;-1.10;0.20 -766;2;915.50;13.30;1535.50;0.42;0.28 -767;2;3339.50;9.70;1450.50;-0.78;0.22 -768;2;897.50;9.95;1540.00;0.98;0.22 -769;2;2855.00;12.90;1418.50;-0.67;0.22 -770;2;2924.00;11.45;1408.50;-1.10;0.14 -771;2;2944.00;11.47;1412.00;0.78;0.16 -772;2;3465.50;11.80;1362.00;0.89;0.24 -773;2;2965.00;9.70;1423.50;1.32;0.18 -774;2;1547.50;10.65;1606.00;0.16;0.24 -775;2;3446.50;9.80;1441.00;-0.98;0.20 -776;2;2943.50;9.90;1423.50;1.03;0.24 -777;2;1482.50;10.70;1700.00;0.94;0.52 -778;2;2909.00;14.55;1431.50;-0.58;0.20 -779;2;1544.00;10.45;1619.00;-0.46;0.26 -780;2;2888.50;9.70;1420.50;1.37;0.18 -781;2;891.50;12.40;1552.50;0.32;0.34 -782;2;2993.50;10.50;1404.50;0.32;0.18 -783;2;4851.50;10.70;1391.00;0.69;0.30 -784;2;3285.50;11.85;1279.00;-1.19;0.24 -785;2;3246.50;12.40;1311.50;-1.03;0.26 -786;2;3125.50;9.50;1766.50;0.05;0.82 -787;2;2473.50;9.50;899.50;0.53;1.00 -788;2;1612.50;9.70;1480.50;0.78;0.24 -789;2;3460.00;14.80;1334.00;0.46;0.24 -790;2;2800.00;10.25;1350.00;4.71;0.12 -791;2;2280.50;9.50;660.00;0.59;1.16 -792;2;3365.50;10.65;1211.00;0.98;0.22 -793;2;3180.00;10.70;1385.00;0.46;0.26 -794;2;2717.00;13.17;1332.00;0.78;0.24 -795;2;2170.00;9.50;1796.00;-1.39;1.20 -796;2;994.00;9.50;83.00;1.05;1.46 -797;2;3111.00;12.50;1402.50;0.67;0.22 -798;2;2796.50;14.80;1331.50;1.24;0.24 -799;2;2671.00;9.82;1325.00;0.78;0.16 -800;2;4794.50;12.40;1351.50;-0.78;0.22 -801;2;1550.00;12.25;1527.00;0.32;0.30 -802;2;3797.00;9.50;951.00;-0.84;0.98 -803;2;3308.50;9.50;1170.00;-0.07;0.72 -804;2;3330.50;10.95;1317.00;-0.16;0.22 -805;2;1318.50;10.40;1385.50;0.78;0.34 -806;2;3369.00;9.50;1266.50;-0.92;0.28 -807;2;5120.00;9.50;612.50;0.60;1.08 -808;2;5272.50;9.50;1306.50;-1.48;1.16 -809;2;2714.50;12.50;1294.00;-0.98;0.20 -810;2;4858.00;12.40;1404.50;0.38;0.24 -811;2;4723.50;9.50;380.50;-0.50;0.88 -812;2;4349.50;9.70;630.50;0.11;1.10 -813;2;2781.00;12.75;1346.50;0.58;0.20 -814;2;4652.50;11.00;1338.00;-0.69;0.28 -815;2;4530.00;9.50;273.00;1.66;1.08 -816;2;3795.00;9.50;632.00;-1.35;0.98 -817;2;2886.00;10.00;1456.50;-1.10;0.22 -818;2;3194.50;9.80;1396.00;-0.16;0.28 -819;2;3032.00;9.70;1340.50;1.32;0.20 -820;2;3786.50;9.50;21.50;1.04;1.36 -821;2;2960.50;9.50;29.50;1.12;1.30 -822;2;1608.50;9.95;1539.00;0.46;0.16 -823;2;995.00;10.25;1425.00;0.92;0.30 -824;2;2127.50;9.50;60.50;-1.52;0.98 -825;2;2332.50;9.50;291.00;0.29;1.26 -826;2;2521.50;9.50;1108.00;0.40;1.36 -827;2;1527.50;10.80;1541.50;-0.19;0.26 -828;2;4594.00;12.92;1341.00;0.58;0.34 -829;2;3535.50;9.70;1198.50;0.78;0.48 -830;2;2538.50;9.50;1467.50;0.55;1.30 -831;2;1484.50;10.30;1535.50;-0.32;0.22 -832;2;2773.50;12.30;1303.00;0.64;0.24 -833;2;3130.00;13.37;1349.00;0.00;0.20 -834;2;930.50;9.50;44.50;-0.47;1.48 -835;2;65.00;9.50;486.50;-0.15;1.24 -836;2;4732.00;10.80;1332.00;0.78;0.22 -837;2;4913.00;12.75;1416.50;-0.51;0.34 -838;2;13.00;9.50;1320.00;-1.34;1.04 -839;2;264.00;9.50;1533.50;-1.47;1.02 -840;2;401.50;9.50;621.50;-0.04;0.92 -841;2;3134.00;14.50;1328.50;1.10;0.20 -842;2;1400.00;9.50;657.00;-0.75;1.24 -844;2;2679.00;9.95;1308.50;0.58;0.18 -845;2;2692.00;12.65;1338.50;-0.58;0.20 -846;2;4729.00;9.70;1366.00;-0.98;0.28 -847;2;1585.00;10.45;1547.50;-1.10;0.22 -848;2;4793.50;12.40;1302.50;-0.78;0.28 -849;2;3220.00;9.65;1332.50;0.92;0.36 -850;2;1044.50;15.30;1474.50;0.40;0.46 -851;2;3047.50;10.50;1328.00;1.19;0.24 -852;2;4794.00;14.20;1331.50;0.92;0.22 -853;2;1060.00;10.50;1421.00;0.78;0.46 -854;2;2841.00;10.95;1355.50;-0.58;0.24 -855;2;5035.00;9.70;1583.50;2.12;0.50 -856;2;3265.00;13.55;1311.00;0.32;0.26 -857;2;2766.50;13.55;1353.00;1.19;0.16 -858;2;2740.50;12.55;1316.00;0.98;0.16 -859;2;1666.50;9.70;1558.00;-1.35;0.20 -860;2;1473.50;10.40;1398.00;1.05;0.34 -861;2;4806.00;15.47;1353.00;0.46;0.22 -862;2;1611.50;11.05;1562.00;-0.46;0.28 -863;2;3150.50;11.15;1310.00;-0.64;0.22 -864;2;3486.00;15.30;1286.50;-0.92;0.24 -865;2;1603.50;9.70;1494.00;-1.19;0.32 -866;2;1534.50;9.70;1328.50;-1.16;0.30 -867;2;3133.50;14.15;1358.00;0.98;0.20 -868;2;1143.50;18.50;1507.50;1.14;0.46 -869;2;3334.50;11.60;1289.00;0.89;0.20 -870;2;1479.00;10.70;1559.50;1.10;0.26 -871;2;2794.00;14.35;1323.50;0.92;0.24 -872;2;2819.50;11.40;1358.00;0.98;0.20 -873;2;1595.50;9.80;1513.50;0.54;0.32 -874;2;2701.00;12.22;1340.00;-0.78;0.24 -875;2;2731.50;11.15;1285.00;0.98;0.20 -876;2;3426.00;13.15;1297.50;-0.27;0.30 -877;2;2701.00;11.45;1349.00;-1.10;0.18 -878;2;3209.50;11.60;1350.50;1.42;0.18 -879;2;2725.00;12.40;1288.50;0.92;0.20 -880;2;1570.00;10.80;1556.50;0.58;0.24 -881;2;4642.50;11.80;1338.00;1.05;0.24 -882;2;1540.00;10.95;1573.00;-1.24;0.26 -883;2;3050.50;11.35;1346.00;-0.24;0.18 -884;2;2766.50;14.40;1360.50;1.37;0.20 -885;2;2752.00;13.40;1364.00;1.24;0.16 -886;2;3369.50;11.70;1276.50;-0.78;0.36 -887;2;4756.50;11.45;1366.00;0.46;0.26 -888;2;2776.00;12.10;1312.50;0.58;0.24 -889;2;2685.50;12.90;1339.50;0.78;0.16 -890;2;3285.50;12.10;1333.00;-0.98;0.18 -891;2;1631.00;10.07;1564.00;-0.46;0.22 -892;2;4727.50;13.40;1336.50;0.78;0.26 -893;2;3196.00;13.30;1351.50;0.00;0.22 -894;2;1620.50;12.90;1575.50;1.37;0.18 -895;2;3171.00;9.60;1330.00;4.39;0.28 -896;2;2734.00;11.25;1322.50;-0.58;0.20 -897;2;2824.00;12.55;1365.50;1.32;0.16 -898;2;4832.00;9.62;1361.00;0.78;0.26 -899;2;2815.50;12.10;1365.50;0.54;0.16 -900;2;4647.50;9.80;1323.00;0.16;0.24 -901;2;3439.50;10.50;1232.00;-0.64;0.34 -902;2;2951.50;10.35;1313.00;-0.24;0.18 -903;2;2743.00;12.50;1363.00;1.10;0.20 -904;2;3294.00;11.25;1339.50;1.10;0.24 -905;2;1706.50;9.60;1575.00;1.95;0.34 -906;2;4788.50;14.70;1341.50;-0.78;0.22 -907;2;3155.00;12.50;1360.00;1.10;0.24 -908;2;1669.50;10.60;1582.50;1.16;0.16 -909;2;3285.00;13.72;1308.00;-1.10;0.22 -910;2;2983.50;10.80;1382.00;1.19;0.22 -911;2;2899.00;9.72;1384.00;4.71;0.18 -912;2;4762.50;10.25;1318.00;0.98;0.20 -913;2;1498.50;10.00;1474.50;-1.42;0.22 -914;2;3121.00;9.77;1320.00;0.46;0.22 -915;2;2806.50;13.10;1369.50;0.54;0.24 -916;2;4743.50;9.90;1374.50;0.32;0.26 -917;2;868.00;11.72;1875.00;-0.07;1.12 -918;2;2718.00;11.80;1353.50;0.00;0.16 -919;2;3364.00;13.30;1315.00;-0.46;0.30 -920;2;2710.50;12.75;1356.00;1.19;0.20 -921;2;3360.50;13.00;1294.50;-0.19;0.28 -922;2;3242.50;9.90;1352.00;1.05;0.24 -923;2;3020.50;9.70;1349.00;0.16;0.22 -924;2;2671.00;9.80;1310.50;0.00;0.22 -925;2;3012.50;11.40;1383.00;-1.19;0.24 -926;2;1411.00;10.32;1616.00;0.32;0.34 -927;2;4807.00;13.55;1369.50;0.58;0.20 -928;2;3236.50;10.20;1298.50;-1.03;0.22 -929;2;2815.00;9.90;1395.50;1.32;0.18 -930;2;4732.50;10.80;1392.50;-0.14;0.38 -931;2;2708.00;10.95;1297.50;0.58;0.20 -932;2;2771.50;11.10;1370.50;-0.32;0.20 -933;2;3361.00;12.35;1328.50;-0.92;0.24 -934;2;4691.00;11.70;1349.50;0.87;0.30 -935;2;3159.50;13.70;1365.50;-0.78;0.26 -936;2;3150.50;12.15;1336.00;0.46;0.24 -937;2;3111.50;13.15;1381.00;0.89;0.24 -938;2;2696.50;13.60;1332.00;1.57;0.18 -939;2;2731.00;14.00;1330.50;0.67;0.24 -940;2;3313.00;12.40;1285.00;1.57;0.26 -941;2;961.50;13.40;1458.50;0.50;0.36 -942;2;2766.00;12.00;1310.50;-1.10;0.20 -943;2;2830.50;10.50;1384.50;-1.03;0.22 -944;2;4825.00;11.65;1373.50;-0.92;0.24 -945;2;4760.00;11.17;1347.00;-1.10;0.18 -946;2;4793.50;11.70;1380.50;-0.19;0.26 -947;2;3258.00;11.90;1324.50;-1.32;0.22 -948;2;2784.50;12.90;1340.50;0.78;0.20 -949;2;3170.50;13.60;1372.50;0.78;0.20 -950;2;2750.00;12.10;1287.50;1.10;0.20 -951;2;1589.00;10.65;1521.50;1.10;0.26 -952;2;4617.50;12.70;1345.50;0.40;0.28 -953;2;3095.50;13.90;1386.50;1.03;0.20 -954;2;1425.50;9.80;1496.50;0.14;0.26 -955;2;3040.50;9.80;1335.50;0.54;0.22 -956;2;2901.00;10.72;1390.00;0.00;0.18 -957;2;4874.00;9.55;1384.50;1.10;0.34 -958;2;2885.50;9.80;1398.50;1.24;0.16 -959;2;4825.00;9.70;1342.50;-0.58;0.22 -960;2;3394.00;14.00;1332.00;1.32;0.24 -961;2;3357.00;15.40;1284.50;0.92;0.24 -962;2;2799.50;10.90;1296.50;-1.03;0.20 -963;2;3025.50;14.10;1358.50;0.78;0.22 -964;2;4717.00;11.00;1325.50;0.00;0.24 -965;2;3164.50;11.80;1380.50;-0.78;0.24 -966;2;3148.50;12.80;1328.50;1.24;0.18 -967;2;3010.00;11.47;1389.00;0.78;0.24 -968;2;1474.00;10.95;1443.50;-1.40;0.26 -969;2;2958.50;9.75;1428.00;0.98;0.14 -970;2;2670.00;9.50;1296.50;0.92;0.18 -971;2;1516.00;10.65;1518.00;-0.58;0.28 -972;2;4650.50;12.80;1363.00;-1.19;0.22 -973;2;4839.50;11.50;1389.50;1.16;0.20 -974;2;3140.00;13.40;1344.50;-1.32;0.18 -975;2;3403.50;14.20;1336.50;0.78;0.22 -976;2;3150.50;12.80;1298.00;-1.19;0.26 -977;2;2746.50;14.00;1337.50;0.32;0.24 -978;2;4782.50;13.45;1326.00;-0.98;0.22 -979;2;3327.00;14.10;1352.00;0.98;0.24 -980;2;2674.00;9.75;1289.50;1.32;0.20 -981;2;3257.50;12.50;1306.00;-0.98;0.24 -982;2;3105.50;14.10;1389.50;-0.19;0.28 -983;2;1650.00;10.80;1711.50;1.04;0.80 -984;2;3054.50;11.20;1402.00;0.46;0.16 -985;2;2722.50;11.10;1308.50;1.24;0.20 -986;2;924.00;10.10;1458.00;0.58;0.28 -987;2;4730.50;9.70;1348.00;0.69;0.28 -988;2;3112.00;11.00;656.00;-0.71;0.78 -989;2;2768.50;12.90;1222.50;-1.16;0.34 -990;2;3125.50;9.50;1746.00;4.37;0.62 -991;2;2524.00;9.50;824.50;-1.05;1.10 -992;2;3265.50;9.90;1140.00;-1.15;0.38 -993;2;4989.50;9.70;1252.50;0.78;0.22 -994;2;4514.00;9.72;949.00;1.89;0.26 -995;2;2248.00;9.50;687.00;1.10;1.16 -996;2;4671.00;11.20;1167.50;0.92;0.18 -997;2;4256.00;10.25;1012.00;0.78;0.32 -998;2;4944.98;9.60;1273.66;0.00;0.22 -999;2;2252.50;9.50;1824.00;1.46;1.52 -1000;2;857.50;9.50;71.50;1.47;1.26 -1001;2;4654.50;9.70;1194.50;1.16;0.24 -1003;2;4774.50;9.70;1287.00;1.57;0.20 -1004;2;4566.50;9.90;1216.50;0.62;0.36 -1005;2;3282.50;10.80;1266.00;0.64;0.28 -1006;2;4632.50;12.20;1064.00;0.89;0.26 -1007;2;3873.00;9.50;894.50;-0.96;0.98 -1008;2;3296.00;9.50;1199.50;0.81;0.66 -1009;2;3031.50;9.60;1268.50;1.37;0.24 -1010;2;4465.00;13.10;1109.00;-1.40;0.34 -1011;2;5059.50;9.50;635.50;1.20;1.08 -1012;2;5231.00;9.50;1279.50;0.33;1.46 -1013;2;2820.50;10.10;1250.00;0.64;0.28 -1014;2;4270.50;9.70;968.50;-0.78;0.32 -1015;2;3351.00;11.15;1140.50;0.00;0.20 -1016;2;4705.50;9.50;421.00;0.87;1.02 -1017;2;4336.00;9.50;603.00;0.78;1.00 -1018;2;4508.00;9.77;1003.00;1.10;0.24 -1019;2;1579.00;9.70;1434.50;-1.10;0.26 -1020;2;4855.50;9.90;1174.00;0.98;0.14 -1021;2;4490.50;9.50;202.00;0.49;1.16 -1022;2;3793.50;9.50;665.50;0.29;0.94 -1023;2;4533.00;10.60;1051.50;0.51;0.28 -1024;2;4996.50;12.20;1277.50;-1.16;0.22 -1025;2;4844.50;11.85;1205.00;-0.98;0.20 -1026;2;2920.00;9.50;23.50;1.62;0.90 -1027;2;4579.00;13.30;1305.50;0.27;0.20 -1028;2;3315.50;11.10;1046.50;0.78;0.28 -1029;2;4662.00;9.70;1222.50;-0.38;0.28 -1030;2;2170.00;9.50;102.00;-0.33;1.08 -1031;2;2303.00;9.50;339.00;0.29;0.96 -1032;2;2495.00;9.50;1159.50;0.80;1.22 -1033;2;3376.00;10.10;1087.50;0.55;0.56 -1034;2;4534.50;11.30;1249.00;-1.29;0.36 -1035;2;2486.50;9.50;1547.50;-0.29;1.54 -1036;2;4596.50;11.30;1136.50;-1.16;0.30 -1037;2;2952.00;11.30;1229.00;-0.78;0.26 -1038;2;4517.00;9.97;964.00;-0.78;0.28 -1039;2;1135.50;9.50;114.00;1.06;1.16 -1040;2;120.00;9.50;461.00;0.29;1.04 -1041;2;3057.50;9.80;1158.00;1.19;0.32 -1042;2;5328.00;9.65;483.00;4.12;0.22 -1043;2;2942.50;10.70;1103.50;0.91;1.26 -1044;2;247.50;9.50;1581.00;-1.38;1.18 -1045;2;434.50;9.50;632.50;-1.35;0.98 -1046;2;2947.50;12.00;1250.50;0.54;0.28 -1047;2;4572.00;9.90;1021.50;-1.32;0.28 -1048;2;2711.00;9.85;1262.50;0.58;0.20 -1049;2;1340.50;9.50;712.50;-1.36;1.10 -1051;2;4929.50;9.75;1214.00;0.64;0.24 -1052;2;4656.00;9.65;1314.50;-1.32;0.30 -1053;2;4603.50;10.60;1068.00;-1.19;0.30 -1054;2;4807.50;9.50;1230.00;1.29;0.26 -1055;2;4686.50;9.60;1106.00;1.19;0.28 -1056;2;3387.50;15.20;1226.00;0.86;0.36 -1057;2;3137.00;10.10;1072.50;-1.14;0.82 -1058;2;2932.50;12.95;1245.00;1.19;0.24 -1059;2;4149.00;10.55;1006.50;-0.87;0.30 -1060;2;3188.00;9.70;1141.50;1.21;0.40 -1061;2;3901.50;9.70;1031.00;-0.55;0.40 -1062;2;3129.50;12.20;1168.50;-0.78;0.26 -1063;2;4996.00;11.90;1308.50;0.92;0.26 -1064;2;3320.50;10.00;1055.50;-1.16;0.30 -1065;2;3359.00;9.95;1191.00;0.46;0.24 -1066;2;4653.00;11.05;1110.00;0.78;0.24 -1067;2;4930.50;10.40;1235.50;0.78;0.20 -1068;2;3288.50;9.70;1126.50;0.78;0.22 -1069;2;4638.00;10.35;1261.50;1.32;0.30 -1070;2;4532.50;9.65;966.00;2.15;0.28 -1071;2;3256.50;9.60;1148.50;-0.19;0.26 -1072;2;3393.00;14.05;1232.00;-0.98;0.32 -1073;2;4450.00;9.95;999.00;0.58;0.28 -1074;2;3367.50;11.00;1192.00;-0.16;0.26 -1075;2;4230.50;10.00;1032.00;-0.64;0.28 -1076;2;4659.50;9.60;1213.00;0.89;0.26 -1077;2;1612.00;9.60;1462.00;4.71;0.28 -1078;2;4604.50;10.00;1045.00;-1.19;0.26 -1079;2;2703.00;14.02;1200.00;1.10;0.30 -1080;2;3305.50;11.10;1101.50;-0.11;0.38 -1081;2;4808.00;12.20;1247.50;0.92;0.20 -1082;2;4311.00;10.05;1051.50;-1.10;0.40 -1083;2;4631.00;11.05;1152.50;0.51;0.30 -1084;2;4638.00;10.05;1272.50;0.00;0.24 -1085;2;5319.50;10.40;505.50;1.24;0.32 -1086;2;3353.50;11.00;1168.00;-0.64;0.18 -1087;2;4547.50;10.00;1018.50;0.54;0.24 -1088;2;3367.50;9.50;1240.00;4.71;0.32 -1089;2;4682.00;10.70;1180.00;0.46;0.20 -1090;2;2748.50;13.75;1275.00;0.98;0.20 -1091;2;4683.00;11.15;1033.00;3.92;0.14 -1092;2;4869.50;9.50;1218.50;-1.03;0.22 -1093;2;2785.50;10.75;1290.00;0.98;0.20 -1094;2;4669.50;11.40;1094.50;0.78;0.24 -1095;2;2788.50;10.20;1101.00;-0.98;0.98 -1096;2;4692.00;11.50;1135.50;0.67;0.20 -1097;2;4977.50;11.00;1247.00;0.24;0.22 -1098;2;4676.50;9.65;643.00;-0.12;0.22 -1099;2;4658.00;10.00;1166.00;1.10;0.22 -1100;2;4799.00;10.37;1265.00;0.46;0.22 -1101;2;4144.50;9.80;990.50;1.42;0.30 -1102;2;2662.00;10.50;1157.50;0.00;0.44 -1103;2;3933.00;10.00;1042.50;-1.44;0.40 -1104;2;4689.50;9.85;1279.00;0.98;0.22 -1105;2;2976.00;10.20;1182.50;0.00;0.30 -1106;2;3128.00;9.50;1295.50;2.96;0.22 -1107;2;3905.50;13.85;1151.00;-0.86;0.36 -1108;2;3368.00;10.95;1217.50;-0.92;0.28 -1109;2;3165.00;10.55;1294.00;1.10;0.20 -1110;2;4624.00;10.30;1089.00;-0.58;0.34 -1111;2;2762.00;15.15;1213.00;1.24;0.36 -1112;2;3323.50;9.65;1128.00;-1.19;0.36 -1113;2;4986.50;10.40;1263.50;-1.37;0.24 -1114;2;4429.50;12.90;1019.50;0.95;0.34 -1115;2;2721.50;10.60;1010.50;-1.02;1.40 -1116;2;4269.50;13.50;1096.50;-1.00;0.46 -1117;2;4979.00;12.50;1276.50;0.92;0.28 -1118;2;3044.50;10.85;1165.00;-0.98;0.24 -1119;2;3276.50;9.70;1256.50;0.78;0.28 -1120;2;4586.50;10.65;1042.00;0.89;0.30 -1121;2;4646.50;11.20;1209.50;-0.32;0.22 -1122;2;3297.50;10.35;1268.00;1.19;0.26 -1123;2;4818.76;9.50;1105.61;2.03;0.18 -1124;2;4657.50;10.20;1232.50;0.54;0.20 -1125;2;4654.50;11.80;1138.00;-0.89;0.30 -1126;2;2842.00;12.20;1198.00;0.24;0.46 -1127;2;3120.50;10.35;1149.00;0.64;0.26 -1128;2;2858.50;12.80;1237.00;1.57;0.24 -1129;2;4025.50;21.60;1173.50;-0.26;0.50 -1130;2;3176.50;11.25;1173.00;0.24;0.22 -1131;2;4537.50;10.60;1009.50;-0.78;0.24 -1132;2;1589.50;9.70;1442.50;-0.78;0.36 -1133;2;4925.00;9.70;1206.50;1.32;0.20 -1134;2;4620.00;9.70;1306.50;0.92;0.24 -1135;2;52.74;9.50;1776.46;-1.24;0.34 -1136;2;4917.50;9.90;1231.50;0.19;0.24 -1137;2;4596.00;15.50;1321.50;-1.21;0.26 -1138;2;4637.00;10.87;1085.00;-1.10;0.28 -1139;2;4582.50;10.10;1234.00;1.29;0.22 -1140;2;3171.50;9.80;1111.00;0.73;0.72 -1141;2;1463.00;9.50;615.00;-1.17;0.42 -1142;2;4250.50;9.70;986.50;0.54;0.26 -1143;2;3235.50;9.60;1124.50;0.88;0.44 -1144;2;3919.00;10.07;1021.00;-0.98;0.40 -1145;2;2852.00;12.22;1256.00;0.00;0.24 -1146;2;4654.00;9.70;1174.00;0.32;0.28 -1147;2;3901.50;9.90;1048.50;0.40;0.34 -1148;2;4807.00;12.70;1286.00;0.78;0.24 -1149;2;3008.00;10.65;1184.50;-1.32;0.22 -1150;2;4702.19;9.70;1304.80;4.24;0.24 -1151;2;3313.50;10.50;1080.00;1.29;0.32 -1152;2;2734.50;16.55;1186.00;-1.35;0.36 -1153;2;4630.00;10.20;1133.00;0.78;0.24 -1154;2;4660.50;11.50;1245.00;0.64;0.24 -1155;2;3321.00;9.85;1153.50;0.87;0.28 -1156;2;3030.50;10.70;1283.50;-1.37;0.20 -1157;2;4469.00;9.60;989.50;-0.58;0.28 -1158;2;4833.12;10.00;1196.01;1.42;0.24 -1159;2;4189.00;9.50;1007.00;1.89;0.26 -1160;2;2927.50;11.00;1257.50;-0.95;0.30 -1161;2;4640.00;10.87;1203.00;-0.46;0.24 -1162;2;4594.00;10.05;1036.50;-0.67;0.30 -1163;2;1602.00;9.70;1449.50;-1.10;0.28 -1164;2;3190.00;10.80;1235.50;1.32;0.16 -1165;2;5012.00;10.60;1299.50;-0.38;0.22 -1166;2;4655.50;11.80;1070.50;-0.14;0.28 -1167;2;4888.00;11.87;1235.00;-0.78;0.24 -1168;2;4696.00;9.65;1117.50;-1.32;0.24 -1169;2;4600.50;10.35;1257.00;0.64;0.26 -1170;2;4335.50;12.00;1012.50;0.78;0.40 -1171;2;4648.50;9.90;1156.50;-1.03;0.26 -1172;2;4452.50;13.00;1032.00;0.71;0.40 -1173;2;3144.00;9.65;1270.50;-1.10;0.16 -1174;2;3023.00;10.25;1165.50;1.10;0.26 -1175;2;4696.50;9.70;1021.50;1.24;0.20 -1176;2;2755.00;14.77;1270.00;0.78;0.20 -1177;2;4780.00;9.70;1201.00;0.00;0.12 -1178;2;2721.00;9.92;1278.00;-0.78;0.16 -1179;2;3844.00;9.65;1065.50;0.34;0.50 -1180;2;4571.00;9.80;1241.50;0.51;0.30 -1181;2;3250.50;12.25;620.00;0.06;0.68 -1182;2;4986.00;9.50;1242.50;0.00;0.20 -1183;2;4843.50;10.10;1177.50;1.24;0.18 -1184;2;4675.00;11.30;1263.50;1.10;0.22 -1185;2;4460.50;9.60;973.50;0.78;0.20 -1186;2;3159.50;9.80;1160.50;0.62;0.34 -1187;2;4557.00;10.25;1013.50;-0.58;0.24 -1188;2;4598.00;9.82;1268.00;0.00;0.26 -1189;2;2998.50;11.45;1181.00;-0.89;0.26 -1190;2;3894.50;9.80;1026.00;1.78;0.32 -1191;2;4868.00;12.25;1225.50;-0.92;0.22 -1192;2;2764.50;14.45;1285.00;0.98;0.24 -1193;2;4649.00;10.85;1076.50;1.44;0.24 -1194;2;2712.50;11.15;1222.00;0.46;0.30 -1195;2;4680.00;11.72;1119.00;-0.46;0.24 -1196;2;4436.00;12.90;1026.50;-1.10;0.38 -1197;2;4320.50;10.85;1084.00;0.98;0.40 -1198;2;3110.00;9.70;1141.50;-1.32;0.26 -1199;2;3980.00;10.57;1042.00;0.78;0.32 -1200;2;4691.50;11.30;1273.50;-1.16;0.22 -1201;2;3353.00;9.70;1183.50;1.10;0.20 -1202;2;4584.50;9.80;1026.00;-1.05;0.26 -1203;2;4574.50;12.85;1290.00;1.19;0.30 -1204;2;3151.00;10.80;1185.50;0.00;0.24 -1205;2;3139.00;10.85;1296.50;4.46;0.22 -1206;2;3312.50;10.55;1030.00;0.86;0.42 -1207;2;2720.00;17.15;1179.50;0.51;0.34 -1208;2;4526.41;11.10;666.88;0.71;0.84 -1209;2;4553.50;9.50;518.50;0.78;0.20 -1210;2;3685.00;10.70;1545.50;0.58;0.28 -1211;2;3116.50;9.50;1724.50;0.85;0.92 -1212;2;2610.50;9.50;727.00;-0.54;1.18 -1213;2;4067.50;13.45;754.00;0.46;0.30 -1214;2;857.00;9.85;1723.50;1.27;0.36 -1215;2;2099.50;9.50;854.50;0.91;0.72 -1216;2;3864.50;18.00;1302.00;-1.19;0.24 -1217;2;4905.00;10.60;437.50;-0.51;0.32 -1218;2;2210.00;9.50;1742.00;0.61;1.06 -1219;2;793.50;9.50;159.00;4.71;1.30 -1220;2;3725.00;9.95;1461.50;-1.32;0.44 -1221;2;4695.00;9.87;871.00;1.10;0.20 -1222;2;5064.50;10.35;533.00;0.89;0.32 -1223;2;3907.50;10.10;1523.50;1.07;0.38 -1224;2;4752.50;9.60;823.00;0.64;0.22 -1225;2;4603.50;9.70;601.50;0.54;0.26 -1226;2;3872.50;9.50;786.50;0.66;0.82 -1227;2;2879.00;9.50;1717.50;-1.01;0.48 -1228;2;4076.00;9.70;921.00;0.78;0.30 -1229;2;3866.00;10.25;1572.00;0.78;0.44 -1230;2;4535.00;10.30;654.50;-1.44;0.32 -1231;2;5159.00;9.50;647.00;0.93;1.32 -1232;2;5200.50;9.50;1234.00;1.28;1.36 -1233;2;3755.50;10.35;1626.00;1.15;0.34 -1234;2;4757.50;10.50;753.50;0.54;0.24 -1235;2;4618.00;9.50;420.00;0.72;1.10 -1236;2;4388.00;9.50;590.50;0.81;0.94 -1237;2;5411.00;11.65;402.50;3.52;0.40 -1238;2;4001.00;9.75;803.00;0.32;0.26 -1239;2;3974.00;11.45;1460.50;-1.49;0.44 -1240;2;4538.00;9.50;176.50;-1.20;1.12 -1241;2;3829.00;9.50;713.00;1.69;0.78 -1242;2;5077.50;9.90;526.50;1.16;0.26 -1243;2;3901.00;10.45;1473.50;0.49;0.52 -1244;2;4398.00;9.60;855.00;0.46;0.26 -1245;2;2906.50;9.50;111.00;1.01;1.16 -1246;2;4452.50;10.30;589.00;-0.64;0.20 -1247;2;3683.50;11.30;1480.00;0.46;0.40 -1248;2;4485.50;11.75;882.00;-0.98;0.24 -1249;2;2161.00;9.50;144.50;0.82;0.96 -1250;2;2349.50;9.50;352.00;0.67;1.24 -1251;2;2481.50;9.50;1216.00;1.24;1.22 -1252;2;4642.00;10.10;660.50;1.10;0.34 -1253;2;4339.50;11.00;933.50;0.62;0.38 -1254;2;3679.00;10.00;1535.00;1.10;0.38 -1255;2;2492.00;9.50;1613.00;1.36;1.24 -1256;2;1694.50;9.50;2026.50;1.18;0.66 -1257;2;4423.00;15.50;1182.50;0.85;0.40 -1258;2;3692.50;10.40;1599.50;0.62;0.34 -1259;2;1312.00;9.50;210.50;1.14;1.10 -1260;2;160.00;9.50;479.50;-1.38;1.06 -1261;2;4730.50;11.20;816.50;1.24;0.22 -1262;2;1045.00;12.65;1726.50;0.67;0.68 -1263;2;5401.00;9.85;294.50;0.92;0.20 -1264;2;8.50;9.50;1366.00;-1.23;0.92 -1265;2;175.00;9.50;1515.50;0.33;1.12 -1266;2;447.50;9.50;575.00;0.76;1.10 -1267;2;4976.00;11.55;1505.50;1.47;0.26 -1268;2;4038.50;11.40;834.50;1.03;0.28 -1269;2;5288.00;10.50;492.00;1.37;0.48 -1270;2;1492.00;9.50;629.50;-0.83;1.14 -1272;2;3830.50;10.10;1499.00;0.86;0.46 -1273;2;3962.50;9.90;892.00;0.46;0.22 -1274;2;4432.00;9.95;584.50;0.67;0.28 -1275;2;4052.00;9.85;919.50;0.70;0.34 -1276;2;3837.50;10.05;1544.00;0.84;0.46 -1277;2;4394.50;9.80;658.50;-0.40;0.38 -1278;2;3687.00;10.00;1612.50;0.67;0.26 -1279;2;4394.50;10.10;743.50;0.54;0.22 -1281;2;4350.00;9.95;800.00;3.92;0.16 -1282;2;1740.50;10.40;1651.00;0.12;0.36 -1283;2;5035.50;10.10;509.50;1.89;0.32 -1284;2;1712.50;11.20;1674.50;-0.09;0.42 -1285;2;4507.00;9.85;838.00;1.57;0.20 -1286;2;5169.50;10.60;566.50;1.24;0.18 -1287;2;3993.50;9.80;1515.50;0.68;0.58 -1288;2;4697.00;10.67;892.00;-0.78;0.18 -1289;2;4709.50;10.80;662.50;1.37;0.22 -1290;2;3649.50;9.70;1528.00;-0.16;0.32 -1291;2;4377.50;9.80;737.50;-0.19;0.22 -1292;2;3820.50;9.90;1633.50;1.16;0.44 -1293;2;4765.67;9.50;808.19;3.26;0.24 -1294;2;3853.50;9.80;1632.00;4.71;0.48 -1295;2;3631.00;9.90;1806.50;0.92;0.66 -1296;2;4357.00;9.95;838.50;0.51;0.22 -1297;2;4109.00;9.90;1592.50;-1.10;0.42 -1298;2;4683.32;11.00;509.83;1.73;0.20 -1299;2;1549.50;11.15;1691.00;0.12;0.42 -1300;2;4505.50;10.80;876.00;0.64;0.18 -1301;2;5136.00;9.95;556.50;1.32;0.22 -1302;2;4473.00;11.47;917.00;0.00;0.26 -1303;2;3817.00;9.90;1534.50;1.21;0.46 -1304;2;4521.00;10.30;652.00;-1.24;0.34 -1305;2;3676.00;9.80;1596.50;0.38;0.38 -1306;2;4655.50;10.20;729.50;-1.37;0.26 -1307;2;3626.50;10.10;1747.00;-0.29;0.36 -1308;2;4350.50;9.70;812.50;-0.19;0.16 -1309;2;3943.50;10.15;1587.00;0.46;0.56 -1310;2;5021.50;10.00;508.00;1.57;0.24 -1311;2;4754.00;10.80;844.00;1.10;0.20 -1312;2;3885.50;10.60;1452.00;0.24;0.52 -1313;2;4435.50;10.30;576.50;-1.03;0.26 -1314;2;3743.00;10.85;1475.50;-0.41;0.48 -1315;2;4344.50;9.85;870.00;0.64;0.30 -1316;2;4524.00;9.65;635.50;1.21;0.46 -1317;2;4032.00;10.20;909.50;-0.27;0.38 -1318;2;3639.50;9.70;1520.00;1.19;0.28 -1319;2;4409.00;15.52;1066.00;0.78;0.38 -1320;2;929.00;14.05;1701.00;-0.14;0.52 -1321;2;4005.00;9.80;788.50;0.51;0.24 -1322;2;5026.65;11.30;1472.46;4.71;0.30 -1323;2;890.50;12.50;1792.50;0.78;0.70 -1324;2;4442.50;10.30;852.00;0.46;0.30 -1325;2;4955.00;13.25;1496.50;-0.51;0.34 -1326;2;4773.50;11.70;510.00;4.71;0.18 -1327;2;3796.50;10.45;1623.00;0.46;0.44 -1328;2;4498.00;12.10;870.50;0.38;0.24 -1329;2;5128.50;10.65;559.00;1.57;0.16 -1330;2;4307.50;10.40;920.00;4.71;0.28 -1331;2;3808.00;9.80;1514.00;-1.19;0.44 -1332;2;4424.00;9.70;627.50;0.92;0.18 -1333;2;4286.50;10.80;953.50;0.14;0.22 -1334;2;3740.50;10.20;1604.00;0.98;0.42 -1335;2;4613.00;12.90;714.50;0.00;0.36 -1336;2;3673.50;9.90;1696.00;4.71;0.28 -1337;2;4367.00;9.65;773.50;-0.58;0.20 -1338;2;1741.00;9.70;1635.00;1.89;0.30 -1339;2;4752.50;10.20;497.50;-0.54;0.20 -1340;2;4756.50;9.90;837.50;-0.78;0.20 -1341;2;1626.00;10.00;1659.50;-1.21;0.46 -1342;2;4456.00;9.70;562.50;0.38;0.14 -1343;2;4963.00;12.55;1516.00;0.19;0.32 -1344;2;4042.00;10.30;858.50;0.67;0.26 -1345;2;4431.00;9.70;624.00;-0.24;0.46 -1346;2;2916.50;12.95;1487.00;-0.98;0.18 -1347;2;978.00;15.60;1792.00;0.83;0.92 -1348;2;4409.00;10.92;716.00;0.32;0.22 -1349;2;3945.50;9.50;954.50;4.51;0.26 -1350;2;3645.00;10.15;1572.50;0.87;0.30 -1351;2;4784.93;9.70;720.30;2.15;0.48 -1352;2;1307.00;10.95;1510.00;0.54;0.40 -1353;2;4413.50;11.30;843.00;0.16;0.24 -1354;2;1796.00;9.70;1626.00;0.78;0.44 -1355;2;4729.19;9.70;478.73;-0.55;0.42 -1356;2;1707.50;10.40;1695.00;1.15;0.42 -1357;2;4389.50;10.40;912.50;-0.66;0.38 -1358;2;5227.50;10.70;552.00;0.64;0.18 -1359;2;4004.00;10.60;928.00;0.78;0.38 -1360;2;3770.00;9.80;1511.50;-1.21;0.42 -1361;2;5175.00;10.40;598.00;0.78;0.26 -1362;2;4442.50;11.50;945.00;0.69;0.30 -1363;2;3813.00;10.00;1581.00;1.10;0.38 -1364;2;4388.00;12.10;718.50;0.67;0.22 -1365;2;3653.50;9.80;1671.00;-0.64;0.30 -1366;2;4352.50;9.50;773.00;0.16;0.22 -1367;2;4444.50;10.30;1162.00;0.86;0.44 -1368;2;4723.00;11.25;828.50;1.10;0.24 -1369;2;4164.00;10.80;1595.50;0.26;0.50 -1370;2;5294.50;10.30;485.00;1.84;0.16 -1371;2;3725.00;9.80;1472.00;0.58;0.34 -1372;2;4721.00;9.50;870.50;0.00;0.24 -1373;2;4417.50;9.80;615.00;1.05;0.28 -1374;2;4460.00;11.40;896.00;0.58;0.30 -1375;2;3952.50;9.80;1535.50;0.56;0.58 -1376;2;4385.50;9.70;704.50;0.40;0.26 -1377;2;4063.00;9.80;1086.50;0.29;0.48 -1378;2;3681.00;9.95;1563.00;0.24;0.32 -1379;2;4775.00;10.20;779.00;1.57;0.22 -1380;2;3668.00;9.90;1652.50;-1.01;0.26 -1381;2;4044.00;9.90;816.50;-1.10;0.32 -1382;2;3904.50;10.70;1446.00;-0.61;0.58 -1383;2;4393.50;12.30;1025.50;0.78;0.42 -1384;2;3885.50;14.85;1291.00;0.46;0.36 -1385;2;4348.50;10.65;862.00;0.24;0.22 -1386;2;4496.00;10.65;541.50;-0.58;0.20 -1387;2;3826.00;10.30;1659.50;-1.17;0.36 -1388;2;4700.50;10.50;902.00;0.98;0.18 -1389;2;5060.50;10.00;581.50;1.37;0.26 -1390;2;4438.50;10.50;936.50;0.78;0.30 -1391;2;3874.50;10.40;1590.50;1.37;0.46 -1392;2;4405.50;9.70;705.50;-1.24;0.24 -1393;2;884.00;12.10;1738.50;0.87;0.46 -1394;2;4361.50;10.65;779.00;0.89;0.22 -1395;2;4436.00;10.40;1132.50;0.38;0.38 -1396;2;4468.50;9.80;814.50;0.78;0.22 -1397;2;4952.00;11.75;1482.00;0.64;0.36 -1398;2;4463.50;9.60;541.50;1.16;0.20 -1399;2;5200.15;9.50;1505.42;2.35;0.44 -1400;2;4491.50;11.90;857.50;0.19;0.22 -1401;2;4454.00;9.70;601.50;0.51;0.30 -1402;2;1977.50;10.30;727.00;-1.21;0.52 -1403;2;4333.50;9.60;907.50;0.14;0.26 -1404;2;4628.00;11.00;692.00;-1.32;0.26 -1405;2;3983.00;14.47;957.00;1.37;0.34 -1406;2;3693.50;10.45;1548.00;0.29;0.28 -1407;2;4769.00;9.85;767.50;-0.58;0.18 -1408;2;894.00;11.72;1730.00;1.57;0.32 -1409;2;4020.50;10.15;803.00;-0.89;0.30 -1410;2;4929.00;10.40;450.50;-0.70;0.40 -1411;2;926.00;13.62;1829.00;0.65;1.36 -1412;2;3995.50;12.20;861.50;0.62;0.34 -1413;2;4536.00;9.80;539.50;0.58;0.24 -1414;2;929.50;14.10;1615.50;0.68;0.60 -1415;2;4688.00;11.65;902.00;0.78;0.18 -1416;2;4616.00;9.90;604.50;1.10;0.28 -1417;2;4315.50;10.40;939.50;1.03;0.26 -1418;2;3904.50;10.00;1581.00;1.08;0.40 -1419;2;4811.13;10.40;687.76;2.40;0.40 -1420;2;839.50;12.20;1739.50;-0.78;0.38 -1421;2;4713.00;10.15;764.50;2.76;0.16 -1422;2;4914.50;10.35;451.00;-0.69;0.36 -1423;2;4462.50;9.75;809.00;-0.46;0.24 -1424;2;1796.00;9.50;1658.00;0.32;0.48 -1425;2;4481.50;10.70;535.50;0.78;0.24 -1426;2;1833.50;10.35;1869.00;0.35;1.46 -1427;2;4367.00;9.60;865.00;-0.98;0.28 -1428;2;4347.96;9.70;629.10;3.86;0.58 -1429;2;3737.50;9.90;1497.50;-0.95;0.38 -1430;2;4049.50;9.80;891.50;0.19;0.32 -1431;2;4863.50;10.40;440.50;1.16;0.34 -1432;2;952.50;17.40;1496.50;1.00;0.50 -1433;2;1514.00;10.10;1374.50;0.00;0.30 -1434;2;3230.00;9.50;1729.00;-0.32;0.62 -1435;2;2864.00;9.50;561.00;0.15;0.96 -1436;2;1636.00;11.50;1591.00;0.00;0.26 -1437;2;4791.26;9.50;644.43;4.06;0.20 -1438;2;4566.50;13.65;1303.00;-0.89;0.30 -1439;2;2022.00;9.50;916.00;-1.10;1.14 -1440;2;1775.00;9.70;1161.50;1.49;0.20 -1441;2;1357.00;11.05;1500.50;-0.87;0.36 -1442;2;2252.00;9.50;1659.00;-1.01;1.00 -1443;2;707.00;9.50;209.00;1.04;1.14 -1444;2;4156.50;10.10;1022.50;0.54;0.32 -1445;2;1483.00;10.70;1508.50;-0.41;0.32 -1446;2;2236.00;10.70;746.00;-1.37;0.36 -1447;2;5510.00;9.50;1714.50;0.57;1.30 -1448;2;4575.50;10.00;1084.00;4.71;0.24 -1449;2;1860.50;9.70;332.50;-1.00;0.52 -1450;2;3550.00;15.60;1348.50;-0.38;0.24 -1451;2;3808.50;9.50;739.00;0.14;0.86 -1452;2;3021.00;9.50;1301.50;0.06;1.24 -1453;2;1387.00;10.30;1370.00;0.58;0.30 -1454;2;4880.00;10.57;415.00;1.57;0.42 -1455;2;3526.50;16.15;1366.00;1.19;0.26 -1456;2;5089.50;9.50;659.50;0.25;1.06 -1457;2;5283.50;9.50;1266.00;1.50;0.86 -1458;2;4528.00;12.80;1265.00;0.24;0.34 -1459;2;3889.00;11.20;1337.50;-0.83;0.56 -1460;2;4364.50;9.90;650.50;1.03;0.26 -1461;2;4682.50;9.50;386.00;0.18;0.78 -1462;2;4279.00;9.50;653.00;1.05;0.82 -1463;2;3493.00;12.25;1274.50;-0.38;0.30 -1464;2;4407.50;9.90;941.00;-0.89;0.28 -1465;2;4519.00;9.50;147.00;0.43;1.24 -1466;2;3789.50;9.50;714.00;1.39;0.84 -1467;2;3531.00;14.95;1321.50;0.67;0.30 -1468;2;3271.50;13.35;154.00;-0.64;0.80 -1469;2;4480.00;10.22;1017.00;0.98;0.32 -1470;2;3675.00;9.50;11.50;1.61;0.54 -1471;2;3022.50;9.50;57.50;1.13;1.06 -1472;2;5110.00;11.25;272.50;-0.87;0.44 -1473;2;3133.50;10.80;855.00;0.05;0.88 -1474;2;4507.50;10.90;1099.00;1.15;0.36 -1475;2;2097.00;9.50;49.00;-0.07;0.92 -1476;2;2369.00;9.50;376.50;-1.15;1.18 -1477;2;2492.00;9.50;1250.50;-0.70;1.22 -1478;2;4886.50;10.20;395.50;1.24;0.48 -1479;2;3758.00;9.70;1379.50;0.83;0.48 -1480;2;1529.00;9.70;1382.50;1.10;0.46 -1481;2;2489.00;9.50;1650.00;0.71;1.20 -1482;2;1556.00;9.50;1988.50;-1.26;1.04 -1483;2;3954.50;15.35;1335.00;1.27;0.36 -1484;2;4699.50;10.05;623.00;-0.46;0.24 -1485;2;1518.00;10.50;1437.00;0.64;0.40 -1486;2;1335.50;9.50;256.00;0.90;1.60 -1487;2;162.50;9.50;529.00;4.71;1.22 -1488;2;4346.50;11.40;947.50;0.78;0.30 -1489;2;4604.00;13.60;1353.50;0.38;0.28 -1490;2;225.50;9.50;1521.50;0.32;1.04 -1491;2;503.50;9.50;634.50;0.60;1.02 -1492;2;4308.50;12.25;1001.00;-0.46;0.24 -1493;2;3729.00;11.50;1332.00;1.03;0.56 -1494;2;3269.50;12.55;183.00;-0.88;0.84 -1495;2;1454.00;9.50;773.00;0.41;1.02 -1497;2;4215.00;10.75;1068.50;-1.10;0.26 -1498;2;4689.50;10.70;251.50;0.96;0.62 -1499;2;4719.50;11.25;1406.00;-0.69;0.34 -1500;2;1334.00;10.30;1359.50;0.67;0.36 -1501;2;5009.00;9.70;400.00;0.78;0.34 -1502;2;4695.00;11.25;1449.50;-0.51;0.54 -1503;2;1354.00;10.40;1416.50;-0.58;0.22 -1504;2;4923.50;10.20;1455.00;0.46;0.28 -1505;2;4707.00;12.15;630.50;-1.40;0.34 -1506;2;1552.50;12.30;1490.50;-0.19;0.32 -1507;2;4395.00;10.42;944.00;-0.98;0.38 -1508;2;4668.50;11.50;1392.50;-1.42;0.32 -1509;2;3148.00;12.00;185.50;-0.55;1.08 -1510;2;4090.00;10.20;1017.50;-1.44;0.38 -1511;2;4639.50;9.80;246.50;-1.37;0.56 -1512;2;5063.00;9.70;1381.50;1.40;0.30 -1513;2;1639.00;9.50;1240.50;4.24;0.52 -1514;2;4962.00;9.90;373.00;-0.58;0.44 -1515;2;5150.91;9.60;1439.34;-0.46;0.88 -1516;2;3187.50;12.40;510.00;-1.43;0.80 -1517;2;3627.50;9.70;1379.50;-0.32;0.44 -1518;2;4693.00;11.45;620.50;0.87;0.26 -1519;2;4557.50;15.30;1265.50;-0.78;0.32 -1520;2;4443.50;9.90;921.50;-0.40;0.28 -1521;2;3727.50;13.30;1270.00;1.01;0.42 -1522;2;4409.50;12.05;1016.00;1.05;0.34 -1523;2;1385.50;10.90;1519.50;1.14;0.34 -1524;2;2225.00;10.30;714.50;1.10;0.38 -1525;2;4266.50;14.30;1074.00;-0.91;0.48 -1526;2;4701.00;10.50;176.50;-0.55;0.54 -1527;2;1397.00;10.05;1547.50;-0.27;0.32 -1528;2;1346.50;10.30;1374.50;-0.78;0.36 -1529;2;2009.00;12.05;420.00;0.87;0.50 -1530;2;3498.00;13.60;1361.50;0.92;0.18 -1531;2;4539.50;11.60;1261.00;-0.16;0.36 -1532;2;3797.50;12.05;1366.00;0.21;0.56 -1533;2;4401.50;9.90;622.50;1.06;0.30 -1534;2;1333.00;10.92;1484.00;-0.98;0.28 -1535;2;4437.00;9.85;907.00;0.58;0.40 -1536;2;3574.50;9.75;1320.00;1.19;0.24 -1537;2;5112.50;13.30;154.00;-1.29;0.46 -1538;2;4133.50;10.25;1002.00;-1.19;0.32 -1539;2;3520.50;14.40;1334.00;-0.64;0.28 -1540;2;4646.00;10.17;220.00;-1.32;0.58 -1541;2;4129.00;10.17;1075.00;1.03;0.36 -1542;2;1988.00;11.20;404.50;-1.22;0.56 -1543;2;3788.50;10.50;1669.00;0.86;0.38 -1544;2;3387.00;12.30;1174.00;0.32;0.32 -1545;2;4829.00;10.55;1455.50;-1.01;0.40 -1546;2;4934.00;13.77;598.00;0.78;0.42 -1547;2;1543.00;9.70;1406.50;0.51;0.34 -1548;2;4441.00;9.80;897.50;-1.10;0.28 -1549;2;3453.00;10.40;1263.00;1.10;0.38 -1550;2;1607.00;9.70;1192.50;-0.67;0.32 -1551;2;4577.00;13.25;1396.50;0.72;0.48 -1552;2;3136.50;14.80;425.50;0.88;1.00 -1553;2;4265.00;12.57;1060.00;-1.16;0.42 -1554;2;3816.50;10.10;1340.50;-0.50;0.60 -1555;2;1884.50;9.70;266.50;0.66;0.44 -1556;2;1512.00;10.05;1352.50;0.85;0.38 -1557;2;5049.00;10.80;322.50;-1.17;0.62 -1558;2;4697.00;10.40;1421.00;0.58;0.36 -1559;2;1375.00;10.30;1402.00;0.24;0.34 -1560;2;1392.50;11.20;1594.00;-1.35;0.28 -1561;2;4676.50;13.20;618.50;-1.37;0.30 -1562;2;978.50;9.60;1409.50;-0.78;0.20 -1563;2;4468.00;10.75;887.00;0.78;0.32 -1564;2;1342.50;10.80;1501.00;0.86;0.38 -1565;2;5552.00;10.02;186.00;-1.10;0.24 -1566;2;4321.50;13.05;994.00;-0.69;0.38 -1567;2;4768.50;10.35;1386.00;1.05;0.30 -1568;2;1880.50;9.90;249.50;1.00;0.54 -1569;2;4113.00;11.87;1054.00;-0.54;0.40 -1570;2;5107.00;9.95;222.50;0.41;0.44 -1571;2;4846.00;12.10;1424.00;-0.78;0.36 -1572;2;1531.50;9.70;1351.50;0.78;0.28 -1573;2;3825.50;10.20;1310.00;0.89;0.32 -1574;2;4819.50;9.50;597.00;1.41;0.30 -1575;2;4531.50;11.70;1231.50;-1.16;0.34 -1576;2;3765.50;9.80;1348.50;0.91;0.46 -1577;2;4475.00;10.70;878.50;-0.92;0.26 -1578;2;3437.00;13.10;1257.00;0.32;0.32 -1579;2;4098.50;10.90;975.50;0.78;0.42 -1580;2;3173.00;12.00;324.00;0.78;1.52 -1581;2;4273.50;10.45;1043.00;-0.29;0.46 -1582;2;1496.50;11.00;1481.50;0.19;0.26 -1583;2;2005.50;10.50;507.00;1.27;0.48 -1584;2;1526.50;9.70;1337.50;0.91;0.36 -1585;2;1941.50;10.00;389.50;0.78;0.56 -1586;2;1363.50;10.40;1556.00;1.15;0.30 -1587;2;1438.50;10.40;1423.00;0.71;0.30 -1588;2;4757.00;9.80;1461.00;0.00;0.44 -1589;2;4677.00;10.65;581.00;-0.46;0.30 -1590;2;4594.50;14.75;1331.00;-1.29;0.28 -1591;2;4018.00;11.50;1380.00;1.29;0.20 -1592;2;4452.50;9.80;877.50;-0.78;0.20 -1593;2;3644.00;9.50;1304.00;4.54;0.62 -1594;2;1680.00;10.45;1179.50;0.96;0.40 -1595;2;1458.00;10.10;1533.50;-1.21;0.24 -1596;2;1822.00;9.80;245.00;0.38;0.48 -1597;2;4518.50;10.30;1033.00;1.07;0.30 -1598;2;1954.00;10.20;381.50;-1.38;0.34 -1599;2;3504.50;11.10;1349.50;0.78;0.28 -1600;2;3481.00;10.95;1230.50;1.01;0.46 -1601;2;935.50;15.20;1509.50;0.78;0.40 -1602;2;4989.50;10.60;554.50;1.14;0.34 -1603;2;4549.50;11.55;1212.00;1.29;0.30 -1604;2;1433.00;9.80;1515.50;1.40;0.34 -1605;2;4494.00;13.40;847.00;0.00;0.24 -1606;2;3414.50;11.80;1251.50;1.68;0.20 -1607;2;4326.00;11.15;976.50;-0.38;0.34 -1608;2;4601.00;12.70;1386.50;1.27;0.32 -1609;2;4184.00;9.70;1034.00;-0.46;0.22 -1610;2;3542.00;10.45;1324.50;0.92;0.22 -1611;2;5156.50;11.00;199.50;0.62;0.34 -1612;2;4552.00;9.70;1150.00;-0.32;0.42 -1613;2;1921.00;9.80;332.00;-1.19;0.48 -1614;2;3748.00;9.70;1365.00;0.67;0.52 -1615;2;1417.00;10.30;1389.00;0.58;0.30 -1616;2;2977.50;10.00;1396.50;1.24;0.14 -1617;2;5000.00;9.70;534.00;0.19;0.38 -1618;2;1306.00;10.30;1459.50;-1.44;0.38 -1619;2;1747.00;9.70;1637.00;-1.24;0.36 -1620;2;4477.00;10.50;854.00;0.78;0.26 -1621;2;1377.00;10.40;1503.50;0.21;0.42 -1622;2;4080.00;12.02;962.00;1.10;0.30 -1623;2;3809.00;9.97;1322.00;-0.54;0.50 -1624;2;1873.00;9.60;231.00;-1.10;0.46 -1625;2;4454.50;11.90;1043.00;1.05;0.26 -1626;2;1938.50;9.80;342.50;-0.78;0.56 -1627;2;4706.50;10.20;1430.50;-1.06;0.40 -1628;2;4613.50;10.00;1127.50;0.78;0.30 -1629;2;4989.50;9.70;525.00;1.22;0.34 -1630;2;4428.00;14.55;1259.50;1.21;0.46 -1631;2;3419.50;11.90;1185.00;-0.66;0.70 -1632;2;3823.50;10.10;1287.00;1.01;0.56 -1633;2;1536.50;9.50;991.00;-1.13;0.44 -1634;2;3430.50;10.85;1246.00;0.61;0.36 -1635;2;1661.50;9.50;1163.50;1.34;0.20 -1636;2;3498.50;15.40;1304.00;-1.05;0.40 -1637;2;4130.50;10.90;1035.50;0.40;0.34 -1638;2;4712.00;12.40;1392.50;-0.87;0.40 -1639;2;1838.00;10.02;230.00;1.40;0.46 -1640;2;4580.00;10.10;1109.00;-0.32;0.24 -1641;2;1966.00;9.70;331.50;1.44;0.50 -1642;2;5035.00;13.00;1397.50;-0.67;0.38 -1643;2;1367.00;10.25;1371.00;0.58;0.38 -1644;2;5019.00;10.30;462.00;0.38;0.38 -1645;2;4756.00;11.80;1446.00;-1.37;0.48 -1646;2;1385.00;9.85;1444.50;-0.70;0.42 -1647;2;4466.50;13.40;1235.00;-1.35;0.30 -1648;2;4338.50;11.00;705.50;0.95;0.40 -1649;2;3773.50;9.80;1316.50;0.49;0.52 -1650;2;4294.50;11.20;963.00;-1.05;0.24 -1651;2;971.50;13.50;1469.50;-1.34;0.42 -1652;2;4658.00;9.70;176.50;-0.92;0.30 -1653;2;4432.00;14.15;1036.50;0.67;0.36 -1654;2;1931.50;9.80;315.50;-1.46;0.50 -1655;2;1437.50;10.60;1542.50;1.42;0.26 -1656;2;4172.50;11.00;1073.50;1.06;0.24 -1657;2;1688.00;10.95;1762.00;-0.78;1.20 -1658;2;1129.50;17.80;1525.50;-1.20;0.52 -1659;2;3883.00;9.70;1737.00;0.55;0.78 -1660;2;3169.50;9.50;1718.50;-0.85;0.60 -1661;2;2793.00;9.50;713.50;0.94;0.74 -1662;2;3933.00;10.00;1576.50;1.04;0.46 -1663;2;1039.00;11.55;1564.50;1.44;0.48 -1664;2;3849.50;9.80;1845.50;-0.54;0.94 -1665;2;1929.00;9.50;969.50;-0.65;0.76 -1666;2;4656.00;14.60;1670.50;0.96;0.84 -1667;2;5076.00;10.05;112.50;-0.70;0.42 -1668;2;4040.50;10.50;1472.00;-0.55;0.52 -1669;2;2052.00;9.50;1814.00;0.81;1.60 -1670;2;679.00;9.50;108.00;0.52;1.30 -1671;2;1122.00;11.35;1843.00;-1.06;1.10 -1672;2;4559.50;12.60;1535.50;-0.99;0.72 -1673;2;5358.00;9.50;1713.50;1.26;1.06 -1674;2;4082.50;10.05;1660.00;0.98;0.54 -1675;2;3989.00;15.70;1351.50;-1.10;0.44 -1676;2;4262.50;12.20;1538.00;1.19;0.52 -1677;2;3765.00;9.50;776.00;0.32;0.88 -1678;2;1342.50;11.45;1558.00;0.35;0.42 -1679;2;4153.00;9.80;1757.50;-1.04;0.62 -1680;2;3915.50;9.80;1563.00;-0.98;0.38 -1681;2;5068.00;9.50;718.50;-1.03;1.56 -1682;2;5133.50;9.50;1072.00;0.43;1.24 -1683;2;1271.50;11.00;1589.50;4.63;0.38 -1684;2;3843.50;9.70;1883.50;-1.38;0.66 -1685;2;4185.50;11.85;1597.00;1.07;0.62 -1686;2;4677.00;9.50;360.00;-1.40;0.86 -1687;2;4291.00;9.50;684.00;0.19;0.78 -1688;2;3282.00;11.52;274.00;0.95;0.52 -1689;2;4320.00;14.70;1496.00;0.98;0.60 -1690;2;973.50;11.20;1689.00;1.15;0.40 -1691;2;4448.50;9.50;219.50;1.27;1.10 -1692;2;3859.00;9.50;714.50;0.48;0.98 -1693;2;4817.50;10.80;1484.00;0.39;0.38 -1694;2;3867.50;10.20;1613.50;-0.54;0.60 -1695;2;3141.50;9.50;46.00;0.86;0.90 -1696;2;4523.50;12.80;1538.50;0.68;0.66 -1697;2;4369.50;10.90;1716.50;0.48;0.78 -1698;2;4235.50;17.95;1313.00;-1.47;0.46 -1699;2;2135.50;9.50;95.00;0.53;1.00 -1700;2;2271.00;9.50;295.00;0.54;1.26 -1701;2;2527.50;9.50;1173.00;0.19;1.08 -1702;2;4199.50;15.50;1556.00;0.86;0.58 -1703;2;4063.00;21.57;1353.00;-1.15;0.58 -1704;2;3771.50;10.00;1716.50;1.30;0.54 -1705;2;2436.00;9.50;1670.00;0.76;1.56 -1706;2;2053.50;9.50;1491.00;-1.13;1.12 -1707;2;2241.50;9.50;804.00;-1.22;0.74 -1708;2;4096.50;11.90;1432.50;-1.13;0.68 -1709;2;3945.00;10.32;1626.00;0.41;0.54 -1710;2;1263.50;9.50;283.50;-1.24;1.42 -1711;2;183.00;9.50;440.00;-1.37;1.00 -1712;2;1523.00;9.50;2024.00;-1.16;0.96 -1713;2;5557.50;10.70;166.50;1.37;0.20 -1714;2;4981.00;12.55;1765.50;1.20;1.34 -1715;2;65.00;9.50;1365.00;0.40;1.34 -1716;2;230.50;9.50;1567.50;1.08;1.10 -1717;2;550.00;9.50;655.50;0.31;1.34 -1718;2;4156.50;10.30;1660.50;0.95;0.30 -1719;2;1354.00;10.20;1644.50;1.40;0.36 -1720;2;1440.50;9.50;816.00;-1.12;0.90 -1722;2;4706.50;10.50;1903.50;1.55;1.46 -1723;2;4513.50;13.20;1378.50;-1.14;0.60 -1724;2;4871.50;11.55;1580.00;-0.46;0.48 -1725;2;4391.00;14.50;1423.00;0.92;0.66 -1726;2;4036.50;9.80;1739.50;0.19;0.56 -1727;2;4441.00;10.62;1565.00;-0.89;0.66 -1728;2;4366.00;14.90;1451.00;-1.01;0.62 -1729;2;4100.50;9.80;1839.50;-0.03;1.20 -1730;2;4806.00;10.30;1616.50;0.15;0.58 -1731;2;3183.50;11.40;558.00;-0.11;0.88 -1732;2;4830.50;11.20;1467.50;0.14;0.40 -1733;2;4031.50;9.80;1617.00;0.84;0.58 -1734;2;1364.00;10.50;1677.00;0.64;0.40 -1735;2;4438.00;11.20;1673.50;-1.20;0.72 -1736;2;1052.50;15.25;1637.00;0.21;0.76 -1737;2;915.50;12.50;1773.00;0.18;0.72 -1738;2;1200.00;13.30;1491.00;0.89;0.38 -1739;2;4809.50;10.50;1567.00;-0.98;0.58 -1740;2;1066.00;15.15;1491.50;0.58;0.44 -1741;2;4366.00;10.67;1802.00;1.03;0.96 -1742;2;5024.50;9.60;1555.50;-1.48;0.52 -1743;2;4658.50;12.00;1450.50;1.12;0.56 -1744;2;3757.50;10.25;1795.00;0.33;0.62 -1745;2;4781.50;10.00;1865.50;0.67;1.74 -1746;2;5566.00;11.60;159.50;0.00;0.28 -1747;2;1189.00;13.25;1623.50;-1.48;0.66 -1748;2;4770.00;12.60;1684.50;0.61;0.86 -1749;2;4142.50;13.90;1492.50;-0.78;0.64 -1750;2;3782.00;10.40;1687.00;-1.37;0.36 -1752;2;1269.00;10.70;1677.00;0.62;0.56 -1753;2;1280.00;10.60;1525.00;0.87;0.56 -1754;2;3689.00;10.22;1697.00;-0.64;0.36 -1755;2;5030.00;12.12;1529.00;4.71;0.58 -1756;2;1096.00;15.40;1523.50;0.15;0.34 -1757;2;4047.00;9.80;1803.00;1.07;0.88 -1758;2;1471.50;11.40;1455.50;-0.26;0.36 -1759;2;5063.00;9.70;71.00;-0.98;0.44 -1760;2;1397.00;10.35;1620.50;1.10;0.40 -1761;2;4598.50;13.30;1637.50;0.22;0.62 -1762;2;4413.00;13.45;1531.00;-0.46;0.62 -1763;2;967.00;12.80;1832.50;0.76;1.04 -1764;2;1619.50;11.00;1690.00;1.05;0.54 -1765;2;4018.50;9.80;1674.00;1.08;0.50 -1766;2;3976.50;19.70;1304.00;0.39;0.68 -1767;2;1162.00;11.60;1663.50;-1.05;0.68 -1768;2;3941.50;10.30;1724.50;0.19;0.60 -1769;2;1366.50;10.70;1712.50;-0.68;0.70 -1770;2;1328.50;11.30;1573.50;-0.78;0.42 -1771;2;3752.50;10.30;1759.50;-0.56;0.58 -1772;2;4896.00;9.90;1623.50;-1.05;0.64 -1773;2;4994.00;9.70;86.50;0.85;0.40 -1774;2;4227.50;17.50;1456.50;-1.03;0.56 -1775;2;3828.00;10.00;1625.50;-0.96;0.62 -1776;2;4711.50;11.90;1524.00;0.52;0.64 -1777;2;4246.00;10.60;1675.50;-1.27;0.46 -1778;2;4308.50;14.80;1351.00;-1.08;0.66 -1779;2;4122.50;10.50;1557.00;-1.07;0.46 -1780;2;4217.50;10.00;1718.50;0.86;0.56 -1781;2;4320.00;14.60;1375.50;0.34;0.52 -1782;2;1513.00;11.10;1707.00;0.67;0.60 -1783;2;4135.50;11.80;1404.00;1.08;0.66 -1784;2;4003.50;10.40;1789.50;1.33;0.46 -1785;2;1769.50;11.50;1812.50;4.64;1.12 -1786;2;5564.00;11.90;148.00;-0.98;0.26 -1787;2;4499.50;13.00;1417.00;0.39;0.58 -1788;2;1204.00;11.05;1736.00;4.54;0.54 -1789;2;1029.50;16.65;1604.00;-1.43;0.58 -1790;2;4097.50;9.80;1640.50;0.66;0.52 -1791;2;4389.00;13.30;1532.00;0.87;0.62 -1792;2;4532.50;10.60;1695.00;-1.23;0.74 -1793;2;1043.00;12.80;1440.00;-0.89;0.46 -1794;2;4096.50;9.90;1568.00;-0.52;0.56 -1795;2;4708.50;11.80;1731.50;-1.44;0.66 -1796;2;4556.00;13.90;1401.50;0.00;0.48 -1797;2;4042.50;10.40;1574.50;0.22;0.60 -1798;2;4407.50;14.30;1461.50;0.26;0.60 -1799;2;780.00;10.20;1842.50;-1.17;1.26 -1800;2;3961.50;9.80;1600.00;0.46;0.58 -1801;2;5579.00;10.52;133.00;0.00;0.32 -1802;2;4838.50;10.50;1527.00;-1.27;0.56 -1803;2;4383.50;11.30;1645.50;0.17;0.52 -1804;2;1080.50;11.00;1831.50;1.51;0.70 -1805;2;4900.00;12.00;1694.50;0.31;1.02 -1806;2;1312.00;13.75;1476.00;1.37;0.44 -1807;2;4855.50;10.80;1600.00;-0.64;0.70 -1808;2;3765.00;9.80;1692.00;0.00;0.44 -1809;2;1177.50;13.40;1511.00;-1.22;0.42 -1810;2;4365.50;16.40;1561.00;0.37;0.72 -1811;2;4673.50;12.10;1434.00;0.46;0.52 -1812;2;3896.50;9.70;1751.00;-1.43;0.68 -1813;2;4343.00;13.05;1614.50;0.85;0.58 -1814;2;5554.00;10.07;116.00;4.39;0.30 -1815;2;1119.50;14.10;1605.50;0.88;0.52 -1816;2;4202.00;12.10;1580.50;0.00;0.50 -1817;2;3244.50;13.60;500.50;0.62;0.84 -1818;2;4115.50;13.35;1482.00;-1.43;0.56 -1819;2;5199.50;9.70;1989.00;0.91;2.32 -1820;2;5033.00;12.17;1497.00;-0.62;0.58 -1821;2;3759.50;10.40;1662.00;1.15;0.32 -1822;2;3516.50;12.80;1258.50;0.50;0.42 -1823;2;5354.50;9.70;1764.50;-0.77;2.72 -1824;2;4031.50;10.40;1694.00;1.13;0.56 -1825;2;3967.50;11.10;1360.50;-1.39;0.40 -1826;2;4612.50;11.60;1583.00;1.08;0.64 -1827;2;1155.00;19.10;1537.50;-1.49;0.38 -1828;2;4182.00;10.25;1774.50;0.75;0.82 -1829;2;4447.00;12.50;1601.00;-0.87;0.78 -1830;2;322.00;10.80;1951.50;-0.68;2.30 -1831;2;1364.50;10.30;1602.00;4.71;0.32 -1832;2;982.00;12.80;1701.00;-0.67;0.34 -1833;2;3227.50;10.45;107.00;-0.98;0.66 -1834;2;4380.00;14.45;1506.50;0.34;0.56 -1835;2;3973.00;9.80;1668.50;-1.17;0.48 -1836;2;1244.00;11.00;1664.50;0.13;0.48 -1837;2;4330.50;10.10;1708.50;1.08;0.54 -1838;2;4271.00;13.00;1352.00;0.78;0.70 -1839;2;5280.50;10.40;1675.50;-0.18;1.68 -1840;2;4052.00;13.75;1370.50;0.82;0.44 -1841;2;3772.00;10.20;1747.00;0.64;0.66 -1842;2;4896.50;12.10;1566.00;0.07;0.64 -1843;2;1550.50;9.70;1288.00;1.57;0.36 -1844;2;4140.00;11.65;1433.50;0.92;0.64 -1845;2;4765.50;10.40;1615.50;-0.60;0.74 -1846;2;3286.00;13.60;491.50;-1.42;0.96 -1847;2;4739.00;9.97;1475.00;-0.34;0.76 -1848;2;1233.50;10.90;1724.00;0.46;0.46 -1849;2;1383.00;11.20;1661.00;-1.24;0.38 -1850;2;4231.00;10.30;1667.00;0.46;0.54 -1851;2;1107.00;12.60;1642.00;0.89;0.46 -1852;2;4685.50;10.10;1792.00;0.27;1.12 -1853;2;4496.50;13.40;1372.00;0.46;0.66 -1854;2;1039.00;15.45;1690.00;0.35;0.52 -1855;2;4278.50;14.55;1418.00;0.64;0.60 -1856;2;4069.50;10.40;1757.50;0.11;0.54 -1857;2;1058.50;12.90;1708.00;0.46;0.32 -1858;2;900.50;14.60;1743.50;0.32;0.38 -1859;2;4424.00;14.62;1484.00;0.78;0.62 -1860;2;4065.00;10.40;1623.50;1.32;0.46 -1861;2;5102.00;13.75;111.50;0.72;0.36 -1862;2;991.50;15.05;1569.00;1.57;0.48 -1863;2;5311.00;9.95;1655.00;0.05;1.28 -1864;2;4112.50;13.90;1511.50;1.30;0.46 -1865;2;5213.50;12.05;1771.00;0.95;2.30 -1866;2;1341.50;10.70;1636.50;0.78;0.32 -1867;2;1303.50;11.95;1632.00;-1.19;0.38 -1868;2;4537.00;13.35;1453.50;-1.10;0.60 -1870;2;1278.00;10.55;1702.00;0.54;0.52 -1871;2;4648.50;11.80;1433.50;0.91;0.38 -1872;2;755.50;12.80;1901.50;-0.11;1.80 -1873;2;1305.50;11.00;1723.50;0.32;0.46 -1874;2;3240.50;12.80;348.00;0.57;1.18 -1875;2;1221.50;11.40;1614.50;-1.06;0.60 -1876;2;4326.00;11.90;1629.50;0.72;0.48 -1877;2;4285.50;13.05;1525.00;-0.86;0.52 -1878;2;4856.00;10.65;1726.00;-0.83;1.12 -1879;2;3978.50;9.80;1536.00;0.84;0.50 -1880;2;3870.00;9.70;1707.50;1.27;0.58 -1881;2;1462.00;10.55;1513.50;-1.40;0.30 -1882;2;4333.50;20.90;1207.50;-0.07;0.80 -1883;2;3095.50;10.90;802.00;4.71;0.58 -1884;2;4454.00;12.10;1056.50;0.96;0.42 -1885;2;3169.00;9.50;1679.00;-0.27;0.74 -1886;2;2911.50;9.50;668.50;0.38;0.96 -1887;2;1679.00;10.00;950.00;-1.08;0.90 -1888;2;3736.00;15.25;1227.50;1.47;0.60 -1889;2;3723.00;11.07;1076.00;1.10;0.64 -1890;2;1908.00;9.50;990.00;0.92;0.94 -1891;2;2880.00;9.95;837.00;-0.66;1.00 -1892;2;997.50;9.70;1376.50;0.42;0.36 -1893;2;4473.00;16.15;1139.50;-1.10;0.38 -1894;2;2144.50;9.50;1743.50;-0.78;1.18 -1895;2;535.50;9.50;192.50;0.86;0.86 -1896;2;3531.50;14.80;1283.50;1.24;0.28 -1897;2;2702.50;10.40;957.50;1.74;1.08 -1898;2;4061.50;18.50;1142.50;0.50;0.48 -1899;2;5288.00;9.50;1724.00;0.38;0.90 -1900;2;1374.50;13.00;1132.50;0.78;0.64 -1901;2;2878.00;10.70;1101.50;0.62;1.44 -1902;2;3811.00;9.50;847.50;-0.87;1.16 -1904;2;1035.00;10.07;1316.00;1.10;0.68 -1905;2;3544.50;11.10;779.50;1.13;0.42 -1906;2;5137.50;9.50;709.00;-0.33;1.22 -1907;2;5176.50;9.50;1132.50;1.24;1.26 -1908;2;3973.00;10.65;1080.00;1.10;0.54 -1909;2;2626.00;11.05;806.50;1.05;0.74 -1910;2;3962.00;17.35;1217.50;0.00;0.58 -1911;2;4629.50;9.50;348.00;-1.29;1.26 -1912;2;4255.00;9.50;682.50;0.58;0.96 -1913;2;1539.50;9.70;1292.00;0.86;0.34 -1914;2;3318.00;10.62;858.00;-1.37;0.54 -1915;2;1243.00;11.00;1412.00;-1.40;0.38 -1916;2;4418.00;9.50;162.50;0.38;1.06 -1917;2;3838.00;9.50;754.50;-1.21;0.88 -1918;2;4381.50;19.90;1157.50;-1.00;0.54 -1919;2;3870.00;15.55;1308.50;-1.10;0.28 -1920;2;3482.50;11.00;911.00;-1.13;0.60 -1921;2;3125.00;9.50;17.50;1.52;0.76 -1922;2;3580.00;10.05;1174.50;0.82;0.56 -1923;2;3458.50;10.70;960.00;0.34;0.64 -1924;2;2110.00;9.50;18.50;1.62;0.78 -1925;2;2279.50;9.50;260.00;-1.00;1.36 -1926;2;2582.50;9.50;1185.00;1.00;1.06 -1927;2;1274.00;10.60;1356.50;-0.92;0.46 -1928;2;1926.00;10.20;914.50;-1.23;0.62 -1929;2;3204.00;12.00;533.50;-0.62;0.78 -1930;2;2435.00;9.50;1553.50;1.10;1.24 -1931;2;2175.00;9.50;922.00;-0.92;1.36 -1932;2;2887.50;10.40;805.50;-1.14;0.66 -1933;2;4461.50;14.30;1224.50;0.88;0.42 -1934;2;4329.00;14.40;1071.50;0.00;0.40 -1935;2;1190.00;9.50;197.00;-0.98;1.42 -1936;2;255.00;9.50;444.00;-0.18;0.86 -1937;2;1652.50;9.70;1019.50;0.36;0.64 -1938;2;3453.00;12.75;1236.50;-0.96;0.42 -1939;2;3377.00;13.95;633.00;4.51;0.48 -1940;2;33.50;9.50;1412.50;0.78;1.24 -1941;2;327.00;9.50;1493.00;1.23;0.88 -1942;2;552.50;9.50;614.50;0.44;0.92 -1943;2;4181.50;22.60;1275.00;1.19;1.06 -1944;2;1681.50;9.80;1043.50;2.19;0.56 -1945;2;1120.50;9.80;1287.50;0.88;0.68 -1946;2;1453.00;9.50;892.50;-1.26;0.84 -1947;2;3707.00;9.90;977.00;-0.12;0.70 -1948;2;3796.50;11.20;1158.50;1.37;0.54 -1949;2;4014.50;10.70;1044.00;-0.86;0.38 -1950;2;3209.00;11.30;646.50;0.33;0.92 -1951;2;2821.50;10.65;765.00;-1.29;0.38 -1952;2;1226.50;16.00;1244.50;0.26;0.58 -1953;2;3249.00;11.70;744.00;4.54;0.64 -1954;2;1192.00;12.10;1353.00;0.98;0.50 -1955;2;3556.50;11.00;1097.00;-0.61;0.50 -1956;2;3015.00;10.40;913.50;-0.27;1.36 -1957;2;3717.50;12.20;1248.00;-1.15;0.60 -1958;2;2698.00;10.92;1100.00;0.58;0.82 -1959;2;4485.00;13.90;1322.00;0.78;0.42 -1960;2;3180.00;11.35;827.00;0.32;0.86 -1961;2;4052.50;21.10;1168.00;0.37;0.60 -1962;2;2648.50;10.10;938.50;-0.11;1.14 -1963;2;3649.00;14.50;1179.50;-0.49;0.58 -1964;2;3544.00;10.10;753.50;0.85;0.70 -1965;2;1255.00;15.80;1177.00;-0.38;0.40 -1966;2;3596.00;10.62;826.00;1.57;0.52 -1967;2;2867.50;11.55;1198.00;0.73;0.48 -1968;2;3194.00;12.97;477.00;1.34;0.72 -1969;2;2914.50;10.90;828.50;-0.52;0.76 -1970;2;4016.50;22.15;1263.00;0.74;0.62 -1971;2;3891.00;9.70;1102.00;-0.78;0.48 -1972;2;1129.00;15.45;1442.00;1.24;0.56 -1973;2;3503.00;16.05;876.50;-1.10;0.48 -1974;2;3097.50;11.00;775.00;-1.23;0.64 -1975;2;2848.50;12.10;878.00;1.07;0.70 -1976;2;4496.50;12.65;1208.00;0.64;0.22 -1977;2;3359.00;13.90;1005.00;-1.19;0.70 -1978;2;3908.50;14.10;1172.50;0.22;0.52 -1979;2;1911.00;10.40;792.00;0.08;1.44 -1980;2;3895.00;9.70;1067.50;-1.27;0.42 -1981;2;1855.50;9.90;989.50;0.91;0.68 -1982;2;3585.00;15.90;1211.00;-0.78;0.50 -1983;2;4090.50;11.60;1096.50;1.16;0.36 -1984;2;3391.00;11.47;853.00;-0.12;0.80 -1985;2;4458.50;14.70;1259.50;0.54;0.40 -1986;2;3711.00;11.80;1113.00;-0.67;0.66 -1987;2;1426.00;11.50;1465.50;-0.27;0.32 -1988;2;1491.00;10.00;1049.50;0.67;0.60 -1989;2;2706.50;12.90;1142.50;0.78;0.46 -1990;2;4364.50;10.70;968.50;0.54;0.30 -1991;2;4123.00;22.40;1135.00;0.61;0.88 -1992;2;2938.50;14.65;763.00;0.71;0.52 -1993;2;3042.00;11.25;792.50;-0.58;0.72 -1994;2;3101.00;12.42;1011.00;0.34;1.72 -1995;2;3837.50;16.00;1207.50;0.66;0.58 -1996;2;4304.00;12.25;1108.00;0.00;0.74 -1997;2;1697.50;13.40;1006.50;-0.78;0.60 -1998;2;1216.50;11.70;1400.00;1.41;0.44 -1999;2;4372.50;17.45;1113.00;-0.84;0.48 -2000;2;3756.50;15.30;1245.00;0.71;0.38 -2001;2;2818.50;10.30;825.00;-0.33;0.74 -2002;2;3983.50;10.10;1135.50;0.50;0.50 -2003;2;3383.50;11.10;937.50;0.28;0.72 -2004;2;3524.00;9.70;1167.00;1.10;0.36 -2005;2;4094.00;10.70;1055.50;-1.47;0.36 -2006;2;4472.00;12.12;1209.00;-0.78;0.34 -2007;2;1641.50;10.10;879.00;-0.42;0.92 -2008;2;1226.00;15.22;1203.00;0.00;0.56 -2009;2;3343.50;12.80;799.00;-1.22;0.66 -2010;2;4143.50;22.70;1197.00;-0.88;1.00 -2011;2;1248.50;16.90;1198.00;0.64;0.56 -2012;2;2636.00;10.40;852.50;0.51;0.68 -2013;2;3431.50;10.30;1225.50;-0.19;0.46 -2014;2;4198.50;22.40;1110.00;-0.75;0.72 -2015;2;4001.00;13.85;1300.50;-0.83;0.72 -2016;2;3283.00;10.95;856.00;0.41;0.64 -2017;2;3795.00;11.07;1183.00;1.57;0.48 -2018;2;3666.00;9.97;965.00;-0.91;0.86 -2019;2;1240.00;10.10;1344.50;-1.10;0.56 -2020;2;3519.00;10.37;725.00;-0.40;0.66 -2021;2;1342.00;9.95;1151.00;0.19;0.48 -2022;2;4428.00;14.80;1242.50;1.32;0.32 -2023;2;1627.00;13.95;966.50;-1.01;0.50 -2024;2;3169.50;11.00;564.50;2.07;0.56 -2025;2;2916.50;10.35;787.00;0.14;0.72 -2026;2;3623.00;16.10;1183.50;1.32;0.56 -2027;2;3393.50;13.10;1095.50;1.00;0.50 -2028;2;4350.00;13.20;1312.50;-0.34;0.60 -2029;2;3582.50;13.65;895.00;-0.06;0.78 -2030;2;4469.50;10.55;1150.00;-0.98;0.36 -2031;2;1468.50;10.60;1110.00;-1.31;0.76 -2032;2;4004.00;10.45;1133.50;0.21;0.46 -2033;2;3421.50;10.00;1020.00;0.64;0.74 -2034;2;3269.50;12.00;711.50;1.28;0.60 -2035;2;1975.00;9.90;803.00;0.91;1.28 -2036;2;4031.50;10.90;1065.50;-0.42;0.46 -2037;2;1163.50;12.90;1351.50;0.78;0.54 -2038;2;2618.50;10.20;793.50;0.62;0.60 -2039;2;3734.00;12.15;1094.50;1.38;0.42 -2040;2;3369.00;12.55;838.50;0.00;0.72 -2041;2;3986.00;19.05;1228.50;0.00;0.56 -2042;2;1282.00;9.70;1333.50;-1.21;0.46 -2043;2;1327.50;13.40;1463.50;0.43;0.30 -2044;2;2744.50;10.20;911.00;1.19;0.64 -2045;2;4436.50;12.00;1185.50;-0.54;0.40 -2046;2;3355.50;10.50;933.00;0.57;0.64 -2047;2;4605.50;12.20;687.00;-0.91;0.56 -2048;2;3660.50;9.80;1024.50;1.13;0.56 -2049;2;2847.50;10.80;1168.50;-0.70;0.76 -2050;2;2876.00;9.67;755.00;1.21;0.42 -2051;2;1189.00;10.25;1179.50;1.04;0.52 -2052;2;1685.00;10.60;992.00;0.58;0.44 -2053;2;4372.00;9.65;1274.50;0.74;0.62 -2054;2;3988.00;10.40;1094.00;-1.05;0.56 -2055;2;1231.00;13.85;1467.50;0.38;0.30 -2056;2;2862.50;10.10;850.50;0.11;0.72 -2057;2;3458.00;11.80;1112.00;0.86;0.58 -2058;2;3943.50;11.90;1322.50;1.06;0.44 -2059;2;3642.00;10.40;941.50;0.29;0.76 -2060;2;1242.00;10.72;1309.00;0.78;0.56 -2061;2;4343.00;12.05;995.50;0.72;0.36 -2062;2;3769.00;11.65;1174.50;0.82;0.54 -2063;2;3485.50;10.70;707.00;-0.74;0.68 -2064;2;3271.00;10.10;1018.50;0.08;1.00 -2065;2;3577.00;12.10;1199.00;0.92;0.48 -2066;2;3393.00;10.40;698.00;-0.19;0.76 -2067;2;4413.50;15.90;1106.50;0.70;0.42 -2068;2;2857.00;10.40;925.50;0.87;0.98 -2069;2;1048.00;9.80;1374.50;-1.10;0.50 -2070;2;3748.50;11.60;1110.00;0.24;0.66 -2071;2;3544.00;14.82;1261.00;0.24;0.36 -2072;2;3428.00;14.55;871.00;1.22;0.54 -2073;2;3177.50;10.60;681.50;0.32;0.64 -2074;2;4203.50;19.05;1297.00;0.21;0.78 -2075;2;1497.50;9.70;1086.00;1.35;0.68 -2076;2;4008.50;16.00;1171.50;0.78;0.30 -2077;2;1417.50;10.40;1143.50;-0.95;0.44 -2078;2;3810.00;11.52;1177.00;-0.51;0.60 -2079;2;1633.00;12.85;904.50;0.18;0.60 -2080;2;2990.50;11.70;695.00;-0.81;0.90 -2081;2;3045.00;10.60;845.00;-1.10;0.52 -2082;2;1284.00;10.10;1421.50;-0.87;0.38 -2083;2;1254.50;11.50;1241.50;1.14;0.52 -2084;2;3962.50;18.20;1247.50;-0.11;0.48 -2085;2;1672.00;9.80;1050.50;-0.82;0.56 -2086;2;4010.00;10.35;1112.00;0.38;0.34 -2087;2;4502.50;12.70;1338.50;-0.14;0.44 -2088;2;3371.50;11.60;893.50;0.22;0.58 -2089;2;3545.00;9.72;1146.00;0.46;0.32 -2090;2;3471.00;12.95;996.50;0.43;0.72 -2091;2;4481.00;11.45;1178.50;0.85;0.38 -2092;2;3993.00;11.00;1051.50;-0.41;0.40 -2093;2;4143.50;21.65;1158.00;-1.28;0.74 -2094;2;2630.00;10.30;773.00;0.78;0.72 -2095;2;3391.00;10.65;1071.50;0.21;0.48 -2096;2;3316.00;11.90;724.00;0.29;0.94 -2097;2;3507.50;10.20;1200.50;1.16;0.36 -2098;2;4235.00;20.85;1111.50;-0.83;0.56 -2099;2;4329.50;20.10;1285.50;-0.88;0.82 -2100;2;2611.00;9.90;855.00;0.46;0.44 -2101;2;3786.50;11.60;1142.00;1.57;0.58 -2102;2;1189.50;13.00;1463.50;0.32;0.48 -2103;2;3641.00;12.25;925.50;-1.26;0.44 -2104;2;1207.50;13.20;1332.50;0.36;0.64 -2105;2;3999.50;10.70;1015.50;-1.24;0.40 -2106;2;1880.00;10.30;424.00;0.78;0.82 -2107;2;3134.00;9.50;1681.00;0.27;1.20 -2108;2;2960.50;9.50;568.00;-0.60;0.78 -2109;2;2020.50;10.80;480.50;0.78;0.64 -2110;2;1790.50;9.50;1048.50;1.39;0.82 -2111;2;1922.00;10.20;616.50;4.66;1.08 -2112;2;2199.50;9.50;1655.00;1.00;1.40 -2113;2;485.00;9.50;238.50;1.21;1.08 -2114;2;5031.50;9.70;140.50;0.15;0.80 -2115;2;2998.00;10.05;566.50;-0.87;0.32 -2116;2;5073.00;9.80;222.00;-0.27;0.72 -2117;2;4589.50;11.60;676.00;0.10;0.36 -2118;2;3736.50;9.50;816.00;0.46;1.28 -2119;2;5532.00;9.50;39.00;0.71;1.24 -2120;2;3337.00;10.80;343.50;-0.73;0.76 -2121;2;5120.50;9.50;767.00;0.73;1.44 -2122;2;5084.50;9.50;1090.50;-0.38;1.16 -2123;2;3433.50;9.95;412.00;0.98;0.60 -2124;2;4680.50;9.50;524.00;-0.05;1.04 -2125;2;4277.00;9.50;727.00;0.41;0.96 -2126;2;3097.50;13.80;425.50;0.32;0.74 -2127;2;4476.50;9.50;127.00;-1.03;1.16 -2128;2;3824.50;9.50;781.50;0.78;1.10 -2129;2;5025.00;11.95;551.00;-0.46;0.52 -2130;2;5015.00;10.30;119.50;0.96;0.58 -2131;2;3052.50;9.50;66.50;0.44;1.10 -2132;2;2181.00;9.80;810.00;1.24;0.56 -2133;2;4815.50;10.40;224.00;0.43;1.08 -2134;2;2244.00;9.50;226.00;-0.72;1.22 -2135;2;2573.50;9.50;1133.00;0.22;0.92 -2136;2;1754.50;15.00;378.50;0.06;0.62 -2137;2;2380.00;9.50;1574.50;1.35;1.14 -2138;2;2122.00;9.50;921.50;0.00;0.94 -2139;2;4939.50;10.10;376.00;0.24;0.60 -2140;2;1107.50;9.50;210.00;-1.03;1.26 -2141;2;295.50;9.50;479.50;0.69;1.18 -2142;2;1901.00;10.00;602.50;0.47;1.12 -2143;2;32.00;9.50;1464.00;0.98;1.02 -2144;2;384.00;9.50;1450.00;0.46;1.22 -2145;2;512.00;9.50;532.00;4.71;1.18 -2146;2;5045.00;9.70;114.50;0.65;0.46 -2147;2;1883.00;9.90;704.50;1.40;0.92 -2148;2;1420.50;9.50;912.00;0.91;1.04 -2149;2;1777.00;10.60;234.50;0.96;0.92 -2150;2;2108.50;10.10;768.00;-0.64;0.88 -2151;2;3288.50;11.30;301.50;1.37;0.60 -2152;2;1922.00;10.35;449.50;0.96;0.58 -2153;2;2161.50;11.50;532.00;0.12;0.40 -2154;2;3254.00;11.90;689.50;4.65;0.84 -2155;2;5035.50;9.95;105.00;1.01;0.42 -2156;2;1557.50;10.00;776.50;0.63;0.62 -2157;2;4675.50;10.10;177.00;0.55;0.40 -2158;2;1762.50;11.30;347.50;-0.32;0.76 -2159;2;3393.00;11.12;413.00;0.92;0.76 -2160;2;1839.00;10.40;557.50;0.44;0.82 -2161;2;1708.50;12.70;140.00;1.15;0.54 -2162;2;1637.00;20.47;675.00;0.51;0.68 -2163;2;5090.50;9.90;203.50;0.62;0.44 -2164;2;2193.00;10.52;754.00;0.70;0.58 -2166;2;5000.50;9.70;378.50;-1.30;0.48 -2167;2;2076.50;12.10;547.00;-0.74;0.66 -2168;2;2047.50;10.30;724.50;0.68;1.02 -2169;2;1735.00;12.10;123.50;1.05;0.76 -2170;2;4568.00;10.47;636.00;0.95;0.58 -2171;2;3269.00;14.60;216.00;-0.54;0.70 -2172;2;1861.00;9.70;361.50;-0.36;0.54 -2173;2;1906.50;10.30;425.00;-0.94;0.54 -2174;2;1758.00;19.72;516.00;0.50;0.82 -2175;2;2222.50;9.75;776.00;-0.55;0.46 -2176;2;3299.50;11.95;540.00;0.82;0.84 -2177;2;4728.50;11.00;288.50;1.51;0.68 -2178;2;2172.50;10.30;782.00;-0.94;0.64 -2179;2;1720.00;19.30;339.00;0.24;0.52 -2180;2;3368.00;11.45;392.50;4.64;0.64 -2181;2;1983.00;10.50;527.50;-0.51;0.86 -2182;2;1700.00;21.50;627.00;-0.78;0.64 -2183;2;5060.50;9.70;21.50;-1.24;0.24 -2184;2;4585.00;10.30;618.50;-0.15;0.56 -2185;2;2103.00;12.20;515.50;-1.10;0.42 -2186;2;4709.00;11.00;261.50;-1.40;0.60 -2187;2;5012.50;9.80;358.50;1.06;0.56 -2188;2;3678.00;10.05;574.50;4.61;0.24 -2189;2;5072.50;10.55;15.00;2.49;0.34 -2190;2;2104.00;11.95;622.00;1.42;0.66 -2191;2;4789.00;9.80;179.00;-0.64;0.76 -2192;2;3016.98;11.30;598.33;-0.93;1.04 -2193;2;3352.50;10.20;285.50;0.72;0.68 -2194;2;1932.50;10.60;434.00;-0.94;0.58 -2195;2;1864.00;9.80;493.00;1.05;0.78 -2196;2;3414.00;10.00;537.00;1.57;0.60 -2197;2;5509.00;9.85;70.50;-0.87;0.38 -2198;2;1688.50;10.00;758.50;0.15;1.58 -2199;2;1717.00;12.35;205.50;-0.11;0.64 -2200;2;3507.00;10.90;255.50;1.47;0.58 -2201;2;4726.50;10.00;343.50;-0.93;0.84 -2202;2;3429.00;10.10;447.50;0.44;0.68 -2203;2;5485.00;11.05;41.50;0.58;0.38 -2204;2;1978.50;10.30;670.00;0.55;1.66 -2205;2;4972.50;10.90;192.50;-0.27;1.10 -2206;2;3372.00;12.87;591.00;0.89;0.88 -2207;2;3037.50;10.55;268.00;-1.39;0.54 -2208;2;1826.00;9.95;425.00;0.21;0.72 -2209;2;1902.00;10.37;472.00;0.83;0.92 -2210;2;1686.00;17.30;606.50;0.62;0.70 -2211;2;5471.50;10.10;27.50;-0.78;0.44 -2212;2;1642.50;11.10;705.50;0.54;0.72 -2213;2;3204.00;13.72;217.00;-1.10;0.70 -2214;2;2036.00;9.80;776.00;0.83;0.96 -2215;2;1723.50;15.60;277.50;-0.86;0.62 -2216;2;3270.50;13.30;379.00;-1.26;0.64 -2217;2;3399.00;10.90;432.00;-0.98;0.88 -2218;2;2095.00;10.87;597.00;1.19;0.54 -2219;2;4931.50;9.80;141.50;0.62;0.68 -2220;2;1635.50;9.50;298.00;-1.39;0.60 -2221;2;5016.50;9.90;224.50;-0.14;0.80 -2222;2;4554.50;9.70;660.50;-1.24;0.36 -2223;2;4923.50;10.70;307.50;0.44;1.00 -2224;2;1769.00;21.15;495.00;-1.27;0.66 -2225;2;1633.50;12.05;639.00;0.60;0.76 -2226;2;1660.00;10.35;714.50;0.47;1.00 -2227;2;2251.50;9.90;757.00;-0.55;0.34 -2228;2;2143.50;9.80;796.50;-1.03;0.60 -2229;2;3042.50;10.50;231.50;-0.66;0.48 -2230;2;3086.00;9.50;1681.50;0.00;0.92 -2231;2;2984.50;9.50;530.50;0.35;0.94 -2232;2;1691.50;9.50;1043.00;0.05;0.76 -2233;2;2159.50;9.50;1611.50;1.07;1.86 -2234;2;412.00;9.50;137.00;0.78;1.16 -2235;2;3726.00;9.50;773.50;0.91;1.14 -2236;2;5484.50;9.50;9.50;1.49;0.76 -2237;2;5197.00;9.50;813.00;0.32;1.20 -2238;2;5205.00;9.50;1179.50;1.21;1.20 -2239;2;4625.00;9.50;519.00;-0.54;0.66 -2240;2;4251.50;9.50;752.50;0.57;1.02 -2241;2;4512.50;9.50;73.50;0.78;1.16 -2242;2;3844.50;9.50;817.00;0.37;1.00 -2243;2;3022.00;9.50;108.00;-0.49;1.04 -2244;2;2142.50;9.50;12.00;0.41;0.82 -2245;2;2201.00;9.50;201.00;-1.32;1.06 -2246;2;2587.50;9.50;1108.50;-1.05;1.12 -2247;2;2438.00;9.50;1583.50;0.82;1.44 -2248;2;2242.00;9.50;884.50;0.56;1.24 -2249;2;1084.50;9.50;143.50;0.47;1.42 -2250;2;322.00;9.50;435.50;-0.63;1.28 -2251;2;73.50;9.50;1419.50;-0.27;1.32 -2252;2;448.50;9.50;1442.00;0.96;1.00 -2253;2;556.50;9.50;566.50;0.65;1.08 -2254;2;1373.00;9.50;959.00;1.08;0.98 -2256;2;3122.50;9.50;1635.00;0.80;1.12 -2257;2;2972.00;9.50;410.00;-0.85;0.98 -2258;2;1630.00;9.50;1069.00;-0.96;1.50 -2259;2;2092.00;9.50;1716.00;0.98;1.26 -2260;2;314.50;9.50;18.00;1.70;0.82 -2261;2;5516.50;9.50;1810.00;0.75;1.40 -2262;2;3658.00;9.50;695.00;0.84;1.04 -2263;2;5216.50;9.50;743.00;0.23;1.42 -2264;2;5147.00;9.50;1179.00;0.64;1.02 -2265;2;4632.50;9.50;480.00;0.12;0.94 -2266;2;4230.50;9.50;724.00;0.92;1.12 -2267;2;4461.50;9.50;67.50;0.78;1.02 -2268;2;3902.50;9.50;812.00;-1.03;1.06 -2269;2;2981.00;9.50;100.50;-1.14;1.02 -2270;2;2192.00;9.50;22.00;1.35;0.90 -2271;2;2147.00;9.50;192.00;-1.13;1.12 -2272;2;2638.00;9.50;1135.00;0.00;0.80 -2273;2;2370.00;9.50;1615.00;1.31;1.02 -2274;2;2547.50;9.50;1372.00;0.88;1.36 -2275;2;1076.50;9.50;232.50;-0.40;1.72 -2276;2;355.00;9.50;477.50;0.41;1.10 -2277;2;133.50;9.50;1433.00;0.59;1.32 -2278;2;409.50;9.50;1493.00;-0.81;1.24 -2279;2;580.00;9.50;533.50;-1.44;1.06 -2280;2;1430.50;9.50;992.50;-1.28;1.04 -2282;2;3074.50;9.50;1641.50;0.43;0.70 -2283;2;2979.50;9.50;236.00;0.24;0.96 -2284;2;1532.50;9.50;1022.50;-0.90;0.84 -2285;2;2095.50;9.50;1668.50;0.67;1.42 -2286;2;554.00;9.50;25.50;1.54;1.04 -2287;2;5619.00;9.50;1972.50;0.50;1.94 -2288;2;3686.00;9.50;717.00;0.27;1.22 -2289;2;5236.00;9.50;687.50;-0.48;1.06 -2290;2;5135.50;9.50;1143.50;1.21;1.06 -2291;2;4670.00;9.50;475.50;0.23;1.32 -2292;2;4211.50;9.50;787.00;-0.66;0.96 -2293;2;4454.00;9.50;27.00;1.27;0.90 -2294;2;3887.50;9.50;834.00;1.03;1.06 -2295;2;2950.00;9.50;82.00;0.07;1.12 -2296;2;2167.00;9.50;4.00;1.95;0.20 -2297;2;2230.00;9.50;281.00;0.98;1.10 -2298;2;2329.00;9.50;815.00;1.20;1.22 -2299;2;2377.50;9.50;1645.50;0.71;1.28 -2300;2;2599.50;9.50;1334.50;0.74;1.08 -2301;2;994.00;9.50;261.00;-0.62;1.58 -2302;2;372.50;9.50;444.00;-1.44;1.02 -2303;2;114.50;9.50;1476.50;0.15;1.00 -2304;2;56.00;9.50;1174.50;0.65;1.22 -2305;2;484.00;9.50;1483.50;0.76;1.24 -2306;2;604.00;9.50;625.00;-0.58;1.38 -2307;2;1309.50;9.50;968.50;0.60;1.24 -2309;2;3096.00;9.50;1615.50;0.29;0.60 -2310;2;3003.50;9.50;159.50;-1.13;0.92 -2311;2;1560.50;9.50;910.00;-0.76;1.20 -2312;2;2106.00;9.50;1542.00;0.73;1.56 -2313;2;565.00;9.50;116.00;-0.29;1.34 -2314;2;3707.00;9.50;638.50;-0.75;1.08 -2315;2;5309.50;9.50;684.00;0.55;1.08 -2316;2;5093.00;9.50;1149.00;0.54;0.94 -2317;2;4681.50;9.50;456.50;-0.82;0.92 -2318;2;4179.50;9.50;715.50;0.71;1.10 -2319;2;4494.00;9.50;22.00;0.84;0.98 -2320;2;3852.50;9.50;869.50;0.30;1.04 -2321;2;2977.50;9.50;133.00;0.50;1.18 -2322;2;2225.50;9.50;16.00;1.45;0.86 -2323;2;2206.00;9.50;235.50;0.00;1.04 -2324;2;2320.00;9.50;912.00;1.05;1.34 -2325;2;2317.00;9.50;1598.00;0.86;1.22 -2326;2;2515.50;9.50;1349.00;1.05;1.26 -2327;2;1044.00;9.50;207.50;0.87;1.60 -2328;2;387.00;9.50;492.50;-1.46;1.12 -2329;2;484.00;9.50;1400.50;0.08;1.12 -2330;2;690.00;9.50;639.00;0.00;1.46 -2331;2;1331.50;9.50;1008.50;-1.06;1.30 -2332;2;3314.11;9.50;1747.82;1.80;1.00 -2333;2;3042.00;9.50;1619.50;-0.65;0.88 -2334;2;3082.50;9.50;33.50;0.91;0.88 -2335;2;1521.00;9.50;826.00;-0.10;1.22 -2336;2;2095.50;9.50;1430.00;0.22;1.34 -2337;2;592.50;9.50;68.50;0.95;1.32 -2338;2;3740.50;9.50;533.00;0.71;1.02 -2339;2;5252.50;9.50;748.00;4.71;1.04 -2340;2;5065.50;9.50;1115.50;1.28;1.00 -2341;2;4658.50;9.50;425.00;0.67;1.16 -2342;2;4144.50;9.50;734.50;1.12;0.80 -2343;2;4537.00;9.50;11.50;1.61;0.58 -2344;2;3902.00;9.50;859.50;-1.10;0.82 -2345;2;2913.50;9.50;135.50;-1.08;1.04 -2346;2;2260.50;9.50;16.50;0.54;1.00 -2347;2;2248.00;9.50;352.00;-1.01;1.02 -2348;2;2288.50;9.50;864.50;-0.78;1.10 -2349;2;2236.50;9.50;1619.00;-0.81;1.48 -2350;2;2449.50;9.50;1315.00;-0.57;1.38 -2351;2;990.00;9.50;157.50;-1.18;1.34 -2352;2;442.00;9.50;420.00;0.00;1.16 -2353;2;5.00;9.50;1515.00;-0.50;0.52 -2354;2;532.00;9.50;1392.00;-0.67;1.10 -2355;2;715.50;9.50;687.50;-0.52;1.28 -2357;2;1255.00;9.50;1026.00;-0.91;1.08 -2358;2;3025.00;9.50;1604.00;0.78;0.60 -2359;2;3175.50;9.50;52.50;-0.74;1.10 -2360;2;1486.50;9.50;854.50;1.31;0.98 -2361;2;1956.00;9.50;1651.50;1.02;1.52 -2362;2;775.00;9.50;71.00;0.40;1.44 -2363;2;3760.50;9.50;573.50;-1.04;0.80 -2364;2;5294.50;9.50;784.50;1.23;0.90 -2365;2;5057.50;9.50;1002.50;-0.78;1.10 -2366;2;5557.00;9.50;1858.00;0.19;1.48 -2367;2;4594.00;9.50;381.00;0.49;1.14 -2368;2;4196.00;9.50;758.50;0.81;1.14 -2369;2;4542.00;9.50;40.00;0.96;1.02 -2370;2;3947.50;9.50;847.00;-0.64;0.80 -2371;2;2903.50;9.50;172.50;-1.24;0.92 -2372;2;2213.00;9.50;367.50;0.30;1.08 -2373;2;2277.50;9.50;832.00;0.98;1.22 -2374;2;2519.50;9.50;1594.50;-0.78;1.06 -2375;2;2609.00;9.50;1214.50;-0.75;1.06 -2376;2;979.50;9.50;195.50;0.82;1.52 -2377;2;752.00;9.50;885.50;0.96;1.04 -2378;2;556.50;9.50;1483.50;0.86;1.16 -2379;2;705.50;9.50;734.50;0.57;1.44 -2380;2;1201.00;9.50;1013.00;4.71;0.98 -2381;2;2738.00;9.50;1493.50;-0.27;0.48 -2382;2;3017.00;9.50;1626.00;1.32;0.52 -2383;2;3339.50;9.50;91.00;0.95;1.06 -2384;2;1479.50;9.50;723.50;0.83;1.08 -2385;2;1935.00;9.50;1562.00;1.03;1.34 -2386;2;851.50;9.50;21.50;1.40;1.26 -2387;2;3684.00;9.50;404.00;-0.56;1.10 -2388;2;5541.00;9.50;14.50;-1.39;1.20 -2389;2;5391.00;9.50;779.50;1.07;1.06 -2390;2;5098.00;9.50;1036.50;0.70;1.02 -2391;2;4572.50;9.50;436.50;0.44;1.08 -2392;2;4149.50;9.50;766.00;0.57;0.96 -2393;2;4590.00;9.50;49.00;0.96;0.96 -2394;2;3904.50;9.50;932.50;-1.04;1.26 -2395;2;2986.00;9.50;202.50;-1.26;1.02 -2396;2;2392.50;9.50;79.50;0.90;0.98 -2397;2;2218.00;9.50;327.50;-0.39;1.00 -2398;2;2221.00;9.50;814.50;0.94;0.92 -2399;2;2572.50;9.50;1498.00;1.31;1.18 -2400;2;2691.00;9.50;1215.50;-0.33;0.72 -2401;2;926.00;9.50;229.50;-0.51;1.54 -2402;2;454.00;9.50;521.50;-0.94;1.30 -2403;2;2.50;9.50;1567.50;4.51;0.36 -2404;2;531.50;9.50;1448.00;1.33;1.22 -2405;2;598.00;9.50;675.50;0.28;1.30 -2406;2;1153.00;9.50;1005.50;0.66;1.04 -2407;2;985.50;11.40;1942.00;-0.86;1.60 -2408;2;2975.50;9.50;1613.50;-0.04;0.84 -2409;2;3377.50;9.50;176.00;0.21;1.20 -2410;2;1557.50;9.50;636.00;0.62;1.08 -2411;2;1824.50;9.50;1469.50;0.98;0.94 -2412;2;1331.50;9.50;64.50;0.65;1.42 -2413;2;3703.00;9.50;206.50;0.56;1.06 -2414;2;5461.50;9.50;767.50;-1.23;1.00 -2415;2;5034.00;9.50;964.50;0.07;1.22 -2416;2;4558.50;9.50;485.50;-0.54;0.90 -2417;2;4024.50;9.50;721.50;0.73;1.26 -2418;2;4586.00;9.50;133.50;1.21;1.12 -2419;2;3862.00;9.50;926.50;0.90;0.94 -2420;2;3050.50;9.50;186.00;0.91;1.30 -2421;2;2348.00;9.50;54.50;0.08;1.02 -2422;2;2183.50;9.50;321.00;0.20;0.88 -2423;2;2213.50;9.50;851.50;0.09;1.02 -2424;2;2595.50;9.50;1446.00;1.12;0.94 -2425;2;2033.00;9.50;1540.00;-1.10;1.10 -2426;2;855.00;9.50;181.50;-1.27;1.50 -2427;2;411.00;9.50;528.00;0.00;0.86 -2428;2;590.00;9.50;1386.50;-0.56;1.04 -2429;2;673.00;9.50;703.00;0.86;1.00 -2430;2;1088.00;9.50;1026.00;1.19;1.06 -2431;2;2991.50;9.50;1654.00;0.68;0.70 -2432;2;3383.00;9.50;297.00;1.03;1.06 -2433;2;1632.50;9.50;546.00;1.11;1.48 -2434;2;1825.50;9.50;1569.50;0.13;1.00 -2435;2;1225.50;9.50;110.50;-1.16;1.12 -2436;2;5018.00;9.50;1701.50;-1.23;0.58 -2437;2;3400.00;9.50;84.50;-0.88;1.06 -2438;2;5419.50;9.50;832.00;-1.32;0.82 -2439;2;5008.00;9.50;1001.00;0.91;1.22 -2440;2;4604.50;9.50;466.00;0.40;1.28 -2441;2;3991.00;9.50;757.00;1.01;1.12 -2442;2;4627.50;9.50;111.00;0.40;1.08 -2443;2;3811.00;9.50;892.00;0.00;0.92 -2444;2;3071.50;9.50;139.00;1.06;0.94 -2445;2;2400.00;9.50;25.00;0.89;1.06 -2446;2;2694.50;9.50;2033.00;4.71;0.62 -2447;2;2182.00;9.50;850.00;0.73;0.94 -2448;2;2542.50;9.50;1650.50;1.29;1.22 -2449;2;2015.00;9.50;1589.50;0.86;1.74 -2450;2;881.00;9.50;124.50;0.92;1.26 -2451;2;311.50;9.50;514.00;-0.75;1.22 -2452;2;584.00;9.50;1436.00;0.46;1.16 -2453;2;656.00;9.50;677.50;1.14;0.98 -2454;2;1110.00;9.50;1054.50;-0.99;1.22 -2455;2;2949.50;9.50;1686.50;-1.09;1.16 -2456;2;3486.00;9.50;387.50;1.21;1.34 -2457;2;1677.00;9.50;355.50;0.83;1.40 -2458;2;1751.00;9.50;1515.50;0.07;1.54 -2459;2;1395.50;9.50;156.50;0.93;1.32 -2460;2;5138.00;9.50;1641.50;0.41;1.72 -2461;2;3292.00;9.50;9.50;1.42;0.58 -2462;2;5517.50;9.50;825.50;0.91;1.40 -2463;2;5027.00;9.50;1023.50;0.45;1.14 -2464;2;4503.50;9.50;364.00;-1.31;1.16 -2465;2;4005.00;9.50;670.50;0.48;0.94 -2466;2;4533.00;9.50;102.00;-0.58;1.16 -2467;2;3784.50;9.50;873.00;1.02;0.92 -2468;2;3623.50;9.50;18.00;1.25;1.04 -2469;2;3066.00;9.50;100.50;-0.44;0.96 -2470;2;2432.50;9.50;6.50;1.35;0.52 -2471;2;2165.00;9.50;362.00;0.54;0.90 -2472;2;2178.50;9.50;826.50;1.37;0.44 -2473;2;2602.00;9.50;1658.50;-0.88;1.26 -2474;2;2006.00;9.50;1544.00;1.08;1.42 -2475;2;815.50;9.50;105.50;0.73;0.96 -2476;2;369.00;9.50;543.00;1.22;0.96 -2477;2;675.00;9.50;1386.50;0.76;1.04 -2478;2;578.00;9.50;718.50;0.56;1.38 -2479;2;1116.50;9.50;1103.00;-0.80;1.24 -2480;2;3440.00;9.50;237.50;-0.39;1.18 -2481;2;2638.50;9.50;1676.00;4.59;0.74 -2482;2;1654.50;9.50;271.00;4.61;0.92 -2483;2;1713.00;9.50;1486.50;1.14;1.16 -2484;2;1373.50;9.50;21.50;1.49;1.16 -2485;2;5055.50;9.50;1562.00;0.19;0.72 -2486;2;3784.00;9.50;138.00;0.64;1.24 -2487;2;5408.50;9.50;862.00;0.63;1.40 -2488;2;4949.00;9.50;1018.00;-0.64;1.24 -2490;2;4539.50;9.50;498.00;1.47;0.86 -2491;2;3947.50;9.50;709.50;-0.86;1.26 -2492;2;4629.00;9.50;64.50;-0.30;0.96 -2493;2;3773.00;9.50;913.50;-0.18;0.90 -2494;2;3671.50;9.50;52.00;1.36;0.90 -2495;2;3088.00;9.50;58.00;-0.11;0.82 -2496;2;2389.00;9.50;3.50;1.63;0.20 -2497;2;2179.50;9.50;397.50;-1.01;0.92 -2498;2;2112.50;9.70;833.50;-1.16;0.62 -2499;2;2726.50;9.50;1820.00;-0.61;1.18 -2500;2;1613.00;9.50;1168.00;0.78;0.70 -2501;2;779.50;9.50;28.00;1.68;1.24 -2502;2;250.50;9.50;542.00;4.71;1.00 -2503;2;616.50;9.50;1492.50;0.48;0.84 -2504;2;598.00;9.50;768.50;-0.29;1.24 -2505;2;1055.00;9.50;1070.50;-1.10;1.04 -2506;2;2918.00;9.50;1666.50;0.41;1.42 -2507;2;3580.00;9.50;175.00;0.46;0.94 -2508;2;1679.50;9.70;133.50;0.48;0.94 -2509;2;1545.50;9.50;11.50;1.60;0.54 -2510;2;5018.50;9.50;1527.50;0.26;0.80 -2511;2;3940.00;9.50;54.50;-0.56;1.32 -2512;2;5430.50;9.50;906.00;-1.22;0.98 -2513;2;4983.50;9.50;1055.00;0.17;1.42 -2514;2;4486.00;9.50;506.50;-0.72;0.94 -2515;2;3957.00;9.50;669.50;0.49;0.92 -2516;2;4658.00;9.50;117.00;4.64;0.74 -2517;2;3838.00;9.50;961.00;-1.39;0.88 -2518;2;3624.50;9.50;60.00;1.14;1.26 -2519;2;3002.50;9.50;255.00;-1.26;1.02 -2520;2;2313.00;9.50;29.00;0.49;1.26 -2521;2;2127.00;9.50;363.00;0.09;0.86 -2522;2;2140.50;9.50;847.50;0.53;1.00 -2523;2;2548.00;9.50;1693.50;0.21;1.60 -2524;2;723.50;9.50;56.00;0.94;1.44 -2525;2;204.00;9.50;540.00;-1.24;1.06 -2526;2;6.50;9.50;1624.00;-0.46;0.64 -2527;2;658.50;9.50;1503.00;-0.38;1.48 -2528;2;687.00;9.50;778.00;0.84;1.08 -2529;2;1096.50;9.50;1148.00;-0.65;1.14 -2530;2;2880.00;9.50;1737.00;-0.19;0.84 -2531;2;3625.50;9.50;262.50;0.47;1.08 -2532;2;1687.50;9.50;57.00;0.07;0.78 -2533;2;1635.00;9.50;54.50;-1.43;1.02 -2534;2;4998.00;9.50;1465.00;-0.92;0.82 -2535;2;5300.00;9.50;837.50;-1.38;1.28 -2536;2;5011.00;9.50;1120.50;0.50;1.10 -2537;2;4528.50;9.50;438.00;0.26;1.02 -2538;2;3909.00;9.50;645.00;4.71;0.80 -2539;2;4725.50;9.50;85.50;0.85;1.02 -2540;2;3833.00;9.50;990.00;0.49;0.88 -2541;2;3629.50;9.50;94.50;-0.52;1.34 -2542;2;2989.50;9.50;299.50;-0.66;1.16 -2543;2;2357.00;9.50;12.50;0.86;0.84 -2544;2;2101.50;9.50;370.50;1.39;0.94 -2545;2;2105.00;9.50;892.50;1.07;1.16 -2546;2;2510.00;9.50;1703.00;1.64;1.08 -2547;2;1606.00;9.50;1024.50;0.47;1.22 -2548;2;703.00;9.50;18.50;1.49;0.98 -2549;2;184.50;9.50;583.50;-1.44;1.16 -2550;2;62.00;9.50;1535.00;1.10;1.20 -2551;2;634.00;9.50;1439.50;0.36;1.18 -2552;2;624.50;9.50;732.50;-0.47;1.48 -2553;2;1050.50;9.50;1228.50;-0.27;1.32 -2554;2;2959.00;9.50;1834.00;0.41;1.36 -2555;2;3734.00;9.50;324.50;-0.09;1.14 -2556;2;181.00;9.50;1975.50;1.21;1.16 -2557;2;1555.00;9.50;178.00;-1.16;1.32 -2558;2;5022.00;9.50;614.50;1.24;0.94 -2559;2;4954.00;9.50;1102.00;0.72;1.28 -2560;2;5355.50;9.50;1812.00;-0.34;0.64 -2561;2;4505.50;9.50;396.50;0.25;0.98 -2562;2;3952.50;9.50;630.00;-0.60;0.90 -2563;2;4578.50;9.50;15.50;1.42;0.84 -2564;2;3858.50;9.50;998.00;-1.20;0.88 -2565;2;3722.50;9.50;87.50;1.34;1.12 -2566;2;2965.00;9.50;271.00;0.29;0.86 -2567;2;2331.50;9.50;6.50;1.97;0.32 -2568;2;2681.50;9.50;2023.50;1.23;0.66 -2569;2;2040.50;9.70;854.50;-0.22;1.48 -2570;2;2451.00;9.50;1718.00;1.05;1.44 -2571;2;1743.00;9.50;1054.00;0.53;1.36 -2572;2;623.50;9.50;20.50;1.43;1.04 -2573;2;292.50;9.50;584.50;1.48;1.34 -2574;2;36.50;9.50;1582.00;-0.04;1.14 -2575;2;708.00;9.50;1481.00;1.43;1.26 -2576;2;669.00;9.50;815.00;0.24;1.56 -2577;2;1009.00;9.50;1198.50;-1.40;1.12 -2578;2;3019.00;9.50;1953.00;1.14;1.18 -2579;2;3640.00;9.50;437.50;0.00;1.02 -2580;2;1891.00;9.50;91.50;0.06;1.30 -2581;2;224.00;9.50;1865.50;-0.41;0.84 -2582;2;1509.00;9.50;66.00;1.37;0.98 -2583;2;4974.50;9.50;1390.00;-0.63;1.44 -2584;2;3488.50;9.50;23.50;0.88;1.20 -2585;2;4938.00;9.50;625.50;-0.33;1.08 -2586;2;4982.50;9.50;1155.00;1.23;1.06 -2587;2;4472.00;9.50;406.00;0.83;0.94 -2588;2;3984.50;9.50;639.50;4.42;0.92 -2589;2;4618.50;9.50;19.00;0.60;1.02 -2590;2;3856.00;9.50;1023.00;0.78;1.10 -2591;2;3708.00;9.50;36.50;-0.09;1.00 -2592;2;2946.50;9.50;229.50;0.68;1.06 -2593;2;2304.00;9.50;7.50;1.53;0.42 -2594;2;2110.50;9.50;406.00;-0.69;0.94 -2595;2;2064.00;9.50;930.00;0.73;1.10 -2596;2;2423.50;9.50;1772.50;0.85;1.38 -2597;2;1847.50;9.50;1038.00;0.85;1.02 -2598;2;631.00;9.50;52.00;-0.87;1.30 -2599;2;286.50;9.50;625.00;-0.71;1.34 -2600;2;130.50;9.50;1513.50;0.98;0.86 -2601;2;728.00;9.50;1519.50;-0.23;1.18 -2602;2;620.50;9.50;830.00;1.43;0.90 -2603;2;1002.50;9.50;1234.00;0.53;1.22 -2604;2;3148.00;9.50;2037.50;1.48;0.46 -2605;2;3517.50;9.50;465.00;1.33;1.18 -2606;2;1933.00;9.50;146.00;0.06;1.58 -2607;2;44.00;9.50;1927.50;1.60;1.06 -2608;2;1451.50;9.50;213.50;0.91;1.30 -2609;2;4828.50;9.50;1294.50;0.15;1.28 -2610;2;3561.50;9.50;8.50;1.50;0.60 -2611;2;5005.50;9.50;652.50;1.31;1.06 -2612;2;4943.50;9.50;1163.00;0.07;1.16 -2613;2;5475.00;9.50;1765.00;0.55;1.44 -2614;2;4489.50;9.50;438.00;0.10;1.06 -2615;2;3995.50;9.50;598.00;1.47;0.96 -2616;2;4656.00;9.50;11.00;1.67;0.50 -2617;2;3794.50;9.50;1002.50;0.78;0.90 -2618;2;3731.50;9.50;120.50;1.06;0.98 -2619;2;2890.50;9.50;247.00;-0.59;0.84 -2620;2;2215.00;9.50;438.50;1.36;0.92 -2621;2;2057.00;9.50;978.00;0.94;1.06 -2622;2;2351.50;9.50;1697.50;0.34;1.18 -2623;2;1376.50;9.50;1289.50;0.95;1.22 -2624;2;627.50;9.50;96.50;0.57;1.34 -2625;2;191.50;9.50;616.00;0.81;0.96 -2626;2;84.50;9.50;1559.50;-1.31;0.92 -2627;2;600.00;9.50;1531.50;0.18;1.02 -2628;2;711.00;9.50;845.00;-1.22;1.20 -2629;2;939.00;9.50;1276.00;-1.22;1.30 -2630;2;3372.50;9.50;2028.50;1.50;0.78 -2631;2;3487.50;9.50;508.00;-0.96;1.10 -2632;2;1967.50;9.50;167.00;4.61;1.18 -2633;2;1599.50;9.50;306.50;0.42;1.46 -2634;2;4910.50;9.50;1311.00;0.27;0.78 -2635;2;3524.00;9.50;49.50;1.10;1.04 -2636;2;4959.00;9.50;682.50;0.66;1.10 -2637;2;4920.50;9.50;1134.00;0.75;1.30 -2638;2;4476.50;9.50;480.50;0.65;1.10 -2639;2;3950.50;9.50;600.50;1.27;0.96 -2640;2;3745.50;9.50;1021.50;-0.73;1.12 -2641;2;3665.00;9.50;122.50;0.67;1.28 -2642;2;2919.00;9.50;284.00;-0.66;0.88 -2643;2;2081.50;9.50;424.00;0.98;1.14 -2644;2;1995.50;9.50;971.50;-0.56;1.26 -2645;2;2390.00;9.50;1745.50;1.32;1.16 -2646;2;1297.00;9.50;1293.50;-0.72;1.08 -2647;2;735.50;9.50;110.50;0.84;1.20 -2648;2;232.00;9.50;636.50;-1.01;1.16 -2649;2;123.00;9.50;1602.50;1.20;1.14 -2650;2;526.00;9.50;1531.00;0.34;0.96 -2651;2;590.00;9.50;869.00;-1.34;1.02 -2652;2;921.50;9.50;1312.00;1.03;1.10 -2653;2;3464.50;9.50;2015.00;1.42;1.42 -2654;2;3547.00;9.50;598.50;0.21;1.18 -2655;2;2073.50;9.50;84.50;1.16;1.10 -2656;2;81.00;9.50;1836.50;0.58;0.70 -2657;2;1422.00;9.50;856.50;-0.56;0.94 -2658;2;4939.00;9.50;1266.00;-0.96;0.90 -2659;2;3581.50;9.50;111.00;-0.59;0.86 -2660;2;5299.50;9.50;11.00;1.82;0.52 -2661;2;4975.50;9.50;742.50;1.31;1.10 -2662;2;4900.00;9.50;1093.00;1.04;0.92 -2663;2;5432.00;9.50;1723.50;-1.10;1.10 -2664;2;4409.50;9.50;505.00;0.71;1.14 -2665;2;3904.00;9.50;598.50;0.75;0.74 -2666;2;3642.50;9.50;1050.50;0.48;0.98 -2667;2;3625.00;9.50;161.00;0.78;1.18 -2668;2;2883.00;9.50;314.00;4.71;0.74 -2669;2;2074.50;9.50;161.50;0.21;1.02 -2670;2;1984.50;9.50;955.00;-0.10;0.98 -2671;2;2310.50;9.50;1753.50;-0.34;1.32 -2672;2;1308.50;9.50;1224.00;0.40;1.10 -2673;2;695.00;9.50;156.00;0.78;1.22 -2674;2;266.00;9.50;681.00;-0.46;1.46 -2675;2;69.50;9.50;1631.00;1.00;1.28 -2676;2;526.00;9.50;1617.50;1.36;1.10 -2677;2;657.00;9.50;928.50;0.27;0.98 -2678;2;829.00;9.50;1305.00;-0.19;0.88 -2679;2;3446.50;9.50;1888.00;-1.16;0.84 -2680;2;3586.00;9.50;544.00;-0.56;0.96 -2681;2;1997.00;9.50;206.00;-0.69;1.34 -2682;2;173.50;9.50;1721.00;-0.14;1.44 -2683;2;1446.00;9.50;932.00;-0.99;1.42 -2684;2;4881.50;9.50;1251.00;4.71;0.84 -2685;2;3802.50;9.50;99.50;-1.19;1.20 -2686;2;4999.00;9.50;727.00;-1.03;1.00 -2687;2;4866.00;9.50;1059.00;-0.64;1.02 -2688;2;5422.50;9.50;1755.00;1.25;1.08 -2689;2;4411.00;9.50;556.00;1.01;0.86 -2690;2;3855.00;9.50;590.50;0.44;0.86 -2691;2;3603.50;9.50;1077.50;-0.63;1.10 -2692;2;3734.00;9.50;168.00;1.07;1.06 -2693;2;2913.50;9.50;334.50;-0.84;0.92 -2694;2;2140.00;9.50;456.00;0.73;0.98 -2695;2;2757.00;9.50;1891.00;0.57;1.02 -2696;2;2267.50;9.50;1766.00;1.45;1.04 -2697;2;1368.00;9.50;1181.50;-0.15;1.12 -2698;2;755.50;9.50;148.00;0.19;1.26 -2699;2;234.00;9.50;708.00;1.13;1.16 -2700;2;98.50;9.50;1653.00;0.17;1.22 -2701;2;580.50;9.50;1576.50;0.66;1.58 -2702;2;657.00;9.50;870.00;-0.60;1.46 -2704;2;3622.00;9.50;733.00;1.28;0.98 -2705;2;2074.50;9.50;243.00;0.86;1.18 -2706;2;246.00;9.50;1897.50;-0.81;1.02 -2707;2;1498.50;9.50;909.00;-1.02;1.50 -2708;2;4823.50;9.50;1191.50;0.92;1.06 -2709;2;3730.00;9.50;12.00;1.57;0.52 -2710;2;5250.00;9.50;19.50;1.06;0.92 -2711;2;5051.00;9.50;776.00;0.00;1.76 -2712;2;4857.50;9.50;1024.00;1.31;1.22 -2713;2;5392.50;9.50;1700.50;0.04;1.16 -2714;2;4429.50;9.50;525.50;-0.91;1.28 -2715;2;3844.50;9.50;548.50;0.65;1.04 -2716;2;3733.00;9.50;966.00;0.10;0.94 -2717;2;3671.50;9.50;161.50;-0.65;1.14 -2718;2;2900.50;9.50;357.00;1.17;0.88 -2719;2;2157.50;9.50;480.50;-1.37;1.06 -2720;2;1959.50;9.50;990.50;0.59;1.12 -2721;2;2302.00;9.50;1719.50;1.48;0.94 -2722;2;1409.50;9.50;1307.00;0.20;0.96 -2723;2;839.50;9.50;275.00;0.46;1.64 -2724;2;249.50;9.50;754.50;1.75;1.08 -2725;2;44.50;9.50;1697.50;-0.60;1.34 -2726;2;613.50;9.50;1614.00;0.72;1.16 -2727;2;872.50;9.50;829.00;1.19;1.34 -2728;2;775.00;9.50;1354.50;-0.75;1.40 -2729;2;2941.00;9.50;1599.50;0.91;0.74 -2730;2;3637.00;9.50;810.00;0.43;1.18 -2731;2;2157.50;9.50;416.00;-0.10;0.76 -2732;2;457.50;9.50;1674.50;1.43;0.96 -2733;2;1494.00;9.50;960.50;-1.32;1.08 -2734;2;4673.50;9.50;1288.50;-0.14;1.38 -2735;2;4990.50;9.50;775.00;0.76;0.94 -2736;2;4879.00;9.50;996.00;-0.73;1.26 -2737;2;4494.00;9.50;553.00;0.51;0.76 -2738;2;3880.50;9.50;564.00;0.30;0.80 -2739;2;3770.00;9.50;961.50;0.00;1.14 -2740;2;3634.50;9.50;195.00;-0.60;1.18 -2741;2;2924.00;9.50;382.50;0.35;0.88 -2742;2;2151.00;9.50;235.50;0.09;0.90 -2743;2;1925.00;9.50;1023.00;0.98;1.06 -2744;2;2254.50;9.50;1701.00;1.02;1.18 -2745;2;1451.50;9.50;1291.50;-1.27;0.98 -2746;2;850.00;9.50;235.50;-1.19;1.32 -2747;2;280.00;9.50;737.00;-0.75;1.38 -2748;2;95.50;9.50;1708.50;0.78;0.98 -2749;2;684.50;9.50;1618.50;0.69;1.06 -2750;2;733.00;9.50;795.00;-0.96;1.02 -2751;2;701.50;9.50;1660.50;-0.68;1.24 -2752;2;2894.00;9.50;1587.00;-0.54;0.92 -2753;2;3532.50;9.50;834.00;-0.22;0.86 -2754;2;2152.00;9.50;325.50;1.38;1.08 -2755;2;580.50;9.50;1666.50;0.59;1.28 -2756;2;1461.00;9.50;1014.00;-0.51;0.76 -2757;2;4691.50;9.50;1225.00;-0.40;1.16 -2758;2;5038.50;9.50;820.00;1.17;1.06 -2759;2;4920.00;9.50;968.00;-0.27;1.40 -2760;2;4530.00;9.50;558.00;0.21;0.96 -2761;2;3941.50;9.50;568.50;1.27;0.78 -2762;2;3700.00;9.50;931.50;0.43;1.08 -2763;2;3668.50;9.50;227.00;0.87;1.12 -2764;2;2912.00;9.50;429.00;0.38;0.94 -2765;2;2090.00;9.50;312.00;0.39;1.22 -2766;2;1866.50;9.50;1019.00;-0.49;1.02 -2767;2;2209.00;9.50;1690.00;1.06;1.14 -2768;2;1892.50;9.50;1686.00;1.19;1.08 -2769;2;806.00;9.50;202.50;0.08;1.24 -2770;2;315.00;9.50;703.50;-1.06;1.24 -2771;2;59.50;9.50;1757.00;-1.42;0.98 -2772;2;656.50;9.50;1563.50;0.38;1.24 -2773;2;761.50;9.50;750.50;0.48;1.06 -2774;2;747.50;9.50;1712.00;1.19;1.34 -2775;2;2869.00;9.50;1569.50;-0.38;0.44 -2776;2;3503.50;9.50;827.50;0.44;0.90 -2777;2;1782.50;9.50;12.00;1.43;0.64 -2778;2;2243.50;9.50;510.00;-0.57;1.32 -2779;2;535.00;9.50;1567.50;1.12;1.14 -2780;2;1292.00;9.50;1077.50;0.53;1.24 -2781;2;4740.00;9.50;1247.00;-1.32;1.18 -2782;2;5326.00;9.50;184.00;0.06;1.34 -2783;2;5016.00;9.50;863.50;-0.91;0.98 -2784;2;4868.00;9.50;928.00;-0.88;1.36 -2785;2;4587.00;9.50;538.00;-0.09;0.84 -2786;2;3905.50;9.50;529.50;0.04;1.02 -2787;2;3657.50;9.50;891.50;0.13;0.98 -2788;2;3736.00;9.50;202.00;-0.10;0.90 -2789;2;2855.00;9.50;450.50;-1.15;0.90 -2790;2;2037.50;9.50;286.00;-0.93;1.20 -2791;2;1897.00;9.50;1062.50;0.39;0.92 -2792;2;2137.50;9.50;1719.50;1.00;0.92 -2793;2;1010.00;9.50;117.50;-1.24;1.18 -2794;2;378.50;9.50;734.50;0.34;1.36 -2795;2;39.00;9.50;1742.50;0.84;1.08 -2796;2;758.50;9.50;1423.50;1.41;1.12 -2797;2;757.00;9.50;710.50;-1.27;1.38 -2798;2;643.50;9.50;1670.50;0.09;1.20 -2799;2;2830.50;9.50;1573.50;-0.66;0.54 -2800;2;3466.00;9.50;878.50;0.54;1.42 -2801;2;2332.00;9.50;621.00;-1.14;0.98 -2802;2;456.50;9.50;1634.50;1.31;1.06 -2803;2;1199.50;9.50;1135.00;1.19;1.06 -2804;2;4740.00;9.50;1132.50;0.81;1.02 -2805;2;5285.00;9.50;223.00;1.39;0.82 -2806;2;5032.00;9.50;920.00;-1.48;1.32 -2807;2;4838.00;9.50;970.50;-0.88;1.26 -2808;2;5236.50;9.50;1750.50;-1.09;1.26 -2809;2;4612.50;9.50;561.00;4.50;1.34 -2810;2;3871.00;9.50;518.00;1.03;0.88 -2811;2;3694.00;9.50;853.00;0.94;0.96 -2812;2;3763.50;9.50;238.00;0.76;1.08 -2813;2;2922.00;9.50;476.00;1.10;0.90 -2814;2;2114.50;9.50;261.50;0.44;1.02 -2815;2;1938.50;9.50;1101.00;1.17;0.86 -2816;2;2098.50;9.50;1782.00;-0.52;0.86 -2817;2;1821.50;9.50;1619.50;-1.37;0.78 -2818;2;1053.00;9.50;75.50;1.53;1.18 -2819;2;344.00;9.50;776.00;0.62;1.24 -2820;2;4.00;9.50;1721.00;-0.67;0.44 -2821;2;813.00;9.50;1402.00;0.92;1.32 -2822;2;828.00;9.50;727.00;0.00;1.30 -2823;2;663.50;9.50;1719.00;1.02;1.20 -2824;2;2822.50;9.50;1560.50;1.16;0.36 -2825;2;3362.00;9.50;1052.50;-0.39;1.18 -2826;2;2266.00;9.50;903.50;0.60;1.38 -2827;2;257.00;9.50;1697.50;0.68;1.36 -2828;2;1121.50;9.50;1242.50;0.84;1.12 -2829;2;4754.00;9.50;1024.50;0.85;1.18 -2830;2;5225.00;9.50;188.50;-1.34;0.84 -2831;2;5074.50;9.50;944.50;-1.04;1.36 -2832;2;4796.00;9.50;873.00;0.68;1.32 -2833;2;4655.00;9.50;616.50;0.41;1.12 -2834;2;3878.50;9.50;481.00;-0.87;0.94 -2835;2;3735.00;9.50;870.50;0.00;0.92 -2836;2;2879.50;9.50;489.00;0.96;1.16 -2837;2;2094.00;9.50;206.50;-0.75;1.04 -2838;2;1944.50;9.50;1127.00;-0.42;1.02 -2839;2;2089.50;9.50;1756.00;0.90;0.78 -2840;2;1770.00;9.50;1560.00;-0.67;1.18 -2841;2;885.50;9.50;61.50;-0.52;1.32 -2842;2;282.50;9.50;815.00;-0.42;1.48 -2843;2;4196.50;10.00;1021.00;-1.19;0.24 -2844;2;743.50;9.50;1382.00;1.44;0.90 -2845;2;878.50;9.50;770.00;0.35;1.20 -2846;2;689.00;9.50;1742.50;-1.10;1.46 -2847;2;2798.00;9.50;1508.50;1.05;0.40 -2848;2;3710.50;9.50;896.50;1.08;1.08 -2849;2;2257.00;9.50;784.00;0.07;1.16 -2850;2;148.50;9.50;1572.00;-1.09;1.04 -2851;2;1035.50;9.50;1353.00;0.06;1.02 -2852;2;5602.50;9.50;538.50;0.95;1.28 -2853;2;4691.00;10.60;1834.50;0.15;1.32 -2854;2;5277.00;9.50;154.50;-0.81;1.22 -2855;2;5105.00;9.50;889.50;1.10;1.16 -2856;2;4779.50;9.50;810.50;-0.23;1.42 -2857;2;4613.00;9.50;744.00;-0.29;1.12 -2858;2;3919.00;9.50;484.00;-0.26;0.90 -2859;2;3787.50;9.50;822.50;0.88;1.16 -2860;2;3694.50;9.50;254.00;-0.85;1.10 -2861;2;2965.50;9.50;323.50;1.04;0.72 -2862;2;2054.00;9.50;197.50;0.67;1.06 -2863;2;1911.50;9.50;1149.00;1.12;1.12 -2864;2;2033.00;9.50;1753.00;1.21;0.80 -2865;2;1663.00;9.50;1121.50;0.65;1.20 -2866;2;1032.00;9.50;392.00;0.95;1.24 -2867;2;126.50;9.50;640.00;-0.43;1.14 -2868;2;753.00;9.50;1337.50;1.20;0.96 -2869;2;911.00;9.50;807.50;-0.86;0.94 -2870;2;622.50;9.50;1767.50;0.32;1.14 -2871;2;2771.00;9.50;1495.00;0.67;0.48 -2872;2;3728.50;9.50;926.50;-0.91;0.90 -2873;2;2160.00;9.50;894.50;0.58;1.18 -2874;2;34.00;9.50;1672.00;0.83;1.06 -2875;2;905.00;9.50;1422.00;4.65;1.44 -2876;2;4708.50;9.50;839.00;-0.88;1.14 -2877;2;4774.50;10.90;1961.50;-0.71;2.24 -2878;2;5226.00;9.50;144.00;1.06;1.24 -2879;2;5132.00;9.50;910.50;0.44;0.92 -2880;2;4819.00;9.50;838.50;-1.10;1.14 -2881;2;5305.00;9.50;1756.50;-0.76;1.28 -2882;2;4565.50;9.50;710.50;-0.71;0.98 -2883;2;3965.50;9.50;547.50;-0.54;0.96 -2884;2;3676.50;9.50;279.50;1.15;1.34 -2885;2;2971.00;9.50;352.50;-0.67;0.78 -2886;2;2109.00;9.50;159.50;-0.38;0.84 -2887;2;1830.00;9.50;1144.00;-1.32;1.12 -2888;2;2033.50;9.50;1727.00;1.06;0.70 -2889;2;1343.50;9.50;1071.50;0.27;1.24 -2890;2;1013.50;9.50;334.00;0.27;1.22 -2891;2;89.00;9.50;603.00;-0.34;1.10 -2892;2;733.50;9.50;1299.00;-0.94;0.96 -2893;2;1006.50;9.50;810.00;0.71;1.26 -2894;2;592.00;9.50;1805.50;0.65;1.24 -2895;2;2774.50;9.50;1539.50;4.65;0.26 -2896;2;3587.50;9.50;1108.50;0.57;1.16 -2897;2;2147.50;9.50;962.50;0.78;1.06 -2898;2;834.50;9.50;1519.00;0.54;1.02 -2899;2;4703.00;9.50;754.00;-1.01;1.16 -2900;2;4516.00;10.50;1947.50;1.16;1.80 -2901;2;5082.00;9.50;835.00;-0.32;1.48 -2902;2;4827.00;9.50;783.50;-1.20;0.90 -2903;2;5225.50;9.50;1704.50;-0.39;1.10 -2904;2;4512.00;9.50;674.50;-0.89;0.98 -2905;2;3950.50;9.50;523.50;1.07;0.94 -2906;2;3685.00;9.50;811.00;0.96;1.14 -2907;2;3674.50;9.50;342.00;0.38;0.96 -2908;2;2958.50;9.50;381.50;0.62;0.72 -2909;2;2616.50;9.50;2034.00;1.57;0.56 -2910;2;1797.50;9.50;1075.00;-0.69;1.06 -2911;2;2036.50;9.50;1785.50;0.83;1.34 -2912;2;1392.00;9.50;1063.50;1.30;1.18 -2913;2;905.50;9.50;275.00;0.55;1.28 -2914;2;12.50;9.50;679.00;-1.49;1.04 -2915;2;747.50;9.50;1257.00;-0.93;0.92 -2916;2;957.00;9.50;774.00;1.41;1.28 -2917;2;519.50;9.50;1823.50;0.04;1.22 -2918;2;2801.00;9.50;1614.00;-1.16;0.50 -2919;2;3691.00;9.50;1067.00;0.85;0.82 -2920;2;2202.50;9.50;1081.00;1.42;1.16 -2921;2;823.00;9.50;1604.50;0.20;0.94 -2922;2;4728.00;9.50;715.00;-1.27;0.94 -2923;2;4312.00;12.50;1937.50;-1.18;1.64 -2924;2;5392.00;9.50;19.00;1.23;1.24 -2925;2;5145.00;9.50;841.50;0.68;1.26 -2926;2;4973.00;9.50;968.00;1.19;1.08 -2927;2;5207.50;9.50;1666.00;-0.46;0.96 -2928;2;4505.00;9.50;698.00;0.46;1.12 -2929;2;3960.50;9.50;488.00;-0.53;0.96 -2930;2;3757.00;9.50;748.00;-1.30;0.86 -2931;2;3696.50;9.50;368.50;-1.41;1.02 -2932;2;2958.00;9.50;443.50;0.44;0.92 -2933;2;2013.50;9.50;143.00;-0.89;1.22 -2934;2;1805.00;9.50;1181.50;0.87;1.28 -2935;2;1942.00;9.50;1749.00;-1.46;1.20 -2936;2;2786.00;9.50;1985.00;4.71;1.36 -2937;2;973.00;9.50;303.00;1.00;1.48 -2938;2;91.50;9.50;662.50;1.06;1.30 -2939;2;809.00;9.50;1222.50;1.10;0.94 -2940;2;900.00;9.50;727.00;0.67;0.96 -2941;2;642.50;9.50;980.50;-1.45;0.84 -2942;2;2787.00;9.50;1640.50;0.45;1.24 -2943;2;3731.50;9.50;1045.00;1.20;0.86 -2944;2;2173.50;9.50;1238.50;0.38;1.14 -2945;2;794.00;9.50;1739.50;0.73;1.76 -2946;2;4613.00;9.50;792.00;-1.19;1.06 -2947;2;621.00;9.50;1002.50;-0.55;1.72 -2948;2;5303.00;9.50;45.00;0.78;1.06 -2949;2;5239.50;9.50;833.50;-1.41;1.28 -2950;2;4946.50;9.50;922.50;0.84;0.84 -2951;2;5208.50;9.50;1636.00;1.34;0.90 -2952;2;4555.00;9.50;726.00;1.24;1.10 -2953;2;3988.00;9.50;438.50;0.81;0.96 -2954;2;3653.00;9.50;764.00;-0.73;1.10 -2955;2;3725.50;9.50;300.00;1.05;1.24 -2956;2;2992.50;9.50;454.00;-0.35;1.04 -2957;2;2088.50;9.50;111.00;0.08;1.18 -2958;2;2367.00;9.50;933.00;0.00;0.92 -2959;2;2152.50;9.50;1784.00;0.76;1.14 -2960;2;2826.50;9.50;1924.50;-1.31;0.94 -2961;2;870.50;9.50;322.50;0.10;1.30 -2962;2;13.00;9.50;724.50;-1.17;1.08 -2963;2;854.50;9.50;1185.50;0.73;1.36 -2964;2;940.00;9.50;707.50;-1.10;1.38 -2965;2;599.00;9.50;1875.50;0.99;1.16 -2966;2;2836.50;9.50;1625.00;-0.98;0.94 -2967;2;3812.50;9.50;1035.00;0.38;0.86 -2968;2;2120.50;9.50;1124.50;-0.91;1.08 -2969;2;70.50;9.50;1489.00;1.36;1.22 -2970;2;706.50;9.50;1887.00;1.43;1.98 -2971;2;4655.50;9.50;821.50;-0.56;1.04 -2972;2;4199.00;9.70;2001.00;1.00;1.50 -2973;2;5344.50;9.50;73.00;-1.27;1.00 -2974;2;5323.50;9.50;892.50;-1.35;1.48 -2975;2;4979.50;9.50;943.00;-1.09;1.10 -2977;2;2779.50;9.50;1527.50;-1.51;0.28 -2978;2;4581.00;9.50;764.50;0.17;1.14 -2979;2;4011.00;9.50;453.50;-1.43;0.98 -2980;2;3713.50;9.50;745.00;4.71;0.72 -2981;2;3644.00;9.50;363.00;1.10;0.98 -2982;2;2982.50;9.50;499.50;-0.97;0.90 -2983;2;2011.00;9.50;97.50;-1.13;1.28 -2984;2;2372.00;9.50;983.50;1.27;1.22 -2985;2;2179.50;9.50;1556.00;1.06;1.96 -2986;2;2863.50;9.50;1869.50;-1.28;0.86 -2987;2;938.50;9.50;333.00;1.35;0.98 -2988;2;45.00;9.50;762.00;0.82;0.92 -2989;2;834.50;9.50;1249.00;0.25;1.28 -2990;2;984.50;9.50;742.00;-0.54;1.24 -2991;2;221.50;9.50;2029.00;3.60;0.24 -2992;2;3223.00;10.70;1941.00;0.38;0.36 -2993;2;2843.50;9.50;1671.50;-0.23;0.98 -2994;2;3326.50;9.80;1772.50;-0.78;0.20 -2995;2;3196.00;9.85;1999.50;-0.10;0.66 -2996;2;3437.00;10.50;1713.00;4.71;0.24 -2997;2;2102.50;9.50;1089.50;1.24;1.02 -2998;2;3310.00;10.60;1802.00;0.89;0.44 -2999;2;3340.50;10.80;1673.50;0.78;0.22 -3000;2;3616.50;10.00;1750.00;1.35;0.32 -3001;2;229.50;9.50;1389.50;0.83;1.36 -3002;2;491.50;9.50;1949.50;-1.06;1.24 -3003;2;3092.50;11.60;1872.50;1.06;0.28 -3004;2;3516.50;9.80;1682.00;1.05;0.24 -3005;2;3019.00;11.70;1762.50;0.00;0.26 -3006;2;4663.50;9.50;962.00;0.89;1.06 -3007;2;2984.00;10.45;1730.00;-1.10;0.22 -3008;2;3320.00;9.75;1888.50;0.67;0.32 -3009;2;3155.50;10.30;1778.50;-1.37;0.26 -3010;2;1019.00;11.70;1820.50;-1.30;0.58 -3011;2;5451.00;9.50;107.50;-0.20;1.66 -3012;2;3342.50;10.40;1929.00;-1.41;0.48 -3013;2;3238.00;10.15;1775.50;-1.40;0.26 -3014;2;5240.00;9.50;879.50;-1.21;1.18 -3015;2;4998.50;9.50;911.50;-0.48;1.28 -3016;2;3185.50;10.55;1996.00;0.46;0.38 -3017;2;3508.50;9.80;1711.50;-1.42;0.16 -3018;2;2971.00;10.55;1834.50;-0.92;0.32 -3019;2;5354.50;9.50;1658.50;1.61;1.12 -3020;2;4534.00;9.50;757.00;0.18;1.10 -3021;2;2983.00;9.50;1753.50;0.87;0.34 -3022;2;2968.00;10.65;1813.00;1.10;0.20 -3023;2;4049.00;9.50;401.00;-0.24;0.94 -3024;2;3721.00;9.50;702.50;-1.03;0.78 -3025;2;3171.00;9.75;1771.00;0.16;0.40 -3026;2;3235.00;10.50;1862.50;0.21;0.36 -3027;2;3611.00;10.40;1687.50;1.10;0.24 -3028;2;3580.00;9.50;347.50;-0.64;0.90 -3029;2;2961.00;9.50;498.00;1.17;0.98 -3030;2;1638.00;10.60;893.00;-1.07;0.22 -3031;2;3402.50;10.50;1784.00;-1.19;0.32 -3032;2;2051.50;9.50;38.00;0.05;1.02 -3033;2;3339.00;9.97;1786.00;-0.78;0.24 -3034;2;3068.50;10.60;1936.50;0.54;0.32 -3035;2;3381.00;10.35;1699.50;-1.10;0.22 -3036;2;2331.50;9.50;951.50;0.97;1.12 -3037;2;2161.00;9.50;1651.50;0.74;1.82 -3038;2;2886.00;9.50;1937.00;1.35;0.92 -3039;2;3048.00;11.45;1822.00;1.03;0.34 -3040;2;3164.50;12.10;1979.50;0.42;0.36 -3041;2;3585.50;10.30;1731.50;0.11;0.32 -3042;2;961.50;9.50;372.00;1.24;0.92 -3043;2;100.00;9.50;697.00;0.60;1.32 -3044;2;3058.50;11.80;1858.00;1.19;0.34 -3045;2;3069.50;9.80;1756.50;0.19;0.20 -3046;2;26.00;9.50;1782.50;0.89;0.80 -3047;2;894.00;9.50;1217.50;0.86;1.14 -3048;2;3021.00;10.70;1890.00;0.78;0.34 -3049;2;2920.00;11.10;1700.50;1.01;0.30 -3050;2;3269.00;10.30;1763.50;-1.32;0.26 -3051;2;1073.50;9.50;822.50;0.97;1.02 -3052;2;222.00;9.50;2015.00;-1.07;0.82 -3053;2;3261.00;10.40;1696.50;0.87;0.30 -3054;2;3117.00;11.70;1890.00;-0.98;0.36 -3055;2;3192.00;10.55;1910.00;0.32;0.30 -3056;2;3456.00;10.40;1697.50;0.67;0.28 -3057;2;3378.00;10.05;1742.50;-0.92;0.24 -3058;2;3125.50;12.50;1966.50;-0.19;0.30 -3059;2;2929.00;14.37;1746.00;-0.98;0.38 -3060;2;3266.05;9.90;1741.20;-0.58;0.22 -3061;2;3233.00;9.65;1752.00;1.57;0.22 -3062;2;3109.50;11.15;1865.00;0.89;0.24 -3063;2;1513.00;9.50;852.50;-1.05;0.26 -3064;2;3472.00;10.40;1790.50;-1.17;0.36 -3065;2;3464.00;10.40;1798.50;1.27;0.40 -3066;2;3522.00;9.80;1694.00;-1.10;0.22 -3067;2;3300.00;10.40;1867.00;1.10;0.32 -3068;2;3270.00;10.40;1800.50;0.58;0.20 -3069;2;3216.50;10.30;1962.50;0.26;0.38 -3070;2;3027.50;11.00;1742.50;1.24;0.26 -3071;2;3321.50;10.40;1818.00;0.86;0.30 -3072;2;3298.00;10.30;1714.00;0.78;0.24 -3073;2;3262.50;10.60;1857.50;0.14;0.34 -3074;2;3187.00;9.85;1704.50;-0.58;0.24 -3075;2;3471.50;9.80;1823.00;0.41;0.58 -3076;2;3246.50;9.70;1416.00;0.24;0.20 -3077;2;3392.00;10.50;1685.00;-1.24;0.20 -3078;2;3354.00;9.80;1827.50;1.10;0.24 -3079;2;3490.50;9.90;1743.00;0.24;0.24 -3080;2;3387.00;9.72;1850.00;4.71;0.46 -3081;2;3526.00;9.85;1781.50;0.96;0.58 -3082;2;3133.00;10.95;1976.00;-0.24;0.42 -3083;2;3156.50;9.70;1746.50;1.42;0.30 -3084;2;3343.50;9.70;1761.00;-0.98;0.20 -3085;2;3378.50;10.40;1712.00;-0.24;0.22 -3086;2;3379.00;9.80;1805.00;-0.78;0.38 -3087;2;3481.50;10.55;1727.00;0.64;0.26 -3088;2;3008.00;9.50;1883.00;4.71;0.22 -3089;2;3279.00;9.70;1689.50;1.10;0.26 -3090;2;2892.00;9.82;1772.00;-0.98;0.22 -3091;2;3463.50;10.10;1683.50;-1.03;0.22 -3092;2;3399.00;9.95;1818.50;1.10;0.40 -3093;2;2941.50;14.00;1785.50;-0.11;0.32 -3094;2;2946.00;12.35;1734.50;0.67;0.26 -3095;2;3122.00;12.10;1919.50;-1.27;0.36 -3096;2;2949.00;13.55;1802.50;0.41;0.32 -3097;2;3252.00;9.90;1966.00;0.16;0.46 -3098;2;3022.00;12.75;1837.50;1.10;0.28 -3099;2;3462.00;10.40;1713.00;-0.78;0.24 -3100;2;3109.00;10.95;1854.00;1.10;0.32 -3101;2;3344.50;10.05;1681.00;-0.64;0.16 -3102;2;3545.50;10.00;1748.00;-1.19;0.28 -3103;2;3537.50;10.40;1691.00;0.89;0.26 -3104;2;3131.00;10.50;1877.00;0.58;0.28 -3105;2;2993.00;13.42;1779.00;0.00;0.16 -3106;2;3052.00;9.80;1731.00;0.00;0.24 -3107;2;3242.00;10.20;1917.00;-0.16;0.46 -3108;2;3058.00;11.10;1801.50;0.92;0.22 -3109;2;3057.50;10.90;644.50;0.59;1.26 -3110;2;3317.50;10.40;1711.50;-1.03;0.24 -3111;2;2998.00;14.55;1807.00;-0.24;0.30 -3112;2;3533.50;9.80;1719.00;0.24;0.22 -3113;2;3108.50;10.20;1822.50;-1.16;0.26 -3114;2;2900.00;11.45;1755.50;-1.44;0.24 -3115;2;3244.50;10.70;1852.50;1.03;0.32 -3116;2;3441.00;10.35;1672.50;0.58;0.22 -3117;2;3149.50;9.70;1772.50;0.62;0.32 -3118;2;2543.00;9.70;1191.00;1.57;0.16 -3119;2;1593.00;11.80;894.50;-1.05;0.30 -3120;2;3253.50;10.40;1710.50;-0.19;0.20 -3121;2;3303.00;10.30;1904.00;0.78;0.28 -3122;2;3146.00;9.67;1803.00;0.78;0.32 -3123;2;1520.00;9.50;439.00;-1.28;0.66 -3124;2;3407.50;10.10;1710.00;0.89;0.24 -3125;2;3243.00;10.47;1821.00;1.10;0.24 -3126;2;3014.00;11.40;1873.50;1.10;0.24 -3127;2;3676.00;10.10;1722.50;-1.40;0.34 -3128;2;3002.00;11.45;1749.00;-0.46;0.30 -3129;2;2923.00;12.70;1711.50;0.70;0.32 -3130;2;3437.50;10.40;1800.00;0.55;0.48 -3131;2;3253.50;9.50;1771.50;1.03;0.20 -3132;2;3059.00;11.35;1927.00;0.58;0.42 -3133;2;3289.50;10.40;1782.00;0.64;0.22 -3134;2;3326.00;9.80;1955.50;0.38;0.32 -3135;2;3472.50;9.80;1700.50;-1.03;0.20 -3136;2;2995.50;10.50;1751.50;0.62;0.26 -3137;2;3177.50;9.50;1766.00;-1.19;0.24 -3138;2;3071.00;11.70;1862.50;-0.58;0.32 -3139;2;3597.00;9.70;1687.00;0.78;0.24 -3140;2;3333.50;10.30;1724.00;0.64;0.24 -3141;2;3027.00;10.40;1724.50;0.87;0.24 -3142;2;3342.50;10.40;1745.00;-1.19;0.24 -3143;2;3387.00;10.40;1689.50;0.87;0.24 -3144;2;3353.00;9.70;1787.50;4.06;0.24 -3145;2;3081.50;9.50;1949.00;0.86;0.28 -3146;2;3554.00;10.35;1709.00;0.46;0.26 -3147;2;3563.00;9.90;1880.50;0.85;1.00 -3148;2;3056.50;10.00;1752.00;0.89;0.24 -3149;2;3253.00;10.60;1844.00;0.98;0.28 -3150;2;2744.50;12.30;1667.50;-1.24;0.24 -3151;2;3280.00;9.75;1738.00;1.57;0.22 -3152;2;3194.00;9.80;1717.00;0.46;0.18 -3153;2;3243.50;10.65;1868.00;4.71;0.34 -3154;2;3402.50;10.40;1728.50;0.95;0.26 -3155;2;3579.00;10.50;1793.00;-0.64;0.70 -3156;2;3258.50;10.70;1890.00;-0.64;0.40 -3157;2;3421.50;10.40;1742.00;0.46;0.30 -3158;2;3250.00;10.40;1941.50;0.62;0.34 -3159;2;2729.00;10.70;1694.50;1.10;0.24 -3160;2;3381.00;10.50;1751.00;-0.46;0.22 -3161;2;3220.00;9.70;1749.50;4.46;0.20 -3162;2;3022.50;12.45;1814.00;-0.98;0.28 -3163;2;3365.50;9.80;1718.50;0.78;0.22 -3164;2;3464.00;10.40;1730.00;-1.24;0.26 -3165;2;3154.00;11.35;730.00;0.71;0.86 -3166;2;3496.50;10.00;1753.50;1.42;0.24 -3167;2;3528.00;9.80;1702.00;-0.78;0.28 -3168;2;3420.00;9.90;1836.00;-0.98;0.46 -3169;2;3817.50;9.70;1849.50;0.78;1.18 -3170;2;3360.50;10.00;1945.50;-0.43;0.62 -3171;2;2977.50;9.70;1720.00;0.89;0.22 -3172;2;3164.50;9.70;1817.50;0.54;0.28 -3173;2;3092.00;11.30;1841.50;0.87;0.28 -3174;2;3185.00;9.57;1699.00;1.57;0.20 -3175;2;3432.50;9.90;1722.50;-0.78;0.26 -3176;2;3354.00;10.50;1678.00;-0.98;0.24 -3177;2;3536.50;10.45;1739.00;-0.89;0.30 -3178;2;2709.17;10.70;1679.62;0.78;0.34 -3179;2;3097.00;11.25;1903.00;0.16;0.34 -3180;2;2915.50;13.10;1776.50;0.95;0.32 -3181;2;3117.50;10.60;820.00;1.26;0.74 -3182;2;3079.00;9.70;1741.00;-1.24;0.28 -3183;2;2991.00;13.35;1793.50;0.70;0.28 -3184;2;4721.00;9.80;1963.00;0.31;2.40 -3185;2;1635.00;12.85;907.50;-1.06;0.32 -3186;2;3510.00;9.80;1720.50;-1.10;0.24 -3187;2;3283.00;9.75;1773.50;0.67;0.24 -3188;2;2912.00;9.75;1762.50;-0.27;0.30 -3189;2;3342.50;10.00;1871.00;1.35;0.26 -3190;2;3448.50;9.80;1679.00;0.89;0.26 -3191;2;3016.50;13.10;1784.00;0.64;0.28 -3192;2;2893.05;9.90;1721.39;0.24;0.38 -3193;2;3185.50;10.45;1900.00;0.86;0.32 -3194;2;3159.00;10.40;1663.00;0.98;0.26 -3195;2;2738.50;9.50;1701.00;-0.74;1.16 -3196;2;3537.00;9.90;1578.50;-0.92;0.22 -3197;2;3517.50;10.10;1614.00;-0.64;0.26 -3198;2;2096.50;9.50;946.00;1.00;0.92 -3199;2;3412.50;9.90;1578.50;0.54;0.22 -3200;2;196.50;9.50;1439.00;-0.90;0.96 -3201;2;340.50;9.50;1918.50;0.91;0.48 -3202;2;3447.00;9.80;1631.50;1.10;0.20 -3203;2;3268.00;9.80;1558.00;0.98;0.28 -3204;2;4625.00;9.50;993.00;0.56;0.94 -3205;2;2752.50;10.10;1594.50;-1.37;0.24 -3206;2;2940.00;9.70;1652.00;-0.98;0.30 -3207;2;3022.00;9.95;1577.50;0.00;0.20 -3208;2;1789.50;11.10;1903.00;2.07;2.10 -3209;2;5393.00;9.50;121.50;1.44;1.00 -3210;2;3312.50;10.60;1605.50;0.78;0.22 -3211;2;2872.50;9.70;1557.50;-1.37;0.16 -3212;2;5222.50;9.50;906.00;1.15;1.20 -3213;2;4961.50;9.50;891.50;1.13;1.00 -3214;2;3603.50;10.30;1623.50;-0.54;0.24 -3215;2;3353.50;10.00;1660.50;-0.78;0.22 -3216;2;3611.50;9.70;1578.50;1.03;0.20 -3217;2;2695.50;9.50;1626.00;1.57;0.12 -3218;2;4491.00;9.50;782.50;0.10;0.98 -3219;2;3243.00;9.80;1637.00;-0.78;0.26 -3220;2;3429.50;10.30;1672.50;-0.78;0.26 -3221;2;3473.00;9.90;1578.00;-0.78;0.22 -3222;2;4017.00;9.50;400.50;0.48;0.88 -3223;2;3781.00;9.50;610.50;0.90;1.00 -3224;2;3514.00;9.95;1632.00;-1.10;0.22 -3225;2;3332.00;9.90;1556.50;0.92;0.18 -3226;2;3338.50;10.20;1588.50;1.03;0.22 -3227;2;3588.00;9.50;296.00;0.72;0.84 -3228;2;2951.50;9.50;539.50;0.95;0.94 -3229;2;3061.50;9.70;1671.50;0.40;0.22 -3230;2;3111.50;10.40;1573.00;1.29;0.24 -3231;2;2945.50;9.70;1606.50;4.57;0.20 -3232;2;2653.50;9.50;140.50;0.48;1.06 -3233;2;2019.50;9.50;50.50;1.51;0.82 -3234;2;2946.00;9.70;1571.50;0.58;0.20 -3235;2;3311.50;10.40;1646.50;0.14;0.22 -3236;2;3375.50;10.30;1603.00;0.46;0.16 -3237;2;2262.00;9.50;956.50;-0.28;1.08 -3238;2;2221.50;9.50;1579.50;0.68;1.66 -3239;2;1400.50;9.50;1039.50;-1.13;1.22 -3240;2;3423.00;9.90;1659.50;-0.92;0.20 -3241;2;2749.50;13.40;1572.50;-1.37;0.22 -3242;2;2699.50;9.90;1617.50;1.16;0.24 -3243;2;974.50;9.50;423.00;1.35;1.26 -3244;2;158.50;9.50;696.00;1.06;1.06 -3245;2;3508.50;10.35;1664.00;0.64;0.24 -3246;2;3550.00;10.60;1579.50;0.58;0.20 -3247;2;3300.00;9.90;1622.50;-1.10;0.18 -3248;2;45.00;9.50;1789.50;0.23;1.00 -3249;2;904.50;9.50;1262.00;0.84;1.04 -3250;2;3404.00;10.10;1585.50;-0.58;0.20 -3251;2;3598.00;10.22;1644.00;-1.10;0.26 -3252;2;1104.50;9.50;780.00;-0.04;1.08 -3253;2;424.00;9.50;1931.50;-0.94;1.70 -3254;2;3166.00;9.85;1602.00;0.46;0.16 -3255;2;3205.50;10.00;1651.00;1.29;0.20 -3256;2;3183.50;9.80;1567.50;-1.46;0.20 -3257;2;3456.00;10.50;1601.00;0.78;0.20 -3258;2;3012.00;9.70;1584.50;0.38;0.20 -3259;2;3383.50;10.60;1647.50;-0.78;0.22 -3260;2;2985.50;9.70;1633.00;0.98;0.28 -3261;2;3513.00;10.40;1655.50;0.00;0.20 -3262;2;2880.00;9.70;1547.50;0.00;0.16 -3263;2;3372.00;10.60;1618.50;0.00;0.20 -3264;2;3582.00;10.45;1681.00;1.10;0.32 -3265;2;3621.00;9.80;1588.50;4.54;0.24 -3266;2;3468.50;9.90;1583.00;-0.64;0.22 -3267;2;3242.50;10.65;1609.00;0.64;0.30 -3268;2;3456.50;10.40;1643.50;0.54;0.20 -3269;2;3520.00;10.60;1601.00;1.10;0.22 -3270;2;3587.50;10.30;1676.00;-0.89;0.28 -3271;2;2953.50;9.70;1576.00;0.64;0.20 -3272;2;3172.50;10.75;1615.00;-1.19;0.24 -3273;2;2727.00;10.25;1653.50;-1.32;0.24 -3274;2;2736.00;11.42;1575.00;1.10;0.24 -3275;2;3439.50;9.80;1617.00;-0.89;0.20 -3276;2;3546.50;10.40;1587.50;0.54;0.24 -3277;2;2955.50;9.70;1637.50;1.46;0.20 -3278;2;3311.00;9.90;1595.00;1.24;0.18 -3279;2;3339.50;10.60;1633.50;0.54;0.22 -3280;2;3721.00;11.67;1659.00;0.00;0.30 -3281;2;3182.00;9.90;1573.50;-0.67;0.24 -3282;2;3525.50;9.90;1641.50;-1.37;0.18 -3283;2;3075.00;10.02;1546.00;0.78;0.24 -3284;2;1851.50;9.70;1037.50;2.35;0.26 -3285;2;3509.00;10.00;1616.50;0.00;0.22 -3286;2;3020.50;10.10;1689.00;0.46;0.26 -3287;2;2809.00;10.00;1582.00;0.98;0.28 -3288;2;3144.50;9.70;1627.00;-0.98;0.32 -3289;2;3665.00;10.75;1600.50;1.21;0.30 -3290;2;3409.00;11.05;1632.00;0.46;0.22 -3291;2;3400.00;9.95;1555.50;0.00;0.24 -3292;2;3386.00;10.00;1591.50;0.58;0.14 -3293;2;3267.50;9.80;1567.00;1.19;0.22 -3294;2;3603.50;9.95;1656.00;0.69;0.30 -3295;2;3099.00;10.00;1582.50;-0.27;0.32 -3296;2;3148.50;9.75;1671.00;0.89;0.26 -3297;2;3320.00;10.60;1611.50;0.58;0.22 -3298;2;3229.00;10.05;1669.00;0.24;0.26 -3299;2;2986.00;11.05;1495.50;-1.10;0.24 -3300;2;3608.00;10.50;1647.50;-1.44;0.26 -3301;2;2757.50;10.20;1585.50;1.03;0.18 -3302;2;3452.00;10.30;1593.50;0.58;0.16 -3303;2;3488.00;9.90;1632.50;-0.58;0.20 -3304;2;3478.50;9.80;1557.50;0.78;0.18 -3305;2;2992.95;9.70;1617.80;1.57;0.32 -3306;2;3340.00;9.92;1568.00;0.00;0.20 -3307;2;3003.00;9.70;1667.50;0.92;0.24 -3308;2;3382.50;9.90;1609.50;1.24;0.18 -3309;2;3202.50;10.35;1576.00;-0.98;0.24 -3310;2;3251.50;9.80;1667.00;0.89;0.24 -3312;2;3017.50;9.75;1586.00;4.71;0.20 -3313;2;3297.50;9.90;1630.50;-1.37;0.20 -3314;2;2883.00;9.70;1573.00;0.00;0.20 -3315;2;3556.50;9.80;1641.00;0.64;0.24 -3316;2;3549.50;10.00;1558.50;1.24;0.18 -3317;2;3523.00;10.65;1588.50;0.67;0.22 -3318;2;3406.00;10.00;1560.00;4.71;0.22 -3319;2;3144.50;9.70;1662.50;1.03;0.26 -3320;2;3198.00;10.20;1609.50;-0.92;0.32 -3321;2;3316.00;10.35;1671.50;-0.87;0.28 -3322;2;3459.00;9.92;1612.00;-0.78;0.24 -3323;2;3376.50;10.40;1666.50;0.78;0.18 -3324;2;3094.50;10.15;1590.00;1.19;0.18 -3325;2;2967.50;9.70;1630.00;0.24;0.36 -3326;2;2942.00;10.20;1583.50;-0.58;0.22 -3327;2;3366.50;10.35;1627.00;-0.89;0.22 -3328;2;3610.50;10.40;1613.50;0.78;0.24 -3329;2;2699.50;10.35;1632.00;0.64;0.22 -3330;2;3617.50;11.80;1564.50;-1.16;0.30 -3331;2;3267.50;9.90;1607.00;-1.29;0.22 -3332;2;3473.00;9.90;1564.00;0.46;0.24 -3333;2;3249.50;9.80;1655.00;0.46;0.28 -3334;2;3527.00;10.70;1604.50;0.38;0.22 -3335;2;3339.50;10.15;1579.00;-0.89;0.22 -3336;2;4080.50;9.70;1968.50;-0.78;2.34 -3337;2;3159.50;10.30;1626.50;0.54;0.26 -3338;2;3450.50;9.70;1852.50;0.85;0.68 -3339;2;3444.00;9.80;1624.50;0.00;0.14 -3340;2;3016.50;9.70;1597.00;0.24;0.28 -3341;2;2954.00;10.30;1648.00;1.57;0.32 -3342;2;2684.00;9.95;1587.50;-0.51;0.28 -3343;2;3537.00;10.75;1562.00;0.46;0.16 -3344;2;3305.50;11.00;1655.50;1.16;0.26 -3345;2;3346.00;10.00;1603.50;0.92;0.24 -3346;2;3404.50;10.00;1570.50;-1.37;0.22 -3347;2;3459.50;10.40;1651.50;-0.78;0.24 -3348;2;3630.50;9.80;1623.50;-1.03;0.26 -3349;2;3518.00;10.40;1662.50;-0.92;0.22 -3350;2;3262.00;9.80;1579.50;-0.92;0.28 -3351;2;3110.00;9.80;1594.00;-0.98;0.28 -3352;2;3508.50;9.90;1626.00;0.64;0.20 -3353;2;2797.00;9.80;1595.50;1.81;0.24 -3354;2;3149.50;10.40;1648.00;4.71;0.20 -3355;2;2947.00;10.20;1554.00;-1.10;0.22 -3356;2;3422.50;10.00;1594.50;1.03;0.20 -3357;2;3617.00;11.05;1571.00;1.10;0.24 -3358;2;3373.50;10.60;1646.50;0.78;0.20 -3359;2;2687.50;9.95;1604.00;-0.69;0.32 -3360;2;3481.50;9.80;1571.50;0.78;0.18 -3361;2;3536.00;10.40;1658.50;-1.32;0.24 -3362;2;3312.50;10.70;1620.00;-0.64;0.22 -3363;2;3615.00;10.02;1699.00;0.46;0.24 -3364;2;3330.00;9.90;1572.50;-0.92;0.22 -3365;2;3588.50;10.40;1630.00;0.64;0.20 -3366;2;3194.50;9.80;1592.00;0.89;0.32 -3367;2;3007.50;9.70;1579.00;1.19;0.22 -3368;2;2954.50;9.65;1597.00;0.89;0.20 -3369;2;2758.50;10.55;1561.00;-0.64;0.24 -3370;2;3444.50;9.80;1641.50;-0.78;0.20 -3371;2;3482.50;9.90;1596.00;-0.98;0.22 -3372;2;3544.50;10.45;1569.00;1.19;0.20 -3373;2;2710.29;9.90;1657.45;2.67;0.40 -3374;2;2968.51;9.70;1626.53;3.52;0.26 -3375;2;1509.50;9.50;849.50;-1.05;0.24 -3376;2;3403.00;10.00;1577.50;0.92;0.18 -3377;2;3378.50;11.00;1616.50;-1.03;0.22 -3378;2;3276.50;9.80;1583.50;0.78;0.24 -3379;2;2702.00;10.12;1622.00;-0.46;0.26 -3380;2;3103.50;9.80;1596.00;-0.46;0.26 -3381;2;3081.50;9.80;1570.50;-0.78;0.26 -3382;2;3564.50;9.95;1603.00;0.64;0.22 -3383;2;3520.50;9.90;1638.00;0.64;0.20 -3384;2;3153.00;9.80;1610.00;0.46;0.20 -3385;2;3622.50;10.10;1578.00;-1.29;0.22 -3386;2;3008.00;9.90;1674.00;0.98;0.24 -3387;2;3454.50;10.40;1617.50;1.37;0.22 -3388;2;3210.50;10.30;1679.50;1.03;0.24 -3389;2;3465.50;9.90;1573.00;-0.98;0.24 -3390;2;3336.00;9.90;1582.00;1.24;0.20 -3391;2;3379.50;10.40;1632.50;0.32;0.20 -3392;2;3174.00;9.80;1561.00;-0.46;0.28 -3393;2;3180.50;10.40;1593.00;-0.46;0.24 -3394;2;3593.00;10.35;1653.00;0.98;0.18 -3395;2;2948.50;9.80;1566.00;-0.64;0.18 -3396;2;2663.00;9.80;1594.00;0.00;0.20 -3397;2;2946.50;10.15;1525.00;-0.98;0.18 -3398;2;2926.50;10.50;1540.50;-0.78;0.20 -3399;2;3364.50;9.70;1466.00;0.16;0.22 -3400;2;2815.50;9.50;1725.50;-1.04;0.88 -3401;2;3204.03;9.70;1268.53;1.19;0.44 -3402;2;2857.50;10.40;1508.50;0.78;0.22 -3403;2;3308.00;9.80;1474.00;0.32;0.22 -3404;2;3595.50;11.00;1541.50;1.24;0.24 -3405;2;2107.50;9.50;989.00;1.02;1.12 -3406;2;3546.00;9.70;1511.50;-0.92;0.22 -3407;2;3223.00;9.82;1481.00;0.46;0.18 -3408;2;251.50;9.50;1343.00;-0.17;1.34 -3409;2;3387.00;9.80;1515.00;1.10;0.22 -3410;2;3135.50;12.30;1506.50;-0.78;0.24 -3411;2;4557.50;9.50;921.00;-1.19;0.92 -3412;2;3192.00;10.32;1539.00;0.58;0.26 -3413;2;3503.00;9.80;1456.00;0.78;0.22 -3414;2;3080.00;12.72;1515.00;0.46;0.18 -3415;2;3974.50;9.70;1909.50;-0.70;1.18 -3416;2;5356.00;9.50;159.50;-1.26;0.98 -3417;2;3457.00;9.80;1449.50;0.00;0.22 -3418;2;3014.00;12.92;1527.00;-0.78;0.18 -3419;2;5153.50;9.50;937.00;-0.98;1.22 -3420;2;4977.00;9.50;862.00;0.18;1.10 -3421;2;3396.00;9.70;1463.50;-0.58;0.24 -3422;2;2756.00;9.95;1546.50;4.46;0.18 -3423;2;2922.50;10.80;1513.50;0.78;0.22 -3424;2;5179.50;9.50;1585.00;-1.45;1.20 -3425;2;4437.50;9.50;763.50;-0.72;1.02 -3426;2;3509.00;10.00;1544.00;1.24;0.18 -3427;2;4515.00;12.80;1303.50;-0.15;0.46 -3428;2;4029.00;9.50;357.00;0.00;0.92 -3429;2;3746.50;9.50;657.50;-0.10;1.14 -3430;2;3222.50;9.90;1490.00;-1.29;0.24 -3431;2;3451.50;10.40;1509.00;-0.98;0.20 -3432;2;3632.50;9.50;320.50;1.06;1.18 -3433;2;2926.50;9.50;591.00;-1.36;0.96 -3434;2;3160.50;12.20;1504.50;0.78;0.24 -3435;2;3552.50;9.60;1463.50;1.03;0.22 -3436;2;2672.50;9.50;182.00;0.53;0.78 -3437;2;2070.00;9.50;15.00;1.64;0.68 -3438;2;3045.50;9.80;1557.00;4.71;0.18 -3439;2;3517.00;9.80;1465.00;0.78;0.26 -3440;2;2270.50;9.50;1005.00;-0.04;1.28 -3441;2;2029.00;9.50;1696.50;-0.43;1.02 -3442;2;1515.00;9.50;991.00;1.37;0.88 -3443;2;3464.00;9.95;1456.50;-1.40;0.20 -3444;2;2905.50;9.70;1544.00;0.46;0.20 -3445;2;1045.50;9.50;441.00;0.63;1.24 -3446;2;105.50;9.50;755.50;0.83;1.22 -3447;2;2868.00;9.97;1512.00;1.10;0.22 -3448;2;3123.00;13.10;1329.00;0.46;0.24 -3449;2;3382.00;9.90;1473.00;0.78;0.22 -3450;2;124.00;9.50;1767.50;1.02;0.96 -3451;2;915.50;9.50;1172.00;0.26;1.08 -3452;2;3308.00;10.00;1485.50;0.00;0.20 -3453;2;1151.00;9.50;797.00;-1.32;1.26 -3454;2;480.50;9.50;1901.00;0.98;0.74 -3455;2;3349.00;9.80;1521.00;0.98;0.26 -3456;2;3863.50;9.70;1047.50;0.78;0.50 -3457;2;3228.00;10.30;1507.50;-1.10;0.22 -3458;2;3143.50;10.35;1541.00;0.89;0.26 -3459;2;3570.50;9.60;1457.50;0.19;0.30 -3460;2;3070.50;10.25;1554.00;0.69;0.24 -3461;2;3521.50;10.80;1473.50;0.54;0.18 -3462;2;3049.00;11.07;1526.00;1.10;0.20 -3463;2;2744.50;9.90;1545.50;-1.16;0.24 -3464;2;3453.50;10.15;1461.00;-0.64;0.18 -3465;2;3471.50;9.80;1550.50;-1.24;0.18 -3466;2;3385.50;9.80;1480.00;-0.64;0.20 -3467;2;3576.50;10.30;1516.50;-1.03;0.26 -3468;2;3319.00;9.90;1493.50;1.32;0.20 -3469;2;3417.50;9.90;1519.00;-0.64;0.20 -3470;2;3232.50;10.10;1528.50;-0.78;0.22 -3471;2;899.50;14.00;1583.50;0.54;0.32 -3472;2;3907.00;9.80;1675.50;1.10;0.52 -3473;2;3035.50;9.70;1567.00;4.71;0.20 -3474;2;2983.50;12.60;1523.00;1.19;0.24 -3475;2;3504.50;9.80;1472.00;-0.24;0.18 -3476;2;2842.00;9.80;1518.50;-0.58;0.18 -3477;2;3533.50;12.10;1552.50;1.03;0.26 -3478;2;3464.00;9.70;1470.00;1.10;0.22 -3479;2;3396.00;9.90;1485.00;-0.78;0.20 -3480;2;3302.50;9.80;1538.50;1.03;0.24 -3481;2;1171.00;10.95;1786.00;0.67;0.78 -3482;2;3118.00;10.00;1546.00;-1.10;0.20 -3483;2;3205.50;10.90;1508.00;-0.89;0.22 -3484;2;3091.50;12.40;1495.00;0.16;0.32 -3485;2;3067.00;14.45;1525.50;0.00;0.26 -3486;2;3610.00;9.70;1559.00;0.46;0.22 -3487;2;3513.50;9.70;1477.50;0.54;0.20 -3488;2;2901.50;11.65;1524.00;0.64;0.18 -3489;2;3467.00;9.70;1476.50;-0.38;0.28 -3490;2;3554.00;10.00;1526.00;-1.10;0.26 -3491;2;3397.00;9.95;1493.50;0.92;0.16 -3492;2;3374.00;9.90;1531.00;1.24;0.20 -3493;2;2839.50;10.30;1469.50;1.37;0.16 -3494;2;3287.50;10.45;1508.00;0.46;0.24 -3495;2;2795.00;10.40;1473.50;-0.92;0.22 -3496;2;3208.50;10.50;1549.50;1.37;0.22 -3497;2;3130.00;11.75;1529.00;4.71;0.20 -3498;2;1116.00;11.30;1816.00;0.85;0.90 -3499;2;3004.00;9.80;1563.00;0.78;0.24 -3500;2;2969.50;10.80;1537.50;0.78;0.20 -3501;2;2806.50;9.90;1550.50;-0.95;0.28 -3502;2;3635.00;9.70;1533.00;0.24;0.36 -3503;2;3518.00;9.60;1493.50;-0.92;0.24 -3504;2;3443.50;9.90;1525.50;0.54;0.24 -3505;2;3477.50;9.80;1484.50;0.78;0.20 -3506;2;2858.50;10.00;1476.00;-0.24;0.26 -3507;2;3277.50;9.80;1545.50;0.14;0.30 -3508;2;3358.50;9.80;1498.00;-1.19;0.26 -3509;2;2805.00;9.75;1478.00;-0.78;0.28 -3510;2;3063.00;9.75;1548.00;-1.10;0.20 -3511;2;3226.50;10.25;1519.00;4.71;0.26 -3512;2;2908.00;9.85;1550.50;-1.32;0.24 -3513;2;897.50;10.30;1640.50;1.42;0.32 -3514;2;3034.50;11.60;1541.00;0.64;0.20 -3515;2;3590.00;9.60;1485.50;-0.51;0.32 -3516;2;2880.50;10.30;1527.50;0.78;0.22 -3517;2;3528.50;9.95;1509.00;-0.64;0.26 -3518;2;3504.00;10.00;1523.50;-0.38;0.18 -3519;2;3434.00;9.80;1494.00;-0.78;0.22 -3520;2;3348.00;9.82;1532.00;-0.46;0.20 -3521;2;3151.50;9.90;1551.50;0.19;0.22 -3522;2;2983.00;10.35;1563.50;-0.92;0.18 -3523;2;2796.00;10.60;1481.00;0.00;0.20 -3524;2;2938.00;10.80;1530.50;-0.92;0.24 -3525;2;3166.00;9.95;1665.50;0.38;0.22 -3526;2;3163.00;10.55;1342.50;0.58;0.18 -3527;2;3425.00;10.10;1535.50;0.92;0.22 -3528;2;2745.00;9.50;1516.00;-1.35;0.52 -3529;2;3496.50;10.00;1489.00;-0.64;0.24 -3530;2;2938.00;13.50;1493.50;-0.58;0.20 -3531;2;3366.50;9.80;1502.50;-1.37;0.22 -3532;2;3059.50;10.30;1563.00;0.46;0.18 -3533;2;2876.50;10.10;1479.00;-0.46;0.26 -3534;2;2814.00;10.07;1485.00;-0.78;0.20 -3535;2;2999.50;10.40;1543.00;-0.98;0.20 -3536;2;2844.50;9.80;1526.00;0.89;0.18 -3537;2;3103.50;10.40;1486.50;-1.37;0.22 -3538;2;3560.50;9.70;1502.00;0.89;0.30 -3539;2;3485.00;9.80;1528.00;0.00;0.24 -3540;2;3439.00;9.80;1501.00;0.78;0.20 -3541;2;3006.00;10.95;1496.00;0.98;0.20 -3542;2;3312.00;9.80;1547.50;-1.10;0.22 -3543;2;3271.00;9.90;1526.50;-0.67;0.26 -3544;2;3132.00;9.80;1558.00;0.32;0.22 -3545;2;3060.50;14.60;1535.50;-0.32;0.24 -3546;2;2879.50;10.30;1500.50;-1.37;0.22 -3547;2;2907.00;11.50;1527.00;-1.24;0.20 -3548;2;3171.00;11.85;1480.00;1.24;0.20 -3549;2;2819.50;10.10;1493.00;-0.89;0.20 -3550;2;3129.00;10.60;1495.00;0.58;0.26 -3551;2;3562.00;9.82;1536.00;1.10;0.24 -3552;2;2740.00;9.50;1483.00;0.32;0.22 -3553;2;3057.50;12.50;1508.00;-1.19;0.16 -3554;2;3388.00;10.02;1545.00;-0.98;0.24 -3555;2;3504.50;9.80;1501.00;1.57;0.20 -3556;2;3219.00;10.10;1564.50;-0.67;0.20 -3557;2;3349.50;9.80;1512.50;1.16;0.24 -3558;2;2935.00;10.05;1499.50;0.58;0.20 -3559;2;3157.00;10.10;1541.50;1.10;0.22 -3560;2;2888.50;10.30;1504.50;0.78;0.24 -3561;2;2969.00;10.42;1545.00;0.00;0.18 -3562;2;3215.00;9.95;1491.00;1.10;0.26 -3563;2;3647.00;9.70;1542.50;-1.47;0.40 -3564;2;3492.00;12.15;1326.50;0.38;0.24 -3565;2;3146.50;10.20;1486.00;-0.98;0.16 -3566;2;3457.00;9.90;1540.00;0.46;0.22 -3567;2;3422.00;9.80;1510.50;-1.32;0.22 -3568;2;3288.00;10.10;1543.50;0.58;0.24 -3569;2;3065.00;9.80;1502.00;1.57;0.20 -3570;2;3240.00;10.10;1521.00;0.46;0.20 -3571;2;2997.50;11.55;1504.00;-0.64;0.20 -3572;2;3040.00;9.85;1554.00;0.46;0.20 -3573;2;3338.00;9.70;1457.00;0.46;0.22 -3574;2;2945.50;11.20;1508.50;0.32;0.18 -3575;2;3287.50;9.85;1470.00;0.89;0.26 -3576;2;2860.50;9.70;1530.00;-0.24;0.18 -3577;2;3235.50;10.15;1469.00;0.55;0.24 -3578;2;3515.00;9.90;1540.00;-0.78;0.22 -3579;2;2789.00;10.80;1498.50;0.38;0.20 -3580;2;3368.50;10.30;1546.50;1.03;0.22 -3581;2;3135.00;11.65;1498.50;-1.40;0.24 -3582;2;3491.00;10.40;1502.00;-1.10;0.22 -3583;2;3088.00;13.50;1514.50;1.32;0.18 -3584;2;3311.00;9.80;1517.50;-1.32;0.18 -3585;2;3011.50;13.00;1523.00;0.89;0.24 -3586;2;3115.00;10.20;1530.00;1.24;0.28 -3587;2;3435.50;9.70;1445.50;-1.37;0.20 -3588;2;903.50;11.30;1552.50;-0.09;0.34 -3589;2;2887.50;10.30;1429.00;1.57;0.18 -3590;2;2699.50;9.50;1652.00;0.22;1.02 -3591;2;189.00;9.50;1897.00;4.62;0.72 -3592;2;3049.00;10.82;1427.00;-0.78;0.22 -3593;2;3635.00;9.60;1413.50;1.10;0.40 -3594;2;2865.50;12.05;1436.00;0.16;0.16 -3595;2;1990.50;9.50;1158.50;0.30;1.08 -3596;2;3059.50;10.20;1423.00;0.24;0.22 -3597;2;3531.00;9.95;1452.00;4.71;0.24 -3598;2;2818.50;10.05;1427.00;1.19;0.20 -3599;2;331.00;9.50;1462.50;1.48;0.82 -3600;2;473.50;9.50;1833.50;0.81;1.46 -3601;2;3047.50;10.80;1419.50;0.54;0.22 -3602;2;1645.00;11.47;1627.00;0.46;0.30 -3603;2;4561.50;9.50;804.00;-0.93;0.80 -3604;2;2987.50;9.70;1429.00;0.98;0.24 -3605;2;1608.50;9.75;1626.00;-1.19;0.26 -3606;2;686.00;11.95;2025.00;-1.46;0.98 -3607;2;5422.00;9.50;164.50;0.53;1.38 -3608;2;1598.00;10.50;1635.50;-0.92;0.30 -3609;2;3114.00;12.40;1409.00;0.78;0.22 -3610;2;5243.00;9.50;959.50;1.40;1.38 -3611;2;4875.50;9.50;778.50;0.40;0.96 -3612;2;2915.00;14.15;1437.50;-0.92;0.20 -3613;2;1211.00;12.20;1571.50;-1.01;0.42 -3614;2;3128.00;10.05;1414.50;0.67;0.20 -3615;2;5199.00;9.50;1539.00;-0.10;0.68 -3616;2;4430.50;9.50;718.50;-0.78;0.92 -3617;2;3116.50;10.80;1422.50;0.32;0.18 -3618;2;3630.50;9.65;1459.00;1.57;0.26 -3619;2;3989.00;9.50;364.00;0.41;0.86 -3620;2;3646.50;9.50;659.00;1.05;1.10 -3621;2;2836.50;10.00;1437.00;1.57;0.18 -3622;2;3575.50;9.70;1445.50;0.78;0.28 -3623;2;3104.00;9.80;1431.50;-1.32;0.18 -3624;2;3563.50;9.50;251.50;0.04;1.22 -3625;2;2934.00;9.50;625.50;0.07;0.94 -3626;2;2825.00;9.95;1441.50;-1.10;0.16 -3627;2;3088.00;9.80;1426.50;0.92;0.20 -3628;2;2596.50;9.50;145.50;0.16;0.88 -3629;2;2914.50;11.55;1493.00;0.64;0.24 -3630;2;3166.00;9.80;1398.50;-1.40;0.20 -3631;2;3028.50;11.55;1439.00;0.64;0.22 -3632;2;2302.50;9.50;1024.00;-0.68;1.00 -3633;2;1989.50;9.50;1800.50;1.48;0.98 -3634;2;1529.50;9.50;869.50;-0.48;1.18 -3635;2;1609.50;10.10;1644.50;0.78;0.32 -3636;2;3201.50;9.80;1404.50;0.54;0.26 -3637;2;989.50;9.50;472.00;1.06;1.04 -3638;2;145.00;9.50;778.00;-1.52;0.84 -3639;2;3193.50;10.55;1411.00;1.19;0.24 -3640;2;1555.00;9.75;1649.00;0.32;0.32 -3641;2;2939.00;13.52;1443.00;-0.78;0.16 -3642;2;93.50;9.50;1802.00;0.27;0.90 -3643;2;938.00;9.50;1222.00;-0.72;1.08 -3644;2;875.00;11.85;1564.50;0.00;0.32 -3645;2;3170.00;11.85;1412.00;-1.24;0.20 -3646;2;2898.00;10.10;1452.50;0.00;0.22 -3647;2;1070.50;9.50;884.50;-1.53;1.26 -3648;2;516.50;9.50;1908.00;-0.35;1.20 -3649;2;3144.50;11.55;1414.00;-1.19;0.28 -3650;2;2890.00;10.10;1449.50;1.32;0.16 -3651;2;4276.50;9.50;951.00;0.16;0.42 -3652;2;2886.50;10.00;1460.50;0.78;0.22 -3653;2;3457.50;10.70;1353.50;-1.03;0.20 -3654;2;3044.50;12.00;1437.00;-0.46;0.20 -3655;2;2844.00;10.10;1452.00;0.78;0.26 -3656;2;3475.00;14.90;1354.00;1.24;0.26 -3657;2;3003.00;12.20;1443.50;0.38;0.18 -3658;2;3478.50;14.40;1360.50;0.54;0.20 -3659;2;2802.00;9.90;1453.00;-0.78;0.22 -3660;2;2965.00;16.35;1451.00;1.24;0.18 -3661;2;1596.00;10.40;1648.00;0.24;0.28 -3662;2;2958.50;13.80;1444.00;-0.46;0.20 -3663;2;3212.50;9.70;1413.00;0.24;0.20 -3664;2;4966.50;10.40;1568.50;-1.20;0.54 -3665;2;3171.00;14.50;1427.50;0.38;0.20 -3666;2;2907.50;10.10;1458.00;0.98;0.22 -3667;2;3512.50;14.70;1367.50;-0.54;0.24 -3668;2;3545.50;10.75;1378.00;-0.64;0.28 -3669;2;2873.00;10.55;1467.50;0.38;0.22 -3670;2;3071.50;9.80;1444.00;0.64;0.22 -3671;2;2815.50;9.80;1462.00;-0.98;0.14 -3672;2;3515.00;10.40;1385.50;-1.40;0.22 -3673;2;3028.00;11.45;1452.50;4.46;0.16 -3674;2;3021.50;12.30;1453.00;0.46;0.24 -3675;2;3006.00;15.60;1462.50;-0.92;0.22 -3676;2;3203.00;14.70;1430.00;1.10;0.22 -3677;2;915.00;11.25;1490.00;0.98;0.26 -3678;2;907.00;10.87;1499.00;0.78;0.22 -3679;2;2944.50;11.65;1469.00;1.29;0.16 -3680;2;3096.00;9.80;1446.00;0.00;0.20 -3681;2;2862.50;10.20;1463.50;-0.78;0.24 -3682;2;3538.00;11.70;1384.50;0.87;0.28 -3683;2;3074.00;10.37;1456.00;-1.10;0.20 -3684;2;3027.50;14.30;1472.00;1.19;0.18 -3685;2;1506.00;10.70;1565.50;0.38;0.26 -3686;2;3334.00;9.92;1411.00;1.57;0.24 -3687;2;1551.50;10.30;1577.00;-1.19;0.22 -3688;2;2999.00;12.75;1476.50;-0.92;0.20 -3689;2;3212.50;15.60;1439.00;4.71;0.20 -3690;2;2958.50;11.30;1476.50;0.32;0.20 -3691;2;1747.00;9.60;2027.50;1.52;1.08 -3692;2;2935.00;13.20;1474.00;0.32;0.26 -3693;2;1641.50;10.00;1561.00;0.98;0.20 -3694;2;3179.50;11.00;1445.50;0.32;0.28 -3695;2;4940.50;13.20;1442.00;-0.64;0.30 -3696;2;3146.00;10.17;1456.00;-1.10;0.22 -3697;2;1604.00;10.50;1574.00;-0.46;0.22 -3698;2;3423.50;9.90;1397.50;0.54;0.26 -3699;2;1363.50;10.25;1636.00;-0.08;0.44 -3700;2;3070.50;9.70;1475.50;1.24;0.20 -3701;2;3259.50;9.70;1429.50;4.51;0.28 -3702;2;1607.00;11.27;1592.00;-1.32;0.20 -3703;2;3020.50;11.60;1483.00;0.98;0.20 -3704;2;3253.50;9.80;1425.50;0.14;0.28 -3705;2;2979.00;11.05;1484.50;-1.44;0.20 -3706;2;1039.00;12.30;1756.50;0.38;0.82 -3707;2;3247.00;9.72;1451.00;-1.24;0.28 -3708;2;1283.00;10.70;1548.50;0.34;0.50 -3709;2;3161.00;13.80;1456.00;1.10;0.20 -3710;2;1675.50;10.40;1584.00;4.71;0.16 -3711;2;3545.00;16.35;1356.50;0.38;0.26 -3712;2;1693.00;9.75;1598.50;0.38;0.32 -3713;2;3129.50;9.70;1472.00;-0.89;0.26 -3714;2;3441.00;15.20;1335.50;0.92;0.26 -3715;2;1679.50;10.20;1598.00;-0.12;0.26 -3716;2;3080.50;10.15;1476.00;-0.98;0.24 -3717;2;3433.50;11.00;1406.50;1.42;0.18 -3718;2;3060.50;9.90;1491.00;4.71;0.14 -3719;2;1279.50;10.50;1682.00;-1.35;0.42 -3720;2;3426.50;10.20;1413.50;0.19;0.20 -3721;2;1236.50;11.60;1746.00;0.61;0.50 -3722;2;3332.00;9.70;1432.00;-0.98;0.28 -3723;2;4951.50;12.40;1450.00;0.89;0.28 -3724;2;3247.00;9.70;1434.50;-0.51;0.28 -3725;2;2703.50;13.60;1361.50;0.78;0.20 -3726;2;3541.00;10.60;1416.50;1.10;0.26 -3727;2;2711.50;13.00;1364.50;1.24;0.20 -3728;2;3213.50;11.30;1455.50;0.78;0.24 -3729;2;2712.50;14.50;1379.50;-0.78;0.16 -3730;2;3147.00;9.70;1476.00;0.78;0.24 -3731;2;3122.50;10.35;1474.00;0.24;0.22 -3732;2;1707.00;9.70;1612.50;0.92;0.36 -3733;2;1595.00;11.95;1595.50;-0.67;0.24 -3734;2;3413.00;9.85;1421.50;-0.67;0.28 -3735;2;2767.50;12.60;1373.00;0.98;0.24 -3736;2;1412.00;11.00;1777.00;0.00;1.50 -3737;2;2777.50;11.20;1381.50;4.39;0.16 -3738;2;3294.50;9.70;1453.00;-1.19;0.24 -3739;2;4956.00;10.45;1442.50;-0.67;0.28 -3740;2;2802.00;10.85;1391.00;1.10;0.18 -3741;2;3225.50;10.00;1453.00;0.64;0.22 -3742;2;4449.50;14.00;1269.50;0.78;0.34 -3743;2;3195.50;12.35;1479.00;0.98;0.32 -3744;2;2704.50;14.05;1379.00;0.98;0.16 -3745;2;4479.00;13.32;1263.00;0.78;0.38 -3746;2;3511.00;11.20;1427.00;1.24;0.24 -3747;2;1610.50;10.60;1599.50;0.19;0.24 -3748;2;3475.50;11.15;1424.00;0.46;0.22 -3749;2;2821.00;10.00;1390.50;0.00;0.22 -3750;2;1218.50;11.40;1638.50;-0.96;0.54 -3751;2;2844.50;10.60;1397.00;1.19;0.18 -3752;2;3420.50;9.70;1431.50;0.78;0.22 -3753;2;4965.50;9.80;1456.50;1.37;0.30 -3754;2;2847.50;11.20;1411.50;-0.78;0.16 -3755;2;3315.50;9.60;1453.00;-0.12;0.22 -3756;2;4941.00;12.20;1470.00;-1.32;0.36 -3757;2;3274.00;10.15;1472.50;0.67;0.26 -3758;2;2750.00;9.80;1480.00;0.46;0.18 -3759;2;3231.50;9.80;1576.50;0.78;0.24 -3760;2;3406.50;11.20;1415.50;1.37;0.18 -3761;2;2685.00;11.40;1386.50;0.38;0.22 -3762;2;2897.50;12.00;1402.50;1.03;0.26 -3763;2;1557.50;9.90;1604.00;0.46;0.24 -3764;2;2907.00;13.60;1411.50;-1.32;0.22 -3765;2;3425.50;9.70;1438.00;-0.89;0.26 -3766;2;1491.50;10.60;1613.00;0.16;0.38 -3767;2;3363.00;9.70;1458.50;4.54;0.16 -3768;2;2894.00;9.87;1416.00;-0.78;0.18 -3769;2;1146.50;11.90;1726.00;0.93;0.74 -3770;2;2868.50;12.60;1424.50;0.19;0.20 -3771;2;2833.00;10.05;1418.50;0.00;0.18 -3772;2;2935.50;10.25;1404.00;0.98;0.22 -3773;2;2954.00;12.07;1410.00;-0.46;0.26 -3774;2;3521.50;9.60;1440.50;0.78;0.26 -3775;2;782.00;9.50;807.50;-0.76;0.24 -3776;2;2973.50;9.75;1420.00;0.98;0.22 -3777;2;3484.00;9.70;1443.50;0.58;0.24 -3778;2;1622.50;10.40;1642.50;-1.03;0.22 -3779;2;3460.50;9.70;1439.00;0.89;0.24 -3780;2;2952.00;10.12;1424.00;0.00;0.20 -3781;2;1012.50;15.50;1653.50;0.43;0.44 -3782;2;2932.00;10.50;1425.00;1.24;0.14 -3783;2;4704.00;10.25;1317.00;4.71;0.28 -3784;2;929.50;10.80;1462.00;-1.29;0.28 -3785;2;2675.00;9.50;1643.50;1.01;0.60 -3786;2;3270.00;13.12;1323.00;0.46;0.20 -3787;2;4875.00;10.25;1409.00;-0.78;0.22 -3788;2;3301.50;13.05;1276.00;0.46;0.24 -3789;2;1975.50;9.50;1033.50;0.72;0.90 -3790;2;2674.00;9.70;1272.00;1.57;0.20 -3791;2;4828.00;13.05;1403.00;0.46;0.28 -3792;2;666.50;9.50;1442.50;4.68;0.74 -3793;2;530.00;9.50;1862.50;-0.88;1.16 -3794;2;2740.00;13.05;1330.50;0.58;0.20 -3795;2;3486.00;9.70;1210.50;1.01;0.44 -3796;2;3190.50;10.80;1385.00;0.64;0.22 -3797;2;4491.00;9.50;738.00;0.29;1.12 -3798;2;2673.00;10.20;1321.00;-0.78;0.22 -3799;2;2788.50;11.80;1314.00;0.24;0.28 -3800;2;1186.50;11.10;1890.00;1.77;0.80 -3801;2;5323.00;9.50;126.00;-0.41;1.28 -3802;2;1554.50;10.40;1541.50;0.40;0.20 -3803;2;4807.50;14.30;1347.50;-1.03;0.26 -3804;2;5205.50;9.50;974.00;0.81;1.16 -3805;2;4895.00;9.50;748.00;-0.78;1.02 -3806;2;1657.50;10.50;1585.00;0.12;0.20 -3807;2;3344.50;11.90;1301.50;-1.16;0.24 -3808;2;5159.50;9.50;1587.50;1.27;1.44 -3809;2;4416.50;9.50;747.00;0.74;0.78 -3810;2;2729.00;12.17;1294.00;1.10;0.16 -3811;2;4905.00;13.07;1403.00;0.00;0.32 -3812;2;4013.50;9.50;328.50;1.12;0.96 -3813;2;3695.00;9.50;673.50;0.82;1.04 -3814;2;4670.50;11.00;1337.50;0.78;0.28 -3815;2;4853.50;12.40;1417.50;-1.16;0.24 -3816;2;2792.50;11.70;1349.00;0.24;0.24 -3817;2;3600.00;9.50;231.00;-0.69;1.04 -3818;2;2947.50;9.50;684.50;0.72;0.78 -3819;2;3201.50;11.90;1375.50;1.16;0.22 -3820;2;2736.00;12.95;1340.50;-1.10;0.24 -3821;2;2618.50;9.50;216.00;0.41;0.94 -3822;2;2018.50;9.50;12.00;1.57;0.58 -3823;2;1591.00;9.80;1500.50;0.85;0.30 -3824;2;1619.00;9.70;1539.50;0.58;0.20 -3825;2;2267.50;9.50;1062.00;1.09;1.20 -3826;2;1963.50;9.50;1769.00;-0.29;0.96 -3827;2;788.50;9.50;248.00;0.40;1.10 -3828;2;4683.00;12.30;1370.50;1.10;0.28 -3829;2;1535.50;12.10;1536.50;-1.03;0.30 -3830;2;4660.00;10.10;1326.50;1.10;0.24 -3831;2;734.00;9.50;246.00;0.61;1.24 -3832;2;10.00;9.50;817.00;-0.58;0.98 -3833;2;3151.50;13.50;1347.50;-0.19;0.26 -3834;2;1074.50;12.20;1399.00;1.57;0.60 -3835;2;2778.50;12.20;1307.50;-1.37;0.16 -3836;2;8.50;9.50;1828.50;0.28;0.30 -3837;2;952.00;9.50;1171.50;-0.80;1.32 -3838;2;2949.00;11.65;1358.50;2.46;0.26 -3839;2;4737.50;11.80;1336.00;-1.19;0.22 -3840;2;916.00;10.15;1468.00;0.58;0.28 -3841;2;1170.00;9.50;852.00;0.50;1.42 -3842;2;608.00;9.50;1921.50;1.28;1.20 -3843;2;4865.00;11.05;1409.50;0.38;0.22 -3844;2;3154.00;10.70;1325.00;0.00;0.18 -3845;2;2723.00;13.70;1328.50;0.58;0.20 -3846;2;2685.00;10.00;1293.50;-0.58;0.20 -3847;2;1597.00;11.65;1542.00;-1.10;0.24 -3848;2;5000.00;11.40;1318.50;-0.67;0.24 -3849;2;4748.00;11.55;1358.00;-1.10;0.22 -3850;2;1574.00;11.60;1550.00;-1.10;0.22 -3851;2;3264.50;9.90;1331.50;-0.78;0.14 -3852;2;4807.50;9.80;1329.00;-0.98;0.22 -3853;2;1522.00;10.90;1551.00;0.58;0.26 -3854;2;3289.00;13.35;636.50;0.58;0.54 -3855;2;1253.00;11.47;1565.00;1.42;0.44 -3856;2;3272.00;13.25;1303.50;1.32;0.24 -3857;2;3024.00;12.15;1280.50;0.58;0.20 -3858;2;2757.00;11.90;1327.50;0.58;0.24 -3859;2;2764.50;14.10;1348.50;1.37;0.20 -3860;2;4820.00;14.60;1357.00;1.10;0.20 -3861;2;2664.50;9.50;1315.00;4.71;0.24 -3862;2;3341.00;12.15;1313.50;-0.92;0.28 -3863;2;1635.00;9.82;1555.00;4.71;0.16 -3864;2;3156.00;10.90;1305.50;-0.92;0.22 -3865;2;3141.00;13.30;1350.00;0.46;0.20 -3866;2;2670.50;9.70;1279.00;-0.64;0.20 -3867;2;1173.50;13.40;1400.50;0.86;0.46 -3868;2;3074.50;9.50;1379.00;1.41;0.28 -3869;2;1141.00;17.00;1548.00;-0.98;0.44 -3870;2;3349.50;13.50;1293.50;1.16;0.20 -3871;2;2736.50;12.30;1288.50;0.78;0.20 -3872;2;1497.00;10.80;1560.50;1.10;0.28 -3873;2;2810.00;10.52;1332.00;0.46;0.24 -3874;2;2720.00;12.80;1339.50;-0.58;0.20 -3875;2;1243.00;10.90;1430.00;4.71;0.46 -3876;2;3293.50;13.50;1286.00;0.89;0.24 -3877;2;4707.50;10.00;1385.50;0.91;0.32 -3878;2;1658.50;9.70;1557.50;1.42;0.24 -3879;2;3227.00;9.80;1339.00;-0.78;0.24 -3880;2;1578.50;11.40;1565.00;0.24;0.20 -3881;2;4663.50;12.40;1348.50;-0.78;0.22 -3882;2;3145.50;12.20;1358.50;1.03;0.20 -3883;2;1148.50;13.00;1422.50;0.49;0.46 -3884;2;3116.00;11.00;1335.50;0.92;0.24 -3885;2;2997.00;11.65;1377.50;0.38;0.20 -3886;2;2692.50;10.40;1301.50;0.78;0.20 -3887;2;2770.50;14.15;1356.00;-0.98;0.24 -3888;2;4768.00;11.70;1363.00;0.78;0.26 -3889;2;3383.50;12.85;1269.00;1.19;0.26 -3890;2;3395.00;13.75;1292.50;0.92;0.18 -3891;2;2780.00;12.62;1317.00;-1.10;0.24 -3892;2;2698.50;12.05;1354.00;0.64;0.20 -3893;2;3225.00;9.80;1345.50;0.58;0.28 -3894;2;1650.50;10.30;1565.00;0.89;0.20 -3895;2;4735.00;11.12;1343.00;-1.32;0.20 -3896;2;3119.50;12.90;1364.00;0.89;0.24 -3897;2;1628.50;11.90;1571.00;0.64;0.26 -3898;2;2832.50;14.00;1368.50;1.03;0.20 -3899;2;2823.50;15.40;1372.50;1.37;0.16 -3900;2;4668.50;9.50;1320.00;0.64;0.34 -3901;2;3060.00;10.75;1306.50;0.38;0.20 -3902;2;2769.00;13.45;1364.50;0.92;0.16 -3903;2;3373.00;14.00;1318.50;-1.10;0.30 -3904;2;4799.50;14.20;1336.00;-1.19;0.22 -3905;2;3297.50;12.80;1333.50;-1.42;0.22 -3906;2;1692.00;9.70;1580.00;-1.10;0.22 -3907;2;3299.50;12.10;1310.50;0.54;0.26 -3908;2;3175.50;13.65;1366.00;0.98;0.20 -3909;2;2799.50;13.60;1338.00;0.98;0.16 -3910;2;3019.50;14.20;1366.50;1.03;0.18 -3911;2;1614.00;10.60;1713.00;0.00;0.84 -3912;2;4778.00;11.90;1321.00;1.10;0.22 -3913;2;4764.50;10.50;1376.50;0.95;0.26 -3914;2;3129.00;12.25;1318.50;-0.58;0.24 -3915;2;2824.00;12.80;1377.50;0.67;0.20 -3916;2;3488.00;10.15;1244.50;0.00;0.40 -3917;2;1624.00;9.50;1503.50;3.14;0.20 -3918;2;2715.00;12.10;1361.00;-0.78;0.20 -3919;2;3309.50;14.50;1338.50;-0.78;0.28 -3920;2;2724.50;12.40;1366.00;0.46;0.16 -3921;2;3382.50;14.50;1290.50;0.78;0.30 -3922;2;3113.50;12.40;1385.00;-0.98;0.28 -3923;2;3032.50;12.20;1351.50;1.03;0.18 -3924;2;3066.50;10.30;1390.00;1.19;0.16 -3925;2;1590.50;9.80;1480.50;1.06;0.22 -3926;2;2689.00;10.57;1309.00;0.78;0.20 -3927;2;3253.50;11.15;1289.00;0.69;0.28 -3928;2;2906.50;9.90;1387.00;-0.98;0.20 -3929;2;4814.00;13.65;1363.50;-0.70;0.30 -3930;2;2717.50;11.90;1299.00;-0.24;0.24 -3931;2;2787.50;12.00;1374.00;0.24;0.24 -3932;2;4778.00;10.77;1376.00;0.78;0.24 -3933;2;2776.00;12.25;1375.50;-1.32;0.16 -3934;2;4697.00;10.45;1354.00;-1.24;0.26 -3935;2;3371.00;12.72;1326.00;-1.10;0.26 -3936;2;3169.50;10.90;1338.00;-0.98;0.20 -3937;2;3182.00;13.80;1361.50;0.58;0.26 -3938;2;2741.00;11.30;1324.50;-1.32;0.20 -3939;2;3124.50;12.20;1384.50;1.03;0.24 -3940;2;2696.00;11.50;1282.50;-0.58;0.24 -3941;2;1558.00;14.15;1516.00;0.98;0.32 -3942;2;3419.00;10.25;1240.00;1.24;0.32 -3943;2;3047.50;9.70;1392.50;-1.24;0.26 -3944;2;4841.50;10.25;1377.00;-1.19;0.20 -3945;2;2778.50;13.80;1323.50;0.78;0.24 -3946;2;2851.50;10.65;1380.00;1.57;0.22 -3947;2;4809.00;12.10;1384.50;-0.92;0.24 -3948;2;2835.50;9.90;1396.00;0.89;0.22 -3949;2;4773.50;12.60;1345.00;0.46;0.22 -3950;2;3397.00;17.95;1313.50;1.10;0.28 -3951;2;3278.50;12.60;1317.00;-0.98;0.28 -3952;2;3189.50;13.80;1378.50;1.37;0.18 -3953;2;2757.50;12.10;1305.50;1.24;0.18 -3954;2;2803.00;11.15;1344.00;1.57;0.20 -3955;2;4629.50;10.95;1336.00;0.64;0.22 -3956;2;3117.00;13.37;1393.00;0.78;0.18 -3957;2;1602.00;9.60;1523.50;-0.92;0.24 -3958;2;3051.00;12.60;1336.00;1.10;0.22 -3959;2;2912.00;11.45;1395.50;-0.38;0.20 -3960;2;1291.00;10.02;1406.00;-0.32;0.38 -3961;2;2906.50;11.70;1397.00;1.19;0.20 -3962;2;4995.97;9.70;1358.23;4.71;0.36 -3963;2;4942.50;10.55;1495.00;0.35;0.42 -3964;2;3356.00;12.62;1308.00;-0.78;0.30 -3965;2;3409.00;13.50;1329.50;1.40;0.20 -3966;2;3035.00;12.35;1355.00;-1.10;0.18 -3967;2;3344.50;14.45;1349.00;-0.46;0.24 -3968;2;3056.00;12.55;1324.50;0.00;0.14 -3969;2;2693.50;11.05;1320.00;0.24;0.20 -3970;2;4738.50;10.40;1327.50;1.24;0.24 -3971;2;3180.50;12.40;1374.50;0.78;0.24 -3972;2;1232.50;11.30;1448.50;0.09;0.52 -3973;2;3161.50;11.30;1313.50;-0.32;0.36 -3974;2;3056.50;11.10;1396.50;-1.37;0.20 -3975;2;1542.50;12.10;1519.50;0.62;0.32 -3976;2;2966.00;12.80;1405.50;-0.58;0.26 -3977;2;4863.00;9.85;1391.50;0.67;0.28 -3978;2;4660.00;11.35;1388.00;0.46;0.34 -3979;2;3419.50;14.55;1328.00;0.24;0.24 -3980;2;3136.50;13.60;1323.50;-1.03;0.24 -3981;2;4798.00;9.77;1325.00;-1.10;0.22 -3982;2;3339.00;13.65;1354.00;1.57;0.24 -3983;2;3277.00;13.65;1299.00;-0.58;0.26 -3984;2;3126.50;11.70;1394.50;0.32;0.18 -3985;2;3065.50;14.10;1401.50;0.78;0.22 -3986;2;2727.50;12.15;1314.00;-0.64;0.24 -3987;2;2936.00;9.75;1198.50;0.70;0.38 -3988;2;3166.00;9.70;1286.50;0.00;0.24 -3989;2;4045.50;21.60;1155.50;1.14;0.40 -3990;2;2713.00;9.50;1573.50;0.00;0.70 -3991;2;2783.50;14.15;1214.00;-0.89;0.32 -3992;2;4618.50;9.90;1113.50;0.54;0.24 -3993;2;1929.50;9.50;1054.00;-0.24;0.92 -3994;2;1532.50;9.75;1422.00;0.71;0.42 -3996;2;3282.00;9.80;1145.50;-1.40;0.24 -3997;2;828.00;9.50;1361.50;-1.24;1.46 -3998;2;756.50;9.50;1605.50;0.74;1.20 -3999;2;4262.50;13.05;1019.00;-1.29;0.26 -4000;2;4981.00;10.20;1258.00;0.78;0.20 -4001;2;4671.00;9.70;1184.50;0.00;0.18 -4002;2;4366.50;9.50;816.00;-0.84;1.24 -4003;2;3871.50;9.70;1046.00;-1.15;0.50 -4004;2;4799.50;11.70;1289.50;0.78;0.18 -4005;2;4659.00;9.70;1199.50;-0.92;0.22 -4006;2;5058.50;10.40;1969.00;0.68;2.54 -4007;2;5320.50;9.50;97.00;1.15;1.02 -4008;2;3316.00;10.55;1257.50;1.32;0.28 -4009;2;4558.00;9.95;1175.50;-0.92;0.32 -4010;2;4614.50;10.50;1228.00;0.64;0.26 -4011;2;5224.00;9.50;1011.50;-0.75;1.22 -4012;2;4880.50;9.50;837.50;1.39;0.86 -4013;2;4688.00;9.65;1113.50;-1.32;0.28 -4014;2;3037.00;9.70;1265.50;-0.67;0.20 -4015;2;5130.00;9.50;1523.00;-1.42;1.20 -4016;2;4380.50;9.50;769.50;-0.04;0.90 -4017;2;3365.50;12.70;1148.50;1.16;0.28 -4018;2;2832.50;14.60;1216.50;-1.16;0.46 -4019;2;4280.00;12.00;975.50;0.38;0.28 -4020;2;3944.50;9.50;398.50;0.71;0.94 -4021;2;3678.50;9.50;620.50;0.29;1.06 -4022;2;2675.00;10.77;1131.00;-0.87;0.54 -4023;2;4518.50;9.60;998.50;1.16;0.24 -4024;2;2727.50;12.10;1360.00;0.46;0.20 -4025;2;3537.50;9.50;202.50;0.78;1.02 -4026;2;2833.50;9.50;721.00;-0.64;0.94 -4027;2;4857.00;11.20;1198.50;0.38;0.22 -4028;2;4513.00;10.05;1026.50;-0.58;0.26 -4029;2;1386.00;10.90;1637.50;0.21;0.36 -4030;2;2643.00;9.50;242.00;-0.46;0.92 -4031;2;4674.50;10.05;1218.00;-0.98;0.26 -4032;2;4605.00;9.95;1279.50;-0.51;0.24 -4033;2;3248.50;11.20;793.00;1.01;0.90 -4034;2;2793.50;9.50;1837.00;0.33;1.08 -4035;2;1992.50;9.50;1702.00;0.35;0.96 -4036;2;1535.50;9.50;744.50;1.09;0.80 -4037;2;4636.50;11.60;1246.00;0.46;0.26 -4038;2;4630.00;10.70;1112.50;0.51;0.28 -4039;2;622.50;9.50;153.50;-0.63;1.06 -4040;2;69.50;9.50;802.50;0.36;1.18 -4041;2;4505.00;12.10;1147.50;0.38;0.30 -4042;2;4686.50;9.90;1154.00;-1.19;0.22 -4043;2;21.00;9.50;1837.00;4.71;0.80 -4044;2;871.00;9.50;1133.50;0.21;1.42 -4045;2;4050.50;10.55;1064.00;1.29;0.40 -4046;2;2888.50;14.10;1253.50;0.54;0.30 -4047;2;3068.00;9.87;1155.00;1.57;0.28 -4048;2;1142.00;9.50;905.50;0.28;1.26 -4049;2;619.00;9.50;1942.00;1.13;0.70 -4050;2;4599.00;9.65;1019.50;0.27;0.28 -4051;2;3008.00;10.95;1167.00;0.78;0.28 -4052;2;4766.50;9.70;1304.00;0.98;0.24 -4053;2;4622.50;11.55;1058.00;0.64;0.22 -4054;2;4933.50;9.70;1219.50;-1.37;0.20 -4055;2;3291.00;9.70;1136.00;0.98;0.20 -4056;2;4821.00;9.87;1239.00;-0.32;0.22 -4057;2;3100.00;10.00;1135.50;-0.87;0.28 -4058;2;4588.00;11.30;1258.50;0.51;0.28 -4059;2;4288.00;10.00;966.50;1.10;0.28 -4060;2;3191.00;9.90;1159.50;0.92;0.26 -4061;2;2946.50;13.60;1236.50;0.95;0.36 -4062;2;4170.00;9.70;1004.00;-0.78;0.32 -4063;2;3144.00;11.85;1178.50;0.92;0.26 -4064;2;3925.50;10.30;1036.00;0.73;0.40 -4065;2;2775.50;11.35;1273.00;0.98;0.24 -4066;2;4596.00;11.00;1212.00;0.98;0.30 -4067;2;4996.00;11.15;1294.50;1.10;0.30 -4068;2;3342.50;13.80;1055.50;0.62;0.42 -4069;2;4950.50;10.90;1235.50;-1.37;0.22 -4070;2;4660.50;11.00;1099.00;0.69;0.20 -4071;2;4656.00;11.95;1254.50;0.67;0.26 -4072;2;3966.50;11.20;976.50;1.16;0.32 -4073;2;3307.50;10.60;1142.50;-0.78;0.20 -4074;2;4539.00;14.47;1291.00;-0.16;0.36 -4075;2;4452.00;9.85;982.50;-0.92;0.26 -4076;2;3278.00;9.65;1160.50;1.32;0.28 -4077;2;4482.00;10.25;1026.50;0.87;0.32 -4078;2;3154.00;12.32;1277.00;0.78;0.22 -4079;2;4618.00;9.70;1188.50;-0.70;0.28 -4080;2;2706.50;9.70;1269.00;0.16;0.24 -4081;2;4606.50;11.50;1056.50;-1.37;0.26 -4082;2;4671.50;9.70;1211.50;0.78;0.26 -4083;2;4615.50;10.40;1102.50;1.37;0.24 -4084;2;2712.00;12.75;1192.50;0.38;0.30 -4085;2;4463.50;12.30;1048.50;-1.14;0.30 -4086;2;4817.00;11.35;1243.00;1.57;0.22 -4087;2;4293.50;10.40;1069.50;0.14;0.46 -4088;2;3346.00;10.30;1163.50;0.00;0.20 -4089;2;4655.00;9.85;1273.50;-0.38;0.22 -4090;2;3906.00;9.75;993.50;0.87;0.36 -4091;2;4694.00;9.70;1185.00;2.03;0.24 -4092;2;4558.00;11.45;1025.00;1.10;0.24 -4093;2;4588.00;11.05;1285.50;0.00;0.26 -4094;2;4895.50;11.35;1211.00;0.98;0.20 -4095;2;2759.50;12.60;1278.50;1.03;0.24 -4096;2;4699.00;10.45;1030.50;0.00;0.20 -4097;2;2742.50;12.70;1218.50;-1.16;0.26 -4098;2;2793.50;10.20;1288.00;0.24;0.20 -4099;2;4679.00;10.00;1095.50;-0.58;0.24 -4100;2;4997.50;9.70;1250.00;1.57;0.20 -4101;2;4708.00;9.80;938.50;-0.92;0.20 -4102;2;4842.56;9.90;1171.58;2.60;0.14 -4103;2;4811.00;11.85;1263.00;-1.10;0.20 -4104;2;4161.00;10.30;997.50;1.21;0.30 -4105;2;4661.00;10.32;1160.00;-1.32;0.22 -4106;2;3993.00;10.85;1028.50;0.43;0.36 -4107;2;4758.50;9.50;1287.00;4.71;0.24 -4108;2;2684.50;16.05;1153.00;0.39;0.52 -4109;2;3173.50;10.10;1288.00;4.33;0.24 -4110;2;3885.00;9.70;1061.50;0.58;0.36 -4111;2;3374.50;12.70;1203.50;0.54;0.28 -4112;2;3228.00;9.70;1291.00;1.24;0.24 -4113;2;4647.50;10.55;1091.00;0.89;0.26 -4114;2;4593.00;10.07;1233.00;0.00;0.26 -4115;2;3362.50;12.25;1137.00;1.57;0.32 -4116;2;2780.50;11.30;1230.50;-1.16;0.26 -4117;2;3039.50;10.50;1141.50;0.78;0.42 -4118;2;5002.50;10.60;1271.00;1.57;0.24 -4119;2;4467.50;9.60;981.50;1.24;0.24 -4120;2;3124.50;9.95;1163.00;0.64;0.22 -4121;2;4480.50;10.55;1004.00;0.69;0.32 -4122;2;4985.50;12.75;1269.00;0.24;0.24 -4123;2;4667.50;9.70;1204.50;0.54;0.22 -4124;2;3331.00;10.00;1258.00;-1.10;0.26 -4125;2;4543.50;13.65;1069.00;-1.29;0.34 -4126;2;4789.00;11.00;1238.50;0.38;0.26 -4127;2;3308.50;10.90;1263.50;1.03;0.28 -4128;2;3133.50;11.10;544.00;0.81;0.76 -4129;2;2965.50;10.00;1233.00;0.98;0.24 -4130;2;4562.50;9.70;1140.00;-1.05;0.36 -4131;2;2866.00;12.25;1247.50;0.38;0.28 -4132;2;3914.50;10.10;991.50;-1.48;0.36 -4133;2;3141.00;9.60;1144.50;0.38;0.32 -4134;2;4490.00;10.37;1040.00;-1.32;0.28 -4135;2;2716.50;10.10;1252.50;-0.78;0.20 -4136;2;3185.50;10.20;1170.50;0.54;0.18 -4137;2;4633.50;9.70;1301.50;4.39;0.18 -4138;2;3275.50;10.20;980.50;0.35;0.74 -4139;2;2689.00;13.90;1178.00;1.37;0.40 -4140;2;4611.00;10.15;1318.50;-0.92;0.26 -4141;2;4483.50;15.35;1124.00;1.05;0.38 -4142;2;4932.50;10.70;1229.50;-1.24;0.20 -4143;2;3300.50;10.80;1127.00;1.19;0.26 -4144;2;4592.00;9.80;1243.50;0.38;0.32 -4145;2;3265.00;9.70;1153.50;-1.40;0.26 -4146;2;2852.00;12.75;1244.50;0.67;0.26 -4147;2;4267.50;10.40;983.50;0.50;0.32 -4148;2;4661.00;9.70;1184.50;0.38;0.24 -4149;2;3963.00;11.67;1064.00;1.42;0.32 -4150;2;2798.50;13.90;1227.50;0.54;0.32 -4151;2;3146.00;10.77;1190.00;1.57;0.18 -4152;2;4538.00;11.40;1029.50;1.10;0.28 -4153;2;4987.50;11.75;1280.00;-0.86;0.28 -4154;2;2752.50;15.80;1193.50;-1.06;0.44 -4155;2;1803.38;9.50;1165.68;1.57;0.28 -4156;2;4584.00;10.35;1087.50;-0.92;0.28 -4157;2;4673.50;11.10;1246.50;1.03;0.24 -4158;2;4606.50;10.40;1173.00;-0.55;0.26 -4159;2;3042.00;11.40;1283.50;2.03;0.22 -4160;2;4523.00;9.70;982.00;3.60;0.22 -4161;2;3336.00;10.15;1153.00;-0.58;0.20 -4162;2;4205.50;9.90;1029.00;-0.64;0.30 -4163;2;2938.50;10.40;1261.00;4.71;0.26 -4164;2;4844.50;10.80;1194.00;0.24;0.16 -4165;2;4615.50;11.30;1032.50;0.19;0.20 -4166;2;716.00;9.50;814.00;-0.72;0.48 -4167;2;4490.00;13.67;1183.00;0.46;0.40 -4168;2;1599.00;9.70;1457.50;0.38;0.30 -4169;2;4666.50;10.50;1082.50;0.32;0.28 -4170;2;3205.50;9.65;1233.00;4.71;0.16 -4171;2;3297.50;12.40;602.50;0.60;0.48 -4172;2;4938.50;9.80;1238.50;0.32;0.20 -4173;2;4665.50;10.65;1149.00;0.64;0.22 -4174;2;4551.50;13.30;1273.50;-0.66;0.32 -4175;2;4354.50;11.50;978.00;0.55;0.34 -4176;2;3041.00;9.90;1156.00;0.78;0.26 -4177;2;4485.50;10.10;1008.50;-1.03;0.28 -4178;2;3162.00;11.10;1266.50;2.03;0.28 -4179;2;4883.00;11.15;1207.50;0.58;0.20 -4180;2;387.00;12.30;1025.90;1.37;0.26 -4181;2;4648.00;11.35;1234.00;0.32;0.20 -4182;2;2729.00;11.20;1272.50;0.58;0.20 -4183;2;4593.50;11.40;1073.50;0.54;0.26 -4184;2;4994.00;9.70;1235.50;1.81;0.20 -4185;2;4635.50;9.90;1121.50;0.78;0.28 -4186;2;4689.00;10.30;1263.00;-0.78;0.28 -4187;2;3945.00;9.70;980.50;-1.01;0.38 -4188;2;4998.00;9.67;1243.00;1.57;0.16 -4189;2;4571.00;9.62;1011.00;-1.10;0.24 -4190;2;4594.50;11.30;1282.50;-1.03;0.26 -4191;2;3169.50;11.10;990.00;0.53;1.68 -4192;2;4432.00;15.25;1072.50;-0.38;0.34 -4193;2;3142.50;9.80;1281.00;0.64;0.22 -4194;2;3018.50;12.55;1179.00;-0.12;0.20 -4195;2;2773.00;13.50;1288.50;1.10;0.20 -4196;2;4666.50;9.70;1070.50;-0.54;0.28 -4197;2;4891.50;9.70;1227.50;1.24;0.18 -4198;2;4843.86;9.80;1143.65;0.00;1.00 -4199;2;2738.50;12.60;1227.50;0.78;0.22 -4200;2;3130.50;9.70;1137.50;0.95;0.42 -4202;2;4291.00;10.05;985.50;0.00;0.32 -4203;2;4614.50;11.00;1163.50;-0.78;0.32 -4204;2;4172.50;9.70;1020.00;0.55;0.34 -4205;2;4710.00;10.12;1273.00;-1.10;0.26 -4206;2;3351.00;10.15;1173.50;1.32;0.20 -4207;2;4603.50;13.20;1031.50;-0.78;0.24 -4208;2;4592.00;12.55;1303.50;0.92;0.22 -4209;2;3855.50;10.15;1651.00;0.84;0.46 -4210;2;4354.00;13.65;1018.50;0.62;0.40 -4211;2;4491.00;10.15;604.50;2.03;0.22 -4212;2;2696.50;9.50;1539.50;0.54;1.12 -4213;2;2556.50;9.50;1220.00;0.86;1.00 -4214;2;4710.00;11.10;928.00;0.46;0.14 -4215;2;3725.00;9.82;1552.00;-0.19;0.36 -4216;2;4549.00;10.40;672.50;-0.92;0.30 -4217;2;1975.50;9.50;1084.50;0.99;0.88 -4218;2;1244.50;10.10;1770.00;1.19;0.52 -4219;2;4070.50;10.20;747.50;-1.16;0.26 -4220;2;462.00;9.50;1338.00;1.23;1.22 -4221;2;733.50;9.50;1578.50;1.37;0.94 -4222;2;4590.50;12.50;1411.50;-1.13;0.40 -4223;2;4447.00;9.70;810.50;0.00;0.26 -4224;2;4003.00;9.80;1374.00;1.37;0.24 -4225;2;4466.00;9.50;578.00;-0.64;0.90 -4226;2;5235.50;9.85;538.00;4.71;0.10 -4227;2;3765.00;9.80;1468.00;-1.19;0.36 -4228;2;4741.50;9.50;854.00;1.19;0.22 -4229;2;5083.50;11.30;1887.00;1.60;2.16 -4230;2;5252.50;9.50;63.00;-0.24;1.02 -4232;2;3936.00;9.80;1524.00;1.19;0.36 -4233;2;4703.50;10.50;908.50;-0.78;0.20 -4234;2;5180.00;9.50;1021.00;-0.46;0.86 -4235;2;4927.00;9.50;785.00;0.32;1.14 -4236;2;4629.00;10.55;669.50;0.72;0.36 -4237;2;4088.50;9.70;926.50;0.95;0.36 -4238;2;3867.00;10.30;1559.50;-1.48;0.38 -4239;2;5102.50;9.50;1459.50;0.96;1.30 -4240;2;4421.00;9.50;793.50;1.10;1.28 -4241;2;4765.50;9.50;759.50;1.24;0.22 -4242;2;3786.50;10.50;1637.00;-1.22;0.40 -4243;2;3934.00;9.50;357.00;-0.66;1.14 -4244;2;3740.50;9.50;594.50;0.90;0.90 -4245;2;4182.00;9.90;1012.50;0.00;0.22 -4246;2;4878.00;12.20;1517.50;1.04;0.54 -4248;2;3593.50;9.50;211.50;1.07;0.88 -4249;2;2868.00;9.50;677.50;0.70;0.92 -4250;2;3940.00;10.85;1488.00;1.19;0.54 -4251;2;4414.50;10.20;865.00;-0.64;0.32 -4253;2;2641.00;9.50;284.50;0.27;0.96 -4254;2;3691.50;10.05;1490.00;-0.89;0.40 -4255;2;4501.00;12.75;886.00;4.71;0.18 -4256;2;4502.50;11.65;1198.00;1.29;0.32 -4257;2;2418.50;9.50;1012.50;1.09;1.30 -4258;2;2095.00;9.50;1611.00;0.84;1.60 -4259;2;1515.00;9.50;689.00;0.13;1.04 -4260;2;4456.50;10.50;925.50;0.78;0.26 -4261;2;3703.00;10.00;1541.00;-1.03;0.38 -4262;2;4695.50;11.30;663.50;-0.78;0.24 -4263;2;602.50;9.50;172.00;1.12;1.00 -4264;2;133.00;9.50;806.00;0.88;0.92 -4265;2;3707.50;13.00;1601.50;0.62;0.38 -4266;2;4754.00;10.55;745.50;1.81;0.24 -4267;2;870.50;9.50;1091.50;-1.15;1.38 -4268;2;5405.50;9.70;291.50;4.17;0.24 -4269;2;4755.00;9.67;817.00;3.38;0.18 -4270;2;1636.50;10.40;1641.00;-1.05;0.30 -4271;2;1093.00;9.50;930.00;1.30;1.04 -4272;2;1093.00;9.60;2028.50;1.51;0.14 -4273;2;4605.00;10.30;514.50;0.51;0.38 -4274;2;908.00;14.25;1613.00;0.92;0.36 -4275;2;4350.00;9.75;830.50;0.27;0.40 -4276;2;4446.50;10.05;583.00;0.64;0.26 -4277;2;3853.50;10.20;1498.00;-0.84;0.52 -4278;2;3985.00;11.00;886.50;0.58;0.38 -4279;2;4511.00;9.70;647.50;-0.27;0.34 -4280;2;4058.50;9.70;926.50;-1.16;0.32 -4281;2;3891.50;9.90;1537.50;0.32;0.48 -4282;2;4626.50;10.25;748.00;-0.69;0.30 -4283;2;3658.50;10.50;1589.00;1.29;0.30 -4284;2;4448.00;9.90;799.50;0.58;0.20 -4285;2;1777.50;9.65;1651.00;-1.29;0.44 -4286;2;5586.00;9.85;362.50;4.46;0.32 -4287;2;1735.50;10.75;1669.00;-0.71;0.34 -4288;2;4693.50;10.60;860.50;1.89;0.32 -4289;2;5098.50;9.70;507.50;0.54;0.22 -4290;2;4950.50;9.80;1535.50;-0.78;0.60 -4291;2;3965.00;12.85;899.00;-0.78;0.32 -4292;2;5278.00;10.50;497.00;0.78;0.20 -4293;2;4321.50;9.90;933.50;-1.03;0.24 -4294;2;3684.50;9.95;1526.00;-0.98;0.48 -4295;2;4464.50;13.90;1193.50;-0.14;0.38 -4296;2;877.00;12.92;1693.00;4.71;0.38 -4297;2;4387.00;10.97;741.00;0.46;0.22 -4298;2;3651.00;9.85;1782.00;0.50;0.80 -4299;2;4076.00;10.10;1091.50;0.70;0.36 -4300;2;3780.50;9.90;1442.50;1.46;0.38 -4301;2;4696.00;10.80;511.50;4.46;0.18 -4302;2;4434.50;10.00;860.50;0.78;0.32 -4303;2;3744.50;9.80;1455.50;-1.00;0.44 -4304;2;5148.00;10.07;559.00;0.78;0.24 -4305;2;1763.00;10.90;1703.50;0.21;0.54 -4306;2;4572.12;10.60;538.02;3.66;0.48 -4307;2;4684.00;9.65;659.50;-1.10;0.20 -4308;2;4669.50;10.50;612.50;0.19;0.20 -4309;2;3846.50;10.40;1553.50;-1.06;0.42 -4310;2;4392.00;11.85;730.00;0.78;0.26 -4311;2;3709.00;15.92;1587.00;-1.03;0.42 -4312;2;4361.50;11.20;786.50;-0.19;0.24 -4313;2;4410.50;17.90;1222.50;1.46;0.38 -4314;2;3673.00;10.50;1771.00;-1.29;0.48 -4315;2;4011.50;14.30;834.50;1.16;0.26 -4316;2;3965.50;16.30;1343.50;-1.00;0.38 -4317;2;5108.50;14.70;513.50;0.78;0.24 -4318;2;4335.00;14.95;1095.50;1.01;0.46 -4319;2;4358.00;10.10;880.00;0.58;0.26 -4320;2;4436.50;9.70;563.50;-0.62;0.28 -4321;2;4061.00;9.70;904.50;0.67;0.32 -4322;2;3669.00;9.90;1540.50;1.10;0.34 -4323;2;4625.00;10.30;647.50;0.21;0.38 -4324;2;3639.00;10.10;1585.50;0.27;0.30 -4325;2;4469.00;13.25;1097.50;-1.48;0.30 -4326;2;3669.00;10.00;1722.00;1.57;0.32 -4327;2;4020.00;9.92;786.00;-0.46;0.26 -4328;2;894.00;11.60;1623.50;0.85;0.38 -4329;2;5106.50;9.75;499.00;1.19;0.20 -4330;2;4463.00;9.95;835.50;0.87;0.26 -4331;2;927.00;14.57;1573.00;1.57;0.30 -4332;2;5144.00;9.70;553.00;1.57;0.18 -4333;2;3944.00;9.90;1514.50;-1.01;0.36 -4334;2;4507.50;10.50;865.50;0.19;0.18 -4335;2;4545.50;10.60;639.50;1.68;0.44 -4336;2;4327.50;9.60;919.50;0.78;0.22 -4337;2;3831.00;10.10;1527.50;0.27;0.40 -4338;2;4623.50;10.95;720.00;-1.19;0.26 -4339;2;4422.00;12.65;963.50;-0.67;0.26 -4340;2;3785.50;10.60;1596.50;-1.30;0.38 -4341;2;4446.50;9.70;790.50;2.35;0.20 -4342;2;1758.00;9.70;1646.50;-1.27;0.36 -4343;2;956.50;13.10;1754.50;0.90;0.74 -4344;2;3997.00;13.92;843.00;0.78;0.28 -4345;2;1647.00;10.10;1651.00;-0.64;0.42 -4346;2;5122.50;10.20;491.50;1.37;0.22 -4347;2;918.50;14.80;1587.50;0.06;0.54 -4348;2;4349.00;10.50;876.50;-0.58;0.28 -4349;2;4679.00;11.35;566.50;4.06;0.24 -4350;2;4690.50;11.45;923.00;1.57;0.18 -4351;2;3646.50;9.70;1513.00;-0.98;0.36 -4352;2;5160.00;9.50;605.50;1.32;0.22 -4353;2;3981.00;11.30;943.50;0.87;0.30 -4354;2;3671.00;10.00;1576.50;0.58;0.36 -4355;2;4418.00;9.95;719.00;1.57;0.20 -4356;2;3641.00;9.80;1675.50;-1.10;0.26 -4357;2;4894.50;10.50;774.00;2.89;0.20 -4358;2;4743.50;11.50;491.50;-1.37;0.20 -4359;2;4417.50;10.30;833.50;0.78;0.24 -4360;2;1817.00;9.50;1662.00;-0.46;0.44 -4361;2;4449.50;9.50;564.50;1.76;0.24 -4362;2;1742.50;10.20;1685.00;-0.86;0.42 -4363;2;4488.50;10.65;868.00;0.46;0.22 -4364;2;4436.50;10.30;616.00;1.57;0.18 -4365;2;4046.50;9.90;903.50;0.14;0.32 -4366;2;4005.00;9.80;1637.50;-0.85;0.64 -4367;2;4420.50;9.90;684.50;0.78;0.24 -4368;2;4687.50;9.75;934.00;4.71;0.22 -4369;2;3841.50;10.20;1586.00;1.13;0.46 -4370;2;2743.50;9.50;1530.00;-1.19;0.52 -4371;2;4368.50;11.00;763.50;0.78;0.20 -4372;2;3679.00;10.00;1676.50;1.21;0.30 -4373;2;4762.50;11.85;830.00;1.57;0.24 -4374;2;3775.00;11.55;1453.50;1.01;0.38 -4375;2;4419.00;11.40;1160.00;0.38;0.38 -4376;2;3757.50;9.80;1484.50;-1.24;0.42 -4377;2;4736.50;9.50;864.50;-0.14;0.24 -4378;2;5236.00;10.40;542.50;0.67;0.20 -4379;2;4483.50;12.40;909.00;0.89;0.24 -4380;2;871.50;9.70;1627.50;-0.78;0.28 -4381;2;4426.50;9.70;606.50;-0.19;0.28 -4382;2;3892.50;9.70;1079.00;0.86;0.44 -4383;2;3702.50;11.70;1555.00;-1.22;0.44 -4384;2;4394.50;10.95;708.00;0.98;0.22 -4385;2;869.50;11.30;1746.00;1.92;0.48 -4386;2;4103.00;14.60;1104.00;-0.64;0.46 -4388;2;4358.50;9.50;826.00;1.57;0.22 -4389;2;3922.00;10.70;1464.00;-0.98;0.60 -4390;2;4550.50;10.25;538.00;1.19;0.20 -4391;2;4042.00;13.20;1363.50;4.58;0.52 -4392;2;4359.50;10.30;856.50;0.78;0.22 -4393;2;5066.00;9.95;575.50;-0.92;0.26 -4394;2;3728.50;9.90;1505.50;1.24;0.40 -4395;2;3957.00;10.15;907.00;0.00;0.34 -4396;2;4566.00;10.65;687.00;-1.10;0.44 -4397;2;4452.50;10.60;947.00;0.64;0.24 -4398;2;878.50;10.30;1670.50;0.62;0.32 -4399;2;4714.50;9.95;772.00;3.60;0.18 -4400;2;3634.00;10.10;1642.00;-1.10;0.28 -4401;2;4470.50;9.60;820.50;-0.78;0.22 -4402;2;1436.00;10.40;1483.50;0.27;0.34 -4403;2;4410.50;18.40;1200.00;0.64;0.50 -4404;2;4986.00;12.20;1504.00;-0.78;0.38 -4405;2;4509.50;9.90;856.00;1.57;0.20 -4406;2;4476.00;11.45;542.50;0.92;0.20 -4407;2;4339.50;19.95;1143.00;-0.69;0.50 -4408;2;4343.50;10.85;910.00;0.69;0.28 -4409;2;4529.50;9.70;608.00;4.71;0.34 -4410;2;4070.00;11.50;1031.50;0.73;0.46 -4411;2;3751.00;9.95;1567.00;0.16;0.56 -4412;2;4399.50;10.20;687.50;0.78;0.28 -4413;2;903.00;11.25;1727.50;-0.21;0.32 -4414;2;4013.50;11.30;880.00;-0.46;0.34 -4415;2;4879.50;10.30;446.50;0.40;0.36 -4416;2;4038.50;11.75;809.00;0.89;0.26 -4417;2;1668.50;10.50;1654.50;-1.24;0.30 -4418;2;5099.50;14.15;531.00;0.69;0.26 -4419;2;1657.50;10.60;1695.00;-0.46;0.60 -4420;2;4031.00;10.95;847.00;-1.10;0.24 -4421;2;5190.00;9.50;582.50;3.66;0.18 -4422;2;1780.00;11.40;1712.50;4.64;0.52 -4423;2;4692.50;10.50;909.00;-0.89;0.20 -4424;2;4416.00;9.70;674.50;0.67;0.28 -4425;2;4327.00;12.40;1051.50;-0.18;0.36 -4426;2;1314.00;10.85;1752.00;1.57;0.58 -4427;2;4751.00;10.65;760.50;0.92;0.22 -4428;2;894.00;9.67;1720.00;0.78;0.12 -4429;2;4653.50;10.40;796.50;-0.19;0.32 -4430;2;1851.50;9.70;1656.50;-0.60;0.72 -4431;2;4465.50;15.70;1117.50;0.19;0.34 -4432;2;1788.00;9.70;1677.00;0.32;0.48 -4433;2;4389.00;9.70;854.00;1.57;0.20 -4434;2;4498.50;9.75;530.00;-1.19;0.24 -4435;2;4188.00;16.30;1093.50;0.51;0.26 -4436;2;1989.00;9.80;358.50;1.44;0.38 -4437;2;1443.50;10.35;1551.00;-0.55;0.30 -4438;2;2642.50;9.50;1514.00;-0.04;1.26 -4439;2;2435.00;9.50;1091.50;0.72;1.06 -4440;2;3394.00;12.05;1183.00;-0.78;0.36 -4441;2;4899.00;10.60;407.00;0.64;0.48 -4442;2;1539.50;10.70;1561.50;-1.03;0.26 -4443;2;1902.00;9.50;1103.00;0.67;1.04 -4444;2;1375.00;10.30;1438.50;-0.38;0.36 -4445;2;1673.50;11.70;1614.00;0.71;0.42 -4446;2;4359.00;11.77;660.00;0.32;0.28 -4447;2;776.00;9.50;1201.00;1.04;1.32 -4448;2;760.50;9.50;1467.50;1.29;1.18 -4449;2;1400.00;9.80;1490.50;0.27;0.40 -4450;2;1836.61;9.60;1137.50;0.55;0.38 -4451;2;4656.50;9.50;579.50;1.12;1.10 -4452;2;1500.50;10.70;1511.50;1.42;0.28 -4453;2;5094.50;9.90;187.50;-0.40;0.46 -4454;2;4272.50;12.30;1028.50;0.62;0.32 -4455;2;5215.50;10.55;1910.00;-0.77;2.76 -4456;2;5208.00;9.50;90.50;1.07;1.12 -4457;2;1905.00;9.70;302.00;1.03;0.46 -4458;2;3565.00;12.95;1347.50;-0.58;0.28 -4459;2;4131.50;11.20;1081.50;0.56;0.44 -4460;2;5149.00;9.50;1021.00;0.29;1.20 -4461;2;4955.00;9.50;831.00;1.06;1.02 -4462;2;4910.00;10.40;414.50;-1.48;0.32 -4463;2;3551.50;11.90;1366.50;-0.54;0.26 -4464;2;1407.00;9.70;1374.00;-0.78;0.26 -4465;2;5059.00;9.50;1410.00;0.49;0.98 -4466;2;4541.00;9.50;821.00;0.98;1.12 -4467;2;3926.50;18.60;1308.00;-1.29;0.32 -4468;2;4856.00;10.00;631.00;-0.24;0.68 -4469;2;4562.00;13.70;1290.50;0.51;0.30 -4470;2;3964.00;9.50;314.00;0.67;0.92 -4471;2;3632.50;9.50;612.00;0.20;0.92 -4472;2;4040.50;10.40;935.00;-1.29;0.36 -4473;2;3567.00;10.55;1301.00;1.57;0.32 -4474;2;3563.50;9.50;143.00;1.33;1.20 -4475;2;2821.00;9.50;682.00;0.72;0.80 -4476;2;1589.50;9.80;1215.50;0.62;0.48 -4477;2;3547.50;9.75;1331.00;-1.29;0.26 -4478;2;5117.00;10.80;172.50;0.85;0.50 -4479;2;2592.50;9.50;301.00;0.43;1.16 -4480;2;4524.00;12.10;1076.50;0.70;0.34 -4481;2;5145.00;10.60;274.00;0.58;0.32 -4482;2;3779.00;10.10;1277.00;-0.32;0.42 -4483;2;2455.50;9.50;1005.00;0.03;1.16 -4484;2;2033.50;9.50;1618.00;0.43;1.56 -4485;2;1560.00;9.50;700.00;0.34;1.12 -4486;2;3381.50;13.00;1187.00;0.69;0.34 -4487;2;4902.50;10.10;387.50;-0.96;0.64 -4488;2;3784.50;9.80;1382.50;0.78;0.56 -4489;2;641.00;9.50;207.50;-0.09;0.94 -4490;2;88.50;9.50;851.00;0.87;1.06 -4491;2;1542.00;9.80;1442.00;0.58;0.32 -4492;2;3925.50;10.90;1421.50;1.20;0.56 -4493;2;4717.55;9.70;635.38;4.71;0.34 -4494;2;917.50;9.50;1119.50;-0.73;1.22 -4495;2;4622.50;13.50;1364.50;-0.11;0.44 -4496;2;4365.00;10.60;957.00;-1.24;0.32 -4497;2;1080.00;9.50;981.00;1.19;1.28 -4498;2;639.50;9.50;1837.00;0.35;1.18 -4499;2;3786.00;9.85;1343.00;0.24;0.50 -4500;2;5102.00;10.30;169.00;0.78;0.44 -4501;2;4415.00;13.17;1029.00;0.92;0.46 -4502;2;5130.50;10.50;264.50;-0.78;0.36 -4503;2;4751.50;10.40;1404.50;0.54;0.36 -4504;2;4456.50;13.10;1074.50;0.78;0.42 -4505;2;5031.00;9.85;411.50;-1.10;0.32 -4506;2;4747.50;9.80;1436.50;0.42;0.36 -4507;2;1374.50;9.70;1360.50;1.71;0.36 -4508;2;1435.50;10.45;1530.00;1.29;0.32 -4509;2;4949.00;10.72;613.00;0.78;0.42 -4510;2;1389.00;9.95;1429.50;-1.10;0.38 -4511;2;4428.50;10.50;924.50;-0.95;0.40 -4512;2;3441.50;11.60;1280.00;1.35;0.24 -4513;2;4114.50;11.80;1002.50;-0.78;0.26 -4514;2;4690.50;10.80;1377.50;-0.95;0.32 -4515;2;3212.00;13.20;479.50;-0.73;0.54 -4516;2;4138.00;10.70;1059.50;0.87;0.34 -4517;2;5102.50;10.75;263.00;1.13;0.44 -4518;2;940.50;9.90;1474.50;0.78;0.36 -4519;2;4554.50;9.80;1191.00;1.19;0.30 -4520;2;5056.50;11.00;388.50;1.49;0.40 -4521;2;970.50;14.70;1501.50;0.78;0.58 -4522;2;1353.00;10.30;1405.50;0.38;0.32 -4523;2;3643.00;9.97;1396.00;-0.89;0.48 -4524;2;4900.00;9.50;613.00;1.57;0.38 -4525;2;4530.00;13.85;1339.00;0.78;0.50 -4526;2;1719.50;10.70;1045.00;-1.35;0.60 -4527;2;1478.50;10.15;1523.00;0.69;0.24 -4528;2;3085.00;11.47;156.00;0.38;0.70 -4529;2;4424.50;12.10;991.50;1.06;0.38 -4530;2;5134.00;10.40;247.50;-0.70;0.36 -4531;2;1445.00;10.50;1538.00;-0.78;0.30 -4532;2;4464.00;11.70;1063.50;-1.32;0.36 -4533;2;2035.00;11.45;437.00;0.00;0.56 -4534;2;3509.50;13.40;1356.50;0.54;0.26 -4535;2;1383.00;10.05;1354.50;0.00;0.32 -4536;2;4353.50;21.10;1236.00;0.84;0.58 -4537;2;4703.50;10.70;609.00;0.89;0.28 -4538;2;4578.50;10.50;1268.00;0.46;0.32 -4539;2;4451.50;10.00;909.00;0.69;0.28 -4540;2;1405.00;10.40;1476.00;0.32;0.44 -4541;2;4285.00;11.65;996.00;-0.78;0.28 -4542;2;3911.00;19.07;1302.00;-1.32;0.36 -4543;2;5547.50;9.50;193.50;-0.19;0.32 -4544;2;4146.50;10.50;1049.50;0.54;0.34 -4545;2;3563.50;14.35;1340.00;1.05;0.34 -4546;2;5114.50;10.80;248.50;-0.56;0.48 -4547;2;4545.50;9.90;1197.50;1.03;0.28 -4548;2;2030.50;10.60;402.50;0.95;0.60 -4549;2;3814.50;11.40;1263.50;-0.19;0.60 -4550;2;3384.50;12.60;1212.50;0.78;0.32 -4551;2;4883.50;9.70;1467.00;0.24;0.30 -4552;2;4957.00;11.80;604.00;0.78;0.24 -4553;2;3568.00;15.20;1262.00;1.10;0.44 -4554;2;4481.00;11.75;888.50;1.40;0.24 -4555;2;4621.00;11.95;1422.00;-0.19;0.52 -4556;2;3249.00;15.35;159.50;0.29;0.76 -4557;2;4061.50;10.80;979.50;0.66;0.42 -4558;2;3930.00;19.90;1247.50;-1.17;0.52 -4559;2;4382.00;15.35;1069.50;-1.27;0.40 -4560;2;5090.50;10.60;343.00;0.98;0.46 -4561;2;4722.00;10.05;1425.00;-0.98;0.44 -4562;2;3532.00;10.20;1136.00;0.98;0.44 -4563;2;3649.50;9.50;1363.50;1.37;0.60 -4564;2;4714.98;10.40;585.56;-0.12;0.54 -4565;2;1397.50;10.40;1401.50;-1.06;0.38 -4566;2;4356.50;10.50;894.50;0.91;0.36 -4567;2;1334.00;13.85;1467.00;4.71;0.38 -4568;2;4382.50;11.55;983.00;0.46;0.46 -4569;2;1393.00;10.30;1504.50;0.51;0.38 -4570;2;2152.00;10.15;558.00;-0.38;0.56 -4571;2;4123.00;11.30;1049.50;-0.87;0.36 -4572;2;4760.00;10.10;1395.00;0.98;0.32 -4573;2;1903.50;9.60;253.00;0.84;0.38 -4574;2;3371.00;11.65;1167.00;-1.24;0.24 -4575;2;1926.00;9.85;372.00;-0.92;0.64 -4576;2;5023.50;10.05;1410.00;-0.10;0.48 -4577;2;1332.00;10.40;1394.00;0.78;0.34 -4578;2;3815.50;12.50;1394.00;4.71;0.40 -4579;2;4901.13;10.30;549.25;-1.12;0.96 -4580;2;3599.00;14.15;1254.50;-0.87;0.36 -4581;2;3782.50;9.80;1415.00;0.57;0.60 -4582;2;4387.00;10.35;893.00;-0.46;0.26 -4583;2;3489.50;14.95;1313.00;-0.86;0.32 -4584;2;3217.00;14.05;124.50;-0.48;1.00 -4585;2;4312.00;12.50;982.50;-0.27;0.32 -4586;2;1235.00;11.90;1490.00;1.05;0.38 -4587;2;1969.50;10.30;480.50;-1.08;0.68 -4588;2;4294.00;10.75;1054.50;-0.58;0.44 -4589;2;1971.00;9.80;365.50;1.04;0.36 -4590;2;1385.50;12.70;1543.50;0.19;0.24 -4591;2;3373.50;12.30;1154.50;-0.14;0.32 -4592;2;4774.50;12.60;1451.00;-1.39;0.48 -4593;2;4960.50;9.70;565.00;0.74;0.50 -4594;2;1470.00;10.65;1428.50;1.73;0.30 -4595;2;3932.00;11.80;1437.50;-0.83;0.58 -4596;2;4479.50;10.50;862.50;-0.14;0.26 -4597;2;1353.00;12.80;1460.00;-0.38;0.44 -4598;2;1701.50;10.40;1182.00;1.35;0.32 -4599;2;3693.50;10.45;1310.00;0.10;0.52 -4600;2;1493.00;9.70;1227.50;-1.36;0.54 -4601;2;1489.50;10.75;1526.00;-0.69;0.32 -4602;2;1863.00;9.77;242.00;1.03;0.42 -4603;2;3382.50;12.90;1143.00;-1.29;0.44 -4604;2;1962.00;10.20;352.00;0.98;0.52 -4605;2;3528.00;11.85;1344.50;0.38;0.24 -4606;2;4558.50;11.50;1232.50;-1.03;0.22 -4607;2;951.50;14.85;1519.00;0.84;0.48 -4608;2;4555.50;10.40;532.50;-1.03;0.22 -4609;2;3574.00;13.60;1267.00;0.54;0.38 -4610;2;1152.00;13.65;1616.50;0.49;0.60 -4611;2;1526.00;9.72;1005.00;0.98;0.48 -4612;2;4565.00;13.20;1369.00;-0.78;0.42 -4613;2;4406.50;12.50;971.50;0.32;0.32 -4614;2;3560.50;10.60;1327.00;-0.89;0.26 -4615;2;5532.00;9.50;227.00;0.78;0.40 -4616;2;4196.00;9.70;1041.50;-0.67;0.28 -4617;2;2195.50;10.70;697.50;-0.78;0.74 -4618;2;3776.00;10.40;1359.50;0.49;0.50 -4619;2;4594.50;11.15;1144.00;0.89;0.32 -4620;2;3653.50;9.80;1375.50;-0.32;0.52 -4621;2;4492.50;9.85;530.00;1.29;0.24 -4622;2;1430.00;10.30;1409.00;-1.10;0.36 -4623;2;1785.00;9.70;1621.50;2.26;0.48 -4624;2;1549.50;9.70;1004.50;1.30;0.32 -4625;2;1386.50;10.40;1462.00;-1.07;0.46 -4626;2;4308.50;10.50;969.00;-1.05;0.28 -4627;2;1529.00;11.50;1496.00;-0.78;0.28 -4628;2;4483.00;10.50;1036.50;0.85;0.34 -4629;2;3857.50;14.90;1321.50;0.78;0.58 -4630;2;4656.00;9.80;191.50;-0.55;0.60 -4631;2;4586.50;10.20;1130.00;0.64;0.30 -4632;2;5097.00;10.90;283.00;0.67;0.40 -4633;2;4736.00;11.40;1415.00;-0.92;0.48 -4634;2;4558.50;13.70;1253.00;1.05;0.30 -4635;2;5022.50;9.70;534.00;0.73;0.58 -4636;2;3843.00;10.40;1387.00;-0.92;0.48 -4637;2;3589.50;13.40;1263.00;1.05;0.34 -4638;2;3808.00;11.25;1410.50;0.67;0.68 -4639;2;4447.50;9.80;840.50;0.19;0.28 -4640;2;3233.50;9.60;1714.00;-0.89;0.22 -4641;2;1680.00;10.00;1168.00;1.32;0.40 -4642;2;4740.50;11.20;1385.50;-1.24;0.34 -4643;2;1850.00;9.62;228.00;4.54;0.42 -4644;2;4174.00;9.92;1037.00;0.00;0.32 -4645;2;4635.00;9.70;286.50;4.65;0.54 -4646;2;5057.00;10.20;1393.50;-1.44;0.38 -4647;2;1587.00;9.50;1302.50;4.54;0.40 -4648;2;5008.50;10.05;445.00;-1.05;0.34 -4649;2;4808.50;9.90;1441.50;1.46;0.42 -4650;2;1396.00;10.40;1387.50;4.54;0.34 -4651;2;3984.00;10.70;1429.00;0.89;0.58 -4652;2;4355.00;11.15;692.50;1.01;0.40 -4653;2;1526.50;10.05;1447.00;0.64;0.24 -4654;2;4325.00;10.77;964.00;0.78;0.26 -4655;2;4534.00;13.10;1391.50;-0.72;0.60 -4656;2;4466.00;11.45;1024.50;1.44;0.26 -4657;2;1003.00;12.50;1452.50;0.83;0.52 -4658;2;5120.50;10.20;192.50;0.78;0.42 -4659;2;3888.00;9.80;1694.50;0.65;0.54 -4660;2;3528.00;13.85;1306.00;1.24;0.24 -4661;2;4039.50;10.60;1531.50;0.22;0.56 -4662;2;2609.50;9.50;1595.00;-0.81;0.96 -4663;2;2277.00;9.50;1301.50;0.76;1.28 -4664;2;1361.00;12.12;1618.00;4.51;0.40 -4665;2;4153.00;10.10;1612.50;1.01;0.52 -4666;2;1719.00;10.90;1828.50;1.61;1.56 -4667;2;1871.00;9.50;1179.50;1.19;0.88 -4668;2;1089.00;14.75;1545.50;0.85;0.60 -4669;2;3864.00;9.75;1910.50;-1.11;1.50 -4670;2;3975.00;9.80;1580.50;1.04;0.56 -4671;2;449.50;9.50;1287.00;-1.12;1.08 -4672;2;816.00;9.50;884.50;0.87;1.00 -4673;2;5120.00;9.80;114.50;0.38;0.28 -4674;2;4103.50;13.05;1472.00;0.71;0.50 -4675;2;4690.00;13.00;1649.50;1.06;0.76 -4676;2;4715.00;9.50;487.50;-0.70;0.40 -4677;2;4615.50;13.00;1535.50;-1.30;0.54 -4678;2;826.50;13.80;1922.00;-0.52;1.16 -4679;2;5107.00;9.50;55.50;-1.53;0.96 -4680;2;4301.00;13.47;1559.00;1.16;0.52 -4681;2;4142.50;10.25;1695.00;0.98;0.50 -4682;2;4068.00;12.40;1338.00;-1.21;0.54 -4683;2;5126.50;9.50;967.50;-0.85;1.32 -4684;2;4917.50;9.50;620.00;0.46;0.98 -4685;2;3997.50;10.20;1566.50;1.07;0.44 -4686;2;3890.50;11.80;1364.50;-0.54;0.52 -4687;2;4238.50;10.50;1763.50;-1.20;0.78 -4688;2;5046.50;9.50;1459.00;-0.64;1.16 -4689;2;4527.50;9.50;859.00;-0.98;1.04 -4690;2;4258.00;12.90;1572.50;0.62;0.78 -4691;2;1332.50;10.60;1601.50;-1.42;0.32 -4692;2;4263.00;11.05;1902.50;1.13;1.38 -4693;2;3919.50;9.50;313.50;0.48;0.94 -4694;2;3597.50;9.50;777.00;-1.35;1.12 -4695;2;1162.50;11.30;1920.00;-0.67;1.44 -4696;2;3193.00;10.90;98.50;-1.50;0.66 -4697;2;4348.50;16.55;1478.00;-0.98;0.52 -4698;2;3511.50;9.50;139.50;0.39;1.32 -4699;2;2882.50;9.50;621.00;-0.49;0.98 -4700;2;3954.50;9.80;1649.00;-0.73;0.58 -4701;2;4908.00;11.60;1526.50;0.58;0.54 -4702;2;2595.00;9.50;262.50;-1.51;0.96 -4703;2;4433.00;11.20;1713.00;-0.54;0.74 -4704;2;4269.50;17.20;1383.00;1.20;0.58 -4705;2;4554.50;12.30;1547.50;0.91;0.66 -4706;2;2423.50;9.50;1052.00;0.76;1.36 -4707;2;2111.50;9.50;1498.00;1.16;1.18 -4708;2;1590.50;9.50;654.00;0.63;1.36 -4709;2;4145.00;17.60;1373.50;-1.26;0.54 -4710;2;3821.50;9.80;1729.50;0.88;0.66 -4711;2;4233.50;12.70;1560.50;0.71;0.60 -4712;2;599.50;9.50;219.50;1.24;1.18 -4713;2;116.00;9.50;867.00;-1.49;1.14 -4714;2;4182.00;11.70;1436.50;-0.92;0.60 -4715;2;3870.50;9.70;1820.00;-1.41;0.68 -4716;2;4539.00;13.60;1599.00;0.42;0.88 -4717;2;988.50;9.50;1132.00;0.54;1.38 -4718;2;5573.00;11.17;169.00;0.58;0.32 -4719;2;4648.50;11.05;1514.00;0.73;0.60 -4720;2;1918.50;11.90;1795.50;1.23;0.96 -4721;2;1128.00;9.50;961.00;0.49;1.20 -4722;2;745.50;9.50;1838.50;1.62;1.04 -4723;2;1170.50;14.50;1566.50;0.50;0.50 -4724;2;4241.50;10.70;1652.50;-1.00;0.46 -4725;2;4808.00;10.65;1511.50;0.13;0.44 -4726;2;4776.50;12.30;1725.50;0.90;0.92 -4727;2;1014.50;10.10;1431.50;0.78;0.46 -4728;2;5221.00;9.60;1560.50;-1.38;0.98 -4729;2;4433.50;14.30;1411.50;-1.41;0.52 -4730;2;4087.50;9.80;1722.00;0.10;0.70 -4731;2;4805.50;10.80;1587.00;0.24;0.62 -4732;2;4435.50;14.40;1456.50;-0.86;0.70 -4733;2;4120.00;9.80;1882.00;-1.00;1.46 -4734;2;4087.50;10.60;1600.50;-0.91;0.56 -4735;2;3108.00;13.12;377.00;-1.13;1.06 -4736;2;963.50;14.05;1542.00;0.34;0.56 -4737;2;4499.50;10.40;1668.00;-0.50;0.74 -4738;2;1426.00;10.10;1641.00;-0.78;0.38 -4739;2;1138.50;10.85;1781.00;0.10;0.78 -4740;2;1281.50;10.40;1491.00;0.84;0.44 -4741;2;1074.00;14.40;1643.50;-0.10;0.58 -4742;2;1077.00;16.10;1510.00;-0.27;0.46 -4743;2;4439.00;10.65;1788.00;0.55;1.26 -4744;2;5428.00;10.90;1861.50;-0.51;2.58 -4745;2;4666.50;11.80;1476.50;0.26;0.70 -4746;2;3792.00;9.70;1800.50;1.30;0.72 -4747;2;949.00;11.35;1668.50;0.72;0.44 -4748;2;5589.00;10.32;159.00;-1.10;0.32 -4749;2;1198.50;11.90;1584.00;0.84;0.50 -4750;2;4358.50;11.40;1627.00;-0.82;0.58 -4751;2;4196.00;15.85;1482.50;0.30;0.78 -4752;2;4821.50;12.65;1674.00;-0.92;0.86 -4753;2;1423.00;10.40;1835.50;-0.25;1.52 -4754;2;3854.50;9.80;1688.00;0.84;0.44 -4755;2;1759.00;10.30;647.50;-1.21;0.38 -4756;2;1432.50;10.30;1392.50;-0.40;0.36 -4757;2;1311.00;10.30;1528.50;-0.70;0.40 -4758;2;3733.50;12.30;1676.50;1.03;0.32 -4759;2;1211.50;11.10;1705.50;1.24;0.50 -4760;2;1199.00;12.85;1565.00;0.92;0.36 -4761;2;4018.00;9.70;1844.50;-0.75;1.02 -4762;2;4624.00;12.40;1639.50;-0.48;0.88 -4763;2;5107.50;10.10;88.00;-1.05;0.30 -4764;2;4026.50;11.10;1458.50;-1.48;0.46 -4765;2;1007.50;15.05;1758.00;0.18;0.82 -4766;2;4488.00;13.75;1525.50;1.22;0.58 -4767;2;4082.50;9.80;1688.50;1.14;0.62 -4768;2;4027.50;14.00;1354.00;-0.34;0.44 -4769;2;1709.50;11.10;1707.50;-0.78;0.36 -4770;2;4126.50;17.70;1365.00;1.31;0.46 -4771;2;4019.50;10.30;1731.00;0.71;0.62 -4772;2;1266.00;10.75;1662.00;0.87;0.46 -4773;2;3974.50;10.40;1387.00;0.75;0.64 -4774;2;3801.00;9.80;1825.00;1.14;0.80 -4775;2;1422.50;11.00;1719.00;-1.31;0.72 -4776;2;5023.00;10.20;88.50;-0.85;0.48 -4777;2;4289.50;13.50;1474.50;0.78;0.56 -4778;2;988.00;13.00;1656.50;-0.34;0.48 -4779;2;4854.50;11.70;1551.00;1.01;0.58 -4780;2;3904.50;10.30;1641.50;1.68;0.48 -4781;2;4171.50;13.95;1535.00;-0.98;0.46 -4782;2;4316.00;10.30;1691.50;1.43;0.48 -4783;2;4373.00;12.20;1348.00;-0.78;0.68 -4784;2;1539.50;10.40;1709.00;-0.98;0.50 -4785;2;4291.00;11.25;1731.50;0.81;0.74 -4786;2;4368.00;14.10;1373.50;0.92;0.50 -4787;2;1840.00;11.30;1788.50;0.74;0.66 -4788;2;4200.00;13.00;1403.50;0.74;0.66 -4789;2;4149.00;10.67;1639.00;0.78;0.54 -4790;2;1271.00;10.30;1729.00;-1.40;0.56 -4791;2;5014.00;9.75;79.00;1.37;0.36 -4792;2;4609.50;11.70;1492.00;0.12;0.72 -4793;2;4157.00;10.12;1649.00;4.71;0.38 -4794;2;1175.00;13.57;1594.00;1.05;0.62 -4795;2;4643.00;11.30;1712.50;0.97;0.98 -4796;2;1091.00;15.07;1430.00;4.71;0.38 -4797;2;4421.50;11.35;1557.00;-0.71;0.48 -4798;2;4823.50;10.70;1739.50;1.31;0.82 -4799;2;1013.50;11.30;1468.00;0.71;0.66 -4800;2;4155.00;12.85;1554.00;-1.19;0.52 -4801;2;4463.00;14.75;1468.50;-1.04;0.72 -4802;2;3706.00;10.20;1756.00;-0.41;0.60 -4803;2;4117.50;10.10;1576.50;-1.51;0.46 -4804;2;5561.00;10.50;126.50;0.58;0.26 -4805;2;4898.50;10.30;1483.00;0.16;0.44 -4806;2;4022.00;10.00;1595.50;0.65;0.68 -4807;2;1348.50;10.40;1616.00;0.24;0.48 -4808;2;4400.00;11.20;1663.00;-1.19;0.80 -4809;2;4747.00;11.10;1542.50;1.65;0.64 -4810;2;4969.50;11.20;1683.00;-0.64;1.04 -4811;2;1301.00;10.85;1490.50;0.21;0.38 -4812;2;4474.50;10.50;1830.00;1.07;1.44 -4813;2;3827.50;9.70;1698.00;0.95;0.68 -4814;2;1230.00;12.00;1505.50;-0.27;0.44 -4815;2;4413.00;10.70;1600.50;1.10;0.64 -4816;2;1002.50;15.60;1506.00;0.98;0.62 -4817;2;3949.00;9.70;1771.50;-0.92;0.50 -4818;2;4297.50;13.70;1616.50;0.96;0.60 -4819;2;5532.50;12.70;99.00;1.57;0.34 -4820;2;1176.50;13.40;1615.50;0.63;0.48 -4821;2;4718.50;12.05;1663.00;0.24;0.90 -4822;2;3166.00;12.90;120.00;-1.34;0.62 -4823;2;4183.00;12.10;1463.00;0.46;0.50 -4824;2;3838.00;9.80;1672.00;0.46;0.40 -4825;2;3537.50;14.40;1294.00;-0.29;0.34 -4826;2;951.50;13.80;1622.00;0.84;0.56 -4827;2;4063.00;9.75;1704.50;1.10;0.58 -4828;2;4039.50;18.10;1337.50;0.78;0.56 -4829;2;4872.00;11.30;1560.00;0.54;0.48 -4830;2;1231.50;12.75;1548.00;0.83;0.46 -4831;2;4272.50;11.40;1798.00;0.31;1.22 -4832;2;4674.50;12.30;1603.00;-0.84;0.60 -4833;2;478.00;10.05;1965.50;1.53;0.90 -4834;2;1418.50;10.60;1631.50;0.95;0.38 -4835;2;4554.50;14.20;1624.00;-1.13;0.62 -4836;2;5084.50;10.10;143.50;1.30;0.30 -4837;2;4435.50;13.60;1532.50;-1.50;0.52 -4838;2;1002.00;13.10;1709.50;4.65;0.38 -4839;2;1190.00;12.10;1647.00;4.71;0.38 -4840;2;4050.00;10.10;1652.50;1.10;0.54 -4841;2;4999.00;9.75;1544.00;1.32;0.52 -4842;2;4338.00;11.10;1736.00;1.40;0.74 -4843;2;4286.50;14.65;1366.00;-1.01;0.68 -4844;2;4964.50;10.10;1581.50;0.62;0.46 -4845;2;4053.00;13.30;1386.50;0.96;0.56 -4846;2;3804.00;9.75;1752.00;0.46;0.72 -4847;2;4832.00;10.85;1594.00;0.40;0.64 -4848;2;588.00;13.62;1974.00;1.01;1.22 -4849;2;4200.00;13.05;1454.50;-0.70;0.54 -4850;2;3844.00;10.10;1599.50;-0.43;0.54 -4851;2;3248.50;13.20;320.00;-0.64;0.92 -4852;2;4689.50;11.90;1502.50;-0.49;0.54 -4853;2;4313.50;10.80;1659.00;0.54;0.70 -4854;2;1427.00;10.65;1662.00;-0.78;0.36 -4855;2;4666.00;10.55;1721.50;-1.28;0.60 -4856;2;4511.00;12.87;1397.00;0.38;0.52 -4857;2;1117.50;12.00;1667.50;-0.88;0.68 -4858;2;4342.50;14.40;1414.50;1.39;0.54 -4859;2;4172.50;9.80;1921.50;0.32;1.46 -4860;2;1069.50;13.95;1674.00;-0.74;0.62 -4861;2;2500.00;11.80;1900.50;-0.88;1.02 -4862;2;4501.00;14.30;1483.50;0.55;0.80 -4863;2;1130.50;12.25;1706.00;-1.27;0.52 -4864;2;5124.00;10.30;128.00;-0.32;0.24 -4865;2;1056.00;10.45;1546.50;-1.10;0.48 -4866;2;4116.50;10.60;1630.50;-1.16;0.44 -4867;2;2039.00;10.00;754.50;-1.21;0.48 -4868;2;4619.00;11.52;1693.00;1.19;0.86 -4869;2;1522.50;11.30;1689.00;0.35;0.52 -4870;2;867.00;12.55;1789.00;0.67;0.86 -4871;2;1219.00;12.80;1529.50;-1.47;0.48 -4872;2;1288.00;10.10;1746.50;0.55;0.50 -4873;2;4584.50;13.25;1423.00;0.73;0.74 -4874;2;3710.50;12.25;1731.00;-0.52;0.52 -4875;2;1341.00;11.00;1725.50;0.31;0.70 -4876;2;4713.00;10.60;1462.50;1.10;0.38 -4877;2;984.00;14.40;1760.50;0.99;0.86 -4878;2;4892.00;10.60;1812.00;0.85;1.32 -4879;2;3064.50;13.90;266.50;-0.69;0.88 -4880;2;1277.00;10.65;1640.00;-0.87;0.50 -4881;2;4925.50;11.70;1666.00;1.01;0.70 -4882;2;4350.50;14.85;1538.00;0.29;0.64 -4883;2;4038.00;10.70;992.50;-1.10;0.52 -4884;2;1293.00;10.30;1345.50;-0.67;0.46 -4885;2;2726.50;9.50;1470.00;0.89;0.86 -4886;2;2356.00;9.50;1173.00;0.72;1.02 -4887;2;1224.50;11.70;1177.50;0.86;0.64 -4888;2;4401.50;18.10;1237.50;0.36;0.50 -4889;2;2968.00;10.40;780.50;-1.19;0.58 -4890;2;1822.00;9.50;1249.50;0.68;1.36 -4891;2;3745.00;10.05;1065.00;-1.03;0.40 -4892;2;1722.00;9.72;981.00;-0.71;0.84 -4893;2;3769.50;11.30;1226.00;-0.12;0.50 -4894;2;564.00;9.50;1123.00;-0.78;1.24 -4895;2;887.00;9.50;1365.50;-1.53;1.10 -4896;2;4512.00;10.75;1124.00;-1.24;0.36 -4897;2;3082.50;10.40;845.50;0.53;0.84 -4898;2;1137.50;16.30;1297.50;0.60;0.50 -4899;2;4764.00;9.50;604.00;-0.57;1.46 -4900;2;4181.50;22.30;1111.50;0.56;0.58 -4901;2;3563.00;14.65;1281.50;0.41;0.36 -4902;2;3137.00;10.75;906.50;-0.04;1.54 -4903;2;2908.50;10.10;1151.00;0.41;0.78 -4904;2;1398.50;9.80;1165.00;0.07;0.68 -4905;2;5030.50;9.50;19.50;1.52;1.04 -4906;2;5208.50;9.50;1078.00;1.50;1.16 -4907;2;4863.00;9.50;659.00;-0.62;1.02 -4908;2;1076.00;9.65;1330.00;-0.78;0.52 -4909;2;3566.00;11.05;777.50;1.40;0.64 -4910;2;3337.00;10.55;1011.00;0.24;0.58 -4911;2;5087.50;9.50;1506.50;-0.42;1.02 -4912;2;4519.00;9.50;893.00;-0.74;1.18 -4913;2;2933.00;10.85;946.50;1.01;1.56 -4914;2;4242.00;21.85;1232.50;-1.38;0.84 -4915;2;4014.00;10.20;1092.00;-0.78;0.44 -4916;2;3994.50;9.50;296.50;-0.78;1.02 -4917;2;3607.00;9.50;688.00;0.78;1.04 -4918;2;3353.50;11.45;848.00;1.22;0.70 -4919;2;1254.50;10.60;1441.50;-0.40;0.40 -4920;2;2647.50;12.70;1101.50;4.64;0.58 -4921;2;3492.00;9.50;83.50;-0.26;1.10 -4922;2;2830.50;9.50;648.50;-1.09;0.68 -4923;2;3953.00;18.12;1309.00;0.24;0.44 -4924;2;3523.50;12.15;902.00;0.34;0.78 -4925;2;4439.50;10.40;1149.00;1.07;0.42 -4926;2;2579.50;9.50;203.50;0.44;0.88 -4927;2;2709.00;10.90;855.50;0.38;0.88 -4928;2;3617.50;16.10;1162.50;0.78;0.48 -4929;2;2457.00;9.50;1062.50;-0.69;1.08 -4930;2;2104.50;9.50;1337.50;-0.62;0.88 -4931;2;1613.00;9.50;615.00;-1.32;1.10 -4932;2;3602.50;9.80;1028.50;-1.30;0.60 -4933;2;2755.00;14.75;1174.00;1.40;0.40 -4934;2;1975.50;9.95;914.00;0.71;0.62 -4935;2;633.00;9.50;257.50;4.58;1.02 -4936;2;213.50;9.50;813.50;1.31;0.92 -4937;2;4381.50;14.90;1082.50;0.50;0.40 -4938;2;2955.50;12.15;814.00;1.01;0.58 -4939;2;4493.50;13.90;1253.00;0.71;0.44 -4940;2;989.50;9.50;1098.00;-1.20;1.12 -4941;2;3257.00;11.00;579.00;0.92;0.46 -4942;2;1746.50;9.80;1013.00;1.41;0.48 -4943;2;3526.50;14.20;1244.00;-1.05;0.50 -4944;2;1205.50;9.50;969.00;1.51;1.08 -4945;2;668.00;9.50;1794.50;-0.94;1.14 -4946;2;1158.00;15.50;1262.50;0.87;0.44 -4947;2;4233.00;12.95;1327.50;-1.02;0.48 -4948;2;2552.50;9.70;884.50;0.42;0.56 -4949;2;3814.50;13.50;1142.00;0.18;0.64 -4950;2;4023.00;10.90;1001.50;0.21;0.48 -4951;2;3464.50;10.50;1177.00;1.08;0.76 -4952;2;2901.50;9.70;739.50;1.06;0.60 -4953;2;4035.50;10.60;1033.50;-1.24;0.44 -4954;2;3390.00;13.35;815.50;1.06;0.64 -4955;2;1213.50;11.70;1380.50;0.93;0.44 -4956;2;1247.00;12.80;1222.50;0.96;0.46 -4957;2;2652.50;11.15;828.00;0.86;0.66 -4958;2;3780.00;11.95;1243.50;0.92;0.54 -4959;2;3666.50;10.40;1091.00;0.91;0.70 -4960;2;4507.00;14.00;1324.50;0.96;0.36 -4961;2;3283.50;11.00;902.50;0.70;0.72 -4962;2;3031.00;10.80;1129.50;1.23;0.66 -4963;2;3289.00;10.12;958.00;-1.21;0.72 -4964;2;4308.00;20.82;1190.00;0.98;0.84 -4965;2;1419.00;9.72;1179.00;-1.05;0.84 -4966;2;3631.50;14.40;1147.50;-1.16;0.46 -4967;2;3940.79;9.50;691.50;-0.10;0.36 -4968;2;3477.50;11.80;1081.00;-0.18;0.72 -4969;2;1613.00;11.30;979.50;0.43;0.72 -4970;2;2899.50;9.90;1199.00;-0.55;0.50 -4971;2;3981.50;12.90;1062.50;-0.22;0.58 -4972;2;2960.00;10.50;844.00;1.57;0.70 -4973;2;4068.00;22.25;1251.50;-1.10;0.84 -4974;2;3461.00;11.25;1135.50;-0.55;0.70 -4975;2;1151.50;15.15;1445.00;-0.84;0.58 -4976;2;3566.50;12.60;918.00;0.73;0.98 -4977;2;1094.00;11.07;1310.00;-1.32;0.48 -4978;2;3093.50;10.40;864.50;-1.24;0.82 -4979;2;3960.00;11.70;1190.50;0.67;0.54 -4980;2;1977.00;10.20;878.00;-1.16;1.60 -4981;2;3444.50;13.10;1016.50;0.86;0.60 -4982;2;1884.00;10.30;944.50;-0.86;0.88 -4983;2;3643.50;14.50;1201.50;-1.20;0.50 -4984;2;3944.50;9.85;1074.00;0.55;0.46 -4985;2;3475.50;10.10;842.50;1.03;0.40 -4986;2;4488.50;13.70;1288.50;-1.07;0.44 -4987;2;4130.50;14.60;1095.50;-0.95;0.46 -4988;2;1475.50;10.30;1482.00;1.22;0.22 -4989;2;2553.00;9.70;861.50;4.46;0.16 -4990;2;3895.50;12.70;1139.50;0.66;0.46 -4991;2;1397.00;9.80;1133.00;-0.35;0.70 -4992;2;2954.50;10.20;1165.00;-0.86;0.52 -4993;2;3692.00;11.97;1031.00;0.89;0.58 -4994;2;4192.00;22.62;1142.00;-0.54;0.66 -4995;2;3481.00;10.50;729.00;0.54;0.72 -4996;2;4342.50;14.70;1074.50;0.07;0.30 -4997;2;3019.50;13.40;840.00;1.23;0.82 -4998;2;3919.50;10.95;1190.00;0.83;0.44 -4999;2;4390.50;16.00;1125.50;-0.56;0.38 -5000;2;1695.50;9.80;987.50;-0.97;0.68 -5001;2;1334.00;10.10;1418.00;1.10;0.34 -5002;2;4031.50;12.10;1127.00;-0.52;0.42 -5003;2;3797.50;11.00;1255.50;0.66;0.58 -5004;2;2976.50;11.90;1061.00;-0.65;1.46 -5005;2;3565.00;9.70;1149.00;-1.16;0.48 -5006;2;3501.00;13.50;935.00;0.78;0.62 -5007;2;4512.00;13.45;1226.50;-1.27;0.30 -5008;2;1943.00;10.20;851.50;0.82;1.62 -5009;2;4364.00;14.15;1022.00;0.46;0.48 -5010;2;3416.00;16.10;791.50;0.49;0.70 -5011;2;4186.50;22.20;1233.00;0.37;0.78 -5012;2;2595.00;10.30;1049.50;-0.58;0.92 -5013;2;2753.50;10.50;769.00;0.22;0.76 -5014;2;3499.00;10.35;1256.00;-0.98;0.40 -5015;2;1278.00;9.70;1275.00;0.58;0.56 -5016;2;4053.50;13.00;1289.50;0.19;0.72 -5017;2;3397.50;12.20;912.50;1.20;0.58 -5018;2;4262.50;20.30;1121.50;-1.18;0.60 -5019;2;4026.00;11.25;957.00;0.64;0.36 -5020;2;3829.00;12.02;1152.00;4.71;0.50 -5021;2;1263.00;11.25;1226.00;-0.51;0.54 -5022;2;1283.00;10.70;1376.50;0.87;0.50 -5024;2;3557.50;11.10;1049.50;-0.78;0.66 -5025;2;4460.00;15.25;1247.50;-1.32;0.40 -5026;2;1672.50;10.00;925.50;-1.25;1.26 -5027;2;3445.50;12.80;1080.50;-0.28;0.72 -5028;2;2981.50;10.65;831.00;0.14;0.72 -5029;2;3743.50;14.35;1254.00;1.05;0.38 -5030;2;4524.50;13.20;1145.50;0.62;0.34 -5031;2;4405.50;13.10;1308.50;0.66;0.52 -5032;2;3999.50;11.20;885.00;-0.89;0.36 -5033;2;4243.50;20.30;1131.00;1.16;0.40 -5034;2;2557.50;9.70;929.50;-1.30;0.60 -5035;2;2890.00;9.90;1174.50;0.83;0.72 -5036;2;2964.00;10.10;697.50;-1.32;0.50 -5037;2;3447.50;13.90;990.00;0.74;0.58 -5038;2;1207.50;11.40;1362.50;0.26;0.54 -5039;2;2659.50;11.20;781.50;-0.78;0.74 -5040;2;4056.50;10.45;1055.00;-0.98;0.42 -5041;2;3440.50;11.40;840.50;-0.78;0.74 -5042;2;4037.00;23.40;1240.00;-0.92;0.70 -5043;2;3820.00;12.25;1085.00;0.87;0.64 -5044;2;1119.50;13.15;1395.00;0.35;0.56 -5045;2;2697.50;10.95;821.00;0.82;0.70 -5046;2;2646.00;12.27;1117.00;-1.32;0.42 -5047;2;3400.50;12.00;926.50;-0.95;0.52 -5048;2;4487.00;11.55;1165.00;0.98;0.30 -5049;2;3694.50;9.80;1000.50;0.85;0.84 -5050;2;3558.00;9.95;1196.00;0.51;0.56 -5051;2;1572.00;13.17;845.00;-1.37;0.48 -5052;2;1198.50;14.60;1208.00;-0.86;0.60 -5053;2;2877.00;11.45;1207.00;-1.19;0.50 -5054;2;3045.50;11.30;697.00;0.76;0.92 -5055;2;4069.00;10.80;1067.50;-0.38;0.40 -5056;2;1754.00;9.70;979.50;1.27;0.60 -5057;2;4414.00;17.15;1270.50;0.58;0.44 -5058;2;3492.00;11.10;1109.00;0.58;0.76 -5059;2;1452.50;10.40;1445.50;-1.42;0.18 -5060;2;3192.50;12.90;864.00;0.72;1.20 -5061;2;1256.00;9.80;1314.50;0.11;0.52 -5062;2;3998.00;16.45;1337.50;-1.22;0.42 -5063;2;3996.50;11.80;945.50;0.32;0.38 -5064;2;3846.00;12.95;1169.00;0.69;0.52 -5065;2;3544.00;10.00;717.50;0.85;0.54 -5066;2;1233.00;11.15;1153.50;0.96;0.48 -5067;2;3616.50;14.00;1207.50;0.78;0.48 -5068;2;3512.00;12.12;793.00;1.15;0.44 -5069;2;3347.50;11.20;1031.00;-0.39;0.52 -5070;2;2683.00;12.32;778.00;-0.66;0.58 -5071;2;1105.50;13.30;1375.00;0.89;0.24 -5072;2;4429.50;17.90;1100.50;0.62;0.34 -5073;2;3711.50;12.20;1236.50;0.86;0.62 -5074;2;3503.50;11.35;862.00;-1.36;0.52 -5075;2;3787.50;12.10;1121.50;1.00;0.56 -5076;2;4323.50;19.20;1307.50;0.91;0.42 -5077;2;2589.00;9.75;920.50;0.27;0.64 -5078;2;3202.50;9.90;1154.00;1.19;0.32 -5079;2;3399.50;11.20;672.50;0.85;0.64 -5080;2;4265.00;22.45;1159.50;0.11;0.78 -5081;2;3582.50;10.05;1007.00;1.03;1.06 -5082;2;3888.50;16.20;1190.50;0.91;0.44 -5083;2;1824.00;9.85;892.50;1.78;1.76 -5084;2;3165.00;11.90;776.00;0.92;1.24 -5085;2;1267.50;10.40;1424.50;0.54;0.34 -5086;2;4042.50;9.90;1094.00;0.98;0.40 -5087;2;3992.00;19.60;1278.50;0.83;0.56 -5088;2;1699.50;10.20;1036.00;4.49;0.60 -5089;2;3597.50;11.50;1148.50;0.42;0.68 -5090;2;1489.50;10.70;1439.00;-0.16;0.30 -5091;2;3408.00;13.15;903.50;-0.70;0.36 -5092;2;4528.00;11.45;1201.50;0.38;0.28 -5093;2;3540.50;13.70;991.50;0.65;0.86 -5094;2;4107.00;21.52;1195.00;0.58;0.84 -5095;2;2866.50;13.80;984.00;-0.88;2.04 -5096;2;4047.00;10.60;1047.50;1.26;0.42 -5097;2;3427.00;17.37;822.00;1.10;0.66 -5098;2;3525.50;10.30;1216.50;0.09;0.46 -5099;2;3422.50;12.65;1083.00;0.83;0.48 -5100;2;4377.00;14.47;1296.00;1.03;0.62 -5101;2;2818.50;10.20;905.00;-0.91;1.04 -5102;2;4319.50;18.60;1121.50;-0.93;0.80 -5103;2;1291.00;10.90;1453.00;-0.78;0.42 -5104;2;4020.00;10.40;917.50;1.01;0.42 -5105;2;3858.50;15.65;1135.00;0.66;0.60 -5106;2;3267.50;13.10;248.50;0.78;0.68 -5107;2;2199.50;10.20;798.50;0.78;0.56 -5108;2;2782.00;9.50;1428.50;0.94;0.76 -5109;2;2291.50;9.50;1471.00;-0.30;1.18 -5110;2;1965.50;10.60;411.50;-0.40;0.42 -5111;2;1879.00;9.50;1297.50;1.39;0.98 -5112;2;2082.00;9.60;482.50;-1.22;0.36 -5113;2;228.00;9.50;1295.50;-1.07;1.24 -5114;2;1036.00;9.50;1147.00;-0.64;0.98 -5115;2;2000.00;11.47;570.00;-0.35;0.92 -5116;2;4724.50;9.50;443.50;-1.04;1.00 -5117;2;3064.50;11.00;582.50;1.66;0.68 -5118;2;1706.00;12.25;170.00;1.89;0.38 -5119;2;1275.00;10.10;1774.00;0.61;0.94 -5120;2;1559.00;11.77;802.00;-0.92;0.64 -5121;2;1687.00;9.60;236.00;-0.98;0.42 -5122;2;5031.00;9.50;50.00;-0.96;0.86 -5123;2;5261.50;9.50;1066.00;0.37;1.18 -5124;2;4918.00;9.50;701.00;1.47;1.02 -5125;2;4673.50;10.70;312.00;1.08;0.84 -5126;2;5059.50;9.50;1513.00;-0.24;0.68 -5127;2;4509.50;9.50;924.00;0.88;1.24 -5128;2;3549.00;13.10;356.00;-0.98;1.02 -5129;2;3936.00;9.50;277.50;-0.53;0.88 -5130;2;3571.50;9.50;644.50;-1.22;1.02 -5131;2;1720.00;13.90;551.50;-0.11;0.64 -5132;2;3565.50;9.50;79.00;0.80;1.26 -5133;2;2789.00;9.50;643.00;-0.78;0.88 -5134;2;5056.50;9.80;134.00;0.16;0.38 -5135;2;5066.50;13.20;547.50;-0.42;0.50 -5136;2;3072.00;10.20;901.50;-0.17;1.08 -5137;2;2535.50;9.50;202.00;-0.17;1.02 -5138;2;4861.50;10.60;228.50;0.65;0.92 -5139;2;2963.50;11.00;646.50;-0.09;0.64 -5140;2;2477.50;9.50;1123.00;1.35;1.16 -5141;2;2101.00;9.50;1381.50;-0.66;1.04 -5142;2;1571.50;9.50;586.50;-0.39;1.26 -5143;2;1796.00;10.30;411.50;-0.74;0.62 -5144;2;610.50;9.50;263.50;1.16;1.34 -5145;2;168.00;9.50;850.50;-0.97;0.98 -5146;2;1743.00;16.40;479.50;0.34;0.60 -5147;2;1016.00;9.50;1039.50;-0.06;1.16 -5148;2;1979.00;10.60;607.50;-0.05;1.52 -5149;2;1228.50;9.50;849.50;0.87;1.14 -5150;2;738.00;9.50;1789.50;-0.96;1.10 -5151;2;2056.50;10.60;691.50;-0.56;0.88 -5152;2;1778.50;13.60;328.50;-1.30;0.60 -5153;2;2162.50;10.50;753.50;0.73;0.84 -5154;2;3065.50;11.75;195.00;0.30;0.78 -5155;2;3323.00;11.45;377.00;-0.64;0.94 -5156;2;2014.50;11.60;437.00;0.98;0.52 -5157;2;4030.50;15.10;1144.50;1.16;0.38 -5158;2;3033.50;13.55;477.00;-0.46;0.76 -5159;2;1684.50;9.95;132.00;0.46;0.44 -5160;2;3348.50;11.40;653.50;-0.85;0.68 -5161;2;5064.50;9.80;119.00;1.22;0.48 -5162;2;1609.00;12.10;775.00;1.35;0.80 -5163;2;1837.50;9.80;345.00;-1.01;0.54 -5164;2;3402.00;9.95;385.00;-0.86;0.78 -5165;2;1868.50;9.95;542.00;-1.46;0.60 -5166;2;1677.50;19.25;650.00;0.33;0.92 -5167;2;2064.00;11.55;474.00;-0.98;0.40 -5168;2;2257.50;9.70;740.50;1.37;0.28 -5169;2;1698.50;11.20;194.50;-0.26;0.32 -5170;2;4689.50;10.75;277.00;1.20;0.66 -5171;2;1726.00;17.70;454.50;0.62;0.50 -5172;2;2112.00;11.15;501.50;-0.87;0.40 -5173;2;1744.00;9.95;80.50;1.36;0.84 -5174;2;2095.50;11.50;650.00;-1.46;0.96 -5175;2;4694.00;10.25;161.00;0.98;0.54 -5176;2;4601.00;10.42;643.00;0.64;0.48 -5177;2;3327.50;10.10;272.00;0.69;1.00 -5178;2;1982.00;11.45;456.00;1.01;0.50 -5179;2;1803.00;15.15;551.50;0.92;0.60 -5180;2;3342.50;12.70;539.50;0.73;0.98 -5181;2;5074.00;12.10;28.00;0.46;0.30 -5182;2;2226.00;10.87;724.00;-0.98;0.38 -5183;2;4903.50;9.80;176.00;1.03;0.72 -5184;2;1789.50;10.65;303.00;-0.82;0.60 -5185;2;3502.50;11.20;363.50;-0.84;0.88 -5186;2;2045.00;10.95;518.00;0.78;0.40 -5187;2;5077.00;10.65;18.50;-1.10;0.34 -5188;2;1749.00;10.40;649.50;0.18;0.90 -5189;2;3102.50;11.95;191.00;0.46;0.90 -5190;2;1590.50;15.30;723.50;0.49;0.64 -5191;2;1703.50;10.40;331.00;0.46;0.38 -5192;2;1728.50;19.85;421.00;0.05;0.56 -5193;2;4436.00;15.10;1201.50;1.49;0.36 -5194;2;2146.50;11.40;642.50;0.68;0.74 -5195;2;5497.50;9.50;57.50;0.54;0.46 -5196;2;3398.50;12.00;603.00;0.74;0.76 -5197;2;4842.50;9.80;193.50;4.64;0.80 -5198;2;5062.00;10.45;267.50;-0.61;0.82 -5199;2;3256.00;12.90;403.00;1.17;0.56 -5200;2;1922.00;9.92;527.00;1.42;0.68 -5201;2;1729.00;9.60;59.50;0.67;0.32 -5202;2;1664.50;17.10;621.50;0.96;0.70 -5203;2;3124.00;11.80;208.50;0.20;0.24 -5204;2;2113.50;10.50;715.50;1.03;0.80 -5205;2;1473.50;9.85;1663.00;4.56;0.38 -5206;2;4998.50;9.90;337.50;1.20;0.88 -5207;2;2408.50;9.50;208.00;-1.48;0.66 -5208;2;2048.50;11.10;630.50;-0.82;1.16 -5209;2;1746.00;9.90;44.50;1.69;0.40 -5210;2;3420.50;10.10;590.50;0.36;0.74 -5211;2;4983.50;9.80;152.00;-0.73;0.46 -5212;2;3336.00;10.30;252.50;-0.88;0.70 -5213;2;1870.50;10.30;402.50;0.73;0.90 -5214;2;1851.50;9.70;868.00;-0.27;1.18 -5215;2;1723.50;9.50;43.00;0.89;0.58 -5216;2;1694.00;10.20;726.00;-0.98;1.10 -5217;2;3226.00;12.35;251.00;-0.84;0.86 -5218;2;2138.00;10.60;701.50;-0.30;0.76 -5219;2;1771.00;10.65;283.50;4.58;0.46 -5220;2;2101.50;9.70;812.50;0.38;0.72 -5221;2;3293.50;12.10;426.00;-0.87;1.04 -5222;2;3573.00;12.75;410.50;0.00;0.88 -5223;2;2139.00;12.40;609.50;0.00;0.60 -5224;2;3380.00;12.65;571.50;-0.83;0.68 -5225;2;4965.00;12.05;160.50;-0.29;0.54 -5226;2;4596.50;11.15;666.00;-1.27;0.44 -5227;2;5099.50;10.10;237.00;0.55;0.46 -5228;2;1697.50;10.10;392.00;-0.64;0.42 -5229;2;1805.00;13.60;513.50;0.96;0.64 -5230;2;1745.81;17.90;602.79;1.24;0.48 -5231;2;3194.00;12.80;165.50;-1.04;0.92 -5232;2;1864.50;9.80;739.00;0.33;1.42 -5233;2;2737.50;9.50;1397.00;0.05;0.78 -5234;2;2483.00;9.50;1467.00;1.00;1.06 -5235;2;1928.50;9.50;1319.00;-0.70;1.26 -5237;2;1048.50;9.50;1116.00;-1.44;1.06 -5238;2;4849.00;9.50;532.50;0.31;1.18 -5239;2;1280.50;10.85;1928.00;-1.36;1.38 -5240;2;5092.50;9.50;22.50;1.19;1.48 -5241;2;5226.00;9.50;1117.50;0.60;1.12 -5242;2;4824.00;9.50;731.50;-1.26;1.02 -5243;2;5082.50;9.50;1567.00;-0.64;1.16 -5244;2;4478.00;9.50;954.00;-0.57;1.40 -5245;2;3974.00;9.50;265.00;-0.29;0.86 -5246;2;3544.50;9.50;677.00;-0.70;1.30 -5247;2;3471.00;9.50;276.50;0.47;1.30 -5248;2;2792.50;9.50;595.00;-0.03;1.08 -5249;2;2511.50;9.50;218.50;1.62;1.00 -5250;2;2431.50;9.50;1156.50;0.74;1.24 -5251;2;2081.00;9.50;1353.00;1.14;1.00 -5252;2;1688.50;9.50;569.50;1.26;1.06 -5253;2;688.50;9.50;275.00;0.96;0.86 -5254;2;240.50;9.50;842.00;0.29;1.26 -5255;2;949.50;9.50;1068.50;0.65;1.40 -5256;2;1204.50;9.50;899.50;0.42;1.32 -5257;2;878.00;10.00;1709.50;0.41;1.38 -5258;2;2671.50;9.50;1396.50;0.14;0.80 -5259;2;2436.50;9.50;1636.50;1.06;1.44 -5260;2;1944.00;9.50;1210.50;0.77;1.40 -5261;2;76.50;9.50;1227.00;0.94;1.22 -5262;2;1213.50;9.50;1060.00;-1.16;1.24 -5263;2;4836.00;9.50;436.50;0.18;1.04 -5264;2;5415.50;11.40;1986.50;4.65;2.52 -5265;2;5159.00;9.50;15.00;1.31;0.78 -5266;2;5226.50;9.50;1168.50;-0.98;1.20 -5267;2;4821.00;9.50;676.00;-0.83;1.04 -5268;2;5072.50;9.50;1618.00;0.52;1.20 -5269;2;4547.00;9.50;962.00;-0.72;1.42 -5270;2;3963.50;9.50;229.50;0.55;1.04 -5271;2;3604.00;9.50;597.50;0.80;1.04 -5272;2;3497.50;9.50;219.00;1.09;1.14 -5273;2;2801.50;9.50;533.50;-0.78;1.14 -5274;2;2575.00;9.50;249.00;0.90;0.98 -5275;2;2384.00;9.50;1219.50;4.60;1.10 -5276;2;2077.50;9.50;1396.50;1.01;0.92 -5277;2;1694.00;9.50;512.00;0.82;1.22 -5278;2;641.50;9.50;303.00;1.06;1.06 -5279;2;139.50;9.50;941.00;-1.23;1.08 -5280;2;881.50;9.50;1038.00;-0.86;1.26 -5281;2;1242.50;9.50;955.50;-0.41;1.08 -5282;2;817.00;9.50;1705.00;-1.24;0.94 -5283;2;3027.00;13.30;1494.50;0.92;0.20 -5284;2;2656.50;9.50;1356.50;1.05;0.80 -5285;2;1615.00;9.50;43.00;0.67;0.84 -5286;2;2464.00;9.50;1746.50;-0.85;1.32 -5287;2;1984.50;9.50;1212.50;0.11;1.06 -5288;2;3.00;9.50;1155.50;-0.38;0.30 -5289;2;1296.50;9.50;1036.50;-1.35;1.16 -5290;2;4884.50;9.50;561.50;1.50;0.98 -5291;2;2895.00;10.95;1494.50;0.27;0.22 -5292;2;5196.00;9.50;36.50;-0.07;1.08 -5293;2;5292.00;9.50;1135.00;1.64;1.22 -5294;2;4786.50;9.50;659.50;0.28;1.16 -5295;2;4999.50;9.50;1625.00;-1.20;1.14 -5296;2;4612.00;9.50;947.00;0.78;1.30 -5297;2;3983.50;9.50;187.00;0.60;1.02 -5298;2;3526.00;9.50;647.50;0.92;1.10 -5299;2;3412.50;9.50;325.00;0.40;1.40 -5300;2;2768.50;9.50;512.00;-1.45;0.84 -5301;2;2499.50;9.50;258.00;-0.33;0.96 -5302;2;2377.00;9.50;1130.00;0.00;1.20 -5303;2;2044.00;9.50;1446.00;0.58;1.10 -5304;2;1670.50;9.50;459.50;0.04;1.20 -5305;2;707.50;9.50;295.00;-0.98;1.06 -5306;2;87.00;9.50;920.00;-1.32;1.28 -5307;2;891.50;9.50;996.00;-1.16;1.28 -5308;2;1253.00;9.50;909.50;0.51;1.02 -5309;2;790.50;9.50;1683.50;1.09;1.04 -5310;2;4157.00;13.62;1086.00;-1.24;0.42 -5311;2;2649.00;9.50;1314.50;0.92;0.78 -5312;2;2503.50;9.50;1782.50;-0.62;1.50 -5313;2;2048.50;9.50;1334.00;0.85;1.18 -5314;2;183.50;9.50;1186.50;1.03;0.94 -5315;2;1414.00;9.50;969.00;0.63;1.24 -5316;2;4942.50;9.50;468.50;-0.54;1.38 -5317;2;1790.50;10.80;926.00;1.15;1.06 -5318;2;5166.00;9.50;123.50;0.92;1.16 -5319;2;5294.50;9.50;1185.50;4.68;0.98 -5320;2;4844.00;10.90;594.50;-0.86;1.00 -5321;2;4959.50;9.50;1611.50;-1.18;1.10 -5322;2;4670.00;9.50;1044.00;-0.64;0.94 -5323;2;4009.50;9.50;219.50;0.66;0.98 -5324;2;3490.50;9.50;590.50;-0.89;0.88 -5325;2;3406.50;9.50;268.00;-0.29;0.98 -5326;2;2772.00;9.50;465.50;-1.26;0.94 -5327;2;2477.00;9.50;295.50;-0.49;1.26 -5328;2;2316.50;9.50;1124.50;-0.34;1.40 -5329;2;2003.00;9.50;1500.00;1.05;1.38 -5330;2;1685.00;9.50;413.50;0.94;1.26 -5331;2;765.50;9.50;302.00;0.80;1.02 -5332;2;8.50;9.50;888.00;-0.70;0.78 -5333;2;994.50;9.50;986.00;-1.09;1.24 -5334;2;1282.50;9.50;930.00;-1.16;1.26 -5335;2;855.50;9.50;1648.50;0.72;1.32 -5336;2;2651.50;9.50;1289.00;1.17;0.86 -5337;2;2330.50;9.50;1978.50;1.07;1.44 -5338;2;1899.00;9.50;1417.00;-1.08;0.82 -5339;2;325.50;9.50;1028.00;-1.31;0.98 -5340;2;4944.00;9.50;422.50;0.11;0.76 -5341;2;5204.50;9.50;212.00;1.06;1.04 -5342;2;5328.00;9.50;1130.00;-0.63;1.30 -5343;2;4723.00;9.50;616.00;0.00;1.74 -5344;2;4928.00;9.50;1619.50;-0.99;0.54 -5345;2;4645.00;9.50;1011.00;-1.35;0.94 -5346;2;4077.00;9.50;216.00;1.16;0.94 -5347;2;3479.50;9.50;616.50;1.42;1.26 -5348;2;3394.50;9.50;235.00;0.98;1.34 -5349;2;2838.00;9.50;435.50;0.63;0.86 -5350;2;2494.00;9.50;356.00;1.49;0.90 -5351;2;2303.50;9.50;1078.50;0.23;1.20 -5352;2;1994.50;9.50;1461.00;1.38;1.22 -5353;2;1675.50;9.50;304.50;0.96;1.26 -5354;2;707.50;9.50;344.50;-1.19;1.06 -5355;2;38.00;9.50;943.50;0.97;1.04 -5356;2;18.50;9.50;1868.00;0.28;0.66 -5357;2;1016.50;9.50;921.50;0.27;1.26 -5358;2;1345.00;9.50;872.50;0.97;0.94 -5359;2;774.00;9.50;1643.00;-1.34;0.82 -5360;2;2659.50;9.50;1233.00;-1.46;0.80 -5361;2;2233.50;9.50;1947.00;0.29;1.38 -5362;2;2014.50;9.50;1389.00;-0.76;1.02 -5363;2;615.50;9.50;973.50;0.50;1.18 -5364;2;5074.00;9.50;483.50;0.91;1.46 -5365;2;5193.00;9.50;261.50;1.30;1.32 -5366;2;4743.00;9.50;574.50;4.03;0.84 -5367;2;4699.50;9.50;995.00;-0.05;1.12 -5368;2;4042.50;9.50;191.00;0.95;1.02 -5369;2;3461.50;9.50;569.50;1.15;0.84 -5370;2;3349.50;9.50;208.00;1.00;1.22 -5371;2;2768.00;9.50;411.00;-0.90;1.08 -5372;2;2534.50;9.50;338.00;0.13;1.12 -5373;2;2258.50;9.50;1110.50;1.12;1.28 -5374;2;1938.00;9.50;1456.50;0.65;1.20 -5375;2;1674.50;9.50;224.00;0.76;0.80 -5376;2;677.00;9.50;325.50;1.01;0.84 -5377;2;64.00;9.50;971.00;-0.98;1.26 -5378;2;64.50;9.50;1868.00;0.50;0.92 -5379;2;974.00;9.50;953.00;1.16;1.28 -5380;2;1335.00;9.50;930.00;-1.50;0.94 -5381;2;849.50;9.50;1560.00;0.91;1.16 -5382;2;2683.50;9.50;1251.00;-0.73;0.62 -5383;2;3565.00;9.50;853.50;-1.34;0.98 -5384;2;1911.50;9.50;1523.00;4.71;1.06 -5385;2;739.00;9.50;1072.50;0.80;1.02 -5386;2;5583.50;9.50;67.00;0.46;1.76 -5387;2;5107.00;9.50;408.50;0.80;1.18 -5388;2;3346.00;9.50;1094.50;0.61;1.04 -5389;2;5212.50;9.50;302.00;0.87;0.92 -5390;2;4786.50;9.50;577.50;-1.17;1.30 -5391;2;4955.00;9.50;1642.00;-0.86;0.64 -5392;2;4636.50;9.50;907.00;0.20;1.02 -5393;2;4117.00;9.50;183.50;0.94;1.10 -5394;2;3442.50;9.50;518.00;0.10;1.16 -5395;2;3320.00;9.50;139.00;0.51;1.38 -5396;2;2836.50;9.50;389.00;0.76;1.06 -5397;2;2619.00;9.50;334.50;-1.01;1.12 -5398;2;2218.00;9.50;1159.50;0.51;1.20 -5399;2;1989.50;9.50;1371.00;1.07;1.06 -5400;2;1606.50;9.50;205.00;-1.00;1.42 -5401;2;617.00;9.50;378.50;1.14;1.32 -5402;2;136.00;9.50;987.00;0.14;1.12 -5404;2;918.00;9.50;942.50;0.69;1.30 -5405;2;1377.00;9.50;885.00;-1.49;0.92 -5406;2;772.00;9.50;1554.50;-0.51;1.20 -5407;2;2746.00;9.50;1242.00;1.03;0.58 -5408;2;2156.50;9.50;1832.50;0.44;1.24 -5409;2;1861.50;9.50;1423.00;-0.14;0.96 -5410;2;953.00;9.50;1025.00;-0.96;1.46 -5411;2;5123.50;9.50;370.50;-0.91;1.32 -5412;2;3259.00;9.50;1339.50;-0.10;0.66 -5413;2;5288.50;9.50;286.00;-0.24;1.08 -5414;2;4739.50;9.50;510.00;-0.17;1.22 -5415;2;5133.00;9.50;1702.00;0.78;0.74 -5416;2;4584.50;9.50;893.50;-1.12;1.00 -5417;2;4151.50;9.50;158.50;1.12;1.00 -5418;2;3482.00;9.50;548.00;-1.31;1.02 -5419;2;3359.50;9.50;140.00;0.82;0.94 -5420;2;2789.00;9.50;370.50;0.94;1.08 -5421;2;2616.50;9.50;388.50;-1.22;1.06 -5422;2;2273.00;9.50;1136.50;0.42;1.20 -5423;2;1974.00;9.50;1410.00;-0.29;1.02 -5424;2;1670.50;9.50;184.50;1.46;1.20 -5425;2;583.00;9.50;318.50;0.36;1.34 -5426;2;82.50;9.50;1025.50;1.23;0.98 -5427;2;4871.50;9.80;1417.50;0.19;0.26 -5428;2;897.50;9.50;903.50;0.63;1.28 -5429;2;1336.50;9.50;839.50;4.65;0.82 -5430;2;855.00;9.50;1489.00;0.62;0.64 -5431;2;2788.50;9.50;1259.00;-1.01;0.78 -5432;2;2255.50;9.50;1873.50;0.81;1.50 -5433;2;1762.00;9.50;1420.00;1.07;0.88 -5434;2;969.50;9.50;865.00;-1.41;1.22 -5435;2;5236.00;9.50;253.00;0.30;1.52 -5436;2;1593.00;9.50;961.00;1.10;0.40 -5437;2;5315.00;9.50;246.00;0.34;1.00 -5438;2;4797.00;9.50;506.50;1.38;0.82 -5439;2;5056.50;9.50;1681.00;-1.43;1.18 -5440;2;4580.00;9.50;849.00;-1.13;0.92 -5441;2;4787.50;9.50;100.00;1.57;0.86 -5442;2;3538.50;9.50;550.00;-0.76;1.02 -5443;2;3276.00;9.50;100.50;-0.94;1.24 -5444;2;2854.00;9.50;347.00;0.19;0.74 -5445;2;2593.50;9.50;362.50;0.89;0.90 -5446;2;2202.00;9.50;1126.50;1.35;1.04 -5447;2;1908.50;9.50;1381.00;-1.26;1.16 -5448;2;1640.50;9.50;133.00;0.81;1.00 -5449;2;565.50;9.50;292.50;1.21;1.02 -5450;2;10.00;9.50;993.00;-1.10;0.88 -5451;2;887.00;9.50;870.50;1.16;1.42 -5452;2;1382.50;9.50;815.00;-0.80;1.48 -5453;2;808.50;9.50;1459.00;1.39;1.02 -5454;2;2807.00;9.50;1294.50;-0.63;0.84 -5455;2;2333.50;9.50;1865.50;1.04;1.04 -5456;2;1777.00;9.50;1353.00;-1.01;0.90 -5457;2;852.00;9.50;964.50;0.58;1.02 -5458;2;5219.50;9.50;4.00;1.42;0.46 -5459;2;5187.00;9.50;168.00;0.78;1.06 -5460;2;5479.00;9.50;278.50;-1.25;1.02 -5461;2;5566.00;9.50;1636.00;0.09;1.24 -5462;2;4808.00;9.50;536.00;0.73;0.94 -5463;2;4664.00;9.50;879.00;0.55;0.82 -5464;2;4063.00;9.50;169.00;-0.50;0.92 -5465;2;4695.00;9.50;44.00;-1.35;0.88 -5466;2;3569.50;9.50;509.50;1.29;1.08 -5467;2;3289.00;9.50;52.00;-1.07;1.20 -5468;2;2790.00;9.50;315.00;0.99;1.20 -5469;2;2613.00;9.50;434.50;-1.36;0.92 -5470;2;1980.50;9.50;11.00;1.80;0.56 -5471;2;2173.00;9.50;1181.50;1.26;0.98 -5472;2;1708.50;9.50;1316.00;1.05;0.98 -5473;2;1663.50;9.50;92.50;-0.21;0.98 -5474;2;554.00;9.50;374.50;0.65;1.22 -5475;2;6.50;9.50;1044.00;-0.62;0.64 -5476;2;947.00;9.50;844.00;0.88;1.30 -5477;2;1342.50;9.50;781.00;-0.46;1.16 -5478;2;785.50;9.50;1498.00;1.31;0.98 -5479;2;2847.50;9.50;1281.50;-1.24;0.94 -5480;2;2364.50;9.50;1793.50;1.20;1.26 -5481;2;1741.50;9.50;1251.00;1.28;0.88 -5482;2;808.50;9.50;847.00;1.51;1.04 -5483;2;5435.00;9.50;60.00;0.00;1.18 -5484;2;5155.50;9.50;75.00;0.76;1.22 -5485;2;5430.50;9.50;243.00;0.41;1.22 -5486;2;5599.50;9.50;1634.00;-0.76;0.86 -5487;2;4826.00;9.50;489.00;0.19;1.02 -5488;2;5203.00;9.50;1512.50;4.67;0.92 -5489;2;4644.00;9.50;843.50;1.23;1.10 -5490;2;4106.50;9.50;142.50;1.04;1.02 -5491;2;4765.00;9.50;135.00;-1.24;1.00 -5492;2;3617.00;9.50;485.50;0.76;1.08 -5493;2;3238.50;9.50;65.00;-0.57;1.24 -5494;2;2817.00;9.50;293.50;-0.81;0.94 -5495;2;2568.00;9.50;468.50;-1.40;1.00 -5496;2;1917.00;9.50;11.50;1.64;0.72 -5497;2;2129.00;9.50;1072.00;-0.55;1.12 -5498;2;1854.50;9.50;1392.50;1.29;0.86 -5499;2;1615.00;9.50;84.50;-0.33;0.94 -5500;2;522.00;9.50;322.50;0.00;1.06 -5501;2;92.50;9.50;1066.00;1.41;0.96 -5502;2;961.00;9.50;899.50;0.92;0.88 -5503;2;1317.00;9.50;822.00;0.64;0.98 -5504;2;842.00;9.50;1449.00;-0.81;0.98 -5505;2;2859.00;9.50;1352.50;-0.85;1.00 -5506;2;2306.50;9.50;1657.00;-0.03;1.14 -5507;2;1806.00;9.50;1128.50;0.74;1.54 -5508;2;621.00;9.50;915.50;0.93;1.42 -5509;2;5236.00;9.50;114.50;-1.05;1.26 -5510;2;5003.50;9.50;60.00;0.69;1.02 -5511;2;5463.50;9.50;185.00;-1.21;1.16 -5512;2;5545.50;9.50;1672.00;-0.66;1.28 -5513;2;4872.00;9.50;473.00;0.26;1.06 -5514;2;5084.00;9.50;1711.50;1.42;0.44 -5515;2;4717.50;9.50;550.00;0.38;1.12 -5516;2;4144.50;9.50;111.50;0.89;1.10 -5517;2;4732.00;9.50;63.50;-1.21;0.62 -5518;2;3556.50;9.50;447.00;0.43;0.96 -5519;2;3263.50;9.50;27.50;0.65;1.06 -5520;2;2853.00;9.50;309.50;-1.38;0.80 -5521;2;2569.50;9.50;415.00;-1.09;1.02 -5522;2;1983.50;9.50;70.00;0.92;1.02 -5523;2;2154.00;9.50;1029.50;1.61;1.22 -5524;2;1819.00;9.50;1430.00;0.86;0.94 -5525;2;1580.00;9.50;70.00;0.78;1.24 -5526;2;490.50;9.50;330.50;1.37;1.26 -5527;2;155.50;9.50;1037.50;1.00;1.22 -5528;2;1018.00;9.50;877.50;-1.23;1.34 -5529;2;1250.00;9.50;814.00;-1.03;1.14 -5530;2;871.00;9.50;1406.50;0.52;1.22 -5531;2;2897.00;9.50;1274.00;0.62;0.88 -5532;2;2441.50;9.50;1498.00;0.92;1.04 -5533;2;1836.50;9.50;1091.50;-1.27;1.12 -5534;2;373.50;9.50;811.50;0.56;1.32 -5535;2;5356.00;9.50;218.50;-1.18;1.14 -5536;2;4913.50;9.50;104.00;0.93;1.10 -5537;2;5455.00;9.50;213.00;0.64;1.18 -5538;2;4912.50;9.50;480.00;1.34;0.86 -5539;2;4426.50;9.50;663.00;-0.54;0.92 -5540;2;4005.00;9.50;151.50;0.08;1.08 -5541;2;4829.50;9.50;87.00;0.50;1.00 -5542;2;3590.00;9.50;450.00;-0.85;0.98 -5543;2;3438.50;9.50;201.00;0.93;1.12 -5544;2;2869.50;9.50;264.00;1.57;0.80 -5545;2;2547.50;9.50;386.50;1.04;1.26 -5546;2;1959.00;9.50;21.50;0.53;1.08 -5547;2;2200.00;9.50;955.00;0.87;1.30 -5548;2;1776.00;9.50;1394.50;-1.38;0.86 -5549;2;1570.50;9.50;134.00;-1.23;1.14 -5550;2;467.50;9.50;195.00;-0.22;1.18 -5551;2;165.50;9.50;1078.00;0.76;1.32 -5552;2;792.00;9.50;983.50;0.38;1.00 -5553;2;1206.00;9.50;806.00;-1.27;1.22 -5554;2;944.00;9.50;1372.50;-1.40;1.28 -5555;2;2952.00;9.50;1382.00;1.19;0.86 -5556;2;2270.50;9.50;1359.50;1.17;0.84 -5557;2;1761.50;9.50;1098.00;-0.02;1.00 -5558;2;333.50;9.50;903.50;-0.16;1.18 -5559;2;5355.00;9.50;271.50;-1.17;1.08 -5560;2;4830.00;9.50;139.00;1.22;1.02 -5561;2;5624.50;9.50;72.50;0.21;0.88 -5562;2;5396.00;9.50;1394.50;-1.26;1.14 -5563;2;4983.50;9.50;483.00;4.62;1.30 -5564;2;4481.00;9.50;682.00;0.86;1.04 -5565;2;4039.00;9.50;138.00;-0.92;0.98 -5566;2;4698.50;9.50;12.00;1.57;0.52 -5567;2;3612.50;9.50;401.00;0.57;0.86 -5568;2;3479.50;9.50;183.00;1.20;1.04 -5569;2;2816.50;9.50;242.00;0.14;0.88 -5570;2;2552.00;9.50;440.00;0.78;0.98 -5571;2;2213.50;9.50;968.50;-1.33;1.04 -5572;2;1741.50;9.50;1375.50;0.41;0.90 -5573;2;1531.00;9.50;103.00;-0.32;1.32 -5574;2;514.00;9.50;223.00;-0.82;0.96 -5575;2;189.50;9.50;1048.00;-1.09;0.98 -5576;2;836.00;9.50;925.50;0.69;1.20 -5577;2;1276.50;9.50;778.50;-0.83;1.16 -5578;2;986.50;9.50;1320.00;0.65;1.50 -5579;2;2938.50;9.50;1351.50;-1.14;0.84 -5580;2;2229.00;9.50;1250.00;1.05;1.42 -5581;2;1734.00;9.50;1189.50;0.49;1.44 -5582;2;312.00;9.50;997.50;1.15;1.34 -5583;2;5220.00;9.50;376.00;0.92;1.14 -5584;2;4633.00;9.50;160.00;1.02;1.00 -5585;2;5597.00;9.50;147.00;-1.13;0.94 -5586;2;5200.00;9.50;1370.00;1.16;1.20 -5587;2;5119.00;9.50;460.50;0.94;1.26 -5588;2;5008.00;9.50;1660.00;-0.26;1.10 -5589;2;4471.50;9.50;642.00;-0.22;0.86 -5590;2;4061.00;9.50;83.50;0.51;0.90 -5591;2;4796.00;9.50;49.00;0.29;0.90 -5592;2;3658.00;9.50;396.50;0.75;0.92 -5593;2;3463.50;9.50;135.50;0.53;1.08 -5594;2;2854.50;9.50;216.50;-1.28;0.96 -5595;2;2714.00;9.50;174.50;0.72;0.98 -5596;2;1888.50;9.50;19.00;1.34;0.86 -5597;2;2211.00;9.50;1025.50;-1.51;0.92 -5598;2;1720.00;9.50;1356.00;1.27;0.84 -5599;2;1514.00;9.50;158.50;0.63;1.26 -5600;2;551.50;9.50;267.00;1.38;0.86 -5601;2;265.50;9.50;1044.50;-0.04;1.14 -5602;2;847.00;9.50;1011.00;0.49;1.02 -5603;2;1326.50;9.50;745.00;1.00;1.18 -5604;2;1029.50;9.50;1274.00;0.57;1.40 -5605;2;2961.50;9.50;1278.00;0.27;0.86 -5606;2;2342.00;9.50;1088.00;-1.32;1.18 -5607;2;1728.50;9.50;1129.50;1.42;1.54 -5608;2;46.00;9.50;901.00;-1.30;1.12 -5609;2;5416.00;9.50;348.50;-0.41;1.08 -5610;2;4579.50;9.50;204.50;0.36;1.12 -5611;2;5602.50;9.50;188.00;-0.18;1.20 -5612;2;5220.00;9.50;1424.00;1.06;1.04 -5613;2;5048.50;9.50;439.50;0.40;0.98 -5614;2;5110.00;9.50;1435.00;-0.95;1.26 -5615;2;4456.00;9.50;625.50;1.26;0.82 -5616;2;4102.00;9.50;93.00;0.73;1.14 -5617;2;4804.50;9.50;19.00;1.57;0.82 -5618;2;3649.50;9.50;490.00;0.64;0.82 -5619;2;3411.50;9.50;159.00;0.20;1.12 -5620;2;2814.50;9.50;199.00;-1.12;1.10 -5621;2;2776.50;9.50;220.00;0.49;1.06 -5622;2;1853.00;9.50;21.50;1.61;0.92 -5623;2;2193.00;9.50;1007.50;0.49;0.92 -5624;2;1641.00;9.50;1376.50;0.25;0.72 -5625;2;1550.50;9.50;215.00;1.09;1.20 -5626;2;482.50;9.50;282.00;1.36;1.10 -5627;2;304.00;9.50;1067.50;-1.10;1.08 -5628;2;829.00;9.50;1063.00;-0.68;1.06 -5629;2;1275.00;9.50;704.00;-1.26;1.04 -5630;2;1076.50;9.50;1291.50;-0.28;1.26 -5631;2;2992.00;9.50;1204.50;-0.11;0.88 -5632;2;2371.50;9.50;888.50;0.73;1.18 -5633;2;1618.00;9.50;1116.50;0.56;1.58 -5634;2;186.00;9.50;894.00;0.50;0.96 -5635;2;5530.50;9.50;235.00;1.16;1.16 -5636;2;4622.50;9.50;390.00;-1.31;0.98 -5637;2;5527.00;9.50;135.50;0.40;1.68 -5638;2;5292.00;9.50;1014.50;0.65;1.28 -5639;2;5068.50;9.50;390.00;-0.20;0.94 -5640;2;5135.00;9.50;1385.50;0.85;1.26 -5641;2;4489.50;9.50;617.00;4.55;1.20 -5642;2;4071.50;9.50;48.00;-1.05;1.16 -5643;2;4754.00;9.50;28.50;0.23;0.72 -5644;2;3695.50;9.50;495.50;0.84;0.84 -5645;2;3186.00;9.50;29.00;-1.38;0.78 -5646;2;2840.00;9.50;92.00;-1.01;0.90 -5647;2;2772.00;9.50;270.00;-0.09;1.06 -5648;2;2061.50;9.50;1051.50;0.54;1.20 -5649;2;1639.50;9.50;1296.50;-0.78;0.84 -5650;2;1604.50;9.50;263.00;-1.12;1.36 -5651;2;441.00;9.50;110.50;-0.17;1.42 -5652;2;375.00;9.50;1106.50;0.97;1.18 -5653;2;711.00;9.50;1030.50;-0.99;0.92 -5654;2;1240.00;9.50;689.50;0.85;0.98 -5655;2;1110.50;9.50;1194.50;0.95;1.26 -5656;2;2967.50;9.50;1327.00;-0.80;1.00 -5657;2;2391.50;9.50;815.50;-0.37;1.06 -5658;2;1658.00;9.50;1175.00;1.31;0.58 -5659;2;271.00;9.50;783.50;1.02;1.16 -5660;2;5374.50;9.50;396.00;-1.27;0.90 -5661;2;4547.50;9.50;395.00;-0.30;0.94 -5662;2;5570.50;9.50;263.00;-1.21;1.16 -5663;2;5300.00;9.50;1083.00;-1.40;1.24 -5664;2;4988.50;9.50;1192.00;0.55;1.34 -5665;2;5315.00;9.50;1474.00;-1.44;0.98 -5666;2;4561.00;9.50;554.00;-0.06;1.00 -5667;2;4134.50;9.50;61.50;0.35;0.96 -5668;2;4764.00;9.50;9.00;1.57;0.40 -5669;2;3740.50;9.50;494.00;0.82;0.82 -5670;2;3386.50;9.50;116.00;0.68;1.00 -5671;2;2837.00;9.50;133.50;0.28;1.04 -5672;2;2718.50;9.50;225.00;-0.43;0.80 -5673;2;2057.00;9.50;1117.00;0.96;1.10 -5674;2;1644.00;9.50;1256.00;-0.58;0.92 -5675;2;1559.50;9.50;250.00;-0.38;1.32 -5676;2;455.00;9.50;162.00;0.66;1.10 -5677;2;224.00;9.50;1089.00;0.74;1.16 -5678;2;769.50;9.50;1029.50;-0.85;0.94 -5679;2;1257.50;9.50;737.00;0.61;1.24 -5680;2;1133.50;9.50;1208.00;-0.95;0.82 -5681;2;3045.00;9.50;1280.00;-0.32;0.80 -5682;2;2320.00;9.50;762.00;0.29;1.22 -5683;2;1584.50;9.50;1077.50;0.28;1.16 -5684;2;488.50;9.50;576.50;-0.41;1.06 -5685;2;5587.50;9.50;414.50;-1.33;1.38 -5686;2;4449.00;9.50;462.00;1.10;1.00 -5687;2;3424.00;9.50;1855.50;0.80;0.84 -5688;2;5569.00;9.50;298.00;0.69;1.32 -5689;2;5350.00;9.50;1046.00;0.92;1.24 -5690;2;5034.50;9.50;1177.50;0.66;1.18 -5691;2;5261.00;9.50;1451.50;-0.58;1.10 -5692;2;4310.50;9.50;889.50;0.70;1.00 -5693;2;4107.50;9.50;21.00;1.84;1.00 -5694;2;4848.00;9.50;162.50;-1.43;0.64 -5695;2;3669.00;9.50;456.50;-1.05;0.94 -5696;2;3450.50;9.50;117.50;1.21;0.98 -5697;2;2780.00;9.50;162.00;-0.43;0.98 -5698;2;2680.50;9.50;233.00;-0.64;0.92 -5699;2;2019.50;9.50;1181.00;-1.39;0.98 -5700;2;1625.00;9.50;1217.50;0.41;1.08 -5701;2;1569.00;9.50;346.50;0.99;1.40 -5702;2;417.50;9.50;189.50;1.18;1.12 -5703;2;169.00;9.50;1132.00;0.85;1.18 -5704;2;768.50;9.50;1085.00;4.64;0.92 -5705;2;1179.50;9.50;680.50;0.60;1.18 -5706;2;1161.50;9.50;1161.50;0.71;0.94 -5707;2;3076.00;9.50;1245.00;0.55;1.36 -5708;2;2402.50;9.50;619.50;0.73;1.06 -5709;2;1516.00;9.50;1059.50;-0.59;1.54 -5710;2;585.50;9.50;581.00;4.71;1.14 -5711;2;5574.50;9.50;210.00;-0.59;1.46 -5712;2;4534.00;9.50;212.00;0.42;1.04 -5713;2;3457.00;9.50;1923.00;-0.41;1.44 -5714;2;5601.50;9.50;323.00;-1.08;0.96 -5715;2;5388.00;9.50;1078.50;-0.99;1.04 -5716;2;5016.50;9.50;1230.50;-0.93;1.02 -5717;2;5247.00;9.50;1488.50;-0.89;1.28 -5718;2;4316.00;9.50;858.50;-1.38;0.94 -5719;2;4160.00;9.50;17.00;1.08;1.22 -5720;2;4908.50;9.50;147.00;1.17;0.74 -5721;2;3709.50;9.50;456.50;-0.68;0.98 -5722;2;3448.00;9.50;77.00;-0.86;0.92 -5723;2;2768.00;9.50;126.50;1.18;1.24 -5724;2;2735.00;9.50;286.00;1.27;0.82 -5725;2;2011.50;9.50;1102.00;0.71;1.30 -5726;2;1882.50;9.50;1470.50;1.33;1.10 -5727;2;1524.50;9.50;280.50;-0.15;1.24 -5728;2;430.50;9.50;232.00;1.03;1.20 -5729;2;197.50;9.50;1150.50;-1.20;1.34 -5730;2;822.00;9.50;1115.00;0.87;1.16 -5731;2;1111.00;9.50;678.50;-0.58;1.26 -5732;2;1166.50;9.50;1089.00;-1.09;1.14 -5733;2;3055.00;9.50;1186.00;0.42;1.16 -5734;2;2518.50;9.50;691.50;1.46;0.74 -5735;2;1546.50;9.50;1193.50;1.05;1.46 -5736;2;4189.50;12.60;1326.50;-1.21;0.64 -5737;2;635.00;9.50;601.00;-0.91;1.52 -5738;2;3878.50;9.50;22.50;1.34;1.18 -5739;2;4598.50;9.50;89.00;1.39;0.90 -5740;2;3541.50;9.50;1950.50;0.17;2.04 -5741;2;5407.00;9.50;298.00;-1.03;1.22 -5742;2;5438.50;9.50;1113.50;-0.87;1.22 -5743;2;5074.50;9.50;1197.50;0.55;1.16 -5744;2;5312.00;9.50;1505.50;-1.19;0.90 -5745;2;4326.50;9.50;801.00;-0.04;0.74 -5746;2;4874.00;9.50;123.00;1.06;1.04 -5747;2;3720.50;9.50;426.00;4.71;0.98 -5748;2;3442.50;9.50;43.00;1.39;1.16 -5749;2;2788.50;9.50;102.00;-0.81;1.06 -5750;2;2694.00;9.50;296.00;1.39;0.96 -5751;2;1944.00;9.50;1179.50;1.24;1.28 -5752;2;1883.50;9.50;1508.00;0.70;1.16 -5753;2;1615.50;9.50;385.00;1.22;1.30 -5754;2;369.00;9.50;224.00;1.03;1.00 -5755;2;250.50;9.50;1108.00;-1.43;1.22 -5756;2;648.00;9.50;1094.50;-1.47;0.78 -5757;2;1095.50;9.50;742.00;-1.20;1.22 -5758;2;1188.00;9.50;1043.00;0.73;0.90 -5759;2;3100.50;9.50;1205.50;1.27;0.90 -5760;2;2639.00;9.50;677.00;1.31;0.78 -5761;2;1549.50;9.50;1148.50;-1.41;1.02 -5762;2;812.50;9.50;779.50;0.03;1.28 -5763;2;5353.00;9.50;545.00;4.63;0.88 -5764;2;4649.00;9.50;39.50;-1.38;0.82 -5765;2;3325.00;9.50;1983.50;-0.17;1.10 -5766;2;5480.00;9.50;322.50;0.92;0.98 -5767;2;5429.50;9.50;1209.50;-1.23;1.38 -5768;2;5095.50;9.50;1250.50;0.65;1.12 -5769;2;5357.50;9.50;1555.50;0.48;1.02 -5770;2;4280.00;9.50;838.50;-0.53;1.04 -5771;2;4964.00;9.50;110.50;0.89;1.08 -5772;2;3757.50;9.50;376.00;0.81;1.04 -5773;2;3451.00;9.50;11.00;1.57;0.64 -5774;2;2823.50;9.50;47.00;0.67;1.10 -5775;2;2738.50;9.50;323.00;0.49;1.00 -5776;2;1807.50;9.50;6.50;1.34;0.46 -5777;2;1924.00;9.50;1266.50;0.00;1.34 -5778;2;1828.00;9.50;1515.00;0.70;1.20 -5779;2;1622.00;9.50;433.00;1.03;1.26 -5780;2;320.00;9.50;179.00;-1.08;0.94 -5781;2;304.50;9.50;1126.00;-1.33;1.08 -5782;2;2825.50;9.50;1968.50;1.57;0.72 -5783;2;610.00;9.50;1134.50;-1.47;0.98 -5784;2;1049.00;9.50;725.50;-1.23;1.24 -5785;2;1250.50;9.50;1111.00;1.02;1.26 -5786;2;3021.00;9.50;1405.50;0.82;0.82 -5787;2;2469.50;9.50;558.50;0.32;0.92 -5788;2;1530.00;9.50;1133.50;0.97;1.22 -5789;2;1045.50;9.50;766.00;0.16;1.38 -5790;2;5349.00;9.50;455.00;-0.09;1.14 -5791;2;4735.50;9.50;11.00;1.36;0.70 -5792;2;3075.50;9.50;1979.50;-0.06;1.98 -5793;2;5337.00;9.50;318.50;-0.95;0.88 -5794;2;5420.50;9.50;1143.00;0.65;1.52 -5795;2;5162.00;9.50;1261.50;1.18;0.98 -5796;2;5418.00;9.50;1563.00;0.66;0.90 -5797;2;4286.50;9.50;797.50;-1.13;0.76 -5798;2;4953.00;9.50;69.50;0.70;1.12 -5799;2;3760.50;9.50;438.50;-1.03;1.02 -5800;2;2850.50;9.50;63.00;-1.49;0.86 -5801;2;2695.50;9.50;343.00;1.26;1.08 -5802;2;1829.50;9.50;63.50;-0.69;1.32 -5803;2;1961.00;9.50;1272.50;-1.28;1.24 -5804;2;1758.50;9.50;1465.50;0.88;1.02 -5805;2;1515.00;9.50;369.50;0.41;1.66 -5806;2;294.00;9.50;195.00;1.38;1.20 -5807;2;267.50;9.50;1150.50;-0.37;1.02 -5808;2;18.50;9.50;1999.50;1.64;0.60 -5809;2;694.00;9.50;1121.50;0.41;0.96 -5810;2;999.00;9.50;683.50;-0.84;1.20 -5811;2;685.00;9.50;1049.50;1.21;1.00 -5812;2;3042.50;9.50;1378.50;0.96;0.78 -5813;2;2561.00;9.50;605.00;-0.40;1.12 -5814;2;1438.50;9.50;1136.00;-0.87;1.14 -5815;2;1131.50;9.50;830.50;1.03;1.12 -5816;2;5243.00;9.50;429.50;0.76;1.38 -5817;2;4924.50;9.50;32.00;0.16;0.86 -5818;2;2999.00;9.50;2014.50;-0.60;1.14 -5819;2;5383.00;9.50;364.00;1.57;0.94 -5820;2;5515.00;9.50;1097.00;1.16;0.90 -5821;2;5115.50;9.50;1291.00;0.89;1.08 -5822;2;5426.50;9.50;1525.00;-0.98;1.00 -5823;2;4269.50;9.50;904.50;0.62;0.86 -5824;2;4977.00;9.50;29.00;0.42;0.98 -5825;2;3782.00;9.50;468.00;0.78;0.94 -5826;2;2866.50;9.50;17.50;0.85;0.98 -5827;2;2687.50;9.50;389.50;0.82;1.04 -5828;2;1825.50;9.50;118.00;0.81;1.60 -5829;2;2098.00;9.50;1140.00;1.41;0.86 -5830;2;1914.50;9.50;1947.50;-0.70;1.32 -5831;2;1592.50;9.50;492.00;-1.45;1.00 -5832;2;302.00;9.50;240.00;1.36;1.06 -5833;2;350.00;9.50;1166.50;1.46;1.04 -5834;2;17.00;9.50;2023.50;0.74;0.58 -5835;2;729.00;9.50;1131.00;4.64;0.96 -5836;2;1006.50;9.50;630.00;-1.00;1.10 -5837;2;609.50;9.50;1041.50;-1.27;1.16 -5838;2;3090.00;9.50;1344.00;0.70;1.24 -5839;2;2140.50;9.50;283.50;4.67;0.96 -5840;2;1450.00;9.50;1194.00;-1.00;0.96 -5841;2;1254.50;9.50;871.50;-1.29;1.24 -5842;2;5201.00;9.50;517.50;0.86;1.40 -5843;2;4955.50;9.50;10.50;1.35;0.68 -5844;2;4994.50;9.50;8.50;1.74;0.38 -5845;2;2979.50;9.50;1975.50;0.90;1.22 -5846;2;5258.00;9.50;325.50;-1.05;1.28 -5847;2;5582.00;9.50;1164.50;0.20;1.56 -5848;2;5195.50;9.50;1305.00;1.05;1.30 -5849;2;5293.00;9.50;1563.50;-1.42;1.08 -5850;2;4252.50;9.50;947.00;0.42;0.98 -5851;2;3791.50;9.50;384.50;-0.41;1.24 -5852;2;2821.00;9.50;14.50;1.61;0.74 -5853;2;2718.00;9.50;369.50;-1.01;0.84 -5854;2;1870.00;9.50;58.50;4.66;0.66 -5855;2;2105.00;9.50;1041.50;1.06;1.02 -5856;2;1988.50;9.50;1858.00;0.39;1.32 -5857;2;1529.50;9.50;482.00;-0.90;1.24 -5858;2;214.00;9.50;190.50;-0.08;1.08 -5859;2;319.00;9.50;1210.50;4.67;0.90 -5860;2;70.50;9.50;1993.50;1.37;0.86 -5861;2;805.00;9.50;1159.50;0.33;1.08 -5862;2;1017.50;9.50;576.50;-0.25;0.90 -5863;2;2597.00;9.50;1369.50;-0.13;1.08 -5864;2;3107.00;9.50;1310.50;1.19;0.60 -5865;2;2851.50;9.50;612.00;0.69;0.88 -5866;2;1462.50;9.50;1241.50;-0.27;1.20 -5867;2;1216.00;9.50;750.50;1.52;1.10 -5868;2;5301.00;9.50;505.50;0.96;1.34 -5869;2;2986.50;9.50;1887.00;-0.77;1.96 -5870;2;5308.50;9.50;360.50;-0.88;1.32 -5871;2;5226.50;9.50;1340.50;-0.91;1.24 -5872;2;5308.50;9.50;1526.50;0.68;1.04 -5873;2;4209.50;9.50;969.50;-0.50;0.98 -5874;2;3880.50;9.50;740.50;-0.85;0.62 -5875;2;3650.50;9.50;534.50;0.74;1.24 -5876;2;3408.50;9.50;12.50;1.99;0.66 -5877;2;2774.00;9.50;14.00;1.57;0.60 -5878;2;2722.00;9.50;458.50;-1.26;1.04 -5879;2;1867.00;9.50;153.50;-1.26;1.28 -5880;2;2126.00;9.50;1179.00;0.28;0.98 -5881;2;1928.00;9.50;2016.50;1.21;1.06 -5882;2;740.50;9.50;199.50;-0.25;1.16 -5883;2;1491.00;9.50;436.00;-0.12;1.08 -5884;2;154.00;9.50;184.00;0.70;1.40 -5885;2;240.00;9.50;1194.00;0.70;1.18 -5886;2;88.00;9.50;1961.50;1.19;0.68 -5887;2;689.00;9.50;1167.00;0.26;0.96 -5888;2;1065.00;9.50;588.00;-1.51;0.98 -5889;2;2524.00;9.50;1438.50;0.70;1.14 -5890;2;3090.00;9.50;1279.50;-1.26;0.98 -5891;2;2902.00;9.50;529.00;-1.16;0.82 -5892;2;1393.00;9.50;1226.00;-0.98;0.94 -5893;2;1046.50;9.50;683.50;-1.53;0.96 -5894;2;5408.50;9.50;652.50;-1.40;1.24 -5895;2;2966.00;9.50;1914.00;1.00;1.48 -5896;2;5300.50;9.50;409.00;-1.33;0.98 -5897;2;5559.50;9.50;1118.00;-1.07;1.32 -5898;2;5281.50;9.50;1360.50;-1.14;1.36 -5899;2;5283.50;9.50;1598.50;4.57;0.56 -5900;2;4234.00;9.50;915.50;0.94;0.76 -5901;2;3659.50;9.50;574.00;0.90;1.02 -5902;2;2693.50;9.50;441.50;0.93;0.88 -5903;2;1968.00;9.50;111.50;0.61;0.88 -5904;2;2017.00;9.50;1237.50;-1.52;1.16 -5905;2;1851.50;9.50;1973.50;-1.28;0.94 -5906;2;1539.50;9.50;596.00;1.48;1.28 -5907;2;198.00;9.50;137.00;0.21;1.30 -5908;2;266.00;9.50;1210.00;-1.41;1.10 -5909;2;138.50;9.50;1867.00;1.15;1.04 -5910;2;705.00;9.50;1211.00;0.86;0.98 -5911;2;1068.50;9.50;625.00;-0.37;1.10 -5912;2;2399.00;9.50;1517.00;1.30;1.06 -5913;2;3139.50;9.50;1266.50;0.57;1.06 -5914;2;2879.50;9.50;391.50;0.41;1.16 -5915;2;1326.50;9.50;1181.00;-0.26;1.26 -5916;2;1130.00;9.50;621.50;0.48;1.36 -5917;2;5379.50;9.50;587.50;1.09;1.18 -5919;2;5279.00;9.50;388.00;0.83;1.12 -5920;2;5613.50;9.50;1126.50;4.44;0.64 -5921;2;5262.00;9.50;1394.00;0.63;1.14 -5922;2;5054.00;9.50;1366.50;-1.08;1.04 -5923;2;4232.00;9.50;871.50;1.15;0.74 -5924;2;3686.00;9.50;585.50;-0.38;0.70 -5925;2;2675.00;9.50;476.50;0.33;0.88 -5926;2;1870.50;9.50;199.50;-1.44;1.10 -5927;2;2091.00;9.50;1230.50;0.76;1.28 -5928;2;1909.00;9.50;1843.50;0.83;2.32 -5929;2;2832.50;9.50;1549.00;-0.52;0.52 -5930;2;1554.00;9.50;418.50;0.58;1.38 -5931;2;282.50;9.50;93.50;1.04;1.12 -5932;2;191.00;9.50;1236.50;0.71;1.12 -5933;2;99.50;9.50;1917.00;1.17;1.08 -5934;2;758.00;9.50;1171.00;1.22;0.96 -5935;2;1165.50;9.50;729.00;0.43;1.28 -5936;2;3566.50;9.50;35.50;1.37;1.04 -5937;2;3111.50;9.50;1230.50;-0.97;1.00 -5938;2;2912.00;9.50;203.50;0.23;1.08 -5939;2;1615.50;9.50;1336.00;0.71;0.80 -5940;2;1201.00;9.50;592.50;-1.41;1.10 -5941;2;5491.00;9.50;698.00;-0.62;0.86 -5942;2;2898.00;9.50;1795.00;-0.37;1.34 -5943;2;5218.00;9.50;348.00;-1.20;1.12 -5944;2;5601.50;9.50;1066.00;-0.81;0.84 -5945;2;5289.50;9.50;1418.00;-1.20;1.36 -5946;2;5022.00;9.50;1331.00;0.00;1.06 -5947;2;4228.50;9.50;829.50;1.08;0.68 -5948;2;3700.50;9.50;548.00;1.57;1.12 -5949;2;2723.00;9.50;14.50;1.54;0.62 -5950;2;2685.00;9.50;532.00;1.35;1.06 -5951;2;1938.00;9.50;260.50;0.66;1.52 -5952;2;2091.00;9.50;1182.50;1.32;1.24 -5953;2;1824.50;9.50;1953.50;0.66;1.02 -5954;2;1473.00;9.50;559.50;-0.58;1.22 -5955;2;206.50;9.50;63.00;0.27;1.16 -5956;2;190.00;9.50;1280.50;1.06;0.74 -5957;2;145.50;9.50;1938.00;1.50;0.88 -5958;2;385.00;9.50;1154.00;-0.28;1.28 -5959;2;1177.00;9.50;633.50;-0.33;1.20 -5960;2;4389.50;9.50;680.50;0.71;1.48 -5961;2;3192.50;9.50;1190.50;0.62;0.94 -5962;2;2953.50;9.50;173.50;-0.37;0.94 -5963;2;1359.50;9.50;1332.00;0.18;0.80 -5964;2;1405.00;9.50;718.50;-1.29;1.24 -5965;2;5556.50;9.50;809.00;-1.11;1.08 -5966;2;2923.00;9.50;1867.50;0.94;1.02 -5967;2;5145.00;9.50;306.50;0.48;0.90 -5968;2;5601.00;9.50;1020.50;-1.14;0.86 -5969;2;5342.00;9.50;1366.00;-0.49;1.38 -5970;2;5032.00;9.50;1285.50;1.87;0.82 -5971;2;4188.00;9.50;829.50;-0.08;0.80 -5972;2;3841.00;9.50;442.00;4.71;0.98 -5973;2;2754.00;9.50;79.50;0.87;1.04 -5974;2;2752.50;9.50;494.50;0.63;0.76 -5975;2;1976.50;9.50;301.00;-0.80;1.30 -5976;2;2050.50;9.50;1275.50;0.87;1.14 -5977;2;1800.00;9.50;1988.00;0.50;0.94 -5978;2;1448.00;9.50;528.00;0.68;1.28 -5979;2;250.00;9.50;15.50;1.48;0.82 -5980;2;248.00;9.50;1245.00;0.83;1.06 -5981;2;207.00;9.50;1916.00;1.16;1.12 -5982;2;372.00;9.50;1058.50;0.76;0.98 -5983;2;1162.50;9.50;578.50;0.36;1.24 -5984;2;4353.00;9.50;729.00;0.50;1.08 -5985;2;3235.50;9.50;1169.50;0.49;0.62 -5986;2;1355.50;9.50;1239.00;0.27;1.34 -5987;2;1252.50;9.50;521.50;0.54;1.24 -5988;2;5457.50;9.50;878.50;-1.42;1.22 -5989;2;2861.00;9.50;1696.00;-0.67;0.74 -5990;2;5159.50;9.50;341.50;-0.93;1.12 -5991;2;5557.50;9.50;1007.50;0.25;0.78 -5992;2;5386.00;9.50;1476.00;-0.58;1.22 -5993;2;5063.50;9.50;1282.50;0.52;0.92 -5994;2;4139.50;9.50;817.00;-0.26;1.02 -5995;2;3903.50;9.50;437.00;0.81;0.96 -5996;2;2729.50;9.50;47.00;1.35;1.02 -5997;2;2739.00;9.50;539.00;0.50;0.94 -5998;2;2017.00;9.50;261.00;0.98;1.10 -5999;2;2005.00;9.50;1319.50;0.84;1.24 -6000;2;1747.00;9.50;2000.50;1.32;0.82 -6001;2;1405.00;9.50;551.50;1.26;0.98 -6002;2;268.00;9.50;56.00;1.38;1.14 -6003;2;301.50;9.50;1247.00;0.49;1.02 -6004;2;167.00;9.50;1881.50;0.80;1.10 -6005;2;182.50;9.50;989.00;-0.77;1.36 -6006;2;1249.00;9.50;631.50;0.90;1.20 -6007;2;4326.50;9.50;768.50;-1.00;0.84 -6008;2;3072.50;10.90;669.00;-0.33;0.82 -6009;2;3206.00;9.60;1747.50;-0.38;0.24 -6010;2;3033.50;11.80;1785.50;-0.19;0.30 -6011;2;3270.00;9.50;1168.00;-0.38;0.78 -6012;2;3271.00;10.15;1947.00;-0.19;0.52 -6013;2;3150.00;9.80;1792.50;-0.92;0.30 -6014;2;1428.50;9.50;1270.50;1.29;0.90 -6015;2;3212.50;10.25;1999.00;-0.86;0.46 -6016;2;3537.00;10.45;1827.50;-0.58;0.88 -6017;2;3378.00;9.90;1766.00;-0.46;0.24 -6018;2;1072.50;9.50;458.50;4.59;1.08 -6019;2;5566.00;9.50;968.50;0.75;0.88 -6020;2;3408.00;10.87;623.00;-0.51;0.70 -6021;2;3335.00;10.40;1832.50;-0.38;0.30 -6022;2;3364.00;10.50;1672.50;-0.92;0.24 -6023;2;3046.00;10.90;1774.50;0.92;0.26 -6024;2;3124.00;11.17;1870.00;1.24;0.32 -6025;2;3667.50;10.00;1706.50;-0.78;0.30 -6026;2;2861.50;9.50;1805.00;-1.31;0.82 -6027;2;3229.00;11.50;685.00;-0.12;0.74 -6028;2;3005.50;10.10;1717.00;-0.64;0.16 -6029;2;3339.50;9.75;1879.00;0.16;0.32 -6030;2;5108.00;9.50;350.00;0.69;1.00 -6031;2;5562.00;9.50;1077.50;0.13;0.68 -6032;2;5434.00;9.50;1495.00;-1.22;1.18 -6033;2;1624.00;12.10;895.50;-1.06;0.26 -6034;2;3408.00;10.50;1759.50;1.32;0.32 -6035;2;3311.00;10.30;1705.50;0.67;0.30 -6036;2;5141.00;9.50;1314.50;-0.80;1.38 -6037;2;4163.50;9.50;865.00;0.70;0.92 -6038;2;2984.50;11.70;1815.50;0.54;0.32 -6039;2;2963.00;10.65;720.00;0.41;0.88 -6040;2;3790.50;10.00;1923.00;0.65;1.10 -6041;2;2996.00;10.32;1850.00;1.32;0.32 -6042;2;2986.50;11.20;1763.50;0.62;0.28 -6043;2;3909.00;9.50;379.50;0.99;0.90 -6044;2;2719.50;9.50;121.50;0.53;1.20 -6045;2;3259.00;10.70;1874.00;-1.19;0.42 -6046;2;2713.50;10.70;1677.00;-0.89;0.24 -6047;2;3186.50;9.90;1775.50;0.62;0.30 -6048;2;2762.50;9.50;558.00;-1.13;0.82 -6049;2;2644.00;9.50;1993.50;1.29;1.28 -6050;2;3083.50;9.50;1722.00;-1.19;0.24 -6051;2;3411.50;10.50;1793.00;-0.86;0.44 -6052;2;3295.50;10.10;1773.50;1.37;0.26 -6053;2;2098.50;9.50;1291.00;0.67;1.22 -6054;2;1804.50;9.50;2027.00;-1.09;0.64 -6055;2;3097.50;16.00;1936.50;0.78;0.32 -6056;2;3394.50;10.40;1692.00;0.24;0.20 -6057;2;3333.00;9.85;1758.00;-1.10;0.16 -6058;2;1395.50;9.50;439.00;0.38;1.28 -6059;2;160.50;9.50;100.00;0.93;1.32 -6060;2;318.00;9.50;1296.00;0.86;1.02 -6061;2;3232.00;10.20;1977.00;0.24;0.40 -6062;2;2694.26;9.90;1702.57;0.00;1.00 -6063;2;3079.50;10.10;1815.00;1.05;0.32 -6064;2;238.50;9.50;1831.50;1.11;1.12 -6065;2;197.50;9.50;952.50;-1.22;1.12 -6066;2;3147.00;9.70;1752.00;0.78;0.24 -6067;2;3080.00;11.05;1834.50;-1.40;0.30 -6068;2;1210.00;9.50;549.50;1.26;1.02 -6069;2;4829.50;9.50;48.00;-0.96;0.86 -6070;2;3314.00;9.85;1762.50;0.38;0.22 -6071;2;3030.00;12.80;1901.50;0.67;0.30 -6072;2;2938.50;11.05;1711.00;0.86;0.24 -6073;2;3371.00;10.50;1732.50;0.00;0.26 -6074;2;3112.00;11.30;1900.00;1.10;0.36 -6075;2;3419.50;10.30;1756.00;0.10;0.34 -6076;2;3205.00;10.77;1929.00;-0.78;0.34 -6077;2;3463.50;10.20;1691.50;0.19;0.24 -6078;2;3226.50;10.40;1810.00;1.15;0.22 -6079;2;3143.00;10.70;1985.00;-0.92;0.42 -6080;2;2949.50;12.20;1742.50;0.40;0.24 -6081;2;3200.50;10.40;1833.00;-0.64;0.34 -6082;2;3250.00;10.35;1758.50;0.58;0.24 -6083;2;3134.00;10.50;1863.50;0.38;0.32 -6084;2;3041.00;9.95;1723.00;-0.78;0.24 -6085;2;4610.00;11.10;1885.50;1.07;2.06 -6086;2;3315.50;10.30;1699.00;-1.05;0.28 -6087;2;3223.50;10.60;1894.50;1.00;0.38 -6088;2;3495.50;9.80;1767.50;1.16;0.36 -6089;2;3544.50;9.80;1699.50;0.54;0.30 -6090;2;3358.00;9.90;1799.50;1.21;0.26 -6091;2;3457.50;9.90;1748.50;-1.03;0.24 -6092;2;3260.50;9.90;1982.50;0.66;0.38 -6093;2;3032.50;10.80;1748.50;-0.54;0.28 -6094;2;3327.50;10.40;1788.00;-1.19;0.20 -6095;2;3312.50;10.30;1718.00;0.89;0.28 -6096;2;3312.00;10.40;1834.50;4.58;0.26 -6097;2;3417.00;10.50;1727.50;0.67;0.30 -6098;2;3290.50;10.50;1829.50;0.78;0.34 -6099;2;3219.00;10.30;1702.50;-1.40;0.20 -6100;2;3503.00;10.00;1749.00;-1.10;0.24 -6101;2;3406.00;10.40;1684.00;-1.24;0.22 -6102;2;3428.50;9.90;1815.50;0.40;0.50 -6103;2;2792.50;9.80;1561.50;0.32;0.22 -6104;2;2721.50;12.00;1688.50;0.40;0.26 -6105;2;3504.00;9.75;1849.50;-0.85;0.76 -6106;2;3356.50;10.30;1764.00;2.15;0.26 -6107;2;3154.50;11.70;1968.50;0.54;0.36 -6108;2;3175.50;9.70;1737.50;-1.37;0.18 -6109;2;3372.50;10.10;1774.50;0.54;0.22 -6110;2;3512.00;9.90;1743.00;-1.32;0.22 -6111;2;3027.00;11.50;1876.50;0.00;0.26 -6112;2;3485.00;10.35;1720.00;-0.98;0.22 -6113;2;3476.50;9.80;1681.50;-1.03;0.24 -6114;2;2951.00;12.40;1782.50;-0.21;0.32 -6115;2;2967.50;9.50;1731.00;-1.05;0.24 -6116;2;2967.00;9.85;1829.50;2.62;0.32 -6117;2;3308.50;9.90;1973.50;0.54;0.48 -6118;2;2963.00;13.20;1801.00;0.78;0.32 -6119;2;3480.00;10.05;1711.00;0.46;0.20 -6120;2;3024.50;9.70;1634.00;-0.16;0.14 -6121;2;3593.00;10.60;1764.00;-0.92;0.42 -6122;2;3381.00;10.40;1675.00;1.24;0.22 -6123;2;3013.50;11.95;1771.00;0.89;0.30 -6124;2;3575.50;9.90;1694.00;0.55;0.30 -6125;2;3162.50;9.90;1883.00;1.57;0.34 -6126;2;3062.50;10.90;1810.50;0.95;0.30 -6127;2;3071.00;9.85;1734.00;0.46;0.28 -6128;2;3266.00;11.00;1921.50;0.85;0.40 -6129;2;3035.50;11.70;1799.50;0.78;0.30 -6130;2;3113.00;12.52;1950.00;0.89;0.40 -6131;2;3346.00;10.55;1716.00;1.24;0.22 -6132;2;3123.00;9.75;1828.50;-0.87;0.30 -6133;2;3546.50;9.80;1719.00;0.35;0.26 -6134;2;3271.00;10.57;1841.00;0.78;0.38 -6135;2;3450.00;9.80;1668.50;-1.10;0.24 -6136;2;2936.00;14.65;1771.00;-1.32;0.30 -6137;2;3243.50;10.70;1892.00;0.64;0.28 -6138;2;3176.50;10.40;1788.50;0.40;0.32 -6139;2;3265.50;10.00;1707.50;0.78;0.24 -6140;2;3422.00;10.12;1913.00;0.78;0.34 -6141;2;3203.00;10.50;1795.50;-0.92;0.30 -6142;2;3237.50;10.80;1940.50;0.56;0.40 -6143;2;3415.50;10.30;1703.50;0.32;0.18 -6144;2;3192.50;9.80;1748.00;-1.29;0.24 -6145;2;2905.00;9.50;1745.50;0.00;0.18 -6146;2;3261.00;10.40;1822.50;1.10;0.16 -6147;2;3030.00;11.15;1762.50;0.27;0.24 -6148;2;3052.50;10.00;1672.50;0.11;0.22 -6149;2;3517.00;9.90;1670.50;0.38;0.26 -6150;2;3279.50;10.00;1768.50;1.03;0.22 -6151;2;2952.00;9.70;1711.50;1.10;0.26 -6152;2;3047.00;13.75;1881.50;1.10;0.32 -6153;2;3307.00;10.50;1782.50;-0.51;0.26 -6154;2;3307.50;10.30;1695.00;0.89;0.20 -6155;2;3064.50;12.00;1922.00;-0.94;0.42 -6156;2;3257.00;9.60;1794.50;4.54;0.30 -6157;2;3318.50;10.15;1947.00;1.05;0.30 -6158;2;3483.50;9.80;1704.00;-1.19;0.20 -6159;2;3369.50;9.80;1817.50;0.91;0.30 -6160;2;2987.50;10.05;1742.00;-0.16;0.26 -6161;2;3122.50;10.30;1857.50;1.42;0.30 -6162;2;3641.00;9.95;1704.50;0.51;0.30 -6163;2;3199.00;10.05;1766.50;1.10;0.22 -6164;2;3033.50;10.30;1716.00;0.24;0.26 -6165;2;3146.00;9.60;1878.50;-1.40;0.34 -6166;2;3451.50;10.50;1758.00;0.55;0.40 -6167;2;3405.50;10.40;1691.50;0.32;0.16 -6168;2;3170.50;10.50;1916.50;0.91;0.40 -6169;2;3355.00;10.70;1738.50;0.27;0.22 -6170;2;3151.00;11.70;1940.50;1.21;0.36 -6171;2;3571.00;10.00;1706.50;0.38;0.24 -6172;2;3325.50;10.30;1761.00;0.69;0.24 -6173;2;3003.00;10.80;1841.50;0.58;0.40 -6174;2;3279.00;10.40;1724.50;0.67;0.22 -6175;2;3275.50;10.70;1848.50;-1.03;0.34 -6176;2;2907.00;9.70;1697.50;1.10;0.24 -6177;2;3613.50;10.40;1845.00;-0.94;0.86 -6178;2;3209.50;9.90;1697.50;-1.03;0.26 -6179;2;3244.50;10.70;1880.50;-0.91;0.34 -6180;2;3474.00;10.37;1691.00;-0.98;0.24 -6181;2;3312.50;9.90;1914.00;-0.16;0.24 -6182;2;3410.50;10.50;1747.00;1.29;0.28 -6183;2;3261.50;10.10;1942.50;0.68;0.32 -6184;2;2929.00;13.40;1731.50;-0.70;0.34 -6185;2;3026.00;12.52;1832.00;-1.10;0.30 -6186;2;3237.00;9.70;1752.50;-1.32;0.22 -6187;2;3001.00;9.50;1860.00;-0.64;0.42 -6188;2;1518.00;9.50;854.50;-1.05;0.18 -6189;2;3386.00;10.40;1715.00;-1.24;0.24 -6190;2;3488.00;10.47;1732.00;-1.24;0.24 -6191;2;3551.50;10.20;1691.00;0.64;0.26 -6192;2;3518.50;9.70;1887.00;0.40;1.06 -6193;2;3503.00;9.90;1762.00;-0.54;0.38 -6194;2;3378.50;10.50;1926.50;1.30;0.36 -6195;2;3006.50;10.90;1738.00;-1.19;0.30 -6197;2;3288.50;10.30;1714.50;0.78;0.22 -6198;2;3181.50;10.40;1812.50;-1.16;0.32 -6199;2;3483.00;10.50;1759.50;0.70;0.30 -6200;2;3096.50;10.90;1851.00;1.15;0.30 -6201;2;3155.50;9.55;1709.00;4.71;0.18 -6202;2;3566.50;9.90;1746.50;0.40;0.36 -6203;2;3386.00;10.40;1681.00;0.98;0.26 -6204;2;2932.50;15.00;1777.00;1.05;0.24 -6205;2;2711.00;10.30;1689.50;0.27;0.26 -6206;2;3114.00;11.67;1912.00;0.92;0.38 -6207;2;3005.50;13.20;1790.50;1.06;0.32 -6208;2;3135.00;12.00;1950.00;1.03;0.40 -6209;2;3093.00;9.70;1727.00;-1.10;0.20 -6210;2;3288.00;10.37;1805.00;0.58;0.36 -6211;2;4855.00;11.35;1883.50;1.31;1.88 -6212;2;3212.50;10.40;1840.50;0.62;0.30 -6213;2;3529.50;9.80;1730.50;-1.03;0.26 -6214;2;3047.00;13.35;1901.50;0.51;0.38 -6215;2;3458.00;9.80;1675.50;0.58;0.18 -6216;2;2923.00;11.40;1768.00;-1.24;0.28 -6217;2;3626.00;9.90;1666.00;-0.98;0.26 -6218;2;2968.50;9.70;1571.00;-0.64;0.20 -6219;2;3328.00;9.50;1181.50;-0.96;0.70 -6220;2;3256.00;10.60;1612.50;0.87;0.28 -6221;2;2766.50;10.00;1567.50;-1.37;0.20 -6222;2;3178.50;10.10;1659.00;0.89;0.24 -6223;2;1431.50;9.50;1332.50;-0.52;1.38 -6224;2;3586.00;10.30;1660.50;0.38;0.28 -6225;2;3300.00;11.30;1671.00;-0.78;0.28 -6226;2;3561.00;10.20;1581.00;0.46;0.26 -6227;2;871.50;9.50;640.00;-0.57;1.10 -6228;2;5579.00;9.50;1044.50;1.16;0.80 -6229;2;3167.00;10.05;1634.50;-1.44;0.20 -6230;2;3422.50;9.90;1581.50;1.24;0.22 -6231;2;3461.00;10.40;1633.00;0.78;0.18 -6232;2;3259.50;9.80;1554.50;1.42;0.18 -6233;2;3280.50;9.80;1586.50;-1.03;0.18 -6234;2;2858.50;9.50;1732.00;-0.03;0.66 -6235;2;2958.50;10.10;1658.50;-0.19;0.28 -6236;2;3041.50;9.70;1574.50;-0.54;0.22 -6237;2;2772.00;9.90;1592.00;-1.10;0.20 -6238;2;5192.00;9.50;402.00;0.92;1.02 -6239;2;5504.50;9.50;1048.00;-1.03;1.10 -6240;2;5473.00;9.50;1574.50;1.52;1.10 -6241;2;2897.50;9.70;1560.50;1.37;0.24 -6242;2;3259.00;9.80;1659.50;0.38;0.24 -6243;2;3326.00;10.00;1601.50;0.38;0.22 -6244;2;4199.50;9.50;929.00;1.26;1.00 -6245;2;3370.00;10.30;1662.00;1.24;0.20 -6246;2;3657.00;10.20;1638.50;1.44;0.28 -6247;2;3445.50;10.20;1665.50;1.03;0.18 -6248;2;3495.50;10.00;1581.00;0.64;0.22 -6249;2;3265.00;9.80;1631.50;0.92;0.30 -6250;2;3867.00;9.50;396.50;1.52;1.00 -6251;2;2658.00;9.50;94.00;0.07;1.22 -6252;2;3352.50;10.00;1585.00;0.89;0.20 -6253;2;3526.00;10.00;1631.50;-0.92;0.26 -6254;2;3347.50;10.45;1551.00;0.98;0.18 -6255;2;2728.50;9.50;584.50;-1.08;0.98 -6256;2;2068.50;9.50;385.50;1.38;1.06 -6257;2;2965.50;9.70;1597.50;1.03;0.22 -6258;2;3090.00;9.50;1673.50;3.81;0.28 -6259;2;3123.00;9.77;1568.00;0.98;0.20 -6260;2;1898.50;9.50;1357.00;0.80;1.28 -6261;2;1776.50;9.50;2020.50;0.78;0.78 -6262;2;3393.50;10.10;1599.00;0.98;0.20 -6263;2;2963.00;9.70;1576.00;1.10;0.20 -6264;2;3323.00;10.62;1653.00;-0.46;0.28 -6265;2;1458.00;9.50;428.50;0.73;1.40 -6266;2;184.50;9.50;23.00;1.30;1.26 -6267;2;364.00;9.50;1247.50;0.81;1.02 -6268;2;2762.00;10.50;1610.50;-0.58;0.18 -6269;2;3440.00;10.15;1658.00;4.71;0.20 -6270;2;2770.00;10.15;1574.50;-1.32;0.18 -6271;2;161.00;9.50;1821.50;0.84;1.10 -6272;2;235.50;9.50;916.00;-0.94;1.32 -6273;2;3312.00;10.20;1628.50;-1.10;0.18 -6274;2;3631.00;10.50;1725.50;-0.87;0.34 -6275;2;3577.50;9.75;1582.00;1.57;0.16 -6276;2;1161.50;9.50;505.00;-0.93;0.98 -6277;2;4855.00;9.50;18.50;1.60;0.82 -6278;2;3636.50;9.90;1654.50;0.40;0.28 -6279;2;3416.00;10.00;1587.00;-0.78;0.20 -6280;2;3215.00;10.40;1569.00;1.57;0.20 -6281;2;3178.50;9.85;1603.00;0.64;0.24 -6282;2;3029.00;10.10;1584.50;0.00;0.16 -6283;2;3396.50;10.50;1649.00;0.98;0.22 -6284;2;3463.00;10.32;1604.00;-0.46;0.22 -6285;2;3666.00;9.97;1634.00;-0.78;0.30 -6286;2;2901.50;9.60;1567.00;0.46;0.20 -6287;2;2996.50;9.70;1638.50;-0.19;0.22 -6288;2;3630.00;9.80;1700.50;0.38;0.28 -6289;2;2653.00;10.62;1578.00;1.10;0.24 -6290;2;3395.50;11.60;1617.50;1.16;0.20 -6291;2;3481.50;9.90;1584.50;-1.03;0.20 -6292;2;3265.00;9.80;1590.00;1.10;0.24 -6293;2;3284.50;10.10;1642.50;-1.42;0.28 -6294;2;3538.00;10.85;1604.50;0.38;0.24 -6295;2;3472.00;9.80;1643.50;0.67;0.26 -6296;2;3180.00;9.80;1618.50;-0.92;0.28 -6297;2;3607.50;10.25;1678.00;1.05;0.24 -6298;2;2966.00;9.70;1581.50;-0.92;0.20 -6299;2;3479.50;10.10;1634.00;0.46;0.26 -6300;2;2742.50;11.55;1660.00;-1.19;0.16 -6301;2;2748.50;12.80;1579.50;-1.03;0.20 -6302;2;3554.50;11.40;1588.50;-0.78;0.24 -6303;2;3341.00;10.67;1641.00;-1.24;0.20 -6304;2;3351.50;10.50;1557.00;-1.19;0.18 -6305;2;3327.50;10.00;1589.50;0.54;0.20 -6306;2;3197.00;10.17;1571.00;-1.10;0.26 -6307;2;3547.50;9.85;1647.00;0.89;0.18 -6308;2;3636.00;9.90;1611.50;0.67;0.26 -6309;2;3041.00;9.70;1587.50;-1.32;0.22 -6310;2;2992.00;9.70;1687.50;0.67;0.22 -6311;2;3046.00;10.35;1701.50;0.92;0.20 -6312;2;3526.50;10.00;1619.50;-0.54;0.24 -6313;2;2660.50;10.00;1584.50;-1.03;0.24 -6314;2;3142.50;10.30;1642.50;0.78;0.28 -6315;2;3400.00;10.10;1592.00;0.78;0.24 -6316;2;3427.50;10.20;1639.00;0.69;0.24 -6317;2;3423.50;10.15;1555.00;-0.89;0.18 -6318;2;2761.50;10.25;1599.00;0.46;0.18 -6319;2;3273.50;9.80;1562.50;-0.78;0.26 -6320;2;2732.00;11.95;1645.00;-1.10;0.22 -6321;2;3119.50;9.80;1579.50;1.46;0.24 -6322;2;3159.00;9.70;1675.00;0.98;0.26 -6323;2;3610.00;10.50;1637.50;-1.21;0.26 -6324;2;3254.00;9.70;1677.00;1.10;0.26 -6325;2;2960.00;9.70;1584.00;0.00;0.18 -6326;2;3256.50;9.80;1636.50;1.37;0.26 -6327;2;3501.50;9.80;1633.00;0.64;0.20 -6328;2;3489.50;9.80;1556.50;0.78;0.20 -6329;2;3467.50;9.90;1588.50;0.78;0.20 -6330;2;3342.50;10.50;1557.00;0.98;0.22 -6331;2;3008.50;10.00;1685.50;1.03;0.24 -6332;2;3122.50;9.70;1611.50;-1.03;0.24 -6333;2;3402.50;10.10;1602.00;0.46;0.20 -6334;2;3035.50;10.00;1594.00;0.24;0.24 -6335;2;2755.00;10.40;1608.50;0.92;0.20 -6336;2;2897.00;9.60;1579.00;0.58;0.28 -6337;2;3542.00;10.85;1595.50;0.38;0.22 -6338;2;3565.00;9.95;1636.50;-1.32;0.22 -6339;2;3559.00;9.82;1559.00;-0.46;0.20 -6340;2;3213.50;10.10;1605.50;-0.78;0.28 -6341;2;3417.50;10.10;1557.00;0.16;0.22 -6342;2;3172.50;10.15;1653.00;0.86;0.26 -6343;2;3471.00;9.80;1610.50;-1.40;0.20 -6344;2;3282.00;9.80;1570.50;0.27;0.20 -6345;2;3009.50;9.70;1643.50;0.78;0.18 -6346;2;3398.50;9.80;1666.00;1.57;0.20 -6347;2;3110.50;9.80;1586.50;4.57;0.24 -6348;2;3385.00;11.15;1624.00;0.78;0.24 -6349;2;2949.00;9.80;1586.50;-1.32;0.20 -6350;2;2718.50;9.80;1633.50;4.17;0.26 -6351;2;2766.00;10.07;1552.00;1.10;0.22 -6352;2;3613.50;10.40;1608.00;-1.19;0.20 -6353;2;3484.00;9.80;1564.00;0.78;0.18 -6354;2;3285.50;9.90;1603.50;-0.32;0.20 -6355;2;3351.50;10.30;1567.50;-1.24;0.22 -6356;2;3410.50;10.00;1656.50;-0.78;0.18 -6357;2;3532.00;10.60;1615.00;-0.98;0.24 -6358;2;3463.00;10.00;1661.50;0.00;0.20 -6359;2;3196.00;9.90;1585.50;-1.44;0.22 -6360;2;3170.00;9.70;1626.00;-0.46;0.20 -6362;2;3456.00;10.40;1623.50;0.38;0.24 -6363;2;2734.00;11.65;1590.00;0.98;0.32 -6364;2;2961.00;9.70;1645.00;-0.64;0.32 -6365;2;3359.00;10.00;1597.00;4.71;0.18 -6366;2;3547.50;10.15;1565.00;-1.29;0.20 -6367;2;3322.00;10.57;1646.00;1.24;0.22 -6368;2;3637.50;10.10;1631.50;-0.54;0.22 -6369;2;3421.50;10.15;1565.00;-1.19;0.24 -6370;2;3474.50;9.80;1651.50;-0.78;0.22 -6371;2;3255.50;9.90;1624.50;1.16;0.24 -6372;2;3536.50;10.40;1670.00;-1.19;0.26 -6373;2;3270.50;9.80;1573.50;-0.54;0.24 -6374;2;3521.00;9.90;1624.00;1.10;0.22 -6375;2;3131.50;9.80;1590.50;0.78;0.28 -6376;2;3169.00;10.27;1645.00;4.24;0.22 -6377;2;2960.50;10.35;1568.00;1.19;0.18 -6378;2;2754.00;10.90;1566.50;-0.92;0.16 -6379;2;3634.00;9.87;1567.00;0.78;0.24 -6380;2;3393.00;10.52;1639.00;1.24;0.18 -6381;2;3199.50;10.20;1700.00;0.24;0.18 -6382;2;3491.50;9.90;1565.00;-0.16;0.18 -6383;2;3566.50;10.20;1676.50;1.16;0.26 -6384;2;2752.50;10.10;1600.50;0.78;0.20 -6385;2;2726.00;11.05;1661.50;0.38;0.22 -6386;2;3345.00;10.55;1563.50;-0.38;0.20 -6387;2;3324.50;10.70;1619.50;0.19;0.20 -6388;2;3626.50;10.25;1646.00;0.12;0.34 -6389;2;2965.50;9.70;1606.00;1.19;0.24 -6390;2;3035.50;9.70;1583.00;0.64;0.20 -6391;2;3500.50;10.65;1600.00;-0.89;0.22 -6392;2;3463.00;10.00;1640.50;-0.58;0.22 -6393;2;2992.00;9.70;1635.00;3.14;0.28 -6394;2;3554.00;10.10;1572.00;0.00;0.22 -6395;2;2721.50;9.70;1651.00;4.71;0.18 -6396;2;3395.50;10.80;1609.50;1.03;0.18 -6397;2;3037.50;9.90;1693.50;-0.78;0.20 -6398;2;3413.50;10.00;1568.50;-0.78;0.22 -6399;2;2751.00;9.50;1617.00;0.98;0.20 -6400;2;3319.50;10.70;1636.00;1.05;0.20 -6401;2;3101.50;9.80;1570.00;0.89;0.22 -6402;2;3113.00;9.65;1605.00;-1.24;0.24 -6403;2;3522.50;9.80;1647.50;-0.19;0.24 -6404;2;3584.00;9.90;1599.50;1.32;0.26 -6405;2;2645.50;9.50;1569.50;1.16;0.20 -6406;2;3012.50;10.00;1679.00;-0.89;0.24 -6407;2;3162.50;9.80;1618.00;-0.89;0.20 -6408;2;3216.00;10.30;1688.00;1.10;0.24 -6409;2;3485.50;9.85;1576.00;-0.98;0.20 -6410;2;3466.00;9.95;1621.50;1.32;0.18 -6411;2;3350.00;10.47;1576.00;0.46;0.22 -6412;2;3006.00;9.55;1660.00;-1.10;0.22 -6413;2;3201.50;9.80;1598.50;-1.16;0.36 -6414;2;3391.50;11.50;1632.00;0.98;0.18 -6415;2;3201.00;10.02;1557.00;0.58;0.24 -6416;2;3133.50;10.70;1537.50;1.16;0.20 -6417;2;3446.50;9.80;1451.00;-0.89;0.20 -6418;2;3019.00;12.52;1514.00;1.10;0.22 -6419;2;3353.50;9.50;1232.00;0.80;0.92 -6420;2;3389.00;9.70;1458.50;0.58;0.18 -6421;2;2973.00;11.60;1519.50;0.92;0.24 -6422;2;1500.00;9.50;1289.00;-0.24;1.08 -6423;2;3335.00;9.72;1476.00;0.46;0.24 -6424;2;3615.00;9.95;1552.50;-0.92;0.24 -6425;2;899.00;9.50;566.50;0.80;1.28 -6426;2;1294.00;9.50;620.00;-0.19;1.02 -6427;2;5489.00;9.50;1021.00;1.01;1.22 -6428;2;3443.50;9.80;1541.50;-1.03;0.24 -6429;2;3234.00;10.20;1499.00;0.46;0.26 -6430;2;3555.50;9.75;1515.00;-1.19;0.24 -6431;2;3170.00;12.30;1498.50;0.67;0.28 -6432;2;3400.00;9.80;1516.50;0.38;0.24 -6433;2;4372.50;9.50;94.50;0.44;0.82 -6434;2;2834.00;9.50;1777.50;-0.21;0.84 -6435;2;3218.00;10.05;1532.50;0.92;0.28 -6436;2;3522.50;12.35;1356.00;0.89;0.18 -6437;2;5134.50;9.50;429.50;-0.97;1.26 -6438;2;5457.00;9.50;1071.50;-1.23;0.96 -6439;2;5492.50;9.50;1525.00;-1.20;0.94 -6440;2;3025.50;11.00;1524.50;1.24;0.26 -6441;2;3011.50;9.80;1552.00;0.46;0.24 -6442;2;4972.00;9.50;1433.50;0.00;1.08 -6443;2;4183.50;9.50;970.00;0.54;0.84 -6444;2;2930.00;10.75;1518.50;0.58;0.20 -6445;2;3404.50;9.70;1463.00;4.71;0.20 -6446;2;2847.50;9.70;1536.00;4.71;0.24 -6447;2;4297.50;9.50;11.00;1.12;0.82 -6448;2;4319.00;9.50;297.00;0.56;1.00 -6449;2;2779.00;9.52;1506.00;4.71;0.24 -6450;2;3516.00;9.90;1547.50;0.58;0.22 -6451;2;3322.00;9.80;1480.50;0.67;0.26 -6452;2;3825.00;9.50;340.50;-0.08;1.14 -6453;2;2696.00;9.50;76.00;0.24;0.86 -6454;2;3477.50;10.10;1505.50;0.78;0.24 -6455;2;3241.50;10.00;1488.50;1.03;0.28 -6456;2;2693.00;9.50;571.00;-0.29;0.94 -6457;2;2324.00;9.50;410.50;0.27;1.38 -6458;2;3295.50;9.80;1529.00;-1.19;0.22 -6459;2;3234.50;10.10;1641.50;1.16;0.26 -6460;2;3179.00;12.65;1492.50;0.92;0.26 -6461;2;1883.50;9.50;1237.50;0.63;1.20 -6462;2;3080.00;10.40;1540.50;0.58;0.22 -6463;2;3523.00;9.85;1458.00;0.00;0.20 -6464;2;3100.50;11.90;1522.50;1.24;0.20 -6465;2;1435.00;9.50;381.50;0.94;1.30 -6466;2;97.50;9.50;60.50;-1.30;1.50 -6467;2;418.50;9.50;1215.50;1.34;0.96 -6468;2;3478.50;9.70;1450.50;0.78;0.22 -6469;2;2912.00;9.70;1542.50;-0.92;0.22 -6470;2;2999.50;12.90;1521.50;-0.78;0.22 -6471;2;137.50;9.50;1789.00;-0.95;1.28 -6472;2;283.00;9.50;952.00;-0.89;0.94 -6473;2;3590.50;9.75;1548.00;0.64;0.24 -6474;2;3395.00;9.95;1475.50;-1.10;0.26 -6475;2;1145.00;9.50;533.00;0.46;1.02 -6476;2;4862.50;9.50;74.00;-0.82;1.04 -6477;2;3412.00;9.90;1550.00;1.24;0.22 -6478;2;3327.50;9.80;1489.50;1.37;0.20 -6479;2;3534.00;10.35;1517.00;-0.46;0.26 -6480;2;3264.50;10.10;1491.50;-0.19;0.28 -6481;2;3363.00;9.90;1524.00;0.32;0.20 -6482;2;882.50;12.60;1572.00;-1.29;0.36 -6483;2;3181.00;10.82;1502.00;0.98;0.24 -6484;2;3159.50;10.00;1547.00;-0.64;0.26 -6485;2;3076.50;14.55;1522.00;0.64;0.22 -6486;2;3530.00;10.05;1477.50;0.58;0.26 -6487;2;2984.50;10.20;1555.50;-0.78;0.16 -6488;2;2941.00;10.40;1520.00;0.46;0.20 -6489;2;2773.50;9.90;1550.00;1.57;0.26 -6490;2;3471.00;9.95;1464.50;1.40;0.20 -6491;2;3603.00;9.60;1506.00;4.71;0.36 -6492;2;3484.00;9.80;1550.00;0.46;0.16 -6493;2;3402.50;9.80;1471.00;-0.89;0.24 -6494;2;3438.50;10.50;1519.50;1.03;0.22 -6495;2;3325.50;9.80;1499.00;1.19;0.22 -6496;2;2888.50;9.70;1547.00;-0.64;0.20 -6497;2;3268.00;10.10;1503.00;-0.46;0.20 -6498;2;3594.00;9.60;1470.00;0.78;0.34 -6499;2;3144.50;11.00;1517.50;0.62;0.24 -6500;2;2895.50;9.70;1544.00;-0.24;0.20 -6501;2;2993.00;11.00;1540.50;4.46;0.20 -6502;2;3549.00;9.70;1552.00;-1.24;0.28 -6503;2;3474.50;9.70;1469.50;-0.78;0.22 -6504;2;2853.50;9.80;1516.50;0.54;0.20 -6505;2;3405.50;9.90;1483.00;-0.64;0.22 -6506;2;3507.00;9.97;1513.00;0.00;0.22 -6507;2;3338.00;9.80;1494.50;1.10;0.24 -6508;2;3312.50;9.80;1539.50;-1.03;0.24 -6509;2;3218.00;10.80;1509.50;-0.51;0.20 -6510;2;1561.50;10.70;1664.50;0.32;0.40 -6511;2;3134.00;9.90;1550.50;-1.32;0.20 -6512;2;3081.50;10.20;1529.50;1.03;0.22 -6513;2;2958.00;10.35;1549.50;-0.92;0.20 -6514;2;3581.00;9.60;1466.50;0.27;0.30 -6515;2;3630.00;9.70;1555.50;0.00;0.28 -6516;2;3525.50;10.25;1485.00;0.64;0.22 -6517;2;3382.00;9.90;1522.50;0.38;0.22 -6518;2;2850.50;10.00;1474.00;0.98;0.20 -6519;2;3412.50;10.30;1490.50;0.78;0.24 -6520;2;3224.00;10.00;1540.00;-0.98;0.22 -6521;2;3011.00;9.70;1566.50;0.58;0.22 -6522;2;3155.50;10.90;1514.50;0.54;0.28 -6523;2;3601.00;9.60;1480.50;0.92;0.28 -6524;2;2981.50;10.55;1537.00;0.89;0.22 -6525;2;3536.00;9.60;1486.00;-0.98;0.26 -6526;2;2712.00;9.50;1534.00;-1.24;0.28 -6527;2;3487.50;10.30;1481.50;-0.78;0.24 -6528;2;3456.50;9.90;1524.50;0.78;0.24 -6529;2;2922.00;10.80;1477.00;0.78;0.20 -6530;2;3383.00;9.80;1494.50;0.67;0.26 -6531;2;2885.50;10.50;1474.50;1.03;0.24 -6532;2;3292.50;9.85;1534.00;0.64;0.22 -6533;2;2823.00;10.40;1471.50;-0.58;0.24 -6534;2;3055.50;13.20;1539.00;1.19;0.18 -6535;2;2930.00;9.85;1552.50;0.67;0.20 -6536;2;2759.00;9.90;1473.00;1.57;0.24 -6537;2;2890.00;11.55;1526.00;-1.10;0.18 -6538;2;3648.00;9.80;1880.00;0.78;0.86 -6539;2;3512.00;9.70;1529.50;-1.40;0.22 -6540;2;2977.50;11.30;1491.00;0.89;0.24 -6541;2;3532.50;9.90;1494.50;0.78;0.26 -6542;2;2934.50;12.10;1487.00;0.24;0.20 -6543;2;3359.50;9.90;1536.00;-0.89;0.20 -6544;2;3456.00;9.80;1490.50;0.67;0.22 -6545;2;2885.00;11.35;1491.50;0.92;0.20 -6546;2;3179.50;10.00;1549.00;-0.24;0.24 -6547;2;2825.00;10.00;1484.50;0.58;0.28 -6548;2;2761.50;10.40;1478.50;1.03;0.22 -6549;2;2947.50;10.80;1533.50;-1.37;0.20 -6550;2;3213.50;9.50;1289.00;3.70;0.44 -6551;2;3586.50;9.70;1520.00;-1.19;0.26 -6552;2;3046.50;13.35;1489.00;0.46;0.24 -6553;2;3437.50;9.90;1536.00;0.69;0.22 -6554;2;3380.00;9.80;1504.50;-0.38;0.22 -6555;2;2954.50;11.10;1498.50;-1.03;0.24 -6556;2;3255.00;10.00;1546.50;0.92;0.20 -6557;2;3208.50;10.55;1518.00;-0.89;0.28 -6558;2;3063.00;10.35;1567.00;4.71;0.16 -6559;2;3015.00;13.00;1537.00;-1.10;0.20 -6560;2;2857.00;9.75;1538.50;-1.40;0.20 -6561;2;3107.00;9.90;1480.50;1.10;0.18 -6562;2;3075.00;10.55;1507.50;0.92;0.20 -6563;2;3501.50;9.80;1532.00;1.19;0.18 -6564;2;3581.00;9.60;1492.50;1.21;0.34 -6565;2;3330.50;9.80;1543.00;-1.19;0.18 -6566;2;3458.00;10.15;1499.00;0.46;0.20 -6567;2;3133.50;9.80;1569.50;0.78;0.20 -6568;2;2944.00;11.12;1500.00;0.78;0.20 -6569;2;2829.50;10.40;1501.00;0.24;0.20 -6570;2;2917.50;10.00;1533.50;0.54;0.18 -6571;2;3181.50;15.30;1476.50;0.32;0.22 -6572;2;2755.00;10.00;1487.00;0.78;0.18 -6573;2;3137.50;9.90;1489.50;1.24;0.12 -6574;2;3564.50;10.50;1530.00;-1.05;0.28 -6575;2;3518.50;11.20;1511.00;0.64;0.24 -6576;2;3078.00;10.15;1500.50;-1.32;0.22 -6577;2;3388.00;9.90;1537.50;-1.32;0.16 -6578;2;3350.50;9.70;1504.50;-1.37;0.24 -6579;2;3231.00;9.80;1556.50;1.44;0.18 -6580;2;3172.00;10.10;1526.50;-0.67;0.28 -6581;2;2948.50;11.00;1503.50;-1.03;0.20 -6582;2;2991.50;9.90;1547.50;0.78;0.14 -6583;2;2902.50;10.80;1509.00;0.69;0.26 -6584;2;3219.50;10.10;1472.50;1.24;0.20 -6585;2;2839.50;9.80;1505.00;1.19;0.18 -6586;2;3143.50;9.80;1492.50;-1.03;0.20 -6587;2;3467.50;9.90;1539.00;0.64;0.20 -6588;2;3586.50;9.60;1499.00;0.55;0.32 -6589;2;3309.50;9.80;1553.50;0.78;0.24 -6590;2;3084.00;11.10;1504.50;-0.58;0.24 -6591;2;3436.00;9.95;1508.00;0.00;0.20 -6592;2;3016.00;14.47;1505.00;-0.78;0.28 -6593;2;3249.00;10.10;1528.00;0.78;0.20 -6594;2;2950.00;10.70;1514.50;-0.92;0.20 -6595;2;3049.50;10.05;1547.00;0.89;0.16 -6596;2;3350.00;9.70;1456.50;-1.21;0.24 -6597;2;3293.50;9.80;1474.00;0.89;0.26 -6598;2;2875.50;9.70;1539.50;1.03;0.16 -6599;2;2805.50;10.35;1498.00;-0.64;0.24 -6600;2;3247.50;11.45;1471.00;1.19;0.28 -6601;2;3546.50;10.10;1533.00;1.05;0.28 -6602;2;3503.50;9.80;1506.50;0.32;0.16 -6603;2;3377.50;10.00;1541.50;-1.37;0.20 -6604;2;3152.50;10.65;1496.00;0.46;0.26 -6605;2;3324.00;9.80;1517.50;0.38;0.26 -6606;2;2985.00;10.75;1409.00;1.24;0.20 -6607;2;1553.50;10.90;1617.50;-0.78;0.28 -6608;2;3294.00;9.50;1230.00;0.19;0.96 -6609;2;2903.50;14.60;1425.00;0.24;0.18 -6610;2;1539.50;9.70;1630.00;0.69;0.26 -6611;2;3049.00;12.32;1410.00;-0.78;0.20 -6612;2;1499.00;9.50;1334.50;1.13;0.94 -6613;2;2879.00;11.40;1429.00;0.32;0.14 -6614;2;3054.00;12.75;1417.00;-1.24;0.16 -6615;2;3638.50;9.60;1470.50;0.54;0.34 -6616;2;1000.00;9.50;536.50;0.58;1.06 -6617;2;5283.00;9.50;946.00;1.30;1.34 -6618;2;2835.50;9.95;1426.00;-0.24;0.24 -6619;2;3067.50;11.30;1415.00;0.24;0.20 -6620;2;3551.00;9.60;1451.50;0.51;0.30 -6621;2;2790.00;9.70;1418.00;0.78;0.12 -6622;2;2919.50;9.75;1552.00;0.64;0.14 -6623;2;4460.50;9.50;163.00;0.88;1.14 -6624;2;2871.50;9.50;1654.00;-0.62;0.80 -6625;2;1622.50;10.30;1632.00;-0.86;0.28 -6626;2;3017.50;9.60;1428.50;-1.24;0.16 -6627;2;5180.50;9.50;462.00;-0.87;1.26 -6628;2;5413.50;9.50;1048.00;-1.00;1.10 -6629;2;5448.00;9.50;1400.50;4.52;0.98 -6630;2;1617.00;10.40;1635.50;1.10;0.26 -6631;2;2973.50;13.30;1436.00;-0.16;0.20 -6632;2;4924.50;9.50;1377.50;0.68;1.22 -6633;2;4156.50;9.50;931.00;0.22;1.14 -6634;2;3137.50;10.30;1404.50;-0.14;0.20 -6635;2;2937.50;12.10;1434.00;0.46;0.20 -6636;2;4204.50;9.50;11.00;1.67;0.50 -6637;2;4356.50;9.50;258.50;0.93;1.04 -6638;2;4440.50;14.70;1250.50;0.62;0.40 -6639;2;2892.00;10.10;1435.00;-0.46;0.20 -6640;2;3765.50;9.50;335.00;-1.29;0.94 -6641;2;2672.00;9.50;41.00;0.86;1.10 -6642;2;3522.50;15.50;1314.50;0.78;0.22 -6643;2;3123.00;10.65;1431.00;0.46;0.18 -6644;2;2848.00;10.20;1445.00;0.00;0.20 -6645;2;2708.50;9.50;617.00;0.49;1.04 -6646;2;2408.00;9.50;455.00;0.46;1.06 -6647;2;3091.50;10.00;1421.50;-1.03;0.20 -6648;2;2843.00;10.05;1435.50;0.58;0.18 -6649;2;1880.00;9.50;1209.00;1.21;1.22 -6650;2;3039.50;12.50;1429.00;-0.64;0.26 -6651;2;2838.50;10.00;1444.50;0.54;0.22 -6652;2;3173.50;9.70;1403.50;-0.78;0.20 -6653;2;1352.00;9.50;520.00;0.72;1.24 -6654;2;120.50;9.50;16.50;1.65;0.74 -6655;2;493.50;9.50;1201.50;1.42;1.02 -6656;2;2994.50;9.80;1436.50;-1.03;0.20 -6657;2;2790.50;9.50;1436.50;0.14;0.30 -6658;2;3209.50;9.80;1397.00;0.98;0.24 -6659;2;119.00;9.50;1722.50;-1.45;1.06 -6660;2;242.00;9.50;981.00;-0.52;1.12 -6661;2;2954.50;11.95;1438.00;-0.98;0.26 -6662;2;1572.50;10.70;1641.50;-0.78;0.28 -6663;2;1231.00;9.50;487.50;1.29;1.26 -6664;2;4904.00;9.50;57.00;0.95;0.92 -6665;2;902.50;14.25;1570.00;0.46;0.28 -6666;2;2901.00;10.22;1443.00;-0.78;0.26 -6667;2;3166.00;13.52;1417.00;1.10;0.20 -6668;2;2898.00;10.10;1445.00;1.10;0.20 -6669;2;3486.00;15.45;1349.50;1.32;0.26 -6670;2;3105.00;9.80;1437.50;0.38;0.22 -6671;2;3490.00;15.20;1356.50;0.58;0.16 -6672;2;3059.50;10.75;1446.00;4.71;0.22 -6673;2;3017.50;13.30;1447.50;1.24;0.14 -6674;2;3476.50;15.15;1379.00;1.19;0.26 -6675;2;2977.50;14.75;1447.00;1.19;0.18 -6676;2;1571.00;10.45;1659.00;-0.78;0.34 -6677;2;3238.00;9.75;1403.50;0.38;0.26 -6678;2;2962.50;14.80;1457.50;4.39;0.20 -6679;2;3176.50;15.70;1431.00;4.71;0.20 -6680;2;2957.50;12.60;1459.00;-0.16;0.22 -6681;2;889.00;10.50;1515.50;0.92;0.28 -6682;2;3142.50;9.80;1440.00;0.98;0.14 -6683;2;2916.50;10.25;1459.00;-0.98;0.18 -6684;2;4886.00;10.05;1414.50;-0.92;0.24 -6685;2;3085.00;10.00;1443.00;1.10;0.16 -6686;2;4904.00;9.95;1443.00;0.78;0.24 -6687;2;3034.50;12.25;1458.00;1.19;0.20 -6688;2;2845.00;10.32;1464.00;0.46;0.24 -6689;2;3533.00;13.17;1374.00;0.32;0.28 -6690;2;3052.50;13.05;1470.00;0.98;0.26 -6691;2;3025.50;13.80;1463.00;0.89;0.20 -6692;2;3452.50;14.40;1391.00;0.98;0.26 -6693;2;2976.00;12.82;1473.00;-0.78;0.24 -6694;2;927.50;9.80;1493.50;0.54;0.32 -6695;2;3192.50;13.30;1422.50;1.37;0.22 -6696;2;1464.00;10.40;1502.00;-0.78;0.44 -6697;2;3147.00;11.45;1447.00;0.78;0.18 -6698;2;2903.00;10.45;1468.50;0.00;0.20 -6699;2;921.00;9.80;1501.00;0.78;0.32 -6700;2;3112.50;9.80;1444.00;-0.89;0.22 -6701;2;3543.00;11.65;1390.50;-1.40;0.24 -6702;2;3505.50;10.95;1397.00;-0.16;0.26 -6703;2;3093.50;9.60;1455.00;-0.89;0.22 -6704;2;3338.50;10.90;1412.50;-1.03;0.28 -6705;2;1552.00;10.30;1566.00;-1.24;0.24 -6706;2;3241.50;9.80;1425.50;0.54;0.22 -6707;2;1571.00;10.80;1582.50;1.10;0.22 -6708;2;3016.00;13.42;1477.00;0.98;0.22 -6709;2;3190.50;13.00;1428.50;-0.32;0.16 -6710;2;1503.00;10.62;1588.00;-0.78;0.36 -6711;2;3173.00;13.80;1451.00;1.24;0.16 -6712;2;2926.00;10.02;1480.00;-1.10;0.20 -6713;2;1450.00;10.10;1567.50;1.10;0.24 -6714;2;3176.00;11.20;1456.00;0.98;0.16 -6715;2;4951.00;9.70;1432.50;0.92;0.32 -6716;2;3121.00;9.80;1462.50;-0.67;0.24 -6717;2;1625.00;12.70;1583.00;0.24;0.30 -6718;2;3481.50;11.70;1398.50;-1.24;0.22 -6719;2;1700.00;10.10;1626.50;-0.41;0.28 -6720;2;3079.00;10.70;1466.50;0.51;0.24 -6721;2;3434.50;12.40;1398.50;1.37;0.24 -6722;2;1189.00;12.10;1667.50;4.64;0.46 -6723;2;3036.00;11.10;1486.50;-1.40;0.22 -6724;2;3337.50;9.80;1424.50;-1.37;0.24 -6725;2;3000.00;11.30;1485.00;-1.10;0.18 -6726;2;1083.50;11.30;1789.00;0.50;0.48 -6727;2;3269.00;9.70;1435.50;-1.21;0.28 -6728;2;1290.00;10.70;1832.00;-1.13;1.24 -6729;2;3237.00;10.15;1437.50;-1.32;0.24 -6730;2;3530.00;10.05;1399.50;-0.38;0.26 -6731;2;3191.00;14.55;1456.50;0.67;0.24 -6732;2;1690.50;9.80;1588.00;-1.05;0.28 -6733;2;3494.50;10.70;1395.50;0.78;0.22 -6734;2;2669.00;9.50;1364.00;4.71;0.24 -6735;2;3153.00;10.60;1470.50;0.92;0.22 -6736;2;3440.50;12.15;1404.00;-0.89;0.20 -6737;2;1409.50;10.00;1568.50;0.78;0.32 -6738;2;3440.00;12.77;1412.00;0.78;0.18 -6739;2;3064.00;10.65;1483.50;-1.10;0.16 -6740;2;1635.50;11.10;1757.50;-0.49;1.22 -6741;2;3388.00;9.70;1420.50;1.32;0.16 -6742;2;1028.50;16.60;1657.50;-0.36;0.58 -6743;2;3261.00;9.80;1439.50;-1.01;0.24 -6744;2;2735.00;10.90;1280.50;1.10;0.24 -6745;2;895.50;11.25;1522.00;0.12;0.26 -6746;2;2721.50;13.00;1373.50;4.51;0.16 -6747;2;3230.00;9.62;1446.00;0.00;0.22 -6748;2;3537.50;10.15;1407.00;0.86;0.28 -6749;2;2723.00;13.45;1383.50;-1.10;0.20 -6750;2;3490.00;11.85;1413.50;-0.38;0.24 -6751;2;3128.00;9.80;1481.50;-0.92;0.26 -6752;2;1328.00;10.40;1650.00;0.46;0.42 -6753;2;3473.50;12.50;1413.50;0.78;0.24 -6754;2;991.00;12.85;1805.50;-0.83;0.80 -6755;2;3406.50;9.70;1434.00;4.71;0.22 -6756;2;2771.50;12.00;1380.50;0.19;0.20 -6757;2;882.50;11.10;1524.50;0.54;0.30 -6758;2;3547.50;9.70;1424.50;0.54;0.24 -6759;2;2805.00;10.40;1397.00;1.10;0.18 -6760;2;3540.00;9.60;1430.00;1.10;0.22 -6761;2;3210.50;11.70;1469.00;0.89;0.22 -6762;2;2796.00;10.30;1398.00;0.32;0.18 -6763;2;3533.00;11.70;1350.50;-1.40;0.24 -6764;2;2692.50;11.85;1383.00;0.64;0.18 -6765;2;3491.00;9.80;1438.50;1.40;0.16 -6766;2;2829.50;10.10;1389.50;0.78;0.18 -6767;2;1380.00;11.40;1689.00;-0.98;0.44 -6768;2;3424.00;9.75;1426.00;-0.98;0.28 -6769;2;1490.00;10.80;1593.50;0.51;0.34 -6770;2;2862.00;13.10;1408.00;0.78;0.24 -6771;2;3345.00;9.70;1444.00;4.71;0.20 -6772;2;885.50;12.60;1536.50;-0.11;0.28 -6773;2;2840.50;10.10;1415.50;-0.78;0.16 -6774;2;4959.00;13.25;1468.00;-0.58;0.30 -6775;2;2813.50;10.00;1404.50;-0.78;0.24 -6776;2;3384.50;9.95;1468.00;-0.89;0.26 -6777;2;2791.00;9.75;1404.00;1.10;0.20 -6778;2;1620.00;10.37;1617.00;-0.78;0.26 -6779;2;557.50;9.50;957.50;-0.52;1.24 -6780;2;2921.00;12.40;1419.00;-0.78;0.20 -6781;2;3438.50;9.75;1435.00;-0.24;0.20 -6782;2;1476.50;10.70;1603.50;0.11;0.28 -6783;2;3407.00;9.70;1443.00;0.58;0.30 -6784;2;2894.50;11.20;1425.00;0.24;0.16 -6785;2;1279.50;9.70;1315.00;1.57;0.38 -6786;2;2879.00;11.67;1420.00;0.78;0.22 -6787;2;3930.50;10.40;1710.00;1.07;0.58 -6788;2;2952.50;9.50;1405.00;1.05;0.20 -6789;2;2852.50;13.75;1422.00;1.19;0.20 -6790;2;2962.00;11.62;1415.00;0.46;0.16 -6791;2;3533.50;10.40;1440.00;0.89;0.22 -6792;2;2814.00;10.30;1418.50;0.92;0.22 -6793;2;2989.00;9.72;1413.00;-1.24;0.16 -6794;2;3497.50;9.75;1446.00;0.64;0.26 -6795;2;1619.50;11.90;1605.50;0.54;0.24 -6796;2;3465.00;9.80;1442.50;4.54;0.24 -6797;2;1574.50;9.70;1619.00;-1.29;0.20 -6798;2;1256.00;11.75;1367.50;0.34;0.56 -6799;2;3091.00;13.30;1405.00;4.71;0.22 -6800;2;2741.00;12.20;1306.00;1.10;0.14 -6801;2;3192.50;9.50;1249.50;0.51;1.02 -6802;2;2926.00;9.50;64.00;1.04;0.96 -6803;2;1311.50;10.40;1446.50;-1.34;0.34 -6804;2;4747.50;14.10;1348.50;-1.03;0.26 -6805;2;1506.00;9.50;1255.50;-1.42;1.04 -6806;2;4848.00;9.95;1381.50;-0.58;0.24 -6807;2;3331.00;12.15;1278.50;1.32;0.24 -6808;2;3293.00;12.67;1318.00;0.78;0.26 -6809;2;941.00;9.50;514.00;1.05;1.20 -6810;2;5335.50;9.50;748.50;1.53;1.48 -6811;2;4848.50;12.20;1404.50;0.40;0.24 -6812;2;2823.00;9.50;1345.00;0.78;0.24 -6813;2;3387.50;15.50;1280.00;0.16;0.30 -6814;2;3211.00;10.55;1365.00;0.78;0.22 -6815;2;4331.00;9.50;172.50;0.27;0.98 -6816;2;2917.00;9.50;1631.00;-0.78;0.62 -6817;2;2806.00;9.62;1325.00;0.78;0.20 -6818;2;2685.50;12.70;1332.50;4.39;0.20 -6819;2;5284.00;9.50;469.00;0.46;0.74 -6820;2;5334.00;9.50;983.00;1.07;1.24 -6821;2;5515.00;9.50;1399.00;-1.37;0.82 -6822;2;4821.50;13.30;1349.50;-0.78;0.30 -6823;2;1569.50;13.20;1533.00;-1.29;0.20 -6824;2;4971.50;9.50;1343.00;0.97;1.12 -6825;2;4139.50;9.50;910.00;0.87;1.08 -6826;2;3516.50;10.45;1235.00;0.83;0.48 -6827;2;1343.00;11.00;1655.00;0.64;0.36 -6828;2;4600.00;11.45;1307.50;0.67;0.24 -6829;2;4246.50;9.50;9.50;1.22;0.70 -6830;2;4418.50;9.50;276.50;-1.51;1.00 -6831;2;3027.50;12.65;1363.00;-0.98;0.24 -6832;2;2734.50;12.10;1300.00;0.98;0.22 -6833;2;4925.50;12.15;1412.00;-0.89;0.30 -6834;2;3780.00;9.50;275.00;0.83;1.12 -6835;2;2623.00;9.50;56.50;1.38;1.16 -6836;2;2818.00;10.57;1349.00;1.10;0.22 -6837;2;4685.00;11.75;1337.50;-0.92;0.26 -6838;2;4868.00;11.00;1400.50;-0.92;0.20 -6839;2;2664.50;9.50;573.50;0.44;0.98 -6840;2;2338.50;9.50;466.00;-0.64;1.02 -6841;2;2752.00;14.00;1342.00;-1.24;0.28 -6842;2;3205.50;12.60;1378.50;-1.37;0.22 -6843;2;3054.50;11.50;1342.00;-1.19;0.22 -6844;2;1807.00;9.50;1214.50;0.91;1.38 -6845;2;1630.00;9.67;1542.00;0.00;0.20 -6846;2;1602.50;9.70;1502.50;-0.19;0.26 -6847;2;1325.50;9.50;572.00;-1.21;1.02 -6848;2;52.50;9.50;19.50;1.43;0.94 -6849;2;557.50;9.50;1186.50;1.30;1.36 -6850;2;1545.50;10.30;1541.50;-0.78;0.10 -6851;2;4709.50;10.90;1310.50;-0.78;0.16 -6852;2;4693.50;11.40;1363.00;0.89;0.28 -6853;2;161.00;9.50;1666.00;0.82;1.04 -6854;2;443.50;9.50;1118.00;1.03;1.18 -6855;2;1515.00;11.17;1541.00;0.32;0.24 -6856;2;2789.00;13.25;1305.50;-0.58;0.18 -6857;2;3169.50;11.70;1351.50;0.54;0.24 -6858;2;1232.00;9.50;432.50;0.81;1.12 -6859;2;4906.00;9.50;13.00;1.10;1.06 -6860;2;4748.50;10.70;1330.50;-0.54;0.24 -6861;2;925.50;11.80;1473.00;0.46;0.32 -6862;2;2993.00;9.80;1367.50;0.58;0.26 -6863;2;4870.00;10.00;1428.50;0.27;0.30 -6864;2;3221.00;9.85;1317.50;1.40;0.24 -6865;2;2834.00;12.35;1359.50;1.21;0.22 -6866;2;2711.50;11.10;1314.50;1.24;0.20 -6867;2;2713.50;12.60;1340.00;0.64;0.16 -6868;2;4761.50;12.00;1357.00;0.98;0.24 -6869;2;1624.00;9.90;1547.50;1.10;0.22 -6870;2;5019.50;10.45;1313.00;0.35;0.22 -6871;2;3284.00;12.05;1326.00;0.78;0.20 -6872;2;1588.50;10.80;1559.00;-1.19;0.22 -6873;2;4997.50;10.30;1337.00;0.98;0.26 -6874;2;1534.50;10.80;1554.00;0.89;0.26 -6875;2;2984.50;9.70;1370.50;1.03;0.22 -6876;2;934.50;9.80;1485.50;0.19;0.30 -6877;2;3294.00;12.85;1298.50;0.67;0.28 -6878;2;2778.50;13.40;1354.50;-1.03;0.24 -6879;2;2766.50;12.60;1327.50;-1.24;0.20 -6880;2;2681.00;9.65;1270.50;-0.92;0.16 -6881;2;931.00;9.70;1445.50;1.10;0.24 -6882;2;1647.50;9.70;1557.00;0.98;0.22 -6883;2;3404.50;10.65;1259.00;4.71;0.24 -6884;2;2688.00;10.45;1282.50;0.58;0.16 -6885;2;1603.50;9.60;1557.50;1.03;0.22 -6886;2;3158.00;11.55;1352.00;-0.78;0.20 -6887;2;1123.00;16.17;1534.00;1.10;0.50 -6888;2;3376.00;14.15;1295.50;0.92;0.34 -6889;2;3090.50;9.70;1374.00;1.19;0.24 -6890;2;1527.50;10.90;1567.50;-1.37;0.28 -6891;2;2949.00;10.72;1341.00;0.78;0.20 -6892;2;1618.50;9.50;1516.00;4.71;0.24 -6893;2;4719.50;10.20;1368.00;0.64;0.26 -6894;2;3313.50;13.80;1272.00;1.19;0.20 -6895;2;3235.50;9.75;1345.00;-1.19;0.24 -6896;2;2740.50;12.90;1294.00;0.64;0.16 -6897;2;1083.50;15.50;1450.50;-1.00;0.48 -6898;2;4678.00;12.25;1342.50;0.00;0.28 -6899;2;1567.00;10.75;1564.00;0.46;0.20 -6900;2;3130.00;14.32;1334.00;0.78;0.22 -6901;2;2790.50;10.50;1359.00;0.98;0.20 -6902;2;2697.00;10.35;1306.00;-1.10;0.24 -6903;2;2776.50;12.30;1361.50;0.78;0.16 -6904;2;4614.50;12.35;1330.00;0.86;0.30 -6905;2;4784.50;12.60;1365.00;0.64;0.26 -6906;2;2796.50;10.60;1311.50;0.32;0.20 -6907;2;2709.00;12.00;1347.50;-1.32;0.20 -6908;2;3310.00;12.57;1329.00;-1.32;0.22 -6909;2;1668.00;9.70;1570.00;4.71;0.22 -6910;2;4748.00;12.57;1341.00;-1.32;0.24 -6911;2;1653.00;10.45;1570.50;-0.67;0.14 -6912;2;3234.00;10.65;1327.50;-1.44;0.26 -6913;2;3118.50;14.00;1373.50;1.37;0.24 -6914;2;2751.00;12.40;1319.00;-0.78;0.24 -6915;2;2837.50;14.50;1372.00;-0.89;0.20 -6916;2;1625.00;11.47;1610.00;-1.24;0.24 -6917;2;2839.00;10.42;1383.00;-1.24;0.16 -6918;2;4717.50;11.00;1316.50;-0.54;0.22 -6919;2;3409.50;15.00;1316.00;0.69;0.30 -6920;2;3323.00;13.80;1337.50;0.38;0.30 -6921;2;2681.50;12.80;1353.00;-1.19;0.16 -6922;2;4816.50;9.80;1334.00;-0.89;0.26 -6923;2;3195.50;13.80;1360.00;0.24;0.16 -6924;2;2674.00;10.50;1333.00;0.24;0.18 -6925;2;1659.00;16.55;655.00;-1.19;0.28 -6926;2;3006.50;11.00;1378.50;0.78;0.22 -6927;2;2849.00;10.05;1358.50;-1.32;0.20 -6928;2;4792.50;10.15;1316.00;0.12;0.20 -6929;2;1596.00;10.00;1531.00;0.78;0.18 -6930;2;3150.00;10.25;1318.00;0.46;0.18 -6931;2;2834.00;12.60;1376.50;1.40;0.20 -6932;2;4538.00;13.30;1217.50;0.67;0.40 -6933;2;2678.00;9.80;1286.00;-0.78;0.20 -6934;2;2953.00;10.17;1472.00;1.10;0.20 -6935;2;3484.00;11.20;1298.50;-1.44;0.32 -6936;2;2741.00;12.52;1357.00;1.10;0.20 -6937;2;4646.00;12.97;1359.00;0.92;0.32 -6938;2;3336.00;13.80;1343.00;1.10;0.26 -6939;2;3045.50;10.70;1351.50;0.78;0.20 -6940;2;3130.00;11.90;1373.50;1.10;0.28 -6941;2;2696.50;11.00;1345.00;0.89;0.22 -6942;2;3077.00;11.65;1389.50;0.58;0.22 -6943;2;1605.00;9.70;1468.50;0.70;0.28 -6944;2;4839.00;9.60;1368.50;0.67;0.28 -6945;2;3267.00;12.35;1290.50;-0.67;0.24 -6946;2;2973.50;9.80;1389.00;0.89;0.22 -6947;2;4787.00;12.57;1377.00;0.78;0.24 -6948;2;2726.50;11.10;1302.00;0.16;0.20 -6949;2;2856.50;9.80;1487.00;0.16;0.16 -6950;2;3391.50;14.05;1323.00;0.64;0.20 -6951;2;4721.00;9.70;1358.00;0.46;0.26 -6952;2;3198.50;11.90;1366.00;-0.24;0.20 -6953;2;3134.00;12.80;1381.00;0.78;0.22 -6954;2;2709.00;12.77;1288.00;-0.46;0.20 -6955;2;2680.00;11.45;1379.50;1.32;0.22 -6956;2;3366.50;14.40;1281.50;1.37;0.28 -6957;2;3071.50;14.00;1395.00;0.64;0.22 -6958;2;1567.50;13.40;1519.00;0.64;0.26 -6959;2;2797.00;11.60;1303.50;-0.58;0.20 -6960;2;2857.50;9.70;1386.50;0.78;0.20 -6961;2;4889.00;9.70;1378.00;1.19;0.30 -6962;2;2850.50;11.80;1394.50;-0.78;0.20 -6963;2;4782.00;12.00;1346.00;-0.78;0.26 -6964;2;4824.50;15.30;1383.00;0.16;0.26 -6965;2;3401.50;15.25;1300.00;-0.35;0.26 -6966;2;2812.50;11.10;1338.50;-0.32;0.20 -6967;2;3219.00;9.90;1369.50;0.58;0.24 -6968;2;1333.00;9.80;1407.50;1.27;0.40 -6969;2;4637.50;11.70;1330.50;0.32;0.20 -6970;2;3130.50;13.05;1387.00;0.64;0.18 -6971;2;1525.00;10.35;1504.50;0.67;0.30 -6972;2;3054.50;13.40;1331.50;-1.03;0.18 -6973;2;2962.00;9.50;1399.50;-0.58;0.24 -6974;2;1454.50;10.60;1483.50;0.40;0.38 -6975;2;2910.50;13.20;1402.50;0.78;0.18 -6976;2;3446.50;15.25;1326.00;0.16;0.28 -6977;2;3370.50;13.50;1302.00;0.98;0.24 -6978;2;3347.50;14.35;1340.00;-1.19;0.24 -6979;2;3089.50;9.70;1325.50;3.46;0.16 -6980;2;3050.00;11.10;1356.00;4.71;0.14 -6981;2;4739.50;9.70;1322.50;-1.03;0.20 -6982;2;3186.00;11.60;1368.50;-0.92;0.20 -6983;2;3073.00;12.50;1407.00;0.78;0.24 -6984;2;1611.00;9.70;1531.50;0.92;0.20 -6985;2;2976.00;12.80;1403.50;4.54;0.16 -6986;2;2684.00;10.10;1301.00;0.46;0.18 -6987;2;1270.00;10.50;1327.00;0.38;0.42 -6988;2;4644.00;13.40;1371.00;0.64;0.34 -6989;2;4876.00;10.40;1393.50;-0.67;0.28 -6990;2;3177.00;10.02;1344.00;0.78;0.20 -6991;2;3464.00;14.55;1326.00;0.78;0.20 -6992;2;3244.00;12.20;1286.50;0.67;0.28 -6993;2;2760.50;13.30;1333.50;0.78;0.20 -6994;2;5005.00;12.52;1333.00;1.10;0.22 -6995;2;3355.00;12.15;1350.00;-0.32;0.36 -6996;2;2688.50;11.30;1324.00;1.57;0.20 -6997;2;3514.50;12.70;1310.50;0.95;0.32 -6998;2;3139.50;10.90;1390.50;0.78;0.26 -6999;2;4457.50;13.20;1128.50;-0.95;0.36 -7000;2;4597.50;11.30;1293.50;0.40;0.24 -7001;2;3371.50;11.50;1178.50;-1.03;0.24 -7002;2;3257.50;9.50;1228.00;0.81;1.02 -7003;2;3226.50;9.50;1264.00;1.98;0.24 -7004;2;4586.50;12.40;1063.50;1.37;0.30 -7005;2;2962.50;10.30;1204.50;0.95;0.36 -7006;2;1589.50;9.50;1244.50;1.12;0.80 -7007;2;4643.50;11.70;1123.00;-0.16;0.32 -7008;2;2798.00;14.12;1218.00;-1.37;0.32 -7009;2;792.00;9.50;604.50;0.75;1.10 -7010;2;5192.00;10.45;581.50;0.58;1.58 -7011;2;3298.00;10.10;1146.50;0.58;0.28 -7012;2;1553.50;9.70;1428.00;0.71;0.38 -7013;2;3943.50;11.00;969.00;4.71;0.28 -7014;2;4698.00;10.45;1164.00;-1.10;0.16 -7015;2;4462.50;9.70;996.50;0.78;0.26 -7016;2;4994.00;9.80;1258.50;-1.10;0.22 -7017;2;4385.00;9.50;331.00;1.30;0.98 -7018;2;2906.00;9.50;1645.00;0.89;0.62 -7019;2;4530.50;12.00;1183.00;-1.05;0.34 -7020;2;3884.00;9.70;1033.50;0.27;0.38 -7021;2;4812.00;13.42;1280.00;1.10;0.26 -7022;2;5298.00;9.50;438.50;0.53;0.80 -7023;2;5360.00;9.50;1017.00;-0.99;1.22 -7024;2;5411.50;9.50;1444.00;-1.24;1.60 -7025;2;4626.00;9.75;1226.50;-0.58;0.28 -7026;2;3320.50;10.40;1256.50;4.51;0.28 -7027;2;4660.00;9.60;1063.50;-1.32;0.28 -7028;2;4867.50;9.50;1338.00;-0.11;1.22 -7029;2;4079.00;9.50;885.00;-0.46;1.20 -7030;2;3295.00;10.05;1099.50;0.38;0.32 -7031;2;4187.50;9.50;34.50;0.25;1.02 -7032;2;4399.50;9.50;277.50;1.42;1.08 -7033;2;2870.00;13.25;1234.50;0.67;0.32 -7034;2;4290.00;10.00;974.00;-0.78;0.24 -7035;2;4624.00;11.25;1144.00;0.24;0.30 -7036;2;3816.50;9.50;234.00;0.33;1.20 -7037;2;3357.00;9.50;62.50;-0.91;1.28 -7038;2;2604.50;9.50;94.00;-0.12;1.10 -7039;2;4536.50;9.60;999.00;-0.89;0.26 -7040;2;2841.00;13.40;1234.00;0.00;0.38 -7041;2;2772.50;10.20;1064.50;1.09;1.78 -7042;2;2761.50;9.50;621.50;1.18;0.74 -7043;2;2401.50;9.50;495.00;0.41;0.88 -7044;2;4535.00;10.65;1022.00;0.98;0.22 -7045;2;1577.00;10.40;1467.00;0.58;0.30 -7046;2;4874.50;10.90;1202.50;4.39;0.26 -7047;2;1743.00;9.50;1279.00;-0.26;1.20 -7048;2;4560.00;14.55;1355.00;0.92;0.54 -7049;2;3861.50;10.50;1086.50;0.07;0.36 -7050;2;4859.50;11.75;1220.00;-0.98;0.16 -7051;2;1279.50;9.50;579.50;0.57;1.10 -7052;2;66.50;9.50;48.50;1.05;1.12 -7053;2;388.50;9.50;1294.00;0.81;0.92 -7054;2;4643.00;11.85;1109.50;0.51;0.26 -7055;2;4647.50;10.45;1245.00;0.16;0.24 -7056;2;157.50;9.50;1618.00;0.61;1.00 -7057;2;429.00;9.50;1174.50;-1.52;1.06 -7058;2;4694.50;11.30;1140.50;-1.24;0.20 -7059;2;3008.00;9.55;1280.00;0.98;0.24 -7060;2;3979.50;10.80;970.50;1.03;0.34 -7061;2;1182.00;9.50;451.00;1.42;1.16 -7062;2;5354.50;9.50;845.50;3.92;1.18 -7063;2;3133.50;9.70;1153.50;0.78;0.26 -7064;2;4101.50;10.60;1086.50;0.32;0.32 -7065;2;2899.00;14.70;1248.00;1.10;0.26 -7066;2;3025.50;11.50;1172.50;-1.03;0.22 -7067;2;4606.00;9.70;1022.00;4.71;0.28 -7068;2;2741.00;10.60;1266.00;-0.46;0.20 -7069;2;2686.50;11.60;1197.50;0.19;0.34 -7070;2;4781.50;10.90;1298.00;-0.64;0.22 -7071;2;4654.50;9.50;1051.00;1.57;0.20 -7072;2;4922.30;10.00;1222.48;0.89;0.24 -7073;2;3304.50;12.40;1066.00;-1.19;0.36 -7074;2;4584.50;11.10;1248.00;1.19;0.26 -7075;2;4418.00;12.85;972.00;1.24;0.30 -7076;2;3112.50;9.90;1126.50;-1.46;0.34 -7077;2;2952.00;14.35;1243.00;-1.32;0.26 -7078;2;4203.50;9.70;1010.50;4.39;0.20 -7079;2;3204.00;9.90;1165.00;1.57;0.26 -7080;2;4012.50;10.50;1060.50;0.50;0.42 -7081;2;2918.50;10.50;1260.50;-1.24;0.20 -7082;2;3161.00;9.95;1184.50;1.32;0.24 -7083;2;1567.50;9.80;1453.00;0.16;0.34 -7084;2;3877.00;9.70;1081.50;0.00;0.44 -7085;2;4620.00;11.15;1219.50;0.58;0.24 -7086;2;4674.00;12.52;1103.00;-0.78;0.20 -7087;2;4962.50;9.65;1231.00;-0.64;0.24 -7088;2;1644.50;9.50;332.00;-1.37;0.80 -7089;2;4669.00;11.40;1254.50;0.38;0.22 -7090;2;4106.50;13.10;958.50;0.11;0.36 -7091;2;3288.00;9.70;1162.00;0.46;0.18 -7092;2;4608.50;9.70;1267.50;0.19;0.26 -7093;2;4478.00;9.65;993.50;-1.32;0.26 -7094;2;4635.50;10.20;1188.00;-1.19;0.26 -7095;2;4517.00;9.95;1045.50;1.40;0.28 -7096;2;3161.00;9.50;1277.50;-0.92;0.26 -7097;2;4566.50;9.70;1113.50;-0.78;0.30 -7098;2;2710.50;11.45;1280.00;-0.64;0.20 -7099;2;4629.50;12.30;1052.50;0.78;0.26 -7100;2;2719.00;13.90;1206.50;0.51;0.34 -7101;2;4547.50;9.70;1125.00;0.24;0.24 -7102;2;4930.00;9.50;1246.50;-1.10;0.24 -7103;2;4381.50;11.55;975.00;-1.41;0.30 -7104;2;4653.50;10.40;1145.50;0.78;0.28 -7105;2;4681.50;11.45;1267.00;0.16;0.28 -7106;2;4010.50;20.70;1184.50;1.34;0.34 -7107;2;3355.00;10.12;1179.00;-0.78;0.14 -7108;2;4587.00;9.60;1018.00;0.00;0.24 -7109;2;4603.50;11.20;1293.50;-0.62;0.22 -7110;2;4838.50;10.70;1203.00;3.38;0.18 -7111;2;2777.50;12.30;1283.50;0.32;0.16 -7112;2;361.78;10.10;1036.97;1.20;0.20 -7113;2;4919.00;9.90;1212.00;0.78;0.26 -7116;2;2773.00;14.37;1205.00;0.32;0.36 -7117;2;3275.50;9.90;1122.50;0.78;0.40 -7118;2;1515.50;10.00;1417.50;-0.19;0.30 -7119;2;3957.00;11.30;962.00;-1.10;0.26 -7120;2;4681.50;11.20;1160.50;0.78;0.22 -7121;2;4822.00;11.35;1251.50;0.27;0.16 -7122;2;4256.50;10.20;996.50;0.40;0.20 -7123;2;1849.00;9.50;1113.00;0.32;0.12 -7124;2;4197.00;9.90;1030.50;0.67;0.26 -7125;2;4792.50;10.00;1281.00;1.19;0.18 -7126;2;4602.00;9.70;1198.50;0.27;0.32 -7127;2;3181.00;9.50;1292.50;0.85;0.44 -7128;2;4541.50;10.55;1042.00;0.64;0.30 -7129;2;4604.50;9.70;1233.00;-0.46;0.30 -7130;2;3232.00;9.50;1284.00;-1.10;0.24 -7131;2;4648.00;10.47;1057.00;0.00;0.22 -7132;2;2796.50;10.70;1239.50;0.32;0.20 -7133;2;1646.50;9.50;349.50;-1.36;0.42 -7134;2;1557.00;9.70;1438.50;0.67;0.24 -7135;2;4519.50;9.70;990.00;4.71;0.18 -7136;2;3071.50;10.30;1140.50;1.46;0.30 -7137;2;4491.50;9.80;1017.50;-0.54;0.24 -7138;2;1546.50;9.90;1452.00;-1.05;0.32 -7139;2;3136.00;13.15;1170.50;-1.32;0.22 -7140;2;3387.00;12.20;1241.50;1.10;0.32 -7141;2;4619.50;10.20;1046.00;1.19;0.24 -7142;2;4678.00;9.70;1201.00;0.98;0.22 -7143;2;3327.00;12.92;1266.00;0.98;0.22 -7144;2;3283.50;9.80;1102.00;0.16;0.20 -7145;2;4880.00;12.45;1233.00;0.46;0.24 -7146;2;4688.00;11.87;1125.00;-1.10;0.22 -7147;2;3021.00;9.80;1273.50;1.10;0.22 -7148;2;3241.50;9.60;1142.50;1.46;0.34 -7149;2;2869.50;14.60;1224.50;-1.24;0.36 -7150;2;3945.50;9.70;997.00;4.71;0.32 -7151;2;3367.50;10.90;1172.50;1.03;0.22 -7152;2;4567.00;10.37;1015.00;0.78;0.22 -7153;2;2725.50;9.55;1258.00;0.24;0.20 -7154;2;2981.50;11.00;1162.50;1.06;0.58 -7155;2;4764.50;9.70;1292.50;1.03;0.16 -7156;2;3331.50;10.50;1033.00;-0.46;0.34 -7157;2;4974.00;9.67;1234.00;2.67;0.18 -7158;2;4574.50;12.90;1330.50;-1.16;0.34 -7159;2;4556.50;10.75;1076.00;-0.89;0.26 -7160;2;4622.50;10.00;1259.50;0.32;0.30 -7161;2;3238.50;12.00;576.00;1.57;0.70 -7162;2;2969.00;10.05;1241.00;-0.46;0.28 -7163;2;4277.50;12.85;1004.00;-0.89;0.30 -7164;2;3279.00;9.70;1152.00;-0.58;0.28 -7165;2;3960.50;10.25;1018.00;0.89;0.34 -7166;2;2874.00;13.77;1254.00;-0.58;0.26 -7167;2;4586.50;9.70;1154.50;-0.78;0.28 -7168;2;4527.50;10.30;1040.50;0.40;0.28 -7169;2;5000.50;11.35;1289.00;-0.86;0.30 -7170;2;3366.50;10.75;1184.00;1.19;0.20 -7171;2;4778.50;11.90;1306.50;0.78;0.22 -7172;2;4614.00;11.02;1091.00;0.78;0.24 -7173;2;2739.50;16.00;1201.50;-0.95;0.32 -7174;2;4653.50;10.20;1126.50;-1.42;0.24 -7175;2;4783.50;9.50;1250.00;-1.19;0.20 -7176;2;3355.50;10.45;1157.00;0.64;0.18 -7177;2;3986.50;10.60;984.00;1.29;0.28 -7178;2;4858.00;9.95;1184.00;0.78;0.16 -7179;2;4241.50;10.20;1022.00;-0.16;0.28 -7180;2;2962.50;12.05;1253.00;1.05;0.26 -7181;2;4668.50;9.70;1192.00;0.24;0.22 -7182;2;4622.00;11.80;1040.00;-1.24;0.24 -7183;2;2715.00;10.15;1271.50;0.92;0.22 -7184;2;3386.50;11.55;1198.00;-0.86;0.44 -7185;2;1293.50;10.70;1879.50;-1.11;1.66 -7186;2;4705.50;9.70;1054.00;1.19;0.22 -7187;2;4949.00;10.97;1241.00;0.78;0.20 -7188;2;3289.50;9.90;1112.50;-0.95;0.30 -7189;2;4629.50;11.30;1267.50;-0.54;0.24 -7190;2;4275.00;13.77;989.00;-1.24;0.28 -7191;2;4679.50;11.00;1147.00;0.16;0.18 -7192;2;4514.50;10.10;1009.50;-1.03;0.20 -7193;2;3315.00;10.35;1227.50;-0.92;0.32 -7194;2;3048.00;10.02;1145.00;-1.24;0.34 -7195;2;408.51;10.70;1016.55;4.17;0.26 -7196;2;2770.00;14.10;1279.50;0.58;0.24 -7197;2;4888.50;9.50;1203.00;0.46;0.22 -7198;2;2738.00;11.65;1274.00;0.46;0.20 -7199;2;4602.00;10.50;1079.50;-1.21;0.28 -7200;2;4650.00;9.70;1223.00;-0.78;0.24 -7201;2;4526.50;14.20;1134.00;0.64;0.26 -7202;2;1551.50;9.70;1412.50;-1.24;0.48 -7203;2;2658.50;13.50;1137.50;-0.88;0.48 -7204;2;4792.00;10.10;1258.50;0.38;0.22 -7205;2;3990.50;11.15;998.00;1.57;0.34 -7206;2;3176.50;9.80;1160.00;-0.46;0.26 -7207;2;3917.00;9.90;1003.00;-1.10;0.38 -7208;2;4526.00;10.70;1241.00;0.64;0.34 -7209;2;3033.00;10.00;1182.00;1.24;0.24 -7210;2;4543.50;10.50;1034.00;-0.89;0.26 -7211;2;3147.00;10.85;1286.50;-1.40;0.20 -7212;2;4893.50;9.70;1223.50;-1.03;0.24 -7213;2;2787.00;13.50;1333.50;-0.58;0.20 -7214;2;4695.50;14.55;1050.00;0.98;0.26 -7215;2;2750.50;13.20;1229.50;1.37;0.24 -7216;2;3262.00;10.10;1102.00;0.87;0.50 -7217;2;4945.00;11.75;1249.50;0.00;0.26 -7218;2;4426.50;12.70;981.50;1.16;0.24 -7219;2;3133.50;11.10;621.50;-0.99;0.84 -7220;2;4167.00;10.25;1012.00;0.78;0.28 -7221;2;4788.50;9.70;1270.00;0.46;0.30 -7222;2;4640.00;9.70;1174.50;0.67;0.28 -7223;2;4511.00;10.75;534.00;0.78;0.20 -7224;2;3898.50;14.05;1285.00;-0.98;0.44 -7225;2;4392.00;9.60;861.50;1.10;0.20 -7226;2;3209.00;9.50;1263.00;-0.58;1.00 -7227;2;4550.50;9.50;602.00;-0.64;0.30 -7228;2;3741.00;10.92;1692.00;-0.78;0.40 -7229;2;4488.50;14.20;893.00;0.86;0.26 -7230;2;1678.00;9.50;1200.00;0.78;1.00 -7231;2;4644.50;10.05;672.00;1.15;0.24 -7232;2;3959.50;14.65;923.00;0.84;0.36 -7233;2;3759.50;10.50;1552.00;1.05;0.40 -7234;2;811.00;9.50;509.00;0.23;1.24 -7235;2;5146.00;9.50;573.00;0.11;1.00 -7236;2;4375.50;10.00;755.00;0.98;0.20 -7237;2;3659.00;10.42;1623.00;0.78;0.36 -7238;2;4468.00;9.70;829.00;-1.10;0.22 -7239;2;2764.00;9.85;1573.50;0.51;0.20 -7240;2;4456.50;10.30;1139.50;0.78;0.40 -7241;2;4382.00;9.50;366.00;0.78;1.18 -7242;2;2856.50;9.50;1576.00;-0.05;0.64 -7243;2;3789.50;9.80;1437.50;-0.66;0.38 -7244;2;3981.00;12.50;856.50;0.00;0.28 -7246;2;5452.50;9.50;390.00;-0.67;1.12 -7247;2;5378.50;9.50;960.00;1.16;1.38 -7248;2;5498.00;9.50;1476.50;-0.54;1.00 -7249;2;4982.00;12.67;1533.00;1.10;0.34 -7250;2;3978.50;11.20;906.50;0.54;0.26 -7251;2;5179.50;10.60;580.00;2.15;0.18 -7252;2;4873.00;9.50;1292.00;1.07;1.02 -7253;2;4062.50;9.50;833.00;-0.76;0.92 -7254;2;4288.00;10.57;922.00;-0.98;0.26 -7255;2;903.50;12.70;1657.50;-1.42;0.38 -7256;2;4462.00;10.70;1181.00;0.46;0.36 -7257;2;4214.00;9.50;52.00;-1.37;1.02 -7258;2;4431.50;9.50;321.00;1.19;0.98 -7259;2;864.00;10.50;1712.50;-1.21;0.42 -7260;2;4062.50;10.30;746.00;0.71;0.32 -7261;2;3843.00;9.50;287.50;-0.96;0.90 -7262;2;3379.50;9.50;29.00;-0.89;1.02 -7263;2;2664.00;9.50;15.00;1.57;0.64 -7264;2;5374.00;9.70;316.00;0.78;0.26 -7265;2;4030.50;10.80;795.00;-0.46;0.28 -7266;2;4936.50;10.90;1481.00;0.98;0.36 -7267;2;2769.50;9.50;659.00;1.50;0.76 -7268;2;2346.50;9.50;511.50;-0.96;1.04 -7269;2;4933.00;10.17;580.00;1.21;0.36 -7270;2;4381.00;18.50;1234.50;0.21;0.38 -7271;2;4497.00;13.65;837.50;0.38;0.20 -7272;2;1886.00;9.50;1326.00;0.78;1.06 -7273;2;4033.50;22.85;1222.00;0.82;0.74 -7274;2;4108.50;10.70;1620.00;0.71;0.46 -7275;2;4680.50;9.80;893.00;4.71;0.20 -7276;2;1304.00;9.50;519.50;0.41;1.04 -7277;2;2831.00;9.50;115.00;1.57;1.30 -7278;2;435.00;9.50;1254.00;1.16;1.24 -7279;2;4536.50;10.00;1122.50;1.06;0.34 -7280;2;4467.50;11.25;928.00;0.69;0.26 -7281;2;3742.50;9.90;1550.50;0.56;0.44 -7282;2;225.50;9.50;1619.00;0.99;1.02 -7283;2;484.50;9.50;1085.50;1.22;1.18 -7284;2;4776.00;9.50;757.00;0.78;0.22 -7285;2;3766.00;10.50;1633.50;-1.27;0.28 -7286;2;1077.00;9.50;536.00;0.19;1.20 -7287;2;5413.77;9.50;806.50;-1.28;1.08 -7288;2;4009.00;11.50;795.50;-1.10;0.30 -7289;2;835.50;9.50;821.50;-0.79;0.28 -7290;2;116.50;11.95;428.00;1.31;0.24 -7291;2;1673.00;9.70;1674.00;-0.98;0.36 -7292;2;4406.00;9.62;847.00;1.24;0.26 -7293;2;4621.50;11.80;513.50;2.35;0.24 -7294;2;4400.00;15.30;1082.00;-0.69;0.50 -7295;2;4335.00;9.50;882.50;-0.92;0.22 -7296;2;4601.00;10.30;591.50;1.73;0.28 -7297;2;4078.00;9.70;914.00;-1.32;0.24 -7298;2;3901.00;10.10;1570.50;1.49;0.34 -7299;2;4616.00;10.45;655.50;1.10;0.42 -7300;2;3694.00;14.07;1583.00;0.00;0.40 -7301;2;4512.00;12.60;1208.50;0.27;0.28 -7302;2;5581.50;9.80;363.00;1.57;0.24 -7303;2;4460.50;9.80;799.50;-0.78;0.24 -7304;2;1816.50;9.70;1648.50;1.30;0.32 -7305;2;5121.00;11.40;507.50;0.70;0.24 -7306;2;1365.00;10.20;1577.50;-1.10;0.40 -7307;2;4733.79;10.00;846.38;2.82;0.28 -7308;2;4419.00;10.10;579.50;1.10;0.54 -7309;2;4995.00;10.40;1523.50;1.44;0.34 -7310;2;4044.00;10.85;870.50;1.21;0.34 -7311;2;4734.50;11.40;659.50;1.37;0.24 -7312;2;4344.00;10.90;923.50;-0.92;0.26 -7313;2;3730.00;10.35;1521.50;1.47;0.40 -7314;2;4509.50;12.60;1278.50;-0.78;0.42 -7315;2;901.50;9.75;1690.00;0.46;0.26 -7316;2;4012.00;21.67;1197.00;0.64;0.58 -7317;2;3977.00;10.45;1558.50;1.17;0.52 -7318;2;3641.00;10.00;1762.50;0.49;0.46 -7319;2;4436.00;9.75;840.50;0.67;0.28 -7320;2;3734.50;14.10;1650.50;0.66;0.34 -7321;2;4707.00;10.00;511.50;-1.40;0.14 -7322;2;3656.50;9.65;1475.00;0.46;0.40 -7323;2;4694.00;10.70;887.50;0.58;0.20 -7324;2;5162.50;10.60;558.50;-1.24;0.20 -7325;2;4701.50;10.40;918.50;-0.78;0.20 -7326;2;3873.00;10.10;1537.50;0.34;0.50 -7327;2;4376.00;10.05;656.50;-0.27;0.30 -7328;2;3737.50;9.85;1592.00;1.35;0.34 -7329;2;4396.50;11.00;735.50;-1.03;0.26 -7330;2;3538.50;10.25;1773.00;-0.95;0.56 -7331;2;4450.50;9.70;793.50;-1.03;0.24 -7332;2;4014.50;11.20;1458.50;1.49;0.46 -7333;2;5125.50;11.30;498.00;-0.89;0.24 -7334;2;4114.50;10.95;1086.00;0.89;0.34 -7335;2;3949.00;10.95;1476.00;-0.89;0.52 -7336;2;4687.00;10.02;610.00;-0.98;0.30 -7337;2;3787.50;9.80;1475.00;-1.22;0.38 -7338;2;4363.50;9.70;887.00;-1.19;0.24 -7340;2;4065.00;9.70;911.50;-0.58;0.36 -7341;2;3710.50;9.80;1520.50;0.42;0.46 -7342;2;4380.00;10.72;728.00;0.78;0.28 -7343;2;3656.00;10.47;1576.00;0.98;0.30 -7344;2;4055.00;9.85;765.50;0.00;0.26 -7345;2;1655.50;10.70;1642.00;-0.46;0.34 -7346;2;3650.50;9.80;1687.50;-0.32;0.36 -7347;2;4479.00;11.27;830.00;0.32;0.20 -7348;2;1082.00;11.00;1865.50;0.40;0.84 -7349;2;5114.00;10.62;495.00;1.10;0.22 -7350;2;4013.00;9.80;1515.50;-0.49;0.52 -7351;2;4687.50;10.15;887.00;1.95;0.22 -7352;2;5157.00;9.70;554.50;0.38;0.18 -7353;2;4363.00;9.70;921.50;0.67;0.34 -7354;2;3790.00;9.70;1456.00;-0.78;0.40 -7355;2;4613.00;10.50;634.50;1.10;0.36 -7356;2;4416.00;11.00;954.50;0.87;0.30 -7357;2;3817.00;10.70;1597.00;1.24;0.42 -7358;2;4632.50;11.00;721.50;-1.03;0.24 -7359;2;3628.00;10.40;1677.00;-1.10;0.24 -7360;2;4733.00;10.30;778.50;0.00;0.24 -7361;2;1805.50;9.55;1639.00;3.60;0.36 -7362;2;5106.00;11.20;505.00;0.00;0.20 -7363;2;4015.50;10.40;824.00;-0.64;0.32 -7364;2;1681.00;10.05;1923.50;3.86;2.24 -7365;2;5102.50;14.90;551.50;1.37;0.20 -7366;2;1532.00;10.80;1673.50;0.85;0.44 -7367;2;4370.00;9.70;875.50;0.38;0.22 -7368;2;4388.50;12.90;619.50;1.16;0.26 -7369;2;4771.42;9.50;615.76;0.74;0.28 -7370;2;3689.00;9.90;1504.00;0.19;0.44 -7371;2;4604.50;10.80;717.50;1.03;0.24 -7372;2;4094.00;11.75;944.00;0.46;0.34 -7373;2;3698.50;13.40;1567.00;0.29;0.46 -7374;2;4082.00;14.90;1117.50;1.05;0.62 -7375;2;3683.50;9.90;1684.00;0.89;0.24 -7376;2;4440.50;9.70;826.50;0.14;0.20 -7377;2;2698.50;10.20;1589.50;1.76;0.28 -7378;2;5116.00;14.40;502.00;-0.46;0.24 -7379;2;1768.50;11.40;1682.50;0.32;0.56 -7380;2;4497.50;12.75;863.00;4.71;0.20 -7381;2;4470.50;9.70;550.50;4.51;0.18 -7382;2;4289.50;10.70;910.50;1.76;0.28 -7383;2;3855.00;10.50;1523.00;0.00;0.58 -7384;2;4458.50;9.50;615.50;0.62;0.30 -7385;2;4740.50;10.20;803.50;4.51;0.34 -7386;2;886.00;10.17;1679.00;-1.10;0.38 -7387;2;4592.00;10.27;714.00;-1.10;0.24 -7388;2;1519.00;9.50;1324.50;-1.10;0.30 -7389;2;4726.00;9.95;772.50;1.81;0.20 -7390;2;5395.50;10.40;476.50;4.30;0.38 -7391;2;3987.50;9.50;832.00;-1.19;0.36 -7392;2;3820.00;10.10;1457.00;0.78;0.46 -7394;2;2661.00;10.97;1567.00;-1.24;0.24 -7395;2;3976.50;10.90;868.00;0.12;0.38 -7396;2;4462.00;9.70;607.00;4.39;0.26 -7397;2;4425.50;17.60;1217.50;1.42;0.38 -7398;2;911.50;12.10;1630.50;1.06;0.40 -7399;2;4413.00;9.85;706.00;4.71;0.20 -7400;2;4348.50;12.60;1003.00;4.71;0.44 -7401;2;3754.50;9.80;1587.50;0.66;0.44 -7402;2;4011.00;9.85;780.00;-0.78;0.28 -7403;2;3646.00;9.90;1650.50;-0.38;0.22 -7404;2;4423.50;9.50;825.50;1.03;0.26 -7405;2;3989.50;11.00;1475.00;1.13;0.44 -7406;2;4515.50;12.60;1194.00;1.29;0.34 -7407;2;3965.50;10.40;1494.50;0.78;0.46 -7408;2;4382.00;9.70;866.50;0.92;0.20 -7409;2;5092.00;10.50;524.50;-0.58;0.36 -7410;2;3754.00;9.90;1503.50;-1.01;0.42 -7411;2;4000.50;10.70;914.00;1.15;0.36 -7412;2;5185.50;9.70;589.50;0.62;0.24 -7413;2;4799.03;10.40;659.37;3.92;0.24 -7414;2;916.50;13.30;1707.00;1.57;0.46 -7415;2;4630.00;10.70;699.50;0.00;0.22 -7416;2;3678.00;10.00;1645.00;1.24;0.24 -7417;2;4730.00;9.70;772.00;4.24;0.24 -7418;2;4510.50;14.20;1182.50;1.16;0.34 -7419;2;4666.70;10.10;812.29;-0.60;0.46 -7420;2;1473.50;11.00;1631.00;1.29;0.36 -7421;2;4493.00;12.00;537.00;0.98;0.22 -7422;2;1447.50;10.30;1407.00;-0.55;0.36 -7423;2;4716.50;12.10;828.50;1.03;0.26 -7424;2;4580.50;10.45;646.00;0.07;0.48 -7425;2;3936.00;10.22;1507.00;1.21;0.54 -7426;2;4474.00;12.15;898.50;-1.10;0.26 -7427;2;4408.00;10.05;682.50;0.92;0.24 -7428;2;4073.00;9.80;936.00;-0.19;0.40 -7429;2;3762.50;10.40;1568.50;-0.66;0.48 -7430;2;4004.00;11.35;977.50;1.47;0.38 -7431;2;3661.50;9.90;1645.00;0.69;0.24 -7432;2;4432.00;9.75;819.00;1.57;0.32 -7433;2;1700.00;11.52;1668.00;0.78;0.30 -7434;2;4544.00;9.75;1133.50;0.67;0.26 -7435;2;1642.50;10.30;1670.50;-1.06;0.48 -7436;2;4045.50;9.80;846.50;0.54;0.28 -7437;2;5311.00;10.50;485.00;4.24;0.24 -7438;2;3674.00;9.80;1519.50;1.04;0.40 -7439;2;4708.50;10.45;913.00;-0.98;0.18 -7440;2;4402.00;10.95;599.50;0.92;0.28 -7441;2;4319.00;10.52;946.00;-0.78;0.24 -7442;2;910.50;13.75;1671.00;0.84;0.48 -7443;2;4579.50;12.00;670.50;0.91;0.36 -7444;2;3687.50;10.40;1638.50;1.37;0.38 -7445;2;4762.50;11.00;766.50;0.19;0.16 -7446;2;4408.00;14.20;1053.00;-0.89;0.52 -7447;2;3993.00;9.50;817.50;-1.32;0.26 -7448;2;3803.50;12.35;1242.00;-1.05;0.46 -7449;2;1361.50;12.50;1541.50;-1.14;0.34 -7450;2;5154.50;9.90;181.00;1.57;0.32 -7451;2;1559.00;9.90;1229.00;0.98;0.42 -7452;2;3201.50;9.50;1304.00;0.71;1.08 -7453;2;4661.50;10.70;140.50;0.95;0.52 -7454;2;3466.00;14.60;1345.00;1.57;0.26 -7455;2;4239.50;15.15;1084.00;-1.23;0.46 -7456;2;1657.00;9.50;1239.00;-1.18;0.88 -7457;2;4919.00;10.27;427.00;1.37;0.28 -7458;2;1362.00;10.10;1569.50;1.10;0.38 -7459;2;4568.00;10.25;1187.50;0.51;0.34 -7460;2;825.00;9.50;357.50;-0.44;1.20 -7461;2;5080.50;9.50;594.50;1.15;0.94 -7462;2;1715.00;9.65;1622.50;-0.87;0.36 -7463;2;4388.00;10.30;669.50;0.87;0.34 -7464;2;1407.50;10.80;1441.50;0.78;0.26 -7465;2;4070.50;9.90;949.00;0.69;0.36 -7466;2;1546.50;12.30;1496.50;1.03;0.26 -7467;2;4374.00;9.50;471.00;-1.48;1.06 -7468;2;2810.00;9.50;1593.50;-1.21;0.46 -7469;2;4307.50;11.65;1019.00;-0.08;0.32 -7470;2;3474.00;12.82;1307.00;-1.24;0.32 -7471;2;5130.50;10.75;184.00;1.57;0.32 -7472;2;5456.00;9.50;430.00;0.00;0.98 -7473;2;5421.00;9.50;935.50;0.56;1.18 -7474;2;5478.00;9.50;1428.50;-0.54;1.14 -7475;2;4171.00;10.25;1067.00;1.40;0.22 -7476;2;2101.50;11.10;557.50;-1.46;0.46 -7477;2;3638.00;9.60;1325.00;-0.92;0.56 -7478;2;4921.00;9.50;1276.00;1.17;0.90 -7479;2;4056.00;9.70;788.50;-0.41;1.00 -7480;2;1427.50;9.70;1378.50;-0.78;0.22 -7481;2;4948.00;9.70;399.00;1.27;0.36 -7482;2;3213.50;9.80;1654.00;0.16;0.30 -7483;2;4254.50;9.50;36.50;-0.50;0.92 -7484;2;4358.50;9.50;306.00;0.93;0.80 -7485;2;1338.00;10.40;1427.00;-0.58;0.36 -7486;2;3805.00;12.00;1392.50;0.82;0.52 -7487;2;4880.50;10.30;621.00;4.71;0.30 -7488;2;3873.00;9.50;244.00;1.13;1.14 -7489;2;3323.50;9.50;28.50;-0.39;1.00 -7490;2;2608.50;9.50;15.00;1.57;0.66 -7491;2;3747.50;15.50;1267.50;0.78;0.50 -7492;2;4351.00;10.35;933.50;-0.41;0.36 -7493;2;2688.00;9.50;674.00;-1.07;0.90 -7494;2;2433.50;9.50;524.00;0.03;1.14 -7495;2;3571.00;11.40;1333.50;-0.67;0.24 -7496;2;5136.50;12.20;174.50;-0.62;0.32 -7497;2;4112.00;13.05;1019.00;-0.78;0.42 -7498;2;1820.00;9.50;1304.50;1.29;1.00 -7499;2;1976.00;9.65;2037.50;1.48;0.42 -7500;2;1849.00;9.80;318.00;0.40;0.52 -7501;2;3848.50;12.55;1347.00;0.91;0.56 -7502;2;4556.00;9.82;1092.00;-1.24;0.32 -7503;2;1285.00;9.50;474.50;1.10;1.34 -7504;2;90.50;9.50;105.50;0.41;1.30 -7505;2;496.50;9.50;1236.50;0.86;1.02 -7506;2;5014.00;10.30;420.50;0.41;0.36 -7507;2;3842.00;10.30;1368.50;0.92;0.56 -7508;2;4561.50;9.85;1202.00;0.35;0.34 -7509;2;257.00;9.50;1638.50;-1.36;1.04 -7510;2;539.00;9.50;1066.50;0.91;0.84 -7511;2;4424.00;14.45;1279.50;-1.27;0.44 -7512;2;4873.50;10.40;622.00;1.29;0.34 -7513;2;3410.50;10.30;1225.50;-0.62;0.42 -7514;2;1125.50;9.50;463.50;-0.12;1.48 -7515;2;5309.00;9.50;923.00;-0.78;1.24 -7516;2;4414.00;9.95;933.50;-1.27;0.40 -7517;2;974.00;9.52;1421.00;-1.24;0.26 -7518;2;4452.00;11.00;1016.00;1.24;0.30 -7519;2;3941.00;20.70;1263.50;-1.32;0.36 -7520;2;5142.00;9.65;158.50;0.38;0.36 -7521;2;4504.00;11.07;1068.00;-0.38;0.36 -7522;2;5151.50;10.45;263.00;0.16;0.44 -7523;2;4778.50;10.60;1410.50;-1.03;0.30 -7524;2;1396.00;9.70;1370.00;-0.58;0.30 -7525;2;5026.00;10.25;404.50;0.85;0.38 -7526;2;4777.50;9.80;1434.50;-1.30;0.38 -7527;2;1535.00;9.85;1434.50;0.70;0.36 -7528;2;1525.50;10.40;1528.50;-0.78;0.26 -7529;2;4989.50;10.80;607.50;1.16;0.30 -7530;2;3464.50;10.60;1274.50;-0.14;0.32 -7531;2;4370.50;10.20;936.50;0.40;0.40 -7532;2;4994.50;9.70;1370.50;-0.50;0.48 -7533;2;5080.50;10.10;171.50;0.78;0.44 -7534;2;4275.00;12.05;1015.50;-0.92;0.28 -7535;2;5154.00;10.70;250.00;0.00;0.28 -7536;2;1325.00;10.65;1617.50;-1.40;0.40 -7537;2;4165.00;10.10;1055.00;0.78;0.30 -7538;2;5039.00;11.00;366.00;0.46;0.64 -7539;2;1377.00;10.40;1556.50;0.34;0.44 -7540;2;4588.50;9.70;1198.00;-0.16;0.30 -7541;2;3696.00;10.07;1392.00;-1.10;0.56 -7542;2;4919.50;9.50;631.50;4.42;0.42 -7543;2;1371.00;9.92;1427.00;1.10;0.34 -7544;2;4358.50;10.00;900.50;-1.37;0.32 -7545;2;4585.50;13.20;1354.50;0.32;0.38 -7546;2;1601.50;9.70;1205.50;0.62;0.32 -7547;2;1507.50;10.20;1505.00;-0.89;0.30 -7548;2;3132.00;13.00;487.00;0.62;1.44 -7549;2;4492.50;11.75;1065.00;0.29;0.34 -7550;2;1796.00;10.60;276.00;0.14;0.46 -7551;2;1457.00;10.80;1547.00;-1.24;0.30 -7552;2;1401.50;9.70;1360.50;1.71;0.30 -7553;2;2054.50;9.80;465.50;0.66;0.48 -7554;2;3531.50;16.00;1361.00;-0.89;0.28 -7555;2;1358.00;10.30;1391.50;-0.21;0.42 -7556;2;3884.00;11.10;1404.50;0.72;0.44 -7557;2;4779.50;10.30;596.50;4.17;0.24 -7558;2;1532.00;13.40;1482.50;-0.87;0.28 -7559;2;4355.00;10.35;910.50;0.70;0.30 -7560;2;3768.50;12.50;1263.50;0.32;0.44 -7561;2;2215.50;10.10;756.00;0.46;0.58 -7562;2;4315.50;11.70;1011.50;-0.78;0.38 -7563;2;3660.00;9.95;1323.50;-0.74;0.58 -7564;2;5154.00;10.40;240.50;-1.40;0.28 -7565;2;4180.00;10.00;1059.50;-0.58;0.44 -7566;2;5072.50;10.60;355.00;0.98;0.44 -7567;2;4958.00;9.50;138.00;2.35;0.56 -7568;2;4582.00;9.80;1188.00;0.78;0.30 -7569;2;4890.50;9.80;1450.50;-0.78;0.28 -7570;2;4979.50;17.00;585.50;0.85;0.52 -7571;2;4546.50;11.25;1239.00;-0.98;0.38 -7572;2;4366.50;9.70;908.00;-0.46;0.32 -7573;2;3707.50;11.90;1264.00;1.19;0.52 -7574;2;4090.00;10.75;992.00;-1.19;0.34 -7575;2;4650.50;12.85;1376.00;4.71;0.28 -7576;2;3262.00;11.05;132.00;0.67;0.70 -7577;2;4499.00;11.60;1085.50;-0.87;0.32 -7578;2;4662.50;12.60;1418.00;0.69;0.48 -7579;2;4675.00;10.60;231.00;0.46;0.52 -7580;2;4577.50;9.80;1171.50;0.78;0.32 -7581;2;1955.50;10.20;397.50;-1.39;0.40 -7582;2;4760.00;11.40;1426.00;0.00;0.34 -7583;2;1486.50;9.90;1409.50;1.37;0.30 -7584;2;3833.00;11.22;1260.00;-0.32;0.42 -7585;2;4899.00;9.92;594.00;-1.37;0.40 -7586;2;1374.50;10.60;1467.50;-0.14;0.34 -7587;2;4359.50;10.30;867.00;-0.16;0.24 -7588;2;1539.50;12.00;1505.50;0.40;0.28 -7589;2;2142.50;11.25;543.00;0.35;0.44 -7590;2;1629.00;9.70;1194.50;-1.27;0.28 -7591;2;4802.50;12.25;1404.00;0.69;0.34 -7592;2;5118.50;10.15;236.00;4.71;0.38 -7593;2;4163.50;10.20;1039.50;-0.56;0.44 -7594;2;1990.00;9.95;383.00;0.24;0.40 -7595;2;5047.50;10.25;1385.00;0.89;0.36 -7596;2;4538.50;10.70;1160.50;0.78;0.38 -7597;2;3859.00;11.10;1404.50;0.58;0.50 -7598;2;4669.00;10.65;599.00;0.98;0.28 -7599;2;1374.50;10.30;1383.50;0.50;0.36 -7600;2;3814.00;10.50;1436.50;0.58;0.50 -7601;2;4434.50;9.80;879.50;1.03;0.20 -7602;2;3658.00;11.47;1267.00;-0.92;0.54 -7603;2;4339.50;12.70;979.50;0.50;0.38 -7604;2;3502.00;13.35;1282.50;-0.51;0.36 -7605;2;3091.00;12.70;242.50;-1.36;0.74 -7606;2;4432.00;15.40;1056.50;-0.27;0.32 -7607;2;1361.00;11.25;1528.50;-1.10;0.34 -7608;2;4679.50;10.40;211.50;0.07;0.52 -7609;2;4545.50;11.55;1165.00;-1.15;0.38 -7610;2;5085.00;10.40;304.00;1.05;0.56 -7611;2;1418.00;10.10;1555.50;0.27;0.28 -7612;2;1511.50;10.40;1400.00;0.61;0.36 -7613;2;4800.50;11.25;1474.00;0.98;0.40 -7614;2;5074.50;10.25;569.00;0.24;0.30 -7615;2;1411.50;10.30;1467.50;-0.54;0.30 -7616;2;4868.00;11.50;1539.50;-1.20;0.54 -7617;2;1556.00;10.20;1011.00;-1.10;0.28 -7618;2;3749.50;10.80;1318.00;0.61;0.64 -7619;2;4037.00;10.25;971.50;-0.85;0.36 -7620;2;3409.50;11.10;1284.00;0.35;0.30 -7621;2;1893.00;9.65;234.50;-0.15;0.42 -7622;2;1528.00;9.70;1239.50;1.48;0.24 -7623;2;4908.00;10.30;240.00;1.35;0.84 -7624;2;3560.50;10.50;1357.00;0.69;0.24 -7625;2;4570.00;9.70;1152.00;-0.32;0.28 -7626;2;1418.00;9.80;1513.50;0.41;0.36 -7627;2;4975.00;9.50;543.50;-1.21;0.50 -7628;2;1325.00;10.30;1370.00;0.46;0.36 -7629;2;1682.00;11.05;1631.50;1.47;0.26 -7630;2;1574.50;9.50;1013.00;-0.98;0.36 -7631;2;4543.50;13.40;1326.00;-1.19;0.52 -7632;2;1688.00;10.60;1167.00;4.71;0.48 -7633;2;4665.00;11.77;1361.00;0.19;0.30 -7634;2;4237.50;10.30;1041.00;-0.89;0.36 -7635;2;3698.50;11.40;1331.50;0.86;0.56 -7636;2;2054.50;10.90;535.50;1.48;0.36 -7637;2;4612.50;10.70;1140.50;0.14;0.36 -7638;2;1973.00;9.70;326.50;-0.18;0.44 -7639;2;3829.00;10.20;1296.50;-0.87;0.40 -7640;2;1471.00;10.30;1383.00;0.58;0.30 -7641;2;3670.50;9.60;1393.50;-0.70;0.56 -7642;2;4520.00;9.70;528.00;1.24;0.18 -7643;2;1513.50;14.65;1459.00;-1.05;0.36 -7644;2;1819.50;9.70;1639.00;-1.35;0.40 -7645;2;4462.00;10.15;853.50;-0.92;0.24 -7646;2;1552.50;12.00;1505.00;0.69;0.30 -7647;2;4340.50;12.65;968.00;-0.24;0.24 -7648;2;4616.50;12.40;1401.00;-0.64;0.50 -7649;2;5113.00;9.90;208.00;-0.24;0.34 -7650;2;4499.50;10.30;1027.00;0.86;0.32 -7651;2;5123.50;10.50;289.00;0.89;0.36 -7652;2;4768.50;9.90;1416.00;1.35;0.24 -7653;2;4606.50;10.60;1114.50;-0.54;0.30 -7654;2;4586.00;9.70;515.50;0.00;0.32 -7655;2;4101.00;9.90;1677.00;0.92;0.52 -7656;2;4589.00;11.15;1222.00;-1.10;0.24 -7657;2;3828.50;10.40;1425.00;1.35;0.44 -7658;2;4307.50;9.70;718.00;0.73;0.48 -7659;2;4522.50;12.00;1294.50;-0.88;0.50 -7660;2;1728.00;9.70;1167.50;1.52;0.28 -7661;2;3583.50;9.50;1329.50;0.78;0.22 -7662;2;4189.50;9.70;1050.00;0.89;0.36 -7663;2;4773.00;10.35;1392.50;-0.92;0.34 -7664;2;5145.00;12.32;192.00;0.92;0.38 -7665;2;4529.50;11.10;1106.50;-0.78;0.38 -7666;2;5107.00;10.90;287.50;0.00;0.32 -7667;2;969.00;12.92;1482.00;0.64;0.48 -7668;2;1423.00;9.70;1377.00;1.57;0.26 -7669;2;4868.00;10.30;453.00;1.57;0.28 -7670;2;4838.50;10.40;1429.00;1.15;0.42 -7671;2;3393.00;10.50;1249.50;-0.41;0.24 -7672;2;4870.50;10.30;1477.50;-1.06;0.44 -7673;2;4365.00;10.40;681.00;1.10;0.28 -7674;2;4602.50;14.10;1369.50;-0.78;0.48 -7675;2;4339.50;11.95;954.00;0.46;0.28 -7676;2;4400.50;14.80;1510.00;-0.73;0.54 -7677;2;953.50;13.55;1725.00;0.24;0.60 -7678;2;3227.50;9.60;1330.00;-1.12;0.40 -7679;2;2487.00;9.50;14.50;1.70;0.68 -7680;2;4096.00;11.77;1540.00;-0.92;0.54 -7681;2;3928.50;11.10;1684.50;0.14;0.44 -7682;2;3871.00;10.70;1332.00;0.92;0.40 -7683;2;1789.00;10.65;1758.50;-1.53;1.32 -7684;2;1108.50;16.60;1514.00;-1.35;0.50 -7685;2;3959.00;10.30;1745.00;-0.78;0.62 -7686;2;538.50;9.50;480.50;1.59;1.16 -7687;2;4039.00;10.40;1602.50;-1.15;0.54 -7688;2;1102.50;15.55;1586.00;0.35;0.48 -7689;2;3937.00;9.70;1867.50;-1.26;1.00 -7690;2;5186.50;9.50;678.00;0.51;1.52 -7691;2;4746.00;10.87;1634.00;1.19;0.72 -7692;2;5572.00;11.35;137.00;1.24;0.30 -7693;2;4165.00;14.62;1478.00;1.03;0.60 -7694;2;4361.50;9.50;567.00;-0.16;1.02 -7695;2;2871.00;9.50;1605.50;0.67;0.70 -7696;2;959.00;10.72;2006.00;0.75;1.18 -7697;2;4672.50;11.20;1517.50;-0.60;0.66 -7698;2;5418.50;9.50;449.50;1.24;0.90 -7699;2;5462.00;9.50;950.00;-1.49;0.66 -7700;2;5535.00;9.50;1468.00;-1.20;0.82 -7701;2;4204.00;10.50;1697.00;0.67;0.58 -7702;2;4126.00;12.45;1346.00;1.37;0.56 -7703;2;4341.50;14.90;1561.00;0.52;0.50 -7704;2;4947.50;9.50;1301.00;-0.85;1.18 -7705;2;4107.50;9.50;760.00;1.20;0.90 -7706;2;3945.00;11.00;1368.50;0.00;0.36 -7707;2;4299.50;11.20;1759.00;0.96;0.86 -7708;2;4028.50;10.30;1553.50;0.56;0.60 -7709;2;4307.00;9.50;57.00;0.86;0.98 -7710;2;4265.00;9.50;192.50;0.85;0.98 -7711;2;3973.00;10.40;1410.00;-0.92;0.46 -7712;2;3681.50;9.95;1827.00;-0.40;0.76 -7713;2;4315.00;14.90;1601.00;-0.19;0.54 -7714;2;3887.50;9.50;274.50;-0.78;1.10 -7715;2;3372.50;9.50;9.50;0.93;0.86 -7716;2;3143.50;11.10;555.50;0.15;0.62 -7717;2;4428.00;14.15;1514.00;-1.37;0.46 -7718;2;1077.50;12.80;1728.00;0.37;0.64 -7719;2;2669.50;9.50;628.50;0.50;1.08 -7720;2;2402.00;9.50;546.00;1.14;0.84 -7721;2;973.50;12.20;1609.50;0.88;0.60 -7722;2;4020.00;9.82;1654.00;0.87;0.50 -7723;2;1836.00;9.50;1333.50;0.36;1.06 -7724;2;1973.50;9.50;2007.00;1.47;0.94 -7725;2;4638.00;12.10;1547.50;-1.32;0.56 -7726;2;4503.50;10.60;1702.50;-0.78;0.88 -7727;2;4340.50;13.35;1352.00;-0.89;0.50 -7728;2;1299.50;9.50;418.50;1.49;0.92 -7729;2;114.00;9.50;155.50;0.97;1.30 -7730;2;556.50;9.50;1220.50;0.56;1.40 -7731;2;4291.00;12.62;1581.00;-1.10;0.52 -7732;2;4219.50;12.90;1371.50;-1.31;0.44 -7733;2;3852.50;10.10;1730.50;-0.66;0.72 -7734;2;315.50;9.50;1661.00;0.67;1.02 -7735;2;578.00;9.50;1078.50;-1.33;1.04 -7736;2;4568.50;12.60;1594.50;-0.36;0.72 -7737;2;4207.50;14.70;1426.50;-0.60;0.52 -7738;2;3932.50;9.80;1821.50;-1.12;0.86 -7739;2;1095.00;9.50;505.50;1.45;1.14 -7740;2;5529.50;9.50;1130.50;1.20;1.08 -7741;2;3886.00;11.10;1600.50;0.49;0.52 -7742;2;5602.50;10.30;170.50;0.62;0.38 -7743;2;4657.00;11.60;1491.50;0.85;0.72 -7744;2;4280.00;11.37;1668.00;0.55;0.76 -7745;2;1209.00;11.70;1603.50;0.96;0.50 -7746;2;4810.00;12.20;1708.50;-0.99;0.62 -7747;2;1077.50;14.10;1424.50;0.32;0.46 -7748;2;4898.50;12.60;1550.00;-1.27;0.46 -7749;2;4513.00;12.85;1437.00;-0.78;0.58 -7750;2;4143.00;9.90;1740.50;0.62;0.66 -7751;2;4570.00;12.30;1566.50;0.20;0.68 -7752;2;4491.50;13.40;1442.50;0.17;0.66 -7753;2;926.00;13.70;1723.50;0.34;0.52 -7754;2;4835.00;10.70;1571.00;-0.64;0.66 -7755;2;5059.00;9.92;102.00;-0.78;0.28 -7756;2;1018.50;15.40;1555.50;0.78;0.54 -7757;2;4136.00;10.40;1625.50;-0.85;0.44 -7758;2;1955.00;9.80;1708.50;-0.85;0.76 -7759;2;4580.00;12.70;1667.50;0.75;0.68 -7760;2;1138.50;12.65;1643.00;0.08;0.54 -7761;2;935.00;14.10;1790.50;-1.22;0.68 -7762;2;1247.50;11.70;1473.50;-1.16;0.44 -7763;2;4799.00;10.60;1532.50;0.13;0.66 -7764;2;1099.50;17.80;1503.50;0.78;0.40 -7765;2;4682.00;10.30;1760.50;-1.27;1.06 -7766;2;988.00;12.00;1854.50;-1.20;1.16 -7767;2;4811.50;10.50;1458.50;0.50;0.46 -7768;2;3842.00;9.70;1810.50;0.44;0.84 -7769;2;4398.50;10.80;1630.00;-0.84;0.54 -7770;2;3115.00;13.25;288.50;0.44;0.84 -7771;2;1248.50;11.20;1604.50;0.50;0.48 -7772;2;4874.00;12.25;1672.50;0.44;0.98 -7773;2;4259.50;14.20;1519.00;4.59;0.56 -7774;2;3883.50;9.80;1673.50;0.88;0.54 -7775;2;3841.00;12.05;1322.50;1.69;0.44 -7776;2;1376.00;10.50;1652.50;0.49;0.42 -7777;2;3858.50;10.60;1355.50;-1.24;0.52 -7778;2;3794.00;9.80;1703.50;0.92;0.64 -7779;2;1044.50;15.95;1669.00;-1.35;0.58 -7780;2;1173.50;13.35;1549.00;-0.84;0.36 -7781;2;4129.00;9.80;1791.50;-0.13;0.84 -7782;2;1237.00;10.20;1837.50;-0.72;1.44 -7783;2;5551.50;10.15;154.00;-1.19;0.28 -7784;2;4076.50;11.85;1466.00;1.27;0.52 -7785;2;4695.50;11.40;1626.50;-1.12;0.80 -7786;2;4604.00;11.35;1535.50;1.32;0.64 -7787;2;1017.50;12.70;1788.00;-0.74;0.68 -7788;2;1909.50;10.40;1705.00;1.31;0.80 -7789;2;4130.00;9.80;1661.00;-0.58;0.44 -7790;2;4029.50;13.25;1287.00;0.52;0.64 -7791;2;1501.00;13.02;1463.00;0.00;0.26 -7792;2;4170.50;12.20;1339.50;1.27;0.44 -7793;2;4019.50;10.30;1716.00;-1.34;0.56 -7794;2;1449.00;11.00;1742.00;-0.84;0.84 -7795;2;4002.50;10.40;1413.00;-0.39;0.50 -7796;2;3818.50;9.70;1788.50;0.28;0.76 -7797;2;1402.50;10.65;1455.00;-1.05;0.30 -7798;2;5043.00;9.70;80.00;-1.37;0.40 -7799;2;4320.50;16.80;1475.50;1.07;0.52 -7800;2;3915.00;9.90;1635.00;-0.67;0.54 -7801;2;4845.00;10.92;1498.00;0.46;0.54 -7802;2;4383.50;11.05;1682.00;-0.42;0.86 -7803;2;4440.00;13.00;1337.50;0.90;0.56 -7804;2;4215.50;14.85;1529.00;-1.08;0.60 -7805;2;4353.00;10.80;1758.00;0.74;1.06 -7806;2;4414.00;15.45;1402.00;1.05;0.56 -7807;2;1729.50;10.25;1728.00;0.93;0.90 -7808;2;4251.00;12.00;1418.50;1.18;0.40 -7809;2;4069.50;9.70;1830.00;0.60;0.80 -7810;2;1876.00;10.32;1766.00;-1.30;0.74 -7811;2;5025.00;9.70;72.00;-1.10;0.40 -7812;2;4692.50;11.80;1434.50;0.62;0.38 -7813;2;1773.00;9.70;2038.00;-1.42;0.56 -7814;2;1122.50;13.00;1621.50;-0.95;0.56 -7815;2;4216.00;10.25;1650.50;1.15;0.50 -7816;2;4497.00;14.25;1539.50;0.72;0.48 -7817;2;4758.00;11.40;1760.00;0.19;0.94 -7818;2;1090.50;14.70;1489.50;0.54;0.32 -7819;2;4217.50;13.20;1544.50;0.78;0.60 -7820;2;1006.00;12.45;1726.50;0.33;0.76 -7821;2;1069.00;15.00;1468.00;-0.64;0.50 -7822;2;4178.00;11.50;1572.00;-0.46;0.54 -7823;2;4549.00;12.72;1479.00;-1.10;0.52 -7824;2;3727.00;12.40;1775.00;-1.19;0.58 -7825;2;4076.50;10.30;1613.50;-0.70;0.64 -7826;2;5566.00;10.57;119.00;-0.58;0.32 -7827;2;992.00;15.40;1543.00;1.10;0.56 -7828;2;4481.50;11.10;1664.00;0.54;0.72 -7829;2;1397.50;10.95;1633.00;-0.69;0.36 -7830;2;917.00;11.20;1945.50;0.20;1.60 -7831;2;1414.00;10.40;1494.50;0.34;0.38 -7832;2;4782.00;11.00;1508.00;0.51;0.74 -7833;2;3909.50;9.70;1723.00;1.31;0.48 -7834;2;1316.50;10.40;1514.00;4.71;0.36 -7835;2;4503.00;12.05;1561.00;1.05;0.62 -7836;2;1267.50;10.55;1386.00;1.07;0.44 -7837;2;4020.50;10.00;1771.50;-1.31;0.74 -7838;2;4435.00;11.70;1582.50;0.62;0.58 -7839;2;5516.50;10.70;83.50;-0.40;0.34 -7840;2;1231.50;12.10;1582.00;0.57;0.48 -7841;2;4345.00;11.75;1634.50;-0.18;0.50 -7842;2;3304.00;11.65;319.50;0.41;0.84 -7843;2;4215.50;14.35;1503.00;-1.22;0.64 -7844;2;4745.50;12.10;1654.00;-0.57;0.88 -7845;2;998.00;16.90;1632.00;-1.37;0.54 -7846;2;3859.50;9.80;1670.00;0.35;0.36 -7847;2;3870.00;12.65;1139.50;-1.27;0.44 -7848;2;4749.00;11.00;1568.00;0.40;0.58 -7849;2;4124.00;9.80;1712.00;0.51;0.64 -7850;2;4101.50;14.40;1382.00;-1.20;0.50 -7851;2;4755.50;10.70;1595.00;1.31;0.64 -7852;2;1266.00;11.10;1567.00;-1.10;0.56 -7853;2;916.00;12.57;1746.00;-0.78;0.58 -7854;2;4599.00;12.05;1614.50;-0.99;0.64 -7855;2;246.50;10.30;1973.50;-0.01;2.30 -7856;2;4014.50;10.80;1436.00;1.41;0.44 -7857;2;3016.00;14.35;1500.50;0.67;0.24 -7858;2;926.50;11.30;1886.50;-0.50;1.44 -7859;2;5108.00;13.45;116.50;-0.87;0.30 -7860;2;4532.00;13.85;1516.50;-1.17;0.54 -7861;2;4109.50;10.30;1652.00;0.05;0.48 -7862;2;1247.00;11.00;1647.00;4.71;0.38 -7863;2;4403.50;10.50;1723.00;0.74;0.72 -7864;2;4346.50;13.35;1389.00;0.94;0.56 -7865;2;946.50;10.20;1644.50;-0.14;0.32 -7866;2;4098.00;10.60;1402.00;0.46;0.60 -7867;2;3890.00;9.75;1771.50;0.29;0.66 -7868;2;5005.50;9.80;1567.50;1.24;0.54 -7869;2;689.50;13.90;1964.50;1.04;2.56 -7870;2;4243.50;14.55;1436.00;-0.46;0.56 -7871;2;4912.50;13.00;1595.00;0.61;0.60 -7872;2;3209.50;12.50;373.00;-0.96;0.76 -7873;2;4745.50;10.40;1511.50;0.42;0.60 -7874;2;3908.50;9.85;1619.00;1.27;0.52 -7875;2;1589.50;11.00;1685.00;-1.05;0.48 -7876;2;4356.50;10.30;1659.00;-0.41;0.62 -7877;2;1205.50;11.20;1685.00;1.19;0.48 -7878;2;5272.50;10.50;1597.50;-0.13;1.50 -7879;2;1021.00;12.80;1489.50;0.58;0.44 -7880;2;1150.00;11.85;1674.50;0.74;0.72 -7881;2;4415.50;14.55;1442.00;0.84;0.52 -7882;2;4122.50;9.80;1767.00;0.89;0.72 -7883;2;1161.50;11.65;1710.00;4.71;0.38 -7884;2;408.00;9.55;1895.00;-0.35;1.18 -7885;2;4511.00;14.65;1465.50;-1.23;0.54 -7886;2;4186.00;11.50;1634.50;0.23;0.54 -7887;2;5553.50;10.05;177.00;4.71;0.22 -7888;2;1077.00;16.20;1570.50;-0.53;0.48 -7889;2;4667.50;11.00;1698.50;-1.08;0.52 -7890;2;4103.50;13.45;1524.00;-0.12;0.44 -7891;2;803.50;12.40;1972.00;1.20;1.24 -7892;2;1290.50;11.20;1505.50;0.50;0.42 -7893;2;1687.00;9.80;1718.50;0.54;0.88 -7894;2;4722.50;10.55;1481.00;1.57;0.40 -7895;2;3787.00;10.15;1773.00;0.95;0.66 -7896;2;1364.50;11.20;1697.50;1.24;0.44 -7897;2;4790.50;11.20;1464.50;1.20;0.50 -7898;2;3694.50;10.15;1791.00;-0.22;0.74 -7899;2;1400.00;11.40;1706.50;-0.38;0.76 -7900;2;3300.50;10.60;212.50;0.66;0.44 -7901;2;1161.00;11.20;1978.00;0.42;1.96 -7902;2;4422.50;11.50;1644.00;-1.20;0.66 -7903;2;3901.00;10.30;1123.50;-0.65;0.50 -7904;2;1290.50;10.30;1470.50;0.50;0.46 -7905;2;4002.50;10.40;1079.50;0.62;0.42 -7906;2;3257.50;9.50;1371.50;-0.23;1.00 -7907;2;2781.00;9.50;41.00;0.92;1.08 -7908;2;2724.00;11.92;1150.00;-1.06;0.56 -7909;2;4373.50;11.50;993.50;1.30;0.32 -7910;2;1605.00;9.50;1267.00;0.86;1.08 -7911;2;4454.50;12.70;1213.00;-0.69;0.40 -7912;2;3359.00;12.25;756.50;0.63;1.04 -7913;2;1266.00;16.45;1194.50;0.55;0.46 -7914;2;436.50;9.50;471.00;-1.09;0.92 -7915;2;1784.50;11.40;961.50;1.24;0.78 -7916;2;3853.50;16.90;1217.00;-0.24;0.48 -7917;2;3803.00;11.45;1071.00;4.57;0.46 -7918;2;5170.50;9.50;777.50;1.24;1.26 -7919;2;3145.50;10.70;821.50;0.43;0.80 -7920;2;1096.50;13.15;1393.00;0.51;0.56 -7921;2;1169.00;13.90;1248.00;0.32;0.52 -7922;2;4345.00;9.50;460.50;0.48;0.78 -7923;2;2812.00;9.50;1647.50;-1.30;0.88 -7924;2;3778.50;9.90;1299.00;-1.35;0.44 -7925;2;3293.50;10.60;883.50;-0.68;0.48 -7926;2;4239.00;22.70;1156.00;1.46;0.56 -7927;2;5373.50;9.50;420.00;0.82;1.08 -7928;2;5512.00;9.50;974.50;0.23;1.22 -7929;2;5492.50;9.50;1561.00;-0.88;1.24 -7930;2;2756.00;10.80;891.50;-0.84;0.88 -7931;2;3092.50;11.00;676.00;-1.07;0.64 -7932;2;4846.00;9.50;1227.00;0.05;1.26 -7933;2;4035.50;9.50;751.00;-0.73;1.14 -7934;2;3433.00;12.62;1040.00;0.19;0.52 -7935;2;1117.50;13.20;1318.00;-0.16;0.60 -7936;2;1618.00;13.50;911.50;0.92;0.64 -7937;2;4223.50;9.50;194.50;0.61;1.06 -7938;2;4078.50;10.85;1049.00;0.16;0.42 -7939;2;2894.50;10.60;898.50;0.28;0.92 -7940;2;4271.00;21.50;1244.00;-1.03;0.86 -7941;2;3935.00;9.50;185.00;0.42;1.24 -7942;2;3340.50;9.50;9.50;1.70;0.46 -7943;2;2682.50;10.45;995.00;1.31;1.18 -7944;2;3425.50;14.60;852.50;1.49;0.50 -7945;2;1325.50;10.40;1434.00;1.41;0.34 -7946;2;2601.50;9.50;643.00;-1.16;0.84 -7947;2;2332.50;9.50;531.50;1.01;1.34 -7948;2;4518.50;13.30;1160.50;0.62;0.32 -7949;2;4034.50;14.50;1321.50;-1.04;0.60 -7950;2;2804.50;10.30;862.00;-0.55;0.82 -7951;2;1765.00;9.50;1326.00;1.04;1.14 -7952;2;2017.50;9.50;1887.00;0.60;1.00 -7953;2;3556.50;9.70;1160.50;-0.96;0.52 -7954;2;2775.50;10.30;886.00;-1.09;0.72 -7955;2;1257.00;9.50;359.50;-0.58;1.42 -7956;2;320.50;9.50;134.50;-0.98;1.02 -7957;2;575.00;9.50;1263.50;0.65;1.46 -7958;2;2770.00;13.17;1185.00;-1.10;0.50 -7959;2;2653.00;10.40;756.50;0.73;0.74 -7960;2;3669.50;9.80;1035.00;0.34;0.54 -7961;2;225.50;9.50;1669.50;1.02;1.22 -7962;2;547.50;9.50;1102.50;1.18;0.98 -7963;2;3021.50;12.50;816.00;-0.89;0.82 -7964;2;1031.00;9.95;1335.50;0.18;0.64 -7965;2;4373.50;15.00;1064.50;0.43;0.38 -7966;2;1001.00;9.50;507.50;-1.29;1.08 -7967;2;5379.00;9.50;1649.00;-0.85;1.14 -7968;2;1778.00;9.90;1021.00;-1.24;0.68 -7969;2;3587.50;13.20;1245.50;0.78;0.44 -7970;2;3424.50;12.20;1106.50;1.18;0.58 -7971;2;4331.00;13.07;1328.00;1.24;0.56 -7972;2;2560.50;10.75;869.00;-1.36;0.38 -7973;2;1210.50;13.30;1281.50;0.11;0.56 -7974;2;4367.00;10.75;983.00;1.24;0.28 -7975;2;3898.50;14.30;1163.00;1.15;0.40 -7976;2;4368.00;13.85;1044.50;1.27;0.40 -7977;2;3532.00;9.70;1175.00;0.64;0.40 -7978;2;2968.00;12.75;754.50;-0.73;0.56 -7979;2;2628.00;10.50;1079.50;-1.39;0.40 -7980;2;3444.50;15.20;808.00;-1.13;0.66 -7981;2;1270.00;10.57;1397.00;-0.58;0.50 -7982;2;3695.50;10.30;1097.00;0.71;0.46 -7983;2;2752.50;10.90;815.50;1.19;0.86 -7984;2;3846.00;17.60;1232.00;1.10;0.48 -7985;2;3092.00;11.97;1099.00;1.44;0.74 -7986;2;1001.50;10.20;1414.50;-1.46;0.32 -7987;2;3220.00;11.00;973.00;-0.72;1.20 -7988;2;4369.50;20.10;1174.50;0.22;0.68 -7989;2;3344.50;10.50;958.50;0.07;0.62 -7990;2;3736.00;13.10;1193.00;-0.67;0.50 -7991;2;1593.50;10.80;899.00;0.69;0.66 -7992;2;2560.00;9.67;968.00;-1.15;0.96 -7993;2;1666.00;14.50;962.50;-0.92;0.66 -7994;2;3512.00;9.70;1179.00;0.46;0.44 -7995;2;3542.50;11.20;1068.50;0.78;0.70 -7996;2;3289.00;12.35;722.50;0.41;0.66 -7997;2;4295.00;20.25;1290.00;0.87;0.62 -7998;2;3972.00;10.30;1106.50;-1.27;0.50 -7999;2;1109.50;15.30;1491.00;-0.94;0.40 -8000;2;3644.50;9.70;850.00;2.15;0.20 -8001;2;3524.50;9.80;1153.50;1.13;0.44 -8002;2;3686.50;10.10;949.00;1.15;0.74 -8003;2;1169.00;15.10;1290.50;-1.48;0.54 -8004;2;3486.50;12.20;1024.50;0.60;0.62 -8005;2;4018.00;21.70;1215.00;0.98;0.52 -8006;2;2670.00;10.25;735.00;-0.32;0.80 -8007;2;3934.50;11.10;1141.50;0.11;0.48 -8008;2;2650.50;11.50;810.50;-1.35;0.78 -8009;2;3692.50;12.20;1216.50;-1.07;0.58 -8010;2;4202.00;16.10;1092.50;-0.83;0.52 -8011;2;4015.50;11.40;852.50;0.62;0.30 -8012;2;1081.00;12.67;1371.00;0.46;0.52 -8013;2;3816.50;12.80;1119.50;-1.00;0.62 -8014;2;1515.50;11.60;1472.00;-1.05;0.22 -8015;2;2604.00;9.80;877.00;0.35;0.52 -8016;2;3152.00;11.37;592.00;-0.66;0.76 -8017;2;1435.00;11.72;1107.00;1.19;0.68 -8018;2;4304.00;21.27;1220.00;-0.46;0.80 -8019;2;3391.50;14.80;732.50;1.13;0.76 -8020;2;3722.00;11.10;1003.50;-0.41;0.46 -8021;2;2931.50;10.70;792.50;4.34;0.66 -8022;2;3952.50;12.40;1206.00;0.84;0.46 -8023;2;4383.00;14.30;1050.50;-0.85;0.36 -8024;2;1762.00;9.70;1000.00;-0.27;0.58 -8025;2;1299.50;10.60;1432.50;0.50;0.40 -8026;2;4449.50;10.20;1154.00;-1.07;0.36 -8027;2;3932.50;18.80;1290.00;0.12;0.48 -8028;2;2899.00;10.30;871.50;-0.49;0.70 -8029;2;4073.50;22.10;1158.50;-0.91;0.82 -8030;2;3541.50;11.55;933.00;1.03;0.72 -8031;2;3645.00;16.07;1159.00;-0.54;0.56 -8032;2;1208.50;11.25;1166.00;1.07;0.48 -8033;2;1097.00;10.55;1331.50;-1.21;0.44 -8034;2;2911.50;9.70;738.00;-1.39;0.68 -8035;2;2627.00;10.35;986.50;0.51;1.26 -8036;2;3428.00;18.30;766.50;0.29;0.76 -8037;2;4230.50;22.40;1213.00;0.75;0.76 -8038;2;2597.00;9.60;1088.00;-0.98;0.64 -8039;2;2804.50;10.10;794.50;0.60;0.56 -8040;2;3562.50;15.45;1218.00;-0.55;0.42 -8041;2;4298.50;17.95;1139.00;-0.89;0.74 -8042;2;4096.50;13.30;1285.50;1.24;0.70 -8043;2;3455.50;10.75;865.00;0.12;0.80 -8044;2;3862.50;14.60;1157.50;-1.07;0.52 -8045;2;4379.00;10.95;951.00;-0.46;0.32 -8046;2;2712.50;15.30;1159.50;-0.78;0.54 -8047;2;1562.50;10.10;866.50;-0.43;0.72 -8048;2;3194.50;11.40;619.50;0.27;0.80 -8049;2;4504.00;10.65;1236.50;-0.41;0.40 -8050;2;1764.50;9.80;906.50;4.39;1.04 -8051;2;3606.50;9.70;1059.50;0.95;0.40 -8052;2;3226.50;11.20;819.50;0.73;0.92 -8053;2;3782.00;12.25;1205.50;4.62;0.56 -8054;2;3156.00;12.85;450.00;-0.24;0.74 -8055;2;4460.00;13.70;1318.50;0.00;0.54 -8056;2;1662.50;11.10;1038.50;1.14;0.40 -8057;2;1138.00;10.25;1263.00;0.62;0.64 -8058;2;2614.50;11.80;899.50;0.11;0.84 -8059;2;4304.50;21.45;1163.00;0.73;0.56 -8060;2;3504.50;11.50;991.00;0.30;0.76 -8061;2;2946.00;10.20;1153.00;0.85;0.68 -8062;2;3430.50;13.10;718.50;0.86;0.86 -8063;2;4314.00;10.25;1065.00;0.19;0.52 -8064;2;1237.50;11.30;1385.50;1.20;0.56 -8065;2;2712.00;10.80;778.50;-0.31;0.72 -8066;2;3848.00;12.27;1094.00;1.42;0.62 -8067;2;4026.50;10.40;829.00;0.64;0.24 -8068;2;4128.00;22.27;1228.00;-0.84;0.88 -8069;2;3100.00;10.00;1119.00;0.78;0.42 -8070;2;1171.50;12.90;1424.00;1.07;0.52 -8071;2;2762.50;10.20;833.00;0.05;0.78 -8072;2;4524.50;14.90;1174.50;0.95;0.38 -8073;2;3467.00;9.55;931.50;-0.58;0.62 -8074;2;3632.00;14.25;1192.00;0.78;0.42 -8075;2;1619.50;10.20;862.50;1.28;0.44 -8076;2;3971.00;10.52;1010.00;0.46;0.28 -8077;2;2926.00;9.80;1181.00;0.78;0.68 -8078;2;3056.00;12.10;760.50;-1.06;0.64 -8079;2;1277.50;10.70;1206.50;0.42;0.56 -8080;2;1784.00;10.40;1004.00;4.71;0.56 -8081;2;4471.50;14.35;1278.00;0.55;0.54 -8082;2;4074.00;11.87;1108.00;0.32;0.32 -8083;2;1468.00;11.05;1471.50;1.10;0.26 -8084;2;3248.00;11.45;869.50;-1.36;0.74 -8085;2;3545.50;10.00;1130.00;-0.35;0.48 -8086;2;4075.00;12.40;1316.50;-1.34;0.80 -8087;2;4025.50;11.20;927.00;-0.86;0.36 -8088;2;2723.50;10.70;1123.00;-1.23;1.16 -8089;2;1271.00;12.65;1164.50;-0.43;0.76 -8090;2;3863.50;14.90;1174.50;-1.39;0.48 -8091;2;4584.00;10.75;693.50;-1.47;0.30 -8092;2;3398.50;10.60;1051.50;0.50;0.50 -8093;2;3642.50;11.90;1240.50;-1.00;0.52 -8094;2;3539.50;11.30;792.50;0.11;0.58 -8095;2;4485.50;12.45;1085.00;0.86;0.40 -8096;2;2771.00;10.80;800.50;-0.74;0.70 -8097;2;1153.50;13.20;1369.50;0.56;0.64 -8098;2;3848.00;14.40;1115.50;-0.58;0.58 -8099;2;3733.50;10.05;1297.00;-0.71;0.52 -8100;2;4007.50;11.70;865.50;0.40;0.32 -8101;2;3398.00;11.82;1152.00;-0.51;0.74 -8102;2;4352.50;13.40;1334.50;0.11;0.40 -8103;2;3208.50;11.50;916.00;0.40;0.92 -8104;2;4353.00;20.85;1173.50;0.70;0.86 -8105;2;3287.50;10.20;989.00;4.71;0.64 -8106;2;3938.00;9.90;1172.50;1.01;0.48 -8107;2;1881.00;9.85;912.50;4.66;0.96 -8108;2;3625.00;9.70;1030.00;-1.37;0.46 -8109;2;3001.50;12.00;805.50;0.48;0.70 -8110;2;1412.50;10.40;1415.00;-1.15;0.28 -8111;2;2624.00;11.40;1100.50;-1.27;0.60 -8112;2;4046.00;20.55;1265.50;1.36;0.56 -8113;2;1754.00;11.27;1030.00;-1.40;0.32 -8114;2;4059.50;10.50;1108.00;0.10;0.48 -8115;2;1023.00;10.35;1418.50;-0.92;0.56 -8116;2;2745.50;10.90;864.00;0.89;0.68 -8117;2;3621.50;13.10;1136.50;-1.46;0.52 -8118;2;3601.50;10.10;975.00;-0.98;1.28 -8119;2;1057.50;9.70;1297.50;0.54;0.56 -8120;2;4076.00;10.35;1014.00;-0.78;0.32 -8121;2;4167.00;22.75;1133.50;1.05;0.44 -8122;2;2722.00;10.15;756.50;-1.20;0.78 -8123;2;3496.00;10.25;1227.00;0.78;0.40 -8124;2;3471.00;11.00;830.50;1.47;0.36 -8125;2;3576.50;14.30;1230.00;0.83;0.44 -8126;2;4366.00;16.15;1098.00;0.38;0.30 -8127;2;4442.00;13.15;1288.00;-0.92;0.52 -8128;2;3008.50;10.60;974.00;0.54;1.56 -8129;2;2093.50;11.50;677.00;-1.09;0.82 -8130;2;4696.50;9.90;137.50;0.42;0.52 -8131;2;3283.00;9.50;1410.00;-0.87;1.46 -8132;2;2872.50;9.50;153.50;0.27;0.92 -8133;2;3441.50;10.60;697.00;1.22;0.70 -8134;2;4810.50;10.70;274.00;0.13;1.12 -8135;2;1567.00;9.50;1320.00;0.33;0.84 -8136;2;3044.00;12.60;342.00;-0.86;0.96 -8137;2;192.00;9.50;659.00;-0.39;1.08 -8138;2;3023.00;13.35;413.50;-1.32;0.66 -8139;2;5035.00;9.50;686.50;1.03;1.26 -8140;2;2051.00;11.77;585.00;0.00;0.92 -8141;2;4215.00;9.50;693.00;1.30;0.86 -8142;2;2813.50;9.50;1675.00;0.41;0.80 -8143;2;2215.50;9.90;688.50;-0.49;0.60 -8144;2;3301.00;12.40;568.00;1.10;0.68 -8145;2;5505.00;9.50;365.00;1.03;1.28 -8146;2;5457.00;9.50;975.50;0.09;0.92 -8147;2;5569.00;9.50;1505.50;-1.20;0.96 -8148;2;2122.00;12.32;532.00;0.46;0.56 -8149;2;1624.00;9.85;802.50;-0.58;1.28 -8150;2;4807.50;9.50;1155.00;-0.37;0.98 -8151;2;4068.00;9.50;713.00;-1.16;0.98 -8152;2;4692.50;9.90;331.50;1.20;0.58 -8153;2;4342.00;9.50;9.00;1.81;0.42 -8154;2;4251.50;9.50;144.50;-0.37;0.98 -8155;2;4800.50;10.35;332.00;-1.09;1.02 -8156;2;3878.50;9.50;191.50;0.78;1.04 -8157;2;1758.50;19.45;585.00;-0.52;0.68 -8158;2;2629.00;9.50;604.00;1.14;1.10 -8159;2;2275.00;9.50;556.00;-0.39;1.30 -8160;2;1682.00;11.10;689.00;0.89;0.94 -8161;2;1719.00;11.72;162.00;-0.39;0.68 -8162;2;2224.50;9.50;1198.50;0.88;1.08 -8163;2;2044.50;9.50;1861.50;1.18;0.82 -8164;2;3474.50;9.70;664.50;-0.34;0.62 -8165;2;4874.00;9.90;201.50;-0.96;0.82 -8166;2;1205.00;9.50;334.00;-1.27;0.98 -8167;2;359.50;9.50;99.50;1.05;1.06 -8168;2;619.00;9.50;1168.50;0.33;0.92 -8169;2;1848.00;9.80;394.50;0.88;0.74 -8170;2;225.50;9.50;1751.50;0.78;1.32 -8171;2;490.50;9.50;1134.00;0.71;1.10 -8172;2;1964.00;10.10;751.00;1.52;1.64 -8173;2;925.00;9.50;459.00;0.73;1.22 -8174;2;5375.00;9.50;1611.00;-1.49;1.10 -8175;2;1906.50;10.30;657.00;-0.24;1.30 -8176;2;1756.50;11.00;148.50;1.34;0.58 -8177;2;2154.50;11.80;671.00;0.98;0.60 -8178;2;3305.00;9.90;186.00;0.32;0.62 -8179;2;2206.00;9.80;779.00;0.00;0.60 -8180;2;3505.50;10.80;301.50;-0.60;0.90 -8181;2;2043.00;10.95;458.00;1.10;0.56 -8182;2;3401.00;10.75;507.50;-0.49;0.60 -8183;2;3406.50;10.50;559.50;0.06;0.66 -8184;2;2184.00;10.20;670.00;0.32;0.66 -8185;2;1733.50;9.80;791.50;-0.95;1.32 -8186;2;4948.00;9.90;163.00;0.40;0.48 -8187;2;1891.00;9.70;376.50;-0.34;0.60 -8188;2;3549.00;10.65;384.00;0.78;0.86 -8189;2;1919.50;9.80;558.50;-0.44;1.04 -8190;2;2145.00;10.35;505.00;-0.98;0.40 -8191;2;1708.50;10.90;673.00;0.46;0.62 -8192;2;1729.00;11.60;246.50;0.43;0.70 -8193;2;3036.50;11.25;588.00;-0.70;0.96 -8194;2;1706.50;13.80;361.00;0.71;0.56 -8195;2;1770.50;20.10;450.50;1.27;0.80 -8196;2;2168.50;10.00;570.50;-1.24;0.54 -8197;2;2193.50;9.70;644.50;1.71;0.44 -8198;2;1692.50;9.50;97.00;0.73;0.48 -8199;2;1577.50;13.30;751.00;0.46;0.64 -8200;2;4732.00;10.60;212.00;-1.10;0.78 -8201;2;3382.50;11.40;480.00;-1.34;0.90 -8202;2;3028.00;12.80;381.00;0.24;0.62 -8203;2;1847.50;10.70;518.00;0.16;0.78 -8204;2;5505.00;12.25;86.50;0.34;0.50 -8205;2;3393.00;10.75;534.00;0.55;0.66 -8206;2;2492.00;9.50;122.00;-1.52;0.90 -8207;2;2982.50;11.75;610.00;0.69;1.24 -8208;2;1816.50;9.80;309.00;4.71;0.52 -8209;2;4755.00;9.80;375.50;-0.75;0.80 -8210;2;2090.50;11.70;528.00;-0.46;0.44 -8211;2;1767.00;9.90;668.50;4.50;0.78 -8212;2;5487.00;13.30;71.50;-1.01;0.50 -8213;2;1672.00;9.80;787.00;1.24;1.08 -8214;2;3199.50;12.90;246.50;1.03;0.74 -8215;2;1751.00;11.50;308.50;0.44;0.60 -8216;2;1794.00;13.17;435.00;0.78;0.66 -8217;2;1714.00;9.85;522.50;4.58;0.38 -8218;2;1701.00;9.60;68.50;0.49;0.72 -8219;2;3030.00;11.05;534.00;-0.62;0.62 -8220;2;4923.50;9.80;159.50;0.66;0.64 -8221;2;4562.50;10.30;616.50;-0.14;0.36 -8222;2;1696.50;9.50;307.50;-1.37;0.32 -8223;2;3324.00;12.80;694.00;0.67;0.68 -8224;2;1963.50;11.00;495.00;0.83;0.90 -8225;2;1735.00;15.05;616.00;-0.51;0.76 -8226;2;2148.00;11.25;527.00;0.92;0.36 -8227;2;2173.50;10.80;730.50;-0.78;0.68 -8228;2;4675.00;10.90;154.50;0.92;0.56 -8229;2;1711.00;14.50;286.50;1.40;0.36 -8230;2;5037.50;10.60;344.50;1.08;0.58 -8231;2;1731.00;17.12;508.00;-0.35;0.48 -8232;2;5464.00;12.15;37.00;1.32;0.44 -8233;2;2110.00;11.55;608.00;-0.92;0.58 -8234;2;5067.00;9.90;190.00;-1.19;0.34 -8235;2;4966.50;11.95;574.00;-1.05;0.58 -8236;2;1314.00;11.00;1134.50;-1.22;0.50 -8237;2;4867.50;10.60;333.50;1.06;0.96 -8238;2;1913.50;10.30;394.00;-0.57;0.62 -8239;2;2013.50;11.70;464.00;1.34;0.58 -8240;2;1778.00;10.45;599.50;-1.30;0.74 -8241;2;5463.00;10.00;23.00;1.76;0.36 -8242;2;2177.00;10.55;711.50;-0.99;0.64 -8243;2;4670.50;10.60;136.00;4.36;0.48 -8244;2;2961.50;10.35;671.00;-1.08;0.42 -8245;2;3315.50;9.90;235.50;0.35;0.68 -8246;2;3525.50;10.10;249.50;-0.19;0.80 -8247;2;4788.00;10.95;393.50;-1.20;0.68 -8248;2;3035.50;10.80;510.00;1.43;0.74 -8249;2;5014.50;9.70;160.00;0.98;0.64 -8250;2;5000.50;13.30;565.50;1.24;0.44 -8251;2;1700.00;12.12;258.00;-0.78;0.44 -8252;2;1558.50;9.50;831.50;0.23;0.56 -8253;2;1750.00;17.92;413.00;0.00;0.86 -8254;2;1768.50;9.80;767.50;-0.94;1.52 -8255;2;1805.00;9.80;388.00;-1.32;0.62 -8256;2;3287.50;9.50;1361.50;-0.92;1.18 -8257;2;2806.00;9.50;341.00;-0.84;0.94 -8258;2;1683.50;9.50;1280.00;-1.13;0.74 -8259;2;175.50;9.50;738.50;1.31;0.78 -8260;2;4998.00;9.50;830.00;1.24;1.14 -8261;2;4312.00;9.50;742.00;0.32;0.98 -8262;2;2789.50;9.50;1702.00;0.33;0.90 -8263;2;5515.00;9.50;336.50;-1.13;1.28 -8264;2;5414.50;9.50;992.50;-0.25;1.16 -8265;2;5551.00;9.50;1522.50;-0.47;1.00 -8266;2;4766.50;9.50;1152.50;0.32;1.02 -8267;2;4110.00;9.50;691.00;-1.03;1.00 -8268;2;4422.50;9.50;11.50;1.76;0.54 -8269;2;4258.00;9.50;104.00;4.58;0.82 -8270;2;3765.00;9.50;203.50;-1.52;0.94 -8271;2;2575.50;9.50;666.50;1.12;1.10 -8272;2;2350.00;9.50;565.50;0.55;1.06 -8273;2;2138.00;9.50;1246.50;1.14;1.38 -8274;2;2097.00;9.50;1814.50;1.26;1.00 -8275;2;1172.50;9.50;405.50;1.31;1.24 -8276;2;395.00;9.50;60.00;0.57;1.38 -8277;2;598.50;9.50;1223.00;4.71;0.88 -8278;2;317.00;9.50;1707.50;1.00;1.08 -8279;2;536.50;9.50;1151.00;1.21;1.08 -8280;2;872.00;9.50;492.50;0.86;1.04 -8281;2;5431.50;9.50;1617.00;-1.50;1.04 -8282;2;3374.00;9.50;1432.50;-0.49;0.84 -8283;2;2814.00;9.50;491.00;-1.07;1.06 -8284;2;1614.00;9.50;1310.00;1.34;0.96 -8285;2;46.00;9.50;624.50;1.34;1.22 -8286;2;5163.50;9.50;874.00;-1.35;1.42 -8287;2;4255.00;9.50;787.50;-0.61;1.00 -8288;2;2806.00;9.50;1767.50;0.36;1.26 -8289;2;5575.50;9.50;366.50;-1.24;1.00 -8290;2;5583.00;9.50;661.00;0.61;1.12 -8291;2;5560.00;9.50;1582.00;-0.13;1.06 -8292;2;4792.00;9.50;1128.00;1.48;0.76 -8293;2;4157.50;9.50;670.50;-1.16;1.06 -8294;2;4406.00;9.50;32.50;0.41;0.96 -8295;2;4223.00;9.50;100.00;-1.15;0.92 -8296;2;3810.00;9.50;185.00;-0.68;1.08 -8297;2;2542.00;9.50;719.50;0.00;1.10 -8298;2;2307.00;9.50;600.50;0.44;0.94 -8299;2;2148.50;9.50;1290.00;0.71;1.26 -8300;2;2705.50;9.50;1777.50;0.74;1.40 -8301;2;1124.50;9.50;363.50;4.68;0.92 -8302;2;295.50;9.50;44.50;-0.95;1.32 -8303;2;610.00;9.50;1271.50;4.56;1.20 -8304;2;225.50;9.50;1799.00;1.28;1.34 -8305;2;396.50;9.50;1076.50;-0.97;1.24 -8306;2;838.00;9.50;452.00;1.22;1.40 -8307;2;5432.00;9.50;1670.50;-1.21;1.22 -8308;2;3363.00;9.50;1372.50;0.23;1.36 -8309;2;2832.50;9.50;576.50;1.31;1.00 -8310;2;1640.00;9.50;1344.50;4.67;0.78 -8311;2;48.50;9.50;567.50;1.42;1.26 -8312;2;5110.50;9.50;989.50;1.08;1.20 -8313;2;4253.50;9.50;833.50;0.02;0.74 -8314;2;2715.00;9.50;1549.50;-1.22;0.64 -8315;2;5537.50;9.50;393.00;-0.10;1.10 -8316;2;5557.00;9.50;708.00;-1.45;0.96 -8317;2;5594.50;9.50;1552.50;-1.24;1.10 -8318;2;4804.00;9.50;1109.00;-1.05;1.00 -8319;2;4120.50;9.50;643.00;-0.69;0.96 -8320;2;4385.00;9.50;11.50;1.30;0.70 -8321;2;4168.50;9.50;88.50;-1.28;0.82 -8322;2;3850.00;9.50;139.00;0.73;1.20 -8323;2;2596.00;9.50;700.00;1.07;0.92 -8324;2;2320.00;9.50;656.50;0.60;1.04 -8325;2;2059.00;9.50;1021.50;1.07;1.10 -8326;2;3192.50;9.60;2008.50;0.42;1.04 -8327;2;1052.50;9.50;342.50;-0.78;1.30 -8328;2;373.50;9.50;23.00;1.28;1.26 -8329;2;680.50;9.50;1258.00;-0.92;0.98 -8330;2;284.00;9.50;1759.00;0.32;1.54 -8331;2;376.50;9.50;984.50;1.00;1.26 -8332;2;897.50;9.50;415.00;0.86;1.46 -8333;2;5492.00;9.50;1622.00;-1.44;1.16 -8334;2;3419.00;9.50;1355.00;0.39;1.30 -8335;2;2584.50;9.50;501.00;1.24;0.86 -8336;2;1679.50;9.50;1381.50;0.60;1.04 -8337;2;116.00;9.50;576.50;-1.29;1.02 -8338;2;5350.50;9.50;1104.00;-1.15;1.34 -8339;2;4120.00;9.50;858.00;0.61;1.04 -8340;2;2718.50;9.50;1605.50;-0.78;0.88 -8341;2;5565.50;9.50;455.50;-1.44;1.00 -8342;2;5554.50;9.50;742.50;-1.43;0.92 -8343;2;4766.00;9.50;1073.00;1.01;1.16 -8344;2;4049.50;9.50;678.00;1.03;0.84 -8345;2;4316.00;9.50;30.00;-1.14;1.02 -8346;2;4168.00;9.50;130.00;-1.22;1.08 -8347;2;3893.50;9.50;141.00;-0.70;1.36 -8348;2;2890.00;9.50;584.00;-1.46;0.84 -8349;2;2523.50;9.50;767.00;0.38;1.00 -8350;2;2367.50;9.50;662.50;0.30;1.20 -8351;2;2013.50;9.50;1054.50;1.08;1.02 -8352;2;3282.50;9.50;2032.50;1.54;0.64 -8353;2;1119.00;9.50;319.00;-1.48;1.06 -8354;2;429.50;9.50;20.50;1.53;1.10 -8355;2;680.00;9.50;1301.00;0.83;0.94 -8356;2;331.00;9.50;1787.50;1.04;1.18 -8357;2;445.00;9.50;966.00;1.46;0.80 -8358;2;813.00;9.50;404.00;1.13;1.04 -8359;2;678.00;9.50;1013.00;1.32;0.80 -8360;2;4341.50;11.40;685.00;0.86;0.44 -8361;2;2679.00;9.50;1729.50;0.44;1.10 -8362;2;2718.00;9.50;510.00;1.06;0.88 -8363;2;1557.50;9.50;1372.50;0.04;0.92 -8364;2;107.50;9.50;516.00;-1.12;1.28 -8365;2;5488.00;9.50;1166.50;0.89;1.36 -8366;2;4176.50;9.50;890.00;4.71;0.96 -8367;2;2718.50;9.50;1724.50;-0.11;1.14 -8368;2;5500.50;9.50;448.00;-1.43;0.92 -8369;2;5554.00;9.50;772.00;-1.17;1.08 -8370;2;3619.00;9.50;1999.50;4.42;2.28 -8371;2;4698.50;9.50;1080.50;-0.65;1.26 -8372;2;4039.00;9.50;625.00;0.46;1.10 -8373;2;4350.00;9.50;51.00;-1.05;1.00 -8374;2;4189.50;9.50;173.50;0.89;1.22 -8375;2;3859.50;9.50;96.00;-0.81;1.12 -8376;2;2466.00;9.50;717.00;0.86;1.00 -8377;2;2349.00;9.50;732.00;-1.35;1.00 -8378;2;2011.50;9.50;1005.00;0.81;1.12 -8379;2;3431.50;9.50;1966.50;1.04;1.28 -8380;2;1161.50;9.50;262.00;-0.16;1.32 -8381;2;456.00;9.50;59.00;0.58;1.24 -8382;2;642.50;9.50;1344.00;-0.76;0.80 -8383;2;224.00;9.50;1934.50;0.80;1.34 -8384;2;447.50;9.50;995.50;0.93;1.06 -8385;2;796.00;9.50;315.00;-0.05;1.18 -8386;2;2367.50;9.50;1035.50;1.37;1.20 -8387;2;2578.50;9.50;1802.00;-0.46;1.80 -8388;2;2733.00;9.50;408.50;0.63;1.00 -8389;2;1603.50;9.50;1410.50;-0.40;1.06 -8390;2;64.50;9.50;539.50;-0.85;1.30 -8391;2;5491.50;9.50;1230.50;-1.24;1.14 -8392;2;4114.50;9.50;799.50;0.68;0.88 -8393;2;2646.00;9.50;1624.50;-0.18;0.58 -8394;2;5491.50;9.50;477.00;-1.04;0.98 -8395;2;5560.50;9.50;854.50;-1.35;1.26 -8396;2;4710.99;9.50;1175.16;-0.49;1.16 -8397;2;4068.50;9.50;583.00;0.64;1.08 -8398;2;4336.50;9.50;80.50;0.32;0.92 -8399;2;4138.00;9.50;200.50;0.33;0.82 -8400;2;3966.00;9.50;140.00;0.78;1.28 -8401;2;2508.00;9.50;730.00;1.57;1.08 -8402;2;2332.00;9.50;705.00;0.73;1.14 -8403;2;2361.50;9.50;1347.50;-1.12;1.68 -8404;2;2674.50;9.50;1823.50;0.68;1.50 -8405;2;1321.50;9.50;327.00;1.25;1.04 -8406;2;497.00;9.50;77.00;4.65;1.06 -8407;2;610.00;9.50;1317.00;1.42;0.88 -8408;2;693.00;9.50;947.50;-1.26;1.36 -8409;2;275.50;9.50;1840.50;-0.10;1.34 -8410;2;403.50;9.50;1033.00;-0.95;1.16 -8411;2;742.50;9.50;369.50;-1.14;1.06 -8412;2;4739.50;9.50;672.50;0.32;0.72 -8413;2;2602.00;9.50;1906.50;0.70;1.18 -8414;2;2754.50;9.50;179.00;1.12;0.98 -8415;2;1590.00;9.50;1373.00;-0.88;0.88 -8416;2;155.50;9.50;377.00;0.81;1.26 -8417;2;4175.50;9.50;792.50;0.54;1.00 -8418;2;2617.50;9.50;1558.00;-1.34;1.08 -8419;2;5576.50;9.50;497.00;-1.36;1.22 -8420;2;5539.50;9.50;922.00;0.49;1.34 -8421;2;4741.50;9.50;1207.00;-1.47;0.94 -8422;2;4116.50;9.50;589.50;0.91;1.00 -8423;2;4401.00;9.50;76.00;-0.10;0.98 -8424;2;4080.00;9.50;240.00;-0.70;1.12 -8425;2;3931.00;9.50;97.00;0.58;0.98 -8426;2;2420.50;9.50;702.50;0.74;1.18 -8427;2;2281.50;9.50;722.00;-0.02;1.18 -8428;2;2640.00;9.50;1865.00;0.73;1.24 -8429;2;1330.00;9.50;356.50;-0.53;1.20 -8430;2;489.50;9.50;23.00;1.70;1.02 -8431;2;597.00;9.50;1354.00;1.57;0.82 -8432;2;362.00;9.50;1820.00;1.01;1.36 -8433;2;507.00;9.50;958.00;1.20;1.14 -8434;2;708.00;9.50;450.00;1.04;1.48 -8435;2;3210.50;9.50;1316.50;1.76;0.52 -8436;2;2428.50;9.50;1908.50;-0.30;1.34 -8437;2;2616.50;9.50;181.50;-0.99;0.94 -8438;2;1690.00;9.50;1419.50;-0.48;1.04 -8439;2;323.50;9.50;570.00;-0.43;1.08 -8440;2;5529.00;9.50;1308.00;1.57;0.84 -8441;2;4093.50;9.50;664.00;1.26;1.08 -8442;2;2582.00;9.50;1536.00;-0.21;1.04 -8443;2;5617.50;9.50;1474.00;0.75;1.00 -8444;2;5548.00;9.50;883.00;-0.88;1.08 -8445;2;4736.50;9.50;1279.50;0.88;1.32 -8446;2;4106.00;9.50;541.00;0.68;1.24 -8447;2;4397.50;9.50;119.50;-1.01;0.88 -8448;2;4045.00;9.50;274.50;-0.65;1.18 -8449;2;3978.00;9.50;91.50;0.06;1.02 -8450;2;2809.50;9.50;1534.00;-1.07;0.44 -8451;2;2460.50;9.50;658.50;0.47;1.04 -8452;2;2212.50;9.50;523.00;1.35;1.16 -8453;2;2424.50;9.50;1261.00;0.88;1.78 -8454;2;2663.00;9.50;1700.00;1.17;1.08 -8455;2;1409.50;9.50;331.50;0.74;1.28 -8456;2;490.50;9.50;151.50;-1.38;0.86 -8457;2;505.00;9.50;1312.50;-0.48;1.22 -8458;2;400.00;9.50;1846.00;0.68;1.40 -8459;2;517.50;9.50;1000.50;1.33;1.14 -8460;2;691.00;9.50;395.00;0.51;1.36 -8461;2;3904.00;9.70;1982.00;0.32;1.76 -8462;2;2696.00;9.50;1515.00;1.06;0.54 -8463;2;2400.00;9.50;1959.50;-1.07;1.70 -8464;2;2551.50;9.50;292.00;0.64;1.08 -8465;2;1659.00;9.50;1449.00;0.98;1.24 -8466;2;232.00;9.50;482.50;0.17;1.04 -8467;2;5330.00;9.50;1322.00;-1.10;1.22 -8468;2;4261.50;9.50;528.50;0.73;0.80 -8469;2;2694.50;9.50;1494.50;1.01;0.80 -8470;2;5488.00;9.50;527.00;-1.46;1.14 -8471;2;5595.00;9.50;908.00;-1.04;1.24 -8472;2;4863.50;9.50;1121.00;0.38;0.98 -8473;2;4145.50;9.50;556.50;0.52;1.18 -8474;2;4437.50;9.50;111.00;-0.87;1.10 -8475;2;4053.50;9.50;320.00;1.03;0.88 -8476;2;4025.00;9.50;64.50;0.75;0.96 -8477;2;3166.50;9.50;11.50;1.16;0.88 -8478;2;2540.00;9.50;16.00;1.57;0.68 -8479;2;2419.00;9.50;652.00;0.89;1.04 -8480;2;2229.50;9.50;558.50;0.95;1.26 -8481;2;2342.00;9.50;1320.50;1.07;1.24 -8482;2;2625.50;9.50;1755.50;-0.30;1.46 -8483;2;1426.00;9.50;282.50;1.17;1.34 -8484;2;523.50;9.50;116.00;1.51;0.78 -8485;2;523.00;9.50;1362.00;1.37;0.92 -8486;2;354.00;9.50;1868.00;1.44;0.82 -8487;2;509.50;9.50;1042.00;1.33;1.04 -8488;2;783.50;9.50;473.50;1.12;1.26 -8489;2;3820.50;9.50;424.50;0.47;0.84 -8490;2;2494.50;9.50;1940.00;0.37;1.90 -8491;2;2455.50;9.50;106.00;1.45;0.98 -8492;2;1631.00;9.50;1495.00;-0.96;1.20 -8493;2;271.00;9.50;360.00;-0.94;1.26 -8494;2;5362.00;9.50;1191.00;-1.35;1.20 -8495;2;4273.50;9.50;368.00;0.40;1.00 -8496;2;2666.00;9.50;1477.00;-0.32;1.04 -8497;2;5549.00;9.50;558.50;0.95;1.52 -8498;2;5597.00;9.50;940.00;0.40;1.00 -8499;2;4833.74;9.50;1067.21;0.78;0.82 -8500;2;4172.50;9.50;529.00;1.03;1.06 -8501;2;4384.50;9.50;145.50;0.84;0.96 -8502;2;4076.00;9.50;295.50;-0.56;1.12 -8503;2;3895.00;9.50;56.00;0.61;0.96 -8504;2;3238.50;9.50;7.00;1.46;0.50 -8505;2;2546.00;9.50;42.50;-0.70;0.96 -8506;2;2490.50;9.50;649.00;-0.33;1.02 -8507;2;2256.50;9.50;623.50;0.91;1.16 -8508;2;2335.00;9.50;1280.00;1.42;1.20 -8509;2;2554.00;9.50;1844.50;0.99;1.38 -8510;2;1458.00;9.50;267.00;-1.12;0.96 -8511;2;544.00;9.50;151.00;-0.24;1.08 -8512;2;445.00;9.50;1390.00;0.95;1.28 -8513;2;292.50;9.50;1891.00;-0.03;1.62 -8514;2;570.50;9.50;987.50;1.35;1.08 -8515;2;760.50;9.50;531.00;1.44;1.08 -8516;2;3804.50;9.50;476.00;-1.05;0.82 -8517;2;2411.50;9.50;2007.00;-0.26;1.30 -8518;2;1695.00;9.50;1541.50;0.18;0.94 -8519;2;194.50;9.50;281.00;0.33;1.02 -8520;2;5237.00;9.50;1215.50;0.08;1.10 -8521;2;4220.00;9.50;137.00;0.21;0.82 -8522;2;2694.00;9.50;1448.00;-1.35;0.72 -8523;2;5570.50;9.50;587.50;-1.23;1.06 -8524;2;5595.50;9.50;982.50;-1.44;0.84 -8525;2;4814.50;9.50;1035.00;1.29;1.20 -8526;2;4156.00;9.50;476.00;-0.91;1.22 -8527;2;4292.50;9.50;110.00;-1.17;0.92 -8528;2;4099.00;9.50;327.50;-0.90;1.02 -8529;2;3990.50;9.50;29.00;0.43;1.16 -8530;2;2902.50;9.50;1917.50;-0.47;1.08 -8531;2;2495.50;9.50;46.00;-0.57;1.00 -8532;2;2538.00;9.50;639.50;1.20;0.94 -8533;2;2361.50;9.50;1209.50;0.93;1.44 -8534;2;2477.00;9.50;1856.00;1.15;1.22 -8535;2;1470.50;9.50;232.00;-1.50;1.14 -8536;2;314.50;9.50;283.00;1.38;1.08 -8537;2;396.00;9.50;1341.00;1.51;0.90 -8538;2;384.50;9.50;1893.00;-0.30;0.78 -8539;2;576.50;9.50;1023.00;0.76;1.12 -8540;2;733.50;9.50;492.00;1.19;1.26 -8541;2;3807.00;9.50;525.50;-0.74;0.92 -8542;2;2645.00;9.50;1919.00;-0.34;1.18 -8543;2;1732.00;9.50;1587.50;-0.15;1.14 -8544;2;43.00;9.50;280.50;0.63;1.18 -8545;2;5031.00;9.50;1138.50;-1.02;0.86 -8546;2;2736.00;9.50;1456.50;-1.28;0.48 -8547;2;5557.50;9.50;618.00;-1.09;1.08 -8548;2;4795.50;9.50;988.00;0.96;1.06 -8549;2;4192.00;9.50;500.50;-1.05;1.14 -8550;2;4331.50;9.50;133.50;-0.99;0.92 -8551;2;4092.50;9.50;364.50;0.48;1.12 -8552;2;4055.50;9.50;21.00;1.06;1.18 -8553;2;2457.00;9.50;31.00;0.34;1.28 -8554;2;2521.50;9.50;600.50;0.14;1.06 -8555;2;2286.00;9.50;386.50;0.70;1.18 -8556;2;2303.50;9.50;1188.50;1.34;1.20 -8557;2;2529.50;9.50;1969.00;-1.26;1.64 -8558;2;1354.50;9.50;224.00;-1.16;1.30 -8559;2;314.50;9.50;315.50;-0.60;1.06 -8560;2;396.50;9.50;1375.50;1.07;1.08 -8561;2;475.50;9.50;1873.50;1.05;1.14 -8562;2;493.50;9.50;908.50;1.27;1.32 -8563;2;688.00;9.50;535.00;0.86;0.96 -8564;2;3802.00;9.50;574.50;-0.56;0.80 -8565;2;2567.50;9.50;2019.00;1.14;0.96 -8566;2;1773.00;9.50;1620.00;-1.30;1.14 -8567;2;2833.00;9.50;162.50;1.56;1.64 -8568;2;5053.50;9.50;1066.50;1.06;1.26 -8569;2;2736.00;9.50;1430.50;0.15;0.56 -8570;2;5506.50;9.50;616.50;-0.23;1.08 -8571;2;5587.50;9.50;1258.00;-1.49;0.98 -8572;2;4741.50;9.50;874.00;0.38;1.18 -8573;2;4191.50;9.50;433.50;0.71;0.96 -8574;2;4298.00;9.50;146.50;0.25;0.88 -8575;2;4147.00;9.50;342.00;0.64;1.08 -8576;2;2437.00;9.50;64.50;0.96;1.04 -8577;2;2492.00;9.50;611.50;1.23;1.08 -8578;2;2358.50;9.50;426.00;-1.43;1.24 -8579;2;2292.50;9.50;1240.00;1.39;1.36 -8580;2;2608.50;9.50;1949.50;0.49;1.54 -8581;2;1475.50;9.50;113.50;-1.44;1.16 -8582;2;368.50;9.50;266.50;0.83;0.90 -8583;2;337.00;9.50;1421.50;-1.10;0.88 -8584;2;465.00;9.50;1810.00;1.31;1.04 -8585;2;525.50;9.50;938.50;-1.14;0.94 -8586;2;666.00;9.50;491.00;0.92;1.16 -8587;2;3793.00;9.50;501.00;0.94;1.00 -8588;2;2706.50;9.50;1873.00;0.34;1.26 -8589;2;1894.00;9.50;1635.50;1.14;1.22 -8590;2;285.00;9.50;147.00;1.57;1.08 -8591;2;4903.00;9.50;882.50;0.49;1.02 -8592;2;2772.50;9.50;1396.00;0.33;0.76 -8593;2;5483.50;9.50;567.00;0.03;1.30 -8594;2;5581.50;9.50;1215.00;-1.25;1.20 -8595;2;4755.50;9.50;939.50;1.86;1.20 -8596;2;4220.50;9.50;452.50;0.55;1.06 -8597;2;4402.50;9.50;230.00;1.31;1.02 -8598;2;4115.50;9.50;381.50;-1.04;0.90 -8599;2;4020.00;9.50;10.50;1.84;0.50 -8600;2;2547.50;9.50;92.00;-0.63;1.12 -8601;2;2491.50;9.50;568.50;4.55;0.92 -8602;2;2253.00;9.50;417.00;0.85;1.26 -8603;2;2227.50;9.50;1290.00;0.03;1.32 -8604;2;2484.00;9.50;2026.00;4.71;0.90 -8605;2;1449.50;9.50;87.00;0.58;1.22 -8606;2;365.00;9.50;316.50;-1.53;0.80 -8607;2;298.00;9.50;1353.00;4.58;0.90 -8608;2;77.50;9.50;2011.50;-0.17;0.50 -8609;2;528.50;9.50;891.00;-0.94;1.00 -8610;2;571.50;9.50;469.00;-0.70;1.22 -8611;2;3761.00;9.50;543.00;-1.47;0.84 -8612;2;2766.00;9.50;1780.00;1.27;1.26 -8613;2;2885.00;9.50;514.00;0.67;1.04 -8614;2;1819.00;9.50;1669.00;-0.06;1.36 -8615;2;207.00;9.50;236.50;0.27;1.00 -8616;2;4909.00;9.50;833.50;-0.22;1.28 -8617;2;4028.50;9.50;110.50;1.08;1.00 -8618;2;2702.00;9.50;1402.00;0.00;0.88 -8619;2;5441.50;9.50;571.50;1.41;1.04 -8620;2;5516.50;9.50;1196.00;-1.25;1.26 -8621;2;2844.50;9.50;1545.50;-1.04;0.58 -8622;2;2891.00;9.50;1567.00;0.32;0.32 -8623;2;4726.00;9.50;974.00;-1.22;1.12 -8624;2;4252.50;9.50;423.50;0.25;0.74 -8625;2;4363.00;9.50;188.00;-1.04;1.12 -8626;2;4113.00;9.50;410.00;0.85;0.98 -8627;2;3971.00;9.50;7.00;1.41;0.56 -8628;2;2567.00;9.50;155.50;1.52;1.10 -8629;2;2448.50;9.50;613.00;0.31;0.94 -8630;2;2302.50;9.50;478.50;0.42;1.34 -8631;2;2184.50;9.50;1314.50;1.27;1.22 -8632;2;2574.50;9.50;1754.50;0.88;1.08 -8633;2;1397.00;9.50;116.50;1.41;1.16 -8634;2;437.00;9.50;328.50;0.53;1.00 -8635;2;327.00;9.50;1391.00;1.40;1.12 -8636;2;130.50;9.50;1978.50;1.52;0.88 -8637;2;558.00;9.50;842.50;1.13;1.20 -8638;2;640.50;9.50;438.50;0.74;1.32 -8639;2;3458.00;9.50;452.50;0.22;1.30 -8640;2;2806.50;9.50;1902.00;0.56;1.02 -8641;2;2277.00;9.50;201.00;-0.89;1.14 -8642;2;1749.00;11.60;1700.50;-1.12;1.46 -8643;2;399.50;9.50;283.50;-1.28;1.26 -8644;2;4861.50;9.50;714.50;-0.90;0.98 -8645;2;4160.50;9.50;263.50;-0.99;1.12 -8646;2;2650.50;9.50;1446.50;-1.03;1.22 -8647;2;5450.50;9.50;607.00;1.20;0.80 -8648;2;2806.00;9.50;1694.50;-1.56;0.82 -8649;2;4783.00;9.50;928.50;0.06;0.68 -8650;2;4207.50;9.50;395.00;-0.17;1.06 -8651;2;4301.00;9.50;203.00;1.01;0.78 -8652;2;4181.00;9.50;371.50;0.74;1.06 -8654;2;2519.00;9.50;104.00;1.57;1.00 -8655;2;2417.50;9.50;574.00;-0.43;0.98 -8656;2;2264.50;9.50;451.50;-0.65;1.32 -8657;2;2208.00;9.50;1346.50;0.31;1.20 -8658;2;2457.00;9.50;1797.00;0.06;1.38 -8659;2;1439.50;9.50;155.50;-0.03;1.32 -8660;2;416.00;9.50;374.50;-1.01;1.08 -8661;2;772.50;9.50;935.50;0.32;1.14 -8662;2;128.50;9.50;2014.50;0.51;0.96 -8663;2;461.50;9.50;867.50;1.20;1.16 -8664;2;598.00;9.50;420.00;0.83;1.02 -8665;2;3511.50;9.50;409.00;0.63;1.08 -8666;2;2824.50;9.50;1859.00;-1.38;0.90 -8667;2;2364.50;9.50;274.00;-0.16;1.04 -8668;2;1882.50;9.50;1731.00;-0.53;1.08 -8669;2;527.00;9.50;421.50;0.80;0.90 -8670;2;4773.00;9.50;723.00;-1.20;1.14 -8671;2;4258.00;9.50;459.00;0.21;0.82 -8672;2;2630.50;9.50;1423.00;0.37;1.02 -8673;2;5463.50;9.50;664.50;-1.33;1.22 -8674;2;2802.50;9.50;1294.50;-1.56;1.12 -8675;2;5605.50;9.50;1743.50;-1.28;0.82 -8676;2;4688.00;9.50;946.50;-0.23;1.10 -8677;2;4286.50;9.50;469.50;-1.42;0.90 -8678;2;4350.00;9.50;216.50;0.92;1.12 -8679;2;4142.50;9.50;442.50;0.60;1.14 -8680;2;2496.50;9.50;158.00;4.71;1.20 -8681;2;2647.00;9.50;549.00;1.17;1.02 -8682;2;2773.00;9.50;692.00;1.43;0.76 -8683;2;2169.00;9.50;1363.00;1.27;1.20 -8684;2;2384.00;9.50;1823.00;0.78;1.10 -8685;2;1538.50;9.50;36.00;-0.33;1.06 -8686;2;370.00;9.50;346.50;0.65;0.96 -8687;2;257.00;9.50;1419.50;-1.07;1.32 -8688;2;189.00;9.50;2008.00;1.00;0.90 -8689;2;471.00;9.50;817.00;-0.27;1.42 -8690;2;701.00;9.50;586.00;1.36;1.14 -8691;2;3477.50;9.50;338.50;0.95;1.36 -8692;2;2930.50;9.50;1973.50;0.81;1.24 -8693;2;2608.00;9.50;464.50;-0.80;1.04 -8694;2;1886.50;9.50;1915.50;0.78;1.36 -8695;2;503.00;9.50;374.50;0.71;1.12 -8696;2;4807.50;9.50;761.50;0.59;0.96 -8697;2;4151.00;9.50;404.00;-0.78;1.14 -8698;2;2651.50;9.50;1386.50;0.95;0.92 -8699;2;5493.00;9.50;727.50;0.11;1.02 -8700;2;2801.00;10.55;1355.00;-1.56;1.22 -8701;2;4677.00;9.50;913.00;0.92;0.54 -8702;2;4329.50;9.50;501.50;4.66;0.78 -8703;2;4292.00;9.50;253.50;-1.40;0.92 -8704;2;4088.00;9.50;439.00;0.64;1.04 -8705;2;2469.50;9.50;142.00;0.48;1.16 -8706;2;1494.50;9.50;782.00;-0.98;0.98 -8707;2;2889.00;9.50;713.00;0.96;0.92 -8708;2;2164.50;9.50;1408.00;0.86;1.42 -8709;2;2388.50;9.50;1884.00;0.70;1.24 -8710;2;1603.50;9.50;18.00;1.43;1.02 -8711;2;385.50;9.50;392.00;1.23;1.02 -8712;2;207.00;9.50;1322.00;1.13;1.00 -8713;2;212.00;9.50;1998.00;1.32;0.42 -8714;2;437.00;9.50;806.50;0.80;1.26 -8715;2;746.50;9.50;565.50;0.15;1.02 -8716;2;2102.50;9.50;444.00;0.31;1.04 -8717;2;2942.00;9.50;2019.50;1.04;0.88 -8718;2;2533.00;9.50;490.00;0.61;1.04 -8719;2;1925.00;9.50;1865.50;-0.97;2.14 -8720;2;652.00;9.50;359.00;-0.24;1.34 -8721;2;4852.00;9.50;881.00;0.65;1.38 -8722;2;4057.50;9.50;348.00;-0.66;0.98 -8723;2;2604.00;9.50;1398.50;0.79;1.56 -8724;2;5419.00;9.50;692.50;-0.09;1.00 -8725;2;2812.50;9.90;1407.50;-1.56;0.26 -8726;2;5545.50;9.50;1729.00;-1.38;1.28 -8727;2;4681.00;9.50;784.50;-0.53;1.32 -8728;2;4354.00;9.50;524.00;0.00;0.88 -8729;2;4271.00;9.50;239.00;0.68;0.94 -8730;2;4048.50;9.50;474.00;-0.53;0.88 -8731;2;2388.50;9.50;140.50;-1.12;1.20 -8732;2;2641.00;9.50;505.50;0.70;0.82 -8733;2;2724.00;9.50;710.00;1.19;0.74 -8734;2;2208.50;9.50;1403.50;0.57;1.12 -8735;2;2424.00;9.50;1840.50;0.71;1.40 -8736;2;1661.00;9.50;14.50;1.60;0.66 -8737;2;232.00;9.50;392.00;1.10;1.32 -8738;2;117.50;9.50;1330.00;-1.49;0.94 -8739;2;328.00;9.50;1908.50;1.03;0.88 -8740;2;413.50;9.50;767.00;0.24;1.20 -8741;2;827.00;9.50;566.00;1.15;0.94 -8742;2;3403.50;9.50;1007.50;1.05;1.08 -8743;2;2703.00;9.50;1979.00;1.41;1.42 -8744;2;2391.50;9.50;588.50;1.24;0.88 -8745;2;1562.00;9.50;1958.50;-1.23;0.88 -8746;2;1397.00;9.50;753.50;0.86;1.12 -8747;2;4823.00;9.50;932.50;0.54;0.90 -8748;2;3960.50;9.50;409.00;4.71;0.96 -8749;2;2656.50;9.50;1335.00;1.09;0.64 -8750;2;5406.00;9.50;741.00;4.71;1.04 -8751;2;4748.00;9.50;793.50;-0.08;0.86 -8752;2;4305.50;9.50;504.00;1.41;0.70 -8753;2;4230.50;9.50;242.00;0.76;1.04 -8754;2;4079.50;9.50;519.00;0.64;1.00 -8755;2;2459.50;9.50;194.00;0.22;1.20 -8756;2;2585.50;9.50;562.00;-0.87;0.86 -8757;2;2661.50;9.50;702.00;0.59;1.18 -8758;2;2230.00;9.50;1413.50;-1.43;0.96 -8759;2;2348.00;9.50;1919.50;-0.45;1.46 -8760;2;1705.50;9.50;22.50;1.29;1.06 -8761;2;314.50;9.50;396.00;0.94;1.16 -8762;2;126.00;9.50;1373.50;1.32;1.16 -8763;2;419.00;9.50;1777.50;1.32;1.54 -8764;2;327.50;9.50;848.50;0.83;1.16 -8765;2;733.00;9.50;619.00;-0.06;1.48 -8766;2;3424.50;9.50;949.00;0.61;1.14 -8767;2;2777.50;9.50;2033.00;1.57;0.60 -8768;2;1568.00;9.50;1870.00;-0.39;1.38 -8769;2;892.50;9.50;370.50;0.71;1.16 -8770;2;4910.50;9.50;1044.00;-0.57;1.38 -8771;2;4110.50;9.50;477.50;0.84;1.20 -8772;2;2617.50;9.50;1261.50;-1.47;0.82 -8773;2;5378.50;9.50;725.50;0.53;1.26 -8774;2;4662.00;9.50;744.00;-0.09;1.16 -8775;2;4299.00;9.50;528.50;-0.49;0.90 -8776;2;4195.50;9.50;293.50;-0.84;1.08 -8777;2;4044.50;9.50;532.50;0.26;0.76 -8778;2;2338.00;9.50;103.50;0.00;1.32 -8779;2;2547.00;9.50;565.00;0.32;0.84 -8780;2;2590.50;9.50;755.00;0.93;1.18 -8781;2;2156.50;9.50;1461.50;0.60;0.98 -8782;2;2276.50;9.50;1923.00;-1.14;1.44 -8783;2;240.00;9.50;280.50;-0.47;1.20 -8784;2;184.50;9.50;1359.50;0.78;0.80 -8785;2;476.00;9.50;1754.50;0.50;1.36 -8786;2;293.00;9.50;885.00;0.67;1.38 -8787;2;770.00;9.50;662.00;-1.04;1.22 -8788;2;3612.50;9.50;854.50;-0.50;1.30 -8789;2;2840.50;9.50;1992.50;-1.31;1.20 -8790;2;948.00;9.50;135.50;0.40;1.38 -8791;2;4895.00;9.50;1171.00;0.34;1.34 -8792;2;4123.00;9.50;507.00;-0.78;1.12 -8793;2;2766.00;9.50;1241.00;-0.40;0.68 -8794;2;5338.00;9.50;678.50;-1.15;0.98 -8795;2;5544.00;9.50;1357.50;-1.40;0.84 -8796;2;5158.50;9.50;1414.50;-0.90;0.92 -8797;2;4665.50;9.50;692.00;0.04;1.26 -8798;2;4329.50;9.50;561.50;0.91;1.04 -8799;2;4260.00;9.50;280.50;0.00;0.86 -8800;2;4025.00;9.50;581.00;0.86;1.00 -8801;2;2408.50;9.50;203.00;-0.75;0.84 -8802;2;2602.00;9.50;515.50;0.44;0.80 -8803;2;2553.50;9.50;792.00;-0.96;1.22 -8804;2;2151.50;9.50;1514.50;-0.85;1.38 -8805;2;2193.50;9.50;1904.00;1.57;1.52 -8806;2;1488.50;9.50;19.50;0.97;0.98 -8807;2;234.00;9.50;326.00;-1.08;0.90 -8808;2;177.00;9.50;1407.00;1.37;0.94 -8809;2;514.00;9.50;1778.50;-1.07;1.24 -8810;2;356.00;9.50;870.00;-1.44;0.74 -8811;2;851.00;9.50;608.50;0.76;1.32 -8812;2;350.50;9.50;1931.00;1.95;0.38 -8813;2;2581.00;9.50;1719.50;-1.46;1.02 -8814;2;1927.00;9.50;51.00;0.15;1.04 -8815;2;1451.50;9.50;1882.00;-0.33;1.58 -8816;2;1052.50;9.50;299.00;-1.23;1.38 -8817;2;5121.50;9.50;1218.50;0.35;0.94 -8818;2;4076.00;9.50;622.00;-1.07;0.80 -8819;2;2817.50;9.50;1270.50;-1.28;0.80 -8820;2;5378.50;9.50;635.50;0.96;1.08 -8821;2;5438.50;9.50;1361.50;-1.42;0.84 -8822;2;4678.50;9.50;661.50;-0.32;1.00 -8823;2;4287.50;9.50;586.50;-0.57;0.80 -8824;2;4239.50;9.50;319.50;0.17;1.20 -8825;2;3994.00;9.50;529.50;-0.70;0.84 -8826;2;3072.50;9.50;12.50;1.31;0.94 -8827;2;2380.00;9.50;175.50;0.48;1.28 -8828;2;2567.00;9.50;537.00;1.19;0.82 -8829;2;2503.50;9.50;823.00;1.33;1.32 -8830;2;2204.50;9.50;1456.50;0.68;1.10 -8831;2;2301.00;9.50;1810.00;0.00;1.40 -8832;2;1403.50;9.50;60.50;0.89;1.10 -8833;2;195.00;9.50;332.00;0.06;1.28 -8834;2;260.50;9.50;1477.50;1.04;1.08 -8835;2;578.50;9.50;1723.50;0.98;1.12 -8836;2;438.00;9.50;930.50;1.26;1.08 -8837;2;813.50;9.50;658.50;-0.90;1.18 -8838;2;1947.00;9.50;1590.50;0.69;1.12 -8839;2;2554.00;9.50;1553.50;1.44;1.20 -8840;2;2616.00;9.50;1472.00;0.43;1.24 -8841;2;1503.00;9.50;1928.50;-1.06;1.22 -8842;2;1073.00;9.50;406.00;-1.28;1.06 -8843;2;5126.50;9.50;1343.00;1.16;1.16 -8844;2;3928.00;9.50;730.00;1.42;0.66 -8845;2;2830.00;9.50;1321.00;-0.69;0.92 -8846;2;5329.50;9.50;618.00;0.93;1.50 -8847;2;5449.00;9.50;1295.00;-1.16;1.10 -8848;2;4709.00;9.50;697.50;0.41;0.86 -8849;2;4275.00;9.50;563.50;1.03;0.88 -8850;2;4286.50;9.50;328.00;1.13;0.98 -8851;2;4177.00;9.50;217.00;0.18;1.02 -8852;2;3030.50;9.50;7.00;1.70;0.44 -8853;2;2359.00;9.50;242.50;4.58;1.16 -8854;2;2490.50;9.50;529.00;-1.29;0.86 -8855;2;2484.00;9.50;779.00;1.67;1.00 -8856;2;2219.00;9.50;1477.00;-1.47;1.16 -8857;2;1565.00;9.50;960.00;0.24;1.12 -8858;2;1437.50;9.50;26.00;1.43;1.28 -8859;2;151.00;9.50;310.50;0.67;1.38 -8860;2;163.50;9.50;1471.50;-0.91;1.12 -8861;2;366.00;9.50;1746.50;-0.96;1.42 -8862;2;409.50;9.50;898.50;1.44;0.76 -8863;2;875.00;9.50;699.50;1.47;0.74 -8864;2;1882.50;9.50;1566.00;0.70;1.08 -8865;2;2563.00;9.50;1615.00;-0.74;1.14 -8866;2;1747.00;9.50;13.00;1.27;0.80 -8867;2;1426.50;9.50;1954.50;-1.52;1.12 -8868;2;1315.00;9.50;452.00;-0.49;1.20 -8869;2;5053.00;9.50;1339.50;-1.23;1.10 -8870;2;3914.50;9.50;230.50;0.21;1.06 -8871;2;2879.50;9.50;1306.00;0.50;0.94 -8872;2;5260.00;9.50;573.50;-1.01;1.70 -8873;2;5444.00;9.50;1255.50;-1.27;1.28 -8874;2;4683.00;9.50;74.50;0.86;0.86 -8875;2;4249.50;9.50;600.50;-0.89;0.90 -8876;2;4185.50;9.50;341.50;-0.90;0.98 -8877;2;4119.00;9.50;247.50;-1.44;0.88 -8878;2;2334.50;9.50;156.00;0.54;1.30 -8879;2;2473.50;9.50;505.00;0.81;1.14 -8880;2;2456.00;9.50;806.00;0.78;1.10 -8881;2;2288.00;9.50;1383.00;-0.61;1.28 -8882;2;2346.50;9.50;2021.00;1.57;1.00 -8883;2;1301.50;9.50;22.00;1.62;0.94 -8884;2;152.00;9.50;250.00;1.36;1.16 -8885;2;112.00;9.50;1152.00;1.63;1.00 -8886;2;349.00;9.50;1720.50;0.63;1.22 -8887;2;375.50;9.50;935.00;0.87;0.96 -8888;2;917.00;9.50;663.00;0.28;1.12 -8889;2;2517.50;9.50;858.00;0.42;1.04 -8890;2;2564.50;9.50;1400.50;0.89;1.02 -8891;2;1491.00;9.50;1960.00;0.49;1.40 -8892;2;1389.00;9.50;487.00;0.19;1.16 -8893;2;5204.50;9.50;1461.50;0.78;0.90 -8894;2;3915.00;9.50;677.00;0.21;0.92 -8895;2;2898.50;9.50;1327.50;-1.33;0.92 -8896;2;5274.50;9.50;634.00;0.37;1.06 -8897;2;5500.50;9.50;1271.50;-1.53;0.88 -8898;2;4823.50;9.50;624.50;-0.62;0.96 -8899;2;4258.50;9.50;497.00;0.90;0.78 -8900;2;4222.50;9.50;373.50;-0.97;0.96 -8901;2;4119.50;9.50;278.00;0.24;1.06 -8902;2;2341.00;9.50;216.50;0.68;1.18 -8903;2;2482.50;9.50;465.50;-0.92;1.08 -8904;2;2436.50;9.50;768.00;0.49;1.00 -8905;2;2340.00;9.50;1401.00;0.70;1.32 -8906;2;1228.50;9.50;21.50;1.64;0.94 -8907;2;89.50;9.50;224.50;0.88;1.14 -8908;2;100.50;9.50;1095.50;0.96;0.92 -8909;2;453.50;9.50;1704.50;0.78;1.32 -8910;2;507.00;9.50;796.50;-1.07;1.18 -8911;2;921.50;9.50;610.00;0.50;1.00 -8912;2;2589.00;9.50;1299.00;0.78;1.42 -8913;2;1730.00;9.50;45.50;-1.10;0.42 -8914;2;1537.50;9.50;1986.50;0.02;1.62 -8915;2;1482.00;9.50;655.50;0.92;1.38 -8916;2;5350.50;9.50;1430.50;-1.40;1.26 -8917;2;4000.50;9.50;493.50;-1.31;1.04 -8918;2;2898.50;9.50;1365.00;-1.45;0.84 -8919;2;5202.50;9.50;642.00;-1.06;1.10 -8920;2;5543.50;9.50;1248.50;-1.05;1.14 -8921;2;4939.00;9.50;509.50;0.53;1.08 -8922;2;4219.50;9.50;526.50;0.62;0.84 -8923;2;4737.50;9.50;119.50;0.84;0.78 -8924;2;4302.00;9.50;404.00;0.49;1.24 -8925;2;4147.50;9.50;304.50;-1.01;0.96 -8926;2;2283.50;9.50;140.00;-0.54;1.18 -8927;2;2435.50;9.50;471.00;-1.36;0.94 -8928;2;2399.50;9.50;755.00;0.62;0.98 -8929;2;2369.50;9.50;1418.50;0.47;1.40 -8930;2;1706.00;9.50;1998.00;1.12;1.18 -8931;2;1222.00;9.50;58.00;-1.19;1.22 -8932;2;104.50;9.50;282.00;1.14;1.18 -8933;2;20.50;9.50;1091.00;1.00;0.64 -8934;2;388.50;9.50;1678.00;0.73;1.16 -8935;2;538.50;9.50;764.00;-0.98;1.46 -8936;2;950.00;9.50;650.00;-0.83;1.02 -8937;2;2657.50;9.50;1187.50;-0.04;0.90 -8938;2;1505.50;9.50;534.00;-0.91;1.02 -8939;2;5527.50;9.50;1439.50;-1.54;0.80 -8940;2;3943.00;9.50;444.00;0.56;0.86 -8941;2;2928.50;9.50;1277.50;0.27;0.90 -8942;2;5215.00;9.50;603.00;-1.27;0.92 -8943;2;5570.50;9.50;1311.00;1.57;1.02 -8944;2;5578.00;9.50;1830.00;-0.92;1.40 -8945;2;4914.00;9.50;541.00;-0.78;1.32 -8946;2;4229.50;9.50;562.50;0.48;0.86 -8947;2;4327.00;9.50;351.50;0.53;1.14 -8948;2;4632.50;9.50;207.50;0.85;1.32 -8949;2;2251.50;9.50;158.00;0.37;1.12 -8950;2;2501.00;9.50;425.50;0.75;0.98 -8951;2;2372.00;9.50;789.50;0.75;1.20 -8952;2;2295.50;9.50;1440.50;1.18;1.10 -8953;2;1737.00;9.50;1952.50;-1.30;1.38 -8954;2;1156.00;9.50;22.00;1.31;1.16 -8955;2;36.50;9.50;241.50;1.22;1.16 -8956;2;31.00;9.50;1112.00;0.00;1.24 -8957;2;483.00;9.50;1712.00;-1.43;1.20 -8958;2;481.50;9.50;764.00;1.06;1.26 -8959;2;962.50;9.50;565.50;0.92;1.16 -8960;2;2615.00;9.50;1157.00;-0.06;1.22 -8961;2;1811.00;9.50;32.00;1.04;1.02 -8963;2;1561.50;9.50;524.50;-0.78;1.20 -8964;2;4018.50;9.50;251.00;-0.82;1.10 -8965;2;2978.00;9.50;1293.50;-1.10;0.98 -8966;2;5449.50;9.50;473.50;0.78;1.02 -8967;2;5524.50;9.50;1341.50;0.61;0.86 -8968;2;5568.00;9.50;1773.00;-1.01;1.58 -8969;2;4891.00;9.50;512.00;0.78;0.78 -8970;2;4189.00;9.50;563.00;0.71;0.96 -8971;2;4337.50;9.50;411.00;0.40;0.88 -8972;2;4605.00;9.50;263.50;0.08;1.16 -8973;2;2834.00;9.50;2026.00;0.85;0.66 -8974;2;2297.00;9.50;75.50;0.56;1.10 -8975;2;2457.00;9.50;390.50;-1.32;0.80 -8976;2;2359.00;9.50;847.50;1.17;1.08 -8977;2;2231.00;9.50;1517.00;-0.29;1.42 -8978;2;1594.00;9.50;2037.00;3.92;0.64 -8979;2;1162.00;9.50;77.50;-1.18;1.46 -8980;2;67.00;9.50;330.50;-0.89;1.12 -8981;2;736.00;9.50;983.50;0.76;1.02 -8982;2;536.50;9.50;1652.00;1.15;1.06 -8983;2;455.00;9.50;721.00;1.10;1.14 -8984;2;983.50;9.50;605.50;1.03;0.98 -8985;2;2577.00;9.50;1252.50;0.49;1.38 -8986;2;1780.50;9.50;65.50;-0.04;1.14 -8987;2;1481.50;9.50;489.00;0.86;0.96 -8988;2;3826.00;9.50;301.00;1.32;1.18 -8989;2;2485.50;9.50;1512.00;0.80;1.28 -8990;2;5436.50;9.50;520.00;0.26;1.22 -8991;2;5443.00;9.50;1326.50;-1.24;1.02 -8992;2;5548.00;9.50;1786.00;1.30;1.32 -8993;2;4974.50;9.50;410.00;-0.59;1.12 -8994;2;4161.50;9.50;597.50;0.66;1.00 -8995;2;4384.00;9.50;416.00;0.78;0.98 -8996;2;4572.50;9.50;273.50;1.52;1.00 -8997;2;2272.00;9.50;111.00;0.78;0.98 -8998;2;2443.50;9.50;418.00;0.38;1.24 -8999;2;2462.00;9.50;854.50;0.94;1.16 -9000;2;2263.50;9.50;1534.00;-0.74;1.40 -9001;2;1515.50;9.50;1865.00;-0.59;1.50 -9002;2;1298.50;9.50;132.50;-1.04;1.48 -9003;2;40.00;9.50;355.00;1.00;1.10 -9004;2;91.50;9.50;1193.50;-1.24;1.16 -9005;2;385.50;9.50;1635.50;0.85;1.02 -9006;2;492.50;9.50;680.50;0.40;1.34 -9007;2;853.00;9.50;538.50;-1.39;0.94 -9008;2;2421.00;9.50;1404.00;-1.01;1.22 -9009;2;1809.50;9.50;167.50;-0.96;1.56 -9010;2;1369.00;9.50;404.00;1.28;1.24 -9011;2;5590.50;9.50;1583.00;-0.88;1.10 -9012;2;3880.00;9.50;331.00;0.62;0.92 -9013;2;3013.50;9.50;1240.50;0.78;1.32 -9014;2;5364.50;9.50;495.50;-0.32;1.00 -9015;2;5396.50;9.50;1251.00;-0.94;1.28 -9016;2;5605.50;9.50;1887.50;-0.08;1.10 -9017;2;4963.00;9.50;400.00;1.32;0.64 -9018;2;4210.50;9.50;597.50;0.91;0.78 -9019;2;4430.50;9.50;424.50;1.52;1.00 -9020;2;4616.00;9.50;312.50;0.69;1.20 -9021;2;2262.00;9.50;57.50;0.20;0.92 -9022;2;2404.00;9.50;388.50;-1.43;1.04 -9023;2;2746.50;9.50;1963.00;0.12;1.44 -9024;2;2413.00;9.50;855.50;0.67;1.02 -9025;2;2283.00;9.50;1560.50;-0.67;1.48 -9026;2;1285.00;9.50;172.50;1.41;1.04 -9027;2;101.00;9.50;386.50;1.29;1.32 -9028;2;144.00;9.50;1244.00;1.57;1.12 -9029;2;414.00;9.50;1584.00;-1.13;1.04 -9030;2;510.00;9.50;719.00;-0.32;1.28 -9031;2;761.00;9.50;424.50;1.19;1.26 -9032;2;2949.50;12.70;1767.50;-0.40;0.30 -9033;2;3480.00;9.80;1673.00;0.00;0.18 -9034;2;2495.50;9.50;1307.00;4.59;0.94 -9035;2;3058.50;11.20;1791.00;-0.86;0.30 -9036;2;2941.00;11.60;1720.50;-0.67;0.28 -9037;2;1913.00;9.50;213.00;-1.06;1.12 -9038;2;3164.50;9.80;1792.50;0.11;0.34 -9039;2;3301.00;11.10;1939.50;0.21;0.36 -9040;2;1221.50;9.50;384.00;1.41;1.12 -9041;2;3475.00;9.70;1865.00;0.50;1.06 -9042;2;3232.50;9.65;2006.00;-0.73;0.44 -9043;2;3468.50;10.30;1708.50;-1.03;0.22 -9044;2;5370.00;9.50;1524.50;-1.07;1.16 -9045;2;3349.50;9.70;1837.50;-1.46;0.18 -9046;2;3387.50;10.20;1665.50;0.54;0.22 -9047;2;2924.50;15.30;1755.50;1.03;0.30 -9048;2;3841.00;9.50;488.00;4.60;0.80 -9049;2;3099.50;9.50;1159.00;0.35;0.86 -9050;2;3538.50;10.40;1680.50;-1.03;0.26 -9051;2;3055.00;10.70;1768.50;0.38;0.30 -9052;2;5305.50;9.50;546.00;-0.90;1.42 -9053;2;5363.00;9.50;1221.00;0.98;1.08 -9054;2;3023.50;9.50;1715.50;0.40;0.26 -9055;2;3370.50;9.75;1829.00;1.05;0.30 -9056;2;1604.50;16.00;891.50;-1.06;0.22 -9057;2;4780.50;9.50;435.00;-0.60;0.86 -9058;2;4229.00;9.50;620.00;-0.58;0.92 -9059;2;3400.50;9.90;1916.50;0.56;0.46 -9060;2;3330.00;10.40;1711.00;0.00;0.24 -9061;2;3276.00;9.50;1793.50;0.92;0.16 -9062;2;4431.00;9.50;372.50;1.36;0.98 -9063;2;4555.50;9.50;331.50;-1.31;1.14 -9064;2;3228.00;10.47;1993.00;-1.24;0.34 -9065;2;3540.00;9.80;1709.50;0.67;0.26 -9066;2;3007.50;12.30;1818.50;0.62;0.34 -9067;2;3930.50;9.50;19.00;1.09;1.12 -9068;2;3002.50;12.55;1770.00;4.71;0.30 -9069;2;3017.00;12.00;1849.50;0.00;0.26 -9070;2;2237.00;9.50;56.00;0.49;0.88 -9071;2;2467.00;9.50;243.50;0.94;1.16 -9072;2;2417.00;9.50;897.50;-0.21;1.26 -9073;2;3213.50;9.90;1762.50;-0.78;0.18 -9074;2;3281.00;10.50;1864.50;0.87;0.36 -9075;2;2725.00;12.70;1677.00;-0.78;0.26 -9076;2;2373.50;9.50;1465.00;0.87;1.58 -9077;2;1500.50;9.50;2034.50;-1.22;0.48 -9078;2;3313.50;10.40;1772.50;-0.19;0.28 -9079;2;3207.00;10.30;1708.00;-0.78;0.24 -9080;2;1202.50;9.50;137.00;0.62;1.40 -9081;2;114.50;9.50;424.50;-1.21;0.94 -9082;2;3349.00;10.40;1752.50;-0.92;0.20 -9083;2;3103.50;14.70;1941.50;4.60;0.32 -9084;2;3950.50;10.70;1163.50;0.54;0.44 -9085;2;11.00;9.50;1195.00;-0.34;0.84 -9086;2;377.00;9.50;1609.00;1.23;1.30 -9087;2;326.00;9.50;668.50;-1.20;1.30 -9088;2;3086.50;10.20;1807.50;-0.78;0.24 -9089;2;3203.50;10.95;1987.00;0.98;0.40 -9090;2;2719.00;12.05;1702.50;0.27;0.24 -9091;2;1453.50;9.50;598.00;0.98;1.38 -9092;2;1559.50;9.50;1790.50;0.45;1.22 -9093;2;3111.00;10.67;1841.00;0.98;0.32 -9094;2;3158.50;9.70;1753.00;-0.46;0.34 -9095;2;3035.50;14.00;1862.50;-0.07;0.32 -9096;2;2944.50;9.70;1705.00;-0.98;0.18 -9097;2;3263.00;10.17;1730.00;-1.10;0.18 -9098;2;3269.00;9.80;1700.00;-0.46;0.24 -9099;2;3568.50;10.40;1842.50;0.88;1.04 -9100;2;3261.00;10.20;1745.00;1.10;0.26 -9101;2;3475.00;9.82;1777.00;-0.64;0.36 -9102;2;3410.50;10.40;1735.50;1.03;0.20 -9103;2;2968.00;10.30;1738.00;0.46;0.28 -9104;2;3237.50;9.50;1811.50;-0.19;0.22 -9105;2;3268.50;10.30;1752.00;-1.29;0.22 -9106;2;3226.50;10.35;1830.00;0.55;0.28 -9107;2;3353.00;10.50;1722.50;0.27;0.22 -9108;2;3138.00;10.07;1870.00;-1.24;0.34 -9109;2;3060.50;10.40;1709.00;-0.98;0.28 -9110;2;3453.50;9.85;1733.00;0.64;0.26 -9111;2;3334.00;10.00;1693.00;0.78;0.22 -9112;2;3238.50;10.60;1902.50;-1.06;0.28 -9113;2;3473.50;9.95;1745.00;-0.89;0.30 -9114;2;3564.50;9.80;1718.50;-0.78;0.26 -9115;2;3341.50;9.70;1903.50;1.37;0.38 -9116;2;3264.00;9.80;1972.00;-1.16;0.52 -9117;2;3062.50;9.80;1744.50;-0.78;0.26 -9118;2;3335.50;9.80;1779.50;1.03;0.20 -9119;2;3290.50;10.50;1848.00;0.10;0.36 -9120;2;1622.00;10.10;852.50;-1.08;0.26 -9121;2;3672.00;10.15;1860.50;1.15;1.02 -9122;2;3426.00;10.40;1681.50;-0.92;0.26 -9123;2;3282.00;10.40;1903.00;-1.10;0.30 -9124;2;3517.50;9.90;1753.50;-1.16;0.28 -9126;2;3050.00;9.85;1912.50;0.51;0.32 -9127;2;2918.00;10.10;1790.50;1.10;0.26 -9128;2;3193.50;10.70;1965.00;-0.46;0.46 -9129;2;3181.00;9.70;1743.50;-0.38;0.26 -9130;2;3443.50;10.00;1777.50;0.22;0.52 -9131;2;3422.50;10.40;1718.50;-0.78;0.22 -9132;2;2988.00;10.05;1830.50;0.92;0.30 -9133;2;3505.50;10.00;1727.00;1.05;0.28 -9134;2;3047.00;14.00;1862.50;1.40;0.34 -9135;2;2964.50;12.60;1774.50;0.95;0.26 -9136;2;3492.50;10.10;1689.50;-0.78;0.22 -9137;2;2998.50;11.10;733.50;-0.15;0.88 -9138;2;3002.50;10.50;1729.00;0.89;0.26 -9139;2;2972.50;12.65;1806.00;-1.19;0.28 -9140;2;3291.00;10.10;1969.50;0.00;0.48 -9141;2;3067.00;10.82;1826.00;0.92;0.30 -9142;2;3899.50;9.70;1850.00;-0.17;1.14 -9143;2;3130.50;9.80;1854.00;-0.64;0.22 -9144;2;3393.00;10.15;1671.50;0.67;0.24 -9145;2;3595.00;10.17;1746.00;-0.78;0.30 -9146;2;3580.50;10.05;1705.00;-0.69;0.24 -9147;2;3168.50;10.35;1884.00;-1.29;0.34 -9148;2;3021.50;12.60;1775.50;-0.19;0.24 -9149;2;3081.00;9.70;1731.50;-1.32;0.24 -9150;2;3275.00;9.80;1745.50;0.58;0.16 -9151;2;3076.00;9.87;1790.00;1.57;0.24 -9152;2;3064.00;11.00;818.00;0.16;0.68 -9153;2;3354.00;10.45;1701.00;0.78;0.28 -9154;2;3040.50;11.60;1804.00;-1.19;0.32 -9155;2;3574.00;9.80;1731.50;0.41;0.34 -9156;2;3179.50;10.40;1819.50;1.03;0.32 -9157;2;2974.00;11.85;1749.50;0.87;0.30 -9158;2;3273.50;10.60;1882.50;-0.54;0.30 -9159;2;3467.00;9.80;1675.00;-0.78;0.18 -9160;2;1599.00;15.92;889.00;-1.06;0.30 -9161;2;2738.50;12.10;1683.00;0.89;0.28 -9162;2;3306.50;9.90;1893.50;-0.32;0.36 -9163;2;3216.50;10.30;1783.50;-1.16;0.28 -9164;2;3300.00;10.30;1722.50;-0.38;0.24 -9165;2;3394.50;9.80;1891.50;-0.22;0.62 -9166;2;3192.00;10.60;1800.00;0.78;0.24 -9167;2;3194.50;10.15;1760.00;1.29;0.24 -9168;2;3439.00;10.40;1702.50;0.92;0.18 -9169;2;3256.50;10.00;1806.50;-1.37;0.22 -9170;2;2920.50;14.80;1741.50;0.78;0.30 -9171;2;3032.00;11.70;1847.50;1.10;0.36 -9172;2;3524.50;9.90;1676.50;-1.16;0.20 -9173;2;3045.00;10.75;1760.50;1.01;0.28 -9174;2;2956.50;9.50;1715.50;-1.37;0.18 -9175;2;3057.00;14.07;1891.00;0.98;0.32 -9176;2;3305.50;9.80;1767.50;1.03;0.22 -9177;2;3347.50;9.90;1695.00;0.64;0.26 -9178;2;3097.50;12.10;1922.50;1.14;0.36 -9179;2;3382.50;10.20;1939.50;-0.78;0.54 -9180;2;3509.50;9.80;1704.00;-1.29;0.20 -9181;2;3285.00;10.40;1793.00;-0.78;0.28 -9182;2;3025.50;11.20;1753.00;1.19;0.28 -9183;2;3227.00;9.80;1757.50;0.92;0.22 -9184;2;3343.00;10.22;1734.00;0.00;0.20 -9185;2;3053.00;9.60;1721.50;0.00;0.24 -9186;2;3144.50;9.80;1885.50;0.54;0.24 -9187;2;3426.50;9.95;1776.00;0.46;0.40 -9188;2;3414.00;10.20;1695.50;-1.21;0.18 -9189;2;3205.50;10.60;1911.00;0.46;0.42 -9190;2;3332.00;10.30;1750.00;-1.32;0.20 -9191;2;3170.00;10.90;1956.00;1.10;0.32 -9192;2;3592.00;10.35;1717.00;0.32;0.28 -9193;2;3056.00;9.90;1741.50;0.38;0.26 -9194;2;3166.00;9.67;1741.00;0.78;0.30 -9195;2;3341.50;10.10;1855.50;0.62;0.30 -9196;2;2933.50;11.00;1704.50;1.37;0.24 -9197;2;3304.00;10.30;1731.50;0.00;0.28 -9198;2;3292.50;10.40;1878.50;0.40;0.32 -9199;2;3425.00;10.35;1728.50;-0.27;0.24 -9200;2;3486.50;9.80;1696.50;-1.16;0.28 -9201;2;3331.50;10.60;1924.00;0.46;0.30 -9202;2;3449.00;9.90;1742.50;0.67;0.30 -9203;2;3286.50;9.90;1942.50;0.62;0.38 -9204;2;2958.00;10.52;1732.00;0.58;0.28 -9205;2;3682.00;9.80;1934.50;-1.17;1.10 -9206;2;3255.00;9.50;1750.50;1.10;0.22 -9207;2;3396.00;10.35;1721.00;-1.24;0.20 -9208;2;3025.00;13.05;1861.00;0.64;0.32 -9209;2;3044.50;10.40;1712.50;-1.03;0.24 -9210;2;3502.50;9.90;1736.50;0.19;0.24 -9211;2;3088.00;11.60;1882.00;-0.32;0.30 -9212;2;3299.50;10.40;1682.50;-0.62;0.22 -9213;2;3528.00;10.00;1763.50;1.32;0.26 -9214;2;3560.00;9.90;1699.50;0.38;0.24 -9215;2;3429.00;10.70;1901.00;-1.19;0.42 -9216;2;2937.00;9.50;1801.50;0.00;0.42 -9217;2;3378.50;9.80;1896.50;1.51;0.38 -9218;2;3020.50;10.60;1734.50;-1.03;0.24 -9219;2;3210.00;9.77;1810.00;0.92;0.32 -9220;2;3123.00;10.10;1844.00;0.00;0.34 -9221;2;3228.00;10.40;1692.50;0.87;0.22 -9222;2;3474.00;10.50;1719.50;0.87;0.24 -9223;2;3228.50;10.55;1881.00;-1.05;0.36 -9224;2;4478.00;10.80;1881.50;-0.76;1.36 -9225;2;3611.00;10.60;1784.00;0.38;0.50 -9226;2;3138.50;10.20;1893.50;0.54;0.40 -9227;2;2965.00;13.82;1781.00;-0.46;0.36 -9228;2;3122.39;9.50;1747.32;2.35;0.36 -9229;2;3012.50;13.20;1795.00;-0.86;0.28 -9230;2;3588.00;10.30;1866.50;-0.85;1.10 -9231;2;3323.50;10.40;1794.00;0.89;0.28 -9232;2;3542.00;9.90;1733.00;-1.10;0.30 -9233;2;3237.50;10.20;1838.50;1.16;0.32 -9234;2;3294.50;10.40;1683.00;1.35;0.22 -9235;2;3419.00;10.35;1630.50;0.67;0.20 -9236;2;3223.00;10.50;1592.00;0.64;0.28 -9237;2;2728.00;11.95;1639.50;1.32;0.16 -9238;2;2980.00;9.70;1572.50;-0.38;0.18 -9239;2;2779.00;10.30;1563.50;-0.92;0.24 -9240;2;3195.50;10.30;1669.50;1.03;0.22 -9241;2;3268.00;10.00;1614.00;0.58;0.28 -9242;2;3310.00;11.70;1661.50;0.67;0.24 -9243;2;3578.50;9.70;1573.50;1.24;0.20 -9244;2;3546.50;11.45;1612.00;0.64;0.22 -9245;2;3437.50;9.80;1579.50;0.32;0.24 -9246;2;3199.00;10.40;1640.50;-0.92;0.26 -9247;2;3295.50;9.90;1589.50;1.03;0.20 -9248;2;3414.50;9.70;1827.00;0.84;0.44 -9249;2;3279.50;9.80;1554.50;-0.78;0.24 -9250;2;2790.00;9.90;1598.50;0.92;0.24 -9251;2;3018.00;10.45;1669.00;0.00;0.28 -9252;2;3060.50;9.70;1581.50;-1.24;0.20 -9253;2;3331.50;10.10;1611.00;0.64;0.18 -9254;2;3271.50;10.60;1662.50;1.03;0.24 -9255;2;2658.50;10.25;1608.00;0.89;0.20 -9256;2;3376.00;10.40;1659.00;-0.98;0.18 -9257;2;3459.00;9.80;1669.50;-1.40;0.18 -9258;2;3506.00;11.15;1581.50;0.92;0.20 -9259;2;3543.50;10.00;1637.00;1.19;0.22 -9260;2;3359.50;10.50;1553.00;-0.89;0.20 -9261;2;3357.50;10.00;1588.00;-1.19;0.22 -9262;2;3135.50;9.70;1653.50;4.51;0.30 -9263;2;3089.50;10.50;1606.50;0.14;0.32 -9264;2;2976.00;10.25;1579.50;1.32;0.20 -9265;2;3336.00;10.70;1655.50;0.87;0.24 -9266;2;3406.50;10.10;1604.50;4.51;0.18 -9267;2;3456.50;10.40;1657.50;1.03;0.20 -9268;2;2778.50;9.90;1573.50;-0.95;0.26 -9269;2;2780.50;10.20;1608.50;0.19;0.24 -9270;2;3531.50;10.50;1665.50;0.78;0.22 -9271;2;3604.00;9.80;1592.00;1.24;0.22 -9272;2;3331.50;10.60;1625.50;-1.37;0.22 -9273;2;3432.50;9.90;1586.00;0.89;0.24 -9274;2;3190.00;9.80;1601.00;0.46;0.24 -9275;2;3241.50;9.80;1646.50;0.54;0.24 -9276;2;3479.50;9.80;1602.00;0.89;0.18 -9277;2;3054.00;9.80;1586.50;0.67;0.24 -9278;2;3408.50;9.85;1648.00;0.46;0.28 -9279;2;3012.50;9.70;1635.50;1.89;0.18 -9280;2;3529.50;10.40;1654.50;0.78;0.24 -9281;2;2915.50;9.95;1569.00;-0.98;0.22 -9282;2;3402.00;11.70;1620.50;-1.10;0.26 -9283;2;3654.50;9.90;1706.00;0.69;0.36 -9284;2;2660.50;11.15;1573.00;0.64;0.22 -9285;2;2759.00;10.75;1623.50;0.58;0.24 -9286;2;3503.50;11.70;1589.50;0.19;0.24 -9287;2;3297.50;10.50;1647.50;-0.78;0.28 -9288;2;3286.00;9.80;1560.50;-0.92;0.24 -9289;2;3278.00;9.90;1594.00;0.58;0.20 -9290;2;3129.50;10.40;1577.00;0.16;0.24 -9291;2;3490.00;9.85;1651.50;0.92;0.20 -9292;2;3764.00;10.72;1619.00;-1.19;0.34 -9293;2;3629.50;10.40;1688.00;-0.46;0.26 -9294;2;2982.00;9.70;1585.00;0.98;0.22 -9295;2;3202.50;10.30;1618.00;-0.64;0.28 -9296;2;2926.50;9.70;1693.50;-1.37;0.20 -9297;2;2768.50;9.90;1579.00;0.64;0.20 -9298;2;3472.00;9.82;1625.00;-1.24;0.22 -9299;2;3569.50;10.90;1588.50;-1.46;0.18 -9300;2;3021.50;9.80;1645.50;0.54;0.18 -9301;2;3344.50;10.10;1593.50;0.54;0.22 -9302;2;3365.00;10.27;1637.00;-0.78;0.24 -9303;2;2651.00;9.92;1601.00;4.71;0.20 -9304;2;3216.50;10.50;1582.50;0.32;0.24 -9305;2;3557.00;10.05;1651.00;1.10;0.20 -9306;2;3062.00;9.80;1593.00;0.46;0.26 -9307;2;3549.00;11.45;1621.50;1.10;0.22 -9308;2;3051.50;10.05;1705.00;-1.19;0.24 -9309;2;2912.00;9.70;1573.50;0.92;0.16 -9310;2;2673.50;10.05;1585.00;-0.24;0.26 -9311;2;3438.50;9.80;1636.50;1.03;0.20 -9312;2;3442.50;9.80;1552.00;0.16;0.24 -9313;2;3412.50;10.00;1593.50;1.03;0.22 -9314;2;2748.00;11.67;1642.00;-1.10;0.24 -9315;2;2770.00;10.10;1598.00;0.46;0.20 -9316;2;3139.00;10.40;1582.00;0.00;0.24 -9317;2;3187.50;9.70;1681.00;4.71;0.24 -9318;2;3339.50;10.10;1611.50;-0.78;0.24 -9319;2;3278.00;9.75;1679.50;1.21;0.18 -9320;2;2968.50;9.70;1590.00;-0.64;0.20 -9321;2;2646.50;9.95;1613.00;0.24;0.20 -9322;2;2793.00;9.90;1585.00;0.46;0.24 -9323;2;3271.50;9.80;1626.00;1.19;0.20 -9324;2;3479.00;9.90;1589.50;0.92;0.24 -9325;2;3506.00;9.90;1637.50;-1.40;0.20 -9326;2;3504.00;9.95;1559.50;4.46;0.16 -9327;2;3150.50;9.80;1603.50;4.51;0.24 -9328;2;3361.00;10.10;1562.50;-0.92;0.18 -9329;2;3025.00;10.52;1677.00;-0.46;0.28 -9330;2;3415.00;10.00;1602.50;-0.38;0.22 -9331;2;3284.50;9.80;1664.50;0.54;0.24 -9332;2;2774.50;11.30;1616.50;1.03;0.22 -9333;2;3330.50;10.70;1672.50;0.14;0.24 -9334;2;3046.50;9.70;1597.00;0.64;0.22 -9335;2;2905.00;9.70;1579.00;0.78;0.22 -9336;2;3592.00;9.80;1639.00;0.98;0.22 -9337;2;3570.00;10.50;1557.00;0.46;0.24 -9338;2;3555.50;11.40;1596.50;0.78;0.22 -9339;2;3432.50;9.80;1555.50;-0.54;0.20 -9340;2;3190.00;9.75;1663.00;1.24;0.24 -9341;2;3231.00;9.90;1620.50;-0.92;0.28 -9342;2;3297.50;10.15;1560.00;0.55;0.20 -9343;2;3350.00;10.00;1656.00;1.24;0.18 -9344;2;3484.00;9.90;1609.00;-0.46;0.20 -9345;2;3407.50;10.00;1662.00;0.64;0.26 -9346;2;3123.50;9.80;1588.00;0.69;0.24 -9347;2;2964.00;9.70;1591.50;1.40;0.16 -9348;2;3399.50;11.55;1626.00;1.19;0.24 -9349;2;3646.50;9.90;1612.50;-0.14;0.42 -9350;2;2730.00;9.90;1634.50;4.54;0.24 -9351;2;3304.00;9.90;1600.00;0.78;0.22 -9352;2;3499.00;9.90;1557.50;0.92;0.20 -9353;2;3266.00;10.30;1651.50;0.38;0.22 -9354;2;3559.50;10.00;1612.50;0.54;0.20 -9355;2;3362.00;10.00;1571.50;-0.87;0.26 -9356;2;3421.50;10.05;1650.00;0.64;0.20 -9357;2;3186.50;9.90;1628.50;1.03;0.24 -9358;2;3485.00;10.00;1658.00;0.46;0.22 -9359;2;3208.50;10.20;1590.50;-1.03;0.22 -9360;2;3469.00;10.40;1630.50;0.92;0.26 -9361;2;3057.00;9.80;1599.00;0.78;0.22 -9362;2;3013.00;9.80;1651.50;1.40;0.20 -9363;2;2905.00;10.25;1557.00;0.46;0.20 -9364;2;2743.00;12.70;1592.50;0.00;0.18 -9365;2;3567.00;9.80;1570.00;0.78;0.26 -9366;2;3375.50;10.15;1595.00;-0.24;0.20 -9367;2;3434.50;10.10;1568.50;0.78;0.24 -9368;2;3496.00;9.95;1645.50;-0.58;0.24 -9369;2;2646.50;10.10;1602.00;1.19;0.28 -9370;2;3571.00;10.40;1686.50;1.21;0.34 -9371;2;3292.50;9.80;1581.00;0.64;0.24 -9372;2;3136.50;10.10;1591.50;-1.42;0.20 -9373;2;3540.00;10.00;1627.00;0.78;0.26 -9374;2;3188.00;10.30;1646.50;-1.40;0.26 -9375;2;2973.50;10.70;1563.00;-0.64;0.16 -9376;2;3444.00;9.85;1597.50;-0.38;0.22 -9377;2;1845.00;9.70;1129.50;3.14;0.22 -9378;2;3401.00;10.10;1643.50;0.58;0.18 -9379;2;2770.00;10.80;1606.00;0.00;0.20 -9380;2;3497.00;9.90;1567.00;4.71;0.20 -9381;2;3571.50;10.40;1650.50;0.19;0.22 -9382;2;3337.50;10.00;1617.50;1.03;0.18 -9383;2;2736.50;11.90;1655.50;0.78;0.18 -9384;2;3360.50;10.00;1576.50;0.78;0.22 -9385;2;3625.50;9.90;1629.50;0.14;0.26 -9386;2;3269.50;9.90;1640.50;0.78;0.24 -9387;2;3053.00;9.70;1578.00;0.78;0.20 -9388;2;3010.50;9.70;1604.00;0.16;0.32 -9389;2;3481.00;9.80;1645.00;-0.46;0.18 -9390;2;3569.50;10.40;1663.00;0.89;0.26 -9391;2;3575.00;9.80;1565.00;-0.78;0.22 -9392;2;2748.00;11.82;1652.00;1.57;0.18 -9393;2;3053.50;9.80;1694.50;1.03;0.22 -9394;2;3428.00;10.12;1574.00;0.78;0.22 -9395;2;3408.00;10.55;1611.50;1.10;0.14 -9396;2;3302.00;9.80;1582.50;1.32;0.18 -9397;2;2761.50;11.45;1617.00;-0.24;0.22 -9398;2;3134.00;10.40;1598.50;-0.38;0.24 -9399;2;3330.00;10.70;1630.50;0.92;0.26 -9400;2;3119.50;9.90;1553.50;-0.32;0.16 -9401;2;3595.00;10.35;1607.50;1.10;0.26 -9402;2;3550.50;10.40;1658.00;0.46;0.26 -9403;2;2911.50;9.70;1564.00;0.64;0.22 -9404;2;3194.50;10.40;1621.00;0.46;0.26 -9405;2;2654.00;10.40;1563.00;1.32;0.22 -9406;2;3035.00;10.80;1684.00;0.78;0.28 -9407;2;3471.50;9.80;1617.50;-1.46;0.16 -9408;2;3245.00;10.15;1694.50;0.58;0.18 -9409;2;3502.00;10.00;1574.00;1.10;0.16 -9410;2;3026.00;10.30;1658.00;0.00;0.24 -9411;2;3364.50;10.00;1583.50;-1.37;0.20 -9412;2;3106.00;13.95;1509.50;0.38;0.26 -9413;2;3336.00;9.80;1518.00;0.46;0.22 -9414;2;3041.50;10.60;1529.00;1.57;0.18 -9415;2;3474.00;9.70;1446.50;1.21;0.18 -9416;2;2983.00;11.37;1513.00;0.98;0.18 -9417;2;3422.00;9.70;1461.00;-1.32;0.16 -9418;2;2892.50;10.60;1508.50;0.54;0.20 -9419;2;3336.50;9.70;1466.50;0.19;0.22 -9420;2;3639.50;10.15;1548.00;-0.89;0.22 -9421;2;3023.00;12.25;1508.50;-0.67;0.24 -9422;2;3467.50;9.80;1548.00;0.64;0.16 -9423;2;3252.00;10.05;1482.00;0.78;0.30 -9424;2;3408.50;9.80;1514.00;-1.19;0.18 -9425;2;3188.50;12.00;1485.50;0.78;0.28 -9426;2;3512.00;9.80;1454.50;-0.58;0.26 -9427;2;3112.50;11.00;1520.50;-1.03;0.16 -9428;2;3017.50;9.80;1561.00;0.98;0.20 -9429;2;3042.00;12.12;1517.00;0.46;0.22 -9430;2;3416.00;9.70;1464.50;0.00;0.20 -9431;2;2870.00;9.50;1546.50;1.10;0.16 -9432;2;3534.50;11.30;1540.00;0.89;0.26 -9433;2;3338.00;10.15;1484.50;1.10;0.22 -9434;2;2811.50;9.60;1507.00;-0.64;0.24 -9435;2;3264.00;10.05;1483.00;0.78;0.32 -9436;2;3489.50;10.00;1510.50;-1.37;0.20 -9437;2;3307.50;9.80;1524.50;-1.42;0.20 -9438;2;3192.50;10.40;1632.50;0.40;0.26 -9439;2;3092.00;9.80;1557.00;0.46;0.20 -9440;2;3529.00;11.75;1466.00;0.78;0.22 -9441;2;2996.00;13.32;1529.00;-0.98;0.24 -9442;2;3489.50;9.75;1465.00;-0.89;0.22 -9443;2;2939.00;11.27;1541.00;0.58;0.24 -9444;2;2882.50;10.90;1517.50;-0.78;0.16 -9445;2;3607.50;10.15;1548.00;0.89;0.24 -9446;2;3416.50;9.80;1475.50;1.03;0.22 -9447;2;3551.00;10.55;1520.00;1.24;0.22 -9448;2;3428.00;9.80;1545.50;0.38;0.20 -9449;2;3370.50;9.90;1521.50;-0.78;0.22 -9450;2;1437.50;10.80;1575.00;0.86;0.26 -9451;2;3273.50;10.30;1492.50;0.19;0.20 -9452;2;3172.50;10.00;1537.50;0.40;0.24 -9453;2;3644.50;9.60;1459.50;0.14;0.34 -9454;2;3200.50;10.40;1514.00;0.46;0.26 -9455;2;3533.50;11.75;1471.00;-0.64;0.18 -9456;2;2992.50;9.70;1563.50;-0.40;0.20 -9457;2;3089.50;11.30;1520.50;0.78;0.20 -9458;2;2777.50;9.80;1548.50;4.17;0.24 -9459;2;3485.50;9.70;1468.50;1.37;0.20 -9460;2;3494.50;9.80;1548.50;-0.78;0.24 -9461;2;3420.50;9.80;1480.00;0.46;0.24 -9462;2;3627.50;9.60;1516.50;0.50;0.28 -9463;2;3350.00;9.90;1487.00;1.10;0.26 -9464;2;3458.00;10.42;1515.00;0.78;0.22 -9465;2;3278.50;10.10;1502.00;-0.64;0.20 -9466;2;3262.50;9.90;1539.50;1.37;0.20 -9467;2;1546.00;10.50;1659.50;0.85;0.40 -9468;2;3171.50;10.70;1510.50;0.78;0.24 -9469;2;3602.50;9.60;1473.50;-1.16;0.26 -9470;2;3055.00;9.80;1554.00;-0.78;0.20 -9471;2;3005.50;13.30;1534.50;-1.37;0.22 -9472;2;2878.00;9.85;1507.50;0.67;0.32 -9473;2;3569.50;10.20;1540.50;0.19;0.22 -9474;2;3480.50;9.70;1476.50;-0.78;0.20 -9475;2;3515.00;10.80;1519.50;0.58;0.20 -9476;2;3423.00;10.00;1491.50;1.32;0.18 -9477;2;3323.50;9.80;1537.50;-0.78;0.20 -9478;2;2803.50;10.30;1465.50;-0.32;0.24 -9479;2;3350.50;10.35;1492.00;-0.98;0.22 -9480;2;1554.00;10.75;1678.00;0.78;0.34 -9481;2;3251.50;10.20;1501.00;-1.19;0.32 -9482;2;2923.00;10.05;1535.00;0.46;0.20 -9483;2;3163.50;10.40;1642.50;0.14;0.24 -9484;2;2755.00;10.25;1552.00;0.46;0.18 -9485;2;3221.00;10.40;1680.50;-0.38;0.28 -9486;2;2934.00;10.92;1526.00;1.24;0.16 -9487;2;3569.00;10.07;1521.00;-0.32;0.32 -9488;2;3430.50;10.00;1487.50;0.78;0.20 -9489;2;3406.00;9.82;1527.00;0.78;0.22 -9490;2;2864.00;9.90;1479.50;-1.32;0.28 -9491;2;3309.50;9.85;1503.00;-0.98;0.26 -9492;2;2816.50;9.70;1466.50;0.32;0.16 -9493;2;3241.00;10.00;1536.50;0.51;0.24 -9494;2;3165.50;9.95;1518.00;0.46;0.28 -9495;2;2775.00;9.70;1475.50;-1.32;0.24 -9496;2;3029.00;9.70;1563.50;0.38;0.28 -9497;2;2987.00;13.02;1530.00;-0.78;0.18 -9498;2;2879.00;9.65;1552.50;0.58;0.16 -9499;2;3149.00;10.25;1632.50;0.67;0.26 -9500;2;2837.50;9.70;1523.00;1.19;0.18 -9501;2;3200.00;10.30;1680.50;0.27;0.24 -9502;2;3469.50;9.90;1524.50;1.16;0.20 -9503;2;2926.00;10.55;1486.50;0.58;0.18 -9504;2;3487.50;10.30;1490.50;-0.95;0.26 -9505;2;2887.50;10.60;1481.50;-0.54;0.24 -9506;2;3305.50;9.80;1545.00;1.05;0.18 -9507;2;2832.00;10.17;1480.00;0.46;0.24 -9508;2;3113.00;10.00;1550.50;0.87;0.20 -9509;2;2937.50;9.80;1555.50;0.32;0.18 -9510;2;2769.50;9.70;1470.50;0.54;0.26 -9511;2;3088.00;10.40;1533.00;0.78;0.24 -9512;2;3866.50;10.40;1657.00;-1.22;0.44 -9513;2;3561.00;9.60;1492.00;-1.24;0.28 -9514;2;3582.50;9.85;1622.00;1.57;0.20 -9515;2;2997.50;11.35;1490.00;0.64;0.20 -9516;2;3463.00;9.80;1489.50;-0.92;0.24 -9517;2;2949.00;11.65;1490.00;0.46;0.22 -9518;2;3383.00;9.92;1533.00;1.10;0.18 -9519;2;3318.50;9.80;1505.50;0.54;0.24 -9520;2;3194.50;10.25;1547.00;-0.64;0.26 -9521;2;3156.00;10.35;1531.50;0.70;0.28 -9522;2;2902.50;11.30;1532.50;-0.19;0.16 -9523;2;2837.50;9.80;1489.50;1.03;0.16 -9524;2;2956.50;10.40;1539.50;-1.03;0.20 -9525;2;2766.50;10.00;1482.50;0.54;0.20 -9526;2;3607.00;9.70;1533.50;-0.87;0.28 -9527;2;3056.00;10.30;1488.00;0.78;0.20 -9528;2;3663.00;9.75;1505.50;-1.01;0.36 -9529;2;3446.00;9.80;1533.00;-0.78;0.22 -9530;2;3524.50;10.00;1502.00;0.89;0.24 -9531;2;3391.50;9.80;1500.00;0.64;0.18 -9532;2;3075.50;9.80;1557.50;-1.37;0.22 -9533;2;3244.00;10.20;1512.50;1.32;0.22 -9534;2;2832.00;10.35;1496.50;-0.92;0.16 -9535;2;3033.00;10.20;1546.50;0.00;0.24 -9536;2;2870.00;9.90;1525.50;0.92;0.16 -9537;2;3122.00;10.20;1483.50;-0.38;0.24 -9538;2;3591.50;9.70;1504.50;-1.37;0.28 -9539;2;3079.50;9.90;1490.50;1.03;0.20 -9540;2;3467.50;9.95;1501.00;0.98;0.18 -9541;2;3029.00;13.22;1499.00;-1.10;0.24 -9542;2;3342.00;10.00;1541.00;-0.78;0.22 -9543;2;3295.50;9.80;1514.50;-0.32;0.16 -9544;2;3163.50;9.80;1559.00;1.19;0.28 -9545;2;2966.00;12.35;1495.00;1.57;0.20 -9546;2;3092.50;10.60;1546.00;-0.46;0.24 -9547;2;2929.50;10.75;1534.00;-1.19;0.18 -9548;2;3201.00;11.90;1474.00;-0.58;0.28 -9549;2;3580.00;9.85;1531.00;-1.10;0.26 -9550;2;2784.50;10.10;1489.50;0.14;0.16 -9551;2;3100.50;14.90;1504.50;1.03;0.20 -9552;2;3409.50;10.20;1532.50;-0.78;0.26 -9553;2;3764.50;10.10;1672.50;-0.50;0.44 -9554;2;3237.50;9.85;1549.00;-0.69;0.26 -9555;2;3008.00;13.50;1509.00;0.46;0.18 -9556;2;3373.00;9.90;1514.00;4.71;0.18 -9557;2;2963.00;10.55;1508.00;0.78;0.24 -9558;2;3191.00;10.55;1517.00;0.24;0.22 -9559;2;2900.00;10.70;1498.50;0.00;0.14 -9560;2;2996.50;9.80;1554.50;1.24;0.16 -9561;2;2846.00;9.85;1501.50;-1.10;0.20 -9562;2;2741.00;10.55;1549.50;1.40;0.16 -9563;2;3172.50;11.20;1484.50;-0.78;0.20 -9564;2;3479.50;9.80;1536.50;-1.03;0.22 -9565;2;3447.00;9.80;1501.50;0.00;0.24 -9566;2;3324.00;9.80;1548.00;-0.78;0.18 -9567;2;3094.50;13.35;1511.00;0.24;0.20 -9568;2;3270.00;9.85;1537.00;-0.98;0.22 -9569;2;3035.00;12.30;1507.00;0.78;0.24 -9570;2;3073.00;10.05;1536.00;0.98;0.28 -9571;2;3378.50;9.70;1454.50;0.54;0.20 -9572;2;2967.00;10.40;1511.50;-0.92;0.20 -9573;2;3313.50;9.80;1475.50;4.51;0.20 -9574;2;2889.00;9.80;1538.50;-1.32;0.16 -9575;2;2913.00;10.80;1507.50;0.58;0.22 -9576;2;3261.00;9.90;1473.00;0.78;0.22 -9577;2;3552.00;9.70;1540.50;1.10;0.22 -9578;2;2814.00;10.05;1497.50;-0.67;0.22 -9579;2;3400.00;10.00;1546.00;0.78;0.20 -9580;2;1586.00;9.72;1622.00;-1.24;0.24 -9581;2;3486.50;9.70;1451.50;-0.32;0.18 -9582;2;2994.00;9.70;1419.00;1.57;0.16 -9583;2;1571.50;10.20;1624.50;1.03;0.24 -9584;2;2949.00;10.25;1433.50;-0.58;0.18 -9585;2;1564.00;10.20;1630.00;0.46;0.32 -9586;2;3057.50;12.85;1409.00;-0.24;0.20 -9587;2;2924.00;16.47;1439.00;4.71;0.18 -9588;2;3078.50;12.00;1413.00;0.64;0.20 -9589;2;4974.50;12.35;1491.00;0.69;0.30 -9590;2;2882.50;10.25;1436.00;4.71;0.16 -9591;2;3087.50;10.90;1412.50;0.54;0.20 -9592;2;3562.00;9.60;1446.50;0.58;0.24 -9593;2;2847.50;10.70;1429.50;0.19;0.16 -9594;2;3522.50;9.60;1448.50;-0.78;0.20 -9595;2;3078.50;10.00;1421.00;-0.24;0.18 -9596;2;3038.00;11.35;1439.50;0.38;0.22 -9597;2;2798.50;10.20;1428.00;1.19;0.24 -9598;2;2982.00;11.72;1433.00;1.10;0.20 -9599;2;3118.00;11.05;1400.50;-0.92;0.20 -9600;2;2946.00;11.40;1438.50;0.58;0.18 -9601;2;1666.00;9.70;1664.50;0.51;0.36 -9602;2;3144.50;10.50;1394.50;0.54;0.20 -9603;2;2906.00;12.15;1438.50;-0.58;0.16 -9604;2;4992.50;9.70;1494.00;1.57;0.26 -9605;2;3797.00;9.90;1302.50;0.70;0.40 -9606;2;3140.00;10.85;1423.50;0.67;0.26 -9607;2;2856.00;10.70;1441.50;-1.10;0.22 -9608;2;3099.00;9.75;1428.50;0.92;0.18 -9609;2;2861.00;10.30;1447.50;0.87;0.22 -9610;2;3202.00;10.30;1385.50;1.10;0.22 -9611;2;3059.50;10.00;1438.50;-1.37;0.18 -9612;2;3213.00;10.42;1389.00;0.46;0.28 -9613;2;3012.50;10.00;1443.00;1.57;0.18 -9614;2;3232.00;10.35;1395.50;1.44;0.18 -9615;2;1307.50;10.80;1778.50;0.29;0.74 -9616;2;989.00;13.85;1617.50;0.49;0.40 -9617;2;3215.50;9.70;1406.50;1.37;0.18 -9618;2;2925.00;14.50;1444.50;0.00;0.18 -9619;2;3161.00;15.65;1426.50;-0.38;0.24 -9620;2;2924.00;14.50;1452.50;0.92;0.16 -9621;2;3115.50;10.10;1431.50;0.19;0.20 -9622;2;2912.00;10.50;1452.50;0.58;0.16 -9623;2;4854.00;10.55;1447.50;0.67;0.30 -9624;2;3082.00;9.85;1436.50;1.40;0.22 -9625;2;2868.50;10.20;1448.00;0.46;0.26 -9626;2;3484.50;12.20;1366.00;-0.98;0.22 -9627;2;3033.00;12.10;1432.00;0.00;0.20 -9628;2;3504.50;11.35;1382.00;1.57;0.22 -9629;2;2834.00;9.85;1455.00;0.32;0.22 -9630;2;2983.00;12.45;1450.50;-1.32;0.22 -9631;2;2789.00;9.70;1450.50;0.00;0.22 -9632;2;3487.50;13.30;1372.50;-0.32;0.28 -9633;2;2972.00;15.52;1455.00;-1.24;0.20 -9634;2;1582.00;11.30;1653.50;-0.87;0.30 -9635;2;3252.50;9.70;1407.50;1.03;0.28 -9636;2;2973.00;15.20;1461.50;0.58;0.20 -9637;2;910.00;11.20;1477.50;0.38;0.28 -9638;2;2927.50;11.20;1461.00;0.98;0.18 -9639;2;4908.00;12.05;1429.00;0.24;0.28 -9640;2;3155.50;12.30;1441.00;0.98;0.20 -9641;2;4932.50;12.95;1434.00;-0.64;0.26 -9642;2;2895.50;10.15;1462.00;-1.19;0.22 -9643;2;3093.50;9.80;1434.50;-0.54;0.16 -9644;2;2854.50;10.00;1466.00;0.16;0.22 -9645;2;3543.50;13.30;1367.50;0.78;0.26 -9646;2;3051.50;10.50;1450.00;0.64;0.14 -9647;2;3500.50;10.65;1388.00;0.24;0.20 -9648;2;3045.50;12.00;1458.50;-1.37;0.22 -9649;2;3465.00;16.00;1390.00;-1.10;0.22 -9650;2;3031.00;14.00;1467.50;-1.10;0.24 -9651;2;3222.50;9.70;1418.50;-1.42;0.20 -9652;2;2992.00;13.82;1470.00;0.00;0.20 -9653;2;1460.00;10.10;1557.50;0.00;0.24 -9654;2;1463.00;10.70;1570.00;1.57;0.20 -9655;2;2959.00;10.60;1469.00;0.00;0.16 -9656;2;3131.50;9.80;1446.00;-0.89;0.22 -9657;2;1423.50;10.15;1611.00;-0.86;0.38 -9658;2;2892.50;10.10;1469.00;-0.64;0.22 -9659;2;4942.00;9.80;1560.50;-0.62;0.64 -9660;2;3102.50;9.80;1461.50;-0.78;0.20 -9661;2;3055.00;10.77;1465.00;-0.98;0.26 -9662;2;1562.50;11.15;1574.00;-1.19;0.20 -9663;2;3432.00;10.45;1390.00;1.10;0.20 -9664;2;1584.50;11.55;1584.00;0.16;0.30 -9665;2;3031.00;11.90;1479.50;1.40;0.16 -9666;2;2965.50;12.20;1475.50;-1.03;0.20 -9667;2;1519.50;9.65;1588.00;4.71;0.28 -9668;2;3208.00;15.40;1439.50;1.40;0.30 -9669;2;1112.00;11.20;1788.50;1.10;0.72 -9670;2;3197.50;14.75;1446.00;0.64;0.26 -9671;2;903.00;9.77;1489.00;0.78;0.28 -9672;2;3184.50;11.30;1452.00;-0.24;0.26 -9673;2;1645.50;11.40;1584.00;0.24;0.20 -9674;2;3444.00;13.95;1394.50;0.92;0.26 -9675;2;1665.00;11.35;1598.50;-0.70;0.28 -9676;2;3091.50;10.40;1464.50;0.78;0.22 -9677;2;3349.00;11.27;1418.00;-1.24;0.24 -9678;2;1405.00;10.70;1654.50;1.21;0.38 -9679;2;3040.00;13.02;1465.00;-0.58;0.20 -9680;2;3362.50;9.70;1421.50;-1.48;0.20 -9681;2;3006.50;11.20;1488.50;-1.24;0.20 -9682;2;1436.50;10.90;1563.50;1.24;0.26 -9683;2;3258.50;9.80;1447.00;-1.35;0.20 -9684;2;1480.50;10.80;1588.00;0.46;0.24 -9685;2;3198.50;16.20;1456.50;-0.32;0.18 -9686;2;2679.50;12.50;1361.50;-0.78;0.20 -9687;2;3166.00;11.32;1462.00;0.32;0.20 -9688;2;3459.50;10.00;1428.50;0.78;0.24 -9689;2;2677.00;11.57;1369.00;0.78;0.18 -9690;2;3108.00;9.80;1473.00;-0.32;0.28 -9691;2;3456.50;11.90;1401.50;1.42;0.22 -9692;2;3074.50;9.80;1483.00;0.64;0.18 -9693;2;1650.50;11.40;1593.00;1.57;0.22 -9694;2;3456.00;12.20;1410.00;1.24;0.22 -9695;2;1031.00;13.35;1583.00;0.58;0.32 -9696;2;3419.50;10.00;1412.00;1.05;0.20 -9697;2;906.00;9.60;1531.50;0.51;0.28 -9698;2;3281.00;9.70;1456.50;-1.40;0.24 -9699;2;2728.00;14.27;1379.00;1.57;0.20 -9700;2;2739.50;12.60;1370.00;0.24;0.20 -9701;2;3232.50;10.20;1432.50;0.62;0.20 -9702;2;3491.00;15.97;1349.00;4.71;0.22 -9703;2;2738.00;13.32;1383.00;1.10;0.16 -9704;2;3181.50;13.60;1469.50;-0.78;0.20 -9705;2;3499.00;10.90;1423.00;0.78;0.20 -9706;2;3159.50;10.40;1476.00;0.89;0.22 -9707;2;3478.50;12.90;1415.50;-1.37;0.22 -9708;2;1629.00;11.70;1597.50;1.10;0.30 -9709;2;3439.00;9.80;1426.50;0.92;0.18 -9710;2;2791.00;10.37;1391.00;0.78;0.24 -9711;2;1522.50;9.90;1598.00;-1.29;0.30 -9712;2;3340.00;9.55;1444.00;1.57;0.24 -9713;2;915.00;9.70;1512.50;0.41;0.34 -9714;2;3279.50;9.95;1463.00;0.89;0.24 -9715;2;3537.00;11.12;1311.00;0.32;0.26 -9716;2;3230.50;9.70;1459.00;-0.64;0.22 -9717;2;2804.50;10.40;1402.50;-0.32;0.22 -9718;2;3347.00;9.70;1428.50;-0.92;0.26 -9719;2;2698.50;12.00;1384.50;-0.32;0.20 -9720;2;3529.00;11.75;1430.00;0.00;0.24 -9721;2;1641.00;11.67;1602.00;0.78;0.28 -9722;2;3489.00;11.00;1430.00;1.10;0.22 -9723;2;2840.50;10.20;1390.50;-1.37;0.18 -9724;2;1515.50;9.75;1596.00;0.55;0.28 -9725;2;2846.50;9.80;1481.50;0.78;0.20 -9726;2;3446.50;10.00;1424.50;-0.78;0.24 -9727;2;1495.00;10.65;1497.50;-0.92;0.36 -9728;2;2875.00;10.37;1406.00;0.46;0.18 -9729;2;3362.00;9.70;1451.00;-1.24;0.18 -9730;2;872.50;9.50;1540.00;-1.19;0.36 -9731;2;3152.50;10.40;1638.00;-1.19;0.22 -9732;2;2866.00;13.85;1413.50;0.51;0.20 -9733;2;4980.50;12.30;1516.00;0.71;0.34 -9734;2;2823.50;9.85;1412.00;0.64;0.16 -9735;2;3539.50;9.60;1446.00;-1.29;0.22 -9736;2;2900.00;12.50;1408.00;-1.10;0.22 -9737;2;2793.50;9.60;1411.00;-0.24;0.18 -9738;2;2919.50;13.40;1414.50;1.16;0.22 -9739;2;3500.00;9.80;1431.50;1.10;0.22 -9740;2;1531.50;11.70;1763.00;1.03;0.82 -9741;2;2939.50;11.00;1416.50;0.78;0.18 -9742;2;3452.50;9.80;1433.00;1.19;0.18 -9743;2;767.00;9.50;809.00;-0.75;0.24 -9744;2;3425.00;9.70;1446.50;0.92;0.16 -9745;2;2912.50;15.45;1422.00;0.24;0.20 -9746;2;1506.00;10.65;1610.00;-0.98;0.28 -9747;2;1469.00;10.80;1617.50;1.01;0.32 -9748;2;2862.50;11.80;1430.00;1.19;0.20 -9749;2;4964.00;13.57;1480.00;-0.32;0.34 -9750;2;2989.00;11.35;1375.50;0.38;0.18 -9751;2;2819.50;10.10;1421.00;-1.29;0.20 -9752;2;2972.50;12.25;1410.00;0.89;0.20 -9753;2;3553.50;9.60;1441.00;4.71;0.22 -9754;2;1635.50;12.15;1616.00;-0.64;0.24 -9755;2;3318.50;15.20;1279.50;-0.40;0.24 -9756;2;3149.00;11.90;1397.50;-1.40;0.26 -9757;2;2761.00;11.80;1313.50;0.00;0.20 -9758;2;1620.00;9.60;1530.00;4.71;0.28 -9759;2;4768.50;12.40;1352.50;0.54;0.22 -9760;2;1514.50;12.35;1532.00;-1.19;0.24 -9761;2;3391.50;14.50;1301.00;0.46;0.30 -9762;2;4896.00;13.12;1401.00;0.46;0.24 -9763;2;3338.00;13.60;1275.00;0.32;0.22 -9764;2;2833.00;9.80;1349.00;-1.24;0.20 -9765;2;2679.00;10.12;1277.00;-0.78;0.20 -9766;2;4839.00;11.80;1397.00;1.32;0.20 -9767;2;2747.50;11.70;1328.50;-0.78;0.24 -9768;2;4623.00;12.40;1351.50;-1.40;0.36 -9769;2;3222.50;10.85;1379.00;1.05;0.28 -9770;2;2701.50;13.80;1328.00;-0.24;0.24 -9771;2;3161.00;12.42;1391.00;0.32;0.22 -9772;2;2936.50;9.50;1334.50;-1.37;0.20 -9773;2;1202.00;12.45;1420.50;-1.01;0.44 -9774;2;1644.50;10.80;1576.50;-1.37;0.20 -9775;2;1509.00;11.95;1529.50;0.70;0.28 -9776;2;4617.50;13.05;1335.00;-1.19;0.24 -9777;2;3382.50;16.90;1310.50;1.03;0.30 -9778;2;2746.50;12.20;1301.50;0.32;0.18 -9779;2;1519.00;10.62;1482.00;0.32;0.34 -9780;2;3111.50;9.50;1356.50;-0.78;0.20 -9781;2;4722.50;10.40;1342.50;1.03;0.20 -9782;2;4791.50;10.00;1417.00;-1.35;0.28 -9783;2;3239.50;9.70;1382.50;1.37;0.28 -9784;2;3066.00;10.45;1338.50;-0.58;0.20 -9785;2;2767.50;13.10;1338.50;0.78;0.24 -9786;2;1630.50;9.70;1516.00;1.57;0.24 -9787;2;2681.00;11.50;1331.00;0.32;0.18 -9788;2;4707.00;10.10;1359.00;-1.24;0.26 -9789;2;1566.00;11.72;1539.00;0.98;0.18 -9790;2;4765.50;9.70;1314.00;-1.29;0.20 -9791;2;3190.50;11.75;1347.00;1.29;0.16 -9792;2;1141.00;17.45;1489.50;0.67;0.32 -9793;2;2855.00;9.70;1317.00;1.89;0.24 -9794;2;3002.50;10.25;1369.00;-0.46;0.22 -9795;2;4767.50;12.80;1331.50;0.78;0.20 -9796;2;1472.00;10.15;1538.00;-1.24;0.22 -9797;2;2830.00;12.37;1353.00;1.24;0.20 -9798;2;4878.50;9.80;1423.50;-0.78;0.28 -9799;2;3231.50;12.20;1313.50;0.78;0.18 -9800;2;2729.50;14.40;1338.50;-0.32;0.20 -9801;2;1648.00;9.70;1543.00;1.57;0.22 -9802;2;1322.00;13.75;1490.50;0.41;0.40 -9803;2;4774.00;12.25;1356.50;-1.40;0.26 -9804;2;1596.00;10.10;1551.50;-1.32;0.20 -9805;2;3126.50;10.50;1312.50;0.78;0.20 -9806;2;3296.00;12.75;1324.50;-0.92;0.20 -9807;2;5011.00;11.95;1310.50;0.27;0.16 -9808;2;1545.00;11.50;1549.50;0.92;0.26 -9809;2;3107.50;10.70;1363.50;0.54;0.20 -9810;2;1469.50;10.15;1550.00;4.71;0.28 -9811;2;3307.00;13.00;1301.00;1.24;0.26 -9812;2;2786.00;14.17;1327.00;1.10;0.24 -9813;2;2797.50;10.35;1353.00;0.64;0.16 -9814;2;961.50;9.70;1432.50;1.16;0.26 -9815;2;2700.50;9.90;1273.50;1.37;0.20 -9816;2;3541.00;14.55;1235.50;-0.73;0.42 -9817;2;2677.00;10.55;1345.00;0.78;0.20 -9818;2;3173.00;12.55;1355.50;-1.32;0.24 -9819;2;2693.50;10.80;1288.00;0.64;0.18 -9820;2;1617.50;12.55;1558.00;-0.89;0.26 -9821;2;3101.00;13.12;1370.00;1.10;0.24 -9822;2;1283.50;10.40;1446.50;1.20;0.38 -9823;2;3409.50;10.80;1269.50;1.16;0.34 -9824;2;2847.50;11.20;1364.00;-0.89;0.20 -9825;2;1523.00;11.00;1562.50;1.01;0.26 -9826;2;3028.00;9.70;1345.00;0.46;0.20 -9827;2;2734.50;12.10;1347.50;-0.19;0.20 -9828;2;2755.00;13.07;1298.00;4.71;0.18 -9829;2;1313.00;9.80;1416.50;0.85;0.46 -9830;2;3343.00;12.55;1281.50;-0.92;0.22 -9831;2;4730.00;9.80;1377.50;0.00;0.26 -9832;2;1676.50;9.70;1570.50;-1.37;0.16 -9833;2;3250.00;9.50;1344.00;-1.10;0.20 -9834;2;1544.00;9.70;1302.50;-1.10;0.32 -9835;2;4696.00;10.75;1342.50;-1.44;0.20 -9836;2;1588.50;11.50;1574.00;0.64;0.18 -9837;2;3138.00;12.90;1334.50;-0.92;0.20 -9838;2;3020.00;13.25;1373.50;0.00;0.22 -9839;2;2706.00;11.25;1320.00;0.78;0.20 -9840;2;2794.00;11.87;1363.00;-1.10;0.24 -9841;2;4795.50;13.70;1362.50;-0.78;0.22 -9842;2;2788.50;12.40;1366.50;-0.19;0.24 -9843;2;4621.00;10.30;1324.50;-1.21;0.20 -9844;2;3328.50;12.35;1331.00;-0.64;0.24 -9845;2;2864.50;9.50;1320.50;-1.24;0.12 -9846;2;2725.50;12.10;1346.00;-0.24;0.20 -9847;2;1658.50;9.80;1565.50;-0.78;0.20 -9848;2;4759.50;12.00;1337.50;-1.03;0.22 -9849;2;3129.00;13.75;1364.50;0.67;0.24 -9850;2;1663.50;9.90;1576.00;-0.64;0.16 -9851;2;2952.50;10.85;1368.00;0.98;0.20 -9852;2;2761.00;12.25;1321.50;0.00;0.20 -9853;2;2846.00;12.90;1370.00;-0.78;0.20 -9854;2;4729.50;9.50;1320.00;0.64;0.24 -9855;2;952.50;12.55;1446.00;-1.19;0.30 -9856;2;3066.00;9.70;1328.50;0.58;0.16 -9857;2;2783.00;10.90;1363.50;0.67;0.20 -9858;2;3451.50;15.90;1302.50;-0.40;0.26 -9859;2;5010.68;10.40;1338.61;-0.94;0.20 -9860;2;3418.00;13.35;1294.50;0.70;0.30 -9861;2;3335.00;10.35;1299.00;1.10;0.30 -9862;2;3211.50;11.75;1357.00;1.19;0.18 -9863;2;2951.00;12.67;1334.00;0.78;0.22 -9864;2;1642.00;9.70;1533.00;-0.46;0.18 -9865;2;4995.50;11.20;1325.00;1.19;0.26 -9866;2;4775.00;13.22;1367.00;0.32;0.22 -9867;2;2790.00;9.70;1461.50;1.32;0.18 -9868;2;3417.50;13.85;1320.00;4.71;0.22 -9869;2;2676.50;9.90;1295.00;-0.64;0.18 -9870;2;2753.00;13.85;1354.50;0.87;0.24 -9871;2;3337.50;12.25;1336.00;-1.19;0.24 -9872;2;2731.50;12.40;1365.50;-0.78;0.24 -9873;2;4653.50;12.80;1352.00;-1.19;0.24 -9874;2;3138.00;11.65;1365.50;0.00;0.28 -9875;2;3120.00;11.10;1342.00;-0.78;0.22 -9876;2;1611.00;9.70;1473.00;4.71;0.26 -9877;2;2694.50;10.95;1313.00;0.24;0.16 -9878;2;3284.50;13.70;1291.00;1.19;0.26 -9879;2;2989.00;10.60;1386.50;-0.92;0.20 -9880;2;1332.50;10.30;1629.50;1.14;0.42 -9881;2;2733.50;11.95;1310.00;-1.29;0.16 -9882;2;2810.50;14.70;1375.50;-0.32;0.18 -9883;2;4803.50;12.70;1376.00;0.24;0.22 -9884;2;2801.00;14.00;1378.00;-0.78;0.18 -9885;2;4738.00;10.10;1351.50;-0.87;0.22 -9886;2;3431.00;14.35;1325.50;-0.67;0.28 -9887;2;3227.00;12.40;1321.50;0.38;0.24 -9888;2;3222.00;10.10;1362.50;0.58;0.24 -9889;2;2793.00;12.50;1295.50;0.00;0.20 -9890;2;3135.00;12.00;1376.00;-1.24;0.18 -9891;2;2717.50;11.20;1284.00;-0.98;0.20 -9892;2;1314.00;10.30;1560.50;-1.01;0.44 -9893;2;3392.50;11.10;1265.50;0.40;0.24 -9894;2;3084.50;12.70;1384.00;0.98;0.24 -9895;2;4895.00;10.92;1383.00;-0.98;0.28 -9896;2;2801.00;9.97;1319.00;1.10;0.20 -9897;2;4837.50;10.40;1381.50;1.03;0.22 -9898;2;2863.50;9.80;1391.00;-1.19;0.20 -9899;2;4796.50;13.30;1345.00;4.71;0.20 -9900;2;3357.50;13.50;1337.50;-0.54;0.24 -9901;2;3308.00;13.05;1308.50;-0.38;0.22 -9902;2;3232.50;10.60;1363.50;-1.24;0.20 -9903;2;2776.00;12.07;1294.00;-0.46;0.24 -9904;2;3005.50;9.90;1356.50;0.78;0.28 -9905;2;4666.00;10.50;1331.00;0.98;0.20 -9906;2;3145.00;12.55;1376.50;-0.27;0.24 -9907;2;2985.00;10.55;1390.00;1.24;0.20 -9908;2;1202.00;12.70;1466.00;4.71;0.40 -9909;2;2918.50;9.50;1393.50;0.32;0.22 -9910;2;1380.50;10.30;1586.50;0.95;0.36 -9911;2;945.00;9.87;1459.00;-0.24;0.30 -9912;2;3396.50;14.20;1279.50;-0.78;0.32 -9913;2;4789.50;12.00;1389.50;-0.95;0.28 -9914;2;3113.50;9.70;1344.00;0.16;0.24 -9915;2;3373.00;12.55;1335.50;0.67;0.24 -9916;2;3134.50;9.90;1308.50;0.78;0.22 -9917;2;2714.00;11.47;1320.00;-1.10;0.20 -9918;2;4756.50;11.95;1326.00;-0.98;0.22 -9919;2;3231.50;9.80;1371.00;-0.16;0.28 -9920;2;1273.50;10.30;1412.00;-0.46;0.38 -9921;2;3241.50;12.30;1307.00;1.29;0.18 -9922;2;3079.00;14.25;1399.50;0.58;0.20 -9923;2;1561.00;11.97;1528.00;0.32;0.24 -9924;2;2997.50;11.80;1397.50;0.32;0.16 -9925;2;2706.00;10.50;1306.00;4.71;0.20 -9926;2;4892.50;10.50;1390.00;0.89;0.24 -9927;2;4705.50;10.20;1368.50;0.40;0.32 -9928;2;4807.50;12.30;1392.00;0.46;0.26 -9929;2;3247.00;11.80;1278.50;-0.92;0.20 -9930;2;3181.00;9.70;1339.50;-1.44;0.22 -9931;2;1572.50;10.25;1480.00;1.05;0.18 -9932;2;3426.50;14.40;1336.00;1.05;0.24 -9933;2;2779.00;14.55;1334.50;0.67;0.24 -9934;2;4564.50;10.00;1163.50;-1.24;0.26 -9935;2;4198.00;9.60;1003.50;0.38;0.28 -9936;2;4809.00;11.75;1269.50;0.92;0.22 -9937;2;4607.50;9.70;1190.00;-1.19;0.26 -9938;2;4627.50;9.70;1030.50;1.03;0.24 -9939;2;4489.00;11.45;1107.50;-0.49;0.38 -9940;2;3199.00;9.75;1231.50;0.92;0.20 -9941;2;3244.00;10.15;1269.50;1.40;0.24 -9942;2;4591.00;10.55;1059.00;-0.64;0.28 -9943;2;2919.00;9.70;1207.50;0.29;0.42 -9944;2;4661.00;12.10;1114.50;0.67;0.26 -9945;2;2719.50;10.50;1240.50;1.03;0.22 -9946;2;4107.50;10.30;979.50;-0.07;0.34 -9947;2;3315.00;9.50;1141.00;-0.32;0.26 -9948;2;4466.50;10.95;1002.00;-1.19;0.26 -9949;2;1504.50;10.50;1439.50;0.78;0.30 -9950;2;4830.38;9.50;1193.19;3.28;0.26 -9951;2;4047.50;10.05;1108.00;0.73;0.44 -9953;2;4684.00;10.15;1190.50;-0.51;0.24 -9954;2;3437.00;16.95;1312.00;0.78;0.30 -9955;2;4700.50;11.15;1042.00;-0.16;0.24 -9956;2;4643.00;9.85;1227.00;1.32;0.22 -9957;2;3315.50;12.90;1108.00;4.71;0.36 -9958;2;4582.50;10.70;1225.50;1.46;0.20 -9959;2;4608.00;10.00;1153.50;0.27;0.34 -9960;2;2857.00;13.70;1218.50;0.58;0.40 -9961;2;4438.00;11.70;971.00;0.98;0.34 -9962;2;3280.00;13.55;619.50;1.65;0.52 -9963;2;4548.00;9.60;1001.50;-1.40;0.20 -9964;2;2837.00;13.55;1250.50;0.00;0.30 -9965;2;4902.50;9.70;1210.50;-0.32;0.22 -9966;2;4400.00;19.22;1167.00;-0.78;0.40 -9967;2;1502.50;12.90;1452.50;0.54;0.26 -9968;2;4880.50;10.30;1225.50;0.32;0.20 -9969;2;4629.00;9.70;1300.00;0.58;0.24 -9970;2;4580.50;10.90;1053.50;0.78;0.28 -9971;2;4667.00;10.00;1237.00;1.10;0.26 -9972;2;4663.00;11.40;1105.00;-1.10;0.22 -9973;2;4095.00;9.90;1079.50;1.10;0.38 -9974;2;4703.50;9.65;1136.00;-0.64;0.32 -9975;2;3942.50;9.70;1016.50;0.66;0.42 -9976;2;2905.50;14.55;1243.00;0.24;0.30 -9977;2;3149.00;9.70;1150.50;-1.40;0.28 -9978;2;4617.50;9.60;1024.00;-1.19;0.24 -9979;2;2730.50;10.30;1261.50;-1.37;0.20 -9980;2;3039.50;9.90;1173.50;-0.14;0.24 -9981;2;4788.50;10.00;1291.50;-0.78;0.18 -9982;2;4577.50;11.55;1069.00;0.89;0.30 -9983;2;2948.00;10.02;1184.00;0.78;0.36 -9984;2;4622.00;10.32;1101.00;-0.46;0.28 -9985;2;4911.00;11.90;1237.50;0.92;0.22 -9986;2;3153.50;12.40;529.50;-0.93;0.70 -9987;2;4611.00;9.70;1254.00;-0.46;0.26 -9988;2;4441.00;11.65;956.50;0.85;0.30 -9989;2;3210.50;10.00;1161.50;-0.78;0.24 -9990;2;3056.00;10.95;1291.50;2.76;0.22 -9991;2;4246.00;9.70;997.00;0.19;0.32 -9992;2;3169.50;10.80;1177.50;1.03;0.18 -9993;2;4223.00;9.95;1043.00;1.03;0.36 -9994;2;2949.00;10.40;1264.50;-1.10;0.30 -9995;2;4622.50;9.80;1211.50;0.78;0.24 -9996;2;1479.00;10.15;1424.00;0.24;0.26 -9997;2;4555.50;12.20;1049.00;0.24;0.26 -9998;2;4980.50;9.50;1236.50;0.54;0.24 -9999;2;4573.50;9.60;1122.50;-0.78;0.36 -10000;2;4679.00;10.70;1254.00;-0.78;0.28 -10001;2;4113.50;9.70;944.50;0.78;0.34 -10002;2;3342.00;10.95;1140.50;0.38;0.30 -10003;2;4615.00;9.70;1277.50;-0.67;0.24 -10004;2;4493.00;9.65;999.50;0.92;0.24 -10005;2;3297.00;9.70;1156.50;-0.92;0.22 -10006;2;4517.50;10.15;1109.00;-0.12;0.40 -10007;2;3240.50;9.65;1253.00;2.67;0.40 -10008;2;4649.00;10.25;1183.50;0.38;0.28 -10009;2;2733.00;11.10;1266.50;0.58;0.20 -10010;2;4641.00;9.70;1044.50;-0.58;0.24 -10011;2;4825.00;9.50;1221.00;2.67;0.10 -10012;2;4648.50;11.40;1098.00;-0.64;0.22 -10013;2;2727.00;11.92;1221.00;0.78;0.28 -10014;2;4671.00;10.85;1139.50;0.38;0.28 -10015;2;4958.00;12.65;1248.50;0.00;0.26 -10016;2;4446.50;10.30;957.50;-1.42;0.20 -10017;2;4626.50;9.80;1167.00;-1.29;0.26 -10018;2;4699.00;10.60;1269.00;-1.24;0.20 -10019;2;3961.00;10.80;989.00;-1.32;0.30 -10020;2;4852.50;12.90;1195.50;1.03;0.24 -10021;2;4051.50;13.60;1127.50;0.32;0.46 -10022;2;4612.50;9.70;1291.50;-0.40;0.24 -10023;2;2691.50;13.20;1187.50;-1.03;0.28 -10024;2;2786.50;10.05;1283.00;4.71;0.20 -10025;2;3083.50;11.30;533.00;-0.91;0.78 -10026;2;2954.50;10.10;1217.50;-0.95;0.32 -10027;2;3057.50;11.30;1316.50;0.19;0.20 -10028;2;3302.00;10.47;1089.00;0.58;0.32 -10029;2;1548.50;9.70;1421.00;0.86;0.32 -10030;2;4028.50;10.55;984.00;0.84;0.38 -10031;2;3286.00;9.70;1117.50;1.32;0.22 -10032;2;4942.50;12.20;1257.00;0.98;0.28 -10033;2;4270.00;14.37;997.00;0.98;0.26 -10034;2;4691.00;11.12;1161.00;1.10;0.20 -10035;2;4214.50;10.00;1021.00;1.57;0.26 -10036;2;4801.00;10.00;1275.50;0.92;0.22 -10037;2;2998.50;11.10;1148.50;0.66;0.54 -10038;2;3234.00;9.70;1275.50;-1.10;0.24 -10039;2;4512.00;10.42;1056.00;0.00;0.30 -10040;2;4628.50;10.75;1203.00;0.64;0.26 -10041;2;3262.00;13.60;1279.50;0.67;0.24 -10042;2;4652.50;10.60;1084.00;-0.69;0.30 -10043;2;4628.50;10.25;1236.00;-0.16;0.26 -10044;2;4637.50;10.70;1140.50;1.03;0.26 -10045;2;2812.50;14.00;1226.00;-0.69;0.36 -10046;2;3077.00;9.95;1150.50;0.27;0.26 -10047;2;1566.50;9.70;1424.00;0.71;0.32 -10048;2;428.50;13.15;988.00;0.98;0.22 -10049;2;3150.50;10.70;1172.00;0.64;0.26 -10050;2;4510.50;9.90;1016.50;0.78;0.28 -10051;2;1574.50;9.70;1442.50;0.78;0.32 -10052;2;4864.00;9.50;1212.50;-0.58;0.20 -10053;2;4584.50;10.70;1294.50;0.54;0.26 -10054;2;4632.00;11.95;1046.00;-0.78;0.22 -10055;2;4901.50;10.90;1234.50;0.78;0.20 -10056;2;3342.00;9.95;1264.50;0.27;0.32 -10057;2;4599.50;10.40;1087.00;0.46;0.30 -10058;2;4701.50;9.60;1125.00;0.69;0.24 -10059;2;2894.00;11.15;1232.50;0.38;0.32 -10060;2;4133.50;10.80;983.50;0.95;0.38 -10061;2;3230.50;10.00;1154.50;-0.95;0.28 -10062;2;4586.50;9.70;1015.00;2.89;0.20 -10063;2;2751.50;9.50;1263.50;1.03;0.16 -10064;2;4623.00;9.70;1174.50;0.87;0.28 -10065;2;4773.00;11.20;1299.50;0.58;0.16 -10066;2;3950.00;10.25;1151.50;-1.10;0.54 -10067;2;2992.50;11.00;1175.50;0.95;0.30 -10068;2;4638.50;9.60;1308.00;0.55;0.22 -10069;2;4672.00;9.50;1088.50;-1.10;0.24 -10070;2;2698.00;9.80;1209.50;-1.01;0.32 -10071;2;3078.50;11.00;627.00;-1.23;0.74 -10072;2;4623.00;9.82;1250.00;-0.78;0.24 -10073;2;3291.00;9.70;1151.00;0.32;0.16 -10074;2;3014.50;11.90;1282.00;0.64;0.20 -10075;2;4434.00;12.40;998.00;0.98;0.34 -10076;2;4685.50;9.65;1169.00;0.16;0.22 -10077;2;4180.00;9.80;1027.00;0.58;0.26 -10078;2;2898.00;13.35;1260.00;-1.32;0.30 -10079;2;4615.50;9.70;1201.00;0.89;0.32 -10080;2;4573.00;10.00;1039.50;0.38;0.26 -10081;2;1561.50;10.60;1462.50;0.54;0.26 -10082;2;2943.50;9.70;1203.50;-1.16;0.34 -10083;2;4788.50;12.50;1308.50;1.37;0.24 -10084;2;4633.00;11.05;1076.50;0.51;0.28 -10085;2;4801.50;12.35;1238.00;0.24;0.16 -10086;2;4663.00;12.65;1131.00;-1.10;0.28 -10087;2;3375.00;10.70;1225.00;0.78;0.28 -10088;2;4151.00;9.70;975.50;0.70;0.26 -10089;2;3366.00;10.85;1161.00;1.10;0.18 -10090;2;4255.50;11.40;1028.50;-0.11;0.40 -10091;2;2969.00;9.70;1256.50;-0.41;0.28 -10092;2;4861.50;10.00;1192.50;1.89;0.22 -10093;2;4634.50;9.70;1035.50;-0.54;0.28 -10094;2;2718.50;10.40;1263.50;-0.32;0.20 -10095;2;4676.00;9.70;1192.00;-0.46;0.20 -10096;2;1540.00;9.95;1464.00;-1.24;0.28 -10097;2;3301.00;11.00;1049.50;0.49;0.48 -10098;2;4608.50;9.70;1214.00;0.55;0.22 -10099;2;3337.50;12.75;1118.00;2.44;0.42 -10100;2;4958.50;12.80;1240.50;-1.03;0.22 -10101;2;4675.50;11.05;1153.00;0.98;0.22 -10102;2;4650.00;11.15;1265.50;0.67;0.22 -10103;2;4441.00;10.75;982.50;0.87;0.28 -10104;2;3188.00;10.40;1071.50;0.47;0.76 -10105;2;4527.00;10.30;1002.00;0.46;0.20 -10106;2;3474.50;11.00;1247.50;0.11;0.34 -10107;2;2696.50;16.00;1166.50;-0.91;0.44 -10108;2;3869.50;9.90;1061.50;0.56;0.42 -10109;2;2782.00;9.75;1278.00;0.46;0.24 -10110;2;4783.50;9.70;1230.50;0.54;0.22 -10111;2;2746.00;13.25;1281.50;0.58;0.20 -10112;2;4618.50;13.20;1067.00;0.64;0.32 -10113;2;2718.50;11.30;1232.50;1.03;0.16 -10114;2;4602.00;10.62;1124.00;0.58;0.32 -10115;2;4805.00;11.90;1257.00;0.32;0.24 -10116;2;4135.00;9.70;971.50;-1.44;0.26 -10117;2;3088.00;10.00;1147.50;0.92;0.30 -10118;2;3912.00;9.80;1010.50;0.87;0.40 -10119;2;4641.50;9.70;1284.00;1.19;0.24 -10120;2;3193.50;11.50;1170.50;0.78;0.20 -10121;2;4559.50;10.40;1038.50;0.54;0.22 -10122;2;3251.50;9.50;1263.50;-0.32;0.18 -10123;2;3125.50;10.65;1181.00;-0.98;0.22 -10124;2;4795.49;10.90;1074.78;-0.46;0.46 -10125;2;4946.50;9.70;1230.50;1.03;0.24 -10126;2;3312.00;12.00;1120.50;0.70;0.36 -10127;2;3258.50;9.90;1128.50;1.06;0.38 -10128;2;4953.00;13.75;1259.00;-1.24;0.24 -10129;2;4447.00;10.05;975.50;0.00;0.20 -10130;2;4013.50;12.70;808.50;1.16;0.24 -10131;2;3731.50;10.80;1442.00;1.15;0.48 -10132;2;4427.50;11.70;1171.00;-0.86;0.36 -10133;2;3753.50;10.70;1651.50;1.14;0.34 -10134;2;4407.50;10.10;856.00;-0.46;0.26 -10135;2;4538.50;9.70;522.50;1.30;0.24 -10136;2;3712.00;11.25;1643.00;0.46;0.38 -10137;2;4497.00;12.50;892.50;-0.58;0.22 -10138;2;4585.00;10.30;603.50;1.81;0.22 -10139;2;3919.50;11.90;1144.50;-0.43;0.42 -10140;2;3773.00;10.40;1543.00;-0.58;0.40 -10141;2;4812.48;9.90;657.42;0.42;0.24 -10142;2;3715.50;10.80;1622.50;0.40;0.34 -10143;2;4636.50;10.70;744.50;-0.78;0.22 -10144;2;4504.00;12.50;1170.50;1.10;0.30 -10145;2;4640.50;9.90;785.50;-0.78;0.34 -10146;2;3984.00;10.45;1392.00;-1.42;0.60 -10147;2;5027.50;9.50;521.50;-1.30;0.38 -10148;2;3890.50;11.30;1353.50;1.00;0.40 -10149;2;4051.00;9.70;840.50;1.32;0.28 -10150;2;4422.00;9.80;593.50;0.27;0.32 -10151;2;903.50;14.50;1600.50;1.46;0.38 -10152;2;4048.50;10.00;879.00;-0.89;0.26 -10153;2;4755.00;10.50;669.50;1.32;0.28 -10154;2;4303.00;10.60;931.50;-0.92;0.26 -10155;2;926.00;11.15;1672.50;0.51;0.40 -10156;2;4366.50;9.50;754.00;0.64;0.20 -10157;2;897.50;9.70;1705.00;0.55;0.38 -10158;2;4346.50;10.20;797.50;0.14;0.20 -10159;2;923.50;15.50;1557.00;0.69;0.34 -10160;2;5382.50;10.00;308.50;0.78;0.22 -10161;2;4009.50;9.90;1493.00;0.10;0.52 -10162;2;4508.00;10.00;845.50;1.40;0.18 -10163;2;3158.50;9.70;1335.00;0.64;0.20 -10164;2;3781.00;9.77;1486.00;0.78;0.46 -10165;2;4689.50;10.75;897.00;-0.89;0.18 -10166;2;5175.00;10.50;571.50;-0.92;0.16 -10167;2;4696.50;10.30;920.50;0.14;0.20 -10168;2;3781.50;9.80;1559.50;1.14;0.34 -10169;2;4715.50;9.85;662.00;4.71;0.16 -10170;2;3795.50;10.05;1612.00;-1.31;0.46 -10171;2;4057.00;11.10;959.00;0.46;0.42 -10172;2;1214.00;15.95;1225.00;0.87;0.50 -10173;2;3932.00;10.47;1194.00;-1.37;0.50 -10174;2;1704.00;11.35;1655.50;0.67;0.34 -10175;2;4692.14;11.60;510.69;1.03;0.22 -10176;2;1605.00;9.50;1823.00;-1.08;0.82 -10177;2;4422.00;11.50;851.00;0.32;0.28 -10178;2;4610.00;9.52;591.00;-0.58;0.34 -10179;2;3908.50;10.40;1491.00;-0.86;0.48 -10180;2;4493.00;13.65;884.50;-1.32;0.18 -10181;2;4651.50;9.60;660.50;-1.03;0.26 -10182;2;4284.50;9.70;930.50;-0.14;0.26 -10183;2;876.50;10.10;1657.00;4.33;0.30 -10184;2;4691.50;9.50;743.50;4.20;0.56 -10185;2;3720.00;13.40;1604.50;0.00;0.38 -10186;2;4726.00;11.55;797.50;1.40;0.28 -10187;2;3901.50;11.20;1325.00;0.98;0.48 -10188;2;439.00;9.50;375.50;1.10;0.20 -10189;2;3809.00;10.40;1670.00;0.00;0.38 -10190;2;3983.50;11.00;843.50;0.40;0.30 -10191;2;4637.00;11.95;511.50;3.14;0.24 -10192;2;1443.00;10.70;1439.50;0.87;0.32 -10193;2;4345.50;10.30;886.00;0.16;0.26 -10194;2;4390.50;9.70;606.00;0.55;0.32 -10195;2;4457.50;10.30;918.50;-1.16;0.26 -10196;2;3748.00;10.20;1536.50;-1.27;0.44 -10197;2;4740.00;11.47;660.00;-1.24;0.24 -10198;2;956.50;13.00;1702.50;0.78;0.48 -10199;2;4641.00;10.25;735.50;-1.40;0.24 -10200;2;3616.00;10.10;1736.50;1.21;0.32 -10201;2;4061.50;9.80;785.00;0.29;0.44 -10202;2;4015.00;10.20;1574.00;0.54;0.58 -10203;2;3116.50;9.50;1314.00;1.57;0.24 -10204;2;4467.50;10.40;840.50;-1.03;0.28 -10205;2;3873.00;14.40;1284.00;0.54;0.44 -10206;2;5177.00;9.97;564.00;1.57;0.18 -10207;2;3594.50;9.90;1903.00;0.42;1.20 -10208;2;3996.00;11.85;876.50;1.01;0.34 -10209;2;4400.50;9.70;643.00;1.35;0.26 -10210;2;3972.50;11.25;926.00;0.64;0.32 -10211;2;3903.50;10.10;1550.50;0.66;0.44 -10212;2;4621.00;10.65;738.00;0.78;0.24 -10213;2;3779.50;10.50;1604.00;1.07;0.38 -10214;2;4754.00;9.95;782.00;-0.46;0.14 -10215;2;4887.00;9.85;1457.50;1.10;0.30 -10216;2;3723.50;14.70;1713.50;0.26;0.60 -10217;2;4346.50;9.70;812.50;-0.11;0.32 -10218;2;4028.00;9.90;1506.50;-1.15;0.56 -10219;2;4772.20;10.80;524.85;1.73;0.30 -10220;2;3848.50;10.40;1477.50;0.68;0.62 -10221;2;4375.50;9.70;882.00;-0.89;0.26 -10222;2;4724.70;9.70;565.71;1.37;0.42 -10223;2;4280.50;10.10;911.50;-0.11;0.20 -10224;2;3729.50;10.30;1532.50;-0.40;0.44 -10225;2;4411.00;9.80;636.50;-0.92;0.24 -10226;2;3678.50;9.80;1583.50;-0.95;0.34 -10227;2;4397.00;10.00;718.00;-0.46;0.26 -10228;2;826.50;9.50;1784.50;0.36;0.78 -10229;2;4069.00;10.05;774.50;-0.92;0.30 -10230;2;1685.50;12.40;1646.00;-1.35;0.34 -10231;2;5141.00;11.25;491.50;0.87;0.20 -10232;2;4486.50;9.70;822.50;-1.03;0.30 -10233;2;1480.50;11.00;1640.50;-0.95;0.36 -10234;2;5218.00;10.02;558.00;0.00;0.20 -10235;2;4001.00;9.80;1535.00;-1.29;0.42 -10236;2;4699.50;10.70;878.50;-0.62;0.28 -10237;2;4627.00;10.00;633.50;-1.10;0.34 -10238;2;4465.00;11.37;910.00;1.10;0.24 -10239;2;3921.50;9.90;1535.00;0.98;0.34 -10240;2;4642.50;11.10;726.00;-1.29;0.24 -10241;2;4689.50;10.00;943.50;3.92;0.18 -10242;2;869.00;10.20;1688.50;0.29;0.32 -10243;2;4749.00;11.95;775.00;0.46;0.20 -10244;2;1836.00;9.80;1644.50;-1.21;0.36 -10245;2;2038.50;12.90;1960.00;0.46;2.34 -10246;2;4031.50;9.80;822.50;-1.03;0.26 -10247;2;1729.00;11.00;1675.00;1.57;0.40 -10248;2;5157.50;9.50;497.00;-0.46;0.38 -10249;2;1581.50;10.90;1670.00;0.46;0.50 -10250;2;4378.50;9.70;875.00;-1.05;0.24 -10251;2;5106.50;12.40;547.00;-0.89;0.28 -10252;2;4712.50;10.70;920.00;-0.24;0.20 -10253;2;3706.50;9.80;1497.50;0.09;0.46 -10254;2;1588.00;9.70;1270.00;3.92;0.40 -10255;2;4099.50;9.70;932.00;0.12;0.34 -10256;2;3729.00;10.07;1573.00;-0.38;0.42 -10257;2;4475.50;13.90;1199.00;-1.15;0.32 -10258;2;850.00;15.00;1768.50;-1.32;0.76 -10259;2;4007.50;10.60;905.00;-1.35;0.24 -10260;2;5153.00;9.60;483.00;1.24;0.20 -10261;2;4463.50;9.70;823.00;0.46;0.20 -10262;2;3667.00;9.90;1414.00;0.16;0.56 -10263;2;4675.00;10.30;564.50;0.41;0.18 -10264;2;3689.00;9.70;1457.00;0.32;0.54 -10265;2;4696.50;10.80;880.50;1.89;0.20 -10266;2;4603.00;10.30;617.00;-0.24;0.30 -10267;2;4301.50;10.40;912.50;-0.78;0.22 -10268;2;3876.00;10.50;1514.50;0.58;0.52 -10269;2;4603.50;10.90;700.50;0.78;0.32 -10270;2;3961.00;11.95;948.00;0.32;0.36 -10271;2;891.50;10.80;1656.00;-0.10;0.40 -10272;2;4696.00;10.55;853.00;3.14;0.24 -10273;2;879.50;15.40;1759.50;-0.78;0.56 -10274;2;4014.00;10.45;817.50;1.21;0.20 -10275;2;3842.00;10.80;1460.00;1.37;0.48 -10276;2;4861.50;10.10;469.00;1.95;0.22 -10277;2;3824.50;10.00;1475.00;0.83;0.48 -10278;2;4054.00;9.70;850.00;0.00;0.20 -10279;2;4464.00;9.90;548.50;0.92;0.20 -10280;2;4676.50;9.50;902.50;-1.24;0.18 -10281;2;1464.00;12.15;1453.50;0.96;0.36 -10282;2;4526.00;10.15;624.00;-1.32;0.32 -10283;2;4301.50;10.60;942.00;0.16;0.30 -10284;2;3787.50;10.70;1579.50;0.40;0.42 -10285;2;4585.50;10.50;703.50;0.40;0.36 -10286;2;3687.00;10.05;1653.50;0.00;0.32 -10287;2;4062.00;12.45;770.50;4.46;0.20 -10288;2;4890.00;10.27;455.00;0.24;0.32 -10289;2;4433.50;9.90;830.50;1.37;0.22 -10290;2;4018.50;10.90;1472.00;0.74;0.46 -10291;2;5299.00;10.50;489.50;4.46;0.38 -10292;2;3990.00;9.90;1497.50;1.32;0.48 -10293;2;4404.50;9.60;866.50;0.54;0.24 -10294;2;4412.00;9.95;603.50;0.00;0.34 -10295;2;3793.50;9.70;1503.00;0.86;0.52 -10296;2;4038.00;10.05;896.50;1.21;0.32 -10297;2;4393.50;10.10;693.50;1.03;0.30 -10298;2;4703.50;10.00;930.00;0.46;0.20 -10299;2;3638.50;9.80;1560.00;-1.29;0.28 -10300;2;4741.50;10.15;774.00;3.60;0.22 -10301;2;3618.00;10.05;1625.00;0.78;0.28 -10302;2;4713.33;10.20;823.60;3.27;0.40 -10303;2;748.50;9.50;816.00;-0.74;0.32 -10304;2;4495.50;12.20;1131.50;0.95;0.38 -10305;2;941.00;14.10;1588.00;0.00;0.60 -10306;2;4712.49;9.60;868.76;4.06;0.28 -10307;2;4469.00;9.67;535.00;4.71;0.20 -10308;2;3934.00;9.75;1548.50;1.17;0.40 -10309;2;4493.00;11.67;900.00;0.58;0.28 -10310;2;4559.50;10.30;604.50;-1.37;0.26 -10311;2;3996.50;11.35;961.00;-0.16;0.36 -10312;2;3797.50;9.90;1563.50;-0.11;0.44 -10313;2;4426.50;10.10;675.50;-0.78;0.54 -10314;2;3695.50;10.75;1649.00;-0.55;0.30 -10315;2;4220.00;21.52;1261.00;0.78;0.82 -10316;2;4896.00;10.47;440.00;0.64;0.34 -10317;2;4438.00;9.77;816.00;-0.98;0.22 -10318;2;1730.50;9.80;1647.00;1.07;0.34 -10320;2;1687.00;11.57;1659.00;0.24;0.34 -10321;2;4269.78;10.20;757.45;0.33;0.48 -10322;2;4438.50;9.70;593.00;0.86;0.24 -10323;2;3203.00;10.20;1661.00;1.24;0.26 -10324;2;4011.50;11.35;936.00;-1.35;0.34 -10325;2;4641.50;10.10;685.00;1.57;0.26 -10326;2;4447.50;10.25;934.00;-0.64;0.28 -10327;2;943.50;11.00;1685.50;-0.14;0.36 -10328;2;4775.00;10.30;767.50;4.46;0.18 -10329;2;3729.50;13.20;1622.50;-0.66;0.42 -10330;2;4388.50;10.65;956.00;4.71;0.18 -10331;2;4631.50;12.85;1356.00;-1.19;0.22 -10332;2;4080.00;11.40;1037.00;-1.21;0.46 -10333;2;1329.00;10.25;1544.00;0.78;0.28 -10334;2;5538.50;10.20;216.50;0.19;0.32 -10335;2;4519.00;11.45;1093.00;0.00;0.36 -10336;2;5014.50;9.90;273.50;0.13;0.98 -10337;2;1318.50;9.70;1353.00;0.71;0.38 -10338;2;5027.00;10.50;447.00;1.89;0.28 -10339;2;1405.50;9.90;1558.00;0.69;0.26 -10340;2;1250.00;11.15;1494.00;-1.29;0.50 -10341;2;1387.50;11.50;1606.00;-1.22;0.40 -10342;2;4798.13;9.80;627.77;3.38;0.18 -10343;2;1563.00;10.70;1501.50;-1.01;0.40 -10344;2;4299.00;10.10;951.50;0.38;0.30 -10345;2;2207.00;10.60;728.50;0.15;0.52 -10346;2;4399.00;13.85;1038.50;0.87;0.36 -10347;2;1955.50;9.75;306.00;-0.71;0.48 -10348;2;3689.50;9.70;1354.50;1.14;0.44 -10349;2;4211.50;13.40;1079.50;-1.49;0.28 -10350;2;5031.50;10.40;422.50;0.32;0.44 -10351;2;3696.50;13.90;1283.00;1.31;0.26 -10352;2;1451.50;9.80;1371.00;-0.46;0.26 -10353;2;3834.00;11.40;1402.50;0.83;0.44 -10354;2;4373.00;10.67;640.00;0.32;0.38 -10355;2;1372.50;9.70;1419.50;-1.06;0.36 -10356;2;4386.50;11.15;936.00;0.46;0.40 -10357;2;3758.50;10.90;1279.50;0.78;0.50 -10358;2;4144.00;10.65;1013.00;0.98;0.32 -10359;2;3664.00;9.90;1306.50;-1.32;0.56 -10360;2;2077.50;12.25;501.00;0.35;0.42 -10361;2;4150.00;10.40;1065.50;0.96;0.32 -10362;2;1924.50;9.60;296.00;1.57;0.32 -10363;2;4650.50;12.30;1400.50;1.06;0.40 -10364;2;4580.50;10.70;1212.00;0.69;0.28 -10365;2;5045.00;9.90;414.50;-1.40;0.28 -10366;2;3869.50;10.10;1370.50;1.03;0.48 -10367;2;4546.00;12.42;1278.00;1.57;0.36 -10368;2;4849.00;10.70;1462.00;-1.40;0.32 -10369;2;4964.50;10.60;614.00;-0.69;0.34 -10370;2;1351.50;10.45;1482.00;0.29;0.34 -10371;2;4358.50;10.50;952.50;0.78;0.40 -10372;2;4590.00;12.45;1400.00;4.71;0.36 -10373;2;5545.00;9.60;206.00;0.58;0.24 -10374;2;1576.50;9.70;1222.50;1.24;0.34 -10375;2;1826.50;9.80;288.50;1.64;0.46 -10376;2;4815.50;12.55;1404.00;-0.16;0.32 -10377;2;4545.00;9.90;1084.50;-0.92;0.28 -10378;2;5039.00;10.50;399.50;-1.32;0.26 -10379;2;4820.50;10.70;1438.50;-0.26;0.44 -10380;2;1476.50;10.30;1367.50;1.16;0.38 -10381;2;1650.50;11.20;1616.50;-1.03;0.30 -10382;2;4380.00;11.45;629.50;0.38;0.24 -10383;2;3402.00;11.30;1204.50;-1.21;0.42 -10384;2;4402.50;10.10;928.50;0.91;0.34 -10385;2;3640.50;11.50;1256.00;1.05;0.28 -10386;2;4297.00;10.00;1006.50;0.38;0.32 -10387;2;975.00;13.20;1453.50;-0.87;0.36 -10388;2;5127.50;12.45;160.00;0.29;0.38 -10389;2;4197.50;11.15;1069.00;0.69;0.36 -10390;2;1847.50;9.80;285.50;-0.06;0.68 -10391;2;1337.00;10.10;1530.50;-0.27;0.36 -10392;2;2178.00;11.25;648.00;1.10;0.58 -10393;2;1391.00;10.10;1558.00;0.58;0.36 -10394;2;1511.50;10.50;1428.00;0.46;0.28 -10395;2;3729.00;9.70;1385.00;0.78;0.42 -10396;2;4985.00;12.02;598.00;0.98;0.36 -10397;2;4606.50;13.25;1342.00;0.46;0.28 -10398;2;4375.50;9.80;916.00;-1.29;0.32 -10399;2;3437.00;13.17;1303.00;-1.32;0.32 -10400;2;3251.00;14.35;225.00;1.35;0.70 -10401;2;4085.00;10.40;999.50;1.01;0.34 -10402;2;1870.00;9.70;280.00;0.92;0.48 -10403;2;3471.50;15.60;1341.00;-0.69;0.26 -10404;2;4520.00;10.45;1056.50;-0.41;0.22 -10405;2;2034.50;10.50;419.50;0.88;0.40 -10406;2;3657.50;10.00;1352.50;-1.30;0.56 -10407;2;1484.00;10.30;1366.50;-1.44;0.34 -10408;2;3953.50;17.30;1352.50;1.07;0.48 -10409;2;4831.00;10.77;599.00;4.54;0.36 -10410;2;1387.00;10.30;1409.50;-0.87;0.36 -10411;2;4372.50;9.70;900.00;-1.15;0.30 -10412;2;1569.00;10.12;1489.00;0.00;0.24 -10413;2;4373.50;12.20;1007.50;1.71;0.36 -10414;2;3767.50;9.85;1295.00;0.66;0.56 -10415;2;3115.00;11.05;122.00;0.92;1.04 -10416;2;4212.00;9.75;1054.50;0.27;0.32 -10417;2;3937.00;19.65;1271.50;0.41;0.56 -10418;2;1829.00;9.80;264.50;0.92;0.50 -10419;2;2183.00;10.35;617.00;-0.92;0.46 -10420;2;3818.50;11.80;1366.50;0.78;0.60 -10421;2;4574.50;10.90;1256.00;1.15;0.32 -10422;2;936.00;14.50;1540.50;-0.49;0.38 -10423;2;5021.50;11.10;588.50;0.86;0.50 -10424;2;4555.50;14.30;1334.50;0.68;0.46 -10425;2;4416.00;9.90;898.50;0.70;0.32 -10426;2;4675.00;10.65;1379.00;0.98;0.26 -10427;2;5106.50;11.25;144.00;0.61;0.44 -10428;2;4120.00;10.60;990.50;-0.41;0.40 -10429;2;4672.50;11.70;1403.50;0.32;0.42 -10430;2;5142.00;11.07;234.00;-0.24;0.36 -10431;2;4502.00;10.90;1048.50;0.58;0.36 -10432;2;2098.50;11.50;494.50;-0.40;0.40 -10433;2;4780.00;10.60;1421.50;-0.27;0.30 -10434;2;4602.00;9.70;1185.00;1.10;0.26 -10435;2;3722.50;9.70;1369.00;0.69;0.40 -10436;2;4950.00;18.25;587.50;1.17;0.42 -10437;2;1523.00;9.70;1400.50;0.70;0.38 -10438;2;4406.50;10.00;887.50;-1.24;0.24 -10439;2;1552.00;10.75;1481.00;0.46;0.18 -10441;2;1532.00;10.80;1515.00;0.78;0.30 -10442;2;3122.00;12.00;163.50;1.38;0.84 -10443;2;4196.50;9.80;1056.50;-1.03;0.28 -10444;2;5006.50;11.00;1376.50;4.57;0.32 -10445;2;5149.50;12.30;225.50;-1.14;0.34 -10446;2;4583.00;10.55;1177.50;-1.10;0.30 -10447;2;1993.50;10.00;367.50;-1.46;0.72 -10448;2;1463.50;10.60;1521.50;0.54;0.28 -10449;2;1387.50;10.40;1384.00;0.29;0.38 -10450;2;4702.00;10.72;591.00;0.64;0.28 -10451;2;4533.00;13.65;1317.00;0.38;0.40 -10452;2;3834.50;10.55;1437.00;-0.71;0.52 -10453;2;4460.50;9.70;872.00;-0.46;0.22 -10454;2;3554.00;14.55;1298.50;0.49;0.34 -10455;2;5087.00;10.20;127.00;0.98;0.38 -10456;2;4388.00;11.00;965.50;0.67;0.22 -10457;2;1400.50;10.50;1527.00;0.35;0.34 -10458;2;5160.50;10.40;217.00;1.57;0.36 -10459;2;4468.00;11.05;1035.50;0.87;0.34 -10460;2;5105.00;10.20;325.00;0.67;0.42 -10461;2;1436.50;11.10;1554.50;1.46;0.26 -10462;2;4598.50;10.00;1163.50;1.30;0.26 -10463;2;4844.00;10.90;1438.50;0.70;0.30 -10464;2;4682.00;11.95;595.00;1.57;0.26 -10465;2;1530.00;9.70;1406.50;0.51;0.30 -10466;2;4913.50;10.35;1465.00;-0.69;0.32 -10467;2;4427.00;10.05;870.00;0.78;0.24 -10468;2;1539.00;11.20;1471.50;0.67;0.26 -10469;2;4088.50;12.40;965.50;-1.42;0.32 -10470;2;3783.00;10.00;1328.00;-1.24;0.48 -10471;2;4118.50;12.10;1034.50;0.66;0.34 -10472;2;3479.50;14.60;1328.50;0.54;0.24 -10473;2;4708.50;10.80;231.50;-0.89;0.72 -10474;2;4540.00;12.60;1174.50;-0.87;0.36 -10475;2;5127.50;9.70;301.00;0.61;0.40 -10476;2;3795.50;14.40;1224.50;0.42;0.54 -10477;2;1366.50;10.45;1453.00;-0.86;0.40 -10478;2;1387.50;10.00;1573.00;0.12;0.38 -10479;2;4559.00;10.35;524.00;-0.78;0.24 -10480;2;4583.00;13.85;1315.50;-1.10;0.34 -10481;2;1686.00;11.72;1626.00;-1.03;0.32 -10482;2;1593.00;10.47;996.00;0.98;0.52 -10483;2;968.00;12.70;1440.00;0.19;0.28 -10484;2;1719.00;9.60;1178.00;2.35;0.36 -10485;2;3706.50;9.70;1349.00;-0.73;0.54 -10486;2;4283.00;10.20;1036.50;-1.17;0.44 -10487;2;5109.50;10.40;303.50;-0.14;0.38 -10488;2;3910.00;13.12;1334.00;-1.19;0.48 -10489;2;1549.00;9.70;1318.00;1.89;0.34 -10490;2;4376.00;14.15;1250.50;0.51;0.60 -10491;2;4547.50;10.35;527.00;0.24;0.20 -10492;2;1497.00;10.40;1402.50;0.41;0.30 -10493;2;3207.00;10.60;1667.50;0.27;0.28 -10494;2;1604.50;9.60;943.00;0.04;0.36 -10495;2;1529.00;10.70;1457.50;-0.27;0.32 -10496;2;4403.50;11.00;960.00;1.29;0.28 -10497;2;3450.50;14.00;1287.00;-0.86;0.32 -10498;2;1543.50;9.70;1233.50;1.68;0.36 -10499;2;4634.50;13.10;1381.50;-0.78;0.38 -10500;2;5137.00;12.17;206.00;0.78;0.34 -10501;2;4603.50;10.30;1102.00;0.55;0.26 -10502;2;1896.50;9.70;322.50;-1.07;0.56 -10503;2;4810.50;12.10;1415.00;-0.86;0.32 -10504;2;1303.50;10.30;1374.00;-0.89;0.40 -10505;2;5003.50;9.90;513.50;0.50;0.28 -10506;2;3911.00;10.60;1404.00;1.37;0.48 -10507;2;4550.50;15.00;1310.00;-1.15;0.32 -10508;2;3873.00;10.30;1432.50;1.48;0.58 -10509;2;4326.00;11.95;720.50;1.01;0.32 -10510;2;3699.50;12.60;1295.00;1.41;0.46 -10511;2;4046.50;10.25;956.00;0.86;0.34 -10512;2;5027.00;12.20;1377.50;0.92;0.34 -10513;2;2081.50;11.90;488.00;0.89;0.34 -10514;2;4249.00;11.12;1049.00;4.71;0.36 -10515;2;1881.50;9.70;314.00;1.07;0.66 -10516;2;1353.00;11.10;1546.50;1.47;0.28 -10517;2;4550.00;10.35;1113.50;-0.67;0.32 -10518;2;4900.50;10.40;424.00;1.05;0.32 -10519;2;4861.00;11.10;1435.50;0.87;0.36 -10520;2;1440.00;10.27;1377.00;0.78;0.30 -10521;2;4902.00;10.40;1466.00;0.46;0.36 -10522;2;4354.50;11.30;672.00;0.35;0.38 -10523;2;3568.50;15.15;1250.00;1.39;0.34 -10524;2;4494.50;10.80;1625.50;-0.25;0.60 -10525;2;3234.50;12.10;280.00;0.61;0.96 -10526;2;1379.50;10.25;1622.00;0.61;0.38 -10527;2;1072.00;9.50;2028.00;1.39;0.92 -10528;2;4468.50;12.55;1542.00;0.10;0.56 -10529;2;3996.00;10.17;1697.00;0.00;0.70 -10530;2;3934.00;15.30;1346.50;0.85;0.48 -10531;2;4143.50;12.90;1528.50;0.78;0.76 -10532;2;1251.50;11.30;1524.50;0.56;0.50 -10533;2;4069.50;10.30;1734.50;1.20;0.76 -10534;2;1854.00;9.80;1753.00;0.78;0.80 -10535;2;1110.00;15.80;1549.50;-1.22;0.40 -10536;2;3981.50;9.70;1858.00;-0.68;1.14 -10537;2;4079.50;9.90;1589.50;1.21;0.56 -10538;2;3166.00;12.70;380.50;0.18;0.96 -10539;2;4222.00;16.65;1475.50;0.58;0.52 -10540;2;5287.00;11.30;1814.50;-0.31;3.16 -10541;2;4706.00;11.70;1570.50;0.41;0.54 -10542;2;3830.00;9.80;1647.50;1.21;0.36 -10543;2;4401.00;13.62;1555.00;0.95;0.66 -10544;2;4256.50;10.45;1705.00;-1.23;0.68 -10545;2;4169.00;13.10;1359.50;1.75;0.46 -10546;2;4073.50;10.00;1568.50;0.50;0.50 -10547;2;4023.50;10.90;1395.00;1.13;0.56 -10548;2;817.50;12.75;1814.00;0.24;1.16 -10549;2;4358.00;13.20;1603.00;-0.64;0.52 -10550;2;4046.00;10.65;1432.00;1.32;0.50 -10551;2;3726.50;13.30;1797.50;0.06;0.78 -10552;2;1106.50;12.70;1728.50;0.25;0.66 -10553;2;5074.00;11.57;88.00;0.98;0.42 -10554;2;4465.00;14.30;1504.00;-1.10;0.74 -10555;2;4074.00;10.37;1639.00;0.78;0.48 -10556;2;1015.00;17.15;1605.00;1.29;0.64 -10557;2;4586.00;10.40;1771.50;-0.68;1.18 -10558;2;4440.50;11.95;1359.00;1.09;0.64 -10559;2;4666.00;11.67;1567.00;-0.98;0.68 -10560;2;4306.50;14.60;1397.00;0.64;0.60 -10561;2;4088.50;10.40;1804.00;-0.39;0.72 -10562;2;4347.50;14.50;1588.50;1.07;0.52 -10563;2;4276.00;14.02;1457.00;0.78;0.62 -10564;2;4069.50;9.70;1922.50;0.71;1.74 -10565;2;4637.00;12.00;1612.50;-0.72;0.64 -10566;2;3299.00;10.52;250.00;1.37;0.54 -10567;2;4709.50;12.00;1497.50;-1.08;0.62 -10568;2;3925.00;9.80;1610.50;-0.83;0.52 -10569;2;1274.50;10.70;1607.00;1.39;0.56 -10570;2;4338.50;10.75;1656.00;0.46;0.58 -10571;2;4987.00;9.72;1553.00;0.78;0.52 -10572;2;4952.00;10.85;1709.50;0.87;1.32 -10573;2;1086.50;16.00;1475.00;-1.39;0.48 -10574;2;4630.50;12.30;1565.50;-0.63;0.68 -10575;2;4551.50;13.00;1423.50;0.32;0.66 -10576;2;4186.00;9.90;1733.50;1.10;0.62 -10577;2;4942.50;10.20;1593.00;0.51;0.88 -10578;2;4577.00;12.70;1464.00;0.24;0.42 -10579;2;3647.00;9.90;1824.50;-0.99;0.74 -10580;2;4196.00;12.42;1612.00;-1.29;0.54 -10581;2;5086.50;12.60;95.00;0.35;0.36 -10582;2;1062.00;10.55;1566.50;0.49;0.42 -10583;2;4607.50;12.60;1669.50;0.96;0.64 -10584;2;4058.00;10.35;1505.00;0.32;0.44 -10585;2;1251.50;10.95;1908.00;0.76;1.48 -10586;2;1423.50;11.00;1479.50;0.78;0.26 -10587;2;1169.00;12.75;1641.50;0.41;0.38 -10588;2;1155.00;17.80;1519.00;-1.10;0.40 -10589;2;4742.00;10.45;1799.00;-0.98;1.12 -10590;2;4890.50;11.70;1605.50;1.20;0.58 -10591;2;1019.00;16.40;1525.00;0.87;0.58 -10592;2;3909.00;9.80;1800.50;0.49;0.60 -10593;2;1087.50;12.75;1702.00;-0.08;0.54 -10594;2;3274.50;12.70;468.00;0.75;0.80 -10595;2;1294.00;10.50;1604.00;0.92;0.48 -10596;2;4472.00;12.00;1630.50;0.49;0.74 -10597;2;4326.00;15.05;1520.00;0.67;0.54 -10598;2;4941.00;10.25;1645.50;-0.20;0.82 -10599;2;1419.00;10.80;1668.50;0.87;0.54 -10600;2;3918.50;9.80;1662.50;-0.36;0.62 -10601;2;3883.00;10.42;1344.00;0.98;0.36 -10602;2;1023.50;17.45;1624.00;-0.64;0.58 -10603;2;3945.00;10.40;1384.00;0.00;0.56 -10604;2;3840.50;9.70;1708.50;0.32;0.66 -10605;2;1348.50;10.50;1849.50;-0.71;1.56 -10606;2;1246.50;11.30;1550.00;4.58;0.34 -10607;2;4252.50;10.60;1861.00;1.21;1.52 -10608;2;4792.50;10.60;1645.50;0.35;0.88 -10609;2;5575.00;12.32;153.00;-0.98;0.30 -10610;2;4115.00;10.60;1457.50;-0.92;0.46 -10611;2;1150.50;13.30;1747.50;-0.43;0.74 -10612;2;4624.00;12.22;1496.00;-1.37;0.60 -10613;2;4175.50;9.90;1667.00;-0.37;0.74 -10614;2;4189.00;13.02;1353.00;-0.78;0.66 -10615;2;1420.50;10.00;1453.50;0.19;0.30 -10616;2;4478.00;12.62;1077.00;1.29;0.40 -10617;2;4108.00;10.25;1695.50;0.75;0.70 -10618;2;1310.50;10.50;1665.00;1.07;0.44 -10619;2;4033.00;10.55;1410.50;-0.96;0.52 -10620;2;3870.00;10.12;1789.00;0.95;0.66 -10621;2;1556.50;10.85;1745.00;1.83;0.66 -10622;2;5092.00;9.77;85.00;-1.24;0.28 -10623;2;4379.00;14.45;1485.00;-1.16;0.68 -10624;2;1121.00;12.20;1696.00;0.92;0.60 -10625;2;969.00;13.50;1585.00;0.67;0.48 -10626;2;3984.00;9.80;1647.50;0.21;0.56 -10627;2;4301.50;15.20;1539.50;1.12;0.46 -10628;2;4441.00;11.00;1738.00;-0.51;1.06 -10629;2;4482.00;14.30;1342.50;0.11;0.50 -10630;2;3989.00;10.00;1548.50;-1.04;0.42 -10631;2;4417.50;10.50;1762.00;1.15;1.12 -10632;2;4479.00;12.77;1398.00;0.58;0.70 -10633;2;3949.50;10.00;1560.50;0.22;0.52 -10634;2;4311.00;14.32;1424.00;1.29;0.54 -10635;2;4145.50;9.80;1819.50;-0.55;1.02 -10636;2;2192.50;13.30;2002.00;-0.94;1.36 -10637;2;5076.50;9.80;77.00;-1.05;0.36 -10638;2;4676.00;12.35;1467.00;-0.72;0.84 -10639;2;4228.00;10.75;1635.50;-1.10;0.50 -10640;2;1143.50;15.15;1577.00;-1.07;0.64 -10641;2;4798.00;11.20;1780.50;-1.01;1.04 -10642;2;1165.50;16.35;1471.00;0.35;0.44 -10643;2;4620.00;12.05;1597.00;-1.19;0.58 -10644;2;899.50;12.05;1810.00;-1.43;0.76 -10645;2;1123.00;15.70;1471.50;1.48;0.60 -10646;2;4271.00;12.10;1557.00;0.54;0.64 -10647;2;4567.00;13.15;1445.00;-1.10;0.60 -10648;2;3754.50;10.10;1733.50;0.88;0.50 -10649;2;4229.50;11.75;1589.00;0.83;0.54 -10650;2;5509.00;9.50;112.00;-1.10;0.44 -10651;2;1031.00;14.97;1538.00;-1.24;0.52 -10652;2;4113.50;10.50;1610.50;-1.07;0.42 -10653;2;4031.50;10.00;1488.00;-1.19;0.36 -10654;2;4533.50;12.40;1671.00;-1.01;0.46 -10655;2;4824.00;11.15;1508.50;0.13;0.44 -10656;2;1192.50;10.70;1804.50;-1.08;0.78 -10657;2;1490.00;11.25;1469.00;0.78;0.30 -10658;2;4541.50;12.10;1564.50;0.91;0.70 -10659;2;3956.50;10.40;1699.00;0.98;0.52 -10660;2;3909.50;15.50;1354.50;-1.14;0.60 -10661;2;4384.00;14.25;1581.50;0.44;0.72 -10662;2;1060.50;18.80;1513.50;0.05;0.58 -10663;2;4085.50;9.80;1782.00;1.31;0.72 -10664;2;4378.50;11.40;1616.00;-0.94;0.60 -10665;2;5058.50;9.70;33.00;0.55;0.50 -10666;2;1308.00;10.35;1583.00;-1.37;0.44 -10667;2;4836.50;11.60;1644.50;0.19;0.86 -10668;2;3172.50;12.70;208.00;-0.66;1.08 -10669;2;4278.00;13.37;1495.00;0.64;0.44 -10670;2;3897.50;10.30;1653.50;0.50;0.52 -10671;2;3848.50;11.80;1304.50;0.54;0.32 -10672;2;1066.00;16.10;1618.50;1.17;0.58 -10673;2;4173.50;10.15;1704.00;0.27;0.74 -10674;2;4153.50;10.85;1396.00;-1.12;0.56 -10675;2;4760.50;11.40;1544.00;-1.43;0.72 -10676;2;1306.00;10.45;1548.00;0.69;0.56 -10677;2;3737.50;14.10;1843.50;-1.18;0.92 -10678;2;4778.00;10.10;1590.00;-0.27;0.72 -10679;2;423.00;13.10;1984.00;0.61;0.88 -10680;2;4059.50;11.05;1446.00;0.46;0.50 -10681;2;4657.00;12.40;1628.00;-1.05;0.70 -10682;2;5099.00;10.75;129.00;0.19;0.40 -10683;2;4558.50;12.65;1518.00;-1.34;0.62 -10684;2;1054.50;12.50;1770.50;-1.28;0.72 -10685;2;1278.50;10.60;1662.50;-1.50;0.44 -10686;2;4161.50;10.30;1682.50;1.30;0.58 -10687;2;968.50;12.30;1659.00;1.05;0.26 -10688;2;4467.00;10.40;1764.50;-0.75;0.96 -10689;2;4405.00;12.62;1375.00;0.87;0.76 -10690;2;933.50;10.50;1660.50;-1.16;0.38 -10691;2;4150.00;12.10;1417.50;-1.20;0.58 -10692;2;3933.50;9.70;1749.50;0.07;0.50 -10693;2;974.50;12.30;1708.50;1.68;0.36 -10694;2;288.45;9.70;1856.58;-1.01;1.10 -10695;2;4285.00;15.50;1441.50;-1.04;0.50 -10696;2;3966.00;9.85;1626.50;1.01;0.52 -10697;2;3165.00;13.25;150.00;-1.47;0.86 -10698;2;4838.50;11.20;1485.00;1.39;0.48 -10699;2;4431.50;11.40;1692.00;1.03;0.82 -10700;2;1625.50;10.20;1679.50;-0.93;0.56 -10701;2;4854.00;10.70;1769.50;0.06;1.32 -10702;2;1262.50;10.70;1457.00;1.22;0.34 -10703;2;866.50;13.25;1998.00;1.00;1.70 -10704;2;4430.50;15.10;1425.50;0.66;0.52 -10705;2;4190.50;9.80;1747.00;-0.98;0.70 -10706;2;1160.50;11.60;1687.50;-1.14;0.56 -10707;2;634.00;9.55;1956.50;2.76;0.64 -10708;2;4578.50;11.80;1485.50;-1.24;0.52 -10709;2;1234.50;12.30;1689.50;0.68;0.54 -10710;2;5586.50;10.90;167.50;0.78;0.34 -10711;2;1140.00;14.05;1596.50;0.85;0.46 -10712;2;4216.50;10.60;1627.00;1.08;0.50 -10713;2;4158.00;15.35;1510.00;-0.89;0.80 -10714;2;4740.00;11.55;1704.00;1.27;0.70 -10715;2;1746.00;11.20;1748.00;-0.92;1.02 -10716;2;3739.00;10.47;1713.00;-0.67;0.46 -10717;2;1332.50;10.20;1518.50;-1.42;0.28 -10718;2;1469.50;11.00;1718.00;0.39;0.66 -10719;2;1313.50;10.30;1643.00;0.73;0.50 -10720;2;3793.00;9.70;1723.50;0.68;0.72 -10721;2;1303.00;9.80;1999.50;-0.98;1.72 -10722;2;4860.00;10.30;1476.50;1.32;0.50 -10723;2;3718.00;9.90;1864.50;0.11;0.92 -10724;2;4457.00;13.05;1299.50;-0.58;0.50 -10725;2;2730.00;10.27;944.00;-0.62;1.36 -10726;2;4392.50;14.50;1095.50;0.78;0.46 -10727;2;1447.50;10.40;1495.00;1.05;0.30 -10728;2;1465.50;10.95;1074.00;-0.57;0.64 -10729;2;3991.50;10.85;1150.00;-1.05;0.40 -10730;2;1264.50;10.45;1141.00;0.98;0.56 -10731;2;2771.50;13.05;1149.00;-1.03;0.90 -10732;2;1289.00;11.30;1186.00;0.64;0.54 -10733;2;4484.50;14.50;1219.50;1.00;0.30 -10734;2;3401.00;14.50;753.50;0.81;0.86 -10735;2;3878.50;10.00;1103.50;-0.11;0.48 -10736;2;1790.00;10.35;979.50;-1.10;0.68 -10737;2;3879.00;18.60;1227.50;-0.96;0.50 -10738;2;1208.50;15.35;1259.00;-0.64;0.64 -10739;2;3230.50;10.90;861.50;0.52;0.72 -10740;2;1168.00;13.30;1384.50;1.27;0.42 -10741;2;4263.50;21.80;1139.00;-1.20;0.72 -10742;2;3803.00;10.25;1281.00;1.03;0.56 -10743;2;3335.00;10.85;873.50;0.09;0.52 -10744;2;3489.00;10.40;1158.50;0.82;0.74 -10745;2;3321.00;10.45;983.00;0.69;0.60 -10746;2;1213.00;12.70;1305.00;0.14;0.48 -10747;2;1644.00;12.35;937.00;-0.46;0.66 -10748;2;3452.00;12.77;1027.00;-1.03;0.54 -10749;2;2923.50;12.40;1039.00;-0.70;1.92 -10750;2;4344.50;14.40;1259.00;0.71;0.48 -10751;2;4114.00;10.50;1069.50;0.70;0.32 -10752;2;3483.00;9.85;870.00;-1.32;0.62 -10753;2;1426.50;10.40;1439.00;0.71;0.32 -10754;2;3114.00;10.10;1090.50;-0.51;0.94 -10755;2;4183.50;21.70;1185.50;-0.57;0.98 -10756;2;4022.00;10.40;893.50;1.10;0.32 -10757;2;4535.00;11.10;1146.50;0.21;0.34 -10758;2;2935.50;10.70;868.50;-0.54;0.80 -10759;2;3707.50;11.40;1185.00;1.57;0.52 -10760;2;3715.00;13.70;1019.00;0.78;0.52 -10761;2;3430.50;9.95;645.00;0.74;0.64 -10762;2;2690.00;10.20;744.50;-1.22;0.80 -10763;2;4459.00;13.65;1092.50;0.62;0.40 -10764;2;3234.00;11.60;753.00;0.84;0.98 -10765;2;1090.00;11.32;1349.00;0.87;0.56 -10766;2;3217.00;11.40;606.50;-0.82;0.82 -10767;2;1849.00;9.70;1013.00;1.10;0.48 -10768;2;3627.50;16.55;1247.00;1.22;0.46 -10769;2;1253.50;10.20;1282.50;-0.19;0.60 -10770;2;4378.00;13.00;1319.00;-0.40;0.60 -10771;2;2678.50;10.10;909.00;0.24;0.72 -10772;2;3974.00;9.90;1148.50;1.10;0.54 -10773;2;1299.50;15.65;1147.00;1.17;0.46 -10774;2;3548.00;9.70;1182.00;-0.78;0.52 -10775;2;3453.00;11.20;746.00;1.06;0.72 -10776;2;4389.00;12.10;1001.50;0.49;0.50 -10777;2;3487.00;13.15;811.50;0.49;0.58 -10778;2;1310.00;10.40;1400.50;0.27;0.34 -10779;2;2640.00;10.10;1037.50;-0.48;1.04 -10780;2;3002.50;11.40;871.50;0.32;0.84 -10781;2;3897.50;14.90;1248.00;1.35;0.44 -10782;2;3771.50;13.50;1096.50;-0.78;0.74 -10783;2;1045.50;10.75;1400.00;0.46;0.56 -10784;2;3356.50;10.80;898.50;1.66;0.60 -10785;2;3147.50;9.70;1127.00;0.86;0.56 -10786;2;3479.00;13.30;963.00;-0.38;0.80 -10787;2;4391.50;19.10;1195.00;-1.29;0.56 -10788;2;2764.00;10.20;927.00;-1.22;0.60 -10789;2;3848.00;13.97;1189.00;-0.67;0.64 -10790;2;1628.50;11.70;930.50;0.36;0.48 -10791;2;3591.00;9.95;1046.50;0.82;0.56 -10792;2;1738.00;9.80;909.50;1.60;0.90 -10793;2;3510.00;10.00;1214.50;0.49;0.46 -10794;2;4028.00;9.90;1106.00;0.64;0.44 -10795;2;3308.50;10.80;850.00;0.74;0.46 -10796;2;4302.50;18.40;1274.00;-1.41;0.58 -10797;2;3604.50;10.10;1124.50;-0.91;0.66 -10798;2;1279.50;10.50;1461.50;1.20;0.42 -10799;2;3993.50;10.95;897.00;-0.35;0.40 -10800;2;1196.50;12.90;1301.50;0.39;0.52 -10801;2;4067.00;11.02;1022.00;1.16;0.46 -10802;2;4058.00;22.20;1196.00;-0.35;0.86 -10803;2;2747.50;9.60;735.50;1.08;0.52 -10804;2;3455.00;10.30;1253.50;-0.96;0.46 -10805;2;2964.50;10.50;876.00;-1.43;0.68 -10806;2;3744.50;15.70;1226.00;4.43;0.46 -10807;2;4030.00;10.70;1079.00;0.98;0.44 -10808;2;4024.00;10.60;840.50;0.27;0.28 -10809;2;1124.00;13.60;1375.00;-0.64;0.68 -10810;2;4269.50;15.60;1112.50;-1.07;0.44 -10811;2;3484.00;10.35;1262.00;0.46;0.38 -10812;2;2670.50;10.10;888.00;-1.36;0.68 -10813;2;3871.50;11.10;1121.50;-1.37;0.42 -10814;2;2619.50;12.00;949.50;1.31;0.88 -10815;2;3444.00;11.30;1155.00;1.06;0.72 -10816;2;4000.50;10.85;1036.00;-1.05;0.32 -10817;2;4369.00;20.32;1203.00;1.19;0.46 -10818;2;3570.50;9.80;764.50;-0.48;0.68 -10819;2;4433.00;16.22;1090.00;-1.10;0.42 -10820;2;2959.00;12.70;794.50;-1.10;0.74 -10821;2;4005.00;19.50;1244.50;0.82;0.76 -10822;2;4507.00;11.30;1116.00;0.64;0.30 -10823;2;1813.50;9.90;1010.50;-1.24;0.68 -10824;2;1443.50;10.40;1451.50;0.95;0.26 -10825;2;4092.50;18.35;1126.00;0.51;0.64 -10826;2;3914.00;16.55;1235.00;0.32;0.52 -10827;2;3263.00;11.30;830.00;0.86;0.76 -10828;2;3669.00;14.80;1172.50;-1.04;0.56 -10829;2;2652.50;10.50;854.50;-1.18;0.68 -10830;2;1144.00;14.80;1324.50;-0.92;0.56 -10831;2;2933.50;9.70;739.50;-1.14;0.68 -10832;2;1240.00;11.10;1163.50;-1.27;0.44 -10833;2;3515.00;14.55;807.50;1.01;0.44 -10834;2;4289.00;16.95;1264.00;0.98;0.70 -10835;2;3414.50;12.15;1058.00;0.34;0.46 -10836;2;2795.50;10.10;834.00;0.62;0.94 -10837;2;3611.00;12.00;1238.50;1.01;0.38 -10838;2;2696.50;10.40;1052.50;1.08;1.12 -10839;2;4218.00;14.10;1390.50;-1.36;0.38 -10840;2;3495.50;14.90;890.50;0.88;0.52 -10841;2;4409.50;14.40;1135.50;0.19;0.38 -10842;2;1374.00;16.55;1114.50;-1.48;0.50 -10843;2;3938.50;9.80;1129.50;-0.88;0.50 -10844;2;3315.00;10.62;1011.00;0.00;0.50 -10845;2;3365.50;12.00;480.50;1.28;0.78 -10846;2;1597.00;16.75;883.50;-1.04;0.70 -10847;2;3917.50;11.50;1071.50;0.22;0.42 -10848;2;1063.00;9.70;1347.00;0.46;0.56 -10849;2;1833.50;11.00;943.00;1.00;0.82 -10850;2;3532.00;10.50;1101.50;-0.90;0.58 -10851;2;3302.50;11.05;827.00;0.74;0.60 -10852;2;3867.00;18.10;1240.50;0.83;0.50 -10853;2;1178.50;15.70;1266.00;-1.07;0.52 -10854;2;4481.00;14.60;1299.00;0.64;0.38 -10855;2;1731.00;10.00;1024.00;0.46;0.56 -10856;2;4333.50;20.75;1167.00;0.46;0.72 -10857;2;3198.50;12.00;790.50;0.57;0.86 -10858;2;3216.50;11.65;567.00;0.57;0.74 -10859;2;3329.00;11.30;745.00;-1.10;1.02 -10860;2;3363.00;14.75;627.00;0.70;0.62 -10861;2;1294.50;10.40;1386.50;0.07;0.40 -10862;2;2791.00;9.85;744.50;-1.27;0.54 -10863;2;4335.00;13.10;1046.00;-0.87;0.48 -10864;2;1632.50;9.70;1003.50;1.20;0.56 -10865;2;4247.50;20.05;1266.00;1.00;0.90 -10866;2;3900.00;9.70;1091.50;-0.83;0.52 -10867;2;1193.50;12.90;1435.50;0.91;0.40 -10868;2;2821.50;10.40;960.00;0.88;1.52 -10869;2;3223.00;9.80;1103.00;0.85;0.60 -10870;2;3510.00;12.00;958.50;-1.14;0.70 -10871;2;1145.50;15.70;1281.50;-1.24;0.58 -10872;2;4009.50;10.80;993.00;0.94;0.48 -10873;2;3685.50;12.80;1197.00;0.73;0.58 -10874;2;2006.00;9.70;830.50;-0.95;1.24 -10875;2;2557.00;9.72;1006.00;-0.99;1.24 -10876;2;3500.00;9.90;1172.50;0.65;0.50 -10877;2;3293.50;11.20;769.00;-0.22;0.92 -10878;2;4151.00;10.82;1076.00;0.92;0.28 -10879;2;1839.00;10.00;975.00;1.03;0.80 -10880;2;4500.50;13.55;1270.00;0.94;0.40 -10881;2;3662.00;12.60;1122.50;1.10;0.64 -10882;2;3446.50;11.20;1244.50;0.95;0.34 -10883;2;3123.00;10.95;689.50;-1.43;0.42 -10884;2;2998.00;10.67;1118.00;1.15;1.12 -10885;2;4118.50;12.50;1305.00;-0.75;0.92 -10886;2;1396.50;10.30;1097.00;1.31;0.40 -10887;2;3966.50;11.95;1181.00;0.64;0.38 -10888;2;1602.00;10.50;834.00;-0.41;0.78 -10889;2;1312.00;9.80;1155.50;-1.32;0.52 -10890;2;3722.00;12.00;1204.50;1.50;0.46 -10891;2;3591.00;10.47;803.00;1.29;0.58 -10892;2;3470.00;12.00;1051.50;0.49;0.72 -10893;2;3063.00;10.70;959.00;-1.01;1.36 -10894;2;1176.50;13.30;1372.00;-0.82;0.60 -10895;2;1152.00;9.65;1241.50;-1.10;0.56 -10896;2;3809.00;15.62;1227.00;4.71;0.40 -10897;2;4024.00;12.32;870.00;-0.46;0.34 -10898;2;3911.50;10.00;1120.00;-1.01;0.44 -10899;2;4412.50;13.30;1336.00;0.74;0.68 -10900;2;3237.00;11.50;903.50;-0.36;1.02 -10901;2;3419.50;11.70;1128.50;-0.26;0.52 -10902;2;3351.50;13.20;989.00;1.19;0.68 -10903;2;4389.50;19.20;1183.50;0.93;0.60 -10904;2;3680.00;10.70;1057.00;0.19;0.38 -10905;2;3973.50;16.50;1205.00;-0.83;0.62 -10906;2;1940.50;9.80;946.00;4.71;0.68 -10907;2;3207.00;11.25;1031.50;4.67;1.06 -10908;2;3260.50;11.20;767.50;-0.60;0.92 -10909;2;1486.50;12.80;1453.00;0.69;0.30 -10910;2;4131.50;17.30;1113.50;1.19;0.56 -10911;2;4114.00;22.00;1264.50;-1.26;0.98 -10912;2;1813.00;10.45;1027.00;0.24;0.60 -10913;2;3703.00;15.47;1135.00;0.89;0.58 -10914;2;1125.50;15.00;1418.50;1.07;0.62 -10915;2;2650.00;11.57;874.00;0.58;0.96 -10916;2;1147.50;16.40;1308.50;-1.49;0.44 -10917;2;2965.00;10.70;904.50;0.28;1.28 -10918;2;4239.50;21.40;1179.00;1.38;0.64 -10919;2;2837.00;10.45;767.50;-1.21;0.32 -10920;2;4320.50;12.90;1035.50;0.54;0.36 -10921;2;3564.00;12.30;819.00;1.10;0.34 -10922;2;3597.50;14.05;1227.00;-0.69;0.46 -10923;2;3516.00;11.35;1082.00;1.05;0.70 -10924;2;1811.50;10.60;580.50;-0.50;0.46 -10925;2;4974.50;11.80;138.50;0.95;0.44 -10926;2;2164.50;11.10;694.00;1.19;0.62 -10927;2;4915.00;9.80;192.00;-1.27;0.62 -10928;2;3505.00;9.80;683.00;0.32;0.64 -10929;2;3282.50;13.30;354.50;-1.08;0.66 -10930;2;3296.50;12.40;445.50;0.49;0.92 -10931;2;2113.00;11.75;580.50;-0.74;0.66 -10932;2;3333.50;12.60;580.00;0.96;0.94 -10933;2;2248.50;9.80;774.00;0.55;0.42 -10934;2;1883.00;10.40;825.50;0.00;0.78 -10935;2;1788.50;10.40;240.50;0.72;0.70 -10936;2;5035.50;10.70;310.50;0.55;0.76 -10937;2;4816.00;10.60;375.50;0.15;0.76 -10938;2;1806.00;13.35;571.00;1.03;0.58 -10939;2;2246.00;10.05;721.00;-0.58;0.36 -10940;2;1712.50;11.00;648.00;0.07;0.76 -10941;2;5040.50;9.80;237.00;-1.43;0.72 -10942;2;1590.00;10.40;795.50;0.00;0.92 -10943;2;1879.00;9.70;356.00;-0.95;0.52 -10944;2;1825.50;10.40;493.00;1.13;0.62 -10945;2;2027.00;10.90;551.00;-0.64;0.60 -10946;2;2199.00;9.50;666.50;-0.55;0.56 -10947;2;2061.00;10.95;485.50;0.51;0.40 -10948;2;2992.00;11.10;654.50;-0.76;0.96 -10949;2;4721.00;10.60;199.00;0.94;0.76 -10950;2;4700.00;11.20;298.50;1.04;0.62 -10951;2;3168.00;11.30;653.00;1.03;1.04 -10952;2;1734.00;21.32;569.00;-1.03;0.80 -10953;2;1760.50;10.20;139.50;-1.00;0.90 -10954;2;5053.00;13.57;544.00;0.78;0.44 -10955;2;4979.00;9.80;278.50;0.00;1.22 -10956;2;2017.00;10.50;738.50;0.84;1.24 -10957;2;3057.00;13.15;312.50;-1.18;1.06 -10958;2;4785.50;10.00;359.00;1.13;0.66 -10959;2;1972.00;11.10;552.50;0.96;0.92 -10960;2;1732.00;10.00;705.50;-1.01;1.16 -10961;2;1698.00;10.90;115.50;0.18;0.44 -10962;2;3393.50;14.40;649.50;0.78;0.80 -10963;2;3062.50;13.10;236.50;-1.37;0.66 -10964;2;1747.00;11.55;341.50;0.68;0.56 -10965;2;1804.00;12.30;463.50;-0.65;0.84 -10966;2;3061.00;14.30;439.50;0.44;1.04 -10967;2;2242.50;10.90;731.50;0.78;0.30 -10968;2;3006.50;10.10;560.50;-0.99;0.58 -10969;2;4763.00;10.40;194.50;-0.58;0.68 -10970;2;1627.50;10.80;754.50;-0.10;0.90 -10971;2;4644.50;9.80;300.50;-0.32;0.62 -10972;2;3371.00;11.95;439.50;0.00;0.98 -10973;2;1876.00;10.40;512.50;-1.15;0.60 -10974;2;5112.00;10.00;520.50;1.01;0.28 -10975;2;1827.50;9.70;358.50;0.96;0.68 -10976;2;3435.50;9.90;620.50;-0.66;0.54 -10977;2;5063.00;9.80;204.50;-1.21;0.46 -10978;2;3032.50;10.35;295.00;-0.14;1.02 -10979;2;4892.00;10.20;346.50;-1.07;0.90 -10980;2;2136.50;9.70;499.00;0.86;0.28 -10981;2;1797.50;9.60;201.50;1.97;0.54 -10982;2;1844.50;9.90;638.00;1.05;1.02 -10983;2;4681.50;10.30;189.00;-0.69;0.50 -10984;2;2125.00;10.35;736.50;-1.30;0.92 -10985;2;1811.50;10.20;326.50;-0.86;0.58 -10986;2;1838.00;10.50;451.00;-0.89;0.84 -10987;2;1774.00;19.82;530.00;-1.32;0.54 -10988;2;3326.50;13.65;507.00;0.71;0.94 -10989;2;2232.50;10.60;756.00;-0.73;0.44 -10990;2;5001.00;14.20;582.50;0.85;0.42 -10991;2;5005.50;9.80;197.50;-1.37;0.68 -10992;2;1722.50;18.30;305.00;-0.82;0.66 -10993;2;3550.00;12.57;298.00;0.32;0.90 -10994;2;2008.50;10.40;519.50;-0.95;0.46 -10995;2;2229.00;9.50;35.50;4.61;0.54 -10996;2;1766.00;10.00;620.00;-0.46;0.80 -10997;2;4730.50;10.40;168.00;0.74;0.66 -10998;2;2234.50;9.90;707.50;-0.78;0.40 -10999;2;2172.00;9.75;545.00;-0.54;0.42 -11000;2;1707.50;10.10;433.50;4.60;0.46 -11001;2;1781.00;20.20;467.00;0.64;0.58 -11002;2;2189.00;9.60;590.50;1.01;0.52 -11003;2;2031.00;10.82;501.00;1.03;0.38 -11004;2;5009.50;13.10;562.00;-0.42;0.44 -11005;2;1768.00;10.40;167.00;1.10;0.56 -11006;2;5087.00;10.50;251.00;1.03;0.58 -11007;2;1940.50;10.30;419.50;-0.89;0.80 -11008;2;2038.00;11.10;480.50;-0.34;0.48 -11009;2;1759.00;9.70;31.00;-0.64;0.70 -11010;2;1876.00;10.50;657.00;1.37;1.10 -11011;2;4710.00;10.30;150.00;-0.98;0.60 -11012;2;3065.00;11.00;716.00;0.72;1.18 -11013;2;4877.00;10.80;273.00;0.74;1.14 -11014;2;3451.00;9.80;670.00;-0.43;0.52 -11015;2;3526.50;12.30;333.50;0.84;0.80 -11016;2;4791.50;11.00;411.00;0.55;0.62 -11017;2;3348.50;13.60;605.00;0.83;0.88 -11018;2;5034.50;14.50;566.50;-0.62;0.46 -11019;2;5058.50;9.80;151.00;-0.24;0.58 -11020;2;1580.50;14.15;818.00;0.84;0.56 -11021;2;1755.00;11.65;275.00;-0.14;0.54 -11022;2;1788.00;9.90;371.00;0.58;0.72 -11023;2;1927.50;10.15;482.00;0.60;0.78 -11024;2;3267.00;10.10;1832.00;1.19;0.32 -11025;2;3562.50;9.80;1733.00;0.86;0.28 -11026;2;3060.00;12.25;1873.00;0.78;0.40 -11027;2;3489.00;9.80;1682.00;0.78;0.24 -11028;2;2974.00;11.45;1764.00;0.58;0.30 -11029;2;2955.00;10.17;1722.00;0.58;0.28 -11030;2;3252.50;10.60;1910.50;-0.78;0.38 -11031;2;3320.00;10.70;1934.50;1.10;0.22 -11032;2;3275.50;10.40;1713.00;0.24;0.24 -11033;2;3193.50;10.50;1791.00;4.71;0.28 -11034;2;3276.50;10.00;2003.50;1.76;0.28 -11035;2;3493.50;9.80;1712.00;1.29;0.16 -11036;2;3391.00;10.55;1762.00;1.10;0.22 -11037;2;2942.00;12.50;1756.00;0.58;0.28 -11038;2;3377.00;9.90;1821.50;-1.21;0.28 -11039;2;3396.00;10.30;1677.50;-0.92;0.22 -11040;2;3071.00;9.80;1777.50;-0.38;0.26 -11041;2;3222.50;10.35;1863.00;0.46;0.26 -11042;2;3507.00;9.92;1797.00;1.03;0.48 -11043;2;1615.00;13.22;891.00;-1.06;0.22 -11044;2;3033.00;10.15;1729.50;-1.10;0.26 -11045;2;3320.50;9.80;1862.50;-1.42;0.34 -11046;2;3299.00;10.50;1783.00;0.46;0.26 -11048;2;3335.50;9.80;1701.50;1.16;0.26 -11049;2;3021.50;13.30;1808.00;1.15;0.30 -11050;2;3114.50;10.35;1971.00;0.29;0.48 -11051;2;3553.00;9.80;1722.50;4.54;0.28 -11052;2;3032.00;11.15;1820.50;0.87;0.30 -11053;2;3033.00;12.20;1774.50;-0.38;0.26 -11054;2;3304.50;10.60;1832.00;0.94;0.36 -11055;2;2745.00;12.45;1676.00;-1.10;0.24 -11056;2;3238.00;10.20;1760.50;0.00;0.20 -11057;2;1610.50;10.70;855.00;-1.08;0.18 -11058;2;3063.00;12.62;1897.00;0.58;0.30 -11059;2;3321.00;9.77;1741.00;-0.78;0.24 -11060;2;3134.00;11.40;1934.50;0.96;0.44 -11061;2;3503.50;9.80;1779.50;0.78;0.34 -11062;2;3365.00;10.62;1740.00;1.24;0.26 -11063;2;3254.00;9.90;2007.00;3.14;0.36 -11064;2;2737.00;10.30;1707.50;-0.73;0.60 -11065;2;3155.50;10.10;1806.50;-0.14;0.28 -11066;2;3184.50;9.65;1754.00;1.29;0.28 -11067;2;3120.00;10.32;1834.00;0.78;0.32 -11068;2;3294.00;10.30;1725.50;0.00;0.20 -11069;2;3069.00;11.70;1852.50;1.10;0.36 -11070;2;2995.00;9.95;1699.50;0.38;0.26 -11071;2;3404.50;10.50;1769.00;-0.16;0.28 -11072;2;3284.50;9.70;1698.50;1.03;0.20 -11073;2;3160.50;10.40;1895.00;0.98;0.36 -11074;2;3469.00;9.90;1758.50;0.41;0.34 -11075;2;3502.00;9.80;1697.00;0.46;0.22 -11076;2;1623.50;12.60;901.50;-1.06;0.28 -11077;2;3172.50;10.90;1984.00;-0.89;0.30 -11078;2;2982.50;9.90;1738.50;0.95;0.24 -11079;2;3252.50;10.40;1834.00;1.57;0.28 -11080;2;3272.00;10.40;1721.50;1.10;0.20 -11081;2;3211.50;9.70;1865.50;0.62;0.26 -11082;2;3070.00;9.70;1707.00;-0.92;0.32 -11083;2;3374.00;9.95;1720.00;0.78;0.24 -11084;2;3363.50;10.50;1690.50;0.78;0.24 -11085;2;3277.50;10.80;1909.50;0.95;0.36 -11086;2;3461.00;9.90;1739.50;-1.10;0.26 -11087;2;3594.50;9.80;1705.00;0.64;0.28 -11088;2;3372.00;10.05;1911.00;1.41;0.36 -11089;2;3490.00;10.30;1808.00;0.92;0.56 -11091;2;3069.50;9.80;1747.50;-1.37;0.24 -11092;2;3337.00;10.30;1795.50;0.38;0.22 -11093;2;3356.50;10.40;1710.00;0.16;0.26 -11094;2;3358.50;10.35;1811.00;1.29;0.32 -11095;2;3448.00;10.05;1721.50;0.67;0.24 -11096;2;3305.00;9.95;1845.50;0.58;0.30 -11097;2;3256.50;9.80;1686.50;0.14;0.24 -11098;2;3766.50;9.80;1881.50;1.37;0.66 -11099;2;3431.00;10.40;1687.50;-0.58;0.26 -11100;2;2923.00;9.50;1798.50;-0.67;0.30 -11101;2;2917.00;14.95;1722.50;0.00;0.22 -11102;2;1542.00;9.50;951.00;-1.01;0.32 -11103;2;3393.00;10.40;1752.00;-0.58;0.30 -11104;2;3205.50;10.55;1978.00;-0.73;0.48 -11105;2;3189.50;9.70;1739.50;-1.24;0.24 -11106;2;1845.00;9.55;1066.00;2.67;0.14 -11107;2;3429.50;10.40;1709.50;0.54;0.22 -11108;2;3119.00;10.70;746.00;1.01;0.88 -11109;2;3294.50;10.30;1691.00;1.29;0.22 -11110;2;3529.00;9.90;1742.50;-0.41;0.32 -11111;2;3676.50;10.40;1733.50;0.40;0.34 -11112;2;3080.00;11.55;1891.50;1.01;0.32 -11113;2;2978.50;12.10;1777.50;0.11;0.26 -11114;2;3010.50;10.40;1725.50;-0.78;0.24 -11115;2;3175.50;10.80;1926.00;-0.71;0.52 -11116;2;3009.50;13.30;1800.50;1.03;0.30 -11117;2;3326.00;9.95;1940.50;-0.70;0.34 -11118;2;2991.00;13.35;1805.50;1.01;0.24 -11119;2;3750.50;9.90;1906.00;0.71;1.10 -11120;2;3070.50;11.45;1834.00;0.84;0.38 -11121;2;3197.00;10.40;1844.50;0.51;0.32 -11122;2;4542.00;9.80;2019.50;1.51;1.20 -11123;2;3047.50;11.30;1791.50;0.32;0.22 -11124;2;3622.00;10.50;1715.00;-1.24;0.34 -11125;2;3187.00;10.20;1882.50;0.87;0.36 -11126;2;3139.00;9.50;1790.00;4.71;0.32 -11127;2;3213.50;10.20;1717.50;-0.54;0.24 -11128;2;3296.00;10.50;1924.50;0.72;0.34 -11129;2;3067.50;10.50;1814.50;0.78;0.38 -11130;2;3161.00;11.30;1947.50;0.99;0.64 -11131;2;3376.50;10.50;1704.00;1.19;0.26 -11132;2;3192.50;10.40;1823.00;-0.69;0.34 -11133;2;3599.00;9.90;1730.50;0.67;0.30 -11134;2;3480.50;10.40;1664.00;0.24;0.16 -11135;2;2963.50;12.30;1761.50;0.78;0.30 -11136;2;2755.50;11.40;1676.50;-0.54;0.26 -11137;2;3399.00;9.80;1796.50;0.51;0.34 -11138;2;3219.50;10.40;1767.50;0.95;0.22 -11139;2;3277.50;10.30;1707.00;-1.05;0.22 -11140;2;3441.00;10.05;1921.50;2.03;0.48 -11141;2;1617.50;13.80;900.50;-1.06;0.26 -11142;2;3266.50;10.00;1961.50;-1.00;0.46 -11143;2;3448.00;10.42;1708.00;-1.32;0.20 -11144;2;3200.00;10.47;1806.00;0.46;0.32 -11145;2;3365.50;11.40;687.50;0.56;0.88 -11146;2;3306.50;10.75;1818.00;0.86;0.34 -11147;2;3065.50;10.10;1767.50;-1.03;0.26 -11148;2;3052.50;11.20;1829.00;0.35;0.24 -11149;2;3549.50;10.40;1683.00;-1.29;0.28 -11150;2;3316.50;9.50;1755.00;-1.19;0.22 -11151;2;2987.00;9.77;1716.00;1.10;0.24 -11152;2;3074.50;12.30;1882.00;0.98;0.30 -11153;2;3321.00;9.75;1750.50;-1.21;0.26 -11154;2;3350.50;9.90;1687.00;-1.19;0.22 -11155;2;3130.50;11.60;1904.00;0.69;0.36 -11156;2;3305.00;10.55;1795.00;0.98;0.26 -11157;2;3036.00;9.50;1949.50;-1.32;0.84 -11158;2;3521.50;9.80;1709.50;-0.78;0.24 -11159;2;3340.00;10.60;1770.50;-0.92;0.28 -11160;2;3028.50;9.70;1645.50;0.54;0.18 -11161;2;2720.50;11.90;1668.50;1.03;0.22 -11162;2;3262.00;10.30;1756.00;0.00;0.26 -11163;2;3077.00;9.60;1726.50;1.10;0.28 -11164;2;3202.50;10.10;1874.50;0.95;0.30 -11165;2;3359.00;10.55;1729.50;-1.40;0.22 -11166;2;3420.50;10.40;1688.00;0.89;0.22 -11167;2;3231.50;10.70;1923.50;1.42;0.34 -11168;2;3387.00;10.47;1738.00;-0.78;0.24 -11169;2;3193.00;10.85;1955.00;1.10;0.32 -11170;2;3634.00;10.10;1741.50;-0.87;0.38 -11171;2;3452.50;9.70;1812.00;0.46;0.44 -11172;2;3174.00;9.80;1751.00;0.78;0.22 -11173;2;3003.00;12.05;1833.50;-0.87;0.28 -11174;2;3318.00;10.30;1723.50;-1.10;0.26 -11175;2;3331.00;10.40;1822.00;0.00;0.30 -11176;2;2936.50;9.70;1698.50;-0.78;0.22 -11177;2;3440.00;9.80;1731.00;0.58;0.26 -11178;2;3397.00;10.50;1779.00;0.78;0.26 -11179;2;3583.50;10.50;1746.00;0.64;0.34 -11180;2;3503.50;9.80;1686.00;0.12;0.24 -11181;2;3288.50;10.40;1890.00;0.46;0.28 -11182;2;3687.50;10.25;1895.00;-0.74;0.90 -11183;2;3312.00;9.92;1964.00;-0.92;0.42 -11184;2;2980.50;9.80;1725.50;0.40;0.16 -11185;2;3082.00;10.80;1822.50;-1.21;0.28 -11186;2;3253.50;10.25;1725.00;4.71;0.22 -11187;2;3043.50;9.80;1840.50;0.78;0.32 -11188;2;3066.00;10.20;1715.50;-0.38;0.24 -11189;2;3412.50;10.50;1718.50;0.78;0.24 -11190;2;3109.50;11.30;1876.00;1.39;0.28 -11191;2;3312.50;10.30;1686.00;-0.16;0.24 -11192;2;3518.00;9.82;1732.00;0.78;0.26 -11193;2;3601.50;9.95;1723.00;-1.39;0.28 -11194;2;3017.50;14.40;767.50;-0.39;0.92 -11195;2;3678.50;10.30;1751.00;-0.46;0.42 -11196;2;3421.50;10.05;1930.00;1.19;0.46 -11197;2;3049.00;10.05;1737.50;0.92;0.30 -11198;2;2920.50;13.70;1733.50;1.42;0.24 -11199;2;3226.50;10.35;1818.00;1.05;0.20 -11200;2;3567.50;10.40;1805.00;1.27;0.70 -11201;2;3133.50;9.70;1840.50;-0.40;0.24 -11202;2;3247.00;9.80;1685.50;-0.58;0.24 -11203;2;3620.50;10.10;1762.50;0.68;0.52 -11204;2;3228.00;10.65;1908.50;1.10;0.48 -11205;2;3414.50;9.90;1672.50;0.54;0.18 -11206;2;2973.00;12.10;1791.50;0.67;0.26 -11207;2;2743.00;12.67;1688.00;-1.24;0.24 -11208;2;3149.50;10.85;1910.00;0.55;0.48 -11209;2;3047.50;10.90;1782.50;-0.78;0.26 -11210;2;3215.00;9.97;1796.00;-0.64;0.24 -11211;2;3167.09;9.50;1734.83;4.71;0.20 -11212;2;3348.00;10.25;1817.50;1.10;0.26 -11213;2;3420.00;10.50;1713.00;1.24;0.18 -11214;2;3384.00;10.10;1577.00;1.57;0.18 -11215;2;3045.50;9.70;1650.00;4.71;0.18 -11216;2;3234.00;9.90;1590.50;0.92;0.24 -11217;2;3425.00;10.42;1628.00;-0.46;0.20 -11218;2;2742.00;9.60;1635.50;0.00;0.28 -11219;2;2994.00;9.70;1580.50;0.92;0.20 -11220;2;3280.50;10.00;1612.50;-0.78;0.30 -11221;2;2788.00;10.10;1570.50;-1.40;0.20 -11222;2;3217.50;10.40;1661.50;-1.03;0.22 -11223;2;3728.50;13.90;1637.50;0.62;0.44 -11224;2;3324.00;10.35;1663.50;1.10;0.20 -11225;2;3583.00;9.70;1578.50;-0.67;0.24 -11226;2;3211.00;10.20;1634.00;0.78;0.28 -11227;2;3449.50;10.10;1580.50;0.78;0.22 -11228;2;3704.00;10.55;1682.00;0.78;0.32 -11229;2;3302.00;10.40;1561.50;-1.40;0.24 -11230;2;3303.50;9.80;1588.50;-0.78;0.18 -11231;2;3018.00;9.85;1658.00;0.00;0.24 -11232;2;3071.50;9.80;1578.00;-1.19;0.26 -11233;2;2923.00;10.10;1564.00;-0.46;0.20 -11234;2;3289.00;10.50;1650.00;0.58;0.22 -11235;2;3355.50;10.00;1603.50;0.54;0.20 -11236;2;3390.00;10.60;1655.50;-0.67;0.26 -11237;2;2675.50;9.80;1574.00;-1.05;0.28 -11238;2;2671.00;9.80;1609.50;0.92;0.24 -11239;2;3472.00;10.25;1663.00;0.00;0.20 -11240;2;3520.50;10.10;1579.00;0.64;0.20 -11241;2;3281.00;9.90;1622.00;0.46;0.28 -11242;2;3380.00;10.00;1587.00;1.24;0.22 -11243;2;3563.50;11.10;1631.00;1.57;0.18 -11244;2;3375.00;10.00;1554.50;0.92;0.20 -11245;2;3126.50;9.90;1599.50;0.19;0.24 -11246;2;3157.50;10.30;1654.50;0.95;0.20 -11247;2;3170.50;9.90;1573.00;-0.98;0.20 -11248;2;3426.50;9.90;1603.50;0.32;0.20 -11249;2;3694.50;14.75;1155.00;0.24;0.62 -11250;2;3367.50;10.60;1652.00;0.64;0.20 -11251;2;2952.50;9.70;1622.00;-0.16;0.30 -11252;2;3467.00;10.27;1656.00;-1.10;0.20 -11253;2;2800.00;9.95;1571.00;-0.58;0.26 -11254;2;3348.00;10.00;1620.50;0.87;0.26 -11255;2;3550.50;9.80;1672.00;0.98;0.24 -11256;2;3615.00;9.80;1586.50;0.51;0.26 -11257;2;2675.50;10.00;1618.50;-0.19;0.28 -11258;2;3445.50;10.15;1587.00;0.64;0.18 -11259;2;3258.50;9.80;1646.50;1.16;0.24 -11260;2;3066.50;9.80;1587.00;-0.89;0.32 -11261;2;4302.00;9.70;2003.00;-1.16;1.40 -11262;2;3490.50;10.00;1602.00;-0.89;0.26 -11263;2;3558.00;10.00;1666.50;0.38;0.24 -11264;2;2926.50;9.70;1575.00;1.19;0.18 -11265;2;3125.00;9.70;1620.00;0.00;0.40 -11266;2;2710.04;10.70;1670.18;1.73;0.34 -11267;2;2668.00;10.55;1578.00;-1.10;0.22 -11268;2;3412.00;10.07;1615.00;-1.10;0.18 -11269;2;3510.00;11.50;1585.00;-1.10;0.20 -11270;2;2769.00;10.85;1624.50;-0.92;0.18 -11271;2;3287.00;9.80;1595.50;0.92;0.18 -11272;2;3306.50;10.00;1635.50;0.95;0.20 -11273;2;3576.50;10.30;1606.00;1.05;0.28 -11274;2;3153.00;10.40;1575.50;0.87;0.28 -11275;2;3507.00;9.90;1644.50;0.38;0.26 -11276;2;2986.50;9.70;1589.50;-1.03;0.24 -11277;2;3497.00;10.00;1624.00;1.10;0.24 -11278;2;3095.00;9.70;1737.00;2.03;0.28 -11279;2;2776.00;10.10;1581.00;-0.46;0.26 -11280;2;3032.50;9.85;1656.00;-0.89;0.24 -11281;2;3599.00;10.40;1602.00;-1.32;0.24 -11282;2;3375.00;10.20;1640.50;-1.10;0.22 -11283;2;3379.00;9.95;1559.00;-1.10;0.20 -11284;2;3354.50;10.00;1594.00;0.89;0.20 -11285;2;3233.00;9.80;1564.50;1.10;0.26 -11286;2;3578.00;10.30;1657.00;0.32;0.18 -11287;2;2669.00;9.77;1600.00;0.98;0.16 -11288;2;3072.50;9.80;1593.50;-0.19;0.28 -11289;2;3048.50;10.60;1686.50;0.78;0.22 -11290;2;3294.00;10.00;1613.50;0.38;0.22 -11291;2;3188.50;9.50;1692.50;-1.37;0.24 -11292;2;3563.50;10.65;1622.00;1.29;0.22 -11293;2;2693.00;11.75;1598.50;-0.92;0.24 -11294;2;3432.00;9.95;1595.50;0.92;0.20 -11295;2;3450.50;9.80;1635.00;-0.98;0.20 -11296;2;3452.50;9.80;1559.00;0.89;0.22 -11297;2;2789.00;9.80;1607.50;-0.38;0.24 -11298;2;3298.50;10.20;1571.00;-0.64;0.22 -11299;2;2765.50;10.40;1641.00;0.46;0.26 -11300;2;3362.50;10.10;1610.50;0.19;0.20 -11301;2;3160.00;10.40;1578.50;-1.10;0.24 -11302;2;3214.00;10.55;1672.00;4.71;0.26 -11303;2;2685.50;9.80;1612.00;0.64;0.26 -11304;2;3274.50;9.80;1672.00;1.19;0.22 -11305;2;2982.50;9.70;1595.00;1.19;0.24 -11306;2;2731.50;13.15;1671.00;-1.05;0.24 -11307;2;3725.00;14.55;1695.50;-0.70;0.36 -11308;2;3516.50;9.90;1557.50;0.19;0.18 -11309;2;3491.00;10.70;1591.00;-0.98;0.24 -11310;2;3373.50;10.20;1563.50;0.78;0.22 -11311;2;3037.50;10.70;1677.00;-1.29;0.26 -11312;2;3169.00;10.90;1609.50;1.10;0.22 -11313;2;3237.50;9.80;1569.50;-1.03;0.26 -11314;2;3430.50;10.25;1610.00;-0.24;0.20 -11315;2;3344.00;10.70;1667.00;-0.78;0.24 -11316;2;3079.00;10.12;1604.00;0.46;0.22 -11317;2;2785.50;9.80;1617.00;0.69;0.26 -11318;2;2915.00;9.70;1581.00;0.98;0.24 -11319;2;3567.00;9.90;1595.50;-1.10;0.24 -11320;2;3617.50;10.10;1658.50;0.95;0.28 -11321;2;3583.00;9.70;1554.00;0.78;0.22 -11322;2;3260.50;9.90;1601.00;0.64;0.22 -11323;2;3441.00;9.90;1562.50;0.38;0.20 -11324;2;3500.00;10.00;1609.50;-0.92;0.16 -11325;2;3306.50;10.20;1572.50;-1.37;0.20 -11326;2;3355.50;10.60;1647.50;0.78;0.24 -11327;2;3033.50;9.70;1650.00;4.71;0.20 -11328;2;4291.50;10.75;1880.00;-1.07;1.24 -11329;2;3157.00;10.40;1584.50;1.10;0.24 -11330;2;3416.50;10.30;1625.00;1.19;0.20 -11331;2;2970.50;9.70;1599.50;-1.24;0.16 -11332;2;2745.50;11.35;1624.00;0.24;0.24 -11333;2;2795.00;9.90;1556.00;0.78;0.12 -11334;2;2655.00;9.50;1586.50;1.10;0.24 -11335;2;3510.50;10.00;1565.00;0.89;0.22 -11336;2;3321.00;9.90;1598.00;0.98;0.26 -11337;2;3378.00;10.10;1567.00;-1.24;0.20 -11338;2;3435.00;9.80;1654.50;0.67;0.20 -11339;2;3567.00;9.90;1615.50;-1.10;0.26 -11340;2;3493.50;10.50;1660.50;-0.62;0.26 -11341;2;3215.00;9.87;1577.00;-1.32;0.18 -11342;2;3215.50;10.50;1625.50;0.78;0.28 -11343;2;3085.50;10.50;1613.50;1.42;0.16 -11344;2;3485.50;9.85;1624.00;0.64;0.22 -11345;2;2768.00;10.07;1588.00;0.98;0.22 -11346;2;2913.50;10.20;1558.50;-1.42;0.18 -11347;2;3387.00;10.10;1601.50;1.32;0.22 -11348;2;3593.00;9.80;1570.00;0.58;0.26 -11349;2;3346.00;10.65;1649.50;1.44;0.18 -11350;2;1877.00;9.70;1079.00;1.57;0.14 -11351;2;3446.50;9.80;1569.00;-1.19;0.20 -11352;2;3666.00;9.90;1690.00;0.38;0.36 -11353;2;3290.00;9.90;1624.00;-0.78;0.20 -11354;2;3576.00;10.40;1667.50;0.00;0.28 -11355;2;3287.00;9.80;1574.50;4.46;0.20 -11356;2;3551.00;10.15;1630.50;0.38;0.24 -11357;2;3163.50;10.40;1588.50;0.54;0.22 -11358;2;3219.00;10.05;1638.50;0.85;0.36 -11359;2;2990.50;9.70;1572.50;1.03;0.20 -11360;2;2919.00;9.50;1584.50;-0.38;0.20 -11361;2;2725.50;9.80;1567.50;1.42;0.22 -11362;2;3418.00;10.15;1642.50;1.40;0.22 -11363;2;3462.50;9.80;1595.00;0.64;0.18 -11364;2;3520.50;9.80;1567.00;0.89;0.24 -11365;2;3593.00;9.82;1668.00;-1.37;0.26 -11366;2;2941.00;9.50;1617.00;4.71;0.24 -11367;2;2920.00;9.70;1693.00;1.57;0.20 -11368;2;3375.00;10.10;1573.50;0.38;0.20 -11369;2;3350.50;10.10;1613.00;-0.89;0.22 -11370;2;3239.00;10.10;1598.00;0.98;0.24 -11371;2;2661.50;10.45;1616.00;-0.89;0.24 -11372;2;3063.50;9.65;1606.00;-1.05;0.28 -11373;2;3529.50;10.40;1596.00;0.64;0.22 -11374;2;2801.00;10.10;1561.50;-0.67;0.28 -11375;2;3493.50;9.90;1639.50;1.16;0.20 -11376;2;3016.00;9.70;1636.00;4.71;0.18 -11377;2;3595.50;9.80;1580.50;-0.54;0.26 -11378;2;2758.50;11.05;1650.00;1.19;0.22 -11379;2;3423.00;10.00;1610.00;0.46;0.20 -11380;2;3065.00;9.70;1698.00;1.24;0.24 -11381;2;3444.00;10.05;1573.50;0.92;0.18 -11382;2;2781.00;10.02;1598.00;0.58;0.20 -11383;2;3307.50;9.80;1580.00;-0.24;0.20 -11384;2;3349.50;10.30;1632.50;0.78;0.20 -11385;2;3139.50;10.10;1574.50;-1.37;0.22 -11386;2;3151.50;10.40;1593.00;-0.16;0.22 -11387;2;3561.00;9.80;1645.00;-0.78;0.24 -11388;2;2933.00;10.35;1561.50;0.58;0.18 -11389;2;3623.50;10.50;1614.50;0.40;0.26 -11390;2;3063.00;9.50;1687.00;1.10;0.24 -11391;2;3211.00;10.22;1614.00;-0.92;0.32 -11392;2;3260.00;9.85;1671.50;-0.27;0.28 -11393;2;3512.50;10.10;1573.50;0.78;0.24 -11394;2;3494.00;10.00;1614.00;0.98;0.24 -11395;2;3525.00;11.75;1519.00;0.58;0.24 -11396;2;3409.50;9.90;1540.00;0.64;0.18 -11397;2;3358.50;9.80;1511.50;-0.19;0.30 -11398;2;3116.50;14.10;1510.00;0.64;0.18 -11399;2;3167.00;10.00;1532.50;0.87;0.28 -11400;2;3482.00;9.80;1458.00;0.78;0.20 -11401;2;3037.00;11.85;1535.00;-1.24;0.24 -11402;2;2966.50;11.80;1555.50;-0.78;0.20 -11403;2;3445.50;9.70;1459.50;1.03;0.18 -11404;2;2987.50;13.00;1519.00;-0.69;0.22 -11405;2;3354.00;9.70;1468.50;-0.67;0.20 -11406;2;2730.50;10.40;1544.50;0.78;0.24 -11407;2;2891.50;11.70;1517.50;-0.19;0.18 -11408;2;3477.00;9.80;1541.50;0.92;0.22 -11409;2;3278.50;10.40;1480.50;0.54;0.26 -11410;2;4083.50;10.00;1548.50;1.06;0.62 -11411;2;3191.50;10.10;1495.50;1.03;0.24 -11412;2;3429.00;10.40;1517.50;0.67;0.18 -11413;2;3121.00;13.10;1515.50;-1.40;0.22 -11414;2;3051.50;13.05;1532.00;-1.19;0.18 -11415;2;3027.50;10.05;1556.00;4.71;0.20 -11416;2;3493.50;9.80;1457.00;0.46;0.20 -11417;2;2962.50;10.20;1517.50;0.78;0.20 -11418;2;3437.50;9.70;1465.50;0.19;0.26 -11419;2;2879.00;9.70;1542.50;-1.32;0.18 -11420;2;2834.00;9.90;1513.50;-0.38;0.28 -11421;2;3540.00;10.50;1544.50;0.00;0.26 -11422;2;3343.50;9.70;1471.50;-1.37;0.24 -11423;2;3499.00;9.85;1514.50;0.67;0.20 -11424;2;3283.50;10.00;1491.00;0.46;0.22 -11425;2;3316.50;9.80;1529.00;-0.64;0.20 -11426;2;3206.00;9.70;1718.50;0.38;0.24 -11427;2;3203.00;9.77;1498.00;0.98;0.26 -11428;2;3110.50;9.90;1543.00;1.05;0.26 -11429;2;3542.50;9.60;1462.50;0.54;0.24 -11430;2;3125.00;11.10;1525.50;0.51;0.20 -11431;2;2939.00;10.65;1548.50;-0.58;0.18 -11432;2;3020.00;11.95;1532.00;-1.10;0.22 -11433;2;3626.00;9.75;1547.50;-0.58;0.18 -11434;2;3424.00;9.70;1470.50;-1.10;0.28 -11435;2;2904.50;10.55;1516.00;-0.98;0.18 -11436;2;3452.00;9.80;1550.00;0.78;0.18 -11437;2;3351.00;9.80;1477.50;0.87;0.24 -11438;2;3287.50;10.00;1497.00;-1.19;0.24 -11439;2;3394.00;9.90;1523.00;1.10;0.22 -11440;2;1108.50;11.20;1763.00;-0.84;0.60 -11441;2;3182.00;9.90;1537.50;0.67;0.24 -11442;2;3633.00;9.60;1482.50;0.21;0.32 -11443;2;3229.00;9.70;1718.00;1.57;0.20 -11444;2;3015.00;9.97;1576.00;0.78;0.20 -11445;2;2954.50;10.50;1529.50;-1.03;0.20 -11446;2;2798.00;9.50;1546.50;1.40;0.12 -11447;2;3492.50;9.80;1474.50;-1.03;0.20 -11448;2;4384.50;19.10;1218.50;-0.56;0.48 -11449;2;3510.00;10.00;1552.50;1.40;0.18 -11450;2;3431.00;9.80;1477.00;-1.10;0.26 -11451;2;3469.00;10.10;1516.50;0.87;0.18 -11452;2;3365.50;10.40;1487.50;1.03;0.20 -11453;2;3268.50;9.80;1545.50;0.54;0.24 -11454;2;3294.50;10.35;1504.00;-0.64;0.26 -11455;2;3617.50;9.60;1468.00;-1.05;0.32 -11456;2;2897.50;9.70;1552.50;1.16;0.24 -11457;2;3546.00;9.60;1473.00;0.58;0.28 -11458;2;3577.00;9.70;1547.50;0.67;0.20 -11459;2;3440.50;9.90;1482.00;1.19;0.22 -11460;2;3529.00;11.90;1528.50;0.38;0.22 -11461;2;3376.50;9.80;1490.50;1.16;0.20 -11462;2;3340.00;9.80;1528.50;0.92;0.22 -11463;2;2811.50;9.85;1473.00;-0.89;0.22 -11464;2;3252.00;10.20;1511.00;0.00;0.22 -11465;2;2778.00;9.65;1464.50;0.92;0.18 -11466;2;3170.00;9.90;1551.50;0.00;0.20 -11467;2;3095.50;10.70;1526.50;0.78;0.22 -11468;2;2977.50;11.70;1554.50;0.19;0.20 -11469;2;3614.50;9.60;1480.50;-1.16;0.30 -11470;2;2909.50;10.90;1518.50;-1.24;0.22 -11471;2;2769.00;10.10;1558.50;-0.92;0.22 -11472;2;3553.50;9.60;1486.50;0.40;0.30 -11473;2;3600.50;9.70;1518.50;0.32;0.30 -11474;2;3505.50;9.80;1486.50;0.54;0.22 -11475;2;3423.00;10.50;1527.00;0.98;0.16 -11476;2;3444.00;9.80;1491.00;0.46;0.24 -11477;2;3252.00;10.00;1537.50;1.10;0.22 -11478;2;3044.00;9.80;1569.50;-1.40;0.16 -11479;2;3184.50;9.95;1512.00;0.89;0.26 -11480;2;3649.50;9.60;1497.00;-0.89;0.38 -11481;2;3011.50;10.85;1543.00;0.89;0.22 -11482;2;3572.00;9.60;1479.50;-0.87;0.28 -11483;2;2854.50;9.70;1526.50;1.03;0.20 -11484;2;3511.50;9.70;1498.00;0.16;0.24 -11485;2;3485.00;9.80;1518.00;-0.32;0.20 -11486;2;2942.50;14.00;1482.50;0.19;0.22 -11487;2;3404.00;10.40;1499.50;0.92;0.26 -11488;2;2898.00;10.30;1478.50;0.51;0.20 -11489;2;3307.50;9.80;1530.50;0.19;0.22 -11490;2;3263.50;10.10;1508.00;0.12;0.26 -11491;2;2848.50;9.80;1486.50;-0.78;0.22 -11492;2;3119.50;9.85;1560.00;0.24;0.18 -11493;2;2954.50;11.65;1559.00;-1.19;0.24 -11494;2;2916.00;10.95;1522.00;-1.10;0.18 -11495;2;870.00;10.22;1597.00;-0.32;0.26 -11496;2;3589.00;10.40;1619.00;-0.58;0.26 -11497;2;3008.00;12.55;1499.50;-0.58;0.24 -11498;2;3203.50;9.90;1626.50;0.54;0.24 -11499;2;2957.50;13.50;1486.50;-1.03;0.26 -11500;2;3388.00;9.90;1529.00;-1.24;0.18 -11501;2;3474.00;9.97;1496.00;0.46;0.20 -11502;2;2907.50;10.60;1496.50;0.78;0.18 -11503;2;3215.50;9.90;1544.00;0.12;0.24 -11504;2;3332.50;9.80;1505.50;-0.95;0.30 -11505;2;3021.00;9.70;1570.00;1.10;0.18 -11506;2;2843.00;9.80;1492.50;0.67;0.24 -11507;2;3147.50;9.90;1525.50;-1.03;0.28 -11508;2;2775.50;9.80;1483.00;0.24;0.24 -11509;2;1467.50;9.85;1410.00;0.35;0.34 -11510;2;3619.00;9.60;1532.50;-0.51;0.26 -11511;2;3070.00;10.00;1497.50;-0.67;0.24 -11512;2;3461.50;9.90;1531.00;0.64;0.18 -11513;2;3420.00;9.80;1505.50;1.10;0.20 -11514;2;3249.00;10.10;1519.50;-1.10;0.22 -11515;2;3091.00;9.80;1564.00;-0.46;0.22 -11516;2;2904.50;10.30;1487.00;-0.46;0.26 -11517;2;3046.00;14.35;1539.50;0.67;0.24 -11518;2;2847.00;9.70;1496.00;4.71;0.14 -11519;2;2886.50;10.65;1531.00;-1.19;0.18 -11520;2;3143.00;9.90;1481.00;0.78;0.20 -11521;2;2796.50;11.50;1491.50;-1.37;0.20 -11522;2;3097.50;10.00;1484.50;0.78;0.20 -11523;2;3525.00;10.45;1536.00;0.32;0.20 -11524;2;3608.50;9.60;1488.50;0.11;0.34 -11525;2;3049.00;12.25;1497.50;1.01;0.20 -11526;2;3358.00;10.25;1540.50;1.32;0.24 -11527;2;3484.00;9.80;1497.00;-0.46;0.26 -11528;2;3189.50;9.95;1556.00;0.69;0.24 -11529;2;2969.50;11.10;1500.50;0.19;0.20 -11530;2;3301.00;9.95;1510.00;-0.98;0.28 -11531;2;2917.50;11.30;1500.50;1.03;0.16 -11532;2;3120.00;10.15;1537.00;0.46;0.20 -11533;2;2947.00;10.57;1539.00;0.46;0.20 -11534;2;3227.00;9.90;1469.50;0.67;0.20 -11535;2;2798.00;11.30;1497.50;0.38;0.20 -11536;2;3164.00;10.92;1489.00;0.58;0.24 -11537;2;3596.50;9.95;1536.00;-1.05;0.28 -11538;2;3540.00;10.50;1504.50;0.58;0.24 -11539;2;3099.50;12.20;1493.50;-0.54;0.28 -11540;2;3439.00;9.80;1546.50;1.40;0.20 -11541;2;3390.00;9.80;1509.50;-1.40;0.22 -11542;2;3031.50;11.20;1518.50;0.54;0.22 -11543;2;3220.00;10.10;1526.50;-1.01;0.32 -11544;2;2976.00;11.17;1507.00;-1.24;0.18 -11545;2;3004.00;9.80;1551.50;0.92;0.22 -11546;2;3305.50;9.70;1468.00;1.29;0.28 -11547;2;2923.50;11.40;1506.50;-1.03;0.16 -11548;2;2833.00;9.70;1532.50;4.24;0.16 -11549;2;2860.00;9.85;1499.50;-0.27;0.26 -11550;2;3199.00;10.52;1487.00;0.00;0.26 -11551;2;3496.00;9.85;1538.00;0.46;0.20 -11552;2;3624.00;9.60;1494.50;1.10;0.24 -11553;2;3337.00;9.80;1549.50;0.92;0.18 -11554;2;3110.50;14.80;1500.50;0.78;0.22 -11555;2;3468.50;10.40;1510.50;1.37;0.18 -11556;2;3046.50;12.70;1508.50;1.03;0.24 -11557;2;3287.00;9.90;1519.50;0.00;0.22 -11558;2;3084.00;10.50;1547.50;-0.38;0.22 -11559;2;3413.00;9.70;1452.00;-1.24;0.22 -11560;2;2935.00;10.65;1512.50;1.32;0.18 -11561;2;3323.50;9.70;1469.00;-0.89;0.22 -11562;2;2898.50;10.50;1534.50;0.19;0.16 -11563;2;2824.50;9.80;1506.00;1.57;0.20 -11564;2;3037.00;9.50;1421.00;0.78;0.24 -11565;2;2798.50;9.85;1415.00;-0.64;0.24 -11566;2;3509.50;9.80;1445.00;0.46;0.24 -11567;2;1596.50;9.70;1622.00;4.71;0.28 -11568;2;2967.50;10.20;1428.50;0.78;0.20 -11569;2;1582.00;10.30;1628.50;0.87;0.28 -11570;2;2932.50;12.10;1431.50;1.16;0.20 -11571;2;1356.00;11.10;1753.50;-1.50;0.82 -11572;2;3086.50;12.80;1403.50;0.78;0.22 -11573;2;2901.00;12.10;1432.50;0.38;0.18 -11574;2;3096.00;10.60;1413.50;1.32;0.18 -11575;2;4982.00;9.70;1478.50;0.00;0.34 -11576;2;2851.50;10.65;1437.00;0.64;0.16 -11577;2;3106.50;10.70;1417.50;1.03;0.18 -11578;2;3579.50;9.60;1452.50;-1.03;0.28 -11579;2;3535.50;9.60;1456.50;-0.78;0.28 -11580;2;3118.50;10.40;1414.50;0.78;0.20 -11581;2;3058.50;9.80;1433.50;1.16;0.20 -11582;2;2800.00;10.30;1434.50;-0.92;0.22 -11583;2;3133.00;10.90;1402.50;0.38;0.18 -11584;2;2997.50;9.70;1427.00;1.19;0.26 -11585;2;1583.50;10.80;1639.50;-0.78;0.28 -11586;2;3127.00;10.35;1408.00;1.24;0.20 -11587;2;2968.00;14.50;1440.50;1.32;0.20 -11588;2;3187.00;9.80;1395.00;0.98;0.24 -11589;2;1403.00;10.70;1578.50;0.27;0.34 -11590;2;1457.50;9.50;723.00;-1.11;0.20 -11591;2;3654.50;9.60;1464.50;-1.42;0.28 -11592;2;3150.50;14.50;1420.00;-0.64;0.26 -11593;2;2872.50;11.20;1433.50;0.40;0.18 -11594;2;3071.50;10.50;1431.50;-1.03;0.26 -11595;2;3020.00;10.15;1438.00;0.78;0.22 -11596;2;2814.00;9.80;1452.00;0.46;0.18 -11597;2;3246.50;9.70;1389.50;1.16;0.24 -11598;2;2983.50;13.90;1440.00;-0.98;0.20 -11599;2;3458.50;11.10;1369.00;0.64;0.24 -11600;2;2783.00;9.70;1448.00;0.98;0.24 -11601;2;2938.00;15.70;1452.00;-0.78;0.16 -11602;2;1568.50;10.30;1650.00;0.89;0.28 -11603;2;3221.00;9.70;1401.00;-0.98;0.20 -11604;2;2935.00;14.15;1455.50;1.32;0.16 -11605;2;3180.00;13.25;1420.00;0.78;0.18 -11606;2;2863.50;9.80;1519.00;0.64;0.24 -11607;2;5110.00;11.50;1801.50;1.29;1.84 -11608;2;3143.00;10.95;1432.50;-0.38;0.24 -11609;2;3503.50;15.70;1368.00;0.46;0.24 -11610;2;3087.00;9.80;1437.00;-1.10;0.18 -11611;2;2847.50;9.90;1456.00;-0.98;0.20 -11612;2;3032.50;12.05;1446.00;1.19;0.12 -11613;2;2799.50;9.80;1459.50;0.78;0.20 -11614;2;3494.50;15.45;1379.00;0.86;0.24 -11615;2;2996.00;15.75;1450.50;0.92;0.20 -11616;2;2780.50;9.70;1457.50;1.03;0.18 -11617;2;3450.00;10.25;1378.50;0.67;0.24 -11618;2;2982.50;15.70;1458.50;-1.42;0.20 -11619;2;3210.00;10.20;1422.50;-1.44;0.22 -11620;2;2979.00;13.80;1467.00;-1.24;0.16 -11621;2;1449.50;9.80;1511.50;-1.37;0.28 -11622;2;3166.50;12.40;1436.50;1.03;0.20 -11623;2;2946.00;13.75;1460.00;-0.98;0.20 -11624;2;4920.00;12.75;1432.00;0.46;0.26 -11625;2;3107.50;9.80;1449.50;1.37;0.22 -11626;2;4938.50;9.80;1420.50;0.14;0.28 -11627;2;3066.50;10.40;1451.50;0.54;0.24 -11628;2;2875.00;10.45;1457.00;0.46;0.22 -11629;2;4928.00;12.85;1442.50;0.67;0.26 -11630;2;3056.50;10.10;1456.50;-0.54;0.22 -11631;2;2827.00;9.80;1464.00;-1.24;0.20 -11632;2;3518.50;11.30;1394.50;1.37;0.24 -11633;2;3473.50;17.30;1394.00;-0.64;0.28 -11634;2;2997.50;15.90;1462.50;0.19;0.24 -11635;2;1435.50;9.80;1508.00;-0.98;0.34 -11636;2;3235.00;9.70;1416.00;-1.10;0.16 -11637;2;1474.50;10.70;1567.50;0.19;0.20 -11638;2;2965.50;13.85;1466.00;-0.89;0.24 -11639;2;3190.50;11.10;1436.50;-1.03;0.22 -11640;2;2929.00;12.00;1468.00;0.78;0.18 -11641;2;1459.00;10.02;1578.00;0.00;0.32 -11642;2;2906.00;11.25;1477.00;0.78;0.22 -11643;2;4902.00;9.90;1455.50;-1.44;0.26 -11644;2;3136.50;9.80;1455.00;-0.24;0.22 -11645;2;3545.00;10.57;1338.00;0.58;0.26 -11646;2;3128.00;9.80;1451.00;1.24;0.22 -11647;2;3440.50;11.20;1385.00;1.19;0.20 -11648;2;1575.00;11.40;1573.50;0.00;0.18 -11649;2;3324.50;9.70;1425.50;1.03;0.22 -11650;2;1612.00;11.15;1582.50;0.67;0.20 -11651;2;3041.00;13.60;1476.50;0.38;0.20 -11652;2;3231.50;9.70;1424.50;1.16;0.18 -11653;2;2991.00;11.30;1481.50;-0.92;0.22 -11654;2;1577.50;10.30;1593.50;0.78;0.24 -11655;2;3222.50;11.90;1432.50;0.14;0.18 -11656;2;1500.50;9.90;1578.50;0.91;0.32 -11657;2;3163.00;10.85;1405.50;0.38;0.24 -11658;2;906.00;9.70;1516.50;1.81;0.22 -11659;2;3142.50;10.15;1462.00;-0.64;0.22 -11660;2;1635.00;11.57;1580.00;0.46;0.24 -11661;2;3498.50;11.50;1404.50;0.54;0.24 -11662;2;1654.50;11.25;1627.00;0.12;0.28 -11663;2;3100.00;9.70;1467.50;1.32;0.20 -11664;2;3463.50;15.30;1384.50;1.24;0.26 -11665;2;1660.50;10.80;1603.00;1.19;0.22 -11666;2;3058.50;11.40;1477.00;-0.64;0.22 -11667;2;1299.00;10.85;1710.00;-1.47;0.52 -11668;2;3395.00;9.70;1414.50;1.10;0.20 -11669;2;1496.00;10.80;1601.50;-1.10;0.34 -11670;2;3281.00;9.70;1445.00;-0.58;0.30 -11671;2;3676.00;12.12;1251.00;0.46;0.52 -11672;2;3219.50;11.80;1444.50;0.54;0.22 -11673;2;2670.00;9.62;1355.00;-1.24;0.24 -11674;2;3535.00;10.72;1334.00;0.98;0.28 -11675;2;2691.00;13.30;1359.50;0.92;0.18 -11676;2;3178.50;11.50;1462.50;0.78;0.22 -11677;2;2686.00;11.95;1368.50;-0.92;0.20 -11678;2;3467.00;11.55;1407.00;0.00;0.24 -11679;2;3091.00;10.00;1477.50;-1.32;0.24 -11680;2;1597.00;11.65;1583.00;0.32;0.24 -11681;2;3434.50;11.05;1419.00;0.64;0.18 -11682;2;1571.00;10.60;1729.50;-0.63;0.70 -11683;2;3310.50;9.60;1456.00;1.57;0.28 -11684;2;2731.50;13.10;1375.00;-1.19;0.20 -11685;2;1465.00;10.52;1591.00;-0.78;0.30 -11686;2;3261.50;9.80;1454.00;0.69;0.26 -11687;2;3882.00;12.10;1319.50;1.01;0.44 -11688;2;2749.50;12.50;1384.50;0.78;0.16 -11689;2;3206.50;11.90;1462.50;0.78;0.28 -11690;2;3505.00;11.97;1411.00;-1.32;0.28 -11691;2;3161.00;9.92;1484.00;0.98;0.24 -11692;2;2683.00;12.02;1375.00;-0.98;0.22 -11693;2;3503.00;11.42;1417.00;-0.98;0.22 -11694;2;3487.50;12.75;1422.00;0.89;0.18 -11695;2;1547.50;9.95;1597.00;4.71;0.26 -11696;2;3459.00;12.70;1415.50;0.87;0.26 -11697;2;2793.50;11.20;1381.50;-0.78;0.24 -11698;2;922.50;14.50;1543.00;4.71;0.28 -11699;2;2805.00;11.25;1386.50;-1.10;0.18 -11700;2;3352.00;9.70;1447.50;-0.92;0.20 -11701;2;3618.50;9.70;1396.50;0.56;0.48 -11702;2;2825.00;9.95;1398.50;0.67;0.20 -11703;2;3291.00;9.72;1462.00;-1.24;0.26 -11704;2;3545.50;11.30;1318.50;-0.95;0.26 -11705;2;3251.00;10.80;1465.00;-0.98;0.26 -11706;2;3547.50;9.60;1437.00;0.89;0.22 -11707;2;2718.50;11.20;1386.50;1.37;0.20 -11708;2;3512.50;11.80;1338.00;0.69;0.28 -11709;2;2847.50;11.25;1402.00;-0.89;0.22 -11710;2;2668.50;10.00;1376.00;0.89;0.28 -11711;2;2870.00;10.30;1400.00;1.10;0.24 -11712;2;1067.50;13.15;1692.00;0.98;0.56 -11713;2;2888.00;10.35;1406.50;1.40;0.16 -11714;2;1466.50;10.60;1606.50;1.42;0.32 -11715;2;3324.50;9.70;1458.00;-1.29;0.24 -11716;2;2871.00;13.80;1415.50;4.54;0.20 -11717;2;1414.50;10.30;1429.00;-1.29;0.32 -11718;2;2835.00;10.05;1410.00;0.46;0.18 -11719;2;4975.00;10.00;1468.50;0.92;0.26 -11720;2;2810.00;10.00;1410.50;0.92;0.20 -11721;2;2919.50;13.30;1405.00;0.64;0.18 -11722;2;1651.50;11.25;1602.00;0.61;0.30 -11723;2;2930.50;10.70;1410.50;-1.37;0.18 -11724;2;3504.00;9.70;1436.50;0.27;0.24 -11725;2;1537.00;11.17;1607.00;0.32;0.22 -11726;2;2950.50;12.25;1417.00;0.64;0.20 -11727;2;3472.00;10.00;1433.50;0.58;0.20 -11728;2;1562.00;10.35;1639.50;0.67;0.28 -11729;2;3399.00;9.72;1422.00;-0.98;0.20 -11730;2;2930.50;10.60;1416.50;0.19;0.16 -11731;2;1485.50;10.80;1624.00;0.89;0.36 -11732;2;2873.50;9.90;1485.50;0.78;0.24 -11733;2;879.00;12.45;1588.50;-1.21;0.34 -11734;2;2975.50;10.50;1416.00;-1.19;0.14 -11735;2;3022.50;9.70;1421.50;3.92;0.32 -11736;2;3569.00;9.50;1438.50;0.92;0.24 -11737;2;2792.50;13.35;1342.00;0.64;0.20 -11738;2;1596.50;9.70;1485.00;-0.89;0.30 -11739;2;3444.50;12.20;1291.50;1.46;0.30 -11740;2;1638.50;9.70;1530.00;1.95;0.24 -11741;2;3105.00;13.42;1397.00;0.46;0.22 -11742;2;2771.50;12.60;1318.50;1.24;0.20 -11743;2;1282.50;10.15;1436.00;1.39;0.30 -11744;2;4771.00;10.12;1403.00;0.58;0.28 -11745;2;4917.00;11.45;1400.50;-0.27;0.30 -11746;2;3356.50;10.65;1268.00;4.12;0.32 -11747;2;3324.50;11.70;1321.50;1.37;0.28 -11748;2;2820.00;9.50;1527.00;-0.32;0.36 -11749;2;2705.00;11.90;1280.00;0.46;0.20 -11750;2;4887.50;11.00;1404.00;1.57;0.18 -11751;2;2999.50;9.65;1361.00;1.19;0.28 -11752;2;4594.00;12.92;1374.00;1.40;0.42 -11753;2;3450.50;15.70;1340.50;0.54;0.30 -11754;2;3172.50;10.40;1390.50;1.37;0.22 -11755;2;2954.50;11.70;1327.50;1.76;0.22 -11756;2;2709.00;11.30;1325.50;-0.92;0.16 -11757;2;972.50;9.65;1427.00;1.19;0.48 -11758;2;1588.50;10.20;1539.00;0.24;0.18 -11759;2;3417.50;11.10;1280.50;-0.91;0.38 -11760;2;1505.00;10.32;1545.00;0.46;0.28 -11761;2;4623.50;9.70;1315.00;-0.89;0.24 -11762;2;3124.50;13.20;1354.50;1.03;0.20 -11763;2;951.00;11.55;1477.50;-0.21;0.44 -11764;2;4712.50;9.50;1336.50;-0.78;0.24 -11765;2;4902.00;11.97;1416.00;0.58;0.26 -11766;2;2772.00;13.27;1346.00;0.46;0.24 -11767;2;3116.50;11.40;1327.00;0.89;0.24 -11768;2;2674.50;9.80;1302.50;0.78;0.22 -11769;2;1574.00;11.97;1541.00;4.71;0.18 -11770;2;4781.00;12.35;1314.50;-0.92;0.20 -11771;2;4735.50;9.80;1356.50;1.03;0.26 -11772;2;1208.50;13.25;1546.00;0.83;0.42 -11773;2;2939.50;9.55;1307.00;-1.29;0.24 -11774;2;3196.50;9.65;1343.00;-1.35;0.20 -11775;2;4782.50;13.70;1333.50;0.19;0.22 -11776;2;1500.00;10.45;1539.00;0.98;0.28 -11777;2;4927.00;12.92;1423.00;0.00;0.26 -11778;2;3237.00;11.35;1317.50;-0.92;0.26 -11779;2;2840.00;12.87;1362.00;0.46;0.18 -11780;2;2719.00;12.70;1313.00;0.46;0.20 -11781;2;4790.50;13.30;1357.50;0.78;0.24 -11782;2;1643.50;9.70;1547.50;0.78;0.22 -11783;2;1591.50;9.90;1467.00;0.69;0.32 -11784;2;3312.00;13.00;1319.50;0.67;0.22 -11785;2;1611.50;12.20;1548.50;0.40;0.24 -11786;2;3144.50;10.80;1313.50;1.16;0.22 -11787;2;3128.00;11.15;1424.00;0.78;0.22 -11788;2;1322.00;10.50;1593.50;-0.51;0.44 -11789;2;1568.50;11.45;1547.00;1.05;0.20 -11790;2;3012.50;13.70;1373.00;0.64;0.18 -11791;2;1490.50;10.30;1551.50;0.62;0.34 -11792;2;3317.00;10.80;1294.50;0.51;0.26 -11793;2;2805.00;10.50;1355.50;1.10;0.20 -11794;2;2878.00;11.05;1441.00;0.00;0.24 -11795;2;978.00;11.40;1436.50;-0.67;0.30 -11796;2;3260.50;11.95;1291.00;0.16;0.20 -11797;2;3421.50;13.60;1308.00;1.05;0.26 -11798;2;2701.50;11.60;1289.50;-0.54;0.24 -11799;2;1627.00;10.15;1554.00;-0.78;0.18 -11800;2;1559.00;10.75;1555.00;0.78;0.24 -11801;2;4647.00;11.20;1345.50;0.87;0.32 -11802;2;1274.00;10.50;1478.50;1.27;0.36 -11803;2;3040.00;10.80;1343.50;-0.58;0.20 -11804;2;2942.50;10.00;1365.00;-1.19;0.22 -11805;2;2664.50;9.50;1303.50;1.37;0.22 -11806;2;2751.50;13.70;1348.00;0.24;0.20 -11807;2;2767.50;13.35;1294.00;-0.24;0.24 -11808;2;4740.50;9.90;1364.00;-1.05;0.28 -11809;2;2746.00;12.95;1351.50;1.32;0.20 -11810;2;3348.50;12.05;1270.00;-1.19;0.28 -11811;2;3274.00;10.10;1336.50;-0.67;0.32 -11812;2;2761.00;13.17;1302.00;-0.46;0.20 -11813;2;3189.00;13.25;1355.00;1.24;0.24 -11814;2;1022.50;10.45;1449.00;-0.61;0.46 -11815;2;4708.50;11.25;1348.00;-1.05;0.22 -11816;2;3078.00;9.55;1381.50;1.01;0.24 -11817;2;1598.00;10.50;1566.00;-0.98;0.22 -11818;2;3166.50;9.70;1333.00;0.64;0.16 -11819;2;2810.50;11.35;1359.00;-0.24;0.24 -11820;2;2726.50;11.50;1321.50;0.32;0.16 -11821;2;2803.00;11.60;1361.00;0.00;0.20 -11822;2;4640.50;10.05;1320.00;0.69;0.28 -11823;2;4804.00;14.65;1363.50;-1.40;0.18 -11824;2;2939.00;9.55;1326.00;4.71;0.22 -11825;2;2730.50;12.10;1353.50;1.03;0.16 -11826;2;3353.50;12.50;1318.50;0.54;0.26 -11828;2;4773.00;13.00;1337.00;-0.78;0.24 -11829;2;3268.50;9.75;1341.00;1.19;0.18 -11830;2;1682.00;9.65;1574.00;-0.46;0.28 -11831;2;3275.00;13.22;1312.00;0.58;0.20 -11832;2;3143.50;10.80;1367.50;4.51;0.16 -11833;2;2977.00;9.70;1378.00;0.98;0.26 -11834;2;2893.50;9.50;1384.50;0.78;0.22 -11835;2;4753.50;10.40;1321.50;1.03;0.24 -11836;2;4715.00;10.52;1381.00;-1.19;0.32 -11837;2;3078.00;9.70;1334.00;1.24;0.26 -11838;2;2798.00;12.50;1371.00;0.78;0.20 -11839;2;3337.50;11.70;1325.50;-1.42;0.20 -11840;2;2694.00;13.60;1364.00;-1.10;0.20 -11841;2;1588.50;9.80;1492.50;1.46;0.28 -11842;2;3226.50;9.80;1355.00;-0.24;0.20 -11843;2;2704.00;13.30;1370.00;0.98;0.20 -11844;2;3339.00;11.15;1306.50;1.21;0.28 -11845;2;3093.00;13.30;1378.50;0.67;0.18 -11846;2;3009.50;9.65;1350.00;-0.89;0.26 -11847;2;5011.50;12.70;1325.00;-0.16;0.26 -11848;2;3228.00;9.85;1299.50;0.27;0.24 -11849;2;2880.00;9.70;1391.50;4.24;0.20 -11850;2;4791.50;12.95;1368.00;-0.46;0.22 -11851;2;2697.00;11.25;1292.50;0.27;0.24 -11852;2;2758.00;13.30;1367.50;0.38;0.24 -11853;2;3451.50;18.60;1316.50;0.54;0.24 -11854;2;2744.50;12.90;1370.50;-1.03;0.16 -11855;2;4673.50;12.75;1357.00;-0.46;0.36 -11856;2;3134.50;13.35;1341.00;0.64;0.20 -11857;2;3155.00;13.07;1372.00;1.10;0.24 -11858;2;3102.00;12.77;1377.00;-0.46;0.24 -11859;2;946.00;9.70;1439.50;1.01;0.40 -11860;2;3305.00;13.40;1289.50;1.10;0.26 -11861;2;3001.00;11.07;1387.00;0.58;0.22 -11862;2;4813.00;13.30;1375.50;-0.92;0.22 -11863;2;2748.00;12.35;1310.50;-1.10;0.20 -11864;2;4788.50;12.20;1397.50;0.54;0.32 -11865;2;4496.00;14.10;1154.50;0.67;0.42 -11866;2;3305.50;11.80;1344.50;1.03;0.26 -11867;2;3254.00;11.95;1320.00;0.78;0.24 -11868;2;3158.50;13.40;1379.50;0.19;0.22 -11869;2;2814.50;9.80;1444.00;-1.19;0.20 -11870;2;2773.00;13.85;1332.00;0.98;0.16 -11871;2;3421.50;10.10;1265.00;0.46;0.32 -11872;2;3081.50;13.00;1393.50;-1.03;0.20 -11873;2;1579.00;11.00;1511.50;0.67;0.28 -11874;2;2939.50;9.70;1315.50;-1.37;0.24 -11875;2;2895.00;10.62;1394.00;1.10;0.22 -11876;2;940.00;11.92;1450.00;0.78;0.20 -11877;2;2877.50;9.75;1394.00;0.64;0.18 -11878;2;4815.50;13.90;1340.00;0.64;0.26 -11879;2;4847.50;9.50;1374.00;-0.94;0.46 -11880;2;1731.50;10.60;651.50;-1.21;0.32 -11881;2;3374.00;11.25;1345.00;1.32;0.32 -11882;2;3016.50;12.30;1359.50;0.54;0.20 -11883;2;3310.00;11.00;1350.50;-1.40;0.22 -11884;2;2787.00;12.30;1299.50;1.10;0.24 -11885;2;2683.00;10.60;1316.50;0.92;0.16 -11886;2;4676.50;11.80;1329.50;-0.78;0.32 -11887;2;3149.00;11.07;1386.00;-1.10;0.22 -11888;2;1575.00;12.90;1526.50;-1.21;0.26 -11889;2;2986.00;10.75;1395.50;-0.58;0.20 -11890;2;1505.00;10.70;1518.50;0.87;0.24 -11891;2;2924.00;10.75;1398.50;-1.32;0.22 -11892;2;1605.00;9.67;1517.00;3.73;0.28 -11893;2;4820.00;12.70;1392.50;0.67;0.30 -11894;2;3380.00;12.60;1339.00;-0.98;0.30 -11895;2;3146.50;13.05;1304.00;1.19;0.22 -11896;2;4772.00;13.30;1325.50;0.58;0.26 -11897;2;3348.50;12.85;1329.00;-1.19;0.22 -11898;2;3251.50;11.45;1300.00;-0.24;0.22 -11899;2;3098.00;13.85;1393.50;0.87;0.22 -11900;2;1634.50;9.70;1535.50;-0.19;0.24 -11901;2;3046.00;9.65;1402.50;0.51;0.26 -11902;2;1584.50;11.00;1699.50;0.42;0.68 -11903;2;4702.50;10.00;1401.50;1.16;0.30 -11904;2;4905.50;12.20;1391.50;-0.78;0.30 -11905;2;3214.50;11.00;1343.00;0.12;0.28 -11906;2;4841.50;14.70;1408.00;1.57;0.26 -11907;2;3268.00;12.70;1283.50;-1.44;0.20 -11908;2;4972.00;13.30;1253.50;0.38;0.20 -11909;2;4443.50;10.25;965.00;-0.89;0.20 -11910;2;3248.50;9.60;1149.50;0.62;0.30 -11911;2;4213.50;9.90;1012.50;3.92;0.30 -11912;2;4823.00;11.45;1266.50;1.81;0.20 -11913;2;4663.50;10.10;1173.50;0.54;0.20 -11914;2;4688.00;9.60;1014.00;3.60;0.22 -11915;2;4776.50;10.20;1293.00;1.19;0.20 -11916;2;4637.00;10.00;1195.00;0.46;0.18 -11917;2;3250.50;12.55;1273.00;4.71;0.20 -11918;2;4559.00;13.22;1061.00;-0.58;0.30 -11919;2;3357.50;9.70;1202.00;4.71;0.24 -11920;2;4670.00;10.75;1120.00;0.46;0.24 -11921;2;2967.00;10.80;1227.00;-1.10;0.32 -11922;2;3332.00;11.27;1139.00;0.78;0.32 -11923;2;2810.00;11.85;1239.50;0.67;0.28 -11924;2;4115.50;13.90;972.50;-0.78;0.42 -11925;2;4845.00;10.50;1188.50;-1.40;0.16 -11926;2;4498.00;9.95;1009.00;-0.78;0.22 -11927;2;1571.50;9.70;1430.00;0.55;0.36 -11928;2;4696.72;10.00;1179.41;4.12;0.26 -11929;2;4212.00;9.90;1035.00;-0.78;0.28 -11930;2;4985.00;12.20;1285.00;1.10;0.22 -11931;2;4555.00;11.15;1224.50;1.21;0.30 -11932;2;4781.12;10.20;1057.88;0.46;0.46 -11933;2;4601.00;9.70;1244.50;-0.87;0.28 -11934;2;3206.00;11.10;714.00;1.17;0.62 -11935;2;1471.00;9.50;611.00;-1.17;0.40 -11936;2;4455.50;9.60;966.00;1.19;0.20 -11937;2;4643.00;10.57;1146.00;0.32;0.28 -11938;2;4560.50;9.60;1005.00;-1.19;0.26 -11939;2;2861.50;11.10;1259.50;-1.42;0.24 -11940;2;3020.00;10.70;1153.50;1.27;0.36 -11941;2;4561.00;11.05;1029.50;-0.92;0.28 -11942;2;1449.50;10.30;1384.00;4.71;0.28 -11943;2;2673.00;10.72;1184.00;0.98;0.48 -11944;2;4640.50;9.65;1291.00;1.05;0.22 -11945;2;4596.00;10.60;1048.50;0.00;0.34 -11946;2;4879.50;9.60;1220.50;-1.42;0.16 -11947;2;4674.00;11.47;1112.00;0.46;0.24 -11948;2;4781.00;9.50;1224.00;4.24;0.24 -11949;2;4846.50;9.50;1172.50;-0.78;0.18 -11950;2;4037.50;10.90;945.50;0.95;0.30 -11951;2;3171.50;9.70;1144.00;1.57;0.42 -11952;2;3951.50;9.60;1005.00;0.24;0.28 -11953;2;2919.50;14.80;1242.50;0.40;0.28 -11954;2;3119.00;9.90;1175.50;4.46;0.20 -11955;2;4020.00;10.45;1123.00;0.38;0.34 -11956;2;2766.50;14.00;1270.50;0.78;0.18 -11957;2;2978.50;9.70;1197.50;1.24;0.40 -11958;2;4805.50;12.60;1293.00;0.64;0.24 -11959;2;4688.00;12.90;1039.50;-0.92;0.22 -11960;2;4927.00;10.65;1225.00;0.32;0.24 -11961;2;4636.50;10.70;1098.50;0.14;0.30 -11962;2;4620.00;10.97;1267.00;0.46;0.24 -11963;2;4504.50;9.90;957.50;-1.42;0.30 -11964;2;3297.00;9.70;1163.50;0.92;0.22 -11965;2;3155.00;10.20;1267.50;1.81;0.24 -11966;2;4262.00;11.55;1006.00;-0.92;0.30 -11967;2;3226.00;10.10;1159.00;1.10;0.32 -11968;2;4225.50;9.90;1024.00;0.46;0.28 -11969;2;2965.00;9.75;1261.50;0.67;0.18 -11970;2;3347.00;10.65;1154.50;0.38;0.16 -11971;2;1356.00;10.30;1592.50;0.49;0.38 -11972;2;4445.00;14.35;1108.00;1.10;0.36 -11973;2;4633.50;11.25;1212.00;-0.64;0.22 -11974;2;3288.00;10.20;1090.00;0.78;0.26 -11975;2;1537.00;9.70;1393.00;0.98;0.44 -11976;2;3373.50;11.40;1134.50;0.11;0.36 -11977;2;4794.50;11.85;1248.00;-0.89;0.26 -11978;2;4123.00;9.95;955.50;1.21;0.32 -11979;2;3326.50;10.10;1156.50;-1.37;0.20 -11980;2;4628.00;10.20;1278.50;0.00;0.26 -11981;2;4530.00;9.50;992.50;0.38;0.24 -11982;2;4668.50;9.70;1178.00;4.71;0.20 -11983;2;4527.50;9.90;1011.50;-1.16;0.26 -11984;2;3327.00;11.20;1232.50;-1.21;0.40 -11985;2;4856.00;9.77;1215.00;1.57;0.24 -11986;2;4655.00;9.60;1056.50;-0.38;0.24 -11987;2;2727.00;14.30;1211.50;-1.44;0.30 -11988;2;4595.00;10.95;1116.00;0.78;0.30 -11989;2;4970.00;12.02;1262.00;0.00;0.34 -11990;2;4520.00;9.65;951.50;-1.10;0.34 -11991;2;4684.50;11.50;1141.00;1.57;0.26 -11992;2;4780.00;9.50;1262.00;4.24;0.28 -11993;2;3975.50;10.15;1000.00;1.35;0.34 -11994;2;4644.00;9.70;1167.00;-0.46;0.26 -11995;2;4017.00;10.60;1023.50;-1.10;0.50 -11996;2;4625.00;9.70;1289.50;0.92;0.26 -11997;2;4878.00;10.32;1196.00;3.14;0.24 -11998;2;3087.00;9.60;1329.00;0.78;0.22 -11999;2;3320.00;10.10;1037.00;-0.78;0.24 -12000;2;2963.00;10.55;1189.50;1.21;0.36 -12001;2;3133.50;10.50;1302.50;4.39;0.24 -12002;2;3317.00;12.25;1089.00;-0.92;0.42 -12003;2;3028.00;9.50;1249.00;3.92;0.16 -12004;2;3304.00;11.05;1135.50;0.70;0.32 -12005;2;3975.50;11.50;1167.00;0.46;0.44 -12006;2;4846.50;10.30;1182.00;-0.98;0.14 -12007;2;4962.00;11.35;1266.50;-0.87;0.30 -12008;2;4439.50;10.35;1008.00;0.69;0.36 -12009;2;3034.00;12.00;1162.50;1.32;0.22 -12010;2;4238.00;9.50;1013.50;0.70;0.36 -12011;2;4818.50;13.40;1272.50;0.54;0.20 -12012;2;4573.50;9.95;1201.00;-0.46;0.36 -12013;2;3269.50;11.30;1267.00;0.46;0.26 -12014;2;4568.00;10.95;1050.50;0.67;0.34 -12015;2;4641.50;11.25;1237.00;1.57;0.18 -12016;2;3278.50;13.60;1274.50;0.54;0.22 -12017;2;4529.00;10.70;1090.50;-0.70;0.34 -12018;2;2797.00;14.55;1195.50;0.58;0.52 -12019;2;4648.50;13.85;1134.00;1.05;0.22 -12020;2;2825.50;13.95;1232.00;4.71;0.32 -12021;2;432.50;12.45;988.00;-1.19;0.34 -12022;2;3044.00;10.90;1044.50;1.38;1.32 -12023;2;4525.00;10.67;1017.00;1.10;0.22 -12024;2;1253.50;11.20;1511.00;-1.43;0.38 -12025;2;3159.00;9.80;1172.50;-0.38;0.30 -12026;2;4609.50;10.10;1307.50;0.62;0.26 -12027;2;4693.00;14.45;1028.50;0.38;0.22 -12028;2;4897.00;9.85;1205.50;4.46;0.18 -12029;2;3368.50;9.70;1255.00;4.71;0.32 -12030;2;4619.00;10.30;1078.00;0.32;0.28 -12031;2;4910.50;9.80;1227.50;1.16;0.20 -12032;2;4853.88;9.80;1167.73;0.78;0.22 -12033;2;3212.50;10.00;1149.50;1.03;0.30 -12034;2;2908.50;12.30;1230.00;-0.46;0.36 -12035;2;4141.00;10.70;1025.50;0.38;0.28 -12036;2;4626.00;9.70;1182.50;-0.67;0.22 -12037;2;3894.50;9.60;1004.50;0.78;0.34 -12038;2;2766.50;9.70;1265.50;-1.42;0.20 -12039;2;2994.00;9.70;1188.50;1.10;0.30 -12040;2;4784.00;9.60;1285.00;0.78;0.22 -12041;2;3969.50;10.10;1122.00;0.84;0.46 -12042;2;2730.00;16.05;1194.50;0.51;0.32 -12043;2;4647.00;9.50;1310.50;0.00;0.28 -12044;2;3293.00;10.30;1080.50;-1.32;0.32 -12045;2;4644.00;11.97;1256.00;0.32;0.24 -12046;2;3495.00;9.70;1195.50;-0.27;0.44 -12047;2;3034.00;10.85;1274.50;1.10;0.20 -12048;2;4456.00;9.70;989.50;-0.58;0.24 -12049;2;3305.00;9.82;1154.00;-0.78;0.16 -12050;2;4192.00;9.90;1015.50;0.41;0.20 -12051;2;2910.50;12.20;1254.50;-0.40;0.24 -12052;2;4695.00;10.30;1168.00;1.10;0.20 -12053;2;4538.50;10.95;1078.00;0.69;0.30 -12054;2;1584.00;9.70;1451.50;0.51;0.34 -12055;2;4638.50;10.00;1218.50;-0.78;0.20 -12056;2;5004.00;10.85;1302.50;0.27;0.26 -12057;2;4644.50;12.50;1066.50;1.16;0.24 -12058;2;3176.00;10.75;1238.50;4.46;0.20 -12059;2;4676.00;11.70;1129.50;-0.67;0.24 -12060;2;4814.00;9.50;1233.50;0.58;0.14 -12061;2;4636.50;10.35;1159.00;-1.19;0.28 -12062;2;4591.50;11.20;1273.00;1.19;0.24 -12063;2;4158.50;9.70;987.00;1.29;0.28 -12064;2;3242.50;14.00;196.50;-1.34;0.72 -12065;2;4456.50;10.65;1010.00;-0.98;0.34 -12066;2;3058.50;9.95;1296.00;-0.64;0.24 -12067;2;4680.50;9.70;1206.00;-0.64;0.22 -12068;2;4686.00;10.10;1018.50;0.38;0.22 -12069;2;4621.00;9.70;1237.50;0.51;0.26 -12070;2;2689.50;9.70;1275.00;-0.64;0.20 -12071;2;3321.00;10.30;1066.00;0.24;0.28 -12072;2;4970.50;12.10;1241.50;0.54;0.26 -12073;2;3344.00;11.47;1128.00;0.98;0.38 -12074;2;4662.00;11.35;1264.50;0.38;0.26 -12075;2;4445.50;10.30;989.50;0.95;0.32 -12076;2;4697.50;9.80;1158.00;-1.19;0.16 -12077;2;4546.00;10.25;1007.50;-1.01;0.22 -12078;2;4583.50;10.80;1281.50;1.16;0.24 -12079;2;3141.00;9.70;1159.50;-1.10;0.28 -12080;2;3987.50;10.60;1011.00;0.35;0.36 -12081;2;2745.50;13.65;1296.00;4.71;0.16 -12082;2;3039.50;10.70;1090.50;-0.06;0.92 -12083;2;2755.00;12.00;1290.50;-1.40;0.20 -12084;2;4640.50;11.50;1055.00;0.46;0.22 -12085;2;4790.50;9.70;1228.50;-0.78;0.26 -12086;2;4548.00;9.70;1139.50;-0.92;0.34 -12087;2;2729.50;11.50;1231.50;1.03;0.26 -12088;2;3096.50;10.10;1141.50;1.37;0.28 -12089;2;4812.00;11.50;1252.50;-1.32;0.20 -12090;2;4263.00;10.02;977.00;1.10;0.38 -12091;2;3221.00;9.85;1142.00;0.00;0.28 -12092;2;3951.00;9.80;1026.00;0.78;0.38 -12093;2;4645.50;9.75;1278.00;-0.89;0.24 -12094;2;3132.00;10.15;1185.00;-1.10;0.20 -12095;2;4580.50;9.90;1031.00;1.29;0.30 -12096;2;3266.50;10.00;1257.50;1.37;0.24 -12097;2;4958.00;9.72;1228.00;1.89;0.20 -12098;2;3068.50;10.00;1305.50;0.14;0.22 -12099;2;3264.50;10.60;1074.00;-1.43;0.78 -12100;2;2761.00;11.15;1227.50;0.38;0.28 -12101;2;3364.50;12.00;1111.50;0.42;0.52 -12102;2;3795.00;10.50;1660.00;-1.42;0.30 -12103;2;4891.00;11.07;765.00;2.82;0.24 -12104;2;4870.50;10.40;430.50;-0.78;0.32 -12105;2;3982.00;11.10;895.50;0.38;0.32 -12106;2;3806.50;10.00;1647.50;0.78;0.34 -12107;2;5041.00;10.70;534.50;0.92;0.34 -12108;2;3713.50;9.80;1453.00;0.94;0.48 -12109;2;4502.00;13.25;852.50;0.38;0.20 -12110;2;4593.00;9.62;600.00;0.24;0.22 -12111;2;3896.00;10.45;1509.50;-1.01;0.46 -12112;2;4727.00;10.40;806.50;1.32;0.22 -12113;2;4431.00;9.50;663.00;4.12;0.14 -12114;2;4054.50;9.90;937.00;-0.10;0.40 -12115;2;3809.50;9.80;1553.50;-1.06;0.38 -12116;2;4747.50;10.80;750.50;0.54;0.28 -12117;2;3701.50;13.40;1620.00;-0.08;0.36 -12118;2;4738.00;9.90;814.50;-0.38;0.12 -12119;2;4008.00;17.60;1320.50;0.21;0.58 -12120;2;5426.50;9.50;397.50;3.46;0.36 -12121;2;3868.50;10.40;1476.50;-0.50;0.54 -12122;2;4360.50;9.85;849.00;-0.89;0.20 -12123;2;5045.00;9.70;527.50;-1.21;0.34 -12124;2;997.50;13.40;1680.50;1.07;0.50 -12125;2;4334.50;9.60;897.50;-1.42;0.28 -12126;2;4345.61;9.50;646.78;0.92;0.98 -12127;2;4316.00;10.40;926.50;0.67;0.20 -12128;2;3659.50;11.40;1552.50;0.62;0.26 -12129;2;4513.00;9.80;662.50;-0.67;0.36 -12130;2;3689.00;9.95;1629.50;-0.85;0.36 -12131;2;4381.00;10.20;750.50;-0.92;0.22 -12132;2;5392.50;10.60;301.00;0.89;0.20 -12133;2;4452.00;9.65;805.00;-1.10;0.22 -12134;2;952.00;14.97;1569.00;0.92;0.40 -12135;2;5091.00;9.80;517.50;0.87;0.28 -12136;2;4951.50;10.45;1513.00;0.55;0.30 -12137;2;4051.00;10.20;1080.50;-0.51;0.38 -12138;2;4409.00;10.32;589.00;0.58;0.32 -12139;2;3806.50;9.80;1489.50;0.78;0.52 -12141;2;4417.00;10.85;1140.50;4.54;0.34 -12142;2;3987.50;10.70;931.50;-0.14;0.30 -12143;2;3801.00;9.80;1543.50;0.96;0.50 -12144;2;4371.00;9.50;746.50;-1.32;0.24 -12145;2;1257.00;11.10;1723.50;0.73;0.48 -12146;2;4011.00;11.30;846.50;1.17;0.40 -12147;2;1599.50;9.50;1917.00;-0.67;2.84 -12148;2;460.00;9.50;364.00;-0.46;0.22 -12149;2;1691.50;9.70;1676.00;-0.10;0.38 -12150;2;4484.00;12.30;844.50;0.67;0.32 -12151;2;4721.57;10.80;513.77;-1.32;0.18 -12152;2;3969.50;9.80;1514.50;0.78;0.48 -12153;2;4735.00;9.80;808.50;2.62;0.14 -12154;2;5082.00;11.75;559.50;1.10;0.28 -12155;2;918.00;12.45;1657.50;4.58;0.40 -12156;2;4493.50;11.30;1224.00;-1.29;0.40 -12157;2;3755.50;10.00;1606.00;0.64;0.40 -12158;2;4764.00;10.10;743.50;1.32;0.24 -12159;2;5600.00;9.50;377.00;-0.67;0.28 -12160;2;4762.50;11.20;783.50;0.32;0.18 -12161;2;3798.00;9.90;1305.00;0.27;0.50 -12162;2;4657.51;11.10;511.54;0.95;0.26 -12163;2;3694.50;9.80;1437.00;-0.98;0.44 -12164;2;4046.00;9.70;827.00;0.46;0.28 -12165;2;4453.50;10.10;573.50;0.54;0.26 -12166;2;1049.00;11.70;1843.50;1.32;0.70 -12167;2;4471.00;10.32;866.00;0.24;0.26 -12168;2;4407.00;9.75;651.00;-0.32;0.32 -12169;2;2818.00;11.85;1383.00;1.10;0.18 -12170;2;3792.00;9.80;1522.00;0.32;0.50 -12171;2;4610.50;9.70;725.50;-0.95;0.26 -12172;2;3647.00;10.00;1597.00;0.46;0.32 -12173;2;4378.00;9.80;891.50;0.38;0.26 -12174;2;4129.50;9.80;1677.00;0.46;0.34 -12175;2;3662.50;9.70;1744.50;1.07;0.38 -12176;2;4487.00;12.17;832.00;0.00;0.30 -12177;2;3854.50;10.80;1452.00;-0.74;0.58 -12178;2;4781.14;9.90;511.82;-1.21;0.24 -12179;2;3699.00;10.00;1475.00;-1.03;0.48 -12180;2;4051.00;9.95;865.50;-0.67;0.22 -12181;2;4382.00;10.30;649.00;-1.10;0.34 -12182;2;3963.50;11.75;937.00;-1.05;0.32 -12183;2;917.00;10.40;1641.00;-1.19;0.32 -12184;2;4419.00;9.82;644.00;0.78;0.24 -12185;2;3821.50;10.60;1606.00;-1.15;0.38 -12186;2;4631.00;10.65;732.50;0.27;0.34 -12187;2;3689.50;10.50;1733.00;-0.61;0.48 -12188;2;4771.00;10.40;786.00;0.00;0.20 -12189;2;4915.50;10.10;1475.50;-0.14;0.36 -12190;2;4766.50;11.05;508.00;4.71;0.18 -12191;2;4425.00;12.00;838.50;0.67;0.22 -12192;2;4920.50;9.90;1492.50;-0.32;0.42 -12193;2;5091.50;12.45;551.00;0.46;0.40 -12194;2;3885.50;10.35;1494.00;0.46;0.52 -12195;2;4397.00;10.35;881.00;0.98;0.30 -12196;2;4637.50;9.70;646.00;1.19;0.28 -12197;2;4299.00;10.82;921.00;0.24;0.20 -12198;2;3768.50;9.80;1524.00;0.86;0.50 -12199;2;4411.50;10.60;728.50;0.78;0.26 -12200;2;3708.50;12.50;1573.00;4.71;0.40 -12201;2;4348.50;9.80;788.50;-1.37;0.24 -12202;2;1711.00;10.20;1638.50;0.18;0.38 -12203;2;3643.00;9.80;1686.50;0.51;0.26 -12204;2;4497.50;9.70;828.50;-1.03;0.24 -12205;2;1596.00;10.30;1666.00;-0.98;0.36 -12206;2;4744.50;12.50;497.00;0.24;0.18 -12208;2;3967.50;9.90;883.50;-1.16;0.28 -12209;2;4431.50;9.80;569.50;0.95;0.34 -12210;2;4467.00;11.00;903.00;-0.98;0.32 -12211;2;884.00;10.70;1643.50;1.10;0.32 -12212;2;4406.00;9.72;627.00;-1.24;0.28 -12213;2;4701.00;9.65;941.50;0.38;0.30 -12214;2;918.50;13.90;1686.50;0.40;0.34 -12215;2;4379.50;9.70;715.00;0.46;0.16 -12216;2;3691.00;10.30;1670.50;-0.51;0.38 -12217;2;4759.00;11.90;774.50;0.92;0.18 -12218;2;3884.00;11.65;1273.50;0.00;0.44 -12219;2;4673.50;9.95;496.00;1.19;0.20 -12220;2;4364.50;9.60;840.50;1.24;0.16 -12221;2;1714.00;11.35;1662.00;-1.40;0.32 -12222;2;5148.50;9.85;553.00;4.71;0.16 -12223;2;1685.50;10.85;1691.00;0.52;0.44 -12224;2;4395.00;9.70;871.50;1.10;0.24 -12225;2;4614.00;10.72;626.00;-1.10;0.30 -12226;2;4012.50;11.60;946.00;0.46;0.36 -12227;2;3746.50;10.00;1516.00;0.71;0.40 -12228;2;4639.40;10.70;713.80;-1.21;0.26 -12229;2;3773.50;10.90;1588.00;0.98;0.44 -12230;2;4345.50;9.50;781.50;1.16;0.22 -12231;2;850.92;11.30;1754.63;1.16;0.66 -12232;2;4482.00;9.80;820.50;1.81;0.18 -12233;2;3712.50;9.80;1418.00;1.78;0.48 -12234;2;4685.50;11.00;492.50;2.94;0.36 -12235;2;3674.00;9.85;1468.50;0.87;0.36 -12236;2;4699.50;10.10;871.00;-1.19;0.26 -12237;2;5094.50;10.70;543.50;-1.37;0.20 -12238;2;4334.50;9.90;924.50;0.78;0.22 -12239;2;3867.00;12.07;1274.00;1.24;0.44 -12240;2;5052.00;9.90;586.50;1.21;0.28 -12241;2;4086.00;11.55;951.50;-0.70;0.28 -12242;2;3650.00;9.90;1565.00;-1.24;0.24 -12243;2;4625.50;10.60;709.50;4.60;0.18 -12244;2;3642.00;9.85;1664.00;-0.78;0.26 -12245;2;4767.00;10.92;776.00;0.78;0.20 -12246;2;4881.50;9.65;473.00;1.95;0.14 -12247;2;4028.00;10.22;815.00;1.24;0.24 -12248;2;3872.50;12.55;1256.00;1.08;0.42 -12249;2;4483.00;10.02;547.00;-1.10;0.26 -12250;2;3894.00;17.70;1297.50;-1.44;0.32 -12252;2;4621.00;9.70;612.50;0.87;0.28 -12253;2;4685.50;10.15;914.00;4.71;0.18 -12254;2;3665.50;9.85;1489.00;-0.98;0.42 -12255;2;4400.50;10.35;700.00;0.12;0.18 -12256;2;4312.50;10.20;952.00;0.10;0.26 -12257;2;3825.50;10.10;1573.00;1.29;0.46 -12258;2;4074.00;13.00;761.00;-1.24;0.28 -12259;2;820.00;10.87;1746.00;1.03;0.36 -12260;2;4454.50;9.70;829.50;1.16;0.24 -12261;2;4891.50;10.30;1498.50;0.42;0.48 -12262;2;4373.50;12.90;1030.00;-1.05;0.32 -12263;2;4936.50;9.70;1511.50;0.49;0.54 -12264;2;4412.00;9.75;876.50;0.67;0.22 -12265;2;5252.00;9.50;540.00;4.12;0.26 -12266;2;3845.50;10.40;1513.00;0.94;0.48 -12267;2;4293.50;10.50;909.00;3.78;0.24 -12268;2;4438.00;10.00;603.00;-0.32;0.26 -12269;2;3947.00;9.70;939.50;-1.40;0.30 -12270;2;3664.50;10.45;1563.00;-0.46;0.30 -12271;2;4407.50;10.40;694.00;-1.35;0.20 -12272;2;839.00;11.10;1731.00;1.10;0.40 -12273;2;4755.50;10.70;765.50;0.54;0.22 -12274;2;4466.00;10.60;1166.00;-0.78;0.32 -12275;2;4003.50;11.30;824.00;0.64;0.26 -12276;2;1610.50;10.55;1654.00;-0.46;0.40 -12277;2;4526.50;11.20;531.50;0.54;0.22 -12278;2;1526.00;10.20;1661.50;1.65;0.54 -12279;2;4733.28;11.60;860.46;1.24;0.24 -12280;2;4576.00;10.22;606.00;1.24;0.28 -12281;2;878.00;10.70;1614.50;1.10;0.40 -12282;2;4425.00;14.60;1045.00;0.98;0.42 -12283;2;4556.50;10.30;680.50;0.91;0.30 -12284;2;4291.50;10.10;937.00;0.35;0.24 -12285;2;3830.00;10.10;1563.50;-0.96;0.44 -12286;2;4361.00;9.70;765.00;0.58;0.20 -12287;2;3744.50;11.30;1638.50;-1.24;0.30 -12288;2;4456.00;9.70;818.00;0.58;0.24 -12289;2;1776.00;9.70;1664.00;0.46;0.42 -12290;2;4904.00;10.15;453.00;0.46;0.32 -12291;2;1730.50;10.50;1692.50;-0.60;0.56 -12292;2;4347.50;9.70;848.00;0.12;0.40 -12293;2;4539.50;10.00;531.50;0.78;0.26 -12294;2;3716.50;9.80;1488.50;-1.14;0.40 -12295;2;3971.00;11.55;917.50;-1.22;0.34 -12296;2;4449.00;10.30;596.00;1.10;0.20 -12297;2;4461.00;10.40;937.50;0.67;0.28 -12298;2;3673.00;10.00;1554.00;1.57;0.28 -12299;2;4421.00;9.50;668.50;-1.32;0.18 -12300;2;4550.50;13.15;1291.00;0.10;0.36 -12301;2;1229.50;11.30;1409.50;0.68;0.46 -12302;2;4372.50;10.30;669.50;0.11;0.32 -12303;2;998.00;10.95;1440.50;1.01;0.38 -12304;2;1602.50;9.85;1160.00;4.33;0.22 -12305;2;1404.00;9.80;1510.50;0.27;0.30 -12306;2;1751.00;12.55;223.50;0.62;0.68 -12307;2;4126.00;10.60;1015.50;-0.21;0.34 -12308;2;5135.50;11.20;283.00;0.89;0.42 -12309;2;3519.50;11.30;1349.50;1.42;0.24 -12310;2;4541.50;10.55;1099.00;-1.05;0.36 -12311;2;4854.00;10.30;390.50;0.74;0.62 -12312;2;1420.00;10.40;1582.00;0.46;0.22 -12313;2;1357.00;9.80;1361.50;1.27;0.34 -12314;2;3885.00;10.60;1263.00;-1.29;0.52 -12315;2;4892.50;12.80;629.50;0.91;0.34 -12316;2;3423.50;11.00;1212.00;0.12;0.38 -12317;2;4326.50;10.70;951.50;-0.78;0.22 -12318;2;3471.50;17.10;1287.00;0.89;0.28 -12319;2;4422.00;13.00;1007.50;1.01;0.28 -12320;2;3503.50;12.40;1322.50;0.40;0.24 -12321;2;1804.00;9.60;206.00;-0.78;0.66 -12322;2;4294.50;11.30;1089.50;0.09;0.50 -12323;2;4638.50;9.70;265.50;-1.39;0.54 -12324;2;3736.50;9.80;1355.00;0.86;0.40 -12325;2;1490.50;10.30;1376.00;-0.16;0.28 -12326;2;4859.50;10.50;422.00;0.94;0.62 -12327;2;4397.50;15.80;1285.50;1.00;0.52 -12328;2;1398.50;10.30;1419.50;-0.95;0.40 -12329;2;3846.00;10.30;1417.00;1.10;0.50 -12330;2;4674.00;14.17;605.00;-1.24;0.22 -12331;2;4540.00;14.20;1358.00;0.11;0.62 -12332;2;4429.50;10.60;947.50;0.95;0.32 -12333;2;3727.00;14.10;1285.00;1.05;0.56 -12334;2;2125.50;11.20;513.50;-1.00;0.44 -12335;2;4287.50;9.90;1018.50;0.50;0.36 -12336;2;1935.00;9.60;296.50;-1.48;0.38 -12337;2;4710.00;11.30;1413.50;1.21;0.32 -12338;2;4186.50;13.50;1081.50;-1.30;0.32 -12339;2;4886.50;10.05;428.00;-0.10;0.38 -12340;2;3904.50;10.50;1381.50;1.00;0.54 -12341;2;1292.00;10.40;1363.50;-0.21;0.46 -12342;2;4868.50;10.20;1451.00;0.46;0.36 -12343;2;4397.00;9.80;634.50;1.10;0.28 -12344;2;4570.50;14.00;1277.50;0.78;0.30 -12345;2;4378.00;11.10;925.00;0.46;0.24 -12346;2;1387.00;9.90;1482.50;0.62;0.42 -12347;2;1622.00;9.70;1201.50;1.10;0.36 -12348;2;4628.50;12.90;1388.50;0.95;0.48 -12349;2;1785.00;10.17;174.00;0.14;0.68 -12350;2;4565.50;9.80;1082.00;-1.19;0.24 -12351;2;1863.00;9.72;303.00;-1.32;0.44 -12352;2;5018.50;10.00;1389.50;-0.09;0.30 -12353;2;1516.00;10.30;1363.00;0.78;0.30 -12354;2;5018.50;9.70;387.00;-0.71;0.54 -12355;2;4820.00;11.12;1424.00;-0.78;0.34 -12356;2;4515.00;13.30;1255.00;1.03;0.42 -12357;2;1429.50;10.60;1593.00;0.71;0.40 -12358;2;4673.00;10.35;632.00;4.39;0.32 -12359;2;3650.50;9.60;1282.00;-1.22;0.42 -12360;2;4419.00;10.15;913.50;0.58;0.40 -12361;2;1355.00;10.60;1514.50;0.58;0.44 -12362;2;5565.00;10.05;194.50;0.92;0.20 -12363;2;4332.50;12.40;1025.50;0.14;0.36 -12364;2;1887.00;9.70;287.50;1.01;0.40 -12365;2;1390.00;12.30;1532.50;1.10;0.28 -12366;2;4236.50;11.80;1073.00;-1.36;0.30 -12367;2;5050.00;12.67;372.00;4.71;0.42 -12368;2;1425.00;10.25;1571.00;0.98;0.28 -12369;2;1279.50;10.20;1301.50;1.64;0.38 -12370;2;3968.00;17.30;1327.00;-1.05;0.48 -12371;2;4995.00;10.77;601.00;-0.98;0.26 -12372;2;3460.00;10.02;1222.00;-0.58;0.44 -12373;2;4397.00;10.30;905.50;-0.85;0.36 -12374;2;986.50;11.20;1413.00;-1.29;0.36 -12375;2;4105.50;11.00;1004.50;0.50;0.40 -12376;2;3485.50;15.10;1318.50;1.16;0.26 -12377;2;5091.00;10.17;157.00;1.10;0.48 -12378;2;4548.50;12.90;1055.00;1.19;0.32 -12379;2;1899.00;9.70;277.00;1.89;0.34 -12380;2;3497.50;15.65;1336.00;-0.46;0.18 -12381;2;1533.50;9.70;1363.50;1.06;0.32 -12382;2;5061.50;10.85;348.00;1.01;0.44 -12383;2;3672.00;10.00;1368.00;0.00;0.40 -12384;2;1488.00;10.05;1424.00;-0.58;0.26 -12385;2;3946.50;10.60;1410.50;0.22;0.52 -12386;2;4878.50;9.50;598.50;-1.42;0.54 -12387;2;3449.00;10.50;1274.00;-1.32;0.28 -12388;2;4403.00;10.00;893.00;0.78;0.30 -12389;2;2815.00;9.50;1516.00;-0.32;0.28 -12390;2;3909.50;11.30;1696.50;0.88;0.50 -12391;2;3080.00;13.20;391.50;1.30;1.18 -12392;2;4397.50;12.00;1004.00;4.49;0.36 -12393;2;3710.50;10.20;1828.50;-0.63;0.60 -12394;2;1855.00;10.00;261.50;0.18;0.50 -12395;2;4246.00;10.50;1060.50;0.70;0.34 -12396;2;2016.50;11.75;386.00;0.73;0.52 -12397;2;3871.50;11.35;1386.00;-0.55;0.54 -12398;2;1405.50;9.50;1351.00;1.57;0.26 -12399;2;985.00;17.07;1520.00;0.98;0.64 -12400;2;5038.50;10.30;586.50;0.78;0.46 -12401;2;1343.00;10.35;1393.00;-0.24;0.32 -12402;2;4434.50;10.00;895.00;1.01;0.38 -12403;2;4573.00;14.25;1341.50;0.27;0.42 -12404;2;4298.50;10.20;994.00;-0.89;0.30 -12405;2;1582.00;12.30;1555.50;0.67;0.20 -12406;2;5133.50;9.70;144.50;1.37;0.32 -12407;2;4536.50;12.00;1063.50;0.78;0.30 -12408;2;4529.50;10.95;1192.00;0.64;0.26 -12409;2;1844.00;10.10;244.50;0.62;0.44 -12410;2;1304.50;10.25;1349.00;-1.19;0.44 -12411;2;5082.00;10.00;328.00;0.78;0.50 -12412;2;4805.50;10.10;1425.50;1.16;0.20 -12413;2;3451.50;10.80;1204.50;0.09;0.44 -12414;2;4510.50;13.90;1135.50;0.14;0.38 -12415;2;4395.00;12.25;611.00;-1.24;0.30 -12416;2;3429.50;10.80;1271.50;-1.46;0.28 -12417;2;4450.00;9.97;884.00;1.24;0.30 -12418;2;1341.00;10.42;1583.00;-0.98;0.42 -12419;2;3149.00;13.60;141.50;0.47;0.68 -12420;2;4074.00;10.60;986.50;0.27;0.36 -12421;2;5033.00;12.82;1389.00;1.32;0.24 -12422;2;2168.50;11.90;626.00;1.31;0.48 -12423;2;4229.50;10.30;1050.50;0.66;0.40 -12424;2;5091.00;10.30;314.50;-1.21;0.40 -12425;2;995.00;13.12;1484.00;0.98;0.54 -12426;2;4600.00;9.90;1175.50;1.73;0.30 -12427;2;4130.50;14.60;1506.00;0.98;0.42 -12428;2;5049.50;14.55;569.00;4.71;0.52 -12429;2;1422.00;10.40;1402.50;1.01;0.30 -12430;2;3896.50;18.65;1308.00;0.35;0.34 -12431;2;4428.00;10.00;886.50;0.38;0.26 -12432;2;4565.00;13.30;1319.00;-0.78;0.36 -12433;2;4400.50;11.10;986.50;-0.78;0.30 -12434;2;3560.50;11.30;1313.00;-1.29;0.40 -12435;2;5110.50;11.70;133.50;-1.06;0.40 -12436;2;4483.50;11.45;1049.00;-0.46;0.32 -12437;2;1448.50;9.80;1523.50;0.40;0.32 -12438;2;2070.50;12.10;521.00;0.39;0.46 -12439;2;1533.00;9.70;1342.00;4.71;0.34 -12440;2;1916.50;9.90;357.50;-0.40;0.56 -12441;2;3486.00;13.95;1338.00;-0.46;0.24 -12442;2;3401.50;12.60;1216.50;0.78;0.32 -12443;2;4880.00;9.80;1443.50;1.10;0.30 -12444;2;4710.00;10.50;582.50;2.46;0.30 -12445;2;1559.50;10.70;1471.50;0.19;0.22 -12446;2;5037.53;9.70;1450.09;1.32;0.56 -12447;2;4449.50;10.40;863.00;-1.05;0.30 -12448;2;4563.00;13.60;1382.50;0.51;0.44 -12449;2;4304.50;10.10;976.50;0.78;0.24 -12450;2;3516.00;16.80;1324.00;0.46;0.26 -12451;2;5138.00;10.60;220.50;1.22;0.40 -12452;2;4151.00;10.12;1037.00;0.78;0.32 -12453;2;1890.00;9.67;333.00;0.14;0.50 -12454;2;3702.00;9.80;1367.00;0.38;0.52 -12455;2;3395.50;12.10;1119.00;1.13;0.50 -12456;2;1412.00;10.10;1595.50;0.00;0.32 -12457;2;4966.50;10.00;520.00;0.46;0.34 -12458;2;1358.00;9.70;1431.00;1.10;0.36 -12459;2;1728.00;9.80;1632.00;0.64;0.36 -12460;2;4439.00;10.15;869.00;-0.78;0.30 -12461;2;993.00;11.95;1399.50;1.44;0.32 -12462;2;4131.50;9.75;964.00;1.29;0.30 -12463;2;1367.50;10.70;1481.50;0.11;0.38 -12464;2;4304.50;10.50;1038.50;0.32;0.30 -12465;2;3756.50;9.80;1341.50;1.13;0.46 -12466;2;1982.00;11.75;434.50;0.96;0.54 -12467;2;4576.00;9.85;1138.00;-0.38;0.36 -12468;2;1914.50;9.90;343.50;1.06;0.40 -12469;2;4680.00;11.80;1414.50;-0.51;0.42 -12470;2;1507.00;9.70;1385.50;0.70;0.40 -12471;2;3773.50;9.70;1398.50;0.78;0.52 -12472;2;4577.50;9.70;520.50;1.46;0.24 -12473;2;3387.50;10.45;1254.00;1.29;0.32 -12474;2;3687.00;9.80;1415.00;-0.32;0.48 -12475;2;4453.00;10.30;849.00;-0.78;0.28 -12476;2;3483.00;13.15;1278.00;1.32;0.28 -12477;2;1592.50;9.70;1163.50;1.24;0.68 -12478;2;4689.00;10.20;1390.50;0.41;0.32 -12479;2;2087.00;11.85;511.50;-0.87;0.42 -12480;2;4095.50;10.40;1028.50;-0.19;0.28 -12481;2;1945.50;9.80;322.00;-1.05;0.48 -12482;2;4829.00;11.32;1414.00;-1.19;0.26 -12483;2;4564.50;9.70;1104.00;1.29;0.34 -12484;2;5020.00;10.30;516.50;1.04;0.42 -12485;2;4723.00;9.95;1445.50;-0.62;0.54 -12486;2;1334.00;10.40;1378.50;-0.87;0.32 -12487;2;3895.00;10.75;1424.00;0.51;0.60 -12488;2;4325.50;10.35;701.00;0.52;0.44 -12489;2;1364.00;10.20;1439.00;0.64;0.36 -12490;2;4068.50;10.20;971.00;-0.94;0.36 -12491;2;3722.00;9.80;1309.50;0.96;0.52 -12492;2;4295.00;9.80;1024.00;4.71;0.24 -12493;2;5032.50;11.00;1368.00;-1.05;0.38 -12494;2;1825.00;9.92;220.00;1.22;0.62 -12495;2;4591.50;10.90;1099.00;0.69;0.32 -12496;2;1912.00;9.80;311.50;-1.27;0.42 -12497;2;1408.00;10.40;1542.00;0.32;0.34 -12498;2;1486.00;10.32;1388.00;0.24;0.36 -12499;2;4929.00;9.50;436.50;1.27;0.36 -12500;2;4890.00;9.70;1436.50;1.10;0.30 -12501;2;1438.00;12.45;1466.50;4.61;0.30 -12502;2;3797.00;13.72;1881.00;0.46;1.26 -12503;2;924.00;9.50;913.00;-0.79;1.10 -12504;2;3271.00;13.25;424.50;1.28;0.64 -12505;2;1977.00;9.70;1681.00;1.10;0.52 -12506;2;4571.50;12.80;1650.00;1.39;0.60 -12507;2;4515.50;14.30;1509.50;0.63;0.70 -12508;2;834.50;12.60;1866.50;0.70;1.32 -12509;2;4185.50;14.55;1518.00;-1.43;0.56 -12510;2;4053.50;10.40;1675.00;0.83;0.68 -12511;2;4007.50;14.10;1356.00;4.71;0.40 -12512;2;2084.00;11.82;1881.00;-0.30;2.12 -12513;2;1289.00;10.50;1534.00;-1.32;0.38 -12514;2;4102.00;10.37;1742.00;-0.98;0.62 -12515;2;4143.00;10.15;1594.00;0.89;0.54 -12516;2;1257.50;11.30;1581.50;0.68;0.52 -12517;2;3979.50;10.05;1813.00;-0.81;0.94 -12518;2;5012.00;10.90;1728.50;-0.42;1.52 -12519;2;3100.50;13.20;338.50;-1.08;0.92 -12520;2;4256.00;12.80;1477.00;0.69;0.64 -12521;2;3878.50;10.40;1638.50;0.66;0.38 -12522;2;5225.50;10.10;1615.50;-0.78;1.28 -12523;2;4350.00;10.40;1686.00;0.67;0.66 -12524;2;4223.00;13.00;1347.50;-0.88;0.58 -12525;2;4463.00;11.30;1580.50;-0.92;0.68 -12526;2;4071.50;15.20;1370.50;0.40;0.40 -12527;2;3701.00;10.40;1712.50;0.92;0.42 -12528;2;4148.50;10.20;1570.00;-0.64;0.50 -12529;2;4061.50;10.55;1423.00;-1.08;0.50 -12530;2;3579.50;9.70;1965.50;1.63;0.44 -12531;2;4540.00;10.30;1781.00;0.96;1.10 -12532;2;5102.50;11.80;96.50;0.78;0.32 -12533;2;4524.00;12.75;1492.00;-1.47;0.50 -12534;2;1050.50;11.30;1893.50;1.70;1.60 -12535;2;1055.00;14.35;1591.50;-1.04;0.54 -12536;2;4127.00;10.40;1643.50;0.65;0.48 -12537;2;4703.00;12.40;1551.50;-1.21;0.66 -12538;2;4577.50;10.50;1721.50;-1.00;1.00 -12539;2;4462.00;14.25;1365.00;-0.27;0.68 -12540;2;4412.00;11.05;1576.00;0.87;0.48 -12541;2;4378.00;14.02;1400.00;0.85;0.68 -12542;2;3997.00;10.32;1735.00;0.29;0.60 -12543;2;4709.00;10.70;1593.00;0.27;0.64 -12544;2;4312.00;15.45;1448.50;0.23;0.60 -12545;2;4067.50;9.70;1883.50;1.09;1.38 -12546;2;3980.50;9.80;1609.50;0.42;0.54 -12547;2;3155.00;10.52;91.00;-1.03;0.60 -12548;2;4783.00;11.17;1491.00;-1.32;0.54 -12549;2;4877.50;10.30;1951.50;0.22;2.24 -12550;2;1354.00;10.90;1659.50;-0.21;0.42 -12551;2;5089.50;10.15;1735.00;0.58;1.42 -12552;2;1144.00;15.12;1464.00;0.46;0.64 -12553;2;976.50;14.40;1638.50;1.00;0.58 -12554;2;4635.00;12.65;1416.00;-1.03;0.44 -12555;2;4222.00;9.95;1748.00;0.41;0.72 -12556;2;4653.50;11.80;1587.00;-0.52;0.68 -12557;2;4599.50;12.10;1461.00;-0.83;0.68 -12558;2;3674.50;10.50;1789.00;0.18;0.62 -12559;2;4992.50;9.70;1587.00;0.61;0.56 -12560;2;5109.50;12.40;102.50;-1.16;0.28 -12561;2;1132.50;16.30;1567.50;0.70;0.58 -12562;2;3145.00;9.80;1555.00;1.10;0.22 -12563;2;4248.50;10.60;1602.50;0.04;0.86 -12564;2;4106.50;12.65;1495.00;0.98;0.48 -12565;2;4683.50;12.25;1678.00;-0.24;0.58 -12566;2;1224.00;11.20;1663.00;0.27;0.56 -12567;2;3743.00;10.65;1669.50;-0.43;0.46 -12568;2;1488.00;10.40;1490.00;0.58;0.34 -12569;2;4926.00;10.75;1571.50;1.17;0.54 -12570;2;1209.50;12.60;1512.50;0.48;0.36 -12571;2;873.00;11.40;1828.50;0.63;0.96 -12572;2;1105.50;11.90;1680.50;1.49;0.52 -12573;2;1031.00;15.60;1514.50;-0.92;0.46 -12574;2;3949.50;9.80;1791.00;0.24;0.56 -12575;2;2260.50;9.50;824.50;-1.22;0.80 -12576;2;5046.00;10.65;94.00;4.71;0.26 -12577;2;1315.00;10.85;1612.50;0.85;0.34 -12578;2;975.50;13.40;1726.00;-0.18;0.62 -12579;2;4361.00;13.65;1518.50;1.17;0.68 -12580;2;3967.50;10.40;1681.50;0.78;0.64 -12581;2;3913.50;14.50;1312.50;-0.26;0.56 -12582;2;1506.00;10.55;1668.00;1.19;0.56 -12583;2;3971.00;11.85;1370.50;0.51;0.40 -12584;2;3778.50;10.50;1645.00;1.41;0.24 -12585;2;1094.50;13.30;1660.50;4.63;0.40 -12586;2;1302.50;10.40;1572.00;0.94;0.44 -12587;2;3661.50;10.00;1762.00;1.15;0.38 -12588;2;1341.50;11.20;1692.00;0.91;0.60 -12589;2;3104.00;10.10;87.00;-1.10;0.84 -12590;2;4152.50;11.70;1458.50;1.24;0.52 -12591;2;4844.00;12.15;1622.00;-0.86;0.68 -12592;2;5150.50;10.90;1854.50;-0.22;2.82 -12593;2;1215.00;10.70;1765.50;0.63;0.64 -12594;2;4079.00;10.32;1528.00;1.35;0.52 -12595;2;4232.00;10.60;1690.00;0.00;0.64 -12596;2;4295.50;18.40;1315.00;1.19;0.52 -12597;2;1304.50;10.90;1685.00;-0.24;0.50 -12598;2;4282.00;13.85;1392.00;0.78;0.58 -12599;2;4139.00;9.80;1721.00;-1.29;0.56 -12600;2;1762.50;11.65;1798.00;0.57;1.16 -12601;2;4079.00;15.32;1393.00;0.98;0.78 -12602;2;3914.50;9.80;1774.00;-0.46;0.62 -12603;2;1186.00;11.00;1726.00;0.46;0.74 -12604;2;5546.00;9.70;147.00;0.98;0.32 -12605;2;4451.00;14.70;1489.50;0.73;0.66 -12606;2;4045.00;9.80;1634.50;1.04;0.54 -12607;2;996.00;14.05;1586.00;0.58;0.60 -12608;2;4549.50;10.40;1733.50;-0.69;1.16 -12609;2;4515.00;14.55;1356.50;1.17;0.40 -12610;2;4329.50;13.90;1547.00;1.31;0.58 -12611;2;4654.00;10.40;1743.00;0.78;1.20 -12612;2;4530.00;12.75;1414.50;0.62;0.52 -12613;2;4052.00;10.10;1548.50;-0.34;0.60 -12614;2;4349.00;14.80;1429.50;0.75;0.62 -12615;2;4203.00;9.80;1794.00;-0.84;1.04 -12616;2;3997.50;10.10;1590.50;1.00;0.58 -12617;2;5558.00;10.05;138.00;0.46;0.30 -12618;2;4770.00;10.10;1480.00;0.98;0.52 -12619;2;3907.00;10.45;1595.00;-0.78;0.46 -12620;2;1259.50;11.00;1624.50;0.78;0.44 -12621;2;4305.00;10.87;1642.00;1.24;0.64 -12622;2;4671.50;11.00;1541.00;0.86;0.78 -12623;2;4903.00;10.10;1756.00;0.23;1.16 -12624;2;1223.00;13.75;1478.50;1.10;0.20 -12625;2;4324.00;13.15;1572.50;1.32;0.62 -12626;2;3667.50;9.80;1664.00;-1.15;0.26 -12627;2;1169.50;16.40;1492.50;0.70;0.52 -12628;2;4287.50;13.10;1594.50;0.88;0.50 -12629;2;4614.50;12.20;1436.00;0.84;0.64 -12630;2;3856.50;10.10;1767.50;0.71;0.70 -12631;2;4168.50;10.90;1622.50;0.09;0.50 -12632;2;5521.50;11.40;107.00;-1.01;0.44 -12633;2;1107.00;15.50;1566.50;0.34;0.46 -12634;2;4977.00;12.70;1846.50;1.14;2.44 -12635;2;4079.50;13.60;1480.50;0.85;0.56 -12636;2;1229.50;10.20;1792.50;0.15;0.56 -12637;2;1515.00;11.85;1491.00;0.78;0.38 -12638;2;4924.50;11.25;1540.00;-0.94;0.54 -12639;2;3979.50;10.40;1717.00;1.08;0.68 -12640;2;3919.00;10.87;1372.00;0.00;0.36 -12641;2;4598.50;11.60;1558.50;0.07;0.62 -12642;2;1192.50;13.80;1532.50;1.30;0.52 -12643;2;4195.00;10.10;1830.50;0.33;1.24 -12644;2;4515.00;12.07;1578.00;-0.87;0.66 -12645;2;5085.00;10.10;36.50;0.00;0.36 -12646;2;1307.50;10.50;1596.00;0.12;0.38 -12647;2;4429.50;11.45;1613.00;-0.16;0.72 -12648;2;3215.50;13.00;182.00;-0.91;0.90 -12649;2;4337.50;14.65;1501.00;4.71;0.56 -12650;2;4875.50;12.80;1643.50;-0.99;0.68 -12651;2;1091.50;17.15;1611.00;0.27;0.76 -12652;2;3932.00;9.70;1657.00;-0.87;0.56 -12653;2;3919.50;17.80;1262.00;0.51;0.50 -12654;2;4823.00;10.00;1539.00;-0.16;0.64 -12655;2;4248.00;10.30;1725.50;0.62;0.74 -12656;2;4179.00;12.27;1382.00;-1.37;0.52 -12657;2;4792.50;10.65;1559.00;0.51;0.76 -12658;2;3920.50;10.35;1394.00;-0.91;0.56 -12659;2;3732.50;15.80;1742.00;-0.18;0.54 -12660;2;4723.50;11.60;1611.50;-1.13;0.56 -12661;2;353.50;9.60;1906.50;-0.76;1.92 -12662;2;4092.00;10.60;1451.00;0.92;0.54 -12663;2;1183.00;11.00;1760.00;0.14;0.68 -12664;2;5563.00;9.80;180.50;-0.92;0.26 -12665;2;4579.00;11.95;1500.50;0.58;0.68 -12666;2;4200.50;10.60;1678.00;4.71;0.56 -12667;2;1281.00;10.60;1622.50;-1.10;0.50 -12668;2;4512.50;10.50;1739.50;-0.05;0.90 -12669;2;4447.00;14.20;1385.50;0.99;0.60 -12670;2;1450.00;10.60;1475.00;1.57;0.20 -12671;2;4241.50;14.50;1404.50;1.18;0.42 -12672;2;4003.00;10.30;1763.50;0.87;0.62 -12673;2;972.50;10.90;1672.50;1.20;0.46 -12674;2;2478.50;10.90;1887.00;0.80;1.28 -12675;2;4350.00;15.77;1461.00;1.44;0.60 -12676;2;1016.50;13.20;1683.00;0.57;0.60 -12677;2;3206.50;13.40;439.00;-0.74;1.12 -12678;2;4868.00;10.30;1492.50;0.58;0.54 -12679;2;4000.50;9.80;1618.50;0.63;0.60 -12680;2;1925.50;9.80;1694.00;-1.12;0.84 -12681;2;4467.00;10.80;1703.50;-0.70;0.88 -12682;2;1196.00;10.30;1831.00;0.55;1.02 -12683;2;5178.00;10.40;1726.50;1.03;1.58 -12684;2;1178.00;13.30;1450.50;0.92;0.62 -12685;2;1243.00;10.70;1706.00;-1.19;0.50 -12686;2;4459.50;14.70;1429.00;-0.46;0.70 -12687;2;4309.50;10.60;1841.50;-1.03;1.36 -12688;2;1264.00;10.15;1745.50;0.90;0.64 -12689;2;2516.00;11.50;1879.50;-1.08;1.60 -12690;2;4632.50;11.20;1470.00;0.73;0.56 -12691;2;4270.50;11.20;1635.50;0.78;0.78 -12692;2;3141.00;12.05;104.50;0.65;0.80 -12693;2;1333.00;10.50;1673.00;0.78;0.48 -12694;2;4807.50;11.85;1686.00;1.23;0.72 -12695;2;4249.00;12.75;1508.00;0.92;0.72 -12696;2;3818.00;9.90;1684.50;0.92;0.62 -12697;2;1410.00;10.60;1532.00;4.71;0.28 -12698;2;1918.00;10.47;1731.00;-0.55;0.88 -12699;2;1031.00;15.07;1497.00;4.71;0.46 -12700;2;3830.00;10.00;1753.00;-0.24;0.86 -12701;2;1496.50;10.75;1736.00;-1.17;0.82 -12702;2;3574.00;9.90;1075.00;0.87;0.56 -12703;2;1640.00;10.90;985.00;-0.46;0.48 -12704;2;3665.00;12.37;1219.00;1.05;0.52 -12705;2;4439.50;11.20;1123.00;-1.15;0.30 -12706;2;4491.00;14.05;1310.00;-1.37;0.44 -12707;2;2832.50;10.15;855.00;0.41;0.84 -12708;2;4017.50;15.80;1154.50;0.66;0.48 -12709;2;1477.00;12.45;1495.50;1.44;0.36 -12710;2;2582.50;9.70;894.50;1.28;0.84 -12711;2;2830.00;10.50;1145.00;1.27;0.82 -12712;2;1299.00;14.40;1132.50;1.50;0.50 -12713;2;4519.50;12.50;1215.00;4.71;0.32 -12714;2;3452.00;14.70;784.50;-1.26;0.84 -12715;2;1406.50;9.70;1203.50;-1.45;0.60 -12716;2;1877.50;9.90;963.50;0.57;0.92 -12717;2;3928.00;12.47;1209.00;0.89;0.58 -12718;2;3933.50;10.10;1091.50;0.42;0.56 -12719;2;3181.00;11.70;744.00;-1.27;1.16 -12720;2;1189.00;12.20;1402.50;0.11;0.42 -12721;2;1238.00;15.50;1263.00;-0.78;0.54 -12722;2;3853.00;13.95;1288.50;0.41;0.40 -12723;2;3380.50;12.85;892.00;4.71;0.54 -12724;2;4359.50;18.95;1124.00;0.13;0.46 -12725;2;3380.50;12.20;977.50;1.34;0.62 -12726;2;3544.50;9.70;1158.50;1.14;0.48 -12727;2;3532.50;12.50;1039.50;-1.14;0.74 -12728;2;1234.00;10.80;1360.50;0.49;0.54 -12729;2;1700.00;10.05;872.50;0.00;0.98 -12730;2;4251.50;16.85;1098.00;0.16;0.38 -12731;2;2862.00;10.40;771.00;0.16;0.64 -12732;2;4406.00;14.47;1259.00;0.92;0.54 -12733;2;3202.50;10.40;1078.00;4.71;0.62 -12734;2;4020.00;12.30;859.50;-1.40;0.38 -12735;2;1453.50;10.50;1423.00;0.84;0.40 -12736;2;1081.50;9.55;1262.00;0.98;0.92 -12737;2;4159.50;12.90;1445.50;-1.07;0.62 -12738;2;1460.50;9.70;1056.50;0.66;0.64 -12739;2;3736.00;10.75;1162.50;-0.65;0.58 -12740;2;3641.00;9.80;993.00;-1.24;1.04 -12741;2;3152.50;10.80;705.00;1.26;0.50 -12742;2;2766.50;10.15;741.00;4.71;0.60 -12743;2;3966.00;10.40;1026.50;-0.67;0.48 -12744;2;3279.50;11.20;806.00;-0.57;0.58 -12745;2;1139.50;14.80;1341.50;0.22;0.54 -12746;2;1170.00;11.37;1199.00;0.00;0.72 -12747;2;2580.50;9.70;838.50;1.37;0.48 -12748;2;3675.50;11.65;1231.00;-0.94;0.62 -12749;2;3523.50;10.50;1116.00;1.31;0.68 -12750;2;4429.50;13.00;1312.50;-0.42;0.58 -12751;2;2679.00;11.00;849.50;-0.53;0.90 -12752;2;1530.50;9.65;1308.00;0.46;0.42 -12753;2;1360.00;9.85;1115.00;0.56;0.72 -12754;2;3984.00;13.72;1188.00;-0.46;0.52 -12755;2;1244.50;16.40;1182.50;1.34;0.52 -12756;2;3593.50;14.50;1182.50;0.43;0.50 -12757;2;3497.50;11.75;768.00;1.31;0.90 -12758;2;3427.00;12.32;1065.00;4.71;0.56 -12759;2;3538.50;11.90;814.00;1.22;0.38 -12760;2;2825.00;12.25;1241.50;0.38;0.26 -12761;2;3803.50;12.60;1102.50;0.66;0.62 -12762;2;2856.00;10.30;822.00;1.10;0.80 -12763;2;3941.00;13.90;1225.00;0.67;0.46 -12764;2;3199.00;9.70;1130.50;-0.72;0.52 -12765;2;1060.50;16.65;1455.00;0.82;0.54 -12766;2;3427.50;12.60;888.50;1.28;0.48 -12767;2;4454.50;10.40;1170.00;0.46;0.38 -12768;2;3560.50;10.70;957.00;-0.69;1.04 -12769;2;3874.00;17.95;1206.00;0.67;0.56 -12770;2;1689.00;10.00;865.00;1.57;0.78 -12771;2;3295.50;10.00;1012.00;-0.24;0.46 -12772;2;1678.50;9.70;1010.00;0.52;0.56 -12773;2;3545.00;12.70;1216.00;0.58;0.42 -12774;2;3776.00;10.25;1068.00;-1.29;0.58 -12775;2;3112.50;11.10;592.00;0.76;0.90 -12776;2;4420.50;13.10;1292.50;0.66;0.48 -12777;2;4081.50;10.00;1073.50;0.95;0.42 -12778;2;1344.50;10.40;1444.00;0.71;0.36 -12779;2;4035.50;10.55;882.00;0.69;0.32 -12780;2;3664.00;15.45;1140.50;-0.72;0.56 -12781;2;4014.50;11.00;971.50;-1.24;0.38 -12782;2;1271.50;10.40;1347.00;1.01;0.46 -12783;2;1629.50;9.50;329.50;-1.37;0.98 -12784;2;4128.50;21.60;1174.50;1.18;0.74 -12785;2;2813.50;9.60;756.00;-0.04;0.36 -12786;2;4090.00;10.30;1064.50;-0.87;0.34 -12787;2;2786.00;10.20;763.00;0.58;0.74 -12788;2;3805.00;13.62;1207.00;4.71;0.54 -12789;2;4357.50;16.40;1092.00;0.62;0.54 -12790;2;1635.50;9.90;1029.50;1.97;0.36 -12791;2;1149.50;12.90;1399.50;0.56;0.52 -12792;2;3923.50;9.80;1111.00;0.69;0.44 -12793;2;3540.00;14.45;1277.50;-1.10;0.40 -12794;2;2712.00;10.90;833.00;-0.78;0.60 -12795;2;3172.50;12.40;508.50;1.63;0.72 -12796;2;3312.00;10.50;936.50;0.34;0.88 -12797;2;4427.00;16.80;1231.00;1.24;0.38 -12798;2;1581.00;16.60;862.00;-0.38;0.58 -12799;2;4036.50;11.25;1013.00;-0.98;0.40 -12800;2;3315.00;11.20;796.00;-0.78;0.78 -12801;2;4091.50;22.60;1219.00;0.66;0.78 -12802;2;2627.00;11.40;836.50;1.15;0.50 -12803;2;1463.50;10.50;1434.50;0.54;0.42 -12804;2;1195.50;16.60;1243.50;0.78;0.50 -12805;2;3968.50;20.10;1284.00;1.34;0.64 -12806;2;3317.00;10.50;877.00;0.16;0.48 -12807;2;4156.00;22.37;1119.00;1.44;0.46 -12808;2;3192.00;10.80;689.50;-1.48;0.60 -12809;2;3728.50;12.00;1134.50;0.48;0.56 -12810;2;1299.00;10.05;1167.00;-0.19;0.56 -12811;2;1229.50;10.70;1332.50;0.49;0.56 -12812;2;3516.50;10.70;750.00;0.16;0.98 -12813;2;3503.00;12.10;1052.50;0.34;0.58 -12814;2;3555.00;11.60;800.00;-0.64;0.54 -12815;2;4359.00;21.00;1220.50;-1.04;0.56 -12816;2;3247.50;10.40;1060.00;0.49;0.72 -12817;2;2879.50;10.90;792.50;0.62;0.74 -12818;2;3628.50;13.80;1223.50;-0.50;0.58 -12819;2;4423.50;14.20;1115.50;0.40;0.50 -12820;2;4274.50;13.50;1335.50;-1.33;0.62 -12821;2;3539.00;13.55;879.50;-0.74;0.74 -12822;2;3992.00;13.60;1165.50;0.41;0.46 -12823;2;1415.00;10.30;1089.50;1.21;0.36 -12824;2;3108.50;10.50;707.50;-0.49;0.64 -12825;2;1701.00;9.80;833.00;1.05;1.36 -12826;2;3317.00;10.57;920.00;1.32;0.68 -12827;2;1124.00;15.20;1355.50;0.96;0.48 -12828;2;1919.50;10.10;936.00;0.06;0.76 -12829;2;3966.00;14.65;1047.50;1.32;0.46 -12830;2;3091.00;10.65;730.50;0.75;0.98 -12831;2;3893.50;16.20;1208.50;-0.60;0.60 -12832;2;3640.50;11.30;1105.50;1.13;0.70 -12833;2;1028.00;9.50;1390.50;-0.27;0.48 -12834;2;2561.50;9.70;853.50;-1.39;0.28 -12835;2;1240.00;12.37;1290.00;1.57;0.54 -12836;2;3263.50;10.45;947.00;-0.94;0.76 -12837;2;4367.50;20.60;1146.00;-1.35;0.62 -12838;2;2716.00;10.20;881.50;-0.75;0.68 -12839;2;3471.00;10.35;1193.50;-1.10;0.44 -12840;2;3552.50;9.80;736.50;-0.49;0.64 -12841;2;4422.50;15.30;1082.00;0.35;0.32 -12842;2;2825.00;11.60;1179.50;1.42;0.72 -12843;2;2824.00;11.00;779.00;0.16;0.44 -12844;2;3959.00;10.25;1096.00;0.54;0.50 -12845;2;1663.50;11.00;988.00;0.34;0.56 -12846;2;4324.00;21.07;1240.00;0.86;0.66 -12847;2;3233.50;12.00;648.00;0.50;0.56 -12848;2;1234.00;11.25;1424.50;0.49;0.50 -12849;2;2843.50;10.70;1030.50;0.86;2.18 -12850;2;1169.50;13.70;1312.00;-1.15;0.46 -12851;2;2762.00;10.77;858.00;-0.46;0.94 -12852;2;3727.50;10.70;1174.50;0.78;0.46 -12853;2;2074.50;9.70;840.00;1.23;0.72 -12854;2;4063.00;10.25;1002.50;0.18;0.44 -12855;2;3522.00;10.02;1192.00;0.54;0.44 -12856;2;3373.00;14.70;788.50;-0.58;0.70 -12857;2;2647.50;9.60;1131.00;4.12;0.20 -12858;2;2592.00;9.90;826.50;0.58;0.76 -12859;2;1013.50;10.30;1358.00;0.73;0.56 -12860;2;4233.00;15.80;1091.50;0.83;0.46 -12861;2;3524.50;13.20;1266.50;-0.95;0.40 -12862;2;3362.50;11.20;867.50;1.13;0.44 -12863;2;3678.50;12.10;1113.00;-0.91;0.52 -12864;2;4152.50;12.20;1317.50;-1.37;0.76 -12865;2;1444.00;11.00;1089.50;-0.53;0.72 -12866;2;3066.00;10.70;1117.50;0.82;0.64 -12867;2;1375.50;9.70;1154.00;1.13;0.48 -12868;2;3990.00;10.55;1118.00;-0.78;0.40 -12869;2;1673.50;9.80;833.50;2.19;1.24 -12870;2;3519.00;11.30;1025.00;0.70;0.72 -12871;2;3769.50;11.80;1200.50;0.65;0.58 -12872;2;1617.50;12.75;947.00;0.29;0.40 -12873;2;1182.50;14.30;1223.50;0.88;0.60 -12874;2;2831.50;11.20;805.00;-1.39;0.74 -12875;2;1241.50;11.00;1396.50;-1.06;0.40 -12876;2;3941.00;9.80;1110.50;-0.58;0.50 -12877;2;3833.00;15.70;1243.50;0.70;0.54 -12878;2;1508.50;11.10;1014.50;1.16;0.44 -12879;2;3507.50;10.40;1137.50;0.56;0.60 -12880;2;4454.50;14.05;1344.00;-1.41;0.54 -12881;2;3329.50;10.70;905.50;-0.19;0.82 -12882;2;4438.50;15.10;1214.50;0.32;0.34 -12883;2;3436.00;10.10;984.00;0.84;0.68 -12884;2;4037.50;23.00;1196.00;0.94;0.46 -12885;2;1985.50;9.80;935.50;1.01;0.72 -12886;2;3925.50;9.70;1055.00;-0.84;0.40 -12887;2;3335.50;10.90;826.00;0.98;0.78 -12888;2;2894.00;11.75;1220.50;-1.21;0.34 -12889;2;3334.00;12.22;1072.00;0.38;0.38 -12890;2;4257.00;16.62;1287.00;0.70;0.70 -12891;2;2569.50;9.65;845.00;1.57;0.52 -12892;2;4171.50;17.15;1101.00;1.46;0.38 -12893;2;1214.00;12.50;1443.00;1.10;0.48 -12894;2;3591.50;11.10;937.00;-1.38;0.68 -12895;2;3741.00;10.60;1142.50;-1.15;0.74 -12896;2;3112.00;11.27;568.00;1.10;0.58 -12897;2;1180.50;13.30;1333.50;0.68;0.58 -12898;2;4352.00;13.87;1065.00;-0.78;0.34 -12899;2;4252.50;21.95;1198.00;-1.09;0.84 -12900;2;2903.50;9.90;765.00;0.89;0.68 -12901;2;1950.00;10.40;463.50;1.17;0.64 -12902;2;1890.50;9.80;584.00;1.17;0.74 -12903;2;2171.00;10.30;604.00;1.16;0.52 -12904;2;4775.00;10.30;311.00;0.78;1.16 -12905;2;4537.50;9.80;666.00;-1.35;0.26 -12906;2;4941.00;9.65;221.00;0.29;1.14 -12907;2;3249.00;12.20;533.50;-1.17;0.86 -12908;2;3357.50;11.85;399.00;0.52;0.52 -12909;2;2147.00;11.60;584.50;-0.73;0.60 -12910;2;4971.00;9.85;123.50;1.10;0.40 -12911;2;3355.50;12.40;556.00;-1.27;0.78 -12912;2;4760.50;10.70;271.50;0.25;1.10 -12913;2;2089.00;10.10;785.50;1.10;1.06 -12914;2;1717.00;17.35;395.50;1.32;0.44 -12915;2;4883.00;10.10;365.00;0.95;0.86 -12916;2;1889.50;10.05;557.00;0.94;0.66 -12917;2;1740.00;10.10;687.50;-1.13;0.92 -12918;2;4993.50;10.30;129.00;1.57;0.46 -12919;2;1826.00;10.17;828.00;1.18;1.48 -12920;2;1700.00;12.30;224.50;-0.44;0.42 -12921;2;3007.00;11.25;345.50;-0.27;0.84 -12922;2;1882.50;10.40;446.00;-0.39;0.88 -12923;2;2076.00;11.00;575.50;-0.82;0.62 -12924;2;4984.00;9.70;105.00;-0.54;0.52 -12925;2;3031.00;10.50;561.50;4.66;0.38 -12926;2;4777.50;10.60;241.50;1.31;0.90 -12927;2;3436.00;9.90;670.00;1.37;0.78 -12928;2;1731.50;16.15;377.00;0.24;0.60 -12929;2;3337.50;12.55;670.00;0.83;0.90 -12930;2;1768.00;20.47;554.00;-0.78;0.60 -12931;2;5083.50;14.30;535.50;0.78;0.38 -12932;2;5010.50;9.90;97.00;1.15;0.40 -12933;2;2135.50;9.80;813.50;1.39;0.72 -12934;2;5037.50;9.80;187.50;-0.40;0.72 -12935;2;3334.50;10.45;315.00;0.64;0.70 -12936;2;4948.50;10.10;351.00;1.36;0.74 -12937;2;2025.50;10.65;533.00;0.73;0.48 -12938;2;2121.00;12.45;563.00;-1.16;0.60 -12939;2;1833.00;10.12;685.00;0.82;1.42 -12940;2;3141.00;12.20;235.50;-0.04;1.12 -12941;2;3452.00;9.70;638.00;-0.58;0.50 -12942;2;1803.50;11.00;346.50;0.68;0.58 -12943;2;1849.50;9.90;471.00;-0.08;0.84 -12944;2;3414.50;10.60;486.00;-1.15;0.68 -12945;2;3082.00;11.35;563.50;0.10;0.66 -12946;2;1709.50;12.05;91.00;-0.74;0.74 -12947;2;2087.00;10.50;735.50;0.53;0.94 -12948;2;4814.00;10.00;189.50;-1.22;0.64 -12949;2;5035.00;10.00;272.50;-0.66;1.00 -12950;2;3334.50;10.80;392.50;0.88;0.94 -12951;2;1950.00;10.65;521.00;0.62;0.92 -12952;2;1765.50;10.20;105.50;0.93;0.62 -12953;2;1658.50;18.80;645.50;0.60;0.62 -12954;2;1690.50;9.60;197.50;2.48;0.46 -12955;2;4547.50;10.30;614.50;0.50;0.46 -12956;2;3489.00;10.45;282.50;-1.36;0.70 -12957;2;4989.50;9.70;369.00;0.98;0.48 -12958;2;3021.00;12.90;437.50;0.00;0.78 -12959;2;2039.00;10.30;651.00;0.92;0.94 -12960;2;1893.00;9.50;78.50;3.81;0.40 -12961;2;2218.50;11.10;741.50;-1.24;0.38 -12962;2;4740.00;10.30;178.50;-1.32;0.60 -12963;2;3179.00;12.10;288.00;-0.95;1.48 -12964;2;1902.00;10.40;406.00;1.40;0.58 -12965;2;1820.50;9.80;752.50;-0.50;1.80 -12966;2;5472.00;12.20;55.50;-0.43;0.44 -12967;2;3373.00;10.55;508.50;0.75;0.90 -12968;2;5045.50;9.80;173.50;-1.07;0.58 -12969;2;1612.00;12.92;734.00;0.85;0.76 -12970;2;1774.50;11.10;312.50;0.93;0.58 -12971;2;3369.50;9.70;364.50;-0.78;0.74 -12972;2;2055.00;11.45;500.50;0.34;0.50 -12973;2;1829.00;10.75;605.50;0.28;1.14 -12974;2;5453.50;13.20;52.00;-0.86;0.46 -12975;2;3001.00;10.40;582.50;0.15;0.84 -12976;2;4766.50;9.90;164.50;-0.91;0.48 -12977;2;2049.00;11.45;559.00;-1.24;0.66 -12978;2;1769.50;11.50;403.50;-0.88;0.72 -12979;2;1826.50;11.00;529.00;0.91;0.72 -12980;2;5446.50;11.45;40.00;1.15;0.42 -12981;2;3080.00;12.55;491.50;0.67;1.26 -12982;2;1742.50;13.40;197.00;-1.08;0.78 -12983;2;1615.50;17.10;701.50;1.18;0.64 -12984;2;1691.50;9.70;272.00;4.33;0.36 -12985;2;2995.00;10.05;390.00;-0.49;0.54 -12986;2;3338.50;10.90;427.50;0.78;0.64 -12987;2;2023.00;11.05;605.00;1.30;0.86 -12988;2;5429.50;10.00;28.50;4.62;0.36 -12989;2;3305.50;12.05;655.00;-0.73;0.54 -12990;2;4756.50;9.80;149.50;1.13;0.52 -12991;2;3519.50;9.80;699.00;-0.84;0.60 -12992;2;4935.50;9.80;269.50;0.52;0.88 -12993;2;4708.00;10.60;317.00;-0.78;0.72 -12994;2;1711.50;10.30;485.50;-1.48;0.50 -12995;2;5138.00;9.95;487.50;1.27;0.22 -12996;2;2156.50;9.65;516.00;-0.69;0.40 -12997;2;1604.50;10.20;680.00;-1.35;0.54 -12998;2;1795.00;10.30;252.50;-1.47;0.56 -12999;2;2049.50;9.80;799.00;-0.10;1.00 -13000;2;1851.00;9.70;372.50;1.32;0.58 -13001;2;4759.00;10.60;504.50;-0.92;0.20 -13004;2;2813.50;9.50;1542.50;0.19;0.34 -13006;2;2720.00;9.50;1521.50;0.00;0.48 -13007;2;2714.00;9.50;1504.00;-1.05;0.54 -13008;2;3679.00;9.65;1442.00;1.03;0.52 -13009;2;1853.00;9.50;1088.00;-0.32;0.12 -13010;2;1829.50;9.60;1415.50;2.52;0.36 -13011;2;2873.00;10.22;1497.00;0.98;0.24 -13012;2;1860.00;9.65;1048.50;1.10;0.12 -13016;2;2721.00;9.70;397.50;3.14;0.24 -13017;2;3670.50;10.20;313.50;2.35;0.18 -13018;2;3711.00;10.10;331.50;2.76;0.20 -13025;2;5026.50;10.50;1063.00;2.58;0.48 -13027;2;4948.00;9.80;784.50;2.55;0.16 -13028;2;4954.00;9.50;794.00;-0.54;0.24 -13029;2;4972.50;9.50;802.00;-1.39;0.18 -13035;2;5341.50;11.60;719.50;1.37;0.18 -13037;2;5112.48;9.60;1419.66;2.09;0.70 -13041;2;5422.21;10.20;792.02;0.00;1.00 -13046;2;5336.00;10.17;835.00;4.24;0.18 -13048;2;270.50;10.65;744.00;1.57;0.10 -13049;2;305.00;9.92;712.00;4.24;0.20 -13055;2;5588.50;12.35;525.00;3.38;0.20 -13056;2;5597.00;9.50;516.00;4.12;0.20 -13057;2;5609.00;10.00;499.50;3.73;0.20 -13058;2;2097.00;16.10;1975.50;-0.16;1.94 -13059;2;4587.50;10.60;1813.50;0.56;1.76 -13060;2;4630.50;9.90;1967.50;0.04;2.38 -13061;2;4982.00;12.65;1931.50;0.96;2.30 -13062;2;5347.50;10.70;1950.50;0.44;2.74 -13063;2;5525.00;9.80;1938.50;-0.51;2.54 -13064;2;4234.50;10.50;1945.50;0.25;1.58 -13065;2;4402.00;10.85;1884.50;0.18;1.72 -13066;2;2127.00;14.42;1939.00;-0.63;1.70 -13068;2;2881.50;9.85;1535.00;-0.24;0.16 -13069;2;533.00;11.10;2018.00;1.22;0.96 -13070;2;2795.00;9.90;1552.50;-1.44;0.20 -13071;2;2546.51;9.50;1109.42;6.51;0.56 -13073;2;3081.50;9.90;1131.50;-0.78;0.42 -13074;2;2811.00;14.00;1206.00;-1.24;0.52 -13075;2;1074.50;10.20;1957.00;-0.28;1.80 -13076;2;3830.50;13.55;1919.00;-0.85;1.16 -13077;2;2883.00;12.65;1240.50;1.10;0.34 -13078;2;3166.00;9.80;1164.00;-1.24;0.28 -13079;2;3606.00;11.30;911.00;-0.98;0.76 -13080;2;132.00;9.50;424.00;4.46;0.18 -13081;2;2872.00;10.60;1518.00;-0.98;0.20 -13082;2;3765.50;11.35;1082.00;1.08;0.66 -13083;2;1729.00;9.70;814.50;-0.87;0.94 -13084;2;1823.38;9.70;1158.57;0.58;0.12 -13085;2;1402.00;11.45;1109.50;-0.72;0.52 -13086;2;1710.50;18.70;587.00;0.41;0.80 -13087;2;1497.00;13.15;1027.50;1.01;0.52 -13088;2;1263.00;10.15;1256.00;-0.92;0.52 -13089;2;1196.50;14.60;1194.00;1.07;0.46 -13090;2;201.54;9.60;1813.26;1.57;0.76 -13091;2;486.50;12.10;1990.00;1.12;0.66 -13092;2;1482.50;11.50;1036.00;1.39;0.56 -13093;2;1423.00;9.87;1087.00;4.46;0.32 -13094;2;1406.00;10.70;1738.50;-0.20;0.78 -13116;2;2964.00;10.55;1526.50;-0.92;0.24 -13143;2;4571.00;9.90;1095.00;-0.46;0.30 -13150;2;4677.00;11.55;1489.50;4.46;0.32 -13193;2;3828.00;9.50;1980.50;0.79;2.14 -13205;2;3103.50;13.40;1518.50;-0.32;0.28 -13206;2;3176.50;10.50;1589.00;-0.98;0.24 -13207;2;3685.50;9.80;1378.00;0.71;0.40 -13208;2;4235.50;10.30;1056.50;-1.42;0.36 -13209;2;3333.00;11.35;463.50;0.00;0.40 -13210;2;3002.00;11.45;629.50;-1.30;0.92 -13211;2;3072.50;11.20;786.50;-0.54;0.80 -13212;2;2815.50;10.50;804.00;-0.39;0.44 -13213;2;2571.50;9.95;863.00;4.71;0.20 -13214;2;1104.00;11.87;1352.00;0.16;0.40 -13215;2;1005.00;11.32;1396.00;0.24;0.40 -13216;2;1004.50;13.85;1382.00;-1.19;0.28 -13217;2;3148.50;12.80;360.50;-1.48;0.36 -13218;2;2709.50;12.70;1384.50;0.78;0.20 -13219;2;2706.00;12.70;1373.50;-1.32;0.20 -13220;2;2752.50;12.50;1376.00;0.64;0.20 -13221;2;2709.50;13.30;1332.50;0.19;0.20 -13222;2;2802.50;13.70;1329.50;0.32;0.20 -13223;2;2807.00;12.67;1340.00;0.00;0.20 -13224;2;2749.00;12.85;1314.00;1.10;0.16 -13225;2;2810.50;10.10;1352.50;1.24;0.16 -13226;2;2755.50;13.30;1357.50;-1.24;0.16 -13227;2;2743.50;13.35;1344.00;0.98;0.16 -13228;2;2714.50;11.00;1256.50;1.24;0.24 -13230;2;2704.00;10.70;1311.50;0.67;0.20 -13231;2;2724.50;11.70;1269.50;0.78;0.20 -13232;2;2716.50;12.40;1346.00;-0.98;0.16 -13233;2;2762.00;13.15;1376.50;1.32;0.20 -13236;2;2890.50;9.50;1581.50;3.92;0.08 -13238;2;2973.50;9.65;1604.00;-0.24;0.28 -13239;2;2979.00;11.17;1487.00;4.71;0.08 -13240;2;3105.00;9.70;1606.50;-0.92;0.24 -13241;2;3137.00;9.60;1633.50;0.00;0.16 -1;3;3359.50;9.50;1165.00;0.46;0.08 -2;3;3427.00;9.80;1699.00;4.71;0.30 -3;3;3370.00;9.90;1807.50;1.73;0.28 -4;3;3174.00;9.50;1849.50;0.61;0.88 -5;3;2901.50;9.50;1623.50;1.33;0.82 -6;3;3585.50;10.60;1757.50;1.49;0.26 -7;3;3270.50;10.10;1827.00;-1.05;0.32 -8;3;3312.00;10.95;1676.50;1.10;0.18 -9;3;1974.00;9.50;229.50;1.32;1.24 -10;3;2997.50;12.25;1768.00;4.71;0.28 -11;3;3078.50;11.70;1872.50;1.76;0.34 -12;3;3501.50;9.80;1675.50;-1.03;0.24 -13;3;1372.00;9.50;296.00;1.00;1.34 -14;3;2961.00;10.32;1724.00;4.24;0.24 -15;3;3284.00;10.90;1917.50;-1.44;0.36 -16;3;5271.00;9.50;1543.00;0.72;1.18 -17;3;3072.00;9.75;1567.00;4.71;0.20 -18;3;3372.00;10.15;1794.50;1.10;0.24 -19;3;3891.00;9.50;648.00;1.27;1.12 -20;3;3128.50;9.50;1194.50;-0.39;0.68 -21;3;2954.00;9.60;1815.50;1.47;0.44 -23;3;3497.50;9.80;1708.00;-1.19;0.24 -24;3;5242.50;9.50;494.50;1.12;0.98 -25;3;5362.00;9.50;1269.50;1.19;1.18 -26;3;3391.50;10.45;1792.00;1.22;0.32 -27;3;2959.50;12.20;1754.00;1.57;0.34 -28;3;4771.00;9.50;473.50;-1.52;0.92 -29;3;4195.00;9.50;632.50;1.35;0.80 -30;3;3215.50;10.40;1876.00;-0.64;0.24 -31;3;3617.50;10.35;1711.00;0.69;0.22 -32;3;3155.50;9.70;1766.50;-1.16;0.24 -33;3;4454.00;9.50;348.50;-0.91;1.00 -34;3;3942.00;9.50;772.00;-0.15;1.02 -35;3;3065.00;9.60;1728.50;1.10;0.28 -36;3;3314.00;9.80;1861.00;1.89;0.44 -37;3;3249.50;10.20;1781.00;-1.29;0.20 -38;3;3049.50;9.80;1927.00;1.57;0.28 -39;3;3365.00;10.50;1700.50;1.10;0.22 -40;3;3322.50;10.40;1783.50;1.16;0.26 -41;3;2239.50;9.50;119.00;1.57;0.88 -42;3;2449.50;9.50;306.50;1.89;1.24 -43;3;2427.50;9.50;964.50;1.53;1.22 -45;3;3576.50;10.00;1720.00;4.71;0.28 -46;3;3047.50;11.45;1814.00;1.35;0.26 -47;3;2332.50;9.50;1539.50;4.30;1.10 -48;3;1461.00;9.50;2018.00;4.62;1.12 -49;3;3061.00;10.50;1760.50;1.40;0.30 -50;3;1086.00;9.50;72.00;4.55;1.26 -51;3;11.50;9.50;418.50;4.58;1.06 -52;3;1628.50;10.50;882.50;-1.07;0.22 -53;3;2899.50;9.85;1706.00;1.57;0.24 -54;3;5.00;9.50;1242.50;-0.73;0.54 -55;3;322.00;9.50;1583.50;1.13;1.42 -56;3;409.50;9.50;668.50;0.78;1.00 -57;3;3332.50;9.85;1735.00;1.57;0.24 -58;3;3067.50;13.10;1906.50;-1.03;0.34 -59;3;1382.50;9.50;603.50;-0.96;1.40 -60;3;3370.00;10.70;1748.50;1.10;0.28 -61;3;3165.50;11.20;1935.00;1.57;0.36 -62;3;3447.00;10.30;1697.50;1.81;0.20 -63;3;3175.50;10.30;1806.00;1.15;0.34 -64;3;3269.00;9.70;1997.50;2.55;0.22 -65;3;2906.00;10.20;1732.50;0.38;0.32 -66;3;3171.50;9.65;1829.00;4.12;0.24 -67;3;3201.50;9.80;1759.50;-1.42;0.24 -68;3;2878.00;9.52;1567.00;3.92;0.20 -69;3;1497.00;9.50;856.00;-1.05;0.26 -70;3;3312.50;10.30;1733.00;4.71;0.28 -71;3;3299.00;9.72;1704.00;4.71;0.26 -72;3;3437.00;9.90;1756.50;0.72;0.34 -73;3;3510.00;9.80;1698.00;4.71;0.18 -74;3;3271.50;10.80;1931.00;-1.05;0.46 -75;3;3430.00;9.95;1745.00;4.71;0.30 -76;3;3184.50;11.60;1983.50;4.51;0.32 -77;3;3008.00;11.60;1754.50;-1.32;0.32 -78;3;3544.50;9.70;1178.50;2.35;0.44 -79;3;3288.00;10.30;1725.50;1.81;0.20 -80;3;3291.00;10.55;1820.00;1.57;0.38 -81;3;3382.00;10.15;1723.50;-1.21;0.28 -82;3;3226.00;10.15;1849.50;0.38;0.30 -83;3;3180.00;9.60;1707.00;1.57;0.26 -84;3;3482.50;9.95;1737.00;1.57;0.22 -85;3;3366.00;10.50;1684.00;4.71;0.24 -86;3;3322.00;9.85;1878.00;-1.24;0.28 -87;3;3534.00;10.55;1806.50;1.14;0.92 -88;3;3627.00;10.00;1732.50;0.92;0.36 -89;3;3391.50;10.60;1773.50;1.24;0.24 -90;3;3331.00;10.25;1766.00;4.71;0.18 -91;3;3093.50;10.00;1970.50;3.33;0.58 -92;3;3345.00;9.50;1793.00;4.71;0.24 -93;3;3364.50;10.00;1711.50;4.51;0.24 -94;3;3339.50;10.40;1847.00;4.71;0.28 -95;3;3264.00;9.80;1689.00;-1.10;0.22 -96;3;4023.00;9.60;2012.50;1.75;1.66 -97;3;3456.00;10.30;1686.00;1.10;0.18 -98;3;3421.50;10.50;1893.50;0.96;0.56 -99;3;3587.50;10.60;1774.50;0.78;0.50 -100;3;2935.00;11.95;1723.50;1.73;0.26 -101;3;3107.00;12.70;1928.50;-1.27;0.36 -102;3;2924.00;13.70;1786.50;-1.27;0.28 -103;3;3230.00;9.95;1962.50;-0.96;0.44 -104;3;3246.00;9.70;1722.50;-0.92;0.18 -105;3;3627.00;9.70;1928.00;-1.49;1.22 -106;3;3455.50;10.40;1717.00;1.84;0.20 -107;3;2982.00;10.15;1841.50;-1.40;0.20 -108;3;3563.50;10.50;1769.00;-0.86;0.44 -109;3;3088.50;11.30;1863.00;4.71;0.32 -110;3;3325.00;10.65;1684.50;0.67;0.28 -111;3;2988.00;13.50;1784.50;0.92;0.24 -112;3;3531.00;10.35;1685.00;1.57;0.16 -113;3;3023.00;12.20;1790.00;-0.78;0.32 -114;3;3038.50;10.80;1740.50;1.76;0.24 -115;3;2996.00;11.90;1825.50;1.32;0.32 -116;3;3339.00;10.00;1952.50;-0.58;0.50 -117;3;3294.50;9.90;1704.50;1.37;0.28 -118;3;3097.00;10.80;1831.00;-0.98;0.38 -119;3;3520.50;9.80;1723.50;-1.03;0.28 -120;3;3212.50;10.15;1855.00;4.33;0.32 -121;3;3419.50;10.50;1677.00;4.71;0.26 -122;3;2893.50;9.60;1751.00;2.58;0.44 -123;3;3647.50;9.80;1734.50;-1.48;0.28 -124;3;3199.00;10.40;1893.50;0.87;0.40 -125;3;3064.50;9.90;1781.50;1.76;0.28 -126;3;3244.00;10.15;1715.50;4.06;0.24 -127;3;3371.00;10.32;1786.00;1.89;0.24 -128;3;3179.00;11.60;1968.00;1.32;0.34 -129;3;1696.00;9.82;853.00;-1.10;0.30 -130;3;3082.00;10.65;1804.00;2.03;0.32 -131;3;2725.50;11.80;1707.50;-1.37;0.24 -132;3;3214.00;10.40;1824.50;0.67;0.40 -133;3;2989.00;12.00;1768.50;4.46;0.34 -134;3;3313.50;9.80;1846.00;-1.29;0.30 -135;3;3492.50;9.80;1680.00;4.71;0.24 -136;3;3236.50;10.40;1787.50;-1.24;0.26 -137;3;2904.50;9.80;1709.50;-0.40;0.32 -138;3;3377.00;9.95;1786.50;4.54;0.28 -139;3;3266.00;9.85;1774.00;-1.24;0.30 -140;3;3412.00;9.90;1813.50;1.69;0.40 -141;3;3229.50;10.20;1795.00;0.69;0.24 -142;3;3303.00;9.80;1956.50;1.17;0.36 -143;3;3465.50;9.90;1702.50;1.37;0.22 -144;3;2957.50;11.25;1745.00;-1.29;0.24 -145;3;3079.00;11.70;1847.50;1.40;0.36 -146;3;3607.50;9.80;1712.00;1.95;0.30 -147;3;2992.50;10.25;1722.00;-1.29;0.26 -148;3;3112.50;11.40;1884.00;1.07;0.36 -149;3;3287.00;9.70;1735.00;0.78;0.22 -150;3;3370.50;10.40;1694.00;4.71;0.24 -151;3;3142.00;11.30;1927.50;-1.48;0.36 -152;3;3337.50;10.40;1743.50;1.76;0.20 -154;3;3588.00;10.40;1825.00;-0.91;0.80 -155;3;1665.00;10.12;905.00;-1.07;0.36 -156;3;3042.50;10.45;1751.00;-0.98;0.24 -157;3;1656.50;10.20;904.50;-1.07;0.32 -158;3;3203.50;9.65;1857.00;-0.24;0.28 -159;3;2733.00;12.75;1665.00;4.71;0.22 -160;3;3377.00;10.40;1732.50;4.46;0.30 -161;3;3089.50;9.70;1717.00;1.95;0.28 -162;3;3218.00;10.40;1886.50;1.49;0.28 -163;3;3395.50;10.40;1743.50;-1.37;0.26 -164;3;3439.50;10.40;1690.00;4.71;0.22 -165;3;3232.50;10.10;1768.50;0.19;0.22 -166;3;1686.50;10.00;879.00;-1.09;0.26 -167;3;3203.00;10.35;1946.50;-1.10;0.40 -168;3;3012.00;11.57;1826.00;-1.10;0.32 -169;3;3149.00;9.70;1762.00;1.24;0.26 -170;3;3326.50;10.20;1846.50;4.51;0.32 -171;3;2985.50;10.10;1703.00;0.98;0.20 -172;3;3340.50;10.40;1727.00;4.71;0.24 -173;3;3031.50;11.10;1893.00;4.71;0.32 -174;3;3458.50;10.50;1724.00;0.64;0.24 -175;3;3517.50;9.80;1692.00;1.95;0.20 -176;3;3307.00;9.80;1877.00;-0.98;0.38 -177;3;1851.50;9.70;1107.00;3.60;0.16 -178;3;3316.00;10.70;1927.00;1.57;0.32 -179;3;2998.00;10.95;1741.50;1.81;0.26 -180;3;3497.50;9.85;1833.00;0.82;0.78 -181;3;3261.50;10.30;1717.50;-1.37;0.22 -182;3;3097.00;10.50;1820.00;3.92;0.30 -183;3;3456.00;10.35;1781.00;4.46;0.42 -184;3;3052.00;11.55;1847.00;1.10;0.34 -185;3;3162.00;9.70;1699.50;2.03;0.36 -186;3;3542.50;10.50;1759.00;-1.27;0.36 -187;3;3339.00;10.10;1687.00;1.57;0.24 -188;3;2901.50;11.65;1784.00;1.29;0.34 -189;3;3643.00;10.60;1723.00;4.46;0.34 -190;3;3084.00;15.12;1917.00;1.37;0.24 -191;3;3244.00;13.30;458.50;-1.01;0.84 -192;3;3084.50;13.30;1940.50;1.42;0.28 -193;3;3249.50;10.40;1815.50;-1.42;0.22 -194;3;3342.50;10.55;1708.00;1.19;0.26 -195;3;3181.50;9.65;1835.00;-1.05;0.36 -196;3;3503.50;9.80;1717.00;1.05;0.20 -197;3;3272.50;10.90;1900.50;1.24;0.36 -198;3;3787.00;10.07;1973.00;2.94;1.26 -199;3;2897.00;11.20;1766.50;2.21;0.18 -200;3;2756.50;10.10;1689.50;4.57;0.24 -201;3;3173.00;10.60;1904.50;1.69;0.44 -202;3;2999.00;13.00;1782.00;4.71;0.22 -203;3;3193.50;10.90;1945.00;1.57;0.48 -204;3;3216.50;9.70;1751.00;0.98;0.20 -205;3;3074.50;10.70;1802.00;1.57;0.32 -206;3;3654.00;10.00;1657.50;-1.10;0.30 -207;3;3275.00;10.10;1656.50;-1.40;0.26 -208;3;3526.50;9.80;1573.50;1.89;0.18 -209;3;3367.50;9.50;1851.50;0.15;1.70 -210;3;2566.00;9.50;1077.00;0.78;1.40 -211;3;3063.50;9.50;1661.50;4.51;0.24 -212;3;3392.00;10.05;1585.00;4.24;0.20 -213;3;2050.00;9.50;341.00;1.06;1.02 -214;3;3432.50;9.80;1630.50;-1.24;0.20 -215;3;3241.50;9.80;1561.50;-1.30;0.24 -216;3;3244.00;9.90;1594.00;-1.24;0.22 -217;3;1880.00;9.50;2011.50;1.03;0.98 -218;3;1492.50;9.50;331.50;1.23;1.76 -219;3;2757.50;13.20;1634.00;1.95;0.26 -220;3;5173.50;9.50;1487.50;0.78;1.08 -221;3;2810.00;9.90;1572.00;4.24;0.24 -222;3;3237.50;9.80;1660.50;1.42;0.24 -223;3;3303.50;10.00;1609.50;1.71;0.18 -224;3;3985.00;9.50;802.50;1.07;1.08 -225;3;3154.00;9.50;1231.00;4.58;0.74 -226;3;3339.00;10.70;1665.00;1.57;0.24 -227;3;3625.00;9.87;1597.00;-1.10;0.26 -228;3;3603.00;10.50;1635.00;1.89;0.20 -229;3;5233.50;11.20;545.00;0.67;1.06 -230;3;5413.50;9.50;1312.50;2.13;1.18 -231;3;3407.00;9.85;1675.00;1.57;0.22 -232;3;3457.50;9.90;1582.50;4.51;0.22 -233;3;3224.00;10.42;1631.00;-1.32;0.32 -234;3;4758.00;9.50;447.00;3.46;0.24 -235;3;4206.00;9.50;662.00;4.39;0.84 -236;3;3317.50;9.90;1589.50;0.78;0.24 -237;3;3721.50;12.60;1682.50;1.42;0.34 -238;3;3317.50;10.40;1557.00;4.71;0.20 -239;3;4534.50;9.50;328.50;1.61;1.14 -240;3;3890.00;9.50;699.00;1.57;1.10 -241;3;2934.50;9.50;1588.00;1.29;0.32 -242;3;3034.00;10.60;1668.00;-1.32;0.22 -243;3;3092.50;9.80;1576.00;1.19;0.24 -244;3;3830.50;9.50;53.50;0.63;1.06 -246;3;3361.50;10.00;1604.50;4.51;0.20 -247;3;2936.00;9.72;1570.00;1.24;0.18 -248;3;3295.00;11.40;1662.50;0.58;0.28 -249;3;2200.50;9.50;146.00;-0.46;0.80 -250;3;2402.00;9.50;263.50;-0.51;0.86 -251;3;2488.00;9.50;955.50;1.10;1.32 -252;3;3417.50;10.00;1666.00;-1.19;0.24 -253;3;2744.50;12.70;1572.50;1.37;0.24 -254;3;2398.50;9.50;1465.50;4.41;1.52 -255;3;1429.00;9.50;2017.50;1.64;1.24 -256;3;3488.00;10.30;1669.50;-1.10;0.24 -257;3;3526.00;10.67;1582.00;4.71;0.20 -258;3;1068.00;9.50;34.00;2.22;1.06 -259;3;78.50;9.50;441.00;1.17;0.92 -260;3;3578.00;9.85;1640.00;0.78;0.28 -261;3;3384.50;10.10;1586.00;4.71;0.18 -262;3;52.00;9.50;1280.00;1.71;1.02 -263;3;466.50;9.50;1544.50;1.54;0.98 -264;3;453.00;9.50;679.00;1.48;1.08 -265;3;3181.50;10.30;1654.00;-1.29;0.24 -266;3;3142.00;9.80;1602.00;4.71;0.20 -267;3;1336.00;9.50;627.00;4.62;1.32 -268;3;2999.00;9.70;1588.00;-1.10;0.20 -269;3;3438.00;9.85;1601.00;1.10;0.20 -270;3;3497.50;10.35;1655.00;-1.29;0.22 -271;3;2818.50;9.90;1576.50;1.37;0.24 -272;3;3582.00;9.80;1695.50;4.54;0.28 -273;3;3663.00;10.00;1613.50;-1.44;0.36 -274;3;3363.50;9.90;1621.50;1.37;0.20 -275;3;3452.50;10.05;1589.00;4.71;0.18 -276;3;2688.50;10.90;1630.50;-0.78;0.26 -277;3;3228.50;10.70;1604.00;0.98;0.26 -278;3;3707.50;12.20;1699.50;4.30;0.38 -279;3;3084.50;9.80;1582.50;0.78;0.24 -280;3;3441.50;9.80;1646.50;0.78;0.20 -281;3;3150.50;9.95;1618.00;-1.29;0.20 -282;3;3563.00;10.40;1657.50;0.92;0.26 -283;3;3434.50;10.20;1620.50;1.37;0.20 -284;3;2717.50;10.05;1661.00;1.95;0.26 -285;3;2693.50;9.90;1580.50;1.71;0.28 -286;3;3536.00;10.70;1589.50;1.40;0.24 -287;3;3330.50;10.35;1642.00;1.57;0.30 -288;3;3329.50;9.90;1563.00;-1.29;0.18 -289;3;3298.00;9.90;1597.00;1.24;0.24 -290;3;3159.50;9.90;1569.00;4.71;0.28 -291;3;3680.50;9.90;1625.50;1.68;0.34 -292;3;3583.50;10.50;1612.50;1.37;0.22 -293;3;3005.00;9.70;1596.00;1.57;0.24 -294;3;3251.00;10.00;1605.00;1.57;0.24 -295;3;3003.50;9.80;1693.50;0.32;0.30 -296;3;2797.00;9.90;1579.00;1.10;0.22 -297;3;3503.50;10.00;1619.50;1.24;0.22 -298;3;3612.00;10.45;1599.00;-1.24;0.20 -299;3;3053.00;10.45;1664.50;4.54;0.22 -300;3;3367.50;10.00;1593.50;-0.78;0.16 -301;3;3398.00;10.70;1636.50;-1.10;0.24 -302;3;3393.00;10.70;1559.00;1.57;0.24 -303;3;2674.50;10.30;1596.00;4.71;0.24 -304;3;3250.50;9.80;1574.00;2.15;0.28 -305;3;3612.50;9.80;1671.50;-1.42;0.28 -306;3;3310.00;10.30;1615.00;1.32;0.18 -307;3;3768.50;10.40;1655.50;-1.34;0.26 -308;3;3202.50;9.85;1692.00;-0.24;0.24 -309;3;2935.00;10.05;1578.00;-1.24;0.22 -310;3;3223.00;10.27;1645.00;1.57;0.24 -311;3;2743.50;12.70;1584.50;1.03;0.24 -312;3;3440.50;9.70;1832.50;-0.78;0.36 -313;3;3464.00;9.80;1558.00;-1.10;0.20 -314;3;3438.50;9.90;1591.50;1.24;0.20 -315;3;3313.50;9.95;1565.00;4.71;0.22 -316;3;2949.00;9.50;1667.50;1.96;0.28 -317;3;2953.00;9.70;1615.00;4.24;0.22 -318;3;3190.00;9.90;1581.50;1.21;0.24 -319;3;3240.50;9.80;1669.50;1.37;0.22 -320;3;3291.50;11.00;1674.50;1.42;0.22 -321;3;2991.00;9.67;1600.00;-1.32;0.28 -322;3;2813.50;9.90;1585.50;4.51;0.24 -323;3;3281.00;10.50;1633.00;1.57;0.20 -324;3;3513.50;11.20;1595.50;1.37;0.26 -325;3;3538.50;10.00;1648.00;1.57;0.22 -326;3;3540.50;9.80;1557.50;1.89;0.18 -327;3;3189.50;9.80;1612.50;1.76;0.28 -328;3;3388.50;10.65;1567.00;4.12;0.22 -329;3;3050.00;9.90;1658.00;4.24;0.22 -330;3;3448.00;10.15;1610.00;4.71;0.20 -331;3;3258.00;9.80;1575.00;0.78;0.26 -332;3;2946.00;9.60;1628.00;1.57;0.26 -333;3;3354.00;10.15;1670.50;4.54;0.22 -334;3;3081.00;9.80;1595.00;-1.10;0.24 -335;3;3354.00;10.00;1625.50;0.92;0.20 -336;3;2925.50;9.70;1583.00;4.33;0.18 -337;3;2669.00;11.47;1632.00;-1.24;0.36 -338;3;3597.00;9.70;1565.00;4.71;0.18 -339;3;3586.50;10.40;1593.50;-0.78;0.28 -340;3;3459.50;9.80;1563.50;1.03;0.20 -341;3;3230.50;10.40;1653.50;1.42;0.18 -342;3;3270.00;9.90;1598.00;1.57;0.24 -343;3;3326.00;9.90;1567.00;0.78;0.24 -344;3;3375.50;10.50;1654.50;-1.42;0.16 -345;3;3513.50;10.20;1607.50;0.78;0.24 -346;3;3435.50;10.50;1664.50;1.03;0.20 -347;3;3171.50;10.40;1583.50;-1.24;0.24 -348;3;3143.50;9.70;1621.00;1.57;0.28 -349;3;3018.00;9.95;1592.50;-1.32;0.24 -350;3;3424.50;10.10;1621.50;1.37;0.22 -351;3;2763.50;11.50;1634.50;4.57;0.22 -352;3;3335.50;10.00;1600.00;0.64;0.18 -353;3;3523.50;9.80;1562.00;-1.19;0.22 -354;3;3287.00;10.40;1634.50;-1.10;0.20 -355;3;3601.50;10.30;1615.50;1.37;0.26 -356;3;3401.00;10.00;1567.50;0.67;0.18 -357;3;3446.50;9.90;1651.50;-1.37;0.18 -358;3;3242.50;10.50;1628.50;1.37;0.28 -359;3;3596.50;9.70;1698.50;-1.16;0.28 -360;3;3236.50;9.90;1583.00;-1.19;0.28 -361;3;3706.00;10.47;1664.00;-0.78;0.32 -362;3;3100.00;9.72;1605.00;1.57;0.24 -363;3;3042.00;10.37;1660.00;-1.10;0.22 -364;3;2786.00;10.02;1588.00;1.10;0.22 -365;3;3589.00;9.70;1560.50;0.92;0.26 -366;3;3360.50;10.30;1642.50;1.24;0.22 -367;3;3461.00;9.90;1568.50;-1.32;0.22 -368;3;3517.00;9.90;1648.50;1.81;0.18 -369;3;2680.00;9.95;1604.50;1.73;0.24 -370;3;3622.00;10.50;1692.00;1.57;0.28 -371;3;3318.00;9.95;1575.00;0.78;0.24 -372;3;3575.50;9.70;1628.50;0.78;0.26 -374;3;2942.50;9.70;1594.00;3.60;0.18 -375;3;3003.50;9.70;1572.50;1.03;0.26 -376;3;3467.50;9.80;1598.00;4.71;0.16 -377;3;2748.50;11.40;1563.50;1.97;0.22 -378;3;3434.50;9.80;1647.50;1.37;0.22 -379;3;1853.11;9.70;1079.31;1.57;0.14 -380;3;3533.50;10.45;1572.00;0.64;0.16 -381;3;3617.50;10.45;1682.00;4.71;0.22 -382;3;3373.00;10.60;1611.50;1.32;0.20 -383;3;2997.50;9.65;1680.00;0.98;0.24 -384;3;3388.00;10.10;1576.50;4.46;0.20 -385;3;2686.00;9.92;1625.00;1.24;0.26 -386;3;3247.50;9.90;1586.50;-1.42;0.22 -387;3;3274.50;10.50;1644.50;-1.37;0.26 -388;3;3058.00;10.10;1574.50;-1.27;0.22 -389;3;3090.00;10.40;1599.00;4.71;0.20 -390;3;3665.00;10.35;1678.50;1.81;0.30 -391;3;2883.00;9.60;1561.00;-0.46;0.16 -392;3;3547.50;11.55;1606.00;4.71;0.24 -393;3;3600.00;9.80;1572.50;4.54;0.20 -394;3;2966.50;9.70;1673.00;1.19;0.32 -395;3;3134.00;9.70;1609.50;-1.21;0.28 -396;3;3457.00;9.90;1574.50;0.92;0.20 -397;3;3443.00;10.25;1609.50;1.73;0.20 -398;3;3324.50;10.00;1579.50;0.54;0.22 -399;3;2939.50;9.70;1640.50;1.03;0.24 -400;3;3171.00;10.40;1596.00;1.24;0.20 -401;3;3362.00;10.05;1631.00;1.10;0.20 -402;3;3154.00;10.47;1565.00;1.24;0.26 -403;3;3632.50;10.10;1606.00;1.35;0.18 -404;3;3588.50;10.20;1648.50;1.46;0.22 -405;3;2940.50;10.00;1564.00;4.33;0.26 -406;3;3224.00;9.85;1613.50;-1.10;0.36 -407;3;2731.50;9.90;1566.00;4.33;0.20 -408;3;3099.00;9.85;1686.50;3.14;0.30 -409;3;3301.00;9.90;1481.50;0.92;0.24 -410;3;3577.50;9.70;1541.50;4.51;0.20 -411;3;3130.50;9.50;1817.50;-1.05;0.86 -412;3;2541.00;9.50;933.50;1.10;1.22 -413;3;3418.50;10.15;1545.00;0.16;0.20 -414;3;3240.50;9.80;1481.00;1.57;0.26 -415;3;3242.50;9.80;1679.00;0.98;0.26 -416;3;2208.50;9.50;481.00;4.71;0.86 -417;3;3125.00;13.10;1505.50;0.58;0.22 -418;3;3365.50;9.80;1515.00;4.71;0.20 -419;3;2081.50;9.50;1841.50;-0.06;1.08 -420;3;1211.50;9.50;274.50;4.45;1.52 -421;3;3068.50;12.25;1515.00;0.46;0.20 -422;3;3189.50;10.00;1531.00;1.57;0.24 -423;3;5346.50;9.50;1610.00;1.57;1.08 -424;3;3003.00;13.10;1516.50;-1.40;0.20 -425;3;2977.50;10.15;1548.00;4.71;0.22 -426;3;3437.00;9.70;1455.00;4.71;0.18 -427;3;3915.50;9.50;900.00;4.63;1.02 -428;3;3214.50;9.50;1209.00;4.56;1.00 -429;3;3379.00;9.90;1464.50;1.21;0.22 -430;3;5143.00;9.50;518.00;0.56;1.88 -431;3;5379.00;9.50;1344.00;-1.20;1.30 -432;3;3621.00;9.60;1509.50;1.21;0.34 -433;3;3484.00;9.80;1545.50;4.54;0.16 -434;3;3291.00;9.80;1484.50;1.40;0.20 -435;3;4755.50;9.50;473.00;1.57;0.62 -436;3;4324.50;9.50;668.50;0.54;1.08 -437;3;3445.50;10.40;1515.50;0.19;0.26 -438;3;3208.50;10.15;1502.00;4.71;0.22 -439;3;4458.00;9.50;301.50;-1.01;0.92 -440;3;3857.50;9.50;628.50;1.09;0.88 -441;3;3258.00;10.00;1531.00;4.71;0.24 -442;3;3135.50;11.70;1519.50;1.76;0.24 -443;3;3816.50;9.50;21.00;3.69;0.68 -444;3;3050.50;9.70;1562.50;1.03;0.14 -445;3;3060.00;11.55;1523.00;3.92;0.18 -446;3;2192.00;9.50;99.00;4.01;1.02 -447;3;2437.50;9.50;342.50;1.34;1.16 -448;3;2523.50;9.50;995.00;1.16;1.60 -449;3;3450.50;10.00;1468.00;0.98;0.20 -450;3;2433.50;9.50;1373.00;1.29;1.34 -451;3;1389.00;9.50;1929.00;0.62;1.84 -452;3;3562.50;10.90;1547.50;1.37;0.26 -453;3;3361.00;9.80;1480.50;0.92;0.20 -454;3;2848.50;10.40;1511.00;1.57;0.24 -455;3;971.50;9.50;30.50;4.23;1.14 -456;3;38.50;9.50;462.50;1.27;1.06 -457;3;3380.50;10.60;1548.50;-0.32;0.22 -458;3;3300.00;10.00;1492.00;1.24;0.24 -459;3;108.00;9.50;1278.50;0.92;0.92 -460;3;363.00;9.50;1553.00;-0.72;1.30 -461;3;342.50;9.50;629.00;4.71;0.82 -462;3;3217.50;10.50;1500.00;4.33;0.22 -463;3;3329.50;9.80;1529.00;1.57;0.22 -464;3;3611.00;9.60;1461.50;1.27;0.32 -465;3;1341.00;9.50;672.00;4.71;1.06 -466;3;3146.50;11.35;1509.00;4.33;0.24 -467;3;3126.00;10.10;1548.50;-1.32;0.22 -468;3;3554.00;9.60;1477.00;-1.24;0.32 -469;3;3032.00;12.30;1534.50;1.32;0.20 -470;3;3567.50;9.70;1508.50;-1.03;0.30 -471;3;3457.50;9.80;1552.00;-0.98;0.20 -472;3;3373.00;9.80;1476.00;1.24;0.22 -473;3;3411.50;9.90;1522.50;1.76;0.22 -474;3;3203.00;10.00;1538.00;-1.10;0.26 -475;3;1823.50;9.80;715.00;-1.19;0.56 -476;3;3249.00;10.10;1496.50;1.01;0.34 -477;3;3560.00;9.60;1468.50;-1.21;0.34 -478;3;3018.00;9.80;1554.00;-1.10;0.24 -479;3;3094.50;10.80;1536.50;1.03;0.24 -480;3;2862.50;9.70;1543.50;2.35;0.08 -481;3;3500.50;9.70;1465.00;-1.29;0.20 -482;3;2972.50;11.00;1531.50;-1.37;0.22 -483;3;3525.00;10.85;1550.00;0.78;0.20 -484;3;3452.00;10.30;1476.50;1.21;0.20 -485;3;2822.50;9.70;1513.00;4.71;0.20 -486;3;3377.00;9.80;1482.50;1.40;0.22 -487;3;3475.00;9.80;1519.00;-1.10;0.18 -488;3;3308.50;10.00;1497.50;1.03;0.24 -489;3;3281.50;9.80;1532.50;-1.24;0.16 -490;3;1610.50;12.50;1783.50;1.42;1.54 -491;3;3188.50;9.70;1506.00;-1.29;0.24 -492;3;1447.00;10.22;1396.00;4.71;0.30 -493;3;3105.00;10.00;1557.00;1.10;0.24 -494;3;3057.00;10.55;1524.50;1.32;0.22 -495;3;2921.00;10.07;1547.00;4.71;0.20 -496;3;3200.00;10.30;1711.50;1.40;0.22 -497;3;3594.00;9.70;1558.00;4.39;0.20 -498;3;3503.50;9.80;1481.50;1.76;0.18 -499;3;3536.50;11.70;1528.50;4.17;0.26 -500;3;3446.00;10.00;1485.50;-1.40;0.22 -501;3;3355.50;9.80;1526.00;2.15;0.20 -502;3;3390.00;9.90;1489.00;1.57;0.20 -503;3;2786.50;9.70;1469.50;-1.42;0.18 -504;3;3276.50;9.90;1513.00;1.19;0.22 -505;3;873.50;12.30;1582.50;0.78;0.30 -506;3;3101.50;10.00;1531.00;-0.98;0.24 -507;3;2787.50;10.30;1553.50;1.16;0.20 -508;3;3614.50;9.60;1523.50;1.42;0.28 -509;3;3459.50;9.80;1481.50;1.24;0.24 -510;3;3429.00;10.35;1529.50;-1.32;0.24 -511;3;3346.00;9.80;1500.00;0.32;0.26 -512;3;2840.50;9.90;1476.50;1.42;0.20 -513;3;3196.00;10.00;1529.00;-0.32;0.26 -514;3;3016.00;10.20;1546.00;4.71;0.20 -515;3;1044.00;12.00;1803.50;-1.10;0.72 -516;3;2870.00;9.72;1534.00;4.71;0.18 -517;3;4489.00;13.92;1237.00;0.32;0.42 -518;3;3498.00;9.80;1525.00;1.57;0.20 -519;3;2953.00;11.80;1481.50;0.92;0.24 -520;3;3514.50;9.70;1488.00;1.19;0.22 -521;3;2910.00;12.82;1480.00;-1.10;0.22 -522;3;3332.50;9.80;1537.00;4.71;0.16 -523;3;3418.00;9.82;1499.00;1.57;0.22 -524;3;3142.00;9.80;1566.50;1.73;0.22 -525;3;3281.00;9.90;1520.50;1.32;0.24 -526;3;2969.00;10.90;1565.00;1.57;0.18 -527;3;2787.50;10.05;1478.00;0.64;0.18 -528;3;882.50;10.70;1607.00;-0.86;0.36 -529;3;2923.50;10.70;1528.50;1.24;0.22 -530;3;3181.50;10.30;1641.50;0.54;0.22 -531;3;4452.00;12.27;1201.00;1.10;0.46 -532;3;3018.00;11.12;1492.00;1.24;0.20 -533;3;3481.50;10.20;1492.50;1.42;0.16 -534;3;3401.50;10.00;1536.00;1.57;0.22 -535;3;3230.50;9.80;1550.00;1.57;0.16 -536;3;3174.50;10.10;1521.00;-1.29;0.24 -537;3;3034.50;9.70;1576.00;1.57;0.18 -538;3;2986.50;10.80;1540.50;-1.24;0.20 -539;3;2792.50;11.50;1491.00;1.57;0.18 -540;3;2731.50;10.20;1539.50;-1.42;0.28 -541;3;3082.00;9.80;1485.50;-1.40;0.20 -542;3;2745.00;9.52;1476.00;1.24;0.16 -543;3;3031.50;13.55;1493.00;4.71;0.18 -544;3;3474.50;9.80;1531.50;1.03;0.26 -545;3;3541.00;9.75;1499.00;-1.32;0.30 -546;3;3296.50;9.80;1553.50;1.71;0.20 -547;3;3423.50;9.80;1499.50;-1.37;0.20 -548;3;3110.50;9.85;1565.00;1.19;0.18 -549;3;2929.00;11.15;1494.50;1.44;0.16 -550;3;3261.50;10.10;1522.00;4.71;0.20 -551;3;2862.00;9.80;1491.00;4.71;0.24 -552;3;3059.50;10.40;1545.00;0.64;0.20 -553;3;2810.00;10.55;1490.00;1.57;0.22 -554;3;3642.50;9.60;1489.00;4.71;0.34 -555;3;3114.50;10.10;1488.50;-1.37;0.22 -556;3;4440.00;14.90;1238.50;-1.10;0.46 -557;3;3058.50;9.80;1495.50;-1.37;0.16 -558;3;3373.50;10.00;1540.50;1.89;0.22 -559;3;3325.00;9.80;1510.00;-1.10;0.26 -560;3;3212.00;10.40;1558.00;0.46;0.22 -561;3;2976.00;10.82;1500.00;4.24;0.18 -562;3;3142.50;9.90;1532.50;0.78;0.22 -563;3;2923.00;11.90;1501.50;4.46;0.18 -564;3;2954.00;10.35;1544.50;0.92;0.26 -565;3;3240.00;10.15;1461.50;4.54;0.20 -566;3;3617.00;9.70;1544.50;1.32;0.16 -567;3;3183.00;9.70;1713.50;1.10;0.20 -568;3;3327.50;9.70;1441.50;1.42;0.20 -569;3;3050.00;12.70;1505.50;3.73;0.18 -570;3;3407.50;10.00;1508.50;1.37;0.24 -571;3;2991.00;11.40;1506.50;1.73;0.22 -572;3;3203.00;10.00;1528.50;4.06;0.22 -573;3;3027.50;11.20;1541.50;0.78;0.16 -574;3;3313.00;9.70;1464.50;-1.10;0.22 -575;3;2840.50;9.70;1535.00;4.71;0.16 -576;3;3637.00;9.60;1502.50;0.70;0.34 -577;3;3212.00;10.25;1483.50;1.32;0.20 -578;3;3506.00;9.95;1537.00;-0.78;0.22 -579;3;3485.00;9.90;1508.50;0.67;0.22 -580;3;3351.00;10.50;1549.00;4.24;0.24 -581;3;3111.00;11.65;1496.00;-1.24;0.20 -582;3;3301.50;9.80;1521.00;1.29;0.16 -583;3;3058.50;12.70;1515.50;1.42;0.18 -584;3;3104.00;10.22;1539.00;1.24;0.16 -585;3;3426.50;9.70;1455.00;4.71;0.18 -586;3;2989.50;12.15;1514.00;-1.29;0.22 -587;3;2911.50;9.95;1536.00;1.57;0.16 -588;3;3344.50;9.80;1462.50;-1.37;0.22 -589;3;2938.50;10.40;1513.00;-0.98;0.22 -590;3;2854.50;12.95;1431.00;2.15;0.16 -591;3;3043.00;10.45;1414.50;1.32;0.18 -592;3;3231.00;10.30;1685.50;-1.32;0.26 -593;3;3096.00;9.50;1766.50;-0.06;1.08 -594;3;2498.50;9.50;908.50;4.29;1.10 -595;3;2802.50;9.90;1426.50;4.39;0.22 -596;3;3050.00;10.55;1443.00;1.24;0.18 -597;3;2248.50;9.50;591.00;1.06;1.26 -598;3;1633.50;12.50;1628.50;1.76;0.26 -599;3;3023.50;10.20;1431.00;4.71;0.22 -600;3;1994.50;9.50;1954.00;1.75;1.54 -601;3;1127.50;9.50;170.50;-1.54;1.16 -602;3;1501.00;11.30;1688.00;1.71;0.50 -603;3;2979.00;9.80;1427.00;1.24;0.24 -604;3;5501.00;10.50;1659.50;0.58;1.24 -605;3;1588.00;10.62;1632.00;4.71;0.26 -606;3;3103.00;10.90;1409.50;0.58;0.22 -607;3;2946.00;10.05;1432.00;1.57;0.18 -608;3;3887.00;9.50;972.50;-1.46;1.50 -609;3;3347.00;9.50;1207.50;0.96;0.78 -610;3;870.00;10.15;1555.50;4.54;0.32 -611;3;2920.00;16.00;1428.50;1.32;0.22 -612;3;5607.50;9.50;1432.50;1.86;0.92 -613;3;5277.00;9.50;1233.00;-1.26;1.52 -614;3;3135.00;10.30;1416.00;0.46;0.24 -615;3;3596.00;9.60;1459.00;1.89;0.32 -616;3;4770.00;9.50;413.00;1.24;0.64 -617;3;4305.50;9.50;636.50;0.60;0.96 -618;3;3560.00;9.60;1457.50;1.81;0.24 -619;3;3104.00;9.80;1426.00;4.71;0.20 -620;3;2827.50;10.10;1432.50;0.78;0.24 -621;3;4458.50;9.50;268.00;4.54;1.02 -622;3;3918.50;9.50;777.00;1.68;0.96 -623;3;3847.00;9.50;670.00;1.04;0.78 -624;3;3068.50;9.90;1426.50;1.03;0.26 -625;3;2813.50;9.80;1435.50;-1.37;0.20 -626;3;3751.50;9.50;85.00;-1.49;1.32 -627;3;3014.00;9.50;29.50;1.81;0.98 -628;3;3006.50;9.70;1434.50;-1.03;0.22 -629;3;2810.00;9.92;1443.00;1.57;0.26 -630;3;3145.50;12.60;1406.50;4.57;0.20 -631;3;2171.00;9.50;61.50;4.57;0.90 -632;3;2392.50;9.50;319.00;1.30;1.28 -633;3;2536.50;9.50;1056.50;2.35;1.60 -634;3;1752.50;9.80;1670.50;4.05;0.38 -635;3;2470.50;9.50;1413.50;-0.52;1.44 -636;3;2930.50;15.30;1447.50;4.39;0.18 -637;3;3184.50;11.00;1408.50;0.62;0.20 -638;3;1503.00;9.85;1423.50;0.87;0.26 -639;3;914.00;9.50;23.50;2.19;0.84 -640;3;30.50;9.50;512.00;0.95;1.04 -641;3;2884.50;10.10;1444.50;4.39;0.20 -642;3;1826.00;9.80;724.50;-1.19;0.44 -643;3;91.50;9.50;1327.50;1.69;1.00 -644;3;372.00;9.50;1518.00;1.40;1.22 -645;3;395.00;9.50;586.50;1.44;1.02 -646;3;3128.00;9.90;1435.50;4.54;0.24 -647;3;1310.00;9.50;661.00;1.33;0.84 -648;3;2879.50;10.30;1452.00;1.57;0.24 -649;3;3229.50;10.10;1386.50;1.16;0.30 -650;3;1707.00;10.45;313.00;-1.24;0.32 -651;3;2830.00;9.92;1450.00;1.57;0.18 -652;3;3462.50;14.90;1315.50;-0.95;0.30 -653;3;3039.50;13.40;1451.50;-0.19;0.20 -654;3;3477.50;12.90;1370.50;1.42;0.20 -655;3;2801.00;10.30;1446.00;1.24;0.24 -656;3;2994.50;13.15;1445.00;1.57;0.18 -657;3;3240.00;9.95;1399.00;4.71;0.24 -658;3;2952.00;15.00;1448.50;1.32;0.16 -659;3;1511.00;10.80;1557.00;1.24;0.28 -660;3;3202.00;10.15;1418.50;0.92;0.26 -661;3;2951.50;14.10;1454.50;1.37;0.16 -662;3;3151.00;13.30;1431.00;4.24;0.26 -663;3;2941.00;12.65;1463.50;1.40;0.18 -664;3;4897.50;11.10;1431.50;1.76;0.26 -665;3;3056.50;10.55;1446.00;1.57;0.14 -666;3;3524.50;11.40;1377.00;1.57;0.18 -667;3;2855.50;10.00;1459.00;4.71;0.24 -668;3;3012.50;13.40;1456.00;1.57;0.16 -669;3;2819.50;9.80;1456.50;-1.24;0.20 -670;3;3508.50;11.60;1381.50;4.39;0.20 -671;3;2998.50;14.90;1455.50;-1.24;0.24 -672;3;3465.00;14.35;1377.50;1.73;0.22 -673;3;2982.00;15.25;1464.00;-1.32;0.16 -674;3;3223.50;9.70;1411.00;-1.29;0.22 -675;3;4905.00;10.52;1509.00;-1.24;0.56 -676;3;3184.00;11.62;1440.00;1.57;0.24 -677;3;896.50;10.80;1512.50;2.11;0.26 -678;3;2916.50;12.90;1470.00;4.71;0.20 -679;3;3127.00;9.77;1442.00;1.10;0.18 -680;3;2886.00;10.55;1469.50;1.73;0.16 -681;3;4912.00;9.90;1447.50;-0.92;0.30 -682;3;3088.00;9.92;1450.00;1.57;0.18 -683;3;3523.50;10.90;1393.50;4.51;0.22 -684;3;3116.50;9.80;1457.00;1.19;0.20 -685;3;3484.50;16.30;1387.00;0.98;0.26 -686;3;3065.50;10.65;1464.00;-1.19;0.24 -687;3;3256.00;9.65;1418.50;-1.47;0.28 -688;3;3010.50;14.20;1470.50;4.39;0.20 -689;3;1491.00;10.70;1568.50;0.58;0.24 -690;3;3207.50;13.90;1429.00;4.71;0.18 -691;3;1483.00;10.45;1580.00;4.71;0.28 -692;3;2987.00;11.65;1476.50;0.58;0.22 -693;3;3163.50;14.00;1445.50;-1.37;0.22 -694;3;2944.00;12.65;1476.50;1.32;0.18 -695;3;1469.00;10.70;1580.50;4.54;0.22 -696;3;3159.00;13.20;1449.00;1.24;0.20 -697;3;3199.50;13.20;409.50;1.53;1.18 -698;3;2909.00;12.20;1468.50;4.46;0.20 -699;3;3127.50;9.70;1462.00;4.12;0.22 -700;3;1771.00;9.80;699.00;-1.19;0.24 -701;3;3088.00;9.75;1459.50;1.40;0.18 -702;3;1586.00;11.40;1567.50;-1.32;0.24 -703;3;1419.00;10.70;1650.50;1.44;0.42 -704;3;3048.00;12.90;1480.00;4.71;0.22 -705;3;3329.50;9.50;1421.00;-1.19;0.28 -706;3;1637.50;11.10;1571.50;-0.78;0.24 -707;3;3001.50;13.45;1471.00;-1.19;0.24 -708;3;2971.50;11.50;1482.50;1.03;0.24 -709;3;1444.50;10.00;1656.00;2.09;0.46 -710;3;926.00;13.55;1520.50;0.51;0.34 -711;3;3204.00;14.75;1450.50;4.54;0.18 -712;3;3520.50;11.45;1403.00;1.29;0.26 -713;3;3158.00;11.30;1466.00;1.57;0.24 -714;3;3466.50;12.00;1400.50;1.37;0.22 -715;3;1678.00;10.10;1591.50;4.54;0.16 -716;3;3117.00;9.90;1467.00;1.10;0.24 -717;3;3412.00;9.70;1407.00;4.39;0.22 -718;3;1664.50;11.00;1591.00;4.71;0.14 -719;3;3401.50;9.50;1408.50;-1.24;0.24 -720;3;1417.50;10.00;1544.50;4.57;0.32 -721;3;3313.00;9.70;1445.00;1.89;0.24 -722;3;1541.50;11.80;1597.50;1.42;0.28 -723;3;3238.00;9.85;1449.50;-1.32;0.24 -724;3;2687.00;12.20;1348.50;1.81;0.16 -725;3;4939.50;12.75;1455.00;1.57;0.30 -726;3;2717.00;12.75;1371.50;0.58;0.20 -727;3;3191.50;16.60;1465.00;-0.98;0.20 -728;3;3525.50;10.50;1412.50;1.76;0.26 -729;3;2696.00;13.00;1375.50;0.58;0.18 -730;3;3138.00;9.75;1467.00;0.78;0.24 -731;3;3479.00;12.05;1407.00;4.71;0.20 -732;3;3030.50;10.80;1486.50;1.37;0.22 -733;3;1693.50;11.40;1615.00;1.78;0.34 -734;3;1583.00;11.20;1600.50;4.54;0.26 -735;3;3445.00;10.95;1419.50;0.92;0.20 -736;3;1135.50;11.10;1809.50;-1.52;0.86 -737;3;3329.00;9.70;1449.50;1.44;0.22 -738;3;2744.50;12.85;1379.00;0.98;0.20 -739;3;4934.00;10.50;1469.00;1.57;0.32 -740;3;2757.00;10.12;1384.00;4.71;0.20 -741;3;3275.50;9.70;1455.00;1.95;0.30 -742;3;3529.50;11.15;1422.00;0.98;0.18 -743;3;2788.00;10.30;1385.00;1.10;0.24 -744;3;3223.50;10.20;1462.50;1.42;0.20 -745;3;3522.00;10.15;1423.50;1.40;0.24 -746;3;3167.00;10.30;1472.00;-0.78;0.18 -747;3;2757.00;11.17;1266.00;4.71;0.20 -748;3;3466.00;11.25;1425.00;2.03;0.24 -749;3;1568.00;9.70;1600.50;1.73;0.16 -750;3;3401.50;9.65;1433.00;1.95;0.26 -751;3;1462.50;9.90;1662.50;1.89;0.42 -752;3;2842.50;10.80;1405.50;1.37;0.18 -753;3;4946.50;13.70;1461.50;-1.46;0.20 -754;3;3267.50;9.90;1465.00;1.57;0.24 -755;3;2829.50;10.10;1407.00;1.57;0.14 -756;3;3835.00;10.40;1277.50;-1.21;0.40 -757;3;3553.00;9.70;1434.50;4.54;0.16 -758;3;2670.00;9.70;1384.50;-1.44;0.24 -759;3;3519.00;9.80;1434.00;1.32;0.30 -760;3;2858.50;11.80;1399.00;4.71;0.18 -761;3;1500.00;9.80;1792.50;0.63;1.90 -762;3;2884.00;9.85;1413.00;-1.24;0.18 -763;3;1337.50;10.90;1793.00;-1.07;1.44 -764;3;2902.00;13.75;1419.00;4.71;0.20 -765;3;3419.50;9.70;1441.50;1.37;0.20 -766;3;911.00;13.12;1539.00;-0.78;0.28 -767;3;3344.00;9.70;1451.50;1.40;0.22 -768;3;894.00;11.15;1540.50;-1.32;0.22 -769;3;2858.50;12.90;1420.50;1.24;0.22 -770;3;2927.00;11.05;1407.50;0.92;0.14 -771;3;2940.50;11.60;1412.50;-1.37;0.16 -772;3;3459.50;11.00;1363.50;-1.42;0.24 -773;3;2961.00;9.75;1423.50;-1.32;0.18 -774;3;1549.00;10.82;1609.00;1.57;0.24 -775;3;3450.00;9.80;1442.00;1.57;0.20 -776;3;2938.50;9.80;1425.50;4.51;0.24 -777;3;1483.50;11.00;1705.50;1.79;0.52 -778;3;2911.50;13.80;1432.50;1.24;0.20 -779;3;1543.50;10.40;1621.50;-1.03;0.26 -780;3;2883.50;9.90;1421.50;4.51;0.18 -781;3;885.50;13.60;1556.00;-1.35;0.34 -782;3;2990.50;10.50;1405.00;-1.19;0.18 -783;3;4846.00;12.15;1392.50;-1.10;0.30 -784;3;3291.00;13.05;1279.50;1.40;0.24 -785;3;3251.50;12.40;1312.50;1.37;0.26 -786;3;3119.50;9.50;1779.00;4.21;0.82 -787;3;2457.50;9.50;913.00;-1.43;1.00 -788;3;1607.50;9.70;1482.50;4.57;0.24 -789;3;3464.00;14.60;1335.50;1.47;0.24 -790;3;2804.50;10.30;1349.50;1.37;0.12 -791;3;2280.50;9.50;674.00;1.57;1.16 -792;3;3362.00;9.50;1212.50;4.46;0.22 -793;3;3176.50;10.90;1385.50;-1.03;0.26 -794;3;2714.50;12.90;1333.00;4.71;0.24 -795;3;2196.00;9.50;1791.50;1.16;1.20 -796;3;969.00;9.50;86.50;-1.18;1.46 -797;3;3108.00;12.07;1404.00;-0.78;0.22 -798;3;2794.00;14.72;1333.00;3.92;0.24 -799;3;2668.50;9.50;1325.00;-0.98;0.16 -800;3;4798.00;12.90;1353.50;1.81;0.22 -801;3;1551.50;11.20;1531.00;1.95;0.30 -802;3;3816.50;9.50;949.00;0.81;0.98 -803;3;3318.00;9.50;1169.50;0.87;0.72 -804;3;3329.00;11.20;1320.50;4.46;0.22 -805;3;1322.00;10.40;1387.00;1.29;0.34 -806;3;3374.50;10.15;1266.00;1.05;0.28 -807;3;5100.50;9.70;616.50;-0.99;1.08 -808;3;5306.50;9.50;1298.50;1.07;1.16 -809;3;2717.00;12.80;1293.50;0.58;0.20 -810;3;4860.00;12.25;1405.00;0.98;0.24 -811;3;4738.50;9.50;390.50;1.13;0.88 -812;3;4344.50;9.50;630.00;-0.73;1.10 -813;3;2777.50;12.70;1348.00;4.71;0.20 -814;3;4656.00;11.25;1339.50;0.58;0.28 -815;3;4508.00;9.50;261.50;-0.80;1.08 -816;3;3816.50;9.50;624.00;0.89;0.98 -817;3;2890.50;10.00;1457.50;1.24;0.22 -818;3;3198.00;9.70;1397.50;1.10;0.28 -819;3;3029.50;9.70;1342.00;3.60;0.20 -820;3;3755.50;9.50;33.50;4.50;1.36 -821;3;2944.50;9.50;45.50;3.65;1.30 -822;3;1606.00;10.00;1540.50;4.46;0.16 -823;3;986.50;12.50;1426.50;-1.24;0.30 -824;3;2139.00;9.50;50.00;0.09;0.98 -825;3;2323.50;9.50;298.00;-0.30;1.26 -826;3;2507.00;9.50;1106.50;-0.55;1.36 -827;3;1530.50;10.85;1543.00;1.19;0.26 -828;3;4588.50;14.45;1344.00;4.71;0.34 -829;3;3528.50;9.70;1200.50;-1.16;0.48 -830;3;2540.50;9.50;1475.00;0.88;1.30 -831;3;1484.50;10.50;1539.50;-1.24;0.22 -832;3;2774.00;12.12;1304.00;1.10;0.24 -833;3;3128.50;14.30;1352.00;4.12;0.20 -834;3;928.50;9.50;67.00;4.01;1.48 -835;3;76.50;9.50;489.50;0.78;1.24 -836;3;4728.00;10.87;1332.00;-1.24;0.22 -837;3;4918.00;13.10;1418.00;0.98;0.34 -838;3;41.00;9.50;1313.00;0.98;1.04 -839;3;288.50;9.50;1527.00;0.81;1.02 -840;3;412.50;9.50;631.50;1.42;0.92 -841;3;3131.00;14.00;1328.50;-1.32;0.20 -842;3;1398.50;9.50;671.00;-1.45;1.24 -844;3;2680.00;10.00;1310.50;1.81;0.18 -845;3;2695.00;12.22;1340.00;1.57;0.20 -846;3;4735.50;9.80;1367.50;1.42;0.28 -847;3;1591.50;10.20;1547.50;1.16;0.22 -848;3;4796.00;12.50;1302.00;0.46;0.28 -849;3;3221.50;9.50;1335.50;1.97;0.36 -850;3;1052.00;16.37;1478.00;1.57;0.46 -851;3;3048.50;11.40;1329.50;1.71;0.24 -852;3;4790.50;14.70;1331.50;-0.78;0.22 -853;3;1048.50;10.60;1425.50;-1.49;0.46 -854;3;2844.50;10.00;1355.50;1.03;0.24 -855;3;5029.00;9.70;1584.50;3.66;0.50 -856;3;3266.00;14.17;1315.00;2.03;0.26 -857;3;2762.00;13.15;1354.50;4.46;0.16 -858;3;2737.00;12.50;1317.00;4.71;0.16 -860;3;1466.00;10.40;1399.00;-1.32;0.34 -861;3;4802.50;13.60;1354.50;-1.37;0.22 -862;3;1615.00;12.17;1564.00;1.10;0.28 -863;3;3153.50;10.50;1311.00;0.98;0.22 -864;3;3492.00;15.65;1288.00;1.57;0.24 -865;3;1601.50;9.70;1496.50;4.39;0.32 -866;3;1540.00;9.70;1327.50;0.67;0.30 -867;3;3129.50;13.95;1359.00;4.71;0.20 -868;3;1132.00;19.40;1507.00;-1.10;0.46 -869;3;3335.50;11.45;1290.00;1.29;0.20 -870;3;1472.50;10.70;1561.00;4.71;0.26 -871;3;2789.50;14.05;1324.00;-1.19;0.24 -872;3;2816.50;11.20;1359.00;4.71;0.20 -873;3;1590.00;9.82;1515.00;-1.32;0.32 -874;3;2704.00;12.15;1340.50;0.58;0.24 -875;3;2727.50;11.50;1285.50;-1.37;0.20 -876;3;3428.00;13.30;1298.50;0.38;0.30 -877;3;2705.00;11.85;1350.50;1.81;0.18 -878;3;3203.50;12.10;1351.50;4.51;0.18 -879;3;2720.50;12.10;1291.00;4.33;0.20 -880;3;1566.50;10.70;1558.00;4.71;0.24 -881;3;4643.50;11.60;1339.00;1.35;0.24 -882;3;1546.00;10.77;1572.00;0.98;0.26 -883;3;3052.00;10.65;1347.00;0.78;0.18 -884;3;2762.50;14.90;1361.00;4.71;0.20 -885;3;2746.50;12.60;1365.00;4.71;0.16 -886;3;3371.00;13.95;1280.50;4.46;0.36 -887;3;4758.00;10.80;1368.50;1.40;0.26 -888;3;2773.00;12.07;1313.00;-1.10;0.24 -889;3;2687.00;12.72;1341.00;1.57;0.16 -890;3;3290.50;12.90;1333.50;1.42;0.18 -891;3;1634.00;10.30;1565.50;1.32;0.22 -892;3;4723.50;12.10;1337.00;-1.19;0.26 -893;3;3198.50;13.05;1353.00;1.19;0.22 -894;3;1615.00;10.97;1576.00;4.71;0.18 -895;3;3173.00;9.70;1331.00;3.60;0.28 -896;3;2737.00;11.20;1324.00;1.57;0.20 -897;3;2819.50;12.40;1366.50;4.51;0.16 -898;3;4827.50;12.90;1362.50;-1.37;0.26 -899;3;2815.50;12.40;1367.50;1.24;0.16 -900;3;4649.50;9.90;1324.00;0.89;0.24 -901;3;3444.50;11.30;1233.50;1.42;0.34 -902;3;2954.00;10.50;1315.50;1.81;0.18 -903;3;2739.00;12.40;1364.50;4.46;0.20 -904;3;3287.00;10.15;1341.00;4.71;0.24 -905;3;1702.00;9.50;1576.00;3.92;0.34 -906;3;4792.50;14.60;1341.50;1.03;0.22 -907;3;3151.00;12.10;1361.50;4.46;0.24 -908;3;1662.50;10.90;1584.50;4.57;0.16 -909;3;3290.50;12.70;1309.50;1.71;0.22 -910;3;2979.50;10.60;1382.50;-1.24;0.22 -911;3;2903.00;9.82;1385.00;2.03;0.18 -912;3;4758.50;10.70;1319.50;4.51;0.20 -913;3;1506.50;10.20;1475.00;1.57;0.22 -914;3;3121.50;10.20;1322.50;1.89;0.22 -915;3;2808.00;13.17;1371.00;1.24;0.24 -916;3;4747.50;10.10;1375.00;1.35;0.26 -917;3;879.00;13.70;1878.50;0.81;1.12 -918;3;2720.00;11.80;1353.50;0.92;0.16 -919;3;3368.50;13.95;1314.00;0.86;0.30 -920;3;2707.00;12.40;1355.50;-0.58;0.20 -921;3;3363.50;13.40;1295.50;1.03;0.28 -922;3;3241.00;10.10;1354.50;1.81;0.24 -923;3;3018.50;10.50;1351.50;-1.24;0.22 -924;3;2669.50;10.10;1312.50;4.39;0.22 -925;3;3016.00;10.92;1383.00;0.78;0.24 -926;3;1415.00;10.12;1618.00;1.37;0.34 -927;3;4809.50;13.10;1370.50;1.42;0.20 -928;3;3242.00;10.35;1299.00;1.24;0.22 -929;3;2810.00;10.45;1394.50;-1.10;0.18 -930;3;4729.50;11.10;1393.50;-0.95;0.38 -931;3;2709.50;10.95;1298.00;1.19;0.20 -932;3;2774.00;10.95;1371.00;1.10;0.20 -933;3;3365.50;12.40;1329.00;1.19;0.24 -934;3;4685.50;12.00;1351.00;-1.19;0.30 -935;3;3163.50;13.40;1365.00;0.46;0.26 -936;3;3150.50;12.20;1338.50;1.24;0.24 -937;3;3110.50;13.10;1383.50;1.89;0.24 -938;3;2693.50;12.50;1330.50;-0.78;0.18 -939;3;2728.00;14.45;1332.50;-1.10;0.24 -940;3;3308.00;13.30;1283.50;-1.10;0.26 -941;3;955.50;12.45;1463.00;4.71;0.36 -942;3;2765.50;12.00;1312.00;4.12;0.20 -943;3;2834.50;10.10;1385.50;1.24;0.22 -944;3;4829.00;11.15;1374.50;1.32;0.24 -945;3;4765.00;11.50;1347.50;1.40;0.18 -946;3;4796.50;11.80;1382.50;1.37;0.26 -947;3;3262.00;13.07;1325.00;1.57;0.22 -948;3;2785.50;12.90;1342.50;1.76;0.20 -949;3;3171.50;13.90;1374.50;1.76;0.20 -950;3;2744.00;12.35;1289.50;4.54;0.20 -951;3;1585.00;11.10;1524.50;3.73;0.26 -952;3;4614.00;13.02;1348.00;-1.10;0.28 -953;3;3090.50;13.90;1387.50;-1.37;0.20 -954;3;1422.50;10.20;1499.50;-1.37;0.26 -955;3;3036.50;9.80;1339.00;4.33;0.22 -956;3;2904.00;10.80;1391.50;1.40;0.18 -957;3;4866.50;9.50;1386.00;4.71;0.34 -958;3;2882.00;9.85;1399.00;4.71;0.16 -959;3;4828.00;9.60;1344.00;1.57;0.22 -960;3;3387.00;13.40;1332.50;-1.40;0.24 -961;3;3352.50;15.65;1285.00;-1.19;0.24 -962;3;2799.50;11.55;1298.00;4.71;0.20 -963;3;3022.50;12.60;1360.50;4.39;0.22 -964;3;4714.50;10.00;1327.50;4.51;0.24 -965;3;3165.00;11.87;1383.00;4.71;0.24 -966;3;3145.50;12.80;1328.50;-1.24;0.18 -967;3;3006.00;11.67;1391.00;4.71;0.24 -968;3;1480.50;10.45;1444.00;1.57;0.26 -969;3;2958.50;9.80;1429.50;1.89;0.14 -970;3;2671.00;9.70;1297.50;1.40;0.18 -971;3;1520.50;11.00;1519.50;1.03;0.28 -972;3;4655.50;11.95;1364.00;1.57;0.22 -973;3;4833.00;11.67;1391.00;4.71;0.20 -974;3;3144.00;12.20;1343.50;0.92;0.18 -975;3;3407.00;13.40;1337.00;1.37;0.22 -976;3;3155.50;12.60;1297.50;1.03;0.26 -977;3;2744.00;14.60;1339.00;4.71;0.24 -978;3;4786.00;14.10;1325.50;0.92;0.22 -979;3;3321.50;13.40;1353.50;-1.37;0.24 -980;3;2670.50;9.70;1290.00;4.71;0.20 -981;3;3261.50;12.60;1305.50;1.03;0.24 -982;3;3102.50;13.90;1390.00;-1.05;0.28 -983;3;1636.50;10.60;1708.50;-0.85;0.80 -984;3;3052.50;10.15;1403.00;4.71;0.16 -985;3;2718.50;11.40;1308.50;-1.37;0.20 -986;3;925.50;10.50;1458.50;0.95;0.28 -987;3;4726.50;9.70;1349.50;-0.78;0.28 -988;3;3128.50;11.00;664.50;1.62;0.78 -989;3;2775.50;13.50;1222.50;1.16;0.34 -990;3;3148.00;9.50;1736.00;1.07;0.62 -991;3;2540.50;9.50;822.00;0.88;1.10 -992;3;3275.50;10.00;1141.00;1.39;0.38 -993;3;4986.50;9.70;1253.00;-0.98;0.22 -994;3;4509.50;9.80;950.00;3.78;0.26 -995;3;2229.00;9.50;681.50;-0.99;1.16 -996;3;4666.00;11.20;1168.50;-1.40;0.18 -997;3;4250.50;9.90;1013.00;-0.89;0.32 -999;3;2215.50;9.50;1819.00;-1.19;1.52 -1000;3;822.00;9.50;74.50;4.63;1.26 -1001;3;4647.50;9.70;1195.00;-1.29;0.24 -1003;3;4769.50;9.65;1288.00;4.33;0.20 -1004;3;4567.50;9.90;1219.00;1.29;0.36 -1005;3;3285.00;10.35;1268.50;1.69;0.28 -1006;3;4628.00;13.12;1065.00;-1.10;0.26 -1007;3;3891.50;9.50;900.50;1.61;0.98 -1008;3;3302.50;9.50;1204.00;1.36;0.66 -1009;3;3026.50;9.50;1270.50;4.17;0.24 -1010;3;4477.50;12.40;1110.50;1.64;0.34 -1011;3;5036.00;9.50;633.50;-0.87;1.08 -1012;3;5209.50;9.50;1286.00;-1.29;1.46 -1013;3;2815.50;9.70;1252.50;4.57;0.28 -1014;3;4276.00;9.82;967.00;0.92;0.32 -1015;3;3352.00;10.92;1143.00;0.32;0.20 -1016;3;4685.50;9.50;429.50;4.66;1.02 -1017;3;4317.00;9.50;609.50;-1.43;1.00 -1018;3;4502.50;9.60;1004.50;4.57;0.24 -1019;3;1584.50;9.70;1438.00;2.24;0.26 -1020;3;4853.00;10.10;1175.00;4.71;0.14 -1021;3;4472.00;9.50;215.00;4.62;1.16 -1022;3;3801.00;9.50;677.50;1.61;0.94 -1023;3;4534.50;12.00;1055.00;1.57;0.28 -1024;3;4997.50;12.15;1280.00;4.33;0.22 -1025;3;4846.50;11.80;1204.50;0.32;0.20 -1026;3;2900.50;9.50;30.00;4.07;0.90 -1027;3;4576.00;14.45;1308.50;-1.32;0.20 -1028;3;3310.00;12.00;1049.50;4.54;0.28 -1029;3;4660.50;9.70;1225.00;4.71;0.28 -1030;3;2166.50;9.50;113.00;-1.00;1.08 -1031;3;2289.00;9.50;352.00;4.71;0.96 -1032;3;2498.00;9.50;1173.00;1.63;1.22 -1033;3;3375.50;10.90;1095.50;1.97;0.56 -1034;3;4541.00;12.90;1248.00;0.98;0.36 -1035;3;2504.00;9.50;1558.00;1.49;1.54 -1036;3;4603.00;11.37;1137.00;1.24;0.30 -1037;3;2956.50;10.70;1232.50;2.11;0.26 -1038;3;4522.00;9.80;966.50;1.73;0.28 -1039;3;1100.50;9.50;112.00;-1.19;1.16 -1040;3;132.50;9.50;463.50;1.12;1.04 -1041;3;3052.50;9.90;1160.50;4.17;0.32 -1043;3;2914.50;10.60;1115.00;4.64;1.26 -1044;3;268.00;9.50;1584.50;1.72;1.18 -1045;3;458.00;9.50;625.50;0.90;0.98 -1046;3;2941.00;11.47;1252.00;-1.37;0.28 -1047;3;4575.50;9.60;1020.50;0.78;0.28 -1048;3;2712.50;10.20;1264.50;1.76;0.20 -1049;3;1369.00;9.50;705.50;0.85;1.10 -1051;3;4926.00;10.80;1215.50;-1.32;0.24 -1052;3;4659.50;9.70;1316.00;2.15;0.30 -1053;3;4606.00;10.77;1066.00;0.00;0.30 -1054;3;4800.50;10.05;1232.00;4.43;0.26 -1055;3;4682.00;10.80;1107.00;4.71;0.28 -1056;3;3381.00;12.47;1229.00;4.71;0.36 -1057;3;3156.00;10.10;1079.00;1.78;0.82 -1058;3;2927.50;13.25;1247.00;4.33;0.24 -1059;3;4149.50;10.60;1010.00;4.33;0.30 -1060;3;3180.00;9.70;1143.50;4.58;0.40 -1061;3;3906.50;9.70;1029.50;0.42;0.40 -1062;3;3134.00;10.70;1166.50;0.70;0.26 -1063;3;4992.00;10.85;1310.50;4.46;0.26 -1064;3;3327.00;10.07;1055.00;0.98;0.30 -1065;3;3356.50;9.70;1191.00;-0.64;0.24 -1066;3;4648.50;11.35;1112.00;4.71;0.24 -1067;3;4926.00;10.22;1237.00;4.71;0.20 -1068;3;3283.00;9.70;1129.00;4.71;0.22 -1069;3;4633.00;10.80;1260.50;-1.10;0.30 -1070;3;4528.00;9.75;966.00;4.39;0.28 -1071;3;3254.50;9.70;1152.00;4.33;0.26 -1072;3;3399.00;12.40;1233.50;1.40;0.32 -1073;3;4450.50;10.50;1001.50;1.37;0.28 -1074;3;3370.50;11.80;1194.00;1.19;0.26 -1075;3;4234.50;10.20;1032.50;1.03;0.28 -1076;3;4654.00;9.50;1214.50;-1.40;0.26 -1077;3;1612.00;9.70;1463.50;4.35;0.28 -1078;3;4609.50;10.05;1044.00;0.89;0.26 -1079;3;2697.50;13.00;1201.00;4.71;0.30 -1080;3;3303.50;10.60;1105.50;-1.37;0.38 -1081;3;4804.50;12.65;1249.00;4.71;0.20 -1082;3;4317.00;10.10;1051.50;1.10;0.40 -1083;3;4632.50;11.00;1154.00;1.05;0.30 -1084;3;4639.50;10.00;1274.00;0.64;0.24 -1086;3;3356.50;11.00;1169.50;1.24;0.18 -1087;3;4549.00;10.35;1020.00;1.24;0.24 -1088;3;3374.00;10.45;1238.50;1.21;0.32 -1089;3;4679.00;10.75;1180.50;-0.92;0.20 -1090;3;2745.00;13.55;1276.00;4.71;0.20 -1091;3;4685.00;12.30;1031.50;1.10;0.14 -1092;3;4874.00;9.87;1220.00;1.57;0.22 -1093;3;2782.50;11.20;1290.00;-0.98;0.20 -1094;3;4665.50;13.20;1094.50;-1.03;0.24 -1095;3;2814.50;10.30;1107.50;1.53;0.98 -1096;3;4688.00;12.00;1136.50;-0.92;0.20 -1097;3;4980.50;10.00;1248.50;1.42;0.22 -1098;3;4678.00;9.75;646.50;1.10;0.22 -1099;3;4653.50;9.70;1167.50;4.51;0.22 -1100;3;4799.50;9.95;1268.00;2.15;0.22 -1101;3;4138.00;9.95;990.00;-1.24;0.30 -1102;3;2666.50;13.45;1163.00;1.57;0.44 -1103;3;3940.00;10.45;1040.50;0.87;0.40 -1104;3;4688.00;9.70;1281.00;3.14;0.22 -1105;3;2978.50;9.95;1184.00;0.89;0.30 -1107;3;3913.00;13.25;1154.50;1.69;0.36 -1108;3;3372.00;13.15;1217.50;0.92;0.28 -1109;3;3168.00;10.40;1294.50;1.47;0.20 -1110;3;4623.00;10.15;1092.50;4.54;0.34 -1111;3;2755.00;12.95;1212.50;-1.21;0.36 -1112;3;3329.00;11.10;1129.00;1.57;0.36 -1113;3;4991.00;9.95;1263.50;1.32;0.24 -1114;3;4422.00;12.65;1020.50;-1.21;0.34 -1115;3;2760.00;10.20;1011.00;1.19;1.40 -1116;3;4280.50;12.05;1100.00;1.57;0.46 -1117;3;4974.50;10.50;1277.00;-1.19;0.28 -1118;3;3048.00;11.02;1164.00;0.78;0.24 -1119;3;3272.00;10.25;1257.50;-1.40;0.28 -1120;3;4581.00;10.12;1044.00;4.71;0.30 -1121;3;4644.50;11.15;1212.00;4.33;0.22 -1122;3;3292.00;10.02;1269.00;4.71;0.26 -1123;3;4819.89;9.50;1102.22;0.00;1.00 -1124;3;4654.00;11.17;1236.00;4.24;0.20 -1125;3;4658.00;11.45;1138.50;0.58;0.30 -1126;3;2846.50;12.60;1202.50;1.66;0.46 -1127;3;3118.00;9.97;1153.00;3.60;0.26 -1128;3;2853.00;12.60;1237.00;4.71;0.24 -1129;3;4031.50;21.95;1179.00;1.57;0.50 -1130;3;3178.00;11.20;1174.50;1.32;0.22 -1131;3;4538.00;10.80;1012.50;4.46;0.24 -1132;3;1587.00;9.70;1444.50;-1.47;0.36 -1133;3;4922.00;9.80;1208.50;3.73;0.20 -1134;3;4615.50;10.00;1308.50;4.51;0.24 -1135;3;46.31;9.50;1775.23;-1.46;0.34 -1136;3;4919.00;10.17;1233.00;1.10;0.24 -1137;3;4601.00;12.25;1321.50;0.58;0.26 -1138;3;4643.00;10.55;1085.50;1.44;0.28 -1139;3;4574.50;10.05;1235.00;4.71;0.22 -1140;3;3154.50;9.80;1112.50;-1.29;0.72 -1141;3;2930.50;12.50;1229.00;1.05;0.42 -1142;3;4252.00;9.65;989.50;1.73;0.26 -1143;3;3237.50;9.60;1129.00;1.57;0.44 -1144;3;3926.50;9.80;1023.00;1.57;0.40 -1145;3;2848.50;11.30;1257.50;-1.42;0.24 -1146;3;4655.50;9.70;1177.00;1.57;0.28 -1147;3;3906.50;9.75;1050.00;1.27;0.34 -1148;3;4803.00;12.00;1285.50;-1.10;0.24 -1149;3;3012.00;10.57;1185.00;1.57;0.22 -1150;3;4708.39;10.90;1308.30;2.24;0.24 -1151;3;3306.00;10.10;1080.50;-1.44;0.32 -1152;3;2743.50;15.35;1189.00;1.98;0.36 -1153;3;4632.50;10.60;1133.50;1.24;0.24 -1154;3;4656.50;11.50;1247.00;4.71;0.24 -1155;3;3321.00;9.80;1156.00;1.57;0.28 -1156;3;3035.50;12.10;1284.50;1.76;0.20 -1157;3;4467.00;9.60;990.00;-1.24;0.28 -1158;3;4831.28;10.00;1198.37;1.93;0.24 -1159;3;4186.00;9.80;1008.50;3.14;0.26 -1160;3;2934.00;11.67;1257.00;0.78;0.30 -1161;3;4637.50;11.20;1205.50;4.57;0.24 -1162;3;4599.00;10.25;1037.50;1.10;0.30 -1163;3;1607.00;9.50;1451.50;1.81;0.28 -1164;3;3185.00;10.12;1236.00;4.71;0.16 -1165;3;5011.50;10.90;1302.50;4.39;0.22 -1166;3;4657.00;11.45;1071.50;0.38;0.28 -1167;3;4892.50;11.90;1236.00;1.19;0.24 -1168;3;4696.00;9.85;1120.00;3.92;0.24 -1169;3;4596.00;10.15;1259.50;4.54;0.26 -1170;3;4329.50;12.40;1014.50;-1.42;0.40 -1171;3;4654.50;10.20;1156.50;1.16;0.26 -1172;3;4447.00;14.60;1034.50;-0.92;0.40 -1173;3;3146.50;9.85;1271.00;1.57;0.16 -1174;3;3017.50;10.40;1168.50;4.17;0.26 -1175;3;4693.00;11.10;1021.50;-1.32;0.20 -1176;3;2750.00;14.15;1271.00;-1.24;0.20 -1178;3;2724.00;9.97;1278.00;1.10;0.16 -1179;3;3839.50;9.70;1067.50;-0.62;0.50 -1180;3;4565.50;11.20;1244.50;-1.42;0.30 -1181;3;1624.50;9.50;313.50;-1.38;0.68 -1182;3;4988.00;9.65;1244.50;1.81;0.20 -1183;3;4839.50;10.00;1177.00;-1.19;0.18 -1184;3;4674.00;11.30;1266.00;2.03;0.22 -1185;3;4461.50;9.60;975.50;1.76;0.20 -1186;3;3160.00;9.80;1163.50;1.40;0.34 -1187;3;4559.50;10.30;1015.50;1.89;0.24 -1188;3;4600.50;9.80;1270.50;1.37;0.26 -1189;3;3003.50;11.80;1183.50;1.76;0.26 -1190;3;3883.50;9.70;1025.00;4.71;0.32 -1191;3;4868.50;12.20;1227.50;4.39;0.22 -1192;3;2765.00;14.65;1287.50;2.21;0.24 -1193;3;4641.00;11.15;1077.00;4.71;0.24 -1194;3;2714.00;10.52;1225.00;1.57;0.30 -1195;3;4683.00;11.65;1119.50;0.92;0.24 -1196;3;4442.50;13.90;1026.00;1.05;0.38 -1197;3;4309.50;11.30;1085.50;-1.34;0.40 -1198;3;3114.50;9.60;1141.00;1.19;0.26 -1199;3;3975.00;10.50;1045.00;4.39;0.32 -1200;3;4697.50;11.50;1274.50;1.37;0.22 -1201;3;3351.00;9.50;1184.50;4.24;0.20 -1202;3;4591.00;10.77;1028.00;1.57;0.26 -1203;3;4569.00;12.85;1291.50;4.54;0.30 -1204;3;3152.50;10.70;1187.50;1.24;0.24 -1205;3;3144.50;10.10;1296.50;1.71;0.22 -1206;3;3304.50;10.55;1034.00;4.49;0.42 -1207;3;2724.00;17.65;1180.00;1.10;0.34 -1208;3;4526.00;10.10;670.50;0.90;0.84 -1209;3;4557.00;9.55;519.00;1.37;0.20 -1210;3;3684.00;10.30;1550.00;1.57;0.28 -1211;3;3100.50;9.50;1724.50;-0.91;0.92 -1212;3;2625.00;9.50;731.00;1.06;1.18 -1213;3;4068.50;13.40;758.50;2.11;0.30 -1214;3;855.00;11.25;1727.00;2.15;0.36 -1215;3;2100.00;9.50;859.00;1.35;0.72 -1216;3;3871.00;17.75;1302.50;1.44;0.24 -1217;3;4904.00;10.45;441.50;4.54;0.32 -1218;3;2192.00;9.50;1749.50;-1.34;1.06 -1219;3;825.00;9.50;152.00;1.18;1.30 -1220;3;3736.00;11.00;1462.50;1.47;0.44 -1221;3;4690.50;9.90;873.50;4.17;0.20 -1222;3;5059.00;10.70;534.50;-1.40;0.32 -1223;3;3892.50;10.30;1525.50;-1.39;0.38 -1224;3;4753.50;10.00;827.00;2.24;0.22 -1225;3;4600.00;9.70;605.00;4.24;0.26 -1226;3;3877.50;9.50;791.00;1.19;0.82 -1227;3;2886.50;9.50;1722.00;2.09;0.48 -1228;3;4072.00;9.80;924.50;4.06;0.30 -1229;3;3870.50;10.30;1575.00;1.45;0.44 -1230;3;4544.50;10.30;654.00;1.39;0.32 -1231;3;5164.00;9.50;652.00;1.27;1.32 -1232;3;5173.00;9.50;1226.50;-0.88;1.36 -1233;3;3745.50;11.90;1628.00;4.71;0.34 -1234;3;4754.50;10.30;755.00;-0.98;0.24 -1235;3;4618.00;9.50;433.50;2.08;1.10 -1236;3;4389.50;9.50;594.50;1.16;0.94 -1238;3;4003.00;9.82;804.00;0.98;0.26 -1239;3;3988.50;11.75;1461.00;1.57;0.44 -1240;3;4558.50;9.50;177.00;1.31;1.12 -1241;3;3814.50;9.50;704.50;-0.71;0.78 -1242;3;5070.50;9.80;529.50;4.30;0.26 -1243;3;3905.50;10.50;1477.00;1.31;0.52 -1244;3;4394.50;9.60;855.50;-1.03;0.26 -1245;3;2883.00;9.50;115.50;-1.10;1.16 -1246;3;4456.00;9.75;590.50;1.32;0.20 -1247;3;3687.00;11.25;1481.50;1.27;0.40 -1248;3;4490.00;11.85;881.00;0.98;0.24 -1249;3;2135.00;9.50;143.00;-1.17;0.96 -1250;3;2328.00;9.50;362.50;-1.44;1.24 -1251;3;2447.50;9.50;1218.50;-1.36;1.22 -1252;3;4635.50;10.40;661.00;-1.29;0.34 -1253;3;4341.00;11.65;936.50;1.44;0.38 -1254;3;3674.50;9.90;1537.50;4.17;0.38 -1255;3;2463.50;9.50;1610.00;-1.17;1.24 -1256;3;1688.00;9.50;2033.00;1.48;0.66 -1257;3;4419.00;17.60;1182.00;0.00;0.40 -1258;3;3686.50;10.35;1603.00;4.71;0.34 -1259;3;1267.50;9.50;218.50;-1.45;1.10 -1260;3;185.50;9.50;485.00;1.80;1.06 -1261;3;4726.50;10.30;816.00;-1.19;0.22 -1262;3;1029.00;12.65;1730.50;-1.23;0.68 -1263;3;5397.00;10.00;297.50;4.06;0.20 -1264;3;26.00;9.50;1369.50;1.62;0.92 -1265;3;183.00;9.50;1529.50;1.77;1.12 -1266;3;422.00;9.50;585.50;-1.53;1.10 -1267;3;4966.50;13.15;1506.00;4.71;0.26 -1268;3;4033.50;11.70;835.00;-1.19;0.28 -1269;3;5277.00;10.50;495.00;4.39;0.48 -1270;3;1511.50;9.50;634.00;0.46;1.14 -1272;3;3820.00;10.10;1500.50;-1.36;0.46 -1273;3;3959.00;9.50;894.50;-1.32;0.22 -1274;3;4427.00;10.85;586.00;-1.24;0.28 -1275;3;4045.50;10.20;921.50;-1.16;0.34 -1276;3;3828.00;9.97;1546.00;-1.19;0.46 -1277;3;4397.50;9.70;658.50;0.40;0.38 -1278;3;3680.00;9.80;1613.50;-1.27;0.26 -1279;3;4392.00;10.25;745.50;-1.10;0.22 -1281;3;4352.50;9.70;798.00;0.98;0.16 -1282;3;1737.00;10.40;1653.50;-1.10;0.36 -1283;3;5030.50;9.90;508.50;-1.42;0.32 -1284;3;1709.50;11.75;1676.00;-0.71;0.42 -1285;3;4502.50;12.20;838.50;4.51;0.20 -1286;3;5167.50;9.90;568.00;3.60;0.18 -1287;3;3994.50;9.80;1521.00;1.57;0.58 -1288;3;4699.50;10.30;893.00;1.57;0.18 -1289;3;4704.50;10.00;663.00;4.71;0.22 -1290;3;3654.00;9.75;1530.50;1.44;0.32 -1291;3;4380.00;10.15;741.00;2.03;0.22 -1292;3;3813.00;9.80;1633.50;-1.21;0.44 -1293;3;4773.02;9.70;804.60;2.15;0.24 -1294;3;3863.00;9.92;1629.00;0.92;0.48 -1295;3;3614.50;9.90;1809.50;-1.42;0.66 -1296;3;4357.00;10.00;841.00;1.10;0.22 -1297;3;4120.50;10.10;1596.50;1.79;0.42 -1298;3;4683.60;10.90;515.42;2.67;0.20 -1299;3;1556.50;10.90;1691.00;1.08;0.42 -1300;3;4506.50;10.20;877.50;1.37;0.18 -1301;3;5132.50;10.85;558.00;4.12;0.22 -1302;3;4475.00;11.52;918.00;0.78;0.26 -1303;3;3808.00;9.70;1533.50;-1.10;0.46 -1304;3;4527.50;10.30;650.00;0.86;0.34 -1305;3;3671.00;9.80;1595.50;-0.85;0.38 -1306;3;4659.50;9.70;731.50;2.35;0.26 -1307;3;3624.50;10.10;1750.50;-1.16;0.36 -1308;3;4352.50;9.65;814.00;0.98;0.16 -1309;3;3945.50;10.00;1590.00;0.94;0.56 -1310;3;5011.00;10.10;508.50;4.61;0.24 -1311;3;4753.00;10.15;846.00;2.35;0.20 -1312;3;3890.00;10.70;1457.50;1.48;0.52 -1313;3;4441.50;9.70;577.50;1.42;0.26 -1314;3;3751.00;10.20;1476.50;1.04;0.48 -1315;3;4345.50;10.40;873.50;2.11;0.30 -1316;3;4525.00;10.15;639.00;1.95;0.46 -1317;3;4037.00;10.65;911.50;1.21;0.38 -1318;3;3634.00;9.70;1521.00;4.71;0.28 -1319;3;4401.00;15.15;1067.00;-1.40;0.38 -1320;3;925.50;14.40;1707.50;-1.46;0.52 -1321;3;4000.00;9.52;794.00;4.12;0.24 -1322;3;5028.84;10.90;1479.18;1.57;0.30 -1323;3;878.50;12.60;1799.00;4.71;0.70 -1324;3;2220.00;9.50;427.00;-1.38;0.30 -1325;3;4960.00;13.20;1498.50;1.10;0.34 -1326;3;4777.00;10.05;510.50;1.81;0.18 -1327;3;3787.00;10.50;1625.00;-1.44;0.44 -1328;3;4495.00;12.12;873.00;4.71;0.24 -1329;3;5128.00;11.10;560.50;2.21;0.16 -1330;3;4307.00;10.55;920.50;4.54;0.28 -1331;3;3811.50;9.90;1511.50;-0.32;0.44 -1332;3;4419.50;9.85;629.00;4.71;0.18 -1333;3;4288.00;10.17;956.00;1.10;0.22 -1334;3;3731.50;10.30;1608.00;4.49;0.42 -1335;3;4610.00;12.20;716.50;-1.40;0.36 -1336;3;3678.50;10.00;1697.50;2.11;0.28 -1337;3;4366.00;9.85;774.00;-1.10;0.20 -1338;3;1736.00;9.70;1635.00;4.24;0.30 -1339;3;4752.00;10.75;500.00;4.71;0.20 -1340;3;4760.50;11.90;840.00;1.95;0.20 -1341;3;1633.00;9.72;1656.00;0.54;0.46 -1342;3;4453.50;9.70;565.00;4.71;0.14 -1343;3;4958.50;11.60;1520.00;-1.29;0.32 -1344;3;4035.50;11.10;860.50;-1.46;0.26 -1345;3;4435.50;9.50;634.50;2.64;0.46 -1346;3;2920.00;13.52;1488.00;1.57;0.18 -1347;3;977.00;15.20;1801.00;1.57;0.92 -1348;3;4406.00;10.80;719.50;4.46;0.22 -1349;3;3950.50;9.90;953.50;1.37;0.26 -1350;3;3639.50;9.90;1574.00;-1.19;0.30 -1352;3;1300.00;11.20;1514.50;-1.44;0.40 -1353;3;4411.00;11.10;846.00;4.71;0.24 -1354;3;1795.50;9.80;1631.50;2.35;0.44 -1355;3;4733.37;9.60;486.82;3.46;0.42 -1356;3;1698.00;11.85;1698.00;4.51;0.42 -1357;3;4395.00;10.55;915.50;0.92;0.38 -1358;3;5225.00;10.17;554.00;4.71;0.18 -1359;3;3997.50;10.70;931.50;4.57;0.38 -1360;3;3777.50;9.70;1512.00;1.29;0.42 -1361;3;5169.50;10.10;602.00;4.19;0.26 -1362;3;4443.00;12.02;948.00;1.57;0.30 -1363;3;3803.50;10.00;1584.00;4.53;0.38 -1364;3;4384.00;10.70;720.00;-1.10;0.22 -1365;3;3658.00;9.80;1670.50;0.87;0.30 -1366;3;4354.00;9.70;774.00;0.78;0.22 -1367;3;4438.00;10.50;1167.50;4.01;0.44 -1368;3;4720.50;11.20;828.00;-0.98;0.24 -1369;3;4165.50;10.60;1602.50;1.42;0.50 -1370;3;5289.00;10.50;485.50;4.06;0.16 -1371;3;3718.00;9.82;1475.00;4.71;0.34 -1372;3;4721.00;10.30;873.00;3.14;0.24 -1373;3;4409.50;9.75;617.00;4.71;0.28 -1374;3;4456.00;10.10;895.50;-0.51;0.30 -1375;3;3945.00;9.75;1536.50;-0.72;0.58 -1376;3;4386.00;10.15;708.50;1.81;0.26 -1377;3;4059.50;9.80;1090.50;-0.54;0.48 -1378;3;3683.00;9.90;1564.50;0.87;0.32 -1379;3;4773.00;10.22;777.00;-0.46;0.22 -1380;3;3676.00;10.35;1655.00;1.57;0.26 -1381;3;4049.50;9.70;820.00;2.24;0.32 -1382;3;3914.50;10.70;1449.00;1.27;0.58 -1383;3;4387.00;12.85;1032.00;3.92;0.42 -1384;3;3886.50;15.80;1292.50;0.78;0.36 -1385;3;4351.50;11.00;862.50;1.16;0.22 -1386;3;4499.00;10.92;541.00;0.78;0.20 -1387;3;3837.50;9.80;1663.00;1.75;0.36 -1388;3;4697.50;10.50;903.00;4.71;0.18 -1389;3;5057.00;10.20;583.50;3.73;0.26 -1390;3;4439.00;10.70;938.50;1.40;0.30 -1391;3;3861.50;10.40;1594.50;4.28;0.46 -1392;3;4409.00;9.77;706.00;1.57;0.24 -1393;3;885.50;12.90;1743.50;2.07;0.46 -1394;3;4357.00;10.40;779.50;-0.92;0.22 -1395;3;4431.00;10.40;1136.50;4.35;0.38 -1396;3;4465.00;9.62;817.00;4.24;0.22 -1397;3;4953.00;12.00;1484.50;1.21;0.36 -1398;3;4463.00;9.70;543.50;1.73;0.20 -1400;3;4488.50;11.00;860.00;4.71;0.22 -1401;3;4450.50;9.70;603.50;-0.78;0.30 -1402;3;3961.50;11.60;1457.50;1.99;0.52 -1403;3;4335.00;9.75;911.50;1.81;0.26 -1404;3;4632.50;10.60;691.50;0.32;0.26 -1405;3;3974.00;11.82;957.00;-1.32;0.34 -1406;3;3689.00;10.65;1551.50;-1.10;0.28 -1407;3;4771.50;10.00;768.50;1.24;0.18 -1408;3;888.00;9.92;1729.00;-1.24;0.32 -1409;3;4025.00;9.80;803.00;0.78;0.30 -1410;3;4933.50;9.70;455.00;2.15;0.40 -1411;3;913.00;12.42;1834.00;0.00;1.36 -1412;3;3990.50;12.85;864.00;-1.19;0.34 -1413;3;4534.00;9.75;542.50;3.73;0.24 -1414;3;918.50;12.20;1619.00;-1.27;0.60 -1415;3;4685.00;10.55;902.50;-1.32;0.18 -1416;3;4609.50;10.80;606.50;4.57;0.28 -1417;3;4311.00;10.60;940.50;-1.32;0.26 -1418;3;3905.00;10.00;1583.50;1.38;0.40 -1420;3;841.50;11.90;1743.00;2.89;0.38 -1422;3;4920.50;10.30;453.50;1.42;0.36 -1423;3;4460.50;9.70;810.50;4.51;0.24 -1424;3;1799.50;9.70;1658.50;1.06;0.48 -1425;3;4478.50;10.25;536.00;-0.98;0.24 -1426;3;1815.50;11.70;1902.00;3.90;1.46 -1427;3;4370.50;9.55;865.00;0.24;0.28 -1428;3;4372.31;9.50;599.47;0.00;1.00 -1429;3;3745.50;10.00;1496.50;0.91;0.38 -1430;3;4052.50;9.70;894.00;1.57;0.32 -1431;3;4855.50;10.20;444.00;4.29;0.34 -1432;3;943.50;16.05;1497.00;-0.86;0.50 -1433;3;1509.00;9.90;1376.50;-1.47;0.30 -1434;3;3239.00;9.50;1731.50;1.10;0.62 -1435;3;2852.00;9.50;574.00;4.71;0.96 -1436;3;1637.00;11.50;1592.00;0.46;0.26 -1437;3;4799.00;9.60;638.05;0.24;0.20 -1438;3;4571.50;14.00;1306.50;2.11;0.30 -1439;3;2045.00;9.50;914.50;1.21;1.14 -1441;3;1363.50;10.95;1504.00;1.84;0.36 -1442;3;2275.00;9.50;1663.00;1.50;1.00 -1443;3;683.00;9.50;218.00;4.54;1.14 -1444;3;4152.00;10.25;1022.50;-0.87;0.32 -1445;3;1487.00;10.80;1509.00;0.46;0.32 -1446;3;2244.50;10.40;745.50;1.16;0.36 -1447;3;5515.00;9.50;1728.00;1.43;1.30 -1448;3;4581.00;10.85;1081.50;0.87;0.24 -1449;3;1872.00;9.80;338.50;1.96;0.52 -1450;3;3548.00;15.12;1350.00;-1.24;0.24 -1451;3;3816.00;9.50;741.50;0.87;0.86 -1452;3;3029.00;9.50;1309.50;0.87;1.24 -1453;3;1388.00;10.30;1373.50;1.73;0.30 -1454;3;4868.50;10.60;413.50;-1.34;0.42 -1455;3;3522.00;16.65;1367.50;4.46;0.26 -1456;3;5101.50;9.50;672.00;1.50;1.06 -1457;3;5246.50;9.50;1260.00;-1.26;0.86 -1458;3;4523.00;13.42;1268.00;-0.54;0.34 -1459;3;3888.00;10.87;1339.00;-1.10;0.56 -1460;3;4366.00;11.25;654.00;2.03;0.26 -1461;3;4668.00;9.50;394.00;4.71;0.78 -1462;3;4263.50;9.50;651.50;-0.99;0.82 -1463;3;3498.00;12.05;1274.50;1.01;0.30 -1464;3;4407.50;9.90;944.00;4.33;0.28 -1465;3;4526.00;9.50;152.00;0.95;1.24 -1466;3;3767.50;9.50;715.00;-1.47;0.84 -1467;3;3525.50;15.90;1324.50;4.57;0.30 -1468;3;3268.50;13.70;161.00;4.58;0.80 -1469;3;4474.00;10.52;1019.00;4.71;0.32 -1470;3;3661.50;9.50;18.00;3.35;0.54 -1471;3;3015.50;9.50;69.00;1.71;1.06 -1472;3;5118.50;10.80;273.00;1.22;0.44 -1473;3;3126.00;10.70;862.50;-1.36;0.88 -1474;3;4497.50;11.00;1099.00;-1.22;0.36 -1475;3;2088.50;9.50;56.50;-0.97;0.92 -1476;3;2388.00;9.50;369.00;0.78;1.18 -1477;3;2513.00;9.50;1252.00;0.92;1.22 -1478;3;4871.50;9.90;400.00;4.45;0.48 -1479;3;3760.50;9.70;1383.50;1.50;0.48 -1480;3;1523.00;9.70;1382.50;-0.38;0.46 -1481;3;2487.50;9.50;1662.00;1.26;1.20 -1482;3;1578.50;9.50;1996.00;1.90;1.04 -1483;3;3940.50;14.30;1336.50;-1.50;0.36 -1484;3;4698.50;11.10;624.50;-1.03;0.24 -1485;3;1519.00;10.55;1440.00;1.32;0.40 -1486;3;1312.50;9.50;272.50;4.13;1.60 -1487;3;188.50;9.50;519.50;0.99;1.22 -1488;3;4343.00;11.27;950.00;4.24;0.30 -1489;3;4598.50;13.20;1356.50;4.60;0.28 -1490;3;208.00;9.50;1533.50;-1.45;1.04 -1491;3;484.00;9.50;639.50;-1.23;1.02 -1492;3;4312.50;13.25;1002.00;0.89;0.24 -1493;3;3716.50;12.50;1334.50;-1.50;0.56 -1494;3;3285.50;12.70;191.50;1.76;0.84 -1495;3;1433.50;9.50;777.50;-1.30;1.02 -1497;3;4222.00;11.30;1068.50;1.21;0.26 -1498;3;4675.00;10.50;254.50;-1.38;0.62 -1499;3;4715.50;11.35;1407.00;-1.27;0.34 -1500;3;1327.00;10.20;1361.00;-1.37;0.36 -1501;3;5004.50;9.70;403.50;4.17;0.34 -1502;3;4706.00;10.80;1450.50;1.30;0.54 -1503;3;1360.50;10.30;1416.50;1.30;0.22 -1504;3;4925.50;10.40;1457.00;1.29;0.28 -1505;3;4712.50;11.00;632.00;1.95;0.34 -1506;3;1557.00;11.60;1492.50;1.44;0.32 -1507;3;4401.50;10.10;945.50;1.42;0.38 -1508;3;4675.50;10.50;1392.50;1.42;0.32 -1509;3;3165.50;12.85;186.00;1.15;1.08 -1510;3;4096.00;11.45;1016.00;0.78;0.38 -1511;3;4653.00;10.17;246.00;1.24;0.56 -1512;3;5055.00;9.75;1382.50;4.61;0.30 -1513;3;1639.00;9.50;1241.50;4.01;0.52 -1514;3;4970.50;9.70;377.00;1.15;0.44 -1515;3;5178.01;9.50;1474.60;2.49;0.88 -1516;3;3202.00;11.90;507.00;1.05;0.80 -1517;3;3635.50;9.80;1383.00;1.41;0.44 -1518;3;4693.00;11.77;623.00;1.57;0.26 -1519;3;4555.00;13.95;1267.00;-1.37;0.32 -1520;3;4443.00;10.12;925.00;4.71;0.28 -1521;3;3717.00;13.15;1273.50;-1.44;0.42 -1522;3;4401.00;12.40;1016.50;-1.27;0.34 -1523;3;1372.00;10.30;1520.50;-1.38;0.34 -1524;3;2216.50;10.40;716.50;-1.42;0.38 -1525;3;4281.00;14.00;1077.50;1.38;0.48 -1526;3;4709.00;10.50;181.00;1.10;0.54 -1527;3;1400.00;10.00;1550.00;1.10;0.32 -1528;3;1348.00;10.30;1378.50;-1.40;0.36 -1529;3;2010.00;12.45;424.50;1.49;0.50 -1530;3;3498.50;13.80;1362.50;1.37;0.18 -1531;3;4535.00;12.50;1265.00;4.51;0.36 -1532;3;3791.50;10.60;1369.00;-0.84;0.56 -1533;3;4394.00;10.60;624.50;-1.40;0.30 -1534;3;1339.00;11.15;1486.00;1.57;0.28 -1535;3;4439.00;9.90;910.50;1.69;0.40 -1536;3;3570.50;9.90;1323.50;3.68;0.24 -1537;3;5121.50;12.10;152.50;1.14;0.46 -1538;3;4141.00;10.52;1002.00;1.37;0.32 -1539;3;3524.00;13.05;1336.50;1.81;0.28 -1540;3;4655.50;10.70;219.00;1.22;0.58 -1541;3;4122.50;10.30;1076.50;-0.78;0.36 -1542;3;2000.50;11.80;404.50;1.14;0.56 -1543;3;3780.00;10.40;1672.50;4.61;0.38 -1544;3;3388.50;12.70;1178.50;2.11;0.32 -1545;3;4838.00;10.50;1455.00;1.03;0.40 -1546;3;4926.50;10.70;597.00;-1.07;0.42 -1547;3;1538.00;9.70;1410.50;4.54;0.34 -1548;3;4448.50;9.80;898.50;1.46;0.28 -1549;3;3447.00;10.60;1263.50;-1.44;0.38 -1550;3;1615.00;9.70;1193.50;1.32;0.32 -1551;3;4578.00;13.00;1400.50;1.47;0.48 -1552;3;3114.50;14.65;438.00;4.43;1.00 -1553;3;4265.00;12.25;1062.50;-1.49;0.42 -1554;3;3828.50;10.30;1340.50;1.12;0.60 -1555;3;1885.00;9.70;272.00;1.81;0.44 -1556;3;1513.50;10.30;1355.50;1.48;0.38 -1557;3;5060.50;10.90;320.50;0.88;0.62 -1558;3;4698.50;10.45;1426.00;2.09;0.36 -1559;3;1378.50;10.30;1402.50;0.91;0.34 -1560;3;1398.50;10.85;1592.00;0.46;0.28 -1561;3;4681.50;14.00;617.50;1.03;0.30 -1562;3;981.50;9.60;1411.50;1.89;0.20 -1563;3;4462.00;10.40;888.00;-1.32;0.32 -1564;3;1334.50;10.85;1502.00;-1.15;0.38 -1565;3;5556.50;10.30;186.50;1.37;0.24 -1566;3;4325.50;12.80;993.50;0.40;0.38 -1567;3;4760.50;10.20;1387.50;-1.46;0.30 -1568;3;1870.50;9.95;252.00;-1.35;0.54 -1569;3;4112.50;11.60;1058.50;-1.42;0.40 -1570;3;5100.00;9.90;224.00;-1.03;0.44 -1571;3;4851.50;14.50;1425.00;0.89;0.36 -1572;3;1524.00;9.70;1354.50;4.61;0.28 -1573;3;3829.50;10.20;1312.00;1.57;0.32 -1574;3;4819.00;10.07;599.00;1.73;0.30 -1575;3;4539.00;11.02;1232.00;1.32;0.34 -1576;3;3758.50;9.80;1350.00;-0.89;0.46 -1577;3;4479.50;10.80;878.50;1.03;0.26 -1578;3;3439.50;11.00;1261.50;1.97;0.32 -1579;3;4097.50;11.30;980.50;1.71;0.42 -1580;3;3149.50;12.00;321.50;-0.97;1.52 -1581;3;4270.00;12.37;1045.00;-1.03;0.46 -1582;3;1490.50;11.95;1483.00;-1.39;0.26 -1583;3;1993.50;10.35;506.00;-1.07;0.48 -1584;3;1518.50;9.70;1340.50;-1.42;0.36 -1585;3;1942.00;9.90;395.00;1.76;0.56 -1586;3;1355.00;10.30;1559.50;4.35;0.30 -1587;3;1432.00;10.40;1424.50;-0.87;0.30 -1588;3;4749.00;9.80;1462.50;-1.26;0.44 -1589;3;4681.00;10.50;582.50;1.40;0.30 -1590;3;4601.50;13.40;1332.50;1.71;0.28 -1591;3;4019.00;11.72;1381.00;1.44;0.20 -1592;3;4456.50;9.80;879.00;0.98;0.20 -1593;3;3654.00;9.60;1304.00;1.81;0.62 -1594;3;1680.50;10.50;1182.50;1.48;0.40 -1595;3;1466.00;10.05;1533.50;1.21;0.24 -1596;3;1816.00;9.87;250.00;4.71;0.48 -1597;3;4518.50;10.40;1034.50;1.30;0.30 -1598;3;1969.00;10.37;383.00;1.57;0.34 -1599;3;3501.00;11.95;1351.50;-1.10;0.28 -1600;3;3473.50;11.50;1232.00;-1.29;0.46 -1601;3;929.50;12.95;1510.00;-1.05;0.40 -1602;3;4987.50;11.40;558.50;1.97;0.34 -1603;3;4541.50;11.70;1210.50;-1.06;0.30 -1604;3;1426.00;9.80;1517.00;4.46;0.34 -1605;3;4491.50;12.40;848.50;-1.37;0.24 -1606;3;3405.50;11.30;1251.50;4.60;0.20 -1607;3;4329.50;11.30;979.50;1.76;0.34 -1608;3;4588.00;12.35;1388.00;4.71;0.32 -1609;3;4187.00;9.70;1035.00;1.10;0.22 -1610;3;3537.50;11.40;1325.50;-1.37;0.22 -1611;3;5151.50;13.00;201.00;-0.89;0.34 -1612;3;4548.00;9.70;1152.00;-1.37;0.42 -1613;3;1927.50;9.80;330.50;0.40;0.48 -1614;3;3740.50;9.75;1368.00;-1.05;0.52 -1615;3;1420.00;10.15;1389.50;1.10;0.30 -1616;3;2973.00;10.30;1397.50;4.54;0.14 -1617;3;5002.50;9.70;535.00;0.71;0.38 -1618;3;1315.00;11.80;1460.50;1.67;0.38 -1619;3;1754.00;9.62;1637.00;1.32;0.36 -1620;3;4472.00;10.00;856.00;4.71;0.26 -1621;3;1371.50;10.90;1506.50;-1.24;0.42 -1622;3;4080.50;12.60;964.50;1.68;0.30 -1623;3;3814.50;10.00;1321.50;0.42;0.50 -1624;3;1882.00;9.60;233.00;1.57;0.46 -1625;3;4445.50;13.00;1046.00;4.53;0.26 -1626;3;1947.50;9.80;343.50;1.14;0.56 -1627;3;4714.50;9.90;1432.00;1.29;0.40 -1628;3;4608.50;10.30;1129.50;-1.37;0.30 -1629;3;4979.50;9.70;523.50;-0.91;0.34 -1630;3;4418.00;14.50;1260.00;-1.40;0.46 -1631;3;3433.50;11.40;1190.00;1.34;0.70 -1632;3;3812.50;10.00;1291.50;4.60;0.56 -1633;3;1537.50;9.70;997.50;4.14;0.44 -1634;3;3426.00;11.60;1248.00;-0.32;0.36 -1635;3;1662.00;9.52;1164.00;1.42;0.20 -1636;3;3505.50;14.30;1303.50;0.95;0.40 -1637;3;4126.00;11.05;1038.00;-1.24;0.34 -1638;3;4719.50;11.45;1396.00;1.78;0.40 -1639;3;1827.50;10.10;229.50;-1.24;0.46 -1640;3;4578.50;10.00;1112.00;4.71;0.24 -1641;3;1959.00;9.70;330.00;-0.98;0.50 -1642;3;5031.50;12.15;1399.00;-1.39;0.38 -1643;3;1370.00;10.30;1373.50;1.47;0.38 -1644;3;5020.00;10.25;465.00;0.98;0.38 -1645;3;4766.50;11.20;1443.50;1.00;0.48 -1646;3;1388.00;9.90;1442.50;0.00;0.42 -1647;3;4476.00;14.55;1236.00;1.57;0.30 -1648;3;4332.50;12.90;707.50;-1.37;0.40 -1649;3;3776.50;9.80;1318.50;0.96;0.52 -1650;3;4301.50;10.20;963.50;1.16;0.24 -1651;3;983.50;10.90;1469.00;1.22;0.42 -1652;3;4662.50;10.50;179.00;1.95;0.30 -1653;3;4426.50;14.40;1036.50;-0.95;0.36 -1654;3;1942.00;9.80;312.50;1.04;0.50 -1655;3;1430.50;10.00;1544.00;4.43;0.26 -1656;3;4173.00;11.65;1076.50;1.67;0.24 -1657;3;1714.00;11.15;1767.50;1.29;1.20 -1658;3;1141.00;18.55;1527.50;1.47;0.52 -1659;3;3872.50;9.70;1743.00;-1.22;0.78 -1660;3;3175.00;9.50;1717.50;-0.26;0.60 -1661;3;2799.00;9.50;722.50;1.73;0.74 -1662;3;3920.00;9.92;1581.00;4.57;0.46 -1663;3;1030.50;12.20;1566.50;4.39;0.48 -1664;3;3865.00;10.40;1855.00;1.75;0.94 -1665;3;1940.50;9.50;970.00;0.82;0.76 -1666;3;4636.00;12.27;1676.00;4.71;0.84 -1667;3;5074.50;9.90;116.50;4.60;0.42 -1668;3;4050.00;10.60;1474.50;1.36;0.52 -1669;3;2034.50;9.50;1819.50;-0.04;1.60 -1670;3;660.00;9.50;119.50;-1.52;1.30 -1671;3;1149.00;12.15;1845.50;1.43;1.10 -1672;3;4563.50;12.50;1542.50;4.39;0.72 -1673;3;5341.50;9.50;1707.50;-0.78;1.06 -1674;3;4065.50;10.40;1662.00;-1.26;0.54 -1675;3;3995.50;15.30;1350.00;0.35;0.44 -1676;3;4250.50;11.90;1537.00;-0.84;0.52 -1677;3;3776.00;9.50;786.00;1.64;0.88 -1678;3;1335.50;11.00;1561.00;-1.39;0.42 -1679;3;4169.00;9.80;1759.00;1.37;0.62 -1680;3;3927.00;9.80;1565.00;1.42;0.38 -1681;3;5099.00;9.50;726.00;1.43;1.56 -1682;3;5143.00;9.50;1084.50;1.60;1.24 -1683;3;1284.00;10.80;1588.00;1.40;0.38 -1684;3;3869.00;10.30;1885.50;1.52;0.66 -1685;3;4174.50;10.80;1601.00;4.53;0.62 -1686;3;4699.00;9.50;356.00;1.03;0.86 -1687;3;4293.00;9.50;688.50;0.44;0.78 -1688;3;3264.00;13.15;278.50;-1.52;0.52 -1689;3;4304.50;15.45;1496.00;-0.82;0.60 -1690;3;964.00;11.35;1690.50;-1.47;0.40 -1691;3;4428.50;9.50;212.50;-0.68;1.10 -1692;3;3845.50;9.50;719.00;-1.03;0.98 -1693;3;4811.00;10.65;1485.50;-0.72;0.38 -1694;3;3873.00;10.32;1617.00;0.24;0.60 -1695;3;3118.50;9.50;56.00;4.63;0.90 -1696;3;4512.50;12.20;1544.50;4.63;0.66 -1697;3;4356.00;10.70;1720.50;-1.10;0.78 -1698;3;4258.00;17.70;1311.00;1.32;0.46 -1699;3;2143.00;9.50;106.50;1.60;1.00 -1700;3;2280.50;9.50;307.00;1.69;1.26 -1701;3;2519.00;9.50;1182.50;-0.53;1.08 -1702;3;4188.50;14.60;1557.00;-1.31;0.58 -1703;3;4063.50;19.50;1357.00;4.71;0.58 -1704;3;3759.50;9.80;1713.50;-0.96;0.54 -1705;3;2433.00;9.50;1682.50;1.10;1.56 -1706;3;2071.50;9.50;1497.50;1.82;1.12 -1707;3;4476.50;11.20;1609.50;4.64;0.74 -1708;3;4110.00;12.15;1429.50;0.74;0.68 -1709;3;3945.00;10.40;1632.50;1.01;0.54 -1710;3;1289.00;9.50;284.00;1.24;1.42 -1711;3;208.50;9.50;434.00;0.86;1.00 -1712;3;1500.50;9.50;2033.50;4.49;0.96 -1713;3;5552.00;10.12;167.00;4.71;0.20 -1714;3;4943.00;11.05;1768.50;-1.40;1.34 -1715;3;47.00;9.50;1374.50;-1.21;1.34 -1716;3;223.00;9.50;1579.00;1.57;1.10 -1717;3;558.50;9.50;669.50;1.69;1.34 -1718;3;4147.00;10.45;1663.50;4.62;0.30 -1719;3;1348.50;10.20;1643.00;-0.89;0.36 -1720;3;1472.50;9.50;818.00;1.29;0.90 -1722;3;4660.00;10.80;1906.50;4.60;1.46 -1723;3;4524.50;13.25;1378.00;1.07;0.60 -1724;3;4865.50;11.00;1584.00;-1.45;0.48 -1725;3;4394.50;14.70;1428.00;1.48;0.66 -1726;3;4029.50;9.70;1745.50;-1.30;0.56 -1727;3;4451.50;10.80;1572.50;2.13;0.66 -1728;3;4382.00;16.15;1451.50;1.05;0.62 -1729;3;4115.50;9.80;1845.00;1.01;1.20 -1730;3;4813.00;10.50;1618.50;1.05;0.58 -1731;3;3179.50;11.00;569.00;-1.22;0.88 -1732;3;4837.50;10.65;1470.00;1.43;0.40 -1733;3;4018.00;9.80;1621.50;4.65;0.58 -1734;3;680.00;9.50;840.00;-0.68;0.40 -1735;3;4453.50;11.30;1677.50;1.64;0.72 -1736;3;1057.50;14.85;1647.00;2.00;0.76 -1737;3;921.50;12.65;1777.00;1.08;0.72 -1738;3;1186.00;13.80;1495.50;4.65;0.38 -1739;3;4817.00;10.60;1564.00;0.46;0.58 -1740;3;1056.50;17.30;1495.50;-1.49;0.44 -1741;3;4370.00;10.32;1812.00;1.62;0.96 -1742;3;5035.50;9.80;1555.50;1.48;0.52 -1743;3;4637.50;11.90;1452.00;-1.31;0.56 -1744;3;3748.00;10.35;1795.00;-0.54;0.62 -1745;3;4759.00;10.00;1874.00;-0.18;1.74 -1746;3;5569.00;10.75;161.50;1.40;0.28 -1747;3;1203.50;12.70;1625.50;1.74;0.66 -1748;3;4772.50;12.70;1692.50;1.51;0.86 -1749;3;4141.00;14.67;1500.00;4.24;0.64 -1750;3;3793.00;10.30;1686.00;1.24;0.36 -1752;3;1269.50;10.70;1682.50;1.30;0.56 -1753;3;1267.50;10.80;1531.00;4.56;0.56 -1754;3;3686.50;10.30;1700.00;-1.39;0.36 -1755;3;5042.00;12.75;1529.50;1.65;0.58 -1756;3;1099.00;16.02;1528.00;1.10;0.34 -1757;3;4024.00;10.35;1803.00;-1.10;0.88 -1758;3;1475.00;10.75;1459.00;0.78;0.36 -1759;3;5069.50;10.10;74.00;1.84;0.44 -1760;3;1388.00;10.25;1624.00;4.46;0.40 -1761;3;4604.00;13.17;1645.00;1.71;0.62 -1762;3;4422.00;13.75;1534.50;1.17;0.62 -1763;3;944.00;12.35;1843.50;-1.52;1.04 -1764;3;1610.50;11.10;1690.00;-1.22;0.54 -1765;3;3999.50;9.80;1677.50;-1.41;0.50 -1766;3;3967.50;18.15;1311.00;4.56;0.68 -1767;3;1176.00;12.37;1662.00;0.78;0.68 -1768;3;3936.00;10.30;1728.50;-0.85;0.60 -1769;3;1379.50;10.60;1716.50;1.39;0.70 -1770;3;1328.00;11.00;1578.00;4.46;0.42 -1771;3;3752.00;10.35;1763.50;-1.21;0.58 -1772;3;4913.50;9.90;1626.50;1.41;0.64 -1773;3;4994.00;9.70;92.00;2.03;0.40 -1774;3;4224.50;17.00;1461.00;4.71;0.56 -1775;3;3839.50;9.90;1625.50;0.56;0.62 -1776;3;4699.50;11.65;1530.00;4.71;0.64 -1777;3;4255.00;10.70;1678.50;1.93;0.46 -1778;3;4324.00;13.75;1356.50;1.75;0.66 -1779;3;4135.50;10.20;1559.00;1.43;0.46 -1780;3;4217.50;10.10;1724.00;1.57;0.56 -1781;3;4327.00;14.05;1377.50;1.20;0.52 -1782;3;1499.50;11.10;1709.50;-1.31;0.60 -1783;3;4121.00;11.30;1409.00;4.57;0.66 -1784;3;3983.50;9.70;1789.00;-1.26;0.46 -1785;3;1787.00;11.50;1806.00;1.03;1.12 -1786;3;5570.50;12.20;147.50;0.95;0.26 -1787;3;4504.00;13.22;1422.00;1.42;0.58 -1788;3;1216.00;11.00;1734.00;1.40;0.54 -1789;3;1044.00;14.40;1604.50;1.49;0.58 -1790;3;4088.00;9.95;1644.50;-1.48;0.52 -1791;3;4376.50;14.20;1535.00;-1.27;0.62 -1792;3;4552.00;10.55;1696.00;1.21;0.74 -1793;3;1056.00;13.80;1442.50;1.38;0.46 -1794;3;4105.50;9.90;1568.50;0.78;0.56 -1795;3;4722.50;11.30;1726.50;0.36;0.66 -1796;3;4560.50;14.00;1405.50;1.24;0.48 -1797;3;4048.00;9.85;1580.00;1.42;0.60 -1798;3;4416.00;14.50;1466.50;1.52;0.60 -1799;3;795.00;11.95;1843.50;1.40;1.26 -1800;3;3964.50;9.80;1606.00;1.75;0.58 -1801;3;5577.00;10.97;137.00;-1.10;0.32 -1802;3;4851.00;10.80;1526.50;1.17;0.56 -1803;3;4378.50;11.50;1649.50;-0.66;0.52 -1804;3;1065.00;11.10;1826.50;-0.90;0.70 -1805;3;4903.50;11.10;1708.50;1.76;1.02 -1806;3;1302.00;14.60;1477.00;4.71;0.44 -1807;3;4851.00;11.12;1604.00;-1.35;0.70 -1808;3;3759.50;10.05;1697.00;4.71;0.44 -1809;3;1189.00;13.10;1513.00;1.57;0.42 -1810;3;4368.50;15.65;1566.00;1.01;0.72 -1811;3;4664.50;12.00;1437.50;-1.34;0.52 -1812;3;3912.00;9.70;1745.50;0.88;0.68 -1813;3;4334.50;13.30;1614.50;-0.91;0.58 -1814;3;5560.50;10.60;115.50;1.71;0.30 -1815;3;1110.00;14.25;1613.00;4.06;0.52 -1816;3;4206.00;11.60;1583.00;0.67;0.50 -1817;3;3231.00;13.25;506.50;-0.92;0.84 -1818;3;4130.50;14.15;1478.00;0.98;0.56 -1819;3;5147.00;10.40;1998.50;-1.50;2.32 -1820;3;5049.23;11.40;1505.09;1.51;0.58 -1821;3;3752.50;10.60;1666.50;3.92;0.32 -1822;3;3511.50;11.40;1262.00;-1.19;0.42 -1823;3;5350.50;9.95;1771.00;-0.92;2.72 -1824;3;4016.50;10.40;1698.00;4.59;0.56 -1825;3;3982.00;13.00;1361.50;1.48;0.40 -1826;3;4593.00;12.47;1587.00;-1.47;0.64 -1827;3;1168.50;14.35;1538.00;1.57;0.38 -1828;3;4190.50;9.90;1776.50;1.23;0.82 -1829;3;4457.50;12.05;1601.00;0.73;0.78 -1830;3;335.00;10.40;1952.50;-0.16;2.30 -1831;3;1377.00;10.30;1600.00;1.29;0.32 -1832;3;990.00;12.15;1702.50;0.85;0.34 -1833;3;3231.00;12.57;115.00;4.06;0.66 -1834;3;4372.50;13.80;1514.00;4.36;0.56 -1835;3;3987.00;9.80;1669.00;1.32;0.48 -1836;3;1238.50;11.10;1671.00;-1.35;0.48 -1837;3;4307.50;10.90;1712.50;-1.45;0.54 -1838;3;4258.00;12.05;1356.50;-1.36;0.70 -1839;3;5289.50;10.80;1690.50;1.00;1.68 -1840;3;4051.00;11.30;1374.50;1.17;0.44 -1841;3;3762.00;10.30;1746.50;-0.99;0.66 -1842;3;4890.00;11.95;1569.00;-0.98;0.64 -1843;3;1545.50;9.70;1288.50;4.51;0.36 -1844;3;4126.00;14.55;1438.50;4.65;0.64 -1845;3;4762.00;10.50;1619.00;-1.21;0.74 -1846;3;3309.50;13.40;484.50;1.00;0.96 -1847;3;4735.00;10.55;1477.00;-0.72;0.76 -1848;3;1226.50;11.00;1731.00;4.29;0.46 -1849;3;1389.50;11.30;1660.50;1.16;0.38 -1850;3;4235.00;10.40;1672.50;1.81;0.54 -1851;3;1112.50;12.35;1647.00;1.66;0.46 -1852;3;4664.00;9.82;1802.00;4.66;1.12 -1853;3;4487.00;13.20;1377.50;-1.32;0.66 -1854;3;1030.50;14.60;1695.00;-1.07;0.52 -1855;3;4267.50;13.15;1422.00;-1.27;0.60 -1856;3;4058.50;10.30;1758.50;-1.24;0.54 -1857;3;1064.00;13.10;1712.00;1.71;0.32 -1858;3;894.50;13.00;1747.00;-1.35;0.38 -1859;3;4424.00;14.70;1491.50;1.64;0.62 -1860;3;4051.00;9.90;1623.50;-1.38;0.46 -1861;3;5094.00;11.60;112.00;-0.78;0.36 -1862;3;977.50;14.65;1567.00;-1.27;0.48 -1863;3;5319.50;10.35;1669.00;1.17;1.28 -1864;3;4100.00;12.65;1513.50;4.64;0.46 -1865;3;5184.50;11.40;1771.50;-0.69;2.30 -1866;3;1342.50;10.80;1640.00;1.84;0.32 -1867;3;1311.50;10.50;1630.50;1.14;0.38 -1868;3;4551.50;12.35;1455.00;1.31;0.60 -1870;3;1268.50;10.70;1706.50;-1.49;0.52 -1871;3;4638.00;12.10;1436.50;-1.48;0.38 -1872;3;774.50;13.40;1912.00;0.98;1.80 -1873;3;1297.00;10.52;1728.00;4.71;0.46 -1874;3;3220.50;11.75;354.00;-1.50;1.18 -1875;3;1230.50;11.25;1614.00;0.98;0.60 -1876;3;4317.00;12.40;1629.00;-0.78;0.48 -1877;3;4297.50;13.60;1526.50;1.39;0.52 -1878;3;4876.50;10.70;1729.50;1.08;1.12 -1879;3;3967.00;9.80;1541.50;4.50;0.50 -1880;3;3858.50;9.70;1710.00;4.56;0.58 -1881;3;1465.00;10.70;1516.50;3.14;0.30 -1882;3;4326.00;21.52;1207.00;-0.85;0.80 -1883;3;3118.00;10.50;801.00;1.49;0.58 -1884;3;4444.00;13.00;1059.50;-1.47;0.42 -1885;3;3176.50;9.50;1677.50;0.57;0.74 -1886;3;2907.50;9.50;667.50;0.10;0.96 -1887;3;1687.50;9.90;959.50;4.48;0.90 -1888;3;3728.00;14.52;1222.00;-0.46;0.60 -1889;3;3707.50;11.20;1077.50;-1.24;0.64 -1890;3;1894.00;9.50;992.00;-0.98;0.94 -1891;3;2895.50;10.50;843.50;1.28;1.00 -1892;3;998.50;10.70;1381.50;1.42;0.36 -1893;3;4481.50;13.60;1140.50;1.16;0.38 -1894;3;2166.00;9.50;1748.50;1.47;1.18 -1895;3;512.00;9.50;195.50;-1.42;0.86 -1896;3;1763.00;10.15;642.00;-1.22;0.28 -1897;3;2683.50;10.20;953.00;-1.29;1.08 -1898;3;4063.50;20.55;1145.00;1.15;0.48 -1899;3;5299.00;9.50;1735.50;2.03;0.90 -1900;3;1378.00;11.95;1137.50;1.51;0.64 -1901;3;2848.00;14.15;1112.50;-1.27;1.44 -1902;3;3826.50;9.50;847.00;0.68;1.16 -1904;3;1024.50;9.70;1322.50;4.05;0.68 -1905;3;3534.00;11.20;782.00;-1.24;0.42 -1906;3;5151.00;9.50;719.00;0.92;1.22 -1907;3;5150.50;9.50;1125.00;-0.95;1.26 -1908;3;3964.00;10.30;1081.00;-1.37;0.54 -1909;3;2615.50;11.70;810.50;0.78;0.74 -1910;3;3966.00;18.30;1221.00;0.58;0.58 -1911;3;4645.50;9.50;339.50;0.44;1.26 -1912;3;4237.00;9.50;691.50;-1.43;0.96 -1913;3;1533.50;9.70;1294.00;-1.19;0.34 -1914;3;3329.00;12.35;857.00;1.24;0.54 -1915;3;1255.50;10.80;1411.50;1.34;0.38 -1916;3;4422.00;9.50;174.50;1.51;1.06 -1917;3;3862.00;9.50;761.00;1.73;0.88 -1918;3;4392.50;18.85;1157.00;0.94;0.54 -1919;3;3878.50;16.80;1309.50;1.48;0.28 -1920;3;3498.00;14.30;915.50;1.64;0.60 -1921;3;3102.00;9.50;22.50;4.32;0.76 -1922;3;3583.00;10.25;1175.50;1.10;0.56 -1923;3;3461.50;14.15;968.00;1.75;0.64 -1924;3;2098.50;9.50;26.50;3.42;0.78 -1925;3;2304.50;9.50;263.50;1.22;1.36 -1926;3;2561.00;9.50;1184.00;-1.04;1.06 -1927;3;1280.50;10.50;1355.50;1.06;0.46 -1928;3;1947.00;10.05;918.00;1.57;0.62 -1929;3;3195.50;12.05;538.00;-1.49;0.78 -1930;3;2412.00;9.50;1553.50;-0.99;1.24 -1931;3;2197.50;9.50;925.00;1.36;1.36 -1932;3;2898.00;9.90;805.50;1.10;0.66 -1933;3;4461.00;14.30;1227.00;1.19;0.42 -1934;3;4333.00;15.20;1075.50;1.69;0.40 -1935;3;1224.50;9.50;198.50;1.16;1.42 -1936;3;265.50;9.50;446.00;0.75;0.86 -1937;3;1647.50;9.70;1020.50;-0.42;0.64 -1938;3;3463.50;11.85;1240.00;1.57;0.42 -1939;3;3388.50;13.40;631.50;1.49;0.48 -1940;3;12.00;9.50;1425.00;4.46;1.24 -1941;3;294.50;9.50;1498.00;-1.50;0.88 -1942;3;564.50;9.50;626.00;1.69;0.92 -1943;3;4162.50;22.70;1270.00;-0.57;1.06 -1944;3;1672.00;13.05;1035.50;-0.82;0.56 -1945;3;1120.50;10.10;1294.50;1.99;0.68 -1946;3;1473.00;9.50;897.50;1.73;0.84 -1947;3;3700.50;9.80;981.50;-1.13;0.70 -1948;3;3780.00;10.80;1161.00;4.60;0.54 -1949;3;4021.50;10.70;1044.50;0.95;0.38 -1950;3;3211.00;11.10;658.00;1.57;0.92 -1951;3;2829.00;10.00;766.00;1.57;0.38 -1952;3;1229.50;16.05;1248.00;1.15;0.58 -1953;3;3262.00;11.70;741.00;1.29;0.64 -1954;3;1179.50;12.05;1358.00;4.56;0.50 -1955;3;3556.00;11.15;1105.00;4.06;0.50 -1956;3;3031.50;10.40;922.50;0.93;1.36 -1957;3;3727.00;13.15;1251.50;1.86;0.60 -1958;3;2682.00;11.52;1108.00;-1.47;0.82 -1959;3;4478.00;13.57;1325.00;4.71;0.42 -1960;3;3170.50;11.00;830.00;-0.82;0.86 -1961;3;4055.00;21.47;1172.00;0.87;0.60 -1962;3;2639.50;10.25;949.00;-1.38;1.14 -1963;3;3659.00;15.70;1183.00;1.29;0.58 -1964;3;3536.00;10.45;759.50;4.15;0.70 -1965;3;1254.00;17.75;1181.50;-1.40;0.40 -1966;3;3579.50;11.00;824.50;-1.41;0.52 -1967;3;2857.50;12.20;1203.00;4.71;0.48 -1968;3;3173.00;12.70;476.50;-1.15;0.72 -1969;3;2926.50;11.20;830.50;0.71;0.76 -1970;3;4018.50;20.90;1269.00;1.57;0.62 -1971;3;3896.50;9.70;1104.00;0.64;0.48 -1972;3;1112.00;16.55;1443.50;-1.38;0.56 -1973;3;3514.00;15.40;879.50;1.65;0.48 -1974;3;3117.00;10.72;781.00;1.81;0.64 -1975;3;2840.50;12.00;885.50;3.64;0.70 -1976;3;4499.50;12.80;1210.50;1.68;0.22 -1977;3;3368.50;11.40;1009.50;2.07;0.70 -1978;3;3913.50;13.20;1176.50;1.20;0.52 -1979;3;1924.50;10.30;808.00;1.84;1.44 -1980;3;3904.00;9.70;1070.50;1.93;0.42 -1981;3;1855.00;9.70;999.00;2.55;0.68 -1982;3;3594.00;15.07;1213.00;1.19;0.50 -1983;3;4083.00;11.20;1098.00;4.71;0.36 -1984;3;3399.00;13.95;857.50;1.10;0.80 -1985;3;4452.00;15.12;1260.00;-1.19;0.40 -1986;3;3721.00;11.20;1116.00;1.24;0.66 -1987;3;1430.00;10.87;1468.00;1.24;0.32 -1988;3;1491.00;9.95;1055.00;1.24;0.60 -1989;3;2699.00;11.20;1144.50;-1.21;0.46 -1990;3;4357.50;11.20;971.00;4.71;0.30 -1991;3;4125.50;22.70;1141.50;1.21;0.88 -1992;3;2947.00;13.45;765.00;1.40;0.52 -1993;3;3038.50;11.10;803.50;3.92;0.72 -1994;3;3105.50;11.50;1030.50;1.04;1.72 -1995;3;3829.50;17.30;1210.50;-1.24;0.58 -1996;3;4313.00;14.10;1108.00;1.06;0.74 -1997;3;1695.50;12.80;1010.50;-1.49;0.60 -1998;3;1204.00;12.10;1401.50;4.62;0.44 -1999;3;4379.50;16.75;1112.00;0.46;0.48 -2000;3;3748.50;12.60;1245.00;-0.84;0.38 -2001;3;2821.50;9.90;828.50;-0.07;0.74 -2002;3;3986.00;10.05;1138.50;1.27;0.50 -2003;3;3389.00;12.30;941.50;1.05;0.72 -2004;3;3522.00;9.70;1170.50;2.21;0.36 -2005;3;4104.00;11.00;1057.00;1.76;0.36 -2006;3;4471.00;12.95;1212.50;4.58;0.34 -2007;3;1632.50;10.30;880.50;-1.00;0.92 -2008;3;1220.50;15.40;1208.00;-1.39;0.56 -2009;3;3356.50;13.80;799.50;1.37;0.66 -2010;3;4162.00;22.15;1203.00;1.47;1.00 -2011;3;1248.50;15.90;1204.50;1.68;0.56 -2012;3;2637.00;10.27;857.00;0.86;0.68 -2013;3;3438.00;10.12;1225.00;1.10;0.46 -2014;3;4198.50;22.60;1118.50;4.64;0.72 -2015;3;4010.50;13.50;1302.50;1.06;0.72 -2016;3;3285.50;10.80;862.50;1.20;0.64 -2017;3;3782.00;10.87;1183.00;4.71;0.48 -2018;3;3670.50;9.80;974.00;4.29;0.86 -2019;3;1250.50;10.55;1343.00;0.94;0.56 -2020;3;3526.00;10.10;729.50;1.01;0.66 -2021;3;1344.50;9.85;1152.00;0.71;0.48 -2022;3;4416.50;14.40;1246.00;4.36;0.32 -2023;3;1636.00;12.40;967.00;1.19;0.50 -2024;3;3159.50;11.00;564.50;4.28;0.56 -2025;3;2920.00;10.12;796.00;1.37;0.72 -2026;3;3606.00;16.65;1187.50;4.50;0.56 -2027;3;3383.50;13.75;1098.00;-1.35;0.50 -2028;3;4345.50;13.10;1316.50;-1.34;0.60 -2029;3;3590.00;13.17;897.00;0.86;0.78 -2030;3;4469.00;10.62;1154.00;4.51;0.36 -2031;3;1482.00;9.90;1108.50;1.04;0.76 -2032;3;4007.00;10.75;1136.50;1.21;0.46 -2033;3;3420.50;10.00;1025.50;0.96;0.74 -2034;3;3264.00;11.95;716.00;1.49;0.60 -2035;3;1952.50;9.80;811.00;4.63;1.28 -2036;3;4037.50;10.60;1070.50;1.42;0.46 -2037;3;1154.50;12.85;1353.00;-1.22;0.54 -2038;3;2607.50;11.65;795.00;-1.34;0.60 -2039;3;3716.50;12.80;1097.50;4.55;0.42 -2040;3;3360.00;11.92;837.00;-0.84;0.72 -2041;3;3992.00;19.35;1231.00;1.10;0.56 -2042;3;1289.00;9.70;1332.50;0.87;0.46 -2043;3;1327.00;14.15;1469.00;0.98;0.30 -2044;3;2728.50;10.30;913.50;-1.51;0.64 -2045;3;4442.50;11.40;1185.50;1.06;0.40 -2046;3;3359.00;10.60;941.50;1.75;0.64 -2047;3;4616.00;11.67;687.00;0.67;0.56 -2048;3;3647.00;9.80;1028.50;4.62;0.56 -2049;3;2861.50;10.70;1175.00;1.57;0.76 -2050;3;2864.50;9.50;755.50;-0.95;0.42 -2051;3;1192.50;11.80;1184.00;1.67;0.52 -2052;3;1679.00;11.65;995.50;4.58;0.44 -2053;3;4376.00;14.00;1277.50;1.23;0.62 -2054;3;3995.50;10.20;1094.00;0.12;0.56 -2055;3;1237.50;13.65;1468.00;1.31;0.30 -2056;3;2865.00;10.15;858.50;0.62;0.72 -2057;3;3459.50;11.65;1118.00;1.57;0.58 -2058;3;3933.00;11.47;1325.00;4.71;0.44 -2059;3;3632.00;10.50;944.50;-1.15;0.76 -2060;3;1229.50;11.20;1313.50;-1.50;0.56 -2061;3;4342.00;11.95;1001.50;2.03;0.36 -2062;3;3759.00;12.95;1177.50;-1.01;0.54 -2063;3;3479.50;10.40;711.00;-1.39;0.68 -2064;3;3258.00;10.10;1028.00;-1.40;1.00 -2065;3;3568.50;11.20;1202.50;4.60;0.48 -2066;3;3408.00;11.40;700.50;1.39;0.76 -2067;3;4413.50;16.15;1108.00;0.83;0.42 -2068;3;2860.00;10.50;938.00;1.96;0.98 -2069;3;1058.00;10.40;1376.50;1.47;0.50 -2070;3;3754.50;12.70;1114.00;1.31;0.66 -2071;3;3546.50;15.10;1262.00;0.86;0.36 -2072;3;3407.50;14.90;873.00;-1.36;0.54 -2073;3;3180.00;10.80;690.50;1.32;0.64 -2074;3;4211.00;19.25;1298.50;1.02;0.78 -2075;3;1488.00;9.70;1086.00;-1.37;0.68 -2076;3;4012.00;17.35;1174.50;1.65;0.30 -2077;3;1423.50;9.85;1146.00;1.57;0.44 -2078;3;3807.50;11.40;1183.50;-1.49;0.60 -2079;3;1628.00;11.95;908.50;-1.21;0.60 -2080;3;3009.50;11.20;695.50;0.84;0.90 -2081;3;3052.50;10.20;849.50;2.19;0.52 -2082;3;1292.50;10.50;1423.50;1.48;0.38 -2083;3;1241.50;13.80;1245.00;4.58;0.52 -2084;3;3956.00;21.10;1252.00;4.71;0.48 -2085;3;1677.50;9.65;1058.00;3.38;0.56 -2086;3;4011.50;10.20;1114.50;0.95;0.34 -2087;3;4509.50;14.30;1341.50;1.49;0.44 -2088;3;3371.00;11.65;900.50;0.33;0.58 -2089;3;3551.00;9.70;1145.50;1.22;0.32 -2090;3;3461.00;13.55;1000.50;-1.22;0.72 -2091;3;4475.00;11.32;1180.00;-0.78;0.38 -2092;3;3990.00;10.95;1054.50;-1.27;0.40 -2093;3;4170.00;22.15;1160.50;1.45;0.74 -2094;3;2617.50;10.20;774.50;-1.13;0.72 -2095;3;3396.00;11.97;1075.00;1.40;0.48 -2096;3;3305.50;11.30;734.00;4.71;0.94 -2097;3;3502.00;10.10;1201.50;-1.32;0.36 -2098;3;4232.50;22.10;1117.50;4.51;0.56 -2099;3;4342.00;19.82;1288.00;1.29;0.82 -2100;3;2616.00;10.45;860.00;1.71;0.44 -2101;3;3769.50;13.35;1146.00;4.22;0.58 -2102;3;1192.00;12.97;1464.00;0.62;0.48 -2103;3;3658.00;11.60;928.50;1.62;0.44 -2104;3;1211.00;13.07;1341.00;1.89;0.64 -2105;3;4007.50;10.40;1014.50;0.95;0.40 -2106;3;1882.00;10.32;428.00;1.24;0.82 -2107;3;3136.50;9.50;1686.00;0.62;1.20 -2108;3;2960.50;9.50;583.50;3.77;0.78 -2109;3;2022.50;10.70;486.50;1.51;0.64 -2110;3;1775.00;9.50;1044.00;-0.86;0.82 -2111;3;1944.00;10.87;615.00;1.48;1.08 -2112;3;2177.00;9.50;1664.50;4.56;1.40 -2113;3;457.00;9.50;248.50;4.38;1.08 -2114;3;5036.50;9.70;144.00;0.82;0.80 -2115;3;3001.50;10.10;572.50;3.00;0.32 -2116;3;5081.50;9.80;223.00;0.82;0.72 -2117;3;4591.00;11.75;677.00;0.46;0.36 -2118;3;3740.50;9.50;832.50;1.70;1.28 -2119;3;5508.00;9.50;44.50;-1.42;1.24 -2120;3;3330.00;11.55;345.50;-1.28;0.76 -2121;3;5118.00;9.50;772.50;0.85;1.44 -2122;3;5098.00;9.50;1098.50;0.96;1.16 -2123;3;3425.00;10.37;420.00;3.81;0.60 -2124;3;4671.50;9.50;525.00;-0.87;1.04 -2125;3;4283.00;9.50;735.00;1.47;0.96 -2126;3;3098.00;13.90;441.50;1.48;0.74 -2127;3;4499.00;9.50;126.00;1.16;1.16 -2128;3;3804.50;9.50;781.50;-0.73;1.10 -2129;3;5032.00;13.05;553.00;1.19;0.52 -2130;3;5004.50;10.35;120.00;-1.07;0.58 -2131;3;3058.00;9.50;74.50;1.26;1.10 -2132;3;2168.50;9.80;812.00;4.71;0.56 -2133;3;4797.50;10.40;226.00;-0.89;1.08 -2134;3;2261.50;9.50;229.00;1.00;1.22 -2135;3;2582.00;9.50;1135.50;0.91;0.92 -2136;3;1748.00;13.57;386.00;4.71;0.62 -2137;3;2357.00;9.50;1569.00;-0.66;1.14 -2138;3;2127.50;9.50;928.50;0.70;0.94 -2139;3;4948.00;10.20;382.50;1.62;0.60 -2140;3;1147.50;9.50;221.50;1.59;1.26 -2141;3;274.00;9.50;494.00;4.46;1.18 -2142;3;1902.50;10.20;616.50;1.63;1.12 -2143;3;10.00;9.50;1467.00;-1.10;1.02 -2144;3;389.50;9.50;1459.00;1.09;1.22 -2145;3;542.50;9.50;521.50;0.97;1.18 -2146;3;5044.00;9.75;120.50;1.44;0.46 -2147;3;1864.00;9.90;706.00;4.71;0.92 -2148;3;1403.00;9.50;914.00;-0.19;1.04 -2149;3;1759.00;10.30;240.50;-0.58;0.92 -2150;3;2125.00;9.90;775.00;1.24;0.88 -2151;3;3264.00;11.80;302.00;-1.40;0.60 -2152;3;1911.00;10.32;452.00;-1.40;0.58 -2153;3;2165.00;10.85;533.50;1.01;0.40 -2154;3;3274.00;12.45;692.50;1.87;0.84 -2155;3;5037.00;9.80;106.50;1.26;0.42 -2156;3;1546.00;9.97;787.00;4.24;0.62 -2157;3;4669.00;10.70;180.50;-1.44;0.40 -2158;3;1770.50;10.60;348.00;0.66;0.76 -2159;3;3376.00;11.40;417.00;-1.35;0.76 -2160;3;1844.50;10.80;560.50;1.04;0.82 -2161;3;1700.00;10.60;144.00;4.24;0.54 -2162;3;1626.00;18.65;680.50;-1.36;0.68 -2163;3;5082.00;10.32;207.00;4.71;0.44 -2164;3;2193.50;10.20;760.50;1.49;0.58 -2166;3;5014.00;9.77;377.00;1.21;0.48 -2167;3;2072.00;12.00;548.50;-1.14;0.66 -2168;3;2030.00;9.90;714.00;-0.68;1.02 -2169;3;1718.50;11.95;125.00;-1.23;0.76 -2170;3;4556.50;10.10;634.50;-0.60;0.58 -2171;3;3267.50;14.50;224.50;-1.37;0.70 -2172;3;1869.00;9.70;368.00;0.78;0.54 -2173;3;1920.00;10.40;423.50;0.96;0.54 -2174;3;1747.50;20.10;522.50;-1.14;0.82 -2175;3;2231.00;9.70;780.00;1.57;0.46 -2176;3;3303.50;12.80;547.50;1.71;0.84 -2177;3;4709.00;11.10;285.50;-1.26;0.68 -2178;3;2185.50;10.50;784.00;1.31;0.64 -2179;3;1713.50;15.40;343.00;-0.84;0.52 -2180;3;3384.50;10.80;393.50;1.72;0.64 -2181;3;1993.00;10.55;533.50;0.72;0.86 -2182;3;1713.50;20.10;629.00;1.36;0.64 -2183;3;5064.00;9.80;24.00;2.35;0.24 -2184;3;4589.50;10.30;619.00;0.52;0.56 -2185;3;2107.50;12.20;514.00;0.46;0.42 -2186;3;4726.00;10.90;264.00;1.69;0.60 -2187;3;5001.00;9.70;363.50;4.36;0.56 -2188;3;3683.00;10.17;576.00;3.14;0.24 -2189;3;5068.00;9.90;15.00;4.12;0.34 -2190;3;2085.50;11.75;621.00;-1.39;0.66 -2191;3;4801.00;9.80;177.50;0.56;0.76 -2192;3;3029.76;11.80;615.08;4.15;1.04 -2193;3;3339.50;10.50;292.50;-1.30;0.68 -2194;3;1932.50;10.70;442.00;4.08;0.58 -2195;3;1862.50;9.90;503.00;2.40;0.78 -2196;3;3406.00;9.80;538.50;4.42;0.60 -2197;3;5508.00;10.22;74.00;4.46;0.38 -2198;3;1682.50;9.80;776.50;3.62;1.58 -2199;3;1723.50;12.80;210.50;1.00;0.64 -2200;3;3494.50;10.60;258.50;4.39;0.58 -2201;3;4720.00;9.80;346.50;-1.39;0.84 -2202;3;3430.50;10.00;457.50;1.49;0.68 -2203;3;5486.50;10.85;44.00;1.15;0.38 -2204;3;1955.00;10.40;681.00;-1.50;1.66 -2205;3;4987.00;9.50;191.00;0.66;1.10 -2206;3;3358.50;14.40;587.50;-0.84;0.88 -2207;3;3049.00;12.35;270.50;1.81;0.54 -2208;3;1833.00;10.32;430.00;1.15;0.72 -2209;3;1900.00;10.40;483.50;1.87;0.92 -2210;3;1672.00;12.52;609.00;-1.27;0.70 -2211;3;5471.50;11.30;33.50;4.09;0.44 -2212;3;1639.50;10.60;719.00;1.78;0.72 -2213;3;3210.50;14.00;211.00;0.05;0.70 -2214;3;2030.00;10.40;792.00;2.62;0.96 -2215;3;1738.00;14.67;283.00;1.57;0.62 -2216;3;3292.00;12.00;386.50;1.94;0.64 -2217;3;3413.00;10.65;430.50;0.96;0.88 -2218;3;2077.00;11.95;604.00;4.35;0.54 -2219;3;4923.50;9.70;144.00;-1.39;0.68 -2220;3;3277.50;13.55;599.00;1.92;0.60 -2221;3;5025.50;9.80;225.00;0.64;0.80 -2222;3;4568.00;9.70;662.00;1.40;0.36 -2223;3;4938.00;10.30;318.00;1.62;1.00 -2224;3;1789.00;20.35;494.00;1.19;0.66 -2225;3;1633.00;15.37;649.00;1.95;0.76 -2226;3;1664.50;10.10;721.00;1.02;1.00 -2227;3;2257.00;9.65;760.50;1.40;0.34 -2228;3;2157.50;9.90;798.00;1.13;0.60 -2229;3;3050.50;12.50;235.50;1.46;0.48 -2230;3;3078.50;9.50;1682.50;-0.62;0.92 -2231;3;2971.50;9.50;536.00;-1.17;0.94 -2232;3;1692.50;9.50;1054.00;0.14;0.76 -2233;3;2120.50;9.50;1626.50;4.48;1.86 -2234;3;389.50;9.50;148.00;4.56;1.16 -2235;3;3724.00;9.50;782.00;1.34;1.14 -2236;3;5461.00;9.50;13.00;4.24;0.76 -2237;3;5212.00;9.50;813.00;1.00;1.20 -2238;3;5180.00;9.50;1187.50;4.44;1.20 -2239;3;4632.50;9.50;518.50;0.68;0.66 -2240;3;4257.00;9.50;761.00;1.57;1.02 -2241;3;4490.00;9.50;82.50;4.67;1.16 -2242;3;3850.00;9.50;831.00;2.07;1.00 -2243;3;3018.50;9.50;118.50;-1.51;1.04 -2244;3;2149.00;9.50;22.00;1.76;0.82 -2245;3;2223.00;9.50;199.00;1.10;1.06 -2246;3;2593.00;9.50;1115.50;4.62;1.12 -2247;3;2436.00;9.50;1592.00;1.08;1.44 -2248;3;2249.50;9.50;887.00;0.99;1.24 -2249;3;1066.50;9.50;146.00;-0.59;1.42 -2250;3;343.00;9.50;443.50;1.46;1.28 -2251;3;89.00;9.50;1433.00;1.65;1.32 -2252;3;420.00;9.50;1451.00;4.65;1.00 -2253;3;559.50;9.50;580.00;1.65;1.08 -2254;3;1338.00;9.50;969.50;4.68;0.98 -2256;3;3106.00;9.50;1638.50;-0.44;1.12 -2257;3;2986.50;9.50;411.50;0.86;0.98 -2258;3;1642.50;9.50;1060.00;-0.02;1.50 -2259;3;2085.50;9.50;1729.50;1.96;1.26 -2260;3;301.00;9.50;24.50;3.02;0.82 -2261;3;5502.00;9.50;1827.00;3.80;1.40 -2262;3;3638.50;9.50;704.00;4.61;1.04 -2263;3;5197.50;9.50;748.50;-0.82;1.42 -2264;3;5152.50;9.50;1191.00;1.57;1.02 -2265;3;4639.00;9.50;490.50;1.38;0.94 -2266;3;4209.50;9.50;731.00;-1.47;1.12 -2267;3;4464.00;9.50;80.00;1.81;1.02 -2268;3;3925.50;9.50;814.00;1.00;1.06 -2269;3;3000.00;9.50;111.50;2.19;1.02 -2270;3;2171.00;9.50;24.00;4.71;0.90 -2271;3;2174.00;9.50;187.50;0.92;1.12 -2272;3;2642.00;9.50;1139.00;0.51;0.80 -2273;3;2334.00;9.50;1622.00;4.59;1.02 -2274;3;2553.50;9.50;1379.50;1.39;1.36 -2275;3;1092.50;9.50;245.00;0.43;1.72 -2276;3;361.00;9.50;491.00;1.57;1.10 -2277;3;113.50;9.50;1439.00;-1.19;1.32 -2278;3;432.50;9.50;1499.50;1.38;1.24 -2279;3;613.50;9.50;528.00;1.06;1.06 -2280;3;1448.00;9.50;1001.00;2.15;1.04 -2282;3;3078.00;9.50;1650.00;1.71;0.70 -2283;3;2968.00;9.50;241.00;-1.06;0.96 -2284;3;1548.50;9.50;1023.50;0.78;0.84 -2285;3;2099.50;9.50;1681.00;1.44;1.42 -2286;3;513.50;9.50;38.50;4.22;1.04 -2287;3;5619.00;9.50;1981.50;0.76;1.94 -2288;3;3695.00;9.50;723.00;1.01;1.22 -2289;3;5259.00;9.50;698.50;1.54;1.06 -2290;3;5114.50;9.50;1149.50;4.49;1.06 -2291;3;4657.50;9.50;486.50;4.47;1.32 -2292;3;4221.00;9.50;782.50;0.33;0.96 -2293;3;4433.50;9.50;38.50;4.03;0.90 -2294;3;3869.00;9.50;837.50;-1.42;1.06 -2295;3;2942.50;9.50;89.00;-0.74;1.12 -2297;3;2198.00;9.50;288.50;-1.26;1.10 -2298;3;2299.50;9.50;812.00;-1.11;1.22 -2299;3;2377.00;9.50;1661.50;1.69;1.28 -2300;3;2601.50;9.50;1339.50;1.06;1.08 -2301;3;989.00;9.50;271.50;-1.17;1.58 -2302;3;399.50;9.50;442.50;1.27;1.02 -2303;3;99.00;9.50;1486.00;4.71;1.00 -2304;3;31.00;9.50;1180.50;-1.31;1.22 -2305;3;460.00;9.50;1495.50;4.60;1.24 -2306;3;597.50;9.50;634.00;-1.22;1.38 -2307;3;1310.00;9.50;977.50;1.01;1.24 -2309;3;3101.50;9.50;1616.50;0.93;0.60 -2310;3;3021.00;9.50;160.50;1.32;0.92 -2311;3;1576.00;9.50;912.50;0.67;1.20 -2312;3;2107.00;9.50;1551.50;1.08;1.56 -2313;3;554.50;9.50;122.00;-1.12;1.34 -2314;3;3721.50;9.50;656.00;2.51;1.08 -2315;3;5315.00;9.50;694.00;1.41;1.08 -2316;3;5093.50;9.50;1158.00;1.00;0.94 -2317;3;4683.00;9.50;467.50;-1.52;0.92 -2318;3;4161.00;9.50;715.00;-0.98;1.10 -2319;3;4496.00;9.50;35.50;2.03;0.98 -2320;3;3857.50;9.50;872.00;0.67;1.04 -2321;3;2959.00;9.50;142.00;-1.49;1.18 -2322;3;2220.50;9.50;26.50;2.78;0.86 -2323;3;2192.50;9.50;247.00;4.71;1.04 -2324;3;2305.00;9.50;907.50;-0.08;1.34 -2325;3;2291.00;9.50;1614.00;4.39;1.22 -2326;3;2488.50;9.50;1352.50;-0.78;1.26 -2327;3;1013.00;9.50;217.50;-1.41;1.60 -2328;3;412.50;9.50;490.00;1.23;1.12 -2329;3;496.00;9.50;1411.00;1.41;1.12 -2330;3;700.50;9.50;649.00;0.92;1.46 -2331;3;1360.50;9.50;1013.50;1.31;1.30 -2333;3;3050.50;9.50;1616.00;0.33;0.88 -2334;3;3080.50;9.50;44.50;2.17;0.88 -2335;3;1537.50;9.50;826.00;0.99;1.22 -2336;3;2106.00;9.50;1443.50;1.46;1.34 -2337;3;572.00;9.50;64.50;-0.47;1.32 -2338;3;3718.00;9.50;533.50;-0.80;1.02 -2339;3;5273.50;9.50;736.00;0.61;1.04 -2340;3;5038.00;9.50;1111.50;-1.24;1.00 -2341;3;4661.50;9.50;434.00;1.28;1.16 -2342;3;4126.50;9.50;735.00;-1.13;0.80 -2343;3;4526.50;9.50;18.50;2.94;0.58 -2344;3;3924.00;9.50;862.00;1.41;0.82 -2345;3;2934.00;9.50;140.50;1.61;1.04 -2346;3;2252.50;9.70;25.50;4.30;1.00 -2347;3;2267.50;9.50;354.50;1.35;1.02 -2348;3;2308.00;9.50;872.00;1.57;1.10 -2349;3;2262.00;9.50;1622.50;1.31;1.48 -2350;3;2467.50;9.50;1317.00;0.96;1.38 -2351;3;1025.50;9.50;166.50;1.69;1.34 -2352;3;460.00;9.50;433.00;1.62;1.16 -2353;3;16.00;9.50;1518.50;0.82;0.52 -2354;3;554.00;9.50;1401.00;1.49;1.10 -2355;3;735.50;9.50;687.50;0.99;1.28 -2357;3;1274.50;9.50;1033.50;1.61;1.08 -2358;3;3021.00;9.55;1602.50;0.26;0.60 -2359;3;3169.50;9.50;63.00;-1.45;1.10 -2360;3;1457.50;9.50;859.50;4.61;0.98 -2361;3;1923.50;9.50;1660.00;4.71;1.52 -2362;3;784.00;9.50;73.50;0.91;1.44 -2363;3;3781.00;9.50;578.00;1.48;0.80 -2364;3;5257.50;9.50;788.50;-1.50;0.90 -2365;3;5076.00;9.50;1007.00;1.19;1.10 -2366;3;5538.00;9.50;1870.50;-1.41;1.48 -2367;3;4598.00;9.50;380.50;0.71;1.14 -2368;3;4175.00;9.50;764.00;-1.41;1.14 -2369;3;4519.50;9.50;44.00;-1.33;1.02 -2370;3;3959.00;9.50;846.50;0.36;0.80 -2371;3;2930.00;9.50;177.00;1.57;0.92 -2372;3;2195.50;9.50;374.00;-1.36;1.08 -2373;3;2250.50;9.50;843.50;4.52;1.22 -2374;3;2544.50;9.50;1594.00;0.99;1.06 -2375;3;2630.50;9.50;1217.50;1.09;1.06 -2376;3;943.50;9.50;201.00;-1.32;1.52 -2377;3;749.00;9.50;898.00;1.57;1.04 -2378;3;561.50;9.50;1498.00;1.73;1.16 -2379;3;711.50;9.50;752.00;1.98;1.44 -2380;3;1230.50;9.50;1004.50;1.00;0.98 -2381;3;2744.00;9.50;1494.50;1.10;0.48 -2382;3;3002.50;9.50;1625.50;-1.20;0.52 -2383;3;3323.50;9.50;87.50;-0.66;1.06 -2384;3;1463.50;9.50;717.50;-0.34;1.08 -2385;3;1923.00;9.50;1576.50;1.72;1.34 -2386;3;851.50;9.50;31.50;1.87;1.26 -2387;3;3704.00;9.50;407.00;1.01;1.10 -2388;3;5558.50;9.50;26.00;4.46;1.20 -2389;3;5386.50;9.50;792.00;1.57;1.06 -2390;3;5103.50;9.50;1042.50;1.27;1.02 -2391;3;4579.50;9.50;442.50;1.15;1.08 -2392;3;4151.50;9.50;770.50;0.89;0.96 -2393;3;4566.00;9.50;57.00;4.64;0.96 -2394;3;3933.00;9.50;934.00;1.10;1.26 -2395;3;2999.00;9.50;195.00;0.46;1.02 -2396;3;2373.00;9.50;83.50;-1.23;0.98 -2397;3;2211.00;9.50;336.00;-1.48;1.00 -2398;3;2215.00;9.50;809.00;0.24;0.92 -2399;3;2550.50;9.50;1501.00;4.71;1.18 -2400;3;2696.00;9.50;1219.50;0.41;0.72 -2401;3;920.50;9.50;241.50;-1.23;1.54 -2402;3;477.50;9.50;518.00;0.46;1.30 -2403;3;9.00;9.50;1563.50;0.85;0.36 -2404;3;503.50;9.50;1444.00;-0.96;1.22 -2405;3;582.50;9.50;680.00;-0.90;1.30 -2406;3;1164.50;9.50;1015.00;1.47;1.04 -2407;3;1027.50;11.60;1945.50;1.13;1.60 -2408;3;2982.50;9.50;1614.50;0.51;0.84 -2409;3;3382.50;9.50;188.00;1.13;1.20 -2410;3;1557.50;9.50;649.00;2.12;1.08 -2411;3;1824.00;9.50;1479.50;1.48;0.94 -2412;3;1304.00;9.50;75.00;-1.46;1.42 -2413;3;3683.50;9.50;208.50;-1.06;1.06 -2414;3;5482.00;9.50;770.00;-0.19;1.00 -2415;3;5025.00;9.50;972.00;-0.92;1.22 -2416;3;4573.00;9.50;495.00;1.16;0.90 -2417;3;4003.00;9.50;727.00;-1.17;1.26 -2418;3;4564.50;9.50;134.00;-1.17;1.12 -2419;3;3843.00;9.50;929.00;-1.32;0.94 -2420;3;3029.00;9.50;190.00;-0.64;1.30 -2421;3;2357.00;9.50;59.00;0.89;1.02 -2422;3;2173.00;9.50;328.00;-1.01;0.88 -2423;3;2224.50;9.50;856.50;0.87;1.02 -2424;3;2592.50;9.50;1456.50;2.01;0.94 -2425;3;2046.50;9.50;1530.50;0.23;1.10 -2426;3;895.00;9.50;183.50;1.33;1.50 -2427;3;386.50;9.50;528.50;-1.20;0.86 -2428;3;612.50;9.50;1399.00;1.57;1.04 -2429;3;675.50;9.50;708.50;1.23;1.00 -2430;3;1052.50;9.50;1027.50;-1.35;1.06 -2431;3;2993.50;9.50;1655.50;0.91;0.70 -2432;3;3364.50;9.50;298.50;-1.08;1.06 -2433;3;1604.00;9.50;549.50;-1.21;1.48 -2434;3;1836.50;9.50;1570.50;0.87;1.00 -2435;3;1269.00;9.50;109.50;1.19;1.12 -2436;3;5034.50;9.50;1706.00;1.72;0.58 -2437;3;3413.50;9.50;81.00;0.50;1.06 -2438;3;5454.50;9.50;838.50;1.66;0.82 -2439;3;4989.00;9.50;1012.50;4.29;1.22 -2440;3;4611.50;9.50;470.50;0.97;1.28 -2441;3;3971.00;9.50;763.50;4.58;1.12 -2442;3;4631.50;9.50;112.00;0.67;1.08 -2443;3;3819.50;9.50;902.00;1.03;0.92 -2444;3;3047.50;9.50;143.00;-1.17;0.94 -2445;3;2378.00;9.50;29.00;-1.24;1.06 -2446;3;2718.50;9.50;2033.50;1.61;0.62 -2447;3;2162.00;9.50;860.50;-1.52;0.94 -2448;3;2515.00;9.50;1656.00;4.58;1.22 -2449;3;2003.00;9.50;1613.50;2.52;1.74 -2450;3;854.00;9.50;126.00;-1.23;1.26 -2451;3;341.00;9.50;521.00;1.47;1.22 -2452;3;590.00;9.50;1450.50;1.77;1.16 -2453;3;633.00;9.50;686.00;4.41;0.98 -2454;3;1137.00;9.50;1060.50;1.39;1.22 -2455;3;2963.00;9.50;1685.50;0.13;1.16 -2456;3;3450.00;9.50;391.00;-1.47;1.34 -2457;3;1677.00;9.50;366.50;1.40;1.40 -2458;3;1766.00;9.50;1522.00;1.15;1.54 -2459;3;1392.00;9.50;173.00;1.57;1.32 -2460;3;5113.50;9.50;1645.50;-1.09;1.72 -2461;3;3276.00;9.50;15.00;4.12;0.58 -2462;3;5487.00;9.50;823.00;-0.91;1.40 -2463;3;5031.00;9.50;1030.00;0.94;1.14 -2464;3;4537.00;9.50;365.50;1.43;1.16 -2465;3;4009.50;9.50;683.00;1.66;0.94 -2466;3;4541.50;9.50;93.50;0.14;1.16 -2467;3;3764.00;9.50;870.50;-0.75;0.92 -2468;3;3593.50;9.50;28.00;4.38;1.04 -2469;3;3078.50;9.50;107.00;1.34;0.96 -2470;3;2415.50;9.50;13.00;4.08;0.52 -2471;3;2151.50;9.50;376.00;4.22;0.90 -2472;3;2162.00;9.50;825.50;-0.85;0.44 -2473;3;2620.00;9.50;1650.00;0.58;1.26 -2474;3;1973.50;9.50;1550.50;-1.41;1.42 -2475;3;821.50;9.50;118.00;1.69;0.96 -2476;3;337.50;9.50;550.00;4.56;0.96 -2477;3;645.00;9.50;1399.00;4.71;1.04 -2478;3;558.00;9.50;726.50;-1.46;1.38 -2479;3;1142.00;9.50;1112.50;1.46;1.24 -2480;3;3455.00;9.50;242.00;1.14;1.18 -2481;3;2659.50;9.50;1672.50;1.37;0.74 -2482;3;1673.00;9.50;262.50;0.81;0.92 -2483;3;1688.00;9.50;1482.50;-0.94;1.16 -2484;3;1363.50;9.50;36.00;2.56;1.16 -2485;3;5047.00;9.50;1565.00;-0.54;0.72 -2486;3;3760.00;9.50;141.00;-1.03;1.24 -2487;3;5416.00;9.50;875.00;1.57;1.40 -2488;3;4967.00;9.50;1021.50;1.21;1.24 -2490;3;4521.00;9.50;491.00;-0.78;0.86 -2491;3;3962.50;9.50;710.00;0.13;1.26 -2492;3;4621.00;9.50;70.00;-1.22;0.96 -2493;3;3763.50;9.50;917.00;-1.02;0.90 -2494;3;3650.50;9.50;43.00;-0.80;0.90 -2495;3;3097.50;9.50;62.00;1.03;0.82 -2496;3;2381.50;9.50;6.00;2.97;0.20 -2497;3;2180.00;9.50;409.00;4.24;0.92 -2498;3;2120.00;9.50;836.00;1.81;0.62 -2499;3;2748.50;9.50;1837.50;1.95;1.18 -2500;3;1608.00;9.50;1168.50;0.29;0.70 -2501;3;751.00;9.50;35.00;4.02;1.24 -2502;3;270.00;9.50;530.50;0.33;1.00 -2503;3;595.50;9.50;1502.00;-1.50;0.84 -2504;3;591.50;9.50;786.50;4.58;1.24 -2505;3;1081.50;9.50;1074.00;1.35;1.04 -2506;3;2926.50;9.50;1669.00;0.92;1.42 -2507;3;3586.50;9.50;184.50;1.37;0.94 -2508;3;1677.50;9.50;143.50;1.06;0.94 -2509;3;1532.00;9.50;18.50;2.76;0.54 -2510;3;5006.00;9.50;1529.50;-0.36;0.80 -2511;3;3932.50;9.50;66.00;4.56;1.32 -2512;3;5420.00;9.50;913.50;4.69;0.98 -2513;3;4987.50;9.50;1063.50;0.57;1.42 -2514;3;4500.50;9.50;508.50;1.33;0.94 -2515;3;3947.00;9.50;681.00;4.12;0.92 -2516;3;4684.50;9.50;113.00;1.33;0.74 -2517;3;3861.00;9.50;967.00;1.89;0.88 -2518;3;3593.00;9.50;59.00;-1.10;1.26 -2519;3;3016.50;9.50;245.00;0.33;1.02 -2520;3;2315.50;9.50;35.00;0.93;1.26 -2521;3;2118.00;9.50;371.50;-1.26;0.86 -2522;3;2128.00;9.50;849.50;-0.31;1.00 -2523;3;2563.00;9.50;1698.50;0.95;1.60 -2524;3;690.00;9.50;67.50;-1.54;1.44 -2525;3;224.00;9.50;542.50;1.52;1.06 -2526;3;14.00;9.50;1625.50;0.08;0.64 -2527;3;654.50;9.50;1513.50;-0.87;1.48 -2528;3;695.00;9.50;790.50;1.83;1.08 -2529;3;1090.00;9.50;1162.00;4.51;1.14 -2530;3;2885.00;9.50;1739.50;0.38;0.84 -2531;3;3628.50;9.50;279.00;1.75;1.08 -2532;3;1677.50;9.50;65.00;4.60;0.78 -2533;3;1656.00;9.50;49.50;0.99;1.02 -2534;3;5013.00;9.50;1460.50;0.58;0.82 -2535;3;5317.50;9.50;825.50;0.30;1.28 -2536;3;4991.00;9.50;1126.00;-0.92;1.10 -2537;3;4516.00;9.50;454.00;4.39;1.02 -2538;3;3922.00;9.50;636.00;0.50;0.80 -2539;3;4706.50;9.50;90.00;-1.39;1.02 -2540;3;3837.50;9.50;997.50;1.24;0.88 -2541;3;3653.00;9.50;100.00;1.35;1.34 -2542;3;3008.00;9.50;307.00;1.39;1.16 -2543;3;2356.50;9.50;23.00;1.77;0.84 -2544;3;2081.00;9.50;364.00;-0.98;0.94 -2545;3;2084.00;9.50;895.00;-1.15;1.16 -2546;3;2488.50;9.50;1694.00;-0.81;1.08 -2547;3;1597.50;9.50;1023.00;-0.10;1.22 -2548;3;690.00;9.50;31.00;2.51;0.98 -2549;3;205.00;9.50;574.50;0.08;1.16 -2550;3;33.50;9.50;1539.00;-1.26;1.20 -2551;3;615.00;9.50;1454.00;-1.49;1.18 -2552;3;619.00;9.50;741.50;-1.07;1.48 -2553;3;1041.00;9.50;1240.50;-1.53;1.32 -2554;3;2947.50;9.50;1834.00;-0.27;1.36 -2555;3;3745.00;9.50;333.50;1.42;1.14 -2556;3;163.00;9.50;1968.50;-0.23;1.16 -2557;3;1571.50;9.50;171.50;0.19;1.32 -2558;3;5009.50;9.50;613.50;0.49;0.94 -2559;3;4930.00;9.50;1106.00;-1.26;1.28 -2560;3;5365.50;9.50;1822.50;2.00;0.64 -2561;3;4493.00;9.50;401.00;-1.10;0.98 -2562;3;3967.00;9.50;640.00;1.78;0.90 -2563;3;4560.00;9.50;25.00;3.92;0.84 -2564;3;3874.00;9.50;997.00;0.78;0.88 -2565;3;3693.00;9.50;87.00;-1.29;1.12 -2566;3;2953.50;9.50;285.00;4.27;0.86 -2567;3;2324.00;9.50;10.50;3.77;0.32 -2568;3;2671.50;9.50;2032.00;1.65;0.66 -2569;3;2048.00;9.70;861.50;0.23;1.48 -2570;3;2430.00;9.50;1718.00;-0.50;1.44 -2571;3;1727.50;9.50;1062.00;-0.54;1.36 -2572;3;612.00;9.50;32.50;2.50;1.04 -2573;3;258.50;9.50;589.00;4.54;1.34 -2574;3;21.00;9.50;1590.50;-1.35;1.14 -2575;3;674.00;9.50;1477.50;-1.28;1.26 -2576;3;650.50;9.50;827.50;4.68;1.56 -2577;3;1042.50;9.50;1197.00;1.35;1.12 -2578;3;2996.00;9.50;1949.00;-0.92;1.18 -2579;3;3651.50;9.50;439.00;0.90;1.02 -2580;3;1876.00;9.50;103.50;-1.32;1.30 -2581;3;235.00;9.50;1868.50;1.40;0.84 -2582;3;1474.00;9.50;61.00;-1.19;0.98 -2583;3;4990.00;9.50;1391.00;0.46;1.44 -2584;3;3465.50;9.50;37.00;4.37;1.20 -2585;3;4943.50;9.50;629.50;0.04;1.08 -2586;3;4966.50;9.50;1162.50;4.17;1.06 -2587;3;4452.00;9.50;405.50;-0.70;0.94 -2588;3;4007.00;9.50;629.50;1.07;0.92 -2589;3;4624.50;9.50;32.00;1.98;1.02 -2590;3;3862.50;9.50;1028.00;1.36;1.10 -2591;3;3724.00;9.50;42.00;1.24;1.00 -2592;3;2948.50;9.50;238.00;1.38;1.06 -2593;3;2292.50;9.50;13.00;2.67;0.42 -2594;3;2129.00;9.50;416.00;1.66;0.94 -2595;3;2064.50;9.50;941.50;1.61;1.10 -2596;3;2400.50;9.50;1776.00;-0.75;1.38 -2597;3;1833.00;9.50;1037.50;-0.27;1.02 -2598;3;624.50;9.50;60.50;-1.49;1.30 -2599;3;312.50;9.50;632.50;1.36;1.34 -2600;3;129.00;9.50;1523.50;1.47;0.86 -2601;3;741.50;9.50;1526.00;0.76;1.18 -2602;3;590.00;9.50;825.00;-1.15;0.90 -2603;3;984.00;9.50;1240.50;-1.21;1.22 -2604;3;3164.50;9.50;2042.00;1.66;0.46 -2605;3;3507.50;9.50;456.00;0.20;1.18 -2606;3;1919.00;9.50;161.50;-1.53;1.58 -2607;3;22.00;9.50;1916.00;-0.62;1.06 -2608;3;1445.00;9.50;229.00;1.75;1.30 -2609;3;4834.00;9.50;1308.50;1.26;1.28 -2610;3;3545.50;9.50;14.00;2.06;0.60 -2611;3;4978.00;9.50;653.00;-1.36;1.06 -2612;3;4950.50;9.50;1174.50;0.84;1.16 -2613;3;5452.50;9.50;1778.00;4.71;1.44 -2614;3;4497.50;9.50;455.00;1.77;1.06 -2615;3;3975.50;9.50;589.00;-0.76;0.96 -2616;3;4648.50;9.50;16.50;2.77;0.50 -2617;3;3795.50;9.50;1010.50;1.35;0.90 -2618;3;3699.00;9.50;128.00;-1.51;0.98 -2619;3;2908.00;9.50;253.50;1.14;0.84 -2620;3;2190.00;9.50;442.00;4.63;0.92 -2621;3;2034.00;9.50;981.00;-1.17;1.06 -2622;3;2364.00;9.50;1709.00;1.51;1.18 -2623;3;1347.00;9.50;1302.50;4.49;1.22 -2624;3;634.00;9.50;113.50;1.94;1.34 -2625;3;163.00;9.50;619.00;-1.26;0.96 -2626;3;122.00;9.50;1554.00;1.10;0.92 -2627;3;581.00;9.50;1540.00;-1.45;1.02 -2628;3;741.50;9.50;851.00;1.63;1.20 -2629;3;967.00;9.50;1273.50;1.07;1.30 -2630;3;3327.50;9.50;2031.00;4.67;0.78 -2631;3;3482.50;9.50;517.50;4.62;1.10 -2632;3;1990.50;9.50;164.50;1.45;1.18 -2633;3;1574.50;9.50;310.50;-1.05;1.46 -2634;3;4921.00;9.50;1320.00;1.57;0.78 -2635;3;3503.00;9.50;51.50;-1.36;1.04 -2636;3;4937.50;9.50;680.50;-0.74;1.10 -2637;3;4898.00;9.50;1137.50;-1.27;1.30 -2638;3;4463.50;9.50;485.00;-1.01;1.10 -2639;3;3929.00;9.50;606.00;4.51;0.96 -2640;3;3760.00;9.50;1025.50;0.65;1.12 -2641;3;3668.50;9.50;131.00;1.28;1.28 -2642;3;2935.50;9.50;291.00;1.36;0.88 -2643;3;2055.50;9.50;424.00;-0.94;1.14 -2644;3;2014.00;9.50;968.50;1.05;1.26 -2645;3;2369.50;9.50;1740.50;-0.65;1.16 -2646;3;1315.50;9.50;1293.50;0.54;1.08 -2647;3;713.50;9.50;121.00;4.55;1.20 -2648;3;247.00;9.50;631.50;0.23;1.16 -2649;3;88.50;9.50;1603.50;-1.26;1.14 -2650;3;503.50;9.50;1543.00;4.65;0.96 -2651;3;624.00;9.50;872.00;1.51;1.02 -2652;3;892.00;9.50;1319.50;-1.54;1.10 -2653;3;3417.00;9.50;2013.00;-1.38;1.42 -2654;3;3532.00;9.50;608.00;-1.24;1.18 -2655;3;2056.50;9.50;95.00;3.96;1.10 -2656;3;62.00;9.50;1842.50;-1.46;0.70 -2657;3;1435.00;9.50;863.50;1.22;0.94 -2658;3;4944.00;9.55;1267.50;-0.81;0.90 -2659;3;3599.00;9.50;122.50;1.62;0.86 -2660;3;5274.00;9.50;11.00;4.50;0.52 -2661;3;4946.00;9.50;740.00;-1.21;1.10 -2662;3;4901.00;9.50;1100.50;1.60;0.92 -2663;3;5453.00;9.50;1726.50;1.32;1.10 -2664;3;4410.00;9.50;518.00;1.66;1.14 -2665;3;3907.50;9.50;607.50;1.61;0.74 -2666;3;3624.00;9.50;1052.00;-0.96;0.98 -2667;3;3608.00;9.50;161.50;-0.87;1.18 -2668;3;2898.50;9.50;307.50;0.91;0.74 -2669;3;2082.50;9.50;173.00;1.57;1.02 -2670;3;1996.50;9.50;951.50;0.93;0.98 -2671;3;2331.00;9.50;1762.00;1.32;1.32 -2672;3;1294.00;9.50;1226.00;-0.68;1.10 -2673;3;700.00;9.50;166.00;1.50;1.22 -2674;3;253.50;9.50;687.50;-1.20;1.46 -2675;3;43.00;9.50;1640.00;4.64;1.28 -2676;3;485.00;9.50;1616.50;-1.38;1.10 -2677;3;666.50;9.50;941.00;1.72;0.98 -2678;3;852.50;9.50;1306.50;1.19;0.88 -2679;3;3467.50;9.70;1892.00;0.55;0.84 -2680;3;3603.00;9.50;555.00;1.57;0.96 -2681;3;2017.50;9.50;212.50;1.08;1.34 -2682;3;166.00;9.50;1734.00;-1.19;1.44 -2683;3;1475.50;9.50;933.50;1.12;1.42 -2684;3;4886.00;9.50;1244.50;-0.88;0.84 -2685;3;3829.00;9.50;105.50;1.67;1.20 -2686;3;5004.00;9.50;739.00;4.71;1.00 -2687;3;4884.00;9.50;1064.00;1.32;1.02 -2688;3;5385.50;9.50;1754.50;-1.32;1.08 -2689;3;4388.00;9.50;555.00;-1.19;0.86 -2690;3;3841.00;9.50;598.50;-1.52;0.86 -2691;3;3617.50;9.50;1080.00;1.03;1.10 -2692;3;3712.00;9.50;173.00;-1.48;1.06 -2693;3;2932.00;9.50;343.50;1.62;0.92 -2694;3;2123.50;9.50;465.00;-1.43;0.98 -2695;3;2736.50;9.50;1904.50;-1.52;1.02 -2696;3;2237.50;9.50;1764.00;-1.28;1.04 -2697;3;1361.00;9.50;1194.50;4.65;1.12 -2698;3;744.00;9.50;153.50;-0.56;1.26 -2699;3;200.00;9.50;712.50;-1.44;1.16 -2700;3;107.50;9.50;1658.00;0.90;1.22 -2701;3;590.00;9.50;1587.00;1.42;1.58 -2702;3;655.50;9.50;880.00;-1.01;1.46 -2704;3;3584.50;9.50;729.00;-1.15;0.98 -2705;3;2050.50;9.50;244.00;-1.03;1.18 -2706;3;265.00;9.50;1910.50;1.94;1.02 -2707;3;1518.50;9.50;908.50;0.32;1.50 -2708;3;4821.00;9.50;1196.00;1.05;1.06 -2709;3;3711.50;9.50;19.00;3.71;0.52 -2710;3;5231.00;9.50;30.00;4.20;0.92 -2711;3;5057.00;9.50;776.50;0.44;1.76 -2712;3;4829.50;9.50;1014.50;-0.92;1.22 -2713;3;5379.00;9.50;1712.00;-1.49;1.16 -2714;3;4444.50;9.50;519.00;0.46;1.28 -2715;3;3847.50;9.50;559.50;1.82;1.04 -2716;3;3740.50;9.50;978.50;1.85;0.94 -2717;3;3689.50;9.50;171.00;1.65;1.14 -2718;3;2880.50;9.50;360.00;-1.47;0.88 -2719;3;2178.50;9.50;471.50;0.63;1.06 -2720;3;1961.50;9.50;1000.00;1.29;1.12 -2721;3;2269.50;9.50;1720.50;-1.53;0.94 -2722;3;1420.50;9.50;1308.00;0.88;0.96 -2723;3;851.50;9.50;287.50;1.54;1.64 -2724;3;249.50;9.50;747.50;1.24;1.08 -2725;3;59.50;9.50;1706.50;1.80;1.34 -2726;3;618.50;9.50;1628.00;1.63;1.16 -2727;3;845.50;9.50;826.50;-0.78;1.34 -2728;3;798.00;9.50;1360.00;1.29;1.40 -2729;3;2934.50;9.50;1599.50;0.48;0.74 -2730;3;3641.50;9.50;825.00;1.75;1.18 -2731;3;2149.50;9.50;423.50;-0.97;0.76 -2732;3;422.00;9.50;1681.00;4.48;0.96 -2733;3;1517.50;9.50;969.50;2.02;1.08 -2734;3;4676.00;9.50;1290.00;0.00;1.38 -2735;3;4998.00;9.50;783.00;1.40;0.94 -2736;3;4898.00;9.50;1002.00;1.19;1.26 -2737;3;4499.00;9.50;560.00;1.57;0.76 -2738;3;3867.50;9.50;567.00;-1.12;0.80 -2739;3;3781.00;9.50;974.00;1.48;1.14 -2740;3;3655.00;9.50;202.00;1.50;1.18 -2741;3;2928.00;9.50;395.50;1.51;0.88 -2742;3;2164.50;9.50;246.50;1.60;0.90 -2743;3;1905.50;9.50;1029.00;4.71;1.06 -2744;3;2227.00;9.50;1709.00;-1.39;1.18 -2745;3;1470.50;9.50;1298.50;2.00;0.98 -2746;3;884.50;9.50;238.50;1.44;1.32 -2747;3;278.50;9.50;754.50;4.55;1.38 -2748;3;76.50;9.50;1715.00;-0.82;0.98 -2749;3;695.00;9.50;1628.00;1.42;1.06 -2750;3;730.50;9.50;800.50;-1.28;1.02 -2751;3;730.00;9.50;1665.50;1.30;1.24 -2752;3;2890.00;9.50;1592.50;-1.14;0.92 -2753;3;3525.00;9.50;843.00;-1.37;0.86 -2754;3;2130.00;9.50;318.50;-0.75;1.08 -2755;3;589.50;9.50;1682.00;1.57;1.28 -2756;3;1472.00;9.50;1012.50;0.68;0.76 -2757;3;4688.00;9.50;1230.00;-0.84;1.16 -2758;3;5018.00;9.50;825.50;4.57;1.06 -2759;3;4932.50;9.50;980.00;0.89;1.40 -2760;3;4521.50;9.50;556.50;-0.34;0.96 -2761;3;3916.50;9.50;575.50;4.45;0.78 -2762;3;3682.00;9.50;933.50;-1.27;1.08 -2763;3;3645.50;9.50;236.00;4.63;1.12 -2764;3;2922.00;9.50;432.00;1.10;0.94 -2765;3;2099.00;9.50;325.50;1.67;1.22 -2766;3;1878.00;9.50;1021.50;0.33;1.02 -2767;3;2203.50;9.50;1703.50;1.84;1.14 -2768;3;1861.50;9.50;1686.50;-1.12;1.08 -2769;3;785.50;9.50;210.50;-1.39;1.24 -2770;3;320.50;9.50;711.50;-1.44;1.24 -2771;3;90.00;9.50;1753.00;1.23;0.98 -2772;3;672.00;9.50;1567.50;1.14;1.24 -2773;3;740.50;9.50;759.50;-1.47;1.06 -2774;3;712.00;9.50;1711.50;-1.33;1.34 -2775;3;2874.50;9.50;1572.50;0.50;0.44 -2776;3;3507.00;9.50;839.00;1.81;0.90 -2777;3;1773.50;9.50;20.50;3.33;0.64 -2778;3;2262.50;9.50;517.00;1.05;1.32 -2779;3;526.50;9.50;1577.50;1.39;1.14 -2780;3;1298.00;9.50;1092.50;1.67;1.24 -2781;3;4754.50;9.50;1240.00;-0.13;1.18 -2782;3;5338.00;9.50;189.50;0.94;1.34 -2783;3;5042.50;9.50;869.00;1.38;0.98 -2784;3;4893.00;9.50;933.50;1.32;1.36 -2785;3;4593.00;9.50;537.50;0.41;0.84 -2786;3;3892.00;9.50;537.50;-1.30;1.02 -2787;3;3668.50;9.50;901.50;1.45;0.98 -2788;3;3746.00;9.50;207.50;1.10;0.90 -2789;3;2873.50;9.50;451.50;1.33;0.90 -2790;3;2064.00;9.50;290.50;1.42;1.20 -2791;3;1900.50;9.50;1074.50;1.31;0.92 -2792;3;2109.00;9.50;1730.50;4.54;0.92 -2793;3;1041.50;9.50;127.50;1.85;1.18 -2794;3;385.50;9.50;741.50;0.97;1.36 -2795;3;18.50;9.50;1750.50;-1.13;1.08 -2796;3;724.00;9.50;1420.50;-1.28;1.12 -2797;3;791.00;9.50;710.50;1.33;1.38 -2798;3;625.50;9.50;1684.00;-1.45;1.20 -2799;3;2839.00;9.50;1578.00;1.57;0.54 -2800;3;3464.50;9.50;887.00;0.67;1.42 -2801;3;2353.50;9.50;619.50;1.01;0.98 -2802;3;420.50;9.50;1640.00;4.65;1.06 -2803;3;1169.50;9.50;1138.00;-1.45;1.06 -2804;3;4716.50;9.50;1134.50;-1.06;1.02 -2805;3;5247.50;9.50;223.50;-1.44;0.82 -2806;3;5050.00;9.50;913.00;0.71;1.32 -2807;3;4858.00;9.50;981.50;1.93;1.26 -2808;3;5245.50;9.50;1760.00;-1.42;1.26 -2809;3;4617.00;9.50;549.00;-0.83;1.34 -2810;3;3848.50;9.50;522.00;-1.41;0.88 -2811;3;3670.50;9.50;855.50;-1.15;0.96 -2812;3;3769.50;9.50;245.00;1.38;1.08 -2813;3;2900.00;9.50;471.50;-0.90;0.90 -2814;3;2098.00;9.50;269.50;-1.06;1.02 -2815;3;1921.00;9.50;1107.50;4.41;0.86 -2816;3;2117.00;9.50;1788.00;1.57;0.86 -2817;3;1843.00;9.50;1617.50;1.10;0.78 -2818;3;1024.50;9.50;64.00;-0.87;1.18 -2819;3;326.00;9.50;797.00;3.92;1.24 -2820;3;13.50;9.50;1725.50;1.48;0.44 -2821;3;784.00;9.50;1406.00;-1.28;1.32 -2822;3;816.00;9.50;734.00;-1.04;1.30 -2823;3;664.00;9.50;1720.00;1.06;1.20 -2824;3;2816.00;9.50;1559.50;-0.87;0.36 -2825;3;3381.50;9.50;1052.00;0.99;1.18 -2826;3;2267.50;9.50;919.00;1.65;1.38 -2827;3;257.50;9.50;1716.00;1.98;1.36 -2828;3;1100.50;9.50;1254.00;4.45;1.12 -2829;3;4730.00;9.50;1027.50;-1.10;1.18 -2830;3;5260.50;9.50;188.50;1.28;0.84 -2831;3;5095.00;9.50;942.00;0.94;1.36 -2832;3;4774.50;9.50;884.50;4.67;1.32 -2833;3;4658.00;9.50;622.50;0.96;1.12 -2834;3;3879.00;9.50;489.50;4.65;0.94 -2835;3;3745.00;9.50;883.50;1.72;0.92 -2836;3;2857.00;9.50;501.50;4.32;1.16 -2837;3;2089.50;9.50;216.00;4.71;1.04 -2838;3;1961.50;9.50;1132.50;1.22;1.02 -2839;3;2097.00;9.50;1762.00;1.41;0.78 -2840;3;1790.00;9.50;1574.50;1.93;1.18 -2841;3;886.00;9.50;77.50;-1.04;1.32 -2842;3;301.50;9.50;816.00;1.01;1.48 -2843;3;4200.00;10.00;1019.50;0.38;0.24 -2844;3;710.50;9.50;1386.50;4.57;0.90 -2845;3;892.00;9.50;780.00;1.46;1.20 -2846;3;718.00;9.50;1757.00;2.03;1.46 -2847;3;2789.50;9.50;1509.00;-0.12;0.40 -2848;3;3691.50;9.50;900.50;-1.52;1.08 -2849;3;2253.00;9.50;790.50;-0.43;1.16 -2850;3;172.00;9.50;1568.00;0.87;1.04 -2851;3;1048.00;9.50;1348.50;0.80;1.02 -2852;3;5572.00;9.50;535.00;-1.06;1.28 -2853;3;4720.00;10.10;1839.50;1.33;1.32 -2854;3;5271.00;9.50;166.50;4.48;1.22 -2855;3;5072.50;9.50;893.00;-1.41;1.16 -2856;3;4778.50;9.50;816.50;-0.41;1.42 -2857;3;4607.00;9.50;750.50;-0.99;1.12 -2858;3;3912.50;9.50;495.00;4.71;0.90 -2859;3;3764.00;9.50;833.00;4.62;1.16 -2860;3;3718.00;9.50;263.50;1.52;1.10 -2861;3;2949.00;9.50;321.50;-0.75;0.72 -2862;3;2038.00;9.50;206.00;4.61;1.06 -2863;3;1896.50;9.50;1146.50;-0.28;1.12 -2864;3;2004.00;9.50;1761.50;4.52;0.80 -2865;3;1644.00;9.50;1133.50;-1.10;1.20 -2866;3;999.50;9.50;395.00;-1.20;1.24 -2867;3;118.50;9.50;653.50;4.60;1.14 -2868;3;747.00;9.50;1346.00;1.51;0.96 -2869;3;905.50;9.50;819.00;4.52;0.94 -2870;3;645.50;9.50;1772.50;1.36;1.14 -2871;3;2774.00;9.50;1497.50;1.22;0.48 -2872;3;3746.50;9.50;930.00;1.26;0.90 -2873;3;2170.50;9.50;897.50;1.16;1.18 -2874;3;12.00;9.50;1675.00;-1.10;1.06 -2875;3;937.50;9.50;1409.50;0.93;1.44 -2876;3;4713.50;9.50;846.00;4.71;1.14 -2877;3;4811.00;11.75;1988.00;1.84;2.24 -2878;3;5201.50;9.50;143.00;-1.20;1.24 -2879;3;5139.00;9.50;914.00;1.04;0.92 -2880;3;4841.50;9.50;843.50;1.52;1.14 -2881;3;5301.00;9.57;1768.00;-1.50;1.28 -2882;3;4572.00;9.50;710.50;-0.39;0.98 -2883;3;3978.00;9.50;553.00;1.32;0.96 -2884;3;3651.50;9.50;283.00;-1.41;1.34 -2885;3;2983.50;9.50;359.50;1.49;0.78 -2886;3;2103.50;9.50;172.50;4.66;0.84 -2887;3;1843.50;9.50;1139.00;0.18;1.12 -2888;3;2033.00;9.50;1734.00;1.49;0.70 -2889;3;1350.00;9.50;1082.50;0.95;1.24 -2890;3;1022.50;9.50;350.00;1.57;1.22 -2891;3;104.00;9.50;606.00;0.94;1.10 -2892;3;771.50;9.50;1300.50;1.28;0.96 -2893;3;983.00;9.50;812.50;-1.02;1.26 -2894;3;567.00;9.50;1820.00;4.48;1.24 -2895;3;2792.00;9.50;1537.50;1.40;0.26 -2896;3;3573.00;9.50;1113.50;-0.82;1.16 -2897;3;2128.00;9.50;977.50;4.24;1.06 -2898;3;855.50;9.50;1521.50;1.33;1.02 -2899;3;4713.00;9.50;756.50;-0.49;1.16 -2900;3;4457.50;10.80;1947.50;-1.17;1.80 -2901;3;5099.00;9.50;846.50;1.53;1.48 -2902;3;4844.50;9.50;790.50;1.96;0.90 -2903;3;5251.50;9.50;1706.50;1.29;1.10 -2904;3;4517.00;9.50;677.00;-0.78;0.98 -2905;3;3936.50;9.50;530.00;4.33;0.94 -2906;3;3663.50;9.50;822.50;4.33;1.14 -2907;3;3659.00;9.50;340.00;-0.70;0.96 -2908;3;2947.00;9.50;379.00;-0.29;0.72 -2909;3;2583.50;9.50;2034.50;4.68;0.56 -2910;3;1815.00;9.50;1086.00;1.76;1.06 -2911;3;2015.50;9.50;1797.50;4.55;1.34 -2912;3;1372.50;9.50;1070.00;4.34;1.18 -2913;3;884.00;9.50;287.00;4.71;1.28 -2914;3;37.50;9.50;681.00;1.65;1.04 -2915;3;766.00;9.50;1257.00;0.46;0.92 -2916;3;930.50;9.50;767.50;-1.00;1.28 -2917;3;506.00;9.50;1835.00;4.71;1.22 -2918;3;2817.00;9.50;1617.50;1.62;0.50 -2919;3;3682.50;10.10;1071.00;-0.16;0.82 -2920;3;2185.50;9.50;1071.50;-0.29;1.16 -2921;3;798.00;9.50;1612.50;-1.50;0.94 -2922;3;4746.50;9.50;709.50;0.78;0.94 -2923;3;4363.50;11.90;1938.00;1.04;1.64 -2924;3;5395.00;9.50;28.50;1.58;1.24 -2925;3;5130.50;9.50;839.50;-0.22;1.26 -2926;3;4951.50;9.50;973.00;4.62;1.08 -2927;3;5193.50;9.50;1673.00;-1.36;0.96 -2928;3;4497.00;9.95;707.50;-1.40;1.12 -2929;3;3977.00;9.50;494.50;1.14;0.96 -2930;3;3779.50;9.50;752.50;1.70;0.86 -2931;3;3712.50;9.50;361.00;0.62;1.02 -2932;3;2943.00;9.50;449.50;-0.94;0.92 -2933;3;2042.00;9.50;146.00;1.15;1.22 -2934;3;1809.00;9.50;1188.50;1.25;1.28 -2935;3;1959.00;9.50;1742.00;0.78;1.20 -2936;3;2812.50;9.50;1973.00;0.84;1.36 -2937;3;944.00;9.50;302.50;-1.17;1.48 -2938;3;69.50;9.50;661.00;-0.75;1.30 -2939;3;785.50;9.50;1226.00;-1.29;0.94 -2940;3;909.00;9.50;736.00;1.51;0.96 -2941;3;666.00;9.50;979.50;1.34;0.84 -2942;3;2778.00;9.50;1642.00;-0.15;1.24 -2943;3;3707.50;9.50;1046.00;-1.35;0.86 -2944;3;2159.00;9.50;1246.50;-1.02;1.14 -2945;3;771.50;9.50;1744.00;-0.76;1.76 -2946;3;4631.50;9.50;790.50;0.99;1.06 -2947;3;1259.00;10.30;1984.00;0.62;1.72 -2948;3;5287.50;9.50;58.00;4.09;1.06 -2949;3;5271.00;9.50;835.50;1.54;1.28 -2950;3;4922.00;9.50;930.50;-1.53;0.84 -2951;3;5189.00;9.50;1639.00;4.62;0.90 -2952;3;4534.00;9.50;725.00;-1.24;1.10 -2953;3;3989.00;9.50;450.00;1.75;0.96 -2954;3;3652.50;9.50;775.50;4.66;1.10 -2955;3;3698.00;9.50;305.00;-1.10;1.24 -2956;3;2985.00;9.50;463.50;-1.36;1.04 -2957;3;2095.50;9.50;121.00;0.88;1.18 -2958;3;2355.50;9.50;943.00;4.71;0.92 -2959;3;2148.50;9.50;1796.50;1.33;1.14 -2960;3;2845.50;9.50;1915.50;0.69;0.94 -2961;3;880.00;9.50;336.50;1.52;1.30 -2962;3;39.00;9.50;719.00;0.86;1.08 -2963;3;864.00;9.50;1192.00;1.36;1.36 -2964;3;970.00;9.50;706.50;1.15;1.38 -2965;3;607.00;9.50;1888.00;1.75;1.16 -2966;3;2851.00;9.50;1626.50;0.62;0.94 -2967;3;3820.00;9.50;1044.50;1.44;0.86 -2968;3;2146.50;9.50;1123.00;0.80;1.08 -2969;3;45.00;9.50;1487.50;-1.18;1.22 -2970;3;720.00;9.50;1872.00;1.14;1.98 -2971;3;4667.00;9.50;829.00;0.11;1.04 -2972;3;4146.50;9.70;1999.50;-1.10;1.50 -2973;3;5383.50;9.50;78.00;1.52;1.00 -2974;3;5349.50;9.50;884.50;0.41;1.48 -2975;3;4988.00;9.50;957.00;3.76;1.10 -2977;3;2796.50;9.50;1525.50;1.28;0.28 -2978;3;4568.00;9.50;776.50;4.66;1.14 -2979;3;4031.50;9.50;447.00;0.87;0.98 -2980;3;3737.50;9.50;737.00;1.03;0.72 -2981;3;3622.00;9.50;372.50;4.35;0.98 -2982;3;2993.00;9.50;497.50;0.11;0.90 -2983;3;2029.50;9.50;90.00;0.31;1.28 -2984;3;2346.50;9.50;983.00;-1.12;1.22 -2985;3;2140.50;9.50;1566.00;-1.45;1.96 -2986;3;2881.50;9.50;1857.00;0.56;0.86 -2987;3;908.00;9.50;336.00;4.71;0.98 -2988;3;48.50;9.50;770.00;1.33;0.92 -2989;3;842.00;9.50;1253.00;0.74;1.28 -2990;3;1009.50;9.50;747.00;1.07;1.24 -2991;3;212.00;9.50;2028.50;4.66;0.24 -2992;3;3217.00;10.52;1946.00;4.71;0.36 -2993;3;2855.00;9.50;1672.50;0.75;0.98 -2994;3;3331.50;9.80;1773.50;1.42;0.20 -2995;3;3198.00;10.70;2010.50;2.55;0.66 -2996;3;3442.50;10.50;1712.00;1.19;0.24 -2997;3;2081.50;9.50;1089.00;-1.20;1.02 -2998;3;3305.00;10.60;1804.00;0.00;0.44 -2999;3;3337.50;10.70;1675.50;4.39;0.22 -3000;3;3608.50;10.00;1751.50;4.57;0.32 -3001;3;205.50;9.50;1401.50;4.52;1.36 -3002;3;499.50;9.50;1961.50;4.27;1.24 -3003;3;3084.50;11.55;1874.00;-1.29;0.28 -3004;3;3510.50;9.80;1683.00;-1.19;0.24 -3005;3;3021.00;11.70;1766.00;2.03;0.26 -3006;3;4651.50;9.50;956.00;-0.35;1.06 -3007;3;2987.50;10.60;1728.50;0.54;0.22 -3008;3;3315.00;10.30;1892.50;4.24;0.32 -3009;3;3160.50;10.40;1779.50;1.76;0.26 -3010;3;1034.00;11.90;1821.00;1.24;0.58 -3011;3;5474.50;9.50;109.00;1.00;1.66 -3012;3;3355.50;10.60;1929.50;1.49;0.48 -3013;3;3244.00;10.30;1775.50;1.40;0.26 -3014;3;5281.00;9.50;876.00;0.98;1.18 -3015;3;5013.00;9.50;921.50;1.26;1.28 -3016;3;3188.00;10.07;2000.00;1.81;0.38 -3017;3;3515.50;10.00;1712.50;1.71;0.16 -3018;3;2976.00;10.60;1835.50;1.40;0.32 -3019;3;5336.50;9.50;1661.50;4.27;1.12 -3020;3;4521.50;9.50;762.00;-1.05;1.10 -3021;3;2977.50;10.45;1755.00;-1.19;0.34 -3022;3;2962.50;10.00;1814.50;4.57;0.20 -3023;3;4042.00;9.50;413.00;4.71;0.94 -3024;3;3747.50;9.50;704.00;1.25;0.78 -3025;3;3170.00;9.75;1771.00;0.00;0.40 -3026;3;3237.00;10.50;1867.50;1.73;0.36 -3027;3;3605.50;10.00;1689.50;4.51;0.24 -3028;3;3596.00;9.50;355.00;0.62;0.90 -3029;3;2939.00;9.50;500.00;-1.27;0.98 -3030;3;3278.00;10.37;1785.00;0.46;0.22 -3031;3;3409.00;10.50;1783.50;1.21;0.32 -3032;3;2039.50;9.50;48.50;4.58;1.02 -3033;3;3338.00;10.30;1787.50;4.46;0.24 -3034;3;3064.50;9.70;1940.00;4.33;0.32 -3035;3;3387.00;10.05;1700.00;1.24;0.22 -3036;3;2305.50;9.50;965.00;4.35;1.12 -3037;3;2155.00;9.50;1668.50;1.36;1.82 -3038;3;2866.50;9.50;1939.00;4.71;0.92 -3039;3;3048.00;10.85;1823.50;1.27;0.34 -3040;3;3166.00;11.65;1983.50;1.21;0.36 -3041;3;3582.00;10.40;1735.00;-1.24;0.32 -3042;3;927.00;9.50;378.00;4.71;0.92 -3043;3;101.50;9.50;710.00;1.17;1.32 -3044;3;3053.00;12.30;1860.50;4.24;0.34 -3045;3;3066.50;9.90;1759.50;4.51;0.20 -3046;3;20.50;9.50;1784.50;0.72;0.80 -3047;3;900.00;9.50;1231.00;1.87;1.14 -3048;3;3016.00;9.95;1894.50;4.06;0.34 -3049;3;2912.50;10.65;1702.00;-1.29;0.30 -3050;3;3274.00;9.80;1762.50;1.10;0.26 -3051;3;1046.00;9.50;830.50;-1.53;1.02 -3052;3;217.00;9.50;2020.00;-1.50;0.82 -3053;3;3255.00;10.40;1699.00;4.71;0.30 -3054;3;3124.00;11.10;1892.00;1.57;0.36 -3055;3;3192.00;10.60;1917.00;2.03;0.30 -3056;3;3451.50;10.40;1699.00;-1.19;0.28 -3057;3;3382.50;9.90;1743.50;1.37;0.24 -3058;3;3129.50;12.00;1967.00;1.05;0.30 -3059;3;2936.50;13.85;1746.00;1.15;0.38 -3060;3;3265.00;10.05;1742.50;4.06;0.22 -3061;3;3229.00;9.70;1751.50;-1.32;0.22 -3062;3;3103.00;11.30;1866.50;-1.44;0.24 -3063;3;3029.00;9.80;1707.00;2.03;0.26 -3064;3;3484.00;10.35;1790.50;1.17;0.36 -3065;3;3455.50;9.90;1797.50;-0.95;0.40 -3066;3;3526.00;9.80;1694.00;1.10;0.22 -3067;3;3291.00;10.60;1869.00;4.71;0.32 -3068;3;1634.00;11.30;900.50;-1.06;0.20 -3069;3;3211.00;10.30;1966.50;-1.21;0.38 -3070;3;3018.50;10.90;1744.50;4.60;0.26 -3071;3;3314.50;10.60;1821.50;4.57;0.30 -3072;3;3294.00;10.30;1716.00;4.71;0.24 -3073;3;3265.00;10.70;1859.00;0.98;0.34 -3074;3;3190.00;10.17;1705.00;1.10;0.24 -3075;3;3463.50;9.70;1825.00;-0.64;0.58 -3076;3;3244.00;9.70;1417.50;-1.32;0.20 -3077;3;3396.00;10.40;1685.00;0.78;0.20 -3078;3;3347.50;9.80;1829.50;4.57;0.24 -3079;3;3493.50;9.90;1744.50;1.42;0.24 -3080;3;3401.00;9.50;1848.00;1.37;0.46 -3081;3;3518.00;9.90;1780.00;-0.54;0.58 -3082;3;3138.50;11.55;1976.00;0.84;0.42 -3083;3;3155.00;9.70;1748.50;2.21;0.30 -3084;3;3347.00;9.80;1762.50;1.81;0.20 -3085;3;3381.50;10.40;1711.50;0.78;0.22 -3086;3;3386.50;9.90;1806.50;0.95;0.38 -3087;3;3476.50;10.20;1729.50;4.57;0.26 -3088;3;3016.50;10.70;1882.50;1.46;0.22 -3089;3;3272.50;9.70;1691.00;4.71;0.26 -3090;3;2899.50;11.50;1772.50;1.24;0.22 -3091;3;3469.50;9.80;1684.50;1.42;0.22 -3092;3;3393.00;10.10;1816.50;-0.70;0.40 -3093;3;2944.00;14.70;1788.50;0.92;0.32 -3094;3;2942.00;12.70;1737.00;4.71;0.26 -3095;3;3132.00;11.70;1920.50;1.47;0.36 -3096;3;2945.00;12.42;1806.00;-1.10;0.32 -3097;3;3247.00;9.80;1970.00;-1.10;0.46 -3098;3;3016.00;12.95;1839.00;4.71;0.28 -3099;3;3465.50;10.50;1714.00;0.98;0.24 -3100;3;3103.00;10.87;1855.00;-1.10;0.32 -3101;3;3348.00;10.40;1681.50;0.92;0.16 -3102;3;3551.00;9.90;1746.50;0.87;0.28 -3103;3;3539.00;10.40;1692.00;1.32;0.26 -3104;3;3127.00;10.70;1878.50;-0.92;0.28 -3105;3;2993.50;13.50;1779.50;0.14;0.16 -3106;3;3055.00;9.80;1733.00;1.57;0.24 -3107;3;3239.00;10.45;1923.00;4.71;0.46 -3108;3;3053.00;11.40;1803.50;4.54;0.22 -3109;3;3045.00;11.00;651.50;-0.23;1.26 -3110;3;3322.00;10.40;1713.50;1.81;0.24 -3111;3;2996.50;14.50;1809.50;-1.03;0.30 -3112;3;3530.50;9.80;1721.50;4.51;0.22 -3113;3;3114.50;9.90;1822.50;1.03;0.26 -3114;3;2907.50;12.00;1754.50;1.16;0.24 -3115;3;3236.50;10.50;1853.00;-1.39;0.32 -3116;3;3438.50;9.95;1675.00;4.12;0.22 -3117;3;3143.50;9.95;1776.00;4.71;0.32 -3119;3;3190.00;10.32;1787.00;0.78;0.30 -3120;3;3256.00;10.12;1712.00;1.10;0.20 -3121;3;3297.00;10.47;1905.00;-1.32;0.28 -3122;3;3139.50;9.50;1803.50;-1.24;0.32 -3123;3;3049.50;10.20;878.00;1.45;0.66 -3124;3;3401.50;9.50;1712.50;4.57;0.24 -3125;3;3234.50;10.40;1822.50;-1.46;0.24 -3126;3;3008.00;10.72;1876.00;4.39;0.24 -3127;3;3681.50;10.00;1721.50;1.03;0.34 -3128;3;3004.50;11.70;1752.50;2.35;0.30 -3129;3;2915.50;13.00;1715.00;4.71;0.32 -3130;3;3430.00;10.37;1802.00;-1.19;0.48 -3131;3;3249.00;9.77;1774.00;4.24;0.20 -3132;3;3055.00;10.80;1928.50;-0.92;0.42 -3133;3;3290.50;10.40;1784.50;1.76;0.22 -3134;3;3328.50;9.80;1959.00;1.84;0.32 -3135;3;3471.50;9.80;1702.00;4.71;0.20 -3136;3;2996.00;11.10;1754.50;1.40;0.26 -3137;3;3179.50;9.60;1764.50;-0.19;0.24 -3138;3;3077.00;11.55;1861.50;1.10;0.32 -3139;3;3591.50;9.70;1688.00;-1.29;0.24 -3140;3;3329.50;10.30;1725.50;-1.37;0.24 -3141;3;3027.00;10.45;1727.50;1.73;0.24 -3142;3;3347.50;10.50;1745.50;1.37;0.24 -3143;3;3386.00;10.40;1693.00;2.03;0.24 -3145;3;3083.50;10.20;1950.50;1.30;0.28 -3146;3;3557.50;9.90;1710.50;1.46;0.26 -3147;3;3541.00;9.70;1888.50;-1.43;1.00 -3148;3;3051.00;10.45;1753.50;-1.40;0.24 -3149;3;3245.50;10.55;1845.00;-1.35;0.28 -3150;3;2750.50;10.85;1668.00;0.98;0.24 -3151;3;3276.00;9.50;1736.00;-0.78;0.22 -3152;3;3196.00;9.65;1719.50;1.73;0.18 -3153;3;3250.00;10.35;1866.50;1.10;0.34 -3154;3;3403.00;10.40;1730.00;1.32;0.26 -3155;3;3576.00;10.50;1795.00;-0.98;0.70 -3156;3;3264.00;10.70;1891.00;1.32;0.40 -3157;3;3417.50;10.40;1742.50;-0.78;0.30 -3158;3;3243.50;10.80;1946.50;-1.37;0.34 -3159;3;2730.00;11.90;1698.50;2.62;0.24 -3160;3;3377.50;10.55;1752.00;-1.35;0.22 -3161;3;3224.50;9.70;1750.00;1.95;0.20 -3162;3;3029.00;9.50;1813.50;1.27;0.28 -3163;3;3365.50;10.20;1721.00;1.57;0.22 -3164;3;3470.00;10.50;1730.50;1.40;0.26 -3165;3;3136.50;10.80;730.50;-0.95;0.86 -3166;3;3488.50;9.90;1753.00;-1.35;0.24 -3167;3;3533.00;9.80;1703.50;1.40;0.28 -3168;3;3428.00;9.80;1838.00;1.57;0.46 -3169;3;3817.00;9.70;1859.00;1.47;1.18 -3170;3;3368.50;10.00;1950.50;1.06;0.62 -3171;3;2976.00;9.70;1723.00;2.35;0.22 -3172;3;3166.00;9.62;1820.00;1.57;0.28 -3173;3;3085.50;11.60;1845.50;4.30;0.28 -3174;3;3180.00;9.70;1701.00;3.92;0.20 -3175;3;3437.00;10.20;1723.50;1.40;0.26 -3176;3;3359.00;10.60;1678.50;0.92;0.24 -3177;3;3536.50;10.40;1741.50;4.51;0.30 -3178;3;2710.59;12.00;1683.12;1.27;0.34 -3179;3;3098.00;11.50;1907.00;0.78;0.34 -3180;3;2908.50;12.25;1777.00;-1.05;0.32 -3181;3;3096.00;10.50;822.50;-1.52;0.74 -3182;3;3084.50;9.70;1741.50;1.37;0.28 -3183;3;2991.00;13.02;1797.00;1.57;0.28 -3184;3;4690.50;10.00;1988.00;4.71;2.40 -3185;3;1635.00;12.85;907.50;-1.06;0.32 -3186;3;3515.50;9.80;1722.00;1.57;0.24 -3187;3;3283.50;9.90;1776.00;1.57;0.24 -3188;3;2911.00;9.50;1765.00;-1.10;0.30 -3189;3;3334.50;9.70;1870.50;-1.16;0.26 -3190;3;3443.50;9.80;1680.00;-1.19;0.26 -3191;3;3012.50;13.00;1784.50;-1.03;0.28 -3192;3;2901.50;9.50;1722.00;1.15;0.38 -3193;3;3179.50;10.20;1899.00;-0.55;0.32 -3194;3;3158.50;10.40;1665.50;1.76;0.26 -3195;3;2739.00;9.50;1702.00;-0.75;1.16 -3196;3;3541.50;10.10;1580.00;1.57;0.22 -3197;3;3516.50;10.00;1617.50;4.17;0.26 -3198;3;2081.00;9.50;947.00;-0.87;0.92 -3199;3;3409.00;10.00;1580.50;-1.32;0.22 -3200;3;184.00;9.50;1445.00;-1.44;0.96 -3201;3;339.00;9.50;1923.00;1.89;0.48 -3202;3;3441.00;9.80;1632.00;-1.24;0.20 -3203;3;3263.00;9.80;1559.00;-1.10;0.28 -3204;3;4627.00;9.50;1006.50;1.84;0.94 -3205;3;2757.50;10.00;1594.50;1.37;0.24 -3206;3;2938.00;9.70;1653.50;-1.47;0.30 -3207;3;3024.50;9.90;1578.50;1.37;0.20 -3208;3;1754.00;11.00;1880.50;-0.95;2.10 -3209;3;5368.50;9.50;123.50;4.67;1.00 -3210;3;3309.50;10.35;1606.00;-0.98;0.22 -3211;3;2873.50;9.65;1559.00;4.12;0.16 -3212;3;5196.00;9.50;919.50;4.18;1.20 -3213;3;4944.00;9.50;897.50;4.46;1.00 -3214;3;3608.00;10.40;1626.50;1.73;0.24 -3215;3;3357.50;9.90;1660.00;0.89;0.22 -3216;3;3605.50;9.80;1580.00;4.71;0.20 -3217;3;2694.00;9.55;1626.50;4.24;0.12 -3218;3;4505.50;9.50;788.50;1.34;0.98 -3219;3;3247.00;9.80;1639.00;1.57;0.26 -3220;3;3434.50;9.80;1675.50;1.76;0.26 -3221;3;3474.00;9.95;1581.00;3.92;0.22 -3222;3;4001.50;9.50;410.50;4.66;0.88 -3223;3;3758.50;9.50;621.00;4.61;1.00 -3224;3;3518.50;9.90;1633.50;1.76;0.22 -3225;3;3327.00;9.90;1558.50;4.54;0.18 -3226;3;3333.50;9.95;1591.00;4.33;0.22 -3227;3;3571.00;9.50;309.00;4.29;0.84 -3228;3;2932.00;9.50;547.00;4.71;0.94 -3229;3;3058.50;9.80;1675.50;4.39;0.22 -3230;3;3105.50;10.35;1574.00;4.71;0.24 -3231;3;2952.50;9.70;1605.00;1.29;0.20 -3232;3;2631.50;9.50;146.50;-1.42;1.06 -3233;3;2002.00;9.50;45.00;-0.98;0.82 -3234;3;2942.50;9.70;1572.00;-1.19;0.20 -3235;3;3309.00;9.90;1648.50;-0.92;0.22 -3236;3;3378.00;10.02;1604.00;1.57;0.16 -3237;3;2255.00;9.50;972.00;4.53;1.08 -3238;3;2204.00;9.50;1583.50;-0.31;1.66 -3239;3;1427.50;9.50;1037.00;0.49;1.22 -3240;3;3426.50;10.00;1659.50;0.78;0.20 -3241;3;2753.50;11.90;1572.00;0.98;0.22 -3242;3;2693.50;10.00;1618.00;-1.19;0.24 -3243;3;936.00;9.50;422.50;-1.34;1.26 -3244;3;131.00;9.50;703.50;4.67;1.06 -3245;3;3504.50;9.75;1666.00;4.71;0.24 -3246;3;3546.50;10.50;1580.50;-1.37;0.20 -3247;3;3306.00;10.55;1623.50;1.40;0.18 -3248;3;32.50;9.50;1799.50;-1.31;1.00 -3249;3;877.00;9.50;1272.50;-1.53;1.04 -3250;3;3401.50;10.10;1586.50;-1.42;0.20 -3251;3;3603.00;10.42;1643.00;0.98;0.26 -3252;3;1090.00;9.50;789.00;-1.43;1.08 -3253;3;432.00;9.50;1933.00;-0.67;1.70 -3254;3;3162.00;9.90;1604.50;4.54;0.16 -3255;3;3199.00;10.35;1651.50;-1.40;0.20 -3256;3;3192.00;9.85;1567.00;1.32;0.20 -3257;3;3451.50;9.95;1603.00;4.71;0.20 -3258;3;3013.00;9.80;1586.50;1.32;0.20 -3259;3;3387.50;10.60;1648.50;1.37;0.22 -3260;3;2979.50;9.50;1633.50;-1.46;0.28 -3261;3;3515.00;10.30;1657.00;1.10;0.20 -3262;3;2877.00;9.65;1548.50;-1.40;0.16 -3263;3;3374.00;11.10;1620.50;1.32;0.20 -3264;3;3576.50;10.40;1680.50;-1.16;0.32 -3265;3;3627.50;9.90;1588.50;1.71;0.24 -3266;3;3467.00;9.90;1584.00;-1.24;0.22 -3267;3;3237.00;10.07;1609.00;-1.10;0.30 -3268;3;3456.50;10.40;1645.00;0.98;0.20 -3269;3;3520.00;10.67;1603.00;2.03;0.22 -3270;3;3587.00;10.32;1679.00;4.39;0.28 -3271;3;2950.50;9.70;1577.00;-0.98;0.20 -3272;3;3178.50;10.90;1613.50;0.95;0.24 -3273;3;2730.50;11.20;1654.50;1.89;0.24 -3274;3;2731.50;10.95;1574.00;-0.89;0.24 -3275;3;3444.50;9.80;1617.00;0.89;0.20 -3276;3;3542.00;10.60;1589.50;-1.40;0.24 -3277;3;2949.00;9.70;1636.00;-0.78;0.20 -3278;3;3304.50;9.90;1596.00;4.71;0.18 -3279;3;3336.00;10.55;1636.00;4.71;0.22 -3280;3;3723.00;12.65;1662.00;0.78;0.30 -3281;3;3181.50;9.90;1575.50;-1.37;0.24 -3282;3;3531.00;9.80;1641.50;1.40;0.18 -3283;3;3072.50;10.10;1547.50;4.39;0.24 -3284;3;1848.00;9.50;1030.00;-0.19;0.26 -3285;3;3507.00;10.00;1619.00;4.71;0.22 -3286;3;1509.00;9.50;845.50;-1.06;0.26 -3287;3;2803.00;9.80;1583.50;-1.40;0.28 -3288;3;3150.00;10.22;1627.00;1.32;0.32 -3289;3;3656.50;10.45;1602.00;4.71;0.30 -3290;3;3405.50;11.50;1632.50;-1.03;0.22 -3291;3;3402.00;10.00;1556.00;0.78;0.24 -3292;3;3388.50;10.00;1591.50;1.16;0.14 -3293;3;3261.50;9.80;1568.50;4.57;0.22 -3294;3;3599.00;9.80;1658.00;-1.10;0.30 -3295;3;3100.50;10.00;1582.50;0.14;0.32 -3296;3;3144.50;9.70;1675.00;3.78;0.26 -3297;3;3317.00;10.55;1611.50;-0.92;0.22 -3298;3;3231.00;9.85;1673.00;1.57;0.26 -3299;3;2990.50;11.20;1495.50;0.78;0.24 -3300;3;3615.50;10.60;1648.50;1.71;0.26 -3301;3;2759.00;10.07;1586.00;1.32;0.18 -3302;3;3449.00;9.80;1595.50;4.46;0.16 -3303;3;3492.00;9.90;1634.00;1.57;0.20 -3304;3;3474.00;9.80;1558.50;-1.40;0.18 -3305;3;2992.00;9.70;1619.58;2.07;0.32 -3306;3;3341.00;10.25;1569.50;0.58;0.20 -3307;3;3005.00;9.80;1669.00;1.57;0.24 -3308;3;3378.00;10.15;1610.50;4.54;0.18 -3309;3;3207.50;10.40;1576.50;1.42;0.24 -3310;3;3246.00;9.80;1669.00;4.71;0.24 -3312;3;3021.00;10.25;1584.50;0.58;0.20 -3313;3;3303.50;9.90;1631.00;1.57;0.20 -3314;3;2884.00;9.67;1574.00;0.46;0.20 -3315;3;3552.50;9.80;1642.00;-1.19;0.24 -3316;3;3545.00;9.85;1558.50;-1.40;0.18 -3317;3;3518.50;10.55;1590.00;-1.19;0.22 -3318;3;3410.00;10.00;1560.00;1.57;0.22 -3319;3;3138.00;9.67;1663.00;-1.32;0.26 -3320;3;3203.50;10.40;1609.50;1.16;0.32 -3321;3;3321.50;10.10;1674.50;1.76;0.28 -3322;3;3459.00;10.10;1615.50;4.06;0.24 -3323;3;3378.00;10.40;1668.50;1.73;0.18 -3324;3;3089.00;10.12;1592.00;4.39;0.18 -3325;3;2971.00;9.50;1632.50;1.69;0.36 -3326;3;2946.00;9.95;1583.00;0.98;0.22 -3327;3;3366.50;10.60;1629.50;4.51;0.22 -3328;3;3606.50;10.40;1615.00;4.71;0.24 -3329;3;2696.00;11.20;1634.00;4.71;0.22 -3330;3;3622.50;11.60;1564.50;0.78;0.30 -3331;3;3273.50;9.90;1606.00;0.89;0.22 -3332;3;3469.50;9.90;1566.00;4.71;0.24 -3333;3;3250.00;9.80;1658.00;1.57;0.28 -3334;3;3528.00;10.70;1607.50;1.81;0.22 -3335;3;3343.50;10.35;1580.00;0.98;0.22 -3336;3;4116.50;9.70;1965.50;1.08;2.34 -3337;3;3155.50;10.30;1627.00;-0.89;0.26 -3338;3;3437.50;9.70;1858.50;-1.48;0.68 -3339;3;3447.00;9.80;1626.00;1.57;0.14 -3340;3;3011.50;9.70;1597.50;-1.24;0.28 -3341;3;2947.00;10.20;1646.50;-1.27;0.32 -3342;3;2686.00;10.55;1587.50;0.00;0.28 -3343;3;3539.50;10.40;1562.50;1.16;0.16 -3344;3;3299.00;11.50;1659.00;4.12;0.26 -3345;3;3340.50;10.00;1604.50;-1.42;0.24 -3346;3;3409.00;10.00;1570.50;1.32;0.22 -3347;3;3462.50;10.40;1651.50;0.78;0.24 -3348;3;3635.50;9.90;1624.00;1.19;0.26 -3349;3;3516.00;10.40;1664.50;4.58;0.22 -3350;3;3266.50;9.80;1579.00;0.89;0.28 -3351;3;3115.00;9.87;1596.00;1.57;0.28 -3352;3;3504.00;9.90;1628.00;4.71;0.20 -3353;3;2792.00;9.90;1594.00;-1.24;0.24 -3354;3;3154.50;10.40;1648.00;1.57;0.20 -3355;3;2951.00;10.52;1554.00;1.10;0.22 -3356;3;3418.00;10.00;1596.00;4.71;0.20 -3357;3;3612.00;9.97;1572.00;4.71;0.24 -3358;3;3368.00;10.70;1647.50;-1.44;0.20 -3359;3;2691.50;10.20;1606.00;0.98;0.32 -3360;3;3483.50;9.80;1572.50;1.42;0.18 -3361;3;3540.50;10.45;1657.00;0.89;0.24 -3362;3;3316.50;10.60;1622.00;1.57;0.22 -3363;3;3610.00;10.15;1700.50;-1.44;0.24 -3364;3;3334.00;9.80;1573.00;1.10;0.22 -3365;3;3584.00;10.25;1632.00;4.71;0.20 -3366;3;3189.00;9.80;1593.50;-1.40;0.32 -3367;3;3007.00;9.70;1581.50;2.21;0.22 -3368;3;2954.50;9.70;1599.00;1.57;0.20 -3369;3;2757.50;9.90;1562.50;-1.37;0.24 -3370;3;3447.50;9.80;1641.50;0.78;0.20 -3371;3;3486.00;9.90;1595.50;0.92;0.22 -3372;3;3538.50;11.65;1570.00;4.71;0.20 -3375;3;3015.00;9.70;1699.00;-1.37;0.24 -3376;3;3397.50;10.00;1578.00;-1.29;0.18 -3377;3;3384.00;11.25;1616.00;0.98;0.22 -3378;3;3276.00;9.80;1585.50;1.32;0.24 -3379;3;2704.00;9.67;1626.00;2.67;0.26 -3380;3;3106.50;9.80;1598.00;0.98;0.26 -3381;3;3085.00;9.80;1573.50;2.21;0.26 -3382;3;3560.50;10.50;1606.00;4.33;0.22 -3383;3;3516.50;9.90;1640.50;4.51;0.20 -3384;3;3148.00;9.70;1612.00;4.71;0.20 -3385;3;3628.50;9.70;1577.50;1.03;0.22 -3386;3;3007.50;9.90;1676.50;1.76;0.24 -3387;3;3449.50;9.90;1619.00;4.33;0.22 -3388;3;3206.00;10.30;1682.00;4.24;0.24 -3389;3;3470.50;9.90;1573.50;1.42;0.24 -3390;3;3330.00;9.90;1583.00;4.71;0.20 -3391;3;3381.50;10.40;1634.50;1.76;0.20 -3392;3;3177.00;9.80;1561.50;0.92;0.28 -3393;3;3183.50;9.90;1593.50;1.37;0.24 -3394;3;3593.50;9.85;1656.00;1.84;0.18 -3395;3;2951.50;10.10;1566.00;0.64;0.18 -3396;3;2666.00;9.80;1594.50;1.10;0.20 -3397;3;2951.00;10.67;1525.00;1.24;0.18 -3398;3;2930.50;10.50;1542.50;1.76;0.20 -3399;3;3367.00;9.75;1468.00;1.24;0.22 -3400;3;2828.50;9.50;1719.00;0.28;0.88 -3401;3;3194.28;9.70;1283.17;3.78;0.44 -3402;3;2858.00;10.37;1511.00;2.03;0.22 -3403;3;3309.00;9.80;1476.50;1.32;0.22 -3404;3;3590.50;9.80;1541.50;-1.42;0.24 -3405;3;2093.00;9.50;984.00;-0.24;1.12 -3406;3;3551.00;9.70;1511.50;1.10;0.22 -3407;3;3225.00;9.80;1481.50;1.10;0.18 -3408;3;263.50;9.50;1345.50;0.69;1.34 -3409;3;3382.50;9.80;1515.50;-1.37;0.22 -3410;3;3134.50;12.70;1508.50;-1.42;0.24 -3411;3;4572.50;9.50;918.50;0.93;0.92 -3412;3;3194.00;10.45;1541.00;1.32;0.26 -3413;3;3499.00;9.80;1458.50;4.46;0.22 -3414;3;3081.00;13.05;1516.50;1.32;0.18 -3415;3;3985.00;9.70;1932.00;3.25;1.18 -3416;3;5382.00;9.50;166.50;1.77;0.98 -3417;3;3458.50;9.90;1449.50;0.54;0.22 -3418;3;3016.50;11.25;1526.00;0.64;0.18 -3419;3;5173.50;9.50;935.50;0.84;1.22 -3420;3;4984.50;9.50;874.50;1.72;1.10 -3421;3;3399.50;9.65;1464.00;1.19;0.24 -3422;3;2761.50;9.90;1546.00;1.57;0.18 -3423;3;2924.50;10.70;1514.50;1.42;0.22 -3424;3;5193.00;9.50;1576.50;0.48;1.20 -3425;3;4456.50;9.50;765.50;1.05;1.02 -3426;3;3503.00;9.90;1544.50;-1.40;0.18 -3427;3;4519.00;12.65;1307.50;0.87;0.46 -3428;3;4037.00;9.50;368.00;1.32;0.92 -3429;3;3738.00;9.50;668.50;-1.23;1.14 -3430;3;3228.50;10.00;1489.50;1.03;0.24 -3431;3;3456.50;10.40;1509.50;1.42;0.20 -3432;3;3607.00;9.50;323.00;-1.17;1.18 -3433;3;2945.50;9.50;592.00;1.46;0.96 -3434;3;3158.00;12.02;1503.00;-0.32;0.24 -3435;3;3548.00;9.60;1465.50;4.46;0.22 -3436;3;2671.00;9.50;193.50;1.05;0.78 -3437;3;2054.50;9.50;21.50;3.46;0.68 -3438;3;3049.50;9.80;1557.00;1.57;0.18 -3439;3;3512.00;9.77;1467.00;4.71;0.26 -3440;3;2283.50;9.50;1016.50;1.53;1.28 -3441;3;2043.00;9.50;1700.50;1.34;1.02 -3442;3;1516.50;9.50;991.00;1.39;0.88 -3443;3;3469.00;9.80;1456.50;1.32;0.20 -3444;3;2903.00;9.70;1545.00;-0.46;0.20 -3445;3;1046.50;9.50;459.00;1.64;1.24 -3446;3;80.00;9.50;765.50;4.67;1.22 -3447;3;2863.00;9.85;1512.50;-1.40;0.22 -3448;3;3125.50;13.20;1329.50;1.16;0.24 -3449;3;3378.50;9.80;1474.50;4.51;0.22 -3450;3;101.50;9.50;1771.50;-1.08;0.96 -3451;3;923.00;9.50;1184.50;1.52;1.08 -3452;3;3310.50;10.00;1487.50;1.37;0.20 -3453;3;1179.50;9.50;789.00;0.80;1.26 -3454;3;477.00;9.50;1910.00;1.57;0.74 -3455;3;3348.50;9.80;1523.50;1.76;0.26 -3456;3;3861.50;9.80;1054.50;2.73;0.50 -3457;3;3228.00;10.30;1510.00;4.39;0.22 -3458;3;3137.50;10.10;1542.00;-1.29;0.26 -3459;3;3566.00;9.60;1459.00;-1.32;0.30 -3460;3;3070.50;10.35;1557.00;1.57;0.24 -3461;3;3521.50;10.70;1476.50;1.89;0.18 -3462;3;3045.50;10.40;1528.00;4.12;0.20 -3463;3;2751.00;9.92;1547.00;1.57;0.24 -3464;3;3452.00;10.20;1462.50;-1.40;0.18 -3465;3;3475.00;9.80;1551.50;1.81;0.18 -3466;3;3389.50;9.80;1480.50;1.03;0.20 -3467;3;3581.50;10.20;1518.50;1.76;0.26 -3468;3;3315.00;9.90;1492.50;-0.92;0.20 -3469;3;3421.00;10.15;1521.00;1.57;0.20 -3470;3;3233.00;10.10;1531.00;4.71;0.22 -3471;3;894.00;12.65;1587.00;4.46;0.32 -3472;3;3896.50;9.70;1679.50;4.44;0.52 -3473;3;3039.50;9.70;1565.50;1.03;0.20 -3474;3;2979.00;12.20;1523.50;-1.32;0.24 -3475;3;3508.50;9.80;1473.00;1.29;0.18 -3476;3;2845.00;9.80;1520.00;1.57;0.18 -3477;3;3528.50;11.30;1553.50;-1.37;0.26 -3478;3;3458.50;10.20;1471.00;4.71;0.22 -3479;3;3400.00;9.90;1487.50;1.81;0.20 -3480;3;3298.00;9.97;1540.00;4.71;0.24 -3481;3;1160.00;11.00;1793.00;4.43;0.78 -3482;3;3122.50;10.10;1545.50;1.03;0.20 -3483;3;3203.50;10.65;1509.00;-1.35;0.22 -3484;3;3088.00;11.50;1496.00;-0.98;0.32 -3485;3;3068.50;14.40;1528.00;0.98;0.26 -3486;3;3606.50;9.70;1560.00;-1.19;0.22 -3487;3;3514.50;9.70;1479.50;1.37;0.20 -3488;3;2899.00;12.20;1524.00;-0.46;0.18 -3489;3;3470.50;9.70;1476.50;0.78;0.28 -3490;3;3559.00;9.70;1525.50;1.10;0.26 -3491;3;3399.00;10.20;1494.50;1.44;0.16 -3492;3;3368.50;9.90;1531.50;-1.37;0.20 -3493;3;2834.00;10.40;1470.50;4.54;0.16 -3494;3;3288.50;10.55;1510.00;1.19;0.24 -3495;3;2800.00;10.15;1475.50;1.73;0.22 -3496;3;3203.50;10.50;1550.00;4.71;0.22 -3497;3;3134.00;10.55;1527.50;0.92;0.20 -3498;3;1099.00;11.05;1819.00;-1.15;0.90 -3499;3;3006.50;9.80;1562.50;1.16;0.24 -3500;3;2965.00;10.40;1537.50;-1.10;0.20 -3501;3;2808.00;9.90;1553.00;4.71;0.28 -3502;3;3630.50;9.70;1537.50;4.57;0.36 -3503;3;3522.00;9.60;1495.00;1.57;0.24 -3504;3;3445.00;9.80;1528.00;1.57;0.24 -3505;3;3479.50;10.10;1485.50;1.42;0.20 -3506;3;2862.00;10.00;1475.50;0.87;0.26 -3507;3;3279.50;9.80;1547.00;0.89;0.30 -3508;3;3363.50;9.80;1497.50;1.03;0.26 -3509;3;2808.50;9.90;1478.50;0.78;0.28 -3510;3;3068.00;10.05;1548.50;1.40;0.20 -3511;3;3232.50;10.20;1517.50;1.16;0.26 -3512;3;2911.50;9.70;1552.00;2.15;0.24 -3513;3;888.50;11.30;1638.50;-1.14;0.32 -3514;3;3034.50;11.40;1541.50;0.78;0.20 -3515;3;3593.50;9.60;1487.50;0.78;0.32 -3516;3;2876.50;9.90;1528.00;-1.19;0.22 -3517;3;3532.00;10.07;1510.00;1.10;0.26 -3518;3;3506.50;9.90;1524.50;0.78;0.18 -3519;3;3436.50;9.80;1494.00;0.98;0.22 -3520;3;3346.50;9.80;1533.50;-1.37;0.20 -3521;3;3149.00;9.80;1554.00;4.71;0.22 -3522;3;2987.50;9.80;1564.50;1.37;0.18 -3523;3;2799.00;10.55;1482.50;1.40;0.20 -3524;3;2941.50;10.80;1530.50;0.78;0.24 -3525;3;3167.50;9.70;1666.50;1.03;0.22 -3526;3;3164.50;10.80;1343.00;1.19;0.18 -3527;3;3420.00;10.30;1537.00;4.71;0.22 -3528;3;2757.50;9.50;1513.50;0.66;0.52 -3529;3;3499.50;9.80;1491.00;1.57;0.24 -3530;3;2941.00;13.80;1494.50;1.32;0.20 -3531;3;3372.00;9.80;1502.00;1.24;0.22 -3532;3;3055.50;10.40;1565.00;-1.19;0.18 -3533;3;2879.00;10.10;1481.00;0.78;0.26 -3534;3;2817.50;9.85;1486.00;0.98;0.20 -3535;3;3002.00;10.55;1541.50;0.38;0.20 -3536;3;2840.00;9.80;1527.50;-1.32;0.18 -3537;3;3109.00;10.45;1487.50;1.73;0.22 -3538;3;3554.50;9.70;1503.50;-1.42;0.30 -3539;3;3481.00;9.80;1530.00;4.71;0.24 -3540;3;3433.50;9.80;1503.00;4.71;0.20 -3541;3;3001.50;10.90;1497.00;-0.98;0.20 -3542;3;3318.00;9.80;1549.50;1.73;0.22 -3543;3;3275.00;9.90;1527.00;0.78;0.26 -3544;3;3129.50;9.80;1559.00;-0.64;0.22 -3545;3;3059.50;13.20;1537.50;4.39;0.24 -3546;3;2885.50;10.70;1500.00;1.29;0.22 -3547;3;2912.00;11.40;1527.50;1.32;0.20 -3548;3;3165.00;10.75;1479.50;-1.10;0.20 -3549;3;2825.00;9.95;1494.50;1.40;0.20 -3550;3;3125.00;10.85;1495.50;-0.67;0.26 -3551;3;3557.00;9.70;1536.00;-1.24;0.24 -3552;3;2741.50;9.70;1485.00;1.19;0.22 -3553;3;3063.00;12.30;1509.50;1.73;0.16 -3554;3;3392.50;10.10;1547.00;1.57;0.24 -3555;3;3501.00;9.77;1500.00;-1.10;0.20 -3556;3;3223.00;9.80;1567.50;1.81;0.20 -3557;3;3344.00;10.15;1513.50;-1.32;0.24 -3558;3;2931.50;11.00;1501.00;4.71;0.20 -3559;3;3150.50;10.30;1543.50;4.57;0.22 -3560;3;2887.50;10.05;1507.00;2.67;0.24 -3561;3;2971.50;10.50;1545.50;1.03;0.18 -3562;3;3210.50;9.70;1490.50;-0.19;0.26 -3563;3;3655.50;10.40;1543.50;1.71;0.40 -3564;3;3493.50;12.30;1328.50;1.37;0.24 -3565;3;3150.50;9.70;1485.50;1.03;0.16 -3566;3;3458.00;9.90;1542.00;1.57;0.22 -3567;3;3427.00;10.00;1510.50;1.40;0.22 -3568;3;3284.50;9.80;1545.00;4.71;0.24 -3569;3;3058.50;10.75;1501.00;-1.29;0.20 -3570;3;3242.00;10.10;1522.50;1.40;0.20 -3571;3;3001.00;12.75;1505.00;1.10;0.20 -3572;3;3037.00;9.75;1556.00;4.71;0.20 -3573;3;3335.50;9.70;1459.50;4.39;0.22 -3574;3;2943.50;10.75;1511.00;4.12;0.18 -3575;3;3286.00;10.40;1473.50;2.55;0.26 -3576;3;2862.50;9.70;1531.00;0.98;0.18 -3577;3;3235.50;10.05;1472.00;1.19;0.24 -3578;3;3518.50;9.70;1541.50;1.24;0.22 -3579;3;2790.00;10.00;1501.00;1.57;0.20 -3580;3;3363.50;10.50;1547.50;-1.37;0.22 -3581;3;3139.50;11.70;1498.00;0.98;0.24 -3582;3;3496.00;10.05;1502.50;1.40;0.22 -3583;3;3084.50;13.50;1515.50;4.39;0.18 -3584;3;3315.00;9.80;1518.00;1.57;0.18 -3585;3;3011.00;13.60;1525.50;1.81;0.24 -3586;3;3110.50;10.35;1529.00;-0.64;0.28 -3587;3;3441.00;9.70;1445.50;1.40;0.20 -3588;3;906.00;12.47;1554.00;0.46;0.34 -3589;3;2884.00;10.25;1429.50;4.46;0.18 -3590;3;2693.50;9.50;1651.50;-0.02;1.02 -3591;3;217.00;9.50;1895.50;1.54;0.72 -3592;3;3052.00;10.40;1427.50;1.32;0.22 -3593;3;3623.00;9.60;1419.50;4.24;0.40 -3594;3;2866.00;11.90;1439.00;1.57;0.16 -3595;3;1997.00;9.50;1176.00;1.83;1.08 -3596;3;3061.50;10.00;1425.50;1.76;0.22 -3597;3;3535.50;9.80;1450.50;1.03;0.24 -3598;3;2812.50;9.80;1428.50;4.57;0.20 -3599;3;300.00;9.50;1459.00;-1.20;0.82 -3600;3;474.00;9.50;1843.00;1.17;1.46 -3601;3;3048.50;10.60;1421.00;1.19;0.22 -3602;3;1639.50;12.05;1630.00;-1.29;0.30 -3603;3;4576.50;9.50;806.00;0.18;0.80 -3604;3;2984.00;10.10;1428.00;-0.78;0.24 -3605;3;1615.00;9.70;1626.50;1.44;0.26 -3606;3;746.00;12.70;2031.50;1.68;0.98 -3607;3;5404.00;9.50;173.50;-1.14;1.38 -3608;3;1602.50;10.40;1634.50;0.78;0.30 -3609;3;3114.50;12.10;1410.00;1.19;0.22 -3610;3;5216.50;9.50;951.50;-1.07;1.38 -3611;3;4866.00;9.50;774.50;-0.33;0.96 -3612;3;2919.50;15.15;1437.00;0.89;0.20 -3613;3;1222.00;12.30;1572.00;1.29;0.42 -3614;3;3128.00;9.97;1417.00;1.57;0.20 -3615;3;5191.50;9.50;1542.50;-0.91;0.68 -3616;3;4430.50;9.50;724.00;-1.12;0.92 -3617;3;3119.00;11.20;1422.00;0.98;0.18 -3618;3;3621.00;9.60;1459.50;4.61;0.26 -3619;3;3997.50;9.50;372.50;1.53;0.86 -3620;3;3622.50;9.50;664.50;-1.53;1.10 -3621;3;2832.50;10.00;1436.50;-1.37;0.18 -3622;3;3575.00;9.60;1449.50;2.21;0.28 -3623;3;3108.00;9.90;1433.00;2.03;0.18 -3624;3;3553.00;9.50;258.00;-1.19;1.22 -3625;3;2923.50;9.50;632.50;-0.97;0.94 -3626;3;2827.00;10.00;1441.50;-0.58;0.16 -3627;3;3083.00;9.90;1429.00;4.39;0.20 -3628;3;2586.00;9.50;158.00;-1.21;0.88 -3629;3;2911.00;10.90;1495.00;4.71;0.24 -3630;3;3172.50;9.70;1398.00;1.29;0.20 -3631;3;3025.00;13.55;1441.50;4.46;0.22 -3632;3;2319.00;9.50;1019.00;0.65;1.00 -3633;3;1967.00;9.50;1795.00;-0.70;0.98 -3634;3;1545.00;9.50;877.00;1.27;1.18 -3635;3;1611.50;10.30;1646.50;1.46;0.32 -3636;3;3202.50;9.90;1407.00;1.57;0.26 -3637;3;965.00;9.50;477.50;-1.44;1.04 -3638;3;189.00;9.50;774.00;1.33;0.84 -3639;3;3188.00;11.55;1412.00;4.71;0.24 -3640;3;1557.00;10.05;1653.00;1.89;0.32 -3641;3;2941.00;13.25;1443.00;0.78;0.16 -3642;3;77.00;9.50;1808.50;-1.39;0.90 -3643;3;959.00;9.50;1233.50;1.76;1.08 -3644;3;872.00;10.12;1569.00;4.39;0.32 -3645;3;3176.00;11.52;1413.00;1.57;0.20 -3646;3;2895.00;10.10;1453.50;-1.40;0.22 -3647;3;1094.50;9.50;874.00;0.76;1.26 -3648;3;533.50;9.50;1911.00;0.94;1.20 -3649;3;3151.50;11.60;1414.00;1.35;0.28 -3650;3;2885.50;10.10;1450.00;4.71;0.16 -3651;3;4280.00;9.70;950.50;0.85;0.42 -3652;3;2882.00;10.55;1461.50;-1.40;0.22 -3653;3;3462.50;14.20;1354.50;1.37;0.20 -3654;3;3047.00;11.55;1437.00;1.10;0.20 -3655;3;2844.00;10.00;1454.50;1.81;0.26 -3656;3;3469.50;14.35;1353.00;-0.89;0.26 -3657;3;3004.00;12.70;1445.50;1.32;0.18 -3658;3;3480.00;14.40;1362.00;1.24;0.20 -3659;3;2807.00;9.80;1455.00;1.57;0.22 -3660;3;2961.00;16.00;1451.00;-0.78;0.18 -3661;3;1597.50;10.40;1651.00;1.19;0.28 -3662;3;2956.50;14.10;1446.50;4.17;0.20 -3663;3;3216.00;9.80;1414.50;1.44;0.20 -3664;3;4976.50;10.50;1567.50;0.78;0.54 -3665;3;3168.00;13.85;1429.50;-1.32;0.20 -3666;3;2909.00;10.10;1459.50;1.73;0.22 -3667;3;3517.00;15.65;1369.00;1.24;0.24 -3668;3;3550.00;9.70;1380.50;1.73;0.28 -3669;3;2875.00;10.50;1467.50;0.87;0.22 -3670;3;3069.50;9.80;1444.00;-0.24;0.22 -3671;3;2819.00;9.80;1461.50;0.92;0.14 -3672;3;3522.50;10.10;1384.50;1.24;0.22 -3673;3;3033.50;12.20;1452.00;1.57;0.16 -3674;3;3023.00;12.15;1454.50;1.10;0.24 -3675;3;3012.00;14.90;1462.50;1.21;0.22 -3676;3;3199.00;13.35;1429.00;-0.78;0.22 -3677;3;909.00;11.70;1492.00;4.71;0.26 -3678;3;904.00;10.05;1502.00;3.92;0.22 -3679;3;2937.00;11.45;1469.50;-1.44;0.16 -3680;3;3098.00;9.80;1446.50;0.92;0.20 -3681;3;2866.50;10.30;1463.00;0.89;0.24 -3682;3;3531.50;11.40;1386.50;-1.42;0.28 -3683;3;1537.50;9.50;728.00;-1.12;0.20 -3684;3;3020.50;13.30;1472.50;-1.46;0.18 -3685;3;1509.00;10.70;1568.00;1.57;0.26 -3686;3;3330.50;9.50;1411.50;4.39;0.24 -3687;3;1557.00;11.10;1578.00;1.57;0.22 -3688;3;2999.00;11.75;1478.50;4.46;0.20 -3689;3;3216.00;14.72;1438.00;1.10;0.20 -3690;3;2960.50;11.20;1478.00;1.57;0.20 -3691;3;1735.50;9.60;2022.50;0.09;1.08 -3692;3;2936.00;13.80;1476.50;1.32;0.26 -3693;3;1638.00;10.25;1563.50;4.06;0.20 -3694;3;3175.00;12.87;1446.00;-1.32;0.28 -3695;3;4938.00;13.05;1444.50;4.58;0.30 -3696;3;3149.50;11.00;1455.50;0.78;0.22 -3697;3;1608.50;10.70;1576.00;1.57;0.22 -3698;3;3424.00;10.57;1400.00;1.57;0.26 -3699;3;1367.00;10.35;1638.00;0.64;0.44 -3700;3;3066.50;10.00;1474.50;-1.03;0.20 -3701;3;3265.00;9.70;1428.50;1.40;0.28 -3702;3;1615.00;11.25;1592.50;1.44;0.20 -3703;3;3017.00;11.75;1485.00;4.24;0.20 -3704;3;3255.00;9.70;1429.50;1.81;0.28 -3705;3;2983.50;11.10;1483.50;0.32;0.20 -3706;3;1027.00;13.80;1764.50;4.65;0.82 -3707;3;3252.00;9.80;1451.00;1.10;0.28 -3708;3;1285.50;10.70;1555.00;1.78;0.50 -3709;3;3155.50;11.00;1457.50;4.57;0.20 -3710;3;1682.00;9.90;1583.50;1.40;0.16 -3711;3;3542.00;16.95;1360.00;4.24;0.26 -3712;3;1688.50;10.20;1600.50;-1.42;0.32 -3713;3;3133.50;9.70;1473.00;0.98;0.26 -3714;3;3436.50;14.60;1337.50;4.51;0.26 -3715;3;1677.50;10.90;1601.50;-1.37;0.26 -3716;3;3085.50;10.00;1477.00;1.57;0.24 -3717;3;3427.50;10.45;1406.00;-1.19;0.18 -3718;3;3065.50;9.90;1490.00;1.19;0.14 -3719;3;1289.00;10.20;1681.50;1.27;0.42 -3720;3;3428.50;10.65;1415.00;1.19;0.20 -3721;3;1238.50;10.65;1752.00;1.75;0.50 -3722;3;3336.50;9.70;1432.50;0.78;0.28 -3723;3;4946.00;12.35;1453.50;4.24;0.28 -3724;3;3247.00;9.75;1438.50;4.46;0.28 -3725;3;2700.50;14.40;1363.50;4.39;0.20 -3726;3;3534.50;10.50;1419.50;4.30;0.26 -3727;3;2708.00;14.00;1365.00;4.71;0.20 -3728;3;3215.00;11.25;1456.50;1.40;0.24 -3729;3;2712.00;14.35;1380.50;-1.32;0.16 -3730;3;3142.50;9.80;1477.00;4.71;0.24 -3731;3;3124.50;10.15;1475.00;1.19;0.22 -3732;3;1701.50;10.00;1615.00;4.43;0.36 -3733;3;1600.00;12.20;1596.50;1.10;0.24 -3734;3;3418.50;9.70;1422.00;1.05;0.28 -3735;3;2764.00;13.30;1373.00;-1.10;0.24 -3736;3;1430.00;10.85;1777.50;0.92;1.50 -3737;3;2781.00;11.50;1380.50;1.32;0.16 -3738;3;3293.50;9.70;1455.00;4.43;0.24 -3739;3;4954.50;11.20;1444.50;-1.42;0.28 -3740;3;2798.00;10.60;1392.50;4.46;0.18 -3741;3;3221.00;10.55;1455.50;4.54;0.22 -3742;3;4441.50;14.80;1270.50;-1.30;0.34 -3743;3;3192.50;13.30;1477.00;-0.46;0.32 -3744;3;2700.50;13.20;1379.50;-1.37;0.16 -3745;3;4471.50;14.60;1265.50;-1.46;0.38 -3746;3;3506.00;10.05;1427.50;-1.32;0.24 -3747;3;1614.00;11.95;1601.00;1.32;0.24 -3748;3;3471.00;10.75;1426.50;-1.40;0.22 -3749;3;2818.50;10.05;1391.00;-1.19;0.22 -3750;3;1231.00;11.10;1639.00;0.98;0.54 -3751;3;2840.00;10.10;1398.50;4.46;0.18 -3752;3;3416.50;9.70;1434.00;4.33;0.22 -3753;3;4959.00;13.32;1456.00;-1.32;0.30 -3754;3;2851.00;12.20;1412.50;1.32;0.16 -3755;3;3317.50;9.60;1454.00;0.46;0.22 -3756;3;4946.50;14.20;1468.00;0.46;0.36 -3757;3;3275.50;10.20;1474.50;1.42;0.26 -3758;3;2751.00;9.95;1482.00;1.57;0.18 -3759;3;3227.00;9.90;1579.00;4.71;0.24 -3760;3;3401.00;10.30;1416.50;4.54;0.18 -3761;3;2686.00;11.65;1388.50;1.32;0.22 -3762;3;2892.00;11.57;1403.00;-1.24;0.26 -3763;3;777.50;9.50;803.00;-0.76;0.24 -3764;3;2911.00;14.35;1411.50;1.32;0.22 -3765;3;3430.50;9.70;1439.00;1.19;0.26 -3766;3;1487.00;10.70;1613.50;-1.01;0.38 -3767;3;3368.50;9.70;1458.50;1.76;0.16 -3768;3;2897.00;11.20;1415.50;0.38;0.18 -3769;3;1129.00;12.05;1734.00;4.58;0.74 -3770;3;2869.50;12.90;1426.50;1.24;0.20 -3771;3;2835.50;10.00;1420.00;1.57;0.18 -3772;3;2931.50;11.50;1405.50;4.51;0.22 -3773;3;2957.50;13.10;1411.00;1.19;0.26 -3774;3;3521.50;9.60;1443.00;1.57;0.26 -3775;3;1563.50;9.90;1616.50;4.39;0.24 -3776;3;2970.00;9.80;1419.50;-0.92;0.22 -3777;3;3480.00;9.75;1443.00;-0.98;0.24 -3778;3;1629.00;10.40;1644.50;1.69;0.22 -3779;3;3456.50;9.70;1439.00;-0.64;0.24 -3780;3;2955.50;10.10;1424.00;1.29;0.20 -3781;3;1014.00;16.10;1661.00;1.57;0.44 -3782;3;2927.00;11.05;1425.50;-1.32;0.14 -3783;3;4707.50;11.10;1315.50;0.78;0.28 -3784;3;935.50;10.55;1463.00;1.57;0.28 -3785;3;2661.50;9.50;1646.50;-0.32;0.60 -3786;3;3272.00;12.50;1324.50;1.40;0.20 -3787;3;4873.00;10.35;1410.50;-1.44;0.22 -3788;3;3302.00;13.15;1277.00;0.78;0.24 -3789;3;1959.50;9.50;1047.00;4.18;0.90 -3790;3;2674.50;9.80;1273.50;2.11;0.20 -3791;3;4824.50;10.65;1405.00;4.71;0.28 -3792;3;701.00;9.50;1441.50;1.54;0.74 -3793;3;566.00;9.50;1858.50;1.21;1.16 -3794;3;2741.50;12.80;1332.00;1.57;0.20 -3795;3;3477.00;9.80;1211.50;-1.27;0.44 -3796;3;3186.00;10.30;1387.50;4.54;0.22 -3797;3;4475.50;9.50;742.50;-1.15;1.12 -3798;3;2675.50;10.40;1321.50;0.32;0.22 -3799;3;2787.00;12.40;1316.50;4.24;0.28 -3800;3;1174.00;11.30;1892.50;3.73;0.80 -3801;3;5341.50;9.50;129.50;1.20;1.28 -3802;3;1551.50;10.35;1545.00;4.71;0.20 -3803;3;4810.50;14.10;1347.00;0.24;0.26 -3804;3;5185.50;9.50;986.50;4.33;1.16 -3805;3;4917.50;9.50;754.50;1.38;1.02 -3806;3;1658.00;10.55;1587.00;0.46;0.20 -3807;3;3352.00;12.62;1302.00;1.32;0.24 -3808;3;5128.00;9.50;1571.50;-0.79;1.44 -3809;3;4406.50;9.50;748.50;-0.56;0.78 -3810;3;2723.50;12.20;1295.00;4.71;0.16 -3811;3;4908.00;13.12;1406.00;1.57;0.32 -3812;3;3988.50;9.50;337.00;4.49;0.96 -3813;3;3675.00;9.50;675.00;-1.20;1.04 -3814;3;4670.50;11.00;1341.50;2.11;0.28 -3815;3;4859.00;12.45;1418.50;1.32;0.24 -3816;3;2795.00;10.85;1350.50;1.40;0.24 -3817;3;3618.50;9.50;237.00;1.57;1.04 -3818;3;2931.50;9.50;694.00;4.59;0.78 -3819;3;3196.50;11.90;1375.50;-0.78;0.22 -3820;3;2739.50;13.00;1340.00;1.19;0.24 -3821;3;2604.00;9.50;221.50;-1.34;0.94 -3822;3;2008.50;9.50;19.00;3.07;0.58 -3823;3;1592.00;9.85;1501.00;1.03;0.30 -3824;3;1615.50;9.80;1540.50;-1.37;0.20 -3825;3;2239.00;9.50;1061.00;-0.83;1.20 -3826;3;1978.00;9.50;1769.00;1.20;0.96 -3827;3;771.50;9.50;264.00;4.45;1.10 -3828;3;4676.50;12.00;1371.50;-1.42;0.28 -3829;3;1540.00;12.40;1536.00;0.78;0.30 -3830;3;4654.00;10.17;1328.00;4.71;0.24 -3831;3;743.50;9.50;261.50;1.89;1.24 -3832;3;29.50;9.50;825.50;0.97;0.98 -3833;3;3149.00;13.85;1348.50;-1.10;0.26 -3834;3;1062.50;11.80;1394.50;-0.88;0.60 -3835;3;2783.50;12.70;1308.50;1.76;0.16 -3836;3;3.00;9.50;1831.50;-0.49;0.30 -3837;3;949.50;9.50;1184.00;4.71;1.32 -3838;3;2946.50;9.80;1358.50;3.33;0.26 -3839;3;4742.00;11.15;1336.50;1.32;0.22 -3840;3;912.00;9.65;1469.50;-0.92;0.28 -3841;3;1149.00;9.50;861.00;-0.88;1.42 -3842;3;568.50;9.50;1929.00;4.65;1.20 -3843;3;4866.50;10.60;1411.00;1.19;0.22 -3844;3;3155.50;11.20;1327.00;1.57;0.18 -3845;3;2720.00;13.90;1328.50;-0.92;0.20 -3846;3;2687.00;10.10;1294.00;0.78;0.20 -3847;3;1601.50;11.60;1542.00;1.19;0.24 -3848;3;5004.50;11.80;1320.50;1.37;0.24 -3849;3;4752.50;12.90;1359.00;1.57;0.22 -3850;3;1579.00;11.90;1550.50;1.40;0.22 -3851;3;3270.00;10.55;1332.00;1.32;0.14 -3852;3;4811.50;9.65;1331.00;1.95;0.22 -3853;3;1522.50;10.90;1554.50;1.76;0.26 -3854;3;3277.00;12.75;638.50;-1.30;0.54 -3855;3;1241.50;11.80;1564.00;-1.15;0.44 -3856;3;3267.50;13.00;1302.50;-1.03;0.24 -3857;3;3025.50;12.40;1282.50;1.76;0.20 -3858;3;2754.50;11.80;1329.00;4.71;0.24 -3859;3;2760.50;13.45;1348.00;-0.98;0.20 -3860;3;4813.50;14.00;1357.50;-1.46;0.20 -3861;3;2667.00;9.70;1314.00;0.78;0.24 -3862;3;3347.00;12.32;1314.00;1.32;0.28 -3863;3;1637.00;9.85;1553.00;0.46;0.16 -3864;3;3156.50;10.40;1308.50;3.92;0.22 -3865;3;3137.00;12.05;1352.00;4.71;0.20 -3866;3;2673.50;9.70;1280.50;1.24;0.20 -3867;3;1162.50;13.20;1405.50;-1.46;0.46 -3868;3;3074.00;9.50;1379.50;1.48;0.28 -3869;3;1152.00;18.17;1549.00;1.03;0.44 -3870;3;3342.50;12.55;1294.00;-1.29;0.20 -3871;3;2737.00;12.30;1288.50;0.92;0.20 -3872;3;1496.50;10.70;1564.00;2.24;0.28 -3873;3;2810.50;10.70;1333.50;1.24;0.24 -3874;3;2723.00;12.70;1339.50;0.92;0.20 -3875;3;1252.00;10.60;1429.50;1.47;0.46 -3876;3;3287.00;13.85;1287.50;-1.44;0.24 -3877;3;4701.00;10.10;1387.50;-0.92;0.32 -3878;3;1654.00;9.55;1559.00;3.92;0.24 -3879;3;3227.50;9.90;1342.50;3.92;0.24 -3880;3;1581.00;11.40;1567.00;1.57;0.20 -3881;3;4663.50;11.90;1351.50;4.51;0.22 -3882;3;3140.00;13.40;1360.00;4.71;0.20 -3883;3;1149.00;13.60;1428.50;1.44;0.46 -3884;3;3111.50;9.70;1338.00;4.33;0.24 -3885;3;2994.50;11.70;1380.00;4.71;0.20 -3886;3;2689.50;10.45;1303.00;4.71;0.20 -3887;3;2774.50;14.10;1356.50;1.37;0.24 -3888;3;4770.00;11.65;1363.50;1.21;0.26 -3889;3;3378.50;12.55;1270.00;4.71;0.26 -3890;3;3390.00;12.97;1294.00;4.71;0.18 -3891;3;2784.00;12.55;1317.50;1.32;0.24 -3892;3;2694.50;12.50;1355.50;-1.37;0.20 -3893;3;3221.50;9.90;1347.00;4.71;0.28 -3894;3;1645.50;10.70;1566.50;-1.37;0.20 -3895;3;4739.00;12.85;1342.50;0.00;0.20 -3896;3;3113.50;13.90;1367.00;4.43;0.24 -3897;3;1624.00;12.12;1571.00;-0.98;0.26 -3898;3;2828.00;13.30;1368.50;-0.92;0.20 -3899;3;2818.50;14.50;1372.50;-1.37;0.16 -3900;3;4665.00;9.95;1323.50;4.06;0.34 -3901;3;3061.00;12.00;1309.00;1.57;0.20 -3902;3;2769.50;13.00;1365.50;1.37;0.16 -3903;3;3379.00;13.80;1322.00;2.15;0.30 -3904;3;4804.00;13.15;1335.50;0.92;0.22 -3905;3;3304.00;13.45;1333.00;1.24;0.22 -3906;3;1697.00;9.70;1579.50;1.10;0.22 -3907;3;3296.00;12.20;1311.50;-0.92;0.26 -3908;3;3171.00;14.00;1366.50;-1.40;0.20 -3909;3;2795.50;13.80;1338.50;-1.37;0.16 -3910;3;3020.00;14.85;1367.50;1.40;0.18 -3911;3;1607.50;10.55;1718.00;-0.74;0.84 -3912;3;4774.50;12.95;1323.00;4.12;0.22 -3913;3;4759.50;10.35;1377.00;-0.64;0.26 -3914;3;3132.50;13.15;1319.00;1.19;0.24 -3915;3;2824.00;11.90;1379.50;1.32;0.20 -3916;3;3485.00;10.15;1248.50;-1.40;0.40 -3917;3;1626.00;9.50;1503.50;2.62;0.20 -3918;3;2719.50;12.00;1362.00;1.19;0.20 -3919;3;3314.00;14.35;1341.00;1.57;0.28 -3920;3;2726.00;12.47;1368.00;2.03;0.16 -3921;3;3377.00;14.05;1290.00;-1.10;0.30 -3922;3;3117.50;12.90;1383.50;0.78;0.28 -3923;3;3027.50;12.10;1352.50;-1.37;0.18 -3924;3;3061.00;9.62;1391.00;4.71;0.16 -3925;3;1584.00;9.80;1481.00;-0.78;0.22 -3926;3;2684.50;10.25;1311.00;4.71;0.20 -3927;3;3249.00;11.55;1291.00;-1.10;0.28 -3928;3;2911.00;9.65;1388.50;1.73;0.20 -3929;3;4814.50;13.20;1365.50;-1.03;0.30 -3930;3;2720.50;10.90;1301.50;1.76;0.24 -3931;3;2785.50;11.80;1376.50;4.39;0.24 -3932;3;4777.50;10.40;1379.50;1.76;0.24 -3933;3;2781.00;12.00;1376.50;1.73;0.16 -3934;3;4702.00;10.30;1353.50;0.92;0.26 -3935;3;3371.50;12.75;1328.00;4.71;0.26 -3936;3;3173.00;10.62;1338.00;1.10;0.20 -3937;3;3179.00;13.15;1364.00;4.24;0.26 -3938;3;2744.00;11.30;1323.00;0.46;0.20 -3939;3;3120.50;12.50;1385.50;-1.24;0.24 -3940;3;2698.50;12.00;1283.50;1.24;0.24 -3941;3;1551.50;12.00;1518.50;4.57;0.32 -3942;3;3406.50;10.90;1242.00;4.71;0.32 -3943;3;3053.50;9.70;1392.00;1.35;0.26 -3944;3;4845.50;9.80;1379.00;2.15;0.20 -3945;3;2775.50;13.30;1324.00;-0.98;0.24 -3946;3;2847.50;11.70;1379.50;-1.37;0.22 -3947;3;4814.50;12.10;1385.50;1.42;0.24 -3948;3;2832.50;10.00;1396.50;-0.32;0.22 -3949;3;4770.50;12.80;1346.50;4.51;0.22 -3950;3;3391.00;17.65;1315.50;4.54;0.28 -3951;3;3282.00;13.50;1315.50;0.67;0.28 -3952;3;3185.00;13.20;1378.50;-1.32;0.18 -3953;3;2754.00;11.72;1306.00;4.71;0.18 -3954;3;2798.50;11.80;1344.00;4.71;0.20 -3955;3;4626.50;11.00;1337.50;-1.24;0.22 -3956;3;3113.00;13.95;1395.50;4.46;0.18 -3957;3;1608.00;9.70;1524.50;1.44;0.24 -3958;3;3046.00;11.75;1337.50;4.54;0.22 -3959;3;2914.00;11.90;1397.50;1.10;0.20 -3960;3;1288.00;10.10;1409.00;4.71;0.38 -3961;3;2901.50;11.00;1397.50;-1.37;0.20 -3962;3;4994.50;9.50;1362.00;3.70;0.36 -3963;3;4937.50;9.70;1498.50;-1.42;0.42 -3964;3;3361.00;12.85;1308.50;1.10;0.30 -3965;3;3403.00;14.35;1329.00;-1.24;0.20 -3966;3;3038.50;11.00;1355.50;1.24;0.18 -3967;3;3344.00;14.10;1353.00;4.24;0.24 -3968;3;3053.00;11.10;1326.50;4.54;0.14 -3969;3;2691.00;10.77;1320.00;-0.78;0.20 -3970;3;4735.00;11.00;1329.50;4.06;0.24 -3971;3;3176.50;13.10;1375.50;-1.37;0.24 -3972;3;1238.50;11.30;1451.00;1.13;0.52 -3973;3;3159.50;10.85;1315.00;4.71;0.36 -3974;3;3061.50;12.70;1396.50;1.37;0.20 -3975;3;1544.00;12.30;1521.00;1.10;0.32 -3976;3;2970.00;13.45;1405.50;1.10;0.26 -3977;3;4857.50;10.60;1394.50;4.57;0.28 -3978;3;4654.00;11.50;1390.50;-1.21;0.34 -3979;3;3415.50;14.10;1329.50;-1.42;0.24 -3980;3;3140.50;12.70;1323.50;0.78;0.24 -3981;3;4803.00;9.65;1327.00;1.89;0.22 -3982;3;3333.00;12.75;1354.50;4.54;0.24 -3983;3;3276.50;13.40;1302.50;4.51;0.26 -3984;3;3128.50;11.40;1396.00;1.57;0.18 -3985;3;3061.00;14.20;1403.50;4.54;0.22 -3986;3;2730.50;12.30;1314.50;0.78;0.24 -3987;3;2936.50;9.70;1202.00;1.57;0.38 -3988;3;3165.00;9.50;1287.50;-1.10;0.24 -3989;3;4033.50;18.70;1159.50;4.48;0.40 -3990;3;2715.50;9.50;1576.50;0.36;0.70 -3991;3;2789.50;14.00;1216.50;1.71;0.32 -3992;3;4615.50;9.95;1116.00;4.71;0.24 -3993;3;1941.50;9.50;1058.00;1.00;0.92 -3994;3;1533.00;9.80;1425.00;1.32;0.42 -3996;3;3288.00;9.80;1145.00;1.24;0.24 -3997;3;854.50;9.50;1352.00;0.61;1.46 -3998;3;760.00;9.50;1614.50;1.34;1.20 -3999;3;4268.50;14.30;1020.00;1.57;0.26 -4000;3;4977.50;11.20;1259.50;-1.24;0.20 -4001;3;4668.50;9.70;1185.50;-1.37;0.18 -4002;3;4388.50;9.50;822.00;0.95;1.24 -4003;3;3876.00;9.70;1045.00;0.00;0.50 -4004;3;4795.50;10.70;1292.50;4.39;0.18 -4005;3;4662.50;9.60;1202.50;2.35;0.22 -4006;3;5006.50;10.95;1992.00;-1.14;2.54 -4007;3;5298.50;9.50;96.50;-0.91;1.02 -4008;3;3311.00;9.70;1257.50;-1.40;0.28 -4009;3;4563.50;9.80;1177.50;1.71;0.32 -4010;3;4616.50;10.30;1230.00;1.57;0.26 -4011;3;5245.50;9.50;1021.00;1.57;1.22 -4012;3;4860.50;9.50;830.00;-0.90;0.86 -4013;3;4692.00;9.70;1115.50;2.21;0.28 -4014;3;3036.50;10.40;1268.00;4.71;0.20 -4015;3;5149.50;9.50;1516.00;0.54;1.20 -4016;3;4387.00;9.50;772.50;0.61;0.90 -4017;3;3358.50;10.20;1149.50;-1.42;0.28 -4018;3;2840.00;14.85;1219.50;1.93;0.46 -4019;3;4282.50;11.40;977.50;1.42;0.28 -4020;3;3941.50;9.50;411.00;1.36;0.94 -4021;3;3664.50;9.50;627.00;-1.12;1.06 -4022;3;2677.00;12.30;1137.50;4.35;0.54 -4023;3;4512.50;9.70;1001.00;4.33;0.24 -4024;3;2724.50;12.10;1361.00;4.71;0.20 -4025;3;3519.00;9.50;212.00;4.61;1.02 -4026;3;2852.00;9.50;730.50;1.52;0.94 -4027;3;4857.50;9.60;1201.00;1.57;0.22 -4028;3;4518.50;9.80;1027.50;1.46;0.26 -4029;3;1389.00;11.00;1641.50;1.44;0.36 -4030;3;2657.50;9.50;252.50;1.62;0.92 -4031;3;4677.50;10.80;1220.50;2.35;0.26 -4032;3;4609.50;9.70;1282.00;1.19;0.24 -4033;3;3229.50;11.30;796.00;-1.49;0.90 -4034;3;2775.00;9.50;1848.00;-1.20;1.08 -4035;3;1979.00;9.50;1712.00;-1.35;0.96 -4036;3;1503.00;9.50;752.00;4.71;0.80 -4037;3;4638.00;11.65;1249.00;1.57;0.26 -4038;3;4631.00;11.07;1115.00;1.24;0.28 -4039;3;640.50;9.50;157.00;0.49;1.06 -4040;3;76.00;9.50;816.50;1.52;1.18 -4041;3;4497.50;12.70;1147.50;-1.20;0.30 -4042;3;4692.00;10.02;1156.00;1.89;0.22 -4043;3;39.00;9.50;1839.00;1.78;0.80 -4044;3;854.50;9.50;1141.00;-1.15;1.42 -4045;3;4044.00;10.50;1067.50;4.01;0.40 -4046;3;2884.00;12.55;1256.50;4.54;0.30 -4047;3;3062.50;10.00;1152.50;-0.95;0.28 -4048;3;1124.50;9.50;922.00;4.49;1.26 -4049;3;616.00;9.50;1951.00;1.73;0.70 -4050;3;4596.00;9.85;1022.00;-1.10;0.28 -4051;3;3010.00;10.87;1170.00;1.57;0.28 -4052;3;4768.50;9.80;1306.50;1.97;0.24 -4053;3;4619.00;11.35;1058.50;-0.92;0.22 -4054;3;4934.00;10.02;1222.00;3.92;0.20 -4055;3;3285.00;9.80;1137.00;-1.24;0.20 -4056;3;4820.50;11.20;1242.50;4.39;0.22 -4057;3;3105.00;9.80;1136.00;0.78;0.28 -4058;3;4589.50;11.20;1261.00;1.29;0.28 -4059;3;4281.50;11.30;967.50;-1.42;0.28 -4060;3;3186.50;9.90;1161.50;4.51;0.26 -4061;3;2939.50;14.00;1238.00;-1.29;0.36 -4062;3;4171.50;9.70;1008.00;4.12;0.32 -4063;3;3138.00;13.95;1179.50;-1.44;0.26 -4064;3;3916.00;9.70;1039.50;-1.27;0.40 -4065;3;2772.00;14.47;1274.00;4.71;0.24 -4066;3;4589.00;11.30;1214.00;4.71;0.30 -4067;3;4989.50;12.40;1294.50;-1.16;0.30 -4068;3;3335.00;11.02;1059.00;4.71;0.42 -4069;3;4955.50;10.90;1235.00;1.19;0.22 -4070;3;4656.50;10.75;1101.00;-0.98;0.20 -4071;3;4657.00;11.85;1257.00;1.57;0.26 -4072;3;3959.50;12.25;976.00;-1.05;0.32 -4073;3;3309.50;10.10;1140.50;0.54;0.20 -4074;3;4538.00;13.55;1298.00;4.24;0.36 -4075;3;4457.00;9.70;983.00;1.24;0.26 -4076;3;3276.00;9.70;1162.50;3.14;0.28 -4077;3;4482.50;10.20;1029.00;1.57;0.32 -4078;3;3149.50;11.50;1278.00;-1.19;0.22 -4079;3;4623.00;9.70;1191.00;1.10;0.28 -4080;3;2707.50;9.70;1272.50;1.89;0.24 -4081;3;4611.00;10.62;1055.00;0.78;0.26 -4082;3;4672.50;9.70;1212.50;1.16;0.26 -4083;3;4610.50;10.40;1103.50;4.51;0.24 -4084;3;2715.00;12.77;1196.00;1.81;0.30 -4085;3;4472.50;11.80;1049.50;1.16;0.30 -4086;3;4812.50;11.45;1242.00;-1.19;0.22 -4087;3;4288.50;10.15;1069.00;-0.84;0.46 -4088;3;3348.50;10.40;1164.00;1.19;0.20 -4089;3;4654.50;9.70;1277.50;3.92;0.22 -4090;3;3900.00;9.65;999.00;3.92;0.36 -4091;3;4688.50;9.80;1183.50;-1.42;0.24 -4092;3;4551.50;11.00;1025.00;-0.89;0.24 -4093;3;4590.50;11.30;1287.50;1.37;0.26 -4094;3;4891.50;10.50;1211.00;-1.19;0.20 -4095;3;2754.50;13.10;1279.50;-1.37;0.24 -4096;3;4697.50;12.10;1033.50;-1.24;0.20 -4097;3;2750.50;11.90;1219.00;1.35;0.26 -4098;3;2794.50;10.40;1290.50;1.89;0.20 -4099;3;4677.00;10.70;1097.00;4.71;0.24 -4100;3;4993.50;9.70;1248.50;-1.03;0.20 -4101;3;4711.50;9.70;940.50;1.89;0.20 -4102;3;4839.93;10.10;1173.37;3.14;0.14 -4103;3;4815.00;11.60;1262.50;0.92;0.20 -4104;3;4152.00;10.20;998.00;-1.37;0.30 -4105;3;4667.50;11.30;1160.00;1.19;0.22 -4106;3;3987.00;10.90;1031.00;-0.64;0.36 -4107;3;4764.00;9.70;1288.00;1.89;0.24 -4108;3;2688.50;16.60;1155.50;1.07;0.52 -4109;3;3175.50;10.70;1289.50;3.33;0.24 -4110;3;3878.50;9.70;1066.00;4.71;0.36 -4111;3;3376.00;12.32;1205.00;1.24;0.28 -4112;3;3223.00;9.50;1293.00;4.24;0.24 -4113;3;4646.00;10.65;1094.50;2.55;0.26 -4114;3;4589.50;9.70;1234.50;-1.16;0.26 -4115;3;3355.50;9.90;1135.00;-1.05;0.32 -4116;3;2786.00;12.50;1231.00;1.10;0.26 -4117;3;3040.00;10.37;1145.00;1.37;0.42 -4118;3;4996.00;11.60;1269.50;-1.10;0.24 -4119;3;4463.00;9.60;982.00;4.71;0.24 -4120;3;3121.00;9.52;1165.00;4.71;0.22 -4121;3;4475.50;10.10;1006.50;-1.37;0.32 -4122;3;4982.00;13.80;1270.00;-1.24;0.24 -4123;3;4668.00;9.70;1206.00;1.10;0.22 -4124;3;3335.00;10.35;1261.00;2.35;0.26 -4125;3;4550.00;12.80;1068.50;1.10;0.34 -4126;3;4790.50;11.40;1240.50;1.37;0.26 -4127;3;3303.00;11.12;1266.00;4.39;0.28 -4128;3;3117.00;11.17;548.00;-1.10;0.76 -4129;3;2961.50;10.30;1234.00;4.71;0.24 -4130;3;4568.50;9.70;1141.50;1.37;0.36 -4131;3;2862.00;13.27;1249.00;-1.24;0.28 -4132;3;3921.00;9.85;995.00;2.82;0.36 -4133;3;3143.00;9.70;1148.50;2.03;0.32 -4134;3;4499.00;10.30;1040.50;1.47;0.28 -4135;3;2717.00;11.02;1255.00;3.92;0.20 -4136;3;3185.50;10.90;1173.00;1.57;0.18 -4137;3;4638.00;9.65;1301.50;1.73;0.18 -4138;3;3277.00;10.20;989.50;1.47;0.74 -4139;3;2678.00;11.32;1176.00;-1.10;0.40 -4140;3;4616.00;10.00;1319.50;1.40;0.26 -4141;3;4477.00;15.15;1125.50;-1.40;0.38 -4142;3;4935.50;9.85;1229.00;0.98;0.20 -4143;3;3295.50;10.20;1128.50;4.51;0.26 -4144;3;4589.00;10.55;1246.50;4.46;0.32 -4145;3;3271.00;9.80;1153.50;1.40;0.26 -4146;3;2854.50;13.40;1247.50;1.68;0.26 -4147;3;4269.00;11.17;985.00;0.92;0.32 -4148;3;4663.00;9.70;1186.00;1.24;0.24 -4149;3;3950.50;10.25;1064.00;-1.39;0.32 -4150;3;2792.50;13.75;1230.00;4.71;0.32 -4151;3;3142.00;10.30;1189.50;-1.32;0.18 -4152;3;4539.50;11.30;1030.00;1.27;0.28 -4153;3;4993.00;12.37;1282.00;1.10;0.28 -4154;3;2761.50;14.70;1194.00;1.15;0.44 -4155;3;1793.52;9.70;1154.37;4.64;0.28 -4156;3;4588.50;10.20;1088.50;1.37;0.28 -4157;3;4668.00;11.50;1248.50;4.54;0.24 -4158;3;4609.50;10.20;1174.00;0.16;0.26 -4159;3;3039.50;11.50;1280.50;-0.54;0.22 -4161;3;3336.00;9.97;1156.00;4.71;0.20 -4162;3;4211.00;10.00;1029.50;1.21;0.30 -4163;3;2943.50;10.60;1262.00;1.95;0.26 -4164;3;4845.00;11.30;1196.50;2.03;0.16 -4165;3;4613.00;12.80;1034.50;-1.32;0.20 -4166;3;1427.00;10.10;1626.00;-1.10;0.48 -4167;3;4492.00;13.90;1186.50;1.44;0.40 -4168;3;1594.00;9.70;1459.00;-1.32;0.30 -4169;3;4670.50;9.60;1082.50;1.24;0.28 -4170;3;3207.50;9.50;1234.00;3.60;0.16 -4171;3;3288.00;13.62;605.00;-0.89;0.48 -4172;3;4936.00;10.10;1239.50;-1.32;0.20 -4173;3;4661.50;10.70;1151.00;4.71;0.22 -4174;3;4552.50;13.35;1278.00;4.71;0.32 -4175;3;4348.50;12.20;983.00;4.43;0.34 -4176;3;3037.50;10.65;1160.00;3.78;0.26 -4177;3;4490.50;10.00;1010.50;1.76;0.28 -4178;3;3159.00;11.05;1267.00;4.24;0.28 -4179;3;4885.50;10.70;1209.50;1.71;0.20 -4180;3;381.50;12.60;1029.50;3.92;0.26 -4181;3;4649.50;11.40;1237.00;1.57;0.20 -4182;3;2730.00;10.92;1274.00;1.57;0.20 -4183;3;4596.50;10.70;1075.00;1.35;0.26 -4184;3;4993.50;9.70;1237.00;2.49;0.20 -4185;3;4635.50;9.70;1124.50;1.76;0.28 -4186;3;4689.00;10.40;1265.50;4.46;0.28 -4187;3;3951.50;10.50;981.50;1.03;0.38 -4188;3;4993.50;9.60;1242.50;-1.37;0.16 -4189;3;4571.00;9.80;1012.50;4.46;0.24 -4190;3;4599.50;11.30;1284.00;1.57;0.26 -4191;3;3176.00;11.10;1001.50;1.10;1.68 -4192;3;4428.50;15.90;1072.50;-1.06;0.34 -4193;3;3144.00;10.00;1282.50;1.40;0.22 -4194;3;3020.50;13.05;1180.00;0.46;0.20 -4195;3;2769.50;14.65;1289.00;4.71;0.20 -4196;3;4665.00;9.85;1073.50;4.54;0.28 -4197;3;4888.00;10.15;1228.50;4.46;0.18 -4199;3;2734.50;12.60;1229.50;4.51;0.22 -4200;3;3122.00;9.65;1140.00;4.71;0.42 -4202;3;4287.50;10.55;988.00;4.71;0.32 -4203;3;4619.50;11.30;1162.50;0.95;0.32 -4204;3;4174.00;9.75;1022.00;1.10;0.34 -4205;3;4708.00;10.70;1275.00;4.46;0.26 -4206;3;3348.00;9.70;1174.50;4.24;0.20 -4207;3;4608.50;12.45;1034.00;1.57;0.24 -4208;3;4586.00;11.10;1305.50;4.58;0.22 -4209;3;3847.50;9.85;1651.00;-0.71;0.46 -4210;3;4347.00;12.87;1019.00;-0.54;0.40 -4212;3;2697.50;9.50;1542.00;0.70;1.12 -4213;3;2564.00;9.50;1225.50;1.37;1.00 -4214;3;4710.50;10.50;930.50;1.89;0.14 -4215;3;3729.00;9.80;1557.50;1.73;0.36 -4216;3;4555.50;11.05;674.00;1.57;0.30 -4217;3;1959.50;9.50;1083.50;-0.85;0.88 -4218;3;1229.00;10.30;1772.50;-1.50;0.52 -4219;3;4076.50;9.80;749.00;1.57;0.26 -4220;3;434.50;9.50;1334.00;-0.81;1.22 -4221;3;700.00;9.50;1582.50;4.68;0.94 -4222;3;4605.00;12.37;1413.00;1.29;0.40 -4223;3;4449.50;9.60;812.00;1.19;0.26 -4224;3;3991.00;10.82;1375.00;4.71;0.24 -4225;3;4466.50;9.50;584.00;-0.95;0.90 -4226;3;5237.50;10.95;539.00;2.67;0.10 -4227;3;3777.00;9.90;1468.00;1.29;0.36 -4228;3;4739.00;9.50;855.50;3.14;0.22 -4229;3;5028.50;13.20;1880.00;-1.36;2.16 -4230;3;5267.50;9.50;70.50;1.05;1.02 -4232;3;3924.00;9.95;1526.00;4.71;0.36 -4233;3;4706.00;10.50;911.00;2.35;0.20 -4234;3;5178.50;9.50;1034.50;4.51;0.86 -4235;3;4933.00;9.50;795.00;1.14;1.14 -4236;3;4623.00;11.80;670.50;-0.51;0.36 -4237;3;4081.50;9.80;928.00;-1.29;0.36 -4238;3;3877.50;10.30;1557.50;1.06;0.38 -4239;3;5086.50;9.50;1465.00;4.60;1.30 -4240;3;4403.00;9.50;793.50;-1.10;1.28 -4241;3;4767.00;9.50;761.50;2.03;0.22 -4242;3;3800.00;10.05;1639.50;1.63;0.40 -4243;3;3958.00;9.50;358.00;1.13;1.14 -4244;3;3724.00;9.50;588.50;-0.47;0.90 -4245;3;4184.00;9.90;1013.50;0.67;0.22 -4246;3;4864.00;11.55;1517.00;-1.10;0.54 -4248;3;3594.00;9.50;212.50;1.13;0.88 -4249;3;2872.00;9.50;684.50;1.30;0.92 -4250;3;3930.00;10.62;1492.00;4.33;0.54 -4251;3;4420.00;10.12;865.00;1.10;0.32 -4253;3;2650.00;9.50;296.00;1.65;0.96 -4254;3;3697.00;9.92;1494.00;2.15;0.40 -4255;3;4504.50;10.60;886.00;1.57;0.18 -4256;3;4495.50;11.20;1197.00;-1.05;0.32 -4257;3;2393.00;9.50;1009.00;-0.78;1.30 -4258;3;2062.50;9.50;1635.00;4.20;1.60 -4259;3;1523.00;9.50;703.50;1.52;1.04 -4260;3;4453.50;10.30;929.00;3.78;0.26 -4261;3;3713.00;9.80;1542.50;1.27;0.38 -4262;3;4699.50;12.30;664.00;1.19;0.24 -4263;3;581.00;9.50;178.50;4.57;1.00 -4264;3;105.00;9.50;815.50;4.68;0.92 -4265;3;3701.00;12.47;1605.00;4.71;0.38 -4266;3;4750.50;10.50;746.50;3.92;0.24 -4267;3;897.50;9.50;1091.50;1.20;1.38 -4269;3;4758.50;9.50;809.50;0.62;0.18 -4270;3;1644.50;10.00;1642.50;1.46;0.30 -4271;3;1061.00;9.50;926.00;-0.99;1.04 -4273;3;4603.00;11.20;518.50;3.14;0.38 -4274;3;899.00;12.10;1614.50;-1.27;0.36 -4275;3;4342.61;9.50;834.22;-1.32;0.40 -4276;3;4448.00;10.30;586.00;1.89;0.26 -4277;3;3864.00;10.30;1501.50;1.48;0.52 -4278;3;3981.00;11.00;886.50;-1.10;0.38 -4279;3;4515.00;10.15;651.00;1.57;0.34 -4280;3;4066.00;9.80;927.00;1.32;0.32 -4281;3;3886.00;10.10;1543.00;4.46;0.48 -4282;3;4631.00;10.10;750.50;1.32;0.30 -4283;3;3650.50;10.15;1589.00;-1.35;0.30 -4284;3;4444.50;9.90;800.50;-1.37;0.20 -4285;3;1785.00;9.90;1654.50;2.12;0.44 -4286;3;5592.00;9.52;367.00;2.46;0.32 -4287;3;1743.00;10.72;1670.00;0.92;0.34 -4288;3;4687.00;9.75;863.50;4.10;0.32 -4289;3;5098.50;10.20;509.50;1.24;0.22 -4290;3;4958.50;9.90;1536.50;0.26;0.60 -4291;3;3970.00;15.30;899.00;0.98;0.32 -4292;3;5273.50;10.40;498.00;-1.19;0.20 -4293;3;4326.00;10.20;934.50;1.32;0.24 -4294;3;3693.50;10.00;1528.50;1.46;0.48 -4295;3;4471.50;13.80;1194.50;1.20;0.38 -4296;3;882.00;12.02;1689.00;0.46;0.38 -4297;3;4384.00;10.90;742.50;-1.32;0.22 -4298;3;3654.50;9.90;1784.00;0.88;0.80 -4299;3;4069.50;9.95;1094.00;-1.29;0.36 -4300;3;3770.50;11.05;1443.00;4.71;0.38 -4301;3;4701.00;9.62;511.00;1.57;0.18 -4302;3;4428.50;9.80;862.00;-1.29;0.32 -4303;3;3754.50;9.80;1457.50;1.24;0.44 -4304;3;5149.00;9.70;560.00;1.24;0.24 -4305;3;1755.50;11.65;1707.00;-1.41;0.54 -4307;3;4690.50;9.70;661.50;1.71;0.20 -4308;3;4667.50;9.65;616.00;4.12;0.20 -4309;3;3854.00;10.40;1552.00;0.64;0.42 -4310;3;4387.50;11.20;732.50;4.51;0.26 -4311;3;3719.00;15.47;1587.00;1.03;0.42 -4312;3;4363.00;9.80;790.00;2.35;0.24 -4313;3;4402.00;18.40;1223.00;4.71;0.38 -4314;3;3687.50;10.40;1772.00;1.43;0.48 -4315;3;4003.00;12.55;835.00;-1.37;0.26 -4316;3;3977.50;17.25;1348.00;1.72;0.38 -4317;3;5109.00;14.25;515.00;1.24;0.24 -4318;3;4327.50;12.25;1095.00;-0.86;0.46 -4319;3;4359.00;10.00;881.50;1.10;0.26 -4320;3;4441.00;10.40;567.00;1.57;0.28 -4321;3;4056.00;9.70;907.50;4.54;0.32 -4322;3;3662.50;9.90;1539.00;-0.86;0.34 -4323;3;4621.50;10.30;653.00;4.33;0.38 -4324;3;3641.50;9.90;1587.00;1.05;0.30 -4325;3;4471.00;13.40;1095.00;-0.92;0.30 -4326;3;3661.50;10.50;1719.50;-0.95;0.32 -4327;3;4019.50;10.10;790.50;3.68;0.26 -4328;3;887.00;11.40;1624.50;-0.87;0.38 -4329;3;5101.50;9.60;501.50;4.17;0.20 -4330;3;4458.00;10.05;836.50;-0.92;0.26 -4331;3;916.50;14.30;1571.50;-1.30;0.30 -4332;3;5140.00;9.65;554.50;4.06;0.18 -4333;3;3951.50;9.80;1518.00;1.84;0.36 -4334;3;4508.50;9.80;868.00;1.57;0.18 -4335;3;4538.50;10.60;636.00;-0.69;0.44 -4336;3;4327.00;9.60;923.50;2.21;0.22 -4337;3;3825.50;10.00;1532.00;4.49;0.40 -4338;3;4628.00;10.80;720.50;1.32;0.26 -4339;3;4427.00;12.70;964.50;1.10;0.26 -4340;3;3796.00;10.10;1595.00;1.03;0.38 -4341;3;4445.00;9.80;792.00;3.14;0.20 -4342;3;1768.50;9.75;1649.00;1.75;0.36 -4343;3;942.00;11.62;1760.00;-1.19;0.74 -4344;3;3991.50;13.60;847.00;4.33;0.28 -4345;3;1644.50;9.80;1655.50;4.62;0.42 -4346;3;5118.00;10.55;493.00;4.24;0.22 -4347;3;912.00;14.40;1590.50;-0.92;0.54 -4348;3;4353.00;10.35;875.50;0.87;0.28 -4349;3;4682.00;10.55;567.00;2.67;0.24 -4350;3;4687.00;9.90;923.50;4.46;0.18 -4351;3;3654.50;9.70;1513.50;0.95;0.36 -4353;3;3982.00;11.55;947.00;1.81;0.30 -4354;3;3671.50;9.90;1581.00;1.57;0.36 -4355;3;4413.50;11.00;719.50;4.51;0.20 -4356;3;3646.50;9.80;1677.00;1.57;0.26 -4358;3;4748.50;9.95;491.00;1.19;0.20 -4359;3;4418.00;10.97;836.00;2.03;0.24 -4361;3;4445.00;9.90;565.50;4.06;0.24 -4362;3;1751.00;10.60;1687.50;1.47;0.42 -4363;3;4490.00;10.97;872.00;1.89;0.22 -4364;3;4431.50;10.20;615.50;-1.24;0.18 -4365;3;4049.50;9.80;907.50;1.71;0.32 -4366;3;4016.50;9.80;1640.50;1.50;0.64 -4367;3;4420.00;9.95;687.50;1.81;0.24 -4368;3;4687.50;9.85;932.00;-0.89;0.22 -4369;3;3832.50;10.10;1586.00;-0.69;0.46 -4370;3;2751.00;9.50;1529.00;0.00;0.52 -4371;3;4364.50;10.25;767.00;4.12;0.20 -4372;3;3671.00;10.10;1678.50;4.58;0.30 -4373;3;4758.00;9.70;829.50;-1.32;0.24 -4374;3;3765.00;13.02;1456.00;4.71;0.38 -4375;3;4414.00;12.90;1165.00;4.71;0.38 -4376;3;3766.00;9.80;1487.00;1.81;0.42 -4377;3;4735.50;9.50;868.00;4.71;0.24 -4378;3;5235.50;10.60;546.00;2.15;0.20 -4379;3;4479.00;12.30;910.50;-1.32;0.24 -4380;3;872.50;9.70;1631.50;4.51;0.28 -4381;3;4429.50;9.70;608.00;1.19;0.28 -4382;3;3885.50;9.70;1084.50;4.09;0.44 -4383;3;3715.00;12.62;1559.00;1.84;0.44 -4384;3;4390.50;10.45;709.00;4.71;0.22 -4385;3;860.50;9.50;1748.00;3.86;0.48 -4386;3;4112.50;15.70;1105.50;1.20;0.46 -4388;3;4355.00;9.60;824.00;-0.78;0.22 -4389;3;3936.50;10.90;1465.00;1.23;0.60 -4390;3;4546.00;10.25;538.00;-1.10;0.20 -4391;3;4050.50;17.40;1360.00;0.98;0.52 -4392;3;4356.00;11.27;857.00;-1.10;0.22 -4393;3;5065.50;9.60;579.00;4.03;0.26 -4394;3;3719.00;9.80;1507.00;4.71;0.40 -4395;3;3959.50;12.70;909.50;0.78;0.34 -4396;3;4574.00;10.50;687.00;1.10;0.44 -4397;3;4448.50;11.30;948.50;-1.37;0.24 -4398;3;879.00;10.25;1675.50;2.03;0.32 -4399;3;4717.00;10.15;772.00;2.03;0.18 -4400;3;3641.50;10.10;1642.50;1.16;0.28 -4401;3;4474.00;9.60;822.00;1.57;0.22 -4402;3;1438.50;10.50;1485.50;1.16;0.34 -4403;3;4411.00;18.30;1205.50;1.47;0.50 -4404;3;4985.50;12.60;1506.50;-1.24;0.38 -4405;3;4506.50;11.50;855.50;-1.24;0.20 -4406;3;4470.00;11.02;544.00;4.71;0.20 -4407;3;4345.50;20.35;1145.00;1.29;0.50 -4408;3;4339.00;10.15;912.50;-1.32;0.28 -4409;3;4538.00;9.70;607.00;1.37;0.34 -4410;3;4068.50;11.50;1035.50;1.16;0.46 -4411;3;3754.50;9.90;1574.50;1.89;0.56 -4412;3;4397.00;10.10;690.50;3.73;0.28 -4413;3;900.50;12.15;1731.00;-1.29;0.32 -4414;3;4011.00;11.35;884.00;4.46;0.34 -4415;3;4881.50;10.30;448.00;1.05;0.36 -4416;3;4032.50;10.80;809.50;-1.16;0.26 -4417;3;1677.50;11.30;1654.50;1.24;0.30 -4418;3;5099.50;12.50;534.50;1.76;0.26 -4419;3;1656.00;10.62;1698.00;-0.78;0.60 -4420;3;4035.50;10.75;848.00;1.57;0.24 -4421;3;5188.50;9.50;579.00;4.71;0.18 -4422;3;1787.00;12.17;1717.00;3.14;0.52 -4423;3;4696.50;10.50;909.50;0.78;0.20 -4424;3;4416.50;10.10;677.00;1.57;0.28 -4425;3;4330.00;12.90;1056.50;1.32;0.36 -4426;3;1301.50;10.70;1751.00;-1.41;0.58 -4427;3;4746.50;9.80;762.50;4.51;0.22 -4428;3;897.50;9.85;1720.00;1.35;0.12 -4429;3;4656.00;10.67;801.00;2.35;0.32 -4430;3;1853.00;9.70;1663.00;4.71;0.72 -4431;3;4458.00;13.90;1120.00;4.71;0.34 -4432;3;1788.50;9.70;1684.50;2.11;0.48 -4433;3;4386.50;9.65;856.00;2.89;0.20 -4434;3;4505.00;9.50;529.00;1.10;0.24 -4435;3;4183.50;16.50;1094.50;-0.78;0.26 -4436;3;1979.50;9.90;357.50;-1.30;0.38 -4437;3;1443.50;10.30;1554.50;-1.37;0.30 -4438;3;2651.50;9.50;1521.00;1.03;1.26 -4439;3;2410.00;9.50;1107.50;4.46;1.06 -4440;3;3400.00;11.60;1187.50;2.03;0.36 -4441;3;4890.50;10.50;413.00;4.36;0.48 -4442;3;1545.50;10.40;1561.50;1.16;0.26 -4443;3;1901.50;9.50;1114.00;1.23;1.04 -4444;3;1379.00;10.00;1441.00;1.57;0.36 -4445;3;1666.00;10.30;1614.50;-0.85;0.42 -4446;3;4363.00;12.25;662.50;1.47;0.28 -4447;3;741.00;9.50;1217.50;4.38;1.32 -4448;3;737.00;9.50;1463.50;-0.97;1.18 -4449;3;1402.50;9.90;1495.50;1.97;0.40 -4450;3;1827.99;9.50;1146.72;3.78;0.38 -4451;3;4657.50;9.50;586.50;1.60;1.10 -4452;3;1493.50;10.70;1512.50;4.57;0.28 -4453;3;5100.50;10.00;188.50;1.06;0.46 -4454;3;4273.50;11.90;1030.50;1.16;0.32 -4455;3;5253.50;9.90;1947.50;2.33;2.76 -4456;3;5183.50;9.50;93.50;-1.29;1.12 -4457;3;1903.50;9.80;307.50;2.19;0.46 -4458;3;3568.00;10.22;1350.00;2.03;0.28 -4459;3;4132.00;11.72;1084.00;0.92;0.44 -4460;3;5158.00;9.50;1035.00;1.64;1.20 -4461;3;4938.50;9.50;841.00;4.12;1.02 -4462;3;4921.50;10.20;412.50;1.14;0.32 -4463;3;3550.50;11.55;1369.00;4.71;0.26 -4464;3;1411.50;9.70;1376.50;1.76;0.26 -4465;3;5066.00;9.50;1410.00;0.86;0.98 -4466;3;4512.00;9.50;823.50;-1.39;1.12 -4467;3;3935.00;17.65;1309.50;1.67;0.32 -4468;3;4862.50;10.40;633.00;1.22;0.68 -4469;3;4558.00;14.45;1295.50;4.06;0.30 -4470;3;3966.50;9.50;320.50;1.24;0.92 -4471;3;3642.00;9.50;623.00;1.48;0.92 -4472;3;4047.00;10.05;937.50;2.03;0.36 -4473;3;3561.00;14.25;1301.50;4.54;0.32 -4474;3;3540.50;9.50;149.50;4.39;1.20 -4475;3;2824.00;9.50;691.50;1.61;0.80 -4476;3;1584.00;9.67;1220.00;4.39;0.48 -4477;3;3554.00;10.40;1331.50;1.40;0.26 -4478;3;5108.50;10.60;175.00;-1.35;0.50 -4479;3;2575.50;9.50;312.00;-1.29;1.16 -4480;3;4518.50;11.70;1075.50;-0.50;0.34 -4481;3;5146.50;10.40;278.00;1.84;0.32 -4482;3;3783.50;10.10;1281.00;1.84;0.42 -4483;3;2444.00;9.50;1013.00;-0.94;1.16 -4484;3;2014.50;9.50;1634.50;-0.41;1.56 -4485;3;1544.50;9.50;707.00;-1.23;1.12 -4486;3;3383.50;14.00;1188.50;1.24;0.34 -4487;3;4915.50;10.10;390.50;1.34;0.64 -4488;3;3774.50;9.70;1384.50;-1.34;0.56 -4489;3;627.50;9.50;216.50;-1.46;0.94 -4490;3;88.50;9.50;864.50;1.67;1.06 -4491;3;1543.50;9.85;1445.00;1.57;0.32 -4492;3;3915.00;10.75;1420.00;-0.78;0.56 -4494;3;937.50;9.50;1130.00;1.65;1.22 -4495;3;4618.00;13.65;1365.50;-0.96;0.44 -4496;3;4371.00;10.85;957.00;1.24;0.32 -4497;3;1052.50;9.50;975.50;-0.82;1.28 -4498;3;652.00;9.50;1843.50;1.25;1.18 -4499;3;3777.50;9.80;1346.00;-1.43;0.50 -4500;3;5096.50;10.10;170.50;-0.14;0.44 -4501;3;4406.00;13.50;1030.00;-1.19;0.46 -4502;3;5137.00;10.25;265.50;1.21;0.36 -4503;3;4748.00;10.00;1409.00;3.92;0.36 -4504;3;4447.50;13.10;1078.00;-1.35;0.42 -4505;3;5038.00;9.85;413.50;1.69;0.32 -4506;3;4743.50;9.80;1438.50;-0.40;0.36 -4507;3;1366.50;9.70;1360.00;4.71;0.36 -4508;3;1428.50;10.50;1528.50;-0.95;0.32 -4509;3;4945.50;9.50;617.00;3.78;0.42 -4510;3;1396.50;10.30;1430.00;0.89;0.38 -4511;3;4436.50;10.20;926.00;1.35;0.40 -4512;3;3433.00;12.05;1282.50;4.35;0.24 -4513;3;4113.50;12.40;1005.50;4.57;0.26 -4514;3;4696.50;10.30;1378.50;1.03;0.32 -4515;3;3223.50;12.70;480.50;0.96;0.54 -4516;3;4130.50;10.10;1063.50;4.39;0.34 -4517;3;5092.50;10.70;264.50;-1.16;0.44 -4518;3;934.00;9.70;1476.50;-1.44;0.36 -4519;3;4550.00;9.80;1189.50;-0.67;0.30 -4520;3;5046.50;10.60;386.50;-0.95;0.40 -4521;3;960.50;15.85;1505.00;-1.39;0.58 -4522;3;1357.50;10.40;1409.00;1.75;0.32 -4523;3;3656.00;9.80;1399.00;1.44;0.48 -4524;3;4895.00;9.95;610.00;-0.78;0.38 -4525;3;4521.00;14.60;1342.00;-1.37;0.50 -4526;3;1723.00;10.10;1049.50;3.42;0.60 -4527;3;1474.00;10.60;1523.00;-0.58;0.24 -4528;3;3088.50;12.60;166.00;1.57;0.70 -4529;3;4417.00;12.65;993.00;-1.24;0.38 -4530;3;5133.00;10.35;251.50;4.58;0.36 -4531;3;1451.50;10.60;1539.50;1.16;0.30 -4532;3;4474.50;11.85;1062.00;0.98;0.36 -4533;3;2029.50;11.90;442.00;4.71;0.56 -4534;3;3510.50;13.65;1359.00;1.57;0.26 -4535;3;1386.50;10.30;1356.50;0.78;0.32 -4536;3;4343.50;20.75;1242.00;4.36;0.58 -4537;3;4699.00;10.42;611.00;4.71;0.28 -4538;3;4572.50;12.25;1270.00;-1.35;0.32 -4539;3;4446.00;9.80;911.50;-1.40;0.28 -4540;3;1399.00;10.40;1479.50;4.61;0.44 -4541;3;4290.50;11.80;998.00;1.57;0.28 -4542;3;3917.50;18.40;1301.50;1.03;0.36 -4543;3;5545.50;9.50;198.00;4.03;0.32 -4544;3;4140.50;10.75;1051.00;-1.35;0.34 -4545;3;3557.50;12.45;1339.00;-0.69;0.34 -4546;3;5113.00;10.90;251.50;-1.10;0.48 -4547;3;4540.50;10.10;1197.50;-1.03;0.28 -4548;3;2019.50;12.50;407.50;4.39;0.60 -4549;3;3819.50;10.85;1269.00;1.05;0.60 -4550;3;3378.00;14.00;1215.50;4.58;0.32 -4551;3;4878.00;10.30;1467.50;-1.27;0.30 -4552;3;4949.50;11.85;605.00;-1.39;0.24 -4553;3;3556.00;14.75;1265.50;4.62;0.44 -4554;3;4474.50;10.25;890.00;4.43;0.24 -4555;3;4626.00;12.60;1426.00;1.32;0.52 -4556;3;3254.00;16.70;164.00;1.29;0.76 -4557;3;4055.50;11.50;981.50;-0.78;0.42 -4558;3;3942.50;20.35;1251.00;1.72;0.52 -4559;3;4391.00;14.50;1068.50;1.01;0.40 -4560;3;5089.00;10.02;348.00;2.15;0.46 -4561;3;4730.00;11.15;1426.50;0.67;0.44 -4562;3;3525.50;10.10;1139.50;4.30;0.44 -4563;3;3647.00;9.72;1368.00;2.11;0.60 -4564;3;4712.15;10.60;601.75;2.94;0.54 -4565;3;1404.00;10.40;1401.00;0.58;0.38 -4566;3;4350.50;11.00;896.00;-0.64;0.36 -4567;3;1342.00;12.45;1467.00;1.57;0.38 -4568;3;4375.50;11.30;984.00;-1.22;0.46 -4569;3;1387.00;10.30;1508.00;4.71;0.38 -4570;3;2160.00;10.60;558.50;0.92;0.56 -4571;3;4131.00;10.95;1051.00;1.37;0.36 -4572;3;4751.50;10.60;1397.00;4.71;0.32 -4573;3;1904.00;9.70;257.50;1.67;0.38 -4574;3;3378.00;11.90;1167.50;1.44;0.24 -4575;3;1936.00;9.80;371.00;0.98;0.64 -4576;3;5021.00;9.70;1417.00;4.12;0.48 -4577;3;1334.00;10.40;1396.00;1.37;0.34 -4578;3;3825.50;11.40;1390.50;1.00;0.40 -4579;3;4907.06;9.80;551.63;1.95;0.96 -4580;3;3607.50;14.80;1255.50;1.30;0.36 -4581;3;3783.00;9.80;1422.00;1.57;0.60 -4582;3;4391.50;10.10;896.00;1.19;0.26 -4583;3;3494.50;14.70;1314.00;0.64;0.32 -4584;3;3215.00;14.02;131.00;-1.01;1.00 -4585;3;4316.00;12.70;984.50;1.10;0.32 -4586;3;1235.50;11.75;1493.00;1.43;0.38 -4587;3;1987.00;10.65;482.00;1.05;0.68 -4588;3;4291.50;10.40;1057.00;-1.22;0.44 -4589;3;1972.00;9.70;370.00;1.71;0.36 -4590;3;1389.50;11.30;1544.00;1.15;0.24 -4591;3;3376.50;12.45;1158.00;1.57;0.32 -4592;3;4787.50;10.45;1451.00;1.43;0.48 -4593;3;4963.00;10.05;566.00;1.01;0.50 -4594;3;1463.50;10.30;1426.50;-1.16;0.30 -4595;3;1968.00;10.30;720.50;-1.22;0.58 -4596;3;4483.00;10.15;863.00;0.78;0.26 -4597;3;1359.00;12.40;1462.50;1.01;0.44 -4598;3;1691.50;10.40;1182.50;-1.48;0.32 -4599;3;3699.00;9.70;1315.50;1.65;0.52 -4600;3;1499.50;9.80;1233.50;3.25;0.54 -4601;3;1487.00;10.55;1528.00;-1.37;0.32 -4602;3;1854.00;9.85;246.50;4.35;0.42 -4603;3;3391.50;12.95;1140.00;0.94;0.44 -4604;3;1951.00;10.00;354.50;-1.27;0.52 -4605;3;3530.50;12.10;1345.50;1.16;0.24 -4606;3;4566.00;10.25;1232.00;1.19;0.22 -4607;3;942.50;15.40;1520.50;-1.06;0.48 -4608;3;4561.50;11.05;534.00;1.57;0.22 -4609;3;3575.00;14.57;1270.00;1.10;0.38 -4610;3;1143.00;13.50;1624.00;4.71;0.60 -4611;3;1516.00;10.50;1011.00;4.24;0.48 -4612;3;4573.00;12.75;1373.50;1.86;0.42 -4613;3;4407.00;12.02;975.00;1.10;0.32 -4614;3;3566.00;9.95;1327.50;1.10;0.26 -4616;3;4201.50;9.70;1042.00;1.05;0.28 -4617;3;2206.00;10.45;701.50;1.27;0.74 -4618;3;3780.00;9.92;1365.00;1.57;0.50 -4619;3;4588.50;11.00;1145.50;-1.42;0.32 -4620;3;3659.50;9.70;1378.50;1.24;0.52 -4621;3;4486.00;9.90;532.50;4.24;0.24 -4622;3;1438.00;10.30;1411.00;1.57;0.36 -4624;3;1537.00;9.80;1006.50;4.64;0.32 -4625;3;1396.50;10.30;1463.50;1.24;0.46 -4626;3;4314.50;12.20;970.50;1.37;0.28 -4627;3;1533.50;11.50;1497.50;1.37;0.28 -4628;3;4482.50;10.80;1039.50;1.42;0.34 -4629;3;3848.50;13.25;1325.00;-1.05;0.58 -4630;3;4654.00;9.95;196.00;-1.24;0.60 -4631;3;4589.00;10.65;1131.50;1.44;0.30 -4632;3;5089.00;10.32;287.00;-1.32;0.40 -4633;3;4743.00;10.70;1414.50;0.70;0.48 -4634;3;4551.00;12.95;1254.00;-1.32;0.30 -4635;3;5025.00;9.80;537.50;1.36;0.58 -4636;3;3839.00;10.50;1390.50;4.65;0.48 -4637;3;3582.50;13.70;1266.50;4.30;0.34 -4638;3;3809.50;11.50;1414.50;1.13;0.68 -4639;3;4444.00;9.95;842.50;-1.40;0.28 -4640;3;3237.00;9.90;1714.50;0.58;0.22 -4641;3;1672.50;9.65;1166.00;-0.86;0.40 -4642;3;4749.50;10.50;1385.00;1.15;0.34 -4643;3;1861.00;9.70;224.50;1.10;0.42 -4644;3;4173.00;10.00;1040.00;3.92;0.32 -4645;3;4650.50;10.20;286.00;1.57;0.54 -4646;3;5066.00;11.25;1392.50;1.27;0.38 -4647;3;1581.50;9.50;1302.50;4.65;0.40 -4648;3;5014.50;10.30;442.50;0.50;0.34 -4649;3;4799.50;9.90;1437.50;-0.78;0.42 -4650;3;1402.00;10.40;1385.00;0.98;0.34 -4651;3;1989.00;10.30;716.00;-1.22;0.58 -4652;3;4348.50;12.30;693.50;-1.03;0.40 -4653;3;1529.50;10.00;1449.50;1.68;0.24 -4654;3;4320.50;11.70;963.50;-0.78;0.26 -4655;3;4544.00;12.95;1393.00;1.10;0.60 -4656;3;4458.50;12.10;1023.50;-1.16;0.26 -4657;3;993.00;10.72;1457.00;4.71;0.52 -4658;3;5110.50;10.05;196.00;4.71;0.42 -4659;3;3888.00;9.70;1702.00;1.76;0.54 -4660;3;3521.50;14.10;1307.50;4.57;0.24 -4661;3;4045.50;11.00;1533.50;1.03;0.56 -4662;3;2634.00;9.50;1598.00;1.19;0.96 -4663;3;2257.00;9.50;1309.50;-1.05;1.28 -4664;3;1373.00;13.20;1615.00;1.29;0.40 -4665;3;4140.50;10.10;1615.50;4.65;0.52 -4666;3;1690.50;10.70;1818.50;-1.04;1.56 -4667;3;1843.00;9.50;1183.50;-1.46;0.88 -4668;3;1078.50;16.50;1544.50;-0.96;0.60 -4669;3;3911.50;9.70;1922.50;1.12;1.50 -4670;3;3963.00;9.95;1581.50;-1.17;0.56 -4671;3;490.00;9.50;1287.50;1.32;1.08 -4672;3;820.50;9.50;894.00;1.41;1.00 -4673;3;5117.50;11.10;117.50;4.39;0.28 -4674;3;4104.00;13.10;1478.50;2.12;0.50 -4675;3;4667.50;14.30;1652.50;-1.37;0.76 -4676;3;4725.50;9.50;487.50;1.13;0.40 -4677;3;4624.50;11.55;1531.00;0.52;0.54 -4678;3;416.50;9.50;967.00;-0.40;1.16 -4679;3;5139.50;9.50;50.50;1.29;0.96 -4680;3;4286.50;12.50;1562.50;4.64;0.52 -4681;3;4130.00;10.15;1696.50;-1.38;0.50 -4682;3;4078.00;12.25;1337.50;0.51;0.54 -4683;3;5144.00;9.50;969.50;0.27;1.32 -4684;3;4905.50;9.50;625.00;-0.28;0.98 -4685;3;3986.00;10.45;1568.50;-1.27;0.44 -4686;3;3898.50;13.90;1365.00;1.27;0.52 -4687;3;4254.00;10.30;1759.00;0.91;0.78 -4688;3;5065.50;9.50;1467.50;1.44;1.16 -4689;3;4527.50;9.50;863.00;-1.17;1.04 -4690;3;4244.50;12.55;1581.00;4.40;0.78 -4691;3;1340.00;10.40;1602.00;1.57;0.32 -4692;3;4265.00;11.25;1917.00;2.03;1.38 -4693;3;3923.50;9.50;326.50;1.61;0.94 -4694;3;3626.50;9.50;778.00;1.44;1.12 -4695;3;1183.50;11.20;1929.00;1.20;1.44 -4696;3;3212.00;9.75;96.00;1.30;0.66 -4697;3;4362.50;15.70;1481.50;1.62;0.52 -4698;3;3491.00;9.50;149.00;-1.16;1.32 -4699;3;2879.50;9.50;630.00;-1.26;0.98 -4700;3;3964.50;9.80;1652.00;1.22;0.58 -4701;3;4897.00;11.55;1529.00;-1.32;0.54 -4702;3;2615.00;9.50;260.50;1.34;0.96 -4703;3;4445.00;11.00;1713.50;1.10;0.74 -4704;3;4252.00;12.70;1383.50;-1.10;0.58 -4705;3;4541.00;12.70;1548.00;-1.24;0.66 -4706;3;2427.50;9.50;1057.00;1.09;1.36 -4707;3;2090.50;9.50;1501.50;-1.41;1.18 -4708;3;1597.50;9.50;661.50;1.24;1.36 -4709;3;4161.00;18.32;1378.00;1.81;0.54 -4710;3;3808.00;9.80;1731.50;-1.26;0.66 -4711;3;4234.50;12.80;1562.00;0.89;0.60 -4712;3;575.00;9.50;219.00;-1.14;1.18 -4713;3;142.00;9.50;863.00;1.20;1.14 -4714;3;4194.00;12.05;1438.00;1.10;0.60 -4715;3;3889.50;9.80;1818.00;1.01;0.68 -4716;3;4543.00;13.42;1605.00;1.06;0.88 -4717;3;966.00;9.50;1136.00;-1.28;1.38 -4718;3;5574.00;10.82;172.00;1.57;0.32 -4719;3;4634.50;11.50;1516.00;-1.26;0.60 -4720;3;1888.00;11.75;1798.50;-1.40;0.96 -4721;3;1108.50;9.50;973.50;4.60;1.20 -4722;3;702.00;9.50;1829.50;-1.10;1.04 -4723;3;1163.00;15.15;1572.50;4.42;0.50 -4724;3;4237.00;10.45;1655.50;-1.52;0.46 -4725;3;4811.00;10.50;1518.50;1.44;0.44 -4726;3;4760.50;12.10;1726.50;-0.78;0.92 -4727;3;1006.00;10.57;1431.00;-0.89;0.46 -4728;3;5239.00;11.05;1560.50;1.42;0.98 -4729;3;4452.50;13.10;1411.50;1.41;0.52 -4730;3;4081.50;9.80;1729.50;4.28;0.70 -4731;3;4809.50;10.65;1595.00;1.92;0.62 -4732;3;4446.50;15.10;1456.00;0.64;0.70 -4733;3;4152.50;9.70;1878.00;1.09;1.46 -4734;3;4096.50;10.65;1601.00;0.98;0.56 -4735;3;3139.50;12.80;381.50;1.42;1.06 -4736;3;955.00;14.32;1548.00;-1.40;0.56 -4737;3;4506.50;10.80;1671.50;0.22;0.74 -4738;3;714.00;9.50;821.50;-0.71;0.38 -4739;3;1129.50;10.90;1785.00;-1.45;0.78 -4740;3;1273.00;10.70;1496.00;4.46;0.44 -4741;3;1069.50;14.30;1651.50;-1.30;0.58 -4742;3;1083.00;15.65;1511.00;0.58;0.46 -4743;3;4446.50;10.60;1797.00;1.19;1.26 -4744;3;5467.00;12.10;1858.50;0.89;2.58 -4745;3;4657.50;11.40;1478.00;-1.08;0.70 -4746;3;3773.50;10.40;1806.50;4.35;0.72 -4747;3;949.50;11.80;1673.50;1.68;0.44 -4748;3;5591.00;11.15;163.00;3.92;0.32 -4749;3;1187.50;12.80;1584.00;-1.01;0.50 -4750;3;4369.50;11.60;1630.50;1.06;0.58 -4751;3;4199.00;16.05;1488.50;1.04;0.78 -4752;3;4824.00;13.05;1682.50;4.65;0.86 -4753;3;1402.00;10.40;1838.50;-1.23;1.52 -4754;3;3858.50;9.80;1690.00;1.34;0.44 -4755;3;3514.00;13.10;1294.50;-1.27;0.38 -4756;3;1429.50;10.40;1394.50;-1.24;0.36 -4757;3;1319.00;10.30;1532.00;1.57;0.40 -4758;3;3727.50;14.00;1674.50;-0.78;0.32 -4759;3;1193.50;11.25;1704.00;-1.20;0.50 -4760;3;1204.50;12.50;1565.50;1.31;0.36 -4761;3;4037.50;9.70;1850.00;1.20;1.02 -4762;3;4620.00;12.20;1647.50;-1.40;0.88 -4763;3;5113.50;9.80;89.50;1.37;0.30 -4764;3;4038.00;10.50;1458.50;1.48;0.46 -4765;3;1012.00;13.50;1765.50;1.48;0.82 -4766;3;4473.00;12.62;1526.00;-1.32;0.58 -4767;3;4070.50;9.80;1689.00;-1.27;0.62 -4768;3;4026.50;13.70;1359.00;-1.05;0.44 -4769;3;1706.00;10.37;1711.00;4.71;0.36 -4770;3;4102.50;18.65;1367.00;-1.49;0.46 -4771;3;4011.00;10.30;1737.00;4.33;0.62 -4772;3;1255.50;11.00;1668.50;4.39;0.46 -4773;3;3972.00;10.40;1393.00;1.19;0.64 -4774;3;3777.00;9.90;1829.50;-1.53;0.80 -4775;3;1437.00;10.75;1721.00;1.57;0.72 -4776;3;5033.00;10.50;89.50;1.17;0.48 -4777;3;4291.00;13.80;1479.50;1.49;0.56 -4778;3;992.50;12.40;1655.00;0.34;0.48 -4779;3;4842.00;10.20;1553.00;-1.24;0.58 -4780;3;3894.00;10.35;1641.00;4.71;0.48 -4781;3;4164.00;15.10;1538.50;4.67;0.46 -4782;3;4293.50;10.70;1690.50;-1.35;0.48 -4783;3;4386.00;12.00;1352.50;1.36;0.68 -4784;3;1555.50;10.35;1712.00;1.34;0.50 -4785;3;4274.50;11.40;1738.50;-1.51;0.74 -4786;3;4349.00;14.12;1376.00;-1.41;0.50 -4787;3;1852.50;11.00;1788.50;1.23;0.66 -4788;3;4188.50;10.85;1408.00;-1.22;0.66 -4789;3;4137.50;10.60;1644.00;4.71;0.54 -4790;3;1283.50;10.10;1729.00;1.41;0.56 -4791;3;5003.50;9.70;81.50;4.44;0.36 -4792;3;4613.50;11.80;1499.50;0.88;0.72 -4793;3;4167.00;10.77;1649.00;1.57;0.38 -4794;3;1164.00;14.15;1595.50;-1.01;0.62 -4795;3;4628.50;11.70;1714.50;-0.56;0.98 -4796;3;1099.50;16.15;1429.00;1.35;0.38 -4797;3;4430.50;11.05;1561.00;1.57;0.48 -4798;3;4796.50;10.80;1741.50;-1.46;0.82 -4799;3;1007.00;12.65;1466.50;-0.49;0.66 -4800;3;4173.00;13.85;1556.50;1.38;0.52 -4801;3;4474.00;14.05;1466.50;0.73;0.72 -4802;3;3703.50;10.30;1761.00;-1.01;0.60 -4803;3;4134.50;10.20;1577.00;1.57;0.46 -4804;3;5558.00;9.70;128.00;4.71;0.26 -4805;3;4892.00;10.30;1484.50;-1.32;0.44 -4806;3;4024.00;10.15;1600.50;1.36;0.68 -4807;3;1351.00;10.40;1615.50;0.55;0.48 -4808;3;4414.50;11.40;1661.50;0.68;0.80 -4809;3;4733.00;11.45;1540.50;-1.38;0.64 -4810;3;4982.50;10.75;1686.00;0.66;1.04 -4811;3;1294.00;11.95;1493.50;-1.32;0.38 -4812;3;4439.50;10.80;1834.50;-0.62;1.44 -4813;3;3818.50;9.80;1700.00;-0.12;0.68 -4814;3;1238.50;11.70;1509.50;1.63;0.44 -4815;3;4399.50;11.10;1602.00;-1.27;0.64 -4816;3;989.50;15.80;1506.50;-1.28;0.62 -4817;3;3965.00;9.70;1775.00;1.47;0.50 -4818;3;4282.00;13.12;1619.00;-1.35;0.60 -4819;3;5522.00;13.10;99.00;4.71;0.34 -4820;3;1177.00;13.95;1623.00;1.57;0.48 -4821;3;4705.50;11.90;1667.50;-1.08;0.90 -4822;3;3188.00;12.12;118.00;1.06;0.62 -4823;3;4186.50;13.50;1467.00;1.27;0.50 -4824;3;3843.00;9.80;1676.50;1.64;0.40 -4825;3;3542.00;14.40;1299.50;1.73;0.34 -4826;3;941.50;12.60;1625.00;-1.39;0.56 -4827;3;4048.00;10.40;1706.50;-1.38;0.58 -4828;3;4031.00;19.15;1340.50;4.62;0.56 -4829;3;4876.50;11.70;1565.00;1.57;0.48 -4830;3;1220.00;13.85;1552.50;-1.48;0.46 -4831;3;4285.50;11.40;1802.00;1.05;1.22 -4832;3;4685.00;12.20;1604.50;1.17;0.60 -4833;3;473.00;11.10;1972.50;2.19;0.90 -4834;3;1411.00;11.00;1634.00;4.71;0.38 -4835;3;4574.50;12.70;1626.50;1.44;0.62 -4836;3;5073.00;10.00;144.00;-1.40;0.30 -4837;3;4453.50;13.50;1530.50;1.33;0.52 -4838;3;1018.00;13.80;1709.50;1.63;0.38 -4839;3;1204.50;11.60;1647.00;1.57;0.38 -4840;3;4036.50;10.30;1657.50;4.48;0.54 -4841;3;4991.00;10.60;1542.00;-0.92;0.52 -4842;3;4313.50;11.30;1737.00;-1.49;0.74 -4843;3;4299.50;14.85;1365.00;0.91;0.68 -4844;3;4954.50;10.35;1585.00;4.71;0.46 -4845;3;4036.00;14.00;1388.00;-1.15;0.56 -4846;3;3792.50;9.70;1756.00;-1.34;0.72 -4847;3;4822.00;10.20;1599.00;-1.29;0.64 -4848;3;558.50;10.10;1972.50;-0.53;1.22 -4849;3;4208.50;16.60;1459.50;1.83;0.54 -4850;3;3851.50;10.20;1601.50;0.78;0.54 -4851;3;3245.00;13.00;324.50;-1.10;0.92 -4852;3;4697.50;11.65;1507.00;1.15;0.54 -4853;3;4315.50;10.80;1666.00;1.31;0.70 -4854;3;1434.00;10.45;1663.00;0.78;0.36 -4855;3;4687.50;10.90;1727.50;1.82;0.60 -4856;3;4517.50;12.90;1401.00;1.45;0.52 -4857;3;1129.00;12.00;1667.50;0.92;0.68 -4858;3;4326.50;14.35;1413.00;-1.19;0.54 -4859;3;4184.50;9.70;1926.50;0.90;1.46 -4860;3;1081.50;13.20;1675.00;0.91;0.62 -4861;3;2505.00;10.45;1914.00;3.54;1.02 -4862;3;4490.00;14.85;1485.00;-0.95;0.80 -4863;3;1145.50;12.50;1704.00;1.13;0.52 -4864;3;5122.50;10.60;129.00;-0.89;0.24 -4865;3;1066.50;11.15;1550.00;1.75;0.48 -4866;3;4125.00;10.50;1631.00;1.37;0.44 -4867;3;4085.50;12.00;1507.50;1.20;0.48 -4868;3;4589.50;12.20;1694.50;-1.27;0.86 -4869;3;1514.50;11.30;1691.00;-1.27;0.52 -4870;3;866.00;13.25;1799.00;1.57;0.86 -4871;3;1229.50;11.90;1530.00;1.57;0.48 -4872;3;1289.50;10.10;1751.50;1.30;0.50 -4873;3;4572.50;13.10;1421.00;-0.82;0.74 -4874;3;3708.50;13.35;1737.00;4.71;0.52 -4875;3;1344.00;11.10;1731.50;0.70;0.70 -4876;3;4717.50;10.70;1466.50;1.72;0.38 -4877;3;966.00;14.35;1765.50;-1.38;0.86 -4878;3;4869.50;10.50;1818.50;-0.85;1.32 -4879;3;3064.50;13.75;275.00;-1.26;0.88 -4880;3;1277.00;10.60;1646.00;4.54;0.50 -4881;3;4906.50;12.20;1670.00;4.71;0.70 -4882;3;4343.00;16.15;1544.00;4.54;0.64 -4883;3;4047.00;10.12;993.00;1.10;0.52 -4884;3;1298.50;10.30;1348.00;1.57;0.46 -4885;3;2710.00;9.50;1475.50;-1.51;0.86 -4886;3;2335.50;9.50;1183.00;4.63;1.02 -4887;3;1215.50;12.00;1179.50;-0.62;0.64 -4888;3;4402.50;17.25;1241.00;0.86;0.50 -4889;3;2991.00;11.72;786.00;1.57;0.58 -4890;3;1826.00;9.50;1264.00;1.63;1.36 -4891;3;3759.50;10.20;1067.00;1.46;0.40 -4892;3;1734.00;9.72;986.00;1.03;0.84 -4893;3;3775.50;11.85;1229.00;1.39;0.50 -4894;3;583.50;9.50;1132.00;1.65;1.24 -4895;3;914.50;9.50;1355.50;0.91;1.10 -4896;3;4519.50;10.95;1125.00;1.57;0.36 -4897;3;3080.00;10.20;861.00;1.73;0.84 -4898;3;1129.50;13.10;1300.50;-0.78;0.50 -4899;3;4775.00;9.50;608.00;0.19;1.46 -4900;3;4184.50;21.35;1118.00;1.72;0.58 -4901;3;3557.50;14.60;1284.50;-1.16;0.36 -4902;3;3151.00;11.35;914.50;0.76;1.54 -4903;3;2913.50;10.00;1158.50;1.51;0.78 -4904;3;1406.50;10.15;1165.00;0.88;0.68 -4905;3;5010.00;9.50;27.00;4.10;1.04 -4906;3;5192.50;9.50;1067.50;-0.04;1.16 -4907;3;4876.50;9.50;656.50;0.38;1.02 -4908;3;1086.00;10.10;1331.50;1.36;0.52 -4909;3;3557.50;11.10;777.00;-1.39;0.64 -4910;3;3331.00;10.32;1015.00;4.71;0.58 -4911;3;5105.00;9.50;1521.00;1.57;1.02 -4912;3;4518.00;9.50;895.50;-0.90;1.18 -4913;3;2896.50;10.40;948.50;-1.35;1.56 -4914;3;4258.00;21.40;1237.50;1.98;0.84 -4915;3;4021.50;10.10;1095.00;1.57;0.44 -4916;3;4011.50;9.50;298.50;1.27;1.02 -4917;3;3588.00;9.50;696.50;4.66;1.04 -4918;3;3341.50;10.80;852.50;4.34;0.70 -4919;3;1261.00;10.50;1442.50;1.10;0.40 -4920;3;2663.00;11.15;1098.00;1.21;0.58 -4921;3;3486.00;9.50;92.00;-1.03;1.10 -4922;3;2831.50;9.50;656.00;4.62;0.68 -4923;3;3956.50;17.10;1312.50;1.46;0.44 -4924;3;3513.50;12.40;903.50;-0.93;0.78 -4925;3;4430.50;10.50;1151.00;-1.29;0.42 -4926;3;2566.00;9.50;214.00;-1.44;0.88 -4927;3;2701.50;10.90;858.00;4.71;0.88 -4928;3;3622.00;16.60;1166.50;1.51;0.48 -4929;3;2478.00;9.50;1064.50;0.62;1.08 -4930;3;2102.00;9.50;1348.00;4.71;0.88 -4931;3;1641.50;9.50;611.50;1.30;1.10 -4932;3;3616.50;9.80;1024.50;0.99;0.60 -4933;3;2741.50;13.20;1174.00;-1.43;0.40 -4934;3;1965.00;9.90;918.00;4.71;0.62 -4935;3;662.00;9.50;253.50;1.42;1.02 -4936;3;176.50;9.50;819.00;4.66;0.92 -4937;3;4381.00;14.40;1090.00;2.55;0.40 -4938;3;2940.00;12.25;815.50;-1.30;0.58 -4939;3;4484.50;12.80;1254.50;-1.14;0.44 -4940;3;1007.50;9.50;1092.50;0.21;1.12 -4941;3;3249.00;11.65;579.00;-0.92;0.46 -4942;3;1731.00;9.70;1013.00;-1.46;0.48 -4943;3;3534.00;14.40;1245.50;1.44;0.50 -4944;3;1174.50;9.50;961.50;-1.04;1.08 -4945;3;694.50;9.50;1800.00;1.51;1.14 -4946;3;1150.00;12.95;1265.50;4.61;0.44 -4947;3;4254.50;13.80;1328.50;1.22;0.48 -4948;3;2544.00;9.67;889.00;-1.40;0.56 -4949;3;3804.50;12.55;1146.00;-1.13;0.64 -4950;3;4029.00;10.95;1003.50;1.22;0.48 -4951;3;3453.50;11.00;1175.00;-0.52;0.76 -4952;3;2890.50;9.65;747.00;4.05;0.60 -4953;3;4045.00;11.00;1033.50;1.27;0.44 -4954;3;3367.50;13.20;818.00;-1.33;0.64 -4955;3;1213.00;11.50;1385.50;1.49;0.44 -4956;3;1246.50;12.60;1226.50;1.37;0.46 -4957;3;2642.00;11.27;832.00;4.57;0.66 -4958;3;3767.00;12.50;1249.00;4.57;0.54 -4959;3;3649.50;10.80;1092.50;-1.24;0.70 -4960;3;4508.50;14.00;1327.50;1.49;0.36 -4961;3;3273.50;10.70;899.50;-0.44;0.72 -4962;3;3014.50;11.10;1131.00;-1.27;0.66 -4963;3;3309.50;10.40;965.50;1.91;0.72 -4964;3;4291.00;21.45;1191.50;-1.05;0.84 -4965;3;1429.50;9.70;1176.00;0.46;0.84 -4966;3;3644.50;14.50;1148.00;1.46;0.46 -4967;3;3947.65;9.70;694.69;0.26;0.36 -4968;3;3486.00;11.45;1086.00;1.16;0.72 -4969;3;1617.00;12.50;982.50;1.10;0.72 -4970;3;2897.50;10.10;1204.50;4.39;0.50 -4971;3;3987.50;11.50;1066.50;1.06;0.58 -4972;3;2944.50;10.70;844.50;4.65;0.70 -4973;3;4093.50;23.00;1249.50;1.09;0.84 -4974;3;3453.50;11.30;1139.50;-1.35;0.70 -4975;3;1160.00;14.80;1450.50;1.93;0.58 -4976;3;3551.00;12.40;917.50;-1.10;0.98 -4977;3;1103.50;10.60;1312.50;1.83;0.48 -4978;3;3110.00;10.50;864.00;1.24;0.82 -4979;3;3952.50;11.55;1193.00;4.71;0.54 -4980;3;2002.50;9.80;875.50;0.93;1.60 -4981;3;3432.50;13.70;1021.50;-1.48;0.60 -4982;3;1900.00;9.70;950.00;1.10;0.88 -4983;3;3660.00;13.05;1204.50;1.62;0.50 -4984;3;3934.00;10.00;1077.50;-1.50;0.46 -4985;3;3468.50;10.80;844.50;4.60;0.40 -4986;3;4501.00;14.75;1290.50;1.32;0.44 -4987;3;4140.00;15.00;1095.50;1.17;0.46 -4988;3;1464.50;13.30;1484.50;4.62;0.22 -4989;3;2559.00;9.72;863.00;2.03;0.16 -4990;3;3888.00;12.65;1144.00;4.71;0.46 -4991;3;1407.00;10.15;1141.00;1.57;0.70 -4992;3;2962.00;10.30;1168.00;1.57;0.52 -4993;3;3682.00;11.30;1037.50;4.24;0.58 -4994;3;4204.50;22.60;1145.50;0.78;0.66 -4995;3;3467.00;10.20;729.50;-1.18;0.72 -4996;3;4339.50;15.70;1078.50;-0.78;0.30 -4997;3;3002.50;12.30;842.00;-1.45;0.82 -4998;3;3920.50;11.70;1194.00;1.41;0.44 -4999;3;4397.50;17.00;1126.50;0.66;0.38 -5000;3;1711.00;9.80;994.00;1.57;0.68 -5001;3;1335.00;10.30;1419.50;1.36;0.34 -5002;3;4030.50;12.80;1131.00;-1.15;0.42 -5003;3;3800.00;10.75;1261.50;1.81;0.58 -5004;3;2996.50;11.70;1065.50;1.05;1.46 -5005;3;3578.00;9.62;1153.00;1.73;0.48 -5006;3;3500.50;13.15;940.00;1.27;0.62 -5007;3;4518.50;13.00;1225.50;0.54;0.30 -5008;3;1913.00;9.85;856.00;-0.70;1.62 -5009;3;4367.00;14.10;1022.50;0.82;0.48 -5010;3;3403.50;16.55;797.00;4.71;0.70 -5011;3;4194.50;22.35;1241.00;1.48;0.78 -5012;3;2609.50;10.10;1054.50;1.31;0.92 -5013;3;2756.50;10.60;778.00;0.82;0.76 -5014;3;3505.50;11.10;1259.50;1.97;0.40 -5015;3;1280.00;9.60;1281.00;1.57;0.56 -5016;3;4055.50;12.80;1296.00;0.64;0.72 -5017;3;3385.00;11.35;916.00;4.54;0.58 -5018;3;4271.50;19.80;1123.00;0.24;0.60 -5019;3;4028.50;11.30;961.00;1.57;0.36 -5020;3;3838.50;12.50;1150.50;1.24;0.50 -5021;3;1268.50;11.20;1228.50;0.32;0.54 -5022;3;1275.00;11.00;1376.50;-1.10;0.50 -5024;3;3568.00;10.40;1053.50;1.48;0.66 -5025;3;4467.00;13.85;1245.50;0.27;0.40 -5026;3;1706.50;9.90;928.00;0.57;1.26 -5027;3;3455.50;12.30;1089.50;1.63;0.72 -5028;3;2973.00;10.60;831.00;-0.61;0.72 -5029;3;3736.00;14.55;1254.50;-1.21;0.38 -5030;3;4525.00;13.05;1149.50;1.73;0.34 -5031;3;4394.00;13.25;1310.00;-1.21;0.52 -5032;3;4004.50;11.00;886.00;1.19;0.36 -5033;3;4242.50;21.80;1135.50;1.52;0.40 -5034;3;2560.50;9.70;922.50;-0.28;0.60 -5035;3;2877.50;10.20;1177.00;-1.31;0.72 -5036;3;2975.00;12.57;700.00;1.76;0.50 -5037;3;3448.00;13.60;997.00;1.73;0.58 -5038;3;1212.00;11.10;1363.50;0.92;0.54 -5039;3;2673.00;11.40;786.50;1.62;0.74 -5040;3;4065.00;10.57;1056.00;1.10;0.42 -5041;3;3452.50;10.90;840.50;0.70;0.74 -5042;3;4049.50;23.60;1239.00;1.13;0.70 -5043;3;3804.00;11.67;1087.00;-1.27;0.64 -5044;3;1111.50;13.25;1399.00;4.71;0.56 -5045;3;2683.50;11.00;826.00;-1.43;0.70 -5046;3;2663.00;12.90;1119.50;1.62;0.42 -5047;3;3409.50;12.40;927.50;1.30;0.52 -5048;3;4480.00;11.00;1168.00;4.46;0.30 -5049;3;3680.00;9.70;1006.00;-1.42;0.84 -5050;3;3559.00;11.05;1203.00;1.57;0.56 -5051;3;1582.50;15.20;845.50;1.48;0.48 -5052;3;1208.50;15.60;1209.00;1.27;0.60 -5053;3;2887.50;10.90;1207.50;1.30;0.50 -5054;3;3026.00;11.20;708.50;-1.50;0.92 -5055;3;4076.50;10.30;1067.00;1.13;0.40 -5056;3;1744.00;9.70;982.00;4.51;0.60 -5057;3;4415.00;15.10;1276.50;1.93;0.44 -5058;3;3493.50;11.10;1117.00;1.43;0.76 -5059;3;1451.50;10.50;1447.50;4.39;0.18 -5060;3;3195.50;12.10;875.00;1.43;1.20 -5061;3;1252.50;9.90;1320.50;-0.78;0.52 -5062;3;4015.00;18.50;1340.50;1.62;0.42 -5063;3;3998.50;11.90;949.50;1.42;0.38 -5064;3;3840.00;12.60;1170.50;-0.21;0.52 -5065;3;3535.00;9.82;724.00;4.17;0.54 -5066;3;1223.00;10.25;1155.50;-1.27;0.48 -5067;3;3605.00;15.45;1207.00;-1.10;0.48 -5068;3;3494.50;12.95;798.00;4.59;0.44 -5069;3;3354.50;11.50;1033.50;0.91;0.52 -5070;3;2695.50;11.20;788.50;1.83;0.58 -5071;3;1100.50;12.80;1377.50;4.51;0.24 -5072;3;4423.00;15.95;1103.50;-1.44;0.34 -5073;3;3709.00;11.90;1244.00;2.03;0.62 -5074;3;3520.50;9.50;864.00;1.57;0.52 -5075;3;3773.50;14.20;1126.00;4.59;0.56 -5076;3;4311.00;18.20;1311.50;4.65;0.42 -5077;3;2590.00;9.75;926.00;0.67;0.64 -5078;3;3197.00;9.90;1153.50;-1.10;0.32 -5079;3;3399.00;10.90;678.00;1.42;0.64 -5080;3;4256.00;22.20;1161.50;-0.88;0.78 -5081;3;3563.50;10.20;1010.00;-1.38;1.06 -5082;3;3878.00;15.65;1193.00;-1.40;0.44 -5083;3;1762.00;9.80;886.50;-1.53;1.76 -5084;3;3141.00;11.80;774.50;-0.85;1.24 -5085;3;1261.50;10.50;1428.00;4.49;0.34 -5086;3;4032.00;10.25;1096.00;-1.40;0.40 -5087;3;3982.50;21.00;1276.50;-0.60;0.56 -5088;3;1710.50;10.80;1032.50;1.20;0.60 -5089;3;3589.50;10.75;1154.00;4.71;0.68 -5090;3;1493.00;11.25;1439.50;0.87;0.30 -5091;3;3414.50;12.55;909.00;2.09;0.36 -5092;3;4533.00;11.00;1203.50;1.48;0.28 -5093;3;3525.00;13.67;998.00;-1.35;0.86 -5094;3;4091.50;22.65;1198.00;-1.31;0.84 -5095;3;2896.50;11.10;986.00;0.64;2.04 -5096;3;4032.00;10.70;1051.00;4.57;0.42 -5097;3;3411.00;15.85;824.00;-1.32;0.66 -5098;3;3520.50;10.45;1221.00;-1.35;0.46 -5099;3;3426.00;12.60;1087.50;1.51;0.48 -5100;3;4362.50;16.70;1299.50;4.66;0.62 -5101;3;2831.50;10.35;900.00;0.57;1.04 -5102;3;4329.00;18.77;1119.00;0.24;0.80 -5103;3;1299.00;10.82;1453.00;1.03;0.42 -5104;3;4012.00;10.45;918.50;-1.21;0.42 -5105;3;3859.00;15.15;1140.00;1.24;0.60 -5106;3;3254.50;13.70;256.00;4.45;0.68 -5107;3;2191.50;9.90;805.00;4.12;0.56 -5108;3;2779.50;9.50;1432.00;1.05;0.76 -5109;3;2306.00;9.50;1483.00;1.89;1.18 -5110;3;1976.50;10.85;415.00;1.57;0.42 -5111;3;1850.50;9.50;1293.00;-1.12;0.98 -5112;3;2086.50;10.60;485.50;4.51;0.36 -5113;3;252.50;9.50;1293.50;0.83;1.24 -5114;3;1030.00;9.50;1156.50;-1.40;0.98 -5115;3;1991.50;11.70;575.50;-1.35;0.92 -5116;3;4743.50;9.50;442.50;0.97;1.00 -5117;3;3055.00;11.10;583.50;4.35;0.68 -5118;3;1698.50;9.80;163.50;-0.68;0.38 -5120;3;1566.50;13.95;809.00;2.42;0.64 -5121;3;1693.00;10.40;236.00;0.98;0.42 -5122;3;5039.00;9.50;53.00;-0.46;0.86 -5123;3;5240.00;9.50;1078.50;-1.47;1.18 -5124;3;4898.00;9.50;694.00;-0.89;1.02 -5125;3;4661.50;9.85;313.00;-0.98;0.84 -5126;3;5067.50;9.50;1523.00;1.57;0.68 -5127;3;4498.00;9.50;918.50;-0.23;1.24 -5128;3;3570.00;13.90;366.00;1.78;1.02 -5129;3;3950.00;9.50;285.00;1.46;0.88 -5130;3;3597.00;9.50;649.00;1.57;1.02 -5131;3;1728.00;19.70;551.50;0.68;0.64 -5132;3;3543.50;9.50;84.50;-0.84;1.26 -5133;3;2791.50;9.50;655.50;4.39;0.88 -5134;3;5061.50;9.80;135.50;1.30;0.38 -5135;3;5064.00;14.57;552.00;-1.37;0.50 -5136;3;3082.50;10.20;903.00;0.70;1.08 -5137;3;2548.00;9.50;214.50;1.42;1.02 -5138;3;4845.00;10.52;226.00;-0.73;0.92 -5139;3;2973.00;11.40;654.50;1.84;0.64 -5140;3;2450.50;9.50;1123.00;-1.35;1.16 -5141;3;2099.00;9.50;1391.50;-1.43;1.04 -5142;3;1564.50;9.50;598.50;-1.31;1.26 -5143;3;1809.00;9.90;413.00;0.95;0.62 -5144;3;594.50;9.50;256.00;-0.43;1.34 -5145;3;198.50;9.50;862.50;1.60;0.98 -5146;3;1734.50;17.90;484.50;-1.49;0.60 -5147;3;1028.50;9.50;1045.00;0.90;1.16 -5148;3;1963.50;11.10;606.50;-0.72;1.52 -5149;3;1200.00;9.50;859.00;-1.50;1.14 -5150;3;732.50;9.50;1799.50;-1.54;1.10 -5151;3;2074.00;10.50;696.00;0.78;0.88 -5152;3;1791.50;12.45;330.00;1.57;0.60 -5153;3;2163.00;10.75;761.50;1.40;0.84 -5154;3;3071.00;12.82;203.00;1.57;0.78 -5155;3;3338.50;10.90;376.50;1.22;0.94 -5156;3;2015.50;11.70;442.00;1.57;0.52 -5157;3;4020.00;13.95;1144.50;-1.36;0.38 -5158;3;3026.50;9.80;484.50;4.66;0.76 -5160;3;3363.00;14.37;659.00;1.42;0.68 -5161;3;5053.50;9.80;120.50;-1.48;0.48 -5162;3;1591.00;15.60;773.50;-1.20;0.80 -5163;3;1851.00;9.70;345.50;1.10;0.54 -5164;3;3413.00;9.80;385.50;0.62;0.78 -5165;3;1889.00;10.30;541.00;1.39;0.60 -5166;3;1670.50;16.20;657.50;-0.95;0.92 -5167;3;2070.00;11.10;475.00;1.24;0.40 -5168;3;2252.00;9.85;738.50;-0.87;0.28 -5169;3;1704.00;12.37;195.00;0.67;0.32 -5170;3;4671.50;10.50;279.50;-1.37;0.66 -5171;3;1729.50;18.30;459.50;1.50;0.50 -5172;3;2118.50;11.10;503.50;1.42;0.40 -5173;3;1723.50;10.25;78.00;-1.28;0.84 -5174;3;2115.50;11.15;651.00;1.57;0.96 -5175;3;4683.50;10.25;163.00;-1.15;0.54 -5176;3;4594.00;11.15;647.50;4.58;0.48 -5177;3;3327.00;9.80;286.00;2.19;1.00 -5178;3;1963.50;11.40;455.50;-1.08;0.50 -5179;3;1790.50;16.40;556.50;4.63;0.60 -5180;3;3341.50;13.00;551.50;1.89;0.98 -5181;3;5069.50;11.95;28.00;-1.05;0.30 -5182;3;2234.00;11.45;724.50;1.27;0.38 -5183;3;4887.00;9.70;177.50;-1.15;0.72 -5184;3;1802.00;10.45;303.50;0.82;0.60 -5185;3;3506.50;10.05;377.00;3.97;0.88 -5186;3;2034.50;10.80;520.50;-1.50;0.40 -5187;3;5077.50;10.65;23.00;3.83;0.34 -5188;3;1738.50;10.50;657.50;-1.28;0.90 -5189;3;3107.50;12.45;203.00;1.87;0.90 -5190;3;1591.00;16.92;733.00;2.21;0.64 -5191;3;1698.00;9.70;332.50;-0.70;0.38 -5192;3;1721.00;15.10;422.00;-0.71;0.56 -5193;3;4426.50;17.80;1199.50;-0.78;0.36 -5194;3;2133.50;10.90;640.50;-0.84;0.74 -5195;3;5490.50;10.55;59.00;-1.39;0.46 -5196;3;3387.00;13.50;607.50;-1.10;0.76 -5197;3;4861.00;9.80;187.50;1.10;0.80 -5198;3;5063.50;10.40;279.50;4.05;0.82 -5199;3;3228.00;13.00;408.50;4.68;0.56 -5200;3;1908.50;9.80;524.50;-1.07;0.68 -5201;3;1721.50;9.60;61.00;-1.39;0.32 -5202;3;1648.50;16.60;628.50;4.45;0.70 -5203;3;3119.50;11.90;212.00;-0.39;0.24 -5204;3;2097.50;10.90;711.50;-0.78;0.80 -5205;3;1484.00;9.75;1663.00;1.81;0.38 -5206;3;4970.50;10.20;339.00;-1.28;0.88 -5207;3;4814.50;11.00;413.00;-0.71;0.66 -5208;3;2071.00;11.30;635.50;0.75;1.16 -5209;3;1736.50;9.50;40.50;-1.00;0.40 -5210;3;3408.50;11.40;591.50;-1.04;0.74 -5211;3;4993.00;9.80;158.50;1.86;0.46 -5212;3;3349.50;10.15;259.00;1.57;0.70 -5213;3;1858.00;10.10;409.50;-1.01;0.90 -5214;3;1851.50;9.70;894.00;4.28;1.18 -5215;3;1715.00;9.50;46.50;-0.38;0.58 -5216;3;1723.50;10.00;732.00;1.09;1.10 -5217;3;3241.00;13.30;258.50;1.48;0.86 -5218;3;2144.00;10.62;708.00;0.78;0.76 -5219;3;1779.50;10.60;282.50;1.46;0.46 -5220;3;2101.50;9.70;817.50;0.57;0.72 -5221;3;3296.00;11.82;430.00;-0.96;1.04 -5222;3;3565.00;12.75;414.50;-0.88;0.88 -5223;3;2134.50;12.20;617.50;4.60;0.60 -5224;3;3391.00;12.05;573.50;1.17;0.68 -5225;3;4973.00;11.95;165.50;1.32;0.54 -5226;3;4606.50;11.35;666.00;1.05;0.44 -5227;3;5094.50;10.30;244.50;3.76;0.46 -5228;3;1705.00;12.57;397.00;1.24;0.42 -5229;3;1807.50;12.10;520.00;1.95;0.64 -5230;3;1740.19;21.60;602.39;4.44;0.48 -5231;3;3204.50;12.90;173.00;2.29;0.92 -5232;3;1878.00;9.90;744.00;1.15;1.42 -5233;3;2741.50;9.50;1397.50;0.48;0.78 -5234;3;2459.50;9.50;1468.00;-1.12;1.06 -5235;3;1950.50;9.50;1330.50;1.68;1.26 -5237;3;1080.50;9.50;1115.50;1.42;1.06 -5238;3;4848.00;9.50;543.50;0.58;1.18 -5239;3;1311.50;10.40;1938.00;1.97;1.38 -5240;3;5074.00;10.90;19.00;-0.19;1.48 -5241;3;5194.50;9.50;1117.00;-1.09;1.12 -5242;3;4844.50;9.50;735.50;1.62;1.02 -5243;3;5106.50;9.50;1579.50;1.46;1.16 -5244;3;4475.50;9.50;957.50;-0.78;1.40 -5245;3;3987.00;9.50;273.00;1.37;0.86 -5246;3;3560.50;9.50;675.50;0.57;1.30 -5247;3;3474.50;9.50;277.50;0.64;1.30 -5248;3;2798.00;9.50;601.00;0.55;1.08 -5249;3;2497.00;9.50;203.50;-0.33;1.00 -5250;3;2407.00;9.50;1165.50;-1.30;1.24 -5251;3;2062.00;9.50;1356.50;-1.38;1.00 -5252;3;1651.00;9.50;575.50;-1.54;1.06 -5253;3;688.50;9.50;286.50;1.86;0.86 -5254;3;247.50;9.50;851.00;1.09;1.26 -5255;3;958.50;9.50;1084.50;2.02;1.40 -5256;3;1210.50;9.50;915.50;1.69;1.32 -5257;3;883.50;9.50;1708.50;0.67;1.38 -5258;3;2677.00;9.50;1400.00;0.78;0.80 -5259;3;2405.00;9.50;1654.00;4.20;1.44 -5260;3;1941.50;9.50;1221.50;1.09;1.40 -5261;3;49.00;9.50;1227.50;-1.05;1.22 -5262;3;1236.50;9.50;1060.00;1.16;1.24 -5263;3;4838.50;9.50;441.50;0.44;1.04 -5264;3;5470.00;9.70;1986.00;1.60;2.52 -5265;3;5160.00;9.50;24.00;1.87;0.78 -5266;3;5233.50;9.50;1179.50;-1.30;1.20 -5267;3;4841.00;9.50;680.50;1.14;1.04 -5268;3;5049.50;9.50;1619.50;-0.93;1.20 -5269;3;4558.50;9.50;962.50;-0.20;1.42 -5270;3;3946.50;9.50;242.50;4.47;1.04 -5271;3;3592.00;9.50;597.00;-0.09;1.04 -5272;3;3482.00;9.50;215.00;-0.38;1.14 -5273;3;2824.50;9.50;535.00;1.12;1.14 -5274;3;2551.50;9.50;251.50;-0.84;0.98 -5275;3;2418.00;9.50;1206.50;1.04;1.10 -5276;3;2058.00;9.50;1405.50;4.44;0.92 -5277;3;1694.50;9.50;524.50;1.47;1.22 -5278;3;615.00;9.50;315.50;4.33;1.06 -5279;3;180.00;9.50;935.50;1.18;1.08 -5280;3;909.00;9.50;1044.00;1.39;1.26 -5281;3;1235.00;9.50;968.00;4.71;1.08 -5282;3;845.50;9.50;1705.00;1.33;0.94 -5283;3;3022.00;12.80;1496.00;4.71;0.20 -5284;3;2656.00;9.50;1358.50;1.18;0.80 -5285;3;1615.50;9.50;53.00;1.57;0.84 -5286;3;2493.00;9.50;1749.00;1.20;1.32 -5287;3;1996.00;9.50;1217.50;1.04;1.06 -5288;3;3.00;9.50;1167.00;3.78;0.30 -5289;3;1319.00;9.50;1036.00;1.30;1.16 -5290;3;4870.00;9.50;565.50;4.24;0.98 -5291;3;2896.00;10.55;1495.50;0.67;0.22 -5292;3;5209.50;9.50;42.50;1.03;1.08 -5293;3;5263.50;9.50;1134.00;4.71;1.22 -5294;3;4789.50;9.50;666.00;0.69;1.16 -5295;3;5020.50;9.50;1617.50;0.74;1.14 -5296;3;4590.50;9.50;948.00;-1.00;1.30 -5297;3;3968.50;9.50;197.00;4.50;1.02 -5298;3;3503.50;9.50;651.00;-1.26;1.10 -5299;3;3392.50;9.50;332.00;-1.17;1.40 -5300;3;2788.00;9.50;509.50;1.26;0.84 -5301;3;2512.50;9.50;258.00;0.76;0.96 -5302;3;2365.00;9.50;1140.50;-1.44;1.20 -5303;3;2048.00;9.50;1455.50;1.19;1.10 -5304;3;1688.00;9.50;467.50;1.32;1.20 -5305;3;724.00;9.50;303.00;1.89;1.06 -5306;3;109.50;9.50;909.50;0.66;1.28 -5307;3;927.00;9.50;997.50;1.20;1.28 -5308;3;1235.00;9.50;918.50;-1.44;1.02 -5309;3;762.50;9.50;1683.50;-1.17;1.04 -5310;3;4171.50;14.30;1086.50;1.39;0.42 -5311;3;2651.00;9.50;1318.50;1.28;0.78 -5312;3;2498.50;9.50;1801.00;4.14;1.50 -5313;3;2027.50;9.50;1341.00;-1.26;1.18 -5314;3;152.00;9.50;1186.00;-1.17;0.94 -5315;3;1390.00;9.50;981.00;-0.96;1.24 -5316;3;4958.00;9.50;465.00;0.46;1.38 -5317;3;1761.50;10.30;937.50;4.37;1.06 -5318;3;5140.00;9.50;125.00;-1.21;1.16 -5319;3;5317.00;9.50;1175.00;0.61;0.98 -5320;3;4846.50;9.50;600.00;-1.19;1.00 -5321;3;4974.00;9.50;1609.50;0.82;1.10 -5322;3;4679.00;9.50;1043.00;0.32;0.94 -5323;3;4015.00;9.50;227.50;1.45;0.98 -5324;3;3510.50;9.50;601.50;1.82;0.88 -5325;3;3416.50;9.50;270.50;0.41;0.98 -5326;3;2795.00;9.50;465.00;1.24;0.94 -5327;3;2473.00;9.50;311.00;-1.49;1.26 -5328;3;2306.00;9.50;1142.00;4.39;1.40 -5329;3;1971.50;9.50;1504.00;-1.25;1.38 -5330;3;1655.50;9.50;414.00;-1.07;1.26 -5331;3;743.50;9.50;309.50;-1.24;1.02 -5332;3;24.50;9.50;884.00;0.49;0.78 -5333;3;1022.50;9.50;992.50;1.53;1.24 -5334;3;1307.00;9.50;932.00;1.34;1.26 -5335;3;855.50;9.50;1654.00;0.92;1.32 -5336;3;2622.50;9.50;1299.00;4.47;0.86 -5337;3;2293.50;9.50;1986.00;-1.46;1.44 -5338;3;1929.50;9.50;1424.50;1.46;0.82 -5339;3;360.50;9.50;1031.50;1.54;0.98 -5340;3;4935.00;9.50;424.00;-0.85;0.76 -5341;3;5177.00;9.50;211.50;-1.10;1.04 -5342;3;5322.50;9.50;1140.50;-1.30;1.30 -5343;3;4735.00;9.50;632.50;1.21;1.74 -5344;3;4942.50;9.50;1626.00;1.83;0.54 -5345;3;4665.00;9.50;1011.50;1.43;0.94 -5346;3;4054.00;9.50;218.50;-1.20;0.94 -5347;3;3450.00;9.50;610.00;-1.17;1.26 -5348;3;3370.50;9.50;239.00;-1.12;1.34 -5349;3;2837.50;9.50;448.00;1.46;0.86 -5350;3;2465.00;9.50;357.00;4.71;0.90 -5351;3;2311.50;9.50;1079.00;0.68;1.20 -5352;3;1966.00;9.50;1467.50;4.44;1.22 -5353;3;1675.00;9.50;312.50;1.28;1.26 -5354;3;728.00;9.50;340.50;0.81;1.06 -5355;3;13.50;9.50;945.50;-1.18;1.04 -5356;3;7.50;9.50;1873.50;-0.85;0.66 -5357;3;1028.00;9.50;937.00;1.76;1.26 -5358;3;1320.50;9.50;872.50;-0.57;0.94 -5359;3;806.00;9.50;1650.50;1.80;0.82 -5360;3;2678.50;9.50;1231.50;1.31;0.80 -5361;3;2249.00;9.50;1956.50;1.30;1.38 -5362;3;2036.50;9.50;1391.50;0.93;1.02 -5363;3;618.50;9.50;984.00;1.16;1.18 -5364;3;5047.00;9.50;490.50;-1.47;1.46 -5365;3;5171.00;9.50;255.00;-0.73;1.32 -5366;3;4762.50;9.50;562.50;1.12;0.84 -5367;3;4712.00;9.50;1000.50;1.28;1.12 -5368;3;4027.50;9.50;189.50;-0.71;1.02 -5369;3;3437.50;9.50;571.50;-1.27;0.84 -5370;3;3328.00;9.50;208.00;-1.10;1.22 -5371;3;2769.00;9.50;421.50;-1.53;1.08 -5372;3;2546.50;9.50;342.00;1.09;1.12 -5373;3;2231.00;9.50;1111.00;-1.04;1.28 -5374;3;1939.50;9.50;1471.50;1.53;1.20 -5375;3;1674.00;9.50;234.50;1.52;0.80 -5376;3;680.50;9.50;336.50;1.79;0.84 -5377;3;95.50;9.50;971.00;1.18;1.26 -5378;3;71.50;9.50;1879.00;1.65;0.92 -5379;3;947.00;9.50;959.00;4.71;1.28 -5380;3;1358.00;9.50;919.50;0.60;0.94 -5381;3;850.50;9.50;1564.00;1.11;1.16 -5382;3;2697.00;9.50;1253.50;1.30;0.62 -5383;3;3581.00;9.50;845.00;0.42;0.98 -5384;3;1941.00;9.50;1523.00;1.57;1.06 -5385;3;711.00;9.50;1077.50;-1.10;1.02 -5386;3;5590.50;9.50;90.50;1.96;1.76 -5387;3;5109.00;9.50;420.00;1.64;1.18 -5388;3;3336.00;9.50;1099.50;-0.85;1.04 -5389;3;5184.00;9.50;311.00;4.66;0.92 -5390;3;4819.50;9.50;579.00;1.29;1.30 -5391;3;4961.00;9.50;1650.50;3.52;0.64 -5392;3;4625.50;9.50;910.00;-0.75;1.02 -5393;3;4097.50;9.50;189.50;-1.52;1.10 -5394;3;3430.50;9.50;522.50;-0.83;1.16 -5395;3;3324.50;9.50;154.50;1.69;1.38 -5396;3;2816.50;9.50;395.50;-1.24;1.06 -5397;3;2644.50;9.50;333.50;1.00;1.12 -5398;3;2226.00;9.50;1170.00;1.43;1.20 -5399;3;1961.50;9.50;1371.50;-0.93;1.06 -5400;3;1631.00;9.50;224.00;2.31;1.42 -5401;3;593.00;9.50;389.00;4.30;1.32 -5402;3;151.50;9.50;999.50;1.48;1.12 -5404;3;919.50;9.50;958.50;1.60;1.30 -5405;3;1404.50;9.50;884.00;1.42;0.92 -5406;3;786.00;9.50;1554.00;0.62;1.20 -5407;3;2733.00;9.50;1242.50;-0.49;0.58 -5408;3;2129.00;9.50;1840.00;-1.39;1.24 -5409;3;1850.00;9.50;1426.50;-1.10;0.96 -5410;3;974.50;9.50;1021.00;0.57;1.46 -5411;3;5143.00;9.50;385.50;2.22;1.32 -5412;3;3255.00;9.50;1342.50;-0.65;0.66 -5413;3;5309.00;9.50;295.00;1.51;1.08 -5414;3;4742.50;9.50;512.50;0.04;1.22 -5415;3;5110.50;9.50;1709.00;4.65;0.74 -5416;3;4606.00;9.50;889.50;0.81;1.00 -5417;3;4130.50;9.50;159.50;-1.27;1.00 -5418;3;3511.00;9.50;557.50;1.94;1.02 -5419;3;3345.00;9.50;151.00;4.15;0.94 -5420;3;2768.00;9.50;378.50;4.58;1.08 -5421;3;2641.00;9.50;394.50;1.69;1.06 -5422;3;2278.50;9.50;1149.50;1.37;1.20 -5423;3;1958.00;9.50;1414.00;-1.26;1.02 -5424;3;1677.00;9.50;180.50;1.31;1.20 -5425;3;588.50;9.50;329.00;1.00;1.34 -5426;3;47.50;9.50;1026.50;-1.24;0.98 -5427;3;4873.50;9.80;1420.50;1.76;0.26 -5428;3;902.50;9.50;912.00;1.17;1.28 -5429;3;1353.50;9.50;839.50;1.63;0.82 -5430;3;825.50;9.50;1495.00;-1.53;0.64 -5431;3;2795.50;9.50;1254.50;0.05;0.78 -5432;3;2257.00;9.50;1884.00;1.26;1.50 -5433;3;1734.50;9.50;1427.50;4.67;0.88 -5434;3;993.50;9.50;870.00;1.82;1.22 -5435;3;5218.50;9.50;263.50;-1.15;1.52 -5436;3;1585.50;9.50;965.00;4.19;0.40 -5437;3;5330.00;9.50;249.50;1.19;1.00 -5438;3;4773.50;9.50;503.00;-1.25;0.82 -5439;3;5088.00;9.50;1679.00;1.34;1.18 -5440;3;4603.50;9.50;856.50;1.71;0.92 -5441;3;4767.50;9.50;91.50;-0.72;0.86 -5442;3;3560.50;9.50;563.50;1.78;1.02 -5443;3;3298.00;9.50;105.50;1.45;1.24 -5444;3;2844.50;9.50;354.50;-1.24;0.74 -5445;3;2574.00;9.50;361.00;-0.73;0.90 -5446;3;2171.00;9.50;1132.00;4.58;1.04 -5447;3;1931.00;9.50;1385.00;1.64;1.16 -5448;3;1618.50;9.50;143.00;4.71;1.00 -5449;3;522.50;9.50;299.00;4.71;1.02 -5450;3;31.50;9.50;996.00;1.39;0.88 -5451;3;856.00;9.50;884.00;4.30;1.42 -5452;3;1410.00;9.50;809.50;0.77;1.48 -5453;3;790.00;9.50;1452.00;-0.66;1.02 -5454;3;2805.00;9.50;1297.50;-0.94;0.84 -5455;3;2296.50;9.50;1876.50;4.63;1.04 -5456;3;1796.00;9.50;1357.50;1.52;0.90 -5457;3;854.50;9.50;970.50;0.99;1.02 -5458;3;5208.50;9.50;10.00;1.87;0.46 -5459;3;5165.50;9.50;171.00;-1.21;1.06 -5460;3;5526.00;9.50;279.00;1.35;1.02 -5461;3;5578.50;9.50;1651.50;1.89;1.24 -5462;3;4788.50;9.50;537.00;-0.86;0.94 -5463;3;4672.00;9.50;880.00;1.07;0.82 -5464;3;4059.50;9.50;181.50;4.32;0.92 -5465;3;4711.50;9.50;38.00;0.75;0.88 -5466;3;3543.00;9.50;505.50;-1.07;1.08 -5467;3;3306.50;9.50;51.50;0.78;1.20 -5468;3;2764.50;9.50;329.00;4.30;1.20 -5469;3;2637.50;9.50;432.50;1.22;0.92 -5471;3;2156.00;9.50;1173.00;-0.46;0.98 -5472;3;1686.00;9.50;1317.50;-1.21;0.98 -5473;3;1675.00;9.50;95.50;0.81;0.98 -5474;3;532.00;9.50;387.50;4.53;1.22 -5475;3;19.00;9.50;1048.50;0.92;0.64 -5476;3;914.50;9.50;848.50;-1.09;1.30 -5477;3;1334.50;9.50;793.00;4.63;1.16 -5478;3;757.00;9.50;1497.50;-1.23;0.98 -5479;3;2860.00;9.50;1274.50;0.48;0.94 -5480;3;2339.00;9.50;1795.00;-1.22;1.26 -5481;3;1714.00;9.50;1255.00;4.71;0.88 -5482;3;780.50;9.50;838.00;-0.85;1.04 -5483;3;5444.00;9.50;67.00;0.98;1.18 -5484;3;5158.00;9.50;88.00;1.72;1.22 -5485;3;5418.00;9.50;257.00;4.12;1.22 -5486;3;2805.00;9.50;1644.00;-1.57;0.86 -5487;3;4814.50;9.50;502.00;4.40;1.02 -5488;3;5226.00;9.50;1509.50;1.32;0.92 -5489;3;4622.50;9.50;838.00;-0.90;1.10 -5490;3;4086.00;9.50;144.50;-1.26;1.02 -5491;3;4786.50;9.50;142.00;1.87;1.00 -5492;3;3615.00;9.50;499.00;1.67;1.08 -5493;3;3235.00;9.50;75.00;-1.32;1.24 -5494;3;2833.50;9.50;292.00;0.64;0.94 -5495;3;2588.00;9.50;471.50;1.70;1.00 -5496;3;1907.00;9.50;20.00;3.46;0.72 -5497;3;2150.50;9.50;1074.00;0.88;1.12 -5498;3;1827.50;9.50;1397.00;4.64;0.86 -5499;3;1629.50;9.50;86.50;0.83;0.94 -5500;3;512.50;9.50;331.00;-1.26;1.06 -5501;3;51.50;9.50;1069.00;4.71;0.96 -5502;3;935.00;9.50;906.00;-1.50;0.88 -5503;3;1296.50;9.50;835.00;4.62;0.98 -5504;3;839.00;9.50;1460.50;-1.38;0.98 -5505;3;2877.00;9.50;1354.00;0.71;1.00 -5506;3;2298.50;9.50;1666.50;-1.08;1.14 -5507;3;1779.00;9.50;1144.50;-1.43;1.54 -5508;3;592.00;9.50;921.50;-1.07;1.42 -5509;3;5264.00;9.50;118.50;1.23;1.26 -5510;3;4993.50;9.50;63.00;-0.39;1.02 -5511;3;5495.00;9.50;187.00;1.03;1.16 -5512;3;5560.50;9.50;1677.50;0.23;1.28 -5513;3;4875.50;9.50;476.00;0.55;1.06 -5514;3;5074.00;9.50;1716.00;3.14;0.44 -5515;3;4723.00;9.50;573.50;2.12;1.12 -5516;3;4123.00;9.50;115.50;-1.18;1.10 -5517;3;4755.50;9.50;68.00;1.57;0.62 -5518;3;3540.50;9.50;460.50;4.57;0.96 -5519;3;3244.50;9.50;36.00;4.71;1.06 -5520;3;2870.50;9.50;298.00;0.63;0.80 -5521;3;2593.00;9.50;414.50;1.07;1.02 -5522;3;1961.00;9.50;76.50;-1.44;1.02 -5523;3;2139.00;9.50;1016.00;-0.22;1.22 -5524;3;1804.00;9.50;1430.00;-0.18;0.94 -5525;3;1562.50;9.50;72.00;-0.75;1.24 -5526;3;465.50;9.50;336.00;4.47;1.26 -5527;3;124.00;9.50;1042.00;-1.19;1.22 -5528;3;1039.50;9.50;867.00;0.51;1.34 -5529;3;1272.50;9.50;828.00;2.14;1.14 -5530;3;875.00;9.50;1422.50;1.60;1.22 -5531;3;2886.50;9.50;1273.00;-0.60;0.88 -5532;3;2420.50;9.50;1510.00;4.34;1.04 -5533;3;1859.50;9.50;1096.00;1.65;1.12 -5534;3;378.00;9.50;827.50;1.76;1.32 -5535;3;5378.50;9.50;213.00;0.85;1.14 -5536;3;4895.50;9.50;102.00;-0.75;1.10 -5537;3;5425.00;9.50;218.50;-1.46;1.18 -5538;3;4903.00;9.50;473.00;-0.11;0.86 -5539;3;4436.50;9.50;661.00;0.09;0.92 -5540;3;3994.00;9.50;157.00;-1.03;1.08 -5541;3;4812.00;9.50;98.50;4.58;1.00 -5542;3;3609.00;9.50;455.50;1.43;0.98 -5543;3;3424.50;9.50;199.50;-0.48;1.12 -5544;3;2847.00;9.50;263.00;-1.48;0.80 -5545;3;2519.50;9.50;386.00;-0.98;1.26 -5546;3;1941.50;9.50;34.00;4.40;1.08 -5547;3;2192.50;9.50;968.00;1.38;1.30 -5548;3;1800.00;9.50;1387.50;0.85;0.86 -5549;3;1588.50;9.50;127.00;0.53;1.14 -5550;3;482.50;9.50;199.50;1.09;1.18 -5551;3;167.00;9.50;1095.00;1.84;1.32 -5552;3;801.50;9.50;990.00;1.17;1.00 -5553;3;1225.00;9.50;793.50;0.52;1.22 -5554;3;978.00;9.50;1370.50;1.33;1.28 -5555;3;2942.00;9.50;1378.50;0.00;0.86 -5556;3;2240.50;9.50;1366.00;4.71;0.84 -5557;3;1773.00;9.50;1106.00;0.74;1.00 -5558;3;324.50;9.50;914.50;-1.19;1.18 -5559;3;5388.50;9.50;270.00;1.24;1.08 -5560;3;4806.00;9.50;132.00;-0.86;1.02 -5561;3;5624.50;9.50;84.00;0.34;0.88 -5562;3;5414.50;9.50;1389.00;0.42;1.14 -5563;3;5001.00;9.50;469.00;0.43;1.30 -5564;3;4475.00;9.50;695.00;1.69;1.04 -5565;3;4059.00;9.50;136.00;0.98;0.98 -5566;3;4681.00;9.50;18.00;4.00;0.52 -5567;3;3615.50;9.50;409.00;1.36;0.86 -5568;3;3458.50;9.50;190.50;4.39;1.04 -5569;3;2806.00;9.50;246.00;-0.98;0.88 -5570;3;2532.50;9.50;445.00;-1.20;0.98 -5571;3;2234.00;9.50;972.50;1.72;1.04 -5572;3;1747.00;9.50;1378.50;0.85;0.90 -5573;3;1543.50;9.50;106.00;0.55;1.32 -5574;3;512.50;9.50;235.00;-1.50;0.96 -5575;3;221.00;9.50;1056.50;1.60;0.98 -5576;3;839.50;9.50;935.50;1.28;1.20 -5577;3;1267.00;9.50;783.50;-1.34;1.16 -5578;3;958.00;9.50;1331.00;4.71;1.50 -5579;3;2950.00;9.50;1351.50;-0.43;0.84 -5580;3;2201.00;9.50;1261.50;4.46;1.42 -5581;3;1739.50;9.50;1194.00;0.83;1.44 -5582;3;280.00;9.50;1006.50;4.61;1.34 -5583;3;5206.00;9.50;389.00;3.85;1.14 -5584;3;4600.00;9.50;163.50;-1.10;1.00 -5585;3;5609.50;9.50;144.50;-0.05;0.94 -5586;3;5180.00;9.50;1365.50;-0.51;1.20 -5587;3;5091.00;9.50;458.00;-1.12;1.26 -5588;3;4992.50;9.50;1663.50;-1.18;1.10 -5589;3;4481.50;9.50;646.00;0.82;0.86 -5590;3;4050.00;9.50;83.00;-0.42;0.90 -5591;3;4806.50;9.50;57.50;1.46;0.90 -5592;3;3637.00;9.50;406.50;4.67;0.92 -5593;3;3466.00;9.50;146.50;1.26;1.08 -5594;3;2873.50;9.50;216.00;1.29;0.96 -5595;3;2712.50;9.50;187.50;1.52;0.98 -5596;3;1888.50;9.50;31.50;2.46;0.86 -5597;3;2232.00;9.50;1013.50;0.76;0.92 -5598;3;1691.50;9.50;1357.50;-1.41;0.84 -5599;3;1487.50;9.50;170.50;-1.48;1.26 -5600;3;512.50;9.50;264.50;-1.21;0.86 -5601;3;251.00;9.50;1046.00;-0.93;1.14 -5602;3;858.00;9.50;1013.50;1.10;1.02 -5603;3;1295.00;9.50;750.50;-1.44;1.18 -5604;3;1038.00;9.50;1283.00;1.34;1.40 -5605;3;2970.00;9.50;1277.50;0.85;0.86 -5606;3;2367.50;9.50;1080.00;0.67;1.18 -5607;3;1700.50;9.50;1120.00;-0.71;1.54 -5608;3;66.00;9.50;910.50;2.19;1.12 -5609;3;5432.00;9.50;355.00;1.14;1.08 -5610;3;4582.50;9.50;219.50;1.63;1.12 -5611;3;5594.00;9.50;186.50;-0.81;1.20 -5612;3;5200.00;9.50;1428.00;-1.48;1.04 -5613;3;5041.00;9.50;440.50;-0.30;0.98 -5614;3;5124.00;9.50;1435.50;-0.25;1.26 -5615;3;4452.00;9.70;618.50;0.58;0.82 -5616;3;4082.50;9.50;104.50;4.57;1.14 -5617;3;4784.00;9.50;23.50;4.29;0.82 -5618;3;3633.50;9.50;500.00;4.71;0.82 -5619;3;3420.50;9.50;166.50;1.19;1.12 -5620;3;2837.00;9.50;193.00;0.82;1.10 -5621;3;2757.50;9.50;233.00;4.63;1.06 -5622;3;1832.50;9.50;23.00;4.50;0.92 -5623;3;2193.00;9.50;1024.50;1.62;0.92 -5624;3;1645.50;9.50;1389.50;1.76;0.72 -5625;3;1526.00;9.50;224.50;4.44;1.20 -5626;3;454.00;9.50;275.50;-0.97;1.10 -5627;3;318.00;9.50;1060.00;0.22;1.08 -5628;3;852.00;9.50;1064.50;0.97;1.06 -5629;3;1306.00;9.50;698.50;0.96;1.04 -5630;3;1098.50;9.50;1288.00;1.01;1.26 -5631;3;3001.00;9.50;1202.50;0.65;0.88 -5632;3;2348.50;9.50;901.00;4.50;1.18 -5633;3;1623.50;9.50;1129.50;1.60;1.58 -5634;3;205.50;9.50;895.00;1.25;0.96 -5635;3;5513.50;9.50;229.00;0.10;1.16 -5636;3;4644.50;9.50;393.50;1.61;0.98 -5637;3;5535.00;9.50;135.50;0.71;1.68 -5638;3;5277.50;9.50;1008.50;-0.37;1.28 -5639;3;5067.00;9.50;395.00;-0.51;0.94 -5640;3;5110.00;9.50;1390.00;-1.13;1.26 -5641;3;4509.50;9.50;602.50;0.54;1.20 -5642;3;4094.00;9.50;56.00;1.73;1.16 -5643;3;4763.00;9.50;32.50;1.18;0.72 -5644;3;3674.50;9.50;503.00;4.71;0.84 -5645;3;3217.00;9.50;34.00;1.70;0.78 -5646;3;2871.50;9.50;94.50;1.28;0.90 -5647;3;2759.00;9.50;282.00;4.64;1.06 -5648;3;2060.50;9.50;1063.50;0.93;1.20 -5649;3;1660.50;9.50;1300.00;1.09;0.84 -5650;3;1622.50;9.50;259.50;0.52;1.36 -5651;3;455.00;9.50;113.50;0.95;1.42 -5652;3;350.00;9.50;1107.00;-1.10;1.18 -5653;3;738.00;9.50;1038.00;1.49;0.92 -5654;3;1219.00;9.50;689.00;-0.68;0.98 -5655;3;1079.50;9.50;1195.00;-0.84;1.26 -5656;3;2976.50;9.50;1328.00;-0.24;1.00 -5657;3;2404.50;9.50;814.00;0.57;1.06 -5658;3;1630.50;9.50;1178.50;-1.53;0.58 -5659;3;237.00;9.50;788.50;-1.39;1.16 -5660;3;5403.50;9.50;394.50;0.90;0.90 -5661;3;4559.50;9.50;401.00;1.03;0.94 -5662;3;5611.50;9.50;268.50;1.44;1.16 -5663;3;5315.50;9.50;1075.00;0.33;1.24 -5664;3;4991.00;9.50;1200.50;0.99;1.34 -5665;3;5342.00;9.50;1467.50;0.91;0.98 -5666;3;4563.00;9.50;563.50;0.15;1.00 -5667;3;4118.50;9.50;64.50;-1.09;0.96 -5668;3;4756.50;9.50;14.50;3.23;0.40 -5669;3;3722.50;9.50;504.50;4.39;0.82 -5670;3;3366.00;9.50;116.00;-1.05;1.00 -5671;3;2846.50;9.50;138.00;0.98;1.04 -5672;3;2734.50;9.50;235.50;1.42;0.80 -5673;3;2032.50;9.50;1126.50;4.66;1.10 -5674;3;1658.50;9.50;1262.00;0.82;0.92 -5675;3;1577.00;9.50;243.00;0.62;1.32 -5676;3;464.50;9.50;168.00;1.39;1.10 -5677;3;223.50;9.50;1104.50;1.69;1.16 -5678;3;768.00;9.50;1039.50;-1.41;0.94 -5679;3;1238.00;9.50;749.50;4.66;1.24 -5680;3;1151.00;9.50;1210.50;1.20;0.82 -5681;3;3045.50;9.70;1286.50;-0.78;0.80 -5682;3;2329.50;9.50;769.00;1.15;1.22 -5683;3;1571.50;9.50;1089.50;-1.18;1.16 -5684;3;508.50;9.50;586.00;1.36;1.06 -5685;3;2801.00;9.50;419.00;4.71;1.38 -5686;3;4429.50;9.50;461.00;-0.37;1.00 -5687;3;3422.50;9.50;1862.00;1.17;0.84 -5688;3;5575.50;9.50;314.00;1.80;1.32 -5689;3;5330.50;9.50;1058.50;4.19;1.24 -5690;3;5015.50;9.50;1189.50;4.49;1.18 -5691;3;5276.50;9.50;1455.50;0.91;1.10 -5692;3;4291.00;9.50;895.00;-1.49;1.00 -5693;3;4093.50;9.50;27.00;3.51;1.00 -5694;3;4871.00;9.50;162.50;1.44;0.64 -5695;3;3686.00;9.50;462.50;1.73;0.94 -5696;3;3423.00;9.50;119.00;-1.10;0.98 -5697;3;2798.00;9.50;166.50;0.95;0.98 -5698;3;2697.50;9.50;242.00;1.46;0.92 -5699;3;2033.00;9.50;1167.50;0.12;0.98 -5700;3;1627.50;9.50;1223.00;0.81;1.08 -5701;3;1548.50;9.50;361.50;4.03;1.40 -5702;3;388.00;9.50;191.50;-1.35;1.12 -5703;3;139.00;9.50;1134.50;-0.96;1.18 -5704;3;799.50;9.50;1082.50;1.48;0.92 -5705;3;1159.00;9.50;688.00;-1.42;1.18 -5706;3;1145.50;9.50;1165.50;-1.21;0.94 -5707;3;3081.00;9.50;1250.50;1.04;1.36 -5708;3;2408.00;9.50;626.50;1.39;1.06 -5709;3;1513.50;9.50;1066.50;-0.88;1.54 -5710;3;617.00;9.50;574.00;1.20;1.14 -5711;3;5574.00;9.50;216.00;-0.78;1.46 -5712;3;4517.00;9.50;223.00;4.71;1.04 -5713;3;3454.00;9.50;1931.00;-0.89;1.44 -5714;3;5621.00;9.50;325.00;1.27;0.96 -5715;3;5391.00;9.50;1092.00;4.24;1.04 -5716;3;5036.50;9.50;1232.50;0.91;1.02 -5717;3;5248.00;9.50;1503.00;4.39;1.28 -5718;3;4334.50;9.50;849.50;0.78;0.94 -5719;3;4155.50;9.50;32.00;2.15;1.22 -5720;3;4893.50;9.50;147.50;-1.00;0.74 -5721;3;3706.50;9.50;465.50;-1.44;0.98 -5722;3;3465.50;9.50;84.50;1.71;0.92 -5723;3;2745.50;9.50;133.00;4.54;1.24 -5724;3;2717.00;9.50;278.50;-0.65;0.82 -5725;3;1989.00;9.50;1109.00;-1.17;1.30 -5726;3;1854.50;9.50;1476.00;4.56;1.10 -5727;3;1519.00;9.50;292.50;-0.70;1.24 -5728;3;402.00;9.50;240.50;4.67;1.20 -5729;3;227.00;9.50;1156.50;1.60;1.34 -5730;3;793.50;9.50;1126.50;4.62;1.16 -5731;3;1132.50;9.50;689.00;1.33;1.26 -5732;3;1194.50;9.50;1092.00;1.30;1.14 -5733;3;3056.00;9.50;1192.50;0.61;1.16 -5734;3;2489.00;9.50;691.00;-1.43;0.74 -5735;3;1562.50;9.50;1188.50;1.17;1.46 -5736;3;4210.00;13.12;1331.00;1.66;0.64 -5737;3;655.00;9.50;603.00;0.71;1.52 -5738;3;3849.50;9.50;36.00;4.07;1.18 -5739;3;4569.00;9.50;95.00;4.48;0.90 -5740;3;3552.00;9.50;1959.50;0.53;2.04 -5741;3;5442.00;9.50;300.00;1.23;1.22 -5742;3;5459.50;9.50;1118.00;0.95;1.22 -5743;3;5087.50;9.50;1204.00;1.36;1.16 -5744;3;5332.00;9.50;1505.00;0.12;0.90 -5745;3;4335.00;9.50;807.00;1.01;0.74 -5746;3;4857.00;9.50;119.50;-0.75;1.04 -5747;3;3749.00;9.50;419.50;1.18;0.98 -5748;3;3420.50;9.50;38.50;-1.01;1.16 -5749;3;2810.50;9.50;105.50;1.05;1.06 -5750;3;2674.50;9.50;285.50;-0.59;0.96 -5751;3;1919.00;9.50;1178.50;-0.94;1.28 -5752;3;1883.50;9.50;1523.50;1.53;1.16 -5753;3;1586.00;9.50;384.50;-1.10;1.30 -5754;3;337.00;9.50;224.50;-1.10;1.00 -5755;3;280.50;9.50;1103.00;1.14;1.22 -5756;3;680.00;9.50;1094.50;1.48;0.78 -5757;3;1119.50;9.50;747.50;1.68;1.22 -5758;3;1190.00;9.50;1054.50;1.61;0.90 -5759;3;3078.50;9.50;1209.00;4.71;0.90 -5760;3;2606.50;9.50;678.50;-1.42;0.78 -5761;3;1570.50;9.50;1150.00;1.57;1.02 -5762;3;827.50;9.50;793.00;1.50;1.28 -5763;3;5380.50;9.50;545.00;1.64;0.88 -5764;3;4668.00;9.50;33.00;0.58;0.82 -5765;3;3333.00;9.50;1982.50;0.44;1.10 -5766;3;5481.50;9.50;330.50;1.41;0.98 -5767;3;5449.00;9.50;1206.00;0.41;1.38 -5768;3;5075.00;9.50;1252.50;-1.13;1.12 -5769;3;5342.50;9.50;1555.50;-0.89;1.02 -5770;3;4279.00;9.50;855.00;4.39;1.04 -5771;3;4963.00;9.50;116.00;1.17;1.08 -5772;3;3737.00;9.50;380.50;-1.18;1.04 -5773;3;3436.50;9.50;16.50;3.23;0.64 -5774;3;2801.50;9.50;60.00;4.63;1.10 -5775;3;2742.00;9.50;335.50;1.43;1.00 -5776;3;1803.00;9.50;12.00;2.67;0.46 -5777;3;1936.50;9.50;1274.00;1.19;1.34 -5778;3;1830.50;9.50;1530.00;1.64;1.20 -5779;3;1591.00;9.50;440.50;-1.47;1.26 -5780;3;324.50;9.50;190.50;4.60;0.94 -5781;3;329.50;9.50;1125.50;1.29;1.08 -5782;3;30.50;9.50;1968.50;1.61;0.72 -5783;3;632.00;9.50;1124.50;0.54;0.98 -5784;3;1080.50;9.50;720.00;1.07;1.24 -5785;3;1224.00;9.50;1112.00;-1.19;1.26 -5786;3;3008.50;9.50;1405.50;-0.86;0.82 -5787;3;2458.00;9.50;564.00;-0.71;0.92 -5788;3;1525.00;9.50;1147.00;1.57;1.22 -5789;3;1059.00;9.50;784.00;1.75;1.38 -5790;3;5338.00;9.50;457.50;-0.95;1.14 -5791;3;4730.50;9.50;20.00;2.57;0.70 -5792;3;3071.00;9.50;1978.00;-0.23;1.98 -5793;3;5370.00;9.50;326.00;1.52;0.88 -5794;3;5394.00;9.50;1156.00;4.60;1.52 -5795;3;5135.50;9.50;1264.00;-1.44;0.98 -5796;3;5395.00;9.50;1572.00;4.71;0.90 -5797;3;4302.50;9.50;791.50;0.73;0.76 -5798;3;4931.50;9.50;76.00;-1.35;1.12 -5799;3;3778.50;9.50;443.50;1.61;1.02 -5800;3;2877.00;9.50;56.50;1.07;0.86 -5801;3;2669.50;9.50;348.50;4.60;1.08 -5802;3;1850.00;9.50;67.50;0.86;1.32 -5803;3;1987.00;9.50;1271.00;1.22;1.24 -5804;3;1734.50;9.50;1463.00;-0.80;1.02 -5805;3;1522.00;9.50;380.00;1.01;1.66 -5806;3;263.00;9.50;199.50;4.61;1.20 -5807;3;257.00;9.50;1159.50;-1.40;1.02 -5808;3;2821.50;9.50;2000.00;1.57;0.60 -5809;3;701.00;9.50;1133.50;1.45;0.96 -5810;3;1021.50;9.50;689.00;1.00;1.20 -5811;3;659.50;9.50;1056.00;4.56;1.00 -5812;3;3033.50;9.50;1375.00;-0.30;0.78 -5813;3;2578.50;9.50;613.00;1.09;1.12 -5814;3;1458.50;9.50;1136.00;0.33;1.14 -5815;3;1105.00;9.50;839.00;4.64;1.12 -5816;3;5222.00;9.50;431.50;-0.91;1.38 -5817;3;4931.50;9.50;42.00;1.68;0.86 -5818;3;3018.50;9.50;2022.50;1.27;1.14 -5819;3;5357.00;9.50;364.50;4.67;0.94 -5820;3;5484.50;9.50;1107.50;4.44;0.90 -5821;3;5115.50;9.50;1301.50;1.61;1.08 -5822;3;5426.50;9.50;1535.50;4.60;1.00 -5823;3;4258.00;9.50;903.00;-0.32;0.86 -5824;3;4986.00;9.50;37.00;1.36;0.98 -5825;3;3782.50;9.50;474.50;1.19;0.94 -5826;3;2875.00;9.50;30.50;1.95;0.98 -5827;3;2665.00;9.50;385.50;-0.57;1.04 -5828;3;1794.50;9.50;122.00;-1.28;1.60 -5829;3;2073.50;9.50;1139.00;-1.31;0.86 -5830;3;1939.50;9.50;1949.00;0.84;1.32 -5831;3;1626.00;9.50;490.00;1.32;1.00 -5832;3;263.00;9.50;244.00;4.71;1.06 -5833;3;332.00;9.50;1159.00;-0.41;1.04 -5834;3;2821.00;9.50;2030.50;1.57;0.58 -5835;3;753.50;9.50;1119.50;0.73;0.96 -5836;3;1033.50;9.50;637.00;1.50;1.10 -5837;3;629.00;9.50;1038.50;0.88;1.16 -5838;3;3083.50;9.50;1345.50;0.37;1.24 -5839;3;2172.00;9.50;275.00;1.15;0.96 -5840;3;1472.50;9.50;1189.00;0.76;0.96 -5841;3;1279.50;9.50;866.00;0.94;1.24 -5842;3;5179.00;9.50;525.50;-1.52;1.40 -5843;3;4935.00;9.50;18.00;4.20;0.68 -5844;3;4984.00;9.50;12.50;3.49;0.38 -5845;3;2958.00;9.50;1982.00;-1.48;1.22 -5846;3;5290.50;9.50;330.00;1.34;1.28 -5847;3;5602.50;9.50;1165.00;1.19;1.56 -5848;3;5176.00;9.50;1313.50;4.44;1.30 -5849;3;5316.50;9.50;1568.00;1.78;1.08 -5850;3;4259.00;9.50;957.50;1.61;0.98 -5851;3;3784.50;9.50;395.00;-1.41;1.24 -5852;3;2801.00;9.50;23.00;3.86;0.74 -5853;3;2745.00;9.50;368.50;1.05;0.84 -5854;3;1883.00;9.50;52.50;0.49;0.66 -5855;3;2083.50;9.50;1051.00;4.37;1.02 -5856;3;1968.50;9.50;1882.00;-0.89;1.32 -5857;3;1558.50;9.50;477.50;0.91;1.24 -5858;3;231.50;9.50;202.00;1.51;1.08 -5859;3;346.00;9.50;1203.50;1.13;0.90 -5860;3;42.50;9.50;1990.50;-1.01;0.86 -5861;3;787.00;9.50;1167.00;-1.50;1.08 -5862;3;1033.50;9.50;586.50;1.60;0.90 -5863;3;2611.50;9.50;1371.00;1.15;1.08 -5864;3;3109.50;9.50;1312.00;1.33;0.60 -5865;3;2830.00;9.50;622.00;4.64;0.88 -5866;3;1476.00;9.50;1240.00;0.62;1.20 -5867;3;1194.50;9.50;750.50;-1.52;1.10 -5868;3;5296.50;10.00;519.50;1.54;1.34 -5869;3;3001.00;9.50;1884.50;-0.10;1.96 -5870;3;5332.00;9.50;367.50;1.36;1.32 -5871;3;5251.50;9.50;1339.00;0.76;1.24 -5872;3;5291.50;9.50;1533.00;4.63;1.04 -5873;3;4225.00;9.50;978.00;1.01;0.98 -5874;3;3895.50;9.50;742.00;0.98;0.62 -5875;3;3651.50;9.50;544.00;1.28;1.24 -5876;3;3399.50;9.50;13.50;3.92;0.66 -5877;3;2764.50;9.50;21.00;2.79;0.60 -5878;3;2746.50;9.50;451.50;0.91;1.04 -5879;3;1893.50;9.50;159.50;1.69;1.28 -5880;3;2113.00;9.50;1187.50;-0.75;0.98 -5881;3;1903.50;9.50;2023.00;4.55;1.06 -5882;3;731.50;9.50;207.50;-1.15;1.16 -5883;3;1503.50;9.50;448.50;1.24;1.08 -5884;3;161.50;9.50;200.50;1.69;1.40 -5885;3;240.50;9.50;1208.00;1.57;1.18 -5886;3;62.50;9.50;1960.50;-1.05;0.68 -5887;3;701.50;9.50;1177.50;1.53;0.96 -5888;3;1103.50;9.50;587.00;1.47;0.98 -5889;3;2504.50;9.50;1454.50;4.23;1.14 -5890;3;3107.00;9.50;1282.50;1.62;0.98 -5891;3;2918.50;9.50;526.00;1.00;0.82 -5892;3;1423.00;9.50;1229.00;1.30;0.94 -5893;3;1067.00;9.50;674.00;0.46;0.96 -5894;3;5436.00;9.50;658.00;1.79;1.24 -5895;3;2943.00;9.50;1910.50;-0.85;1.48 -5896;3;5326.00;9.50;414.50;1.76;0.98 -5897;3;5589.00;9.50;1116.00;0.60;1.32 -5898;3;5308.50;9.50;1369.00;1.72;1.36 -5899;3;5292.00;9.50;1600.00;1.95;0.56 -5900;3;4224.00;9.50;912.00;-0.10;0.76 -5901;3;3660.50;9.50;579.00;1.26;1.02 -5902;3;2665.50;9.50;449.00;-1.51;0.88 -5903;3;1942.50;9.50;116.00;-1.36;0.88 -5904;3;2044.50;9.50;1230.00;1.09;1.16 -5905;3;1884.00;9.50;1978.00;1.57;0.94 -5906;3;1516.50;9.50;595.00;-1.39;1.28 -5907;3;211.00;9.50;140.50;0.99;1.30 -5908;3;290.00;9.50;1200.00;0.74;1.10 -5909;3;110.00;9.50;1867.50;-0.56;1.04 -5910;3;708.50;9.50;1222.50;1.60;0.98 -5911;3;1061.00;9.50;637.50;-1.45;1.10 -5912;3;2378.50;9.50;1512.00;-0.87;1.06 -5913;3;3137.50;9.50;1274.00;0.94;1.06 -5914;3;2886.50;9.50;401.00;1.33;1.16 -5915;3;1341.00;9.50;1194.50;1.61;1.26 -5916;3;1112.00;9.50;636.00;4.46;1.36 -5917;3;5355.00;9.50;586.50;-1.01;1.18 -5919;3;5254.50;9.50;398.00;4.71;1.12 -5920;3;5625.00;9.50;1121.00;0.98;0.64 -5921;3;5262.50;9.50;1410.50;1.70;1.14 -5922;3;5057.50;9.50;1370.50;-1.20;1.04 -5923;3;4215.00;9.50;871.50;-1.20;0.74 -5924;3;3700.00;9.50;593.00;1.57;0.70 -5925;3;2659.50;9.50;479.50;-1.15;0.88 -5926;3;1893.00;9.50;204.50;1.87;1.10 -5927;3;2067.00;9.50;1242.00;4.71;1.28 -5928;3;940.50;9.50;933.50;-0.78;2.32 -5929;3;2840.00;9.50;1554.00;1.32;0.52 -5930;3;1560.00;9.50;435.50;1.80;1.38 -5931;3;247.00;9.50;106.00;4.55;1.12 -5932;3;169.50;9.50;1246.00;-1.39;1.12 -5933;3;74.00;9.50;1913.00;-0.68;1.08 -5934;3;735.50;9.50;1166.00;-0.70;0.96 -5935;3;1176.50;9.50;733.00;1.05;1.28 -5936;3;3543.50;9.50;41.50;4.39;1.04 -5937;3;3133.50;9.50;1234.50;1.37;1.00 -5938;3;2925.50;9.50;208.50;1.34;1.08 -5939;3;1617.00;9.50;1346.00;1.48;0.80 -5940;3;1235.00;9.50;597.00;1.68;1.10 -5941;3;5514.00;9.50;705.00;1.57;0.86 -5942;3;2894.50;9.50;1810.00;-1.29;1.34 -5943;3;5245.50;9.50;352.00;1.26;1.12 -5944;3;2805.50;10.20;1071.00;-1.56;0.84 -5945;3;5319.00;9.50;1413.00;0.90;1.36 -5946;3;5032.50;9.50;1331.00;0.67;1.06 -5947;3;4213.00;9.50;838.00;4.19;0.68 -5948;3;3677.50;9.50;544.00;-1.26;1.12 -5949;3;2712.50;9.50;22.00;2.47;0.62 -5950;3;2664.50;9.50;526.50;-0.99;1.06 -5951;3;1919.00;9.50;265.00;-0.96;1.52 -5952;3;2065.00;9.50;1187.00;4.62;1.24 -5953;3;1826.50;9.50;1966.00;1.87;1.02 -5954;3;1488.50;9.50;560.00;0.46;1.22 -5955;3;210.00;9.50;75.50;0.76;1.16 -5956;3;152.00;9.50;1289.50;-1.54;0.74 -5957;3;115.00;9.50;1936.50;-1.40;0.88 -5958;3;377.00;9.50;1168.00;-1.34;1.28 -5959;3;1193.00;9.50;646.50;1.69;1.20 -5960;3;4397.50;9.50;679.50;0.92;1.48 -5961;3;3189.50;9.50;1188.50;0.34;0.94 -5962;3;2951.50;9.50;183.50;-0.91;0.94 -5963;3;1373.00;9.50;1337.00;1.37;0.80 -5964;3;1435.00;9.50;726.00;1.78;1.24 -5965;3;5557.00;9.50;818.50;-1.43;1.08 -5966;3;2903.00;9.50;1871.50;-1.34;1.02 -5967;3;5133.00;9.50;313.00;-0.87;0.90 -5968;3;2805.50;10.40;1018.00;-1.56;0.86 -5969;3;5335.00;9.50;1375.00;-1.29;1.38 -5970;3;5013.00;9.50;1273.00;-0.83;0.82 -5971;3;4197.50;9.50;841.50;1.63;0.80 -5972;3;3864.00;9.50;432.00;0.87;0.98 -5973;3;2730.00;9.50;89.50;4.54;1.04 -5974;3;2752.00;9.50;508.50;1.87;0.76 -5975;3;1991.50;9.50;302.50;-0.16;1.30 -5976;3;2020.50;9.50;1285.00;-1.51;1.14 -5977;3;1776.00;9.50;1997.50;4.68;0.94 -5978;3;1427.50;9.50;543.50;4.33;1.28 -5979;3;253.50;9.50;23.50;1.86;0.82 -5980;3;222.00;9.50;1253.50;-1.47;1.06 -5981;3;191.50;9.50;1926.00;1.75;1.12 -5982;3;372.50;9.50;1069.00;1.48;0.98 -5983;3;1171.00;9.50;591.50;1.46;1.24 -5984;3;4337.50;9.50;733.00;-1.12;1.08 -5985;3;3240.00;9.50;1169.00;0.85;0.62 -5986;3;1364.00;9.50;1248.00;1.07;1.34 -5987;3;1257.50;9.50;537.00;1.80;1.24 -5988;3;5493.50;9.50;876.50;1.12;1.22 -5989;3;2873.00;9.50;1701.00;1.57;0.74 -5990;3;5185.50;9.50;345.50;1.27;1.12 -5991;3;5569.50;9.50;1009.00;1.06;0.78 -5992;3;5379.00;9.50;1484.50;-1.34;1.22 -5993;3;5049.00;9.50;1290.00;-1.35;0.92 -5994;3;4150.00;9.50;822.50;0.75;1.02 -5995;3;3883.00;9.50;447.00;4.62;0.96 -5996;3;2701.50;9.50;45.00;-1.23;1.02 -5997;3;2747.00;9.50;542.00;1.13;0.94 -5998;3;1990.50;9.50;264.00;-1.02;1.10 -5999;3;1978.00;9.50;1331.50;4.67;1.24 -6000;3;1729.50;9.50;2002.50;-1.50;0.82 -6001;3;1384.50;9.50;549.00;-1.00;0.98 -6002;3;236.00;9.50;62.00;4.52;1.14 -6003;3;307.00;9.50;1259.50;1.45;1.02 -6004;3;173.50;9.50;1885.50;1.16;1.10 -6005;3;184.00;9.50;1002.00;-1.31;1.36 -6006;3;1247.00;9.50;638.50;1.16;1.20 -6007;3;4341.00;9.80;773.00;1.68;0.84 -6008;3;3082.00;11.00;677.50;0.83;0.82 -6009;3;3209.50;9.70;1750.00;1.57;0.24 -6010;3;3036.50;11.75;1786.00;0.89;0.30 -6011;3;3263.00;9.50;1169.50;-0.91;0.78 -6012;3;3275.00;10.05;1952.00;1.57;0.52 -6013;3;3154.00;9.82;1790.00;0.46;0.30 -6014;3;1403.00;9.50;1268.50;-1.17;0.90 -6015;3;3220.50;9.55;2000.00;1.15;0.46 -6016;3;3546.50;10.40;1840.00;2.40;0.88 -6017;3;3375.50;9.50;1768.50;4.57;0.24 -6018;3;1102.50;9.50;449.00;1.14;1.08 -6019;3;5571.00;9.50;979.00;1.72;0.88 -6020;3;3420.00;10.10;629.50;1.50;0.70 -6021;3;3340.00;9.85;1832.50;1.01;0.30 -6022;3;3368.00;10.40;1672.50;0.92;0.24 -6023;3;3041.50;11.30;1776.50;4.51;0.26 -6024;3;3117.00;11.20;1870.00;-1.32;0.32 -6025;3;3665.50;9.90;1710.00;4.49;0.30 -6026;3;2874.00;9.50;1790.00;0.28;0.82 -6027;3;3237.50;11.50;691.50;1.37;0.74 -6028;3;3005.00;10.42;1720.00;4.24;0.16 -6029;3;3334.00;9.75;1883.50;4.42;0.32 -6030;3;5116.00;9.50;351.00;1.02;1.00 -6031;3;5577.50;9.50;1086.00;1.63;0.68 -6032;3;5462.50;9.50;1500.50;1.60;1.18 -6033;3;1624.00;12.10;895.50;-1.06;0.26 -6034;3;3403.50;10.00;1759.50;-1.37;0.32 -6035;3;3307.00;10.30;1708.00;4.71;0.30 -6036;3;5160.50;9.50;1321.50;0.86;1.38 -6037;3;4145.50;9.50;874.50;-1.51;0.92 -6038;3;2988.50;12.30;1816.50;1.30;0.32 -6039;3;2969.00;11.25;723.00;1.03;0.88 -6040;3;3801.00;10.00;1931.00;1.41;1.10 -6041;3;2986.00;9.50;1851.50;4.62;0.32 -6042;3;2985.50;11.40;1768.00;2.15;0.28 -6043;3;3894.50;9.50;375.00;-0.38;0.90 -6044;3;2722.50;9.50;135.50;1.52;1.20 -6045;3;3268.00;10.75;1874.00;1.10;0.42 -6046;3;2718.00;10.97;1679.00;1.57;0.24 -6047;3;1591.50;14.30;889.00;-1.06;0.30 -6048;3;2780.00;9.50;560.50;1.40;0.82 -6049;3;2618.00;9.50;1993.00;-1.10;1.28 -6050;3;3088.00;9.52;1722.00;1.10;0.24 -6051;3;3410.00;10.05;1796.50;4.61;0.44 -6052;3;3289.50;9.95;1775.00;4.43;0.26 -6053;3;2078.50;9.50;1298.50;-1.16;1.22 -6054;3;1807.00;9.50;2033.50;-1.52;0.64 -6055;3;3091.00;15.10;1940.00;4.71;0.32 -6056;3;3396.50;10.40;1694.00;1.57;0.20 -6057;3;3338.50;9.70;1758.00;1.29;0.16 -6058;3;1403.00;9.50;454.00;1.49;1.28 -6059;3;132.00;9.50;116.00;4.33;1.32 -6060;3;286.00;9.50;1308.50;4.68;1.02 -6061;3;3237.50;10.30;1981.50;1.64;0.40 -6063;3;3074.00;10.00;1816.50;-1.32;0.32 -6064;3;205.50;9.50;1837.50;-0.85;1.12 -6065;3;222.50;9.50;963.00;2.01;1.12 -6066;3;3148.50;9.70;1754.50;1.71;0.24 -6067;3;3087.50;11.30;1834.50;1.46;0.30 -6068;3;1183.00;9.50;550.50;-1.41;1.02 -6069;3;4830.50;9.50;56.00;4.71;0.86 -6070;3;3310.50;9.90;1765.50;4.51;0.22 -6071;3;3026.50;10.05;1906.00;3.78;0.30 -6072;3;2935.00;11.65;1712.00;0.00;0.24 -6073;3;3369.50;10.60;1734.00;-0.64;0.26 -6074;3;3104.00;11.20;1903.50;4.35;0.36 -6075;3;3414.50;10.40;1760.00;-1.35;0.34 -6076;3;3214.50;10.80;1930.50;1.50;0.34 -6077;3;3466.00;9.80;1694.00;1.57;0.24 -6078;3;3220.50;10.40;1811.00;-0.98;0.22 -6079;3;3152.00;10.05;1986.00;1.19;0.42 -6080;3;2951.00;12.62;1745.00;1.24;0.24 -6081;3;3197.50;10.40;1836.00;4.49;0.34 -6082;3;3246.00;10.30;1760.50;4.54;0.24 -6083;3;3130.00;10.75;1864.50;-1.10;0.32 -6084;3;3045.00;9.80;1724.00;1.10;0.24 -6085;3;4561.50;11.10;1896.00;-1.44;2.06 -6086;3;3321.00;10.40;1698.00;0.58;0.28 -6087;3;3225.00;10.60;1897.00;1.42;0.38 -6088;3;3489.00;9.80;1768.50;-1.40;0.36 -6089;3;3546.00;9.80;1702.00;1.57;0.30 -6090;3;3357.00;10.20;1802.00;1.89;0.26 -6091;3;3464.50;9.85;1750.00;1.57;0.24 -6092;3;3261.00;9.70;1987.50;1.69;0.38 -6093;3;3038.00;10.30;1749.00;1.10;0.28 -6094;3;3333.00;10.40;1788.50;1.40;0.20 -6095;3;3306.00;10.30;1718.50;-1.21;0.28 -6096;3;3320.00;10.40;1832.50;1.21;0.26 -6097;3;3411.00;10.40;1729.50;-1.44;0.30 -6098;3;3289.50;10.60;1833.50;2.35;0.34 -6099;3;1610.50;10.50;851.00;-1.08;0.20 -6100;3;3508.50;9.90;1749.00;0.64;0.24 -6101;3;3410.50;10.40;1683.50;0.78;0.22 -6102;3;3421.50;9.70;1816.50;-1.14;0.50 -6103;3;2789.50;9.90;1562.50;-1.37;0.22 -6104;3;2716.50;12.30;1689.00;-0.86;0.26 -6105;3;3514.50;9.90;1849.00;1.01;0.76 -6106;3;3352.00;10.30;1763.00;4.71;0.26 -6107;3;3158.50;11.75;1971.00;1.57;0.36 -6108;3;3181.50;9.70;1738.00;1.57;0.18 -6109;3;3375.00;10.30;1777.00;1.57;0.22 -6110;3;3520.00;10.00;1744.50;1.69;0.22 -6111;3;3023.50;11.50;1878.00;-1.05;0.26 -6112;3;3491.00;10.15;1721.00;1.24;0.22 -6113;3;3481.00;10.10;1683.50;1.81;0.24 -6114;3;2953.50;12.65;1784.00;0.46;0.32 -6115;3;2972.50;9.50;1731.00;0.64;0.24 -6117;3;3304.00;9.95;1976.00;4.71;0.48 -6118;3;2956.50;12.65;1803.00;4.71;0.32 -6119;3;3477.50;9.85;1712.00;-0.98;0.20 -6120;3;3024.00;9.80;1636.50;-1.10;0.14 -6121;3;3601.00;10.05;1762.50;0.72;0.42 -6122;3;3374.00;10.40;1676.00;4.71;0.22 -6123;3;3013.00;11.97;1774.00;2.03;0.30 -6124;3;3576.00;9.90;1697.00;1.24;0.30 -6125;3;3157.50;9.70;1883.00;4.71;0.34 -6126;3;3055.50;11.10;1813.00;4.71;0.30 -6127;3;3073.50;10.05;1736.00;1.57;0.28 -6128;3;3265.00;11.00;1927.00;2.15;0.40 -6129;3;3035.00;11.75;1803.00;1.57;0.30 -6130;3;3102.00;12.75;1951.50;-1.17;0.40 -6131;3;3339.50;10.60;1717.50;4.57;0.22 -6132;3;3124.00;9.90;1831.50;4.46;0.30 -6133;3;3547.50;9.80;1723.00;1.57;0.26 -6134;3;3270.00;10.40;1846.00;1.89;0.38 -6135;3;3454.00;9.80;1667.00;0.98;0.24 -6136;3;2942.50;15.15;1772.00;1.57;0.30 -6137;3;3237.00;10.75;1895.00;4.51;0.28 -6138;3;3178.50;10.40;1792.50;1.71;0.32 -6139;3;3261.00;10.35;1710.00;4.39;0.24 -6140;3;3424.00;10.10;1916.50;1.67;0.34 -6141;3;1602.00;12.07;898.00;-1.06;0.30 -6142;3;3230.50;10.80;1946.50;4.57;0.40 -6143;3;3419.00;10.40;1705.00;1.57;0.18 -6144;3;3199.50;9.80;1749.50;1.71;0.24 -6145;3;2907.00;9.50;1745.00;0.78;0.18 -6146;3;3253.50;10.45;1824.00;4.71;0.16 -6147;3;1514.00;9.50;882.50;-1.04;0.24 -6148;3;3049.50;10.45;1674.00;-0.69;0.22 -6149;3;3519.50;9.80;1672.50;1.42;0.26 -6150;3;3278.50;10.40;1771.50;2.35;0.22 -6151;3;2945.00;10.45;1713.00;4.71;0.26 -6152;3;3038.00;13.17;1883.00;4.71;0.32 -6153;3;3306.00;10.50;1785.50;-1.40;0.26 -6154;3;3301.50;10.30;1695.50;-1.16;0.20 -6155;3;3071.50;12.30;1923.50;0.54;0.42 -6156;3;3262.00;10.22;1795.00;2.03;0.30 -6157;3;3312.00;10.15;1948.50;-1.40;0.30 -6158;3;3490.50;9.80;1706.00;1.78;0.20 -6159;3;3362.50;9.85;1820.00;-1.19;0.30 -6160;3;2991.00;10.30;1743.50;1.10;0.26 -6161;3;3115.00;10.75;1857.50;-1.44;0.30 -6162;3;3638.00;10.45;1706.00;-0.46;0.30 -6163;3;3191.50;10.40;1768.50;4.60;0.22 -6164;3;3030.50;9.80;1717.00;-1.19;0.26 -6165;3;3152.00;9.70;1881.00;2.15;0.34 -6166;3;3445.00;10.50;1761.50;-1.44;0.40 -6167;3;3407.50;10.30;1692.50;1.37;0.16 -6168;3;3162.00;10.37;1918.00;-1.10;0.40 -6169;3;3352.00;10.60;1739.50;-0.67;0.22 -6170;3;3143.00;11.85;1941.00;-1.32;0.36 -6171;3;3574.00;9.92;1709.00;1.57;0.24 -6172;3;3326.00;10.30;1762.50;1.10;0.24 -6173;3;2998.00;10.90;1839.50;-0.85;0.40 -6174;3;3275.50;10.40;1725.50;-0.78;0.22 -6175;3;3280.50;10.70;1845.00;0.46;0.34 -6176;3;2906.50;10.00;1700.00;1.95;0.24 -6177;3;3626.50;10.50;1843.50;0.93;0.86 -6178;3;3215.00;9.95;1698.50;1.40;0.26 -6179;3;3252.50;10.80;1881.50;0.95;0.34 -6180;3;3480.50;10.00;1692.00;1.29;0.24 -6181;3;3317.50;10.40;1915.50;1.24;0.24 -6182;3;3404.00;10.40;1747.00;-1.24;0.28 -6183;3;3254.50;10.25;1948.00;4.71;0.32 -6184;3;2928.00;14.22;1734.00;-1.32;0.34 -6185;3;3033.00;11.60;1833.00;1.24;0.30 -6186;3;3240.50;9.70;1752.00;0.98;0.22 -6187;3;3007.00;10.55;1860.00;0.64;0.42 -6188;3;3039.00;9.65;1708.50;0.92;0.18 -6189;3;3392.50;10.05;1716.00;1.57;0.24 -6190;3;3493.00;10.40;1732.00;1.10;0.24 -6191;3;3546.50;10.20;1692.00;-1.29;0.26 -6192;3;3520.00;9.70;1897.00;0.78;1.06 -6193;3;3508.50;9.90;1763.00;0.55;0.38 -6194;3;3367.50;10.60;1928.50;4.62;0.36 -6195;3;3012.50;10.70;1738.50;1.42;0.30 -6197;3;3289.00;10.30;1716.50;1.40;0.22 -6198;3;3188.00;10.50;1814.00;1.57;0.32 -6199;3;3477.50;9.90;1763.00;4.71;0.30 -6200;3;3096.50;10.90;1853.50;1.68;0.30 -6201;3;3160.00;9.70;1710.50;2.21;0.18 -6202;3;3569.00;10.45;1748.50;1.21;0.36 -6203;3;3386.00;10.50;1683.50;1.73;0.26 -6204;3;2924.00;13.95;1779.50;4.61;0.24 -6205;3;2712.50;10.80;1692.50;1.37;0.26 -6206;3;3106.00;12.20;1914.50;-1.44;0.38 -6207;3;2998.50;13.90;1791.50;-1.03;0.32 -6208;3;3125.00;12.80;1953.50;4.61;0.40 -6209;3;3092.50;9.70;1729.00;4.33;0.20 -6210;3;3291.00;10.50;1805.00;1.03;0.36 -6211;3;4807.50;12.25;1889.00;-1.52;1.88 -6212;3;3214.00;10.40;1843.00;1.32;0.30 -6213;3;3536.00;9.80;1729.50;1.01;0.26 -6214;3;3040.50;12.25;1906.00;4.49;0.38 -6215;3;3454.00;9.80;1677.00;4.71;0.18 -6216;3;2929.00;13.35;1767.00;0.98;0.28 -6217;3;3633.00;9.80;1668.00;1.57;0.26 -6218;3;2967.00;9.90;1572.00;-1.24;0.20 -6219;3;3335.00;9.50;1174.00;0.18;0.70 -6220;3;3256.50;10.60;1615.00;1.57;0.28 -6221;3;2772.00;10.00;1567.50;1.40;0.20 -6222;3;3178.50;9.70;1662.00;1.95;0.24 -6223;3;1448.00;9.50;1344.00;1.75;1.38 -6224;3;3589.00;10.00;1662.00;1.32;0.28 -6225;3;3305.00;11.40;1674.00;1.89;0.28 -6226;3;3556.50;10.50;1582.50;-1.42;0.26 -6227;3;885.50;9.50;639.50;0.62;1.10 -6228;3;5549.50;9.50;1051.50;4.67;0.80 -6229;3;3174.50;9.80;1634.50;1.42;0.20 -6230;3;3418.00;9.90;1581.50;-1.40;0.22 -6231;3;3458.50;10.40;1635.50;3.92;0.18 -6232;3;3251.50;9.80;1555.50;4.60;0.18 -6233;3;3284.00;9.80;1586.00;0.46;0.18 -6234;3;2865.50;9.50;1734.50;0.55;0.66 -6235;3;2962.50;9.70;1661.00;1.57;0.28 -6236;3;3040.00;9.70;1576.50;-1.40;0.22 -6237;3;2777.50;10.60;1592.50;1.42;0.20 -6238;3;5169.00;9.50;401.00;-1.13;1.02 -6239;3;5517.00;9.50;1041.00;0.32;1.10 -6240;3;5452.00;9.50;1576.00;4.62;1.10 -6241;3;2891.00;9.60;1561.00;4.71;0.24 -6242;3;3255.00;9.80;1660.00;-0.98;0.24 -6243;3;3328.00;10.00;1604.00;1.57;0.22 -6244;3;4181.50;9.50;934.00;4.48;1.00 -6245;3;3364.00;9.85;1662.50;-1.40;0.20 -6246;3;3650.00;10.30;1638.00;-1.24;0.28 -6247;3;3440.00;10.40;1666.00;-1.24;0.18 -6248;3;3496.50;10.10;1582.50;1.37;0.22 -6249;3;3261.00;9.80;1634.50;4.06;0.30 -6250;3;3847.50;9.50;389.00;-0.75;1.00 -6251;3;2669.00;9.50;107.00;1.57;1.22 -6252;3;3347.00;9.92;1586.00;-1.24;0.20 -6253;3;3530.50;9.90;1632.50;1.37;0.26 -6254;3;3344.00;10.30;1551.00;-1.10;0.18 -6255;3;2748.00;9.50;584.50;1.02;0.98 -6256;3;2035.50;9.50;378.50;-1.11;1.06 -6257;3;2960.00;10.10;1599.00;4.71;0.22 -6258;3;3096.00;10.10;1673.50;2.12;0.28 -6259;3;3117.50;9.80;1568.50;-1.03;0.20 -6260;3;1892.50;9.50;1373.50;2.17;1.28 -6261;3;1779.50;9.50;2024.50;1.19;0.78 -6262;3;3390.50;10.10;1600.50;4.39;0.20 -6263;3;2958.50;9.70;1577.50;4.51;0.20 -6264;3;3328.50;10.70;1652.50;1.06;0.28 -6265;3;1457.00;9.50;444.50;1.53;1.40 -6266;3;161.50;9.50;38.00;3.79;1.26 -6267;3;337.00;9.50;1257.50;4.68;1.02 -6268;3;2760.00;10.87;1612.00;4.71;0.18 -6269;3;3444.00;10.40;1656.50;0.92;0.20 -6270;3;2773.50;10.10;1575.00;1.57;0.18 -6271;3;164.00;9.50;1829.50;1.31;1.10 -6272;3;257.50;9.50;918.50;0.97;1.32 -6273;3;3315.00;10.47;1628.00;0.00;0.18 -6274;3;3636.50;10.60;1726.00;0.89;0.34 -6275;3;3570.00;10.70;1581.50;-1.44;0.16 -6276;3;1181.00;9.50;509.50;1.32;0.98 -6277;3;4842.00;9.50;29.00;3.14;0.82 -6278;3;3638.50;9.85;1657.00;1.29;0.28 -6279;3;3415.00;10.00;1589.00;4.71;0.20 -6280;3;3209.00;10.40;1567.50;-1.10;0.20 -6281;3;3174.50;10.00;1604.00;-1.19;0.24 -6282;3;3030.00;10.27;1587.00;0.78;0.16 -6283;3;3392.50;10.60;1649.00;-1.19;0.22 -6284;3;3461.00;10.35;1605.50;-1.40;0.22 -6285;3;3672.50;9.95;1636.00;1.57;0.30 -6286;3;2899.00;9.50;1570.00;4.71;0.20 -6287;3;2994.50;9.65;1641.00;4.71;0.22 -6288;3;3633.00;9.80;1700.00;0.92;0.28 -6289;3;2650.00;10.92;1580.00;3.92;0.24 -6290;3;3388.50;11.45;1618.00;-1.29;0.20 -6291;3;3486.50;10.05;1585.00;1.19;0.20 -6292;3;3258.50;9.90;1590.50;-1.03;0.24 -6293;3;3292.00;10.15;1642.50;1.44;0.28 -6294;3;3533.50;10.80;1607.50;4.57;0.24 -6295;3;3468.50;9.90;1644.50;-0.78;0.26 -6296;3;3184.50;9.70;1621.00;1.95;0.28 -6297;3;3600.00;10.40;1680.00;4.71;0.24 -6298;3;2969.00;9.70;1582.50;1.10;0.20 -6299;3;3475.50;10.40;1636.50;-1.37;0.26 -6300;3;2742.00;11.75;1662.00;4.39;0.16 -6301;3;2754.00;11.27;1581.00;1.57;0.20 -6302;3;3554.00;11.40;1590.50;-1.40;0.24 -6303;3;3349.50;10.60;1641.00;1.39;0.20 -6304;3;3356.00;10.50;1557.00;1.10;0.18 -6305;3;3328.50;9.95;1592.00;1.57;0.20 -6306;3;3202.50;9.90;1570.50;1.16;0.26 -6307;3;3543.00;9.90;1648.50;-1.32;0.18 -6308;3;3636.50;9.90;1614.50;1.76;0.26 -6309;3;3044.00;9.70;1586.00;0.46;0.22 -6310;3;2992.00;9.70;1691.00;2.03;0.22 -6311;3;1521.50;9.50;851.00;-1.06;0.20 -6312;3;3529.50;10.50;1620.50;0.78;0.24 -6313;3;2665.00;10.10;1585.00;1.10;0.24 -6314;3;3137.50;9.70;1643.50;-1.42;0.28 -6315;3;3395.00;10.10;1593.50;-1.40;0.24 -6316;3;3422.50;10.40;1639.50;-0.78;0.24 -6317;3;3427.50;9.90;1557.50;1.89;0.18 -6318;3;2762.00;10.10;1601.00;1.10;0.18 -6319;3;3276.50;9.80;1562.50;0.78;0.26 -6320;3;2735.50;12.90;1644.50;0.78;0.22 -6321;3;3112.00;9.80;1578.50;-1.10;0.24 -6322;3;3153.00;9.70;1676.50;-1.40;0.26 -6323;3;3614.00;10.50;1637.00;0.00;0.26 -6324;3;3248.00;9.70;1678.00;4.71;0.26 -6325;3;2962.50;9.70;1585.50;1.37;0.18 -6326;3;3251.50;9.80;1638.00;4.33;0.26 -6327;3;3497.50;9.90;1634.50;-1.37;0.20 -6328;3;3485.00;9.80;1558.50;4.54;0.20 -6329;3;3463.50;9.80;1590.00;4.71;0.20 -6330;3;3338.50;10.05;1558.00;4.71;0.22 -6331;3;3003.00;9.85;1686.00;-1.24;0.24 -6332;3;3128.00;9.65;1612.50;1.40;0.24 -6333;3;3402.50;10.00;1605.00;1.57;0.20 -6334;3;3037.50;9.95;1594.00;0.89;0.24 -6335;3;2751.50;10.20;1610.50;4.39;0.20 -6336;3;2897.00;9.62;1582.00;1.57;0.28 -6337;3;3538.50;10.80;1598.00;4.71;0.22 -6338;3;3562.50;10.00;1636.50;-1.46;0.22 -6339;3;3562.00;9.70;1560.50;1.32;0.20 -6340;3;3219.00;10.60;1607.00;1.57;0.28 -6341;3;3419.50;10.30;1558.50;1.03;0.22 -6342;3;3167.50;10.20;1654.50;-0.78;0.26 -6343;3;3477.00;9.90;1611.50;1.73;0.20 -6344;3;3283.00;9.80;1574.50;1.81;0.20 -6345;3;3012.00;9.67;1644.00;1.32;0.18 -6346;3;3394.00;10.35;1666.00;4.71;0.20 -6347;3;3119.50;9.80;1585.00;1.39;0.24 -6348;3;3380.00;10.55;1625.50;-1.40;0.24 -6349;3;2953.50;10.20;1586.50;1.37;0.20 -6350;3;2724.00;10.30;1633.50;2.03;0.26 -6351;3;2761.50;9.90;1553.50;4.51;0.22 -6352;3;3619.50;10.30;1608.50;1.42;0.20 -6353;3;3484.50;9.80;1566.50;1.76;0.18 -6354;3;3289.00;9.90;1603.50;1.10;0.20 -6355;3;3355.00;10.00;1566.50;0.92;0.22 -6356;3;3410.50;10.00;1659.00;4.12;0.18 -6357;3;3537.50;10.20;1616.00;1.19;0.24 -6358;3;3461.00;9.85;1662.50;-0.92;0.20 -6359;3;3203.50;10.00;1585.50;1.42;0.22 -6360;3;3174.00;9.70;1626.00;0.98;0.20 -6362;3;3457.00;10.40;1625.00;1.10;0.24 -6363;3;2725.02;9.70;1588.86;-0.78;0.32 -6364;3;2960.00;9.90;1648.50;-1.44;0.32 -6365;3;3364.00;10.00;1597.00;1.57;0.18 -6366;3;3554.00;9.97;1566.00;1.57;0.20 -6367;3;3316.50;10.50;1648.00;4.33;0.22 -6368;3;3642.50;10.10;1632.50;1.16;0.22 -6369;3;3427.00;9.90;1564.50;1.10;0.24 -6370;3;3474.50;9.80;1654.50;3.92;0.22 -6371;3;3248.50;10.35;1627.00;4.43;0.24 -6372;3;3541.00;10.40;1669.00;0.78;0.26 -6373;3;3274.50;9.80;1576.00;1.57;0.24 -6374;3;3516.00;10.00;1624.50;-1.40;0.22 -6375;3;3127.00;10.05;1592.50;-1.32;0.28 -6376;3;3173.50;10.40;1645.00;1.95;0.22 -6377;3;2956.00;10.37;1569.00;4.71;0.18 -6378;3;2757.50;10.70;1567.50;1.24;0.16 -6379;3;3629.50;10.90;1569.50;4.51;0.24 -6380;3;3387.00;10.92;1639.00;-1.24;0.18 -6381;3;3195.50;10.30;1703.00;4.43;0.18 -6382;3;3489.50;9.80;1567.50;-1.37;0.18 -6383;3;3561.00;9.80;1676.50;-0.92;0.26 -6384;3;2754.00;10.40;1602.50;1.73;0.20 -6385;3;2722.50;10.80;1661.50;-0.78;0.22 -6386;3;3347.50;10.60;1563.00;0.46;0.20 -6387;3;3325.50;10.70;1621.00;0.98;0.20 -6388;3;3629.00;10.20;1648.00;0.98;0.34 -6389;3;2960.00;9.70;1607.00;4.71;0.24 -6390;3;3032.50;9.80;1585.50;4.39;0.20 -6391;3;3505.50;11.25;1601.00;1.19;0.22 -6392;3;3465.50;10.00;1642.50;1.89;0.22 -6393;3;2994.50;9.70;1630.00;1.19;0.28 -6394;3;3556.50;10.10;1573.50;1.37;0.22 -6395;3;2725.00;10.20;1648.50;0.67;0.18 -6396;3;3391.00;10.15;1609.50;-0.92;0.18 -6397;3;1519.00;9.50;847.00;-1.06;0.20 -6398;3;3413.50;10.00;1570.50;-1.37;0.22 -6399;3;2751.50;9.80;1618.50;1.42;0.20 -6400;3;3313.50;10.60;1638.00;4.71;0.20 -6401;3;3101.00;10.05;1573.00;2.03;0.22 -6402;3;3119.00;9.80;1605.50;1.40;0.24 -6403;3;3521.00;9.85;1649.50;-1.32;0.24 -6404;3;3579.00;9.85;1598.50;-1.10;0.26 -6405;3;2646.00;11.35;1571.50;1.69;0.20 -6406;3;3017.00;10.05;1681.50;1.81;0.24 -6407;3;3163.00;9.90;1619.50;-1.32;0.20 -6408;3;3211.00;10.40;1689.50;4.54;0.24 -6409;3;3490.00;9.90;1576.50;1.40;0.20 -6410;3;3461.50;10.30;1623.00;4.33;0.18 -6411;3;3347.00;10.50;1576.00;-0.78;0.22 -6412;3;3010.50;9.70;1660.50;1.37;0.22 -6413;3;3206.00;9.80;1598.00;0.46;0.36 -6414;3;3387.00;11.25;1634.00;4.39;0.18 -6415;3;3202.00;10.07;1560.00;1.57;0.24 -6416;3;3128.00;11.15;1537.50;-0.92;0.20 -6417;3;3451.00;9.80;1453.00;1.57;0.20 -6418;3;3015.50;11.90;1514.00;-0.98;0.22 -6419;3;3353.50;9.50;1236.00;1.02;0.92 -6420;3;3391.50;9.70;1461.00;1.84;0.18 -6421;3;2968.00;10.45;1520.50;-1.40;0.24 -6422;3;1490.50;9.50;1301.50;4.67;1.08 -6423;3;3337.50;9.70;1477.50;1.42;0.24 -6424;3;3619.50;10.15;1553.00;1.19;0.24 -6425;3;901.50;9.50;577.50;1.47;1.28 -6426;3;1310.00;9.50;629.00;1.49;1.02 -6427;3;5462.00;9.50;1026.50;-1.39;1.22 -6428;3;3449.00;9.90;1543.50;1.73;0.24 -6429;3;3229.00;10.22;1501.00;4.71;0.26 -6430;3;3561.00;9.70;1514.50;1.10;0.24 -6431;3;3165.00;12.62;1502.00;4.39;0.28 -6432;3;3401.50;9.80;1517.50;1.03;0.24 -6433;3;4359.50;9.50;101.00;-1.23;0.82 -6434;3;2830.50;9.50;1797.00;4.58;0.84 -6435;3;3213.00;10.15;1532.00;-0.98;0.28 -6436;3;3516.50;11.20;1358.50;4.57;0.18 -6437;3;5156.00;9.50;429.00;0.78;1.26 -6438;3;5486.00;9.50;1073.00;1.38;0.96 -6439;3;5523.50;9.50;1532.00;1.63;0.94 -6440;3;3021.00;11.05;1524.50;-1.40;0.26 -6441;3;3013.00;9.75;1554.00;1.24;0.24 -6442;3;4958.00;9.50;1431.50;-0.97;1.08 -6443;3;4187.00;9.50;981.00;1.78;0.84 -6444;3;2931.50;10.70;1520.50;1.76;0.20 -6445;3;3409.00;9.70;1464.00;2.03;0.20 -6446;3;2853.50;9.70;1535.00;1.29;0.24 -6447;3;4295.00;9.50;21.00;1.95;0.82 -6448;3;4301.00;9.50;301.00;-1.00;1.00 -6449;3;2782.50;9.70;1504.50;0.78;0.24 -6450;3;3514.00;10.00;1550.50;3.73;0.22 -6451;3;3324.00;9.80;1482.00;1.32;0.26 -6452;3;3837.50;9.50;350.50;1.35;1.14 -6453;3;2704.00;9.50;90.00;1.75;0.86 -6454;3;3473.00;10.10;1506.50;-0.92;0.24 -6455;3;3236.00;10.10;1490.50;4.54;0.28 -6456;3;2707.00;9.50;580.00;1.48;0.94 -6457;3;2331.50;9.50;426.00;1.41;1.38 -6458;3;3300.00;9.80;1530.50;1.81;0.22 -6459;3;3228.00;10.12;1644.00;4.39;0.26 -6460;3;3173.50;12.20;1493.00;-1.29;0.26 -6461;3;1882.50;9.50;1251.50;1.22;1.20 -6462;3;3077.50;10.40;1540.50;-0.78;0.22 -6463;3;3526.00;10.15;1458.50;1.10;0.20 -6464;3;3096.00;12.20;1521.50;-1.10;0.20 -6465;3;1396.50;9.50;384.50;-1.32;1.30 -6466;3;133.50;9.50;57.00;1.18;1.50 -6467;3;393.00;9.50;1210.50;-0.56;0.96 -6468;3;3478.50;9.70;1453.00;1.57;0.22 -6469;3;2916.00;9.75;1543.50;1.32;0.22 -6470;3;2998.50;13.30;1523.50;4.51;0.22 -6471;3;159.50;9.50;1790.00;1.21;1.28 -6472;3;298.50;9.50;950.00;0.50;0.94 -6473;3;3586.00;9.70;1549.00;-1.24;0.24 -6474;3;3400.00;10.00;1476.00;1.10;0.26 -6475;3;1128.50;9.50;538.00;-1.16;1.02 -6476;3;4877.00;9.50;75.50;0.90;1.04 -6477;3;3406.50;9.90;1550.50;-1.37;0.22 -6478;3;3323.00;9.90;1491.50;4.06;0.20 -6479;3;3538.00;10.02;1517.00;0.98;0.26 -6480;3;3267.00;10.10;1493.50;1.32;0.28 -6481;3;3359.50;9.80;1527.00;4.71;0.20 -6482;3;889.50;13.15;1573.00;1.57;0.36 -6483;3;3175.00;11.90;1503.50;-1.40;0.24 -6484;3;3164.00;10.00;1547.00;0.98;0.26 -6485;3;3072.50;14.60;1525.50;4.17;0.22 -6486;3;3526.00;10.45;1478.00;-1.24;0.26 -6487;3;2988.50;9.85;1557.00;1.57;0.16 -6488;3;2937.00;10.60;1521.50;-1.40;0.20 -6489;3;2768.50;9.80;1549.00;-1.29;0.26 -6490;3;3464.50;10.10;1464.50;-1.42;0.20 -6491;3;3611.00;9.60;1503.50;1.10;0.36 -6492;3;3480.00;9.80;1552.00;4.71;0.16 -6493;3;3408.00;9.80;1472.00;1.24;0.24 -6494;3;3434.00;10.50;1521.00;4.71;0.22 -6495;3;3322.00;9.90;1498.50;-0.58;0.22 -6496;3;2891.00;9.70;1548.50;1.10;0.20 -6497;3;3271.00;10.10;1504.50;1.32;0.20 -6498;3;3588.50;9.60;1472.50;-1.37;0.34 -6499;3;3140.00;11.20;1520.50;-1.32;0.24 -6500;3;2894.00;9.70;1547.00;4.24;0.20 -6501;3;2996.50;11.30;1538.50;0.78;0.20 -6502;3;3553.50;9.70;1551.50;0.78;0.28 -6503;3;3477.50;9.70;1470.00;0.98;0.22 -6504;3;2853.50;9.80;1519.50;1.89;0.20 -6505;3;3408.50;9.90;1483.00;0.64;0.22 -6506;3;3505.00;10.05;1515.50;4.46;0.22 -6507;3;3332.50;9.90;1494.50;-1.03;0.24 -6508;3;3317.50;9.80;1541.50;1.76;0.24 -6509;3;3218.00;10.45;1512.00;-1.10;0.20 -6510;3;1556.00;10.60;1668.00;-1.32;0.40 -6511;3;3137.50;9.80;1552.00;2.15;0.20 -6512;3;3080.50;10.05;1532.00;2.15;0.22 -6513;3;2962.50;11.00;1549.50;1.03;0.20 -6514;3;3583.00;9.60;1466.50;0.70;0.30 -6515;3;3626.50;9.70;1557.50;-1.42;0.28 -6516;3;3520.00;10.27;1485.00;-1.10;0.22 -6517;3;3383.00;9.90;1524.50;1.32;0.22 -6518;3;2846.00;9.90;1473.50;-1.10;0.20 -6519;3;3413.00;10.45;1492.50;1.40;0.24 -6520;3;3229.50;10.00;1539.50;0.78;0.22 -6521;3;3012.50;9.70;1569.00;1.95;0.22 -6522;3;3150.50;10.45;1517.00;4.71;0.28 -6523;3;3597.00;9.60;1484.00;3.92;0.28 -6524;3;2982.00;10.40;1539.50;1.73;0.22 -6525;3;3542.00;9.60;1488.00;1.57;0.26 -6526;3;2717.00;9.60;1536.50;4.24;0.28 -6527;3;3492.00;10.00;1483.50;1.73;0.24 -6528;3;3452.00;9.80;1525.50;-0.92;0.24 -6529;3;2922.00;11.25;1479.00;1.57;0.20 -6530;3;3385.50;9.80;1496.50;1.46;0.26 -6531;3;2879.50;10.30;1475.00;-1.29;0.24 -6532;3;3288.50;9.95;1536.00;4.71;0.22 -6533;3;2825.00;10.40;1470.50;0.38;0.24 -6534;3;3051.50;12.70;1540.50;4.39;0.18 -6535;3;2930.50;9.80;1553.50;1.03;0.20 -6536;3;2752.00;9.60;1474.00;4.46;0.24 -6537;3;2894.50;11.50;1527.50;1.76;0.18 -6538;3;3632.50;9.80;1886.00;4.71;0.86 -6539;3;3516.50;9.80;1529.00;0.98;0.22 -6540;3;2972.50;11.50;1491.50;-1.03;0.24 -6541;3;3527.00;10.25;1496.00;-1.24;0.26 -6542;3;2935.50;12.40;1488.00;0.98;0.20 -6543;3;3364.00;9.90;1536.50;0.92;0.20 -6544;3;3456.50;9.80;1493.00;1.57;0.22 -6545;3;2879.50;10.70;1492.00;-1.29;0.20 -6546;3;3182.50;10.25;1549.00;0.89;0.24 -6547;3;2821.00;9.90;1483.50;-0.87;0.28 -6548;3;2756.00;10.47;1481.00;4.39;0.22 -6549;3;2951.50;11.10;1533.50;1.24;0.20 -6550;3;3218.00;9.50;1286.50;2.21;0.44 -6551;3;3590.00;9.70;1517.00;0.24;0.26 -6552;3;3047.50;13.40;1491.50;1.37;0.24 -6553;3;3438.50;9.90;1537.50;1.16;0.22 -6554;3;3377.00;9.82;1506.00;-1.32;0.22 -6555;3;2958.50;11.40;1499.50;1.24;0.24 -6556;3;3249.00;10.00;1547.00;-1.32;0.20 -6557;3;3214.00;10.85;1519.00;1.24;0.28 -6558;3;3067.00;10.27;1567.00;1.57;0.16 -6559;3;3018.50;13.75;1537.00;0.98;0.20 -6560;3;2863.50;10.30;1538.00;1.29;0.20 -6561;3;3103.00;10.00;1481.50;4.54;0.18 -6562;3;3070.50;10.60;1507.50;-1.03;0.20 -6563;3;3496.00;9.80;1533.00;4.71;0.18 -6564;3;3574.00;9.70;1495.00;4.39;0.34 -6565;3;3335.50;9.90;1544.00;1.57;0.18 -6566;3;3459.00;10.40;1502.00;2.03;0.20 -6567;3;3128.50;9.70;1570.50;-1.42;0.20 -6568;3;2945.50;11.10;1500.50;1.16;0.20 -6569;3;2827.00;10.20;1502.00;-1.10;0.20 -6570;3;2914.50;9.85;1536.00;4.71;0.18 -6571;3;3177.50;14.60;1478.50;4.57;0.22 -6572;3;2748.50;9.70;1488.50;-1.46;0.18 -6573;3;3132.50;9.95;1490.00;4.71;0.12 -6574;3;3566.00;10.60;1533.50;4.06;0.28 -6575;3;3514.00;10.70;1511.00;-0.98;0.24 -6576;3;3082.50;10.30;1499.50;1.03;0.22 -6577;3;3392.50;9.90;1538.50;1.76;0.16 -6578;3;3355.00;9.75;1503.50;0.92;0.24 -6579;3;3223.00;9.80;1556.00;-1.32;0.18 -6580;3;3172.00;10.10;1529.50;4.46;0.28 -6581;3;2948.50;11.15;1506.00;4.33;0.20 -6582;3;2993.50;9.80;1548.50;1.42;0.14 -6583;3;2898.50;10.80;1509.00;-0.46;0.26 -6584;3;3216.00;10.45;1472.50;-1.32;0.20 -6585;3;2834.50;9.80;1506.00;4.71;0.18 -6586;3;3149.50;9.90;1492.50;1.16;0.20 -6587;3;3463.00;9.95;1541.50;4.54;0.20 -6588;3;3586.50;9.60;1503.50;1.76;0.32 -6589;3;3304.00;9.80;1554.50;-1.44;0.24 -6590;3;3089.00;12.45;1506.00;1.57;0.24 -6591;3;3433.00;10.10;1510.00;4.71;0.20 -6592;3;3019.50;14.95;1504.00;0.89;0.28 -6593;3;3251.00;10.10;1530.50;1.69;0.20 -6594;3;2954.00;10.47;1515.00;1.10;0.20 -6595;3;3050.50;9.85;1549.00;1.57;0.16 -6596;3;3356.00;9.70;1456.00;0.78;0.24 -6597;3;3289.00;10.35;1475.50;-1.32;0.26 -6598;3;2870.00;9.70;1540.50;-1.40;0.16 -6599;3;2809.00;9.85;1500.50;1.81;0.24 -6600;3;3241.50;11.30;1471.50;-1.42;0.28 -6601;3;3539.50;11.10;1534.50;-1.42;0.28 -6602;3;3506.00;9.75;1507.50;1.40;0.16 -6603;3;3382.00;10.00;1541.00;1.10;0.20 -6604;3;3153.50;11.00;1497.50;1.03;0.26 -6605;3;3320.00;9.80;1519.00;-1.24;0.26 -6606;3;2978.50;11.00;1410.50;4.57;0.20 -6607;3;1559.00;10.85;1618.50;1.10;0.28 -6608;3;3283.00;9.50;1239.00;-1.46;0.96 -6609;3;2901.50;13.80;1427.00;4.71;0.18 -6610;3;768.00;9.50;816.00;-0.75;0.26 -6611;3;3051.50;13.40;1411.50;1.89;0.20 -6612;3;1474.50;9.50;1332.50;-0.89;0.94 -6613;3;2880.00;11.00;1431.00;1.10;0.14 -6614;3;3060.00;11.45;1418.00;1.57;0.16 -6615;3;3634.00;9.60;1472.00;-1.24;0.34 -6616;3;975.50;9.50;539.50;-1.34;1.06 -6617;3;5259.00;9.50;935.00;-0.74;1.34 -6618;3;2833.00;10.00;1426.50;-1.10;0.24 -6619;3;3069.50;10.60;1417.00;1.57;0.20 -6620;3;3552.00;9.60;1452.00;0.78;0.30 -6621;3;2788.00;9.55;1418.50;-1.10;0.12 -6622;3;2915.00;9.70;1553.50;-1.40;0.14 -6623;3;4441.50;9.50;172.00;4.52;1.14 -6624;3;2884.50;9.50;1661.00;1.27;0.80 -6625;3;1627.00;10.37;1633.00;0.46;0.28 -6626;3;3020.50;9.65;1430.00;2.15;0.16 -6627;3;5201.50;9.50;463.50;1.05;1.26 -6628;3;5435.00;9.50;1048.50;1.14;1.10 -6629;3;5479.50;9.50;1390.00;1.16;0.98 -6630;3;1610.50;10.50;1637.00;4.71;0.26 -6631;3;2972.00;13.70;1437.00;-0.78;0.20 -6632;3;4907.00;9.50;1379.50;-1.30;1.22 -6633;3;4147.00;9.50;939.00;-0.70;1.14 -6634;3;3137.00;9.90;1407.50;-1.10;0.20 -6635;3;2938.50;11.60;1436.00;1.19;0.20 -6636;3;4193.00;9.50;15.50;3.49;0.50 -6637;3;4333.00;9.50;265.00;-1.40;1.04 -6638;3;4435.00;14.50;1256.00;4.12;0.40 -6639;3;2894.50;10.10;1436.50;1.24;0.20 -6640;3;3784.50;9.50;330.50;0.84;0.94 -6641;3;2642.50;9.50;42.00;-1.02;1.10 -6642;3;3525.00;15.90;1316.00;1.37;0.22 -6643;3;3120.50;9.90;1433.50;4.39;0.18 -6644;3;2850.00;10.25;1446.00;1.10;0.20 -6645;3;2710.00;9.50;630.00;1.46;1.04 -6646;3;2414.00;9.50;468.00;1.65;1.06 -6647;3;3096.00;9.85;1422.00;1.10;0.20 -6648;3;2840.00;10.00;1437.00;4.71;0.18 -6649;3;1861.00;9.50;1207.00;0.00;1.22 -6650;3;3039.00;12.52;1432.00;4.24;0.26 -6651;3;2835.00;10.10;1445.50;-0.92;0.22 -6652;3;3171.50;9.90;1406.00;4.43;0.20 -6653;3;1330.50;9.50;527.00;-1.42;1.24 -6654;3;108.50;9.50;25.00;2.63;0.74 -6655;3;480.50;9.50;1193.50;0.32;1.02 -6656;3;3000.00;9.77;1438.00;1.57;0.20 -6657;3;2792.00;10.10;1439.00;1.10;0.30 -6658;3;3204.50;9.70;1397.00;-1.29;0.24 -6659;3;144.00;9.50;1727.00;1.81;1.06 -6660;3;256.50;9.50;980.00;0.52;1.12 -6661;3;2958.00;11.95;1436.50;0.67;0.26 -6662;3;1577.50;10.70;1643.50;1.37;0.28 -6663;3;1199.00;9.50;485.00;-1.15;1.26 -6664;3;4890.50;9.50;66.00;4.16;0.92 -6665;3;897.00;12.72;1573.00;4.71;0.28 -6666;3;2903.50;9.50;1443.50;-0.19;0.26 -6667;3;3161.50;14.70;1418.50;4.51;0.20 -6668;3;2893.50;10.10;1445.50;-1.37;0.20 -6669;3;3481.50;15.20;1348.50;-1.03;0.26 -6670;3;3101.50;9.80;1440.00;4.71;0.22 -6671;3;3493.00;14.65;1357.50;1.44;0.16 -6672;3;3063.50;10.10;1445.50;1.37;0.22 -6673;3;3013.00;11.90;1448.50;0.00;0.14 -6674;3;3471.00;15.47;1379.00;-1.24;0.26 -6675;3;2972.50;16.10;1447.00;-1.19;0.18 -6676;3;1576.50;10.70;1659.50;1.16;0.34 -6677;3;3234.50;9.70;1404.50;-1.03;0.26 -6678;3;2966.50;15.60;1457.00;1.57;0.20 -6679;3;3183.00;14.70;1431.00;1.57;0.20 -6680;3;2959.50;12.80;1460.00;0.64;0.22 -6681;3;884.50;9.70;1516.00;-1.19;0.28 -6682;3;3135.00;9.80;1441.00;4.71;0.14 -6683;3;2915.00;10.60;1460.00;4.71;0.18 -6684;3;4890.50;10.60;1413.50;0.78;0.24 -6685;3;3079.00;9.85;1444.50;4.58;0.16 -6686;3;4898.50;9.85;1444.00;-1.29;0.24 -6687;3;3029.00;12.20;1458.50;-1.40;0.20 -6688;3;2841.50;10.40;1464.50;-1.03;0.24 -6689;3;3534.50;12.50;1376.00;1.19;0.28 -6690;3;3049.00;13.90;1470.50;-1.32;0.26 -6691;3;3019.50;14.00;1464.50;-1.42;0.20 -6692;3;3447.00;16.20;1390.50;-1.21;0.26 -6693;3;2976.00;12.30;1476.00;4.24;0.24 -6694;3;922.50;9.95;1494.00;-1.05;0.32 -6695;3;3188.00;14.00;1421.00;-0.78;0.22 -6696;3;1462.00;10.15;1503.50;-1.17;0.44 -6697;3;3142.00;10.35;1448.50;-1.40;0.18 -6698;3;2905.00;10.60;1470.00;1.10;0.20 -6699;3;915.50;10.35;1502.00;-1.29;0.32 -6700;3;3117.00;9.80;1443.00;0.58;0.22 -6701;3;3549.50;10.10;1391.50;1.71;0.24 -6702;3;3508.00;11.65;1398.00;0.78;0.26 -6703;3;3098.50;9.80;1456.00;1.19;0.22 -6704;3;3343.50;10.40;1415.50;2.11;0.28 -6705;3;1557.50;10.50;1567.00;1.57;0.24 -6706;3;3238.00;9.87;1427.00;-1.10;0.22 -6707;3;1564.00;10.45;1583.50;-1.44;0.22 -6708;3;3010.00;12.80;1478.00;-1.24;0.22 -6709;3;3188.50;13.60;1430.50;4.51;0.16 -6710;3;1508.00;10.55;1590.50;1.73;0.36 -6711;3;3166.00;14.80;1452.00;4.71;0.16 -6712;3;2929.50;10.50;1480.50;1.24;0.20 -6713;3;1444.00;10.45;1567.50;-1.10;0.24 -6714;3;3176.00;11.25;1457.50;1.40;0.16 -6715;3;4946.00;11.12;1434.00;4.71;0.32 -6716;3;3124.50;9.70;1464.00;0.98;0.24 -6717;3;1621.00;12.95;1586.00;-1.24;0.30 -6718;3;3485.00;11.00;1399.00;1.57;0.22 -6719;3;1699.50;11.95;1632.00;4.33;0.28 -6720;3;3074.50;10.90;1468.50;-1.03;0.24 -6721;3;3429.00;11.50;1399.50;4.54;0.24 -6722;3;1203.00;11.65;1666.50;1.49;0.46 -6723;3;3042.50;12.20;1486.00;1.29;0.22 -6724;3;3343.00;9.95;1423.50;1.10;0.24 -6725;3;3005.50;11.25;1484.00;1.05;0.18 -6726;3;1083.50;11.20;1798.50;1.48;0.48 -6727;3;3272.50;9.70;1438.00;3.60;0.28 -6728;3;1315.00;10.60;1836.50;1.44;1.24 -6729;3;3242.00;10.10;1436.50;1.10;0.24 -6730;3;3534.50;10.20;1399.00;0.86;0.26 -6731;3;3191.00;15.95;1459.00;1.57;0.24 -6732;3;1696.50;9.70;1590.50;1.76;0.28 -6733;3;3490.00;10.45;1398.00;4.39;0.22 -6734;3;2673.50;10.40;1364.50;1.76;0.24 -6735;3;3146.50;10.40;1471.00;-1.35;0.22 -6736;3;3444.50;12.45;1405.00;0.98;0.20 -6737;3;1410.50;10.00;1571.50;1.71;0.32 -6738;3;3434.50;11.55;1414.00;4.71;0.18 -6739;3;3066.50;10.00;1484.50;1.89;0.16 -6740;3;1653.50;9.50;1759.50;0.50;1.22 -6741;3;3385.00;9.60;1422.00;3.92;0.16 -6742;3;1025.00;15.00;1662.50;-1.32;0.58 -6743;3;3268.50;9.70;1440.50;1.16;0.24 -6744;3;2731.00;10.35;1280.50;-1.40;0.24 -6745;3;897.00;10.85;1524.00;0.78;0.26 -6746;3;2726.50;12.90;1372.50;1.37;0.16 -6747;3;3232.50;9.60;1445.50;0.78;0.22 -6748;3;3537.00;10.55;1409.50;1.40;0.28 -6749;3;2723.50;12.70;1385.50;4.51;0.20 -6750;3;3489.00;11.85;1416.50;4.46;0.24 -6751;3;3133.00;9.80;1484.00;1.89;0.26 -6752;3;1322.50;10.50;1652.50;-0.62;0.42 -6753;3;3473.50;12.60;1415.50;1.37;0.24 -6754;3;1002.50;12.60;1804.00;0.82;0.80 -6755;3;3410.50;9.70;1432.00;0.64;0.22 -6756;3;2773.50;10.90;1382.50;1.37;0.20 -6757;3;885.00;11.62;1527.00;1.57;0.30 -6758;3;3544.00;9.60;1428.00;4.24;0.24 -6759;3;2801.00;10.35;1398.50;4.46;0.18 -6760;3;3535.50;9.70;1428.50;-0.78;0.22 -6761;3;3211.00;11.15;1471.50;1.73;0.22 -6762;3;2797.00;10.40;1400.00;1.10;0.18 -6763;3;3540.50;15.65;1350.00;1.35;0.24 -6764;3;2689.50;11.50;1386.50;3.92;0.18 -6765;3;3484.00;9.80;1438.50;-1.44;0.16 -6766;3;2826.50;10.20;1388.50;-0.54;0.18 -6767;3;1379.00;11.45;1694.00;4.57;0.44 -6768;3;3427.50;9.75;1426.00;0.24;0.28 -6769;3;1486.00;10.80;1595.50;-0.92;0.34 -6770;3;2857.50;12.95;1409.00;-1.19;0.24 -6771;3;3348.50;9.70;1445.00;2.15;0.20 -6772;3;889.00;13.40;1540.50;1.40;0.28 -6773;3;2844.00;10.60;1416.00;1.10;0.16 -6774;3;4964.50;12.70;1470.00;1.29;0.30 -6775;3;2816.50;10.10;1405.00;0.98;0.24 -6776;3;3389.50;9.90;1469.00;1.19;0.26 -6777;3;2787.50;9.70;1405.50;4.39;0.20 -6778;3;1624.50;11.10;1617.50;1.03;0.26 -6779;3;1103.00;10.80;1910.50;-1.17;1.24 -6780;3;2924.00;10.75;1419.50;1.32;0.20 -6781;3;3441.00;9.80;1435.00;0.78;0.20 -6782;3;1473.00;10.70;1607.00;-1.24;0.28 -6783;3;3408.50;9.70;1445.00;1.29;0.30 -6784;3;2897.00;12.75;1427.00;1.57;0.16 -6785;3;1269.50;10.40;1315.50;4.62;0.38 -6786;3;2878.50;12.40;1422.50;1.37;0.22 -6787;3;3920.00;10.25;1709.50;-0.96;0.58 -6788;3;2951.00;9.70;1407.50;1.81;0.20 -6789;3;2847.00;11.25;1422.00;-1.24;0.20 -6790;3;2963.50;10.90;1416.00;1.19;0.16 -6791;3;3527.50;10.40;1442.50;4.57;0.22 -6792;3;2809.00;9.95;1419.50;-1.40;0.22 -6793;3;2995.50;9.70;1413.50;1.42;0.16 -6794;3;3492.50;9.70;1447.00;-1.29;0.26 -6795;3;1620.00;11.15;1608.50;1.81;0.24 -6796;3;3472.50;9.80;1441.50;1.46;0.24 -6797;3;1580.50;9.70;1620.50;1.76;0.20 -6798;3;1249.00;11.15;1371.00;-1.19;0.56 -6799;3;3096.00;13.75;1404.00;1.24;0.22 -6800;3;2738.50;12.30;1308.00;3.60;0.14 -6801;3;3197.00;9.50;1251.00;0.83;1.02 -6802;3;2902.00;9.50;68.50;-1.36;0.96 -6803;3;1324.50;11.20;1448.50;1.64;0.34 -6804;3;4753.00;13.37;1350.00;1.57;0.26 -6805;3;1538.50;9.50;1249.50;1.06;1.04 -6806;3;4846.00;10.02;1384.00;4.39;0.24 -6807;3;3327.00;12.00;1279.50;4.46;0.24 -6808;3;3288.00;12.80;1319.50;-1.40;0.26 -6809;3;912.50;9.50;516.50;-1.20;1.20 -6810;3;5329.50;9.50;734.50;0.47;1.48 -6811;3;4845.50;13.20;1408.00;4.71;0.24 -6812;3;2821.00;10.30;1347.00;3.92;0.24 -6813;3;3383.50;15.90;1282.50;-1.42;0.30 -6814;3;3207.00;10.57;1367.00;4.71;0.22 -6815;3;4338.50;9.50;175.00;0.92;0.98 -6816;3;2931.50;9.50;1632.00;1.03;0.62 -6817;3;2804.00;11.30;1327.00;3.92;0.20 -6818;3;2689.00;13.72;1332.00;1.57;0.20 -6819;3;5302.50;9.50;473.50;1.50;0.74 -6820;3;5305.50;9.50;985.00;-1.34;1.24 -6821;3;5544.50;9.50;1394.50;0.84;0.82 -6822;3;4820.00;14.25;1351.50;-1.44;0.30 -6823;3;1575.00;10.82;1533.00;1.10;0.20 -6824;3;4973.00;9.50;1347.00;1.17;1.12 -6825;3;4120.00;9.50;917.00;-1.47;1.08 -6826;3;3505.50;10.75;1239.00;-1.39;0.48 -6827;3;1336.00;11.00;1657.50;-1.21;0.36 -6828;3;4596.50;12.70;1308.50;-0.78;0.24 -6829;3;4240.50;9.50;18.50;2.17;0.70 -6830;3;4437.00;9.50;273.50;1.23;1.00 -6831;3;3031.50;11.20;1362.00;0.89;0.24 -6832;3;2731.50;11.45;1302.00;4.12;0.22 -6833;3;4924.50;13.05;1415.00;4.43;0.30 -6834;3;3780.00;9.50;289.00;2.03;1.12 -6835;3;2596.00;9.50;56.50;-1.39;1.16 -6836;3;2813.50;10.10;1349.00;-1.19;0.22 -6837;3;4689.50;11.40;1340.50;2.11;0.26 -6838;3;4866.50;11.60;1402.50;4.57;0.20 -6839;3;2667.50;9.50;588.50;1.72;0.98 -6840;3;2360.00;9.50;473.00;1.36;1.02 -6841;3;2755.00;13.37;1341.00;0.00;0.28 -6842;3;3210.50;12.40;1377.50;1.03;0.22 -6843;3;3059.00;10.65;1342.50;1.32;0.22 -6844;3;1805.00;9.50;1223.00;1.23;1.38 -6845;3;1627.00;9.72;1543.00;-1.24;0.20 -6846;3;1598.50;9.70;1504.50;-1.46;0.26 -6847;3;1356.50;9.50;576.50;1.54;1.02 -6848;3;39.50;9.50;31.00;2.59;0.94 -6849;3;539.50;9.50;1180.50;-0.14;1.36 -6850;3;1548.50;10.35;1544.00;2.15;0.10 -6851;3;4710.00;11.12;1313.00;3.92;0.16 -6852;3;4688.50;12.50;1364.00;-1.19;0.28 -6853;3;163.00;9.50;1677.50;1.53;1.04 -6854;3;409.00;9.50;1125.50;-1.54;1.18 -6855;3;1517.00;10.80;1544.00;1.57;0.24 -6856;3;2792.00;12.65;1306.50;1.32;0.18 -6857;3;3166.00;12.80;1354.50;4.46;0.24 -6858;3;1210.50;9.50;432.50;-0.88;1.12 -6859;3;4900.50;9.50;23.50;1.80;1.06 -6860;3;4752.50;11.40;1332.50;1.37;0.24 -6861;3;921.00;11.30;1476.00;-0.78;0.32 -6862;3;2989.50;9.70;1369.00;4.71;0.26 -6863;3;4864.50;10.40;1429.50;-1.06;0.30 -6864;3;3219.50;10.10;1319.50;2.35;0.24 -6865;3;2827.00;11.77;1361.00;4.71;0.22 -6866;3;2708.50;10.90;1314.50;-1.24;0.20 -6867;3;2714.00;12.50;1342.00;1.57;0.16 -6868;3;4757.50;12.20;1356.50;-1.03;0.24 -6869;3;1618.00;9.80;1549.50;4.54;0.22 -6870;3;5016.00;13.15;1316.50;-1.32;0.22 -6871;3;3278.00;11.90;1327.50;-1.44;0.20 -6872;3;1592.00;10.52;1558.00;0.46;0.22 -6873;3;4991.67;9.70;1335.35;4.46;0.26 -6874;3;1528.50;10.50;1555.50;-1.42;0.26 -6875;3;2983.50;9.70;1373.00;2.15;0.22 -6876;3;937.00;10.10;1488.00;1.57;0.30 -6877;3;3290.00;13.00;1299.50;-0.92;0.28 -6878;3;2784.00;11.65;1355.50;1.40;0.24 -6879;3;2771.00;12.95;1327.50;1.40;0.20 -6880;3;2679.50;9.70;1272.00;4.71;0.16 -6881;3;929.50;9.95;1449.00;2.49;0.24 -6882;3;1643.50;10.20;1556.50;-1.03;0.22 -6883;3;3414.00;10.75;1259.00;1.57;0.24 -6884;3;2686.00;10.10;1285.50;3.73;0.16 -6885;3;1598.00;10.00;1559.50;4.54;0.22 -6886;3;3162.00;12.90;1354.50;1.81;0.20 -6887;3;1111.00;16.97;1535.00;-1.44;0.50 -6888;3;3370.00;13.90;1295.50;-1.21;0.34 -6889;3;3089.00;10.10;1376.00;2.35;0.24 -6890;3;1533.00;10.87;1567.00;1.24;0.28 -6891;3;2947.50;9.80;1343.50;3.46;0.20 -6892;3;1622.00;9.70;1516.00;1.57;0.24 -6893;3;4722.00;10.02;1370.00;1.57;0.26 -6894;3;3307.50;13.40;1274.00;4.43;0.20 -6895;3;3241.50;9.70;1346.00;1.57;0.24 -6896;3;2741.00;12.77;1296.00;1.57;0.16 -6897;3;1096.50;14.70;1453.50;1.50;0.48 -6898;3;4681.00;12.30;1343.50;1.10;0.28 -6899;3;1563.00;11.00;1566.50;4.54;0.20 -6900;3;3130.50;14.50;1336.50;1.76;0.22 -6901;3;2787.00;10.45;1358.50;-0.92;0.20 -6902;3;2700.50;10.20;1304.50;0.54;0.24 -6903;3;2773.50;12.50;1364.00;4.12;0.16 -6904;3;4610.00;13.42;1330.00;-0.32;0.30 -6905;3;4781.00;12.40;1367.50;4.46;0.26 -6906;3;2798.50;9.85;1313.00;1.57;0.20 -6907;3;2712.50;12.25;1348.00;1.57;0.20 -6908;3;3313.50;12.40;1328.50;-0.32;0.22 -6909;3;1672.00;9.70;1570.00;1.57;0.22 -6910;3;4754.50;11.45;1341.00;1.19;0.24 -6911;3;1655.00;10.37;1569.00;0.00;0.14 -6912;3;3242.50;10.30;1327.50;1.46;0.26 -6913;3;3113.50;13.75;1373.00;-1.19;0.24 -6914;3;2754.00;12.50;1319.00;1.10;0.24 -6915;3;2841.50;13.10;1373.50;1.24;0.20 -6916;3;1630.50;11.50;1609.50;1.03;0.24 -6917;3;2845.00;11.00;1383.50;1.40;0.16 -6918;3;4716.00;11.55;1318.50;-1.40;0.22 -6919;3;3403.00;15.15;1318.50;-1.44;0.30 -6920;3;3319.00;13.40;1340.50;4.54;0.30 -6921;3;2687.50;13.50;1353.50;1.42;0.16 -6922;3;4818.00;10.97;1337.00;3.92;0.26 -6923;3;3198.50;12.30;1361.50;1.42;0.16 -6924;3;2674.50;10.45;1336.00;0.98;0.18 -6925;3;3316.50;11.05;1311.00;4.71;0.28 -6926;3;3002.50;10.40;1380.00;4.71;0.22 -6927;3;2850.50;10.10;1360.50;3.46;0.20 -6928;3;4791.00;11.30;1317.50;-0.38;0.20 -6929;3;1591.00;10.65;1532.50;-1.40;0.18 -6930;3;3152.50;10.30;1319.50;1.42;0.18 -6931;3;2828.50;12.00;1378.00;4.33;0.20 -6932;3;4533.00;13.05;1219.00;-1.24;0.40 -6933;3;2682.50;9.90;1287.50;1.37;0.20 -6934;3;2948.50;10.70;1472.50;-1.37;0.20 -6935;3;3491.50;14.00;1297.00;1.05;0.32 -6936;3;2737.00;12.40;1357.50;-1.32;0.20 -6937;3;4640.00;13.00;1361.00;-1.10;0.32 -6938;3;3330.50;13.40;1343.50;-1.42;0.26 -6939;3;3042.00;10.82;1354.00;4.24;0.20 -6940;3;3124.50;11.10;1375.50;4.51;0.28 -6941;3;2691.50;11.70;1345.50;-1.03;0.22 -6942;3;3077.50;12.70;1391.50;1.89;0.22 -6943;3;1599.50;9.70;1472.50;4.51;0.28 -6944;3;4839.50;9.60;1370.50;1.37;0.28 -6945;3;3267.00;12.25;1293.50;4.46;0.24 -6946;3;2968.50;9.70;1391.00;4.71;0.22 -6947;3;4782.00;11.32;1380.00;4.71;0.24 -6948;3;2728.00;11.15;1304.00;1.10;0.20 -6949;3;2858.00;9.80;1490.50;1.81;0.16 -6950;3;3386.00;13.55;1324.50;-1.44;0.20 -6951;3;4718.00;9.70;1360.00;4.71;0.26 -6952;3;3202.00;11.05;1367.50;1.40;0.20 -6953;3;3130.00;12.20;1382.50;4.54;0.22 -6954;3;2712.00;12.87;1289.00;1.10;0.20 -6955;3;2675.00;11.00;1379.00;-1.24;0.22 -6956;3;3361.50;14.70;1279.50;-0.78;0.28 -6957;3;3068.50;13.80;1395.00;-0.64;0.22 -6958;3;1563.50;14.20;1520.50;-1.37;0.26 -6959;3;2800.00;10.17;1306.00;2.03;0.20 -6960;3;2851.50;11.20;1387.50;-1.16;0.20 -6961;3;4880.50;9.60;1381.50;4.30;0.30 -6962;3;2849.50;11.35;1396.00;4.71;0.20 -6963;3;4786.00;13.37;1347.00;1.10;0.26 -6964;3;4821.00;14.00;1385.50;-1.40;0.26 -6965;3;3405.00;17.12;1302.00;0.78;0.26 -6966;3;2811.00;11.62;1340.00;4.71;0.20 -6967;3;3221.50;9.90;1371.50;1.71;0.24 -6968;3;1323.50;9.80;1408.00;-1.35;0.40 -6969;3;4641.00;11.80;1331.50;1.44;0.20 -6970;3;3131.00;12.75;1389.50;1.81;0.18 -6971;3;1520.00;10.77;1507.00;4.71;0.30 -6972;3;3059.50;12.45;1333.00;1.57;0.18 -6973;3;2966.50;9.70;1399.50;1.16;0.24 -6974;3;1447.50;10.50;1485.50;-1.30;0.38 -6975;3;2907.50;13.00;1404.50;4.39;0.18 -6976;3;3449.00;15.02;1328.00;1.24;0.28 -6977;3;3366.50;13.25;1305.00;4.03;0.24 -6978;3;3351.50;13.15;1341.00;1.57;0.24 -6979;3;3091.50;9.70;1326.50;2.60;0.16 -6980;3;3053.00;11.22;1357.00;2.35;0.14 -6981;3;4741.00;9.70;1325.50;3.73;0.20 -6982;3;3190.50;10.30;1369.50;1.37;0.20 -6983;3;3069.00;12.95;1407.50;-0.92;0.24 -6984;3;1605.50;9.80;1533.50;4.57;0.20 -6985;3;2982.00;12.35;1402.50;1.40;0.16 -6986;3;2685.50;10.15;1303.00;1.57;0.18 -6987;3;1273.00;10.40;1332.00;1.57;0.42 -6988;3;4636.50;13.80;1373.50;-1.24;0.34 -6989;3;4880.50;11.30;1395.00;1.19;0.28 -6990;3;3171.00;10.40;1346.00;4.71;0.20 -6991;3;3457.00;14.85;1327.50;-1.47;0.20 -6992;3;3240.50;11.80;1288.50;-1.24;0.28 -6993;3;2761.00;13.22;1335.00;1.24;0.20 -6994;3;5001.00;12.55;1332.50;-0.92;0.22 -6995;3;3360.00;11.80;1352.50;1.44;0.36 -6996;3;2683.00;11.60;1324.50;4.54;0.20 -6997;3;3508.50;12.00;1312.00;-1.19;0.32 -6998;3;3135.00;11.40;1391.50;-0.92;0.26 -6999;3;4460.00;11.92;1134.00;3.46;0.36 -7000;3;4598.50;11.30;1297.00;1.57;0.24 -7001;3;3377.00;11.35;1179.00;1.24;0.24 -7002;3;3260.50;9.50;1238.00;1.57;1.02 -7004;3;4582.00;11.95;1065.50;4.06;0.30 -7005;3;2956.00;10.10;1206.50;-1.40;0.36 -7006;3;1577.50;9.50;1240.00;-0.27;0.80 -7007;3;4648.50;11.30;1124.00;1.15;0.32 -7008;3;2806.00;13.92;1217.00;0.98;0.32 -7009;3;797.50;9.50;618.50;1.87;1.10 -7010;3;5180.00;9.87;581.00;-0.05;1.58 -7011;3;3294.00;9.70;1146.00;-0.98;0.28 -7012;3;1553.00;9.70;1430.50;1.10;0.38 -7013;3;3950.50;12.30;967.50;1.03;0.28 -7014;3;4701.50;10.00;1165.50;1.89;0.16 -7015;3;4462.00;10.47;1000.00;2.03;0.26 -7016;3;4998.50;9.50;1259.00;0.98;0.22 -7017;3;4365.00;9.50;331.50;-1.30;0.98 -7018;3;2896.00;9.50;1654.00;3.92;0.62 -7019;3;4536.50;11.10;1183.50;1.03;0.34 -7020;3;3889.00;9.85;1038.00;1.73;0.38 -7021;3;4807.50;12.30;1280.00;-1.19;0.26 -7022;3;5278.00;9.50;444.00;-1.37;0.80 -7023;3;5385.50;9.50;1020.00;1.09;1.22 -7024;3;5443.00;9.50;1448.50;1.46;1.60 -7025;3;4629.50;9.70;1225.50;0.78;0.28 -7026;3;3326.00;10.20;1256.50;1.73;0.28 -7027;3;4660.00;10.00;1066.50;3.81;0.28 -7028;3;4878.50;9.50;1341.00;0.76;1.22 -7029;3;4071.00;9.50;889.50;-1.07;1.20 -7030;3;3291.00;9.90;1102.50;4.54;0.32 -7031;3;4196.50;9.50;36.50;0.82;1.02 -7032;3;4391.00;9.50;266.50;0.15;1.08 -7033;3;2864.50;12.70;1237.00;4.71;0.32 -7034;3;4294.00;10.30;977.00;2.03;0.24 -7035;3;4626.00;11.30;1146.00;0.98;0.30 -7036;3;3828.00;9.50;236.00;0.96;1.20 -7037;3;3374.00;9.50;61.50;0.56;1.28 -7038;3;2594.50;9.50;103.00;-1.31;1.10 -7039;3;4542.00;9.60;1001.00;1.57;0.26 -7040;3;2838.50;13.45;1237.00;-1.19;0.38 -7041;3;2728.50;10.40;1075.00;4.67;1.78 -7042;3;2733.50;9.50;628.00;4.64;0.74 -7043;3;2414.50;9.50;502.00;1.51;0.88 -7044;3;4529.50;11.30;1023.50;-1.37;0.22 -7045;3;1572.00;10.45;1468.50;-1.10;0.30 -7046;3;4878.50;11.95;1202.00;1.57;0.26 -7047;3;1762.00;9.50;1283.50;1.18;1.20 -7048;3;4551.50;14.50;1359.50;4.39;0.54 -7049;3;3864.50;10.00;1090.00;0.86;0.36 -7050;3;4863.50;12.00;1220.50;1.37;0.16 -7051;3;1255.50;9.50;579.50;-1.14;1.10 -7052;3;61.00;9.50;59.50;1.39;1.12 -7053;3;357.00;9.50;1304.50;4.68;0.92 -7054;3;4643.50;11.70;1112.50;1.37;0.26 -7055;3;4650.00;10.77;1245.00;0.78;0.24 -7056;3;168.50;9.50;1620.00;1.09;1.00 -7057;3;454.50;9.50;1172.00;1.35;1.06 -7058;3;4697.50;10.60;1141.00;1.57;0.20 -7059;3;3003.50;9.70;1283.00;4.12;0.24 -7060;3;3973.00;11.60;970.50;-1.21;0.34 -7061;3;1157.00;9.50;458.00;4.28;1.16 -7062;3;5378.50;9.50;827.50;1.04;1.18 -7063;3;3127.00;9.75;1156.00;4.71;0.26 -7064;3;4102.50;11.00;1090.00;1.19;0.32 -7065;3;2893.00;14.60;1248.00;-1.32;0.26 -7066;3;3031.00;11.90;1174.50;1.73;0.22 -7067;3;4612.00;9.70;1022.50;1.73;0.28 -7068;3;2743.00;11.32;1267.00;0.78;0.20 -7069;3;2690.00;12.30;1200.50;1.69;0.34 -7070;3;4784.50;10.55;1299.00;0.98;0.22 -7071;3;4648.00;9.50;1050.50;-1.40;0.20 -7072;3;4919.60;9.50;1221.15;-1.50;0.24 -7073;3;3310.50;10.80;1067.00;1.57;0.36 -7074;3;4579.00;10.60;1247.00;-0.98;0.26 -7075;3;4412.00;12.45;973.50;4.54;0.30 -7076;3;3123.00;9.80;1126.50;1.48;0.34 -7077;3;2959.50;11.50;1241.50;0.95;0.26 -7078;3;4208.00;9.70;1012.50;2.26;0.20 -7079;3;3197.00;10.20;1164.50;-1.44;0.26 -7080;3;4005.50;10.40;1063.50;-1.24;0.42 -7081;3;2922.50;10.15;1261.00;1.57;0.20 -7082;3;3156.00;10.25;1184.00;-1.24;0.24 -7083;3;1563.00;9.80;1454.00;-1.10;0.34 -7084;3;3879.50;9.70;1087.50;1.37;0.44 -7085;3;4624.00;10.42;1220.00;1.37;0.24 -7086;3;4678.00;11.87;1106.00;2.03;0.20 -7087;3;4961.00;10.60;1233.50;4.54;0.24 -7088;3;3282.00;12.80;662.00;-1.21;0.80 -7089;3;4664.00;11.50;1257.00;4.71;0.22 -7090;3;4103.00;13.57;960.00;-0.78;0.36 -7091;3;3289.00;9.70;1164.00;1.57;0.18 -7092;3;4610.50;9.70;1270.00;1.57;0.26 -7093;3;4481.00;9.60;995.50;2.55;0.26 -7094;3;4640.50;10.40;1188.50;1.37;0.26 -7095;3;4510.50;9.80;1047.00;4.43;0.28 -7096;3;3160.00;10.30;1279.50;4.54;0.26 -7097;3;4572.00;9.80;1113.50;1.21;0.30 -7098;3;2714.50;10.80;1280.50;1.03;0.20 -7099;3;4625.50;10.45;1052.00;-0.89;0.26 -7100;3;2713.00;13.22;1208.00;-1.10;0.34 -7101;3;2273.00;9.50;563.00;-1.32;0.24 -7102;3;4934.50;12.35;1246.00;0.64;0.24 -7103;3;4393.50;11.60;977.00;1.75;0.30 -7104;3;4649.50;10.80;1147.50;4.51;0.28 -7105;3;4684.00;11.40;1268.00;0.98;0.28 -7106;3;3998.50;16.80;1184.50;-1.30;0.34 -7107;3;3358.50;10.60;1179.50;0.78;0.14 -7108;3;4590.50;9.65;1020.00;1.84;0.24 -7109;3;4608.00;10.15;1297.00;1.57;0.22 -7110;3;4840.50;10.70;1200.00;0.98;0.18 -7111;3;2775.50;13.00;1284.00;-0.98;0.16 -7113;3;4920.50;10.90;1214.50;1.71;0.26 -7116;3;2776.50;14.20;1206.00;1.15;0.36 -7117;3;3267.50;9.95;1126.00;4.71;0.40 -7118;3;1520.00;9.85;1418.50;1.21;0.30 -7119;3;3965.50;13.20;963.50;1.46;0.26 -7120;3;4678.50;11.05;1162.00;-0.46;0.22 -7121;3;4820.00;12.00;1254.50;-1.10;0.16 -7122;3;4253.00;10.15;1000.50;4.46;0.20 -7123;3;1847.00;9.55;1119.00;3.46;0.12 -7124;3;4192.00;9.80;1033.50;4.54;0.26 -7125;3;4786.00;9.62;1282.00;4.71;0.18 -7126;3;4598.50;9.70;1201.50;-1.37;0.32 -7127;3;3177.00;10.30;1294.00;0.00;0.44 -7128;3;4536.00;10.40;1043.50;-1.44;0.30 -7129;3;4608.00;9.70;1234.50;0.92;0.30 -7130;3;3236.50;10.30;1286.50;2.11;0.24 -7131;3;4650.00;10.40;1060.00;1.57;0.22 -7132;3;2798.00;9.87;1242.00;2.03;0.20 -7133;3;3296.50;11.15;699.00;1.19;0.42 -7134;3;1558.00;9.70;1441.00;1.57;0.24 -7135;3;4523.00;9.70;991.50;2.21;0.18 -7136;3;3063.00;10.47;1142.00;4.46;0.30 -7137;3;4489.00;9.80;1019.50;-1.44;0.24 -7138;3;1555.00;9.80;1450.50;0.96;0.32 -7139;3;3140.50;11.25;1171.00;1.57;0.22 -7140;3;3377.50;10.90;1243.50;-1.46;0.32 -7141;3;4614.50;10.10;1047.00;4.71;0.24 -7142;3;4673.50;9.70;1201.50;-0.78;0.22 -7143;3;3320.50;13.25;1266.00;-1.05;0.22 -7144;3;3285.50;9.80;1104.00;1.19;0.20 -7145;3;4882.00;12.65;1235.50;1.73;0.24 -7146;3;4692.00;10.87;1124.00;0.78;0.22 -7147;3;3020.50;10.40;1275.50;1.76;0.22 -7148;3;3233.00;9.60;1144.50;4.35;0.34 -7149;3;2877.00;11.65;1224.00;0.98;0.36 -7150;3;3952.50;9.70;996.00;1.29;0.32 -7151;3;3362.50;9.50;1172.50;-1.03;0.22 -7152;3;4563.00;10.80;1016.50;-1.32;0.22 -7153;3;2726.50;10.60;1260.50;1.89;0.20 -7154;3;2971.50;10.60;1166.50;4.44;0.58 -7155;3;4764.50;9.80;1294.00;1.57;0.16 -7156;3;3337.50;10.70;1038.50;1.71;0.34 -7157;3;4970.75;11.70;1234.17;4.06;0.18 -7158;3;4584.50;12.70;1328.50;1.07;0.34 -7159;3;4561.50;10.35;1076.00;0.89;0.26 -7160;3;4625.50;10.60;1261.50;1.71;0.30 -7161;3;3226.50;11.60;575.50;-1.48;0.70 -7162;3;2971.50;9.80;1243.50;1.89;0.28 -7163;3;4282.00;10.65;1004.00;0.78;0.30 -7164;3;3277.50;9.70;1154.00;-1.29;0.28 -7165;3;3954.00;9.87;1018.00;-1.10;0.34 -7166;3;2878.50;12.65;1257.00;1.57;0.26 -7167;3;4585.00;9.70;1156.50;-1.44;0.28 -7168;3;4523.00;11.20;1044.50;4.54;0.28 -7169;3;5005.50;9.60;1290.50;0.78;0.30 -7170;3;3362.00;10.15;1184.00;-1.10;0.20 -7171;3;4778.00;11.90;1308.50;1.32;0.22 -7172;3;4608.50;10.45;1093.00;4.71;0.24 -7173;3;2746.00;14.67;1203.00;1.24;0.32 -7174;3;4660.00;10.45;1125.50;1.10;0.24 -7175;3;4788.50;9.80;1251.00;1.57;0.20 -7176;3;3352.00;10.90;1158.50;-1.32;0.18 -7177;3;3978.00;10.42;984.00;-1.37;0.28 -7178;3;4855.50;10.20;1184.00;-0.98;0.16 -7179;3;4244.50;10.30;1022.00;0.69;0.28 -7180;3;2956.00;12.10;1255.00;4.71;0.26 -7181;3;4670.00;9.70;1194.50;1.81;0.22 -7182;3;4627.50;11.10;1040.50;1.37;0.24 -7183;3;2711.00;9.70;1273.00;4.71;0.22 -7184;3;3394.00;11.15;1202.00;1.81;0.44 -7185;3;1326.50;10.40;1885.00;1.16;1.66 -7186;3;4701.00;12.67;1055.00;4.71;0.22 -7187;3;4944.00;10.20;1242.50;-1.40;0.20 -7188;3;3296.00;10.60;1114.50;1.40;0.30 -7189;3;4628.50;11.30;1270.50;4.51;0.24 -7190;3;4281.00;11.65;989.00;1.24;0.28 -7191;3;4678.00;11.10;1151.00;3.92;0.18 -7192;3;4519.50;9.80;1009.50;1.03;0.20 -7193;3;3320.00;11.15;1230.00;1.89;0.32 -7194;3;3055.00;10.10;1144.50;1.21;0.34 -7195;3;417.02;11.60;1012.82;0.60;0.26 -7196;3;2766.00;12.72;1280.00;-1.24;0.24 -7197;3;4884.50;9.70;1203.00;-1.29;0.22 -7198;3;2734.50;10.90;1275.00;-1.19;0.20 -7199;3;4609.00;10.70;1081.50;1.73;0.28 -7200;3;4655.00;9.70;1225.00;1.57;0.24 -7201;3;4521.50;15.15;1137.00;4.43;0.26 -7202;3;1560.50;9.70;1414.50;1.68;0.48 -7203;3;2668.50;15.10;1140.50;1.24;0.48 -7204;3;4789.50;9.90;1260.50;-1.24;0.22 -7205;3;3983.50;10.70;998.50;4.57;0.34 -7206;3;3181.00;9.80;1162.50;1.40;0.26 -7207;3;3927.50;9.70;1005.50;1.46;0.38 -7208;3;4519.00;11.05;1243.50;-1.21;0.34 -7209;3;3026.50;11.30;1184.00;4.43;0.24 -7210;3;4551.00;10.15;1035.00;1.37;0.26 -7211;3;3153.50;12.20;1285.50;1.16;0.20 -7212;3;4894.50;9.65;1226.00;4.12;0.24 -7213;3;2790.50;13.60;1334.50;1.37;0.20 -7214;3;4693.00;10.70;1052.00;3.92;0.26 -7215;3;2745.00;13.80;1230.50;4.54;0.24 -7216;3;3246.00;10.00;1107.00;4.71;0.50 -7217;3;4941.50;11.90;1250.50;-1.16;0.26 -7218;3;4420.50;12.50;981.50;-1.03;0.24 -7219;3;3158.50;11.05;627.00;1.57;0.84 -7220;3;4162.00;10.20;1013.00;-0.78;0.28 -7221;3;4790.50;9.70;1272.00;1.29;0.30 -7222;3;4635.00;9.85;1177.50;4.54;0.28 -7223;3;4513.00;11.85;536.50;1.69;0.20 -7224;3;3906.00;14.62;1287.00;1.24;0.44 -7225;3;4385.00;9.70;862.00;-1.32;0.20 -7226;3;3228.50;9.50;1264.00;1.03;1.00 -7227;3;4554.50;10.20;604.00;1.57;0.30 -7228;3;3749.50;10.20;1696.50;1.68;0.40 -7229;3;4484.00;12.70;894.50;-0.58;0.26 -7230;3;1660.00;9.50;1201.00;-0.61;1.00 -7231;3;4636.00;10.65;674.00;4.71;0.24 -7232;3;3951.50;11.00;924.00;-0.86;0.36 -7233;3;3751.50;9.90;1553.50;-1.46;0.40 -7234;3;817.50;9.50;516.00;0.81;1.24 -7235;3;5150.00;9.50;572.00;0.46;1.00 -7236;3;4372.00;10.32;756.00;4.71;0.20 -7237;3;3661.50;10.70;1626.00;1.57;0.36 -7238;3;4472.00;9.97;831.00;2.03;0.22 -7239;3;2761.00;10.05;1574.50;-0.38;0.20 -7240;3;4449.00;10.40;1140.00;-1.19;0.40 -7241;3;4356.00;9.50;375.00;-1.27;1.18 -7242;3;2850.50;9.50;1582.00;-1.01;0.64 -7243;3;3796.50;10.10;1442.00;1.57;0.38 -7244;3;3985.50;13.50;857.00;1.15;0.28 -7246;3;5445.50;9.50;404.00;4.59;1.12 -7247;3;5352.00;9.50;956.00;-1.03;1.38 -7248;3;5486.50;9.50;1483.50;-1.33;1.00 -7249;3;4972.50;13.05;1533.00;-1.22;0.34 -7250;3;3982.00;11.10;908.50;1.47;0.26 -7251;3;5174.50;9.70;580.50;4.30;0.18 -7252;3;4852.00;9.50;1302.00;4.33;1.02 -7253;3;4082.00;9.50;837.50;0.94;0.92 -7254;3;4293.00;10.75;924.50;1.81;0.26 -7255;3;908.50;13.25;1654.00;0.35;0.38 -7256;3;4464.00;10.95;1184.00;1.32;0.36 -7257;3;4234.50;9.50;54.50;1.61;1.02 -7258;3;4408.50;9.50;316.00;-0.81;0.98 -7259;3;865.00;11.80;1718.00;3.78;0.42 -7260;3;4063.00;10.90;748.00;1.10;0.32 -7261;3;3868.00;9.50;297.50;1.52;0.90 -7262;3;3397.00;9.50;41.00;2.11;1.02 -7263;3;2651.50;9.50;23.00;3.07;0.64 -7264;3;5370.50;9.60;319.50;3.92;0.26 -7265;3;4034.50;10.60;797.00;1.19;0.28 -7266;3;4928.00;10.35;1483.50;-1.44;0.36 -7267;3;2739.50;9.50;656.50;-1.34;0.76 -7268;3;2353.00;9.50;524.00;4.61;1.04 -7269;3;4929.50;11.45;584.00;1.78;0.36 -7270;3;4384.50;18.80;1241.50;2.07;0.38 -7271;3;4498.00;14.15;839.50;1.32;0.20 -7272;3;1887.50;9.50;1332.00;1.15;1.06 -7273;3;4023.00;21.75;1225.50;-1.01;0.74 -7274;3;4100.50;10.50;1624.50;4.60;0.46 -7275;3;4685.00;11.65;894.00;2.03;0.20 -7276;3;1306.00;9.50;532.50;0.97;1.04 -7277;3;45.50;9.50;119.00;1.70;1.30 -7278;3;405.00;9.50;1261.00;4.65;1.24 -7279;3;4530.00;10.67;1123.00;-0.78;0.34 -7280;3;4467.50;10.90;930.50;1.37;0.26 -7281;3;3735.50;9.80;1557.00;4.43;0.44 -7282;3;193.00;9.50;1630.00;4.65;1.02 -7283;3;460.00;9.50;1081.50;-0.95;1.18 -7284;3;4772.50;9.60;760.50;3.92;0.22 -7285;3;3775.50;10.60;1632.50;1.06;0.28 -7286;3;1095.00;9.50;548.50;1.69;1.20 -7287;3;5438.50;9.50;791.00;0.62;1.08 -7288;3;4015.00;10.80;795.00;0.98;0.30 -7289;3;1676.50;10.60;1644.50;1.68;0.28 -7291;3;1677.50;9.70;1672.50;0.40;0.36 -7292;3;4401.00;9.65;850.50;3.81;0.26 -7293;3;4618.58;9.50;513.63;4.49;0.24 -7294;3;4409.50;15.50;1088.50;1.68;0.50 -7295;3;4340.00;9.65;882.50;1.10;0.22 -7296;3;4596.00;9.65;593.50;3.81;0.28 -7297;3;4080.00;9.60;917.00;3.92;0.24 -7298;3;3888.50;10.20;1568.50;-1.14;0.34 -7299;3;4609.50;10.50;654.00;-0.86;0.42 -7300;3;3691.00;10.57;1586.00;-1.24;0.40 -7301;3;4514.50;12.35;1209.00;0.86;0.28 -7303;3;4460.50;9.85;803.00;3.78;0.24 -7304;3;1819.50;9.75;1650.00;1.57;0.32 -7305;3;5119.50;9.70;512.50;2.35;0.24 -7306;3;1373.50;10.10;1576.50;1.14;0.40 -7308;3;4420.00;12.62;583.00;2.03;0.54 -7309;3;4988.00;12.80;1523.00;-1.24;0.34 -7310;3;4036.50;11.00;872.00;4.71;0.34 -7311;3;4729.50;9.90;661.00;4.33;0.24 -7312;3;4349.00;11.35;924.50;1.40;0.26 -7313;3;3721.00;9.80;1523.50;4.35;0.40 -7314;3;4516.00;13.20;1279.50;1.21;0.42 -7315;3;897.50;9.70;1693.50;4.51;0.26 -7316;3;4012.00;21.15;1202.50;1.17;0.58 -7317;3;3965.50;10.00;1557.00;-0.94;0.52 -7318;3;3636.00;10.07;1763.00;-0.38;0.46 -7319;3;4437.50;9.70;842.50;1.42;0.28 -7320;3;3734.00;13.90;1655.00;1.57;0.34 -7321;3;4712.50;9.50;511.00;1.19;0.14 -7322;3;3650.00;10.10;1476.50;-1.27;0.40 -7323;3;4691.50;10.40;888.50;-1.24;0.20 -7324;3;5162.50;10.20;561.50;3.68;0.20 -7325;3;4705.00;10.45;919.50;0.58;0.20 -7326;3;3876.50;10.10;1543.50;1.66;0.50 -7327;3;4373.50;10.25;658.00;-1.05;0.30 -7328;3;3728.00;10.65;1593.00;4.71;0.34 -7329;3;4401.00;10.57;736.00;1.10;0.26 -7330;3;3539.00;10.25;1778.50;-1.50;0.56 -7331;3;4454.50;9.50;794.00;0.98;0.24 -7332;3;4002.00;11.47;1460.00;4.54;0.46 -7333;3;5130.00;11.85;498.50;0.92;0.24 -7334;3;4108.50;11.00;1088.50;4.57;0.34 -7335;3;3959.00;11.20;1475.00;0.78;0.52 -7336;3;4690.50;9.60;609.50;0.19;0.30 -7337;3;3798.50;9.70;1474.00;1.07;0.38 -7338;3;4369.00;9.70;887.00;1.24;0.24 -7340;3;4070.00;9.70;913.00;1.57;0.36 -7341;3;3703.50;9.80;1521.50;-0.78;0.46 -7342;3;4375.00;9.55;728.50;-1.10;0.28 -7343;3;3649.50;10.30;1577.50;-1.42;0.30 -7344;3;4057.00;10.15;766.50;0.41;0.26 -7345;3;828.00;9.50;822.00;-0.78;0.34 -7346;3;3654.50;9.80;1687.50;0.50;0.36 -7347;3;4476.00;10.90;832.50;-1.32;0.20 -7348;3;1082.00;10.72;1872.00;0.58;0.84 -7349;3;5110.50;10.25;497.00;4.12;0.22 -7350;3;4008.00;9.80;1521.00;4.71;0.52 -7351;3;4684.50;10.30;888.00;3.38;0.22 -7352;3;5158.50;9.85;555.00;0.89;0.18 -7353;3;4365.00;9.70;925.00;1.81;0.34 -7354;3;3798.00;9.80;1456.50;0.85;0.40 -7355;3;4604.00;10.30;634.50;-1.32;0.36 -7356;3;4409.50;11.05;954.00;-0.86;0.30 -7357;3;3806.00;10.05;1599.50;4.61;0.42 -7358;3;4636.50;10.80;720.50;0.54;0.24 -7359;3;3635.50;9.70;1678.50;1.42;0.24 -7360;3;4730.50;10.40;779.50;-1.37;0.24 -7361;3;1802.50;9.75;1635.00;-1.35;0.36 -7362;3;5108.50;13.00;506.50;1.37;0.20 -7363;3;4021.00;10.55;824.50;1.21;0.32 -7364;3;1697.00;10.40;1885.50;0.19;2.24 -7365;3;5098.00;14.45;552.50;4.46;0.20 -7366;3;1521.50;11.20;1676.50;-1.49;0.44 -7367;3;4372.00;9.70;876.50;1.10;0.22 -7368;3;4381.50;9.60;620.50;-1.42;0.26 -7370;3;3683.00;9.85;1508.00;-1.37;0.44 -7371;3;4600.00;10.05;718.50;-1.32;0.24 -7372;3;4088.00;11.25;944.00;-1.19;0.34 -7373;3;3691.50;13.65;1571.00;-1.39;0.46 -7374;3;4074.00;14.07;1118.00;0.00;0.62 -7375;3;3685.00;9.90;1687.00;1.81;0.24 -7376;3;4438.00;9.70;830.00;4.71;0.20 -7377;3;2693.00;10.70;1589.50;4.54;0.28 -7378;3;5119.50;13.20;502.00;0.89;0.24 -7379;3;1761.50;11.95;1687.00;4.71;0.56 -7380;3;4503.00;11.90;861.50;1.10;0.20 -7381;3;4475.50;9.70;550.50;1.76;0.18 -7382;3;4285.50;10.60;911.50;3.92;0.28 -7383;3;3858.50;10.50;1527.00;0.71;0.58 -7384;3;4460.00;10.05;616.50;1.01;0.30 -7386;3;893.00;10.02;1679.00;0.98;0.38 -7387;3;4596.00;10.30;716.50;2.21;0.24 -7388;3;1517.50;9.50;1327.00;4.49;0.30 -7389;3;4721.50;9.80;772.50;4.51;0.20 -7390;3;5400.00;9.90;477.00;2.67;0.38 -7391;3;3993.00;10.85;831.00;0.98;0.36 -7392;3;3820.50;10.10;1461.50;1.48;0.46 -7394;3;2663.00;10.95;1569.50;3.73;0.24 -7395;3;3980.50;11.20;871.00;1.35;0.38 -7396;3;4463.00;10.10;609.00;3.73;0.26 -7397;3;4417.50;18.15;1216.00;-1.15;0.38 -7398;3;902.50;12.40;1630.50;-1.06;0.40 -7399;3;4417.50;9.70;704.00;0.89;0.20 -7400;3;4355.50;12.90;1001.00;1.05;0.44 -7401;3;3754.50;9.80;1591.00;1.29;0.44 -7402;3;4016.00;11.57;783.00;1.89;0.28 -7403;3;3649.50;10.10;1651.50;1.03;0.22 -7404;3;4424.00;9.87;828.00;1.89;0.26 -7405;3;3973.00;10.90;1479.50;4.65;0.44 -7406;3;4509.00;12.30;1196.00;4.39;0.34 -7407;3;3967.00;10.17;1499.00;1.42;0.46 -7408;3;4377.50;9.65;868.00;4.71;0.20 -7409;3;5096.50;13.30;522.50;0.78;0.36 -7410;3;3762.50;9.75;1503.00;0.98;0.42 -7411;3;3991.50;10.90;913.50;-1.06;0.36 -7412;3;5180.00;9.55;594.50;4.24;0.24 -7413;3;4802.03;11.10;659.19;2.89;0.24 -7414;3;908.50;11.10;1703.50;-0.78;0.46 -7415;3;4632.34;10.50;700.93;1.71;0.22 -7416;3;3670.50;9.95;1646.00;4.71;0.24 -7417;3;4735.00;9.50;771.50;1.73;0.24 -7418;3;4501.50;15.30;1185.00;4.53;0.34 -7419;3;4667.63;9.70;819.72;-1.10;0.46 -7420;3;734.50;9.50;815.50;-0.73;0.36 -7421;3;4492.50;11.80;539.50;1.76;0.22 -7422;3;1455.50;9.90;1408.00;1.07;0.36 -7423;3;4712.50;9.90;831.50;3.92;0.26 -7424;3;4585.00;10.60;650.50;1.10;0.48 -7425;3;3924.50;10.10;1507.50;-0.95;0.54 -7426;3;4479.00;12.57;900.00;1.57;0.26 -7427;3;4403.50;10.15;685.00;4.33;0.24 -7428;3;4076.00;9.80;937.50;0.51;0.40 -7429;3;3762.50;10.30;1574.50;4.30;0.48 -7430;3;3991.50;11.50;977.00;-1.43;0.38 -7431;3;3662.50;9.90;1647.00;1.29;0.24 -7432;3;4432.50;9.70;821.00;2.09;0.32 -7433;3;1702.00;11.05;1671.00;1.81;0.30 -7434;3;2270.50;9.50;567.50;-1.32;0.26 -7435;3;1651.50;10.70;1671.50;1.24;0.48 -7436;3;4041.00;10.25;848.50;-1.40;0.28 -7437;3;5313.50;10.50;487.00;2.97;0.24 -7438;3;3663.00;9.70;1522.00;-1.37;0.40 -7439;3;4712.00;10.37;914.00;1.57;0.18 -7440;3;4396.50;9.90;601.50;4.57;0.28 -7441;3;4322.50;10.70;948.50;1.89;0.24 -7442;3;901.50;13.00;1672.50;-1.06;0.48 -7443;3;4578.50;10.90;676.00;2.09;0.36 -7444;3;3681.00;10.00;1637.50;-1.21;0.38 -7445;3;4760.50;11.40;768.50;-1.24;0.16 -7446;3;4415.00;14.15;1054.50;0.67;0.52 -7447;3;3998.00;9.80;816.00;0.98;0.26 -7448;3;3812.00;12.10;1245.00;1.76;0.46 -7449;3;1373.00;11.20;1541.50;1.17;0.34 -7450;3;5149.00;10.90;179.50;-1.10;0.32 -7451;3;1552.00;9.70;1232.50;4.35;0.42 -7452;3;3183.50;9.50;1303.50;-0.63;1.08 -7453;3;4652.00;10.20;142.00;-1.40;0.52 -7454;3;3459.50;13.50;1346.00;4.43;0.26 -7455;3;4254.50;13.80;1086.00;1.41;0.46 -7456;3;1661.50;9.50;1240.00;-1.12;0.88 -7457;3;4909.50;10.40;428.00;4.71;0.28 -7458;3;1352.00;10.15;1571.50;-1.47;0.38 -7459;3;4561.50;9.80;1190.50;-1.46;0.34 -7460;3;840.50;9.50;359.00;0.71;1.20 -7461;3;5069.50;9.50;590.50;0.15;0.94 -7462;3;1713.50;9.80;1626.50;4.39;0.36 -7463;3;4381.50;10.30;671.50;-1.42;0.34 -7464;3;1409.50;11.20;1444.50;1.68;0.26 -7465;3;4063.50;10.10;953.50;4.39;0.36 -7466;3;1540.00;12.65;1497.50;-1.44;0.26 -7467;3;4394.50;9.50;462.00;0.76;1.06 -7468;3;2818.00;9.50;1593.50;-0.72;0.46 -7469;3;4310.00;12.12;1023.00;0.78;0.32 -7470;3;3481.50;10.70;1306.50;1.24;0.32 -7471;3;5124.50;10.35;182.00;-1.05;0.32 -7472;3;5437.50;9.50;433.00;-1.30;0.98 -7473;3;5402.50;9.50;950.00;4.33;1.18 -7474;3;5497.50;9.50;1439.50;1.53;1.14 -7475;3;4160.00;10.30;1068.00;4.71;0.22 -7476;3;2109.00;11.50;552.50;0.49;0.46 -7477;3;3647.50;9.80;1327.50;1.48;0.56 -7478;3;4891.50;9.50;1277.00;-1.34;0.90 -7479;3;4070.00;9.50;795.00;1.06;1.00 -7480;3;1431.50;9.70;1380.00;1.57;0.22 -7481;3;4942.50;9.70;403.00;1.78;0.36 -7482;3;3217.00;9.85;1655.50;1.21;0.30 -7483;3;4253.50;9.50;52.50;4.42;0.92 -7484;3;4341.00;9.50;313.50;4.65;0.80 -7485;3;1343.50;10.40;1430.50;1.71;0.36 -7486;3;3805.00;11.45;1396.00;1.24;0.52 -7487;3;4888.00;10.30;621.00;1.57;0.30 -7488;3;3848.00;9.50;250.50;4.67;1.14 -7489;3;3336.50;9.50;33.50;1.21;1.00 -7490;3;2579.50;9.50;23.00;4.06;0.66 -7491;3;3748.00;15.07;1270.00;1.10;0.50 -7492;3;4349.00;10.82;937.00;-1.32;0.36 -7493;3;2714.50;9.50;675.00;1.25;0.90 -7494;3;2440.00;9.50;532.50;0.90;1.14 -7495;3;3575.00;11.10;1334.50;0.92;0.24 -7496;3;5142.50;11.30;178.00;1.57;0.32 -7497;3;4117.50;12.20;1020.50;1.42;0.42 -7498;3;1789.50;9.50;1304.00;-1.23;1.00 -7499;3;1937.50;9.50;2040.00;4.66;0.42 -7500;3;1852.00;9.70;319.50;0.82;0.52 -7501;3;3837.00;12.10;1351.50;-1.47;0.56 -7502;3;4561.00;9.90;1091.50;0.92;0.32 -7503;3;1261.50;9.50;467.00;-0.76;1.34 -7504;3;72.50;9.50;119.50;4.59;1.30 -7505;3;464.50;9.50;1237.00;-1.03;1.02 -7506;3;5008.50;10.20;425.00;4.71;0.36 -7507;3;3831.00;10.70;1375.00;4.33;0.56 -7508;3;4563.00;10.00;1205.50;1.40;0.34 -7509;3;295.00;9.50;1638.50;1.40;1.04 -7510;3;543.50;9.50;1074.50;1.53;0.84 -7511;3;4434.50;14.00;1278.50;1.14;0.44 -7512;3;4869.00;10.52;627.00;3.38;0.34 -7513;3;3418.50;10.35;1230.00;1.75;0.42 -7514;3;1137.00;9.50;473.50;0.70;1.48 -7515;3;5306.50;9.50;938.00;4.33;1.24 -7516;3;4422.50;10.05;934.00;1.29;0.40 -7517;3;980.00;9.75;1421.00;1.24;0.26 -7518;3;4446.50;10.40;1015.50;-1.03;0.30 -7519;3;3947.00;20.47;1267.00;4.71;0.36 -7520;3;5136.50;9.90;161.00;4.71;0.36 -7521;3;4502.00;10.75;1072.50;-1.44;0.36 -7522;3;5146.00;10.70;265.00;-1.37;0.44 -7523;3;4785.00;10.57;1411.00;1.32;0.30 -7524;3;1401.50;9.70;1372.50;1.42;0.30 -7525;3;5017.50;10.30;408.00;4.71;0.38 -7526;3;4789.00;9.90;1438.00;1.89;0.38 -7527;3;1536.50;9.80;1436.00;1.15;0.36 -7528;3;1530.50;10.45;1529.00;0.89;0.26 -7529;3;4982.50;9.90;611.50;4.09;0.30 -7530;3;3462.50;11.10;1278.00;4.71;0.32 -7531;3;4364.50;9.95;940.00;4.71;0.40 -7532;3;4997.50;9.50;1372.00;0.16;0.48 -7533;3;5071.50;10.20;176.00;4.53;0.44 -7534;3;4279.00;10.75;1018.00;2.03;0.28 -7535;3;5157.50;10.10;253.50;1.71;0.28 -7536;3;1333.50;10.40;1617.00;1.39;0.40 -7537;3;4169.00;9.95;1058.00;1.73;0.30 -7538;3;5041.00;10.72;372.00;1.57;0.64 -7539;3;1378.50;10.20;1560.00;1.05;0.44 -7540;3;4592.50;9.70;1201.00;1.57;0.30 -7541;3;3707.50;9.80;1393.00;1.22;0.56 -7542;3;4932.50;9.50;625.50;0.91;0.42 -7543;3;1365.50;10.10;1428.50;4.57;0.34 -7544;3;4364.00;9.70;898.00;0.78;0.32 -7545;3;4589.00;13.30;1358.00;1.37;0.38 -7546;3;1603.00;9.62;1208.00;1.32;0.32 -7547;3;1513.50;10.50;1507.00;1.57;0.30 -7548;3;3113.00;13.40;488.00;-0.60;1.44 -7549;3;4486.50;11.45;1068.00;-1.15;0.34 -7550;3;1789.50;10.50;282.50;-1.48;0.46 -7551;3;1464.00;10.10;1545.50;1.01;0.30 -7552;3;1393.00;10.30;1360.50;4.61;0.30 -7553;3;2056.00;10.85;471.00;1.76;0.48 -7554;3;3537.00;15.45;1362.00;1.24;0.28 -7555;3;1362.00;10.30;1393.50;0.87;0.42 -7556;3;3887.50;10.90;1408.50;1.50;0.44 -7557;3;4789.50;9.90;595.50;1.63;0.24 -7558;3;1538.50;13.50;1484.00;1.29;0.28 -7559;3;4348.50;12.15;914.00;4.71;0.30 -7560;3;3760.50;13.20;1267.50;-1.49;0.44 -7561;3;2206.50;10.50;760.50;-1.49;0.58 -7562;3;4322.00;11.97;1014.00;1.57;0.38 -7563;3;3659.50;9.80;1328.50;-1.34;0.58 -7564;3;5160.50;10.05;241.00;1.57;0.28 -7565;3;4179.00;10.00;1061.50;-1.01;0.44 -7566;3;5070.00;10.20;361.00;2.55;0.44 -7567;3;4958.00;9.70;143.50;2.69;0.56 -7568;3;4576.00;9.95;1190.00;4.71;0.30 -7569;3;4895.00;9.70;1449.50;0.51;0.28 -7570;3;4979.50;16.15;589.00;1.19;0.52 -7571;3;4553.00;11.30;1239.50;0.67;0.38 -7572;3;4370.00;9.70;913.00;2.35;0.32 -7573;3;3693.00;13.20;1265.50;-1.36;0.52 -7574;3;4099.50;10.40;994.00;1.57;0.34 -7575;3;4657.00;12.05;1374.00;0.98;0.28 -7576;3;3251.50;12.80;137.50;4.63;0.70 -7577;3;4498.00;11.70;1089.00;4.46;0.32 -7578;3;4655.50;12.20;1420.50;-1.46;0.48 -7579;3;4683.00;10.70;235.00;1.57;0.52 -7580;3;4577.00;10.00;1175.50;1.73;0.32 -7581;3;1971.00;10.60;396.00;1.16;0.40 -7582;3;4765.00;11.25;1427.00;1.19;0.34 -7583;3;1481.50;9.95;1407.00;-0.69;0.30 -7584;3;3828.50;10.80;1265.00;4.36;0.42 -7585;3;4910.00;10.92;592.00;1.10;0.40 -7586;3;1369.00;10.87;1471.00;4.71;0.34 -7587;3;4363.00;9.75;869.50;1.40;0.24 -7588;3;1541.00;11.40;1509.50;1.73;0.28 -7589;3;2147.00;11.17;544.00;1.10;0.44 -7590;3;1638.00;9.70;1197.50;1.93;0.28 -7591;3;4797.50;10.90;1405.50;-1.03;0.34 -7592;3;5129.50;10.30;236.00;1.57;0.38 -7593;3;4169.50;10.05;1043.00;0.89;0.44 -7594;3;1982.50;10.75;385.00;-1.27;0.40 -7595;3;5041.50;11.75;1384.00;-0.86;0.36 -7596;3;4537.50;11.35;1164.00;1.29;0.38 -7597;3;3850.00;11.25;1406.00;-1.10;0.50 -7598;3;4663.00;9.82;603.00;4.12;0.28 -7599;3;1375.00;10.30;1388.00;1.57;0.36 -7600;3;3805.50;10.30;1441.50;4.62;0.50 -7601;3;4426.50;9.80;880.50;-1.48;0.20 -7602;3;3666.50;16.45;1269.00;0.12;0.54 -7603;3;4341.00;12.55;984.00;1.57;0.38 -7604;3;1751.50;10.50;642.50;-1.21;0.36 -7605;3;3108.00;12.40;240.50;1.23;0.74 -7606;3;4436.50;13.40;1054.50;0.56;0.32 -7607;3;1360.00;11.60;1533.00;4.39;0.34 -7608;3;4685.00;10.45;216.00;1.24;0.52 -7609;3;4553.50;11.30;1166.50;1.42;0.38 -7610;3;5073.00;10.35;305.50;-1.10;0.56 -7611;3;1419.50;10.10;1558.50;1.37;0.28 -7612;3;1510.50;10.40;1405.50;1.76;0.36 -7613;3;4801.50;10.85;1479.00;1.92;0.40 -7614;3;5070.50;10.30;569.50;-1.16;0.30 -7615;3;1416.00;9.95;1470.50;1.73;0.30 -7616;3;4884.50;11.80;1539.50;1.13;0.54 -7617;3;1559.50;9.70;1014.00;2.49;0.28 -7618;3;3738.00;12.35;1320.00;-1.21;0.64 -7619;3;4045.00;10.72;973.00;1.10;0.36 -7620;3;3411.00;11.70;1286.50;1.10;0.30 -7621;3;1897.00;9.65;239.50;1.10;0.42 -7622;3;1515.00;9.70;1239.00;-1.42;0.24 -7623;3;4888.50;10.70;242.50;4.66;0.84 -7624;3;3554.00;12.52;1360.00;4.71;0.24 -7625;3;4566.00;9.70;1155.00;4.71;0.28 -7626;3;1413.00;9.80;1517.00;-1.24;0.36 -7627;3;4986.50;10.30;543.50;1.37;0.50 -7628;3;1319.00;10.40;1374.50;4.58;0.36 -7629;3;838.00;9.50;815.50;-0.79;0.26 -7630;3;1579.50;10.00;1015.50;1.97;0.36 -7631;3;4551.50;14.10;1325.50;1.30;0.52 -7632;3;1697.00;10.20;1168.50;1.86;0.48 -7633;3;4666.00;12.55;1364.50;0.92;0.30 -7634;3;4242.50;10.00;1041.00;0.89;0.36 -7635;3;3684.50;9.90;1336.50;-1.50;0.56 -7636;3;2043.00;10.80;536.00;4.71;0.36 -7637;3;4617.00;10.37;1141.00;1.03;0.36 -7638;3;1972.50;9.70;334.00;-0.69;0.44 -7639;3;3836.50;10.45;1297.00;1.15;0.40 -7640;3;1465.50;10.40;1386.00;4.71;0.30 -7641;3;3678.00;10.10;1396.50;0.51;0.56 -7642;3;4513.00;9.60;529.00;4.71;0.18 -7643;3;1518.00;12.37;1457.00;0.24;0.36 -7644;3;1828.00;9.80;1641.50;1.93;0.40 -7645;3;4465.00;9.77;851.00;0.24;0.24 -7646;3;1553.50;12.00;1507.50;1.42;0.30 -7647;3;4345.00;12.15;968.50;1.21;0.24 -7648;3;4615.50;12.40;1404.50;-1.14;0.50 -7649;3;5107.50;9.80;210.50;-1.34;0.34 -7650;3;4500.50;10.30;1029.50;1.46;0.32 -7651;3;5117.50;10.40;290.00;-1.29;0.36 -7652;3;4760.50;10.00;1415.50;-1.16;0.24 -7653;3;4611.00;10.40;1116.50;1.40;0.30 -7654;3;4584.00;10.25;519.50;4.46;0.32 -7655;3;4092.50;10.10;1683.00;4.12;0.52 -7656;3;4590.00;10.75;1224.50;4.54;0.24 -7657;3;3819.00;10.55;1423.00;-1.03;0.44 -7658;3;4307.50;10.60;722.50;1.46;0.48 -7659;3;4532.00;13.50;1299.00;1.57;0.50 -7660;3;1710.00;10.55;1169.00;4.58;0.28 -7661;3;3579.50;9.90;1332.00;4.33;0.22 -7662;3;4183.50;9.70;1049.50;-0.95;0.36 -7663;3;4778.50;11.70;1390.50;0.78;0.34 -7664;3;5138.00;12.00;193.00;-0.98;0.38 -7665;3;4536.50;10.55;1109.00;1.29;0.38 -7666;3;5110.50;10.90;290.50;1.16;0.32 -7667;3;963.00;15.72;1484.00;-0.98;0.48 -7668;3;1417.00;9.70;1377.00;4.71;0.26 -7669;3;4860.50;10.05;454.00;4.43;0.28 -7670;3;4831.50;10.70;1429.50;-1.03;0.42 -7671;3;3397.50;10.40;1250.50;0.62;0.24 -7672;3;4877.00;10.30;1476.00;0.46;0.44 -7673;3;4361.00;10.95;686.00;3.60;0.28 -7674;3;4611.50;13.50;1373.50;1.16;0.48 -7675;3;4335.50;12.10;956.50;-1.37;0.28 -7676;3;4411.50;14.80;1513.50;1.34;0.54 -7677;3;946.00;13.70;1731.00;4.71;0.60 -7678;3;3230.00;9.50;1333.00;-1.32;0.40 -7679;3;2468.50;9.50;16.50;4.27;0.68 -7680;3;4113.00;12.45;1542.50;1.20;0.54 -7681;3;3920.50;11.40;1685.50;-1.24;0.44 -7682;3;3874.50;10.20;1335.50;1.63;0.40 -7683;3;1814.00;10.65;1761.00;1.75;1.32 -7684;3;1118.50;18.10;1513.50;1.30;0.50 -7685;3;3973.00;10.30;1751.00;1.57;0.62 -7686;3;502.00;9.50;469.50;-1.06;1.16 -7687;3;4052.00;10.25;1603.50;1.10;0.54 -7688;3;1110.50;15.50;1587.50;1.31;0.48 -7689;3;3959.00;9.70;1869.00;1.39;1.00 -7690;3;5192.00;9.50;697.00;1.84;1.52 -7691;3;4728.50;11.00;1639.00;4.58;0.72 -7692;3;5567.00;10.65;135.50;-0.67;0.30 -7693;3;4149.50;13.55;1479.00;-1.38;0.60 -7694;3;4352.00;9.50;577.00;4.62;1.02 -7695;3;2874.00;9.50;1607.00;0.98;0.70 -7696;3;472.00;9.50;1010.00;-0.43;1.18 -7697;3;4680.00;11.40;1519.00;0.12;0.66 -7698;3;5390.50;9.50;459.50;4.35;0.90 -7699;3;5490.00;9.50;949.50;1.47;0.66 -7700;3;5568.50;9.50;1468.50;1.03;0.82 -7701;3;4209.00;10.40;1701.50;1.51;0.58 -7702;3;4109.50;12.20;1343.50;-0.96;0.56 -7703;3;4334.00;14.20;1569.00;4.24;0.50 -7704;3;4970.50;9.50;1302.50;0.93;1.18 -7705;3;4088.00;9.50;756.50;-0.87;0.90 -7706;3;3951.00;10.72;1372.00;1.57;0.36 -7707;3;4275.00;10.85;1768.00;4.63;0.86 -7708;3;4017.50;10.50;1557.00;-1.31;0.60 -7709;3;4290.50;9.50;61.00;-1.36;0.98 -7710;3;4244.00;9.50;203.50;4.56;0.98 -7711;3;3984.50;10.40;1413.50;1.63;0.46 -7712;3;3680.00;9.90;1835.00;-0.95;0.76 -7713;3;4322.00;15.07;1602.00;0.98;0.54 -7714;3;3908.50;9.50;282.50;1.53;1.10 -7715;3;3366.50;9.50;20.50;1.99;0.86 -7716;3;3148.00;10.82;566.00;1.73;0.62 -7717;3;4439.50;14.15;1513.00;0.46;0.46 -7718;3;1066.00;12.30;1734.50;-1.26;0.64 -7719;3;2652.00;9.50;635.50;-0.81;1.08 -7720;3;2378.00;9.50;555.50;4.37;0.84 -7721;3;960.50;13.95;1610.00;-1.08;0.60 -7722;3;4022.00;9.82;1659.00;1.57;0.50 -7723;3;1841.50;9.50;1349.00;1.57;1.06 -7724;3;1958.00;9.50;1999.00;-0.50;0.94 -7725;3;4649.00;11.95;1547.50;1.27;0.56 -7726;3;4504.50;10.50;1711.50;-1.33;0.88 -7727;3;4340.00;14.60;1358.00;4.71;0.50 -7728;3;1258.50;9.50;411.50;-1.21;0.92 -7729;3;87.50;9.50;171.50;4.23;1.30 -7730;3;562.00;9.50;1230.00;1.15;1.40 -7731;3;4305.00;12.95;1584.50;1.48;0.52 -7732;3;4239.50;11.30;1372.00;1.38;0.44 -7733;3;3861.50;10.30;1738.00;2.07;0.72 -7734;3;320.50;9.50;1666.50;1.12;1.02 -7735;3;611.00;9.50;1076.00;1.10;1.04 -7736;3;4561.50;12.90;1600.50;-1.51;0.72 -7737;3;4215.50;14.60;1429.50;0.78;0.52 -7738;3;3955.50;9.80;1825.50;1.44;0.86 -7739;3;1068.00;9.50;497.00;-0.95;1.14 -7740;3;5500.50;9.50;1136.00;4.71;1.08 -7741;3;3890.00;11.00;1604.50;1.36;0.52 -7742;3;5596.00;10.72;173.00;-1.32;0.38 -7743;3;4647.00;13.90;1495.50;4.62;0.72 -7744;3;4269.00;10.57;1670.00;-0.78;0.76 -7745;3;1193.00;12.12;1605.00;-1.39;0.50 -7746;3;4834.50;11.65;1710.00;1.40;0.62 -7747;3;1071.00;13.10;1428.50;-0.85;0.46 -7748;3;4911.00;11.02;1551.00;1.40;0.46 -7749;3;4525.50;12.30;1440.00;1.31;0.58 -7750;3;4132.50;9.80;1746.00;4.71;0.66 -7751;3;4574.00;12.17;1573.00;1.10;0.68 -7752;3;4496.50;13.40;1448.50;1.20;0.66 -7753;3;914.00;12.60;1724.50;-1.14;0.52 -7754;3;4833.00;10.70;1575.50;-1.15;0.66 -7755;3;5053.00;9.80;104.00;4.71;0.28 -7756;3;1006.00;15.25;1556.50;-0.82;0.54 -7757;3;4135.00;10.60;1629.50;4.61;0.44 -7758;3;1962.00;9.75;1702.00;0.29;0.76 -7759;3;4578.00;12.20;1674.50;1.32;0.68 -7760;3;1130.50;12.20;1648.50;-1.50;0.54 -7761;3;950.50;14.50;1788.50;1.08;0.68 -7762;3;1256.00;11.20;1473.00;1.19;0.44 -7763;3;4792.00;10.85;1541.50;4.46;0.66 -7764;3;1091.50;16.95;1506.00;-1.35;0.40 -7765;3;4702.00;11.05;1755.00;0.46;1.06 -7766;3;1006.00;12.95;1844.50;0.58;1.16 -7767;3;4802.50;10.10;1459.50;-1.07;0.46 -7768;3;3848.00;9.70;1818.50;1.52;0.84 -7769;3;4409.00;10.95;1630.50;1.04;0.54 -7770;3;3104.00;13.60;292.00;-0.95;0.84 -7771;3;1240.50;11.10;1610.00;4.53;0.48 -7772;3;4881.50;12.70;1676.50;1.09;0.98 -7773;3;4280.50;14.85;1515.00;1.33;0.56 -7774;3;3872.50;9.80;1677.50;-1.48;0.54 -7775;3;3834.00;10.95;1319.50;-0.87;0.44 -7776;3;1376.50;10.40;1659.00;1.84;0.42 -7777;3;3868.00;10.22;1353.00;0.89;0.52 -7778;3;3782.50;10.25;1705.00;-1.07;0.64 -7779;3;1054.50;15.30;1672.50;1.99;0.58 -7780;3;1185.00;13.30;1553.50;1.64;0.36 -7781;3;4140.00;9.80;1793.50;1.06;0.84 -7782;3;1232.00;10.30;1848.50;-1.47;1.44 -7783;3;5557.50;10.50;153.50;1.16;0.28 -7784;3;4063.50;10.80;1470.50;4.34;0.52 -7785;3;4710.50;11.30;1626.50;0.88;0.80 -7786;3;4593.50;11.40;1530.00;-0.57;0.64 -7787;3;1031.50;12.40;1791.00;1.23;0.68 -7788;3;1900.50;10.00;1714.50;3.33;0.80 -7789;3;4136.50;10.15;1664.00;1.57;0.44 -7790;3;4032.50;12.80;1294.50;1.79;0.64 -7791;3;1497.00;12.95;1465.50;4.58;0.26 -7792;3;4149.00;12.25;1339.00;-1.19;0.44 -7793;3;4036.50;10.30;1717.50;1.51;0.56 -7794;3;728.50;9.50;874.50;-0.69;0.84 -7795;3;3998.50;10.40;1416.50;-1.20;0.50 -7796;3;3809.50;9.70;1789.00;-0.68;0.76 -7797;3;1409.00;12.10;1456.50;1.40;0.30 -7798;3;5054.00;9.60;80.00;1.40;0.40 -7799;3;4306.00;15.05;1479.00;4.71;0.52 -7800;3;3924.50;9.80;1640.00;1.57;0.54 -7801;3;4847.50;10.80;1502.50;1.30;0.54 -7802;3;4379.00;10.62;1686.00;-0.98;0.86 -7803;3;4426.00;12.65;1343.00;4.71;0.56 -7804;3;4226.00;14.77;1530.00;0.78;0.60 -7805;3;4357.00;10.57;1770.00;1.50;1.06 -7806;3;4398.50;14.45;1406.00;4.71;0.56 -7807;3;1709.00;11.60;1732.00;-1.30;0.90 -7808;3;4250.50;13.30;1421.50;1.42;0.40 -7809;3;4071.00;9.70;1840.00;1.84;0.80 -7810;3;1906.00;9.60;1772.00;1.72;0.74 -7811;3;5024.00;9.75;76.00;4.33;0.40 -7812;3;4685.00;11.65;1439.50;4.42;0.38 -7814;3;1132.00;16.75;1624.00;1.57;0.56 -7815;3;4201.00;10.40;1653.00;-1.42;0.50 -7816;3;4499.50;13.40;1544.50;1.64;0.48 -7817;3;4741.50;11.50;1767.50;-1.40;0.94 -7818;3;1082.50;14.20;1492.50;4.63;0.32 -7819;3;4206.00;13.17;1544.00;-1.10;0.60 -7820;3;1014.00;15.20;1726.50;0.91;0.76 -7821;3;1076.50;15.45;1473.00;1.78;0.50 -7822;3;4186.50;11.65;1577.00;1.72;0.54 -7823;3;4561.00;12.00;1478.50;1.04;0.52 -7824;3;3738.00;13.40;1775.00;1.24;0.58 -7825;3;4074.00;10.25;1615.50;-1.05;0.64 -7826;3;5565.00;11.25;123.50;4.24;0.32 -7827;3;979.50;14.50;1547.50;4.48;0.56 -7828;3;4484.00;10.70;1672.50;1.50;0.72 -7829;3;1403.50;11.00;1635.00;1.29;0.36 -7830;3;934.50;10.75;1962.00;1.66;1.60 -7831;3;1409.00;10.45;1498.50;-1.10;0.38 -7832;3;4769.50;10.90;1510.00;-1.03;0.74 -7833;3;3894.50;9.80;1720.00;-0.98;0.48 -7834;3;1325.50;10.20;1511.00;0.98;0.36 -7835;3;4486.00;12.17;1562.00;-1.27;0.62 -7836;3;1258.00;10.70;1391.50;4.15;0.44 -7837;3;4039.00;9.90;1769.50;1.10;0.74 -7838;3;4426.00;11.15;1585.50;-1.10;0.58 -7839;3;5523.50;10.10;86.50;1.48;0.34 -7840;3;1234.00;12.00;1588.50;1.49;0.48 -7841;3;4340.00;11.50;1639.50;-1.48;0.50 -7842;3;3307.00;11.95;327.00;1.10;0.84 -7843;3;4228.00;15.12;1500.00;0.95;0.64 -7844;3;4759.50;11.70;1659.00;1.36;0.88 -7845;3;1009.50;17.40;1632.50;1.49;0.54 -7846;3;3853.50;9.80;1671.50;-1.06;0.36 -7847;3;3879.50;11.70;1142.50;1.89;0.44 -7848;3;4755.50;10.70;1569.00;1.00;0.58 -7849;3;4126.00;9.80;1719.00;1.57;0.64 -7850;3;4126.00;18.25;1385.50;1.53;0.50 -7851;3;4737.50;10.50;1596.50;-1.52;0.64 -7852;3;1274.50;10.90;1566.50;0.62;0.56 -7853;3;914.50;12.50;1751.50;-1.50;0.58 -7854;3;4610.50;11.80;1614.50;0.78;0.64 -7855;3;254.50;10.20;1979.00;0.23;2.30 -7856;3;4000.50;10.85;1438.00;4.58;0.44 -7857;3;3017.00;15.05;1500.50;0.87;0.24 -7858;3;913.50;11.40;1898.50;-1.40;1.44 -7859;3;5113.50;13.10;118.50;1.37;0.30 -7860;3;4544.00;13.50;1517.50;1.32;0.54 -7861;3;4112.00;9.90;1658.00;0.64;0.48 -7862;3;1263.00;10.70;1647.00;1.57;0.38 -7863;3;4389.50;10.30;1730.00;4.59;0.72 -7864;3;4348.50;13.60;1396.00;1.95;0.56 -7865;3;952.50;10.40;1648.50;1.66;0.32 -7866;3;4104.50;12.60;1409.00;1.67;0.60 -7867;3;3879.00;9.70;1774.00;-1.15;0.66 -7868;3;4998.00;9.95;1567.00;-0.98;0.54 -7869;3;648.00;13.45;1970.00;-0.86;2.56 -7870;3;4233.50;14.60;1440.50;-1.53;0.56 -7871;3;4901.00;11.90;1595.50;-1.05;0.60 -7872;3;3205.50;12.30;375.50;-1.23;0.76 -7873;3;4753.00;10.40;1518.50;1.72;0.60 -7874;3;3896.00;10.40;1618.00;-1.10;0.52 -7875;3;1599.00;11.10;1687.50;1.65;0.48 -7876;3;4365.50;10.70;1664.50;1.14;0.62 -7877;3;1190.00;11.37;1687.00;-1.44;0.48 -7878;3;5277.50;11.40;1607.50;0.28;1.50 -7879;3;1020.50;14.80;1497.00;1.57;0.44 -7880;3;1139.00;12.20;1678.50;-1.10;0.72 -7881;3;4400.50;14.80;1446.50;4.66;0.52 -7882;3;4102.00;10.40;1768.00;-1.20;0.72 -7883;3;1176.00;12.95;1710.00;1.57;0.38 -7884;3;414.50;10.00;1900.50;0.95;1.18 -7885;3;4529.00;14.45;1466.50;1.26;0.54 -7886;3;4189.00;11.00;1639.50;0.96;0.54 -7887;3;5560.50;10.40;175.50;1.16;0.22 -7888;3;1088.00;15.30;1574.50;0.92;0.48 -7889;3;4666.00;10.75;1704.50;4.67;0.52 -7890;3;4096.00;12.65;1527.00;-1.44;0.44 -7891;3;744.50;12.80;1982.50;-1.55;1.24 -7892;3;1283.50;11.30;1510.00;4.71;0.42 -7893;3;1689.50;9.80;1720.50;0.78;0.88 -7894;3;4708.50;11.30;1481.50;4.63;0.40 -7895;3;3772.00;10.25;1774.50;-1.15;0.66 -7896;3;1351.00;11.10;1699.50;-1.48;0.44 -7897;3;4777.50;12.30;1467.50;4.63;0.50 -7898;3;3691.50;10.15;1800.00;-1.22;0.74 -7899;3;1395.50;11.00;1714.50;4.64;0.76 -7900;3;3292.50;12.40;218.50;4.39;0.44 -7901;3;1129.50;11.30;1979.50;-0.80;1.96 -7902;3;4442.00;11.80;1648.00;1.57;0.66 -7903;3;3900.50;10.60;1126.50;-1.00;0.50 -7904;3;1295.50;10.55;1471.00;1.08;0.46 -7905;3;3995.50;10.50;1081.00;-1.15;0.42 -7906;3;3249.50;9.50;1374.00;-0.92;1.00 -7907;3;2756.50;9.50;39.50;-0.87;1.08 -7908;3;2728.00;12.35;1157.50;4.24;0.56 -7909;3;4361.50;11.45;993.00;-1.27;0.32 -7910;3;1611.00;9.50;1275.00;1.37;1.08 -7911;3;4462.00;14.05;1214.50;1.27;0.40 -7912;3;3361.50;13.70;765.50;1.51;1.04 -7913;3;1267.50;15.85;1198.00;1.07;0.46 -7914;3;468.50;9.50;480.50;1.66;0.92 -7915;3;1762.00;10.55;963.50;-1.44;0.78 -7916;3;3857.50;17.50;1220.50;0.78;0.48 -7917;3;3818.50;11.30;1070.50;1.63;0.46 -7918;3;5144.50;9.50;785.50;4.43;1.26 -7919;3;3134.50;10.70;826.00;-1.19;0.80 -7920;3;1086.50;12.90;1400.00;-1.39;0.56 -7921;3;1170.50;15.35;1251.00;0.86;0.52 -7922;3;4329.50;9.50;470.00;4.71;0.78 -7923;3;2827.50;9.50;1643.50;0.78;0.88 -7924;3;3787.00;9.90;1297.00;0.92;0.44 -7925;3;3302.50;10.60;888.00;1.35;0.48 -7926;3;4221.00;21.60;1156.50;-1.51;0.56 -7927;3;5352.50;9.50;422.00;-1.21;1.08 -7928;3;5498.00;9.50;985.00;-1.39;1.22 -7929;3;5497.00;9.50;1575.00;-1.49;1.24 -7930;3;2773.50;10.30;900.50;1.06;0.88 -7931;3;3099.00;10.90;673.00;0.16;0.64 -7932;3;4854.00;9.50;1227.00;0.44;1.26 -7933;3;4048.00;9.50;752.00;1.10;1.14 -7934;3;3440.00;12.17;1043.00;1.32;0.52 -7935;3;1123.50;14.70;1321.50;0.68;0.60 -7936;3;1607.50;12.40;914.50;-1.24;0.64 -7937;3;4224.00;9.50;206.50;1.42;1.06 -7938;3;4073.50;10.70;1053.00;4.49;0.42 -7939;3;2877.00;10.30;899.00;-1.08;0.92 -7940;3;4283.50;21.20;1242.00;0.98;0.86 -7941;3;3944.50;9.50;197.50;1.67;1.24 -7942;3;3324.50;9.50;14.00;3.78;0.46 -7943;3;2658.50;10.50;999.50;4.59;1.18 -7944;3;3412.50;15.40;853.50;4.63;0.50 -7945;3;1315.00;10.45;1433.00;-1.10;0.34 -7946;3;2626.50;9.50;650.50;1.75;0.84 -7947;3;2311.50;9.50;544.00;4.19;1.34 -7948;3;4511.00;13.10;1163.00;-1.37;0.32 -7949;3;4045.50;12.65;1323.00;0.35;0.60 -7950;3;2811.50;10.15;867.00;1.78;0.82 -7951;3;1738.50;9.50;1332.00;-1.50;1.14 -7952;3;2001.50;9.50;1895.00;4.71;1.00 -7953;3;3565.00;9.70;1161.50;0.51;0.52 -7954;3;2783.50;10.20;895.50;4.28;0.72 -7955;3;1250.00;9.50;377.50;4.43;1.42 -7956;3;320.00;9.50;146.50;4.68;1.02 -7957;3;576.50;9.50;1278.50;1.30;1.46 -7958;3;2782.50;13.80;1186.50;1.34;0.50 -7959;3;2641.00;10.20;757.00;-0.95;0.74 -7960;3;3672.00;9.95;1041.00;1.37;0.54 -7961;3;194.00;9.50;1678.00;-1.50;1.22 -7962;3;512.00;9.50;1106.50;-1.36;0.98 -7963;3;3030.50;10.75;816.00;0.24;0.82 -7964;3;1038.00;10.55;1334.50;0.88;0.64 -7965;3;4366.50;14.85;1070.00;-1.05;0.38 -7966;3;1031.50;9.50;507.00;1.23;1.08 -7967;3;5379.50;9.50;1660.50;-1.46;1.14 -7968;3;1791.50;10.30;1024.50;1.76;0.68 -7969;3;3591.00;12.70;1247.50;1.36;0.44 -7970;3;3406.50;12.00;1106.00;-1.17;0.58 -7971;3;4313.00;13.50;1327.50;-1.20;0.56 -7972;3;2582.50;10.90;867.50;1.29;0.38 -7973;3;1218.50;14.45;1282.00;1.13;0.56 -7974;3;4360.50;11.00;984.50;4.57;0.28 -7975;3;3889.00;14.55;1164.00;-1.37;0.40 -7976;3;4356.50;14.20;1042.50;-1.07;0.40 -7977;3;3532.00;9.70;1180.00;1.89;0.40 -7978;3;2964.50;12.45;757.00;-1.23;0.56 -7979;3;2656.50;10.70;1082.50;1.60;0.40 -7980;3;3462.50;13.50;815.00;1.87;0.66 -7981;3;1278.00;10.40;1398.00;1.24;0.50 -7982;3;3684.00;11.20;1099.50;-1.38;0.46 -7983;3;2734.00;10.87;816.00;-1.05;0.86 -7984;3;3836.50;17.00;1231.00;-1.07;0.48 -7985;3;3076.00;13.05;1098.50;-1.38;0.74 -7986;3;1011.50;9.70;1412.50;1.14;0.32 -7987;3;3241.00;10.65;974.50;1.04;1.20 -7988;3;4362.00;20.20;1182.00;4.54;0.68 -7989;3;3354.50;10.60;961.50;1.24;0.62 -7990;3;3745.50;15.80;1194.50;1.00;0.50 -7991;3;1586.50;9.70;903.50;4.39;0.66 -7992;3;2575.50;9.70;959.50;0.48;0.96 -7993;3;1669.00;12.50;974.00;3.54;0.66 -7994;3;3515.00;9.70;1183.00;1.57;0.44 -7995;3;3528.50;11.20;1069.50;-0.93;0.70 -7996;3;3291.00;11.67;734.00;1.57;0.66 -7997;3;4279.00;17.85;1296.50;4.56;0.62 -7998;3;3981.00;10.50;1104.50;0.85;0.50 -7999;3;1120.00;17.65;1494.50;1.47;0.40 -8001;3;3514.50;9.95;1155.00;-0.89;0.44 -8002;3;3670.50;10.10;947.50;-1.27;0.74 -8003;3;1184.00;14.65;1288.50;1.30;0.54 -8004;3;3475.50;12.10;1030.50;-1.49;0.62 -8005;3;4015.50;21.15;1221.00;2.09;0.52 -8006;3;2677.50;10.10;741.50;1.66;0.80 -8007;3;3931.00;10.65;1147.00;4.39;0.48 -8008;3;2672.00;11.20;810.50;1.32;0.78 -8009;3;3709.00;13.60;1221.50;1.72;0.58 -8010;3;4211.50;18.50;1097.50;1.68;0.52 -8011;3;4015.00;11.95;857.50;2.21;0.30 -8012;3;1071.00;12.75;1375.50;4.65;0.52 -8013;3;3826.00;12.92;1117.00;0.58;0.62 -8014;3;1522.00;13.45;1472.50;1.10;0.22 -8015;3;2608.00;10.30;882.00;1.16;0.52 -8016;3;3167.00;11.40;596.00;1.01;0.76 -8017;3;1423.00;12.70;1103.50;-0.90;0.68 -8018;3;4296.50;21.30;1225.50;-1.52;0.80 -8019;3;3375.50;12.20;730.50;-0.99;0.76 -8020;3;3730.00;11.40;1009.50;1.81;0.46 -8021;3;2946.00;10.95;784.00;0.92;0.66 -8022;3;3951.50;13.20;1212.50;2.19;0.46 -8023;3;4389.50;14.20;1052.00;0.89;0.36 -8024;3;1770.00;10.10;1005.50;1.32;0.58 -8025;3;1301.50;10.60;1436.00;1.35;0.40 -8026;3;4459.50;10.40;1156.00;1.35;0.36 -8027;3;3939.00;20.92;1295.00;1.71;0.48 -8028;3;2911.50;10.40;877.50;1.62;0.70 -8029;3;4090.50;23.50;1160.50;1.08;0.82 -8030;3;3520.00;11.90;938.00;4.71;0.72 -8031;3;3639.50;16.80;1165.00;4.59;0.56 -8032;3;1195.00;10.15;1168.50;-1.50;0.48 -8033;3;1105.50;12.70;1332.00;1.35;0.44 -8034;3;2916.00;9.70;729.50;-0.10;0.68 -8035;3;2603.50;10.00;991.00;-1.11;1.26 -8036;3;3433.50;14.50;777.00;2.06;0.76 -8037;3;4216.00;22.82;1217.00;-0.87;0.76 -8038;3;2607.00;10.20;1089.50;0.21;0.64 -8039;3;2795.50;10.40;804.50;4.05;0.56 -8040;3;3571.50;15.50;1220.00;1.27;0.42 -8041;3;4311.50;21.40;1143.00;1.22;0.74 -8042;3;4073.00;13.00;1289.50;4.67;0.70 -8043;3;3456.50;10.90;871.00;2.49;0.80 -8044;3;3875.50;16.00;1157.50;1.07;0.52 -8045;3;4377.50;10.60;955.50;4.57;0.32 -8046;3;2713.50;16.10;1165.00;4.71;0.54 -8047;3;1569.50;10.05;873.00;1.29;0.72 -8048;3;3199.00;11.30;627.00;1.01;0.80 -8049;3;4502.00;13.50;1241.00;4.71;0.40 -8050;3;1778.00;9.80;909.50;2.70;1.04 -8051;3;3602.00;9.70;1055.50;-0.15;0.40 -8052;3;3226.50;11.30;831.50;1.85;0.92 -8053;3;3795.50;11.80;1200.00;0.98;0.56 -8054;3;3164.00;12.80;450.00;0.64;0.74 -8055;3;4465.50;13.40;1319.50;0.88;0.54 -8056;3;1654.00;13.00;1044.50;3.85;0.40 -8057;3;1139.00;11.00;1268.00;1.24;0.64 -8058;3;2619.50;14.20;904.50;0.71;0.84 -8059;3;4311.50;21.55;1167.00;1.48;0.56 -8060;3;3508.50;11.50;999.00;1.19;0.76 -8061;3;2944.50;10.10;1161.00;1.72;0.68 -8062;3;3441.50;12.00;719.50;1.31;0.86 -8063;3;4308.50;10.50;1068.50;-1.24;0.52 -8064;3;1225.50;11.70;1386.50;-1.30;0.56 -8065;3;2708.50;11.00;790.50;-1.50;0.72 -8066;3;3834.00;12.45;1094.50;-1.49;0.62 -8067;3;4028.00;10.65;832.50;2.03;0.24 -8068;3;4124.00;22.22;1234.00;-1.41;0.88 -8069;3;3102.50;9.80;1124.00;1.92;0.42 -8070;3;1159.50;14.90;1427.50;4.63;0.52 -8071;3;2767.50;10.70;841.50;1.48;0.78 -8072;3;4516.50;14.90;1176.00;-1.35;0.38 -8073;3;3475.50;12.30;938.50;1.99;0.62 -8074;3;3632.50;14.30;1197.50;1.89;0.42 -8075;3;1603.00;10.40;865.00;4.71;0.44 -8076;3;3974.00;10.30;1012.50;1.69;0.28 -8077;3;2912.00;9.80;1186.00;4.71;0.68 -8078;3;3057.00;12.10;766.50;4.65;0.64 -8079;3;1280.00;10.60;1213.50;1.86;0.56 -8080;3;1799.00;10.20;1006.00;1.84;0.56 -8081;3;4464.00;13.42;1279.00;-1.03;0.54 -8082;3;4070.00;12.05;1111.00;4.71;0.32 -8083;3;1459.50;13.10;1471.00;-1.22;0.26 -8084;3;3261.50;11.20;870.50;1.49;0.74 -8085;3;3551.50;9.60;1134.50;1.68;0.48 -8086;3;4096.00;12.30;1320.50;1.72;0.80 -8087;3;4034.00;10.70;927.50;1.10;0.36 -8088;3;2752.50;10.60;1124.50;1.33;1.16 -8089;3;1266.50;12.70;1168.00;-1.19;0.76 -8090;3;3880.50;15.95;1174.00;1.34;0.48 -8091;3;4594.50;11.50;692.50;1.30;0.30 -8092;3;3403.00;11.67;1053.00;1.16;0.50 -8093;3;3656.50;11.90;1242.00;1.34;0.52 -8094;3;3545.50;11.00;796.50;1.49;0.58 -8095;3;4488.00;12.20;1089.00;1.73;0.40 -8096;3;2784.00;10.30;807.50;1.64;0.70 -8097;3;1145.00;12.82;1377.00;4.33;0.64 -8098;3;3859.00;13.70;1115.50;1.05;0.58 -8099;3;3741.00;9.90;1297.00;0.78;0.52 -8100;3;4002.50;11.50;867.50;-1.16;0.32 -8101;3;3408.50;11.05;1160.00;1.72;0.74 -8102;3;4359.50;12.70;1336.00;1.19;0.40 -8103;3;3211.00;11.05;929.00;1.00;0.92 -8104;3;4341.00;20.35;1181.50;-1.21;0.86 -8105;3;3298.00;10.60;990.00;1.76;0.64 -8106;3;3927.00;10.15;1174.50;-1.49;0.48 -8107;3;1903.50;10.20;911.50;1.53;0.96 -8108;3;3635.50;9.80;1030.00;1.39;0.46 -8109;3;3005.50;11.95;812.00;1.34;0.70 -8110;3;1422.00;10.40;1416.00;1.37;0.28 -8111;3;2634.50;12.20;1102.00;1.57;0.60 -8112;3;4032.50;20.55;1268.00;4.56;0.56 -8113;3;1760.50;10.80;1027.50;0.14;0.32 -8114;3;4055.50;11.00;1113.50;4.57;0.48 -8115;3;1035.50;12.75;1424.00;1.72;0.56 -8116;3;2738.00;10.30;867.50;4.42;0.68 -8117;3;3632.50;14.60;1134.50;1.20;0.52 -8118;3;3622.50;10.00;970.00;0.71;1.28 -8119;3;1055.00;10.85;1307.50;2.46;0.56 -8120;3;4082.50;10.20;1017.00;1.57;0.32 -8121;3;4147.00;23.70;1138.00;4.71;0.44 -8122;3;2736.50;9.90;765.50;2.35;0.78 -8123;3;3489.00;10.27;1229.00;-1.32;0.40 -8124;3;3462.00;10.55;832.50;4.35;0.36 -8125;3;3578.00;14.40;1234.50;1.49;0.44 -8126;3;4368.00;16.30;1102.00;1.32;0.30 -8127;3;4453.00;12.77;1288.00;1.16;0.52 -8128;3;2978.50;10.60;982.00;-1.29;1.56 -8129;3;2117.00;10.70;682.50;1.52;0.82 -8130;3;4700.00;10.00;140.00;1.10;0.52 -8131;3;3308.00;9.50;1413.00;1.07;1.46 -8132;3;2880.00;9.50;160.00;1.07;0.92 -8133;3;3429.00;11.00;698.50;-1.49;0.70 -8134;3;4796.00;10.62;282.00;-1.34;1.12 -8135;3;1558.50;9.50;1322.00;-0.16;0.84 -8136;3;3043.00;12.50;354.00;4.64;0.96 -8137;3;179.50;9.50;667.50;-1.37;1.08 -8138;3;3043.00;12.90;414.00;1.37;0.66 -8139;3;5010.50;9.50;685.00;-0.65;1.26 -8140;3;2040.50;11.80;588.50;-0.95;0.92 -8141;3;4196.50;9.50;690.00;-0.89;0.86 -8142;3;2819.50;9.50;1685.00;1.77;0.80 -8143;3;2215.00;10.15;697.50;4.15;0.60 -8144;3;3280.00;11.40;572.50;-1.52;0.68 -8145;3;5478.00;9.50;367.00;-1.34;1.28 -8146;3;5471.50;9.50;984.50;1.47;0.92 -8147;3;5603.00;9.50;1510.00;1.06;0.96 -8148;3;2114.00;12.10;535.50;-1.48;0.56 -8149;3;1620.50;9.90;813.00;-1.33;1.28 -8150;3;4826.00;9.50;1157.50;1.16;0.98 -8151;3;4092.00;9.50;714.50;1.14;0.98 -8152;3;4676.00;9.72;336.00;4.51;0.58 -8153;3;4329.00;9.50;11.00;4.03;0.42 -8154;3;4245.50;9.50;156.00;4.71;0.98 -8155;3;2405.50;9.50;168.50;-1.50;1.02 -8156;3;3857.00;9.50;200.50;4.67;1.04 -8157;3;1770.00;19.10;587.00;1.10;0.68 -8158;3;2604.00;9.50;608.00;-1.49;1.10 -8159;3;2290.50;9.50;559.00;0.86;1.30 -8160;3;1662.00;10.67;690.00;-1.37;0.94 -8161;3;1729.50;11.20;164.50;0.52;0.68 -8162;3;2224.00;9.50;1206.50;1.24;1.08 -8163;3;2032.50;9.50;1861.00;-0.71;0.82 -8164;3;3484.00;9.70;670.00;0.62;0.62 -8165;3;4892.50;9.90;205.00;1.38;0.82 -8166;3;1232.50;9.50;326.00;0.87;0.98 -8167;3;326.00;9.50;106.50;4.69;1.06 -8168;3;635.00;9.50;1180.00;1.57;0.92 -8169;3;1832.50;10.40;399.00;-1.31;0.74 -8170;3;233.50;9.50;1760.00;1.37;1.32 -8171;3;470.50;9.50;1142.50;-1.33;1.10 -8172;3;1929.00;10.20;739.50;-0.87;1.64 -8173;3;934.00;9.50;473.00;1.72;1.22 -8174;3;5394.50;9.50;1600.50;0.44;1.10 -8175;3;1920.50;10.30;659.00;0.40;1.30 -8176;3;1742.50;10.70;152.50;4.39;0.58 -8177;3;2138.50;11.50;672.50;-1.18;0.60 -8178;3;3298.00;11.10;192.50;4.61;0.62 -8179;3;2199.50;9.90;784.00;-1.27;0.60 -8180;3;3518.50;11.20;306.50;1.39;0.90 -8181;3;2028.00;11.47;457.00;-0.95;0.56 -8182;3;3412.00;10.05;513.00;1.57;0.60 -8183;3;3409.00;10.15;562.50;0.58;0.66 -8184;3;2187.00;10.15;676.50;1.17;0.66 -8185;3;1755.00;9.80;797.50;1.15;1.32 -8186;3;4941.00;9.80;167.50;-1.01;0.48 -8187;3;1902.00;9.75;379.50;1.30;0.60 -8188;3;3540.50;10.20;395.50;3.63;0.86 -8189;3;1914.50;9.80;565.00;-1.12;1.04 -8190;3;2146.00;10.50;509.50;3.81;0.40 -8191;3;1720.00;10.85;672.50;1.19;0.62 -8192;3;1719.50;12.80;248.00;-0.91;0.70 -8193;3;3048.00;11.20;591.50;0.43;0.96 -8194;3;1697.50;10.70;364.50;-1.48;0.56 -8195;3;1748.00;21.35;450.00;-1.22;0.80 -8196;3;2179.00;9.70;569.50;1.17;0.54 -8197;3;2184.00;10.20;638.50;-0.82;0.44 -8198;3;1694.50;12.20;102.00;1.57;0.48 -8199;3;1568.50;10.35;754.00;-0.94;0.64 -8200;3;4745.50;10.60;213.50;1.37;0.78 -8201;3;3400.50;10.40;474.50;0.90;0.90 -8202;3;3033.50;12.75;388.00;1.43;0.62 -8203;3;1838.00;10.80;516.50;-0.65;0.78 -8204;3;5507.00;11.80;90.50;1.21;0.50 -8205;3;3394.50;11.70;541.00;1.41;0.66 -8206;3;4974.00;9.70;242.00;-1.30;0.90 -8207;3;2966.50;10.40;614.50;-1.08;1.24 -8208;3;1832.50;9.80;305.00;1.08;0.52 -8209;3;4754.00;9.80;385.00;4.46;0.80 -8210;3;2097.00;12.10;528.50;0.72;0.44 -8211;3;1781.00;9.80;664.50;1.22;0.78 -8212;3;5497.50;12.40;74.50;1.64;0.50 -8213;3;1655.00;9.80;784.50;-1.18;1.08 -8214;3;3181.00;12.40;252.50;4.57;0.74 -8215;3;1743.50;12.90;315.50;-1.16;0.60 -8216;3;1782.50;15.80;436.00;-1.19;0.66 -8217;3;1721.50;12.40;521.50;1.42;0.38 -8218;3;1705.00;9.50;70.50;0.96;0.72 -8219;3;3045.50;12.85;535.00;1.05;0.62 -8220;3;4928.50;10.10;164.50;1.63;0.64 -8221;3;4559.00;10.30;620.00;4.71;0.36 -8222;3;1701.50;9.80;302.50;0.42;0.32 -8223;3;1659.50;9.50;349.00;-1.36;0.68 -8224;3;1948.50;10.50;495.50;-1.12;0.90 -8225;3;1739.00;14.25;616.50;0.00;0.76 -8226;3;2148.00;12.20;531.50;1.93;0.36 -8227;3;2172.50;11.00;734.50;-1.24;0.68 -8228;3;4666.50;10.80;155.00;-0.55;0.56 -8229;3;1705.00;12.50;285.50;-1.10;0.36 -8230;3;5021.50;10.00;345.00;-1.08;0.58 -8231;3;1738.00;21.22;518.00;2.03;0.48 -8232;3;5454.50;10.90;34.50;-1.00;0.44 -8233;3;2124.00;11.35;616.00;1.89;0.58 -8234;3;5079.00;9.85;192.00;1.57;0.34 -8235;3;4977.00;13.12;574.00;1.29;0.58 -8236;3;1322.50;9.50;1133.00;0.35;0.50 -8237;3;2426.50;9.50;170.00;-1.50;0.96 -8238;3;1923.50;10.20;399.50;1.30;0.62 -8239;3;1998.00;11.00;465.50;-1.49;0.58 -8240;3;1796.00;10.40;598.50;1.20;0.74 -8241;3;5453.00;9.75;23.50;4.42;0.36 -8242;3;2189.50;10.60;714.00;1.22;0.64 -8243;3;4681.00;10.25;136.00;1.95;0.48 -8244;3;2976.00;12.65;675.50;1.64;0.42 -8245;3;3309.00;10.00;233.00;-0.24;0.68 -8246;3;3520.00;11.70;258.50;-1.15;0.80 -8247;3;4800.50;11.20;393.00;0.71;0.68 -8248;3;3019.50;9.60;511.00;4.71;0.74 -8249;3;5004.50;9.70;152.00;-0.46;0.64 -8250;3;4993.50;11.80;563.50;-0.62;0.44 -8251;3;1708.00;13.85;261.50;1.10;0.44 -8252;3;1560.50;9.50;835.00;0.57;0.56 -8253;3;1756.50;18.50;420.50;1.20;0.86 -8254;3;1801.00;9.70;779.00;1.42;1.52 -8255;3;1822.00;10.37;386.00;1.15;0.62 -8256;3;3300.50;9.50;1361.00;0.05;1.18 -8257;3;2826.00;9.50;350.50;1.70;0.94 -8258;3;1699.50;9.50;1277.50;0.85;0.74 -8259;3;137.00;9.50;736.50;-1.27;0.78 -8260;3;4972.50;9.50;822.50;-1.00;1.14 -8261;3;4316.50;9.50;746.50;0.84;0.98 -8262;3;2776.00;9.50;1701.50;-0.76;0.90 -8263;3;5538.50;9.50;337.00;0.60;1.28 -8264;3;5426.00;9.50;1000.50;0.96;1.16 -8265;3;5549.50;9.50;1536.50;-1.24;1.00 -8266;3;4773.00;9.50;1165.50;1.81;1.02 -8267;3;4133.00;9.50;695.00;1.41;1.00 -8268;3;4413.00;9.50;15.50;3.49;0.54 -8269;3;4276.00;9.50;90.50;0.67;0.82 -8270;3;3784.50;9.50;201.50;1.31;0.94 -8271;3;2548.00;9.50;669.00;-1.17;1.10 -8272;3;2353.00;9.50;570.00;0.87;1.06 -8273;3;2124.50;9.50;1241.00;-0.13;1.38 -8274;3;2070.00;9.50;1824.00;4.34;1.00 -8275;3;1139.00;9.50;399.00;-0.96;1.24 -8276;3;398.50;9.50;73.50;1.53;1.38 -8277;3;636.00;9.50;1213.50;1.06;0.88 -8278;3;284.00;9.50;1720.00;4.64;1.08 -8279;3;508.50;9.50;1158.00;4.57;1.08 -8280;3;845.00;9.50;503.50;4.56;1.04 -8281;3;5452.00;9.50;1607.00;0.49;1.04 -8282;3;3381.00;9.50;1431.50;0.33;0.84 -8283;3;2838.00;9.50;488.50;0.99;1.06 -8284;3;1592.50;9.50;1308.00;-1.03;0.96 -8285;3;15.50;9.50;619.50;-1.06;1.22 -8286;3;5199.50;9.50;869.00;1.22;1.42 -8287;3;4270.00;9.50;795.00;1.46;1.00 -8288;3;2786.00;9.50;1763.00;-0.61;1.26 -8289;3;5599.50;9.50;362.50;0.66;1.00 -8290;3;5548.00;9.50;662.50;-1.27;1.12 -8291;3;5551.00;9.50;1589.00;-0.94;1.06 -8292;3;4765.00;9.50;1120.50;-1.05;0.76 -8293;3;4181.00;9.50;670.50;1.23;1.06 -8294;3;4412.00;9.50;45.50;1.70;0.96 -8295;3;4239.00;9.50;90.50;0.47;0.92 -8296;3;3831.50;9.50;198.50;1.76;1.08 -8297;3;2531.00;9.50;732.50;-1.34;1.10 -8298;3;2311.00;9.50;614.50;1.72;0.94 -8299;3;2126.00;9.50;1303.00;4.56;1.26 -8300;3;2678.50;9.50;1786.50;-1.42;1.40 -8301;3;1159.00;9.50;358.00;1.30;0.92 -8302;3;300.00;9.50;56.00;-1.38;1.32 -8303;3;645.50;9.50;1268.00;1.51;1.20 -8304;3;193.50;9.50;1801.00;-1.46;1.34 -8305;3;426.00;9.50;1085.00;1.57;1.24 -8306;3;805.00;9.50;450.00;-1.21;1.40 -8307;3;5455.50;9.50;1673.50;1.44;1.22 -8308;3;3373.00;9.50;1384.00;1.22;1.36 -8309;3;2813.00;9.50;586.00;4.10;1.00 -8310;3;1664.00;9.50;1340.00;1.24;0.78 -8311;3;2831.50;9.50;564.00;1.56;1.26 -8312;3;5094.00;9.50;998.50;4.20;1.20 -8313;3;4245.00;9.50;838.50;-0.53;0.74 -8314;3;2724.00;9.50;1550.50;0.92;0.64 -8315;3;5548.50;9.50;394.50;0.65;1.10 -8316;3;2791.00;9.50;706.00;-1.56;0.96 -8317;3;2804.00;9.85;1551.00;-1.56;1.10 -8318;3;4818.50;9.50;1110.00;0.07;1.00 -8319;3;4139.00;9.50;647.50;1.18;0.96 -8320;3;4379.50;9.50;20.00;2.15;0.70 -8321;3;4196.00;9.50;84.00;0.92;0.82 -8322;3;3825.00;9.50;150.50;4.61;1.20 -8323;3;2574.00;9.50;711.50;4.24;0.92 -8324;3;2301.00;9.50;671.00;4.44;1.04 -8325;3;2034.50;9.50;1025.50;-1.24;1.10 -8326;3;3201.00;9.50;2014.50;1.05;1.04 -8327;3;1053.50;9.50;355.50;-1.26;1.30 -8328;3;370.00;9.50;38.50;2.42;1.26 -8329;3;710.00;9.50;1267.00;1.43;0.98 -8330;3;266.50;9.50;1765.00;-0.94;1.54 -8331;3;351.50;9.50;982.00;-0.80;1.26 -8332;3;898.00;9.50;424.00;1.24;1.46 -8333;3;5513.00;9.50;1613.50;0.44;1.16 -8334;3;3426.00;9.50;1355.00;0.78;1.30 -8335;3;2558.50;9.50;500.00;-0.88;0.86 -8336;3;1663.00;9.50;1391.00;4.71;1.04 -8337;3;142.00;9.50;569.50;0.71;1.02 -8338;3;5372.50;9.50;1103.50;0.91;1.34 -8339;3;4102.00;9.50;863.50;-1.18;1.04 -8340;3;2733.50;9.50;1605.00;0.88;0.88 -8341;3;5591.00;9.50;449.00;0.50;1.00 -8342;3;5583.00;9.50;737.50;0.33;0.92 -8343;3;4729.50;9.50;1069.50;-1.11;1.16 -8344;3;4030.50;9.50;683.50;4.66;0.84 -8345;3;4337.50;9.50;30.00;1.12;1.02 -8346;3;4191.00;9.50;132.50;1.44;1.08 -8347;3;3916.50;9.50;148.50;1.40;1.36 -8348;3;2908.50;9.50;575.00;0.76;0.84 -8349;3;2506.50;9.50;779.00;4.63;1.00 -8350;3;2373.50;9.50;673.00;1.20;1.20 -8351;3;1994.00;9.50;1056.00;-1.15;1.02 -8352;3;3251.50;9.50;2026.50;-0.97;0.64 -8353;3;1150.00;9.50;311.50;0.70;1.06 -8354;3;410.00;9.50;33.50;3.58;1.10 -8355;3;649.50;9.50;1312.50;4.63;0.94 -8356;3;338.00;9.50;1796.50;1.51;1.18 -8357;3;405.50;9.50;965.00;-1.43;0.80 -8358;3;787.50;9.50;414.50;4.36;1.04 -8359;3;646.00;9.50;1014.50;-1.41;0.80 -8360;3;4342.00;12.62;690.00;2.03;0.44 -8361;3;2686.00;9.50;1740.00;1.41;1.10 -8362;3;2701.00;9.50;505.50;-0.70;0.88 -8363;3;1567.00;9.50;1381.00;1.37;0.92 -8364;3;135.50;9.50;511.50;0.86;1.28 -8365;3;5459.00;9.50;1174.50;-1.41;1.36 -8366;3;4196.50;9.50;889.00;1.47;0.96 -8367;3;2724.00;9.50;1725.00;0.32;1.14 -8368;3;5530.00;9.50;451.50;1.67;0.92 -8369;3;5554.00;9.50;782.00;-1.53;1.08 -8370;3;3643.50;9.50;1969.00;-0.52;2.28 -8371;3;4688.50;9.50;1084.00;-1.13;1.26 -8372;3;4044.50;9.50;636.00;1.48;1.10 -8373;3;4367.50;9.50;51.50;1.24;1.00 -8374;3;4167.00;9.50;180.50;-1.44;1.22 -8375;3;3883.00;9.50;106.00;1.57;1.12 -8376;3;2443.50;9.50;726.50;-1.41;1.00 -8377;3;2369.50;9.50;729.00;1.16;1.00 -8378;3;1988.50;9.50;1012.00;-1.50;1.12 -8379;3;3405.50;9.50;1964.00;-0.80;1.28 -8380;3;1181.00;9.50;277.50;1.60;1.32 -8381;3;469.00;9.50;61.00;1.12;1.24 -8382;3;633.50;9.50;1354.00;4.71;0.80 -8383;3;220.00;9.50;1954.50;2.50;1.34 -8384;3;436.00;9.50;1000.00;0.51;1.06 -8385;3;807.00;9.50;323.00;0.83;1.18 -8386;3;2341.00;9.50;1040.50;4.53;1.20 -8387;3;2561.50;9.50;1812.00;-1.36;1.80 -8388;3;2723.50;9.50;409.00;-0.27;1.00 -8389;3;1622.00;9.50;1417.00;1.29;1.06 -8390;3;90.50;9.50;547.50;1.19;1.30 -8391;3;5507.00;9.50;1227.00;0.24;1.14 -8392;3;4095.50;9.50;809.50;-1.52;0.88 -8393;3;2654.00;9.50;1625.50;0.99;0.58 -8394;3;5490.00;9.50;487.00;-1.48;0.98 -8395;3;2793.00;10.20;857.50;-1.57;1.26 -8396;3;4714.69;9.50;1169.17;-1.06;1.16 -8397;3;4056.00;9.50;585.50;-0.58;1.08 -8398;3;4342.00;9.50;94.50;1.94;0.92 -8399;3;4145.00;9.50;204.00;0.94;0.82 -8400;3;3943.50;9.50;148.00;-1.41;1.28 -8401;3;2483.50;9.50;732.00;4.55;1.08 -8402;3;2306.00;9.50;709.00;-1.15;1.14 -8403;3;2398.00;9.50;1344.50;1.17;1.68 -8404;3;2649.00;9.50;1827.00;-1.18;1.50 -8405;3;1280.00;9.50;328.00;-1.35;1.04 -8406;3;534.00;9.50;74.50;1.49;1.06 -8407;3;579.00;9.50;1314.50;-1.10;0.88 -8408;3;713.50;9.50;937.50;0.42;1.36 -8409;3;295.00;9.50;1845.00;1.06;1.34 -8410;3;410.50;9.50;1033.50;-0.74;1.16 -8411;3;780.50;9.50;373.50;1.46;1.06 -8412;3;4734.50;9.50;672.00;-0.30;0.72 -8413;3;2587.50;9.70;1913.50;-1.20;1.18 -8414;3;2733.50;9.50;185.50;4.57;0.98 -8415;3;1589.00;9.50;1380.50;-1.44;0.88 -8416;3;131.50;9.50;384.00;-1.43;1.26 -8417;3;4184.00;9.50;802.50;1.76;1.00 -8418;3;2642.00;9.50;1559.50;1.54;1.08 -8419;3;2798.00;9.50;492.50;-1.56;1.22 -8420;3;5516.50;9.50;931.00;-1.39;1.34 -8421;3;4762.50;9.50;1210.00;1.75;0.94 -8422;3;4094.00;9.50;597.00;4.64;1.00 -8423;3;4389.50;9.50;85.50;-1.53;0.98 -8424;3;4095.00;9.50;235.50;0.66;1.12 -8425;3;3910.50;9.50;106.00;4.71;0.98 -8426;3;2398.00;9.50;705.00;-0.83;1.18 -8427;3;2272.50;9.50;727.50;-0.69;1.18 -8428;3;2615.00;9.50;1870.50;-1.21;1.24 -8429;3;1349.50;9.50;360.00;1.23;1.20 -8430;3;469.50;9.50;34.00;3.54;1.02 -8431;3;561.50;9.50;1347.50;-1.21;0.82 -8432;3;359.50;9.50;1833.00;1.78;1.36 -8433;3;479.50;9.50;955.00;-1.06;1.14 -8434;3;681.00;9.50;457.50;4.67;1.48 -8435;3;3210.00;9.50;1308.00;0.24;0.52 -8436;3;2439.00;9.50;1919.00;0.98;1.34 -8437;3;2635.00;9.50;192.00;2.03;0.94 -8438;3;1708.00;9.50;1429.50;1.44;1.04 -8439;3;320.00;9.50;584.50;-1.43;1.08 -8440;3;5504.00;9.50;1300.50;-1.04;0.84 -8441;3;4069.00;9.50;659.00;-0.92;1.08 -8442;3;2576.00;9.50;1553.00;-1.47;1.04 -8443;3;5598.00;9.50;1480.50;-1.44;1.00 -8444;3;5545.00;9.50;892.00;4.71;1.08 -8445;3;4715.00;9.55;1277.50;-0.71;1.32 -8446;3;4090.50;9.50;546.00;-0.82;1.24 -8447;3;4417.00;9.50;128.00;1.78;0.88 -8448;3;4059.50;9.50;271.50;0.78;1.18 -8449;3;3983.00;9.50;97.00;0.58;1.02 -8450;3;2808.00;9.50;1536.50;-1.49;0.44 -8451;3;2461.00;9.50;667.50;0.87;1.04 -8452;3;2188.00;9.50;516.00;-0.83;1.16 -8453;3;2379.50;9.50;1263.00;-1.06;1.78 -8454;3;2638.00;9.50;1700.00;-1.20;1.08 -8455;3;1418.50;9.50;342.50;1.54;1.28 -8456;3;516.50;9.50;155.00;1.65;0.86 -8457;3;495.00;9.50;1328.00;4.46;1.22 -8458;3;382.00;9.50;1846.50;-0.70;1.40 -8459;3;480.00;9.50;1007.50;4.58;1.14 -8460;3;698.00;9.50;400.50;0.99;1.36 -8461;3;3917.00;9.70;2005.00;1.67;1.76 -8462;3;2695.50;9.50;1518.50;1.39;0.54 -8463;3;2431.00;9.50;1972.50;1.88;1.70 -8464;3;2554.50;9.50;305.50;1.89;1.08 -8465;3;1643.50;9.50;1445.50;-0.29;1.24 -8466;3;214.00;9.50;491.00;-1.38;1.04 -8467;3;5354.00;9.50;1333.50;2.00;1.22 -8468;3;4264.50;9.50;538.00;1.57;0.80 -8469;3;2695.50;9.50;1500.50;1.52;0.80 -8470;3;5529.00;9.50;526.50;1.46;1.14 -8471;3;2803.50;10.30;914.00;-1.57;1.24 -8472;3;4850.00;9.50;1126.00;-0.98;0.98 -8473;3;4129.50;9.50;560.50;-1.08;1.18 -8474;3;4463.50;9.50;110.00;1.07;1.10 -8475;3;4036.00;9.50;316.50;-0.81;0.88 -8476;3;4030.50;9.50;73.00;1.50;0.96 -8477;3;3163.00;9.50;21.00;2.19;0.88 -8478;3;2516.50;9.50;24.00;4.01;0.68 -8479;3;2396.50;9.50;664.50;4.36;1.04 -8480;3;2201.50;9.50;563.50;-1.27;1.26 -8481;3;2302.50;9.50;1330.00;-1.46;1.24 -8482;3;2639.50;9.50;1761.00;0.61;1.46 -8483;3;1400.50;9.50;275.50;-0.78;1.34 -8484;3;488.50;9.50;118.50;4.63;0.78 -8485;3;484.50;9.50;1362.50;-1.38;0.92 -8486;3;337.00;9.50;1869.00;4.71;0.82 -8487;3;476.50;9.50;1039.50;-1.19;1.04 -8488;3;753.50;9.50;471.00;-1.16;1.26 -8489;3;3821.50;9.50;440.50;1.74;0.84 -8490;3;2510.00;9.50;1942.50;0.94;1.90 -8491;3;2418.50;9.50;106.50;-1.49;0.98 -8492;3;1663.00;9.50;1506.00;1.57;1.20 -8493;3;304.50;9.50;366.50;1.50;1.26 -8494;3;5385.50;9.50;1185.50;0.52;1.20 -8495;3;4279.50;9.50;376.50;1.19;1.00 -8496;3;2684.50;9.50;1479.00;1.33;1.04 -8497;3;5544.00;9.50;562.50;0.99;1.52 -8498;3;2797.00;10.40;953.00;4.71;1.00 -8499;3;4840.73;9.50;1077.35;1.43;0.82 -8500;3;4153.50;9.50;529.50;-1.16;1.06 -8501;3;4367.00;9.50;151.50;-1.40;0.96 -8502;3;4090.50;9.50;298.50;0.91;1.12 -8503;3;3903.50;9.50;67.00;1.63;0.96 -8504;3;3232.00;9.50;15.00;2.00;0.50 -8505;3;2542.50;9.50;54.00;4.63;0.96 -8506;3;2505.00;9.50;658.50;1.52;1.02 -8507;3;2261.50;9.50;632.50;1.37;1.16 -8508;3;2308.50;9.50;1274.50;-1.03;1.20 -8509;3;2520.00;9.50;1841.00;-1.17;1.38 -8510;3;1458.00;9.50;276.50;4.68;0.96 -8511;3;538.50;9.50;161.50;-1.04;1.08 -8512;3;416.50;9.50;1397.50;-1.19;1.28 -8513;3;304.50;9.50;1899.00;1.02;1.62 -8514;3;546.50;9.50;982.00;-1.00;1.08 -8515;3;738.00;9.50;525.00;-0.71;1.08 -8516;3;3823.50;9.50;475.00;0.88;0.82 -8517;3;2441.00;9.50;2009.00;1.17;1.30 -8518;3;1670.50;9.50;1544.00;-1.22;0.94 -8519;3;207.00;9.50;293.50;1.72;1.02 -8520;3;5225.00;9.50;1228.50;4.57;1.10 -8521;3;4210.00;9.50;141.00;-0.61;0.82 -8522;3;2711.00;9.50;1446.00;1.10;0.72 -8523;3;2794.50;9.50;592.00;-1.57;1.06 -8524;3;2803.50;10.50;977.00;-1.56;0.84 -8525;3;4791.00;9.50;1036.50;-1.45;1.20 -8526;3;4177.00;9.50;478.00;1.17;1.22 -8527;3;4309.50;9.50;109.00;0.98;0.92 -8528;3;4120.50;9.50;327.00;1.17;1.02 -8529;3;3983.00;9.50;38.00;-0.58;1.16 -8530;3;2904.00;9.50;1936.50;-1.40;1.08 -8531;3;2517.00;9.50;57.00;1.41;1.00 -8532;3;2522.50;9.50;650.50;3.85;0.94 -8533;3;2354.50;9.50;1223.50;1.41;1.44 -8534;3;2447.00;9.50;1864.50;4.67;1.22 -8535;3;1499.00;9.50;230.50;1.39;1.14 -8536;3;285.00;9.50;289.00;4.50;1.08 -8537;3;360.00;9.50;1336.00;-1.24;0.90 -8538;3;395.50;9.70;1902.50;1.74;0.78 -8539;3;581.00;9.50;1037.00;1.63;1.12 -8540;3;706.50;9.50;503.00;4.32;1.26 -8541;3;3824.00;9.50;521.00;0.78;0.92 -8542;3;2661.00;9.50;1925.00;0.94;1.18 -8543;3;1739.50;9.50;1587.50;0.41;1.14 -8544;3;42.50;9.50;295.00;1.17;1.18 -8545;3;5050.00;9.50;1151.50;2.21;0.86 -8546;3;2754.50;9.50;1456.00;1.01;0.48 -8547;3;5562.00;9.50;628.00;-1.42;1.08 -8548;3;4777.50;9.50;986.00;-0.57;1.06 -8549;3;4217.00;9.50;497.50;1.15;1.14 -8550;3;4348.00;9.50;131.50;0.81;0.92 -8551;3;4098.50;9.50;368.50;0.97;1.12 -8552;3;4025.50;9.50;33.50;4.43;1.18 -8553;3;2437.50;9.50;37.00;-1.25;1.28 -8554;3;2511.00;9.50;609.50;-1.40;1.06 -8555;3;2297.00;9.50;392.00;1.36;1.18 -8556;3;2274.50;9.50;1185.50;-0.90;1.20 -8557;3;2557.50;9.50;1959.00;0.83;1.64 -8558;3;1389.00;9.50;218.50;0.87;1.30 -8559;3;336.00;9.50;320.50;1.27;1.06 -8560;3;364.50;9.50;1377.50;-1.09;1.08 -8561;3;475.50;9.50;1882.50;1.49;1.14 -8562;3;459.00;9.50;909.50;-1.39;1.32 -8563;3;695.00;9.50;544.50;1.49;0.96 -8564;3;3816.00;9.50;579.50;0.67;0.80 -8565;3;2549.50;9.50;2017.50;-0.05;0.96 -8566;3;1794.50;9.50;1613.00;0.81;1.14 -8567;3;2833.00;9.50;171.50;1.56;1.64 -8568;3;5034.50;9.50;1070.50;-1.00;1.26 -8569;3;2743.50;9.50;1437.50;1.63;0.56 -8570;3;5492.00;9.50;624.00;-1.39;1.08 -8571;3;2800.00;9.50;1261.00;4.71;0.98 -8572;3;4748.50;9.50;887.50;1.38;1.18 -8573;3;4192.00;9.50;445.00;2.09;0.96 -8574;3;4285.50;9.50;156.50;-1.41;0.88 -8575;3;4156.00;9.50;349.50;1.53;1.08 -8576;3;2415.50;9.50;71.00;4.63;1.04 -8577;3;2476.00;9.50;606.50;-0.61;1.08 -8578;3;2370.50;9.50;416.00;-0.20;1.24 -8579;3;2257.50;9.50;1230.00;-0.95;1.36 -8580;3;2611.00;9.50;1961.50;0.97;1.54 -8581;3;1499.50;9.50;117.00;1.72;1.16 -8582;3;340.00;9.50;268.50;-1.10;0.90 -8583;3;369.50;9.50;1424.50;1.45;0.88 -8584;3;422.50;9.50;1813.50;-1.44;1.04 -8585;3;558.50;9.50;945.50;1.46;0.94 -8586;3;637.00;9.50;496.50;-1.36;1.16 -8587;3;3766.50;9.50;510.50;4.61;1.00 -8588;3;2711.50;9.50;1900.50;1.82;1.26 -8589;3;1876.50;9.50;1628.50;-0.41;1.22 -8590;3;251.00;9.50;149.50;4.56;1.08 -8591;3;4884.50;9.50;889.00;-1.50;1.02 -8592;3;2764.50;9.50;1396.50;-0.44;0.76 -8593;3;5470.00;9.50;575.50;-1.10;1.30 -8594;3;5614.00;9.50;1220.00;1.57;1.20 -8595;3;4729.00;9.50;925.00;-0.93;1.20 -8596;3;4206.50;9.50;456.00;-0.82;1.06 -8597;3;4379.00;9.50;233.00;4.71;1.02 -8598;3;4134.00;9.50;382.50;1.10;0.90 -8599;3;4003.50;9.50;12.50;4.17;0.50 -8600;3;2570.00;9.50;102.50;1.38;1.12 -8601;3;2514.50;9.50;558.50;1.00;0.92 -8602;3;2232.00;9.50;416.50;-1.04;1.26 -8603;3;2238.00;9.50;1304.00;1.66;1.32 -8604;3;2511.50;9.50;2028.00;1.72;0.90 -8605;3;1432.50;9.50;89.50;-0.44;1.22 -8606;3;392.00;9.50;314.00;1.34;0.80 -8607;3;330.00;9.50;1351.50;1.60;0.90 -8608;3;82.50;9.50;2021.50;1.97;0.50 -8609;3;563.00;9.50;896.50;1.22;1.00 -8610;3;571.00;9.50;483.50;-1.40;1.22 -8611;3;3781.50;9.50;545.00;1.66;0.84 -8612;3;2745.00;9.50;1771.00;-0.74;1.26 -8613;3;2884.00;9.50;527.50;1.43;1.04 -8614;3;1835.00;9.50;1673.50;0.96;1.36 -8615;3;185.00;9.50;247.00;4.71;1.00 -8616;3;4901.00;9.50;843.50;-1.01;1.28 -8617;3;4007.00;9.50;117.50;4.57;1.00 -8618;3;2708.00;9.50;1402.00;0.49;0.88 -8619;3;5409.00;9.50;569.50;-1.31;1.04 -8620;3;5549.00;9.50;1205.50;1.83;1.26 -8621;3;2848.00;9.50;1544.50;-0.74;0.58 -8622;3;2887.50;9.50;1567.00;-0.69;0.32 -8623;3;4749.00;9.50;984.00;2.03;1.12 -8624;3;4240.00;9.50;428.00;-1.10;0.74 -8625;3;4386.50;9.50;192.50;1.35;1.12 -8626;3;4089.50;9.50;415.50;-1.47;0.98 -8627;3;3963.00;9.50;14.00;2.35;0.56 -8628;3;2545.50;9.50;158.50;4.47;1.10 -8629;3;2453.50;9.50;624.50;1.31;0.94 -8630;3;2307.50;9.50;488.00;1.06;1.34 -8631;3;2174.00;9.50;1305.00;0.27;1.22 -8632;3;2582.50;9.50;1762.50;1.49;1.08 -8633;3;1367.00;9.50;112.50;-1.13;1.16 -8634;3;441.00;9.50;340.50;1.44;1.00 -8635;3;292.50;9.50;1388.00;-1.22;1.12 -8636;3;110.50;9.50;1975.00;-1.13;0.88 -8637;3;525.50;9.50;851.50;4.62;1.20 -8638;3;620.50;9.50;442.50;-0.90;1.32 -8639;3;3446.00;9.50;450.50;-0.38;1.30 -8640;3;2806.00;9.50;1921.00;1.66;1.02 -8641;3;2297.00;9.50;204.00;1.10;1.14 -8642;3;1755.50;11.35;1705.00;-1.14;1.46 -8643;3;428.50;9.50;289.00;1.64;1.26 -8644;3;4880.50;9.50;719.50;1.31;0.98 -8645;3;4180.50;9.50;265.50;1.27;1.12 -8646;3;2671.00;9.50;1440.50;0.89;1.22 -8647;3;5414.00;9.50;611.00;-1.47;0.80 -8648;3;5603.00;9.50;1689.50;-0.70;0.82 -8649;3;4774.50;9.50;943.00;4.71;0.68 -8650;3;4216.50;9.50;403.00;0.82;1.06 -8651;3;4283.50;9.50;208.00;4.71;0.78 -8652;3;4159.00;9.50;378.00;4.71;1.06 -8654;3;2488.50;9.50;93.50;-0.97;1.00 -8655;3;2434.50;9.50;583.50;1.35;0.98 -8656;3;2284.00;9.50;452.00;1.01;1.32 -8657;3;2218.00;9.50;1351.00;0.93;1.20 -8658;3;2471.00;9.50;1810.50;1.47;1.38 -8659;3;1425.50;9.50;172.00;4.64;1.32 -8660;3;446.00;9.50;377.00;1.01;1.08 -8661;3;782.00;9.50;947.50;1.46;1.14 -8662;3;104.00;9.50;2024.50;-1.48;0.96 -8663;3;419.00;9.50;863.50;-1.24;1.16 -8664;3;599.00;9.50;432.50;1.77;1.02 -8665;3;3493.50;9.50;416.00;-0.95;1.08 -8666;3;2838.50;9.50;1847.00;0.24;0.90 -8667;3;2356.50;9.50;289.00;4.14;1.04 -8668;3;1873.50;9.50;1738.00;-1.31;1.08 -8669;3;495.00;9.50;422.00;-1.12;0.90 -8670;3;4785.00;9.55;723.00;-0.19;1.14 -8671;3;4266.00;9.50;468.00;1.57;0.82 -8672;3;2640.00;9.50;1425.50;1.10;1.02 -8673;3;5483.00;9.50;655.50;0.38;1.22 -8674;3;2802.50;11.70;1299.50;-1.56;1.12 -8675;3;2807.00;9.50;1743.50;-1.57;0.82 -8676;3;4681.00;9.50;957.50;-1.42;1.10 -8677;3;4306.00;9.50;460.50;0.70;0.90 -8678;3;4325.50;9.50;223.00;-1.50;1.12 -8679;3;4150.00;9.50;448.00;1.29;1.14 -8680;3;2519.50;9.50;144.50;0.66;1.20 -8681;3;2623.50;9.50;549.50;-1.19;1.02 -8682;3;2743.50;9.50;691.00;-1.36;0.76 -8683;3;2143.00;9.50;1364.50;-1.38;1.20 -8684;3;2384.50;9.50;1836.00;1.74;1.10 -8685;3;1528.50;9.50;41.50;-1.24;1.06 -8686;3;380.50;9.50;352.50;1.33;0.96 -8687;3;278.00;9.50;1417.50;0.63;1.32 -8688;3;170.50;9.50;2024.50;3.81;0.90 -8689;3;483.50;9.50;826.50;0.72;1.42 -8690;3;674.50;9.50;592.00;4.47;1.14 -8691;3;3476.50;9.50;347.00;1.27;1.36 -8692;3;2930.00;9.50;1985.00;1.32;1.24 -8693;3;2609.50;9.50;474.50;-1.42;1.04 -8694;3;1888.00;9.50;1931.50;1.73;1.36 -8695;3;480.00;9.50;376.00;-0.91;1.12 -8696;3;4788.00;9.50;765.00;-0.88;0.96 -8697;3;4172.50;9.50;410.50;1.46;1.14 -8698;3;2653.50;9.50;1389.00;1.19;0.92 -8699;3;5510.50;9.50;737.50;1.65;1.02 -8700;3;5588.00;9.50;1366.50;-1.32;1.22 -8701;3;4667.00;9.50;914.00;-0.38;0.54 -8702;3;4355.00;9.50;498.00;1.36;0.78 -8703;3;4310.00;9.50;247.00;0.84;0.92 -8704;3;4097.00;9.50;447.00;1.57;1.04 -8705;3;2472.50;9.50;158.00;1.57;1.16 -8706;3;1496.50;9.50;791.00;-1.43;0.98 -8707;3;2871.00;9.50;725.00;4.15;0.92 -8708;3;2162.50;9.50;1418.00;1.30;1.42 -8709;3;2368.00;9.50;1887.00;-1.04;1.24 -8710;3;1578.00;9.50;28.50;4.05;1.02 -8711;3;353.50;9.50;397.00;4.71;1.02 -8712;3;176.00;9.50;1328.50;-1.54;1.00 -8713;3;204.00;9.50;1994.00;-0.67;0.42 -8714;3;433.50;9.50;820.50;1.38;1.26 -8715;3;761.00;9.50;573.50;1.47;1.02 -8716;3;2107.00;9.50;461.00;1.89;1.04 -8717;3;2950.50;9.50;2030.50;1.59;0.88 -8718;3;2534.00;9.50;506.50;2.25;1.04 -8719;3;1948.50;9.50;1874.50;1.69;2.14 -8720;3;633.50;9.50;356.50;-0.97;1.34 -8721;3;4827.50;9.50;890.50;-1.33;1.38 -8722;3;4071.50;9.50;347.00;0.81;0.98 -8723;3;2602.50;9.50;1407.50;1.09;1.56 -8724;3;5433.00;9.50;696.50;1.10;1.00 -8725;3;2812.50;9.90;1425.50;4.71;0.26 -8726;3;5576.00;9.50;1726.00;1.19;1.28 -8727;3;4674.00;9.50;796.50;-1.47;1.32 -8728;3;4363.50;9.50;530.00;1.08;0.88 -8729;3;4251.50;9.50;249.50;-1.52;0.94 -8730;3;4064.50;9.50;485.50;1.62;0.88 -8731;3;2411.50;9.50;137.50;0.62;1.20 -8732;3;2623.00;9.50;517.50;4.46;0.82 -8733;3;2697.00;9.50;711.50;-1.42;0.74 -8734;3;2207.50;9.50;1417.50;1.12;1.12 -8735;3;2405.00;9.50;1845.00;-0.91;1.40 -8736;3;1635.00;9.50;23.50;4.04;0.66 -8737;3;198.50;9.50;399.00;4.71;1.32 -8738;3;126.00;9.50;1319.00;-0.39;0.94 -8739;3;326.00;9.50;1915.50;1.62;0.88 -8740;3;424.00;9.50;777.00;1.29;1.20 -8741;3;794.00;9.50;572.50;-1.54;0.94 -8742;3;3389.00;9.50;1002.50;-0.25;1.08 -8743;3;2681.00;9.50;1968.00;-0.60;1.42 -8744;3;2372.00;9.50;589.00;-1.24;0.88 -8745;3;1582.00;9.50;1966.00;1.95;0.88 -8746;3;1368.50;9.50;756.00;-1.25;1.12 -8747;3;4806.50;9.50;944.50;4.66;0.90 -8748;3;3980.50;9.50;410.00;1.66;0.96 -8749;3;2657.50;9.50;1339.50;1.45;0.64 -8750;3;5436.50;9.50;739.50;1.48;1.04 -8751;3;4751.00;9.50;797.00;0.24;0.86 -8752;3;4291.00;9.50;498.50;-0.26;0.70 -8753;3;4229.50;9.50;252.00;1.31;1.04 -8754;3;4078.00;9.50;534.50;2.31;1.00 -8755;3;2446.00;9.50;206.50;4.57;1.20 -8756;3;2607.00;9.50;569.50;1.52;0.86 -8757;3;2667.00;9.50;711.00;1.41;1.18 -8758;3;2251.50;9.50;1410.50;1.16;0.96 -8759;3;2344.00;9.50;1933.50;-1.13;1.46 -8760;3;1679.50;9.50;34.50;4.15;1.06 -8761;3;315.50;9.50;403.50;1.26;1.16 -8762;3;98.50;9.50;1376.00;-1.49;1.16 -8763;3;393.00;9.50;1778.00;-1.32;1.54 -8764;3;306.50;9.50;852.50;-1.08;1.16 -8765;3;742.00;9.50;626.00;0.72;1.48 -8766;3;3404.50;9.50;956.50;-1.19;1.14 -8767;3;2759.50;9.50;2027.00;-0.52;0.60 -8768;3;1572.50;9.50;1885.00;-0.54;1.38 -8769;3;895.00;9.50;381.50;1.34;1.16 -8770;3;4927.00;9.50;1048.50;0.75;1.38 -8771;3;4087.50;9.50;486.00;4.71;1.20 -8772;3;2645.00;9.50;1257.00;1.10;0.82 -8773;3;5354.50;9.50;726.50;-0.85;1.26 -8774;3;4655.50;9.50;747.00;-0.75;1.16 -8775;3;4289.50;9.50;537.00;4.63;0.90 -8776;3;4217.00;9.50;296.00;1.10;1.08 -8777;3;4047.50;9.50;545.50;1.13;0.76 -8778;3;2323.00;9.50;107.00;-0.98;1.32 -8779;3;2559.00;9.50;574.50;1.60;0.84 -8780;3;2566.00;9.50;763.50;4.61;1.18 -8781;3;2155.00;9.50;1476.00;1.37;0.98 -8782;3;2312.00;9.50;1929.00;1.46;1.44 -8783;3;259.00;9.50;293.00;1.48;1.20 -8784;3;158.00;9.50;1369.00;4.65;0.80 -8785;3;450.50;9.50;1771.50;4.57;1.36 -8786;3;270.00;9.50;886.00;-1.03;1.38 -8787;3;793.00;9.50;672.50;1.87;1.22 -8788;3;3608.50;9.50;867.00;-1.33;1.30 -8789;3;2860.00;9.50;1982.50;0.41;1.20 -8790;3;957.00;9.50;139.50;0.90;1.38 -8791;3;4874.00;9.50;1181.50;-1.35;1.34 -8792;3;4137.50;9.50;506.50;0.91;1.12 -8793;3;2776.00;9.50;1242.50;0.90;0.68 -8794;3;5342.50;9.50;689.50;4.54;0.98 -8795;3;5564.50;9.50;1349.50;0.88;0.84 -8796;3;5178.50;9.50;1424.50;1.80;0.92 -8797;3;4655.50;9.50;689.00;-0.56;1.26 -8798;3;4312.00;9.50;573.00;4.20;1.04 -8799;3;4273.00;9.50;284.00;1.13;0.86 -8800;3;4004.50;9.50;580.00;-1.09;1.00 -8801;3;2425.50;9.50;209.50;1.41;0.84 -8802;3;2604.50;9.50;524.00;1.13;0.80 -8803;3;2582.00;9.50;796.50;1.36;1.22 -8804;3;2181.00;9.50;1517.00;1.39;1.38 -8805;3;2160.00;9.50;1898.50;-1.27;1.52 -8806;3;1497.00;9.50;31.50;1.86;0.98 -8807;3;267.00;9.50;331.00;1.32;0.90 -8808;3;144.50;9.50;1404.00;-1.24;0.94 -8809;3;547.50;9.50;1779.50;1.32;1.24 -8810;3;389.00;9.50;871.50;1.54;0.74 -8811;3;826.00;9.50;621.50;4.60;1.32 -8812;3;348.50;9.50;1932.00;2.89;0.38 -8813;3;2610.00;9.50;1717.00;1.31;1.02 -8814;3;1911.00;9.50;53.00;-0.90;1.04 -8815;3;1475.00;9.50;1888.00;1.21;1.58 -8816;3;1081.50;9.50;310.50;1.99;1.38 -8817;3;5133.50;9.50;1227.50;1.53;0.94 -8818;3;4105.00;9.50;624.50;1.37;0.80 -8819;3;2831.50;9.50;1266.50;0.70;0.80 -8820;3;5347.50;9.50;645.00;-1.43;1.08 -8821;3;5476.00;9.50;1366.50;1.69;0.84 -8822;3;4670.50;9.50;666.50;-1.12;1.00 -8823;3;4298.00;9.50;586.50;0.53;0.80 -8824;3;4247.50;9.50;332.50;1.42;1.20 -8825;3;4013.00;9.50;541.00;1.67;0.84 -8826;3;3058.50;9.50;24.50;2.70;0.94 -8827;3;2363.50;9.50;178.50;-0.89;1.28 -8828;3;2546.00;9.50;536.50;-1.18;0.82 -8829;3;2488.50;9.50;816.00;-0.24;1.32 -8830;3;2200.00;9.50;1474.50;1.73;1.10 -8831;3;2286.50;9.50;1824.00;-1.43;1.40 -8832;3;1375.50;9.50;72.50;4.51;1.10 -8833;3;209.00;9.50;343.50;1.27;1.28 -8834;3;228.50;9.50;1487.00;4.65;1.08 -8835;3;578.00;9.50;1735.00;1.47;1.12 -8836;3;408.50;9.50;938.50;4.49;1.08 -8837;3;842.50;9.50;666.50;1.33;1.18 -8838;3;1947.50;9.50;1608.00;1.80;1.12 -8839;3;2533.50;9.50;1542.00;-0.57;1.20 -8840;3;2622.00;9.50;1479.50;1.04;1.24 -8841;3;1537.50;9.50;1935.00;1.40;1.22 -8842;3;1105.50;9.50;412.50;1.66;1.06 -8843;3;5103.50;9.50;1349.50;4.58;1.16 -8844;3;3915.00;9.50;724.50;-0.74;0.66 -8845;3;2842.00;9.50;1321.00;0.86;0.92 -8846;3;5306.00;9.50;638.00;3.92;1.50 -8847;3;5478.00;9.50;1306.00;1.89;1.10 -8848;3;4710.50;9.50;711.50;1.63;0.86 -8849;3;4253.00;9.50;570.00;4.71;0.88 -8850;3;4268.00;9.50;331.50;-1.52;0.98 -8851;3;4184.50;9.50;225.00;1.26;1.02 -8853;3;2385.50;9.50;237.00;1.30;1.16 -8854;3;2516.00;9.50;536.50;1.86;0.86 -8855;3;2467.50;9.50;768.00;-0.57;1.00 -8856;3;2241.50;9.50;1470.00;1.00;1.16 -8857;3;1571.50;9.50;971.50;1.16;1.12 -8858;3;1418.50;9.50;40.00;3.50;1.28 -8859;3;131.00;9.50;314.00;-0.83;1.38 -8860;3;194.00;9.50;1485.00;1.74;1.12 -8861;3;389.00;9.50;1744.00;1.08;1.42 -8862;3;374.50;9.50;902.50;4.61;0.76 -8863;3;847.00;9.50;697.00;-1.27;0.74 -8864;3;1878.50;9.50;1582.00;1.47;1.08 -8865;3;2585.50;9.50;1618.00;0.90;1.14 -8866;3;1746.50;9.50;21.50;2.09;0.80 -8867;3;1448.50;9.50;1958.00;1.84;1.12 -8868;3;1336.50;9.50;459.00;1.17;1.20 -8869;3;5075.50;9.50;1336.00;0.87;1.10 -8870;3;3899.00;9.50;240.00;-1.41;1.06 -8871;3;2881.00;9.50;1320.50;2.14;0.94 -8872;3;5263.00;9.50;563.00;-0.58;1.70 -8873;3;5472.50;9.50;1254.00;1.15;1.28 -8874;3;4661.50;9.50;82.50;-1.52;0.86 -8875;3;4269.50;9.50;608.00;1.46;0.90 -8876;3;4203.50;9.50;345.00;1.13;0.98 -8877;3;4142.50;9.50;242.50;1.05;0.88 -8878;3;2339.50;9.50;170.00;1.57;1.30 -8879;3;2481.50;9.50;509.50;1.36;1.14 -8880;3;2459.00;9.50;817.00;1.73;1.10 -8881;3;2311.50;9.50;1384.00;1.07;1.28 -8882;3;2327.50;9.50;2033.00;3.34;1.00 -8883;3;1277.00;9.50;33.50;3.58;0.94 -8884;3;124.50;9.50;248.50;-1.24;1.16 -8885;3;76.50;9.50;1147.00;-1.35;1.00 -8886;3;350.00;9.50;1735.50;2.17;1.22 -8887;3;376.50;9.50;945.00;1.39;0.96 -8888;3;923.50;9.50;672.50;0.99;1.12 -8889;3;2532.50;9.50;859.00;1.13;1.04 -8890;3;2557.00;9.50;1416.00;2.73;1.02 -8891;3;1472.00;9.50;1966.00;-1.20;1.40 -8892;3;1409.50;9.50;498.00;1.61;1.16 -8893;3;5176.50;9.50;1464.00;-1.33;0.90 -8894;3;3922.50;9.50;682.50;1.21;0.92 -8895;3;2914.00;9.50;1321.50;0.53;0.92 -8896;3;5282.50;9.50;648.00;1.57;1.06 -8897;3;5529.50;9.50;1273.50;1.66;0.88 -8898;3;4828.00;9.50;620.50;-0.20;0.96 -8899;3;4236.50;9.50;502.00;-1.20;0.78 -8900;3;4241.00;9.50;383.50;1.94;0.96 -8901;3;4128.00;9.50;281.50;1.03;1.06 -8902;3;2318.00;9.50;228.00;-1.40;1.18 -8903;3;2512.00;9.50;469.00;1.23;1.08 -8904;3;2424.00;9.50;775.50;-0.92;1.00 -8905;3;2336.50;9.50;1417.50;2.00;1.32 -8906;3;1217.50;9.50;31.00;2.48;0.94 -8907;3;63.50;9.50;235.50;4.60;1.14 -8908;3;102.00;9.50;1104.50;1.43;0.92 -8909;3;452.50;9.50;1715.50;1.23;1.32 -8910;3;506.00;9.50;811.00;4.27;1.18 -8911;3;929.00;9.50;620.00;1.57;1.00 -8912;3;2590.50;9.50;1309.50;1.20;1.42 -8913;3;1732.00;9.50;52.00;3.33;0.42 -8914;3;1541.00;9.50;1997.00;0.32;1.62 -8915;3;1460.00;9.50;669.50;4.21;1.38 -8916;3;5376.00;9.50;1422.00;0.78;1.26 -8917;3;4013.50;9.50;486.50;-0.04;1.04 -8918;3;2915.00;9.50;1361.50;1.05;0.84 -8919;3;5230.00;9.50;648.50;1.45;1.10 -8920;3;5561.50;9.50;1243.50;0.51;1.14 -8921;3;4922.00;9.50;515.50;-1.36;1.08 -8922;3;4221.00;9.50;537.00;1.57;0.84 -8923;3;4716.50;9.50;126.00;-1.49;0.78 -8924;3;4306.50;9.50;418.50;1.70;1.24 -8925;3;4169.50;9.50;310.50;1.52;0.96 -8926;3;2298.50;9.50;137.50;0.69;1.18 -8927;3;2457.00;9.50;473.50;1.61;0.94 -8928;3;2405.50;9.50;767.50;1.84;0.98 -8929;3;2353.00;9.50;1427.00;-0.98;1.40 -8930;3;1672.00;9.60;2010.00;4.71;1.18 -8931;3;1259.00;9.50;57.00;0.82;1.22 -8932;3;73.00;9.50;289.00;4.71;1.18 -8933;3;2821.00;10.15;1095.00;1.57;0.64 -8934;3;390.00;9.50;1689.00;1.31;1.16 -8935;3;566.00;9.50;780.50;2.06;1.46 -8936;3;973.00;9.50;653.50;1.07;1.02 -8937;3;2651.50;9.50;1194.50;-0.86;0.90 -8938;3;1533.00;9.50;545.50;1.52;1.02 -8939;3;5562.00;9.50;1441.00;1.63;0.80 -8940;3;3945.50;9.50;453.50;1.41;0.86 -8941;3;2915.50;9.50;1288.00;-1.36;0.90 -8942;3;5241.00;9.50;603.50;1.30;0.92 -8943;3;5556.00;9.50;1299.00;-0.39;1.02 -8944;3;5569.50;9.50;1834.50;-1.27;1.40 -8945;3;4950.50;9.50;541.50;1.13;1.32 -8946;3;4233.00;9.50;571.50;1.40;0.86 -8947;3;4307.50;9.50;358.00;-1.02;1.14 -8948;3;4604.00;9.50;220.50;-1.53;1.32 -8949;3;2233.00;9.50;168.50;-1.30;1.12 -8950;3;2479.50;9.50;433.50;-1.53;0.98 -8951;3;2356.50;9.50;789.00;-0.69;1.20 -8952;3;2270.00;9.50;1440.50;-1.14;1.10 -8953;3;1767.00;9.50;1960.50;1.83;1.38 -8954;3;1135.00;9.50;35.50;3.70;1.16 -8955;3;2827.50;9.50;236.50;1.56;1.16 -8956;3;39.50;9.50;1122.00;0.65;1.24 -8957;3;513.00;9.50;1707.50;1.16;1.20 -8958;3;453.50;9.50;772.00;4.64;1.26 -8959;3;933.50;9.50;575.50;4.68;1.16 -8960;3;2624.00;9.50;1165.00;0.85;1.22 -8961;3;1796.50;9.50;32.00;-0.34;1.02 -8963;3;1581.50;9.50;539.50;2.05;1.20 -8964;3;4032.50;9.50;262.50;2.20;1.10 -8965;3;2993.50;9.50;1290.50;0.91;0.98 -8966;3;5453.00;9.50;485.00;1.57;1.02 -8967;3;5525.00;9.50;1355.50;1.62;0.86 -8968;3;5576.50;9.50;1786.00;-1.40;1.58 -8969;3;4896.00;9.50;517.00;1.29;0.78 -8970;3;4171.00;9.50;572.00;4.62;0.96 -8971;3;4325.00;9.50;422.00;-1.29;0.88 -8972;3;4593.50;9.50;274.50;-1.42;1.16 -8973;3;2809.00;9.50;2033.00;4.71;0.66 -8974;3;2299.50;9.50;91.00;2.18;1.10 -8975;3;2486.00;9.50;394.00;1.57;0.80 -8976;3;2338.50;9.50;847.00;-0.89;1.08 -8977;3;2246.00;9.50;1527.50;1.61;1.42 -8978;3;1601.00;9.50;2026.50;0.34;0.64 -8979;3;1196.00;9.50;79.50;1.32;1.46 -8980;3;97.00;9.50;339.50;1.48;1.12 -8981;3;740.00;9.50;996.50;1.67;1.02 -8982;3;499.50;9.50;1657.00;-1.23;1.06 -8983;3;419.00;9.50;721.50;-1.21;1.14 -8984;3;956.50;9.50;616.50;4.47;0.98 -8985;3;2585.00;9.50;1264.50;1.31;1.38 -8986;3;1763.50;9.50;66.50;-1.03;1.14 -8987;3;1451.50;9.50;492.00;-1.27;0.96 -8988;3;3802.00;9.50;299.00;-1.17;1.18 -8989;3;2477.50;9.50;1530.50;2.35;1.28 -8990;3;5451.50;9.50;529.00;1.35;1.22 -8991;3;5461.00;9.50;1324.50;0.26;1.02 -8992;3;5517.00;9.50;1779.50;-1.12;1.32 -8993;3;4989.00;9.50;404.50;0.40;1.12 -8994;3;4165.50;9.50;605.50;1.44;1.00 -8995;3;4384.00;9.50;427.50;1.52;0.98 -8996;3;4553.00;9.50;261.00;-0.60;1.00 -8997;3;2256.50;9.50;108.50;-0.73;0.98 -8998;3;2452.50;9.50;431.00;1.71;1.24 -8999;3;2440.50;9.50;859.50;-1.45;1.16 -9000;3;2285.50;9.50;1527.50;0.92;1.40 -9001;3;1537.00;9.50;1888.50;2.24;1.50 -9002;3;1329.50;9.50;136.50;1.30;1.48 -9003;3;2830.00;9.50;357.00;1.56;1.10 -9004;3;123.50;9.50;1198.00;1.50;1.16 -9005;3;386.00;9.50;1645.00;1.32;1.02 -9006;3;506.00;9.50;690.00;1.51;1.34 -9007;3;883.50;9.50;539.50;1.48;0.94 -9008;3;2447.00;9.50;1406.50;1.43;1.22 -9009;3;1814.50;9.50;176.50;-1.35;1.56 -9010;3;1330.00;9.50;401.00;-1.22;1.24 -9011;3;5593.00;9.50;1595.50;4.57;1.10 -9012;3;3881.00;9.50;340.50;1.18;0.92 -9013;3;2991.00;9.50;1244.00;-1.04;1.32 -9014;3;5388.50;9.50;501.00;1.33;1.00 -9015;3;5414.50;9.50;1244.00;0.33;1.28 -9016;3;2803.50;9.50;1899.50;-1.56;1.10 -9017;3;4963.50;9.50;396.00;0.73;0.64 -9018;3;4189.50;9.50;604.00;4.71;0.78 -9019;3;4407.50;9.50;426.00;4.62;1.00 -9020;3;4616.00;9.50;319.00;0.96;1.20 -9021;3;2272.50;9.50;59.00;1.00;0.92 -9022;3;2431.00;9.50;382.00;1.10;1.04 -9023;3;2730.00;9.50;1980.00;-1.36;1.44 -9024;3;2415.50;9.50;863.00;1.19;1.02 -9025;3;2305.50;9.50;1556.00;0.94;1.48 -9026;3;1249.50;9.50;169.50;-1.29;1.04 -9027;3;81.50;9.50;378.00;-0.26;1.32 -9028;3;127.00;9.50;1233.00;-0.26;1.12 -9029;3;450.00;9.50;1591.00;1.51;1.04 -9030;3;529.00;9.50;728.00;1.37;1.28 -9031;3;732.00;9.50;420.50;-1.00;1.26 -9032;3;2953.00;13.65;1769.50;0.92;0.30 -9033;3;3483.50;9.95;1673.00;1.29;0.18 -9034;3;2528.00;9.50;1298.50;1.18;0.94 -9035;3;3065.00;10.95;1793.50;1.40;0.30 -9036;3;2940.50;11.60;1723.50;4.51;0.28 -9037;3;1930.00;9.50;205.00;0.55;1.12 -9038;3;3161.00;9.80;1796.00;-1.24;0.34 -9039;3;3302.50;10.85;1942.00;0.89;0.36 -9040;3;1195.00;9.50;378.50;-1.07;1.12 -9041;3;3460.00;9.80;1869.50;-1.14;1.06 -9042;3;3241.00;9.65;2010.50;1.44;0.44 -9043;3;3473.50;9.90;1710.50;1.76;0.22 -9044;3;5397.50;9.50;1534.00;1.76;1.16 -9045;3;3358.00;9.90;1837.50;1.44;0.18 -9046;3;3388.50;9.95;1667.00;1.19;0.22 -9047;3;2917.50;13.50;1756.50;-1.46;0.30 -9048;3;3860.00;9.50;488.50;1.72;0.80 -9049;3;3102.00;9.50;1159.50;0.54;0.86 -9050;3;3543.00;10.40;1680.00;0.78;0.26 -9051;3;3051.00;10.90;1772.00;4.39;0.30 -9052;3;5328.50;9.50;550.50;1.19;1.42 -9053;3;5325.00;9.50;1219.50;-1.22;1.08 -9054;3;3025.00;9.50;1717.50;1.10;0.26 -9055;3;3363.50;9.95;1831.00;4.71;0.30 -9056;3;1604.50;16.00;891.50;-1.06;0.22 -9057;3;4796.00;9.50;438.50;1.14;0.86 -9058;3;4241.50;9.50;624.00;0.91;0.92 -9059;3;3403.50;10.00;1920.00;1.27;0.46 -9060;3;3327.00;10.40;1714.00;4.71;0.24 -9061;3;3278.00;9.92;1795.00;1.57;0.16 -9062;3;4407.00;9.50;377.50;4.50;0.98 -9063;3;4574.50;9.50;334.50;1.62;1.14 -9064;3;3239.00;9.95;1993.50;1.27;0.34 -9065;3;3542.00;9.80;1712.00;1.57;0.26 -9066;3;3007.50;12.00;1823.50;2.11;0.34 -9067;3;3937.00;9.50;26.50;1.65;1.12 -9068;3;3008.50;12.15;1767.00;0.98;0.30 -9069;3;3020.00;11.60;1853.00;1.57;0.26 -9070;3;2219.50;9.50;64.00;-1.12;0.88 -9071;3;2442.50;9.50;246.50;-1.05;1.16 -9072;3;2413.00;9.50;917.50;3.96;1.26 -9073;3;3217.50;10.40;1763.00;1.19;0.18 -9074;3;3274.50;10.60;1865.50;-1.16;0.36 -9075;3;2723.50;11.80;1679.00;4.71;0.26 -9076;3;2365.50;9.50;1478.50;1.14;1.58 -9077;3;1529.50;9.50;2039.00;1.57;0.48 -9078;3;3310.00;10.35;1774.00;-1.32;0.28 -9079;3;3212.00;10.40;1708.50;1.10;0.24 -9080;3;1178.50;9.50;139.50;-1.21;1.40 -9081;3;132.00;9.50;426.00;0.00;0.94 -9082;3;3355.50;10.40;1753.50;1.46;0.20 -9083;3;3113.00;12.05;1941.50;1.67;0.32 -9084;3;3943.00;10.15;1163.50;-1.17;0.44 -9085;3;2823.00;13.55;1203.50;1.57;0.84 -9086;3;343.00;9.50;1612.00;-1.29;1.30 -9087;3;358.50;9.50;678.50;1.79;1.30 -9088;3;3086.00;10.05;1811.50;4.24;0.24 -9089;3;3198.00;10.35;1986.50;-1.21;0.40 -9090;3;2715.00;10.10;1704.50;-1.10;0.24 -9091;3;1429.00;9.50;591.00;-0.78;1.38 -9092;3;1563.00;9.50;1799.50;0.89;1.22 -9093;3;3103.50;10.75;1844.00;4.49;0.32 -9094;3;3163.50;9.65;1756.00;1.57;0.34 -9095;3;3037.50;13.75;1867.00;0.64;0.32 -9096;3;2946.50;9.80;1707.50;2.82;0.18 -9097;3;3268.50;10.30;1730.00;1.29;0.18 -9098;3;3272.50;9.80;1701.00;1.19;0.24 -9099;3;3554.00;10.35;1848.50;-0.70;1.04 -9100;3;3258.50;10.00;1747.50;3.46;0.26 -9101;3;3473.50;10.35;1780.00;-1.35;0.36 -9102;3;3405.00;10.40;1738.00;4.39;0.20 -9103;3;2966.00;10.40;1742.00;3.60;0.28 -9104;3;3234.50;9.50;1813.00;-1.29;0.22 -9105;3;3275.50;10.10;1753.50;1.71;0.22 -9106;3;3222.00;10.25;1833.00;-1.10;0.28 -9107;3;3355.00;10.50;1724.50;1.10;0.22 -9108;3;3138.50;10.20;1873.50;3.92;0.34 -9109;3;3064.50;10.15;1709.00;1.19;0.28 -9110;3;3448.50;9.90;1734.50;-1.42;0.26 -9111;3;3335.50;10.00;1694.50;1.42;0.22 -9112;3;3247.50;10.65;1903.00;1.15;0.28 -9113;3;3479.50;9.95;1747.00;1.57;0.30 -9114;3;3571.00;9.90;1721.00;1.24;0.26 -9115;3;3336.00;9.72;1907.00;2.35;0.38 -9116;3;3270.50;9.90;1973.50;-0.32;0.52 -9117;3;3065.50;9.80;1746.50;1.89;0.26 -9118;3;3329.50;9.80;1781.50;4.57;0.20 -9119;3;3286.50;10.50;1851.50;-1.16;0.36 -9120;3;3249.00;10.30;1705.00;1.32;0.26 -9121;3;3649.50;9.80;1859.50;-1.27;1.02 -9122;3;3429.00;10.50;1684.50;2.55;0.26 -9123;3;3289.50;10.50;1904.50;1.42;0.30 -9124;3;3525.00;10.00;1754.00;1.32;0.28 -9126;3;3054.50;10.95;1914.00;1.27;0.32 -9127;3;2911.50;9.90;1791.50;-1.42;0.26 -9128;3;3201.00;10.65;1966.50;1.32;0.46 -9129;3;3179.00;9.80;1745.50;-1.40;0.26 -9130;3;3437.00;10.02;1783.00;-1.37;0.52 -9131;3;3428.50;10.10;1718.50;1.24;0.22 -9132;3;2983.50;9.60;1830.50;-1.03;0.30 -9133;3;3498.50;10.00;1727.50;-1.16;0.28 -9134;3;3041.50;13.30;1864.00;4.33;0.34 -9135;3;2958.50;12.65;1776.00;-1.19;0.26 -9136;3;3496.00;10.10;1690.50;1.32;0.22 -9137;3;3012.50;11.45;741.00;1.41;0.88 -9138;3;3003.00;10.45;1731.00;1.57;0.26 -9139;3;2977.50;13.70;1804.50;0.78;0.28 -9140;3;3286.50;10.00;1972.50;-1.24;0.48 -9141;3;3068.50;10.80;1828.50;1.48;0.30 -9142;3;3889.00;9.90;1860.50;-1.30;1.14 -9143;3;3135.00;9.77;1855.00;1.24;0.22 -9144;3;3392.50;10.30;1675.00;2.15;0.24 -9145;3;3601.00;9.95;1746.50;0.87;0.30 -9146;3;3585.00;10.35;1707.50;1.32;0.24 -9147;3;3174.00;10.40;1885.50;1.81;0.34 -9148;3;3018.50;12.20;1776.50;-1.16;0.24 -9149;3;3086.50;9.70;1731.00;1.29;0.24 -9150;3;3278.00;9.85;1746.00;1.32;0.16 -9151;3;3070.50;10.40;1788.50;-1.03;0.24 -9152;3;3073.00;10.65;819.50;1.14;0.68 -9153;3;3354.50;10.50;1703.00;1.29;0.28 -9154;3;3046.50;11.50;1804.50;1.42;0.32 -9155;3;3575.50;9.85;1735.00;1.29;0.34 -9156;3;3173.00;10.15;1820.50;-1.44;0.32 -9157;3;2969.50;11.00;1750.50;-0.78;0.30 -9158;3;3277.50;10.80;1882.50;0.78;0.30 -9159;3;3471.00;9.80;1675.50;1.40;0.18 -9160;3;1599.00;15.92;889.00;-1.06;0.30 -9161;3;2733.50;12.30;1684.00;-1.19;0.28 -9162;3;3310.00;10.30;1896.00;0.78;0.36 -9163;3;3223.00;10.20;1785.50;1.73;0.28 -9164;3;3299.50;10.30;1726.00;4.12;0.24 -9165;3;3401.00;10.55;1897.50;1.47;0.62 -9166;3;3194.50;10.50;1801.00;1.35;0.24 -9167;3;3188.00;9.65;1761.00;4.71;0.24 -9168;3;3441.50;10.40;1703.50;1.46;0.18 -9169;3;3261.50;10.50;1805.50;1.03;0.22 -9170;3;2921.50;14.40;1744.50;1.46;0.30 -9171;3;3026.00;11.85;1847.00;-0.98;0.36 -9172;3;3531.00;10.30;1676.00;0.98;0.20 -9173;3;1520.00;9.50;881.00;-1.04;0.28 -9174;3;2960.50;9.70;1717.00;2.15;0.18 -9175;3;3052.50;14.20;1891.00;-0.64;0.32 -9176;3;3300.50;10.20;1771.00;4.03;0.22 -9177;3;3344.00;9.90;1694.50;-0.67;0.26 -9178;3;3089.50;14.25;1923.00;-0.89;0.36 -9179;3;3394.00;10.10;1941.50;1.22;0.54 -9180;3;3517.00;9.80;1703.50;1.21;0.20 -9181;3;3289.50;10.25;1795.00;0.98;0.28 -9182;3;3019.50;11.50;1754.00;4.71;0.28 -9183;3;3222.50;9.70;1758.00;-1.19;0.22 -9184;3;3339.50;10.40;1735.50;-1.42;0.20 -9185;3;3050.00;9.75;1723.50;-1.40;0.24 -9186;3;3141.50;9.90;1889.50;3.92;0.24 -9187;3;3419.50;10.40;1778.50;-1.06;0.40 -9188;3;3421.50;10.10;1696.00;1.29;0.18 -9189;3;3198.50;10.60;1917.00;4.49;0.42 -9190;3;3339.00;10.30;1750.50;1.40;0.20 -9191;3;3170.50;11.10;1958.50;1.49;0.32 -9192;3;3594.00;10.40;1718.50;1.10;0.28 -9193;3;3059.50;9.80;1741.00;0.98;0.26 -9194;3;3169.00;9.70;1741.50;1.44;0.30 -9195;3;3335.50;9.95;1860.00;4.43;0.30 -9196;3;2927.50;11.15;1704.00;-1.29;0.24 -9197;3;3307.00;10.30;1733.50;1.40;0.28 -9198;3;3285.50;10.65;1881.00;-1.39;0.32 -9199;3;3423.50;10.00;1731.50;-1.37;0.24 -9200;3;3491.00;10.05;1696.00;0.46;0.28 -9201;3;3333.00;11.65;1927.50;1.73;0.30 -9202;3;3443.50;10.00;1745.50;4.57;0.30 -9203;3;3288.50;10.20;1945.50;1.46;0.38 -9204;3;2960.00;10.35;1733.50;1.21;0.28 -9205;3;3704.50;9.80;1938.50;1.41;1.10 -9206;3;3247.00;9.85;1751.50;-1.47;0.22 -9207;3;3402.00;10.40;1721.50;1.40;0.20 -9208;3;3017.50;11.70;1864.50;-1.46;0.32 -9209;3;3049.00;9.85;1712.00;0.78;0.24 -9210;3;3505.00;9.95;1737.50;1.10;0.24 -9211;3;3085.00;11.50;1884.00;-1.32;0.30 -9212;3;3300.50;10.30;1684.00;-0.64;0.22 -9213;3;3517.00;9.90;1766.00;4.51;0.26 -9214;3;3563.00;9.80;1700.50;1.21;0.24 -9215;3;3442.00;10.00;1905.00;1.81;0.42 -9216;3;2934.50;9.50;1807.50;3.92;0.42 -9217;3;3359.50;9.80;1899.50;4.47;0.38 -9218;3;3026.50;10.70;1735.00;1.29;0.24 -9219;3;3203.50;10.45;1813.00;4.71;0.32 -9220;3;3126.50;10.00;1845.50;1.42;0.34 -9221;3;3221.50;10.40;1693.50;-1.16;0.22 -9222;3;3469.00;10.50;1720.50;-0.92;0.24 -9223;3;3236.00;10.70;1882.50;1.44;0.36 -9224;3;4513.00;10.20;1892.50;1.59;1.36 -9225;3;3601.00;10.50;1786.50;-1.26;0.50 -9226;3;3132.50;10.45;1894.00;-1.15;0.40 -9227;3;2969.50;13.25;1782.00;1.29;0.36 -9229;3;3018.50;12.35;1797.00;1.19;0.28 -9230;3;3602.00;10.25;1869.50;0.26;1.10 -9231;3;3317.50;10.50;1794.50;-1.16;0.28 -9232;3;3549.00;9.90;1733.00;0.98;0.30 -9233;3;3229.50;10.10;1840.50;4.60;0.32 -9234;3;3286.50;10.20;1683.50;-1.42;0.22 -9235;3;3419.00;10.60;1632.50;1.32;0.20 -9236;3;3223.00;10.45;1594.50;1.10;0.28 -9237;3;2723.00;10.95;1640.50;4.54;0.16 -9238;3;2982.50;9.70;1575.00;1.57;0.18 -9239;3;2784.00;10.05;1563.50;1.10;0.24 -9240;3;3196.50;10.30;1672.00;1.84;0.22 -9241;3;3263.00;10.25;1616.00;-1.24;0.28 -9242;3;3311.50;11.60;1662.50;1.16;0.24 -9243;3;3571.50;9.80;1575.00;4.71;0.20 -9244;3;3542.50;10.50;1614.50;4.51;0.22 -9245;3;3434.00;10.02;1580.00;-1.24;0.24 -9246;3;3202.50;10.35;1641.00;0.98;0.26 -9247;3;3290.00;9.80;1590.50;-1.40;0.20 -9248;3;3406.50;9.70;1829.50;-1.16;0.44 -9249;3;3284.50;9.80;1555.00;1.29;0.24 -9250;3;2785.50;9.80;1600.00;4.71;0.24 -9251;3;3013.50;10.15;1670.00;-1.35;0.28 -9252;3;3063.00;9.80;1583.50;2.55;0.20 -9253;3;3333.50;10.10;1612.50;1.42;0.18 -9254;3;3266.00;10.02;1664.00;4.71;0.24 -9255;3;2653.00;10.10;1609.00;-1.24;0.20 -9256;3;3376.00;10.40;1661.00;4.71;0.18 -9257;3;3465.00;9.80;1670.00;1.57;0.18 -9258;3;3501.50;11.00;1582.50;-1.37;0.20 -9259;3;3537.00;9.90;1637.50;-1.44;0.22 -9260;3;3360.00;10.50;1555.50;4.46;0.20 -9261;3;3361.50;10.10;1588.00;0.98;0.22 -9262;3;3142.50;10.30;1652.50;1.46;0.30 -9263;3;3090.50;10.50;1609.00;0.98;0.32 -9264;3;2972.00;10.20;1581.00;4.24;0.20 -9265;3;3337.00;10.67;1657.00;1.32;0.24 -9266;3;3410.50;10.10;1605.00;2.15;0.18 -9267;3;3450.50;10.40;1659.50;4.57;0.20 -9268;3;2785.00;9.97;1575.00;1.24;0.26 -9269;3;2782.50;9.80;1610.00;1.19;0.24 -9270;3;3526.50;10.40;1667.50;-1.37;0.22 -9271;3;3597.00;10.40;1593.50;4.58;0.22 -9272;3;3336.50;10.55;1626.00;1.57;0.22 -9273;3;3428.00;9.90;1587.00;-1.10;0.24 -9274;3;3184.50;9.80;1602.50;-1.46;0.24 -9275;3;3243.00;9.90;1649.00;1.57;0.24 -9276;3;3472.50;9.80;1604.50;4.60;0.18 -9277;3;3049.50;9.75;1589.00;4.71;0.24 -9278;3;3406.00;9.80;1649.50;-0.58;0.28 -9279;3;3011.00;9.55;1638.50;3.14;0.18 -9280;3;3530.50;10.40;1657.50;1.71;0.24 -9281;3;2919.00;10.30;1569.00;1.10;0.22 -9282;3;3407.50;11.50;1621.00;1.19;0.26 -9283;3;3648.00;9.90;1708.50;-1.44;0.36 -9284;3;2654.50;12.10;1573.50;-1.24;0.22 -9285;3;2755.00;11.87;1625.00;4.71;0.24 -9286;3;3505.50;11.70;1591.00;1.19;0.24 -9287;3;3303.00;10.50;1648.00;1.32;0.28 -9288;3;3290.00;9.80;1562.50;1.81;0.24 -9289;3;3274.00;9.90;1597.50;4.46;0.20 -9290;3;3126.50;9.95;1580.00;4.71;0.24 -9291;3;3484.50;9.80;1653.50;4.57;0.20 -9292;3;3774.00;10.60;1622.50;1.86;0.34 -9293;3;3633.50;10.40;1691.00;1.57;0.26 -9294;3;2977.50;9.70;1585.50;-0.78;0.22 -9295;3;3201.00;10.40;1620.50;4.54;0.28 -9296;3;2932.00;9.67;1693.00;1.24;0.20 -9297;3;2769.00;9.90;1581.50;1.81;0.20 -9298;3;3477.50;9.80;1626.00;1.57;0.22 -9299;3;3578.50;10.30;1588.50;1.46;0.18 -9300;3;3017.50;9.80;1646.50;-1.03;0.18 -9301;3;3345.00;10.00;1596.00;1.57;0.22 -9302;3;3370.50;10.45;1637.00;1.05;0.24 -9303;3;2655.50;9.70;1600.00;1.19;0.20 -9304;3;3211.50;10.30;1584.50;4.60;0.24 -9305;3;3552.00;9.92;1652.00;4.71;0.20 -9306;3;3063.50;9.80;1596.50;2.11;0.26 -9307;3;3542.50;10.15;1622.00;-1.29;0.22 -9308;3;3056.00;10.30;1704.50;0.92;0.24 -9309;3;2907.00;9.70;1574.00;-1.24;0.16 -9310;3;2677.00;10.00;1587.00;1.57;0.26 -9311;3;3432.50;9.80;1639.00;4.43;0.20 -9312;3;3443.50;9.80;1554.00;0.98;0.24 -9313;3;3407.50;10.00;1595.00;4.71;0.22 -9314;3;2754.50;10.80;1643.00;1.57;0.24 -9315;3;2766.50;10.20;1600.00;4.71;0.20 -9316;3;3136.00;10.12;1583.00;-1.24;0.24 -9317;3;3192.50;10.30;1681.50;1.76;0.24 -9318;3;3339.50;10.10;1613.00;-1.19;0.24 -9319;3;3270.00;9.90;1680.50;-1.44;0.18 -9320;3;2971.50;9.70;1591.00;0.98;0.20 -9321;3;2649.50;9.80;1613.50;1.16;0.20 -9322;3;2790.00;9.92;1587.00;4.71;0.24 -9323;3;3265.00;9.80;1626.50;-1.44;0.20 -9324;3;3475.50;9.90;1589.50;-0.78;0.24 -9325;3;3510.50;9.80;1637.00;0.98;0.20 -9326;3;3508.50;10.00;1560.00;1.95;0.16 -9327;3;3156.00;9.82;1604.00;1.89;0.24 -9328;3;3365.50;10.50;1562.50;1.03;0.18 -9329;3;3030.00;10.65;1677.50;1.21;0.28 -9330;3;3414.00;10.20;1605.50;4.46;0.22 -9331;3;3286.50;9.90;1666.00;1.29;0.24 -9332;3;2769.50;11.00;1616.50;-1.03;0.22 -9333;3;3327.00;10.35;1675.50;-1.40;0.24 -9334;3;3042.50;9.70;1598.50;-1.37;0.22 -9335;3;2901.00;9.60;1581.50;4.46;0.22 -9336;3;3585.50;10.20;1640.50;-1.42;0.22 -9337;3;3566.50;10.00;1559.50;4.51;0.24 -9338;3;3550.50;11.50;1598.00;4.71;0.22 -9339;3;3436.00;9.80;1557.00;1.10;0.20 -9340;3;3184.00;9.70;1663.50;-1.40;0.24 -9341;3;3235.50;10.00;1623.50;2.11;0.28 -9342;3;3293.50;9.80;1563.50;-1.24;0.20 -9343;3;3344.00;10.15;1656.50;-1.40;0.18 -9344;3;3482.50;9.80;1611.50;4.51;0.20 -9345;3;3403.50;9.95;1662.00;-0.89;0.26 -9346;3;3119.00;9.85;1590.00;-1.10;0.24 -9347;3;2958.00;9.60;1592.00;4.71;0.16 -9348;3;3393.00;11.50;1626.50;-1.44;0.24 -9349;3;3653.00;10.10;1614.50;1.32;0.42 -9350;3;2734.50;10.60;1635.50;2.35;0.24 -9351;3;3305.00;9.90;1603.50;2.03;0.22 -9352;3;3494.50;9.80;1559.00;4.71;0.20 -9353;3;3268.00;10.45;1652.50;1.10;0.22 -9354;3;3561.00;9.90;1614.50;1.40;0.20 -9355;3;3366.00;10.00;1572.50;0.58;0.26 -9356;3;3416.00;9.80;1651.00;-1.32;0.20 -9357;3;3181.00;9.70;1629.50;-1.40;0.24 -9358;3;3482.50;10.40;1661.00;4.12;0.22 -9359;3;3213.50;10.60;1592.50;1.76;0.22 -9360;3;3464.00;10.40;1630.00;-0.98;0.26 -9361;3;3052.00;9.70;1600.50;-1.40;0.22 -9362;3;3007.00;9.65;1652.50;4.54;0.20 -9363;3;2901.50;9.70;1557.50;-1.03;0.20 -9364;3;2746.50;11.80;1594.00;1.57;0.18 -9365;3;3563.50;9.80;1569.00;-0.46;0.26 -9366;3;3378.00;10.32;1596.00;1.10;0.20 -9367;3;3431.00;9.87;1568.00;-0.78;0.24 -9368;3;3499.00;9.90;1646.50;1.32;0.24 -9369;3;2647.00;9.85;1605.50;2.26;0.28 -9370;3;3564.00;9.92;1688.00;4.71;0.34 -9371;3;3288.00;9.80;1582.00;-1.24;0.24 -9372;3;3143.50;10.40;1590.50;1.16;0.20 -9373;3;3535.50;10.05;1627.00;-0.89;0.26 -9374;3;3193.50;10.30;1646.00;1.19;0.26 -9375;3;2973.00;10.90;1565.00;4.71;0.16 -9376;3;3446.00;9.90;1598.00;0.46;0.22 -9377;3;1845.50;9.50;1125.00;0.16;0.22 -9378;3;3399.00;10.05;1646.50;3.73;0.18 -9379;3;2773.00;11.30;1607.00;1.24;0.20 -9380;3;3501.00;9.90;1565.00;0.78;0.20 -9381;3;3574.00;10.30;1652.50;1.40;0.22 -9382;3;3331.00;10.25;1619.50;4.58;0.18 -9383;3;2733.50;11.85;1656.00;-0.98;0.18 -9384;3;3356.50;10.00;1578.00;4.71;0.22 -9385;3;3627.50;9.90;1630.50;0.78;0.26 -9386;3;3269.50;10.40;1643.50;1.76;0.24 -9387;3;3053.50;9.70;1580.00;1.57;0.20 -9388;3;3006.00;9.70;1605.50;-1.21;0.32 -9389;3;3484.00;9.82;1646.00;1.10;0.18 -9390;3;3565.50;10.40;1663.50;-0.78;0.26 -9391;3;3580.00;9.80;1565.50;1.10;0.22 -9392;3;2742.50;11.30;1651.00;-1.19;0.18 -9393;3;3047.50;9.80;1696.00;4.71;0.22 -9394;3;3423.50;10.00;1575.50;-1.37;0.22 -9395;3;3404.00;11.15;1612.00;-0.78;0.14 -9396;3;3298.00;9.80;1583.50;4.46;0.18 -9397;3;2758.50;10.20;1618.50;-1.42;0.22 -9398;3;3133.50;10.50;1601.50;4.39;0.24 -9399;3;3324.50;10.60;1631.50;-1.42;0.26 -9400;3;3123.00;9.95;1554.00;1.24;0.16 -9401;3;3589.00;10.35;1608.00;-1.24;0.26 -9402;3;3546.00;10.40;1661.50;4.54;0.26 -9403;3;2912.00;9.70;1567.00;2.03;0.22 -9404;3;3195.50;10.40;1622.50;1.03;0.26 -9405;3;2654.00;11.27;1565.00;1.81;0.22 -9406;3;1516.00;9.50;842.50;-1.06;0.28 -9407;3;3479.00;9.80;1617.00;1.24;0.16 -9408;3;3247.50;10.30;1695.50;1.42;0.18 -9409;3;3497.00;9.95;1574.00;-1.24;0.16 -9410;3;3028.00;10.35;1660.00;1.10;0.24 -9411;3;3370.00;10.00;1583.00;1.24;0.20 -9412;3;3107.50;13.10;1513.00;1.95;0.26 -9413;3;3337.50;9.80;1519.00;1.19;0.22 -9414;3;3036.50;11.55;1528.00;-1.19;0.18 -9415;3;3471.50;9.70;1449.00;2.15;0.18 -9416;3;2983.00;11.65;1514.00;1.24;0.18 -9417;3;3427.50;9.70;1460.50;0.78;0.16 -9418;3;2893.50;11.35;1511.00;1.57;0.20 -9419;3;3337.50;9.70;1467.50;0.78;0.22 -9420;3;3638.00;9.95;1549.50;-1.44;0.22 -9421;3;3026.50;12.10;1510.50;1.24;0.24 -9422;3;3468.00;9.80;1550.00;1.57;0.16 -9423;3;3247.00;9.90;1482.50;-1.10;0.30 -9424;3;3414.00;9.80;1514.00;1.24;0.18 -9425;3;3183.50;12.35;1487.00;-1.19;0.28 -9426;3;3515.50;9.70;1454.50;1.03;0.26 -9427;3;3118.00;11.22;1521.00;1.24;0.16 -9428;3;3013.00;9.80;1561.00;-1.24;0.20 -9429;3;3045.00;11.92;1518.00;1.32;0.22 -9430;3;3418.50;9.70;1465.50;1.03;0.20 -9431;3;2870.50;9.50;1548.00;1.57;0.16 -9432;3;3530.00;10.10;1541.50;-1.32;0.26 -9433;3;3331.50;10.10;1485.50;-1.42;0.22 -9434;3;2810.00;9.70;1509.00;4.71;0.24 -9435;3;3257.50;10.00;1486.00;4.71;0.32 -9436;3;3495.50;10.40;1510.50;1.42;0.20 -9437;3;3314.50;9.80;1523.50;1.16;0.20 -9438;3;3193.50;10.30;1634.50;1.03;0.26 -9439;3;3094.50;9.85;1559.00;1.57;0.20 -9440;3;3523.50;11.40;1467.50;-1.42;0.22 -9441;3;2997.00;12.67;1531.00;4.71;0.24 -9442;3;3490.00;9.70;1467.50;4.46;0.22 -9443;3;2939.50;11.10;1543.50;1.37;0.24 -9444;3;2885.50;10.80;1516.50;0.54;0.16 -9445;3;3602.00;10.10;1548.50;-1.10;0.24 -9446;3;3412.50;9.80;1476.00;-0.98;0.22 -9447;3;3544.50;10.95;1520.00;-1.29;0.22 -9448;3;3424.50;10.10;1548.00;4.71;0.20 -9449;3;3376.00;9.90;1521.00;1.10;0.22 -9450;3;1432.00;10.17;1577.00;-1.10;0.26 -9451;3;3275.00;10.10;1495.00;1.57;0.20 -9452;3;3173.00;10.00;1541.00;1.57;0.24 -9453;3;3639.50;9.60;1461.00;-1.15;0.34 -9454;3;3197.00;10.35;1518.00;4.24;0.26 -9455;3;3535.50;10.60;1470.50;0.19;0.18 -9456;3;2995.50;9.70;1565.50;0.78;0.20 -9457;3;3090.00;11.10;1521.50;1.10;0.20 -9458;3;2783.50;9.80;1547.50;1.71;0.24 -9459;3;3481.00;9.70;1469.00;4.71;0.20 -9460;3;3498.50;9.80;1548.50;1.03;0.24 -9461;3;3421.50;9.90;1482.50;1.37;0.24 -9462;3;3628.00;9.60;1521.00;1.57;0.28 -9463;3;3343.00;10.35;1488.50;-1.40;0.26 -9464;3;3458.50;10.40;1517.50;1.76;0.22 -9465;3;3276.50;10.10;1504.00;4.71;0.20 -9466;3;3257.50;9.90;1540.00;4.71;0.20 -9467;3;1537.00;10.50;1662.50;-1.47;0.40 -9468;3;3172.50;10.10;1512.50;1.76;0.24 -9469;3;3608.50;9.60;1474.00;1.19;0.26 -9470;3;3059.50;9.85;1555.00;1.19;0.20 -9471;3;3010.00;13.80;1533.50;0.92;0.22 -9472;3;2872.50;9.80;1508.00;-1.05;0.32 -9473;3;3572.00;10.35;1542.50;1.40;0.22 -9474;3;3485.50;9.90;1476.50;1.16;0.20 -9475;3;3516.50;10.30;1521.50;1.76;0.20 -9476;3;3418.50;10.45;1492.00;4.71;0.18 -9477;3;3327.50;9.80;1538.00;1.19;0.20 -9478;3;2807.00;10.25;1465.00;0.98;0.24 -9479;3;3354.00;10.15;1492.00;1.10;0.22 -9480;3;1544.50;10.90;1680.00;-1.41;0.34 -9481;3;3257.50;10.20;1500.50;1.16;0.32 -9482;3;2924.50;10.15;1536.00;1.19;0.20 -9483;3;3165.00;10.15;1646.00;1.57;0.24 -9484;3;2756.50;10.55;1554.00;1.57;0.18 -9485;3;3218.50;10.30;1682.00;-1.29;0.28 -9486;3;2928.00;10.75;1527.50;4.54;0.16 -9487;3;3573.00;10.15;1523.00;1.24;0.32 -9488;3;3427.00;10.10;1487.50;-0.92;0.20 -9489;3;3401.00;9.90;1528.00;-1.24;0.22 -9490;3;2869.50;9.95;1479.00;1.29;0.28 -9491;3;3314.00;9.90;1502.00;0.98;0.26 -9492;3;2819.00;10.10;1469.00;1.89;0.16 -9493;3;3241.00;10.00;1540.00;1.57;0.24 -9494;3;3161.50;9.95;1520.00;-1.19;0.28 -9495;3;2779.50;9.70;1474.00;0.89;0.24 -9496;3;3032.00;9.75;1563.50;1.01;0.28 -9497;3;2992.00;12.25;1531.50;1.40;0.18 -9498;3;2873.00;9.60;1553.50;-1.47;0.16 -9499;3;3148.50;10.30;1636.00;2.15;0.26 -9500;3;2832.50;9.70;1524.50;4.51;0.18 -9501;3;3197.00;10.30;1683.00;-1.10;0.24 -9502;3;3462.00;9.85;1526.00;4.71;0.20 -9503;3;2923.50;11.90;1488.00;4.71;0.18 -9504;3;3493.50;9.95;1493.00;1.57;0.26 -9505;3;2890.50;11.40;1483.50;1.24;0.24 -9506;3;3305.50;9.80;1546.50;1.42;0.18 -9507;3;2828.50;9.80;1482.50;4.51;0.24 -9508;3;3112.50;10.00;1553.50;1.76;0.20 -9509;3;2940.00;9.87;1556.00;1.24;0.18 -9510;3;2765.00;10.10;1473.00;4.71;0.26 -9511;3;3084.00;10.45;1534.00;-1.10;0.24 -9512;3;3877.50;10.40;1659.00;1.57;0.44 -9513;3;3565.50;9.60;1490.50;0.54;0.28 -9514;3;3577.50;9.70;1622.00;4.71;0.20 -9515;3;2992.00;11.30;1491.00;-1.32;0.20 -9516;3;3467.50;9.80;1489.00;0.89;0.24 -9517;3;2950.50;11.70;1492.00;1.57;0.22 -9518;3;3378.00;10.00;1533.50;-1.40;0.18 -9519;3;3320.00;9.80;1508.50;1.73;0.24 -9520;3;3198.50;10.00;1549.50;1.76;0.26 -9521;3;3155.50;10.60;1534.50;1.37;0.28 -9522;3;2905.00;10.45;1535.50;1.81;0.16 -9523;3;2832.00;9.85;1490.50;-1.40;0.16 -9524;3;2961.50;10.30;1540.00;1.19;0.20 -9525;3;2767.00;9.75;1485.00;1.57;0.20 -9526;3;3613.00;9.60;1536.50;1.73;0.28 -9527;3;3057.00;10.20;1488.50;1.10;0.20 -9528;3;3672.50;9.80;1507.50;1.48;0.36 -9529;3;3451.50;9.90;1535.50;1.71;0.22 -9530;3;3519.00;9.92;1504.00;4.71;0.24 -9531;3;3387.50;9.80;1503.00;4.33;0.18 -9532;3;3080.00;9.80;1557.00;1.10;0.22 -9533;3;3239.50;10.30;1512.00;-1.19;0.22 -9534;3;2832.00;10.35;1498.50;4.46;0.16 -9535;3;3029.50;10.45;1548.00;4.71;0.24 -9536;3;2871.00;9.82;1527.00;1.57;0.16 -9537;3;3120.00;10.25;1484.50;-1.10;0.24 -9538;3;3597.00;9.60;1502.00;0.78;0.28 -9539;3;3073.00;9.80;1491.50;-1.44;0.20 -9540;3;3463.50;10.30;1502.50;4.51;0.18 -9541;3;3034.50;12.50;1500.50;1.71;0.24 -9542;3;3347.00;10.45;1542.00;1.24;0.22 -9543;3;3298.50;9.80;1515.50;1.37;0.16 -9544;3;3158.00;10.25;1558.50;-1.10;0.28 -9545;3;2961.50;11.90;1497.00;3.78;0.20 -9546;3;3092.00;10.55;1549.00;4.71;0.24 -9547;3;2934.00;11.20;1534.50;1.32;0.18 -9548;3;3200.00;11.85;1477.50;4.54;0.28 -9549;3;3585.50;9.70;1531.00;0.64;0.26 -9550;3;2785.50;10.40;1492.50;1.24;0.16 -9551;3;3097.00;13.52;1505.00;-0.78;0.20 -9552;3;3412.50;10.40;1532.50;0.78;0.26 -9553;3;3771.00;10.40;1675.00;1.10;0.44 -9554;3;3242.50;9.85;1551.00;1.19;0.26 -9555;3;3008.00;13.10;1510.50;1.10;0.18 -9556;3;3377.50;9.90;1514.50;1.76;0.18 -9557;3;2958.50;10.35;1509.00;-1.19;0.24 -9558;3;3192.50;10.70;1520.00;1.19;0.22 -9559;3;2901.00;10.70;1500.50;1.10;0.14 -9560;3;2993.00;9.70;1556.00;4.24;0.16 -9561;3;2851.50;10.30;1502.50;1.37;0.20 -9562;3;2736.00;10.85;1550.00;4.71;0.16 -9563;3;3177.50;11.55;1486.00;1.57;0.20 -9564;3;3484.50;9.80;1538.50;1.76;0.22 -9565;3;3450.00;10.15;1503.50;1.40;0.24 -9566;3;3327.50;9.80;1548.50;0.78;0.18 -9567;3;3092.00;13.05;1513.50;4.46;0.20 -9568;3;3277.00;9.80;1538.00;1.32;0.22 -9569;3;3030.50;12.00;1509.50;4.51;0.24 -9570;3;3067.00;10.70;1538.50;4.54;0.28 -9571;3;3380.00;9.70;1457.50;1.73;0.20 -9572;3;2971.50;10.60;1511.50;1.03;0.20 -9573;3;3318.00;9.80;1474.50;1.32;0.20 -9574;3;2892.50;10.20;1538.50;1.24;0.16 -9575;3;2908.50;10.80;1509.00;4.71;0.22 -9576;3;3255.50;11.00;1475.50;4.57;0.22 -9577;3;3552.00;9.70;1543.00;1.89;0.22 -9578;3;2818.50;10.00;1498.50;1.03;0.22 -9579;3;3397.00;10.00;1544.50;-0.67;0.20 -9580;3;1591.00;9.70;1622.50;1.32;0.24 -9581;3;3484.00;9.70;1453.00;4.71;0.18 -9582;3;2986.50;9.70;1419.00;4.71;0.16 -9583;3;1566.00;10.70;1624.50;-1.10;0.24 -9584;3;2952.50;10.25;1433.00;0.89;0.18 -9585;3;781.00;9.50;815.50;-0.76;0.32 -9586;3;3055.50;13.40;1411.50;4.51;0.20 -9587;3;2929.00;15.50;1439.50;1.73;0.18 -9588;3;3079.00;11.07;1415.00;1.57;0.20 -9589;3;4976.50;12.20;1494.50;1.68;0.30 -9590;3;2887.50;10.10;1436.50;1.76;0.16 -9591;3;3083.50;10.60;1415.00;4.71;0.20 -9592;3;3558.00;9.60;1448.50;4.54;0.24 -9593;3;2849.00;10.90;1432.00;1.57;0.16 -9594;3;3526.50;9.80;1451.00;1.95;0.20 -9595;3;3075.50;10.00;1421.50;-1.16;0.18 -9596;3;3039.00;11.25;1441.50;1.32;0.22 -9597;3;2793.50;9.50;1428.50;-1.37;0.24 -9598;3;2978.50;12.30;1435.00;4.12;0.20 -9599;3;3116.50;11.30;1402.50;4.57;0.20 -9600;3;2943.50;11.90;1441.00;4.12;0.18 -9601;3;1667.00;9.72;1670.00;2.15;0.36 -9602;3;3141.00;10.65;1395.50;-0.92;0.20 -9603;3;2909.50;11.70;1440.50;1.76;0.16 -9604;3;4985.00;11.50;1494.50;4.58;0.26 -9605;3;3798.00;9.90;1303.50;1.01;0.40 -9606;3;3141.00;11.05;1425.50;1.40;0.26 -9607;3;2859.50;10.60;1441.50;1.37;0.22 -9608;3;3094.50;9.80;1430.00;4.71;0.18 -9609;3;2860.00;10.15;1450.00;1.57;0.22 -9610;3;3196.00;10.30;1387.50;4.54;0.22 -9611;3;3065.00;9.80;1438.00;1.24;0.18 -9612;3;3208.50;10.00;1389.50;-1.16;0.28 -9613;3;3008.00;10.62;1444.00;4.24;0.18 -9614;3;3223.00;10.20;1396.50;4.61;0.18 -9615;3;1312.50;10.90;1787.00;1.23;0.74 -9616;3;982.00;13.42;1621.00;-1.10;0.40 -9617;3;3209.00;9.77;1407.00;4.71;0.18 -9618;3;2923.50;13.85;1447.00;4.71;0.18 -9619;3;3164.00;14.82;1429.00;1.57;0.24 -9620;3;2919.00;11.92;1454.00;4.71;0.16 -9621;3;3117.00;9.80;1434.00;1.57;0.20 -9622;3;2913.50;10.10;1454.00;1.57;0.16 -9623;3;4855.50;10.30;1451.00;1.84;0.30 -9624;3;3077.50;10.05;1437.00;4.71;0.22 -9625;3;2869.50;10.20;1448.00;0.69;0.26 -9626;3;3488.50;12.25;1366.00;1.19;0.22 -9627;3;3035.00;12.45;1433.50;1.32;0.20 -9628;3;3499.50;11.50;1381.50;-1.37;0.22 -9629;3;2836.00;9.90;1458.00;1.57;0.22 -9630;3;2987.00;13.45;1449.50;0.92;0.22 -9631;3;2791.00;9.70;1451.50;0.92;0.22 -9632;3;3491.50;14.60;1373.00;1.29;0.28 -9633;3;2977.50;15.70;1455.00;1.19;0.20 -9634;3;1588.00;11.20;1656.00;1.57;0.30 -9635;3;3246.50;9.70;1408.50;-1.42;0.28 -9636;3;2975.00;14.92;1463.00;1.57;0.20 -9637;3;912.50;10.55;1481.00;1.84;0.28 -9638;3;2924.00;10.50;1461.50;-1.32;0.18 -9639;3;4903.50;11.90;1432.50;-1.42;0.28 -9640;3;3152.50;11.40;1440.00;-0.64;0.20 -9641;3;4938.50;12.60;1435.00;1.35;0.26 -9642;3;2900.00;10.17;1462.00;1.10;0.22 -9643;3;3094.00;9.80;1437.50;4.24;0.16 -9644;3;2851.50;10.10;1468.00;-1.19;0.22 -9645;3;3544.50;13.00;1369.50;1.42;0.26 -9646;3;3047.00;12.65;1451.50;-1.40;0.14 -9647;3;3495.50;10.55;1390.00;4.71;0.20 -9648;3;3050.00;10.70;1458.50;1.32;0.22 -9649;3;3471.00;17.40;1388.50;1.01;0.22 -9650;3;3036.00;13.80;1468.50;1.32;0.24 -9651;3;3229.50;9.70;1419.50;1.71;0.20 -9652;3;2990.00;13.55;1471.50;-1.32;0.20 -9653;3;1463.00;10.30;1558.50;1.10;0.24 -9654;3;1456.50;10.10;1570.50;4.57;0.20 -9655;3;2960.50;11.45;1470.00;0.98;0.16 -9656;3;3136.50;9.80;1448.00;1.57;0.22 -9657;3;713.00;9.50;806.50;-0.72;0.38 -9658;3;2891.50;10.10;1470.50;-1.37;0.22 -9659;3;4953.00;10.25;1566.00;1.57;0.64 -9660;3;3106.50;9.70;1462.00;0.64;0.20 -9661;3;3056.00;11.27;1468.00;4.24;0.26 -9662;3;1567.50;11.10;1575.50;1.76;0.20 -9663;3;3433.00;12.65;1392.00;1.89;0.20 -9664;3;1580.00;11.00;1585.50;-1.21;0.30 -9665;3;3024.50;11.85;1479.00;-1.29;0.16 -9666;3;2971.00;12.57;1477.00;1.57;0.20 -9667;3;1520.00;9.55;1590.00;3.92;0.28 -9668;3;3204.50;12.60;1438.00;-0.24;0.30 -9669;3;1096.00;11.20;1795.50;4.36;0.72 -9670;3;3192.50;12.70;1446.50;-1.16;0.26 -9671;3;903.00;10.25;1492.00;1.57;0.28 -9672;3;3188.00;11.95;1451.50;0.87;0.26 -9673;3;1648.50;11.00;1584.00;1.05;0.20 -9674;3;3439.00;14.60;1394.50;-1.10;0.26 -9675;3;1671.50;11.30;1601.50;1.42;0.28 -9676;3;3091.50;10.30;1467.50;1.76;0.22 -9677;3;3354.50;11.30;1420.00;1.95;0.24 -9678;3;1397.50;11.30;1652.00;-0.71;0.38 -9679;3;3043.00;14.10;1465.00;0.32;0.20 -9680;3;3369.00;9.70;1423.50;2.55;0.20 -9681;3;3011.50;11.30;1487.50;1.16;0.20 -9682;3;1428.00;11.40;1564.50;-1.44;0.26 -9683;3;3266.50;9.80;1449.00;1.84;0.20 -9684;3;1477.00;10.80;1591.50;4.46;0.24 -9685;3;3196.00;16.45;1458.50;4.54;0.18 -9686;3;2683.00;12.55;1362.50;1.32;0.20 -9687;3;3167.00;10.57;1465.00;1.57;0.20 -9688;3;3456.00;9.90;1428.50;-0.92;0.24 -9689;3;2671.50;10.00;1371.00;4.71;0.18 -9690;3;3106.00;9.90;1475.00;-1.24;0.28 -9691;3;3450.50;12.10;1401.00;-1.19;0.22 -9692;3;3070.50;9.80;1485.00;4.71;0.18 -9693;3;1644.50;11.45;1594.00;4.33;0.22 -9694;3;3450.00;12.27;1410.00;-1.24;0.22 -9695;3;1038.50;11.90;1583.50;1.31;0.32 -9696;3;3412.50;10.10;1412.50;-1.16;0.20 -9697;3;902.50;9.60;1532.00;-0.46;0.28 -9698;3;3287.00;9.70;1456.50;1.40;0.24 -9699;3;2723.00;14.10;1378.50;-1.40;0.20 -9700;3;2740.50;12.90;1372.00;1.57;0.20 -9701;3;3228.50;10.60;1436.50;4.39;0.20 -9702;3;3496.00;14.85;1347.50;0.92;0.22 -9703;3;2733.50;14.30;1383.00;-1.19;0.16 -9704;3;3186.00;16.70;1470.00;1.24;0.20 -9705;3;3495.50;11.45;1424.00;4.71;0.20 -9706;3;3156.50;10.40;1476.50;-0.32;0.22 -9707;3;3484.00;12.85;1416.50;1.73;0.22 -9708;3;1622.50;12.10;1597.50;-1.16;0.30 -9709;3;3434.50;9.80;1428.50;4.51;0.18 -9710;3;2792.50;10.35;1393.00;1.57;0.24 -9711;3;1529.00;10.67;1599.00;1.57;0.30 -9712;3;3334.00;9.57;1444.00;4.71;0.24 -9713;3;910.50;9.80;1517.00;4.71;0.34 -9714;3;3273.50;9.80;1465.00;4.71;0.24 -9715;3;3539.50;11.40;1313.00;1.29;0.26 -9716;3;3234.00;9.80;1458.50;0.67;0.22 -9717;3;2808.50;10.30;1403.50;1.42;0.22 -9718;3;3349.50;9.50;1431.50;2.82;0.26 -9719;3;2697.00;11.75;1386.50;4.46;0.20 -9720;3;3532.00;10.82;1432.00;1.24;0.24 -9721;3;1640.50;11.60;1605.50;1.76;0.28 -9722;3;3481.50;10.20;1431.50;-1.42;0.22 -9723;3;2846.00;11.00;1390.00;1.24;0.18 -9724;3;1511.50;10.60;1597.50;-0.54;0.28 -9725;3;2848.50;9.80;1483.00;1.35;0.20 -9726;3;3451.00;9.90;1426.50;1.73;0.24 -9727;3;1500.50;10.60;1497.00;1.05;0.36 -9728;3;2877.00;10.37;1406.00;0.98;0.18 -9729;3;3369.00;9.70;1453.00;1.81;0.18 -9730;3;878.50;11.65;1541.00;1.57;0.36 -9731;3;3159.00;10.42;1638.00;1.32;0.22 -9732;3;2866.00;13.60;1416.50;1.32;0.20 -9733;3;4973.00;12.75;1520.50;4.58;0.34 -9734;3;2825.00;9.90;1413.50;1.40;0.16 -9735;3;3547.00;9.60;1446.50;1.44;0.22 -9736;3;2904.00;12.85;1407.00;0.78;0.22 -9737;3;2795.00;9.65;1410.50;0.38;0.18 -9738;3;2913.50;15.30;1415.50;-1.37;0.22 -9739;3;3494.00;9.90;1432.50;-1.40;0.22 -9740;3;1516.50;12.50;1773.50;4.01;0.82 -9741;3;2936.00;10.27;1419.00;4.24;0.18 -9742;3;3447.00;9.80;1435.00;4.39;0.18 -9743;3;1538.00;10.30;1619.50;1.73;0.24 -9744;3;3421.00;9.70;1449.00;4.24;0.16 -9745;3;2914.50;16.10;1423.50;1.37;0.20 -9746;3;754.00;9.50;805.50;-0.75;0.28 -9747;3;732.00;9.50;809.50;-0.73;0.32 -9748;3;2858.00;11.60;1431.50;4.46;0.20 -9749;3;4961.00;12.50;1483.00;4.71;0.34 -9750;3;2990.50;11.85;1379.00;1.95;0.18 -9751;3;2826.00;10.00;1421.50;1.40;0.20 -9752;3;2972.50;11.50;1411.50;1.37;0.20 -9753;3;3558.00;9.60;1440.50;1.40;0.22 -9754;3;1639.00;12.52;1617.00;1.10;0.24 -9755;3;3322.50;13.60;1281.50;1.03;0.24 -9756;3;3154.00;11.07;1398.00;1.57;0.26 -9757;3;2762.50;12.00;1314.50;0.78;0.20 -9758;3;1624.50;9.70;1528.00;0.89;0.28 -9759;3;4765.00;12.75;1355.50;4.46;0.22 -9760;3;1520.00;11.95;1533.50;1.73;0.24 -9761;3;3394.00;15.25;1303.50;1.44;0.30 -9762;3;4896.50;12.60;1405.00;1.57;0.24 -9763;3;3335.00;12.72;1278.00;4.71;0.22 -9764;3;2834.50;10.25;1351.00;4.12;0.20 -9765;3;2684.50;10.10;1277.50;1.16;0.20 -9766;3;4830.50;12.20;1397.00;-1.35;0.20 -9767;3;2751.00;11.65;1329.50;1.32;0.24 -9768;3;4629.50;11.90;1349.00;0.86;0.36 -9769;3;3215.50;11.05;1381.00;4.71;0.28 -9770;3;2700.00;14.37;1331.00;4.24;0.24 -9771;3;3158.00;12.25;1393.00;-1.10;0.22 -9772;3;2941.50;10.90;1334.50;1.37;0.20 -9773;3;1210.50;12.20;1421.50;1.24;0.44 -9774;3;1649.50;10.50;1577.00;1.57;0.20 -9775;3;1509.00;12.67;1532.00;1.24;0.28 -9776;3;4622.50;12.30;1336.50;1.76;0.24 -9777;3;3376.50;14.75;1310.00;-1.05;0.30 -9778;3;2742.50;11.80;1302.50;-1.42;0.18 -9779;3;1510.50;10.70;1483.00;-1.31;0.34 -9780;3;3115.00;11.65;1357.50;1.32;0.20 -9781;3;4718.00;9.90;1345.00;4.24;0.20 -9782;3;4801.00;10.20;1418.00;1.57;0.28 -9783;3;3235.00;9.92;1384.00;4.24;0.28 -9784;3;3069.00;10.40;1339.50;1.32;0.20 -9785;3;2769.00;13.17;1340.00;1.57;0.24 -9786;3;1626.50;9.70;1516.00;4.71;0.24 -9787;3;2682.00;12.50;1333.50;1.32;0.18 -9788;3;4713.00;9.75;1360.00;1.57;0.26 -9789;3;1559.50;10.30;1541.50;4.57;0.18 -9790;3;4771.50;10.60;1314.00;1.19;0.20 -9791;3;3183.50;10.60;1347.50;-1.42;0.16 -9792;3;1132.00;16.77;1493.00;4.57;0.32 -9793;3;2856.00;9.70;1317.50;1.93;0.24 -9794;3;3006.00;11.10;1368.50;1.10;0.22 -9795;3;4762.00;12.32;1333.00;4.71;0.20 -9796;3;1479.00;10.20;1539.00;1.57;0.22 -9797;3;2824.00;11.75;1353.00;-1.24;0.20 -9798;3;4883.50;9.70;1424.00;0.89;0.28 -9799;3;3227.50;10.20;1314.50;-1.37;0.18 -9800;3;2732.50;13.50;1340.00;1.57;0.20 -9801;3;1643.50;9.70;1542.00;-1.19;0.22 -9802;3;1315.00;12.05;1495.00;4.71;0.40 -9803;3;4780.00;12.90;1355.00;0.98;0.26 -9804;3;1601.00;10.00;1551.50;1.40;0.20 -9805;3;3126.50;11.90;1315.50;2.35;0.20 -9806;3;3300.50;13.40;1324.50;1.03;0.20 -9807;3;5012.00;12.72;1315.00;2.03;0.16 -9808;3;1539.50;10.70;1549.50;-1.16;0.26 -9809;3;3104.50;11.80;1367.50;3.92;0.20 -9810;3;1478.00;10.55;1548.50;1.27;0.28 -9811;3;3301.00;14.70;1302.00;4.71;0.26 -9812;3;2782.00;14.35;1327.50;-1.32;0.24 -9813;3;2798.00;10.45;1355.50;1.81;0.16 -9814;3;960.50;9.70;1435.00;1.95;0.26 -9815;3;2696.00;9.70;1274.50;4.46;0.20 -9816;3;3550.50;14.40;1235.50;0.68;0.42 -9817;3;2672.00;9.67;1347.00;4.71;0.20 -9818;3;3178.00;12.00;1353.50;0.87;0.24 -9819;3;2693.00;10.25;1290.50;2.03;0.18 -9820;3;1622.00;12.35;1559.50;1.32;0.26 -9821;3;3096.00;11.77;1372.00;4.39;0.24 -9822;3;1272.00;10.45;1448.00;-1.37;0.38 -9823;3;3402.50;11.00;1267.50;-0.78;0.34 -9824;3;2847.50;11.30;1365.50;-1.37;0.20 -9825;3;1516.50;11.00;1563.50;-1.03;0.26 -9826;3;3025.00;9.70;1347.50;4.46;0.20 -9827;3;2733.00;12.05;1349.50;-1.32;0.20 -9828;3;2760.00;12.70;1297.00;1.24;0.18 -9829;3;1305.00;9.90;1418.00;-1.10;0.46 -9830;3;3346.50;13.50;1279.50;0.40;0.22 -9831;3;4733.00;10.00;1379.50;1.10;0.26 -9832;3;1680.00;9.70;1571.50;2.03;0.16 -9833;3;3248.50;9.70;1345.50;4.57;0.20 -9834;3;1552.00;9.70;1303.00;1.37;0.32 -9835;3;4704.00;10.10;1342.00;1.32;0.20 -9836;3;1583.50;11.55;1576.00;4.71;0.18 -9837;3;3142.00;12.90;1334.50;0.92;0.20 -9838;3;3022.00;11.07;1376.00;1.57;0.22 -9839;3;2701.50;11.15;1321.00;-1.19;0.20 -9840;3;2797.50;12.10;1364.00;1.57;0.24 -9841;3;4798.50;14.10;1361.50;0.54;0.22 -9842;3;2791.00;12.67;1368.00;1.10;0.24 -9843;3;4628.00;9.85;1325.50;1.40;0.20 -9844;3;3333.00;11.80;1331.50;1.10;0.24 -9846;3;2724.00;12.05;1348.00;4.71;0.20 -9847;3;1659.50;10.10;1569.00;4.12;0.20 -9848;3;4759.50;11.90;1339.50;4.51;0.22 -9849;3;3124.00;13.40;1367.00;4.71;0.24 -9850;3;1661.50;10.05;1578.00;4.71;0.16 -9851;3;2950.00;11.95;1368.50;-1.10;0.20 -9852;3;2758.00;12.10;1322.50;-1.40;0.20 -9853;3;2845.50;12.40;1372.50;4.51;0.20 -9854;3;4732.50;10.30;1321.50;1.46;0.24 -9855;3;958.00;12.22;1447.00;1.57;0.30 -9856;3;3063.00;10.70;1328.50;-0.92;0.16 -9857;3;2779.00;10.75;1365.50;-1.32;0.20 -9858;3;3451.00;17.47;1306.00;4.71;0.26 -9859;3;5011.68;9.50;1346.18;3.14;0.20 -9860;3;3418.50;14.10;1298.50;1.71;0.30 -9861;3;1665.00;17.12;650.00;-1.19;0.30 -9862;3;3204.50;12.10;1357.50;-1.46;0.18 -9863;3;2947.00;12.50;1334.50;-1.40;0.22 -9864;3;1641.50;9.70;1535.50;4.39;0.18 -9865;3;4990.50;9.50;1324.50;-1.03;0.26 -9866;3;4776.50;13.00;1369.00;1.19;0.22 -9867;3;2785.50;9.70;1461.50;-1.37;0.18 -9868;3;3426.00;14.90;1319.00;1.32;0.22 -9869;3;2680.50;10.10;1296.50;1.37;0.18 -9870;3;2752.00;13.27;1357.00;1.57;0.24 -9871;3;3342.00;12.17;1335.00;0.78;0.24 -9872;3;2735.00;12.40;1366.00;1.10;0.24 -9873;3;4658.50;12.50;1352.50;1.37;0.24 -9874;3;3139.50;12.00;1368.50;1.24;0.28 -9875;3;3123.50;12.65;1342.00;0.64;0.22 -9876;3;1614.50;9.70;1476.00;3.30;0.26 -9877;3;2696.00;10.95;1315.50;1.81;0.16 -9878;3;3278.00;13.22;1292.00;4.71;0.26 -9879;3;2993.00;11.60;1386.00;0.78;0.20 -9880;3;1321.50;10.30;1631.50;-1.48;0.42 -9881;3;2737.50;12.40;1310.00;0.46;0.16 -9882;3;2813.50;14.45;1376.00;1.19;0.18 -9883;3;4806.00;12.55;1378.00;1.57;0.22 -9884;3;2805.00;13.50;1379.00;1.57;0.18 -9885;3;4743.00;11.40;1352.50;0.92;0.22 -9886;3;3434.50;15.20;1325.50;0.54;0.28 -9887;3;3229.00;11.90;1323.00;1.24;0.24 -9888;3;3218.00;10.45;1362.00;-0.98;0.24 -9889;3;2791.50;12.50;1298.00;4.71;0.20 -9890;3;3140.00;11.70;1377.50;1.81;0.18 -9891;3;2722.00;11.40;1285.00;1.57;0.20 -9892;3;1324.00;10.40;1561.50;1.32;0.44 -9893;3;3388.50;11.70;1268.50;-1.37;0.24 -9894;3;3081.50;11.50;1383.50;-0.78;0.24 -9895;3;4896.50;11.60;1386.50;3.92;0.28 -9896;3;2796.50;11.30;1319.00;-1.19;0.20 -9897;3;4832.50;11.10;1381.50;-1.03;0.22 -9898;3;2869.00;9.60;1392.00;1.57;0.20 -9899;3;4802.00;16.25;1345.50;1.73;0.20 -9900;3;3356.00;13.90;1340.50;4.54;0.24 -9901;3;3311.50;11.85;1311.00;1.57;0.22 -9902;3;3236.50;10.00;1365.00;1.95;0.20 -9903;3;2779.00;11.65;1295.00;1.10;0.24 -9904;3;3003.00;9.80;1359.00;3.92;0.28 -9905;3;4666.50;10.70;1332.50;1.42;0.20 -9906;3;3147.50;13.60;1377.50;0.54;0.24 -9907;3;2978.50;9.90;1391.50;4.57;0.20 -9908;3;1212.50;13.30;1462.50;1.00;0.40 -9909;3;2916.50;11.35;1396.00;4.12;0.22 -9910;3;1382.50;10.45;1591.00;1.92;0.36 -9911;3;949.00;10.05;1463.00;1.57;0.30 -9912;3;3395.50;13.80;1283.00;4.43;0.32 -9913;3;4788.00;12.10;1391.00;-1.37;0.28 -9914;3;3116.00;10.27;1347.00;1.57;0.24 -9915;3;3374.00;12.60;1337.50;1.40;0.24 -9916;3;3129.50;9.75;1309.00;-1.29;0.22 -9917;3;2720.00;11.92;1320.00;1.32;0.20 -9918;3;4761.00;12.10;1326.50;1.40;0.22 -9919;3;3228.50;10.00;1373.00;-1.29;0.28 -9920;3;1269.00;10.40;1415.50;4.62;0.38 -9921;3;3234.50;11.80;1308.00;4.71;0.18 -9922;3;3076.00;13.95;1400.00;-1.10;0.20 -9923;3;1557.00;11.90;1531.50;4.54;0.24 -9924;3;3001.00;11.35;1397.50;1.21;0.16 -9925;3;2711.50;11.20;1305.00;1.19;0.20 -9926;3;4886.50;11.95;1393.00;4.43;0.24 -9927;3;4701.00;10.47;1370.00;-0.98;0.32 -9928;3;4803.00;12.45;1394.00;-1.24;0.26 -9929;3;3246.50;12.20;1279.50;-1.37;0.20 -9930;3;3188.50;9.50;1341.00;1.84;0.22 -9931;3;1564.00;10.57;1482.00;4.71;0.18 -9932;3;3428.50;14.45;1338.00;1.57;0.24 -9933;3;2776.00;13.55;1335.50;-0.58;0.24 -9934;3;4574.50;9.70;1163.50;1.30;0.26 -9935;3;4199.50;9.90;1008.50;2.35;0.28 -9936;3;4804.00;10.40;1270.00;-1.24;0.22 -9937;3;4613.50;9.70;1190.50;1.42;0.26 -9938;3;4622.00;9.70;1033.00;4.39;0.24 -9939;3;4494.50;11.90;1109.50;0.62;0.38 -9940;3;3200.00;10.65;1233.00;1.57;0.20 -9941;3;3244.00;11.35;1271.50;2.03;0.24 -9942;3;4591.50;10.85;1063.00;4.71;0.28 -9943;3;2920.50;9.70;1211.00;0.86;0.42 -9944;3;4656.50;11.75;1116.00;-1.19;0.26 -9945;3;2714.00;9.67;1241.00;-1.24;0.22 -9946;3;4110.00;10.40;982.50;0.51;0.34 -9947;3;3318.50;9.75;1144.00;1.57;0.26 -9948;3;4472.00;10.95;1001.00;0.98;0.26 -9949;3;1499.50;10.90;1443.00;4.33;0.30 -9950;3;4835.44;9.90;1196.23;3.03;0.26 -9951;3;4047.50;10.50;1113.50;1.68;0.44 -9953;3;4684.00;10.15;1193.50;-1.32;0.24 -9954;3;3432.50;15.20;1313.00;-1.19;0.30 -9955;3;4698.50;13.20;1044.50;-1.37;0.24 -9956;3;4635.50;9.70;1228.00;4.71;0.22 -9957;3;3322.00;10.82;1109.00;1.89;0.36 -9958;3;4574.00;10.05;1225.50;-1.44;0.20 -9959;3;4603.00;10.00;1156.50;-1.44;0.34 -9960;3;2849.00;14.22;1222.00;-1.37;0.40 -9961;3;4432.00;12.27;972.00;-1.24;0.34 -9962;3;3268.00;10.95;618.50;-1.48;0.52 -9963;3;4554.50;9.50;1003.00;1.84;0.20 -9964;3;2840.00;13.20;1252.50;1.10;0.30 -9965;3;4900.50;11.00;1213.50;4.17;0.22 -9966;3;4407.00;18.30;1167.50;1.01;0.40 -9967;3;1505.50;12.90;1452.50;1.06;0.26 -9968;3;4877.50;11.35;1227.00;4.71;0.20 -9969;3;4629.50;9.70;1302.50;1.37;0.24 -9970;3;4574.50;10.25;1056.00;4.71;0.28 -9971;3;4662.50;10.90;1237.50;-1.37;0.26 -9972;3;4668.50;12.70;1106.00;1.57;0.22 -9973;3;4087.00;9.82;1081.00;-1.24;0.38 -9974;3;4702.00;9.70;1139.50;4.24;0.32 -9975;3;3936.00;9.70;1017.00;-0.64;0.42 -9976;3;2908.50;13.60;1245.50;1.71;0.30 -9977;3;3155.00;9.70;1150.50;1.40;0.28 -9978;3;4621.00;9.60;1027.00;2.67;0.24 -9979;3;2736.50;9.50;1263.00;1.84;0.20 -9980;3;3041.50;9.85;1175.00;0.64;0.24 -9981;3;4792.00;10.30;1293.00;1.57;0.18 -9982;3;4572.00;11.00;1069.50;-1.10;0.30 -9983;3;2940.50;9.90;1187.50;4.60;0.36 -9984;3;4624.50;10.00;1101.50;0.14;0.28 -9985;3;4907.00;12.40;1238.50;-1.32;0.22 -9986;3;3171.50;11.90;532.50;1.33;0.70 -9987;3;4615.50;9.80;1254.00;1.05;0.26 -9988;3;4440.00;11.15;958.50;1.10;0.30 -9989;3;3215.50;10.00;1163.50;1.37;0.24 -9990;3;3051.50;9.80;1287.50;-1.16;0.22 -9991;3;4242.50;9.50;1001.00;-1.19;0.32 -9992;3;3166.50;10.30;1177.50;-0.32;0.18 -9993;3;4217.00;9.70;1043.50;-0.38;0.36 -9994;3;2954.50;10.80;1264.50;1.03;0.30 -9995;3;4625.00;9.97;1214.00;1.81;0.24 -9996;3;1475.50;10.50;1428.50;4.51;0.26 -9997;3;4557.50;11.80;1051.50;1.76;0.26 -9998;3;4980.50;9.70;1240.50;2.35;0.24 -9999;3;4580.50;10.10;1124.00;1.35;0.36 -10000;3;4679.00;11.02;1257.00;4.71;0.28 -10001;3;4106.50;11.10;947.50;4.60;0.34 -10002;3;3344.50;10.80;1143.50;1.71;0.30 -10003;3;4614.50;9.70;1280.50;4.51;0.24 -10004;3;4487.00;10.40;1001.00;4.71;0.24 -10005;3;3301.00;9.77;1158.00;1.57;0.22 -10006;3;4522.00;10.35;1113.00;1.57;0.40 -10007;3;3242.00;9.70;1253.50;2.43;0.40 -10008;3;4645.50;10.30;1187.00;4.33;0.28 -10009;3;2729.00;11.45;1267.00;-1.24;0.20 -10010;3;4640.50;9.90;1047.50;3.92;0.24 -10011;3;4829.50;9.50;1215.50;1.00;0.10 -10012;3;4652.50;11.80;1100.00;1.57;0.22 -10013;3;2721.00;10.80;1224.00;4.46;0.28 -10014;3;4672.50;11.00;1141.50;1.37;0.28 -10015;3;4954.00;13.10;1251.50;4.58;0.26 -10016;3;4453.00;9.60;957.50;1.40;0.20 -10017;3;4632.50;9.80;1166.50;1.03;0.26 -10018;3;4703.50;9.50;1268.00;0.64;0.20 -10019;3;3970.00;10.82;989.00;1.37;0.30 -10020;3;4848.00;12.57;1197.00;4.71;0.24 -10021;3;4046.00;14.50;1133.00;4.46;0.46 -10022;3;4616.00;9.70;1294.00;1.10;0.24 -10023;3;2699.50;13.10;1187.50;1.30;0.28 -10024;3;2789.50;10.10;1285.00;2.49;0.20 -10025;3;3079.00;11.35;541.00;4.44;0.78 -10026;3;2955.00;10.62;1220.00;4.71;0.32 -10027;3;3059.50;11.70;1317.00;0.89;0.20 -10028;3;3296.50;10.10;1091.50;-1.42;0.32 -10029;3;1541.00;9.80;1424.00;4.71;0.32 -10030;3;4018.00;11.25;986.00;-1.24;0.38 -10031;3;3281.50;9.80;1116.00;-0.89;0.22 -10032;3;4938.50;10.45;1259.00;4.33;0.28 -10033;3;4263.00;11.80;998.50;-1.44;0.26 -10034;3;4686.50;10.40;1162.50;4.51;0.20 -10035;3;4209.00;9.95;1019.00;-0.78;0.26 -10036;3;4796.50;9.95;1276.00;-1.19;0.22 -10037;3;3000.50;11.10;1154.50;1.83;0.54 -10038;3;3240.50;11.10;1278.00;1.84;0.24 -10039;3;4514.50;10.60;1061.00;1.95;0.30 -10040;3;4624.00;10.20;1204.50;-1.40;0.26 -10041;3;3257.00;12.70;1281.50;-1.40;0.24 -10042;3;4658.00;12.15;1086.50;1.40;0.30 -10043;3;4632.00;11.25;1238.50;1.40;0.26 -10044;3;4632.00;11.30;1143.00;4.39;0.26 -10045;3;2819.50;13.70;1226.00;0.98;0.36 -10046;3;3078.50;9.80;1153.50;1.37;0.26 -10047;3;1565.00;9.70;1428.00;1.57;0.32 -10048;3;425.50;12.10;992.50;3.54;0.22 -10049;3;3146.00;11.00;1172.50;-1.10;0.26 -10050;3;4511.50;9.85;1019.00;1.57;0.28 -10051;3;1577.00;9.70;1444.50;1.47;0.32 -10052;3;4862.00;9.50;1214.50;4.54;0.20 -10053;3;4580.50;10.80;1296.00;-1.19;0.26 -10054;3;4636.50;10.80;1048.50;1.76;0.22 -10055;3;4898.00;10.35;1233.50;-0.67;0.20 -10056;3;3343.50;11.90;1268.50;1.76;0.32 -10057;3;4594.50;10.30;1089.00;-1.29;0.30 -10058;3;4696.50;11.10;1127.50;-1.37;0.24 -10059;3;2897.50;12.15;1234.00;1.35;0.32 -10060;3;4128.00;10.75;984.50;-0.92;0.38 -10061;3;3237.50;10.00;1156.50;1.42;0.28 -10063;3;2746.50;10.40;1265.50;4.51;0.16 -10064;3;4617.00;9.70;1178.00;4.39;0.28 -10065;3;4768.50;9.90;1299.50;-1.16;0.16 -10066;3;3961.00;9.95;1154.50;1.44;0.54 -10067;3;2992.50;10.60;1178.50;1.71;0.30 -10068;3;4638.00;9.62;1311.00;1.10;0.22 -10069;3;4673.00;9.70;1091.50;4.06;0.24 -10070;3;2700.00;9.50;1213.50;4.06;0.32 -10071;3;3080.50;11.00;630.50;-1.45;0.74 -10072;3;4627.50;10.60;1251.50;1.37;0.24 -10073;3;3292.50;9.70;1154.50;1.76;0.16 -10074;3;3016.00;12.00;1283.50;1.40;0.20 -10075;3;4428.00;12.05;998.50;-1.10;0.34 -10076;3;2342.00;9.50;585.50;-1.32;0.22 -10077;3;4181.00;9.80;1028.00;0.98;0.26 -10078;3;2904.50;12.90;1261.00;1.57;0.30 -10079;3;4610.00;9.70;1203.50;4.54;0.32 -10080;3;4569.50;9.95;1042.00;4.71;0.26 -10081;3;1555.50;10.20;1464.50;-1.46;0.26 -10082;3;2949.50;9.80;1202.50;0.78;0.34 -10083;3;4783.00;12.65;1308.50;-1.40;0.24 -10084;3;4629.00;10.90;1077.50;-0.67;0.28 -10085;3;4804.50;11.95;1239.00;1.29;0.16 -10086;3;4668.00;11.85;1131.50;1.40;0.28 -10087;3;3368.50;9.70;1228.50;4.57;0.28 -10088;3;4153.50;9.70;977.50;1.30;0.26 -10089;3;3362.00;9.52;1163.00;4.24;0.18 -10090;3;4252.00;10.45;1031.50;-1.21;0.40 -10091;3;2972.50;9.70;1260.00;0.98;0.28 -10092;3;4857.00;11.20;1191.50;-1.40;0.22 -10093;3;4633.00;9.65;1037.00;-1.24;0.28 -10094;3;2721.00;10.85;1264.00;1.10;0.20 -10095;3;4679.50;9.70;1193.50;1.37;0.20 -10096;3;1547.00;10.10;1464.50;1.44;0.28 -10097;3;3302.00;11.55;1053.50;0.96;0.48 -10098;3;4603.50;10.40;1217.00;-1.19;0.22 -10099;3;3332.00;10.20;1118.50;3.85;0.42 -10100;3;4963.00;13.25;1242.50;1.81;0.22 -10101;3;4671.50;10.80;1153.00;-1.19;0.22 -10102;3;4651.00;10.55;1267.50;1.40;0.22 -10103;3;4434.50;11.50;985.00;4.71;0.28 -10104;3;3188.00;10.25;1081.50;1.10;0.76 -10105;3;4530.00;10.30;1003.50;1.44;0.20 -10106;3;3471.00;11.05;1249.50;-0.87;0.34 -10107;3;2705.00;15.65;1167.50;1.01;0.44 -10108;3;3870.50;10.00;1066.50;1.46;0.42 -10109;3;2779.50;11.35;1281.00;4.12;0.24 -10110;3;4780.00;9.57;1234.00;4.24;0.22 -10111;3;2742.00;12.10;1283.50;4.54;0.20 -10112;3;4614.00;10.85;1069.00;4.71;0.32 -10113;3;2719.00;11.42;1234.00;1.57;0.16 -10114;3;4603.00;10.22;1128.00;1.89;0.32 -10115;3;4806.50;11.80;1258.50;1.03;0.24 -10116;3;4142.00;9.70;974.00;2.15;0.26 -10117;3;3083.50;9.85;1151.00;4.03;0.30 -10118;3;3905.00;9.70;1011.50;-1.21;0.40 -10119;3;4636.50;9.70;1285.50;4.51;0.24 -10120;3;3189.50;11.80;1172.50;4.51;0.20 -10121;3;4562.50;10.70;1041.50;1.68;0.22 -10122;3;3256.00;9.70;1264.50;1.44;0.18 -10123;3;3128.50;10.45;1183.00;2.15;0.22 -10124;3;4800.32;11.20;1077.31;0.00;1.00 -10125;3;4941.50;9.65;1232.00;4.71;0.24 -10126;3;3304.50;11.40;1121.50;-1.06;0.36 -10127;3;3249.50;9.80;1130.00;-1.35;0.38 -10128;3;4959.00;11.60;1260.00;1.57;0.24 -10129;3;4449.00;9.85;976.00;1.10;0.20 -10130;3;4006.00;11.92;809.00;-1.32;0.24 -10131;3;3721.00;13.07;1442.00;-1.24;0.48 -10132;3;4433.00;10.95;1172.00;0.78;0.36 -10133;3;3742.50;10.80;1654.50;4.62;0.34 -10134;3;4411.50;10.60;857.50;1.03;0.26 -10135;3;4537.00;9.85;524.50;1.69;0.24 -10136;3;3714.00;10.95;1646.50;1.44;0.38 -10137;3;4500.50;10.70;894.50;1.76;0.22 -10138;3;4581.00;10.20;604.00;4.24;0.22 -10139;3;3925.50;10.90;1150.00;0.89;0.42 -10140;3;3780.50;9.80;1546.50;1.66;0.40 -10141;3;4812.48;11.10;671.49;2.03;0.24 -10142;3;3711.50;11.10;1626.50;4.51;0.34 -10143;3;4639.50;10.20;747.00;2.15;0.22 -10144;3;4495.00;11.95;1171.50;-1.21;0.30 -10145;3;4644.00;10.90;789.50;2.43;0.34 -10146;3;3995.50;10.50;1389.00;0.84;0.60 -10147;3;5030.00;10.30;526.00;3.92;0.38 -10148;3;3879.50;10.40;1358.00;4.53;0.40 -10149;3;4046.00;9.70;840.00;-1.24;0.28 -10150;3;4418.00;9.85;595.50;-1.10;0.32 -10151;3;893.50;12.80;1600.00;-1.39;0.38 -10152;3;4054.00;9.70;881.50;1.73;0.26 -10153;3;4752.50;10.20;671.50;3.46;0.28 -10154;3;4307.50;10.60;932.50;1.37;0.26 -10155;3;919.50;12.95;1675.00;-1.35;0.40 -10156;3;4367.50;9.90;756.00;1.57;0.20 -10157;3;898.50;9.70;1709.50;1.71;0.38 -10158;3;4343.50;9.50;798.50;-0.78;0.20 -10159;3;916.00;13.85;1560.00;4.71;0.34 -10160;3;5378.50;10.40;312.00;4.03;0.22 -10161;3;4002.50;9.80;1497.00;-1.41;0.52 -10162;3;4502.50;14.25;845.00;-1.19;0.18 -10163;3;3154.50;10.10;1337.50;4.51;0.20 -10164;3;3773.50;9.80;1489.00;-1.29;0.46 -10165;3;4692.00;11.47;896.00;0.00;0.18 -10166;3;5179.50;9.60;572.00;1.19;0.16 -10167;3;4694.00;10.95;923.50;-1.32;0.20 -10168;3;3769.00;10.80;1560.00;-1.29;0.34 -10169;3;4723.00;9.70;662.00;1.57;0.16 -10170;3;3805.00;10.00;1611.50;0.67;0.46 -10171;3;4053.00;10.55;962.00;-1.10;0.42 -10172;3;1216.00;16.25;1230.00;1.57;0.50 -10173;3;3942.00;11.05;1194.00;1.37;0.50 -10174;3;1698.00;12.30;1658.50;4.58;0.34 -10175;3;4686.86;11.50;509.98;-1.32;0.22 -10176;3;1648.00;10.25;1831.50;1.55;0.82 -10177;3;4424.50;11.10;852.00;1.05;0.28 -10178;3;4608.00;10.15;593.00;-1.32;0.34 -10179;3;3918.50;10.50;1494.00;1.57;0.48 -10180;3;4497.00;14.00;883.00;0.78;0.18 -10181;3;4651.00;9.70;664.00;4.12;0.26 -10182;3;4282.50;9.50;934.50;4.51;0.26 -10183;3;883.00;10.57;1657.00;1.81;0.30 -10184;3;4703.00;9.50;746.00;2.19;0.56 -10185;3;3716.00;16.30;1609.00;-1.32;0.38 -10186;3;4720.00;10.55;801.00;3.92;0.28 -10187;3;3892.00;12.40;1326.50;-1.27;0.48 -10189;3;3818.00;10.35;1672.00;1.46;0.38 -10190;3;3985.50;12.90;847.50;1.71;0.30 -10191;3;4644.50;10.10;510.50;1.63;0.24 -10192;3;1435.00;11.65;1442.50;4.61;0.32 -10193;3;4348.00;10.40;888.00;1.24;0.26 -10194;3;4390.00;9.95;610.00;1.57;0.32 -10195;3;4465.00;10.65;920.50;1.69;0.26 -10196;3;3756.50;10.45;1536.00;1.05;0.44 -10197;3;4746.00;11.80;662.50;2.03;0.24 -10198;3;946.00;13.00;1708.00;4.54;0.48 -10199;3;4648.50;10.00;735.00;1.35;0.24 -10200;3;3609.00;10.00;1737.00;-1.24;0.32 -10201;3;4063.50;9.70;787.00;0.86;0.44 -10202;3;4018.50;10.40;1580.50;1.79;0.58 -10204;3;4472.50;9.80;839.50;0.78;0.28 -10205;3;3874.00;14.07;1289.00;1.57;0.44 -10206;3;5172.00;9.62;563.00;-1.24;0.18 -10207;3;3606.50;10.30;1909.50;1.36;1.20 -10208;3;3988.50;11.10;877.00;-1.05;0.34 -10209;3;4400.50;9.70;644.50;1.68;0.26 -10210;3;3976.00;11.15;930.50;2.03;0.32 -10211;3;3906.00;10.05;1553.00;1.24;0.44 -10212;3;4618.50;9.50;740.00;4.12;0.24 -10213;3;3767.00;10.65;1606.50;-1.49;0.38 -10214;3;4754.00;9.50;786.50;3.52;0.14 -10215;3;4880.00;9.70;1458.00;-1.32;0.30 -10216;3;3714.50;13.85;1717.00;-1.31;0.60 -10217;3;4348.00;9.70;816.50;1.10;0.32 -10218;3;4041.50;10.00;1511.00;1.75;0.56 -10219;3;4779.92;10.50;526.39;2.06;0.30 -10220;3;3837.50;10.35;1483.00;4.71;0.62 -10221;3;4381.00;9.85;884.50;1.73;0.26 -10222;3;4709.16;9.50;567.20;4.39;0.42 -10223;3;4282.50;10.40;914.50;0.78;0.20 -10224;3;3737.00;10.25;1535.50;1.48;0.44 -10225;3;4417.50;10.20;638.00;1.57;0.24 -10226;3;3685.00;10.00;1585.50;1.40;0.34 -10227;3;4400.50;10.00;717.50;0.32;0.26 -10228;3;833.00;11.95;1787.50;1.20;0.78 -10229;3;4073.50;9.90;777.00;1.95;0.30 -10230;3;1691.00;11.60;1644.50;0.38;0.34 -10231;3;5140.50;10.40;494.50;1.76;0.20 -10232;3;4490.50;9.75;822.00;0.64;0.30 -10233;3;1489.00;11.10;1642.00;1.37;0.36 -10234;3;5220.00;10.75;559.50;1.32;0.20 -10235;3;4015.00;10.20;1538.50;1.78;0.42 -10236;3;4700.00;11.40;881.50;-1.32;0.28 -10237;3;4625.50;10.65;637.00;4.29;0.34 -10238;3;4459.00;10.95;911.00;4.71;0.24 -10239;3;3926.00;9.80;1537.50;1.51;0.34 -10240;3;4648.50;10.00;725.50;1.03;0.24 -10241;3;4692.50;10.85;943.00;2.15;0.18 -10242;3;870.50;11.40;1694.00;1.29;0.32 -10243;3;4750.00;11.50;776.50;1.32;0.20 -10244;3;1845.50;9.70;1646.00;1.57;0.36 -10245;3;2014.50;11.30;1972.50;-0.52;2.34 -10246;3;4038.00;9.75;822.00;1.10;0.26 -10247;3;1721.50;11.10;1677.00;4.19;0.40 -10249;3;1583.00;10.70;1673.00;0.89;0.50 -10250;3;4384.50;9.70;876.50;1.37;0.24 -10251;3;5107.00;14.17;550.00;4.24;0.28 -10252;3;4710.50;11.60;922.00;4.71;0.20 -10253;3;3709.00;9.80;1499.50;0.70;0.46 -10255;3;4103.50;9.70;935.50;1.46;0.34 -10256;3;3726.50;10.15;1576.00;-1.15;0.42 -10257;3;4485.00;12.20;1201.00;1.57;0.32 -10258;3;863.50;15.30;1767.50;1.24;0.76 -10259;3;4019.00;10.65;904.00;1.29;0.24 -10260;3;5146.50;9.50;485.00;4.43;0.20 -10261;3;4464.50;9.70;824.50;1.03;0.20 -10262;3;3670.50;9.80;1418.50;1.24;0.56 -10263;3;4675.00;10.70;568.50;1.32;0.18 -10264;3;3691.50;9.70;1461.00;1.15;0.54 -10265;3;4693.00;9.50;880.00;4.71;0.20 -10266;3;4600.50;10.30;622.00;4.43;0.30 -10267;3;4301.50;10.60;915.50;3.92;0.22 -10268;3;3879.00;10.50;1517.50;1.32;0.52 -10269;3;4597.00;10.15;704.00;4.46;0.32 -10270;3;3963.50;12.30;951.00;1.57;0.36 -10271;3;896.00;11.67;1659.00;1.10;0.40 -10273;3;878.50;15.20;1765.50;-1.50;0.56 -10274;3;4005.50;10.25;818.00;-1.35;0.20 -10275;3;3831.50;10.20;1461.00;4.71;0.48 -10276;3;4861.59;9.90;465.82;0.24;0.22 -10277;3;3812.50;10.00;1478.50;-1.34;0.48 -10278;3;4056.00;9.70;855.00;2.03;0.20 -10279;3;4460.00;9.60;551.00;4.24;0.20 -10280;3;4680.50;10.00;902.50;1.37;0.18 -10281;3;1455.50;10.25;1456.00;-1.29;0.36 -10282;3;4532.50;10.30;624.50;1.37;0.32 -10283;3;4298.00;10.35;943.50;-1.10;0.30 -10284;3;3781.50;10.70;1579.00;-0.84;0.42 -10285;3;4582.50;9.85;709.00;3.78;0.36 -10286;3;3690.00;10.12;1658.00;1.24;0.32 -10287;3;4066.50;12.35;768.00;0.89;0.20 -10288;3;4892.00;10.30;458.50;1.40;0.32 -10289;3;4429.00;10.77;830.00;-1.10;0.22 -10290;3;4020.00;10.40;1477.50;1.49;0.46 -10291;3;5305.50;10.50;491.50;3.00;0.38 -10292;3;3979.00;10.10;1498.50;-1.47;0.48 -10293;3;4399.00;9.60;867.00;-1.10;0.24 -10294;3;4409.50;10.10;605.50;-1.03;0.34 -10295;3;3785.50;9.70;1508.50;4.20;0.52 -10296;3;4031.00;10.00;897.00;-1.24;0.32 -10297;3;4394.00;10.30;696.50;2.03;0.30 -10298;3;4704.50;10.30;932.50;1.37;0.20 -10299;3;3645.00;10.12;1560.00;1.24;0.28 -10300;3;4745.50;10.90;770.50;1.37;0.22 -10301;3;3613.50;10.50;1627.00;4.71;0.28 -10302;3;4715.50;10.10;823.50;1.37;0.40 -10303;3;1495.00;10.92;1633.00;4.71;0.32 -10304;3;4487.00;12.40;1132.00;-1.19;0.38 -10305;3;935.00;14.00;1594.00;-1.40;0.60 -10306;3;4713.50;9.70;869.50;3.28;0.28 -10307;3;4474.00;9.72;535.00;1.57;0.20 -10308;3;3920.00;9.80;1551.00;4.71;0.40 -10309;3;4493.00;10.55;904.50;2.21;0.28 -10310;3;4564.00;10.30;605.50;1.81;0.26 -10311;3;4003.00;11.30;963.50;1.48;0.36 -10312;3;3792.50;10.05;1566.00;-1.22;0.44 -10313;3;4423.50;10.30;677.00;4.71;0.54 -10314;3;3701.00;10.72;1652.00;1.24;0.30 -10315;3;4218.00;21.62;1270.00;1.57;0.82 -10316;3;4897.00;10.45;443.00;1.32;0.34 -10317;3;4438.00;9.70;818.50;4.54;0.22 -10318;3;1720.50;10.40;1650.00;4.71;0.34 -10320;3;1690.00;11.32;1661.00;1.10;0.34 -10321;3;4253.55;9.50;793.39;3.73;0.48 -10322;3;4438.50;9.70;596.00;1.57;0.24 -10323;3;3196.00;10.25;1660.00;-1.10;0.26 -10324;3;4020.00;11.35;936.50;1.44;0.34 -10325;3;4632.50;10.65;684.00;-1.35;0.26 -10326;3;4451.50;11.05;937.00;1.95;0.28 -10327;3;950.00;11.17;1687.00;1.24;0.36 -10328;3;4778.50;10.20;767.50;1.89;0.18 -10329;3;3737.00;14.60;1623.50;0.85;0.42 -10330;3;4393.50;10.40;954.00;0.89;0.18 -10331;3;4636.00;12.90;1358.50;2.21;0.22 -10332;3;4091.00;10.80;1038.00;0.98;0.46 -10333;3;1331.50;10.30;1547.00;1.57;0.28 -10334;3;5541.50;10.30;220.50;1.97;0.32 -10335;3;4522.00;11.77;1096.00;1.24;0.36 -10336;3;5006.50;9.90;287.50;4.34;0.98 -10337;3;1318.50;10.30;1358.50;1.97;0.38 -10338;3;5021.00;10.40;446.50;4.54;0.28 -10339;3;1407.00;10.00;1560.50;1.44;0.26 -10340;3;1258.50;11.00;1491.50;0.32;0.50 -10341;3;1399.50;12.15;1607.00;1.41;0.40 -10343;3;1571.50;10.30;1501.50;1.06;0.40 -10344;3;4294.00;10.85;954.50;4.58;0.30 -10345;3;2203.00;10.57;731.00;-0.64;0.52 -10346;3;4399.50;14.65;1045.00;2.42;0.36 -10347;3;1962.00;9.60;309.00;1.24;0.48 -10348;3;3678.00;10.05;1355.00;-1.24;0.44 -10349;3;4223.50;13.40;1077.50;1.14;0.28 -10350;3;5024.50;10.50;427.00;4.71;0.44 -10351;3;3683.50;14.25;1284.00;-1.39;0.26 -10352;3;1458.50;10.20;1373.50;1.48;0.26 -10353;3;3836.50;11.40;1405.00;1.31;0.44 -10354;3;4376.00;11.60;641.50;1.21;0.38 -10355;3;1380.00;9.70;1420.00;0.98;0.36 -10356;3;4381.00;11.25;939.00;4.71;0.40 -10357;3;3762.50;10.00;1283.00;1.57;0.50 -10358;3;4138.00;10.40;1015.50;4.54;0.32 -10359;3;3673.50;10.00;1302.50;0.56;0.56 -10360;3;2071.50;11.85;506.00;4.49;0.42 -10361;3;4142.50;10.15;1067.00;-0.89;0.32 -10362;3;1915.00;9.60;297.50;4.42;0.32 -10363;3;4640.00;13.05;1400.50;-1.17;0.40 -10364;3;4581.50;11.20;1214.50;1.42;0.28 -10365;3;5051.00;10.45;416.00;1.89;0.28 -10366;3;3855.00;10.10;1374.00;-1.42;0.48 -10367;3;4538.00;12.75;1278.00;4.71;0.36 -10368;3;4860.00;10.70;1461.50;1.27;0.32 -10369;3;4973.00;10.10;615.50;1.32;0.34 -10370;3;1346.00;10.75;1486.50;-1.44;0.34 -10371;3;4358.00;10.75;956.50;1.44;0.40 -10372;3;4603.50;12.60;1401.00;1.72;0.36 -10373;3;5546.50;10.10;207.50;1.16;0.24 -10374;3;1567.00;9.85;1225.50;4.42;0.34 -10375;3;1812.50;9.80;288.50;4.64;0.46 -10376;3;4819.00;11.50;1406.00;1.24;0.32 -10377;3;4550.00;9.90;1084.50;1.10;0.28 -10378;3;5051.00;11.05;401.50;1.65;0.26 -10379;3;4817.50;10.50;1442.50;-1.24;0.44 -10380;3;1468.50;10.25;1371.00;4.29;0.38 -10381;3;1657.00;10.27;1617.00;1.32;0.30 -10382;3;4383.00;12.60;630.50;1.21;0.24 -10383;3;3409.00;11.42;1204.00;0.98;0.42 -10384;3;4392.50;10.55;930.00;-1.22;0.34 -10385;3;3643.50;11.10;1259.50;1.79;0.28 -10386;3;4300.50;9.90;1008.50;1.46;0.32 -10387;3;981.50;12.05;1453.00;0.86;0.36 -10388;3;5129.00;11.40;163.00;0.98;0.38 -10389;3;4200.50;11.10;1069.50;1.14;0.36 -10390;3;1840.50;9.75;291.00;-1.31;0.68 -10391;3;1331.00;10.20;1533.00;-1.42;0.36 -10392;3;2166.50;10.70;650.50;-1.48;0.58 -10393;3;1385.50;10.20;1559.50;-1.16;0.36 -10394;3;1514.00;10.45;1430.50;1.44;0.28 -10395;3;3719.00;9.80;1385.00;-0.98;0.42 -10396;3;4985.50;11.40;600.50;1.34;0.36 -10397;3;4602.00;13.55;1344.50;-1.40;0.28 -10398;3;4383.00;10.30;916.50;1.44;0.32 -10399;3;3445.00;15.87;1305.00;1.81;0.32 -10400;3;3235.00;14.25;220.00;-0.78;0.70 -10401;3;4075.50;10.30;1002.50;4.62;0.34 -10402;3;1862.00;9.70;285.00;4.24;0.48 -10403;3;3476.50;15.60;1342.50;1.03;0.26 -10404;3;4524.00;10.15;1059.50;0.92;0.22 -10405;3;2034.50;10.25;422.00;1.22;0.40 -10406;3;3668.50;10.15;1353.00;1.39;0.56 -10407;3;1493.00;10.00;1365.50;1.27;0.34 -10408;3;3942.00;15.50;1355.50;-1.47;0.48 -10409;3;4831.00;11.35;602.00;4.12;0.36 -10410;3;1393.00;10.30;1409.00;0.78;0.36 -10411;3;4374.50;9.80;903.00;4.33;0.30 -10412;3;1573.50;9.90;1489.50;1.06;0.24 -10413;3;4364.50;12.75;1007.00;4.71;0.36 -10414;3;3768.00;9.80;1300.00;1.24;0.56 -10415;3;3098.50;10.70;123.00;-1.03;1.04 -10416;3;4208.00;9.87;1058.00;4.71;0.32 -10417;3;3941.00;20.10;1278.50;1.96;0.56 -10418;3;1815.50;9.80;267.00;-1.31;0.50 -10419;3;2193.00;9.60;618.00;1.24;0.46 -10420;3;3809.00;12.17;1372.00;4.51;0.60 -10421;3;4566.00;13.00;1257.50;-1.44;0.32 -10422;3;936.50;14.00;1545.50;-0.95;0.38 -10423;3;5010.50;11.60;592.00;-1.15;0.50 -10424;3;4557.00;14.55;1336.50;1.04;0.46 -10425;3;4410.50;10.05;901.00;-1.19;0.32 -10426;3;4665.50;11.00;1380.50;-1.49;0.26 -10427;3;5106.00;12.97;151.00;2.15;0.44 -10428;3;4123.50;10.60;993.50;0.78;0.40 -10429;3;4676.50;11.15;1405.00;1.07;0.42 -10430;3;5139.00;10.50;237.00;-1.32;0.36 -10431;3;4503.00;11.10;1050.50;1.01;0.36 -10432;3;2102.50;12.30;493.50;0.50;0.40 -10433;3;4784.00;10.50;1423.50;1.10;0.30 -10434;3;4594.50;9.70;1186.00;-1.29;0.26 -10435;3;3715.50;9.95;1373.00;4.49;0.40 -10436;3;4939.00;14.90;587.50;-1.10;0.42 -10437;3;1516.50;10.35;1405.00;4.43;0.38 -10438;3;4414.50;9.90;889.50;1.71;0.24 -10439;3;1546.50;11.70;1483.00;4.71;0.18 -10441;3;1526.50;10.60;1517.50;4.57;0.30 -10442;3;3105.00;12.05;165.50;4.65;0.84 -10443;3;4202.00;9.82;1058.00;1.57;0.28 -10444;3;5013.50;9.80;1376.50;1.71;0.32 -10445;3;5160.50;10.90;229.50;1.83;0.34 -10446;3;4589.00;10.10;1178.00;1.24;0.30 -10447;3;1988.50;9.90;369.50;4.55;0.72 -10448;3;1458.00;10.00;1524.50;4.58;0.28 -10449;3;1382.00;10.30;1388.50;-1.44;0.38 -10450;3;4701.50;12.55;596.00;1.95;0.28 -10451;3;4537.50;13.00;1318.00;1.01;0.40 -10452;3;3844.50;10.60;1439.00;1.27;0.52 -10453;3;4463.50;9.80;873.50;0.78;0.22 -10454;3;3548.00;14.67;1302.00;-0.98;0.34 -10455;3;5086.00;10.30;131.00;1.57;0.38 -10456;3;4380.00;12.00;967.00;-1.40;0.22 -10457;3;1396.00;10.77;1531.00;4.71;0.34 -10458;3;5150.50;11.90;215.50;-1.30;0.36 -10459;3;4461.50;11.80;1036.50;-1.16;0.34 -10460;3;5105.00;10.15;330.00;1.57;0.42 -10461;3;1428.50;10.30;1553.50;-1.16;0.26 -10462;3;4586.50;9.90;1164.50;-1.49;0.26 -10463;3;4845.50;11.00;1440.50;1.24;0.30 -10464;3;4675.00;10.42;594.00;-1.32;0.26 -10465;3;1531.50;9.70;1410.50;1.71;0.30 -10466;3;4912.00;10.70;1467.50;-1.44;0.32 -10467;3;4428.00;10.05;872.50;1.73;0.24 -10468;3;1532.50;13.65;1475.00;4.49;0.26 -10469;3;4096.00;11.70;965.50;1.44;0.32 -10470;3;3795.00;9.90;1330.00;1.57;0.48 -10471;3;4119.00;11.05;1038.00;1.32;0.34 -10472;3;3482.50;14.50;1330.50;1.46;0.24 -10473;3;4725.00;10.70;235.50;0.92;0.72 -10474;3;4541.00;11.80;1179.50;3.81;0.36 -10475;3;5125.50;9.70;307.00;2.15;0.40 -10476;3;3798.00;13.70;1228.50;1.27;0.54 -10477;3;1375.00;10.37;1455.00;1.37;0.40 -10478;3;1383.00;10.00;1575.50;-1.21;0.38 -10479;3;4558.00;10.25;526.50;4.54;0.24 -10480;3;4589.50;13.20;1315.00;1.05;0.34 -10481;3;1694.00;11.45;1631.00;2.15;0.32 -10482;3;1586.00;9.67;998.00;4.71;0.52 -10483;3;969.50;12.70;1443.00;0.89;0.28 -10484;3;1710.50;10.00;1175.50;-1.49;0.36 -10485;3;3703.00;9.62;1353.00;-1.44;0.54 -10486;3;4292.50;10.00;1036.50;0.95;0.44 -10487;3;5105.00;10.45;305.00;-1.19;0.38 -10488;3;3921.50;12.40;1334.50;1.34;0.48 -10489;3;1543.00;9.50;1315.50;-1.10;0.34 -10490;3;4366.50;14.40;1250.00;-1.08;0.60 -10491;3;4551.00;10.70;528.00;1.32;0.20 -10492;3;1492.00;9.95;1408.00;4.39;0.30 -10493;3;3208.50;10.60;1668.50;0.78;0.28 -10494;3;1607.00;9.75;953.00;0.98;0.36 -10495;3;1534.50;10.20;1458.50;1.06;0.32 -10496;3;4397.00;10.75;960.50;-1.40;0.28 -10497;3;3455.50;15.10;1287.00;0.46;0.32 -10498;3;1536.50;9.60;1236.00;3.83;0.36 -10499;3;4635.50;12.90;1386.00;4.71;0.38 -10500;3;5140.50;13.45;209.00;1.57;0.34 -10501;3;4598.50;10.40;1105.50;-1.37;0.26 -10502;3;1905.50;9.70;323.50;0.78;0.56 -10503;3;4810.00;10.75;1418.00;4.71;0.32 -10504;3;1310.50;10.40;1375.50;1.46;0.40 -10505;3;5003.50;10.20;519.50;2.11;0.28 -10506;3;3900.50;10.70;1406.50;4.44;0.48 -10507;3;4558.00;15.02;1309.00;0.78;0.32 -10508;3;3864.00;10.22;1428.00;-0.54;0.58 -10509;3;4317.00;13.20;722.50;-1.47;0.32 -10510;3;3682.50;12.50;1294.00;-1.38;0.46 -10511;3;4047.00;10.10;960.00;1.81;0.34 -10512;3;5021.00;10.20;1378.00;-1.32;0.34 -10513;3;2074.00;11.82;490.00;4.71;0.34 -10514;3;4259.00;12.47;1049.00;1.57;0.36 -10515;3;1873.50;9.70;313.50;-0.62;0.66 -10516;3;1342.50;10.95;1547.00;4.71;0.28 -10517;3;4547.00;10.10;1115.50;-1.47;0.32 -10518;3;4894.50;10.00;427.50;4.17;0.32 -10519;3;4854.00;11.65;1438.50;4.58;0.36 -10520;3;1436.50;9.95;1379.00;4.33;0.30 -10521;3;4896.50;10.55;1467.00;-0.86;0.36 -10522;3;4359.00;11.55;673.00;1.10;0.38 -10523;3;3558.00;14.52;1251.00;4.71;0.34 -10524;3;4492.00;10.72;1638.00;4.17;0.60 -10525;3;3225.00;12.45;287.50;4.31;0.96 -10526;3;1380.00;10.20;1626.00;1.32;0.38 -10527;3;1081.50;10.25;2034.00;1.63;0.92 -10528;3;4474.50;12.75;1548.00;1.72;0.56 -10529;3;4002.00;10.35;1702.00;1.10;0.70 -10530;3;3933.50;16.00;1352.50;2.19;0.48 -10531;3;4129.00;13.67;1531.00;-1.24;0.76 -10532;3;1241.50;11.60;1530.00;4.71;0.50 -10533;3;4053.00;10.30;1731.00;-1.03;0.76 -10534;3;1835.00;10.45;1762.50;4.66;0.80 -10535;3;1125.00;15.75;1553.50;1.75;0.40 -10536;3;4001.50;9.70;1870.00;1.34;1.14 -10537;3;4061.00;9.95;1591.50;-1.40;0.56 -10538;3;3176.50;12.80;383.50;0.78;0.96 -10539;3;4212.00;16.80;1482.50;4.36;0.52 -10540;3;5262.00;12.15;1823.50;-1.07;3.16 -10541;3;4696.00;11.35;1574.50;-1.50;0.54 -10542;3;3820.50;10.30;1649.50;4.62;0.36 -10543;3;4384.50;15.60;1561.00;4.60;0.66 -10544;3;4266.00;10.50;1702.00;-0.27;0.68 -10545;3;4149.50;12.80;1357.00;-1.48;0.46 -10546;3;4080.50;10.00;1573.50;1.62;0.50 -10547;3;4010.00;10.50;1397.00;-1.42;0.56 -10548;3;826.50;12.30;1817.50;1.05;1.16 -10549;3;4354.00;13.07;1609.00;4.43;0.52 -10550;3;4029.00;11.02;1429.00;-1.06;0.50 -10551;3;3735.00;13.80;1804.50;1.51;0.78 -10552;3;1111.50;12.60;1728.00;0.64;0.66 -10553;3;5065.00;11.45;87.50;-1.17;0.42 -10554;3;4477.00;14.60;1503.50;1.04;0.74 -10555;3;4063.00;10.40;1642.00;-1.24;0.48 -10556;3;1005.50;16.10;1602.50;-0.50;0.64 -10557;3;4606.00;10.40;1773.50;1.10;1.18 -10558;3;4438.00;12.60;1364.50;1.51;0.64 -10559;3;4681.50;11.00;1573.50;1.64;0.68 -10560;3;4295.00;13.80;1401.00;-1.29;0.60 -10561;3;4102.00;10.45;1808.00;1.39;0.72 -10562;3;4333.50;13.60;1589.00;-1.19;0.52 -10563;3;4264.50;14.30;1461.00;4.71;0.62 -10564;3;4070.50;9.70;1928.00;0.88;1.74 -10565;3;4645.50;12.00;1620.50;2.23;0.64 -10566;3;3291.50;11.80;245.50;-0.42;0.54 -10567;3;4726.50;11.00;1498.50;1.18;0.62 -10568;3;3938.50;9.80;1612.50;1.28;0.52 -10569;3;1266.50;10.70;1604.00;-0.55;0.56 -10570;3;4329.00;10.80;1663.50;4.62;0.58 -10571;3;4978.00;9.85;1553.50;-1.17;0.52 -10572;3;4927.00;10.95;1713.50;-1.35;1.32 -10573;3;1097.50;15.10;1476.00;1.57;0.48 -10574;3;4639.50;11.55;1568.00;0.61;0.68 -10575;3;4544.50;12.40;1427.50;-0.91;0.66 -10576;3;4170.50;9.90;1736.00;-1.27;0.62 -10577;3;4933.00;10.00;1594.50;-0.65;0.88 -10578;3;4584.50;12.50;1469.00;1.68;0.42 -10579;3;3660.00;9.85;1822.00;0.70;0.74 -10580;3;4210.50;12.05;1611.00;1.19;0.54 -10581;3;5082.50;13.80;97.00;-0.89;0.36 -10582;3;1066.00;13.05;1572.00;1.57;0.42 -10583;3;4592.50;12.20;1673.50;-1.51;0.64 -10584;3;4051.50;10.00;1511.50;4.60;0.44 -10585;3;1225.50;10.70;1919.00;-1.33;1.48 -10586;3;1417.00;10.45;1482.00;4.71;0.26 -10587;3;1159.00;12.20;1646.00;4.71;0.38 -10588;3;1166.00;16.80;1519.50;1.10;0.40 -10589;3;4777.00;10.10;1807.50;1.36;1.12 -10590;3;4878.00;10.70;1608.50;4.62;0.58 -10591;3;1009.50;16.20;1526.00;-0.71;0.58 -10592;3;3895.00;9.80;1803.50;-1.34;0.60 -10593;3;1094.00;13.57;1707.00;1.40;0.54 -10594;3;3271.50;12.80;483.00;2.57;0.80 -10595;3;1290.50;10.50;1601.00;0.08;0.48 -10596;3;4459.00;11.37;1635.00;-1.24;0.74 -10597;3;4330.00;15.37;1524.00;1.44;0.54 -10598;3;4951.50;10.05;1654.00;1.45;0.82 -10599;3;1409.50;10.80;1667.50;-1.07;0.54 -10600;3;3914.50;9.80;1664.00;-0.91;0.62 -10601;3;3876.50;10.30;1347.50;4.30;0.36 -10602;3;1035.00;16.80;1626.50;1.10;0.58 -10603;3;3953.00;10.75;1385.50;1.15;0.56 -10604;3;3845.00;9.70;1713.50;1.22;0.66 -10605;3;1376.50;10.40;1864.00;1.57;1.56 -10606;3;1259.00;11.10;1546.00;1.03;0.34 -10607;3;4213.50;10.40;1868.00;-1.33;1.52 -10608;3;4799.50;11.50;1652.50;1.33;0.88 -10609;3;5582.00;10.90;153.50;1.21;0.30 -10610;3;4129.50;10.60;1462.50;1.63;0.46 -10611;3;1159.50;12.20;1758.50;2.13;0.74 -10612;3;4635.00;12.65;1496.50;1.48;0.60 -10613;3;4172.50;9.80;1669.50;-0.78;0.74 -10614;3;4204.00;12.50;1356.50;1.30;0.66 -10615;3;1416.00;10.10;1456.00;4.71;0.30 -10616;3;4465.50;13.05;1079.00;4.71;0.40 -10617;3;4111.50;10.35;1699.00;1.20;0.70 -10618;3;1301.00;10.27;1668.00;4.71;0.44 -10619;3;4044.50;10.75;1413.00;1.41;0.52 -10620;3;3849.50;10.30;1794.00;4.71;0.66 -10621;3;1540.50;10.70;1739.50;-1.18;0.66 -10622;3;5099.50;9.80;86.00;1.57;0.28 -10623;3;4390.00;14.45;1482.00;0.58;0.68 -10624;3;1110.50;12.70;1697.50;-0.50;0.60 -10625;3;958.50;14.75;1591.00;4.56;0.48 -10626;3;3976.50;9.80;1651.00;-1.41;0.56 -10627;3;4302.00;14.27;1544.00;1.57;0.46 -10628;3;4431.50;10.40;1741.50;-1.31;1.06 -10629;3;4484.50;14.30;1344.00;0.46;0.50 -10630;3;3989.00;10.30;1554.00;4.39;0.42 -10631;3;4388.50;10.40;1768.50;4.68;1.12 -10632;3;4468.00;13.45;1399.50;-0.99;0.70 -10633;3;3954.00;10.00;1565.50;1.32;0.52 -10634;3;4295.00;13.35;1426.00;4.71;0.54 -10635;3;4164.00;9.70;1817.50;0.76;1.02 -10636;3;2184.00;14.75;2018.50;-1.55;1.36 -10637;3;5083.00;9.70;77.50;1.10;0.36 -10638;3;4683.50;12.80;1470.00;-0.08;0.84 -10639;3;4238.50;11.00;1638.50;1.66;0.50 -10640;3;1153.50;15.10;1577.00;0.98;0.64 -10641;3;4820.50;10.90;1788.00;1.57;1.04 -10642;3;1159.50;17.10;1475.50;4.60;0.44 -10643;3;4633.00;12.30;1597.50;1.38;0.58 -10644;3;915.50;12.90;1807.50;1.18;0.76 -10645;3;1110.00;15.15;1467.50;-0.99;0.60 -10646;3;4255.00;12.05;1559.00;-1.34;0.64 -10647;3;4585.50;12.50;1449.00;1.57;0.60 -10648;3;3745.00;10.45;1741.50;3.99;0.50 -10649;3;4218.50;11.15;1593.00;-1.39;0.54 -10650;3;5515.00;11.85;112.50;0.92;0.44 -10651;3;1044.00;14.02;1536.00;1.05;0.52 -10652;3;4124.00;10.45;1612.00;1.10;0.42 -10653;3;4047.00;10.10;1491.50;1.63;0.36 -10654;3;4550.00;11.92;1675.00;1.57;0.46 -10655;3;4827.00;11.10;1512.00;0.78;0.44 -10656;3;1209.00;11.00;1810.50;1.75;0.78 -10657;3;1483.50;11.30;1470.00;-1.05;0.30 -10658;3;4526.00;11.70;1566.00;-1.39;0.70 -10659;3;3944.00;10.30;1704.50;4.41;0.52 -10660;3;3919.50;13.80;1356.50;1.46;0.60 -10661;3;4385.50;13.20;1588.00;1.22;0.72 -10662;3;1066.00;18.72;1522.00;1.57;0.58 -10663;3;4061.00;9.80;1783.00;-1.41;0.72 -10664;3;4389.50;11.40;1615.50;0.88;0.60 -10665;3;5062.00;10.65;35.00;1.24;0.50 -10666;3;1318.50;10.50;1581.50;1.14;0.44 -10667;3;4822.50;11.60;1651.00;-1.49;0.86 -10668;3;3188.00;13.00;214.50;1.52;1.08 -10669;3;4285.50;13.95;1500.00;1.66;0.44 -10670;3;3889.00;9.75;1658.50;4.62;0.52 -10671;3;3852.50;12.40;1306.50;1.48;0.32 -10672;3;1055.00;15.77;1618.00;-1.03;0.58 -10673;3;4162.50;9.80;1708.00;-1.03;0.74 -10674;3;4168.00;10.85;1397.50;0.85;0.56 -10675;3;4772.00;11.20;1537.50;0.49;0.72 -10676;3;1295.50;10.60;1555.00;4.53;0.56 -10677;3;3748.00;12.35;1838.00;0.21;0.92 -10678;3;4771.50;10.30;1595.00;-1.34;0.72 -10679;3;406.50;13.40;1996.50;4.45;0.88 -10680;3;2028.00;10.00;725.00;-1.22;0.50 -10681;3;4669.00;11.80;1627.50;0.83;0.70 -10682;3;5094.50;10.60;132.50;-1.16;0.40 -10683;3;4569.00;12.30;1516.50;0.51;0.62 -10684;3;1076.50;12.70;1765.50;1.06;0.72 -10685;3;1292.00;10.35;1660.00;1.10;0.44 -10686;3;4150.00;9.90;1681.50;-1.17;0.58 -10687;3;957.50;9.90;1660.00;-1.43;0.26 -10688;3;4482.00;10.40;1764.50;0.56;0.96 -10689;3;4394.50;12.75;1373.00;-0.57;0.76 -10690;3;943.50;10.00;1660.50;1.34;0.38 -10691;3;4169.00;12.80;1421.00;1.57;0.58 -10692;3;3941.50;9.70;1755.50;1.51;0.50 -10693;3;966.50;11.70;1709.50;4.30;0.36 -10694;3;301.00;9.70;1861.85;1.57;1.10 -10695;3;4296.00;13.55;1447.50;2.03;0.50 -10696;3;3955.50;10.40;1629.50;4.63;0.52 -10697;3;3189.00;13.90;147.00;1.29;0.86 -10698;3;4828.00;11.07;1488.00;4.33;0.48 -10699;3;4414.50;10.90;1698.50;4.53;0.82 -10700;3;1638.50;10.60;1683.00;1.22;0.56 -10701;3;4842.00;10.80;1786.00;4.53;1.32 -10702;3;1251.00;11.20;1459.50;4.62;0.34 -10703;3;865.50;12.10;2016.00;1.70;1.70 -10704;3;4416.50;14.10;1428.50;-1.42;0.52 -10705;3;4199.50;9.80;1751.50;1.89;0.70 -10706;3;1174.50;11.60;1692.50;1.85;0.56 -10707;3;630.50;9.50;1953.50;-1.37;0.64 -10708;3;4592.00;12.00;1485.50;1.17;0.52 -10709;3;1221.50;12.05;1692.00;-1.23;0.54 -10710;3;5580.50;10.55;171.00;4.43;0.34 -10711;3;1129.00;14.67;1595.00;-0.95;0.46 -10712;3;4216.00;10.57;1632.00;1.71;0.50 -10713;3;4170.50;15.90;1507.00;0.82;0.80 -10714;3;4716.50;11.90;1701.00;-1.15;0.70 -10715;3;1764.50;11.15;1756.00;1.75;1.02 -10716;3;3738.00;10.45;1719.00;4.51;0.46 -10717;3;1339.00;10.10;1519.50;1.73;0.28 -10718;3;1455.50;10.90;1722.50;-1.44;0.66 -10719;3;1314.50;10.40;1648.50;1.66;0.50 -10720;3;3793.00;9.80;1730.50;1.36;0.72 -10721;3;1330.50;9.70;2000.50;0.63;1.72 -10722;3;4849.50;10.40;1475.50;-1.06;0.50 -10723;3;3726.00;9.90;1867.50;1.02;0.92 -10724;3;4465.00;12.85;1304.00;1.57;0.50 -10725;3;2727.00;10.30;960.50;-1.47;1.36 -10726;3;4386.00;13.77;1096.00;-0.78;0.46 -10727;3;1437.00;10.30;1498.00;4.57;0.30 -10728;3;1476.50;10.10;1083.00;1.86;0.64 -10729;3;3999.00;12.47;1154.00;2.03;0.40 -10730;3;1264.00;13.07;1147.00;1.71;0.56 -10731;3;2789.50;11.30;1151.50;1.31;0.90 -10732;3;1292.00;10.60;1191.00;1.73;0.54 -10733;3;4484.50;12.80;1223.00;1.57;0.30 -10734;3;3401.50;14.35;757.00;1.05;0.86 -10735;3;3885.50;9.80;1108.00;1.57;0.48 -10736;3;1806.00;10.35;983.00;1.57;0.68 -10737;3;3874.50;18.75;1229.00;-1.36;0.50 -10738;3;1206.50;14.60;1265.50;4.63;0.64 -10739;3;3217.50;11.35;872.00;4.58;0.72 -10740;3;1158.00;13.10;1390.00;4.03;0.42 -10741;3;4284.00;20.10;1145.50;1.81;0.72 -10742;3;3792.50;10.10;1283.00;-1.39;0.56 -10743;3;3337.50;10.75;879.00;0.61;0.52 -10744;3;3477.50;10.30;1168.50;4.02;0.74 -10745;3;3309.50;10.75;990.00;4.56;0.60 -10746;3;1217.50;12.80;1306.50;0.78;0.48 -10747;3;1642.50;11.80;945.50;-1.34;0.66 -10748;3;3463.00;12.00;1030.00;1.57;0.54 -10749;3;2950.50;12.00;1031.00;0.79;1.92 -10750;3;4352.00;14.60;1260.50;1.34;0.48 -10751;3;4106.50;10.10;1071.50;-1.24;0.32 -10752;3;3490.50;12.70;865.50;0.56;0.62 -10753;3;1426.50;10.40;1443.00;1.57;0.32 -10754;3;3110.00;10.10;1099.50;-1.42;0.94 -10755;3;4201.00;22.05;1192.00;1.10;0.98 -10756;3;4012.00;10.70;894.50;-1.27;0.32 -10757;3;4531.00;12.15;1150.50;-1.40;0.34 -10758;3;2948.50;10.60;875.50;1.51;0.80 -10759;3;3695.00;13.85;1183.50;-1.36;0.52 -10760;3;3704.00;13.67;1025.00;4.43;0.52 -10761;3;3435.00;9.80;649.50;1.42;0.64 -10762;3;2704.00;10.50;742.00;0.95;0.80 -10763;3;4459.00;13.45;1097.50;1.44;0.40 -10764;3;3220.50;11.80;757.50;-0.91;0.98 -10765;3;1078.00;10.37;1354.00;4.71;0.56 -10766;3;3234.00;11.87;607.00;1.03;0.82 -10767;3;1841.00;9.70;1014.50;-1.44;0.48 -10768;3;3618.00;16.20;1247.50;-1.21;0.46 -10769;3;1260.00;9.95;1286.00;0.89;0.60 -10770;3;4372.50;12.95;1324.00;-1.34;0.60 -10771;3;2695.50;10.10;909.00;1.25;0.72 -10772;3;3965.00;9.90;1146.50;-1.04;0.54 -10773;3;1280.50;16.20;1149.50;-1.41;0.46 -10774;3;3555.00;9.70;1181.50;1.10;0.52 -10775;3;3428.00;12.72;751.00;4.71;0.72 -10776;3;4389.00;12.17;1007.00;1.10;0.50 -10777;3;3492.00;11.97;814.00;1.21;0.58 -10778;3;1315.50;10.40;1402.50;1.34;0.34 -10779;3;2658.50;10.10;1049.00;1.57;1.04 -10780;3;2992.50;10.40;880.50;-1.34;0.84 -10781;3;3886.00;13.50;1247.50;-1.36;0.44 -10782;3;3784.50;12.60;1094.50;1.04;0.74 -10783;3;1049.00;11.15;1405.50;1.36;0.56 -10784;3;3346.50;10.70;895.50;-1.06;0.60 -10785;3;3136.50;9.80;1128.00;-1.31;0.56 -10786;3;3475.00;13.35;971.00;-1.32;0.80 -10787;3;4402.50;18.90;1192.00;1.08;0.56 -10788;3;2788.00;10.17;930.00;1.49;0.60 -10789;3;3841.50;14.50;1192.50;-1.42;0.64 -10790;3;1622.50;11.90;939.50;4.09;0.48 -10791;3;3579.50;10.10;1052.50;4.62;0.56 -10792;3;1710.00;9.90;902.50;-1.07;0.90 -10793;3;3511.50;10.05;1220.00;1.57;0.46 -10794;3;4029.50;10.05;1112.00;1.98;0.44 -10795;3;3308.00;10.60;856.50;1.67;0.46 -10796;3;4315.00;17.75;1271.00;0.98;0.58 -10797;3;3613.00;11.77;1122.00;0.58;0.66 -10798;3;1269.00;10.75;1463.00;-1.32;0.42 -10799;3;3992.00;11.02;901.00;4.71;0.40 -10800;3;1198.00;12.90;1310.50;1.67;0.52 -10801;3;4056.50;10.90;1024.00;-1.29;0.46 -10802;3;4070.50;21.60;1199.50;1.12;0.86 -10803;3;2725.00;10.05;738.50;-1.46;0.52 -10804;3;3463.50;10.40;1256.50;1.42;0.46 -10805;3;2974.50;10.40;869.50;0.32;0.68 -10806;3;3750.50;16.60;1223.00;0.89;0.46 -10807;3;4019.00;10.50;1082.00;4.58;0.44 -10808;3;4026.50;11.00;841.50;0.95;0.28 -10809;3;1133.50;12.90;1379.00;1.57;0.68 -10810;3;4274.00;17.30;1118.50;3.81;0.44 -10811;3;3488.50;10.40;1265.00;1.41;0.38 -10812;3;2686.50;10.50;884.50;0.86;0.68 -10813;3;3887.00;10.35;1123.00;1.57;0.42 -10814;3;2603.00;10.35;947.00;-0.95;0.88 -10815;3;3425.00;11.90;1160.50;4.66;0.72 -10816;3;4006.50;10.65;1034.00;0.55;0.32 -10817;3;4356.00;20.85;1202.00;-1.21;0.46 -10818;3;3579.50;9.90;773.50;1.68;0.68 -10819;3;4441.00;14.65;1090.00;1.10;0.42 -10820;3;2973.50;14.05;802.00;2.06;0.74 -10821;3;3995.00;18.70;1246.50;-0.58;0.76 -10822;3;4500.50;11.10;1119.50;-1.42;0.30 -10823;3;1823.00;9.80;1008.00;0.38;0.68 -10824;3;1434.50;11.10;1452.00;-1.22;0.26 -10825;3;4095.00;18.57;1130.00;1.05;0.64 -10826;3;3906.50;19.40;1237.50;-1.00;0.52 -10827;3;3245.50;10.80;835.00;-1.47;0.76 -10828;3;3678.00;14.05;1172.50;0.70;0.56 -10829;3;2667.50;12.00;859.00;1.72;0.68 -10830;3;1156.50;13.35;1327.00;1.27;0.56 -10831;3;2943.00;9.95;740.00;1.10;0.68 -10832;3;1252.00;12.10;1165.00;1.57;0.44 -10833;3;3505.50;13.70;810.50;4.62;0.44 -10834;3;4288.00;17.25;1271.50;1.75;0.70 -10835;3;3416.50;11.55;1065.00;1.57;0.46 -10836;3;2781.00;10.37;842.00;-1.44;0.94 -10837;3;3602.50;12.80;1243.50;4.20;0.38 -10838;3;2679.50;10.30;1053.00;-1.13;1.12 -10839;3;4232.50;14.40;1391.50;1.50;0.38 -10840;3;3481.00;10.30;895.00;4.71;0.52 -10841;3;4411.00;12.07;1142.00;1.24;0.38 -10842;3;1385.00;14.35;1114.50;1.47;0.50 -10843;3;3937.00;10.05;1132.00;-1.29;0.50 -10844;3;3309.00;10.30;1015.00;-1.40;0.50 -10845;3;3351.00;10.22;482.00;-1.40;0.78 -10846;3;1608.00;13.75;885.50;1.27;0.70 -10847;3;3912.00;10.37;1075.00;-0.92;0.42 -10848;3;1066.00;9.95;1353.50;1.65;0.56 -10849;3;1809.50;11.00;945.50;-1.33;0.82 -10850;3;3545.50;10.20;1107.50;1.64;0.58 -10851;3;3304.50;10.70;832.50;1.50;0.60 -10852;3;3856.50;16.55;1243.00;-1.22;0.50 -10853;3;1192.00;15.85;1267.50;1.38;0.52 -10854;3;4474.00;14.55;1303.50;4.58;0.38 -10855;3;1721.50;13.30;1023.50;-1.03;0.56 -10856;3;4326.50;20.35;1170.00;-0.71;0.72 -10857;3;3183.00;11.95;797.00;-1.37;0.86 -10858;3;3214.50;11.50;577.50;1.20;0.74 -10859;3;3350.00;11.67;740.00;1.08;1.02 -10860;3;3353.50;12.60;630.00;-0.71;0.62 -10861;3;1292.00;10.45;1389.50;-0.51;0.40 -10862;3;2805.50;9.70;743.50;1.31;0.54 -10863;3;4343.00;12.85;1045.50;0.34;0.48 -10864;3;1619.50;9.80;1008.50;4.34;0.56 -10865;3;4231.50;21.30;1271.00;-1.41;0.90 -10866;3;3908.00;9.80;1092.50;0.70;0.52 -10867;3;1183.50;12.90;1436.00;-1.07;0.40 -10868;3;2800.50;10.50;957.00;-0.49;1.52 -10869;3;3225.50;9.80;1108.50;1.42;0.60 -10870;3;3532.00;11.35;964.50;1.69;0.70 -10871;3;1161.00;16.10;1281.00;1.21;0.58 -10872;3;3999.50;10.20;992.50;-0.78;0.48 -10873;3;3675.50;12.70;1198.50;-1.00;0.58 -10874;3;2017.50;9.70;827.00;-0.04;1.24 -10875;3;2586.50;10.00;1012.00;1.19;1.24 -10876;3;3502.00;9.75;1175.00;1.05;0.50 -10877;3;3288.00;11.20;779.00;-1.44;0.92 -10878;3;4152.50;11.25;1078.00;1.39;0.28 -10879;3;1822.00;10.20;982.00;4.57;0.80 -10880;3;4489.00;14.52;1273.00;-1.40;0.40 -10881;3;3650.50;12.95;1123.00;-0.98;0.64 -10882;3;3439.00;12.50;1247.00;4.71;0.34 -10883;3;3142.00;10.97;688.00;1.21;0.42 -10884;3;2968.00;11.30;1125.50;4.67;1.12 -10885;3;4134.50;12.40;1303.50;0.73;0.92 -10886;3;1379.50;9.75;1099.00;4.71;0.40 -10887;3;3958.50;10.70;1180.50;-1.20;0.38 -10888;3;1613.00;10.10;840.50;1.22;0.78 -10889;3;1324.00;9.70;1156.00;1.40;0.52 -10890;3;3710.00;12.90;1201.00;-0.78;0.46 -10891;3;3579.50;11.00;800.00;-0.73;0.58 -10892;3;3458.50;12.20;1055.50;-1.13;0.72 -10893;3;3092.50;12.40;964.50;1.42;1.36 -10894;3;1189.50;13.10;1376.50;1.34;0.60 -10895;3;1158.00;10.37;1245.00;2.15;0.56 -10896;3;3820.00;16.95;1224.50;1.10;0.40 -10897;3;4029.00;11.55;872.00;1.57;0.34 -10898;3;3913.50;10.20;1124.00;4.71;0.44 -10899;3;4401.00;12.92;1338.00;-0.78;0.68 -10900;3;3254.00;10.60;914.00;1.14;1.02 -10901;3;3412.00;11.47;1132.00;-1.35;0.52 -10902;3;3336.50;11.00;991.50;-1.50;0.68 -10903;3;4378.00;19.87;1188.00;-1.32;0.60 -10904;3;3680.50;10.45;1065.00;2.67;0.38 -10905;3;3981.00;15.05;1205.50;0.41;0.62 -10906;3;1952.50;9.80;939.00;0.74;0.68 -10907;3;3232.50;10.60;1028.50;1.38;1.06 -10908;3;3272.50;11.20;776.00;1.83;0.92 -10909;3;1480.50;10.60;1456.50;4.57;0.30 -10910;3;4116.50;17.35;1116.00;-1.05;0.56 -10911;3;4136.00;21.80;1272.00;1.92;0.98 -10912;3;1805.50;11.50;1028.50;-1.20;0.60 -10913;3;3689.50;15.35;1139.00;4.71;0.58 -10914;3;1111.50;14.00;1419.00;-1.19;0.62 -10915;3;2652.50;11.20;884.50;1.74;0.96 -10916;3;1157.00;15.90;1305.00;0.64;0.44 -10917;3;2943.00;10.80;912.50;-1.27;1.28 -10918;3;4218.50;21.55;1176.00;-1.12;0.64 -10919;3;2845.00;9.90;763.00;0.58;0.32 -10920;3;4324.00;12.55;1039.50;1.86;0.36 -10921;3;3552.00;12.97;822.00;4.71;0.34 -10922;3;3608.50;13.20;1228.00;1.34;0.46 -10923;3;3501.00;11.10;1084.50;-1.38;0.70 -10924;3;1809.50;10.50;590.00;3.87;0.46 -10925;3;4965.00;9.85;138.00;-1.10;0.44 -10926;3;2152.00;10.85;701.00;4.03;0.62 -10927;3;4933.50;9.65;190.00;1.03;0.62 -10928;3;3510.00;9.80;686.50;1.22;0.64 -10929;3;3306.00;13.85;358.50;1.45;0.66 -10930;3;3282.00;12.97;449.00;-1.30;0.92 -10931;3;2110.50;11.20;585.00;-1.34;0.66 -10932;3;3314.50;13.20;582.00;-0.89;0.94 -10933;3;2241.50;9.85;779.00;4.49;0.42 -10934;3;1871.50;9.80;830.00;-1.31;0.78 -10935;3;1785.50;10.60;250.50;1.89;0.70 -10936;3;5036.00;10.75;320.50;1.49;0.76 -10937;3;4825.00;10.35;380.00;1.37;0.76 -10938;3;1802.50;11.70;576.50;1.49;0.58 -10939;3;2243.50;10.50;723.50;-1.46;0.36 -10940;3;1721.00;10.60;655.00;1.57;0.76 -10941;3;5055.00;10.00;235.00;1.16;0.72 -10942;3;1577.50;14.00;792.50;-0.92;0.92 -10943;3;1893.50;9.70;357.50;1.13;0.52 -10944;3;1810.50;12.00;495.50;-1.51;0.62 -10945;3;2036.50;11.20;556.00;1.72;0.60 -10946;3;2198.00;10.20;673.50;4.61;0.56 -10947;3;2054.00;10.90;487.50;-1.27;0.40 -10948;3;2992.00;11.30;661.00;-1.19;0.96 -10949;3;4708.50;10.70;201.50;-0.26;0.76 -10950;3;4687.50;11.05;305.00;4.28;0.62 -10951;3;3148.00;11.20;662.00;4.42;1.04 -10952;3;1748.00;20.45;569.00;1.24;0.80 -10953;3;1772.50;9.90;142.00;-0.24;0.90 -10954;3;5046.50;13.80;545.00;-0.69;0.44 -10955;3;4968.50;9.80;289.50;-0.95;1.22 -10956;3;1994.00;10.10;750.00;4.71;1.24 -10957;3;3081.00;13.00;313.00;1.27;1.06 -10958;3;4765.00;9.90;360.00;-1.32;0.66 -10959;3;1955.00;10.25;561.50;4.34;0.92 -10960;3;1727.50;10.00;711.50;-1.31;1.16 -10961;3;1700.00;11.85;118.50;0.87;0.44 -10962;3;3379.00;16.10;649.50;-0.88;0.80 -10963;3;3076.00;13.15;228.50;0.56;0.66 -10964;3;1736.50;14.70;341.50;-0.39;0.56 -10965;3;1812.00;10.82;461.00;0.32;0.84 -10966;3;3066.50;14.75;451.00;1.66;1.04 -10967;3;2244.50;10.65;735.00;1.78;0.30 -10968;3;3017.50;10.55;564.00;0.89;0.58 -10969;3;4775.00;10.22;198.00;1.05;0.68 -10970;3;1631.50;9.90;761.00;0.30;0.90 -10971;3;4637.50;9.80;307.50;4.42;0.62 -10972;3;3360.00;11.05;446.00;-1.39;0.98 -10973;3;1892.50;10.40;511.50;1.08;0.60 -10974;3;5109.00;10.40;524.50;2.55;0.28 -10975;3;1814.50;10.00;361.50;-1.34;0.68 -10976;3;3433.50;9.70;627.00;4.36;0.54 -10977;3;5066.50;9.80;201.50;-0.11;0.46 -10978;3;3046.50;13.00;296.50;0.97;1.02 -10979;3;4912.00;10.30;353.00;1.57;0.90 -10980;3;2137.50;10.10;502.50;1.68;0.28 -10981;3;1789.00;10.42;197.00;-1.03;0.54 -10982;3;1838.50;9.80;648.00;1.49;1.02 -10983;3;4689.00;10.40;189.50;1.10;0.50 -10984;3;2149.50;10.20;735.50;1.34;0.92 -10985;3;1826.50;9.80;330.00;1.34;0.58 -10986;3;1850.50;10.10;449.50;0.93;0.84 -10987;3;1791.50;18.95;534.00;1.77;0.54 -10988;3;3327.00;13.20;510.50;0.92;0.94 -10989;3;2232.50;10.40;761.00;4.71;0.44 -10990;3;4992.00;14.27;586.00;4.71;0.42 -10991;3;5021.00;9.80;199.00;1.57;0.68 -10992;3;1734.50;14.70;312.50;1.83;0.66 -10993;3;3536.50;13.40;307.50;-1.31;0.90 -10994;3;2019.50;10.50;521.00;1.43;0.46 -10995;3;2232.50;9.70;38.50;3.54;0.54 -10996;3;1762.50;9.90;625.00;-1.03;0.80 -10997;3;4729.50;10.50;175.50;1.89;0.66 -10998;3;2234.00;10.25;711.50;4.58;0.40 -10999;3;2170.50;10.00;552.00;4.29;0.42 -11000;3;1716.00;12.90;431.50;1.21;0.46 -11001;3;1784.50;19.50;474.50;1.51;0.58 -11002;3;2179.00;10.15;591.50;-1.32;0.52 -11003;3;2033.00;10.70;504.00;1.57;0.38 -11004;3;5009.50;14.20;568.00;-0.84;0.44 -11005;3;1748.50;10.80;172.50;4.66;0.56 -11006;3;5074.50;10.40;252.50;-1.37;0.58 -11007;3;1952.50;10.50;423.50;0.32;0.80 -11008;3;2035.50;11.20;486.00;4.71;0.48 -11009;3;1767.00;9.87;36.00;1.76;0.70 -11010;3;1859.00;10.37;653.00;-0.86;1.10 -11011;3;4723.50;10.20;153.00;1.43;0.60 -11012;3;3063.00;11.15;729.50;2.21;1.18 -11013;3;4849.50;11.05;275.00;-0.95;1.14 -11014;3;3451.50;9.80;675.50;-0.63;0.52 -11015;3;3507.00;11.27;341.00;4.71;0.80 -11016;3;4796.00;10.92;419.00;2.09;0.62 -11017;3;3335.00;9.50;614.50;4.20;0.88 -11018;3;5041.00;15.05;569.50;1.44;0.46 -11019;3;5065.50;9.80;153.50;1.00;0.58 -11020;3;1570.50;15.65;825.00;4.21;0.56 -11021;3;1760.50;11.00;275.00;0.57;0.54 -11022;3;1793.00;9.90;376.00;1.46;0.72 -11023;3;1915.00;9.90;488.00;-1.29;0.78 -11024;3;3259.00;10.50;1834.00;4.71;0.32 -11025;3;3555.50;9.90;1736.00;4.71;0.28 -11026;3;3053.00;13.00;1872.50;-0.85;0.40 -11027;3;3485.00;9.82;1684.00;4.71;0.24 -11028;3;2969.50;11.80;1766.50;-1.37;0.30 -11029;3;2950.50;10.45;1725.00;4.71;0.28 -11030;3;3258.00;10.65;1910.00;0.78;0.38 -11031;3;3319.00;10.72;1937.00;1.57;0.22 -11032;3;3272.00;10.40;1713.00;-0.98;0.24 -11033;3;3200.50;10.50;1789.50;1.24;0.28 -11034;3;3267.50;10.40;2004.00;4.56;0.28 -11035;3;3487.00;9.90;1713.50;4.54;0.16 -11036;3;3384.50;10.40;1761.50;-1.24;0.22 -11037;3;2944.50;12.60;1758.50;1.46;0.28 -11038;3;3385.50;9.90;1822.50;1.46;0.28 -11039;3;3399.50;9.90;1677.50;0.78;0.22 -11040;3;3069.50;9.80;1781.00;4.33;0.26 -11041;3;3224.50;10.40;1866.00;1.57;0.26 -11042;3;3495.50;9.90;1797.00;-1.13;0.48 -11043;3;3233.50;10.20;1782.00;1.19;0.22 -11044;3;3038.00;10.00;1729.50;0.92;0.26 -11045;3;3324.00;9.82;1859.00;0.00;0.34 -11046;3;3300.00;10.60;1786.00;1.24;0.26 -11048;3;3328.50;10.30;1703.50;4.57;0.26 -11049;3;3014.00;13.47;1809.00;-1.24;0.30 -11050;3;3109.50;9.50;1971.00;-0.61;0.48 -11051;3;3560.00;9.80;1722.00;1.57;0.28 -11052;3;3032.50;11.70;1824.00;1.84;0.30 -11053;3;3036.50;12.00;1777.00;1.57;0.26 -11054;3;3295.00;10.40;1835.50;-1.44;0.36 -11055;3;2749.00;11.70;1678.50;2.21;0.24 -11056;3;3240.50;10.40;1762.00;1.19;0.20 -11057;3;3218.00;10.40;1711.50;4.58;0.18 -11058;3;3064.00;12.55;1898.50;1.10;0.30 -11059;3;3319.00;9.75;1743.50;4.58;0.24 -11060;3;3125.50;11.20;1936.50;-1.16;0.44 -11061;3;3494.50;9.90;1782.50;-1.48;0.34 -11062;3;3359.50;10.70;1741.50;4.51;0.26 -11063;3;3249.50;9.70;2000.50;-0.91;0.36 -11064;3;2737.00;10.10;1710.50;-1.10;0.60 -11065;3;3153.00;10.05;1808.50;-1.10;0.28 -11066;3;3178.50;9.75;1755.00;4.71;0.28 -11067;3;3114.00;10.37;1834.00;-1.10;0.32 -11068;3;3296.00;10.30;1728.00;1.10;0.20 -11069;3;3062.00;11.30;1851.50;-1.01;0.36 -11070;3;2990.50;10.35;1702.00;4.71;0.26 -11071;3;3409.00;10.40;1770.50;1.21;0.28 -11072;3;3278.50;10.15;1700.00;4.71;0.20 -11073;3;3153.50;10.10;1895.00;-0.69;0.36 -11074;3;3471.00;9.90;1763.00;1.57;0.34 -11075;3;3498.50;9.80;1699.50;4.51;0.22 -11076;3;3251.00;9.75;1801.50;0.87;0.28 -11077;3;3178.50;11.20;1985.00;1.29;0.30 -11078;3;2977.50;10.20;1739.00;-0.64;0.24 -11079;3;1624.00;14.25;916.50;-1.05;0.28 -11080;3;3271.50;10.40;1723.50;1.76;0.20 -11081;3;3212.50;9.90;1868.50;1.42;0.26 -11082;3;3070.50;9.70;1709.00;-1.29;0.32 -11083;3;3370.00;10.10;1721.50;-1.32;0.24 -11084;3;3359.50;10.50;1691.50;-0.78;0.24 -11085;3;3269.00;10.80;1912.50;4.61;0.36 -11086;3;3468.00;9.90;1740.00;1.32;0.26 -11087;3;3590.00;9.85;1707.00;4.71;0.28 -11088;3;3348.50;10.40;1911.00;-1.38;0.36 -11089;3;3477.50;10.30;1808.50;-1.28;0.56 -11091;3;3074.50;9.70;1746.50;1.03;0.24 -11092;3;3339.00;10.32;1797.00;1.24;0.22 -11093;3;3359.00;9.90;1712.50;1.40;0.26 -11094;3;3352.00;9.50;1810.50;-1.10;0.32 -11095;3;3443.00;9.95;1723.50;-1.40;0.24 -11096;3;3306.00;10.15;1847.50;1.01;0.30 -11097;3;3254.50;10.10;1689.00;-0.98;0.24 -11098;3;3747.50;9.70;1881.00;-1.39;0.66 -11099;3;3435.50;10.35;1687.00;1.05;0.26 -11100;3;2931.00;11.95;1798.50;1.17;0.30 -11101;3;2922.00;13.55;1724.50;1.47;0.22 -11102;3;3083.50;11.20;1899.50;-0.40;0.32 -11103;3;3391.50;10.40;1754.50;-1.42;0.30 -11104;3;3207.50;10.80;1984.50;4.17;0.48 -11105;3;3190.50;9.70;1741.50;4.57;0.24 -11107;3;3425.50;10.40;1710.00;-0.89;0.22 -11108;3;3104.50;10.80;748.50;-1.20;0.88 -11109;3;3287.50;9.90;1692.50;4.57;0.22 -11110;3;3532.50;10.30;1744.50;0.54;0.32 -11111;3;3669.50;10.50;1736.00;-1.39;0.34 -11112;3;3079.00;11.42;1895.00;1.89;0.32 -11113;3;2975.50;12.30;1781.50;-1.37;0.26 -11114;3;3014.00;10.15;1725.00;0.78;0.24 -11115;3;3183.00;10.87;1927.00;0.92;0.52 -11116;3;3005.00;13.92;1804.00;3.92;0.30 -11117;3;3332.00;9.92;1941.00;0.78;0.34 -11118;3;2990.50;13.55;1808.00;1.57;0.24 -11119;3;3728.50;9.70;1913.50;-1.29;1.10 -11120;3;3071.50;11.40;1836.00;1.22;0.38 -11121;3;3198.50;10.30;1848.00;1.57;0.32 -11122;3;4451.50;9.80;2024.00;4.67;1.20 -11123;3;3051.50;11.30;1793.50;1.68;0.22 -11124;3;3629.50;10.60;1715.00;1.35;0.34 -11125;3;3180.00;10.00;1885.50;4.58;0.36 -11126;3;3145.00;10.25;1790.50;1.73;0.32 -11127;3;3218.00;10.17;1720.00;1.57;0.24 -11128;3;3295.00;10.47;1929.00;1.57;0.34 -11129;3;3062.00;10.70;1817.50;-0.58;0.38 -11130;3;3151.00;11.10;1950.50;0.00;0.64 -11131;3;3371.00;10.40;1704.00;-1.24;0.26 -11132;3;3197.00;10.40;1822.50;0.51;0.34 -11133;3;3593.00;9.90;1733.50;4.58;0.30 -11134;3;3478.50;10.40;1665.50;-1.24;0.16 -11135;3;2964.00;12.75;1765.00;1.89;0.30 -11136;3;2754.00;10.40;1679.50;4.54;0.26 -11137;3;3401.00;9.80;1798.50;1.21;0.34 -11138;3;1607.50;13.30;884.50;-1.06;0.22 -11139;3;3284.00;10.30;1708.50;1.40;0.22 -11140;3;3433.50;10.10;1918.50;-1.24;0.48 -11141;3;3233.00;10.40;1801.00;-1.24;0.26 -11142;3;3271.00;10.00;1968.50;3.42;0.46 -11143;3;3455.50;10.40;1707.00;1.05;0.20 -11144;3;1598.50;13.30;904.50;-1.05;0.32 -11145;3;3353.00;12.45;694.50;-0.55;0.88 -11146;3;3299.00;10.30;1820.50;-1.44;0.34 -11147;3;3071.00;9.75;1768.50;1.40;0.26 -11148;3;3053.00;11.15;1833.00;1.57;0.24 -11149;3;3555.50;9.80;1682.50;1.03;0.28 -11150;3;3320.50;10.25;1758.00;2.49;0.22 -11151;3;2982.00;9.50;1715.50;-1.10;0.24 -11152;3;3067.00;12.97;1884.00;-1.24;0.30 -11153;3;3327.50;10.30;1751.50;1.37;0.26 -11154;3;3355.50;9.90;1689.00;1.95;0.22 -11155;3;3122.50;11.60;1905.50;-1.30;0.36 -11156;3;3298.00;10.00;1797.50;4.58;0.26 -11157;3;3048.00;10.00;1955.50;2.21;0.84 -11158;3;3521.50;9.80;1712.50;4.51;0.24 -11159;3;3346.00;9.95;1770.00;1.10;0.28 -11160;3;3025.00;9.70;1648.50;4.46;0.18 -11161;3;2715.00;10.80;1668.50;-1.10;0.22 -11162;3;3264.00;10.30;1757.00;0.78;0.26 -11163;3;3071.00;9.60;1727.50;-1.40;0.28 -11164;3;3204.00;10.40;1877.50;1.67;0.30 -11165;3;3365.50;10.50;1728.50;1.16;0.22 -11166;3;3416.00;10.40;1688.50;-0.92;0.22 -11167;3;3225.00;10.70;1927.00;3.92;0.34 -11168;3;3391.00;10.50;1737.50;0.67;0.24 -11169;3;3183.00;11.10;1957.50;4.62;0.32 -11170;3;3640.00;10.10;1741.50;0.87;0.38 -11171;3;3454.50;9.70;1818.00;1.78;0.44 -11172;3;3169.00;9.80;1755.00;4.24;0.22 -11173;3;3007.50;11.90;1834.00;0.64;0.28 -11174;3;3324.00;10.30;1722.50;0.87;0.26 -11175;3;3327.00;10.42;1824.00;-1.32;0.30 -11176;3;2937.50;10.10;1702.50;3.92;0.22 -11177;3;3434.50;9.80;1734.00;4.71;0.26 -11178;3;3397.00;10.40;1782.50;1.73;0.26 -11179;3;3577.50;10.50;1747.50;-1.46;0.34 -11180;3;3504.50;9.80;1688.50;0.78;0.24 -11181;3;3293.00;10.40;1893.50;1.65;0.28 -11182;3;3679.50;9.80;1898.50;-1.33;0.90 -11183;3;3317.50;9.90;1964.50;0.54;0.42 -11184;3;2980.50;9.80;1729.00;1.57;0.16 -11185;3;3090.50;10.65;1823.00;1.35;0.28 -11186;3;3257.50;10.30;1723.50;0.78;0.22 -11187;3;3038.50;11.25;1840.00;-0.69;0.32 -11188;3;3064.00;9.50;1718.00;4.71;0.24 -11189;3;3408.00;10.40;1720.50;4.54;0.24 -11190;3;3099.50;11.60;1876.00;-1.35;0.28 -11191;3;3316.50;10.30;1688.50;1.42;0.24 -11192;3;3512.00;9.95;1732.50;-1.21;0.26 -11193;3;3610.50;10.00;1722.00;1.05;0.28 -11194;3;3034.50;13.10;771.50;1.24;0.92 -11195;3;3685.00;10.40;1752.50;0.85;0.42 -11196;3;3409.00;10.10;1930.50;-1.10;0.46 -11197;3;3044.50;10.60;1736.50;-0.78;0.30 -11198;3;2914.00;13.30;1734.50;4.54;0.24 -11199;3;3219.50;10.40;1821.00;4.43;0.20 -11200;3;3552.50;10.50;1804.50;-1.28;0.70 -11201;3;3132.50;9.80;1844.50;4.51;0.24 -11202;3;3250.50;10.20;1687.50;1.76;0.24 -11203;3;3610.00;10.40;1768.00;4.71;0.52 -11204;3;3215.50;10.60;1914.50;4.28;0.48 -11205;3;3411.00;9.85;1675.00;4.71;0.18 -11206;3;2976.00;12.20;1793.50;1.47;0.26 -11207;3;2748.50;11.90;1686.50;0.78;0.24 -11208;3;3143.00;10.65;1912.00;-1.10;0.48 -11209;3;3052.50;10.20;1783.50;1.42;0.26 -11210;3;1608.50;15.10;899.50;-1.06;0.24 -11211;3;3170.76;9.70;1736.82;1.95;0.20 -11212;3;3339.50;9.70;1818.50;-1.48;0.26 -11213;3;3414.00;10.50;1713.00;-1.24;0.18 -11214;3;3380.00;10.00;1577.50;4.46;0.18 -11215;3;3052.00;9.70;1650.00;1.57;0.18 -11216;3;3229.00;10.50;1592.50;4.54;0.24 -11217;3;3428.50;10.40;1630.00;1.57;0.20 -11218;3;2746.00;11.15;1636.00;1.10;0.28 -11219;3;2988.00;9.70;1581.00;-1.32;0.20 -11220;3;3285.00;10.00;1615.00;1.57;0.30 -11221;3;2793.50;10.10;1571.50;1.76;0.20 -11222;3;3224.00;10.40;1662.50;1.44;0.22 -11223;3;3722.00;11.30;1643.50;4.15;0.44 -11224;3;3317.50;10.75;1665.00;4.71;0.20 -11225;3;3583.00;9.70;1581.50;4.46;0.24 -11226;3;3210.50;10.30;1637.50;2.35;0.28 -11227;3;3445.00;10.02;1582.00;4.71;0.22 -11228;3;3705.00;10.70;1684.50;1.27;0.32 -11229;3;3308.00;10.40;1563.50;2.03;0.24 -11230;3;3308.50;9.85;1590.00;1.57;0.18 -11231;3;3015.50;9.90;1661.00;-1.19;0.24 -11232;3;3076.50;9.80;1577.00;0.89;0.26 -11233;3;2925.50;10.00;1564.50;0.78;0.20 -11234;3;3284.50;10.40;1651.00;-0.89;0.22 -11235;3;3351.50;10.00;1606.00;4.71;0.20 -11236;3;3388.50;10.60;1657.50;-1.42;0.26 -11237;3;2676.50;9.90;1576.50;4.51;0.28 -11238;3;2665.00;10.40;1610.00;-1.32;0.24 -11239;3;3474.50;10.40;1665.00;1.57;0.20 -11240;3;3517.50;10.10;1579.50;-0.78;0.20 -11241;3;3277.00;9.80;1624.50;4.54;0.28 -11242;3;3376.50;10.00;1586.00;-0.24;0.22 -11243;3;3557.50;11.10;1631.50;4.51;0.18 -11244;3;3370.00;10.00;1556.50;4.54;0.20 -11245;3;3122.50;9.80;1601.00;-1.29;0.24 -11246;3;3149.50;9.85;1656.00;-1.35;0.20 -11247;3;3175.50;9.90;1574.50;1.71;0.20 -11248;3;3423.50;9.90;1605.00;4.71;0.20 -11249;3;3701.50;14.50;1162.00;1.68;0.62 -11250;3;3363.00;10.25;1654.00;4.71;0.20 -11251;3;2951.00;9.70;1623.00;-0.78;0.30 -11252;3;3471.00;9.95;1656.50;1.32;0.20 -11253;3;2799.00;9.97;1573.00;-1.24;0.26 -11254;3;3343.00;10.02;1622.00;-1.10;0.26 -11255;3;3546.50;10.20;1673.00;4.71;0.24 -11256;3;3609.00;9.85;1588.00;-1.10;0.26 -11257;3;2673.50;10.20;1621.00;4.71;0.28 -11258;3;3442.00;9.85;1590.00;4.24;0.18 -11259;3;3251.50;9.80;1647.00;-1.29;0.24 -11260;3;3070.50;9.80;1586.50;0.54;0.32 -11261;3;4370.00;9.70;2005.00;1.32;1.40 -11262;3;3496.00;10.00;1603.50;1.40;0.26 -11263;3;3560.00;9.92;1669.00;1.57;0.24 -11264;3;2922.00;9.70;1575.00;-1.10;0.18 -11265;3;3127.00;9.65;1621.50;1.32;0.40 -11266;3;2709.87;11.00;1673.46;2.03;0.34 -11267;3;2672.00;10.12;1578.00;1.10;0.22 -11268;3;3415.50;10.10;1615.50;1.24;0.18 -11269;3;3514.00;10.92;1585.00;1.10;0.20 -11270;3;2773.50;10.30;1625.50;1.37;0.18 -11271;3;3283.00;9.80;1597.00;4.71;0.18 -11272;3;3307.00;10.05;1638.00;1.57;0.20 -11273;3;3570.50;9.70;1607.50;-1.37;0.28 -11274;3;3148.50;10.40;1577.50;-1.24;0.28 -11275;3;3503.50;9.90;1646.50;-1.37;0.26 -11276;3;2992.00;9.70;1591.00;1.57;0.24 -11277;3;3492.50;9.90;1625.00;4.71;0.24 -11278;3;3090.50;9.70;1735.50;-1.37;0.28 -11279;3;2774.00;9.90;1582.50;-1.40;0.26 -11280;3;3032.50;10.10;1658.50;4.51;0.24 -11281;3;3606.00;10.40;1602.50;1.40;0.24 -11282;3;3381.00;10.60;1641.50;1.40;0.22 -11283;3;3384.00;10.00;1559.50;1.40;0.20 -11284;3;3349.50;10.00;1596.00;4.71;0.20 -11285;3;3227.50;9.80;1567.00;4.33;0.26 -11286;3;3579.00;10.30;1658.00;0.78;0.18 -11287;3;2669.00;9.80;1602.50;1.73;0.16 -11288;3;3069.50;9.80;1597.00;4.43;0.28 -11289;3;3043.00;10.50;1687.50;-1.44;0.22 -11290;3;3290.00;10.00;1615.50;-1.40;0.22 -11291;3;3193.50;10.30;1690.50;0.78;0.24 -11292;3;3556.00;11.15;1623.50;4.58;0.22 -11293;3;2697.50;11.60;1600.00;1.57;0.24 -11294;3;3427.00;9.92;1597.00;4.71;0.20 -11295;3;3454.50;10.10;1636.50;1.76;0.20 -11296;3;3448.00;9.80;1560.00;-1.10;0.22 -11297;3;2792.00;9.70;1610.50;1.81;0.24 -11298;3;3302.00;10.35;1572.50;1.32;0.22 -11299;3;2761.50;10.40;1643.50;-1.37;0.26 -11300;3;3364.50;10.00;1613.00;1.57;0.20 -11301;3;3165.00;10.40;1578.50;0.92;0.24 -11302;3;3220.00;10.45;1672.00;1.57;0.26 -11303;3;2680.00;9.90;1613.50;-1.44;0.26 -11304;3;3269.50;9.80;1673.50;4.51;0.22 -11305;3;2977.00;9.70;1595.50;-1.40;0.24 -11306;3;2735.00;12.90;1671.00;0.00;0.24 -11307;3;3732.00;13.22;1699.00;1.57;0.36 -11308;3;3518.00;9.85;1558.50;0.92;0.18 -11309;3;3496.50;11.10;1593.00;1.57;0.24 -11310;3;3369.00;10.10;1565.50;-1.32;0.22 -11311;3;3044.00;10.60;1678.00;1.57;0.26 -11312;3;3162.50;10.00;1611.50;4.57;0.22 -11313;3;3242.50;9.80;1571.50;1.76;0.26 -11314;3;3433.50;10.50;1611.50;1.37;0.20 -11315;3;3348.00;10.60;1667.00;0.78;0.24 -11316;3;3075.50;9.90;1606.50;4.51;0.22 -11317;3;2784.50;9.85;1621.00;2.15;0.26 -11318;3;2909.50;9.70;1583.00;4.71;0.24 -11319;3;3573.00;9.77;1597.00;1.57;0.24 -11320;3;3610.00;9.90;1660.50;-1.44;0.28 -11321;3;3578.00;9.92;1557.00;4.39;0.22 -11322;3;3256.00;9.90;1601.00;-0.98;0.22 -11323;3;3442.50;9.90;1564.00;1.19;0.20 -11324;3;3505.00;10.00;1610.50;1.40;0.16 -11325;3;3311.00;10.45;1570.50;0.67;0.20 -11326;3;3352.00;10.60;1649.00;4.71;0.24 -11327;3;3039.50;9.70;1650.00;1.57;0.20 -11328;3;4293.50;11.50;1893.00;4.53;1.24 -11329;3;3150.50;10.40;1586.50;4.57;0.24 -11330;3;3412.00;10.47;1625.00;-1.10;0.20 -11331;3;2973.50;9.70;1599.00;0.98;0.16 -11332;3;2748.50;12.20;1625.50;1.42;0.24 -11333;3;2793.50;10.00;1558.50;3.46;0.12 -11334;3;2650.50;9.65;1590.00;3.78;0.24 -11335;3;3505.50;10.00;1567.00;4.71;0.22 -11336;3;3316.00;9.90;1599.50;-1.32;0.26 -11337;3;3384.00;10.27;1568.00;1.57;0.20 -11338;3;3435.50;9.90;1657.50;1.76;0.20 -11339;3;3570.00;9.80;1615.00;0.00;0.26 -11340;3;3492.50;10.20;1663.00;-1.29;0.26 -11341;3;3220.50;9.80;1576.50;0.78;0.18 -11342;3;3211.50;10.40;1627.00;4.71;0.28 -11343;3;3078.00;9.70;1613.50;-1.44;0.16 -11344;3;3487.00;9.85;1625.50;1.40;0.22 -11345;3;2762.50;10.10;1589.50;-1.37;0.22 -11346;3;2920.00;9.90;1558.50;1.40;0.18 -11347;3;3382.50;10.00;1600.50;-1.03;0.22 -11348;3;3587.00;9.70;1571.00;-1.10;0.26 -11349;3;3338.50;10.60;1648.50;-1.16;0.18 -11350;3;1874.56;9.70;1077.76;4.71;0.14 -11351;3;3451.50;9.80;1569.00;1.19;0.20 -11352;3;3661.00;9.80;1694.00;-1.24;0.36 -11353;3;3294.50;10.00;1625.00;1.19;0.20 -11354;3;3579.00;10.40;1669.50;1.10;0.28 -11355;3;3291.50;9.90;1572.50;1.03;0.20 -11356;3;3547.50;10.00;1632.00;-1.19;0.24 -11357;3;3165.00;10.40;1590.00;1.24;0.22 -11358;3;3213.50;10.20;1640.50;-0.78;0.36 -11359;3;2986.00;9.70;1574.50;4.46;0.20 -11360;3;2921.50;9.70;1585.50;0.78;0.20 -11361;3;2720.00;9.80;1569.00;4.24;0.22 -11362;3;3413.00;11.20;1641.00;-0.78;0.22 -11363;3;3458.50;9.95;1596.00;-1.19;0.18 -11364;3;3515.50;10.05;1568.00;-1.19;0.24 -11365;3;3602.00;9.80;1667.50;1.21;0.26 -11366;3;2947.50;9.70;1616.50;1.42;0.24 -11367;3;2913.00;9.70;1694.50;4.24;0.20 -11368;3;3372.00;10.07;1576.00;4.71;0.20 -11369;3;3355.50;10.10;1614.50;1.37;0.22 -11370;3;3233.00;10.75;1601.50;4.24;0.24 -11371;3;2659.50;10.00;1617.50;-1.46;0.24 -11372;3;3068.00;9.90;1605.50;0.38;0.28 -11373;3;3532.00;10.75;1598.00;1.57;0.22 -11374;3;2805.00;9.50;1562.50;0.92;0.28 -11375;3;3486.00;9.95;1641.00;4.71;0.20 -11376;3;3020.50;9.70;1636.00;1.57;0.18 -11377;3;3599.50;9.80;1581.50;1.03;0.26 -11378;3;2753.50;11.70;1651.50;4.51;0.22 -11379;3;3424.50;9.90;1612.50;1.76;0.20 -11380;3;3059.00;9.75;1698.50;-1.40;0.24 -11381;3;3439.50;10.20;1574.00;-1.19;0.18 -11382;3;2781.00;10.60;1600.50;1.32;0.20 -11383;3;3306.00;9.80;1582.00;4.71;0.20 -11384;3;3345.00;10.65;1634.50;4.54;0.20 -11385;3;3144.50;10.25;1573.00;0.89;0.22 -11386;3;3155.00;10.40;1595.00;1.24;0.22 -11387;3;3565.50;9.90;1646.50;1.37;0.24 -11388;3;2929.50;10.15;1563.00;4.71;0.18 -11389;3;3625.00;10.25;1616.50;1.10;0.26 -11390;3;3058.00;9.85;1686.00;-0.98;0.24 -11391;3;3212.00;10.50;1617.50;4.54;0.32 -11392;3;3262.50;10.30;1672.00;0.46;0.28 -11393;3;3508.00;10.00;1575.50;4.54;0.24 -11394;3;3489.50;9.90;1614.50;-0.78;0.24 -11395;3;3526.00;11.35;1522.00;1.57;0.24 -11396;3;3411.50;10.00;1542.50;1.71;0.18 -11397;3;3361.50;9.80;1510.50;0.62;0.30 -11398;3;3112.50;12.85;1513.00;4.33;0.18 -11399;3;3161.00;9.95;1534.50;-1.40;0.28 -11400;3;3476.50;9.80;1460.00;4.71;0.20 -11401;3;3043.00;12.05;1534.50;1.10;0.24 -11402;3;2969.50;12.10;1556.50;1.24;0.20 -11403;3;3439.00;9.70;1460.50;-1.44;0.18 -11404;3;2988.00;13.30;1522.00;4.71;0.22 -11405;3;3358.50;9.70;1471.00;1.57;0.20 -11406;3;2727.50;10.50;1547.50;3.92;0.24 -11407;3;2894.50;12.30;1519.00;1.19;0.18 -11408;3;3472.50;9.80;1542.50;-1.37;0.22 -11409;3;3280.50;10.50;1481.50;1.16;0.26 -11410;3;4073.00;10.10;1552.50;4.46;0.62 -11411;3;3186.00;10.85;1496.50;-1.40;0.24 -11412;3;3425.00;10.35;1520.50;4.46;0.18 -11413;3;3127.50;13.20;1514.50;1.16;0.22 -11414;3;3058.00;13.30;1532.00;1.32;0.18 -11415;3;3032.50;10.15;1556.00;1.57;0.20 -11416;3;3494.50;9.80;1459.50;1.37;0.20 -11417;3;2957.50;10.30;1519.50;-1.37;0.20 -11418;3;3440.00;9.70;1468.50;1.73;0.26 -11419;3;2884.50;9.80;1542.50;1.42;0.18 -11420;3;2838.00;9.90;1514.50;1.10;0.28 -11421;3;3542.50;10.05;1546.00;0.89;0.26 -11422;3;3349.00;9.70;1471.50;1.40;0.24 -11423;3;3500.00;9.80;1516.50;1.40;0.20 -11424;3;3279.50;10.10;1494.50;4.51;0.22 -11425;3;3320.50;9.80;1530.50;1.37;0.20 -11426;3;3202.00;9.70;1720.50;-1.40;0.24 -11427;3;3197.00;9.57;1499.00;-1.24;0.26 -11428;3;3105.50;10.00;1543.50;-0.78;0.26 -11429;3;3543.50;9.60;1465.50;1.76;0.24 -11430;3;3122.00;10.40;1526.00;-0.32;0.20 -11431;3;2943.00;10.75;1549.00;1.24;0.18 -11432;3;3024.00;12.20;1533.50;1.81;0.22 -11433;3;3629.00;9.70;1547.00;0.78;0.18 -11434;3;3430.50;9.70;1470.50;1.16;0.28 -11435;3;2907.00;10.85;1517.50;2.03;0.18 -11436;3;3453.00;9.80;1551.50;1.40;0.18 -11437;3;3351.00;9.80;1480.50;1.73;0.24 -11438;3;3292.00;9.90;1496.50;0.92;0.24 -11439;3;3388.50;9.90;1524.00;4.71;0.22 -11440;3;1126.00;12.70;1764.50;1.38;0.60 -11441;3;3177.50;10.00;1540.50;4.51;0.24 -11442;3;3629.00;9.60;1485.00;-0.98;0.32 -11443;3;3223.50;10.05;1719.00;4.33;0.20 -11444;3;3011.00;9.70;1575.50;-1.10;0.20 -11445;3;2959.50;10.50;1531.50;1.76;0.20 -11446;3;2791.00;9.80;1547.50;4.58;0.12 -11447;3;3497.00;9.80;1475.00;1.10;0.20 -11448;3;4389.50;18.90;1219.00;0.29;0.48 -11449;3;3503.50;9.90;1552.50;-1.42;0.18 -11450;3;3438.00;9.80;1477.00;1.37;0.26 -11451;3;3463.50;9.80;1518.50;-1.37;0.18 -11452;3;3359.50;10.40;1490.00;4.43;0.20 -11453;3;3269.50;9.80;1548.50;1.76;0.24 -11454;3;3298.50;10.50;1504.00;0.89;0.26 -11455;3;3626.00;9.60;1470.50;1.67;0.32 -11456;3;2892.50;9.70;1553.50;-1.24;0.24 -11457;3;3540.50;9.65;1476.00;4.71;0.28 -11458;3;3579.00;9.75;1549.00;1.32;0.20 -11459;3;3435.00;10.10;1484.50;4.24;0.22 -11460;3;3531.00;11.95;1530.50;1.40;0.22 -11461;3;3370.00;9.80;1491.50;-1.40;0.20 -11462;3;3335.00;9.80;1529.50;-1.40;0.22 -11463;3;2812.00;10.32;1476.00;4.24;0.22 -11464;3;3249.00;10.20;1512.50;-1.40;0.22 -11465;3;2780.00;9.60;1465.50;1.44;0.18 -11466;3;3172.00;9.90;1553.00;0.78;0.20 -11467;3;3097.00;10.55;1529.00;1.89;0.22 -11468;3;2974.00;11.40;1556.50;-1.40;0.20 -11469;3;3622.00;9.60;1482.50;1.69;0.30 -11470;3;2914.00;10.85;1518.00;1.24;0.22 -11471;3;2774.50;10.05;1559.00;1.29;0.22 -11472;3;3548.50;9.70;1489.00;-1.29;0.30 -11473;3;3596.00;9.60;1522.50;-1.40;0.30 -11474;3;3506.50;9.80;1489.00;1.57;0.22 -11475;3;3417.50;10.50;1528.00;-1.19;0.16 -11476;3;3440.50;9.80;1493.00;4.71;0.24 -11477;3;3246.00;10.00;1539.50;4.54;0.22 -11478;3;3050.50;9.80;1570.00;1.57;0.16 -11479;3;3178.50;10.00;1513.50;-1.42;0.26 -11480;3;3656.00;9.92;1497.00;1.10;0.38 -11481;3;3007.00;10.10;1544.50;-1.32;0.22 -11482;3;3580.00;9.60;1480.50;1.27;0.28 -11483;3;2849.50;9.80;1528.00;4.71;0.20 -11484;3;3508.00;9.80;1498.50;-0.87;0.24 -11485;3;3483.50;9.70;1520.50;-1.37;0.20 -11486;3;2944.50;13.60;1484.50;1.37;0.22 -11487;3;3405.50;10.40;1501.50;1.71;0.26 -11488;3;2894.00;10.70;1482.50;4.46;0.20 -11489;3;3304.50;9.80;1532.00;-1.19;0.22 -11490;3;3264.50;10.10;1510.50;0.78;0.26 -11491;3;2851.50;9.80;1488.50;1.89;0.22 -11492;3;3122.50;9.90;1562.50;1.71;0.18 -11493;3;2960.00;11.57;1559.00;1.24;0.24 -11494;3;2921.50;10.90;1522.50;1.42;0.18 -11495;3;874.50;10.80;1599.50;1.42;0.26 -11496;3;3592.50;10.00;1620.50;0.78;0.26 -11497;3;3011.00;14.25;1501.50;1.81;0.24 -11498;3;3206.00;10.30;1628.50;1.44;0.24 -11499;3;2963.00;11.95;1487.00;1.24;0.26 -11500;3;3394.50;9.90;1529.50;1.42;0.18 -11501;3;3471.00;10.00;1499.00;4.24;0.20 -11502;3;2904.00;10.67;1499.00;4.24;0.18 -11503;3;3218.00;10.07;1546.00;0.98;0.24 -11504;3;3338.50;10.00;1506.50;1.03;0.30 -11505;3;3017.00;9.70;1570.50;-1.32;0.18 -11506;3;2842.50;9.80;1495.50;1.89;0.24 -11507;3;3154.50;9.80;1526.50;1.46;0.28 -11508;3;2772.00;9.80;1485.00;4.71;0.24 -11509;3;1471.50;10.00;1412.50;1.30;0.34 -11510;3;3624.00;9.62;1537.00;1.89;0.26 -11511;3;3074.00;10.15;1500.00;1.57;0.24 -11512;3;3463.00;9.85;1533.50;1.73;0.18 -11513;3;3413.50;9.80;1507.50;4.57;0.20 -11514;3;3255.50;10.10;1521.50;1.71;0.22 -11515;3;3087.00;9.80;1564.50;-1.27;0.22 -11516;3;2902.00;10.35;1488.50;4.54;0.26 -11517;3;3047.00;12.90;1541.50;1.40;0.24 -11518;3;2852.50;9.80;1495.00;1.19;0.14 -11519;3;2889.50;10.80;1530.50;0.32;0.18 -11520;3;3138.50;9.80;1484.00;4.33;0.20 -11521;3;2801.50;10.70;1491.50;1.37;0.20 -11522;3;3098.00;9.90;1486.50;1.40;0.20 -11523;3;3522.00;9.72;1540.00;4.24;0.20 -11524;3;3606.50;9.60;1489.50;-0.40;0.34 -11525;3;3050.00;12.02;1499.00;1.37;0.20 -11526;3;3353.00;10.32;1541.00;4.71;0.24 -11527;3;3481.00;10.02;1499.00;4.71;0.26 -11528;3;3190.50;9.80;1559.50;1.71;0.24 -11529;3;2971.50;10.80;1502.00;1.19;0.20 -11530;3;3306.00;9.97;1510.00;0.78;0.28 -11531;3;2912.00;10.82;1502.00;4.71;0.16 -11532;3;3116.50;10.00;1540.00;4.33;0.20 -11533;3;2944.00;10.90;1542.00;4.24;0.20 -11534;3;3223.00;9.95;1472.00;4.71;0.20 -11535;3;2794.50;10.40;1500.50;4.51;0.20 -11536;3;3165.50;11.40;1490.50;1.16;0.24 -11537;3;3602.50;9.80;1537.50;1.37;0.28 -11538;3;3536.50;11.20;1507.50;4.17;0.24 -11539;3;3098.50;12.50;1496.50;4.51;0.28 -11540;3;3433.00;9.80;1547.50;4.54;0.20 -11541;3;3395.50;9.80;1508.50;1.03;0.22 -11542;3;3032.50;10.75;1521.00;1.57;0.22 -11543;3;3224.50;10.05;1527.00;0.24;0.32 -11544;3;2981.50;11.00;1507.50;1.37;0.18 -11545;3;2999.00;9.80;1552.00;-1.24;0.22 -11546;3;3300.00;9.72;1468.00;-1.10;0.28 -11547;3;2929.50;11.65;1507.00;1.29;0.16 -11548;3;2835.50;9.60;1531.00;0.98;0.16 -11549;3;2861.00;10.00;1500.00;0.00;0.26 -11550;3;3203.00;10.12;1488.00;1.32;0.26 -11551;3;3491.00;9.80;1539.50;-1.44;0.20 -11552;3;3618.00;9.60;1495.50;-1.40;0.24 -11553;3;3332.50;9.80;1551.00;4.71;0.18 -11554;3;3106.00;14.30;1502.50;4.54;0.22 -11555;3;3464.00;10.32;1509.00;-0.78;0.18 -11556;3;3040.50;12.65;1510.00;4.71;0.24 -11557;3;3285.00;9.90;1521.50;-0.92;0.22 -11558;3;3086.50;10.50;1546.50;0.40;0.22 -11559;3;3417.50;9.70;1451.50;0.78;0.22 -11560;3;2931.50;10.90;1511.50;-0.78;0.18 -11561;3;3328.50;9.70;1470.00;1.19;0.22 -11562;3;2896.00;10.35;1535.50;-0.92;0.16 -11563;3;2819.50;9.80;1507.50;4.17;0.20 -11564;3;3038.50;10.05;1423.00;1.57;0.24 -11565;3;2801.00;10.20;1415.00;0.46;0.24 -11566;3;3511.00;9.80;1447.00;1.24;0.24 -11567;3;1603.00;9.70;1623.50;2.03;0.28 -11568;3;2968.00;11.27;1431.00;1.57;0.20 -11569;3;1576.50;10.25;1630.00;-1.19;0.28 -11570;3;2925.50;15.50;1432.50;-1.42;0.20 -11571;3;1373.00;11.00;1749.50;1.10;0.82 -11572;3;3082.00;13.37;1405.00;-1.10;0.22 -11573;3;2898.00;11.00;1435.50;4.46;0.18 -11574;3;3092.00;10.40;1414.50;4.46;0.18 -11575;3;4986.00;9.80;1482.50;1.44;0.34 -11576;3;2853.00;10.80;1437.50;1.10;0.16 -11577;3;3101.00;9.97;1418.00;-1.24;0.18 -11578;3;3585.00;9.60;1455.00;1.89;0.28 -11579;3;3540.50;9.60;1457.00;1.29;0.28 -11580;3;3119.50;10.40;1416.50;1.76;0.20 -11581;3;3053.50;9.85;1433.00;-0.64;0.20 -11582;3;2806.00;9.70;1434.50;1.21;0.22 -11583;3;3129.50;10.80;1404.00;-1.19;0.18 -11584;3;2992.00;9.70;1428.00;4.71;0.26 -11585;3;1583.00;10.40;1642.50;4.54;0.28 -11586;3;3120.50;11.20;1409.00;4.71;0.20 -11587;3;2963.50;14.00;1439.50;-1.03;0.20 -11588;3;3180.00;9.70;1396.00;-1.32;0.24 -11589;3;1398.50;11.50;1581.50;-1.42;0.34 -11590;3;2919.00;12.47;1447.00;1.57;0.20 -11591;3;3661.50;9.60;1463.00;1.05;0.28 -11592;3;3155.50;15.70;1420.50;1.16;0.26 -11593;3;2873.50;10.80;1435.50;1.03;0.18 -11594;3;3077.00;10.15;1431.50;1.10;0.26 -11595;3;3016.00;9.75;1439.00;-1.10;0.22 -11596;3;2811.50;9.80;1454.50;4.39;0.18 -11597;3;3239.00;10.10;1391.00;4.71;0.24 -11598;3;2988.00;13.85;1439.50;1.10;0.20 -11599;3;3461.50;11.60;1370.50;1.46;0.24 -11600;3;2782.50;9.65;1451.00;1.95;0.24 -11601;3;2942.00;15.20;1452.50;0.92;0.16 -11602;3;1563.00;10.17;1653.00;4.39;0.28 -11603;3;3221.00;9.65;1402.00;-1.24;0.20 -11604;3;2931.50;14.00;1454.50;-0.78;0.16 -11605;3;3173.50;15.30;1421.50;-1.46;0.18 -11606;3;2858.50;9.80;1520.50;-1.42;0.24 -11607;3;5077.00;12.90;1796.00;0.24;1.84 -11608;3;3146.50;10.90;1433.50;1.03;0.24 -11609;3;3505.50;16.60;1370.50;1.42;0.24 -11610;3;3091.00;9.87;1438.00;1.57;0.18 -11611;3;2851.50;10.00;1455.50;1.03;0.20 -11612;3;3026.00;13.10;1447.50;4.58;0.12 -11613;3;2795.00;9.80;1461.00;4.71;0.20 -11614;3;3494.00;14.25;1381.50;1.40;0.24 -11615;3;2991.50;14.85;1452.00;4.71;0.20 -11616;3;2775.50;9.60;1459.50;4.51;0.18 -11617;3;3451.00;12.30;1380.50;1.40;0.24 -11618;3;2988.50;14.65;1457.00;0.89;0.20 -11619;3;3217.00;9.80;1422.50;1.40;0.22 -11620;3;2978.50;13.60;1468.00;4.71;0.16 -11621;3;1454.00;9.85;1509.00;0.58;0.28 -11622;3;3160.00;12.77;1437.00;-1.32;0.20 -11623;3;2951.50;12.75;1462.00;1.57;0.20 -11624;3;4916.00;12.65;1434.00;4.71;0.26 -11625;3;3102.50;9.80;1449.50;-1.37;0.22 -11626;3;4941.00;9.70;1423.00;1.24;0.28 -11627;3;3068.50;10.50;1454.50;1.71;0.24 -11628;3;2871.50;10.75;1460.00;4.33;0.22 -11629;3;4923.00;12.10;1446.00;4.39;0.26 -11630;3;3060.00;10.20;1458.00;1.10;0.22 -11631;3;2831.50;10.20;1463.50;0.78;0.20 -11632;3;3513.00;11.55;1395.50;4.54;0.24 -11633;3;3477.50;12.90;1397.00;1.95;0.28 -11634;3;3000.00;15.15;1465.50;1.73;0.24 -11635;3;1443.50;9.80;1511.00;1.57;0.34 -11636;3;3239.50;9.70;1417.00;1.57;0.16 -11637;3;1470.00;10.80;1570.00;4.71;0.20 -11638;3;2969.00;14.25;1467.00;0.78;0.24 -11639;3;3196.50;13.10;1436.50;1.16;0.22 -11640;3;2924.50;13.45;1470.00;4.71;0.18 -11641;3;729.00;9.50;790.00;-0.74;0.32 -11642;3;2905.50;11.20;1479.50;1.37;0.22 -11643;3;4908.50;9.80;1454.50;1.03;0.26 -11644;3;3140.50;9.80;1456.00;1.29;0.22 -11645;3;3540.00;10.50;1340.00;-1.24;0.26 -11646;3;3121.50;9.80;1451.50;-1.42;0.22 -11647;3;3436.00;10.85;1387.50;4.06;0.20 -11648;3;1572.50;10.95;1576.00;4.71;0.18 -11649;3;3325.50;9.70;1428.50;1.97;0.22 -11650;3;1606.50;11.30;1585.00;4.71;0.20 -11651;3;3037.00;13.20;1477.50;-1.10;0.20 -11652;3;3223.50;10.05;1426.00;4.71;0.18 -11653;3;2995.00;11.45;1481.00;0.78;0.22 -11654;3;787.00;9.50;797.50;-0.77;0.24 -11655;3;3220.00;13.32;1434.00;-0.78;0.18 -11656;3;1493.00;10.32;1582.00;4.71;0.32 -11657;3;3160.00;11.07;1406.00;-0.78;0.24 -11658;3;901.50;10.50;1515.00;-1.19;0.22 -11659;3;3141.50;10.25;1465.00;4.33;0.22 -11660;3;1637.50;11.20;1581.00;1.29;0.24 -11661;3;3493.50;12.25;1407.00;4.71;0.24 -11662;3;1651.00;11.17;1631.00;4.71;0.28 -11663;3;3096.00;9.80;1468.00;4.71;0.20 -11664;3;3456.00;16.85;1384.50;-1.10;0.26 -11665;3;1656.00;10.80;1604.00;4.71;0.22 -11666;3;3062.50;10.50;1477.50;1.03;0.22 -11667;3;1317.00;11.00;1708.50;1.26;0.52 -11668;3;3395.00;9.80;1416.50;1.73;0.20 -11669;3;1502.50;10.80;1602.00;1.29;0.34 -11670;3;3279.50;9.70;1446.50;-1.16;0.30 -11671;3;3682.50;12.60;1254.50;1.51;0.52 -11672;3;3221.00;10.85;1447.00;1.57;0.22 -11673;3;2675.50;10.80;1355.00;1.19;0.24 -11674;3;3529.00;12.15;1336.50;4.54;0.28 -11675;3;2687.00;13.15;1361.50;4.46;0.18 -11676;3;3172.50;11.40;1465.00;4.71;0.22 -11677;3;2690.00;12.30;1369.00;1.10;0.20 -11678;3;3471.00;11.55;1408.00;1.32;0.24 -11679;3;3095.50;10.00;1475.50;0.78;0.24 -11680;3;1592.50;11.70;1586.50;4.57;0.24 -11681;3;3436.00;10.20;1421.50;1.73;0.18 -11682;3;1588.00;10.80;1736.00;1.27;0.70 -11683;3;3305.00;9.50;1459.50;3.85;0.28 -11684;3;2735.50;13.70;1375.50;1.24;0.20 -11685;3;1471.00;10.70;1592.50;1.44;0.30 -11686;3;3256.50;9.90;1456.50;-1.37;0.26 -11687;3;3872.00;11.50;1321.50;-1.48;0.44 -11688;3;2751.00;12.10;1385.00;1.24;0.16 -11689;3;3201.50;13.50;1465.50;4.51;0.28 -11690;3;3511.00;11.45;1410.50;0.92;0.28 -11691;3;3155.50;9.90;1487.00;4.33;0.24 -11692;3;2684.00;11.87;1378.00;4.24;0.22 -11693;3;3501.50;11.30;1418.50;-1.46;0.22 -11694;3;3489.00;12.27;1424.00;1.57;0.18 -11695;3;1554.50;9.70;1597.50;1.68;0.26 -11696;3;3460.50;12.40;1417.50;1.46;0.26 -11697;3;2797.00;11.30;1382.50;0.58;0.24 -11698;3;929.50;14.10;1543.00;1.57;0.28 -11699;3;2810.00;11.05;1387.50;1.32;0.18 -11700;3;3356.50;9.70;1449.50;1.76;0.20 -11701;3;3608.50;9.70;1403.50;4.48;0.48 -11702;3;2826.00;10.10;1400.50;1.40;0.20 -11703;3;3297.50;9.70;1462.00;1.29;0.26 -11704;3;3546.50;10.85;1322.00;4.33;0.26 -11705;3;3257.00;10.10;1467.00;1.57;0.26 -11706;3;3543.00;9.60;1438.00;-1.10;0.22 -11707;3;2714.00;11.55;1387.00;4.71;0.20 -11708;3;3513.00;12.55;1340.00;1.24;0.28 -11709;3;2847.50;11.50;1404.50;4.51;0.22 -11710;3;2664.00;9.50;1378.50;4.46;0.28 -11711;3;2865.50;11.60;1400.50;-1.37;0.24 -11712;3;1056.00;13.30;1693.50;-1.36;0.56 -11713;3;2882.00;10.05;1407.50;4.54;0.16 -11714;3;731.00;9.50;803.00;-0.73;0.32 -11715;3;3331.00;9.70;1459.50;1.73;0.24 -11716;3;2878.00;11.45;1414.50;1.44;0.20 -11717;3;1423.50;10.30;1429.50;1.48;0.32 -11718;3;2831.00;10.10;1412.50;4.54;0.18 -11719;3;4970.50;12.00;1469.50;-1.37;0.26 -11720;3;2805.00;10.30;1412.50;4.54;0.20 -11721;3;2915.50;14.90;1406.50;-1.37;0.18 -11722;3;1651.00;11.55;1605.50;1.10;0.30 -11723;3;2935.50;11.10;1411.50;1.76;0.18 -11724;3;3505.50;9.70;1439.00;1.19;0.24 -11725;3;1539.50;12.30;1610.00;1.57;0.22 -11726;3;2946.50;10.55;1419.00;4.71;0.20 -11727;3;3467.50;9.80;1433.50;-1.16;0.20 -11728;3;1564.00;10.60;1642.00;1.57;0.28 -11729;3;3406.00;9.85;1424.00;1.57;0.20 -11730;3;2928.00;10.42;1419.00;4.71;0.16 -11731;3;1478.50;10.90;1623.50;-1.06;0.36 -11732;3;2870.00;9.80;1489.00;3.92;0.24 -11733;3;886.50;11.80;1589.00;1.29;0.34 -11734;3;2982.00;9.75;1416.50;1.44;0.14 -11735;3;3027.50;9.50;1422.00;2.44;0.32 -11736;3;3564.00;9.62;1440.00;4.71;0.24 -11737;3;2789.50;12.90;1343.50;-1.24;0.20 -11738;3;1601.50;9.70;1485.00;0.89;0.30 -11739;3;3435.50;11.80;1292.00;4.71;0.30 -11740;3;1635.00;9.70;1531.00;3.60;0.24 -11741;3;3105.50;12.60;1401.00;2.49;0.22 -11742;3;2767.50;12.50;1318.50;-1.37;0.20 -11743;3;1274.00;10.20;1435.00;-0.98;0.30 -11744;3;4774.50;10.40;1404.50;1.30;0.28 -11745;3;4914.50;12.75;1405.00;4.43;0.30 -11746;3;3360.50;9.65;1267.00;1.57;0.32 -11747;3;3319.50;11.95;1322.00;4.71;0.28 -11748;3;2819.50;9.50;1532.00;3.78;0.36 -11749;3;2702.00;12.30;1282.50;4.46;0.20 -11750;3;4879.50;10.15;1404.00;4.71;0.18 -11751;3;2993.00;9.50;1362.50;4.58;0.28 -11752;3;4583.00;12.75;1375.00;4.71;0.42 -11753;3;3446.00;14.60;1341.50;-1.10;0.30 -11754;3;3167.00;10.60;1391.50;4.54;0.22 -11755;3;2950.00;12.00;1324.50;-0.67;0.22 -11756;3;2713.00;12.85;1327.50;1.81;0.16 -11757;3;967.50;9.70;1429.50;4.17;0.48 -11758;3;1585.50;10.30;1541.00;4.71;0.18 -11759;3;3423.50;11.20;1281.50;0.54;0.38 -11760;3;1506.00;10.62;1548.00;1.24;0.28 -11761;3;4629.00;9.70;1316.50;1.40;0.24 -11762;3;3120.50;12.80;1353.50;-0.54;0.20 -11763;3;956.00;17.15;1482.00;1.57;0.44 -11764;3;4717.50;11.25;1337.00;1.29;0.24 -11765;3;4896.00;10.40;1417.50;-1.21;0.26 -11766;3;2769.00;13.77;1348.00;4.71;0.24 -11767;3;3116.50;13.10;1329.50;1.76;0.24 -11768;3;2675.50;9.80;1304.00;1.57;0.22 -11769;3;1580.00;11.20;1541.00;1.57;0.18 -11770;3;4779.50;12.20;1316.00;4.71;0.20 -11771;3;4729.50;9.70;1359.00;4.43;0.26 -11772;3;1200.50;13.00;1547.50;-0.62;0.42 -11773;3;2947.00;9.50;1309.50;1.93;0.24 -11774;3;3204.00;11.42;1344.00;1.57;0.20 -11775;3;4780.50;13.60;1336.50;4.39;0.22 -11776;3;1494.00;10.30;1541.50;4.54;0.28 -11777;3;4930.00;12.80;1425.50;1.40;0.26 -11778;3;3241.50;10.20;1317.50;1.03;0.26 -11779;3;2842.00;12.70;1364.50;1.73;0.18 -11780;3;2715.50;12.00;1314.50;-1.37;0.20 -11781;3;4786.50;13.05;1358.00;-1.19;0.24 -11782;3;1639.00;9.70;1548.00;-1.24;0.22 -11783;3;1585.50;10.40;1471.50;4.30;0.32 -11784;3;3306.50;13.30;1320.00;-1.05;0.22 -11785;3;1607.50;11.60;1549.50;-0.78;0.24 -11786;3;3139.00;12.57;1314.00;-1.10;0.22 -11787;3;3123.00;11.30;1425.00;-1.24;0.22 -11788;3;1329.00;11.52;1594.00;1.03;0.44 -11789;3;1561.50;10.60;1549.00;4.71;0.20 -11790;3;3009.50;12.90;1376.00;4.12;0.18 -11791;3;1485.00;10.32;1553.00;-0.98;0.34 -11792;3;3313.00;11.05;1296.50;-0.92;0.26 -11793;3;2802.00;10.60;1356.00;4.71;0.20 -11794;3;2879.50;10.80;1441.50;0.54;0.24 -11795;3;976.00;12.35;1440.00;4.46;0.30 -11796;3;3262.50;11.90;1294.00;1.57;0.20 -11797;3;3412.50;17.90;1309.00;-1.39;0.26 -11798;3;2705.00;11.40;1291.50;1.32;0.24 -11799;3;1631.50;9.90;1555.50;1.37;0.18 -11800;3;1553.00;10.40;1556.50;-1.44;0.24 -11801;3;4640.00;12.00;1348.50;4.58;0.32 -11802;3;1263.00;10.75;1480.50;4.62;0.36 -11803;3;3044.00;11.10;1345.00;1.57;0.20 -11804;3;2947.00;13.67;1367.00;2.03;0.22 -11805;3;2665.00;9.50;1304.50;1.73;0.22 -11806;3;2753.50;13.80;1349.50;1.37;0.20 -11807;3;2766.00;12.65;1295.50;-1.32;0.24 -11808;3;4746.00;10.25;1364.00;0.78;0.28 -11809;3;2741.50;12.75;1352.00;4.71;0.20 -11810;3;3353.00;12.62;1270.00;1.10;0.28 -11811;3;3277.50;10.80;1337.50;0.78;0.32 -11812;3;2760.50;12.30;1305.50;3.92;0.20 -11813;3;3183.00;12.55;1355.00;-1.24;0.24 -11814;3;1030.50;13.20;1450.50;0.91;0.46 -11815;3;4714.00;10.40;1348.00;0.78;0.22 -11816;3;3073.50;9.50;1383.50;-0.78;0.24 -11817;3;1604.50;10.30;1566.50;1.16;0.22 -11818;3;3166.50;10.05;1336.00;2.15;0.16 -11819;3;2813.00;11.75;1360.00;1.10;0.24 -11820;3;2729.00;11.20;1323.50;1.73;0.16 -11821;3;2801.00;12.35;1363.50;4.46;0.20 -11822;3;4641.00;10.40;1323.50;1.73;0.28 -11823;3;4809.50;14.70;1364.00;1.57;0.18 -11824;3;2940.00;9.70;1323.50;-0.67;0.22 -11825;3;2725.00;12.05;1355.00;4.71;0.16 -11826;3;3356.00;12.65;1321.50;1.69;0.26 -11828;3;4777.00;13.37;1338.00;1.10;0.24 -11829;3;3262.50;9.70;1342.50;4.57;0.18 -11830;3;1678.00;9.75;1576.00;4.71;0.28 -11831;3;3275.00;13.05;1315.50;1.81;0.20 -11832;3;3149.00;11.62;1366.00;1.24;0.16 -11833;3;2976.00;9.75;1381.00;2.03;0.26 -11834;3;2894.00;9.70;1385.50;1.10;0.22 -11835;3;4753.00;11.00;1324.00;2.03;0.24 -11836;3;4723.00;9.92;1383.00;1.57;0.32 -11837;3;3071.00;9.65;1334.50;-1.44;0.26 -11838;3;2798.00;12.87;1373.00;1.57;0.20 -11839;3;3343.50;12.70;1324.50;1.03;0.20 -11840;3;2697.50;14.10;1364.50;1.24;0.20 -11841;3;1580.50;9.85;1493.00;4.71;0.28 -11842;3;3230.00;9.95;1357.00;1.57;0.20 -11843;3;2699.50;12.60;1370.50;-0.78;0.20 -11844;3;3337.00;11.22;1310.00;2.35;0.28 -11845;3;3093.50;13.70;1380.50;1.37;0.18 -11846;3;3014.50;10.30;1351.50;1.37;0.26 -11847;3;5010.00;12.25;1327.00;-1.10;0.26 -11848;3;3230.00;9.90;1302.00;1.24;0.24 -11849;3;2884.00;9.75;1390.50;1.40;0.20 -11850;3;4790.50;12.80;1369.50;-1.03;0.22 -11851;3;2697.50;11.00;1294.50;0.78;0.24 -11852;3;2756.00;12.80;1368.50;-0.58;0.24 -11853;3;3445.50;17.25;1318.00;-1.35;0.24 -11854;3;2744.50;13.10;1372.00;4.71;0.16 -11855;3;4678.50;13.40;1358.50;1.16;0.36 -11856;3;3135.50;13.50;1343.50;1.76;0.20 -11857;3;3152.00;13.00;1371.00;-0.46;0.24 -11858;3;3107.00;13.40;1377.50;1.21;0.24 -11859;3;946.00;11.25;1443.50;1.93;0.40 -11860;3;3298.50;13.30;1290.50;-1.42;0.26 -11861;3;2997.00;11.45;1390.50;4.46;0.22 -11862;3;4818.00;12.60;1376.50;1.40;0.22 -11863;3;2752.50;11.90;1310.50;0.78;0.20 -11864;3;4783.50;11.20;1401.50;4.30;0.32 -11865;3;4489.50;12.80;1156.50;-1.46;0.42 -11866;3;3300.50;10.65;1345.00;-1.19;0.26 -11867;3;3253.50;11.40;1323.50;1.76;0.24 -11868;3;3160.50;12.40;1382.50;1.76;0.22 -11869;3;2819.00;9.85;1444.50;1.32;0.20 -11870;3;2772.50;13.75;1334.00;1.57;0.16 -11871;3;3416.50;10.55;1268.00;4.71;0.32 -11872;3;3086.50;13.70;1393.00;0.89;0.20 -11873;3;1581.50;10.15;1514.00;1.57;0.28 -11874;3;2945.00;10.00;1317.00;1.89;0.24 -11875;3;2890.50;10.25;1396.00;4.33;0.22 -11876;3;943.00;11.50;1451.50;1.47;0.20 -11877;3;2874.00;9.72;1394.00;-0.78;0.18 -11878;3;4810.50;14.00;1340.50;-1.16;0.26 -11879;3;4849.00;9.60;1376.50;-1.21;0.46 -11880;3;3462.50;14.40;1300.50;-0.40;0.32 -11881;3;3366.50;12.00;1345.50;-1.42;0.32 -11882;3;3018.00;12.50;1361.50;1.40;0.20 -11883;3;3316.00;12.45;1349.00;0.98;0.22 -11884;3;2782.00;12.07;1300.00;-1.10;0.24 -11885;3;2678.50;10.30;1316.50;-1.03;0.16 -11886;3;4674.50;11.95;1332.00;4.71;0.32 -11887;3;3153.00;11.75;1385.50;0.92;0.22 -11888;3;1581.50;11.75;1527.00;1.19;0.26 -11889;3;2989.00;11.65;1398.00;2.03;0.20 -11890;3;1496.50;10.80;1520.50;-1.48;0.24 -11891;3;2928.00;11.20;1400.00;2.03;0.22 -11892;3;1607.00;9.70;1517.50;3.14;0.28 -11893;3;4814.50;12.20;1395.50;4.57;0.30 -11894;3;3385.00;13.10;1339.00;0.78;0.30 -11895;3;3142.00;12.10;1305.00;4.71;0.22 -11896;3;4768.00;11.15;1324.50;-0.87;0.26 -11897;3;3354.50;12.70;1330.50;1.71;0.22 -11898;3;3248.50;11.70;1301.50;-1.42;0.22 -11899;3;3097.50;13.70;1396.50;1.76;0.22 -11900;3;1637.50;9.65;1537.00;1.19;0.24 -11901;3;3047.50;9.50;1404.50;1.16;0.26 -11902;3;1573.00;10.40;1700.50;-1.10;0.68 -11903;3;4696.00;10.10;1402.50;-1.40;0.30 -11904;3;4903.00;12.70;1394.00;4.71;0.30 -11905;3;3210.50;11.30;1345.50;-1.16;0.28 -11906;3;4835.50;12.50;1407.50;-1.42;0.26 -11907;3;3272.50;13.20;1283.00;0.46;0.20 -11908;3;4968.50;13.00;1254.50;-1.03;0.20 -11909;3;4447.50;10.40;967.50;1.89;0.20 -11910;3;3249.00;9.80;1153.00;1.57;0.30 -11911;3;4215.50;9.90;1013.00;3.30;0.30 -11912;3;4818.50;12.30;1266.00;4.71;0.20 -11913;3;4660.00;9.70;1176.50;4.46;0.20 -11914;3;4690.50;9.80;1015.00;2.67;0.22 -11915;3;4770.50;9.90;1294.00;4.71;0.20 -11916;3;4640.00;10.02;1197.00;1.57;0.18 -11917;3;3258.00;12.75;1272.50;1.44;0.20 -11918;3;4558.00;12.70;1063.00;-1.24;0.30 -11919;3;3362.00;10.45;1201.50;1.32;0.24 -11920;3;4672.50;10.70;1122.50;1.71;0.24 -11921;3;2969.00;10.15;1230.50;4.06;0.32 -11922;3;3332.00;10.80;1142.50;1.73;0.32 -11923;3;2805.00;10.45;1242.00;4.71;0.28 -11924;3;4121.00;14.00;973.00;0.58;0.42 -11925;3;4851.00;12.45;1188.50;1.40;0.16 -11926;3;4496.50;10.25;1011.00;4.71;0.22 -11927;3;1572.50;9.70;1433.50;1.42;0.36 -11929;3;4217.00;9.95;1035.50;1.10;0.28 -11930;3;4981.50;9.80;1287.50;3.92;0.22 -11931;3;4547.00;11.65;1225.50;-1.44;0.30 -11932;3;4780.17;9.70;1065.21;3.68;0.46 -11933;3;4608.00;9.70;1246.00;1.32;0.28 -11934;3;3184.50;11.10;714.50;-1.12;0.62 -11935;3;1471.00;9.50;611.00;-1.17;0.40 -11936;3;4451.00;9.95;967.50;4.46;0.20 -11937;3;4644.50;10.40;1148.50;1.37;0.28 -11938;3;4560.00;9.60;1006.50;4.54;0.26 -11939;3;2868.00;11.30;1260.00;1.57;0.24 -11940;3;3010.50;11.10;1155.50;4.60;0.36 -11941;3;4565.00;10.95;1028.50;0.67;0.28 -11942;3;1458.00;10.30;1385.00;1.81;0.28 -11943;3;2667.50;9.80;1188.00;4.03;0.48 -11944;3;4640.00;9.70;1293.50;1.73;0.22 -11945;3;4599.00;10.45;1050.50;1.10;0.34 -11946;3;4882.00;9.65;1222.50;3.73;0.16 -11947;3;4676.00;11.65;1113.00;1.24;0.24 -11948;3;4784.00;9.65;1225.50;2.76;0.24 -11949;3;4850.00;10.10;1174.50;1.81;0.18 -11950;3;4029.00;11.00;945.50;-1.10;0.30 -11951;3;3162.00;9.70;1141.50;-1.10;0.42 -11952;3;3956.50;9.85;1005.00;1.22;0.28 -11953;3;2915.00;14.12;1246.00;4.71;0.28 -11954;3;3123.00;11.00;1174.50;1.32;0.20 -11955;3;4022.00;11.35;1128.50;1.69;0.34 -11956;3;2767.50;14.25;1273.00;1.95;0.18 -11957;3;2970.00;10.30;1197.00;-1.10;0.40 -11958;3;4806.00;12.00;1296.50;2.21;0.24 -11959;3;4692.50;14.00;1040.50;1.37;0.22 -11960;3;4929.00;10.65;1226.00;0.98;0.24 -11961;3;4638.50;10.85;1100.00;0.89;0.30 -11962;3;4616.00;10.35;1269.50;4.54;0.24 -11963;3;4511.50;11.00;957.00;1.29;0.30 -11964;3;3293.00;9.70;1164.50;-1.32;0.22 -11965;3;3150.50;9.55;1269.00;4.03;0.24 -11966;3;4262.50;12.00;1009.00;4.71;0.30 -11967;3;3221.00;10.10;1158.00;-0.98;0.32 -11968;3;4226.50;10.00;1028.50;2.11;0.28 -11969;3;2963.50;9.70;1266.50;2.94;0.18 -11970;3;3344.00;10.15;1156.50;-1.32;0.16 -11971;3;1358.50;10.30;1595.00;1.07;0.38 -11972;3;4436.50;14.50;1109.50;-1.46;0.36 -11973;3;4638.50;11.20;1213.50;1.42;0.22 -11974;3;3289.50;10.30;1091.50;1.42;0.26 -11975;3;1530.00;9.70;1396.00;4.46;0.44 -11976;3;3369.50;12.05;1138.00;-1.29;0.36 -11977;3;4800.00;12.55;1249.50;1.40;0.26 -11978;3;4115.50;10.25;959.00;4.19;0.32 -11979;3;3331.50;10.20;1156.50;1.37;0.20 -11980;3;4625.00;9.75;1281.00;-1.24;0.26 -11981;3;4527.00;9.60;994.00;-1.10;0.24 -11982;3;2335.00;9.50;588.50;-1.32;0.20 -11983;3;4533.50;10.05;1013.00;1.57;0.26 -11984;3;3333.50;11.00;1236.50;2.35;0.40 -11985;3;4855.50;10.45;1217.00;2.24;0.24 -11986;3;4654.00;9.80;1059.50;4.46;0.24 -11987;3;2735.50;14.80;1211.00;1.35;0.30 -11988;3;4589.00;10.60;1117.50;-1.10;0.30 -11989;3;4966.00;12.70;1262.00;-1.10;0.34 -11990;3;4526.50;9.70;952.50;1.42;0.34 -11991;3;4678.50;10.80;1141.00;4.71;0.26 -11992;3;4785.00;9.70;1260.50;1.40;0.28 -11993;3;3969.00;10.00;998.50;-0.67;0.34 -11994;3;4648.00;9.70;1168.50;1.40;0.26 -11995;3;4026.50;10.90;1023.50;1.06;0.50 -11996;3;4620.50;9.70;1292.00;4.33;0.26 -11997;3;4881.00;9.70;1196.50;2.26;0.24 -11998;3;3083.00;9.70;1332.00;4.24;0.22 -11999;3;3325.50;10.20;1040.50;1.76;0.24 -12000;3;2955.00;10.10;1191.00;4.71;0.36 -12001;3;3132.00;10.10;1301.50;-1.40;0.24 -12002;3;3324.00;12.25;1089.50;0.87;0.42 -12003;3;3030.50;9.50;1249.00;2.15;0.16 -12004;3;3297.50;9.90;1138.50;-1.42;0.32 -12005;3;3977.00;13.15;1172.50;1.69;0.44 -12006;3;4850.50;10.50;1181.50;1.03;0.14 -12007;3;4963.50;9.50;1270.50;3.92;0.30 -12008;3;4433.00;11.22;1011.00;4.71;0.36 -12009;3;3029.50;11.45;1161.00;-0.89;0.22 -12010;3;4238.00;9.90;1018.00;1.89;0.36 -12011;3;4815.00;12.90;1274.50;-1.32;0.20 -12012;3;4579.00;9.70;1203.50;1.44;0.36 -12013;3;3265.50;11.10;1268.50;-1.03;0.26 -12014;3;4563.00;11.20;1052.50;-1.40;0.34 -12015;3;4637.00;11.20;1237.50;4.46;0.18 -12016;3;3282.00;12.60;1275.00;1.19;0.22 -12017;3;4536.50;10.30;1092.00;1.15;0.34 -12018;3;2799.50;14.00;1202.00;1.92;0.52 -12019;3;4648.50;13.50;1136.00;1.57;0.22 -12020;3;2832.50;14.45;1234.00;2.09;0.32 -12021;3;437.50;12.20;991.00;2.24;0.34 -12022;3;3025.00;12.95;1032.00;-0.38;1.32 -12023;3;4519.00;11.70;1018.50;4.58;0.22 -12024;3;1267.00;11.55;1509.00;1.10;0.38 -12025;3;3157.00;9.90;1176.50;4.24;0.30 -12026;3;4610.00;10.25;1310.00;1.24;0.26 -12027;3;4689.00;14.47;1031.00;4.71;0.22 -12028;3;4900.50;9.65;1207.00;2.49;0.18 -12029;3;3372.50;11.05;1253.00;0.64;0.32 -12030;3;4615.00;10.40;1081.50;4.54;0.28 -12031;3;4904.00;9.65;1228.50;-1.40;0.20 -12032;3;4849.71;10.10;1169.37;3.38;0.22 -12033;3;3207.50;10.00;1152.00;4.33;0.30 -12034;3;2914.00;13.65;1233.00;1.57;0.36 -12035;3;4144.50;10.65;1028.00;1.57;0.28 -12036;3;4630.00;9.70;1181.50;0.51;0.22 -12037;3;3890.00;9.70;1008.50;4.06;0.34 -12038;3;2769.00;11.60;1267.50;3.73;0.20 -12039;3;2988.00;9.70;1189.50;-1.40;0.30 -12040;3;4779.50;9.70;1287.00;4.71;0.22 -12041;3;3958.50;9.90;1124.00;-1.27;0.46 -12042;3;2723.50;15.90;1197.50;-1.46;0.32 -12043;3;4650.50;9.70;1313.50;1.71;0.28 -12044;3;3298.00;10.55;1078.50;0.87;0.32 -12045;3;4646.00;12.10;1258.50;1.40;0.24 -12046;3;3498.00;9.97;1200.00;2.03;0.44 -12047;3;3027.00;11.37;1276.00;4.71;0.20 -12048;3;4460.50;9.65;990.00;1.29;0.24 -12049;3;3308.50;9.70;1153.50;0.54;0.16 -12050;3;4187.50;9.90;1019.50;-1.37;0.20 -12051;3;2909.00;12.52;1256.00;-0.98;0.24 -12052;3;4691.00;9.85;1169.50;4.46;0.20 -12053;3;4532.50;13.10;1081.00;4.71;0.30 -12054;3;1578.50;9.70;1455.50;4.57;0.34 -12055;3;4644.50;9.80;1219.00;1.35;0.20 -12056;3;5000.50;12.70;1306.50;4.51;0.26 -12057;3;4638.00;12.80;1067.50;-1.40;0.24 -12058;3;3180.00;10.77;1237.00;1.10;0.20 -12059;3;4674.50;11.60;1131.50;-1.42;0.24 -12060;3;4816.50;9.70;1235.50;1.71;0.14 -12061;3;4642.00;10.30;1159.50;1.40;0.28 -12062;3;4586.00;10.85;1273.50;-1.40;0.24 -12063;3;4151.50;9.70;989.00;4.43;0.28 -12064;3;3257.00;14.80;194.50;1.15;0.72 -12065;3;4463.50;10.55;1011.00;0.89;0.34 -12066;3;3062.00;10.35;1298.00;1.57;0.24 -12067;3;4684.50;9.70;1206.50;1.03;0.22 -12068;3;4688.00;11.80;1021.00;1.57;0.22 -12069;3;4621.50;9.70;1240.00;1.19;0.26 -12070;3;2692.50;9.75;1276.00;0.98;0.20 -12071;3;3317.00;10.10;1068.50;-1.10;0.28 -12072;3;4967.00;11.65;1243.50;-1.32;0.26 -12073;3;3336.50;12.40;1129.50;-1.46;0.38 -12074;3;4664.50;11.30;1267.00;1.57;0.26 -12075;3;4439.50;10.90;994.00;4.03;0.32 -12076;3;4696.50;10.60;1159.50;4.57;0.16 -12077;3;4553.50;10.10;1008.50;1.16;0.22 -12078;3;4578.00;12.55;1282.50;-1.32;0.24 -12079;3;3146.50;9.80;1159.00;0.89;0.28 -12080;3;3982.00;10.52;1014.00;-1.32;0.36 -12081;3;2750.50;13.55;1295.00;1.19;0.16 -12082;3;3028.00;10.65;1096.00;-1.40;0.92 -12083;3;2760.00;11.95;1290.00;1.10;0.20 -12084;3;4642.00;11.40;1055.50;0.87;0.22 -12085;3;4789.00;9.90;1231.00;4.39;0.26 -12086;3;4554.50;9.60;1139.50;1.24;0.34 -12087;3;2724.50;11.50;1233.50;4.51;0.26 -12088;3;3092.00;10.10;1144.00;3.92;0.28 -12089;3;4816.50;11.90;1253.50;1.76;0.20 -12090;3;4260.50;9.70;981.50;2.60;0.38 -12091;3;3225.00;9.80;1145.50;1.69;0.28 -12092;3;3950.50;9.80;1031.50;2.35;0.38 -12093;3;4650.50;9.70;1279.50;1.37;0.24 -12094;3;3135.50;11.00;1184.50;0.78;0.20 -12095;3;4573.00;9.80;1031.50;-1.44;0.30 -12096;3;3262.00;9.67;1261.00;3.73;0.24 -12097;3;4952.00;9.72;1228.00;4.39;0.20 -12098;3;3070.50;10.15;1307.00;0.89;0.22 -12099;3;3280.00;10.05;1070.00;1.01;0.78 -12100;3;2757.50;11.50;1230.00;4.71;0.28 -12101;3;3370.00;13.20;1113.00;1.10;0.52 -12102;3;3811.00;10.40;1662.00;1.68;0.30 -12104;3;4876.50;10.50;433.50;1.71;0.32 -12105;3;3977.00;11.30;897.50;-1.44;0.32 -12106;3;3809.00;10.30;1650.50;1.48;0.34 -12107;3;5035.50;10.65;536.00;4.71;0.34 -12108;3;3702.00;10.22;1458.00;4.54;0.48 -12109;3;4503.00;12.82;855.00;1.57;0.20 -12110;3;4590.00;9.97;600.00;-0.46;0.22 -12111;3;3907.50;10.40;1511.50;1.50;0.46 -12112;3;4723.50;9.50;808.00;4.12;0.22 -12114;3;4052.50;10.00;940.50;-1.03;0.40 -12115;3;3819.00;9.90;1554.00;1.19;0.38 -12116;3;4743.50;9.95;754.00;4.33;0.28 -12117;3;3697.50;12.00;1622.00;-0.84;0.36 -12118;3;4739.50;9.50;821.00;3.01;0.12 -12119;3;4017.00;16.95;1323.50;1.42;0.58 -12120;3;5428.50;9.50;399.50;3.06;0.36 -12121;3;3877.00;10.30;1479.50;1.32;0.54 -12122;3;4365.00;9.65;852.00;2.03;0.20 -12123;3;5046.00;9.90;531.00;4.12;0.34 -12124;3;985.00;12.90;1681.50;-1.17;0.50 -12125;3;4340.00;9.85;895.50;0.67;0.28 -12126;3;4305.88;9.50;687.36;3.90;0.98 -12127;3;4312.00;10.80;930.50;4.06;0.20 -12128;3;3653.00;10.45;1554.50;-1.21;0.26 -12129;3;4512.00;9.70;667.00;4.12;0.36 -12130;3;3695.50;10.20;1631.50;1.03;0.36 -12131;3;4383.50;10.70;750.00;0.24;0.22 -12132;3;5387.00;10.50;305.00;4.12;0.20 -12133;3;4456.50;9.80;805.50;1.37;0.22 -12134;3;940.00;15.30;1568.50;-1.15;0.40 -12135;3;5089.50;10.10;521.50;2.35;0.28 -12136;3;4946.50;9.70;1517.50;4.51;0.30 -12137;3;4057.00;10.05;1081.00;0.92;0.38 -12138;3;4403.50;9.50;591.00;-1.29;0.32 -12139;3;3795.50;9.80;1491.50;-1.37;0.52 -12141;3;4423.50;10.50;1139.00;1.29;0.34 -12142;3;3991.00;10.70;933.50;1.10;0.30 -12143;3;3791.00;9.80;1547.00;4.71;0.50 -12144;3;4376.00;9.70;748.00;1.89;0.24 -12145;3;1246.50;11.10;1729.00;4.71;0.48 -12146;3;4001.50;11.70;849.00;4.71;0.40 -12147;3;1637.00;10.00;1921.00;0.13;2.84 -12148;3;464.00;11.97;366.00;1.57;0.22 -12149;3;1688.00;9.75;1679.00;-1.10;0.38 -12150;3;4478.50;10.50;845.50;-1.16;0.32 -12151;3;4742.96;9.50;515.22;1.68;0.18 -12152;3;3960.00;9.80;1519.00;4.71;0.48 -12153;3;4730.50;9.50;803.00;-0.89;0.14 -12154;3;5081.00;9.65;562.50;2.21;0.28 -12155;3;927.00;11.65;1654.00;1.03;0.40 -12156;3;4501.00;13.15;1221.50;0.85;0.40 -12157;3;3755.50;10.10;1609.00;0.98;0.40 -12158;3;4759.00;9.92;745.00;4.39;0.24 -12160;3;4759.50;11.10;784.50;-1.37;0.18 -12161;3;3800.00;9.90;1308.50;0.85;0.50 -12162;3;4654.16;11.30;513.25;-0.58;0.26 -12163;3;3707.00;9.70;1440.00;1.57;0.44 -12164;3;4043.00;10.52;831.00;3.92;0.28 -12165;3;4449.00;9.77;575.00;-1.24;0.26 -12166;3;1030.00;11.90;1848.00;4.49;0.70 -12167;3;4472.50;10.40;869.00;1.19;0.26 -12168;3;4412.00;9.90;654.50;1.69;0.32 -12169;3;2812.50;11.60;1383.50;-1.42;0.18 -12170;3;3797.00;9.80;1525.50;1.22;0.50 -12171;3;4618.00;10.87;727.00;1.32;0.26 -12172;3;3641.50;10.50;1600.50;-1.42;0.32 -12173;3;4381.50;9.80;895.00;1.78;0.26 -12174;3;4122.00;9.72;1677.00;-1.10;0.34 -12175;3;3649.50;10.00;1748.00;4.71;0.38 -12176;3;4490.50;13.10;833.50;1.16;0.30 -12177;3;3866.50;10.70;1457.50;1.49;0.58 -12179;3;3708.50;9.80;1476.50;1.24;0.48 -12180;3;4055.00;9.55;867.00;1.10;0.22 -12181;3;4388.50;9.70;649.00;0.89;0.34 -12182;3;3973.50;11.70;938.00;1.41;0.32 -12183;3;929.50;10.40;1640.50;1.24;0.32 -12184;3;4411.00;10.20;645.50;-1.48;0.24 -12185;3;3831.50;10.10;1608.00;1.57;0.38 -12186;3;4625.50;11.25;733.00;-0.98;0.34 -12187;3;3698.00;10.35;1737.50;1.47;0.48 -12188;3;4767.50;10.50;787.50;-1.42;0.20 -12189;3;4920.50;9.80;1476.50;1.06;0.36 -12190;3;4770.00;11.50;509.00;2.03;0.18 -12191;3;4421.50;12.30;839.00;-0.64;0.22 -12192;3;4924.50;9.70;1494.00;0.69;0.42 -12193;3;5086.50;12.60;552.50;-1.16;0.40 -12194;3;3890.00;10.40;1498.50;1.49;0.52 -12195;3;4390.00;10.30;882.00;-1.32;0.30 -12196;3;4632.50;10.30;649.00;4.03;0.28 -12197;3;4295.50;10.90;920.50;-0.50;0.20 -12198;3;3758.50;9.90;1525.00;-1.27;0.50 -12199;3;4406.50;10.60;729.50;-1.03;0.26 -12200;3;3717.50;15.80;1573.50;1.68;0.40 -12201;3;4352.50;10.00;786.50;0.54;0.24 -12202;3;1713.00;10.15;1641.50;0.87;0.38 -12203;3;3643.50;9.80;1690.50;1.76;0.26 -12204;3;4497.00;10.22;831.00;4.39;0.24 -12205;3;1604.50;10.50;1667.50;0.78;0.36 -12206;3;4743.50;10.50;500.00;3.60;0.18 -12208;3;3974.50;13.45;885.00;1.57;0.28 -12209;3;4430.50;10.70;573.50;2.11;0.34 -12210;3;4472.50;12.25;904.00;1.19;0.32 -12211;3;875.50;10.35;1644.00;-1.39;0.32 -12212;3;4413.00;9.80;628.50;1.69;0.28 -12213;3;4697.00;9.92;944.00;4.71;0.30 -12214;3;923.00;12.32;1689.00;1.40;0.34 -12215;3;4380.00;9.80;718.50;1.81;0.16 -12216;3;3698.00;10.75;1673.00;1.37;0.38 -12217;3;4754.50;12.85;776.00;4.71;0.18 -12218;3;3878.50;11.80;1274.00;-1.22;0.44 -12220;3;4361.00;9.60;840.50;-1.32;0.16 -12221;3;1715.50;11.20;1660.00;-0.98;0.32 -12222;3;5152.50;9.75;554.00;2.15;0.16 -12223;3;1687.50;11.05;1698.00;1.75;0.44 -12224;3;4388.00;9.70;871.50;-1.21;0.24 -12225;3;4620.50;9.75;626.00;0.89;0.30 -12226;3;4006.50;11.60;949.00;4.71;0.36 -12227;3;3738.50;10.00;1516.00;-0.84;0.40 -12228;3;4642.00;9.65;717.00;4.46;0.26 -12229;3;3763.50;10.00;1590.50;-1.48;0.44 -12230;3;4344.00;9.70;785.50;2.46;0.22 -12231;3;827.50;9.70;1761.50;-1.49;0.66 -12232;3;4478.00;9.70;821.00;4.24;0.18 -12233;3;3703.50;9.90;1416.50;-1.46;0.48 -12234;3;4680.50;10.10;492.50;4.20;0.36 -12235;3;3667.50;9.70;1468.50;-0.95;0.36 -12236;3;4705.97;9.70;872.38;1.21;0.26 -12237;3;5099.00;9.75;542.50;0.92;0.20 -12238;3;4330.50;9.80;926.00;-0.98;0.22 -12239;3;3856.50;12.85;1274.00;-1.15;0.44 -12240;3;5045.50;10.10;589.00;4.33;0.28 -12241;3;4084.50;12.00;955.00;4.71;0.28 -12242;3;3656.00;10.25;1566.50;1.73;0.24 -12243;3;4635.50;9.70;709.00;1.57;0.18 -12244;3;3647.00;9.90;1664.50;1.10;0.26 -12245;3;4762.50;11.95;778.00;4.71;0.20 -12247;3;4021.50;10.60;814.50;-1.16;0.24 -12248;3;3871.50;10.80;1260.50;1.64;0.42 -12249;3;4489.00;9.90;547.50;1.44;0.26 -12250;3;3902.50;17.90;1299.50;1.89;0.32 -12252;3;4614.00;10.65;616.00;4.46;0.28 -12253;3;4690.50;10.40;913.50;1.37;0.18 -12254;3;3673.50;10.90;1490.00;1.05;0.42 -12255;3;4401.50;10.10;700.50;0.40;0.18 -12256;3;4314.50;10.55;955.00;0.89;0.26 -12257;3;3816.00;9.85;1571.50;-1.17;0.46 -12258;3;4080.00;10.50;762.50;1.73;0.28 -12259;3;822.00;11.35;1748.00;1.42;0.36 -12260;3;4447.50;9.70;831.00;4.71;0.24 -12261;3;4884.50;10.50;1502.50;-1.24;0.48 -12262;3;4380.50;13.30;1033.50;1.97;0.32 -12263;3;4928.50;10.30;1517.50;-1.46;0.54 -12264;3;4405.00;9.85;877.00;-1.19;0.22 -12266;3;3844.50;10.40;1520.50;2.23;0.48 -12267;3;4297.50;10.45;909.00;2.24;0.24 -12268;3;4435.50;9.70;606.50;4.57;0.26 -12269;3;3954.00;10.92;940.00;1.57;0.30 -12270;3;3662.50;10.10;1566.50;4.57;0.30 -12271;3;4413.50;10.20;693.00;0.64;0.20 -12272;3;835.50;11.15;1736.00;2.24;0.40 -12273;3;4756.50;10.85;768.00;1.57;0.22 -12274;3;4472.50;10.60;1169.00;1.57;0.32 -12275;3;3999.00;12.55;827.50;4.24;0.26 -12276;3;1617.00;9.90;1657.50;1.67;0.40 -12277;3;4529.00;11.57;533.00;1.32;0.22 -12278;3;1515.50;10.20;1663.50;4.20;0.54 -12279;3;4731.32;10.30;863.37;2.35;0.24 -12280;3;4569.50;10.20;606.50;-1.42;0.28 -12281;3;871.00;9.80;1615.50;-1.44;0.40 -12282;3;4419.50;14.40;1049.50;3.92;0.42 -12283;3;4557.00;10.35;684.50;1.67;0.30 -12284;3;4293.00;10.15;938.00;0.78;0.24 -12285;3;3839.00;10.30;1566.00;1.32;0.44 -12286;3;4361.00;9.67;768.00;1.57;0.20 -12287;3;3755.50;10.50;1639.00;1.41;0.30 -12288;3;4458.50;9.70;819.50;1.24;0.24 -12289;3;1769.50;9.80;1667.00;-1.35;0.42 -12290;3;4898.50;10.20;457.50;4.57;0.32 -12291;3;1728.00;10.65;1694.50;-0.99;0.56 -12292;3;4349.00;9.90;850.00;0.78;0.40 -12293;3;4535.50;10.30;532.50;-1.37;0.26 -12294;3;3727.50;9.80;1489.50;1.30;0.40 -12295;3;3983.00;11.05;919.50;1.47;0.34 -12296;3;4444.50;10.30;596.50;-1.37;0.20 -12297;3;4456.50;10.60;939.00;-1.19;0.28 -12298;3;3666.50;11.10;1554.00;4.71;0.28 -12299;3;4420.50;9.60;670.50;4.17;0.18 -12300;3;4547.00;15.25;1296.00;4.71;0.36 -12301;3;1223.00;11.50;1411.00;-0.46;0.46 -12302;3;4375.00;10.30;672.50;1.10;0.32 -12303;3;990.00;12.17;1442.00;-1.32;0.38 -12304;3;1607.50;9.70;1160.50;2.11;0.22 -12305;3;1406.50;9.80;1515.00;1.84;0.30 -12306;3;1759.50;11.30;224.50;1.22;0.68 -12307;3;4124.00;10.60;1020.00;4.71;0.34 -12308;3;5128.00;10.90;281.50;-0.96;0.42 -12309;3;3515.00;10.75;1348.00;-0.46;0.24 -12310;3;4549.00;10.22;1099.00;1.10;0.36 -12311;3;4841.00;10.02;391.00;-0.86;0.62 -12312;3;1424.50;10.50;1584.00;1.57;0.22 -12313;3;1347.00;9.67;1364.00;4.51;0.34 -12314;3;3898.50;11.10;1267.50;1.93;0.52 -12315;3;4891.00;13.30;634.50;2.03;0.34 -12316;3;3426.50;10.95;1215.00;1.29;0.38 -12317;3;4329.50;10.80;949.50;0.11;0.22 -12318;3;3464.50;15.85;1290.00;4.49;0.28 -12319;3;4414.00;12.22;1009.00;-1.32;0.28 -12320;3;3500.50;12.20;1323.50;-0.54;0.24 -12321;3;1810.50;10.00;212.50;2.35;0.66 -12322;3;4299.00;11.30;1093.00;1.19;0.50 -12323;3;4657.00;10.10;266.00;1.47;0.54 -12324;3;3729.50;9.70;1356.00;-1.05;0.40 -12325;3;1497.50;10.30;1377.50;1.34;0.28 -12326;3;4849.00;10.20;428.00;4.33;0.62 -12327;3;4388.00;17.65;1284.50;-0.72;0.52 -12328;3;1404.50;10.40;1420.50;1.03;0.40 -12329;3;3837.50;10.50;1421.50;4.20;0.50 -12330;3;4680.50;11.65;605.00;1.29;0.22 -12331;3;4543.00;13.92;1364.00;0.92;0.62 -12332;3;4421.00;9.90;948.50;-1.27;0.32 -12333;3;3712.50;13.50;1287.00;-1.31;0.56 -12334;3;2137.50;10.20;514.50;1.20;0.44 -12335;3;4283.00;10.00;1021.00;-0.78;0.36 -12336;3;1946.50;9.70;299.50;1.99;0.38 -12337;3;4700.00;10.05;1414.00;-1.40;0.32 -12338;3;4198.00;14.10;1082.50;1.48;0.32 -12339;3;4889.50;10.10;431.00;0.89;0.38 -12340;3;3892.50;10.60;1387.00;4.41;0.54 -12341;3;1287.50;10.40;1365.50;-1.14;0.46 -12342;3;4863.00;10.20;1453.00;-1.32;0.36 -12343;3;4388.00;10.45;636.00;-1.32;0.28 -12344;3;4565.00;14.10;1280.50;4.54;0.30 -12345;3;4373.00;10.15;926.50;-1.44;0.24 -12346;3;1379.50;10.20;1487.50;-1.42;0.42 -12347;3;1612.00;9.70;1205.50;4.42;0.36 -12348;3;4621.00;12.95;1387.50;-0.85;0.48 -12349;3;1793.50;10.00;177.50;1.21;0.68 -12350;3;4570.50;10.00;1083.50;1.76;0.24 -12351;3;1872.00;9.70;301.00;1.03;0.44 -12352;3;5016.50;9.60;1395.50;4.51;0.30 -12353;3;1516.50;10.30;1366.00;1.35;0.30 -12354;3;5029.00;9.95;392.50;1.78;0.54 -12355;3;4825.50;11.10;1427.00;1.84;0.34 -12356;3;4503.50;13.10;1257.50;-1.49;0.42 -12357;3;1421.50;10.55;1597.00;4.71;0.40 -12358;3;4677.00;12.35;628.50;0.38;0.32 -12359;3;3655.00;9.70;1287.00;3.46;0.42 -12360;3;4421.00;9.90;915.50;1.10;0.40 -12361;3;1359.00;10.22;1516.00;1.16;0.44 -12362;3;5561.50;9.50;199.00;3.60;0.20 -12363;3;4338.00;12.45;1029.50;1.65;0.36 -12364;3;1879.00;9.70;289.50;-1.44;0.40 -12365;3;1384.00;10.90;1534.50;4.54;0.28 -12366;3;4252.00;13.72;1076.00;1.73;0.30 -12367;3;5057.50;13.10;369.50;0.95;0.42 -12368;3;1418.00;10.00;1572.50;-1.44;0.28 -12369;3;1267.50;9.70;1299.50;-1.30;0.38 -12370;3;3965.50;16.75;1329.00;-1.36;0.48 -12371;3;5002.00;10.80;603.00;1.57;0.26 -12372;3;3453.00;10.30;1223.50;-1.40;0.44 -12373;3;4404.50;10.30;908.50;1.42;0.36 -12374;3;993.50;12.05;1411.00;0.86;0.36 -12375;3;4106.50;12.10;1007.50;1.16;0.40 -12376;3;3478.00;14.75;1320.00;4.71;0.26 -12377;3;5081.50;10.10;158.50;-1.48;0.48 -12378;3;4542.00;11.10;1055.50;-1.44;0.32 -12379;3;1892.50;9.70;274.50;-1.16;0.34 -12380;3;3497.00;15.25;1339.50;4.46;0.18 -12381;3;1532.00;9.70;1367.00;1.89;0.32 -12382;3;5063.50;11.50;349.00;1.23;0.44 -12383;3;3674.00;9.90;1375.00;2.35;0.40 -12384;3;1493.00;9.95;1427.50;1.73;0.26 -12385;3;3950.00;10.50;1412.50;0.83;0.52 -12386;3;4878.50;10.55;603.00;3.86;0.54 -12387;3;3456.50;10.60;1276.50;1.97;0.28 -12388;3;4397.50;10.30;895.00;4.71;0.30 -12389;3;2819.50;9.50;1517.50;1.16;0.28 -12390;3;3898.50;9.85;1702.00;4.53;0.50 -12391;3;3054.00;12.70;391.00;-1.27;1.18 -12392;3;4407.50;12.10;1001.00;1.22;0.36 -12393;3;3722.50;10.20;1838.00;1.86;0.60 -12394;3;1860.00;9.95;264.50;1.17;0.50 -12395;3;4237.00;10.55;1062.00;-1.24;0.34 -12396;3;2007.50;11.70;389.50;-1.24;0.52 -12397;3;3880.00;11.20;1389.50;1.48;0.54 -12398;3;1395.00;9.70;1352.00;4.51;0.26 -12399;3;970.50;16.10;1524.00;4.71;0.64 -12400;3;5029.50;10.55;592.00;4.49;0.46 -12401;3;1347.50;10.30;1395.50;1.16;0.32 -12402;3;4433.00;10.00;897.50;1.27;0.38 -12403;3;4578.50;13.70;1344.50;1.49;0.42 -12404;3;4304.00;10.25;993.00;0.78;0.30 -12405;3;1583.00;12.47;1558.00;1.57;0.20 -12406;3;5128.00;10.00;143.50;-1.10;0.32 -12407;3;4536.50;12.10;1067.50;1.71;0.30 -12408;3;4523.50;11.55;1191.00;-0.98;0.26 -12409;3;1845.00;10.30;249.00;1.37;0.44 -12410;3;1309.50;10.05;1351.00;1.95;0.44 -12411;3;5072.00;10.10;332.00;4.71;0.50 -12412;3;4797.00;10.42;1428.00;4.51;0.20 -12413;3;3458.50;10.60;1206.50;1.13;0.44 -12414;3;4505.50;11.40;1138.50;-1.46;0.38 -12415;3;4401.50;10.65;612.00;1.57;0.30 -12416;3;3438.00;10.70;1270.50;1.21;0.28 -12417;3;4444.50;10.20;884.00;-1.19;0.30 -12418;3;1347.50;10.20;1581.50;0.78;0.42 -12419;3;3148.50;12.75;152.00;1.13;0.68 -12420;3;4077.50;10.80;987.50;1.06;0.36 -12421;3;5025.50;11.10;1390.50;4.57;0.24 -12422;3;2156.00;11.05;626.00;-1.19;0.48 -12423;3;4229.00;10.30;1055.50;1.73;0.40 -12424;3;5100.00;10.55;314.00;1.19;0.40 -12425;3;982.00;13.75;1487.50;-1.49;0.54 -12426;3;4594.50;9.90;1176.00;4.33;0.30 -12427;3;4121.50;13.20;1504.00;-0.73;0.42 -12428;3;5058.50;13.10;565.00;0.84;0.52 -12429;3;1413.50;10.40;1405.00;4.71;0.30 -12430;3;3889.50;17.05;1311.00;-1.39;0.34 -12431;3;4422.50;9.90;889.50;4.60;0.26 -12432;3;4571.00;13.45;1319.50;0.87;0.36 -12433;3;4409.00;11.75;987.50;1.10;0.30 -12434;3;3568.50;9.70;1310.50;0.91;0.40 -12435;3;5118.00;12.62;135.00;1.24;0.40 -12436;3;4488.50;10.85;1052.00;1.57;0.32 -12437;3;1450.50;9.90;1526.00;1.29;0.32 -12438;3;2073.50;12.00;523.00;0.94;0.46 -12439;3;1540.50;9.70;1342.50;1.71;0.34 -12440;3;1924.50;10.10;356.50;0.96;0.56 -12441;3;3491.00;14.70;1340.00;1.57;0.24 -12442;3;3394.50;13.15;1218.00;-1.35;0.32 -12443;3;4871.00;10.02;1443.00;-1.24;0.30 -12444;3;4706.50;10.20;583.50;3.54;0.30 -12445;3;1564.50;10.70;1473.50;1.48;0.22 -12446;3;5025.50;9.80;1450.50;-1.48;0.56 -12447;3;4456.50;9.80;863.50;1.16;0.30 -12448;3;4569.50;14.10;1385.00;1.45;0.44 -12449;3;4299.00;10.10;978.50;-1.40;0.24 -12450;3;3511.00;13.65;1325.50;-1.44;0.26 -12451;3;5126.00;10.10;221.00;-1.19;0.40 -12452;3;4142.50;10.80;1039.50;-1.48;0.32 -12453;3;1892.50;9.70;336.00;0.71;0.50 -12454;3;3694.50;9.80;1373.00;4.53;0.52 -12455;3;3381.00;11.95;1121.50;-1.50;0.50 -12456;3;1409.00;10.30;1599.00;-0.78;0.32 -12457;3;4970.00;9.70;521.50;1.27;0.34 -12458;3;1350.50;10.40;1432.00;-1.29;0.36 -12459;3;1729.50;9.80;1636.00;1.57;0.36 -12460;3;4445.00;9.70;869.50;1.21;0.30 -12461;3;984.50;9.70;1399.50;-1.46;0.32 -12462;3;4125.50;10.80;967.50;3.92;0.30 -12463;3;1362.00;10.90;1486.00;4.71;0.38 -12464;3;4300.00;10.20;1042.00;-1.24;0.30 -12465;3;3744.50;9.80;1343.50;-1.24;0.46 -12466;3;1971.00;11.40;438.00;4.71;0.54 -12467;3;4574.50;9.70;1142.00;-1.29;0.36 -12468;3;1904.00;9.75;345.50;-1.48;0.40 -12469;3;4687.00;10.70;1413.50;0.83;0.42 -12470;3;1509.50;9.70;1388.50;1.48;0.40 -12471;3;3765.50;9.70;1404.00;4.29;0.52 -12472;3;4567.50;9.90;519.50;-1.30;0.24 -12473;3;3380.00;10.75;1256.50;4.35;0.32 -12474;3;3694.00;9.90;1420.00;1.37;0.48 -12475;3;4457.50;10.30;851.50;1.76;0.28 -12476;3;3475.00;12.40;1278.50;-1.44;0.28 -12477;3;1583.50;9.50;1164.50;-0.78;0.68 -12478;3;4683.00;10.40;1393.50;-1.21;0.32 -12479;3;2095.00;12.00;514.00;1.57;0.42 -12480;3;4101.50;10.90;1030.50;1.48;0.28 -12481;3;1952.50;9.85;326.00;2.09;0.48 -12482;3;4836.00;11.75;1414.50;0.92;0.26 -12483;3;4556.50;10.40;1104.50;-1.46;0.34 -12484;3;5010.00;10.30;520.50;4.58;0.42 -12485;3;4732.50;9.80;1449.50;1.30;0.54 -12486;3;1341.00;10.30;1379.50;1.21;0.32 -12487;3;3898.00;10.50;1428.50;1.22;0.60 -12488;3;4326.00;14.47;707.00;1.57;0.44 -12489;3;1365.00;10.40;1443.00;1.57;0.36 -12490;3;4069.50;10.40;975.00;4.71;0.36 -12491;3;3711.50;9.80;1309.00;-0.94;0.52 -12492;3;4300.50;9.85;1024.00;1.57;0.24 -12493;3;5032.50;13.50;1373.00;4.00;0.38 -12494;3;1803.00;9.92;224.00;4.71;0.62 -12495;3;4585.00;10.20;1101.00;-1.32;0.32 -12496;3;1923.50;9.80;309.00;1.01;0.42 -12497;3;1410.50;9.90;1545.00;1.57;0.34 -12498;3;1490.00;10.35;1391.50;1.47;0.36 -12499;3;4919.00;10.40;439.00;4.51;0.36 -12500;3;4882.50;9.80;1437.50;-1.46;0.30 -12501;3;1448.00;13.30;1465.00;1.37;0.30 -12502;3;3784.00;10.60;1883.50;-1.23;1.26 -12503;3;1824.00;11.40;1822.00;-1.37;1.10 -12504;3;3249.50;13.30;431.00;4.40;0.64 -12505;3;1975.00;9.60;1688.00;2.76;0.52 -12506;3;4550.00;13.50;1652.50;4.66;0.60 -12507;3;4518.00;14.50;1515.50;1.38;0.70 -12508;3;814.50;13.20;1872.50;-0.84;1.32 -12509;3;4199.50;16.75;1516.00;1.13;0.56 -12510;3;4039.50;10.20;1678.50;-1.39;0.68 -12511;3;4018.00;13.75;1356.50;1.67;0.40 -12512;3;2067.00;12.40;1888.00;-1.18;2.12 -12513;3;1299.00;10.50;1535.00;1.57;0.38 -12514;3;4117.00;9.80;1746.00;1.57;0.62 -12515;3;4132.50;10.10;1598.00;4.71;0.54 -12516;3;1247.00;11.70;1587.50;4.62;0.52 -12517;3;3999.00;10.30;1817.50;1.14;0.94 -12518;3;5001.00;11.15;1737.00;-1.20;1.52 -12519;3;3122.50;13.20;342.50;1.44;0.92 -12520;3;4244.00;13.90;1483.00;4.71;0.64 -12521;3;3882.00;10.40;1638.50;0.99;0.38 -12522;3;5249.50;11.90;1626.50;1.33;1.28 -12523;3;4334.50;10.80;1685.00;-1.09;0.66 -12524;3;4222.00;12.07;1354.00;4.71;0.58 -12525;3;4465.50;11.60;1590.50;3.70;0.68 -12526;3;4080.50;14.40;1373.00;1.47;0.40 -12527;3;3688.00;10.35;1714.50;-1.22;0.42 -12528;3;4148.00;10.20;1576.50;4.61;0.50 -12529;3;4077.00;10.40;1423.50;0.92;0.50 -12531;3;4509.50;10.30;1790.50;4.68;1.10 -12532;3;5095.50;12.70;100.50;4.57;0.32 -12533;3;4539.50;12.50;1491.00;1.22;0.50 -12534;3;1029.50;11.55;1894.00;4.50;1.60 -12535;3;1067.00;15.57;1593.00;1.24;0.54 -12536;3;4126.50;10.40;1647.00;0.98;0.48 -12537;3;4726.00;12.32;1555.00;1.48;0.66 -12538;3;4583.50;10.30;1730.50;4.64;1.00 -12539;3;4470.00;14.55;1367.50;0.92;0.68 -12540;3;4413.50;10.70;1582.00;1.70;0.48 -12541;3;4363.00;14.42;1403.00;-1.05;0.68 -12542;3;4000.00;10.20;1742.00;1.10;0.60 -12543;3;4716.00;10.67;1594.00;0.98;0.64 -12544;3;4316.00;15.22;1452.00;0.87;0.60 -12545;3;4046.50;9.70;1883.50;-0.48;1.38 -12546;3;3974.00;9.80;1611.00;-0.78;0.54 -12547;3;3175.00;12.30;97.50;1.62;0.60 -12548;3;4793.00;12.55;1488.50;0.41;0.54 -12549;3;4888.00;10.30;1971.50;0.92;2.24 -12550;3;1360.00;10.75;1663.50;1.47;0.42 -12551;3;5094.00;11.10;1750.50;1.53;1.42 -12552;3;1135.00;16.15;1470.50;4.62;0.64 -12553;3;964.00;12.72;1638.00;-1.05;0.58 -12554;3;4645.50;12.60;1419.50;1.66;0.44 -12555;3;4211.00;9.70;1755.00;-1.29;0.72 -12556;3;4663.50;11.85;1596.00;2.00;0.68 -12557;3;4615.00;11.20;1462.50;1.23;0.68 -12558;3;3679.50;10.50;1797.50;1.64;0.62 -12559;3;4986.00;9.70;1586.50;-0.49;0.56 -12560;3;5116.50;10.50;104.50;1.71;0.28 -12561;3;1121.50;15.30;1573.00;-1.39;0.58 -12562;3;3141.00;9.80;1554.50;-0.92;0.22 -12563;3;4256.00;10.45;1608.50;1.05;0.86 -12564;3;4096.00;10.72;1498.00;4.71;0.48 -12565;3;4675.00;12.20;1683.00;-1.47;0.58 -12566;3;1216.00;11.30;1668.00;-1.24;0.56 -12567;3;3748.00;10.55;1672.50;0.51;0.46 -12568;3;1483.50;10.55;1494.00;4.33;0.34 -12569;3;4916.00;12.45;1567.50;-0.55;0.54 -12570;3;1209.50;13.25;1516.00;0.73;0.36 -12571;3;851.50;12.40;1834.50;-1.33;0.96 -12572;3;1092.50;12.00;1681.50;4.63;0.52 -12573;3;1043.00;14.80;1519.00;1.57;0.46 -12574;3;3959.50;9.80;1796.00;1.48;0.56 -12575;3;4532.00;11.95;1643.00;0.96;0.80 -12576;3;5059.00;10.50;92.50;1.32;0.26 -12577;3;1318.00;11.25;1612.50;1.10;0.34 -12578;3;980.50;14.50;1726.00;0.41;0.62 -12579;3;4346.50;14.30;1522.00;4.59;0.68 -12580;3;3956.00;9.90;1680.50;-0.90;0.64 -12581;3;3908.00;12.97;1316.00;-1.29;0.56 -12582;3;1494.50;10.05;1667.00;-1.13;0.56 -12583;3;3976.50;11.20;1374.50;1.63;0.40 -12584;3;3766.00;10.50;1644.50;-1.32;0.24 -12585;3;1106.50;12.80;1661.50;1.83;0.40 -12586;3;1292.00;10.60;1572.50;-0.96;0.44 -12587;3;3652.00;9.90;1764.50;4.61;0.38 -12588;3;1328.50;11.10;1695.50;-1.34;0.60 -12589;3;3129.00;9.90;85.50;1.25;0.84 -12590;3;4143.00;10.90;1461.50;4.42;0.52 -12591;3;4837.50;11.50;1627.00;-1.49;0.68 -12592;3;5183.50;10.40;1859.50;0.95;2.82 -12593;3;1202.50;10.90;1773.50;-1.30;0.64 -12594;3;4065.50;11.25;1526.00;-0.84;0.52 -12595;3;4239.00;10.60;1692.50;0.99;0.64 -12596;3;4279.00;18.75;1316.50;-1.40;0.52 -12597;3;1299.50;10.60;1690.50;-1.49;0.50 -12598;3;4282.00;12.60;1398.50;1.65;0.58 -12599;3;4152.00;9.80;1722.00;1.40;0.56 -12600;3;1748.50;11.80;1800.00;-0.02;1.16 -12601;3;4063.50;16.90;1397.50;-1.34;0.78 -12602;3;3910.50;9.75;1781.00;4.71;0.62 -12603;3;1171.00;11.15;1729.50;-1.18;0.74 -12604;3;5546.00;10.05;151.00;2.15;0.32 -12605;3;4438.50;14.40;1493.50;-1.37;0.66 -12606;3;4031.50;9.80;1639.00;4.58;0.54 -12607;3;985.50;15.00;1591.00;-1.41;0.60 -12608;3;4568.00;10.50;1738.50;0.81;1.16 -12609;3;4500.00;14.45;1358.50;-1.51;0.40 -12610;3;4317.00;13.45;1546.50;-1.10;0.58 -12611;3;4655.50;10.40;1754.50;1.70;1.20 -12612;3;4533.00;12.60;1422.00;1.84;0.52 -12613;3;4060.50;10.00;1554.00;1.57;0.60 -12614;3;4351.00;14.30;1435.50;1.32;0.62 -12615;3;4221.50;10.10;1794.00;0.87;1.04 -12616;3;3986.50;9.80;1591.50;-1.14;0.58 -12617;3;5559.50;10.55;141.00;1.29;0.30 -12618;3;4759.00;10.10;1485.50;4.42;0.52 -12619;3;3919.50;10.70;1599.00;1.57;0.46 -12620;3;1245.50;10.90;1628.00;-1.46;0.44 -12621;3;4288.50;10.40;1646.00;4.58;0.64 -12622;3;4661.00;11.80;1545.00;4.57;0.78 -12623;3;4906.00;10.05;1757.00;0.41;1.16 -12624;3;1207.50;13.50;1481.00;4.71;0.20 -12625;3;4312.00;13.27;1571.00;-1.10;0.62 -12626;3;3677.00;10.32;1665.00;1.37;0.26 -12627;3;1159.50;16.85;1493.00;-0.64;0.52 -12628;3;4273.00;12.50;1601.50;4.44;0.50 -12629;3;4603.00;12.65;1438.00;-1.29;0.64 -12630;3;3860.00;9.80;1772.50;1.32;0.70 -12631;3;4175.50;11.55;1624.00;1.08;0.50 -12632;3;5522.50;10.45;111.00;4.71;0.44 -12633;3;1099.50;15.30;1571.00;-1.39;0.46 -12634;3;4936.50;11.70;1844.50;-0.47;2.44 -12635;3;4080.00;13.17;1485.00;1.32;0.56 -12636;3;613.50;9.50;900.50;-0.59;0.56 -12637;3;1508.50;10.40;1494.00;4.49;0.38 -12638;3;4936.00;10.80;1542.00;1.24;0.54 -12639;3;3963.00;10.40;1723.00;4.49;0.68 -12640;3;3925.00;10.62;1374.00;1.40;0.36 -12641;3;4606.50;11.90;1559.50;0.99;0.62 -12642;3;1181.00;14.30;1530.50;-1.04;0.52 -12643;3;4207.50;10.50;1838.50;1.36;1.24 -12644;3;2260.00;9.50;791.00;-1.23;0.66 -12645;3;5081.50;10.15;35.00;-1.05;0.36 -12646;3;1302.50;10.50;1600.50;4.60;0.38 -12647;3;4437.50;11.45;1619.00;1.13;0.72 -12648;3;3228.50;14.00;179.00;0.68;0.90 -12649;3;4358.00;15.30;1497.50;1.28;0.56 -12650;3;4870.00;12.80;1649.50;4.67;0.68 -12651;3;1080.50;16.30;1611.50;-0.78;0.76 -12652;3;3943.50;9.80;1662.00;1.57;0.56 -12653;3;3909.50;14.15;1264.00;-0.74;0.50 -12654;3;4830.00;10.10;1541.00;0.98;0.64 -12655;3;4234.00;9.85;1727.50;-1.23;0.74 -12656;3;4189.50;9.70;1378.50;0.09;0.52 -12657;3;4796.50;10.70;1565.50;1.39;0.76 -12658;3;3931.50;10.60;1396.50;1.06;0.56 -12659;3;3737.50;14.20;1747.50;0.95;0.54 -12660;3;4742.50;10.90;1615.50;1.61;0.56 -12661;3;346.00;9.50;1911.00;-1.00;1.92 -12662;3;2043.50;10.10;726.50;-1.22;0.54 -12663;3;1191.00;11.00;1761.00;0.98;0.68 -12664;3;5567.50;9.80;183.00;1.95;0.26 -12665;3;4566.00;12.20;1502.50;-1.32;0.68 -12666;3;4213.00;10.60;1676.50;1.32;0.56 -12667;3;1294.50;10.80;1623.00;1.13;0.50 -12668;3;4526.00;10.50;1748.50;1.53;0.90 -12669;3;4428.50;14.15;1389.00;-1.48;0.60 -12670;3;1439.00;10.90;1475.00;4.71;0.20 -12671;3;4220.50;14.20;1407.50;-1.53;0.42 -12672;3;4002.50;10.40;1770.00;1.45;0.62 -12673;3;960.00;11.05;1674.50;-1.48;0.46 -12674;3;2479.00;10.55;1896.50;1.38;1.28 -12675;3;4335.00;16.50;1461.00;-1.42;0.60 -12676;3;1006.00;13.37;1689.00;-1.40;0.60 -12677;3;3226.50;13.00;440.00;1.15;1.12 -12678;3;4859.00;11.22;1499.00;4.39;0.54 -12679;3;3991.00;9.80;1622.50;-0.85;0.60 -12680;3;1943.50;9.90;1702.00;1.95;0.84 -12681;3;4484.50;10.70;1711.00;1.36;0.88 -12682;3;1204.50;10.20;1833.00;1.15;1.02 -12683;3;5149.50;9.95;1728.00;-0.59;1.58 -12684;3;1168.00;14.80;1453.50;-1.21;0.62 -12685;3;1255.00;10.72;1707.00;1.42;0.50 -12686;3;4472.50;13.70;1431.50;1.12;0.70 -12687;3;4304.00;10.67;1852.00;-1.53;1.36 -12688;3;1250.50;10.25;1752.00;4.56;0.64 -12689;3;2518.00;12.10;1885.00;-1.21;1.60 -12690;3;4639.00;11.35;1474.50;1.52;0.56 -12691;3;4254.50;11.45;1640.00;-1.47;0.78 -12692;3;3129.50;13.50;113.50;4.34;0.80 -12693;3;1321.00;10.65;1674.50;-1.26;0.48 -12694;3;4790.00;12.45;1690.50;4.54;0.72 -12695;3;4236.00;14.47;1512.00;-1.19;0.72 -12696;3;3806.00;9.80;1689.00;4.71;0.62 -12697;3;1419.50;10.50;1531.50;1.48;0.28 -12698;3;1932.50;9.70;1728.50;0.73;0.88 -12699;3;1043.50;17.05;1496.00;1.41;0.46 -12700;3;3824.00;9.70;1761.00;4.71;0.86 -12701;3;1519.00;10.70;1732.50;1.04;0.82 -12702;3;3558.00;10.40;1080.00;4.71;0.56 -12703;3;1647.00;11.90;991.00;1.57;0.48 -12704;3;3652.00;12.15;1223.50;4.62;0.52 -12705;3;4447.50;12.30;1122.50;0.95;0.30 -12706;3;4501.50;14.50;1311.50;1.66;0.44 -12707;3;2838.00;11.05;858.00;1.06;0.84 -12708;3;4008.50;14.90;1157.50;-1.30;0.48 -12709;3;1467.50;12.20;1494.50;-1.30;0.36 -12710;3;2566.00;9.70;896.50;-1.50;0.84 -12711;3;2809.50;10.80;1148.50;4.66;0.82 -12712;3;1283.00;10.17;1130.00;-1.21;0.50 -12713;3;4526.50;13.10;1216.50;1.97;0.32 -12714;3;3469.50;14.30;784.00;1.01;0.84 -12715;3;1423.50;9.70;1202.00;0.98;0.60 -12716;3;1862.00;11.25;964.50;-0.92;0.92 -12717;3;3917.00;15.45;1214.50;4.46;0.58 -12718;3;3937.50;10.00;1096.50;1.49;0.56 -12719;3;3211.00;11.60;739.50;1.10;1.16 -12720;3;1183.50;12.10;1407.50;-0.91;0.42 -12721;3;1246.00;15.20;1265.50;1.47;0.54 -12722;3;3856.50;15.40;1292.50;1.48;0.40 -12723;3;3391.00;12.80;888.50;0.85;0.54 -12724;3;4363.50;19.30;1129.50;0.78;0.46 -12725;3;3368.50;12.00;975.50;-1.00;0.62 -12726;3;3534.50;9.70;1159.00;-1.15;0.48 -12727;3;3547.50;14.60;1035.50;0.97;0.74 -12728;3;1224.50;10.95;1366.00;4.71;0.54 -12729;3;1708.00;10.00;874.00;0.92;0.98 -12730;3;4258.00;16.05;1101.50;1.64;0.38 -12731;3;2869.00;10.60;774.00;1.21;0.64 -12732;3;4405.00;14.40;1262.00;1.16;0.54 -12733;3;3217.50;10.40;1077.50;1.50;0.62 -12734;3;4026.50;11.30;857.00;0.86;0.38 -12735;3;1445.00;10.40;1427.00;4.71;0.40 -12736;3;1071.00;9.67;1264.00;-0.78;0.92 -12737;3;4171.50;12.20;1448.00;1.39;0.62 -12738;3;1458.50;9.80;1061.00;0.83;0.64 -12739;3;3736.50;11.50;1169.50;4.60;0.58 -12740;3;3658.00;9.80;986.00;0.67;1.04 -12741;3;3134.50;10.60;709.50;4.53;0.50 -12742;3;2779.50;10.20;742.00;1.72;0.60 -12743;3;3975.00;10.40;1025.50;1.10;0.48 -12744;3;3285.50;11.10;806.50;0.22;0.58 -12745;3;1133.50;14.95;1350.00;4.29;0.54 -12746;3;1165.00;10.30;1206.50;4.61;0.72 -12747;3;2572.50;9.50;838.00;-1.39;0.48 -12748;3;3685.00;11.30;1231.00;0.78;0.62 -12749;3;3508.50;10.70;1117.00;-1.43;0.68 -12750;3;4440.00;12.80;1312.50;0.96;0.58 -12751;3;2681.00;11.00;852.00;-0.49;0.90 -12752;3;1533.50;9.60;1310.50;1.14;0.42 -12753;3;1360.50;13.05;1120.00;0.89;0.72 -12754;3;3981.50;13.60;1191.00;-1.07;0.52 -12755;3;1233.00;13.15;1184.50;4.61;0.52 -12756;3;3594.50;15.80;1189.50;1.46;0.50 -12757;3;3477.50;11.30;765.50;-1.22;0.90 -12758;3;3441.00;12.80;1063.50;1.38;0.56 -12759;3;3526.50;11.40;816.00;4.71;0.38 -12760;3;2819.00;11.20;1243.00;-1.37;0.26 -12761;3;3805.50;12.20;1111.50;2.25;0.62 -12762;3;2842.00;10.40;828.00;4.35;0.80 -12763;3;3944.00;15.45;1230.50;1.64;0.46 -12764;3;3209.00;9.60;1133.50;1.32;0.52 -12765;3;1062.50;17.80;1458.00;1.23;0.54 -12766;3;3410.50;13.85;891.00;4.71;0.48 -12767;3;4456.50;10.50;1172.50;1.06;0.38 -12768;3;3578.00;10.42;958.00;0.89;1.04 -12769;3;3875.00;19.05;1212.50;1.86;0.56 -12770;3;1668.00;10.10;871.50;4.13;0.78 -12771;3;3293.00;10.10;1018.50;4.58;0.46 -12772;3;1682.00;9.70;1013.00;1.16;0.56 -12773;3;3538.00;13.25;1220.00;4.51;0.42 -12774;3;3787.00;10.15;1065.00;0.67;0.58 -12775;3;3115.00;11.20;593.00;0.90;0.90 -12776;3;4409.00;13.20;1295.50;-1.38;0.48 -12777;3;4081.00;9.82;1078.00;2.15;0.42 -12778;3;1336.00;10.85;1444.50;-0.96;0.36 -12779;3;4028.00;10.85;884.50;-1.47;0.32 -12780;3;3674.50;15.30;1142.00;1.13;0.56 -12781;3;4025.00;11.20;973.50;1.65;0.38 -12782;3;1260.00;10.55;1351.00;4.71;0.46 -12783;3;3250.00;12.30;658.50;-1.42;0.98 -12784;3;4109.50;22.05;1175.00;-1.29;0.74 -12785;3;2816.00;9.65;765.50;0.92;0.36 -12786;3;4088.00;10.35;1065.50;-1.27;0.34 -12787;3;2772.50;10.70;770.50;4.55;0.74 -12788;3;3818.50;15.35;1208.00;1.72;0.54 -12789;3;4347.50;16.70;1098.00;-0.86;0.54 -12790;3;1628.50;9.70;1029.00;4.43;0.36 -12791;3;1141.00;12.90;1403.50;-1.27;0.52 -12792;3;3913.50;9.80;1112.50;-1.37;0.44 -12793;3;3548.50;14.30;1277.50;0.95;0.40 -12794;3;2721.00;11.30;834.50;0.85;0.60 -12795;3;3156.00;12.40;505.50;-1.30;0.72 -12796;3;3299.00;10.40;939.00;-1.30;0.88 -12797;3;4416.00;18.20;1232.00;-1.37;0.38 -12798;3;1589.00;17.07;866.00;1.40;0.58 -12799;3;4046.50;11.15;1016.00;1.57;0.40 -12800;3;3329.00;11.17;799.00;1.35;0.78 -12801;3;4098.50;23.05;1229.00;1.80;0.78 -12802;3;2611.00;11.10;840.50;4.65;0.50 -12803;3;1467.50;10.60;1437.00;1.57;0.42 -12804;3;1182.50;15.55;1248.00;4.71;0.50 -12805;3;3953.50;20.80;1283.50;-1.20;0.64 -12806;3;3321.00;10.60;883.00;1.57;0.48 -12807;3;4142.00;21.77;1118.00;-1.24;0.46 -12808;3;3205.50;10.70;685.00;0.98;0.60 -12809;3;3728.00;11.75;1142.00;1.03;0.56 -12810;3;1295.00;11.10;1170.50;-1.27;0.56 -12811;3;1221.50;11.65;1341.00;4.29;0.56 -12812;3;3510.00;11.10;762.50;4.10;0.98 -12813;3;3510.50;11.70;1056.50;1.41;0.58 -12814;3;3564.00;12.00;805.00;1.73;0.54 -12815;3;4372.00;19.82;1222.00;1.29;0.56 -12816;3;3249.00;9.90;1072.50;1.63;0.72 -12817;3;2877.00;10.52;803.00;1.57;0.74 -12818;3;3638.50;12.75;1226.00;1.31;0.58 -12819;3;4428.00;13.00;1117.50;1.32;0.50 -12820;3;4294.50;13.90;1335.50;1.31;0.62 -12821;3;3554.50;12.20;881.00;1.08;0.74 -12822;3;3996.50;14.50;1166.50;1.07;0.46 -12823;3;1408.00;9.75;1088.50;-0.87;0.36 -12824;3;3119.00;10.50;712.50;1.36;0.64 -12825;3;1681.00;9.80;839.00;-0.92;1.36 -12826;3;3303.50;10.40;917.00;-1.17;0.68 -12827;3;1115.00;14.95;1359.50;4.58;0.48 -12828;3;1927.00;9.75;945.00;1.69;0.76 -12829;3;3955.00;11.05;1044.50;-0.83;0.46 -12830;3;3075.50;11.30;737.00;-1.13;0.98 -12831;3;3889.00;17.00;1214.50;-1.51;0.60 -12832;3;3625.00;11.05;1112.50;4.30;0.70 -12833;3;1020.50;9.70;1394.50;4.65;0.48 -12834;3;2577.00;9.70;853.00;1.29;0.28 -12835;3;1230.00;13.05;1290.00;4.71;0.54 -12836;3;3278.50;10.30;943.50;0.90;0.76 -12837;3;4379.00;20.15;1142.50;0.99;0.62 -12838;3;2713.50;10.20;890.00;4.60;0.68 -12839;3;3481.50;9.90;1193.50;1.14;0.44 -12840;3;3547.50;9.90;740.00;-1.23;0.64 -12841;3;4417.50;14.90;1087.50;4.30;0.32 -12842;3;2804.00;12.20;1178.00;-1.30;0.72 -12843;3;2828.50;10.60;783.50;1.30;0.44 -12844;3;3950.00;10.10;1098.50;-1.17;0.50 -12845;3;1656.00;9.70;993.00;-1.19;0.56 -12846;3;4327.50;19.55;1245.00;1.47;0.66 -12847;3;3222.50;11.75;658.00;4.71;0.56 -12848;3;1234.50;11.40;1431.00;1.35;0.50 -12849;3;2806.50;10.40;1030.50;-1.11;2.18 -12850;3;1179.00;13.35;1314.00;1.57;0.46 -12851;3;2749.50;10.80;854.00;-0.99;0.94 -12852;3;3717.50;10.80;1175.00;-0.94;0.46 -12853;3;2058.50;9.60;846.00;4.33;0.72 -12854;3;4058.00;10.15;1006.50;-1.21;0.44 -12855;3;3525.50;10.00;1193.50;1.07;0.44 -12856;3;3386.00;14.75;796.50;1.63;0.70 -12857;3;2651.00;10.30;1131.50;2.21;0.20 -12858;3;2586.00;9.80;834.50;3.85;0.76 -12859;3;1013.00;11.10;1365.50;2.12;0.56 -12860;3;4222.00;17.47;1097.00;4.54;0.46 -12861;3;3532.50;14.00;1266.50;1.06;0.40 -12862;3;3348.00;11.20;872.50;4.50;0.44 -12863;3;3677.00;12.15;1118.50;4.65;0.52 -12864;3;4169.00;12.25;1315.00;1.15;0.76 -12865;3;1453.00;11.80;1093.50;0.72;0.72 -12866;3;3050.50;11.00;1124.50;4.55;0.64 -12867;3;1359.00;9.70;1158.00;4.71;0.48 -12868;3;3997.00;10.50;1121.00;1.57;0.40 -12869;3;1660.00;9.90;831.00;4.71;1.24 -12870;3;3504.00;11.80;1032.50;4.65;0.72 -12871;3;3769.50;12.10;1207.50;1.34;0.58 -12872;3;1613.00;10.50;951.50;-1.40;0.40 -12873;3;1166.50;10.00;1227.50;-1.52;0.60 -12874;3;2844.50;10.80;799.50;0.85;0.74 -12875;3;1250.00;10.90;1396.50;1.01;0.40 -12876;3;3938.00;9.80;1116.50;4.46;0.50 -12877;3;3823.50;14.90;1246.50;-1.49;0.54 -12878;3;1503.00;11.25;1020.50;3.56;0.44 -12879;3;3513.00;10.32;1142.00;1.46;0.60 -12880;3;4466.50;14.20;1347.00;1.92;0.54 -12881;3;3320.50;10.60;908.00;-1.12;0.82 -12882;3;4433.00;16.97;1218.00;-1.32;0.34 -12883;3;3431.00;10.85;992.50;1.69;0.68 -12884;3;4025.00;22.20;1200.00;4.71;0.46 -12885;3;1966.00;9.90;944.00;4.49;0.72 -12886;3;3921.00;9.80;1057.50;-1.40;0.40 -12887;3;3320.00;10.60;831.50;4.65;0.78 -12888;3;2904.00;10.12;1221.00;1.40;0.34 -12889;3;3328.00;11.80;1075.00;-1.10;0.38 -12890;3;4260.00;16.57;1296.00;1.78;0.70 -12891;3;2557.00;9.70;847.50;4.24;0.52 -12892;3;4153.50;16.30;1102.00;4.71;0.38 -12893;3;1202.00;12.90;1446.50;4.62;0.48 -12894;3;3606.00;12.25;934.00;0.67;0.68 -12895;3;3754.00;14.15;1141.50;0.83;0.74 -12896;3;3100.50;10.80;572.00;4.53;0.58 -12897;3;1168.50;13.25;1337.00;-1.31;0.58 -12898;3;4359.00;14.52;1068.00;1.57;0.34 -12899;3;4273.50;21.90;1204.50;1.62;0.84 -12900;3;2889.00;10.05;766.00;-0.95;0.68 -12901;3;1936.00;10.00;462.50;-1.15;0.64 -12902;3;1858.00;10.60;589.00;-1.44;0.74 -12903;3;2156.00;11.72;610.00;4.35;0.52 -12904;3;4748.50;10.40;313.00;-0.96;1.16 -12905;3;4546.00;10.40;665.00;1.10;0.26 -12906;3;4921.50;9.80;223.00;-0.95;1.14 -12907;3;3262.50;12.30;525.50;0.62;0.86 -12908;3;3350.00;11.05;401.50;-0.85;0.52 -12909;3;2159.00;10.92;587.00;1.16;0.60 -12910;3;4972.00;10.20;126.00;1.81;0.40 -12911;3;3369.00;12.95;553.00;0.95;0.78 -12912;3;4746.00;10.80;273.00;-0.98;1.10 -12913;3;2070.00;10.20;784.50;-1.06;1.06 -12914;3;1711.50;15.10;396.00;4.71;0.44 -12915;3;4868.00;10.10;377.00;3.99;0.86 -12916;3;1890.50;10.35;563.00;1.35;0.66 -12917;3;1753.50;9.90;698.50;3.25;0.92 -12918;3;4982.00;9.70;128.00;-1.40;0.46 -12919;3;1826.00;10.30;834.50;1.35;1.48 -12920;3;1707.00;12.82;229.00;0.64;0.42 -12921;3;3019.50;12.60;355.50;1.51;0.84 -12922;3;1895.00;10.40;451.50;1.52;0.88 -12923;3;2090.00;11.35;577.00;1.10;0.62 -12924;3;4992.50;9.70;108.50;1.30;0.52 -12925;3;3054.00;11.70;561.00;1.57;0.38 -12926;3;4759.50;10.70;237.50;-0.91;0.90 -12927;3;3416.00;10.10;674.50;4.46;0.78 -12928;3;1722.50;21.05;380.00;-0.74;0.60 -12929;3;3325.00;12.50;671.50;-1.10;0.90 -12930;3;1778.50;19.20;558.00;1.39;0.60 -12931;3;5073.50;10.35;538.00;-1.41;0.38 -12932;3;5002.00;9.80;96.50;-1.01;0.40 -12933;3;2117.00;9.70;812.00;-1.27;0.72 -12934;3;5043.50;9.70;191.50;0.22;0.72 -12935;3;3322.50;11.35;322.00;4.58;0.70 -12936;3;4929.50;10.10;353.00;4.71;0.74 -12937;3;2029.00;10.65;537.00;1.44;0.48 -12938;3;2131.00;11.65;560.00;0.46;0.60 -12939;3;1803.50;10.00;692.50;-1.37;1.42 -12940;3;3151.00;12.30;243.00;0.57;1.12 -12941;3;3450.50;9.70;646.00;4.36;0.50 -12942;3;1792.00;12.50;351.50;-1.49;0.58 -12943;3;1859.00;9.80;470.50;0.94;0.84 -12944;3;3424.50;9.85;489.00;1.75;0.68 -12945;3;3073.50;11.15;567.00;-0.89;0.66 -12946;3;1708.50;10.90;100.00;4.45;0.74 -12947;3;2093.50;10.20;747.00;1.82;0.94 -12948;3;4826.50;9.80;183.50;0.57;0.64 -12949;3;5036.00;10.00;283.00;-1.44;1.00 -12950;3;3332.00;11.07;402.00;1.29;0.94 -12951;3;1937.00;10.15;527.00;-1.44;0.92 -12952;3;1746.50;10.10;109.00;-1.39;0.62 -12953;3;1660.50;16.30;653.50;1.79;0.62 -12954;3;1686.00;9.70;203.00;3.24;0.46 -12955;3;4550.50;10.30;616.00;1.07;0.46 -12956;3;3506.00;11.75;282.00;1.37;0.70 -12957;3;4980.00;9.70;373.50;4.42;0.48 -12958;3;3011.00;11.30;440.00;-1.03;0.78 -12959;3;2021.50;10.10;653.00;-1.17;0.94 -12960;3;1882.50;9.60;75.50;-1.53;0.40 -12961;3;2227.50;11.00;740.00;0.98;0.38 -12962;3;4752.00;10.30;176.00;0.98;0.60 -12963;3;3207.50;12.40;295.00;1.16;1.48 -12964;3;1888.50;10.30;405.50;-1.37;0.58 -12965;3;1836.00;9.75;770.00;0.27;1.80 -12966;3;5471.00;12.80;60.00;-1.10;0.44 -12967;3;3378.50;10.50;515.50;1.53;0.90 -12968;3;5059.00;10.00;177.00;1.57;0.58 -12969;3;1599.50;18.50;738.50;-1.06;0.76 -12970;3;1765.00;10.80;309.00;-0.21;0.58 -12971;3;3363.00;10.30;371.00;4.62;0.74 -12972;3;2046.50;10.85;505.00;-1.41;0.50 -12973;3;1839.00;10.25;610.50;1.02;1.14 -12974;3;5462.00;12.05;56.50;1.86;0.46 -12975;3;3008.00;10.82;582.00;0.85;0.84 -12976;3;4777.00;9.80;169.50;1.81;0.48 -12977;3;2060.50;11.85;558.00;1.07;0.66 -12978;3;1784.00;12.85;401.50;0.94;0.72 -12979;3;1817.50;12.80;528.50;-0.42;0.72 -12980;3;5436.00;10.35;40.50;-1.32;0.42 -12981;3;3064.00;12.45;497.50;-0.74;1.26 -12982;3;1760.50;12.95;198.00;1.13;0.78 -12983;3;1599.00;11.97;701.00;-1.10;0.64 -12984;3;1696.00;10.20;268.00;0.58;0.36 -12985;3;3004.00;10.70;396.00;0.54;0.54 -12986;3;3337.00;11.00;436.50;2.03;0.64 -12987;3;2003.00;10.20;612.50;4.24;0.86 -12988;3;5441.50;10.00;26.50;1.34;0.36 -12989;3;3305.50;12.75;662.00;4.29;0.54 -12990;3;4740.00;10.00;152.50;-1.51;0.52 -12991;3;3518.50;9.80;707.00;4.08;0.60 -12992;3;4914.50;10.30;277.00;-1.44;0.88 -12993;3;4721.00;10.60;320.50;1.38;0.72 -12994;3;1722.50;14.00;485.00;1.39;0.50 -12995;3;5129.00;9.97;490.00;4.46;0.22 -12996;3;2162.50;9.70;519.50;1.71;0.40 -12997;3;1614.00;14.22;680.00;1.37;0.54 -12998;3;1806.00;9.90;251.50;1.32;0.56 -12999;3;2058.50;9.80;808.50;1.03;1.00 -13000;3;1839.50;9.80;372.00;-1.22;0.58 -13001;3;4763.00;10.50;507.00;2.03;0.20 -13004;3;2807.00;9.50;1545.50;4.62;0.34 -13006;3;2728.00;9.50;1526.00;1.69;0.48 -13007;3;2725.50;9.50;1504.50;0.91;0.54 -13008;3;3668.50;9.60;1441.00;-0.94;0.52 -13009;3;1853.50;9.50;1094.00;3.30;0.12 -13010;3;1832.00;9.50;1416.00;2.24;0.36 -13011;3;2868.00;9.90;1497.00;-0.78;0.24 -13012;3;1856.50;9.50;1045.50;-0.62;0.12 -13028;3;4962.00;10.07;800.00;1.76;0.24 -13037;3;5077.50;9.60;1395.19;-1.09;0.70 -13055;3;5591.50;9.50;520.50;0.78;0.20 -13056;3;5603.00;9.50;509.00;0.54;0.20 -13058;3;2109.00;16.05;1992.50;0.47;1.94 -13059;3;4612.00;10.90;1815.00;1.22;1.76 -13060;3;4648.50;9.80;1993.50;1.29;2.38 -13061;3;4933.50;10.90;1952.00;4.49;2.30 -13062;3;5303.50;10.20;1974.00;-1.33;2.74 -13063;3;5573.00;9.70;1955.50;0.98;2.54 -13064;3;4256.00;12.40;1960.50;1.63;1.58 -13065;3;4418.50;10.60;1901.50;1.59;1.72 -13066;3;2156.00;12.45;1956.50;1.70;1.70 -13068;3;2884.00;9.95;1535.00;0.78;0.16 -13069;3;463.00;10.80;2022.00;-1.42;0.96 -13070;3;2802.50;9.85;1553.00;1.57;0.20 -13071;3;2549.87;9.70;1113.40;1.68;0.56 -13073;3;3090.50;10.20;1133.50;1.49;0.42 -13074;3;2823.00;13.85;1206.50;1.32;0.52 -13075;3;1066.50;10.70;1972.50;-1.14;1.80 -13076;3;3831.00;12.40;1928.50;-1.52;1.16 -13077;3;2876.50;11.90;1241.00;-1.29;0.34 -13078;3;3171.50;9.80;1164.50;1.37;0.28 -13079;3;3619.00;10.37;914.00;1.42;0.76 -13081;3;2872.00;10.57;1520.00;4.71;0.20 -13082;3;3747.00;12.10;1084.00;-1.24;0.66 -13083;3;1731.00;9.80;826.00;-1.42;0.94 -13084;3;1819.74;9.50;1160.66;4.71;0.12 -13085;3;1412.00;11.07;1112.00;1.24;0.52 -13086;3;1714.50;21.30;594.50;1.50;0.80 -13087;3;1488.00;9.87;1027.00;-1.03;0.52 -13088;3;1274.00;9.75;1258.50;1.49;0.52 -13089;3;1187.00;13.90;1199.50;4.15;0.46 -13090;3;182.06;9.70;1811.62;-1.30;0.76 -13091;3;468.00;9.65;1992.50;-1.04;0.66 -13092;3;1482.50;10.60;1040.50;2.13;0.56 -13093;3;1431.00;9.95;1088.00;2.03;0.32 -13094;3;703.50;9.50;873.50;-0.67;0.78 -13116;3;2964.00;11.00;1530.00;3.92;0.24 -13143;3;4569.50;9.80;1096.50;-0.95;0.30 -13150;3;4682.50;12.00;1492.50;2.35;0.32 -13193;3;3793.00;9.50;1994.00;-0.30;2.14 -13205;3;3103.00;12.32;1521.00;3.92;0.28 -13206;3;3179.00;10.50;1591.00;2.35;0.24 -13207;3;3678.00;9.90;1380.00;-1.10;0.40 -13208;3;4242.50;10.50;1057.50;1.71;0.36 -13209;3;3336.00;10.70;474.00;1.89;0.40 -13210;3;3007.00;11.02;640.00;3.60;0.92 -13211;3;3067.50;11.10;794.50;4.66;0.80 -13212;3;2821.50;10.60;810.50;1.71;0.44 -13213;3;2576.50;10.45;865.00;2.89;0.20 -13214;3;1098.50;11.70;1358.50;4.60;0.40 -13215;3;1000.50;12.40;1399.50;-1.42;0.40 -13216;3;1010.00;11.30;1384.50;2.03;0.28 -13217;3;3157.00;12.25;363.50;4.52;0.36 -13218;3;2705.50;12.00;1386.50;4.51;0.20 -13219;3;2710.00;13.60;1374.00;1.57;0.20 -13220;3;2748.50;12.70;1378.00;4.71;0.20 -13221;3;2707.00;13.60;1334.00;-1.10;0.20 -13222;3;2800.50;13.90;1328.50;-0.54;0.20 -13223;3;2805.00;12.45;1341.00;-0.78;0.20 -13224;3;2748.50;13.00;1316.50;2.35;0.16 -13225;3;2807.50;10.25;1352.00;-0.98;0.16 -13226;3;2758.50;13.10;1356.50;0.78;0.16 -13227;3;2745.50;13.75;1345.00;1.57;0.16 -13228;3;2712.50;10.40;1259.00;3.38;0.24 -13230;3;2704.50;10.75;1314.00;1.57;0.20 -13231;3;2723.50;11.20;1272.50;1.89;0.20 -13232;3;2720.00;12.25;1347.50;1.81;0.16 -13233;3;2757.50;12.80;1378.00;4.33;0.20 -13238;3;2971.00;9.70;1605.50;-1.40;0.28 -13239;3;2981.00;11.02;1488.00;3.92;0.08 -13240;3;3108.00;9.50;1609.50;2.55;0.24 -13241;3;3138.50;9.80;1634.50;1.24;0.16 -1;4;3358.50;9.60;1167.50;3.46;0.08 -2;4;3433.00;10.45;1698.50;1.44;0.30 -3;4;3364.50;10.40;1808.50;4.17;0.28 -4;4;3152.50;9.50;1853.50;-1.28;0.88 -5;4;2901.00;9.50;1625.50;1.52;0.82 -6;4;3584.00;10.60;1759.50;1.86;0.26 -7;4;3273.00;10.20;1829.50;4.24;0.32 -8;4;3309.50;11.30;1679.50;3.68;0.18 -9;4;1955.50;9.50;240.50;3.92;1.24 -10;4;3000.00;12.25;1769.00;2.35;0.28 -11;4;3072.00;11.85;1874.50;4.15;0.34 -12;4;3506.50;9.80;1676.50;1.37;0.24 -13;4;1341.00;9.50;306.50;4.53;1.34 -14;4;2961.50;10.30;1726.00;3.60;0.24 -15;4;3292.50;11.00;1917.00;1.35;0.36 -16;4;5273.00;9.50;1557.00;2.03;1.18 -17;4;3078.50;9.80;1565.50;1.16;0.20 -18;4;3373.00;9.90;1796.50;1.69;0.24 -19;4;3870.00;9.50;657.00;4.21;1.12 -20;4;3133.00;9.50;1197.00;0.16;0.68 -21;4;2950.50;9.50;1816.50;1.89;0.44 -23;4;3503.00;9.90;1708.00;1.24;0.24 -24;4;5221.00;9.50;504.50;4.29;0.98 -25;4;5361.50;9.50;1282.50;2.07;1.18 -26;4;3389.50;10.40;1794.50;1.71;0.32 -27;4;2952.00;13.07;1756.00;4.12;0.34 -28;4;4793.00;9.50;476.50;1.79;0.92 -29;4;4164.50;9.50;639.50;4.47;0.80 -30;4;3213.00;10.40;1878.00;4.71;0.24 -31;4;3617.00;10.50;1714.00;1.57;0.22 -32;4;3155.50;9.70;1768.50;4.57;0.24 -33;4;4476.50;9.50;358.50;1.70;1.00 -34;4;3939.00;9.50;771.00;-0.34;1.02 -35;4;3063.00;9.70;1731.00;2.35;0.28 -36;4;3305.50;9.80;1860.50;4.62;0.44 -37;4;1626.00;10.45;890.50;-1.07;0.20 -39;4;3365.00;10.50;1702.50;1.73;0.22 -40;4;3316.00;10.40;1785.50;4.54;0.26 -41;4;2224.00;9.50;126.50;3.89;0.88 -42;4;2423.00;9.50;309.00;4.35;1.24 -43;4;2404.50;9.50;960.50;-1.16;1.22 -45;4;3582.00;10.15;1720.50;1.73;0.28 -46;4;3038.50;11.20;1814.50;-1.46;0.26 -47;4;2346.50;9.50;1547.50;2.86;1.10 -48;4;1488.50;9.50;2012.50;1.30;1.12 -49;4;3054.50;10.90;1761.50;4.57;0.30 -50;4;1125.50;9.50;70.00;1.62;1.26 -51;4;37.00;9.50;411.50;1.19;1.06 -52;4;3261.00;10.15;1766.50;1.73;0.22 -54;4;5.00;9.50;1255.50;3.73;0.54 -55;4;292.00;9.50;1588.50;-1.39;1.42 -56;4;385.00;9.50;682.00;4.71;1.00 -57;4;3326.00;9.85;1735.00;4.71;0.24 -58;4;3065.50;12.55;1910.00;4.29;0.34 -59;4;1385.00;9.50;616.00;4.64;1.40 -60;4;3363.50;10.70;1750.00;4.71;0.28 -61;4;3158.00;11.60;1937.00;4.12;0.36 -62;4;3441.00;10.40;1697.50;4.58;0.20 -63;4;3166.50;9.70;1808.50;4.60;0.34 -65;4;2908.00;12.47;1735.00;1.57;0.32 -66;4;3175.50;9.70;1830.50;2.35;0.24 -67;4;3209.00;9.70;1758.50;1.21;0.24 -68;4;2879.50;9.70;1568.50;2.94;0.20 -69;4;2992.00;10.22;1714.00;4.39;0.26 -70;4;3319.00;10.30;1734.00;1.81;0.28 -71;4;3303.00;10.00;1706.00;2.35;0.26 -72;4;3430.00;10.57;1761.00;4.71;0.34 -73;4;3516.00;9.80;1698.50;1.73;0.18 -74;4;3280.00;10.50;1933.00;1.57;0.46 -75;4;3436.50;10.30;1745.50;1.71;0.30 -76;4;3190.50;11.80;1984.00;1.84;0.32 -77;4;3013.00;11.65;1754.50;1.40;0.32 -78;4;3539.00;9.70;1179.00;4.24;0.44 -79;4;3284.00;10.30;1725.50;4.46;0.20 -80;4;3283.00;10.50;1820.00;4.71;0.38 -81;4;3389.00;10.40;1725.00;1.57;0.28 -82;4;3223.00;10.40;1852.50;4.46;0.30 -83;4;3175.00;9.65;1708.50;4.06;0.26 -84;4;3475.50;9.95;1738.00;4.43;0.22 -85;4;3372.00;10.50;1684.50;1.73;0.24 -86;4;3327.00;10.40;1882.00;2.55;0.28 -87;4;3517.50;10.50;1809.00;-1.27;0.92 -88;4;3622.50;10.10;1734.50;4.51;0.36 -89;4;3383.00;9.82;1776.00;4.46;0.24 -90;4;3336.00;10.15;1767.50;2.21;0.18 -91;4;3100.00;10.30;1967.00;1.40;0.58 -92;4;3345.00;9.50;1794.50;4.24;0.24 -93;4;3370.00;10.00;1712.50;2.03;0.24 -94;4;3346.50;10.10;1847.50;1.71;0.28 -95;4;3267.50;9.80;1690.50;1.89;0.22 -96;4;1999.00;9.50;1003.50;-1.10;1.66 -97;4;3452.00;10.35;1688.00;4.24;0.18 -98;4;3419.50;10.60;1898.50;1.68;0.56 -99;4;3589.00;10.40;1780.50;2.29;0.50 -100;4;2929.50;12.60;1723.50;4.51;0.26 -101;4;3117.00;11.85;1932.50;2.03;0.36 -102;4;2925.00;13.25;1788.50;4.58;0.28 -103;4;3239.00;9.80;1967.00;1.81;0.44 -104;4;3249.50;9.70;1724.50;1.89;0.18 -105;4;3654.50;10.40;1929.00;1.57;1.22 -106;4;3451.00;10.40;1717.50;3.73;0.20 -107;4;2983.00;9.75;1843.50;4.06;0.20 -108;4;3571.50;10.50;1773.00;1.78;0.44 -109;4;3088.50;11.30;1865.00;4.19;0.32 -110;4;3321.50;10.50;1687.50;4.39;0.28 -111;4;2986.50;13.35;1789.00;2.97;0.24 -112;4;3523.50;9.80;1686.50;4.30;0.16 -113;4;3023.00;12.30;1794.00;3.92;0.32 -114;4;3034.00;10.90;1740.50;4.46;0.24 -115;4;2992.00;11.30;1827.50;4.06;0.32 -116;4;3337.00;9.90;1958.50;4.42;0.50 -117;4;3289.50;9.80;1706.50;4.17;0.28 -118;4;3105.00;10.30;1832.50;1.47;0.38 -119;4;3525.50;9.80;1723.50;1.03;0.28 -120;4;3216.50;9.90;1857.50;2.73;0.32 -121;4;3422.50;10.50;1678.50;2.35;0.26 -123;4;3658.50;9.90;1735.00;1.57;0.28 -124;4;3192.50;10.40;1896.50;4.57;0.40 -125;4;3059.00;10.00;1782.00;4.39;0.28 -126;4;3246.50;9.80;1716.50;2.94;0.24 -127;4;3368.50;10.20;1788.50;3.00;0.24 -128;4;3169.50;11.40;1970.00;4.53;0.34 -129;4;1696.00;9.82;853.00;-1.10;0.30 -130;4;3079.50;10.80;1806.00;3.30;0.32 -131;4;2730.00;10.82;1708.00;1.57;0.24 -132;4;3208.00;10.32;1825.00;-1.10;0.40 -133;4;2993.50;12.20;1768.00;1.57;0.34 -134;4;3316.00;9.80;1849.50;3.52;0.30 -135;4;3497.00;9.80;1679.50;1.40;0.24 -136;4;1618.50;14.10;893.50;-1.06;0.26 -137;4;2904.50;9.50;1713.00;4.71;0.32 -138;4;3383.50;9.90;1785.50;1.42;0.28 -139;4;3270.50;9.70;1774.50;1.24;0.30 -140;4;3405.00;9.85;1815.00;4.12;0.40 -141;4;1613.00;15.40;898.50;-1.06;0.24 -142;4;3302.50;10.00;1960.00;1.75;0.36 -143;4;3461.00;10.50;1704.00;4.24;0.22 -144;4;2960.00;11.55;1747.50;3.73;0.24 -145;4;3074.00;11.60;1849.50;4.06;0.36 -146;4;3602.00;9.80;1711.50;4.54;0.30 -147;4;2992.50;10.50;1724.50;4.30;0.26 -148;4;3110.50;11.60;1887.50;1.71;0.36 -149;4;3283.50;9.80;1737.50;4.39;0.22 -150;4;3375.50;10.40;1694.00;1.57;0.24 -151;4;3143.50;11.30;1929.50;4.39;0.36 -152;4;3332.50;10.30;1743.50;4.51;0.20 -154;4;3588.50;10.50;1832.50;4.65;0.80 -155;4;3326.50;9.85;1811.00;4.71;0.36 -156;4;3046.00;10.70;1752.50;1.81;0.24 -157;4;3318.00;9.90;1810.50;1.69;0.32 -158;4;3191.79;9.70;1857.22;-1.40;0.28 -159;4;2737.00;12.42;1664.00;1.10;0.22 -160;4;3382.00;10.12;1734.00;2.15;0.30 -161;4;3084.00;9.67;1717.00;4.39;0.28 -162;4;3206.50;10.10;1889.00;4.29;0.28 -163;4;3399.50;10.40;1745.00;2.15;0.26 -164;4;3443.00;10.40;1692.00;2.67;0.22 -165;4;1615.50;10.50;885.00;-1.06;0.22 -166;4;3377.00;10.35;1759.50;1.73;0.26 -167;4;3201.50;10.50;1950.50;4.20;0.40 -168;4;3017.00;12.10;1826.50;1.40;0.32 -169;4;3149.00;9.70;1764.00;1.89;0.26 -170;4;3332.50;10.40;1846.50;1.71;0.32 -171;4;2986.00;10.12;1706.00;2.35;0.20 -172;4;3343.00;10.35;1729.50;3.14;0.24 -173;4;3040.50;12.50;1893.00;1.57;0.32 -174;4;3459.50;10.50;1725.00;1.19;0.24 -175;4;3512.50;9.80;1691.50;4.51;0.20 -176;4;3314.50;9.80;1878.00;1.35;0.38 -178;4;3312.00;10.70;1930.00;2.55;0.32 -179;4;2995.00;10.60;1741.50;4.24;0.26 -180;4;3495.00;9.70;1843.00;2.11;0.78 -181;4;3265.50;10.40;1719.50;2.35;0.22 -182;4;3102.00;10.40;1819.50;2.03;0.30 -183;4;3464.50;10.40;1779.50;1.46;0.42 -184;4;3053.00;11.72;1849.00;1.57;0.34 -185;4;3157.00;9.70;1700.00;3.14;0.36 -186;4;3541.50;10.50;1760.00;-1.43;0.36 -187;4;3332.50;10.70;1687.00;4.71;0.24 -188;4;2903.00;10.52;1788.00;2.11;0.34 -189;4;3652.00;9.95;1723.00;1.76;0.34 -190;4;3076.00;14.40;1919.50;4.24;0.24 -191;4;3252.00;13.00;461.00;1.57;0.84 -192;4;3077.50;11.80;1940.50;-1.42;0.28 -193;4;1626.00;11.75;907.50;-1.06;0.22 -194;4;3337.50;10.60;1710.50;4.17;0.26 -195;4;3189.00;10.30;1837.00;1.57;0.36 -196;4;3497.00;9.80;1719.50;4.54;0.20 -197;4;3273.00;10.85;1901.50;1.47;0.36 -198;4;3761.00;9.70;1975.50;4.42;1.26 -200;4;2763.00;9.85;1690.00;1.89;0.24 -201;4;3164.50;10.50;1907.00;4.12;0.44 -202;4;3006.00;12.70;1782.50;1.69;0.22 -203;4;3180.50;11.20;1947.00;4.41;0.48 -204;4;3214.00;9.80;1754.50;3.52;0.20 -205;4;3070.00;10.65;1801.00;-1.10;0.32 -206;4;3660.00;9.90;1660.50;2.03;0.30 -207;4;3276.00;10.52;1659.00;3.92;0.26 -208;4;3523.50;9.85;1575.00;3.78;0.18 -209;4;3381.50;9.70;1851.50;0.78;1.70 -210;4;2572.00;9.50;1084.50;1.41;1.40 -212;4;3396.00;10.10;1585.00;2.03;0.20 -213;4;2055.00;9.50;351.00;1.91;1.02 -214;4;3436.00;9.80;1631.00;1.57;0.20 -215;4;3252.00;9.80;1563.00;1.57;0.24 -216;4;3250.00;9.90;1594.50;1.40;0.22 -217;4;1877.50;9.50;2023.00;1.71;0.98 -218;4;1456.00;9.50;340.00;4.60;1.76 -219;4;2752.50;13.00;1633.50;4.51;0.26 -220;4;5149.00;9.50;1490.50;-1.37;1.08 -221;4;2813.50;9.90;1572.50;2.35;0.24 -222;4;3231.00;10.40;1661.50;4.54;0.24 -223;4;3297.50;10.00;1610.00;4.33;0.18 -224;4;3984.50;9.50;807.00;1.39;1.08 -225;4;3168.00;9.50;1234.50;2.21;0.74 -226;4;3332.50;10.40;1665.50;4.57;0.24 -227;4;3625.00;9.87;1599.00;4.71;0.26 -228;4;3597.50;10.20;1635.50;4.17;0.20 -229;4;5231.00;11.25;546.50;0.58;1.06 -230;4;5399.50;9.50;1315.00;3.18;1.18 -231;4;3403.00;9.85;1675.50;4.46;0.22 -232;4;3462.00;9.80;1582.50;1.81;0.22 -233;4;3231.50;10.20;1632.50;1.71;0.32 -234;4;4759.50;9.50;449.50;3.20;0.24 -235;4;4235.00;9.50;657.50;1.54;0.84 -236;4;3314.00;9.90;1590.50;-1.32;0.24 -237;4;3714.00;11.37;1683.00;4.71;0.34 -238;4;3322.00;10.02;1558.00;2.03;0.20 -239;4;4510.00;9.50;322.50;-1.17;1.14 -240;4;3872.50;9.50;702.00;4.37;1.10 -241;4;2927.50;9.70;1589.50;4.57;0.32 -242;4;3042.50;10.70;1670.00;1.78;0.22 -243;4;3091.50;9.80;1578.50;2.35;0.24 -244;4;3838.50;9.50;64.00;1.78;1.06 -246;4;3366.50;10.00;1604.50;1.76;0.20 -247;4;2936.50;9.70;1571.00;1.57;0.18 -248;4;3292.00;11.20;1664.50;4.46;0.28 -249;4;2212.50;9.50;160.00;2.15;0.80 -250;4;2398.50;9.50;273.00;-1.46;0.86 -251;4;2456.50;9.50;963.50;4.68;1.32 -252;4;3423.50;9.90;1667.50;1.71;0.24 -253;4;2740.00;11.90;1573.50;4.46;0.24 -254;4;2430.00;9.50;1461.50;1.60;1.52 -255;4;1389.00;9.50;2020.50;4.48;1.24 -256;4;3489.00;10.35;1671.50;4.46;0.24 -257;4;3531.00;10.17;1582.00;1.57;0.20 -258;4;1046.50;9.50;36.50;3.73;1.06 -259;4;61.00;9.50;451.50;4.03;0.92 -260;4;3578.50;9.80;1641.50;1.16;0.28 -261;4;3388.00;10.10;1586.00;1.57;0.18 -262;4;19.00;9.50;1283.00;4.45;1.02 -263;4;427.50;9.50;1547.50;4.59;0.98 -264;4;430.50;9.50;682.50;4.49;1.08 -265;4;3183.00;10.20;1656.00;4.24;0.24 -266;4;3146.00;9.80;1603.00;2.03;0.20 -267;4;1366.50;9.50;633.50;1.95;1.32 -268;4;2998.00;9.70;1590.00;4.39;0.20 -269;4;3434.00;9.85;1603.00;4.24;0.20 -270;4;3504.00;10.40;1656.50;1.73;0.22 -271;4;2813.50;9.90;1577.00;4.71;0.24 -272;4;3589.00;9.77;1696.00;1.81;0.28 -273;4;3671.00;9.97;1613.00;1.32;0.36 -274;4;3358.50;10.00;1623.00;4.33;0.20 -275;4;3458.00;9.80;1589.50;1.73;0.18 -276;4;2692.00;12.67;1633.00;2.03;0.26 -277;4;3225.00;10.60;1606.00;4.24;0.26 -278;4;3715.00;13.75;1698.50;1.69;0.38 -279;4;3086.50;9.80;1584.50;1.71;0.24 -280;4;3442.00;9.80;1649.50;2.21;0.20 -281;4;3150.50;10.15;1620.00;4.43;0.20 -282;4;3558.50;10.40;1659.50;4.51;0.26 -283;4;3429.50;10.45;1621.00;4.71;0.20 -284;4;2716.00;10.80;1662.50;2.76;0.26 -285;4;2691.50;9.90;1581.50;2.35;0.28 -286;4;3530.50;10.45;1590.00;4.71;0.24 -287;4;3326.50;10.60;1643.50;3.92;0.30 -288;4;3330.50;9.80;1564.50;4.51;0.18 -289;4;3292.50;9.90;1598.50;4.51;0.24 -290;4;3166.00;9.85;1570.50;2.03;0.28 -291;4;3671.50;9.90;1625.50;4.60;0.34 -292;4;3578.50;10.40;1615.00;4.03;0.22 -293;4;3000.00;9.70;1595.50;-1.40;0.24 -294;4;3246.00;10.35;1606.00;4.24;0.24 -295;4;3007.50;9.80;1695.00;1.57;0.30 -296;4;2794.50;9.90;1581.50;3.46;0.22 -297;4;3500.50;10.00;1621.50;3.92;0.22 -298;4;3612.00;10.50;1601.00;4.39;0.20 -299;4;3057.50;9.85;1666.00;2.49;0.22 -300;4;3370.00;10.00;1595.50;2.03;0.16 -301;4;3398.50;10.30;1638.00;4.71;0.24 -302;4;3389.00;10.25;1559.00;4.71;0.24 -303;4;2675.00;10.40;1597.00;4.39;0.24 -304;4;3247.00;9.80;1576.00;3.73;0.28 -305;4;3620.00;9.85;1673.50;1.93;0.28 -306;4;3302.50;10.00;1616.50;4.57;0.18 -307;4;3781.50;10.50;1658.00;1.72;0.26 -308;4;3200.00;9.75;1694.00;4.71;0.24 -309;4;2936.00;10.20;1579.50;4.46;0.22 -310;4;3219.00;10.25;1647.50;3.81;0.24 -311;4;2739.00;12.20;1587.00;4.24;0.24 -312;4;3438.50;9.75;1837.00;4.53;0.36 -313;4;3468.50;9.80;1558.50;1.37;0.20 -314;4;3435.50;10.00;1593.00;4.12;0.20 -315;4;3318.00;9.85;1565.50;1.81;0.22 -317;4;2956.50;9.70;1615.00;2.15;0.22 -318;4;3182.00;10.45;1583.00;4.71;0.24 -319;4;3236.00;9.80;1671.50;4.06;0.22 -320;4;3284.50;9.85;1675.00;4.71;0.22 -321;4;2992.00;9.70;1602.00;4.39;0.28 -322;4;2815.00;9.85;1587.00;3.60;0.24 -323;4;3275.00;9.90;1634.00;4.39;0.20 -324;4;3512.50;11.30;1597.00;2.15;0.26 -325;4;3533.00;9.90;1648.50;4.54;0.22 -326;4;3538.50;10.00;1558.50;3.46;0.18 -327;4;3184.50;9.90;1611.50;-1.37;0.28 -328;4;3392.00;10.40;1567.50;2.21;0.22 -329;4;3053.00;9.90;1659.00;2.67;0.22 -330;4;3454.00;10.40;1609.00;1.32;0.20 -331;4;3258.00;9.80;1577.50;1.81;0.26 -332;4;2942.00;9.50;1627.50;-1.32;0.26 -333;4;3359.50;10.40;1670.50;1.76;0.22 -334;4;3084.50;9.80;1594.50;0.78;0.24 -335;4;3353.50;10.00;1628.50;2.35;0.20 -336;4;2929.00;9.70;1584.00;2.67;0.18 -337;4;2675.50;10.70;1632.50;1.42;0.36 -338;4;3597.50;9.75;1566.00;4.33;0.18 -339;4;3591.00;10.40;1595.00;1.10;0.28 -340;4;3458.00;9.90;1566.50;2.55;0.20 -341;4;3224.00;10.40;1654.00;4.71;0.18 -342;4;3265.00;9.90;1598.50;4.54;0.24 -343;4;3326.00;9.90;1570.00;2.03;0.24 -344;4;3382.00;10.60;1656.00;1.89;0.16 -345;4;3510.00;10.00;1609.50;4.46;0.24 -346;4;3435.00;10.50;1665.50;1.32;0.20 -347;4;3175.50;10.40;1583.50;1.37;0.24 -348;4;3138.00;9.50;1622.00;4.24;0.28 -349;4;3018.50;9.90;1594.00;4.12;0.24 -350;4;3420.50;10.45;1623.00;4.12;0.22 -351;4;2769.50;10.40;1635.00;1.95;0.22 -352;4;3332.50;10.00;1603.00;4.12;0.18 -353;4;3528.00;10.52;1564.00;2.03;0.22 -354;4;3292.00;9.90;1635.50;1.32;0.20 -355;4;3596.50;10.20;1617.50;4.17;0.26 -356;4;3396.50;10.00;1569.50;-1.37;0.18 -357;4;3452.00;10.25;1652.50;1.73;0.18 -358;4;3237.50;10.15;1631.00;4.03;0.28 -359;4;3603.00;9.70;1700.00;1.57;0.28 -360;4;3241.50;9.85;1585.00;1.95;0.28 -361;4;3706.00;10.60;1669.50;4.01;0.32 -362;4;3095.00;10.25;1606.50;4.06;0.24 -363;4;3046.00;10.07;1660.00;1.10;0.22 -364;4;2782.50;10.50;1590.50;3.92;0.22 -365;4;3585.00;9.80;1563.00;4.24;0.26 -366;4;3357.00;10.55;1641.50;-0.92;0.22 -367;4;3463.50;9.80;1570.50;2.82;0.22 -368;4;3514.00;10.15;1650.50;3.52;0.18 -369;4;2675.00;10.12;1606.00;3.92;0.24 -370;4;3617.50;9.90;1694.50;3.68;0.28 -371;4;3317.50;9.90;1578.50;2.35;0.24 -372;4;3577.50;9.80;1631.00;1.84;0.26 -375;4;3004.50;9.70;1574.00;1.57;0.26 -376;4;3473.50;9.90;1598.00;1.57;0.16 -377;4;2745.00;12.40;1564.50;3.14;0.22 -378;4;3429.50;9.80;1650.00;4.03;0.22 -379;4;1851.50;9.70;1082.00;2.97;0.14 -380;4;3530.00;9.82;1574.00;4.71;0.16 -381;4;3624.50;10.50;1683.50;1.97;0.22 -382;4;3369.00;10.15;1612.50;4.46;0.20 -383;4;2994.00;9.70;1680.00;-1.10;0.24 -384;4;3392.50;10.00;1575.50;1.37;0.20 -385;4;2685.00;10.20;1627.50;2.21;0.26 -386;4;3254.50;9.80;1586.50;1.42;0.22 -387;4;3279.50;10.50;1647.00;2.24;0.26 -388;4;3060.00;10.05;1574.50;-1.10;0.22 -389;4;3094.50;10.25;1601.00;2.49;0.20 -390;4;3660.00;9.80;1680.50;4.01;0.30 -391;4;2885.50;9.60;1562.00;0.98;0.16 -392;4;3554.50;11.40;1606.50;1.71;0.24 -393;4;3606.00;9.75;1572.00;1.57;0.20 -394;4;2959.50;9.70;1672.00;-1.15;0.32 -395;4;3141.00;9.70;1611.50;1.73;0.28 -396;4;3452.00;9.80;1576.00;4.71;0.20 -397;4;3438.00;9.82;1610.00;4.24;0.20 -398;4;3325.00;9.90;1582.50;1.81;0.22 -399;4;2939.50;9.70;1643.50;2.11;0.24 -400;4;3165.00;10.07;1598.00;4.39;0.20 -401;4;3361.50;10.10;1633.50;2.35;0.20 -402;4;3148.00;10.00;1566.50;4.54;0.26 -403;4;3625.50;10.30;1607.50;4.51;0.18 -404;4;3580.50;10.00;1650.50;4.30;0.22 -405;4;2945.00;9.95;1563.50;1.81;0.26 -406;4;3224.50;9.80;1617.00;4.03;0.36 -407;4;2736.50;10.20;1566.50;2.11;0.20 -409;4;3296.50;9.90;1483.50;4.51;0.24 -410;4;3583.50;9.70;1541.00;1.57;0.20 -411;4;3147.00;9.50;1820.00;0.89;0.86 -412;4;2516.50;9.50;943.50;4.39;1.22 -413;4;3420.00;10.30;1548.00;1.57;0.20 -414;4;3233.50;10.00;1482.50;4.30;0.26 -415;4;3238.00;9.90;1679.50;-1.40;0.26 -416;4;2228.00;9.50;489.00;2.42;0.86 -417;4;3121.00;12.35;1507.50;4.54;0.22 -418;4;3369.00;9.90;1514.50;1.32;0.20 -419;4;2067.50;9.50;1853.50;4.41;1.08 -420;4;1237.50;9.50;275.00;1.88;1.52 -421;4;3071.00;11.65;1516.50;1.73;0.20 -422;4;3184.00;9.90;1531.00;4.71;0.24 -423;4;5313.00;9.50;1599.00;-1.04;1.08 -424;4;3009.50;12.40;1517.50;1.71;0.20 -425;4;2982.00;10.02;1549.00;2.03;0.22 -426;4;3440.50;9.70;1456.50;2.82;0.18 -427;4;3943.00;9.50;896.50;1.39;1.02 -428;4;3243.50;9.50;1206.00;1.50;1.00 -429;4;3372.50;9.80;1466.50;4.51;0.22 -430;4;5136.00;9.50;517.50;0.30;1.88 -431;4;5408.50;9.50;1344.00;1.27;1.30 -432;4;3619.50;9.60;1512.50;2.11;0.34 -433;4;3490.00;9.80;1546.00;1.89;0.16 -434;4;3286.50;9.90;1486.50;3.92;0.20 -435;4;4748.00;9.50;472.00;-1.24;0.62 -436;4;4334.00;9.50;671.00;1.22;1.08 -437;4;3443.00;10.47;1518.00;4.71;0.26 -438;4;3211.00;10.12;1504.00;3.14;0.22 -439;4;4457.00;9.50;312.50;4.44;0.92 -440;4;3852.50;9.50;638.00;1.77;0.88 -441;4;3264.00;9.90;1530.50;1.40;0.24 -442;4;3130.00;11.90;1520.50;4.24;0.24 -444;4;3045.00;9.70;1564.00;4.71;0.14 -445;4;3062.00;12.15;1523.50;2.55;0.18 -446;4;2207.00;9.50;99.50;2.11;1.02 -447;4;2436.00;9.50;351.50;1.94;1.16 -448;4;2522.50;9.50;999.00;1.34;1.60 -449;4;3452.00;10.25;1470.00;1.89;0.20 -450;4;2414.50;9.50;1388.50;3.28;1.34 -451;4;1394.50;9.50;1952.00;1.66;1.84 -452;4;3557.50;9.70;1549.00;4.33;0.26 -453;4;3362.00;9.90;1481.50;1.40;0.20 -454;4;2843.50;10.30;1512.00;4.33;0.24 -455;4;997.00;9.50;38.00;2.39;1.14 -456;4;12.00;9.50;468.00;4.62;1.06 -457;4;3377.50;10.50;1549.50;-1.42;0.22 -458;4;3295.50;9.90;1494.00;4.12;0.24 -459;4;120.50;9.50;1279.00;1.26;0.92 -460;4;354.50;9.50;1569.00;4.31;1.30 -461;4;368.50;9.50;630.00;1.65;0.82 -462;4;3222.50;10.25;1500.00;1.95;0.22 -463;4;3325.00;9.80;1529.50;4.46;0.22 -464;4;3610.00;9.60;1464.50;1.93;0.32 -465;4;1338.50;9.50;680.00;4.28;1.06 -466;4;3150.00;11.77;1510.00;2.67;0.24 -467;4;3130.00;10.00;1549.50;1.81;0.22 -468;4;3561.50;9.60;1480.00;1.98;0.32 -469;4;3028.00;12.45;1534.50;-1.32;0.20 -470;4;3573.00;9.60;1508.50;1.10;0.30 -471;4;3461.00;9.80;1552.00;1.10;0.20 -472;4;3370.50;9.80;1478.50;2.82;0.22 -473;4;3408.50;9.80;1523.50;3.46;0.22 -474;4;3201.50;10.00;1539.50;4.57;0.26 -475;4;3655.50;9.60;1434.00;1.95;0.56 -476;4;3247.00;10.20;1499.50;1.81;0.34 -477;4;3567.50;9.60;1471.00;1.84;0.34 -478;4;3022.50;9.80;1555.50;1.76;0.24 -479;4;3093.50;10.70;1538.50;1.89;0.24 -480;4;2863.00;9.57;1544.00;2.35;0.08 -481;4;3506.50;9.80;1466.50;1.76;0.20 -482;4;2978.50;12.55;1532.00;1.57;0.22 -483;4;3521.50;10.35;1552.00;4.71;0.20 -484;4;3445.50;10.15;1477.00;-1.19;0.20 -485;4;2828.50;9.80;1514.00;1.95;0.20 -486;4;3370.00;9.80;1483.50;4.58;0.22 -487;4;3479.00;9.80;1520.00;1.57;0.18 -488;4;3307.00;9.90;1500.50;2.55;0.24 -489;4;3284.50;9.80;1534.50;2.35;0.16 -490;4;1588.00;12.10;1787.00;4.54;1.54 -491;4;3195.50;10.00;1507.50;1.71;0.24 -492;4;1457.00;10.05;1394.50;1.32;0.30 -493;4;3100.50;9.90;1558.50;4.51;0.24 -494;4;3053.00;10.92;1525.00;4.71;0.22 -495;4;2927.50;10.30;1547.50;1.71;0.20 -496;4;3193.50;10.30;1713.00;4.43;0.22 -497;4;3600.50;9.80;1558.00;1.84;0.20 -498;4;3498.00;9.80;1482.50;4.24;0.18 -499;4;3543.00;11.90;1527.50;1.69;0.26 -500;4;3447.00;9.85;1487.50;4.06;0.22 -501;4;3353.50;9.80;1527.00;3.38;0.20 -502;4;3383.50;9.80;1489.00;4.71;0.20 -503;4;2793.50;10.05;1469.00;1.29;0.18 -504;4;3272.00;10.00;1515.00;4.24;0.22 -505;4;872.50;11.80;1586.50;1.76;0.30 -506;4;3105.00;10.32;1532.00;1.57;0.24 -507;4;2781.50;9.95;1555.00;4.71;0.20 -508;4;3614.00;9.60;1526.50;2.26;0.28 -509;4;3456.00;9.85;1483.00;4.24;0.24 -510;4;3433.50;9.90;1530.50;1.76;0.24 -511;4;3346.50;9.80;1503.50;1.89;0.26 -512;4;2835.00;10.00;1477.50;4.46;0.20 -513;4;3194.50;10.10;1531.50;-1.37;0.26 -514;4;3015.50;9.90;1547.50;4.17;0.20 -515;4;1045.50;12.00;1813.00;3.88;0.72 -516;4;2874.50;9.80;1534.50;1.76;0.18 -517;4;4493.00;15.20;1240.50;1.67;0.42 -518;4;3493.00;9.80;1527.00;3.92;0.20 -519;4;2949.00;13.40;1483.50;4.46;0.24 -520;4;3514.00;9.70;1490.50;2.21;0.22 -521;4;2914.00;14.60;1480.50;1.32;0.22 -522;4;3338.50;9.90;1537.00;1.57;0.16 -523;4;3412.00;10.30;1500.50;4.24;0.22 -524;4;3137.00;9.80;1567.00;4.24;0.22 -525;4;3278.00;9.90;1523.00;3.60;0.24 -526;4;2965.00;10.65;1566.00;4.24;0.18 -527;4;2787.50;10.30;1481.00;2.15;0.18 -528;4;883.50;10.40;1611.50;4.17;0.36 -529;4;2919.50;10.55;1529.00;4.71;0.22 -530;4;3178.00;10.27;1645.00;4.24;0.22 -531;4;4445.50;13.75;1202.00;-1.19;0.46 -532;4;3012.00;10.80;1493.50;4.54;0.20 -533;4;3476.50;10.20;1493.50;4.39;0.16 -534;4;3397.00;10.00;1537.50;4.06;0.22 -535;4;3227.50;9.80;1551.50;2.82;0.16 -536;4;3177.00;10.20;1523.50;3.73;0.24 -537;4;3029.50;9.70;1577.00;4.33;0.18 -538;4;2985.50;10.50;1543.50;3.92;0.20 -539;4;2789.00;11.25;1491.50;4.46;0.18 -540;4;2733.50;11.30;1541.50;3.92;0.28 -541;4;3087.00;10.15;1486.50;1.81;0.20 -542;4;2744.50;9.70;1478.00;1.95;0.16 -543;4;3034.00;13.95;1494.00;3.14;0.18 -544;4;3469.00;9.90;1533.50;4.54;0.26 -545;4;3548.00;9.70;1501.50;2.03;0.30 -546;4;3290.50;9.80;1553.50;4.51;0.20 -547;4;3428.00;9.80;1499.00;1.10;0.20 -548;4;3105.00;9.80;1566.00;4.71;0.18 -549;4;2922.50;12.00;1495.50;4.51;0.16 -550;4;3267.50;10.00;1521.00;1.29;0.20 -551;4;2866.00;9.80;1491.00;1.57;0.24 -552;4;3059.50;10.00;1547.00;1.57;0.20 -553;4;2806.00;10.35;1490.50;4.46;0.22 -554;4;3646.00;9.60;1492.00;2.82;0.34 -555;4;3116.50;9.80;1491.00;3.38;0.22 -556;4;4439.50;15.10;1241.00;4.71;0.46 -557;4;3064.50;9.90;1495.50;1.42;0.16 -558;4;3369.50;10.05;1540.00;4.71;0.22 -559;4;3326.00;9.75;1513.00;3.60;0.26 -560;4;3214.50;10.40;1559.50;1.42;0.22 -561;4;2980.00;10.80;1500.50;2.21;0.18 -562;4;3143.00;9.90;1534.00;1.57;0.22 -563;4;2925.50;11.90;1502.50;2.82;0.18 -564;4;2949.00;10.80;1547.00;4.39;0.26 -565;4;3246.50;10.20;1460.50;1.42;0.20 -566;4;3612.50;9.70;1545.50;4.51;0.16 -567;4;3185.00;9.70;1714.50;1.47;0.20 -568;4;3327.50;9.70;1441.50;1.42;0.20 -569;4;3053.00;12.55;1505.50;2.21;0.18 -570;4;3402.50;10.20;1509.50;4.51;0.24 -571;4;2986.00;10.95;1506.50;4.46;0.22 -572;4;3207.50;10.10;1528.50;2.11;0.22 -573;4;3024.00;10.65;1543.50;4.46;0.16 -574;4;3312.50;9.70;1466.50;4.57;0.22 -575;4;2843.50;9.70;1535.50;1.89;0.16 -576;4;3638.00;9.60;1505.00;1.32;0.34 -577;4;3208.50;10.30;1485.50;3.92;0.20 -578;4;3510.00;9.90;1538.00;1.57;0.22 -579;4;3485.00;9.80;1510.50;1.32;0.22 -580;4;3356.00;10.50;1548.50;1.73;0.24 -581;4;3117.00;12.00;1497.50;1.73;0.20 -582;4;3302.00;9.80;1521.50;1.44;0.16 -583;4;3052.00;12.55;1516.50;4.54;0.18 -584;4;3102.50;10.35;1541.00;2.15;0.16 -585;4;3431.50;9.70;1455.00;1.57;0.18 -586;4;2992.00;12.50;1516.50;3.73;0.22 -587;4;2910.00;9.80;1538.50;3.14;0.16 -588;4;3349.50;9.80;1464.50;2.11;0.22 -589;4;2941.00;10.60;1513.00;0.78;0.22 -590;4;2852.00;12.72;1431.00;3.92;0.16 -591;4;3042.50;10.30;1416.50;2.35;0.18 -592;4;1616.00;10.10;842.50;-1.09;0.26 -593;4;3086.50;9.50;1767.00;-0.61;1.08 -594;4;2515.00;9.50;909.00;2.55;1.10 -595;4;2806.50;9.80;1427.50;2.11;0.22 -596;4;3049.00;10.65;1444.00;1.57;0.18 -597;4;2216.50;9.50;602.00;4.51;1.26 -598;4;1629.50;10.30;1629.50;3.92;0.26 -599;4;3026.50;10.90;1431.50;1.89;0.22 -600;4;1969.50;9.50;1957.00;4.38;1.54 -601;4;1160.50;9.50;179.00;2.07;1.16 -602;4;1491.00;11.25;1691.50;3.73;0.50 -603;4;2973.50;10.10;1429.50;4.17;0.24 -604;4;5497.00;9.90;1663.50;0.43;1.24 -605;4;1593.50;10.55;1633.00;1.95;0.26 -606;4;3100.00;10.60;1412.00;4.24;0.22 -607;4;2942.50;10.70;1433.50;3.92;0.18 -608;4;3921.50;9.50;980.00;1.85;1.50 -609;4;3327.50;9.50;1212.00;-1.48;0.78 -610;4;877.00;11.90;1555.00;1.57;0.32 -611;4;2920.00;15.90;1430.50;2.21;0.22 -612;4;5587.50;9.50;1435.50;4.06;0.92 -613;4;5307.00;9.50;1249.00;2.23;1.52 -614;4;3136.50;10.50;1417.50;1.37;0.24 -615;4;3589.50;9.60;1460.50;4.09;0.32 -616;4;4758.50;9.50;414.50;-1.48;0.64 -617;4;4293.50;9.50;646.00;4.33;0.96 -618;4;3556.50;9.60;1459.50;3.68;0.24 -619;4;3104.00;9.80;1426.50;4.54;0.20 -620;4;2824.00;10.07;1435.00;4.24;0.24 -621;4;4481.50;9.50;268.00;1.74;1.02 -622;4;3900.00;9.50;781.00;4.24;0.96 -623;4;3823.50;9.50;677.50;4.66;0.78 -624;4;3067.50;9.95;1429.00;2.15;0.26 -625;4;2813.50;9.80;1436.50;4.51;0.20 -626;4;3783.00;9.50;78.50;1.17;1.32 -627;4;3006.00;9.50;36.00;2.40;0.98 -628;4;3006.00;9.70;1437.00;4.39;0.22 -629;4;2806.00;10.00;1444.00;4.24;0.26 -630;4;3153.00;10.75;1407.00;1.81;0.20 -631;4;2194.00;9.50;53.00;1.04;0.90 -632;4;2364.50;9.50;324.00;4.63;1.28 -633;4;2510.50;9.50;1059.00;4.08;1.60 -634;4;1758.00;10.02;1671.00;2.89;0.38 -635;4;2500.50;9.50;1420.50;1.46;1.44 -636;4;2934.50;15.35;1447.00;1.57;0.18 -637;4;3183.50;11.60;1412.00;1.57;0.20 -638;4;1498.00;9.87;1427.00;4.24;0.26 -639;4;896.00;9.50;27.50;3.85;0.84 -640;4;36.00;9.50;522.50;1.88;1.04 -641;4;2888.50;10.10;1444.50;1.76;0.20 -642;4;3649.00;9.60;1453.00;4.06;0.44 -643;4;75.00;9.50;1338.50;3.45;1.00 -644;4;336.00;9.50;1529.50;4.27;1.22 -645;4;370.00;9.50;588.50;4.67;1.02 -646;4;3134.50;10.40;1435.50;1.71;0.24 -647;4;1307.50;9.50;669.00;1.73;0.84 -648;4;2876.50;10.30;1453.50;3.46;0.24 -649;4;3222.50;10.30;1389.50;4.30;0.30 -650;4;1708.00;11.17;320.00;3.46;0.32 -651;4;2825.00;9.80;1451.50;4.06;0.18 -652;4;3462.50;15.50;1318.50;4.57;0.30 -653;4;3042.00;13.10;1452.50;0.92;0.20 -654;4;3470.00;13.05;1370.50;-1.44;0.20 -655;4;2795.50;10.20;1448.50;4.17;0.24 -656;4;2990.50;15.50;1446.50;3.92;0.18 -657;4;3242.00;9.90;1400.00;4.39;0.24 -658;4;2947.50;14.00;1448.50;-1.37;0.16 -659;4;1503.50;10.95;1557.00;-1.35;0.28 -660;4;3197.50;11.60;1421.00;4.33;0.26 -661;4;2951.00;13.85;1455.50;1.81;0.16 -662;4;3153.50;12.65;1433.00;2.97;0.26 -663;4;2934.50;12.50;1464.00;4.71;0.18 -664;4;4892.50;10.05;1430.00;-1.19;0.26 -665;4;3054.00;10.27;1447.00;3.92;0.14 -666;4;3519.50;10.75;1378.00;4.33;0.18 -667;4;2859.50;10.10;1460.50;2.35;0.24 -668;4;3010.00;13.90;1457.50;3.14;0.16 -669;4;2824.00;9.80;1457.50;1.73;0.20 -670;4;3513.50;10.85;1380.00;1.29;0.20 -671;4;3002.50;15.15;1456.00;1.57;0.24 -672;4;3458.00;14.55;1378.50;4.35;0.22 -673;4;2984.50;13.20;1465.50;4.39;0.16 -674;4;3223.50;9.70;1413.00;4.43;0.22 -675;4;4917.50;10.40;1514.00;2.00;0.56 -676;4;3177.50;12.25;1439.00;-1.29;0.24 -677;4;895.00;11.20;1514.50;2.86;0.26 -678;4;2920.00;13.37;1470.00;1.57;0.20 -679;4;3123.00;9.75;1444.00;4.24;0.18 -680;4;2882.50;10.60;1470.50;3.46;0.16 -681;4;4917.00;10.42;1448.00;1.24;0.30 -682;4;1542.00;9.50;724.50;-1.13;0.18 -683;4;3527.50;10.30;1395.00;2.49;0.22 -684;4;3111.00;9.80;1459.00;4.39;0.20 -685;4;3479.00;18.20;1387.00;-1.32;0.26 -686;4;3070.00;10.55;1466.00;2.03;0.24 -687;4;3257.50;9.70;1420.50;4.30;0.28 -688;4;3014.00;13.72;1471.00;2.03;0.20 -689;4;1486.50;10.65;1570.00;4.71;0.24 -690;4;3211.50;13.35;1430.00;2.15;0.18 -691;4;1488.00;10.47;1581.00;2.03;0.28 -692;4;2987.50;11.40;1479.00;2.15;0.22 -693;4;3164.00;14.37;1447.00;4.24;0.22 -694;4;2944.50;13.50;1478.50;2.11;0.18 -695;4;1476.00;10.80;1580.00;1.57;0.22 -696;4;3156.50;12.20;1451.50;2.82;0.20 -697;4;3193.50;13.20;421.00;2.60;1.18 -698;4;2913.00;12.87;1469.00;2.03;0.20 -699;4;3131.00;9.70;1463.00;2.35;0.22 -700;4;3542.00;9.70;1401.50;3.52;0.24 -701;4;3086.50;10.10;1461.00;2.15;0.18 -702;4;1591.00;11.20;1568.50;1.73;0.24 -703;4;1412.00;10.80;1652.00;4.39;0.42 -704;4;3052.50;13.20;1480.50;1.76;0.22 -705;4;3333.50;9.60;1423.00;2.15;0.28 -706;4;1636.50;11.20;1573.50;4.51;0.24 -707;4;3000.50;13.70;1472.00;4.71;0.24 -708;4;2972.00;11.17;1484.00;1.57;0.24 -709;4;1439.00;10.15;1657.00;3.73;0.46 -710;4;927.50;15.00;1526.00;2.09;0.34 -711;4;3210.00;12.80;1449.50;1.40;0.18 -712;4;3514.50;11.55;1404.00;4.71;0.26 -713;4;3153.00;10.85;1465.50;-1.40;0.24 -714;4;3462.00;11.87;1401.00;4.71;0.22 -715;4;1680.00;10.05;1592.50;3.73;0.16 -716;4;3114.00;9.70;1470.00;3.60;0.24 -717;4;3418.00;9.97;1407.00;1.89;0.22 -718;4;1671.50;10.70;1591.50;1.71;0.14 -719;4;3403.00;10.95;1410.50;3.14;0.24 -720;4;1424.00;10.05;1544.50;1.73;0.32 -721;4;3312.50;9.65;1446.00;2.24;0.24 -722;4;1535.00;13.25;1598.50;4.54;0.28 -723;4;3242.00;9.87;1451.00;2.03;0.24 -724;4;2685.00;12.65;1349.50;3.14;0.16 -725;4;4932.50;12.00;1455.50;4.57;0.30 -726;4;2714.00;13.20;1373.50;4.46;0.20 -727;4;3191.00;16.95;1467.50;4.06;0.20 -728;4;3520.50;10.60;1413.50;4.17;0.26 -729;4;2693.00;12.10;1377.00;4.71;0.18 -730;4;3136.00;9.70;1470.00;3.60;0.24 -731;4;3486.00;10.62;1406.00;1.24;0.20 -732;4;3025.50;11.10;1487.00;4.71;0.22 -733;4;1684.00;11.00;1615.00;4.51;0.34 -734;4;792.50;9.50;799.50;-0.78;0.26 -735;4;3441.00;10.70;1421.50;4.46;0.20 -736;4;1159.50;10.70;1809.50;1.53;0.86 -737;4;3322.00;9.70;1450.50;4.54;0.22 -738;4;2741.50;13.30;1379.50;-1.24;0.20 -739;4;4927.50;10.20;1469.50;4.57;0.32 -740;4;2762.00;10.10;1384.00;1.57;0.20 -741;4;3269.50;9.70;1454.50;4.57;0.30 -742;4;3526.50;10.85;1423.00;4.71;0.18 -743;4;2784.00;9.80;1387.50;4.06;0.24 -744;4;3216.50;11.30;1463.50;4.57;0.20 -745;4;3517.00;10.90;1422.50;-0.92;0.24 -746;4;3171.50;10.50;1472.50;1.42;0.18 -747;4;2758.00;12.40;1267.00;3.92;0.20 -748;4;3462.50;10.70;1425.50;3.92;0.24 -749;4;1562.00;9.70;1600.50;4.54;0.16 -751;4;1451.50;9.75;1663.00;4.41;0.42 -752;4;2836.50;10.20;1406.50;4.57;0.18 -753;4;4949.50;13.50;1463.50;3.92;0.20 -754;4;3262.50;9.80;1466.00;4.33;0.24 -755;4;2823.00;10.00;1407.50;4.54;0.14 -756;4;3834.50;10.65;1281.00;4.29;0.40 -757;4;3559.50;9.70;1435.00;1.84;0.16 -758;4;2673.50;9.70;1385.50;3.92;0.24 -759;4;3511.50;9.90;1436.50;4.30;0.30 -760;4;2861.50;11.90;1399.50;1.89;0.18 -761;4;1469.50;9.90;1798.50;-1.22;1.90 -762;4;2884.50;9.80;1414.00;4.71;0.18 -763;4;1355.00;10.90;1790.00;0.08;1.44 -764;4;2907.00;15.95;1419.50;1.73;0.20 -765;4;3414.50;9.70;1443.00;4.33;0.20 -766;4;916.00;14.07;1542.00;1.89;0.28 -767;4;3337.50;9.70;1452.00;4.71;0.22 -768;4;897.00;10.50;1544.50;2.86;0.22 -769;4;2856.00;13.07;1421.00;4.71;0.22 -770;4;2926.50;10.70;1409.50;1.89;0.14 -771;4;2946.50;11.30;1412.50;1.42;0.16 -772;4;3466.50;11.50;1364.00;1.57;0.24 -773;4;2961.50;9.70;1425.50;3.92;0.18 -774;4;1545.00;10.95;1609.50;4.46;0.24 -775;4;3446.00;9.70;1443.50;4.06;0.20 -776;4;2943.50;9.80;1425.00;1.57;0.24 -777;4;1474.50;11.25;1708.00;3.70;0.52 -778;4;2908.00;13.25;1433.50;4.46;0.20 -779;4;1548.50;10.60;1622.50;1.37;0.26 -780;4;2888.00;9.70;1422.50;2.21;0.18 -781;4;893.00;13.45;1557.50;1.73;0.34 -782;4;2995.00;9.95;1406.50;1.81;0.18 -783;4;4851.50;11.80;1394.50;1.76;0.30 -784;4;3284.50;12.50;1282.00;4.19;0.24 -785;4;3246.50;11.40;1314.50;4.17;0.26 -786;4;3132.00;9.50;1767.00;0.66;0.82 -787;4;2475.50;9.50;914.00;1.57;1.00 -788;4;1615.00;9.70;1480.50;1.21;0.24 -789;4;3455.50;14.75;1337.00;4.43;0.24 -790;4;2804.00;10.35;1350.50;1.81;0.12 -791;4;2262.50;9.50;679.00;4.18;1.16 -792;4;3365.00;9.80;1214.00;2.67;0.22 -793;4;3181.00;10.30;1387.50;1.81;0.26 -794;4;2715.50;12.90;1335.50;3.33;0.24 -795;4;2189.50;9.50;1805.00;2.26;1.20 -796;4;987.00;9.50;101.50;2.55;1.46 -797;4;3111.00;12.35;1404.00;1.10;0.22 -798;4;2796.00;14.95;1334.00;2.67;0.24 -799;4;2669.00;9.55;1327.50;3.73;0.16 -800;4;4793.50;12.50;1352.50;-1.37;0.22 -801;4;1545.50;10.25;1532.00;4.19;0.30 -802;4;3816.50;9.50;959.00;1.57;0.98 -803;4;3306.00;9.50;1171.00;-0.46;0.72 -804;4;3332.50;11.25;1319.00;0.98;0.22 -805;4;1309.00;10.40;1390.50;4.46;0.34 -806;4;3367.00;9.70;1267.50;-1.44;0.28 -807;4;5132.00;9.50;621.00;1.42;1.08 -808;4;5303.50;9.50;1312.00;1.84;1.16 -809;4;2718.00;12.70;1295.00;1.57;0.20 -810;4;4855.00;12.35;1407.50;4.46;0.24 -811;4;4721.50;9.50;393.00;-1.46;0.88 -812;4;4362.50;9.50;630.00;1.21;1.10 -813;4;2783.50;12.80;1347.50;1.42;0.20 -814;4;4651.50;11.00;1339.50;-1.16;0.28 -815;4;4506.00;9.50;271.00;-1.49;1.08 -816;4;3813.50;9.50;635.00;1.67;0.98 -817;4;2888.50;10.00;1458.50;3.92;0.22 -818;4;3193.00;9.70;1399.00;4.71;0.28 -819;4;3032.00;9.75;1342.50;2.21;0.20 -820;4;3786.50;9.50;39.50;2.15;1.36 -821;4;2960.50;9.50;45.50;2.45;1.30 -822;4;1610.50;9.95;1540.00;1.57;0.16 -823;4;996.00;10.10;1427.50;1.47;0.30 -824;4;2149.00;9.50;62.00;1.66;0.98 -825;4;2337.00;9.50;302.00;0.96;1.26 -826;4;2503.50;9.50;1120.50;-1.53;1.36 -827;4;1524.00;10.80;1544.00;4.71;0.26 -828;4;4595.50;13.80;1344.00;1.57;0.34 -829;4;3536.00;9.75;1202.50;1.69;0.48 -830;4;2533.50;9.50;1493.50;2.42;1.30 -831;4;1488.50;10.40;1541.00;1.95;0.22 -832;4;2769.00;12.60;1305.50;4.54;0.24 -833;4;3132.00;12.95;1351.50;1.81;0.20 -834;4;948.00;9.50;70.50;2.42;1.48 -835;4;80.00;9.50;504.00;1.93;1.24 -836;4;4730.00;11.95;1334.00;3.92;0.22 -837;4;4911.50;12.30;1419.50;-1.42;0.34 -838;4;39.50;9.50;1325.00;1.71;1.04 -839;4;299.00;9.50;1536.50;1.65;1.02 -840;4;391.50;9.50;632.00;-1.47;0.92 -841;4;3132.50;14.50;1330.50;3.46;0.20 -842;4;1426.50;9.50;662.00;0.80;1.24 -844;4;2677.00;9.90;1311.00;3.92;0.18 -845;4;2691.50;12.60;1340.50;4.39;0.20 -846;4;4729.00;9.80;1369.00;4.39;0.28 -847;4;1585.00;10.50;1549.50;4.54;0.22 -848;4;4792.50;12.30;1303.00;-1.19;0.28 -849;4;3216.50;9.70;1336.50;3.68;0.36 -850;4;1034.50;15.10;1476.50;-1.39;0.46 -851;4;3046.00;10.65;1330.50;2.55;0.24 -852;4;4794.50;14.40;1334.00;1.95;0.22 -853;4;1061.00;11.40;1425.50;1.48;0.46 -854;4;2839.50;11.55;1356.00;-1.19;0.24 -855;4;5033.61;9.70;1590.82;3.14;0.50 -856;4;3260.00;12.65;1314.50;4.58;0.26 -857;4;2766.50;13.10;1354.50;1.76;0.16 -858;4;2741.50;12.10;1317.50;1.76;0.16 -860;4;1474.50;10.40;1402.00;1.98;0.34 -861;4;4807.00;15.20;1356.00;2.03;0.22 -862;4;1610.50;10.25;1565.00;4.71;0.28 -863;4;3150.00;10.67;1312.00;4.71;0.22 -864;4;3483.50;14.40;1288.50;4.60;0.24 -865;4;1604.00;9.70;1497.50;3.81;0.32 -866;4;1542.00;9.70;1331.00;1.81;0.30 -867;4;3134.50;14.30;1359.50;1.76;0.20 -868;4;1131.00;18.70;1511.00;4.57;0.46 -869;4;3328.00;11.05;1290.50;-1.44;0.20 -870;4;1479.50;10.70;1562.50;1.97;0.26 -871;4;2790.00;14.35;1325.50;4.46;0.24 -872;4;2821.00;11.87;1360.00;1.89;0.20 -873;4;1596.50;9.80;1516.00;1.57;0.32 -874;4;2700.00;11.97;1341.00;-1.24;0.24 -875;4;2728.50;11.80;1286.50;4.39;0.20 -876;4;3430.00;12.70;1301.50;1.73;0.30 -877;4;2701.50;11.60;1351.00;4.12;0.18 -878;4;3207.00;12.00;1353.00;2.67;0.18 -879;4;2726.00;12.77;1290.00;1.57;0.20 -880;4;1571.50;10.80;1559.00;1.95;0.24 -881;4;4636.00;11.82;1341.00;4.39;0.24 -882;4;1546.00;10.55;1575.00;1.89;0.26 -883;4;3049.00;10.47;1349.00;4.24;0.18 -884;4;2764.50;14.40;1362.50;2.82;0.20 -885;4;2752.00;13.27;1366.00;1.89;0.16 -886;4;3374.50;13.70;1278.50;0.78;0.36 -887;4;4752.50;10.40;1368.50;-1.37;0.26 -888;4;2776.50;12.45;1315.00;2.15;0.24 -889;4;2681.00;12.67;1341.00;4.71;0.16 -890;4;3283.00;11.87;1335.00;4.46;0.18 -891;4;1629.00;10.42;1565.00;-1.24;0.22 -892;4;4725.50;11.80;1339.50;3.46;0.26 -893;4;3194.00;13.67;1354.00;4.71;0.22 -894;4;1619.50;12.40;1577.50;2.35;0.18 -896;4;2733.50;11.30;1324.00;4.71;0.20 -897;4;2824.00;12.75;1366.50;1.81;0.16 -898;4;4832.00;9.95;1364.50;2.21;0.26 -899;4;2812.50;12.50;1369.00;4.12;0.16 -900;4;4649.00;10.05;1327.00;2.03;0.24 -901;4;3441.50;11.05;1237.00;2.97;0.34 -902;4;2950.00;10.55;1316.50;4.06;0.18 -903;4;2742.50;12.50;1364.50;1.89;0.20 -904;4;3294.50;9.90;1342.50;1.97;0.24 -906;4;4792.00;14.52;1344.00;2.03;0.22 -907;4;3155.00;12.77;1362.00;2.03;0.24 -908;4;1669.00;10.75;1584.00;1.57;0.16 -909;4;3285.50;14.05;1311.00;3.78;0.22 -910;4;2984.00;10.80;1384.00;1.89;0.22 -911;4;2901.00;10.30;1386.00;3.14;0.18 -912;4;4760.50;11.10;1320.50;3.46;0.20 -913;4;1499.50;10.05;1477.00;4.03;0.22 -914;4;3119.50;9.80;1323.50;3.46;0.22 -915;4;2802.50;12.50;1372.50;4.51;0.24 -916;4;4739.50;9.80;1377.00;4.43;0.26 -917;4;880.50;14.20;1891.50;1.86;1.12 -918;4;2715.50;12.15;1355.00;4.71;0.16 -919;4;3367.50;13.80;1317.00;1.57;0.30 -920;4;2705.50;12.65;1357.00;4.71;0.20 -921;4;3358.00;12.87;1297.00;4.71;0.28 -922;4;3235.50;9.90;1353.00;-1.29;0.24 -923;4;3022.50;10.65;1352.00;1.57;0.22 -924;4;2673.50;9.85;1312.00;1.57;0.22 -925;4;3016.50;10.20;1385.50;2.35;0.24 -926;4;1406.00;10.20;1618.50;-1.44;0.34 -927;4;4802.50;13.65;1371.00;4.71;0.20 -928;4;3236.00;10.05;1300.50;4.54;0.22 -929;4;2810.00;10.40;1396.00;4.71;0.18 -930;4;4728.50;10.50;1396.50;4.60;0.38 -931;4;2704.50;10.50;1299.00;4.71;0.20 -932;4;2770.50;11.50;1372.00;4.71;0.20 -933;4;3360.50;12.20;1330.50;4.51;0.24 -934;4;4691.00;11.55;1352.50;1.73;0.30 -935;4;3165.00;13.07;1365.00;0.78;0.26 -936;4;3147.00;13.12;1338.00;-1.10;0.24 -937;4;3107.00;14.00;1385.00;3.92;0.24 -938;4;2693.00;13.20;1332.00;4.71;0.18 -939;4;2731.00;14.45;1333.00;1.57;0.24 -940;4;3309.50;13.20;1286.50;3.92;0.26 -941;4;962.50;13.35;1461.00;1.05;0.36 -942;4;2769.00;12.00;1311.50;1.81;0.20 -943;4;2832.00;10.40;1387.00;3.92;0.22 -944;4;4824.00;12.30;1375.50;4.54;0.24 -945;4;4759.00;11.15;1349.00;4.39;0.18 -946;4;4794.00;12.42;1385.00;3.14;0.26 -947;4;3259.00;11.25;1327.50;3.52;0.22 -948;4;2782.50;13.10;1343.50;3.46;0.20 -949;4;3168.50;13.20;1376.00;3.38;0.20 -950;4;2749.50;12.30;1289.50;1.76;0.20 -951;4;1590.50;11.50;1524.50;1.89;0.26 -952;4;4620.00;12.60;1346.50;1.01;0.28 -953;4;3096.00;13.95;1388.00;1.57;0.20 -954;4;1427.50;9.90;1499.50;1.37;0.26 -955;4;3041.00;10.62;1338.00;1.57;0.22 -956;4;2899.00;10.95;1392.50;4.46;0.18 -957;4;4868.00;9.70;1387.50;4.24;0.34 -958;4;2885.50;9.90;1400.50;2.35;0.16 -959;4;4823.50;10.45;1344.00;4.71;0.22 -960;4;3392.00;14.32;1334.00;2.03;0.24 -961;4;3357.50;14.80;1289.00;2.44;0.24 -962;4;2801.50;12.10;1299.50;3.46;0.20 -963;4;3025.00;13.20;1361.00;2.35;0.22 -964;4;4720.00;11.05;1327.00;1.57;0.24 -965;4;3170.00;11.95;1382.00;1.24;0.24 -966;4;3145.50;13.25;1331.00;3.78;0.18 -967;4;3011.00;10.87;1391.00;1.57;0.24 -968;4;1473.50;11.80;1447.00;4.00;0.26 -969;4;2956.00;9.90;1430.00;3.92;0.14 -970;4;2669.50;9.70;1299.00;2.15;0.18 -971;4;1515.00;10.55;1521.50;4.54;0.28 -972;4;4650.00;12.85;1365.50;4.24;0.22 -973;4;4839.50;11.40;1391.00;1.57;0.20 -974;4;3144.00;12.55;1346.00;2.03;0.18 -975;4;3407.50;10.85;1339.00;1.75;0.22 -976;4;3151.00;14.20;1301.00;3.92;0.26 -977;4;2747.50;14.20;1340.00;2.15;0.24 -978;4;4786.50;14.60;1328.50;2.11;0.22 -979;4;3327.00;13.85;1354.50;1.73;0.24 -980;4;2673.50;9.60;1291.50;2.35;0.20 -981;4;3260.00;12.70;1309.00;2.67;0.24 -982;4;3108.50;13.90;1391.50;1.37;0.28 -983;4;1637.00;9.60;1716.00;4.57;0.80 -984;4;3056.00;12.10;1403.50;1.81;0.16 -985;4;2720.50;11.70;1310.00;3.60;0.20 -986;4;924.00;10.40;1461.00;1.57;0.28 -987;4;4731.50;9.70;1350.00;1.29;0.28 -988;4;3109.50;11.00;665.50;4.55;0.78 -989;4;2774.50;12.80;1226.50;2.35;0.34 -990;4;3130.50;9.50;1742.50;4.63;0.62 -991;4;2544.00;9.50;834.50;2.00;1.10 -992;4;3274.50;9.90;1143.50;1.89;0.38 -993;4;4985.50;9.70;1255.00;4.33;0.22 -995;4;2233.50;9.50;690.00;4.71;1.16 -996;4;2334.00;9.50;584.00;-1.32;0.18 -997;4;4249.00;9.95;1014.50;-1.44;0.32 -999;4;2211.00;9.50;1836.00;4.28;1.52 -1000;4;833.50;9.50;84.00;3.79;1.26 -1001;4;4647.50;9.70;1196.50;4.57;0.24 -1003;4;4773.00;9.70;1288.50;2.55;0.20 -1004;4;4560.00;10.25;1218.50;-1.21;0.36 -1005;4;3277.50;13.30;1268.50;4.57;0.28 -1006;4;4632.50;12.80;1066.50;1.76;0.26 -1007;4;3875.00;9.50;910.50;3.66;0.98 -1008;4;3273.50;9.50;1206.00;-1.50;0.66 -1009;4;3029.50;9.60;1270.50;2.82;0.24 -1010;4;4462.50;13.70;1111.50;4.53;0.34 -1011;4;5032.00;9.50;645.00;4.41;1.08 -1012;4;5241.50;9.50;1298.00;2.02;1.46 -1013;4;2823.50;10.50;1253.50;1.89;0.28 -1014;4;4275.00;9.75;968.50;1.10;0.32 -1015;4;3349.50;10.90;1145.00;-0.98;0.20 -1016;4;4705.50;9.50;433.50;2.01;1.02 -1017;4;4341.50;9.50;609.00;1.42;1.00 -1018;4;4505.00;9.85;1006.00;3.60;0.24 -1019;4;1579.50;9.70;1438.00;4.03;0.26 -1020;4;4856.00;9.85;1176.50;2.21;0.14 -1021;4;4494.50;9.50;218.50;1.97;1.16 -1022;4;3787.50;9.50;687.50;3.37;0.94 -1023;4;4528.50;10.80;1056.50;4.17;0.28 -1024;4;5002.50;12.00;1279.50;1.76;0.22 -1025;4;4848.00;11.20;1205.50;1.32;0.20 -1026;4;2908.50;9.50;35.50;3.26;0.90 -1027;4;4580.00;13.40;1307.50;0.92;0.20 -1028;4;3315.00;10.55;1051.50;2.46;0.28 -1029;4;4666.00;9.70;1224.50;1.40;0.28 -1030;4;2181.00;9.50;111.50;0.58;1.08 -1031;4;2307.50;9.50;356.50;2.05;0.96 -1032;4;2465.00;9.50;1173.50;4.62;1.22 -1033;4;3366.00;9.80;1097.50;4.18;0.56 -1034;4;4542.50;12.50;1251.50;1.89;0.36 -1035;4;2471.50;9.50;1571.00;4.13;1.54 -1036;4;4602.50;11.35;1140.00;2.24;0.30 -1037;4;2952.00;11.30;1232.50;4.06;0.26 -1038;4;4517.50;9.80;968.00;3.78;0.28 -1039;4;1108.00;9.50;124.00;4.51;1.16 -1040;4;132.00;9.50;474.00;1.76;1.04 -1041;4;3056.50;9.70;1161.50;2.60;0.32 -1043;4;2941.50;10.80;1120.00;2.01;1.26 -1044;4;249.50;9.50;1596.00;3.72;1.18 -1045;4;458.50;9.50;635.00;1.57;0.98 -1046;4;2949.50;11.40;1254.00;1.84;0.28 -1047;4;4576.50;9.60;1022.00;1.57;0.28 -1048;4;2708.50;9.85;1265.00;4.12;0.20 -1049;4;1373.00;9.50;715.00;1.50;1.10 -1051;4;4930.50;9.70;1215.50;1.37;0.24 -1052;4;4655.00;9.70;1318.50;3.85;0.30 -1053;4;4608.50;10.40;1069.00;1.57;0.30 -1054;4;4806.00;10.55;1232.50;2.21;0.26 -1055;4;4685.00;9.90;1110.00;2.82;0.28 -1056;4;3387.00;15.00;1229.50;1.73;0.36 -1057;4;3139.50;10.00;1082.00;4.12;0.82 -1058;4;2933.00;12.00;1248.50;2.26;0.24 -1059;4;4156.00;10.60;1010.00;1.81;0.30 -1060;4;3189.00;9.80;1147.50;2.30;0.40 -1061;4;3907.50;9.70;1032.00;0.86;0.40 -1062;4;3132.50;13.80;1170.00;1.57;0.26 -1063;4;4996.00;11.12;1313.00;2.55;0.26 -1064;4;3327.00;10.27;1058.00;1.89;0.30 -1065;4;3355.00;9.67;1192.00;-1.24;0.24 -1066;4;4652.50;10.70;1113.50;2.35;0.24 -1067;4;4931.50;10.15;1238.00;1.95;0.20 -1068;4;3289.50;9.70;1129.00;1.57;0.22 -1069;4;4632.50;10.90;1262.00;4.71;0.30 -1070;4;4528.50;9.80;968.50;3.76;0.28 -1071;4;3259.50;9.80;1152.00;1.95;0.26 -1072;4;3394.00;13.45;1236.50;3.81;0.32 -1073;4;4444.50;9.80;1001.50;-1.42;0.28 -1074;4;3365.00;11.05;1195.00;4.71;0.26 -1075;4;4230.00;10.07;1037.00;3.73;0.28 -1076;4;4660.00;9.62;1215.00;1.57;0.26 -1078;4;4609.50;10.10;1046.50;1.76;0.26 -1079;4;2705.00;13.55;1203.50;2.12;0.30 -1080;4;3309.00;11.55;1107.00;1.89;0.38 -1081;4;4808.00;11.95;1250.50;2.21;0.20 -1082;4;4309.50;9.90;1055.00;4.29;0.40 -1083;4;4631.50;10.50;1157.00;1.95;0.30 -1084;4;4640.50;9.85;1276.00;1.57;0.24 -1086;4;3354.00;10.90;1171.50;3.73;0.18 -1087;4;4543.00;10.15;1022.50;4.24;0.24 -1088;4;3371.50;10.30;1241.50;2.35;0.32 -1089;4;4683.00;10.10;1181.00;1.10;0.20 -1090;4;2749.50;13.40;1277.50;2.11;0.20 -1091;4;4685.00;11.92;1035.00;2.82;0.14 -1092;4;4869.00;9.77;1220.00;4.71;0.22 -1093;4;2787.00;10.92;1291.00;1.57;0.20 -1094;4;4665.50;13.30;1096.00;4.71;0.24 -1095;4;2783.00;10.30;1114.50;4.32;0.98 -1096;4;4691.50;11.60;1139.00;2.15;0.20 -1097;4;4975.00;13.00;1250.00;4.24;0.22 -1098;4;4676.00;9.50;649.00;3.60;0.22 -1099;4;4659.50;10.20;1167.50;1.71;0.22 -1100;4;4796.00;9.85;1269.00;3.92;0.22 -1101;4;4137.00;9.90;993.00;4.24;0.30 -1102;4;2663.00;12.80;1168.50;2.96;0.44 -1103;4;3942.00;10.42;1045.00;1.95;0.40 -1105;4;2971.50;10.20;1187.00;4.49;0.30 -1107;4;3906.00;13.90;1157.50;3.85;0.36 -1108;4;3366.00;9.70;1219.00;4.71;0.28 -1109;4;3160.50;11.10;1295.50;4.51;0.20 -1110;4;4630.00;10.72;1092.00;1.57;0.34 -1111;4;2757.00;12.65;1216.00;3.92;0.36 -1112;4;3326.50;11.15;1132.00;2.97;0.36 -1113;4;4987.50;10.60;1265.50;3.92;0.24 -1114;4;4429.50;12.80;1023.50;1.97;0.34 -1115;4;2720.00;10.75;1018.50;-1.48;1.40 -1116;4;4270.00;13.95;1101.00;4.51;0.46 -1117;4;4980.50;12.50;1277.50;1.42;0.28 -1118;4;3047.00;10.95;1168.00;2.67;0.24 -1119;4;3276.00;11.15;1260.50;2.76;0.28 -1120;4;4586.00;10.45;1045.50;2.21;0.30 -1121;4;4649.00;10.50;1212.50;2.21;0.22 -1122;4;3296.50;11.45;1271.00;2.49;0.26 -1123;4;4814.09;9.50;1098.71;0.00;1.00 -1124;4;4658.00;11.10;1236.00;2.03;0.20 -1125;4;4656.00;10.57;1142.00;3.60;0.30 -1126;4;2835.00;13.00;1203.50;4.46;0.46 -1127;4;3121.00;10.10;1153.50;2.46;0.26 -1128;4;2855.00;12.50;1239.50;3.52;0.24 -1129;4;4022.50;21.25;1177.00;-1.15;0.50 -1130;4;3174.00;12.10;1175.50;4.46;0.22 -1131;4;4542.00;11.30;1011.50;1.32;0.24 -1132;4;1589.00;9.70;1446.50;4.24;0.36 -1133;4;4925.00;9.75;1209.50;2.46;0.20 -1134;4;4619.50;9.70;1310.50;2.60;0.24 -1135;4;54.86;9.60;1777.52;-1.40;0.34 -1136;4;4915.00;10.90;1235.00;4.24;0.24 -1137;4;4604.00;12.55;1323.50;1.69;0.26 -1138;4;4640.00;10.80;1088.00;2.67;0.28 -1139;4;4582.00;10.60;1236.50;2.03;0.22 -1140;4;3181.00;9.80;1116.50;1.60;0.72 -1141;4;2922.50;13.15;1232.00;4.49;0.42 -1142;4;4246.00;9.67;991.00;4.12;0.26 -1143;4;3222.50;9.60;1130.50;4.51;0.44 -1144;4;3916.50;10.05;1026.00;4.21;0.40 -1145;4;2855.00;11.00;1258.50;1.73;0.24 -1146;4;4649.50;9.70;1177.00;4.71;0.28 -1147;4;3893.00;9.70;1051.50;-1.49;0.34 -1148;4;4804.00;12.27;1287.00;4.71;0.24 -1149;4;3009.50;9.90;1188.50;3.28;0.22 -1150;4;4705.70;9.50;1308.21;2.60;0.24 -1151;4;3311.50;11.00;1083.50;2.60;0.32 -1152;4;2735.50;16.75;1189.00;4.19;0.36 -1153;4;4633.00;10.65;1135.00;1.57;0.24 -1154;4;4662.00;11.50;1248.00;1.89;0.24 -1155;4;3314.50;9.80;1157.00;4.43;0.28 -1156;4;3033.50;11.40;1285.50;2.82;0.20 -1157;4;4473.00;9.65;992.00;1.89;0.28 -1158;4;4827.00;9.50;1197.00;0.00;0.80 -1159;4;4188.50;9.60;1008.50;2.35;0.26 -1160;4;2928.00;10.35;1260.50;4.54;0.30 -1161;4;2320.00;9.50;602.00;-1.31;0.24 -1162;4;4591.50;10.10;1037.50;-1.24;0.30 -1163;4;1602.50;9.70;1453.00;4.03;0.28 -1164;4;3188.50;10.60;1236.50;2.35;0.16 -1165;4;5012.50;10.90;1304.50;3.33;0.22 -1166;4;4653.00;12.02;1072.00;-0.98;0.28 -1167;4;4887.50;12.30;1236.50;-1.37;0.24 -1168;4;4698.50;9.70;1119.50;2.82;0.24 -1169;4;4602.50;9.80;1259.50;1.71;0.26 -1170;4;4337.50;12.20;1017.00;1.98;0.40 -1171;4;4654.00;9.90;1158.50;1.73;0.26 -1172;4;4453.50;12.80;1035.50;1.46;0.40 -1173;4;3146.00;10.00;1274.00;2.82;0.16 -1174;4;3021.50;10.25;1169.00;2.49;0.26 -1175;4;4694.50;11.95;1024.00;3.38;0.20 -1176;4;2751.50;14.10;1273.00;4.12;0.20 -1178;4;2719.50;9.95;1279.00;4.71;0.16 -1179;4;3834.50;10.95;1071.00;4.71;0.50 -1180;4;4572.50;10.10;1245.00;1.57;0.30 -1181;4;3256.50;12.20;628.00;1.57;0.68 -1182;4;4985.00;9.62;1246.00;3.60;0.20 -1183;4;4841.00;10.00;1178.50;4.24;0.18 -1184;4;4670.00;11.30;1266.00;4.24;0.22 -1185;4;4456.00;9.57;976.00;4.39;0.20 -1186;4;3153.50;9.80;1163.50;-1.42;0.34 -1187;4;4555.00;10.65;1017.00;4.12;0.24 -1188;4;4596.00;10.50;1271.50;4.46;0.26 -1189;4;2999.00;10.80;1185.00;3.92;0.26 -1190;4;3887.50;9.80;1027.50;3.92;0.32 -1191;4;4872.50;12.05;1227.00;1.57;0.22 -1192;4;2762.50;13.50;1287.50;3.46;0.24 -1193;4;4644.00;10.97;1079.00;3.60;0.24 -1194;4;2708.50;10.00;1226.00;4.33;0.30 -1195;4;4683.50;12.10;1122.50;2.11;0.24 -1196;4;4442.00;13.80;1030.50;2.26;0.38 -1197;4;4320.00;11.50;1089.50;2.12;0.40 -1198;4;3113.50;9.60;1144.00;2.49;0.26 -1199;4;3981.50;11.00;1048.50;2.48;0.32 -1200;4;4699.50;11.30;1275.50;1.68;0.22 -1201;4;3353.50;9.70;1186.50;2.60;0.20 -1202;4;4586.00;9.97;1029.00;4.24;0.26 -1203;4;4575.00;13.12;1293.00;2.15;0.30 -1204;4;3149.50;10.80;1189.00;4.12;0.24 -1205;4;3142.00;10.37;1298.00;2.67;0.22 -1206;4;3313.00;10.45;1033.50;1.69;0.42 -1207;4;2724.00;18.52;1184.00;1.73;0.34 -1208;4;4517.72;9.70;672.58;0.00;0.84 -1209;4;4548.00;9.70;520.50;4.58;0.20 -1210;4;3678.50;10.00;1549.00;-1.29;0.28 -1211;4;3099.50;9.50;1726.00;-1.08;0.92 -1212;4;2600.50;9.50;733.50;-1.41;1.18 -1213;4;4062.50;12.40;759.50;4.09;0.30 -1214;4;848.50;11.30;1726.50;4.30;0.36 -1215;4;2084.00;9.50;858.00;-1.16;0.72 -1216;4;3862.50;17.60;1304.50;4.39;0.24 -1217;4;4910.50;10.40;440.50;1.42;0.32 -1218;4;2220.50;9.50;1747.00;1.29;1.06 -1219;4;821.00;9.50;167.00;2.12;1.30 -1220;4;3729.00;10.22;1466.00;3.73;0.44 -1221;4;4693.00;10.05;873.50;3.14;0.20 -1222;4;5064.50;11.00;536.00;1.95;0.32 -1223;4;3909.00;10.05;1526.50;1.50;0.38 -1224;4;4749.00;9.50;829.00;3.60;0.22 -1225;4;4604.00;10.10;605.50;2.21;0.26 -1226;4;3852.00;9.50;793.00;-1.34;0.82 -1227;4;2877.50;9.50;1722.00;4.36;0.48 -1228;4;4076.00;9.80;925.00;2.35;0.30 -1229;4;3854.00;10.15;1575.00;-1.44;0.44 -1230;4;4543.00;10.30;656.50;1.93;0.32 -1231;4;5130.50;9.50;664.50;4.26;1.32 -1232;4;5168.00;9.50;1232.50;-1.28;1.36 -1233;4;3756.00;10.60;1630.00;1.95;0.34 -1234;4;4759.00;10.40;754.50;1.10;0.24 -1235;4;4601.00;9.50;433.00;4.29;1.10 -1236;4;4386.50;9.50;597.50;1.37;0.94 -1238;4;4001.00;9.90;807.00;2.35;0.26 -1239;4;3972.50;11.20;1465.50;4.22;0.44 -1240;4;4556.50;9.50;188.00;2.27;1.12 -1241;4;3811.00;9.50;712.00;4.71;0.78 -1242;4;5079.00;10.47;528.00;1.57;0.26 -1243;4;3890.50;10.40;1478.50;-1.50;0.52 -1244;4;4400.00;9.60;858.00;1.89;0.26 -1245;4;2898.50;9.50;125.50;2.27;1.16 -1246;4;4452.50;10.30;593.00;3.78;0.20 -1247;4;3679.50;11.30;1485.50;3.92;0.40 -1248;4;4489.00;12.20;883.50;1.81;0.24 -1249;4;2139.50;9.50;150.00;-1.50;0.96 -1250;4;2350.50;9.50;368.50;1.97;1.24 -1251;4;2473.50;9.50;1231.00;2.32;1.22 -1252;4;4636.00;10.40;663.50;4.24;0.34 -1253;4;4333.50;10.80;938.50;4.30;0.38 -1254;4;3679.00;10.10;1540.00;2.67;0.38 -1255;4;2465.00;9.50;1622.00;4.28;1.24 -1256;4;1653.00;9.50;2039.00;4.49;0.66 -1257;4;4423.00;17.07;1188.00;2.03;0.40 -1258;4;3693.50;11.20;1604.00;1.84;0.34 -1259;4;1312.50;9.50;218.50;1.46;1.10 -1260;4;161.00;9.50;491.00;4.06;1.06 -1261;4;4728.50;10.30;818.50;3.46;0.22 -1262;4;1048.50;12.60;1733.00;1.46;0.68 -1264;4;8.50;9.50;1380.50;3.77;0.92 -1265;4;156.50;9.50;1535.50;4.18;1.12 -1266;4;451.00;9.50;588.00;1.71;1.10 -1267;4;4967.50;12.30;1508.50;4.09;0.26 -1268;4;4033.00;12.00;837.50;4.24;0.28 -1269;4;5282.00;10.50;497.00;3.38;0.48 -1270;4;1499.50;9.50;645.50;4.39;1.14 -1272;4;3835.00;10.30;1502.50;1.63;0.46 -1273;4;3962.00;10.32;896.00;2.35;0.22 -1274;4;4434.00;9.75;587.00;1.57;0.28 -1275;4;4053.00;9.90;920.50;1.01;0.34 -1276;4;3837.50;10.10;1549.50;1.89;0.46 -1277;4;4399.00;9.70;664.00;2.15;0.38 -1278;4;3689.00;10.45;1616.50;1.93;0.26 -1279;4;4393.50;9.90;747.50;2.82;0.22 -1281;4;4352.00;9.70;801.50;2.76;0.16 -1282;4;1743.50;10.40;1655.50;1.71;0.36 -1283;4;5030.00;10.30;511.00;4.24;0.32 -1284;4;1715.50;11.20;1679.50;1.37;0.42 -1285;4;4505.50;10.65;840.00;2.89;0.20 -1286;4;5170.50;10.60;568.50;2.11;0.18 -1287;4;3982.00;9.80;1521.00;4.71;0.58 -1288;4;4696.50;10.65;895.00;3.78;0.18 -1289;4;4710.00;11.85;664.50;2.03;0.22 -1290;4;3646.50;9.70;1533.00;4.19;0.32 -1291;4;4377.00;9.80;741.50;3.73;0.22 -1292;4;3812.50;9.80;1637.50;4.20;0.44 -1293;4;4763.87;9.50;802.24;3.92;0.24 -1294;4;3863.00;9.87;1635.00;2.21;0.48 -1295;4;3632.50;9.80;1815.50;2.11;0.66 -1296;4;4353.00;10.32;845.00;3.73;0.22 -1297;4;4107.50;10.00;1596.50;4.48;0.42 -1298;4;4677.38;9.50;510.68;4.71;0.20 -1299;4;1541.50;11.10;1694.50;-1.50;0.42 -1300;4;4501.50;12.60;879.50;4.17;0.18 -1301;4;5137.00;10.05;558.50;2.03;0.22 -1302;4;4471.00;10.75;920.50;4.46;0.26 -1303;4;3809.50;9.85;1538.00;4.19;0.46 -1304;4;4527.50;10.30;653.50;1.71;0.34 -1305;4;3672.00;9.87;1599.00;4.71;0.38 -1306;4;4655.50;10.15;732.00;4.03;0.26 -1307;4;3630.00;10.10;1750.00;0.78;0.36 -1308;4;4350.00;9.70;815.50;4.24;0.16 -1309;4;3945.00;9.87;1596.00;1.95;0.56 -1310;4;5015.50;10.30;510.50;3.33;0.24 -1311;4;4748.50;10.10;847.50;4.09;0.20 -1312;4;3878.50;10.70;1457.50;-1.48;0.52 -1313;4;4440.00;9.75;579.00;2.03;0.26 -1314;4;3739.50;10.30;1480.00;4.71;0.48 -1315;4;4341.00;9.60;874.50;3.81;0.30 -1316;4;4518.00;9.67;639.00;3.92;0.46 -1317;4;4028.50;10.30;914.00;4.49;0.38 -1318;4;3639.50;9.70;1524.50;2.52;0.28 -1319;4;4406.00;15.15;1070.50;3.52;0.38 -1320;4;935.00;13.55;1708.50;1.67;0.52 -1321;4;4004.50;9.80;793.00;2.15;0.24 -1322;4;5027.50;11.10;1483.00;3.07;0.30 -1323;4;888.00;12.27;1804.00;2.46;0.70 -1324;4;4444.00;10.30;855.00;1.57;0.30 -1325;4;4954.00;12.95;1500.50;4.54;0.34 -1327;4;3802.00;9.90;1629.00;1.97;0.44 -1328;4;4499.50;12.30;872.00;1.19;0.24 -1329;4;5121.50;9.50;556.50;-1.06;0.16 -1330;4;4311.50;10.70;921.50;2.35;0.28 -1331;4;3819.50;10.10;1516.50;1.64;0.44 -1332;4;4423.50;9.70;630.00;2.15;0.18 -1333;4;4285.50;10.55;960.00;3.30;0.22 -1334;4;3739.00;10.30;1609.00;2.15;0.42 -1335;4;4617.50;12.70;716.00;1.35;0.36 -1336;4;3675.50;10.00;1699.50;3.28;0.28 -1337;4;4366.00;9.87;776.00;4.24;0.20 -1338;4;1737.00;9.80;1639.00;3.33;0.30 -1339;4;4756.00;9.72;499.00;1.10;0.20 -1340;4;4755.00;9.80;839.00;4.71;0.20 -1341;4;1634.50;9.80;1658.50;1.06;0.46 -1342;4;4456.00;9.70;565.50;2.03;0.14 -1343;4;4965.50;12.60;1521.00;1.57;0.32 -1344;4;4045.50;10.10;860.50;1.48;0.26 -1345;4;4429.00;9.67;627.00;-1.24;0.46 -1346;4;2916.00;12.50;1488.50;4.46;0.18 -1347;4;961.00;14.62;1801.00;4.71;0.92 -1348;4;4409.50;11.00;719.50;1.89;0.22 -1349;4;3950.50;9.75;957.00;2.44;0.26 -1350;4;3644.00;10.20;1576.00;2.03;0.30 -1352;4;1308.00;10.60;1514.50;1.44;0.40 -1353;4;4415.50;12.60;845.00;1.19;0.24 -1355;4;4737.73;9.80;485.81;0.58;0.42 -1356;4;1704.50;11.40;1700.50;2.73;0.42 -1357;4;4390.00;11.20;916.50;-1.40;0.38 -1358;4;5226.50;9.75;555.00;2.67;0.18 -1359;4;4004.00;10.80;933.00;2.15;0.38 -1360;4;3778.00;9.80;1516.50;2.29;0.42 -1362;4;4436.50;11.70;950.00;4.19;0.30 -1363;4;3815.50;10.10;1585.50;1.93;0.38 -1364;4;4389.00;12.25;720.50;1.40;0.22 -1365;4;3657.00;9.80;1674.50;2.21;0.30 -1366;4;4353.50;9.70;777.00;2.15;0.22 -1367;4;4444.00;10.40;1167.50;2.26;0.44 -1369;4;4157.00;10.55;1600.50;-1.10;0.50 -1371;4;3728.50;10.00;1477.50;1.99;0.34 -1372;4;4719.00;9.80;872.50;4.46;0.24 -1373;4;4418.50;9.75;617.00;1.57;0.28 -1374;4;4455.50;10.10;898.50;-1.37;0.30 -1375;4;3942.00;9.70;1539.00;-1.29;0.58 -1376;4;4382.50;9.80;710.00;3.78;0.26 -1377;4;4063.50;9.85;1093.00;1.57;0.48 -1378;4;3676.50;9.95;1567.00;4.71;0.32 -1379;4;4771.50;10.30;780.00;4.33;0.22 -1380;4;3667.50;9.90;1655.00;4.71;0.26 -1381;4;4044.50;9.80;819.00;4.33;0.32 -1382;4;3902.00;10.75;1454.00;4.24;0.58 -1383;4;4395.50;12.90;1028.50;1.48;0.42 -1384;4;3886.50;17.10;1296.50;1.71;0.36 -1385;4;4351.00;10.95;865.00;1.89;0.22 -1386;4;4497.50;9.90;544.50;2.82;0.20 -1387;4;3826.00;10.30;1662.50;4.62;0.36 -1388;4;4700.50;10.50;905.00;2.49;0.18 -1389;4;5060.00;9.75;584.50;2.46;0.26 -1390;4;4433.00;10.05;940.00;4.39;0.30 -1391;4;3870.00;10.47;1595.00;2.35;0.46 -1392;4;4407.00;9.85;709.50;3.14;0.24 -1393;4;878.00;11.80;1744.50;3.85;0.46 -1394;4;4360.00;11.40;782.50;2.55;0.22 -1395;4;4439.50;10.30;1136.50;1.89;0.38 -1396;4;4468.00;9.70;817.50;2.55;0.22 -1397;4;4945.50;11.20;1485.50;-1.42;0.36 -1398;4;4460.50;9.70;544.50;2.82;0.20 -1400;4;4493.00;12.55;858.50;0.92;0.22 -1401;4;4452.50;9.70;606.50;2.82;0.30 -1402;4;3950.50;11.40;1458.50;4.14;0.52 -1403;4;4331.50;9.60;914.00;3.60;0.26 -1404;4;4635.00;10.40;694.50;2.03;0.26 -1405;4;3974.00;12.95;960.50;4.15;0.34 -1406;4;3694.50;10.05;1553.00;1.57;0.28 -1407;4;4768.00;10.40;769.50;4.46;0.18 -1408;4;889.00;11.97;1733.00;3.73;0.32 -1409;4;4020.00;10.32;806.00;4.39;0.30 -1410;4;4928.00;10.25;453.50;-1.44;0.40 -1411;4;922.50;13.10;1844.50;1.41;1.36 -1412;4;3996.00;11.50;865.50;1.73;0.34 -1413;4;4538.00;10.20;541.00;1.57;0.24 -1414;4;930.50;12.20;1622.50;1.83;0.60 -1415;4;4686.00;10.80;905.00;3.60;0.18 -1416;4;4614.00;11.30;608.00;2.67;0.28 -1417;4;4311.00;10.40;942.50;4.06;0.26 -1418;4;3888.50;10.30;1583.00;-1.34;0.40 -1420;4;835.00;11.95;1744.00;4.24;0.38 -1422;4;4913.50;10.30;455.00;4.43;0.36 -1423;4;4463.50;9.70;811.50;2.82;0.24 -1424;4;1798.50;9.70;1662.50;1.97;0.48 -1425;4;4481.50;11.95;538.00;2.15;0.24 -1426;4;1832.00;10.10;1892.00;1.57;1.46 -1427;4;4372.50;9.60;867.50;1.76;0.28 -1429;4;3745.50;9.90;1500.50;1.68;0.38 -1430;4;4045.50;9.90;894.50;4.57;0.32 -1431;4;4861.00;10.40;444.50;2.76;0.34 -1432;4;940.50;15.10;1499.50;-1.49;0.50 -1433;4;1518.00;9.70;1378.50;1.93;0.30 -1434;4;3224.00;9.50;1730.00;-1.01;0.62 -1435;4;2875.00;9.50;564.00;0.91;0.96 -1436;4;1634.00;11.30;1595.00;4.24;0.26 -1437;4;4796.50;9.70;644.00;2.67;0.20 -1438;4;4566.00;13.20;1307.00;4.12;0.30 -1439;4;2034.50;9.50;926.50;2.53;1.14 -1441;4;1356.00;10.95;1504.00;4.46;0.36 -1442;4;2238.00;9.50;1666.50;4.59;1.00 -1443;4;698.50;9.50;228.50;2.86;1.14 -1444;4;4152.00;10.20;1026.50;4.24;0.32 -1445;4;1481.50;10.20;1512.50;-1.42;0.32 -1446;4;2239.50;10.90;750.00;3.60;0.36 -1447;4;5482.50;9.50;1717.50;-0.95;1.30 -1448;4;4580.00;10.45;1085.00;2.03;0.24 -1449;4;1862.00;9.75;339.00;4.06;0.52 -1450;4;3548.50;14.90;1352.50;4.17;0.24 -1451;4;3816.50;9.50;749.50;1.62;0.86 -1452;4;3010.50;9.50;1311.00;-1.00;1.24 -1453;4;1381.00;10.30;1375.00;4.24;0.30 -1454;4;4870.00;10.60;416.50;4.42;0.42 -1455;4;3526.50;14.10;1369.00;2.24;0.26 -1456;4;5068.50;9.50;675.00;4.59;1.06 -1457;4;5252.00;9.50;1267.50;4.68;0.86 -1458;4;4528.00;12.80;1269.50;0.51;0.34 -1459;4;3890.00;11.55;1342.00;4.71;0.56 -1460;4;4361.00;10.25;654.50;3.52;0.26 -1461;4;4696.50;9.50;393.00;1.50;0.78 -1462;4;4262.00;9.50;657.00;4.71;0.82 -1463;4;3490.50;12.80;1277.00;4.71;0.30 -1464;4;4413.00;9.90;945.00;2.15;0.28 -1465;4;4520.50;9.50;167.50;2.14;1.24 -1466;4;3784.00;9.50;724.50;2.52;0.84 -1467;4;3532.00;13.75;1324.50;1.73;0.30 -1468;4;3276.50;13.00;166.50;3.06;0.80 -1469;4;4481.00;10.35;1019.00;1.57;0.32 -1470;4;3672.00;9.50;18.00;2.23;0.54 -1471;4;2986.00;9.50;62.00;-1.26;1.06 -1472;4;5107.00;11.10;276.50;4.46;0.44 -1473;4;3141.00;11.00;867.50;1.98;0.88 -1474;4;4500.00;11.00;1103.50;4.01;0.36 -1475;4;2107.50;9.50;61.50;1.41;0.92 -1476;4;2385.00;9.50;383.50;1.98;1.18 -1477;4;2483.50;9.50;1266.00;4.43;1.22 -1478;4;4885.00;10.47;400.00;1.89;0.48 -1479;4;3745.00;9.70;1386.00;4.46;0.48 -1480;4;1519.50;9.70;1386.50;4.39;0.46 -1481;4;2462.50;9.50;1670.00;4.40;1.20 -1482;4;1565.00;9.50;1998.50;3.44;1.04 -1483;4;3954.00;16.70;1338.50;1.81;0.36 -1484;4;4702.50;12.50;628.00;2.49;0.24 -1485;4;1511.50;10.60;1442.50;4.30;0.40 -1486;4;1332.50;9.50;276.50;2.50;1.60 -1487;4;184.50;9.50;533.00;1.93;1.22 -1488;4;4347.50;11.15;952.00;2.44;0.30 -1489;4;4608.00;13.65;1356.00;1.57;0.28 -1490;4;234.50;9.50;1533.50;1.46;1.04 -1491;4;508.00;9.50;652.00;2.20;1.02 -1492;4;4307.50;11.25;1006.00;4.03;0.24 -1493;4;3732.00;10.10;1338.50;1.98;0.56 -1494;4;3271.50;13.70;190.50;4.63;0.84 -1495;4;1466.00;9.50;785.50;1.78;1.02 -1497;4;4213.00;10.92;1070.00;4.71;0.26 -1498;4;4691.50;10.70;258.00;1.80;0.62 -1499;4;4727.00;11.40;1410.50;1.86;0.34 -1500;4;1337.00;10.30;1363.50;1.86;0.36 -1501;4;5010.00;10.10;405.00;2.35;0.34 -1502;4;4689.50;11.70;1453.50;4.64;0.54 -1503;4;1348.50;10.30;1418.00;4.71;0.22 -1504;4;4918.50;10.00;1458.00;4.71;0.28 -1506;4;1551.00;11.77;1494.00;4.24;0.32 -1507;4;4397.00;10.27;949.00;3.46;0.38 -1508;4;4673.00;10.77;1396.00;2.82;0.32 -1509;4;3138.50;11.90;187.50;-1.24;1.08 -1510;4;4098.50;11.60;1020.50;2.07;0.38 -1511;4;4657.00;10.20;250.50;1.81;0.56 -1512;4;5062.00;9.70;1384.00;2.35;0.30 -1514;4;4962.00;9.85;381.00;4.24;0.44 -1515;4;5168.63;9.50;1463.28;2.52;0.88 -1516;4;3205.00;12.10;513.50;1.81;0.80 -1517;4;3621.50;9.70;1383.50;-1.50;0.44 -1518;4;4687.50;13.15;624.00;4.33;0.26 -1519;4;4564.00;13.30;1268.50;1.69;0.32 -1520;4;4449.00;10.05;922.50;1.01;0.28 -1521;4;3728.00;13.42;1273.00;1.42;0.42 -1522;4;4412.00;12.65;1018.50;1.65;0.34 -1523;4;1388.50;10.90;1521.00;1.45;0.34 -1524;4;2221.50;10.60;719.50;2.60;0.38 -1525;4;4265.50;13.25;1078.00;-1.43;0.48 -1526;4;4699.50;10.40;185.00;4.36;0.54 -1527;4;1395.50;10.05;1553.00;4.03;0.32 -1528;4;1354.00;10.30;1378.50;1.40;0.36 -1529;4;1996.00;12.60;424.50;-1.49;0.50 -1530;4;3493.50;12.90;1364.00;4.33;0.18 -1531;4;4545.00;13.22;1265.00;1.76;0.36 -1532;4;3800.00;11.50;1373.00;1.57;0.56 -1533;4;4400.00;9.80;625.50;1.73;0.30 -1534;4;1333.00;11.00;1488.50;4.01;0.28 -1535;4;4430.50;10.00;911.50;4.39;0.40 -1536;4;3574.00;9.80;1323.50;2.46;0.24 -1537;4;5119.00;12.20;156.00;1.89;0.46 -1538;4;4141.00;10.75;1003.50;1.67;0.32 -1539;4;3519.00;12.90;1337.50;4.24;0.28 -1540;4;4652.50;10.70;224.50;2.52;0.58 -1541;4;4125.50;10.60;1079.00;2.15;0.36 -1542;4;1990.50;11.00;411.00;3.98;0.56 -1543;4;3790.50;10.45;1673.00;1.75;0.38 -1544;4;3383.00;12.15;1177.50;4.54;0.32 -1545;4;4838.00;10.40;1459.50;1.86;0.40 -1546;4;4929.00;9.80;601.50;4.24;0.42 -1547;4;1544.00;9.70;1410.50;1.73;0.34 -1548;4;4441.50;9.80;901.50;3.92;0.28 -1549;4;3452.00;10.55;1266.50;2.76;0.38 -1550;4;1616.50;9.70;1194.00;1.43;0.32 -1551;4;4569.00;13.55;1402.50;4.35;0.48 -1552;4;3131.50;14.75;442.00;2.39;1.00 -1553;4;4278.00;12.85;1064.00;1.73;0.42 -1554;4;3810.00;10.20;1342.50;-1.30;0.60 -1555;4;1876.00;9.77;270.00;-1.37;0.44 -1556;4;1508.50;10.20;1358.50;2.94;0.38 -1557;4;5060.50;10.90;328.50;2.13;0.62 -1558;4;4695.00;11.20;1427.50;3.14;0.36 -1559;4;1379.00;10.30;1406.50;1.67;0.34 -1560;4;1401.50;10.40;1595.50;1.68;0.28 -1561;4;4682.00;13.45;622.00;2.35;0.30 -1562;4;977.50;9.70;1412.00;4.33;0.20 -1563;4;4468.50;11.00;890.00;1.95;0.32 -1564;4;1345.50;10.80;1504.50;1.64;0.38 -1565;4;5553.50;10.20;188.50;3.46;0.24 -1566;4;4327.50;12.60;997.50;1.71;0.38 -1567;4;4768.00;10.20;1389.50;2.03;0.30 -1568;4;1881.00;10.02;254.00;1.73;0.54 -1569;4;4118.00;10.50;1057.50;0.92;0.40 -1570;4;5109.00;10.00;226.00;1.32;0.44 -1571;4;4846.00;13.27;1427.00;4.71;0.36 -1572;4;1533.00;9.70;1355.00;1.81;0.28 -1573;4;3820.00;10.10;1314.00;4.12;0.32 -1574;4;4817.00;11.00;600.50;2.12;0.30 -1575;4;4538.50;11.10;1234.50;1.97;0.34 -1576;4;3763.00;9.80;1354.50;2.46;0.46 -1577;4;4480.50;11.00;880.50;1.71;0.26 -1578;4;3432.50;10.80;1262.00;4.19;0.32 -1579;4;4089.00;11.55;980.00;4.71;0.42 -1580;4;3154.00;12.57;341.00;4.02;1.52 -1581;4;4269.50;13.20;1048.50;4.62;0.46 -1582;4;1499.50;11.00;1482.50;1.16;0.26 -1583;4;1990.00;10.20;507.00;-1.35;0.48 -1584;4;1525.50;9.70;1341.50;1.71;0.36 -1585;4;1933.00;9.75;396.00;4.24;0.56 -1586;4;1363.50;10.30;1557.50;1.46;0.30 -1587;4;1438.00;10.40;1427.00;1.57;0.30 -1588;4;4762.00;10.20;1463.50;1.27;0.44 -1589;4;4675.00;10.00;585.00;4.12;0.30 -1590;4;4597.00;15.05;1335.00;3.46;0.28 -1591;4;4005.50;10.50;1383.50;4.44;0.20 -1592;4;4454.00;9.80;881.50;3.73;0.20 -1593;4;3649.50;9.60;1309.50;3.21;0.62 -1594;4;1670.00;9.50;1184.00;4.51;0.40 -1595;4;1465.50;10.10;1536.00;1.84;0.24 -1596;4;1825.00;10.10;250.00;1.57;0.48 -1597;4;4508.50;10.25;1035.00;-1.35;0.30 -1598;4;1954.00;10.32;384.00;4.58;0.34 -1599;4;3505.00;11.00;1351.00;1.24;0.28 -1600;4;3479.00;11.40;1235.50;2.46;0.46 -1601;4;930.50;14.20;1514.50;3.92;0.40 -1602;4;4977.50;10.40;559.00;4.41;0.34 -1603;4;4543.00;12.47;1214.00;4.39;0.30 -1604;4;1430.50;9.80;1519.50;3.00;0.34 -1605;4;4496.00;14.00;848.50;1.32;0.24 -1606;4;3410.00;11.55;1253.00;3.14;0.20 -1607;4;4322.50;11.65;978.00;-1.35;0.34 -1608;4;4588.50;12.30;1390.00;4.45;0.32 -1609;4;4183.00;9.70;1038.50;3.81;0.22 -1610;4;3542.00;10.05;1328.00;2.35;0.22 -1611;4;5158.00;10.20;203.50;1.69;0.34 -1612;4;4557.00;9.70;1154.00;1.81;0.42 -1613;4;1933.00;9.80;332.50;1.36;0.48 -1614;4;3751.00;9.75;1368.50;1.36;0.52 -1615;4;1410.50;10.40;1392.00;4.71;0.30 -1616;4;2979.00;10.52;1398.00;1.89;0.14 -1617;4;5002.00;9.70;540.00;1.89;0.38 -1618;4;1310.50;11.05;1463.00;2.97;0.38 -1619;4;1751.50;9.70;1641.50;2.73;0.36 -1620;4;4477.00;10.15;857.50;2.21;0.26 -1621;4;1379.50;10.30;1508.00;1.57;0.42 -1622;4;4070.50;10.30;963.00;-1.39;0.30 -1623;4;3818.00;10.00;1325.50;1.32;0.50 -1624;4;1872.50;9.60;236.00;4.12;0.46 -1625;4;4454.50;11.60;1045.50;1.71;0.26 -1626;4;1944.00;10.00;349.50;2.62;0.56 -1627;4;4707.50;10.20;1435.50;4.09;0.40 -1628;4;2305.00;9.50;564.50;-1.33;0.30 -1629;4;4987.50;9.70;524.50;0.95;0.34 -1630;4;4420.50;15.10;1263.50;4.09;0.46 -1631;4;3416.00;11.80;1189.50;-1.30;0.70 -1632;4;3821.50;10.10;1292.00;1.78;0.56 -1633;4;1542.50;9.90;997.50;3.28;0.44 -1634;4;3431.00;11.30;1249.00;1.10;0.36 -1635;4;1655.50;9.70;1166.00;2.67;0.20 -1636;4;3504.00;13.85;1308.50;2.46;0.40 -1637;4;4133.00;10.90;1039.00;1.57;0.34 -1638;4;4710.50;13.30;1397.50;4.20;0.40 -1639;4;1828.00;9.90;235.50;3.86;0.46 -1640;4;4583.50;10.25;1114.00;2.24;0.24 -1641;4;1957.50;9.80;336.50;3.92;0.50 -1642;4;5042.50;11.65;1399.00;1.39;0.38 -1643;4;1361.00;10.30;1376.00;4.24;0.38 -1644;4;5015.50;10.20;469.00;3.78;0.38 -1645;4;4765.00;11.95;1448.50;1.93;0.48 -1646;4;1391.00;10.10;1447.00;1.24;0.42 -1647;4;4469.50;13.40;1239.00;3.60;0.30 -1648;4;4339.50;10.30;708.00;1.57;0.40 -1649;4;3776.00;9.80;1320.50;1.17;0.52 -1650;4;4294.50;11.00;965.00;4.71;0.24 -1651;4;985.00;10.95;1471.50;1.64;0.42 -1652;4;4659.00;10.05;182.00;3.38;0.30 -1653;4;4429.00;14.50;1041.00;3.60;0.36 -1654;4;1939.00;10.00;318.00;2.15;0.50 -1655;4;1437.50;10.60;1545.00;2.09;0.26 -1656;4;4163.00;11.15;1076.50;4.61;0.24 -1657;4;1684.50;11.00;1770.50;-1.46;1.20 -1658;4;1131.50;17.45;1530.00;4.29;0.52 -1659;4;3883.50;9.70;1747.50;1.99;0.78 -1660;4;3176.50;9.50;1720.50;-0.11;0.60 -1661;4;2765.00;9.50;721.50;4.63;0.74 -1662;4;3931.00;10.00;1582.50;2.12;0.46 -1663;4;1037.50;10.75;1571.00;2.74;0.48 -1664;4;3840.50;9.70;1855.50;4.52;0.94 -1665;4;1947.50;9.50;972.00;1.28;0.76 -1666;4;4656.50;12.60;1679.00;1.91;0.84 -1667;4;5084.50;10.50;115.50;1.48;0.42 -1668;4;4035.00;10.30;1476.50;4.65;0.52 -1669;4;2046.00;9.50;1829.50;1.52;1.60 -1670;4;686.50;9.50;121.50;1.67;1.30 -1671;4;1110.50;12.60;1854.00;4.42;1.10 -1672;4;4575.50;12.30;1542.00;1.70;0.72 -1673;4;5338.00;9.50;1714.00;-1.40;1.06 -1674;4;4086.00;9.80;1664.50;1.52;0.54 -1675;4;3998.00;15.27;1355.00;1.81;0.44 -1676;4;4248.00;12.85;1541.00;4.71;0.52 -1677;4;3753.00;9.50;793.00;3.98;0.88 -1678;4;1346.00;11.70;1561.50;1.47;0.42 -1679;4;4162.50;9.80;1765.00;2.42;0.62 -1680;4;3914.00;9.80;1568.00;4.39;0.38 -1681;4;5070.50;9.50;735.00;4.23;1.56 -1682;4;5117.00;9.50;1088.50;4.32;1.24 -1683;4;1284.50;10.90;1592.00;2.00;0.38 -1684;4;3857.00;9.70;1891.50;3.14;0.66 -1685;4;4184.50;11.90;1605.00;2.40;0.62 -1686;4;4702.50;9.50;364.50;1.75;0.86 -1687;4;4294.00;9.50;694.50;0.92;0.78 -1688;4;3286.50;12.20;278.50;1.52;0.52 -1689;4;4303.50;15.20;1501.50;-1.50;0.60 -1690;4;973.50;11.20;1693.50;2.07;0.40 -1691;4;4423.00;9.50;213.50;-0.97;1.10 -1692;4;3863.50;9.50;729.00;2.05;0.98 -1693;4;4819.00;10.70;1490.00;1.57;0.38 -1694;4;3879.00;10.60;1623.50;1.91;0.60 -1695;4;3141.50;9.50;58.00;1.84;0.90 -1696;4;4525.50;12.70;1544.50;1.64;0.66 -1697;4;4373.00;10.40;1728.00;1.93;0.78 -1698;4;4258.00;18.15;1314.50;1.61;0.46 -1699;4;2116.50;9.50;110.00;4.40;1.00 -1700;4;2253.00;9.50;313.00;4.12;1.26 -1701;4;2536.50;9.50;1184.00;1.06;1.08 -1702;4;4194.00;14.45;1562.00;3.73;0.58 -1703;4;4082.00;18.00;1357.50;1.62;0.58 -1704;4;3760.00;9.90;1717.50;-1.48;0.54 -1705;4;2400.00;9.50;1690.50;-1.54;1.56 -1706;4;2046.00;9.50;1500.50;4.38;1.12 -1707;4;4488.00;10.90;1612.50;2.29;0.74 -1708;4;4111.00;13.25;1437.50;1.78;0.68 -1709;4;3935.50;9.90;1637.50;4.28;0.54 -1710;4;1299.00;9.50;299.00;2.03;1.42 -1711;4;213.50;9.50;446.00;1.76;1.00 -1712;4;1559.50;9.50;2034.50;1.82;0.96 -1713;4;5558.50;10.60;169.00;2.09;0.20 -1714;4;4981.50;12.50;1782.00;2.09;1.34 -1715;4;77.50;9.50;1366.50;0.97;1.34 -1716;4;196.00;9.50;1581.50;4.52;1.10 -1717;4;535.00;9.50;678.50;3.95;1.34 -1718;4;4159.50;9.90;1663.00;1.57;0.30 -1719;4;1348.50;10.55;1648.00;3.83;0.36 -1720;4;1440.50;9.50;827.00;4.44;0.90 -1722;4;4681.50;10.70;1919.00;3.24;1.46 -1723;4;4524.50;12.90;1384.00;2.07;0.60 -1724;4;4870.00;11.35;1589.00;3.92;0.48 -1725;4;4372.00;13.85;1431.00;4.53;0.66 -1726;4;4022.50;9.70;1750.00;4.47;0.56 -1727;4;4442.50;11.30;1573.00;3.86;0.66 -1728;4;4366.00;16.60;1458.00;4.46;0.62 -1729;4;4089.50;9.70;1848.00;-1.09;1.20 -1730;4;4795.50;10.55;1624.00;4.60;0.58 -1731;4;3191.50;11.10;573.50;1.93;0.88 -1732;4;4837.50;10.75;1472.00;1.70;0.40 -1733;4;4035.00;9.80;1621.50;1.63;0.58 -1734;4;1354.50;11.10;1680.00;-1.41;0.40 -1735;4;4443.50;11.30;1682.00;3.75;0.72 -1736;4;1045.00;16.60;1647.00;4.24;0.76 -1737;4;905.50;12.00;1783.50;4.42;0.72 -1738;4;1204.00;13.15;1495.00;1.57;0.38 -1739;4;4819.50;10.50;1571.00;1.75;0.58 -1740;4;1069.50;15.90;1494.50;1.34;0.44 -1741;4;4330.50;10.70;1811.50;4.68;0.96 -1742;4;5030.00;9.80;1561.50;3.14;0.52 -1743;4;4658.50;11.90;1456.50;1.72;0.56 -1744;4;3749.00;10.10;1804.50;-1.47;0.62 -1745;4;4773.50;10.20;1889.00;1.48;1.74 -1746;4;5563.00;11.35;164.00;4.12;0.28 -1747;4;1203.50;12.95;1629.00;2.10;0.66 -1748;4;4751.50;12.40;1689.50;-1.29;0.86 -1749;4;4150.00;15.10;1501.50;2.55;0.64 -1750;4;3793.50;10.30;1688.50;1.64;0.36 -1752;4;1257.50;11.30;1685.50;4.48;0.56 -1753;4;1284.50;10.50;1526.50;1.24;0.56 -1754;4;3698.00;10.55;1701.00;1.57;0.36 -1755;4;5035.00;11.65;1536.50;3.27;0.58 -1756;4;1099.00;16.80;1532.00;2.03;0.34 -1757;4;4022.50;9.75;1811.00;4.56;0.88 -1758;4;1476.50;11.30;1464.50;2.35;0.36 -1759;4;5063.00;9.72;76.00;3.92;0.44 -1760;4;1393.50;10.70;1626.50;2.73;0.40 -1761;4;4590.00;12.65;1646.00;4.43;0.62 -1762;4;4409.00;13.35;1537.00;4.71;0.62 -1763;4;967.50;12.00;1847.50;1.86;1.04 -1764;4;1615.00;11.10;1696.50;3.36;0.54 -1765;4;4020.00;9.80;1678.00;1.48;0.50 -1766;4;3981.00;17.15;1309.00;1.42;0.68 -1767;4;1176.00;11.75;1668.00;1.57;0.68 -1768;4;3930.50;10.40;1732.00;4.71;0.60 -1769;4;1361.50;11.10;1720.00;4.50;0.70 -1770;4;1335.00;11.52;1579.00;2.15;0.42 -1771;4;3750.00;10.40;1769.00;4.12;0.58 -1772;4;4888.50;10.55;1626.00;-1.44;0.64 -1773;4;4990.00;9.70;94.50;3.14;0.40 -1774;4;4246.00;16.45;1461.00;1.57;0.56 -1775;4;3842.00;9.90;1631.50;1.65;0.62 -1776;4;4715.00;11.82;1528.00;1.29;0.64 -1777;4;4248.50;10.70;1682.50;3.56;0.46 -1778;4;4311.00;14.70;1357.50;4.24;0.66 -1779;4;4119.50;11.40;1561.50;4.53;0.46 -1780;4;4202.50;10.40;1722.50;-1.39;0.56 -1781;4;4311.00;14.25;1379.50;-1.36;0.52 -1782;4;1519.00;11.00;1713.50;1.72;0.60 -1783;4;4134.50;10.35;1411.00;2.00;0.66 -1784;4;3982.00;9.70;1793.50;4.57;0.46 -1785;4;1788.00;11.60;1814.50;1.79;1.12 -1786;4;5569.50;12.50;150.50;1.76;0.26 -1787;4;4489.50;12.90;1425.00;4.45;0.58 -1788;4;1215.50;10.80;1741.50;2.43;0.54 -1789;4;1035.50;16.60;1609.50;3.46;0.58 -1790;4;4101.00;9.90;1642.50;1.22;0.52 -1791;4;4392.50;13.25;1537.00;1.57;0.62 -1792;4;4555.50;10.50;1700.00;1.65;0.74 -1793;4;1041.50;13.10;1445.50;4.48;0.46 -1794;4;4095.00;9.97;1574.00;4.71;0.56 -1795;4;4732.00;11.15;1734.00;1.65;0.66 -1796;4;4555.00;13.30;1411.50;3.36;0.48 -1797;4;4033.00;10.45;1581.50;4.65;0.60 -1798;4;4400.00;14.50;1471.50;4.06;0.60 -1799;4;774.00;9.50;1849.00;4.39;1.26 -1800;4;3953.00;9.80;1607.50;4.31;0.58 -1801;4;5581.50;10.50;139.50;2.11;0.32 -1802;4;4852.00;10.80;1532.50;2.03;0.56 -1803;4;4386.00;11.25;1656.50;2.12;0.52 -1804;4;1062.50;11.30;1830.50;-1.41;0.70 -1805;4;4891.50;10.70;1715.50;3.62;1.02 -1806;4;1304.50;13.40;1481.50;3.64;0.44 -1807;4;4866.00;11.35;1607.50;1.81;0.70 -1808;4;3771.00;10.25;1695.50;1.32;0.44 -1809;4;1177.00;13.55;1515.00;4.39;0.42 -1810;4;4355.50;16.30;1569.50;-1.49;0.72 -1811;4;4675.50;12.05;1440.00;1.78;0.52 -1812;4;3910.50;9.70;1753.50;1.79;0.68 -1813;4;4334.50;12.50;1621.50;4.05;0.58 -1814;4;5557.00;10.60;117.50;3.14;0.30 -1815;4;1116.50;13.30;1614.50;2.63;0.52 -1816;4;4207.50;11.75;1590.00;1.92;0.50 -1817;4;1618.00;9.50;255.00;-1.41;0.84 -1818;4;4131.00;14.30;1480.00;1.21;0.56 -1819;4;5239.50;9.70;2013.50;1.79;2.32 -1820;4;5030.00;12.55;1500.00;-1.10;0.58 -1821;4;3758.50;10.35;1666.00;2.09;0.32 -1822;4;3517.50;13.00;1263.50;1.71;0.42 -1823;4;5366.00;10.32;1788.00;-1.09;2.72 -1824;4;4032.50;10.40;1701.00;2.06;0.56 -1825;4;3967.50;11.10;1362.50;4.65;0.40 -1826;4;4609.00;12.10;1591.50;2.09;0.64 -1827;4;1159.50;17.90;1542.00;3.70;0.38 -1828;4;4184.50;10.50;1784.00;1.77;0.82 -1829;4;4461.00;11.72;1608.00;1.81;0.78 -1830;4;343.50;10.40;1952.50;0.28;2.30 -1831;4;1376.00;10.72;1603.00;1.73;0.32 -1832;4;982.50;12.20;1707.50;4.30;0.34 -1833;4;3245.00;10.55;114.50;1.81;0.66 -1834;4;4384.50;14.70;1512.50;1.64;0.56 -1835;4;3984.50;9.80;1673.50;1.99;0.48 -1836;4;1247.00;10.90;1671.00;1.32;0.48 -1837;4;4333.50;10.20;1715.00;1.64;0.54 -1838;4;4272.50;13.35;1360.00;1.83;0.70 -1839;4;5268.00;9.65;1688.50;-1.24;1.68 -1840;4;4038.00;12.17;1377.00;4.71;0.44 -1841;4;3776.50;10.40;1752.50;1.76;0.66 -1842;4;4902.00;12.25;1574.00;1.73;0.64 -1843;4;1549.00;9.70;1292.50;2.92;0.36 -1844;4;4143.50;13.30;1440.00;1.77;0.64 -1845;4;4778.00;10.30;1623.50;1.75;0.74 -1846;4;3311.50;13.25;490.00;1.38;0.96 -1847;4;4736.50;10.80;1483.50;-1.20;0.76 -1848;4;1236.00;11.20;1729.00;1.57;0.46 -1849;4;692.50;9.50;830.50;-0.69;0.38 -1850;4;4224.00;10.42;1673.00;4.33;0.54 -1851;4;1091.50;13.40;1646.50;4.66;0.46 -1852;4;4703.00;10.20;1805.50;1.79;1.12 -1853;4;4500.50;13.20;1377.50;1.37;0.66 -1854;4;1042.50;15.40;1695.00;1.13;0.52 -1855;4;4280.00;15.60;1425.00;1.73;0.60 -1856;4;4058.50;9.90;1763.50;4.57;0.54 -1857;4;1054.00;12.92;1715.00;3.78;0.32 -1858;4;903.00;14.45;1749.50;1.93;0.38 -1859;4;4408.50;14.55;1492.00;4.59;0.62 -1860;4;4055.00;9.80;1628.00;4.06;0.46 -1861;4;5101.50;13.65;115.00;1.29;0.36 -1862;4;975.50;15.50;1572.00;4.37;0.48 -1863;4;5302.50;10.15;1680.00;3.96;1.28 -1864;4;4105.00;13.55;1516.50;3.66;0.46 -1865;4;5171.00;11.70;1787.50;4.56;2.30 -1866;4;1335.00;10.30;1641.50;4.15;0.32 -1867;4;1311.00;10.60;1632.00;1.37;0.38 -1868;4;4552.00;13.80;1460.50;1.98;0.60 -1870;4;1282.50;10.20;1703.50;1.13;0.52 -1871;4;4651.00;11.90;1436.50;1.49;0.38 -1872;4;742.00;14.05;1919.50;-1.35;1.80 -1873;4;1312.00;10.90;1729.50;1.75;0.46 -1874;4;3249.50;12.45;358.00;1.78;1.18 -1875;4;1231.00;11.07;1622.00;2.35;0.60 -1876;4;4318.00;11.55;1636.50;4.15;0.48 -1877;4;4279.50;12.40;1531.50;4.35;0.52 -1878;4;4851.50;10.10;1735.50;4.67;1.12 -1879;4;3982.00;9.80;1540.00;1.57;0.50 -1880;4;3872.00;9.70;1714.50;2.23;0.58 -1881;4;1468.50;10.60;1517.00;2.27;0.30 -1882;4;4341.50;21.00;1210.00;1.08;0.80 -1883;4;3117.50;10.50;804.00;1.72;0.58 -1884;4;4453.50;12.30;1061.00;1.78;0.42 -1885;4;3178.00;9.50;1679.50;0.82;0.74 -1886;4;2895.50;9.50;681.50;-1.52;0.96 -1887;4;1704.50;9.80;965.50;2.19;0.90 -1888;4;3725.00;14.55;1225.50;-1.17;0.60 -1889;4;3726.50;11.60;1080.50;1.61;0.64 -1890;4;1911.50;9.50;998.00;1.74;0.94 -1891;4;2878.00;10.10;849.50;4.34;1.00 -1892;4;997.00;10.87;1386.00;2.67;0.36 -1893;4;4472.50;15.20;1142.00;4.71;0.38 -1894;4;2133.50;9.50;1754.50;4.46;1.18 -1895;4;549.50;9.50;200.00;1.66;0.86 -1896;4;3531.50;14.60;1287.00;1.98;0.28 -1897;4;2693.00;10.40;972.50;3.20;1.08 -1898;4;4052.50;17.20;1146.50;-1.49;0.48 -1899;4;5289.50;9.50;1736.50;2.70;0.90 -1900;4;1358.50;13.50;1143.00;4.26;0.64 -1901;4;2883.00;10.75;1117.00;1.51;1.44 -1902;4;3829.50;9.50;861.00;2.13;1.16 -1904;4;1030.50;9.70;1324.50;2.87;0.68 -1905;4;3538.50;11.40;785.50;2.60;0.42 -1906;4;5128.50;9.50;724.50;-1.53;1.22 -1907;4;5155.50;9.50;1138.00;4.52;1.26 -1908;4;3975.00;10.62;1086.00;2.15;0.54 -1909;4;2601.00;12.17;810.00;-1.10;0.74 -1910;4;3956.50;15.60;1229.00;4.36;0.58 -1911;4;4653.00;9.50;344.50;1.10;1.26 -1912;4;4259.50;9.50;695.00;1.74;0.96 -1913;4;1538.50;9.70;1298.00;2.44;0.34 -1914;4;3326.00;12.00;862.50;2.43;0.54 -1915;4;1256.00;10.75;1414.50;1.78;0.38 -1916;4;4402.00;9.50;170.00;-1.14;1.06 -1917;4;3842.50;9.50;765.00;4.03;0.88 -1918;4;4392.00;19.75;1162.50;1.86;0.54 -1919;4;3865.50;14.45;1310.00;4.71;0.28 -1920;4;3485.50;12.65;917.00;4.36;0.60 -1921;4;3118.00;9.50;27.00;2.63;0.76 -1922;4;3579.00;9.95;1181.00;1.76;0.56 -1923;4;3450.50;10.70;971.50;4.02;0.64 -1924;4;2109.50;9.50;27.50;2.41;0.78 -1925;4;2270.50;9.50;270.00;4.62;1.36 -1926;4;2559.50;9.50;1191.00;4.71;1.06 -1927;4;1279.00;10.55;1360.50;2.26;0.46 -1928;4;1928.00;10.20;923.00;4.15;0.62 -1929;4;3200.50;11.90;544.50;4.08;0.78 -1930;4;2409.00;9.50;1565.50;4.31;1.24 -1931;4;2201.00;9.50;930.50;1.70;1.36 -1932;4;2901.00;9.90;813.50;2.17;0.66 -1933;4;4450.00;14.15;1228.00;-1.40;0.42 -1934;4;4327.00;11.62;1078.00;3.73;0.40 -1935;4;1225.50;9.50;211.50;1.78;1.42 -1936;4;276.00;9.50;452.50;1.44;0.86 -1937;4;1644.50;9.80;1028.50;4.28;0.64 -1938;4;3454.00;12.52;1241.00;4.46;0.42 -1939;4;3383.00;14.05;636.50;2.92;0.48 -1940;4;36.00;9.50;1427.00;1.96;1.24 -1941;4;320.00;9.50;1504.50;2.07;0.88 -1942;4;529.00;9.50;624.50;4.68;0.92 -1943;4;4158.00;21.37;1278.00;-1.39;1.06 -1944;4;1673.00;12.05;1038.50;-1.10;0.56 -1945;4;1112.00;9.90;1297.50;3.64;0.68 -1946;4;1450.00;9.50;898.00;4.57;0.84 -1947;4;3712.50;9.90;984.00;1.35;0.70 -1948;4;3782.00;10.80;1164.50;4.14;0.54 -1949;4;4021.50;10.70;1049.50;2.19;0.38 -1950;4;3193.50;11.25;662.00;4.37;0.92 -1951;4;2825.00;11.07;774.00;3.14;0.38 -1952;4;1217.50;16.10;1247.50;-1.24;0.58 -1953;4;3255.50;11.50;752.00;3.08;0.64 -1954;4;1191.50;12.40;1359.00;1.92;0.50 -1955;4;3563.00;11.25;1104.50;2.26;0.50 -1956;4;3005.00;10.65;929.00;-1.43;1.36 -1957;4;3718.50;13.30;1255.50;3.70;0.60 -1958;4;2700.50;10.90;1113.50;2.05;0.82 -1959;4;4486.00;13.15;1327.50;2.12;0.42 -1960;4;3187.50;11.50;835.50;1.52;0.86 -1961;4;4042.50;22.15;1178.00;4.56;0.60 -1962;4;2661.50;10.20;950.50;1.52;1.14 -1963;4;3642.50;14.45;1183.00;-1.36;0.58 -1964;4;3549.00;10.15;759.00;1.78;0.70 -1965;4;1258.50;16.80;1185.50;2.73;0.40 -1966;4;3587.50;12.05;830.00;3.50;0.52 -1967;4;2867.50;11.90;1204.00;1.78;0.48 -1968;4;3167.00;12.30;482.00;4.57;0.72 -1969;4;2912.00;10.90;839.50;4.52;0.76 -1970;4;4004.00;20.30;1271.50;4.36;0.62 -1971;4;3893.50;9.70;1107.00;4.12;0.48 -1972;4;1129.50;15.90;1445.50;1.62;0.56 -1973;4;3504.50;16.30;882.50;3.92;0.48 -1974;4;3102.00;10.60;779.50;4.64;0.64 -1975;4;2852.50;12.05;886.00;2.05;0.70 -1976;4;4490.50;14.00;1211.50;4.39;0.22 -1977;4;3356.50;14.60;1011.50;4.17;0.70 -1978;4;3903.00;14.25;1177.00;-1.10;0.52 -1979;4;1895.50;10.30;805.00;4.64;1.44 -1980;4;3898.00;9.70;1072.50;3.66;0.42 -1981;4;1843.50;10.40;999.00;4.03;0.68 -1982;4;3583.50;16.00;1216.50;4.44;0.50 -1983;4;4088.50;12.50;1101.50;2.73;0.36 -1984;4;3387.00;12.10;859.50;-1.27;0.80 -1985;4;4462.00;14.35;1263.50;1.86;0.40 -1986;4;3709.00;12.10;1119.00;4.54;0.66 -1987;4;1423.00;11.55;1470.00;4.46;0.32 -1988;4;1479.50;9.60;1057.00;4.71;0.60 -1989;4;2709.00;11.90;1145.50;1.48;0.46 -1990;4;4368.50;10.90;971.00;1.57;0.30 -1991;4;4107.50;22.70;1142.50;-1.28;0.88 -1992;4;2923.50;13.00;768.50;4.58;0.52 -1994;4;3074.00;10.90;1040.50;4.62;1.72 -1995;4;3839.50;16.95;1214.00;1.92;0.58 -1996;4;4297.00;12.55;1110.50;-1.22;0.74 -1997;4;1697.50;11.75;1013.00;4.29;0.60 -1998;4;1215.50;11.80;1404.00;2.07;0.44 -1999;4;4382.00;17.25;1118.50;1.86;0.48 -2000;4;3750.00;13.60;1250.50;4.24;0.38 -2001;4;2815.00;10.10;834.00;-1.42;0.74 -2002;4;3979.00;10.00;1143.50;3.66;0.50 -2003;4;3374.00;11.70;944.50;-1.36;0.72 -2004;4;3514.50;9.70;1170.00;4.53;0.36 -2005;4;4098.50;10.60;1058.00;3.38;0.36 -2006;4;4480.50;12.90;1212.50;1.66;0.34 -2007;4;1652.00;10.10;883.50;0.82;0.92 -2008;4;1230.50;16.00;1209.50;1.68;0.56 -2009;4;3352.00;13.47;808.00;2.73;0.66 -2010;4;4139.50;22.30;1205.50;4.59;1.00 -2011;4;1239.50;16.00;1207.00;4.12;0.56 -2012;4;2626.50;11.40;862.00;-1.29;0.68 -2013;4;3435.00;10.05;1229.00;1.89;0.46 -2014;4;4213.50;22.40;1113.50;1.03;0.72 -2015;4;3997.00;14.15;1306.50;4.54;0.72 -2016;4;3273.50;11.00;867.50;4.28;0.64 -2017;4;3782.50;11.00;1187.50;4.10;0.48 -2018;4;3684.00;9.80;975.00;1.89;0.86 -2019;4;1250.00;10.10;1349.00;1.95;0.56 -2020;4;3516.00;10.45;731.50;-1.48;0.66 -2021;4;1335.50;9.70;1155.50;-1.48;0.48 -2022;4;4426.00;14.40;1245.50;1.93;0.32 -2023;4;1627.50;15.15;974.00;3.75;0.50 -2024;4;3162.50;11.00;572.00;3.38;0.56 -2025;4;2909.00;9.82;800.00;4.24;0.72 -2026;4;3617.00;16.10;1188.00;2.03;0.56 -2027;4;3392.50;13.20;1100.50;1.89;0.50 -2028;4;4358.00;12.90;1320.00;1.89;0.60 -2029;4;3591.50;11.60;905.00;1.80;0.78 -2030;4;4479.50;10.80;1154.50;1.83;0.36 -2031;4;1487.00;9.70;1113.00;1.66;0.76 -2032;4;3997.00;10.35;1137.50;-1.48;0.46 -2033;4;3411.00;9.60;1029.00;-1.24;0.74 -2034;4;3243.00;11.30;714.00;-1.21;0.60 -2035;4;1980.00;9.85;816.00;1.97;1.28 -2036;4;4027.50;10.70;1068.50;-1.20;0.46 -2037;4;1166.50;12.90;1357.00;1.86;0.54 -2038;4;2618.00;10.65;801.50;2.72;0.60 -2039;4;3729.50;11.80;1099.50;2.35;0.42 -2040;4;3364.00;11.25;845.50;4.61;0.72 -2041;4;3979.50;17.60;1233.50;-1.49;0.56 -2042;4;1288.50;9.75;1339.00;2.58;0.46 -2043;4;1322.00;13.50;1466.00;-0.38;0.30 -2044;4;2745.00;10.20;918.50;2.08;0.64 -2045;4;4432.50;13.80;1189.00;4.53;0.40 -2046;4;3343.00;10.40;938.00;-1.32;0.64 -2047;4;4618.00;11.35;691.50;1.48;0.56 -2048;4;3657.00;9.80;1030.00;2.03;0.56 -2049;4;2844.00;11.10;1176.50;4.54;0.76 -2050;4;2858.50;9.70;757.50;-1.51;0.42 -2051;4;1185.50;12.40;1186.00;2.44;0.52 -2052;4;1688.00;12.80;998.50;2.18;0.44 -2053;4;4360.00;14.37;1278.00;-1.10;0.62 -2054;4;4001.50;10.20;1098.50;1.64;0.56 -2055;4;1237.00;13.80;1471.00;1.71;0.30 -2056;4;2854.00;11.50;858.50;-0.90;0.72 -2057;4;3442.00;12.00;1116.50;-1.40;0.58 -2058;4;3947.50;12.55;1326.00;1.68;0.44 -2059;4;3649.50;10.30;946.00;1.36;0.76 -2060;4;1243.50;10.00;1316.00;1.86;0.56 -2061;4;4335.00;11.90;999.00;-1.32;0.36 -2062;4;3769.00;12.20;1181.50;1.81;0.54 -2063;4;3502.00;10.55;712.00;1.48;0.68 -2064;4;3279.50;9.90;1024.50;1.04;1.00 -2065;4;3577.00;13.45;1204.50;2.12;0.48 -2066;4;1696.50;10.10;351.00;-1.36;0.76 -2067;4;4404.00;16.32;1111.00;-1.10;0.42 -2068;4;2841.50;10.50;941.00;3.82;0.98 -2069;4;1049.50;10.05;1382.00;3.75;0.50 -2070;4;3737.00;11.82;1115.00;-1.47;0.66 -2071;4;3540.00;15.30;1264.50;-1.40;0.36 -2072;4;3427.50;15.10;876.00;1.66;0.54 -2073;4;3166.50;10.60;691.50;-1.50;0.64 -2074;4;4212.00;17.95;1301.50;1.32;0.78 -2075;4;1490.50;9.80;1096.00;3.41;0.68 -2076;4;4005.00;16.30;1177.00;3.46;0.30 -2077;4;1421.00;9.70;1153.50;3.14;0.44 -2078;4;3818.50;11.90;1182.00;1.15;0.60 -2079;4;1637.50;13.90;913.00;2.07;0.60 -2080;4;2990.00;11.85;702.50;-1.42;0.90 -2081;4;3045.00;9.90;852.00;3.81;0.52 -2082;4;1281.50;10.60;1426.00;4.36;0.38 -2083;4;1254.00;13.80;1248.50;2.30;0.52 -2084;4;3969.50;17.50;1248.00;1.01;0.48 -2085;4;1685.50;9.70;1060.00;2.06;0.56 -2086;4;4004.50;10.45;1119.00;4.19;0.34 -2087;4;4495.50;13.70;1343.50;4.51;0.44 -2088;4;3365.00;11.27;904.00;-0.54;0.58 -2089;4;3551.00;9.70;1147.00;1.42;0.32 -2090;4;3476.00;12.25;1002.50;1.50;0.72 -2091;4;4479.50;12.60;1183.00;1.95;0.38 -2092;4;3998.00;10.72;1059.00;2.35;0.40 -2093;4;4147.00;22.35;1166.50;4.29;0.74 -2094;4;2633.50;10.50;782.00;2.01;0.72 -2095;4;3385.00;10.20;1078.50;4.24;0.48 -2096;4;3324.00;11.82;727.00;1.00;0.94 -2097;4;3504.00;10.20;1205.50;3.14;0.36 -2098;4;4247.00;21.32;1117.00;1.71;0.56 -2099;4;4325.50;20.70;1292.50;4.45;0.82 -2100;4;2601.00;9.82;858.00;-1.44;0.44 -2101;4;3778.50;11.20;1146.50;2.82;0.58 -2102;4;1192.00;13.30;1468.50;1.10;0.48 -2103;4;3646.50;11.20;931.50;3.76;0.44 -2104;4;1197.50;12.50;1338.50;-1.50;0.64 -2105;4;4008.00;10.30;1019.00;2.03;0.40 -2106;4;1876.50;10.30;435.50;2.48;0.82 -2107;4;3115.00;9.50;1685.50;-1.00;1.20 -2108;4;2975.00;9.50;578.50;1.84;0.78 -2109;4;2005.00;10.50;489.50;4.44;0.64 -2110;4;1773.00;9.50;1051.00;4.60;0.82 -2111;4;1943.00;10.60;625.50;2.33;1.08 -2112;4;2201.50;9.50;1666.00;1.77;1.40 -2113;4;484.00;9.50;250.50;2.16;1.08 -2114;4;5024.50;9.70;153.50;4.14;0.80 -2116;4;5068.50;9.90;230.50;4.48;0.72 -2117;4;4594.00;11.45;681.50;1.67;0.36 -2118;4;3714.50;9.50;829.00;-1.43;1.28 -2119;4;5536.00;9.50;54.00;2.13;1.24 -2120;4;3353.50;10.40;346.00;1.31;0.76 -2121;4;5119.00;9.50;786.00;1.79;1.44 -2122;4;5082.00;9.50;1108.50;4.20;1.16 -2123;4;3433.50;10.00;423.00;2.62;0.60 -2124;4;4690.50;9.50;523.50;0.78;1.04 -2125;4;4261.50;9.50;732.50;-1.27;0.96 -2126;4;3084.50;13.80;447.00;4.12;0.74 -2127;4;4491.00;9.50;140.50;2.52;1.16 -2128;4;3802.00;9.50;789.50;-1.36;1.10 -2129;4;5022.50;13.80;559.00;3.98;0.52 -2130;4;5004.50;10.30;126.00;4.21;0.58 -2131;4;3054.50;9.50;85.00;2.32;1.10 -2132;4;2183.50;9.70;814.50;1.85;0.56 -2133;4;4822.00;10.55;237.50;1.69;1.08 -2134;4;2244.00;9.50;241.00;4.06;1.22 -2135;4;2556.00;9.50;1143.00;-1.50;0.92 -2136;4;1760.50;12.70;384.50;1.34;0.62 -2137;4;2349.00;9.50;1572.50;-1.21;1.14 -2138;4;2114.00;9.50;937.50;4.41;0.94 -2139;4;4930.00;10.10;385.50;4.30;0.60 -2140;4;1112.00;9.50;227.00;4.30;1.26 -2141;4;301.00;9.50;487.00;1.31;1.18 -2142;4;1879.50;10.30;616.50;4.67;1.12 -2143;4;27.00;9.50;1477.50;2.23;1.02 -2144;4;362.50;9.50;1463.50;-1.38;1.22 -2145;4;544.00;9.50;531.50;1.54;1.18 -2146;4;5034.00;9.70;122.50;4.46;0.46 -2147;4;1871.50;9.90;716.00;3.38;0.92 -2148;4;1418.50;9.50;923.50;1.53;1.04 -2149;4;1768.00;10.50;244.50;1.48;0.92 -2150;4;2107.00;9.80;779.50;4.54;0.88 -2151;4;3268.00;11.85;309.00;4.15;0.60 -2152;4;1922.50;10.00;456.00;2.07;0.58 -2153;4;2165.00;11.27;538.00;2.03;0.40 -2154;4;3265.00;12.05;697.50;2.91;0.84 -2155;4;5022.00;9.80;107.50;-1.36;0.42 -2156;4;1558.50;10.20;783.50;1.49;0.62 -2157;4;4676.00;10.20;183.50;2.26;0.40 -2158;4;1775.00;10.95;353.00;1.37;0.76 -2159;4;3389.00;10.90;423.50;2.41;0.76 -2160;4;1825.50;10.90;562.50;-1.21;0.82 -2161;4;1709.00;11.47;146.00;2.24;0.54 -2162;4;1641.00;18.55;679.00;1.21;0.68 -2163;4;5094.50;10.40;208.00;1.72;0.44 -2164;4;2179.50;10.60;760.50;-1.50;0.58 -2166;4;5010.50;9.70;381.50;1.89;0.48 -2167;4;2089.50;11.50;555.00;1.83;0.66 -2168;4;2036.50;10.00;728.50;-1.34;1.02 -2169;4;1737.00;11.90;129.50;1.72;0.76 -2170;4;4555.50;10.20;640.50;-1.48;0.58 -2171;4;3281.50;14.80;223.00;1.13;0.70 -2172;4;1861.00;9.70;371.50;-1.44;0.54 -2173;4;1919.50;10.40;429.50;1.63;0.54 -2174;4;1762.50;19.35;521.00;1.17;0.82 -2175;4;2220.50;9.70;782.00;4.29;0.46 -2176;4;3291.00;12.20;553.50;3.40;0.84 -2177;4;4713.00;11.00;292.00;4.30;0.68 -2178;4;2171.00;10.60;790.50;4.14;0.64 -2179;4;1723.00;18.05;347.50;1.67;0.52 -2180;4;3378.00;11.50;399.50;2.76;0.64 -2181;4;1979.00;10.60;534.00;-1.19;0.86 -2182;4;1693.00;20.60;632.50;4.57;0.64 -2183;4;5061.50;9.70;25.50;3.28;0.24 -2184;4;4592.50;10.30;619.00;0.82;0.56 -2185;4;2111.00;12.22;518.00;1.76;0.42 -2186;4;4709.00;11.00;268.00;4.20;0.60 -2187;4;5014.50;9.80;364.50;2.06;0.56 -2189;4;5070.50;10.50;17.50;3.25;0.34 -2190;4;2088.00;11.85;625.00;4.49;0.66 -2191;4;4801.00;9.90;187.00;1.57;0.76 -2192;4;3017.20;11.60;607.25;-1.45;1.04 -2193;4;3350.50;10.20;294.00;1.57;0.68 -2194;4;1939.50;10.60;444.50;2.91;0.58 -2195;4;1853.00;10.00;503.00;3.73;0.78 -2196;4;3409.00;9.75;544.50;3.40;0.60 -2197;4;5513.50;10.00;76.50;2.73;0.38 -2198;4;1703.50;9.80;775.00;1.97;1.58 -2199;4;1724.50;12.10;217.50;2.06;0.64 -2200;4;3501.00;10.75;263.00;3.28;0.58 -2201;4;4721.50;9.70;349.50;4.67;0.84 -2202;4;3415.00;10.50;459.00;4.60;0.68 -2203;4;5476.50;11.55;46.00;4.71;0.38 -2204;4;1992.50;10.30;680.50;1.50;1.66 -2205;4;4987.00;9.50;200.50;1.18;1.10 -2206;4;3360.50;13.30;597.50;4.34;0.88 -2207;4;3043.00;11.22;276.00;3.14;0.54 -2208;4;1828.50;10.70;440.50;2.53;0.72 -2209;4;1881.50;10.40;479.00;-1.38;0.92 -2210;4;1676.50;18.00;614.50;4.28;0.70 -2211;4;5477.50;11.30;35.50;2.63;0.44 -2212;4;1632.00;10.45;714.50;-0.70;0.72 -2213;4;3217.00;14.10;222.50;1.91;0.70 -2214;4;2021.50;10.40;800.00;3.43;0.96 -2215;4;1722.00;16.40;284.50;4.52;0.62 -2216;4;3269.50;12.95;386.00;4.49;0.64 -2217;4;3410.50;10.60;441.50;2.35;0.88 -2218;4;2093.50;10.90;601.50;1.63;0.54 -2219;4;4934.50;9.90;149.50;2.25;0.68 -2220;4;3266.50;10.95;600.00;4.21;0.60 -2221;4;5025.50;9.80;235.50;1.63;0.80 -2222;4;4556.00;9.80;663.00;4.71;0.36 -2223;4;4900.00;10.70;321.50;4.48;1.00 -2224;4;1790.50;20.10;496.50;1.44;0.66 -2225;4;1621.00;10.45;651.50;4.14;0.76 -2226;4;1655.50;10.10;731.50;2.52;1.00 -2227;4;2251.00;9.80;761.50;4.54;0.34 -2228;4;2147.50;9.70;806.50;3.70;0.60 -2229;4;3041.00;10.00;240.00;4.03;0.48 -2230;4;3087.00;9.50;1684.50;0.11;0.92 -2231;4;2991.00;9.50;542.50;1.81;0.94 -2232;4;1687.50;9.70;1058.50;-0.19;0.76 -2233;4;2139.50;9.50;1635.00;3.18;1.86 -2234;4;416.50;9.50;151.00;1.92;1.16 -2235;4;3703.50;9.50;774.00;-0.59;1.14 -2236;4;5472.50;9.50;19.00;2.38;0.76 -2237;4;5208.50;9.50;828.00;1.76;1.20 -2238;4;5205.50;9.50;1193.00;2.19;1.20 -2239;4;4615.50;9.50;521.50;-1.37;0.66 -2240;4;4235.50;9.50;766.00;4.26;1.02 -2241;4;4515.50;9.50;87.50;2.01;1.16 -2242;4;3837.00;9.50;832.50;3.69;1.00 -2243;4;3039.00;9.50;118.00;1.48;1.04 -2244;4;2139.50;9.50;29.50;3.08;0.82 -2245;4;2224.50;9.50;210.50;2.08;1.06 -2246;4;2612.50;9.50;1114.50;1.53;1.12 -2247;4;2406.50;9.50;1597.50;-1.29;1.44 -2248;4;2240.00;9.50;901.00;2.15;1.24 -2249;4;1092.50;9.50;165.00;1.86;1.42 -2250;4;312.00;9.50;447.50;4.56;1.28 -2251;4;62.50;9.50;1432.00;4.71;1.32 -2252;4;456.00;9.50;1450.50;1.59;1.00 -2253;4;535.00;9.50;581.00;4.54;1.08 -2254;4;1367.00;9.50;971.50;1.76;0.98 -2256;4;3123.50;9.50;1639.50;1.06;1.12 -2257;4;2972.00;9.50;424.00;3.99;0.98 -2258;4;1647.00;9.50;1063.00;0.26;1.50 -2259;4;2062.00;9.50;1729.50;4.48;1.26 -2261;4;5527.00;9.50;1822.50;1.81;1.40 -2262;4;3654.00;9.50;712.00;2.63;1.04 -2263;4;5226.00;9.50;755.00;1.10;1.42 -2264;4;5121.50;9.50;1187.50;-1.36;1.02 -2265;4;4635.50;9.50;499.00;2.57;0.94 -2266;4;4235.00;9.50;730.50;1.47;1.12 -2267;4;4436.50;9.50;72.50;-1.28;1.02 -2268;4;3906.00;9.50;824.50;4.29;1.06 -2269;4;2987.00;9.50;114.00;3.56;1.02 -2270;4;2182.50;9.50;33.00;3.19;0.90 -2271;4;2174.50;9.50;198.00;1.57;1.12 -2272;4;2645.50;9.50;1145.00;1.43;0.80 -2273;4;2357.00;9.50;1627.50;2.46;1.02 -2274;4;2541.50;9.50;1389.50;2.28;1.36 -2275;4;1105.50;9.50;265.00;1.97;1.72 -2276;4;332.50;9.50;487.00;-1.33;1.10 -2277;4;143.00;9.50;1443.00;1.51;1.32 -2278;4;404.50;9.50;1508.50;4.29;1.24 -2279;4;617.50;9.50;541.00;1.83;1.06 -2280;4;1436.50;9.50;1010.00;3.30;1.04 -2282;4;3063.50;9.50;1649.50;4.64;0.70 -2283;4;2985.00;9.50;249.00;1.93;0.96 -2284;4;1554.50;9.50;1025.50;1.22;0.84 -2285;4;2069.00;9.50;1690.50;4.24;1.42 -2286;4;532.50;9.50;38.50;3.48;1.04 -2287;4;5591.00;9.50;1990.50;-1.35;1.94 -2288;4;3692.50;9.50;738.00;2.15;1.22 -2289;4;5224.00;9.50;700.00;4.65;1.06 -2290;4;5128.00;9.50;1157.50;2.95;1.06 -2291;4;4677.00;9.50;489.50;2.11;1.32 -2292;4;4227.00;9.50;793.50;1.52;0.96 -2293;4;4443.50;9.50;44.00;3.17;0.90 -2294;4;3886.00;9.50;847.00;2.42;1.06 -2295;4;2960.00;9.50;96.00;1.57;1.12 -2297;4;2230.50;9.50;282.50;1.05;1.10 -2298;4;2303.50;9.50;821.50;4.59;1.22 -2299;4;2350.50;9.50;1661.50;4.60;1.28 -2300;4;2603.00;9.50;1346.50;1.53;1.08 -2301;4;1025.50;9.50;271.50;1.18;1.58 -2302;4;404.50;9.50;454.50;2.04;1.02 -2303;4;129.50;9.50;1486.50;1.60;1.00 -2304;4;61.50;9.50;1186.50;1.68;1.22 -2305;4;487.00;9.50;1498.50;1.90;1.24 -2306;4;624.00;9.50;634.00;1.03;1.38 -2307;4;1285.50;9.50;983.50;-1.45;1.24 -2309;4;3104.50;9.50;1616.50;1.08;0.60 -2310;4;3017.00;9.50;172.50;2.57;0.92 -2311;4;1559.00;9.50;924.50;4.32;1.20 -2312;4;2073.50;9.50;1562.50;4.61;1.56 -2313;4;582.50;9.50;127.00;1.42;1.34 -2314;4;3708.50;9.50;657.00;3.71;1.08 -2315;4;5289.00;9.50;697.00;4.63;1.08 -2316;4;5072.00;9.50;1161.50;-1.36;0.94 -2317;4;4705.50;9.50;466.00;1.39;0.92 -2318;4;4163.50;9.50;726.50;4.35;1.10 -2319;4;4478.00;9.50;44.00;3.60;0.98 -2320;4;3861.50;9.50;875.50;1.00;1.04 -2321;4;2987.50;9.50;139.00;1.31;1.18 -2323;4;2221.00;9.50;247.00;1.57;1.04 -2324;4;2292.50;9.50;920.00;4.71;1.34 -2325;4;2310.00;9.50;1617.00;2.35;1.22 -2326;4;2523.50;9.50;1354.50;1.37;1.26 -2327;4;1041.50;9.50;228.00;2.14;1.60 -2328;4;419.50;9.50;502.00;1.97;1.12 -2329;4;471.50;9.50;1423.50;3.97;1.12 -2330;4;671.00;9.50;654.00;-1.41;1.46 -2331;4;1338.50;9.50;1025.00;3.95;1.30 -2333;4;3055.50;9.50;1619.00;0.88;0.88 -2334;4;3058.50;9.50;43.50;4.49;0.88 -2335;4;1507.00;9.50;830.50;-1.21;1.22 -2336;4;2077.00;9.50;1447.50;4.54;1.34 -2337;4;566.00;9.50;75.50;-1.38;1.32 -2338;4;3740.50;9.50;543.50;1.42;1.02 -2339;4;5278.00;9.50;746.50;1.45;1.04 -2340;4;5038.00;9.50;1112.00;-1.26;1.00 -2341;4;4637.00;9.50;438.00;4.71;1.16 -2342;4;4126.50;9.50;747.50;3.92;0.80 -2344;4;3893.00;9.50;865.50;4.62;0.82 -2345;4;2906.50;9.50;147.00;4.28;1.04 -2346;4;2266.50;9.50;29.00;2.01;1.00 -2347;4;2246.00;9.50;368.00;3.87;1.02 -2348;4;2280.50;9.50;874.50;4.55;1.10 -2349;4;2228.50;9.50;1637.00;4.16;1.48 -2350;4;2438.50;9.50;1330.00;4.43;1.38 -2351;4;999.00;9.50;174.00;3.75;1.34 -2352;4;426.50;9.50;435.50;4.49;1.16 -2353;4;5.00;9.50;1525.50;4.42;0.52 -2354;4;524.50;9.50;1405.50;4.49;1.10 -2355;4;731.50;9.50;701.50;1.97;1.28 -2357;4;1256.00;9.50;1044.00;3.77;1.08 -2358;4;3020.50;9.50;1605.50;0.32;0.60 -2359;4;3205.00;9.50;68.50;1.76;1.10 -2360;4;1489.00;9.50;867.00;2.08;0.98 -2361;4;1960.00;9.50;1664.00;1.78;1.52 -2362;4;785.50;9.50;80.50;1.30;1.44 -2363;4;3760.00;9.50;583.00;4.33;0.80 -2364;4;5299.00;9.50;794.50;1.79;0.90 -2365;4;5054.00;9.50;1016.50;4.28;1.10 -2366;4;5567.00;9.50;1882.50;2.20;1.48 -2367;4;4578.00;9.50;394.00;4.51;1.14 -2368;4;4197.00;9.50;773.00;2.23;1.14 -2369;4;4542.00;9.50;52.50;2.07;1.02 -2370;4;3965.00;9.50;852.50;1.14;0.80 -2371;4;2915.50;9.50;186.00;3.30;0.92 -2372;4;2223.00;9.50;378.00;1.64;1.08 -2373;4;2272.50;9.50;849.00;2.32;1.22 -2374;4;2540.50;9.50;1603.50;1.52;1.06 -2375;4;2600.00;9.50;1223.00;-1.51;1.06 -2376;4;982.00;9.50;211.00;1.83;1.52 -2377;4;718.50;9.50;898.50;4.68;1.04 -2378;4;521.50;9.50;1499.00;4.52;1.16 -2379;4;681.50;9.50;747.50;4.62;1.44 -2380;4;1238.00;9.50;1004.50;1.18;0.98 -2381;4;2734.50;9.50;1499.00;4.29;0.48 -2382;4;3001.00;9.50;1624.50;-1.15;0.52 -2383;4;3321.00;9.50;100.50;4.37;1.06 -2384;4;1459.00;9.50;731.00;-1.37;1.08 -2385;4;1901.00;9.50;1578.00;4.46;1.34 -2386;4;833.50;9.50;38.00;2.95;1.26 -2387;4;3680.50;9.50;413.00;-1.38;1.10 -2388;4;5600.00;9.50;35.00;2.13;1.20 -2389;4;5354.00;9.50;786.50;-1.19;1.06 -2390;4;5070.50;9.50;1042.50;-1.33;1.02 -2391;4;4555.50;9.50;450.00;4.54;1.08 -2392;4;4147.50;9.50;784.00;2.22;0.96 -2393;4;4595.00;9.50;61.00;1.89;0.96 -2394;4;3900.50;9.50;937.00;-1.35;1.26 -2395;4;3003.00;9.50;208.00;1.89;1.02 -2396;4;2391.00;9.50;96.00;2.41;0.98 -2397;4;2231.00;9.50;342.00;2.07;1.00 -2398;4;2207.50;9.50;815.50;-0.68;0.92 -2399;4;2569.50;9.50;1509.50;2.35;1.18 -2400;4;2691.00;9.50;1226.50;4.01;0.72 -2401;4;924.50;9.50;255.00;4.10;1.54 -2402;4;483.50;9.50;532.50;1.53;1.30 -2403;4;5.00;9.50;1577.00;3.14;0.36 -2404;4;495.00;9.50;1451.50;-1.54;1.22 -2405;4;607.00;9.50;689.50;1.60;1.30 -2406;4;1120.00;9.50;1009.50;-1.26;1.04 -2407;4;1027.50;10.90;1961.00;1.73;1.60 -2408;4;2977.00;9.50;1617.50;0.11;0.84 -2409;4;3358.50;9.50;186.00;-1.20;1.20 -2410;4;1569.50;9.50;639.50;1.28;1.08 -2411;4;1789.00;9.50;1479.50;-1.48;0.94 -2412;4;1340.00;9.50;76.50;1.54;1.42 -2413;4;3687.50;9.50;217.50;4.55;1.06 -2414;4;5464.00;9.50;778.50;4.53;1.00 -2415;4;5044.00;9.50;973.50;1.18;1.22 -2416;4;4558.00;9.50;497.50;-1.50;0.90 -2417;4;4030.50;9.50;726.00;1.20;1.26 -2418;4;4557.00;9.50;140.00;4.59;1.12 -2419;4;3868.50;9.50;932.50;1.60;0.94 -2420;4;3041.50;9.50;198.00;1.57;1.30 -2421;4;2355.00;9.50;73.50;2.25;1.02 -2422;4;2190.50;9.50;334.00;1.67;0.88 -2423;4;2201.50;9.50;868.00;4.61;1.02 -2424;4;2568.50;9.50;1458.00;4.32;0.94 -2425;4;2056.00;9.50;1539.00;1.13;1.10 -2426;4;898.00;9.50;191.50;1.72;1.50 -2427;4;395.50;9.50;538.50;4.68;0.86 -2428;4;583.00;9.50;1399.50;4.67;1.04 -2429;4;641.50;9.50;709.50;-1.33;1.00 -2430;4;1056.50;9.50;1034.00;4.59;1.06 -2431;4;2984.50;9.50;1655.50;-0.07;0.70 -2432;4;3360.50;9.50;313.00;4.03;1.06 -2433;4;1625.00;9.50;564.50;2.43;1.48 -2434;4;1835.00;9.50;1582.50;1.70;1.00 -2435;4;1264.50;9.50;121.50;1.69;1.12 -2436;4;5029.50;9.50;1709.50;2.82;0.58 -2437;4;3418.50;9.50;92.00;1.66;1.06 -2438;4;5425.00;9.50;834.00;-1.36;0.82 -2439;4;5004.50;9.50;1016.00;2.53;1.22 -2440;4;4607.50;9.50;484.00;2.10;1.28 -2441;4;3998.50;9.50;767.00;1.88;1.12 -2442;4;4633.00;9.50;121.00;1.30;1.08 -2443;4;3802.00;9.50;910.00;4.39;0.92 -2444;4;3065.50;9.50;150.00;1.91;0.94 -2445;4;2406.00;9.50;32.50;1.54;1.06 -2447;4;2181.50;9.50;865.00;1.96;0.94 -2448;4;2541.00;9.50;1664.50;2.33;1.22 -2449;4;1978.50;9.50;1608.00;4.55;1.74 -2450;4;889.50;9.50;140.50;2.00;1.26 -2451;4;329.50;9.50;529.00;2.13;1.22 -2452;4;563.00;9.50;1446.00;-1.43;1.16 -2453;4;650.00;9.50;690.50;2.70;0.98 -2454;4;1109.00;9.50;1067.00;4.43;1.22 -2455;4;2971.00;9.50;1685.00;0.84;1.16 -2456;4;3454.50;9.50;401.00;4.26;1.34 -2457;4;1642.50;9.50;361.50;-1.20;1.40 -2458;4;1734.50;9.50;1526.00;-1.38;1.54 -2459;4;1353.50;9.50;172.00;-1.52;1.32 -2460;4;5153.00;9.50;1662.00;1.89;1.72 -2461;4;3289.50;9.50;16.50;2.20;0.58 -2462;4;5487.00;9.50;838.00;4.59;1.40 -2463;4;5036.00;9.50;1038.00;1.57;1.14 -2464;4;4531.50;9.50;376.00;2.14;1.16 -2465;4;3987.50;9.50;675.00;-1.02;0.94 -2466;4;4547.50;9.50;104.50;0.91;1.16 -2467;4;3764.00;9.50;882.50;4.44;0.92 -2468;4;3623.50;9.50;27.50;1.85;1.04 -2469;4;3060.00;9.50;113.00;4.33;0.96 -2470;4;2428.00;9.50;13.00;2.09;0.52 -2471;4;2170.00;9.50;371.50;1.52;0.90 -2472;4;2156.50;9.50;827.00;-1.36;0.44 -2473;4;2623.50;9.50;1656.50;1.00;1.26 -2474;4;1973.00;9.50;1551.00;-1.44;1.42 -2475;4;782.50;9.50;123.00;4.42;0.96 -2476;4;347.50;9.50;553.50;4.15;0.96 -2477;4;678.00;9.50;1394.00;1.24;1.04 -2478;4;588.50;9.50;731.00;1.75;1.38 -2479;4;1112.50;9.50;1113.50;-1.53;1.24 -2480;4;3433.00;9.50;252.50;4.24;1.18 -2481;4;2648.00;9.50;1680.00;2.94;0.74 -2482;4;1677.00;9.50;271.50;1.69;0.92 -2483;4;1690.00;9.50;1499.00;4.14;1.16 -2484;4;1348.00;9.50;37.50;3.59;1.16 -2485;4;5059.50;9.50;1576.00;1.72;0.72 -2486;4;3792.00;9.50;151.00;1.63;1.24 -2487;4;5384.50;9.50;881.50;4.29;1.40 -2488;4;4945.00;9.50;1033.00;4.10;1.24 -2490;4;4520.00;9.50;502.50;4.34;0.86 -2491;4;3974.00;9.50;712.00;0.96;1.26 -2492;4;4641.00;9.50;78.00;1.98;0.96 -2493;4;3765.50;9.50;925.50;4.55;0.90 -2494;4;3651.00;9.50;53.50;-1.52;0.90 -2495;4;3079.00;9.50;69.00;4.51;0.82 -2497;4;2204.50;9.50;406.50;1.74;0.92 -2498;4;2112.00;9.50;841.50;3.69;0.62 -2499;4;2720.00;9.50;1830.50;-1.47;1.18 -2500;4;1600.00;9.50;1171.00;-0.98;0.70 -2501;4;771.50;9.50;41.50;2.59;1.24 -2502;4;283.50;9.50;538.50;1.37;1.00 -2503;4;626.50;9.50;1503.00;1.57;0.84 -2504;4;619.00;9.50;786.50;1.66;1.24 -2505;4;1051.50;9.50;1082.00;4.41;1.04 -2506;4;2927.00;9.50;1672.00;1.08;1.42 -2507;4;3557.00;9.50;183.50;-1.36;0.94 -2508;4;1664.00;9.50;146.50;4.65;0.94 -2510;4;5006.00;9.50;1535.50;-0.51;0.80 -2511;4;3954.50;9.50;74.50;2.46;1.32 -2512;4;5475.00;9.50;920.50;1.86;0.98 -2513;4;4964.50;9.50;1072.00;-1.38;1.42 -2514;4;4477.50;9.50;518.00;4.20;0.94 -2515;4;3965.00;9.50;680.00;1.81;0.92 -2516;4;4688.00;9.50;120.50;1.84;0.74 -2517;4;3844.00;9.50;971.00;3.70;0.88 -2518;4;3594.00;9.50;66.50;-1.53;1.26 -2519;4;3024.00;9.50;251.00;1.04;1.02 -2520;4;2291.50;9.50;38.00;-1.30;1.26 -2521;4;2135.00;9.50;377.00;1.89;0.86 -2522;4;2142.00;9.50;861.00;1.47;1.00 -2523;4;2533.50;9.50;1708.00;-1.20;1.60 -2524;4;727.00;9.50;65.50;1.44;1.44 -2525;4;209.50;9.50;553.00;3.47;1.06 -2526;4;6.50;9.50;1640.00;4.28;0.64 -2527;4;683.00;9.50;1530.50;1.95;1.48 -2528;4;656.50;9.50;787.00;4.66;1.08 -2529;4;1120.50;9.50;1160.50;1.66;1.14 -2530;4;2891.00;9.70;1741.50;1.02;0.84 -2531;4;3604.50;9.50;273.50;-1.31;1.08 -2532;4;1701.50;9.50;62.00;1.43;0.78 -2533;4;1657.00;9.50;61.00;1.99;1.02 -2534;4;5014.50;9.50;1473.50;1.85;0.82 -2535;4;5329.00;9.50;847.50;2.00;1.28 -2536;4;5012.50;9.50;1134.00;1.46;1.10 -2537;4;4534.50;9.50;451.50;1.62;1.02 -2538;4;3925.50;9.50;643.00;1.34;0.80 -2539;4;4732.50;9.50;93.00;1.64;1.02 -2540;4;3817.00;9.50;1004.50;4.37;0.88 -2541;4;3639.00;9.50;111.50;2.65;1.34 -2542;4;2986.00;9.50;313.50;4.32;1.16 -2543;4;2336.00;9.50;24.50;4.40;0.84 -2544;4;2087.50;9.50;377.50;3.92;0.94 -2545;4;2076.50;9.50;904.00;4.41;1.16 -2546;4;2482.00;9.50;1705.50;4.48;1.08 -2547;4;1591.00;9.50;1027.50;-0.65;1.22 -2548;4;671.50;9.50;30.50;3.92;0.98 -2549;4;219.50;9.50;576.50;1.02;1.16 -2550;4;56.50;9.50;1549.00;2.09;1.20 -2551;4;639.00;9.50;1449.00;1.07;1.18 -2552;4;625.50;9.50;757.00;3.89;1.48 -2553;4;1061.00;9.50;1251.00;2.53;1.32 -2554;4;2964.50;9.50;1836.50;0.74;1.36 -2555;4;3723.50;9.50;334.50;-1.52;1.14 -2556;4;154.00;9.50;1979.50;-1.44;1.16 -2557;4;1585.50;9.50;176.00;1.11;1.32 -2558;4;5003.00;9.50;615.00;-0.54;0.94 -2559;4;4962.50;9.50;1114.00;1.75;1.28 -2561;4;4516.00;9.50;407.00;1.64;0.98 -2562;4;3946.00;9.50;639.50;4.58;0.90 -2563;4;4570.50;9.50;26.00;2.87;0.84 -2564;4;3878.50;9.50;1006.00;1.96;0.88 -2565;4;3689.00;9.50;93.50;4.57;1.12 -2566;4;2974.50;9.50;279.00;1.41;0.86 -2568;4;2656.00;9.50;2025.00;-0.58;0.66 -2569;4;2015.50;9.50;858.50;-1.08;1.48 -2570;4;2419.50;9.50;1734.50;4.26;1.44 -2571;4;1748.50;9.50;1061.50;1.02;1.36 -2572;4;593.00;9.50;36.00;3.88;1.04 -2573;4;276.50;9.50;600.00;3.10;1.34 -2574;4;54.00;9.50;1596.00;1.68;1.14 -2575;4;685.00;9.50;1492.00;3.86;1.26 -2576;4;686.50;9.50;819.00;1.19;1.56 -2577;4;1035.50;9.50;1208.50;2.14;1.12 -2578;4;2998.50;9.50;1963.00;4.22;1.18 -2579;4;3650.50;9.50;450.00;1.75;1.02 -2580;4;1904.00;9.50;99.50;1.07;1.30 -2581;4;209.50;9.50;1873.50;4.50;0.84 -2582;4;1477.00;9.50;70.00;4.65;0.98 -2583;4;4997.00;9.50;1393.00;0.91;1.44 -2584;4;3484.00;9.50;41.00;2.42;1.20 -2585;4;4937.00;9.50;631.00;-0.58;1.08 -2586;4;4979.50;9.50;1170.00;2.71;1.06 -2587;4;4451.50;9.50;420.00;4.31;0.94 -2588;4;4002.00;9.50;637.00;1.57;0.92 -2589;4;4606.50;9.50;34.50;3.85;1.02 -2590;4;3840.00;9.50;1037.00;4.06;1.10 -2591;4;3695.00;9.50;48.50;4.60;1.00 -2592;4;2928.00;9.50;244.50;4.29;1.06 -2594;4;2105.50;9.50;410.50;-1.22;0.94 -2595;4;2041.50;9.50;950.50;4.06;1.10 -2596;4;2394.00;9.50;1786.50;4.61;1.38 -2597;4;1841.50;9.50;1041.00;0.66;1.02 -2598;4;658.00;9.50;64.50;1.73;1.30 -2599;4;281.50;9.50;639.00;4.50;1.34 -2600;4;100.00;9.50;1518.00;-1.07;0.86 -2601;4;715.50;9.50;1536.50;4.68;1.18 -2602;4;590.00;9.50;833.50;4.61;0.90 -2603;4;1012.00;9.50;1242.50;1.41;1.22 -2605;4;3490.50;9.50;469.50;4.60;1.18 -2606;4;1944.50;9.50;165.00;1.80;1.58 -2607;4;15.00;9.50;1928.00;4.64;1.06 -2608;4;1420.50;9.50;230.00;4.49;1.30 -2609;4;4821.00;9.50;1298.00;-0.36;1.28 -2610;4;3525.00;9.50;17.50;4.18;0.60 -2611;4;4980.00;9.50;663.50;4.15;1.06 -2612;4;4931.50;9.50;1186.00;4.34;1.16 -2613;4;5482.00;9.50;1774.00;1.31;1.44 -2614;4;4476.50;9.50;453.50;4.66;1.06 -2615;4;3973.50;9.50;598.00;-1.48;0.96 -2617;4;3769.00;9.50;1007.50;-1.21;0.90 -2618;4;3730.50;9.50;130.50;1.67;0.98 -2619;4;2889.50;9.50;261.00;4.37;0.84 -2620;4;2211.00;9.50;450.50;2.44;0.92 -2621;4;2033.00;9.50;991.50;4.31;1.06 -2622;4;2333.00;9.50;1714.00;4.43;1.18 -2623;4;1375.50;9.50;1303.00;1.88;1.22 -2624;4;608.00;9.50;116.50;4.09;1.34 -2625;4;201.00;9.50;627.00;1.67;0.96 -2626;4;119.50;9.50;1565.00;1.62;0.92 -2627;4;616.00;9.50;1538.00;1.35;1.02 -2628;4;712.00;9.50;860.50;4.03;1.20 -2629;4;972.50;9.50;1282.00;1.62;1.30 -2631;4;3514.00;9.50;517.00;1.63;1.10 -2632;4;1982.50;9.50;180.00;2.83;1.18 -2633;4;1607.00;9.50;323.50;1.74;1.46 -2634;4;4898.00;9.50;1325.50;4.21;0.78 -2635;4;3512.50;9.50;65.00;3.36;1.04 -2636;4;4939.00;9.50;697.00;4.44;1.10 -2637;4;4906.50;9.50;1149.50;3.85;1.30 -2638;4;4476.00;9.50;495.50;2.39;1.10 -2639;4;3943.00;9.50;613.00;2.72;0.96 -2640;4;3742.00;9.50;1027.00;-1.20;1.12 -2641;4;3660.00;9.50;144.00;2.63;1.28 -2642;4;2916.50;9.50;297.00;4.31;0.88 -2643;4;2054.00;9.50;426.50;-1.13;1.14 -2644;4;2010.50;9.50;976.50;1.52;1.26 -2645;4;2361.50;9.50;1753.50;4.41;1.16 -2646;4;1319.50;9.50;1306.00;1.57;1.08 -2647;4;731.00;9.50;130.00;2.71;1.20 -2648;4;255.50;9.50;643.00;1.48;1.16 -2649;4;116.50;9.50;1615.50;2.12;1.14 -2650;4;543.00;9.50;1540.00;1.47;0.96 -2651;4;594.00;9.50;881.50;4.13;1.02 -2652;4;923.00;9.50;1325.50;1.92;1.10 -2653;4;3419.00;9.50;2022.50;4.53;1.42 -2654;4;3559.50;9.50;601.00;0.95;1.18 -2655;4;2069.00;9.50;99.50;2.62;1.10 -2656;4;92.00;9.50;1845.00;1.63;0.70 -2657;4;1423.00;9.50;874.00;3.70;0.94 -2658;4;4951.50;9.50;1270.00;-0.10;0.90 -2659;4;3582.50;9.50;131.00;3.76;0.86 -2661;4;4946.50;9.50;749.00;4.52;1.10 -2662;4;4873.00;9.50;1096.00;-1.31;0.92 -2663;4;5440.50;9.50;1739.50;3.37;1.10 -2664;4;4386.00;9.50;521.00;4.41;1.14 -2665;4;3884.00;9.50;606.00;-1.48;0.74 -2666;4;3647.50;9.50;1055.50;1.08;0.98 -2667;4;3608.00;9.50;175.50;4.08;1.18 -2668;4;2897.00;9.50;320.00;2.27;0.74 -2669;4;2066.00;9.50;181.50;3.75;1.02 -2670;4;1988.50;9.50;963.00;2.27;0.98 -2671;4;2299.50;9.50;1765.00;-1.50;1.32 -2672;4;1291.00;9.50;1236.50;-1.52;1.10 -2673;4;670.50;9.50;171.50;4.39;1.22 -2674;4;284.00;9.50;687.00;0.94;1.46 -2675;4;67.00;9.50;1646.50;2.21;1.28 -2676;4;491.50;9.50;1625.50;4.46;1.10 -2677;4;639.00;9.50;948.50;4.14;0.98 -2678;4;853.50;9.50;1317.00;1.65;0.88 -2679;4;3480.00;9.50;1897.50;1.67;0.84 -2680;4;3582.50;9.50;560.50;4.23;0.96 -2681;4;1989.00;9.50;210.50;-1.17;1.34 -2682;4;193.50;9.50;1730.50;1.16;1.44 -2683;4;1472.00;9.50;949.50;2.18;1.42 -2684;4;4892.00;9.50;1245.00;-0.32;0.84 -2685;4;3803.50;9.50;115.00;3.90;1.20 -2686;4;5038.00;9.50;740.50;1.65;1.00 -2687;4;4860.00;9.50;1071.50;4.35;1.02 -2688;4;5396.00;9.50;1765.50;4.24;1.08 -2689;4;4393.50;9.50;562.50;4.55;0.86 -2690;4;3861.50;9.50;602.00;1.84;0.86 -2691;4;3598.00;9.50;1083.50;-1.43;1.10 -2692;4;3729.00;9.50;183.00;2.55;1.06 -2693;4;2916.50;9.50;348.00;4.05;0.92 -2694;4;2138.00;9.50;472.00;2.27;0.98 -2695;4;2759.50;9.50;1913.00;2.17;1.02 -2696;4;2231.00;9.50;1776.50;4.31;1.04 -2697;4;1377.00;9.50;1186.00;0.71;1.12 -2698;4;765.50;9.50;162.50;1.31;1.26 -2699;4;242.50;9.50;718.50;1.71;1.16 -2700;4;107.50;9.50;1669.50;1.78;1.22 -2701;4;556.50;9.50;1602.00;3.98;1.58 -2702;4;684.50;9.50;880.00;1.01;1.46 -2704;4;3580.50;9.50;731.00;-1.29;0.98 -2705;4;2076.00;9.50;258.00;2.03;1.18 -2706;4;245.00;9.50;1901.00;-1.07;1.02 -2707;4;1531.50;9.50;924.00;1.86;1.50 -2708;4;4825.00;9.50;1194.00;1.06;1.06 -2710;4;5260.50;9.50;25.50;1.59;0.92 -2711;4;5033.50;9.50;784.50;-1.31;1.76 -2712;4;4835.50;9.50;1029.50;4.47;1.22 -2713;4;5405.00;9.50;1704.00;0.96;1.16 -2714;4;4451.50;9.50;528.50;1.31;1.28 -2715;4;3830.00;9.50;564.50;3.95;1.04 -2716;4;3724.50;9.50;979.50;4.27;0.94 -2717;4;3662.50;9.50;170.50;4.68;1.14 -2718;4;2901.00;9.50;368.00;2.18;0.88 -2719;4;2183.00;9.50;482.00;1.49;1.06 -2720;4;1937.00;9.50;1001.50;-1.46;1.12 -2721;4;2295.50;9.50;1731.00;2.33;0.94 -2722;4;1416.50;9.50;1321.00;1.77;0.96 -2723;4;825.00;9.50;301.00;3.69;1.64 -2724;4;219.00;9.50;753.00;4.65;1.08 -2725;4;34.00;9.50;1714.50;4.10;1.34 -2726;4;579.00;9.50;1631.00;4.54;1.16 -2727;4;840.00;9.50;841.00;4.39;1.34 -2728;4;771.50;9.50;1372.00;4.14;1.40 -2729;4;2942.50;9.50;1599.00;0.94;0.74 -2730;4;3616.00;9.50;819.00;-1.31;1.18 -2731;4;2164.50;9.50;422.00;0.60;0.76 -2732;4;439.00;9.50;1686.00;3.14;0.96 -2733;4;1503.50;9.50;971.50;3.20;1.08 -2734;4;4667.50;9.50;1293.00;-0.57;1.38 -2735;4;4962.00;9.50;788.00;4.60;0.94 -2736;4;4878.50;9.50;1013.50;4.04;1.26 -2737;4;4487.50;9.50;556.00;-0.55;0.76 -2738;4;3890.50;9.50;575.50;1.84;0.80 -2739;4;3759.50;9.50;978.00;4.43;1.14 -2740;4;3645.00;9.50;211.00;2.58;1.18 -2741;4;2909.00;9.50;397.00;4.61;0.88 -2742;4;2135.50;9.50;247.00;4.64;0.90 -2743;4;1921.50;9.50;1036.50;2.50;1.06 -2744;4;2246.00;9.50;1715.50;2.08;1.18 -2745;4;1448.50;9.50;1296.00;4.64;0.98 -2746;4;876.00;9.50;250.50;2.24;1.32 -2747;4;306.00;9.50;744.00;0.98;1.38 -2748;4;94.50;9.50;1721.00;1.57;0.98 -2749;4;654.50;9.50;1630.00;-1.52;1.06 -2750;4;766.50;9.50;805.50;1.54;1.02 -2751;4;693.50;9.50;1676.00;4.41;1.24 -2752;4;2896.50;9.50;1592.50;-0.66;0.92 -2753;4;3541.50;9.50;836.50;0.65;0.86 -2754;4;2126.00;9.50;327.50;-1.53;1.08 -2755;4;549.00;9.50;1691.50;4.28;1.28 -2756;4;1474.00;9.50;1022.50;1.73;0.76 -2757;4;4682.50;9.50;1233.00;-1.23;1.16 -2758;4;5043.50;9.50;833.50;2.15;1.06 -2759;4;4916.50;9.50;992.00;4.09;1.40 -2760;4;4517.50;9.50;566.00;-1.00;0.96 -2761;4;3935.50;9.50;578.50;2.43;0.78 -2762;4;3694.00;9.50;942.50;3.73;1.08 -2763;4;3671.00;9.50;239.50;1.93;1.12 -2764;4;2921.00;9.50;441.00;1.72;0.94 -2765;4;2072.00;9.50;330.00;4.28;1.22 -2766;4;1863.50;9.50;1022.00;-0.76;1.02 -2767;4;2167.00;9.50;1701.50;4.65;1.14 -2768;4;1868.00;9.50;1684.50;-0.68;1.08 -2769;4;821.50;9.50;208.00;1.22;1.24 -2770;4;355.50;9.50;714.50;1.63;1.24 -2771;4;83.00;9.50;1763.00;1.95;0.98 -2772;4;667.50;9.50;1580.00;1.75;1.24 -2773;4;776.00;9.50;758.00;1.42;1.06 -2774;4;724.50;9.50;1723.00;4.19;1.34 -2775;4;2869.50;9.50;1579.50;3.92;0.44 -2776;4;3486.50;9.50;836.00;-1.49;0.90 -2777;4;1784.50;9.50;19.00;2.13;0.64 -2778;4;2239.00;9.50;521.50;-1.45;1.32 -2779;4;492.00;9.50;1575.00;-1.19;1.14 -2780;4;1267.50;9.50;1084.00;-1.17;1.24 -2781;4;4767.00;9.50;1243.00;0.94;1.18 -2782;4;5307.00;9.50;199.00;4.71;1.34 -2783;4;5010.50;9.50;874.00;4.59;0.98 -2784;4;4860.50;9.50;937.50;4.68;1.36 -2785;4;4577.50;10.60;539.00;-0.81;0.84 -2786;4;3917.00;9.50;537.00;1.24;1.02 -2787;4;3641.00;9.50;908.00;4.39;0.98 -2788;4;3727.00;9.50;217.00;4.24;0.90 -2789;4;2875.50;9.50;458.00;1.88;0.90 -2790;4;2057.00;9.50;298.50;2.07;1.20 -2791;4;1883.50;9.50;1073.00;-1.08;0.92 -2792;4;2131.00;9.50;1732.50;2.14;0.92 -2793;4;999.50;9.50;125.00;4.63;1.18 -2794;4;352.50;9.50;746.50;-1.40;1.36 -2795;4;36.00;9.50;1754.50;1.62;1.08 -2796;4;731.00;9.50;1433.50;4.15;1.12 -2797;4;788.00;9.50;721.00;1.93;1.38 -2798;4;659.50;9.50;1683.50;1.42;1.20 -2799;4;2827.50;9.50;1577.00;-1.41;0.54 -2800;4;3454.00;9.50;889.00;0.24;1.42 -2801;4;2356.00;9.50;628.50;1.76;0.98 -2802;4;462.00;9.50;1645.50;1.84;1.06 -2803;4;1177.50;9.50;1147.00;4.07;1.06 -2804;4;4719.50;9.50;1140.50;-1.42;1.02 -2805;4;5254.50;9.50;231.50;4.32;0.82 -2806;4;5054.00;9.50;930.00;2.25;1.32 -2807;4;4830.50;9.50;986.00;4.18;1.26 -2808;4;5272.00;9.50;1764.50;1.76;1.26 -2809;4;4646.50;9.50;552.50;1.29;1.34 -2810;4;3870.00;9.50;529.00;2.07;0.88 -2811;4;3668.00;9.50;862.50;4.61;0.96 -2812;4;3737.50;9.50;246.00;-1.45;1.08 -2813;4;2901.50;9.50;481.00;4.71;0.90 -2814;4;2117.50;9.50;279.50;2.01;1.02 -2815;4;1934.50;9.50;1111.00;2.40;0.86 -2816;4;2085.50;9.50;1793.00;4.41;0.86 -2817;4;1845.50;9.50;1626.00;1.90;0.78 -2818;4;1023.50;9.50;75.50;-1.53;1.18 -2819;4;353.50;9.50;787.50;1.59;1.24 -2820;4;4.00;9.50;1733.50;3.63;0.44 -2821;4;787.50;9.50;1416.00;4.35;1.32 -2822;4;841.50;9.50;737.50;1.31;1.30 -2823;4;657.50;9.50;1735.00;1.62;1.20 -2824;4;2812.00;9.50;1560.00;-1.29;0.36 -2825;4;3376.50;9.50;1057.00;1.12;1.18 -2826;4;2237.50;9.50;925.50;4.32;1.38 -2827;4;228.50;9.50;1717.00;4.38;1.36 -2828;4;1125.50;9.50;1251.50;1.60;1.12 -2829;4;4760.50;9.50;1034.50;1.59;1.18 -2830;4;5267.00;9.50;196.00;1.70;0.84 -2831;4;5098.00;9.50;952.50;1.74;1.36 -2832;4;4800.00;9.50;885.50;1.68;1.32 -2833;4;4636.50;9.50;623.00;-1.21;1.12 -2834;4;3895.50;9.50;492.00;1.95;0.94 -2835;4;3727.00;9.50;887.00;4.15;0.92 -2836;4;2868.00;9.50;505.00;3.14;1.16 -2837;4;2119.00;9.50;215.50;1.54;1.04 -2838;4;1936.50;9.50;1140.00;4.47;1.02 -2839;4;2064.00;9.50;1760.00;-1.22;0.78 -2840;4;1767.50;9.50;1579.50;3.97;1.18 -2841;4;909.00;9.50;80.00;1.10;1.32 -2842;4;273.00;9.50;835.00;4.09;1.48 -2843;4;4201.50;10.00;1022.00;1.57;0.24 -2844;4;731.00;9.50;1393.50;2.83;0.90 -2845;4;858.50;9.50;787.00;4.40;1.20 -2846;4;687.00;9.50;1758.00;4.17;1.46 -2847;4;2798.50;9.50;1511.00;1.34;0.40 -2848;4;3711.00;9.50;910.50;2.38;1.08 -2849;4;2268.50;9.50;792.50;1.22;1.16 -2850;4;171.50;9.50;1581.00;1.82;1.04 -2851;4;1043.00;9.50;1354.50;0.88;1.02 -2852;4;5590.00;9.50;536.50;-0.20;1.28 -2853;4;4722.50;9.90;1852.50;1.73;1.32 -2854;4;5297.00;9.50;171.50;2.22;1.22 -2855;4;5084.50;9.50;897.50;4.51;1.16 -2856;4;4776.50;9.50;822.00;-0.82;1.42 -2857;4;4617.00;9.50;749.00;0.00;1.12 -2858;4;3934.00;9.50;494.00;1.48;0.90 -2859;4;3789.00;9.50;836.00;1.86;1.16 -2860;4;3697.50;9.50;269.00;4.18;1.10 -2861;4;2948.50;9.50;336.50;3.92;0.72 -2862;4;2062.00;9.50;210.50;1.94;1.06 -2863;4;1886.50;9.50;1154.00;-1.49;1.12 -2864;4;2033.50;9.50;1757.00;1.45;0.80 -2865;4;1660.50;9.50;1137.50;1.62;1.20 -2866;4;1037.00;9.50;401.50;1.54;1.24 -2867;4;147.00;9.50;658.00;1.95;1.14 -2868;4;712.50;9.50;1340.00;-1.14;0.96 -2869;4;940.50;9.50;815.50;1.54;0.94 -2870;4;594.00;9.50;1776.00;-1.49;1.14 -2871;4;2762.50;9.50;1496.50;-0.91;0.48 -2872;4;3727.50;9.50;938.00;4.22;0.90 -2873;4;2160.00;9.50;910.50;2.23;1.18 -2874;4;43.00;9.50;1676.50;1.33;1.06 -2875;4;948.50;9.50;1417.00;1.42;1.44 -2876;4;4720.50;9.50;837.00;0.37;1.14 -2877;4;4779.00;10.40;1991.00;4.19;2.24 -2878;4;5206.00;9.50;154.50;4.24;1.24 -2879;4;5135.00;9.50;925.50;2.08;0.92 -2880;4;4817.50;9.50;853.00;4.08;1.14 -2881;4;5330.00;9.50;1772.50;1.83;1.28 -2882;4;4571.00;9.50;724.00;-1.42;0.98 -2883;4;3956.00;9.50;552.50;-1.39;0.96 -2884;4;3676.00;9.50;292.50;2.12;1.34 -2885;4;2971.50;9.50;365.50;3.92;0.78 -2886;4;2124.00;9.50;179.00;2.18;0.84 -2887;4;1855.00;9.50;1140.50;1.10;1.12 -2888;4;2005.00;9.50;1736.00;4.64;0.70 -2889;4;1325.00;9.50;1092.50;4.59;1.24 -2890;4;994.00;9.50;352.00;4.58;1.22 -2891;4;77.00;9.50;617.50;4.49;1.10 -2892;4;766.00;9.50;1309.00;1.62;0.96 -2893;4;978.50;9.50;818.00;-1.41;1.26 -2894;4;606.50;9.50;1816.00;1.57;1.24 -2895;4;2791.00;9.50;1539.50;1.63;0.26 -2896;4;3590.00;9.50;1120.50;1.62;1.16 -2897;4;2145.50;9.50;976.50;1.96;1.06 -2898;4;852.00;9.50;1526.00;1.48;1.02 -2899;4;4723.50;9.50;753.00;0.69;1.16 -2900;4;4451.00;10.40;1963.50;4.61;1.80 -2901;4;5072.00;9.50;845.00;-1.42;1.48 -2902;4;4825.00;9.50;799.50;3.86;0.90 -2903;4;5250.50;9.50;1717.00;1.75;1.10 -2904;4;4531.50;9.50;677.00;0.68;0.98 -2905;4;3952.50;9.50;533.50;2.22;0.94 -2906;4;3687.50;9.50;822.50;1.91;1.14 -2907;4;3662.00;9.50;355.50;4.41;0.96 -2908;4;2944.00;9.50;393.50;4.50;0.72 -2910;4;1794.50;9.50;1089.00;4.26;1.06 -2911;4;2029.50;9.50;1802.50;2.53;1.34 -2912;4;1394.00;9.50;1076.00;2.30;1.18 -2913;4;912.00;9.50;291.00;1.84;1.28 -2914;4;12.50;9.50;690.50;4.01;1.04 -2915;4;743.00;9.50;1266.00;-1.51;0.92 -2916;4;927.00;9.50;777.00;4.65;1.28 -2917;4;520.50;9.50;1845.50;3.00;1.22 -2918;4;2797.00;9.50;1619.50;4.48;0.50 -2919;4;3674.50;9.50;1066.50;-0.84;0.82 -2920;4;2175.00;9.50;1085.50;4.53;1.16 -2921;4;842.50;9.50;1608.50;1.32;0.94 -2922;4;4749.00;9.50;718.00;1.57;0.94 -2923;4;4312.00;12.40;1956.00;4.52;1.64 -2924;4;5323.50;9.50;27.00;-1.54;1.24 -2925;4;5123.00;9.50;850.50;-1.18;1.26 -2926;4;4975.00;9.50;981.50;2.24;1.08 -2927;4;5222.50;9.50;1669.00;0.87;0.96 -2928;4;4511.00;9.50;714.50;2.10;1.12 -2929;4;3956.50;9.50;496.00;-1.29;0.96 -2930;4;3754.50;9.50;756.50;4.32;0.86 -2931;4;3716.00;9.50;373.00;1.86;1.02 -2932;4;2962.50;9.50;458.50;1.80;0.92 -2933;4;2039.00;9.50;156.00;1.79;1.22 -2934;4;1771.00;9.50;1203.00;4.29;1.28 -2935;4;1966.00;9.50;1747.50;1.40;1.20 -2936;4;2813.00;9.50;1987.00;1.71;1.36 -2937;4;957.00;9.50;320.00;3.60;1.48 -2938;4;64.00;9.50;676.00;4.30;1.30 -2939;4;807.00;9.50;1234.00;1.99;0.94 -2940;4;873.50;9.50;735.50;-1.49;0.96 -2941;4;672.00;9.50;988.50;1.93;0.84 -2942;4;2791.50;9.50;1650.00;1.16;1.24 -2943;4;3710.00;9.50;1054.50;4.24;0.86 -2944;4;2177.50;9.50;1258.50;2.17;1.14 -2945;4;801.00;9.50;1746.00;1.19;1.76 -2946;4;4638.00;9.50;791.50;1.27;1.06 -2947;4;621.00;9.50;1002.50;-0.55;1.72 -2948;4;5310.50;9.50;59.50;2.04;1.06 -2949;4;5238.50;9.50;848.50;4.06;1.28 -2950;4;4953.00;9.50;926.50;1.29;0.84 -2951;4;5201.00;9.50;1646.50;3.02;0.90 -2952;4;4541.00;9.50;737.50;3.67;1.10 -2953;4;3966.50;9.50;450.00;4.54;0.96 -2954;4;3676.00;9.50;776.00;1.64;1.10 -2955;4;3720.50;9.50;312.00;1.72;1.24 -2956;4;3006.50;9.50;475.50;2.35;1.04 -2957;4;2073.50;9.50;130.50;4.52;1.18 -2958;4;2379.50;9.50;940.50;1.37;0.92 -2959;4;2135.00;9.50;1793.50;-0.49;1.14 -2960;4;2846.00;9.50;1933.00;2.11;0.94 -2961;4;859.50;9.50;342.50;4.18;1.30 -2962;4;40.50;9.50;729.00;1.50;1.08 -2963;4;852.50;9.50;1204.00;2.38;1.36 -2964;4;964.50;9.50;721.00;2.11;1.38 -2965;4;566.00;9.50;1893.00;4.29;1.16 -2966;4;2840.50;9.50;1634.50;4.34;0.94 -2967;4;3793.50;9.50;1047.50;4.60;0.86 -2968;4;2145.00;9.50;1134.50;1.52;1.08 -2969;4;39.00;9.50;1502.50;4.15;1.22 -2970;4;665.00;9.50;1879.50;-0.84;1.98 -2971;4;4660.00;9.50;839.00;4.54;1.04 -2972;4;2088.00;9.50;1007.00;-1.12;1.50 -2973;4;5349.00;9.50;85.00;4.33;1.00 -2974;4;5357.00;9.50;892.50;1.23;1.48 -2975;4;5005.00;9.50;958.00;2.15;1.10 -2977;4;2797.00;9.50;1527.50;1.51;0.28 -2978;4;4590.00;9.50;771.00;1.14;1.14 -2979;4;4037.50;9.50;451.50;1.34;0.98 -2980;4;3735.00;9.50;745.00;1.57;0.72 -2981;4;3639.00;9.50;377.00;2.63;0.98 -2982;4;3001.00;9.50;503.50;1.30;0.90 -2983;4;2037.50;9.50;102.50;1.45;1.28 -2984;4;2343.00;9.50;997.00;4.14;1.22 -2985;4;2179.00;9.50;1569.50;1.64;1.96 -2986;4;2882.00;9.50;1870.50;1.42;0.86 -2987;4;952.00;9.50;345.00;1.89;0.98 -2988;4;16.00;9.50;768.00;-1.21;0.92 -2989;4;812.50;9.50;1268.00;4.59;1.28 -2990;4;1005.50;9.50;759.50;1.84;1.24 -2992;4;3224.00;10.80;1946.50;1.73;0.36 -2993;4;2851.50;9.50;1686.50;2.25;0.98 -2994;4;3325.00;9.80;1775.00;4.39;0.20 -2995;4;3194.50;10.30;2005.00;-0.55;0.66 -2996;4;3443.00;10.50;1714.00;1.89;0.24 -2997;4;2081.00;9.50;1100.50;4.11;1.02 -2998;4;3308.00;10.52;1806.00;1.57;0.44 -2999;4;3341.00;10.72;1677.00;2.35;0.22 -3000;4;3612.50;10.00;1753.50;2.94;0.32 -3001;4;231.00;9.50;1405.50;2.06;1.36 -3002;4;526.00;9.50;1957.50;1.54;1.24 -3003;4;3091.50;11.60;1875.00;1.57;0.28 -3004;4;3516.50;9.80;1684.50;1.71;0.24 -3005;4;3016.00;11.90;1764.50;-1.40;0.26 -3006;4;4644.50;9.50;968.00;4.71;1.06 -3007;4;2988.50;10.70;1731.00;1.57;0.22 -3008;4;3322.00;10.05;1893.00;2.03;0.32 -3009;4;3157.00;9.85;1782.50;3.42;0.26 -3010;4;1040.50;11.70;1826.00;1.80;0.58 -3011;4;5430.50;9.50;108.00;-1.03;1.66 -3012;4;3342.00;10.22;1934.00;4.19;0.48 -3013;4;3243.50;10.40;1778.00;2.24;0.26 -3014;4;5283.00;9.50;888.00;1.57;1.18 -3015;4;4990.50;9.50;919.00;-1.23;1.28 -3016;4;3179.50;10.40;1999.50;4.60;0.38 -3017;4;3509.50;10.10;1713.50;4.17;0.16 -3018;4;2976.00;10.65;1838.50;2.26;0.32 -3019;4;5355.00;9.50;1669.50;2.37;1.12 -3020;4;4544.50;9.50;772.50;1.91;1.10 -3021;4;2983.50;9.95;1756.00;1.57;0.34 -3022;4;2966.00;9.75;1816.00;3.14;0.20 -3023;4;4063.00;9.50;413.50;1.61;0.94 -3024;4;3744.50;9.50;711.50;1.76;0.78 -3025;4;3168.00;10.00;1773.50;-0.51;0.40 -3026;4;3231.00;10.40;1866.50;-1.40;0.36 -3027;4;3610.50;10.10;1690.00;1.95;0.24 -3028;4;3585.00;9.50;365.00;4.24;0.90 -3029;4;2958.00;9.50;507.50;2.03;0.98 -3030;4;3279.50;10.40;1786.50;1.37;0.22 -3031;4;3406.50;10.50;1787.50;2.60;0.32 -3032;4;2065.00;9.50;48.50;1.67;1.02 -3033;4;3341.00;10.27;1790.00;2.82;0.24 -3034;4;3070.50;11.60;1939.50;1.71;0.32 -3035;4;3381.50;10.00;1702.00;4.33;0.22 -3036;4;2327.50;9.50;969.00;2.38;1.12 -3037;4;2129.00;9.50;1675.00;4.43;1.82 -3038;4;2871.50;9.50;1954.00;3.49;0.92 -3039;4;3039.50;11.40;1825.00;4.71;0.34 -3040;4;3159.50;12.00;1984.50;-1.37;0.36 -3041;4;3587.00;10.00;1735.00;1.10;0.32 -3042;4;962.50;9.50;383.00;1.83;0.92 -3043;4;71.00;9.50;722.00;4.35;1.32 -3044;4;3058.50;12.20;1862.00;2.44;0.34 -3045;4;3071.50;9.70;1759.00;1.57;0.20 -3046;4;18.00;9.50;1795.00;1.95;0.80 -3047;4;869.00;9.50;1233.00;4.27;1.14 -3048;4;3022.50;10.60;1893.00;1.57;0.34 -3049;4;2920.00;11.35;1703.00;1.57;0.30 -3050;4;3272.50;10.30;1766.00;2.49;0.26 -3051;4;1076.00;9.50;835.50;1.86;1.02 -3052;4;226.00;9.50;2023.00;4.43;0.82 -3053;4;3261.00;10.25;1699.50;1.73;0.30 -3054;4;3118.00;11.45;1895.00;3.73;0.36 -3055;4;3188.50;10.30;1920.00;3.50;0.30 -3056;4;3456.50;10.40;1701.00;1.95;0.28 -3057;4;3376.50;10.50;1745.50;4.30;0.24 -3058;4;3121.00;11.15;1967.50;-1.27;0.30 -3059;4;2937.00;13.37;1748.00;1.57;0.38 -3060;4;3268.50;10.00;1742.50;2.35;0.22 -3061;4;3230.00;9.70;1754.00;3.60;0.22 -3062;4;3110.00;11.40;1868.00;1.89;0.24 -3063;4;1513.00;9.50;852.50;-1.05;0.26 -3064;4;3473.50;10.35;1795.00;4.29;0.36 -3065;4;3453.50;10.00;1801.00;4.53;0.40 -3066;4;3521.50;9.80;1697.00;4.03;0.22 -3067;4;3300.00;10.45;1872.00;2.21;0.32 -3068;4;3266.50;10.35;1803.00;4.33;0.20 -3069;4;3219.50;10.50;1966.50;1.24;0.38 -3070;4;3023.50;10.95;1745.00;2.67;0.26 -3071;4;3320.50;10.50;1822.00;1.95;0.30 -3072;4;3298.50;10.30;1715.00;1.19;0.24 -3073;4;3257.50;10.70;1860.00;-1.35;0.34 -3074;4;3185.50;9.70;1706.50;4.51;0.24 -3075;4;3473.00;9.80;1834.00;2.11;0.58 -3076;4;3248.50;9.80;1418.00;1.57;0.20 -3077;4;3398.50;10.40;1686.50;1.71;0.20 -3078;4;3355.50;9.80;1830.00;1.78;0.24 -3079;4;3486.50;9.90;1746.00;4.43;0.24 -3080;4;3396.00;9.80;1851.00;1.76;0.46 -3081;4;3515.50;9.90;1785.00;4.71;0.58 -3082;4;3132.00;10.62;1982.00;3.92;0.42 -3083;4;3151.00;9.70;1748.50;4.06;0.30 -3084;4;3343.00;9.80;1763.50;4.06;0.20 -3085;4;3381.00;10.40;1714.00;1.57;0.22 -3086;4;3378.00;9.90;1808.50;-1.47;0.38 -3087;4;3482.50;10.45;1730.00;1.95;0.26 -3088;4;3014.00;10.10;1885.50;2.46;0.22 -3089;4;3280.00;9.70;1692.00;1.81;0.26 -3090;4;2893.00;11.95;1775.50;4.06;0.22 -3091;4;3462.00;10.32;1685.00;4.71;0.22 -3092;4;3393.00;9.90;1821.00;4.39;0.40 -3093;4;2939.00;14.02;1789.00;-1.24;0.32 -3094;4;2947.00;12.30;1736.50;1.40;0.26 -3095;4;3123.50;11.80;1923.50;4.09;0.36 -3096;4;2949.50;13.15;1805.00;0.89;0.32 -3097;4;3254.00;9.90;1970.50;1.10;0.46 -3098;4;3021.00;12.10;1842.00;2.55;0.28 -3099;4;3461.50;10.50;1716.50;4.17;0.24 -3100;4;3108.00;11.10;1856.50;1.73;0.32 -3101;4;3347.00;9.90;1684.50;2.55;0.16 -3102;4;3552.50;9.90;1749.50;1.68;0.28 -3103;4;3531.50;9.85;1693.00;4.71;0.26 -3104;4;3123.50;10.80;1880.50;4.62;0.28 -3105;4;2991.50;13.10;1783.00;4.71;0.16 -3106;4;3051.50;9.90;1734.50;3.46;0.24 -3107;4;3246.00;10.45;1921.50;1.10;0.46 -3108;4;3061.00;11.00;1803.50;1.67;0.22 -3109;4;3057.50;11.00;658.00;1.38;1.26 -3110;4;3317.50;10.40;1714.50;4.17;0.24 -3111;4;3003.00;14.60;1811.50;1.69;0.30 -3112;4;3536.00;9.82;1722.00;1.89;0.22 -3113;4;3109.00;10.47;1826.00;4.12;0.26 -3114;4;2908.50;11.85;1756.00;1.57;0.24 -3115;4;3247.50;10.60;1856.50;1.99;0.32 -3116;4;3442.50;10.00;1674.00;1.57;0.22 -3117;4;3150.00;10.12;1777.00;1.89;0.32 -3119;4;3189.00;10.50;1790.50;1.81;0.30 -3120;4;3252.00;10.37;1713.00;4.71;0.20 -3121;4;3306.00;10.42;1908.00;1.95;0.28 -3122;4;3142.00;9.55;1807.50;3.81;0.32 -3123;4;3031.50;10.00;882.00;4.40;0.66 -3124;4;3408.00;10.12;1712.00;1.57;0.24 -3125;4;3244.00;10.30;1823.50;1.67;0.24 -3126;4;3015.50;10.90;1875.50;1.68;0.24 -3127;4;3682.50;10.10;1725.50;2.19;0.34 -3128;4;3001.00;11.50;1752.50;4.06;0.30 -3129;4;2923.50;13.00;1714.50;1.42;0.32 -3130;4;3441.50;10.50;1803.00;1.41;0.48 -3131;4;3255.00;9.62;1773.00;1.57;0.20 -3132;4;3060.50;11.00;1931.50;1.97;0.42 -3133;4;3285.00;10.40;1785.00;4.39;0.22 -3134;4;3322.00;9.80;1960.00;4.12;0.32 -3135;4;3478.50;9.80;1701.00;1.29;0.20 -3136;4;2990.00;11.20;1755.50;4.54;0.26 -3137;4;3182.50;9.70;1766.00;1.19;0.24 -3138;4;3078.50;11.60;1863.50;1.49;0.32 -3139;4;3599.00;9.70;1689.50;1.69;0.24 -3140;4;3335.00;10.35;1726.50;1.73;0.24 -3141;4;3020.50;10.40;1728.50;4.30;0.24 -3142;4;3343.50;10.40;1748.00;3.78;0.24 -3143;4;3381.00;10.27;1693.00;4.39;0.24 -3145;4;3084.50;11.20;1953.00;1.72;0.28 -3146;4;3549.50;9.80;1711.50;4.57;0.26 -3147;4;3559.50;9.80;1895.50;2.20;1.00 -3148;4;3055.00;10.35;1755.50;2.55;0.24 -3149;4;3253.50;10.60;1847.00;1.84;0.28 -3150;4;2746.00;12.67;1669.00;4.71;0.24 -3151;4;3275.50;9.70;1739.00;4.33;0.22 -3152;4;3192.50;9.70;1721.00;3.38;0.18 -3153;4;3250.50;10.50;1870.00;2.09;0.34 -3154;4;3395.50;10.60;1730.50;-1.42;0.26 -3155;4;3591.00;10.40;1798.50;1.17;0.70 -3156;4;3261.50;10.70;1895.00;2.67;0.40 -3157;4;3423.50;10.40;1745.00;1.57;0.30 -3158;4;3249.00;10.30;1947.50;1.73;0.34 -3159;4;2728.00;12.22;1699.00;3.14;0.24 -3160;4;3385.00;10.45;1753.50;1.73;0.22 -3161;4;3222.50;9.70;1751.50;2.94;0.20 -3162;4;3029.00;9.50;1814.50;1.47;0.28 -3163;4;3360.50;10.40;1722.00;4.33;0.22 -3164;4;3470.00;10.17;1733.00;2.15;0.26 -3165;4;3137.00;11.45;739.50;4.56;0.86 -3166;4;3489.50;9.90;1755.00;4.43;0.24 -3167;4;3526.00;9.80;1704.00;4.71;0.28 -3168;4;3417.00;9.80;1842.00;4.12;0.46 -3169;4;3790.00;10.17;1857.00;-1.39;1.18 -3170;4;3358.00;10.05;1953.50;4.62;0.62 -3171;4;2974.50;9.70;1725.50;3.28;0.22 -3172;4;3161.50;9.50;1822.50;3.68;0.28 -3173;4;3094.00;11.00;1844.50;1.67;0.28 -3174;4;3184.00;9.70;1701.00;2.35;0.20 -3175;4;3431.00;10.05;1725.50;4.24;0.26 -3176;4;3353.50;10.50;1680.00;4.71;0.24 -3177;4;3541.00;10.55;1744.00;2.55;0.30 -3178;4;2711.85;12.80;1684.98;1.75;0.34 -3179;4;3093.50;11.40;1908.50;-1.37;0.34 -3180;4;2915.50;13.90;1779.50;1.71;0.32 -3181;4;3115.50;10.60;828.00;2.15;0.74 -3182;4;3079.50;9.70;1743.50;4.17;0.28 -3183;4;2984.50;13.50;1797.50;4.57;0.28 -3184;4;4739.00;9.70;1993.50;1.77;2.40 -3185;4;3275.00;10.35;1815.00;1.32;0.32 -3186;4;3511.00;9.80;1723.50;4.06;0.24 -3187;4;3278.50;10.30;1777.50;4.17;0.24 -3188;4;2916.50;11.00;1766.50;1.71;0.30 -3189;4;3334.50;9.70;1873.50;4.30;0.26 -3190;4;3448.50;9.90;1682.00;1.95;0.26 -3191;4;3018.00;12.90;1787.00;1.89;0.28 -3192;4;2902.50;9.80;1724.50;1.66;0.38 -3193;4;3179.50;10.20;1904.00;4.33;0.32 -3194;4;3153.00;10.25;1665.00;4.71;0.26 -3195;4;2742.50;9.50;1706.50;-0.78;1.16 -3196;4;3536.50;9.80;1581.00;4.33;0.22 -3197;4;3522.00;10.10;1616.50;1.73;0.26 -3198;4;2077.50;9.50;961.00;3.95;0.92 -3199;4;3413.00;9.95;1581.00;1.57;0.22 -3200;4;229.50;9.50;1447.50;1.54;0.96 -3201;4;334.00;9.50;1928.00;3.46;0.48 -3202;4;3446.50;9.80;1633.50;1.76;0.20 -3203;4;3268.50;9.80;1560.50;1.71;0.28 -3204;4;4607.00;9.50;1002.50;-1.43;0.94 -3205;4;2757.00;10.22;1596.00;2.03;0.24 -3206;4;2942.00;9.50;1656.00;3.60;0.30 -3207;4;3020.00;10.30;1579.50;4.46;0.20 -3208;4;1765.00;11.10;1877.00;-0.44;2.10 -3209;4;5381.50;9.50;133.00;3.09;1.00 -3210;4;3313.00;10.50;1608.50;2.21;0.22 -3211;4;2878.00;9.60;1558.50;1.73;0.16 -3212;4;5227.50;9.50;916.50;1.80;1.20 -3213;4;4965.00;9.50;904.50;2.28;1.00 -3214;4;3601.00;10.05;1626.00;4.71;0.24 -3215;4;3358.00;9.90;1662.00;1.57;0.22 -3216;4;3612.50;9.75;1581.00;1.84;0.20 -3217;4;2695.50;9.50;1626.50;2.35;0.12 -3218;4;4473.00;9.50;792.50;4.68;0.98 -3219;4;3241.50;9.80;1638.50;-1.42;0.26 -3220;4;3429.00;10.40;1674.50;-1.40;0.26 -3221;4;3477.50;9.95;1580.00;1.57;0.22 -3222;4;4022.00;9.50;411.50;1.72;0.88 -3223;4;3777.50;9.50;625.00;2.10;1.00 -3224;4;3514.00;9.90;1634.50;4.06;0.22 -3225;4;3333.00;9.85;1558.00;1.57;0.18 -3226;4;3339.50;10.30;1589.50;1.42;0.22 -3227;4;3587.50;9.50;311.50;2.28;0.84 -3228;4;2948.00;9.50;553.50;2.31;0.94 -3229;4;3062.00;9.67;1675.00;1.57;0.22 -3230;4;3111.00;10.20;1575.00;1.89;0.24 -3231;4;2953.00;9.70;1606.50;1.69;0.20 -3232;4;2666.00;9.50;150.00;1.63;1.06 -3233;4;2002.50;9.50;56.50;4.13;0.82 -3234;4;2943.00;9.95;1574.50;4.06;0.20 -3235;4;3312.50;10.00;1649.50;1.24;0.22 -3236;4;3372.00;10.45;1604.50;4.54;0.16 -3237;4;2279.00;9.50;970.00;1.57;1.08 -3238;4;2193.50;9.50;1598.50;4.54;1.66 -3239;4;1436.50;9.50;1047.00;1.44;1.22 -3240;4;3424.00;10.00;1662.50;3.73;0.20 -3241;4;2755.00;12.05;1574.00;1.89;0.22 -3242;4;2698.50;10.30;1619.50;1.76;0.24 -3243;4;945.50;9.50;437.50;3.92;1.26 -3244;4;163.50;9.50;706.50;1.76;1.06 -3245;4;3509.50;10.20;1665.50;1.37;0.24 -3246;4;3551.00;10.55;1581.50;1.81;0.20 -3247;4;3300.00;9.90;1624.00;4.71;0.18 -3248;4;52.50;9.50;1804.00;1.75;1.00 -3249;4;908.50;9.50;1272.00;1.51;1.04 -3250;4;3408.50;10.00;1588.00;1.84;0.20 -3251;4;3602.00;10.40;1646.00;2.03;0.26 -3252;4;1121.50;9.50;781.00;1.02;1.08 -3253;4;425.00;9.50;1944.00;4.64;1.70 -3254;4;3168.50;10.00;1603.50;1.42;0.16 -3255;4;3205.50;10.30;1653.00;1.84;0.20 -3256;4;3191.50;9.80;1569.00;1.84;0.20 -3257;4;3456.00;10.40;1604.00;2.03;0.20 -3258;4;3009.00;9.72;1587.00;4.71;0.20 -3259;4;3382.50;10.60;1649.00;4.71;0.22 -3261;4;3510.00;10.40;1657.50;-1.40;0.20 -3262;4;2882.50;9.70;1549.00;1.57;0.16 -3263;4;3369.00;10.45;1621.00;4.71;0.20 -3264;4;3577.50;10.40;1683.50;4.17;0.32 -3265;4;3624.50;9.90;1591.00;2.97;0.24 -3266;4;3469.50;9.90;1586.00;3.60;0.22 -3267;4;3238.00;10.00;1611.50;4.54;0.30 -3268;4;3453.00;10.10;1645.50;-1.32;0.20 -3269;4;3516.50;10.25;1604.00;3.78;0.22 -3270;4;3593.00;10.40;1679.00;1.89;0.28 -3271;4;2954.00;9.70;1578.00;1.57;0.20 -3272;4;3176.50;10.30;1616.50;1.89;0.24 -3273;4;2728.00;10.40;1656.50;3.52;0.24 -3274;4;2732.50;10.25;1577.00;4.12;0.24 -3275;4;3439.50;9.80;1619.50;4.51;0.20 -3276;4;3548.00;10.27;1590.00;1.57;0.24 -3277;4;2946.50;9.70;1638.50;4.60;0.20 -3278;4;3307.00;9.90;1597.00;3.92;0.18 -3279;4;3340.00;10.45;1635.50;1.32;0.22 -3280;4;3718.00;12.35;1665.00;4.39;0.30 -3281;4;3187.50;9.90;1576.00;1.57;0.24 -3282;4;3530.00;9.80;1643.50;2.21;0.18 -3283;4;3077.00;9.85;1548.50;2.03;0.24 -3284;4;1851.50;9.70;1038.50;2.52;0.26 -3285;4;3511.50;10.05;1619.00;1.57;0.22 -3286;4;3016.50;10.00;1691.00;-1.19;0.26 -3287;4;2808.50;9.80;1585.00;1.95;0.28 -3288;4;3145.00;9.75;1630.00;3.60;0.32 -3289;4;3663.00;10.65;1605.00;2.55;0.30 -3290;4;3406.00;11.50;1635.00;4.24;0.22 -3291;4;3397.50;10.40;1558.50;4.51;0.24 -3292;4;3388.50;10.05;1593.00;1.57;0.14 -3293;4;3267.00;9.80;1569.50;2.21;0.22 -3294;4;3603.50;9.80;1659.50;1.76;0.30 -3295;4;3102.00;9.80;1584.00;0.78;0.32 -3296;4;3148.00;9.65;1674.50;2.21;0.26 -3297;4;3321.50;10.60;1613.50;1.76;0.22 -3298;4;3225.50;10.30;1672.50;-1.37;0.26 -3299;4;2986.00;10.92;1497.00;4.71;0.24 -3300;4;3609.00;10.45;1650.50;4.01;0.26 -3301;4;2757.50;10.15;1588.00;1.95;0.18 -3302;4;3453.50;10.05;1595.00;1.57;0.16 -3303;4;3486.00;9.90;1634.50;4.54;0.20 -3304;4;3479.50;9.80;1559.00;1.57;0.18 -3305;4;2989.79;9.50;1620.38;2.62;0.32 -3306;4;3338.00;10.00;1571.50;4.46;0.20 -3307;4;3001.50;9.70;1670.50;2.82;0.24 -3308;4;3383.50;10.15;1611.00;1.95;0.18 -3309;4;3206.00;10.50;1578.50;2.21;0.24 -3310;4;3251.50;9.80;1669.00;1.57;0.24 -3312;4;3023.00;10.25;1585.50;1.40;0.20 -3313;4;3301.00;9.90;1632.50;2.55;0.20 -3314;4;2880.50;9.60;1575.50;-1.37;0.20 -3315;4;3557.00;9.80;1643.00;1.57;0.24 -3316;4;3545.50;9.85;1560.00;4.33;0.18 -3317;4;3524.50;10.30;1590.50;1.42;0.22 -3318;4;3405.50;10.00;1562.50;3.92;0.22 -3319;4;3140.00;9.50;1665.50;4.06;0.26 -3320;4;3196.00;10.32;1612.00;4.46;0.32 -3321;4;3316.00;10.10;1675.00;4.39;0.28 -3322;4;3463.50;9.80;1614.00;1.57;0.24 -3323;4;3372.50;10.40;1669.50;4.17;0.18 -3324;4;3095.00;10.15;1592.00;1.89;0.18 -3325;4;2963.00;9.75;1633.50;4.35;0.36 -3326;4;2945.00;10.25;1585.50;1.81;0.22 -3327;4;3372.00;10.50;1628.50;1.40;0.22 -3328;4;3612.00;10.40;1616.00;1.89;0.24 -3329;4;2696.00;10.55;1636.50;3.81;0.22 -3330;4;3624.00;11.65;1568.00;2.15;0.30 -3331;4;3275.50;9.95;1607.00;1.35;0.22 -3332;4;3474.00;9.85;1566.00;1.57;0.24 -3333;4;3244.50;9.80;1659.00;4.43;0.28 -3334;4;3523.00;10.70;1608.00;4.39;0.22 -3335;4;3340.50;10.05;1581.00;4.71;0.22 -3336;4;4103.50;9.70;1981.50;1.76;2.34 -3337;4;3160.50;10.30;1628.50;1.37;0.26 -3338;4;3446.50;9.80;1862.00;2.27;0.68 -3339;4;3441.00;9.80;1625.00;-1.24;0.14 -3340;4;3019.00;9.75;1600.00;1.89;0.28 -3341;4;2950.00;9.95;1650.00;3.92;0.32 -3342;4;2688.00;10.75;1590.50;1.32;0.28 -3343;4;3533.00;11.25;1564.50;4.54;0.16 -3344;4;3303.50;11.60;1658.50;2.35;0.26 -3345;4;3346.50;10.00;1605.50;1.76;0.24 -3346;4;3408.50;10.00;1573.50;2.60;0.22 -3347;4;3458.00;10.40;1653.00;4.71;0.24 -3348;4;3631.50;9.90;1626.50;3.92;0.26 -3349;4;3522.00;10.40;1665.50;2.21;0.22 -3350;4;3266.50;9.80;1582.00;1.95;0.28 -3351;4;3110.50;9.80;1596.50;4.51;0.28 -3352;4;3510.00;9.90;1627.50;1.40;0.20 -3353;4;2793.50;9.90;1596.00;4.12;0.24 -3354;4;3149.50;10.40;1650.00;4.03;0.20 -3355;4;2950.50;10.60;1556.50;2.35;0.22 -3356;4;3422.00;10.00;1596.50;1.81;0.20 -3357;4;3614.50;9.90;1574.50;3.33;0.24 -3358;4;3376.00;10.65;1648.50;1.69;0.20 -3359;4;2686.50;9.80;1606.00;-1.29;0.32 -3360;4;3477.00;9.82;1573.00;4.71;0.18 -3361;4;3540.50;10.40;1660.50;2.11;0.24 -3362;4;3311.50;10.60;1622.50;4.51;0.22 -3363;4;3617.50;10.40;1701.50;1.71;0.24 -3364;4;3329.00;9.90;1575.50;4.24;0.22 -3365;4;3591.50;10.40;1631.00;1.35;0.20 -3366;4;3195.00;9.80;1595.50;2.03;0.32 -3367;4;3002.00;9.70;1581.50;4.24;0.22 -3368;4;2951.50;9.70;1601.00;3.38;0.20 -3369;4;2762.00;10.07;1562.00;1.10;0.24 -3370;4;3444.50;9.80;1644.00;4.12;0.20 -3371;4;3480.50;9.90;1597.50;4.57;0.22 -3372;4;3545.00;10.45;1571.00;1.89;0.20 -3375;4;3022.00;9.85;1701.50;2.21;0.24 -3376;4;3404.00;10.00;1579.50;1.73;0.18 -3377;4;3383.00;11.50;1617.50;1.32;0.22 -3378;4;3271.50;9.80;1584.50;-1.03;0.24 -3379;4;2702.00;9.92;1627.00;3.46;0.26 -3380;4;3101.50;9.70;1598.00;-1.29;0.26 -3381;4;3081.00;9.80;1573.50;4.06;0.26 -3382;4;3565.50;9.70;1606.00;1.95;0.22 -3383;4;3521.00;9.90;1640.50;1.81;0.20 -3384;4;3155.50;9.80;1610.00;1.05;0.20 -3385;4;3631.00;9.70;1579.00;1.57;0.22 -3386;4;3002.00;9.80;1677.50;4.24;0.24 -3387;4;3453.00;10.25;1619.50;2.55;0.22 -3388;4;3211.50;10.30;1681.00;1.57;0.24 -3389;4;3469.00;9.90;1575.00;2.03;0.24 -3390;4;3334.00;9.90;1585.00;2.67;0.20 -3391;4;3376.50;10.00;1634.50;4.51;0.20 -3392;4;3171.50;9.80;1563.00;4.71;0.28 -3393;4;3179.00;10.35;1596.00;3.92;0.24 -3394;4;3585.50;10.40;1655.50;4.60;0.18 -3395;4;2948.50;9.80;1569.00;4.12;0.18 -3396;4;2659.50;10.00;1595.50;-1.42;0.20 -3397;4;2950.00;10.35;1527.00;2.03;0.18 -3398;4;2927.00;10.50;1543.50;3.73;0.20 -3399;4;3362.50;9.70;1470.00;4.12;0.22 -3400;4;2835.00;9.50;1721.50;0.81;0.88 -3402;4;2853.50;10.30;1510.50;4.51;0.22 -3403;4;3305.00;9.80;1478.50;4.06;0.22 -3404;4;3593.00;10.42;1544.00;3.60;0.24 -3405;4;2084.50;9.50;994.00;-1.39;1.12 -3406;4;3550.50;9.80;1513.50;1.76;0.22 -3407;4;3218.00;10.02;1483.00;4.71;0.18 -3408;4;268.50;9.50;1356.00;1.50;1.34 -3409;4;3389.00;9.80;1516.50;1.69;0.22 -3410;4;3140.50;11.75;1507.00;0.89;0.24 -3411;4;4571.50;9.50;932.00;2.45;0.92 -3412;4;3187.00;10.25;1542.00;4.71;0.26 -3413;4;3504.00;9.80;1458.00;1.57;0.22 -3414;4;3076.50;12.15;1517.00;4.71;0.18 -3415;4;3997.50;9.70;1919.00;1.23;1.18 -3416;4;5360.50;9.50;172.00;4.01;0.98 -3417;4;3455.00;9.90;1452.50;4.46;0.22 -3418;4;3016.50;11.90;1529.50;2.35;0.18 -3419;4;5181.50;9.50;943.00;1.51;1.22 -3420;4;4961.50;9.50;870.50;-1.38;1.10 -3421;4;3394.50;9.80;1466.50;4.17;0.24 -3422;4;2761.50;9.90;1547.00;1.84;0.18 -3423;4;2923.00;11.15;1516.50;2.21;0.22 -3424;4;5200.50;9.50;1587.50;1.69;1.20 -3425;4;4437.50;9.50;780.50;3.86;1.02 -3426;4;3508.00;10.10;1545.50;1.81;0.18 -3427;4;4511.50;14.65;1311.00;4.49;0.46 -3428;4;4019.50;9.50;371.00;4.60;0.92 -3429;4;3762.50;9.50;661.50;0.94;1.14 -3430;4;3229.50;10.10;1491.00;1.57;0.24 -3431;4;3449.50;10.50;1511.50;4.30;0.20 -3432;4;3633.50;9.50;327.50;1.53;1.18 -3433;4;2947.00;9.50;601.50;2.22;0.96 -3434;4;3156.50;11.85;1506.00;4.71;0.24 -3435;4;3553.00;9.60;1466.00;1.89;0.22 -3436;4;2654.00;9.50;197.50;-1.51;0.78 -3437;4;2069.00;9.50;23.50;2.24;0.68 -3438;4;3047.50;9.80;1559.00;2.89;0.18 -3439;4;3517.50;9.90;1467.00;1.57;0.26 -3440;4;2256.00;9.50;1021.00;4.45;1.28 -3441;4;2021.00;9.50;1707.50;4.32;1.02 -3442;4;1485.50;9.50;990.00;-1.30;0.88 -3443;4;3470.00;9.90;1458.50;2.03;0.20 -3444;4;2906.00;9.70;1546.00;1.10;0.20 -3445;4;1018.00;9.50;448.00;-0.98;1.24 -3446;4;108.50;9.50;771.00;1.98;1.22 -3447;4;2865.50;10.10;1515.00;3.38;0.22 -3448;4;3120.50;13.20;1330.50;-1.24;0.24 -3449;4;3380.00;9.80;1476.50;3.52;0.22 -3450;4;119.50;9.50;1779.50;1.92;0.96 -3451;4;897.50;9.50;1186.50;4.60;1.08 -3452;4;3305.50;10.00;1489.50;4.17;0.20 -3453;4;1181.50;9.50;802.00;1.64;1.26 -3454;4;447.00;9.50;1913.50;4.53;0.74 -3455;4;3343.50;9.80;1523.00;4.71;0.26 -3456;4;3855.00;9.70;1055.50;3.98;0.50 -3457;4;3234.50;10.30;1508.50;1.42;0.22 -3458;4;3144.00;10.50;1543.50;1.73;0.26 -3459;4;3573.50;9.60;1459.50;1.42;0.30 -3460;4;3064.50;10.40;1557.50;4.57;0.24 -3461;4;3518.50;10.00;1477.50;3.92;0.18 -3462;4;3048.00;11.47;1529.00;2.67;0.20 -3463;4;2746.00;10.07;1548.00;4.24;0.24 -3464;4;3458.50;10.30;1462.00;1.29;0.18 -3465;4;3472.00;9.80;1553.00;3.60;0.18 -3466;4;3383.50;9.80;1482.00;4.71;0.20 -3467;4;3577.50;9.95;1520.00;3.78;0.26 -3468;4;3314.00;9.90;1495.00;4.39;0.20 -3469;4;3416.50;10.05;1522.00;4.33;0.20 -3470;4;3237.00;10.10;1531.00;1.57;0.22 -3471;4;902.00;14.22;1586.00;1.57;0.32 -3472;4;3907.50;9.80;1680.50;1.99;0.52 -3473;4;3039.00;9.70;1568.00;2.03;0.20 -3474;4;2980.00;12.35;1526.00;3.60;0.24 -3475;4;3502.00;9.80;1474.00;4.71;0.18 -3476;4;2841.50;9.80;1521.00;4.12;0.18 -3477;4;3533.00;12.15;1555.00;2.03;0.26 -3478;4;3464.00;9.70;1472.50;2.21;0.22 -3479;4;3395.50;9.90;1488.00;4.33;0.20 -3480;4;3303.00;9.80;1540.50;1.73;0.24 -3481;4;1178.00;11.00;1789.50;1.43;0.78 -3482;4;3122.00;10.05;1547.50;1.81;0.20 -3483;4;3212.00;10.90;1510.50;1.69;0.22 -3484;4;3093.50;12.50;1497.50;1.37;0.32 -3485;4;3063.50;14.50;1529.00;4.71;0.26 -3486;4;3611.50;9.80;1562.00;1.95;0.22 -3487;4;3509.00;9.80;1481.00;4.39;0.20 -3488;4;2902.50;11.50;1524.50;1.03;0.18 -3489;4;3464.50;9.70;1480.00;4.43;0.28 -3490;4;3558.50;9.70;1527.50;1.76;0.26 -3491;4;3397.00;10.02;1496.00;2.03;0.16 -3492;4;3373.00;9.90;1532.50;1.81;0.20 -3493;4;2837.00;10.40;1472.00;3.14;0.16 -3494;4;3282.50;10.00;1511.50;4.57;0.24 -3495;4;2793.00;10.40;1475.50;4.58;0.22 -3496;4;3204.50;10.50;1552.00;3.78;0.22 -3497;4;3134.00;10.25;1530.00;2.03;0.20 -3498;4;1098.50;11.05;1827.00;4.31;0.90 -3499;4;3004.50;9.75;1565.00;2.15;0.24 -3500;4;2966.00;10.35;1539.00;4.71;0.20 -3501;4;2811.50;9.90;1555.00;2.49;0.28 -3502;4;3638.50;9.70;1536.00;1.35;0.36 -3503;4;3518.00;9.60;1497.00;3.92;0.24 -3504;4;3439.00;9.80;1529.50;4.24;0.24 -3505;4;3473.00;9.80;1486.50;4.54;0.20 -3506;4;2860.50;9.90;1478.50;1.89;0.26 -3507;4;3274.50;9.80;1549.00;4.71;0.30 -3508;4;3362.50;9.80;1500.50;2.35;0.26 -3509;4;2804.50;10.25;1481.00;4.33;0.28 -3510;4;3066.00;10.10;1551.50;2.76;0.20 -3511;4;3231.00;10.20;1520.00;2.03;0.26 -3512;4;2908.00;10.10;1553.00;3.92;0.24 -3513;4;890.50;11.20;1641.50;4.57;0.32 -3514;4;3033.00;10.82;1544.00;3.14;0.20 -3515;4;3588.50;9.60;1490.00;4.43;0.32 -3516;4;2881.50;10.40;1529.50;1.76;0.22 -3517;4;3527.00;10.40;1512.00;4.39;0.26 -3518;4;3503.00;9.90;1525.50;-1.32;0.18 -3519;4;3432.50;9.80;1496.50;4.17;0.22 -3520;4;3353.00;9.90;1533.00;1.32;0.20 -3521;4;3153.00;9.90;1553.00;1.10;0.22 -3522;4;2982.50;10.25;1565.00;4.71;0.18 -3523;4;2794.00;11.12;1485.00;3.92;0.20 -3524;4;2942.50;10.70;1532.50;1.76;0.24 -3525;4;3166.00;9.70;1670.00;2.67;0.22 -3526;4;3158.50;10.40;1343.50;-1.42;0.18 -3527;4;3425.50;10.00;1538.00;1.95;0.22 -3528;4;2762.50;9.50;1517.00;1.45;0.52 -3529;4;3497.00;9.77;1492.00;3.92;0.24 -3530;4;2936.50;12.00;1495.00;4.71;0.20 -3531;4;3371.00;9.80;1504.00;2.03;0.22 -3532;4;3059.50;10.40;1566.50;1.89;0.18 -3533;4;2876.50;10.05;1483.00;4.12;0.26 -3534;4;2814.00;10.25;1488.50;4.06;0.20 -3535;4;3003.00;10.40;1544.00;1.57;0.20 -3536;4;2844.50;9.80;1528.00;1.57;0.18 -3537;4;3105.00;10.45;1489.00;3.60;0.22 -3538;4;3561.50;9.70;1505.50;1.97;0.30 -3539;4;3488.00;9.80;1529.50;1.40;0.24 -3540;4;3439.50;9.80;1503.50;1.76;0.20 -3541;4;3005.00;11.00;1498.00;1.57;0.20 -3542;4;3313.00;9.80;1550.50;4.06;0.22 -3543;4;3270.00;9.90;1529.50;4.54;0.26 -3544;4;3133.50;9.80;1559.50;1.03;0.22 -3545;4;3062.50;12.70;1538.00;2.15;0.24 -3546;4;2884.00;10.22;1502.00;2.03;0.22 -3547;4;2907.50;11.50;1528.50;4.51;0.20 -3548;4;3166.00;11.05;1481.50;4.46;0.20 -3549;4;2821.50;10.00;1496.00;3.60;0.20 -3550;4;3129.50;11.50;1498.00;1.57;0.26 -3551;4;3557.50;9.70;1538.00;4.33;0.24 -3552;4;2738.00;9.70;1488.00;3.60;0.22 -3553;4;3057.00;12.62;1510.00;4.39;0.16 -3554;4;3389.00;10.10;1548.00;4.24;0.24 -3555;4;3501.00;9.80;1501.50;4.46;0.20 -3556;4;3219.50;9.85;1568.00;4.12;0.20 -3557;4;3349.00;9.82;1514.00;1.57;0.24 -3558;4;2936.00;10.05;1502.50;2.21;0.20 -3559;4;3156.00;10.10;1544.00;2.03;0.22 -3560;4;2885.00;10.02;1508.00;3.92;0.24 -3561;4;2972.00;10.65;1547.50;1.73;0.18 -3562;4;3208.00;9.60;1492.50;-1.40;0.26 -3563;4;3648.50;9.80;1544.50;4.30;0.40 -3564;4;3489.00;12.80;1329.50;4.46;0.24 -3565;4;3150.50;9.90;1487.50;1.76;0.16 -3566;4;3454.00;9.90;1543.00;4.24;0.22 -3567;4;3420.50;9.80;1512.00;4.43;0.22 -3568;4;3290.50;10.15;1545.00;1.57;0.24 -3569;4;3058.50;11.00;1502.50;4.57;0.20 -3570;4;3237.00;10.10;1524.50;4.06;0.20 -3571;4;2996.50;11.50;1506.50;4.51;0.20 -3572;4;3041.50;9.80;1556.50;1.76;0.20 -3573;4;3339.50;9.70;1460.50;2.11;0.22 -3574;4;2946.50;11.30;1511.50;2.35;0.18 -3575;4;3282.00;10.40;1473.00;4.39;0.26 -3576;4;2864.50;9.85;1533.00;1.84;0.18 -3577;4;3231.50;9.80;1473.00;4.71;0.24 -3578;4;3514.50;9.90;1542.50;4.51;0.22 -3579;4;2786.00;10.00;1502.00;4.24;0.20 -3580;4;3370.00;10.35;1548.50;1.69;0.22 -3581;4;3140.50;11.80;1500.50;2.11;0.24 -3582;4;3495.50;10.10;1504.50;2.11;0.22 -3583;4;3087.00;12.77;1517.00;2.67;0.18 -3584;4;3309.50;9.80;1519.50;4.30;0.18 -3585;4;3007.00;14.70;1525.50;4.46;0.24 -3586;4;3109.50;10.50;1531.50;4.51;0.28 -3587;4;3434.50;9.70;1447.50;4.30;0.20 -3588;4;900.00;13.07;1558.00;4.71;0.34 -3589;4;2886.00;10.22;1431.00;3.14;0.18 -3590;4;2697.00;9.50;1656.00;0.14;1.02 -3591;4;199.00;9.50;1901.50;3.32;0.72 -3592;4;3047.50;11.20;1429.50;4.17;0.22 -3593;4;3639.50;9.60;1416.50;1.52;0.40 -3594;4;2863.50;11.10;1440.00;4.12;0.16 -3595;4;1973.00;9.50;1173.50;4.67;1.08 -3596;4;3056.50;10.15;1426.00;4.33;0.22 -3597;4;3533.50;9.70;1453.50;2.82;0.24 -3598;4;2819.50;10.10;1429.00;1.84;0.20 -3599;4;292.50;9.50;1460.50;-1.40;0.82 -3600;4;437.00;9.50;1858.00;4.34;1.46 -3601;4;3044.00;10.95;1422.50;4.46;0.22 -3602;4;1645.50;11.25;1631.00;1.57;0.30 -3603;4;4562.50;9.50;814.50;4.67;0.80 -3604;4;2985.00;10.60;1431.00;3.92;0.24 -3605;4;1615.00;9.67;1628.00;1.81;0.26 -3607;4;5428.00;9.50;177.50;1.53;1.38 -3608;4;1603.50;10.50;1637.00;1.57;0.30 -3609;4;3109.00;12.07;1412.00;4.39;0.22 -3610;4;5224.00;9.50;963.50;4.46;1.38 -3611;4;4862.00;9.50;791.50;4.44;0.96 -3612;4;2919.50;15.00;1439.00;1.57;0.20 -3613;4;1209.00;12.05;1577.00;4.24;0.42 -3614;4;3124.00;10.20;1417.00;4.71;0.20 -3615;4;5206.50;9.50;1554.00;2.22;0.68 -3616;4;4448.50;9.50;723.50;0.93;0.92 -3617;4;3113.50;10.60;1424.50;4.51;0.18 -3618;4;3624.50;9.60;1461.00;3.78;0.26 -3619;4;3971.00;9.50;378.50;4.33;0.86 -3620;4;3625.50;9.50;672.50;4.09;1.10 -3621;4;2834.00;10.00;1438.50;3.73;0.18 -3622;4;3570.00;9.60;1449.00;4.39;0.28 -3623;4;3106.00;9.75;1433.50;3.14;0.18 -3624;4;3574.00;9.50;259.50;1.34;1.22 -3625;4;2941.50;9.50;631.00;0.81;0.94 -3626;4;2824.50;9.90;1443.50;4.57;0.16 -3627;4;3089.00;9.80;1429.00;1.89;0.20 -3628;4;2604.00;9.50;152.50;0.86;0.88 -3629;4;2916.50;11.60;1495.50;1.71;0.24 -3630;4;3170.50;9.80;1400.50;2.35;0.20 -3631;4;3029.00;12.20;1441.50;1.81;0.22 -3632;4;2318.00;9.50;1037.50;2.11;1.00 -3633;4;1953.00;9.50;1805.50;4.53;0.98 -3634;4;1520.00;9.50;878.00;-1.43;1.18 -3635;4;1603.50;10.40;1648.50;4.30;0.32 -3636;4;3198.00;10.25;1408.50;4.06;0.26 -3637;4;966.00;9.50;492.50;3.82;1.04 -3638;4;192.50;9.50;782.00;1.69;0.84 -3639;4;3193.50;11.10;1414.00;2.24;0.24 -3640;4;1552.00;9.87;1654.00;3.92;0.32 -3641;4;2938.50;14.40;1445.50;3.92;0.16 -3642;4;105.00;9.50;1813.50;1.74;0.90 -3643;4;931.00;9.50;1233.50;4.54;1.08 -3644;4;877.00;12.65;1569.50;2.21;0.32 -3645;4;3170.50;12.50;1414.50;4.17;0.20 -3646;4;2901.50;10.10;1453.50;1.42;0.22 -3647;4;1101.00;9.50;876.50;1.10;1.26 -3648;4;536.00;9.50;1925.00;1.89;1.20 -3649;4;3143.00;11.67;1416.00;4.46;0.28 -3650;4;2885.00;10.10;1451.00;4.39;0.16 -3651;4;4269.13;9.60;958.41;4.12;0.42 -3652;4;2881.50;10.60;1463.50;4.30;0.22 -3653;4;3458.50;10.70;1355.50;4.39;0.20 -3654;4;3043.00;11.95;1439.50;4.06;0.20 -3655;4;2840.50;9.90;1456.00;3.78;0.26 -3656;4;3468.50;14.50;1354.50;-1.42;0.26 -3657;4;2999.50;12.90;1445.50;-1.37;0.18 -3658;4;3473.50;13.50;1363.50;4.57;0.20 -3659;4;2800.00;9.90;1454.50;-1.44;0.22 -3660;4;2958.50;15.60;1451.50;-1.42;0.18 -3661;4;1593.00;10.50;1654.00;3.92;0.28 -3662;4;2959.50;15.80;1447.50;2.94;0.20 -3663;4;3208.00;9.70;1416.00;4.46;0.20 -3664;4;4980.50;10.00;1573.00;1.83;0.54 -3665;4;3171.50;14.00;1430.50;1.89;0.20 -3666;4;2904.00;10.10;1460.00;4.24;0.22 -3667;4;3511.50;16.10;1370.00;4.71;0.24 -3668;4;3543.50;11.00;1380.00;4.71;0.28 -3669;4;2875.00;10.35;1470.00;1.57;0.22 -3670;4;3068.00;9.90;1445.50;-1.32;0.22 -3671;4;2813.50;9.70;1463.00;4.71;0.14 -3672;4;3523.00;10.30;1386.00;1.57;0.22 -3673;4;3030.50;11.30;1453.50;2.82;0.16 -3674;4;3017.50;12.70;1456.00;4.71;0.24 -3675;4;3005.50;14.75;1465.00;4.33;0.22 -3676;4;3199.00;14.50;1431.50;4.46;0.22 -3677;4;915.50;11.30;1492.00;1.57;0.26 -3678;4;908.50;10.75;1501.00;1.57;0.22 -3679;4;1470.00;9.50;734.50;-1.10;0.16 -3680;4;3093.50;9.80;1447.00;-1.19;0.20 -3681;4;2866.00;10.15;1467.00;2.35;0.24 -3682;4;3537.50;11.70;1388.50;2.11;0.28 -3683;4;3078.00;10.45;1458.00;2.03;0.20 -3684;4;3022.00;13.30;1474.00;4.39;0.18 -3685;4;1502.50;10.65;1570.00;4.03;0.26 -3686;4;3332.50;9.70;1414.00;2.97;0.24 -3687;4;776.50;9.50;788.50;-0.77;0.22 -3688;4;3003.00;12.55;1479.00;2.03;0.20 -3689;4;3214.50;14.50;1441.00;2.89;0.20 -3690;4;2956.50;11.25;1479.00;4.12;0.20 -3691;4;1717.50;9.50;2030.00;4.59;1.08 -3692;4;2932.50;13.40;1478.50;3.92;0.26 -3693;4;1641.50;10.35;1564.00;2.49;0.20 -3694;4;3181.50;11.20;1448.50;2.11;0.28 -3695;4;4946.50;12.15;1444.00;1.57;0.30 -3696;4;3150.00;10.55;1457.50;1.81;0.22 -3697;4;1600.50;11.00;1576.50;4.60;0.22 -3698;4;3420.00;9.92;1402.00;3.92;0.26 -3699;4;1360.50;10.20;1643.00;4.43;0.44 -3700;4;3067.00;9.92;1476.00;4.71;0.20 -3701;4;3263.50;9.70;1431.50;2.60;0.28 -3702;4;1607.00;11.30;1594.00;4.46;0.20 -3703;4;3021.00;11.40;1485.50;2.21;0.20 -3704;4;3252.00;9.70;1430.00;3.92;0.28 -3705;4;2986.00;10.95;1485.50;1.73;0.20 -3706;4;1041.00;12.07;1766.00;1.95;0.82 -3707;4;3252.00;9.80;1454.00;2.35;0.28 -3708;4;1276.00;10.90;1552.00;-1.19;0.50 -3709;4;3162.00;13.65;1457.50;1.73;0.20 -3710;4;1683.00;9.97;1585.00;1.81;0.16 -3711;4;3547.00;13.90;1359.50;1.73;0.26 -3712;4;1696.50;9.70;1600.00;1.35;0.32 -3713;4;3129.50;9.70;1474.00;4.71;0.26 -3714;4;3441.00;14.55;1338.50;2.21;0.26 -3715;4;1682.50;11.40;1601.00;1.19;0.26 -3716;4;3077.50;10.10;1478.00;4.49;0.24 -3717;4;3425.50;10.30;1407.50;4.60;0.18 -3718;4;3066.00;10.00;1491.00;1.57;0.14 -3719;4;1288.50;10.20;1686.50;2.23;0.42 -3720;4;3427.50;11.00;1417.00;2.15;0.20 -3721;4;1227.00;11.60;1749.50;-1.32;0.50 -3722;4;3339.00;9.70;1433.50;1.44;0.28 -3723;4;4952.00;13.00;1453.50;2.03;0.28 -3724;4;3252.00;9.80;1439.50;2.03;0.28 -3725;4;2704.00;14.37;1364.00;2.03;0.20 -3726;4;3540.00;9.95;1419.50;2.21;0.26 -3727;4;2708.50;13.70;1366.50;3.92;0.20 -3728;4;3209.00;12.50;1457.00;4.71;0.24 -3729;4;2717.00;13.80;1380.50;1.40;0.16 -3730;4;3145.50;9.70;1478.00;3.60;0.24 -3731;4;3120.00;10.00;1477.00;4.24;0.22 -3732;4;1708.50;9.70;1617.00;2.27;0.36 -3733;4;1594.50;11.30;1598.50;4.51;0.24 -3734;4;3412.50;9.75;1424.00;4.71;0.28 -3735;4;2765.00;13.27;1375.00;3.92;0.24 -3736;4;1430.50;10.70;1791.00;1.57;1.50 -3737;4;2781.00;11.05;1382.50;2.21;0.16 -3738;4;3296.50;9.70;1455.50;3.46;0.24 -3739;4;4956.00;11.45;1446.50;4.06;0.28 -3740;4;2803.50;10.60;1392.50;1.71;0.18 -3741;4;3226.50;9.70;1456.00;1.95;0.22 -3742;4;4453.00;13.50;1274.00;1.89;0.34 -3743;4;3191.50;12.95;1479.00;-1.19;0.32 -3744;4;2706.50;14.00;1380.00;1.57;0.16 -3745;4;4479.50;14.25;1269.00;2.27;0.38 -3746;4;3505.50;9.90;1429.00;4.33;0.24 -3747;4;1612.00;10.85;1603.00;2.03;0.24 -3748;4;3476.00;10.72;1426.00;1.10;0.22 -3749;4;2819.00;9.90;1393.50;4.06;0.22 -3750;4;1232.00;11.10;1645.00;1.84;0.54 -3751;4;2843.50;10.45;1399.00;2.15;0.18 -3752;4;3421.00;9.70;1434.50;2.21;0.22 -3753;4;4960.00;12.50;1458.50;4.24;0.30 -3754;4;2847.50;11.45;1414.00;4.12;0.16 -3755;4;3314.50;9.70;1456.50;-1.24;0.22 -3756;4;4949.00;14.05;1471.50;1.69;0.36 -3757;4;3268.50;10.00;1476.00;4.43;0.26 -3758;4;2746.50;9.80;1483.00;4.33;0.18 -3759;4;3231.50;9.90;1580.50;2.11;0.24 -3760;4;3403.50;10.70;1417.50;3.46;0.18 -3761;4;2682.00;10.42;1389.00;4.71;0.22 -3762;4;2893.00;11.72;1405.00;4.24;0.26 -3763;4;1553.50;10.55;1608.00;4.33;0.24 -3764;4;2910.00;14.65;1413.50;2.55;0.22 -3765;4;3425.00;9.70;1440.50;4.54;0.26 -3766;4;745.00;9.50;807.50;-0.74;0.38 -3767;4;3365.50;9.70;1460.50;3.33;0.16 -3768;4;2898.00;11.75;1418.50;1.81;0.18 -3769;4;1148.50;11.40;1729.00;1.23;0.74 -3770;4;2865.00;12.60;1425.50;-1.10;0.20 -3771;4;2831.00;10.10;1420.50;4.46;0.18 -3772;4;2934.00;11.40;1406.50;3.14;0.22 -3773;4;2952.50;12.55;1412.00;4.71;0.26 -3774;4;3516.50;9.70;1444.50;4.17;0.26 -3775;4;1568.00;9.72;1617.00;1.89;0.24 -3776;4;2969.50;9.70;1422.00;4.33;0.22 -3777;4;3480.50;9.70;1445.00;4.71;0.24 -3778;4;1620.50;10.40;1645.00;4.49;0.22 -3779;4;3455.00;9.80;1441.50;4.54;0.24 -3780;4;2949.00;9.75;1425.00;4.71;0.20 -3781;4;1005.00;14.45;1662.00;4.46;0.44 -3782;4;2932.50;10.50;1426.00;1.57;0.14 -3783;4;4709.50;11.30;1317.50;1.71;0.28 -3784;4;930.50;11.10;1465.50;3.92;0.28 -3785;4;2650.00;9.50;1649.50;-1.45;0.60 -3786;4;3266.50;12.25;1325.00;4.71;0.20 -3787;4;4880.50;9.90;1412.00;1.84;0.22 -3788;4;3297.00;13.65;1279.00;4.71;0.24 -3789;4;1976.50;9.50;1047.00;2.10;0.90 -3790;4;2672.00;9.70;1274.00;3.14;0.20 -3791;4;4829.50;12.55;1406.00;1.95;0.28 -3792;4;688.00;9.50;1450.50;2.61;0.74 -3793;4;550.00;9.50;1871.50;1.77;1.16 -3794;4;2736.00;13.15;1332.50;4.54;0.20 -3795;4;3490.00;9.70;1212.00;1.44;0.44 -3796;4;3191.00;10.35;1387.50;1.81;0.22 -3797;4;4499.50;9.50;752.00;1.90;1.12 -3798;4;2673.50;10.30;1323.50;4.39;0.22 -3799;4;2790.00;12.05;1315.50;1.32;0.28 -3800;4;1163.00;11.50;1894.50;4.27;0.80 -3801;4;5305.50;9.50;132.50;-1.45;1.28 -3802;4;1554.50;10.40;1543.50;0.78;0.20 -3803;4;4808.50;14.85;1350.00;4.12;0.26 -3804;4;5206.00;9.50;992.00;2.40;1.16 -3805;4;4892.00;11.60;762.50;4.28;1.02 -3806;4;1655.00;10.50;1587.50;-0.92;0.20 -3807;4;3345.50;12.00;1304.00;4.33;0.24 -3808;4;5134.00;9.50;1584.50;-1.13;1.44 -3809;4;4402.00;9.50;751.50;-1.26;0.78 -3810;4;2725.50;11.80;1296.00;4.12;0.16 -3811;4;4904.50;12.80;1409.50;3.28;0.32 -3812;4;4010.00;9.50;340.50;2.25;0.96 -3813;4;3677.50;9.50;683.50;4.39;1.04 -3814;4;4664.50;11.30;1341.00;4.43;0.28 -3815;4;4855.50;12.30;1421.00;3.78;0.24 -3816;4;2789.50;11.60;1350.50;-1.37;0.24 -3817;4;3608.00;9.50;245.00;2.78;1.04 -3818;4;2949.00;9.50;694.50;1.73;0.78 -3819;4;3195.00;12.95;1377.50;4.54;0.22 -3820;4;2738.00;12.70;1342.00;2.35;0.24 -3821;4;2630.50;9.50;221.00;1.38;0.94 -3822;4;2015.50;9.50;18.50;2.28;0.58 -3823;4;1582.00;9.85;1504.00;4.71;0.30 -3824;4;1621.00;9.80;1541.50;1.73;0.20 -3825;4;2233.00;9.50;1075.00;4.48;1.20 -3826;4;1949.50;9.50;1777.00;4.52;0.96 -3827;4;799.00;9.50;255.50;1.24;1.10 -3828;4;4683.50;11.60;1373.50;1.97;0.28 -3829;4;1541.00;12.92;1539.00;1.89;0.30 -3830;4;4658.50;10.50;1329.00;2.15;0.24 -3831;4;704.50;9.50;258.50;4.60;1.24 -3832;4;10.00;9.50;830.50;-1.42;0.98 -3833;4;3154.00;12.82;1350.00;1.57;0.26 -3834;4;1062.00;11.75;1401.50;4.31;0.60 -3835;4;2779.00;12.05;1309.50;4.06;0.16 -3836;4;9.00;9.50;1837.00;1.57;0.30 -3837;4;984.50;9.50;1179.00;1.32;1.32 -3838;4;2947.00;9.50;1352.50;0.00;0.26 -3839;4;4742.00;12.50;1338.50;2.21;0.22 -3840;4;916.50;10.60;1472.50;2.11;0.28 -3841;4;1172.00;9.50;864.00;1.10;1.42 -3842;4;588.00;9.50;1937.00;2.92;1.20 -3843;4;4865.00;10.75;1414.00;2.67;0.22 -3844;4;3152.00;11.70;1327.50;4.46;0.18 -3845;4;2720.00;13.70;1330.50;4.46;0.20 -3846;4;2684.50;10.10;1295.50;4.39;0.20 -3847;4;1597.00;11.20;1544.50;4.06;0.24 -3848;4;5000.00;12.25;1322.50;4.06;0.24 -3849;4;4749.00;10.75;1360.50;3.73;0.22 -3850;4;1573.50;11.25;1553.00;4.03;0.22 -3851;4;3263.50;9.70;1333.50;4.51;0.14 -3852;4;4807.50;10.95;1332.00;3.78;0.22 -3853;4;1517.00;11.00;1555.00;4.39;0.26 -3854;4;3296.00;12.15;641.50;1.62;0.54 -3855;4;1237.50;11.95;1568.00;4.48;0.44 -3856;4;3267.00;13.12;1304.00;4.71;0.24 -3857;4;3021.00;12.10;1282.50;4.46;0.20 -3858;4;2758.50;12.30;1329.50;1.76;0.24 -3859;4;2759.00;13.50;1349.00;4.71;0.20 -3860;4;4817.50;14.30;1359.00;3.60;0.20 -3861;4;2668.50;9.75;1317.00;2.24;0.24 -3862;4;3344.50;12.25;1316.00;2.15;0.28 -3863;4;1638.50;10.30;1555.00;1.57;0.16 -3864;4;3159.50;10.80;1309.50;2.60;0.22 -3865;4;3144.00;13.35;1352.50;1.69;0.20 -3866;4;2670.00;9.55;1281.50;4.46;0.20 -3867;4;1173.00;13.50;1405.00;1.40;0.46 -3869;4;1140.00;17.25;1553.50;4.50;0.44 -3870;4;3350.50;13.35;1296.00;1.78;0.20 -3871;4;2738.00;12.50;1290.00;1.57;0.20 -3872;4;1493.00;10.70;1564.50;3.52;0.28 -3873;4;2807.00;13.50;1334.00;4.71;0.24 -3874;4;2723.00;12.42;1341.00;1.57;0.20 -3875;4;1250.00;10.67;1434.00;2.49;0.46 -3876;4;3293.00;13.40;1289.00;2.03;0.24 -3877;4;4706.00;10.00;1389.50;1.73;0.32 -3878;4;1654.00;9.65;1560.50;3.52;0.24 -3879;4;3231.00;10.00;1342.50;2.21;0.24 -3880;4;1575.50;11.20;1567.50;4.51;0.20 -3881;4;4669.50;12.60;1350.50;1.42;0.22 -3882;4;3146.00;11.97;1361.00;1.89;0.20 -3883;4;1141.00;13.37;1428.00;-1.32;0.46 -3884;4;3116.00;10.45;1338.50;2.21;0.24 -3885;4;2998.00;11.02;1380.00;1.57;0.20 -3886;4;2693.00;10.50;1304.00;2.03;0.20 -3887;4;2773.00;13.62;1358.00;2.35;0.24 -3888;4;4763.50;11.30;1366.50;4.17;0.26 -3889;4;3381.50;14.30;1273.00;2.97;0.26 -3890;4;3396.50;13.80;1293.50;1.42;0.18 -3891;4;2781.00;13.35;1320.00;3.60;0.24 -3892;4;2700.00;12.55;1356.50;1.73;0.20 -3893;4;3227.50;9.80;1348.00;1.84;0.28 -3894;4;1649.50;10.50;1567.50;1.89;0.20 -3895;4;4742.00;14.47;1344.00;1.57;0.20 -3896;4;3119.50;13.45;1366.00;1.57;0.24 -3897;4;1625.00;12.17;1574.00;4.24;0.26 -3898;4;2832.50;14.45;1370.00;1.57;0.20 -3899;4;2818.50;14.80;1374.00;4.33;0.16 -3900;4;4670.50;9.80;1324.50;2.19;0.34 -3901;4;3056.50;9.70;1311.50;3.92;0.20 -3902;4;2764.50;13.10;1367.50;4.17;0.16 -3903;4;3375.00;13.55;1321.50;3.73;0.30 -3904;4;4804.50;13.40;1338.00;1.95;0.22 -3905;4;3304.00;13.77;1335.00;1.89;0.22 -3906;4;1689.50;9.80;1582.00;4.49;0.22 -3907;4;3300.50;12.05;1313.00;1.57;0.26 -3908;4;3173.00;14.15;1369.00;3.60;0.20 -3909;4;2800.50;13.25;1339.00;1.57;0.16 -3910;4;3014.00;13.40;1368.50;4.54;0.18 -3911;4;1622.00;10.95;1721.00;1.10;0.84 -3912;4;4778.50;12.20;1323.50;2.11;0.22 -3913;4;4765.00;10.45;1379.00;1.57;0.26 -3914;4;3126.50;12.00;1321.50;4.30;0.24 -3915;4;2819.00;12.45;1379.50;-1.40;0.20 -3916;4;3492.00;10.15;1247.50;1.21;0.40 -3918;4;2715.00;12.20;1363.50;4.46;0.20 -3919;4;3310.00;14.22;1342.00;4.24;0.28 -3920;4;2721.00;12.40;1368.50;4.24;0.16 -3921;4;3379.50;14.40;1293.00;4.12;0.30 -3922;4;3117.00;12.75;1386.00;1.57;0.28 -3923;4;3031.50;13.20;1353.50;1.89;0.18 -3924;4;3065.50;11.00;1392.00;2.15;0.16 -3925;4;1582.50;9.80;1483.00;4.71;0.22 -3926;4;2689.50;10.70;1310.50;1.37;0.20 -3927;4;3253.00;11.25;1292.00;1.57;0.28 -3928;4;2910.00;9.75;1389.50;2.21;0.20 -3929;4;4820.00;13.50;1366.50;1.40;0.30 -3930;4;2715.00;11.65;1301.50;4.54;0.24 -3931;4;2789.50;12.20;1376.00;1.57;0.24 -3932;4;4772.00;10.40;1379.00;4.71;0.24 -3933;4;2774.50;12.10;1376.50;4.57;0.16 -3934;4;4702.00;10.00;1356.50;2.21;0.26 -3935;4;3378.50;13.10;1328.50;1.71;0.26 -3936;4;3174.00;10.22;1339.00;1.57;0.20 -3937;4;3184.00;13.55;1363.50;1.73;0.26 -3938;4;2744.50;11.30;1324.00;0.98;0.20 -3939;4;3123.50;11.95;1387.00;2.15;0.24 -3940;4;2695.00;12.05;1284.50;4.46;0.24 -3941;4;1558.00;14.10;1519.00;1.89;0.32 -3942;4;3419.00;10.85;1243.50;1.81;0.32 -3943;4;3051.50;9.60;1394.50;2.11;0.26 -3944;4;4842.00;10.22;1379.00;4.24;0.20 -3945;4;2778.50;13.90;1326.00;2.15;0.24 -3946;4;2849.00;11.10;1381.50;3.73;0.22 -3947;4;4807.00;12.20;1386.00;4.71;0.24 -3948;4;2835.50;10.00;1398.50;1.76;0.22 -3949;4;4776.00;12.70;1347.50;2.03;0.22 -3950;4;3396.50;17.30;1316.50;2.11;0.28 -3951;4;3282.50;13.20;1318.50;1.76;0.28 -3952;4;3184.00;12.35;1381.00;4.12;0.18 -3953;4;2755.00;11.70;1307.50;3.73;0.18 -3954;4;2799.00;11.40;1345.50;4.06;0.20 -3955;4;4630.50;11.05;1340.00;2.24;0.22 -3956;4;3116.50;13.50;1395.00;1.57;0.18 -3957;4;1599.50;9.80;1525.50;4.60;0.24 -3958;4;3050.50;13.35;1339.00;2.49;0.22 -3959;4;2911.00;11.65;1397.00;-1.10;0.20 -3960;4;1296.00;9.92;1409.00;1.57;0.38 -3961;4;2902.00;11.25;1399.50;4.06;0.20 -3962;4;4992.78;9.70;1364.26;3.87;0.36 -3963;4;4946.00;10.60;1500.00;1.76;0.42 -3964;4;3360.50;12.80;1311.50;2.11;0.30 -3965;4;3402.00;14.15;1330.50;4.58;0.20 -3966;4;3035.50;11.20;1358.00;3.78;0.18 -3967;4;3348.00;13.67;1353.00;2.03;0.24 -3968;4;3058.50;11.40;1326.50;1.76;0.14 -3969;4;2692.00;11.17;1323.00;3.92;0.20 -3970;4;4741.00;10.22;1330.00;2.03;0.24 -3971;4;3181.00;12.85;1377.00;2.03;0.24 -3972;4;1225.50;12.00;1452.00;-1.27;0.52 -3973;4;3159.00;10.72;1317.00;4.12;0.36 -3974;4;3060.00;13.50;1398.50;2.55;0.20 -3975;4;1537.50;10.80;1522.50;-1.37;0.32 -3976;4;2967.50;12.95;1408.00;2.67;0.26 -3977;4;4864.50;10.20;1394.50;1.71;0.28 -3978;4;4661.50;11.30;1392.00;1.57;0.34 -3979;4;3422.50;14.50;1330.00;1.57;0.24 -3980;4;3137.00;13.90;1326.50;4.06;0.24 -3981;4;4798.00;10.92;1328.00;3.92;0.22 -3982;4;3335.00;12.75;1356.50;3.52;0.24 -3983;4;3281.50;13.55;1302.00;1.57;0.26 -3984;4;3122.00;12.10;1395.50;-1.44;0.18 -3985;4;3065.50;13.20;1404.50;2.35;0.22 -3986;4;2727.00;12.60;1316.50;4.46;0.24 -3987;4;2928.50;9.70;1205.00;4.12;0.38 -3988;4;3162.50;9.50;1287.00;-1.29;0.24 -3989;4;4043.00;21.82;1160.00;2.15;0.40 -3990;4;2722.00;9.50;1580.50;1.30;0.70 -3991;4;2782.50;14.00;1218.50;4.09;0.32 -3992;4;4619.00;9.70;1116.50;1.81;0.24 -3993;4;1921.00;9.50;1068.00;4.36;0.92 -3994;4;1526.00;9.80;1425.50;-1.40;0.42 -3996;4;3286.50;9.80;1147.00;2.15;0.24 -3997;4;858.50;9.50;1366.00;1.50;1.46 -3998;4;730.50;9.50;1621.50;4.47;1.20 -3999;4;4264.50;14.50;1021.50;3.92;0.26 -4000;4;4981.50;11.20;1261.50;2.11;0.20 -4001;4;4674.00;9.70;1185.50;1.40;0.18 -4002;4;4367.00;9.50;820.50;-1.04;1.24 -4003;4;3881.00;9.70;1049.50;1.86;0.50 -4004;4;4798.50;11.65;1293.00;2.15;0.18 -4005;4;2330.00;9.50;600.00;-1.31;0.22 -4006;4;5070.50;10.40;1999.50;1.48;2.54 -4007;4;5292.00;9.50;108.50;4.36;1.02 -4008;4;3312.50;10.45;1260.00;3.78;0.28 -4009;4;4555.00;9.90;1178.50;4.42;0.32 -4010;4;4611.50;9.70;1231.50;3.92;0.26 -4011;4;5218.50;9.50;1028.00;4.26;1.22 -4012;4;4862.50;9.50;841.00;4.50;0.86 -4013;4;4687.50;10.35;1116.00;4.03;0.28 -4014;4;3040.50;10.50;1269.50;2.35;0.20 -4015;4;5163.50;9.50;1530.50;1.84;1.20 -4016;4;4375.50;9.50;773.50;-0.63;0.90 -4017;4;3364.50;12.30;1151.50;2.11;0.28 -4018;4;2830.00;13.80;1220.50;4.31;0.46 -4019;4;4281.50;11.90;979.50;2.11;0.28 -4020;4;3923.00;9.50;409.00;-1.15;0.94 -4021;4;3690.00;9.50;621.50;0.96;1.06 -4022;4;2688.00;12.30;1139.50;2.03;0.54 -4023;4;4519.00;9.57;999.00;1.32;0.24 -4024;4;2730.00;12.10;1360.50;1.40;0.20 -4025;4;3539.50;9.50;216.50;2.05;1.02 -4026;4;2827.50;9.50;728.00;-1.35;0.94 -4027;4;4853.00;10.57;1203.00;4.12;0.22 -4028;4;4509.50;10.50;1028.50;4.60;0.26 -4029;4;1379.50;10.30;1641.50;-1.48;0.36 -4030;4;2637.00;9.50;255.00;4.44;0.92 -4031;4;4672.50;9.80;1221.50;4.09;0.26 -4032;4;4604.50;10.60;1283.50;4.51;0.24 -4033;4;3254.50;11.10;802.00;1.95;0.90 -4034;4;2801.00;9.50;1855.00;1.72;1.08 -4035;4;1999.00;9.50;1713.00;1.48;0.96 -4036;4;1542.00;9.50;751.00;1.52;0.80 -4037;4;4632.50;11.50;1250.00;4.33;0.26 -4038;4;4624.50;9.70;1116.50;4.57;0.28 -4039;4;623.50;9.50;168.00;-1.47;1.06 -4040;4;51.50;9.50;818.00;4.63;1.18 -4041;4;4501.00;13.27;1151.00;4.39;0.30 -4042;4;4686.50;10.50;1156.50;4.17;0.22 -4043;4;26.00;9.50;1846.50;3.54;0.80 -4044;4;883.50;9.50;1143.50;1.34;1.42 -4045;4;4053.50;10.40;1068.50;2.06;0.40 -4046;4;2890.50;12.50;1257.50;1.97;0.30 -4047;4;3063.00;9.90;1156.00;4.39;0.28 -4048;4;1153.00;9.50;924.00;1.89;1.26 -4049;4;595.00;9.50;1954.50;4.16;0.70 -4050;4;4600.50;9.70;1022.50;1.37;0.28 -4051;4;2999.50;11.00;1169.50;-1.48;0.28 -4052;4;4766.00;9.70;1307.50;2.76;0.24 -4053;4;4620.50;12.70;1062.50;3.33;0.22 -4054;4;4935.50;9.80;1222.00;3.38;0.20 -4055;4;3291.00;9.77;1138.00;1.57;0.20 -4056;4;4822.50;11.45;1245.00;2.97;0.22 -4057;4;3101.00;9.90;1139.50;4.06;0.28 -4058;4;4582.50;10.65;1261.00;-1.29;0.28 -4059;4;4283.00;10.90;970.50;3.81;0.28 -4060;4;3191.00;9.90;1162.50;2.21;0.26 -4061;4;2945.50;14.70;1240.50;2.11;0.36 -4062;4;4175.50;9.80;1009.00;2.24;0.32 -4063;4;3139.50;14.00;1181.50;4.17;0.26 -4064;4;3925.00;9.70;1041.50;1.69;0.40 -4065;4;2776.00;11.32;1275.00;2.03;0.24 -4066;4;4597.00;11.22;1215.00;1.81;0.30 -4067;4;4989.50;11.70;1297.50;4.30;0.30 -4068;4;3344.00;12.30;1061.50;2.12;0.42 -4069;4;4954.50;11.60;1237.50;2.35;0.22 -4070;4;4659.50;10.70;1103.00;2.15;0.20 -4071;4;4651.50;12.00;1257.50;4.51;0.26 -4072;4;3958.50;11.60;979.00;4.49;0.32 -4073;4;3309.00;10.42;1144.00;2.35;0.20 -4074;4;4542.00;13.95;1296.50;1.32;0.36 -4075;4;4451.00;9.95;984.00;4.71;0.26 -4076;4;3279.00;9.67;1163.00;2.15;0.28 -4077;4;4474.50;10.65;1029.00;4.71;0.32 -4078;4;3154.50;12.50;1279.50;1.76;0.22 -4079;4;4619.00;9.70;1191.00;-1.10;0.28 -4080;4;2704.50;9.70;1272.50;4.39;0.24 -4081;4;4613.00;10.77;1057.00;1.57;0.26 -4082;4;4671.00;9.70;1215.50;2.21;0.26 -4083;4;4611.50;10.30;1105.50;3.68;0.24 -4084;4;2708.00;13.22;1197.00;4.12;0.30 -4085;4;4464.00;12.82;1052.00;4.51;0.30 -4086;4;4812.50;11.50;1244.50;4.17;0.22 -4087;4;4291.00;10.40;1074.50;4.06;0.46 -4088;4;3349.00;10.35;1165.50;1.73;0.20 -4089;4;4657.50;9.70;1278.00;2.49;0.22 -4090;4;3907.00;9.80;998.00;2.03;0.36 -4091;4;4690.00;10.00;1185.50;4.06;0.24 -4092;4;4556.50;11.40;1027.50;1.76;0.24 -4093;4;4587.00;11.30;1290.00;3.60;0.26 -4094;4;4893.50;11.00;1213.50;3.46;0.20 -4095;4;2760.00;12.50;1279.50;1.40;0.24 -4096;4;4701.50;10.30;1035.50;2.11;0.20 -4097;4;2741.50;11.75;1221.00;4.49;0.26 -4098;4;2791.50;10.70;1290.50;4.39;0.20 -4099;4;4679.00;9.95;1098.50;3.73;0.24 -4100;4;4993.50;9.70;1250.50;4.51;0.20 -4101;4;4708.00;9.75;940.50;4.46;0.20 -4103;4;4814.50;11.90;1265.00;2.15;0.20 -4104;4;4162.00;10.47;1000.00;1.76;0.30 -4105;4;4662.50;11.05;1163.00;4.03;0.22 -4106;4;3993.50;10.90;1034.50;1.42;0.36 -4107;4;4760.50;9.50;1288.50;3.46;0.24 -4108;4;2676.50;12.95;1161.00;4.36;0.52 -4109;4;3176.50;10.90;1289.50;2.94;0.24 -4110;4;3886.00;9.70;1066.00;1.57;0.36 -4111;4;3370.00;13.15;1205.50;-1.40;0.28 -4112;4;3230.00;9.87;1293.00;1.76;0.24 -4113;4;4643.00;10.55;1095.50;3.81;0.26 -4114;4;4595.50;9.85;1235.00;1.19;0.26 -4115;4;3356.00;10.55;1138.50;4.24;0.32 -4116;4;2783.50;9.70;1234.50;3.33;0.26 -4117;4;3030.00;10.47;1149.00;4.17;0.42 -4118;4;4995.50;11.90;1271.50;4.57;0.24 -4119;4;4464.00;9.60;984.00;3.92;0.24 -4120;4;3125.50;10.35;1166.00;1.95;0.22 -4121;4;4480.50;10.50;1007.00;1.57;0.32 -4122;4;4988.50;12.50;1271.50;1.71;0.24 -4123;4;2332.50;9.50;603.00;-1.31;0.22 -4124;4;3331.50;10.50;1261.50;3.68;0.26 -4125;4;4550.50;11.10;1072.00;2.09;0.34 -4126;4;4784.50;10.30;1242.00;4.43;0.26 -4127;4;3309.50;12.30;1266.50;1.97;0.28 -4128;4;3128.50;10.90;556.50;2.48;0.76 -4129;4;2966.00;10.00;1236.50;2.46;0.24 -4130;4;4563.00;9.70;1143.50;4.24;0.36 -4131;4;2868.50;12.50;1248.50;1.16;0.28 -4133;4;3138.00;9.60;1149.00;3.92;0.32 -4134;4;4491.50;10.60;1043.00;4.03;0.28 -4135;4;2719.50;10.90;1255.50;2.35;0.20 -4136;4;3182.00;10.85;1173.50;4.46;0.18 -4137;4;4636.00;9.60;1302.50;2.55;0.18 -4138;4;3265.50;10.50;990.00;4.71;0.74 -4139;4;2680.00;11.50;1180.50;4.35;0.40 -4140;4;4610.50;11.05;1322.00;4.03;0.26 -4141;4;4481.00;14.97;1128.00;2.67;0.38 -4142;4;4936.50;9.90;1231.00;1.95;0.20 -4143;4;3299.00;10.80;1130.50;2.76;0.26 -4144;4;4594.50;10.10;1247.50;1.97;0.32 -4145;4;3270.00;9.67;1156.00;2.35;0.26 -4146;4;2846.50;14.25;1249.00;4.19;0.26 -4147;4;4268.50;11.80;988.00;1.57;0.32 -4148;4;4657.50;9.70;1187.00;4.71;0.24 -4149;4;3960.00;10.95;1067.50;2.12;0.32 -4150;4;2801.50;12.85;1231.00;1.78;0.32 -4151;4;3144.00;9.97;1192.00;3.14;0.18 -4152;4;4537.00;11.25;1032.00;1.57;0.28 -4153;4;4989.00;12.20;1283.50;4.46;0.28 -4154;4;2753.00;15.40;1199.00;4.06;0.44 -4156;4;4582.50;10.60;1092.00;4.00;0.28 -4157;4;4673.50;11.40;1249.50;2.11;0.24 -4158;4;4606.00;9.95;1176.50;-1.40;0.26 -4159;4;3039.50;12.65;1284.00;4.12;0.22 -4161;4;3340.00;10.15;1156.00;1.57;0.20 -4162;4;4204.00;9.90;1032.50;4.24;0.30 -4163;4;2941.00;9.80;1263.50;3.14;0.26 -4164;4;4843.00;10.85;1197.50;3.73;0.16 -4165;4;4617.00;11.45;1034.50;1.32;0.20 -4166;4;1427.50;10.10;1629.00;4.71;0.48 -4167;4;4483.00;13.15;1189.50;4.24;0.40 -4168;4;1602.00;9.65;1459.50;1.44;0.30 -4169;4;4663.50;12.10;1085.00;4.33;0.28 -4170;4;3211.00;9.52;1234.00;1.89;0.16 -4171;4;3297.50;11.40;614.50;2.45;0.48 -4172;4;4939.50;9.75;1241.00;2.15;0.20 -4173;4;4666.50;10.50;1151.50;1.76;0.22 -4174;4;4558.50;13.90;1279.50;1.97;0.32 -4175;4;4354.50;11.70;983.50;2.11;0.34 -4176;4;3041.00;9.90;1161.00;2.55;0.26 -4177;4;4485.50;10.00;1012.50;3.92;0.28 -4178;4;3158.50;12.30;1270.50;3.64;0.28 -4179;4;4882.00;11.02;1210.00;3.14;0.20 -4180;4;389.28;11.00;1025.35;1.07;0.26 -4181;4;4645.50;11.40;1237.00;4.71;0.20 -4182;4;2727.00;10.20;1275.50;3.73;0.20 -4183;4;4588.50;12.30;1076.00;4.71;0.26 -4185;4;2316.00;9.50;561.50;-1.33;0.28 -4186;4;4693.50;9.80;1266.50;2.11;0.28 -4187;4;3945.50;9.50;984.50;4.30;0.38 -4188;4;4993.00;9.67;1244.00;4.39;0.16 -4189;4;4573.50;9.90;1014.50;2.94;0.24 -4190;4;4595.00;11.30;1285.50;4.06;0.26 -4191;4;3138.50;11.10;1016.50;4.42;1.68 -4192;4;4426.50;15.80;1073.00;-1.27;0.34 -4193;4;3142.50;9.70;1284.50;2.35;0.22 -4194;4;3016.50;12.10;1184.00;4.33;0.20 -4195;4;2771.50;13.60;1290.50;3.46;0.20 -4196;4;4668.50;9.50;1074.00;2.67;0.28 -4197;4;4890.50;10.20;1230.00;2.89;0.18 -4199;4;2739.50;13.60;1230.00;1.95;0.22 -4200;4;3130.00;9.60;1142.50;2.26;0.42 -4202;4;4294.50;10.20;987.50;1.42;0.32 -4203;4;4619.50;10.50;1165.50;1.71;0.32 -4204;4;4171.50;9.70;1025.00;2.15;0.34 -4206;4;3351.00;10.10;1175.50;2.21;0.20 -4207;4;4604.00;12.22;1035.00;4.24;0.24 -4208;4;4592.50;13.80;1306.00;1.95;0.22 -4209;4;3856.00;10.10;1655.00;1.57;0.46 -4210;4;4352.00;13.22;1025.00;2.03;0.40 -4212;4;2698.50;9.50;1549.50;1.31;1.12 -4213;4;2535.50;9.50;1236.00;4.12;1.00 -4214;4;4708.00;10.85;931.00;3.92;0.14 -4215;4;3724.00;9.90;1559.00;3.92;0.36 -4216;4;4546.00;10.30;675.50;4.42;0.30 -4217;4;1957.50;9.50;1093.50;4.35;0.88 -4218;4;618.00;9.50;886.00;-0.60;0.52 -4219;4;4071.50;10.85;750.00;4.33;0.26 -4220;4;429.50;9.50;1342.00;-1.44;1.22 -4221;4;724.00;9.50;1590.50;2.38;0.94 -4222;4;4593.50;12.80;1416.50;4.39;0.40 -4223;4;4445.50;9.60;814.00;4.12;0.26 -4224;4;4010.50;9.90;1375.50;1.61;0.24 -4225;4;4476.00;9.50;604.50;3.07;0.90 -4227;4;3776.00;9.85;1471.50;1.81;0.36 -4228;4;4737.00;9.50;857.00;3.92;0.22 -4229;4;5030.00;11.15;1901.50;4.19;2.16 -4230;4;5238.00;9.50;80.50;4.52;1.02 -4232;4;3936.00;9.80;1529.00;2.11;0.36 -4233;4;4703.00;10.50;911.00;4.24;0.20 -4234;4;5195.00;9.50;1034.00;1.68;0.86 -4235;4;4908.00;9.50;798.00;-1.42;1.14 -4236;4;4621.50;12.10;673.50;-1.42;0.36 -4237;4;4088.50;9.80;930.50;1.97;0.36 -4238;4;3879.50;10.35;1560.00;1.57;0.38 -4239;4;5113.50;9.50;1475.50;2.15;1.30 -4240;4;4404.50;9.50;807.00;3.83;1.28 -4241;4;4763.50;9.70;762.00;3.38;0.22 -4242;4;3788.50;10.50;1641.50;4.09;0.40 -4243;4;3930.00;9.50;369.50;4.40;1.14 -4244;4;3721.00;9.50;597.50;-1.14;0.90 -4245;4;4183.50;9.90;1017.50;2.35;0.22 -4246;4;4864.50;11.40;1522.50;4.51;0.54 -4248;4;3585.50;9.50;223.00;1.77;0.88 -4249;4;2847.00;9.50;690.00;4.54;0.92 -4250;4;3935.00;10.75;1495.00;3.14;0.54 -4251;4;4417.50;10.00;868.50;2.35;0.32 -4253;4;2625.00;9.50;297.50;4.52;0.96 -4254;4;3689.00;9.87;1494.00;4.33;0.40 -4255;4;4502.50;11.50;887.50;3.46;0.18 -4256;4;4494.50;11.30;1200.00;4.49;0.32 -4257;4;2392.00;9.50;1026.50;4.21;1.30 -4258;4;2089.00;9.50;1629.00;1.73;1.60 -4259;4;1505.50;9.50;695.50;-0.72;1.04 -4260;4;4457.50;10.60;928.50;2.11;0.26 -4261;4;3701.50;10.70;1543.50;-1.49;0.38 -4262;4;4696.00;11.40;667.50;3.52;0.24 -4263;4;593.50;9.50;188.50;3.01;1.00 -4264;4;139.50;9.50;817.50;1.71;0.92 -4265;4;3708.50;13.80;1606.50;1.97;0.38 -4266;4;4753.50;10.45;748.00;2.67;0.24 -4267;4;896.00;9.50;1103.50;2.03;1.38 -4270;4;1636.50;9.95;1644.00;4.43;0.30 -4271;4;1059.00;9.50;937.50;4.55;1.04 -4273;4;4605.21;13.00;516.44;2.96;0.38 -4274;4;908.00;13.45;1616.50;1.69;0.36 -4275;4;4351.00;9.80;836.00;2.35;0.40 -4276;4;4441.50;9.90;586.00;4.43;0.26 -4277;4;3850.50;10.30;1502.50;4.64;0.52 -4278;4;3983.50;11.00;890.50;3.33;0.38 -4279;4;4509.50;9.70;651.50;4.51;0.34 -4280;4;4065.00;9.85;930.00;2.15;0.32 -4281;4;3896.50;10.00;1541.00;1.41;0.48 -4282;4;4634.05;9.80;755.40;2.97;0.30 -4283;4;3652.00;10.00;1591.50;4.24;0.30 -4284;4;4448.50;9.90;802.50;2.35;0.20 -4285;4;1779.50;9.80;1656.00;3.50;0.44 -4287;4;1736.00;10.70;1674.00;4.39;0.34 -4288;4;4692.00;9.97;863.00;3.14;0.32 -4289;4;5098.50;11.00;512.00;2.49;0.22 -4290;4;4949.50;9.90;1541.00;-1.43;0.60 -4291;4;3968.50;13.60;903.50;2.60;0.32 -4292;4;5276.00;10.50;501.50;3.14;0.20 -4293;4;4321.00;10.20;936.50;4.24;0.24 -4294;4;3685.00;10.00;1531.50;4.15;0.48 -4295;4;4460.50;14.40;1198.00;4.49;0.38 -4296;4;882.00;12.85;1694.50;2.21;0.38 -4297;4;4388.50;10.85;744.00;1.95;0.22 -4298;4;3636.50;9.90;1786.00;-1.08;0.80 -4299;4;4076.00;10.45;1096.50;2.03;0.36 -4300;4;3777.50;10.00;1447.00;2.78;0.38 -4301;4;4699.00;10.45;512.50;2.55;0.18 -4302;4;4428.00;10.07;863.00;4.71;0.32 -4303;4;3745.50;10.20;1460.50;4.39;0.44 -4304;4;5143.00;9.75;560.50;-1.40;0.24 -4305;4;1767.50;10.80;1704.50;1.00;0.54 -4307;4;4685.50;9.70;662.00;4.12;0.20 -4308;4;4671.50;10.90;616.50;2.11;0.20 -4309;4;3856.00;10.40;1557.50;1.86;0.42 -4310;4;4392.00;11.95;733.00;2.03;0.26 -4311;4;3708.00;15.00;1589.50;-1.48;0.42 -4312;4;4359.50;10.90;789.50;4.51;0.24 -4313;4;4408.50;17.90;1227.00;2.58;0.38 -4314;4;3671.50;10.45;1775.00;4.48;0.48 -4315;4;4014.00;12.52;836.00;1.57;0.26 -4316;4;3965.50;16.35;1348.00;4.53;0.38 -4317;4;5103.00;14.40;515.00;-1.24;0.24 -4318;4;4326.50;12.50;1100.50;4.20;0.46 -4319;4;4358.50;10.10;884.50;2.11;0.26 -4320;4;4437.00;10.75;567.00;4.71;0.28 -4321;4;4061.50;9.70;908.50;2.11;0.32 -4322;4;3662.50;10.05;1543.00;4.43;0.34 -4323;4;4627.00;10.30;651.50;1.40;0.38 -4324;4;3634.50;9.90;1589.00;4.71;0.30 -4325;4;4480.50;12.05;1100.00;1.92;0.30 -4326;4;3661.00;10.50;1723.00;4.46;0.32 -4327;4;4023.00;10.05;791.00;2.55;0.26 -4328;4;894.00;11.30;1627.50;1.69;0.38 -4329;4;5105.00;9.95;501.50;2.55;0.20 -4330;4;4462.50;10.30;838.50;1.76;0.26 -4331;4;916.50;14.40;1574.50;4.44;0.30 -4332;4;5143.00;10.00;555.00;2.67;0.18 -4333;4;3944.50;9.80;1519.50;4.09;0.36 -4334;4;4504.50;12.10;869.50;4.17;0.18 -4335;4;4535.50;10.50;640.00;4.53;0.44 -4336;4;4322.50;9.50;925.00;3.83;0.22 -4337;4;3836.00;10.10;1532.50;1.81;0.40 -4338;4;4624.00;11.20;723.50;3.81;0.26 -4339;4;4422.50;12.80;968.50;3.68;0.26 -4340;4;3796.00;10.00;1599.00;1.76;0.38 -4342;4;1756.50;9.70;1649.50;4.48;0.36 -4343;4;952.50;12.65;1763.00;1.75;0.74 -4344;4;3996.00;12.95;847.50;2.21;0.28 -4345;4;1656.50;10.30;1656.00;1.72;0.42 -4346;4;5121.50;11.35;494.00;2.49;0.22 -4347;4;923.50;13.90;1594.00;1.39;0.54 -4348;4;4352.00;10.10;879.00;2.03;0.28 -4349;4;4681.00;11.02;570.00;3.14;0.24 -4350;4;4689.00;10.90;925.50;3.14;0.18 -4351;4;3646.50;9.80;1517.50;4.39;0.36 -4353;4;3972.50;11.40;948.50;4.28;0.30 -4354;4;3664.50;9.90;1580.50;-1.42;0.36 -4355;4;4415.00;10.60;722.50;3.42;0.20 -4356;4;3641.50;9.70;1677.50;4.51;0.26 -4358;4;4748.50;10.80;493.50;2.11;0.20 -4359;4;4415.00;10.25;837.50;3.52;0.24 -4361;4;4448.00;9.67;567.00;2.82;0.24 -4362;4;1737.50;10.30;1685.50;-1.28;0.42 -4363;4;4484.50;10.90;874.00;3.83;0.22 -4364;4;4428.00;9.90;616.50;4.61;0.18 -4365;4;4043.50;10.10;908.50;4.17;0.32 -4366;4;4009.50;9.80;1646.00;3.04;0.64 -4367;4;4415.00;10.40;687.50;4.54;0.24 -4368;4;4692.00;12.35;932.50;0.92;0.22 -4369;4;3828.50;10.20;1588.50;-1.49;0.46 -4370;4;2745.50;9.50;1535.50;4.28;0.52 -4371;4;4368.00;10.27;766.00;1.57;0.20 -4372;4;3676.00;9.95;1679.50;2.55;0.30 -4373;4;4760.00;10.67;833.00;3.14;0.24 -4374;4;3777.50;11.50;1457.50;1.79;0.38 -4375;4;4420.00;11.45;1162.00;0.78;0.38 -4376;4;3756.00;9.80;1489.50;4.18;0.42 -4378;4;5231.50;10.70;547.50;3.92;0.20 -4379;4;4483.00;11.47;912.00;2.03;0.24 -4380;4;878.50;10.80;1630.50;1.42;0.28 -4381;4;4423.50;9.70;608.50;-1.42;0.28 -4382;4;3892.00;9.70;1084.50;2.26;0.44 -4383;4;3704.00;11.15;1559.50;4.15;0.44 -4384;4;4394.00;10.90;711.50;2.76;0.22 -4385;4;864.50;9.50;1748.50;3.03;0.48 -4386;4;4098.00;14.60;1106.50;-1.38;0.46 -4388;4;4356.50;9.70;827.50;3.46;0.22 -4389;4;3920.50;10.80;1471.50;4.27;0.60 -4390;4;4544.50;10.20;540.00;4.43;0.20 -4391;4;4046.00;12.75;1367.50;3.14;0.52 -4392;4;4356.50;11.00;859.50;3.92;0.22 -4393;4;5069.50;9.65;579.00;2.49;0.26 -4394;4;3729.00;9.90;1509.50;2.03;0.40 -4395;4;3961.00;11.55;912.00;1.57;0.34 -4396;4;4574.50;10.40;691.00;1.98;0.44 -4397;4;4453.50;9.70;949.50;1.76;0.24 -4398;4;873.50;9.50;1678.00;3.70;0.32 -4400;4;3635.00;10.05;1645.00;4.39;0.28 -4401;4;4469.50;9.60;822.50;4.51;0.22 -4402;4;1436.50;10.40;1489.50;2.60;0.34 -4403;4;4398.50;18.65;1210.00;4.22;0.50 -4404;4;4994.00;11.45;1505.50;1.01;0.38 -4405;4;4507.00;11.55;858.00;3.60;0.20 -4406;4;4478.00;11.37;544.00;1.57;0.20 -4407;4;4335.00;20.25;1150.50;4.14;0.50 -4408;4;4343.00;11.15;913.50;1.81;0.28 -4409;4;4535.50;9.65;610.00;2.24;0.34 -4410;4;4060.50;10.70;1038.50;4.39;0.46 -4411;4;3746.00;9.80;1575.50;4.15;0.56 -4412;4;4400.50;10.65;691.00;2.24;0.28 -4413;4;903.00;12.55;1735.50;3.42;0.32 -4414;4;4019.00;10.90;883.50;1.69;0.34 -4415;4;4874.50;10.30;448.00;-1.05;0.36 -4416;4;4033.50;11.80;812.50;4.17;0.26 -4417;4;1676.50;10.80;1658.00;2.09;0.30 -4418;4;5093.50;13.40;535.50;4.30;0.26 -4419;4;1663.50;9.75;1701.00;0.46;0.60 -4420;4;4031.50;10.65;851.00;3.60;0.24 -4423;4;4694.00;10.50;912.00;3.92;0.20 -4424;4;4412.00;9.90;679.00;3.92;0.28 -4425;4;4326.00;12.90;1058.50;4.06;0.36 -4426;4;653.50;9.50;875.50;-0.64;0.58 -4427;4;4750.50;10.70;763.00;2.15;0.22 -4428;4;898.50;9.90;1720.50;1.48;0.12 -4429;4;4655.50;9.50;802.50;2.73;0.32 -4430;4;1858.50;10.00;1669.50;2.77;0.72 -4431;4;4463.00;16.62;1122.00;3.92;0.34 -4432;4;1782.00;9.75;1684.50;4.35;0.48 -4434;4;4505.00;9.60;530.00;1.32;0.24 -4435;4;4189.00;16.40;1095.50;1.10;0.26 -4436;4;1981.00;10.10;360.50;4.35;0.38 -4437;4;1449.50;10.00;1554.00;1.29;0.30 -4438;4;2626.00;9.50;1525.00;-1.51;1.26 -4439;4;2430.50;9.50;1112.00;2.45;1.06 -4440;4;3392.50;12.10;1186.50;4.60;0.36 -4441;4;4900.00;10.50;412.50;1.93;0.48 -4442;4;1545.50;10.70;1564.00;1.84;0.26 -4443;4;1877.00;9.50;1118.00;4.71;1.04 -4444;4;1372.50;10.30;1442.00;4.43;0.36 -4445;4;1665.50;10.10;1617.00;-1.35;0.42 -4446;4;4353.00;9.75;664.50;4.42;0.28 -4447;4;766.00;9.50;1217.50;2.11;1.32 -4448;4;735.50;9.50;1475.00;4.40;1.18 -4449;4;1397.00;10.00;1497.50;3.66;0.40 -4451;4;4630.50;9.50;589.00;4.47;1.10 -4452;4;1498.00;10.70;1514.50;2.76;0.28 -4453;4;5091.00;9.80;191.50;4.61;0.46 -4454;4;4267.00;15.95;1032.50;4.54;0.32 -4455;4;5224.00;9.70;1952.50;3.49;2.76 -4456;4;5208.50;9.50;101.50;1.91;1.12 -4457;4;1897.00;9.70;309.50;3.73;0.46 -4458;4;3562.50;11.90;1350.50;4.30;0.28 -4459;4;4127.50;12.85;1090.00;3.30;0.44 -4460;4;5131.50;9.50;1036.00;4.56;1.20 -4461;4;4952.50;9.50;844.00;2.45;1.02 -4462;4;4921.50;10.30;416.00;1.75;0.32 -4463;4;3556.00;9.70;1370.00;1.89;0.26 -4464;4;1407.00;10.10;1379.50;3.66;0.26 -4465;4;5048.00;9.50;1413.00;-0.55;0.98 -4466;4;4518.00;9.50;827.50;4.67;1.12 -4467;4;3927.00;15.80;1311.50;4.01;0.32 -4468;4;4867.50;10.50;636.50;1.71;0.68 -4469;4;4563.00;13.90;1293.00;1.24;0.30 -4470;4;3945.00;9.50;325.50;4.57;0.92 -4471;4;3630.50;9.50;636.50;3.10;0.92 -4472;4;4042.50;10.30;939.50;3.54;0.36 -4473;4;3564.50;11.70;1303.50;2.94;0.32 -4474;4;3556.50;9.50;158.00;2.71;1.20 -4475;4;2800.50;9.50;683.50;-1.03;0.80 -4476;4;1589.50;9.70;1222.50;2.52;0.48 -4477;4;3549.00;9.90;1333.50;4.06;0.26 -4478;4;5117.00;11.02;178.00;2.03;0.50 -4479;4;2599.00;9.50;307.50;1.04;1.16 -4480;4;4517.50;11.90;1079.50;-1.42;0.34 -4481;4;5140.50;10.90;279.00;4.03;0.32 -4482;4;3775.00;10.00;1281.50;4.42;0.42 -4483;4;2466.50;9.50;1021.50;1.61;1.16 -4484;4;2034.00;9.50;1645.00;1.42;1.56 -4485;4;1570.50;9.50;709.50;1.46;1.12 -4486;4;3376.00;11.75;1191.50;4.24;0.34 -4487;4;4901.50;10.10;392.50;4.64;0.64 -4488;4;3779.00;9.70;1390.50;3.56;0.56 -4489;4;653.50;9.50;208.50;0.88;0.94 -4490;4;56.50;9.50;860.00;-1.40;1.06 -4491;4;1541.50;9.90;1447.50;2.60;0.32 -4492;4;3912.00;10.87;1425.00;4.57;0.56 -4494;4;912.50;9.50;1134.50;4.32;1.22 -4495;4;4626.50;13.50;1365.50;0.78;0.44 -4496;4;4367.00;10.77;962.00;3.38;0.32 -4497;4;1051.00;9.50;989.50;4.53;1.28 -4498;4;614.50;9.50;1848.50;-1.54;1.18 -4499;4;3792.00;10.15;1348.00;1.71;0.50 -4500;4;5100.50;10.20;174.00;1.57;0.44 -4501;4;4406.50;13.35;1034.00;4.29;0.46 -4502;4;5128.50;11.00;269.00;4.29;0.36 -4503;4;4754.50;10.15;1408.00;1.78;0.36 -4504;4;4456.00;13.45;1079.00;1.57;0.42 -4505;4;5033.50;9.80;415.50;3.33;0.32 -4506;4;4748.00;10.40;1443.50;2.03;0.36 -4507;4;1370.00;9.90;1364.00;3.38;0.36 -4508;4;1428.50;10.50;1531.00;4.71;0.32 -4509;4;4951.50;9.65;617.00;1.98;0.42 -4510;4;1391.00;10.05;1434.50;4.01;0.38 -4511;4;4429.00;10.25;930.00;3.92;0.40 -4512;4;3442.00;12.15;1282.50;1.86;0.24 -4513;4;4122.50;10.90;1006.50;1.83;0.26 -4514;4;4690.50;10.35;1381.00;4.43;0.32 -4515;4;3221.00;12.40;493.50;2.70;0.54 -4516;4;4137.50;10.20;1063.50;2.11;0.34 -4517;4;5101.50;11.35;268.00;1.92;0.44 -4518;4;941.00;9.80;1479.00;2.15;0.36 -4519;4;4548.50;9.80;1190.50;-1.16;0.30 -4520;4;5043.00;10.20;391.50;4.36;0.40 -4521;4;973.50;14.80;1505.00;1.43;0.58 -4522;4;1352.50;10.40;1411.50;3.00;0.32 -4523;4;3639.50;9.90;1400.50;4.65;0.48 -4524;4;4896.00;9.50;613.50;4.46;0.38 -4525;4;4532.00;13.45;1343.50;1.65;0.50 -4526;4;1722.50;9.70;1051.50;3.40;0.60 -4527;4;1473.50;10.40;1526.50;4.51;0.24 -4528;4;3073.50;9.95;170.00;4.22;0.70 -4529;4;4422.50;12.00;995.50;2.11;0.38 -4530;4;5142.00;10.85;252.00;1.76;0.36 -4531;4;1444.50;10.50;1541.50;4.57;0.30 -4532;4;4476.00;12.30;1065.50;1.65;0.36 -4533;4;2035.00;11.92;447.00;3.14;0.56 -4534;4;3504.50;12.90;1360.50;4.30;0.26 -4535;4;1380.50;10.30;1360.50;4.51;0.32 -4536;4;4354.00;21.02;1243.00;2.11;0.58 -4537;4;4702.50;10.70;612.50;2.35;0.28 -4538;4;4580.00;10.47;1272.00;1.89;0.32 -4539;4;4452.00;10.00;911.50;1.40;0.28 -4540;4;1408.50;10.40;1480.50;1.89;0.44 -4541;4;4285.50;11.55;1000.00;3.78;0.28 -4542;4;3919.00;19.12;1305.00;2.03;0.36 -4543;4;5549.50;10.05;197.00;2.15;0.32 -4544;4;4151.00;10.47;1050.00;1.24;0.34 -4545;4;3556.00;14.65;1342.00;4.71;0.34 -4546;4;5123.50;10.70;253.00;1.39;0.48 -4547;4;4541.00;10.15;1201.00;3.92;0.28 -4548;4;2021.00;12.20;410.00;4.01;0.60 -4549;4;3812.00;10.45;1274.50;3.99;0.60 -4550;4;3386.00;13.40;1216.00;1.81;0.32 -4551;4;4888.00;9.70;1470.00;1.76;0.30 -4552;4;4960.50;11.00;606.50;1.66;0.24 -4553;4;3564.00;15.05;1266.50;2.21;0.44 -4554;4;4480.50;11.70;891.00;2.24;0.24 -4555;4;4620.50;11.90;1429.50;3.68;0.52 -4556;4;3241.00;15.40;168.50;4.31;0.76 -4557;4;4061.00;10.25;986.00;2.15;0.42 -4558;4;3930.00;20.42;1252.00;4.39;0.52 -4559;4;4391.00;15.35;1073.50;2.12;0.40 -4560;4;5079.00;10.20;346.00;4.71;0.46 -4561;4;4723.00;9.80;1430.00;4.51;0.44 -4562;4;3531.50;10.10;1141.00;2.44;0.44 -4563;4;3639.50;9.80;1369.50;3.64;0.60 -4564;4;4706.77;11.40;596.41;4.29;0.54 -4565;4;1399.00;10.40;1405.00;4.39;0.38 -4566;4;4354.00;10.85;899.00;2.03;0.36 -4567;4;1337.00;14.35;1472.50;3.32;0.38 -4568;4;4386.50;11.70;987.50;1.83;0.46 -4569;4;1396.00;10.20;1506.00;1.19;0.38 -4570;4;2147.50;10.30;565.00;4.41;0.56 -4571;4;4123.00;10.47;1054.00;4.12;0.36 -4572;4;4755.00;10.60;1399.50;3.81;0.32 -4573;4;1893.00;9.72;256.00;-1.40;0.38 -4574;4;3377.00;11.80;1169.50;2.03;0.24 -4575;4;1938.50;9.80;374.00;1.45;0.64 -4576;4;5027.00;9.95;1416.50;2.03;0.48 -4577;4;1330.00;10.40;1399.50;2.76;0.34 -4578;4;3825.50;11.30;1392.50;1.30;0.40 -4579;4;4905.29;11.00;557.23;3.20;0.96 -4580;4;3597.50;14.10;1259.00;4.29;0.36 -4581;4;3773.00;9.50;1423.50;4.42;0.60 -4582;4;4387.50;10.20;896.50;-1.24;0.26 -4583;4;3491.00;14.60;1316.50;4.46;0.32 -4584;4;3234.00;14.67;137.00;1.66;1.00 -4585;4;4316.00;12.70;988.50;2.26;0.32 -4586;4;1220.50;12.20;1494.50;4.64;0.38 -4587;4;1974.50;10.35;488.00;4.36;0.68 -4588;4;4301.00;10.65;1058.00;1.32;0.44 -4589;4;1956.00;9.80;371.00;4.49;0.36 -4590;4;1388.50;12.30;1546.50;1.71;0.24 -4591;4;3371.00;12.02;1159.00;4.39;0.32 -4592;4;4781.50;11.90;1455.50;2.73;0.48 -4593;4;4959.00;11.15;571.50;1.69;0.50 -4594;4;1466.00;10.40;1430.00;3.60;0.30 -4595;4;3929.00;11.10;1444.50;4.41;0.58 -4596;4;4477.50;10.40;867.00;4.33;0.26 -4597;4;1350.50;13.60;1466.00;4.49;0.44 -4598;4;1693.00;9.75;1186.00;4.06;0.32 -4599;4;3686.50;9.75;1319.00;4.16;0.52 -4600;4;1504.00;9.75;1233.50;2.41;0.54 -4601;4;1489.50;10.55;1531.00;4.03;0.32 -4602;4;1862.00;9.90;248.00;2.21;0.42 -4603;4;3388.00;13.30;1147.50;2.62;0.44 -4604;4;1965.00;10.10;356.00;1.57;0.52 -4605;4;3525.00;12.47;1348.00;4.24;0.24 -4606;4;4565.50;10.10;1234.50;1.68;0.22 -4607;4;954.50;13.80;1523.50;1.63;0.48 -4608;4;4555.50;9.90;535.50;4.17;0.22 -4609;4;3568.00;14.50;1274.50;4.01;0.38 -4610;4;1153.50;13.70;1624.00;1.57;0.60 -4611;4;1525.00;10.27;1008.00;1.37;0.48 -4612;4;4561.50;12.65;1373.00;4.56;0.42 -4613;4;4403.00;11.95;974.00;-0.78;0.32 -4614;4;3560.00;10.20;1330.00;4.39;0.26 -4616;4;4193.50;9.70;1043.00;-1.35;0.28 -4617;4;2198.00;10.75;707.50;3.73;0.74 -4618;4;3765.50;9.80;1366.00;4.58;0.50 -4619;4;4596.50;10.30;1147.00;1.78;0.32 -4620;4;3648.50;9.90;1381.00;4.56;0.52 -4621;4;4490.00;11.35;533.00;2.67;0.24 -4622;4;1430.50;10.30;1413.00;4.19;0.36 -4624;4;1549.00;9.77;1008.00;1.95;0.32 -4625;4;1388.50;10.40;1466.50;4.30;0.46 -4626;4;4309.50;11.20;972.50;4.17;0.28 -4627;4;1527.50;11.10;1497.50;-1.42;0.28 -4628;4;4475.50;10.90;1040.50;4.57;0.34 -4629;4;3859.50;13.80;1325.50;1.37;0.58 -4630;4;4663.50;10.10;194.00;0.71;0.60 -4631;4;4589.00;11.05;1133.50;1.93;0.30 -4632;4;5096.00;10.27;289.00;1.89;0.40 -4633;4;4747.00;10.85;1418.50;1.64;0.48 -4634;4;4558.50;14.50;1256.00;1.84;0.30 -4635;4;5011.50;9.70;540.00;4.56;0.58 -4636;4;3854.50;11.30;1390.50;1.63;0.48 -4637;4;3587.00;13.25;1269.00;2.89;0.34 -4638;4;3795.00;10.85;1420.00;4.43;0.68 -4639;4;4450.00;10.27;842.00;1.24;0.28 -4640;4;3234.00;9.70;1717.00;4.24;0.22 -4641;4;1674.50;9.50;1170.00;4.12;0.40 -4642;4;4750.50;10.80;1387.00;1.57;0.34 -4643;4;1862.50;9.60;228.00;1.72;0.42 -4644;4;4177.50;9.75;1040.00;1.84;0.32 -4645;4;4643.00;9.80;291.00;3.14;0.54 -4646;4;5063.00;9.70;1396.50;2.46;0.38 -4648;4;5015.00;10.30;447.00;1.57;0.34 -4649;4;4799.50;9.80;1441.00;-1.35;0.42 -4650;4;1402.50;10.40;1389.50;2.19;0.34 -4651;4;3986.00;10.85;1436.00;1.97;0.58 -4652;4;4353.00;10.80;697.50;2.46;0.40 -4653;4;1522.00;10.37;1451.00;4.12;0.24 -4654;4;4320.00;11.62;968.00;4.12;0.26 -4655;4;4532.00;12.95;1398.00;4.39;0.60 -4656;4;4459.00;12.70;1026.50;4.24;0.26 -4657;4;1001.00;12.92;1459.00;2.15;0.52 -4658;4;5124.50;11.20;196.50;1.63;0.42 -4659;4;3876.00;9.75;1698.00;-1.16;0.54 -4660;4;3528.00;14.65;1308.50;2.03;0.24 -4661;4;4035.00;10.32;1534.00;-0.64;0.56 -4662;4;2608.00;9.50;1606.50;4.48;0.96 -4663;4;2274.50;9.50;1321.00;2.20;1.28 -4664;4;1368.50;14.00;1619.50;2.35;0.40 -4665;4;4147.00;10.00;1618.00;3.73;0.52 -4666;4;1690.50;10.70;1829.50;4.62;1.56 -4667;4;1859.00;9.50;1191.50;2.84;0.88 -4668;4;1078.50;17.10;1550.00;4.56;0.60 -4669;4;3864.00;9.90;1912.50;-1.16;1.50 -4670;4;3960.00;9.90;1585.00;4.60;0.56 -4671;4;481.50;9.50;1297.50;1.76;1.08 -4672;4;782.50;9.50;897.50;4.68;1.00 -4673;4;5121.50;9.75;118.00;1.95;0.28 -4674;4;4095.00;15.20;1477.50;4.42;0.50 -4675;4;4687.50;12.50;1658.50;2.00;0.76 -4676;4;4710.00;9.50;493.50;4.41;0.40 -4677;4;4626.50;12.70;1541.50;2.25;0.54 -4678;4;812.00;12.80;1935.50;4.69;1.16 -4679;4;5128.00;9.50;61.00;2.12;0.96 -4680;4;4300.00;14.10;1565.00;2.03;0.52 -4681;4;4146.00;9.80;1700.50;1.87;0.50 -4682;4;4084.00;12.45;1344.50;1.98;0.54 -4683;4;5130.00;9.50;982.50;4.48;1.32 -4684;4;4916.00;9.50;645.00;2.42;0.98 -4685;4;3995.50;10.10;1571.50;1.89;0.44 -4686;4;3898.00;13.85;1368.50;1.81;0.52 -4687;4;4253.50;10.20;1767.50;1.74;0.78 -4688;4;5042.50;9.50;1472.50;4.41;1.16 -4689;4;4557.50;9.50;868.00;1.42;1.04 -4690;4;4266.50;13.30;1581.00;1.80;0.78 -4691;4;1330.50;10.60;1605.50;4.14;0.32 -4692;4;4226.00;10.20;1910.50;4.64;1.38 -4693;4;3902.50;9.50;331.00;4.26;0.94 -4694;4;3615.50;9.50;790.50;2.73;1.12 -4695;4;1156.50;10.90;1932.00;-1.51;1.44 -4696;4;3210.50;10.40;100.50;1.72;0.66 -4697;4;4340.50;16.70;1481.50;4.67;0.52 -4698;4;3517.50;9.50;154.00;1.49;1.32 -4699;4;2901.50;9.50;629.50;1.29;0.98 -4700;4;3954.00;9.80;1658.00;4.03;0.58 -4701;4;4912.50;11.70;1529.00;1.31;0.54 -4702;4;2611.50;9.50;271.00;2.38;0.96 -4703;4;4427.00;11.05;1722.50;4.24;0.74 -4704;4;4249.50;15.25;1389.00;4.50;0.58 -4705;4;4548.00;12.80;1556.00;3.52;0.66 -4706;4;2415.00;9.50;1073.00;2.52;1.36 -4707;4;2097.50;9.50;1516.50;3.32;1.18 -4708;4;1590.50;9.50;673.00;2.13;1.36 -4709;4;4146.50;18.20;1380.50;4.10;0.54 -4710;4;3826.00;9.70;1735.00;1.67;0.66 -4711;4;4234.00;13.30;1568.50;1.64;0.60 -4712;4;573.50;9.50;230.00;4.26;1.18 -4713;4;139.00;9.50;878.00;2.35;1.14 -4714;4;4182.50;11.50;1444.00;4.21;0.60 -4715;4;3897.00;9.80;1824.50;1.74;0.68 -4716;4;2266.50;9.50;804.50;-1.22;0.88 -4717;4;999.00;9.50;1147.50;1.95;1.38 -4718;4;5566.50;10.80;171.50;-1.46;0.32 -4719;4;4655.00;11.10;1518.50;1.52;0.60 -4720;4;1918.00;11.27;1805.00;1.83;0.96 -4721;4;1136.50;9.50;975.00;1.77;1.20 -4722;4;693.00;9.50;1837.50;4.69;1.04 -4723;4;1174.50;14.10;1570.50;1.49;0.50 -4724;4;4240.00;10.50;1659.50;4.24;0.46 -4725;4;4802.00;11.12;1515.00;-0.89;0.44 -4726;4;4755.50;11.75;1734.00;4.62;0.92 -4727;4;1006.50;10.60;1436.50;4.39;0.46 -4728;4;5238.50;10.90;1572.00;2.38;0.98 -4729;4;4449.50;14.00;1417.50;2.17;0.52 -4730;4;4095.00;9.80;1726.50;1.50;0.70 -4731;4;4800.00;10.55;1595.50;4.15;0.62 -4732;4;4449.50;14.40;1463.50;1.76;0.70 -4733;4;4148.50;9.75;1886.00;1.40;1.46 -4734;4;4087.50;10.50;1606.50;4.20;0.56 -4735;4;3108.00;13.20;386.00;4.58;1.06 -4736;4;967.00;14.47;1549.00;1.57;0.56 -4737;4;4512.00;10.75;1677.00;1.42;0.74 -4738;4;1432.00;10.10;1646.50;2.26;0.38 -4739;4;1145.50;10.80;1790.50;2.11;0.78 -4740;4;1282.50;10.40;1493.50;1.30;0.44 -4741;4;1078.00;14.80;1650.00;0.78;0.58 -4742;4;1075.50;16.70;1519.50;4.09;0.46 -4743;4;4409.00;10.70;1808.50;4.49;1.26 -4744;4;5397.00;10.32;1882.00;4.68;2.58 -4745;4;4663.00;11.30;1485.00;3.73;0.70 -4746;4;3784.50;10.40;1809.00;2.89;0.72 -4747;4;939.00;10.85;1674.50;4.46;0.44 -4748;4;5595.50;10.60;163.50;2.35;0.32 -4749;4;1188.00;12.57;1589.00;4.54;0.50 -4750;4;4360.50;11.35;1634.00;4.49;0.58 -4751;4;4184.50;15.55;1490.00;-1.34;0.78 -4752;4;4841.00;12.20;1685.50;1.94;0.86 -4753;4;1409.00;10.40;1855.50;4.24;1.52 -4754;4;3843.00;9.80;1692.00;4.71;0.44 -4755;4;3524.50;14.55;1297.00;1.75;0.38 -4756;4;1438.50;10.40;1396.00;1.57;0.36 -4757;4;1309.50;10.40;1533.50;4.39;0.40 -4758;4;3728.00;13.95;1680.00;4.12;0.32 -4759;4;1193.50;11.10;1709.00;4.61;0.50 -4760;4;1188.00;13.27;1569.00;4.57;0.36 -4761;4;4018.50;9.70;1861.00;4.02;1.02 -4762;4;4637.00;13.97;1645.00;1.10;0.88 -4763;4;5108.50;10.70;91.50;4.17;0.30 -4764;4;4035.00;10.60;1463.50;2.55;0.46 -4765;4;998.50;14.75;1767.00;4.58;0.82 -4766;4;4472.50;12.90;1528.00;4.71;0.58 -4767;4;4082.50;9.80;1696.00;2.30;0.62 -4768;4;4034.00;12.85;1362.50;1.93;0.44 -4769;4;1714.50;10.40;1714.00;2.67;0.36 -4770;4;4126.00;16.70;1369.50;1.70;0.46 -4771;4;4020.00;9.70;1739.50;2.41;0.62 -4772;4;1265.50;10.80;1664.50;1.14;0.46 -4773;4;3962.50;10.40;1394.00;-1.35;0.64 -4774;4;3806.50;9.80;1831.50;1.66;0.80 -4775;4;714.50;9.50;860.00;-0.69;0.72 -4776;4;5021.00;10.30;93.50;4.46;0.48 -4777;4;4276.00;13.40;1480.50;4.65;0.56 -4778;4;995.50;12.70;1662.50;1.66;0.48 -4779;4;4853.50;11.40;1557.50;1.99;0.58 -4780;4;3900.00;10.30;1645.00;3.14;0.48 -4781;4;4187.00;14.90;1539.00;1.66;0.46 -4782;4;4294.50;10.80;1695.00;4.52;0.48 -4783;4;4372.50;12.10;1356.50;4.34;0.68 -4784;4;1538.00;10.50;1714.50;4.65;0.50 -4785;4;4292.00;11.35;1737.50;1.40;0.74 -4786;4;4372.00;14.30;1378.50;1.62;0.50 -4787;4;1853.50;11.20;1795.50;1.59;0.66 -4788;4;4201.00;12.80;1408.50;1.36;0.66 -4789;4;4148.00;10.15;1646.50;2.12;0.54 -4790;4;1274.00;10.10;1735.00;3.68;0.56 -4791;4;5014.00;9.90;82.50;2.03;0.36 -4792;4;4603.50;12.00;1500.00;-0.84;0.72 -4793;4;4161.00;10.00;1653.50;3.36;0.38 -4794;4;1159.50;14.30;1600.00;4.48;0.62 -4795;4;4643.00;11.05;1719.00;1.48;0.98 -4796;4;1099.50;16.55;1436.00;2.49;0.38 -4797;4;4420.00;11.70;1562.00;4.51;0.48 -4798;4;4819.50;10.70;1749.00;2.13;0.82 -4799;4;1001.00;14.02;1472.00;4.71;0.66 -4800;4;4154.00;11.80;1558.00;4.71;0.52 -4801;4;4476.00;14.62;1476.00;2.09;0.72 -4802;4;3716.00;10.15;1761.00;0.98;0.60 -4803;4;4124.50;10.20;1582.00;3.43;0.46 -4804;4;5562.50;10.30;130.50;2.35;0.26 -4805;4;4904.00;10.30;1485.00;1.40;0.44 -4806;4;4010.50;9.80;1601.50;-1.49;0.68 -4807;4;1343.00;10.30;1619.00;-0.92;0.48 -4808;4;4419.50;11.10;1668.50;1.72;0.80 -4809;4;4739.00;11.87;1548.00;3.46;0.64 -4810;4;4960.00;11.70;1686.50;-1.20;1.04 -4811;4;1305.00;12.55;1495.00;1.57;0.38 -4812;4;4478.50;10.80;1842.00;1.47;1.44 -4813;4;3823.00;9.77;1705.00;1.81;0.68 -4814;4;1222.50;12.35;1510.00;4.59;0.44 -4815;4;4410.50;10.95;1608.00;2.29;0.64 -4816;4;994.50;15.30;1512.50;3.92;0.62 -4817;4;3944.00;9.80;1776.00;4.71;0.50 -4818;4;4301.50;13.50;1622.50;1.71;0.60 -4819;4;5528.00;13.25;101.50;3.14;0.34 -4820;4;1165.00;13.30;1623.50;4.62;0.48 -4821;4;4723.50;11.70;1671.50;1.37;0.90 -4822;4;3193.00;13.80;124.50;1.67;0.62 -4823;4;4171.50;12.50;1467.50;-1.39;0.50 -4824;4;3830.00;10.12;1678.00;4.39;0.40 -4825;4;3534.50;14.90;1298.50;-1.46;0.34 -4826;4;952.00;13.40;1630.00;2.24;0.56 -4827;4;4066.00;9.85;1708.00;1.57;0.58 -4828;4;4047.50;15.65;1341.00;1.66;0.56 -4829;4;4861.00;11.45;1568.50;4.30;0.48 -4830;4;1232.50;13.25;1552.00;1.41;0.46 -4831;4;4253.00;10.70;1811.00;-1.50;1.22 -4832;4;4676.50;11.90;1615.00;3.44;0.60 -4834;4;1419.00;10.70;1636.00;2.03;0.38 -4835;4;4573.50;13.55;1632.00;1.93;0.62 -4836;4;5082.00;10.10;147.00;2.15;0.30 -4837;4;4449.00;13.70;1535.50;1.96;0.52 -4838;4;1009.50;12.90;1713.50;3.25;0.38 -4839;4;1189.50;12.20;1651.50;4.17;0.38 -4840;4;4049.50;10.40;1657.50;1.79;0.54 -4841;4;4992.50;9.90;1547.50;3.92;0.52 -4842;4;4318.50;11.00;1744.50;3.99;0.74 -4843;4;4298.50;14.50;1374.00;2.20;0.68 -4844;4;4969.00;10.00;1587.50;1.91;0.46 -4845;4;4051.00;17.82;1394.00;1.89;0.56 -4846;4;3808.50;9.70;1759.50;1.76;0.72 -4847;4;4835.50;10.30;1601.50;1.64;0.64 -4848;4;548.00;9.95;1980.50;-1.24;1.22 -4849;4;4198.00;14.25;1461.50;4.10;0.54 -4850;4;3842.00;10.00;1607.00;4.51;0.54 -4851;4;3267.50;13.60;331.50;1.70;0.92 -4852;4;4686.50;11.35;1504.00;-0.91;0.54 -4853;4;4300.00;10.70;1670.50;4.41;0.70 -4854;4;1426.50;10.70;1666.00;4.71;0.36 -4855;4;4671.00;10.42;1729.00;4.19;0.60 -4856;4;4500.50;12.25;1402.00;4.71;0.52 -4857;4;1128.50;12.00;1674.00;1.92;0.68 -4858;4;4326.00;14.42;1419.00;4.35;0.54 -4859;4;4176.50;10.10;1940.50;1.52;1.46 -4860;4;1067.50;13.60;1677.50;-1.24;0.62 -4862;4;4505.50;14.00;1490.50;1.63;0.80 -4863;4;1145.50;12.45;1709.00;1.68;0.52 -4864;4;5123.00;10.90;132.50;4.06;0.24 -4865;4;1058.00;10.60;1552.00;3.92;0.48 -4866;4;4120.00;10.60;1636.00;3.14;0.44 -4867;4;4073.00;11.65;1510.50;4.62;0.48 -4868;4;4585.50;11.95;1700.00;4.65;0.86 -4869;4;1527.50;11.20;1693.50;1.64;0.52 -4870;4;851.00;13.30;1799.50;4.65;0.86 -4871;4;1219.00;12.85;1535.50;3.87;0.48 -4872;4;1278.50;10.20;1751.50;-1.30;0.50 -4873;4;4571.50;12.50;1426.50;-1.39;0.74 -4874;4;3719.00;13.50;1741.00;2.24;0.52 -4875;4;1331.00;10.97;1731.00;-0.46;0.70 -4876;4;4701.00;12.00;1467.50;4.36;0.38 -4877;4;982.50;13.50;1767.50;1.63;0.86 -4878;4;4902.50;10.40;1826.50;1.63;1.32 -4879;4;3080.00;13.42;274.00;0.98;0.88 -4880;4;1291.50;11.00;1644.00;1.45;0.50 -4881;4;4931.00;11.75;1675.00;1.96;0.70 -4882;4;4357.50;14.30;1544.00;1.68;0.64 -4883;4;4039.50;10.10;998.00;4.00;0.52 -4884;4;1290.00;10.40;1350.50;4.24;0.46 -4885;4;2728.50;9.50;1476.00;1.57;0.86 -4886;4;2365.00;9.50;1182.50;1.60;1.02 -4887;4;1223.00;15.15;1184.00;1.76;0.64 -4888;4;4394.00;17.32;1244.00;4.71;0.50 -4889;4;2968.00;10.57;782.00;-1.29;0.58 -4890;4;1794.50;9.50;1270.00;4.31;1.36 -4891;4;3740.50;10.50;1070.00;4.50;0.40 -4892;4;1723.00;9.80;991.50;4.31;0.84 -4893;4;3764.50;12.00;1231.50;4.44;0.50 -4894;4;561.00;9.50;1138.50;4.11;1.24 -4895;4;915.00;9.50;1368.00;1.71;1.10 -4896;4;4517.00;11.27;1128.00;2.55;0.36 -4897;4;3065.00;10.20;856.00;-1.15;0.84 -4898;4;1137.00;15.72;1306.00;2.03;0.50 -4899;4;4754.00;9.50;608.50;-1.10;1.46 -4900;4;4171.00;21.85;1117.50;4.64;0.58 -4901;4;3565.50;14.65;1286.00;1.57;0.36 -4902;4;3121.50;10.50;923.50;-1.30;1.54 -4903;4;2900.00;9.90;1164.50;3.87;0.78 -4904;4;1405.00;9.90;1173.50;1.78;0.68 -4905;4;5020.50;9.50;31.50;3.09;1.04 -4906;4;5176.50;9.50;1070.50;-1.09;1.16 -4907;4;4881.00;9.50;663.50;0.99;1.02 -4908;4;1070.00;9.70;1334.50;4.54;0.52 -4909;4;3561.50;11.25;780.00;3.78;0.64 -4910;4;3342.50;10.60;1015.50;1.64;0.58 -4911;4;5083.50;9.50;1522.00;4.61;1.02 -4912;4;4516.50;9.50;900.00;-1.21;1.18 -4913;4;2939.00;11.00;965.00;2.11;1.56 -4914;4;4246.50;21.50;1242.00;3.55;0.84 -4915;4;4012.50;10.20;1097.00;4.29;0.44 -4916;4;3988.50;9.50;309.50;4.13;1.02 -4917;4;3613.50;9.50;700.50;1.87;1.04 -4918;4;3350.50;11.40;855.50;2.71;0.70 -4919;4;1250.50;10.70;1446.50;4.44;0.40 -4920;4;2663.50;11.10;1104.00;1.91;0.58 -4921;4;3509.50;9.50;101.00;1.78;1.10 -4922;4;2857.00;9.50;655.00;1.57;0.68 -4923;4;3946.00;18.25;1311.50;-1.32;0.44 -4924;4;3530.50;12.10;910.50;1.72;0.78 -4925;4;4439.00;10.50;1151.50;1.47;0.42 -4926;4;2583.50;9.50;217.00;1.77;0.88 -4927;4;2720.50;10.30;863.50;1.98;0.88 -4928;4;3602.50;13.75;1169.00;4.52;0.48 -4929;4;2457.50;9.50;1078.00;4.62;1.08 -4930;4;2122.50;9.50;1344.00;1.20;0.88 -4931;4;1632.50;9.50;616.00;1.48;1.10 -4932;4;3614.00;9.75;1029.50;1.48;0.60 -4933;4;2739.50;13.45;1176.00;4.60;0.40 -4934;4;1974.00;10.10;924.00;2.82;0.62 -4935;4;663.50;9.50;258.50;1.70;1.02 -4936;4;210.00;9.50;825.00;2.03;0.92 -4937;4;4375.50;15.10;1094.00;3.60;0.40 -4938;4;2941.00;12.25;820.50;4.41;0.58 -4939;4;4493.50;13.95;1257.00;1.57;0.44 -4940;4;1020.00;9.50;1095.50;1.05;1.12 -4941;4;3248.50;13.10;591.50;3.58;0.46 -4942;4;1736.50;9.80;1017.00;4.00;0.48 -4943;4;3524.50;14.65;1250.00;4.08;0.50 -4944;4;1170.00;9.50;974.00;4.50;1.08 -4945;4;653.00;9.50;1808.50;4.41;1.14 -4946;4;1161.00;17.07;1268.00;2.03;0.44 -4947;4;4231.50;12.30;1332.50;-1.52;0.48 -4948;4;2554.00;9.70;893.00;2.21;0.56 -4949;4;3818.50;12.25;1151.00;1.75;0.64 -4950;4;4027.00;10.95;1008.00;1.95;0.48 -4951;4;3449.50;11.20;1184.50;4.27;0.76 -4952;4;2898.00;9.70;749.00;3.00;0.60 -4953;4;4048.00;10.50;1037.50;1.87;0.44 -4954;4;3391.50;15.50;821.50;1.61;0.64 -4955;4;1198.50;11.70;1386.50;4.64;0.44 -4956;4;1235.00;15.10;1225.00;-0.92;0.46 -4957;4;2657.50;11.10;836.50;2.14;0.66 -4958;4;3782.50;11.90;1246.50;1.39;0.54 -4959;4;3654.00;11.77;1099.00;4.24;0.70 -4960;4;4496.00;14.17;1329.00;4.54;0.36 -4961;4;3271.50;10.70;909.00;4.71;0.72 -4962;4;3026.50;10.70;1137.00;2.20;0.66 -4963;4;3288.00;10.10;966.00;4.20;0.72 -4964;4;4291.00;22.10;1200.50;4.20;0.84 -4965;4;1432.50;9.70;1185.00;1.86;0.84 -4966;4;3638.50;14.70;1151.50;2.19;0.46 -4967;4;3948.24;9.50;733.22;3.23;0.36 -4968;4;3471.00;12.20;1089.50;4.65;0.72 -4969;4;1602.00;9.82;983.00;-1.21;0.72 -4970;4;2906.50;9.80;1205.00;1.98;0.50 -4971;4;3976.50;11.35;1066.00;-1.13;0.58 -4972;4;2951.50;10.50;850.50;3.36;0.70 -4973;4;4091.00;23.05;1259.00;1.73;0.84 -4974;4;3475.50;10.75;1142.00;1.57;0.70 -4975;4;1147.50;15.50;1447.50;-1.39;0.58 -4976;4;3556.00;11.80;925.50;4.31;0.98 -4977;4;1098.50;11.00;1315.00;3.01;0.48 -4978;4;3105.50;10.40;877.00;2.71;0.82 -4979;4;3963.00;12.20;1196.50;2.18;0.54 -4980;4;2002.50;9.90;898.00;2.45;1.60 -4981;4;3442.50;13.40;1023.00;1.78;0.60 -4982;4;1888.50;9.80;954.00;4.53;0.88 -4983;4;3640.50;15.10;1207.00;4.40;0.50 -4984;4;3950.50;10.05;1079.00;1.68;0.46 -4985;4;3472.50;11.60;847.00;3.30;0.40 -4986;4;4489.50;14.50;1293.50;4.44;0.44 -4987;4;4124.50;14.50;1097.50;-1.51;0.46 -4988;4;1477.50;10.40;1483.00;1.43;0.22 -4989;4;2561.00;9.65;862.00;1.73;0.16 -4990;4;3897.00;13.30;1146.00;1.95;0.46 -4991;4;1393.50;9.90;1139.00;-1.27;0.70 -4992;4;2954.50;10.10;1174.50;3.63;0.52 -4993;4;3690.50;12.30;1039.00;2.42;0.58 -4994;4;4191.00;22.65;1146.50;-0.90;0.66 -4995;4;3494.00;10.65;732.50;1.47;0.72 -4996;4;4345.00;15.10;1079.50;1.10;0.30 -4997;4;1505.00;9.50;421.00;-1.29;0.82 -4998;4;3905.50;15.65;1195.00;4.71;0.44 -4999;4;4397.50;16.80;1135.50;2.48;0.38 -5000;4;1696.00;9.90;991.50;-1.30;0.68 -5001;4;1322.50;10.00;1422.50;4.44;0.34 -5002;4;4038.50;14.10;1133.50;1.71;0.42 -5003;4;3787.50;10.80;1262.00;4.41;0.58 -5004;4;2970.50;11.00;1082.50;4.08;1.46 -5005;4;3569.50;9.65;1155.00;3.83;0.48 -5006;4;3487.50;16.20;941.50;-1.49;0.62 -5007;4;4521.50;12.80;1226.50;1.24;0.30 -5008;4;1943.50;10.40;870.50;1.64;1.62 -5009;4;4365.50;13.70;1028.00;1.57;0.48 -5010;4;3424.00;14.32;796.00;1.48;0.70 -5011;4;4171.50;22.05;1243.00;4.62;0.78 -5012;4;2588.00;9.92;1062.00;4.31;0.92 -5013;4;2746.00;10.60;777.50;-0.55;0.76 -5014;4;3498.50;10.95;1261.00;4.00;0.40 -5015;4;1269.50;9.90;1281.50;4.60;0.56 -5016;4;4045.00;12.62;1299.00;-1.10;0.72 -5017;4;3394.00;11.85;919.50;2.55;0.58 -5018;4;4263.00;19.95;1125.50;4.65;0.60 -5019;4;4016.00;11.25;962.00;4.57;0.36 -5020;4;3836.50;13.05;1159.00;2.79;0.50 -5021;4;1273.00;11.10;1234.50;1.81;0.54 -5022;4;1276.50;10.80;1381.00;4.19;0.50 -5024;4;3555.50;10.90;1058.00;4.16;0.66 -5025;4;4473.00;13.40;1247.50;1.36;0.40 -5026;4;1678.00;9.95;931.50;-1.42;1.26 -5027;4;3441.50;12.40;1088.00;-1.41;0.72 -5028;4;2973.50;10.60;842.50;4.48;0.72 -5029;4;3742.00;13.60;1260.50;2.72;0.38 -5030;4;4518.50;12.85;1151.00;4.19;0.34 -5031;4;4409.00;13.60;1315.00;1.84;0.52 -5032;4;3998.00;11.07;889.00;4.24;0.36 -5033;4;4225.00;21.45;1133.00;-1.16;0.40 -5034;4;2568.50;9.70;931.50;1.66;0.60 -5035;4;2894.00;9.80;1182.50;1.94;0.72 -5036;4;2968.50;11.35;705.00;3.38;0.50 -5037;4;3441.00;13.30;1003.00;3.28;0.58 -5038;4;1212.00;11.40;1367.00;1.40;0.54 -5039;4;2653.00;11.30;786.00;4.71;0.74 -5040;4;4057.50;10.40;1060.50;4.09;0.42 -5041;4;3455.50;11.30;846.00;1.45;0.74 -5042;4;4049.00;23.25;1244.50;1.75;0.70 -5043;4;3820.50;13.00;1092.00;1.86;0.64 -5044;4;1129.00;12.80;1397.00;1.39;0.56 -5045;4;2699.00;11.05;827.50;1.63;0.70 -5046;4;2643.00;11.15;1119.50;4.66;0.42 -5047;4;3406.00;12.50;933.00;2.67;0.52 -5048;4;4487.50;10.90;1168.50;1.97;0.30 -5049;4;3697.50;9.90;1006.50;1.52;0.84 -5050;4;3547.00;11.02;1203.00;4.71;0.56 -5051;4;1572.50;13.40;851.00;3.87;0.48 -5052;4;1194.00;14.10;1210.50;-1.50;0.60 -5053;4;2886.00;11.50;1214.00;2.46;0.50 -5054;4;3038.50;11.20;714.00;2.40;0.92 -5055;4;4071.50;10.70;1071.00;2.15;0.40 -5056;4;1758.00;9.70;985.00;1.98;0.60 -5057;4;4407.00;15.50;1278.50;3.99;0.44 -5058;4;3477.00;11.40;1118.00;4.71;0.76 -5059;4;1458.00;11.25;1447.50;2.21;0.18 -5060;4;3165.00;11.95;872.50;-1.29;1.20 -5061;4;1259.50;10.50;1319.50;0.91;0.52 -5062;4;4001.00;17.40;1343.00;4.06;0.42 -5063;4;3990.50;11.85;949.00;-1.35;0.38 -5064;4;3848.00;12.47;1174.00;1.42;0.52 -5065;4;3548.00;10.20;722.50;1.75;0.54 -5066;4;1231.50;12.00;1159.50;2.19;0.48 -5067;4;3606.00;15.30;1211.00;4.71;0.48 -5068;4;3511.00;12.20;797.00;1.57;0.44 -5069;4;3345.50;11.10;1038.00;4.49;0.52 -5070;4;2686.00;11.90;787.00;4.71;0.58 -5071;4;1105.00;13.15;1379.00;2.35;0.24 -5072;4;4429.50;15.40;1106.50;2.35;0.34 -5073;4;3700.00;11.67;1242.00;4.71;0.62 -5074;4;3513.50;13.10;867.50;3.00;0.52 -5075;4;3792.50;11.60;1126.50;1.71;0.56 -5076;4;4329.00;16.57;1313.00;1.76;0.42 -5077;4;2580.00;9.70;931.50;4.62;0.64 -5078;4;3196.50;9.90;1156.50;4.30;0.32 -5079;4;3384.50;11.90;681.00;4.45;0.64 -5080;4;4273.00;21.70;1170.50;1.84;0.78 -5081;4;3585.50;9.90;1019.50;2.14;1.06 -5082;4;3890.50;16.00;1194.50;1.64;0.44 -5083;4;1797.00;11.07;889.00;4.54;1.76 -5084;4;3139.00;11.95;784.00;-1.49;1.24 -5085;4;1271.00;10.30;1427.50;1.67;0.34 -5086;4;4044.50;9.80;1097.50;1.64;0.40 -5087;4;3982.00;20.45;1282.50;-1.47;0.56 -5088;4;1709.50;11.20;1039.50;2.25;0.60 -5089;4;3603.00;13.22;1152.00;1.32;0.68 -5090;4;1487.00;11.97;1443.00;4.39;0.30 -5091;4;3407.50;13.90;908.50;4.30;0.36 -5092;4;4522.50;11.90;1205.00;4.49;0.28 -5093;4;3543.50;14.15;1004.00;1.96;0.86 -5094;4;4115.00;22.55;1204.00;1.81;0.84 -5095;4;2871.50;11.20;1009.50;4.13;2.04 -5096;4;4045.50;10.60;1051.00;1.72;0.42 -5097;4;3426.50;16.50;830.00;2.06;0.66 -5098;4;3529.00;12.15;1221.50;1.44;0.46 -5099;4;3409.50;12.40;1085.50;-1.24;0.48 -5100;4;4367.00;14.00;1302.50;4.10;0.62 -5101;4;2840.00;10.20;905.50;1.27;1.04 -5102;4;4332.00;20.05;1133.50;2.48;0.80 -5103;4;1298.00;10.90;1457.50;1.93;0.42 -5104;4;4011.50;10.60;922.50;4.20;0.42 -5105;4;3846.00;13.50;1139.00;-1.16;0.60 -5106;4;3271.00;12.75;257.00;1.89;0.68 -5107;4;2199.50;9.65;806.00;2.42;0.56 -5108;4;2762.50;9.50;1431.50;-0.78;0.76 -5109;4;2273.00;9.50;1483.50;4.50;1.18 -5110;4;1960.50;10.30;417.00;4.41;0.42 -5111;4;1850.50;9.50;1300.00;4.71;0.98 -5112;4;2093.00;11.22;488.00;2.21;0.36 -5113;4;255.00;9.50;1306.00;1.79;1.24 -5114;4;1060.00;9.50;1162.00;1.76;0.98 -5115;4;2016.50;11.00;579.50;1.68;0.92 -5116;4;4745.00;9.50;451.00;1.75;1.00 -5117;4;3064.00;10.95;590.50;2.61;0.68 -5118;4;1700.50;9.70;172.00;3.83;0.38 -5120;4;1558.00;10.80;810.50;3.87;0.64 -5121;4;1685.50;9.60;246.50;3.62;0.42 -5122;4;5031.50;9.50;56.50;-1.51;0.86 -5123;4;5272.00;9.50;1080.50;1.60;1.18 -5124;4;4899.00;9.50;709.50;4.01;1.02 -5125;4;4677.00;10.95;317.50;1.70;0.84 -5126;4;5055.00;9.50;1526.50;4.24;0.68 -5127;4;4493.00;9.50;922.00;-0.72;1.24 -5128;4;3549.00;12.60;362.50;-1.44;1.02 -5129;4;3931.00;9.50;284.00;-1.37;0.88 -5130;4;3576.00;9.50;656.50;3.95;1.02 -5131;4;1716.00;12.20;554.50;-0.73;0.64 -5132;4;3563.00;9.50;96.00;1.92;1.26 -5133;4;2809.50;9.50;655.00;1.75;0.88 -5134;4;5049.50;9.80;137.50;4.63;0.38 -5135;4;5076.00;15.15;552.00;1.42;0.50 -5136;4;3058.50;10.20;913.50;4.68;1.08 -5137;4;2529.50;9.50;217.50;4.53;1.02 -5138;4;4844.50;10.65;238.00;4.61;0.92 -5139;4;2967.00;11.47;659.00;2.73;0.64 -5140;4;2453.50;9.50;1135.00;4.00;1.16 -5141;4;2122.00;9.50;1391.00;1.40;1.04 -5142;4;1585.50;9.50;591.00;0.59;1.26 -5143;4;1806.50;10.10;423.50;2.45;0.62 -5144;4;584.50;9.50;261.00;-1.14;1.34 -5145;4;170.00;9.50;860.00;-1.43;0.98 -5146;4;1747.50;17.70;483.50;1.34;0.60 -5147;4;1029.50;9.50;1059.00;1.95;1.16 -5148;4;1967.50;11.00;619.50;-1.15;1.52 -5149;4;1229.00;9.50;864.00;1.86;1.14 -5150;4;748.50;9.70;1803.50;4.05;1.10 -5151;4;2058.50;10.20;712.00;3.89;0.88 -5152;4;1788.50;12.30;334.50;2.35;0.60 -5153;4;2144.00;10.10;767.50;4.29;0.84 -5154;4;3056.50;12.30;209.50;3.92;0.78 -5155;4;3320.00;10.95;387.50;3.88;0.94 -5156;4;1998.00;12.35;442.50;4.65;0.52 -5157;4;4024.00;15.00;1148.00;4.12;0.38 -5158;4;3047.50;12.50;487.50;1.89;0.76 -5160;4;3349.50;13.00;662.50;4.34;0.68 -5161;4;5064.00;9.80;124.50;2.18;0.48 -5162;4;1595.00;12.85;783.00;3.83;0.80 -5163;4;1839.00;9.80;351.50;4.24;0.54 -5164;4;3401.50;10.35;393.00;4.45;0.78 -5165;4;1878.50;10.30;548.50;3.05;0.60 -5166;4;1684.00;18.10;656.50;1.23;0.92 -5167;4;2071.00;11.55;478.00;2.03;0.40 -5168;4;2251.50;10.00;742.50;4.30;0.28 -5169;4;1697.00;11.27;201.00;4.39;0.32 -5170;4;4688.50;10.90;281.50;1.62;0.66 -5171;4;1714.50;15.20;457.50;-1.24;0.50 -5172;4;2112.00;12.45;507.50;3.85;0.40 -5173;4;1731.00;10.45;84.50;4.31;0.84 -5174;4;2106.00;11.40;658.50;3.00;0.96 -5175;4;4692.50;10.20;167.50;2.07;0.54 -5176;4;4602.00;10.77;649.00;2.03;0.48 -5177;4;3307.50;10.40;284.50;4.43;1.00 -5178;4;1974.50;11.55;456.00;0.10;0.50 -5179;4;1806.50;15.60;557.50;1.72;0.60 -5180;4;3324.00;12.65;549.00;4.71;0.98 -5181;4;5075.50;11.00;31.50;2.11;0.30 -5182;4;2232.00;11.40;727.50;2.03;0.38 -5183;4;4883.50;9.70;181.50;4.66;0.72 -5184;4;1802.00;10.60;309.00;1.57;0.60 -5185;4;3524.50;11.50;366.50;1.15;0.88 -5186;4;2050.00;10.90;521.50;1.63;0.40 -5187;4;5082.00;10.50;22.50;2.46;0.34 -5188;4;1753.50;10.00;665.00;2.22;0.90 -5189;4;3088.50;12.20;201.50;4.55;0.90 -5190;4;1584.00;13.95;737.00;3.54;0.64 -5191;4;1705.00;10.55;337.50;1.93;0.38 -5192;4;1731.00;20.52;428.00;0.98;0.56 -5193;4;4422.50;18.30;1203.50;4.48;0.36 -5194;4;2131.50;10.80;642.00;-1.05;0.74 -5195;4;5495.50;10.20;62.50;3.33;0.46 -5196;4;3398.00;12.32;613.00;2.03;0.76 -5197;4;4858.00;9.80;194.50;1.75;0.80 -5198;4;5075.00;10.72;274.00;1.29;0.82 -5199;4;3262.00;12.97;404.00;1.35;0.56 -5200;4;1907.50;9.70;533.50;4.08;0.68 -5201;4;1736.50;9.75;61.00;1.46;0.32 -5202;4;1670.00;21.20;630.00;1.89;0.70 -5203;4;3124.00;12.00;224.50;2.84;0.24 -5204;4;2099.00;10.65;723.50;4.24;0.80 -5205;4;739.50;9.50;830.50;-0.72;0.38 -5206;4;4971.00;10.30;346.00;4.48;0.88 -5207;4;4826.00;10.20;414.50;1.26;0.66 -5208;4;2055.00;10.75;644.50;4.65;1.16 -5209;4;1740.00;9.60;44.50;4.46;0.40 -5210;4;3411.50;11.10;596.50;-1.49;0.74 -5211;4;4983.50;10.20;160.50;4.05;0.46 -5212;4;3339.50;10.30;261.00;4.29;0.70 -5213;4;1871.50;10.30;408.00;1.17;0.90 -5214;4;1867.00;9.80;881.50;0.75;1.18 -5215;4;1721.50;9.70;46.50;1.14;0.58 -5216;4;1701.00;10.10;743.50;4.24;1.10 -5217;4;3227.50;12.40;257.00;-1.31;0.86 -5218;4;2131.00;10.82;711.00;4.71;0.76 -5219;4;1779.00;10.90;290.00;2.62;0.46 -5220;4;2102.50;9.70;829.00;2.00;0.72 -5221;4;3315.00;12.52;438.00;1.40;1.04 -5222;4;3561.50;11.00;417.00;-1.23;0.88 -5223;4;2143.50;12.40;615.00;1.15;0.60 -5224;4;3381.00;12.80;581.50;3.77;0.68 -5225;4;4961.50;10.50;163.00;-0.94;0.54 -5226;4;4598.00;12.25;670.50;4.24;0.44 -5227;4;5102.50;10.20;245.00;2.20;0.46 -5228;4;1700.00;10.00;401.00;3.73;0.42 -5229;4;1786.00;19.05;517.00;4.71;0.64 -5230;4;1740.29;21.70;601.77;-1.23;0.48 -5231;4;3189.50;12.60;174.50;4.23;0.92 -5232;4;1849.00;9.70;757.50;4.24;1.42 -5233;4;2728.50;9.50;1398.50;-0.84;0.78 -5234;4;2462.00;9.50;1482.00;4.03;1.06 -5235;4;1919.00;9.50;1327.50;-1.48;1.26 -5237;4;1076.00;9.50;1127.50;2.24;1.06 -5238;4;4846.00;9.50;535.00;0.18;1.18 -5239;4;647.00;9.50;965.00;-0.59;1.38 -5240;4;5080.00;10.52;22.00;0.51;1.48 -5241;4;5202.50;9.50;1129.00;4.71;1.12 -5242;4;4825.50;9.50;742.00;4.07;1.02 -5243;4;5079.50;9.50;1579.00;-1.42;1.16 -5244;4;4472.50;9.50;960.50;-1.00;1.40 -5245;4;3968.00;9.50;279.50;4.24;0.86 -5246;4;3565.00;9.50;692.00;1.96;1.30 -5247;4;3472.00;9.50;287.50;0.99;1.30 -5248;4;2780.50;9.50;603.50;-1.15;1.08 -5249;4;2494.50;9.50;212.00;-0.89;1.00 -5250;4;2434.00;9.50;1172.00;1.78;1.24 -5251;4;2081.00;9.50;1364.00;2.07;1.00 -5252;4;1680.50;9.50;580.00;1.88;1.06 -5253;4;654.50;9.50;284.00;4.66;0.86 -5254;4;224.00;9.50;860.00;4.46;1.26 -5255;4;927.50;9.50;1081.50;4.43;1.40 -5256;4;1183.00;9.50;921.50;4.24;1.32 -5257;4;881.00;9.50;1715.50;0.87;1.38 -5258;4;2677.00;9.50;1409.00;1.84;0.80 -5259;4;2420.00;9.50;1657.00;3.22;1.44 -5260;4;1910.00;9.50;1238.50;4.19;1.40 -5261;4;43.50;9.50;1236.50;4.68;1.22 -5262;4;1238.00;9.50;1071.00;2.00;1.24 -5263;4;4822.50;9.50;448.50;-1.16;1.04 -5265;4;5137.00;9.50;27.50;3.83;0.78 -5266;4;5253.00;9.50;1172.00;0.24;1.20 -5267;4;4820.00;9.50;691.50;4.17;1.04 -5268;4;5050.50;9.50;1631.50;4.67;1.20 -5269;4;4546.00;9.50;965.50;-0.87;1.42 -5270;4;3969.50;9.50;238.00;1.41;1.04 -5271;4;3581.00;9.50;609.00;4.62;1.04 -5272;4;3476.00;9.50;231.00;4.17;1.14 -5273;4;2826.00;9.50;538.50;1.35;1.14 -5274;4;2573.50;9.50;261.00;1.65;0.98 -5275;4;2414.50;9.50;1216.50;1.48;1.10 -5276;4;2070.50;9.50;1412.00;2.77;0.92 -5277;4;1664.00;9.50;517.50;-1.05;1.22 -5278;4;652.00;9.50;309.00;1.52;1.06 -5279;4;169.50;9.50;947.00;1.63;1.08 -5280;4;903.50;9.50;1054.50;2.14;1.26 -5281;4;1260.00;9.50;962.00;1.10;1.08 -5282;4;850.50;9.50;1706.50;1.45;0.94 -5283;4;3026.00;14.77;1497.00;2.35;0.20 -5284;4;2635.00;9.50;1364.00;4.61;0.80 -5285;4;1598.50;9.50;56.50;4.32;0.84 -5286;4;2456.50;9.50;1758.00;4.60;1.32 -5287;4;1994.00;9.50;1231.00;2.07;1.06 -5288;4;10.00;9.50;1169.50;2.59;0.30 -5289;4;1319.50;9.50;1048.50;2.26;1.16 -5290;4;4879.50;9.50;561.00;1.19;0.98 -5291;4;2892.50;11.35;1496.00;-0.64;0.22 -5292;4;5178.00;9.50;47.50;-1.44;1.08 -5293;4;5267.00;9.50;1147.00;3.84;1.22 -5294;4;4774.00;9.50;669.00;-0.92;1.16 -5295;4;5023.00;9.50;1630.50;1.68;1.14 -5296;4;4591.50;9.50;963.00;4.16;1.30 -5297;4;3992.50;9.50;194.00;1.50;1.02 -5298;4;3526.00;9.50;661.00;2.11;1.10 -5299;4;3417.00;9.50;345.50;2.21;1.40 -5300;4;2785.00;9.50;519.00;2.21;0.84 -5301;4;2518.50;9.50;265.00;1.38;0.96 -5302;4;2385.50;9.50;1152.00;2.43;1.20 -5303;4;2023.00;9.50;1449.00;-0.74;1.10 -5304;4;1688.00;9.50;478.50;1.91;1.20 -5305;4;695.00;9.50;304.00;4.51;1.06 -5306;4;115.50;9.50;917.50;1.24;1.28 -5307;4;925.00;9.50;1010.00;1.95;1.28 -5308;4;1265.50;9.50;912.50;1.18;1.02 -5309;4;769.00;9.50;1698.50;3.95;1.04 -5310;4;4154.50;14.70;1090.50;4.42;0.42 -5311;4;2627.00;9.50;1327.00;4.31;0.78 -5312;4;2524.00;9.50;1800.00;2.06;1.50 -5313;4;2045.50;9.50;1349.50;2.14;1.18 -5314;4;155.00;9.50;1195.50;4.61;0.94 -5315;4;1411.00;9.50;989.00;1.66;1.24 -5316;4;4961.00;9.50;482.50;1.70;1.38 -5317;4;1786.00;12.15;937.00;2.07;1.06 -5318;4;5142.50;9.50;130.00;-1.49;1.16 -5319;4;5327.00;9.50;1186.00;1.63;0.98 -5320;4;4840.00;11.20;599.50;-1.32;1.00 -5321;4;4984.00;9.50;1606.00;1.05;1.10 -5322;4;4681.00;9.50;1048.00;0.89;0.94 -5323;4;3992.00;9.50;232.50;4.37;0.98 -5324;4;3495.50;9.50;607.00;3.74;0.88 -5325;4;3402.00;9.50;287.00;4.29;0.98 -5326;4;2793.00;9.50;477.00;2.24;0.94 -5327;4;2502.00;9.50;310.00;1.44;1.26 -5328;4;2337.00;9.50;1138.00;1.63;1.40 -5329;4;1971.50;9.50;1516.00;4.28;1.38 -5330;4;1654.50;9.50;423.50;4.68;1.26 -5331;4;766.50;9.50;315.00;1.72;1.02 -5332;4;26.00;9.50;898.00;1.57;0.78 -5333;4;995.50;9.50;1000.50;4.17;1.24 -5334;4;1283.00;9.50;945.50;3.95;1.26 -5335;4;831.00;9.50;1659.50;-1.06;1.32 -5336;4;2652.00;9.50;1293.00;1.39;0.86 -5337;4;2342.00;9.50;1985.00;1.46;1.44 -5338;4;1903.00;9.50;1427.00;4.63;0.82 -5339;4;350.00;9.50;1035.00;1.89;0.98 -5340;4;4950.50;9.50;431.50;1.63;0.76 -5341;4;5178.50;9.50;218.00;-1.49;1.04 -5342;4;5348.00;9.50;1138.50;0.94;1.30 -5343;4;4713.50;9.50;625.50;-0.69;1.74 -5344;4;4929.00;9.50;1624.50;4.62;0.54 -5345;4;4666.50;9.50;1019.00;2.01;0.94 -5346;4;4068.50;9.50;227.50;2.35;0.94 -5347;4;3457.00;9.50;616.00;-1.40;1.26 -5348;4;3391.50;9.50;248.50;1.97;1.34 -5349;4;2818.00;9.50;444.00;-1.10;0.86 -5350;4;2463.50;9.50;365.50;4.23;0.90 -5351;4;2313.00;9.50;1088.50;1.23;1.20 -5352;4;1980.00;9.50;1476.00;3.05;1.22 -5353;4;1647.50;9.50;307.50;-0.68;1.26 -5354;4;739.50;9.50;346.00;1.42;1.06 -5355;4;44.00;9.50;949.50;1.48;1.04 -5356;4;23.00;9.50;1881.00;1.69;0.66 -5357;4;1000.50;9.50;940.50;4.23;1.26 -5358;4;1310.00;9.50;883.50;-1.54;0.94 -5359;4;770.50;9.50;1653.50;4.40;0.82 -5360;4;2674.00;9.50;1240.00;2.44;0.80 -5361;4;2201.50;9.50;1960.50;-1.51;1.38 -5362;4;2037.00;9.50;1404.00;1.89;1.02 -5363;4;592.00;9.50;976.00;-0.85;1.18 -5364;4;5050.00;9.50;501.00;4.10;1.46 -5365;4;5170.50;9.50;259.50;-1.04;1.32 -5366;4;4761.00;9.50;569.50;1.72;0.84 -5367;4;4681.55;9.50;999.83;4.46;1.12 -5368;4;4020.50;9.50;195.00;-1.42;1.02 -5369;4;3464.50;9.50;578.50;1.79;0.84 -5370;4;3329.50;9.50;220.00;4.19;1.22 -5371;4;2794.00;9.50;419.00;1.32;1.08 -5372;4;2520.50;9.50;352.00;4.47;1.12 -5373;4;2230.50;9.50;1120.50;4.51;1.28 -5374;4;1911.50;9.50;1460.00;-0.87;1.20 -5375;4;1653.50;9.50;235.00;4.71;0.80 -5376;4;657.00;9.50;340.00;3.99;0.84 -5377;4;88.00;9.50;985.00;2.03;1.26 -5378;4;45.00;9.50;1880.00;4.57;0.92 -5379;4;970.50;9.50;969.00;2.33;1.28 -5380;4;1364.00;9.50;929.00;1.42;0.94 -5381;4;816.50;9.50;1573.50;4.62;1.16 -5382;4;2698.50;9.50;1256.50;1.61;0.62 -5383;4;3586.00;9.50;860.00;1.95;0.98 -5384;4;1926.50;9.50;1536.00;3.10;1.06 -5385;4;740.00;9.50;1085.50;1.60;1.02 -5386;4;5552.00;9.50;85.00;4.66;1.76 -5387;4;5080.00;9.50;429.50;4.13;1.18 -5388;4;3350.00;9.50;1102.00;1.47;1.04 -5389;4;5228.50;9.50;307.50;1.47;0.92 -5390;4;4818.00;9.50;585.00;1.63;1.30 -5391;4;4968.00;9.50;1652.00;2.15;0.64 -5392;4;4644.00;9.50;920.50;1.72;1.02 -5393;4;4113.00;9.50;196.50;2.48;1.10 -5394;4;3453.50;9.50;525.50;1.09;1.16 -5395;4;3294.50;9.50;145.50;-1.16;1.38 -5396;4;2838.00;9.50;401.00;1.75;1.06 -5397;4;2643.50;9.50;346.00;1.88;1.12 -5398;4;2197.50;9.50;1175.00;4.49;1.20 -5399;4;1988.50;9.50;1379.00;1.50;1.06 -5400;4;1604.50;9.50;219.00;4.32;1.42 -5401;4;624.50;9.50;395.50;2.19;1.32 -5402;4;117.50;9.50;1010.00;4.21;1.12 -5404;4;885.50;9.50;960.50;4.58;1.30 -5405;4;1396.00;9.50;895.00;2.63;0.92 -5406;4;788.50;9.50;1570.00;2.01;1.20 -5407;4;2742.00;9.50;1242.00;0.78;0.58 -5408;4;2170.00;9.50;1845.00;1.62;1.24 -5409;4;1851.00;9.50;1436.00;4.46;0.96 -5410;4;979.50;9.50;1042.50;2.13;1.46 -5411;4;5114.50;9.50;383.00;4.38;1.32 -5412;4;3260.50;9.50;1341.50;0.06;0.66 -5413;4;5308.00;9.50;303.00;1.96;1.08 -5414;4;4725.50;9.50;514.50;-1.04;1.22 -5415;4;5134.50;9.50;1712.50;2.11;0.74 -5416;4;4606.50;9.50;900.00;1.66;1.00 -5417;4;4134.00;9.50;170.00;3.99;1.00 -5418;4;3485.50;9.50;558.00;4.23;1.02 -5419;4;3357.50;9.50;157.50;2.76;0.94 -5420;4;2793.00;9.50;384.50;2.09;1.08 -5421;4;2617.00;9.50;400.50;4.15;1.06 -5422;4;2253.50;9.50;1160.00;4.14;1.20 -5423;4;1960.00;9.50;1421.50;4.62;1.02 -5424;4;1641.00;9.50;176.50;-1.00;1.20 -5425;4;561.50;9.50;337.00;4.71;1.34 -5426;4;86.50;9.50;1034.00;1.65;0.98 -5427;4;4868.00;10.07;1421.00;4.39;0.26 -5428;4;870.50;9.50;925.00;4.34;1.28 -5429;4;1344.00;9.50;850.00;3.23;0.82 -5430;4;877.00;9.50;1490.00;1.35;0.64 -5431;4;2800.00;9.50;1255.50;0.58;0.78 -5432;4;2216.50;9.50;1877.00;-1.02;1.50 -5433;4;1764.00;9.50;1430.50;1.80;0.88 -5434;4;976.50;9.50;879.50;3.55;1.22 -5435;4;5244.50;9.50;263.00;1.15;1.52 -5436;4;1591.50;9.50;971.50;2.85;0.40 -5437;4;5284.50;9.50;257.00;4.71;1.00 -5438;4;4775.50;9.50;504.00;-1.28;0.82 -5439;4;5087.00;9.50;1689.00;1.93;1.18 -5440;4;4582.00;9.50;860.50;4.24;0.92 -5441;4;4761.00;9.50;97.00;-1.36;0.86 -5442;4;3537.00;9.50;562.00;4.62;1.02 -5443;4;3270.00;9.50;112.00;4.39;1.24 -5444;4;2862.50;9.50;350.00;0.98;0.74 -5445;4;2572.50;9.50;374.50;4.39;0.90 -5446;4;2194.00;9.50;1139.00;2.41;1.04 -5447;4;1899.00;9.50;1394.50;4.20;1.16 -5448;4;1642.50;9.50;145.00;1.72;1.00 -5449;4;535.00;9.50;305.00;4.28;1.02 -5450;4;10.00;9.50;1004.50;4.13;0.88 -5451;4;875.00;9.50;888.00;2.87;1.42 -5452;4;1410.00;9.50;817.50;1.08;1.48 -5453;4;785.00;9.50;1462.50;4.58;1.02 -5454;4;2809.00;9.50;1301.00;-1.03;0.84 -5455;4;2336.50;9.50;1877.50;1.69;1.04 -5456;4;1771.50;9.50;1363.50;4.32;0.90 -5457;4;829.50;9.50;981.00;4.49;1.02 -5458;4;5197.00;9.50;15.00;3.38;0.46 -5459;4;5168.00;9.50;178.50;4.48;1.06 -5460;4;5515.50;9.50;289.50;1.83;1.02 -5461;4;5564.00;9.50;1657.00;3.24;1.24 -5462;4;4810.50;9.50;547.00;1.65;0.94 -5463;4;4673.50;9.50;881.00;1.17;0.82 -5464;4;4077.50;9.50;183.50;2.09;0.92 -5465;4;4715.00;9.50;45.50;1.52;0.88 -5466;4;3543.00;9.50;515.50;4.53;1.08 -5467;4;3288.00;9.50;63.00;4.31;1.20 -5468;4;2786.50;9.50;328.50;1.97;1.20 -5469;4;2637.00;9.50;442.50;2.00;0.92 -5471;4;2152.00;9.50;1190.00;4.24;0.98 -5472;4;1711.00;9.50;1326.50;1.90;0.98 -5473;4;1658.00;9.50;102.50;-1.38;0.98 -5474;4;562.50;9.50;390.00;1.86;1.22 -5475;4;6.50;9.50;1060.00;3.89;0.64 -5476;4;944.00;9.50;860.00;1.79;1.30 -5477;4;1359.50;9.50;798.00;2.05;1.16 -5478;4;760.50;9.50;1509.00;4.07;0.98 -5479;4;2864.50;9.50;1275.00;0.81;0.94 -5480;4;2340.50;9.50;1808.50;3.92;1.26 -5481;4;1734.00;9.50;1261.50;2.39;0.88 -5482;4;775.00;9.50;850.00;4.59;1.04 -5483;4;5419.00;9.50;75.00;4.58;1.18 -5484;4;5130.50;9.50;87.50;4.60;1.22 -5485;4;5449.50;9.50;254.50;1.72;1.22 -5486;4;5601.00;9.50;1650.50;4.16;0.86 -5487;4;4836.00;9.50;499.00;1.57;1.02 -5488;4;5210.00;9.50;1510.00;-1.24;0.92 -5489;4;4624.00;9.50;852.50;4.21;1.10 -5490;4;4108.00;9.50;152.00;1.92;1.02 -5491;4;4770.50;9.50;142.50;4.21;1.00 -5492;4;3591.50;9.50;493.00;-1.21;1.08 -5493;4;3261.50;9.50;73.00;1.23;1.24 -5494;4;2835.50;9.50;305.00;1.87;0.94 -5495;4;2576.50;9.50;480.00;3.19;1.00 -5497;4;2125.00;9.50;1085.50;4.67;1.12 -5498;4;1833.50;9.50;1403.00;4.02;0.86 -5499;4;1634.50;9.50;98.50;1.73;0.94 -5500;4;534.50;9.50;335.50;1.69;1.06 -5501;4;51.50;9.50;1077.00;4.35;0.96 -5502;4;972.50;9.50;904.00;1.43;0.88 -5503;4;1318.00;9.50;837.00;1.86;0.98 -5504;4;876.50;9.50;1460.50;1.38;0.98 -5505;4;2880.00;9.50;1363.00;1.67;1.00 -5506;4;2321.50;9.50;1667.00;1.30;1.14 -5507;4;1804.00;9.50;1143.50;1.39;1.54 -5508;4;615.50;9.50;932.00;1.90;1.42 -5509;4;5243.00;9.50;131.00;3.92;1.26 -5510;4;4985.00;9.50;76.00;4.14;1.02 -5511;4;5473.00;9.50;199.00;4.24;1.16 -5512;4;5575.00;9.50;1694.00;1.91;1.28 -5513;4;4858.00;9.50;484.00;-1.19;1.06 -5514;4;5060.00;9.50;1715.00;4.57;0.44 -5515;4;4716.50;9.70;567.50;1.83;1.12 -5516;4;4145.50;9.50;123.00;1.82;1.10 -5517;4;4738.50;9.50;73.50;3.92;0.62 -5518;4;3563.50;9.50;465.00;2.01;0.96 -5519;4;3267.50;9.50;41.00;2.01;1.06 -5520;4;2868.50;9.50;312.50;1.76;0.80 -5521;4;2591.00;9.50;426.50;2.07;1.02 -5522;4;1985.00;9.50;84.50;2.06;1.02 -5523;4;2129.00;9.50;1019.50;-0.94;1.22 -5524;4;1792.50;9.50;1437.50;-1.31;0.94 -5525;4;1580.00;9.50;86.00;2.11;1.24 -5526;4;484.50;9.50;346.00;2.67;1.26 -5527;4;156.50;9.50;1044.00;1.34;1.22 -5528;4;1044.00;9.50;883.00;1.64;1.34 -5529;4;1250.50;9.50;829.50;3.92;1.14 -5530;4;845.00;9.50;1421.00;-1.51;1.22 -5531;4;2902.00;9.50;1273.50;0.92;0.88 -5532;4;2440.00;9.50;1514.00;2.29;1.04 -5533;4;1849.50;9.50;1087.00;0.18;1.12 -5534;4;351.50;9.50;832.00;4.23;1.32 -5535;4;5384.00;9.50;219.50;1.36;1.14 -5536;4;4893.50;9.50;114.50;4.39;1.10 -5537;4;5441.50;9.50;228.00;3.96;1.18 -5538;4;4897.00;9.50;475.50;-0.82;0.86 -5539;4;4441.50;9.50;668.00;0.62;0.92 -5540;4;4015.00;9.50;160.00;1.30;1.08 -5541;4;4837.00;9.50;95.00;1.41;1.00 -5542;4;3587.00;9.50;464.00;4.14;0.98 -5543;4;3415.00;9.50;208.50;4.67;1.12 -5544;4;2849.50;9.50;273.00;3.89;0.80 -5545;4;2517.00;9.50;394.50;-1.54;1.26 -5546;4;1973.50;9.50;28.50;1.49;1.08 -5547;4;2168.00;9.50;975.00;4.36;1.30 -5548;4;1801.00;9.50;1397.50;1.61;0.86 -5549;4;1594.50;9.50;140.50;1.76;1.14 -5550;4;458.50;9.50;204.50;-1.44;1.18 -5551;4;136.50;9.50;1096.50;4.39;1.32 -5552;4;771.00;9.50;997.00;4.65;1.00 -5553;4;1231.50;9.50;794.00;0.80;1.22 -5554;4;975.00;9.50;1377.00;1.69;1.28 -5555;4;2946.00;9.50;1381.00;0.67;0.86 -5556;4;2268.00;9.50;1369.50;1.83;0.84 -5557;4;1754.00;9.50;1122.50;4.20;1.00 -5558;4;347.50;9.50;911.50;0.99;1.18 -5559;4;5380.00;9.50;283.00;2.03;1.08 -5560;4;4807.50;9.50;144.00;4.62;1.02 -5561;4;5612.00;9.50;99.50;-1.17;0.88 -5562;4;5422.50;9.50;1401.00;1.72;1.14 -5563;4;5004.50;9.50;476.50;1.04;1.30 -5564;4;4457.50;9.50;694.00;4.71;1.04 -5565;4;4061.00;9.50;142.50;1.46;0.98 -5566;4;4693.00;9.50;18.50;2.48;0.52 -5567;4;3597.00;9.50;410.00;-1.46;0.86 -5568;4;3473.50;9.50;196.00;2.67;1.04 -5569;4;2827.00;9.50;249.00;1.32;0.88 -5570;4;2551.00;9.50;458.00;2.41;0.98 -5571;4;2213.00;9.50;981.00;3.97;1.04 -5572;4;1749.50;9.50;1390.00;1.71;0.90 -5573;4;1524.00;9.50;118.50;4.67;1.32 -5574;4;544.50;9.50;236.00;1.57;0.96 -5575;4;191.50;9.50;1060.50;4.39;0.98 -5576;4;810.00;9.50;943.00;4.50;1.20 -5577;4;1277.00;9.50;793.50;4.21;1.16 -5578;4;999.00;9.50;1328.50;1.45;1.50 -5579;4;2962.00;9.50;1356.00;1.35;0.84 -5580;4;2221.50;9.50;1267.50;2.54;1.42 -5581;4;1722.50;9.50;1194.00;-0.10;1.44 -5582;4;302.50;9.50;1014.50;2.47;1.34 -5583;4;5226.50;9.50;390.00;2.07;1.14 -5584;4;4635.00;9.50;165.50;1.30;1.00 -5585;4;5620.50;9.50;156.00;1.84;0.94 -5586;4;5166.50;9.50;1368.50;-1.20;1.20 -5587;4;5097.50;9.50;471.00;4.40;1.26 -5588;4;5024.50;9.50;1663.00;1.03;1.10 -5589;4;4461.00;9.50;656.00;4.48;0.86 -5590;4;4047.00;9.50;99.50;4.11;0.90 -5591;4;4780.00;9.50;63.50;4.37;0.90 -5592;4;3659.50;9.50;408.50;1.80;0.92 -5593;4;3443.50;9.50;156.00;4.23;1.08 -5594;4;2873.00;9.50;227.50;2.27;0.96 -5595;4;2690.50;9.50;188.50;4.66;0.98 -5596;4;1883.00;9.50;34.00;2.91;0.86 -5597;4;2230.50;9.50;1025.50;1.52;0.92 -5598;4;1716.00;9.50;1366.50;2.19;0.84 -5599;4;1522.50;9.50;172.00;1.57;1.26 -5600;4;513.50;9.50;275.00;4.47;0.86 -5601;4;279.50;9.50;1059.50;1.75;1.14 -5602;4;856.00;9.50;1025.50;1.80;1.02 -5603;4;1332.00;9.50;751.50;1.48;1.18 -5604;4;1006.50;9.50;1285.00;-1.43;1.40 -5605;4;2965.00;9.50;1288.50;1.81;0.86 -5606;4;2372.50;9.50;1091.00;1.50;1.18 -5607;4;1690.50;9.50;1135.00;4.56;1.54 -5608;4;53.00;9.50;920.00;3.38;1.12 -5609;4;5408.50;9.50;362.00;4.55;1.08 -5610;4;4564.00;9.50;223.50;4.29;1.12 -5611;4;5617.50;9.50;198.00;1.71;1.20 -5612;4;5222.50;9.50;1439.50;2.31;1.04 -5613;4;5054.00;9.50;445.00;1.10;0.98 -5614;4;5136.50;9.50;1438.50;0.84;1.26 -5615;4;4443.00;9.50;619.50;-0.20;0.82 -5616;4;4102.50;9.50;107.00;1.96;1.14 -5617;4;4796.50;9.50;29.00;2.89;0.82 -5618;4;3652.00;9.50;501.50;1.72;0.82 -5619;4;3400.00;9.50;177.50;4.08;1.12 -5620;4;2835.50;9.50;209.00;2.01;1.10 -5621;4;2783.50;9.50;236.00;1.85;1.06 -5622;4;1841.50;9.50;31.00;3.19;0.92 -5623;4;2175.00;9.50;1027.00;4.39;0.92 -5624;4;1630.00;9.50;1387.00;-1.44;0.72 -5625;4;1547.00;9.50;230.00;2.41;1.20 -5626;4;455.00;9.50;287.50;4.52;1.10 -5627;4;326.50;9.50;1075.50;1.78;1.08 -5628;4;848.00;9.50;1080.00;2.11;1.06 -5629;4;1307.50;9.50;709.00;1.57;1.04 -5630;4;1092.00;9.50;1293.00;1.07;1.26 -5631;4;3004.50;9.50;1208.00;1.16;0.88 -5632;4;2377.50;9.50;903.50;1.93;1.18 -5633;4;1596.00;9.50;1139.50;4.06;1.58 -5634;4;202.00;9.50;905.00;1.66;0.96 -5635;4;5528.50;9.70;232.50;1.00;1.16 -5636;4;4630.00;9.50;402.00;3.56;0.98 -5637;4;5504.00;9.50;147.00;-1.13;1.68 -5638;4;5271.00;9.50;1023.00;-1.41;1.28 -5639;4;5084.00;9.50;395.50;1.10;0.94 -5640;4;5136.00;9.50;1401.50;1.97;1.26 -5641;4;4497.00;9.50;610.00;-0.78;1.20 -5642;4;4074.50;9.50;63.50;3.81;1.16 -5643;4;4739.00;9.50;41.00;4.41;0.72 -5644;4;3699.50;9.50;505.50;1.76;0.84 -5645;4;3199.50;9.50;38.50;3.50;0.78 -5646;4;2837.50;9.50;99.50;-1.53;0.90 -5647;4;2788.00;9.50;275.00;1.19;1.06 -5648;4;2035.50;9.50;1071.50;-1.53;1.20 -5649;4;1638.00;9.50;1306.50;4.66;0.84 -5650;4;1630.50;9.50;270.50;1.68;1.36 -5651;4;456.50;9.50;121.00;1.49;1.42 -5652;4;353.00;9.50;1118.00;4.36;1.18 -5653;4;710.50;9.50;1042.00;4.49;0.92 -5654;4;1214.50;9.50;700.50;4.67;0.98 -5655;4;1077.00;9.50;1200.00;-1.15;1.26 -5656;4;2968.00;9.50;1333.00;-1.14;1.00 -5657;4;2409.00;9.50;827.50;1.60;1.06 -5658;4;1649.50;9.50;1173.00;0.82;0.58 -5659;4;267.50;9.50;798.50;2.12;1.16 -5660;4;5402.00;9.50;403.50;1.75;0.90 -5661;4;4540.00;9.50;407.00;4.62;0.94 -5662;4;5572.50;9.50;272.00;4.66;1.16 -5663;4;5324.50;9.50;1091.50;2.05;1.24 -5664;4;4964.50;9.50;1205.00;-1.28;1.34 -5665;4;5347.50;9.50;1478.50;1.72;0.98 -5666;4;4555.50;9.50;556.00;-0.43;1.00 -5667;4;4145.00;9.50;69.00;1.42;0.96 -5669;4;3742.00;9.50;506.50;2.11;0.82 -5670;4;3373.00;9.50;129.00;4.09;1.00 -5671;4;2842.50;9.50;151.00;1.96;1.04 -5672;4;2715.50;9.50;239.00;4.48;0.80 -5673;4;2053.00;9.50;1131.00;2.07;1.10 -5674;4;1641.50;9.50;1269.50;4.57;0.92 -5675;4;1578.00;9.50;259.00;1.42;1.32 -5676;4;456.50;9.50;177.50;2.22;1.10 -5677;4;196.00;9.50;1101.00;-1.43;1.16 -5678;4;797.00;9.50;1036.00;1.13;0.94 -5679;4;1262.50;9.50;748.50;1.53;1.24 -5680;4;1136.50;9.50;1224.00;3.64;0.82 -5681;4;3051.00;9.50;1288.50;1.40;0.80 -5682;4;2332.50;9.50;777.50;1.72;1.22 -5683;4;1593.00;9.50;1087.50;1.17;1.16 -5684;4;479.50;9.50;589.50;4.67;1.06 -5685;4;5599.00;9.50;429.00;3.40;1.38 -5686;4;4420.50;9.50;470.50;4.67;1.00 -5687;4;3407.00;9.50;1859.00;-0.70;0.84 -5688;4;5551.50;9.50;319.50;3.81;1.32 -5689;4;5367.50;9.50;1056.50;1.74;1.24 -5690;4;5043.00;9.50;1181.50;1.24;1.18 -5691;4;5283.50;9.50;1467.00;1.88;1.10 -5692;4;4318.50;9.50;892.50;1.31;1.00 -5693;4;4106.00;9.50;34.00;2.62;1.00 -5694;4;4869.00;9.50;169.00;2.03;0.64 -5695;4;3667.00;9.50;470.50;3.95;0.94 -5696;4;3440.50;9.50;129.50;2.20;0.98 -5697;4;2775.50;9.50;174.50;-1.52;0.98 -5698;4;2677.50;9.50;248.00;4.26;0.92 -5699;4;2042.00;9.50;1169.00;0.66;0.98 -5700;4;1612.00;9.50;1223.00;-0.71;1.08 -5701;4;1566.00;9.50;365.50;2.63;1.40 -5702;4;425.50;9.50;199.00;1.75;1.12 -5703;4;168.50;9.50;1145.00;1.57;1.18 -5704;4;787.50;9.50;1093.50;2.69;0.92 -5705;4;1187.00;9.50;695.50;1.94;1.18 -5706;4;1171.00;9.50;1168.50;1.54;0.94 -5707;4;3050.00;9.50;1254.00;-1.35;1.36 -5708;4;2381.50;9.50;630.00;4.63;1.06 -5709;4;1546.50;9.50;1083.00;1.75;1.54 -5710;4;610.50;9.50;586.00;1.98;1.14 -5711;4;5569.50;9.50;214.00;-0.85;1.46 -5712;4;4541.50;9.50;225.50;1.76;1.04 -5713;4;3477.50;9.50;1940.00;1.64;1.44 -5714;4;5621.00;9.50;340.00;2.44;0.96 -5715;4;5420.50;9.50;1088.00;1.62;1.04 -5716;4;5012.00;9.50;1237.50;-1.47;1.02 -5717;4;5276.50;9.50;1498.50;1.54;1.28 -5718;4;4333.50;9.50;854.50;1.04;0.94 -5719;4;4141.50;9.50;38.50;3.39;1.22 -5720;4;4891.00;9.50;156.00;4.15;0.74 -5721;4;3730.50;9.50;464.00;1.33;0.98 -5722;4;3442.00;9.50;88.00;4.34;0.92 -5723;4;2765.50;9.50;140.00;2.38;1.24 -5724;4;2715.00;9.50;291.50;4.46;0.82 -5725;4;2011.00;9.50;1120.50;2.14;1.30 -5726;4;1868.00;9.50;1484.00;3.14;1.10 -5727;4;1542.00;9.50;301.50;1.46;1.24 -5728;4;429.00;9.50;247.00;2.09;1.20 -5729;4;204.00;9.50;1167.50;3.74;1.34 -5730;4;825.50;9.50;1130.00;1.88;1.16 -5731;4;1106.50;9.50;689.50;-1.38;1.26 -5732;4;1168.00;9.50;1103.50;4.15;1.14 -5733;4;3046.50;9.50;1189.00;0.07;1.16 -5734;4;2491.50;9.50;699.50;4.23;0.74 -5735;4;1522.00;9.50;1189.50;-0.89;1.46 -5736;4;4190.50;12.90;1333.00;4.37;0.64 -5737;4;641.00;9.50;619.50;3.83;1.52 -5738;4;3867.00;9.50;37.50;2.80;1.18 -5739;4;4595.00;9.50;97.00;1.93;0.90 -5740;4;3559.00;9.50;1999.00;2.00;2.04 -5741;4;5414.50;9.50;298.50;-0.72;1.22 -5742;4;5428.00;9.50;1119.00;-1.35;1.22 -5743;4;5081.00;9.50;1212.00;1.86;1.16 -5744;4;5348.50;9.50;1506.00;1.19;0.90 -5745;4;4335.50;9.50;814.00;1.80;0.74 -5746;4;4853.00;9.50;131.50;4.42;1.04 -5747;4;3743.00;9.50;430.00;1.95;0.98 -5748;4;3419.00;9.50;46.00;4.62;1.16 -5749;4;2789.00;9.50;117.00;4.24;1.06 -5750;4;2672.50;9.50;297.50;-1.52;0.96 -5751;4;1913.50;9.50;1193.50;4.18;1.28 -5752;4;1857.50;9.50;1527.50;4.43;1.16 -5753;4;1575.50;9.50;391.00;4.71;1.30 -5754;4;337.50;9.50;234.50;4.62;1.00 -5755;4;278.50;9.50;1116.50;2.02;1.22 -5756;4;670.00;9.50;1103.50;2.39;0.78 -5757;4;1105.00;9.50;757.50;3.22;1.22 -5758;4;1164.50;9.50;1056.00;4.56;0.90 -5759;4;3095.50;9.50;1216.50;2.42;0.90 -5760;4;2634.50;9.50;686.50;2.05;0.78 -5761;4;1570.50;9.50;1156.50;2.08;1.02 -5762;4;798.00;9.50;799.50;4.33;1.28 -5763;4;5370.00;9.50;555.00;2.79;0.88 -5764;4;4674.00;9.50;42.00;1.57;0.82 -5765;4;3343.50;9.50;1981.50;0.88;1.10 -5766;4;5455.50;9.50;339.50;4.15;0.98 -5767;4;5461.50;9.50;1220.50;1.89;1.38 -5768;4;5104.50;9.50;1260.50;1.66;1.12 -5769;4;5341.50;9.50;1567.50;4.41;1.02 -5770;4;4301.00;9.50;843.00;0.96;1.04 -5771;4;4950.50;9.50;127.00;3.22;1.08 -5772;4;3760.00;9.50;389.00;1.89;1.04 -5774;4;2826.00;9.50;60.50;1.69;1.10 -5775;4;2718.50;9.50;328.00;-0.94;1.00 -5777;4;1908.50;9.50;1277.00;-1.44;1.34 -5778;4;1799.00;9.50;1522.00;-1.18;1.20 -5779;4;1621.00;9.50;449.50;2.06;1.26 -5780;4;353.00;9.50;179.50;0.97;0.94 -5781;4;307.50;9.50;1139.00;3.90;1.08 -5782;4;26.00;9.50;1976.00;2.49;0.72 -5783;4;641.00;9.50;1136.00;1.57;0.98 -5784;4;1073.50;9.50;734.00;1.90;1.24 -5785;4;1225.50;9.50;1124.00;4.29;1.26 -5786;4;3028.00;9.50;1409.00;1.41;0.82 -5787;4;2473.50;9.50;571.00;1.45;0.92 -5788;4;1497.50;9.50;1135.00;-0.80;1.22 -5789;4;1029.50;9.50;790.00;4.12;1.38 -5790;4;5363.00;9.50;465.50;1.53;1.14 -5791;4;4722.50;9.50;21.50;3.53;0.70 -5792;4;3051.50;9.50;1989.00;-1.06;1.98 -5793;4;5359.00;9.50;324.00;1.27;0.88 -5794;4;5427.50;9.50;1163.00;2.09;1.52 -5795;4;5139.50;9.50;1273.50;4.13;0.98 -5796;4;5426.00;9.50;1574.50;1.73;0.90 -5797;4;4303.00;9.50;804.50;1.94;0.76 -5798;4;4959.50;9.50;81.00;1.70;1.12 -5799;4;3755.50;9.50;452.00;4.08;1.02 -5800;4;2876.50;9.50;65.00;1.64;0.86 -5801;4;2694.50;9.50;354.50;2.14;1.08 -5802;4;1827.00;9.50;76.50;4.67;1.32 -5803;4;1988.00;9.50;1280.00;1.83;1.24 -5804;4;1736.00;9.50;1478.00;4.44;1.02 -5805;4;1486.00;9.50;394.50;4.49;1.66 -5806;4;280.50;9.50;210.00;2.93;1.20 -5807;4;285.00;9.50;1155.50;1.10;1.02 -5808;4;11.00;9.50;2006.50;3.27;0.60 -5809;4;672.50;9.50;1135.50;4.68;0.96 -5810;4;999.50;9.50;697.00;4.55;1.20 -5811;4;684.50;9.50;1062.00;2.17;1.00 -5812;4;3030.00;9.50;1379.50;-1.04;0.78 -5813;4;2555.00;9.50;612.00;-1.04;1.12 -5814;4;1440.00;9.50;1147.50;-1.46;1.14 -5815;4;1128.50;9.50;845.00;2.20;1.12 -5816;4;5248.00;9.50;440.50;1.60;1.38 -5817;4;4917.00;9.50;46.50;3.97;0.86 -5818;4;2992.00;9.50;2028.50;4.54;1.14 -5819;4;5376.50;9.50;375.00;2.60;0.94 -5820;4;5520.00;9.50;1105.00;1.67;0.90 -5821;4;5091.00;9.50;1304.50;4.42;1.08 -5822;4;5457.00;9.50;1535.50;1.65;1.00 -5823;4;4252.50;9.50;912.00;-1.26;0.86 -5824;4;4956.00;9.50;41.50;4.61;0.98 -5825;4;3759.00;9.50;474.00;-1.17;0.94 -5826;4;2846.00;9.50;29.50;4.31;0.98 -5827;4;2664.00;9.50;398.50;-1.34;1.04 -5828;4;1833.00;9.50;126.00;1.46;1.60 -5829;4;2069.00;9.50;1148.50;4.32;0.86 -5830;4;1940.50;9.50;1961.50;1.60;1.32 -5831;4;1629.50;9.50;501.50;1.93;1.00 -5832;4;303.00;9.50;252.00;1.95;1.06 -5833;4;319.00;9.50;1170.50;4.56;1.04 -5834;4;15.50;9.50;2032.50;2.07;0.58 -5835;4;760.50;9.50;1129.00;1.51;0.96 -5836;4;1002.00;9.50;642.50;4.45;1.10 -5837;4;633.50;9.50;1051.50;2.05;1.16 -5838;4;3093.00;9.50;1346.00;0.90;1.24 -5839;4;2169.00;9.50;283.50;1.60;0.96 -5840;4;1471.00;9.50;1200.50;1.52;0.96 -5841;4;1279.50;9.50;879.00;1.88;1.24 -5842;4;5201.00;9.50;533.50;2.21;1.40 -5843;4;4949.00;9.50;19.00;2.44;0.68 -5845;4;2980.50;9.50;1993.00;2.33;1.22 -5846;4;5264.00;9.50;341.50;4.01;1.28 -5847;4;2790.00;12.15;1172.50;-1.57;1.56 -5848;4;5199.00;9.50;1320.50;2.16;1.30 -5849;4;5308.50;9.50;1576.00;2.67;1.08 -5850;4;4240.50;9.50;965.00;3.89;0.98 -5851;4;3811.50;9.50;395.50;1.46;1.24 -5852;4;2810.00;9.50;23.50;3.03;0.74 -5853;4;2743.00;9.50;378.50;1.68;0.84 -5854;4;1892.00;9.50;60.00;1.73;0.66 -5855;4;2108.00;9.50;1053.00;2.00;1.02 -5856;4;1990.00;9.50;1870.50;0.67;1.32 -5857;4;1558.00;9.50;490.50;1.54;1.24 -5858;4;198.00;9.50;203.00;4.71;1.08 -5859;4;345.00;9.50;1214.00;1.86;0.90 -5860;4;39.00;9.50;1998.50;4.60;0.86 -5861;4;820.00;9.50;1164.00;1.35;1.08 -5862;4;1005.00;9.50;581.50;-1.27;0.90 -5863;4;2599.00;9.50;1384.00;3.00;1.08 -5864;4;3081.50;9.50;1314.50;-1.44;0.60 -5865;4;2857.00;9.50;624.00;1.79;0.88 -5866;4;1452.00;9.50;1248.50;-1.19;1.20 -5867;4;1198.50;9.50;764.00;3.60;1.10 -5868;4;5298.50;9.50;513.00;1.20;1.34 -5869;4;3004.00;9.50;1890.50;0.07;1.96 -5870;4;5300.00;9.50;370.00;4.71;1.32 -5871;4;5253.50;9.50;1352.50;1.68;1.24 -5872;4;5303.50;9.50;1540.00;3.20;1.04 -5873;4;4206.50;9.50;983.00;4.71;0.98 -5874;4;3892.50;9.50;756.50;2.69;0.62 -5875;4;3628.50;9.50;537.00;-0.71;1.24 -5876;4;3406.50;9.50;21.00;2.83;0.66 -5878;4;2747.00;9.50;462.00;1.57;1.04 -5879;4;1869.00;9.50;166.00;4.12;1.28 -5880;4;2131.50;9.50;1195.50;1.52;0.98 -5881;4;1916.50;9.50;2031.00;3.09;1.06 -5882;4;755.00;9.50;210.00;1.30;1.16 -5883;4;1505.50;9.50;462.50;2.26;1.08 -5884;4;118.00;9.50;200.00;4.62;1.40 -5885;4;215.00;9.50;1205.00;-1.34;1.18 -5886;4;57.50;9.50;1968.00;4.65;0.68 -5887;4;670.50;9.50;1179.00;4.64;0.96 -5888;4;1095.00;9.50;597.00;2.15;0.98 -5889;4;2529.50;9.50;1445.00;1.30;1.14 -5890;4;3085.50;9.50;1293.50;3.96;0.98 -5891;4;2916.00;9.50;539.50;2.39;0.82 -5892;4;1391.00;9.50;1237.50;4.46;0.94 -5893;4;1077.50;9.50;685.50;1.66;0.96 -5894;4;5417.00;9.50;648.00;-0.70;1.24 -5895;4;2943.50;9.50;1928.00;4.16;1.48 -5896;4;5308.00;9.50;421.00;3.64;0.98 -5897;4;5594.00;9.50;1128.50;1.53;1.32 -5898;4;5284.50;9.50;1373.00;4.23;1.36 -5899;4;5292.50;9.50;1606.50;2.56;0.56 -5900;4;4216.50;9.50;915.00;-0.88;0.76 -5901;4;3657.00;9.50;587.50;2.03;1.02 -5902;4;2696.50;9.50;452.50;1.74;0.88 -5903;4;1980.50;9.50;118.00;1.46;0.88 -5904;4;2041.50;9.50;1240.00;1.72;1.16 -5905;4;1850.00;9.50;1985.00;4.32;0.94 -5906;4;1522.00;9.50;611.00;3.54;1.28 -5907;4;214.50;9.50;151.50;1.59;1.30 -5908;4;292.50;9.50;1211.50;1.53;1.10 -5909;4;100.00;9.50;1878.50;4.61;1.04 -5910;4;675.50;9.50;1223.50;4.62;0.98 -5911;4;1087.00;9.50;639.00;1.57;1.10 -5912;4;2377.00;9.50;1526.00;4.21;1.06 -5913;4;3124.00;9.50;1280.50;4.41;1.06 -5914;4;2861.50;9.50;403.50;-1.53;1.16 -5915;4;1318.00;9.50;1186.00;-0.98;1.26 -5916;4;1138.50;9.50;638.50;1.93;1.36 -5917;4;5349.00;9.50;593.50;-1.54;1.18 -5919;4;5278.00;9.50;402.00;1.95;1.12 -5920;4;5625.00;9.50;1129.50;2.21;0.64 -5921;4;5236.50;9.50;1400.00;-1.01;1.14 -5922;4;5069.00;9.50;1378.50;4.01;1.04 -5923;4;4215.50;9.50;881.50;4.06;0.74 -5924;4;3677.50;9.50;592.50;-1.52;0.70 -5925;4;2688.50;9.50;482.50;1.42;0.88 -5926;4;1874.00;9.50;211.50;3.79;1.10 -5927;4;2090.00;9.50;1248.50;2.14;1.28 -5928;4;1898.00;9.50;1863.00;1.26;2.32 -5929;4;2831.00;9.50;1552.50;-1.10;0.52 -5930;4;1529.50;9.50;438.50;4.31;1.38 -5931;4;285.00;9.50;105.00;1.67;1.12 -5932;4;194.00;9.50;1250.00;1.72;1.12 -5933;4;70.50;9.50;1926.00;4.55;1.08 -5934;4;730.50;9.50;1176.50;4.67;0.96 -5935;4;1171.50;9.50;746.50;1.84;1.28 -5936;4;3565.50;9.50;44.50;2.08;1.04 -5937;4;3107.50;9.50;1240.00;4.49;1.00 -5938;4;2897.00;9.50;212.50;4.67;1.08 -5939;4;1592.50;9.50;1348.50;4.60;0.80 -5940;4;1225.00;9.50;606.00;2.51;1.10 -5941;4;5475.00;9.50;704.00;-1.52;0.86 -5942;4;2899.50;9.50;1799.00;-0.37;1.34 -5943;4;5232.00;9.50;362.50;3.63;1.12 -5944;4;5602.50;9.50;1081.00;4.09;0.84 -5945;4;5320.50;9.50;1426.00;1.69;1.36 -5946;4;5031.00;9.50;1339.50;1.10;1.06 -5947;4;4221.00;9.50;843.00;3.03;0.68 -5948;4;3680.50;9.50;556.50;3.98;1.12 -5949;4;2725.50;9.50;22.00;1.93;0.62 -5950;4;2667.50;9.50;539.00;4.18;1.06 -5951;4;1944.00;9.50;278.00;1.95;1.52 -5952;4;2078.50;9.50;1200.00;3.03;1.24 -5953;4;1803.50;9.50;1963.00;4.71;1.02 -5954;4;1473.00;9.50;582.00;3.92;1.22 -5955;4;185.50;9.50;74.50;-0.90;1.16 -5956;4;193.50;9.50;1289.00;1.52;0.74 -5957;4;116.00;9.50;1947.50;4.16;0.88 -5958;4;403.50;9.50;1172.50;1.68;1.28 -5959;4;1167.00;9.50;644.50;-1.53;1.20 -5960;4;4398.00;9.50;681.50;0.99;1.48 -5961;4;3185.00;9.50;1189.00;0.00;0.94 -5962;4;2969.00;9.50;195.00;2.07;0.94 -5963;4;1370.50;9.50;1344.50;1.91;0.80 -5964;4;1414.00;9.50;734.00;3.70;1.24 -5965;4;2791.50;9.90;825.50;4.71;1.08 -5966;4;2922.50;9.50;1887.00;2.56;1.02 -5967;4;5152.00;9.50;315.00;1.34;0.90 -5968;4;2805.50;10.40;1030.00;4.71;0.86 -5969;4;5360.50;9.50;1373.00;1.09;1.38 -5970;4;5015.00;9.50;1277.00;-0.98;0.82 -5971;4;4179.00;9.50;837.00;-1.19;0.80 -5972;4;3862.00;9.50;445.00;1.86;0.98 -5973;4;2764.00;9.50;86.00;1.51;1.04 -5974;4;2735.50;9.50;505.50;-1.51;0.76 -5975;4;2008.50;9.50;313.50;1.27;1.30 -5976;4;2053.00;9.50;1290.00;1.83;1.14 -5977;4;1814.00;9.50;1994.50;1.44;0.94 -5978;4;1451.50;9.50;542.50;1.84;1.28 -5979;4;238.50;9.50;26.00;2.51;0.82 -5980;4;250.50;9.50;1258.50;1.82;1.06 -5981;4;175.00;9.50;1921.00;-1.22;1.12 -5982;4;349.50;9.50;1074.00;4.37;0.98 -5983;4;1137.00;9.50;581.00;-1.03;1.24 -5984;4;4336.50;9.50;738.50;4.66;1.08 -5985;4;3230.00;9.50;1171.50;-0.41;0.62 -5986;4;1339.00;9.50;1252.00;-1.32;1.34 -5987;4;1227.50;9.50;532.00;-1.45;1.24 -5988;4;5506.50;9.50;887.00;1.77;1.22 -5989;4;2870.00;9.50;1708.00;2.52;0.74 -5990;4;5152.50;9.50;345.00;-1.30;1.12 -5991;4;5573.00;9.50;1016.50;1.54;0.78 -5992;4;5407.00;9.50;1489.00;1.64;1.22 -5993;4;5068.50;9.50;1300.00;2.22;0.92 -5994;4;4156.00;9.50;831.50;1.68;1.02 -5995;4;3904.50;9.50;451.50;2.05;0.96 -5996;4;2707.50;9.50;57.00;4.02;1.02 -5997;4;2744.00;9.50;551.00;1.86;0.94 -5998;4;2015.00;9.50;275.00;1.86;1.10 -5999;4;2005.00;9.50;1334.50;1.83;1.24 -6000;4;1725.00;9.50;2011.00;4.12;0.82 -6001;4;1384.00;9.50;565.50;3.90;0.98 -6002;4;256.50;9.50;70.00;2.75;1.14 -6003;4;279.00;9.50;1261.50;4.67;1.02 -6004;4;166.00;9.50;1896.00;1.73;1.10 -6005;4;213.00;9.50;1006.50;1.60;1.36 -6006;4;1218.50;9.50;646.50;4.60;1.20 -6007;4;4336.50;9.50;775.00;2.15;0.84 -6008;4;3067.00;11.00;683.50;4.56;0.82 -6009;4;3205.00;9.70;1750.00;4.71;0.24 -6010;4;3031.50;11.90;1789.00;4.33;0.30 -6011;4;3266.50;9.50;1173.50;-1.03;0.78 -6012;4;3272.00;9.90;1955.00;3.14;0.52 -6013;4;3155.00;9.80;1794.50;1.73;0.30 -6014;4;1403.00;9.50;1277.00;4.48;0.90 -6015;4;3216.00;10.25;2004.00;3.14;0.46 -6016;4;3531.50;9.90;1840.00;4.26;0.88 -6017;4;3381.00;10.30;1770.00;2.35;0.24 -6018;4;1096.50;9.50;459.00;1.74;1.08 -6019;4;5543.50;9.50;979.00;4.57;0.88 -6020;4;3403.50;11.40;630.50;4.65;0.70 -6021;4;3331.50;10.40;1835.00;4.71;0.30 -6022;4;3368.00;10.50;1675.00;2.03;0.24 -6023;4;3045.00;11.20;1778.50;2.76;0.26 -6024;4;3118.00;11.17;1873.00;4.12;0.32 -6025;4;3676.00;10.15;1708.00;1.40;0.30 -6026;4;2876.50;9.50;1807.00;1.57;0.82 -6027;4;3221.50;11.25;693.00;4.71;0.74 -6028;4;3008.00;10.30;1721.50;2.76;0.16 -6030;4;5095.00;9.50;356.00;-0.46;1.00 -6031;4;5541.50;9.50;1083.00;-1.46;0.68 -6032;4;5447.00;9.50;1509.00;3.25;1.18 -6033;4;1624.00;12.10;895.50;-1.06;0.26 -6034;4;3402.00;10.40;1762.00;4.24;0.32 -6035;4;3312.00;10.30;1709.00;1.89;0.30 -6036;4;5146.00;9.50;1332.50;4.11;1.38 -6037;4;4161.00;9.50;882.50;2.46;0.92 -6038;4;2978.00;10.40;1817.00;-1.37;0.32 -6039;4;2966.00;11.70;730.50;1.78;0.88 -6040;4;3784.50;9.80;1943.00;2.87;1.10 -6041;4;2995.00;10.75;1853.50;2.26;0.32 -6042;4;2981.50;12.45;1768.00;4.33;0.28 -6043;4;3889.00;9.50;391.00;4.24;0.90 -6044;4;2700.00;9.50;134.50;-1.43;1.20 -6045;4;3268.00;10.50;1878.00;2.03;0.42 -6046;4;2713.50;11.00;1680.00;4.33;0.24 -6047;4;1591.50;14.30;889.00;-1.06;0.30 -6048;4;2764.00;9.50;570.50;3.83;0.82 -6049;4;2606.50;9.50;2004.50;4.41;1.28 -6050;4;3088.50;9.70;1724.50;2.11;0.24 -6051;4;3420.00;9.82;1798.00;1.95;0.44 -6052;4;3292.00;10.30;1777.00;3.46;0.26 -6053;4;2101.00;9.50;1304.00;1.65;1.22 -6054;4;1830.50;9.50;2034.00;1.57;0.64 -6055;4;3096.50;15.00;1941.00;1.95;0.32 -6056;4;1696.50;9.80;846.50;-1.10;0.20 -6057;4;3338.50;9.70;1759.50;1.71;0.16 -6058;4;1370.00;9.50;454.00;-1.51;1.28 -6059;4;153.50;9.50;123.50;2.69;1.32 -6060;4;320.00;9.50;1306.50;1.47;1.02 -6061;4;3224.50;10.50;1983.00;4.41;0.40 -6063;4;3077.00;10.50;1819.00;2.67;0.32 -6064;4;243.50;9.50;1835.00;1.28;1.12 -6065;4;201.50;9.50;967.00;3.84;1.12 -6066;4;3142.00;9.70;1756.00;4.12;0.24 -6067;4;3084.50;11.30;1837.50;2.60;0.30 -6068;4;1183.50;9.50;558.50;4.37;1.02 -6069;4;4853.00;9.50;51.00;1.17;0.86 -6070;4;3315.00;10.25;1765.00;1.57;0.22 -6071;4;3032.00;11.95;1905.50;1.93;0.30 -6072;4;2938.00;11.45;1713.50;1.40;0.24 -6073;4;3369.50;10.60;1737.50;3.92;0.26 -6074;4;3112.50;11.25;1903.00;1.78;0.36 -6075;4;3423.00;10.42;1761.00;1.57;0.34 -6076;4;3200.00;10.55;1930.00;-1.42;0.34 -6077;4;3460.50;10.10;1694.50;4.51;0.24 -6078;4;3217.50;10.00;1812.50;4.60;0.22 -6079;4;3146.50;9.50;1990.50;3.33;0.42 -6080;4;2945.00;12.70;1747.00;4.39;0.24 -6081;4;3204.00;10.40;1837.00;2.35;0.34 -6082;4;3252.00;10.30;1759.50;1.40;0.24 -6083;4;3130.00;10.90;1867.50;4.24;0.32 -6084;4;3041.50;9.90;1726.50;3.92;0.24 -6085;4;4611.00;10.72;1904.00;1.76;2.06 -6086;4;3322.00;10.45;1700.00;1.24;0.28 -6087;4;3210.50;10.45;1899.00;4.58;0.38 -6088;4;3494.00;9.80;1772.50;2.62;0.36 -6089;4;3539.50;9.80;1702.50;4.57;0.30 -6090;4;3355.00;10.15;1802.50;2.55;0.26 -6091;4;3457.00;9.90;1752.00;4.12;0.24 -6092;4;3250.50;10.20;1987.50;4.63;0.38 -6093;4;3031.00;10.90;1751.50;4.54;0.28 -6094;4;3328.00;10.40;1790.50;4.06;0.20 -6095;4;3307.50;10.30;1720.50;4.51;0.28 -6096;4;3321.50;10.30;1834.50;1.66;0.26 -6097;4;3418.00;10.50;1730.50;1.73;0.30 -6098;4;3284.50;10.70;1833.50;4.30;0.34 -6099;4;3218.50;10.40;1705.00;4.19;0.20 -6100;4;3503.50;10.00;1752.00;4.43;0.24 -6101;4;3413.00;10.42;1684.00;1.32;0.22 -6102;4;3433.00;9.80;1820.50;1.81;0.50 -6103;4;2795.00;9.80;1563.50;1.73;0.22 -6104;4;2722.50;13.30;1693.00;1.95;0.26 -6105;4;3516.00;9.80;1855.50;1.87;0.76 -6106;4;3352.50;10.30;1765.50;3.92;0.26 -6107;4;3148.00;11.70;1971.50;4.61;0.36 -6108;4;3175.50;9.70;1739.50;4.17;0.18 -6109;4;3374.00;10.30;1778.50;2.03;0.22 -6110;4;3513.00;9.90;1745.50;4.24;0.22 -6111;4;3024.00;11.55;1881.00;4.39;0.26 -6112;4;3484.00;10.45;1721.00;-1.32;0.22 -6113;4;3476.00;9.85;1683.50;4.54;0.24 -6114;4;2949.00;13.10;1787.00;4.71;0.32 -6115;4;2973.50;9.50;1733.00;1.57;0.24 -6117;4;3309.50;9.50;1979.00;2.44;0.48 -6118;4;2965.50;12.25;1804.00;1.78;0.32 -6119;4;3481.50;10.40;1713.50;1.76;0.20 -6120;4;3024.00;9.80;1640.00;3.46;0.14 -6121;4;3600.50;10.60;1767.50;1.71;0.42 -6122;4;3382.00;10.37;1676.00;1.57;0.22 -6123;4;3009.50;12.40;1776.50;3.54;0.30 -6124;4;3570.00;9.80;1698.50;4.54;0.30 -6125;4;3156.00;9.80;1886.00;4.06;0.34 -6126;4;3060.00;10.60;1814.50;2.55;0.30 -6127;4;3073.00;10.30;1738.00;2.15;0.28 -6128;4;3258.00;10.75;1927.00;4.24;0.40 -6129;4;3030.00;12.40;1800.50;-0.67;0.30 -6130;4;3114.00;12.47;1954.00;1.57;0.40 -6131;4;3346.00;10.55;1718.00;1.89;0.22 -6132;4;3127.50;9.85;1834.00;2.67;0.30 -6133;4;3542.00;9.80;1723.00;4.71;0.26 -6134;4;3262.00;10.60;1846.50;4.42;0.38 -6135;4;3453.50;9.80;1669.00;1.57;0.24 -6136;4;2938.00;15.40;1773.50;4.06;0.30 -6137;4;3247.00;10.70;1895.00;1.76;0.28 -6138;4;3173.00;9.80;1793.50;4.06;0.32 -6139;4;3266.50;9.95;1710.00;1.95;0.24 -6140;4;3414.50;10.00;1917.00;4.49;0.34 -6141;4;3202.00;10.45;1798.50;4.24;0.30 -6142;4;3237.50;10.90;1946.00;1.57;0.40 -6143;4;3412.50;10.20;1706.50;4.17;0.18 -6144;4;3192.00;9.80;1750.00;4.46;0.24 -6145;4;2907.00;9.85;1747.50;1.81;0.18 -6146;4;3262.50;10.50;1824.50;1.68;0.16 -6147;4;3026.00;11.55;1766.50;4.54;0.24 -6148;4;3054.50;9.90;1676.50;1.37;0.22 -6149;4;3512.50;9.80;1674.50;4.30;0.26 -6150;4;3274.50;10.25;1772.00;4.03;0.22 -6151;4;2951.50;9.85;1714.00;1.95;0.26 -6152;4;3041.50;13.50;1885.00;4.03;0.32 -6153;4;3311.00;10.42;1786.00;1.57;0.26 -6154;4;3308.50;10.30;1697.00;1.57;0.20 -6155;4;3065.50;11.90;1925.00;-1.35;0.42 -6156;4;3257.00;10.10;1796.50;4.01;0.30 -6157;4;3317.50;10.00;1951.50;2.35;0.30 -6158;4;3483.50;9.80;1707.00;4.03;0.20 -6159;4;3369.00;9.90;1820.50;1.44;0.30 -6160;4;2987.00;10.27;1748.00;3.46;0.26 -6161;4;3115.50;10.80;1860.50;4.09;0.30 -6162;4;3641.50;10.35;1708.00;1.57;0.30 -6163;4;1597.50;16.70;883.50;-1.06;0.22 -6164;4;3036.00;10.40;1717.00;1.24;0.26 -6165;4;3144.00;9.90;1879.50;4.61;0.34 -6166;4;3453.50;10.60;1763.00;1.78;0.40 -6167;4;3402.00;10.40;1693.50;4.54;0.16 -6168;4;3169.00;10.72;1921.00;1.89;0.40 -6169;4;3355.50;10.70;1742.00;1.57;0.22 -6170;4;3143.50;11.80;1944.50;4.09;0.36 -6171;4;3566.00;9.80;1709.50;4.58;0.24 -6172;4;3320.00;10.30;1764.50;4.54;0.24 -6173;4;2997.50;10.50;1842.00;-1.35;0.40 -6174;4;3279.50;10.40;1726.50;1.37;0.22 -6175;4;3280.50;10.65;1850.00;1.57;0.34 -6176;4;2901.50;9.70;1701.50;3.92;0.24 -6177;4;3627.00;10.50;1852.00;1.93;0.86 -6178;4;3214.00;10.15;1700.50;2.21;0.26 -6179;4;3244.50;10.70;1883.00;-1.35;0.34 -6180;4;3473.00;10.15;1693.50;4.58;0.24 -6181;4;3305.00;10.60;1916.50;-1.50;0.24 -6182;4;3408.00;10.50;1750.50;2.76;0.28 -6183;4;3260.00;10.22;1947.00;1.24;0.32 -6184;4;2935.50;13.10;1732.50;0.95;0.34 -6185;4;3027.50;11.90;1835.00;4.33;0.30 -6186;4;3241.50;9.95;1755.00;2.24;0.22 -6187;4;3001.50;10.60;1864.50;4.51;0.42 -6188;4;3039.50;9.80;1710.50;1.76;0.18 -6189;4;3388.00;10.40;1718.50;3.52;0.24 -6190;4;3493.00;10.40;1735.50;2.46;0.24 -6191;4;3554.00;9.85;1693.50;1.69;0.26 -6192;4;3503.50;9.70;1891.50;-0.39;1.06 -6193;4;3502.50;9.80;1766.50;-1.42;0.38 -6194;4;3375.50;10.50;1931.50;2.52;0.36 -6195;4;3004.50;11.20;1740.50;4.39;0.30 -6197;4;3283.50;10.30;1717.50;4.51;0.22 -6198;4;3183.50;10.40;1816.00;3.78;0.32 -6199;4;3483.00;10.15;1765.50;2.26;0.30 -6200;4;3087.50;11.30;1853.00;4.71;0.30 -6201;4;3157.50;9.50;1706.00;-0.16;0.18 -6202;4;3561.00;9.95;1750.00;4.71;0.36 -6203;4;3379.00;10.47;1684.00;4.46;0.26 -6204;4;2935.00;14.72;1780.00;1.73;0.24 -6205;4;2713.00;11.05;1695.50;2.26;0.26 -6206;4;3113.50;12.10;1916.50;1.97;0.38 -6207;4;3005.00;13.65;1792.50;1.44;0.32 -6208;4;3132.50;12.50;1954.50;2.11;0.40 -6209;4;3095.00;9.70;1729.50;3.14;0.20 -6210;4;3290.50;10.50;1808.00;1.57;0.36 -6211;4;4837.00;12.42;1906.00;2.72;1.88 -6212;4;3206.00;10.30;1846.00;4.24;0.30 -6213;4;3535.00;10.20;1731.50;1.40;0.26 -6214;4;3049.50;12.70;1904.50;1.46;0.38 -6215;4;3459.50;10.00;1677.00;1.57;0.18 -6216;4;2929.00;12.75;1769.50;1.73;0.28 -6217;4;3625.50;9.85;1669.00;4.43;0.26 -6218;4;2967.50;9.75;1574.00;4.33;0.20 -6219;4;3337.50;9.50;1176.50;0.48;0.70 -6220;4;3249.00;10.55;1615.50;4.58;0.28 -6221;4;2770.00;10.00;1569.50;2.55;0.20 -6222;4;3173.00;9.70;1663.00;4.12;0.24 -6223;4;1424.00;9.50;1346.50;4.37;1.38 -6224;4;3586.50;10.40;1665.00;2.49;0.28 -6225;4;3298.50;10.70;1673.50;4.57;0.28 -6226;4;3562.00;10.20;1583.50;1.81;0.26 -6227;4;886.50;9.50;656.00;2.18;1.10 -6228;4;5578.00;9.50;1054.00;1.78;0.80 -6229;4;3167.00;10.10;1636.00;4.46;0.20 -6230;4;3420.50;9.90;1583.50;3.46;0.22 -6231;4;3461.00;10.40;1636.50;2.76;0.18 -6232;4;3258.50;9.80;1556.50;2.11;0.18 -6233;4;3285.00;9.80;1589.00;2.03;0.18 -6234;4;2865.50;9.50;1746.50;1.79;0.66 -6235;4;2956.00;10.07;1659.00;-0.98;0.28 -6236;4;3048.00;9.70;1575.50;1.27;0.22 -6237;4;2776.00;10.47;1594.00;2.03;0.20 -6238;4;5174.50;9.50;414.00;4.14;1.02 -6239;4;5524.00;9.50;1052.50;1.52;1.10 -6240;4;5460.50;9.50;1585.50;3.37;1.10 -6241;4;2893.50;9.60;1562.50;3.92;0.24 -6242;4;3260.50;9.80;1663.00;1.95;0.24 -6243;4;3323.00;10.00;1607.00;3.73;0.22 -6244;4;4196.00;9.50;944.00;2.67;1.00 -6245;4;3369.50;10.40;1664.50;2.11;0.20 -6246;4;3649.00;10.30;1640.00;4.46;0.28 -6247;4;3446.00;10.00;1667.50;1.73;0.18 -6248;4;3491.50;10.20;1583.50;4.51;0.22 -6249;4;3267.50;9.80;1634.00;1.78;0.30 -6250;4;3840.50;9.50;395.50;-1.46;1.00 -6251;4;2643.50;9.50;107.00;4.71;1.22 -6252;4;3352.50;9.90;1587.00;1.57;0.20 -6253;4;3524.50;10.00;1633.50;4.57;0.26 -6254;4;3345.00;10.47;1554.00;3.60;0.18 -6255;4;2753.50;9.50;594.00;1.84;0.98 -6256;4;2035.00;9.50;380.00;-1.19;1.06 -6257;4;2965.50;9.70;1599.50;1.76;0.22 -6258;4;3093.50;9.70;1675.50;2.82;0.28 -6259;4;3122.50;9.70;1570.00;1.57;0.20 -6260;4;1871.00;9.50;1371.50;4.54;1.28 -6261;4;1767.00;9.50;2033.00;3.38;0.78 -6262;4;3394.00;10.02;1602.00;2.35;0.20 -6263;4;2962.50;9.70;1578.50;2.35;0.20 -6264;4;3326.50;10.70;1655.00;1.57;0.28 -6265;4;1430.00;9.50;449.00;4.41;1.40 -6266;4;180.50;9.50;39.00;2.42;1.26 -6267;4;371.50;9.50;1259.50;1.71;1.02 -6268;4;2762.00;11.65;1613.50;3.73;0.18 -6269;4;3444.50;10.40;1659.00;1.95;0.20 -6270;4;2771.00;10.15;1576.00;3.92;0.18 -6271;4;130.00;9.50;1833.00;-1.51;1.10 -6272;4;227.00;9.50;925.00;4.71;1.32 -6273;4;3311.00;10.15;1630.50;4.58;0.18 -6274;4;3631.50;10.60;1729.50;4.17;0.34 -6275;4;3569.00;11.10;1583.00;4.51;0.16 -6276;4;1160.50;9.50;517.50;4.23;0.98 -6278;4;3630.50;9.95;1659.00;4.49;0.28 -6279;4;3421.00;10.00;1589.50;1.73;0.20 -6280;4;3209.00;10.40;1569.00;4.71;0.20 -6281;4;3180.00;10.05;1604.50;1.40;0.24 -6282;4;3027.50;10.30;1586.50;-0.78;0.16 -6283;4;3394.50;10.60;1652.00;3.38;0.22 -6284;4;3466.00;9.80;1605.50;1.32;0.22 -6285;4;3664.50;10.00;1637.00;4.43;0.30 -6286;4;2901.50;9.60;1569.00;0.98;0.20 -6287;4;2997.50;9.70;1643.50;2.94;0.22 -6288;4;3625.00;10.35;1702.50;-1.44;0.28 -6289;4;2654.50;10.05;1581.00;2.09;0.24 -6290;4;3395.50;11.60;1619.00;1.57;0.20 -6291;4;3482.50;9.90;1587.00;4.12;0.20 -6292;4;3257.00;9.90;1593.00;4.46;0.24 -6293;4;3292.00;10.40;1644.50;1.93;0.28 -6294;4;3540.50;11.30;1606.50;1.42;0.24 -6295;4;3472.50;9.80;1645.50;1.37;0.26 -6296;4;3179.50;9.70;1622.00;4.03;0.28 -6297;4;3609.00;10.40;1681.00;1.76;0.24 -6298;4;2966.50;9.70;1584.00;4.12;0.20 -6299;4;3480.50;10.35;1636.00;1.19;0.26 -6300;4;2744.00;11.40;1663.00;3.60;0.16 -6301;4;2748.50;12.75;1582.00;4.33;0.20 -6302;4;3561.50;10.05;1591.00;1.57;0.24 -6303;4;3347.50;10.60;1642.50;1.71;0.20 -6304;4;3351.50;10.50;1559.00;4.33;0.18 -6305;4;3324.00;9.90;1592.00;4.71;0.20 -6306;4;3200.00;10.00;1573.50;2.55;0.26 -6307;4;3547.00;9.80;1650.50;2.21;0.18 -6308;4;3631.00;9.95;1614.50;4.54;0.26 -6309;4;3045.00;9.70;1588.50;1.81;0.22 -6310;4;2987.50;9.55;1693.00;3.83;0.22 -6311;4;3046.50;10.30;1703.50;1.76;0.20 -6312;4;3525.50;10.00;1622.50;4.51;0.24 -6313;4;2661.00;9.95;1587.00;4.24;0.24 -6314;4;3144.00;10.35;1643.00;1.24;0.28 -6315;4;3401.50;10.10;1594.50;1.71;0.24 -6316;4;3423.00;10.22;1642.00;4.71;0.24 -6317;4;3424.00;10.15;1557.00;4.71;0.18 -6318;4;2758.50;10.00;1602.50;4.39;0.18 -6319;4;3272.50;9.80;1565.00;4.33;0.26 -6320;4;2730.50;11.25;1646.00;4.71;0.22 -6321;4;3109.50;9.80;1581.00;4.53;0.24 -6322;4;3156.50;9.70;1679.00;2.89;0.26 -6323;4;3617.50;10.60;1639.00;1.57;0.26 -6324;4;3251.00;9.70;1679.50;3.73;0.26 -6325;4;2958.00;9.65;1586.00;4.71;0.18 -6326;4;3254.50;9.80;1640.00;2.97;0.26 -6327;4;3501.50;9.85;1636.00;2.15;0.20 -6328;4;3490.00;9.80;1558.50;1.81;0.20 -6329;4;3468.50;9.90;1591.00;1.95;0.20 -6330;4;3339.50;10.35;1560.00;3.78;0.22 -6331;4;3010.00;10.00;1688.50;1.93;0.24 -6332;4;3120.50;9.65;1612.00;-1.35;0.24 -6333;4;3398.50;10.20;1604.50;-1.37;0.20 -6334;4;3033.00;9.50;1597.00;4.24;0.24 -6335;4;2755.00;10.22;1611.00;2.03;0.20 -6336;4;2894.00;9.57;1585.00;3.46;0.28 -6337;4;3544.00;11.20;1598.00;1.57;0.22 -6338;4;3569.50;9.70;1638.50;2.11;0.22 -6339;4;3558.00;9.95;1561.50;4.46;0.20 -6340;4;3211.00;10.60;1607.50;4.58;0.28 -6341;4;3414.50;10.00;1560.00;4.71;0.22 -6342;4;3173.50;10.20;1654.50;1.24;0.26 -6343;4;3470.00;9.80;1612.50;4.35;0.20 -6344;4;3279.00;9.80;1575.00;4.24;0.20 -6345;4;3005.00;9.57;1647.00;4.12;0.18 -6346;4;3396.00;10.10;1667.50;3.73;0.20 -6347;4;3117.00;9.80;1586.50;1.73;0.24 -6348;4;3386.00;11.02;1626.00;1.57;0.24 -6349;4;2951.50;9.85;1589.00;2.89;0.20 -6350;4;2722.50;10.30;1634.00;2.49;0.26 -6351;4;2765.50;10.10;1555.00;2.49;0.22 -6352;4;3614.00;10.40;1610.50;4.06;0.20 -6353;4;3479.00;9.80;1566.00;4.71;0.18 -6354;4;3283.00;10.00;1605.50;4.54;0.20 -6355;4;3356.00;10.00;1568.50;1.73;0.22 -6356;4;3416.50;9.90;1658.00;1.57;0.18 -6357;4;3533.00;10.32;1618.00;4.24;0.24 -6358;4;3465.00;9.80;1664.50;1.81;0.20 -6359;4;3203.00;9.90;1587.50;2.03;0.22 -6360;4;3167.00;9.70;1628.00;4.71;0.20 -6362;4;3452.50;9.80;1626.00;4.71;0.24 -6363;4;2729.00;9.50;1594.50;3.81;0.32 -6364;4;2968.00;9.60;1652.00;2.21;0.32 -6365;4;3361.50;10.00;1599.00;2.89;0.18 -6366;4;3549.00;10.15;1567.00;4.24;0.20 -6367;4;3320.50;10.50;1649.00;2.49;0.22 -6368;4;3635.00;10.10;1634.50;4.58;0.22 -6369;4;3426.50;9.85;1566.00;1.57;0.24 -6370;4;3478.50;9.80;1653.50;1.76;0.22 -6371;4;3256.50;9.90;1626.00;1.57;0.24 -6372;4;3541.50;10.40;1672.00;1.95;0.26 -6373;4;3270.50;9.80;1576.50;4.39;0.24 -6374;4;3516.00;10.00;1626.00;4.39;0.22 -6375;4;3131.00;10.00;1592.00;1.10;0.28 -6376;4;3171.50;10.40;1648.00;3.01;0.22 -6377;4;2961.00;10.22;1570.00;1.89;0.18 -6378;4;2755.50;10.80;1569.50;3.46;0.16 -6379;4;3634.50;9.90;1571.00;2.24;0.24 -6380;4;3387.00;10.65;1640.50;4.54;0.18 -6381;4;3202.50;10.25;1702.00;1.57;0.18 -6382;4;3493.50;9.90;1567.50;1.24;0.18 -6383;4;3559.00;9.80;1677.50;-1.44;0.26 -6384;4;2751.50;10.30;1604.50;2.94;0.20 -6385;4;2722.50;11.25;1663.00;-1.19;0.22 -6386;4;3348.00;10.60;1566.50;1.81;0.20 -6387;4;3321.50;10.55;1622.00;4.71;0.20 -6388;4;3622.50;10.20;1649.50;-1.42;0.34 -6389;4;2965.00;9.70;1608.50;2.21;0.24 -6390;4;3036.50;9.70;1586.00;1.95;0.20 -6391;4;3501.00;10.50;1602.50;4.46;0.22 -6392;4;3461.00;10.40;1643.00;4.39;0.22 -6393;4;2989.50;9.70;1631.50;4.51;0.28 -6394;4;3552.50;10.35;1576.00;3.78;0.22 -6395;4;2724.00;9.90;1652.00;2.35;0.18 -6396;4;3389.50;10.30;1611.50;4.57;0.18 -6397;4;3041.50;9.90;1695.50;1.76;0.20 -6398;4;3418.00;10.00;1570.50;1.32;0.22 -6399;4;2750.00;9.90;1619.50;1.81;0.20 -6400;4;3319.50;10.65;1638.00;1.57;0.20 -6401;4;3097.00;9.80;1573.50;4.06;0.22 -6402;4;3114.00;9.70;1607.50;4.06;0.24 -6403;4;3526.50;10.10;1649.50;1.42;0.24 -6404;4;3581.00;10.30;1602.00;3.60;0.26 -6405;4;2644.00;11.10;1573.00;2.35;0.20 -6406;4;3013.00;10.00;1682.50;4.06;0.24 -6407;4;3168.00;9.75;1619.50;1.40;0.20 -6408;4;3216.00;10.30;1690.50;2.21;0.24 -6409;4;3489.00;9.90;1579.00;2.35;0.20 -6410;4;3466.50;10.20;1623.00;1.95;0.18 -6411;4;3351.50;10.15;1578.00;1.57;0.22 -6412;4;3006.50;9.70;1663.50;3.68;0.22 -6413;4;3209.00;9.80;1599.50;1.44;0.36 -6414;4;3392.50;11.45;1634.00;1.95;0.18 -6415;4;3196.50;9.80;1560.00;4.71;0.24 -6416;4;3127.50;10.70;1539.50;4.51;0.20 -6417;4;3447.00;9.75;1453.50;4.46;0.20 -6418;4;3015.00;11.75;1516.50;4.06;0.22 -6419;4;3324.50;9.50;1243.00;4.71;0.92 -6420;4;3385.50;9.70;1461.50;4.17;0.18 -6421;4;2974.00;11.85;1522.00;1.89;0.24 -6422;4;1517.00;9.50;1297.00;1.29;1.08 -6423;4;3331.00;10.30;1479.50;4.24;0.24 -6424;4;3614.00;9.80;1555.50;4.24;0.24 -6425;4;867.50;9.50;577.00;-1.46;1.28 -6426;4;1279.00;9.50;631.00;4.65;1.02 -6427;4;5486.00;9.50;1036.00;2.18;1.22 -6428;4;3444.00;9.85;1544.50;4.06;0.24 -6429;4;3236.00;10.27;1502.00;1.89;0.26 -6430;4;3560.00;9.70;1517.50;2.21;0.24 -6431;4;3170.00;12.62;1502.00;2.03;0.28 -6432;4;3396.00;9.90;1518.00;-1.24;0.24 -6433;4;4377.50;9.50;108.50;2.01;0.82 -6434;4;2846.00;9.50;1799.50;1.98;0.84 -6435;4;3213.50;10.30;1535.00;4.33;0.28 -6436;4;3524.50;13.70;1357.50;1.46;0.18 -6437;4;5159.00;9.50;446.00;2.15;1.26 -6438;4;5479.50;9.50;1082.50;2.17;0.96 -6439;4;5491.00;9.50;1534.00;4.53;0.94 -6440;4;3023.50;10.60;1527.00;3.38;0.26 -6441;4;3008.00;9.80;1555.00;4.71;0.24 -6442;4;4962.50;9.50;1436.00;-1.08;1.08 -6443;4;4168.50;9.50;977.50;-1.41;0.84 -6444;4;2927.00;11.10;1521.00;4.24;0.20 -6445;4;3406.50;9.65;1465.00;3.38;0.20 -6446;4;2852.00;9.67;1537.00;2.03;0.24 -6447;4;4276.00;9.50;21.50;4.24;0.82 -6448;4;4322.50;9.50;311.00;1.84;1.00 -6449;4;2781.50;9.70;1508.00;2.89;0.24 -6450;4;3517.50;9.90;1550.50;2.11;0.22 -6451;4;3315.50;9.80;1483.00;4.71;0.26 -6452;4;3812.00;9.50;352.50;-1.53;1.14 -6453;4;2687.00;9.50;97.50;3.70;0.86 -6454;4;3473.00;9.87;1509.00;4.24;0.24 -6455;4;3241.00;10.00;1492.00;2.35;0.28 -6456;4;2686.50;9.50;585.50;4.27;0.94 -6457;4;2308.00;9.50;436.00;4.08;1.38 -6458;4;3296.00;9.80;1531.00;4.24;0.22 -6459;4;3233.00;9.92;1644.00;2.03;0.26 -6460;4;3174.50;13.30;1495.00;4.33;0.26 -6461;4;1855.50;9.50;1260.50;4.41;1.20 -6462;4;3077.50;10.20;1543.50;3.92;0.22 -6463;4;3521.00;10.05;1461.50;4.06;0.20 -6464;4;3098.00;11.17;1524.00;3.92;0.20 -6465;4;1404.00;9.50;395.00;4.49;1.30 -6466;4;142.50;9.50;64.00;1.53;1.50 -6467;4;378.50;9.50;1219.00;-1.52;0.96 -6468;4;3473.50;9.70;1454.50;4.17;0.22 -6469;4;2911.00;9.70;1544.50;4.54;0.22 -6470;4;3003.00;13.75;1524.50;2.21;0.22 -6471;4;150.50;9.50;1797.00;1.98;1.28 -6472;4;309.50;9.50;959.50;1.54;0.94 -6473;4;3592.50;9.70;1550.00;1.57;0.24 -6474;4;3395.00;9.90;1478.00;4.39;0.26 -6475;4;1153.50;9.50;545.50;1.75;1.02 -6476;4;4860.00;9.50;87.00;4.17;1.04 -6477;4;3411.50;10.00;1552.50;2.11;0.22 -6478;4;3327.50;9.80;1491.50;2.11;0.20 -6479;4;3532.00;11.35;1520.50;4.24;0.26 -6480;4;3263.00;10.10;1496.50;3.81;0.28 -6481;4;3364.00;9.90;1526.00;1.10;0.20 -6482;4;881.50;12.20;1576.00;4.12;0.36 -6483;4;3181.50;10.00;1504.50;1.71;0.24 -6484;4;3163.50;9.90;1550.00;1.95;0.26 -6485;4;3078.50;14.05;1524.00;1.57;0.22 -6486;4;3528.00;9.85;1481.00;3.60;0.26 -6487;4;2984.00;9.95;1557.50;4.46;0.16 -6488;4;2943.50;10.40;1521.00;1.29;0.20 -6489;4;2770.00;9.90;1550.50;4.46;0.26 -6490;4;3467.00;9.80;1467.00;3.60;0.20 -6491;4;3609.00;9.60;1507.50;2.03;0.36 -6492;4;3486.00;9.80;1551.50;1.40;0.16 -6493;4;3403.50;9.90;1474.00;4.12;0.24 -6494;4;3437.50;10.40;1523.50;2.60;0.22 -6495;4;3320.00;9.90;1500.00;4.71;0.22 -6496;4;2887.50;9.70;1549.00;4.71;0.20 -6497;4;3267.50;10.10;1507.00;3.78;0.20 -6498;4;3595.00;9.60;1472.50;1.44;0.34 -6499;4;3144.50;10.40;1519.00;0.89;0.24 -6500;4;2899.00;9.70;1545.50;1.40;0.20 -6501;4;2996.50;10.65;1541.00;2.15;0.20 -6502;4;3551.50;9.70;1555.50;3.33;0.28 -6503;4;3474.50;9.70;1472.50;3.92;0.22 -6504;4;2849.50;9.70;1519.50;4.51;0.20 -6505;4;3410.00;9.95;1485.00;1.57;0.22 -6506;4;3508.50;10.60;1516.50;2.35;0.22 -6507;4;3331.50;9.90;1497.00;4.43;0.24 -6508;4;3310.50;9.80;1541.00;4.71;0.24 -6509;4;3222.50;10.30;1512.00;1.19;0.20 -6510;4;1563.00;10.70;1667.00;0.98;0.40 -6511;4;3134.50;9.85;1553.00;3.78;0.20 -6512;4;3076.00;10.32;1531.00;4.71;0.22 -6513;4;2962.50;11.40;1552.50;2.11;0.20 -6514;4;3583.00;9.60;1471.00;1.89;0.30 -6515;4;3632.50;9.80;1558.50;1.76;0.28 -6516;4;3520.50;10.25;1487.00;4.71;0.22 -6517;4;3379.00;9.90;1527.50;3.81;0.22 -6518;4;2846.50;9.80;1475.50;4.51;0.20 -6519;4;3406.50;10.40;1493.00;4.71;0.24 -6520;4;3230.50;9.90;1542.00;1.57;0.22 -6521;4;3008.00;9.70;1569.50;4.06;0.22 -6522;4;3156.50;10.60;1518.00;1.95;0.28 -6523;4;3602.00;9.60;1484.00;2.15;0.28 -6524;4;2976.00;10.47;1540.00;4.39;0.22 -6525;4;3535.00;9.65;1488.00;4.71;0.26 -6526;4;2723.00;9.50;1537.50;1.86;0.28 -6527;4;3486.00;10.30;1484.00;4.39;0.24 -6528;4;3456.00;9.80;1526.50;1.32;0.24 -6529;4;2918.00;14.80;1479.50;4.46;0.20 -6530;4;3382.50;9.80;1497.50;1.89;0.26 -6531;4;2884.50;10.40;1477.50;2.35;0.24 -6532;4;3293.50;10.40;1538.00;2.24;0.22 -6533;4;2827.50;10.40;1472.00;1.29;0.24 -6534;4;3054.50;11.20;1542.00;2.49;0.18 -6535;4;2926.00;9.75;1555.00;4.71;0.20 -6536;4;2756.50;9.70;1474.50;2.82;0.24 -6537;4;2891.00;11.25;1528.00;3.92;0.18 -6538;4;3653.50;9.80;1890.50;1.94;0.86 -6539;4;3518.00;9.95;1530.50;1.73;0.22 -6540;4;2979.00;11.30;1491.50;1.21;0.24 -6541;4;3533.50;10.10;1497.50;1.71;0.26 -6542;4;2932.00;11.45;1489.50;4.46;0.20 -6543;4;3361.00;10.25;1539.00;3.92;0.20 -6544;4;3451.50;9.80;1494.00;4.33;0.22 -6545;4;2887.00;11.30;1493.50;1.69;0.20 -6546;4;3184.00;10.25;1551.00;1.57;0.24 -6547;4;2821.50;9.90;1485.50;-1.37;0.28 -6548;4;2760.50;10.50;1481.00;2.15;0.22 -6549;4;2949.00;10.85;1535.50;3.73;0.20 -6550;4;3214.00;9.50;1292.50;3.40;0.44 -6551;4;3591.00;9.70;1521.50;1.81;0.26 -6552;4;3042.00;14.50;1494.00;4.12;0.24 -6553;4;3431.50;9.90;1539.00;4.71;0.22 -6554;4;3384.00;9.80;1508.00;1.89;0.22 -6555;4;2953.00;10.80;1499.50;-1.44;0.24 -6556;4;3257.00;9.90;1548.00;1.57;0.20 -6557;4;3209.00;10.50;1521.50;4.06;0.28 -6558;4;3065.00;10.30;1570.00;3.14;0.16 -6559;4;3020.00;12.45;1538.50;1.73;0.20 -6560;4;2863.50;10.10;1539.50;1.71;0.20 -6561;4;3107.00;10.02;1482.00;2.35;0.18 -6562;4;3069.50;11.40;1509.50;4.57;0.20 -6563;4;3502.00;9.90;1534.50;2.03;0.18 -6564;4;3579.00;9.60;1496.00;2.35;0.34 -6565;4;3331.00;9.80;1545.50;4.06;0.18 -6566;4;3455.00;10.25;1502.00;4.24;0.20 -6567;4;3134.50;9.80;1572.50;2.11;0.20 -6568;4;2940.00;10.12;1503.00;4.24;0.20 -6569;4;2828.00;9.80;1504.50;3.73;0.20 -6570;4;2917.00;9.80;1536.50;2.03;0.18 -6571;4;3185.00;14.47;1478.00;1.57;0.22 -6572;4;2756.00;10.00;1488.50;1.40;0.18 -6573;4;3139.50;9.90;1489.50;1.42;0.12 -6574;4;3571.00;10.37;1533.00;1.89;0.28 -6575;4;3514.50;10.95;1513.00;4.71;0.24 -6576;4;3081.50;10.40;1502.00;2.15;0.22 -6577;4;3387.00;9.90;1539.00;4.39;0.16 -6578;4;3355.50;9.80;1507.00;2.24;0.24 -6579;4;3222.50;9.80;1558.00;4.49;0.18 -6580;4;3177.50;10.00;1530.00;1.84;0.28 -6581;4;2953.50;10.60;1506.50;2.11;0.20 -6582;4;2987.00;10.00;1549.50;4.54;0.14 -6583;4;2902.50;10.90;1510.50;1.03;0.26 -6584;4;3216.00;10.25;1475.00;3.92;0.20 -6585;4;2839.50;9.80;1506.50;1.76;0.18 -6586;4;3147.50;9.80;1495.00;2.15;0.20 -6587;4;3468.00;9.95;1541.50;1.81;0.20 -6588;4;3580.00;9.65;1505.00;4.24;0.32 -6589;4;3311.50;9.95;1556.00;1.84;0.24 -6590;4;3088.00;12.37;1507.00;1.89;0.24 -6591;4;3439.50;9.90;1509.50;1.42;0.20 -6592;4;3019.00;14.20;1506.00;1.57;0.28 -6593;4;3243.00;10.10;1530.50;4.58;0.20 -6594;4;2949.50;10.20;1516.50;4.51;0.20 -6595;4;3044.00;10.42;1549.00;4.71;0.16 -6596;4;3357.00;9.70;1458.50;1.73;0.24 -6597;4;3294.00;9.80;1477.00;1.89;0.26 -6598;4;2875.00;9.60;1541.50;1.81;0.16 -6599;4;2805.00;9.90;1500.00;4.71;0.24 -6600;4;3244.00;10.90;1474.50;3.52;0.28 -6601;4;3548.50;9.80;1535.00;1.57;0.28 -6602;4;3501.00;9.95;1509.00;4.24;0.16 -6603;4;3382.50;10.00;1542.50;1.76;0.20 -6604;4;3154.50;11.50;1499.50;1.71;0.26 -6605;4;3326.00;9.80;1520.50;1.73;0.26 -6606;4;2984.00;10.52;1411.00;2.03;0.20 -6607;4;1553.50;10.65;1621.00;4.33;0.28 -6608;4;3302.50;9.50;1233.00;0.98;0.96 -6609;4;2905.50;15.00;1426.50;1.37;0.18 -6611;4;3047.50;12.30;1412.50;4.17;0.20 -6612;4;1472.00;9.50;1343.50;4.52;0.94 -6613;4;2877.00;11.05;1433.00;3.92;0.14 -6614;4;3054.00;12.05;1419.00;4.39;0.16 -6615;4;3641.00;9.60;1474.00;1.81;0.34 -6616;4;1016.00;9.50;549.50;1.82;1.06 -6617;4;5262.00;9.50;953.50;4.29;1.34 -6618;4;2840.00;10.05;1426.50;1.21;0.24 -6619;4;3065.00;11.15;1417.50;4.46;0.20 -6620;4;3551.50;9.60;1455.00;1.57;0.30 -6621;4;2789.50;9.70;1422.50;3.00;0.12 -6622;4;2921.00;9.70;1554.50;1.73;0.14 -6623;4;4466.50;9.50;173.00;1.77;1.14 -6624;4;2871.00;9.50;1663.00;4.71;0.80 -6625;4;1623.00;10.40;1634.50;-1.40;0.28 -6626;4;3017.50;9.50;1431.50;3.68;0.16 -6627;4;5170.00;9.50;472.00;4.61;1.26 -6628;4;5433.50;9.50;1060.50;2.12;1.10 -6629;4;5478.00;9.50;1396.50;1.48;0.98 -6630;4;1617.00;10.45;1639.00;2.15;0.26 -6631;4;2972.00;13.90;1439.50;4.46;0.20 -6632;4;4911.00;9.50;1381.50;-1.40;1.22 -6633;4;4163.00;9.50;941.00;1.10;1.14 -6634;4;3140.00;11.05;1407.50;1.32;0.20 -6635;4;2934.00;14.55;1438.50;4.06;0.20 -6637;4;4356.50;9.50;269.00;1.74;1.04 -6638;4;4442.50;15.10;1256.00;1.98;0.40 -6639;4;2891.50;10.10;1437.00;4.71;0.20 -6640;4;3787.00;9.50;345.00;2.13;0.94 -6641;4;2673.00;9.50;46.00;1.16;1.10 -6642;4;3522.50;16.05;1318.00;1.95;0.22 -6643;4;3123.50;10.00;1434.50;2.35;0.18 -6644;4;2845.50;10.20;1446.50;-1.37;0.20 -6645;4;2690.00;9.50;633.00;4.53;1.04 -6646;4;2388.00;9.50;468.50;4.60;1.06 -6647;4;3091.00;9.90;1422.50;-1.40;0.20 -6648;4;2843.00;10.00;1438.50;2.55;0.18 -6649;4;1841.50;9.50;1216.50;4.68;1.22 -6650;4;3043.00;12.37;1431.00;1.57;0.26 -6651;4;2840.00;10.10;1446.50;1.40;0.22 -6652;4;3178.00;9.85;1406.00;1.89;0.20 -6653;4;1359.50;9.50;536.00;1.99;1.24 -6654;4;97.50;9.50;24.50;3.66;0.74 -6655;4;466.50;9.50;1197.00;-0.98;1.02 -6656;4;2994.00;10.52;1438.00;4.71;0.20 -6657;4;2792.00;9.95;1442.50;2.46;0.30 -6658;4;3205.50;9.70;1400.00;4.03;0.24 -6659;4;119.50;9.50;1735.50;3.96;1.06 -6660;4;257.00;9.50;1000.50;2.32;1.12 -6661;4;2958.50;13.00;1438.50;1.37;0.26 -6662;4;1571.50;10.70;1643.00;-1.29;0.28 -6663;4;1203.00;9.50;499.50;4.15;1.26 -6664;4;4907.50;9.50;67.50;2.05;0.92 -6665;4;906.00;13.60;1574.50;1.86;0.28 -6666;4;2902.00;10.17;1445.00;-1.10;0.26 -6667;4;3166.50;15.80;1419.50;2.11;0.20 -6668;4;2894.00;10.10;1447.50;4.06;0.20 -6669;4;3481.00;15.20;1351.50;4.24;0.26 -6670;4;3107.00;9.80;1439.00;1.24;0.22 -6671;4;3486.00;14.10;1359.50;4.24;0.16 -6672;4;3061.00;10.65;1448.00;3.14;0.22 -6673;4;3017.50;13.60;1448.50;1.46;0.14 -6674;4;3471.00;15.45;1381.50;4.24;0.26 -6675;4;2978.00;14.82;1449.00;1.89;0.18 -6676;4;1569.50;10.55;1663.00;4.19;0.34 -6677;4;3240.00;9.70;1407.00;1.89;0.26 -6678;4;2966.00;15.25;1458.50;2.21;0.20 -6679;4;3180.50;13.70;1433.50;2.94;0.20 -6680;4;2956.00;11.82;1462.00;4.71;0.22 -6681;4;889.00;11.40;1519.00;2.35;0.28 -6682;4;3145.00;9.95;1441.50;1.69;0.14 -6683;4;2920.00;10.40;1460.50;1.81;0.18 -6684;4;4890.00;10.30;1416.00;1.57;0.24 -6685;4;3087.00;10.45;1445.00;1.81;0.16 -6686;4;4906.00;9.80;1445.50;1.69;0.24 -6687;4;3030.00;12.45;1460.00;4.24;0.20 -6688;4;2841.50;10.40;1465.00;-1.19;0.24 -6689;4;3529.50;11.60;1377.00;4.71;0.28 -6690;4;3051.00;14.35;1473.50;3.14;0.26 -6691;4;3025.50;14.30;1465.50;1.76;0.20 -6692;4;3448.50;14.10;1392.50;4.51;0.26 -6693;4;2980.50;11.60;1475.50;1.76;0.24 -6694;4;924.50;9.80;1497.50;3.92;0.32 -6695;4;3188.00;13.82;1423.00;4.71;0.22 -6696;4;1462.00;10.30;1506.00;4.71;0.44 -6697;4;3148.00;11.85;1449.50;1.73;0.18 -6698;4;2901.50;10.10;1471.50;4.39;0.20 -6699;4;922.50;10.10;1505.50;2.19;0.32 -6700;4;3118.00;9.70;1445.50;1.40;0.22 -6701;4;3545.00;11.00;1393.50;3.52;0.24 -6702;4;3503.00;10.67;1399.00;-1.24;0.26 -6703;4;1547.50;9.50;728.00;-1.13;0.22 -6704;4;3339.00;10.60;1416.00;3.92;0.28 -6705;4;1552.00;10.30;1568.50;4.24;0.24 -6706;4;3242.50;9.80;1429.50;2.11;0.22 -6707;4;1572.00;10.80;1584.00;1.57;0.22 -6708;4;3017.00;13.15;1478.50;1.44;0.22 -6709;4;3194.00;14.10;1431.00;1.89;0.16 -6710;4;1501.00;10.70;1591.50;4.35;0.36 -6711;4;3166.50;14.60;1453.50;4.30;0.16 -6712;4;2927.50;10.10;1483.00;3.38;0.20 -6713;4;1450.00;10.05;1570.00;1.89;0.24 -6714;4;3169.00;12.72;1458.00;4.71;0.16 -6715;4;4948.00;11.90;1437.00;3.46;0.32 -6716;4;3121.00;9.75;1465.50;4.46;0.24 -6717;4;1626.50;12.70;1585.50;1.03;0.30 -6718;4;3483.00;10.80;1401.50;3.14;0.22 -6719;4;1705.50;10.50;1629.50;1.16;0.28 -6720;4;3079.50;10.85;1469.00;1.19;0.24 -6721;4;3432.00;11.45;1401.50;3.14;0.24 -6722;4;1196.00;12.50;1672.50;3.14;0.46 -6723;4;3040.50;13.05;1488.00;2.15;0.22 -6724;4;3342.50;9.70;1426.00;1.95;0.24 -6725;4;3003.50;11.25;1487.00;2.15;0.18 -6726;4;1072.00;11.20;1801.50;4.31;0.48 -6727;4;3276.50;9.70;1439.00;2.09;0.28 -6728;4;1291.50;10.70;1841.00;4.45;1.24 -6729;4;3242.00;10.35;1438.50;1.73;0.24 -6730;4;3534.50;10.20;1401.00;1.29;0.26 -6731;4;3186.50;13.65;1461.00;4.03;0.24 -6732;4;1690.50;9.80;1590.50;4.57;0.28 -6733;4;3496.50;11.20;1397.50;1.71;0.22 -6734;4;2671.50;10.10;1366.00;2.89;0.24 -6735;4;3149.50;10.00;1473.50;3.92;0.22 -6736;4;3440.00;12.30;1406.00;4.71;0.20 -6737;4;1402.50;10.20;1570.50;-1.46;0.32 -6738;4;3442.00;12.30;1413.50;1.44;0.18 -6739;4;3062.50;10.60;1485.50;4.17;0.16 -6740;4;822.00;9.50;887.00;-0.74;1.22 -6741;4;3390.50;9.70;1421.50;1.68;0.16 -6742;4;1035.50;16.00;1666.00;1.98;0.58 -6743;4;3260.00;9.80;1441.50;-1.47;0.24 -6744;4;2733.50;11.00;1282.50;3.46;0.24 -6745;4;892.00;12.40;1526.50;4.54;0.26 -6746;4;2726.50;13.00;1373.50;1.76;0.16 -6747;4;3233.00;9.70;1448.50;1.73;0.22 -6748;4;3531.00;10.90;1411.50;4.24;0.28 -6749;4;2729.00;12.60;1385.50;1.73;0.20 -6750;4;3494.00;12.47;1417.00;1.89;0.24 -6751;4;3128.50;9.80;1484.50;3.92;0.26 -6752;4;1328.50;10.40;1656.00;1.57;0.42 -6753;4;3468.00;12.85;1416.50;4.54;0.24 -6754;4;1003.00;12.02;1814.00;2.09;0.80 -6755;4;3411.50;9.70;1434.50;1.76;0.22 -6756;4;2768.00;11.45;1382.50;-1.40;0.20 -6757;4;879.50;11.00;1529.50;3.68;0.30 -6758;4;3549.00;9.70;1427.50;1.73;0.24 -6759;4;2803.50;10.40;1399.50;2.82;0.18 -6760;4;3536.50;9.65;1431.00;4.71;0.22 -6761;4;3207.00;11.00;1472.50;3.73;0.22 -6762;4;2794.00;10.25;1402.00;3.92;0.18 -6763;4;3537.50;16.20;1352.50;2.35;0.24 -6764;4;2693.00;11.65;1386.00;2.03;0.18 -6765;4;3486.50;9.80;1440.50;3.92;0.16 -6766;4;2826.00;10.00;1391.00;4.71;0.18 -6767;4;1391.50;11.20;1696.00;2.07;0.44 -6768;4;3429.50;9.70;1428.50;1.76;0.28 -6769;4;1492.50;10.80;1595.00;1.15;0.34 -6770;4;2863.50;13.40;1409.00;1.29;0.24 -6771;4;3345.50;9.60;1446.00;3.78;0.20 -6772;4;884.00;12.92;1541.00;4.71;0.28 -6773;4;2840.00;10.05;1418.50;4.06;0.16 -6774;4;4957.00;12.90;1471.50;4.58;0.30 -6775;4;2813.50;10.10;1407.50;3.92;0.24 -6776;4;3385.00;10.00;1471.00;4.24;0.26 -6777;4;2791.00;9.85;1407.00;2.35;0.20 -6778;4;1626.50;11.50;1619.00;1.57;0.26 -6779;4;1121.50;11.40;1904.50;0.44;1.24 -6780;4;2919.50;13.80;1421.50;4.17;0.20 -6781;4;3441.50;9.70;1436.50;1.37;0.20 -6782;4;1479.00;10.70;1605.50;0.87;0.28 -6783;4;3407.50;9.70;1448.50;2.35;0.30 -6784;4;2891.50;11.00;1428.00;4.33;0.16 -6785;4;1273.50;10.30;1318.50;3.54;0.38 -6786;4;2873.50;12.20;1424.50;4.17;0.22 -6787;4;3921.00;10.30;1717.00;3.92;0.58 -6788;4;2945.00;9.50;1407.50;4.58;0.20 -6789;4;2847.00;11.17;1424.00;4.39;0.20 -6790;4;2964.50;10.30;1417.50;1.71;0.16 -6791;4;3534.00;10.37;1442.00;1.57;0.22 -6792;4;2814.00;10.20;1420.00;1.57;0.22 -6793;4;2989.00;9.70;1415.00;4.39;0.16 -6794;4;3499.00;9.80;1448.50;1.73;0.26 -6795;4;808.50;9.50;803.50;-0.78;0.24 -6796;4;3468.50;9.80;1443.50;2.82;0.24 -6797;4;1576.00;9.75;1621.50;4.06;0.20 -6798;4;1260.00;11.65;1370.00;1.10;0.56 -6799;4;3095.50;13.00;1406.50;2.11;0.22 -6800;4;2742.00;12.45;1308.00;1.89;0.14 -6801;4;3187.50;9.50;1249.00;0.12;1.02 -6802;4;2925.00;9.50;76.50;2.03;0.96 -6803;4;1311.00;10.15;1449.00;4.57;0.34 -6804;4;4747.50;14.20;1350.50;4.51;0.26 -6805;4;1540.50;9.50;1255.00;1.40;1.04 -6806;4;4846.00;10.15;1385.50;4.01;0.24 -6807;4;3329.50;11.95;1283.00;3.01;0.24 -6808;4;3292.50;12.50;1321.50;2.35;0.26 -6809;4;941.50;9.50;528.50;1.99;1.20 -6810;4;5306.50;9.50;747.00;-1.44;1.48 -6811;4;4850.00;12.17;1408.00;1.57;0.24 -6812;4;2826.00;9.72;1347.00;1.81;0.24 -6813;4;3389.50;14.20;1283.50;1.76;0.30 -6814;4;3210.50;9.95;1368.00;2.15;0.22 -6815;4;4339.50;9.50;182.00;1.48;0.98 -6816;4;2917.00;9.50;1639.00;4.39;0.62 -6817;4;2806.50;10.35;1328.00;2.49;0.20 -6818;4;2689.00;13.60;1334.50;2.46;0.20 -6819;4;5295.00;9.50;478.00;1.78;0.74 -6820;4;5311.50;9.50;996.50;4.13;1.24 -6821;4;5554.00;9.50;1395.50;1.19;0.82 -6822;4;4827.00;10.20;1352.50;1.73;0.30 -6823;4;1578.50;10.40;1534.50;1.66;0.20 -6824;4;4939.50;9.50;1346.00;-1.01;1.12 -6825;4;4135.50;9.50;925.00;2.47;1.08 -6826;4;3517.00;11.35;1241.00;1.73;0.48 -6827;4;1343.00;11.10;1661.50;2.26;0.36 -6828;4;4600.00;11.35;1310.50;1.81;0.24 -6829;4;4221.50;9.50;19.50;4.29;0.70 -6830;4;4436.50;9.50;285.50;2.30;1.00 -6831;4;3030.00;10.20;1365.50;2.55;0.24 -6832;4;2736.00;11.80;1301.50;1.73;0.22 -6833;4;4930.50;11.50;1416.00;2.24;0.30 -6834;4;3753.50;9.50;282.00;-1.45;1.12 -6835;4;2622.50;9.50;70.50;2.31;1.16 -6836;4;2813.50;10.10;1350.50;4.51;0.22 -6837;4;4685.50;11.90;1340.50;3.92;0.26 -6838;4;4872.50;10.60;1403.00;1.95;0.20 -6839;4;2644.00;9.50;586.00;-1.49;0.98 -6840;4;2333.00;9.50;478.50;4.52;1.02 -6841;4;2758.00;13.52;1343.00;1.57;0.28 -6842;4;3210.00;11.85;1380.00;2.03;0.22 -6843;4;3055.00;10.60;1344.50;4.06;0.22 -6844;4;1791.50;9.50;1236.50;2.70;1.38 -6845;4;1632.50;9.70;1543.50;1.37;0.20 -6846;4;1600.00;9.67;1508.00;3.92;0.26 -6847;4;1324.50;9.50;584.00;4.26;1.02 -6848;4;2832.50;9.50;32.50;1.57;0.94 -6849;4;525.50;9.50;1195.00;4.46;1.36 -6850;4;1547.00;10.65;1545.50;3.14;0.10 -6851;4;4713.50;10.60;1313.00;1.95;0.16 -6852;4;4694.50;11.50;1366.50;1.97;0.28 -6853;4;133.50;9.50;1675.00;-1.36;1.04 -6854;4;445.00;9.50;1133.00;2.00;1.18 -6855;4;1511.50;10.80;1545.50;4.17;0.24 -6856;4;2788.00;13.32;1308.00;4.24;0.18 -6857;4;3169.50;11.60;1354.50;1.89;0.24 -6858;4;1209.00;9.50;445.50;4.44;1.12 -6859;4;4877.50;9.50;33.50;3.92;1.06 -6860;4;4747.50;10.50;1332.50;-1.37;0.24 -6861;4;926.50;10.80;1477.00;1.29;0.32 -6862;4;2994.50;10.60;1370.50;2.11;0.26 -6863;4;4872.50;9.80;1431.50;1.42;0.30 -6864;4;3218.50;9.70;1321.50;3.00;0.24 -6865;4;2832.50;12.80;1361.50;1.76;0.22 -6866;4;2709.00;10.90;1316.50;3.73;0.20 -6867;4;2709.50;12.20;1342.50;4.51;0.16 -6868;4;4757.50;12.50;1358.50;4.51;0.24 -6869;4;1623.00;9.90;1550.50;2.21;0.22 -6870;4;5020.00;11.05;1317.50;1.81;0.22 -6871;4;3285.50;12.45;1328.00;1.57;0.20 -6872;4;1593.00;10.45;1560.00;1.57;0.22 -6873;4;4998.00;9.77;1341.00;2.55;0.26 -6874;4;1534.50;10.80;1558.00;2.24;0.26 -6875;4;2981.00;9.67;1374.00;3.60;0.22 -6876;4;931.50;9.80;1489.50;4.17;0.30 -6877;4;3295.00;12.80;1301.50;1.73;0.28 -6878;4;2779.00;13.37;1356.00;4.71;0.24 -6879;4;2764.50;12.45;1329.00;4.43;0.20 -6880;4;2685.50;9.80;1272.50;1.76;0.16 -6881;4;927.00;9.70;1451.00;3.38;0.24 -6882;4;1644.50;9.85;1559.00;4.12;0.22 -6883;4;3411.50;10.45;1260.00;1.84;0.24 -6884;4;2690.00;10.80;1284.50;1.73;0.16 -6885;4;1603.50;9.80;1560.00;1.95;0.22 -6886;4;3158.50;12.30;1356.50;3.68;0.20 -6887;4;1127.00;16.77;1540.00;2.03;0.50 -6888;4;3373.00;14.02;1299.00;3.60;0.34 -6889;4;3084.50;9.50;1376.50;4.30;0.24 -6890;4;1533.50;10.65;1570.00;2.09;0.28 -6891;4;2951.50;10.20;1342.50;1.71;0.20 -6892;4;1620.50;9.70;1519.50;3.00;0.24 -6893;4;4714.00;10.50;1371.00;4.46;0.26 -6894;4;3314.00;14.55;1274.50;2.03;0.20 -6895;4;3234.50;9.90;1347.50;4.30;0.24 -6896;4;2736.00;13.27;1296.00;4.71;0.16 -6897;4;1080.00;15.30;1454.50;4.65;0.48 -6898;4;4680.50;12.40;1347.50;2.35;0.28 -6899;4;1569.50;10.90;1567.00;1.84;0.20 -6900;4;3126.50;14.60;1338.00;3.78;0.22 -6901;4;2787.00;10.45;1360.50;4.46;0.20 -6902;4;2701.00;10.30;1306.50;1.32;0.24 -6903;4;2776.00;11.75;1364.00;2.35;0.16 -6904;4;4608.00;13.25;1333.00;4.71;0.30 -6905;4;4785.50;12.30;1367.50;1.76;0.26 -6906;4;2794.00;11.32;1314.00;4.24;0.20 -6907;4;2709.00;12.00;1349.50;4.06;0.20 -6908;4;3310.50;13.10;1331.00;4.43;0.22 -6909;4;1669.50;9.60;1572.50;3.33;0.22 -6910;4;4748.50;12.60;1343.00;4.43;0.24 -6911;4;1653.50;10.60;1575.00;3.78;0.14 -6912;4;3238.00;10.07;1329.00;3.14;0.26 -6913;4;3113.50;13.65;1375.00;4.33;0.24 -6914;4;2753.50;12.10;1321.00;2.15;0.24 -6915;4;2838.50;13.40;1375.00;4.12;0.20 -6916;4;1631.00;11.25;1612.50;2.03;0.24 -6917;4;2839.00;10.20;1384.50;4.54;0.16 -6918;4;4721.00;11.25;1319.50;1.81;0.22 -6919;4;3410.00;14.20;1319.50;1.73;0.30 -6920;4;3324.50;13.70;1341.50;2.11;0.30 -6921;4;2681.00;12.82;1354.00;4.71;0.16 -6922;4;4821.50;9.60;1338.50;2.35;0.26 -6923;4;3191.00;13.35;1363.00;4.46;0.16 -6924;4;2671.50;9.60;1337.50;4.39;0.18 -6925;4;3322.00;10.07;1310.00;1.24;0.28 -6926;4;3007.50;11.25;1381.00;1.95;0.22 -6928;4;4790.00;12.30;1319.00;-1.10;0.20 -6929;4;1598.00;9.85;1533.50;1.69;0.18 -6930;4;3145.50;10.95;1321.00;4.43;0.18 -6931;4;2831.00;11.65;1379.00;3.14;0.20 -6932;4;4539.50;12.60;1222.50;2.19;0.40 -6933;4;2678.00;9.80;1288.50;4.46;0.20 -6934;4;2953.00;10.50;1474.50;2.21;0.20 -6935;4;3491.50;13.40;1300.50;1.97;0.32 -6936;4;2742.00;12.60;1358.00;1.57;0.20 -6937;4;4645.00;13.15;1362.00;1.57;0.32 -6938;4;3338.50;13.80;1344.00;1.57;0.26 -6939;4;3046.00;10.55;1354.50;2.21;0.20 -6940;4;3129.50;11.55;1375.00;1.57;0.28 -6941;4;2691.50;11.90;1348.00;4.33;0.22 -6942;4;3074.50;12.90;1392.00;4.12;0.22 -6943;4;1605.00;9.70;1470.00;0.98;0.28 -6944;4;4834.00;10.95;1372.50;4.24;0.28 -6945;4;3271.50;12.80;1292.50;1.37;0.24 -6946;4;2973.00;9.80;1391.50;1.81;0.22 -6947;4;4786.50;12.10;1380.50;1.76;0.24 -6948;4;2725.00;10.85;1306.50;3.73;0.20 -6949;4;2855.50;9.80;1492.00;3.38;0.16 -6950;4;3395.00;13.57;1325.00;1.57;0.20 -6951;4;4723.00;9.70;1360.00;1.57;0.26 -6952;4;3196.00;10.65;1368.50;4.54;0.20 -6953;4;3136.00;13.10;1383.00;1.89;0.22 -6954;4;2708.50;12.40;1290.50;4.39;0.20 -6955;4;2677.00;11.25;1381.50;3.73;0.22 -6956;4;3361.50;15.20;1282.50;4.51;0.28 -6957;4;3067.00;13.60;1396.50;-1.40;0.22 -6958;4;1568.50;13.30;1523.00;2.24;0.26 -6959;4;2796.00;11.20;1305.50;4.46;0.20 -6960;4;2858.00;10.55;1389.50;1.73;0.20 -6961;4;4888.00;10.15;1380.50;1.69;0.30 -6962;4;2854.50;11.20;1397.50;2.11;0.20 -6963;4;4781.50;11.60;1348.50;4.51;0.26 -6964;4;4826.50;15.75;1386.00;1.57;0.26 -6965;4;3400.50;16.80;1303.50;-1.37;0.26 -6966;4;2815.00;10.25;1341.50;2.21;0.20 -6967;4;3219.50;9.95;1373.00;2.49;0.24 -6968;4;1322.50;9.80;1411.00;4.36;0.40 -6969;4;4634.00;11.45;1333.00;4.39;0.20 -6970;4;3128.00;12.10;1391.00;3.60;0.18 -6971;4;1527.00;10.42;1507.00;1.57;0.30 -6972;4;3055.00;12.90;1334.00;4.24;0.18 -6973;4;2964.00;9.95;1402.50;2.55;0.24 -6974;4;1456.00;10.60;1486.00;1.24;0.38 -6975;4;2911.00;14.02;1405.00;2.03;0.18 -6976;4;3448.50;15.50;1331.50;2.35;0.28 -6977;4;3369.00;13.35;1306.00;3.14;0.24 -6978;4;3346.50;14.10;1342.50;4.30;0.24 -6981;4;4743.50;9.70;1324.00;1.57;0.20 -6982;4;3184.50;11.05;1370.00;4.71;0.20 -6983;4;3074.50;12.50;1408.50;1.42;0.24 -6984;4;1612.50;9.70;1534.00;1.84;0.20 -6985;4;2983.50;13.00;1403.50;1.68;0.16 -6986;4;2680.50;9.80;1303.50;4.51;0.18 -6987;4;1262.00;10.40;1335.50;4.18;0.42 -6988;4;4644.00;13.60;1375.50;1.73;0.34 -6989;4;4873.00;9.90;1395.50;-1.47;0.28 -6990;4;3177.50;10.70;1346.50;1.76;0.20 -6991;4;3466.00;14.57;1329.00;1.81;0.20 -6992;4;3244.50;12.30;1289.50;1.76;0.28 -6993;4;2755.00;12.10;1335.50;-1.40;0.20 -6994;4;5001.00;12.20;1335.00;4.24;0.22 -6995;4;3353.00;13.20;1353.50;4.54;0.36 -6996;4;2686.50;11.70;1326.50;2.94;0.20 -6997;4;3512.50;13.10;1314.50;2.35;0.32 -6998;4;3138.00;10.85;1393.50;2.03;0.26 -6999;4;4465.50;15.45;1131.00;1.57;0.36 -7000;4;4593.50;11.30;1297.00;4.71;0.24 -7001;4;3371.50;11.40;1181.50;4.17;0.24 -7002;4;3230.50;9.50;1236.50;-1.48;1.02 -7004;4;4585.50;12.60;1067.50;2.73;0.30 -7005;4;2962.00;10.00;1209.00;2.15;0.36 -7006;4;1572.50;9.50;1242.50;-0.85;0.80 -7007;4;4641.00;10.05;1125.50;-1.40;0.32 -7008;4;2806.50;13.90;1221.00;2.09;0.32 -7009;4;766.50;9.50;615.50;4.62;1.10 -7010;4;5181.50;9.50;584.50;0.03;1.58 -7011;4;3294.50;9.70;1148.00;4.71;0.28 -7012;4;1545.50;9.70;1433.00;4.49;0.38 -7013;4;3952.00;14.80;971.50;2.12;0.28 -7014;4;4698.50;10.00;1166.00;4.12;0.16 -7015;4;4456.50;10.40;1000.00;4.43;0.26 -7016;4;4995.00;9.90;1261.50;4.06;0.22 -7017;4;4359.00;9.50;341.00;4.27;0.98 -7018;4;2904.00;9.50;1655.00;2.67;0.62 -7019;4;4532.50;11.50;1187.50;3.68;0.34 -7020;4;3879.50;10.60;1039.50;4.09;0.38 -7021;4;4809.00;13.05;1283.00;3.60;0.26 -7022;4;5309.50;9.50;448.00;1.63;0.80 -7023;4;5348.50;9.50;1022.00;-1.41;1.22 -7024;4;5418.50;9.50;1458.50;4.03;1.60 -7025;4;4629.50;9.70;1228.00;1.57;0.28 -7026;4;3323.50;10.55;1259.00;2.97;0.28 -7027;4;4663.50;9.60;1066.00;2.49;0.28 -7028;4;4849.50;9.50;1347.50;-1.39;1.22 -7029;4;4093.00;9.50;893.00;1.10;1.20 -7030;4;3297.50;10.30;1103.50;1.97;0.32 -7031;4;4194.00;9.50;49.00;1.67;1.02 -7032;4;4378.50;9.50;275.00;-1.20;1.08 -7033;4;2870.50;12.40;1238.50;2.11;0.32 -7034;4;4289.00;10.30;976.50;4.54;0.24 -7035;4;4625.00;11.25;1150.50;2.46;0.30 -7036;4;3824.00;9.50;249.00;1.73;1.20 -7037;4;3380.00;9.50;74.50;1.85;1.28 -7038;4;2618.00;9.50;106.50;1.61;1.10 -7039;4;4536.50;9.95;1002.00;4.33;0.26 -7040;4;2845.50;12.70;1237.50;1.46;0.38 -7041;4;2729.00;10.60;1082.50;4.38;1.78 -7042;4;2763.50;9.50;630.00;1.76;0.74 -7043;4;2390.00;9.50;508.00;4.15;0.88 -7044;4;4536.00;11.05;1024.00;1.57;0.22 -7045;4;1578.50;10.40;1471.50;1.97;0.30 -7046;4;4877.50;11.80;1204.50;2.60;0.26 -7047;4;1730.00;9.50;1288.50;-1.47;1.20 -7048;4;4563.00;14.45;1359.00;1.71;0.54 -7049;4;3858.00;12.00;1093.00;4.71;0.36 -7050;4;4860.50;12.00;1222.00;3.60;0.16 -7051;4;1263.50;9.50;593.50;4.23;1.10 -7052;4;2836.00;9.50;64.50;1.57;1.12 -7053;4;399.50;9.50;1305.00;1.61;0.92 -7054;4;4637.50;10.80;1113.50;4.57;0.26 -7055;4;4650.50;10.70;1247.50;1.42;0.24 -7056;4;162.50;9.50;1630.50;1.60;1.00 -7057;4;448.50;9.50;1182.50;2.35;1.06 -7058;4;4696.50;11.00;1143.50;2.94;0.20 -7059;4;3007.00;9.72;1282.00;1.57;0.24 -7060;4;3973.50;10.90;973.50;4.30;0.34 -7061;4;1175.50;9.50;465.50;2.60;1.16 -7062;4;5382.00;9.50;831.50;1.32;1.18 -7063;4;3134.50;9.70;1157.00;1.84;0.26 -7064;4;4097.00;11.32;1093.00;4.12;0.32 -7065;4;2893.50;14.65;1250.00;4.43;0.26 -7066;4;3025.00;12.50;1175.50;4.24;0.22 -7067;4;4608.00;9.75;1024.50;3.52;0.28 -7068;4;2740.00;11.90;1268.50;4.46;0.20 -7069;4;2683.00;10.10;1201.50;4.24;0.34 -7070;4;4781.00;11.60;1300.50;4.46;0.22 -7071;4;4648.00;9.57;1052.00;4.39;0.20 -7072;4;4921.21;9.70;1225.40;2.03;0.24 -7073;4;3304.00;11.30;1071.50;3.73;0.36 -7074;4;4580.50;10.80;1251.50;3.68;0.26 -7075;4;4416.50;13.00;976.50;2.73;0.30 -7076;4;3120.00;9.67;1130.00;2.35;0.34 -7077;4;2960.00;12.30;1244.50;1.69;0.26 -7078;4;4203.00;10.00;1013.50;3.66;0.20 -7079;4;3198.00;10.45;1167.00;4.12;0.26 -7080;4;4015.50;10.50;1065.50;1.66;0.42 -7081;4;2920.00;9.70;1264.00;3.14;0.20 -7082;4;3156.50;10.30;1186.00;4.33;0.24 -7083;4;1571.00;9.80;1456.00;1.57;0.34 -7084;4;3872.50;9.70;1087.50;-1.46;0.44 -7085;4;4622.00;10.90;1223.00;2.15;0.24 -7086;4;4674.00;13.15;1105.50;4.46;0.20 -7087;4;4966.50;9.65;1234.00;1.95;0.24 -7088;4;3295.50;12.60;664.50;1.48;0.80 -7089;4;4672.00;11.30;1257.00;1.57;0.22 -7090;4;4109.00;12.65;962.00;1.24;0.36 -7091;4;3284.50;9.70;1164.50;4.51;0.18 -7092;4;4605.50;9.70;1270.00;4.71;0.26 -7093;4;4477.50;10.40;996.50;3.92;0.26 -7094;4;4638.00;10.40;1191.00;3.14;0.26 -7095;4;4513.00;9.85;1049.00;3.46;0.28 -7096;4;3162.50;10.00;1281.50;3.33;0.26 -7097;4;4564.50;9.70;1116.50;4.30;0.30 -7098;4;2710.50;12.45;1282.00;4.71;0.20 -7099;4;4626.00;11.35;1055.00;4.24;0.26 -7100;4;2720.00;13.05;1210.50;1.73;0.34 -7101;4;4546.50;9.70;1129.00;3.38;0.24 -7102;4;4935.50;12.80;1248.50;1.76;0.24 -7103;4;4386.00;11.72;978.00;3.92;0.30 -7104;4;4655.50;10.60;1149.00;2.09;0.28 -7105;4;4684.50;11.40;1271.00;1.84;0.28 -7106;4;4000.00;17.90;1188.00;4.24;0.34 -7107;4;3355.50;10.00;1182.00;4.12;0.14 -7108;4;4583.00;9.70;1020.50;4.35;0.24 -7109;4;4603.50;11.00;1297.00;4.71;0.22 -7110;4;4837.00;10.05;1200.50;-1.32;0.18 -7111;4;2775.50;12.80;1286.50;3.92;0.16 -7113;4;4918.50;10.50;1216.50;2.60;0.26 -7116;4;2768.50;14.00;1210.00;4.19;0.36 -7117;4;3276.00;9.85;1127.50;1.93;0.40 -7118;4;1511.00;10.40;1420.50;4.61;0.30 -7119;4;3957.00;12.40;965.00;4.46;0.26 -7120;4;4681.50;10.70;1163.00;1.57;0.22 -7121;4;4822.50;10.85;1255.00;1.57;0.16 -7122;4;4257.00;10.22;999.00;1.10;0.20 -7124;4;4198.00;9.90;1033.50;1.73;0.26 -7125;4;4788.00;9.80;1282.50;4.46;0.18 -7126;4;4604.00;9.70;1203.00;1.89;0.32 -7127;4;3174.50;10.60;1297.50;4.17;0.44 -7128;4;4544.50;10.50;1044.00;1.57;0.30 -7129;4;4602.00;9.70;1235.00;-1.32;0.30 -7130;4;3232.50;9.80;1287.50;3.68;0.24 -7131;4;4648.00;11.10;1062.50;3.14;0.22 -7132;4;2795.50;9.70;1243.00;3.38;0.20 -7133;4;3289.50;12.45;698.00;-1.15;0.42 -7134;4;1551.00;9.80;1443.00;4.24;0.24 -7135;4;4521.50;9.70;993.50;3.00;0.18 -7136;4;3066.50;10.30;1144.50;3.28;0.30 -7137;4;4497.00;9.80;1020.00;1.57;0.24 -7138;4;1554.50;9.80;1453.00;1.35;0.32 -7139;4;3138.00;13.60;1173.50;3.14;0.22 -7140;4;3386.50;11.50;1244.50;1.68;0.32 -7141;4;4620.00;10.20;1048.50;2.03;0.24 -7142;4;4677.00;9.70;1203.50;1.81;0.22 -7143;4;3318.50;14.15;1268.00;4.71;0.22 -7144;4;3281.00;9.80;1106.00;4.24;0.20 -7145;4;4878.50;12.20;1236.50;3.46;0.24 -7146;4;4692.00;10.75;1126.50;1.81;0.22 -7147;4;3014.50;10.20;1276.50;4.30;0.22 -7148;4;3240.00;9.60;1145.00;2.15;0.34 -7149;4;2880.00;11.85;1226.00;1.57;0.36 -7150;4;3953.50;9.80;998.50;1.89;0.32 -7151;4;3362.50;9.60;1174.50;4.51;0.22 -7152;4;4567.50;10.65;1019.00;2.24;0.22 -7153;4;2724.00;11.35;1261.50;3.73;0.20 -7154;4;2985.50;11.00;1167.00;1.80;0.58 -7155;4;4761.00;9.72;1295.00;3.92;0.16 -7156;4;3331.00;10.40;1039.50;4.24;0.34 -7157;4;4973.60;11.60;1237.69;3.28;0.18 -7158;4;4584.50;12.60;1331.00;1.41;0.34 -7159;4;4561.00;9.90;1079.50;2.21;0.26 -7160;4;4621.50;10.70;1263.00;3.38;0.30 -7161;4;3229.50;11.80;584.50;3.42;0.70 -7162;4;2967.00;10.47;1244.00;4.39;0.28 -7163;4;4277.00;11.92;1007.00;4.39;0.30 -7164;4;3284.00;9.70;1155.50;1.73;0.28 -7165;4;3956.00;10.05;1021.50;4.06;0.34 -7166;4;2873.50;13.50;1258.50;4.17;0.26 -7167;4;4594.00;9.70;1156.50;1.47;0.28 -7168;4;4529.00;10.45;1043.50;1.40;0.28 -7169;4;5001.50;11.50;1292.50;4.51;0.30 -7170;4;3362.00;10.00;1187.00;3.92;0.20 -7171;4;4774.00;11.10;1308.50;-1.32;0.22 -7172;4;4616.00;11.00;1093.00;1.57;0.24 -7173;4;2741.50;16.65;1207.00;3.60;0.32 -7174;4;4659.00;11.90;1128.50;2.21;0.24 -7175;4;4785.00;9.70;1253.00;3.60;0.20 -7176;4;3356.00;10.45;1160.50;2.21;0.18 -7177;4;3979.00;10.30;986.50;4.35;0.28 -7178;4;4855.50;10.60;1186.50;3.92;0.16 -7179;4;4239.50;10.20;1028.00;3.83;0.28 -7180;4;2962.00;12.00;1254.00;1.24;0.26 -7181;4;4664.50;9.70;1195.00;4.43;0.22 -7182;4;4623.50;11.15;1043.00;3.78;0.24 -7183;4;2715.00;9.75;1274.50;2.21;0.22 -7184;4;3384.50;11.30;1202.50;4.44;0.44 -7185;4;1290.00;10.77;1892.00;4.63;1.66 -7186;4;4704.50;9.80;1056.50;2.35;0.22 -7187;4;4951.00;11.70;1243.00;1.57;0.20 -7188;4;3290.50;9.90;1116.00;4.33;0.30 -7189;4;4632.50;10.90;1271.50;2.35;0.24 -7190;4;4280.50;12.10;992.00;2.24;0.28 -7191;4;4680.50;9.90;1149.50;1.24;0.18 -7192;4;4520.50;9.90;1010.50;1.42;0.20 -7193;4;3315.50;11.10;1231.50;3.68;0.32 -7194;4;3055.00;10.10;1148.00;2.03;0.34 -7195;4;398.79;9.50;1021.36;4.28;0.26 -7196;4;2767.50;13.20;1282.50;3.92;0.24 -7197;4;4886.00;9.70;1205.00;4.24;0.22 -7198;4;2740.00;12.40;1276.00;1.57;0.20 -7199;4;4603.50;10.90;1082.50;4.17;0.28 -7200;4;4649.50;9.90;1225.50;4.51;0.24 -7201;4;4529.00;12.62;1137.00;1.81;0.26 -7202;4;1554.00;9.70;1416.00;3.92;0.48 -7203;4;2658.50;12.05;1143.00;4.53;0.48 -7204;4;4793.50;10.30;1260.00;1.19;0.22 -7205;4;3988.00;10.70;1002.50;2.92;0.34 -7206;4;3176.00;9.80;1163.50;4.46;0.26 -7207;4;3919.00;10.00;1007.00;4.46;0.38 -7208;4;4527.00;11.10;1246.50;1.93;0.34 -7209;4;3030.50;9.70;1185.50;2.94;0.24 -7210;4;4549.00;9.97;1037.00;1.89;0.26 -7211;4;3154.50;11.40;1286.50;1.46;0.20 -7212;4;4898.50;9.60;1226.50;2.11;0.24 -7213;4;2785.50;13.20;1335.50;4.51;0.20 -7214;4;4696.50;14.25;1053.00;2.24;0.26 -7215;4;2748.00;11.32;1233.00;3.14;0.24 -7216;4;3267.50;10.00;1107.00;1.57;0.50 -7217;4;4947.50;12.35;1252.00;1.57;0.26 -7218;4;4418.00;12.80;982.50;-1.47;0.24 -7219;4;3130.00;11.00;631.50;4.35;0.84 -7220;4;4161.00;10.50;1017.50;4.01;0.28 -7221;4;4790.50;9.75;1274.00;1.84;0.30 -7222;4;4642.00;9.72;1177.00;1.57;0.28 -7223;4;4505.00;11.65;537.50;4.35;0.20 -7224;4;3896.50;14.60;1288.50;4.63;0.44 -7225;4;4386.50;9.65;864.00;4.33;0.20 -7226;4;3216.00;9.50;1266.00;0.16;1.00 -7227;4;4547.50;9.65;605.00;4.49;0.30 -7228;4;3740.50;10.50;1697.50;4.39;0.40 -7229;4;4488.00;13.75;894.50;1.10;0.26 -7230;4;1680.00;9.50;1212.00;1.64;1.00 -7231;4;4643.00;10.45;674.00;1.57;0.24 -7232;4;3958.50;14.85;926.00;1.29;0.36 -7233;4;3759.00;10.32;1556.00;2.15;0.40 -7234;4;791.50;9.50;527.50;4.61;1.24 -7235;4;5137.50;9.50;572.00;-0.64;1.00 -7236;4;4375.00;10.47;758.00;2.67;0.20 -7237;4;3651.00;10.10;1628.50;4.24;0.36 -7238;4;4468.00;9.70;831.50;4.06;0.22 -7239;4;2760.00;10.37;1576.00;-1.10;0.20 -7240;4;4460.50;10.85;1142.00;1.57;0.40 -7241;4;4382.00;9.50;379.50;1.60;1.18 -7242;4;2862.00;9.50;1584.00;1.19;0.64 -7243;4;3789.00;9.72;1442.00;4.71;0.38 -7244;4;3984.50;15.00;861.00;2.09;0.28 -7246;4;5444.00;9.50;406.00;4.49;1.12 -7247;4;5356.00;9.50;971.00;4.21;1.38 -7248;4;5491.00;9.50;1494.50;4.27;1.00 -7249;4;4982.50;13.05;1537.00;1.98;0.34 -7250;4;3982.00;11.05;910.00;1.76;0.26 -7251;4;5181.50;10.05;579.00;1.57;0.18 -7252;4;4872.00;9.50;1305.00;2.18;1.02 -7253;4;4062.00;9.50;837.50;-1.03;0.92 -7254;4;4290.50;10.50;926.00;3.38;0.26 -7255;4;910.50;14.00;1658.00;1.57;0.38 -7256;4;4462.00;11.50;1187.50;2.46;0.36 -7257;4;4216.00;9.50;64.50;3.79;1.02 -7258;4;4407.50;9.50;327.00;4.62;0.98 -7260;4;4060.50;10.40;752.50;2.60;0.32 -7261;4;3848.00;9.50;298.00;4.71;0.90 -7262;4;3383.50;9.50;43.50;3.53;1.02 -7265;4;4029.50;11.30;799.50;4.17;0.28 -7266;4;4937.00;10.60;1484.50;1.67;0.36 -7267;4;2742.50;9.50;665.00;4.33;0.76 -7268;4;2372.50;9.50;518.00;1.08;1.04 -7269;4;4920.50;11.85;586.00;4.12;0.36 -7270;4;4379.00;17.47;1243.00;3.38;0.38 -7271;4;4495.00;14.30;842.50;3.52;0.20 -7272;4;1863.50;9.50;1343.50;4.23;1.06 -7273;4;4030.00;22.10;1232.50;2.55;0.74 -7274;4;4109.00;10.60;1626.50;2.12;0.46 -7275;4;4681.50;10.70;894.50;3.92;0.20 -7276;4;1282.50;9.50;540.00;4.71;1.04 -7277;4;29.50;9.50;132.00;3.24;1.30 -7278;4;428.00;9.50;1270.00;2.53;1.24 -7279;4;4535.50;10.10;1125.00;1.57;0.34 -7280;4;4462.50;11.10;930.50;-1.37;0.26 -7281;4;3743.00;9.80;1554.50;1.21;0.44 -7282;4;234.00;9.50;1622.50;1.30;1.02 -7283;4;457.50;9.50;1087.50;-1.40;1.18 -7284;4;4776.00;9.65;760.00;2.67;0.22 -7285;4;3776.00;10.60;1635.00;1.57;0.28 -7286;4;1056.00;9.50;550.50;4.48;1.20 -7287;4;5424.50;9.50;798.50;-1.37;1.08 -7288;4;4015.00;11.60;799.00;2.15;0.30 -7289;4;1667.50;10.50;1644.50;4.60;0.28 -7291;4;1680.00;9.70;1676.50;1.69;0.36 -7292;4;4404.50;9.70;850.50;2.60;0.26 -7293;4;4625.00;10.55;512.00;1.32;0.24 -7294;4;4400.50;14.65;1090.00;4.29;0.50 -7295;4;4338.50;9.50;885.50;2.35;0.22 -7296;4;4598.50;9.75;594.00;2.97;0.28 -7297;4;4084.00;9.67;918.00;2.55;0.24 -7298;4;3886.50;10.20;1572.50;4.51;0.34 -7299;4;4611.50;11.00;660.50;3.54;0.42 -7300;4;3698.00;13.50;1588.00;1.81;0.40 -7301;4;4507.50;13.00;1211.50;-1.42;0.28 -7303;4;4462.00;9.85;804.50;3.14;0.24 -7304;4;1814.50;9.70;1652.00;2.09;0.32 -7305;4;5115.00;10.85;512.50;4.24;0.24 -7306;4;1369.50;10.10;1581.50;2.60;0.40 -7308;4;4413.50;9.80;583.50;3.92;0.54 -7309;4;4988.50;11.80;1527.50;3.76;0.34 -7310;4;4043.00;10.55;874.50;2.26;0.34 -7311;4;4732.00;10.90;662.00;3.14;0.24 -7312;4;4342.50;10.40;925.50;4.57;0.26 -7313;4;3726.50;10.00;1525.50;2.73;0.40 -7314;4;4509.50;13.15;1285.00;3.70;0.42 -7315;4;903.00;9.75;1693.50;1.73;0.26 -7316;4;4003.00;21.40;1203.50;-1.10;0.58 -7317;4;3965.50;10.30;1562.50;4.44;0.52 -7318;4;3642.50;10.00;1766.50;1.24;0.46 -7319;4;4431.00;10.45;843.50;4.54;0.28 -7320;4;3728.00;12.70;1657.50;4.01;0.34 -7321;4;4714.00;9.50;512.50;1.69;0.14 -7322;4;3659.00;9.70;1477.00;1.32;0.40 -7323;4;4695.50;10.95;888.00;1.19;0.20 -7324;4;5165.00;10.60;561.50;2.76;0.20 -7325;4;4702.50;10.30;921.50;4.39;0.20 -7326;4;3864.00;10.30;1545.50;4.36;0.50 -7327;4;4372.50;10.15;661.00;4.49;0.30 -7328;4;3730.00;10.22;1596.00;3.92;0.34 -7329;4;4397.50;10.10;739.00;3.78;0.26 -7330;4;3554.50;10.40;1778.50;1.50;0.56 -7331;4;4451.00;9.75;796.50;4.06;0.24 -7332;4;4008.50;11.30;1464.00;3.04;0.46 -7333;4;5125.00;11.12;500.00;4.71;0.24 -7334;4;4115.50;11.85;1090.00;2.09;0.34 -7335;4;3959.50;10.90;1480.00;1.57;0.52 -7336;4;4693.50;10.00;611.50;1.42;0.30 -7337;4;3799.50;9.70;1477.00;1.57;0.38 -7338;4;4367.50;9.70;889.00;2.15;0.24 -7340;4;4068.00;9.70;915.50;2.46;0.36 -7341;4;3712.50;9.80;1525.50;1.46;0.46 -7342;4;4374.50;9.50;730.50;4.57;0.28 -7343;4;3657.00;10.10;1579.00;1.81;0.30 -7344;4;4057.50;10.15;771.00;1.57;0.26 -7345;4;1653.00;10.50;1643.50;-1.21;0.34 -7346;4;3649.00;9.80;1691.50;-1.40;0.36 -7347;4;4480.00;11.35;830.50;0.67;0.20 -7348;4;1066.00;11.25;1869.50;-0.50;0.84 -7349;4;5113.50;11.50;498.00;2.49;0.22 -7350;4;4024.00;9.80;1525.50;2.08;0.52 -7351;4;4687.00;10.32;889.00;2.55;0.22 -7352;4;5158.50;10.80;557.50;1.76;0.18 -7353;4;4356.50;9.80;924.00;4.71;0.34 -7354;4;3789.00;9.70;1459.50;-1.47;0.40 -7355;4;4607.00;10.40;637.50;4.24;0.36 -7356;4;4410.00;12.00;958.00;4.39;0.30 -7357;4;3814.00;10.60;1601.50;2.26;0.42 -7358;4;4637.00;10.62;724.00;2.03;0.24 -7359;4;3629.50;10.40;1679.00;4.71;0.24 -7361;4;1811.00;9.65;1637.00;1.81;0.36 -7362;4;5103.00;11.35;508.00;4.39;0.20 -7363;4;4018.50;10.25;827.00;2.15;0.32 -7364;4;845.50;9.50;955.00;-0.72;2.24 -7365;4;5101.50;11.50;554.00;2.49;0.20 -7366;4;1533.00;11.10;1678.00;1.76;0.44 -7367;4;4371.00;9.70;879.00;2.03;0.22 -7368;4;4388.00;12.90;622.50;2.03;0.26 -7370;4;3692.00;9.80;1508.50;1.44;0.44 -7371;4;4604.50;9.85;721.00;2.24;0.24 -7372;4;4097.50;12.95;947.00;1.78;0.34 -7373;4;3700.50;13.90;1572.50;1.71;0.46 -7374;4;4067.00;14.00;1121.50;-1.49;0.62 -7375;4;3676.50;9.90;1687.00;4.49;0.24 -7376;4;4442.50;9.70;827.50;0.78;0.20 -7377;4;2696.50;10.70;1591.50;2.94;0.28 -7378;4;5114.00;14.90;505.00;4.39;0.24 -7379;4;1772.50;11.70;1686.50;1.48;0.56 -7380;4;4502.00;11.95;864.00;2.03;0.20 -7381;4;4473.00;9.55;552.00;3.14;0.18 -7382;4;4288.00;10.80;913.50;2.86;0.28 -7383;4;3859.50;10.40;1534.00;2.15;0.58 -7386;4;890.00;9.50;1684.00;3.14;0.38 -7387;4;4593.00;9.95;717.50;3.52;0.24 -7388;4;1526.50;9.70;1326.50;1.68;0.30 -7389;4;4726.00;10.05;775.50;2.62;0.20 -7390;4;5397.00;10.35;477.50;3.81;0.38 -7391;4;3994.00;12.25;833.50;1.69;0.36 -7392;4;3809.00;9.80;1461.50;-1.48;0.46 -7394;4;2668.00;9.87;1570.00;2.03;0.24 -7395;4;3980.50;11.20;873.50;1.89;0.38 -7396;4;4461.50;9.50;605.50;-1.42;0.26 -7397;4;4418.50;18.05;1220.00;4.19;0.38 -7398;4;904.00;12.25;1636.50;3.85;0.40 -7399;4;4417.50;9.70;707.00;1.95;0.20 -7400;4;4355.50;13.15;1005.00;2.09;0.44 -7401;4;3747.50;9.80;1588.50;-0.78;0.44 -7402;4;4010.00;10.05;783.50;4.24;0.28 -7403;4;3644.50;10.00;1654.50;4.17;0.22 -7404;4;4418.00;9.70;827.50;4.54;0.26 -7405;4;3989.50;10.85;1479.00;1.57;0.44 -7406;4;4515.00;11.72;1198.00;2.35;0.34 -7407;4;3954.00;10.30;1498.50;-1.32;0.46 -7408;4;4382.00;9.60;869.00;2.03;0.20 -7409;4;5097.00;13.82;525.00;1.32;0.36 -7410;4;3762.00;9.80;1508.00;2.03;0.42 -7411;4;3992.00;11.00;917.50;4.35;0.36 -7413;4;4800.60;9.90;647.20;-0.46;0.24 -7414;4;907.00;11.20;1708.50;4.42;0.46 -7415;4;4631.00;10.05;703.50;2.55;0.22 -7416;4;3674.00;10.35;1648.00;3.60;0.24 -7417;4;4732.50;9.95;774.00;2.97;0.24 -7418;4;4509.00;13.70;1186.50;2.46;0.34 -7420;4;1473.50;9.90;1635.00;2.27;0.36 -7421;4;4486.50;13.30;539.00;4.71;0.22 -7422;4;1446.00;10.37;1411.00;4.71;0.36 -7424;4;4585.00;11.25;658.50;2.40;0.48 -7425;4;3921.50;10.20;1510.50;4.63;0.54 -7426;4;4476.00;13.05;901.50;3.73;0.26 -7427;4;4409.00;10.35;686.00;2.15;0.24 -7428;4;4069.50;9.90;940.50;-1.46;0.40 -7429;4;3771.50;10.70;1574.00;1.75;0.48 -7430;4;3994.50;11.60;980.50;4.20;0.38 -7431;4;3655.50;10.00;1649.00;4.43;0.24 -7432;4;4427.50;9.70;821.50;3.68;0.32 -7433;4;1694.50;11.00;1670.50;4.57;0.30 -7434;4;4544.00;9.77;1137.00;2.03;0.26 -7435;4;1645.50;10.70;1677.00;3.50;0.48 -7436;4;4046.50;9.80;850.50;2.11;0.28 -7438;4;3674.00;9.87;1523.00;1.57;0.40 -7439;4;4708.00;10.52;916.00;3.92;0.18 -7440;4;4403.50;12.20;602.50;1.97;0.28 -7441;4;4319.00;10.80;950.50;3.81;0.24 -7442;4;910.50;13.20;1674.50;1.46;0.48 -7443;4;4567.50;11.15;674.00;4.71;0.36 -7444;4;3683.00;9.90;1641.50;3.81;0.38 -7445;4;4764.00;11.40;769.50;1.81;0.16 -7446;4;4406.50;14.40;1056.50;-1.49;0.52 -7447;4;3998.00;9.70;817.50;1.40;0.26 -7448;4;3799.00;11.80;1244.50;4.65;0.46 -7449;4;1362.50;11.35;1545.00;4.49;0.34 -7450;4;5150.50;11.25;185.00;3.50;0.32 -7451;4;1560.50;9.70;1233.50;2.07;0.42 -7452;4;3206.50;9.50;1304.50;0.94;1.08 -7453;4;4654.50;10.15;146.00;4.00;0.52 -7454;4;3461.50;13.90;1348.00;3.60;0.26 -7455;4;4243.00;15.52;1087.00;4.71;0.46 -7456;4;1684.50;9.50;1242.00;1.20;0.88 -7457;4;4917.00;10.40;430.00;2.15;0.28 -7458;4;1359.50;10.10;1574.00;2.24;0.38 -7459;4;4569.00;10.10;1190.50;1.40;0.34 -7460;4;817.50;9.50;370.50;4.67;1.20 -7461;4;5065.00;9.50;593.50;-0.43;0.94 -7462;4;1719.50;9.70;1627.50;2.60;0.36 -7463;4;4386.00;9.75;674.50;2.76;0.34 -7464;4;1399.50;11.40;1445.00;4.53;0.26 -7465;4;4074.00;10.05;953.50;1.81;0.36 -7466;4;1542.50;12.30;1500.00;3.78;0.26 -7467;4;4396.50;9.50;471.50;1.52;1.06 -7468;4;2827.00;9.50;1593.50;0.83;0.46 -7469;4;4305.50;10.70;1024.50;-1.37;0.32 -7470;4;3481.50;12.70;1309.00;1.78;0.32 -7471;4;5126.00;10.35;186.50;3.81;0.32 -7472;4;5474.50;9.50;432.50;1.28;0.98 -7473;4;5432.00;9.50;947.00;1.68;1.18 -7474;4;5468.50;9.50;1434.00;-1.22;1.14 -7475;4;4166.00;10.32;1070.00;2.67;0.22 -7476;4;2110.00;11.20;559.00;1.81;0.46 -7477;4;3639.50;9.60;1332.50;3.64;0.56 -7478;4;4896.50;9.50;1283.50;4.51;0.90 -7479;4;4059.00;9.65;797.50;-0.67;1.00 -7480;4;1427.00;10.15;1383.50;3.66;0.22 -7481;4;4930.00;9.85;402.50;4.65;0.36 -7482;4;3211.00;9.80;1655.50;-0.92;0.30 -7483;4;4271.50;9.50;54.50;2.01;0.92 -7484;4;4352.50;9.50;321.00;2.72;0.80 -7485;4;1336.00;10.45;1431.50;4.35;0.36 -7486;4;3794.50;10.20;1396.00;-1.15;0.52 -7487;4;4884.50;10.40;624.00;2.97;0.30 -7488;4;3869.50;9.50;258.00;2.27;1.14 -7489;4;3320.00;9.50;41.00;4.19;1.00 -7490;4;2597.50;9.50;23.50;2.41;0.66 -7491;4;3738.50;14.50;1272.50;-1.42;0.50 -7492;4;4356.50;10.15;939.00;1.84;0.36 -7493;4;2714.00;9.50;684.00;1.83;0.90 -7494;4;2417.50;9.50;532.50;-1.23;1.14 -7495;4;3570.00;13.02;1337.00;4.39;0.24 -7496;4;5136.00;11.82;181.00;3.92;0.32 -7497;4;4108.50;12.70;1022.00;4.53;0.42 -7498;4;1790.50;9.50;1314.00;4.35;1.00 -7500;4;1851.50;9.70;321.00;0.94;0.52 -7501;4;3848.00;12.30;1353.00;1.73;0.56 -7502;4;4562.50;10.10;1093.50;1.71;0.32 -7503;4;1260.50;9.50;481.50;4.60;1.34 -7504;4;101.00;9.50;120.00;1.69;1.30 -7505;4;466.00;9.50;1248.00;4.71;1.02 -7506;4;5015.50;10.30;426.00;1.84;0.36 -7507;4;3842.00;10.00;1373.00;1.57;0.56 -7508;4;4555.50;10.05;1205.00;-1.35;0.34 -7509;4;283.00;9.50;1649.50;2.26;1.04 -7510;4;512.50;9.50;1078.00;4.52;0.84 -7511;4;4433.50;14.50;1283.00;1.98;0.44 -7512;4;4873.00;10.30;626.50;2.43;0.34 -7513;4;3407.50;10.60;1231.00;4.36;0.42 -7514;4;1118.00;9.50;494.00;3.92;1.48 -7515;4;5328.00;9.50;940.00;2.23;1.24 -7516;4;4416.00;10.10;937.50;4.01;0.40 -7517;4;979.50;9.80;1423.50;2.11;0.26 -7518;4;4447.50;12.60;1020.50;3.54;0.30 -7519;4;3957.50;20.80;1264.50;0.78;0.36 -7520;4;5146.50;9.70;163.50;1.99;0.36 -7521;4;4510.00;10.85;1076.00;2.21;0.36 -7522;4;5155.50;9.70;269.00;2.15;0.44 -7523;4;4777.00;10.35;1413.50;4.35;0.30 -7524;4;1394.50;9.80;1373.50;4.57;0.30 -7525;4;5025.00;9.90;409.00;1.89;0.38 -7526;4;4777.50;9.80;1438.00;4.36;0.38 -7527;4;1534.50;9.80;1439.50;2.11;0.36 -7528;4;1525.50;11.30;1532.50;4.17;0.26 -7529;4;4986.50;9.70;611.50;2.94;0.30 -7530;4;3468.00;11.22;1278.00;1.57;0.32 -7531;4;4373.00;10.60;939.50;1.44;0.40 -7532;4;4996.50;9.50;1377.00;3.38;0.48 -7533;4;5082.50;10.00;175.50;1.66;0.44 -7534;4;4274.00;11.70;1018.50;4.24;0.28 -7535;4;5150.50;10.60;253.00;4.71;0.28 -7536;4;1328.00;10.40;1621.50;3.14;0.40 -7537;4;4159.00;10.75;1059.50;4.15;0.30 -7538;4;5028.50;10.10;370.00;-1.31;0.64 -7539;4;1371.50;10.20;1559.50;-0.95;0.44 -7540;4;4586.00;9.75;1202.00;4.39;0.30 -7541;4;3709.50;9.80;1398.50;2.00;0.56 -7543;4;1368.00;9.85;1431.50;3.42;0.34 -7544;4;4364.50;9.70;899.50;1.16;0.32 -7545;4;4577.00;14.60;1359.50;4.64;0.38 -7546;4;1595.50;9.80;1210.50;4.30;0.32 -7547;4;1507.00;10.77;1509.00;4.12;0.30 -7548;4;3137.50;12.90;492.50;1.06;1.44 -7549;4;4494.50;11.85;1071.00;1.84;0.34 -7550;4;1800.00;10.35;279.00;0.89;0.46 -7551;4;1463.00;10.20;1549.00;1.89;0.30 -7552;4;1393.50;10.10;1363.50;4.05;0.30 -7553;4;2048.00;11.30;472.50;4.01;0.48 -7554;4;3531.50;13.85;1364.00;4.33;0.28 -7555;4;1355.00;10.30;1395.00;-1.32;0.42 -7556;4;3872.50;11.10;1410.50;4.51;0.44 -7557;4;4776.00;9.50;601.00;3.92;0.24 -7558;4;1531.50;12.30;1485.00;4.71;0.28 -7559;4;4355.50;10.10;913.50;1.42;0.30 -7560;4;3774.00;11.15;1266.00;1.29;0.44 -7561;4;2220.50;10.00;761.00;1.57;0.58 -7562;4;4315.00;11.75;1017.50;3.85;0.38 -7563;4;3673.00;10.00;1326.50;1.10;0.58 -7564;4;5159.50;9.85;243.00;2.24;0.28 -7565;4;4188.00;10.32;1063.00;1.37;0.44 -7566;4;5064.50;11.20;362.50;3.80;0.44 -7567;4;4956.50;9.50;131.00;1.05;0.56 -7568;4;4584.50;9.80;1189.50;1.46;0.30 -7569;4;4895.50;9.95;1454.00;1.95;0.28 -7570;4;4963.50;16.60;593.50;4.53;0.52 -7571;4;4556.50;12.15;1243.00;1.75;0.38 -7572;4;4363.50;9.70;912.00;4.49;0.32 -7573;4;3706.50;12.20;1270.00;2.00;0.52 -7574;4;4092.00;10.65;995.50;4.24;0.34 -7575;4;4656.50;12.00;1378.00;2.24;0.28 -7576;4;3267.50;11.20;137.50;1.62;0.70 -7577;4;4508.50;10.95;1088.00;1.57;0.32 -7578;4;4666.00;12.45;1421.50;1.65;0.48 -7579;4;4666.00;10.30;239.50;4.14;0.52 -7580;4;4570.50;9.80;1176.50;4.30;0.32 -7581;4;1972.50;10.80;400.50;1.74;0.40 -7582;4;4755.00;11.12;1430.00;4.51;0.34 -7583;4;1480.50;9.90;1410.50;4.57;0.30 -7584;4;3841.50;11.90;1260.50;1.24;0.42 -7585;4;4912.50;10.70;594.50;1.51;0.40 -7586;4;1371.50;10.65;1474.00;4.00;0.34 -7587;4;4358.00;10.15;871.50;4.06;0.24 -7588;4;1534.50;10.95;1508.00;-1.29;0.28 -7589;4;2145.50;10.65;550.00;2.15;0.44 -7590;4;1630.50;9.80;1197.50;4.30;0.28 -7591;4;4804.00;12.12;1407.00;1.57;0.34 -7592;4;5122.00;10.25;240.50;3.56;0.38 -7593;4;4162.50;10.20;1043.00;-1.15;0.44 -7594;4;1996.00;10.75;387.50;1.64;0.40 -7595;4;5041.00;12.15;1387.50;4.58;0.36 -7596;4;4530.50;12.10;1164.50;-1.42;0.38 -7597;4;3860.50;10.80;1410.50;1.89;0.50 -7598;4;4668.50;12.60;602.50;2.11;0.28 -7599;4;1368.50;10.30;1389.50;4.30;0.36 -7600;4;3817.00;10.25;1442.50;1.81;0.50 -7601;4;4437.00;9.92;882.00;1.76;0.20 -7602;4;3656.50;10.50;1270.50;-1.31;0.54 -7603;4;4332.00;11.52;987.00;4.17;0.38 -7604;4;3500.00;14.57;1287.00;4.46;0.36 -7605;4;3107.50;12.50;247.50;1.92;0.74 -7606;4;4436.00;13.95;1059.50;1.40;0.32 -7607;4;1373.50;11.45;1533.00;1.83;0.34 -7608;4;4670.00;10.35;217.50;-1.51;0.52 -7609;4;4548.50;11.90;1169.00;3.78;0.38 -7610;4;5082.50;10.20;310.50;2.07;0.56 -7611;4;1414.00;10.05;1559.50;4.54;0.28 -7612;4;1505.00;10.40;1406.00;4.39;0.36 -7613;4;4795.50;11.40;1480.50;3.28;0.40 -7614;4;5078.00;10.35;572.50;1.93;0.30 -7615;4;1409.00;10.40;1468.50;-1.21;0.30 -7616;4;4869.00;11.32;1545.00;4.46;0.54 -7617;4;1556.50;9.70;1014.50;3.68;0.28 -7618;4;3753.00;9.85;1325.50;1.91;0.64 -7619;4;4036.00;10.50;974.50;-1.47;0.36 -7620;4;3410.00;13.50;1290.00;2.35;0.30 -7621;4;1890.00;9.65;243.50;4.15;0.42 -7622;4;1522.50;9.70;1242.00;2.89;0.24 -7623;4;4894.00;10.67;251.00;3.64;0.84 -7624;4;3561.50;9.70;1361.00;1.84;0.24 -7625;4;4576.00;9.70;1155.50;1.67;0.28 -7626;4;1419.00;9.90;1518.00;1.57;0.36 -7627;4;4980.00;10.30;548.50;2.86;0.50 -7628;4;1327.00;10.30;1375.00;1.81;0.36 -7629;4;1675.50;11.50;1635.50;3.54;0.26 -7630;4;1568.50;9.55;1015.00;4.58;0.36 -7631;4;4547.00;13.40;1330.00;2.82;0.52 -7632;4;1688.50;11.20;1171.50;3.80;0.48 -7633;4;4661.00;11.62;1365.00;-1.24;0.30 -7634;4;4242.00;10.10;1045.50;2.46;0.36 -7635;4;3700.50;11.60;1335.50;1.39;0.56 -7636;4;2046.50;10.90;538.50;3.92;0.36 -7637;4;4608.50;11.15;1143.00;-1.29;0.36 -7638;4;1971.50;9.80;342.50;3.70;0.44 -7639;4;3826.50;10.20;1300.00;4.53;0.40 -7640;4;1473.50;10.30;1383.50;1.06;0.30 -7641;4;3670.00;9.92;1399.00;-1.40;0.56 -7642;4;4518.50;9.75;530.00;2.15;0.18 -7643;4;1520.50;12.20;1461.50;1.71;0.36 -7644;4;1820.00;9.65;1642.50;4.15;0.40 -7645;4;4466.50;9.80;855.50;1.76;0.24 -7646;4;1547.00;12.65;1509.00;4.39;0.30 -7647;4;4335.00;12.05;969.50;-1.48;0.24 -7648;4;4627.50;12.70;1406.50;1.49;0.50 -7649;4;5119.00;10.05;212.00;1.57;0.34 -7650;4;4491.00;9.90;1029.50;-1.47;0.32 -7651;4;5119.50;10.40;294.00;3.60;0.36 -7652;4;4759.00;10.15;1418.00;4.51;0.24 -7653;4;4604.50;11.25;1117.00;4.71;0.30 -7654;4;4589.00;10.80;520.50;2.03;0.32 -7655;4;4104.50;10.30;1680.50;1.63;0.52 -7656;4;4597.00;10.72;1225.00;1.81;0.24 -7657;4;3820.50;10.30;1429.00;4.00;0.44 -7658;4;4298.00;10.35;728.50;3.87;0.48 -7659;4;4525.00;12.25;1302.00;3.92;0.50 -7660;4;1719.00;9.70;1169.50;2.55;0.28 -7661;4;3583.50;9.70;1332.50;2.35;0.22 -7662;4;4182.00;9.70;1051.50;-1.47;0.36 -7663;4;4779.00;11.80;1392.00;1.10;0.34 -7664;4;5136.50;11.70;196.00;4.49;0.38 -7665;4;4529.50;10.50;1111.50;4.30;0.38 -7666;4;5108.00;10.75;296.00;2.89;0.32 -7667;4;970.50;13.80;1486.50;1.68;0.48 -7668;4;1419.50;9.70;1381.50;3.25;0.26 -7669;4;4865.50;10.15;456.00;2.67;0.28 -7670;4;4835.50;10.60;1433.50;2.60;0.42 -7671;4;3393.00;10.45;1253.50;-1.32;0.24 -7672;4;4880.50;10.30;1481.50;1.83;0.44 -7673;4;4364.50;10.15;686.00;2.78;0.28 -7674;4;4604.00;13.25;1374.00;-1.32;0.48 -7675;4;4341.50;12.30;959.50;2.19;0.28 -7676;4;4398.00;14.67;1514.00;-1.42;0.54 -7677;4;958.50;13.70;1731.00;1.57;0.60 -7678;4;3230.50;9.55;1332.00;-1.19;0.40 -7679;4;2481.50;9.50;23.00;2.63;0.68 -7680;4;4096.00;11.32;1546.00;4.71;0.54 -7681;4;3921.50;11.40;1690.00;4.41;0.44 -7682;4;3871.50;10.25;1337.00;1.98;0.40 -7683;4;1789.50;11.55;1768.00;4.12;1.32 -7684;4;1118.00;15.80;1519.00;2.24;0.50 -7685;4;3957.50;10.30;1753.00;4.45;0.62 -7686;4;503.00;9.50;481.00;4.65;1.16 -7687;4;4041.50;10.40;1609.50;4.14;0.54 -7688;4;1111.50;14.90;1590.00;1.57;0.48 -7689;4;3955.50;9.70;1883.50;2.60;1.00 -7690;4;5168.50;9.50;703.00;3.90;1.52 -7691;4;4738.50;11.20;1642.50;2.63;0.72 -7692;4;5566.00;10.80;139.00;4.39;0.30 -7693;4;4158.00;15.22;1485.00;3.60;0.60 -7694;4;4368.50;9.50;583.00;2.47;1.02 -7695;4;2853.50;9.50;1609.00;-1.23;0.70 -7696;4;916.50;10.65;2020.00;-1.53;1.18 -7697;4;4672.50;11.00;1522.50;-0.96;0.66 -7698;4;5415.50;9.50;460.00;2.09;0.90 -7699;4;5485.00;9.50;956.00;2.03;0.66 -7700;4;5571.00;9.50;1477.50;1.67;0.82 -7701;4;4193.00;10.40;1704.50;4.36;0.58 -7702;4;4104.00;12.25;1348.00;4.71;0.56 -7703;4;4343.50;14.50;1568.00;1.75;0.50 -7704;4;4972.50;9.50;1305.00;1.15;1.18 -7705;4;4090.00;9.50;763.50;-1.49;0.90 -7706;4;3938.50;11.00;1369.50;-1.20;0.36 -7707;4;4297.00;11.30;1770.00;1.89;0.86 -7708;4;4033.50;10.05;1558.00;1.45;0.60 -7709;4;4313.00;9.50;62.50;1.53;0.98 -7710;4;4264.00;9.50;205.00;1.86;0.98 -7711;4;3968.50;10.40;1414.00;4.59;0.46 -7712;4;3695.50;10.00;1840.50;1.63;0.76 -7713;4;4309.00;14.30;1604.00;-1.29;0.54 -7714;4;3887.00;9.50;290.00;4.05;1.10 -7715;4;3353.50;9.50;24.00;4.03;0.86 -7716;4;3135.50;10.80;573.50;3.79;0.62 -7717;4;4448.00;13.75;1517.50;1.72;0.46 -7718;4;1081.50;13.00;1737.50;1.63;0.64 -7719;4;2670.00;9.50;639.50;1.10;1.08 -7720;4;2401.50;9.50;556.50;2.05;0.84 -7721;4;962.00;14.60;1616.00;4.39;0.60 -7722;4;4005.50;9.80;1660.50;4.53;0.50 -7723;4;1818.50;9.50;1353.00;4.37;1.06 -7724;4;1951.50;9.50;2010.00;4.54;0.94 -7725;4;4650.50;11.80;1555.00;2.31;0.56 -7726;4;4523.50;10.70;1709.50;1.08;0.88 -7727;4;4357.00;12.45;1358.50;1.62;0.50 -7728;4;1261.50;9.50;421.50;4.63;0.92 -7729;4;123.00;9.50;161.50;1.42;1.30 -7730;4;530.00;9.50;1243.50;4.32;1.40 -7731;4;4289.00;13.15;1584.50;-1.52;0.52 -7732;4;4219.00;11.40;1376.00;4.51;0.44 -7733;4;3846.00;9.70;1735.50;4.66;0.72 -7734;4;282.50;9.50;1672.00;-1.48;1.02 -7735;4;621.50;9.50;1080.00;1.44;1.04 -7736;4;4580.50;12.20;1598.50;1.31;0.72 -7737;4;4206.00;14.12;1434.00;4.54;0.52 -7738;4;3927.50;9.80;1827.00;4.71;0.86 -7739;4;1064.00;9.50;504.50;-1.43;1.14 -7740;4;5521.00;9.50;1144.50;2.52;1.08 -7741;4;3878.50;10.90;1609.50;4.05;0.52 -7742;4;5600.50;11.25;177.00;2.97;0.38 -7743;4;4659.50;13.30;1501.50;2.35;0.72 -7744;4;4283.50;10.80;1674.50;1.39;0.76 -7745;4;1210.50;11.60;1609.50;1.93;0.50 -7746;4;4800.50;12.35;1710.00;-1.39;0.62 -7747;4;1081.00;14.40;1431.00;1.40;0.46 -7748;4;4901.00;12.70;1555.50;3.99;0.46 -7749;4;4510.50;12.95;1444.00;4.45;0.58 -7750;4;4149.00;9.90;1743.00;1.27;0.66 -7751;4;4561.00;12.40;1575.50;-1.49;0.68 -7752;4;4484.50;13.80;1456.00;3.97;0.66 -7753;4;932.00;14.07;1730.00;1.69;0.52 -7754;4;4847.00;10.80;1575.50;1.04;0.66 -7755;4;5068.50;10.05;104.00;1.57;0.28 -7756;4;1019.00;15.15;1565.00;1.97;0.54 -7757;4;4147.00;10.50;1628.50;1.49;0.44 -7758;4;1964.50;9.70;1711.00;1.39;0.76 -7759;4;4566.00;11.30;1675.50;-1.48;0.68 -7760;4;1144.50;12.40;1647.50;1.34;0.54 -7761;4;948.00;13.60;1797.00;2.15;0.68 -7762;4;1254.00;11.22;1478.00;2.35;0.44 -7763;4;4804.50;10.50;1543.00;2.00;0.66 -7764;4;1100.00;16.95;1510.00;2.21;0.40 -7765;4;4712.00;11.30;1765.00;1.57;1.06 -7766;4;1009.00;12.15;1854.00;1.24;1.16 -7767;4;4803.00;10.05;1462.50;-1.48;0.46 -7768;4;3841.50;9.80;1828.50;2.78;0.84 -7769;4;4407.50;10.95;1637.00;2.15;0.54 -7770;4;3102.50;13.45;303.00;4.09;0.84 -7771;4;1251.50;11.00;1608.50;1.48;0.48 -7772;4;4875.00;12.22;1688.00;2.26;0.98 -7773;4;4275.00;13.62;1520.00;1.84;0.56 -7774;4;3884.50;9.80;1679.50;1.79;0.54 -7775;4;3830.50;10.75;1323.00;4.56;0.44 -7776;4;1369.00;10.30;1660.50;4.15;0.42 -7777;4;3868.50;10.25;1358.00;1.75;0.52 -7778;4;3782.50;9.80;1711.50;4.14;0.64 -7779;4;1052.00;15.80;1675.50;2.64;0.58 -7780;4;1171.00;13.60;1554.00;4.57;0.36 -7781;4;4121.50;9.90;1802.50;4.32;0.84 -7782;4;1264.00;10.10;1847.00;1.38;1.44 -7783;4;5556.50;10.20;157.00;2.24;0.28 -7784;4;4072.00;11.70;1472.50;2.72;0.52 -7785;4;4697.00;11.50;1632.50;4.52;0.80 -7786;4;4591.00;11.50;1533.50;-1.10;0.64 -7787;4;1016.00;12.70;1796.00;4.43;0.68 -7788;4;1907.50;10.10;1715.00;2.53;0.80 -7789;4;4127.00;9.80;1667.00;4.17;0.44 -7790;4;4020.50;12.90;1296.50;4.14;0.64 -7791;4;1506.00;14.00;1465.50;1.67;0.26 -7792;4;4147.50;12.50;1343.50;4.66;0.44 -7793;4;4025.50;10.40;1722.50;3.64;0.56 -7794;4;1471.00;10.50;1750.00;1.57;0.84 -7795;4;4013.50;10.40;1418.50;1.51;0.50 -7796;4;3824.50;9.70;1793.00;1.13;0.76 -7797;4;1403.50;10.90;1459.50;3.92;0.30 -7798;4;5053.50;9.70;83.00;1.92;0.40 -7799;4;4321.00;17.55;1480.50;1.78;0.52 -7800;4;3914.00;10.27;1641.00;4.51;0.54 -7801;4;4836.50;11.20;1506.00;4.36;0.54 -7802;4;4378.50;10.90;1693.00;4.60;0.86 -7803;4;4440.50;13.35;1343.00;1.57;0.56 -7804;4;4222.00;15.30;1537.00;3.38;0.60 -7805;4;4323.50;10.55;1772.00;4.65;1.06 -7806;4;4415.50;14.25;1408.00;1.80;0.56 -7807;4;1729.00;11.15;1738.50;1.94;0.90 -7808;4;4229.50;13.80;1424.50;4.57;0.40 -7809;4;4056.00;9.70;1842.00;4.24;0.80 -7810;4;1910.50;10.10;1774.50;1.80;0.74 -7811;4;5033.50;9.90;76.50;2.07;0.40 -7812;4;4697.00;11.07;1438.00;1.57;0.38 -7814;4;1117.00;13.00;1628.50;4.24;0.56 -7815;4;4217.50;10.20;1654.50;1.62;0.50 -7816;4;4487.00;16.60;1546.50;4.31;0.48 -7817;4;4768.00;11.40;1763.00;1.04;0.94 -7818;4;1096.00;14.70;1492.50;1.64;0.32 -7819;4;4208.50;13.70;1550.50;4.28;0.60 -7820;4;996.50;13.55;1734.00;-1.41;0.76 -7821;4;1066.50;15.85;1475.00;4.21;0.50 -7822;4;4172.50;11.10;1577.50;4.51;0.54 -7823;4;4563.00;12.10;1482.50;1.63;0.52 -7824;4;3737.00;13.85;1781.00;2.24;0.58 -7825;4;4076.50;10.40;1621.00;4.53;0.64 -7826;4;5571.00;10.70;125.00;2.35;0.32 -7827;4;993.00;15.05;1548.50;1.91;0.56 -7828;4;4468.50;11.20;1667.00;-0.89;0.72 -7829;4;1396.50;11.10;1638.50;4.09;0.36 -7830;4;894.50;10.65;1961.00;4.66;1.60 -7831;4;1416.00;10.50;1499.50;1.44;0.38 -7832;4;4787.50;11.00;1513.00;1.36;0.74 -7833;4;3890.50;9.80;1722.50;-1.35;0.48 -7834;4;1325.00;10.20;1516.00;2.03;0.36 -7835;4;2247.50;9.60;782.00;-1.23;0.62 -7836;4;1265.00;10.60;1391.50;2.26;0.44 -7837;4;4039.00;9.85;1777.50;1.94;0.74 -7838;4;4436.00;11.82;1592.00;2.24;0.58 -7839;4;5514.50;11.80;88.00;4.43;0.34 -7840;4;1217.50;11.90;1590.50;4.55;0.48 -7841;4;4344.00;11.10;1644.50;3.56;0.50 -7842;4;3289.00;13.40;332.00;4.61;0.84 -7843;4;4226.00;14.45;1507.50;2.03;0.64 -7844;4;4740.50;11.50;1665.50;4.27;0.88 -7845;4;1004.50;16.00;1640.00;2.93;0.54 -7846;4;3854.00;9.80;1675.50;4.35;0.36 -7847;4;3873.50;12.25;1146.00;3.43;0.44 -7848;4;4757.50;10.75;1574.00;1.48;0.58 -7849;4;4111.50;9.80;1722.50;4.32;0.64 -7850;4;4100.00;14.55;1386.50;4.67;0.50 -7851;4;4743.50;10.80;1601.50;3.92;0.64 -7852;4;1279.00;10.85;1572.50;1.91;0.56 -7853;4;931.00;12.60;1749.00;1.24;0.58 -7854;4;4616.00;11.80;1619.50;1.62;0.64 -7855;4;291.50;10.30;2004.00;1.43;2.30 -7856;4;2003.50;10.40;718.00;-1.22;0.44 -7857;4;3014.50;14.70;1503.50;2.35;0.24 -7858;4;955.00;12.25;1891.50;1.08;1.44 -7859;4;5109.00;11.72;121.00;3.92;0.30 -7860;4;4544.50;14.00;1524.50;2.27;0.54 -7861;4;4103.00;9.80;1663.00;4.54;0.48 -7862;4;1250.00;10.95;1652.00;3.92;0.38 -7863;4;4408.00;10.40;1728.00;1.47;0.72 -7864;4;4332.50;14.10;1397.00;4.27;0.56 -7865;4;939.50;9.50;1649.50;4.51;0.32 -7866;4;4089.00;11.85;1413.50;3.97;0.60 -7867;4;3895.50;9.70;1779.50;1.76;0.66 -7868;4;4994.50;10.15;1572.00;4.28;0.54 -7869;4;687.50;11.90;1981.50;1.59;2.56 -7870;4;4258.50;16.30;1442.50;1.69;0.56 -7871;4;4903.00;12.40;1601.50;4.46;0.60 -7872;4;3209.50;12.30;382.50;4.58;0.76 -7873;4;4732.50;11.00;1521.50;4.30;0.60 -7874;4;3894.00;10.40;1623.50;4.41;0.52 -7875;4;1590.00;11.00;1690.50;3.85;0.48 -7876;4;4354.00;10.45;1666.00;-1.40;0.62 -7877;4;1205.50;11.10;1688.50;1.63;0.48 -7878;4;5267.50;10.05;1620.00;4.22;1.50 -7879;4;1011.00;13.80;1493.50;-0.96;0.44 -7880;4;1149.50;12.00;1683.00;1.92;0.72 -7881;4;4420.00;14.05;1448.50;1.84;0.52 -7882;4;4129.00;9.80;1771.00;1.42;0.72 -7883;4;1162.50;11.50;1714.50;4.10;0.38 -7884;4;407.50;9.70;1903.50;4.57;1.18 -7885;4;4513.00;14.65;1473.00;4.24;0.54 -7886;4;4178.00;10.95;1646.00;4.24;0.54 -7887;4;5559.00;10.30;178.00;2.03;0.22 -7888;4;1077.50;16.20;1575.50;-0.91;0.48 -7889;4;4690.00;10.60;1705.50;1.69;0.52 -7890;4;4112.00;13.67;1525.00;1.21;0.44 -7891;4;825.00;12.15;1972.50;1.36;1.24 -7892;4;1292.00;11.22;1512.00;2.03;0.42 -7893;4;1675.50;10.00;1722.50;-0.54;0.88 -7894;4;4716.50;11.00;1485.00;2.78;0.40 -7895;4;3770.50;10.30;1781.50;4.35;0.66 -7896;4;1359.50;11.10;1703.50;2.52;0.44 -7897;4;4786.50;11.80;1469.50;2.35;0.50 -7898;4;3702.00;10.05;1800.50;1.27;0.74 -7899;4;1409.00;11.20;1715.50;1.81;0.76 -7900;4;3301.50;10.50;219.00;1.98;0.44 -7901;4;1127.50;11.20;1996.00;-1.40;1.96 -7902;4;4426.00;11.50;1652.00;4.19;0.66 -7903;4;3907.50;10.55;1127.00;0.46;0.50 -7904;4;1283.50;10.35;1476.00;4.49;0.46 -7905;4;4005.50;10.35;1083.00;1.57;0.42 -7906;4;3267.00;9.50;1378.00;1.05;1.00 -7907;4;2756.00;9.50;47.00;-1.34;1.08 -7908;4;2745.00;12.12;1159.00;1.89;0.56 -7909;4;4363.50;11.95;997.00;4.29;0.32 -7910;4;1609.50;9.50;1271.00;1.16;1.08 -7911;4;4451.50;13.40;1217.50;4.44;0.40 -7912;4;3337.00;10.85;772.50;4.30;1.04 -7913;4;1257.50;15.40;1203.00;4.29;0.46 -7914;4;438.00;9.50;482.50;4.46;0.92 -7915;4;1766.50;10.40;971.50;3.99;0.78 -7916;4;3852.50;18.10;1226.50;3.76;0.48 -7917;4;3810.50;11.80;1074.50;3.03;0.46 -7918;4;5166.50;9.50;775.00;0.93;1.26 -7919;4;3149.50;10.70;834.00;2.15;0.80 -7920;4;1098.50;13.70;1400.00;1.41;0.56 -7921;4;1164.00;15.65;1257.00;3.92;0.52 -7922;4;4351.50;9.50;470.00;1.57;0.78 -7923;4;2831.00;9.50;1655.50;2.07;0.88 -7924;4;3786.50;9.90;1302.00;2.09;0.44 -7925;4;3293.50;10.70;892.50;4.05;0.48 -7926;4;4230.50;21.60;1162.50;3.05;0.56 -7927;4;5389.00;9.50;428.50;1.63;1.08 -7928;4;5519.00;9.50;984.00;1.27;1.22 -7929;4;5525.50;9.50;1578.50;1.74;1.24 -7930;4;2757.00;10.75;896.50;-1.07;0.88 -7931;4;3105.00;11.00;683.50;2.14;0.64 -7932;4;4848.00;9.50;1230.50;0.19;1.26 -7933;4;4045.50;9.50;761.00;2.30;1.14 -7934;4;3441.50;12.10;1048.50;1.92;0.52 -7935;4;1114.50;13.35;1329.00;4.29;0.60 -7936;4;1616.00;12.12;919.00;2.21;0.64 -7937;4;4205.00;9.50;202.00;-0.98;1.06 -7938;4;4083.50;10.60;1053.50;1.83;0.42 -7939;4;2907.50;10.80;900.50;1.17;0.92 -7940;4;4287.00;19.55;1248.00;1.66;0.86 -7941;4;3916.00;9.50;200.00;4.43;1.24 -7943;4;2689.00;10.50;1008.50;2.09;1.18 -7944;4;3421.00;15.47;859.00;2.82;0.50 -7945;4;1312.50;10.40;1435.00;4.71;0.34 -7946;4;2602.00;9.50;653.50;4.24;0.84 -7947;4;2329.50;9.50;549.50;2.56;1.34 -7948;4;4521.00;13.20;1161.50;1.10;0.32 -7949;4;4035.50;14.70;1324.50;-1.28;0.60 -7950;4;2800.00;10.30;872.50;3.96;0.82 -7951;4;1761.00;9.50;1340.50;2.32;1.14 -7952;4;2023.50;9.50;1894.00;1.48;1.00 -7953;4;3556.00;9.70;1165.00;4.71;0.52 -7954;4;2793.50;10.20;890.50;1.06;0.72 -7955;4;1284.50;9.50;375.50;1.70;1.42 -7956;4;357.00;9.50;148.00;1.67;1.02 -7957;4;539.50;9.50;1278.00;-1.33;1.46 -7958;4;2771.00;13.40;1190.00;4.33;0.50 -7959;4;2641.50;10.35;765.00;4.28;0.74 -7960;4;3662.50;9.60;1046.00;3.98;0.54 -7961;4;221.50;9.50;1686.50;2.14;1.22 -7962;4;542.50;9.50;1112.50;1.75;0.98 -7963;4;3036.50;11.80;822.50;1.63;0.82 -7964;4;1033.00;10.05;1343.00;2.15;0.64 -7965;4;4373.50;14.70;1070.00;1.05;0.38 -7966;4;1030.00;9.50;520.50;2.15;1.08 -7967;4;5408.00;9.50;1651.50;0.92;1.14 -7968;4;1778.00;10.25;1026.00;4.24;0.68 -7969;4;3579.00;14.15;1249.00;4.71;0.44 -7970;4;3409.00;11.95;1113.00;4.30;0.58 -7971;4;4313.00;13.85;1332.00;4.60;0.56 -7972;4;2580.00;11.05;867.50;1.23;0.38 -7973;4;1217.50;13.30;1288.00;1.83;0.56 -7974;4;4364.50;10.75;987.00;2.97;0.28 -7975;4;3896.50;15.15;1170.00;2.67;0.40 -7976;4;4357.50;14.30;1046.50;4.62;0.40 -7977;4;3524.50;9.70;1181.00;4.29;0.40 -7978;4;2966.00;12.10;761.50;4.50;0.56 -7979;4;2625.00;10.70;1083.50;4.62;0.40 -7980;4;3444.00;11.72;815.00;4.39;0.66 -7981;4;1276.50;10.40;1401.00;1.78;0.50 -7982;4;3699.50;10.70;1100.00;1.43;0.46 -7983;4;2733.00;11.00;825.50;4.11;0.86 -7984;4;3839.00;17.22;1237.00;3.92;0.48 -7985;4;3078.00;14.95;1106.00;3.92;0.74 -7986;4;1011.50;9.70;1414.50;1.48;0.32 -7987;4;3243.50;10.80;986.00;1.82;1.20 -7988;4;4371.00;20.20;1184.00;2.35;0.68 -7989;4;3353.50;10.70;968.50;1.92;0.62 -7990;4;3735.00;12.80;1201.00;4.17;0.50 -7991;4;1597.00;12.20;907.50;2.31;0.66 -7992;4;2578.50;9.70;966.00;1.00;0.96 -7993;4;1675.00;13.02;976.00;2.82;0.66 -7994;4;3507.00;9.70;1186.00;3.92;0.44 -7995;4;3529.50;11.10;1076.50;4.48;0.70 -7996;4;3276.50;11.90;736.50;4.39;0.66 -7997;4;4302.50;20.95;1295.00;1.57;0.62 -7998;4;3982.00;10.40;1111.50;2.18;0.50 -7999;4;1109.00;16.02;1494.00;-1.40;0.40 -8001;4;3523.50;9.75;1157.00;1.57;0.44 -8002;4;3678.50;10.00;954.50;3.92;0.74 -8003;4;1180.00;14.57;1294.00;2.11;0.54 -8004;4;3488.50;12.10;1032.00;1.72;0.62 -8005;4;4005.00;20.35;1223.50;4.14;0.52 -8006;4;2665.00;10.40;746.00;4.09;0.80 -8007;4;3938.50;10.15;1147.00;1.78;0.48 -8008;4;2669.00;11.02;819.00;2.27;0.78 -8009;4;3694.00;11.55;1223.50;4.10;0.58 -8010;4;4199.50;16.90;1095.50;-1.37;0.52 -8011;4;4011.00;11.52;859.00;3.73;0.30 -8012;4;1087.50;12.75;1373.00;1.34;0.52 -8013;4;3829.50;13.20;1123.50;1.63;0.62 -8014;4;1515.00;10.70;1474.50;4.58;0.22 -8015;4;2596.00;9.70;888.50;4.10;0.52 -8016;4;3145.00;11.10;598.00;-1.36;0.76 -8017;4;1424.00;11.80;1109.50;4.62;0.68 -8018;4;4299.00;21.15;1231.50;4.11;0.80 -8019;4;1691.50;9.50;367.50;-1.35;0.76 -8020;4;3716.00;12.72;1007.00;-1.44;0.46 -8021;4;2945.00;12.50;790.50;1.64;0.66 -8022;4;3943.50;12.60;1212.00;4.29;0.46 -8023;4;4381.00;14.55;1052.00;-1.24;0.36 -8024;4;1756.50;9.70;1002.50;-1.03;0.58 -8025;4;1292.50;10.70;1436.00;-1.35;0.40 -8026;4;4451.50;10.30;1158.00;4.43;0.36 -8027;4;3924.50;18.00;1293.50;-1.50;0.48 -8028;4;2888.50;10.20;877.50;4.67;0.70 -8029;4;4071.50;22.85;1166.00;4.61;0.82 -8030;4;3543.00;11.30;943.00;2.03;0.72 -8031;4;3655.50;13.90;1166.50;1.89;0.56 -8032;4;1208.00;12.10;1172.50;2.18;0.48 -8033;4;1098.50;10.90;1338.50;3.56;0.44 -8034;4;2920.00;9.70;730.50;0.33;0.68 -8035;4;2633.00;10.57;1000.00;1.64;1.26 -8036;4;3422.50;17.70;779.50;3.63;0.76 -8037;4;4228.00;22.60;1226.50;2.21;0.76 -8038;4;2605.00;9.70;1098.00;3.38;0.64 -8039;4;2805.00;10.55;807.00;2.44;0.56 -8040;4;3559.00;15.25;1222.50;4.62;0.42 -8041;4;4300.00;20.30;1146.50;4.46;0.74 -8042;4;4098.50;12.85;1293.00;1.88;0.70 -8043;4;3446.50;9.90;873.00;4.27;0.80 -8044;4;3876.50;16.30;1162.00;1.70;0.52 -8045;4;4383.50;11.40;955.50;1.76;0.32 -8046;4;2726.00;14.80;1169.00;2.03;0.54 -8047;4;1560.50;9.70;874.00;4.71;0.72 -8048;4;3183.00;11.30;629.50;-1.26;0.80 -8049;4;4510.50;11.20;1241.50;1.68;0.40 -8050;4;1762.00;9.80;917.00;3.89;1.04 -8051;4;3600.50;9.50;1066.00;3.70;0.40 -8052;4;3208.00;11.30;832.00;4.42;0.92 -8053;4;3793.00;12.75;1206.00;1.76;0.56 -8054;4;3169.00;12.85;458.00;1.57;0.74 -8055;4;4467.00;13.95;1324.50;1.64;0.54 -8056;4;1661.50;13.15;1043.00;1.98;0.40 -8057;4;1135.50;10.30;1274.50;2.63;0.64 -8058;4;2622.00;11.02;913.00;1.68;0.84 -8059;4;4291.00;21.85;1170.50;4.44;0.56 -8060;4;3492.50;12.35;1002.00;4.71;0.76 -8061;4;2930.00;10.00;1159.00;-1.44;0.68 -8062;4;3411.50;14.70;726.50;4.51;0.86 -8063;4;4317.00;10.00;1070.50;1.69;0.52 -8064;4;1234.00;11.30;1391.00;2.35;0.56 -8065;4;2724.00;10.90;792.50;1.75;0.72 -8066;4;3843.00;13.40;1103.00;2.89;0.62 -8067;4;4022.50;10.40;833.50;3.92;0.24 -8068;4;4148.50;23.05;1240.00;1.90;0.88 -8069;4;3091.50;10.10;1121.50;-1.48;0.42 -8070;4;1172.00;12.95;1430.00;2.03;0.52 -8071;4;2760.50;10.85;847.00;3.43;0.78 -8072;4;4524.00;14.45;1179.00;2.15;0.38 -8073;4;3461.50;9.70;941.00;4.18;0.62 -8074;4;3624.00;14.30;1200.00;3.92;0.42 -8075;4;1615.00;10.70;868.50;2.29;0.44 -8076;4;3966.50;10.40;1014.00;4.19;0.28 -8077;4;2928.50;9.80;1187.00;1.70;0.68 -8078;4;3076.50;10.85;765.00;1.47;0.64 -8079;4;1272.50;10.40;1218.00;3.53;0.56 -8080;4;1790.00;10.40;1009.50;3.49;0.56 -8081;4;4475.50;14.35;1281.00;1.41;0.54 -8082;4;4073.50;12.80;1112.50;2.82;0.32 -8083;4;1460.00;12.80;1474.00;4.51;0.26 -8084;4;3254.00;11.10;878.00;3.28;0.74 -8085;4;3541.00;10.12;1131.00;-1.10;0.48 -8086;4;4083.00;12.30;1326.50;3.52;0.80 -8087;4;4033.00;10.87;932.00;2.03;0.36 -8088;4;2750.50;11.00;1136.00;2.14;1.16 -8089;4;1282.00;14.92;1170.00;1.44;0.76 -8090;4;3882.00;15.70;1178.50;1.81;0.48 -8091;4;4592.50;11.70;696.00;2.09;0.30 -8092;4;3400.00;12.50;1057.50;1.93;0.50 -8093;4;3640.50;13.30;1244.50;4.64;0.52 -8094;4;3529.00;11.85;797.00;4.71;0.58 -8095;4;4480.00;12.42;1091.00;3.73;0.40 -8096;4;2770.50;10.50;809.00;4.41;0.70 -8097;4;1159.00;13.07;1373.00;1.35;0.64 -8098;4;3857.50;14.15;1120.00;1.57;0.58 -8099;4;3743.00;10.17;1301.00;1.57;0.52 -8100;4;4009.50;11.80;868.00;1.29;0.32 -8101;4;3394.00;11.60;1158.50;-1.50;0.74 -8102;4;4359.50;12.60;1340.50;1.76;0.40 -8103;4;3189.50;11.20;932.50;-1.24;0.92 -8104;4;4350.50;20.25;1183.00;1.57;0.86 -8105;4;3293.50;10.30;997.50;3.08;0.64 -8106;4;3943.00;10.05;1176.50;1.73;0.48 -8107;4;1897.50;9.90;919.50;2.42;0.96 -8108;4;3629.00;9.77;1036.00;3.33;0.46 -8109;4;2989.00;10.90;810.00;-1.10;0.70 -8110;4;1412.00;10.40;1418.00;4.51;0.28 -8111;4;2627.50;11.50;1108.00;3.38;0.60 -8112;4;4043.50;18.10;1272.50;2.45;0.56 -8113;4;1766.00;10.85;1030.00;1.40;0.32 -8114;4;4063.00;11.42;1112.00;1.32;0.48 -8115;4;1023.50;10.60;1425.50;4.28;0.56 -8116;4;2752.50;10.40;872.50;2.17;0.68 -8117;4;3627.00;15.05;1141.50;2.92;0.52 -8118;4;3622.00;9.87;986.00;1.95;1.28 -8119;4;1047.00;10.15;1309.00;4.12;0.56 -8120;4;4076.50;10.55;1018.00;4.33;0.32 -8121;4;4171.50;23.20;1139.50;1.69;0.44 -8122;4;2726.50;10.30;764.50;3.92;0.78 -8123;4;3496.50;10.70;1234.00;2.42;0.40 -8124;4;3470.00;10.00;833.00;2.03;0.36 -8125;4;3563.00;14.60;1237.50;4.41;0.44 -8126;4;4366.00;16.82;1106.00;2.55;0.30 -8127;4;4450.00;13.47;1293.00;2.03;0.52 -8128;4;3024.00;10.82;989.00;1.61;1.56 -8129;4;2094.00;11.15;685.00;4.53;0.82 -8130;4;4699.00;10.25;144.50;1.86;0.52 -8131;4;3312.00;9.50;1416.00;1.34;1.46 -8132;4;2879.50;9.50;167.00;1.66;0.92 -8133;4;3436.50;11.00;706.00;3.07;0.70 -8134;4;4821.50;10.65;288.00;1.80;1.12 -8135;4;1568.00;9.50;1329.00;0.71;0.84 -8136;4;3073.50;12.50;354.00;1.63;0.96 -8137;4;215.50;9.50;675.50;1.80;1.08 -8138;4;3027.00;12.20;422.50;3.88;0.66 -8139;4;4998.50;9.50;697.00;4.66;1.26 -8140;4;2058.50;11.90;591.50;1.03;0.92 -8141;4;4195.00;9.50;702.00;4.12;0.86 -8142;4;2801.50;9.50;1687.50;4.22;0.80 -8143;4;2225.00;9.70;699.50;2.21;0.60 -8144;4;3299.00;12.50;574.50;1.75;0.68 -8145;4;5486.50;9.50;379.00;3.95;1.28 -8146;4;5445.00;9.50;990.50;4.32;0.92 -8147;4;5579.50;9.50;1515.00;4.71;0.96 -8148;4;2127.50;11.20;534.50;1.37;0.56 -8149;4;1647.50;9.80;811.00;1.23;1.28 -8150;4;4797.00;9.50;1166.00;4.57;0.98 -8151;4;4064.00;9.50;719.50;4.68;0.98 -8152;4;4687.50;9.70;339.00;2.85;0.58 -8154;4;4266.00;9.50;155.50;1.52;0.98 -8155;4;4823.00;10.50;343.50;2.03;1.02 -8156;4;3886.00;9.50;202.00;1.69;1.04 -8157;4;1755.50;16.10;593.50;4.34;0.68 -8158;4;2630.50;9.50;618.00;2.19;1.10 -8159;4;2270.50;9.50;576.00;4.01;1.30 -8160;4;1663.50;10.80;693.00;4.71;0.94 -8161;4;1716.50;11.90;172.50;-1.37;0.68 -8162;4;2191.00;9.50;1209.00;-1.39;1.08 -8163;4;2029.50;9.50;1872.00;3.89;0.82 -8164;4;3473.50;9.80;678.00;4.53;0.62 -8165;4;4894.00;10.00;209.50;1.77;0.82 -8166;4;1237.50;9.50;330.50;1.20;0.98 -8167;4;373.50;9.50;108.50;1.66;1.06 -8168;4;594.50;9.50;1181.00;4.66;0.92 -8169;4;1847.00;9.75;404.00;1.97;0.74 -8170;4;212.50;9.50;1773.50;3.19;1.32 -8171;4;487.50;9.50;1152.50;2.42;1.10 -8172;4;1920.50;10.10;753.50;4.64;1.64 -8173;4;891.00;9.50;471.50;4.65;1.22 -8174;4;5403.00;9.50;1614.00;1.71;1.10 -8175;4;1925.50;10.50;679.50;1.60;1.30 -8176;4;1753.50;10.80;155.50;2.57;0.58 -8177;4;2157.00;11.67;676.00;1.57;0.60 -8178;4;3309.50;10.00;197.00;2.22;0.62 -8179;4;2211.00;9.70;785.00;1.37;0.60 -8180;4;3499.00;10.30;308.50;4.66;0.90 -8181;4;2028.50;12.05;462.00;4.71;0.56 -8182;4;3397.50;10.70;514.00;4.56;0.60 -8183;4;3401.50;12.05;569.00;4.29;0.66 -8184;4;2174.00;10.85;677.50;-1.36;0.66 -8185;4;1729.50;9.80;800.00;-1.51;1.32 -8186;4;4950.50;9.80;170.00;1.57;0.48 -8187;4;1884.00;9.70;382.00;4.71;0.60 -8188;4;3550.50;10.00;398.50;2.54;0.86 -8189;4;1935.50;9.80;567.50;1.33;1.04 -8190;4;2151.00;9.85;510.00;2.35;0.40 -8191;4;1716.00;10.75;679.50;1.72;0.62 -8192;4;1734.50;11.35;255.00;1.80;0.70 -8193;4;3032.00;11.15;591.00;-1.07;0.96 -8194;4;1709.50;14.50;369.00;2.12;0.56 -8195;4;1748.00;20.20;456.50;4.48;0.80 -8196;4;2176.50;9.80;575.50;2.35;0.54 -8197;4;2187.00;10.15;644.50;4.54;0.44 -8198;4;1693.50;11.05;106.00;2.20;0.48 -8199;4;1580.50;17.40;757.50;1.49;0.64 -8200;4;4734.50;10.70;223.00;3.55;0.78 -8201;4;3400.50;10.70;483.00;1.67;0.90 -8202;4;3016.50;12.55;390.00;4.60;0.62 -8203;4;1839.50;11.00;525.50;-1.34;0.78 -8204;4;5499.00;9.70;94.00;4.24;0.50 -8205;4;3382.00;14.02;545.00;4.24;0.66 -8206;4;4996.50;9.70;244.00;1.48;0.90 -8207;4;2990.00;11.85;616.00;1.37;1.24 -8208;4;1833.00;9.80;312.00;1.93;0.52 -8209;4;4770.50;10.20;386.50;1.96;0.80 -8210;4;2100.50;11.70;534.00;1.70;0.44 -8211;4;1780.00;9.90;678.00;2.64;0.78 -8212;4;5485.50;12.50;76.50;4.28;0.50 -8213;4;1664.00;9.80;797.50;3.37;1.08 -8214;4;3206.00;12.50;253.00;1.71;0.74 -8215;4;1752.00;11.20;316.50;1.47;0.60 -8216;4;1786.00;14.67;443.00;3.92;0.66 -8217;4;1718.50;12.40;532.50;3.09;0.38 -8218;4;1703.50;9.50;75.00;1.41;0.72 -8219;4;3018.00;10.45;543.00;4.59;0.62 -8220;4;4916.00;9.80;167.50;3.99;0.64 -8221;4;4568.00;10.30;620.50;1.67;0.36 -8222;4;1701.50;10.15;310.00;2.24;0.32 -8223;4;3309.50;12.70;698.50;-1.52;0.68 -8224;4;1956.50;11.00;507.00;3.35;0.90 -8225;4;1734.00;14.42;616.00;-0.62;0.76 -8226;4;2139.50;12.00;531.50;4.39;0.36 -8227;4;2187.50;10.60;737.50;1.63;0.68 -8228;4;4662.00;10.50;159.50;4.64;0.56 -8229;4;1706.00;11.87;292.00;3.52;0.36 -8230;4;5023.00;10.10;352.50;4.18;0.58 -8231;4;1729.50;14.90;518.50;4.20;0.48 -8232;4;5455.50;11.80;38.00;4.71;0.44 -8233;4;2114.50;11.60;617.50;3.92;0.58 -8234;4;5069.00;9.80;194.50;4.01;0.34 -8235;4;4971.00;14.40;580.00;2.89;0.58 -8236;4;1329.00;9.97;1137.00;1.57;0.50 -8237;4;4844.00;10.57;345.00;4.33;0.96 -8238;4;1913.00;10.35;403.00;4.33;0.62 -8239;4;2007.50;11.45;472.00;2.74;0.58 -8240;4;1793.00;10.40;607.00;2.26;0.74 -8241;4;5457.50;10.10;26.00;3.26;0.36 -8242;4;2175.50;10.50;716.50;4.65;0.64 -8243;4;4675.50;10.75;140.00;3.22;0.48 -8244;4;2962.00;10.50;675.50;4.64;0.42 -8245;4;3308.00;10.05;247.00;4.24;0.68 -8246;4;3535.50;10.90;258.00;1.08;0.80 -8247;4;4788.00;11.10;398.50;4.54;0.68 -8248;4;3026.50;10.50;519.00;3.32;0.74 -8249;4;5004.00;9.80;161.50;-1.32;0.64 -8250;4;4990.00;12.85;569.50;4.31;0.44 -8251;4;1701.50;11.95;264.00;4.43;0.44 -8252;4;1561.50;9.70;843.00;1.75;0.56 -8253;4;1742.00;22.55;424.50;4.52;0.86 -8254;4;1775.00;9.80;787.50;4.21;1.52 -8255;4;1819.00;10.40;393.50;2.09;0.62 -8256;4;3305.50;9.50;1363.50;0.63;1.18 -8257;4;2806.50;9.50;356.50;3.98;0.94 -8258;4;1703.00;9.50;1285.50;1.70;0.74 -8259;4;137.00;9.50;744.50;4.64;0.78 -8260;4;4976.50;9.50;829.50;-1.29;1.14 -8261;4;4299.50;9.50;752.00;-1.34;0.98 -8262;4;2778.50;9.50;1715.50;4.27;0.90 -8263;4;5524.00;9.50;352.00;4.05;1.28 -8264;4;5407.50;9.50;1010.00;4.34;1.16 -8265;4;5570.50;9.50;1544.00;1.93;1.00 -8266;4;4750.50;9.50;1172.00;4.08;1.02 -8267;4;4111.00;9.50;703.50;4.08;1.00 -8269;4;4274.50;9.50;104.50;1.74;0.82 -8270;4;3784.50;9.50;213.50;2.35;0.94 -8271;4;2574.50;9.50;675.00;1.64;1.10 -8272;4;2352.00;9.50;583.00;1.83;1.06 -8273;4;2113.00;9.50;1253.50;4.59;1.38 -8274;4;2082.00;9.50;1826.50;3.27;1.00 -8275;4;1138.00;9.50;412.00;4.59;1.24 -8276;4;369.50;9.50;72.00;-1.45;1.38 -8277;4;639.00;9.50;1224.00;1.62;0.88 -8278;4;312.00;9.50;1720.50;1.68;1.08 -8279;4;530.50;9.50;1163.00;2.32;1.08 -8280;4;880.00;9.50;506.00;1.84;1.04 -8281;4;5461.00;9.50;1619.00;1.63;1.04 -8282;4;3367.00;9.50;1432.00;-0.94;0.84 -8283;4;2835.50;9.50;501.50;1.97;1.06 -8284;4;1588.00;9.50;1317.00;4.41;0.96 -8285;4;15.50;9.50;631.50;4.49;1.22 -8286;4;5197.00;9.50;874.00;1.42;1.42 -8287;4;4257.00;9.50;794.50;-1.21;1.00 -8288;4;2788.00;9.50;1769.50;-0.72;1.26 -8289;4;5584.50;9.70;367.50;-1.03;1.00 -8290;4;2788.00;9.50;662.00;-1.56;1.12 -8291;4;5572.00;9.50;1597.00;1.57;1.06 -8292;4;4765.00;9.50;1126.00;-1.37;0.76 -8293;4;4178.50;9.50;679.50;1.97;1.06 -8294;4;4389.50;9.50;46.00;4.54;0.96 -8295;4;4241.00;9.50;104.50;1.62;0.92 -8296;4;3806.50;9.50;197.50;4.59;1.08 -8297;4;2552.50;9.50;726.00;0.86;1.10 -8298;4;2292.50;9.50;620.50;3.98;0.94 -8299;4;2147.00;9.50;1305.50;2.08;1.26 -8300;4;2711.00;9.50;1784.50;1.29;1.40 -8301;4;1161.00;9.50;367.00;1.76;0.92 -8302;4;330.50;9.50;55.00;1.30;1.32 -8303;4;636.00;9.50;1279.50;2.43;1.20 -8304;4;204.50;9.50;1808.50;4.08;1.34 -8305;4;397.50;9.50;1092.00;4.16;1.24 -8306;4;809.50;9.50;462.50;4.35;1.40 -8307;4;5431.00;9.50;1685.00;4.05;1.22 -8308;4;3348.50;9.50;1374.00;-0.61;1.36 -8309;4;2826.00;9.50;591.00;2.89;1.00 -8310;4;1664.00;9.50;1349.50;2.00;0.78 -8311;4;16.00;9.50;580.00;4.15;1.26 -8312;4;5111.50;9.50;1004.50;2.40;1.20 -8313;4;4251.00;9.50;835.00;-0.11;0.74 -8314;4;2729.50;9.50;1553.00;1.70;0.64 -8315;4;5556.00;9.50;409.00;1.68;1.10 -8316;4;2791.00;9.50;715.00;4.71;0.96 -8317;4;2804.00;9.50;1562.50;4.71;1.10 -8318;4;4829.50;9.50;1118.50;1.70;1.00 -8319;4;4117.00;9.50;656.00;4.36;0.96 -8320;4;4360.00;9.50;20.00;4.31;0.70 -8321;4;4199.00;9.50;94.50;1.67;0.82 -8322;4;3857.00;9.50;152.50;1.78;1.20 -8323;4;2595.00;9.50;712.00;2.11;0.92 -8324;4;2324.50;9.50;671.00;1.80;1.04 -8325;4;2047.50;9.50;1038.50;2.88;1.10 -8326;4;3165.00;9.50;2020.00;-1.42;1.04 -8327;4;1081.00;9.50;351.00;0.78;1.30 -8328;4;352.50;9.50;39.00;3.70;1.26 -8329;4;679.50;9.50;1268.00;-1.50;0.98 -8330;4;302.00;9.50;1763.50;1.14;1.54 -8331;4;346.00;9.50;991.50;-1.48;1.26 -8332;4;861.00;9.50;423.50;-1.24;1.46 -8333;4;5526.00;9.50;1618.50;1.27;1.16 -8334;4;3399.00;9.50;1356.50;-0.96;1.30 -8335;4;2554.50;9.50;510.00;4.47;0.86 -8336;4;1687.00;9.50;1390.00;1.49;1.04 -8337;4;148.50;9.50;581.00;1.57;1.02 -8338;4;5384.50;9.50;1112.00;1.66;1.34 -8339;4;4124.50;9.50;871.00;1.82;1.04 -8340;4;2738.00;9.50;1604.50;1.04;0.88 -8341;4;2793.00;9.50;463.50;4.71;1.00 -8342;4;2790.00;10.17;746.00;4.71;0.92 -8343;4;4729.00;9.50;1071.00;-1.17;1.16 -8344;4;4047.50;9.50;695.00;2.64;0.84 -8345;4;4335.00;9.50;41.00;2.21;1.02 -8346;4;4170.00;9.50;144.00;3.87;1.08 -8347;4;3887.50;9.50;153.50;4.54;1.36 -8348;4;2908.00;9.50;587.00;1.78;0.84 -8349;4;2535.00;9.50;771.50;1.18;1.00 -8350;4;2350.00;9.50;675.50;-1.45;1.20 -8351;4;1993.50;9.50;1069.50;3.92;1.02 -8352;4;3239.50;9.50;2032.50;-1.54;0.64 -8353;4;1173.00;9.50;316.50;1.42;1.06 -8354;4;421.00;9.50;34.50;2.78;1.10 -8355;4;688.50;9.50;1312.50;1.64;0.94 -8356;4;327.00;9.50;1803.00;1.91;1.18 -8357;4;408.50;9.50;972.00;4.49;0.80 -8358;4;821.00;9.50;410.50;1.59;1.04 -8359;4;680.00;9.50;1019.50;1.70;0.80 -8360;4;4333.50;9.70;691.50;4.05;0.44 -8361;4;2660.50;9.50;1745.50;4.43;1.10 -8362;4;2701.50;9.50;522.50;3.92;0.88 -8363;4;1545.50;9.50;1381.50;-1.44;0.92 -8364;4;136.50;9.50;526.00;1.77;1.28 -8365;4;5492.50;9.50;1172.50;1.31;1.36 -8366;4;4185.00;9.50;901.00;3.23;0.96 -8367;4;2728.00;9.50;1726.00;0.62;1.14 -8368;4;5513.50;9.50;459.00;3.30;0.92 -8369;4;2790.00;9.95;782.50;-1.57;1.08 -8370;4;3678.50;9.50;1971.50;0.93;2.28 -8371;4;4691.50;9.50;1087.00;-1.22;1.26 -8372;4;4022.00;9.50;637.00;4.71;1.10 -8373;4;4341.50;9.50;58.50;4.49;1.00 -8374;4;4187.50;9.50;189.00;2.26;1.22 -8375;4;3857.00;9.50;106.50;4.67;1.12 -8376;4;2462.00;9.50;731.00;1.89;1.00 -8377;4;2363.50;9.50;743.50;2.61;1.00 -8378;4;1993.00;9.50;1019.00;4.17;1.12 -8379;4;3395.50;9.50;1969.00;-1.29;1.28 -8380;4;1144.00;9.50;275.00;-1.47;1.32 -8381;4;463.50;9.50;74.50;1.79;1.24 -8382;4;672.00;9.50;1353.50;1.54;0.80 -8383;4;204.50;9.50;1957.50;3.73;1.34 -8384;4;413.00;9.50;1004.50;-1.44;1.06 -8385;4;808.00;9.50;338.50;2.10;1.18 -8386;4;2352.50;9.50;1052.50;3.31;1.20 -8387;4;2609.00;9.50;1818.50;1.63;1.80 -8388;4;2741.00;9.50;419.50;1.67;1.00 -8389;4;1586.50;9.50;1418.00;-1.43;1.06 -8390;4;72.00;9.50;558.50;3.96;1.30 -8391;4;5518.50;9.50;1238.50;1.82;1.14 -8392;4;4114.50;9.50;814.50;2.05;0.88 -8393;4;2656.50;9.50;1630.50;1.62;0.58 -8394;4;5532.50;9.50;481.00;1.19;0.98 -8395;4;2793.00;10.30;869.00;4.70;1.26 -8396;4;4708.70;9.50;1180.53;-0.54;1.16 -8397;4;4070.50;9.50;595.50;1.82;1.08 -8398;4;4325.00;9.50;97.50;4.03;0.92 -8399;4;4145.00;9.50;214.00;1.75;0.82 -8400;4;3970.00;9.50;150.50;1.60;1.28 -8401;4;2490.00;9.50;743.00;3.57;1.08 -8402;4;2312.00;9.50;718.50;4.46;1.14 -8403;4;2387.00;9.50;1362.50;2.18;1.68 -8404;4;2658.00;9.50;1844.00;3.81;1.50 -8405;4;1290.50;9.50;340.00;4.20;1.04 -8406;4;526.50;9.50;86.00;2.28;1.06 -8407;4;567.50;9.50;1324.00;4.53;0.88 -8408;4;723.50;9.50;948.50;1.36;1.36 -8409;4;278.00;9.77;1854.00;0.78;1.34 -8410;4;405.00;9.50;1036.50;-1.06;1.16 -8411;4;735.50;9.50;383.00;4.39;1.06 -8412;4;4725.00;9.50;673.00;-1.04;0.72 -8413;4;2597.50;9.50;1928.50;2.86;1.18 -8414;4;2750.50;9.50;194.00;2.56;0.98 -8415;4;1611.50;9.50;1384.00;1.75;0.88 -8416;4;162.50;9.50;392.50;1.94;1.26 -8417;4;4164.00;9.50;807.50;3.89;1.00 -8418;4;2635.50;9.50;1561.00;1.67;1.08 -8419;4;2798.00;9.50;505.00;4.71;1.22 -8420;4;5551.00;9.50;926.50;1.17;1.34 -8421;4;4763.50;9.50;1203.50;1.19;0.94 -8422;4;4119.50;9.50;603.00;2.11;1.00 -8423;4;4413.00;9.50;84.00;1.39;0.98 -8424;4;4096.50;9.50;246.50;1.52;1.12 -8425;4;3939.50;9.50;107.00;1.64;0.98 -8426;4;2421.50;9.50;720.00;1.95;1.18 -8427;4;2270.00;9.50;733.00;-1.10;1.18 -8428;4;2620.00;9.50;1886.50;3.90;1.24 -8429;4;1319.00;9.50;371.50;4.32;1.20 -8431;4;561.00;9.50;1356.00;4.60;0.82 -8432;4;329.50;9.50;1832.50;4.56;1.36 -8433;4;478.50;9.50;963.50;4.68;1.14 -8434;4;702.50;9.50;468.00;2.60;1.48 -8436;4;2416.50;9.50;1922.00;-1.51;1.34 -8437;4;2623.50;9.50;197.50;3.28;0.94 -8438;4;1683.50;9.50;1436.00;4.33;1.04 -8439;4;344.00;9.50;587.50;1.68;1.08 -8440;4;5505.00;9.50;1309.50;4.58;0.84 -8441;4;4069.50;9.50;670.50;4.49;1.08 -8442;4;2597.50;9.50;1539.00;0.65;1.04 -8443;4;2805.00;10.45;1484.00;4.71;1.00 -8444;4;5571.00;9.50;896.50;1.93;1.08 -8445;4;4719.00;9.50;1281.50;-0.67;1.32 -8446;4;4108.00;9.50;553.50;1.70;1.24 -8447;4;4400.50;9.50;132.00;4.03;0.88 -8448;4;4060.00;9.50;283.50;1.81;1.18 -8449;4;3965.50;9.50;107.00;4.62;1.02 -8450;4;2814.50;9.50;1538.50;3.46;0.44 -8451;4;2440.50;9.50;672.00;-1.31;1.04 -8452;4;2182.50;9.50;523.00;-1.39;1.16 -8453;4;2377.00;9.50;1277.50;4.69;1.78 -8454;4;2638.00;9.50;1709.00;4.41;1.08 -8455;4;1381.50;9.50;349.00;4.38;1.28 -8456;4;492.50;9.50;159.50;4.26;0.86 -8457;4;528.00;9.50;1326.00;1.68;1.22 -8458;4;405.00;9.50;1861.00;1.84;1.40 -8459;4;515.00;9.50;1011.50;1.95;1.14 -8460;4;699.50;9.50;411.00;1.57;1.36 -8462;4;2689.50;9.50;1524.00;2.58;0.54 -8463;4;2392.50;9.50;1974.50;4.37;1.70 -8464;4;2531.00;9.50;305.00;4.48;1.08 -8465;4;1628.00;9.50;1454.50;-1.44;1.24 -8466;4;246.00;9.50;495.50;1.66;1.04 -8467;4;5338.50;9.50;1340.50;3.41;1.22 -8468;4;4241.50;9.50;537.50;-1.52;0.80 -8469;4;2684.50;9.50;1506.50;3.05;0.80 -8470;4;5513.50;9.50;538.50;2.47;1.14 -8471;4;5588.00;9.50;917.00;4.60;1.24 -8472;4;4871.00;9.50;1132.50;1.61;0.98 -8473;4;4150.00;9.50;569.50;1.90;1.18 -8474;4;4457.50;9.50;120.50;1.71;1.10 -8475;4;4035.00;9.50;324.00;-1.47;0.88 -8476;4;4002.50;9.50;81.00;4.23;0.96 -8477;4;3154.00;9.50;26.50;3.33;0.88 -8478;4;2531.50;9.50;24.00;2.53;0.68 -8479;4;2419.00;9.50;664.50;1.99;1.04 -8480;4;2220.50;9.50;576.00;2.62;1.26 -8481;4;2334.50;9.50;1336.50;1.89;1.24 -8482;4;2616.50;9.50;1767.00;-1.17;1.46 -8483;4;1398.00;9.50;288.50;4.67;1.34 -8484;4;507.00;9.50;126.50;3.14;0.78 -8485;4;482.50;9.50;1372.00;4.42;0.92 -8486;4;345.50;9.50;1876.00;3.21;0.82 -8487;4;475.50;9.50;1049.00;4.54;1.04 -8488;4;759.00;9.50;483.00;4.41;1.26 -8489;4;3801.00;9.50;441.50;4.50;0.84 -8490;4;2502.00;9.50;1962.00;1.76;1.90 -8491;4;2428.50;9.50;117.50;3.92;0.98 -8492;4;1629.00;9.50;1499.50;-1.22;1.20 -8493;4;258.00;9.50;366.00;-1.48;1.26 -8494;4;5397.00;9.50;1199.50;1.83;1.20 -8495;4;4259.00;9.50;384.00;4.39;1.00 -8496;4;2670.50;9.50;1489.50;2.77;1.04 -8497;4;5525.00;9.50;573.50;4.21;1.52 -8498;4;5584.00;9.50;953.50;4.13;1.00 -8499;4;4801.25;9.50;1066.93;-1.69;0.82 -8500;4;4177.00;9.50;536.50;1.76;1.06 -8501;4;4383.50;9.50;159.00;2.24;0.96 -8502;4;4072.00;9.50;310.00;4.24;1.12 -8503;4;3870.00;9.50;66.50;4.68;0.96 -8504;4;3211.50;9.50;13.50;4.17;0.50 -8505;4;2568.50;9.50;53.50;1.60;0.96 -8506;4;2482.00;9.50;659.50;4.67;1.02 -8507;4;2218.50;9.50;631.50;-1.30;1.16 -8508;4;2305.00;9.50;1285.50;4.49;1.20 -8509;4;2519.50;9.50;1849.50;-1.51;1.38 -8510;4;1493.50;9.50;279.00;1.75;0.96 -8511;4;559.00;9.50;173.50;2.10;1.08 -8512;4;443.50;9.50;1403.50;1.66;1.28 -8513;4;283.50;9.50;1910.00;4.31;1.62 -8514;4;547.50;9.50;993.00;4.45;1.08 -8515;4;730.00;9.50;538.00;4.39;1.08 -8516;4;3823.50;9.50;485.50;1.96;0.82 -8517;4;2389.00;9.50;2020.50;4.69;1.30 -8518;4;1710.50;9.50;1552.50;1.59;0.94 -8519;4;176.00;9.50;294.50;4.48;1.02 -8520;4;5248.50;9.50;1227.50;1.61;1.10 -8521;4;4226.00;9.50;153.50;1.84;0.82 -8522;4;2713.50;9.50;1451.50;1.71;0.72 -8523;4;5585.50;9.50;603.00;3.51;1.06 -8524;4;2803.50;10.40;986.00;4.71;0.84 -8525;4;4794.00;9.50;1047.00;3.98;1.20 -8526;4;4174.50;9.50;489.50;2.17;1.22 -8527;4;4312.50;9.50;121.00;2.15;0.92 -8528;4;4114.00;9.50;336.50;1.98;1.02 -8529;4;3997.50;9.50;39.50;1.45;1.16 -8530;4;2922.50;9.50;1936.50;1.41;1.08 -8531;4;2491.00;9.50;58.00;-1.49;1.00 -8532;4;2532.50;9.50;653.50;2.82;0.94 -8533;4;2327.00;9.50;1217.50;-0.95;1.44 -8534;4;2473.00;9.50;1864.00;1.57;1.22 -8535;4;1504.00;9.50;243.50;2.07;1.14 -8536;4;303.50;9.50;296.00;2.71;1.08 -8537;4;362.50;9.50;1347.00;4.40;0.90 -8538;4;383.50;9.50;1904.00;4.00;0.78 -8539;4;547.50;9.50;1027.00;-1.07;1.12 -8540;4;726.00;9.50;507.00;2.67;1.26 -8541;4;3824.50;9.50;526.00;1.09;0.92 -8542;4;2637.50;9.50;1942.50;4.06;1.18 -8543;4;1745.50;9.50;1594.50;1.12;1.14 -8544;4;2829.50;9.50;293.50;1.56;1.18 -8545;4;5041.00;9.50;1156.00;3.05;0.86 -8546;4;2760.50;9.50;1458.00;1.41;0.48 -8547;4;2791.50;9.50;633.00;4.71;1.08 -8548;4;4772.50;9.50;993.00;-1.31;1.06 -8549;4;4213.00;9.50;501.50;1.30;1.14 -8550;4;4349.00;9.50;144.50;2.11;0.92 -8551;4;4096.00;9.50;376.50;1.52;1.12 -8552;4;4051.00;9.50;35.50;2.14;1.18 -8553;4;2465.50;9.50;49.50;2.11;1.28 -8554;4;2531.50;9.50;608.00;1.31;1.06 -8555;4;2288.50;9.50;403.00;2.15;1.18 -8556;4;2262.00;9.50;1197.00;4.53;1.20 -8557;4;2555.50;9.50;1977.00;1.85;1.64 -8558;4;1390.00;9.50;232.50;1.60;1.30 -8559;4;300.50;9.50;320.50;-1.35;1.06 -8560;4;362.00;9.50;1386.50;4.62;1.08 -8561;4;437.50;9.50;1891.00;4.36;1.14 -8562;4;465.50;9.50;919.50;4.26;1.32 -8563;4;655.50;9.50;546.00;4.71;0.96 -8564;4;3801.00;9.50;582.00;-1.06;0.80 -8565;4;2537.00;9.50;2028.50;4.59;0.96 -8566;4;1796.50;9.55;1620.00;1.33;1.14 -8567;4;46.50;9.50;169.00;0.65;1.64 -8568;4;5024.50;9.50;1080.00;4.34;1.26 -8569;4;2727.00;9.50;1439.50;4.41;0.56 -8570;4;5525.00;9.50;626.00;1.50;1.08 -8571;4;5603.50;9.50;1269.00;2.80;0.98 -8572;4;4734.50;9.50;879.00;-0.04;1.18 -8573;4;4174.50;9.50;442.50;4.57;0.96 -8574;4;4307.50;9.50;153.50;1.22;0.88 -8575;4;4148.00;9.50;357.50;2.39;1.08 -8576;4;2452.00;9.50;75.50;1.80;1.04 -8577;4;2472.50;9.50;618.50;4.35;1.08 -8578;4;2386.00;9.50;421.00;1.07;1.24 -8579;4;2259.50;9.50;1242.50;-1.54;1.36 -8580;4;2583.00;9.50;1976.00;4.36;1.54 -8581;4;1476.50;9.50;127.50;3.84;1.16 -8582;4;370.50;9.50;278.00;1.64;0.90 -8583;4;327.50;9.50;1432.50;4.45;0.88 -8584;4;451.00;9.50;1823.00;2.23;1.04 -8585;4;532.00;9.50;950.00;4.46;0.94 -8586;4;673.00;9.50;504.50;1.80;1.16 -8587;4;3791.50;9.50;514.00;2.05;1.00 -8588;4;2685.00;9.50;1907.00;4.05;1.26 -8589;4;1869.50;9.50;1635.50;-1.15;1.22 -8590;4;270.50;9.50;159.50;2.94;1.08 -8591;4;4916.50;9.50;895.00;1.84;1.02 -8592;4;2775.50;9.50;1397.50;0.65;0.76 -8593;4;5498.00;9.50;581.00;1.50;1.30 -8594;4;2798.50;13.80;1228.50;4.70;1.20 -8595;4;4730.50;9.50;929.00;-1.09;1.20 -8596;4;4224.50;9.50;466.50;1.89;1.06 -8597;4;4379.50;9.50;241.50;4.07;1.02 -8598;4;4134.00;9.50;391.50;2.03;0.90 -8600;4;2545.50;9.50;104.50;-1.52;1.12 -8601;4;2510.50;9.50;567.50;1.62;0.92 -8602;4;2236.00;9.50;430.00;4.12;1.26 -8603;4;2213.00;9.50;1306.50;4.46;1.32 -8605;4;1451.50;9.50;107.50;1.91;1.22 -8606;4;392.50;9.50;323.50;2.02;0.80 -8607;4;317.00;9.50;1361.00;2.76;0.90 -8608;4;74.50;9.50;2021.50;4.39;0.50 -8609;4;526.50;9.50;903.50;4.68;1.00 -8610;4;594.00;9.50;477.00;0.72;1.22 -8611;4;3771.50;9.50;553.00;3.08;0.84 -8612;4;2741.50;9.50;1781.50;-1.46;1.26 -8613;4;2857.50;9.50;532.00;4.52;1.04 -8614;4;1819.00;9.50;1675.00;-0.11;1.36 -8615;4;226.00;9.50;238.00;1.18;1.00 -8616;4;4922.00;9.50;848.50;1.30;1.28 -8617;4;4024.50;9.50;124.00;2.45;1.00 -8618;4;2711.50;9.50;1410.00;1.26;0.88 -8619;4;5409.00;9.50;577.50;4.50;1.04 -8620;4;5520.50;9.50;1210.00;4.04;1.26 -8621;4;2851.00;9.50;1545.50;-0.49;0.58 -8622;4;2894.00;9.50;1570.00;1.57;0.32 -8623;4;4730.50;9.50;987.50;3.74;1.12 -8624;4;4261.50;9.50;432.50;1.52;0.74 -8625;4;4367.50;9.50;202.00;3.96;1.12 -8626;4;4120.00;9.50;419.00;1.70;0.98 -8628;4;2562.50;9.50;171.00;2.73;1.10 -8629;4;2433.00;9.50;625.50;-1.43;0.94 -8630;4;2284.00;9.50;503.00;4.08;1.34 -8631;4;2162.50;9.50;1314.50;-1.03;1.22 -8632;4;2540.50;9.50;1758.50;-1.33;1.08 -8633;4;1363.50;9.50;125.50;4.35;1.16 -8634;4;417.50;9.50;336.00;-1.09;1.00 -8635;4;297.00;9.50;1401.00;4.18;1.12 -8636;4;103.50;9.50;1984.50;4.37;0.88 -8637;4;557.50;9.50;857.50;2.02;1.20 -8638;4;648.00;9.50;454.00;1.78;1.32 -8639;4;3445.50;9.50;463.50;-0.91;1.30 -8640;4;2783.00;9.50;1920.50;4.67;1.02 -8641;4;2296.50;9.50;217.50;2.30;1.14 -8642;4;1756.00;12.02;1709.00;-1.22;1.46 -8643;4;410.00;9.50;299.50;3.55;1.26 -8644;4;4862.50;9.50;729.00;4.02;0.98 -8645;4;4177.50;9.50;277.00;2.32;1.12 -8646;4;2671.50;9.50;1448.50;1.38;1.22 -8647;4;5455.00;9.50;617.00;1.76;0.80 -8648;4;5602.00;9.50;1700.00;4.71;0.82 -8649;4;4789.50;9.50;944.00;1.70;0.68 -8650;4;4198.00;9.50;409.00;4.71;1.06 -8651;4;4302.00;9.50;215.00;2.23;0.78 -8652;4;4171.00;9.50;385.00;3.66;1.06 -8654;4;2488.50;9.50;104.00;4.71;1.00 -8655;4;2412.50;9.50;585.50;-1.52;0.98 -8656;4;2254.00;9.50;459.50;-1.54;1.32 -8657;4;2192.50;9.50;1360.50;-1.42;1.20 -8658;4;2445.00;9.50;1820.50;4.05;1.38 -8659;4;1455.50;9.50;170.00;1.50;1.32 -8660;4;416.50;9.50;386.00;4.65;1.08 -8661;4;754.00;9.50;947.00;-1.42;1.14 -8662;4;142.50;10.20;2030.00;1.76;0.96 -8663;4;426.50;9.50;872.00;-1.52;1.16 -8664;4;571.00;9.50;430.50;4.68;1.02 -8665;4;3526.00;9.50;417.50;1.38;1.08 -8666;4;2846.50;9.50;1848.50;0.74;0.90 -8667;4;2370.00;9.50;292.50;2.74;1.04 -8668;4;1899.00;9.50;1744.50;1.81;1.08 -8669;4;535.50;9.50;431.50;1.54;0.90 -8670;4;4798.50;9.50;717.00;0.84;1.14 -8671;4;4245.50;9.50;469.00;4.61;0.82 -8672;4;2635.00;9.50;1437.00;2.12;1.02 -8673;4;5497.50;9.50;667.50;1.54;1.22 -8674;4;5594.00;9.50;1296.50;-0.64;1.12 -8675;4;2807.00;9.50;1756.00;4.70;0.82 -8676;4;4689.50;9.50;952.00;-0.21;1.10 -8677;4;4308.00;9.50;470.50;1.52;0.90 -8678;4;4353.50;9.50;228.50;1.89;1.12 -8679;4;4124.00;9.50;449.50;-1.36;1.14 -8680;4;2522.00;9.50;159.50;1.68;1.20 -8681;4;2641.00;9.50;562.00;2.49;1.02 -8682;4;2746.00;9.50;700.00;4.24;0.76 -8683;4;2145.00;9.50;1378.00;3.92;1.20 -8684;4;2356.00;9.50;1838.00;4.48;1.10 -8685;4;1533.00;9.50;54.50;3.95;1.06 -8686;4;344.50;9.50;361.00;4.48;0.96 -8687;4;289.00;9.50;1432.50;1.86;1.32 -8688;4;165.50;9.50;2018.50;4.43;0.90 -8689;4;492.50;9.50;844.00;2.07;1.42 -8690;4;699.00;9.50;600.00;2.31;1.14 -8691;4;3442.00;9.50;353.00;4.71;1.36 -8692;4;2901.00;9.50;1980.00;-0.96;1.24 -8693;4;2633.50;9.50;475.00;1.49;1.04 -8694;4;1848.50;9.50;1930.00;4.67;1.36 -8695;4;505.50;9.50;388.00;1.72;1.12 -8696;4;4808.50;9.50;777.00;1.87;0.96 -8697;4;4147.00;9.50;416.50;4.35;1.14 -8698;4;2649.00;9.50;1398.00;2.03;0.92 -8699;4;5473.00;9.50;737.00;4.66;1.02 -8700;4;2801.00;13.50;1366.50;-1.57;1.22 -8701;4;4676.00;9.50;916.50;1.22;0.54 -8702;4;4347.50;9.50;507.00;2.31;0.78 -8703;4;4311.00;9.50;259.00;1.95;0.92 -8704;4;4067.50;9.50;447.50;4.67;1.04 -8705;4;2448.50;9.50;156.50;-1.45;1.16 -8706;4;1525.50;9.50;791.50;1.46;0.98 -8707;4;2884.50;9.50;726.50;2.43;0.92 -8708;4;2137.00;9.50;1416.50;-1.10;1.42 -8709;4;2399.50;9.50;1892.00;1.46;1.24 -8710;4;1593.50;9.50;30.50;2.73;1.02 -8711;4;386.50;9.50;404.50;2.02;1.02 -8712;4;208.00;9.50;1334.00;1.87;1.00 -8713;4;204.00;9.50;2000.00;4.46;0.42 -8714;4;405.50;9.50;826.50;4.47;1.26 -8715;4;729.00;9.50;567.50;-1.13;1.02 -8716;4;2085.50;9.50;466.00;4.14;1.04 -8717;4;2900.00;9.50;2026.00;-1.40;0.88 -8718;4;2512.00;9.50;503.00;4.50;1.04 -8719;4;1918.00;9.50;1887.50;4.03;2.14 -8720;4;641.00;9.50;372.50;4.60;1.34 -8721;4;4856.00;9.50;891.00;1.36;1.38 -8722;4;4068.00;9.50;361.00;2.44;0.98 -8723;4;2573.00;9.50;1419.50;4.44;1.56 -8724;4;5437.00;9.50;703.00;1.57;1.00 -8725;4;5622.00;9.50;1429.50;3.57;0.26 -8726;4;5579.00;9.50;1736.50;1.81;1.28 -8727;4;4673.50;9.50;800.50;4.55;1.32 -8728;4;4344.00;9.50;534.00;-1.47;0.88 -8729;4;4272.50;9.50;251.00;1.66;0.94 -8730;4;4047.50;9.50;490.50;4.08;0.88 -8731;4;2420.00;9.50;151.50;1.78;1.20 -8732;4;2643.00;9.50;517.00;1.76;0.82 -8733;4;2730.00;9.50;718.50;1.84;0.74 -8734;4;2186.50;9.50;1418.50;-1.12;1.12 -8735;4;2424.50;9.50;1858.50;2.12;1.40 -8736;4;1645.50;9.50;23.50;3.29;0.66 -8737;4;237.00;9.50;407.50;1.99;1.32 -8738;4;145.50;9.50;1329.50;1.46;0.94 -8739;4;311.50;9.50;1923.50;3.71;0.88 -8740;4;390.50;9.50;784.50;4.53;1.20 -8741;4;830.00;9.50;574.00;1.62;0.94 -8742;4;3382.50;9.50;1013.00;-1.46;1.08 -8743;4;2675.00;9.50;1985.00;4.45;1.42 -8744;4;2383.50;9.50;602.00;2.89;0.88 -8745;4;1555.00;9.50;1963.00;4.65;0.88 -8746;4;1375.50;9.50;766.50;4.33;1.12 -8747;4;4829.00;9.50;941.00;1.34;0.90 -8748;4;3970.00;9.50;418.50;3.14;0.96 -8749;4;2631.50;9.50;1343.50;4.52;0.64 -8750;4;5435.50;9.50;744.00;1.75;1.04 -8751;4;4755.00;9.50;797.50;0.67;0.86 -8752;4;4281.50;9.50;504.50;-1.44;0.70 -8753;4;4208.00;9.50;249.50;-1.06;1.04 -8754;4;4063.50;9.50;535.50;4.06;1.00 -8755;4;2472.00;9.50;205.50;1.60;1.20 -8756;4;2584.50;9.50;572.50;4.47;0.86 -8757;4;2644.00;9.50;719.50;4.13;1.18 -8758;4;2249.50;9.50;1425.00;2.43;0.96 -8759;4;2379.00;9.50;1930.50;1.14;1.46 -8760;4;1703.50;9.50;35.00;2.27;1.06 -8761;4;275.50;9.50;413.00;4.56;1.16 -8762;4;119.50;9.50;1387.50;2.52;1.16 -8763;4;384.00;9.50;1788.00;4.39;1.54 -8764;4;328.50;9.50;863.00;1.98;1.16 -8765;4;722.50;9.50;638.00;4.45;1.48 -8766;4;3434.50;9.50;953.50;1.18;1.14 -8767;4;2747.00;9.50;2033.50;4.68;0.60 -8768;4;1563.50;9.50;1896.00;4.57;1.38 -8769;4;865.50;9.50;386.00;4.64;1.16 -8770;4;4907.50;9.50;1059.00;4.54;1.38 -8771;4;4109.00;9.50;493.50;2.32;1.20 -8772;4;2653.00;9.50;1262.50;1.54;0.82 -8773;4;5359.50;9.50;744.00;4.34;1.26 -8774;4;4679.00;9.50;747.00;1.10;1.16 -8775;4;4318.50;9.50;534.50;1.47;0.90 -8776;4;4213.00;9.50;308.50;2.25;1.08 -8777;4;4031.50;9.50;545.50;-1.18;0.76 -8778;4;2354.00;9.50;113.00;1.32;1.32 -8779;4;2555.50;9.50;573.00;1.48;0.84 -8780;4;2595.50;9.50;766.50;1.87;1.18 -8781;4;2136.00;9.50;1472.00;-0.98;0.98 -8782;4;2281.50;9.50;1941.00;4.03;1.44 -8783;4;235.00;9.50;295.00;4.62;1.20 -8784;4;200.00;9.50;1365.00;1.44;0.80 -8785;4;488.00;9.50;1760.00;1.14;1.36 -8786;4;299.00;9.50;902.50;2.06;1.38 -8787;4;766.00;9.50;673.50;4.43;1.22 -8788;4;3633.50;9.50;860.50;0.92;1.30 -8789;4;2869.00;9.50;1996.50;1.60;1.20 -8790;4;957.50;9.50;151.50;1.54;1.38 -8791;4;4905.50;9.50;1187.50;1.73;1.34 -8792;4;4136.00;9.50;519.00;2.27;1.12 -8793;4;2762.00;9.50;1249.00;4.57;0.68 -8794;4;5375.50;9.50;681.00;1.25;0.98 -8795;4;5563.50;9.50;1361.00;1.75;0.84 -8796;4;5157.00;9.50;1426.00;4.36;0.92 -8797;4;4655.50;9.50;694.50;-0.78;1.26 -8798;4;4331.00;9.50;573.00;2.03;1.04 -8799;4;4244.50;9.50;290.00;4.71;0.86 -8800;4;4012.00;9.50;592.00;4.01;1.00 -8801;4;2408.00;9.50;222.00;3.77;0.84 -8802;4;2586.50;9.50;530.50;4.45;0.80 -8803;4;2578.00;9.50;802.50;1.76;1.22 -8804;4;2182.00;9.50;1519.00;1.48;1.38 -8805;4;2168.00;9.50;1913.50;3.95;1.52 -8806;4;1482.50;9.50;37.50;2.84;0.98 -8807;4;237.50;9.50;337.00;4.56;0.90 -8808;4;151.50;9.50;1416.00;4.19;0.94 -8809;4;540.00;9.50;1790.50;1.94;1.24 -8810;4;374.00;9.50;879.00;2.86;0.74 -8811;4;852.50;9.50;625.00;1.95;1.32 -8813;4;2607.50;9.50;1729.50;2.16;1.02 -8814;4;1914.50;9.50;63.00;-1.47;1.04 -8815;4;1429.50;9.50;1894.00;-1.53;1.58 -8816;4;1060.50;9.50;309.00;4.05;1.38 -8817;4;5110.00;9.50;1235.00;3.99;0.94 -8818;4;4071.50;9.50;631.50;4.49;0.80 -8819;4;2836.50;9.50;1266.50;1.01;0.80 -8820;4;5378.00;9.50;648.50;1.66;1.08 -8821;4;5437.50;9.50;1371.50;4.32;0.84 -8822;4;4683.00;9.50;667.50;0.21;1.00 -8823;4;4286.00;9.50;601.00;4.00;0.80 -8824;4;4224.50;9.50;337.50;4.43;1.20 -8825;4;3994.50;9.50;545.50;4.13;0.84 -8826;4;3043.50;9.50;25.50;4.07;0.94 -8827;4;2387.50;9.50;191.00;1.85;1.28 -8828;4;2544.00;9.50;541.00;4.71;0.82 -8829;4;2481.00;9.50;822.50;-1.23;1.32 -8830;4;2178.00;9.50;1473.50;4.67;1.10 -8831;4;2316.00;9.50;1822.00;1.31;1.40 -8832;4;1409.50;9.50;72.50;1.78;1.10 -8833;4;179.50;9.50;358.00;4.10;1.28 -8834;4;262.50;9.50;1491.50;1.89;1.08 -8835;4;539.00;9.50;1734.50;-1.44;1.12 -8836;4;444.50;9.50;941.00;1.85;1.08 -8837;4;816.00;9.50;673.00;4.46;1.18 -8838;4;1920.50;9.50;1617.50;4.00;1.12 -8839;4;2530.00;9.50;1556.00;4.62;1.20 -8840;4;2596.50;9.50;1491.00;4.40;1.24 -8841;4;1508.50;9.50;1943.50;4.26;1.22 -8842;4;1074.00;9.50;417.50;4.32;1.06 -8843;4;5131.00;9.50;1354.50;1.95;1.16 -8844;4;3912.00;9.50;734.00;4.39;0.66 -8845;4;2843.50;9.50;1327.00;1.57;0.92 -8846;4;5324.50;9.50;635.50;2.29;1.50 -8847;4;5463.00;9.50;1309.00;3.14;1.10 -8848;4;4695.00;9.50;713.00;4.46;0.86 -8849;4;4273.00;9.50;574.00;1.98;0.88 -8850;4;4287.00;9.50;341.50;2.38;0.98 -8851;4;4164.50;9.50;232.00;4.34;1.02 -8853;4;2383.50;9.50;247.00;2.01;1.16 -8854;4;2487.50;9.50;538.50;4.26;0.86 -8855;4;2462.50;9.50;776.00;-1.39;1.00 -8856;4;2240.50;9.50;1483.00;1.98;1.16 -8857;4;1546.00;9.50;976.00;4.71;1.12 -8858;4;1438.50;9.50;40.50;2.24;1.28 -8859;4;154.00;9.50;329.00;2.00;1.38 -8860;4;161.50;9.50;1484.50;4.55;1.12 -8861;4;377.50;9.50;1763.50;2.84;1.42 -8862;4;402.50;9.50;908.00;2.08;0.76 -8863;4;844.00;9.50;707.00;4.35;0.74 -8864;4;1857.00;9.50;1583.50;4.66;1.08 -8865;4;2564.50;9.50;1637.00;3.90;1.14 -8866;4;1739.00;9.50;24.50;2.91;0.80 -8867;4;1436.00;9.50;1972.00;3.25;1.12 -8868;4;1309.00;9.50;467.00;4.56;1.20 -8869;4;5079.00;9.50;1347.50;1.83;1.10 -8870;4;3924.00;9.50;243.50;1.69;1.06 -8871;4;2863.00;9.50;1321.50;4.24;0.94 -8872;4;5289.50;9.50;578.50;1.15;1.70 -8873;4;5473.00;9.50;1265.50;1.94;1.28 -8874;4;4684.00;9.50;85.50;1.79;0.86 -8875;4;4254.00;9.50;614.00;4.01;0.90 -8876;4;4183.00;9.50;349.00;4.71;0.98 -8877;4;4141.50;9.50;253.50;1.97;0.88 -8878;4;2316.50;9.50;184.50;3.72;1.30 -8879;4;2472.50;9.50;519.50;2.28;1.14 -8880;4;2434.50;9.50;821.50;4.23;1.10 -8881;4;2306.00;9.50;1397.00;1.92;1.28 -8883;4;1292.00;9.50;34.00;2.53;0.94 -8884;4;129.00;9.50;264.00;3.82;1.16 -8885;4;79.50;9.50;1157.50;4.31;1.00 -8886;4;333.50;9.50;1741.50;3.77;1.22 -8887;4;343.00;9.50;953.50;4.39;0.96 -8888;4;901.00;9.50;689.00;4.02;1.12 -8889;4;2533.00;9.50;860.00;1.19;1.04 -8890;4;2539.50;9.50;1413.50;4.41;1.02 -8891;4;1500.00;9.50;1978.50;2.03;1.40 -8892;4;1373.50;9.50;504.00;4.23;1.16 -8893;4;5187.50;9.50;1472.50;4.35;0.90 -8894;4;3906.00;9.50;692.50;3.96;0.92 -8895;4;2922.50;9.50;1328.00;1.42;0.92 -8896;4;5256.00;9.50;647.50;-1.53;1.06 -8897;4;5517.50;9.50;1281.00;2.77;0.88 -8898;4;4832.50;9.50;623.00;0.12;0.96 -8899;4;4258.50;9.50;504.50;1.44;0.78 -8900;4;4227.50;9.50;388.50;3.62;0.96 -8901;4;4108.00;9.50;290.00;4.49;1.06 -8902;4;2338.50;9.50;237.00;2.26;1.18 -8903;4;2482.00;9.50;474.50;-1.53;1.08 -8904;4;2440.50;9.50;777.00;1.29;1.00 -8905;4;2319.00;9.50;1424.50;3.90;1.32 -8907;4;94.50;9.50;239.00;1.86;1.14 -8908;4;66.00;9.50;1109.00;4.60;0.92 -8909;4;422.50;9.50;1716.50;-1.27;1.32 -8910;4;547.50;9.50;809.50;1.77;1.18 -8911;4;904.50;9.50;624.50;4.33;1.00 -8912;4;2557.00;9.50;1315.00;-1.42;1.42 -8914;4;1526.00;9.50;1997.50;-0.76;1.62 -8915;4;1485.00;9.50;675.00;2.31;1.38 -8916;4;5379.50;9.50;1435.50;1.74;1.26 -8917;4;4027.00;9.50;496.50;1.53;1.04 -8918;4;2914.50;9.50;1371.00;2.15;0.84 -8919;4;5200.50;9.50;648.00;-1.45;1.10 -8920;4;5565.00;9.50;1256.00;1.67;1.14 -8921;4;4944.50;9.50;518.50;1.61;1.08 -8922;4;4201.00;9.50;538.00;4.62;0.84 -8923;4;4741.00;9.50;129.00;1.73;0.78 -8924;4;4301.00;9.50;414.00;1.10;1.24 -8925;4;4167.00;9.50;322.50;2.47;0.96 -8926;4;2296.50;9.50;155.50;2.28;1.18 -8927;4;2448.00;9.50;485.50;2.90;0.94 -8928;4;2386.50;9.50;772.50;3.79;0.98 -8929;4;2376.00;9.50;1430.50;1.39;1.40 -8930;4;1701.50;9.50;2006.00;1.37;1.18 -8931;4;1266.50;9.50;70.50;1.69;1.22 -8932;4;105.00;9.50;297.00;2.03;1.18 -8933;4;13.00;9.50;1103.50;2.84;0.64 -8934;4;358.00;9.50;1687.50;-1.25;1.16 -8935;4;530.00;9.50;771.50;-1.50;1.46 -8936;4;948.00;9.50;662.50;4.52;1.02 -8937;4;2661.50;9.50;1195.00;0.61;0.90 -8938;4;1508.00;9.50;546.50;4.67;1.02 -8939;4;5545.50;9.50;1449.50;3.08;0.80 -8940;4;3925.50;9.50;456.00;4.61;0.86 -8941;4;2922.50;9.50;1278.50;-0.21;0.90 -8942;4;5241.50;9.50;614.50;2.07;0.92 -8943;4;5551.00;9.50;1309.50;-1.42;1.02 -8944;4;5577.00;9.50;1842.50;4.68;1.40 -8945;4;4931.50;9.50;545.00;0.60;1.32 -8946;4;4213.00;9.50;574.50;4.57;0.86 -8947;4;4331.50;9.50;356.50;0.97;1.14 -8948;4;4629.50;9.50;220.00;1.49;1.32 -8949;4;2257.00;9.50;166.50;1.10;1.12 -8950;4;2507.50;9.50;437.50;1.80;0.98 -8951;4;2375.50;9.50;801.00;1.82;1.20 -8952;4;2268.00;9.50;1454.00;4.19;1.10 -8953;4;1758.50;9.50;1967.00;2.48;1.38 -8954;4;1169.00;9.50;37.00;1.94;1.16 -8955;4;2827.50;9.50;246.50;1.57;1.16 -8956;4;31.50;9.50;1124.50;0.05;1.24 -8957;4;509.00;9.50;1723.00;2.25;1.20 -8958;4;488.50;9.50;770.50;1.54;1.26 -8959;4;970.00;9.50;576.00;1.62;1.16 -8960;4;2604.00;9.50;1175.50;4.42;1.22 -8961;4;1785.50;9.50;38.00;-1.49;1.02 -8963;4;1558.00;9.50;539.50;4.31;1.20 -8964;4;4011.00;9.50;264.00;4.24;1.10 -8965;4;2996.50;9.50;1292.50;1.19;0.98 -8966;4;5419.50;9.50;482.00;-1.41;1.02 -8967;4;5505.00;9.50;1349.00;-1.03;0.86 -8968;4;5606.00;9.50;1780.50;0.95;1.58 -8969;4;4867.50;9.50;528.50;4.23;0.78 -8970;4;4192.00;9.50;573.50;1.81;0.96 -8971;4;4339.50;9.50;426.50;1.89;0.88 -8972;4;4615.00;9.50;265.50;0.80;1.16 -8973;4;2843.50;9.50;2034.00;1.62;0.66 -8974;4;2285.00;9.50;94.50;3.70;1.10 -8975;4;2459.50;9.50;400.50;4.19;0.80 -8976;4;2333.00;9.50;862.50;4.08;1.08 -8977;4;2219.50;9.50;1522.00;-1.23;1.42 -8978;4;1614.00;9.50;2030.50;1.47;0.64 -8979;4;1163.00;9.50;95.50;4.05;1.46 -8980;4;65.50;9.50;344.50;4.47;1.12 -8981;4;707.00;9.50;995.00;4.71;1.02 -8982;4;526.50;9.50;1665.50;1.84;1.06 -8983;4;418.50;9.50;731.00;4.61;1.14 -8984;4;982.50;9.50;617.50;1.94;0.98 -8985;4;2549.50;9.50;1270.50;4.63;1.38 -8986;4;1763.50;9.50;68.50;-1.11;1.14 -8987;4;1451.50;9.50;498.50;4.68;0.96 -8988;4;3803.50;9.50;313.50;3.97;1.18 -8989;4;2460.50;9.50;1523.50;-1.44;1.28 -8990;4;5421.00;9.50;526.00;-1.04;1.22 -8991;4;5476.50;9.50;1330.50;1.48;1.02 -8992;4;5530.50;9.50;1795.50;3.92;1.32 -8993;4;4978.50;9.50;409.50;-0.29;1.12 -8994;4;4142.50;9.50;608.50;4.58;1.00 -8995;4;4359.50;9.50;428.50;4.67;0.98 -8996;4;4551.50;9.50;274.00;4.71;1.00 -8997;4;2256.50;9.50;118.50;4.65;0.98 -8998;4;2423.50;9.50;429.00;4.71;1.24 -8999;4;2468.50;9.50;865.00;1.82;1.16 -9000;4;2273.00;9.50;1546.50;2.59;1.40 -9001;4;1509.50;9.50;1880.00;4.64;1.50 -9002;4;1307.00;9.50;155.50;3.53;1.48 -9003;4;2830.00;9.50;366.00;1.57;1.10 -9004;4;98.50;9.50;1208.50;3.92;1.16 -9005;4;353.00;9.50;1654.00;4.42;1.02 -9006;4;497.00;9.50;699.00;2.29;1.34 -9007;4;870.50;9.50;550.00;2.77;0.94 -9008;4;2409.50;9.50;1418.50;4.25;1.22 -9009;4;1841.50;9.50;176.50;1.41;1.56 -9010;4;1335.00;9.50;413.00;4.48;1.24 -9011;4;2802.00;9.50;1595.00;4.71;1.10 -9012;4;3859.50;9.50;346.50;4.57;0.92 -9013;4;2988.00;9.50;1247.50;-1.34;1.32 -9014;4;5348.50;9.50;498.50;-1.20;1.00 -9015;4;5419.00;9.50;1255.50;1.14;1.28 -9016;4;2803.50;9.50;1917.50;4.70;1.10 -9017;4;4953.00;9.55;402.50;4.46;0.64 -9018;4;4212.50;9.50;607.50;1.89;0.78 -9019;4;4411.50;9.50;438.50;3.64;1.00 -9020;4;4589.00;9.50;314.50;-0.80;1.20 -9021;4;2268.00;9.50;70.00;1.93;0.92 -9022;4;2429.00;9.50;388.50;1.46;1.04 -9023;4;2758.50;9.50;1966.00;0.70;1.44 -9024;4;2385.50;9.50;866.00;-1.45;1.02 -9025;4;2311.50;9.50;1567.50;1.54;1.48 -9026;4;1256.50;9.50;182.50;4.17;1.04 -9027;4;67.50;9.50;390.00;-1.51;1.32 -9028;4;113.50;9.50;1246.00;4.59;1.12 -9029;4;414.00;9.50;1597.00;4.42;1.04 -9030;4;499.00;9.50;732.50;4.61;1.28 -9031;4;733.50;9.50;436.50;4.26;1.26 -9032;4;2948.00;13.80;1771.50;4.54;0.30 -9033;4;3477.00;9.80;1674.50;4.54;0.18 -9034;4;2527.50;9.50;1309.00;1.82;0.94 -9035;4;3059.00;11.20;1794.00;4.71;0.30 -9036;4;2945.50;11.45;1724.00;1.95;0.28 -9037;4;1933.00;9.50;217.00;1.48;1.12 -9038;4;3167.50;9.80;1796.00;1.29;0.34 -9039;4;3296.50;10.70;1944.50;4.57;0.36 -9040;4;1199.50;9.50;393.50;4.04;1.12 -9041;4;3481.50;9.70;1871.00;1.31;1.06 -9042;4;3233.50;9.70;2011.50;4.57;0.44 -9043;4;3469.00;10.45;1711.50;4.06;0.22 -9044;4;5372.00;9.50;1539.00;4.03;1.16 -9045;4;3356.50;9.70;1839.50;2.11;0.18 -9046;4;3383.50;10.20;1668.50;4.51;0.22 -9047;4;2927.00;14.85;1758.50;1.86;0.30 -9048;4;3851.50;9.50;497.00;2.99;0.80 -9049;4;3106.00;9.50;1163.00;0.94;0.86 -9050;4;3543.50;10.40;1682.00;1.57;0.26 -9051;4;3057.50;10.60;1771.00;1.57;0.30 -9052;4;5309.50;9.50;564.00;3.83;1.42 -9053;4;5329.50;9.50;1226.50;-1.45;1.08 -9054;4;3019.00;9.55;1721.00;4.12;0.26 -9055;4;3368.50;10.25;1833.00;2.49;0.30 -9056;4;3211.50;10.15;1783.00;0.98;0.22 -9057;4;4774.50;9.50;443.50;4.66;0.86 -9058;4;4223.00;9.50;629.00;4.71;0.92 -9059;4;3391.00;9.90;1919.00;-1.10;0.46 -9060;4;3332.50;10.50;1713.00;1.19;0.24 -9061;4;3269.00;9.90;1795.50;4.61;0.16 -9062;4;4431.00;9.50;385.00;2.26;0.98 -9063;4;4560.00;9.50;348.50;3.47;1.14 -9064;4;3229.50;10.40;1996.50;4.39;0.34 -9065;4;3534.50;9.80;1712.50;4.57;0.26 -9066;4;3001.50;12.10;1823.50;4.30;0.34 -9067;4;3926.50;9.50;35.00;2.49;1.12 -9068;4;3006.00;12.70;1770.50;1.81;0.30 -9069;4;3013.50;11.60;1854.50;4.30;0.26 -9070;4;2237.50;9.50;69.50;1.63;0.88 -9071;4;2440.50;9.50;255.00;4.56;1.16 -9072;4;2435.00;9.50;911.50;1.60;1.26 -9073;4;1607.00;11.50;881.50;-1.06;0.18 -9074;4;3282.00;10.50;1868.00;1.81;0.36 -9075;4;2726.50;12.00;1681.50;3.33;0.26 -9076;4;2332.50;9.50;1487.00;4.71;1.58 -9078;4;3318.00;10.40;1775.50;1.69;0.28 -9079;4;3206.00;10.40;1710.50;4.54;0.24 -9080;4;1187.50;9.50;153.50;3.98;1.40 -9081;4;150.00;9.50;434.00;1.73;0.94 -9082;4;3347.00;10.30;1754.00;4.71;0.20 -9083;4;3108.50;12.40;1944.00;2.97;0.32 -9084;4;3945.50;10.35;1168.00;4.19;0.44 -9085;4;2823.00;14.00;1213.00;1.57;0.84 -9086;4;360.00;9.50;1625.50;2.83;1.30 -9087;4;342.00;10.25;675.50;4.24;1.30 -9088;4;3091.50;10.40;1812.00;2.24;0.24 -9089;4;3198.50;9.90;1989.00;4.43;0.40 -9090;4;2720.50;11.80;1706.50;1.76;0.24 -9091;4;1433.00;9.50;610.00;4.24;1.38 -9092;4;1546.00;9.50;1794.50;-0.25;1.22 -9093;4;3111.50;10.50;1844.50;1.97;0.32 -9094;4;3156.00;9.70;1755.50;-1.44;0.34 -9095;4;3033.50;13.90;1867.00;-0.89;0.32 -9096;4;2944.00;9.95;1707.00;4.24;0.18 -9097;4;3265.00;9.70;1732.50;3.14;0.18 -9098;4;3267.00;9.80;1701.00;-1.24;0.24 -9099;4;3566.50;10.50;1854.00;1.77;1.04 -9100;4;3263.00;10.30;1747.00;1.81;0.26 -9101;4;3482.50;9.90;1779.00;1.15;0.36 -9102;4;3411.50;10.40;1738.50;1.97;0.20 -9103;4;2970.50;10.75;1741.00;1.84;0.28 -9104;4;3242.00;9.85;1814.50;1.69;0.22 -9105;4;3269.00;10.30;1754.00;4.39;0.22 -9106;4;1611.50;11.80;916.50;-1.05;0.28 -9107;4;3349.50;10.60;1727.00;4.33;0.22 -9108;4;3142.00;10.00;1874.50;2.86;0.34 -9109;4;3058.50;10.20;1711.00;4.43;0.28 -9110;4;3456.00;9.90;1734.50;1.44;0.26 -9111;4;3331.50;9.95;1697.00;3.38;0.22 -9112;4;3239.00;10.60;1905.00;4.71;0.28 -9113;4;3472.50;9.90;1748.50;4.30;0.30 -9114;4;3566.00;9.80;1722.00;4.71;0.26 -9115;4;3328.00;9.95;1909.50;4.06;0.38 -9116;4;3278.50;10.05;1977.00;1.83;0.52 -9117;4;3061.50;9.90;1748.00;4.03;0.26 -9118;4;3336.50;10.00;1782.00;1.84;0.20 -9119;4;3293.00;10.47;1853.00;1.57;0.36 -9120;4;3245.00;10.25;1708.50;3.14;0.26 -9121;4;3659.00;9.82;1869.00;3.92;1.02 -9122;4;3425.50;10.50;1684.50;4.17;0.26 -9123;4;3283.50;10.50;1906.00;4.33;0.30 -9124;4;3516.00;9.85;1757.00;4.33;0.28 -9126;4;3044.00;9.70;1916.50;4.58;0.32 -9127;4;2913.00;9.50;1794.00;3.92;0.26 -9128;4;3189.00;10.90;1967.50;-1.48;0.46 -9129;4;3185.50;9.70;1746.50;1.71;0.26 -9130;4;3447.00;9.80;1783.00;1.37;0.52 -9131;4;3427.50;10.00;1720.50;1.71;0.22 -9132;4;2982.50;9.50;1833.50;4.30;0.30 -9133;4;3498.50;10.00;1730.00;4.43;0.28 -9134;4;3046.50;13.65;1866.00;2.44;0.34 -9135;4;2962.50;12.60;1778.00;2.15;0.26 -9136;4;3493.00;10.40;1692.50;3.73;0.22 -9137;4;2989.00;11.60;748.00;4.28;0.88 -9138;4;2995.50;10.70;1731.00;4.71;0.26 -9139;4;2977.50;12.80;1807.50;1.76;0.28 -9140;4;3296.00;10.00;1975.00;1.76;0.48 -9141;4;3059.00;11.10;1831.00;4.24;0.30 -9142;4;3914.00;9.70;1864.00;1.57;1.14 -9143;4;3129.00;9.90;1856.50;4.54;0.22 -9144;4;3388.50;10.15;1675.00;4.33;0.24 -9145;4;3595.00;10.05;1749.50;4.54;0.30 -9146;4;3580.50;10.40;1708.50;4.51;0.24 -9147;4;3168.50;10.40;1888.50;3.92;0.34 -9148;4;3024.50;12.75;1778.00;1.57;0.24 -9149;4;3085.50;9.70;1733.50;2.11;0.24 -9150;4;3278.50;9.90;1747.50;1.68;0.16 -9151;4;3070.50;10.70;1791.50;4.17;0.24 -9152;4;3053.50;10.30;823.50;-1.51;0.68 -9153;4;3348.00;10.50;1705.50;4.24;0.28 -9154;4;3042.50;11.50;1808.50;3.28;0.32 -9155;4;3568.50;9.80;1736.50;4.57;0.34 -9156;4;3176.50;9.90;1823.50;3.33;0.32 -9157;4;2973.00;11.67;1753.00;2.03;0.30 -9158;4;3276.00;10.80;1888.00;2.82;0.30 -9159;4;3465.00;9.80;1676.50;4.54;0.18 -9160;4;3202.50;10.10;1781.50;2.19;0.30 -9161;4;2738.00;12.27;1686.00;2.03;0.28 -9162;4;3303.50;10.30;1896.00;-1.15;0.36 -9163;4;1609.50;15.00;892.00;-1.06;0.28 -9164;4;3302.50;10.30;1727.00;2.49;0.24 -9165;4;3391.50;10.00;1897.00;-1.35;0.62 -9166;4;3186.00;10.22;1801.00;-1.32;0.24 -9167;4;3192.00;10.40;1763.00;2.67;0.24 -9168;4;3440.50;10.40;1705.50;1.97;0.18 -9169;4;1629.00;13.82;903.00;-1.06;0.22 -9170;4;2913.50;13.80;1743.50;-1.16;0.30 -9171;4;3026.00;11.45;1851.00;4.12;0.36 -9172;4;3532.00;10.30;1678.50;1.69;0.20 -9173;4;3046.00;10.90;1762.50;1.47;0.28 -9174;4;2958.00;9.70;1717.50;3.73;0.18 -9175;4;3049.50;13.90;1893.00;4.71;0.32 -9176;4;3304.50;10.30;1771.00;2.49;0.22 -9177;4;3342.50;9.90;1695.50;-1.16;0.26 -9178;4;3085.50;13.20;1927.00;4.41;0.36 -9179;4;3380.00;10.10;1946.00;4.43;0.54 -9180;4;3517.50;9.80;1704.50;1.46;0.20 -9181;4;3285.00;10.30;1795.50;-1.40;0.28 -9182;4;3021.00;11.52;1757.00;3.73;0.28 -9183;4;3222.50;9.80;1760.50;4.17;0.22 -9184;4;3346.00;10.42;1735.00;1.24;0.20 -9185;4;3055.50;9.60;1722.50;1.03;0.24 -9186;4;3147.50;9.80;1888.50;1.68;0.24 -9187;4;3428.00;9.80;1781.50;1.69;0.40 -9188;4;1708.50;9.80;848.00;-1.11;0.18 -9189;4;3206.50;10.60;1916.50;1.71;0.42 -9190;4;3333.00;10.20;1751.00;4.71;0.20 -9191;4;3167.00;11.45;1962.00;2.35;0.32 -9192;4;3588.00;10.50;1720.50;4.54;0.28 -9193;4;3058.00;9.90;1743.50;1.40;0.26 -9194;4;3162.50;9.70;1744.00;4.03;0.30 -9195;4;3343.00;9.70;1860.00;1.81;0.30 -9196;4;2928.50;11.30;1706.50;4.17;0.24 -9197;4;3301.00;10.20;1734.00;4.71;0.28 -9198;4;3296.50;10.40;1882.50;1.66;0.32 -9199;4;3428.50;9.85;1733.00;1.95;0.24 -9200;4;3493.00;9.87;1699.00;1.89;0.28 -9201;4;3326.00;10.40;1927.00;4.71;0.30 -9202;4;3451.00;9.90;1744.50;1.44;0.30 -9203;4;3281.00;10.00;1949.00;3.92;0.38 -9204;4;2959.00;10.55;1736.00;1.89;0.28 -9205;4;3698.50;9.80;1947.00;2.67;1.10 -9206;4;3255.00;9.65;1753.50;2.03;0.22 -9207;4;3395.50;10.40;1723.50;4.30;0.20 -9208;4;3026.50;14.90;1865.00;1.57;0.32 -9209;4;3051.00;9.70;1713.00;1.32;0.24 -9210;4;3505.00;10.00;1740.50;2.03;0.24 -9211;4;1544.00;9.50;942.00;-1.02;0.30 -9212;4;3305.00;10.32;1684.00;0.98;0.22 -9213;4;3526.00;9.90;1766.00;1.81;0.26 -9214;4;3554.00;9.97;1702.00;4.71;0.24 -9215;4;3429.50;10.20;1906.50;4.05;0.42 -9216;4;2940.00;9.65;1805.00;1.57;0.42 -9217;4;3368.00;9.80;1901.00;3.60;0.38 -9218;4;3019.50;10.50;1737.00;4.43;0.24 -9219;4;3209.50;10.25;1813.00;1.57;0.32 -9220;4;3119.00;10.10;1846.00;4.71;0.34 -9221;4;1612.00;10.17;847.00;-1.08;0.22 -9222;4;3475.50;10.50;1721.00;1.35;0.24 -9223;4;3228.50;10.60;1884.50;4.30;0.36 -9224;4;4463.00;10.75;1897.00;4.51;1.36 -9225;4;3617.00;10.60;1788.50;1.50;0.50 -9226;4;3142.00;10.60;1897.00;1.76;0.40 -9227;4;2961.50;14.95;1786.00;4.12;0.36 -9229;4;3014.00;12.75;1798.50;4.46;0.28 -9230;4;3587.00;10.22;1874.00;-1.34;1.10 -9231;4;3318.00;10.50;1797.00;4.39;0.28 -9232;4;3549.00;9.90;1735.50;1.73;0.30 -9233;4;3237.50;10.50;1842.00;2.09;0.32 -9234;4;3286.00;10.05;1686.00;4.24;0.22 -9235;4;3414.50;11.10;1634.00;4.33;0.20 -9236;4;3218.00;10.45;1594.50;-0.92;0.28 -9237;4;2728.00;11.82;1642.00;2.35;0.16 -9238;4;2978.50;9.70;1574.00;-1.19;0.18 -9239;4;2778.00;10.10;1566.00;4.39;0.24 -9240;4;3189.00;9.80;1672.00;4.46;0.22 -9241;4;3271.00;10.00;1616.00;1.37;0.28 -9242;4;3311.00;11.70;1664.50;1.73;0.24 -9243;4;3577.50;9.70;1575.50;1.71;0.20 -9244;4;3548.00;11.40;1614.50;1.73;0.22 -9245;4;3439.50;9.80;1581.50;1.76;0.24 -9246;4;3198.50;10.40;1643.50;4.17;0.26 -9247;4;3296.00;9.90;1590.50;1.40;0.20 -9248;4;3413.50;9.80;1832.50;1.97;0.44 -9249;4;3282.50;9.80;1557.50;2.35;0.24 -9250;4;2791.00;9.87;1602.00;2.15;0.24 -9251;4;3022.00;10.50;1670.50;1.44;0.28 -9252;4;3061.00;9.80;1583.50;3.73;0.20 -9253;4;3327.00;10.25;1613.50;4.54;0.18 -9254;4;3272.00;10.00;1665.50;2.03;0.24 -9255;4;2658.50;10.40;1609.50;1.37;0.20 -9256;4;3383.00;10.50;1660.50;1.44;0.18 -9257;4;3464.00;9.80;1672.00;2.35;0.18 -9258;4;3506.00;11.50;1583.50;1.81;0.20 -9259;4;3537.50;9.90;1639.50;4.30;0.22 -9260;4;3364.50;10.60;1556.00;1.95;0.20 -9261;4;3363.00;10.00;1590.50;2.03;0.22 -9262;4;3141.50;10.30;1654.00;1.84;0.30 -9263;4;3086.50;10.55;1609.00;-1.19;0.32 -9264;4;2975.00;10.25;1582.00;2.67;0.20 -9265;4;3334.00;10.10;1660.00;2.67;0.24 -9266;4;3408.50;10.10;1607.00;3.30;0.18 -9267;4;3456.50;10.40;1660.00;1.95;0.20 -9268;4;2778.50;10.10;1575.50;-1.42;0.26 -9269;4;2778.50;10.75;1610.00;-0.98;0.24 -9270;4;3531.50;10.50;1668.50;1.76;0.22 -9271;4;3601.50;10.25;1595.00;2.89;0.22 -9272;4;3333.00;10.60;1627.50;3.73;0.22 -9273;4;3432.50;9.90;1589.00;1.95;0.24 -9274;4;3194.00;9.80;1603.50;1.67;0.24 -9275;4;3242.50;9.90;1651.50;2.35;0.24 -9276;4;3481.00;9.85;1604.00;1.57;0.18 -9277;4;3055.00;9.80;1588.50;1.40;0.24 -9278;4;3409.50;9.80;1650.50;1.37;0.28 -9280;4;3523.00;10.40;1657.50;4.58;0.24 -9281;4;2915.50;9.95;1571.00;4.12;0.22 -9282;4;3403.50;11.60;1623.50;3.92;0.26 -9283;4;3656.50;10.10;1710.00;1.78;0.36 -9284;4;2657.00;11.30;1576.00;4.24;0.22 -9285;4;2761.50;11.25;1626.00;1.84;0.24 -9286;4;3501.00;11.55;1592.50;4.46;0.24 -9287;4;3296.00;10.35;1651.00;4.12;0.28 -9288;4;3285.00;9.80;1563.00;4.39;0.24 -9289;4;3278.50;9.90;1597.00;1.57;0.20 -9290;4;3131.00;10.27;1581.00;2.03;0.24 -9291;4;3491.00;9.90;1653.50;1.73;0.20 -9292;4;3764.50;10.60;1622.50;4.39;0.34 -9293;4;3628.00;10.40;1691.50;4.54;0.26 -9294;4;2975.50;9.70;1586.50;-1.42;0.22 -9295;4;3207.50;10.40;1621.00;1.84;0.28 -9296;4;2931.50;9.70;1695.00;1.95;0.20 -9297;4;2765.00;9.92;1583.00;3.92;0.20 -9298;4;3473.00;9.85;1627.50;4.06;0.22 -9299;4;3579.00;10.30;1590.00;1.76;0.18 -9300;4;3021.50;9.70;1648.50;1.89;0.18 -9301;4;3340.00;9.90;1597.00;4.39;0.22 -9302;4;3369.50;10.70;1639.00;1.57;0.24 -9303;4;2656.50;9.80;1602.00;1.84;0.20 -9304;4;3220.50;10.10;1585.00;1.78;0.24 -9305;4;3556.50;9.80;1654.00;2.49;0.20 -9306;4;3060.00;9.80;1596.00;3.92;0.26 -9307;4;3549.00;11.30;1623.50;1.73;0.22 -9308;4;3056.50;10.30;1707.00;1.95;0.24 -9309;4;2908.50;9.70;1576.00;4.12;0.16 -9310;4;2671.00;9.95;1587.50;4.54;0.26 -9311;4;3439.50;9.80;1639.00;1.84;0.20 -9312;4;3440.00;9.80;1555.50;4.46;0.24 -9313;4;3413.00;10.05;1595.50;1.73;0.22 -9314;4;2745.00;12.17;1645.00;4.33;0.24 -9315;4;2771.50;10.40;1600.50;1.76;0.20 -9316;4;3141.50;10.40;1584.00;1.57;0.24 -9317;4;3189.50;9.90;1683.50;3.33;0.24 -9318;4;3345.00;10.10;1614.50;1.73;0.24 -9319;4;3278.50;9.75;1682.00;1.78;0.18 -9320;4;2968.50;9.70;1591.50;-1.24;0.20 -9321;4;2645.50;9.80;1617.00;3.38;0.20 -9322;4;2796.00;9.85;1586.50;1.44;0.24 -9323;4;3268.00;9.80;1628.50;3.73;0.20 -9324;4;3474.00;9.90;1591.50;4.54;0.24 -9325;4;3511.50;9.90;1639.50;2.11;0.20 -9326;4;3506.50;10.00;1560.50;2.82;0.16 -9327;4;3153.50;9.80;1605.50;2.94;0.24 -9328;4;3365.00;10.05;1564.50;1.81;0.18 -9329;4;3028.00;10.70;1679.50;1.81;0.28 -9330;4;3418.50;10.25;1605.00;1.57;0.22 -9331;4;3279.00;9.80;1667.00;4.71;0.24 -9332;4;2770.00;11.32;1619.00;4.24;0.22 -9333;4;3333.00;10.47;1676.00;1.57;0.24 -9334;4;3047.00;9.70;1599.50;1.81;0.22 -9335;4;2905.00;9.70;1582.00;2.03;0.22 -9336;4;3592.50;9.80;1642.00;1.84;0.22 -9337;4;3572.00;9.95;1558.50;1.40;0.24 -9338;4;3558.00;11.47;1598.00;1.57;0.22 -9339;4;3431.50;9.80;1558.00;4.71;0.20 -9340;4;3188.50;10.15;1666.00;2.49;0.24 -9341;4;3238.50;10.00;1621.50;1.48;0.28 -9342;4;3297.00;10.00;1562.50;0.92;0.20 -9343;4;3349.50;10.10;1658.00;1.95;0.18 -9344;4;3486.50;9.90;1612.00;2.15;0.20 -9345;4;3403.00;9.82;1665.00;4.39;0.26 -9346;4;3123.00;9.90;1591.50;1.81;0.24 -9347;4;2959.00;10.00;1593.50;4.06;0.16 -9348;4;3395.00;11.50;1629.00;3.92;0.24 -9349;4;3643.00;10.00;1615.50;-1.44;0.42 -9350;4;2731.50;10.60;1636.50;3.68;0.24 -9351;4;3297.50;9.90;1603.50;4.39;0.22 -9352;4;3499.50;9.90;1559.50;1.76;0.20 -9353;4;3262.50;9.80;1655.50;4.17;0.22 -9354;4;3554.50;10.75;1615.00;4.71;0.20 -9355;4;3363.50;10.10;1574.50;4.39;0.26 -9356;4;3423.50;9.95;1652.00;1.57;0.20 -9357;4;3185.50;10.30;1631.50;2.35;0.24 -9358;4;3486.50;10.35;1661.00;1.95;0.22 -9359;4;3209.00;9.95;1594.00;3.92;0.22 -9360;4;3464.50;10.40;1632.00;4.71;0.26 -9361;4;3057.50;9.70;1602.50;2.11;0.22 -9362;4;3012.50;9.70;1653.50;2.11;0.20 -9363;4;2907.50;10.30;1557.50;1.16;0.20 -9364;4;2739.50;12.80;1594.50;4.57;0.18 -9365;4;3561.50;9.80;1570.50;-1.16;0.26 -9366;4;3378.00;10.45;1598.00;2.03;0.20 -9367;4;3431.50;10.00;1571.00;4.12;0.24 -9368;4;3493.50;9.90;1647.00;4.71;0.24 -9369;4;2645.50;10.25;1607.00;2.78;0.28 -9370;4;3568.50;10.00;1690.50;2.60;0.34 -9371;4;3293.50;9.80;1583.50;1.76;0.24 -9372;4;3143.00;10.40;1592.00;1.57;0.20 -9373;4;3535.50;9.90;1630.50;4.17;0.26 -9374;4;3190.00;10.30;1649.50;3.52;0.26 -9375;4;2977.50;10.55;1565.00;1.57;0.16 -9376;4;3442.50;9.85;1600.00;4.71;0.22 -9377;4;1842.00;9.50;1131.50;3.85;0.22 -9378;4;3402.50;9.80;1646.50;2.11;0.18 -9379;4;2773.50;11.30;1608.50;1.71;0.20 -9380;4;3501.00;9.95;1567.00;1.57;0.20 -9381;4;3568.00;10.40;1654.50;4.24;0.22 -9382;4;3334.50;10.20;1620.50;3.46;0.18 -9383;4;2737.00;11.32;1657.00;1.57;0.18 -9384;4;3360.50;10.00;1580.50;2.60;0.22 -9385;4;3628.00;10.00;1634.00;1.89;0.26 -9386;4;3264.00;9.95;1642.50;-1.40;0.24 -9387;4;3051.00;9.70;1582.00;3.14;0.20 -9388;4;3011.50;9.60;1608.50;2.35;0.32 -9389;4;3486.00;9.85;1647.00;1.57;0.18 -9390;4;3568.50;10.40;1666.00;2.15;0.26 -9391;4;3573.00;9.80;1567.50;4.58;0.22 -9392;4;2741.50;11.30;1653.00;4.43;0.18 -9393;4;3053.50;9.80;1697.00;1.95;0.22 -9394;4;3425.00;10.15;1578.50;3.52;0.22 -9395;4;3407.50;10.70;1613.50;1.76;0.14 -9396;4;3301.00;9.80;1585.00;2.67;0.18 -9397;4;2765.00;11.80;1619.50;1.73;0.22 -9398;4;3137.50;9.90;1601.50;1.76;0.24 -9399;4;3331.00;10.70;1634.00;2.15;0.26 -9400;4;3124.00;9.90;1556.00;1.81;0.16 -9401;4;3589.00;10.05;1610.50;4.24;0.26 -9402;4;3552.50;10.50;1660.50;1.42;0.26 -9403;4;2906.50;9.70;1567.00;4.43;0.22 -9404;4;3190.00;10.00;1623.00;-1.24;0.26 -9405;4;2649.50;10.30;1566.00;3.38;0.22 -9406;4;3036.00;10.75;1686.50;1.73;0.28 -9407;4;3480.00;9.80;1618.50;1.69;0.16 -9408;4;3248.00;10.30;1697.50;1.93;0.18 -9409;4;3502.50;10.00;1575.50;1.76;0.16 -9410;4;3024.50;10.40;1662.00;4.12;0.24 -9411;4;3369.00;10.00;1585.00;2.03;0.20 -9412;4;3102.50;13.70;1512.00;4.71;0.26 -9413;4;3332.00;9.80;1520.50;4.54;0.22 -9414;4;3035.50;11.60;1528.50;-1.42;0.18 -9415;4;3465.50;9.70;1449.50;4.39;0.18 -9416;4;2977.50;11.80;1514.50;-1.37;0.18 -9417;4;3430.00;9.70;1460.50;1.21;0.16 -9418;4;2889.00;10.40;1512.50;4.06;0.20 -9419;4;3333.50;9.75;1469.00;4.71;0.22 -9420;4;3645.50;9.80;1551.50;1.97;0.22 -9421;4;3023.00;12.50;1512.00;4.24;0.24 -9422;4;3464.50;9.80;1550.50;4.39;0.16 -9423;4;3252.00;9.90;1485.00;2.03;0.30 -9424;4;3407.50;9.80;1515.50;4.57;0.18 -9425;4;3183.50;12.30;1489.50;4.17;0.28 -9426;4;3515.50;9.70;1457.00;1.95;0.26 -9427;4;3111.50;10.50;1522.50;4.57;0.16 -9428;4;3019.00;9.70;1562.50;1.73;0.20 -9429;4;3038.00;11.65;1520.00;4.39;0.22 -9430;4;3418.50;9.70;1468.00;1.95;0.20 -9431;4;2870.00;9.50;1549.50;2.03;0.16 -9432;4;3533.50;11.00;1543.50;2.35;0.26 -9433;4;3332.50;10.00;1487.50;4.17;0.22 -9434;4;2815.00;9.62;1509.00;1.57;0.24 -9435;4;3265.50;10.00;1484.00;1.15;0.32 -9436;4;3493.00;10.20;1512.50;2.55;0.20 -9437;4;3313.00;9.80;1526.00;2.03;0.20 -9438;4;3194.00;10.30;1637.50;2.03;0.26 -9439;4;3087.50;9.80;1559.50;4.57;0.20 -9440;4;3529.50;12.00;1468.50;1.76;0.22 -9441;4;3001.50;14.50;1530.00;1.19;0.24 -9442;4;3495.00;9.77;1467.00;1.57;0.22 -9443;4;2935.00;10.70;1543.50;-1.32;0.24 -9444;4;2885.00;11.02;1519.00;1.57;0.16 -9445;4;3600.50;9.95;1550.00;4.71;0.24 -9446;4;3415.00;9.80;1478.00;2.35;0.22 -9447;4;3546.00;11.75;1522.50;4.06;0.22 -9448;4;3428.50;9.80;1548.00;1.57;0.20 -9449;4;3374.50;9.90;1523.50;1.76;0.22 -9450;4;716.50;9.50;788.50;-0.73;0.26 -9451;4;3272.50;10.10;1497.50;3.33;0.20 -9452;4;3169.00;9.95;1543.00;3.92;0.24 -9453;4;3647.50;9.60;1463.50;1.71;0.34 -9454;4;3202.50;10.40;1516.50;1.42;0.26 -9455;4;3536.00;10.45;1474.50;2.55;0.18 -9456;4;2992.00;9.70;1565.50;-0.92;0.20 -9457;4;3085.50;11.10;1521.50;-0.78;0.20 -9458;4;2782.00;9.80;1549.00;2.35;0.24 -9459;4;3484.50;9.70;1471.00;2.49;0.20 -9460;4;3492.50;9.80;1550.50;4.57;0.24 -9461;4;3416.00;10.45;1484.00;4.39;0.24 -9462;4;3621.50;9.60;1522.00;4.43;0.28 -9463;4;3347.50;10.35;1490.00;2.15;0.26 -9464;4;3452.50;10.45;1518.00;4.43;0.22 -9465;4;3283.50;10.00;1503.50;1.42;0.20 -9466;4;3261.00;9.90;1541.50;2.55;0.20 -9467;4;1547.00;10.57;1665.00;1.95;0.40 -9468;4;3167.00;11.15;1511.00;-1.24;0.24 -9469;4;3604.50;9.60;1477.00;3.78;0.26 -9470;4;3054.50;9.90;1556.50;4.51;0.20 -9471;4;3010.50;13.50;1535.50;1.76;0.22 -9472;4;2873.00;10.05;1510.50;4.54;0.32 -9473;4;3567.00;11.20;1545.00;3.92;0.22 -9474;4;3484.00;9.92;1479.00;2.03;0.20 -9475;4;3511.00;10.60;1522.00;4.39;0.20 -9476;4;3420.00;10.00;1494.00;3.60;0.18 -9477;4;3322.50;9.80;1540.50;4.17;0.20 -9478;4;2806.50;10.30;1467.00;1.57;0.24 -9479;4;3354.00;9.70;1495.00;2.35;0.22 -9480;4;1558.00;10.90;1681.50;1.64;0.34 -9481;4;3256.50;10.10;1503.50;2.11;0.32 -9482;4;2923.50;10.00;1538.00;2.15;0.20 -9483;4;3160.00;10.40;1647.00;4.39;0.24 -9484;4;2751.50;10.60;1555.50;4.17;0.18 -9485;4;3225.50;10.40;1684.00;1.84;0.28 -9486;4;2933.50;10.80;1528.00;1.95;0.16 -9487;4;3566.00;10.30;1524.00;4.71;0.32 -9488;4;3427.00;10.00;1490.00;4.24;0.20 -9489;4;3401.00;9.90;1529.00;4.71;0.22 -9490;4;2867.00;9.92;1481.00;2.35;0.28 -9491;4;3312.00;9.85;1505.50;2.55;0.26 -9492;4;2815.00;9.80;1469.00;3.92;0.16 -9493;4;3236.50;10.00;1541.00;4.33;0.24 -9494;4;3167.50;9.90;1520.50;1.42;0.28 -9495;4;2780.00;9.70;1477.00;1.89;0.24 -9496;4;3025.00;9.70;1564.50;-1.10;0.28 -9497;4;2985.50;12.65;1532.00;4.71;0.18 -9498;4;2882.50;9.70;1553.00;1.35;0.16 -9499;4;3145.50;10.30;1638.00;3.60;0.26 -9500;4;2836.50;9.70;1525.50;2.35;0.18 -9501;4;3201.50;10.30;1683.50;1.37;0.24 -9502;4;3468.50;9.90;1527.00;1.95;0.20 -9503;4;2927.50;10.50;1489.00;1.95;0.18 -9504;4;3488.00;10.30;1492.50;-1.40;0.26 -9505;4;2886.50;10.90;1485.00;4.33;0.24 -9506;4;3298.00;9.80;1547.00;4.71;0.18 -9507;4;2833.50;9.85;1483.00;1.95;0.24 -9508;4;3108.50;10.00;1554.50;3.92;0.20 -9509;4;2939.00;10.00;1558.50;2.21;0.18 -9510;4;2770.50;9.90;1474.00;1.95;0.26 -9511;4;3087.50;10.45;1536.00;2.15;0.24 -9512;4;3866.50;10.40;1662.50;4.14;0.44 -9513;4;3567.50;9.60;1494.50;1.97;0.28 -9514;4;3578.50;9.80;1624.50;3.68;0.20 -9515;4;2998.50;11.40;1492.00;1.57;0.20 -9516;4;3468.50;9.80;1491.00;1.57;0.24 -9517;4;2945.50;12.30;1493.00;4.33;0.22 -9518;4;3383.50;9.90;1535.50;2.11;0.18 -9519;4;3314.50;9.70;1510.00;4.03;0.24 -9520;4;3192.00;10.47;1550.00;4.46;0.26 -9521;4;3149.00;10.00;1534.50;-1.44;0.28 -9522;4;2902.00;10.27;1536.00;3.92;0.16 -9523;4;2837.00;9.80;1491.00;1.57;0.16 -9524;4;2957.50;10.30;1542.00;4.12;0.20 -9525;4;2762.00;10.00;1486.50;4.24;0.20 -9526;4;3607.50;9.70;1536.50;4.51;0.28 -9527;4;3052.00;10.60;1490.50;4.46;0.20 -9528;4;3662.50;9.70;1509.50;4.39;0.36 -9529;4;3445.00;9.80;1535.50;4.54;0.22 -9530;4;3524.50;9.90;1505.50;2.11;0.24 -9531;4;3393.00;9.80;1502.50;1.73;0.18 -9532;4;3081.00;9.80;1559.00;1.89;0.22 -9533;4;3239.00;10.30;1514.50;4.24;0.22 -9534;4;2836.00;9.80;1498.00;1.57;0.16 -9535;4;3028.50;10.40;1548.50;4.60;0.24 -9536;4;2866.00;9.70;1528.50;4.06;0.16 -9537;4;3122.00;10.50;1487.00;3.92;0.24 -9538;4;3597.00;9.60;1505.50;1.73;0.28 -9539;4;3073.50;9.80;1492.50;4.57;0.20 -9540;4;3468.50;10.20;1503.50;2.11;0.18 -9541;4;3026.50;13.70;1501.00;4.49;0.24 -9542;4;3341.00;10.05;1543.50;4.54;0.22 -9543;4;3293.00;9.90;1516.50;4.54;0.16 -9544;4;3159.00;10.15;1562.00;3.92;0.28 -9545;4;2964.50;12.10;1497.50;2.60;0.20 -9546;4;3096.00;10.55;1548.50;1.32;0.24 -9547;4;2929.50;10.65;1535.00;4.71;0.18 -9548;4;3204.50;10.80;1475.50;0.78;0.28 -9549;4;3588.50;9.70;1532.00;1.35;0.26 -9550;4;2782.50;9.50;1494.00;4.12;0.16 -9551;4;3099.50;14.50;1506.50;1.89;0.20 -9552;4;3414.00;10.05;1535.50;2.03;0.26 -9553;4;3762.50;9.95;1678.00;4.49;0.44 -9554;4;3237.00;9.80;1551.00;-1.24;0.26 -9555;4;3004.50;13.60;1510.50;-1.37;0.18 -9556;4;3375.50;9.90;1516.50;2.94;0.18 -9557;4;2963.00;10.45;1510.00;1.57;0.24 -9558;4;3187.00;10.55;1522.50;4.24;0.22 -9559;4;2900.50;10.70;1503.50;2.94;0.14 -9560;4;2996.50;9.70;1557.00;2.49;0.16 -9561;4;2845.00;9.85;1502.00;-1.32;0.20 -9562;4;2737.50;11.70;1552.00;3.38;0.16 -9563;4;3171.50;10.70;1487.50;4.17;0.20 -9564;4;3480.50;9.80;1539.00;4.12;0.22 -9565;4;3444.50;9.90;1504.00;4.71;0.24 -9566;4;3323.50;9.80;1550.00;4.71;0.18 -9567;4;3097.00;14.20;1513.00;1.57;0.20 -9568;4;3269.00;9.90;1539.00;4.71;0.22 -9569;4;3035.00;12.35;1509.50;1.81;0.24 -9570;4;3073.00;10.05;1538.50;1.73;0.28 -9571;4;3374.00;9.72;1458.00;4.39;0.20 -9572;4;2967.00;10.27;1514.00;4.24;0.20 -9573;4;3316.50;9.80;1477.50;2.94;0.20 -9574;4;2889.50;10.10;1540.50;3.92;0.16 -9575;4;2916.00;10.85;1508.50;1.44;0.22 -9576;4;3262.00;9.90;1476.00;1.89;0.22 -9577;4;3547.00;9.70;1543.00;4.24;0.22 -9578;4;2813.50;9.90;1500.50;4.51;0.22 -9579;4;3396.50;10.00;1547.00;4.71;0.20 -9580;4;1587.00;9.80;1624.50;4.06;0.24 -9581;4;3488.50;9.80;1454.50;2.35;0.18 -9582;4;2985.00;9.70;1420.00;4.51;0.16 -9583;4;1567.00;10.70;1627.00;4.24;0.24 -9584;4;2951.50;11.00;1436.00;2.15;0.18 -9585;4;1567.00;10.60;1633.50;1.93;0.32 -9586;4;3062.00;13.85;1410.50;1.44;0.20 -9587;4;2928.00;16.15;1440.50;2.21;0.18 -9588;4;3074.50;10.90;1416.00;4.33;0.20 -9589;4;4967.50;12.10;1495.50;4.39;0.30 -9590;4;2883.00;10.15;1437.50;4.06;0.16 -9591;4;3088.00;10.47;1415.00;1.57;0.20 -9592;4;3564.00;9.60;1449.00;1.89;0.24 -9593;4;2845.50;10.25;1433.00;4.12;0.16 -9594;4;3521.00;9.60;1451.50;4.24;0.20 -9595;4;3083.50;10.00;1422.50;1.46;0.18 -9596;4;3034.00;11.27;1442.00;4.71;0.22 -9597;4;2793.50;10.00;1431.00;4.03;0.24 -9598;4;2981.00;12.45;1436.50;2.76;0.20 -9599;4;3123.50;10.40;1402.50;1.71;0.20 -9600;4;2947.50;11.95;1441.00;1.95;0.18 -9601;4;1660.00;9.95;1669.00;4.46;0.36 -9602;4;3144.50;11.10;1397.00;1.57;0.20 -9603;4;2905.00;11.50;1440.50;4.46;0.16 -9604;4;4989.00;10.57;1497.00;3.14;0.26 -9605;4;3799.50;9.90;1305.50;1.48;0.40 -9606;4;3134.50;11.30;1426.00;4.71;0.26 -9607;4;2854.50;10.50;1443.50;4.17;0.22 -9608;4;3099.50;9.80;1430.50;1.76;0.18 -9609;4;2855.50;10.20;1450.00;4.71;0.22 -9610;4;3202.00;10.05;1387.50;1.73;0.22 -9611;4;3057.50;10.10;1440.50;4.39;0.18 -9612;4;3215.50;10.65;1391.00;1.57;0.28 -9613;4;3011.50;10.60;1445.50;2.60;0.18 -9614;4;3227.00;10.25;1397.50;3.73;0.18 -9615;4;1303.00;10.80;1799.00;3.25;0.74 -9616;4;989.50;14.10;1627.00;2.42;0.40 -9617;4;3216.50;9.70;1408.50;1.97;0.18 -9618;4;2927.00;14.90;1447.50;1.81;0.18 -9619;4;3159.50;14.50;1429.50;4.51;0.24 -9620;4;2925.50;14.30;1454.50;1.71;0.16 -9621;4;3112.50;9.95;1434.00;4.71;0.20 -9622;4;2908.00;10.10;1453.50;-1.40;0.16 -9623;4;4847.50;9.90;1451.00;4.49;0.30 -9624;4;3076.00;9.90;1439.50;4.01;0.22 -9625;4;2864.50;10.10;1450.50;-1.37;0.26 -9626;4;3483.50;12.30;1368.50;4.17;0.22 -9627;4;3031.50;11.50;1435.50;3.92;0.20 -9628;4;3501.50;10.85;1384.00;3.38;0.22 -9629;4;2830.00;9.80;1458.00;4.71;0.22 -9630;4;2987.00;13.10;1451.50;1.81;0.22 -9631;4;2792.50;9.80;1453.50;1.71;0.22 -9632;4;3484.00;14.05;1373.50;-1.44;0.28 -9633;4;2977.00;16.37;1457.00;2.03;0.20 -9634;4;1582.50;10.90;1657.00;4.33;0.30 -9635;4;3248.50;9.80;1411.50;3.68;0.28 -9636;4;2971.00;14.80;1464.50;3.73;0.20 -9637;4;906.50;9.65;1482.00;4.03;0.28 -9638;4;2928.50;10.65;1463.00;1.95;0.18 -9639;4;4910.00;11.80;1433.50;1.73;0.28 -9640;4;3151.50;10.65;1442.00;4.71;0.20 -9641;4;4930.00;13.00;1436.00;4.71;0.26 -9642;4;2900.50;10.20;1464.50;2.11;0.22 -9643;4;3097.00;9.85;1438.50;2.21;0.16 -9644;4;2857.00;10.05;1469.00;1.57;0.22 -9645;4;3539.00;12.75;1372.50;3.81;0.26 -9646;4;3053.50;10.20;1451.50;1.42;0.14 -9647;4;3504.00;10.45;1389.00;1.32;0.20 -9648;4;3046.00;11.60;1460.50;4.06;0.22 -9649;4;3469.50;14.80;1391.50;1.76;0.22 -9650;4;3032.00;13.55;1470.00;4.24;0.24 -9651;4;3223.00;9.70;1420.50;4.24;0.20 -9652;4;2994.50;14.20;1472.00;1.57;0.20 -9653;4;1464.50;10.30;1560.50;1.68;0.24 -9654;4;1459.50;10.60;1572.50;3.33;0.20 -9655;4;2957.00;10.80;1471.00;4.71;0.16 -9656;4;3132.50;9.80;1449.00;4.12;0.22 -9657;4;1423.50;10.20;1615.50;4.30;0.38 -9658;4;2897.00;10.10;1471.50;1.73;0.22 -9659;4;4939.00;9.80;1567.50;4.50;0.64 -9660;4;3103.50;9.70;1465.50;3.92;0.20 -9661;4;3061.00;10.50;1467.50;1.73;0.26 -9662;4;1562.50;10.80;1576.50;4.17;0.20 -9663;4;3430.50;11.70;1393.00;2.89;0.20 -9664;4;1586.50;11.45;1587.00;1.57;0.30 -9665;4;3025.00;11.17;1481.00;4.39;0.16 -9666;4;2965.50;12.00;1477.50;4.51;0.20 -9667;4;1523.00;9.75;1590.50;2.76;0.28 -9668;4;3202.00;12.57;1440.00;4.71;0.30 -9669;4;1111.50;11.30;1793.50;1.63;0.72 -9670;4;3193.50;13.30;1448.50;4.51;0.26 -9671;4;901.50;9.50;1494.50;2.60;0.28 -9672;4;3186.50;12.30;1455.50;2.35;0.26 -9673;4;1649.00;11.15;1586.00;1.57;0.20 -9674;4;3439.50;13.20;1397.00;4.33;0.26 -9675;4;1665.50;11.25;1602.00;4.71;0.28 -9676;4;3085.50;10.50;1467.50;4.57;0.22 -9677;4;3349.00;11.55;1420.50;4.24;0.24 -9678;4;1397.00;11.30;1657.50;4.35;0.38 -9679;4;3040.00;13.05;1468.00;4.71;0.20 -9680;4;3372.50;9.70;1421.50;1.46;0.20 -9681;4;3010.00;11.40;1490.00;2.03;0.20 -9682;4;1436.50;10.90;1565.50;1.68;0.26 -9683;4;3258.50;9.80;1449.00;4.49;0.20 -9684;4;1481.50;10.80;1592.50;2.11;0.24 -9685;4;3202.50;15.00;1457.50;1.42;0.18 -9686;4;2678.50;11.70;1364.00;4.33;0.20 -9687;4;3162.50;11.50;1465.50;4.51;0.20 -9688;4;3456.50;9.85;1431.00;4.12;0.24 -9689;4;2678.50;12.00;1371.00;1.57;0.18 -9690;4;3105.00;9.90;1475.50;-1.44;0.28 -9691;4;3449.50;11.85;1403.00;4.43;0.22 -9692;4;3076.00;9.80;1485.00;1.57;0.18 -9693;4;1648.50;11.20;1595.00;2.49;0.22 -9694;4;3449.50;12.20;1412.00;4.43;0.22 -9695;4;1018.00;13.10;1586.00;4.71;0.32 -9696;4;3419.00;9.90;1414.50;1.73;0.20 -9697;4;906.50;10.35;1536.00;1.95;0.28 -9698;4;3286.00;9.80;1459.00;2.35;0.24 -9699;4;2723.00;14.35;1379.50;4.54;0.20 -9700;4;2738.00;13.20;1373.50;3.73;0.20 -9701;4;3232.50;10.20;1436.50;1.76;0.20 -9702;4;3497.00;13.45;1350.00;1.89;0.22 -9703;4;2734.00;12.52;1385.00;4.24;0.16 -9704;4;3179.00;13.40;1471.50;4.58;0.20 -9705;4;3501.00;10.15;1425.50;2.03;0.20 -9706;4;3159.50;10.05;1478.00;1.57;0.22 -9707;4;3479.00;12.70;1418.50;3.81;0.22 -9708;4;1622.00;11.05;1599.50;4.58;0.30 -9709;4;3439.50;9.80;1429.00;1.95;0.18 -9710;4;2786.00;9.70;1394.50;4.24;0.24 -9711;4;762.50;9.50;799.00;-0.76;0.30 -9712;4;3335.00;9.60;1446.50;3.81;0.24 -9713;4;915.50;10.20;1518.50;2.11;0.34 -9714;4;3282.00;9.95;1465.00;1.57;0.24 -9715;4;3533.00;12.40;1314.50;4.54;0.26 -9716;4;3229.50;9.80;1461.50;4.51;0.22 -9717;4;2801.50;10.40;1404.50;4.57;0.22 -9718;4;3346.00;9.70;1431.50;4.24;0.26 -9719;4;2701.00;11.65;1386.50;1.81;0.20 -9720;4;3526.00;10.67;1433.00;4.71;0.24 -9721;4;1634.50;11.20;1603.50;-1.16;0.28 -9722;4;3488.00;10.45;1432.00;1.57;0.22 -9723;4;2840.50;10.10;1392.50;4.17;0.18 -9724;4;1516.00;10.20;1598.50;1.10;0.28 -9725;4;2840.00;9.80;1484.00;4.71;0.20 -9726;4;3445.00;9.80;1428.00;4.12;0.24 -9727;4;1501.00;10.52;1501.00;2.03;0.36 -9728;4;2876.50;10.50;1408.00;1.57;0.18 -9729;4;3361.50;9.70;1453.00;4.43;0.18 -9730;4;873.50;10.80;1545.00;3.50;0.36 -9731;4;3157.50;10.50;1640.00;1.95;0.22 -9732;4;2862.00;13.30;1418.50;4.06;0.20 -9733;4;4981.00;12.02;1521.00;1.81;0.34 -9734;4;2819.00;9.90;1414.50;4.54;0.16 -9735;4;3545.50;9.60;1449.00;2.24;0.22 -9736;4;2903.50;12.80;1410.00;2.15;0.22 -9737;4;2795.50;9.70;1413.00;1.57;0.18 -9738;4;2918.00;13.92;1417.00;2.03;0.22 -9739;4;3499.00;9.75;1434.00;2.03;0.22 -9740;4;1532.50;10.90;1773.50;2.09;0.82 -9741;4;2941.00;10.65;1418.50;1.73;0.18 -9742;4;3449.50;9.80;1436.00;3.38;0.18 -9743;4;1536.00;9.85;1622.50;2.86;0.24 -9744;4;3427.00;9.70;1448.50;1.69;0.16 -9745;4;2913.50;15.10;1425.50;2.35;0.20 -9747;4;1469.50;10.80;1620.50;1.68;0.32 -9748;4;2861.00;11.17;1433.00;2.67;0.20 -9749;4;4969.50;13.60;1482.50;1.46;0.34 -9750;4;2987.00;11.20;1379.50;3.73;0.18 -9751;4;2822.00;9.97;1424.00;3.60;0.20 -9752;4;2968.00;10.55;1413.50;4.06;0.20 -9753;4;3556.50;9.60;1442.50;2.35;0.22 -9754;4;1634.00;11.90;1618.50;4.54;0.24 -9755;4;3317.50;14.30;1284.00;4.33;0.24 -9756;4;3152.00;11.05;1400.50;3.14;0.26 -9757;4;2760.00;11.75;1314.50;-0.58;0.20 -9758;4;1619.00;9.50;1532.50;4.01;0.28 -9759;4;4769.00;12.55;1355.50;1.81;0.22 -9760;4;1516.50;12.20;1535.50;3.33;0.24 -9761;4;3386.50;15.00;1303.50;-1.42;0.30 -9762;4;4891.00;12.32;1402.00;-0.78;0.24 -9763;4;3339.00;12.65;1279.00;2.03;0.22 -9764;4;2838.00;10.02;1352.00;2.35;0.20 -9765;4;2678.00;10.00;1279.50;4.54;0.20 -9766;4;4835.00;12.30;1396.00;0.00;0.20 -9767;4;2746.50;12.05;1331.00;4.33;0.24 -9768;4;4631.00;12.05;1350.50;1.27;0.36 -9769;4;3220.50;11.00;1383.00;2.49;0.28 -9770;4;2703.50;13.90;1329.00;0.98;0.24 -9771;4;3162.00;11.85;1393.00;1.10;0.22 -9772;4;2941.00;10.50;1337.00;2.35;0.20 -9773;4;1202.00;12.60;1427.50;3.86;0.44 -9774;4;1644.00;10.95;1578.50;4.24;0.20 -9775;4;1502.50;12.15;1532.00;-1.29;0.28 -9776;4;4619.50;12.50;1339.00;3.30;0.24 -9777;4;3376.00;14.65;1311.50;-1.44;0.30 -9778;4;2748.50;12.10;1302.50;1.37;0.18 -9779;4;1523.00;11.25;1485.00;1.57;0.34 -9780;4;3111.00;9.80;1359.50;4.06;0.20 -9781;4;4722.50;9.75;1346.00;2.24;0.20 -9782;4;4791.50;10.05;1420.00;4.29;0.28 -9783;4;3238.50;9.90;1385.00;2.49;0.28 -9784;4;3064.00;11.32;1341.00;4.39;0.20 -9785;4;2763.50;12.60;1341.50;4.17;0.24 -9786;4;1628.00;9.70;1521.00;3.33;0.24 -9787;4;2678.00;12.35;1334.50;4.46;0.18 -9788;4;4708.50;10.00;1362.50;3.68;0.26 -9789;4;1567.00;11.72;1541.00;1.57;0.18 -9790;4;4766.50;9.65;1316.00;4.33;0.20 -9791;4;3190.00;11.70;1348.50;1.73;0.16 -9792;4;1145.00;18.52;1493.00;1.73;0.32 -9794;4;3007.00;11.60;1369.50;1.44;0.22 -9795;4;4768.50;12.55;1334.00;1.95;0.20 -9796;4;1471.50;10.20;1541.00;4.19;0.22 -9797;4;2824.00;11.95;1355.50;4.24;0.20 -9798;4;4878.50;9.70;1428.50;3.92;0.28 -9799;4;3232.50;12.20;1315.50;1.76;0.18 -9800;4;2727.50;13.80;1340.50;4.51;0.20 -9801;4;1645.50;9.70;1544.50;3.46;0.22 -9802;4;1325.00;11.82;1493.00;1.19;0.40 -9803;4;4780.50;12.80;1357.00;1.57;0.26 -9804;4;1599.00;10.00;1554.00;2.67;0.20 -9805;4;3123.50;10.60;1316.00;3.78;0.20 -9806;4;3293.50;12.35;1327.00;4.49;0.20 -9807;4;5008.50;11.95;1317.00;3.60;0.16 -9808;4;1540.00;11.20;1551.50;4.54;0.26 -9809;4;3108.00;11.07;1367.00;2.03;0.20 -9810;4;1477.50;10.80;1550.50;1.68;0.28 -9811;4;3305.50;14.60;1304.00;2.49;0.26 -9812;4;2785.00;14.25;1330.00;2.67;0.24 -9813;4;2794.00;10.30;1356.50;4.06;0.16 -9814;4;954.00;9.70;1435.50;4.35;0.26 -9815;4;2699.50;10.25;1276.00;2.49;0.20 -9816;4;3550.50;14.40;1240.50;1.46;0.42 -9817;4;2677.50;10.45;1347.00;1.57;0.20 -9818;4;3177.50;12.35;1355.00;1.19;0.24 -9819;4;2690.00;10.00;1291.50;4.06;0.18 -9820;4;1618.50;12.40;1561.50;3.92;0.26 -9821;4;3100.00;14.02;1373.00;2.67;0.24 -9822;4;1282.50;10.50;1449.50;1.66;0.38 -9823;4;3401.50;11.30;1270.50;-1.46;0.34 -9824;4;2853.00;9.80;1366.50;1.73;0.20 -9825;4;1522.00;11.00;1566.00;1.89;0.26 -9826;4;3030.00;10.30;1347.00;1.57;0.20 -9827;4;2736.50;12.45;1349.00;0.98;0.20 -9828;4;2758.50;12.90;1298.00;1.57;0.18 -9829;4;1313.00;10.25;1422.00;2.03;0.46 -9830;4;3347.50;13.50;1283.50;1.76;0.22 -9831;4;4728.00;10.17;1382.00;4.24;0.26 -9833;4;3249.00;9.70;1347.50;4.01;0.20 -9834;4;1551.50;9.70;1305.50;1.89;0.32 -9835;4;4702.50;10.70;1344.50;2.11;0.20 -9836;4;1591.00;11.40;1574.50;1.21;0.18 -9837;4;3142.50;13.30;1336.50;1.76;0.20 -9838;4;3018.00;13.05;1376.00;4.71;0.22 -9839;4;2700.50;11.20;1322.00;4.71;0.20 -9840;4;2794.50;12.40;1365.50;3.92;0.24 -9841;4;4799.00;14.05;1363.50;1.32;0.22 -9842;4;2788.50;12.70;1370.50;3.46;0.24 -9843;4;4621.50;10.30;1326.50;4.57;0.20 -9844;4;3326.00;12.80;1332.00;-1.32;0.24 -9846;4;2728.50;12.00;1348.50;1.76;0.20 -9847;4;1663.50;9.65;1569.00;1.95;0.20 -9848;4;4765.50;12.10;1339.00;1.57;0.22 -9849;4;3129.50;14.30;1367.00;1.57;0.24 -9850;4;1669.00;9.90;1578.50;1.69;0.16 -9851;4;2950.50;9.80;1372.50;3.28;0.20 -9852;4;2759.50;12.10;1324.50;3.92;0.20 -9853;4;2850.50;11.20;1372.50;1.76;0.20 -9854;4;4730.00;11.10;1323.50;2.21;0.24 -9855;4;951.50;12.65;1449.00;4.19;0.30 -9856;4;3063.50;10.60;1331.50;3.92;0.16 -9857;4;2783.00;11.25;1366.50;1.81;0.20 -9858;4;3455.00;17.65;1305.50;1.32;0.26 -9859;4;5006.31;9.60;1348.42;3.25;0.20 -9860;4;3411.00;16.45;1299.00;4.46;0.30 -9861;4;3336.00;10.75;1300.50;1.47;0.30 -9862;4;3205.50;12.00;1359.50;4.30;0.18 -9863;4;2953.50;11.90;1336.50;1.97;0.22 -9864;4;1645.50;9.60;1535.50;1.76;0.18 -9865;4;4991.00;9.50;1328.50;3.81;0.26 -9866;4;4771.00;11.92;1372.00;4.12;0.22 -9867;4;2786.00;9.70;1463.50;4.06;0.18 -9868;4;3425.50;14.30;1321.50;1.97;0.22 -9869;4;2676.00;9.87;1297.00;4.71;0.18 -9870;4;2748.50;12.65;1356.00;-0.98;0.24 -9871;4;3342.50;14.05;1338.00;1.95;0.24 -9872;4;2730.50;12.65;1368.00;4.33;0.24 -9873;4;4653.00;12.70;1354.50;4.24;0.24 -9874;4;3135.00;13.15;1368.00;-1.24;0.28 -9875;4;3125.00;12.80;1343.50;1.40;0.22 -9877;4;2694.00;11.00;1316.50;3.14;0.16 -9878;4;3281.50;13.70;1294.50;3.33;0.26 -9879;4;2989.50;10.80;1388.50;4.39;0.20 -9880;4;1330.00;10.30;1634.50;2.26;0.42 -9881;4;2734.50;12.40;1312.00;4.33;0.16 -9882;4;2809.50;13.85;1378.00;4.12;0.18 -9883;4;4801.00;11.67;1380.00;3.92;0.22 -9884;4;2800.00;12.77;1380.00;4.24;0.18 -9885;4;4739.50;10.00;1354.50;4.39;0.22 -9886;4;3437.00;14.80;1327.50;1.44;0.28 -9887;4;3228.00;11.10;1325.50;2.21;0.24 -9888;4;3217.00;10.45;1363.50;-1.44;0.24 -9889;4;2795.00;12.85;1298.00;1.57;0.20 -9890;4;3136.50;12.40;1378.50;3.92;0.18 -9891;4;2720.00;11.40;1286.50;2.55;0.20 -9892;4;1313.00;10.40;1565.50;4.24;0.44 -9893;4;3394.00;11.70;1269.50;1.73;0.24 -9894;4;3080.50;11.90;1386.50;4.17;0.24 -9895;4;4900.50;11.30;1387.00;2.24;0.28 -9896;4;2797.50;12.25;1321.00;4.12;0.20 -9897;4;4832.00;12.50;1384.50;4.24;0.22 -9898;4;2864.00;10.15;1393.50;4.06;0.20 -9899;4;4798.50;14.10;1347.50;3.33;0.20 -9900;4;3361.50;13.20;1340.00;1.57;0.24 -9901;4;3306.00;11.97;1312.00;4.39;0.22 -9902;4;3230.50;10.35;1365.00;4.43;0.20 -9903;4;2775.00;12.32;1296.00;4.71;0.24 -9904;4;3006.50;10.40;1359.50;2.11;0.28 -9905;4;4664.00;10.75;1334.00;2.35;0.20 -9906;4;3144.00;12.67;1379.00;-1.10;0.24 -9907;4;2983.50;10.20;1392.50;2.35;0.20 -9908;4;1212.00;13.80;1467.50;1.86;0.40 -9909;4;2920.00;10.25;1396.50;2.21;0.22 -9910;4;1370.50;10.20;1590.50;4.48;0.36 -9911;4;942.00;9.82;1463.00;4.71;0.30 -9912;4;3401.50;12.10;1283.50;2.11;0.32 -9913;4;4796.50;11.80;1392.50;1.71;0.28 -9914;4;3116.00;10.62;1349.00;2.15;0.24 -9915;4;3367.50;12.20;1339.00;4.43;0.24 -9916;4;3130.50;10.10;1310.50;4.51;0.22 -9917;4;2718.50;11.80;1321.50;1.76;0.20 -9918;4;4759.50;12.20;1328.50;2.35;0.22 -9919;4;3235.50;9.70;1373.50;1.42;0.28 -9920;4;1278.00;10.37;1417.00;2.15;0.38 -9921;4;3241.00;12.25;1309.00;1.89;0.18 -9922;4;3079.00;14.80;1402.50;2.55;0.20 -9923;4;1563.00;11.85;1531.50;1.73;0.24 -9924;4;2994.00;11.52;1399.00;4.71;0.16 -9925;4;2712.50;11.00;1307.00;1.84;0.20 -9926;4;4894.00;11.52;1393.00;1.81;0.24 -9927;4;4707.00;10.32;1372.00;1.57;0.32 -9928;4;4808.50;11.10;1395.50;1.76;0.26 -9929;4;3251.50;12.50;1280.50;1.76;0.20 -9930;4;3182.00;10.07;1341.00;4.39;0.22 -9931;4;1574.00;10.00;1482.50;1.67;0.18 -9932;4;3418.00;14.55;1339.00;4.51;0.24 -9933;4;2780.00;14.25;1336.50;1.40;0.24 -9934;4;4563.00;10.00;1165.50;4.62;0.26 -9935;4;4194.50;9.90;1007.00;4.33;0.28 -9936;4;4805.00;10.60;1272.50;4.06;0.22 -9937;4;4606.50;9.70;1193.00;4.19;0.26 -9938;4;4627.50;9.60;1034.00;2.24;0.24 -9939;4;4488.00;11.62;1112.00;-1.32;0.38 -9940;4;3194.50;11.45;1234.00;4.33;0.20 -9941;4;3241.00;10.55;1271.50;3.14;0.24 -9942;4;4597.50;10.10;1065.00;2.09;0.28 -9943;4;1458.00;9.50;606.50;-1.17;0.42 -9944;4;4662.00;11.72;1116.00;1.24;0.26 -9945;4;2717.50;9.70;1243.50;2.82;0.22 -9946;4;4110.50;10.20;988.50;2.35;0.34 -9947;4;3313.00;9.50;1144.50;4.54;0.26 -9948;4;4471.00;10.40;1004.50;2.21;0.26 -9949;4;1505.00;10.57;1443.00;1.89;0.30 -9951;4;4038.50;10.30;1113.50;4.60;0.44 -9953;4;4688.50;9.95;1195.00;1.95;0.24 -9954;4;3438.00;16.50;1315.50;2.03;0.30 -9955;4;4699.00;13.60;1047.00;3.92;0.24 -9956;4;4642.00;10.25;1230.00;2.15;0.22 -9957;4;3317.00;11.55;1112.50;3.56;0.36 -9958;4;4574.50;10.00;1228.00;4.19;0.20 -9959;4;4612.00;10.45;1156.00;1.37;0.34 -9960;4;2859.50;14.85;1223.00;1.57;0.40 -9961;4;4438.00;11.72;974.00;1.89;0.34 -9962;4;3268.50;11.90;623.50;4.02;0.52 -9963;4;4550.50;9.60;1003.50;3.46;0.20 -9964;4;2832.50;10.90;1254.50;4.60;0.30 -9965;4;4905.62;9.70;1214.70;2.21;0.22 -9966;4;4400.00;19.57;1174.00;3.78;0.40 -9967;4;1496.50;11.50;1454.50;-1.46;0.26 -9968;4;4883.00;10.60;1228.00;1.89;0.20 -9969;4;4624.50;9.70;1301.00;-0.89;0.24 -9970;4;4583.00;11.27;1054.00;1.19;0.28 -9971;4;4663.50;11.30;1240.50;3.68;0.26 -9972;4;4666.50;12.25;1108.00;2.49;0.22 -9973;4;4093.00;10.00;1083.50;2.03;0.38 -9974;4;4704.00;9.70;1141.50;3.42;0.32 -9975;4;3944.50;9.70;1018.50;1.14;0.42 -9976;4;2903.00;14.67;1246.00;4.24;0.30 -9977;4;3153.50;9.80;1154.50;2.73;0.28 -9978;4;4618.00;9.85;1027.50;3.81;0.24 -9979;4;2733.50;10.50;1263.50;2.82;0.20 -9980;4;3037.00;10.17;1176.00;-1.24;0.24 -9981;4;4788.00;10.30;1295.50;3.81;0.18 -9982;4;4569.50;10.20;1072.50;4.44;0.30 -9983;4;2948.00;9.97;1189.00;2.15;0.36 -9984;4;4627.00;9.80;1104.50;1.40;0.28 -9985;4;4910.00;11.35;1241.00;2.67;0.22 -9986;4;3151.50;11.70;535.50;4.66;0.70 -9987;4;4614.50;9.75;1257.00;1.95;0.26 -9988;4;4434.00;11.75;959.00;-1.24;0.30 -9989;4;3210.00;10.00;1164.50;4.54;0.24 -9991;4;4248.00;9.75;1001.50;1.40;0.32 -9992;4;3165.00;10.10;1181.50;3.81;0.18 -9993;4;4212.50;9.70;1046.00;4.71;0.36 -9994;4;2955.00;10.45;1267.00;1.89;0.30 -9995;4;4617.00;10.00;1213.50;4.58;0.24 -9996;4;1481.00;10.40;1429.50;2.03;0.26 -9997;4;4553.00;12.50;1052.50;4.06;0.26 -9998;4;4978.00;10.05;1240.50;3.73;0.24 -9999;4;2287.50;9.50;562.00;-1.33;0.36 -10000;4;4684.50;11.00;1259.00;2.24;0.28 -10001;4;4117.00;9.70;948.00;1.73;0.34 -10002;4;3340.00;10.40;1146.50;3.42;0.30 -10003;4;4619.50;9.75;1280.00;1.57;0.24 -10004;4;4490.50;10.30;1002.50;3.46;0.24 -10005;4;3299.00;9.70;1160.00;3.14;0.22 -10006;4;4514.00;10.35;1112.50;-1.44;0.40 -10008;4;4651.50;10.20;1186.50;1.71;0.28 -10009;4;2729.50;11.30;1267.50;-1.37;0.20 -10010;4;4643.50;9.60;1048.00;2.49;0.24 -10011;4;4823.50;9.50;1224.50;3.23;0.10 -10012;4;4647.50;11.70;1101.00;4.33;0.22 -10013;4;2731.00;11.70;1222.50;1.48;0.28 -10014;4;4666.50;11.10;1142.00;4.71;0.28 -10015;4;4961.00;12.80;1250.50;1.40;0.26 -10016;4;4448.00;9.90;959.50;4.06;0.20 -10017;4;4634.00;9.70;1168.50;1.69;0.26 -10018;4;4705.00;10.35;1271.00;1.89;0.20 -10019;4;3960.50;10.20;992.50;4.20;0.30 -10020;4;4851.50;12.80;1198.00;2.15;0.24 -10021;4;4055.50;15.15;1131.00;1.39;0.46 -10022;4;4612.00;9.75;1296.00;4.24;0.24 -10023;4;2698.50;13.10;1190.00;1.78;0.28 -10024;4;2787.50;10.25;1286.00;3.30;0.20 -10025;4;3099.50;12.15;541.00;1.87;0.78 -10026;4;2961.00;10.70;1219.00;1.24;0.32 -10027;4;3060.50;11.55;1319.00;1.57;0.20 -10028;4;3303.50;10.95;1092.00;1.57;0.32 -10029;4;1546.50;9.70;1426.00;2.49;0.32 -10030;4;4028.50;10.90;989.00;1.78;0.38 -10031;4;3281.50;9.80;1118.50;4.51;0.22 -10032;4;4945.00;11.45;1259.50;1.93;0.28 -10033;4;4271.00;14.75;1000.50;1.93;0.26 -10034;4;4692.50;11.30;1162.50;1.71;0.20 -10035;4;4207.50;9.90;1021.50;4.57;0.26 -10036;4;4802.00;10.22;1278.00;1.89;0.22 -10037;4;2990.50;11.00;1156.50;4.05;0.54 -10038;4;3236.00;10.57;1279.00;3.60;0.24 -10039;4;4510.50;11.60;1062.50;3.68;0.30 -10040;4;4630.50;11.20;1205.50;1.71;0.26 -10041;4;3262.00;13.20;1282.50;1.81;0.24 -10042;4;4651.00;10.55;1086.00;-1.32;0.30 -10043;4;4626.50;10.05;1239.00;4.71;0.26 -10044;4;4636.50;11.10;1143.50;2.35;0.26 -10045;4;2818.50;13.70;1230.50;1.97;0.36 -10046;4;3073.00;9.80;1154.50;4.54;0.26 -10047;4;1559.50;9.70;1428.50;4.57;0.32 -10048;4;422.50;9.50;995.50;3.74;0.22 -10049;4;3147.50;11.40;1175.50;3.92;0.26 -10050;4;4504.50;9.90;1019.50;4.57;0.28 -10051;4;1574.00;9.70;1446.50;2.21;0.32 -10052;4;4866.00;10.15;1215.50;2.55;0.20 -10053;4;4587.00;11.00;1297.00;1.57;0.26 -10054;4;4632.50;12.80;1049.50;3.92;0.22 -10055;4;4897.50;11.10;1235.50;-1.37;0.20 -10056;4;3337.50;12.00;1268.00;4.71;0.32 -10057;4;4601.50;10.40;1091.50;1.97;0.30 -10058;4;4701.00;9.60;1127.50;1.32;0.24 -10059;4;2889.50;12.40;1237.00;4.19;0.32 -10060;4;4132.50;10.30;987.50;2.11;0.38 -10061;4;3231.00;10.05;1157.50;4.54;0.28 -10063;4;2752.00;11.25;1265.50;1.73;0.16 -10064;4;4622.00;9.70;1178.50;2.21;0.28 -10065;4;4775.50;11.60;1301.00;1.57;0.16 -10066;4;3954.50;10.20;1158.00;3.83;0.54 -10067;4;2985.00;10.20;1180.00;4.24;0.30 -10068;4;4634.00;9.70;1310.50;-0.92;0.22 -10069;4;4676.50;9.65;1092.00;2.49;0.24 -10070;4;2706.00;12.65;1212.50;1.69;0.32 -10071;4;3105.50;10.90;634.00;1.72;0.74 -10072;4;4622.00;9.70;1252.00;4.71;0.24 -10073;4;3288.50;9.70;1155.00;4.12;0.16 -10074;4;3014.00;10.42;1286.00;2.67;0.20 -10075;4;4433.00;13.25;1002.00;2.35;0.34 -10076;4;4687.00;9.90;1171.00;1.10;0.22 -10077;4;4180.50;9.70;1031.00;1.95;0.26 -10078;4;2902.00;10.97;1264.00;3.14;0.30 -10079;4;4617.00;9.70;1203.50;1.69;0.32 -10080;4;4575.00;10.05;1043.00;1.89;0.26 -10081;4;1564.50;10.55;1466.00;1.78;0.26 -10082;4;2951.00;9.85;1206.00;1.81;0.34 -10083;4;4785.50;12.80;1310.50;3.46;0.24 -10084;4;4634.00;10.90;1078.50;1.10;0.28 -10085;4;4797.00;11.75;1240.00;4.71;0.16 -10086;4;4665.50;12.60;1135.00;2.97;0.28 -10087;4;3375.00;10.80;1228.50;1.73;0.28 -10088;4;4142.50;10.25;980.00;4.53;0.26 -10089;4;3366.00;10.77;1164.00;2.35;0.18 -10090;4;4260.00;13.82;1033.00;1.57;0.40 -10091;4;2969.00;9.70;1260.00;-1.10;0.28 -10092;4;4857.50;11.55;1193.00;4.33;0.22 -10093;4;4633.00;9.80;1039.00;4.39;0.28 -10094;4;2717.00;10.60;1265.00;4.71;0.20 -10095;4;4674.50;9.70;1194.50;4.51;0.20 -10096;4;1542.00;10.52;1467.00;3.60;0.28 -10097;4;3292.50;11.75;1061.00;3.98;0.48 -10098;4;4609.50;9.70;1216.00;1.05;0.22 -10100;4;4958.00;12.65;1242.50;4.54;0.22 -10101;4;4672.00;10.95;1156.50;3.81;0.22 -10102;4;4644.50;11.20;1267.50;-1.42;0.22 -10103;4;4439.00;11.10;986.00;2.35;0.28 -10104;4;3173.00;10.20;1083.00;-1.32;0.76 -10105;4;4530.50;10.00;1005.50;1.89;0.20 -10106;4;3470.50;10.55;1254.00;4.19;0.34 -10107;4;2697.50;17.20;1173.50;3.92;0.44 -10108;4;3861.00;10.42;1069.00;4.33;0.42 -10109;4;2783.00;10.55;1281.50;2.21;0.24 -10110;4;4784.00;9.65;1232.50;1.32;0.22 -10111;4;2749.00;12.90;1283.00;1.57;0.20 -10112;4;4621.00;12.20;1070.00;1.81;0.32 -10113;4;2712.50;10.80;1235.00;4.43;0.16 -10114;4;4596.50;10.30;1129.00;4.19;0.32 -10115;4;4800.00;11.60;1259.50;-1.44;0.24 -10116;4;4134.00;9.87;974.00;4.33;0.26 -10117;4;3087.50;9.60;1152.50;2.73;0.30 -10118;4;3906.00;9.70;1015.50;4.01;0.40 -10119;4;4638.50;9.70;1287.00;3.38;0.24 -10120;4;3193.00;11.97;1174.00;2.67;0.20 -10121;4;4553.50;10.60;1042.50;4.39;0.22 -10122;4;3257.50;9.75;1266.00;1.75;0.18 -10123;4;3126.00;10.15;1184.00;3.60;0.22 -10125;4;4946.00;9.90;1233.50;2.21;0.24 -10126;4;3312.00;11.50;1125.50;2.03;0.36 -10127;4;3257.50;9.90;1134.50;2.35;0.38 -10128;4;4952.50;13.60;1260.50;4.57;0.24 -10129;4;4450.00;9.80;977.00;1.57;0.20 -10130;4;4005.50;12.90;812.00;4.29;0.24 -10131;4;3723.00;10.85;1446.50;4.15;0.48 -10132;4;4429.00;11.50;1176.50;3.81;0.36 -10133;4;3755.00;10.67;1654.00;1.57;0.34 -10134;4;4406.00;9.60;859.00;4.71;0.26 -10135;4;4528.00;9.70;525.50;4.42;0.24 -10136;4;3706.00;10.80;1644.50;-1.01;0.38 -10137;4;4494.50;13.20;893.50;-1.42;0.22 -10138;4;4583.50;10.30;607.50;3.03;0.22 -10139;4;3920.00;11.30;1153.50;4.24;0.42 -10140;4;3769.00;10.47;1545.00;-1.40;0.40 -10141;4;4806.00;10.35;663.50;-0.87;0.24 -10142;4;3718.00;10.60;1625.50;1.44;0.34 -10143;4;4635.50;10.65;748.00;4.03;0.22 -10144;4;4492.00;11.67;1174.00;4.57;0.30 -10146;4;3997.00;10.50;1394.50;1.81;0.60 -10147;4;5037.00;9.80;524.50;1.93;0.38 -10148;4;3887.00;11.05;1359.50;2.46;0.40 -10149;4;4048.00;9.70;842.50;3.73;0.28 -10150;4;4424.00;9.70;597.00;1.57;0.32 -10151;4;895.00;12.60;1603.50;4.15;0.38 -10152;4;4048.00;9.85;882.50;4.24;0.26 -10154;4;4303.50;10.70;936.00;3.60;0.26 -10155;4;928.50;12.10;1676.00;1.57;0.40 -10156;4;4366.00;10.10;759.00;2.82;0.20 -10157;4;895.00;9.52;1714.00;3.14;0.38 -10158;4;4347.50;10.15;801.00;1.57;0.20 -10159;4;926.50;15.65;1559.00;1.39;0.34 -10161;4;4016.50;9.90;1495.50;1.24;0.52 -10162;4;4501.50;14.55;847.00;4.43;0.18 -10163;4;3159.00;9.67;1337.00;1.57;0.20 -10164;4;3782.50;9.80;1490.00;1.57;0.46 -10165;4;4693.50;11.50;898.00;0.98;0.18 -10166;4;5174.50;9.50;573.50;4.51;0.16 -10167;4;4698.50;10.20;923.00;1.19;0.20 -10168;4;3781.50;9.90;1563.00;1.75;0.34 -10169;4;4719.50;9.80;664.00;2.89;0.16 -10170;4;3809.50;9.90;1613.50;1.49;0.46 -10171;4;4060.00;11.30;962.50;1.47;0.42 -10172;4;1200.00;15.85;1230.00;4.71;0.50 -10173;4;3940.00;11.25;1199.50;2.55;0.50 -10174;4;1705.00;11.55;1659.50;2.03;0.34 -10175;4;4690.02;12.00;514.78;3.04;0.22 -10176;4;1595.00;9.70;1829.50;-1.47;0.82 -10177;4;4423.50;11.00;855.00;1.95;0.28 -10178;4;4608.50;10.60;596.50;4.09;0.34 -10179;4;3904.50;10.45;1496.00;4.45;0.48 -10180;4;4497.00;14.15;885.50;1.81;0.18 -10181;4;4651.50;9.70;666.00;3.70;0.26 -10182;4;4286.00;9.70;935.50;2.55;0.26 -10185;4;3723.50;13.90;1609.50;1.42;0.38 -10186;4;4722.50;11.35;800.00;3.38;0.28 -10187;4;3901.00;13.05;1330.00;2.03;0.48 -10189;4;3802.50;10.40;1673.50;4.63;0.38 -10190;4;3978.50;10.00;847.50;4.57;0.30 -10191;4;4633.00;12.00;510.50;4.58;0.24 -10192;4;1446.00;10.70;1441.00;1.40;0.32 -10193;4;4347.00;10.65;891.50;2.46;0.26 -10194;4;4386.50;9.80;613.50;3.54;0.32 -10195;4;4457.00;10.60;920.00;4.71;0.26 -10196;4;3749.50;10.30;1541.50;3.92;0.44 -10197;4;4742.50;11.45;663.00;3.38;0.24 -10198;4;957.50;13.60;1709.00;1.92;0.48 -10199;4;4646.00;9.65;737.50;2.21;0.24 -10200;4;3608.00;10.00;1741.00;4.06;0.32 -10201;4;4058.50;9.70;792.50;3.68;0.44 -10202;4;4007.50;10.25;1583.00;3.98;0.58 -10204;4;4472.50;10.00;843.00;1.95;0.28 -10205;4;3866.00;13.95;1290.50;4.35;0.44 -10206;4;5173.00;10.27;565.00;4.24;0.18 -10207;4;3602.00;10.40;1920.00;2.09;1.20 -10208;4;3994.50;11.20;881.00;2.24;0.34 -10209;4;4393.50;9.80;645.50;4.17;0.26 -10210;4;3970.50;11.55;931.00;3.30;0.32 -10211;4;3893.00;10.20;1557.50;4.36;0.44 -10212;4;4622.00;10.72;742.00;2.55;0.24 -10213;4;3781.00;10.50;1608.50;1.78;0.38 -10214;4;4756.00;10.20;784.00;1.57;0.14 -10215;4;4884.00;9.70;1462.00;3.14;0.30 -10216;4;3727.50;13.40;1719.50;1.66;0.60 -10217;4;4350.00;9.75;819.50;2.26;0.32 -10218;4;4031.50;9.90;1513.00;4.12;0.56 -10219;4;4749.19;9.80;516.83;-1.40;0.30 -10220;4;3851.00;10.30;1482.50;1.49;0.62 -10221;4;4375.00;9.70;885.00;4.39;0.26 -10223;4;4283.00;10.35;918.00;2.35;0.20 -10224;4;3724.50;9.80;1536.00;4.71;0.44 -10225;4;4409.00;9.85;637.50;-1.44;0.24 -10226;4;3679.50;9.80;1590.00;3.70;0.34 -10227;4;4401.50;10.65;721.00;1.19;0.26 -10228;4;814.00;9.52;1791.00;4.71;0.78 -10229;4;4069.00;9.90;780.00;3.60;0.30 -10230;4;1694.00;11.62;1645.00;1.10;0.34 -10231;4;5135.00;12.50;495.50;4.24;0.20 -10232;4;4492.00;9.70;825.50;2.03;0.30 -10233;4;741.50;9.50;821.00;-0.73;0.36 -10234;4;5216.50;9.65;563.00;3.60;0.20 -10235;4;3999.00;10.10;1538.50;4.54;0.42 -10236;4;4705.50;9.50;884.00;2.09;0.28 -10237;4;4631.50;10.00;637.50;2.60;0.34 -10238;4;4467.00;11.65;913.00;2.03;0.24 -10239;4;3910.00;10.00;1539.00;4.57;0.34 -10240;4;4649.50;10.25;728.00;1.84;0.24 -10242;4;864.50;10.05;1698.00;3.83;0.32 -10243;4;4746.00;9.75;777.50;4.46;0.20 -10244;4;1834.00;9.70;1648.00;4.39;0.36 -10245;4;2044.00;12.70;1990.50;1.64;2.34 -10246;4;4037.00;9.90;824.50;1.73;0.26 -10247;4;1727.00;10.90;1679.00;2.67;0.40 -10249;4;1573.50;10.90;1675.50;-1.24;0.50 -10250;4;4378.50;9.70;876.00;-1.29;0.24 -10251;4;5113.00;9.50;551.50;2.12;0.28 -10252;4;4712.00;10.80;924.00;3.60;0.20 -10253;4;3701.00;9.80;1505.50;4.24;0.46 -10255;4;4097.00;10.97;939.00;3.73;0.34 -10256;4;3732.50;10.20;1575.00;0.46;0.42 -10257;4;4478.50;11.65;1204.00;3.60;0.32 -10258;4;856.50;12.20;1763.50;0.07;0.76 -10259;4;4017.50;10.70;906.00;1.57;0.24 -10260;4;5151.00;9.70;486.00;2.67;0.20 -10261;4;4460.00;9.70;827.00;4.24;0.20 -10262;4;3658.50;9.90;1418.00;-1.31;0.56 -10263;4;4671.50;9.50;571.00;3.78;0.18 -10264;4;3682.00;9.90;1464.50;4.42;0.54 -10265;4;4695.00;10.12;883.00;3.14;0.20 -10266;4;4607.00;10.30;619.00;0.98;0.30 -10267;4;4304.00;10.45;917.00;2.82;0.22 -10268;4;3867.50;10.60;1521.00;4.36;0.52 -10269;4;4603.50;11.15;706.00;2.44;0.32 -10270;4;3956.50;12.00;952.00;4.43;0.36 -10271;4;889.50;10.50;1659.50;-1.03;0.40 -10273;4;892.00;13.75;1761.50;0.92;0.56 -10274;4;4012.00;10.40;820.50;2.21;0.20 -10275;4;3833.50;10.30;1465.50;3.80;0.48 -10277;4;3825.00;10.10;1481.50;1.81;0.48 -10278;4;4052.50;9.70;857.00;3.60;0.20 -10279;4;4465.00;9.95;550.50;1.73;0.20 -10280;4;4677.50;9.70;906.00;3.30;0.18 -10281;4;1463.00;10.75;1457.50;1.69;0.36 -10282;4;4529.00;10.20;629.50;3.36;0.32 -10283;4;4305.00;10.55;944.50;1.44;0.30 -10284;4;3782.00;10.70;1584.00;4.46;0.42 -10285;4;4588.50;10.45;706.00;1.35;0.36 -10286;4;3683.50;10.00;1657.00;-1.05;0.32 -10287;4;4065.50;12.30;771.50;2.35;0.20 -10288;4;4886.00;9.90;461.50;4.01;0.32 -10289;4;4429.00;11.35;833.50;3.81;0.22 -10290;4;4005.50;10.60;1478.50;4.64;0.46 -10292;4;3979.00;9.90;1504.50;3.87;0.48 -10293;4;4400.50;9.60;869.50;4.51;0.24 -10294;4;4416.00;9.70;607.50;1.69;0.34 -10295;4;3796.50;9.70;1509.00;2.00;0.52 -10296;4;4036.50;10.25;900.00;2.24;0.32 -10297;4;4389.00;9.70;698.00;3.73;0.30 -10298;4;4699.00;9.65;934.00;4.39;0.20 -10299;4;3644.50;9.90;1562.50;2.11;0.28 -10300;4;4740.50;10.00;771.50;4.51;0.22 -10301;4;3618.50;10.30;1629.00;2.24;0.28 -10302;4;4713.00;10.22;825.00;3.14;0.40 -10303;4;1496.00;11.00;1637.00;3.60;0.32 -10304;4;4496.50;12.00;1136.00;1.98;0.38 -10305;4;946.50;14.10;1593.50;1.30;0.60 -10306;4;4715.50;10.00;869.50;2.73;0.28 -10307;4;4471.50;9.70;537.50;2.94;0.20 -10308;4;3934.00;9.80;1553.50;1.96;0.40 -10309;4;4487.50;11.90;904.00;4.43;0.28 -10310;4;4562.00;10.30;609.00;3.14;0.26 -10311;4;3991.00;11.50;962.50;-1.32;0.36 -10312;4;3804.00;9.95;1568.50;1.65;0.44 -10313;4;4425.50;10.30;679.50;3.92;0.54 -10314;4;3695.50;10.40;1655.00;4.03;0.30 -10315;4;4206.50;21.85;1262.00;-0.51;0.82 -10316;4;4889.00;10.07;445.00;4.46;0.34 -10317;4;4441.00;9.60;820.50;3.14;0.22 -10318;4;1729.50;10.35;1651.00;1.78;0.34 -10320;4;1688.50;11.00;1665.00;2.24;0.34 -10321;4;4248.91;9.70;817.73;3.45;0.48 -10322;4;4431.00;9.70;596.50;4.58;0.24 -10323;4;3196.50;10.20;1662.00;4.71;0.26 -10324;4;4015.00;11.40;940.00;3.46;0.34 -10325;4;4635.00;10.40;687.50;3.81;0.26 -10326;4;4445.50;10.60;937.00;4.43;0.28 -10327;4;936.50;11.40;1688.50;-1.50;0.36 -10328;4;4776.50;10.40;770.00;3.30;0.18 -10329;4;3727.50;14.40;1626.00;-1.39;0.42 -10330;4;4392.50;10.60;958.00;2.49;0.18 -10331;4;4632.00;13.15;1359.50;3.81;0.22 -10332;4;4097.50;10.60;1041.50;1.72;0.46 -10333;4;1320.00;10.20;1547.50;4.62;0.28 -10334;4;5536.50;10.50;221.50;3.68;0.32 -10335;4;4515.50;10.40;1097.00;4.71;0.36 -10336;4;5020.50;10.00;283.50;1.37;0.98 -10337;4;1310.50;10.30;1360.00;4.12;0.38 -10338;4;5022.50;10.40;451.50;3.40;0.28 -10339;4;1399.50;10.00;1562.00;4.43;0.26 -10340;4;1263.00;10.95;1496.50;1.65;0.50 -10341;4;1386.50;11.90;1610.50;4.34;0.40 -10343;4;1572.00;11.12;1504.00;1.57;0.40 -10344;4;4302.00;10.22;955.00;1.81;0.30 -10345;4;2212.00;10.85;733.00;1.24;0.52 -10346;4;4394.00;13.95;1045.50;3.56;0.36 -10347;4;1953.50;9.70;309.50;-1.48;0.48 -10348;4;3679.50;10.10;1358.50;4.39;0.44 -10349;4;4224.50;14.30;1080.50;1.64;0.28 -10350;4;5036.50;10.20;425.50;1.34;0.44 -10351;4;3689.00;14.10;1286.50;3.14;0.26 -10352;4;1447.00;10.25;1375.00;4.54;0.26 -10353;4;3832.00;11.10;1408.00;1.89;0.44 -10354;4;4375.00;11.90;645.00;2.15;0.38 -10355;4;1375.00;9.70;1424.00;3.92;0.36 -10356;4;4388.50;10.30;940.50;1.97;0.40 -10357;4;3757.50;9.90;1287.00;2.58;0.50 -10358;4;4145.00;10.50;1017.50;2.12;0.32 -10359;4;3676.00;10.37;1309.00;1.73;0.56 -10360;4;2082.00;12.35;502.50;1.17;0.42 -10361;4;4150.00;10.30;1068.50;1.47;0.32 -10362;4;1920.50;9.70;299.50;3.00;0.32 -10363;4;4640.00;13.20;1404.50;4.46;0.40 -10364;4;4574.50;10.10;1216.50;4.30;0.28 -10365;4;5045.50;10.30;419.50;3.64;0.28 -10366;4;3869.00;10.50;1373.50;1.36;0.48 -10367;4;4540.00;12.80;1281.50;3.66;0.36 -10368;4;4864.00;10.40;1464.50;1.73;0.32 -10369;4;4961.50;10.10;618.00;4.53;0.34 -10370;4;1353.50;10.30;1486.50;1.42;0.34 -10371;4;4352.00;10.82;956.00;-1.10;0.40 -10372;4;4597.00;12.75;1404.00;3.14;0.36 -10373;4;5544.50;10.00;210.50;2.35;0.24 -10374;4;1573.50;9.80;1227.50;2.73;0.34 -10375;4;1814.00;9.80;293.00;4.01;0.46 -10376;4;4812.00;13.50;1407.00;4.71;0.32 -10377;4;4550.00;10.00;1088.50;2.26;0.28 -10378;4;5037.50;10.05;401.00;4.71;0.26 -10379;4;4825.00;11.05;1441.00;0.78;0.44 -10380;4;1476.50;10.30;1372.50;2.35;0.38 -10381;4;1648.50;11.20;1619.00;4.49;0.30 -10382;4;4381.50;12.40;633.50;2.11;0.24 -10383;4;3410.00;11.25;1208.00;2.03;0.42 -10384;4;4403.50;10.20;932.00;1.57;0.34 -10385;4;3636.50;9.70;1261.00;3.30;0.28 -10386;4;4292.00;10.00;1008.50;-1.44;0.32 -10387;4;983.00;12.45;1456.50;1.67;0.36 -10388;4;5123.50;10.45;167.00;4.03;0.38 -10389;4;4201.50;11.30;1070.50;1.34;0.36 -10390;4;1853.00;9.77;290.00;1.03;0.68 -10391;4;1342.50;10.70;1531.50;1.06;0.36 -10392;4;2175.00;10.47;657.00;2.67;0.58 -10393;4;1392.50;10.10;1562.00;1.84;0.36 -10394;4;1512.00;10.55;1433.00;2.35;0.28 -10395;4;3719.00;9.60;1390.00;4.54;0.42 -10396;4;4981.50;10.75;604.00;2.24;0.36 -10397;4;4608.50;12.85;1346.00;1.84;0.28 -10398;4;4379.00;10.85;920.00;3.14;0.32 -10399;4;3440.00;15.37;1307.00;3.46;0.32 -10400;4;3233.00;14.30;226.00;-1.46;0.70 -10401;4;4086.50;10.30;1004.00;1.92;0.34 -10402;4;1870.50;9.70;286.00;2.15;0.48 -10403;4;3471.50;15.40;1344.50;4.51;0.26 -10404;4;4519.50;10.20;1061.50;4.51;0.22 -10405;4;2023.00;11.00;424.00;4.71;0.40 -10406;4;3667.50;10.00;1358.50;2.35;0.56 -10407;4;1493.00;10.25;1368.00;1.76;0.34 -10408;4;3953.00;13.95;1357.50;1.81;0.48 -10410;4;1392.50;10.30;1414.50;2.35;0.36 -10411;4;4381.00;9.80;903.00;1.81;0.30 -10412;4;1565.00;9.87;1492.00;4.71;0.24 -10413;4;4364.00;13.15;1010.00;4.24;0.36 -10414;4;3755.50;9.80;1301.50;-1.49;0.56 -10415;4;3096.50;10.30;129.50;4.57;1.04 -10416;4;4214.00;9.80;1058.50;1.73;0.32 -10417;4;3934.00;18.55;1281.00;3.33;0.56 -10418;4;1831.50;9.80;268.50;1.51;0.50 -10419;4;2181.50;10.20;622.00;4.36;0.46 -10420;4;3820.00;12.50;1374.00;2.03;0.60 -10421;4;4574.50;10.95;1259.00;1.78;0.32 -10422;4;944.50;14.00;1547.50;1.46;0.38 -10423;4;5020.00;10.60;593.50;1.47;0.50 -10424;4;4555.50;14.10;1340.50;1.68;0.46 -10425;4;4416.50;10.00;901.50;1.42;0.32 -10426;4;4679.50;10.50;1381.50;1.63;0.26 -10427;4;5098.00;10.37;148.00;-1.37;0.44 -10428;4;4127.50;10.75;995.00;1.57;0.40 -10429;4;4666.00;12.10;1407.00;-1.37;0.42 -10430;4;5147.00;11.87;239.00;1.81;0.36 -10431;4;4495.50;11.50;1052.50;-1.42;0.36 -10432;4;2104.50;12.10;498.50;1.68;0.40 -10433;4;4775.50;10.15;1425.00;4.71;0.30 -10434;4;4601.50;9.70;1188.00;1.84;0.26 -10435;4;3725.00;9.70;1373.50;1.86;0.40 -10436;4;4949.50;16.90;592.50;1.99;0.42 -10437;4;1522.00;9.70;1405.50;2.21;0.38 -10438;4;4408.00;10.00;890.00;4.39;0.24 -10439;4;1555.00;10.95;1482.50;1.44;0.18 -10441;4;1532.50;11.70;1519.50;2.35;0.30 -10442;4;3110.50;12.00;173.50;3.53;0.84 -10443;4;4196.50;10.00;1060.50;3.92;0.28 -10444;4;5010.00;10.30;1379.50;3.14;0.32 -10445;4;5151.00;12.55;229.50;4.35;0.34 -10446;4;4588.50;9.70;1182.00;2.44;0.30 -10447;4;2006.50;9.70;370.00;1.80;0.72 -10448;4;1466.50;10.50;1525.50;1.89;0.28 -10449;4;1389.50;10.40;1388.50;1.42;0.38 -10450;4;4700.00;11.40;600.00;2.94;0.28 -10451;4;4527.00;13.67;1320.00;-1.10;0.40 -10452;4;3830.50;10.40;1442.50;4.51;0.52 -10453;4;4460.00;9.80;876.50;4.06;0.22 -10454;4;3554.50;14.80;1303.00;1.29;0.34 -10455;4;5075.00;9.85;129.50;-1.32;0.38 -10456;4;4391.00;11.42;968.00;1.57;0.22 -10457;4;1404.00;10.50;1528.00;1.03;0.34 -10458;4;5150.50;12.40;217.50;4.62;0.36 -10459;4;4468.50;10.60;1039.50;1.97;0.34 -10460;4;5096.50;10.50;330.50;4.60;0.42 -10461;4;1427.00;10.65;1556.50;4.42;0.26 -10462;4;4587.00;9.90;1166.50;4.46;0.26 -10463;4;4844.00;10.65;1444.00;2.15;0.30 -10464;4;4675.50;11.10;596.00;4.43;0.26 -10465;4;1526.00;9.70;1413.50;3.66;0.30 -10466;4;4920.00;10.10;1469.00;1.81;0.32 -10467;4;4421.50;9.85;874.00;4.19;0.24 -10468;4;1542.50;10.90;1474.50;1.66;0.26 -10469;4;4093.00;11.57;969.00;2.82;0.32 -10470;4;3788.00;9.90;1334.50;3.36;0.48 -10471;4;4112.00;12.25;1037.50;-1.10;0.34 -10472;4;3474.00;14.80;1330.50;-1.44;0.24 -10473;4;4706.00;10.90;237.50;-1.38;0.72 -10474;4;4546.50;11.20;1178.50;1.97;0.36 -10475;4;5120.50;9.75;307.00;4.43;0.40 -10476;4;3787.00;12.42;1229.00;-1.40;0.54 -10477;4;1366.50;10.55;1458.00;4.19;0.40 -10478;4;1391.00;10.77;1579.00;2.03;0.38 -10479;4;4564.00;11.85;527.50;2.03;0.24 -10480;4;4589.00;13.95;1318.50;2.03;0.34 -10481;4;1689.00;11.62;1630.00;4.24;0.32 -10482;4;1588.00;9.70;1003.00;3.52;0.52 -10483;4;964.00;12.30;1446.00;4.39;0.28 -10484;4;1711.50;9.70;1178.50;4.28;0.36 -10485;4;3718.50;9.70;1354.00;1.57;0.54 -10486;4;4285.50;10.50;1041.50;4.09;0.44 -10487;4;5113.50;10.30;307.50;1.71;0.38 -10488;4;3924.00;12.52;1336.00;1.57;0.48 -10489;4;1542.50;9.60;1318.50;4.30;0.34 -10490;4;4383.00;14.45;1253.50;1.51;0.60 -10491;4;4544.00;11.25;529.50;4.54;0.20 -10492;4;1498.50;10.40;1407.00;1.57;0.30 -10493;4;3208.50;10.60;1671.50;1.76;0.28 -10494;4;1600.50;9.70;957.00;4.19;0.36 -10495;4;1527.00;10.95;1461.50;4.54;0.32 -10496;4;4402.00;11.90;964.50;2.62;0.28 -10497;4;3451.50;16.10;1290.50;4.51;0.32 -10498;4;1541.00;9.70;1238.00;2.76;0.36 -10499;4;4643.50;12.45;1385.00;1.35;0.38 -10500;4;5129.00;10.65;210.50;4.42;0.34 -10501;4;4604.50;10.30;1105.00;1.29;0.26 -10502;4;1909.50;9.70;328.00;1.86;0.56 -10503;4;4819.00;12.00;1417.00;1.37;0.32 -10504;4;1303.00;10.40;1379.00;3.92;0.40 -10505;4;4998.00;9.65;520.50;4.01;0.28 -10506;4;3908.50;10.60;1410.50;2.71;0.48 -10507;4;4559.00;15.00;1310.50;1.21;0.32 -10508;4;3860.00;10.30;1430.50;-1.22;0.58 -10509;4;4324.50;10.50;725.50;2.35;0.32 -10510;4;3685.00;12.50;1296.50;4.65;0.46 -10511;4;4038.50;10.50;960.00;4.49;0.34 -10512;4;5031.50;13.10;1380.00;1.72;0.34 -10513;4;2079.00;12.65;493.50;3.14;0.34 -10514;4;4251.50;10.95;1053.00;3.70;0.36 -10515;4;1866.50;9.70;317.00;4.71;0.66 -10516;4;1346.00;12.05;1550.50;3.66;0.28 -10517;4;4556.50;9.75;1117.00;1.78;0.32 -10518;4;4901.00;10.35;427.00;1.81;0.32 -10519;4;4861.50;11.80;1439.50;1.97;0.36 -10520;4;1442.00;10.30;1381.00;2.35;0.30 -10521;4;4904.00;10.30;1468.50;1.21;0.36 -10522;4;4356.00;12.15;677.50;2.03;0.38 -10523;4;3562.50;14.50;1254.50;3.28;0.34 -10524;4;4500.50;11.00;1640.50;2.57;0.60 -10525;4;3244.50;11.80;287.00;1.71;0.96 -10526;4;1373.00;10.20;1630.50;3.85;0.38 -10527;4;1067.50;11.05;2030.00;1.45;0.92 -10528;4;2233.50;9.80;773.00;-1.23;0.56 -10529;4;3987.00;10.40;1704.50;-1.51;0.70 -10530;4;3927.00;16.20;1353.00;3.92;0.48 -10531;4;4145.00;13.05;1536.50;1.91;0.76 -10532;4;1254.50;11.20;1531.00;1.72;0.50 -10533;4;4056.00;10.15;1739.50;4.36;0.76 -10534;4;1855.00;10.30;1762.50;1.62;0.80 -10535;4;1110.00;15.40;1554.50;4.36;0.40 -10536;4;3981.50;9.80;1869.50;-1.35;1.14 -10537;4;4076.50;10.10;1595.00;1.86;0.56 -10538;4;3159.50;12.70;388.00;-0.37;0.96 -10539;4;4228.00;13.90;1481.50;1.73;0.52 -10540;4;5324.00;10.22;1831.00;1.19;3.16 -10541;4;4713.50;11.15;1577.00;1.77;0.54 -10542;4;3833.50;9.80;1651.50;1.89;0.36 -10543;4;4404.50;13.30;1561.50;1.71;0.66 -10544;4;4276.00;10.57;1703.00;0.92;0.68 -10545;4;4149.50;13.00;1360.00;4.54;0.46 -10546;4;4063.00;9.80;1576.00;4.35;0.50 -10547;4;4022.50;10.70;1402.50;2.25;0.56 -10548;4;826.00;12.35;1827.50;1.87;1.16 -10549;4;4367.00;11.65;1609.50;1.96;0.52 -10550;4;4029.50;10.90;1434.50;4.65;0.50 -10551;4;3721.00;11.20;1810.00;3.92;0.78 -10552;4;1112.50;12.50;1736.50;1.39;0.66 -10553;4;5068.00;11.35;90.50;4.54;0.42 -10554;4;4480.50;13.70;1509.50;1.82;0.74 -10555;4;4075.50;10.40;1644.00;1.57;0.48 -10556;4;1000.00;15.00;1609.50;4.41;0.64 -10557;4;4580.00;10.55;1784.50;4.37;1.18 -10558;4;4420.50;12.65;1362.00;-1.23;0.64 -10559;4;4666.00;11.85;1571.00;-1.35;0.68 -10560;4;4313.00;14.15;1402.00;1.48;0.60 -10561;4;4078.00;9.92;1809.00;-1.49;0.72 -10562;4;4351.00;14.50;1591.50;1.52;0.52 -10563;4;4281.00;14.25;1461.50;1.62;0.62 -10564;4;4060.50;9.70;1951.00;2.20;1.74 -10565;4;4633.50;11.50;1618.50;4.51;0.64 -10566;4;3287.00;10.95;255.50;4.14;0.54 -10567;4;4710.00;11.95;1503.50;4.52;0.62 -10568;4;3922.50;9.80;1616.00;4.58;0.52 -10569;4;1263.00;10.75;1608.00;4.71;0.56 -10570;4;4341.50;10.20;1664.00;1.72;0.58 -10571;4;4982.00;9.75;1560.00;3.60;0.52 -10572;4;4963.00;11.25;1723.50;1.88;1.32 -10573;4;1092.00;14.90;1481.50;3.14;0.48 -10574;4;4646.50;11.40;1571.00;1.38;0.68 -10575;4;4556.00;12.97;1428.00;1.16;0.66 -10576;4;4181.50;9.80;1741.00;2.15;0.62 -10577;4;4950.40;9.70;1605.36;2.06;0.88 -10578;4;4571.50;12.30;1471.50;4.05;0.42 -10579;4;3663.50;10.00;1829.50;1.62;0.74 -10580;4;4213.50;11.40;1615.50;1.71;0.54 -10581;4;5088.50;13.95;100.00;1.84;0.36 -10582;4;1050.00;9.50;1574.50;4.44;0.42 -10583;4;4612.50;11.25;1675.00;1.65;0.64 -10584;4;4061.50;10.55;1511.00;1.57;0.44 -10585;4;1252.00;11.00;1923.50;1.67;1.48 -10586;4;1426.00;10.62;1480.00;1.19;0.26 -10587;4;1175.00;12.75;1642.00;1.10;0.38 -10588;4;1153.50;17.90;1524.50;4.39;0.40 -10589;4;4741.50;10.30;1810.50;-1.54;1.12 -10590;4;4886.00;10.10;1613.50;2.79;0.58 -10591;4;1005.00;16.20;1530.50;4.65;0.58 -10592;4;3915.50;9.80;1803.50;1.31;0.60 -10593;4;1083.00;12.67;1706.00;-1.19;0.54 -10594;4;3259.50;13.30;483.00;3.96;0.80 -10595;4;1285.00;10.60;1606.50;-1.47;0.48 -10596;4;4477.50;12.40;1639.50;1.72;0.74 -10597;4;4314.00;15.02;1525.00;4.71;0.54 -10598;4;4929.50;12.10;1651.00;-1.28;0.82 -10599;4;707.50;9.50;835.00;-0.70;0.54 -10600;4;3926.00;9.80;1668.50;1.47;0.62 -10601;4;3881.50;10.50;1349.50;2.73;0.36 -10602;4;1022.00;17.62;1631.00;4.54;0.58 -10603;4;3951.50;10.80;1391.00;1.86;0.56 -10604;4;3832.50;9.70;1720.50;4.02;0.66 -10605;4;1341.00;10.40;1861.50;-1.44;1.56 -10606;4;1262.50;11.20;1549.50;1.63;0.34 -10607;4;4249.50;10.80;1870.50;1.55;1.52 -10608;4;4779.00;10.97;1656.00;4.61;0.88 -10609;4;5581.50;11.25;156.00;1.84;0.30 -10610;4;4111.00;10.85;1461.00;-1.47;0.46 -10611;4;1146.50;12.80;1758.50;4.27;0.74 -10612;4;4631.50;11.60;1502.00;2.67;0.60 -10613;4;4184.50;10.15;1670.00;0.74;0.74 -10614;4;4186.00;12.40;1360.00;4.60;0.66 -10615;4;1424.00;9.90;1455.50;1.44;0.30 -10616;4;4473.00;12.97;1081.00;2.35;0.40 -10617;4;4094.50;10.15;1702.00;-1.41;0.70 -10618;4;1309.00;10.60;1670.00;2.03;0.44 -10619;4;4030.00;10.57;1416.00;4.46;0.52 -10620;4;3873.50;9.70;1797.50;1.89;0.66 -10621;4;1544.50;10.80;1750.50;3.68;0.66 -10622;4;5091.50;10.40;88.50;4.09;0.28 -10623;4;4393.00;14.45;1490.50;1.91;0.68 -10624;4;1118.50;12.60;1703.00;1.75;0.60 -10625;4;972.00;13.20;1590.00;1.57;0.48 -10626;4;3989.00;9.80;1651.50;1.48;0.56 -10627;4;4281.50;15.05;1545.00;4.61;0.46 -10628;4;4451.50;10.65;1750.00;2.22;1.06 -10629;4;4476.50;13.30;1350.00;-1.35;0.50 -10630;4;4002.50;10.70;1553.50;1.76;0.42 -10631;4;4391.50;10.50;1757.50;-0.87;1.12 -10632;4;4483.50;12.70;1403.00;1.45;0.70 -10633;4;3941.00;9.95;1565.50;-1.36;0.52 -10634;4;4312.00;16.35;1430.50;2.08;0.54 -10635;4;4159.50;9.70;1831.50;1.76;1.02 -10636;4;2241.00;12.95;2013.00;1.33;1.36 -10637;4;5084.50;9.70;81.50;2.07;0.36 -10638;4;4676.00;12.70;1473.50;-1.26;0.84 -10639;4;4228.50;10.40;1642.50;3.92;0.50 -10640;4;1154.50;16.00;1586.50;2.43;0.64 -10641;4;4802.00;10.10;1796.00;3.92;1.04 -10642;4;1170.00;15.80;1476.00;1.73;0.44 -10643;4;4629.00;12.10;1603.50;2.41;0.58 -10644;4;910.00;12.60;1816.50;2.64;0.76 -10645;4;1110.00;15.00;1474.00;4.43;0.60 -10646;4;4273.50;12.10;1562.50;1.66;0.64 -10647;4;4567.00;12.70;1451.00;4.46;0.60 -10648;4;3752.00;10.00;1740.00;2.15;0.50 -10649;4;4228.00;10.95;1597.50;2.29;0.54 -10650;4;5514.50;12.00;118.50;2.82;0.44 -10651;4;1043.50;12.50;1540.50;1.64;0.52 -10652;4;4116.00;10.70;1615.00;4.46;0.42 -10653;4;4031.50;10.00;1492.00;4.58;0.36 -10654;4;4529.50;12.30;1675.50;4.66;0.46 -10655;4;4819.00;10.45;1517.00;4.46;0.44 -10656;4;1191.50;10.40;1811.00;4.50;0.78 -10657;4;1491.00;10.60;1473.00;1.81;0.30 -10658;4;4533.00;12.07;1571.00;4.06;0.70 -10659;4;3965.00;10.35;1703.00;1.64;0.52 -10660;4;3910.00;13.02;1360.00;4.17;0.60 -10661;4;4370.50;14.20;1590.50;4.66;0.72 -10662;4;1054.50;17.40;1520.50;-1.30;0.58 -10663;4;4066.00;9.80;1791.00;4.06;0.72 -10664;4;4389.00;11.40;1623.00;2.11;0.60 -10665;4;5046.50;9.50;43.00;4.14;0.50 -10666;4;1316.50;10.60;1587.00;2.27;0.44 -10667;4;4845.50;12.45;1651.00;1.47;0.86 -10668;4;3169.00;12.40;222.00;4.05;1.08 -10669;4;4266.00;13.00;1500.50;4.54;0.44 -10670;4;3901.50;10.30;1658.50;1.64;0.52 -10671;4;3841.50;11.10;1309.50;4.28;0.32 -10672;4;1051.00;16.87;1622.00;4.60;0.58 -10673;4;4178.50;10.40;1710.00;1.19;0.74 -10674;4;4153.50;10.60;1400.50;-1.52;0.56 -10675;4;4777.00;11.40;1544.00;1.46;0.72 -10676;4;1307.50;10.40;1551.00;1.13;0.56 -10677;4;3755.50;11.70;1845.00;1.36;0.92 -10678;4;4788.00;10.30;1597.50;1.63;0.72 -10679;4;426.00;13.90;1995.50;1.72;0.88 -10680;4;4066.00;11.00;1450.50;1.51;0.50 -10681;4;4676.50;12.00;1633.00;1.65;0.70 -10682;4;5102.00;10.90;132.50;1.21;0.40 -10683;4;4566.50;12.45;1525.00;3.24;0.62 -10684;4;1076.00;12.17;1770.00;1.34;0.72 -10685;4;1291.50;10.30;1665.50;1.99;0.44 -10686;4;4151.50;10.40;1688.00;3.98;0.58 -10687;4;973.00;12.30;1660.50;1.50;0.26 -10688;4;4484.00;10.40;1782.50;2.38;0.96 -10689;4;4390.50;13.60;1379.50;-1.51;0.76 -10690;4;939.50;11.80;1664.50;2.35;0.38 -10691;4;4152.50;12.20;1425.00;4.16;0.58 -10692;4;3938.00;9.70;1761.50;2.40;0.50 -10693;4;972.00;12.35;1713.00;2.76;0.36 -10694;4;271.00;9.65;1854.50;-1.27;1.10 -10695;4;4281.00;13.90;1444.50;-1.52;0.50 -10696;4;3971.00;10.07;1631.00;1.78;0.52 -10697;4;3181.50;13.40;156.50;2.27;0.86 -10698;4;4834.00;11.72;1490.00;2.89;0.48 -10699;4;4426.50;11.20;1702.50;2.57;0.82 -10700;4;1628.00;10.20;1686.50;4.42;0.56 -10701;4;4864.50;10.80;1784.50;1.61;1.32 -10702;4;1261.00;10.80;1460.50;1.93;0.34 -10703;4;810.50;14.45;2024.00;4.38;1.70 -10704;4;4435.00;15.65;1432.50;1.87;0.52 -10705;4;4187.00;9.80;1753.50;4.30;0.70 -10706;4;1174.50;12.45;1695.00;2.10;0.56 -10707;4;621.00;9.65;1957.50;4.42;0.64 -10708;4;4584.00;11.50;1492.00;3.60;0.52 -10709;4;1238.00;11.70;1693.00;1.32;0.54 -10710;4;5588.00;10.47;171.00;1.81;0.34 -10711;4;1130.50;14.40;1600.50;4.62;0.46 -10712;4;4201.50;10.90;1633.50;4.39;0.50 -10713;4;4170.50;16.30;1515.50;1.76;0.80 -10714;4;4716.00;11.75;1707.00;4.71;0.70 -10715;4;1742.00;11.25;1758.50;4.35;1.02 -10716;4;3748.50;9.90;1717.50;1.48;0.46 -10717;4;1336.00;10.20;1523.00;3.14;0.28 -10718;4;1478.00;11.10;1722.00;1.39;0.66 -10719;4;1302.50;10.40;1649.00;4.56;0.50 -10720;4;3778.50;10.00;1730.50;-1.37;0.72 -10721;4;1346.00;9.70;2018.50;1.83;1.72 -10722;4;4849.00;10.40;1481.00;4.17;0.50 -10723;4;3726.50;9.80;1876.00;1.87;0.92 -10724;4;4454.00;15.35;1305.50;4.46;0.50 -10725;4;2753.50;10.20;952.00;0.81;1.36 -10726;4;4394.50;14.80;1104.00;2.30;0.46 -10727;4;1450.00;10.40;1499.00;1.89;0.30 -10728;4;1463.00;11.70;1078.00;-1.16;0.64 -10729;4;3991.00;11.35;1154.50;4.15;0.40 -10730;4;1247.50;11.20;1148.00;4.50;0.56 -10731;4;2768.50;13.30;1158.50;4.33;0.90 -10732;4;1279.50;12.70;1192.50;4.34;0.54 -10733;4;4472.50;13.95;1224.00;4.56;0.30 -10734;4;3381.00;12.95;764.00;4.61;0.86 -10735;4;3873.00;9.95;1109.50;4.46;0.48 -10736;4;1782.00;10.55;986.00;4.51;0.68 -10737;4;3892.50;17.60;1232.50;1.74;0.50 -10738;4;1220.50;15.45;1268.00;1.95;0.64 -10739;4;3233.00;11.00;869.50;1.38;0.72 -10740;4;1167.00;13.40;1390.50;2.41;0.42 -10741;4;4270.00;21.92;1147.00;3.92;0.72 -10742;4;3803.00;10.00;1288.00;2.24;0.56 -10743;4;3330.00;10.60;883.50;-1.44;0.52 -10744;4;3493.00;10.30;1163.00;1.47;0.74 -10745;4;3322.50;10.50;990.00;1.72;0.60 -10746;4;1217.00;11.95;1312.50;1.67;0.48 -10747;4;1656.50;13.60;944.50;1.24;0.66 -10748;4;3452.50;12.30;1035.50;3.82;0.54 -10749;4;2950.00;11.75;1049.50;1.59;1.92 -10750;4;2170.00;11.35;631.00;-1.28;0.48 -10751;4;4119.00;10.30;1071.00;1.32;0.32 -10752;4;3492.50;13.70;872.50;1.83;0.62 -10753;4;1418.50;10.25;1444.00;4.49;0.32 -10754;4;3131.00;9.90;1105.00;1.92;0.94 -10755;4;4181.50;22.40;1199.50;4.45;0.98 -10756;4;4022.50;10.30;896.00;1.57;0.32 -10757;4;4537.00;10.70;1148.50;0.87;0.34 -10758;4;2930.50;10.60;877.00;4.60;0.80 -10759;4;3696.00;12.80;1188.50;4.18;0.52 -10760;4;3720.00;13.10;1022.50;1.51;0.52 -10761;4;3416.00;10.25;653.50;4.44;0.64 -10762;4;2705.00;10.57;750.00;1.93;0.80 -10763;4;4451.00;13.85;1097.50;-1.44;0.40 -10764;4;3234.00;11.40;766.00;2.07;0.98 -10765;4;1089.00;11.60;1356.50;2.03;0.56 -10766;4;3231.50;11.75;616.00;1.95;0.82 -10767;4;1844.00;9.65;1020.00;3.33;0.48 -10768;4;3617.50;16.40;1251.50;4.20;0.46 -10769;4;1250.00;10.17;1290.00;4.71;0.60 -10770;4;4388.50;12.60;1329.50;2.00;0.60 -10771;4;2698.50;10.20;914.00;1.52;0.72 -10772;4;3968.00;9.92;1152.00;4.12;0.54 -10773;4;1298.00;15.05;1152.50;1.75;0.46 -10774;4;3551.00;9.70;1188.00;2.89;0.52 -10775;4;3454.50;11.75;756.00;2.01;0.72 -10776;4;4384.50;11.80;1004.50;-0.11;0.50 -10777;4;3478.00;13.00;817.50;4.62;0.58 -10778;4;1304.50;10.40;1406.50;4.20;0.34 -10779;4;2632.50;10.10;1050.50;4.60;1.04 -10780;4;1499.00;9.50;440.50;-1.28;0.84 -10781;4;3886.50;12.50;1250.50;4.48;0.44 -10782;4;3781.50;13.50;1100.00;1.57;0.74 -10783;4;1028.50;10.40;1407.00;4.71;0.56 -10784;4;3347.50;10.70;904.00;3.67;0.60 -10785;4;3139.00;9.70;1132.50;4.24;0.56 -10786;4;3491.00;12.40;971.50;1.38;0.80 -10787;4;4397.00;18.75;1199.50;2.62;0.56 -10788;4;2769.50;10.20;936.50;3.92;0.60 -10789;4;3862.00;14.62;1193.00;1.47;0.64 -10790;4;1631.00;13.60;940.50;2.18;0.48 -10791;4;3593.00;9.85;1050.50;1.38;0.56 -10792;4;1699.00;10.00;907.50;-1.50;0.90 -10793;4;3501.50;10.45;1217.00;-1.07;0.46 -10794;4;4020.00;10.07;1111.00;4.51;0.44 -10795;4;3297.50;10.70;858.00;4.36;0.46 -10796;4;4316.50;19.85;1278.00;1.95;0.58 -10797;4;3613.00;12.45;1132.00;2.35;0.66 -10798;4;1277.00;10.52;1465.00;1.81;0.42 -10799;4;4000.50;10.70;899.50;1.30;0.40 -10800;4;1188.50;12.50;1312.00;4.29;0.52 -10801;4;4062.00;10.80;1027.00;2.35;0.46 -10802;4;4052.50;22.85;1204.00;4.71;0.86 -10803;4;2749.50;9.70;740.50;1.61;0.52 -10804;4;3457.50;10.40;1259.50;3.92;0.46 -10805;4;2979.00;10.40;878.00;1.71;0.68 -10806;4;3753.50;15.65;1229.00;2.20;0.46 -10807;4;4036.00;10.30;1082.50;1.73;0.44 -10808;4;4026.00;10.80;845.00;1.89;0.28 -10809;4;1117.00;13.35;1380.00;4.61;0.68 -10810;4;4281.00;15.92;1117.00;1.76;0.44 -10811;4;3475.50;10.40;1265.50;-1.49;0.38 -10812;4;2692.00;10.30;890.50;1.61;0.68 -10813;4;3871.50;11.20;1125.50;4.39;0.42 -10814;4;2599.00;11.50;956.00;4.36;0.88 -10815;4;3442.50;11.40;1164.50;2.11;0.72 -10816;4;4007.50;10.70;1039.50;1.97;0.32 -10817;4;4356.50;20.60;1205.50;4.64;0.46 -10818;4;3566.50;10.05;767.00;-0.95;0.68 -10819;4;4434.50;17.00;1094.50;3.92;0.42 -10820;4;2964.00;14.47;804.00;3.46;0.74 -10821;4;4008.50;21.20;1250.50;1.52;0.76 -10822;4;4506.50;10.90;1121.50;2.11;0.30 -10823;4;1828.50;9.70;1009.00;1.08;0.68 -10824;4;1446.00;10.35;1454.50;1.65;0.26 -10825;4;4093.50;18.20;1137.00;2.07;0.64 -10826;4;3916.00;17.22;1237.00;0.78;0.52 -10827;4;3268.50;11.60;836.50;1.61;0.76 -10828;4;3670.50;14.30;1178.50;4.20;0.56 -10829;4;2658.50;11.80;861.50;3.76;0.68 -10830;4;1141.50;14.65;1328.00;-1.45;0.56 -10831;4;2947.50;10.60;748.00;2.18;0.68 -10832;4;1238.00;10.75;1168.50;4.24;0.44 -10833;4;3515.50;14.00;813.00;2.15;0.44 -10834;4;4270.00;16.82;1270.00;4.71;0.70 -10835;4;3407.00;11.10;1069.50;3.98;0.46 -10836;4;2798.50;10.10;838.00;1.08;0.94 -10837;4;3610.50;12.70;1243.50;2.19;0.38 -10838;4;2700.00;10.35;1063.50;2.06;1.12 -10839;4;4215.50;13.90;1394.50;4.45;0.38 -10840;4;3498.00;16.55;896.50;1.75;0.52 -10841;4;4404.50;14.60;1141.50;-1.16;0.38 -10842;4;1380.00;16.22;1121.00;3.14;0.50 -10843;4;3948.50;10.70;1133.50;1.46;0.50 -10844;4;3320.50;10.40;1015.50;1.48;0.50 -10845;4;3355.50;11.30;490.50;3.33;0.78 -10846;4;1593.50;16.70;885.50;-1.41;0.70 -10847;4;3921.00;11.65;1077.50;1.47;0.42 -10848;4;1063.50;10.50;1358.50;2.57;0.56 -10849;4;1809.50;10.50;953.50;4.41;0.82 -10850;4;3535.00;10.40;1110.50;3.99;0.58 -10851;4;3289.00;11.77;835.00;4.46;0.60 -10852;4;3870.50;16.50;1245.50;1.63;0.50 -10853;4;1175.50;15.90;1270.00;4.59;0.52 -10854;4;4482.00;14.60;1306.00;2.21;0.38 -10855;4;1738.50;11.50;1028.50;1.62;0.56 -10856;4;4339.00;20.25;1168.50;1.02;0.72 -10857;4;3205.00;11.65;797.00;1.40;0.86 -10858;4;3203.00;11.60;578.00;-1.19;0.74 -10859;4;3338.50;11.30;752.50;2.48;1.02 -10860;4;3364.50;14.30;634.00;1.57;0.62 -10861;4;1298.50;10.40;1392.50;1.46;0.40 -10862;4;2804.50;9.70;745.50;1.51;0.54 -10863;4;4346.50;13.35;1049.00;1.22;0.48 -10864;4;1635.50;9.70;1010.50;2.01;0.56 -10865;4;4249.00;19.45;1271.00;1.48;0.90 -10866;4;3901.50;9.70;1099.00;4.00;0.52 -10867;4;1186.50;13.00;1442.50;3.76;0.40 -10868;4;2793.50;10.40;969.50;-1.46;1.52 -10869;4;3205.00;9.90;1107.50;-1.32;0.60 -10870;4;3509.50;11.90;966.50;4.39;0.70 -10871;4;1158.00;16.45;1287.00;2.11;0.58 -10872;4;3999.00;10.55;997.50;4.61;0.48 -10873;4;3687.50;12.40;1202.00;1.57;0.58 -10874;4;2024.00;10.30;832.50;0.74;1.24 -10875;4;2563.00;9.90;1019.50;4.48;1.24 -10876;4;3499.50;9.70;1179.00;1.57;0.50 -10877;4;3304.50;11.10;774.50;0.99;0.92 -10878;4;4141.50;11.25;1080.00;4.53;0.28 -10879;4;1834.50;10.10;985.00;2.20;0.80 -10880;4;4501.00;14.35;1275.00;1.73;0.40 -10881;4;3647.00;13.50;1129.00;4.35;0.64 -10882;4;3446.50;10.90;1248.50;1.97;0.34 -10883;4;3146.50;10.70;691.00;1.57;0.42 -10884;4;2995.00;11.22;1127.00;1.72;1.12 -10885;4;4135.50;12.20;1314.50;1.72;0.92 -10886;4;1393.50;10.80;1102.00;2.15;0.40 -10887;4;3963.50;11.40;1185.50;3.68;0.38 -10888;4;1597.00;11.12;844.00;4.60;0.78 -10889;4;1314.00;9.75;1160.00;4.06;0.52 -10890;4;3704.00;12.45;1203.50;-1.42;0.46 -10891;4;3577.00;11.40;805.50;4.64;0.58 -10892;4;3474.00;11.97;1059.00;1.57;0.72 -10893;4;3062.00;11.85;978.50;4.02;1.36 -10894;4;1175.50;13.20;1374.50;-1.13;0.60 -10895;4;1147.00;9.80;1247.50;4.20;0.56 -10896;4;3823.00;16.85;1227.50;1.63;0.40 -10897;4;4019.00;12.22;872.00;4.71;0.34 -10898;4;3924.00;10.85;1127.00;2.03;0.44 -10899;4;4412.50;12.85;1343.00;1.57;0.68 -10900;4;3232.50;11.30;920.50;4.57;1.02 -10901;4;3431.50;11.30;1135.50;1.71;0.52 -10902;4;3349.00;11.85;997.50;2.40;0.68 -10903;4;4385.00;19.70;1191.50;2.26;0.60 -10905;4;3974.50;15.80;1212.50;4.20;0.62 -10906;4;1951.50;9.75;946.00;1.57;0.68 -10907;4;3227.50;11.10;1041.00;2.43;1.06 -10908;4;3254.00;11.25;772.50;-1.43;0.92 -10909;4;1488.00;12.37;1455.00;1.32;0.30 -10910;4;4128.00;19.47;1117.00;1.44;0.56 -10911;4;4116.00;20.67;1275.00;4.05;0.98 -10912;4;1816.00;10.92;1034.00;2.21;0.60 -10913;4;3705.50;16.90;1142.50;2.00;0.58 -10914;4;1111.50;15.85;1425.00;4.33;0.62 -10915;4;2635.00;11.17;890.00;4.05;0.96 -10916;4;1159.50;15.40;1309.50;1.66;0.44 -10917;4;2974.50;10.60;909.00;0.98;1.28 -10918;4;4220.00;21.57;1184.00;4.39;0.64 -10919;4;2844.00;10.40;772.00;2.35;0.32 -10920;4;4314.00;11.25;1039.50;4.42;0.36 -10921;4;3564.00;12.20;822.50;1.65;0.34 -10922;4;3592.50;14.35;1232.00;4.45;0.46 -10923;4;3517.00;11.05;1091.00;2.12;0.70 -10924;4;1816.00;10.60;591.00;2.82;0.46 -10925;4;4967.00;11.27;142.00;4.46;0.44 -10926;4;2163.50;11.75;702.00;2.22;0.62 -10927;4;2462.00;9.50;97.00;-1.53;0.62 -10928;4;3509.00;9.77;692.00;2.03;0.64 -10929;4;3278.00;13.15;360.50;4.67;0.66 -10930;4;3303.50;12.10;457.50;2.05;0.92 -10931;4;2127.50;12.10;588.50;1.74;0.66 -10932;4;3336.00;12.45;584.00;1.29;0.94 -10933;4;2248.00;9.62;781.00;2.55;0.42 -10934;4;1892.50;10.40;838.00;2.05;0.78 -10935;4;1773.00;10.30;258.50;3.84;0.70 -10936;4;5022.00;10.60;320.50;-1.49;0.76 -10937;4;4824.50;10.40;383.50;1.72;0.76 -10938;4;1789.50;16.35;576.00;-1.41;0.58 -10939;4;2246.50;10.20;726.50;3.68;0.36 -10940;4;1703.00;10.72;654.00;-1.46;0.76 -10941;4;5057.50;10.10;244.50;2.17;0.72 -10942;4;1582.00;12.25;799.50;-1.26;0.92 -10943;4;1879.50;9.70;362.50;4.48;0.52 -10944;4;1814.50;11.95;503.00;3.71;0.62 -10945;4;2019.50;11.20;552.50;-1.33;0.60 -10946;4;2209.50;9.80;673.00;1.57;0.56 -10947;4;2064.00;11.05;489.50;1.67;0.40 -10948;4;3012.00;11.40;667.50;1.81;0.96 -10949;4;4718.00;10.60;208.00;1.69;0.76 -10950;4;4698.50;11.50;307.00;2.40;0.62 -10951;4;3170.00;11.40;662.50;1.85;1.04 -10952;4;1747.50;20.00;575.00;1.91;0.80 -10953;4;1768.50;10.10;147.50;-1.48;0.90 -10954;4;5054.00;15.20;549.50;1.86;0.44 -10955;4;4989.50;9.80;293.50;1.24;1.22 -10956;4;2010.00;10.30;762.50;2.69;1.24 -10957;4;3079.00;13.45;325.00;2.20;1.06 -10958;4;4772.50;9.90;367.50;3.92;0.66 -10959;4;1972.00;11.10;565.50;2.32;0.92 -10960;4;1773.50;9.80;719.00;1.61;1.16 -10961;4;1691.50;10.20;121.00;4.71;0.44 -10962;4;3378.50;14.45;657.00;4.59;0.80 -10963;4;3077.00;13.20;239.50;1.78;0.66 -10964;4;1734.00;17.25;349.00;-1.40;0.56 -10965;4;1801.50;11.35;472.00;4.45;0.84 -10966;4;3045.00;14.62;450.00;4.71;1.04 -10967;4;2236.00;11.05;735.50;4.35;0.30 -10968;4;3009.00;9.92;565.00;-1.40;0.58 -10969;4;4760.50;10.50;207.00;4.12;0.68 -10970;4;1623.50;9.90;771.00;4.36;0.90 -10971;4;4651.50;9.80;307.50;1.99;0.62 -10972;4;3381.50;11.40;448.50;1.61;0.98 -10973;4;1893.00;9.85;518.50;1.84;0.60 -10974;4;5104.50;14.10;523.50;4.57;0.28 -10975;4;1827.50;9.70;366.50;2.06;0.68 -10976;4;3443.50;9.70;628.50;2.23;0.54 -10977;4;5071.50;9.80;206.50;1.68;0.46 -10978;4;3026.50;10.35;305.00;4.71;1.02 -10979;4;4897.00;10.20;356.50;4.24;0.90 -10980;4;2127.50;11.40;502.50;4.62;0.28 -10981;4;1785.00;10.35;203.50;4.34;0.54 -10982;4;1806.50;9.80;648.50;-1.54;1.02 -10983;4;4678.00;10.32;195.00;4.24;0.50 -10984;4;2142.00;10.10;743.00;2.03;0.92 -10985;4;1808.50;10.75;331.00;-1.46;0.58 -10986;4;1846.00;9.90;460.00;2.60;0.84 -10987;4;1778.50;20.40;536.50;3.80;0.54 -10988;4;3328.50;13.10;516.50;1.44;0.94 -10989;4;2242.50;10.40;761.50;1.66;0.44 -10990;4;5001.50;13.05;588.00;1.98;0.42 -10991;4;5014.00;9.80;206.50;3.00;0.68 -10992;4;1722.50;18.80;312.50;4.48;0.66 -10993;4;3554.00;12.55;311.50;1.75;0.90 -10994;4;2004.50;10.40;525.50;4.27;0.46 -10995;4;2220.50;9.50;38.50;4.45;0.54 -10996;4;1780.50;9.90;632.00;1.77;0.80 -10997;4;4719.00;10.60;176.50;4.31;0.66 -10998;4;2236.00;10.45;714.50;3.66;0.40 -10999;4;2176.00;9.70;555.50;2.96;0.42 -11000;4;1713.50;12.20;441.50;2.96;0.46 -11001;4;1764.50;20.50;478.50;4.39;0.58 -11002;4;2181.50;10.00;597.00;3.86;0.52 -11003;4;2019.00;10.70;504.50;4.64;0.38 -11004;4;5016.00;15.25;567.50;0.41;0.44 -11005;4;1765.50;10.30;173.50;1.76;0.56 -11006;4;5077.00;10.50;257.50;4.10;0.58 -11007;4;1939.50;10.65;423.00;-1.16;0.80 -11008;4;2044.50;11.45;486.00;1.57;0.48 -11009;4;1756.00;10.40;40.00;4.01;0.70 -11010;4;1855.50;10.20;666.50;4.09;1.10 -11011;4;4708.00;10.40;155.50;4.52;0.60 -11012;4;3046.00;11.90;738.50;3.82;1.18 -11013;4;4882.00;11.00;280.50;1.25;1.14 -11014;4;3462.50;9.95;681.00;1.22;0.52 -11015;4;3527.50;13.00;344.50;1.92;0.80 -11016;4;4789.50;10.20;421.50;3.06;0.62 -11017;4;3346.50;12.35;618.00;2.72;0.88 -11018;4;5031.50;14.60;572.50;4.28;0.46 -11019;4;5068.00;9.90;157.50;1.63;0.58 -11020;4;1582.00;13.80;825.50;2.09;0.56 -11021;4;1761.50;10.90;283.00;1.75;0.54 -11022;4;1775.50;10.30;380.00;4.37;0.72 -11023;4;1930.50;10.50;490.50;1.63;0.78 -11024;4;3264.00;10.50;1836.50;2.46;0.32 -11025;4;3562.00;9.90;1736.50;1.73;0.28 -11026;4;3050.50;12.70;1874.50;-1.34;0.40 -11027;4;3489.00;9.80;1686.00;2.35;0.24 -11028;4;2975.50;13.25;1768.00;1.84;0.30 -11029;4;2956.00;10.75;1725.00;1.57;0.28 -11030;4;3259.50;10.70;1913.00;1.57;0.38 -11031;4;3310.00;10.95;1938.50;4.42;0.22 -11032;4;3273.00;10.40;1715.50;4.46;0.24 -11033;4;3198.50;10.60;1792.50;2.11;0.28 -11035;4;3492.50;9.80;1714.00;1.95;0.16 -11036;4;3387.00;10.50;1764.00;4.24;0.22 -11037;4;2936.00;14.50;1759.50;4.58;0.28 -11038;4;3377.50;9.85;1825.00;4.19;0.28 -11039;4;3400.50;10.35;1681.00;2.24;0.22 -11040;4;3073.00;9.80;1783.00;2.82;0.26 -11041;4;3218.50;10.40;1867.00;4.33;0.26 -11042;4;3498.00;10.05;1802.50;4.15;0.48 -11043;4;3228.50;10.20;1784.50;4.17;0.22 -11044;4;3033.00;10.50;1732.50;4.24;0.26 -11045;4;3328.00;10.12;1862.00;1.32;0.34 -11046;4;3295.00;10.50;1786.00;-1.10;0.26 -11048;4;3334.50;10.30;1704.50;2.11;0.26 -11049;4;3012.00;14.25;1811.00;4.51;0.30 -11050;4;3113.00;9.50;1977.50;3.14;0.48 -11051;4;3557.50;9.80;1725.50;2.73;0.28 -11052;4;3024.50;11.60;1824.50;4.39;0.30 -11053;4;3030.50;12.00;1777.50;4.57;0.26 -11054;4;3303.50;10.60;1835.50;1.46;0.36 -11055;4;2744.00;12.32;1679.00;4.12;0.24 -11056;4;3234.50;10.25;1762.00;-1.29;0.20 -11057;4;3226.50;9.60;1711.50;1.68;0.18 -11058;4;3057.50;13.70;1902.00;4.19;0.30 -11059;4;3326.50;10.30;1743.50;1.71;0.24 -11060;4;3134.00;11.70;1939.00;1.76;0.44 -11061;4;3505.00;9.80;1784.00;1.76;0.34 -11062;4;3363.00;10.70;1743.50;2.76;0.26 -11063;4;3255.50;10.30;2001.00;0.46;0.36 -11064;4;2739.00;9.85;1714.00;4.39;0.60 -11065;4;3159.00;10.25;1809.50;1.40;0.28 -11066;4;3181.00;9.60;1756.50;3.14;0.28 -11067;4;3116.00;10.60;1837.50;4.06;0.32 -11068;4;3291.50;10.10;1731.00;4.03;0.20 -11069;4;3063.50;11.70;1855.50;4.17;0.36 -11070;4;1496.50;9.50;850.50;-1.05;0.26 -11071;4;3400.50;10.60;1772.00;4.71;0.28 -11072;4;3285.00;9.72;1701.00;1.89;0.20 -11073;4;3151.50;10.70;1898.00;4.71;0.36 -11074;4;3462.50;10.00;1763.50;4.60;0.34 -11075;4;3504.00;9.80;1698.50;1.40;0.22 -11076;4;3251.00;10.17;1805.00;1.89;0.28 -11077;4;3172.50;9.50;1990.00;3.70;0.30 -11078;4;2976.50;10.60;1741.50;4.51;0.24 -11079;4;3245.00;10.05;1835.50;4.35;0.28 -11080;4;3266.00;10.40;1724.00;4.39;0.20 -11081;4;3204.50;9.70;1868.50;-1.46;0.26 -11082;4;3073.50;9.70;1711.50;3.46;0.32 -11083;4;3375.00;10.30;1722.00;1.57;0.24 -11084;4;3364.50;10.50;1693.50;1.71;0.24 -11085;4;3277.00;10.85;1914.50;2.26;0.36 -11086;4;3467.50;9.90;1742.00;1.84;0.26 -11087;4;3596.00;9.80;1709.50;2.26;0.28 -11088;4;3343.50;10.40;1914.50;4.61;0.36 -11089;4;3480.50;10.30;1813.00;4.36;0.56 -11091;4;3074.00;9.70;1750.00;2.35;0.24 -11092;4;3331.50;10.30;1797.50;-1.46;0.22 -11093;4;3352.00;10.50;1712.50;-1.44;0.26 -11094;4;3353.00;9.80;1814.00;3.92;0.32 -11095;4;3449.00;9.95;1724.50;1.73;0.24 -11096;4;3299.00;10.40;1851.50;4.24;0.30 -11097;4;3259.00;10.25;1689.00;1.24;0.24 -11098;4;3759.50;9.85;1889.00;3.05;0.66 -11099;4;3434.50;10.40;1689.50;1.76;0.26 -11100;4;2923.50;9.65;1802.00;4.12;0.30 -11101;4;2912.50;12.75;1725.00;4.71;0.22 -11102;4;3082.00;11.75;1904.50;4.24;0.32 -11103;4;3398.50;10.40;1754.00;1.29;0.30 -11104;4;3214.00;10.75;1984.00;1.81;0.48 -11105;4;3198.50;9.65;1741.00;1.57;0.24 -11107;4;3431.00;10.40;1712.50;1.73;0.22 -11108;4;3120.00;10.95;757.50;2.19;0.88 -11109;4;3294.50;10.30;1693.00;1.84;0.22 -11110;4;3527.50;10.00;1746.00;-1.29;0.32 -11111;4;3678.50;10.45;1738.00;1.84;0.34 -11112;4;3071.50;12.20;1895.50;4.39;0.32 -11113;4;2980.50;12.00;1779.00;0.69;0.26 -11114;4;3014.50;10.30;1728.50;2.11;0.24 -11115;4;3185.00;11.00;1931.00;1.73;0.52 -11116;4;3009.00;13.60;1805.00;2.55;0.30 -11117;4;3325.50;10.00;1944.50;4.57;0.34 -11118;4;2983.50;12.30;1808.00;4.71;0.24 -11119;4;3762.50;9.85;1910.00;1.25;1.10 -11120;4;3060.50;11.30;1838.50;4.62;0.38 -11121;4;3194.50;10.10;1850.00;3.38;0.32 -11123;4;3043.00;11.30;1794.50;4.35;0.22 -11124;4;3626.50;10.60;1719.50;2.73;0.34 -11125;4;3188.50;10.30;1886.50;1.89;0.36 -11126;4;3141.00;10.00;1794.50;3.36;0.32 -11127;4;3213.00;9.77;1721.00;4.24;0.24 -11128;4;3288.50;10.55;1931.00;4.19;0.34 -11129;4;3067.50;10.20;1817.50;1.24;0.38 -11130;4;3162.50;11.50;1951.50;1.35;0.64 -11131;4;3372.00;10.40;1706.50;4.06;0.26 -11132;4;3199.50;10.40;1824.50;1.24;0.34 -11133;4;3601.50;9.80;1734.50;1.89;0.30 -11134;4;3482.50;10.35;1667.00;1.95;0.16 -11135;4;2958.00;13.32;1766.00;4.12;0.30 -11136;4;2757.50;10.30;1681.50;2.94;0.26 -11137;4;3393.50;9.95;1802.00;4.19;0.34 -11138;4;1607.50;13.30;884.50;-1.06;0.22 -11139;4;3278.50;10.30;1710.00;4.33;0.22 -11140;4;3433.50;10.10;1923.50;4.05;0.48 -11141;4;3238.50;10.20;1799.50;0.78;0.26 -11142;4;3277.00;10.00;1968.00;2.11;0.46 -11143;4;3456.00;10.40;1710.00;1.81;0.20 -11144;4;3199.50;10.50;1811.50;2.35;0.32 -11145;4;3367.00;10.65;692.00;0.83;0.88 -11146;4;3307.00;10.70;1821.50;1.69;0.34 -11147;4;3064.50;10.40;1770.00;4.43;0.26 -11148;4;1525.00;9.50;916.00;-1.03;0.24 -11149;4;3557.00;9.80;1686.00;2.03;0.28 -11150;4;3317.00;9.77;1758.00;3.92;0.22 -11151;4;2982.50;9.70;1717.50;4.51;0.24 -11152;4;3075.50;12.20;1884.00;1.39;0.30 -11153;4;3323.50;10.20;1752.50;4.39;0.26 -11154;4;3351.00;9.90;1690.50;3.81;0.22 -11155;4;3123.00;11.75;1908.00;4.51;0.36 -11156;4;3303.50;10.50;1799.50;2.60;0.26 -11158;4;3527.50;9.80;1712.50;1.71;0.24 -11159;4;3343.50;9.70;1773.50;2.35;0.28 -11160;4;3029.00;9.70;1649.00;2.03;0.18 -11161;4;2721.50;12.00;1671.00;1.84;0.22 -11162;4;3258.50;10.30;1759.00;4.71;0.26 -11163;4;3076.50;9.70;1729.50;2.11;0.28 -11164;4;3194.50;10.10;1878.50;4.39;0.30 -11165;4;3365.00;10.52;1731.00;1.89;0.22 -11166;4;3414.00;10.40;1691.00;4.46;0.22 -11167;4;3230.50;10.70;1929.50;2.71;0.34 -11168;4;3391.00;10.40;1741.50;2.21;0.24 -11169;4;3190.50;10.90;1959.50;2.60;0.32 -11170;4;3640.00;10.10;1746.00;2.15;0.38 -11171;4;3444.50;9.80;1819.50;4.28;0.44 -11172;4;3173.50;9.80;1754.50;1.76;0.22 -11173;4;3005.00;11.82;1838.00;3.60;0.28 -11174;4;3324.00;10.30;1725.00;1.57;0.26 -11175;4;3332.50;10.40;1827.50;2.60;0.30 -11176;4;2941.00;9.75;1702.50;2.21;0.22 -11177;4;3441.50;9.80;1734.00;1.57;0.26 -11178;4;3390.50;9.90;1783.50;4.30;0.26 -11179;4;3587.00;10.55;1749.00;1.76;0.34 -11180;4;3500.50;9.80;1690.00;4.71;0.24 -11181;4;3282.00;10.52;1896.00;4.17;0.28 -11182;4;3705.00;9.80;1906.00;1.92;0.90 -11183;4;3319.50;9.70;1969.50;2.19;0.42 -11184;4;2977.50;9.65;1731.00;3.78;0.16 -11185;4;3080.00;10.95;1826.00;4.39;0.28 -11186;4;3259.50;10.40;1725.00;1.57;0.22 -11187;4;3038.00;11.55;1844.50;4.24;0.32 -11188;4;3068.50;9.60;1719.50;2.35;0.24 -11189;4;3415.00;10.50;1720.50;1.69;0.24 -11190;4;3100.00;11.30;1879.00;4.24;0.28 -11191;4;3311.50;10.30;1691.00;3.78;0.24 -11192;4;3520.50;9.90;1735.00;1.78;0.26 -11193;4;3613.00;10.00;1723.50;1.48;0.28 -11194;4;3006.50;14.50;773.00;-1.36;0.92 -11195;4;3689.00;10.40;1756.50;1.63;0.42 -11196;4;3407.50;10.10;1936.00;4.28;0.46 -11197;4;3044.00;10.22;1740.00;4.39;0.30 -11198;4;2917.00;15.15;1736.50;3.14;0.24 -11199;4;3226.50;10.40;1821.00;1.84;0.20 -11200;4;3558.00;10.55;1813.50;3.57;0.70 -11201;4;3136.00;9.70;1846.50;2.76;0.24 -11202;4;1623.50;10.00;843.00;-1.09;0.24 -11203;4;3622.00;10.25;1769.00;1.73;0.52 -11204;4;3227.50;10.70;1911.50;1.49;0.48 -11205;4;3415.50;10.05;1676.00;1.95;0.18 -11206;4;2964.50;14.20;1794.00;4.71;0.26 -11207;4;2749.50;11.90;1689.50;1.71;0.24 -11208;4;3153.50;10.90;1912.00;1.27;0.48 -11209;4;3045.00;11.32;1785.00;4.46;0.26 -11210;4;3220.00;9.55;1802.00;2.35;0.24 -11211;4;3167.50;9.70;1737.50;3.33;0.20 -11212;4;3341.50;10.00;1820.50;4.30;0.26 -11213;4;3415.50;10.50;1715.50;3.92;0.18 -11214;4;3383.00;10.05;1579.50;2.76;0.18 -11215;4;3049.50;9.70;1652.00;2.49;0.18 -11216;4;3236.50;9.90;1592.50;1.68;0.24 -11217;4;3423.50;10.40;1631.00;4.33;0.20 -11218;4;2739.00;10.90;1637.50;-1.40;0.28 -11219;4;2988.50;9.70;1582.50;4.57;0.20 -11220;4;3279.50;10.00;1615.00;4.71;0.30 -11221;4;2789.50;10.10;1572.50;3.92;0.20 -11222;4;3215.50;10.60;1664.50;4.39;0.22 -11223;4;3732.00;14.35;1642.00;1.73;0.44 -11224;4;3325.00;10.10;1665.50;1.69;0.20 -11225;4;3587.50;9.80;1582.00;1.95;0.24 -11226;4;3206.50;10.25;1638.00;4.03;0.28 -11227;4;3451.50;10.10;1582.50;1.71;0.22 -11228;4;3694.50;10.40;1687.00;4.53;0.32 -11229;4;3303.50;10.40;1563.50;3.92;0.24 -11230;4;3302.00;9.90;1590.00;4.71;0.18 -11231;4;3020.50;10.20;1662.50;1.76;0.24 -11232;4;3076.00;9.80;1580.50;2.21;0.26 -11233;4;2922.50;10.25;1567.00;4.12;0.20 -11234;4;3290.00;10.40;1653.00;1.57;0.22 -11235;4;3356.50;10.00;1605.50;1.37;0.20 -11236;4;3396.50;10.00;1657.50;1.46;0.26 -11237;4;2681.50;9.85;1578.00;2.24;0.28 -11238;4;2672.50;9.85;1612.00;1.84;0.24 -11239;4;3469.50;9.85;1665.00;4.71;0.20 -11240;4;3521.50;10.30;1581.50;1.76;0.20 -11241;4;3283.50;10.10;1625.50;1.97;0.28 -11242;4;3374.00;10.00;1587.00;-1.24;0.22 -11243;4;3561.50;10.90;1633.50;2.60;0.18 -11244;4;3375.00;10.00;1557.00;2.03;0.20 -11245;4;3129.00;9.97;1602.00;1.57;0.24 -11246;4;3158.00;10.35;1656.50;1.44;0.20 -11247;4;3169.50;9.80;1575.50;4.17;0.20 -11248;4;3429.00;9.90;1604.50;1.40;0.20 -11249;4;3687.00;13.97;1165.00;4.12;0.62 -11250;4;3369.00;10.42;1654.00;1.57;0.20 -11251;4;2950.50;9.70;1626.50;4.17;0.30 -11252;4;3467.50;10.40;1659.00;3.78;0.20 -11253;4;2805.00;10.15;1573.50;1.40;0.26 -11254;4;3347.00;10.05;1624.00;2.03;0.26 -11255;4;3552.00;9.80;1675.00;2.15;0.24 -11256;4;3615.50;9.90;1589.50;1.37;0.26 -11257;4;2678.00;10.45;1622.50;2.21;0.28 -11258;4;3447.00;10.27;1589.00;1.57;0.18 -11259;4;3250.50;9.80;1648.50;4.60;0.24 -11260;4;3072.50;9.80;1588.00;1.29;0.32 -11261;4;4290.50;9.70;2017.00;4.66;1.40 -11262;4;3489.00;10.00;1604.00;4.71;0.26 -11263;4;3554.50;9.80;1670.00;4.33;0.24 -11264;4;2920.50;9.70;1576.00;4.71;0.18 -11265;4;3130.00;9.50;1628.50;2.48;0.40 -11266;4;2707.09;10.50;1675.76;2.49;0.34 -11267;4;2671.50;10.30;1581.00;2.49;0.22 -11268;4;3412.00;10.32;1618.00;3.92;0.18 -11269;4;3514.00;11.40;1587.50;2.21;0.20 -11270;4;2768.00;10.95;1626.50;4.54;0.18 -11271;4;3287.50;9.90;1598.00;1.95;0.18 -11272;4;3299.00;9.90;1638.50;4.58;0.20 -11273;4;3574.50;10.10;1609.00;2.15;0.28 -11274;4;3153.50;10.40;1577.50;1.42;0.28 -11275;4;3510.00;9.90;1645.00;1.10;0.26 -11276;4;2987.00;9.70;1592.50;4.06;0.24 -11277;4;3498.00;9.95;1626.50;2.03;0.24 -11278;4;3090.00;9.70;1738.50;4.01;0.28 -11279;4;2779.00;10.55;1584.50;2.21;0.26 -11280;4;3037.50;10.30;1658.50;1.76;0.24 -11281;4;3600.50;10.40;1604.50;4.17;0.24 -11282;4;3376.50;10.60;1643.50;3.92;0.22 -11283;4;3378.50;10.00;1560.50;4.51;0.20 -11284;4;3354.50;10.00;1596.50;1.76;0.20 -11285;4;3232.50;9.80;1567.00;1.95;0.26 -11286;4;3578.50;10.35;1661.00;2.15;0.18 -11287;4;2663.00;9.80;1602.50;4.54;0.16 -11288;4;3073.00;9.80;1598.50;3.14;0.28 -11289;4;3051.00;10.50;1688.00;1.57;0.22 -11290;4;3296.00;9.90;1616.50;1.73;0.22 -11291;4;3194.00;10.25;1693.50;1.73;0.24 -11292;4;3564.00;10.70;1624.50;1.93;0.22 -11293;4;2694.00;11.30;1602.50;3.52;0.24 -11294;4;3431.50;9.90;1598.50;2.35;0.20 -11295;4;3450.50;9.80;1638.00;3.78;0.20 -11296;4;3452.00;9.80;1561.50;1.81;0.22 -11297;4;2787.50;9.80;1609.50;-1.37;0.24 -11298;4;3297.50;10.40;1574.00;4.33;0.22 -11299;4;2766.50;10.10;1645.50;2.11;0.26 -11300;4;3360.00;10.10;1613.50;4.46;0.20 -11301;4;3166.50;10.40;1581.50;1.97;0.24 -11302;4;3215.00;10.45;1675.00;3.73;0.26 -11303;4;2687.50;10.00;1615.50;1.97;0.26 -11304;4;3276.50;9.80;1674.00;1.78;0.22 -11305;4;2977.50;9.70;1597.00;4.33;0.24 -11306;4;2730.00;13.00;1672.50;-1.47;0.24 -11307;4;3723.50;14.00;1699.00;4.71;0.36 -11308;4;3513.50;10.00;1560.50;4.51;0.18 -11309;4;3491.00;10.40;1593.50;4.54;0.24 -11310;4;3373.00;10.02;1566.00;1.57;0.22 -11311;4;3039.00;10.70;1680.00;3.92;0.26 -11312;4;3168.00;10.50;1612.50;2.21;0.22 -11313;4;3237.00;9.80;1572.50;4.24;0.26 -11314;4;3429.00;10.20;1612.50;4.46;0.20 -11315;4;3348.50;10.65;1670.00;1.95;0.24 -11316;4;3081.00;10.30;1607.00;1.89;0.22 -11317;4;2779.50;10.20;1620.50;4.57;0.26 -11318;4;2915.00;9.70;1582.50;1.40;0.24 -11319;4;3566.00;10.15;1597.50;4.58;0.24 -11320;4;3620.00;10.30;1660.50;1.48;0.28 -11321;4;3582.50;9.70;1557.00;2.15;0.22 -11322;4;3256.50;9.90;1604.00;4.33;0.22 -11323;4;3438.00;10.05;1566.00;4.24;0.20 -11324;4;3499.50;10.00;1611.50;4.51;0.16 -11325;4;3311.00;10.50;1573.50;1.81;0.20 -11326;4;3357.00;10.45;1651.50;2.26;0.24 -11327;4;3035.50;9.75;1652.00;3.38;0.20 -11328;4;4331.00;11.70;1897.50;1.91;1.24 -11329;4;3156.00;10.40;1587.50;2.21;0.24 -11330;4;3412.00;10.05;1628.00;3.92;0.20 -11331;4;2973.50;9.60;1600.50;1.89;0.16 -11332;4;2747.50;12.75;1628.00;2.24;0.24 -11333;4;2796.50;10.05;1558.00;1.95;0.12 -11334;4;2655.50;9.75;1588.00;1.57;0.24 -11335;4;3510.50;10.10;1567.00;1.57;0.22 -11336;4;3320.00;9.95;1601.50;2.21;0.26 -11337;4;3378.50;10.10;1569.50;4.17;0.20 -11338;4;3430.00;9.87;1656.00;-1.24;0.20 -11339;4;3573.00;9.72;1617.00;1.57;0.26 -11340;4;3499.00;9.80;1665.00;1.89;0.26 -11341;4;3222.50;9.80;1576.50;1.16;0.18 -11342;4;3217.00;10.50;1628.50;2.03;0.28 -11343;4;3081.50;9.70;1616.00;3.38;0.16 -11344;4;3482.00;9.80;1626.00;4.71;0.22 -11345;4;2767.50;10.10;1590.50;1.76;0.22 -11346;4;2915.00;10.10;1560.50;4.06;0.18 -11347;4;3383.00;10.00;1603.00;4.24;0.22 -11348;4;3594.00;9.80;1573.00;1.57;0.26 -11349;4;3337.50;10.60;1650.00;4.71;0.18 -11351;4;3447.50;9.80;1571.00;4.12;0.20 -11352;4;3668.00;9.90;1691.50;0.85;0.36 -11353;4;3289.50;10.00;1626.50;4.51;0.20 -11354;4;3573.00;10.40;1673.00;4.12;0.28 -11355;4;3292.00;10.10;1574.50;1.73;0.20 -11356;4;3552.50;10.00;1632.50;1.37;0.24 -11357;4;3163.50;10.40;1592.50;2.35;0.22 -11358;4;3217.00;9.90;1642.50;1.81;0.36 -11359;4;2991.00;9.70;1575.00;1.89;0.20 -11360;4;2918.50;9.70;1588.50;3.92;0.20 -11361;4;2725.50;9.80;1570.00;2.09;0.22 -11362;4;3411.00;11.10;1642.50;-1.44;0.22 -11363;4;3463.00;9.95;1597.50;1.81;0.18 -11364;4;3520.00;9.85;1570.00;2.03;0.24 -11365;4;3603.50;9.80;1670.00;1.75;0.26 -11366;4;2946.50;9.70;1619.00;2.24;0.24 -11367;4;2916.50;10.00;1695.50;2.94;0.20 -11368;4;3376.00;10.00;1577.00;2.03;0.20 -11369;4;3350.50;10.10;1615.00;4.71;0.22 -11370;4;3240.00;10.50;1600.50;1.69;0.24 -11371;4;2662.50;9.50;1619.50;3.92;0.24 -11372;4;3070.00;9.90;1607.50;1.40;0.28 -11373;4;3523.50;10.70;1597.50;-1.46;0.22 -11374;4;2800.50;9.90;1564.00;4.71;0.28 -11375;4;3492.50;9.90;1642.50;2.11;0.20 -11376;4;3019.00;9.80;1639.50;2.86;0.18 -11377;4;3593.50;9.80;1583.00;4.71;0.26 -11378;4;2756.50;10.80;1653.50;2.94;0.22 -11379;4;3419.50;10.20;1613.50;4.17;0.20 -11380;4;3060.00;9.70;1701.00;3.92;0.24 -11381;4;3440.00;10.30;1576.50;4.06;0.18 -11382;4;2776.50;10.45;1601.00;4.71;0.20 -11383;4;3310.50;9.80;1581.50;1.37;0.20 -11384;4;3352.00;10.27;1635.00;1.81;0.20 -11385;4;3144.50;10.40;1576.00;1.95;0.22 -11386;4;3149.00;10.10;1597.00;4.39;0.22 -11387;4;3561.00;10.10;1648.50;4.06;0.24 -11388;4;2935.00;10.35;1564.00;1.89;0.18 -11389;4;3618.50;10.30;1617.50;-1.42;0.26 -11390;4;3058.00;9.82;1688.00;4.71;0.24 -11391;4;3218.50;9.95;1618.00;1.84;0.32 -11392;4;3258.50;9.80;1675.50;4.51;0.28 -11393;4;3513.50;10.10;1576.50;2.11;0.24 -11394;4;3494.50;10.00;1617.00;1.84;0.24 -11395;4;3521.00;10.42;1522.00;4.71;0.24 -11396;4;3404.50;9.90;1543.50;4.30;0.18 -11397;4;3361.50;9.80;1514.50;1.76;0.30 -11398;4;3116.50;12.90;1513.50;2.35;0.18 -11399;4;3166.00;10.00;1536.50;2.21;0.28 -11400;4;3483.00;9.80;1460.00;1.57;0.20 -11401;4;3043.00;12.45;1535.50;1.40;0.24 -11402;4;2965.50;11.70;1557.50;4.51;0.20 -11403;4;3446.00;9.70;1461.50;1.73;0.18 -11404;4;2993.00;14.37;1523.00;1.89;0.22 -11405;4;3354.00;9.70;1471.00;4.71;0.20 -11406;4;2731.50;10.70;1548.00;2.24;0.24 -11407;4;2895.00;12.37;1521.00;1.89;0.18 -11408;4;3478.00;9.80;1544.50;2.03;0.22 -11409;4;3273.50;10.10;1482.50;-1.42;0.26 -11410;4;4086.00;10.10;1556.50;2.23;0.62 -11411;4;3191.50;9.70;1497.50;1.76;0.24 -11412;4;3429.50;10.40;1520.50;1.76;0.18 -11413;4;3126.50;12.65;1517.00;1.95;0.22 -11414;4;3057.00;13.95;1533.50;1.73;0.18 -11415;4;3030.00;9.75;1558.50;3.14;0.20 -11416;4;3489.00;9.80;1460.00;4.71;0.20 -11417;4;2962.50;10.20;1520.00;1.57;0.20 -11418;4;3435.50;9.70;1468.50;4.39;0.26 -11419;4;2884.00;9.80;1544.00;1.89;0.18 -11420;4;2833.00;9.95;1515.50;-1.32;0.28 -11421;4;3543.00;9.95;1549.50;2.03;0.26 -11422;4;3346.50;9.70;1474.00;2.89;0.24 -11423;4;3493.50;9.80;1518.00;4.43;0.20 -11424;4;3283.50;10.00;1495.00;2.15;0.22 -11425;4;3316.00;9.80;1532.00;4.24;0.20 -11426;4;3208.00;9.65;1721.50;1.73;0.24 -11427;4;3203.00;10.02;1501.00;1.89;0.26 -11428;4;3111.50;10.00;1545.00;1.57;0.26 -11429;4;3538.50;9.70;1466.50;4.17;0.24 -11430;4;3125.50;11.50;1529.00;1.57;0.20 -11431;4;2936.50;10.20;1551.00;4.43;0.18 -11432;4;3021.00;13.05;1534.50;3.73;0.22 -11433;4;3630.50;9.70;1549.00;1.57;0.18 -11434;4;3423.00;9.70;1473.00;4.46;0.28 -11435;4;2904.50;10.80;1519.50;3.68;0.18 -11436;4;3447.50;9.80;1552.50;4.51;0.18 -11437;4;3344.50;9.80;1480.00;4.71;0.24 -11438;4;3291.50;9.90;1500.00;2.49;0.24 -11439;4;3392.00;9.90;1525.50;3.14;0.22 -11440;4;1101.00;11.30;1767.00;4.71;0.60 -11441;4;3182.00;10.00;1541.00;2.03;0.24 -11442;4;3636.00;9.60;1488.00;1.81;0.32 -11443;4;3227.00;9.70;1720.50;2.76;0.20 -11444;4;3012.00;9.75;1577.50;4.46;0.20 -11445;4;2955.00;10.70;1532.00;4.24;0.20 -11446;4;2799.00;9.80;1547.50;1.69;0.12 -11447;4;3492.00;9.70;1475.50;-1.40;0.20 -11448;4;4383.50;18.90;1222.00;-1.15;0.48 -11449;4;3504.00;9.90;1554.50;4.24;0.18 -11450;4;3435.00;9.80;1478.50;1.81;0.26 -11451;4;3469.50;9.90;1518.50;1.42;0.18 -11452;4;3365.00;10.30;1490.00;2.03;0.20 -11453;4;3264.00;9.80;1548.00;4.71;0.24 -11454;4;3293.50;10.40;1507.50;4.17;0.26 -11455;4;3616.00;9.60;1471.50;4.42;0.32 -11456;4;2890.00;9.70;1554.50;4.58;0.24 -11457;4;3547.50;9.60;1476.00;1.57;0.28 -11458;4;3571.50;10.90;1550.50;4.57;0.20 -11459;4;3440.50;9.95;1484.00;1.95;0.22 -11460;4;3524.50;11.05;1531.00;4.71;0.22 -11461;4;3375.00;9.80;1493.00;2.03;0.20 -11462;4;3341.00;9.80;1531.50;2.03;0.22 -11463;4;2816.50;10.40;1475.50;1.76;0.22 -11464;4;3255.00;10.20;1513.00;1.57;0.22 -11465;4;2773.50;9.70;1467.00;4.33;0.18 -11466;4;3168.00;9.80;1556.50;4.06;0.20 -11467;4;3092.00;10.55;1529.50;4.06;0.22 -11468;4;2979.50;11.30;1557.50;1.76;0.20 -11469;4;3616.00;9.60;1484.00;3.92;0.30 -11470;4;2912.50;10.95;1520.00;2.15;0.22 -11471;4;2774.00;10.10;1561.00;1.89;0.22 -11472;4;3555.00;9.60;1490.50;1.73;0.30 -11473;4;3603.50;9.60;1519.50;0.91;0.30 -11474;4;3502.50;9.80;1490.00;4.12;0.22 -11475;4;3423.50;10.50;1529.00;1.57;0.16 -11476;4;3446.00;9.80;1494.00;1.89;0.24 -11477;4;3252.00;10.00;1539.50;1.73;0.22 -11478;4;3046.50;9.80;1571.50;3.46;0.16 -11479;4;3184.50;10.20;1515.50;2.11;0.26 -11480;4;3655.50;9.70;1501.00;2.09;0.38 -11481;4;3011.50;10.40;1545.50;1.76;0.22 -11482;4;3570.50;9.60;1482.00;4.71;0.28 -11483;4;2854.00;9.70;1529.00;2.03;0.20 -11484;4;3508.50;9.80;1501.00;4.71;0.24 -11485;4;3488.00;9.70;1520.00;1.10;0.20 -11486;4;2939.50;13.75;1486.00;4.33;0.22 -11487;4;3399.00;10.45;1502.00;4.39;0.26 -11488;4;2897.50;10.40;1482.00;1.57;0.20 -11489;4;3310.50;9.80;1533.00;1.57;0.22 -11490;4;3260.50;10.20;1512.50;4.51;0.26 -11491;4;2846.50;9.80;1489.00;4.43;0.22 -11492;4;3116.00;9.90;1563.00;4.39;0.18 -11493;4;2960.50;10.70;1561.50;1.97;0.24 -11494;4;2919.50;11.00;1524.50;2.35;0.18 -11495;4;867.50;10.10;1601.50;4.30;0.26 -11496;4;3588.00;10.27;1622.00;4.71;0.26 -11497;4;3006.00;13.30;1502.50;4.24;0.24 -11498;4;3204.00;9.95;1631.00;2.35;0.24 -11499;4;2965.00;11.85;1489.00;1.76;0.26 -11500;4;3388.00;9.87;1531.00;4.39;0.18 -11501;4;3475.00;10.15;1498.50;1.81;0.20 -11502;4;2907.50;10.80;1500.00;2.49;0.18 -11503;4;3213.00;10.50;1548.50;4.46;0.24 -11504;4;3333.50;9.80;1508.50;4.51;0.30 -11505;4;3017.50;9.70;1573.00;3.78;0.18 -11506;4;2839.50;9.80;1496.50;3.92;0.24 -11507;4;3151.00;9.90;1529.50;2.76;0.28 -11508;4;2779.00;9.75;1485.00;1.57;0.24 -11509;4;1470.50;10.05;1416.00;1.98;0.34 -11510;4;3618.50;9.60;1536.50;4.51;0.26 -11511;4;3070.00;10.05;1501.00;4.24;0.24 -11512;4;3457.50;9.80;1534.50;4.17;0.18 -11513;4;3418.50;9.80;1508.50;2.35;0.20 -11514;4;3248.50;10.10;1521.50;4.57;0.22 -11515;4;3087.00;9.80;1565.00;-1.37;0.22 -11516;4;2907.50;10.20;1489.00;1.95;0.26 -11517;4;3040.00;11.42;1541.00;-1.32;0.24 -11518;4;2852.50;9.80;1496.50;1.76;0.14 -11519;4;2887.50;10.30;1532.50;4.39;0.18 -11520;4;3143.00;10.10;1484.00;2.03;0.20 -11521;4;2799.00;11.35;1493.50;3.14;0.20 -11522;4;3092.00;9.75;1487.00;4.71;0.20 -11523;4;3526.00;10.00;1540.00;2.03;0.20 -11524;4;3604.00;9.60;1493.00;4.71;0.34 -11525;4;3042.50;14.00;1499.00;-1.19;0.20 -11526;4;3355.00;10.40;1543.50;3.52;0.24 -11527;4;3487.00;10.07;1500.00;2.03;0.26 -11528;4;3183.50;9.80;1559.50;4.57;0.24 -11529;4;2966.50;10.90;1503.00;4.71;0.20 -11530;4;3302.50;9.80;1513.50;3.92;0.28 -11531;4;2918.00;11.27;1502.00;1.57;0.16 -11532;4;3122.00;10.05;1539.50;1.73;0.20 -11533;4;2948.00;10.60;1542.00;2.03;0.20 -11534;4;3227.50;9.90;1472.50;1.76;0.20 -11535;4;2800.00;10.27;1500.00;1.57;0.20 -11536;4;3163.50;11.65;1493.00;2.15;0.24 -11537;4;3598.50;10.70;1539.50;3.92;0.28 -11538;4;3541.50;10.30;1508.00;2.24;0.24 -11539;4;3104.50;12.40;1495.50;1.42;0.28 -11540;4;3437.50;9.80;1549.50;2.60;0.20 -11541;4;3396.50;9.80;1510.00;1.57;0.22 -11542;4;3026.50;11.60;1519.50;-1.16;0.22 -11543;4;3222.00;10.10;1530.00;4.24;0.32 -11544;4;2976.50;11.25;1509.00;4.33;0.18 -11545;4;3000.00;9.80;1553.50;4.46;0.22 -11546;4;3299.50;9.80;1471.00;4.03;0.28 -11547;4;2923.00;11.12;1508.00;4.71;0.16 -11548;4;2836.50;9.70;1533.50;2.11;0.16 -11549;4;2862.50;10.30;1502.50;1.24;0.26 -11550;4;3195.00;10.75;1489.50;4.58;0.26 -11551;4;3498.00;9.80;1540.00;1.57;0.20 -11552;4;3624.00;9.60;1498.50;2.26;0.24 -11553;4;3338.50;9.80;1550.50;1.42;0.18 -11554;4;3113.00;13.90;1502.50;1.69;0.22 -11555;4;3463.00;10.45;1510.00;-1.24;0.18 -11556;4;3049.00;12.70;1510.50;1.67;0.24 -11557;4;3289.50;9.80;1523.00;1.57;0.22 -11558;4;3087.50;10.60;1549.50;1.37;0.22 -11559;4;3420.00;9.67;1454.00;1.81;0.22 -11560;4;2930.50;10.90;1513.50;4.51;0.18 -11561;4;3323.00;9.75;1472.50;4.24;0.22 -11562;4;2899.50;10.00;1537.00;1.57;0.16 -11563;4;2823.00;9.77;1508.00;2.67;0.20 -11564;4;3032.50;9.50;1424.00;4.33;0.24 -11565;4;2797.50;9.50;1418.50;4.17;0.24 -11566;4;3505.00;9.85;1448.50;4.54;0.24 -11567;4;1598.50;9.80;1625.00;3.60;0.28 -11568;4;2962.50;10.10;1430.50;-1.37;0.20 -11569;4;1582.00;10.65;1631.50;1.73;0.28 -11570;4;2931.50;13.90;1434.00;1.95;0.20 -11571;4;1369.50;11.20;1760.50;2.43;0.82 -11572;4;3086.50;12.50;1405.50;1.37;0.22 -11573;4;2903.00;12.15;1434.50;1.40;0.18 -11574;4;3096.00;10.50;1415.50;2.21;0.18 -11575;4;4978.00;11.90;1482.50;-1.44;0.34 -11576;4;2847.00;10.15;1439.50;4.54;0.16 -11577;4;3107.50;10.70;1418.50;1.42;0.18 -11578;4;3579.50;9.60;1456.50;3.92;0.28 -11579;4;3537.50;9.65;1460.00;2.89;0.28 -11580;4;3114.00;10.30;1417.00;4.39;0.20 -11581;4;3052.00;10.15;1435.50;4.54;0.20 -11582;4;2806.50;9.80;1435.50;1.46;0.22 -11583;4;3134.00;9.90;1406.00;2.03;0.18 -11584;4;2999.50;9.70;1430.50;2.07;0.26 -11585;4;1590.00;10.30;1641.50;1.44;0.28 -11586;4;3122.00;10.47;1411.00;3.92;0.20 -11587;4;2964.50;14.10;1442.50;3.92;0.20 -11588;4;3187.50;9.75;1398.00;1.84;0.24 -11589;4;1405.50;10.80;1583.50;1.97;0.34 -11590;4;2913.00;10.40;1448.00;4.39;0.20 -11591;4;3661.00;9.60;1465.50;1.73;0.28 -11592;4;3148.00;15.20;1423.50;4.35;0.26 -11593;4;2869.00;11.85;1438.00;4.24;0.18 -11594;4;3075.00;10.42;1435.00;2.67;0.26 -11595;4;3020.50;11.40;1441.00;1.95;0.22 -11596;4;2815.50;9.80;1455.00;1.95;0.18 -11597;4;3239.50;10.10;1393.00;4.19;0.24 -11598;4;2982.00;13.65;1441.50;4.54;0.20 -11599;4;3458.00;11.40;1373.00;2.67;0.24 -11600;4;2779.00;9.70;1452.00;3.60;0.24 -11601;4;2938.50;15.00;1454.50;4.39;0.16 -11602;4;1567.50;10.30;1654.50;2.60;0.28 -11603;4;3228.00;9.77;1403.00;1.57;0.20 -11604;4;2931.00;13.90;1455.50;-1.32;0.16 -11605;4;3182.00;15.90;1422.50;1.69;0.18 -11606;4;2865.50;9.90;1520.50;1.42;0.24 -11607;4;5054.00;13.10;1796.50;-0.88;1.84 -11608;4;3141.00;10.60;1435.50;4.54;0.24 -11609;4;3498.50;16.10;1371.50;4.57;0.24 -11610;4;3088.00;9.85;1440.00;3.60;0.18 -11611;4;2851.00;9.97;1458.00;2.03;0.20 -11612;4;3026.50;12.80;1448.50;4.30;0.12 -11613;4;2800.50;9.90;1462.50;2.11;0.20 -11614;4;3488.50;15.65;1384.00;4.03;0.24 -11615;4;2995.50;15.10;1453.50;2.35;0.20 -11616;4;2780.50;9.60;1460.00;1.95;0.18 -11617;4;3445.50;10.30;1382.50;4.17;0.24 -11618;4;2990.00;15.55;1458.50;1.44;0.20 -11619;4;3213.50;10.35;1425.00;3.38;0.22 -11620;4;2980.50;13.20;1469.50;3.92;0.16 -11621;4;1455.50;10.00;1512.50;1.71;0.28 -11622;4;3160.50;12.75;1439.00;4.43;0.20 -11623;4;2946.50;13.10;1462.50;4.51;0.20 -11624;4;4922.50;12.45;1435.00;1.84;0.26 -11625;4;3103.00;9.80;1452.50;3.81;0.22 -11626;4;4935.50;12.90;1424.50;4.51;0.28 -11627;4;3063.50;10.20;1455.50;3.92;0.24 -11628;4;2876.50;10.50;1460.00;1.95;0.22 -11629;4;4930.00;12.97;1445.00;1.57;0.26 -11630;4;3055.00;10.35;1458.50;-1.40;0.22 -11631;4;2834.50;10.40;1464.50;1.46;0.20 -11632;4;3516.50;12.45;1398.00;2.97;0.24 -11633;4;3472.00;13.20;1398.00;4.12;0.28 -11634;4;2994.50;14.60;1465.50;4.51;0.24 -11635;4;1438.00;9.80;1513.00;3.92;0.34 -11636;4;3235.00;9.70;1418.50;4.06;0.16 -11637;4;1478.50;10.70;1570.00;1.57;0.20 -11638;4;2965.00;13.65;1468.50;4.54;0.24 -11639;4;3190.00;10.85;1439.00;4.39;0.22 -11640;4;2930.00;12.80;1469.50;1.40;0.18 -11641;4;1462.50;10.55;1581.00;1.57;0.32 -11642;4;2901.00;10.30;1481.00;4.24;0.22 -11643;4;4910.50;9.80;1457.00;1.78;0.26 -11644;4;3134.50;9.70;1456.00;-1.19;0.22 -11645;4;3547.50;13.40;1341.50;1.68;0.26 -11646;4;3126.00;9.77;1454.00;2.67;0.22 -11647;4;3440.50;14.90;1387.50;2.11;0.20 -11648;4;1577.50;11.50;1576.00;1.57;0.18 -11650;4;1614.00;11.05;1585.00;1.57;0.20 -11651;4;3043.00;13.05;1479.50;1.73;0.20 -11652;4;3232.00;9.82;1426.00;1.57;0.18 -11653;4;2995.50;11.40;1483.50;1.76;0.22 -11654;4;1577.50;9.80;1598.50;2.35;0.24 -11655;4;3224.50;12.10;1436.50;1.76;0.18 -11656;4;747.50;9.50;790.50;-0.75;0.32 -11657;4;3165.00;11.20;1407.50;1.40;0.24 -11658;4;901.50;10.25;1519.00;3.83;0.22 -11659;4;3147.00;10.30;1464.50;1.73;0.22 -11660;4;1631.50;12.05;1583.00;4.33;0.24 -11661;4;3499.00;11.45;1408.50;2.21;0.24 -11662;4;1654.00;10.87;1635.00;3.14;0.28 -11663;4;3100.50;9.80;1471.00;2.44;0.20 -11664;4;3456.50;15.45;1388.00;4.03;0.26 -11665;4;1657.00;10.85;1608.00;3.38;0.22 -11666;4;3057.50;12.45;1480.00;4.33;0.22 -11667;4;1317.50;10.90;1716.00;2.10;0.52 -11668;4;3391.00;9.70;1418.00;3.60;0.20 -11669;4;1495.50;10.70;1606.50;3.92;0.34 -11670;4;3280.00;9.70;1449.00;4.39;0.30 -11671;4;3680.00;13.35;1259.50;2.21;0.52 -11672;4;3215.50;11.90;1448.00;4.33;0.22 -11673;4;2675.50;11.55;1358.00;2.24;0.24 -11674;4;3534.50;10.20;1337.50;2.11;0.28 -11675;4;2690.50;13.60;1362.00;2.15;0.18 -11676;4;3180.00;11.62;1464.00;1.32;0.22 -11677;4;2685.00;12.00;1370.50;4.54;0.20 -11678;4;3463.50;11.85;1407.00;-1.05;0.24 -11679;4;3097.00;10.00;1476.50;1.21;0.24 -11680;4;1599.50;11.50;1585.50;1.42;0.24 -11681;4;3430.50;10.20;1422.50;4.17;0.18 -11682;4;1571.00;10.15;1743.00;4.19;0.70 -11683;4;3309.00;9.65;1459.50;2.86;0.28 -11684;4;2732.00;13.70;1377.50;4.06;0.20 -11685;4;733.00;9.50;796.00;-0.74;0.30 -11686;4;3262.50;9.80;1456.00;1.29;0.26 -11687;4;3882.50;11.10;1323.50;1.89;0.44 -11688;4;2745.00;10.72;1386.00;4.71;0.16 -11689;4;3208.50;11.70;1464.50;1.46;0.28 -11690;4;3513.50;11.10;1413.50;1.89;0.28 -11691;4;3159.00;10.05;1487.50;2.55;0.24 -11692;4;2688.50;11.85;1377.00;1.57;0.22 -11693;4;3503.00;11.05;1420.50;4.24;0.22 -11694;4;3481.50;11.10;1424.50;4.57;0.18 -11695;4;1552.00;9.95;1599.50;2.46;0.26 -11696;4;3451.50;11.65;1418.00;4.71;0.26 -11697;4;2793.00;10.50;1384.00;4.71;0.24 -11698;4;926.00;14.75;1548.50;3.14;0.28 -11699;4;2806.00;10.92;1389.00;4.24;0.18 -11700;4;3350.50;9.70;1450.00;4.43;0.20 -11701;4;3623.00;9.95;1401.50;1.50;0.48 -11702;4;2821.00;9.95;1400.00;-1.10;0.20 -11703;4;3296.50;9.80;1464.50;2.11;0.26 -11704;4;3552.50;11.00;1321.00;1.57;0.26 -11705;4;3252.00;11.25;1468.50;4.06;0.26 -11706;4;3548.50;9.60;1440.00;1.84;0.22 -11707;4;2715.50;10.80;1389.00;3.38;0.20 -11708;4;3507.00;12.55;1341.50;4.54;0.28 -11709;4;2853.00;12.00;1404.00;1.57;0.22 -11710;4;2669.00;10.42;1378.00;1.57;0.28 -11711;4;2869.00;11.25;1403.00;2.67;0.24 -11712;4;1070.50;13.00;1699.50;2.11;0.56 -11713;4;2885.50;10.00;1409.00;2.89;0.16 -11714;4;1463.00;10.60;1611.00;3.14;0.32 -11715;4;3325.50;9.70;1460.50;4.17;0.24 -11716;4;2875.00;13.27;1417.00;2.67;0.20 -11717;4;1412.50;10.30;1432.50;4.28;0.32 -11718;4;2836.50;10.00;1413.00;1.95;0.18 -11719;4;4975.00;10.52;1473.00;2.55;0.26 -11720;4;2812.00;10.25;1413.50;1.93;0.20 -11721;4;2920.50;13.30;1407.50;1.76;0.18 -11722;4;1645.50;11.50;1606.50;-1.37;0.30 -11723;4;2932.00;10.85;1412.50;3.73;0.18 -11724;4;3500.00;9.70;1440.00;4.71;0.24 -11725;4;767.50;9.50;804.50;-0.76;0.22 -11726;4;2951.50;11.30;1419.00;1.57;0.20 -11727;4;3475.00;10.17;1435.00;1.57;0.20 -11728;4;1558.00;9.67;1644.00;3.92;0.28 -11729;4;3398.50;9.65;1423.00;-1.29;0.20 -11730;4;2932.00;10.60;1419.50;1.81;0.16 -11731;4;1480.00;11.00;1628.00;4.12;0.36 -11732;4;2874.00;9.92;1489.00;2.35;0.24 -11733;4;880.50;11.00;1594.50;3.64;0.34 -11734;4;2976.50;10.00;1418.00;4.12;0.14 -11735;4;3025.50;9.80;1422.50;3.00;0.32 -11736;4;3569.00;9.67;1442.00;2.35;0.24 -11737;4;2793.50;12.80;1344.00;1.57;0.20 -11738;4;1596.00;9.70;1489.50;4.01;0.30 -11739;4;3434.50;11.95;1294.00;4.36;0.30 -11741;4;3101.50;12.65;1401.00;4.03;0.22 -11742;4;2768.00;12.57;1320.00;4.24;0.20 -11743;4;1271.50;10.20;1438.50;4.44;0.30 -11744;4;4772.50;10.60;1407.50;1.97;0.28 -11745;4;4920.50;11.95;1407.00;2.44;0.30 -11746;4;3362.00;9.72;1270.00;2.21;0.32 -11747;4;3321.00;12.00;1324.50;3.52;0.28 -11748;4;2826.00;9.50;1528.50;1.27;0.36 -11749;4;2706.50;12.85;1282.00;1.57;0.20 -11750;4;4882.00;10.15;1405.50;4.06;0.18 -11751;4;2995.50;9.80;1364.00;3.78;0.28 -11752;4;4589.50;12.60;1379.00;2.78;0.42 -11753;4;3452.50;14.10;1345.00;2.09;0.30 -11754;4;3170.00;10.00;1393.50;3.14;0.22 -11755;4;2950.00;12.15;1326.50;-1.32;0.22 -11756;4;2708.00;11.70;1327.50;4.54;0.16 -11757;4;975.50;10.05;1429.00;1.75;0.48 -11758;4;1591.50;9.95;1541.00;1.57;0.18 -11759;4;3418.00;11.10;1284.50;4.58;0.38 -11760;4;1500.00;10.92;1551.00;4.12;0.28 -11761;4;4622.50;9.70;1318.00;4.43;0.24 -11762;4;3119.50;13.20;1356.50;4.51;0.20 -11763;4;948.00;11.40;1481.50;-1.44;0.44 -11764;4;4711.00;10.25;1339.50;4.24;0.24 -11765;4;4904.00;12.00;1419.00;1.57;0.26 -11766;4;2773.00;13.00;1348.00;1.57;0.24 -11767;4;3112.50;10.00;1331.50;3.68;0.24 -11768;4;2670.50;9.60;1304.50;4.51;0.22 -11769;4;1574.50;12.10;1543.00;4.03;0.18 -11770;4;4785.50;12.80;1317.00;1.95;0.20 -11771;4;4735.00;9.75;1360.00;2.35;0.26 -11772;4;1208.50;13.60;1551.50;1.66;0.42 -11773;4;2943.00;10.00;1310.00;3.14;0.24 -11774;4;3197.50;10.60;1345.00;4.43;0.20 -11775;4;4785.00;14.30;1335.50;1.40;0.22 -11776;4;1498.50;10.20;1543.50;2.60;0.28 -11777;4;4924.00;12.20;1428.00;4.12;0.26 -11778;4;3235.50;11.90;1320.50;4.30;0.26 -11779;4;2837.00;13.35;1365.50;4.06;0.18 -11780;4;2721.50;12.75;1316.00;1.84;0.20 -11781;4;4791.50;13.65;1360.00;1.95;0.24 -11782;4;1640.00;9.70;1550.00;4.24;0.22 -11783;4;1593.00;9.75;1471.50;1.93;0.32 -11784;4;3313.50;13.00;1322.00;1.57;0.22 -11785;4;1612.50;11.95;1551.00;1.19;0.24 -11786;4;3142.50;11.50;1316.50;2.35;0.22 -11787;4;3128.50;11.25;1426.00;1.57;0.22 -11788;4;1326.50;11.70;1599.00;2.24;0.44 -11789;4;1568.50;11.20;1549.00;1.57;0.20 -11790;4;3013.50;14.50;1375.50;1.76;0.18 -11791;4;1492.50;10.30;1554.00;1.35;0.34 -11792;4;3319.00;10.50;1296.00;1.10;0.26 -11793;4;2803.50;10.60;1357.50;3.46;0.20 -11794;4;2880.50;10.70;1444.50;1.76;0.24 -11795;4;983.00;14.00;1440.00;1.89;0.30 -11796;4;3259.00;11.82;1296.00;3.60;0.20 -11797;4;3424.00;13.70;1311.00;1.73;0.26 -11798;4;2701.00;11.20;1292.50;4.46;0.24 -11799;4;1626.50;10.10;1557.50;4.17;0.18 -11800;4;1560.50;10.70;1557.50;1.71;0.24 -11801;4;4647.50;11.80;1349.50;1.97;0.32 -11802;4;1264.50;10.70;1483.50;4.05;0.36 -11803;4;3037.50;10.70;1344.50;-1.42;0.20 -11804;4;2943.50;11.00;1368.50;3.68;0.22 -11805;4;2660.50;9.70;1305.50;3.92;0.22 -11806;4;2749.50;13.00;1350.50;4.39;0.20 -11807;4;2770.50;13.10;1296.00;1.57;0.24 -11808;4;4741.50;9.90;1366.50;4.51;0.28 -11809;4;2743.50;12.80;1354.00;3.38;0.20 -11810;4;3349.50;15.30;1273.50;3.68;0.28 -11811;4;3277.00;10.07;1342.00;2.82;0.32 -11812;4;2764.00;12.72;1305.00;2.03;0.20 -11813;4;3184.50;13.55;1358.00;3.78;0.24 -11814;4;1021.50;12.00;1459.00;3.87;0.46 -11815;4;4708.00;10.90;1351.00;4.46;0.22 -11816;4;3077.00;10.12;1383.00;1.24;0.24 -11817;4;1597.50;10.50;1568.50;4.57;0.22 -11818;4;3163.00;9.50;1336.00;4.24;0.16 -11819;4;2809.00;11.35;1360.00;-1.10;0.24 -11820;4;2725.00;11.55;1325.00;3.60;0.16 -11821;4;2805.00;12.32;1363.00;1.57;0.20 -11822;4;4635.00;10.07;1322.00;-1.24;0.28 -11823;4;4807.50;14.45;1366.00;2.89;0.18 -11824;4;2945.00;10.65;1326.00;1.57;0.22 -11825;4;2731.50;12.40;1356.00;1.84;0.16 -11826;4;3349.00;12.65;1322.00;4.39;0.26 -11828;4;4772.00;12.40;1339.00;4.71;0.24 -11830;4;1686.50;9.80;1577.50;1.97;0.28 -11831;4;3270.50;13.50;1315.50;4.51;0.20 -11832;4;3148.50;11.30;1368.00;1.95;0.16 -11833;4;2971.50;9.50;1381.50;4.17;0.26 -11834;4;2893.50;9.80;1387.50;1.76;0.22 -11835;4;4748.00;9.85;1323.50;4.54;0.24 -11836;4;4716.00;10.30;1382.50;-1.44;0.32 -11837;4;3073.00;9.87;1337.00;3.92;0.26 -11838;4;2794.50;12.30;1372.50;-1.24;0.20 -11839;4;3343.50;12.60;1327.00;1.95;0.20 -11840;4;2694.00;13.35;1366.50;4.06;0.20 -11841;4;1584.50;9.80;1496.00;2.97;0.28 -11842;4;3225.00;9.97;1359.00;3.92;0.20 -11843;4;2702.50;12.00;1372.50;1.89;0.20 -11844;4;3330.50;10.40;1309.50;4.39;0.28 -11845;4;3088.50;14.35;1382.00;4.33;0.18 -11846;4;3009.50;9.90;1353.50;4.17;0.26 -11847;4;5015.00;11.65;1329.00;1.89;0.26 -11848;4;3229.00;10.15;1305.50;2.46;0.24 -11849;4;2882.00;9.70;1392.50;2.55;0.20 -11850;4;4796.00;13.17;1371.00;1.57;0.22 -11851;4;2693.50;10.20;1296.50;4.51;0.24 -11852;4;2759.50;12.80;1369.50;1.37;0.24 -11853;4;3454.50;18.30;1319.00;1.57;0.24 -11854;4;2750.00;12.95;1372.00;1.57;0.16 -11855;4;4671.50;12.80;1361.50;4.30;0.36 -11856;4;3130.50;13.55;1343.00;4.71;0.20 -11857;4;3151.00;13.75;1374.00;4.24;0.24 -11858;4;3099.50;12.50;1379.50;4.57;0.24 -11859;4;938.00;9.72;1443.00;4.46;0.40 -11860;4;3299.00;12.85;1293.50;4.01;0.26 -11861;4;3001.50;11.50;1390.50;1.76;0.22 -11862;4;4812.00;13.45;1377.50;4.54;0.22 -11863;4;2747.50;12.80;1312.00;4.71;0.20 -11864;4;4791.00;11.25;1402.00;2.03;0.32 -11865;4;4500.00;14.05;1159.50;1.96;0.42 -11866;4;3305.00;10.37;1348.00;2.35;0.26 -11867;4;3248.00;11.20;1322.50;-1.40;0.24 -11868;4;3156.50;12.55;1383.00;4.12;0.22 -11869;4;2819.00;9.80;1447.00;2.35;0.20 -11870;4;2767.00;13.77;1334.00;4.71;0.16 -11871;4;3424.50;10.25;1266.00;1.15;0.32 -11872;4;3086.00;14.20;1396.00;2.03;0.20 -11873;4;1573.00;11.60;1515.50;4.35;0.28 -11874;4;2942.50;9.70;1318.50;2.94;0.24 -11875;4;2896.00;10.77;1396.00;1.89;0.22 -11876;4;941.00;11.35;1453.50;2.03;0.20 -11877;4;2874.00;9.90;1397.50;4.06;0.18 -11878;4;4812.50;14.40;1343.50;3.92;0.26 -11879;4;4853.00;9.60;1379.50;3.14;0.46 -11880;4;3460.50;15.20;1304.50;4.57;0.32 -11881;4;3371.00;10.35;1348.00;2.67;0.32 -11882;4;3012.00;11.90;1361.50;-1.40;0.20 -11883;4;3316.00;12.17;1352.00;1.89;0.22 -11884;4;2780.00;12.25;1302.00;4.46;0.24 -11885;4;2685.00;10.70;1318.00;1.57;0.16 -11886;4;4681.00;11.65;1334.00;2.35;0.32 -11887;4;3148.50;10.80;1389.50;3.92;0.22 -11888;4;1578.00;12.10;1530.00;3.60;0.26 -11889;4;2984.50;10.80;1398.00;4.33;0.20 -11890;4;1507.00;10.75;1521.50;1.67;0.24 -11891;4;2923.00;11.62;1400.00;4.39;0.22 -11893;4;4822.00;12.85;1395.50;1.69;0.30 -11894;4;3387.50;12.90;1341.00;1.57;0.30 -11895;4;3146.50;13.00;1306.50;2.11;0.22 -11896;4;4767.50;11.60;1326.50;-1.42;0.26 -11897;4;3347.50;13.00;1331.50;4.30;0.22 -11898;4;3254.00;12.00;1303.50;2.21;0.22 -11899;4;3091.50;14.40;1396.50;4.57;0.22 -11900;4;1638.00;9.65;1539.50;2.03;0.24 -11901;4;3042.50;9.60;1406.50;4.39;0.26 -11902;4;1591.50;10.90;1708.00;1.87;0.68 -11903;4;4704.00;10.00;1404.00;1.76;0.30 -11904;4;4912.00;12.25;1395.50;1.93;0.30 -11905;4;3216.50;10.50;1347.00;1.57;0.28 -11906;4;4838.50;13.40;1410.50;3.33;0.26 -11907;4;3276.50;13.30;1284.00;1.57;0.20 -11908;4;4973.50;12.20;1257.50;2.11;0.20 -11909;4;4443.50;10.30;968.00;4.33;0.20 -11910;4;3243.50;9.90;1154.50;4.17;0.30 -11912;4;4820.50;12.70;1268.00;3.38;0.20 -11913;4;4664.00;9.70;1177.00;2.03;0.20 -11915;4;4777.00;10.72;1295.00;1.89;0.20 -11916;4;4631.50;9.70;1197.00;4.71;0.18 -11917;4;3252.00;12.42;1275.00;3.92;0.20 -11918;4;4565.50;11.10;1063.00;1.35;0.30 -11919;4;3363.50;11.10;1203.50;1.97;0.24 -11920;4;4666.00;10.90;1123.00;4.39;0.24 -11921;4;2972.50;10.10;1233.00;2.78;0.32 -11922;4;3325.00;11.00;1143.00;4.46;0.32 -11923;4;2811.00;11.22;1242.00;1.57;0.28 -11924;4;4115.50;11.20;977.50;4.30;0.42 -11925;4;4846.50;11.40;1190.50;3.92;0.16 -11926;4;4505.50;10.10;1011.50;1.66;0.22 -11927;4;1568.50;9.70;1438.00;3.26;0.36 -11929;4;4209.50;9.80;1038.50;4.39;0.28 -11930;4;4984.50;10.50;1289.50;2.73;0.22 -11931;4;4553.50;11.70;1228.50;2.35;0.30 -11932;4;4790.62;10.30;1068.84;2.09;0.46 -11933;4;4601.00;9.77;1248.00;4.39;0.28 -11934;4;3176.00;11.40;716.00;-1.40;0.62 -11935;4;2947.50;10.90;1221.50;1.24;0.40 -11936;4;4454.00;9.57;970.00;2.82;0.20 -11937;4;4639.00;10.80;1150.50;4.24;0.28 -11938;4;4562.00;9.60;1008.00;3.60;0.26 -11939;4;2865.00;9.90;1262.50;3.14;0.24 -11940;4;3021.00;10.45;1157.00;1.89;0.36 -11941;4;4566.00;10.35;1031.00;1.57;0.28 -11942;4;1454.00;10.35;1387.50;3.14;0.28 -11943;4;2676.50;10.60;1188.50;1.93;0.48 -11944;4;4634.50;9.70;1292.00;-1.19;0.22 -11945;4;4600.00;11.02;1054.00;2.03;0.34 -11946;4;4887.00;9.65;1221.50;1.69;0.16 -11947;4;4669.00;10.95;1114.50;4.58;0.24 -11948;4;4786.00;9.70;1225.00;2.15;0.24 -11949;4;4845.50;9.90;1173.50;-1.37;0.18 -11950;4;4028.00;11.25;948.50;4.62;0.30 -11951;4;3162.50;9.70;1147.00;4.12;0.42 -11952;4;3957.00;9.80;1008.00;1.73;0.28 -11953;4;2921.50;14.55;1247.00;1.84;0.28 -11954;4;3122.50;10.60;1177.50;2.60;0.20 -11955;4;4014.50;10.90;1131.50;3.92;0.34 -11956;4;2762.00;14.65;1272.50;4.54;0.18 -11957;4;2970.00;10.15;1200.50;4.35;0.40 -11958;4;4802.50;12.70;1297.50;3.68;0.24 -11959;4;4688.00;11.60;1042.50;4.06;0.22 -11960;4;4928.50;10.80;1228.50;1.76;0.24 -11961;4;4633.00;10.67;1103.00;4.39;0.30 -11962;4;4622.50;11.30;1270.00;1.84;0.24 -11963;4;4511.50;10.50;960.00;2.09;0.30 -11964;4;3296.50;9.70;1166.50;2.35;0.22 -11965;4;3152.00;10.37;1271.00;3.38;0.24 -11966;4;4270.00;14.85;1008.50;1.44;0.30 -11967;4;3221.00;10.00;1161.50;4.24;0.32 -11968;4;4222.00;10.00;1030.50;3.66;0.28 -11969;4;2960.50;10.50;1266.00;4.03;0.18 -11970;4;3348.00;10.65;1157.50;1.81;0.16 -11971;4;1356.00;10.30;1600.00;2.15;0.38 -11972;4;4446.00;13.30;1112.50;2.03;0.36 -11973;4;4632.00;10.85;1214.50;4.54;0.22 -11974;4;3287.50;10.10;1093.50;2.35;0.26 -11975;4;1536.50;9.70;1398.50;2.52;0.44 -11976;4;3376.00;12.35;1140.50;2.03;0.36 -11977;4;4794.00;11.45;1250.50;4.54;0.26 -11978;4;4121.00;10.45;959.00;2.35;0.32 -11979;4;3328.00;9.70;1159.50;3.52;0.20 -11980;4;4631.00;9.70;1281.00;1.24;0.26 -11981;4;4531.50;9.60;996.00;1.95;0.24 -11982;4;4674.00;10.15;1178.50;1.73;0.20 -11983;4;4529.00;10.50;1014.50;4.06;0.26 -11985;4;4851.00;9.50;1212.50;-0.67;0.24 -11986;4;4657.00;9.75;1061.00;2.67;0.24 -11987;4;2735.00;12.60;1214.50;2.12;0.30 -11988;4;4596.50;10.85;1118.00;1.35;0.30 -11989;4;4969.00;12.65;1265.50;3.73;0.34 -11990;4;4519.00;10.50;954.50;4.35;0.34 -11991;4;4681.00;11.25;1142.50;3.73;0.26 -11993;4;3964.50;10.20;1000.50;-1.49;0.34 -11994;4;4641.50;9.70;1169.00;4.71;0.26 -11995;4;4026.50;10.80;1029.00;2.15;0.50 -11996;4;4627.00;9.70;1292.50;1.93;0.26 -11998;4;3086.50;9.70;1332.50;2.35;0.22 -11999;4;3320.50;10.10;1042.00;4.03;0.24 -12000;4;2962.50;10.40;1193.00;2.09;0.36 -12001;4;3137.50;11.80;1303.50;2.11;0.24 -12002;4;3314.00;12.45;1092.00;4.71;0.42 -12004;4;3304.00;10.70;1140.50;2.03;0.32 -12005;4;3966.50;11.65;1171.00;-1.41;0.44 -12006;4;4851.00;10.67;1183.00;1.57;0.14 -12007;4;4968.50;10.10;1272.50;2.35;0.30 -12008;4;4440.50;10.00;1012.50;1.97;0.36 -12009;4;3029.00;11.80;1163.50;4.54;0.22 -12010;4;4231.00;9.75;1019.00;4.24;0.36 -12011;4;4820.50;12.10;1274.50;1.42;0.20 -12012;4;4570.50;9.90;1204.50;4.60;0.36 -12013;4;3271.00;12.45;1269.50;1.40;0.26 -12014;4;4568.50;11.40;1054.50;2.11;0.34 -12015;4;4638.50;11.65;1240.00;3.30;0.18 -12016;4;3280.00;13.45;1277.50;1.73;0.22 -12017;4;4528.50;11.30;1094.50;4.57;0.34 -12018;4;2787.50;13.95;1202.00;4.41;0.52 -12019;4;4641.50;10.50;1135.50;-1.42;0.22 -12020;4;2827.50;14.00;1235.50;3.54;0.32 -12022;4;3019.50;11.20;1053.00;4.23;1.32 -12023;4;4521.50;11.40;1020.50;3.68;0.22 -12024;4;1270.00;11.50;1511.00;1.46;0.38 -12025;4;3163.00;9.80;1175.50;1.73;0.30 -12026;4;4604.50;10.35;1311.00;4.71;0.26 -12027;4;4694.00;14.25;1032.00;2.03;0.22 -12028;4;4898.00;10.00;1207.50;3.52;0.18 -12029;4;3373.50;12.40;1256.50;2.11;0.32 -12030;4;4622.00;10.55;1080.50;1.44;0.28 -12031;4;4909.50;10.85;1230.00;1.95;0.20 -12032;4;4853.11;9.90;1169.25;2.35;0.22 -12033;4;3214.00;10.10;1153.50;2.12;0.30 -12034;4;2906.00;14.07;1233.00;4.71;0.36 -12035;4;4136.00;10.25;1030.00;4.24;0.28 -12036;4;4630.50;9.70;1186.00;1.95;0.22 -12037;4;3896.50;9.60;1008.50;1.89;0.34 -12038;4;2773.50;10.75;1267.00;1.84;0.20 -12039;4;2991.00;9.70;1193.00;3.14;0.30 -12040;4;4784.50;9.90;1288.50;2.11;0.22 -12041;4;3974.00;10.00;1125.50;1.51;0.46 -12042;4;2732.00;16.30;1198.50;1.69;0.32 -12043;4;4645.00;9.65;1315.00;3.92;0.28 -12044;4;3298.50;10.50;1080.50;1.42;0.32 -12045;4;4641.50;11.00;1260.00;4.12;0.24 -12046;4;3492.50;9.70;1200.00;4.43;0.44 -12047;4;3034.50;11.25;1277.00;1.84;0.20 -12048;4;4458.00;9.70;993.00;2.67;0.24 -12049;4;3309.00;9.70;1157.00;2.03;0.16 -12050;4;4192.00;9.90;1020.00;1.57;0.20 -12051;4;2914.50;11.10;1259.00;1.95;0.24 -12052;4;4694.50;9.80;1171.00;2.49;0.20 -12053;4;4539.50;10.35;1082.00;1.84;0.30 -12054;4;1586.00;9.70;1456.50;1.93;0.34 -12055;4;4644.00;9.70;1220.50;1.69;0.20 -12056;4;5006.50;11.20;1304.50;1.16;0.26 -12057;4;4645.50;12.80;1069.00;1.78;0.24 -12058;4;3179.50;10.80;1239.50;2.35;0.20 -12059;4;4681.50;10.80;1131.50;1.42;0.24 -12060;4;4810.50;10.90;1236.50;4.17;0.14 -12061;4;4637.00;10.10;1162.50;3.81;0.28 -12062;4;4588.00;11.02;1277.00;3.46;0.24 -12063;4;4155.00;9.70;991.50;3.14;0.28 -12064;4;3256.00;14.55;202.00;2.09;0.72 -12065;4;4458.00;11.10;1014.00;4.39;0.34 -12066;4;3062.00;9.85;1300.50;2.46;0.24 -12067;4;4684.00;10.10;1210.00;2.35;0.22 -12068;4;4687.00;12.20;1023.50;2.46;0.22 -12069;4;4616.50;9.70;1240.50;-1.37;0.26 -12070;4;2689.50;9.90;1276.50;-1.24;0.20 -12071;4;3322.00;10.65;1071.50;2.21;0.28 -12072;4;4973.00;11.90;1243.00;1.32;0.26 -12073;4;3338.00;12.00;1133.00;3.92;0.38 -12074;4;4657.50;11.15;1267.00;4.71;0.26 -12075;4;4446.00;10.10;992.50;1.69;0.32 -12076;4;4700.50;9.80;1160.50;2.82;0.16 -12077;4;4547.00;10.55;1010.50;4.54;0.22 -12078;4;4582.00;11.30;1284.50;2.21;0.24 -12079;4;3147.00;9.80;1162.00;1.89;0.28 -12080;4;3991.00;10.75;1011.50;0.96;0.36 -12081;4;2750.50;13.45;1297.00;1.95;0.16 -12082;4;3054.00;10.75;1097.50;1.53;0.92 -12083;4;2755.50;12.60;1292.50;4.17;0.20 -12084;4;4641.50;11.95;1058.00;1.57;0.22 -12085;4;4794.50;9.70;1231.50;2.11;0.26 -12086;4;4545.00;9.70;1143.50;4.24;0.34 -12087;4;2728.50;11.95;1235.00;2.49;0.26 -12088;4;3096.00;9.72;1146.00;2.67;0.28 -12089;4;4811.50;11.50;1255.00;4.03;0.20 -12090;4;4255.50;9.60;981.50;4.09;0.38 -12091;4;3218.00;10.00;1146.50;4.24;0.28 -12092;4;3945.50;9.80;1033.50;3.64;0.38 -12093;4;4646.00;9.70;1281.50;4.06;0.24 -12094;4;3137.00;10.15;1187.50;2.03;0.20 -12095;4;4575.50;9.90;1034.50;3.68;0.30 -12096;4;3265.00;10.27;1261.00;2.82;0.24 -12097;4;4954.50;9.80;1229.50;3.33;0.20 -12098;4;3065.50;11.50;1309.00;4.71;0.22 -12099;4;3281.50;10.20;1077.50;1.82;0.78 -12100;4;2763.50;10.70;1230.00;1.57;0.28 -12101;4;3367.50;12.95;1119.00;1.92;0.52 -12102;4;3797.00;10.50;1663.50;4.24;0.30 -12104;4;4870.00;10.40;436.00;3.92;0.32 -12105;4;3985.00;11.10;899.50;1.93;0.32 -12106;4;3793.50;10.40;1651.00;4.71;0.34 -12107;4;5041.50;12.15;539.00;2.44;0.34 -12108;4;3713.50;9.80;1458.50;1.83;0.48 -12109;4;4498.00;12.62;856.00;4.39;0.20 -12110;4;4589.50;9.85;604.00;4.71;0.22 -12111;4;3892.50;10.45;1514.00;4.45;0.46 -12112;4;4726.00;11.32;810.00;2.82;0.22 -12114;4;4060.00;9.90;941.00;1.37;0.40 -12115;4;3819.50;9.90;1558.00;1.92;0.38 -12116;4;4749.50;11.10;753.50;1.71;0.28 -12117;4;3705.50;12.90;1626.50;1.71;0.36 -12119;4;4015.50;18.40;1328.50;1.96;0.58 -12120;4;5423.50;9.50;410.50;3.39;0.36 -12121;4;3864.50;10.30;1481.50;4.63;0.54 -12122;4;4362.00;9.65;853.00;3.60;0.20 -12123;4;5052.50;10.10;531.50;2.19;0.34 -12124;4;995.50;13.55;1686.00;1.98;0.50 -12125;4;4341.50;10.25;899.00;1.84;0.28 -12126;4;4341.85;9.50;637.34;0.00;1.00 -12127;4;4317.00;10.00;928.50;1.40;0.20 -12128;4;3660.00;11.55;1555.00;1.24;0.26 -12129;4;4517.00;10.15;667.50;2.46;0.36 -12130;4;3691.50;10.40;1635.50;3.68;0.36 -12131;4;4386.50;10.25;752.00;1.57;0.22 -12133;4;4453.00;9.60;808.50;3.52;0.22 -12134;4;940.00;15.20;1572.50;4.65;0.40 -12135;4;5084.50;9.50;522.50;4.09;0.28 -12136;4;4952.00;10.30;1518.00;1.89;0.30 -12137;4;4055.50;10.10;1086.00;2.24;0.38 -12138;4;4411.00;11.45;593.00;1.81;0.32 -12139;4;3800.00;9.80;1496.50;3.85;0.52 -12141;4;4423.50;10.90;1145.00;2.53;0.34 -12142;4;3984.50;10.70;934.00;-1.29;0.30 -12143;4;3800.50;9.80;1549.00;1.98;0.50 -12144;4;4373.50;9.70;749.00;2.89;0.24 -12145;4;1258.50;10.80;1728.50;1.49;0.48 -12146;4;4007.50;11.30;850.00;1.95;0.40 -12147;4;1651.00;10.00;1947.00;1.04;2.84 -12148;4;460.00;12.00;367.50;3.73;0.22 -12149;4;1696.00;9.65;1680.50;1.44;0.38 -12150;4;4485.50;12.40;847.50;1.71;0.32 -12152;4;3970.00;9.80;1520.00;1.76;0.48 -12153;4;4735.50;9.50;804.50;1.37;0.14 -12154;4;5077.00;10.57;564.00;3.73;0.28 -12155;4;926.00;10.52;1658.00;1.81;0.40 -12156;4;4502.00;11.75;1225.00;1.57;0.40 -12157;4;3746.50;10.40;1611.50;-1.46;0.40 -12158;4;4760.50;10.00;747.50;3.54;0.24 -12160;4;4763.00;10.55;786.00;2.35;0.18 -12161;4;3789.50;9.90;1313.00;4.56;0.50 -12162;4;4645.98;9.70;518.49;4.24;0.26 -12163;4;3692.50;9.80;1442.00;4.41;0.44 -12164;4;4048.00;9.70;830.00;1.89;0.28 -12165;4;4455.00;9.80;577.00;1.89;0.26 -12166;4;1048.50;11.80;1850.50;2.01;0.70 -12167;4;4467.50;9.80;871.00;4.33;0.26 -12168;4;4403.50;9.70;654.50;4.60;0.32 -12169;4;2814.00;11.50;1385.50;4.06;0.18 -12170;4;3783.50;9.80;1529.00;4.56;0.50 -12171;4;4611.50;9.70;729.50;4.17;0.26 -12172;4;3648.50;10.00;1601.50;1.71;0.32 -12173;4;4376.50;9.75;896.00;3.38;0.26 -12174;4;4136.00;9.80;1679.50;1.50;0.34 -12175;4;3662.00;9.85;1749.50;1.81;0.38 -12176;4;4489.50;13.50;836.50;2.11;0.30 -12177;4;3853.50;11.00;1458.50;4.63;0.58 -12179;4;3698.00;9.90;1479.00;4.54;0.48 -12180;4;4050.50;9.90;868.50;4.51;0.22 -12181;4;4384.00;10.17;654.00;3.73;0.34 -12182;4;3970.00;11.70;941.00;2.15;0.32 -12183;4;928.00;9.82;1644.00;1.73;0.32 -12184;4;4417.50;10.20;647.50;2.82;0.24 -12185;4;3821.00;10.50;1610.50;4.24;0.38 -12186;4;4634.00;10.50;733.00;0.92;0.34 -12187;4;3687.50;10.20;1738.50;4.62;0.48 -12188;4;4773.50;10.30;787.00;1.19;0.20 -12189;4;4920.00;9.70;1481.00;2.03;0.36 -12190;4;4767.00;10.92;511.00;3.46;0.18 -12191;4;4425.50;12.30;842.50;2.11;0.22 -12192;4;4928.00;9.70;1497.50;1.65;0.42 -12193;4;5093.00;14.50;553.50;1.40;0.40 -12194;4;3876.50;10.20;1500.00;4.56;0.52 -12195;4;4389.00;10.82;884.00;4.51;0.30 -12196;4;4636.00;10.00;650.50;2.86;0.28 -12197;4;4296.50;10.80;925.00;4.71;0.20 -12198;4;3771.00;9.80;1528.50;1.81;0.50 -12199;4;4412.50;9.90;731.00;1.57;0.26 -12200;4;3714.50;15.80;1577.50;2.82;0.40 -12201;4;4354.00;10.10;789.50;1.73;0.24 -12202;4;1705.50;11.00;1645.50;4.39;0.38 -12203;4;3638.50;9.90;1690.50;4.51;0.26 -12204;4;4502.50;9.70;832.50;2.35;0.24 -12205;4;1595.00;10.65;1669.50;-1.49;0.36 -12206;4;4747.00;11.65;499.50;1.73;0.18 -12208;4;3967.50;10.30;887.00;4.19;0.28 -12209;4;4425.00;10.00;575.00;3.92;0.34 -12210;4;4468.50;11.55;907.00;3.78;0.32 -12211;4;880.50;11.20;1648.00;3.30;0.32 -12212;4;4405.50;9.85;630.00;4.19;0.28 -12213;4;4703.00;9.70;942.50;1.10;0.30 -12214;4;911.50;11.95;1692.00;4.36;0.34 -12215;4;4377.50;9.60;721.50;3.28;0.16 -12216;4;3688.00;10.10;1671.50;-1.10;0.38 -12217;4;4758.50;12.45;777.00;2.15;0.18 -12218;4;3889.00;11.95;1279.00;2.11;0.44 -12220;4;4363.00;9.60;843.00;3.14;0.16 -12221;4;1725.50;11.10;1661.00;1.22;0.32 -12222;4;5150.50;10.70;555.00;3.38;0.16 -12223;4;1677.00;9.90;1696.50;-1.47;0.44 -12224;4;4389.50;9.70;874.50;4.17;0.24 -12225;4;4617.00;10.70;630.50;3.52;0.30 -12226;4;4016.50;11.60;949.00;1.57;0.36 -12227;4;3739.00;10.05;1520.50;4.58;0.40 -12228;4;4645.50;9.80;718.50;3.33;0.26 -12229;4;3774.50;10.80;1593.00;1.92;0.44 -12230;4;4342.50;9.70;788.50;3.05;0.22 -12231;4;839.00;12.00;1764.50;2.03;0.66 -12232;4;4480.00;10.30;823.50;3.14;0.18 -12233;4;3706.50;9.90;1422.50;3.40;0.48 -12235;4;3667.00;10.10;1473.50;4.15;0.36 -12236;4;4704.77;9.70;874.77;1.95;0.26 -12237;4;5100.50;9.90;544.50;1.71;0.20 -12238;4;4335.50;10.10;926.50;1.42;0.22 -12239;4;3855.00;12.70;1277.50;4.46;0.44 -12240;4;5049.00;9.60;590.50;2.76;0.28 -12241;4;4094.50;13.10;956.00;1.75;0.28 -12242;4;3650.50;10.20;1568.00;4.03;0.24 -12243;4;4634.00;9.77;711.00;2.03;0.18 -12244;4;3640.50;9.85;1667.00;4.43;0.26 -12245;4;4767.00;10.85;779.50;2.21;0.20 -12247;4;4021.50;10.30;816.00;4.71;0.24 -12248;4;3858.50;11.70;1262.50;4.34;0.42 -12249;4;4481.50;9.80;549.50;4.30;0.26 -12250;4;3898.00;18.02;1301.00;3.14;0.32 -12252;4;4620.50;9.70;616.50;2.11;0.28 -12253;4;4688.00;10.20;916.00;3.14;0.18 -12254;4;3665.00;9.75;1493.50;4.42;0.42 -12255;4;4402.00;9.85;704.50;1.81;0.18 -12256;4;4309.00;10.10;956.50;-1.40;0.26 -12257;4;3819.50;10.00;1576.50;3.92;0.46 -12258;4;4073.00;12.00;764.00;4.24;0.28 -12259;4;822.00;11.10;1749.50;1.64;0.36 -12260;4;4453.50;9.70;833.00;2.24;0.24 -12261;4;4894.00;10.40;1505.50;1.86;0.48 -12262;4;4375.00;13.35;1037.50;3.49;0.32 -12263;4;4938.50;9.75;1518.00;1.57;0.54 -12264;4;4414.00;9.95;877.50;1.21;0.22 -12266;4;3833.00;10.10;1517.00;4.71;0.48 -12267;4;4295.00;10.70;911.00;3.14;0.24 -12268;4;4442.50;10.15;607.00;1.84;0.26 -12269;4;3952.50;10.15;942.00;2.24;0.30 -12270;4;3669.50;9.90;1566.50;1.71;0.30 -12271;4;4416.50;9.70;695.50;1.68;0.20 -12272;4;827.00;9.50;1736.00;4.39;0.40 -12273;4;4751.00;12.50;769.00;4.39;0.22 -12274;4;4465.00;10.40;1169.50;4.58;0.32 -12275;4;4005.50;11.30;826.50;1.71;0.26 -12276;4;1605.50;10.00;1657.00;4.71;0.40 -12277;4;4521.00;12.25;535.50;4.35;0.22 -12278;4;1522.50;10.60;1665.50;2.63;0.54 -12279;4;4726.74;10.20;865.24;3.73;0.24 -12280;4;4571.50;10.30;610.50;3.54;0.28 -12281;4;879.50;10.70;1619.00;2.15;0.40 -12282;4;4426.50;15.30;1050.00;2.15;0.42 -12283;4;4548.00;9.82;685.00;4.46;0.30 -12284;4;4292.50;10.10;941.50;1.76;0.24 -12285;4;3832.00;10.20;1569.50;4.01;0.44 -12286;4;4357.50;9.70;770.00;3.78;0.20 -12287;4;3743.50;11.30;1641.50;4.44;0.30 -12288;4;4457.00;9.70;822.00;1.89;0.24 -12289;4;1780.00;9.70;1667.00;1.40;0.42 -12290;4;4906.00;10.30;456.50;1.44;0.32 -12291;4;1733.00;9.95;1702.00;3.73;0.56 -12292;4;4350.50;10.35;854.00;2.09;0.40 -12293;4;4541.00;9.80;535.00;2.15;0.26 -12294;4;3717.00;9.80;1493.50;4.24;0.40 -12295;4;3971.00;11.35;919.50;-1.49;0.34 -12296;4;4445.50;10.30;599.50;3.68;0.20 -12297;4;4460.50;9.70;942.00;2.49;0.28 -12298;4;3669.50;10.35;1557.00;3.30;0.28 -12299;4;4424.00;9.70;671.50;2.76;0.18 -12300;4;4553.00;13.70;1296.50;1.73;0.36 -12301;4;1231.00;11.40;1413.00;1.24;0.46 -12302;4;4368.50;10.40;672.00;-1.05;0.32 -12303;4;994.50;11.10;1446.50;3.00;0.38 -12305;4;1400.00;10.37;1517.00;3.92;0.30 -12306;4;1751.50;11.30;232.50;2.23;0.68 -12307;4;4131.00;10.55;1018.00;1.10;0.34 -12308;4;5129.50;10.90;286.00;4.43;0.42 -12309;4;3512.00;10.92;1350.00;4.71;0.24 -12310;4;4548.50;10.10;1102.50;1.97;0.36 -12311;4;2423.50;9.50;198.00;-1.48;0.62 -12312;4;1414.00;10.15;1584.50;4.61;0.22 -12313;4;1355.50;10.30;1366.00;2.27;0.34 -12314;4;3888.00;10.80;1268.00;4.06;0.52 -12315;4;4882.00;11.90;631.50;-1.32;0.34 -12316;4;3417.00;10.85;1216.50;4.62;0.38 -12317;4;4331.00;11.05;955.00;2.03;0.22 -12318;4;3474.00;14.82;1289.00;1.57;0.28 -12319;4;4423.50;14.80;1010.50;1.66;0.28 -12320;4;3504.50;13.80;1325.50;1.37;0.24 -12321;4;1791.00;9.85;213.00;4.46;0.66 -12322;4;4290.00;12.90;1097.50;4.15;0.50 -12323;4;4646.00;9.80;271.50;3.36;0.54 -12324;4;3729.00;9.70;1362.00;3.92;0.40 -12325;4;1485.50;10.30;1377.50;-1.30;0.28 -12326;4;4861.00;10.70;427.00;1.71;0.62 -12327;4;4387.00;16.70;1291.00;4.33;0.52 -12328;4;1400.50;10.30;1425.00;3.60;0.40 -12329;4;3847.50;10.30;1423.50;2.25;0.50 -12330;4;4680.50;12.40;607.00;1.84;0.22 -12331;4;4532.50;13.95;1365.00;-1.27;0.62 -12332;4;4429.50;10.85;951.00;1.84;0.32 -12333;4;3713.00;13.50;1291.50;4.36;0.56 -12334;4;2123.50;11.40;518.00;4.58;0.44 -12335;4;4288.50;9.80;1023.50;1.71;0.36 -12336;4;1935.50;9.80;301.00;4.08;0.38 -12337;4;4702.50;10.00;1416.50;4.30;0.32 -12338;4;4186.00;14.15;1084.00;4.54;0.32 -12339;4;4883.50;10.20;433.50;4.57;0.38 -12340;4;3906.50;10.35;1387.00;1.83;0.54 -12341;4;1299.50;10.40;1365.50;1.20;0.46 -12342;4;4871.50;10.10;1455.50;1.89;0.36 -12343;4;4398.50;9.80;637.00;1.57;0.28 -12344;4;4572.00;14.12;1281.00;1.81;0.30 -12345;4;4382.50;10.60;925.50;1.30;0.24 -12346;4;1388.50;9.90;1484.00;0.94;0.42 -12347;4;1618.50;9.60;1206.50;2.60;0.36 -12348;4;4619.00;13.10;1391.00;4.71;0.48 -12349;4;1776.50;10.50;187.50;3.99;0.68 -12350;4;4565.50;9.80;1086.50;3.76;0.24 -12351;4;1869.00;9.70;307.00;2.55;0.44 -12352;4;5020.50;9.90;1393.00;0.64;0.30 -12353;4;1505.00;10.30;1368.00;4.57;0.30 -12354;4;5016.50;9.70;394.50;4.14;0.54 -12355;4;4817.00;10.55;1427.50;4.42;0.34 -12356;4;4515.00;12.90;1260.50;2.03;0.42 -12357;4;712.50;9.50;798.00;-0.72;0.40 -12358;4;4681.00;12.65;630.50;1.47;0.32 -12359;4;3663.50;10.30;1286.00;1.83;0.42 -12360;4;4412.00;10.10;917.50;-1.44;0.40 -12361;4;1347.00;10.10;1519.50;4.61;0.44 -12363;4;4325.00;11.20;1028.00;-1.42;0.36 -12364;4;1886.00;9.70;291.50;2.03;0.40 -12365;4;1383.00;10.75;1536.50;4.15;0.28 -12366;4;4237.50;12.60;1075.00;4.71;0.30 -12367;4;5060.00;11.85;373.00;1.73;0.42 -12368;4;1426.00;10.35;1574.50;1.93;0.28 -12369;4;1266.50;10.10;1304.00;4.28;0.38 -12370;4;3982.50;17.00;1329.00;1.31;0.48 -12371;4;4995.50;10.90;604.50;4.17;0.26 -12372;4;3454.00;10.40;1225.00;4.71;0.44 -12373;4;4399.00;10.25;911.50;3.81;0.36 -12374;4;993.50;11.30;1414.00;1.57;0.36 -12375;4;4097.50;11.20;1007.50;-1.30;0.40 -12376;4;3485.50;15.20;1322.50;2.19;0.26 -12377;4;5091.50;10.10;163.00;2.29;0.48 -12378;4;4543.00;12.02;1058.00;4.12;0.32 -12379;4;1893.50;9.70;280.50;3.64;0.34 -12380;4;1749.00;10.00;669.00;-1.20;0.18 -12381;4;1525.00;9.70;1365.50;-1.44;0.32 -12382;4;5049.00;11.35;351.50;-1.48;0.44 -12383;4;3668.00;9.80;1375.00;4.24;0.40 -12384;4;1487.00;10.57;1429.00;4.12;0.26 -12385;4;3952.50;10.60;1416.00;1.43;0.52 -12386;4;4887.50;10.30;601.50;1.99;0.54 -12387;4;3449.50;10.80;1277.00;4.19;0.28 -12388;4;4404.50;9.90;897.50;2.19;0.30 -12389;4;2822.50;9.50;1520.00;1.72;0.28 -12390;4;3909.50;10.00;1703.50;1.99;0.50 -12391;4;3060.00;13.55;403.50;3.83;1.18 -12392;4;4406.00;12.25;1005.50;2.12;0.36 -12393;4;3710.00;10.10;1838.50;4.31;0.60 -12394;4;1847.00;9.80;267.50;4.64;0.50 -12395;4;4250.50;10.50;1063.00;1.43;0.34 -12396;4;2016.00;12.25;394.50;2.29;0.52 -12397;4;3868.00;11.10;1390.50;4.62;0.54 -12398;4;1399.00;9.60;1354.00;3.46;0.26 -12399;4;972.50;15.80;1529.50;4.01;0.64 -12400;4;5038.50;10.20;590.50;1.46;0.46 -12401;4;1341.50;10.30;1396.00;-1.19;0.32 -12402;4;4424.00;10.25;900.00;4.46;0.38 -12403;4;4568.00;14.15;1348.50;3.99;0.42 -12404;4;4304.00;10.22;997.00;1.89;0.30 -12405;4;1577.00;11.85;1559.00;4.39;0.20 -12406;4;5129.00;9.95;147.50;3.81;0.32 -12407;4;4529.50;10.90;1066.50;-1.42;0.30 -12408;4;4523.50;11.40;1193.50;-1.46;0.26 -12409;4;1835.00;10.40;250.00;4.71;0.44 -12410;4;1303.50;10.30;1355.00;3.75;0.44 -12411;4;5085.00;10.20;331.50;1.49;0.50 -12412;4;4807.00;10.02;1428.00;1.76;0.20 -12413;4;3461.50;10.50;1210.00;1.57;0.44 -12414;4;4514.00;14.50;1138.50;1.44;0.38 -12415;4;4395.00;12.02;615.00;3.92;0.30 -12416;4;3439.50;10.80;1272.50;1.66;0.28 -12417;4;4443.50;10.00;886.50;4.30;0.30 -12418;4;1350.00;10.27;1584.00;1.40;0.42 -12419;4;3135.00;12.35;146.00;-0.66;0.68 -12420;4;4079.00;10.90;990.00;1.57;0.36 -12421;4;5031.00;11.95;1392.50;2.46;0.24 -12422;4;2156.00;10.90;632.50;3.98;0.48 -12423;4;4221.50;10.15;1057.00;4.29;0.40 -12424;4;5090.50;10.10;320.00;3.98;0.40 -12425;4;997.50;13.90;1489.00;1.68;0.54 -12426;4;4598.00;9.70;1179.00;2.89;0.30 -12427;4;4122.00;14.00;1509.50;4.58;0.42 -12428;4;5060.50;13.60;568.50;1.49;0.52 -12429;4;1422.00;10.40;1406.00;1.81;0.30 -12430;4;3900.50;16.40;1311.00;1.39;0.34 -12431;4;4433.50;10.00;888.50;1.49;0.26 -12432;4;4573.00;13.05;1322.00;1.57;0.36 -12433;4;4398.00;11.75;989.50;-1.48;0.30 -12434;4;3567.00;10.15;1315.50;2.03;0.40 -12435;4;5112.50;12.30;137.50;4.17;0.40 -12436;4;4482.00;11.35;1052.50;4.54;0.32 -12437;4;1443.00;10.00;1525.50;-1.21;0.32 -12438;4;2063.00;11.60;524.50;-1.10;0.46 -12439;4;1535.50;9.70;1345.50;3.54;0.34 -12440;4;1910.00;9.80;361.00;4.71;0.56 -12441;4;3483.00;14.60;1340.50;4.58;0.24 -12442;4;3405.00;11.65;1218.00;1.40;0.32 -12443;4;4873.50;10.20;1446.50;4.30;0.30 -12445;4;1553.50;10.40;1474.50;4.62;0.22 -12446;4;5030.00;10.10;1456.50;3.32;0.56 -12447;4;4451.00;10.40;866.50;4.06;0.30 -12448;4;4555.50;14.55;1388.00;4.36;0.44 -12449;4;4304.50;10.40;981.50;2.35;0.24 -12450;4;3518.50;16.70;1325.50;1.42;0.26 -12451;4;5137.50;10.50;223.00;1.57;0.40 -12452;4;4153.00;10.20;1040.50;1.67;0.32 -12453;4;1883.50;9.70;340.50;4.62;0.50 -12454;4;3705.50;9.70;1373.00;1.75;0.52 -12455;4;3396.00;12.25;1126.00;2.09;0.50 -12456;4;1414.50;10.40;1599.50;0.78;0.32 -12457;4;4966.50;10.30;526.00;2.67;0.34 -12458;4;1356.00;9.80;1435.00;2.35;0.36 -12459;4;1720.50;9.80;1637.50;4.39;0.36 -12460;4;4436.00;9.80;872.00;4.51;0.30 -12461;4;985.00;9.95;1403.50;3.99;0.32 -12462;4;4129.50;10.00;968.00;2.67;0.30 -12463;4;1371.50;10.90;1486.50;1.68;0.38 -12464;4;4306.00;10.35;1042.00;1.24;0.30 -12465;4;3752.50;9.80;1346.50;1.97;0.46 -12466;4;1983.00;11.80;440.50;1.96;0.54 -12467;4;4579.00;10.20;1140.00;0.32;0.36 -12468;4;1912.50;9.80;350.00;2.58;0.40 -12469;4;4688.00;10.70;1415.50;1.17;0.42 -12470;4;1499.50;10.20;1390.00;4.49;0.40 -12471;4;3778.50;9.70;1402.00;1.57;0.52 -12472;4;4569.50;11.25;522.00;4.43;0.24 -12473;4;3386.50;10.70;1258.00;2.44;0.32 -12474;4;3684.00;9.80;1422.50;4.42;0.48 -12475;4;4451.00;10.30;853.00;4.24;0.28 -12476;4;3476.50;15.50;1282.00;3.83;0.28 -12477;4;1587.35;9.70;1165.22;4.05;0.68 -12478;4;4690.00;10.20;1394.00;1.24;0.32 -12479;4;2084.50;11.70;516.50;4.28;0.42 -12480;4;4095.00;10.70;1033.50;3.52;0.28 -12481;4;1944.50;10.00;327.50;4.05;0.48 -12482;4;4829.00;11.80;1416.00;4.71;0.26 -12483;4;4558.50;10.40;1107.50;3.92;0.34 -12484;4;5020.50;10.30;519.00;1.41;0.42 -12485;4;4721.00;10.05;1449.50;-1.32;0.54 -12486;4;1333.00;10.30;1383.00;4.24;0.32 -12487;4;3885.00;10.40;1431.50;4.62;0.60 -12488;4;4315.50;9.70;707.50;4.63;0.44 -12489;4;1357.00;10.12;1445.00;4.24;0.36 -12490;4;4080.50;12.10;974.50;1.49;0.36 -12491;4;3711.00;9.80;1314.50;4.46;0.52 -12492;4;4297.00;9.80;1029.00;3.33;0.24 -12493;4;5041.00;11.80;1373.00;2.11;0.38 -12494;4;1818.50;9.75;226.00;1.98;0.62 -12495;4;4592.50;10.30;1103.50;1.97;0.32 -12496;4;1922.00;9.80;314.00;1.76;0.42 -12497;4;1404.50;9.95;1547.00;4.03;0.34 -12498;4;1481.00;10.40;1394.00;4.24;0.36 -12499;4;4921.00;10.50;442.50;3.73;0.36 -12500;4;4885.00;9.80;1440.00;3.92;0.30 -12501;4;1448.50;12.30;1467.50;1.83;0.30 -12502;4;3811.00;11.77;1892.00;1.85;1.26 -12503;4;924.00;9.50;913.00;-0.79;1.10 -12504;4;3269.50;13.70;430.50;1.80;0.64 -12505;4;1969.00;9.70;1687.50;3.86;0.52 -12506;4;4566.00;12.45;1656.50;2.21;0.60 -12507;4;4500.00;14.35;1514.50;-1.32;0.70 -12508;4;834.50;13.70;1880.50;1.61;1.32 -12509;4;4200.50;16.25;1522.00;1.95;0.56 -12510;4;4056.00;10.40;1683.50;1.98;0.68 -12511;4;4012.50;12.50;1360.00;3.26;0.40 -12512;4;2115.50;13.70;1895.00;1.49;2.12 -12513;4;1289.00;10.60;1539.00;3.92;0.38 -12514;4;4096.50;10.40;1746.50;4.66;0.62 -12515;4;4145.00;10.32;1598.00;1.57;0.54 -12516;4;1259.00;11.30;1588.50;1.81;0.52 -12517;4;3978.00;10.37;1823.00;4.62;0.94 -12518;4;5033.50;9.80;1732.00;0.87;1.52 -12519;4;3100.50;13.20;349.50;4.23;0.92 -12520;4;4259.50;12.60;1482.00;1.45;0.64 -12521;4;3881.50;10.40;1642.00;1.41;0.38 -12522;4;5228.00;9.85;1631.50;4.48;1.28 -12523;4;4336.50;10.70;1690.50;-1.51;0.66 -12524;4;4241.00;12.35;1354.50;1.62;0.58 -12525;4;4474.50;11.20;1590.50;2.35;0.68 -12526;4;4062.50;13.75;1375.00;4.58;0.40 -12527;4;3701.00;10.52;1716.00;1.40;0.42 -12528;4;4159.00;10.55;1577.50;1.81;0.50 -12529;4;4080.00;10.75;1428.50;1.62;0.50 -12531;4;4547.00;10.20;1789.50;1.54;1.10 -12532;4;5102.50;11.80;100.50;1.71;0.32 -12533;4;4545.00;12.50;1496.50;1.87;0.50 -12534;4;1049.50;12.00;1909.50;2.60;1.60 -12535;4;1056.00;14.25;1599.50;3.98;0.54 -12536;4;4118.50;10.05;1652.00;4.19;0.48 -12537;4;4702.00;12.25;1556.50;4.67;0.66 -12538;4;4602.00;10.60;1732.50;1.79;1.00 -12539;4;4472.50;14.20;1374.00;1.80;0.68 -12540;4;4398.50;11.30;1583.50;4.39;0.48 -12541;4;4380.00;13.85;1406.50;1.52;0.68 -12542;4;3987.50;10.30;1748.00;4.28;0.60 -12543;4;4699.00;11.27;1601.00;4.58;0.64 -12544;4;4319.00;14.60;1458.50;1.73;0.60 -12545;4;4035.50;9.70;1894.50;4.55;1.38 -12546;4;3982.50;9.80;1617.00;1.98;0.54 -12547;4;3155.50;11.50;97.50;4.66;0.60 -12548;4;4799.50;11.60;1493.50;1.63;0.54 -12549;4;4849.50;10.40;1989.00;4.52;2.24 -12550;4;1350.50;10.95;1664.00;4.71;0.42 -12551;4;5063.00;11.55;1749.50;-1.47;1.42 -12552;4;1148.00;16.40;1473.00;1.97;0.64 -12553;4;964.50;13.10;1645.50;4.21;0.58 -12554;4;4635.00;12.55;1422.00;4.17;0.44 -12555;4;4225.00;10.45;1759.00;1.84;0.72 -12556;4;4649.00;12.75;1594.50;4.52;0.68 -12557;4;4599.00;11.60;1468.00;4.39;0.68 -12558;4;3674.50;10.60;1805.50;2.96;0.62 -12559;4;4982.50;9.85;1591.00;-1.41;0.56 -12560;4;5109.50;12.10;105.50;4.30;0.28 -12561;4;1132.50;15.30;1574.00;1.57;0.58 -12562;4;3139.50;9.80;1557.00;4.43;0.22 -12563;4;4260.50;10.80;1615.00;1.72;0.86 -12564;4;4109.50;13.30;1498.50;1.63;0.48 -12565;4;4683.00;11.25;1689.50;3.49;0.58 -12566;4;1228.00;11.00;1670.00;1.57;0.56 -12567;4;3741.00;11.00;1675.50;-1.47;0.46 -12568;4;1489.50;10.50;1494.50;1.97;0.34 -12569;4;4914.00;12.25;1574.50;4.62;0.54 -12570;4;1200.00;13.55;1517.00;-0.89;0.36 -12571;4;880.00;11.60;1832.50;1.19;0.96 -12572;4;1103.50;12.25;1687.00;2.49;0.52 -12573;4;1031.00;15.40;1519.50;4.62;0.46 -12574;4;3936.50;9.70;1799.00;4.54;0.56 -12575;4;4513.00;13.50;1648.00;-1.35;0.80 -12576;4;5055.00;10.10;97.00;2.55;0.26 -12577;4;1305.50;10.70;1614.50;-1.30;0.34 -12578;4;971.00;13.30;1732.50;-1.32;0.62 -12579;4;4362.50;14.30;1527.00;2.24;0.68 -12580;4;3952.50;9.80;1681.50;-1.16;0.64 -12581;4;3919.50;12.30;1316.00;1.15;0.56 -12582;4;750.00;9.50;834.50;-0.73;0.56 -12583;4;3971.00;11.10;1377.50;2.62;0.40 -12584;4;3765.50;10.50;1647.50;4.48;0.24 -12585;4;1100.00;14.10;1664.50;3.36;0.40 -12586;4;1291.50;10.70;1575.50;-1.48;0.44 -12587;4;3661.50;10.00;1766.50;2.07;0.38 -12588;4;1340.00;11.10;1698.00;1.76;0.60 -12589;4;3128.50;10.55;88.00;1.39;0.84 -12590;4;4149.00;10.75;1465.50;2.96;0.52 -12591;4;4863.00;11.47;1628.00;1.57;0.68 -12592;4;5133.00;11.25;1883.50;4.51;2.82 -12593;4;1214.50;11.00;1773.50;1.34;0.64 -12594;4;4061.50;11.10;1529.50;-1.51;0.52 -12595;4;4225.00;10.50;1699.00;4.43;0.64 -12596;4;4296.00;16.80;1321.00;1.93;0.52 -12597;4;1314.00;11.10;1692.50;1.75;0.50 -12598;4;4267.50;12.60;1403.00;4.18;0.58 -12599;4;4146.50;9.80;1729.00;3.05;0.56 -12600;4;1755.50;11.70;1816.00;1.13;1.16 -12601;4;4075.00;13.25;1401.50;2.03;0.78 -12602;4;3925.50;9.70;1778.50;1.24;0.62 -12603;4;1190.00;11.20;1735.50;1.75;0.74 -12605;4;4452.50;14.40;1498.00;2.00;0.66 -12606;4;4048.00;10.00;1639.00;1.68;0.54 -12607;4;999.50;13.05;1589.00;1.19;0.60 -12608;4;4549.50;10.60;1747.00;4.61;1.16 -12609;4;4517.50;14.35;1361.00;1.80;0.40 -12610;4;4315.00;13.15;1552.50;4.24;0.58 -12611;4;4631.00;10.47;1752.00;-1.49;1.20 -12612;4;4518.50;12.60;1420.50;4.64;0.52 -12613;4;4048.00;9.90;1555.50;4.46;0.60 -12614;4;4330.50;15.20;1436.50;-1.42;0.62 -12615;4;4225.00;10.17;1806.00;1.86;1.04 -12616;4;3998.00;9.80;1597.50;2.09;0.58 -12617;4;5552.50;9.70;143.50;4.30;0.30 -12618;4;4769.50;10.20;1486.50;1.99;0.52 -12619;4;3904.00;10.67;1601.00;4.43;0.46 -12620;4;1264.00;10.75;1628.00;1.46;0.44 -12621;4;4299.50;10.90;1650.00;2.53;0.64 -12622;4;4678.50;11.10;1550.50;2.12;0.78 -12623;4;4910.50;10.10;1769.00;1.23;1.16 -12624;4;1229.00;13.62;1481.00;1.57;0.20 -12625;4;4314.50;13.25;1579.00;3.75;0.62 -12626;4;3666.50;9.80;1667.00;4.53;0.26 -12627;4;1170.50;16.00;1497.50;1.34;0.52 -12628;4;4292.00;13.85;1600.50;1.72;0.50 -12629;4;4620.00;11.90;1441.00;1.67;0.64 -12630;4;3851.50;10.40;1780.50;2.87;0.70 -12631;4;4165.00;10.75;1625.50;-0.87;0.50 -12632;4;5534.00;10.52;110.00;1.40;0.44 -12633;4;1110.50;15.00;1572.00;1.57;0.46 -12634;4;4912.50;12.45;1869.00;4.47;2.44 -12635;4;4064.50;11.00;1485.00;-1.31;0.56 -12636;4;1222.50;10.20;1807.00;3.97;0.56 -12637;4;1513.00;10.50;1496.50;3.14;0.38 -12638;4;4923.50;11.65;1547.00;4.28;0.54 -12639;4;3980.00;10.40;1726.50;2.17;0.68 -12640;4;3914.50;10.90;1376.50;4.39;0.36 -12641;4;4609.00;12.00;1565.00;1.57;0.62 -12642;4;1181.00;13.90;1536.00;4.39;0.52 -12643;4;4196.00;10.10;1853.50;2.73;1.24 -12644;4;4525.00;12.65;1589.00;2.55;0.66 -12646;4;1311.50;10.60;1601.00;1.78;0.38 -12647;4;4423.00;11.05;1624.50;4.41;0.72 -12648;4;3229.00;13.90;191.00;2.09;0.90 -12649;4;4356.50;14.50;1500.50;1.52;0.56 -12650;4;4900.00;11.92;1648.00;1.50;0.68 -12651;4;1097.50;16.35;1618.00;1.34;0.76 -12652;4;3934.50;9.80;1665.00;4.00;0.56 -12653;4;3921.00;16.37;1265.00;0.87;0.50 -12654;4;4817.50;10.00;1545.50;4.63;0.64 -12655;4;4255.00;11.00;1734.50;1.87;0.74 -12656;4;4199.00;11.02;1381.00;1.27;0.52 -12657;4;4778.50;11.00;1570.00;4.40;0.76 -12658;4;3921.50;10.50;1401.00;4.36;0.56 -12659;4;3729.00;14.65;1747.50;-1.10;0.54 -12660;4;4723.50;11.90;1618.50;4.27;0.56 -12661;4;378.00;10.55;1918.50;0.17;1.92 -12662;4;4081.50;10.85;1452.00;-1.27;0.54 -12663;4;1189.50;11.20;1769.50;1.89;0.68 -12664;4;5562.00;10.30;184.00;4.12;0.26 -12665;4;4584.50;11.70;1508.50;1.96;0.68 -12666;4;4214.00;10.50;1682.50;2.14;0.56 -12667;4;1280.50;10.60;1626.50;4.64;0.50 -12668;4;4500.50;10.40;1752.00;4.47;0.90 -12669;4;4450.50;13.40;1392.50;1.80;0.60 -12670;4;1438.00;10.65;1476.50;4.50;0.20 -12671;4;4246.00;14.55;1408.00;1.57;0.42 -12672;4;3987.00;10.40;1767.50;-1.10;0.62 -12673;4;972.50;11.15;1677.00;1.86;0.46 -12674;4;2463.57;9.70;1899.70;4.06;1.28 -12675;4;4334.50;17.00;1467.00;4.12;0.60 -12676;4;1018.50;12.65;1691.00;1.72;0.60 -12677;4;3196.50;12.95;452.00;4.36;1.12 -12678;4;4872.50;10.40;1499.00;1.83;0.54 -12679;4;4002.00;9.80;1624.00;1.29;0.60 -12680;4;1926.50;10.25;1701.00;4.50;0.84 -12681;4;4464.50;10.90;1711.00;-1.38;0.88 -12682;4;1203.50;10.40;1843.00;1.88;1.02 -12683;4;5133.00;11.00;1744.50;4.48;1.58 -12684;4;1176.00;13.35;1457.50;2.12;0.62 -12685;4;1238.00;10.92;1711.00;4.42;0.50 -12686;4;4453.00;16.40;1435.50;-1.52;0.70 -12687;4;4348.50;11.20;1851.00;1.46;1.36 -12688;4;1265.00;10.10;1750.50;1.50;0.64 -12689;4;2534.50;13.50;1896.50;4.57;1.60 -12690;4;4634.50;13.25;1479.00;2.12;0.56 -12691;4;4273.00;11.32;1644.00;1.93;0.78 -12692;4;3144.50;12.05;114.00;1.91;0.80 -12693;4;1337.50;10.50;1675.00;1.34;0.48 -12694;4;4801.00;13.40;1696.50;2.88;0.72 -12695;4;4246.00;13.92;1517.00;2.11;0.72 -12696;4;3815.00;9.80;1692.50;2.43;0.62 -12697;4;1416.00;10.60;1534.50;2.46;0.28 -12698;4;1928.00;9.50;1743.50;2.30;0.88 -12699;4;1043.00;16.35;1501.50;2.21;0.46 -12700;4;3844.50;10.20;1758.50;1.37;0.86 -12701;4;1519.00;10.65;1738.00;1.41;0.82 -12702;4;3577.50;9.80;1081.00;1.67;0.56 -12703;4;1636.50;10.25;990.00;-1.41;0.48 -12704;4;3664.00;12.80;1225.00;1.89;0.52 -12705;4;4449.00;11.80;1125.50;1.67;0.30 -12706;4;4492.00;13.85;1315.00;3.92;0.44 -12707;4;2822.50;10.10;865.50;4.34;0.84 -12708;4;4020.50;17.00;1160.00;1.72;0.48 -12709;4;1471.50;11.35;1499.00;3.60;0.36 -12710;4;2577.00;9.70;906.00;2.82;0.84 -12711;4;2831.00;10.70;1155.00;2.13;0.82 -12712;4;1281.50;11.20;1134.50;4.55;0.50 -12713;4;4521.50;13.20;1219.00;3.50;0.32 -12714;4;3449.00;13.95;791.50;4.46;0.84 -12715;4;1433.50;9.70;1209.00;1.84;0.60 -12716;4;1860.50;11.00;970.50;-1.44;0.92 -12717;4;3931.00;12.90;1213.50;1.63;0.58 -12718;4;3924.50;10.30;1098.50;4.48;0.56 -12719;4;3205.00;11.80;751.00;1.83;1.16 -12720;4;1193.00;12.35;1406.50;0.83;0.42 -12721;4;1234.50;15.40;1268.50;4.34;0.54 -12722;4;3845.50;12.20;1293.00;4.71;0.40 -12723;4;3394.50;14.20;891.50;1.50;0.54 -12724;4;4353.50;19.60;1139.50;3.92;0.46 -12725;4;3366.50;12.80;982.50;4.27;0.62 -12726;4;3533.50;9.70;1163.00;4.36;0.48 -12727;4;3545.50;13.90;1043.50;1.76;0.74 -12728;4;1237.50;11.20;1367.50;1.79;0.54 -12729;4;1710.50;10.00;882.50;1.80;0.98 -12730;4;4248.50;19.20;1103.00;4.03;0.38 -12731;4;2863.50;10.75;782.00;2.67;0.64 -12732;4;4393.00;12.15;1263.50;-1.27;0.54 -12733;4;3210.50;10.20;1088.00;3.09;0.62 -12734;4;4027.00;11.47;860.00;1.57;0.38 -12735;4;1454.50;10.60;1426.00;1.39;0.40 -12736;4;1064.50;9.65;1273.00;4.14;0.92 -12737;4;4161.50;12.40;1453.00;3.98;0.62 -12738;4;1455.00;9.65;1066.00;1.57;0.64 -12739;4;3748.00;14.10;1172.00;1.97;0.58 -12740;4;3661.50;9.70;1000.50;1.94;1.04 -12741;4;3150.50;10.70;710.50;1.89;0.50 -12742;4;2772.00;10.40;747.00;3.30;0.60 -12743;4;3976.00;10.40;1028.00;1.44;0.48 -12744;4;3293.50;11.20;810.50;1.31;0.58 -12745;4;1143.50;15.00;1349.50;1.83;0.54 -12746;4;1176.50;12.30;1204.00;1.27;0.72 -12747;4;2577.50;9.70;842.00;3.30;0.48 -12748;4;3673.00;11.60;1237.50;4.41;0.62 -12749;4;3525.50;10.40;1123.00;2.05;0.68 -12750;4;4424.00;13.25;1317.50;-1.50;0.58 -12751;4;2691.00;11.00;860.50;1.01;0.90 -12752;4;1533.50;9.60;1316.50;2.13;0.42 -12753;4;1355.00;11.22;1130.00;2.67;0.72 -12754;4;3991.50;16.45;1192.00;1.15;0.52 -12755;4;1238.00;15.55;1188.50;3.14;0.52 -12756;4;3585.50;12.20;1193.00;4.12;0.50 -12757;4;3483.00;12.20;775.00;4.09;0.90 -12758;4;3438.00;13.70;1068.50;2.18;0.56 -12759;4;3539.50;12.05;819.00;2.00;0.38 -12760;4;2828.50;12.60;1243.50;1.46;0.26 -12761;4;3796.50;11.90;1112.50;3.70;0.62 -12762;4;2853.50;10.20;833.50;2.75;0.80 -12763;4;3928.50;14.30;1231.50;4.53;0.46 -12764;4;3197.50;9.70;1137.50;4.28;0.52 -12765;4;1045.00;15.40;1460.50;-1.51;0.54 -12766;4;3424.50;11.30;894.00;2.07;0.48 -12767;4;4454.00;10.60;1178.50;2.62;0.38 -12768;4;3579.50;10.40;967.00;1.65;1.04 -12769;4;3865.00;17.45;1214.50;4.10;0.56 -12771;4;3300.00;10.00;1016.00;0.98;0.46 -12772;4;1679.50;9.70;1018.00;1.98;0.56 -12773;4;3548.00;13.67;1221.00;1.95;0.42 -12774;4;3789.50;10.35;1071.00;1.72;0.58 -12775;4;3116.00;11.00;599.50;1.27;0.90 -12776;4;4425.00;13.00;1297.00;1.57;0.48 -12777;4;4073.50;9.80;1079.00;4.12;0.42 -12778;4;1336.00;11.70;1448.50;4.61;0.36 -12779;4;4039.00;10.35;884.50;1.48;0.32 -12780;4;3672.50;14.90;1149.50;2.35;0.56 -12781;4;4014.00;11.15;975.00;4.33;0.38 -12782;4;1268.50;10.60;1353.00;2.09;0.46 -12783;4;3267.00;12.30;659.50;1.49;0.98 -12784;4;4115.50;21.50;1183.50;3.82;0.74 -12785;4;1406.50;9.50;383.00;-1.30;0.36 -12786;4;4089.00;10.32;1069.00;4.24;0.34 -12787;4;1390.50;9.50;384.00;-1.30;0.74 -12788;4;3811.50;14.75;1213.00;3.22;0.54 -12789;4;4355.50;17.10;1099.50;1.24;0.54 -12790;4;1633.00;9.65;1036.00;3.01;0.36 -12791;4;1152.00;13.10;1405.00;1.57;0.52 -12792;4;3920.00;10.05;1117.00;3.46;0.44 -12793;4;3549.50;14.50;1281.50;1.89;0.40 -12794;4;2713.50;11.00;845.50;3.57;0.60 -12795;4;3164.50;12.20;515.00;3.21;0.72 -12796;4;3321.50;10.75;943.00;1.65;0.88 -12797;4;4413.50;17.40;1235.50;4.39;0.38 -12798;4;1578.00;13.35;869.50;4.24;0.58 -12799;4;4036.00;11.85;1018.50;4.24;0.40 -12800;4;3311.50;11.20;804.50;4.32;0.78 -12801;4;4072.00;22.30;1230.50;4.40;0.78 -12802;4;2626.00;11.25;842.50;1.91;0.50 -12803;4;1466.50;10.85;1440.00;2.15;0.42 -12804;4;1200.50;16.50;1246.50;1.41;0.50 -12805;4;3953.00;20.40;1291.00;4.09;0.64 -12806;4;3311.50;10.50;885.00;4.29;0.48 -12807;4;4139.00;22.50;1122.50;4.44;0.46 -12808;4;3205.50;10.90;691.50;1.76;0.60 -12809;4;3718.00;14.40;1145.50;4.61;0.56 -12810;4;1303.00;9.70;1175.00;2.35;0.56 -12811;4;1234.00;10.52;1335.00;1.10;0.56 -12812;4;3523.50;10.70;760.50;1.74;0.98 -12813;4;3491.50;12.00;1058.50;4.66;0.58 -12814;4;3551.00;11.95;808.00;4.19;0.54 -12815;4;4361.50;20.65;1228.00;3.86;0.56 -12816;4;3233.00;10.40;1074.50;4.41;0.72 -12817;4;2864.00;11.05;801.50;-1.38;0.74 -12818;4;3624.00;12.67;1227.00;-1.42;0.58 -12819;4;4428.50;12.35;1120.00;1.72;0.50 -12820;4;4293.00;14.25;1342.50;2.08;0.62 -12821;4;3532.50;13.30;883.00;-1.33;0.74 -12822;4;3985.50;13.20;1171.50;4.39;0.46 -12823;4;1407.50;11.00;1093.00;4.19;0.36 -12824;4;3104.50;10.70;711.00;-1.19;0.64 -12825;4;1682.50;9.90;849.00;3.48;1.36 -12826;4;3313.50;10.70;926.00;3.04;0.68 -12827;4;1120.00;14.90;1365.00;2.97;0.48 -12828;4;1912.50;9.70;945.50;4.48;0.76 -12829;4;3953.50;11.70;1048.00;-1.41;0.46 -12830;4;3090.00;11.00;743.00;1.93;0.98 -12831;4;3904.50;17.40;1215.50;1.64;0.60 -12832;4;3639.50;11.70;1114.50;2.27;0.70 -12833;4;1030.00;9.72;1397.00;2.82;0.48 -12834;4;2581.00;9.70;853.50;1.43;0.28 -12835;4;1229.00;12.00;1295.50;3.97;0.54 -12836;4;3275.00;10.20;953.00;1.89;0.76 -12837;4;4374.00;19.60;1150.50;2.62;0.62 -12838;4;2734.00;10.20;889.50;1.61;0.68 -12839;4;3482.50;9.80;1198.50;1.93;0.44 -12840;4;3552.00;9.90;746.50;3.99;0.64 -12841;4;4425.00;15.97;1087.00;1.81;0.32 -12842;4;2802.00;12.50;1183.00;4.56;0.72 -12843;4;2827.50;10.30;789.00;2.29;0.44 -12844;4;3961.50;10.20;1103.00;1.92;0.50 -12845;4;1668.00;12.85;995.50;1.64;0.56 -12846;4;4307.50;20.80;1247.50;4.55;0.66 -12847;4;3234.00;12.00;657.50;1.48;0.56 -12848;4;1223.50;12.10;1432.00;4.71;0.50 -12849;4;2810.50;10.30;1048.50;4.39;2.18 -12850;4;1168.50;13.20;1319.50;3.92;0.46 -12851;4;2756.50;10.70;863.00;-1.45;0.94 -12852;4;3718.00;11.20;1182.00;4.17;0.46 -12853;4;2071.50;9.70;849.00;2.40;0.72 -12854;4;4066.00;10.40;1005.50;1.01;0.44 -12855;4;3515.00;10.05;1198.00;4.46;0.44 -12856;4;3371.00;13.60;797.00;4.57;0.70 -12858;4;2596.00;10.05;836.00;2.19;0.76 -12859;4;1003.00;9.70;1364.50;4.46;0.56 -12860;4;4233.50;16.30;1096.50;1.66;0.46 -12861;4;1763.50;10.35;634.00;-1.22;0.40 -12862;4;3364.00;11.45;872.00;1.68;0.44 -12863;4;3694.00;13.65;1119.00;1.68;0.52 -12864;4;4170.00;12.00;1321.00;1.76;0.76 -12865;4;1442.00;12.52;1094.00;-1.05;0.72 -12866;4;3073.00;10.52;1122.00;1.49;0.64 -12867;4;1373.50;9.70;1159.50;1.79;0.48 -12868;4;3988.00;10.30;1123.00;4.33;0.40 -12869;4;1650.50;9.90;842.00;4.19;1.24 -12870;4;3520.00;11.45;1034.50;1.91;0.72 -12871;4;3756.00;14.75;1207.50;-1.36;0.58 -12872;4;1619.50;13.05;958.00;2.61;0.40 -12873;4;1184.50;14.85;1229.00;1.70;0.60 -12874;4;2846.50;10.80;803.00;1.26;0.74 -12875;4;1253.50;11.00;1401.50;1.89;0.40 -12876;4;3948.00;9.80;1118.50;2.29;0.50 -12877;4;3838.00;15.87;1249.00;1.81;0.54 -12878;4;1508.00;12.27;1021.00;2.60;0.44 -12879;4;3495.00;10.50;1142.50;-1.51;0.60 -12880;4;4456.50;14.40;1349.00;3.98;0.54 -12881;4;3337.50;10.70;911.50;1.34;0.82 -12882;4;4441.50;14.45;1219.00;1.57;0.34 -12883;4;3421.00;10.05;996.50;4.06;0.68 -12884;4;4038.00;23.10;1202.00;1.89;0.46 -12885;4;1979.50;9.80;946.00;2.29;0.72 -12886;4;3939.00;9.90;1057.00;1.35;0.40 -12887;4;3335.00;11.07;834.00;1.97;0.78 -12888;4;2892.00;12.52;1224.00;4.39;0.34 -12889;4;3337.00;11.40;1075.50;1.27;0.38 -12890;4;4236.50;17.00;1296.50;4.54;0.70 -12891;4;2566.50;9.60;848.00;2.15;0.52 -12892;4;4167.00;19.30;1103.50;1.86;0.38 -12893;4;1213.50;12.60;1448.00;1.92;0.48 -12894;4;3613.00;11.35;940.00;1.66;0.68 -12895;4;3755.50;14.30;1148.00;1.86;0.74 -12896;4;3108.00;11.05;578.50;2.88;0.58 -12897;4;1183.00;13.30;1338.50;1.49;0.58 -12898;4;4351.50;14.60;1073.00;3.75;0.34 -12899;4;4251.50;21.80;1204.00;4.71;0.84 -12900;4;2904.00;10.20;770.50;1.50;0.68 -12901;4;1938.50;10.25;470.00;4.08;0.64 -12902;4;1881.50;10.25;596.00;2.15;0.74 -12903;4;2171.50;10.60;610.50;2.00;0.52 -12904;4;4776.00;10.25;324.50;1.68;1.16 -12905;4;4540.00;9.50;668.00;4.24;0.26 -12906;4;2468.00;9.50;116.50;-1.52;1.14 -12907;4;3264.00;11.65;535.50;1.51;0.86 -12908;4;3360.50;11.25;410.00;2.22;0.52 -12909;4;2144.00;10.72;590.00;4.71;0.60 -12910;4;4968.50;9.85;129.00;3.01;0.40 -12911;4;3368.50;12.90;562.50;2.17;0.78 -12912;4;4770.50;10.70;280.00;1.49;1.10 -12913;4;2073.00;10.00;797.00;3.92;1.06 -12914;4;1717.50;17.10;404.00;2.83;0.44 -12915;4;4886.00;10.05;376.50;2.14;0.86 -12916;4;1864.00;10.60;566.50;4.67;0.66 -12917;4;1766.00;9.90;695.50;1.69;0.92 -12918;4;4983.00;9.70;132.50;4.10;0.46 -12919;4;1777.50;10.30;840.00;-1.43;1.48 -12920;4;1700.00;11.95;233.50;4.58;0.42 -12921;4;3000.00;12.10;357.50;4.56;0.84 -12922;4;1876.50;9.80;458.00;4.09;0.88 -12923;4;2074.00;11.15;584.00;4.35;0.62 -12924;4;4981.00;9.70;110.50;4.62;0.52 -12925;4;3047.00;11.10;565.00;2.24;0.38 -12926;4;4757.00;10.70;244.50;4.66;0.90 -12927;4;3429.50;10.10;677.50;2.57;0.78 -12928;4;1735.50;18.10;386.50;1.49;0.60 -12929;4;3320.00;12.72;677.00;4.54;0.90 -12930;4;1767.00;17.00;562.50;4.18;0.60 -12931;4;5085.00;15.32;538.00;1.37;0.38 -12932;4;5002.00;9.80;103.00;3.92;0.40 -12933;4;2123.50;9.70;821.00;3.67;0.72 -12934;4;5035.50;9.90;198.50;4.63;0.72 -12935;4;3339.00;10.50;322.00;1.68;0.70 -12936;4;4948.50;10.10;360.00;2.20;0.74 -12937;4;2012.50;10.90;539.00;4.59;0.48 -12938;4;2134.50;11.30;566.50;1.64;0.60 -12939;4;1837.50;9.90;701.00;1.86;1.42 -12940;4;3156.00;12.40;255.50;1.46;1.12 -12941;4;3463.00;9.70;648.00;2.09;0.50 -12942;4;1803.50;11.90;356.00;2.29;0.58 -12943;4;1860.50;9.80;477.00;1.57;0.84 -12944;4;3416.00;10.00;495.50;3.52;0.68 -12945;4;3088.00;10.77;573.00;1.57;0.66 -12946;4;1725.50;10.70;102.50;2.01;0.74 -12947;4;2072.50;10.30;752.00;4.01;0.94 -12948;4;4828.00;9.90;193.00;1.71;0.64 -12949;4;5051.50;10.10;283.50;1.50;1.00 -12950;4;3297.50;12.05;406.00;4.71;0.94 -12951;4;1957.00;11.60;529.00;1.65;0.92 -12952;4;1766.00;10.30;113.50;1.87;0.62 -12953;4;1647.50;19.00;660.00;3.82;0.62 -12954;4;1691.50;9.60;204.50;2.76;0.46 -12955;4;4550.00;10.40;619.50;1.67;0.46 -12956;4;3498.50;11.10;289.50;2.71;0.70 -12957;4;4990.00;9.70;374.50;2.03;0.48 -12958;4;3027.50;14.25;448.00;1.86;0.78 -12959;4;2022.50;10.00;668.00;3.79;0.94 -12960;4;1905.00;9.70;76.50;1.62;0.40 -12961;4;2227.00;11.07;744.00;1.81;0.38 -12962;4;4752.00;10.30;183.50;2.09;0.60 -12963;4;3188.50;12.00;308.00;3.89;1.48 -12964;4;1891.50;10.30;412.00;3.87;0.58 -12965;4;1824.50;9.70;777.00;4.71;1.80 -12966;4;5480.00;11.07;60.00;1.19;0.44 -12967;4;3353.00;14.40;515.50;-1.53;0.90 -12968;4;5048.50;9.80;181.00;3.86;0.58 -12969;4;1608.50;13.10;744.50;2.23;0.76 -12970;4;1762.00;10.80;317.00;-1.37;0.58 -12971;4;3385.00;9.80;374.50;1.99;0.74 -12972;4;2060.00;11.20;506.50;1.64;0.50 -12973;4;1812.00;10.40;615.50;-1.30;1.14 -12974;4;5455.00;11.52;58.00;3.73;0.46 -12975;4;2992.00;10.10;585.00;-1.10;0.84 -12976;4;4764.50;10.00;170.00;4.41;0.48 -12977;4;2062.50;11.50;565.50;2.11;0.66 -12978;4;1782.50;13.20;406.50;1.37;0.72 -12979;4;1810.50;13.05;535.00;4.60;0.72 -12980;4;5438.50;11.00;44.50;4.09;0.42 -12981;4;3081.50;11.60;502.00;1.39;1.26 -12982;4;1764.00;12.65;204.50;1.77;0.78 -12983;4;1596.00;12.80;706.50;4.57;0.64 -12984;4;1698.00;10.45;277.50;2.59;0.36 -12985;4;2997.00;9.80;403.50;4.15;0.54 -12986;4;3326.50;12.20;435.50;4.44;0.64 -12987;4;2023.00;11.00;612.50;1.95;0.86 -12988;4;5442.00;10.40;29.50;1.78;0.36 -12989;4;3314.00;12.42;664.00;2.35;0.54 -12990;4;4755.50;10.10;157.00;2.12;0.52 -12991;4;3527.50;9.90;708.00;2.53;0.60 -12992;4;4944.00;9.80;280.50;1.67;0.88 -12993;4;4700.50;10.50;320.50;-1.45;0.72 -12994;4;1722.50;14.10;493.00;2.47;0.50 -12995;4;5134.00;10.70;490.50;2.55;0.22 -12996;4;2153.50;9.85;519.00;4.71;0.40 -12997;4;1607.50;11.60;686.50;3.40;0.54 -12998;4;1804.00;10.05;259.00;2.55;0.56 -12999;4;2040.50;10.30;819.50;4.15;1.00 -13000;4;1838.00;9.75;378.00;4.19;0.58 -13001;4;4759.50;10.90;508.50;3.68;0.20 -13004;4;2812.00;9.50;1547.50;3.52;0.34 -13006;4;2712.00;9.50;1526.00;4.58;0.48 -13007;4;2728.50;9.50;1511.00;1.95;0.54 -13008;4;3668.50;9.90;1447.00;4.36;0.52 -13011;4;2873.50;10.20;1499.50;1.71;0.24 -13037;4;5125.32;9.60;1425.60;2.17;0.70 -13058;4;2127.00;15.37;2012.00;1.80;1.94 -13059;4;4560.00;10.50;1818.00;-1.12;1.76 -13060;4;4595.50;9.80;1983.50;-1.13;2.38 -13061;4;4971.50;11.80;1963.50;2.60;2.30 -13062;4;5361.00;11.15;1984.50;1.69;2.74 -13063;4;5521.50;9.70;1980.50;4.44;2.54 -13064;4;4226.00;10.95;1973.00;3.48;1.58 -13065;4;4375.50;10.85;1903.00;4.62;1.72 -13066;4;2127.00;15.05;1966.50;3.86;1.70 -13068;4;2884.50;9.70;1537.50;1.76;0.16 -13069;4;555.50;12.50;2029.00;1.59;0.96 -13070;4;2797.50;9.85;1554.00;4.12;0.20 -13071;4;2551.68;9.60;1116.29;2.87;0.56 -13073;4;3087.50;10.30;1135.50;1.97;0.42 -13074;4;2823.00;14.10;1211.50;2.09;0.52 -13075;4;1096.00;11.05;1982.50;1.80;1.80 -13076;4;3836.50;14.90;1939.00;3.64;1.16 -13077;4;2884.50;14.00;1244.50;2.07;0.34 -13078;4;3167.00;9.90;1167.50;3.81;0.28 -13079;4;3622.50;11.80;919.00;1.93;0.76 -13081;4;2878.50;10.80;1520.50;1.71;0.20 -13082;4;3762.00;12.45;1090.00;2.03;0.66 -13083;4;1768.50;9.70;823.50;1.38;0.94 -13085;4;1398.00;12.55;1114.00;4.71;0.52 -13086;4;1703.00;20.62;600.00;3.81;0.80 -13087;4;1490.50;12.20;1032.50;3.92;0.52 -13088;4;1259.00;10.25;1262.00;4.35;0.52 -13089;4;1193.00;13.92;1201.00;2.67;0.46 -13090;4;205.42;9.70;1819.81;2.06;0.76 -13091;4;455.00;10.05;1996.50;4.68;0.66 -13092;4;1476.50;10.70;1041.50;3.25;0.56 -13093;4;1426.50;10.00;1089.50;3.28;0.32 -13094;4;1395.00;10.60;1746.50;-1.45;0.78 -13116;4;2968.00;10.60;1529.50;2.21;0.24 -13143;4;4576.00;9.85;1097.00;0.98;0.30 -13193;4;3828.50;9.50;2004.50;1.39;2.14 -13205;4;3106.50;11.30;1521.50;2.11;0.28 -13206;4;3176.00;10.50;1592.50;3.81;0.24 -13207;4;3686.00;9.90;1385.50;2.29;0.40 -13208;4;4240.00;10.40;1060.50;2.86;0.36 -13209;4;3330.00;11.95;480.00;3.54;0.40 -13210;4;3018.50;11.05;641.00;2.44;0.92 -13211;4;3083.00;11.10;796.50;1.96;0.80 -13212;4;2814.00;10.40;811.50;4.35;0.44 -13213;4;2571.00;10.10;864.00;4.51;0.20 -13214;4;1107.00;12.45;1359.00;1.81;0.40 -13215;4;1008.00;10.50;1400.00;1.57;0.40 -13216;4;1006.50;12.00;1387.50;3.25;0.28 -13217;4;3178.00;12.20;366.00;1.86;0.36 -13218;4;2710.00;12.10;1386.50;1.81;0.20 -13219;4;2707.00;13.90;1376.00;3.60;0.20 -13220;4;2753.00;12.30;1378.50;1.81;0.20 -13221;4;2707.00;12.57;1337.00;3.92;0.20 -13222;4;2800.00;14.55;1331.00;4.71;0.20 -13223;4;2808.50;11.40;1342.50;1.24;0.20 -13224;4;2745.50;12.70;1316.50;3.92;0.16 -13225;4;2807.50;10.35;1354.00;4.12;0.16 -13226;4;2759.00;14.15;1359.50;2.21;0.16 -13227;4;2745.00;13.47;1346.00;1.89;0.16 -13228;4;2715.50;11.00;1259.50;2.35;0.24 -13230;4;2700.00;10.65;1315.00;4.24;0.20 -13231;4;2720.00;10.80;1272.50;4.46;0.20 -13232;4;2716.00;12.40;1347.50;4.46;0.16 -13233;4;2760.50;12.20;1379.00;2.89;0.20 -13238;4;2976.00;9.65;1607.50;2.21;0.28 -13240;4;3111.50;9.50;1611.50;2.23;0.24 -13241;4;3136.00;9.60;1635.00;4.71;0.16 -1;5;3359.50;9.50;1168.50;2.94;0.08 -2;5;3430.50;10.20;1700.50;2.35;0.30 -3;5;3368.00;10.20;1810.50;2.86;0.28 -4;5;3181.00;9.50;1855.00;1.34;0.88 -5;5;2894.50;9.50;1631.50;2.57;0.82 -6;5;3575.50;10.60;1760.00;4.19;0.26 -7;5;3277.50;10.60;1832.00;2.27;0.32 -8;5;3313.50;10.90;1679.50;2.35;0.18 -9;5;1971.50;9.50;244.50;2.60;1.24 -10;5;2996.00;12.55;1771.50;3.85;0.28 -11;5;3074.50;11.90;1875.50;3.54;0.34 -12;5;3502.00;9.80;1678.00;4.24;0.24 -13;5;1350.50;9.50;312.00;4.00;1.34 -14;5;2963.50;9.85;1726.00;2.97;0.24 -15;5;3289.00;10.75;1920.00;2.67;0.36 -16;5;5256.00;9.50;1555.50;4.24;1.18 -17;5;3077.50;9.80;1568.00;1.95;0.20 -18;5;3365.50;10.15;1797.00;4.43;0.24 -19;5;3888.50;9.50;661.50;2.52;1.12 -20;5;3122.00;9.50;1202.50;-1.52;0.68 -21;5;2943.50;9.50;1817.50;4.44;0.44 -23;5;3498.50;9.80;1710.00;4.12;0.24 -24;5;5251.00;9.50;498.50;1.49;0.98 -25;5;5334.50;9.50;1280.50;4.32;1.18 -26;5;3381.50;10.30;1795.50;4.39;0.32 -27;5;2957.00;12.55;1756.00;2.35;0.34 -28;5;4779.50;9.50;482.50;3.42;0.92 -29;5;4189.50;9.50;640.00;1.93;0.80 -30;5;3221.00;10.50;1878.50;1.69;0.24 -31;5;3614.50;10.50;1717.00;3.30;0.22 -32;5;3163.50;9.60;1768.00;1.57;0.24 -33;5;4454.00;9.50;363.50;4.17;1.00 -34;5;3935.50;9.50;781.50;-1.18;1.02 -35;5;3060.00;9.70;1731.50;4.06;0.28 -36;5;3307.50;9.80;1862.50;4.09;0.44 -37;5;3248.50;10.35;1783.00;4.49;0.20 -39;5;3362.50;10.50;1704.00;2.89;0.22 -40;5;3322.00;10.40;1786.00;1.89;0.26 -41;5;2234.50;9.50;130.00;2.83;0.88 -42;5;2434.00;9.50;314.50;3.55;1.24 -43;5;2401.00;9.50;972.00;4.24;1.22 -45;5;3580.00;9.95;1723.50;2.86;0.28 -46;5;3039.00;11.50;1816.50;4.35;0.26 -48;5;1471.50;9.50;2028.50;3.18;1.12 -49;5;3057.00;11.00;1763.50;3.52;0.30 -50;5;1106.50;9.50;83.00;3.03;1.26 -51;5;37.50;9.50;421.50;1.87;1.06 -52;5;3260.00;9.80;1767.50;2.21;0.22 -54;5;11.50;9.50;1258.50;3.00;0.54 -55;5;317.50;9.50;1599.50;2.20;1.42 -56;5;407.50;9.50;683.50;1.70;1.00 -57;5;3327.50;9.95;1737.00;3.78;0.24 -58;5;3071.00;14.20;1911.00;2.82;0.34 -59;5;1405.50;9.50;629.50;2.72;1.40 -60;5;3370.00;10.60;1750.50;1.73;0.28 -61;5;3162.00;11.40;1938.00;2.82;0.36 -62;5;3443.00;10.40;1699.00;3.92;0.20 -63;5;3174.50;9.90;1809.50;1.97;0.34 -65;5;2902.50;10.90;1735.50;4.51;0.32 -66;5;3174.00;9.60;1832.00;2.89;0.24 -67;5;3208.50;9.60;1760.50;1.71;0.24 -69;5;2999.50;10.30;1714.00;1.78;0.26 -70;5;1657.00;10.00;866.00;-1.08;0.28 -71;5;3300.50;9.75;1708.00;3.26;0.26 -72;5;3437.00;10.47;1761.00;1.57;0.34 -73;5;3513.50;9.80;1699.50;2.82;0.18 -74;5;3270.50;10.70;1935.00;4.29;0.46 -75;5;3433.50;9.90;1748.50;3.00;0.30 -76;5;3189.00;12.05;1987.00;2.67;0.32 -77;5;3011.50;11.90;1757.50;2.60;0.32 -78;5;3537.50;9.70;1183.50;3.84;0.44 -79;5;3285.50;10.30;1727.00;3.38;0.20 -80;5;3282.00;10.60;1823.00;4.17;0.38 -81;5;3384.00;10.40;1726.50;4.06;0.28 -82;5;3228.00;10.40;1852.00;1.57;0.30 -83;5;3178.00;9.65;1709.00;2.67;0.26 -84;5;3482.00;9.90;1738.50;2.03;0.22 -85;5;3367.50;10.40;1686.00;3.78;0.24 -86;5;3323.50;10.40;1882.50;3.54;0.28 -87;5;3528.00;10.50;1815.50;2.41;0.92 -88;5;3628.00;10.10;1736.50;2.26;0.36 -89;5;3389.50;10.05;1776.00;1.95;0.24 -90;5;3332.50;9.85;1768.00;3.78;0.18 -93;5;3367.50;9.80;1713.50;2.94;0.24 -94;5;3343.50;10.30;1849.50;2.94;0.28 -95;5;3265.00;9.90;1692.00;3.60;0.22 -96;5;1999.00;9.50;1003.50;-1.10;1.66 -97;5;3455.50;10.40;1688.00;2.15;0.18 -98;5;3414.50;10.70;1903.50;3.23;0.56 -99;5;3584.50;10.50;1782.00;3.24;0.50 -100;5;2932.50;11.80;1725.50;2.94;0.26 -101;5;3106.50;12.50;1931.50;4.44;0.36 -102;5;2929.00;13.62;1791.00;3.14;0.28 -103;5;3229.50;10.00;1965.50;-1.48;0.44 -104;5;3247.00;9.70;1726.00;3.60;0.18 -105;5;3636.00;9.70;1939.00;3.52;1.22 -106;5;3454.00;10.40;1718.00;2.35;0.20 -107;5;2987.50;9.75;1843.00;1.95;0.20 -108;5;3564.50;10.40;1775.00;3.83;0.44 -109;5;3095.50;11.30;1864.50;1.97;0.32 -110;5;3326.00;10.62;1687.00;1.57;0.28 -111;5;2983.50;13.60;1789.50;3.76;0.24 -112;5;3529.00;9.95;1686.50;2.21;0.16 -113;5;3026.50;12.30;1795.00;2.67;0.32 -114;5;3036.50;10.50;1742.50;2.94;0.24 -115;5;2997.00;11.45;1828.50;2.26;0.32 -116;5;3340.50;9.90;1963.50;3.36;0.50 -117;5;3293.50;10.30;1707.50;2.60;0.28 -118;5;3096.00;10.90;1833.50;4.58;0.38 -119;5;3525.00;9.80;1727.00;2.35;0.28 -120;5;3214.50;9.80;1858.00;3.26;0.32 -121;5;3419.00;10.50;1680.00;3.73;0.26 -123;5;3648.00;9.80;1737.00;4.33;0.28 -124;5;3199.50;10.50;1898.00;2.09;0.40 -125;5;3061.50;10.10;1784.00;3.30;0.28 -128;5;3178.00;11.55;1971.50;2.26;0.34 -129;5;3388.50;9.50;1708.00;4.49;0.30 -130;5;3076.00;10.90;1806.50;3.99;0.32 -131;5;2728.00;12.75;1710.50;3.14;0.24 -132;5;3210.50;10.20;1829.00;3.78;0.40 -133;5;2991.00;12.35;1771.50;3.14;0.34 -134;5;3320.50;9.80;1851.00;2.42;0.30 -135;5;3497.50;9.80;1681.50;1.97;0.24 -136;5;3235.00;10.40;1790.00;4.12;0.26 -137;5;2908.50;9.50;1714.00;1.95;0.32 -138;5;3381.50;9.90;1788.50;2.60;0.28 -139;5;1634.00;10.60;887.00;-1.07;0.30 -140;5;3409.50;9.80;1817.50;2.82;0.40 -141;5;3228.50;10.20;1799.00;2.15;0.24 -142;5;3291.50;9.90;1959.50;4.62;0.36 -143;5;3464.50;10.45;1705.00;2.49;0.22 -144;5;2964.50;11.50;1747.50;1.97;0.24 -145;5;3079.50;12.00;1850.50;2.19;0.36 -146;5;3601.00;9.90;1714.00;4.06;0.30 -147;5;2996.50;10.55;1725.00;2.89;0.26 -148;5;1553.00;9.50;943.00;-1.02;0.36 -149;5;1642.00;10.00;868.00;-1.08;0.22 -150;5;3373.00;10.40;1696.50;3.14;0.24 -151;5;3152.00;11.25;1929.50;1.93;0.36 -152;5;3335.00;10.30;1745.00;3.14;0.20 -154;5;3602.50;10.40;1836.50;2.25;0.80 -155;5;3328.00;10.25;1813.00;4.12;0.36 -156;5;1521.50;9.50;875.50;-1.04;0.24 -157;5;3312.00;10.60;1812.50;3.81;0.32 -158;5;3205.50;9.70;1861.00;2.49;0.28 -159;5;2737.50;12.70;1665.50;1.76;0.22 -160;5;3380.00;10.37;1735.00;2.82;0.30 -161;5;3086.00;9.70;1717.00;3.92;0.28 -162;5;3213.50;10.25;1889.00;2.24;0.28 -163;5;3397.00;10.40;1747.00;3.46;0.26 -164;5;3438.50;10.40;1692.00;4.19;0.22 -165;5;3233.50;10.05;1773.00;2.49;0.22 -166;5;3375.50;9.70;1761.50;2.60;0.26 -167;5;3208.00;10.42;1952.00;2.67;0.40 -168;5;3018.00;12.20;1828.50;1.93;0.32 -169;5;3146.50;9.60;1765.50;2.94;0.26 -170;5;3331.50;10.40;1849.50;2.52;0.32 -171;5;2984.00;10.10;1707.50;3.14;0.20 -173;5;3038.00;11.70;1895.50;2.46;0.32 -174;5;3459.00;10.40;1727.50;2.21;0.24 -175;5;3515.00;9.80;1693.00;3.14;0.20 -176;5;3306.00;9.80;1881.00;4.24;0.38 -178;5;3306.00;10.65;1931.00;3.92;0.32 -179;5;2998.50;11.00;1744.00;2.44;0.26 -180;5;3485.00;9.80;1848.00;3.70;0.78 -181;5;3261.50;10.40;1720.00;4.03;0.22 -182;5;3099.50;10.55;1822.00;3.01;0.30 -183;5;3463.00;10.50;1784.00;2.49;0.42 -184;5;3050.00;11.75;1850.50;2.21;0.34 -186;5;3541.50;10.50;1761.50;4.64;0.36 -187;5;3336.00;10.10;1689.00;3.14;0.24 -189;5;3648.50;10.00;1725.50;2.73;0.34 -190;5;3083.00;15.65;1919.50;1.93;0.24 -191;5;3239.00;13.15;468.50;4.01;0.84 -192;5;3078.50;10.65;1943.00;4.03;0.28 -193;5;3257.00;10.50;1817.00;1.81;0.22 -194;5;3341.00;10.60;1711.00;2.67;0.26 -195;5;3182.50;9.70;1839.00;4.03;0.36 -196;5;3503.50;9.80;1719.00;1.57;0.20 -197;5;3269.00;10.92;1904.00;2.67;0.36 -200;5;2759.00;10.05;1691.00;3.60;0.24 -201;5;3168.00;10.60;1908.50;3.36;0.44 -202;5;3002.50;12.55;1784.00;2.89;0.22 -203;5;3187.00;11.05;1948.50;3.14;0.48 -204;5;3217.50;9.70;1754.50;2.35;0.20 -205;5;3069.00;10.72;1803.00;4.39;0.32 -206;5;3653.50;10.00;1661.00;4.19;0.30 -207;5;3279.00;10.32;1659.00;2.67;0.26 -208;5;3525.50;9.90;1575.50;2.94;0.18 -209;5;3362.00;9.50;1854.50;-0.21;1.70 -210;5;2541.50;9.50;1091.00;4.44;1.40 -212;5;3394.50;10.10;1586.50;2.94;0.20 -213;5;2043.50;9.50;356.00;2.89;1.02 -214;5;3434.00;9.80;1633.00;3.14;0.20 -215;5;3241.50;9.80;1563.00;4.71;0.24 -216;5;3244.50;9.90;1595.50;4.51;0.22 -217;5;1853.50;9.50;2027.50;4.15;0.98 -218;5;1483.00;9.50;352.50;2.58;1.76 -219;5;2755.00;12.35;1635.50;3.14;0.26 -220;5;5180.00;9.50;1495.50;1.68;1.08 -222;5;3235.50;9.90;1662.50;2.35;0.24 -223;5;3302.00;10.00;1611.00;2.35;0.18 -224;5;3982.00;9.50;813.00;1.98;1.08 -225;5;3167.00;9.50;1240.00;2.67;0.74 -226;5;3333.50;10.70;1667.00;4.03;0.24 -227;5;3633.50;10.10;1599.50;1.68;0.26 -228;5;3601.00;10.50;1636.00;2.67;0.20 -229;5;5225.00;9.65;548.50;0.11;1.06 -231;5;3405.50;10.15;1678.00;2.97;0.22 -232;5;3459.00;9.90;1584.00;3.60;0.22 -233;5;3225.50;10.40;1633.50;4.17;0.32 -235;5;4228.00;9.50;663.50;2.07;0.84 -236;5;3319.00;9.90;1591.50;1.73;0.24 -237;5;3716.50;11.60;1686.50;3.54;0.34 -238;5;3319.50;10.20;1558.50;3.46;0.20 -239;5;4507.00;9.50;332.00;4.46;1.14 -240;5;3895.00;9.50;708.50;2.16;1.10 -241;5;2931.50;9.50;1590.00;2.67;0.32 -242;5;3033.50;10.70;1670.50;4.39;0.22 -243;5;3088.00;9.80;1579.00;3.92;0.24 -244;5;3813.00;9.50;66.00;4.31;1.06 -246;5;3365.50;10.00;1605.50;2.35;0.20 -247;5;2931.00;9.70;1572.50;4.06;0.18 -248;5;3297.00;11.40;1664.50;1.73;0.28 -249;5;2195.50;9.50;159.00;4.31;0.80 -250;5;2413.50;9.50;283.50;2.61;0.86 -251;5;2481.50;9.50;971.50;2.35;1.32 -252;5;3418.00;9.90;1668.50;4.06;0.24 -253;5;2744.00;11.95;1575.50;2.46;0.24 -254;5;2422.50;9.50;1466.50;2.09;1.52 -256;5;3495.00;9.80;1672.50;1.93;0.24 -257;5;3529.00;10.65;1583.50;2.55;0.20 -259;5;76.50;9.50;453.00;2.38;0.92 -260;5;3571.50;9.90;1644.50;4.30;0.28 -261;5;3386.50;10.10;1588.00;2.89;0.18 -262;5;32.50;9.50;1289.00;3.60;1.02 -263;5;443.50;9.50;1557.00;3.50;0.98 -264;5;438.50;9.50;692.50;3.41;1.08 -265;5;3188.50;10.30;1655.50;1.71;0.24 -266;5;3143.00;9.80;1604.00;3.60;0.20 -267;5;1353.00;9.50;638.00;2.74;1.32 -268;5;3001.50;9.70;1590.50;2.82;0.20 -269;5;3437.00;9.80;1603.50;2.55;0.20 -270;5;3498.50;10.50;1657.00;4.33;0.22 -271;5;2814.00;9.90;1578.50;4.06;0.24 -272;5;3587.00;9.80;1697.50;2.46;0.28 -273;5;3664.50;10.25;1617.00;3.83;0.36 -274;5;3362.50;9.90;1623.50;2.35;0.20 -275;5;3454.00;9.80;1590.50;3.73;0.18 -276;5;2686.50;11.25;1633.00;4.43;0.26 -277;5;3230.00;10.47;1606.00;1.89;0.26 -278;5;3711.50;14.60;1702.50;3.03;0.38 -279;5;3082.50;9.70;1585.50;3.46;0.24 -280;5;3438.50;9.80;1650.00;3.78;0.20 -281;5;3153.00;10.30;1620.50;3.73;0.20 -282;5;3562.50;10.40;1660.50;2.35;0.26 -283;5;3431.00;10.40;1622.50;3.73;0.20 -285;5;2688.00;10.00;1582.00;3.92;0.28 -286;5;3532.00;10.60;1592.00;3.60;0.24 -287;5;3331.50;10.20;1643.50;1.97;0.30 -288;5;3335.00;9.80;1565.00;2.03;0.18 -289;5;3296.00;9.90;1599.00;2.35;0.24 -290;5;3159.50;9.85;1571.00;4.19;0.28 -291;5;3674.00;9.80;1627.50;3.81;0.34 -292;5;3584.00;10.60;1614.50;2.03;0.22 -293;5;3002.00;9.70;1597.50;3.73;0.24 -294;5;3249.50;10.35;1607.00;2.49;0.24 -295;5;2999.50;10.20;1696.00;4.43;0.30 -296;5;2797.50;9.90;1581.50;2.11;0.22 -297;5;3503.00;10.00;1622.00;2.67;0.22 -298;5;3616.00;10.50;1602.00;2.67;0.20 -299;5;3054.50;10.15;1666.00;3.78;0.22 -300;5;3368.00;10.00;1596.00;3.92;0.16 -301;5;3401.50;10.55;1640.00;2.89;0.24 -302;5;3391.50;10.70;1560.50;2.82;0.24 -303;5;2678.00;10.37;1598.00;3.14;0.24 -304;5;3248.50;9.80;1577.00;3.26;0.28 -305;5;3613.50;9.80;1674.00;4.03;0.28 -306;5;3308.50;10.05;1617.00;1.95;0.18 -307;5;3769.50;10.60;1658.50;4.44;0.26 -308;5;3205.00;9.95;1695.00;2.03;0.24 -309;5;2939.50;10.30;1580.50;2.35;0.22 -310;5;3222.00;10.25;1647.50;2.76;0.24 -311;5;2744.00;13.15;1587.00;1.89;0.24 -312;5;3446.00;9.70;1839.00;2.55;0.36 -313;5;3464.00;9.80;1560.50;4.06;0.20 -314;5;3438.50;10.10;1593.50;2.35;0.20 -315;5;3314.50;9.80;1566.50;3.92;0.22 -317;5;2953.50;9.70;1616.50;3.68;0.22 -318;5;3189.00;9.90;1584.00;1.89;0.24 -319;5;3238.50;9.80;1673.00;2.97;0.22 -320;5;3285.00;10.00;1676.50;4.24;0.22 -321;5;2998.50;9.70;1602.50;1.97;0.28 -323;5;3277.50;10.10;1635.00;3.38;0.20 -324;5;3515.00;10.65;1596.50;1.69;0.26 -325;5;3534.00;9.92;1650.00;3.92;0.22 -327;5;3186.00;9.80;1613.50;3.73;0.28 -328;5;3391.00;10.45;1568.50;2.76;0.22 -330;5;3453.50;10.40;1610.00;1.57;0.20 -331;5;3254.50;9.80;1579.50;3.68;0.26 -332;5;2942.50;9.70;1630.50;3.68;0.26 -333;5;3356.00;10.42;1672.00;3.60;0.22 -334;5;3085.00;10.05;1597.50;2.21;0.24 -335;5;3351.50;10.00;1629.00;3.38;0.20 -337;5;2676.00;10.85;1635.50;2.12;0.36 -338;5;3600.50;9.70;1566.50;2.82;0.18 -339;5;3587.50;10.40;1597.50;3.92;0.28 -340;5;3455.50;9.80;1566.50;3.92;0.20 -341;5;3229.00;10.40;1656.00;2.35;0.18 -342;5;3268.00;9.90;1600.50;3.14;0.24 -343;5;3322.00;9.90;1571.00;3.92;0.24 -344;5;3379.00;10.52;1656.00;3.14;0.16 -345;5;3516.00;10.10;1609.00;1.57;0.24 -346;5;3430.00;9.92;1667.00;4.39;0.20 -347;5;3174.00;10.42;1586.00;2.67;0.24 -348;5;3141.00;9.60;1623.50;2.76;0.28 -349;5;3021.50;10.15;1594.00;2.15;0.24 -350;5;3423.00;10.45;1624.00;2.67;0.22 -351;5;2767.00;10.40;1636.00;3.14;0.22 -352;5;3335.50;10.00;1603.00;2.15;0.18 -353;5;3524.50;9.95;1564.00;4.12;0.22 -354;5;3287.00;10.32;1636.00;4.71;0.20 -355;5;3600.50;10.20;1618.50;2.60;0.26 -356;5;3400.50;10.00;1570.00;1.57;0.18 -357;5;3447.50;10.30;1653.50;3.92;0.18 -358;5;3240.50;10.40;1632.00;2.97;0.28 -359;5;3598.00;9.80;1701.50;4.06;0.28 -360;5;3237.50;9.90;1586.50;3.68;0.28 -361;5;3711.00;10.67;1672.00;2.76;0.32 -362;5;3097.50;9.85;1607.00;2.89;0.24 -363;5;3047.00;10.52;1663.00;2.15;0.22 -364;5;2786.50;10.10;1591.00;2.24;0.22 -365;5;3590.50;9.80;1563.50;1.97;0.26 -366;5;3358.00;10.60;1644.50;3.73;0.22 -367;5;3461.00;9.90;1571.00;3.92;0.22 -369;5;2677.50;10.20;1606.50;2.94;0.24 -370;5;3621.00;10.40;1694.00;2.35;0.28 -371;5;3314.50;9.95;1579.00;3.78;0.24 -372;5;3570.50;9.90;1630.50;4.57;0.26 -375;5;3001.50;9.70;1575.50;2.82;0.26 -376;5;3471.50;9.80;1599.00;2.15;0.16 -377;5;2748.00;11.80;1564.50;2.26;0.22 -378;5;3432.00;9.80;1650.00;3.14;0.22 -380;5;3533.50;9.80;1575.50;2.35;0.16 -381;5;3617.50;10.50;1684.00;4.19;0.22 -382;5;3373.50;10.60;1613.50;2.11;0.20 -383;5;2995.00;9.65;1683.00;3.60;0.24 -384;5;3392.00;10.00;1576.50;1.81;0.20 -385;5;2681.00;11.05;1629.00;3.73;0.26 -386;5;3253.50;9.90;1588.00;1.95;0.22 -387;5;3274.00;10.50;1648.00;3.92;0.26 -388;5;3058.00;9.97;1575.00;-1.37;0.22 -389;5;3091.50;10.40;1601.00;3.78;0.20 -390;5;3663.00;9.85;1681.50;3.14;0.30 -391;5;2882.50;9.60;1563.00;4.71;0.16 -392;5;3549.50;11.60;1608.00;3.78;0.24 -393;5;3604.50;9.80;1574.00;2.49;0.20 -394;5;2964.00;9.70;1676.00;3.14;0.32 -395;5;3134.50;9.70;1611.50;4.57;0.28 -396;5;3458.00;9.90;1576.00;1.57;0.20 -397;5;3440.50;10.00;1611.50;2.94;0.20 -398;5;3321.00;9.90;1585.00;3.73;0.22 -399;5;2937.00;9.65;1646.00;3.14;0.24 -400;5;3170.50;10.40;1598.00;1.95;0.20 -401;5;3358.00;10.10;1634.00;3.92;0.20 -402;5;3153.50;10.40;1567.50;2.11;0.26 -403;5;3630.00;9.90;1608.00;2.03;0.18 -404;5;3585.50;10.40;1650.00;2.15;0.22 -405;5;2942.50;9.80;1565.00;3.38;0.26 -406;5;3228.00;9.90;1617.00;2.67;0.36 -407;5;2734.00;10.17;1567.00;3.14;0.20 -409;5;3301.00;10.00;1484.50;2.21;0.24 -410;5;3583.00;9.70;1542.50;2.03;0.20 -411;5;3129.50;9.50;1822.50;-1.45;0.86 -412;5;2540.50;9.50;951.50;2.44;1.22 -413;5;3416.50;10.10;1548.50;4.39;0.20 -414;5;3236.50;9.90;1483.00;3.38;0.26 -415;5;3239.50;9.90;1681.00;4.12;0.26 -416;5;2212.00;9.50;490.50;3.90;0.86 -417;5;3127.50;14.00;1507.50;1.71;0.22 -418;5;3368.00;9.90;1517.50;2.76;0.20 -419;5;2080.50;9.50;1857.00;3.32;1.08 -420;5;1214.50;9.50;291.50;3.61;1.52 -421;5;3066.00;12.85;1517.50;4.06;0.20 -422;5;3185.50;9.90;1533.00;3.78;0.24 -423;5;5314.50;9.50;1606.00;-1.34;1.08 -424;5;3005.00;12.92;1518.00;3.92;0.20 -425;5;2979.00;10.20;1550.00;3.60;0.22 -426;5;3437.00;9.70;1457.00;4.12;0.18 -427;5;3939.50;9.50;904.50;2.05;1.02 -428;5;3233.00;9.50;1215.50;2.61;1.00 -429;5;3378.50;9.90;1466.00;1.57;0.22 -430;5;5148.00;9.50;532.50;1.19;1.88 -431;5;5406.50;9.50;1354.00;1.90;1.30 -432;5;3612.50;9.60;1513.50;4.20;0.34 -433;5;3486.00;9.80;1546.50;3.73;0.16 -434;5;3290.00;9.90;1487.00;2.35;0.20 -435;5;4744.00;9.50;478.00;4.09;0.62 -436;5;4333.00;9.50;674.00;1.41;1.08 -437;5;3447.00;10.15;1518.50;1.81;0.26 -438;5;3213.50;10.25;1504.00;2.24;0.22 -439;5;4483.50;9.50;313.00;1.85;0.92 -440;5;3841.00;9.50;647.00;3.32;0.88 -441;5;3264.00;9.90;1533.00;2.15;0.24 -442;5;3132.50;11.70;1521.50;3.33;0.24 -444;5;3050.50;9.80;1564.00;1.57;0.14 -446;5;2203.00;9.50;108.50;2.81;1.02 -447;5;2410.50;9.50;352.00;4.23;1.16 -448;5;2509.50;9.50;1015.00;2.78;1.60 -449;5;3449.50;9.95;1471.00;2.89;0.20 -450;5;2396.50;9.50;1391.00;4.12;1.34 -451;5;1351.00;9.50;1947.50;-1.46;1.84 -452;5;3564.00;11.40;1549.50;1.93;0.26 -453;5;3356.50;9.90;1483.50;4.17;0.20 -454;5;2848.00;10.32;1513.00;2.35;0.24 -455;5;986.00;9.50;39.00;3.00;1.14 -456;5;31.50;9.50;475.50;2.41;1.06 -457;5;3379.00;10.45;1551.50;4.06;0.22 -458;5;3299.50;9.90;1494.50;2.11;0.24 -459;5;114.50;9.50;1287.50;1.66;0.92 -460;5;384.00;9.50;1569.00;2.06;1.30 -461;5;353.00;9.50;639.00;3.43;0.82 -462;5;3220.00;10.70;1502.00;3.14;0.22 -463;5;3328.50;9.80;1531.00;2.49;0.22 -464;5;3601.50;9.60;1465.00;4.29;0.32 -465;5;1353.50;9.50;682.50;3.37;1.06 -466;5;3148.00;11.62;1511.00;3.46;0.24 -467;5;3127.00;9.97;1551.00;3.60;0.22 -468;5;3556.00;9.60;1480.50;3.52;0.32 -469;5;3031.00;12.60;1537.50;2.76;0.20 -470;5;3572.00;9.70;1512.50;2.46;0.30 -471;5;3460.50;9.80;1555.00;2.49;0.20 -472;5;3367.50;9.80;1479.00;4.03;0.22 -473;5;3411.00;9.85;1524.50;2.46;0.22 -474;5;3208.00;10.37;1540.00;1.89;0.26 -475;5;3649.00;9.60;1436.50;2.96;0.56 -476;5;3242.00;10.30;1501.00;4.12;0.34 -477;5;3562.00;9.60;1472.50;3.81;0.34 -478;5;3019.50;9.80;1557.50;3.33;0.24 -479;5;3090.00;10.60;1540.50;3.81;0.24 -481;5;3501.00;9.75;1466.50;4.54;0.20 -482;5;2976.50;12.00;1533.50;2.35;0.22 -483;5;3524.50;10.80;1552.50;1.89;0.20 -484;5;3451.00;10.40;1478.00;1.57;0.20 -485;5;2824.50;9.70;1514.50;3.92;0.20 -486;5;3371.00;9.80;1484.50;4.24;0.22 -487;5;3475.00;9.80;1521.50;4.06;0.18 -488;5;3303.50;9.90;1500.50;4.17;0.24 -489;5;3282.00;9.80;1535.00;3.60;0.16 -490;5;1594.00;11.80;1799.50;3.53;1.54 -491;5;3189.50;9.90;1508.50;4.17;0.24 -492;5;1456.50;9.80;1397.00;1.75;0.30 -493;5;3101.50;9.90;1560.00;3.78;0.24 -494;5;3055.50;10.70;1527.00;2.89;0.22 -495;5;2926.00;10.05;1549.00;2.35;0.20 -496;5;3196.00;10.30;1713.50;3.73;0.22 -497;5;3598.00;9.70;1559.50;2.76;0.20 -498;5;3502.00;9.80;1482.50;2.55;0.18 -499;5;3540.00;11.95;1528.50;2.55;0.26 -500;5;3450.50;9.80;1487.50;2.35;0.22 -502;5;3386.00;9.80;1490.50;3.73;0.20 -503;5;2791.50;10.05;1471.00;2.15;0.18 -504;5;3275.00;9.95;1515.50;2.55;0.22 -505;5;869.50;10.50;1590.00;3.26;0.30 -506;5;3100.00;10.10;1533.50;4.24;0.24 -507;5;2786.00;10.42;1555.00;1.57;0.20 -508;5;3610.50;9.60;1527.00;3.30;0.28 -509;5;3459.50;9.80;1485.00;2.67;0.24 -510;5;3429.00;10.15;1532.00;3.92;0.24 -511;5;3343.00;10.25;1504.00;4.24;0.26 -512;5;2839.00;9.80;1478.50;2.21;0.20 -513;5;3195.50;10.10;1534.00;3.78;0.26 -514;5;3018.50;9.80;1548.00;2.89;0.20 -515;5;1054.50;11.90;1814.00;2.67;0.72 -516;5;2869.50;9.70;1535.50;4.17;0.18 -517;5;4484.00;12.95;1243.00;4.06;0.42 -518;5;3496.00;9.80;1527.00;2.67;0.20 -519;5;2953.00;13.30;1484.00;2.03;0.24 -520;5;3512.00;9.75;1492.00;3.14;0.22 -521;5;2911.00;12.60;1482.50;3.73;0.22 -522;5;3337.50;9.80;1538.00;1.95;0.16 -523;5;3416.00;9.85;1500.50;2.55;0.22 -524;5;3140.00;9.80;1568.00;2.67;0.22 -525;5;3280.00;9.90;1524.00;2.82;0.24 -526;5;2967.00;10.40;1567.00;3.14;0.18 -527;5;2784.50;9.90;1482.50;3.68;0.18 -528;5;890.00;10.80;1611.50;1.93;0.36 -529;5;2920.50;10.40;1530.00;4.12;0.22 -530;5;3182.50;10.30;1645.00;1.95;0.22 -531;5;4444.00;14.25;1206.50;3.99;0.46 -532;5;3017.00;11.35;1494.50;2.21;0.20 -533;5;3480.50;10.15;1494.00;1.95;0.16 -534;5;3401.50;10.00;1537.50;2.11;0.22 -536;5;3181.00;10.10;1523.00;1.89;0.24 -537;5;3032.50;9.70;1578.00;2.89;0.18 -538;5;2988.00;10.50;1543.50;3.14;0.20 -539;5;2792.50;11.50;1493.50;2.60;0.18 -540;5;2738.00;11.62;1542.00;2.15;0.28 -541;5;3083.50;10.20;1487.50;3.92;0.20 -542;5;2741.50;9.70;1478.50;3.46;0.16 -543;5;3036.50;14.40;1494.50;2.11;0.18 -544;5;3474.50;9.80;1534.00;1.95;0.26 -545;5;3543.00;9.70;1501.50;4.06;0.30 -546;5;3291.50;9.80;1554.00;4.12;0.20 -547;5;3428.00;9.80;1501.50;2.21;0.20 -548;5;3106.00;9.80;1567.00;4.24;0.18 -549;5;2928.00;11.22;1495.00;1.57;0.16 -550;5;3266.50;10.00;1523.00;1.95;0.20 -551;5;2865.00;9.87;1493.00;2.67;0.24 -552;5;3056.00;9.82;1548.00;4.24;0.20 -553;5;2808.00;10.30;1492.00;3.14;0.22 -554;5;3642.50;9.60;1494.00;3.60;0.34 -555;5;3120.00;9.95;1491.00;2.15;0.22 -556;5;4449.50;15.00;1243.50;2.07;0.46 -557;5;3058.00;10.07;1497.00;4.39;0.16 -558;5;3371.50;10.00;1542.50;3.33;0.22 -559;5;3329.00;9.80;1513.00;2.35;0.26 -560;5;3214.00;10.40;1561.00;1.89;0.22 -561;5;2978.00;10.77;1501.00;3.14;0.18 -562;5;3139.00;9.90;1535.00;4.24;0.22 -564;5;2954.00;10.20;1547.00;2.03;0.26 -565;5;3245.50;10.80;1462.00;1.95;0.20 -566;5;3617.50;9.70;1545.50;1.76;0.16 -567;5;3183.00;9.65;1716.00;1.89;0.20 -568;5;3327.50;9.70;1443.00;1.84;0.20 -570;5;3403.00;9.90;1511.50;3.81;0.24 -571;5;2989.00;11.15;1508.00;2.67;0.22 -572;5;3205.50;10.05;1531.00;3.01;0.22 -573;5;3027.00;10.92;1544.00;2.35;0.16 -574;5;3318.50;9.70;1466.50;1.76;0.22 -575;5;2842.00;9.70;1536.50;3.14;0.16 -576;5;3629.50;9.60;1507.00;4.49;0.34 -577;5;3210.00;10.10;1486.00;3.14;0.20 -578;5;3504.00;9.90;1539.00;4.39;0.22 -579;5;3481.00;9.90;1513.00;3.92;0.22 -580;5;3355.00;10.50;1549.50;2.21;0.24 -581;5;3113.00;12.47;1498.00;3.92;0.20 -582;5;3301.00;9.80;1523.00;1.89;0.16 -583;5;3057.50;12.60;1517.50;2.11;0.18 -584;5;3098.00;10.65;1541.50;4.24;0.16 -585;5;3429.00;9.70;1457.00;3.14;0.18 -586;5;2996.50;11.70;1515.50;1.71;0.22 -587;5;2909.00;9.82;1539.00;3.46;0.16 -588;5;3343.00;9.80;1464.50;4.35;0.22 -589;5;2941.00;10.50;1516.00;2.67;0.22 -590;5;2853.00;12.45;1432.50;3.14;0.16 -591;5;3040.00;9.55;1417.00;3.60;0.18 -592;5;3232.00;10.40;1688.00;3.60;0.26 -593;5;3085.50;9.50;1770.50;-0.78;1.08 -594;5;2501.00;9.50;918.00;3.73;1.10 -595;5;2804.50;9.90;1428.50;2.94;0.22 -596;5;3044.50;11.50;1445.00;4.33;0.18 -597;5;2236.00;9.50;606.50;3.14;1.26 -599;5;3023.50;10.20;1433.50;3.68;0.22 -600;5;1976.00;9.50;1967.50;3.61;1.54 -601;5;1138.00;9.50;182.50;3.74;1.16 -602;5;1497.50;11.20;1692.00;2.53;0.50 -603;5;2976.50;9.90;1428.50;2.35;0.24 -604;5;5510.00;9.50;1673.00;1.75;1.24 -605;5;1589.50;10.70;1634.50;3.68;0.26 -606;5;3104.00;11.22;1412.00;2.03;0.22 -607;5;2943.50;10.60;1433.50;3.46;0.18 -608;5;3912.50;9.50;981.50;2.14;1.50 -609;5;3349.50;9.50;1213.00;1.57;0.78 -610;5;874.00;11.22;1558.00;2.82;0.32 -611;5;2915.50;16.10;1430.50;4.17;0.22 -612;5;5598.00;9.50;1444.50;3.01;0.92 -613;5;5295.50;9.50;1251.50;2.95;1.52 -614;5;3135.00;11.02;1420.00;2.67;0.24 -615;5;3592.00;9.60;1461.00;3.46;0.32 -616;5;4769.50;9.50;421.00;2.40;0.64 -617;5;4313.00;9.50;643.50;1.61;0.96 -618;5;3558.50;9.60;1460.00;2.97;0.24 -619;5;3106.50;9.90;1427.50;3.46;0.20 -620;5;2828.00;10.05;1435.00;2.03;0.24 -621;5;4470.50;9.50;278.00;3.10;1.02 -622;5;3909.00;9.50;786.00;3.24;0.96 -623;5;3847.50;9.50;679.00;1.72;0.78 -624;5;3064.00;9.80;1430.00;3.92;0.26 -625;5;2816.00;9.95;1437.50;3.14;0.20 -626;5;3778.00;9.50;90.50;1.90;1.32 -627;5;3019.50;9.50;36.00;2.00;0.98 -628;5;3011.50;9.70;1437.00;1.95;0.22 -629;5;2809.50;9.90;1445.50;2.60;0.26 -630;5;3149.50;11.60;1407.50;2.82;0.20 -631;5;2195.50;9.50;59.50;1.53;0.90 -632;5;2387.50;9.50;329.50;2.17;1.28 -633;5;2519.00;9.50;1064.50;3.57;1.60 -634;5;1754.00;9.87;1672.00;3.68;0.38 -635;5;2494.00;9.50;1424.00;1.62;1.44 -636;5;2934.00;15.75;1448.50;2.21;0.18 -637;5;3180.50;11.60;1412.50;4.39;0.20 -638;5;1502.00;10.45;1427.50;2.21;0.26 -640;5;11.00;9.50;527.50;4.00;1.04 -641;5;2886.50;10.10;1445.50;2.82;0.20 -642;5;3655.00;9.60;1454.50;2.72;0.44 -644;5;354.50;9.50;1532.50;3.09;1.22 -645;5;378.00;9.50;599.50;3.55;1.02 -646;5;3132.50;9.90;1436.50;2.35;0.24 -647;5;1270.50;9.50;672.50;4.37;0.84 -648;5;2880.00;10.25;1453.50;2.03;0.24 -649;5;3227.00;10.35;1390.00;2.67;0.30 -650;5;1711.00;11.30;320.50;2.98;0.32 -651;5;2829.00;9.80;1451.50;2.21;0.18 -652;5;3470.00;14.72;1319.00;1.81;0.30 -653;5;3038.50;13.25;1453.00;-0.98;0.20 -654;5;3470.50;13.35;1372.00;4.43;0.20 -655;5;2799.00;10.25;1449.00;2.67;0.24 -656;5;2993.00;13.65;1446.50;2.55;0.18 -657;5;3246.50;9.80;1401.00;2.49;0.24 -658;5;2947.00;14.62;1450.00;4.39;0.16 -659;5;1504.00;10.90;1558.50;4.58;0.28 -660;5;3203.00;10.25;1421.00;1.89;0.26 -661;5;2949.00;14.30;1456.50;3.14;0.16 -662;5;3154.50;13.05;1433.00;2.67;0.26 -663;5;2934.50;12.25;1465.00;4.43;0.18 -664;5;4894.00;10.05;1433.00;3.60;0.26 -666;5;3521.50;10.40;1379.00;3.38;0.18 -667;5;2856.50;10.00;1461.00;3.78;0.24 -669;5;2821.00;9.80;1458.50;3.14;0.20 -670;5;3511.00;10.67;1383.00;2.67;0.20 -671;5;2997.00;15.35;1457.00;4.39;0.24 -672;5;3461.50;14.60;1379.00;3.38;0.22 -673;5;2989.00;14.50;1465.50;1.73;0.16 -674;5;3230.00;9.70;1413.50;2.03;0.22 -675;5;4911.00;10.65;1516.50;3.14;0.56 -676;5;3180.50;11.65;1442.00;3.38;0.24 -678;5;2918.50;12.50;1472.50;2.94;0.20 -679;5;3127.00;9.80;1443.50;1.81;0.18 -681;5;4912.50;9.90;1451.00;3.78;0.30 -682;5;3088.00;9.60;1451.50;2.03;0.18 -683;5;3525.00;10.60;1395.50;3.52;0.22 -684;5;3116.50;9.80;1459.00;1.95;0.20 -685;5;3481.00;17.27;1389.00;4.24;0.26 -686;5;3066.00;10.50;1466.50;4.06;0.24 -687;5;3262.00;9.60;1421.50;2.76;0.28 -688;5;3012.00;14.45;1472.50;3.14;0.20 -689;5;1495.00;10.65;1571.00;1.76;0.24 -690;5;3214.00;13.20;1430.50;1.93;0.18 -691;5;1484.00;10.35;1582.50;3.81;0.28 -692;5;2985.00;11.30;1480.00;3.60;0.22 -693;5;3166.50;15.05;1448.00;2.89;0.22 -694;5;2942.50;13.40;1478.50;2.82;0.18 -695;5;1474.00;10.75;1582.00;2.35;0.22 -696;5;3159.00;12.92;1451.00;1.89;0.20 -697;5;3178.50;12.90;426.00;3.63;1.18 -698;5;2910.00;11.97;1471.00;3.46;0.20 -699;5;3129.50;9.70;1464.50;3.00;0.22 -701;5;3083.00;10.50;1461.50;4.06;0.18 -702;5;1589.00;11.30;1570.00;2.67;0.24 -703;5;1419.00;10.80;1654.50;2.29;0.42 -704;5;3048.00;11.75;1482.50;3.81;0.22 -705;5;3329.50;9.70;1423.00;4.33;0.28 -706;5;1640.50;10.80;1574.50;2.35;0.24 -707;5;3002.50;13.80;1473.50;3.92;0.24 -708;5;2967.50;11.55;1485.00;4.12;0.24 -710;5;921.00;12.95;1527.00;3.92;0.34 -711;5;3208.50;13.00;1451.50;2.35;0.18 -712;5;3518.50;12.20;1406.00;2.49;0.26 -713;5;3155.50;11.10;1467.50;3.46;0.24 -714;5;3465.50;11.60;1403.00;2.49;0.22 -715;5;1683.00;10.10;1592.50;2.21;0.16 -716;5;3116.50;9.80;1470.50;2.60;0.24 -717;5;3415.00;9.80;1408.00;3.14;0.22 -718;5;1668.00;11.25;1592.50;3.14;0.14 -719;5;3406.00;11.10;1410.00;1.89;0.24 -720;5;1420.00;10.00;1548.00;3.38;0.32 -722;5;1540.50;12.45;1600.00;2.24;0.28 -723;5;3238.00;9.85;1453.00;3.73;0.24 -725;5;4934.50;12.20;1457.50;3.68;0.30 -726;5;2717.50;13.00;1373.50;1.89;0.20 -727;5;3194.50;14.80;1467.50;2.35;0.20 -728;5;3524.50;10.50;1414.50;2.60;0.26 -729;5;2696.50;12.40;1378.00;2.15;0.18 -730;5;3139.50;9.80;1469.00;1.95;0.24 -731;5;3486.50;10.75;1407.00;1.57;0.20 -732;5;3024.50;11.30;1489.00;4.19;0.22 -733;5;1689.00;10.95;1616.50;3.14;0.34 -735;5;3444.00;10.45;1422.00;2.35;0.20 -736;5;1164.50;10.70;1811.50;1.65;0.86 -737;5;3329.50;9.70;1451.00;1.78;0.22 -738;5;2741.50;13.25;1381.00;4.12;0.20 -739;5;4928.00;10.10;1471.50;4.01;0.32 -740;5;2760.50;9.70;1385.50;2.82;0.20 -741;5;3270.50;9.70;1456.00;4.03;0.30 -742;5;3530.50;10.70;1424.50;2.11;0.18 -743;5;2787.00;9.95;1387.50;2.55;0.24 -744;5;3221.50;10.45;1464.00;2.15;0.20 -745;5;3516.50;10.65;1425.00;4.33;0.24 -746;5;3165.00;10.50;1473.50;4.54;0.18 -747;5;2760.50;12.90;1267.50;2.35;0.20 -748;5;3465.50;10.80;1426.50;2.60;0.24 -749;5;782.00;9.50;799.50;-0.77;0.16 -751;5;728.50;9.50;830.00;-0.72;0.42 -752;5;2838.00;10.15;1407.00;4.24;0.18 -753;5;4954.00;12.80;1463.50;2.03;0.20 -754;5;3267.00;9.87;1468.00;2.55;0.24 -755;5;2828.00;10.00;1407.50;1.81;0.14 -756;5;3839.50;11.10;1282.50;3.00;0.40 -757;5;3556.50;9.70;1435.00;2.67;0.16 -758;5;2677.00;9.60;1387.00;2.15;0.24 -759;5;3516.50;9.90;1437.00;2.49;0.30 -760;5;2858.00;11.95;1401.50;3.81;0.18 -761;5;1506.50;9.70;1810.00;1.80;1.90 -762;5;2889.50;9.70;1414.00;1.57;0.18 -763;5;1368.00;10.80;1802.50;1.60;1.44 -764;5;2906.00;15.75;1420.50;2.21;0.20 -765;5;3418.00;9.70;1443.50;2.55;0.20 -766;5;910.50;14.30;1545.50;3.64;0.28 -767;5;3343.50;9.70;1453.50;2.11;0.22 -768;5;894.50;10.70;1544.50;3.54;0.22 -769;5;2859.50;12.60;1422.50;2.11;0.22 -770;5;2924.00;11.20;1411.00;3.60;0.14 -771;5;2945.00;11.40;1413.50;1.81;0.16 -772;5;3461.50;11.20;1365.50;3.92;0.24 -773;5;2964.00;9.70;1425.50;2.55;0.18 -774;5;1546.50;10.95;1612.00;3.30;0.24 -775;5;3450.00;9.70;1444.00;2.35;0.20 -776;5;2942.00;9.80;1427.00;2.67;0.24 -778;5;2909.50;13.00;1434.50;3.46;0.20 -779;5;1544.00;10.40;1625.00;3.92;0.26 -780;5;2885.50;9.70;1423.00;3.38;0.18 -781;5;886.50;13.55;1559.00;4.19;0.34 -782;5;2990.50;10.05;1407.00;4.33;0.18 -783;5;4846.00;12.72;1395.00;4.39;0.30 -784;5;3288.50;13.55;1282.00;2.89;0.24 -785;5;3252.50;12.30;1314.00;1.84;0.26 -786;5;3133.00;9.50;1770.50;0.96;0.82 -787;5;2451.50;9.50;925.50;4.00;1.00 -788;5;1613.00;9.70;1483.00;2.03;0.24 -789;5;3464.00;14.37;1337.00;1.76;0.24 -790;5;2800.50;10.20;1350.50;4.39;0.12 -791;5;2280.50;9.50;688.00;2.54;1.16 -793;5;3177.00;10.45;1388.50;4.06;0.26 -794;5;2717.50;12.90;1335.50;2.60;0.24 -795;5;2171.50;9.50;1809.50;3.83;1.20 -796;5;959.00;9.50;101.00;4.26;1.46 -797;5;3109.50;12.40;1406.50;2.82;0.22 -799;5;2670.50;9.80;1328.50;2.94;0.16 -800;5;4794.00;12.85;1354.50;4.06;0.22 -801;5;1548.00;10.15;1533.00;3.46;0.30 -802;5;3799.00;9.50;966.00;3.92;0.98 -803;5;3316.00;9.50;1177.50;1.64;0.72 -804;5;3332.50;11.60;1322.50;2.60;0.22 -805;5;1319.50;10.40;1390.50;1.89;0.34 -806;5;3373.50;10.55;1269.00;1.95;0.28 -807;5;5105.50;9.50;620.50;-1.07;1.08 -808;5;5276.00;9.50;1317.50;4.08;1.16 -809;5;2714.00;12.42;1296.00;4.24;0.20 -810;5;4859.00;11.92;1408.00;2.03;0.24 -811;5;4742.00;9.50;404.00;2.30;0.88 -812;5;4360.50;9.50;632.00;1.31;1.10 -813;5;2783.50;12.30;1349.00;1.84;0.20 -814;5;4658.00;11.55;1341.50;1.73;0.28 -815;5;4508.50;9.50;284.00;3.86;1.08 -816;5;3790.50;9.50;642.50;4.15;0.98 -817;5;2891.00;10.00;1459.50;2.21;0.22 -818;5;3195.50;9.70;1400.50;2.82;0.28 -820;5;3772.00;9.50;45.00;3.14;1.36 -821;5;2951.00;9.50;51.00;3.14;1.30 -822;5;1608.50;10.00;1542.00;2.89;0.16 -823;5;986.00;12.60;1429.00;4.51;0.30 -824;5;2140.00;9.50;72.50;2.96;0.98 -825;5;2311.50;9.50;309.00;4.71;1.26 -826;5;2521.50;9.50;1120.50;1.48;1.36 -827;5;1526.00;10.80;1546.00;3.92;0.26 -828;5;4589.50;14.65;1347.00;3.83;0.34 -829;5;3529.00;9.80;1206.50;3.73;0.48 -830;5;2510.50;9.50;1486.50;4.68;1.30 -831;5;1484.50;10.40;1543.50;3.54;0.22 -832;5;2774.00;11.90;1306.00;2.03;0.24 -833;5;3130.00;13.52;1353.00;3.14;0.20 -835;5;53.00;9.50;502.50;4.46;1.24 -836;5;4733.00;11.82;1334.00;2.03;0.22 -837;5;4918.00;12.97;1421.00;1.89;0.34 -838;5;13.00;9.50;1331.50;4.13;1.04 -839;5;296.00;9.50;1545.00;2.12;1.02 -840;5;400.50;9.50;643.00;3.29;0.92 -841;5;3134.50;14.50;1331.00;2.49;0.20 -842;5;1431.50;9.50;674.50;1.66;1.24 -844;5;2679.00;10.00;1312.00;2.67;0.18 -845;5;2693.00;12.15;1341.50;3.14;0.20 -846;5;4734.00;9.80;1369.50;2.21;0.28 -847;5;1591.00;10.27;1550.00;1.89;0.22 -848;5;4796.00;11.00;1305.50;2.55;0.28 -849;5;3219.00;9.55;1337.00;2.82;0.36 -850;5;1034.50;14.75;1480.00;4.48;0.46 -851;5;3043.50;9.70;1331.00;3.78;0.24 -852;5;4790.00;14.70;1334.00;4.24;0.22 -853;5;1054.50;11.20;1430.50;3.25;0.46 -854;5;2844.50;11.10;1357.50;1.76;0.24 -855;5;5036.16;9.70;1592.64;3.03;0.50 -856;5;3260.50;12.50;1315.50;4.30;0.26 -857;5;2764.50;13.20;1355.50;2.82;0.16 -858;5;2738.00;11.90;1318.50;3.73;0.16 -860;5;1465.50;10.10;1402.50;4.20;0.34 -861;5;4802.50;14.05;1357.00;4.03;0.22 -862;5;1617.00;13.20;1567.00;2.03;0.28 -863;5;3154.50;10.20;1313.50;2.11;0.22 -864;5;1743.50;10.60;643.50;-1.21;0.24 -866;5;1534.50;9.70;1332.00;4.19;0.30 -867;5;3131.50;14.50;1360.50;3.46;0.20 -868;5;1143.50;18.15;1513.00;2.07;0.46 -869;5;3335.50;11.20;1292.00;1.84;0.20 -870;5;1475.50;10.70;1563.00;3.38;0.26 -871;5;2793.00;14.45;1326.50;2.55;0.24 -872;5;2819.50;11.75;1361.00;2.49;0.20 -873;5;1593.00;9.80;1518.00;3.60;0.32 -874;5;2705.00;12.00;1342.50;1.81;0.24 -875;5;2731.50;11.80;1287.00;2.15;0.20 -876;5;3426.00;13.05;1303.50;3.52;0.30 -877;5;2704.50;11.90;1352.00;2.49;0.18 -879;5;2724.00;12.65;1291.00;2.35;0.20 -880;5;1568.50;10.60;1560.00;3.38;0.24 -881;5;4639.50;11.75;1341.00;2.67;0.24 -882;5;771.00;9.50;786.50;-0.77;0.26 -883;5;3053.00;9.90;1349.00;2.03;0.18 -884;5;2761.50;14.95;1363.00;4.03;0.20 -885;5;2748.00;12.75;1366.50;3.73;0.16 -886;5;3376.50;13.35;1281.00;1.84;0.36 -887;5;4753.50;10.40;1371.50;3.68;0.26 -888;5;2774.00;12.50;1316.00;3.60;0.24 -889;5;2681.50;12.40;1342.00;4.33;0.16 -890;5;3287.50;12.00;1335.50;2.82;0.18 -891;5;1631.00;11.70;1567.50;3.73;0.22 -892;5;4728.50;11.60;1340.00;2.24;0.26 -893;5;3198.00;13.65;1355.50;2.21;0.22 -894;5;1616.00;11.27;1578.00;3.92;0.18 -896;5;2734.00;11.67;1326.00;3.60;0.20 -897;5;2821.50;12.80;1367.50;3.46;0.16 -898;5;4826.50;13.50;1364.50;4.30;0.26 -899;5;2815.00;13.35;1370.00;2.67;0.16 -900;5;4646.00;10.60;1328.50;3.52;0.24 -901;5;3437.50;10.40;1237.50;3.92;0.34 -902;5;2952.00;10.75;1317.50;3.14;0.18 -903;5;2740.50;12.40;1366.00;3.38;0.20 -904;5;3291.00;9.70;1342.50;3.14;0.24 -906;5;4789.00;14.70;1344.50;3.73;0.22 -907;5;3152.50;12.45;1363.00;3.38;0.24 -908;5;1666.00;11.00;1586.00;3.14;0.16 -909;5;3288.00;13.70;1311.00;2.67;0.22 -910;5;2978.50;10.60;1385.00;4.03;0.22 -912;5;4763.00;10.80;1320.50;2.21;0.20 -913;5;1504.00;10.12;1477.00;2.35;0.22 -914;5;3122.00;11.00;1324.50;2.46;0.22 -915;5;2804.50;13.60;1373.50;3.46;0.24 -916;5;4747.50;10.10;1378.00;1.98;0.26 -917;5;864.50;14.10;1898.50;3.54;1.12 -918;5;2720.00;11.80;1355.00;1.57;0.16 -919;5;3362.50;12.80;1319.50;3.92;0.30 -920;5;2706.50;13.60;1358.50;3.92;0.20 -921;5;3362.50;14.05;1299.00;2.49;0.28 -922;5;3236.00;10.15;1355.50;4.24;0.24 -923;5;3021.00;10.85;1353.50;2.55;0.22 -924;5;2673.50;9.90;1313.50;2.11;0.22 -925;5;3013.50;10.90;1385.50;3.92;0.24 -926;5;1407.00;10.25;1622.00;3.92;0.34 -927;5;4808.50;13.00;1372.50;2.11;0.20 -928;5;3242.00;10.35;1300.50;1.73;0.22 -929;5;2812.00;10.40;1397.50;3.73;0.18 -930;5;4739.50;9.80;1396.50;1.64;0.38 -931;5;2709.50;10.80;1300.50;2.11;0.20 -932;5;2773.00;11.45;1373.50;2.55;0.20 -933;5;3365.50;12.40;1332.00;2.24;0.24 -934;5;4685.00;12.35;1354.50;4.01;0.30 -935;5;3165.00;12.60;1367.00;1.24;0.26 -936;5;3147.50;12.90;1340.50;3.92;0.24 -938;5;2695.00;13.65;1334.00;3.14;0.18 -939;5;2729.00;14.42;1335.00;3.14;0.24 -940;5;3312.00;12.32;1288.00;2.82;0.26 -941;5;962.00;14.20;1465.50;2.26;0.36 -942;5;2767.50;12.00;1312.50;2.82;0.20 -943;5;2835.50;10.00;1388.00;2.24;0.22 -944;5;4826.00;12.35;1377.50;3.52;0.24 -945;5;4763.50;11.35;1349.00;2.15;0.18 -946;5;4798.50;12.30;1384.50;1.89;0.26 -947;5;3261.50;11.60;1327.50;2.60;0.22 -950;5;2744.50;12.50;1290.50;4.17;0.20 -951;5;1589.50;12.10;1525.50;2.19;0.26 -952;5;4618.00;13.20;1350.00;2.03;0.28 -953;5;3091.00;14.40;1389.50;4.06;0.20 -954;5;1428.00;9.90;1502.50;2.26;0.26 -955;5;3039.00;10.60;1340.00;3.14;0.22 -956;5;2902.50;10.95;1393.00;2.15;0.18 -957;5;4872.50;9.70;1388.50;2.60;0.34 -958;5;2883.50;9.80;1400.50;3.46;0.16 -959;5;4825.00;10.50;1345.50;3.73;0.22 -960;5;3388.50;13.85;1335.00;3.78;0.24 -961;5;3354.00;14.45;1289.00;3.46;0.24 -963;5;3023.00;12.20;1362.50;3.52;0.22 -964;5;4721.00;11.05;1329.00;2.03;0.24 -965;5;3170.50;11.90;1383.50;1.71;0.24 -966;5;3148.00;13.30;1331.50;2.76;0.18 -967;5;3009.00;11.20;1392.50;2.55;0.24 -968;5;1473.50;11.80;1447.00;4.00;0.26 -969;5;2957.00;9.95;1430.50;3.14;0.14 -970;5;2667.50;9.60;1300.50;3.33;0.18 -971;5;1520.50;10.30;1523.50;2.35;0.28 -972;5;4653.00;12.37;1366.00;3.14;0.22 -973;5;4835.50;11.70;1392.50;3.46;0.20 -974;5;3142.00;13.10;1346.50;3.14;0.18 -975;5;3397.00;11.65;1339.50;4.42;0.22 -976;5;3155.50;13.35;1300.00;1.95;0.26 -977;5;2745.50;14.30;1341.00;3.38;0.24 -978;5;4781.50;12.70;1328.50;4.17;0.22 -979;5;3323.50;12.45;1356.00;3.38;0.24 -980;5;2672.00;9.70;1292.50;3.14;0.20 -981;5;3256.50;13.10;1309.50;3.92;0.24 -982;5;3103.50;14.10;1391.50;-1.37;0.28 -983;5;1652.00;10.70;1720.00;2.12;0.80 -984;5;3053.50;10.90;1404.50;3.46;0.16 -985;5;2723.50;11.60;1310.50;2.11;0.20 -986;5;920.00;10.40;1463.00;3.92;0.28 -987;5;4724.50;9.70;1351.50;4.57;0.28 -988;5;3124.00;11.00;672.50;2.61;0.78 -989;5;2769.50;12.20;1227.00;3.83;0.34 -990;5;3147.50;9.50;1740.00;1.38;0.62 -991;5;2549.50;9.50;833.00;1.79;1.10 -992;5;3266.00;9.85;1144.00;4.24;0.38 -993;5;4989.50;9.70;1255.50;2.35;0.22 -995;5;2242.00;9.50;698.50;3.14;1.16 -996;5;4667.00;11.05;1170.00;4.24;0.18 -997;5;4256.00;10.40;1016.50;2.03;0.32 -999;5;2233.00;9.50;1842.00;3.14;1.52 -1000;5;850.50;9.50;87.00;2.59;1.26 -1001;5;4656.00;9.70;1196.00;1.57;0.24 -1003;5;4769.50;9.70;1289.00;4.03;0.20 -1004;5;4561.50;10.40;1221.50;4.17;0.36 -1005;5;3280.50;12.55;1270.00;3.38;0.28 -1006;5;4627.50;14.50;1068.50;3.92;0.26 -1007;5;3885.50;9.50;912.00;2.78;0.98 -1008;5;3302.00;9.50;1209.00;1.71;0.66 -1010;5;4468.50;14.60;1112.50;3.92;0.34 -1011;5;5053.50;9.50;648.00;2.26;1.08 -1012;5;5216.50;9.50;1295.00;4.34;1.46 -1013;5;2820.50;9.70;1254.50;2.60;0.28 -1014;5;4273.00;9.85;972.50;2.76;0.32 -1015;5;3353.00;10.65;1147.50;2.21;0.20 -1016;5;4691.50;9.50;438.50;3.58;1.02 -1017;5;4334.00;9.50;618.00;2.43;1.00 -1018;5;4509.00;10.27;1006.00;2.15;0.24 -1020;5;4854.50;10.05;1177.00;2.89;0.14 -1021;5;4481.50;9.50;229.00;3.30;1.16 -1022;5;3799.00;9.50;687.00;2.40;0.94 -1023;5;4531.50;12.00;1058.00;2.97;0.28 -1024;5;5000.50;12.10;1281.50;2.94;0.22 -1025;5;4846.50;11.25;1207.00;2.67;0.20 -1026;5;2900.50;9.50;36.00;3.77;0.90 -1027;5;4579.00;13.90;1311.50;2.76;0.20 -1028;5;3311.50;11.85;1053.00;3.50;0.28 -1029;5;4665.50;9.70;1226.50;2.11;0.28 -1030;5;2186.00;9.50;128.00;2.30;1.08 -1031;5;2296.50;9.50;364.50;3.33;0.96 -1032;5;2474.50;9.50;1185.00;3.66;1.22 -1033;5;3369.50;10.90;1100.00;3.53;0.56 -1034;5;4534.00;11.35;1253.50;3.99;0.36 -1035;5;2500.00;9.50;1572.00;2.48;1.54 -1036;5;4598.50;11.40;1140.00;3.78;0.30 -1037;5;2955.00;10.95;1234.50;2.86;0.26 -1039;5;1142.00;9.50;127.00;1.87;1.16 -1040;5;101.50;9.50;475.50;4.43;1.04 -1043;5;2920.50;10.40;1128.50;3.67;1.26 -1045;5;434.50;9.50;645.00;3.99;0.98 -1046;5;2941.50;11.30;1253.50;4.60;0.28 -1047;5;4577.50;9.65;1023.00;1.84;0.28 -1048;5;2711.00;10.20;1266.00;2.67;0.20 -1049;5;1348.00;9.50;726.50;3.85;1.10 -1051;5;4929.50;10.20;1217.50;2.35;0.24 -1052;5;4657.50;9.70;1319.00;3.26;0.30 -1053;5;4603.50;10.20;1071.50;3.92;0.30 -1054;5;4803.00;10.95;1233.50;3.52;0.26 -1055;5;4681.50;11.60;1109.50;3.92;0.28 -1056;5;3381.00;12.22;1233.00;3.78;0.36 -1057;5;3149.00;9.90;1087.50;2.95;0.82 -1058;5;2930.50;12.40;1249.50;3.00;0.24 -1059;5;4152.50;10.40;1012.00;2.97;0.30 -1060;5;3186.50;9.80;1148.50;2.71;0.40 -1061;5;3907.50;9.90;1036.50;1.97;0.40 -1062;5;3128.00;13.67;1172.00;4.12;0.26 -1063;5;4994.50;10.50;1314.50;3.03;0.26 -1064;5;3323.00;9.95;1059.50;3.52;0.30 -1065;5;3360.00;10.50;1194.00;2.03;0.24 -1066;5;4650.00;10.15;1115.50;3.42;0.24 -1067;5;4927.00;10.10;1238.50;4.06;0.20 -1068;5;3287.00;9.70;1131.00;2.67;0.22 -1069;5;4635.00;10.45;1263.50;3.73;0.30 -1071;5;3257.50;9.75;1154.00;2.97;0.26 -1072;5;3398.00;12.85;1238.00;2.67;0.32 -1073;5;4445.00;9.85;1003.50;4.24;0.28 -1074;5;3369.00;12.30;1197.50;2.76;0.26 -1075;5;4233.00;10.25;1037.00;2.82;0.28 -1076;5;4653.00;9.60;1216.50;4.35;0.26 -1078;5;4604.50;10.10;1047.50;4.17;0.26 -1079;5;2701.50;13.35;1204.00;2.97;0.30 -1080;5;3302.50;10.95;1110.00;3.86;0.38 -1081;5;4806.00;12.15;1251.50;3.14;0.20 -1082;5;4314.50;10.00;1056.50;3.00;0.40 -1083;5;4626.00;10.47;1158.00;4.12;0.30 -1084;5;4636.00;9.72;1278.00;3.92;0.24 -1086;5;3357.50;10.90;1172.50;2.35;0.18 -1087;5;4547.50;10.15;1022.00;2.15;0.24 -1088;5;3369.50;9.75;1243.00;3.30;0.32 -1089;5;4683.00;9.90;1182.50;1.81;0.20 -1090;5;2747.00;13.70;1278.00;3.14;0.20 -1092;5;4871.00;10.40;1221.50;3.73;0.22 -1093;5;2782.50;11.30;1292.50;3.92;0.20 -1094;5;4671.00;11.40;1096.50;1.73;0.24 -1095;5;2807.50;10.20;1118.00;2.43;0.98 -1096;5;4688.50;11.80;1139.50;3.92;0.20 -1097;5;4981.00;9.90;1250.50;1.93;0.22 -1098;5;4679.00;9.90;652.50;2.79;0.22 -1099;5;4655.50;9.70;1169.00;3.38;0.22 -1100;5;4798.00;9.90;1269.50;3.14;0.22 -1101;5;4140.00;9.80;993.50;3.52;0.30 -1102;5;2667.00;14.00;1168.00;2.35;0.44 -1103;5;3936.50;9.85;1047.00;3.26;0.40 -1105;5;2980.50;9.80;1187.50;1.89;0.30 -1107;5;3909.50;13.70;1160.00;3.05;0.36 -1108;5;3367.50;9.70;1220.00;4.33;0.28 -1109;5;3165.00;10.85;1296.00;2.03;0.20 -1110;5;4629.00;10.10;1094.50;2.26;0.34 -1111;5;2762.00;13.55;1217.50;2.43;0.36 -1112;5;3322.50;9.85;1132.00;4.00;0.36 -1113;5;4991.00;10.17;1266.00;2.35;0.24 -1114;5;4422.50;11.95;1024.00;4.19;0.34 -1115;5;2760.00;10.05;1019.50;1.54;1.40 -1116;5;4275.50;13.20;1104.00;3.01;0.46 -1117;5;4978.50;10.90;1279.50;2.35;0.28 -1118;5;3044.50;10.70;1169.50;3.54;0.24 -1119;5;3273.00;11.07;1261.00;3.73;0.28 -1120;5;4583.50;10.40;1047.50;3.28;0.30 -1121;5;4646.00;10.77;1213.00;3.60;0.22 -1122;5;3291.00;10.50;1271.00;4.24;0.26 -1124;5;4656.00;11.35;1238.00;3.14;0.20 -1125;5;4660.00;10.95;1141.00;1.89;0.30 -1126;5;2841.00;12.90;1205.50;3.14;0.46 -1127;5;3120.50;9.90;1155.50;2.82;0.26 -1128;5;2858.50;12.40;1239.50;2.35;0.24 -1129;5;4022.00;21.82;1181.00;4.33;0.50 -1130;5;3176.50;11.85;1177.00;2.89;0.22 -1131;5;4541.00;10.77;1015.00;2.82;0.24 -1132;5;1595.50;9.70;1446.50;1.97;0.36 -1134;5;4617.00;10.00;1311.00;3.46;0.24 -1135;5;82.68;9.70;1784.33;1.85;0.34 -1136;5;4920.00;10.40;1235.50;2.03;0.24 -1137;5;4595.50;15.45;1324.00;4.49;0.26 -1138;5;4636.50;10.90;1089.00;3.83;0.28 -1139;5;4576.00;10.30;1236.50;4.24;0.22 -1140;5;3159.00;9.80;1120.00;4.24;0.72 -1141;5;2931.50;13.85;1234.00;2.15;0.42 -1142;5;4248.00;9.70;991.50;3.52;0.26 -1143;5;3232.50;9.60;1132.50;2.52;0.44 -1144;5;3922.00;10.30;1027.00;3.14;0.40 -1145;5;2849.50;10.15;1259.00;4.33;0.24 -1146;5;4651.50;9.70;1179.00;3.78;0.28 -1147;5;3906.00;9.80;1054.00;1.89;0.34 -1148;5;4808.50;12.70;1289.00;2.24;0.24 -1149;5;3012.00;9.95;1189.00;2.67;0.22 -1151;5;3307.00;10.45;1083.50;4.01;0.32 -1152;5;2740.50;16.20;1190.00;2.67;0.36 -1153;5;4630.00;10.62;1136.00;2.03;0.24 -1154;5;4658.50;11.60;1249.50;3.33;0.24 -1155;5;3318.00;9.77;1159.00;3.14;0.28 -1157;5;4467.50;9.80;992.50;4.17;0.28 -1158;5;4827.00;9.50;1197.00;0.00;0.80 -1160;5;2933.50;10.40;1260.50;1.76;0.30 -1161;5;4643.50;11.20;1206.50;2.11;0.24 -1162;5;4592.50;10.10;1039.50;4.57;0.30 -1165;5;5015.50;10.10;1305.50;2.52;0.22 -1166;5;4659.00;10.97;1074.00;1.57;0.28 -1167;5;4890.00;12.00;1238.00;3.14;0.24 -1169;5;4601.50;9.75;1261.00;2.24;0.26 -1170;5;4333.00;12.00;1018.50;3.14;0.40 -1171;5;4648.00;9.80;1158.50;4.54;0.26 -1172;5;4444.50;13.90;1038.50;4.20;0.40 -1173;5;3144.50;9.50;1275.00;3.26;0.16 -1174;5;3019.00;10.47;1171.00;3.38;0.26 -1175;5;4697.00;10.35;1024.50;2.46;0.20 -1176;5;2756.00;14.30;1272.50;1.73;0.20 -1178;5;2725.00;10.20;1279.50;1.73;0.16 -1179;5;3849.00;10.45;1071.00;1.57;0.50 -1180;5;4565.50;12.50;1248.00;4.00;0.30 -1181;5;3259.00;12.62;632.00;1.98;0.68 -1182;5;4987.00;9.67;1246.00;2.67;0.20 -1183;5;4843.50;10.10;1179.50;2.35;0.18 -1184;5;4671.50;11.25;1268.00;3.30;0.22 -1185;5;4458.00;9.50;976.50;3.73;0.20 -1186;5;3154.50;9.80;1167.00;3.83;0.34 -1187;5;4557.50;10.75;1018.00;3.30;0.24 -1188;5;4600.50;10.20;1273.50;2.35;0.26 -1189;5;3001.50;11.20;1187.00;3.01;0.26 -1191;5;4872.50;12.20;1229.00;2.24;0.22 -1192;5;2765.00;14.02;1289.00;2.55;0.24 -1193;5;4647.50;10.90;1079.00;2.24;0.24 -1194;5;2712.50;10.45;1228.00;2.67;0.30 -1195;5;4678.50;11.75;1122.00;4.33;0.24 -1196;5;4436.50;13.00;1031.00;3.83;0.38 -1197;5;4310.00;11.22;1089.00;4.39;0.40 -1198;5;3110.50;9.65;1145.00;3.60;0.26 -1199;5;3979.00;10.80;1050.00;2.97;0.32 -1200;5;4693.00;10.80;1276.50;4.06;0.22 -1202;5;4590.00;10.15;1031.00;2.55;0.26 -1203;5;4572.00;12.87;1294.00;3.14;0.30 -1204;5;3154.00;10.20;1189.50;2.03;0.24 -1206;5;3311.50;10.50;1036.50;2.52;0.42 -1207;5;2711.50;16.40;1184.50;4.48;0.34 -1208;5;4520.34;9.60;672.61;0.78;0.84 -1209;5;4554.50;9.70;521.00;1.95;0.20 -1210;5;3679.00;10.00;1552.00;4.12;0.28 -1211;5;3104.00;9.50;1729.00;-1.19;0.92 -1212;5;2608.00;9.50;742.00;4.06;1.18 -1213;5;4065.50;13.60;760.00;3.30;0.30 -1214;5;851.00;12.10;1728.50;3.42;0.36 -1215;5;2083.00;9.50;864.50;4.30;0.72 -1216;5;3867.00;17.65;1305.00;3.14;0.24 -1217;5;4909.50;10.60;444.50;2.52;0.32 -1218;5;2213.50;9.50;1756.00;1.93;1.06 -1219;5;807.50;9.50;175.00;3.17;1.30 -1220;5;3736.00;10.90;1467.00;2.24;0.44 -1221;5;4695.00;10.25;873.50;2.21;0.20 -1222;5;5059.50;11.50;537.50;3.92;0.32 -1223;5;3897.00;10.10;1530.00;4.06;0.38 -1225;5;4602.00;9.90;608.50;3.14;0.26 -1226;5;3877.00;9.50;800.00;1.89;0.82 -1227;5;2880.50;9.50;1723.50;3.76;0.48 -1228;5;4073.00;9.82;927.00;3.38;0.30 -1229;5;3855.00;10.20;1579.50;4.24;0.44 -1230;5;4535.50;10.40;658.00;4.00;0.32 -1231;5;5152.00;9.50;665.50;2.32;1.32 -1232;5;5180.00;9.50;1247.50;3.77;1.36 -1233;5;3751.50;11.00;1630.50;2.94;0.34 -1234;5;4758.00;10.60;757.00;2.03;0.24 -1235;5;4610.00;9.50;441.00;3.14;1.10 -1236;5;4374.50;9.50;601.00;4.29;0.94 -1238;5;3998.00;9.80;808.50;3.81;0.26 -1239;5;3981.00;11.27;1465.00;3.14;0.44 -1240;5;4543.00;9.50;190.50;3.50;1.12 -1241;5;3815.50;9.50;720.50;3.71;0.78 -1242;5;5075.50;10.30;530.00;2.49;0.26 -1243;5;3901.50;10.50;1483.50;2.48;0.52 -1244;5;4396.00;9.60;858.50;3.73;0.26 -1245;5;2876.00;9.50;124.50;4.43;1.16 -1246;5;4455.00;10.00;594.50;2.86;0.20 -1247;5;3685.50;11.00;1485.50;2.19;0.40 -1248;5;4485.50;12.80;885.50;3.68;0.24 -1249;5;2170.00;9.50;157.00;1.93;0.96 -1250;5;2328.00;9.50;376.00;3.92;1.24 -1251;5;2454.00;9.50;1233.50;3.85;1.22 -1252;5;4643.50;9.90;664.00;1.98;0.34 -1253;5;4339.00;11.95;939.50;2.46;0.38 -1255;5;2479.00;9.50;1628.50;3.06;1.24 -1257;5;4414.50;19.10;1187.00;4.49;0.40 -1258;5;3689.50;10.60;1606.50;3.28;0.34 -1259;5;1298.00;9.50;230.50;2.38;1.10 -1260;5;172.00;9.50;492.50;3.23;1.06 -1261;5;4725.00;9.50;818.50;4.35;0.22 -1262;5;1031.00;12.67;1738.00;4.24;0.68 -1264;5;14.50;9.50;1382.00;3.33;0.92 -1265;5;166.50;9.50;1539.00;3.50;1.12 -1266;5;427.50;9.50;598.00;3.81;1.10 -1267;5;4972.50;11.90;1508.50;2.60;0.26 -1268;5;4039.50;10.90;837.50;1.97;0.28 -1270;5;1518.00;9.50;647.50;1.95;1.14 -1272;5;3823.50;10.10;1505.50;3.92;0.46 -1273;5;3959.00;9.70;898.50;3.66;0.22 -1274;5;4426.50;10.20;588.50;4.30;0.28 -1275;5;4052.00;9.92;924.00;1.89;0.34 -1276;5;3828.50;10.00;1550.00;4.29;0.46 -1277;5;4392.00;10.30;661.50;-1.44;0.38 -1278;5;3682.50;9.80;1617.00;4.03;0.26 -1279;5;4391.50;10.05;749.00;3.60;0.22 -1281;5;4351.50;9.70;803.50;3.03;0.16 -1282;5;1735.50;10.50;1657.00;4.29;0.36 -1284;5;1712.00;9.95;1682.50;3.52;0.42 -1287;5;3986.00;9.80;1526.50;3.64;0.58 -1288;5;4698.00;10.42;895.00;3.14;0.18 -1289;5;4707.50;10.65;665.00;2.89;0.22 -1290;5;3651.00;9.70;1533.50;2.76;0.32 -1291;5;4379.00;10.05;743.00;2.82;0.22 -1292;5;3818.50;9.90;1638.50;2.73;0.44 -1294;5;3856.50;9.80;1637.50;3.56;0.48 -1295;5;3619.00;9.80;1815.00;4.12;0.66 -1296;5;4356.50;10.10;844.50;2.60;0.22 -1297;5;4115.50;10.30;1599.50;2.82;0.42 -1299;5;1556.50;10.90;1695.50;1.63;0.42 -1300;5;4504.00;11.40;879.50;3.14;0.18 -1301;5;5135.00;10.05;559.00;2.67;0.22 -1302;5;4475.00;11.05;920.50;1.81;0.26 -1303;5;3818.00;9.90;1540.00;2.24;0.46 -1304;5;4522.50;10.40;656.50;3.54;0.34 -1305;5;3679.00;9.85;1601.00;2.03;0.38 -1307;5;3631.00;10.10;1755.00;2.35;0.36 -1308;5;4352.50;9.60;817.00;2.49;0.16 -1309;5;3934.00;10.25;1596.50;4.31;0.56 -1312;5;3887.00;10.50;1463.50;2.64;0.52 -1313;5;4436.00;9.82;580.00;3.92;0.26 -1314;5;3749.00;9.90;1481.50;1.93;0.48 -1316;5;4523.00;10.10;641.50;2.55;0.46 -1317;5;4037.50;10.80;916.50;2.23;0.38 -1318;5;3636.50;9.70;1525.00;3.26;0.28 -1319;5;4413.50;15.50;1069.50;1.79;0.38 -1320;5;929.00;14.90;1713.00;3.33;0.52 -1321;5;4002.50;9.80;796.00;3.26;0.24 -1323;5;882.00;12.42;1809.00;3.33;0.70 -1324;5;4439.00;10.25;856.50;4.06;0.30 -1325;5;4959.50;12.45;1503.00;2.44;0.34 -1327;5;3794.00;10.12;1629.00;3.46;0.44 -1328;5;4499.00;12.50;874.50;2.21;0.24 -1330;5;4308.50;10.70;922.00;3.78;0.28 -1331;5;3808.50;9.80;1519.50;4.05;0.44 -1332;5;4419.00;10.00;630.50;4.24;0.18 -1333;5;4288.50;9.90;959.00;2.24;0.22 -1334;5;3736.00;10.30;1612.00;3.14;0.42 -1335;5;4617.00;12.70;718.00;1.81;0.36 -1337;5;4367.00;9.80;777.50;3.52;0.20 -1338;5;1739.50;9.80;1640.50;2.91;0.30 -1339;5;4755.50;10.50;501.50;2.35;0.20 -1340;5;4757.00;10.55;841.00;3.60;0.20 -1341;5;1634.00;10.20;1664.50;2.29;0.46 -1342;5;4455.00;9.70;568.00;3.14;0.14 -1343;5;4961.00;11.95;1526.00;3.33;0.32 -1344;5;4044.50;10.20;862.00;1.78;0.26 -1345;5;4435.00;9.50;636.50;2.80;0.46 -1346;5;2917.00;12.85;1489.50;3.73;0.18 -1347;5;953.50;14.40;1806.50;4.35;0.92 -1348;5;4408.00;11.00;722.00;3.14;0.22 -1349;5;3947.00;9.70;958.00;3.38;0.26 -1350;5;3639.00;9.72;1577.00;4.12;0.30 -1352;5;1299.50;11.10;1519.00;3.98;0.40 -1353;5;4414.50;12.75;848.00;2.49;0.24 -1355;5;4740.25;11.70;488.37;2.26;0.42 -1356;5;1698.50;11.80;1702.00;3.87;0.42 -1357;5;4398.50;10.10;920.00;2.07;0.38 -1358;5;5224.00;9.90;556.50;3.81;0.18 -1359;5;3999.50;10.85;936.00;3.43;0.38 -1360;5;3773.00;9.80;1517.00;3.38;0.42 -1362;5;4439.00;12.15;951.00;3.46;0.30 -1363;5;3810.50;9.80;1586.50;2.73;0.38 -1364;5;4384.00;10.90;723.50;3.81;0.22 -1365;5;3652.00;9.80;1675.00;4.12;0.30 -1366;5;4350.50;9.70;778.00;3.78;0.22 -1367;5;4441.50;10.50;1171.00;3.05;0.44 -1369;5;4159.50;10.40;1606.50;3.76;0.50 -1371;5;3723.00;9.85;1478.50;3.14;0.34 -1373;5;4410.00;9.80;618.50;4.35;0.28 -1374;5;4461.00;11.55;900.00;1.89;0.30 -1375;5;3954.50;9.80;1542.00;1.75;0.58 -1376;5;4384.50;10.25;712.00;3.01;0.26 -1377;5;4056.00;9.80;1095.50;4.24;0.48 -1378;5;3683.00;9.90;1568.50;2.03;0.32 -1379;5;4772.50;10.20;781.50;3.68;0.22 -1380;5;3672.50;10.40;1657.50;2.94;0.26 -1381;5;4047.00;9.70;821.50;3.14;0.32 -1382;5;3912.00;10.90;1455.50;2.41;0.58 -1383;5;4390.50;12.95;1032.00;2.97;0.42 -1384;5;3879.00;17.10;1297.50;4.35;0.36 -1385;5;4347.00;10.30;866.00;3.60;0.22 -1386;5;4495.00;9.95;545.00;3.92;0.20 -1387;5;3828.50;10.30;1664.00;4.19;0.36 -1388;5;4698.50;10.50;905.50;3.33;0.18 -1390;5;4437.00;10.80;941.50;2.76;0.30 -1391;5;3865.00;10.50;1599.00;3.42;0.46 -1392;5;4404.50;9.90;709.50;3.76;0.24 -1393;5;881.50;14.40;1747.00;3.05;0.46 -1394;5;4356.50;10.80;782.50;4.17;0.22 -1395;5;4435.50;10.30;1139.00;3.01;0.38 -1396;5;4466.00;9.65;818.00;3.60;0.22 -1397;5;4946.50;11.60;1488.50;3.92;0.36 -1400;5;4493.00;12.65;861.50;2.21;0.22 -1401;5;4449.00;9.70;606.50;4.24;0.30 -1402;5;3955.50;11.35;1461.00;3.22;0.52 -1403;5;4333.00;9.70;915.50;3.14;0.26 -1404;5;4631.00;10.80;695.00;3.60;0.26 -1405;5;3981.50;14.50;959.50;1.97;0.34 -1406;5;3689.00;10.10;1557.50;3.73;0.28 -1407;5;4771.00;10.50;772.00;2.82;0.18 -1408;5;892.50;12.60;1733.50;2.73;0.32 -1409;5;4026.00;9.95;806.50;2.03;0.30 -1411;5;901.50;12.80;1847.50;4.58;1.36 -1412;5;3989.00;12.15;867.50;4.15;0.34 -1413;5;4537.50;10.30;542.50;2.11;0.24 -1414;5;920.50;11.90;1624.50;4.05;0.60 -1415;5;4688.50;10.80;905.00;2.49;0.18 -1416;5;4610.50;10.80;609.00;3.83;0.28 -1417;5;4315.00;10.30;942.50;2.21;0.26 -1418;5;3889.50;10.40;1587.00;4.45;0.40 -1422;5;4919.50;10.05;457.00;2.44;0.36 -1423;5;4459.50;9.60;812.00;4.19;0.24 -1424;5;1790.50;9.70;1663.50;4.20;0.48 -1425;5;4479.00;11.50;539.00;3.60;0.24 -1426;5;1824.50;10.10;1911.50;3.16;1.46 -1427;5;4368.00;9.50;868.00;4.24;0.28 -1429;5;3737.00;9.85;1502.00;4.24;0.38 -1430;5;4048.00;9.80;897.00;3.46;0.32 -1431;5;4865.50;10.40;444.00;1.92;0.34 -1432;5;951.00;16.52;1502.00;2.03;0.50 -1433;5;1512.00;9.70;1379.50;3.81;0.30 -1434;5;3219.00;9.50;1730.50;-1.23;0.62 -1435;5;2871.50;9.50;578.50;2.01;0.96 -1436;5;1639.00;11.50;1594.50;1.73;0.26 -1438;5;4569.50;13.75;1309.00;3.01;0.30 -1439;5;2019.00;9.50;931.50;3.90;1.14 -1441;5;1359.00;10.90;1506.50;3.42;0.36 -1442;5;2243.50;9.50;1672.00;4.26;1.00 -1443;5;687.00;9.50;233.50;3.57;1.14 -1444;5;4158.50;10.10;1027.50;2.19;0.32 -1445;5;1487.50;10.70;1513.00;1.57;0.32 -1446;5;2245.00;10.60;750.00;2.21;0.36 -1447;5;5481.50;9.50;1727.00;-1.41;1.30 -1448;5;4577.00;10.12;1087.00;3.46;0.24 -1449;5;1864.50;9.75;342.00;3.38;0.52 -1450;5;3555.00;13.75;1351.50;1.69;0.24 -1451;5;3799.00;9.50;751.50;4.41;0.86 -1452;5;3037.00;9.50;1315.50;1.48;1.24 -1453;5;1381.00;10.30;1376.00;4.06;0.30 -1454;5;4875.50;10.50;419.50;3.03;0.42 -1455;5;3524.00;14.80;1370.50;3.14;0.26 -1456;5;5080.50;9.50;683.50;3.62;1.06 -1457;5;5277.00;9.50;1276.00;2.41;0.86 -1458;5;4523.00;13.65;1275.50;4.01;0.34 -1459;5;3898.00;14.50;1343.00;1.81;0.56 -1461;5;4688.00;9.50;401.00;2.35;0.78 -1462;5;4267.00;9.50;664.50;3.73;0.82 -1463;5;3497.00;13.10;1278.00;1.89;0.30 -1464;5;4411.00;9.95;946.00;2.82;0.28 -1465;5;4496.50;9.50;169.00;4.28;1.24 -1466;5;3764.50;9.50;722.50;4.26;0.84 -1467;5;3527.00;15.40;1326.50;3.81;0.30 -1468;5;3283.00;11.65;167.50;2.39;0.80 -1469;5;4473.50;10.80;1021.50;4.09;0.32 -1471;5;2983.50;9.50;70.00;4.55;1.06 -1472;5;5118.00;10.75;276.50;1.86;0.44 -1473;5;3134.50;11.00;874.50;3.00;0.88 -1474;5;4507.00;10.85;1102.50;1.93;0.36 -1475;5;2091.00;9.50;71.50;3.83;0.92 -1476;5;2372.50;9.50;392.00;3.50;1.18 -1477;5;2516.00;9.50;1266.50;1.92;1.22 -1478;5;4876.50;10.05;403.00;3.60;0.48 -1479;5;3757.50;9.70;1387.50;2.23;0.48 -1480;5;1527.00;9.70;1386.50;2.03;0.46 -1481;5;2477.50;9.50;1676.00;2.89;1.20 -1482;5;1572.50;9.50;2004.00;2.71;1.04 -1483;5;3943.00;14.55;1340.00;4.17;0.36 -1485;5;1516.50;10.70;1444.00;2.67;0.40 -1487;5;163.00;9.50;543.50;3.79;1.22 -1489;5;4603.50;13.30;1359.00;2.97;0.28 -1490;5;219.50;9.50;1545.50;3.28;1.04 -1491;5;485.50;9.50;650.00;4.23;1.02 -1492;5;4311.50;12.50;1006.50;2.60;0.24 -1493;5;3721.00;10.72;1340.00;3.68;0.56 -1494;5;3278.00;13.05;198.50;3.14;0.84 -1495;5;1438.00;9.50;787.50;4.28;1.02 -1497;5;4222.50;11.60;1070.50;1.68;0.26 -1498;5;4675.00;10.40;260.50;4.20;0.62 -1499;5;4718.00;11.50;1410.50;4.35;0.34 -1500;5;1329.50;10.30;1364.00;4.03;0.36 -1501;5;5007.50;10.20;407.50;3.05;0.34 -1502;5;4698.50;11.30;1455.50;2.60;0.54 -1503;5;1361.50;10.30;1417.50;1.49;0.22 -1504;5;4920.50;10.10;1460.00;3.78;0.28 -1506;5;1556.00;11.40;1496.00;2.35;0.32 -1507;5;4402.00;10.10;948.50;2.12;0.38 -1509;5;3159.50;12.90;196.50;2.11;1.08 -1510;5;4094.50;10.60;1022.00;3.01;0.38 -1511;5;4636.50;9.70;251.50;4.39;0.56 -1514;5;4967.00;9.70;385.00;2.97;0.44 -1515;5;5143.50;9.60;1432.30;0.00;1.00 -1516;5;3197.50;12.40;519.50;2.85;0.80 -1517;5;3625.50;9.80;1387.50;3.92;0.44 -1518;5;4690.00;11.65;625.50;3.14;0.26 -1519;5;4557.50;14.50;1269.50;4.17;0.32 -1520;5;4447.00;10.15;924.50;1.32;0.28 -1521;5;3720.00;13.35;1277.00;3.46;0.42 -1522;5;4401.50;12.40;1020.00;4.29;0.34 -1523;5;1376.50;10.35;1524.00;4.19;0.34 -1524;5;2216.50;10.65;720.00;4.00;0.38 -1525;5;4278.50;13.30;1082.50;2.13;0.48 -1526;5;4706.00;10.40;189.50;2.98;0.54 -1527;5;1400.00;10.00;1553.50;2.46;0.32 -1528;5;1350.00;10.35;1383.00;3.38;0.36 -1529;5;1995.00;12.70;428.00;4.35;0.50 -1530;5;3497.50;14.10;1364.50;2.35;0.18 -1531;5;4540.00;12.55;1267.50;3.14;0.36 -1532;5;3792.00;10.07;1376.00;4.06;0.56 -1533;5;4392.00;10.32;627.00;4.33;0.30 -1534;5;1336.00;11.05;1490.50;3.14;0.28 -1535;5;4435.00;9.90;914.00;3.14;0.40 -1536;5;3572.50;9.90;1325.00;3.01;0.24 -1537;5;5111.50;11.80;159.50;3.92;0.46 -1538;5;4137.00;10.20;1005.00;2.67;0.32 -1539;5;3522.50;11.90;1339.00;2.97;0.28 -1540;5;4647.00;10.77;229.00;3.50;0.58 -1541;5;4120.50;10.60;1081.00;4.00;0.36 -1542;5;2003.50;11.70;408.50;1.74;0.56 -1543;5;3786.50;10.40;1676.00;2.78;0.38 -1544;5;3385.00;12.75;1180.50;3.42;0.32 -1545;5;4825.50;10.90;1458.00;4.71;0.40 -1546;5;4938.00;12.62;602.00;1.89;0.42 -1547;5;1538.50;9.70;1414.00;3.70;0.34 -1548;5;4446.50;9.85;902.00;2.44;0.28 -1549;5;3446.50;10.50;1266.50;4.20;0.38 -1550;5;1612.50;10.00;1196.50;1.97;0.32 -1551;5;4578.00;13.65;1404.50;2.18;0.48 -1552;5;3122.50;14.70;450.50;3.30;1.00 -1553;5;4273.00;12.95;1067.00;2.89;0.42 -1554;5;3825.50;10.30;1348.00;2.00;0.60 -1555;5;1877.50;9.70;274.00;4.00;0.44 -1556;5;1503.00;9.92;1360.00;4.03;0.38 -1557;5;5050.50;11.10;332.50;3.68;0.62 -1559;5;1368.50;10.30;1408.00;4.36;0.34 -1560;5;1390.50;12.00;1596.50;4.48;0.28 -1561;5;4678.50;13.20;622.50;3.28;0.30 -1562;5;979.50;9.70;1413.50;3.33;0.20 -1563;5;4464.00;10.75;891.00;3.92;0.32 -1564;5;1334.50;10.50;1506.00;4.29;0.38 -1565;5;5556.00;10.25;189.50;2.46;0.24 -1566;5;4319.50;12.80;998.50;4.39;0.38 -1567;5;4764.00;10.10;1390.50;3.52;0.30 -1568;5;1870.50;10.10;257.50;3.92;0.54 -1569;5;4121.00;10.07;1062.00;2.11;0.40 -1570;5;5103.50;9.95;230.00;3.60;0.44 -1571;5;4854.50;12.55;1427.00;1.57;0.36 -1572;5;1524.50;9.70;1356.50;4.20;0.28 -1573;5;3827.00;10.20;1314.50;2.12;0.32 -1574;5;4805.00;9.50;597.00;-1.44;0.30 -1575;5;4532.00;11.02;1235.00;4.12;0.34 -1576;5;3756.50;9.80;1356.00;3.98;0.46 -1577;5;4473.00;11.10;880.50;4.58;0.26 -1578;5;3435.50;10.85;1263.00;3.30;0.32 -1579;5;4088.00;11.40;982.50;4.31;0.42 -1580;5;3185.00;12.45;342.50;2.05;1.52 -1581;5;4273.50;12.40;1052.00;3.50;0.46 -1582;5;1500.50;11.10;1485.50;1.89;0.26 -1583;5;1994.50;10.30;511.00;4.29;0.48 -1584;5;1519.00;9.67;1345.00;3.78;0.36 -1585;5;1941.00;9.85;400.50;2.59;0.56 -1586;5;1358.50;10.20;1561.00;3.30;0.30 -1587;5;1432.00;10.40;1428.00;4.39;0.30 -1588;5;4751.50;9.80;1466.00;4.53;0.44 -1589;5;4678.00;10.50;586.00;3.14;0.30 -1590;5;4600.00;14.10;1334.50;2.46;0.28 -1591;5;4019.00;11.80;1383.00;1.69;0.20 -1592;5;4456.50;9.90;883.50;2.73;0.20 -1593;5;3652.00;9.60;1310.00;2.86;0.62 -1594;5;1674.00;9.75;1185.50;3.52;0.40 -1595;5;1458.50;10.00;1536.50;4.30;0.24 -1596;5;1819.50;10.00;254.50;3.25;0.48 -1597;5;4517.00;10.40;1036.50;1.69;0.30 -1598;5;1962.00;10.60;386.50;3.14;0.34 -1599;5;3503.50;11.70;1353.50;2.35;0.28 -1600;5;3473.00;11.90;1236.50;3.99;0.46 -1601;5;935.50;16.10;1515.00;2.44;0.40 -1602;5;4981.50;11.00;560.00;3.83;0.34 -1603;5;4551.00;11.80;1215.00;1.95;0.30 -1604;5;1434.50;9.80;1520.00;2.29;0.34 -1605;5;4496.00;13.55;850.50;2.21;0.24 -1607;5;4323.00;11.87;981.00;4.24;0.34 -1608;5;4604.50;12.70;1389.50;1.74;0.32 -1609;5;4187.00;9.70;1039.00;2.55;0.22 -1610;5;3539.00;10.57;1329.00;3.46;0.22 -1611;5;5150.50;11.50;206.00;4.00;0.34 -1612;5;4548.00;9.70;1154.50;4.42;0.42 -1613;5;1930.50;9.80;336.50;2.07;0.48 -1614;5;3745.00;9.70;1373.50;2.86;0.52 -1615;5;1420.00;10.40;1392.50;1.67;0.30 -1616;5;2973.50;10.70;1398.50;4.17;0.14 -1617;5;4996.50;9.70;540.50;4.17;0.38 -1618;5;1306.50;10.50;1463.50;3.92;0.38 -1619;5;1748.00;9.80;1643.00;3.52;0.36 -1620;5;4473.50;10.30;859.00;3.60;0.26 -1621;5;1371.00;10.80;1510.50;4.24;0.42 -1622;5;4075.50;11.90;966.50;3.33;0.30 -1623;5;3806.50;9.90;1328.50;4.44;0.50 -1624;5;1877.00;9.60;238.00;3.14;0.46 -1625;5;4445.50;12.90;1047.00;4.36;0.26 -1626;5;1936.50;9.90;349.00;4.21;0.56 -1627;5;4715.00;10.05;1436.50;2.29;0.40 -1628;5;4608.50;10.75;1133.00;3.83;0.30 -1629;5;4979.50;10.10;528.50;4.39;0.34 -1630;5;4430.00;14.50;1265.00;2.15;0.46 -1631;5;3418.50;11.30;1197.00;4.05;0.70 -1632;5;3814.50;10.00;1296.00;3.60;0.56 -1634;5;3423.00;11.65;1251.50;4.58;0.36 -1636;5;3499.00;14.95;1309.00;3.92;0.40 -1637;5;4128.50;11.20;1042.50;3.28;0.34 -1638;5;4716.00;12.55;1399.00;2.89;0.40 -1639;5;1836.00;9.85;235.00;2.35;0.46 -1640;5;4581.00;10.02;1115.00;3.14;0.24 -1641;5;1961.00;9.85;338.00;3.30;0.50 -1642;5;5040.00;11.75;1402.50;2.26;0.38 -1643;5;1371.00;10.30;1375.50;1.81;0.38 -1645;5;4759.00;11.60;1452.00;3.52;0.48 -1646;5;1384.00;10.30;1451.00;4.06;0.42 -1648;5;4336.50;10.70;711.50;2.73;0.40 -1649;5;3773.50;10.00;1324.50;1.97;0.52 -1650;5;4301.50;10.20;966.00;1.84;0.24 -1651;5;982.00;11.75;1474.00;2.21;0.42 -1653;5;4435.00;14.82;1040.00;1.76;0.36 -1654;5;1932.50;9.80;321.50;3.70;0.50 -1655;5;1433.50;10.50;1545.50;3.33;0.26 -1656;5;4168.50;11.70;1077.50;2.82;0.24 -1657;5;1714.50;11.20;1773.50;1.66;1.20 -1658;5;1142.00;18.20;1532.50;2.21;0.52 -1659;5;3867.50;9.70;1750.50;4.23;0.78 -1660;5;3166.50;9.50;1723.00;-1.38;0.60 -1661;5;2779.50;9.50;724.00;3.98;0.74 -1662;5;3923.50;10.35;1585.00;3.75;0.46 -1663;5;1034.00;11.70;1572.50;3.27;0.48 -1664;5;3852.50;9.80;1862.50;3.29;0.94 -1665;5;1925.00;9.50;980.00;4.29;0.76 -1666;5;4641.00;13.05;1681.50;4.04;0.84 -1667;5;5079.50;10.10;119.50;3.00;0.42 -1668;5;4042.00;10.40;1480.00;3.38;0.52 -1669;5;2019.50;9.50;1841.50;4.07;1.60 -1670;5;659.50;9.50;132.50;3.92;1.30 -1671;5;1141.00;11.95;1854.50;2.14;1.10 -1672;5;4574.50;12.00;1547.50;2.35;0.72 -1673;5;5353.50;9.50;1723.00;2.67;1.06 -1674;5;4067.00;10.35;1667.50;4.41;0.54 -1675;5;3991.00;14.00;1357.50;3.85;0.44 -1676;5;4263.00;13.95;1543.50;1.87;0.52 -1677;5;3767.00;9.50;794.50;2.65;0.88 -1678;5;1338.50;11.85;1565.00;3.83;0.42 -1679;5;4151.00;9.80;1765.00;4.24;0.62 -1680;5;3922.00;9.80;1569.50;2.62;0.38 -1681;5;5077.50;9.50;742.50;3.56;1.56 -1682;5;5140.50;9.50;1096.50;2.35;1.24 -1683;5;1277.00;10.80;1592.50;3.42;0.38 -1684;5;1928.00;9.80;942.50;-1.11;0.66 -1685;5;4178.50;11.25;1608.00;3.32;0.62 -1686;5;4686.50;9.50;370.00;3.44;0.86 -1687;5;4279.50;9.50;698.00;-1.45;0.78 -1688;5;3266.50;12.20;284.00;4.18;0.52 -1689;5;4320.00;14.55;1501.50;1.51;0.60 -1690;5;965.00;11.65;1694.50;3.99;0.40 -1691;5;4425.50;9.50;225.00;4.54;1.10 -1692;5;3839.50;9.50;729.00;4.38;0.98 -1693;5;4811.50;10.60;1492.00;4.19;0.38 -1694;5;3869.50;10.20;1623.50;3.92;0.60 -1695;5;3128.00;9.50;65.50;3.42;0.90 -1696;5;4522.00;12.02;1550.00;2.67;0.66 -1697;5;4357.50;10.40;1729.50;4.17;0.78 -1698;5;4246.00;16.67;1318.00;3.14;0.46 -1699;5;2131.00;9.50;118.50;2.98;1.00 -1700;5;2275.50;9.50;316.00;2.37;1.26 -1701;5;2531.50;9.50;1191.00;1.57;1.08 -1702;5;4202.00;14.50;1563.50;2.21;0.58 -1703;5;4081.00;18.90;1361.50;2.03;0.58 -1704;5;3763.00;9.80;1723.50;3.64;0.54 -1705;5;2398.50;9.50;1699.50;4.26;1.56 -1706;5;2056.00;9.50;1505.50;3.66;1.12 -1707;5;4480.00;11.40;1616.00;3.66;0.74 -1708;5;4100.00;13.20;1442.00;3.73;0.68 -1709;5;3945.50;10.40;1639.50;2.35;0.54 -1710;5;1282.00;9.50;300.50;2.76;1.42 -1711;5;173.00;9.50;449.50;4.45;1.00 -1712;5;1520.50;9.70;2028.50;4.55;0.96 -1713;5;5555.50;10.50;169.50;2.94;0.20 -1714;5;4954.00;11.95;1784.50;3.81;1.34 -1715;5;72.00;9.50;1377.00;1.41;1.34 -1716;5;208.00;9.50;1592.00;3.21;1.10 -1717;5;549.00;9.50;684.00;2.95;1.34 -1718;5;4153.50;10.25;1666.00;2.97;0.30 -1719;5;1352.00;10.72;1650.00;2.94;0.36 -1720;5;1473.50;9.50;824.00;1.62;0.90 -1722;5;4657.50;10.60;1920.00;4.15;1.46 -1723;5;4516.00;13.25;1386.50;3.64;0.60 -1724;5;4883.50;12.05;1588.00;1.87;0.48 -1725;5;4390.00;14.50;1432.50;2.03;0.66 -1726;5;4041.50;10.20;1751.00;2.12;0.56 -1727;5;4448.00;11.42;1577.00;2.89;0.66 -1728;5;4381.00;16.60;1458.50;1.91;0.62 -1729;5;4105.00;9.70;1864.50;2.77;1.20 -1730;5;4814.50;11.10;1624.50;1.72;0.58 -1731;5;3180.00;11.35;581.00;3.60;0.88 -1732;5;4825.00;11.20;1474.50;4.10;0.40 -1733;5;4022.00;9.80;1625.00;4.03;0.58 -1734;5;1367.50;11.25;1683.00;1.86;0.40 -1735;5;4453.00;11.30;1685.50;2.52;0.72 -1736;5;1053.50;16.30;1651.00;2.79;0.76 -1737;5;921.00;12.80;1784.50;2.03;0.72 -1738;5;1191.50;13.45;1499.00;3.86;0.38 -1739;5;4810.50;10.60;1575.50;3.70;0.58 -1740;5;1069.00;16.20;1499.50;2.09;0.44 -1741;5;4342.50;10.80;1820.50;3.87;0.96 -1743;5;4637.00;11.50;1457.00;4.54;0.56 -1744;5;3759.00;10.20;1807.50;2.03;0.62 -1745;5;4746.00;10.30;1896.50;4.32;1.74 -1746;5;5567.00;11.00;164.50;2.76;0.28 -1747;5;1195.50;12.70;1630.50;3.06;0.66 -1748;5;4757.00;12.45;1697.00;4.19;0.86 -1750;5;3782.00;10.40;1691.00;4.17;0.36 -1752;5;1255.00;11.30;1687.50;4.34;0.56 -1753;5;1279.50;10.60;1531.50;1.83;0.56 -1754;5;3687.00;10.25;1704.00;4.17;0.36 -1755;5;5039.50;12.65;1536.00;2.67;0.58 -1756;5;1094.00;16.27;1536.00;3.30;0.34 -1757;5;4050.50;9.80;1808.50;1.53;0.88 -1758;5;1472.00;12.65;1465.50;3.36;0.36 -1759;5;5066.00;10.00;77.00;3.14;0.44 -1760;5;1389.50;10.80;1628.00;3.60;0.40 -1761;5;4592.50;12.00;1651.50;3.68;0.62 -1762;5;4412.00;13.80;1543.50;3.69;0.62 -1763;5;953.00;11.90;1857.50;3.36;1.04 -1764;5;1622.50;10.60;1697.00;2.22;0.54 -1765;5;3997.00;9.80;1682.00;4.46;0.50 -1766;5;3981.50;19.40;1314.50;2.11;0.68 -1767;5;1163.00;11.47;1668.00;4.71;0.68 -1768;5;3930.00;10.20;1735.50;4.37;0.60 -1769;5;1378.50;10.70;1724.50;2.28;0.70 -1770;5;1331.00;11.40;1581.50;3.36;0.42 -1771;5;3760.00;10.30;1768.00;2.21;0.58 -1772;5;4889.50;11.05;1628.00;4.71;0.64 -1774;5;4230.00;16.92;1466.00;3.92;0.56 -1775;5;3830.00;9.90;1631.50;4.62;0.62 -1776;5;4716.50;12.00;1534.50;2.05;0.64 -1777;5;4252.00;10.70;1685.00;3.01;0.46 -1778;5;4319.00;14.55;1362.50;2.76;0.66 -1779;5;4136.00;10.07;1562.00;1.81;0.46 -1780;5;4203.00;9.95;1726.50;4.41;0.56 -1781;5;4324.00;13.45;1383.00;1.89;0.52 -1782;5;1499.00;11.05;1716.00;4.33;0.60 -1783;5;4122.00;11.75;1415.50;3.81;0.66 -1784;5;4002.50;10.30;1794.50;1.82;0.46 -1785;5;888.00;9.50;905.50;-0.77;1.12 -1786;5;5564.00;12.57;151.00;4.39;0.26 -1787;5;4502.50;13.00;1427.50;2.25;0.58 -1788;5;1210.50;10.90;1744.00;3.08;0.54 -1789;5;1043.50;15.25;1610.00;2.22;0.58 -1790;5;4099.00;9.80;1648.00;2.11;0.52 -1791;5;4374.50;14.05;1541.00;4.27;0.62 -1792;5;4538.00;10.50;1702.00;4.24;0.74 -1793;5;1049.50;14.45;1448.00;2.78;0.46 -1794;5;4104.50;9.90;1575.00;1.78;0.56 -1795;5;4713.50;11.90;1739.00;3.96;0.66 -1796;5;4560.50;13.70;1410.50;2.23;0.48 -1797;5;4034.00;10.40;1585.00;4.19;0.60 -1798;5;4410.50;14.60;1472.50;2.45;0.60 -1799;5;782.00;9.50;1856.50;3.47;1.26 -1800;5;3954.00;9.80;1611.00;3.83;0.58 -1801;5;5576.50;11.40;141.50;3.76;0.32 -1802;5;4840.50;10.70;1533.00;3.98;0.56 -1803;5;4376.50;11.30;1658.00;4.08;0.52 -1804;5;1065.50;11.20;1836.50;4.10;0.70 -1805;5;4901.50;10.60;1723.00;2.81;1.02 -1806;5;1310.50;14.40;1481.50;2.48;0.44 -1807;5;4859.00;11.90;1611.00;3.33;0.70 -1808;5;3771.00;10.30;1699.50;1.96;0.44 -1809;5;1185.00;13.55;1517.50;2.72;0.42 -1810;5;4367.00;14.70;1574.50;2.30;0.72 -1811;5;4669.50;12.20;1442.50;3.54;0.52 -1812;5;3898.00;9.70;1758.50;3.88;0.68 -1813;5;4345.50;12.70;1619.50;1.79;0.58 -1816;5;4196.50;12.60;1591.00;4.21;0.50 -1817;5;3226.00;12.30;513.50;4.48;0.84 -1818;5;4130.50;15.20;1485.50;1.89;0.56 -1820;5;5031.00;12.85;1505.50;4.50;0.58 -1822;5;1756.50;10.50;631.00;-1.22;0.42 -1823;5;5387.00;9.80;1785.50;-0.13;2.72 -1824;5;4024.50;10.30;1702.00;3.24;0.56 -1825;5;3974.50;12.50;1364.50;3.68;0.40 -1826;5;4596.50;12.30;1592.00;4.16;0.64 -1827;5;1165.50;15.10;1541.50;2.35;0.38 -1828;5;4162.50;10.45;1785.00;4.47;0.82 -1829;5;4448.50;12.15;1611.00;3.87;0.78 -1830;5;357.00;10.50;1965.50;1.28;2.30 -1831;5;1362.50;10.40;1605.50;4.27;0.32 -1832;5;990.00;12.30;1708.00;2.03;0.34 -1833;5;3242.50;11.00;117.50;2.20;0.66 -1834;5;4380.00;13.95;1518.50;2.84;0.56 -1835;5;3975.50;9.80;1674.00;4.00;0.48 -1836;5;1241.00;11.60;1678.00;3.46;0.48 -1837;5;4309.50;10.95;1719.00;4.26;0.54 -1838;5;4257.50;12.30;1364.00;4.03;0.70 -1839;5;5279.00;9.82;1697.00;4.17;1.68 -1840;5;4036.00;12.65;1378.50;4.54;0.44 -1841;5;3765.50;10.20;1754.00;4.00;0.66 -1842;5;4891.50;12.10;1577.50;3.92;0.64 -1844;5;4138.50;15.20;1443.50;2.45;0.64 -1845;5;4763.00;10.50;1626.00;4.19;0.74 -1846;5;3301.50;12.70;498.50;2.35;0.96 -1847;5;4748.50;10.60;1486.50;1.66;0.76 -1848;5;1230.00;11.30;1734.50;3.32;0.46 -1850;5;4230.50;10.60;1677.00;2.89;0.54 -1851;5;1103.00;12.90;1648.50;2.76;0.46 -1852;5;4688.00;10.50;1811.50;2.69;1.12 -1853;5;4488.00;12.80;1385.50;3.79;0.66 -1854;5;1039.50;15.10;1704.00;2.61;0.52 -1855;5;4270.00;13.75;1429.00;3.81;0.60 -1856;5;4079.00;10.35;1762.50;1.62;0.54 -1857;5;1061.00;13.20;1714.50;2.29;0.32 -1858;5;898.50;14.10;1752.50;3.25;0.38 -1859;5;4413.00;14.57;1497.00;3.73;0.62 -1860;5;4062.50;10.05;1629.00;2.42;0.46 -1861;5;5094.00;11.70;115.50;-1.44;0.36 -1862;5;978.50;15.10;1574.50;3.92;0.48 -1863;5;5321.50;9.80;1686.00;2.41;1.28 -1865;5;5211.50;11.40;1794.50;2.13;2.30 -1866;5;1338.50;10.65;1642.00;3.30;0.32 -1867;5;1306.00;11.90;1636.50;3.14;0.38 -1868;5;4540.50;14.80;1460.50;3.92;0.60 -1870;5;1282.00;10.20;1708.00;1.71;0.52 -1871;5;4637.00;12.20;1439.50;4.36;0.38 -1872;5;774.00;12.75;1929.50;1.95;1.80 -1873;5;1305.00;10.80;1733.00;2.94;0.46 -1874;5;3232.00;11.10;362.00;3.66;1.18 -1875;5;1219.00;11.45;1622.00;4.09;0.60 -1876;5;4328.00;11.80;1636.50;1.96;0.48 -1877;5;4289.50;13.20;1532.00;3.01;0.52 -1878;5;4876.50;10.10;1743.00;2.22;1.12 -1879;5;3978.50;10.00;1542.50;2.07;0.50 -1880;5;3866.50;9.70;1714.50;2.87;0.58 -1882;5;4328.50;21.10;1215.50;4.44;0.80 -1883;5;3104.50;10.50;806.00;3.26;0.58 -1884;5;4445.00;13.20;1064.00;3.92;0.42 -1885;5;3164.00;9.50;1683.50;-1.22;0.74 -1886;5;2914.50;9.50;688.50;2.22;0.96 -1887;5;1696.00;9.80;969.50;2.96;0.90 -1888;5;3724.50;13.90;1229.50;4.48;0.60 -1889;5;3717.00;13.10;1085.00;2.76;0.64 -1890;5;1891.00;9.50;1003.00;4.05;0.94 -1891;5;2891.50;10.20;856.00;2.71;1.00 -1892;5;993.50;9.80;1386.50;3.46;0.36 -1893;5;4476.50;14.50;1144.00;3.78;0.38 -1894;5;2153.00;9.50;1762.00;2.97;1.18 -1895;5;528.00;9.50;206.00;3.26;0.86 -1896;5;3525.50;12.80;1287.50;3.68;0.28 -1897;5;2700.00;10.40;978.50;2.88;1.08 -1898;5;4062.00;22.05;1149.50;2.26;0.48 -1900;5;1366.00;12.65;1143.50;3.64;0.64 -1901;5;2853.00;11.10;1130.00;3.96;1.44 -1902;5;3808.00;9.50;860.50;4.28;1.16 -1905;5;3528.50;11.30;783.50;4.65;0.42 -1906;5;5163.00;9.50;730.00;1.81;1.22 -1907;5;5173.00;9.50;1147.50;2.59;1.26 -1908;5;3965.50;10.30;1086.50;3.80;0.54 -1909;5;2625.00;10.80;811.50;1.32;0.74 -1910;5;3967.50;17.00;1230.00;2.07;0.58 -1911;5;4652.50;9.50;354.50;1.84;1.26 -1912;5;4244.50;9.50;704.50;3.43;0.96 -1913;5;1534.50;9.70;1299.00;3.50;0.34 -1914;5;3320.50;10.90;865.00;3.53;0.54 -1915;5;1243.50;10.95;1415.00;4.36;0.38 -1916;5;4405.50;9.50;182.50;3.92;1.06 -1917;5;3855.00;9.50;769.00;2.67;0.88 -1918;5;4384.00;19.55;1165.00;3.78;0.54 -1919;5;3867.00;14.25;1311.50;4.46;0.28 -1920;5;3493.00;15.40;921.00;2.82;0.60 -1921;5;3108.00;9.50;27.50;3.62;0.76 -1922;5;3567.00;9.70;1179.50;-1.49;0.56 -1923;5;3454.50;14.40;975.50;3.31;0.64 -1925;5;2284.50;9.50;276.50;3.86;1.36 -1926;5;2586.50;9.50;1198.00;2.04;1.06 -1927;5;1271.00;11.10;1362.50;3.98;0.46 -1928;5;1940.50;10.00;923.00;2.40;0.62 -1929;5;3216.00;11.60;543.00;2.03;0.78 -1930;5;2423.50;9.50;1569.50;2.98;1.24 -1931;5;2187.00;9.50;936.50;2.70;1.36 -1932;5;2892.00;10.17;814.00;3.30;0.66 -1933;5;4459.00;14.65;1231.50;2.26;0.42 -1934;5;4332.00;14.60;1079.50;2.55;0.40 -1935;5;1187.00;9.50;214.50;4.31;1.42 -1936;5;268.00;9.50;461.00;2.07;0.86 -1937;5;1656.50;9.70;1024.50;1.34;0.64 -1938;5;3458.00;12.30;1244.00;3.14;0.42 -1940;5;21.00;9.50;1435.00;3.36;1.24 -1941;5;303.50;9.50;1509.00;3.71;0.88 -1942;5;551.00;9.50;633.50;2.83;0.92 -1943;5;4175.50;20.35;1288.00;2.45;1.06 -1944;5;1678.50;10.10;1046.50;3.05;0.56 -1945;5;1115.50;10.50;1300.50;3.08;0.68 -1946;5;1462.50;9.50;903.00;3.35;0.84 -1947;5;3705.00;9.75;989.50;3.73;0.70 -1948;5;3797.50;11.40;1165.00;2.10;0.54 -1949;5;4016.50;10.70;1051.50;3.46;0.38 -1950;5;3193.00;11.20;664.50;4.21;0.92 -1952;5;1223.00;16.35;1253.50;3.66;0.58 -1954;5;1183.50;12.70;1362.00;3.60;0.50 -1955;5;3557.50;10.55;1112.00;3.38;0.50 -1956;5;3035.00;10.70;941.00;2.15;1.36 -1957;5;3724.50;13.65;1258.00;2.83;0.60 -1958;5;2682.00;13.15;1114.50;4.21;0.82 -1959;5;4482.50;12.80;1329.50;3.03;0.42 -1960;5;3166.00;11.10;839.50;4.40;0.86 -1961;5;4052.00;23.35;1182.50;2.64;0.60 -1962;5;2642.00;10.70;962.50;3.74;1.14 -1963;5;3644.00;14.90;1186.50;4.52;0.58 -1964;5;3545.50;10.30;761.50;2.25;0.70 -1965;5;1255.00;17.52;1187.00;3.52;0.40 -1966;5;3596.50;10.70;832.50;2.28;0.52 -1967;5;2861.50;12.30;1208.50;3.40;0.48 -1968;5;3173.00;12.30;486.00;4.06;0.72 -1969;5;2928.00;11.10;841.50;1.98;0.76 -1970;5;4014.00;17.95;1274.50;2.64;0.62 -1971;5;3900.50;9.80;1108.50;1.99;0.48 -1972;5;1112.00;15.80;1449.00;4.24;0.56 -1973;5;3510.00;15.30;883.00;2.67;0.48 -1974;5;3111.00;10.95;786.50;2.88;0.64 -1976;5;4496.50;13.20;1212.50;2.60;0.22 -1977;5;3360.00;13.35;1014.50;3.63;0.70 -1978;5;3899.50;14.70;1180.00;4.58;0.52 -1979;5;1907.00;10.30;813.50;3.44;1.44 -1980;5;3902.00;9.70;1076.00;2.86;0.42 -1981;5;1847.00;10.15;999.00;3.73;0.68 -1982;5;3592.00;15.15;1219.50;2.55;0.50 -1983;5;4084.00;11.95;1101.50;3.85;0.36 -1984;5;3395.00;15.30;866.00;2.60;0.80 -1985;5;4454.50;14.50;1264.50;3.92;0.40 -1986;5;3719.00;11.80;1122.00;2.35;0.66 -1987;5;1430.00;10.77;1472.00;2.35;0.32 -1988;5;1487.50;9.90;1061.00;2.58;0.60 -1989;5;2699.00;12.27;1149.00;4.06;0.46 -1990;5;4360.00;10.85;972.50;4.24;0.30 -1991;5;4123.00;23.65;1149.50;2.14;0.88 -1992;5;2946.50;11.30;769.50;1.78;0.52 -1994;5;3109.00;10.70;1053.50;2.24;1.72 -1995;5;3829.50;17.30;1217.00;3.87;0.58 -1996;5;4308.00;15.05;1114.50;1.93;0.74 -1997;5;1708.00;13.65;1015.00;2.15;0.60 -1998;5;1208.50;12.00;1405.00;3.50;0.44 -1999;5;4373.00;18.20;1120.50;3.99;0.48 -2000;5;3756.50;14.10;1249.50;1.71;0.38 -2001;5;2828.00;9.90;833.00;1.24;0.74 -2002;5;3984.50;10.10;1144.00;2.42;0.50 -2003;5;3387.00;12.65;949.00;2.03;0.72 -2004;5;3517.00;9.70;1172.00;3.92;0.36 -2005;5;4103.00;10.75;1060.50;2.41;0.36 -2006;5;4476.50;13.70;1214.50;2.60;0.34 -2007;5;1629.50;10.60;886.50;-1.42;0.92 -2008;5;1223.00;16.35;1214.50;3.64;0.56 -2009;5;3346.00;13.37;811.00;3.43;0.66 -2010;5;4147.50;22.45;1212.00;3.65;1.00 -2011;5;1245.00;15.85;1211.00;3.00;0.56 -2012;5;2630.50;10.65;868.00;3.04;0.68 -2013;5;3428.00;10.10;1229.50;4.35;0.46 -2014;5;4215.50;22.10;1118.50;1.62;0.72 -2015;5;4007.50;13.90;1310.50;2.87;0.72 -2016;5;3284.00;10.70;871.50;2.48;0.64 -2017;5;3789.00;11.07;1188.00;3.14;0.48 -2018;5;3680.00;9.80;981.50;2.65;0.86 -2019;5;1241.00;10.30;1351.00;3.92;0.56 -2020;5;3520.00;10.45;736.50;3.56;0.66 -2021;5;1346.00;9.70;1157.00;1.76;0.48 -2022;5;4421.00;14.57;1248.00;3.38;0.32 -2023;5;1634.00;13.65;974.00;2.60;0.50 -2025;5;2923.00;10.85;805.00;2.35;0.72 -2026;5;3609.50;16.25;1192.00;3.67;0.56 -2027;5;3383.00;14.87;1104.00;3.92;0.50 -2028;5;4346.00;12.80;1321.50;4.18;0.60 -2029;5;3577.00;12.15;908.00;4.01;0.78 -2030;5;4472.50;10.70;1156.00;3.60;0.36 -2031;5;1462.00;11.15;1115.50;4.46;0.76 -2032;5;4001.50;10.80;1141.50;3.54;0.46 -2033;5;3415.00;10.20;1034.50;2.92;0.74 -2034;5;3236.50;11.30;720.00;4.50;0.60 -2035;5;1964.00;9.80;822.00;3.30;1.28 -2036;5;4033.50;10.40;1074.00;3.30;0.46 -2037;5;1158.50;13.20;1359.50;3.46;0.54 -2039;5;3720.50;12.60;1100.00;4.08;0.42 -2040;5;1684.00;9.50;422.00;-1.32;0.72 -2041;5;3989.00;20.32;1238.00;2.49;0.56 -2042;5;1282.00;10.25;1339.00;3.92;0.46 -2043;5;1320.50;14.65;1473.00;4.19;0.30 -2044;5;2734.50;10.20;919.50;3.56;0.64 -2045;5;4443.50;11.70;1188.50;1.66;0.40 -2046;5;3342.00;10.47;942.00;4.49;0.64 -2047;5;4606.00;12.60;691.50;-1.48;0.56 -2048;5;3650.50;9.80;1034.00;3.53;0.56 -2049;5;2856.50;11.30;1184.00;2.77;0.76 -2050;5;2875.00;9.75;759.50;1.78;0.42 -2051;5;1176.50;11.80;1187.50;4.10;0.52 -2052;5;1682.50;12.90;999.50;3.25;0.44 -2053;5;4357.50;15.20;1283.50;4.42;0.62 -2054;5;3990.00;10.40;1099.50;4.42;0.56 -2055;5;1229.00;12.55;1473.00;3.46;0.30 -2056;5;2857.50;11.60;869.50;3.70;0.72 -2057;5;3443.50;11.80;1122.00;4.22;0.58 -2058;5;3941.50;13.00;1328.50;2.52;0.44 -2059;5;3648.50;10.10;953.00;2.10;0.76 -2060;5;1235.00;10.22;1320.00;3.46;0.56 -2061;5;4338.50;11.80;1005.00;3.24;0.36 -2062;5;3757.00;14.30;1185.50;3.97;0.54 -2063;5;3500.00;10.70;718.00;2.07;0.68 -2064;5;3285.00;9.80;1032.50;1.73;1.00 -2065;5;3572.50;13.20;1207.50;3.23;0.48 -2066;5;3399.50;12.10;705.50;1.99;0.76 -2067;5;4410.50;15.90;1114.50;2.11;0.42 -2068;5;2856.00;10.40;943.50;2.49;0.98 -2069;5;1055.00;10.80;1383.50;2.84;0.50 -2070;5;3756.00;13.70;1121.50;2.11;0.66 -2071;5;3546.50;15.60;1265.50;1.71;0.36 -2072;5;3406.00;15.07;880.00;4.28;0.54 -2073;5;3168.00;10.72;697.00;4.01;0.64 -2074;5;4213.50;18.15;1308.00;1.90;0.78 -2077;5;1418.00;9.80;1152.00;3.60;0.44 -2078;5;3822.50;12.50;1187.50;1.96;0.60 -2079;5;1631.50;10.95;917.00;3.21;0.60 -2080;5;3009.00;11.30;706.00;1.78;0.90 -2081;5;3050.00;10.05;854.50;3.00;0.52 -2082;5;1289.50;10.70;1426.50;2.35;0.38 -2083;5;1248.00;14.70;1248.00;3.38;0.52 -2084;5;3970.00;19.00;1254.00;1.84;0.48 -2086;5;4010.00;10.40;1120.00;2.55;0.34 -2087;5;4503.00;14.50;1346.50;3.14;0.44 -2088;5;3373.50;11.15;913.00;2.20;0.58 -2089;5;3538.00;9.80;1149.00;4.54;0.32 -2090;5;3459.50;13.00;1007.00;4.27;0.72 -2091;5;4472.50;11.60;1182.50;4.60;0.38 -2092;5;3993.50;10.75;1060.00;3.50;0.40 -2093;5;4166.50;22.20;1168.00;2.13;0.74 -2094;5;2623.00;10.30;784.00;3.46;0.72 -2095;5;3396.00;12.60;1079.50;2.09;0.48 -2096;5;3318.00;11.30;738.00;2.24;0.94 -2097;5;3501.00;10.35;1206.50;3.73;0.36 -2098;5;4240.00;21.52;1122.00;3.14;0.56 -2099;5;4344.00;19.47;1295.00;2.07;0.82 -2100;5;2602.00;9.90;861.50;4.36;0.44 -2102;5;1181.50;14.40;1474.00;4.21;0.48 -2103;5;3656.00;11.35;931.50;2.03;0.44 -2104;5;1201.50;12.30;1344.00;3.75;0.64 -2105;5;4000.00;10.70;1019.50;4.15;0.40 -2106;5;1865.50;10.30;437.50;3.99;0.82 -2107;5;3116.00;9.50;1690.00;-1.22;1.20 -2108;5;2967.50;9.50;586.50;3.00;0.78 -2109;5;2016.50;10.70;491.50;2.63;0.64 -2110;5;1786.00;9.50;1058.00;2.67;0.82 -2111;5;1931.00;10.60;627.50;3.31;1.08 -2112;5;2184.00;9.50;1673.50;3.42;1.40 -2113;5;470.00;9.50;252.50;3.44;1.08 -2114;5;5037.50;9.70;151.00;1.70;0.80 -2116;5;5085.00;9.85;225.00;1.19;0.72 -2117;5;4583.50;11.60;683.00;4.36;0.36 -2118;5;3717.00;9.50;838.00;4.18;1.28 -2119;5;5512.00;9.50;51.00;4.41;1.24 -2120;5;3330.50;11.40;353.00;4.37;0.76 -2121;5;5092.00;9.50;786.00;4.50;1.44 -2122;5;5104.50;9.50;1113.50;2.15;1.16 -2123;5;3431.50;10.20;426.00;2.91;0.60 -2124;5;4694.00;9.50;524.00;0.96;1.04 -2125;5;4265.00;9.50;740.00;4.24;0.96 -2126;5;3098.00;13.65;458.50;2.79;0.74 -2127;5;4477.00;9.50;144.00;3.73;1.16 -2128;5;3826.50;9.50;791.00;1.49;1.10 -2129;5;5029.50;14.40;559.00;2.58;0.52 -2130;5;5019.00;10.15;123.50;1.62;0.58 -2131;5;3042.50;9.50;88.50;3.54;1.10 -2132;5;2175.00;9.65;817.00;3.14;0.56 -2133;5;4798.50;10.60;237.50;4.58;1.08 -2134;5;2259.50;9.50;243.50;2.41;1.22 -2135;5;2582.00;9.50;1148.00;1.92;0.92 -2136;5;1759.00;15.35;392.50;2.48;0.62 -2137;5;2347.50;9.50;1582.00;4.47;1.14 -2138;5;2135.50;9.50;938.50;1.82;0.94 -2139;5;4940.00;10.00;388.50;2.84;0.60 -2140;5;1142.50;9.50;234.00;2.23;1.26 -2141;5;294.50;9.50;498.00;2.26;1.18 -2142;5;1886.00;11.17;620.00;4.24;1.12 -2143;5;10.00;9.50;1479.00;4.10;1.02 -2144;5;388.00;9.50;1475.00;2.21;1.22 -2145;5;532.00;9.50;544.50;2.76;1.18 -2146;5;5036.50;9.70;126.00;3.75;0.46 -2148;5;1391.50;9.50;925.50;4.60;1.04 -2149;5;1752.50;11.25;251.00;4.14;0.92 -2150;5;2126.00;9.80;785.00;2.18;0.88 -2151;5;3284.50;11.65;309.00;2.10;0.60 -2152;5;1914.50;9.70;458.00;3.60;0.58 -2153;5;2157.00;11.50;538.50;4.15;0.40 -2155;5;5033.50;9.80;111.50;2.07;0.42 -2156;5;1553.50;9.90;791.50;2.94;0.62 -2157;5;4670.00;10.20;185.50;3.73;0.40 -2158;5;1770.50;12.30;359.50;2.25;0.76 -2159;5;3378.00;11.60;425.00;4.00;0.76 -2160;5;1843.00;10.80;566.50;1.63;0.82 -2161;5;1704.00;10.40;148.00;3.14;0.54 -2162;5;1640.00;15.80;684.50;1.91;0.68 -2163;5;5088.00;10.40;212.00;3.14;0.44 -2164;5;2183.50;10.70;766.00;3.75;0.58 -2166;5;5001.00;9.67;384.00;4.03;0.48 -2167;5;2074.00;12.10;554.00;4.58;0.66 -2168;5;2044.50;10.00;748.50;3.06;1.02 -2169;5;1720.00;11.95;133.00;4.09;0.76 -2170;5;4565.50;10.10;644.00;2.15;0.58 -2171;5;3282.00;14.30;233.00;2.35;0.70 -2172;5;1870.00;9.70;377.00;2.35;0.54 -2173;5;1901.50;10.30;427.00;-1.38;0.54 -2174;5;1759.50;19.60;526.50;1.79;0.82 -2175;5;2228.00;9.65;784.00;2.49;0.46 -2177;5;4727.00;11.00;296.00;2.35;0.68 -2178;5;2183.00;10.67;790.00;2.24;0.64 -2179;5;1714.00;18.10;352.00;3.81;0.52 -2181;5;1984.50;10.60;542.50;3.92;0.86 -2182;5;1708.50;20.90;636.00;2.40;0.64 -2184;5;4591.50;10.30;624.00;1.39;0.56 -2185;5;2108.00;12.10;520.00;2.55;0.42 -2186;5;4717.00;11.00;269.50;3.29;0.60 -2187;5;5007.50;9.70;366.50;3.23;0.56 -2190;5;2099.50;11.40;627.50;2.63;0.66 -2191;5;4788.50;10.00;190.50;4.21;0.76 -2192;5;3039.30;11.30;627.59;2.70;1.04 -2193;5;3342.00;10.45;301.50;3.52;0.68 -2194;5;1945.50;10.70;444.00;2.24;0.58 -2197;5;5509.50;10.60;77.00;3.70;0.38 -2199;5;1714.00;12.40;219.50;3.77;0.64 -2201;5;4732.50;9.70;355.00;3.38;0.84 -2202;5;3417.00;10.45;462.50;4.14;0.68 -2203;5;5485.50;10.80;48.00;2.09;0.38 -2204;5;1994.00;10.15;690.00;1.90;1.66 -2205;5;2487.50;9.50;102.00;-1.52;1.10 -2206;5;3374.50;13.25;600.00;2.15;0.88 -2208;5;1819.50;10.10;443.00;3.60;0.72 -2209;5;1881.50;10.40;485.00;4.34;0.92 -2210;5;1687.50;21.30;616.50;2.25;0.70 -2212;5;1627.50;11.10;722.50;4.17;0.72 -2213;5;3208.50;13.40;231.00;3.27;0.70 -2215;5;1731.00;15.10;288.50;2.96;0.62 -2216;5;3275.50;11.60;390.50;3.92;0.64 -2217;5;3398.50;10.80;442.50;3.92;0.88 -2218;5;2086.50;11.50;606.00;2.85;0.54 -2219;5;4928.00;9.80;150.00;3.33;0.68 -2220;5;3271.50;12.60;603.00;3.22;0.60 -2221;5;5013.00;9.80;239.00;4.03;0.80 -2222;5;4559.50;9.90;665.00;4.03;0.36 -2223;5;4911.00;10.70;324.50;3.95;1.00 -2224;5;1771.00;20.65;502.50;4.20;0.66 -2225;5;1621.00;11.60;656.50;3.77;0.76 -2226;5;1643.50;10.00;740.50;3.79;1.00 -2227;5;2252.50;9.70;765.50;3.46;0.34 -2228;5;2156.50;9.80;806.50;2.35;0.60 -2229;5;3044.50;11.50;245.50;3.29;0.48 -2230;5;3075.00;9.50;1684.00;-0.88;0.92 -2231;5;2977.50;9.50;550.50;3.46;0.94 -2232;5;1695.50;9.50;1073.50;1.99;0.76 -2233;5;2123.50;9.50;1638.00;3.94;1.86 -2234;5;398.50;9.50;157.50;3.51;1.16 -2235;5;3700.00;9.50;781.00;-1.22;1.14 -2236;5;5450.50;9.50;15.50;4.41;0.76 -2237;5;5174.50;9.50;826.50;4.63;1.20 -2238;5;5192.50;9.50;1198.00;3.17;1.20 -2239;5;4637.00;9.50;521.00;1.24;0.66 -2240;5;4264.00;9.50;763.00;1.68;1.02 -2241;5;4492.00;9.50;91.50;4.04;1.16 -2242;5;3849.00;9.50;840.50;2.63;1.00 -2243;5;3033.00;9.50;129.00;2.67;1.04 -2244;5;2148.50;9.50;30.50;2.40;0.82 -2245;5;2209.50;9.50;214.00;3.47;1.06 -2246;5;2587.50;9.50;1118.50;4.41;1.12 -2247;5;2404.00;9.50;1605.50;4.42;1.44 -2248;5;2223.00;9.50;909.50;3.86;1.24 -2249;5;1060.50;9.50;164.50;4.43;1.42 -2250;5;317.00;9.50;456.50;3.94;1.28 -2251;5;60.50;9.50;1444.00;4.08;1.32 -2252;5;452.00;9.50;1457.50;2.03;1.00 -2253;5;552.00;9.50;592.00;2.77;1.08 -2254;5;1349.00;9.50;979.50;3.58;0.98 -2256;5;3097.50;9.50;1649.00;4.55;1.12 -2257;5;2990.50;9.50;425.50;2.25;0.98 -2258;5;1660.00;9.50;1069.00;1.08;1.50 -2259;5;2063.00;9.50;1736.50;4.06;1.26 -2261;5;5519.00;9.50;1830.00;2.44;1.40 -2262;5;3644.00;9.50;715.50;3.52;1.04 -2263;5;5207.50;9.50;750.00;-0.35;1.42 -2264;5;5122.50;9.50;1195.50;4.43;1.02 -2265;5;4625.00;9.50;499.50;3.81;0.94 -2266;5;4226.50;9.50;739.00;2.39;1.12 -2267;5;4438.00;9.50;79.50;4.53;1.02 -2268;5;3928.00;9.50;828.50;2.18;1.06 -2270;5;2195.00;9.50;33.00;2.21;0.90 -2271;5;2147.50;9.50;206.50;4.11;1.12 -2272;5;2635.00;9.50;1152.00;3.60;0.80 -2273;5;2337.50;9.50;1631.50;4.00;1.02 -2274;5;2521.00;9.50;1393.50;4.03;1.36 -2275;5;1065.50;9.50;260.50;4.55;1.72 -2276;5;343.50;9.50;499.50;3.71;1.10 -2277;5;138.00;9.50;1452.50;2.18;1.32 -2278;5;423.00;9.50;1514.50;2.83;1.24 -2279;5;582.50;9.50;545.00;4.21;1.06 -2282;5;3068.00;9.50;1654.00;3.68;0.70 -2283;5;2972.50;9.50;253.50;3.68;0.96 -2284;5;1556.00;9.50;1032.50;1.74;0.84 -2285;5;2082.00;9.50;1695.50;3.30;1.42 -2286;5;551.00;9.50;38.50;2.30;1.04 -2287;5;5619.00;9.50;1997.50;1.85;1.94 -2288;5;3664.00;9.50;736.50;4.41;1.22 -2289;5;5231.50;9.50;711.50;3.84;1.06 -2291;5;4685.00;10.40;490.00;1.91;1.32 -2292;5;4207.00;9.50;799.50;4.21;0.96 -2294;5;3873.00;9.50;849.50;3.66;1.06 -2295;5;2935.00;9.50;99.00;4.50;1.12 -2297;5;2226.00;9.50;293.50;1.60;1.10 -2298;5;2323.50;9.50;830.50;2.52;1.22 -2299;5;2360.50;9.50;1672.50;3.48;1.28 -2300;5;2569.50;9.50;1348.00;4.65;1.08 -2301;5;1022.50;9.50;286.50;2.02;1.58 -2302;5;374.50;9.50;455.00;4.12;1.02 -2303;5;115.50;9.50;1495.50;2.88;1.00 -2304;5;38.00;9.50;1191.50;4.13;1.22 -2305;5;470.50;9.50;1507.50;3.39;1.24 -2306;5;633.00;9.50;645.50;1.85;1.38 -2307;5;1307.00;9.50;992.50;2.26;1.24 -2309;5;3094.50;9.50;1619.00;0.16;0.60 -2310;5;3007.50;9.50;174.00;3.45;0.92 -2311;5;1584.50;9.50;922.50;1.74;1.20 -2312;5;2106.00;9.50;1562.50;1.65;1.56 -2313;5;563.50;9.50;138.00;3.69;1.34 -2315;5;5306.50;9.50;707.00;2.75;1.08 -2316;5;5094.50;9.50;1174.00;2.33;0.94 -2317;5;4709.50;9.50;472.50;1.85;0.92 -2318;5;4186.00;9.50;726.50;1.83;1.10 -2319;5;4488.00;9.50;45.00;2.94;0.98 -2320;5;3856.50;9.50;886.50;1.85;1.04 -2321;5;2984.00;9.50;149.50;2.06;1.18 -2323;5;2198.00;9.50;257.00;3.81;1.04 -2324;5;2323.50;9.50;920.00;1.57;1.34 -2325;5;2295.50;9.50;1626.00;3.58;1.22 -2326;5;2508.50;9.50;1365.00;1.95;1.26 -2327;5;1021.50;9.50;234.50;3.61;1.60 -2328;5;406.00;9.50;506.00;2.74;1.12 -2329;5;487.50;9.50;1424.50;2.76;1.12 -2330;5;678.00;9.50;665.00;4.12;1.46 -2331;5;1363.50;9.50;1023.50;1.94;1.30 -2333;5;3059.50;9.50;1625.00;1.49;0.88 -2334;5;3058.50;9.50;44.00;4.46;0.88 -2335;5;1537.00;9.50;833.00;1.37;1.22 -2336;5;2109.50;9.50;1455.50;2.11;1.34 -2337;5;589.00;9.50;84.50;2.14;1.32 -2338;5;3720.50;9.50;546.50;4.55;1.02 -2339;5;5268.50;9.50;755.00;2.67;1.04 -2340;5;5049.00;9.50;1121.00;4.35;1.00 -2341;5;4658.50;9.50;441.50;1.89;1.16 -2342;5;4135.50;9.50;750.50;3.09;0.80 -2344;5;3900.50;9.50;870.50;4.15;0.82 -2345;5;2920.00;9.50;149.00;3.36;1.04 -2346;5;2250.00;9.50;33.50;3.70;1.00 -2347;5;2257.00;9.50;368.00;3.05;1.02 -2348;5;2286.00;9.50;880.50;4.00;1.10 -2349;5;2244.50;9.50;1640.50;3.17;1.48 -2350;5;2468.50;9.50;1335.00;2.24;1.38 -2351;5;1018.00;9.50;176.00;2.35;1.34 -2352;5;449.50;9.50;445.00;2.61;1.16 -2353;5;15.50;9.50;1529.50;2.35;0.52 -2354;5;550.00;9.50;1413.00;2.40;1.10 -2355;5;706.00;9.50;700.00;4.51;1.28 -2357;5;1269.50;9.50;1048.50;2.80;1.08 -2358;5;3031.00;9.50;1607.00;1.32;0.60 -2359;5;3166.50;9.50;72.50;4.36;1.10 -2360;5;1469.00;9.50;868.50;3.50;0.98 -2361;5;1926.00;9.50;1669.50;4.17;1.52 -2362;5;757.00;9.50;93.50;4.09;1.44 -2363;5;3770.00;9.50;587.50;3.14;0.80 -2364;5;5255.00;9.50;795.50;4.48;0.90 -2365;5;5071.50;9.50;1020.00;2.59;1.10 -2366;5;5557.50;9.50;1890.50;2.94;1.48 -2367;5;4599.50;9.50;389.50;1.35;1.14 -2368;5;4184.00;9.50;775.50;3.54;1.14 -2369;5;4526.50;9.50;56.00;3.69;1.02 -2370;5;3946.00;9.50;858.50;4.54;0.80 -2372;5;2205.00;9.50;383.50;3.79;1.08 -2373;5;2257.00;9.50;856.50;3.56;1.22 -2374;5;2517.50;9.50;1607.00;4.45;1.06 -2375;5;2634.00;9.50;1228.00;1.81;1.06 -2376;5;957.00;9.50;215.50;4.00;1.52 -2377;5;742.00;9.50;910.00;2.55;1.04 -2378;5;536.50;9.50;1507.50;3.62;1.16 -2379;5;697.00;9.50;758.00;3.22;1.44 -2380;5;1231.50;9.50;1016.00;1.77;0.98 -2381;5;2746.00;9.50;1499.50;1.91;0.48 -2382;5;3003.00;9.50;1628.50;4.62;0.52 -2383;5;3341.50;9.50;102.50;2.05;1.06 -2384;5;1477.00;9.50;742.50;2.44;1.08 -2385;5;1903.50;9.50;1593.00;3.62;1.34 -2386;5;815.00;9.50;43.50;3.85;1.26 -2387;5;3699.50;9.50;420.50;2.14;1.10 -2388;5;5585.00;9.50;35.50;2.69;1.20 -2389;5;5343.50;9.50;795.50;4.57;1.06 -2390;5;5078.00;9.50;1053.00;4.21;1.02 -2391;5;4575.00;9.50;455.00;2.29;1.08 -2392;5;4129.50;9.50;777.50;-1.44;0.96 -2393;5;4577.50;9.50;65.50;3.39;0.96 -2394;5;3931.50;9.50;940.00;1.49;1.26 -2395;5;2988.00;9.50;215.50;3.66;1.02 -2396;5;2376.50;9.50;98.00;3.67;0.98 -2397;5;2219.00;9.50;347.50;3.42;1.00 -2398;5;2202.00;9.50;819.00;-1.37;0.92 -2399;5;2555.00;9.50;1512.50;3.62;1.18 -2400;5;2700.00;9.50;1225.50;1.81;0.72 -2401;5;953.50;9.50;255.50;2.02;1.54 -2402;5;457.00;9.50;536.00;4.48;1.30 -2403;5;2.50;9.50;1581.50;3.31;0.36 -2404;5;504.50;9.50;1462.50;3.92;1.22 -2405;5;589.00;9.50;699.00;3.60;1.30 -2406;5;1123.50;9.50;1018.50;4.63;1.04 -2407;5;979.00;10.40;1960.50;4.56;1.60 -2408;5;2984.00;9.67;1617.00;0.72;0.84 -2409;5;3366.50;9.50;197.00;4.12;1.20 -2410;5;1540.00;9.50;648.50;4.40;1.08 -2411;5;1793.00;9.50;1489.50;4.16;0.94 -2412;5;1337.50;9.50;91.50;2.32;1.42 -2413;5;3707.00;9.50;219.00;1.86;1.06 -2414;5;5505.50;9.50;778.00;1.70;1.00 -2415;5;5017.50;9.50;978.00;4.71;1.22 -2416;5;4576.00;9.50;505.00;2.18;0.90 -2417;5;4023.00;9.50;739.00;2.29;1.26 -2418;5;4565.00;9.50;147.00;3.92;1.12 -2419;5;3866.50;9.50;939.00;2.11;0.94 -2420;5;3023.50;9.50;204.50;4.19;1.30 -2421;5;2342.50;9.50;78.50;3.51;1.02 -2422;5;2176.00;9.50;342.50;3.62;0.88 -2423;5;2215.50;9.50;878.50;2.84;1.02 -2424;5;2578.00;9.50;1462.50;3.58;0.94 -2425;5;2050.50;9.50;1554.50;2.47;1.10 -2426;5;857.00;9.50;195.00;4.35;1.50 -2427;5;427.50;9.50;538.50;1.60;0.86 -2428;5;610.50;9.50;1411.00;2.33;1.04 -2429;5;649.00;9.50;719.00;4.28;1.00 -2430;5;1085.00;9.50;1039.00;2.09;1.06 -2431;5;2994.50;9.50;1657.50;1.12;0.70 -2432;5;3375.50;9.50;314.50;2.92;1.06 -2433;5;1604.50;9.50;567.00;3.86;1.48 -2434;5;1814.50;9.50;1592.00;3.85;1.00 -2435;5;1227.00;9.50;123.50;4.46;1.12 -2436;5;5037.00;9.50;1711.00;2.15;0.58 -2437;5;3400.50;9.50;99.50;3.86;1.06 -2438;5;5428.50;9.50;843.00;4.19;0.82 -2439;5;4993.00;9.50;1021.50;3.56;1.22 -2440;5;4589.50;9.50;485.50;4.11;1.28 -2441;5;3996.00;9.50;770.00;2.12;1.12 -2442;5;4610.00;9.50;126.50;4.50;1.08 -2443;5;3821.00;9.50;916.50;2.33;0.92 -2444;5;3044.00;9.50;152.50;4.31;0.94 -2445;5;2400.00;9.50;39.50;2.14;1.06 -2447;5;2169.50;9.50;872.50;3.35;0.94 -2448;5;2525.00;9.50;1666.00;3.53;1.22 -2449;5;1983.50;9.50;1624.00;3.75;1.74 -2450;5;856.50;9.50;138.50;4.29;1.26 -2451;5;310.50;9.50;529.00;4.14;1.22 -2452;5;574.00;9.50;1460.00;3.46;1.16 -2454;5;1138.00;9.50;1072.50;2.13;1.22 -2455;5;2977.00;9.50;1686.00;1.13;1.16 -2456;5;3478.00;9.50;401.50;2.45;1.34 -2457;5;1647.00;9.50;374.00;4.39;1.40 -2458;5;1756.00;9.50;1539.50;2.62;1.54 -2459;5;1350.00;9.50;184.50;4.24;1.32 -2460;5;5118.50;9.50;1665.00;4.07;1.72 -2461;5;3284.00;9.50;19.50;2.91;0.58 -2462;5;5519.50;9.50;842.50;1.96;1.40 -2463;5;5007.50;9.50;1045.00;4.20;1.14 -2464;5;4513.50;9.50;377.50;3.66;1.16 -2465;5;3988.00;9.50;682.50;4.66;0.94 -2466;5;4526.00;9.50;115.50;4.37;1.16 -2467;5;3783.00;9.50;882.50;1.81;0.92 -2468;5;3608.00;9.50;33.50;3.14;1.04 -2469;5;3080.00;9.50;113.50;1.99;0.96 -2471;5;2164.00;9.50;381.50;2.65;0.90 -2472;5;2157.50;9.50;831.00;4.48;0.44 -2473;5;2620.00;9.50;1671.00;2.11;1.26 -2474;5;1974.00;9.50;1564.50;4.05;1.42 -2475;5;801.50;9.50;125.50;3.58;0.96 -2476;5;367.50;9.50;555.50;2.30;0.96 -2477;5;684.00;9.50;1407.00;1.93;1.04 -2478;5;567.50;9.50;739.00;3.53;1.38 -2479;5;1123.50;9.50;1124.50;3.54;1.24 -2480;5;3447.50;9.50;257.00;2.80;1.18 -2482;5;1671.00;9.50;280.50;2.62;0.92 -2483;5;1710.00;9.50;1507.50;2.61;1.16 -2485;5;5046.00;9.50;1580.50;4.04;0.72 -2486;5;3760.00;9.50;156.00;4.33;1.24 -2487;5;5405.00;9.50;887.00;2.67;1.40 -2488;5;4960.50;9.50;1035.00;2.59;1.24 -2490;5;4537.50;9.50;508.50;2.41;0.86 -2491;5;3948.00;9.50;725.00;4.41;1.26 -2492;5;4623.50;9.50;80.00;4.09;0.96 -2493;5;3781.50;9.50;933.50;2.54;0.90 -2494;5;3659.50;9.50;67.00;3.33;0.90 -2495;5;3092.50;9.50;75.00;2.72;0.82 -2497;5;2193.50;9.50;411.50;2.70;0.92 -2499;5;2725.00;9.50;1840.50;4.00;1.18 -2500;5;1612.00;9.50;1176.50;1.81;0.70 -2502;5;291.50;9.50;547.50;1.78;1.00 -2503;5;606.50;9.50;1512.00;3.60;0.84 -2504;5;617.00;9.50;791.00;1.97;1.24 -2505;5;1086.50;9.50;1084.50;1.95;1.04 -2506;5;2933.00;9.50;1672.50;1.22;1.42 -2507;5;3560.00;9.50;190.50;4.46;0.94 -2508;5;1684.50;9.50;146.00;1.57;0.94 -2510;5;5018.50;9.50;1538.50;0.52;0.80 -2511;5;3941.50;9.50;76.00;3.50;1.32 -2512;5;5438.50;9.50;919.50;4.19;0.98 -2513;5;4994.50;9.50;1080.50;1.93;1.42 -2514;5;4489.50;9.50;518.50;3.20;0.94 -2515;5;3942.50;9.50;678.00;4.61;0.92 -2516;5;4674.50;9.50;120.50;2.63;0.74 -2517;5;3854.00;9.50;972.00;2.63;0.88 -2518;5;3616.50;9.50;76.00;2.44;1.26 -2519;5;3022.00;9.50;262.50;1.99;1.02 -2520;5;2316.50;9.50;51.50;2.30;1.26 -2521;5;2126.50;9.50;385.00;3.09;0.86 -2522;5;2120.50;9.50;859.50;-1.35;1.00 -2523;5;2555.50;9.50;1715.00;1.82;1.60 -2524;5;713.50;9.50;79.50;2.62;1.44 -2526;5;21.00;9.50;1639.00;1.81;0.64 -2527;5;650.50;9.50;1529.00;4.41;1.48 -2528;5;675.00;9.50;794.50;3.48;1.08 -2529;5;1101.50;9.50;1170.50;3.43;1.14 -2530;5;2886.00;9.50;1746.50;1.44;0.84 -2531;5;3607.00;9.50;282.00;4.28;1.08 -2532;5;1688.00;9.50;67.50;2.86;0.78 -2533;5;1643.00;9.50;66.50;3.42;1.02 -2534;5;4998.00;9.50;1476.50;4.11;0.82 -2535;5;5323.50;9.50;838.00;1.38;1.28 -2536;5;4997.00;9.50;1143.50;3.75;1.10 -2537;5;4538.00;9.50;462.00;2.27;1.02 -2538;5;3923.00;9.50;654.00;2.55;0.80 -2539;5;4707.50;9.50;101.00;4.00;1.02 -2540;5;3832.00;9.50;1008.50;2.55;0.88 -2541;5;3622.00;9.50;113.50;4.08;1.34 -2542;5;3000.50;9.50;322.00;2.87;1.16 -2543;5;2348.00;9.50;31.50;3.04;0.84 -2544;5;2098.00;9.50;384.50;2.76;0.94 -2545;5;2103.50;9.50;906.00;2.15;1.16 -2546;5;2493.00;9.50;1715.00;3.44;1.08 -2547;5;1584.50;9.50;1036.50;-1.46;1.22 -2549;5;222.50;9.50;589.00;1.73;1.16 -2550;5;29.50;9.50;1551.50;4.23;1.20 -2551;5;641.50;9.50;1463.50;2.13;1.18 -2552;5;649.00;9.50;749.00;1.57;1.48 -2553;5;1046.00;9.50;1251.00;3.81;1.32 -2554;5;2940.50;9.50;1840.50;-0.88;1.36 -2555;5;3727.00;9.50;343.50;3.89;1.14 -2556;5;183.00;9.50;1985.00;1.80;1.16 -2557;5;1585.50;9.50;176.50;1.14;1.32 -2558;5;4996.50;9.50;617.00;-1.26;0.94 -2559;5;4937.00;9.50;1118.50;4.01;1.28 -2561;5;4497.00;9.50;414.50;3.75;0.98 -2562;5;3950.50;9.50;644.00;4.03;0.90 -2564;5;3866.50;9.50;1008.50;3.50;0.88 -2565;5;3691.00;9.50;100.50;4.17;1.12 -2566;5;2972.00;9.50;285.50;1.99;0.86 -2568;5;2646.00;9.50;2032.50;4.60;0.66 -2569;5;2029.50;9.50;870.50;-1.34;1.48 -2570;5;2444.00;9.50;1732.00;2.07;1.44 -2571;5;1717.00;9.70;1073.50;4.55;1.36 -2573;5;263.00;9.50;602.50;3.80;1.34 -2574;5;26.00;9.50;1604.00;3.97;1.14 -2575;5;703.50;9.50;1496.00;2.46;1.26 -2576;5;681.50;9.50;833.50;1.96;1.56 -2577;5;1016.50;9.50;1212.00;3.74;1.12 -2578;5;3017.00;9.50;1966.50;2.32;1.18 -2579;5;3630.00;9.50;451.00;4.42;1.02 -2580;5;1906.50;9.50;109.50;1.72;1.30 -2581;5;219.50;9.50;1876.50;3.92;0.84 -2582;5;1510.00;9.50;78.50;2.10;0.98 -2583;5;4999.00;9.50;1399.50;1.34;1.44 -2584;5;3472.00;9.50;48.00;3.46;1.20 -2585;5;4953.00;9.50;632.00;0.89;1.08 -2587;5;4468.50;9.50;422.00;2.24;0.94 -2588;5;3991.00;9.50;648.50;3.31;0.92 -2589;5;4619.50;9.50;41.00;2.70;1.02 -2590;5;3860.50;9.50;1031.50;1.61;1.10 -2591;5;3725.50;9.50;52.00;1.86;1.00 -2592;5;2943.00;9.50;250.50;2.69;1.06 -2594;5;2106.50;9.50;415.00;4.71;0.94 -2595;5;2050.50;9.50;952.00;3.45;1.10 -2596;5;2420.00;9.50;1790.00;1.99;1.38 -2597;5;1828.00;9.50;1042.50;-0.96;1.02 -2598;5;639.00;9.50;73.50;3.47;1.30 -2599;5;302.50;9.50;649.00;2.67;1.34 -2600;5;95.50;9.50;1526.00;4.65;0.86 -2601;5;749.00;9.50;1540.00;1.80;1.18 -2602;5;607.50;9.50;841.50;2.98;0.90 -2603;5;1002.50;9.50;1254.00;2.51;1.22 -2605;5;3517.00;9.50;483.00;2.46;1.18 -2606;5;1935.00;9.50;177.00;2.94;1.58 -2607;5;27.50;9.50;1939.50;3.33;1.06 -2608;5;1436.50;9.50;242.50;2.98;1.30 -2609;5;4818.50;9.50;1301.00;-0.64;1.28 -2611;5;4997.00;9.50;665.00;2.63;1.06 -2612;5;4946.50;9.50;1191.50;2.69;1.16 -2613;5;5478.00;9.50;1786.50;2.22;1.44 -2614;5;4485.50;9.50;462.50;3.39;1.06 -2615;5;3976.50;9.50;607.00;3.95;0.96 -2617;5;3774.50;9.50;1016.00;4.40;0.90 -2618;5;3705.00;9.50;137.00;4.08;0.98 -2619;5;2905.00;9.50;266.50;2.45;0.84 -2620;5;2220.00;9.50;450.00;2.05;0.92 -2621;5;2059.50;9.50;989.00;1.78;1.06 -2622;5;2355.00;9.50;1721.00;2.51;1.18 -2623;5;1362.00;9.50;1311.50;3.22;1.22 -2624;5;624.00;9.50;122.00;2.86;1.34 -2625;5;167.00;9.50;630.00;4.39;0.96 -2626;5;83.50;9.50;1571.00;4.35;0.92 -2627;5;611.00;9.50;1550.00;2.12;1.02 -2628;5;732.50;9.50;861.50;2.56;1.20 -2629;5;959.50;9.50;1291.50;2.58;1.30 -2631;5;3498.00;9.50;525.00;3.25;1.10 -2633;5;1586.00;9.50;330.50;3.77;1.46 -2634;5;4916.50;9.50;1328.50;2.35;0.78 -2635;5;3525.00;9.50;65.50;2.42;1.04 -2636;5;4964.00;9.50;696.00;1.71;1.10 -2637;5;4922.00;9.50;1152.50;2.43;1.30 -2638;5;4460.50;9.50;497.50;3.98;1.10 -2639;5;3933.00;9.50;615.50;3.62;0.96 -2640;5;3748.50;9.50;1036.50;4.10;1.12 -2641;5;3644.00;9.50;144.00;4.02;1.28 -2642;5;2934.00;9.50;303.50;2.49;0.88 -2643;5;2076.00;9.50;439.50;2.25;1.14 -2644;5;1995.50;9.50;986.50;3.49;1.26 -2645;5;2384.00;9.50;1758.00;2.41;1.16 -2646;5;1297.00;9.50;1304.00;-1.39;1.08 -2647;5;716.00;9.50;132.00;3.79;1.20 -2648;5;235.00;9.50;651.00;4.05;1.16 -2649;5;94.00;9.50;1616.00;4.18;1.14 -2650;5;521.00;9.50;1551.50;3.24;0.96 -2651;5;610.50;9.50;884.00;2.83;1.02 -2652;5;886.50;9.50;1328.50;4.33;1.10 -2654;5;3556.50;9.50;611.00;1.49;1.18 -2656;5;73.00;9.50;1851.00;3.54;0.70 -2657;5;1435.00;9.50;877.50;2.59;0.94 -2658;5;4942.50;9.70;1273.00;-1.36;0.90 -2659;5;3594.00;9.50;138.00;2.83;0.86 -2661;5;4964.00;9.50;756.50;2.95;1.10 -2662;5;4878.00;9.50;1105.00;4.24;0.92 -2663;5;5452.50;9.50;1740.50;2.45;1.10 -2664;5;4393.50;9.50;531.00;3.51;1.14 -2665;5;3884.00;9.50;614.00;4.18;0.74 -2666;5;3623.50;9.50;1059.00;-1.42;0.98 -2667;5;3632.00;9.50;170.00;1.63;1.18 -2668;5;2888.00;9.50;327.00;3.29;0.74 -2669;5;2078.50;9.50;185.00;2.64;1.02 -2670;5;1972.50;9.50;961.00;4.63;0.98 -2671;5;2321.50;9.50;1778.50;2.66;1.32 -2672;5;1315.00;9.50;1243.00;2.03;1.10 -2673;5;687.50;9.50;178.50;2.84;1.22 -2674;5;285.50;9.50;694.50;1.53;1.46 -2675;5;50.50;9.50;1651.00;3.63;1.28 -2676;5;515.00;9.50;1630.50;2.57;1.10 -2677;5;650.00;9.50;950.00;3.49;0.98 -2678;5;804.50;9.50;1321.50;4.47;0.88 -2679;5;3446.50;9.50;1892.50;-1.38;0.84 -2680;5;3592.00;9.50;570.50;3.20;0.96 -2681;5;1995.50;9.50;222.50;4.33;1.34 -2682;5;183.50;9.50;1745.50;2.35;1.44 -2683;5;1444.00;9.50;945.50;4.43;1.42 -2684;5;4896.50;9.50;1246.00;0.46;0.84 -2685;5;3818.50;9.50;114.50;2.73;1.20 -2686;5;5025.50;9.50;747.50;2.48;1.00 -2687;5;4877.50;9.50;1075.50;2.56;1.02 -2688;5;5422.50;9.50;1769.00;2.09;1.08 -2689;5;4418.50;9.50;560.50;1.53;0.86 -2690;5;3840.00;9.50;606.50;4.11;0.86 -2691;5;3624.00;9.50;1087.00;1.70;1.10 -2692;5;3716.00;9.50;185.50;3.68;1.06 -2693;5;2933.00;9.50;354.50;2.42;0.92 -2694;5;2118.00;9.50;477.50;3.98;0.98 -2695;5;2748.50;9.50;1924.00;3.11;1.02 -2696;5;2247.50;9.50;1779.00;3.45;1.04 -2697;5;1382.00;9.50;1198.00;1.89;1.12 -2698;5;734.00;9.50;165.50;-1.54;1.26 -2699;5;206.00;9.50;724.50;4.08;1.16 -2700;5;79.00;9.50;1669.50;4.56;1.22 -2701;5;574.50;9.50;1602.50;2.79;1.58 -2702;5;686.50;9.50;894.00;1.86;1.46 -2704;5;3586.00;9.50;739.00;4.66;0.98 -2705;5;2048.00;9.50;251.50;-1.54;1.18 -2706;5;242.00;9.50;1907.00;4.71;1.02 -2707;5;1503.00;9.50;922.50;4.42;1.50 -2708;5;4824.50;9.50;1196.00;1.14;1.06 -2710;5;5252.50;9.50;31.00;2.01;0.92 -2711;5;5064.50;9.50;789.00;1.57;1.76 -2712;5;4853.00;9.50;1039.00;2.61;1.22 -2713;5;5406.50;9.50;1715.50;1.74;1.16 -2714;5;4452.50;9.50;533.50;1.67;1.28 -2715;5;3839.00;9.50;568.00;3.05;1.04 -2716;5;3732.00;9.50;986.50;3.14;0.94 -2717;5;3668.50;9.50;177.50;4.04;1.14 -2718;5;2888.00;9.50;370.00;3.46;0.88 -2719;5;2155.00;9.50;489.50;4.30;1.06 -2720;5;1942.50;9.50;1010.00;4.02;1.12 -2721;5;2261.50;9.50;1731.50;4.29;0.94 -2722;5;1397.50;9.50;1326.50;4.04;0.96 -2723;5;842.00;9.50;301.50;2.55;1.64 -2724;5;223.00;9.50;760.50;4.13;1.08 -2725;5;42.50;9.50;1717.00;3.60;1.34 -2726;5;580.50;9.50;1634.50;4.37;1.16 -2727;5;860.50;9.50;845.50;2.61;1.34 -2728;5;788.50;9.50;1375.50;2.76;1.40 -2729;5;2936.00;9.50;1601.50;0.74;0.74 -2730;5;3617.00;9.50;824.50;4.60;1.18 -2731;5;2168.00;9.50;436.50;2.19;0.76 -2734;5;4678.50;9.50;1298.50;0.32;1.38 -2735;5;4962.50;9.50;783.00;-1.40;0.94 -2736;5;4895.00;9.50;1018.50;2.63;1.26 -2737;5;4481.50;9.50;557.00;-1.23;0.76 -2738;5;3868.50;9.50;577.00;4.22;0.80 -2739;5;3774.50;9.50;986.00;2.75;1.14 -2740;5;3626.00;9.50;203.50;4.67;1.18 -2741;5;2917.50;9.50;407.50;3.27;0.88 -2742;5;2153.00;9.50;255.00;2.82;0.90 -2743;5;1909.50;9.50;1038.50;3.74;1.06 -2744;5;2227.50;9.50;1721.50;3.92;1.18 -2745;5;1456.00;9.50;1302.50;3.89;0.98 -2746;5;839.50;9.50;245.50;4.53;1.32 -2747;5;282.50;9.50;748.00;-1.23;1.38 -2748;5;67.50;9.50;1726.00;4.40;0.98 -2749;5;683.50;9.50;1640.50;2.35;1.06 -2750;5;728.00;9.50;808.50;4.59;1.02 -2751;5;728.50;9.50;1674.00;1.73;1.24 -2752;5;2895.00;9.50;1589.50;-0.58;0.92 -2753;5;3544.50;9.50;848.00;1.87;0.86 -2754;5;2143.50;9.50;339.50;2.76;1.08 -2755;5;569.00;9.50;1697.00;3.20;1.28 -2756;5;1468.00;9.50;1026.50;2.64;0.76 -2757;5;4710.50;9.50;1240.50;1.75;1.16 -2758;5;5033.00;9.50;836.50;2.83;1.06 -2759;5;4934.00;9.50;998.00;2.49;1.40 -2760;5;4534.50;9.50;571.50;1.50;0.96 -2761;5;3948.00;9.50;575.50;1.76;0.78 -2762;5;3707.50;9.50;940.50;1.80;1.08 -2763;5;3646.00;9.50;241.50;4.24;1.12 -2764;5;2896.00;9.50;444.00;4.31;0.94 -2765;5;2098.00;9.50;336.00;2.31;1.22 -2766;5;1884.50;9.50;1031.00;1.38;1.02 -2767;5;2171.00;9.50;1705.50;4.44;1.14 -2768;5;1882.50;9.70;1696.50;2.00;1.08 -2769;5;820.50;9.50;222.00;2.04;1.24 -2770;5;345.00;9.50;721.50;2.15;1.24 -2771;5;56.00;9.50;1765.50;4.34;0.98 -2772;5;630.50;9.50;1580.50;4.54;1.24 -2773;5;770.50;9.50;767.00;1.96;1.06 -2774;5;748.50;9.50;1725.50;2.13;1.34 -2775;5;2875.00;9.50;1576.50;1.40;0.44 -2776;5;3488.50;9.50;839.00;4.52;0.90 -2778;5;2261.00;9.50;533.50;2.43;1.32 -2779;5;488.00;9.50;1585.50;4.48;1.14 -2780;5;1273.00;9.50;1097.50;4.17;1.24 -2781;5;4768.50;9.50;1247.00;1.26;1.18 -2782;5;5335.00;9.50;206.50;2.21;1.34 -2783;5;5040.00;9.50;881.00;2.17;0.98 -2784;5;4869.50;9.50;946.00;3.95;1.36 -2785;5;4593.00;9.50;556.50;2.55;0.84 -2786;5;3894.00;9.50;548.50;4.11;1.02 -2787;5;3667.50;9.50;912.00;2.23;0.98 -2788;5;3738.50;9.50;222.00;2.99;0.90 -2789;5;2866.50;9.50;464.00;2.80;0.90 -2790;5;2035.00;9.50;301.00;4.12;1.20 -2791;5;1881.00;9.50;1087.00;3.92;0.92 -2792;5;2112.50;9.50;1737.50;4.02;0.92 -2793;5;1015.50;9.50;132.50;3.97;1.18 -2794;5;362.50;9.50;757.50;4.09;1.36 -2795;5;13.00;9.50;1760.00;4.28;1.08 -2796;5;748.50;9.50;1437.50;2.69;1.12 -2797;5;769.50;9.50;727.50;3.33;1.38 -2798;5;643.00;9.50;1698.00;3.05;1.20 -2799;5;2827.50;9.50;1581.00;4.28;0.54 -2800;5;3461.00;9.50;900.00;1.14;1.42 -2801;5;2335.50;9.50;635.50;3.81;0.98 -2802;5;440.50;9.50;1650.00;3.00;1.06 -2803;5;1202.50;9.50;1147.00;1.99;1.06 -2804;5;4737.50;9.50;1148.50;2.28;1.02 -2805;5;5276.50;9.50;233.50;2.29;0.82 -2806;5;5043.00;9.50;937.00;3.14;1.32 -2807;5;4840.50;9.50;989.00;3.57;1.26 -2808;5;5268.50;9.50;1774.50;2.49;1.26 -2809;5;4649.00;9.50;559.50;1.63;1.34 -2810;5;3856.00;9.50;532.00;3.70;0.88 -2811;5;3697.00;9.50;864.00;1.78;0.96 -2812;5;3742.00;9.50;255.50;4.15;1.08 -2813;5;2920.50;9.50;489.00;2.32;0.90 -2814;5;2094.50;9.50;281.50;4.26;1.02 -2815;5;1924.00;9.50;1117.00;3.53;0.86 -2816;5;2097.50;9.50;1795.50;3.68;0.86 -2817;5;1823.00;9.50;1625.00;4.44;0.78 -2818;5;1042.00;9.50;89.00;2.91;1.18 -2819;5;341.50;9.50;798.00;2.67;1.24 -2820;5;9.50;9.50;1736.50;3.00;0.44 -2821;5;814.50;9.50;1415.50;1.89;1.32 -2822;5;812.00;9.50;748.00;4.30;1.30 -2823;5;618.50;9.50;1733.50;-1.54;1.20 -2824;5;2813.00;9.50;1561.50;-1.48;0.36 -2825;5;3357.00;9.50;1063.00;4.60;1.18 -2826;5;2237.00;9.50;929.00;4.18;1.38 -2827;5;242.00;9.50;1725.00;3.42;1.36 -2828;5;1119.00;9.50;1258.00;2.35;1.12 -2829;5;4723.50;9.50;1035.50;4.63;1.18 -2830;5;5231.00;9.50;199.00;4.30;0.84 -2831;5;5069.50;9.50;959.50;4.13;1.36 -2832;5;4797.00;9.50;897.50;2.50;1.32 -2833;5;4636.50;9.50;626.00;-1.42;1.12 -2834;5;3884.50;9.50;500.50;3.43;0.94 -2835;5;3736.50;9.50;894.50;3.02;0.92 -2836;5;2853.50;9.50;512.50;3.89;1.16 -2837;5;2114.50;9.50;222.50;2.08;1.04 -2838;5;1959.50;9.50;1142.00;2.01;1.02 -2839;5;2063.00;9.50;1770.00;4.39;0.78 -2840;5;1781.00;9.50;1586.00;2.95;1.18 -2841;5;895.00;9.50;101.00;3.38;1.32 -2842;5;291.50;9.50;836.00;2.75;1.48 -2843;5;4201.50;10.00;1024.50;2.35;0.24 -2844;5;747.50;9.50;1392.50;1.98;0.90 -2845;5;887.50;9.50;790.50;2.13;1.20 -2846;5;700.50;9.50;1761.50;3.26;1.46 -2847;5;2786.00;9.50;1511.50;-1.21;0.40 -2848;5;3702.50;9.50;913.00;3.10;1.08 -2849;5;2243.50;9.50;792.50;-1.22;1.16 -2850;5;150.00;9.50;1587.00;3.98;1.04 -2851;5;1026.00;9.50;1364.50;4.34;1.02 -2852;5;2796.00;9.50;541.50;-1.56;1.28 -2853;5;4662.00;10.80;1859.50;4.27;1.32 -2854;5;5281.00;9.50;173.50;3.58;1.22 -2855;5;5074.50;9.50;900.50;4.46;1.16 -2856;5;4799.00;9.50;820.50;1.05;1.42 -2857;5;4623.50;9.50;757.00;1.57;1.12 -2858;5;3926.00;9.50;502.00;2.62;0.90 -2859;5;3775.00;9.50;846.00;3.21;1.16 -2860;5;3721.50;9.50;272.00;2.04;1.10 -2861;5;2960.50;9.50;337.00;2.62;0.72 -2862;5;2053.50;9.50;217.00;2.71;1.06 -2863;5;1904.50;9.50;1163.50;2.56;1.12 -2864;5;2025.00;9.50;1762.50;1.98;0.80 -2865;5;1635.50;9.50;1149.00;4.05;1.20 -2866;5;1005.50;9.50;410.50;4.11;1.24 -2867;5;136.00;9.50;664.50;2.83;1.14 -2868;5;710.00;9.50;1350.00;4.54;0.96 -2869;5;926.00;9.50;824.00;2.58;0.94 -2870;5;639.00;9.50;1783.00;1.81;1.14 -2871;5;2760.00;9.50;1501.00;4.57;0.48 -2872;5;3745.00;9.50;943.00;2.46;0.90 -2873;5;2143.00;9.50;913.50;4.00;1.18 -2874;5;12.00;9.50;1685.00;4.39;1.06 -2875;5;939.00;9.50;1417.00;1.34;1.44 -2876;5;4730.00;9.50;838.00;1.01;1.14 -2878;5;5236.50;9.50;159.50;2.06;1.24 -2879;5;5116.50;9.50;927.50;4.15;0.92 -2880;5;4832.00;9.50;855.50;2.96;1.14 -2881;5;5316.00;9.50;1774.50;3.32;1.28 -2882;5;4579.50;9.50;718.00;0.21;0.98 -2883;5;3961.50;9.50;560.00;4.18;0.96 -2884;5;3655.00;9.50;299.00;3.71;1.34 -2885;5;2983.00;9.50;369.50;2.57;0.78 -2886;5;2114.50;9.50;185.50;3.10;0.84 -2887;5;1835.00;9.50;1146.50;-1.49;1.12 -2888;5;2000.00;9.50;1740.00;4.45;0.70 -2889;5;1354.00;9.50;1095.00;1.81;1.24 -2890;5;994.00;9.50;358.00;4.22;1.22 -2891;5;98.50;9.50;610.50;1.00;1.10 -2892;5;727.00;9.50;1311.00;4.55;0.96 -2893;5;1014.00;9.50;825.50;1.83;1.26 -2894;5;596.00;9.50;1825.00;2.21;1.24 -2895;5;2780.50;9.50;1541.00;4.03;0.26 -2896;5;3568.00;9.50;1127.50;4.15;1.16 -2897;5;2136.50;9.50;988.00;3.17;1.06 -2898;5;811.50;9.50;1535.50;4.30;1.02 -2899;5;4728.50;9.50;758.50;1.29;1.16 -2900;5;4524.50;11.30;1964.00;1.67;1.80 -2901;5;5073.50;9.50;853.00;4.26;1.48 -2902;5;4833.50;9.50;802.00;3.30;0.90 -2903;5;5214.00;9.50;1713.50;4.67;1.10 -2904;5;4524.00;9.50;678.50;-0.15;0.98 -2906;5;3675.50;9.50;830.00;3.10;1.14 -2907;5;3678.50;9.50;360.00;2.26;0.96 -2908;5;2957.50;9.50;397.50;2.27;0.72 -2910;5;1803.50;9.50;1097.00;3.25;1.06 -2911;5;2013.00;9.50;1812.00;3.78;1.34 -2912;5;1385.00;9.50;1078.50;2.98;1.18 -2913;5;885.00;9.50;297.50;4.03;1.28 -2914;5;24.50;9.50;692.00;3.18;1.04 -2915;5;778.00;9.50;1268.50;1.65;0.92 -2916;5;942.50;9.50;788.00;3.26;1.28 -2917;5;506.50;9.50;1849.00;3.87;1.22 -2918;5;2801.00;9.50;1621.50;4.14;0.50 -2919;5;3673.00;9.50;1071.50;-1.32;0.82 -2920;5;2189.00;9.50;1095.00;3.14;1.16 -2921;5;844.00;9.50;1614.50;1.59;0.94 -2922;5;4749.00;9.50;728.00;2.30;0.94 -2923;5;4379.00;11.10;1958.50;1.80;1.64 -2924;5;5338.00;9.50;33.00;4.53;1.24 -2925;5;5142.00;9.50;863.00;2.35;1.26 -2926;5;4982.50;9.50;975.00;1.72;1.08 -2927;5;5232.50;9.50;1680.00;1.72;0.96 -2928;5;4497.00;9.50;718.00;3.43;1.12 -2929;5;3962.00;9.50;509.50;3.58;0.96 -2930;5;3768.00;9.50;759.00;3.14;0.86 -2931;5;3702.00;9.50;381.00;3.49;1.02 -2932;5;2942.00;9.50;463.50;4.06;0.92 -2933;5;2014.50;9.50;158.00;4.30;1.22 -2934;5;1789.00;9.50;1202.50;3.14;1.28 -2935;5;1956.50;9.50;1757.00;2.47;1.20 -2936;5;2805.50;9.50;2000.00;2.73;1.36 -2937;5;976.00;9.50;321.50;2.25;1.48 -2938;5;80.50;9.50;681.50;2.92;1.30 -2939;5;783.50;9.50;1238.00;4.08;0.94 -2940;5;887.50;9.50;747.50;3.54;0.96 -2941;5;659.00;9.50;991.00;2.72;0.84 -2942;5;2776.00;9.50;1645.50;-0.39;1.24 -2943;5;3730.50;9.50;1055.50;2.17;0.86 -2944;5;2163.00;9.50;1265.50;3.49;1.14 -2945;5;797.00;9.50;1752.00;1.44;1.76 -2946;5;4638.00;9.50;795.00;1.50;1.06 -2947;5;1263.50;10.30;1996.50;1.13;1.72 -2948;5;5303.50;9.50;65.50;2.63;1.06 -2949;5;5257.50;9.50;849.00;2.95;1.28 -2950;5;4951.50;9.50;933.50;1.74;0.84 -2952;5;4554.00;9.50;740.50;2.53;1.10 -2953;5;3973.50;9.50;459.50;3.51;0.96 -2954;5;3653.00;9.50;786.00;3.87;1.10 -2955;5;3690.00;9.50;312.50;4.57;1.24 -2956;5;2995.50;9.50;477.50;3.27;1.04 -2957;5;2101.50;9.50;131.50;1.80;1.18 -2958;5;2380.50;9.50;949.50;2.02;0.92 -2959;5;2124.50;9.50;1804.50;4.32;1.14 -2960;5;2831.00;9.50;1944.00;3.42;0.94 -2961;5;875.00;9.50;348.50;2.66;1.30 -2962;5;13.00;9.50;738.00;4.16;1.08 -2963;5;833.50;9.50;1206.00;3.99;1.36 -2964;5;939.50;9.50;724.50;4.05;1.38 -2965;5;590.00;9.50;1893.50;2.74;1.16 -2966;5;2859.50;9.50;1633.00;1.65;0.94 -2967;5;3810.00;9.50;1053.50;2.88;0.86 -2968;5;2122.50;9.50;1136.50;4.58;1.08 -2969;5;55.50;9.50;1504.50;3.18;1.22 -2970;5;653.00;9.50;1891.50;4.69;1.98 -2971;5;4673.50;9.50;833.00;0.98;1.04 -2972;5;4214.00;9.70;2017.00;1.62;1.50 -2973;5;5385.50;9.50;86.50;1.90;1.00 -2974;5;5340.50;9.50;906.00;3.51;1.48 -2977;5;2795.50;9.50;1530.50;1.89;0.28 -2978;5;4591.00;9.50;782.00;2.03;1.14 -2979;5;4032.00;9.50;459.00;1.95;0.98 -2980;5;3721.50;9.50;753.50;3.42;0.72 -2981;5;3626.50;9.50;379.50;3.71;0.98 -2982;5;3001.50;9.50;508.50;1.82;0.90 -2983;5;2012.00;9.50;110.00;4.28;1.28 -2984;5;2369.50;9.50;993.00;1.95;1.22 -2985;5;2135.50;9.50;1581.50;4.17;1.96 -2986;5;2882.00;9.50;1884.50;2.46;0.86 -2987;5;933.00;9.50;346.00;2.46;0.98 -2988;5;16.00;9.50;778.00;4.46;0.92 -2989;5;846.00;9.50;1269.00;1.75;1.28 -2990;5;981.50;9.50;764.00;4.10;1.24 -2992;5;3219.50;10.90;1951.50;3.40;0.36 -2993;5;2837.50;9.50;1684.50;4.42;0.98 -2994;5;3329.50;9.80;1775.50;2.35;0.20 -2996;5;3436.50;10.50;1715.00;4.19;0.24 -2997;5;2099.50;9.50;1103.50;2.52;1.02 -2998;5;3300.00;10.60;1807.00;4.51;0.44 -2999;5;3339.00;10.70;1678.50;3.14;0.22 -3000;5;3608.50;9.90;1754.50;3.92;0.32 -3001;5;218.00;9.50;1413.50;3.21;1.36 -3002;5;530.00;9.50;1961.00;1.70;1.24 -3003;5;3087.50;11.85;1877.00;3.38;0.28 -3004;5;3509.50;9.80;1685.50;4.30;0.24 -3005;5;3017.50;11.60;1767.00;3.78;0.26 -3006;5;4666.00;9.50;977.00;2.30;1.06 -3007;5;2988.50;10.70;1733.50;2.35;0.22 -3009;5;3159.50;10.25;1783.00;2.78;0.26 -3010;5;1021.50;11.90;1827.00;4.16;0.58 -3011;5;5429.50;9.50;121.00;-1.53;1.66 -3012;5;3353.00;10.40;1934.00;2.35;0.48 -3013;5;3238.50;9.90;1778.50;3.92;0.26 -3014;5;5249.50;9.50;894.00;4.29;1.18 -3015;5;4987.00;9.50;923.00;-1.51;1.28 -3016;5;3183.50;10.00;2001.50;3.33;0.38 -3017;5;3513.00;10.30;1714.00;2.67;0.16 -3019;5;5347.00;9.50;1672.00;2.93;1.12 -3020;5;4526.50;9.50;776.50;3.71;1.10 -3021;5;2978.00;10.30;1758.50;3.81;0.34 -3022;5;2969.50;10.30;1815.00;1.84;0.20 -3023;5;4056.50;9.50;423.50;2.73;0.94 -3024;5;3720.00;9.50;712.00;4.46;0.78 -3025;5;3172.00;9.95;1773.50;0.51;0.40 -3026;5;3230.00;10.40;1870.50;3.99;0.36 -3027;5;3606.50;9.80;1692.50;3.54;0.24 -3028;5;3600.50;9.50;369.50;2.23;0.90 -3029;5;2938.50;9.50;511.50;4.03;0.98 -3030;5;3279.50;10.30;1788.50;2.11;0.22 -3031;5;3401.00;10.25;1787.50;4.15;0.32 -3032;5;2053.00;9.50;57.00;2.94;1.02 -3033;5;3339.00;10.35;1790.00;3.46;0.24 -3035;5;3387.50;10.10;1701.50;1.71;0.22 -3036;5;2312.00;9.50;973.50;3.62;1.12 -3037;5;2125.00;9.50;1688.50;3.94;1.82 -3038;5;2882.50;9.50;1955.00;2.81;0.92 -3039;5;3045.50;9.60;1825.50;1.76;0.34 -3040;5;3161.00;10.37;1990.00;3.33;0.36 -3041;5;3585.00;10.47;1740.00;3.14;0.32 -3042;5;946.00;9.50;389.00;2.96;0.92 -3043;5;101.50;9.50;723.00;2.02;1.32 -3044;5;3056.50;12.15;1863.00;3.01;0.34 -3045;5;3069.50;9.80;1761.50;2.94;0.20 -3046;5;6.50;9.50;1796.50;4.21;0.80 -3047;5;885.50;9.50;1237.00;3.00;1.14 -3048;5;3021.00;10.32;1895.00;2.15;0.34 -3049;5;2913.00;11.45;1705.50;4.01;0.30 -3050;5;3267.50;10.30;1765.50;4.30;0.26 -3051;5;1054.50;9.50;841.50;3.69;1.02 -3053;5;3255.50;10.40;1701.50;3.92;0.30 -3054;5;3121.00;11.20;1896.00;2.89;0.36 -3055;5;3191.50;10.60;1922.50;2.91;0.30 -3056;5;3450.00;10.35;1701.50;4.35;0.28 -3057;5;3380.00;10.15;1746.50;3.14;0.24 -3058;5;3124.50;10.65;1971.00;3.78;0.30 -3059;5;2929.50;14.80;1751.00;3.83;0.38 -3061;5;3232.50;9.75;1755.00;2.67;0.22 -3062;5;3102.00;11.40;1868.50;4.42;0.24 -3063;5;3027.50;9.60;1708.50;2.94;0.26 -3064;5;3483.50;10.10;1793.50;1.66;0.36 -3065;5;3464.00;10.30;1803.00;2.11;0.40 -3066;5;3525.00;9.80;1697.50;2.76;0.22 -3067;5;3295.00;10.52;1872.00;3.46;0.32 -3068;5;1634.00;11.30;900.50;-1.06;0.20 -3069;5;3212.00;10.47;1972.00;3.78;0.38 -3070;5;3027.00;10.82;1745.00;1.81;0.26 -3071;5;3314.00;10.60;1824.50;3.99;0.30 -3072;5;3299.00;10.30;1716.50;1.73;0.24 -3073;5;3266.50;10.60;1862.50;1.89;0.34 -3074;5;3190.00;9.95;1707.50;2.21;0.24 -3075;5;3462.00;9.70;1832.00;4.54;0.58 -3076;5;3244.50;9.70;1420.50;3.68;0.20 -3077;5;3392.50;10.50;1686.50;4.51;0.20 -3078;5;3352.00;9.80;1831.50;2.76;0.24 -3079;5;3494.50;10.00;1746.00;1.78;0.24 -3081;5;3524.50;9.90;1789.50;2.48;0.58 -3082;5;3136.50;11.00;1981.00;1.95;0.42 -3084;5;3345.50;9.80;1764.00;2.89;0.20 -3085;5;3376.00;10.30;1714.00;4.71;0.22 -3086;5;3386.50;9.90;1811.00;2.09;0.38 -3087;5;3480.00;10.00;1731.50;3.14;0.26 -3089;5;3278.00;9.70;1693.00;2.35;0.26 -3090;5;2900.00;10.70;1774.50;1.67;0.22 -3091;5;3465.00;10.40;1687.00;3.60;0.22 -3092;5;3399.50;9.75;1824.00;2.42;0.40 -3093;5;2939.50;13.35;1793.00;3.83;0.32 -3094;5;2945.50;12.30;1738.50;2.35;0.26 -3095;5;3131.50;11.60;1924.00;2.15;0.36 -3096;5;2948.00;11.50;1809.50;2.76;0.32 -3097;5;3253.50;9.90;1976.50;2.63;0.46 -3098;5;3016.00;12.45;1842.00;3.92;0.28 -3099;5;3465.50;10.60;1717.00;2.49;0.24 -3100;5;3101.50;11.05;1858.00;4.19;0.32 -3101;5;3344.00;9.90;1685.00;3.92;0.16 -3102;5;3543.50;10.05;1751.00;4.29;0.28 -3103;5;3536.50;10.05;1695.00;2.49;0.26 -3104;5;3134.00;10.25;1880.00;1.57;0.28 -3105;5;2994.50;13.20;1782.50;1.24;0.16 -3106;5;3054.50;9.85;1736.00;2.44;0.24 -3107;5;3248.50;10.70;1926.00;2.07;0.46 -3108;5;3057.50;11.25;1805.00;2.49;0.22 -3109;5;3034.50;11.55;665.00;4.33;1.26 -3110;5;3320.50;10.40;1716.00;2.97;0.24 -3111;5;3000.00;14.35;1814.00;2.82;0.30 -3112;5;3534.00;9.80;1723.00;2.67;0.22 -3113;5;3116.00;10.17;1825.00;1.81;0.26 -3114;5;2907.50;10.80;1757.50;1.97;0.24 -3115;5;3239.00;10.60;1856.00;4.12;0.32 -3116;5;3440.50;9.90;1676.50;2.94;0.22 -3117;5;3145.50;10.20;1778.50;3.68;0.32 -3119;5;3184.50;10.50;1791.50;4.17;0.30 -3120;5;3256.50;9.95;1715.00;2.24;0.20 -3121;5;3298.00;10.70;1908.50;4.01;0.28 -3122;5;3147.00;9.67;1806.00;1.89;0.32 -3123;5;3033.00;10.10;885.50;4.03;0.66 -3124;5;3406.00;10.20;1713.50;2.55;0.24 -3125;5;3234.00;10.15;1824.50;4.42;0.24 -3126;5;3013.50;10.20;1876.50;2.11;0.24 -3127;5;3678.50;10.00;1726.50;3.28;0.34 -3128;5;3000.50;11.40;1756.00;3.60;0.30 -3129;5;2922.50;13.10;1717.00;2.24;0.32 -3130;5;3432.50;10.35;1808.00;3.70;0.48 -3131;5;3252.50;9.70;1773.50;1.89;0.20 -3132;5;3054.50;9.65;1933.00;3.83;0.42 -3133;5;3287.50;10.40;1786.00;3.38;0.22 -3134;5;3325.00;9.75;1961.00;3.14;0.32 -3135;5;3478.00;9.80;1702.50;1.73;0.20 -3136;5;2991.00;11.20;1757.50;3.81;0.26 -3137;5;3177.00;9.55;1768.50;4.24;0.24 -3138;5;3073.50;12.05;1866.00;2.49;0.32 -3139;5;3592.50;9.70;1690.50;4.17;0.24 -3140;5;3331.50;9.90;1728.50;3.33;0.24 -3141;5;3024.00;10.47;1729.00;3.14;0.24 -3142;5;3346.00;10.40;1748.50;2.76;0.24 -3143;5;3384.00;10.25;1695.00;3.14;0.24 -3145;5;3076.00;9.67;1954.00;3.92;0.28 -3146;5;3557.00;9.80;1713.00;2.03;0.26 -3147;5;3550.00;9.70;1901.50;3.31;1.00 -3148;5;3051.50;10.60;1756.00;4.03;0.24 -3149;5;3248.50;10.60;1848.50;3.68;0.28 -3150;5;2749.00;13.05;1671.00;3.14;0.24 -3151;5;3277.00;9.70;1741.00;3.46;0.22 -3153;5;3247.00;10.70;1872.00;3.14;0.34 -3154;5;3401.00;10.40;1732.00;2.03;0.26 -3155;5;3579.50;10.45;1802.00;4.53;0.70 -3156;5;3256.00;10.72;1894.00;4.24;0.40 -3157;5;3417.00;10.40;1745.50;4.54;0.30 -3158;5;3243.50;10.30;1952.50;3.56;0.34 -3160;5;3379.50;10.60;1754.00;4.33;0.22 -3162;5;3024.50;11.10;1817.00;2.89;0.28 -3163;5;3363.00;10.40;1723.00;3.14;0.22 -3164;5;3463.50;10.10;1732.50;4.30;0.26 -3165;5;3157.50;11.60;739.00;1.66;0.86 -3166;5;3493.00;10.00;1756.00;3.14;0.24 -3167;5;3528.00;9.80;1705.50;4.06;0.28 -3168;5;3423.00;9.80;1842.00;3.14;0.46 -3169;5;3803.50;9.80;1867.50;3.57;1.18 -3170;5;3369.00;9.85;1958.00;2.35;0.62 -3172;5;3165.00;9.70;1822.50;2.46;0.28 -3173;5;3091.00;11.30;1845.50;2.21;0.28 -3175;5;3435.00;9.95;1726.00;2.67;0.26 -3176;5;3360.00;10.60;1682.00;2.15;0.24 -3178;5;2710.31;12.10;1683.83;1.73;0.34 -3179;5;3099.00;12.30;1911.50;2.26;0.34 -3180;5;2908.50;11.80;1781.00;4.19;0.32 -3181;5;3099.50;10.60;827.00;4.27;0.74 -3182;5;3083.00;9.70;1745.00;2.82;0.28 -3183;5;2984.00;12.90;1799.50;4.15;0.28 -3185;5;3266.00;9.67;1817.00;4.51;0.32 -3186;5;3513.00;9.80;1724.50;3.14;0.24 -3187;5;3282.50;10.40;1778.50;2.60;0.24 -3188;5;2909.00;9.50;1766.00;4.71;0.30 -3189;5;3339.00;10.30;1874.00;2.67;0.26 -3190;5;3442.50;9.80;1681.50;4.57;0.26 -3191;5;3012.50;13.25;1787.00;4.33;0.28 -3192;5;2902.00;9.80;1727.00;2.11;0.38 -3193;5;3184.00;10.50;1906.50;2.62;0.32 -3194;5;3153.50;10.30;1667.00;4.03;0.26 -3195;5;2743.50;9.50;1704.50;-0.67;1.16 -3196;5;3537.50;9.90;1583.00;3.60;0.22 -3197;5;3518.50;10.00;1618.00;3.38;0.26 -3198;5;2088.50;9.50;962.00;2.99;0.92 -3199;5;3410.00;10.00;1582.50;3.73;0.22 -3200;5;194.50;9.50;1453.50;4.32;0.96 -3202;5;3442.50;9.80;1634.00;4.12;0.20 -3203;5;3261.00;9.80;1561.50;4.35;0.28 -3204;5;4609.00;9.50;1010.00;4.12;0.94 -3205;5;2753.00;10.05;1596.00;4.24;0.24 -3206;5;2948.00;9.70;1655.50;1.86;0.30 -3207;5;3024.00;10.15;1580.50;2.21;0.20 -3208;5;1751.00;10.70;1897.00;4.57;2.10 -3209;5;5395.00;9.50;133.50;2.21;1.00 -3210;5;3309.00;10.50;1608.50;4.06;0.22 -3211;5;2876.00;9.70;1560.00;2.67;0.16 -3212;5;5213.00;9.50;921.50;2.74;1.20 -3213;5;4955.00;9.50;904.50;3.03;1.00 -3214;5;3603.00;10.40;1628.00;3.92;0.24 -3215;5;3352.50;10.00;1663.50;4.17;0.22 -3216;5;3610.00;9.80;1581.50;2.55;0.20 -3218;5;4512.00;9.50;793.50;1.63;0.98 -3219;5;3241.50;9.80;1639.50;4.57;0.26 -3220;5;3432.00;9.85;1676.50;3.14;0.26 -3221;5;3477.00;10.00;1581.50;2.21;0.22 -3222;5;4005.00;9.50;419.50;3.77;0.88 -3223;5;3765.00;9.50;633.50;3.43;1.00 -3224;5;3517.00;9.90;1634.50;2.55;0.22 -3225;5;3330.50;9.80;1560.00;2.89;0.18 -3226;5;3338.00;10.15;1591.00;2.03;0.22 -3227;5;3579.50;9.50;318.50;3.17;0.84 -3228;5;2929.50;9.50;556.00;4.04;0.94 -3229;5;3060.50;9.70;1677.50;2.94;0.22 -3230;5;3107.50;10.10;1575.50;3.46;0.24 -3231;5;2951.50;9.70;1608.50;2.35;0.20 -3232;5;2640.00;9.50;156.50;4.01;1.06 -3233;5;2012.50;9.50;62.50;3.01;0.82 -3234;5;2947.00;9.70;1574.50;2.21;0.20 -3235;5;3310.00;10.02;1652.00;3.60;0.22 -3236;5;3377.00;10.00;1605.00;2.03;0.16 -3237;5;2268.00;9.50;981.50;2.96;1.08 -3238;5;2225.50;9.50;1591.00;1.29;1.66 -3239;5;1411.00;9.50;1055.00;4.17;1.22 -3240;5;3427.00;10.00;1662.50;2.21;0.20 -3241;5;2752.50;13.40;1574.50;2.82;0.22 -3242;5;2692.50;10.20;1621.50;4.09;0.24 -3243;5;979.50;9.50;432.50;1.80;1.26 -3244;5;149.50;9.50;714.00;2.83;1.06 -3245;5;3508.50;9.85;1668.00;2.49;0.24 -3246;5;3548.50;10.60;1583.00;3.38;0.20 -3247;5;3302.50;10.20;1625.50;3.46;0.18 -3248;5;38.00;9.50;1811.50;3.54;1.00 -3249;5;899.00;9.50;1284.50;2.59;1.04 -3250;5;3403.50;10.10;1588.50;3.92;0.20 -3251;5;3596.50;9.90;1646.50;4.30;0.26 -3252;5;1120.00;9.50;792.00;1.63;1.08 -3253;5;461.50;9.50;1936.00;1.25;1.70 -3254;5;3165.50;10.10;1605.50;2.82;0.16 -3255;5;3197.00;10.30;1654.00;4.33;0.20 -3256;5;3186.50;9.85;1570.00;3.78;0.20 -3257;5;3453.50;10.35;1605.00;3.38;0.20 -3258;5;3009.50;9.70;1589.50;3.68;0.20 -3259;5;3384.00;10.65;1651.00;3.60;0.22 -3261;5;3516.00;10.35;1658.00;1.57;0.20 -3262;5;2880.00;9.70;1550.00;3.14;0.16 -3263;5;3371.50;10.80;1622.50;3.46;0.20 -3264;5;3584.00;10.40;1684.50;2.12;0.32 -3266;5;3472.00;9.90;1586.50;2.21;0.22 -3267;5;3243.00;10.00;1613.50;2.46;0.30 -3268;5;3453.50;10.20;1648.50;3.68;0.20 -3270;5;3591.00;10.15;1681.50;2.86;0.28 -3271;5;2950.50;9.70;1579.50;3.92;0.20 -3272;5;3173.00;10.00;1617.50;4.06;0.24 -3273;5;2730.00;11.40;1657.50;2.86;0.24 -3274;5;2735.50;11.70;1579.00;2.67;0.24 -3275;5;3444.50;9.80;1619.50;1.76;0.20 -3276;5;3544.00;10.70;1591.50;3.73;0.24 -3277;5;2950.50;9.70;1639.50;3.46;0.20 -3278;5;3311.00;9.90;1597.50;2.03;0.18 -3279;5;3338.00;10.55;1638.00;3.14;0.22 -3280;5;3722.50;13.70;1667.50;2.73;0.30 -3281;5;3181.00;10.30;1577.50;4.24;0.24 -3282;5;3527.00;9.90;1643.50;3.73;0.18 -3283;5;3073.50;9.95;1549.00;3.38;0.24 -3285;5;3511.00;10.05;1621.50;2.46;0.22 -3286;5;3015.50;9.90;1693.50;4.30;0.26 -3287;5;2803.00;9.80;1585.00;4.39;0.28 -3288;5;3143.00;9.70;1631.00;3.92;0.32 -3289;5;3657.50;10.30;1604.50;4.09;0.30 -3290;5;3410.00;11.40;1634.50;1.81;0.22 -3291;5;3402.00;10.00;1559.00;2.03;0.24 -3292;5;3382.50;10.00;1594.00;4.33;0.14 -3293;5;3262.50;9.80;1570.50;3.92;0.22 -3294;5;3597.00;9.80;1660.00;4.46;0.30 -3295;5;3095.00;9.75;1585.50;-1.47;0.32 -3297;5;3316.50;10.50;1613.50;4.51;0.22 -3298;5;3227.00;10.30;1675.50;3.52;0.26 -3299;5;2992.50;11.20;1498.00;1.84;0.24 -3300;5;3612.50;10.50;1650.50;2.94;0.26 -3301;5;2751.00;10.95;1587.50;4.58;0.18 -3302;5;3452.00;9.85;1597.00;2.67;0.16 -3303;5;3489.50;9.90;1635.50;2.82;0.20 -3304;5;3475.50;9.80;1560.50;3.92;0.18 -3306;5;3342.50;10.40;1572.50;2.11;0.20 -3307;5;2999.00;9.70;1672.00;3.73;0.24 -3308;5;3381.50;10.25;1612.00;2.89;0.18 -3309;5;3199.00;10.00;1578.50;4.42;0.24 -3310;5;3249.00;9.75;1671.00;3.14;0.24 -3312;5;3020.50;9.90;1588.00;2.89;0.20 -3313;5;3297.00;9.90;1633.00;4.12;0.20 -3314;5;2883.00;9.50;1578.50;3.14;0.20 -3315;5;3552.50;9.80;1644.00;4.33;0.24 -3316;5;3549.00;10.20;1560.50;2.55;0.18 -3317;5;3522.00;10.65;1592.50;2.55;0.22 -3318;5;3407.50;10.00;1562.50;3.33;0.22 -3319;5;3146.00;9.70;1664.50;1.69;0.26 -3320;5;3203.50;10.15;1611.00;1.57;0.32 -3321;5;3320.00;10.00;1677.50;2.86;0.28 -3322;5;3464.00;9.80;1615.50;2.03;0.24 -3323;5;3375.50;10.40;1670.00;2.89;0.18 -3324;5;3092.50;10.30;1593.00;2.89;0.18 -3325;5;2963.50;9.70;1630.00;-1.05;0.36 -3326;5;2940.50;10.25;1586.00;4.33;0.22 -3327;5;3371.50;10.60;1630.50;2.11;0.22 -3328;5;3609.00;10.35;1618.00;3.14;0.24 -3330;5;3620.00;11.80;1568.00;3.60;0.30 -3331;5;3274.50;10.00;1609.00;1.84;0.22 -3332;5;3472.00;9.90;1568.00;3.14;0.24 -3333;5;3245.00;9.80;1661.00;3.92;0.28 -3334;5;3524.50;10.70;1609.50;3.68;0.22 -3335;5;3343.00;10.05;1583.00;2.67;0.22 -3336;5;4069.00;9.70;1998.00;4.00;2.34 -3337;5;3154.50;10.30;1629.50;4.57;0.26 -3338;5;3439.00;9.80;1867.50;3.58;0.68 -3339;5;3441.00;9.80;1627.00;4.39;0.14 -3340;5;3013.50;9.70;1600.00;4.33;0.28 -3341;5;2955.00;10.20;1652.00;2.49;0.32 -3342;5;2684.00;9.92;1593.00;3.92;0.28 -3343;5;3540.00;10.62;1564.00;1.57;0.16 -3345;5;3343.50;10.00;1607.00;3.38;0.24 -3346;5;3406.00;10.00;1573.50;3.52;0.22 -3347;5;3463.00;10.40;1654.00;2.03;0.24 -3348;5;3634.50;10.00;1627.00;2.49;0.26 -3349;5;3519.00;10.40;1666.00;3.60;0.22 -3350;5;3261.00;9.80;1583.50;4.01;0.28 -3351;5;3116.00;9.85;1598.00;2.15;0.28 -3352;5;3509.50;9.90;1629.50;2.11;0.20 -3354;5;3152.50;10.40;1650.00;2.89;0.20 -3355;5;2946.00;10.15;1555.00;4.71;0.22 -3356;5;3419.00;10.00;1598.00;3.60;0.20 -3357;5;3617.00;10.30;1574.50;2.46;0.24 -3358;5;3370.50;10.60;1649.00;4.12;0.20 -3359;5;2688.50;9.80;1608.50;3.92;0.32 -3360;5;3482.00;9.80;1574.00;2.03;0.18 -3361;5;3536.00;10.40;1661.00;3.92;0.24 -3362;5;3314.50;10.60;1624.00;2.89;0.22 -3363;5;3611.00;10.40;1702.50;4.24;0.24 -3364;5;3334.50;9.90;1575.50;2.11;0.22 -3365;5;3590.50;10.40;1632.50;1.71;0.20 -3366;5;3191.50;9.80;1596.50;3.33;0.32 -3367;5;3004.00;9.70;1582.50;3.52;0.22 -3369;5;2759.50;10.50;1565.00;3.38;0.24 -3370;5;3448.50;9.80;1644.00;1.95;0.20 -3371;5;3486.00;9.90;1598.50;2.21;0.22 -3372;5;3541.00;11.32;1572.00;3.60;0.20 -3375;5;1509.50;9.50;849.50;-1.05;0.24 -3376;5;3398.50;10.00;1580.00;4.33;0.18 -3377;5;3378.50;11.40;1619.00;4.33;0.22 -3378;5;3271.50;9.80;1587.00;4.33;0.24 -3380;5;3104.50;9.80;1601.50;3.33;0.26 -3381;5;3082.50;9.80;1575.50;3.28;0.26 -3382;5;3562.00;10.10;1607.50;3.52;0.22 -3383;5;3516.50;9.90;1641.50;4.17;0.20 -3384;5;3155.50;9.80;1612.00;1.57;0.20 -3385;5;3621.00;9.70;1580.50;4.42;0.22 -3386;5;3005.50;9.80;1678.50;2.94;0.24 -3387;5;3451.00;9.85;1620.50;3.52;0.22 -3388;5;3209.00;10.30;1683.00;2.67;0.24 -3389;5;3464.00;9.90;1575.00;4.39;0.24 -3390;5;3331.00;9.90;1585.00;3.92;0.20 -3391;5;3379.00;10.00;1635.50;3.14;0.20 -3392;5;3172.00;9.80;1564.50;4.24;0.28 -3393;5;3181.00;9.97;1596.00;3.14;0.24 -3394;5;3588.50;10.30;1656.50;3.92;0.18 -3395;5;2952.00;10.35;1568.50;1.81;0.18 -3396;5;2667.00;9.80;1596.00;1.57;0.20 -3397;5;2945.50;9.90;1527.50;4.17;0.18 -3399;5;3365.50;9.80;1472.50;2.73;0.22 -3400;5;2835.00;9.50;1732.50;1.72;0.88 -3402;5;2855.50;10.30;1512.00;3.38;0.22 -3403;5;3309.00;9.87;1480.00;2.55;0.22 -3404;5;3596.50;11.00;1544.50;2.35;0.24 -3405;5;2084.50;9.50;1005.00;4.04;1.12 -3406;5;3544.50;9.80;1514.00;4.43;0.22 -3407;5;3226.00;9.90;1483.50;1.69;0.18 -3408;5;239.00;9.50;1359.50;4.54;1.34 -3409;5;3387.00;9.80;1518.00;2.35;0.22 -3410;5;3141.00;11.45;1509.50;1.73;0.24 -3411;5;4560.00;9.50;935.00;3.56;0.92 -3412;5;3191.50;10.50;1543.50;2.35;0.26 -3413;5;3501.50;9.80;1460.00;2.89;0.22 -3414;5;3078.50;12.40;1518.50;3.46;0.18 -3416;5;5372.50;9.50;178.00;2.96;0.98 -3417;5;3459.00;10.05;1451.50;1.32;0.22 -3418;5;3013.50;13.60;1530.00;3.78;0.18 -3419;5;5174.00;9.50;951.00;2.18;1.22 -3420;5;4972.00;9.50;880.50;3.52;1.10 -3421;5;3398.50;9.80;1467.00;2.49;0.24 -3422;5;2760.00;10.00;1547.00;2.03;0.18 -3423;5;2919.00;11.22;1516.00;4.24;0.22 -3424;5;5200.00;9.50;1594.00;2.15;1.20 -3425;5;4453.00;9.50;774.50;1.87;1.02 -3426;5;3503.50;9.90;1546.00;4.33;0.18 -3427;5;4519.50;13.70;1314.00;2.42;0.46 -3428;5;4042.00;9.50;375.50;1.97;0.92 -3429;5;3759.00;9.50;674.00;1.75;1.14 -3430;5;3224.00;10.00;1492.50;4.06;0.24 -3431;5;3453.50;10.40;1511.50;2.82;0.20 -3432;5;3625.00;9.50;337.50;2.57;1.18 -3433;5;2935.50;9.50;602.50;3.19;0.96 -3434;5;3158.00;11.65;1509.00;3.46;0.24 -3435;5;3551.00;9.60;1467.50;2.76;0.22 -3436;5;2668.00;9.50;210.50;2.76;0.78 -3439;5;3516.00;9.70;1469.50;2.76;0.26 -3440;5;2266.00;9.50;1031.50;3.47;1.28 -3441;5;2030.50;9.50;1712.50;3.29;1.02 -3442;5;1489.50;9.50;999.00;4.26;0.88 -3443;5;3464.50;10.25;1459.00;4.03;0.20 -3444;5;2903.00;9.70;1546.00;-0.78;0.20 -3445;5;1017.50;9.50;461.50;4.49;1.24 -3446;5;85.00;9.50;776.50;3.85;1.22 -3447;5;2867.50;10.30;1514.50;2.35;0.22 -3448;5;3123.50;13.50;1332.00;2.15;0.24 -3449;5;3382.50;9.80;1476.00;2.49;0.22 -3450;5;96.50;9.50;1780.50;4.39;0.96 -3451;5;908.00;9.50;1197.00;3.46;1.08 -3452;5;3310.50;9.90;1489.50;2.11;0.20 -3453;5;1155.50;9.50;812.00;3.94;1.26 -3454;5;462.50;9.50;1915.00;3.87;0.74 -3455;5;3344.00;9.80;1525.00;3.92;0.26 -3457;5;3234.00;10.30;1510.00;1.89;0.22 -3458;5;3137.00;10.05;1544.00;4.46;0.26 -3459;5;3568.00;9.60;1462.50;3.81;0.30 -3460;5;3064.50;10.40;1558.50;4.30;0.24 -3461;5;3520.50;10.50;1478.50;2.94;0.18 -3462;5;3046.50;11.35;1530.00;3.30;0.20 -3463;5;2749.50;10.10;1549.50;2.60;0.24 -3464;5;3458.00;10.30;1463.50;1.73;0.18 -3465;5;3474.00;9.80;1553.50;2.76;0.18 -3466;5;3390.50;9.80;1482.50;1.71;0.20 -3467;5;3579.50;9.90;1522.00;3.01;0.26 -3468;5;3319.00;9.95;1495.50;2.21;0.20 -3469;5;3419.50;10.35;1523.00;2.89;0.20 -3470;5;3236.00;10.00;1533.50;2.76;0.22 -3471;5;898.00;13.75;1589.50;3.14;0.32 -3472;5;3902.00;9.70;1682.50;3.14;0.52 -3473;5;3036.50;9.70;1570.00;3.30;0.20 -3474;5;2983.00;12.75;1526.00;2.35;0.24 -3475;5;3507.50;9.80;1475.00;1.95;0.18 -3476;5;2843.50;9.80;1522.00;2.89;0.18 -3477;5;3529.50;11.10;1556.50;3.68;0.26 -3478;5;3459.00;10.02;1473.00;4.12;0.22 -3479;5;3398.50;9.90;1489.50;2.94;0.20 -3480;5;3300.50;9.80;1542.00;2.89;0.24 -3481;5;1175.50;10.90;1795.50;2.05;0.78 -3482;5;3118.00;10.00;1547.50;4.46;0.20 -3483;5;3205.00;10.75;1510.50;4.54;0.22 -3484;5;3088.00;11.65;1498.00;4.71;0.32 -3485;5;3064.50;14.10;1530.00;4.33;0.26 -3486;5;3607.00;9.70;1562.50;4.06;0.22 -3487;5;3514.00;9.70;1481.50;2.21;0.20 -3488;5;2898.50;11.95;1527.00;4.12;0.18 -3489;5;3472.00;9.70;1479.00;1.57;0.28 -3490;5;3551.50;10.50;1527.50;4.60;0.26 -3491;5;3392.50;9.90;1495.50;4.51;0.16 -3492;5;3368.50;9.90;1533.50;4.17;0.20 -3493;5;2840.00;10.30;1471.00;1.89;0.16 -3494;5;3287.50;10.35;1512.00;2.15;0.24 -3495;5;2796.50;10.40;1477.00;3.38;0.22 -3496;5;3206.50;10.50;1552.50;2.94;0.22 -3497;5;3131.50;10.90;1531.50;3.33;0.20 -3498;5;1110.50;10.80;1830.50;2.82;0.90 -3499;5;3002.50;9.70;1567.00;3.30;0.24 -3500;5;2970.50;10.55;1540.00;1.95;0.20 -3502;5;3638.00;9.70;1539.50;2.12;0.36 -3503;5;3520.50;9.60;1497.00;2.89;0.24 -3504;5;3443.00;9.80;1529.50;2.55;0.24 -3505;5;3480.00;10.22;1487.00;1.81;0.20 -3506;5;2856.50;9.90;1478.00;4.71;0.26 -3507;5;3277.50;9.80;1551.00;2.89;0.30 -3508;5;3359.00;9.80;1500.50;4.06;0.26 -3509;5;2809.50;10.10;1481.50;2.11;0.28 -3510;5;3063.50;9.90;1551.50;3.68;0.20 -3511;5;3227.00;10.15;1522.00;3.73;0.26 -3513;5;900.00;10.85;1643.50;1.96;0.32 -3514;5;3030.50;10.95;1544.00;4.33;0.20 -3515;5;3596.00;9.60;1491.00;2.03;0.32 -3516;5;2877.00;9.92;1530.00;4.24;0.22 -3517;5;3531.50;10.00;1513.00;2.49;0.26 -3518;5;3507.00;9.80;1527.50;2.21;0.18 -3519;5;3435.50;9.80;1497.00;2.89;0.22 -3520;5;3353.00;9.90;1534.00;1.57;0.20 -3521;5;3153.00;9.95;1555.50;2.21;0.22 -3522;5;2986.50;9.80;1566.50;2.35;0.18 -3523;5;2797.50;11.15;1485.00;2.49;0.20 -3524;5;2938.00;10.92;1533.00;4.24;0.24 -3525;5;3163.50;9.70;1670.50;3.68;0.22 -3526;5;3159.50;10.45;1344.00;4.71;0.18 -3527;5;3421.00;10.05;1539.50;3.81;0.22 -3528;5;2752.50;9.50;1521.50;3.54;0.52 -3529;5;3500.00;9.75;1493.50;2.46;0.24 -3530;5;2937.50;11.50;1496.50;3.92;0.20 -3531;5;3366.50;9.80;1505.00;4.03;0.22 -3532;5;3056.00;10.32;1568.00;3.92;0.18 -3533;5;2881.00;10.22;1484.00;2.15;0.26 -3534;5;2816.50;9.95;1489.00;2.89;0.20 -3535;5;2999.00;9.90;1546.00;3.92;0.20 -3536;5;2839.50;9.80;1529.00;4.33;0.18 -3537;5;3108.00;10.15;1490.00;2.55;0.22 -3538;5;3556.00;9.70;1507.00;3.73;0.30 -3539;5;3489.00;9.80;1531.50;1.93;0.24 -3540;5;3436.50;9.80;1504.50;3.46;0.20 -3541;5;2999.50;10.90;1498.50;4.57;0.20 -3542;5;3317.00;9.80;1551.50;2.46;0.22 -3543;5;3276.50;9.90;1530.50;1.97;0.26 -3544;5;3128.50;9.90;1562.00;4.33;0.22 -3545;5;3060.50;12.20;1539.50;3.33;0.24 -3546;5;2881.00;10.05;1503.00;3.60;0.22 -3547;5;2913.50;11.30;1528.50;1.71;0.20 -3548;5;3169.50;11.40;1482.00;2.15;0.20 -3549;5;2824.50;10.00;1495.50;1.76;0.20 -3550;5;3123.50;12.20;1498.00;4.71;0.26 -3551;5;3562.00;9.70;1538.50;2.21;0.24 -3552;5;2741.50;9.70;1487.00;1.95;0.22 -3553;5;3059.00;12.65;1511.00;3.60;0.16 -3554;5;3393.00;10.10;1550.50;2.62;0.24 -3555;5;3503.50;9.80;1503.00;2.89;0.20 -3556;5;3221.50;9.80;1571.00;3.01;0.20 -3557;5;3343.00;9.90;1516.00;4.12;0.24 -3558;5;2933.50;10.80;1503.50;3.33;0.20 -3559;5;3153.00;10.00;1546.00;3.46;0.22 -3560;5;2885.00;10.05;1509.00;3.73;0.24 -3561;5;2967.00;11.05;1547.50;4.46;0.18 -3562;5;3214.00;9.90;1493.50;1.73;0.26 -3563;5;3653.50;10.55;1546.00;2.67;0.40 -3564;5;3493.50;13.75;1331.00;2.24;0.24 -3565;5;3145.50;10.10;1488.00;4.33;0.16 -3566;5;3457.50;9.90;1544.50;2.60;0.22 -3567;5;3425.00;9.85;1512.50;2.55;0.22 -3568;5;3290.50;10.00;1546.00;1.84;0.24 -3569;5;3062.00;11.15;1504.50;3.14;0.20 -3570;5;3241.00;10.10;1524.50;2.21;0.20 -3571;5;3000.50;12.50;1508.00;2.49;0.20 -3572;5;3037.50;9.70;1558.50;3.68;0.20 -3573;5;3337.00;9.70;1461.50;3.14;0.22 -3575;5;3282.50;10.40;1475.00;3.83;0.26 -3576;5;2859.00;9.95;1533.00;4.24;0.18 -3577;5;3233.50;9.80;1475.50;2.94;0.24 -3578;5;3517.00;9.75;1544.00;3.14;0.22 -3579;5;2788.50;9.75;1503.00;2.89;0.20 -3580;5;3362.50;10.50;1548.50;4.57;0.22 -3581;5;3138.00;12.20;1502.00;3.14;0.24 -3582;5;3490.00;10.40;1504.50;4.24;0.22 -3584;5;3312.50;9.80;1519.50;3.46;0.18 -3585;5;3006.50;15.15;1527.00;4.03;0.24 -3586;5;3113.50;10.30;1533.00;2.49;0.28 -3587;5;3441.00;9.70;1447.50;2.03;0.20 -3588;5;907.50;13.30;1559.00;1.84;0.34 -3589;5;2888.50;10.35;1431.00;2.24;0.18 -3590;5;2702.50;9.50;1653.00;0.35;1.02 -3592;5;3051.00;10.45;1429.50;2.55;0.22 -3593;5;3636.00;9.60;1418.50;1.75;0.40 -3594;5;2864.50;11.00;1442.00;3.30;0.16 -3595;5;1974.50;9.50;1182.00;4.04;1.08 -3596;5;3058.50;9.90;1427.50;3.33;0.22 -3597;5;3531.00;9.60;1454.50;3.81;0.24 -3598;5;2815.50;9.90;1430.50;3.33;0.20 -3599;5;294.00;9.50;1466.50;4.58;0.82 -3600;5;452.50;9.50;1860.50;3.39;1.46 -3601;5;3047.00;10.67;1424.00;2.67;0.22 -3602;5;1639.00;11.30;1633.50;4.15;0.30 -3603;5;4589.00;9.50;814.00;1.57;0.80 -3604;5;2989.00;9.70;1432.50;2.26;0.24 -3605;5;1611.50;9.75;1629.00;2.89;0.26 -3607;5;5402.00;9.50;190.50;3.90;1.38 -3608;5;1597.00;10.65;1639.00;4.12;0.30 -3609;5;3112.50;11.80;1412.00;2.67;0.22 -3610;5;5241.50;9.50;975.50;2.66;1.38 -3611;5;4882.50;9.50;792.50;1.86;0.96 -3612;5;2914.50;12.45;1440.00;4.33;0.20 -3613;5;1217.00;12.25;1577.50;2.62;0.42 -3614;5;3124.00;10.40;1418.50;4.06;0.20 -3615;5;5199.00;9.50;1558.00;3.25;0.68 -3616;5;4452.00;9.50;733.00;1.92;0.92 -3617;5;3118.00;11.22;1424.00;1.57;0.18 -3618;5;3629.50;9.60;1461.50;2.19;0.26 -3619;5;3980.50;9.50;381.00;3.65;0.86 -3620;5;3649.00;9.50;667.50;1.76;1.10 -3621;5;2835.50;10.00;1439.00;2.89;0.18 -3622;5;3572.00;9.60;1451.50;3.42;0.28 -3624;5;3577.00;9.50;266.00;1.84;1.22 -3625;5;2942.00;9.50;644.50;2.11;0.94 -3626;5;2830.50;10.00;1443.50;1.76;0.16 -3627;5;3084.50;9.90;1430.00;3.78;0.20 -3628;5;2601.00;9.50;168.50;2.39;0.88 -3629;5;2914.00;11.35;1497.00;2.67;0.24 -3630;5;3166.50;9.65;1401.00;4.03;0.20 -3631;5;3027.00;12.97;1443.00;3.14;0.22 -3632;5;2297.00;9.50;1042.50;3.99;1.00 -3633;5;1954.50;9.50;1810.50;4.28;0.98 -3634;5;1528.50;9.50;889.00;3.76;1.18 -3635;5;1608.00;10.40;1649.00;2.67;0.32 -3636;5;3202.00;10.05;1409.50;2.46;0.26 -3637;5;981.00;9.50;491.00;2.82;1.04 -3638;5;180.00;9.50;787.50;2.18;0.84 -3639;5;3190.50;11.60;1414.50;3.33;0.24 -3640;5;1556.00;10.10;1655.50;2.62;0.32 -3641;5;2942.50;13.30;1446.00;2.24;0.16 -3642;5;88.50;9.50;1820.00;3.41;0.90 -3643;5;931.50;9.50;1241.00;4.10;1.08 -3644;5;873.50;10.85;1573.00;3.43;0.32 -3645;5;3174.00;12.25;1415.50;2.76;0.20 -3646;5;2900.00;10.10;1455.00;2.03;0.22 -3647;5;1098.50;9.50;887.50;1.74;1.26 -3648;5;502.00;9.50;1924.50;4.48;1.20 -3649;5;3148.00;12.40;1416.50;2.55;0.28 -3650;5;2887.50;10.10;1452.00;3.38;0.16 -3651;5;4279.50;9.70;955.00;1.84;0.42 -3652;5;2884.50;10.45;1464.00;3.38;0.22 -3653;5;3461.00;11.40;1357.50;2.76;0.20 -3654;5;3045.50;11.85;1440.00;2.89;0.20 -3655;5;2841.50;9.90;1457.00;3.30;0.26 -3656;5;3473.50;14.45;1357.00;2.49;0.26 -3657;5;3000.00;13.60;1447.50;4.06;0.18 -3658;5;3480.00;14.32;1364.00;1.89;0.20 -3659;5;2802.50;9.80;1456.50;3.92;0.22 -3660;5;2958.00;14.92;1453.00;4.46;0.18 -3661;5;1597.00;10.40;1654.50;2.46;0.28 -3663;5;3215.50;9.80;1416.50;1.97;0.20 -3664;5;4970.00;10.25;1574.50;3.85;0.54 -3665;5;3169.50;13.00;1432.50;3.33;0.20 -3666;5;2908.00;10.35;1461.50;2.46;0.22 -3667;5;3516.50;13.10;1373.00;2.44;0.24 -3668;5;3544.00;11.10;1381.00;4.39;0.28 -3669;5;2868.50;10.10;1471.50;4.30;0.22 -3670;5;3072.50;10.00;1445.50;1.37;0.22 -3671;5;2820.50;9.80;1463.00;1.57;0.14 -3672;5;3521.00;10.30;1387.50;2.03;0.22 -3674;5;3023.00;13.00;1457.00;1.89;0.24 -3675;5;3010.50;14.40;1464.50;1.76;0.22 -3676;5;3200.50;14.90;1433.00;3.38;0.22 -3677;5;914.00;11.52;1494.00;2.35;0.26 -3679;5;2943.50;11.40;1471.00;1.95;0.16 -3680;5;3098.00;9.80;1448.50;1.81;0.20 -3681;5;2862.00;10.10;1467.00;3.92;0.24 -3682;5;3532.50;11.10;1389.00;4.03;0.28 -3683;5;3074.50;10.50;1459.00;3.78;0.20 -3684;5;3029.50;14.00;1474.50;1.89;0.18 -3685;5;752.00;9.50;783.50;-0.76;0.26 -3687;5;1557.00;10.75;1580.50;2.26;0.22 -3688;5;3002.00;12.02;1480.00;2.67;0.20 -3689;5;3213.00;13.95;1443.00;3.38;0.20 -3690;5;2960.00;11.17;1480.00;2.35;0.20 -3692;5;2935.50;13.80;1479.50;2.60;0.26 -3693;5;1640.50;10.50;1565.00;2.97;0.20 -3694;5;3177.50;11.30;1448.50;3.92;0.28 -3695;5;4944.00;12.70;1445.50;2.21;0.30 -3696;5;3147.50;10.10;1458.50;3.46;0.22 -3697;5;1601.50;11.30;1578.00;4.19;0.22 -3698;5;3423.50;10.40;1402.50;2.60;0.26 -3699;5;1369.00;10.40;1641.50;1.47;0.44 -3700;5;3071.00;9.70;1477.50;2.21;0.20 -3701;5;3262.00;9.70;1432.50;3.14;0.28 -3702;5;1615.00;11.70;1594.50;1.93;0.20 -3703;5;3018.50;11.60;1486.50;3.33;0.20 -3704;5;3249.50;9.70;1428.00;-1.29;0.28 -3705;5;2983.00;10.90;1485.50;3.14;0.20 -3706;5;1031.50;12.80;1772.50;3.62;0.82 -3707;5;3248.50;9.70;1455.00;3.60;0.28 -3708;5;1279.00;10.90;1558.50;3.56;0.50 -3709;5;3161.00;13.37;1458.00;2.03;0.20 -3710;5;1680.00;10.05;1586.00;2.67;0.16 -3711;5;3547.00;13.90;1361.50;2.26;0.26 -3712;5;1695.50;9.75;1603.00;2.09;0.32 -3713;5;3132.00;9.70;1476.00;3.14;0.26 -3714;5;3438.50;11.75;1340.00;3.30;0.26 -3715;5;1681.50;11.80;1606.00;2.78;0.26 -3716;5;3079.00;9.90;1479.00;4.12;0.24 -3717;5;3426.50;10.20;1408.50;4.30;0.18 -3718;5;3063.00;10.00;1492.50;3.14;0.14 -3719;5;1282.50;10.40;1690.00;3.35;0.42 -3720;5;3424.00;10.75;1418.00;3.92;0.20 -3721;5;1227.50;11.60;1753.50;4.28;0.50 -3722;5;3332.50;9.55;1435.00;4.33;0.28 -3723;5;4949.00;12.90;1455.00;3.14;0.28 -3724;5;3247.50;9.70;1441.00;3.60;0.28 -3725;5;2702.50;14.60;1365.50;2.94;0.20 -3726;5;3537.50;9.85;1421.00;3.30;0.26 -3727;5;2711.50;13.15;1367.00;2.49;0.20 -3728;5;3210.50;11.70;1458.50;3.92;0.24 -3729;5;2712.50;13.70;1382.00;4.12;0.16 -3730;5;3149.50;9.80;1478.50;1.97;0.24 -3731;5;3124.00;9.80;1478.00;2.35;0.22 -3732;5;1704.50;9.80;1618.00;3.26;0.36 -3733;5;1599.50;11.45;1599.00;1.95;0.24 -3734;5;3418.00;9.70;1424.00;1.57;0.28 -3735;5;2768.50;12.70;1375.50;2.11;0.24 -3736;5;1397.00;10.87;1797.00;4.33;1.50 -3739;5;4959.50;11.00;1447.50;2.60;0.28 -3740;5;2801.00;10.65;1393.00;2.35;0.18 -3741;5;3223.50;10.00;1457.50;3.33;0.22 -3742;5;4443.50;14.40;1274.00;4.19;0.34 -3743;5;3192.50;12.30;1481.50;3.92;0.32 -3744;5;2702.50;13.30;1381.00;3.60;0.16 -3745;5;4475.00;14.60;1270.00;3.38;0.38 -3746;5;3509.50;10.60;1429.50;2.35;0.24 -3747;5;804.50;9.50;800.50;-0.78;0.24 -3748;5;3476.00;10.80;1429.00;2.35;0.22 -3749;5;2821.50;9.90;1394.50;2.94;0.22 -3750;5;1218.50;11.40;1645.00;4.41;0.54 -3751;5;2841.00;10.35;1400.50;3.52;0.18 -3752;5;3418.50;9.70;1436.00;3.30;0.22 -3753;5;4966.50;10.00;1459.50;2.19;0.30 -3754;5;2851.00;12.30;1414.50;2.21;0.16 -3755;5;3318.50;9.70;1457.00;1.57;0.22 -3756;5;4943.00;12.45;1474.50;3.66;0.36 -3757;5;3273.00;9.90;1477.00;2.67;0.26 -3758;5;2749.50;9.90;1483.50;2.82;0.18 -3759;5;3227.00;9.95;1582.50;3.66;0.24 -3760;5;3407.50;11.10;1417.50;1.97;0.18 -3761;5;2684.00;10.25;1391.00;3.14;0.22 -3762;5;2896.50;12.10;1405.50;2.35;0.26 -3763;5;1557.50;10.05;1609.00;2.49;0.24 -3764;5;2907.50;14.60;1414.50;3.68;0.22 -3765;5;3430.50;9.70;1442.50;2.35;0.26 -3766;5;1489.50;10.60;1619.00;3.60;0.38 -3767;5;3368.50;9.70;1460.50;2.35;0.16 -3768;5;2893.50;9.80;1419.00;4.33;0.18 -3769;5;1142.00;11.65;1736.50;2.18;0.74 -3770;5;2866.50;12.90;1428.00;4.12;0.20 -3771;5;2834.00;10.05;1422.00;2.67;0.18 -3772;5;2937.50;10.40;1406.50;1.97;0.22 -3773;5;2953.50;13.10;1413.50;3.92;0.26 -3774;5;3520.00;9.60;1445.00;2.67;0.26 -3775;5;1566.00;9.85;1618.50;2.76;0.24 -3776;5;2976.00;9.70;1421.00;1.57;0.22 -3777;5;3486.00;9.70;1445.50;1.73;0.24 -3778;5;1623.00;10.40;1646.00;3.92;0.22 -3779;5;3460.00;9.70;1442.00;2.03;0.24 -3780;5;2953.50;9.95;1426.00;2.15;0.20 -3781;5;1010.50;14.70;1668.50;2.94;0.44 -3782;5;2925.50;12.80;1427.00;4.43;0.14 -3783;5;4708.50;11.05;1320.00;2.44;0.28 -3784;5;934.00;10.52;1466.00;2.82;0.28 -3785;5;2678.50;9.50;1645.00;1.20;0.60 -3786;5;3271.50;11.90;1326.00;1.95;0.20 -3787;5;4874.50;9.85;1413.00;4.03;0.22 -3788;5;3302.50;13.40;1280.50;2.11;0.24 -3789;5;1967.00;9.50;1055.00;3.21;0.90 -3791;5;4828.00;11.30;1407.50;2.76;0.28 -3792;5;704.50;9.50;1449.00;1.88;0.74 -3793;5;516.00;9.50;1875.00;4.44;1.16 -3794;5;2741.00;13.75;1333.50;2.21;0.20 -3795;5;3478.00;9.90;1215.50;4.15;0.44 -3796;5;3189.50;10.05;1390.00;2.97;0.22 -3797;5;4478.00;9.50;753.50;4.21;1.12 -3798;5;2677.50;11.00;1324.00;1.95;0.22 -3799;5;2791.00;12.02;1317.00;1.89;0.28 -3800;5;1185.00;11.10;1898.50;2.49;0.80 -3801;5;5315.50;9.50;142.00;4.16;1.28 -3802;5;1555.50;10.75;1547.00;2.24;0.20 -3803;5;4813.00;14.05;1350.00;1.89;0.26 -3804;5;5193.00;9.50;995.50;3.43;1.16 -3805;5;4896.50;9.50;758.50;4.51;1.02 -3806;5;1659.00;10.65;1590.00;2.03;0.20 -3807;5;3351.00;12.60;1304.50;2.03;0.24 -3808;5;5146.00;9.50;1609.50;3.24;1.44 -3809;5;4420.00;9.50;754.50;1.62;0.78 -3810;5;2728.50;11.65;1296.00;2.15;0.16 -3811;5;4908.00;12.85;1409.50;2.43;0.32 -3812;5;3988.50;9.50;342.00;4.17;0.96 -3813;5;3701.00;9.50;684.00;1.86;1.04 -3814;5;4668.00;11.30;1343.00;3.14;0.28 -3815;5;4861.00;12.20;1420.50;1.93;0.24 -3816;5;2793.00;10.90;1352.00;2.35;0.24 -3817;5;3595.00;9.50;247.00;3.92;1.04 -3818;5;2940.50;9.50;699.00;3.05;0.78 -3819;5;3200.50;12.30;1377.50;1.76;0.22 -3820;5;2735.50;12.80;1343.00;3.78;0.24 -3821;5;2626.50;9.50;228.00;1.90;0.94 -3822;5;2000.50;9.50;19.50;3.92;0.58 -3823;5;1590.50;10.25;1504.00;1.57;0.30 -3824;5;1615.50;9.90;1543.00;4.03;0.20 -3825;5;2267.50;9.50;1072.50;1.65;1.20 -3826;5;1963.00;9.50;1781.00;3.42;0.96 -3827;5;793.50;9.50;267.50;2.12;1.10 -3828;5;4679.00;11.35;1374.50;3.52;0.28 -3829;5;1535.50;12.25;1540.00;4.03;0.30 -3830;5;4655.00;10.60;1331.00;3.73;0.24 -3831;5;713.50;9.50;261.50;4.32;1.24 -3832;5;29.50;9.50;844.50;2.49;0.98 -3833;5;3150.00;13.60;1351.50;4.06;0.26 -3834;5;1070.50;11.30;1406.50;2.82;0.60 -3835;5;2782.50;12.20;1309.50;2.35;0.16 -3836;5;3.00;9.50;1840.50;3.85;0.30 -3837;5;979.50;9.50;1190.00;1.96;1.32 -3839;5;4739.50;12.20;1339.00;3.38;0.22 -3840;5;912.50;11.00;1473.00;3.78;0.28 -3841;5;1139.00;9.50;869.00;-1.52;1.42 -3842;5;565.50;9.50;1942.50;4.09;1.20 -3843;5;4862.50;11.65;1415.00;3.60;0.22 -3844;5;3153.00;12.00;1330.00;3.46;0.18 -3845;5;2724.50;14.60;1331.00;1.95;0.20 -3846;5;2688.50;10.20;1296.00;1.95;0.20 -3847;5;1602.00;11.00;1545.00;2.15;0.24 -3848;5;5005.00;12.10;1323.50;2.26;0.24 -3849;5;4751.50;11.70;1361.00;2.49;0.22 -3850;5;1577.00;12.10;1552.50;2.55;0.22 -3851;5;3269.00;10.05;1333.50;1.73;0.14 -3852;5;4810.00;10.60;1332.50;2.76;0.22 -3853;5;1520.50;11.00;1556.50;2.94;0.26 -3854;5;1642.50;9.50;320.00;-1.37;0.54 -3855;5;1248.50;11.80;1570.50;2.63;0.44 -3856;5;3268.00;13.32;1306.00;3.92;0.24 -3857;5;3022.50;11.40;1284.00;3.38;0.20 -3858;5;2756.50;12.20;1330.50;2.82;0.24 -3859;5;2763.00;13.90;1350.50;2.55;0.20 -3860;5;4821.50;14.65;1360.00;2.09;0.20 -3861;5;2667.00;9.70;1318.00;2.82;0.24 -3862;5;3338.50;12.00;1316.50;4.39;0.28 -3863;5;1637.00;10.20;1557.00;2.67;0.16 -3865;5;3137.50;12.10;1354.50;3.92;0.20 -3866;5;2674.00;9.75;1282.50;2.21;0.20 -3867;5;1166.00;13.85;1410.50;3.36;0.46 -3869;5;1155.50;18.40;1553.50;1.74;0.44 -3870;5;3342.50;12.10;1296.00;4.43;0.20 -3871;5;2732.00;13.10;1290.00;4.71;0.20 -3873;5;2810.50;11.50;1335.50;2.35;0.24 -3874;5;2718.50;12.60;1341.50;4.51;0.20 -3875;5;1245.50;10.80;1435.50;3.40;0.46 -3876;5;3289.00;13.70;1289.00;4.24;0.24 -3877;5;4698.00;10.10;1391.00;4.33;0.32 -3878;5;1655.50;9.50;1560.50;2.94;0.24 -3880;5;1576.50;11.40;1569.00;3.78;0.20 -3881;5;4669.00;11.95;1352.50;2.03;0.22 -3882;5;3140.50;13.05;1361.00;4.33;0.20 -3883;5;1141.50;13.55;1434.00;3.75;0.46 -3884;5;3114.00;9.77;1339.00;3.14;0.24 -3885;5;2995.50;11.30;1382.00;3.38;0.20 -3886;5;2691.00;10.40;1305.00;3.14;0.20 -3887;5;2770.50;13.80;1358.50;3.92;0.24 -3888;5;4768.00;11.45;1365.50;1.81;0.26 -3889;5;3378.50;13.40;1273.50;3.76;0.26 -3890;5;3396.50;13.60;1295.00;1.84;0.18 -3891;5;2783.50;13.30;1320.00;2.49;0.24 -3892;5;2695.00;12.75;1357.00;4.24;0.20 -3893;5;3228.00;9.80;1349.50;2.12;0.28 -3894;5;1645.50;10.80;1568.50;4.17;0.20 -3895;5;4736.00;10.90;1344.50;4.54;0.20 -3896;5;3116.50;14.20;1368.00;3.38;0.24 -3897;5;1630.50;11.90;1573.50;1.71;0.26 -3898;5;2828.00;14.45;1371.00;4.24;0.20 -3899;5;2821.00;14.35;1374.50;3.14;0.16 -3900;5;4668.00;10.25;1325.50;2.86;0.34 -3901;5;3058.50;10.90;1311.50;3.33;0.20 -3902;5;2769.00;12.05;1367.50;2.21;0.16 -3904;5;4798.50;14.30;1338.50;4.30;0.22 -3905;5;3299.00;13.22;1336.00;3.92;0.22 -3906;5;1697.00;9.70;1582.50;2.03;0.22 -3907;5;3296.50;12.60;1314.50;3.92;0.26 -3908;5;3176.00;13.85;1368.50;2.21;0.20 -3909;5;2796.00;13.40;1339.50;4.46;0.16 -3910;5;3018.50;15.10;1369.50;2.35;0.18 -3911;5;1606.00;10.80;1729.00;4.24;0.84 -3913;5;4756.50;10.20;1379.50;4.60;0.26 -3914;5;3132.00;13.82;1321.00;2.03;0.24 -3915;5;2821.00;11.87;1381.00;3.92;0.20 -3916;5;3492.00;10.20;1251.50;2.12;0.40 -3918;5;2718.50;12.10;1364.00;2.15;0.20 -3919;5;3313.00;13.95;1343.50;2.76;0.28 -3920;5;2724.00;12.45;1368.50;3.14;0.16 -3921;5;3384.00;13.90;1293.00;1.89;0.30 -3922;5;3113.00;12.75;1388.50;3.81;0.28 -3923;5;3028.50;13.35;1355.00;3.78;0.18 -3924;5;3062.50;10.25;1392.00;4.12;0.16 -3925;5;1590.00;9.80;1483.00;1.57;0.22 -3926;5;2688.50;10.60;1312.00;2.15;0.20 -3927;5;3248.00;11.00;1295.00;3.92;0.28 -3928;5;2907.50;10.10;1389.50;3.46;0.20 -3929;5;4815.00;12.55;1368.50;4.06;0.30 -3930;5;2716.00;11.25;1302.50;4.06;0.24 -3931;5;2789.00;12.05;1377.50;2.21;0.24 -3932;5;4773.50;10.50;1381.50;3.68;0.24 -3933;5;2775.00;12.12;1377.00;4.39;0.16 -3934;5;4698.00;10.17;1358.00;3.73;0.26 -3935;5;3375.00;12.80;1330.50;3.14;0.26 -3936;5;3172.00;10.55;1340.50;2.55;0.20 -3937;5;3182.50;12.95;1365.00;2.49;0.26 -3938;5;2744.50;11.50;1326.00;2.15;0.20 -3939;5;3119.00;12.50;1387.50;4.24;0.24 -3940;5;2696.00;12.17;1285.00;3.92;0.24 -3941;5;1553.00;11.62;1521.00;3.73;0.32 -3942;5;3406.50;11.60;1244.50;4.34;0.32 -3943;5;3050.50;9.50;1396.00;2.67;0.26 -3945;5;2775.50;13.50;1326.00;4.12;0.24 -3946;5;2851.50;10.45;1382.00;2.49;0.22 -3947;5;4810.00;13.85;1387.50;3.73;0.24 -3948;5;2831.00;10.10;1399.00;4.24;0.22 -3949;5;4771.50;12.90;1348.00;3.78;0.22 -3950;5;3393.50;16.50;1318.00;3.30;0.28 -3951;5;3277.50;12.45;1321.00;3.83;0.28 -3952;5;3187.00;12.70;1381.00;3.14;0.18 -3953;5;2758.50;11.90;1307.50;2.11;0.18 -3954;5;2801.50;10.75;1346.00;2.89;0.20 -3955;5;4628.00;11.00;1341.00;3.14;0.22 -3956;5;3115.50;13.15;1397.00;2.89;0.18 -3957;5;1605.00;9.70;1526.50;2.55;0.24 -3958;5;3048.00;12.67;1339.00;3.60;0.22 -3959;5;2912.50;12.10;1399.50;3.46;0.20 -3960;5;1291.50;9.95;1413.00;3.26;0.38 -3961;5;2905.50;11.80;1399.50;2.35;0.20 -3962;5;4997.05;9.70;1354.75;0.70;0.36 -3963;5;4940.50;9.70;1502.00;3.30;0.42 -3964;5;3354.50;12.50;1311.50;4.30;0.30 -3965;5;3405.50;14.10;1332.50;3.33;0.20 -3966;5;3038.50;10.40;1358.00;2.49;0.18 -3967;5;3345.00;14.05;1355.50;3.42;0.24 -3968;5;3056.50;13.40;1327.50;2.82;0.14 -3969;5;2695.00;11.22;1322.00;1.57;0.20 -3970;5;4738.50;10.80;1330.50;2.60;0.24 -3971;5;3176.00;13.15;1378.50;4.01;0.24 -3972;5;1238.50;11.50;1457.00;2.00;0.52 -3973;5;3160.00;10.85;1318.50;3.66;0.36 -3974;5;3057.00;11.97;1399.00;3.92;0.20 -3975;5;1542.50;12.65;1525.00;2.24;0.32 -3976;5;2963.50;12.60;1408.50;4.30;0.26 -3977;5;4863.50;10.80;1396.50;2.35;0.28 -3978;5;4656.50;11.90;1395.00;3.60;0.34 -3979;5;3419.50;14.75;1332.00;2.89;0.24 -3980;5;3141.50;12.70;1326.50;2.11;0.24 -3981;5;4801.00;10.77;1329.00;2.82;0.22 -3982;5;3337.00;12.70;1356.50;2.76;0.24 -3983;5;3281.00;13.35;1304.50;2.46;0.26 -3984;5;3124.50;11.25;1397.00;4.12;0.18 -3985;5;3063.00;14.50;1405.00;3.60;0.22 -3986;5;2732.00;12.70;1316.50;1.73;0.24 -3987;5;1466.00;9.50;600.50;-1.18;0.38 -3988;5;3168.50;9.50;1288.50;1.76;0.24 -3989;5;4036.50;21.00;1162.00;3.86;0.40 -3990;5;2705.00;9.50;1582.00;-1.44;0.70 -3991;5;2787.50;14.30;1220.00;2.78;0.32 -3992;5;4616.50;9.70;1120.50;3.25;0.24 -3993;5;1942.00;9.50;1070.50;2.14;0.92 -3994;5;1529.50;9.80;1428.50;2.94;0.42 -3996;5;3284.00;9.72;1148.00;3.60;0.24 -3997;5;834.50;9.50;1380.00;3.77;1.46 -3998;5;751.00;9.50;1628.50;2.62;1.20 -3999;5;4267.00;14.20;1022.50;2.76;0.26 -4000;5;4977.50;12.60;1262.50;3.68;0.20 -4001;5;4670.00;9.70;1188.00;3.60;0.18 -4002;5;4370.00;9.50;827.00;-1.47;1.24 -4003;5;3874.50;9.70;1052.00;3.50;0.50 -4004;5;4797.00;12.15;1296.00;3.14;0.18 -4006;5;4975.00;9.70;2011.00;4.57;2.54 -4007;5;5313.00;9.50;110.00;2.43;1.02 -4008;5;3315.50;11.00;1261.00;2.67;0.28 -4009;5;4561.00;9.80;1180.00;2.82;0.32 -4010;5;4615.50;9.95;1232.00;2.24;0.26 -4011;5;5222.50;9.50;1031.00;3.95;1.22 -4012;5;4873.50;9.50;853.00;3.03;0.86 -4013;5;4690.00;10.10;1116.50;3.14;0.28 -4014;5;3038.00;10.80;1270.50;3.52;0.20 -4015;5;5137.50;9.50;1536.00;3.67;1.20 -4016;5;4376.00;9.50;777.50;-0.96;0.90 -4017;5;3359.50;10.00;1152.50;3.92;0.28 -4018;5;2833.50;13.90;1221.50;3.76;0.46 -4019;5;4276.00;11.77;980.00;4.12;0.28 -4020;5;3922.50;9.50;420.50;4.04;0.94 -4021;5;3687.00;9.50;631.00;1.48;1.06 -4022;5;2684.00;11.95;1141.50;2.64;0.54 -4023;5;4517.50;9.60;1001.00;1.95;0.24 -4024;5;2728.50;12.10;1362.50;2.35;0.20 -4025;5;3526.00;9.50;224.00;3.36;1.02 -4026;5;2828.00;9.50;736.00;4.34;0.94 -4027;5;4856.00;9.75;1202.50;3.14;0.22 -4028;5;4514.00;10.45;1030.00;3.14;0.26 -4029;5;1382.00;10.60;1644.50;4.01;0.36 -4030;5;2646.00;9.50;263.00;3.32;0.92 -4032;5;4609.00;9.85;1285.50;2.46;0.24 -4033;5;3238.50;11.20;803.50;3.63;0.90 -4034;5;2777.00;9.50;1865.00;3.88;1.08 -4035;5;1977.50;9.50;1724.00;3.95;0.96 -4036;5;1534.50;9.50;759.50;2.07;0.80 -4037;5;4637.00;11.55;1251.00;2.35;0.26 -4038;5;4629.00;10.35;1117.50;2.55;0.28 -4039;5;645.50;9.50;172.50;1.86;1.06 -4040;5;69.50;9.50;829.00;2.71;1.18 -4041;5;4509.50;12.20;1151.50;1.83;0.30 -4042;5;4688.50;10.20;1156.50;3.46;0.22 -4043;5;32.00;9.50;1847.50;2.95;0.80 -4044;5;880.50;9.50;1158.00;2.29;1.42 -4045;5;4051.50;10.40;1069.50;2.35;0.40 -4046;5;2888.00;11.02;1259.00;2.82;0.30 -4047;5;3067.50;9.70;1159.00;2.78;0.28 -4048;5;1136.00;9.50;934.50;3.27;1.26 -4049;5;578.50;9.50;1956.50;4.42;0.70 -4050;5;4596.00;11.85;1025.50;3.81;0.28 -4051;5;3000.50;11.20;1171.50;4.39;0.28 -4053;5;4623.50;12.50;1062.00;2.24;0.22 -4055;5;3284.50;9.95;1139.00;4.43;0.20 -4056;5;4822.50;9.50;1236.00;0.08;0.22 -4057;5;3105.50;9.80;1139.50;2.11;0.28 -4058;5;4583.00;10.45;1263.50;4.24;0.28 -4059;5;4286.50;10.20;970.00;2.49;0.28 -4060;5;3189.50;9.90;1164.00;2.97;0.26 -4061;5;2939.00;14.45;1241.50;4.15;0.36 -4062;5;4174.00;9.80;1011.50;2.92;0.32 -4063;5;3145.00;11.80;1181.50;2.03;0.26 -4064;5;3917.00;9.70;1044.50;3.99;0.40 -4065;5;2772.50;14.60;1276.00;3.78;0.24 -4066;5;4593.00;11.30;1216.50;3.14;0.30 -4067;5;4995.50;10.60;1297.50;2.11;0.30 -4068;5;3338.00;12.85;1063.00;3.60;0.42 -4069;5;4952.00;11.50;1237.50;3.73;0.22 -4070;5;4656.50;10.60;1105.00;3.60;0.20 -4071;5;4655.50;11.90;1259.50;2.60;0.26 -4072;5;3964.50;11.50;980.50;2.60;0.32 -4073;5;3306.00;10.50;1146.00;3.73;0.20 -4074;5;4543.00;14.60;1302.50;2.64;0.36 -4075;5;4451.50;10.00;985.50;4.17;0.26 -4077;5;4475.00;10.45;1031.00;4.24;0.32 -4078;5;3149.50;11.40;1280.50;4.17;0.22 -4079;5;4624.00;9.70;1194.50;2.26;0.28 -4080;5;2706.00;10.00;1275.00;3.14;0.24 -4081;5;4611.50;11.35;1059.00;2.24;0.26 -4082;5;4666.00;9.70;1214.50;4.54;0.26 -4083;5;4614.00;10.35;1106.00;2.82;0.24 -4084;5;2713.00;13.00;1198.50;2.62;0.30 -4085;5;4474.00;11.85;1052.00;1.76;0.30 -4086;5;4815.00;11.70;1245.50;3.14;0.22 -4087;5;4297.50;10.40;1075.00;1.98;0.46 -4088;5;3344.00;10.10;1166.50;4.06;0.20 -4090;5;3904.50;9.70;999.50;2.73;0.36 -4092;5;4550.00;10.50;1027.50;4.58;0.24 -4093;5;4590.50;11.30;1290.00;2.24;0.26 -4094;5;4896.00;11.65;1213.50;2.21;0.20 -4095;5;2758.50;12.40;1281.50;2.35;0.24 -4096;5;4697.00;13.40;1037.00;3.73;0.20 -4097;5;2751.00;11.80;1221.50;1.86;0.26 -4098;5;2793.00;11.05;1291.50;3.14;0.20 -4099;5;4682.00;9.62;1099.00;2.35;0.24 -4100;5;4996.00;9.60;1252.50;3.14;0.20 -4101;5;4710.00;9.75;941.50;3.14;0.20 -4103;5;4812.00;12.25;1266.00;3.60;0.20 -4104;5;4151.50;10.30;1000.00;4.53;0.30 -4105;5;4668.50;11.40;1162.00;1.84;0.22 -4106;5;3986.00;10.75;1037.50;4.15;0.36 -4108;5;2687.00;15.80;1161.00;1.95;0.52 -4109;5;3174.50;10.70;1290.50;3.54;0.24 -4110;5;3879.50;9.70;1070.50;3.64;0.36 -4111;5;3370.00;12.60;1208.00;4.12;0.28 -4112;5;3227.00;9.50;1294.00;2.35;0.24 -4114;5;4593.00;9.75;1238.50;3.14;0.26 -4115;5;3360.00;11.75;1141.00;2.89;0.32 -4116;5;2786.50;9.70;1235.50;2.52;0.26 -4117;5;3035.00;10.40;1148.50;3.14;0.42 -4118;5;4999.00;12.15;1273.50;3.14;0.24 -4119;5;4467.00;9.60;985.00;2.82;0.24 -4120;5;3122.00;9.95;1167.00;3.60;0.22 -4121;5;4474.50;10.20;1010.50;3.92;0.32 -4122;5;4983.00;12.72;1273.00;3.92;0.24 -4123;5;4667.00;9.70;1209.00;2.67;0.22 -4125;5;4544.00;13.55;1072.50;4.01;0.34 -4126;5;4790.00;11.55;1243.50;2.46;0.26 -4127;5;3307.00;12.55;1267.00;2.67;0.28 -4128;5;3121.50;11.00;558.50;3.63;0.76 -4129;5;2963.50;10.10;1236.50;3.33;0.24 -4130;5;4567.50;9.70;1145.50;2.73;0.36 -4131;5;2868.50;13.30;1250.50;1.71;0.28 -4133;5;3141.50;9.70;1150.50;2.73;0.32 -4134;5;4496.00;10.45;1043.00;2.35;0.28 -4135;5;2718.50;11.20;1257.00;2.97;0.20 -4136;5;3184.50;11.35;1175.00;2.89;0.18 -4138;5;3272.00;10.35;998.50;3.14;0.74 -4139;5;2686.50;13.00;1182.50;2.52;0.40 -4140;5;4615.00;10.50;1321.50;2.21;0.26 -4141;5;4475.00;16.30;1128.50;4.24;0.38 -4142;5;4933.00;10.90;1232.00;3.60;0.20 -4143;5;3296.00;10.10;1131.00;3.73;0.26 -4144;5;4593.00;10.85;1250.00;2.67;0.32 -4145;5;3267.00;9.70;1156.00;3.60;0.26 -4146;5;2851.00;13.35;1250.50;2.86;0.26 -4147;5;4260.00;12.02;989.00;4.51;0.32 -4148;5;4661.50;9.70;1189.00;2.49;0.24 -4149;5;3951.50;10.20;1067.50;4.20;0.32 -4150;5;2797.00;12.50;1232.50;3.14;0.32 -4152;5;4528.50;10.40;1032.50;4.60;0.28 -4153;5;4994.00;11.55;1284.50;2.03;0.28 -4154;5;2760.50;15.90;1199.00;2.27;0.44 -4156;5;4586.00;10.50;1092.00;3.14;0.28 -4157;5;4670.50;11.40;1250.00;3.38;0.24 -4158;5;4611.50;9.75;1178.00;1.95;0.26 -4159;5;3044.50;9.50;1284.50;1.97;0.22 -4161;5;3339.50;10.20;1159.50;2.73;0.20 -4162;5;4208.50;9.95;1032.00;2.15;0.30 -4164;5;4844.50;11.75;1199.00;2.97;0.16 -4165;5;4617.00;11.70;1037.00;2.35;0.20 -4166;5;1431.50;9.70;1631.50;3.68;0.48 -4167;5;4485.50;13.30;1190.50;3.76;0.40 -4168;5;1603.00;9.62;1461.00;1.76;0.30 -4169;5;4667.50;10.10;1085.50;2.35;0.28 -4171;5;3289.50;13.20;614.50;3.70;0.48 -4172;5;4937.00;10.25;1242.00;3.60;0.20 -4173;5;4661.00;10.30;1153.00;4.12;0.22 -4174;5;4556.00;14.15;1281.50;2.86;0.32 -4175;5;4349.50;12.10;986.50;3.64;0.34 -4176;5;3039.00;10.20;1164.00;3.14;0.26 -4177;5;4489.00;9.95;1012.50;2.76;0.28 -4178;5;3160.00;12.05;1271.00;3.33;0.28 -4180;5;377.54;9.60;1030.53;4.43;0.26 -4181;5;4647.50;11.40;1239.50;2.94;0.20 -4182;5;2729.00;10.40;1275.50;2.55;0.20 -4183;5;4595.00;11.40;1077.00;1.89;0.26 -4185;5;4632.50;9.70;1127.50;3.28;0.28 -4186;5;4691.50;10.35;1268.00;2.97;0.28 -4187;5;3953.00;10.20;985.50;2.12;0.38 -4188;5;4996.00;9.70;1245.00;3.14;0.16 -4190;5;4598.00;11.30;1287.00;2.82;0.26 -4191;5;3176.00;10.90;1021.50;2.07;1.68 -4192;5;4438.00;14.90;1076.00;1.76;0.34 -4194;5;3021.00;12.62;1184.00;2.03;0.20 -4195;5;2773.50;13.20;1290.50;2.35;0.20 -4196;5;4667.50;9.55;1077.00;3.26;0.28 -4197;5;4893.00;9.95;1229.50;2.03;0.18 -4199;5;2737.50;12.80;1231.50;2.94;0.22 -4200;5;3124.50;9.70;1143.50;3.76;0.42 -4202;5;4293.50;10.90;990.00;2.24;0.32 -4203;5;4613.00;10.55;1168.00;3.92;0.32 -4204;5;4166.00;9.87;1027.00;4.06;0.34 -4206;5;3350.00;10.00;1176.50;2.76;0.20 -4207;5;4607.00;11.40;1037.50;2.86;0.24 -4208;5;4589.00;11.95;1306.50;3.73;0.22 -4209;5;3846.00;9.80;1654.50;-1.47;0.46 -4210;5;4346.00;13.20;1021.50;-1.01;0.40 -4212;5;2679.50;9.50;1549.50;-1.31;1.12 -4213;5;2553.50;9.50;1236.00;2.32;1.00 -4214;5;4709.00;10.75;933.00;3.14;0.14 -4215;5;3726.50;9.90;1562.50;3.05;0.36 -4216;5;4551.00;10.50;676.00;3.14;0.30 -4217;5;1972.00;9.50;1097.00;2.52;0.88 -4218;5;1234.00;10.15;1778.00;3.68;0.52 -4219;5;4076.00;10.95;751.50;2.46;0.26 -4220;5;455.50;9.50;1351.50;2.19;1.22 -4221;5;705.50;9.50;1594.00;3.86;0.94 -4222;5;4604.50;12.30;1417.00;1.86;0.40 -4223;5;4451.50;9.60;813.50;1.68;0.26 -4224;5;4003.00;10.40;1377.00;1.95;0.24 -4225;5;4466.50;9.50;590.00;4.71;0.90 -4227;5;3763.50;9.80;1471.50;4.48;0.36 -4228;5;4737.50;9.50;858.00;3.60;0.22 -4229;5;5056.00;12.05;1907.50;3.18;2.16 -4230;5;5273.00;9.50;83.50;1.93;1.02 -4232;5;3928.50;9.90;1529.00;3.83;0.36 -4233;5;4704.00;10.50;912.00;3.60;0.20 -4234;5;5189.00;9.50;1044.50;2.88;0.86 -4235;5;4913.50;9.50;808.00;3.95;1.14 -4236;5;4628.50;10.80;674.00;1.57;0.36 -4237;5;4081.50;10.20;931.50;4.09;0.36 -4238;5;3878.00;10.40;1563.00;2.11;0.38 -4239;5;5100.00;9.50;1477.00;2.84;1.30 -4240;5;4428.50;9.50;802.00;1.80;1.28 -4241;5;4766.00;9.62;763.00;2.55;0.22 -4242;5;3795.00;10.40;1641.50;2.26;0.40 -4243;5;3952.50;9.50;366.50;1.61;1.14 -4244;5;3739.50;9.50;612.00;2.43;0.90 -4245;5;4180.00;9.90;1018.00;3.92;0.22 -4246;5;4880.50;11.50;1524.00;1.91;0.54 -4248;5;3563.00;9.50;221.50;4.67;0.88 -4249;5;2867.00;9.50;694.50;2.25;0.92 -4250;5;3941.50;10.70;1493.50;2.06;0.54 -4251;5;4413.00;10.30;868.50;4.24;0.32 -4253;5;2636.00;9.50;305.00;3.33;0.96 -4254;5;3692.00;9.95;1495.50;3.66;0.40 -4256;5;4503.00;11.52;1202.00;2.21;0.32 -4257;5;2403.50;9.50;1034.00;3.17;1.30 -4258;5;2077.00;9.50;1644.50;3.14;1.60 -4259;5;1501.50;9.50;709.00;4.30;1.04 -4260;5;4456.50;10.65;930.00;2.67;0.26 -4261;5;3713.00;9.85;1546.50;2.03;0.38 -4263;5;603.50;9.50;185.50;2.20;1.00 -4264;5;112.50;9.50;827.00;3.81;0.92 -4265;5;3703.00;13.50;1609.50;3.56;0.38 -4267;5;878.50;9.50;1108.50;3.51;1.38 -4270;5;1642.00;9.75;1645.00;2.35;0.30 -4271;5;1089.00;9.50;940.00;1.91;1.04 -4273;5;4606.01;9.50;539.50;3.09;0.38 -4274;5;901.00;12.50;1618.00;4.12;0.36 -4275;5;4347.00;9.65;836.50;3.81;0.40 -4276;5;4443.50;10.20;587.50;3.68;0.26 -4277;5;3854.50;10.40;1505.50;3.92;0.52 -4278;5;3989.00;10.95;889.50;1.86;0.38 -4279;5;4508.50;9.70;655.00;3.86;0.34 -4280;5;4061.00;9.70;931.00;3.46;0.32 -4281;5;3891.50;10.10;1545.50;2.73;0.48 -4283;5;3661.00;10.30;1591.00;1.73;0.30 -4284;5;4446.00;9.90;803.50;3.52;0.20 -4287;5;1743.50;10.70;1673.50;1.68;0.34 -4289;5;5095.50;9.90;512.50;3.68;0.22 -4290;5;4964.00;10.20;1540.50;1.36;0.60 -4291;5;3964.50;13.45;904.00;3.83;0.32 -4293;5;4327.00;10.35;937.50;2.26;0.24 -4294;5;3693.50;10.00;1533.50;2.35;0.48 -4295;5;4468.00;14.10;1197.00;1.57;0.38 -4297;5;4385.00;11.10;745.50;3.52;0.22 -4298;5;3653.50;9.90;1793.50;1.89;0.80 -4299;5;4070.50;10.25;1099.00;3.70;0.36 -4300;5;3781.00;9.80;1447.50;2.30;0.38 -4302;5;4434.50;10.10;865.00;2.24;0.32 -4303;5;3755.00;9.70;1462.50;2.18;0.44 -4304;5;5146.50;9.50;562.50;2.82;0.24 -4305;5;1767.50;11.40;1710.50;1.99;0.54 -4308;5;4669.50;9.55;619.00;3.01;0.20 -4309;5;3847.00;10.30;1560.50;3.86;0.42 -4310;5;4389.00;11.00;735.50;3.42;0.26 -4311;5;3718.50;15.70;1591.50;1.89;0.42 -4313;5;4405.00;18.35;1227.00;3.38;0.38 -4314;5;3686.00;10.00;1776.50;2.09;0.48 -4315;5;4013.00;12.50;837.50;1.86;0.26 -4316;5;3971.50;18.30;1351.50;3.03;0.38 -4317;5;5106.50;15.65;517.00;2.67;0.24 -4318;5;4334.50;15.10;1102.00;2.42;0.46 -4319;5;4353.50;10.65;885.00;4.03;0.26 -4320;5;4439.50;11.40;570.50;3.00;0.28 -4321;5;4057.00;9.70;911.50;3.56;0.32 -4322;5;3670.50;10.00;1545.00;2.15;0.34 -4323;5;4628.00;10.30;656.00;2.35;0.38 -4324;5;3642.00;9.90;1588.50;1.44;0.30 -4325;5;4474.00;12.85;1101.00;3.46;0.30 -4326;5;3663.00;10.40;1725.50;3.66;0.32 -4327;5;4021.50;10.05;793.00;3.04;0.26 -4328;5;886.00;10.20;1628.50;4.35;0.38 -4329;5;5102.00;9.70;502.50;3.81;0.20 -4330;5;4456.50;10.20;839.50;4.30;0.26 -4331;5;920.50;15.00;1576.50;3.54;0.30 -4333;5;3948.50;9.80;1522.00;3.04;0.36 -4334;5;4507.00;10.40;871.00;3.14;0.18 -4335;5;4536.00;10.57;643.00;4.03;0.44 -4336;5;4324.50;9.70;926.00;3.26;0.22 -4337;5;3832.00;10.10;1535.00;2.67;0.40 -4338;5;4626.00;11.05;724.50;3.14;0.26 -4339;5;4426.50;12.50;968.50;2.35;0.26 -4340;5;3788.00;10.10;1599.50;4.24;0.38 -4342;5;1760.00;9.80;1652.00;3.78;0.36 -4343;5;938.00;12.50;1767.50;4.16;0.74 -4344;5;3992.00;13.85;850.50;3.56;0.28 -4345;5;1654.00;10.15;1658.00;2.21;0.42 -4346;5;5120.00;11.45;494.50;3.14;0.22 -4347;5;913.00;14.50;1597.50;4.24;0.54 -4348;5;4346.50;10.50;879.50;4.30;0.28 -4351;5;3654.50;9.70;1518.50;2.19;0.36 -4353;5;3978.00;11.70;949.00;3.14;0.30 -4354;5;3665.00;10.10;1584.50;3.85;0.36 -4356;5;3644.50;9.70;1680.00;2.97;0.26 -4358;5;4745.50;11.90;493.50;3.46;0.20 -4362;5;1742.50;10.65;1690.00;4.19;0.42 -4363;5;4487.50;11.15;874.00;2.97;0.22 -4364;5;4431.50;9.85;618.00;3.78;0.18 -4365;5;4047.50;9.80;911.50;2.82;0.32 -4366;5;4002.00;9.80;1646.00;4.09;0.64 -4367;5;4416.50;10.25;689.00;3.78;0.24 -4368;5;4693.00;12.60;934.50;1.73;0.22 -4369;5;3838.00;10.10;1591.00;2.15;0.46 -4370;5;2759.50;9.50;1533.00;1.57;0.52 -4371;5;4366.00;10.05;769.00;3.14;0.20 -4372;5;3671.50;10.30;1681.50;3.92;0.30 -4374;5;3772.00;11.12;1460.00;2.89;0.38 -4375;5;4420.50;11.80;1166.50;1.97;0.38 -4376;5;3761.00;9.85;1490.50;3.36;0.42 -4379;5;4479.00;11.70;913.50;3.81;0.24 -4380;5;879.00;10.90;1633.50;2.12;0.28 -4381;5;4424.00;9.70;611.00;4.12;0.28 -4382;5;3889.50;9.70;1088.00;3.05;0.44 -4383;5;3710.50;15.70;1560.50;2.52;0.44 -4384;5;4391.50;11.50;712.50;3.54;0.22 -4385;5;868.50;11.20;1748.50;2.35;0.48 -4386;5;4098.00;15.60;1110.50;4.41;0.46 -4388;5;4358.00;9.60;830.50;2.92;0.22 -4389;5;3936.00;10.80;1470.00;1.81;0.60 -4390;5;4548.50;10.30;540.50;2.82;0.20 -4391;5;4052.50;15.85;1366.00;2.00;0.52 -4392;5;4361.00;9.85;860.50;2.26;0.22 -4394;5;3718.50;9.80;1511.00;4.08;0.40 -4395;5;3960.50;11.90;913.50;1.97;0.34 -4396;5;4568.00;10.25;692.50;3.66;0.44 -4397;5;4448.00;10.72;951.00;4.12;0.24 -4398;5;877.00;10.12;1679.00;2.94;0.32 -4400;5;3641.50;10.10;1646.00;2.09;0.28 -4401;5;4471.50;9.60;824.00;3.38;0.22 -4402;5;1430.50;9.80;1490.00;4.12;0.34 -4403;5;4409.50;18.30;1210.00;2.42;0.50 -4404;5;4994.50;11.80;1509.50;1.89;0.38 -4405;5;4508.00;10.85;859.50;3.14;0.20 -4406;5;4477.50;11.15;545.00;1.84;0.20 -4407;5;4339.50;20.35;1153.00;3.48;0.50 -4408;5;4339.00;10.60;917.50;3.56;0.28 -4409;5;4531.00;10.10;612.00;3.60;0.34 -4410;5;4066.00;11.07;1041.00;2.89;0.46 -4411;5;3750.50;9.80;1578.00;3.04;0.56 -4412;5;4399.50;10.70;692.50;2.73;0.28 -4413;5;907.00;12.80;1736.00;2.49;0.32 -4414;5;4016.00;10.90;886.50;2.86;0.34 -4415;5;4875.00;10.30;451.50;4.24;0.36 -4416;5;4038.50;13.05;813.00;2.24;0.26 -4417;5;1668.00;10.30;1656.50;4.61;0.30 -4418;5;5096.00;13.22;536.00;3.60;0.26 -4419;5;1659.00;10.65;1706.00;4.12;0.60 -4420;5;4034.50;10.70;852.00;2.78;0.24 -4423;5;4698.00;10.50;911.50;1.73;0.20 -4424;5;4415.00;10.30;680.00;2.82;0.28 -4425;5;4331.50;13.75;1061.00;2.42;0.36 -4426;5;1309.50;10.70;1759.50;2.94;0.58 -4427;5;4747.50;10.10;764.00;3.78;0.22 -4428;5;893.00;9.75;1722.50;3.14;0.12 -4429;5;4657.50;9.80;803.50;2.48;0.32 -4431;5;4469.50;18.10;1122.50;2.07;0.34 -4434;5;4502.50;9.80;532.00;2.15;0.24 -4435;5;4183.50;17.20;1098.50;4.17;0.26 -4436;5;1987.00;10.15;363.00;2.67;0.38 -4437;5;1449.00;10.00;1556.50;2.03;0.30 -4438;5;2657.50;9.50;1527.50;1.67;1.26 -4439;5;2412.00;9.50;1117.00;3.88;1.06 -4440;5;3395.50;11.80;1188.50;3.68;0.36 -4441;5;4895.00;10.50;415.50;3.36;0.48 -4442;5;1539.00;10.70;1564.50;4.24;0.26 -4443;5;1879.00;9.50;1126.00;4.08;1.04 -4444;5;1374.00;10.30;1444.50;3.66;0.36 -4445;5;1674.50;11.15;1617.00;1.35;0.42 -4446;5;4361.50;11.70;665.00;2.09;0.28 -4447;5;745.50;9.50;1229.50;3.72;1.32 -4448;5;746.00;9.50;1482.00;3.32;1.18 -4451;5;4653.50;9.50;590.00;1.93;1.10 -4453;5;5100.00;9.90;193.50;2.12;0.46 -4454;5;4273.50;11.90;1033.00;1.84;0.32 -4456;5;5186.00;9.50;106.50;3.95;1.12 -4458;5;3564.50;11.00;1351.50;3.68;0.28 -4459;5;4123.50;12.40;1089.50;4.20;0.44 -4460;5;5142.00;9.50;1047.00;3.36;1.20 -4462;5;4910.00;10.30;418.50;4.18;0.32 -4463;5;3552.00;10.00;1372.00;3.46;0.26 -4464;5;1409.50;10.40;1381.50;3.05;0.26 -4465;5;5069.50;9.50;1416.00;1.27;0.98 -4466;5;4520.50;9.50;832.50;4.26;1.12 -4467;5;3932.50;14.70;1312.50;2.52;0.32 -4468;5;4863.50;9.70;638.50;2.06;0.68 -4469;5;4562.00;14.55;1297.50;2.62;0.30 -4470;5;3965.50;9.50;332.00;2.27;0.92 -4471;5;3620.00;9.50;636.50;3.81;0.92 -4475;5;2800.50;9.50;690.50;-1.53;0.80 -4476;5;1585.00;9.70;1225.50;3.44;0.48 -4477;5;3553.00;10.15;1334.00;2.35;0.26 -4478;5;5109.00;10.92;181.00;3.81;0.50 -4479;5;2596.50;9.50;321.00;2.09;1.16 -4480;5;4525.00;12.40;1080.50;1.69;0.34 -4482;5;3776.50;10.00;1284.00;3.86;0.42 -4483;5;2446.00;9.50;1029.50;3.95;1.16 -4484;5;1999.00;9.50;1657.50;4.24;1.56 -4485;5;1567.00;9.50;718.00;2.13;1.12 -4486;5;3381.00;13.00;1192.50;2.46;0.34 -4487;5;4915.50;10.10;397.50;2.27;0.64 -4488;5;3785.50;9.80;1390.00;2.29;0.56 -4489;5;656.50;9.50;219.00;1.64;0.94 -4490;5;53.00;9.50;866.50;4.54;1.06 -4491;5;1537.00;9.80;1447.50;4.01;0.32 -4492;5;3923.00;11.15;1428.50;2.41;0.56 -4494;5;922.50;9.50;1144.00;3.37;1.22 -4495;5;4628.00;13.57;1367.00;1.19;0.44 -4496;5;4371.00;10.97;962.00;2.49;0.32 -4497;5;1080.50;9.50;994.50;2.02;1.28 -4498;5;623.50;9.50;1858.00;4.04;1.18 -4499;5;3782.00;9.85;1350.50;3.85;0.50 -4500;5;5092.50;10.05;175.00;4.49;0.44 -4501;5;4417.00;13.95;1033.00;1.73;0.46 -4502;5;5135.50;10.70;270.00;2.44;0.36 -4503;5;4753.50;10.00;1410.50;2.35;0.36 -4504;5;4448.50;13.90;1083.50;3.80;0.42 -4506;5;4741.50;9.80;1445.00;4.00;0.36 -4508;5;1437.00;10.50;1533.00;1.95;0.32 -4509;5;4942.00;9.50;618.50;4.10;0.42 -4510;5;1400.50;10.30;1433.50;1.79;0.38 -4511;5;4433.50;10.10;931.00;2.78;0.40 -4512;5;3438.00;12.65;1283.00;2.67;0.24 -4513;5;4118.50;11.60;1007.50;2.60;0.26 -4514;5;4696.50;10.20;1383.00;2.44;0.32 -4515;5;3213.00;12.95;494.00;3.56;0.54 -4516;5;4131.00;10.10;1065.50;3.99;0.34 -4517;5;5089.00;11.00;269.00;4.30;0.44 -4518;5;936.50;9.75;1480.00;3.60;0.36 -4519;5;4550.00;9.80;1194.00;3.92;0.30 -4520;5;5049.00;10.65;392.50;3.42;0.40 -4521;5;969.50;15.05;1509.00;2.27;0.58 -4523;5;3653.00;9.95;1404.00;2.24;0.48 -4524;5;4895.00;9.50;617.00;3.78;0.38 -4525;5;4529.50;14.70;1347.50;2.48;0.50 -4527;5;1479.00;10.10;1526.50;1.73;0.24 -4528;5;3081.50;13.00;173.50;3.07;0.70 -4529;5;4416.50;12.20;996.50;4.09;0.38 -4530;5;5140.50;10.65;254.00;2.27;0.36 -4531;5;1451.00;10.70;1543.50;2.26;0.30 -4532;5;4465.50;11.60;1067.50;4.20;0.36 -4534;5;3509.50;14.35;1362.00;2.67;0.26 -4535;5;1385.50;10.30;1360.50;1.76;0.32 -4536;5;4348.50;19.80;1247.50;3.20;0.58 -4537;5;4698.50;11.10;614.50;3.76;0.28 -4538;5;4575.00;12.20;1273.00;3.92;0.32 -4539;5;4451.50;10.10;914.50;2.35;0.28 -4540;5;1402.50;10.30;1483.00;3.50;0.44 -4541;5;4289.00;12.10;1000.00;2.35;0.28 -4542;5;3913.50;19.45;1305.00;3.78;0.36 -4543;5;5547.50;10.00;199.50;3.28;0.32 -4544;5;4149.00;10.95;1053.50;1.93;0.34 -4545;5;3562.00;14.72;1344.00;2.35;0.34 -4546;5;5113.50;10.95;257.00;4.12;0.48 -4547;5;4547.00;10.00;1201.50;2.12;0.28 -4548;5;2028.00;12.00;410.00;2.94;0.60 -4549;5;3823.50;10.40;1273.50;1.89;0.60 -4550;5;3383.00;14.50;1218.50;2.86;0.32 -4551;5;4881.00;10.15;1470.50;4.06;0.30 -4552;5;4953.00;11.25;608.50;3.81;0.24 -4553;5;3557.00;14.60;1270.00;3.92;0.44 -4554;5;4477.00;10.80;891.50;3.52;0.24 -4555;5;4627.00;11.90;1431.50;2.30;0.52 -4556;5;3254.00;16.92;171.00;2.19;0.76 -4557;5;4054.50;10.40;987.50;3.92;0.42 -4558;5;3937.00;20.37;1255.00;2.94;0.52 -4559;5;4385.50;15.20;1074.50;3.54;0.40 -4560;5;5081.50;9.85;349.00;4.12;0.46 -4561;5;4735.00;10.00;1432.00;1.97;0.44 -4562;5;3527.00;10.10;1142.50;3.56;0.44 -4564;5;4708.48;10.90;604.21;3.60;0.54 -4565;5;1405.50;10.40;1404.50;1.71;0.38 -4566;5;4348.50;11.35;899.00;4.43;0.36 -4567;5;1342.00;12.80;1472.00;2.46;0.38 -4568;5;4380.00;12.00;989.00;3.46;0.46 -4569;5;1393.50;10.10;1509.00;1.95;0.38 -4570;5;2159.00;10.70;566.00;2.11;0.56 -4571;5;4129.00;10.55;1055.00;2.35;0.36 -4572;5;4762.00;10.10;1397.50;1.67;0.32 -4573;5;1893.50;9.70;259.50;4.28;0.38 -4574;5;3372.00;11.50;1169.50;4.06;0.24 -4575;5;1920.50;9.75;376.00;4.60;0.64 -4577;5;1325.50;10.40;1399.00;4.19;0.34 -4578;5;3822.50;11.90;1397.00;2.44;0.40 -4580;5;3603.00;12.67;1260.00;2.82;0.36 -4581;5;3782.00;9.80;1427.50;2.51;0.60 -4582;5;4391.00;10.10;899.50;2.46;0.26 -4583;5;3496.00;14.45;1318.50;2.26;0.32 -4584;5;3213.00;14.30;139.50;4.37;1.00 -4585;5;4310.00;12.57;988.00;4.12;0.32 -4586;5;1228.50;12.00;1498.00;3.01;0.38 -4587;5;1988.00;10.45;489.00;1.93;0.68 -4588;5;4295.50;10.40;1062.50;3.54;0.44 -4589;5;1963.50;9.70;373.00;3.50;0.36 -4590;5;1382.00;10.60;1548.50;4.01;0.24 -4591;5;3374.50;12.15;1161.00;2.97;0.32 -4592;5;4788.00;10.77;1454.00;1.81;0.48 -4593;5;4948.00;10.72;574.00;4.30;0.50 -4595;5;3943.00;11.27;1445.00;2.03;0.58 -4596;5;4481.50;10.50;868.00;2.49;0.26 -4597;5;1359.00;13.25;1468.00;2.21;0.44 -4598;5;1699.00;10.00;1185.50;2.46;0.32 -4599;5;3693.00;9.77;1320.00;3.14;0.52 -4601;5;1495.50;11.65;1530.00;1.84;0.32 -4602;5;1857.00;9.90;250.50;3.32;0.42 -4603;5;3382.50;13.00;1151.00;3.60;0.44 -4604;5;1957.50;10.30;360.00;2.78;0.52 -4605;5;3528.50;12.40;1348.50;2.35;0.24 -4606;5;4558.00;11.40;1235.50;4.24;0.22 -4607;5;939.00;15.50;1525.50;4.41;0.48 -4608;5;4559.00;10.52;536.00;2.67;0.22 -4609;5;3573.50;13.10;1275.00;2.44;0.38 -4610;5;1143.50;13.40;1630.50;3.74;0.60 -4611;5;1521.50;10.30;1012.00;2.67;0.48 -4612;5;4566.50;13.40;1375.50;3.54;0.42 -4613;5;4402.00;11.85;977.00;4.39;0.32 -4614;5;3566.00;10.00;1330.00;1.89;0.26 -4616;5;4202.50;9.70;1045.00;1.78;0.28 -4617;5;2207.00;10.45;709.50;2.39;0.74 -4618;5;3775.00;9.80;1369.50;2.72;0.50 -4619;5;4596.00;10.15;1148.00;2.03;0.32 -4620;5;3660.00;9.85;1383.50;2.18;0.52 -4622;5;1434.50;10.30;1415.50;3.03;0.36 -4624;5;1542.00;9.70;1008.50;3.81;0.32 -4625;5;1398.50;10.30;1466.00;1.72;0.46 -4626;5;4315.00;12.65;974.00;2.35;0.28 -4627;5;1529.00;10.70;1500.00;3.92;0.28 -4628;5;4480.50;10.95;1043.00;2.67;0.34 -4629;5;3855.50;14.15;1329.00;2.09;0.58 -4630;5;4666.00;10.30;198.00;1.57;0.60 -4631;5;4582.50;10.80;1134.50;3.92;0.30 -4632;5;5092.50;10.10;294.00;3.22;0.40 -4633;5;4736.00;11.40;1421.00;4.06;0.48 -4634;5;4552.00;13.67;1257.00;4.12;0.30 -4635;5;5020.50;9.80;543.00;2.58;0.58 -4636;5;3849.00;10.75;1393.50;2.62;0.48 -4638;5;3808.00;11.80;1419.00;1.73;0.68 -4639;5;4449.00;10.30;845.00;2.35;0.28 -4640;5;3239.00;10.20;1716.50;1.73;0.22 -4641;5;1676.00;9.65;1172.50;3.14;0.40 -4642;5;4742.50;11.00;1389.50;3.92;0.34 -4643;5;1856.50;9.60;232.00;3.04;0.42 -4644;5;4177.00;9.80;1043.00;2.49;0.32 -4645;5;4636.00;9.70;291.50;4.04;0.54 -4646;5;5054.50;9.95;1396.00;4.41;0.38 -4648;5;5009.50;9.90;451.50;3.64;0.34 -4649;5;4799.50;9.90;1446.00;3.98;0.42 -4650;5;1400.00;10.40;1392.00;2.94;0.34 -4652;5;4346.50;11.80;699.00;3.98;0.40 -4653;5;1526.50;10.50;1451.50;2.60;0.24 -4654;5;4326.00;10.90;967.50;2.03;0.26 -4655;5;4542.50;12.70;1399.00;2.15;0.60 -4656;5;4466.00;11.60;1027.00;2.03;0.26 -4657;5;993.50;10.60;1462.00;3.87;0.52 -4658;5;5122.00;11.05;199.50;2.18;0.42 -4659;5;3879.00;9.70;1703.50;4.15;0.54 -4660;5;3525.00;14.50;1309.50;3.14;0.24 -4661;5;4030.00;10.45;1539.00;4.58;0.56 -4662;5;2637.50;9.50;1599.50;1.33;0.96 -4663;5;2249.00;9.50;1327.00;4.03;1.28 -4664;5;1364.50;12.30;1623.50;3.36;0.40 -4665;5;4155.50;10.40;1619.00;2.12;0.52 -4666;5;1704.50;10.80;1844.00;3.29;1.56 -4667;5;1841.50;9.50;1192.50;4.26;0.88 -4668;5;1094.00;16.87;1553.00;1.98;0.60 -4669;5;3877.00;9.70;1922.00;-1.31;1.50 -4670;5;3975.00;9.80;1586.50;1.96;0.56 -4671;5;442.50;9.50;1300.00;4.44;1.08 -4672;5;811.50;9.50;906.00;2.27;1.00 -4673;5;5121.00;10.32;121.00;2.67;0.28 -4674;5;4099.00;13.75;1481.50;3.32;0.50 -4675;5;4672.00;14.97;1660.00;4.15;0.76 -4676;5;4720.50;9.50;495.00;2.58;0.40 -4677;5;4618.00;12.95;1545.50;3.48;0.54 -4678;5;858.00;14.92;1927.00;1.24;1.16 -4679;5;5103.00;9.50;66.00;4.18;0.96 -4680;5;4293.50;14.15;1567.00;3.24;0.52 -4681;5;4133.00;9.95;1701.50;4.10;0.50 -4682;5;4067.00;12.80;1341.50;4.65;0.54 -4683;5;5157.50;9.50;985.50;1.89;1.32 -4684;5;4910.00;9.50;635.50;0.58;0.98 -4685;5;3986.00;10.10;1573.50;4.10;0.44 -4686;5;3884.00;11.80;1369.50;4.41;0.52 -4687;5;4238.00;10.10;1776.00;3.75;0.78 -4688;5;5051.00;9.50;1483.50;3.34;1.16 -4689;5;4527.00;9.50;869.00;-1.51;1.04 -4690;5;4262.00;13.05;1584.00;2.21;0.78 -4691;5;1334.50;10.40;1605.50;3.54;0.32 -4692;5;4243.50;10.30;1920.50;3.58;1.38 -4693;5;3920.00;9.50;337.00;2.57;0.94 -4694;5;3604.50;9.50;790.50;3.69;1.12 -4695;5;1193.00;11.20;1938.50;1.83;1.44 -4696;5;3199.00;11.02;106.00;3.42;0.66 -4697;5;4341.00;16.35;1485.50;4.35;0.52 -4698;5;3497.50;9.50;167.00;3.70;1.32 -4699;5;2892.00;9.50;644.00;2.87;0.98 -4700;5;3963.00;9.80;1660.00;2.55;0.58 -4701;5;4912.00;12.65;1533.50;1.91;0.54 -4702;5;2601.50;9.50;275.00;3.34;0.96 -4703;5;4436.50;11.10;1724.50;3.06;0.74 -4704;5;4264.00;16.15;1390.50;2.18;0.58 -4705;5;4556.50;12.70;1556.50;2.27;0.66 -4706;5;2398.50;9.50;1078.00;3.90;1.36 -4707;5;2084.50;9.50;1518.00;3.94;1.18 -4708;5;1572.50;9.50;678.00;3.79;1.36 -4709;5;4154.00;15.95;1382.50;2.98;0.54 -4710;5;3811.50;9.70;1740.00;3.78;0.66 -4711;5;4217.50;13.50;1568.00;4.71;0.60 -4712;5;587.50;9.50;234.00;2.99;1.18 -4713;5;124.50;9.50;882.00;3.45;1.14 -4714;5;4192.50;11.80;1446.00;2.40;0.60 -4715;5;3876.50;9.80;1827.50;4.01;0.68 -4716;5;4540.00;11.32;1615.00;2.26;0.88 -4717;5;978.50;9.50;1151.50;3.54;1.38 -4718;5;5567.50;10.50;173.00;4.43;0.32 -4719;5;4636.00;11.50;1522.00;4.35;0.60 -4720;5;951.00;9.50;900.00;-0.81;0.96 -4721;5;1121.50;9.50;984.50;3.18;1.20 -4722;5;726.00;9.50;1841.50;2.03;1.04 -4723;5;1171.00;14.20;1576.50;2.64;0.50 -4724;5;4255.00;10.67;1660.00;2.03;0.46 -4725;5;4803.50;10.70;1522.00;4.00;0.44 -4726;5;4775.00;11.65;1736.50;1.98;0.92 -4727;5;1015.00;10.70;1439.50;2.41;0.46 -4728;5;5221.00;9.70;1575.50;3.67;0.98 -4729;5;4438.50;15.25;1417.00;3.98;0.52 -4730;5;4091.50;9.80;1732.50;2.45;0.70 -4731;5;4805.50;10.20;1601.50;2.96;0.62 -4732;5;4434.00;14.00;1464.00;4.46;0.70 -4733;5;4141.00;9.70;1896.50;2.21;1.46 -4734;5;4099.50;10.70;1605.50;1.76;0.56 -4735;5;3127.00;13.20;395.00;2.79;1.06 -4736;5;966.00;13.80;1557.00;2.58;0.56 -4737;5;4513.00;10.60;1684.50;2.25;0.74 -4738;5;1426.00;10.32;1647.00;3.92;0.38 -4739;5;1141.00;10.80;1792.00;2.67;0.78 -4740;5;1279.50;10.60;1498.00;2.44;0.44 -4741;5;1081.50;14.70;1657.00;2.12;0.58 -4742;5;1083.50;15.20;1519.00;1.98;0.46 -4743;5;4430.50;10.75;1814.00;2.99;1.26 -4744;5;5480.50;10.80;1874.50;1.41;2.58 -4745;5;4670.00;11.55;1486.00;2.24;0.70 -4747;5;944.00;10.80;1677.50;3.36;0.44 -4749;5;1201.00;11.70;1590.00;1.84;0.50 -4750;5;4370.00;11.40;1639.00;2.44;0.58 -4751;5;4201.50;15.30;1496.50;2.05;0.78 -4752;5;4833.00;12.15;1690.50;3.02;0.86 -4753;5;1436.50;9.75;1858.00;2.37;1.52 -4754;5;3859.50;9.80;1693.50;1.72;0.44 -4755;5;3514.00;14.45;1298.50;4.24;0.38 -4756;5;1430.00;10.35;1398.00;4.24;0.36 -4757;5;1317.50;10.30;1536.00;2.42;0.40 -4758;5;3734.00;14.22;1683.00;2.60;0.32 -4759;5;1216.00;10.90;1711.00;1.81;0.50 -4760;5;1201.00;12.55;1568.50;1.65;0.36 -4761;5;4034.50;9.70;1864.50;2.52;1.02 -4762;5;4642.00;13.85;1649.50;1.60;0.88 -4763;5;5112.00;10.55;93.50;2.86;0.30 -4764;5;4028.00;10.90;1462.50;3.99;0.46 -4765;5;997.00;15.40;1774.50;3.95;0.82 -4766;5;4483.50;13.60;1531.50;2.52;0.58 -4767;5;4073.50;9.80;1696.00;3.75;0.62 -4768;5;4027.00;11.25;1366.00;3.68;0.44 -4770;5;4103.00;18.05;1370.00;4.54;0.46 -4772;5;1261.50;10.80;1672.00;2.85;0.46 -4773;5;3968.00;10.40;1401.00;2.97;0.64 -4774;5;3793.50;9.70;1835.50;2.57;0.80 -4775;5;1435.00;10.55;1727.50;2.48;0.72 -4776;5;5033.00;10.37;93.00;1.73;0.48 -4777;5;4282.50;14.30;1485.50;3.40;0.56 -4778;5;985.50;11.55;1661.00;-1.35;0.48 -4779;5;4844.00;10.20;1560.50;3.77;0.58 -4780;5;3905.00;10.30;1647.00;2.44;0.48 -4781;5;4181.50;14.80;1542.50;2.25;0.46 -4782;5;4309.50;11.00;1697.50;2.35;0.48 -4783;5;4384.50;12.00;1360.00;2.40;0.68 -4784;5;1555.50;10.40;1717.00;1.91;0.50 -4785;5;4284.00;11.45;1745.50;2.98;0.74 -4786;5;4357.00;13.50;1381.50;4.10;0.50 -4787;5;1815.50;11.70;1797.50;4.57;0.66 -4788;5;4198.50;13.55;1415.00;2.40;0.66 -4789;5;4140.50;10.70;1647.50;3.92;0.54 -4790;5;1280.50;10.10;1736.00;2.61;0.56 -4791;5;5007.50;9.80;83.50;3.54;0.36 -4792;5;4600.50;11.40;1508.00;4.22;0.72 -4793;5;4167.00;10.10;1653.50;2.30;0.38 -4794;5;1175.00;12.95;1600.50;1.91;0.62 -4795;5;4622.50;11.10;1727.50;4.04;0.98 -4796;5;1094.50;16.50;1437.00;3.21;0.38 -4797;5;4425.50;11.10;1565.50;3.03;0.48 -4798;5;4795.00;10.90;1749.50;4.30;0.82 -4799;5;1018.00;10.90;1473.50;1.75;0.66 -4800;5;4161.00;11.22;1561.00;4.06;0.52 -4801;5;4462.50;14.45;1478.00;3.96;0.72 -4802;5;3716.00;10.22;1769.00;2.15;0.60 -4803;5;4132.00;10.20;1582.00;2.26;0.46 -4804;5;5560.00;10.12;131.00;3.14;0.26 -4805;5;4904.50;10.30;1488.50;1.93;0.44 -4806;5;4018.00;9.80;1608.00;2.97;0.68 -4807;5;1351.50;10.70;1620.50;1.24;0.48 -4808;5;4404.00;11.35;1670.00;4.24;0.80 -4809;5;4746.50;11.50;1551.50;2.61;0.64 -4810;5;4969.00;11.45;1697.50;4.20;1.04 -4811;5;1296.50;11.05;1498.00;4.00;0.38 -4812;5;4411.00;10.80;1838.50;-1.39;1.44 -4813;5;3811.00;9.80;1706.50;4.41;0.68 -4814;5;1227.50;12.00;1513.50;3.80;0.44 -4815;5;4400.50;10.80;1607.50;4.14;0.64 -4816;5;1002.00;14.60;1515.50;2.59;0.62 -4817;5;3964.50;9.80;1781.00;2.05;0.50 -4818;5;4283.50;12.80;1625.50;4.17;0.60 -4820;5;1171.00;13.20;1630.00;3.14;0.48 -4821;5;4709.00;11.70;1675.50;4.36;0.90 -4822;5;3167.50;13.40;125.50;4.49;0.62 -4823;5;4175.00;14.82;1472.00;4.17;0.50 -4824;5;3839.00;9.80;1679.50;2.43;0.40 -4825;5;3535.00;14.60;1302.00;4.06;0.34 -4826;5;942.00;13.05;1632.00;3.83;0.56 -4827;5;4064.50;10.00;1711.50;1.96;0.58 -4828;5;4045.50;18.50;1344.50;2.05;0.56 -4829;5;4869.00;11.90;1570.00;3.14;0.48 -4830;5;1231.50;13.10;1557.50;2.25;0.46 -4831;5;4289.00;10.62;1812.00;1.57;1.22 -4832;5;4682.50;11.50;1614.50;2.70;0.60 -4834;5;1414.00;11.00;1638.00;3.38;0.38 -4835;5;4552.50;13.40;1632.00;4.34;0.62 -4836;5;5086.00;10.10;146.00;1.71;0.30 -4837;5;2221.00;9.90;766.00;-1.23;0.52 -4839;5;1196.50;11.80;1651.50;3.25;0.38 -4840;5;4042.00;9.97;1661.00;3.33;0.54 -4841;5;4998.00;9.95;1550.00;2.60;0.52 -4842;5;4329.50;11.30;1744.00;2.61;0.74 -4843;5;4286.50;13.20;1374.50;4.10;0.68 -4844;5;4962.50;10.05;1589.00;3.01;0.46 -4845;5;4037.50;14.60;1392.00;4.71;0.56 -4846;5;3797.50;10.15;1763.00;3.75;0.72 -4847;5;4825.00;10.50;1607.50;3.69;0.64 -4848;5;586.00;12.05;1989.00;1.67;1.22 -4849;5;4204.50;16.10;1463.50;2.87;0.54 -4850;5;3852.00;10.30;1610.00;2.24;0.54 -4851;5;3250.50;13.20;335.50;3.92;0.92 -4852;5;4687.00;11.42;1510.00;4.54;0.54 -4853;5;4308.00;10.70;1676.00;3.14;0.70 -4854;5;1438.00;10.40;1665.50;1.49;0.36 -4855;5;4679.50;10.65;1732.00;2.93;0.60 -4856;5;4505.50;12.20;1406.50;3.80;0.52 -4857;5;1117.50;11.80;1676.00;4.08;0.68 -4858;5;4336.00;15.17;1421.00;2.76;0.54 -4859;5;4154.00;9.70;1946.50;4.28;1.46 -4860;5;1080.50;12.45;1681.00;1.75;0.62 -4862;5;4490.00;15.50;1495.00;4.09;0.80 -4863;5;1128.00;12.32;1713.00;4.20;0.52 -4864;5;5126.50;10.75;134.00;2.67;0.24 -4865;5;1063.00;10.00;1555.00;2.82;0.48 -4866;5;4114.00;10.50;1636.00;4.12;0.44 -4867;5;4086.00;11.37;1512.00;1.84;0.48 -4868;5;4614.50;12.10;1704.00;2.01;0.86 -4869;5;1519.00;11.20;1697.50;3.56;0.52 -4870;5;848.50;12.65;1805.00;4.19;0.86 -4871;5;1224.00;12.60;1536.50;3.14;0.48 -4872;5;641.50;9.50;876.00;-0.63;0.50 -4873;5;4588.00;13.12;1432.00;2.03;0.74 -4874;5;3713.50;15.55;1743.00;3.22;0.52 -4875;5;1328.00;11.00;1736.00;-1.01;0.70 -4876;5;4710.00;11.55;1468.50;2.62;0.38 -4877;5;973.50;13.30;1775.50;3.20;0.86 -4878;5;4849.00;9.80;1821.50;-1.44;1.32 -4879;5;3085.50;13.60;282.50;1.94;0.88 -4880;5;1289.50;11.00;1647.50;1.93;0.50 -4881;5;4911.50;11.75;1676.00;4.03;0.70 -4882;5;4353.50;14.05;1550.00;2.57;0.64 -4883;5;4048.50;10.20;1000.00;2.30;0.52 -4884;5;1293.00;10.40;1353.50;3.49;0.46 -4885;5;2727.50;9.50;1479.50;1.96;0.86 -4886;5;2349.50;9.50;1190.50;2.96;1.02 -4887;5;1210.00;14.10;1184.00;4.58;0.64 -4888;5;4405.00;15.02;1246.00;1.89;0.50 -4889;5;2977.00;11.85;787.50;4.42;0.58 -4890;5;1810.50;9.50;1276.50;3.17;1.36 -4891;5;3753.00;10.65;1071.00;2.35;0.40 -4892;5;1739.00;9.70;993.50;1.99;0.84 -4893;5;3770.50;11.90;1234.50;3.03;0.50 -4894;5;578.50;9.50;1144.00;2.67;1.24 -4895;5;890.50;9.50;1378.50;3.84;1.10 -4896;5;4513.00;11.60;1128.50;3.66;0.36 -4897;5;3066.00;10.25;868.50;3.89;0.84 -4898;5;1130.50;14.85;1310.00;3.53;0.50 -4899;5;4760.00;9.52;623.00;4.34;1.46 -4900;5;4176.50;22.85;1123.00;3.38;0.58 -4901;5;3559.00;14.40;1289.50;3.66;0.36 -4902;5;3158.50;13.90;928.50;1.59;1.54 -4903;5;2909.00;9.90;1167.00;2.67;0.78 -4904;5;1391.00;9.70;1175.00;4.30;0.68 -4905;5;5015.50;9.50;35.50;3.42;1.04 -4906;5;5175.50;9.50;1082.00;4.54;1.16 -4907;5;4861.00;9.50;673.00;4.42;1.02 -4908;5;1072.50;9.90;1337.00;4.16;0.52 -4909;5;3565.00;10.90;784.50;2.84;0.64 -4910;5;3340.50;10.70;1020.00;2.40;0.58 -4911;5;5101.00;9.50;1536.50;2.71;1.02 -4912;5;4540.00;9.50;911.50;2.14;1.18 -4913;5;2914.00;10.50;963.00;3.80;1.56 -4914;5;4239.50;21.70;1243.00;4.00;0.84 -4915;5;4018.00;10.20;1099.00;2.89;0.44 -4916;5;4013.50;9.50;305.00;1.78;1.02 -4917;5;3601.00;9.50;706.50;2.95;1.04 -4918;5;3342.00;10.95;856.50;3.88;0.70 -4919;5;1261.50;10.55;1446.00;1.75;0.40 -4920;5;2656.50;12.85;1106.00;2.85;0.58 -4921;5;3482.00;9.50;104.50;4.27;1.10 -4922;5;2849.50;9.50;662.00;2.39;0.68 -4923;5;3950.00;14.60;1316.50;3.66;0.44 -4924;5;3513.00;13.45;912.50;4.30;0.78 -4925;5;4435.00;10.60;1155.50;2.86;0.42 -4926;5;2572.50;9.50;227.00;3.26;0.88 -4927;5;2718.00;10.30;866.50;2.27;0.88 -4928;5;3623.50;16.30;1170.00;1.84;0.48 -4929;5;2481.50;9.50;1074.00;1.33;1.08 -4930;5;2121.00;9.50;1355.00;2.23;0.88 -4931;5;1621.00;9.50;626.50;3.14;1.10 -4932;5;3602.50;9.80;1035.50;3.92;0.60 -4933;5;2745.00;13.75;1178.00;4.06;0.40 -4934;5;1965.50;9.90;925.00;3.89;0.62 -4935;5;651.50;9.50;264.50;2.48;1.02 -4936;5;187.00;9.50;828.00;3.87;0.92 -4937;5;4376.50;14.95;1095.00;3.44;0.40 -4938;5;2957.50;11.80;819.50;1.74;0.58 -4939;5;4486.00;14.00;1258.50;4.35;0.44 -4940;5;1019.00;9.50;1109.00;1.91;1.12 -4941;5;3257.00;12.15;592.50;2.77;0.46 -4942;5;1745.50;9.80;1018.50;2.25;0.48 -4943;5;3533.50;14.90;1251.50;2.57;0.50 -4944;5;1175.50;9.50;982.00;3.98;1.08 -4945;5;682.00;9.50;1811.50;2.69;1.14 -4946;5;1155.00;16.25;1269.00;3.14;0.44 -4947;5;4253.00;13.37;1333.00;1.57;0.48 -4948;5;2548.00;9.70;897.00;3.42;0.56 -4949;5;3808.50;11.90;1153.50;4.05;0.64 -4950;5;4016.50;11.00;1009.00;4.21;0.48 -4951;5;3461.50;10.70;1186.00;2.40;0.76 -4953;5;4032.50;10.40;1038.50;4.27;0.44 -4954;5;3374.50;13.70;826.50;3.92;0.64 -4955;5;1207.00;11.42;1389.00;2.82;0.44 -4956;5;1231.50;15.40;1229.00;4.58;0.46 -4957;5;2650.50;11.10;836.50;2.87;0.66 -4958;5;3778.50;11.75;1250.00;1.98;0.54 -4959;5;3668.00;11.07;1097.00;1.69;0.70 -4960;5;4502.00;14.25;1331.50;3.14;0.36 -4961;5;3286.00;11.05;911.00;1.81;0.72 -4962;5;3011.50;11.10;1138.50;4.18;0.66 -4963;5;3303.50;10.50;967.00;2.31;0.72 -4964;5;4308.50;21.30;1198.00;1.77;0.84 -4965;5;1427.00;9.70;1191.00;3.01;0.84 -4966;5;3625.00;15.35;1150.50;4.56;0.46 -4967;5;3939.80;9.70;730.24;3.19;0.36 -4968;5;3481.00;11.55;1096.50;2.88;0.72 -4969;5;1603.00;9.70;990.00;4.19;0.72 -4970;5;2902.00;9.70;1208.00;3.14;0.50 -4971;5;3980.00;11.85;1073.50;3.73;0.58 -4972;5;2959.00;10.40;852.00;2.49;0.70 -4973;5;4066.00;22.20;1260.50;4.44;0.84 -4974;5;3459.00;11.00;1146.00;4.12;0.70 -4975;5;1151.50;15.20;1453.50;3.92;0.58 -4976;5;3571.50;11.45;929.00;2.13;0.98 -4977;5;1091.50;11.20;1315.50;4.10;0.48 -4978;5;3096.00;10.40;880.00;3.50;0.82 -4979;5;3957.50;12.00;1197.50;3.25;0.54 -4980;5;1985.00;10.00;897.00;3.57;1.60 -4981;5;3436.00;13.40;1028.50;3.44;0.60 -4982;5;1903.00;9.70;959.50;2.19;0.88 -4983;5;3654.00;13.30;1208.00;2.35;0.50 -4984;5;3939.00;10.10;1082.00;3.78;0.46 -4985;5;3476.00;11.25;849.00;2.60;0.40 -4986;5;4502.00;14.50;1296.00;2.09;0.44 -4987;5;4126.50;15.20;1100.50;4.39;0.46 -4988;5;1475.50;9.90;1485.00;1.75;0.22 -4990;5;3887.00;13.25;1149.00;3.92;0.46 -4991;5;1392.00;9.80;1145.50;4.20;0.70 -4992;5;2964.50;10.40;1174.50;2.35;0.52 -4993;5;3684.00;12.50;1043.50;3.48;0.58 -4994;5;4205.00;22.17;1154.00;1.84;0.66 -4995;5;3470.00;10.75;737.50;4.30;0.72 -4996;5;4340.50;16.65;1087.00;3.38;0.30 -4997;5;3008.50;13.40;852.00;3.41;0.82 -4998;5;3909.00;14.45;1198.00;4.17;0.44 -4999;5;4390.00;18.20;1134.50;3.99;0.38 -5000;5;1705.50;9.80;999.50;3.05;0.68 -5001;5;1332.00;10.40;1422.50;1.93;0.34 -5002;5;4034.50;14.55;1138.00;3.24;0.42 -5003;5;3789.00;10.60;1264.50;3.98;0.58 -5004;5;3000.50;11.40;1083.00;2.18;1.46 -5006;5;3497.00;13.72;948.00;2.67;0.62 -5007;5;4522.50;12.45;1229.00;1.75;0.30 -5008;5;1900.00;9.90;870.50;4.65;1.62 -5009;5;4361.00;14.50;1032.50;3.14;0.48 -5010;5;3424.50;16.50;800.50;1.86;0.70 -5011;5;4192.50;22.25;1248.00;2.13;0.78 -5012;5;2607.00;10.10;1067.00;2.53;0.92 -5013;5;2741.00;10.55;789.00;4.20;0.76 -5014;5;3500.00;11.40;1264.00;3.46;0.40 -5015;5;1276.50;9.70;1286.50;2.71;0.56 -5016;5;4057.50;12.55;1308.00;2.31;0.72 -5017;5;3388.50;10.65;922.00;3.48;0.58 -5018;5;4272.50;19.60;1128.00;2.67;0.60 -5019;5;4022.50;11.00;963.50;3.33;0.36 -5021;5;1263.50;11.30;1236.00;4.00;0.54 -5022;5;1285.00;10.60;1382.50;2.18;0.50 -5024;5;3562.50;10.60;1062.00;3.07;0.66 -5025;5;4472.50;13.90;1250.50;1.79;0.40 -5026;5;1725.50;9.80;933.00;1.48;1.26 -5027;5;3440.50;12.15;1096.00;3.96;0.72 -5028;5;2987.00;10.57;841.00;1.57;0.72 -5029;5;3737.00;13.50;1261.00;3.68;0.38 -5030;5;4521.50;12.75;1153.00;3.26;0.34 -5031;5;4396.50;12.90;1315.50;4.28;0.52 -5032;5;4001.00;11.20;890.00;3.46;0.36 -5033;5;4221.50;22.70;1137.50;4.57;0.40 -5034;5;2564.50;9.70;939.00;2.95;0.60 -5035;5;2878.50;10.40;1186.00;3.89;0.72 -5037;5;3435.50;12.80;1003.00;3.89;0.58 -5038;5;1201.00;12.95;1371.50;4.10;0.54 -5039;5;2652.50;11.15;792.00;4.23;0.74 -5040;5;4064.50;10.50;1061.50;2.35;0.42 -5041;5;3439.50;11.90;849.50;4.39;0.74 -5042;5;4030.00;22.80;1246.50;4.40;0.70 -5043;5;3804.00;11.85;1089.50;-1.52;0.64 -5044;5;1127.00;13.00;1400.50;1.73;0.56 -5045;5;2683.00;11.10;834.00;3.99;0.70 -5046;5;2646.00;10.80;1121.50;4.41;0.42 -5047;5;3400.50;13.65;933.00;3.86;0.52 -5048;5;4482.50;11.00;1170.50;3.54;0.30 -5049;5;3694.50;9.90;1010.00;1.95;0.84 -5050;5;3550.50;12.40;1208.00;3.75;0.56 -5051;5;1578.00;16.20;851.50;2.96;0.48 -5052;5;1195.00;14.55;1215.00;4.19;0.60 -5053;5;2881.00;11.35;1215.50;3.29;0.50 -5054;5;3029.50;11.25;724.00;3.43;0.92 -5055;5;4065.00;10.57;1071.00;4.51;0.40 -5056;5;1754.50;9.70;987.00;2.40;0.60 -5057;5;4411.00;14.40;1280.00;3.14;0.44 -5058;5;3482.50;11.15;1125.00;3.60;0.76 -5060;5;3172.50;12.00;889.00;3.75;1.20 -5061;5;1257.50;10.50;1326.50;2.52;0.52 -5062;5;4015.00;16.25;1343.50;1.90;0.42 -5063;5;3991.50;12.00;953.00;4.00;0.38 -5064;5;3832.00;12.35;1173.00;-1.35;0.52 -5065;5;3544.50;9.90;725.50;2.35;0.54 -5066;5;1221.00;10.77;1160.00;4.30;0.48 -5067;5;3622.00;15.00;1210.50;1.51;0.48 -5068;5;3505.00;12.45;799.50;2.46;0.44 -5069;5;3354.00;11.62;1040.00;2.21;0.52 -5070;5;2686.00;11.40;797.50;3.50;0.58 -5071;5;1102.00;12.65;1381.00;3.38;0.24 -5072;5;4426.00;15.57;1108.00;3.38;0.34 -5073;5;3698.00;11.52;1248.00;4.00;0.62 -5074;5;3523.00;11.95;868.50;1.99;0.52 -5075;5;3792.00;11.50;1129.00;1.95;0.56 -5076;5;4320.50;16.10;1315.50;2.82;0.42 -5077;5;2591.00;9.70;936.50;2.40;0.64 -5078;5;3200.00;10.00;1157.50;3.14;0.32 -5079;5;3392.00;10.67;686.00;3.14;0.64 -5080;5;4257.00;21.85;1172.50;4.14;0.78 -5081;5;3565.50;10.20;1020.50;3.92;1.06 -5082;5;3881.00;15.60;1197.50;3.85;0.44 -5083;5;1771.50;9.80;891.00;4.61;1.76 -5084;5;3163.00;12.40;790.00;2.03;1.24 -5085;5;1268.50;10.30;1430.00;2.44;0.34 -5086;5;4034.50;9.90;1099.50;4.09;0.40 -5087;5;3991.50;19.40;1289.50;2.53;0.56 -5088;5;1706.00;10.70;1042.50;2.88;0.60 -5089;5;3605.00;13.37;1153.00;1.47;0.68 -5090;5;1493.50;12.05;1443.00;1.84;0.30 -5091;5;3410.00;13.90;912.50;3.32;0.36 -5092;5;4532.00;11.20;1206.00;1.95;0.28 -5093;5;3529.50;13.60;1009.00;3.60;0.86 -5094;5;4100.00;22.95;1206.50;3.64;0.84 -5095;5;2900.50;12.10;1014.50;2.35;2.04 -5096;5;4039.00;10.80;1054.00;3.14;0.42 -5097;5;3410.00;16.62;831.00;4.20;0.66 -5098;5;3530.50;13.20;1226.00;2.20;0.46 -5099;5;3408.00;12.30;1090.00;4.49;0.48 -5100;5;4379.00;15.10;1303.00;2.09;0.62 -5101;5;2829.50;10.30;915.00;2.40;1.04 -5102;5;4322.00;22.00;1134.00;3.76;0.80 -5103;5;1290.00;11.00;1457.50;4.35;0.42 -5104;5;4019.00;10.40;922.00;2.15;0.42 -5105;5;3848.00;13.25;1145.50;4.10;0.60 -5106;5;3264.00;13.90;261.50;2.88;0.68 -5108;5;2771.00;9.50;1431.50;0.29;0.76 -5109;5;2281.00;9.50;1490.50;3.98;1.18 -5110;5;1971.50;10.40;419.50;2.35;0.42 -5111;5;1853.50;9.50;1309.00;4.04;0.98 -5113;5;232.00;9.50;1309.00;4.17;1.24 -5114;5;1024.50;9.50;1166.50;4.36;0.98 -5115;5;1990.50;11.20;584.00;4.26;0.92 -5116;5;4725.50;9.50;456.50;3.98;1.00 -5118;5;1703.00;10.37;178.00;3.14;0.38 -5120;5;1562.00;11.72;813.00;3.26;0.64 -5121;5;1692.50;10.00;245.50;2.82;0.42 -5122;5;5037.50;9.50;62.50;3.70;0.86 -5123;5;5263.50;9.50;1092.50;2.60;1.18 -5124;5;4911.50;9.50;718.50;2.93;1.02 -5125;5;4669.50;10.50;320.50;2.48;0.84 -5126;5;5060.00;9.50;1536.00;3.29;0.68 -5127;5;4489.00;9.50;926.00;-1.17;1.24 -5128;5;3557.50;12.50;371.50;3.57;1.02 -5129;5;3933.50;9.50;293.50;3.92;0.88 -5130;5;3596.50;9.50;656.50;2.11;1.02 -5131;5;1725.00;19.97;563.00;2.21;0.64 -5132;5;3537.50;9.50;98.00;4.32;1.26 -5133;5;2802.00;9.50;663.50;2.86;0.88 -5134;5;5061.50;9.80;140.00;2.07;0.38 -5135;5;5073.00;15.80;555.50;2.12;0.50 -5136;5;3089.50;10.10;916.00;1.76;1.08 -5137;5;2540.00;9.50;229.50;2.99;1.02 -5138;5;4866.50;10.70;240.00;1.82;0.92 -5140;5;2467.50;9.50;1137.50;2.84;1.16 -5141;5;2118.00;9.50;1402.00;2.41;1.04 -5142;5;1598.50;9.50;597.00;1.33;1.26 -5143;5;1800.00;10.35;424.50;3.44;0.62 -5144;5;586.50;9.50;265.50;-1.38;1.34 -5145;5;188.00;9.50;873.50;2.88;0.98 -5146;5;1750.00;21.05;488.50;1.94;0.60 -5147;5;1013.50;9.50;1067.50;3.39;1.16 -5148;5;1987.00;10.42;621.00;1.05;1.52 -5149;5;1213.50;9.50;872.50;3.33;1.14 -5150;5;778.50;9.50;1795.50;1.39;1.10 -5151;5;2077.00;10.57;704.00;1.48;0.88 -5152;5;1780.00;13.05;335.50;3.77;0.60 -5153;5;2160.50;10.40;770.50;2.42;0.84 -5154;5;3066.50;13.90;210.50;2.70;0.78 -5155;5;3313.50;11.60;385.50;4.36;0.94 -5156;5;1998.50;12.40;446.50;4.22;0.52 -5157;5;4031.50;15.90;1149.50;2.23;0.38 -5158;5;3032.50;10.20;490.50;3.74;0.76 -5160;5;3358.50;14.80;667.50;2.82;0.68 -5161;5;5058.00;9.80;126.00;3.33;0.48 -5162;5;1607.50;10.45;783.00;2.24;0.80 -5163;5;1850.50;9.70;350.00;1.72;0.54 -5164;5;3419.00;9.80;390.00;1.47;0.78 -5165;5;1866.00;10.20;549.00;4.24;0.60 -5166;5;1679.50;16.10;663.50;2.13;0.92 -5167;5;2065.00;11.77;479.00;3.73;0.40 -5168;5;2255.50;9.80;746.50;3.05;0.28 -5169;5;1703.00;12.55;201.50;2.03;0.32 -5170;5;4668.50;10.40;283.50;4.47;0.66 -5171;5;1714.00;15.75;461.50;4.52;0.50 -5172;5;2117.50;11.75;507.00;2.44;0.40 -5173;5;1743.00;10.35;90.50;2.52;0.84 -5174;5;2117.50;11.30;660.00;2.19;0.96 -5175;5;4683.00;10.20;169.00;4.03;0.54 -5176;5;4597.00;11.20;653.00;3.30;0.48 -5177;5;3310.50;10.60;290.00;3.95;1.00 -5178;5;1965.00;11.15;461.00;4.71;0.50 -5179;5;1799.00;15.45;561.00;2.76;0.60 -5180;5;3322.50;12.60;556.00;4.16;0.98 -5181;5;5070.50;11.40;31.50;4.17;0.30 -5182;5;2223.50;11.30;728.50;4.28;0.38 -5183;5;4906.50;9.80;180.50;1.52;0.72 -5184;5;1789.00;10.65;308.00;-1.42;0.60 -5185;5;3520.50;10.80;375.00;1.91;0.88 -5186;5;2036.00;10.80;524.50;4.18;0.40 -5188;5;1740.50;10.50;663.50;4.21;0.90 -5189;5;3090.00;11.95;209.50;3.84;0.90 -5191;5;1696.50;9.85;339.00;4.12;0.38 -5192;5;1724.00;17.20;430.00;4.71;0.56 -5193;5;4430.50;17.10;1204.50;2.60;0.36 -5194;5;2134.00;11.20;649.50;4.52;0.74 -5195;5;5501.00;9.75;64.00;2.24;0.46 -5196;5;3380.50;13.45;615.00;4.30;0.76 -5197;5;4849.00;9.90;202.50;3.24;0.80 -5198;5;5076.50;10.90;281.00;2.10;0.82 -5199;5;3260.50;12.75;407.00;1.51;0.56 -5200;5;1914.50;9.80;537.50;3.19;0.68 -5201;5;1733.50;9.60;60.50;1.34;0.32 -5202;5;1660.50;20.30;632.50;2.77;0.70 -5203;5;3120.00;12.10;227.50;3.34;0.24 -5204;5;2111.00;10.80;727.00;2.52;0.80 -5206;5;4999.00;9.80;342.00;1.50;0.88 -5207;5;4810.50;10.90;420.00;4.33;0.66 -5208;5;2074.50;10.90;646.50;1.78;1.16 -5209;5;1744.00;9.55;50.00;2.82;0.40 -5210;5;3424.50;10.00;599.50;1.93;0.74 -5211;5;4988.50;10.40;166.50;3.08;0.46 -5212;5;3348.00;10.40;268.00;2.72;0.70 -5213;5;1865.00;10.40;416.50;2.55;0.90 -5214;5;1864.50;9.90;902.00;2.60;1.18 -5215;5;1708.50;9.60;51.50;4.39;0.58 -5216;5;1731.00;9.90;746.00;1.96;1.10 -5217;5;3236.50;12.40;267.00;2.95;0.86 -5218;5;2154.00;10.77;714.00;1.79;0.76 -5219;5;1773.00;10.82;291.00;3.38;0.46 -5220;5;2087.00;9.75;825.00;-1.46;0.72 -5221;5;3307.50;11.20;444.50;3.40;1.04 -5222;5;3567.50;11.35;428.00;3.80;0.88 -5223;5;2145.00;12.40;620.50;2.09;0.60 -5224;5;3392.00;11.92;581.00;2.19;0.68 -5225;5;4961.50;10.70;168.50;4.44;0.54 -5226;5;4610.50;12.00;670.50;1.89;0.44 -5227;5;5099.50;10.40;248.50;2.82;0.46 -5228;5;1708.00;11.32;406.00;2.49;0.42 -5229;5;1795.00;17.95;520.50;4.10;0.64 -5230;5;1739.50;19.90;605.50;3.21;0.48 -5231;5;3195.00;12.65;177.50;3.67;0.92 -5232;5;1878.50;9.80;753.50;1.65;1.42 -5233;5;2745.00;9.50;1406.50;1.63;0.78 -5234;5;2483.00;9.50;1480.50;2.10;1.06 -5235;5;1924.00;9.50;1337.00;4.16;1.26 -5237;5;1060.00;9.50;1129.00;3.49;1.06 -5238;5;4832.50;9.50;549.50;-1.42;1.18 -5239;5;1285.00;10.80;1946.50;3.71;1.38 -5240;5;5067.50;11.10;25.00;-1.13;1.48 -5241;5;5233.50;9.50;1131.50;1.73;1.12 -5242;5;4836.00;9.50;746.00;3.05;1.02 -5243;5;5099.00;9.50;1593.50;2.69;1.16 -5244;5;4472.50;9.50;964.00;-1.17;1.40 -5245;5;3983.00;9.50;283.00;2.49;0.86 -5246;5;3535.00;9.50;685.50;-1.48;1.30 -5247;5;3448.00;9.50;292.00;-1.42;1.30 -5248;5;2804.50;9.50;616.00;2.11;1.08 -5249;5;2491.00;9.50;226.00;4.08;1.00 -5250;5;2401.00;9.50;1176.00;4.35;1.24 -5251;5;2071.00;9.50;1368.50;3.04;1.00 -5252;5;1643.50;9.50;584.00;4.39;1.06 -5253;5;665.50;9.50;289.50;4.19;0.86 -5254;5;245.50;9.50;867.00;2.38;1.26 -5255;5;941.00;9.50;1089.00;3.30;1.40 -5256;5;1193.50;9.50;928.50;3.44;1.32 -5257;5;872.50;11.40;1713.00;0.05;1.38 -5258;5;2661.50;9.50;1413.00;4.09;0.80 -5260;5;1924.50;9.50;1242.00;3.18;1.40 -5261;5;80.50;9.50;1242.00;1.92;1.22 -5262;5;1217.00;9.50;1076.50;3.74;1.24 -5263;5;4842.00;9.50;449.50;1.20;1.04 -5266;5;5264.50;9.50;1185.00;1.64;1.20 -5267;5;4821.00;9.50;686.50;4.56;1.04 -5268;5;5080.00;9.50;1633.50;1.73;1.20 -5269;5;4571.00;9.50;974.50;1.10;1.42 -5270;5;3964.00;9.50;247.50;2.39;1.04 -5271;5;3603.00;9.50;611.00;1.86;1.04 -5272;5;3499.00;9.50;229.00;1.86;1.14 -5273;5;2799.50;9.50;550.50;4.03;1.14 -5274;5;2547.50;9.50;261.00;4.63;0.98 -5275;5;2394.00;9.50;1229.50;3.47;1.10 -5276;5;2060.50;9.50;1417.00;3.57;0.92 -5277;5;1664.00;9.50;532.00;4.33;1.22 -5278;5;635.50;9.50;317.00;2.39;1.06 -5279;5;134.50;9.50;954.50;4.30;1.08 -5280;5;879.00;9.50;1051.00;4.41;1.26 -5281;5;1260.50;9.50;975.00;2.08;1.08 -5282;5;844.50;9.50;1710.00;1.63;0.94 -5283;5;3022.50;13.75;1497.00;4.33;0.20 -5284;5;2656.00;9.50;1363.50;1.61;0.80 -5285;5;1609.00;9.50;63.00;2.94;0.84 -5286;5;2496.50;9.50;1754.50;1.50;1.32 -5287;5;1970.50;9.50;1229.50;4.36;1.06 -5288;5;6.50;9.50;1173.50;3.09;0.30 -5289;5;1304.00;9.50;1051.50;3.45;1.16 -5290;5;4880.50;9.50;576.50;2.90;0.98 -5291;5;2895.50;10.75;1499.00;2.15;0.22 -5292;5;5214.50;9.50;55.00;1.84;1.08 -5293;5;5282.00;9.50;1148.00;2.86;1.22 -5294;5;4790.00;9.50;675.00;1.57;1.16 -5295;5;5007.50;9.50;1639.00;3.38;1.14 -5296;5;4618.00;9.50;962.00;1.95;1.30 -5297;5;3985.50;9.50;202.50;2.35;1.02 -5298;5;3502.50;9.50;659.00;4.42;1.10 -5299;5;3386.00;9.50;340.50;4.59;1.40 -5300;5;2768.50;9.50;524.50;3.77;0.84 -5301;5;2497.00;9.50;276.00;3.78;0.96 -5302;5;2370.50;9.50;1153.00;3.67;1.20 -5303;5;2022.00;9.50;1459.50;-1.44;1.10 -5304;5;1656.00;9.50;479.00;4.24;1.20 -5305;5;702.00;9.50;309.00;4.10;1.06 -5306;5;112.00;9.50;929.50;2.03;1.28 -5307;5;892.50;9.50;1004.50;4.68;1.28 -5308;5;1259.00;9.50;922.50;1.77;1.02 -5309;5;791.50;9.50;1695.50;1.95;1.04 -5310;5;4172.00;15.07;1090.00;1.78;0.42 -5311;5;2653.00;9.50;1323.00;1.64;0.78 -5312;5;2510.50;9.50;1808.00;3.17;1.50 -5313;5;2021.50;9.50;1353.00;4.18;1.18 -5314;5;186.50;9.50;1198.00;1.82;0.94 -5315;5;1387.00;9.50;999.00;4.01;1.24 -5316;5;4936.00;9.50;470.50;-0.92;1.38 -5317;5;1773.50;9.80;941.00;3.51;1.06 -5318;5;5171.00;9.50;134.00;1.76;1.16 -5319;5;5318.50;9.50;1197.00;2.52;0.98 -5320;5;4864.50;9.50;605.00;1.75;1.00 -5321;5;4978.50;9.50;1618.00;1.84;1.10 -5322;5;4667.00;9.50;1051.50;-1.51;0.94 -5323;5;4007.00;9.50;237.00;2.58;0.98 -5324;5;3505.00;9.50;616.50;2.91;0.88 -5325;5;3422.50;9.50;286.50;1.86;0.98 -5326;5;2772.00;9.50;476.00;4.14;0.94 -5327;5;2499.50;9.50;319.50;2.07;1.26 -5328;5;2330.00;9.50;1148.00;2.45;1.40 -5329;5;2008.50;9.50;1507.50;1.50;1.38 -5330;5;1687.50;9.50;428.50;1.91;1.26 -5331;5;745.50;9.50;322.50;3.87;1.02 -5332;5;8.50;9.50;905.50;3.98;0.78 -5333;5;1020.00;9.50;1008.00;2.46;1.24 -5334;5;1299.00;9.50;948.00;2.77;1.26 -5335;5;857.50;9.50;1661.50;1.36;1.32 -5336;5;2650.00;9.50;1296.50;1.60;0.86 -5337;5;2339.50;9.50;1988.50;1.59;1.44 -5338;5;1919.50;9.50;1435.00;2.77;0.82 -5339;5;362.50;9.50;1034.00;1.66;0.98 -5340;5;4933.50;9.50;428.50;-1.31;0.76 -5341;5;5209.50;9.50;220.00;1.62;1.04 -5342;5;5357.50;9.50;1151.50;1.90;1.30 -5343;5;4712.50;10.55;629.00;-0.92;1.74 -5344;5;4941.50;9.50;1630.00;2.31;0.54 -5345;5;4659.00;9.50;1024.50;2.73;0.94 -5346;5;4045.50;9.50;224.00;4.59;0.94 -5347;5;3465.50;9.50;626.00;3.55;1.26 -5348;5;3368.00;9.50;251.50;4.18;1.34 -5349;5;2817.50;9.50;455.00;4.19;0.86 -5350;5;2477.50;9.50;366.50;3.39;0.90 -5351;5;2287.00;9.50;1098.00;4.34;1.20 -5353;5;1638.50;9.50;322.00;4.48;1.26 -5354;5;723.50;9.50;356.00;2.57;1.06 -5355;5;39.50;9.50;957.00;2.01;1.04 -5356;5;7.50;9.50;1886.50;3.99;0.66 -5357;5;1015.50;9.50;949.50;2.98;1.26 -5358;5;1345.50;9.50;884.00;1.57;0.94 -5359;5;780.50;9.50;1657.50;3.92;0.82 -5360;5;2663.00;9.50;1242.50;3.75;0.80 -5361;5;2251.50;9.50;1973.00;2.02;1.38 -5362;5;2016.00;9.50;1407.00;4.05;1.02 -5363;5;594.50;9.50;987.00;-1.41;1.18 -5364;5;5081.00;9.50;497.50;1.86;1.46 -5365;5;5170.00;9.50;268.50;4.37;1.32 -5366;5;4743.00;9.50;566.50;-1.38;0.84 -5367;5;4696.79;9.50;1002.48;4.24;1.12 -5368;5;4025.50;9.50;203.50;4.06;1.02 -5369;5;3436.00;9.50;579.50;4.37;0.84 -5370;5;3350.00;9.50;224.00;2.35;1.22 -5371;5;2795.00;9.50;430.50;2.15;1.08 -5372;5;2549.00;9.50;350.00;1.63;1.12 -5373;5;2246.00;9.50;1127.50;2.83;1.28 -5374;5;1911.50;9.50;1469.50;-1.40;1.20 -5375;5;1659.00;9.50;243.00;3.70;0.80 -5377;5;59.50;9.50;986.50;4.28;1.26 -5378;5;52.50;9.50;1891.00;3.60;0.92 -5379;5;952.00;9.50;975.00;3.60;1.28 -5380;5;1352.50;9.50;941.50;2.90;0.94 -5381;5;851.50;9.50;1571.00;1.51;1.16 -5382;5;2680.50;9.50;1259.00;4.33;0.62 -5383;5;3570.00;9.50;866.00;3.68;0.98 -5384;5;1942.00;9.50;1535.50;2.23;1.06 -5385;5;711.50;9.50;1089.00;4.44;1.02 -5386;5;5556.00;9.50;91.50;4.33;1.76 -5387;5;5092.00;9.50;431.00;3.46;1.18 -5388;5;3332.50;9.50;1106.50;4.27;1.04 -5389;5;5223.00;9.50;313.50;1.74;0.92 -5390;5;4801.50;9.50;598.00;3.17;1.30 -5391;5;4968.00;9.50;1658.00;2.60;0.64 -5392;5;4627.50;9.50;928.50;3.74;1.02 -5393;5;4099.50;9.50;200.00;3.84;1.10 -5394;5;3429.00;9.50;534.50;4.50;1.16 -5395;5;3299.50;9.50;154.50;4.59;1.38 -5396;5;2816.50;9.50;407.50;4.03;1.06 -5397;5;2617.50;9.50;348.00;4.29;1.12 -5398;5;2211.50;9.50;1182.50;3.09;1.20 -5399;5;1958.50;9.50;1383.00;4.50;1.06 -5400;5;1614.00;9.50;225.00;3.53;1.42 -5401;5;623.50;9.50;396.00;2.23;1.32 -5402;5;137.50;9.50;1013.50;2.86;1.12 -5404;5;903.50;9.50;970.00;3.26;1.30 -5405;5;1378.50;9.50;897.00;3.99;0.92 -5406;5;764.50;9.50;1570.00;4.35;1.20 -5407;5;2745.50;9.50;1249.00;1.67;0.58 -5408;5;2136.50;9.50;1849.50;4.35;1.24 -5409;5;1866.00;9.50;1442.00;2.82;0.96 -5410;5;946.00;9.50;1037.50;4.53;1.46 -5411;5;5125.00;9.50;387.50;3.73;1.32 -5412;5;3262.50;9.50;1345.50;0.62;0.66 -5413;5;5272.50;9.50;300.50;4.47;1.08 -5414;5;4747.50;9.50;514.50;0.52;1.22 -5415;5;5139.00;9.50;1708.50;1.61;0.74 -5416;5;4588.00;9.50;906.00;3.99;1.00 -5417;5;4148.50;9.50;171.00;2.45;1.00 -5418;5;3499.50;9.50;563.00;2.91;1.02 -5420;5;2779.50;9.50;388.00;3.18;1.08 -5421;5;2629.00;9.50;405.00;3.14;1.06 -5422;5;2265.50;9.50;1165.00;3.18;1.20 -5423;5;1979.00;9.50;1430.00;2.94;1.02 -5424;5;1629.00;9.50;177.50;-1.26;1.20 -5425;5;594.00;9.50;339.50;1.70;1.34 -5426;5;44.50;9.50;1038.00;4.41;0.98 -5427;5;4871.00;9.90;1422.50;3.14;0.26 -5428;5;890.50;9.50;928.50;2.69;1.28 -5430;5;873.50;9.50;1494.50;1.50;0.64 -5431;5;2803.50;9.50;1258.00;1.03;0.78 -5432;5;2223.50;9.50;1897.00;4.26;1.50 -5433;5;1747.50;9.50;1438.00;3.27;0.88 -5435;5;5245.00;9.50;277.00;2.09;1.52 -5436;5;1588.00;9.50;975.00;3.22;0.40 -5437;5;5326.50;9.50;261.50;1.85;1.00 -5438;5;4779.00;9.50;505.50;-1.32;0.82 -5439;5;5056.00;9.50;1695.00;4.03;1.18 -5440;5;4592.00;9.50;867.00;3.22;0.92 -5441;5;4760.50;9.50;106.00;4.32;0.86 -5442;5;3549.50;9.50;573.00;3.10;1.02 -5443;5;3275.50;9.50;117.00;3.90;1.24 -5444;5;2861.00;9.50;358.00;1.68;0.74 -5445;5;2593.50;9.50;377.50;2.12;0.90 -5446;5;2178.50;9.50;1142.00;3.70;1.04 -5447;5;1914.00;9.50;1396.00;3.46;1.16 -5448;5;1628.00;9.50;155.00;3.30;1.00 -5449;5;558.00;9.50;305.50;2.14;1.02 -5450;5;25.50;9.50;1009.50;2.69;0.88 -5451;5;860.00;9.50;894.00;3.75;1.42 -5452;5;1378.00;9.50;833.00;4.30;1.48 -5453;5;803.00;9.50;1471.00;2.60;1.02 -5454;5;2824.00;9.50;1300.50;1.23;0.84 -5455;5;2327.50;9.50;1887.00;2.42;1.04 -5456;5;1787.00;9.50;1367.00;2.92;0.90 -5457;5;858.00;9.50;983.00;1.89;1.02 -5459;5;5192.00;9.50;180.00;1.86;1.06 -5460;5;5480.50;9.50;289.00;4.49;1.02 -5461;5;5579.50;9.50;1663.00;2.40;1.24 -5462;5;4785.00;9.50;543.50;-1.39;0.94 -5463;5;4675.00;9.50;883.50;1.35;0.82 -5464;5;4070.00;9.50;190.00;2.97;0.92 -5465;5;4712.00;9.50;52.50;2.25;0.88 -5466;5;3568.00;9.50;523.00;2.30;1.08 -5467;5;3308.00;9.50;68.00;2.46;1.20 -5468;5;2775.00;9.50;338.00;3.21;1.20 -5469;5;2623.50;9.50;446.00;3.30;0.92 -5471;5;2168.00;9.50;1195.50;2.62;0.98 -5472;5;1687.00;9.50;1329.00;4.14;0.98 -5473;5;1673.50;9.50;103.00;1.43;0.98 -5474;5;556.50;9.50;397.50;2.44;1.22 -5475;5;21.50;9.50;1061.00;2.32;0.64 -5476;5;916.50;9.50;860.50;4.47;1.30 -5477;5;1337.00;9.50;801.00;4.02;1.16 -5478;5;778.50;9.50;1510.00;2.32;0.98 -5479;5;2864.00;9.50;1280.50;1.20;0.94 -5480;5;2355.50;9.50;1808.50;2.61;1.26 -5481;5;1717.50;9.50;1263.00;4.06;0.88 -5482;5;795.50;9.50;860.50;2.86;1.04 -5483;5;5452.50;9.50;71.50;1.48;1.18 -5484;5;5132.50;9.50;95.50;4.06;1.22 -5485;5;5443.00;9.50;261.50;2.15;1.22 -5486;5;2805.00;9.50;1657.00;4.70;0.86 -5487;5;4830.00;9.50;509.50;2.62;1.02 -5488;5;5218.00;9.50;1519.00;2.86;0.92 -5489;5;4637.00;9.50;860.50;2.92;1.10 -5490;5;4088.50;9.50;156.00;3.95;1.02 -5491;5;4778.00;9.50;149.00;3.04;1.00 -5492;5;3593.50;9.50;502.00;4.37;1.08 -5493;5;3257.00;9.50;86.00;2.24;1.24 -5494;5;2815.00;9.50;304.00;4.53;0.94 -5497;5;2149.00;9.50;1086.50;1.69;1.12 -5498;5;1861.00;9.50;1400.50;1.80;0.86 -5499;5;1607.00;9.50;106.00;4.01;0.94 -5500;5;526.50;9.50;347.00;2.80;1.06 -5501;5;73.50;9.50;1077.50;3.08;0.96 -5502;5;968.50;9.50;911.00;1.79;0.88 -5503;5;1300.00;9.50;845.50;3.74;0.98 -5504;5;884.00;9.50;1466.00;1.64;0.98 -5505;5;2858.50;9.50;1358.00;-1.23;1.00 -5506;5;2314.50;9.50;1679.50;2.41;1.14 -5507;5;1792.50;9.50;1150.00;2.58;1.54 -5508;5;588.50;9.50;936.00;4.23;1.42 -5509;5;5267.50;9.50;126.50;1.78;1.26 -5510;5;5008.50;9.50;69.50;1.61;1.02 -5511;5;5514.00;9.50;196.50;1.69;1.16 -5512;5;5556.50;9.50;1697.50;3.29;1.28 -5513;5;4866.00;9.50;479.00;-0.21;1.06 -5514;5;5061.00;9.50;1716.50;4.44;0.44 -5515;5;4697.00;9.50;567.50;4.60;1.12 -5516;5;4125.00;9.50;128.50;3.95;1.10 -5517;5;4752.00;9.50;75.50;2.32;0.62 -5518;5;3552.50;9.50;474.50;3.04;0.96 -5519;5;3254.00;9.50;44.50;3.48;1.06 -5520;5;2858.50;9.50;324.00;3.33;0.80 -5521;5;2571.00;9.50;426.00;4.24;1.02 -5522;5;1973.50;9.50;90.50;3.10;1.02 -5523;5;2128.50;9.50;1032.50;4.45;1.22 -5524;5;1822.50;9.50;1440.00;1.51;0.94 -5525;5;1560.50;9.50;87.00;4.07;1.24 -5526;5;472.00;9.50;347.00;3.54;1.26 -5527;5;125.50;9.50;1055.50;4.20;1.22 -5528;5;1012.50;9.50;891.50;4.23;1.34 -5529;5;1263.50;9.50;834.00;2.89;1.14 -5530;5;857.00;9.50;1432.50;3.58;1.22 -5531;5;2882.50;9.50;1279.00;-1.36;0.88 -5532;5;2427.50;9.50;1521.00;3.37;1.04 -5533;5;1860.50;9.50;1087.50;1.03;1.12 -5534;5;368.00;9.50;838.50;2.92;1.32 -5535;5;5380.50;9.50;228.00;1.92;1.14 -5536;5;4917.00;9.50;114.50;1.83;1.10 -5537;5;5464.00;9.50;227.50;1.98;1.18 -5538;5;4895.50;9.50;485.50;4.32;0.86 -5539;5;4425.50;9.50;666.00;-0.71;0.92 -5540;5;3996.50;9.50;171.00;3.89;1.08 -5541;5;4836.50;9.50;104.00;2.08;1.00 -5542;5;3599.50;9.50;467.00;2.99;0.98 -5543;5;3418.50;9.50;217.00;4.00;1.12 -5544;5;2861.50;9.50;274.00;2.80;0.80 -5545;5;2545.50;9.50;402.00;2.08;1.26 -5546;5;1973.50;9.50;34.50;1.79;1.08 -5547;5;2181.00;9.50;981.50;3.22;1.30 -5548;5;1782.00;9.50;1405.00;3.86;0.86 -5549;5;1578.00;9.50;148.50;3.50;1.14 -5550;5;457.00;9.50;215.00;4.10;1.18 -5551;5;152.50;9.50;1104.50;3.17;1.32 -5552;5;799.50;9.50;1002.50;2.05;1.00 -5553;5;1228.00;9.50;808.50;1.52;1.22 -5554;5;970.00;9.50;1386.50;2.37;1.28 -5555;5;2955.50;9.50;1384.50;1.46;0.86 -5556;5;2249.00;9.50;1375.50;3.70;0.84 -5557;5;1765.00;9.50;1130.50;2.90;1.00 -5558;5;343.00;9.50;926.50;2.39;1.18 -5559;5;5347.50;9.50;285.50;4.31;1.08 -5560;5;4828.00;9.50;152.00;2.35;1.02 -5561;5;5624.50;9.50;107.50;2.27;0.88 -5562;5;5398.50;9.50;1405.00;4.23;1.14 -5563;5;5010.50;9.50;477.50;1.28;1.30 -5564;5;4461.50;9.50;693.00;-1.39;1.04 -5565;5;4036.50;9.50;150.50;4.15;0.98 -5567;5;3593.00;10.00;404.00;-1.07;0.86 -5568;5;3463.50;9.50;201.50;3.50;1.04 -5569;5;2825.50;9.50;257.00;2.01;0.88 -5570;5;2536.00;9.50;456.00;3.92;0.98 -5571;5;2225.50;9.50;983.50;3.02;1.04 -5572;5;1718.50;9.50;1388.50;4.68;0.90 -5573;5;1547.50;9.50;124.00;2.05;1.32 -5574;5;548.50;9.50;245.00;1.98;0.96 -5575;5;206.50;9.50;1066.50;3.00;0.98 -5576;5;827.00;9.50;950.50;2.86;1.20 -5577;5;1304.00;9.50;791.00;1.74;1.16 -5578;5;998.50;9.50;1336.50;1.83;1.50 -5579;5;2949.50;11.00;1356.50;-1.16;0.84 -5580;5;2204.00;9.50;1274.00;3.74;1.42 -5581;5;1712.50;9.50;1198.00;-0.85;1.44 -5582;5;280.00;9.50;1018.50;3.98;1.34 -5583;5;5222.00;9.50;396.00;2.52;1.14 -5584;5;4592.50;9.50;172.50;4.64;1.00 -5585;5;5598.00;9.50;152.50;-1.52;0.94 -5586;5;5166.50;9.50;1375.50;-1.54;1.20 -5587;5;5130.00;9.50;470.50;1.74;1.26 -5588;5;5026.50;9.50;1675.00;1.82;1.10 -5589;5;4490.50;9.50;652.50;1.54;0.86 -5590;5;4063.50;9.50;100.00;2.18;0.90 -5591;5;4801.00;9.50;67.00;2.35;0.90 -5592;5;3644.50;9.50;416.50;3.54;0.92 -5593;5;3457.50;9.50;159.50;2.88;1.08 -5594;5;2862.00;9.50;232.00;3.21;0.96 -5595;5;2697.00;9.50;200.00;3.53;0.98 -5597;5;2224.00;9.50;1038.50;2.83;0.92 -5598;5;1696.50;9.50;1366.00;4.19;0.84 -5599;5;1512.00;9.50;184.50;2.57;1.26 -5600;5;533.00;9.50;278.50;2.76;0.86 -5601;5;251.50;9.50;1057.00;4.71;1.14 -5602;5;825.50;9.50;1026.00;4.46;1.02 -5603;5;1325.50;9.50;761.50;2.20;1.18 -5604;5;1035.50;9.50;1291.00;1.84;1.40 -5605;5;2956.50;9.50;1280.00;-0.34;0.86 -5606;5;2351.50;9.50;1102.00;3.71;1.18 -5607;5;1702.50;9.50;1145.00;3.72;1.54 -5609;5;5441.00;9.50;361.50;1.64;1.08 -5610;5;4569.50;9.50;232.50;3.46;1.12 -5611;5;5589.50;9.50;188.00;-1.06;1.20 -5612;5;5211.50;9.50;1441.50;3.10;1.04 -5613;5;5037.00;9.50;449.00;-1.42;0.98 -5614;5;5118.00;9.50;1451.00;4.29;1.26 -5615;5;4450.00;9.50;624.00;0.78;0.82 -5616;5;4082.00;9.50;115.50;3.86;1.14 -5617;5;4806.00;9.50;29.50;2.29;0.82 -5618;5;3642.00;9.50;511.50;3.14;0.82 -5619;5;3414.50;9.50;181.00;2.63;1.12 -5620;5;2821.50;9.50;218.00;3.38;1.10 -5621;5;2770.50;9.50;245.50;3.10;1.06 -5622;5;1852.00;9.50;32.50;2.42;0.92 -5623;5;2183.00;9.50;1042.00;3.19;0.92 -5624;5;1637.00;9.50;1400.50;3.22;0.72 -5626;5;482.50;9.50;292.00;2.02;1.10 -5627;5;305.50;9.50;1084.50;3.83;1.08 -5628;5;827.00;9.50;1077.50;4.40;1.06 -5629;5;1278.50;9.50;717.00;4.14;1.04 -5630;5;1068.00;9.50;1305.00;4.28;1.26 -5631;5;2984.50;9.50;1209.50;-1.18;0.88 -5632;5;2365.00;9.50;910.50;2.98;1.18 -5633;5;1608.00;9.50;1142.50;3.28;1.58 -5634;5;156.50;9.50;907.50;4.53;0.96 -5635;5;5495.50;9.50;238.50;-1.30;1.16 -5636;5;4640.50;9.50;404.00;2.60;0.98 -5637;5;5517.50;9.50;138.50;-0.09;1.68 -5638;5;5303.50;9.50;1021.50;1.39;1.28 -5639;5;5075.00;9.50;406.50;2.41;0.94 -5640;5;5116.00;9.50;1405.50;3.77;1.26 -5641;5;4514.00;9.50;611.50;1.28;1.20 -5642;5;4085.50;9.50;66.00;2.85;1.16 -5643;5;4763.00;9.50;41.50;1.95;0.72 -5644;5;3675.00;9.50;512.00;4.06;0.84 -5645;5;3216.00;9.50;42.00;2.19;0.78 -5646;5;2863.50;9.50;105.50;2.05;0.90 -5647;5;2790.50;9.50;283.00;1.68;1.06 -5648;5;2060.00;9.50;1078.50;2.10;1.20 -5649;5;1661.50;9.50;1309.50;1.84;0.84 -5650;5;1611.50;9.50;280.50;3.58;1.36 -5651;5;421.00;9.50;116.50;-1.32;1.42 -5652;5;376.00;9.50;1119.50;2.00;1.18 -5653;5;724.00;9.50;1050.00;3.14;0.92 -5654;5;1243.50;9.50;699.50;1.53;0.98 -5655;5;1109.00;9.50;1204.50;1.41;1.26 -5656;5;2989.00;9.50;1336.00;1.37;1.00 -5657;5;2384.00;9.50;834.50;4.15;1.06 -5658;5;1654.00;9.50;1182.00;1.83;0.58 -5659;5;244.00;9.50;800.50;4.13;1.16 -5660;5;5409.50;10.65;402.00;1.57;0.90 -5661;5;4541.50;9.50;415.50;3.92;0.94 -5662;5;5611.50;9.50;278.50;1.93;1.16 -5663;5;5314.50;9.50;1100.00;2.97;1.24 -5664;5;4991.50;9.50;1215.50;2.02;1.34 -5665;5;5332.00;9.50;1486.50;3.04;0.98 -5666;5;4551.00;9.50;557.00;-0.70;1.00 -5667;5;4121.00;9.50;77.00;4.17;0.96 -5669;5;3732.00;9.50;511.00;3.24;0.82 -5670;5;3390.50;9.50;128.50;1.97;1.00 -5671;5;2821.50;9.50;152.50;4.26;1.04 -5672;5;2734.50;9.50;247.00;2.33;0.80 -5673;5;2039.50;9.50;1139.00;3.47;1.10 -5674;5;1663.50;9.50;1272.00;1.90;0.92 -5675;5;1543.50;9.50;257.50;-1.40;1.32 -5676;5;439.50;9.50;177.50;4.06;1.10 -5677;5;197.50;9.50;1111.00;4.17;1.16 -5678;5;802.00;9.50;1047.00;1.84;0.94 -5679;5;1257.50;9.50;759.00;2.43;1.24 -5680;5;1149.00;9.50;1220.50;2.31;0.82 -5681;5;3037.00;10.10;1287.50;-1.43;0.80 -5682;5;2298.50;9.50;781.50;4.35;1.22 -5683;5;1587.00;9.50;1102.00;2.48;1.16 -5684;5;505.50;9.50;599.00;2.28;1.06 -5685;5;2801.00;9.50;434.00;4.70;1.38 -5686;5;4442.00;9.50;474.00;1.98;1.00 -5687;5;3402.50;9.50;1869.00;4.43;0.84 -5688;5;5571.00;9.50;327.00;2.52;1.32 -5689;5;5358.50;9.50;1061.00;2.07;1.24 -5690;5;5036.00;9.50;1192.00;2.07;1.18 -5691;5;5251.00;9.50;1463.00;4.65;1.10 -5692;5;4318.00;9.50;896.50;1.60;1.00 -5694;5;4845.50;9.50;169.50;4.32;0.64 -5695;5;3677.00;9.50;472.50;3.14;0.94 -5696;5;3417.00;9.50;128.50;4.43;0.98 -5697;5;2795.00;9.50;184.50;2.38;0.98 -5698;5;2698.50;9.50;255.50;2.44;0.92 -5699;5;2042.00;9.50;1185.50;1.79;0.98 -5700;5;1605.50;9.50;1228.50;-1.38;1.08 -5702;5;394.00;9.50;205.00;3.92;1.12 -5703;5;141.50;9.50;1149.00;4.40;1.18 -5704;5;773.00;9.50;1096.50;3.81;0.92 -5705;5;1172.50;9.50;702.50;3.18;1.18 -5706;5;1164.00;9.50;1174.00;2.07;0.94 -5707;5;3050.50;9.50;1257.00;-1.51;1.36 -5708;5;2397.00;9.50;637.00;2.78;1.06 -5709;5;1516.00;9.50;1082.50;4.53;1.54 -5710;5;596.50;9.50;595.50;3.31;1.14 -5711;5;5593.00;9.50;221.00;0.50;1.46 -5712;5;4524.50;9.50;234.50;3.51;1.04 -5713;5;3443.50;9.50;1938.50;-1.54;1.44 -5714;5;5609.00;9.50;340.50;3.30;0.96 -5715;5;5413.50;9.50;1095.00;2.14;1.04 -5716;5;5044.50;9.50;1242.50;1.78;1.02 -5717;5;5270.50;9.50;1508.50;2.30;1.28 -5718;5;4333.00;9.50;861.50;1.73;0.94 -5720;5;4903.50;9.50;154.00;2.15;0.74 -5721;5;3732.50;9.50;468.00;1.64;0.98 -5722;5;3449.50;9.50;93.50;3.62;0.92 -5723;5;2750.00;9.50;143.00;3.67;1.24 -5724;5;2725.50;9.50;301.00;3.10;0.82 -5725;5;1987.50;9.50;1121.00;4.23;1.30 -5726;5;1854.00;9.50;1487.50;3.94;1.10 -5727;5;1519.50;9.50;314.00;3.79;1.24 -5728;5;398.50;9.50;248.00;4.30;1.20 -5729;5;222.00;9.50;1168.50;2.46;1.34 -5730;5;809.00;9.50;1138.00;3.21;1.16 -5731;5;1130.00;9.50;705.50;2.50;1.26 -5732;5;1194.50;9.50;1101.00;1.90;1.14 -5733;5;3044.00;9.50;1195.00;-0.07;1.16 -5734;5;2507.00;9.50;700.50;2.76;0.74 -5735;5;1508.00;9.50;1200.00;4.71;1.46 -5736;5;4207.00;13.25;1335.50;2.17;0.64 -5737;5;660.50;9.50;622.00;2.29;1.52 -5739;5;4581.50;9.50;103.00;3.18;0.90 -5740;5;3514.00;9.50;1975.00;-1.01;2.04 -5741;5;5409.50;9.50;301.00;-1.12;1.22 -5742;5;5440.00;9.50;1128.00;4.36;1.22 -5743;5;5056.50;9.50;1217.00;4.04;1.16 -5744;5;5344.50;9.50;1515.50;1.75;0.90 -5745;5;4336.00;9.50;822.50;2.43;0.74 -5746;5;4876.50;9.50;136.00;2.17;1.04 -5747;5;3727.00;9.50;436.50;3.66;0.98 -5748;5;3436.00;9.50;58.00;2.77;1.16 -5749;5;2808.50;9.50;120.50;2.30;1.06 -5750;5;2682.50;9.50;311.00;3.18;0.96 -5751;5;1928.50;9.50;1195.50;3.09;1.28 -5752;5;1871.50;9.50;1539.00;3.04;1.16 -5753;5;1581.00;9.50;398.00;4.34;1.30 -5754;5;370.50;9.50;237.00;1.80;1.00 -5755;5;264.00;9.50;1124.50;3.21;1.22 -5756;5;651.00;9.50;1104.50;4.09;0.78 -5758;5;1177.50;9.50;1063.50;3.19;0.90 -5759;5;3086.50;9.50;1220.50;3.35;0.90 -5760;5;2643.50;9.50;681.00;1.57;0.78 -5761;5;1558.50;9.50;1162.00;3.18;1.02 -5762;5;824.00;9.50;805.50;2.33;1.28 -5763;5;5379.00;9.50;554.50;2.25;0.88 -5764;5;4655.00;9.50;49.50;3.89;0.82 -5765;5;3352.50;9.50;1990.50;1.39;1.10 -5766;5;5473.50;9.50;340.50;2.35;0.98 -5767;5;5432.50;9.50;1221.50;4.23;1.38 -5768;5;5079.00;9.50;1266.00;4.10;1.12 -5769;5;5366.00;9.50;1568.00;1.86;1.02 -5770;5;4298.00;9.50;854.50;1.81;1.04 -5771;5;4940.50;9.50;119.50;-1.42;1.08 -5772;5;3732.50;9.50;392.00;4.28;1.04 -5774;5;2820.50;9.50;71.50;2.66;1.10 -5775;5;2719.50;9.50;338.00;4.62;1.00 -5777;5;1908.50;9.50;1287.00;4.23;1.34 -5778;5;1804.00;9.50;1535.00;4.24;1.20 -5779;5;1591.50;9.50;453.00;4.09;1.26 -5780;5;355.50;9.50;188.50;1.54;0.94 -5781;5;322.50;9.50;1139.50;2.65;1.08 -5782;5;17.50;9.50;1976.50;3.42;0.72 -5783;5;641.00;9.50;1146.00;2.12;0.98 -5784;5;1044.00;9.50;734.00;4.49;1.24 -5785;5;1257.00;9.50;1122.50;1.81;1.26 -5786;5;3006.00;9.50;1409.00;-1.35;0.82 -5787;5;2455.50;9.50;576.50;4.27;0.92 -5788;5;1495.50;9.50;1149.50;4.54;1.22 -5789;5;1047.00;9.50;795.00;2.86;1.38 -5790;5;5337.00;9.50;469.00;4.48;1.14 -5792;5;3085.00;9.50;1988.00;0.49;1.98 -5793;5;5328.50;9.50;326.50;-1.54;0.88 -5794;5;5401.50;9.50;1165.00;3.90;1.52 -5795;5;5171.50;9.50;1273.50;1.92;0.98 -5796;5;5405.50;9.50;1580.50;3.71;0.90 -5797;5;4294.00;9.50;814.50;3.14;0.76 -5798;5;4934.00;9.50;88.00;4.02;1.12 -5799;5;3768.00;9.50;452.50;3.14;1.02 -5800;5;2863.00;9.50;73.50;3.14;0.86 -5801;5;2681.00;9.50;358.50;3.31;1.08 -5802;5;1855.00;9.50;75.50;1.53;1.32 -5803;5;1982.00;9.50;1289.00;2.53;1.24 -5804;5;1759.00;9.50;1476.50;1.69;1.02 -5805;5;1517.00;9.50;400.00;2.30;1.66 -5806;5;299.00;9.50;207.00;1.97;1.20 -5807;5;287.00;9.50;1167.50;1.92;1.02 -5809;5;690.00;9.50;1145.50;2.95;0.96 -5810;5;1024.00;9.50;708.00;2.39;1.20 -5811;5;659.50;9.50;1065.50;4.00;1.00 -5812;5;3027.00;9.50;1385.00;4.49;0.78 -5813;5;2557.00;9.50;627.50;4.00;1.12 -5814;5;1467.50;9.50;1150.50;1.68;1.14 -5815;5;1112.00;9.50;850.50;3.65;1.12 -5816;5;5223.00;9.50;448.50;4.00;1.38 -5817;5;4928.00;9.50;49.50;2.61;0.86 -5820;5;5505.50;9.50;1110.50;2.60;0.90 -5821;5;5103.50;9.50;1313.00;3.10;1.08 -5822;5;5447.00;9.50;1543.00;2.48;1.00 -5823;5;4270.00;9.50;915.00;1.57;0.86 -5824;5;4966.50;9.50;50.00;3.64;0.98 -5825;5;3759.50;9.50;483.00;4.37;0.94 -5826;5;2862.50;9.50;34.00;2.80;0.98 -5827;5;2685.50;9.50;405.00;1.93;1.04 -5828;5;1834.00;9.50;138.50;2.07;1.60 -5829;5;2084.00;9.50;1150.50;3.25;0.86 -5830;5;1913.50;9.50;1969.50;4.11;1.32 -5831;5;1603.00;9.50;504.00;3.75;1.00 -5832;5;267.00;9.50;254.00;4.15;1.06 -5833;5;318.50;9.50;1178.00;4.19;1.04 -5835;5;758.00;9.50;1139.50;2.16;0.96 -5836;5;1010.50;9.50;649.50;3.77;1.10 -5837;5;623.00;9.50;1057.00;2.97;1.16 -5838;5;3079.00;9.50;1348.00;0.00;1.24 -5839;5;2164.00;9.50;292.00;2.30;0.96 -5840;5;1454.50;9.50;1207.00;3.96;0.96 -5841;5;1263.00;9.50;887.00;3.46;1.24 -5842;5;5185.50;9.50;539.50;3.52;1.40 -5845;5;2965.00;9.50;1996.00;3.50;1.22 -5846;5;5285.00;9.50;342.50;2.18;1.28 -5847;5;5545.00;9.50;1171.00;-1.48;1.56 -5848;5;5193.00;9.50;1329.00;2.72;1.30 -5850;5;4258.50;9.50;962.00;2.01;0.98 -5851;5;3803.00;9.50;407.00;2.60;1.24 -5853;5;2715.00;9.50;377.50;4.67;0.84 -5854;5;1889.00;9.50;64.00;2.15;0.66 -5855;5;2095.50;9.50;1057.50;3.09;1.02 -5856;5;1983.50;9.50;1891.50;2.00;1.32 -5857;5;1523.50;9.50;497.50;4.35;1.24 -5858;5;212.50;9.50;214.50;3.35;1.08 -5859;5;320.50;9.50;1221.50;3.92;0.90 -5860;5;64.50;9.50;2000.00;1.82;0.86 -5861;5;813.50;9.50;1175.00;2.11;1.08 -5862;5;1008.00;9.50;592.00;4.24;0.90 -5863;5;2585.50;9.50;1376.50;-1.53;1.08 -5864;5;3104.00;9.50;1315.00;1.48;0.60 -5865;5;2842.50;9.50;630.50;3.29;0.88 -5866;5;1477.50;9.50;1253.50;1.52;1.20 -5867;5;1210.50;9.50;764.50;2.75;1.10 -5868;5;5280.50;9.50;510.50;0.05;1.34 -5869;5;3003.50;9.50;1893.50;0.04;1.96 -5870;5;5305.00;9.50;374.00;4.45;1.32 -5871;5;5227.00;9.50;1357.50;4.24;1.24 -5872;5;5318.00;9.50;1539.50;2.06;1.04 -5873;5;4230.00;9.50;988.00;1.93;0.98 -5874;5;3881.00;9.50;755.00;3.86;0.62 -5875;5;3625.50;9.50;551.50;4.43;1.24 -5878;5;2719.00;9.50;471.00;4.14;1.04 -5879;5;1883.50;9.50;169.50;2.92;1.28 -5880;5;2111.50;9.50;1207.50;3.83;0.98 -5882;5;755.50;9.50;223.50;2.31;1.16 -5883;5;1492.50;9.50;466.00;3.17;1.08 -5884;5;121.50;9.50;206.50;4.31;1.40 -5885;5;214.50;9.50;1216.50;4.15;1.18 -5886;5;88.00;9.50;1969.00;1.71;0.68 -5887;5;683.50;9.50;1189.00;3.36;0.96 -5888;5;1073.00;9.50;600.00;3.87;0.98 -5889;5;2517.50;9.50;1457.50;2.85;1.14 -5890;5;3095.50;9.50;1293.50;3.35;0.98 -5891;5;2898.50;9.50;543.00;3.90;0.82 -5892;5;1421.50;9.50;1238.50;1.83;0.94 -5893;5;1067.00;9.50;695.50;2.73;0.96 -5894;5;5408.50;9.50;665.00;4.10;1.24 -5895;5;2969.50;9.50;1930.50;2.15;1.48 -5896;5;5322.50;9.50;423.50;2.45;0.98 -5897;5;5562.00;9.50;1127.00;-1.46;1.32 -5898;5;5299.00;9.50;1381.00;2.93;1.36 -5900;5;4217.00;9.50;924.00;4.46;0.76 -5901;5;3631.50;9.50;585.00;4.59;1.02 -5902;5;2680.00;9.50;459.00;3.36;0.88 -5903;5;1948.00;9.50;125.00;4.36;0.88 -5904;5;2026.00;9.50;1250.50;3.37;1.16 -5905;5;1866.50;9.50;1989.00;3.18;0.94 -5906;5;1532.50;9.50;612.00;2.85;1.28 -5907;5;170.50;9.50;154.50;4.57;1.30 -5908;5;269.00;9.50;1223.50;3.85;1.10 -5909;5;128.50;9.50;1878.00;1.65;1.04 -5910;5;693.50;9.50;1234.00;3.01;0.98 -5911;5;1073.00;9.50;651.50;3.22;1.10 -5912;5;2395.00;9.50;1533.50;2.66;1.06 -5913;5;3135.00;9.50;1281.00;2.35;1.06 -5914;5;2880.50;9.50;415.00;2.60;1.16 -5915;5;1314.00;9.50;1193.00;-1.50;1.26 -5916;5;1125.50;9.50;648.50;3.04;1.36 -5917;5;5355.00;9.50;601.00;4.18;1.18 -5919;5;5260.50;9.50;408.50;3.76;1.12 -5920;5;2809.50;10.20;1136.50;4.70;0.64 -5921;5;5240.00;9.50;1414.00;4.28;1.14 -5922;5;5085.00;9.50;1375.00;1.49;1.04 -5923;5;4223.50;9.50;888.50;3.17;0.74 -5924;5;3685.50;9.50;601.00;3.55;0.70 -5925;5;2660.50;9.50;490.50;4.26;0.88 -5926;5;1881.00;9.50;212.50;3.22;1.10 -5927;5;2071.50;9.50;1253.50;3.77;1.28 -5928;5;1884.50;9.50;1854.00;0.17;2.32 -5929;5;2831.00;9.50;1557.00;4.33;0.52 -5930;5;1547.00;9.50;447.00;3.00;1.38 -5931;5;284.50;9.50;113.00;2.06;1.12 -5932;5;178.00;9.50;1259.50;3.39;1.12 -5933;5;91.50;9.50;1929.00;2.10;1.08 -5934;5;750.00;9.50;1183.50;2.46;0.96 -5935;5;1146.00;9.50;746.00;4.48;1.28 -5936;5;3556.00;9.50;49.50;2.96;1.04 -5937;5;3126.50;9.50;1246.50;2.61;1.00 -5938;5;2919.00;9.50;218.00;2.15;1.08 -5939;5;1603.00;9.50;1355.00;3.50;0.80 -5940;5;1209.00;9.50;606.50;3.74;1.10 -5941;5;5499.00;9.50;703.50;1.10;0.86 -5942;5;2908.00;9.50;1804.50;0.33;1.34 -5943;5;5258.00;9.50;362.50;1.89;1.12 -5944;5;5621.00;9.50;1084.00;2.30;0.84 -5945;5;5295.00;9.50;1436.50;3.81;1.36 -5946;5;5020.00;9.50;1337.00;-0.27;1.06 -5948;5;3687.50;9.50;559.50;3.35;1.12 -5949;5;2696.00;9.50;22.50;4.11;0.62 -5950;5;2673.50;9.50;547.00;3.33;1.06 -5951;5;1915.50;9.50;275.00;4.49;1.52 -5952;5;2068.50;9.50;1204.00;3.58;1.24 -5953;5;1800.50;9.80;1964.00;4.65;1.02 -5954;5;1493.50;9.50;583.00;2.28;1.22 -5955;5;187.00;9.50;88.00;4.56;1.16 -5956;5;181.00;9.50;1297.50;2.32;0.74 -5957;5;145.00;9.50;1947.50;2.08;0.88 -5958;5;375.00;9.50;1184.00;3.99;1.28 -5959;5;1183.50;9.50;658.00;2.95;1.20 -5960;5;4394.50;9.50;684.00;1.01;1.48 -5961;5;3181.00;9.50;1190.00;-0.34;0.94 -5962;5;2950.50;9.50;197.50;4.04;0.94 -5963;5;1364.50;9.50;1348.00;2.45;0.80 -5964;5;1424.50;9.50;740.00;2.93;1.24 -5965;5;5583.00;9.50;830.50;3.14;1.08 -5966;5;2909.50;9.50;1888.50;3.44;1.02 -5967;5;5126.50;9.50;317.50;-1.53;0.90 -5968;5;5602.50;9.50;1031.50;4.06;0.86 -5969;5;5365.50;9.50;1384.50;1.89;1.38 -5970;5;5014.50;9.50;1281.50;-1.41;0.82 -5971;5;4180.50;9.50;848.00;4.02;0.80 -5972;5;3851.00;9.50;454.00;3.22;0.98 -5973;5;2761.50;9.50;89.50;1.72;1.04 -5974;5;2744.00;9.50;518.00;3.14;0.76 -5975;5;1979.50;9.50;313.00;-1.23;1.30 -5976;5;2028.00;9.50;1297.00;3.87;1.14 -5977;5;1793.00;9.70;1998.00;4.24;0.94 -5978;5;1437.50;9.50;555.50;3.23;1.28 -5979;5;222.50;9.50;28.50;3.83;0.82 -5980;5;222.00;9.50;1263.00;4.22;1.06 -5981;5;173.50;9.50;1931.00;4.26;1.12 -5982;5;362.50;9.50;1080.00;2.99;0.98 -5983;5;1140.50;9.50;589.00;-1.33;1.24 -5984;5;4359.50;9.50;734.50;1.27;1.08 -5985;5;3218.00;9.50;1173.00;-1.36;0.62 -5986;5;1370.50;9.50;1259.00;1.77;1.34 -5987;5;1233.00;9.50;540.00;4.24;1.24 -5988;5;5477.00;9.50;890.00;3.70;1.22 -5989;5;2855.00;9.50;1706.50;4.21;0.74 -5990;5;5160.00;9.50;355.50;4.24;1.12 -5991;5;5538.00;9.50;1023.00;4.37;0.78 -5992;5;5380.00;9.50;1493.50;4.33;1.22 -5993;5;5050.50;9.50;1305.00;3.66;0.92 -5994;5;4135.00;9.50;839.00;3.86;1.02 -5995;5;3893.00;9.50;458.50;3.22;0.96 -5996;5;2723.00;9.50;60.00;2.53;1.02 -5997;5;2718.50;9.50;551.50;4.49;0.94 -5998;5;1995.50;9.50;279.00;3.82;1.10 -5999;5;1985.00;9.50;1344.50;3.62;1.24 -6000;5;1736.50;9.50;2010.00;3.21;0.82 -6001;5;1404.50;9.50;566.00;2.37;0.98 -6003;5;278.50;9.50;1272.50;4.07;1.02 -6004;5;135.00;9.50;1902.00;4.31;1.10 -6005;5;185.50;9.50;1016.50;4.05;1.36 -6006;5;1243.50;9.50;652.50;2.14;1.20 -6007;5;4321.50;9.50;777.00;4.26;0.84 -6008;5;3075.00;11.15;694.50;3.30;0.82 -6009;5;3206.50;9.75;1754.00;3.26;0.24 -6010;5;3037.50;11.70;1787.00;1.29;0.30 -6011;5;3275.00;9.50;1171.00;0.14;0.78 -6012;5;3279.00;9.80;1956.00;2.09;0.52 -6013;5;3150.00;9.80;1797.50;3.66;0.30 -6014;5;1428.00;9.50;1281.00;2.09;0.90 -6015;5;3222.00;9.50;2001.50;1.48;0.46 -6017;5;3376.50;9.85;1770.00;4.03;0.24 -6018;5;1082.00;9.50;470.00;3.36;1.08 -6019;5;5559.00;9.50;987.50;3.04;0.88 -6020;5;3415.50;10.35;637.00;2.67;0.70 -6021;5;3340.50;9.80;1836.00;1.78;0.30 -6022;5;3363.50;10.60;1675.50;4.17;0.24 -6023;5;3041.50;11.50;1780.00;3.70;0.26 -6024;5;3123.00;11.07;1874.00;2.55;0.32 -6025;5;3675.50;10.20;1710.50;1.83;0.30 -6026;5;2863.50;9.50;1821.50;3.50;0.82 -6027;5;3224.00;11.30;701.00;3.78;0.74 -6028;5;3006.00;10.50;1723.00;3.38;0.16 -6030;5;5106.50;9.50;363.00;1.68;1.00 -6031;5;5545.00;9.50;1088.00;4.52;0.68 -6032;5;5462.50;9.50;1509.50;2.15;1.18 -6033;5;3251.50;9.70;1793.50;2.11;0.26 -6034;5;3405.00;10.60;1763.00;3.46;0.32 -6035;5;3305.00;10.27;1711.00;4.06;0.30 -6036;5;5164.00;9.50;1341.00;2.52;1.38 -6037;5;4152.00;9.50;888.50;3.36;0.92 -6038;5;2980.00;10.25;1820.50;4.01;0.32 -6039;5;2953.00;11.65;733.50;4.06;0.88 -6040;5;3764.00;9.90;1943.50;4.22;1.10 -6041;5;2991.00;10.00;1854.50;3.42;0.32 -6042;5;2981.50;12.45;1770.00;3.83;0.28 -6043;5;3906.50;9.50;395.50;2.47;0.90 -6044;5;2697.00;9.50;143.50;4.22;1.20 -6045;5;3260.00;10.80;1877.50;4.35;0.42 -6046;5;2719.00;11.17;1681.00;2.15;0.24 -6047;5;3180.50;9.50;1780.50;4.30;0.30 -6048;5;2774.00;9.50;573.00;2.87;0.82 -6049;5;2640.00;9.50;2008.50;2.29;1.28 -6050;5;3083.00;9.55;1724.00;4.39;0.24 -6051;5;3414.00;9.80;1800.50;3.36;0.44 -6052;5;3295.00;10.30;1776.50;2.46;0.26 -6053;5;2074.50;9.50;1313.50;4.08;1.22 -6055;5;3091.50;13.70;1944.50;3.64;0.32 -6056;5;3392.00;10.50;1696.50;3.81;0.20 -6057;5;3332.00;10.17;1760.00;4.39;0.16 -6058;5;1390.00;9.50;466.00;3.05;1.28 -6059;5;137.50;9.50;128.00;3.62;1.32 -6060;5;323.00;9.50;1319.00;2.09;1.02 -6061;5;3231.50;10.30;1984.50;3.00;0.40 -6063;5;3073.50;10.40;1820.00;3.83;0.32 -6064;5;216.00;9.50;1836.00;0.35;1.12 -6066;5;3145.00;9.65;1756.50;3.14;0.24 -6067;5;3080.00;10.75;1838.50;3.85;0.30 -6068;5;1202.00;9.50;562.50;2.83;1.02 -6069;5;4848.00;9.50;61.50;2.23;0.86 -6070;5;3313.00;10.30;1767.50;3.14;0.22 -6072;5;2931.00;12.52;1714.00;4.71;0.24 -6073;5;3373.50;10.50;1738.50;2.35;0.26 -6074;5;3109.50;11.55;1905.00;2.67;0.36 -6075;5;3416.00;10.40;1765.00;3.78;0.34 -6076;5;3199.00;10.45;1931.50;4.65;0.34 -6077;5;3463.50;9.90;1696.50;2.94;0.24 -6078;5;3226.50;10.40;1812.00;1.57;0.22 -6080;5;2949.00;13.20;1748.50;2.76;0.24 -6081;5;3200.50;10.40;1838.00;3.60;0.34 -6082;5;3252.00;10.20;1761.50;2.03;0.24 -6083;5;3134.00;10.20;1867.50;2.55;0.32 -6084;5;3045.00;9.80;1727.00;2.35;0.24 -6085;5;4565.00;10.47;1917.00;3.98;2.06 -6086;5;3316.00;10.30;1702.00;4.39;0.28 -6087;5;3226.00;10.60;1899.00;1.69;0.38 -6088;5;3489.50;9.80;1773.00;3.70;0.36 -6089;5;3545.50;9.90;1704.50;2.35;0.30 -6091;5;3461.50;9.90;1752.00;2.49;0.24 -6092;5;3250.50;10.10;1989.50;4.34;0.38 -6093;5;3037.50;10.40;1750.50;1.42;0.28 -6094;5;3331.50;10.40;1791.00;2.49;0.20 -6095;5;3312.50;10.30;1721.00;1.95;0.28 -6096;5;3320.50;10.00;1836.50;2.07;0.26 -6097;5;3414.00;10.40;1732.00;3.60;0.30 -6098;5;3285.50;10.70;1836.00;3.70;0.34 -6099;5;3221.50;10.35;1705.00;3.38;0.20 -6100;5;3510.50;9.90;1751.50;1.71;0.24 -6101;5;3405.50;10.40;1686.00;4.43;0.22 -6102;5;3423.00;9.75;1821.00;4.24;0.50 -6103;5;2792.00;9.85;1564.50;3.14;0.22 -6104;5;2717.50;12.75;1692.00;4.71;0.26 -6105;5;3509.00;9.80;1859.50;2.98;0.76 -6107;5;3157.00;11.95;1973.50;2.12;0.36 -6108;5;3179.00;9.70;1739.50;2.55;0.18 -6109;5;3370.50;10.20;1779.50;3.33;0.22 -6110;5;3518.00;10.00;1746.00;2.35;0.22 -6111;5;3029.50;12.10;1881.50;2.11;0.26 -6112;5;3485.50;10.50;1723.50;4.17;0.22 -6113;5;3479.00;10.40;1686.00;3.14;0.24 -6114;5;2954.50;15.30;1788.00;1.95;0.32 -6115;5;2967.50;9.60;1732.50;-1.42;0.24 -6118;5;2959.50;12.35;1806.00;3.60;0.32 -6119;5;3478.00;10.35;1715.00;3.60;0.20 -6120;5;3025.50;9.70;1639.50;2.94;0.14 -6121;5;3593.50;10.60;1769.50;4.09;0.42 -6122;5;3379.50;10.40;1677.50;2.35;0.22 -6123;5;3012.00;12.17;1776.00;2.82;0.30 -6124;5;3575.50;9.85;1700.00;2.24;0.30 -6125;5;3158.50;9.85;1886.00;3.60;0.34 -6126;5;3056.00;10.72;1816.00;3.92;0.30 -6127;5;3067.00;10.37;1737.00;4.39;0.28 -6128;5;3258.00;10.45;1930.50;3.77;0.40 -6129;5;3028.00;12.32;1802.00;-1.32;0.30 -6130;5;3099.50;12.15;1954.00;4.71;0.40 -6131;5;3339.00;10.55;1719.50;4.15;0.22 -6132;5;3129.00;9.75;1834.00;2.35;0.30 -6133;5;3542.50;9.80;1725.00;4.03;0.26 -6134;5;3265.00;10.55;1849.50;3.56;0.38 -6135;5;3448.00;9.80;1671.50;4.01;0.24 -6136;5;2942.50;15.50;1775.50;2.52;0.30 -6137;5;3242.50;10.60;1896.50;2.94;0.28 -6138;5;3176.00;9.90;1796.50;2.92;0.32 -6139;5;3264.50;10.10;1711.50;2.94;0.24 -6140;5;3419.00;10.10;1919.50;3.14;0.34 -6141;5;3203.50;10.50;1799.50;3.68;0.30 -6142;5;3233.50;10.70;1952.00;3.22;0.40 -6143;5;3419.00;10.40;1706.50;1.93;0.18 -6144;5;3194.50;9.80;1750.50;3.92;0.24 -6145;5;2904.50;11.60;1749.50;3.33;0.18 -6146;5;1628.50;11.40;911.50;-1.06;0.16 -6147;5;3031.50;11.30;1767.00;1.95;0.24 -6148;5;3049.50;10.50;1677.50;4.51;0.22 -6149;5;3518.50;9.80;1674.00;1.95;0.26 -6151;5;2947.50;10.15;1715.00;3.78;0.26 -6152;5;3047.50;13.90;1886.00;2.27;0.32 -6153;5;3308.50;10.50;1789.50;3.28;0.26 -6154;5;3303.00;10.30;1698.50;4.06;0.20 -6155;5;3074.50;12.30;1927.50;1.89;0.42 -6156;5;3261.00;10.25;1796.50;2.76;0.30 -6157;5;3312.00;9.95;1951.50;4.01;0.30 -6158;5;3487.50;9.80;1707.00;2.49;0.20 -6159;5;3360.00;9.80;1821.50;4.61;0.30 -6160;5;2990.00;10.55;1748.00;2.55;0.26 -6161;5;3123.00;10.80;1860.50;2.12;0.30 -6162;5;3636.50;10.50;1711.00;3.83;0.30 -6163;5;3192.50;10.25;1770.00;4.19;0.22 -6164;5;3036.00;10.50;1719.50;2.03;0.26 -6165;5;3147.50;9.70;1881.00;3.78;0.34 -6166;5;3447.00;10.50;1766.50;3.56;0.40 -6167;5;3407.50;10.20;1693.50;1.76;0.16 -6168;5;3161.50;10.80;1921.50;4.39;0.40 -6169;5;3352.00;10.70;1743.50;4.06;0.22 -6170;5;3149.00;11.65;1944.50;2.46;0.36 -6171;5;3568.50;9.80;1711.00;3.78;0.24 -6172;5;3325.50;10.30;1765.00;1.95;0.24 -6173;5;3001.00;10.37;1846.00;3.46;0.40 -6174;5;3274.50;10.35;1728.00;4.33;0.22 -6175;5;3273.00;10.60;1853.50;4.10;0.34 -6176;5;2904.50;10.15;1702.00;2.97;0.24 -6177;5;3611.50;10.40;1855.50;3.99;0.86 -6178;5;3209.00;10.25;1700.50;4.24;0.26 -6179;5;3253.00;10.75;1886.00;2.03;0.34 -6180;5;3480.00;9.85;1694.00;1.89;0.24 -6181;5;3320.50;10.60;1916.50;1.50;0.24 -6182;5;3410.50;10.50;1750.00;2.09;0.28 -6183;5;3259.00;9.90;1953.00;2.76;0.32 -6184;5;2936.00;13.60;1736.00;1.81;0.34 -6185;5;1514.50;9.50;916.50;-1.02;0.30 -6186;5;3238.50;9.70;1755.50;3.33;0.22 -6187;5;3008.50;10.30;1864.00;1.57;0.42 -6188;5;3035.50;9.90;1712.00;3.78;0.18 -6189;5;3391.00;10.35;1718.00;2.35;0.24 -6190;5;3488.50;10.45;1735.00;4.03;0.24 -6191;5;3548.00;9.80;1695.00;3.92;0.26 -6192;5;3502.50;9.70;1903.00;-1.08;1.06 -6193;5;3509.00;9.90;1767.00;1.57;0.38 -6194;5;3370.00;10.50;1932.50;3.73;0.36 -6195;5;3011.50;10.70;1742.00;2.44;0.30 -6197;5;3286.00;10.30;1719.50;3.14;0.22 -6198;5;3187.50;10.50;1817.00;2.44;0.32 -6199;5;3479.00;9.80;1767.50;3.36;0.30 -6200;5;3091.50;10.75;1856.00;3.30;0.30 -6201;5;3162.50;9.60;1708.50;1.46;0.18 -6202;5;3568.00;10.50;1752.50;2.26;0.36 -6203;5;3383.00;10.45;1686.00;3.14;0.26 -6204;5;2929.50;14.50;1781.50;2.94;0.24 -6206;5;3106.50;12.20;1917.50;4.09;0.38 -6207;5;2997.50;13.65;1795.00;4.19;0.32 -6208;5;3127.50;12.40;1958.50;3.56;0.40 -6210;5;3282.50;10.30;1811.00;4.00;0.36 -6211;5;4813.00;12.27;1910.00;3.84;1.88 -6212;5;3215.00;10.40;1845.00;1.76;0.30 -6213;5;3528.50;9.95;1734.00;4.19;0.26 -6214;5;3043.00;11.75;1908.50;3.66;0.38 -6215;5;3456.00;10.07;1679.00;3.60;0.18 -6216;5;2922.50;11.50;1771.50;4.09;0.28 -6217;5;3630.00;9.80;1670.50;2.76;0.26 -6218;5;2973.00;10.27;1573.00;1.57;0.20 -6219;5;3340.00;9.50;1180.00;0.95;0.70 -6220;5;3252.50;10.30;1617.50;3.33;0.28 -6221;5;2767.50;10.05;1569.00;4.12;0.20 -6222;5;3175.50;9.70;1663.50;3.33;0.24 -6223;5;1421.00;9.50;1351.50;4.17;1.38 -6224;5;3583.50;10.40;1665.50;3.68;0.28 -6225;5;3302.00;10.95;1675.50;3.14;0.28 -6226;5;3559.50;10.35;1585.00;3.38;0.26 -6227;5;867.50;9.50;656.50;4.15;1.10 -6228;5;5563.50;9.50;1060.50;3.19;0.80 -6229;5;3174.50;9.90;1637.00;2.09;0.20 -6230;5;3423.50;9.90;1584.00;2.24;0.22 -6231;5;3459.00;10.40;1637.50;3.42;0.18 -6232;5;3253.50;9.80;1557.50;3.92;0.18 -6233;5;3281.50;9.80;1589.50;3.92;0.18 -6234;5;2854.00;9.50;1753.50;3.67;0.66 -6235;5;2956.50;10.15;1663.00;4.03;0.28 -6236;5;3045.50;9.70;1577.00;1.57;0.22 -6237;5;2772.50;10.00;1594.50;3.92;0.20 -6238;5;5197.50;9.50;415.50;2.07;1.02 -6239;5;5507.50;9.50;1061.50;3.71;1.10 -6240;5;5472.00;9.50;1586.50;2.47;1.10 -6241;5;2896.50;9.60;1562.00;2.15;0.24 -6242;5;3256.00;9.70;1663.50;4.06;0.24 -6243;5;3326.00;10.00;1606.50;2.76;0.22 -6244;5;4189.50;9.50;946.50;3.17;1.00 -6245;5;3364.50;9.80;1664.50;4.17;0.20 -6246;5;3654.50;10.40;1641.50;2.60;0.28 -6247;5;3442.50;10.40;1669.00;3.38;0.18 -6248;5;3496.00;10.30;1585.00;2.35;0.22 -6249;5;3264.50;9.80;1635.50;2.60;0.30 -6250;5;3841.50;9.50;403.50;4.26;1.00 -6251;5;2657.50;9.50;119.50;3.10;1.22 -6252;5;3346.50;10.20;1588.00;4.43;0.20 -6253;5;3525.00;10.00;1634.50;4.24;0.26 -6254;5;3347.50;10.50;1554.00;2.49;0.18 -6255;5;2727.50;9.50;596.50;4.19;0.98 -6256;5;2038.00;9.50;384.50;-1.36;1.06 -6257;5;2962.50;9.75;1601.00;3.38;0.22 -6259;5;3117.50;9.90;1571.00;4.33;0.20 -6260;5;1876.50;9.50;1379.00;3.90;1.28 -6262;5;3392.50;10.05;1603.00;2.97;0.20 -6263;5;2960.50;9.70;1579.50;3.33;0.20 -6264;5;3319.50;10.65;1656.00;4.49;0.28 -6265;5;1447.50;9.50;462.50;2.89;1.40 -6267;5;356.00;9.50;1269.50;2.98;1.02 -6268;5;2765.00;12.30;1613.50;2.21;0.18 -6269;5;3440.00;10.50;1660.50;3.81;0.20 -6270;5;2773.50;10.00;1577.00;2.49;0.18 -6271;5;127.50;9.50;1840.00;4.41;1.10 -6272;5;238.50;9.50;933.00;4.01;1.32 -6273;5;3318.00;10.70;1630.50;1.73;0.18 -6274;5;3638.00;10.20;1731.00;2.21;0.34 -6275;5;3574.00;10.30;1583.50;3.14;0.16 -6276;5;1179.00;9.50;521.50;2.44;0.98 -6278;5;3637.50;9.90;1660.00;2.24;0.28 -6279;5;3416.50;10.00;1590.50;3.92;0.20 -6280;5;3211.00;10.40;1570.50;3.73;0.20 -6281;5;3179.50;10.40;1606.00;1.95;0.24 -6282;5;3027.00;10.27;1589.00;4.24;0.16 -6283;5;3398.00;10.45;1651.50;2.03;0.22 -6284;5;3461.00;10.17;1607.00;4.39;0.22 -6285;5;3669.50;9.90;1638.50;2.60;0.30 -6286;5;2902.00;9.60;1571.50;2.21;0.20 -6287;5;2999.50;9.70;1642.00;1.95;0.22 -6288;5;3633.00;9.80;1703.50;1.69;0.28 -6289;5;2654.50;9.75;1582.00;2.27;0.24 -6290;5;3389.50;11.60;1620.50;4.17;0.20 -6291;5;3486.00;10.05;1587.50;2.21;0.20 -6292;5;3263.50;9.80;1593.00;1.95;0.24 -6293;5;3288.00;10.32;1645.00;3.14;0.28 -6294;5;3539.50;10.90;1608.50;2.11;0.24 -6295;5;3467.00;10.05;1648.00;4.12;0.26 -6296;5;3183.00;9.70;1622.50;2.76;0.28 -6297;5;3605.50;10.40;1682.00;2.49;0.24 -6298;5;2970.00;9.70;1584.50;2.21;0.20 -6299;5;3480.00;10.30;1639.00;2.35;0.26 -6301;5;2751.50;11.40;1583.00;2.89;0.20 -6302;5;3560.50;10.40;1592.50;1.97;0.24 -6303;5;3339.50;10.40;1643.50;4.39;0.20 -6304;5;3356.50;10.50;1559.50;2.11;0.18 -6305;5;3325.00;9.90;1594.00;3.60;0.20 -6306;5;3195.00;10.07;1574.00;4.24;0.26 -6307;5;3544.00;9.80;1652.00;3.46;0.18 -6308;5;3633.00;10.00;1616.50;3.52;0.26 -6309;5;3041.50;9.70;1590.00;3.78;0.22 -6310;5;2990.50;9.80;1693.00;2.97;0.22 -6311;5;3042.50;10.30;1705.00;3.78;0.20 -6312;5;3530.50;10.60;1623.50;2.11;0.24 -6313;5;2665.50;10.25;1587.00;1.95;0.24 -6314;5;3144.00;10.30;1646.00;2.15;0.28 -6315;5;3396.50;10.10;1596.00;3.78;0.24 -6316;5;3427.00;10.40;1641.00;1.10;0.24 -6317;5;3426.00;10.07;1559.00;3.14;0.18 -6318;5;2761.50;9.90;1603.50;2.35;0.18 -6319;5;3278.50;9.80;1564.00;1.57;0.26 -6320;5;2737.00;12.15;1646.50;1.73;0.22 -6321;5;3115.00;9.80;1581.50;3.14;0.24 -6322;5;3153.00;9.70;1679.00;4.12;0.26 -6323;5;3610.00;10.55;1640.00;4.46;0.26 -6324;5;3254.50;9.70;1680.50;2.35;0.26 -6325;5;2960.50;9.70;1587.50;2.82;0.18 -6326;5;3257.50;9.80;1639.50;2.19;0.26 -6327;5;3498.50;9.90;1636.50;3.92;0.20 -6328;5;3487.00;9.80;1560.00;3.60;0.20 -6329;5;3465.00;9.80;1591.50;3.73;0.20 -6330;5;3342.50;10.50;1559.50;2.35;0.22 -6331;5;3005.00;9.85;1689.50;3.52;0.24 -6332;5;3122.50;9.70;1613.50;4.51;0.24 -6333;5;3399.50;10.50;1606.50;3.92;0.20 -6334;5;3037.50;10.20;1597.00;1.95;0.24 -6335;5;2754.50;9.90;1612.50;2.60;0.20 -6336;5;2894.00;9.70;1581.50;-1.10;0.28 -6337;5;3540.00;10.77;1600.00;3.60;0.22 -6338;5;3562.50;9.75;1638.00;4.49;0.22 -6339;5;3558.50;9.90;1563.50;3.68;0.20 -6340;5;3214.00;10.60;1608.50;3.73;0.28 -6341;5;3418.00;10.07;1562.00;2.67;0.22 -6342;5;3165.50;10.35;1656.00;4.71;0.26 -6343;5;3474.00;9.80;1612.50;3.14;0.20 -6344;5;3280.00;9.80;1577.50;3.42;0.20 -6345;5;3011.50;9.65;1645.00;1.57;0.18 -6346;5;3398.50;9.80;1668.50;2.60;0.20 -6347;5;3112.50;9.80;1588.50;3.68;0.24 -6348;5;3379.00;10.45;1627.00;4.46;0.24 -6349;5;2949.00;9.70;1589.00;3.92;0.20 -6351;5;2763.00;10.10;1556.00;3.46;0.22 -6352;5;3618.00;10.40;1610.50;2.21;0.20 -6353;5;3482.50;9.80;1568.00;2.89;0.18 -6354;5;3289.50;9.90;1605.00;1.57;0.20 -6355;5;3354.50;10.10;1570.00;2.49;0.22 -6356;5;3414.50;10.00;1660.00;2.24;0.18 -6357;5;3537.00;10.15;1619.00;2.35;0.24 -6358;5;3460.00;9.80;1664.50;4.54;0.20 -6359;5;3198.50;9.80;1588.00;3.78;0.22 -6360;5;3174.50;9.80;1628.50;1.71;0.20 -6362;5;3456.50;10.40;1628.00;2.49;0.24 -6363;5;2733.50;11.70;1593.50;2.11;0.32 -6364;5;2964.00;9.75;1652.00;3.14;0.32 -6365;5;3359.00;10.00;1599.00;3.92;0.18 -6366;5;3552.50;9.80;1568.00;2.49;0.20 -6368;5;3643.00;10.10;1635.50;1.93;0.22 -6369;5;3422.00;9.95;1568.00;3.92;0.24 -6370;5;3477.50;9.80;1655.00;2.49;0.22 -6371;5;3255.50;9.90;1627.00;1.84;0.24 -6372;5;3536.50;10.40;1672.50;4.17;0.26 -6373;5;3273.50;9.80;1579.00;2.67;0.24 -6374;5;3518.50;10.10;1627.50;3.33;0.22 -6375;5;3131.00;10.40;1594.50;2.21;0.28 -6377;5;2959.00;9.85;1571.50;2.76;0.18 -6378;5;2758.00;10.45;1570.00;2.35;0.16 -6379;5;3631.50;10.30;1572.50;3.28;0.24 -6380;5;3393.00;10.37;1641.00;1.89;0.18 -6381;5;3202.00;10.30;1704.00;2.15;0.18 -6382;5;3489.50;9.90;1570.00;4.03;0.18 -6383;5;3560.50;9.80;1679.50;4.17;0.26 -6385;5;2728.00;11.90;1664.50;1.73;0.22 -6386;5;3344.00;10.52;1567.00;4.24;0.20 -6387;5;3326.50;10.60;1623.50;2.11;0.20 -6388;5;3628.00;10.22;1653.00;2.55;0.34 -6389;5;2961.00;9.70;1609.00;3.92;0.24 -6390;5;3035.00;9.80;1588.50;2.86;0.20 -6391;5;3506.00;10.80;1603.50;2.03;0.22 -6392;5;3462.50;10.40;1645.00;3.60;0.22 -6393;5;2994.00;9.70;1633.50;2.46;0.28 -6394;5;3555.50;10.30;1576.00;2.49;0.22 -6395;5;2723.00;9.95;1654.50;3.14;0.18 -6396;5;3395.50;11.05;1612.00;1.95;0.18 -6397;5;3040.00;9.60;1697.50;2.76;0.20 -6398;5;3418.50;10.00;1573.00;2.24;0.22 -6399;5;2747.00;10.15;1620.50;3.73;0.20 -6400;5;3314.00;10.55;1640.50;3.81;0.20 -6401;5;3098.50;10.20;1575.50;3.28;0.22 -6402;5;3118.00;9.67;1608.00;2.35;0.24 -6403;5;3524.00;10.00;1651.50;2.55;0.24 -6404;5;3582.50;10.30;1604.00;3.01;0.26 -6406;5;3016.00;10.10;1684.50;2.86;0.24 -6407;5;3163.00;10.22;1622.00;3.92;0.20 -6408;5;3213.50;10.30;1691.50;3.33;0.24 -6409;5;3483.50;9.80;1578.50;4.30;0.20 -6410;5;3464.50;10.25;1624.00;2.89;0.18 -6411;5;3347.00;10.40;1578.50;4.46;0.22 -6412;5;3009.50;9.75;1663.00;2.49;0.22 -6413;5;3202.00;10.12;1602.00;4.12;0.36 -6414;5;3390.00;11.52;1635.00;3.14;0.18 -6415;5;3197.50;10.00;1563.00;3.60;0.24 -6416;5;3132.00;10.62;1540.00;2.03;0.20 -6417;5;3448.50;9.70;1455.50;3.33;0.20 -6418;5;3018.50;12.30;1516.50;2.35;0.22 -6419;5;3339.00;9.50;1241.00;-0.98;0.92 -6420;5;3388.50;9.70;1461.50;2.82;0.18 -6421;5;2970.00;11.15;1522.50;3.73;0.24 -6422;5;1512.00;9.50;1305.00;1.98;1.08 -6423;5;3337.50;9.75;1479.00;1.84;0.24 -6424;5;3620.00;9.90;1555.50;2.03;0.24 -6425;5;874.00;9.50;588.00;4.06;1.28 -6426;5;1295.00;9.50;639.00;3.25;1.02 -6427;5;5461.50;9.50;1036.00;4.26;1.22 -6428;5;3447.00;9.90;1545.50;2.76;0.24 -6429;5;3232.50;10.25;1503.00;3.38;0.26 -6430;5;3556.00;9.80;1517.50;4.06;0.24 -6431;5;3168.00;12.12;1504.00;3.14;0.28 -6432;5;3402.00;9.80;1519.50;1.73;0.24 -6433;5;4362.00;9.50;114.00;3.68;0.82 -6434;5;2840.00;9.50;1814.50;3.03;0.84 -6435;5;3218.50;10.00;1536.00;2.24;0.28 -6436;5;3524.50;13.80;1358.50;1.68;0.18 -6437;5;5137.50;9.50;446.00;4.01;1.26 -6438;5;5496.00;9.50;1078.50;1.66;0.96 -6439;5;5507.00;9.50;1540.50;3.24;0.94 -6440;5;3028.00;10.40;1526.50;1.93;0.26 -6441;5;3011.50;9.80;1556.00;2.15;0.24 -6442;5;4966.50;9.50;1442.00;4.53;1.08 -6443;5;4170.00;9.50;982.50;4.30;0.84 -6444;5;2927.00;11.10;1522.00;3.92;0.20 -6446;5;2849.00;9.70;1538.00;3.60;0.24 -6447;5;4287.00;9.50;28.00;2.96;0.82 -6448;5;4303.50;9.50;316.00;3.95;1.00 -6450;5;3516.00;10.00;1552.00;2.82;0.22 -6451;5;3316.50;9.80;1485.00;4.19;0.26 -6452;5;3818.50;9.50;364.50;3.71;1.14 -6453;5;2698.00;9.50;102.00;2.79;0.86 -6454;5;3477.50;9.90;1508.50;1.76;0.24 -6455;5;3237.00;10.05;1493.50;3.66;0.28 -6456;5;2696.00;9.50;592.50;3.14;0.94 -6457;5;2325.00;9.50;442.00;2.73;1.38 -6458;5;3299.00;9.80;1533.00;2.82;0.22 -6459;5;3230.50;9.80;1646.50;3.28;0.26 -6460;5;3180.00;12.55;1495.00;1.89;0.26 -6461;5;1881.50;9.50;1265.50;2.26;1.20 -6462;5;3081.00;10.15;1543.50;2.21;0.22 -6463;5;3526.50;10.60;1460.50;1.71;0.20 -6464;5;3101.50;10.90;1525.00;2.24;0.20 -6465;5;1444.00;9.50;395.00;1.75;1.30 -6466;5;127.50;9.50;73.00;2.10;1.50 -6467;5;422.50;9.50;1223.00;1.69;0.96 -6468;5;3477.00;9.70;1454.50;2.55;0.22 -6469;5;2916.00;9.80;1545.50;2.21;0.22 -6470;5;3000.00;13.35;1525.00;3.60;0.22 -6471;5;160.50;9.50;1797.00;1.70;1.28 -6472;5;278.50;9.50;963.50;4.47;0.94 -6473;5;3587.00;9.70;1551.00;4.24;0.24 -6474;5;3401.00;9.90;1479.00;2.15;0.26 -6475;5;1127.50;9.50;547.00;4.40;1.02 -6476;5;4878.50;9.50;87.00;2.18;1.04 -6477;5;3406.50;9.90;1552.50;4.17;0.22 -6478;5;3325.50;9.80;1492.00;2.89;0.20 -6479;5;3538.00;10.25;1519.00;1.57;0.26 -6480;5;3266.00;10.10;1497.50;2.86;0.28 -6481;5;3364.00;9.87;1529.00;2.35;0.20 -6482;5;884.50;12.20;1576.50;3.54;0.36 -6483;5;3179.00;10.40;1505.50;2.55;0.24 -6484;5;3158.00;10.00;1550.50;4.24;0.26 -6485;5;3076.00;13.90;1525.50;2.55;0.22 -6486;5;3532.00;9.80;1480.50;2.03;0.26 -6487;5;2988.50;9.80;1558.50;2.11;0.16 -6488;5;2942.50;10.50;1523.00;1.95;0.20 -6489;5;2775.50;9.80;1552.50;2.19;0.26 -6490;5;3470.50;9.80;1466.50;2.11;0.20 -6491;5;3604.00;9.60;1510.00;3.60;0.36 -6492;5;3484.50;9.80;1553.50;2.35;0.16 -6493;5;3408.00;9.80;1474.00;1.89;0.24 -6494;5;3434.50;10.50;1523.50;3.68;0.22 -6495;5;3321.50;9.80;1501.50;3.92;0.22 -6496;5;2888.50;9.70;1550.50;3.92;0.20 -6497;5;3270.50;10.10;1507.50;2.60;0.20 -6498;5;3592.50;9.60;1475.00;2.49;0.34 -6499;5;3143.50;10.30;1522.50;2.35;0.24 -6500;5;2897.00;9.70;1547.50;2.55;0.20 -6501;5;2994.00;10.47;1543.00;3.46;0.20 -6502;5;3555.00;9.72;1555.00;2.15;0.28 -6503;5;3477.50;9.70;1473.00;2.49;0.22 -6504;5;2852.00;9.80;1521.50;3.14;0.20 -6505;5;3404.50;10.00;1486.50;4.17;0.22 -6506;5;3506.50;10.40;1517.50;3.33;0.22 -6507;5;3338.00;9.80;1497.00;1.89;0.24 -6508;5;3312.00;9.80;1542.00;4.39;0.24 -6509;5;3218.50;10.40;1515.50;3.68;0.20 -6510;5;1564.50;10.60;1671.50;2.07;0.40 -6512;5;3077.50;10.00;1532.50;3.92;0.22 -6513;5;2956.50;10.60;1552.00;4.43;0.20 -6514;5;3575.50;9.60;1471.00;4.49;0.30 -6515;5;3627.00;10.05;1560.50;4.01;0.28 -6516;5;3527.50;9.80;1487.50;1.71;0.22 -6517;5;3383.00;9.90;1526.50;2.21;0.22 -6518;5;2851.50;9.80;1476.50;2.11;0.20 -6519;5;3406.50;10.40;1493.50;4.57;0.24 -6520;5;3224.00;10.00;1543.00;4.39;0.22 -6521;5;3011.00;9.70;1570.00;2.67;0.22 -6522;5;3153.50;10.40;1519.50;3.33;0.28 -6524;5;2979.00;10.00;1541.50;3.14;0.22 -6525;5;3537.00;9.60;1490.00;3.92;0.26 -6526;5;2721.50;10.00;1538.50;2.19;0.28 -6527;5;3492.00;10.10;1485.00;2.15;0.24 -6528;5;3451.00;9.80;1527.50;4.54;0.24 -6529;5;2922.00;11.45;1480.50;2.21;0.20 -6530;5;3378.00;9.80;1499.00;4.12;0.26 -6531;5;2881.50;10.20;1478.00;3.78;0.24 -6532;5;3290.00;10.32;1539.00;3.46;0.22 -6533;5;2827.00;10.35;1473.50;1.73;0.24 -6534;5;3052.50;10.90;1542.50;3.33;0.18 -6535;5;2929.50;9.80;1555.50;1.89;0.20 -6536;5;2753.50;9.70;1475.50;3.92;0.24 -6537;5;2894.00;11.05;1529.50;2.46;0.18 -6538;5;3642.00;9.70;1895.50;3.14;0.86 -6539;5;3518.00;9.92;1532.00;2.15;0.22 -6540;5;2979.00;11.17;1493.00;1.57;0.24 -6541;5;3528.50;10.70;1498.50;3.92;0.26 -6542;5;2935.50;12.70;1490.50;2.35;0.20 -6543;5;3364.50;10.05;1539.00;1.95;0.20 -6544;5;3454.50;9.80;1494.50;2.82;0.22 -6545;5;2879.50;10.70;1494.00;4.43;0.20 -6546;5;3177.00;9.90;1551.00;4.71;0.24 -6547;5;2824.00;10.00;1489.00;3.14;0.28 -6548;5;2758.00;10.60;1482.50;3.52;0.22 -6549;5;2952.00;10.90;1536.00;2.35;0.20 -6551;5;3588.00;9.70;1525.00;3.38;0.26 -6552;5;3045.50;13.40;1494.50;2.94;0.24 -6553;5;3438.00;9.85;1539.50;1.73;0.22 -6554;5;3376.50;9.90;1508.00;4.49;0.22 -6555;5;2955.50;11.00;1501.50;3.92;0.24 -6556;5;3249.00;9.95;1549.00;4.46;0.20 -6557;5;3213.50;10.40;1522.00;2.24;0.28 -6559;5;3015.50;12.10;1539.50;3.92;0.20 -6560;5;2860.50;9.80;1540.50;2.82;0.20 -6561;5;3111.50;10.25;1482.00;1.75;0.18 -6562;5;3076.00;10.55;1509.50;1.73;0.20 -6563;5;3498.00;9.85;1534.50;3.73;0.18 -6564;5;3574.50;9.60;1498.50;3.64;0.34 -6565;5;3333.50;9.80;1546.00;2.89;0.18 -6566;5;3457.50;10.40;1504.00;2.97;0.20 -6567;5;3131.00;10.00;1572.50;3.73;0.20 -6568;5;2944.00;10.60;1502.00;1.57;0.20 -6569;5;2830.50;9.80;1504.50;2.35;0.20 -6570;5;2915.00;9.75;1538.50;3.52;0.18 -6571;5;3183.00;13.25;1480.00;2.35;0.22 -6572;5;2751.00;9.50;1490.50;4.06;0.18 -6573;5;3138.50;10.00;1490.50;1.76;0.12 -6574;5;3571.00;10.07;1535.00;2.35;0.28 -6575;5;3520.50;11.30;1513.00;1.57;0.24 -6576;5;3078.50;10.40;1503.50;3.68;0.22 -6577;5;3390.00;10.00;1540.00;3.14;0.16 -6578;5;3353.00;9.80;1508.00;3.14;0.24 -6579;5;3224.50;9.80;1558.50;4.17;0.18 -6580;5;3174.00;10.05;1531.50;3.14;0.28 -6581;5;2951.50;10.85;1507.00;2.89;0.20 -6582;5;2993.00;9.80;1550.00;1.89;0.14 -6583;5;2898.00;11.25;1511.50;-1.32;0.26 -6584;5;3218.50;10.05;1476.00;2.97;0.20 -6585;5;2836.50;9.85;1508.00;3.38;0.18 -6586;5;3143.50;10.10;1495.50;4.17;0.20 -6587;5;3466.00;10.00;1543.00;3.14;0.20 -6588;5;3582.00;9.65;1507.00;3.60;0.32 -6589;5;3304.00;9.85;1555.50;4.58;0.24 -6590;5;3082.00;11.67;1508.00;4.12;0.24 -6591;5;3438.50;10.15;1511.00;1.95;0.20 -6592;5;3013.50;14.15;1508.00;4.19;0.28 -6593;5;3245.00;10.10;1531.50;4.06;0.20 -6594;5;2953.50;10.30;1517.50;2.35;0.20 -6595;5;3044.00;10.30;1550.50;4.24;0.16 -6596;5;3352.00;9.70;1459.00;4.24;0.24 -6597;5;3287.50;10.25;1478.00;4.19;0.26 -6598;5;2870.50;9.65;1542.00;4.33;0.16 -6599;5;2806.50;9.70;1502.00;3.38;0.24 -6600;5;3248.50;11.40;1474.00;2.09;0.28 -6601;5;3540.00;11.05;1536.50;4.24;0.28 -6602;5;3507.00;9.70;1508.50;1.69;0.16 -6603;5;3380.00;10.35;1544.50;3.14;0.20 -6604;5;3147.00;10.25;1500.50;4.35;0.26 -6605;5;3320.50;9.80;1521.00;4.33;0.26 -6606;5;2981.00;10.60;1411.50;3.73;0.20 -6607;5;1559.50;10.50;1621.50;1.97;0.28 -6608;5;3299.50;9.50;1241.50;1.76;0.96 -6609;5;2905.50;14.90;1428.50;2.11;0.18 -6611;5;3049.50;13.20;1414.00;3.30;0.20 -6612;5;1500.00;9.50;1340.50;1.53;0.94 -6613;5;2879.00;11.05;1434.00;2.67;0.14 -6614;5;3058.50;11.10;1419.50;2.35;0.16 -6615;5;3635.50;9.60;1475.50;3.68;0.34 -6616;5;985.00;9.50;550.00;4.17;1.06 -6617;5;5280.00;9.50;965.00;2.67;1.34 -6618;5;2840.00;10.02;1428.00;1.57;0.24 -6619;5;3066.50;10.60;1419.00;3.38;0.20 -6620;5;3546.50;9.60;1455.50;4.51;0.30 -6622;5;2917.50;9.70;1555.00;3.60;0.14 -6623;5;4460.00;9.50;179.00;2.41;1.14 -6624;5;2883.50;9.50;1672.00;2.59;0.80 -6625;5;1630.50;10.50;1635.50;1.68;0.28 -6626;5;3018.50;9.50;1431.50;3.33;0.16 -6627;5;5173.00;9.50;476.00;4.37;1.26 -6628;5;5408.00;9.50;1057.50;4.48;1.10 -6629;5;5466.00;9.50;1407.50;2.65;0.98 -6630;5;1613.00;10.50;1639.50;3.52;0.26 -6631;5;2976.50;14.10;1440.50;2.11;0.20 -6632;5;4917.00;9.50;1385.50;4.01;1.22 -6633;5;4138.00;9.50;947.50;4.61;1.14 -6634;5;3140.00;10.55;1410.50;2.46;0.20 -6635;5;2937.00;13.10;1439.50;2.76;0.20 -6637;5;4335.50;9.50;276.50;3.92;1.04 -6638;5;4440.00;14.87;1259.00;2.76;0.40 -6639;5;2891.50;10.10;1439.00;3.78;0.20 -6640;5;3771.50;9.50;352.50;3.44;0.94 -6641;5;2647.50;9.50;53.00;4.62;1.10 -6642;5;3518.50;15.60;1319.50;3.68;0.22 -6643;5;3120.50;9.70;1436.50;3.54;0.18 -6644;5;2847.00;10.15;1448.50;3.73;0.20 -6645;5;2712.50;9.50;642.00;2.33;1.04 -6646;5;2403.50;9.50;477.00;2.99;1.06 -6647;5;3092.00;9.80;1424.00;4.24;0.20 -6648;5;2841.00;10.00;1439.50;3.52;0.18 -6649;5;1866.50;9.50;1224.00;2.53;1.22 -6650;5;3042.50;12.50;1433.50;2.60;0.26 -6651;5;2835.00;10.10;1448.50;4.06;0.22 -6652;5;3174.00;9.95;1407.00;3.60;0.20 -6653;5;1345.00;9.50;543.00;3.07;1.24 -6655;5;457.50;9.50;1207.50;4.53;1.02 -6656;5;2995.50;10.95;1440.00;3.78;0.20 -6657;5;2788.00;9.50;1443.00;3.73;0.30 -6658;5;3213.00;9.80;1399.50;1.86;0.24 -6659;5;128.50;9.50;1738.50;3.37;1.06 -6660;5;238.00;9.50;1000.00;4.14;1.12 -6661;5;2953.00;12.05;1440.50;4.24;0.26 -6662;5;1573.00;10.90;1646.00;3.92;0.28 -6663;5;1221.50;9.50;503.50;2.62;1.26 -6664;5;4903.00;9.50;73.50;2.66;0.92 -6665;5;901.00;13.75;1577.00;3.14;0.28 -6666;5;1451.50;9.50;722.50;-1.10;0.26 -6667;5;3164.00;15.60;1420.00;3.14;0.20 -6668;5;2897.00;10.10;1448.50;2.76;0.20 -6669;5;3484.00;14.60;1352.50;3.14;0.26 -6670;5;3107.00;9.80;1441.00;1.89;0.22 -6671;5;3491.50;14.30;1359.50;2.11;0.16 -6672;5;3059.00;10.50;1448.50;3.81;0.22 -6673;5;3009.50;12.10;1448.50;-1.42;0.14 -6674;5;3476.00;16.10;1381.50;2.21;0.26 -6675;5;2971.50;16.35;1449.00;4.43;0.18 -6676;5;1575.50;10.95;1663.00;2.24;0.34 -6677;5;3234.50;9.70;1407.50;4.17;0.26 -6678;5;2965.00;14.65;1459.50;2.76;0.20 -6679;5;3184.00;14.30;1433.00;2.03;0.20 -6680;5;2960.50;12.45;1463.00;1.95;0.22 -6681;5;885.50;10.60;1519.50;3.68;0.28 -6682;5;3138.00;9.80;1441.50;4.54;0.14 -6683;5;2916.00;11.10;1461.50;4.06;0.18 -6684;5;4887.00;9.85;1419.00;3.46;0.24 -6685;5;3083.00;10.20;1445.50;3.14;0.16 -6686;5;4899.50;9.70;1445.50;4.51;0.24 -6687;5;3035.00;12.80;1460.50;2.03;0.20 -6688;5;2846.50;10.70;1466.50;1.76;0.24 -6689;5;3536.00;11.60;1378.50;1.93;0.28 -6690;5;3054.00;13.92;1473.00;2.15;0.26 -6691;5;3019.50;14.10;1466.50;4.30;0.20 -6692;5;3455.00;13.90;1393.00;1.81;0.26 -6693;5;2976.50;11.90;1478.50;3.54;0.24 -6694;5;930.00;10.40;1497.50;1.93;0.32 -6695;5;3190.00;13.37;1425.00;3.14;0.22 -6696;5;1467.00;10.60;1508.00;3.60;0.44 -6697;5;3143.00;10.55;1450.00;4.24;0.18 -6698;5;2903.50;10.40;1472.50;2.82;0.20 -6699;5;915.50;10.25;1504.00;4.43;0.32 -6700;5;3112.50;9.80;1447.50;4.17;0.22 -6701;5;3542.00;11.25;1393.50;4.15;0.24 -6702;5;3503.00;11.12;1401.00;4.39;0.26 -6703;5;3093.50;9.60;1458.00;4.33;0.22 -6704;5;3341.50;10.80;1416.50;2.94;0.28 -6705;5;1555.00;10.42;1570.00;3.14;0.24 -6706;5;3237.50;10.00;1428.50;4.51;0.22 -6707;5;783.50;9.50;791.50;-0.78;0.22 -6708;5;3009.00;12.45;1479.50;4.58;0.22 -6709;5;3192.00;13.70;1431.50;2.55;0.16 -6710;5;1503.50;10.70;1592.50;3.68;0.36 -6711;5;3171.00;14.67;1453.00;2.35;0.16 -6712;5;2929.50;10.20;1483.50;2.60;0.20 -6713;5;1444.00;10.60;1570.50;4.24;0.24 -6714;5;3170.00;12.20;1458.50;4.54;0.16 -6715;5;4951.50;10.85;1437.00;2.44;0.32 -6716;5;3125.00;9.70;1467.50;2.46;0.24 -6717;5;1628.00;11.67;1588.00;1.81;0.30 -6719;5;1703.50;10.85;1634.00;2.67;0.28 -6720;5;3074.50;10.70;1472.50;3.92;0.24 -6721;5;3435.00;11.90;1400.50;2.03;0.24 -6723;5;3037.50;13.30;1489.50;3.68;0.22 -6724;5;3339.00;9.70;1428.00;3.46;0.24 -6725;5;3000.50;11.30;1487.00;4.12;0.18 -6726;5;1084.00;11.17;1807.00;2.49;0.48 -6728;5;1312.00;10.65;1848.50;2.43;1.24 -6729;5;3240.00;10.30;1440.50;2.76;0.24 -6730;5;3527.50;10.30;1402.00;4.71;0.26 -6731;5;3189.50;15.20;1461.50;2.94;0.24 -6732;5;1694.00;9.75;1593.00;3.14;0.28 -6733;5;3493.50;10.95;1399.00;2.89;0.22 -6735;5;3153.50;10.50;1473.50;2.11;0.22 -6736;5;3445.00;12.65;1407.50;2.21;0.20 -6737;5;1405.50;10.20;1573.00;3.78;0.32 -6738;5;3440.50;12.30;1415.50;2.11;0.18 -6739;5;3064.50;10.10;1486.00;3.38;0.16 -6740;5;1633.00;11.70;1778.50;4.42;1.22 -6741;5;3381.50;9.55;1421.00;4.71;0.16 -6742;5;1026.00;13.77;1670.00;3.83;0.58 -6743;5;3264.50;9.80;1443.50;3.46;0.24 -6744;5;2736.50;11.20;1282.50;2.11;0.24 -6745;5;898.00;10.25;1527.50;2.03;0.26 -6746;5;2724.50;13.10;1374.50;2.82;0.16 -6747;5;3227.00;9.75;1447.50;-1.40;0.22 -6748;5;3534.50;11.00;1412.00;2.89;0.28 -6749;5;2726.50;11.05;1387.00;2.89;0.20 -6750;5;3493.00;12.60;1417.50;2.21;0.24 -6751;5;3131.00;9.80;1486.00;2.82;0.26 -6752;5;1320.50;10.60;1659.00;4.12;0.42 -6753;5;3469.00;13.12;1418.00;3.92;0.24 -6754;5;987.00;12.20;1815.50;4.16;0.80 -6755;5;3407.50;9.70;1435.50;3.92;0.22 -6756;5;2767.50;10.90;1383.50;4.57;0.20 -6757;5;883.00;11.70;1529.50;2.46;0.30 -6758;5;3548.00;9.67;1429.00;2.35;0.24 -6760;5;3539.50;9.60;1434.00;2.67;0.22 -6762;5;2796.50;10.35;1403.00;2.49;0.18 -6763;5;3532.50;12.90;1354.00;4.00;0.24 -6764;5;2691.50;11.30;1387.50;2.94;0.18 -6765;5;3492.50;9.80;1439.50;1.68;0.16 -6766;5;2830.00;9.90;1393.00;2.35;0.18 -6767;5;1383.50;11.25;1697.00;3.70;0.44 -6768;5;3424.50;9.70;1429.00;4.33;0.28 -6769;5;1490.50;10.80;1598.50;2.11;0.34 -6770;5;2862.00;13.37;1411.00;2.03;0.24 -6772;5;886.00;13.05;1545.50;3.14;0.28 -6773;5;2843.00;10.35;1419.00;2.67;0.16 -6774;5;4962.00;12.00;1474.00;2.82;0.30 -6775;5;2817.50;10.00;1407.00;1.95;0.24 -6776;5;3389.50;9.90;1472.00;2.24;0.26 -6777;5;2790.00;9.77;1408.00;2.82;0.20 -6778;5;1624.50;11.10;1621.50;2.35;0.26 -6779;5;557.50;9.50;957.50;-0.52;1.24 -6780;5;2921.00;12.87;1422.00;3.60;0.20 -6781;5;3436.00;9.70;1437.50;4.54;0.20 -6782;5;1479.50;10.70;1609.50;1.97;0.28 -6784;5;2894.00;11.97;1429.00;3.14;0.16 -6785;5;1278.00;9.75;1319.50;2.55;0.38 -6786;5;2876.50;12.40;1425.50;2.94;0.22 -6787;5;3928.50;10.30;1719.00;2.61;0.58 -6788;5;2947.00;9.80;1409.00;3.92;0.20 -6789;5;2851.00;13.17;1425.00;2.67;0.20 -6790;5;2957.50;11.25;1418.00;4.43;0.16 -6791;5;3533.50;10.70;1443.50;2.11;0.22 -6792;5;2809.50;9.80;1421.50;4.17;0.22 -6793;5;2992.50;9.70;1415.50;2.82;0.16 -6794;5;3494.00;9.70;1449.50;4.06;0.26 -6795;5;1618.00;10.40;1611.50;3.14;0.24 -6796;5;3464.00;9.70;1444.50;4.15;0.24 -6797;5;1578.50;9.75;1622.00;2.89;0.20 -6798;5;1262.00;11.45;1373.50;1.63;0.56 -6799;5;3091.00;12.40;1407.50;3.81;0.22 -6801;5;3183.50;9.50;1251.00;-0.24;1.02 -6802;5;2902.00;9.50;80.00;4.06;0.96 -6803;5;1316.00;10.27;1451.00;3.73;0.34 -6804;5;4750.00;15.00;1352.50;3.14;0.26 -6805;5;1523.00;9.50;1251.00;0.00;1.04 -6806;5;4849.00;9.97;1385.00;3.14;0.24 -6808;5;3288.50;12.40;1322.00;4.03;0.26 -6809;5;913.50;9.50;530.00;4.17;1.20 -6810;5;5316.00;9.50;764.00;3.52;1.48 -6811;5;4848.50;12.75;1412.00;2.78;0.24 -6812;5;2824.00;10.00;1347.50;2.21;0.24 -6813;5;3385.50;14.75;1286.00;3.60;0.30 -6814;5;3207.00;10.45;1370.50;3.66;0.22 -6815;5;4318.50;9.50;190.50;4.04;0.98 -6816;5;2928.50;9.50;1638.50;1.83;0.62 -6818;5;2687.00;12.77;1335.00;3.14;0.20 -6819;5;5267.50;9.50;482.00;4.23;0.74 -6820;5;5334.50;9.50;998.50;2.26;1.24 -6821;5;5555.00;9.50;1404.00;1.62;0.82 -6822;5;4823.00;14.00;1354.00;3.60;0.30 -6823;5;1571.00;12.65;1535.50;4.06;0.20 -6824;5;4933.50;9.50;1351.50;-1.40;1.12 -6825;5;4119.00;9.50;926.50;4.05;1.08 -6826;5;3503.50;10.25;1243.00;4.33;0.48 -6827;5;1338.50;11.00;1664.00;3.43;0.36 -6828;5;4595.50;13.70;1311.50;4.17;0.24 -6829;5;4229.00;9.50;21.50;3.73;0.70 -6830;5;4424.00;9.50;288.50;3.39;1.00 -6831;5;3026.00;11.50;1365.50;4.24;0.24 -6832;5;2734.50;11.70;1302.50;2.35;0.22 -6833;5;4927.50;12.95;1417.00;3.30;0.30 -6834;5;3756.50;9.50;287.00;4.49;1.12 -6835;5;2606.50;9.50;70.50;3.43;1.16 -6836;5;2818.50;10.85;1351.00;1.95;0.22 -6837;5;4688.50;11.70;1342.50;2.73;0.26 -6838;5;4868.00;11.45;1404.50;3.81;0.20 -6839;5;2649.00;9.50;593.00;4.12;0.98 -6840;5;2357.50;9.50;483.50;2.14;1.02 -6841;5;2752.00;14.70;1344.00;4.39;0.28 -6842;5;3206.50;11.10;1381.50;3.68;0.22 -6843;5;3059.00;10.05;1345.50;2.46;0.22 -6844;5;1769.50;9.50;1230.50;4.63;1.38 -6845;5;1628.50;9.75;1545.00;4.12;0.20 -6847;5;1352.50;9.50;584.50;2.07;1.02 -6849;5;539.50;9.50;1203.00;3.26;1.36 -6852;5;4688.50;12.45;1367.00;4.03;0.28 -6853;5;128.00;9.50;1687.00;4.29;1.04 -6854;5;418.00;9.50;1134.00;4.12;1.18 -6855;5;1515.00;10.77;1547.00;2.82;0.24 -6856;5;2791.50;12.70;1308.50;2.35;0.18 -6857;5;3166.50;13.30;1358.00;3.50;0.24 -6858;5;1235.50;9.50;448.00;1.98;1.12 -6859;5;4888.00;9.50;33.50;3.30;1.06 -6860;5;4754.00;11.57;1333.00;1.57;0.24 -6861;5;919.50;11.15;1480.00;4.19;0.32 -6862;5;2991.00;10.35;1371.00;3.60;0.26 -6863;5;4866.50;10.00;1432.50;4.51;0.30 -6864;5;3215.50;9.70;1317.50;-1.37;0.24 -6865;5;2828.00;12.15;1363.00;3.92;0.22 -6866;5;2711.00;11.10;1317.00;2.67;0.20 -6867;5;2712.00;12.40;1343.00;3.14;0.16 -6868;5;4762.00;11.80;1360.00;2.35;0.24 -6869;5;1620.50;10.00;1551.50;3.33;0.22 -6870;5;5017.00;12.80;1319.50;3.52;0.22 -6871;5;3278.00;11.90;1329.50;4.35;0.20 -6872;5;1590.50;11.00;1562.00;3.38;0.22 -6874;5;1529.50;10.30;1558.00;4.03;0.26 -6875;5;2982.50;9.70;1375.50;3.00;0.22 -6876;5;937.00;10.65;1491.00;2.35;0.30 -6877;5;3288.00;13.00;1301.50;4.58;0.28 -6878;5;2783.00;11.95;1356.50;1.81;0.24 -6879;5;2768.50;12.90;1329.50;2.82;0.20 -6880;5;2683.00;10.05;1273.00;3.14;0.16 -6882;5;1649.50;9.70;1559.00;1.84;0.22 -6883;5;3406.50;10.50;1261.50;3.68;0.24 -6884;5;2688.00;10.45;1285.50;2.55;0.16 -6885;5;1600.50;9.85;1561.00;3.38;0.22 -6886;5;3161.00;13.55;1357.50;2.86;0.20 -6887;5;1118.50;16.20;1539.50;3.28;0.50 -6888;5;3378.50;14.35;1300.00;2.15;0.34 -6889;5;3085.00;9.82;1377.00;4.12;0.24 -6890;5;764.50;9.50;783.50;-0.77;0.28 -6891;5;2947.50;9.50;1345.50;3.28;0.20 -6893;5;4721.00;10.30;1372.50;2.26;0.26 -6894;5;3310.50;13.85;1276.00;3.30;0.20 -6895;5;3238.00;9.95;1348.50;3.14;0.24 -6896;5;2737.50;12.70;1297.50;3.92;0.16 -6897;5;1084.00;15.45;1456.50;4.24;0.48 -6898;5;4675.50;12.70;1347.50;3.92;0.28 -6899;5;1566.00;11.00;1568.00;3.14;0.20 -6900;5;3129.00;14.35;1338.00;2.67;0.22 -6901;5;2790.50;10.85;1361.00;2.15;0.20 -6902;5;2695.50;10.70;1308.50;4.30;0.24 -6903;5;2774.50;11.70;1365.50;3.33;0.16 -6904;5;4613.00;12.95;1333.50;1.81;0.30 -6905;5;4784.00;12.00;1369.50;2.76;0.26 -6906;5;2797.00;10.30;1314.50;2.55;0.20 -6907;5;2712.00;12.12;1350.00;2.67;0.20 -6908;5;3318.00;12.60;1330.50;1.69;0.22 -6909;5;1671.50;9.60;1573.00;2.67;0.22 -6910;5;4751.50;12.35;1344.00;3.38;0.24 -6911;5;1656.50;10.60;1575.50;2.60;0.14 -6913;5;3119.00;13.62;1375.00;1.89;0.24 -6914;5;2749.00;11.65;1321.50;4.24;0.24 -6915;5;2842.50;12.20;1376.50;2.35;0.20 -6916;5;1627.50;11.50;1613.50;3.33;0.24 -6917;5;2845.00;10.65;1385.00;1.89;0.16 -6918;5;4718.00;11.65;1321.50;3.52;0.22 -6919;5;3403.50;14.40;1322.00;4.00;0.30 -6920;5;3320.50;12.80;1343.50;3.54;0.30 -6921;5;2688.00;13.60;1354.50;1.69;0.16 -6923;5;3196.50;12.50;1363.00;2.15;0.16 -6924;5;2675.50;10.85;1339.00;2.24;0.18 -6925;5;3322.50;10.20;1311.00;1.57;0.28 -6926;5;3004.00;10.55;1382.00;3.60;0.22 -6928;5;4794.00;10.27;1322.00;2.35;0.20 -6929;5;1589.00;10.12;1534.00;4.51;0.18 -6930;5;3151.50;10.40;1321.50;2.11;0.18 -6931;5;2833.50;11.30;1379.50;2.35;0.20 -6932;5;4535.50;12.30;1223.50;3.28;0.40 -6933;5;2680.00;9.80;1289.50;3.14;0.20 -6934;5;2948.50;10.70;1474.50;4.17;0.20 -6935;5;3487.00;11.32;1302.00;3.46;0.32 -6936;5;2736.00;12.40;1359.00;4.39;0.20 -6937;5;4637.50;13.30;1363.50;4.39;0.32 -6938;5;3338.50;13.75;1345.00;1.78;0.26 -6939;5;3044.50;10.20;1356.50;3.00;0.20 -6940;5;3127.50;11.20;1376.50;2.82;0.28 -6941;5;2696.50;10.90;1347.50;1.76;0.22 -6942;5;3076.50;13.40;1392.50;2.82;0.22 -6943;5;1604.50;9.70;1472.50;1.76;0.28 -6944;5;4838.00;10.50;1373.50;2.76;0.28 -6945;5;3272.00;12.95;1294.50;2.03;0.24 -6946;5;2971.50;9.60;1393.00;2.89;0.22 -6947;5;4783.00;11.60;1383.50;3.42;0.24 -6948;5;2728.00;11.15;1307.00;2.35;0.20 -6949;5;2857.50;9.80;1493.00;2.67;0.16 -6950;5;3391.00;13.70;1327.00;2.67;0.20 -6951;5;4723.00;9.70;1362.00;2.15;0.26 -6952;5;3199.50;11.80;1370.50;2.94;0.20 -6953;5;3132.50;13.40;1383.50;3.46;0.22 -6954;5;2711.50;12.50;1291.50;2.35;0.20 -6955;5;2680.50;11.50;1382.50;2.35;0.22 -6956;5;3364.00;14.00;1285.50;3.14;0.28 -6957;5;3068.50;14.30;1398.50;3.92;0.22 -6958;5;1564.00;14.15;1523.00;3.92;0.26 -6959;5;2797.50;10.40;1307.50;3.33;0.20 -6960;5;2852.00;11.52;1389.00;4.71;0.20 -6961;5;4885.00;9.65;1382.50;2.76;0.30 -6962;5;2851.50;11.10;1398.00;3.38;0.20 -6963;5;4787.50;13.10;1350.00;2.09;0.26 -6964;5;4823.00;15.15;1388.00;3.60;0.26 -6965;5;3405.00;18.55;1306.00;2.35;0.26 -6966;5;2811.50;11.10;1342.00;3.78;0.20 -6967;5;3215.50;10.20;1373.50;3.92;0.24 -6968;5;1328.50;9.80;1412.50;3.00;0.40 -6969;5;4638.50;12.20;1334.50;2.60;0.20 -6971;5;1525.00;10.75;1509.00;2.35;0.30 -6972;5;3058.50;12.50;1334.50;2.35;0.18 -6973;5;2959.50;9.55;1402.00;4.43;0.24 -6974;5;1452.00;10.55;1490.00;3.46;0.38 -6975;5;2909.50;13.80;1406.00;2.89;0.18 -6976;5;3444.50;15.30;1331.50;3.68;0.28 -6977;5;3371.00;13.55;1305.50;2.46;0.24 -6978;5;3349.00;13.35;1343.50;3.52;0.24 -6981;5;4744.50;9.70;1326.00;2.24;0.20 -6982;5;3185.00;11.95;1371.50;4.24;0.20 -6983;5;3073.00;12.07;1410.00;2.03;0.24 -6984;5;1609.00;9.80;1535.50;3.14;0.20 -6985;5;2980.00;12.25;1405.00;2.67;0.16 -6986;5;2681.50;9.80;1305.00;3.78;0.18 -6987;5;1267.50;10.40;1336.50;3.25;0.42 -6988;5;4640.00;13.55;1378.00;3.46;0.34 -6989;5;4875.00;10.10;1397.50;4.24;0.28 -6990;5;3173.00;10.75;1347.50;4.06;0.20 -6991;5;3461.50;14.75;1330.00;3.38;0.20 -6992;5;3238.50;10.80;1291.50;4.09;0.28 -6993;5;2760.50;13.20;1336.50;1.76;0.20 -6994;5;5005.50;12.40;1335.50;2.11;0.22 -6995;5;3356.00;11.60;1354.50;3.14;0.36 -6996;5;2684.00;11.72;1326.00;3.92;0.20 -6997;5;3508.00;12.22;1316.00;3.92;0.32 -6998;5;3134.00;10.65;1394.50;4.24;0.26 -6999;5;4464.50;13.85;1134.00;2.27;0.36 -7000;5;4595.00;11.40;1299.50;3.52;0.24 -7001;5;3375.00;11.20;1182.50;2.76;0.24 -7002;5;3227.50;9.50;1239.50;4.63;1.02 -7005;5;2954.50;10.15;1210.00;4.12;0.36 -7006;5;1569.00;9.50;1250.50;4.57;0.80 -7007;5;4647.00;12.42;1126.00;1.57;0.32 -7008;5;2801.50;13.95;1222.00;3.60;0.32 -7009;5;783.00;9.50;626.50;3.14;1.10 -7010;5;5186.50;9.70;588.50;0.52;1.58 -7011;5;3300.50;10.20;1148.50;1.71;0.28 -7012;5;1547.00;9.75;1435.50;3.85;0.38 -7013;5;3947.00;12.15;971.50;3.52;0.28 -7015;5;4459.00;10.67;1002.00;3.46;0.26 -7016;5;4999.50;9.50;1261.50;2.11;0.22 -7017;5;4373.00;9.50;343.50;3.24;0.98 -7019;5;4539.50;10.15;1187.00;1.92;0.34 -7020;5;3887.00;10.47;1041.00;2.35;0.38 -7021;5;4813.00;13.22;1283.00;2.15;0.26 -7022;5;5290.00;9.50;455.00;3.50;0.80 -7023;5;5366.00;9.50;1033.00;3.99;1.22 -7024;5;5448.50;9.50;1464.50;2.21;1.60 -7025;5;4623.50;9.85;1229.00;4.43;0.28 -7028;5;4891.00;9.50;1349.50;1.50;1.22 -7029;5;4070.50;9.50;895.50;-1.46;1.20 -7030;5;3293.00;10.05;1104.50;3.52;0.32 -7031;5;4171.50;9.50;57.50;4.06;1.02 -7032;5;4378.50;9.50;289.00;3.95;1.08 -7033;5;2867.50;12.05;1241.00;3.26;0.32 -7034;5;4291.50;10.00;979.50;3.28;0.24 -7035;5;4620.00;11.60;1151.50;3.85;0.30 -7036;5;3798.50;9.50;244.50;-1.38;1.20 -7037;5;3358.00;9.50;78.00;4.10;1.28 -7038;5;2602.50;9.50;118.00;3.42;1.10 -7039;5;4539.00;10.35;1004.00;3.14;0.26 -7040;5;2837.00;13.55;1240.50;4.15;0.38 -7041;5;2766.00;10.40;1084.00;2.26;1.78 -7042;5;2749.50;9.50;635.00;2.95;0.74 -7043;5;2408.00;9.50;510.50;2.21;0.88 -7044;5;4527.50;10.30;1025.50;4.39;0.22 -7045;5;1572.50;10.50;1471.50;4.17;0.30 -7047;5;1760.50;9.50;1294.50;1.87;1.20 -7048;5;4559.00;13.85;1362.00;2.49;0.54 -7049;5;3864.00;10.70;1096.50;2.43;0.36 -7050;5;4863.50;12.30;1222.50;2.11;0.16 -7051;5;1292.00;9.50;589.50;1.65;1.10 -7052;5;53.50;9.50;73.00;2.24;1.12 -7053;5;401.00;9.50;1314.00;1.98;0.92 -7054;5;4639.50;11.65;1116.00;3.60;0.26 -7055;5;4644.00;10.90;1248.50;4.54;0.24 -7056;5;134.00;9.50;1639.50;4.14;1.00 -7057;5;431.50;9.50;1187.00;3.81;1.06 -7060;5;3980.50;10.90;974.00;2.09;0.34 -7061;5;1169.00;9.50;468.50;3.07;1.16 -7062;5;5352.00;9.50;834.00;-1.40;1.18 -7063;5;3128.50;9.70;1158.50;3.92;0.26 -7064;5;4100.00;12.05;1095.50;3.14;0.32 -7065;5;2899.00;14.95;1251.50;2.46;0.26 -7066;5;3028.50;12.40;1176.00;2.89;0.22 -7067;5;4610.50;9.70;1025.00;2.67;0.28 -7068;5;2744.50;12.95;1269.00;1.95;0.20 -7069;5;2687.00;10.25;1203.50;2.86;0.34 -7070;5;4786.50;10.75;1301.00;1.84;0.22 -7071;5;4649.50;9.60;1052.50;3.92;0.20 -7072;5;4915.52;9.70;1225.05;4.33;0.24 -7073;5;3308.50;11.00;1071.50;2.82;0.36 -7074;5;4583.00;11.25;1253.00;2.89;0.26 -7076;5;3112.00;9.80;1130.50;4.10;0.34 -7077;5;2952.50;14.00;1246.00;4.19;0.26 -7078;5;4206.00;10.00;1013.50;2.86;0.20 -7079;5;3202.50;9.70;1167.50;2.60;0.26 -7080;5;4012.50;10.35;1069.00;2.58;0.42 -7082;5;3161.00;9.80;1187.50;2.46;0.24 -7083;5;1565.00;10.10;1458.00;3.92;0.34 -7084;5;3882.00;9.70;1093.00;2.35;0.44 -7085;5;4617.50;11.30;1223.50;3.68;0.24 -7086;5;4675.50;12.40;1107.50;3.33;0.20 -7087;5;4963.00;10.50;1234.50;3.73;0.24 -7088;5;1644.50;9.50;332.00;-1.37;0.80 -7089;5;4670.00;11.30;1259.50;2.46;0.22 -7090;5;4103.00;12.25;964.00;4.39;0.36 -7091;5;3287.00;9.70;1166.00;3.14;0.18 -7092;5;4608.00;9.70;1273.00;3.14;0.26 -7093;5;4479.00;10.60;997.50;3.42;0.26 -7094;5;4641.00;10.40;1191.50;2.26;0.26 -7095;5;4516.00;9.90;1049.00;2.55;0.28 -7096;5;3160.00;10.95;1281.50;4.01;0.26 -7097;5;4569.50;9.60;1117.50;2.60;0.30 -7098;5;2714.00;11.55;1282.50;1.81;0.20 -7099;5;4630.50;11.90;1055.50;2.11;0.26 -7100;5;2713.50;12.40;1211.50;4.30;0.34 -7102;5;4931.50;11.65;1250.00;3.78;0.24 -7103;5;4392.50;12.00;979.50;2.23;0.30 -7104;5;4653.00;10.52;1150.00;2.82;0.28 -7105;5;4678.50;11.05;1272.00;4.03;0.28 -7106;5;4006.50;19.80;1188.50;2.35;0.34 -7107;5;3358.50;10.45;1182.00;2.15;0.14 -7108;5;4587.00;9.95;1021.50;3.14;0.24 -7109;5;4606.50;10.40;1300.50;3.00;0.22 -7110;5;4841.00;11.15;1202.50;2.21;0.18 -7111;5;2779.00;12.15;1287.00;2.35;0.16 -7116;5;2776.50;14.25;1210.00;1.98;0.36 -7117;5;3272.00;10.10;1131.50;3.14;0.40 -7118;5;1519.50;9.80;1422.50;2.19;0.30 -7119;5;3965.00;13.65;966.50;2.12;0.26 -7120;5;4675.50;11.05;1163.00;4.71;0.22 -7121;5;4819.00;12.00;1258.00;3.73;0.16 -7122;5;4256.50;10.30;1001.50;2.35;0.20 -7124;5;4194.50;9.75;1036.00;3.30;0.26 -7125;5;4795.00;10.30;1283.00;1.76;0.18 -7126;5;4600.00;9.80;1206.00;3.38;0.32 -7127;5;3181.00;9.50;1290.00;0.58;0.44 -7128;5;4537.50;10.30;1046.00;4.03;0.30 -7129;5;4610.00;9.70;1238.00;2.03;0.30 -7131;5;4650.00;11.20;1064.00;2.67;0.22 -7133;5;3291.00;12.22;703.00;3.92;0.42 -7134;5;1554.50;9.80;1443.50;3.33;0.24 -7136;5;3070.50;10.20;1143.50;2.19;0.30 -7137;5;4489.00;9.80;1022.00;4.24;0.24 -7138;5;1544.50;10.00;1455.00;4.53;0.32 -7140;5;3383.00;10.85;1246.50;2.76;0.32 -7141;5;4615.00;10.20;1050.00;3.73;0.24 -7142;5;4672.50;9.70;1204.00;4.33;0.22 -7143;5;3329.00;14.05;1268.00;1.57;0.22 -7144;5;3284.50;9.80;1107.50;2.60;0.20 -7146;5;4687.50;12.40;1128.50;3.92;0.22 -7147;5;3019.50;10.90;1276.50;2.35;0.22 -7148;5;3235.00;9.60;1146.50;3.66;0.34 -7149;5;2879.50;12.10;1228.00;1.92;0.36 -7150;5;3950.50;9.70;1000.00;2.67;0.32 -7151;5;3367.00;10.50;1175.50;2.21;0.22 -7152;5;4563.50;11.15;1020.00;3.60;0.22 -7153;5;2726.00;11.47;1262.00;2.67;0.20 -7154;5;2981.00;10.90;1169.50;2.41;0.58 -7155;5;4764.50;9.80;1295.50;2.11;0.16 -7156;5;3334.50;10.40;1044.50;3.06;0.34 -7158;5;4570.50;13.80;1332.50;4.64;0.34 -7159;5;4556.00;10.00;1080.50;4.01;0.26 -7160;5;4625.00;10.80;1263.00;2.15;0.30 -7162;5;2968.00;10.27;1247.00;3.60;0.28 -7163;5;4284.00;11.45;1007.00;1.81;0.30 -7164;5;3280.50;9.70;1157.50;3.33;0.28 -7165;5;3961.00;10.35;1022.00;2.15;0.34 -7166;5;2875.00;12.55;1261.50;3.36;0.26 -7167;5;4589.50;9.70;1159.00;2.89;0.28 -7168;5;4527.00;10.60;1046.50;2.76;0.28 -7169;5;5007.50;9.80;1294.50;2.19;0.30 -7170;5;3365.50;10.55;1187.00;2.49;0.20 -7171;5;4775.00;11.40;1311.00;3.60;0.22 -7172;5;4612.50;10.60;1095.50;2.94;0.24 -7173;5;2747.00;15.65;1207.50;2.29;0.32 -7174;5;4656.00;11.62;1130.00;3.46;0.24 -7175;5;4788.00;9.65;1252.50;2.21;0.20 -7176;5;3352.50;10.80;1161.00;3.78;0.18 -7177;5;3985.00;10.20;987.00;2.35;0.28 -7178;5;4857.50;10.20;1187.00;2.89;0.16 -7179;5;4243.00;10.27;1028.00;2.82;0.28 -7180;5;2960.00;11.60;1257.00;2.67;0.26 -7181;5;4666.50;9.70;1196.00;3.78;0.22 -7182;5;4627.50;11.50;1042.50;2.11;0.24 -7183;5;2713.00;9.85;1276.00;3.14;0.22 -7184;5;3388.50;11.40;1205.50;3.46;0.44 -7185;5;1311.50;10.60;1897.50;3.57;1.66 -7186;5;4702.00;11.35;1057.50;3.52;0.22 -7187;5;4949.50;11.40;1244.00;1.95;0.20 -7188;5;3296.50;10.70;1117.00;2.09;0.30 -7189;5;4629.50;11.30;1272.50;3.68;0.24 -7190;5;4275.50;14.30;992.50;3.92;0.28 -7191;5;4681.50;9.90;1151.50;2.11;0.18 -7192;5;4514.00;10.10;1011.50;4.54;0.20 -7194;5;3051.50;9.90;1150.00;3.01;0.34 -7196;5;2771.50;14.15;1282.00;1.95;0.24 -7197;5;4891.50;9.55;1205.00;1.84;0.22 -7198;5;2736.50;10.95;1278.00;3.38;0.20 -7199;5;4607.50;10.80;1084.50;2.73;0.28 -7200;5;4653.00;9.85;1227.50;2.76;0.24 -7201;5;4526.00;14.40;1139.00;2.82;0.26 -7202;5;1560.00;9.70;1417.00;2.21;0.48 -7203;5;2670.00;15.72;1146.00;2.15;0.48 -7204;5;4793.00;10.00;1263.00;2.35;0.22 -7206;5;3180.00;9.85;1166.00;2.55;0.26 -7207;5;3928.00;9.70;1009.50;2.18;0.38 -7208;5;4521.50;10.90;1248.50;3.54;0.34 -7210;5;4544.50;9.95;1038.00;3.78;0.26 -7211;5;3150.00;10.75;1288.50;3.14;0.20 -7212;5;4897.50;9.60;1228.00;2.67;0.24 -7213;5;2787.00;12.85;1337.00;3.60;0.20 -7216;5;3263.00;10.05;1111.50;2.14;0.50 -7217;5;4944.50;12.10;1254.00;3.38;0.26 -7218;5;4418.50;12.75;984.00;4.49;0.24 -7219;5;3146.00;11.10;633.00;2.55;0.84 -7220;5;4165.50;10.40;1018.00;2.67;0.28 -7221;5;4787.00;9.70;1275.50;3.14;0.30 -7222;5;4640.00;10.12;1179.00;2.35;0.28 -7223;5;4508.50;12.00;538.50;3.33;0.20 -7224;5;3901.50;15.75;1290.00;3.78;0.44 -7225;5;4392.00;9.60;864.00;1.89;0.20 -7226;5;3209.50;9.50;1270.00;-1.22;1.00 -7227;5;4551.00;9.97;607.00;3.46;0.30 -7228;5;3744.50;10.05;1701.00;3.24;0.40 -7229;5;4486.00;12.20;897.50;2.55;0.26 -7230;5;1654.50;9.50;1205.00;-1.12;1.00 -7231;5;4639.50;10.90;676.50;3.33;0.24 -7232;5;3951.00;11.07;927.00;4.71;0.36 -7233;5;3754.00;9.90;1557.50;3.66;0.40 -7234;5;823.00;9.50;531.00;1.87;1.24 -7235;5;5153.00;9.50;573.00;0.72;1.00 -7236;5;4372.50;11.00;758.50;3.68;0.20 -7237;5;3660.00;10.22;1629.00;2.21;0.36 -7238;5;4470.00;9.75;832.50;3.14;0.22 -7239;5;2765.00;9.85;1575.50;1.10;0.20 -7240;5;4449.50;10.40;1144.00;4.29;0.40 -7241;5;4356.00;9.50;388.50;4.08;1.18 -7242;5;2851.50;9.50;1591.00;3.97;0.64 -7243;5;3793.50;9.80;1446.50;3.03;0.38 -7244;5;3979.00;12.20;861.50;3.81;0.28 -7246;5;5479.00;9.50;408.50;1.93;1.12 -7247;5;5379.00;9.50;976.50;2.33;1.38 -7248;5;5524.50;9.50;1492.00;1.77;1.00 -7249;5;4974.50;13.40;1537.00;4.19;0.34 -7250;5;3971.00;11.30;910.50;4.46;0.26 -7252;5;4864.00;9.50;1311.50;2.99;1.02 -7253;5;4063.00;9.50;842.00;-1.37;0.92 -7254;5;4292.00;10.40;928.50;2.92;0.26 -7255;5;907.00;12.92;1662.00;3.14;0.38 -7256;5;4454.50;11.35;1187.00;4.36;0.36 -7257;5;4228.00;9.50;65.00;2.79;1.02 -7258;5;4431.00;9.50;333.00;2.09;0.98 -7260;5;4057.00;9.87;755.00;3.52;0.32 -7261;5;3863.50;9.50;308.00;2.63;0.90 -7262;5;3395.00;9.50;49.00;2.62;1.02 -7265;5;4033.50;12.60;801.50;2.73;0.28 -7266;5;4934.00;10.35;1487.00;2.55;0.36 -7267;5;2771.50;9.50;668.00;2.02;0.76 -7268;5;2371.50;9.50;531.00;2.32;1.04 -7269;5;4925.00;14.35;587.00;3.14;0.36 -7271;5;4498.00;14.62;842.00;2.35;0.20 -7272;5;1876.50;9.50;1346.50;2.85;1.06 -7273;5;4019.50;20.85;1233.00;4.12;0.74 -7274;5;4103.00;10.55;1630.00;3.46;0.46 -7275;5;4684.50;12.10;895.50;2.60;0.20 -7276;5;1303.50;9.50;553.50;2.58;1.04 -7278;5;410.00;9.50;1272.00;3.88;1.24 -7279;5;4528.00;10.85;1125.00;4.71;0.34 -7280;5;4464.00;11.07;933.00;3.60;0.26 -7281;5;3741.50;9.80;1561.50;2.71;0.44 -7282;5;225.00;9.50;1632.00;1.76;1.02 -7283;5;464.50;9.50;1100.00;3.78;1.18 -7284;5;4773.50;9.70;761.00;3.60;0.22 -7285;5;3766.50;10.50;1636.50;4.39;0.28 -7286;5;1060.00;9.50;556.00;4.12;1.20 -7287;5;5451.00;9.50;805.00;1.82;1.08 -7288;5;4009.00;11.85;799.50;4.01;0.30 -7289;5;1672.00;11.50;1647.50;3.14;0.28 -7291;5;1672.50;9.95;1679.00;4.00;0.36 -7294;5;4406.50;14.50;1095.00;2.93;0.50 -7295;5;4334.50;9.70;886.50;3.92;0.22 -7298;5;3895.50;10.10;1574.50;2.73;0.34 -7299;5;4617.00;11.45;662.00;2.46;0.42 -7300;5;3694.50;10.60;1591.50;3.03;0.40 -7301;5;4513.50;12.70;1213.50;2.11;0.28 -7304;5;1807.50;9.75;1653.00;4.00;0.32 -7305;5;5117.00;9.75;514.50;3.42;0.24 -7306;5;1362.00;10.20;1581.00;4.39;0.40 -7308;5;4417.00;11.80;584.50;2.86;0.54 -7309;5;4993.00;11.00;1528.50;2.72;0.34 -7310;5;4039.00;10.65;875.50;3.42;0.34 -7312;5;4347.50;11.30;927.00;2.49;0.26 -7314;5;4514.50;12.90;1285.50;2.63;0.42 -7315;5;902.50;9.70;1696.50;2.52;0.26 -7316;5;3999.50;19.90;1209.50;4.10;0.58 -7317;5;3976.00;10.57;1564.00;2.11;0.52 -7318;5;3633.00;10.00;1769.00;4.51;0.46 -7319;5;4436.00;9.85;845.50;2.46;0.28 -7320;5;3734.00;13.55;1659.50;2.55;0.34 -7321;5;4708.50;10.10;513.50;3.92;0.14 -7322;5;3652.50;10.20;1480.00;4.03;0.40 -7323;5;4694.50;10.90;890.00;2.15;0.20 -7324;5;5166.50;9.70;560.50;2.11;0.20 -7325;5;4706.00;10.45;921.50;1.81;0.20 -7326;5;3871.00;10.10;1548.00;3.14;0.50 -7327;5;4382.50;10.30;660.50;1.66;0.30 -7328;5;3734.00;9.90;1596.50;2.86;0.34 -7329;5;4401.00;10.17;740.00;2.55;0.26 -7330;5;3557.00;10.50;1784.00;2.03;0.56 -7331;5;4456.00;9.75;796.50;2.03;0.24 -7332;5;4003.00;11.52;1465.00;3.83;0.46 -7333;5;5130.00;10.00;502.00;2.35;0.24 -7334;5;4111.00;12.20;1093.00;3.33;0.34 -7335;5;3949.50;10.75;1483.00;4.12;0.52 -7336;5;4687.00;12.60;614.00;4.12;0.30 -7337;5;3789.00;9.90;1479.50;4.15;0.38 -7338;5;4363.50;9.70;889.50;4.17;0.24 -7340;5;4061.50;9.70;915.50;4.20;0.36 -7341;5;3703.00;9.80;1527.00;4.51;0.46 -7342;5;4381.50;11.30;731.50;1.97;0.28 -7343;5;3653.00;10.10;1581.50;3.14;0.30 -7344;5;4053.00;9.60;774.00;3.73;0.26 -7345;5;1660.00;9.90;1645.00;1.57;0.34 -7346;5;3655.00;9.80;1692.50;1.73;0.36 -7347;5;4479.50;11.35;833.00;1.57;0.20 -7348;5;1068.00;10.40;1889.50;3.97;0.84 -7349;5;5111.50;11.35;499.00;3.30;0.22 -7350;5;4014.50;9.80;1525.50;3.46;0.52 -7352;5;5154.00;10.10;558.00;4.24;0.18 -7353;5;4358.50;9.90;926.50;3.92;0.34 -7354;5;3798.50;9.80;1460.50;1.68;0.40 -7355;5;4615.50;10.40;637.50;1.83;0.36 -7356;5;4416.50;11.55;959.00;2.09;0.30 -7357;5;3809.00;9.90;1604.00;3.52;0.42 -7358;5;4633.50;10.85;726.00;3.60;0.24 -7359;5;3635.00;9.80;1681.00;2.15;0.24 -7362;5;5106.50;13.40;509.00;2.89;0.20 -7363;5;4013.00;10.35;826.50;4.58;0.32 -7364;5;845.50;9.50;955.00;-0.72;2.24 -7366;5;1526.00;11.30;1681.00;3.60;0.44 -7367;5;4365.50;9.70;879.00;4.43;0.22 -7368;5;4380.50;9.65;623.00;4.29;0.26 -7370;5;3684.00;9.90;1512.50;3.99;0.44 -7371;5;4600.00;9.70;722.00;3.73;0.24 -7372;5;4092.50;12.55;948.00;3.38;0.34 -7373;5;3695.50;14.70;1575.50;3.54;0.46 -7374;5;4077.00;15.40;1124.50;2.26;0.62 -7375;5;3679.00;9.95;1687.50;4.06;0.24 -7376;5;4442.00;9.70;830.50;1.81;0.20 -7378;5;5117.50;13.35;506.00;2.89;0.24 -7379;5;1771.50;12.50;1691.50;2.35;0.56 -7380;5;4499.50;12.10;865.50;3.33;0.20 -7382;5;4290.00;10.77;913.00;2.35;0.28 -7383;5;3848.50;10.40;1532.50;4.48;0.58 -7386;5;894.00;9.70;1682.50;1.93;0.38 -7388;5;1522.00;9.65;1329.50;3.14;0.30 -7391;5;3991.50;12.00;836.00;2.67;0.36 -7392;5;3815.50;9.90;1466.50;3.03;0.46 -7394;5;2667.00;10.35;1570.50;2.26;0.24 -7395;5;3979.00;11.15;875.50;2.43;0.38 -7397;5;4423.00;17.65;1221.50;2.86;0.38 -7398;5;909.50;13.10;1636.00;2.44;0.40 -7399;5;4415.00;10.40;709.50;3.14;0.20 -7400;5;4351.00;13.25;1008.50;3.32;0.44 -7401;5;3746.50;9.80;1591.50;-1.46;0.44 -7402;5;4012.50;12.55;786.00;3.26;0.28 -7403;5;3649.00;10.05;1654.50;2.21;0.22 -7404;5;4420.00;9.60;829.50;3.52;0.26 -7405;5;3982.50;10.90;1482.50;2.73;0.44 -7406;5;4512.50;11.35;1200.00;3.04;0.34 -7407;5;3952.00;10.20;1502.00;4.46;0.46 -7408;5;4380.00;9.57;870.00;3.14;0.20 -7409;5;5094.00;12.20;528.50;2.76;0.36 -7410;5;3754.00;9.90;1509.00;4.06;0.42 -7411;5;4002.00;10.65;916.50;1.65;0.36 -7414;5;907.00;12.47;1713.00;3.83;0.46 -7416;5;3678.50;9.90;1647.00;1.84;0.24 -7418;5;4513.00;12.80;1186.00;1.89;0.34 -7421;5;4488.50;11.95;541.00;3.78;0.22 -7422;5;1453.50;10.10;1411.50;1.71;0.36 -7424;5;4577.00;11.00;657.00;3.78;0.48 -7425;5;3934.00;10.05;1511.00;1.73;0.54 -7426;5;4480.50;11.90;902.50;2.19;0.26 -7427;5;4407.00;10.40;687.00;2.82;0.24 -7428;5;4078.50;9.90;941.50;1.68;0.40 -7429;5;3766.50;10.40;1577.00;3.01;0.48 -7430;5;4005.50;11.35;981.00;2.00;0.38 -7431;5;3661.50;9.90;1649.00;1.95;0.24 -7432;5;4430.50;9.70;821.50;2.60;0.32 -7433;5;1698.00;10.35;1673.00;3.14;0.30 -7434;5;4537.50;10.10;1137.00;4.49;0.26 -7435;5;1651.50;10.80;1677.00;2.29;0.48 -7436;5;4044.00;10.05;852.50;3.14;0.28 -7438;5;3663.00;9.80;1526.50;4.10;0.40 -7439;5;4711.00;10.47;916.00;2.67;0.18 -7440;5;4400.00;11.67;603.00;3.14;0.28 -7441;5;4321.50;11.30;952.50;3.03;0.24 -7442;5;901.00;12.30;1676.00;4.51;0.48 -7443;5;4568.00;11.10;675.50;4.50;0.36 -7444;5;3689.00;10.40;1642.00;2.21;0.38 -7445;5;4761.50;11.65;771.00;3.38;0.16 -7446;5;4419.50;15.40;1060.00;2.00;0.52 -7447;5;3996.50;9.60;819.50;2.35;0.26 -7448;5;3804.00;11.40;1247.50;3.85;0.46 -7449;5;1372.50;11.40;1544.50;1.66;0.34 -7450;5;5153.50;10.40;187.00;2.89;0.32 -7451;5;1555.00;9.70;1236.00;3.33;0.42 -7452;5;3182.00;9.50;1307.00;-0.89;1.08 -7453;5;4661.00;10.60;147.00;2.49;0.52 -7454;5;3465.00;14.37;1348.00;2.55;0.26 -7455;5;4256.00;14.50;1090.00;1.93;0.46 -7456;5;1687.00;9.50;1250.50;1.90;0.88 -7457;5;4912.50;10.40;431.00;3.60;0.28 -7458;5;1354.00;10.10;1575.00;3.92;0.38 -7459;5;4569.00;9.90;1194.50;2.43;0.34 -7460;5;841.00;9.50;378.50;2.27;1.20 -7461;5;5059.00;9.50;596.50;-1.20;0.94 -7462;5;1715.00;9.80;1629.00;3.78;0.36 -7464;5;1405.00;12.12;1447.00;3.14;0.26 -7465;5;4070.00;9.95;955.00;2.55;0.36 -7466;5;1546.00;11.77;1500.00;2.35;0.26 -7467;5;4377.00;9.50;483.50;3.74;1.06 -7468;5;2810.50;9.50;1597.00;-1.48;0.46 -7469;5;4313.00;12.12;1026.00;1.76;0.32 -7470;5;3474.00;13.20;1310.50;4.01;0.32 -7471;5;5131.50;10.80;187.50;2.35;0.32 -7472;5;5471.00;9.50;442.00;1.83;0.98 -7473;5;5410.50;9.50;954.00;3.60;1.18 -7474;5;5471.00;9.50;1443.50;4.46;1.14 -7475;5;4160.00;10.50;1070.50;4.24;0.22 -7476;5;2102.00;11.70;565.50;3.63;0.46 -7478;5;4922.50;9.50;1286.00;1.92;0.90 -7479;5;4067.00;9.70;792.50;0.67;1.00 -7480;5;1430.00;10.15;1384.50;2.92;0.22 -7481;5;4932.50;9.70;406.00;4.08;0.36 -7482;5;3209.50;9.80;1658.50;4.30;0.30 -7483;5;4254.00;9.50;63.50;3.67;0.92 -7484;5;4342.00;9.50;325.50;3.65;0.80 -7485;5;1339.00;10.45;1434.00;3.38;0.36 -7486;5;3793.00;10.52;1400.00;4.39;0.52 -7488;5;3854.50;9.50;263.50;3.52;1.14 -7489;5;3336.50;9.50;45.50;2.30;1.00 -7490;5;2608.00;9.50;23.50;2.01;0.66 -7491;5;3743.00;14.75;1275.50;2.76;0.50 -7492;5;4350.50;10.85;942.00;3.70;0.36 -7493;5;2681.00;9.50;680.50;4.68;0.90 -7494;5;2423.00;9.50;539.50;4.56;1.14 -7495;5;3575.00;10.97;1338.00;2.35;0.24 -7496;5;5140.50;12.80;182.50;2.82;0.32 -7497;5;4110.50;14.10;1025.50;3.80;0.42 -7498;5;1811.00;9.50;1316.50;2.39;1.00 -7500;5;1840.50;9.80;326.50;4.44;0.52 -7501;5;3832.50;11.35;1357.00;4.22;0.56 -7502;5;4556.00;9.92;1095.00;4.12;0.32 -7503;5;1283.50;9.50;494.00;2.54;1.34 -7504;5;84.50;9.50;131.50;3.17;1.30 -7505;5;498.50;9.50;1249.00;1.63;1.02 -7506;5;5011.00;10.30;430.50;3.32;0.36 -7507;5;3837.50;10.10;1378.50;2.87;0.56 -7508;5;4556.50;10.30;1208.50;4.09;0.34 -7509;5;257.50;9.50;1651.00;4.21;1.04 -7510;5;528.50;9.50;1083.50;3.08;0.84 -7511;5;4426.50;14.00;1284.50;3.76;0.44 -7513;5;3412.50;10.50;1233.50;3.25;0.42 -7514;5;1140.00;9.50;491.00;2.09;1.48 -7515;5;5315.00;9.50;948.00;3.40;1.24 -7516;5;4424.50;10.00;938.00;2.07;0.40 -7517;5;976.00;9.70;1424.00;3.60;0.26 -7518;5;4452.00;12.25;1019.50;2.26;0.30 -7519;5;3964.00;20.80;1267.00;1.57;0.36 -7520;5;5140.50;9.80;164.00;3.30;0.36 -7521;5;4506.50;11.10;1077.50;3.03;0.36 -7522;5;5149.00;10.55;268.50;3.81;0.44 -7523;5;4784.00;10.40;1414.00;2.15;0.30 -7524;5;1393.50;10.05;1376.00;4.12;0.30 -7525;5;5019.00;10.30;412.00;3.78;0.38 -7526;5;4783.50;9.80;1439.50;3.00;0.38 -7527;5;1527.50;9.90;1438.50;4.60;0.36 -7528;5;1530.50;10.10;1533.00;2.24;0.26 -7530;5;3465.00;12.45;1281.00;3.14;0.32 -7531;5;4373.00;10.35;943.50;2.29;0.40 -7532;5;5000.00;9.77;1376.00;1.89;0.48 -7533;5;5081.00;9.95;179.50;2.41;0.44 -7534;5;4276.00;11.17;1021.00;3.38;0.28 -7535;5;5153.00;10.35;256.50;3.42;0.28 -7536;5;1322.50;10.50;1623.00;3.97;0.40 -7537;5;4164.00;10.05;1060.50;2.86;0.30 -7538;5;5029.00;10.10;373.00;4.57;0.64 -7539;5;1371.00;10.10;1564.50;4.15;0.44 -7540;5;4589.00;9.95;1204.50;3.14;0.30 -7541;5;3697.00;9.90;1399.50;3.98;0.56 -7543;5;1371.50;10.20;1432.00;2.58;0.34 -7544;5;4363.00;9.70;903.00;2.35;0.32 -7545;5;4580.00;14.40;1361.50;4.15;0.38 -7546;5;1602.00;9.62;1212.00;2.35;0.32 -7547;5;1512.00;10.82;1511.00;2.67;0.30 -7548;5;3107.50;12.90;500.50;-1.53;1.44 -7549;5;4488.00;12.95;1072.50;4.01;0.34 -7550;5;1800.00;10.52;286.00;2.11;0.46 -7551;5;1456.50;10.60;1550.50;4.09;0.30 -7552;5;1396.00;9.50;1363.50;3.66;0.30 -7553;5;2053.50;11.30;474.00;2.58;0.48 -7554;5;3536.00;15.90;1364.50;2.21;0.28 -7555;5;1362.50;10.30;1399.00;2.27;0.42 -7556;5;3884.00;10.90;1412.50;2.29;0.44 -7558;5;1539.00;13.30;1487.50;2.12;0.28 -7559;5;4354.00;10.50;916.50;2.46;0.30 -7560;5;3772.50;10.55;1271.00;2.07;0.44 -7561;5;2216.50;10.10;766.50;2.57;0.58 -7562;5;4319.50;11.40;1018.50;2.82;0.38 -7563;5;3671.50;10.00;1332.50;1.99;0.58 -7564;5;5155.50;10.55;244.00;3.60;0.28 -7565;5;4180.00;10.22;1065.00;4.39;0.44 -7568;5;4584.00;9.80;1192.50;2.12;0.30 -7569;5;4891.50;10.00;1454.50;3.92;0.28 -7570;5;4974.50;14.70;594.50;2.35;0.52 -7571;5;4547.50;12.40;1244.00;4.19;0.38 -7572;5;4366.50;9.70;915.00;3.50;0.32 -7573;5;3692.00;13.40;1270.50;4.30;0.52 -7574;5;4097.50;10.70;997.00;2.44;0.34 -7575;5;4654.00;12.05;1380.00;3.14;0.28 -7576;5;3262.50;12.10;142.50;2.45;0.70 -7577;5;4506.50;10.90;1089.00;1.78;0.32 -7578;5;4663.00;12.20;1424.50;2.43;0.48 -7579;5;4675.50;10.50;240.00;2.67;0.52 -7580;5;4575.00;10.10;1179.00;2.89;0.32 -7581;5;1964.00;10.65;403.50;3.14;0.40 -7582;5;4766.00;11.32;1431.00;1.89;0.34 -7583;5;1482.00;10.10;1415.00;3.52;0.30 -7584;5;3843.00;11.15;1264.00;1.68;0.42 -7585;5;4909.00;11.20;596.50;1.86;0.40 -7586;5;1378.50;10.20;1474.00;2.27;0.34 -7587;5;4362.00;9.82;873.00;2.55;0.24 -7588;5;1536.00;10.52;1511.00;3.92;0.28 -7589;5;2137.50;10.60;550.50;3.92;0.44 -7590;5;1632.50;9.65;1200.00;3.50;0.28 -7591;5;4794.50;10.50;1408.50;4.44;0.34 -7592;5;5127.50;10.80;240.00;2.42;0.38 -7593;5;4162.00;10.15;1046.50;4.42;0.44 -7594;5;1983.50;11.10;390.00;4.21;0.40 -7595;5;5049.00;10.62;1390.00;2.21;0.36 -7596;5;4531.00;13.20;1168.50;3.85;0.38 -7597;5;3853.00;10.65;1412.00;3.92;0.50 -7598;5;4666.00;11.55;604.50;3.14;0.28 -7599;5;1374.00;10.30;1393.00;2.76;0.36 -7600;5;3812.00;10.17;1447.00;2.97;0.50 -7601;5;4430.50;10.00;882.50;3.92;0.20 -7602;5;3675.00;16.45;1273.50;1.62;0.54 -7603;5;4337.00;11.90;987.50;3.14;0.38 -7604;5;3506.50;12.50;1289.50;2.52;0.36 -7605;5;3101.00;12.70;253.00;2.82;0.74 -7606;5;4429.50;16.20;1061.50;4.30;0.32 -7607;5;1366.50;11.45;1534.00;2.97;0.34 -7608;5;4688.50;10.60;220.50;1.82;0.52 -7609;5;4553.00;11.25;1170.50;2.43;0.38 -7610;5;5072.00;10.22;312.00;4.12;0.56 -7611;5;1420.50;10.10;1561.50;2.19;0.28 -7612;5;1508.00;10.35;1410.50;3.14;0.36 -7614;5;5072.50;10.20;572.50;3.92;0.30 -7615;5;1409.50;10.40;1471.50;4.30;0.30 -7616;5;4884.50;11.80;1545.50;1.89;0.54 -7618;5;3740.00;11.27;1326.00;4.24;0.64 -7619;5;4047.00;11.22;977.00;1.89;0.36 -7620;5;3404.00;13.85;1290.50;4.15;0.30 -7621;5;1896.00;9.65;245.50;2.72;0.42 -7623;5;4905.50;10.30;251.00;2.51;0.84 -7624;5;3557.50;10.00;1362.50;3.33;0.24 -7625;5;4571.00;9.70;1157.00;3.14;0.28 -7626;5;1412.50;10.20;1521.50;3.92;0.36 -7627;5;4972.50;10.15;552.00;3.89;0.50 -7628;5;1322.50;10.30;1378.00;3.26;0.36 -7629;5;1681.50;10.70;1635.00;2.15;0.26 -7630;5;1571.50;9.70;1017.50;4.05;0.36 -7631;5;4540.00;12.70;1331.00;4.12;0.52 -7632;5;1694.00;10.77;1172.00;2.76;0.48 -7633;5;4662.00;12.00;1369.00;3.73;0.30 -7634;5;4235.50;10.20;1043.50;4.60;0.36 -7635;5;3697.00;10.30;1340.50;2.18;0.56 -7636;5;2055.50;11.35;540.00;2.12;0.36 -7637;5;4615.50;10.60;1145.50;1.97;0.36 -7638;5;1977.50;9.70;344.00;2.79;0.44 -7639;5;3835.00;10.45;1301.50;2.26;0.40 -7640;5;1473.00;10.40;1386.00;1.57;0.30 -7641;5;3682.50;10.10;1401.00;1.72;0.56 -7642;5;4515.00;9.70;530.50;4.06;0.18 -7643;5;1514.00;14.20;1463.50;4.01;0.36 -7644;5;1823.00;9.75;1643.50;3.42;0.40 -7645;5;4462.00;10.05;858.50;3.66;0.24 -7646;5;1551.50;13.50;1510.50;2.60;0.30 -7647;5;4346.50;11.90;970.50;1.66;0.24 -7648;5;4616.50;12.30;1409.00;4.29;0.50 -7649;5;5111.50;9.90;215.00;3.83;0.34 -7650;5;4491.50;10.10;1031.50;4.39;0.32 -7651;5;5122.50;10.45;295.00;2.78;0.36 -7652;5;4767.00;10.00;1418.00;1.89;0.24 -7653;5;4606.00;11.15;1119.00;3.92;0.30 -7654;5;4586.00;11.25;523.00;3.14;0.32 -7655;5;4100.50;10.30;1683.50;2.35;0.52 -7656;5;4593.00;10.55;1227.00;3.14;0.24 -7657;5;3827.50;10.30;1429.50;2.35;0.44 -7658;5;4303.50;11.10;727.00;3.01;0.48 -7659;5;4531.50;13.00;1305.50;2.64;0.50 -7660;5;1727.00;9.70;1170.00;1.78;0.28 -7662;5;4190.50;9.70;1053.50;1.97;0.36 -7663;5;4777.50;11.30;1394.50;1.76;0.34 -7664;5;5145.00;13.12;197.00;2.03;0.38 -7665;5;4537.50;10.70;1112.50;2.07;0.38 -7667;5;962.00;15.80;1489.50;3.99;0.48 -7669;5;4862.50;9.80;456.50;3.54;0.28 -7670;5;4831.00;10.85;1434.50;3.85;0.42 -7671;5;3398.00;10.42;1253.00;1.24;0.24 -7672;5;4873.00;10.30;1484.00;3.60;0.44 -7674;5;4607.00;15.47;1380.00;3.33;0.48 -7675;5;4339.00;12.45;961.50;2.92;0.28 -7676;5;4407.50;14.65;1520.00;2.67;0.54 -7677;5;953.00;14.10;1738.00;3.00;0.60 -7678;5;3238.00;9.50;1332.50;0.00;0.40 -7680;5;4110.50;11.40;1550.00;2.12;0.54 -7681;5;3933.00;11.15;1690.50;2.03;0.44 -7682;5;3861.00;10.45;1338.50;4.18;0.40 -7683;5;1797.00;10.92;1770.00;3.64;1.32 -7684;5;1111.50;17.70;1520.50;3.40;0.50 -7685;5;3964.50;10.30;1758.00;3.21;0.62 -7686;5;503.00;9.50;491.50;4.14;1.16 -7687;5;4056.50;10.40;1608.50;1.82;0.54 -7688;5;1106.00;16.05;1593.00;2.11;0.48 -7689;5;3943.00;9.70;1884.00;3.50;1.00 -7690;5;5187.50;9.50;708.50;2.59;1.52 -7691;5;4728.50;11.80;1645.50;3.92;0.72 -7692;5;5568.50;11.30;141.50;3.28;0.30 -7693;5;4168.00;15.55;1484.50;1.98;0.60 -7694;5;4353.50;9.50;585.50;3.92;1.02 -7695;5;2872.00;9.50;1616.00;1.97;0.70 -7696;5;969.00;10.80;2030.50;1.94;1.18 -7697;5;4685.00;11.30;1528.50;1.81;0.66 -7698;5;5401.00;9.50;464.00;3.52;0.90 -7699;5;5466.50;9.50;958.00;4.02;0.66 -7700;5;5543.50;9.50;1477.50;4.59;0.82 -7701;5;4203.00;10.40;1709.00;2.73;0.58 -7702;5;4127.00;12.20;1352.00;1.92;0.56 -7703;5;4339.00;14.45;1574.00;3.00;0.50 -7704;5;4946.50;9.50;1315.50;4.36;1.18 -7705;5;4086.50;9.50;771.00;4.12;0.90 -7706;5;3938.00;10.80;1372.50;4.64;0.36 -7707;5;4282.50;11.20;1775.50;3.71;0.86 -7708;5;4014.50;10.30;1561.00;4.52;0.60 -7709;5;4308.50;9.50;70.00;2.26;0.98 -7710;5;4256.00;9.50;214.50;2.98;0.98 -7711;5;1988.00;10.20;706.00;-1.22;0.46 -7712;5;3683.50;10.50;1848.50;3.53;0.76 -7713;5;4323.00;15.10;1608.50;1.91;0.54 -7714;5;3900.00;9.50;294.00;2.79;1.10 -7715;5;3359.50;9.50;30.50;3.26;0.86 -7716;5;3143.50;10.80;574.00;2.97;0.62 -7717;5;4431.00;14.70;1518.50;4.36;0.46 -7718;5;1067.50;11.50;1743.50;3.92;0.64 -7719;5;2650.50;9.50;648.50;4.30;1.08 -7720;5;2388.50;9.50;559.50;3.42;0.84 -7721;5;973.00;13.05;1616.50;2.03;0.60 -7722;5;4004.50;9.80;1663.00;4.31;0.50 -7723;5;1843.00;9.50;1361.50;2.33;1.06 -7724;5;1957.50;9.50;2018.50;3.62;0.94 -7725;5;4643.50;11.60;1556.00;3.21;0.56 -7726;5;4527.00;10.65;1717.50;1.85;0.88 -7727;5;4349.00;14.15;1363.50;2.96;0.50 -7728;5;1294.50;9.50;429.50;2.18;0.92 -7729;5;109.50;9.50;172.50;2.23;1.30 -7730;5;550.00;9.50;1247.50;2.77;1.40 -7731;5;4296.00;13.05;1587.50;4.01;0.52 -7732;5;4237.00;10.35;1377.00;1.93;0.44 -7733;5;3852.00;10.12;1741.00;3.73;0.72 -7734;5;286.50;9.50;1679.00;4.44;1.02 -7735;5;615.00;9.50;1088.00;1.84;1.04 -7736;5;4581.50;12.30;1605.50;1.97;0.72 -7737;5;4216.50;14.70;1436.50;2.23;0.52 -7738;5;3932.50;9.70;1831.00;4.37;0.86 -7739;5;1080.50;9.50;516.50;3.29;1.14 -7740;5;5508.00;9.50;1146.00;3.75;1.08 -7741;5;3886.50;10.80;1610.50;2.48;0.52 -7743;5;4653.00;13.32;1502.00;3.14;0.72 -7744;5;4267.00;10.72;1678.00;4.46;0.76 -7745;5;1200.50;11.70;1609.50;4.09;0.50 -7746;5;4831.50;12.75;1715.00;1.70;0.62 -7747;5;1069.50;13.30;1436.50;4.02;0.46 -7748;5;4908.50;12.40;1556.50;2.48;0.46 -7749;5;4524.00;12.32;1446.00;2.15;0.58 -7750;5;4143.00;10.00;1750.00;2.35;0.66 -7751;5;4575.50;12.30;1581.00;2.15;0.68 -7752;5;4495.50;14.00;1456.50;2.35;0.66 -7753;5;916.50;12.90;1729.50;4.64;0.52 -7754;5;4849.00;10.80;1581.00;1.81;0.66 -7755;5;5055.50;9.80;106.00;4.36;0.28 -7756;5;1005.50;15.80;1565.50;4.21;0.54 -7757;5;4141.50;10.70;1632.50;2.73;0.44 -7758;5;1950.50;9.65;1715.00;4.37;0.76 -7759;5;4573.50;11.55;1683.00;2.93;0.68 -7760;5;1146.00;11.90;1654.00;2.12;0.54 -7761;5;933.00;14.55;1798.50;4.16;0.68 -7762;5;1245.50;11.40;1478.00;4.21;0.44 -7763;5;4797.50;10.50;1545.50;3.23;0.66 -7764;5;1096.50;15.95;1512.00;3.04;0.40 -7765;5;4692.50;10.90;1774.00;3.60;1.06 -7766;5;999.00;11.90;1869.50;2.96;1.16 -7767;5;4813.50;10.70;1460.50;1.06;0.46 -7768;5;3830.50;9.70;1826.00;3.96;0.84 -7769;5;4398.00;11.30;1637.50;4.10;0.54 -7770;5;3122.50;12.90;304.00;2.11;0.84 -7771;5;1247.00;10.90;1615.00;2.97;0.48 -7772;5;4859.50;12.25;1686.00;4.40;0.98 -7773;5;4264.00;12.65;1524.50;3.69;0.56 -7774;5;3872.50;9.80;1683.00;3.97;0.54 -7775;5;3833.00;11.20;1327.00;3.81;0.44 -7776;5;686.00;9.50;828.50;-0.69;0.42 -7777;5;3855.50;10.70;1360.50;4.27;0.52 -7778;5;3795.50;9.80;1708.50;1.63;0.64 -7779;5;1045.50;16.05;1676.00;3.67;0.58 -7780;5;1175.50;13.70;1557.50;3.64;0.36 -7781;5;4134.50;9.80;1804.00;2.40;0.84 -7782;5;1260.00;10.20;1859.50;2.24;1.44 -7783;5;5550.00;9.72;157.00;4.24;0.28 -7785;5;4713.00;11.25;1635.50;2.08;0.80 -7786;5;4590.50;11.75;1540.00;4.33;0.64 -7787;5;1030.00;12.40;1797.00;1.97;0.68 -7789;5;4131.50;9.85;1669.00;3.24;0.44 -7790;5;4028.00;13.20;1302.50;2.93;0.64 -7791;5;1502.00;11.80;1467.50;2.76;0.26 -7792;5;4171.00;12.15;1345.00;1.73;0.44 -7793;5;4035.50;10.40;1721.50;2.00;0.56 -7794;5;1446.00;10.90;1751.00;4.62;0.84 -7795;5;3997.00;10.55;1422.00;4.35;0.50 -7796;5;3808.50;9.70;1797.50;4.64;0.76 -7797;5;1408.00;10.77;1461.00;2.67;0.30 -7798;5;5043.50;10.05;84.00;4.12;0.40 -7799;5;4313.50;16.30;1484.50;3.23;0.52 -7800;5;3922.50;9.80;1646.00;2.61;0.54 -7801;5;4849.00;10.65;1508.50;2.14;0.54 -7802;5;4397.00;11.00;1696.00;1.98;0.86 -7803;5;4434.00;12.05;1347.50;2.92;0.56 -7804;5;4232.00;13.50;1537.00;1.98;0.60 -7805;5;4322.00;11.05;1781.50;4.20;1.06 -7806;5;4403.00;14.60;1411.50;3.77;0.56 -7807;5;1714.50;11.40;1744.00;3.69;0.90 -7808;5;4240.50;14.15;1427.00;3.01;0.40 -7809;5;4063.50;9.70;1848.50;3.18;0.80 -7810;5;1879.00;10.40;1775.50;4.03;0.74 -7811;5;5029.50;9.80;78.00;3.01;0.40 -7812;5;4691.50;11.30;1442.00;2.78;0.38 -7814;5;1119.00;14.12;1631.00;3.92;0.56 -7815;5;4213.50;10.40;1658.50;2.25;0.50 -7816;5;4493.50;15.40;1549.00;3.04;0.48 -7817;5;4771.00;11.60;1771.50;1.67;0.94 -7818;5;1091.00;16.20;1495.50;2.62;0.32 -7819;5;4225.50;12.60;1548.50;1.61;0.60 -7820;5;1011.00;14.45;1731.00;1.10;0.76 -7821;5;1070.50;15.90;1479.50;3.33;0.50 -7822;5;4179.00;11.45;1581.50;3.32;0.54 -7823;5;4550.00;12.50;1485.50;4.10;0.52 -7824;5;3724.50;12.20;1781.50;4.17;0.58 -7825;5;4089.00;10.40;1622.50;1.91;0.64 -7826;5;5568.50;10.80;126.00;3.01;0.32 -7827;5;986.00;14.50;1552.00;3.14;0.56 -7828;5;4468.00;10.90;1675.50;4.41;0.72 -7829;5;1402.50;11.10;1640.00;2.58;0.36 -7830;5;902.00;12.45;1971.50;3.94;1.60 -7831;5;1406.50;10.50;1502.00;4.36;0.38 -7832;5;4770.50;11.00;1517.50;4.39;0.74 -7833;5;3895.00;9.75;1727.00;4.43;0.48 -7834;5;1320.50;10.20;1519.00;3.24;0.36 -7835;5;4505.50;11.70;1564.50;1.51;0.62 -7837;5;4022.00;10.30;1780.50;4.03;0.74 -7838;5;4425.50;11.30;1592.50;4.02;0.58 -7839;5;5520.00;11.05;90.00;2.55;0.34 -7840;5;1220.50;11.80;1594.50;4.01;0.48 -7841;5;4349.50;11.10;1645.50;2.57;0.50 -7842;5;3308.50;12.20;336.50;2.09;0.84 -7843;5;4213.50;13.80;1509.00;4.22;0.64 -7844;5;4752.50;12.00;1669.50;2.85;0.88 -7845;5;999.00;15.85;1640.50;3.63;0.54 -7846;5;3862.50;9.80;1675.50;1.89;0.36 -7848;5;4734.50;11.40;1577.00;4.54;0.58 -7849;5;4119.00;9.80;1725.50;3.29;0.64 -7850;5;4119.50;17.55;1390.00;2.06;0.50 -7851;5;4754.50;10.60;1603.00;2.31;0.64 -7852;5;1267.00;11.12;1573.00;4.17;0.56 -7853;5;929.50;11.60;1755.00;1.95;0.58 -7854;5;4596.00;12.57;1622.00;4.42;0.64 -7855;5;226.91;10.20;2001.98;-1.17;2.30 -7857;5;3011.50;15.55;1505.00;4.03;0.24 -7858;5;956.00;12.22;1904.00;1.66;1.44 -7859;5;5112.50;12.25;123.00;2.78;0.30 -7860;5;4533.00;13.25;1526.00;3.76;0.54 -7861;5;4115.50;9.80;1666.00;2.12;0.48 -7862;5;1258.00;11.00;1652.00;2.60;0.38 -7863;5;4408.00;10.40;1733.50;1.99;0.72 -7864;5;4339.00;14.27;1399.00;3.46;0.56 -7865;5;944.50;9.50;1650.50;3.92;0.32 -7866;5;4098.50;14.90;1414.50;2.64;0.60 -7867;5;3882.50;9.70;1781.00;4.21;0.66 -7868;5;4998.50;10.50;1575.50;3.50;0.54 -7869;5;633.00;14.95;1986.00;4.53;2.56 -7870;5;4255.50;16.30;1445.00;1.96;0.56 -7871;5;4915.00;12.85;1601.50;1.81;0.60 -7872;5;3238.50;12.70;385.00;1.79;0.76 -7873;5;4741.00;10.70;1521.50;3.56;0.60 -7874;5;3906.50;10.20;1625.50;2.35;0.52 -7875;5;1598.00;11.00;1692.50;2.40;0.48 -7876;5;4365.00;10.60;1673.50;2.48;0.62 -7877;5;1190.50;11.10;1691.50;4.27;0.48 -7878;5;5286.50;11.05;1616.00;1.57;1.50 -7879;5;1011.50;14.40;1500.00;4.12;0.44 -7880;5;1136.50;12.00;1685.50;4.17;0.72 -7881;5;4410.00;14.07;1451.00;3.33;0.52 -7882;5;4106.00;10.40;1776.00;4.39;0.72 -7883;5;1170.00;12.22;1714.00;2.89;0.38 -7884;5;419.00;9.90;1910.00;2.29;1.18 -7885;5;4532.00;14.40;1472.50;1.87;0.54 -7886;5;4189.00;10.35;1647.50;2.30;0.54 -7887;5;5555.50;10.20;179.50;3.68;0.22 -7888;5;1085.00;15.82;1584.00;2.60;0.48 -7889;5;4677.00;10.55;1708.50;3.36;0.52 -7890;5;4112.00;13.32;1528.00;1.57;0.44 -7891;5;801.50;12.50;1985.00;1.64;1.24 -7892;5;1287.00;11.27;1515.00;3.33;0.42 -7893;5;1689.00;10.40;1729.50;1.51;0.88 -7895;5;3791.50;9.70;1779.50;1.70;0.66 -7896;5;1351.50;11.05;1705.00;3.97;0.44 -7897;5;4780.00;11.65;1471.50;3.86;0.50 -7898;5;3707.00;10.42;1794.00;0.89;0.74 -7899;5;1403.50;11.30;1721.50;3.07;0.76 -7900;5;3298.00;11.10;222.50;2.96;0.44 -7901;5;1179.50;11.05;1984.00;1.05;1.96 -7902;5;4447.00;11.90;1654.50;2.00;0.66 -7903;5;3902.50;11.60;1132.50;4.09;0.50 -7904;5;1292.50;10.85;1476.00;1.78;0.46 -7905;5;4005.50;10.15;1086.00;2.07;0.42 -7906;5;3249.50;9.50;1377.50;-1.16;1.00 -7907;5;2779.00;9.50;55.50;2.07;1.08 -7908;5;2740.00;11.95;1161.00;2.27;0.56 -7909;5;4371.00;11.52;997.00;2.15;0.32 -7910;5;1572.00;9.50;1275.50;-1.38;1.08 -7911;5;4457.00;13.30;1219.50;3.14;0.40 -7912;5;3360.00;14.90;773.50;2.32;1.04 -7913;5;1264.00;14.70;1204.00;2.55;0.46 -7914;5;457.00;9.50;490.50;2.73;0.92 -7915;5;1778.50;10.30;970.50;2.45;0.78 -7916;5;3860.00;18.12;1225.00;1.95;0.48 -7918;5;5149.50;9.50;784.00;4.45;1.26 -7919;5;3138.00;10.70;837.50;3.58;0.80 -7920;5;1093.50;13.25;1408.00;2.93;0.56 -7921;5;1170.00;16.45;1258.50;2.55;0.52 -7922;5;4341.00;9.50;477.50;3.00;0.78 -7923;5;2819.00;9.50;1658.50;3.37;0.88 -7924;5;3780.00;9.85;1305.00;3.68;0.44 -7925;5;3304.00;10.60;896.00;2.43;0.48 -7927;5;5376.50;9.50;434.50;2.19;1.08 -7928;5;5517.00;9.50;999.00;2.55;1.22 -7929;5;5514.50;9.50;1589.50;2.88;1.24 -7930;5;2760.50;10.20;905.50;4.42;0.88 -7931;5;3101.50;11.00;690.00;2.83;0.64 -7932;5;4854.00;9.50;1228.50;0.47;1.26 -7933;5;4027.00;9.50;764.00;4.16;1.14 -7934;5;3421.00;11.85;1047.50;4.48;0.52 -7935;5;1126.00;15.55;1327.00;1.57;0.60 -7936;5;1605.50;12.00;920.50;4.10;0.64 -7937;5;4204.00;9.50;215.00;4.10;1.06 -7938;5;4078.50;10.50;1056.50;3.03;0.42 -7939;5;2908.50;10.70;907.00;1.57;0.92 -7940;5;4266.50;19.50;1253.50;4.11;0.86 -7941;5;3939.00;9.50;207.50;2.47;1.24 -7943;5;2680.00;10.90;1010.50;2.51;1.18 -7945;5;1319.00;10.50;1438.50;3.14;0.34 -7946;5;2615.50;9.50;657.50;2.88;0.84 -7948;5;4521.50;12.60;1164.00;1.57;0.32 -7949;5;4043.00;15.22;1331.00;3.38;0.60 -7950;5;2802.50;10.20;877.00;3.53;0.82 -7951;5;1743.00;9.50;1342.50;3.95;1.14 -7952;5;2009.00;9.50;1905.00;3.43;1.00 -7953;5;3572.00;9.70;1164.50;1.51;0.52 -7954;5;2801.50;10.30;889.50;1.29;0.72 -7955;5;1287.00;9.50;383.00;2.01;1.42 -7956;5;335.00;9.50;157.50;3.39;1.02 -7957;5;538.00;9.50;1282.00;-1.52;1.46 -7958;5;2780.00;14.12;1191.00;2.21;0.50 -7959;5;2651.50;10.80;769.50;2.70;0.74 -7960;5;3669.00;9.80;1048.00;2.82;0.54 -7961;5;235.00;9.50;1674.50;1.39;1.22 -7962;5;514.50;9.50;1116.50;4.29;0.98 -7963;5;3028.50;11.90;829.50;3.20;0.82 -7964;5;1024.50;9.70;1341.50;4.62;0.64 -7965;5;4371.50;14.80;1079.50;2.94;0.38 -7966;5;1011.00;9.50;520.50;3.75;1.08 -7967;5;5407.00;9.50;1664.00;1.72;1.14 -7968;5;1785.00;10.10;1027.50;2.92;0.68 -7969;5;3590.00;12.55;1250.50;1.81;0.44 -7970;5;3424.50;12.10;1112.50;1.85;0.58 -7971;5;4329.00;13.40;1334.00;1.97;0.56 -7972;5;2582.00;10.65;870.50;1.52;0.38 -7973;5;1201.50;12.75;1286.00;4.71;0.56 -7975;5;3891.50;15.30;1168.50;3.76;0.40 -7976;5;4369.00;14.15;1048.00;1.89;0.40 -7977;5;3527.00;9.70;1183.00;3.60;0.40 -7978;5;2982.00;13.00;763.00;1.89;0.56 -7979;5;2633.50;10.90;1085.00;4.37;0.40 -7980;5;3459.00;12.05;818.50;2.39;0.66 -7981;5;1266.50;10.60;1402.00;4.36;0.50 -7982;5;3699.50;10.70;1104.50;2.00;0.46 -7983;5;2745.00;10.95;823.00;2.21;0.86 -7984;5;3846.50;17.30;1237.50;2.23;0.48 -7985;5;3087.50;12.00;1107.00;2.67;0.74 -7986;5;1007.50;9.80;1418.50;2.73;0.32 -7987;5;3211.50;11.25;987.00;4.41;1.20 -7988;5;4364.00;20.40;1188.50;3.63;0.68 -7989;5;3333.00;10.40;967.50;4.48;0.62 -7990;5;3744.50;16.30;1202.00;2.29;0.50 -7992;5;2578.00;9.80;977.50;2.11;0.96 -7993;5;1679.00;13.65;974.00;2.35;0.66 -7994;5;3512.50;9.70;1185.50;2.35;0.44 -7995;5;3542.00;11.00;1077.50;1.96;0.70 -7996;5;3281.50;11.50;744.00;3.38;0.66 -7997;5;4298.00;20.85;1298.50;1.94;0.62 -7998;5;3975.50;10.30;1113.00;3.43;0.50 -7999;5;1109.00;16.65;1497.50;4.31;0.40 -8001;5;3509.50;9.95;1159.00;4.45;0.44 -8002;5;3690.00;10.10;959.50;2.38;0.74 -8003;5;1173.00;15.40;1295.50;3.56;0.54 -8004;5;3478.00;12.20;1037.50;3.69;0.62 -8005;5;4007.50;20.90;1225.50;3.74;0.52 -8006;5;2671.00;10.10;754.50;3.21;0.80 -8007;5;3937.00;10.30;1151.50;2.64;0.48 -8008;5;2659.00;11.00;819.00;3.60;0.78 -8009;5;3702.50;12.60;1226.00;2.61;0.58 -8010;5;4206.00;20.30;1102.00;3.33;0.52 -8012;5;1088.50;12.80;1376.50;1.72;0.52 -8013;5;3812.50;13.20;1125.50;4.45;0.62 -8014;5;1523.50;13.10;1475.00;1.78;0.22 -8015;5;2601.50;9.80;891.50;3.06;0.52 -8016;5;3174.00;11.40;600.00;1.50;0.76 -8017;5;1439.00;11.32;1114.00;2.07;0.68 -8018;5;4310.00;20.95;1230.50;2.55;0.80 -8019;5;3374.50;12.40;734.00;-1.36;0.76 -8020;5;3721.50;13.60;1011.50;3.76;0.46 -8021;5;2940.00;12.55;798.50;2.91;0.66 -8022;5;3946.50;12.95;1215.00;3.43;0.46 -8023;5;4382.00;14.70;1055.50;4.42;0.36 -8024;5;1758.50;9.80;1009.50;4.28;0.58 -8025;5;1293.50;10.80;1440.50;3.92;0.40 -8026;5;4459.00;10.40;1160.00;2.21;0.36 -8027;5;3926.00;17.95;1297.00;4.24;0.48 -8028;5;2899.50;10.40;883.50;3.50;0.70 -8029;5;4090.50;22.60;1168.50;1.96;0.82 -8030;5;3529.00;11.55;943.50;3.77;0.72 -8031;5;3647.00;14.45;1169.00;3.33;0.56 -8032;5;1199.00;11.45;1172.50;3.99;0.48 -8033;5;1103.00;12.25;1339.50;2.84;0.44 -8034;5;2922.50;9.70;738.00;1.39;0.68 -8035;5;2609.50;10.45;1003.00;4.34;1.26 -8037;5;4214.00;22.47;1231.00;3.86;0.76 -8038;5;2612.50;10.90;1096.50;1.93;0.64 -8039;5;2801.00;10.45;813.00;3.05;0.56 -8040;5;3566.00;14.95;1225.50;2.86;0.42 -8041;5;4317.00;20.70;1150.00;1.99;0.74 -8042;5;4084.50;12.80;1295.50;3.36;0.70 -8043;5;3445.50;10.30;877.50;3.98;0.80 -8044;5;3860.00;14.35;1162.00;4.60;0.52 -8045;5;4381.00;11.40;959.00;3.14;0.32 -8046;5;2720.00;15.35;1170.50;2.79;0.54 -8047;5;1575.00;11.02;879.00;2.07;0.72 -8048;5;3195.50;11.30;641.00;2.67;0.80 -8049;5;4501.50;15.40;1245.00;3.98;0.40 -8052;5;3211.00;11.22;840.00;3.70;0.92 -8053;5;3788.50;13.00;1211.50;3.06;0.56 -8054;5;3150.00;12.90;465.50;3.95;0.74 -8055;5;4453.50;12.55;1328.00;4.16;0.54 -8057;5;1125.50;9.70;1273.00;4.33;0.64 -8058;5;2603.50;12.10;916.50;4.27;0.84 -8059;5;4301.50;22.40;1172.50;2.82;0.56 -8060;5;3496.00;12.32;1010.00;3.70;0.76 -8061;5;2934.50;10.00;1168.00;3.55;0.68 -8062;5;3440.00;11.95;724.50;1.60;0.86 -8063;5;4307.50;10.50;1073.50;4.14;0.52 -8064;5;1227.00;11.60;1393.50;3.77;0.56 -8065;5;2721.50;11.00;801.50;2.65;0.72 -8066;5;3835.50;13.65;1103.00;3.74;0.62 -8067;5;4025.00;10.72;834.00;3.14;0.24 -8068;5;4122.50;22.95;1239.00;4.50;0.88 -8069;5;3094.00;10.20;1124.50;4.01;0.42 -8070;5;1166.00;13.67;1433.00;3.14;0.52 -8072;5;4517.50;14.40;1179.00;4.19;0.38 -8073;5;3465.50;11.50;944.50;3.62;0.62 -8075;5;1607.00;10.45;868.50;3.99;0.44 -8076;5;3971.50;10.45;1015.00;2.67;0.28 -8077;5;2915.50;9.80;1190.00;4.08;0.68 -8078;5;3076.00;11.25;768.50;1.81;0.64 -8080;5;1797.50;10.60;1011.00;2.47;0.56 -8081;5;4464.50;13.20;1283.50;4.39;0.54 -8083;5;1471.50;11.30;1474.00;1.72;0.26 -8084;5;3262.00;11.00;880.50;2.50;0.74 -8085;5;3541.00;10.07;1134.00;4.71;0.48 -8086;5;4094.50;12.20;1329.00;2.43;0.80 -8087;5;4026.50;11.35;933.00;3.83;0.36 -8088;5;2724.00;11.10;1133.50;4.33;1.16 -8089;5;1268.00;14.27;1173.00;4.39;0.76 -8090;5;3868.00;15.37;1180.00;3.92;0.48 -8091;5;4588.00;11.20;697.00;3.46;0.30 -8092;5;3394.00;11.30;1061.50;3.49;0.50 -8093;5;3653.50;12.35;1247.00;2.07;0.52 -8094;5;3529.00;11.60;801.00;4.33;0.58 -8095;5;4487.00;11.70;1092.50;2.30;0.40 -8096;5;2770.00;10.20;815.50;3.83;0.70 -8097;5;1152.00;13.20;1378.50;2.62;0.64 -8098;5;3844.00;14.17;1122.00;4.43;0.58 -8099;5;3732.00;9.95;1303.50;4.24;0.52 -8100;5;4009.50;11.80;870.50;1.97;0.32 -8101;5;3392.00;11.75;1163.00;4.33;0.74 -8102;5;4350.00;13.25;1343.50;3.56;0.40 -8103;5;3206.00;10.95;950.00;2.73;0.92 -8104;5;4339.00;21.22;1192.00;3.73;0.86 -8105;5;3297.00;10.40;997.50;2.70;0.64 -8106;5;3941.00;10.57;1179.00;2.09;0.48 -8107;5;1889.00;9.85;923.50;3.31;0.96 -8109;5;2990.00;13.55;817.50;4.24;0.70 -8110;5;1423.00;10.40;1419.50;1.96;0.28 -8111;5;2633.50;12.50;1108.50;2.53;0.60 -8112;5;4036.00;18.70;1274.00;3.54;0.56 -8113;5;1756.50;11.70;1034.00;4.00;0.32 -8114;5;4059.50;12.05;1117.00;3.01;0.48 -8115;5;1033.50;12.20;1429.50;2.53;0.56 -8116;5;2747.00;10.70;873.00;2.62;0.68 -8117;5;3618.50;13.10;1143.50;3.99;0.52 -8118;5;3601.50;10.00;992.00;3.95;1.28 -8119;5;1047.50;10.70;1315.50;3.62;0.56 -8120;5;4081.50;10.30;1021.50;2.63;0.32 -8121;5;4159.50;23.30;1142.50;3.03;0.44 -8123;5;3490.50;10.70;1235.00;3.60;0.40 -8124;5;3465.50;10.50;834.50;3.28;0.36 -8125;5;3574.00;14.22;1238.00;2.35;0.44 -8126;5;4362.50;17.50;1108.00;3.43;0.30 -8127;5;4439.50;13.10;1294.00;4.28;0.52 -8128;5;2984.50;10.70;1000.50;4.03;1.56 -8129;5;2115.50;10.90;689.00;2.09;0.82 -8130;5;4687.50;10.20;146.50;4.21;0.52 -8131;5;3276.00;9.50;1417.00;-1.41;1.46 -8132;5;2859.00;9.50;174.00;4.03;0.92 -8134;5;4798.00;10.50;292.00;4.14;1.12 -8135;5;1556.50;9.50;1328.00;-0.46;0.84 -8136;5;3075.00;12.60;361.50;2.01;0.96 -8137;5;184.00;9.50;680.00;4.10;1.08 -8138;5;3038.00;13.27;422.00;2.44;0.66 -8139;5;5035.50;9.50;702.50;1.94;1.26 -8140;5;2042.50;12.20;599.00;4.37;0.92 -8141;5;4210.50;9.50;704.00;2.45;0.86 -8142;5;2810.50;9.50;1692.50;3.08;0.80 -8143;5;2221.50;9.90;702.50;2.82;0.60 -8144;5;3283.50;12.00;579.00;4.03;0.68 -8145;5;5506.50;9.50;380.00;2.23;1.28 -8146;5;5466.50;9.50;995.50;2.30;0.92 -8147;5;2797.00;9.50;1521.00;4.71;0.96 -8148;5;2125.00;11.75;539.50;2.18;0.56 -8149;5;1641.50;10.00;823.50;2.29;1.28 -8150;5;4828.00;9.50;1164.00;1.57;0.98 -8151;5;4070.50;9.50;725.00;4.23;0.98 -8152;5;4696.00;9.70;339.00;2.03;0.58 -8154;5;4256.00;9.50;167.00;3.14;0.98 -8155;5;4803.00;10.20;346.50;3.95;1.02 -8156;5;3880.50;9.50;209.00;2.27;1.04 -8157;5;1765.50;15.35;594.00;2.27;0.68 -8158;5;2615.50;9.50;619.50;3.37;1.10 -8159;5;2295.00;9.50;570.50;1.73;1.30 -8160;5;1690.00;10.70;699.00;2.00;0.94 -8161;5;1731.50;12.40;173.50;1.50;0.68 -8162;5;2193.50;9.50;1218.50;4.29;1.08 -8163;5;2040.50;9.50;1872.00;2.57;0.82 -8164;5;3484.50;9.80;680.00;2.07;0.62 -8165;5;4875.00;10.10;213.50;3.96;0.82 -8166;5;1233.00;9.50;342.00;1.83;0.98 -8167;5;369.50;9.50;114.00;1.92;1.06 -8168;5;591.00;9.50;1192.00;4.24;0.92 -8169;5;1828.00;10.40;404.50;4.42;0.74 -8170;5;193.00;9.50;1774.50;4.22;1.32 -8171;5;474.50;9.50;1157.00;3.63;1.10 -8172;5;1928.00;9.95;766.00;3.99;1.64 -8173;5;898.50;9.50;477.00;4.31;1.22 -8174;5;5391.00;9.50;1624.50;2.98;1.10 -8175;5;1902.00;10.37;691.00;3.83;1.30 -8177;5;2138.00;11.55;679.00;4.39;0.60 -8178;5;3303.50;10.45;200.00;3.07;0.62 -8179;5;2204.50;9.80;790.50;3.46;0.60 -8180;5;3504.00;10.32;316.00;3.78;0.90 -8181;5;2040.00;11.57;464.00;1.95;0.56 -8182;5;3407.00;9.87;519.00;2.67;0.60 -8183;5;3416.00;9.50;567.50;1.62;0.66 -8184;5;2176.50;10.60;685.00;3.78;0.66 -8185;5;1749.00;9.80;809.50;2.91;1.32 -8186;5;2472.00;9.50;84.50;-1.53;0.48 -8187;5;1901.00;9.75;384.50;1.87;0.60 -8189;5;1916.00;9.80;573.50;4.34;1.04 -8191;5;1696.50;11.10;681.50;4.35;0.62 -8192;5;1718.50;12.80;256.50;4.27;0.70 -8193;5;3041.50;11.00;601.00;4.00;0.96 -8194;5;1702.00;11.10;372.50;3.27;0.56 -8195;5;1763.00;19.70;459.50;2.51;0.80 -8196;5;2169.50;10.05;578.00;3.67;0.54 -8197;5;2188.50;10.10;652.50;3.31;0.44 -8199;5;1568.50;10.70;763.50;3.92;0.64 -8200;5;4744.50;10.70;223.00;2.45;0.78 -8201;5;3385.50;11.00;491.50;3.66;0.90 -8202;5;3027.50;13.00;395.50;2.91;0.62 -8203;5;1855.00;10.55;525.00;1.35;0.78 -8204;5;5509.50;11.90;95.50;2.06;0.50 -8205;5;3393.50;13.10;548.50;2.43;0.66 -8206;5;4982.00;9.70;252.50;3.52;0.90 -8207;5;2962.50;10.30;621.00;4.55;1.24 -8208;5;1823.50;9.80;314.50;3.40;0.52 -8209;5;4762.50;9.50;389.50;3.06;0.80 -8210;5;2089.50;11.30;536.50;3.92;0.44 -8211;5;1776.00;9.85;682.00;3.00;0.78 -8212;5;5494.00;12.72;78.00;2.49;0.50 -8213;5;1689.00;9.80;794.00;1.78;1.08 -8214;5;3203.50;12.70;257.00;2.05;0.74 -8215;5;1745.50;11.80;325.00;3.32;0.60 -8216;5;1794.50;12.65;448.00;2.67;0.66 -8218;5;1690.50;9.50;81.50;4.01;0.72 -8219;5;3051.50;12.30;542.50;1.66;0.62 -8220;5;4924.00;10.00;169.00;2.46;0.64 -8221;5;4562.50;10.05;624.00;3.26;0.36 -8222;5;1699.00;10.00;315.50;3.14;0.32 -8223;5;3330.00;13.05;704.00;2.03;0.68 -8224;5;1969.50;11.00;502.50;1.78;0.90 -8225;5;1733.50;18.70;618.50;-0.88;0.76 -8226;5;2144.00;11.95;534.50;3.14;0.36 -8227;5;2175.50;11.00;740.50;4.05;0.68 -8228;5;4674.00;10.50;160.00;1.76;0.56 -8229;5;1712.00;14.47;293.00;2.55;0.36 -8230;5;5036.00;11.15;350.00;1.71;0.58 -8231;5;1731.50;18.60;528.00;3.34;0.48 -8232;5;5460.00;12.25;42.50;3.14;0.44 -8233;5;2121.50;11.30;623.50;2.78;0.58 -8234;5;5076.00;9.90;195.00;2.21;0.34 -8235;5;4963.00;13.70;580.50;4.14;0.58 -8236;5;1315.00;11.52;1140.00;4.24;0.50 -8237;5;4867.00;10.50;340.50;1.53;0.96 -8238;5;1924.00;10.40;406.00;2.26;0.62 -8239;5;1999.50;11.00;472.00;3.88;0.58 -8240;5;1782.00;10.40;608.00;3.83;0.74 -8242;5;2183.00;10.50;721.00;3.33;0.64 -8244;5;2968.50;12.50;680.50;3.23;0.42 -8245;5;3320.00;10.20;245.50;1.63;0.68 -8246;5;3533.00;13.07;272.00;2.67;0.80 -8247;5;4795.50;11.60;402.00;3.43;0.68 -8249;5;5004.00;10.10;170.00;3.85;0.64 -8250;5;4996.50;13.80;571.50;3.03;0.44 -8251;5;1711.00;14.45;267.50;2.21;0.44 -8252;5;1551.00;10.20;848.00;3.83;0.56 -8253;5;1762.50;20.35;428.00;1.95;0.86 -8254;5;1802.00;9.70;794.50;2.30;1.52 -8255;5;1803.00;9.80;392.50;4.46;0.62 -8256;5;3311.50;9.50;1364.50;1.05;1.18 -8257;5;2818.00;9.50;363.50;2.93;0.94 -8258;5;1682.00;9.50;1289.00;4.24;0.74 -8259;5;180.00;9.50;748.50;1.81;0.78 -8260;5;4984.00;9.50;842.00;3.64;1.14 -8261;5;4314.50;9.50;759.50;2.27;0.98 -8262;5;2796.00;9.50;1716.00;1.95;0.90 -8263;5;5546.00;9.50;353.00;2.12;1.28 -8264;5;5433.00;9.50;1015.00;2.11;1.16 -8265;5;5559.00;9.50;1553.50;3.21;1.00 -8266;5;4760.00;9.50;1174.00;3.40;1.02 -8267;5;4126.50;9.50;706.50;2.54;1.00 -8269;5;4266.50;9.50;117.50;3.10;0.82 -8270;5;3774.00;9.50;216.00;3.22;0.94 -8271;5;2544.50;9.50;674.50;4.68;1.10 -8272;5;2325.50;9.50;576.50;-1.34;1.06 -8273;5;2128.50;9.50;1264.50;2.94;1.38 -8274;5;2069.00;9.50;1832.00;3.96;1.00 -8275;5;1177.00;9.50;416.50;1.85;1.24 -8276;5;378.50;9.50;83.50;3.81;1.38 -8277;5;604.50;9.50;1233.50;4.08;0.88 -8278;5;294.00;9.50;1731.50;3.52;1.08 -8279;5;511.00;9.50;1168.00;3.92;1.08 -8280;5;866.00;9.50;511.50;2.77;1.04 -8281;5;5434.00;9.50;1629.50;3.94;1.04 -8282;5;3386.00;9.50;1432.50;0.81;0.84 -8283;5;2812.00;9.50;501.50;4.37;1.06 -8284;5;1601.00;9.50;1322.50;3.14;0.96 -8285;5;46.00;9.50;640.00;2.24;1.22 -8286;5;5182.50;9.50;887.00;2.63;1.42 -8287;5;4249.00;9.50;794.50;-1.44;1.00 -8288;5;2788.00;9.50;1780.00;-1.32;1.26 -8289;5;5590.50;9.65;367.00;-0.29;1.00 -8290;5;5546.50;9.50;669.00;-1.50;1.12 -8291;5;5553.00;9.50;1605.00;3.98;1.06 -8292;5;4775.00;9.50;1135.50;3.79;0.76 -8293;5;4157.00;9.50;684.00;4.02;1.06 -8294;5;4400.50;9.50;55.00;3.18;0.96 -8295;5;4227.50;9.50;113.50;3.58;0.92 -8296;5;3820.00;9.50;208.50;3.06;1.08 -8297;5;2554.00;9.50;738.50;1.85;1.10 -8298;5;2303.50;9.50;626.50;2.95;0.94 -8299;5;2128.50;9.50;1314.50;3.80;1.26 -8300;5;2691.50;9.50;1792.50;3.92;1.40 -8301;5;1147.50;9.50;373.50;2.58;0.92 -8302;5;334.50;9.50;64.50;1.86;1.32 -8303;5;619.00;9.50;1284.00;3.63;1.20 -8304;5;196.50;9.50;1814.00;4.09;1.34 -8305;5;412.50;9.50;1096.00;2.83;1.24 -8306;5;832.50;9.50;469.50;2.54;1.40 -8307;5;5439.50;9.50;1688.50;3.46;1.22 -8308;5;3351.50;9.50;1374.00;-0.46;1.36 -8310;5;1657.50;9.50;1353.50;2.61;0.78 -8311;5;49.50;9.50;582.00;2.17;1.26 -8312;5;5104.50;9.50;1010.00;2.98;1.20 -8313;5;4253.50;9.50;849.50;0.19;0.74 -8314;5;2734.50;11.50;1552.50;1.61;0.64 -8315;5;5517.50;9.50;411.00;4.52;1.10 -8316;5;5584.00;9.50;720.00;2.92;0.96 -8317;5;5606.00;9.50;1566.00;3.36;1.10 -8318;5;4823.00;9.50;1115.50;1.27;1.00 -8319;5;4137.50;9.50;659.00;2.20;0.96 -8320;5;4369.00;9.50;23.00;3.50;0.70 -8321;5;4169.50;9.50;98.00;4.38;0.82 -8322;5;3836.00;9.50;161.50;3.52;1.20 -8324;5;2312.50;9.50;681.00;3.10;1.04 -8325;5;2034.50;9.50;1039.00;3.95;1.10 -8326;5;3184.50;9.50;2013.50;-0.15;1.04 -8327;5;1089.50;9.50;362.50;1.65;1.30 -8329;5;708.00;9.50;1279.50;2.25;0.98 -8330;5;307.50;9.50;1768.50;1.38;1.54 -8331;5;378.50;9.50;997.50;1.85;1.26 -8332;5;866.00;9.50;438.50;4.16;1.46 -8333;5;5523.00;9.50;1630.50;1.98;1.16 -8334;5;3430.50;9.50;1357.50;1.04;1.30 -8335;5;2577.50;9.50;508.50;1.71;0.86 -8336;5;1678.50;9.50;1399.50;2.56;1.04 -8337;5;123.50;9.50;589.50;3.92;1.02 -8338;5;5378.00;9.50;1119.00;2.14;1.34 -8339;5;4107.00;9.50;878.50;3.66;1.04 -8340;5;2737.00;9.50;1606.50;1.14;0.88 -8341;5;5569.50;9.50;465.50;4.28;1.00 -8342;5;5579.50;9.50;754.00;3.20;0.92 -8343;5;4740.00;9.50;1082.50;4.59;1.16 -8344;5;4037.50;9.50;697.00;3.38;0.84 -8345;5;4320.50;9.50;43.00;3.82;1.02 -8346;5;4181.00;9.50;146.00;2.97;1.08 -8347;5;3907.00;9.50;164.00;2.77;1.36 -8348;5;2897.00;9.50;597.50;3.30;0.84 -8349;5;2530.50;9.50;781.00;1.82;1.00 -8350;5;2375.00;9.50;686.00;2.21;1.20 -8351;5;2012.50;9.50;1065.50;2.09;1.02 -8352;5;3229.50;9.50;2039.00;4.52;0.64 -8353;5;1167.00;9.50;325.50;1.74;1.06 -8355;5;683.00;9.50;1322.00;2.23;0.94 -8356;5;288.50;9.50;1808.50;4.30;1.18 -8357;5;426.50;9.50;974.00;3.22;0.80 -8358;5;821.00;9.50;413.50;1.73;1.04 -8359;5;649.50;9.50;1024.50;4.17;0.80 -8360;5;4336.50;11.20;693.50;3.40;0.44 -8361;5;2679.50;9.50;1752.50;2.58;1.10 -8362;5;2713.00;9.50;527.50;2.83;0.88 -8363;5;1548.50;9.50;1387.00;4.27;0.92 -8364;5;112.00;9.50;533.00;3.92;1.28 -8365;5;5488.00;9.50;1184.00;2.06;1.36 -8366;5;4197.00;9.50;899.00;2.25;0.96 -8367;5;2731.00;9.50;1734.00;1.30;1.14 -8369;5;5580.50;9.50;793.50;3.09;1.08 -8370;5;3694.50;9.50;1967.00;1.06;2.28 -8371;5;4693.00;9.50;1090.00;-1.37;1.26 -8372;5;4035.50;9.50;647.50;2.90;1.10 -8373;5;4365.50;9.50;60.00;2.10;1.00 -8374;5;4167.50;9.50;189.00;4.16;1.22 -8375;5;3864.50;9.50;117.50;3.58;1.12 -8376;5;2448.00;9.50;742.00;3.48;1.00 -8377;5;2350.50;9.50;748.50;3.61;1.00 -8378;5;2013.50;9.50;1017.50;1.97;1.12 -8379;5;3397.50;9.50;1980.50;4.43;1.28 -8380;5;1161.00;9.50;289.50;3.37;1.32 -8381;5;429.50;9.50;72.00;4.65;1.24 -8382;5;630.00;9.50;1363.50;4.30;0.80 -8383;5;209.50;9.50;1966.00;3.30;1.34 -8384;5;428.00;9.50;1001.50;-0.62;1.06 -8385;5;778.50;9.50;337.50;4.42;1.18 -8386;5;2339.00;9.50;1051.50;4.01;1.20 -8387;5;2575.00;9.50;1827.50;3.95;1.80 -8388;5;2715.50;9.50;425.50;4.09;1.00 -8389;5;1634.00;9.50;1420.00;1.53;1.06 -8390;5;89.50;9.50;562.00;2.33;1.30 -8391;5;5495.50;9.50;1241.50;4.11;1.14 -8392;5;4098.50;9.50;820.50;3.76;0.88 -8393;5;2638.50;9.50;1632.50;4.42;0.58 -8394;5;5534.50;9.50;491.00;1.65;0.98 -8395;5;5576.50;9.50;866.50;4.11;1.26 -8396;5;4705.50;9.50;1184.44;-0.32;1.16 -8397;5;4049.00;9.50;595.50;4.50;1.08 -8398;5;4335.50;9.50;102.50;2.92;0.92 -8399;5;4119.00;9.50;218.00;4.33;0.82 -8400;5;3948.00;9.50;162.00;3.73;1.28 -8401;5;2498.50;9.50;743.00;2.95;1.08 -8402;5;2331.00;9.50;723.00;2.23;1.14 -8403;5;2351.50;9.50;1364.50;4.29;1.68 -8404;5;2685.50;9.50;1831.50;1.44;1.50 -8405;5;1314.00;9.50;340.50;2.16;1.04 -8406;5;508.00;9.50;88.00;3.67;1.06 -8407;5;590.50;9.50;1328.00;3.07;0.88 -8408;5;692.00;9.50;964.50;4.01;1.36 -8409;5;260.50;9.50;1861.00;4.36;1.34 -8410;5;403.00;9.50;1041.00;-1.31;1.16 -8411;5;768.50;9.50;384.50;2.20;1.06 -8412;5;4725.50;9.50;677.50;-1.35;0.72 -8413;5;2583.50;9.50;1930.50;3.76;1.18 -8414;5;2738.50;9.50;198.50;3.50;0.98 -8415;5;1600.00;9.50;1391.00;3.25;0.88 -8416;5;149.00;9.50;399.00;2.91;1.26 -8417;5;4179.00;9.50;809.00;2.41;1.00 -8418;5;2632.00;9.50;1565.50;2.31;1.08 -8419;5;5604.00;9.50;498.00;1.21;1.22 -8420;5;5548.50;9.50;935.50;1.66;1.34 -8421;5;4765.50;9.50;1216.50;2.13;0.94 -8422;5;4103.50;9.50;604.00;3.65;1.00 -8423;5;4415.00;9.50;94.50;2.15;0.98 -8424;5;4077.50;9.50;254.50;3.98;1.12 -8425;5;3921.00;9.50;114.50;3.58;0.98 -8426;5;2395.00;9.50;719.50;4.40;1.18 -8427;5;2271.00;9.50;739.50;4.66;1.18 -8428;5;2635.00;9.50;1890.50;2.81;1.24 -8429;5;1338.50;9.50;374.50;2.78;1.20 -8431;5;580.50;9.50;1364.00;2.99;0.82 -8432;5;328.00;9.50;1845.50;4.00;1.36 -8433;5;514.00;9.50;968.50;1.83;1.14 -8434;5;715.50;9.50;460.00;1.72;1.48 -8436;5;2430.50;9.50;1932.00;3.41;1.34 -8438;5;1709.00;9.50;1441.00;2.22;1.04 -8439;5;324.00;9.50;598.50;3.65;1.08 -8440;5;5515.50;9.50;1318.00;3.29;0.84 -8441;5;4090.50;9.50;676.50;2.30;1.08 -8442;5;2597.50;9.50;1555.00;1.65;1.04 -8443;5;5611.00;9.50;1493.50;3.05;1.00 -8444;5;5552.50;9.50;901.00;3.76;1.08 -8445;5;4701.50;9.50;1282.50;-1.30;1.32 -8446;5;4086.50;9.50;562.50;3.92;1.24 -8447;5;4409.00;9.50;138.00;3.05;0.88 -8448;5;4036.50;9.50;288.00;4.23;1.18 -8449;5;3986.50;9.50;112.50;2.17;1.02 -8450;5;2822.00;9.50;1540.00;1.97;0.44 -8451;5;2463.00;9.50;682.00;2.13;1.04 -8452;5;2184.00;9.50;528.50;4.54;1.16 -8453;5;2435.50;9.50;1274.00;1.47;1.78 -8454;5;2653.50;9.50;1714.00;2.87;1.08 -8455;5;1401.50;9.50;355.00;2.93;1.28 -8456;5;494.50;9.50;163.50;3.92;0.86 -8457;5;527.50;9.50;1332.50;2.04;1.22 -8458;5;376.50;9.50;1862.00;4.38;1.40 -8459;5;494.00;9.50;1015.00;3.60;1.14 -8460;5;662.00;9.50;409.50;-1.49;1.36 -8462;5;2679.50;9.50;1524.50;4.17;0.54 -8463;5;2411.00;9.50;1980.50;3.36;1.70 -8464;5;2540.00;9.50;314.50;3.45;1.08 -8465;5;1631.50;9.50;1459.50;4.55;1.24 -8466;5;216.50;9.50;502.00;4.17;1.04 -8468;5;4244.00;9.50;545.00;4.05;0.80 -8469;5;2672.00;9.50;1508.50;4.15;0.80 -8470;5;5495.00;9.50;540.50;3.90;1.14 -8471;5;5603.50;9.50;924.00;3.51;1.24 -8472;5;4865.50;9.50;1144.50;2.66;0.98 -8473;5;4132.50;9.50;574.50;3.86;1.18 -8474;5;4436.50;9.50;124.50;4.23;1.10 -8475;5;4048.50;9.50;333.00;2.72;0.88 -8476;5;4016.50;9.50;83.50;3.08;0.96 -8477;5;3160.00;9.50;28.00;2.82;0.88 -8479;5;2409.00;9.50;671.00;3.14;1.04 -8480;5;2200.50;9.50;567.50;-1.53;1.26 -8481;5;2303.50;9.50;1342.50;4.17;1.24 -8482;5;2646.50;9.50;1778.50;1.91;1.46 -8483;5;1428.50;9.50;299.50;2.20;1.34 -8484;5;523.50;9.50;126.00;2.07;0.78 -8485;5;513.50;9.50;1374.00;2.22;0.92 -8486;5;354.00;9.50;1877.50;2.38;0.82 -8487;5;503.50;9.50;1053.50;2.19;1.04 -8488;5;784.00;9.50;489.00;2.26;1.26 -8489;5;3803.00;9.50;448.00;3.98;0.84 -8490;5;2473.00;9.50;1953.00;-1.16;1.90 -8491;5;2448.00;9.50;118.00;2.35;0.98 -8492;5;1626.50;9.50;1498.00;-1.19;1.20 -8493;5;264.00;9.50;376.50;4.27;1.26 -8494;5;5377.50;9.50;1204.00;3.41;1.20 -8495;5;4273.00;9.50;390.00;2.63;1.00 -8496;5;2653.00;9.50;1486.00;4.51;1.04 -8497;5;5544.50;9.50;574.00;2.32;1.52 -8498;5;5602.00;9.50;956.00;2.41;1.00 -8499;5;4812.74;9.50;1076.44;4.54;0.82 -8500;5;4157.50;9.50;540.50;3.92;1.06 -8501;5;4362.50;9.50;160.00;4.23;0.96 -8502;5;4087.00;9.50;313.50;2.61;1.12 -8503;5;3881.50;9.50;74.50;3.79;0.96 -8505;5;2567.00;9.50;65.00;2.35;0.96 -8506;5;2497.00;9.50;668.00;2.82;1.02 -8507;5;2218.00;9.50;641.00;4.52;1.16 -8508;5;2320.50;9.50;1295.00;3.18;1.20 -8509;5;2541.50;9.50;1860.50;3.39;1.38 -8510;5;1475.00;9.50;288.00;3.30;0.96 -8511;5;545.00;9.50;177.00;3.43;1.08 -8512;5;409.50;9.50;1412.00;4.21;1.28 -8513;5;302.00;9.50;1906.50;1.62;1.62 -8514;5;562.00;9.50;1001.00;2.87;1.08 -8515;5;746.50;9.50;544.50;3.01;1.08 -8516;5;3809.50;9.50;487.50;3.92;0.82 -8517;5;2453.50;9.50;2010.50;1.32;1.30 -8518;5;1671.50;9.50;1547.50;-1.36;0.94 -8519;5;193.50;9.50;303.50;2.94;1.02 -8520;5;5243.00;9.50;1237.50;2.55;1.10 -8521;5;4208.50;9.50;158.00;4.02;0.82 -8522;5;2708.50;9.50;1456.50;2.43;0.72 -8523;5;2794.50;9.50;602.50;4.70;1.06 -8524;5;5595.50;9.50;992.50;4.07;0.84 -8525;5;4808.50;9.50;1049.50;2.76;1.20 -8526;5;4155.50;9.50;491.50;3.98;1.22 -8527;5;4301.50;9.50;124.50;3.18;0.92 -8528;5;4093.00;9.50;336.00;4.48;1.02 -8529;5;3970.00;9.50;34.50;-1.16;1.16 -8530;5;2917.00;9.50;1951.00;2.84;1.08 -8531;5;2521.00;9.50;69.00;2.10;1.00 -8533;5;2324.00;9.50;1231.50;4.36;1.44 -8534;5;2458.50;9.55;1872.00;3.20;1.22 -8535;5;1484.00;9.50;245.00;3.22;1.14 -8537;5;378.00;9.50;1352.50;3.14;0.90 -8538;5;405.00;9.50;1907.00;1.89;0.78 -8539;5;545.00;9.50;1037.00;4.66;1.12 -8540;5;711.00;9.50;510.50;3.77;1.26 -8541;5;3819.00;9.50;538.50;2.39;0.92 -8542;5;2661.00;9.50;1944.00;2.35;1.18 -8543;5;1717.00;9.50;1592.00;-1.13;1.14 -8544;5;2829.50;9.50;311.50;1.57;1.18 -8546;5;2741.00;9.50;1462.00;4.43;0.48 -8547;5;5586.50;9.50;641.00;2.80;1.08 -8548;5;4799.50;9.50;995.50;1.53;1.06 -8549;5;4202.50;9.50;513.50;2.85;1.14 -8550;5;4330.00;9.50;144.00;4.24;0.92 -8551;5;4070.50;9.50;379.00;4.58;1.12 -8552;5;4037.50;9.50;42.00;3.40;1.18 -8553;5;2449.00;9.50;50.50;3.58;1.28 -8554;5;2524.00;9.50;618.50;2.65;1.06 -8555;5;2258.50;9.50;394.00;-1.46;1.18 -8556;5;2299.50;9.50;1201.00;2.04;1.20 -8557;5;2517.00;9.50;1987.00;4.20;1.64 -8558;5;1360.00;9.50;239.50;4.18;1.30 -8559;5;302.00;9.50;326.00;4.66;1.06 -8560;5;392.00;9.50;1389.00;1.86;1.08 -8561;5;458.50;9.50;1893.00;2.97;1.14 -8562;5;493.00;9.50;921.50;2.11;1.32 -8563;5;694.00;9.50;553.00;1.92;0.96 -8564;5;3820.50;9.50;592.50;2.05;0.80 -8565;5;2558.00;9.50;2031.00;2.03;0.96 -8566;5;1782.00;9.67;1620.00;-0.58;1.14 -8567;5;55.00;9.50;181.00;1.42;1.64 -8568;5;5051.00;9.50;1079.00;1.99;1.26 -8569;5;2737.00;9.50;1444.00;2.86;0.56 -8570;5;5521.00;9.50;627.50;1.61;1.08 -8572;5;4731.50;9.50;879.00;-0.30;1.18 -8573;5;4178.00;9.50;449.50;3.83;0.96 -8574;5;4303.50;9.50;163.50;2.14;0.88 -8575;5;4126.00;9.50;355.00;4.39;1.08 -8576;5;2451.00;9.50;76.50;1.85;1.04 -8577;5;2484.50;9.50;627.00;2.93;1.08 -8578;5;2390.50;9.50;428.50;1.59;1.24 -8579;5;2286.00;9.50;1255.00;2.44;1.36 -8580;5;2602.50;9.50;1979.50;2.56;1.54 -8581;5;1487.00;9.50;128.50;3.14;1.16 -8582;5;343.50;9.50;278.50;4.60;0.90 -8583;5;360.50;9.50;1432.50;1.98;0.88 -8584;5;425.50;9.50;1825.50;4.19;1.04 -8585;5;550.00;9.50;958.00;2.64;0.94 -8586;5;641.00;9.50;510.00;4.05;1.16 -8587;5;3766.50;9.50;515.00;4.34;1.00 -8588;5;2700.00;9.50;1921.00;3.05;1.26 -8589;5;1866.50;9.50;1643.50;4.55;1.22 -8590;5;284.50;9.50;158.00;2.15;1.08 -8591;5;4895.00;9.50;899.00;3.56;1.02 -8592;5;2761.00;9.50;1397.00;-0.72;0.76 -8593;5;5474.50;9.50;591.50;3.87;1.30 -8594;5;5582.50;9.50;1226.00;4.32;1.20 -8595;5;4728.00;9.50;933.50;-1.41;1.20 -8596;5;4201.50;9.50;468.00;4.33;1.06 -8597;5;4392.00;9.50;243.50;3.04;1.02 -8598;5;4123.00;9.50;395.00;3.38;0.90 -8600;5;2572.00;9.50;114.50;2.13;1.12 -8601;5;2506.00;9.50;577.50;2.69;0.92 -8602;5;2251.50;9.50;433.50;2.54;1.26 -8603;5;2220.00;9.50;1317.00;3.60;1.32 -8605;5;1426.00;9.50;108.50;4.31;1.22 -8606;5;378.50;9.50;326.50;3.19;0.80 -8607;5;331.50;9.50;1360.50;2.04;0.90 -8609;5;562.50;9.50;909.00;1.90;1.00 -8610;5;603.00;9.50;489.50;1.77;1.22 -8611;5;3782.50;9.50;553.00;2.23;0.84 -8612;5;2751.50;9.50;1795.00;3.50;1.26 -8613;5;2869.50;9.50;538.50;3.49;1.04 -8614;5;1811.00;9.50;1674.00;-0.73;1.36 -8615;5;223.50;9.50;245.50;1.49;1.00 -8616;5;4910.00;9.50;863.00;3.38;1.28 -8617;5;4012.00;9.50;128.00;3.60;1.00 -8618;5;2696.00;9.50;1403.00;-0.54;0.88 -8619;5;5423.00;9.50;585.00;3.40;1.04 -8620;5;5539.00;9.50;1213.50;2.63;1.26 -8621;5;2849.00;9.50;1552.00;4.51;0.58 -8622;5;2887.50;9.50;1571.00;4.33;0.32 -8623;5;4739.00;9.50;991.50;2.99;1.12 -8624;5;4238.50;9.50;437.50;4.33;0.74 -8625;5;4392.00;9.50;199.50;1.83;1.12 -8626;5;4099.50;9.50;424.00;3.80;0.98 -8628;5;2553.50;9.50;171.50;3.30;1.10 -8629;5;2436.50;9.50;635.50;3.86;0.94 -8630;5;2312.50;9.50;497.50;1.71;1.34 -8631;5;2151.50;9.50;1329.50;4.19;1.22 -8632;5;2548.00;9.50;1770.00;4.33;1.08 -8633;5;1380.50;9.50;131.00;3.18;1.16 -8634;5;414.00;9.50;345.00;4.51;1.00 -8635;5;317.50;9.50;1405.00;2.48;1.12 -8636;5;103.00;9.50;1989.50;4.13;0.88 -8637;5;527.50;9.50;863.50;3.96;1.20 -8638;5;616.00;9.50;459.00;4.14;1.32 -8639;5;3465.00;9.50;470.50;1.61;1.30 -8640;5;2784.00;9.50;1934.50;3.79;1.02 -8641;5;2279.00;9.50;216.00;3.99;1.14 -8642;5;1765.50;11.50;1715.00;-1.28;1.46 -8643;5;424.00;9.50;304.00;2.62;1.26 -8644;5;4878.50;9.50;730.50;2.41;0.98 -8645;5;4154.00;9.50;272.00;4.51;1.12 -8646;5;2661.00;9.50;1461.00;2.85;1.22 -8647;5;5415.00;9.50;618.50;4.44;0.80 -8648;5;2806.00;9.50;1708.00;4.71;0.82 -8649;5;4783.50;9.50;958.50;3.04;0.68 -8650;5;4220.00;9.50;416.00;2.18;1.06 -8651;5;4286.50;9.50;218.00;3.71;0.78 -8652;5;4185.50;9.50;385.00;2.15;1.06 -8654;5;2491.00;9.50;115.00;4.01;1.00 -8655;5;2429.50;9.50;596.50;2.58;0.98 -8656;5;2258.50;9.50;468.00;4.14;1.32 -8657;5;2214.50;9.50;1364.00;1.74;1.20 -8658;5;2476.00;9.50;1821.50;2.01;1.38 -8659;5;1438.50;9.50;186.00;3.24;1.32 -8660;5;451.00;9.50;388.00;1.73;1.08 -8661;5;757.50;9.50;960.50;3.88;1.14 -8662;5;126.00;10.15;2028.00;2.03;0.96 -8663;5;480.00;9.50;875.00;1.63;1.16 -8664;5;578.50;9.50;443.50;3.70;1.02 -8665;5;3521.00;9.50;423.00;1.62;1.08 -8666;5;2845.00;9.50;1864.00;1.86;0.90 -8668;5;1876.00;9.50;1743.00;4.63;1.08 -8669;5;497.00;9.50;433.00;4.66;0.90 -8670;5;4799.50;9.50;728.00;1.57;1.14 -8671;5;4254.00;9.50;478.00;3.33;0.82 -8672;5;2617.50;9.50;1436.00;4.31;1.02 -8673;5;5492.50;9.50;668.00;1.57;1.22 -8674;5;5592.50;9.50;1311.00;4.71;1.12 -8675;5;5616.00;9.50;1759.00;2.98;0.82 -8676;5;4700.50;9.50;951.00;0.87;1.10 -8677;5;4283.50;9.50;479.50;4.15;0.90 -8678;5;4329.50;9.50;231.50;4.09;1.12 -8679;5;4141.50;9.50;460.50;2.56;1.14 -8680;5;2509.00;9.50;173.00;3.14;1.20 -8681;5;2627.00;9.50;561.50;3.95;1.02 -8682;5;2761.50;9.50;702.00;2.72;0.76 -8683;5;2157.00;9.50;1380.50;3.06;1.20 -8684;5;2361.50;9.50;1845.00;3.94;1.10 -8685;5;1548.50;9.50;55.00;2.51;1.06 -8686;5;380.50;9.50;360.50;1.75;0.96 -8687;5;261.00;9.50;1437.00;3.92;1.32 -8688;5;189.50;9.50;2017.00;1.74;0.90 -8689;5;476.00;9.50;848.50;3.14;1.42 -8690;5;688.50;9.50;605.00;3.04;1.14 -8691;5;3475.00;9.50;354.00;1.62;1.36 -8692;5;2899.00;9.50;1993.00;4.45;1.24 -8693;5;2625.00;9.50;486.00;2.67;1.04 -8694;5;1852.50;9.50;1936.50;4.36;1.36 -8695;5;481.00;9.50;388.50;4.50;1.12 -8696;5;4789.50;9.50;771.00;-1.26;0.96 -8697;5;4167.00;9.50;419.00;2.29;1.14 -8698;5;2630.00;9.50;1396.50;4.48;0.92 -8699;5;5490.50;9.50;742.00;3.38;1.02 -8700;5;5611.00;9.50;1381.50;2.47;1.22 -8701;5;4661.50;9.50;920.50;4.51;0.54 -8702;5;4334.50;9.50;510.00;3.76;0.78 -8703;5;4293.50;9.50;266.50;3.71;0.92 -8704;5;4072.50;9.50;453.50;4.11;1.04 -8705;5;2461.50;9.50;170.50;3.10;1.16 -8706;5;1500.50;9.50;803.00;3.95;0.98 -8707;5;2891.00;9.50;719.50;1.52;0.92 -8708;5;2134.00;9.50;1432.00;4.09;1.42 -8709;5;2394.00;9.50;1900.50;2.00;1.24 -8710;5;1583.00;9.50;35.50;3.51;1.02 -8711;5;358.50;9.50;406.50;4.06;1.02 -8712;5;192.50;9.50;1340.00;3.09;1.00 -8713;5;209.50;9.50;2004.00;2.85;0.42 -8714;5;418.00;9.50;837.00;3.28;1.26 -8715;5;730.00;9.50;579.00;4.45;1.02 -8716;5;2094.50;9.50;470.00;3.42;1.04 -8717;5;2892.50;9.50;2032.50;4.63;0.88 -8718;5;2520.50;9.50;509.50;3.66;1.04 -8719;5;1935.00;9.50;1899.00;3.18;2.14 -8720;5;673.50;9.50;369.00;1.46;1.34 -8721;5;4836.00;9.50;907.50;3.56;1.38 -8722;5;4054.00;9.50;360.50;4.16;0.98 -8723;5;2597.00;9.50;1417.50;1.70;1.56 -8724;5;5403.50;9.50;707.00;4.47;1.00 -8725;5;2812.50;9.80;1442.50;4.70;0.26 -8726;5;5567.50;9.50;1744.00;2.64;1.28 -8727;5;4703.00;9.50;801.00;1.78;1.32 -8728;5;4346.00;9.50;545.00;3.81;0.88 -8729;5;4261.00;9.50;260.50;3.23;0.94 -8730;5;4059.00;9.50;497.50;2.83;0.88 -8731;5;2395.00;9.50;156.00;3.98;1.20 -8732;5;2633.00;9.50;524.50;3.14;0.82 -8733;5;2700.50;9.50;716.50;4.52;0.74 -8734;5;2182.00;9.50;1434.00;4.04;1.12 -8735;5;2405.50;9.50;1863.00;3.79;1.40 -8737;5;218.50;9.50;412.00;3.10;1.32 -8738;5;142.00;9.50;1340.00;2.25;0.94 -8740;5;396.00;9.50;789.50;4.16;1.20 -8741;5;824.50;9.50;581.00;2.10;0.94 -8742;5;3400.00;9.50;1021.00;2.29;1.08 -8743;5;2684.00;9.50;1999.00;3.46;1.42 -8744;5;2372.50;9.50;602.50;3.82;0.88 -8745;5;1564.50;9.50;1967.00;4.12;0.88 -8746;5;1402.00;9.50;767.50;1.92;1.12 -8747;5;4823.00;9.50;954.00;2.53;0.90 -8748;5;3960.00;9.50;421.00;3.83;0.96 -8749;5;2657.00;9.50;1344.00;1.81;0.64 -8750;5;5429.50;9.50;750.50;2.30;1.04 -8751;5;4757.00;9.50;798.00;0.85;0.86 -8752;5;4281.50;9.50;512.50;4.19;0.70 -8753;5;4205.00;9.50;258.50;4.44;1.04 -8754;5;4067.50;9.50;545.50;3.40;1.00 -8755;5;2458.50;9.50;217.00;3.01;1.20 -8756;5;2602.50;9.50;578.50;2.41;0.86 -8757;5;2661.00;9.50;721.00;2.42;1.18 -8758;5;2229.50;9.50;1427.50;3.88;0.96 -8759;5;2372.00;9.50;1946.00;1.97;1.46 -8760;5;1690.50;9.50;38.00;3.34;1.06 -8761;5;305.00;9.50;418.00;2.24;1.16 -8762;5;105.00;9.50;1390.00;3.63;1.16 -8763;5;391.50;9.50;1795.50;3.89;1.54 -8764;5;309.00;9.50;866.50;3.89;1.16 -8765;5;746.00;9.50;645.00;2.26;1.48 -8766;5;3430.50;9.50;960.50;1.53;1.14 -8768;5;1566.50;9.50;1913.00;3.68;1.38 -8769;5;879.00;9.50;395.50;3.23;1.16 -8770;5;4934.00;9.50;1063.00;1.95;1.38 -8771;5;4094.00;9.50;497.50;3.68;1.20 -8772;5;2651.00;9.50;1267.00;1.78;0.82 -8773;5;5357.00;9.50;729.50;-0.89;1.26 -8774;5;4675.00;9.50;750.50;1.21;1.16 -8775;5;4307.00;9.50;543.50;2.65;0.90 -8776;5;4193.00;9.50;306.00;4.39;1.08 -8777;5;4036.00;9.50;562.00;3.44;0.76 -8778;5;2323.00;9.50;121.50;4.42;1.32 -8779;5;2533.50;9.50;582.00;4.06;0.84 -8780;5;2577.50;9.50;772.50;3.46;1.18 -8781;5;2134.00;9.50;1485.50;4.11;0.98 -8782;5;2303.00;9.50;1947.50;2.64;1.44 -8783;5;263.50;9.50;305.00;2.15;1.20 -8784;5;188.50;9.50;1373.50;1.98;0.80 -8785;5;485.00;9.50;1770.50;1.65;1.36 -8786;5;276.00;9.50;903.50;3.95;1.38 -8787;5;781.50;9.50;680.50;3.18;1.22 -8788;5;3637.00;9.50;867.00;1.38;1.30 -8789;5;2848.00;9.50;2007.50;3.62;1.20 -8790;5;924.50;9.50;150.50;-1.48;1.38 -8791;5;4874.50;9.50;1184.00;-1.50;1.34 -8792;5;4122.00;9.50;521.50;3.83;1.12 -8793;5;2775.50;9.50;1251.50;2.06;0.68 -8794;5;5373.50;9.50;689.00;1.69;0.98 -8795;5;5553.50;9.50;1372.50;3.10;0.84 -8796;5;5159.50;9.50;1429.50;3.98;0.92 -8797;5;4651.50;9.50;700.00;-1.28;1.26 -8798;5;4322.50;9.50;580.00;3.01;1.04 -8799;5;4275.00;9.50;292.00;1.70;0.86 -8800;5;4027.50;9.50;592.50;2.09;1.00 -8801;5;2423.50;9.50;225.50;2.66;0.84 -8802;5;2604.00;9.50;536.50;2.38;0.80 -8803;5;2557.00;9.50;807.50;3.95;1.22 -8804;5;2162.00;9.50;1530.00;2.82;1.38 -8805;5;2191.50;9.50;1920.50;2.45;1.52 -8807;5;255.50;9.50;343.50;2.65;0.90 -8808;5;173.50;9.50;1420.00;2.28;0.94 -8809;5;507.00;9.50;1794.50;4.24;1.24 -8810;5;351.50;9.50;880.00;4.34;0.74 -8811;5;833.50;9.50;633.00;3.60;1.32 -8813;5;2590.50;9.50;1733.00;3.50;1.02 -8814;5;1937.00;9.50;69.50;2.00;1.04 -8815;5;1430.00;9.50;1901.50;4.46;1.58 -8816;5;1064.50;9.50;318.00;3.31;1.38 -8817;5;5129.00;9.50;1236.00;2.20;0.94 -8818;5;4100.00;9.50;631.00;1.79;0.80 -8819;5;2833.00;9.50;1276.00;1.97;0.80 -8820;5;5359.00;9.50;658.00;3.40;1.08 -8821;5;5457.50;9.50;1372.00;2.95;0.84 -8822;5;4688.50;9.50;671.00;1.41;1.00 -8823;5;4299.50;9.50;601.50;2.35;0.80 -8824;5;4246.50;9.50;345.00;2.42;1.20 -8825;5;4005.00;9.50;553.00;2.98;0.84 -8827;5;2363.00;9.50;195.00;4.08;1.28 -8828;5;2566.50;9.50;547.50;2.17;0.82 -8829;5;2481.00;9.50;837.00;3.87;1.32 -8830;5;2186.50;9.50;1486.00;3.47;1.10 -8831;5;2320.00;9.50;1834.00;1.96;1.40 -8832;5;1387.50;9.50;80.50;3.58;1.10 -8833;5;214.00;9.50;356.00;1.95;1.28 -8834;5;238.00;9.50;1497.00;3.77;1.08 -8835;5;533.00;9.50;1744.00;4.43;1.12 -8836;5;426.00;9.50;944.50;2.93;1.08 -8837;5;831.00;9.50;681.50;2.88;1.18 -8838;5;1934.00;9.50;1620.50;3.20;1.12 -8839;5;2539.00;9.50;1569.50;3.34;1.20 -8840;5;2623.50;9.50;1488.00;1.64;1.24 -8841;5;1536.00;9.50;1946.50;2.05;1.22 -8842;5;1090.00;9.50;423.50;3.14;1.06 -8843;5;5117.00;9.50;1359.00;2.96;1.16 -8844;5;3919.00;9.50;743.00;3.30;0.66 -8845;5;2823.50;9.50;1330.00;4.45;0.92 -8846;5;5317.50;9.50;649.00;3.07;1.50 -8848;5;4705.50;9.50;724.00;2.95;0.86 -8849;5;4260.00;9.50;578.50;3.58;0.88 -8850;5;4278.50;9.50;343.50;3.09;0.98 -8851;5;4186.50;9.50;236.00;2.17;1.02 -8853;5;2367.00;9.50;253.00;3.46;1.16 -8854;5;2504.00;9.50;540.00;2.78;0.86 -8855;5;2469.50;9.50;787.50;3.58;1.00 -8856;5;2228.50;9.50;1492.50;3.17;1.16 -8857;5;1554.00;9.50;983.50;3.89;1.12 -8858;5;1436.00;9.50;44.50;2.47;1.28 -8859;5;127.50;9.50;330.50;4.20;1.38 -8860;5;162.50;9.50;1492.00;4.10;1.12 -8861;5;355.00;9.50;1757.50;4.43;1.42 -8862;5;414.50;9.50;903.50;1.67;0.76 -8863;5;865.50;9.50;709.00;2.53;0.74 -8864;5;1860.00;9.50;1598.00;3.63;1.08 -8865;5;2584.00;9.50;1639.50;2.46;1.14 -8866;5;1731.00;9.50;27.00;3.64;0.80 -8867;5;1445.00;9.50;1973.50;2.78;1.12 -8868;5;1334.00;9.50;473.50;2.18;1.20 -8869;5;5066.50;9.50;1353.50;3.08;1.10 -8870;5;3909.50;9.50;253.00;3.36;1.06 -8871;5;2866.00;9.50;1317.00;4.58;0.94 -8872;5;5265.50;9.50;592.00;4.10;1.70 -8873;5;5461.50;9.50;1272.00;2.93;1.28 -8874;5;4657.00;9.50;91.50;4.22;0.86 -8875;5;4270.50;9.50;617.00;2.22;0.90 -8876;5;4191.00;9.50;357.00;3.60;0.98 -8877;5;4126.50;9.50;258.50;3.58;0.88 -8878;5;2328.00;9.50;184.50;3.00;1.30 -8879;5;2456.00;9.50;520.00;4.05;1.14 -8880;5;2443.00;9.50;826.00;3.49;1.10 -8881;5;2278.50;9.50;1399.50;4.33;1.28 -8884;5;147.00;9.50;263.00;2.40;1.16 -8885;5;99.50;9.50;1162.50;2.76;1.00 -8887;5;372.00;9.50;955.00;2.09;0.96 -8888;5;919.50;9.50;690.50;2.52;1.12 -8889;5;2532.00;9.50;865.00;1.41;1.04 -8890;5;2543.50;9.50;1418.50;3.97;1.02 -8891;5;1483.00;9.50;1984.00;3.29;1.40 -8892;5;1403.00;9.50;506.50;2.10;1.16 -8893;5;5215.50;9.50;1466.50;1.43;0.90 -8894;5;3925.50;9.50;688.50;1.76;0.92 -8895;5;2921.50;9.50;1332.00;1.72;0.92 -8896;5;5266.00;9.50;660.00;3.38;1.06 -8897;5;5532.50;9.50;1279.50;1.95;0.88 -8898;5;4840.50;9.50;634.50;1.51;0.96 -8899;5;4237.00;9.50;511.00;4.24;0.78 -8900;5;4237.50;9.50;397.00;2.82;0.96 -8901;5;4127.00;9.50;293.00;2.03;1.06 -8902;5;2323.50;9.50;244.50;3.56;1.18 -8903;5;2504.50;9.50;481.00;2.13;1.08 -8904;5;2432.00;9.50;790.00;2.94;1.00 -8907;5;68.00;9.50;247.00;3.79;1.14 -8908;5;104.00;9.50;1115.50;1.97;0.92 -8909;5;420.50;9.50;1728.50;4.28;1.32 -8910;5;530.00;9.50;813.50;2.38;1.18 -8911;5;927.50;9.50;630.00;2.28;1.00 -8912;5;2575.50;9.50;1325.50;2.65;1.42 -8914;5;1521.00;9.50;2008.50;-1.54;1.62 -8915;5;1472.00;9.50;681.00;3.14;1.38 -8916;5;5359.00;9.50;1446.00;3.57;1.26 -8917;5;4009.50;9.50;506.50;3.58;1.04 -8918;5;2904.00;9.50;1374.00;3.50;0.84 -8919;5;5206.00;9.50;656.50;4.17;1.10 -8920;5;5550.00;9.50;1265.00;3.60;1.14 -8921;5;4935.50;9.50;527.50;2.98;1.08 -8922;5;4204.00;9.50;546.00;3.86;0.84 -8923;5;4717.50;9.50;132.00;4.30;0.78 -8924;5;4284.00;9.50;424.50;4.11;1.24 -8925;5;4146.50;9.50;316.00;4.30;0.96 -8926;5;2278.50;9.50;155.00;4.19;1.18 -8927;5;2438.00;9.50;487.00;3.60;0.94 -8928;5;2398.50;9.50;777.00;2.74;0.98 -8929;5;2366.50;9.50;1443.00;2.71;1.40 -8930;5;1676.00;9.50;2019.00;3.64;1.18 -8931;5;1230.50;9.50;71.50;4.50;1.22 -8932;5;88.00;9.50;303.50;3.21;1.18 -8933;5;2821.00;10.40;1107.00;1.57;0.64 -8934;5;355.00;9.50;1694.50;4.63;1.16 -8935;5;546.00;9.50;782.50;3.70;1.46 -8936;5;973.50;9.50;666.00;2.01;1.02 -8937;5;2669.00;9.50;1201.50;1.70;0.90 -8938;5;1529.00;9.50;558.50;2.57;1.02 -8940;5;3945.00;9.50;466.00;2.45;0.86 -8941;5;2933.00;9.50;1278.00;0.58;0.90 -8942;5;5219.50;9.50;615.50;3.92;0.92 -8943;5;5547.50;9.50;1319.50;4.15;1.02 -8944;5;2797.00;9.50;1843.00;4.71;1.40 -8945;5;4909.00;9.50;557.00;4.48;1.32 -8946;5;4221.50;9.50;582.00;3.41;0.86 -8947;5;4331.00;9.50;368.00;1.81;1.14 -8948;5;4624.50;9.50;233.00;2.58;1.32 -8949;5;2256.50;9.50;182.50;2.35;1.12 -8950;5;2495.50;9.50;444.50;2.90;0.98 -8951;5;2353.00;9.50;804.00;4.21;1.20 -8952;5;2303.50;9.50;1447.50;1.64;1.10 -8953;5;1748.00;9.50;1971.00;3.27;1.38 -8954;5;1159.00;9.50;39.50;2.21;1.16 -8955;5;26.00;9.50;258.00;2.97;1.16 -8956;5;2831.00;10.55;1133.50;1.57;1.24 -8957;5;491.00;9.50;1727.00;3.63;1.20 -8958;5;481.00;9.50;780.00;2.21;1.26 -8959;5;957.00;9.50;584.50;2.50;1.16 -8960;5;2630.50;9.50;1180.50;2.10;1.22 -8961;5;1809.00;9.50;45.00;2.11;1.02 -8963;5;1568.00;9.50;552.50;3.30;1.20 -8964;5;4017.50;9.50;268.50;3.71;1.10 -8965;5;2993.00;9.50;1301.00;2.03;0.98 -8966;5;5423.50;9.50;490.50;4.35;1.02 -8967;5;5505.50;9.50;1362.00;4.07;0.86 -8968;5;2797.00;9.50;1784.00;-1.56;1.58 -8969;5;4871.00;9.50;526.50;4.24;0.78 -8970;5;4175.50;9.50;579.50;3.79;0.96 -8971;5;4323.50;9.50;437.00;3.72;0.88 -8972;5;4617.00;9.50;270.00;1.13;1.16 -8974;5;2292.50;9.50;99.50;3.03;1.10 -8975;5;2475.50;9.50;403.50;2.69;0.80 -8976;5;2357.00;9.50;858.50;2.03;1.08 -8977;5;2217.50;9.50;1535.50;4.23;1.42 -8978;5;1584.00;9.50;2032.50;4.67;0.64 -8979;5;1192.00;9.50;93.00;2.14;1.46 -8980;5;79.00;9.50;353.00;3.22;1.12 -8981;5;709.50;9.50;1002.00;4.28;1.02 -8982;5;495.00;9.50;1667.00;4.45;1.06 -8983;5;461.50;9.50;731.50;1.68;1.14 -8984;5;967.00;9.50;624.00;3.49;0.98 -8985;5;2578.50;9.50;1279.50;2.35;1.38 -8986;5;1766.00;9.50;78.00;4.64;1.14 -8987;5;1488.50;9.50;501.00;1.74;0.96 -8988;5;3819.00;9.50;316.00;2.74;1.18 -8989;5;2460.00;9.50;1536.00;3.97;1.28 -8990;5;5414.00;9.50;539.50;4.38;1.22 -8991;5;5477.00;9.50;1337.50;1.86;1.02 -8992;5;5549.50;9.50;1803.50;2.43;1.32 -8993;5;4992.00;9.50;413.00;0.89;1.12 -8994;5;4156.50;9.50;615.50;2.85;1.00 -8995;5;4361.00;9.50;439.50;3.90;0.98 -8996;5;4549.00;9.50;287.50;3.90;1.00 -8997;5;2271.50;9.50;124.50;2.35;0.98 -8998;5;2426.50;9.50;436.00;4.20;1.24 -8999;5;2447.00;9.50;871.50;3.66;1.16 -9000;5;2252.00;9.50;1551.50;4.11;1.40 -9001;5;1541.50;9.50;1873.00;1.22;1.50 -9002;5;1323.50;9.50;156.00;2.53;1.48 -9003;5;39.50;9.50;375.50;2.48;1.10 -9004;5;116.00;9.50;1210.50;2.53;1.16 -9005;5;372.00;9.50;1658.50;2.93;1.02 -9006;5;479.50;9.50;702.00;3.79;1.34 -9007;5;855.00;9.50;550.00;4.06;0.94 -9008;5;2425.00;9.50;1420.00;3.49;1.22 -9009;5;1842.50;9.50;188.50;2.09;1.56 -9010;5;1364.50;9.50;419.50;2.26;1.24 -9011;5;2802.00;9.50;1602.50;4.70;1.10 -9012;5;3880.00;9.50;354.50;2.33;0.92 -9013;5;3015.00;9.50;1250.50;1.52;1.32 -9014;5;5340.50;9.50;512.50;4.48;1.00 -9015;5;5392.50;9.50;1262.00;4.59;1.28 -9016;5;5604.00;9.50;1921.50;3.33;1.10 -9017;5;4952.00;9.50;407.50;3.96;0.64 -9018;5;4196.00;9.50;611.50;3.81;0.78 -9019;5;4422.50;9.50;438.50;2.88;1.00 -9020;5;4593.50;9.50;331.50;4.35;1.20 -9021;5;2259.50;9.50;81.00;3.17;0.92 -9022;5;2419.00;9.50;399.00;2.72;1.04 -9023;5;2758.50;9.50;1984.00;1.64;1.44 -9024;5;2391.50;9.50;873.50;4.26;1.02 -9025;5;2299.00;9.50;1575.00;2.18;1.48 -9026;5;1298.00;9.50;185.50;1.91;1.04 -9027;5;68.00;9.50;398.50;4.29;1.32 -9028;5;124.00;9.50;1257.50;3.56;1.12 -9029;5;446.00;9.50;1602.00;2.15;1.04 -9030;5;519.50;9.50;743.00;2.71;1.28 -9031;5;766.50;9.50;436.50;1.89;1.26 -9032;5;2953.50;13.40;1773.00;2.24;0.30 -9033;5;3484.00;9.87;1675.00;1.81;0.18 -9034;5;2508.50;9.50;1317.50;3.41;0.94 -9035;5;3061.00;10.85;1797.00;3.46;0.30 -9036;5;2941.00;11.90;1726.50;3.66;0.28 -9037;5;1911.00;9.50;228.00;3.97;1.12 -9038;5;3166.00;9.80;1800.50;2.62;0.34 -9039;5;3304.50;10.50;1946.00;1.98;0.36 -9040;5;1214.00;9.50;398.50;2.76;1.12 -9041;5;3483.50;9.70;1875.00;1.64;1.06 -9042;5;3239.50;9.70;2015.50;2.63;0.44 -9043;5;3472.00;10.35;1712.50;2.76;0.22 -9044;5;5388.00;9.50;1542.50;2.66;1.16 -9045;5;3351.00;9.85;1840.00;4.12;0.18 -9046;5;3387.00;9.80;1669.50;2.55;0.22 -9047;5;2920.00;13.45;1759.00;3.92;0.30 -9048;5;3842.50;9.50;498.50;3.71;0.80 -9049;5;3092.00;9.50;1163.50;-0.38;0.86 -9050;5;3538.00;10.40;1683.50;4.24;0.26 -9051;5;3057.00;10.70;1773.50;2.26;0.30 -9052;5;5330.00;9.50;567.00;2.31;1.42 -9053;5;5367.50;9.50;1235.50;1.94;1.08 -9054;5;3022.00;9.70;1721.50;3.14;0.26 -9055;5;3364.50;10.30;1834.00;3.83;0.30 -9056;5;3208.00;10.10;1784.00;4.71;0.22 -9057;5;4799.00;9.50;443.50;1.60;0.86 -9058;5;4234.00;9.50;637.50;3.25;0.92 -9059;5;3390.50;10.00;1923.50;4.48;0.46 -9060;5;3333.00;10.50;1716.00;2.15;0.24 -9061;5;3272.50;10.10;1797.00;3.78;0.16 -9062;5;4419.50;9.50;387.50;3.10;0.98 -9063;5;4561.50;9.50;352.00;3.33;1.14 -9064;5;3239.50;10.00;1996.00;1.75;0.34 -9065;5;3536.00;9.80;1714.50;3.81;0.26 -9066;5;3004.50;11.90;1826.00;3.26;0.34 -9067;5;3910.50;9.50;35.50;3.82;1.12 -9068;5;2999.00;12.87;1773.00;4.17;0.30 -9069;5;3018.50;11.60;1855.50;2.60;0.26 -9070;5;2222.00;9.50;74.50;4.11;0.88 -9071;5;2463.50;9.50;257.50;2.01;1.16 -9072;5;2406.00;9.50;910.00;-1.49;1.26 -9073;5;3216.00;10.20;1765.50;2.55;0.18 -9074;5;3275.00;10.70;1869.50;4.01;0.36 -9075;5;2729.00;12.30;1681.00;2.35;0.26 -9076;5;2358.00;9.50;1495.50;2.22;1.58 -9078;5;3312.50;10.40;1777.00;3.78;0.28 -9079;5;3211.50;10.40;1711.00;1.95;0.24 -9080;5;1213.00;9.50;155.00;2.05;1.40 -9081;5;118.00;9.50;431.50;4.67;0.94 -9082;5;3346.50;10.00;1755.50;4.39;0.20 -9084;5;3954.50;10.20;1168.00;1.92;0.44 -9085;5;24.50;9.50;1212.50;2.17;0.84 -9086;5;336.50;9.50;1625.50;4.27;1.30 -9087;5;319.00;9.50;677.00;4.62;1.30 -9088;5;3088.50;10.65;1814.00;3.26;0.24 -9089;5;3200.50;9.70;1991.00;3.60;0.40 -9090;5;2717.50;10.70;1709.00;3.30;0.24 -9091;5;1460.00;9.50;610.50;1.88;1.38 -9092;5;1536.50;9.50;1812.00;4.56;1.22 -9093;5;3104.50;10.80;1846.00;4.00;0.32 -9094;5;3156.00;9.65;1758.50;4.15;0.34 -9095;5;3034.00;13.57;1873.00;3.60;0.32 -9098;5;3268.50;9.75;1704.00;3.78;0.24 -9099;5;3540.50;10.00;1855.00;4.53;1.04 -9100;5;3262.00;10.30;1748.50;2.26;0.26 -9101;5;3483.50;9.80;1781.50;1.66;0.36 -9102;5;3408.50;10.40;1739.50;2.94;0.20 -9103;5;2970.00;10.70;1742.50;2.26;0.28 -9104;5;3234.00;9.50;1815.00;4.46;0.22 -9105;5;3271.50;10.00;1756.00;3.30;0.22 -9106;5;3224.50;10.10;1837.50;3.00;0.28 -9107;5;3354.00;10.35;1727.50;2.21;0.22 -9109;5;3063.50;10.30;1711.50;2.35;0.28 -9110;5;3455.00;9.95;1736.50;2.03;0.26 -9111;5;3328.50;9.90;1697.00;4.19;0.22 -9112;5;3246.50;10.60;1906.50;1.97;0.28 -9113;5;3480.00;9.90;1749.50;2.12;0.30 -9114;5;3569.50;9.80;1725.50;2.73;0.26 -9116;5;3267.50;9.70;1976.50;4.30;0.52 -9117;5;3065.00;9.85;1749.50;2.86;0.26 -9118;5;3332.50;9.80;1783.00;3.38;0.20 -9119;5;3287.00;10.40;1857.50;3.73;0.36 -9120;5;3249.00;10.30;1707.00;1.81;0.26 -9121;5;3677.00;10.10;1870.00;2.00;1.02 -9123;5;3286.50;10.60;1908.50;3.00;0.30 -9124;5;3522.00;9.90;1757.50;2.76;0.28 -9126;5;3053.50;10.15;1917.00;1.75;0.32 -9127;5;2918.00;10.55;1794.00;2.15;0.26 -9128;5;3198.00;10.60;1970.50;2.26;0.46 -9129;5;3179.50;9.80;1747.00;4.33;0.26 -9130;5;3447.00;9.80;1789.50;2.40;0.52 -9131;5;3421.50;10.50;1720.50;4.51;0.22 -9132;5;2990.00;10.10;1834.00;2.03;0.30 -9133;5;3505.00;10.50;1730.00;1.89;0.28 -9135;5;2958.00;12.45;1779.00;4.12;0.26 -9136;5;3496.00;10.35;1692.50;2.21;0.22 -9137;5;3017.50;11.70;747.50;1.82;0.88 -9138;5;2998.00;10.50;1733.00;3.92;0.26 -9139;5;2972.50;11.50;1809.50;3.92;0.28 -9140;5;3288.50;9.90;1976.50;3.92;0.48 -9141;5;3064.00;11.00;1830.50;2.55;0.30 -9142;5;3891.50;9.70;1874.50;3.92;1.14 -9143;5;3133.50;10.50;1858.50;2.60;0.22 -9144;5;3390.00;10.40;1676.50;3.52;0.24 -9145;5;3601.50;9.90;1750.50;1.97;0.30 -9146;5;3585.00;10.45;1711.00;2.55;0.24 -9147;5;3172.00;10.40;1890.50;3.14;0.34 -9148;5;3020.00;12.60;1780.00;3.92;0.24 -9149;5;3080.00;9.70;1734.00;4.12;0.24 -9150;5;3270.50;10.30;1747.50;4.57;0.16 -9151;5;3073.00;10.00;1793.50;3.14;0.24 -9152;5;3073.50;10.50;823.00;1.47;0.68 -9153;5;3351.50;10.50;1706.00;2.89;0.28 -9154;5;3038.50;11.50;1808.50;4.05;0.32 -9155;5;3573.50;9.90;1738.50;2.60;0.34 -9156;5;3181.50;9.90;1823.00;1.98;0.32 -9157;5;2967.50;11.05;1753.00;4.43;0.30 -9158;5;3271.50;10.80;1887.50;4.09;0.30 -9159;5;3471.00;9.80;1678.00;2.15;0.18 -9160;5;3196.00;9.80;1781.50;4.01;0.30 -9161;5;2734.00;12.05;1687.50;3.81;0.28 -9162;5;3306.50;10.30;1900.00;3.78;0.36 -9163;5;3223.00;10.15;1787.50;2.26;0.28 -9165;5;3390.50;10.30;1903.50;3.92;0.62 -9166;5;3185.00;10.37;1803.00;4.51;0.24 -9167;5;3188.00;9.67;1763.00;4.12;0.24 -9168;5;3434.00;10.40;1705.50;4.24;0.18 -9169;5;3258.00;10.40;1809.50;3.52;0.22 -9170;5;2913.00;12.30;1746.50;4.35;0.30 -9171;5;3033.00;12.60;1851.50;2.12;0.36 -9172;5;3524.00;9.70;1679.00;4.46;0.20 -9173;5;3044.50;10.90;1764.00;1.84;0.28 -9175;5;3055.50;14.80;1894.50;2.35;0.32 -9176;5;3304.00;10.30;1774.00;2.94;0.22 -9177;5;3350.00;9.80;1696.00;1.32;0.26 -9178;5;3097.00;13.85;1926.00;1.76;0.36 -9179;5;3390.50;10.10;1948.50;2.48;0.54 -9180;5;3509.50;9.80;1706.00;4.43;0.20 -9181;5;3291.00;10.02;1797.00;1.89;0.28 -9182;5;3024.50;11.30;1757.00;2.67;0.28 -9183;5;3228.00;9.67;1760.00;1.89;0.22 -9184;5;3346.50;10.40;1736.50;1.71;0.20 -9185;5;3056.00;9.70;1725.00;1.89;0.24 -9186;5;3147.00;9.87;1890.00;2.03;0.24 -9187;5;3418.50;10.40;1781.50;4.62;0.40 -9188;5;3421.50;10.15;1698.00;1.84;0.18 -9189;5;3203.00;10.70;1921.50;3.14;0.42 -9190;5;3339.50;9.90;1752.50;1.97;0.20 -9191;5;3160.00;11.95;1962.50;3.99;0.32 -9192;5;3593.50;10.50;1721.00;1.95;0.28 -9193;5;3054.00;10.00;1743.50;-1.10;0.26 -9194;5;3170.50;9.70;1743.50;1.83;0.30 -9195;5;3338.00;9.70;1863.00;3.38;0.30 -9196;5;2933.00;11.25;1707.50;2.46;0.24 -9197;5;3303.00;10.20;1736.50;3.52;0.28 -9198;5;3290.50;10.40;1884.50;3.33;0.32 -9199;5;3424.50;10.40;1735.50;3.54;0.24 -9200;5;3486.00;9.80;1699.00;4.46;0.28 -9201;5;3327.50;10.60;1929.50;3.92;0.30 -9202;5;3451.00;9.90;1746.00;1.81;0.30 -9203;5;3286.00;10.00;1950.00;2.67;0.38 -9204;5;2953.00;11.50;1735.50;4.54;0.28 -9206;5;3251.50;10.00;1754.50;3.33;0.22 -9207;5;3399.50;10.40;1724.50;2.94;0.20 -9208;5;3019.50;12.70;1868.50;3.76;0.32 -9209;5;1523.00;9.50;856.50;-1.05;0.24 -9210;5;3499.50;9.90;1741.50;3.92;0.24 -9211;5;3086.50;11.30;1887.00;4.03;0.30 -9212;5;3304.00;10.30;1686.50;1.81;0.22 -9213;5;3522.00;9.80;1768.00;3.14;0.26 -9214;5;3562.00;9.80;1703.50;2.03;0.24 -9215;5;3437.00;10.10;1906.00;2.35;0.42 -9218;5;3026.50;10.80;1736.50;1.71;0.24 -9219;5;3206.50;10.30;1815.50;2.94;0.32 -9220;5;3118.00;10.22;1849.00;4.17;0.34 -9221;5;3221.50;10.30;1696.50;4.30;0.22 -9222;5;3473.00;10.50;1723.50;2.21;0.24 -9223;5;3234.00;10.70;1886.50;2.62;0.36 -9224;5;4486.50;10.40;1905.00;3.25;1.36 -9225;5;3603.00;10.50;1792.50;4.18;0.50 -9226;5;3135.00;10.95;1898.50;3.81;0.40 -9227;5;2965.50;14.05;1786.00;3.30;0.36 -9229;5;3020.00;12.70;1799.50;1.93;0.28 -9230;5;3611.50;9.90;1881.50;1.94;1.10 -9231;5;3324.00;10.45;1796.50;1.73;0.28 -9232;5;3544.50;9.90;1737.00;3.78;0.30 -9233;5;3230.50;10.20;1843.50;3.92;0.32 -9234;5;3290.50;10.05;1686.00;2.89;0.22 -9235;5;3418.50;11.05;1635.00;2.49;0.20 -9236;5;3216.50;10.40;1597.50;4.30;0.28 -9237;5;2725.50;11.30;1642.50;3.33;0.16 -9238;5;2979.50;9.70;1577.00;3.78;0.18 -9239;5;2783.00;10.00;1567.50;2.46;0.24 -9240;5;3192.50;10.30;1673.00;3.38;0.22 -9241;5;3269.50;9.90;1618.00;1.84;0.28 -9242;5;3304.00;11.65;1664.50;4.58;0.24 -9243;5;3573.50;9.80;1577.50;3.33;0.20 -9244;5;3545.50;10.60;1616.00;2.89;0.22 -9245;5;3436.00;9.80;1582.50;3.73;0.24 -9246;5;3204.00;10.40;1644.00;2.15;0.26 -9247;5;3294.00;9.80;1593.00;2.67;0.20 -9248;5;3404.00;9.65;1833.00;4.39;0.44 -9249;5;3279.50;9.80;1558.50;3.68;0.24 -9250;5;2786.50;9.80;1602.50;3.68;0.24 -9251;5;3014.50;10.30;1671.50;4.57;0.28 -9253;5;3331.00;10.10;1614.00;2.35;0.18 -9254;5;3269.50;10.00;1666.00;2.89;0.24 -9255;5;2654.50;10.35;1611.00;4.12;0.20 -9256;5;3382.00;10.40;1662.50;2.03;0.18 -9257;5;3460.50;9.80;1672.00;3.78;0.18 -9258;5;3504.00;11.62;1585.00;3.14;0.20 -9259;5;3545.50;10.00;1639.50;1.89;0.22 -9260;5;3363.00;10.50;1557.00;2.67;0.20 -9261;5;3358.50;10.00;1590.50;3.92;0.22 -9262;5;3139.00;10.00;1656.00;2.82;0.30 -9263;5;3089.00;10.50;1611.50;3.14;0.32 -9265;5;3330.00;10.10;1660.00;4.12;0.24 -9267;5;3451.00;10.40;1661.50;4.01;0.20 -9268;5;2785.50;9.95;1577.00;1.84;0.26 -9269;5;2778.50;10.45;1613.00;3.78;0.24 -9270;5;3526.00;10.40;1670.00;4.12;0.22 -9271;5;3605.00;10.20;1595.50;2.12;0.22 -9272;5;3335.50;10.60;1628.50;2.60;0.22 -9273;5;3427.00;9.90;1589.00;4.39;0.24 -9274;5;3188.50;9.80;1605.00;3.38;0.24 -9275;5;3237.00;9.90;1651.00;4.12;0.24 -9276;5;3476.00;9.80;1605.50;3.73;0.18 -9277;5;3053.50;9.80;1590.00;2.15;0.24 -9278;5;3404.00;9.87;1652.00;4.39;0.28 -9280;5;3525.00;10.40;1659.00;3.92;0.24 -9281;5;2918.50;10.10;1572.00;2.49;0.22 -9282;5;3407.50;11.35;1623.00;1.95;0.26 -9283;5;3651.50;9.85;1713.00;3.26;0.36 -9284;5;2662.50;12.25;1576.00;1.84;0.22 -9285;5;2757.00;12.15;1627.00;3.60;0.24 -9286;5;3505.50;11.70;1593.50;2.11;0.24 -9287;5;3300.00;10.55;1651.50;2.76;0.28 -9288;5;3285.50;9.80;1564.50;3.92;0.24 -9289;5;3278.00;9.90;1599.50;2.46;0.20 -9290;5;3127.50;9.80;1582.50;3.68;0.24 -9291;5;3487.00;9.90;1654.50;3.73;0.20 -9292;5;3770.00;10.65;1625.00;2.89;0.34 -9293;5;3631.00;10.25;1694.50;3.14;0.26 -9294;5;2981.50;9.70;1587.50;1.76;0.22 -9295;5;3204.00;10.40;1621.50;3.14;0.28 -9296;5;2926.50;9.95;1696.00;4.03;0.20 -9297;5;2767.00;10.00;1583.00;3.14;0.20 -9298;5;3476.50;9.90;1629.00;2.67;0.22 -9299;5;3570.00;10.62;1590.00;4.46;0.18 -9300;5;3018.00;9.80;1649.50;4.06;0.18 -9301;5;3343.00;9.90;1598.50;3.14;0.22 -9302;5;3364.50;10.10;1640.50;4.17;0.24 -9303;5;2654.50;9.90;1603.50;2.60;0.20 -9304;5;3215.50;10.60;1585.50;3.46;0.24 -9305;5;3553.50;10.00;1653.50;3.92;0.20 -9306;5;3063.00;9.80;1598.50;2.62;0.26 -9307;5;3544.00;10.25;1624.00;4.24;0.22 -9308;5;3052.50;9.95;1708.00;3.78;0.24 -9309;5;2913.50;9.70;1575.50;1.71;0.16 -9310;5;2674.00;10.00;1589.50;3.14;0.26 -9311;5;3435.00;9.80;1640.00;3.60;0.20 -9312;5;3444.00;9.82;1557.00;2.35;0.24 -9313;5;3407.00;10.07;1597.00;4.12;0.22 -9314;5;2752.00;11.30;1644.50;2.21;0.24 -9315;5;2769.50;10.60;1602.00;2.89;0.20 -9316;5;3143.00;10.40;1585.50;1.93;0.24 -9318;5;3341.00;10.00;1615.00;3.92;0.24 -9319;5;3271.00;9.75;1683.00;4.12;0.18 -9320;5;2972.00;9.70;1593.50;2.21;0.20 -9321;5;2650.50;9.70;1616.00;1.78;0.20 -9322;5;2795.00;9.90;1588.00;1.89;0.24 -9323;5;3272.00;9.80;1629.00;2.15;0.20 -9324;5;3479.00;9.95;1593.00;2.35;0.24 -9325;5;3508.50;9.90;1640.00;3.38;0.20 -9326;5;3504.50;10.00;1561.00;3.78;0.16 -9328;5;3360.00;9.90;1564.50;4.54;0.18 -9329;5;3022.50;10.20;1680.50;4.30;0.28 -9330;5;3417.50;10.50;1607.00;2.49;0.22 -9331;5;3280.00;9.80;1669.00;4.12;0.24 -9332;5;2774.00;11.40;1619.50;2.21;0.22 -9333;5;3331.00;10.70;1679.50;2.86;0.24 -9334;5;3044.00;9.70;1601.50;3.52;0.22 -9335;5;2903.00;9.70;1584.50;3.14;0.22 -9336;5;3588.50;9.80;1643.50;3.33;0.22 -9337;5;3571.00;9.77;1561.00;2.35;0.24 -9338;5;3557.00;11.55;1599.50;2.03;0.22 -9339;5;3435.50;9.80;1559.50;2.35;0.20 -9340;5;3184.50;9.70;1666.50;3.92;0.24 -9341;5;3228.50;10.00;1623.50;4.39;0.28 -9342;5;3296.00;9.80;1566.50;2.76;0.20 -9343;5;3344.50;10.10;1659.00;4.03;0.18 -9344;5;3483.50;9.80;1613.50;3.68;0.20 -9345;5;3410.50;9.90;1664.50;1.68;0.26 -9346;5;3119.00;9.90;1593.50;3.81;0.24 -9347;5;2962.00;9.80;1594.00;2.67;0.16 -9348;5;3400.00;11.50;1629.00;2.15;0.24 -9349;5;3649.50;10.00;1618.50;2.35;0.42 -9350;5;2733.50;11.90;1638.00;3.01;0.24 -9351;5;3301.00;10.00;1604.00;3.60;0.22 -9352;5;3495.50;9.90;1560.50;3.92;0.20 -9353;5;3268.50;10.10;1655.00;1.84;0.22 -9354;5;3555.00;10.60;1617.50;4.01;0.20 -9355;5;3367.50;10.10;1575.00;1.95;0.26 -9356;5;3418.00;9.80;1653.00;4.24;0.20 -9357;5;3181.00;9.75;1632.00;4.12;0.24 -9358;5;3485.50;10.40;1663.00;2.67;0.22 -9360;5;3470.00;10.25;1634.00;2.15;0.26 -9361;5;3054.50;9.70;1603.50;3.33;0.22 -9362;5;3010.50;9.70;1654.50;2.94;0.20 -9363;5;2901.00;9.75;1559.50;4.54;0.20 -9364;5;2742.50;12.70;1596.00;3.38;0.18 -9365;5;3562.00;9.70;1572.50;4.54;0.26 -9366;5;3376.00;10.60;1599.50;3.14;0.20 -9367;5;3435.00;10.25;1571.50;2.21;0.24 -9368;5;3494.50;9.90;1648.50;4.17;0.24 -9370;5;3562.50;9.90;1691.00;4.12;0.34 -9371;5;3288.00;9.80;1583.50;4.54;0.24 -9372;5;3139.00;10.37;1594.00;3.60;0.20 -9373;5;3541.50;10.00;1630.00;1.84;0.26 -9374;5;3193.50;10.30;1649.00;2.24;0.26 -9375;5;2974.50;10.30;1567.50;3.33;0.16 -9376;5;3447.00;9.90;1601.50;2.21;0.22 -9379;5;2768.00;10.95;1609.00;4.24;0.20 -9380;5;3499.00;9.97;1569.00;3.14;0.20 -9381;5;3573.00;10.35;1654.50;2.21;0.22 -9382;5;3338.00;10.00;1620.00;1.89;0.18 -9383;5;2737.50;10.70;1658.00;1.95;0.18 -9384;5;3357.00;10.00;1580.50;3.81;0.22 -9385;5;3623.00;10.12;1636.00;3.73;0.26 -9386;5;3264.50;10.30;1644.00;4.33;0.24 -9387;5;3048.00;9.70;1582.00;4.12;0.20 -9389;5;3480.00;9.80;1648.50;4.06;0.18 -9390;5;3565.00;10.40;1667.00;3.92;0.26 -9391;5;3580.00;9.70;1568.00;1.89;0.22 -9392;5;2745.00;11.35;1654.00;3.14;0.18 -9393;5;3049.50;9.90;1698.00;3.78;0.22 -9394;5;3428.50;10.40;1577.50;2.11;0.22 -9395;5;3401.50;11.25;1613.00;4.71;0.14 -9396;5;3299.00;9.85;1585.50;3.52;0.18 -9397;5;2761.00;10.90;1620.50;3.73;0.22 -9398;5;3135.00;10.05;1604.00;3.14;0.24 -9399;5;3325.50;10.70;1633.00;4.33;0.26 -9400;5;3120.00;9.90;1556.50;3.14;0.16 -9401;5;3594.50;10.30;1610.50;2.11;0.26 -9402;5;3551.00;10.50;1662.50;2.21;0.26 -9403;5;2909.00;9.70;1569.00;3.46;0.22 -9404;5;3195.50;10.40;1625.00;1.95;0.26 -9405;5;2652.00;11.55;1567.50;2.62;0.22 -9406;5;3034.50;10.35;1689.00;2.67;0.28 -9407;5;3472.00;9.80;1619.50;4.35;0.16 -9408;5;3245.00;10.20;1698.50;2.76;0.18 -9409;5;3496.50;9.90;1575.50;4.57;0.16 -9410;5;3028.00;10.50;1664.00;2.55;0.24 -9411;5;3365.00;10.05;1585.50;4.06;0.20 -9412;5;3104.00;14.25;1515.00;3.46;0.26 -9413;5;3338.00;9.80;1521.50;2.03;0.22 -9414;5;3036.00;11.55;1529.50;4.54;0.18 -9415;5;3468.00;9.70;1450.50;3.81;0.18 -9416;5;2982.50;11.90;1515.50;1.76;0.18 -9417;5;3430.50;9.70;1461.00;1.35;0.16 -9418;5;2891.00;11.10;1513.00;3.14;0.20 -9419;5;3338.50;9.70;1470.00;1.95;0.22 -9420;5;3638.50;9.70;1552.00;4.19;0.22 -9421;5;3026.00;12.45;1513.50;2.76;0.24 -9422;5;3466.50;9.80;1552.50;2.94;0.16 -9423;5;3247.00;9.95;1485.50;4.24;0.30 -9424;5;3413.50;9.80;1516.00;1.95;0.18 -9425;5;3188.50;11.15;1489.00;1.95;0.28 -9426;5;3510.00;9.80;1457.00;4.39;0.26 -9427;5;3118.00;10.55;1522.50;1.73;0.16 -9428;5;3014.00;9.70;1563.50;4.06;0.20 -9429;5;3045.50;11.25;1520.00;1.78;0.22 -9430;5;3413.50;9.70;1469.00;4.03;0.20 -9431;5;2865.50;9.50;1546.50;-0.78;0.16 -9432;5;3529.50;10.25;1545.00;3.83;0.26 -9433;5;3337.50;10.40;1487.00;1.95;0.22 -9434;5;2813.50;9.70;1511.00;2.89;0.24 -9435;5;3262.50;10.10;1487.50;2.35;0.32 -9436;5;3490.50;10.00;1513.00;3.78;0.20 -9437;5;3309.50;9.80;1526.50;3.92;0.20 -9438;5;3187.00;10.30;1637.50;4.35;0.26 -9439;5;3090.50;9.80;1560.50;3.46;0.20 -9440;5;3525.00;11.50;1469.50;4.06;0.22 -9441;5;3001.00;13.75;1532.50;2.21;0.24 -9442;5;3494.50;9.70;1469.50;2.35;0.22 -9443;5;2937.50;10.80;1545.50;2.82;0.24 -9444;5;2883.00;11.05;1520.00;3.92;0.16 -9445;5;3609.00;11.50;1550.50;1.69;0.24 -9446;5;3412.00;9.90;1479.00;3.92;0.22 -9447;5;3550.00;10.77;1523.00;2.35;0.22 -9448;5;3426.50;9.90;1550.50;3.33;0.20 -9449;5;3369.00;9.95;1524.00;4.39;0.22 -9450;5;1432.00;10.10;1581.00;3.73;0.26 -9451;5;3275.00;10.10;1497.50;2.46;0.20 -9452;5;3172.50;10.00;1544.50;2.73;0.24 -9453;5;3642.00;9.60;1465.50;3.81;0.34 -9454;5;3200.50;10.40;1519.00;2.49;0.26 -9455;5;3533.00;11.25;1474.50;4.06;0.18 -9456;5;2993.50;9.70;1569.00;3.38;0.20 -9457;5;3088.50;10.70;1523.50;1.89;0.20 -9459;5;3486.50;9.70;1471.00;2.09;0.20 -9460;5;3498.00;9.80;1551.00;2.03;0.24 -9461;5;3422.00;10.00;1484.50;2.03;0.24 -9462;5;3623.50;9.60;1524.50;3.54;0.28 -9463;5;3343.50;10.20;1491.00;4.03;0.26 -9464;5;3455.50;10.30;1519.50;3.33;0.22 -9465;5;3282.00;10.00;1506.00;2.35;0.20 -9466;5;3258.50;9.90;1542.50;3.68;0.20 -9467;5;1539.00;10.60;1666.50;3.85;0.40 -9468;5;3168.50;10.40;1513.50;3.92;0.24 -9469;5;3608.50;9.60;1477.00;2.24;0.26 -9470;5;3059.00;10.00;1557.00;2.03;0.20 -9471;5;3005.50;11.65;1537.00;4.03;0.22 -9472;5;2879.50;10.30;1510.00;1.57;0.32 -9473;5;3570.50;11.35;1545.00;2.49;0.22 -9474;5;3479.00;9.70;1478.50;4.54;0.20 -9475;5;3513.50;10.30;1523.50;3.33;0.20 -9476;5;3422.50;9.90;1494.00;2.49;0.18 -9477;5;3326.50;9.80;1540.50;2.35;0.20 -9478;5;2800.50;10.30;1467.50;4.57;0.24 -9479;5;3349.50;10.10;1495.00;4.03;0.22 -9480;5;1550.50;10.90;1684.00;3.30;0.34 -9481;5;3253.00;10.20;1505.50;3.42;0.32 -9482;5;2920.00;9.85;1540.00;3.73;0.20 -9483;5;3162.00;10.05;1649.00;3.46;0.24 -9484;5;2755.50;10.80;1556.50;2.60;0.18 -9485;5;3220.00;10.32;1685.00;3.92;0.28 -9486;5;2930.50;10.80;1529.00;3.38;0.16 -9487;5;3569.50;11.10;1526.50;3.33;0.32 -9488;5;3431.00;9.90;1491.00;2.35;0.20 -9489;5;3406.00;9.87;1530.00;2.03;0.22 -9490;5;2864.50;9.90;1483.50;3.54;0.28 -9491;5;3309.50;9.80;1506.00;3.78;0.26 -9493;5;3239.50;10.00;1542.50;2.94;0.24 -9494;5;3167.00;9.90;1522.50;2.03;0.28 -9495;5;2776.50;9.80;1478.50;3.33;0.24 -9496;5;3031.00;9.70;1566.50;1.73;0.28 -9497;5;2986.50;11.90;1533.50;4.17;0.18 -9498;5;2882.00;9.62;1555.00;1.81;0.16 -9500;5;2833.00;9.70;1525.50;4.06;0.18 -9501;5;3197.50;10.30;1686.00;3.78;0.24 -9502;5;3464.50;9.90;1527.50;3.92;0.20 -9503;5;2926.00;11.10;1490.50;2.76;0.18 -9504;5;3490.50;10.30;1493.50;3.92;0.26 -9505;5;2888.00;11.55;1487.00;3.46;0.24 -9506;5;3299.50;9.80;1548.50;4.17;0.18 -9507;5;2832.00;9.80;1484.50;2.76;0.24 -9508;5;3111.50;10.00;1556.00;2.67;0.20 -9509;5;2935.50;10.00;1558.50;3.92;0.18 -9510;5;2766.00;10.32;1475.00;3.92;0.26 -9511;5;3083.50;10.45;1537.00;4.03;0.24 -9512;5;3873.50;10.40;1663.50;2.82;0.44 -9513;5;3563.50;9.60;1496.50;3.28;0.28 -9514;5;3581.50;9.80;1625.00;2.67;0.20 -9515;5;2994.00;11.30;1493.00;4.24;0.20 -9516;5;3462.00;9.75;1492.00;4.39;0.24 -9517;5;2950.00;11.80;1494.50;2.46;0.22 -9518;5;3378.50;10.00;1535.50;4.17;0.18 -9519;5;3316.00;9.72;1511.00;3.46;0.24 -9520;5;3194.00;10.12;1551.00;3.92;0.26 -9521;5;3149.50;10.35;1537.00;4.19;0.28 -9522;5;2903.50;9.90;1538.50;3.00;0.16 -9523;5;2839.00;9.80;1490.50;1.44;0.16 -9524;5;2961.00;10.42;1543.00;2.35;0.20 -9525;5;2765.00;9.60;1487.00;3.14;0.20 -9526;5;3611.00;9.70;1539.00;2.82;0.28 -9527;5;3056.00;10.00;1490.50;1.81;0.20 -9528;5;3668.00;9.80;1512.00;2.89;0.36 -9529;5;3447.50;9.80;1537.00;3.38;0.22 -9530;5;3521.00;10.15;1506.50;3.52;0.24 -9531;5;3391.50;9.80;1503.50;2.35;0.18 -9532;5;3078.00;9.80;1560.50;3.14;0.22 -9533;5;3244.00;10.20;1515.50;2.46;0.22 -9534;5;2835.50;9.80;1500.00;2.49;0.16 -9535;5;3036.50;9.80;1548.50;1.71;0.24 -9536;5;2869.00;9.77;1529.00;2.67;0.16 -9537;5;3125.00;10.20;1486.00;1.57;0.24 -9538;5;3592.50;9.60;1509.00;3.50;0.28 -9539;5;3081.00;9.95;1493.00;1.81;0.20 -9540;5;3466.00;10.27;1504.00;3.14;0.18 -9541;5;3031.50;12.30;1501.50;2.82;0.24 -9542;5;3346.00;10.50;1543.50;1.81;0.22 -9543;5;3297.50;9.90;1518.00;2.49;0.16 -9544;5;3162.00;9.80;1562.50;2.76;0.28 -9546;5;3096.50;10.30;1551.00;2.24;0.24 -9547;5;2932.00;10.95;1537.00;3.14;0.18 -9548;5;3208.50;10.65;1477.00;1.57;0.28 -9549;5;3579.00;10.10;1533.50;4.61;0.26 -9550;5;2784.50;10.00;1495.50;2.94;0.16 -9551;5;3095.00;12.95;1506.50;4.54;0.20 -9552;5;3407.50;9.90;1535.00;4.43;0.26 -9553;5;3772.00;10.40;1681.50;2.30;0.44 -9554;5;3237.50;9.80;1554.00;4.03;0.26 -9555;5;3010.50;12.10;1512.00;1.84;0.18 -9557;5;2958.50;10.30;1512.00;4.03;0.24 -9558;5;3189.50;10.55;1524.00;3.30;0.22 -9560;5;2994.00;9.70;1557.50;3.52;0.16 -9561;5;2845.50;10.10;1503.50;4.57;0.20 -9563;5;3174.00;10.87;1488.00;3.14;0.20 -9564;5;3483.00;9.80;1540.50;2.76;0.22 -9565;5;3445.00;9.90;1506.50;3.81;0.24 -9566;5;3328.00;9.80;1550.50;1.81;0.18 -9567;5;3095.50;13.70;1514.00;2.15;0.20 -9568;5;3275.50;9.80;1540.50;2.11;0.22 -9569;5;3034.50;12.40;1512.50;2.73;0.24 -9570;5;3070.50;10.05;1540.00;2.89;0.28 -9571;5;3377.00;9.80;1459.50;3.14;0.20 -9572;5;2972.00;10.80;1513.50;1.73;0.20 -9574;5;2893.00;10.05;1540.50;2.21;0.16 -9575;5;2915.00;11.02;1511.00;2.15;0.22 -9576;5;3256.50;10.50;1477.50;3.92;0.22 -9577;5;3549.00;9.70;1545.00;3.14;0.22 -9578;5;2820.50;9.90;1500.50;1.68;0.22 -9579;5;3401.50;10.00;1548.50;2.11;0.20 -9580;5;1590.00;9.80;1625.50;2.76;0.24 -9581;5;3485.50;9.70;1454.50;3.92;0.18 -9582;5;2990.50;9.70;1420.00;2.67;0.16 -9583;5;1571.50;10.80;1627.50;2.11;0.24 -9584;5;2948.50;10.75;1436.00;4.12;0.18 -9585;5;1563.50;9.90;1634.50;2.94;0.32 -9586;5;3061.00;13.37;1412.00;1.89;0.20 -9587;5;2925.50;16.00;1440.50;3.46;0.18 -9588;5;3077.50;10.55;1417.00;2.89;0.20 -9589;5;4972.50;11.80;1497.50;3.00;0.30 -9590;5;2885.00;10.12;1438.00;3.14;0.16 -9591;5;3085.50;10.40;1417.00;3.38;0.20 -9592;5;3560.50;9.60;1450.50;3.33;0.24 -9593;5;2848.00;10.40;1434.00;2.67;0.16 -9594;5;3523.50;9.60;1453.00;3.30;0.20 -9595;5;3075.00;9.90;1424.00;4.46;0.18 -9596;5;3036.00;11.35;1443.50;3.73;0.22 -9597;5;2797.00;10.22;1431.00;2.67;0.24 -9599;5;3121.50;10.60;1403.50;2.35;0.20 -9600;5;2946.50;12.15;1443.00;2.67;0.18 -9601;5;1664.00;10.02;1673.00;3.14;0.36 -9602;5;3141.00;10.90;1399.50;3.81;0.20 -9603;5;1453.00;9.50;719.50;-1.11;0.16 -9605;5;3793.50;9.90;1308.50;3.33;0.40 -9606;5;3136.50;11.10;1428.50;3.68;0.26 -9607;5;2857.50;10.60;1443.50;2.82;0.22 -9608;5;3096.50;9.80;1431.00;3.60;0.18 -9609;5;2856.00;10.15;1452.00;3.92;0.22 -9610;5;3198.50;9.95;1390.00;3.30;0.22 -9611;5;3062.50;9.90;1440.50;2.82;0.18 -9612;5;3211.50;10.20;1393.50;3.33;0.28 -9614;5;3231.50;10.20;1397.50;1.97;0.18 -9616;5;984.00;13.62;1629.00;3.46;0.40 -9617;5;3213.00;9.77;1409.00;3.14;0.18 -9618;5;2925.50;14.75;1449.00;2.89;0.18 -9619;5;3161.50;13.80;1431.50;3.33;0.24 -9620;5;2921.00;12.30;1455.50;3.73;0.16 -9621;5;3112.50;9.85;1436.00;4.03;0.20 -9622;5;2910.00;10.10;1455.50;3.73;0.16 -9623;5;4852.00;10.05;1452.50;3.14;0.30 -9624;5;3079.50;9.80;1439.00;2.89;0.22 -9625;5;2869.50;10.20;1450.50;1.37;0.26 -9626;5;3486.50;12.30;1369.00;2.89;0.22 -9627;5;3034.00;11.90;1436.50;2.76;0.20 -9629;5;2833.00;9.87;1460.00;3.14;0.22 -9630;5;2982.50;12.50;1452.50;4.17;0.22 -9631;5;2786.00;9.70;1454.50;4.24;0.22 -9632;5;3483.50;14.80;1376.00;4.29;0.28 -9633;5;2972.00;15.65;1456.50;4.54;0.20 -9634;5;1587.50;10.90;1659.00;2.44;0.30 -9635;5;3253.50;9.80;1411.50;2.19;0.28 -9636;5;2974.00;14.30;1464.50;2.21;0.20 -9637;5;910.00;10.32;1484.00;2.89;0.28 -9638;5;2924.00;10.65;1463.50;4.06;0.18 -9639;5;4906.50;11.40;1437.00;3.26;0.28 -9640;5;3157.50;12.50;1443.50;1.97;0.20 -9641;5;4936.50;13.55;1438.00;2.24;0.26 -9642;5;2895.00;10.10;1464.00;4.39;0.22 -9643;5;3095.50;10.20;1440.50;3.00;0.16 -9644;5;2853.00;10.02;1471.00;3.60;0.22 -9645;5;3542.50;12.30;1373.00;2.67;0.26 -9646;5;3049.00;11.57;1453.00;3.92;0.14 -9647;5;3504.50;10.40;1390.00;1.57;0.20 -9648;5;3050.00;10.80;1461.00;2.35;0.22 -9649;5;3463.00;14.50;1392.50;4.35;0.22 -9650;5;3035.50;14.00;1471.50;2.60;0.24 -9651;5;3226.50;9.70;1420.50;2.82;0.20 -9652;5;2990.00;13.25;1473.50;4.06;0.20 -9653;5;1456.50;10.00;1563.00;4.00;0.24 -9654;5;1463.00;10.70;1573.00;2.35;0.20 -9655;5;2961.00;11.85;1472.50;2.21;0.16 -9656;5;3135.00;9.80;1450.50;2.76;0.22 -9657;5;1428.50;10.25;1618.00;2.78;0.38 -9658;5;2891.00;10.22;1472.00;4.39;0.22 -9659;5;4948.00;10.10;1572.50;2.84;0.64 -9660;5;3107.50;9.80;1464.50;1.76;0.20 -9661;5;3059.50;11.00;1470.00;2.67;0.26 -9662;5;1565.00;10.70;1578.00;3.14;0.20 -9663;5;3427.50;9.95;1393.00;4.03;0.20 -9664;5;1582.00;11.50;1589.00;3.92;0.30 -9665;5;3028.50;11.20;1482.00;2.89;0.16 -9666;5;2968.00;12.00;1479.00;3.14;0.20 -9667;5;1526.50;10.10;1590.50;2.07;0.28 -9668;5;3202.00;13.87;1442.00;4.12;0.30 -9669;5;1102.50;11.20;1800.50;3.20;0.72 -9670;5;3198.50;15.40;1449.50;2.11;0.26 -9672;5;3182.00;11.30;1455.50;4.24;0.26 -9673;5;1646.00;11.85;1587.50;2.55;0.20 -9674;5;3445.00;12.85;1398.00;2.15;0.26 -9675;5;1668.50;11.65;1606.00;3.01;0.28 -9676;5;3088.50;10.20;1469.50;3.33;0.22 -9677;5;3351.00;11.50;1421.00;3.60;0.24 -9678;5;1402.00;11.30;1660.00;2.89;0.38 -9679;5;3044.50;13.50;1469.00;1.95;0.20 -9681;5;3004.50;11.50;1490.50;4.30;0.20 -9682;5;1430.00;10.55;1567.00;3.92;0.26 -9683;5;3262.50;9.80;1449.50;3.46;0.20 -9684;5;1478.00;10.80;1595.00;3.38;0.24 -9685;5;3200.00;15.55;1458.50;2.03;0.18 -9686;5;2682.50;11.85;1365.00;2.49;0.20 -9687;5;3165.50;10.75;1468.00;2.97;0.20 -9688;5;3461.00;9.85;1431.00;1.89;0.24 -9689;5;2673.00;10.25;1372.50;4.06;0.18 -9690;5;3108.50;9.80;1478.00;3.38;0.28 -9691;5;3453.00;11.92;1404.00;3.14;0.22 -9692;5;3073.50;9.80;1487.00;2.89;0.18 -9693;5;1645.50;11.40;1596.00;3.60;0.22 -9694;5;3453.50;12.30;1412.50;2.82;0.22 -9695;5;1039.00;12.50;1587.00;1.67;0.32 -9696;5;3412.50;10.30;1414.50;4.57;0.20 -9697;5;901.50;9.70;1537.00;4.03;0.28 -9698;5;3283.00;9.80;1459.00;3.60;0.24 -9699;5;2726.00;14.40;1380.50;3.14;0.20 -9700;5;2740.50;13.20;1374.50;2.60;0.20 -9701;5;3230.00;10.25;1440.00;3.14;0.20 -9702;5;3492.50;15.45;1352.00;3.60;0.22 -9703;5;2739.00;11.42;1385.00;1.89;0.16 -9704;5;3187.00;17.55;1472.50;1.93;0.20 -9705;5;3495.50;11.05;1426.00;4.03;0.20 -9706;5;3155.00;10.07;1479.00;4.24;0.22 -9707;5;3481.50;12.30;1418.50;2.94;0.22 -9708;5;1623.50;10.90;1601.00;4.03;0.30 -9709;5;3437.50;9.70;1430.50;2.94;0.18 -9710;5;2791.00;10.27;1395.00;2.35;0.24 -9711;5;1529.00;10.20;1602.00;2.35;0.30 -9712;5;3337.50;9.60;1446.50;2.94;0.24 -9713;5;910.50;10.30;1522.50;3.56;0.34 -9714;5;3280.50;10.20;1466.50;1.97;0.24 -9715;5;3539.00;12.17;1315.00;1.89;0.26 -9716;5;3234.50;10.00;1461.50;1.76;0.22 -9717;5;2802.50;10.30;1406.00;4.03;0.22 -9719;5;2699.50;10.20;1388.50;2.94;0.20 -9720;5;3529.50;11.60;1435.50;2.94;0.24 -9721;5;1635.50;11.50;1606.50;4.17;0.28 -9722;5;3482.00;10.00;1433.50;4.24;0.22 -9723;5;2846.00;11.00;1392.00;1.89;0.18 -9724;5;1509.50;10.80;1600.50;4.57;0.28 -9725;5;2845.50;9.80;1484.50;1.89;0.20 -9726;5;3448.00;9.80;1428.00;3.14;0.24 -9727;5;1493.00;10.65;1502.00;4.06;0.36 -9728;5;2870.50;11.80;1408.00;4.71;0.18 -9729;5;3365.50;9.70;1453.50;2.82;0.18 -9730;5;870.00;9.50;1544.50;4.10;0.36 -9731;5;3151.00;10.40;1640.50;4.35;0.22 -9732;5;2864.50;12.85;1420.00;2.97;0.20 -9733;5;4976.50;13.20;1524.50;3.25;0.34 -9734;5;2819.00;10.00;1415.50;4.24;0.16 -9735;5;3540.50;9.60;1448.00;4.33;0.22 -9736;5;2900.00;13.15;1411.00;3.92;0.22 -9737;5;2792.50;9.70;1415.00;3.78;0.18 -9738;5;2913.00;15.42;1418.00;4.12;0.22 -9739;5;3495.50;9.80;1435.50;3.68;0.22 -9741;5;2939.00;10.20;1420.00;2.67;0.18 -9742;5;3452.50;9.80;1435.50;2.11;0.18 -9744;5;3425.00;9.70;1449.50;2.21;0.16 -9745;5;2910.00;16.12;1425.00;4.24;0.20 -9747;5;1466.00;10.70;1623.50;2.86;0.32 -9748;5;2858.00;11.40;1433.50;3.81;0.20 -9749;5;4966.50;13.90;1486.00;2.67;0.34 -9750;5;2989.00;11.45;1380.50;2.76;0.18 -9751;5;2826.50;10.00;1423.50;1.97;0.20 -9752;5;2971.50;10.80;1413.50;2.35;0.20 -9753;5;3553.00;9.60;1443.50;3.81;0.22 -9754;5;1640.50;12.05;1619.00;1.84;0.24 -9755;5;3322.00;13.60;1286.50;2.62;0.24 -9756;5;3155.00;10.47;1401.00;2.35;0.26 -9757;5;2758.50;12.10;1317.00;4.33;0.20 -9758;5;1621.00;9.50;1534.00;3.38;0.28 -9759;5;4768.50;12.55;1358.00;2.67;0.22 -9760;5;1519.50;12.90;1536.50;2.52;0.24 -9761;5;3387.50;16.20;1306.50;3.92;0.30 -9762;5;4892.50;12.20;1404.50;-1.24;0.24 -9763;5;3337.00;12.20;1282.50;3.14;0.22 -9765;5;2683.50;10.00;1279.50;1.76;0.20 -9766;5;4832.00;12.25;1399.50;4.24;0.20 -9767;5;2750.50;11.80;1332.50;2.60;0.24 -9768;5;4627.50;12.50;1353.50;2.35;0.36 -9769;5;3216.50;10.70;1384.00;3.83;0.28 -9770;5;2703.50;14.00;1331.50;2.35;0.24 -9771;5;3158.00;11.60;1396.00;3.92;0.22 -9772;5;2937.50;9.70;1337.50;3.68;0.20 -9773;5;1211.50;12.30;1427.50;2.25;0.44 -9774;5;1646.50;10.80;1579.50;3.33;0.20 -9775;5;1504.50;12.55;1535.00;3.78;0.28 -9777;5;3379.50;16.90;1314.50;3.33;0.30 -9778;5;2744.50;11.95;1304.00;4.12;0.18 -9779;5;1517.50;11.70;1487.00;3.38;0.34 -9780;5;3113.00;10.60;1360.50;3.14;0.20 -9782;5;4797.00;10.00;1420.50;2.76;0.28 -9784;5;3068.50;9.90;1342.50;2.60;0.20 -9785;5;2767.50;13.00;1341.50;2.35;0.24 -9787;5;2680.50;12.70;1336.50;2.94;0.18 -9788;5;4711.50;9.80;1363.00;2.67;0.26 -9789;5;1564.00;10.95;1542.50;2.55;0.18 -9790;5;4772.50;10.90;1315.50;1.71;0.20 -9791;5;3186.50;11.20;1349.50;3.46;0.16 -9792;5;1138.50;18.10;1496.50;3.25;0.32 -9794;5;3000.00;10.30;1371.00;4.39;0.22 -9795;5;4765.00;12.40;1334.00;3.92;0.20 -9796;5;1475.50;10.30;1541.50;2.94;0.22 -9797;5;2832.00;12.30;1354.50;1.67;0.20 -9798;5;4885.50;9.80;1427.50;1.89;0.28 -9799;5;3227.00;9.82;1316.00;4.39;0.18 -9800;5;2729.50;12.90;1342.00;3.38;0.20 -9802;5;1325.00;10.70;1497.50;2.03;0.40 -9803;5;4775.50;11.60;1359.50;3.68;0.26 -9804;5;1595.50;10.15;1554.00;4.03;0.20 -9805;5;3122.00;9.50;1314.00;4.71;0.20 -9806;5;3302.00;12.87;1327.00;1.81;0.20 -9807;5;5010.50;12.55;1318.00;3.01;0.16 -9808;5;1546.50;10.70;1552.50;1.97;0.26 -9809;5;3108.50;12.60;1369.00;2.44;0.20 -9810;5;1474.50;10.80;1553.00;2.67;0.28 -9811;5;3302.50;13.70;1305.00;3.60;0.26 -9812;5;2782.50;14.85;1330.00;3.78;0.24 -9813;5;2796.50;10.50;1356.50;2.82;0.16 -9814;5;957.50;9.70;1436.50;3.33;0.26 -9815;5;2698.00;9.95;1276.50;3.14;0.20 -9816;5;3542.00;14.30;1243.00;4.24;0.42 -9817;5;2671.50;9.70;1348.50;4.30;0.20 -9818;5;3176.00;12.95;1357.50;2.55;0.24 -9820;5;1623.00;11.87;1562.00;2.15;0.26 -9821;5;3097.00;13.20;1373.50;3.81;0.24 -9822;5;1272.50;10.60;1452.00;4.12;0.38 -9823;5;3405.00;10.90;1273.50;3.52;0.34 -9824;5;2849.50;11.00;1367.00;3.60;0.20 -9825;5;1516.00;10.80;1566.50;4.24;0.26 -9826;5;3028.50;10.70;1349.00;2.49;0.20 -9827;5;2737.00;12.45;1351.00;2.03;0.20 -9828;5;2754.00;13.02;1300.00;4.12;0.18 -9829;5;1303.50;10.40;1421.50;4.44;0.46 -9830;5;3342.00;12.27;1286.00;3.92;0.22 -9831;5;4733.00;10.70;1382.50;2.03;0.26 -9833;5;3255.50;9.70;1344.00;1.29;0.20 -9834;5;1543.00;9.65;1306.00;4.24;0.32 -9835;5;4697.00;11.22;1345.00;4.12;0.20 -9836;5;1591.50;11.40;1576.50;1.68;0.18 -9837;5;3136.50;13.00;1336.50;4.57;0.20 -9838;5;3018.50;12.25;1379.00;3.60;0.22 -9839;5;2706.50;11.10;1321.50;1.37;0.20 -9840;5;2796.50;12.70;1366.50;2.94;0.24 -9841;5;4796.00;13.50;1365.00;3.92;0.22 -9842;5;2791.00;12.65;1370.50;2.21;0.24 -9843;5;4628.50;10.40;1327.50;1.97;0.20 -9844;5;3327.00;13.10;1334.00;4.39;0.24 -9846;5;2724.00;12.00;1350.00;3.92;0.20 -9847;5;1661.50;9.75;1571.00;2.97;0.20 -9848;5;4765.00;12.10;1340.50;2.03;0.22 -9849;5;3127.50;13.20;1369.50;2.94;0.24 -9850;5;1665.50;10.30;1579.50;2.82;0.16 -9852;5;2763.00;12.55;1325.00;2.35;0.20 -9853;5;2848.00;11.40;1374.50;3.14;0.20 -9854;5;4725.50;12.10;1324.50;3.92;0.24 -9855;5;953.00;12.22;1450.00;3.73;0.30 -9856;5;3066.00;9.92;1332.00;2.67;0.16 -9857;5;2778.50;10.75;1368.00;4.03;0.20 -9858;5;3456.00;16.80;1309.50;2.43;0.26 -9860;5;3414.50;15.75;1301.00;3.30;0.30 -9861;5;3332.00;9.80;1302.50;2.55;0.30 -9862;5;3212.00;11.62;1359.00;1.89;0.18 -9863;5;2950.00;11.75;1337.50;3.14;0.22 -9864;5;1644.00;9.70;1537.50;2.76;0.18 -9865;5;4996.00;11.05;1328.50;2.26;0.26 -9866;5;4774.50;11.65;1372.00;2.89;0.22 -9867;5;2788.50;9.70;1464.00;2.89;0.18 -9868;5;3421.00;14.07;1323.00;3.46;0.22 -9869;5;2679.50;10.05;1299.00;2.49;0.18 -9870;5;2747.50;12.60;1357.50;4.51;0.24 -9871;5;3339.00;14.05;1339.50;3.52;0.24 -9872;5;2734.00;12.70;1369.00;2.67;0.24 -9873;5;4659.00;12.25;1355.00;2.15;0.24 -9874;5;3135.50;12.50;1370.50;4.17;0.28 -9875;5;3120.50;11.30;1345.50;3.92;0.22 -9877;5;2696.50;10.80;1317.50;2.35;0.16 -9878;5;3285.00;13.80;1295.00;2.35;0.26 -9879;5;2993.00;11.65;1389.50;2.21;0.20 -9880;5;1322.50;10.30;1635.00;4.12;0.42 -9881;5;2740.50;12.80;1311.50;1.71;0.16 -9882;5;2813.50;13.60;1378.00;1.95;0.18 -9883;5;4805.00;11.95;1380.50;2.46;0.22 -9884;5;2804.00;12.27;1381.00;2.35;0.18 -9885;5;4743.50;10.70;1355.50;2.11;0.22 -9886;5;3429.50;14.30;1329.00;4.43;0.28 -9887;5;3224.50;10.60;1326.50;3.68;0.24 -9888;5;3224.00;10.02;1365.00;1.89;0.24 -9889;5;2794.50;12.40;1300.00;2.49;0.20 -9891;5;2716.50;11.70;1286.50;4.17;0.20 -9892;5;1321.50;10.40;1566.50;2.35;0.44 -9893;5;3389.50;13.40;1273.00;3.50;0.24 -9894;5;3085.50;14.05;1386.00;1.95;0.24 -9896;5;2800.50;11.10;1321.50;2.35;0.20 -9897;5;4839.00;10.82;1384.00;1.81;0.22 -9898;5;2867.00;9.80;1393.50;2.55;0.20 -9899;5;4800.50;15.40;1347.50;2.60;0.20 -9900;5;3361.00;13.75;1342.50;2.46;0.24 -9901;5;3308.50;11.85;1314.00;3.30;0.22 -9902;5;3232.50;10.25;1366.00;3.78;0.20 -9903;5;2778.50;11.80;1297.50;2.35;0.24 -9904;5;3005.00;10.22;1362.00;2.89;0.28 -9905;5;4660.00;11.15;1335.50;4.01;0.20 -9906;5;3146.50;13.00;1382.50;2.94;0.24 -9907;5;2980.50;9.90;1393.50;3.68;0.20 -9908;5;1207.00;12.75;1471.00;3.14;0.40 -9910;5;1375.00;10.20;1592.50;3.66;0.36 -9911;5;944.50;9.90;1467.50;3.46;0.30 -9912;5;3398.00;13.15;1286.50;3.36;0.32 -9913;5;4791.50;11.30;1393.50;3.92;0.28 -9914;5;3113.50;9.70;1349.50;2.94;0.24 -9915;5;3371.00;12.75;1339.50;3.14;0.24 -9916;5;3135.50;10.80;1309.50;1.37;0.22 -9917;5;2712.50;11.20;1321.00;4.71;0.20 -9918;5;4756.50;12.00;1329.50;3.68;0.22 -9919;5;3229.00;10.10;1375.50;4.24;0.28 -9920;5;1272.00;10.40;1418.50;3.85;0.38 -9921;5;3235.50;11.80;1310.00;4.03;0.18 -9922;5;3076.50;13.75;1403.00;3.78;0.20 -9923;5;1558.00;11.95;1534.50;3.66;0.24 -9924;5;2999.50;11.00;1399.50;1.76;0.16 -9925;5;2707.50;10.70;1307.50;3.92;0.20 -9926;5;4891.50;11.90;1394.50;2.60;0.24 -9927;5;4701.50;10.40;1374.50;3.92;0.32 -9928;5;4805.50;12.25;1398.00;3.30;0.26 -9929;5;3247.50;12.85;1282.00;3.78;0.20 -9930;5;3186.00;9.90;1342.50;2.76;0.22 -9931;5;1569.00;10.57;1484.00;3.14;0.18 -9932;5;3423.50;14.30;1340.50;2.94;0.24 -9933;5;2778.00;13.65;1338.50;2.55;0.24 -9934;5;4574.50;9.80;1164.50;1.48;0.26 -9935;5;4195.50;9.90;1008.50;3.68;0.28 -9936;5;4810.00;11.85;1272.50;2.03;0.22 -9937;5;4610.50;9.70;1193.50;2.94;0.26 -9938;5;4624.50;9.90;1034.50;3.33;0.24 -9939;5;4494.50;12.05;1116.00;2.44;0.38 -9940;5;3198.00;11.05;1235.50;2.76;0.20 -9941;5;3243.00;11.80;1273.50;2.62;0.24 -9942;5;4594.50;10.10;1067.00;3.01;0.28 -9943;5;2913.50;9.60;1217.00;4.00;0.42 -9944;5;4661.00;11.42;1118.00;2.03;0.26 -9946;5;4106.00;10.15;990.00;3.60;0.34 -9947;5;3313.00;9.50;1147.50;3.85;0.26 -9948;5;4467.50;10.35;1006.00;3.60;0.26 -9949;5;1503.00;11.12;1446.00;2.89;0.30 -9951;5;4039.00;10.70;1117.00;3.92;0.44 -9953;5;4683.50;9.70;1196.50;3.92;0.24 -9954;5;3432.50;15.75;1316.00;4.03;0.30 -9955;5;4702.00;10.95;1048.00;2.82;0.24 -9956;5;4639.00;9.85;1229.50;3.14;0.22 -9958;5;4579.00;10.05;1228.50;2.76;0.20 -9959;5;4610.00;10.70;1159.50;2.26;0.34 -9960;5;2850.50;13.85;1227.00;3.86;0.40 -9961;5;4432.50;12.30;976.50;3.76;0.34 -9962;5;3274.50;13.50;624.50;3.05;0.52 -9964;5;2841.00;13.15;1255.50;1.93;0.30 -9966;5;4406.50;19.50;1174.50;2.48;0.40 -9967;5;1505.50;13.40;1456.00;1.78;0.26 -9968;5;4880.50;11.25;1229.00;2.89;0.20 -9969;5;4624.50;9.70;1304.00;4.33;0.24 -9970;5;4583.00;11.60;1055.50;1.47;0.28 -9971;5;4667.00;11.07;1241.00;2.55;0.26 -9972;5;4664.00;11.30;1109.00;3.46;0.22 -9973;5;4084.50;9.90;1085.00;4.21;0.38 -9975;5;3935.00;9.70;1022.00;4.46;0.42 -9976;5;2907.00;13.97;1248.00;2.55;0.30 -9977;5;3150.50;9.70;1154.00;3.60;0.28 -9980;5;3041.50;9.70;1179.50;2.60;0.24 -9981;5;4791.00;10.77;1297.00;2.89;0.18 -9982;5;4572.00;10.45;1073.00;4.12;0.30 -9983;5;2942.00;9.85;1191.00;3.78;0.36 -9984;5;4622.00;10.05;1108.00;3.73;0.28 -9986;5;3172.00;11.90;536.00;1.66;0.70 -9987;5;4609.00;9.70;1258.00;4.12;0.26 -9988;5;4433.50;11.50;961.50;4.30;0.30 -9989;5;3214.00;9.72;1167.00;2.82;0.24 -9991;5;4247.00;10.10;1006.00;2.67;0.32 -9992;5;3168.00;10.15;1181.00;2.67;0.18 -9993;5;4224.50;10.00;1045.00;1.41;0.36 -9994;5;2948.50;9.70;1267.50;4.30;0.30 -9995;5;4621.00;10.35;1215.50;3.14;0.24 -9996;5;1480.00;10.95;1432.00;2.67;0.26 -9997;5;4556.00;11.80;1054.50;2.86;0.26 -9998;5;4978.50;10.30;1242.00;3.30;0.24 -9999;5;4578.00;9.95;1126.50;2.21;0.36 -10000;5;4680.00;11.25;1259.50;3.81;0.28 -10001;5;4113.50;9.80;949.50;2.35;0.34 -10002;5;3342.50;10.45;1147.00;2.78;0.30 -10003;5;4618.00;9.70;1283.00;2.82;0.24 -10004;5;4495.00;9.67;1003.00;2.03;0.24 -10005;5;3301.00;9.70;1161.50;2.62;0.22 -10006;5;4518.00;10.25;1116.50;3.14;0.40 -10008;5;4649.00;10.30;1189.50;2.86;0.28 -10009;5;2735.00;11.05;1268.50;1.73;0.20 -10010;5;4642.00;9.62;1049.00;3.14;0.24 -10012;5;4650.00;12.60;1102.50;3.14;0.22 -10013;5;2729.00;11.70;1224.50;1.93;0.28 -10014;5;4673.00;11.15;1143.50;2.03;0.28 -10015;5;4962.00;12.90;1252.00;1.81;0.26 -10016;5;4451.50;9.50;959.50;2.35;0.20 -10017;5;4628.00;9.70;1170.00;3.92;0.26 -10018;5;4701.00;11.17;1272.00;3.60;0.20 -10019;5;3966.00;10.72;993.00;2.82;0.30 -10020;5;4848.50;12.60;1200.00;3.60;0.24 -10021;5;4052.00;15.55;1136.50;2.72;0.46 -10022;5;4618.00;9.70;1297.00;2.03;0.24 -10023;5;2688.50;11.50;1190.00;4.53;0.28 -10025;5;3086.50;12.00;546.00;3.55;0.78 -10026;5;2960.50;11.20;1222.50;2.35;0.32 -10027;5;3056.50;12.00;1321.00;3.38;0.20 -10028;5;3298.00;10.30;1094.50;3.81;0.32 -10029;5;1541.50;9.80;1427.50;3.92;0.32 -10030;5;4019.50;11.20;988.50;4.60;0.38 -10031;5;3284.50;9.80;1121.50;3.00;0.22 -10032;5;4941.50;10.30;1261.50;3.00;0.28 -10033;5;4266.50;13.30;1001.00;3.38;0.26 -10034;5;4690.50;10.90;1163.50;2.35;0.20 -10035;5;4211.00;10.00;1023.50;3.14;0.26 -10036;5;4797.00;10.15;1278.50;4.06;0.22 -10037;5;2998.00;11.20;1159.00;2.67;0.54 -10038;5;3239.00;11.82;1280.00;2.55;0.24 -10039;5;4514.00;10.85;1065.50;2.79;0.30 -10040;5;4625.50;10.60;1207.50;3.68;0.26 -10041;5;3258.00;11.65;1284.00;3.92;0.24 -10042;5;4652.50;10.95;1088.00;4.33;0.30 -10043;5;4630.50;11.20;1241.50;2.60;0.26 -10044;5;4634.00;11.15;1145.50;3.42;0.26 -10045;5;2810.50;13.50;1230.50;4.39;0.36 -10046;5;3077.00;9.60;1157.50;2.86;0.26 -10047;5;1561.00;9.70;1432.00;3.60;0.32 -10049;5;3151.50;10.85;1176.00;2.24;0.26 -10050;5;4505.50;10.20;1021.50;3.92;0.28 -10051;5;1570.00;9.70;1447.50;3.81;0.32 -10052;5;4863.50;10.65;1216.00;3.78;0.20 -10053;5;4581.50;11.00;1299.50;3.68;0.26 -10054;5;4635.50;11.10;1051.00;2.67;0.22 -10055;5;4902.50;12.15;1237.00;1.95;0.20 -10056;5;3340.00;12.52;1270.00;3.60;0.32 -10057;5;4596.00;10.35;1093.00;3.73;0.30 -10058;5;4700.50;9.60;1131.00;2.67;0.24 -10059;5;2895.50;12.90;1237.50;2.35;0.32 -10060;5;4127.50;10.35;989.00;3.83;0.38 -10061;5;3236.50;9.90;1160.00;2.44;0.28 -10063;5;2749.50;12.55;1267.00;2.89;0.16 -10064;5;4619.50;9.70;1180.50;3.28;0.28 -10065;5;4770.00;10.52;1302.00;4.24;0.16 -10066;5;3962.50;10.00;1159.50;2.25;0.54 -10067;5;2989.50;10.10;1181.00;2.97;0.30 -10068;5;4634.00;9.70;1314.00;3.92;0.22 -10070;5;2704.50;10.40;1215.50;2.52;0.32 -10071;5;3085.00;10.90;634.00;4.46;0.74 -10072;5;4624.00;9.90;1255.00;3.46;0.24 -10073;5;3289.50;9.70;1157.00;3.30;0.16 -10074;5;3010.50;9.70;1286.00;4.03;0.20 -10075;5;4436.00;12.05;1000.50;1.67;0.34 -10076;5;4687.00;10.50;1174.50;2.46;0.22 -10077;5;4176.00;10.25;1032.50;3.81;0.26 -10079;5;4615.00;9.70;1206.50;2.62;0.32 -10080;5;4571.00;10.05;1045.00;3.46;0.26 -10081;5;1560.00;10.60;1467.00;3.14;0.26 -10082;5;1473.00;9.50;602.00;-1.18;0.34 -10083;5;4788.00;12.55;1312.00;2.55;0.24 -10084;5;4628.50;10.75;1080.00;4.71;0.28 -10085;5;4805.50;11.90;1240.50;1.68;0.16 -10086;5;4662.00;13.60;1134.50;4.01;0.28 -10087;5;3371.50;10.55;1231.00;3.30;0.28 -10088;5;4151.00;9.70;980.00;1.89;0.26 -10089;5;3364.00;10.00;1165.50;3.14;0.18 -10090;5;4250.50;10.55;1036.00;4.21;0.40 -10091;5;2972.00;9.65;1263.50;2.76;0.28 -10092;5;4859.00;11.05;1194.00;3.60;0.22 -10093;5;4635.00;9.90;1040.50;3.52;0.28 -10094;5;2722.50;11.30;1265.50;1.71;0.20 -10095;5;4676.50;9.70;1196.50;3.33;0.20 -10096;5;1546.00;10.22;1467.00;2.15;0.28 -10097;5;3299.50;11.80;1061.00;2.58;0.48 -10098;5;4609.00;9.82;1219.00;1.89;0.22 -10100;5;4959.50;13.25;1244.00;3.78;0.22 -10101;5;4676.00;11.30;1157.50;2.62;0.22 -10102;5;4651.00;10.20;1269.50;2.03;0.22 -10103;5;4443.00;10.70;984.50;1.47;0.28 -10104;5;3178.50;10.10;1095.50;3.37;0.76 -10105;5;4524.00;10.20;1006.00;3.92;0.20 -10106;5;3475.00;10.40;1255.00;2.82;0.34 -10107;5;2705.00;17.85;1174.50;2.41;0.44 -10108;5;3868.00;10.30;1071.50;2.72;0.42 -10109;5;2781.50;11.45;1284.00;3.01;0.24 -10110;5;4783.00;9.75;1235.50;2.76;0.22 -10111;5;2746.00;12.37;1285.00;2.67;0.20 -10112;5;4618.50;10.80;1072.00;2.67;0.32 -10113;5;2716.00;10.95;1236.00;3.14;0.16 -10114;5;4599.50;10.25;1130.00;3.30;0.32 -10115;5;4806.50;11.90;1261.00;1.95;0.24 -10116;5;4136.50;9.90;974.50;3.92;0.26 -10118;5;3912.50;9.70;1016.00;2.27;0.40 -10121;5;4561.00;11.57;1043.00;2.15;0.22 -10122;5;3253.50;9.70;1266.50;2.35;0.18 -10125;5;4941.50;9.80;1234.50;3.92;0.24 -10126;5;3306.00;10.92;1125.00;4.39;0.36 -10127;5;3250.00;9.80;1136.50;3.77;0.38 -10128;5;4953.50;13.00;1262.50;3.92;0.24 -10129;5;4445.50;10.20;978.50;3.92;0.20 -10130;5;4014.00;13.10;811.50;1.93;0.24 -10131;5;3733.00;12.40;1448.00;2.15;0.48 -10132;5;4433.00;11.10;1178.50;2.72;0.36 -10133;5;3749.50;10.70;1657.00;2.67;0.34 -10134;5;4411.00;9.92;861.00;2.35;0.26 -10135;5;4534.00;9.85;525.50;2.55;0.24 -10136;5;3707.00;10.70;1649.00;4.12;0.38 -10137;5;4496.50;12.10;895.50;3.92;0.22 -10139;5;3930.00;10.60;1156.50;2.14;0.42 -10140;5;3769.00;10.50;1548.00;4.39;0.40 -10141;5;4807.72;9.90;671.29;4.17;0.24 -10142;5;3716.00;10.60;1629.50;2.62;0.34 -10143;5;4637.50;10.20;749.00;3.30;0.22 -10144;5;4505.50;13.15;1174.00;1.72;0.30 -10146;5;3989.50;10.50;1399.00;3.38;0.60 -10147;5;5034.50;10.10;525.50;2.60;0.38 -10148;5;3881.00;10.65;1361.50;3.86;0.40 -10149;5;4051.50;9.70;843.50;2.35;0.28 -10150;5;4419.00;9.70;599.00;3.92;0.32 -10151;5;901.50;13.35;1605.00;2.58;0.38 -10152;5;4050.50;9.70;885.00;3.26;0.26 -10154;5;4307.00;10.70;936.50;2.62;0.26 -10155;5;922.00;12.35;1679.50;3.66;0.40 -10156;5;4364.00;9.57;759.00;3.46;0.20 -10158;5;4344.50;9.50;801.50;4.39;0.20 -10159;5;921.50;14.80;1563.50;3.00;0.34 -10161;5;4014.50;9.90;1500.50;1.99;0.52 -10162;5;4508.00;10.05;847.00;1.89;0.18 -10163;5;3157.50;9.75;1339.00;2.89;0.20 -10164;5;3779.00;9.70;1493.00;2.55;0.46 -10165;5;4690.50;11.50;900.00;4.12;0.18 -10166;5;5177.50;10.30;575.00;2.89;0.16 -10167;5;4697.50;10.10;926.50;2.60;0.20 -10168;5;3773.00;10.55;1564.50;4.01;0.34 -10170;5;3800.50;10.00;1617.00;3.83;0.46 -10171;5;4059.00;12.25;965.00;2.03;0.42 -10172;5;1204.00;16.75;1234.50;3.86;0.50 -10173;5;3935.00;10.95;1200.00;3.52;0.50 -10174;5;1702.00;11.50;1662.00;3.14;0.34 -10176;5;810.50;9.50;915.50;-0.72;0.82 -10177;5;4417.50;10.85;855.00;4.43;0.28 -10178;5;4612.50;10.50;597.50;3.00;0.34 -10179;5;3910.00;10.40;1498.00;3.60;0.48 -10180;5;4493.50;14.30;887.50;3.68;0.18 -10181;5;4653.00;9.70;666.00;3.38;0.26 -10182;5;4283.50;9.65;939.00;3.43;0.26 -10185;5;3718.50;13.30;1614.50;3.46;0.38 -10186;5;4725.50;11.50;799.50;2.11;0.28 -10187;5;3895.00;14.07;1331.00;3.73;0.48 -10189;5;3810.50;10.40;1675.50;2.60;0.38 -10190;5;3981.50;10.50;850.50;3.28;0.30 -10192;5;1444.50;10.60;1443.50;1.89;0.32 -10193;5;4343.50;10.20;891.00;3.78;0.26 -10195;5;4459.50;10.90;922.00;3.78;0.26 -10196;5;3758.00;10.50;1541.00;2.11;0.44 -10198;5;953.50;12.95;1713.00;2.89;0.48 -10199;5;4641.50;10.20;738.00;4.03;0.24 -10200;5;3616.50;10.10;1740.50;2.07;0.32 -10202;5;4013.50;10.40;1585.50;2.91;0.58 -10204;5;4468.00;10.15;844.50;3.81;0.28 -10205;5;3870.00;14.95;1293.50;3.14;0.44 -10206;5;5175.50;10.50;567.00;2.97;0.18 -10207;5;3579.50;9.80;1922.00;4.00;1.20 -10208;5;3989.00;11.00;882.00;3.92;0.34 -10209;5;4398.50;9.70;646.00;2.24;0.26 -10211;5;3905.50;10.00;1557.50;1.99;0.44 -10213;5;3771.50;10.65;1611.00;3.70;0.38 -10215;5;4888.50;9.80;1461.50;2.07;0.30 -10216;5;3720.00;16.40;1723.50;3.56;0.60 -10217;5;4349.00;9.82;822.00;2.76;0.32 -10218;5;4038.50;9.90;1517.50;2.82;0.56 -10220;5;3846.50;10.20;1488.50;2.71;0.62 -10221;5;4378.50;9.70;886.50;2.94;0.26 -10223;5;4282.50;10.00;921.50;2.87;0.20 -10224;5;3724.50;9.80;1538.00;4.41;0.44 -10225;5;4409.00;10.10;640.00;4.24;0.24 -10226;5;3684.50;9.90;1591.00;2.67;0.34 -10227;5;4395.50;10.30;721.00;-1.29;0.26 -10228;5;833.50;12.60;1795.50;2.01;0.78 -10229;5;4072.00;9.70;780.50;2.92;0.30 -10230;5;1695.50;11.35;1647.00;1.57;0.34 -10232;5;4485.50;11.05;826.00;4.19;0.30 -10235;5;4005.00;9.90;1540.50;3.85;0.42 -10236;5;4700.00;10.65;884.50;3.81;0.28 -10237;5;4628.00;10.55;639.00;3.60;0.34 -10238;5;4463.00;11.35;913.50;3.14;0.24 -10239;5;3920.00;9.85;1540.00;2.15;0.34 -10240;5;4642.00;10.60;728.50;4.35;0.24 -10242;5;870.00;10.67;1699.00;2.49;0.32 -10243;5;4747.50;10.10;779.50;3.33;0.20 -10244;5;1843.50;9.70;1648.00;2.09;0.36 -10245;5;2004.00;11.95;1997.50;4.31;2.34 -10246;5;4029.50;9.80;823.50;-1.46;0.26 -10247;5;1725.50;10.90;1680.50;3.05;0.40 -10249;5;1582.00;11.00;1680.00;2.21;0.50 -10250;5;4380.50;9.70;878.50;3.92;0.24 -10253;5;3710.00;9.80;1505.00;2.03;0.46 -10255;5;4102.50;9.95;939.00;2.27;0.34 -10256;5;3736.50;10.05;1578.00;1.57;0.42 -10257;5;4484.00;11.55;1204.50;2.29;0.32 -10258;5;849.00;13.90;1777.00;3.92;0.76 -10259;5;4013.50;10.60;908.50;2.60;0.24 -10260;5;5147.00;9.70;486.50;4.01;0.20 -10261;5;4464.00;9.70;827.00;2.03;0.20 -10262;5;3662.00;9.75;1423.00;4.06;0.56 -10263;5;4674.50;9.90;574.00;2.85;0.18 -10264;5;3690.50;9.60;1467.50;2.48;0.54 -10266;5;4607.00;10.45;622.50;2.03;0.30 -10268;5;3878.50;10.50;1521.50;1.99;0.52 -10269;5;4598.50;10.20;706.50;3.76;0.32 -10270;5;3965.00;12.65;953.50;2.03;0.36 -10271;5;887.50;10.10;1661.50;4.60;0.40 -10273;5;896.50;14.10;1763.50;1.33;0.56 -10274;5;4007.50;10.30;820.50;4.17;0.20 -10275;5;3838.50;10.60;1466.50;2.87;0.48 -10277;5;3814.50;10.00;1483.00;4.12;0.48 -10278;5;4054.00;9.70;858.00;3.14;0.20 -10279;5;4463.00;9.75;552.50;2.76;0.20 -10281;5;1464.50;12.40;1453.50;1.00;0.36 -10282;5;4533.00;10.32;629.00;2.49;0.32 -10283;5;4300.50;10.35;947.00;3.38;0.30 -10284;5;3792.00;10.70;1584.00;1.73;0.42 -10285;5;4587.00;10.22;710.00;2.35;0.36 -10286;5;3684.50;9.90;1661.50;3.92;0.32 -10287;5;4063.50;11.90;775.00;3.24;0.20 -10288;5;4889.50;10.20;464.00;3.04;0.32 -10289;5;4431.50;10.30;834.50;3.00;0.22 -10290;5;4018.50;10.20;1481.50;2.13;0.46 -10292;5;3984.00;9.90;1505.00;3.14;0.48 -10293;5;4406.50;9.70;869.50;1.71;0.24 -10294;5;4408.50;10.00;609.50;4.09;0.34 -10295;5;3792.00;9.70;1511.00;2.76;0.52 -10296;5;4030.00;10.02;900.00;4.24;0.32 -10297;5;4392.00;9.80;698.50;2.86;0.30 -10298;5;4704.00;10.02;935.00;2.35;0.20 -10299;5;3639.00;9.80;1563.00;4.12;0.28 -10300;5;4744.50;10.90;772.50;2.35;0.22 -10301;5;3615.00;10.60;1631.00;3.38;0.28 -10302;5;4717.00;10.67;822.00;1.10;0.40 -10304;5;4488.50;12.10;1136.50;4.09;0.38 -10305;5;947.00;13.60;1600.50;2.31;0.60 -10307;5;4469.00;9.50;537.50;3.81;0.20 -10308;5;3926.50;9.80;1555.00;3.50;0.40 -10309;5;4488.50;11.80;905.00;4.03;0.28 -10310;5;4559.00;10.30;609.00;3.78;0.26 -10311;5;3989.50;11.30;966.50;4.39;0.36 -10312;5;3793.50;10.10;1572.00;3.98;0.44 -10313;5;4442.00;9.50;684.50;2.06;0.54 -10314;5;3700.50;10.45;1657.00;2.58;0.30 -10315;5;4202.50;22.10;1270.00;4.71;0.82 -10316;5;4895.50;10.25;447.00;2.44;0.34 -10317;5;4444.00;9.65;820.00;2.15;0.22 -10318;5;1723.00;10.85;1653.50;3.66;0.34 -10320;5;1682.50;10.00;1666.00;4.00;0.34 -10322;5;4436.00;9.70;598.00;2.67;0.24 -10323;5;3201.50;10.40;1664.00;2.49;0.26 -10324;5;4020.00;11.47;940.00;2.21;0.34 -10326;5;4447.00;11.10;939.00;3.73;0.28 -10327;5;951.50;11.10;1689.50;1.63;0.36 -10329;5;3736.50;15.20;1627.50;1.71;0.42 -10330;5;4390.50;10.80;959.50;3.28;0.18 -10332;5;4083.50;10.90;1043.00;4.12;0.46 -10333;5;1324.00;10.30;1550.50;3.66;0.28 -10335;5;4522.50;11.00;1100.00;2.27;0.36 -10336;5;5020.50;10.00;294.50;2.47;0.98 -10337;5;1316.50;10.30;1361.50;2.82;0.38 -10339;5;1403.50;10.00;1563.50;2.94;0.26 -10340;5;1252.50;11.30;1497.50;4.39;0.50 -10341;5;1399.00;11.82;1610.00;1.89;0.40 -10343;5;1562.00;11.10;1505.50;4.42;0.40 -10344;5;4298.00;10.12;957.00;3.14;0.30 -10345;5;2200.50;10.80;736.50;4.44;0.52 -10347;5;1957.50;9.70;312.50;3.68;0.48 -10348;5;3688.00;9.90;1359.00;2.03;0.44 -10349;5;4213.50;14.10;1082.50;4.20;0.28 -10350;5;5034.00;9.77;429.00;2.03;0.44 -10351;5;3697.00;13.70;1285.00;1.57;0.26 -10352;5;1454.00;10.30;1376.50;2.76;0.26 -10353;5;3823.00;11.12;1409.00;4.39;0.44 -10354;5;4369.50;10.50;646.00;3.83;0.38 -10355;5;1380.50;9.70;1424.50;2.19;0.36 -10356;5;4384.50;10.60;943.00;3.26;0.40 -10357;5;3750.00;10.07;1288.00;3.92;0.50 -10358;5;4141.50;10.75;1019.00;3.01;0.32 -10359;5;3668.50;9.90;1313.50;3.40;0.56 -10360;5;2080.00;12.62;507.00;2.03;0.42 -10361;5;4139.50;10.00;1070.50;4.44;0.32 -10363;5;4653.50;12.60;1404.50;1.76;0.40 -10364;5;4581.50;11.30;1217.50;2.19;0.28 -10365;5;5048.00;10.35;420.50;3.14;0.28 -10366;5;3865.50;10.70;1378.50;2.35;0.48 -10367;5;4544.00;12.10;1281.50;2.62;0.36 -10368;5;4862.50;10.40;1465.50;1.89;0.32 -10369;5;4970.50;9.65;618.00;1.84;0.34 -10370;5;1348.00;11.10;1492.50;3.49;0.34 -10371;5;4349.50;10.70;959.50;4.20;0.40 -10373;5;5541.00;10.10;211.50;3.81;0.24 -10375;5;1820.00;9.80;293.00;3.14;0.46 -10376;5;4816.00;12.75;1410.00;3.14;0.32 -10377;5;4544.00;10.20;1088.00;4.12;0.28 -10378;5;5040.50;10.10;403.50;4.20;0.26 -10379;5;4827.00;11.15;1444.50;1.67;0.44 -10380;5;1473.00;10.30;1374.50;3.14;0.38 -10381;5;826.00;9.50;808.50;-0.79;0.30 -10382;5;4376.50;10.90;634.50;3.92;0.24 -10383;5;3405.00;11.40;1210.00;3.38;0.42 -10384;5;4393.00;10.30;932.50;4.61;0.34 -10386;5;4293.00;9.90;1011.50;4.01;0.32 -10387;5;972.00;12.85;1457.50;4.46;0.36 -10388;5;5130.00;11.60;168.00;2.21;0.38 -10389;5;4200.50;12.00;1073.50;1.83;0.36 -10390;5;1853.50;9.70;297.50;2.25;0.68 -10391;5;1346.00;11.00;1534.50;1.63;0.36 -10392;5;2167.00;10.80;658.50;3.73;0.58 -10393;5;1388.50;10.10;1565.00;3.26;0.36 -10394;5;1508.50;10.60;1434.00;3.60;0.28 -10395;5;3731.00;9.70;1388.50;1.48;0.42 -10396;5;4972.50;10.90;604.50;4.34;0.36 -10397;5;4605.00;13.40;1348.00;3.14;0.28 -10399;5;3444.00;18.05;1308.50;2.55;0.32 -10400;5;3238.00;13.25;234.00;3.66;0.70 -10401;5;4079.50;10.30;1005.00;3.60;0.34 -10402;5;1868.00;9.70;288.50;2.79;0.48 -10403;5;3476.50;15.40;1345.50;2.11;0.26 -10404;5;4524.00;10.05;1063.50;2.46;0.22 -10405;5;2032.00;10.57;428.00;2.49;0.40 -10406;5;3660.00;10.10;1358.00;3.78;0.56 -10407;5;1489.00;10.30;1370.00;2.82;0.34 -10408;5;3946.00;12.35;1360.50;3.36;0.48 -10410;5;1386.50;10.30;1415.00;4.00;0.36 -10411;5;4381.50;9.80;905.00;2.15;0.30 -10412;5;1573.00;10.00;1492.50;1.69;0.24 -10413;5;4368.50;13.80;1011.50;3.46;0.36 -10414;5;3757.50;9.90;1307.50;3.82;0.56 -10415;5;3117.50;12.70;132.50;1.97;1.04 -10416;5;4211.50;9.90;1062.50;3.03;0.32 -10418;5;1814.00;9.80;272.00;4.39;0.50 -10419;5;2192.50;9.60;623.00;2.07;0.46 -10420;5;3817.50;13.40;1378.50;2.70;0.60 -10421;5;4567.00;12.85;1260.50;4.01;0.32 -10422;5;936.00;14.97;1553.00;3.81;0.38 -10423;5;5010.50;11.20;598.50;3.92;0.50 -10424;5;4544.50;12.95;1342.00;4.41;0.46 -10425;5;4410.50;10.00;905.00;3.83;0.32 -10426;5;4667.00;11.05;1382.50;4.42;0.26 -10427;5;5099.00;10.65;152.00;4.06;0.44 -10428;5;4126.50;10.75;998.00;2.15;0.40 -10429;5;4674.50;11.70;1409.50;1.97;0.42 -10430;5;5141.50;10.55;242.00;3.50;0.36 -10431;5;4502.50;11.50;1054.50;1.97;0.36 -10432;5;2095.00;12.67;497.00;-1.37;0.40 -10433;5;4786.50;10.50;1427.00;1.92;0.30 -10434;5;4593.50;9.70;1188.00;4.49;0.26 -10435;5;3720.50;9.80;1376.00;3.01;0.40 -10436;5;4940.00;16.27;593.00;4.06;0.42 -10437;5;1517.50;9.80;1409.50;3.56;0.38 -10438;5;4412.50;9.90;892.00;2.67;0.24 -10439;5;1556.00;11.32;1485.00;1.95;0.18 -10441;5;1529.00;11.70;1520.00;3.46;0.30 -10442;5;3119.50;12.10;174.00;2.59;0.84 -10443;5;4200.00;10.10;1062.00;2.89;0.28 -10444;5;5012.00;10.12;1379.00;2.55;0.32 -10445;5;5156.50;10.75;232.00;2.78;0.34 -10446;5;4585.00;10.10;1182.50;3.42;0.30 -10447;5;2003.50;9.70;372.50;2.25;0.72 -10448;5;1462.50;10.05;1527.00;2.97;0.28 -10449;5;1384.50;10.30;1394.00;3.43;0.38 -10450;5;4698.00;10.00;600.50;3.32;0.28 -10451;5;4536.00;12.75;1323.50;1.86;0.40 -10452;5;3843.50;10.80;1443.50;1.99;0.52 -10453;5;4465.50;9.85;878.00;2.27;0.22 -10454;5;3554.00;14.07;1308.00;2.49;0.34 -10455;5;5074.00;9.90;132.50;4.50;0.38 -10456;5;4380.00;12.15;969.50;4.46;0.22 -10457;5;1402.50;10.50;1531.50;1.71;0.34 -10458;5;5155.50;11.50;220.50;3.28;0.36 -10459;5;4461.50;11.30;1039.50;4.30;0.34 -10460;5;5098.00;10.62;335.00;3.68;0.42 -10461;5;1432.00;10.72;1558.00;3.14;0.26 -10462;5;4594.00;9.87;1167.00;2.67;0.26 -10463;5;4836.50;10.40;1443.50;4.39;0.30 -10464;5;4678.50;12.70;597.50;3.33;0.26 -10465;5;1529.00;9.70;1414.00;2.89;0.30 -10466;5;4915.50;10.25;1470.00;3.38;0.32 -10467;5;4425.50;9.80;874.50;2.94;0.24 -10468;5;1536.50;12.40;1476.50;3.33;0.26 -10469;5;4089.50;11.95;970.00;3.70;0.32 -10470;5;3795.00;9.90;1335.00;2.26;0.48 -10471;5;4111.00;12.27;1041.00;4.24;0.34 -10472;5;3473.50;14.85;1333.00;4.29;0.24 -10473;5;4732.50;10.70;242.50;1.75;0.72 -10474;5;4545.50;10.40;1182.00;2.67;0.36 -10476;5;3796.50;14.05;1235.00;2.53;0.54 -10477;5;1375.50;10.40;1457.50;1.83;0.40 -10478;5;1385.50;10.70;1580.50;3.54;0.38 -10479;5;4561.00;11.10;528.50;3.14;0.24 -10480;5;4582.00;13.90;1319.50;4.15;0.34 -10481;5;1691.50;10.70;1635.50;3.06;0.32 -10482;5;1593.00;9.75;1003.00;2.60;0.52 -10483;5;969.50;12.95;1448.00;2.44;0.28 -10485;5;3707.50;9.80;1358.00;3.86;0.54 -10486;5;4293.00;9.90;1040.00;1.81;0.44 -10487;5;5107.50;10.50;309.50;3.92;0.38 -10488;5;3921.00;13.65;1338.50;1.96;0.48 -10489;5;1544.00;9.67;1321.00;3.60;0.34 -10490;5;4368.50;14.05;1256.00;4.36;0.60 -10491;5;4550.00;10.07;530.00;1.89;0.20 -10492;5;1496.50;9.90;1412.50;2.87;0.30 -10493;5;3203.00;10.47;1672.00;4.39;0.28 -10494;5;1604.50;9.80;964.50;3.08;0.36 -10495;5;1533.50;10.95;1462.00;1.84;0.32 -10496;5;4398.00;11.35;964.50;3.66;0.28 -10497;5;3457.00;16.40;1290.50;1.73;0.32 -10499;5;4644.50;12.50;1387.50;1.83;0.38 -10500;5;5134.50;10.85;212.00;2.97;0.34 -10501;5;4603.00;10.32;1109.00;2.55;0.26 -10502;5;1899.50;9.70;329.00;4.00;0.56 -10503;5;4816.00;10.90;1420.00;2.35;0.32 -10504;5;1307.50;10.40;1380.50;2.82;0.40 -10505;5;5001.00;9.90;523.50;3.14;0.28 -10506;5;3902.50;10.60;1411.00;3.67;0.48 -10507;5;4549.50;14.25;1313.00;4.53;0.32 -10508;5;3859.00;10.30;1435.00;4.46;0.58 -10509;5;4319.00;12.05;726.50;3.85;0.32 -10510;5;3693.50;11.30;1300.50;3.03;0.46 -10511;5;4041.50;10.40;963.50;3.46;0.34 -10512;5;5021.50;10.70;1381.50;4.09;0.34 -10513;5;2084.50;12.90;493.00;2.07;0.34 -10514;5;4256.00;11.85;1053.00;2.67;0.36 -10515;5;1872.00;9.70;321.00;3.92;0.66 -10516;5;1352.00;10.85;1550.50;2.29;0.28 -10517;5;4546.50;9.90;1118.00;4.36;0.32 -10518;5;4900.00;9.97;430.00;2.49;0.32 -10519;5;4857.00;12.10;1441.50;3.42;0.36 -10520;5;1438.50;10.30;1382.50;3.25;0.30 -10521;5;4896.50;10.20;1470.50;4.57;0.36 -10522;5;4349.00;10.92;679.00;4.06;0.38 -10523;5;3556.50;14.55;1255.00;4.16;0.34 -10524;5;4492.00;10.70;1645.00;3.60;0.60 -10525;5;3241.50;11.90;292.50;2.19;0.96 -10526;5;1378.50;10.20;1631.00;2.58;0.38 -10527;5;1021.50;10.80;2036.00;4.57;0.92 -10528;5;4472.00;12.90;1553.00;2.55;0.56 -10529;5;3991.50;10.10;1709.00;3.98;0.70 -10531;5;4130.00;13.10;1536.50;4.41;0.76 -10532;5;1242.50;11.60;1536.50;3.84;0.50 -10533;5;4074.00;10.17;1742.00;1.99;0.76 -10534;5;1845.50;10.50;1772.00;3.09;0.80 -10535;5;1113.00;15.35;1556.50;3.86;0.40 -10536;5;3993.00;9.80;1882.50;3.14;1.14 -10537;5;4063.50;10.00;1597.00;4.16;0.56 -10538;5;3165.50;12.80;402.00;2.67;0.96 -10539;5;4221.50;15.90;1485.50;2.71;0.52 -10540;5;5253.50;11.20;1841.00;-1.54;3.16 -10541;5;4707.50;11.30;1580.50;2.57;0.54 -10542;5;3828.50;9.70;1652.50;2.52;0.36 -10543;5;4397.50;14.55;1566.00;2.61;0.66 -10544;5;4281.50;10.95;1710.00;1.64;0.68 -10545;5;4158.50;12.85;1362.00;3.70;0.46 -10546;5;4071.50;9.90;1578.00;3.04;0.50 -10547;5;4014.00;10.50;1404.00;3.60;0.56 -10548;5;809.50;12.85;1833.00;3.69;1.16 -10549;5;4361.50;11.75;1612.00;3.04;0.52 -10550;5;4043.00;10.75;1438.50;2.30;0.50 -10551;5;3730.50;13.90;1814.50;2.69;0.78 -10552;5;1096.50;12.20;1738.00;4.71;0.66 -10553;5;5075.50;12.70;92.50;2.07;0.42 -10554;5;4464.50;13.75;1513.00;3.96;0.74 -10555;5;4063.00;10.30;1646.50;4.31;0.48 -10556;5;1013.50;18.40;1612.50;2.35;0.64 -10557;5;4594.50;10.90;1790.00;2.99;1.18 -10558;5;4420.00;12.95;1367.50;4.44;0.64 -10559;5;4670.50;11.50;1576.00;4.12;0.68 -10560;5;4292.50;13.60;1407.50;4.27;0.60 -10561;5;4083.00;10.45;1816.00;4.06;0.72 -10562;5;4334.50;14.35;1595.00;4.28;0.52 -10563;5;4275.50;13.10;1466.00;2.53;0.62 -10564;5;4034.50;9.70;1943.00;-1.51;1.74 -10565;5;4636.00;11.77;1624.00;3.76;0.64 -10566;5;3291.50;10.60;260.00;3.41;0.54 -10567;5;4724.00;11.25;1507.00;2.26;0.62 -10568;5;3933.50;9.80;1619.00;2.42;0.52 -10569;5;1271.50;10.70;1613.50;2.71;0.56 -10570;5;4334.00;10.20;1670.00;3.28;0.58 -10571;5;4989.50;9.70;1560.50;2.25;0.52 -10572;5;4944.00;11.25;1729.50;3.06;1.32 -10573;5;1098.00;14.90;1481.50;2.31;0.48 -10574;5;4643.00;12.02;1577.00;2.09;0.68 -10575;5;4541.00;12.05;1434.50;4.30;0.66 -10576;5;4168.00;9.90;1739.00;4.60;0.62 -10577;5;4929.50;10.50;1602.00;4.59;0.88 -10578;5;4580.00;12.65;1472.00;2.35;0.42 -10579;5;3644.00;9.90;1833.50;4.29;0.74 -10580;5;4193.00;12.30;1617.00;4.42;0.54 -10581;5;5080.50;11.60;101.50;4.20;0.36 -10582;5;1053.50;9.90;1576.50;4.02;0.42 -10583;5;4602.50;12.05;1679.00;2.85;0.64 -10584;5;4058.50;10.50;1516.50;2.71;0.44 -10585;5;1221.00;10.05;1922.50;4.68;1.48 -10586;5;1425.00;9.90;1483.50;1.93;0.26 -10587;5;1175.00;12.75;1646.50;1.63;0.38 -10588;5;1168.00;16.75;1524.50;1.91;0.40 -10589;5;4781.50;10.20;1817.50;1.86;1.12 -10591;5;1019.00;16.40;1533.00;2.03;0.58 -10592;5;3901.00;9.80;1810.00;4.03;0.60 -10593;5;1079.50;12.50;1710.50;4.42;0.54 -10594;5;1633.00;9.50;237.50;-1.42;0.80 -10595;5;1295.00;10.65;1610.00;2.11;0.48 -10596;5;4459.50;11.35;1643.00;4.18;0.74 -10597;5;4329.00;15.35;1528.50;2.03;0.54 -10598;5;4937.50;12.50;1658.50;4.14;0.82 -10600;5;3916.50;9.80;1671.00;4.29;0.62 -10602;5;1032.00;16.25;1633.50;2.29;0.58 -10603;5;3940.50;10.60;1391.50;4.20;0.56 -10604;5;3843.50;9.70;1721.00;2.30;0.66 -10605;5;1349.50;10.40;1872.00;4.10;1.56 -10606;5;1252.50;11.35;1553.00;3.50;0.34 -10607;5;4196.00;9.92;1877.00;4.51;1.52 -10608;5;4800.00;11.30;1660.50;2.03;0.88 -10609;5;5575.00;11.57;158.00;3.92;0.30 -10610;5;4114.00;11.02;1465.00;4.30;0.46 -10611;5;1146.50;13.10;1765.50;3.76;0.74 -10613;5;4186.50;9.90;1677.00;1.70;0.74 -10614;5;4202.50;12.00;1364.00;2.15;0.66 -10615;5;1422.50;10.00;1459.00;2.44;0.30 -10616;5;4467.00;13.50;1083.00;3.92;0.40 -10617;5;4106.00;9.70;1707.50;2.30;0.70 -10618;5;1304.00;10.45;1673.50;3.32;0.44 -10619;5;4045.00;10.87;1416.00;1.84;0.52 -10620;5;3854.50;10.30;1798.00;4.27;0.66 -10621;5;1553.50;10.95;1755.00;2.78;0.66 -10622;5;5096.50;10.20;88.50;2.60;0.28 -10623;5;4378.00;14.52;1491.00;4.35;0.68 -10624;5;1106.50;13.55;1704.00;4.41;0.60 -10625;5;965.50;13.70;1596.00;3.05;0.48 -10626;5;3990.00;9.80;1657.00;2.19;0.56 -10627;5;4292.50;13.00;1548.50;3.03;0.46 -10628;5;4438.00;10.55;1750.50;4.04;1.06 -10629;5;4484.50;14.30;1348.00;0.86;0.50 -10630;5;3996.00;10.65;1556.50;2.92;0.42 -10631;5;4412.00;10.50;1776.50;2.38;1.12 -10632;5;4468.50;13.60;1407.00;4.28;0.70 -10633;5;3943.50;10.35;1570.00;4.12;0.52 -10634;5;4302.00;14.85;1430.50;3.56;0.54 -10635;5;4141.00;9.75;1833.00;4.44;1.02 -10636;5;2270.50;13.10;2032.00;1.80;1.36 -10637;5;5078.50;9.90;82.50;3.54;0.36 -10638;5;4689.00;12.87;1473.00;1.03;0.84 -10639;5;4234.50;10.70;1643.50;2.87;0.50 -10640;5;1146.50;15.10;1586.50;3.50;0.64 -10641;5;4815.50;10.10;1803.00;2.79;1.04 -10642;5;1164.00;17.15;1480.50;3.14;0.44 -10643;5;4620.00;12.00;1604.50;3.87;0.58 -10644;5;900.50;12.35;1819.00;3.82;0.76 -10645;5;1115.00;14.65;1479.50;3.40;0.60 -10646;5;4265.00;13.30;1564.50;4.01;0.64 -10647;5;4584.50;12.30;1452.50;1.92;0.60 -10648;5;3749.00;10.10;1746.00;3.14;0.50 -10649;5;4221.00;10.87;1601.00;3.54;0.54 -10651;5;1031.00;13.75;1544.50;4.06;0.52 -10652;5;4126.00;10.50;1615.00;1.73;0.42 -10653;5;4038.00;10.07;1495.00;3.38;0.36 -10654;5;4540.00;12.60;1680.00;3.14;0.46 -10655;5;4827.50;10.70;1520.50;2.35;0.44 -10656;5;1201.00;10.27;1816.00;3.14;0.78 -10657;5;1482.50;11.70;1473.50;4.39;0.30 -10658;5;4545.50;12.10;1571.50;1.96;0.70 -10659;5;3955.50;10.30;1705.00;2.27;0.52 -10660;5;3922.50;11.70;1361.00;2.06;0.60 -10661;5;4374.50;13.60;1594.50;4.02;0.72 -10662;5;1055.50;16.55;1527.00;3.87;0.58 -10663;5;4080.00;9.80;1791.50;2.39;0.72 -10664;5;4379.00;11.40;1624.00;4.03;0.60 -10666;5;1310.50;10.45;1588.00;3.70;0.44 -10667;5;4846.50;13.50;1660.00;2.17;0.86 -10668;5;3182.00;12.60;224.50;2.74;1.08 -10669;5;4274.50;13.40;1503.50;3.25;0.44 -10670;5;3897.50;9.80;1663.50;2.71;0.52 -10671;5;3852.50;13.10;1308.50;1.83;0.32 -10672;5;1057.00;17.00;1625.50;3.73;0.58 -10673;5;4164.50;9.80;1717.00;4.16;0.74 -10674;5;4173.50;10.90;1403.50;1.82;0.56 -10675;5;4773.50;11.40;1551.50;2.43;0.72 -10676;5;1305.50;10.40;1556.00;1.98;0.56 -10677;5;3759.50;14.10;1850.50;1.82;0.92 -10678;5;4779.00;10.30;1603.00;3.30;0.72 -10679;5;418.50;13.25;2005.00;2.91;0.88 -10680;5;2028.00;10.00;725.00;-1.22;0.50 -10681;5;4654.50;12.60;1636.50;4.27;0.70 -10682;5;5099.50;10.75;138.00;2.78;0.40 -10683;5;4575.50;12.05;1525.00;2.10;0.62 -10684;5;1070.00;11.60;1777.50;2.14;0.72 -10685;5;1286.00;10.30;1667.00;3.14;0.44 -10686;5;4160.50;10.25;1690.00;2.49;0.58 -10687;5;959.00;10.10;1662.50;4.46;0.26 -10688;5;4470.00;10.50;1782.00;3.78;0.96 -10689;5;4408.00;12.85;1384.00;1.98;0.76 -10690;5;932.50;12.20;1665.50;4.05;0.38 -10691;5;4167.50;12.80;1426.50;2.14;0.58 -10692;5;3929.00;9.70;1761.00;3.81;0.50 -10694;5;308.69;10.30;1867.43;1.78;1.10 -10695;5;4285.50;12.85;1449.00;4.08;0.50 -10696;5;3968.00;10.35;1633.50;2.21;0.52 -10697;5;3171.50;12.40;160.50;3.49;0.86 -10698;5;4829.00;11.20;1493.50;3.63;0.48 -10699;5;4416.00;10.80;1707.00;3.75;0.82 -10700;5;1641.50;10.60;1688.50;1.96;0.56 -10701;5;4857.50;10.60;1798.00;2.83;1.32 -10702;5;1255.50;11.00;1462.50;3.54;0.34 -10704;5;4423.50;14.95;1434.00;3.86;0.52 -10705;5;4192.00;9.80;1758.50;3.48;0.70 -10706;5;1160.00;12.32;1695.00;4.01;0.56 -10708;5;4592.50;11.50;1492.00;2.12;0.52 -10709;5;1224.50;11.90;1699.00;4.08;0.54 -10710;5;5584.00;9.90;173.50;3.14;0.34 -10711;5;1143.50;13.95;1601.00;1.70;0.46 -10712;5;4209.50;10.70;1637.00;3.05;0.50 -10713;5;4149.50;14.40;1513.50;-1.53;0.80 -10714;5;4727.50;11.50;1713.50;3.50;0.70 -10715;5;876.50;9.50;876.50;-0.78;1.02 -10716;5;3745.00;10.10;1723.50;2.79;0.46 -10718;5;1477.00;11.00;1728.00;1.95;0.66 -10719;5;1303.50;10.30;1652.50;4.02;0.50 -10720;5;3780.50;10.40;1737.50;3.92;0.72 -10721;5;660.50;9.50;1005.50;-0.58;1.72 -10722;5;4855.50;10.30;1482.00;2.78;0.50 -10723;5;3703.50;9.80;1874.50;4.60;0.92 -10724;5;4460.00;13.35;1308.50;3.14;0.50 -10725;5;2761.00;10.20;965.00;1.73;1.36 -10726;5;4385.50;14.90;1103.00;3.86;0.46 -10727;5;1442.00;10.40;1499.00;3.92;0.30 -10728;5;1463.50;11.40;1085.00;4.16;0.64 -10729;5;3994.50;12.30;1156.50;3.25;0.40 -10730;5;1256.00;12.50;1151.00;3.33;0.56 -10731;5;2770.50;12.10;1163.50;3.92;0.90 -10732;5;1288.50;10.10;1195.00;2.67;0.54 -10733;5;4477.00;12.15;1226.50;3.66;0.30 -10734;5;3399.50;14.70;764.50;1.74;0.86 -10735;5;3880.00;9.95;1112.00;2.89;0.48 -10736;5;1785.50;10.60;987.50;4.33;0.68 -10737;5;3878.00;17.65;1233.50;4.31;0.50 -10738;5;1212.00;14.35;1271.00;3.30;0.64 -10739;5;3228.00;11.40;879.50;2.80;0.72 -10741;5;4281.00;21.20;1151.50;2.45;0.72 -10742;5;3794.50;10.10;1289.00;3.75;0.56 -10743;5;3338.00;10.60;888.50;2.41;0.52 -10744;5;3487.00;10.20;1168.00;2.35;0.74 -10745;5;3321.00;10.55;996.50;2.55;0.60 -10746;5;1216.00;12.85;1318.50;2.59;0.48 -10747;5;1654.50;14.40;952.50;2.35;0.66 -10748;5;3458.50;12.20;1036.50;2.91;0.54 -10749;5;2907.00;12.05;1058.00;4.36;1.92 -10750;5;4331.00;14.47;1265.00;4.51;0.48 -10751;5;4116.00;10.15;1074.00;1.76;0.32 -10752;5;3485.50;11.15;878.00;3.35;0.62 -10753;5;1422.00;10.10;1447.00;3.38;0.32 -10754;5;3111.50;10.10;1108.50;3.98;0.94 -10755;5;4200.50;22.60;1204.50;2.23;0.98 -10756;5;4011.50;10.70;897.00;4.53;0.32 -10757;5;4538.50;10.25;1151.00;1.57;0.34 -10758;5;2941.00;10.70;884.50;3.02;0.80 -10759;5;3704.00;12.20;1191.00;2.82;0.52 -10760;5;3713.50;12.25;1028.00;2.67;0.52 -10761;5;3426.00;10.02;655.00;2.89;0.64 -10762;5;2702.50;10.10;756.50;2.61;0.80 -10763;5;4452.00;13.97;1102.00;3.78;0.40 -10764;5;3226.00;11.60;770.50;3.03;0.98 -10765;5;1083.50;11.50;1360.50;3.21;0.56 -10766;5;3215.50;11.30;617.50;4.22;0.82 -10767;5;1846.00;9.67;1020.00;2.94;0.48 -10768;5;3626.00;15.40;1251.50;2.12;0.46 -10769;5;1258.50;9.80;1294.00;2.42;0.60 -10770;5;4374.00;12.60;1329.50;4.24;0.60 -10771;5;2654.00;10.20;914.50;-1.54;0.72 -10772;5;3979.00;10.30;1153.50;1.98;0.54 -10773;5;1286.00;16.05;1155.00;3.92;0.46 -10774;5;3544.50;9.70;1189.50;3.92;0.52 -10775;5;3437.00;12.40;755.50;4.14;0.72 -10776;5;4381.00;11.85;1008.50;-1.44;0.50 -10777;5;3487.00;10.65;820.50;2.43;0.58 -10778;5;1314.00;9.80;1405.50;1.86;0.34 -10779;5;2646.00;10.30;1061.50;3.14;1.04 -10780;5;3010.50;10.50;883.50;1.70;0.84 -10781;5;3893.00;12.05;1252.50;3.14;0.44 -10782;5;3768.50;13.65;1106.00;3.96;0.74 -10783;5;1036.00;11.10;1409.00;4.39;0.56 -10785;5;3150.50;9.70;1134.50;2.17;0.56 -10786;5;3489.00;11.90;979.50;2.39;0.80 -10787;5;4388.50;19.60;1201.50;4.01;0.56 -10788;5;2784.00;10.20;937.00;2.15;0.60 -10789;5;3846.50;14.50;1198.50;4.02;0.64 -10790;5;1629.00;16.30;946.50;2.83;0.48 -10791;5;3589.00;9.85;1057.00;2.46;0.56 -10792;5;1716.50;9.90;915.00;3.88;0.90 -10793;5;3503.00;10.60;1222.00;4.24;0.46 -10794;5;4023.50;10.05;1114.00;3.50;0.44 -10795;5;3306.00;10.90;863.50;2.76;0.46 -10796;5;4305.00;19.72;1280.00;3.81;0.58 -10797;5;3604.50;10.40;1135.50;3.68;0.66 -10798;5;1267.00;10.80;1467.50;4.18;0.42 -10799;5;3999.00;10.95;902.50;1.93;0.40 -10800;5;1193.50;12.70;1318.50;3.08;0.52 -10801;5;4055.00;11.25;1028.50;4.10;0.46 -10802;5;4064.50;23.10;1211.00;2.67;0.86 -10803;5;2736.00;9.70;743.50;3.85;0.52 -10804;5;3464.50;10.50;1261.00;2.29;0.46 -10805;5;2970.50;10.60;884.00;3.35;0.68 -10806;5;3750.50;14.00;1232.50;2.82;0.46 -10807;5;4024.00;10.67;1084.00;3.92;0.44 -10808;5;4020.00;10.72;844.00;4.71;0.28 -10809;5;1124.00;13.25;1385.00;3.60;0.68 -10811;5;3487.00;10.57;1269.00;2.11;0.38 -10812;5;2680.00;10.20;896.50;3.14;0.68 -10813;5;3877.00;10.85;1126.50;3.66;0.42 -10814;5;2611.00;14.20;962.00;3.04;0.88 -10815;5;3431.00;11.70;1168.50;3.58;0.72 -10816;5;4002.00;10.70;1043.00;3.52;0.32 -10817;5;4373.00;20.25;1206.00;1.68;0.46 -10818;5;3572.00;10.67;775.00;4.12;0.68 -10819;5;4442.00;15.00;1094.50;2.03;0.42 -10820;5;2970.00;13.85;806.50;2.70;0.74 -10821;5;3987.50;20.30;1253.50;4.47;0.76 -10822;5;4501.50;11.00;1124.50;3.64;0.30 -10823;5;1829.00;9.70;1013.50;1.63;0.68 -10824;5;1434.00;10.25;1454.50;4.62;0.26 -10825;5;4078.00;20.05;1138.50;4.29;0.64 -10826;5;3918.00;20.32;1243.00;1.89;0.52 -10827;5;3264.50;11.40;843.00;2.26;0.76 -10828;5;3681.50;13.15;1179.00;2.00;0.56 -10829;5;2667.50;12.10;865.50;2.42;0.68 -10830;5;1155.50;13.20;1332.00;2.07;0.56 -10831;5;2940.50;10.20;750.50;2.96;0.68 -10832;5;1249.00;13.60;1168.50;2.29;0.44 -10833;5;3509.50;12.00;814.00;3.50;0.44 -10834;5;4271.50;16.50;1275.00;4.18;0.70 -10835;5;3412.00;11.37;1072.00;3.14;0.46 -10836;5;2795.50;10.20;850.50;2.42;0.94 -10837;5;3606.00;12.90;1245.50;3.36;0.38 -10838;5;2679.50;10.50;1070.00;3.72;1.12 -10839;5;4224.50;14.30;1395.50;3.28;0.38 -10840;5;3489.00;15.05;900.00;3.33;0.52 -10841;5;4403.00;14.90;1148.00;3.92;0.38 -10842;5;1387.00;12.82;1120.00;2.19;0.50 -10843;5;3939.50;10.10;1135.50;4.39;0.50 -10844;5;3315.50;10.10;1021.50;3.05;0.50 -10845;5;3347.00;9.77;493.00;3.92;0.78 -10846;5;1599.50;14.30;891.50;3.80;0.70 -10847;5;3913.50;11.10;1083.50;3.56;0.42 -10848;5;1057.50;10.15;1359.00;3.53;0.56 -10849;5;1838.00;13.60;953.00;1.84;0.82 -10850;5;3541.50;10.30;1116.50;2.88;0.58 -10851;5;3299.50;11.50;838.50;2.71;0.60 -10852;5;3854.00;16.00;1248.00;4.35;0.50 -10853;5;1189.50;15.80;1272.50;2.13;0.52 -10854;5;4474.50;14.20;1309.00;3.67;0.38 -10855;5;1723.00;11.97;1029.00;4.54;0.56 -10856;5;4333.50;20.55;1177.00;2.27;0.72 -10857;5;3200.50;11.60;805.50;2.28;0.86 -10858;5;3209.00;11.42;590.00;3.04;0.74 -10859;5;3324.00;11.05;758.50;3.95;1.02 -10860;5;3348.50;11.10;637.50;4.32;0.62 -10861;5;1289.00;10.50;1394.50;4.42;0.40 -10862;5;1397.50;9.50;372.50;-1.31;0.54 -10863;5;4336.50;13.20;1053.50;4.20;0.48 -10864;5;1629.00;9.80;1010.50;2.55;0.56 -10865;5;4238.50;20.25;1279.00;3.07;0.90 -10866;5;3911.50;10.15;1098.00;1.86;0.52 -10867;5;1192.50;13.00;1443.00;2.42;0.40 -10868;5;2827.50;10.80;969.50;1.49;1.52 -10869;5;3205.00;9.80;1113.50;4.37;0.60 -10870;5;3523.00;11.45;970.00;2.73;0.70 -10871;5;1147.50;16.60;1287.50;4.14;0.58 -10872;5;4008.00;10.55;999.50;2.12;0.48 -10873;5;3675.50;12.30;1203.50;4.44;0.58 -10874;5;2019.00;9.60;843.00;2.89;1.24 -10875;5;2582.00;10.20;1029.50;2.57;1.24 -10876;5;3491.00;9.80;1185.00;3.73;0.50 -10877;5;3309.00;11.20;779.50;1.53;0.92 -10878;5;4149.00;11.90;1081.50;2.46;0.28 -10879;5;1827.00;10.20;992.00;3.32;0.80 -10880;5;4488.50;14.40;1277.00;4.28;0.40 -10881;5;3657.50;14.00;1131.00;2.67;0.64 -10882;5;3440.50;13.40;1250.50;3.76;0.34 -10883;5;3126.50;10.95;694.00;4.33;0.42 -10884;5;2985.50;11.20;1134.50;2.78;1.12 -10885;5;4116.00;12.30;1317.50;4.29;0.92 -10886;5;1383.50;10.80;1101.50;4.28;0.40 -10887;5;3970.50;11.90;1185.50;1.99;0.38 -10888;5;1600.00;10.70;848.50;3.97;0.78 -10889;5;1320.50;9.90;1162.50;2.71;0.52 -10890;5;3710.00;12.10;1208.50;3.99;0.46 -10891;5;3584.50;11.30;811.00;3.05;0.58 -10892;5;3457.50;12.10;1060.50;4.53;0.72 -10893;5;3078.00;11.40;981.00;3.00;1.36 -10894;5;1178.00;13.40;1380.50;4.24;0.60 -10895;5;1152.50;10.00;1249.00;3.53;0.56 -10896;5;3819.50;16.60;1230.00;2.15;0.40 -10897;5;4022.50;11.80;875.00;3.83;0.34 -10898;5;3918.00;10.80;1128.00;3.14;0.44 -10899;5;4399.50;12.25;1347.00;4.16;0.68 -10900;5;3250.50;10.60;931.00;2.58;1.02 -10901;5;3409.00;11.52;1135.00;4.62;0.52 -10902;5;3341.00;13.10;999.50;3.52;0.68 -10903;5;4378.00;19.87;1195.00;3.73;0.60 -10905;5;3986.00;18.75;1212.00;1.84;0.62 -10906;5;1953.00;9.70;954.00;2.42;0.68 -10907;5;3214.50;11.80;1044.50;3.46;1.06 -10908;5;3260.00;11.20;781.50;3.73;0.92 -10909;5;1488.00;10.60;1458.50;2.12;0.30 -10910;5;4111.00;20.95;1122.00;4.29;0.56 -10911;5;4126.00;20.10;1279.00;3.05;0.98 -10913;5;3697.00;17.12;1144.00;3.33;0.58 -10914;5;1128.00;14.50;1424.50;1.84;0.62 -10915;5;2644.00;11.07;893.00;3.14;0.96 -10916;5;1153.50;15.70;1313.50;3.25;0.44 -10917;5;2975.50;10.60;922.50;1.87;1.28 -10918;5;4235.00;21.80;1186.50;2.31;0.64 -10919;5;2837.50;10.50;777.50;3.53;0.32 -10920;5;4318.00;12.15;1041.00;3.46;0.36 -10921;5;3553.00;11.22;825.00;4.17;0.34 -10922;5;3602.50;12.50;1232.50;2.35;0.46 -10923;5;3503.50;11.00;1093.00;3.80;0.70 -10925;5;4975.00;10.62;144.00;2.21;0.44 -10927;5;4936.00;9.80;198.00;1.83;0.62 -10928;5;3502.00;9.80;694.50;3.32;0.64 -10929;5;3292.50;13.70;366.50;3.21;0.66 -10930;5;3287.50;12.90;456.00;4.08;0.92 -10931;5;2112.00;11.75;590.00;4.30;0.66 -10932;5;3328.50;12.40;591.00;2.00;0.94 -10934;5;1874.50;9.70;838.50;4.13;0.78 -10935;5;1778.50;10.55;259.00;3.38;0.70 -10936;5;5021.00;10.30;326.50;4.11;0.76 -10937;5;4809.50;10.90;385.50;4.14;0.76 -10938;5;1787.00;13.50;580.00;4.39;0.58 -10939;5;2253.00;9.70;725.50;1.86;0.36 -10940;5;1711.50;10.70;661.50;3.21;0.76 -10941;5;5052.00;10.10;248.50;2.77;0.72 -10942;5;1599.00;10.15;806.00;1.98;0.92 -10943;5;1894.00;9.75;361.00;1.57;0.52 -10944;5;1824.50;10.30;501.00;2.30;0.62 -10945;5;2025.00;10.70;560.00;3.92;0.60 -10946;5;2207.50;9.90;677.50;2.35;0.56 -10947;5;2058.00;10.90;492.00;3.46;0.40 -10948;5;2992.50;11.60;670.50;4.18;0.96 -10949;5;4699.50;10.70;204.00;-1.29;0.76 -10951;5;3162.50;11.00;669.00;2.71;1.04 -10952;5;1738.00;20.25;580.50;3.25;0.80 -10953;5;1783.50;10.10;152.00;1.96;0.90 -10954;5;5043.00;13.75;549.50;4.46;0.44 -10955;5;4968.00;9.90;308.00;3.92;1.22 -10956;5;1994.00;10.10;773.00;3.55;1.24 -10957;5;3064.50;13.00;326.00;3.51;1.06 -10958;5;4786.00;9.82;368.00;2.07;0.66 -10959;5;1964.50;10.45;569.00;3.09;0.92 -10960;5;1743.50;10.00;722.00;4.27;1.16 -10961;5;1703.50;11.80;121.50;1.64;0.44 -10962;5;3397.00;13.07;656.00;1.57;0.80 -10963;5;3069.00;13.20;247.50;3.24;0.66 -10964;5;1745.50;11.75;351.00;1.75;0.56 -10965;5;1818.50;10.70;469.00;1.46;0.84 -10966;5;3054.50;14.60;461.50;3.27;1.04 -10967;5;2240.50;10.70;737.00;2.97;0.30 -10968;5;3021.50;10.70;572.00;2.31;0.58 -10969;5;4776.50;10.50;209.00;2.26;0.68 -10970;5;1636.50;9.80;774.50;2.20;0.90 -10971;5;4641.50;9.60;311.50;3.74;0.62 -10972;5;3388.50;10.70;454.00;1.90;0.98 -10973;5;1874.00;9.80;519.50;4.37;0.60 -10974;5;5105.00;12.80;525.50;4.01;0.28 -10975;5;1811.50;10.55;369.00;4.14;0.68 -10976;5;3437.50;9.80;632.00;3.35;0.54 -10977;5;5069.00;9.80;210.50;2.72;0.46 -10978;5;3040.00;12.20;306.50;1.81;1.02 -10979;5;4912.00;10.10;363.50;2.49;0.90 -10980;5;2132.50;10.90;504.50;3.33;0.28 -10982;5;1806.50;9.80;655.50;4.37;1.02 -10983;5;4686.50;10.40;196.50;2.63;0.50 -10984;5;2119.50;10.40;744.50;4.35;0.92 -10985;5;1813.00;10.25;336.50;3.98;0.58 -10986;5;1835.50;9.90;461.50;3.99;0.84 -10987;5;1787.00;19.10;537.50;2.40;0.54 -10988;5;3303.00;12.40;517.50;-1.53;0.94 -10989;5;2238.50;10.60;766.00;2.85;0.44 -10990;5;4994.00;13.22;590.00;3.78;0.42 -10992;5;1725.50;19.65;321.00;3.47;0.66 -10993;5;3540.50;14.00;318.00;3.74;0.90 -10994;5;2012.50;10.50;525.50;3.00;0.46 -10995;5;2220.00;9.55;40.50;4.33;0.54 -10996;5;1761.00;10.40;634.50;4.29;0.80 -10997;5;4725.00;10.60;182.00;3.14;0.66 -10998;5;2241.00;9.95;714.50;2.43;0.40 -10999;5;2181.00;9.70;554.50;2.21;0.42 -11001;5;1776.00;19.55;480.50;2.96;0.58 -11002;5;2191.00;9.60;599.50;2.39;0.52 -11003;5;2029.00;10.65;508.50;2.55;0.38 -11004;5;5020.00;14.95;573.50;1.81;0.44 -11005;5;1755.50;10.60;177.50;3.56;0.56 -11006;5;5085.50;10.90;258.50;2.48;0.58 -11007;5;1948.00;10.70;429.50;4.24;0.80 -11008;5;2042.50;11.40;490.00;2.58;0.48 -11009;5;1757.50;9.70;43.50;3.62;0.70 -11010;5;1871.00;10.40;671.50;2.76;1.10 -11011;5;4718.50;10.40;159.00;2.67;0.60 -11012;5;3051.50;11.85;740.00;3.49;1.18 -11013;5;4849.50;10.80;288.50;4.55;1.14 -11014;5;3452.00;10.15;689.00;3.83;0.52 -11015;5;3516.00;12.22;349.00;3.38;0.80 -11018;5;5036.50;14.00;576.00;3.22;0.46 -11019;5;5058.00;9.85;162.00;3.52;0.58 -11020;5;1577.50;14.75;828.00;2.89;0.56 -11021;5;1751.00;12.35;282.50;4.61;0.54 -11022;5;1790.50;10.20;381.50;2.17;0.72 -11023;5;1928.50;10.40;497.00;2.39;0.78 -11024;5;3259.00;10.52;1838.00;3.78;0.32 -11025;5;3560.00;9.90;1740.50;2.92;0.28 -11026;5;3062.50;12.70;1876.50;1.66;0.40 -11027;5;3485.50;10.10;1687.50;3.54;0.24 -11028;5;2970.00;12.10;1769.50;3.81;0.30 -11029;5;2953.50;10.80;1728.50;3.00;0.28 -11030;5;3252.00;10.70;1916.50;3.85;0.38 -11031;5;3315.00;10.95;1939.50;3.14;0.22 -11032;5;3278.00;10.40;1716.50;2.03;0.24 -11033;5;3195.00;10.60;1794.50;3.42;0.28 -11035;5;3489.00;9.82;1715.00;3.60;0.16 -11036;5;3393.50;10.60;1763.50;1.68;0.22 -11037;5;2944.00;13.10;1761.50;2.12;0.28 -11038;5;3381.50;9.75;1826.00;2.97;0.28 -11039;5;3397.50;10.40;1681.50;3.33;0.22 -11041;5;3221.00;10.40;1869.50;3.14;0.26 -11042;5;3506.50;10.30;1803.50;2.23;0.48 -11043;5;3233.00;10.40;1785.00;2.35;0.22 -11044;5;3039.00;10.30;1732.50;2.03;0.26 -11045;5;3327.50;10.20;1866.00;2.27;0.34 -11046;5;3294.00;10.50;1790.50;3.85;0.26 -11048;5;3331.00;9.90;1705.50;3.52;0.26 -11049;5;3019.00;14.00;1811.50;2.21;0.30 -11050;5;3111.50;10.60;1979.50;3.54;0.48 -11051;5;3554.00;9.80;1726.50;3.56;0.28 -11052;5;3029.00;11.95;1826.00;3.14;0.30 -11053;5;3033.50;12.10;1780.00;3.30;0.26 -11054;5;3295.00;10.30;1839.50;3.99;0.36 -11055;5;2747.00;12.05;1679.50;3.14;0.24 -11056;5;3235.50;10.40;1764.50;4.17;0.20 -11057;5;3223.00;9.95;1712.50;2.55;0.18 -11058;5;3063.00;13.90;1902.50;2.46;0.30 -11059;5;3322.50;10.20;1744.50;3.46;0.24 -11060;5;3123.50;11.40;1940.00;4.36;0.44 -11061;5;3495.00;9.90;1785.50;4.24;0.34 -11063;5;3257.50;10.40;2004.50;1.71;0.36 -11065;5;3154.00;9.57;1813.00;3.73;0.28 -11066;5;3179.00;9.50;1758.00;3.73;0.28 -11067;5;3120.50;10.60;1839.00;2.44;0.32 -11068;5;3296.00;10.20;1731.50;2.46;0.20 -11069;5;3068.00;11.65;1857.50;2.62;0.36 -11070;5;2994.50;10.40;1705.00;2.97;0.26 -11071;5;3410.00;10.40;1774.00;1.95;0.28 -11072;5;3281.00;10.27;1702.00;3.60;0.20 -11073;5;3159.50;10.50;1900.00;2.09;0.36 -11074;5;3466.00;10.00;1768.00;3.33;0.34 -11075;5;3503.50;9.80;1701.00;2.24;0.22 -11076;5;3244.50;9.85;1805.00;4.43;0.28 -11077;5;3176.50;10.40;1989.50;2.73;0.30 -11078;5;2981.00;10.10;1742.00;2.03;0.24 -11079;5;3248.50;10.50;1837.50;3.28;0.28 -11080;5;3268.00;10.40;1725.00;3.60;0.20 -11081;5;3207.50;9.80;1870.50;3.92;0.26 -11082;5;3077.00;9.70;1713.00;2.35;0.32 -11083;5;3373.00;10.40;1724.00;2.67;0.24 -11084;5;3357.50;10.20;1694.00;4.43;0.24 -11085;5;3272.00;10.80;1915.00;3.73;0.36 -11086;5;3459.50;9.90;1742.50;4.39;0.26 -11087;5;3593.00;10.15;1710.50;3.14;0.28 -11088;5;3372.00;10.60;1914.50;1.68;0.36 -11089;5;3494.00;10.40;1815.00;2.03;0.56 -11091;5;3071.00;9.70;1751.00;3.46;0.24 -11092;5;3340.50;10.40;1799.00;1.78;0.22 -11093;5;3352.50;10.50;1714.00;4.43;0.26 -11094;5;3357.50;10.30;1815.50;2.52;0.32 -11095;5;3444.00;9.85;1726.00;3.92;0.24 -11096;5;3303.50;10.40;1853.00;2.67;0.30 -11097;5;3256.50;10.40;1692.50;2.94;0.24 -11099;5;3428.50;10.30;1690.00;4.43;0.26 -11100;5;2931.00;11.50;1799.50;1.32;0.30 -11101;5;2914.00;13.00;1727.00;4.12;0.22 -11102;5;3088.00;10.50;1905.50;2.26;0.32 -11103;5;3398.00;10.07;1757.00;2.15;0.30 -11104;5;3216.00;11.00;1987.00;2.15;0.48 -11105;5;3195.50;9.70;1743.00;2.49;0.24 -11107;5;3425.50;10.40;1712.00;4.71;0.22 -11108;5;3099.00;10.85;757.50;4.21;0.88 -11109;5;3289.00;9.85;1694.50;3.81;0.22 -11110;5;3530.00;10.37;1750.00;3.46;0.32 -11111;5;3672.00;10.42;1739.00;4.12;0.34 -11112;5;3075.00;11.90;1897.50;3.42;0.32 -11113;5;2980.50;12.30;1783.00;1.95;0.26 -11114;5;3009.00;10.45;1729.00;4.12;0.24 -11115;5;3174.50;10.80;1932.50;4.20;0.52 -11117;5;3332.50;9.90;1946.00;2.09;0.34 -11118;5;2986.50;12.90;1810.50;3.33;0.24 -11119;5;3751.50;9.70;1921.00;1.93;1.10 -11120;5;3068.00;11.37;1840.00;2.35;0.38 -11121;5;3199.00;9.70;1851.50;2.29;0.32 -11123;5;3046.00;11.25;1795.50;3.52;0.22 -11124;5;3622.00;10.60;1719.50;3.85;0.34 -11125;5;3183.50;10.40;1888.50;3.28;0.36 -11127;5;3215.50;9.70;1722.50;2.94;0.24 -11128;5;3293.00;10.70;1933.00;2.89;0.34 -11129;5;3058.00;11.20;1820.50;4.42;0.38 -11130;5;3143.00;11.87;1955.00;4.58;0.64 -11131;5;3376.00;10.50;1707.50;2.46;0.26 -11132;5;3190.50;10.40;1825.50;-1.46;0.34 -11133;5;3597.50;9.90;1736.50;3.00;0.30 -11134;5;3480.00;10.05;1669.00;3.14;0.16 -11135;5;2961.50;13.20;1768.00;3.01;0.30 -11136;5;2754.00;10.50;1681.50;4.01;0.26 -11137;5;3400.50;9.90;1803.00;2.27;0.34 -11138;5;3213.50;9.80;1772.50;3.92;0.22 -11139;5;3283.00;10.30;1711.50;2.46;0.22 -11141;5;1617.50;13.80;900.50;-1.06;0.26 -11143;5;3448.50;10.50;1710.00;4.43;0.20 -11144;5;3194.50;10.55;1812.00;4.19;0.32 -11145;5;1678.00;9.50;350.00;-1.36;0.88 -11146;5;3298.00;10.47;1824.00;4.17;0.34 -11147;5;3066.00;10.45;1771.50;3.81;0.26 -11148;5;3048.50;9.70;1835.50;3.92;0.24 -11149;5;3553.00;10.25;1686.50;3.14;0.28 -11151;5;2987.00;9.90;1719.00;2.35;0.24 -11152;5;3072.00;12.37;1887.00;2.35;0.30 -11153;5;3328.00;10.30;1754.50;2.26;0.26 -11155;5;3133.50;11.60;1908.50;1.83;0.36 -11156;5;3299.00;10.45;1799.50;4.01;0.26 -11158;5;3525.50;9.80;1714.50;2.60;0.24 -11159;5;3338.50;10.40;1772.50;4.57;0.28 -11160;5;3026.50;9.80;1651.50;3.28;0.18 -11161;5;2715.50;10.90;1671.00;4.33;0.22 -11162;5;3264.50;10.30;1761.00;2.24;0.26 -11163;5;3073.00;9.67;1730.00;3.60;0.28 -11164;5;3201.00;10.25;1880.00;2.55;0.30 -11165;5;3359.00;10.55;1732.50;4.01;0.22 -11166;5;3421.50;10.40;1690.50;1.71;0.22 -11167;5;3226.50;10.70;1930.00;3.38;0.34 -11168;5;3387.00;10.10;1741.50;4.06;0.24 -11169;5;3185.00;11.00;1959.50;4.15;0.32 -11170;5;3634.50;10.10;1746.00;4.03;0.38 -11171;5;3448.00;9.70;1822.50;3.49;0.44 -11172;5;1585.00;15.60;876.50;-1.06;0.22 -11173;5;3009.50;11.90;1837.50;1.97;0.28 -11174;5;3319.50;10.30;1727.50;3.68;0.26 -11175;5;3327.50;10.40;1828.00;4.00;0.30 -11176;5;2940.00;10.00;1704.50;2.86;0.22 -11177;5;3440.50;9.90;1736.50;2.35;0.26 -11178;5;3393.00;10.37;1785.00;3.46;0.26 -11179;5;3582.50;10.55;1751.00;2.97;0.34 -11180;5;3506.50;9.80;1691.00;1.84;0.24 -11181;5;3286.50;10.40;1896.00;3.30;0.28 -11182;5;3681.50;10.10;1907.00;4.33;0.90 -11183;5;3313.00;9.80;1969.00;4.12;0.42 -11184;5;2979.50;9.90;1732.50;3.00;0.16 -11185;5;3090.00;10.90;1826.50;2.12;0.28 -11186;5;3258.50;10.20;1727.00;2.24;0.22 -11187;5;3043.00;11.57;1845.00;2.35;0.32 -11188;5;3062.50;9.50;1719.50;4.39;0.24 -11189;5;3411.50;10.40;1723.00;2.97;0.24 -11190;5;3105.50;11.35;1879.00;2.49;0.28 -11191;5;3315.00;10.40;1692.00;2.55;0.24 -11192;5;3512.00;10.00;1735.00;4.46;0.26 -11193;5;3604.00;9.90;1726.00;4.12;0.28 -11194;5;3010.50;13.15;781.00;4.26;0.92 -11195;5;3673.50;10.00;1758.00;4.45;0.42 -11196;5;3418.50;10.00;1935.50;2.07;0.46 -11197;5;3050.00;9.97;1741.00;2.15;0.30 -11199;5;3223.50;10.40;1822.50;2.94;0.20 -11200;5;3570.00;10.40;1812.50;2.11;0.70 -11201;5;3133.50;9.70;1848.00;3.50;0.24 -11202;5;3247.00;10.12;1690.00;3.46;0.24 -11203;5;3614.50;10.60;1773.50;3.40;0.52 -11204;5;3222.50;10.70;1914.00;2.49;0.48 -11205;5;3412.50;10.30;1678.50;3.28;0.18 -11206;5;2968.00;13.60;1796.50;4.01;0.26 -11207;5;2746.00;10.75;1691.50;3.14;0.24 -11208;5;3152.50;11.00;1915.00;1.75;0.48 -11209;5;3048.50;11.10;1787.00;3.30;0.26 -11210;5;3216.00;9.50;1803.50;3.66;0.24 -11212;5;3350.00;10.00;1820.50;1.86;0.26 -11213;5;3419.00;10.30;1715.50;2.21;0.18 -11214;5;3380.50;10.00;1579.50;3.68;0.18 -11215;5;3046.00;9.70;1652.50;3.81;0.18 -11216;5;3233.00;10.00;1593.50;2.55;0.24 -11217;5;3426.00;10.25;1633.00;3.14;0.20 -11218;5;2744.00;10.75;1639.50;2.21;0.28 -11219;5;2995.50;9.70;1582.50;1.71;0.20 -11220;5;3282.50;10.00;1617.50;3.33;0.30 -11221;5;2792.50;10.10;1573.50;2.60;0.20 -11222;5;3222.50;10.40;1665.00;2.24;0.22 -11223;5;3727.50;14.60;1644.50;2.73;0.44 -11224;5;3320.00;10.60;1667.00;3.60;0.20 -11225;5;3586.50;9.80;1584.50;2.73;0.24 -11227;5;3447.50;10.40;1583.50;3.46;0.22 -11228;5;3703.50;10.80;1689.00;2.27;0.32 -11229;5;3306.50;10.40;1564.50;2.60;0.24 -11230;5;3305.50;9.90;1591.50;2.82;0.18 -11231;5;3018.00;10.10;1664.50;3.14;0.24 -11232;5;3072.50;9.80;1581.50;3.68;0.26 -11233;5;2926.50;10.30;1567.50;2.11;0.20 -11234;5;3285.00;10.20;1654.50;4.06;0.22 -11235;5;3356.50;10.00;1607.50;2.11;0.20 -11236;5;3396.50;9.90;1659.00;1.78;0.26 -11237;5;2678.50;10.00;1578.50;3.33;0.28 -11238;5;2668.00;10.30;1612.50;3.73;0.24 -11239;5;3470.00;10.00;1667.50;3.81;0.20 -11240;5;3517.50;10.30;1582.50;3.92;0.20 -11241;5;3281.00;9.97;1627.00;2.82;0.28 -11242;5;3374.00;10.05;1589.00;4.39;0.22 -11244;5;3370.50;10.20;1558.50;3.92;0.20 -11245;5;3124.00;9.80;1603.50;4.06;0.24 -11246;5;3150.50;9.80;1659.00;4.19;0.20 -11247;5;3173.00;9.90;1576.00;2.67;0.20 -11248;5;3425.00;9.90;1606.50;3.73;0.20 -11249;5;3702.50;14.95;1166.00;2.05;0.62 -11250;5;3363.00;9.95;1656.00;4.12;0.20 -11251;5;2953.00;9.70;1629.50;3.14;0.30 -11252;5;3470.50;10.25;1659.00;2.49;0.20 -11253;5;2800.50;10.35;1576.00;3.78;0.26 -11254;5;3342.00;10.15;1624.50;4.24;0.26 -11255;5;3547.00;10.10;1675.50;3.81;0.24 -11256;5;3610.00;9.90;1590.50;4.54;0.26 -11257;5;2674.50;10.40;1624.00;3.60;0.28 -11258;5;3445.50;9.90;1591.00;2.49;0.18 -11259;5;3258.00;9.80;1649.00;1.89;0.24 -11260;5;3065.00;9.80;1588.50;-1.44;0.32 -11261;5;4367.00;9.70;2020.50;1.71;1.40 -11262;5;3491.00;10.00;1606.00;3.92;0.26 -11263;5;3558.00;9.80;1672.00;2.82;0.24 -11264;5;2928.00;9.70;1576.50;1.69;0.18 -11265;5;3130.00;9.50;1628.50;2.48;0.40 -11267;5;2668.50;10.30;1581.50;3.68;0.22 -11268;5;3416.00;10.05;1617.50;2.21;0.18 -11269;5;3510.00;11.67;1588.00;3.92;0.20 -11270;5;2773.50;10.30;1627.50;2.11;0.18 -11271;5;3285.00;9.90;1599.50;3.14;0.18 -11272;5;3305.50;10.20;1640.50;2.35;0.20 -11273;5;3571.50;9.80;1610.50;3.68;0.28 -11274;5;3151.00;10.40;1580.00;2.67;0.28 -11275;5;3509.00;9.90;1647.50;1.73;0.26 -11276;5;2993.00;9.70;1593.00;2.03;0.24 -11277;5;3494.00;10.00;1627.50;3.52;0.24 -11278;5;3091.00;9.70;1740.50;3.56;0.28 -11279;5;2774.00;10.05;1584.50;4.24;0.26 -11280;5;3035.50;10.50;1661.00;2.97;0.24 -11281;5;3607.00;10.40;1605.00;2.03;0.24 -11282;5;3380.00;10.60;1644.00;2.35;0.22 -11283;5;3383.50;10.10;1561.50;2.11;0.20 -11284;5;3350.00;10.00;1599.00;3.73;0.20 -11285;5;3230.00;9.80;1569.50;3.14;0.26 -11286;5;3574.50;10.30;1660.50;4.51;0.18 -11287;5;2663.50;9.80;1604.00;4.03;0.16 -11288;5;3071.00;9.80;1599.50;3.66;0.28 -11289;5;3045.00;10.05;1689.50;4.06;0.22 -11290;5;3293.00;9.90;1618.00;3.14;0.22 -11291;5;3189.50;9.50;1696.00;3.60;0.24 -11292;5;3560.00;11.10;1625.50;3.14;0.22 -11293;5;2697.00;11.17;1603.00;2.55;0.24 -11294;5;3428.50;10.00;1599.50;3.68;0.20 -11295;5;3453.50;10.00;1638.50;2.60;0.20 -11296;5;3447.50;9.80;1562.00;4.33;0.22 -11297;5;2789.00;9.82;1612.00;3.60;0.24 -11298;5;3297.00;10.30;1576.00;3.92;0.22 -11299;5;2762.50;10.30;1646.50;3.68;0.26 -11300;5;3364.50;10.00;1615.00;2.24;0.20 -11301;5;3161.50;10.40;1581.50;3.92;0.24 -11302;5;3218.50;10.40;1675.00;2.67;0.26 -11303;5;2682.50;10.00;1615.50;3.92;0.26 -11304;5;3272.50;9.90;1675.50;2.94;0.22 -11305;5;2983.50;9.70;1597.50;1.97;0.24 -11306;5;2739.00;12.80;1674.00;1.81;0.24 -11307;5;3726.50;13.20;1703.50;3.46;0.36 -11308;5;3518.50;9.90;1560.50;1.76;0.18 -11309;5;3493.50;10.25;1596.00;3.30;0.24 -11310;5;3369.00;9.90;1568.50;3.81;0.22 -11311;5;3042.00;10.70;1681.00;2.82;0.26 -11312;5;3165.00;10.02;1613.00;3.60;0.22 -11313;5;3240.00;9.80;1574.50;3.14;0.26 -11314;5;3434.00;10.50;1613.50;2.03;0.20 -11315;5;3344.00;10.70;1670.50;4.06;0.24 -11316;5;3079.00;10.00;1608.00;2.67;0.22 -11317;5;2779.50;9.80;1622.50;4.09;0.26 -11318;5;2912.00;9.70;1585.00;3.14;0.24 -11319;5;3568.00;9.75;1599.00;3.92;0.24 -11320;5;3618.50;9.90;1662.50;1.89;0.28 -11321;5;3580.00;9.80;1559.00;3.46;0.22 -11322;5;3261.50;9.90;1604.50;2.11;0.22 -11323;5;3442.00;9.85;1566.50;2.21;0.20 -11324;5;3504.00;10.00;1613.00;2.35;0.16 -11325;5;3308.00;10.00;1575.50;3.52;0.20 -11326;5;3353.50;10.30;1652.00;3.30;0.24 -11327;5;3038.50;9.75;1652.00;2.24;0.20 -11328;5;4318.50;11.20;1902.50;2.54;1.24 -11329;5;3150.50;10.40;1587.50;4.30;0.24 -11330;5;3415.00;9.90;1628.00;2.67;0.20 -11331;5;2972.50;9.70;1601.00;2.67;0.16 -11332;5;2745.50;11.90;1629.50;3.00;0.24 -11334;5;2654.50;9.70;1590.00;2.24;0.24 -11335;5;3508.00;10.00;1569.00;3.14;0.22 -11336;5;3316.00;10.17;1602.00;3.92;0.26 -11337;5;3381.50;10.10;1570.00;2.89;0.20 -11338;5;3430.50;9.90;1657.50;4.51;0.20 -11339;5;3568.50;9.80;1619.00;3.78;0.26 -11340;5;3495.50;9.80;1666.50;3.33;0.26 -11341;5;3222.00;9.90;1578.50;1.73;0.18 -11342;5;3213.50;10.40;1629.50;3.33;0.28 -11344;5;3485.50;9.80;1628.50;2.60;0.22 -11345;5;2762.50;10.05;1592.00;4.03;0.22 -11346;5;2919.50;10.40;1560.50;2.11;0.18 -11347;5;3384.50;10.00;1605.50;3.28;0.22 -11348;5;3587.00;9.70;1572.50;-1.44;0.26 -11349;5;3340.50;10.70;1651.50;3.92;0.18 -11351;5;3450.50;9.80;1572.00;2.49;0.20 -11352;5;3667.50;9.90;1695.50;1.71;0.36 -11353;5;3293.50;10.00;1628.00;2.49;0.20 -11354;5;3580.50;10.40;1671.50;1.68;0.28 -11355;5;3289.50;9.80;1577.00;2.97;0.20 -11356;5;3548.00;10.00;1634.50;4.06;0.24 -11357;5;3160.00;10.40;1592.50;4.06;0.22 -11358;5;3211.00;10.35;1644.00;4.24;0.36 -11359;5;2988.50;9.70;1576.50;2.94;0.20 -11360;5;2922.00;9.70;1588.50;2.21;0.20 -11362;5;3412.50;10.75;1644.00;4.33;0.22 -11363;5;3459.50;10.05;1598.00;4.12;0.18 -11364;5;3516.00;10.10;1570.50;4.06;0.24 -11365;5;3594.50;10.20;1671.50;4.09;0.26 -11366;5;2944.00;9.70;1619.50;3.14;0.24 -11368;5;3373.50;10.00;1579.00;3.30;0.20 -11369;5;3352.00;10.10;1616.50;3.73;0.22 -11370;5;3237.00;10.70;1602.00;2.67;0.24 -11371;5;2667.50;10.40;1619.50;1.97;0.24 -11372;5;3065.50;9.70;1610.00;3.78;0.28 -11373;5;3525.00;10.70;1599.00;4.39;0.22 -11374;5;2805.00;9.80;1566.50;2.46;0.28 -11375;5;3488.00;9.90;1643.00;3.92;0.20 -11376;5;3017.00;9.70;1639.50;3.42;0.18 -11377;5;3601.00;9.80;1584.50;1.93;0.26 -11379;5;3424.50;9.90;1614.50;2.35;0.20 -11380;5;3062.50;9.75;1702.00;2.97;0.24 -11381;5;3445.50;10.20;1575.50;1.71;0.18 -11382;5;2777.50;11.00;1603.50;3.68;0.20 -11383;5;3308.00;9.80;1584.50;3.14;0.20 -11384;5;3348.00;10.70;1636.50;3.14;0.20 -11385;5;3140.50;10.40;1577.50;3.68;0.22 -11386;5;3153.00;10.20;1598.00;2.67;0.22 -11387;5;3565.00;10.20;1649.00;2.35;0.24 -11388;5;2932.50;10.30;1565.50;2.94;0.18 -11389;5;3625.00;9.90;1620.00;2.15;0.26 -11390;5;3058.50;9.80;1690.50;3.92;0.24 -11391;5;3216.00;10.50;1620.50;2.86;0.32 -11392;5;3264.00;10.00;1674.50;1.40;0.28 -11393;5;3509.50;10.20;1577.50;3.68;0.24 -11394;5;3487.50;9.80;1617.50;4.30;0.24 -11395;5;3523.50;10.70;1524.00;2.89;0.24 -11396;5;3408.50;10.00;1544.50;2.94;0.18 -11397;5;3355.50;9.80;1514.00;4.71;0.30 -11398;5;3114.50;12.10;1515.50;3.28;0.18 -11399;5;3162.00;10.00;1537.50;3.81;0.28 -11400;5;3477.00;9.80;1462.00;4.12;0.20 -11401;5;3041.50;12.60;1538.00;2.49;0.24 -11402;5;2968.00;11.05;1559.50;3.14;0.20 -11403;5;3440.50;9.70;1462.00;4.33;0.18 -11404;5;2991.50;14.00;1524.50;2.60;0.22 -11405;5;3355.00;9.70;1473.00;3.60;0.20 -11407;5;2892.00;12.07;1522.00;3.14;0.18 -11408;5;3472.00;9.80;1544.50;4.24;0.22 -11409;5;3280.00;10.50;1483.50;1.73;0.26 -11410;5;4077.50;10.10;1557.50;3.36;0.62 -11411;5;3186.50;10.40;1498.50;4.17;0.24 -11412;5;3428.00;10.50;1523.00;2.82;0.18 -11413;5;3122.50;13.00;1518.00;3.78;0.22 -11414;5;3050.00;13.60;1534.00;4.46;0.18 -11416;5;3491.50;9.80;1462.00;3.38;0.20 -11417;5;2961.00;10.25;1522.50;2.76;0.20 -11418;5;3438.00;9.70;1470.00;2.67;0.26 -11419;5;2880.50;9.70;1544.50;3.46;0.18 -11420;5;2838.00;9.90;1516.50;1.73;0.28 -11421;5;3538.00;10.95;1549.50;4.06;0.26 -11422;5;3343.50;9.70;1474.50;3.92;0.24 -11423;5;3500.00;9.82;1519.00;2.15;0.20 -11424;5;3282.00;10.10;1497.50;3.14;0.22 -11425;5;3317.50;9.80;1534.00;3.30;0.20 -11426;5;3203.50;9.70;1722.50;3.92;0.24 -11427;5;3197.50;9.75;1502.00;4.03;0.26 -11428;5;3102.50;10.00;1546.50;4.39;0.26 -11429;5;3541.50;9.65;1467.00;2.89;0.24 -11430;5;3120.50;10.20;1529.00;4.71;0.20 -11431;5;2942.50;10.40;1551.50;2.11;0.18 -11432;5;3024.00;13.65;1536.00;2.55;0.22 -11433;5;3624.50;10.40;1550.50;4.17;0.18 -11434;5;3428.00;9.70;1474.00;2.67;0.28 -11436;5;3450.50;9.80;1554.50;2.94;0.18 -11437;5;3344.50;9.80;1481.50;4.30;0.24 -11438;5;3288.50;10.00;1500.50;3.68;0.24 -11439;5;3395.00;9.90;1525.50;2.03;0.22 -11440;5;1120.00;11.05;1769.50;1.91;0.60 -11441;5;3179.50;10.00;1543.50;3.28;0.24 -11442;5;3629.50;9.60;1490.00;3.83;0.32 -11444;5;3016.00;10.15;1578.50;2.21;0.20 -11445;5;2959.50;10.40;1533.50;2.35;0.20 -11446;5;2796.00;9.80;1548.00;2.35;0.12 -11447;5;3493.50;9.70;1477.50;3.92;0.20 -11448;5;4393.00;18.85;1223.50;1.47;0.48 -11449;5;3506.50;10.00;1555.00;3.38;0.18 -11450;5;3428.50;9.80;1480.00;4.29;0.26 -11451;5;3466.00;9.85;1521.00;3.14;0.18 -11452;5;3362.50;10.30;1491.50;3.33;0.20 -11453;5;3265.00;9.80;1551.00;3.73;0.24 -11454;5;3297.00;10.30;1507.00;2.35;0.26 -11455;5;3620.00;9.60;1472.50;3.52;0.32 -11456;5;2893.50;9.70;1556.00;3.38;0.24 -11457;5;3539.50;9.60;1479.00;4.12;0.28 -11458;5;3576.50;10.20;1551.50;2.35;0.20 -11459;5;3439.00;10.00;1485.00;2.67;0.22 -11460;5;3527.00;11.30;1532.00;3.92;0.22 -11461;5;3369.50;9.80;1494.00;4.19;0.20 -11462;5;3337.50;9.80;1532.00;3.38;0.22 -11463;5;2816.00;10.32;1478.00;2.55;0.22 -11464;5;3252.50;10.20;1514.50;2.82;0.22 -11465;5;2779.50;9.60;1467.50;1.97;0.18 -11466;5;3171.50;9.80;1557.00;2.49;0.20 -11467;5;3094.50;10.80;1530.50;2.94;0.22 -11468;5;2976.50;11.65;1559.00;3.38;0.20 -11469;5;3619.00;9.60;1484.50;2.76;0.30 -11470;5;2908.00;11.07;1521.00;4.12;0.22 -11471;5;2767.50;10.00;1560.50;4.57;0.22 -11472;5;3550.50;9.70;1493.00;3.60;0.30 -11473;5;3602.00;9.60;1523.00;1.57;0.30 -11474;5;3505.50;9.80;1491.50;2.60;0.22 -11475;5;3417.00;10.50;1530.00;4.39;0.16 -11476;5;3442.00;9.80;1496.00;3.46;0.24 -11477;5;3249.50;10.00;1542.00;2.97;0.22 -11478;5;3050.00;9.70;1571.50;2.03;0.16 -11479;5;3181.00;10.15;1516.50;3.52;0.26 -11480;5;3647.00;9.60;1501.50;4.24;0.38 -11481;5;3009.50;9.80;1547.50;2.94;0.22 -11482;5;3579.50;9.60;1483.00;1.78;0.28 -11483;5;2849.00;9.77;1530.00;4.12;0.20 -11484;5;3513.50;9.70;1500.00;1.19;0.24 -11485;5;3488.50;9.80;1522.50;2.11;0.20 -11486;5;2943.50;13.00;1487.00;2.49;0.22 -11487;5;3403.00;10.40;1503.50;2.76;0.26 -11488;5;2897.50;10.50;1485.50;2.73;0.20 -11489;5;3306.00;9.80;1535.00;3.60;0.22 -11490;5;3266.50;10.10;1514.00;2.09;0.26 -11491;5;2847.50;9.80;1489.00;4.33;0.22 -11492;5;3120.00;9.80;1564.00;2.67;0.18 -11493;5;2955.00;10.90;1562.00;3.92;0.24 -11494;5;2916.00;11.25;1525.00;3.92;0.18 -11495;5;875.00;10.62;1602.00;2.03;0.26 -11496;5;3594.00;9.90;1624.00;2.15;0.26 -11497;5;3007.50;13.80;1504.00;3.60;0.24 -11498;5;3199.00;9.80;1631.00;4.12;0.24 -11499;5;2956.50;13.60;1490.00;4.19;0.26 -11500;5;3394.00;9.85;1531.50;2.03;0.18 -11501;5;3474.50;10.20;1500.50;2.60;0.20 -11502;5;2906.50;10.70;1501.50;3.00;0.18 -11503;5;3217.50;10.20;1549.00;1.95;0.24 -11504;5;3339.00;10.35;1510.50;2.26;0.30 -11505;5;3020.50;9.70;1573.50;2.60;0.18 -11506;5;2842.00;9.80;1497.50;2.76;0.24 -11507;5;3147.00;9.95;1529.00;4.12;0.28 -11508;5;2779.00;9.75;1486.50;1.93;0.24 -11509;5;1462.00;10.00;1416.50;4.15;0.34 -11510;5;3620.00;9.70;1540.00;3.38;0.26 -11511;5;3072.00;10.50;1503.00;3.14;0.24 -11512;5;3459.00;9.80;1535.50;3.52;0.18 -11513;5;3415.00;9.80;1509.00;3.92;0.20 -11514;5;3251.50;10.10;1523.50;3.33;0.22 -11515;5;3089.00;9.80;1567.00;4.39;0.22 -11516;5;2909.50;10.30;1488.50;1.68;0.26 -11517;5;3041.00;10.75;1543.50;4.24;0.24 -11518;5;2849.50;9.70;1498.00;3.38;0.14 -11519;5;2891.50;10.55;1533.00;1.95;0.18 -11520;5;3140.00;9.80;1486.00;3.46;0.20 -11521;5;2801.50;11.00;1494.00;2.24;0.20 -11522;5;3093.50;10.30;1489.50;3.68;0.20 -11523;5;3524.00;9.75;1542.50;3.14;0.20 -11524;5;3611.50;9.60;1494.00;1.84;0.34 -11525;5;3041.50;14.20;1500.50;4.57;0.20 -11526;5;3358.50;10.50;1544.00;2.44;0.24 -11527;5;3482.50;10.00;1501.00;4.03;0.26 -11528;5;3187.00;9.80;1561.50;3.14;0.24 -11529;5;2971.00;10.80;1504.50;2.21;0.20 -11530;5;3308.00;9.80;1512.00;1.57;0.28 -11531;5;2914.50;10.90;1504.00;3.38;0.16 -11532;5;3120.00;9.92;1541.00;2.67;0.20 -11533;5;2945.50;10.80;1543.50;3.33;0.20 -11534;5;3224.50;9.90;1475.50;3.28;0.20 -11535;5;2797.50;9.85;1502.00;2.89;0.20 -11536;5;3166.00;11.80;1492.00;1.57;0.24 -11537;5;3604.50;9.90;1540.50;2.07;0.28 -11538;5;3538.50;10.95;1509.00;3.30;0.24 -11539;5;3102.50;12.75;1497.00;2.15;0.28 -11540;5;3435.00;9.80;1550.00;3.46;0.20 -11541;5;3391.00;9.80;1512.00;3.92;0.22 -11542;5;3028.50;10.90;1522.50;3.92;0.22 -11543;5;3227.50;10.10;1530.00;1.84;0.32 -11544;5;2979.50;11.20;1510.00;2.89;0.18 -11545;5;3004.00;9.80;1554.00;2.03;0.22 -11546;5;3303.00;9.80;1470.50;2.55;0.28 -11547;5;2928.00;11.22;1509.00;2.03;0.16 -11548;5;2835.50;9.70;1535.00;2.67;0.16 -11549;5;2857.50;9.80;1502.50;-1.42;0.26 -11550;5;3202.00;9.95;1490.50;2.03;0.26 -11551;5;3493.00;9.80;1541.50;4.06;0.20 -11552;5;3618.50;9.60;1498.50;3.92;0.24 -11553;5;3337.00;9.80;1552.50;2.21;0.18 -11554;5;3108.00;14.65;1504.50;3.52;0.22 -11555;5;3463.00;10.42;1512.00;4.39;0.18 -11556;5;3047.50;12.70;1511.50;1.97;0.24 -11557;5;3285.50;9.90;1525.50;3.68;0.22 -11558;5;3082.50;10.40;1550.00;4.71;0.22 -11559;5;3414.50;9.70;1454.50;3.92;0.22 -11560;5;2932.00;10.77;1515.00;3.60;0.18 -11561;5;3328.00;9.70;1473.50;2.46;0.22 -11562;5;2896.00;10.20;1537.50;4.46;0.16 -11564;5;3032.50;9.55;1425.00;4.03;0.24 -11565;5;2803.00;10.15;1418.00;1.89;0.24 -11566;5;3509.50;9.80;1450.50;2.60;0.24 -11567;5;1600.50;9.80;1626.50;3.03;0.28 -11568;5;2962.50;10.80;1432.50;4.17;0.20 -11569;5;1575.00;10.70;1633.00;4.24;0.28 -11570;5;2928.50;14.60;1434.50;3.46;0.20 -11571;5;1360.00;11.20;1766.00;3.46;0.82 -11572;5;3081.00;13.05;1407.00;4.39;0.22 -11573;5;2902.50;12.00;1436.00;1.95;0.18 -11574;5;3094.00;10.45;1416.50;3.14;0.18 -11575;5;4979.50;12.40;1485.50;3.92;0.34 -11576;5;2852.50;10.60;1440.00;1.95;0.16 -11577;5;3101.00;9.82;1420.00;4.39;0.18 -11578;5;3582.00;9.60;1458.50;3.14;0.28 -11579;5;3533.50;9.60;1459.50;4.30;0.28 -11580;5;3117.00;10.40;1418.50;3.14;0.20 -11581;5;3056.00;10.00;1436.50;2.55;0.20 -11582;5;2798.00;10.30;1437.00;4.46;0.22 -11583;5;3131.00;10.30;1406.00;3.92;0.18 -11584;5;2996.50;9.70;1431.00;2.67;0.26 -11585;5;1588.50;10.50;1644.50;2.35;0.28 -11586;5;3125.50;10.15;1411.00;2.49;0.20 -11587;5;2968.00;14.35;1443.50;2.46;0.20 -11588;5;3180.00;9.70;1397.00;4.71;0.24 -11589;5;1401.00;12.20;1585.50;3.42;0.34 -11590;5;2914.50;11.00;1449.00;3.78;0.20 -11591;5;3658.00;9.60;1468.50;3.14;0.28 -11592;5;3156.00;17.12;1423.00;1.81;0.26 -11593;5;2872.00;10.82;1439.00;2.67;0.18 -11594;5;3071.00;10.35;1435.00;4.12;0.26 -11595;5;3016.50;10.20;1441.50;3.92;0.22 -11596;5;2813.50;9.80;1457.50;3.00;0.18 -11597;5;3243.50;10.10;1393.50;2.94;0.24 -11598;5;2987.00;14.35;1442.00;2.03;0.20 -11599;5;3454.50;9.70;1373.50;3.92;0.24 -11600;5;2776.50;9.55;1453.00;4.00;0.24 -11601;5;2942.00;14.85;1454.50;1.81;0.16 -11602;5;1564.50;10.50;1656.00;3.50;0.28 -11603;5;3221.00;9.60;1404.50;4.24;0.20 -11604;5;2931.00;13.80;1458.00;3.92;0.16 -11605;5;3175.00;15.45;1423.50;4.24;0.18 -11606;5;2859.50;9.80;1523.00;4.03;0.24 -11607;5;5036.00;12.60;1802.00;-1.30;1.84 -11608;5;3144.00;10.12;1437.00;3.14;0.24 -11609;5;3505.00;16.30;1373.50;2.26;0.24 -11610;5;3090.50;10.05;1441.00;2.67;0.18 -11611;5;2847.50;9.90;1459.50;3.68;0.20 -11612;5;3030.50;12.40;1448.50;2.82;0.12 -11613;5;2796.50;9.80;1463.50;3.68;0.20 -11614;5;3493.00;15.35;1384.00;2.35;0.24 -11615;5;2992.50;15.00;1453.50;3.92;0.20 -11616;5;2779.00;9.67;1461.00;2.67;0.18 -11617;5;3450.50;13.15;1382.00;1.95;0.24 -11618;5;2988.50;16.00;1460.00;1.95;0.20 -11619;5;3216.50;10.00;1424.50;2.11;0.22 -11620;5;2985.00;13.00;1469.50;2.03;0.16 -11621;5;1454.00;9.90;1516.00;2.67;0.28 -11622;5;3169.00;12.52;1438.00;1.57;0.20 -11623;5;1474.00;9.50;730.50;-1.11;0.20 -11624;5;4920.00;12.30;1436.50;2.76;0.26 -11625;5;3107.50;9.80;1452.50;2.35;0.22 -11626;5;4941.00;11.15;1426.50;2.26;0.28 -11627;5;3066.00;10.60;1457.50;2.86;0.24 -11628;5;2874.00;10.70;1462.00;3.14;0.22 -11629;5;4928.00;12.75;1448.00;2.55;0.26 -11630;5;3058.00;10.25;1461.50;3.14;0.22 -11631;5;2832.00;10.40;1466.50;2.21;0.20 -11633;5;3474.00;12.25;1399.50;3.42;0.28 -11634;5;2996.00;13.75;1467.50;3.52;0.24 -11635;5;1441.50;9.80;1516.00;2.85;0.34 -11636;5;3237.50;9.70;1420.00;2.97;0.16 -11637;5;1473.50;10.80;1573.00;3.30;0.20 -11638;5;2971.50;14.30;1468.00;1.57;0.24 -11639;5;3196.00;11.55;1439.00;1.89;0.22 -11640;5;2928.50;13.60;1471.50;2.35;0.18 -11641;5;1461.00;9.72;1585.00;2.67;0.32 -11642;5;2903.50;10.50;1483.00;2.97;0.22 -11643;5;4905.00;9.90;1459.00;3.46;0.26 -11644;5;3134.00;9.75;1458.50;4.24;0.22 -11645;5;3538.50;11.30;1342.50;4.39;0.26 -11646;5;3128.50;9.80;1453.50;1.97;0.22 -11647;5;3439.00;14.90;1388.50;2.76;0.20 -11648;5;1574.50;10.80;1578.50;3.33;0.18 -11650;5;1610.00;11.15;1587.50;3.14;0.20 -11651;5;3037.00;12.37;1479.00;4.71;0.20 -11652;5;3229.00;10.17;1428.00;2.67;0.18 -11653;5;2991.00;11.10;1484.50;4.06;0.22 -11654;5;1573.00;9.50;1598.50;3.81;0.24 -11655;5;3220.00;14.35;1436.50;4.46;0.18 -11656;5;1498.50;10.15;1584.00;2.24;0.32 -11657;5;3159.50;11.35;1408.00;4.71;0.24 -11658;5;903.50;9.80;1521.00;3.24;0.22 -11659;5;3145.00;10.37;1466.00;2.67;0.22 -11660;5;1636.50;11.50;1583.50;2.11;0.24 -11661;5;3495.50;11.90;1409.50;3.68;0.24 -11663;5;3098.00;9.80;1470.50;3.14;0.20 -11664;5;3461.00;15.55;1387.50;2.21;0.26 -11665;5;1660.00;10.65;1607.50;2.62;0.22 -11666;5;3061.50;11.40;1481.00;2.49;0.22 -11667;5;1308.00;10.90;1715.00;3.38;0.52 -11668;5;3394.00;9.77;1418.00;2.35;0.20 -11669;5;1501.00;10.70;1605.50;2.46;0.34 -11670;5;3287.50;9.55;1450.00;1.98;0.30 -11671;5;3670.50;13.40;1260.00;3.75;0.52 -11672;5;3219.50;11.00;1449.50;2.60;0.22 -11673;5;2672.50;10.60;1358.50;3.33;0.24 -11674;5;3530.50;11.25;1339.00;3.60;0.28 -11675;5;2689.00;13.57;1363.00;3.14;0.18 -11676;5;3178.00;11.95;1466.50;2.21;0.22 -11677;5;2690.00;11.80;1371.50;2.21;0.20 -11678;5;3463.00;12.07;1409.00;4.71;0.24 -11679;5;3096.00;10.10;1478.50;1.73;0.24 -11680;5;1599.50;11.40;1588.50;2.19;0.24 -11681;5;3434.00;9.90;1423.00;2.67;0.18 -11682;5;1582.00;10.10;1747.00;2.67;0.70 -11683;5;3306.50;9.70;1460.50;3.46;0.28 -11684;5;2737.00;14.05;1377.50;2.03;0.20 -11685;5;1466.00;10.62;1596.00;3.46;0.30 -11686;5;3260.50;9.80;1458.50;2.35;0.26 -11687;5;3876.50;10.80;1325.50;3.54;0.44 -11688;5;2751.00;10.90;1387.00;1.89;0.16 -11689;5;3205.50;11.30;1467.00;2.49;0.28 -11690;5;3509.00;12.15;1413.50;3.14;0.28 -11691;5;3155.50;10.10;1488.50;3.92;0.24 -11692;5;2687.50;11.80;1379.00;2.49;0.22 -11693;5;3510.50;11.80;1420.00;1.78;0.22 -11694;5;3485.50;11.50;1426.50;2.94;0.18 -11695;5;1549.00;10.07;1600.00;3.46;0.26 -11696;5;3458.50;11.50;1419.50;2.11;0.26 -11697;5;2799.00;11.35;1384.50;1.73;0.24 -11699;5;2812.00;10.57;1389.00;1.81;0.18 -11700;5;3353.50;9.70;1451.00;3.38;0.20 -11701;5;3619.00;9.90;1406.00;2.35;0.48 -11702;5;2820.50;10.10;1402.50;4.17;0.20 -11703;5;3290.50;9.80;1464.00;4.43;0.26 -11704;5;3553.50;11.25;1323.00;1.98;0.26 -11705;5;3255.00;10.80;1470.00;2.82;0.26 -11706;5;3541.00;9.60;1440.50;4.35;0.22 -11707;5;2718.00;10.25;1389.00;2.35;0.20 -11708;5;3508.50;11.80;1344.00;3.60;0.28 -11709;5;2852.50;12.00;1406.00;2.24;0.22 -11710;5;2667.50;10.60;1380.00;2.49;0.28 -11711;5;2866.00;12.30;1403.50;3.81;0.24 -11712;5;1061.50;12.50;1700.00;3.43;0.56 -11715;5;3328.00;9.70;1462.00;3.14;0.24 -11716;5;2871.50;13.50;1418.50;3.76;0.20 -11717;5;1420.00;10.30;1433.00;2.55;0.32 -11718;5;2833.50;10.00;1414.50;3.33;0.18 -11719;5;4972.00;11.35;1473.50;3.42;0.26 -11720;5;2809.00;10.30;1414.50;2.76;0.20 -11721;5;2915.50;15.15;1409.00;4.03;0.18 -11722;5;1648.00;11.67;1611.00;3.14;0.30 -11723;5;2934.00;11.05;1413.50;2.76;0.18 -11724;5;3504.50;9.70;1442.00;2.49;0.24 -11725;5;1535.50;11.00;1612.50;3.33;0.22 -11726;5;2947.50;10.20;1420.50;3.92;0.20 -11727;5;3467.00;9.80;1436.00;4.46;0.20 -11728;5;1562.00;10.25;1644.50;2.46;0.28 -11729;5;3398.00;9.70;1424.50;4.58;0.20 -11730;5;2930.50;10.60;1421.50;2.94;0.16 -11731;5;1487.50;11.00;1629.50;2.23;0.36 -11732;5;2872.00;9.80;1490.50;3.14;0.24 -11733;5;885.50;11.40;1594.50;2.63;0.34 -11734;5;2980.50;9.75;1418.00;1.95;0.14 -11736;5;3565.00;9.60;1442.50;3.81;0.24 -11737;5;2792.00;12.95;1345.50;2.55;0.20 -11738;5;1602.50;9.70;1488.50;1.97;0.30 -11739;5;3440.50;11.80;1294.50;2.94;0.30 -11741;5;3102.50;12.25;1402.00;3.60;0.22 -11742;5;2772.00;12.85;1321.00;2.35;0.20 -11743;5;1278.00;10.25;1440.00;2.82;0.30 -11744;5;4764.00;10.60;1407.50;4.42;0.28 -11745;5;4917.50;12.65;1408.00;3.26;0.30 -11746;5;3360.00;10.05;1271.00;2.67;0.32 -11747;5;3324.50;12.20;1325.50;2.52;0.28 -11748;5;2826.50;9.50;1531.50;1.83;0.36 -11749;5;2706.00;12.65;1284.00;2.35;0.20 -11750;5;4886.00;10.35;1406.50;2.46;0.18 -11751;5;2999.50;10.15;1365.00;2.44;0.28 -11752;5;4583.00;12.50;1379.50;3.98;0.42 -11753;5;3448.00;10.35;1345.50;3.52;0.30 -11754;5;3173.00;10.05;1393.00;2.15;0.22 -11755;5;2952.00;12.67;1330.00;3.14;0.22 -11756;5;2714.50;13.50;1327.00;1.57;0.16 -11757;5;973.00;9.95;1431.00;2.35;0.48 -11758;5;1588.00;10.15;1543.50;3.14;0.18 -11759;5;3425.50;11.25;1284.00;1.57;0.38 -11760;5;1503.50;10.90;1551.50;2.94;0.28 -11761;5;4629.00;9.70;1319.00;2.15;0.24 -11762;5;3124.50;13.45;1358.00;2.24;0.20 -11763;5;946.00;11.60;1485.00;4.24;0.44 -11764;5;4715.00;10.27;1340.00;2.67;0.24 -11765;5;4898.00;10.60;1421.50;3.81;0.26 -11766;5;2770.00;13.80;1350.00;3.60;0.24 -11767;5;3110.50;9.50;1332.00;4.00;0.24 -11768;5;2674.50;9.75;1306.00;2.49;0.22 -11769;5;1579.50;11.10;1543.50;2.35;0.18 -11770;5;4781.50;12.40;1318.00;3.78;0.20 -11771;5;4732.50;9.70;1360.50;3.33;0.26 -11772;5;1197.50;13.20;1552.50;4.44;0.42 -11774;5;3202.50;11.60;1346.00;2.49;0.20 -11775;5;4784.50;14.30;1338.00;2.24;0.22 -11776;5;1495.00;10.10;1544.50;3.66;0.28 -11777;5;4929.00;11.47;1429.00;2.55;0.26 -11778;5;3242.00;10.65;1320.50;2.03;0.26 -11779;5;2839.50;13.30;1366.50;2.94;0.18 -11780;5;2718.50;12.35;1317.00;2.89;0.20 -11781;5;4787.50;13.50;1361.00;3.78;0.24 -11782;5;1645.00;9.70;1550.00;1.89;0.22 -11783;5;1588.50;10.40;1474.00;3.26;0.32 -11784;5;3306.50;13.60;1322.50;4.57;0.22 -11785;5;1607.00;10.70;1551.50;-1.40;0.24 -11786;5;3138.00;13.25;1316.50;4.24;0.22 -11787;5;3125.00;11.30;1427.50;3.73;0.22 -11788;5;1320.00;10.60;1599.50;4.15;0.44 -11789;5;1563.00;10.65;1551.00;3.92;0.20 -11790;5;3012.00;14.30;1377.50;2.76;0.18 -11791;5;1485.00;10.40;1556.50;4.24;0.34 -11792;5;1657.00;18.15;648.50;-1.19;0.26 -11793;5;2805.50;10.60;1357.50;2.35;0.20 -11794;5;2875.00;10.75;1444.50;4.54;0.24 -11795;5;979.50;12.60;1443.00;3.26;0.30 -11796;5;3261.00;12.07;1298.00;2.89;0.20 -11797;5;3415.00;15.20;1311.50;4.24;0.26 -11798;5;2704.00;11.10;1294.00;2.67;0.24 -11799;5;1629.50;10.00;1559.00;2.97;0.18 -11800;5;1553.00;10.40;1558.50;4.35;0.24 -11801;5;4641.50;12.10;1350.50;3.92;0.32 -11802;5;1271.00;10.55;1483.50;2.62;0.36 -11803;5;3037.00;10.82;1346.00;4.46;0.20 -11805;5;2664.00;9.70;1306.00;2.35;0.22 -11806;5;2751.50;13.50;1352.00;2.89;0.20 -11807;5;2764.50;12.40;1296.50;4.57;0.24 -11808;5;4747.00;10.22;1367.00;1.89;0.28 -11809;5;2745.50;12.90;1353.50;2.35;0.20 -11810;5;3355.00;13.05;1274.00;2.21;0.28 -11811;5;3273.50;9.80;1339.50;4.51;0.32 -11812;5;2763.50;12.25;1307.00;2.67;0.20 -11813;5;3187.50;13.55;1358.00;2.49;0.24 -11814;5;1031.00;13.37;1457.00;2.11;0.46 -11815;5;4716.50;9.80;1351.00;1.78;0.22 -11816;5;3073.50;10.10;1386.00;3.38;0.24 -11817;5;1602.00;10.35;1570.00;2.67;0.22 -11818;5;3164.50;10.15;1338.00;3.30;0.16 -11819;5;2809.00;11.72;1362.00;4.24;0.24 -11820;5;2727.50;11.50;1325.50;2.60;0.16 -11821;5;2803.50;13.50;1365.50;2.94;0.20 -11822;5;4634.50;10.35;1324.00;4.43;0.28 -11824;5;2941.50;10.30;1328.50;3.33;0.22 -11825;5;2728.00;12.10;1357.00;3.14;0.16 -11826;5;3352.50;12.95;1323.00;2.89;0.26 -11828;5;4774.50;12.40;1341.50;3.33;0.24 -11830;5;1678.00;9.80;1577.50;4.42;0.28 -11831;5;3272.00;13.35;1318.00;3.46;0.20 -11832;5;3146.50;11.00;1369.50;2.94;0.16 -11833;5;2973.00;9.70;1383.50;3.42;0.26 -11834;5;2889.00;9.65;1388.50;4.06;0.22 -11835;5;4750.00;10.70;1325.50;3.52;0.24 -11836;5;4719.50;10.00;1385.50;3.33;0.32 -11837;5;3077.00;10.00;1337.00;2.35;0.26 -11838;5;2794.00;12.35;1374.50;4.06;0.20 -11839;5;3338.50;11.60;1328.00;4.03;0.20 -11840;5;2697.00;13.42;1367.00;2.67;0.20 -11841;5;1580.00;9.95;1496.00;4.06;0.28 -11842;5;3229.00;10.25;1360.00;2.55;0.20 -11843;5;2699.00;12.75;1373.00;4.24;0.20 -11844;5;3332.50;10.70;1311.00;3.83;0.28 -11845;5;3092.00;13.85;1383.00;2.67;0.18 -11846;5;3013.00;10.92;1355.00;2.82;0.26 -11847;5;5009.50;11.90;1330.00;4.03;0.26 -11848;5;3227.00;9.80;1307.50;3.14;0.24 -11850;5;4791.50;12.70;1372.50;3.92;0.22 -11851;5;2695.00;10.30;1298.00;3.60;0.24 -11852;5;2755.00;12.50;1371.00;4.24;0.24 -11853;5;3445.50;17.10;1320.50;4.39;0.24 -11854;5;2748.50;13.10;1373.00;2.15;0.16 -11855;5;4680.50;13.30;1361.50;1.83;0.36 -11856;5;3131.50;13.30;1345.00;3.78;0.20 -11857;5;3154.00;13.50;1375.50;2.76;0.24 -11858;5;3106.50;13.40;1379.50;1.71;0.24 -11859;5;942.00;11.45;1445.00;3.14;0.40 -11860;5;3306.50;12.20;1293.00;1.98;0.26 -11861;5;2998.50;11.60;1393.00;3.30;0.22 -11862;5;4817.00;12.50;1378.50;2.21;0.22 -11863;5;2753.50;12.15;1313.00;1.95;0.20 -11864;5;4786.00;11.27;1403.00;3.46;0.32 -11865;5;4492.00;12.42;1160.00;3.73;0.42 -11866;5;3302.00;9.75;1348.50;3.52;0.26 -11867;5;3249.00;10.50;1325.00;3.92;0.24 -11868;5;3158.00;11.80;1385.00;3.14;0.22 -11869;5;2816.00;9.80;1447.50;3.52;0.20 -11870;5;2769.50;13.80;1335.50;3.46;0.16 -11871;5;3422.50;10.30;1269.50;2.11;0.32 -11872;5;3082.00;13.35;1396.50;4.06;0.20 -11873;5;1579.00;10.50;1516.50;2.46;0.28 -11874;5;2945.00;10.10;1319.00;2.35;0.24 -11875;5;2893.50;10.80;1397.50;2.94;0.22 -11876;5;933.50;11.25;1454.00;4.29;0.20 -11877;5;2878.00;9.97;1398.00;2.35;0.18 -11878;5;4817.50;13.95;1343.00;1.84;0.26 -11879;5;4855.50;9.60;1383.00;2.67;0.46 -11880;5;3467.50;13.45;1305.00;1.84;0.32 -11881;5;3367.00;11.60;1349.00;3.92;0.32 -11882;5;3015.00;13.00;1364.00;3.14;0.20 -11883;5;3312.00;10.95;1353.50;3.52;0.22 -11884;5;2786.00;12.45;1302.50;2.21;0.24 -11885;5;2678.50;10.70;1319.00;4.33;0.16 -11886;5;4676.00;12.10;1333.50;4.24;0.32 -11887;5;3153.50;11.50;1389.50;2.35;0.22 -11888;5;1583.50;11.80;1530.00;1.98;0.26 -11889;5;2986.00;11.45;1399.50;3.52;0.20 -11890;5;1498.50;10.40;1522.50;4.30;0.24 -11891;5;2923.50;12.00;1401.00;4.03;0.22 -11893;5;4820.00;11.90;1397.50;2.46;0.30 -11894;5;3380.50;12.10;1342.50;4.17;0.30 -11895;5;3141.00;12.00;1307.00;4.12;0.22 -11896;5;4770.00;11.80;1328.50;3.73;0.26 -11897;5;3350.50;12.70;1332.50;3.33;0.22 -11898;5;3248.50;12.50;1304.00;4.19;0.22 -11899;5;3092.00;14.05;1398.50;4.01;0.22 -11900;5;1635.00;9.70;1540.50;3.14;0.24 -11901;5;3046.00;9.65;1407.50;2.21;0.26 -11902;5;1573.00;10.75;1707.50;4.44;0.68 -11903;5;4700.00;10.00;1405.50;2.76;0.30 -11904;5;4903.00;12.90;1395.50;4.42;0.30 -11905;5;3213.50;11.00;1348.50;3.46;0.28 -11907;5;3270.50;12.40;1286.00;3.78;0.20 -11908;5;4970.50;12.15;1258.00;3.38;0.20 -11909;5;4446.50;10.60;970.50;3.00;0.20 -11910;5;3249.00;9.80;1157.00;2.49;0.30 -11913;5;4662.00;9.70;1179.00;3.14;0.20 -11915;5;4774.00;10.85;1296.00;3.14;0.20 -11916;5;4633.00;9.87;1199.00;4.12;0.18 -11917;5;3256.50;12.90;1275.00;2.24;0.20 -11918;5;4565.00;11.07;1066.00;2.03;0.30 -11919;5;3361.00;9.75;1204.50;2.76;0.24 -11920;5;4668.50;10.70;1124.50;3.33;0.24 -11921;5;2975.00;9.70;1233.00;2.35;0.32 -11922;5;3326.50;10.80;1146.50;3.64;0.32 -11923;5;2806.50;9.70;1245.00;3.60;0.28 -11924;5;4124.00;14.40;976.00;1.57;0.42 -11925;5;4851.00;12.72;1190.00;1.89;0.16 -11926;5;4503.00;10.12;1013.00;2.15;0.22 -11927;5;1565.00;9.70;1437.50;3.99;0.36 -11929;5;4215.00;9.80;1039.00;2.67;0.28 -11930;5;4982.50;9.50;1290.00;3.26;0.22 -11931;5;4547.00;11.55;1228.50;4.15;0.30 -11932;5;4790.21;10.30;1069.67;2.35;0.46 -11933;5;4607.00;9.70;1249.50;2.26;0.28 -11934;5;3208.00;11.10;721.00;1.71;0.62 -11935;5;2938.50;11.45;1225.00;4.29;0.40 -11936;5;4452.00;9.72;971.00;3.38;0.20 -11937;5;4641.50;10.50;1151.50;3.33;0.28 -11938;5;4566.00;9.60;1008.00;2.15;0.26 -11940;5;3017.50;10.55;1158.00;2.44;0.36 -11941;5;4559.50;10.40;1032.50;4.30;0.28 -11943;5;2674.50;10.10;1191.00;2.40;0.48 -11944;5;4634.00;9.70;1293.50;4.54;0.22 -11945;5;4592.00;11.32;1052.00;4.71;0.34 -11946;5;4885.00;9.62;1223.00;2.35;0.16 -11947;5;4676.00;11.70;1115.50;2.03;0.24 -11949;5;4846.50;10.00;1175.50;3.92;0.18 -11950;5;4040.00;10.80;948.00;1.57;0.30 -11951;5;3164.50;9.70;1150.50;3.50;0.42 -11952;5;3948.50;10.10;1009.50;3.92;0.28 -11953;5;2916.50;14.30;1248.50;3.68;0.28 -11954;5;3121.00;10.12;1179.00;3.14;0.20 -11955;5;4018.50;11.70;1133.50;3.05;0.34 -11956;5;2763.50;14.70;1274.50;3.68;0.18 -11957;5;2975.00;9.70;1202.50;2.86;0.40 -11959;5;4693.00;13.55;1042.50;2.03;0.22 -11960;5;4923.50;10.15;1230.00;4.03;0.24 -11961;5;4640.50;11.40;1102.00;1.57;0.30 -11962;5;4619.00;10.95;1272.00;3.14;0.24 -11963;5;4507.50;10.10;961.50;3.28;0.30 -11964;5;3292.50;9.70;1167.50;3.92;0.22 -11966;5;4269.50;14.40;1011.50;2.19;0.30 -11967;5;3226.00;10.00;1163.50;2.62;0.32 -11968;5;4224.50;10.00;1032.50;3.05;0.28 -11970;5;3346.00;10.35;1159.50;3.14;0.16 -11971;5;1348.50;10.40;1600.00;4.29;0.38 -11972;5;4447.50;13.50;1111.50;1.79;0.36 -11973;5;4636.00;10.75;1215.50;2.55;0.22 -11974;5;3285.00;10.00;1095.50;3.42;0.26 -11975;5;1533.00;9.70;1399.00;3.38;0.44 -11976;5;3371.00;12.25;1143.00;3.60;0.36 -11977;5;4798.00;11.80;1253.50;2.86;0.26 -11978;5;4118.50;10.20;961.50;3.25;0.32 -11979;5;3330.50;9.75;1160.00;2.67;0.20 -11980;5;4631.00;9.70;1284.00;2.15;0.26 -11981;5;4526.00;9.80;996.50;4.24;0.24 -11982;5;4671.00;9.75;1180.50;3.14;0.20 -11983;5;4532.00;10.60;1016.50;2.86;0.26 -11986;5;4655.50;10.20;1063.00;3.26;0.24 -11987;5;2730.00;12.20;1215.50;3.42;0.30 -11988;5;4593.50;10.70;1121.50;2.60;0.30 -11989;5;4973.00;12.85;1264.50;1.73;0.34 -11990;5;4525.00;9.62;956.00;2.55;0.34 -11991;5;4684.00;11.30;1144.50;2.62;0.26 -11993;5;3966.50;10.45;1002.00;4.49;0.34 -11994;5;4643.50;9.70;1170.50;3.92;0.26 -11995;5;4015.50;10.50;1028.00;4.41;0.50 -11996;5;4624.50;9.70;1294.00;2.67;0.26 -11999;5;3323.00;10.10;1045.50;3.14;0.24 -12000;5;2955.50;10.00;1195.50;3.80;0.36 -12001;5;3135.50;9.50;1304.50;2.94;0.24 -12002;5;3326.50;11.75;1094.00;1.92;0.42 -12004;5;3300.00;10.62;1142.00;3.46;0.32 -12005;5;3970.50;12.80;1175.50;3.76;0.44 -12006;5;4845.50;10.30;1183.50;4.51;0.14 -12008;5;4435.00;11.17;1014.00;3.73;0.36 -12009;5;3031.50;12.90;1166.50;3.28;0.22 -12010;5;4234.00;9.90;1021.00;3.38;0.36 -12011;5;4818.50;12.40;1276.50;2.35;0.20 -12012;5;4575.50;9.70;1207.50;3.00;0.36 -12013;5;3265.00;12.22;1271.00;4.39;0.26 -12014;5;4564.50;12.20;1056.00;3.60;0.34 -12015;5;4641.00;11.52;1240.00;2.55;0.18 -12016;5;3275.00;14.45;1279.50;3.81;0.22 -12017;5;4535.00;10.55;1095.50;2.03;0.34 -12018;5;2791.00;13.90;1204.50;3.73;0.52 -12019;5;4642.50;10.60;1137.50;4.17;0.22 -12022;5;3035.00;11.37;1065.00;2.92;1.32 -12023;5;4525.00;11.50;1020.50;2.46;0.22 -12024;5;1266.50;11.50;1515.50;2.13;0.38 -12025;5;3159.00;9.82;1178.00;3.46;0.30 -12026;5;4608.00;10.30;1314.00;2.82;0.26 -12027;5;4691.00;14.40;1034.00;3.46;0.22 -12029;5;3372.50;10.10;1259.00;2.78;0.32 -12030;5;4620.00;10.50;1083.50;2.46;0.28 -12031;5;4905.00;10.42;1231.00;3.92;0.20 -12032;5;4848.61;10.00;1162.70;0.00;1.00 -12033;5;3211.50;10.10;1155.00;2.78;0.30 -12034;5;2912.50;15.10;1236.50;2.52;0.36 -12035;5;4141.50;10.50;1030.50;2.60;0.28 -12036;5;4626.50;9.70;1187.50;3.68;0.22 -12038;5;2772.00;11.70;1268.00;2.35;0.20 -12039;5;2987.00;9.70;1193.00;4.06;0.30 -12040;5;4780.50;9.70;1289.50;3.68;0.22 -12041;5;3959.00;9.90;1129.50;4.18;0.46 -12042;5;2724.50;16.30;1200.50;4.09;0.32 -12043;5;4647.50;9.70;1316.50;3.00;0.28 -12044;5;3296.50;10.60;1083.50;2.60;0.32 -12045;5;4645.00;11.70;1261.50;2.46;0.24 -12046;5;3493.00;9.75;1203.50;3.73;0.44 -12047;5;3028.00;11.90;1277.50;4.24;0.20 -12048;5;4453.50;9.70;992.00;4.43;0.24 -12049;5;3305.00;9.75;1157.00;4.24;0.16 -12050;5;4187.00;9.90;1023.00;3.92;0.20 -12051;5;2909.50;12.30;1259.50;4.17;0.24 -12053;5;4535.50;11.30;1084.50;3.28;0.30 -12054;5;1580.50;9.70;1459.50;3.46;0.34 -12055;5;4636.00;9.70;1221.50;4.35;0.20 -12056;5;5005.50;12.15;1308.00;2.24;0.26 -12057;5;4642.00;12.45;1070.50;2.76;0.24 -12059;5;4682.00;11.00;1133.50;1.93;0.24 -12060;5;4813.50;10.30;1236.50;2.82;0.14 -12061;5;4641.00;9.90;1162.50;2.46;0.28 -12062;5;4590.50;11.30;1277.50;2.73;0.24 -12064;5;3247.00;14.00;206.00;3.38;0.72 -12065;5;4466.00;10.50;1013.50;1.67;0.34 -12066;5;3060.50;9.85;1301.00;2.97;0.24 -12067;5;4679.00;9.85;1209.50;4.24;0.22 -12068;5;4682.00;9.72;1023.00;4.12;0.22 -12069;5;4620.00;9.70;1244.50;2.86;0.26 -12070;5;2690.00;9.85;1279.00;3.60;0.20 -12071;5;3318.50;10.00;1074.50;3.46;0.28 -12072;5;4971.00;12.27;1245.00;2.03;0.26 -12073;5;3345.50;11.50;1133.00;2.15;0.38 -12074;5;4660.00;11.15;1269.50;3.52;0.26 -12075;5;4443.50;10.20;994.50;2.60;0.32 -12077;5;4553.00;10.65;1011.00;1.89;0.22 -12078;5;4578.50;12.15;1286.00;3.60;0.24 -12079;5;3140.50;9.90;1162.00;4.43;0.28 -12080;5;3990.50;10.50;1014.50;1.46;0.36 -12081;5;2747.50;13.40;1298.00;3.38;0.16 -12082;5;3027.00;10.50;1104.50;4.24;0.92 -12083;5;2761.00;11.97;1293.00;2.15;0.20 -12084;5;4636.00;12.65;1057.50;-1.40;0.22 -12085;5;4791.00;10.02;1233.00;3.46;0.26 -12086;5;4550.50;9.70;1144.00;2.97;0.34 -12087;5;2724.50;12.10;1236.00;3.83;0.26 -12089;5;4814.00;11.50;1256.00;3.14;0.20 -12091;5;3221.00;9.90;1148.50;3.14;0.28 -12092;5;3949.00;9.90;1034.50;2.96;0.38 -12093;5;4649.00;9.70;1283.50;2.86;0.24 -12094;5;3134.00;9.70;1188.50;3.14;0.20 -12095;5;4582.00;10.27;1034.00;1.95;0.30 -12098;5;3069.00;11.65;1311.00;2.67;0.22 -12099;5;3277.50;10.30;1083.00;2.53;0.78 -12100;5;2761.50;10.00;1232.00;2.49;0.28 -12101;5;3364.00;12.95;1123.50;2.84;0.52 -12102;5;3805.50;10.40;1664.00;2.27;0.30 -12104;5;4874.50;10.50;438.00;2.85;0.32 -12105;5;3980.50;11.05;901.00;3.30;0.32 -12106;5;3793.50;10.50;1652.50;4.55;0.34 -12107;5;5037.50;11.45;539.00;3.60;0.34 -12108;5;3711.00;9.80;1462.00;2.60;0.48 -12109;5;4500.50;12.40;857.50;3.33;0.20 -12110;5;4595.00;9.70;605.00;1.89;0.22 -12111;5;3899.50;10.40;1517.00;3.24;0.46 -12114;5;4057.50;10.00;944.00;2.24;0.40 -12115;5;3810.00;9.80;1558.50;4.15;0.38 -12116;5;4746.50;10.45;756.00;2.97;0.28 -12117;5;3700.00;12.72;1628.00;3.92;0.36 -12119;5;3998.50;18.45;1326.00;4.59;0.58 -12121;5;3873.50;10.30;1485.50;2.63;0.54 -12122;5;4364.00;9.60;856.00;2.94;0.20 -12123;5;5050.00;10.30;533.50;2.92;0.34 -12124;5;984.50;12.30;1685.50;4.48;0.50 -12125;5;4336.00;9.57;901.00;3.73;0.28 -12126;5;4331.53;9.70;660.28;0.00;1.00 -12127;5;4316.50;10.40;930.50;2.11;0.20 -12128;5;3652.50;11.10;1557.50;4.39;0.26 -12130;5;3697.50;10.90;1637.50;2.35;0.36 -12131;5;4380.00;9.87;753.00;4.39;0.22 -12133;5;4456.00;9.70;808.50;2.46;0.22 -12134;5;957.50;14.50;1573.50;1.72;0.40 -12136;5;4950.50;9.70;1522.50;2.87;0.30 -12137;5;4049.00;9.90;1084.00;4.71;0.38 -12138;5;4405.50;10.70;595.00;3.60;0.32 -12139;5;3808.00;9.95;1496.00;2.11;0.52 -12141;5;4420.50;10.60;1147.50;3.07;0.34 -12142;5;3984.00;10.70;936.00;4.46;0.30 -12143;5;3791.50;9.80;1552.00;3.87;0.50 -12144;5;4370.50;9.60;749.50;3.92;0.24 -12145;5;1253.00;11.10;1733.50;2.92;0.48 -12146;5;4001.50;11.80;853.50;3.80;0.40 -12147;5;1628.00;10.00;1922.00;-0.11;2.84 -12148;5;453.50;9.50;369.00;4.33;0.22 -12149;5;1690.50;9.95;1683.00;3.78;0.38 -12150;5;4480.50;11.30;849.50;3.68;0.32 -12152;5;3960.50;9.80;1524.50;3.82;0.48 -12155;5;921.50;10.85;1662.00;3.24;0.40 -12156;5;4493.50;11.00;1229.50;3.80;0.40 -12157;5;3755.00;10.30;1614.50;2.12;0.40 -12160;5;4761.50;10.10;787.50;3.33;0.18 -12161;5;3801.00;9.90;1314.50;2.03;0.50 -12162;5;4660.96;10.00;515.49;1.93;0.26 -12163;5;3702.00;9.80;1444.50;2.55;0.44 -12164;5;4046.00;9.90;832.50;2.86;0.28 -12165;5;4448.50;9.80;576.50;4.57;0.26 -12166;5;1038.00;12.55;1851.50;3.32;0.70 -12167;5;4471.50;10.50;873.50;2.73;0.26 -12168;5;4408.00;9.50;657.00;3.14;0.32 -12169;5;2820.50;11.30;1385.00;1.78;0.18 -12170;5;3796.50;9.70;1529.50;1.79;0.50 -12171;5;4616.00;10.45;730.00;2.35;0.26 -12172;5;3641.00;10.47;1603.00;4.24;0.32 -12173;5;4372.00;9.70;894.50;4.61;0.26 -12174;5;4120.00;9.70;1680.50;4.65;0.34 -12175;5;3650.00;9.90;1752.50;4.06;0.38 -12176;5;4486.50;12.90;838.50;3.28;0.30 -12177;5;3856.50;11.00;1465.00;3.60;0.58 -12179;5;3702.00;9.80;1481.50;3.66;0.48 -12180;5;4055.00;9.70;870.00;2.35;0.22 -12181;5;4389.50;9.90;653.00;2.09;0.34 -12182;5;3962.50;11.80;939.50;4.60;0.32 -12183;5;914.00;10.30;1644.50;4.52;0.32 -12184;5;4411.50;9.80;647.00;4.53;0.24 -12185;5;3827.00;10.00;1612.50;2.92;0.38 -12186;5;4634.00;10.95;735.50;1.44;0.34 -12187;5;3697.50;10.30;1742.50;2.35;0.48 -12188;5;4773.00;10.45;790.00;2.35;0.20 -12189;5;4913.00;10.30;1481.50;4.01;0.36 -12191;5;4420.50;13.10;842.50;4.17;0.22 -12192;5;4919.00;9.75;1499.50;4.01;0.42 -12193;5;5087.50;13.90;556.00;4.03;0.40 -12194;5;3887.50;10.30;1503.00;2.29;0.52 -12195;5;4398.00;10.55;884.50;1.93;0.30 -12197;5;4301.00;10.75;923.00;0.98;0.20 -12198;5;3762.50;9.90;1530.50;3.76;0.50 -12199;5;4406.00;11.07;733.00;4.12;0.26 -12201;5;4349.00;9.75;791.50;3.81;0.24 -12202;5;1713.00;10.55;1647.00;2.35;0.38 -12203;5;3639.00;9.80;1693.50;3.66;0.26 -12204;5;4499.00;10.35;832.50;3.52;0.24 -12205;5;1610.50;10.20;1669.50;1.51;0.36 -12208;5;3973.00;13.92;888.00;2.55;0.28 -12209;5;4428.50;10.80;576.00;3.01;0.34 -12210;5;4473.50;12.40;907.50;2.19;0.32 -12211;5;886.00;10.65;1648.00;2.11;0.32 -12212;5;4409.00;10.00;631.50;3.14;0.28 -12213;5;4700.00;9.80;945.50;3.14;0.30 -12214;5;922.50;12.45;1692.00;1.92;0.34 -12216;5;3688.00;10.40;1674.50;4.61;0.38 -12217;5;4756.00;12.70;777.50;3.73;0.18 -12218;5;3880.00;12.95;1277.50;4.35;0.44 -12221;5;1726.00;10.95;1664.00;1.73;0.32 -12223;5;1677.50;10.40;1701.00;3.98;0.44 -12224;5;4393.50;9.70;875.50;2.60;0.24 -12225;5;4621.00;10.42;630.00;2.15;0.30 -12226;5;4013.00;11.50;952.50;2.62;0.36 -12227;5;3747.50;10.00;1521.50;1.89;0.40 -12229;5;3769.50;10.50;1595.50;3.03;0.44 -12231;5;831.50;12.45;1770.00;3.44;0.66 -12233;5;3712.50;10.00;1424.00;2.57;0.48 -12235;5;3673.50;11.10;1474.50;2.52;0.36 -12236;5;4702.57;10.10;875.92;3.33;0.26 -12237;5;5095.00;10.87;546.00;3.92;0.20 -12238;5;4333.00;10.22;930.00;2.82;0.22 -12239;5;3865.00;13.50;1279.00;2.21;0.44 -12241;5;4086.50;13.70;957.50;3.92;0.28 -12242;5;3653.50;10.40;1569.00;2.97;0.24 -12243;5;4626.00;10.72;712.00;4.06;0.18 -12244;5;3648.00;9.90;1667.50;1.93;0.26 -12245;5;4764.00;11.65;780.00;3.60;0.20 -12247;5;4023.50;10.10;818.00;3.78;0.24 -12248;5;3868.00;10.62;1263.00;2.35;0.42 -12249;5;4485.00;9.67;550.00;3.14;0.26 -12252;5;4617.00;10.50;618.50;3.42;0.28 -12253;5;4690.50;10.30;916.00;2.24;0.18 -12254;5;3677.00;10.57;1494.00;1.84;0.42 -12255;5;4398.00;10.30;705.50;4.06;0.18 -12256;5;4315.00;11.42;959.00;2.15;0.26 -12257;5;3826.00;10.20;1578.50;2.41;0.46 -12258;5;4075.50;11.30;765.50;3.54;0.28 -12260;5;4449.50;9.70;834.50;3.54;0.24 -12261;5;4886.50;10.65;1509.00;3.60;0.48 -12262;5;4378.00;13.80;1039.50;3.00;0.32 -12263;5;4926.50;10.40;1522.50;4.10;0.54 -12264;5;4405.00;10.10;879.00;4.71;0.22 -12266;5;3836.00;10.20;1520.50;3.99;0.48 -12268;5;4440.00;9.50;608.00;2.67;0.26 -12269;5;3949.00;9.97;943.00;3.46;0.30 -12270;5;3666.00;9.85;1569.00;3.14;0.30 -12271;5;4407.50;10.10;696.00;4.49;0.20 -12272;5;829.00;9.60;1738.50;3.86;0.40 -12273;5;4755.00;11.60;770.00;2.67;0.22 -12274;5;4466.50;10.55;1173.00;3.70;0.32 -12275;5;4003.50;13.40;829.00;2.67;0.26 -12276;5;1609.50;9.80;1661.00;3.70;0.40 -12277;5;4528.00;11.72;535.00;1.89;0.22 -12279;5;4728.50;9.50;864.50;3.28;0.24 -12280;5;4575.00;10.30;610.50;2.62;0.28 -12281;5;875.00;10.10;1620.50;3.14;0.40 -12283;5;4554.00;9.77;688.00;2.67;0.30 -12284;5;4287.00;10.32;944.00;3.92;0.24 -12285;5;3840.50;10.10;1570.50;2.13;0.44 -12286;5;4361.50;9.90;770.50;2.35;0.20 -12287;5;3754.50;10.40;1641.50;1.83;0.30 -12288;5;4450.50;9.70;821.50;4.57;0.24 -12289;5;1777.00;9.80;1672.00;2.49;0.42 -12290;5;4902.00;10.20;460.50;3.14;0.32 -12291;5;1742.00;12.15;1702.50;2.03;0.56 -12292;5;4348.00;10.00;856.00;2.89;0.40 -12293;5;4537.50;9.80;535.50;3.33;0.26 -12294;5;3728.00;9.82;1493.00;1.89;0.40 -12295;5;3976.00;11.05;922.00;3.92;0.34 -12296;5;4448.00;10.30;599.50;2.76;0.20 -12297;5;4456.50;10.20;942.50;3.92;0.28 -12298;5;3672.50;10.00;1557.50;2.52;0.28 -12299;5;4425.50;9.55;667.00;0.89;0.18 -12300;5;4552.50;13.90;1301.00;2.67;0.36 -12301;5;1220.00;11.90;1417.50;4.24;0.46 -12302;5;4369.50;10.25;677.00;3.83;0.32 -12303;5;989.50;12.00;1446.50;4.05;0.38 -12305;5;1402.50;10.40;1518.50;3.25;0.30 -12306;5;1739.50;11.20;234.50;4.08;0.68 -12307;5;4129.50;10.70;1022.50;2.35;0.34 -12308;5;5137.50;10.50;287.50;2.07;0.42 -12309;5;3513.50;11.50;1352.00;4.03;0.24 -12310;5;4542.50;10.40;1104.50;3.76;0.36 -12311;5;4856.00;10.10;399.50;1.87;0.62 -12312;5;1415.50;10.30;1586.50;4.09;0.22 -12313;5;1350.00;10.15;1366.50;3.66;0.34 -12314;5;3896.00;11.70;1271.00;2.55;0.52 -12315;5;4883.00;12.80;635.50;4.24;0.34 -12316;5;3420.50;10.80;1218.50;3.92;0.38 -12317;5;4328.00;11.05;958.00;3.38;0.22 -12318;5;1734.00;10.65;644.00;-1.21;0.28 -12319;5;4415.50;12.50;1012.00;4.03;0.28 -12320;5;3499.00;12.12;1327.00;4.39;0.24 -12321;5;1789.50;9.80;214.50;4.40;0.66 -12322;5;4299.00;12.17;1099.00;2.24;0.50 -12323;5;4655.50;10.00;272.50;2.14;0.54 -12324;5;3735.00;9.80;1362.00;2.67;0.40 -12325;5;1495.00;10.40;1380.50;1.93;0.28 -12326;5;4856.00;10.50;431.50;2.79;0.62 -12327;5;4396.50;14.70;1291.50;2.07;0.52 -12328;5;1406.50;10.30;1425.00;2.15;0.40 -12329;5;3843.00;10.42;1424.00;2.94;0.50 -12330;5;4673.50;14.00;608.00;4.19;0.22 -12331;5;4534.50;13.70;1371.00;3.98;0.62 -12332;5;4422.50;10.00;951.00;4.43;0.32 -12333;5;3725.00;14.60;1291.00;1.95;0.56 -12334;5;2139.50;10.15;518.00;1.68;0.44 -12335;5;4281.00;10.90;1026.00;4.06;0.36 -12336;5;1940.00;9.90;301.50;3.36;0.38 -12337;5;4711.00;10.35;1418.00;2.11;0.32 -12338;5;4194.50;14.70;1085.50;2.35;0.32 -12339;5;4888.50;10.20;436.00;2.67;0.38 -12340;5;3900.00;10.40;1390.00;2.94;0.54 -12341;5;1297.00;10.40;1370.00;2.03;0.46 -12342;5;4866.00;10.15;1457.00;3.46;0.36 -12343;5;4393.00;9.82;639.00;2.67;0.28 -12344;5;4569.00;14.12;1283.00;2.82;0.30 -12345;5;4382.00;10.90;927.50;1.67;0.24 -12346;5;1387.00;10.10;1489.50;1.93;0.42 -12348;5;4623.50;12.80;1395.00;3.50;0.48 -12349;5;1784.00;10.35;187.50;3.14;0.68 -12350;5;4568.50;9.90;1087.00;3.01;0.24 -12351;5;1862.50;9.70;309.00;3.87;0.44 -12352;5;5022.50;10.10;1396.50;1.97;0.30 -12353;5;1513.00;10.30;1369.50;2.76;0.30 -12354;5;5022.50;10.30;396.50;3.05;0.54 -12355;5;4820.50;11.00;1429.50;3.54;0.34 -12356;5;4508.00;13.70;1262.00;3.60;0.42 -12357;5;1427.00;10.50;1602.00;2.94;0.40 -12358;5;4680.50;11.95;633.00;1.98;0.32 -12359;5;3664.00;10.07;1288.00;2.03;0.42 -12360;5;4420.50;10.15;920.00;1.98;0.40 -12361;5;1358.00;10.30;1519.00;1.57;0.44 -12363;5;4327.00;11.60;1031.00;4.33;0.36 -12364;5;1880.00;9.70;294.00;3.78;0.40 -12365;5;1386.50;11.50;1537.50;3.28;0.28 -12366;5;4244.50;14.60;1077.50;3.68;0.30 -12367;5;5060.00;11.47;375.00;2.03;0.42 -12368;5;1421.50;10.40;1576.50;3.28;0.28 -12369;5;1273.00;10.30;1304.50;3.14;0.38 -12370;5;3968.00;16.70;1332.00;4.57;0.48 -12371;5;4999.00;10.65;606.50;2.86;0.26 -12372;5;3466.00;10.37;1228.00;2.21;0.44 -12373;5;4404.50;10.00;913.00;2.42;0.36 -12374;5;986.50;11.45;1417.00;4.00;0.36 -12375;5;4100.50;11.40;1011.50;3.92;0.40 -12376;5;3481.50;15.40;1323.00;3.30;0.26 -12377;5;5085.50;10.20;163.50;3.46;0.48 -12378;5;4550.50;14.00;1059.00;2.15;0.32 -12380;5;3501.50;12.30;1340.50;2.11;0.18 -12381;5;1526.50;9.70;1368.50;3.92;0.32 -12382;5;5059.50;12.05;354.00;1.98;0.44 -12383;5;3671.00;9.90;1380.00;3.28;0.40 -12384;5;1489.50;11.00;1431.50;3.25;0.26 -12385;5;3938.50;10.90;1418.00;4.56;0.52 -12386;5;4887.00;10.37;603.00;2.24;0.54 -12387;5;3452.50;11.15;1279.00;3.26;0.28 -12388;5;4401.00;10.05;898.50;3.14;0.30 -12389;5;2810.50;9.50;1521.00;4.36;0.28 -12390;5;3903.50;10.30;1708.50;3.20;0.50 -12391;5;3074.50;13.50;405.50;2.52;1.18 -12392;5;4402.00;11.95;1007.50;3.14;0.36 -12393;5;3717.50;10.10;1846.00;2.99;0.60 -12394;5;1862.50;9.90;268.00;1.68;0.50 -12395;5;4234.50;11.00;1065.50;4.53;0.34 -12396;5;2009.00;11.95;396.50;3.64;0.52 -12397;5;3868.00;11.50;1395.00;4.01;0.54 -12399;5;988.00;16.60;1527.50;1.94;0.64 -12400;5;5036.00;10.17;594.00;2.55;0.46 -12401;5;1341.00;10.40;1401.50;3.73;0.32 -12402;5;4428.00;9.95;902.00;3.14;0.38 -12403;5;4574.50;14.50;1348.50;2.52;0.42 -12404;5;4297.50;10.20;997.00;4.43;0.30 -12405;5;1582.00;11.85;1560.00;2.35;0.20 -12406;5;5132.50;9.80;149.50;2.82;0.32 -12407;5;4530.00;10.60;1070.00;3.92;0.30 -12408;5;4533.00;10.22;1195.00;1.76;0.26 -12409;5;1843.00;10.20;254.50;2.55;0.44 -12411;5;5080.00;10.00;336.50;2.72;0.50 -12412;5;4802.50;10.20;1429.50;2.94;0.20 -12413;5;3440.50;10.70;1212.00;4.52;0.44 -12414;5;4513.50;12.80;1142.00;2.27;0.38 -12415;5;4401.50;10.20;614.50;2.19;0.30 -12416;5;3435.00;10.85;1274.50;2.76;0.28 -12417;5;4444.00;9.92;888.00;3.92;0.30 -12418;5;1346.50;10.30;1587.50;2.35;0.42 -12419;5;3136.00;11.90;158.50;4.18;0.68 -12420;5;4074.50;10.50;993.00;2.67;0.36 -12422;5;2165.00;10.95;631.50;2.29;0.48 -12423;5;4225.00;10.40;1059.50;3.36;0.40 -12424;5;5097.50;10.30;319.50;2.52;0.40 -12425;5;982.00;14.05;1492.50;4.14;0.54 -12427;5;4131.00;13.47;1511.00;1.95;0.42 -12428;5;5059.00;12.85;571.50;2.03;0.52 -12429;5;1418.50;10.40;1408.50;3.00;0.30 -12430;5;3900.00;14.77;1314.00;1.95;0.34 -12431;5;4429.00;9.85;891.00;2.35;0.26 -12432;5;4562.50;15.35;1323.00;4.53;0.36 -12433;5;4409.00;11.92;991.00;1.76;0.30 -12434;5;3570.50;9.75;1313.00;1.41;0.40 -12435;5;5120.00;11.55;139.00;2.11;0.40 -12436;5;4482.00;11.40;1055.50;3.85;0.32 -12437;5;1443.00;10.30;1528.00;4.46;0.32 -12438;5;2073.00;11.50;528.50;1.86;0.46 -12440;5;1920.00;9.85;365.00;2.67;0.56 -12441;5;3486.00;15.30;1342.50;3.52;0.24 -12442;5;3403.50;12.40;1220.50;1.89;0.32 -12443;5;4882.50;9.80;1446.50;1.83;0.30 -12445;5;1556.00;10.55;1476.50;4.01;0.22 -12447;5;4456.00;9.80;867.00;2.15;0.30 -12448;5;4570.50;13.75;1387.00;1.67;0.44 -12449;5;4300.00;10.20;983.00;3.60;0.24 -12450;5;1757.00;10.00;662.50;-1.21;0.26 -12451;5;5122.00;10.02;224.00;4.60;0.40 -12452;5;4148.00;10.25;1043.50;3.14;0.32 -12453;5;1893.50;9.70;342.50;2.07;0.50 -12454;5;3706.50;9.80;1376.50;2.17;0.52 -12455;5;3381.50;12.05;1126.00;4.22;0.50 -12456;5;1409.00;11.15;1604.00;4.12;0.32 -12458;5;1351.00;9.90;1436.50;3.85;0.36 -12459;5;1726.00;9.75;1640.00;2.89;0.36 -12460;5;4445.50;9.80;873.00;1.98;0.30 -12461;5;989.50;11.30;1403.50;3.00;0.32 -12463;5;1365.50;11.05;1491.00;3.43;0.38 -12464;5;4305.50;10.30;1046.50;2.52;0.30 -12465;5;3744.50;9.80;1348.50;4.05;0.46 -12466;5;1976.00;11.40;444.50;3.29;0.54 -12467;5;4581.50;10.60;1144.00;1.84;0.36 -12468;5;1905.50;9.80;350.00;3.98;0.40 -12469;5;4685.50;11.70;1419.50;1.97;0.42 -12470;5;1505.50;10.10;1392.50;2.73;0.40 -12471;5;3773.50;9.70;1405.50;2.35;0.52 -12472;5;4574.00;10.27;524.00;2.82;0.24 -12473;5;3383.50;10.80;1258.50;3.28;0.32 -12474;5;3689.50;9.80;1427.50;3.06;0.48 -12475;5;4454.00;10.30;855.00;3.38;0.28 -12476;5;3481.50;14.60;1282.00;2.44;0.28 -12477;5;1589.50;9.50;1166.50;1.68;0.68 -12478;5;4690.00;10.20;1398.50;2.43;0.32 -12479;5;2089.00;11.80;518.50;3.36;0.42 -12480;5;4102.50;10.90;1033.50;1.93;0.28 -12481;5;1948.00;10.02;329.00;3.33;0.48 -12482;5;4839.00;11.85;1416.50;1.67;0.26 -12483;5;4563.00;10.25;1108.50;2.62;0.34 -12484;5;5018.00;10.30;520.00;1.57;0.42 -12485;5;4722.50;10.10;1455.50;3.92;0.54 -12486;5;1339.50;10.30;1385.00;2.58;0.32 -12487;5;3896.00;10.60;1436.00;2.35;0.60 -12488;5;4317.00;10.30;710.00;4.17;0.44 -12489;5;1362.00;10.55;1446.50;2.86;0.36 -12490;5;4079.00;12.60;977.50;2.03;0.36 -12491;5;3723.50;10.05;1315.00;1.86;0.52 -12492;5;4299.50;10.00;1029.50;2.87;0.24 -12493;5;5038.50;12.30;1374.50;2.63;0.38 -12494;5;1805.00;9.95;228.00;4.29;0.62 -12495;5;4586.50;10.10;1104.00;4.03;0.32 -12496;5;1912.50;9.80;317.00;3.98;0.42 -12497;5;1409.50;9.90;1549.00;2.58;0.34 -12498;5;1489.00;10.40;1394.50;2.12;0.36 -12499;5;4925.00;10.40;442.50;2.92;0.36 -12500;5;4891.00;9.70;1440.50;2.12;0.30 -12501;5;1443.50;11.80;1468.50;2.94;0.30 -12502;5;3789.00;9.82;1895.00;3.70;1.26 -12503;5;1868.00;10.80;1833.50;1.90;1.10 -12504;5;3259.50;13.50;433.50;3.05;0.64 -12506;5;4554.50;13.20;1659.00;3.80;0.60 -12507;5;4502.50;14.05;1520.00;4.33;0.70 -12508;5;811.50;12.50;1881.00;4.62;1.32 -12509;5;4191.50;15.85;1524.00;3.43;0.56 -12510;5;4043.00;10.40;1685.50;3.87;0.68 -12512;5;2062.00;12.75;1895.00;-1.49;2.12 -12513;5;1295.50;10.50;1539.00;2.58;0.38 -12514;5;4098.50;10.40;1749.50;4.35;0.62 -12515;5;4139.00;10.45;1602.50;2.92;0.54 -12516;5;1252.00;11.35;1593.50;3.29;0.52 -12517;5;3999.00;10.30;1828.50;2.14;0.94 -12518;5;5033.00;10.87;1746.00;1.71;1.52 -12519;5;3121.50;13.10;351.50;2.19;0.92 -12520;5;4256.00;12.60;1487.00;2.24;0.64 -12521;5;3867.50;10.30;1645.00;4.45;0.38 -12522;5;5248.50;11.15;1644.00;2.57;1.28 -12523;5;4357.50;10.70;1692.50;1.70;0.66 -12524;5;4231.00;12.05;1359.50;3.14;0.58 -12526;5;4080.50;14.75;1376.00;1.75;0.40 -12527;5;3689.50;10.50;1718.50;4.44;0.42 -12528;5;4150.50;10.30;1583.00;3.48;0.50 -12529;5;4062.50;10.60;1429.00;4.59;0.50 -12531;5;4534.00;10.40;1799.50;2.50;1.10 -12532;5;5099.00;13.80;104.50;3.14;0.32 -12533;5;4536.00;12.57;1498.00;2.76;0.50 -12534;5;1056.50;11.40;1911.50;2.41;1.60 -12535;5;1066.50;15.85;1599.00;2.20;0.54 -12536;5;4125.00;10.37;1654.00;2.49;0.48 -12537;5;4726.50;12.55;1562.00;2.05;0.66 -12538;5;4597.00;10.30;1740.50;2.62;1.00 -12539;5;4459.00;14.00;1376.50;3.98;0.68 -12540;5;4406.50;10.70;1586.00;3.04;0.48 -12541;5;4360.50;14.60;1410.00;4.40;0.68 -12542;5;4002.00;10.07;1749.00;2.03;0.60 -12543;5;4717.00;10.80;1598.00;1.37;0.64 -12544;5;4300.00;15.55;1459.50;4.46;0.60 -12545;5;4054.00;9.70;1901.50;2.83;1.38 -12546;5;3974.00;9.80;1619.50;3.86;0.54 -12547;5;3166.50;12.60;103.50;2.91;0.60 -12548;5;4788.50;11.20;1497.00;3.70;0.54 -12549;5;4894.50;9.90;2002.00;2.17;2.24 -12550;5;1350.50;10.50;1668.50;3.92;0.42 -12551;5;5080.00;11.70;1765.50;3.07;1.42 -12552;5;1142.00;16.50;1478.50;3.02;0.64 -12553;5;978.50;13.50;1646.50;2.11;0.58 -12554;5;4641.00;12.50;1424.00;2.94;0.44 -12555;5;4212.00;9.87;1764.00;3.85;0.72 -12556;5;4653.50;12.20;1599.50;3.63;0.68 -12557;5;4609.50;11.65;1467.00;1.78;0.68 -12558;5;3669.50;10.25;1806.00;3.51;0.62 -12559;5;4984.50;9.80;1598.00;3.78;0.56 -12560;5;5111.00;12.00;106.50;3.81;0.28 -12561;5;1123.50;15.10;1579.50;3.70;0.58 -12562;5;3142.00;9.80;1559.00;3.46;0.22 -12563;5;4236.00;10.67;1615.00;4.54;0.86 -12564;5;4097.00;10.90;1501.50;4.10;0.48 -12565;5;4694.00;11.50;1689.50;2.11;0.58 -12566;5;1217.50;11.15;1676.00;3.78;0.56 -12567;5;3752.00;10.45;1677.50;1.81;0.46 -12568;5;1485.50;10.70;1498.00;3.24;0.34 -12569;5;4924.00;11.12;1581.00;2.62;0.54 -12570;5;1209.50;13.45;1525.00;2.29;0.36 -12571;5;878.00;11.80;1843.50;2.00;0.96 -12572;5;1097.50;12.60;1687.00;3.38;0.52 -12573;5;1037.50;14.75;1524.00;3.04;0.46 -12574;5;3959.00;9.80;1800.50;1.87;0.56 -12575;5;4531.00;13.65;1651.50;1.73;0.80 -12576;5;5047.50;10.20;97.50;4.14;0.26 -12577;5;1316.50;11.40;1616.50;1.66;0.34 -12578;5;983.50;13.10;1733.50;1.49;0.62 -12579;5;4353.50;14.70;1527.00;3.38;0.68 -12580;5;3953.50;9.90;1685.50;-1.51;0.64 -12581;5;3921.00;11.20;1321.50;2.09;0.56 -12582;5;1508.00;10.80;1673.00;1.97;0.56 -12583;5;3965.00;11.35;1378.00;3.92;0.40 -12584;5;3778.00;10.50;1648.50;1.96;0.24 -12585;5;1094.50;13.35;1665.00;4.05;0.40 -12586;5;1300.00;10.50;1579.00;2.35;0.44 -12587;5;3656.50;9.90;1768.50;3.25;0.38 -12588;5;1330.00;11.00;1701.50;3.98;0.60 -12589;5;3120.50;10.95;92.00;1.68;0.84 -12590;5;4155.50;10.80;1463.00;1.95;0.52 -12591;5;4844.50;11.30;1632.50;4.10;0.68 -12592;5;5177.00;9.80;1885.50;1.87;2.82 -12593;5;1213.50;10.70;1782.00;2.47;0.64 -12594;5;4073.00;9.90;1534.50;2.55;0.52 -12595;5;4238.50;10.50;1699.00;1.86;0.64 -12596;5;4277.50;16.10;1321.00;4.43;0.52 -12597;5;1298.00;10.40;1695.50;4.20;0.50 -12598;5;4273.00;12.35;1404.00;3.60;0.58 -12599;5;4155.00;9.80;1728.50;2.11;0.56 -12600;5;1741.00;11.60;1822.00;4.35;1.16 -12601;5;4060.50;14.70;1405.50;4.11;0.78 -12602;5;3923.50;9.70;1786.00;2.30;0.62 -12603;5;1175.50;12.30;1736.50;4.34;0.74 -12605;5;4443.50;13.70;1502.50;3.46;0.66 -12606;5;4040.50;10.15;1642.00;2.78;0.54 -12607;5;997.50;13.70;1595.00;2.07;0.60 -12608;5;4569.50;10.60;1754.50;2.30;1.16 -12609;5;4504.50;14.55;1362.00;4.12;0.40 -12610;5;4327.00;14.30;1552.50;2.18;0.58 -12611;5;4631.50;10.25;1760.00;4.20;1.20 -12612;5;4525.50;12.70;1425.50;3.23;0.52 -12613;5;4056.00;9.90;1560.00;2.82;0.60 -12614;5;4331.50;14.00;1442.50;4.27;0.62 -12615;5;4194.00;9.70;1803.50;4.62;1.04 -12616;5;3987.50;9.80;1599.00;3.87;0.58 -12617;5;5558.50;10.80;144.00;2.24;0.30 -12618;5;4766.00;10.15;1491.00;2.86;0.52 -12619;5;3915.50;10.10;1602.50;2.23;0.46 -12620;5;1246.00;10.92;1632.00;4.39;0.44 -12621;5;4290.50;10.70;1652.50;3.77;0.64 -12622;5;4671.00;11.50;1552.00;2.78;0.78 -12623;5;4887.50;10.90;1779.00;4.23;1.16 -12624;5;1222.50;13.00;1483.50;2.07;0.20 -12625;5;4322.00;13.65;1580.00;2.55;0.62 -12626;5;3677.50;10.40;1667.50;1.83;0.26 -12627;5;1157.50;16.80;1496.50;-1.20;0.52 -12628;5;4283.50;13.25;1604.00;2.85;0.50 -12629;5;4618.00;11.80;1444.50;2.08;0.64 -12630;5;3841.50;10.20;1782.00;4.02;0.70 -12631;5;4172.50;11.45;1630.00;1.98;0.50 -12632;5;5531.50;10.00;114.00;2.27;0.44 -12633;5;1104.50;15.30;1577.00;3.24;0.46 -12634;5;4972.50;12.30;1867.50;1.80;2.44 -12635;5;4063.50;10.40;1489.50;4.42;0.56 -12636;5;1227.00;9.70;1813.50;3.22;0.56 -12637;5;1518.50;10.95;1495.00;1.92;0.38 -12638;5;4934.00;10.25;1549.50;2.51;0.54 -12639;5;3971.50;10.30;1729.50;3.20;0.68 -12640;5;3923.50;10.50;1378.50;2.23;0.36 -12641;5;4589.00;12.30;1567.50;4.44;0.62 -12642;5;1192.50;13.45;1539.00;2.30;0.52 -12643;5;4182.50;9.70;1854.50;3.73;1.24 -12646;5;1307.00;10.60;1605.00;3.14;0.38 -12647;5;4440.50;11.40;1627.00;2.05;0.72 -12648;5;3216.50;13.60;194.50;3.77;0.90 -12649;5;4348.50;15.10;1505.00;2.58;0.56 -12650;5;4894.50;12.60;1654.00;2.01;0.68 -12651;5;1080.50;16.90;1618.00;-1.34;0.76 -12652;5;3943.50;9.80;1668.50;2.43;0.56 -12653;5;3910.00;14.37;1270.00;4.71;0.50 -12654;5;4830.00;10.10;1548.00;2.03;0.64 -12655;5;4235.00;9.95;1735.00;4.29;0.74 -12656;5;4200.00;15.25;1386.50;1.79;0.52 -12657;5;4790.00;10.70;1574.00;2.86;0.76 -12658;5;3932.50;10.70;1403.00;2.20;0.56 -12659;5;3728.00;15.45;1753.50;4.18;0.54 -12660;5;4735.50;11.10;1619.50;2.35;0.56 -12661;5;357.50;9.70;1916.00;-0.92;1.92 -12662;5;4085.50;10.95;1459.00;3.60;0.54 -12663;5;1178.50;11.20;1774.00;3.60;0.68 -12664;5;5565.00;9.95;184.50;3.14;0.26 -12665;5;4573.50;11.95;1509.00;3.70;0.68 -12666;5;4207.50;10.45;1685.00;3.07;0.56 -12667;5;1294.50;10.80;1628.50;1.93;0.50 -12668;5;4514.00;10.40;1758.50;3.03;0.90 -12669;5;4430.50;13.80;1394.00;4.31;0.60 -12670;5;1441.00;10.60;1477.50;4.15;0.20 -12671;5;4224.50;13.45;1411.00;4.37;0.42 -12672;5;3984.50;10.30;1772.50;4.55;0.62 -12673;5;967.00;11.00;1679.50;2.92;0.46 -12674;5;2468.00;10.10;1909.00;2.94;1.28 -12675;5;4343.00;16.00;1468.50;2.98;0.60 -12676;5;1003.00;13.35;1694.50;4.24;0.60 -12677;5;3226.50;13.50;451.00;1.92;1.12 -12678;5;4866.50;10.75;1503.00;2.89;0.54 -12679;5;3998.00;9.80;1630.00;2.49;0.60 -12680;5;1933.00;10.10;1706.50;3.52;0.84 -12681;5;4468.00;10.75;1720.50;3.89;0.88 -12682;5;1179.00;10.80;1841.00;4.54;1.02 -12683;5;5185.50;10.40;1739.00;1.57;1.58 -12684;5;1169.50;14.20;1461.00;3.53;0.62 -12685;5;1242.00;11.15;1713.50;3.97;0.50 -12686;5;4470.50;14.55;1439.00;1.95;0.70 -12687;5;4324.50;11.40;1862.50;3.58;1.36 -12688;5;628.00;9.50;875.00;-0.62;0.64 -12689;5;2563.00;11.45;1903.00;1.98;1.60 -12690;5;4619.50;13.60;1477.50;4.42;0.56 -12691;5;4260.50;11.50;1645.50;3.92;0.78 -12692;5;3140.00;13.90;121.00;2.76;0.80 -12693;5;1338.50;10.65;1678.00;1.67;0.48 -12695;5;4235.00;13.95;1520.50;3.88;0.72 -12696;5;3806.00;9.80;1694.00;4.01;0.62 -12697;5;1411.50;10.50;1535.50;3.76;0.28 -12698;5;1916.00;9.87;1743.00;4.19;0.88 -12699;5;1036.50;14.70;1503.00;3.22;0.46 -12700;5;3836.50;10.25;1765.00;2.29;0.86 -12701;5;1495.00;10.55;1745.00;4.28;0.82 -12702;5;3566.00;9.90;1084.50;3.56;0.56 -12703;5;1641.00;11.67;996.00;3.52;0.48 -12704;5;3657.00;11.45;1229.00;3.30;0.52 -12705;5;4440.50;10.70;1127.50;4.09;0.30 -12706;5;4497.50;13.90;1316.50;2.87;0.44 -12707;5;2829.50;10.65;868.00;3.04;0.84 -12708;5;4008.50;15.55;1161.00;4.36;0.48 -12709;5;1477.00;11.97;1500.00;2.35;0.36 -12710;5;2566.00;9.70;905.50;3.89;0.84 -12711;5;2818.00;10.90;1157.00;3.36;0.82 -12712;5;1291.00;14.90;1138.00;3.14;0.50 -12714;5;3459.50;14.10;794.50;3.63;0.84 -12715;5;1419.50;9.70;1210.50;3.05;0.60 -12716;5;1880.00;9.80;980.00;2.35;0.92 -12717;5;3926.00;14.10;1217.50;2.55;0.58 -12718;5;3934.50;9.90;1101.50;2.48;0.56 -12719;5;3185.50;11.80;757.50;3.87;1.16 -12720;5;1193.00;12.65;1414.50;2.18;0.42 -12721;5;1246.50;15.30;1270.50;2.25;0.54 -12722;5;3856.50;15.85;1297.00;2.20;0.40 -12723;5;3396.00;13.65;896.00;1.98;0.54 -12724;5;4360.50;20.90;1140.00;2.67;0.46 -12725;5;3380.00;12.12;985.00;2.35;0.62 -12726;5;3541.50;9.70;1164.50;2.52;0.48 -12727;5;3529.00;12.30;1048.50;4.08;0.74 -12728;5;1226.00;11.10;1370.50;3.98;0.54 -12729;5;1689.00;10.10;886.00;4.21;0.98 -12730;5;4257.00;18.00;1105.00;2.15;0.38 -12731;5;2856.50;10.75;785.00;3.65;0.64 -12732;5;4401.50;15.35;1268.00;2.27;0.54 -12734;5;4023.00;12.40;864.00;3.14;0.38 -12735;5;1451.50;10.50;1429.00;2.24;0.40 -12736;5;1074.00;9.87;1275.00;3.14;0.92 -12737;5;4169.50;12.70;1455.00;2.61;0.62 -12738;5;1447.50;9.50;1069.00;4.21;0.64 -12739;5;3742.50;12.75;1176.00;2.93;0.58 -12740;5;3652.50;9.80;1007.00;2.91;1.04 -12741;5;3143.00;10.85;713.50;3.14;0.50 -12742;5;2765.00;10.50;747.50;4.03;0.60 -12743;5;3960.50;10.00;1031.50;4.39;0.48 -12744;5;3277.00;11.20;818.50;4.04;0.58 -12745;5;1141.00;15.05;1354.50;2.70;0.54 -12746;5;1178.00;12.45;1208.00;1.81;0.72 -12747;5;2581.00;9.70;845.00;2.67;0.48 -12748;5;3688.00;11.70;1238.50;2.03;0.62 -12749;5;3520.50;10.40;1124.50;2.53;0.68 -12750;5;4439.50;13.20;1319.00;1.70;0.58 -12751;5;2680.50;11.10;861.50;-1.34;0.90 -12752;5;1527.00;9.70;1316.50;3.42;0.42 -12753;5;1345.00;11.95;1131.50;4.11;0.72 -12754;5;3985.00;16.45;1197.50;3.66;0.52 -12755;5;1232.00;15.55;1190.50;3.88;0.52 -12756;5;3593.50;16.40;1196.50;2.64;0.50 -12757;5;3505.00;11.85;777.00;2.00;0.90 -12758;5;3430.50;13.00;1071.50;3.50;0.56 -12759;5;3531.50;9.80;819.50;3.54;0.38 -12760;5;2823.00;10.90;1246.00;3.60;0.26 -12762;5;2848.50;10.20;834.00;3.30;0.80 -12763;5;3937.00;14.80;1235.00;3.14;0.46 -12764;5;3208.00;9.80;1138.00;2.11;0.52 -12765;5;1060.00;17.10;1462.50;1.81;0.54 -12766;5;3416.00;14.15;895.00;3.78;0.48 -12767;5;4449.50;10.65;1179.00;3.70;0.38 -12768;5;3556.00;10.70;966.00;4.71;1.04 -12769;5;3872.00;18.30;1217.50;2.84;0.56 -12771;5;3301.00;10.00;1022.00;2.35;0.46 -12772;5;1669.00;10.25;1019.50;4.18;0.56 -12773;5;3543.50;14.20;1223.50;3.03;0.42 -12774;5;3779.00;10.75;1073.50;3.99;0.58 -12775;5;3094.50;11.00;599.50;-0.96;0.90 -12776;5;4413.00;13.15;1300.50;3.99;0.48 -12777;5;4076.00;9.80;1081.00;3.52;0.42 -12778;5;1347.00;10.50;1447.50;1.48;0.36 -12779;5;4037.50;10.30;887.00;1.98;0.32 -12780;5;3661.00;15.25;1146.00;4.57;0.56 -12781;5;4020.50;11.20;976.50;2.73;0.38 -12782;5;1261.50;10.70;1356.50;3.70;0.46 -12783;5;3263.50;12.30;667.00;2.67;0.98 -12784;5;4127.50;21.25;1184.00;2.24;0.74 -12785;5;2811.50;9.50;778.00;3.36;0.36 -12786;5;4097.50;10.20;1068.50;1.89;0.34 -12787;5;2780.00;10.87;777.00;3.38;0.74 -12788;5;3805.00;14.87;1213.00;4.00;0.54 -12789;5;4344.50;17.40;1103.50;4.34;0.54 -12791;5;1139.00;13.07;1410.00;4.09;0.52 -12792;5;3926.50;9.85;1116.00;1.92;0.44 -12793;5;3540.50;14.40;1281.00;4.49;0.40 -12794;5;2725.50;11.00;841.00;1.91;0.60 -12796;5;3307.00;10.37;947.00;3.68;0.88 -12797;5;4428.00;15.65;1234.50;1.78;0.38 -12798;5;1587.00;15.75;873.50;2.59;0.58 -12799;5;4047.00;11.30;1019.50;2.09;0.40 -12800;5;3322.50;11.10;808.50;2.82;0.78 -12801;5;4084.50;22.15;1233.00;3.35;0.78 -12802;5;2616.00;11.05;845.50;3.64;0.50 -12803;5;1457.00;10.60;1438.50;4.42;0.42 -12804;5;1197.50;16.30;1250.50;1.93;0.50 -12805;5;3962.00;21.25;1291.00;2.76;0.64 -12806;5;3316.00;10.50;889.50;3.14;0.48 -12807;5;4148.50;22.20;1124.50;3.03;0.46 -12808;5;3199.50;10.80;698.50;2.96;0.60 -12809;5;3727.00;10.30;1150.50;2.51;0.56 -12810;5;1296.00;10.52;1177.00;3.81;0.56 -12811;5;1230.50;10.50;1340.50;1.89;0.56 -12812;5;3523.00;10.95;770.00;2.51;0.98 -12813;5;3511.00;11.50;1061.00;1.86;0.58 -12814;5;3558.00;12.10;809.50;3.14;0.54 -12815;5;4369.00;19.27;1228.00;2.35;0.56 -12816;5;3236.00;10.10;1084.00;3.53;0.72 -12817;5;2867.00;10.90;811.00;3.70;0.74 -12818;5;3623.00;12.30;1232.00;4.24;0.58 -12819;5;4425.00;12.60;1122.50;2.43;0.50 -12820;5;4281.00;13.65;1342.00;3.92;0.62 -12821;5;3556.00;13.87;890.00;1.92;0.74 -12822;5;3993.00;14.50;1172.00;2.15;0.46 -12823;5;1413.50;10.50;1094.50;2.52;0.36 -12824;5;3106.00;11.00;717.50;4.18;0.64 -12825;5;1703.50;9.80;845.00;1.73;1.36 -12826;5;3324.00;10.60;928.50;2.16;0.68 -12827;5;1113.50;14.65;1366.00;3.80;0.48 -12828;5;1921.50;9.70;953.50;2.88;0.76 -12829;5;3954.00;11.92;1052.00;4.24;0.46 -12830;5;3074.00;11.15;747.50;3.95;0.98 -12831;5;3894.50;15.95;1219.00;3.86;0.60 -12832;5;3633.00;12.37;1117.00;3.14;0.70 -12833;5;1020.50;9.75;1397.00;4.37;0.48 -12834;5;2581.50;9.70;856.00;1.65;0.28 -12835;5;1233.50;11.90;1296.50;3.36;0.54 -12836;5;3261.50;10.30;959.00;3.89;0.76 -12837;5;4366.50;20.50;1155.50;3.71;0.62 -12838;5;2728.50;10.20;895.00;2.40;0.68 -12839;5;3471.00;10.35;1199.50;4.10;0.44 -12840;5;3561.00;9.80;749.50;2.48;0.64 -12841;5;4422.00;15.80;1091.00;2.94;0.32 -12842;5;2807.50;12.60;1186.00;4.12;0.72 -12843;5;2823.00;10.65;791.00;3.14;0.44 -12844;5;3954.50;10.10;1105.50;3.46;0.50 -12845;5;1665.00;12.15;1003.00;2.67;0.56 -12846;5;4320.50;17.50;1250.50;2.48;0.66 -12847;5;3228.00;11.50;667.50;3.14;0.56 -12848;5;1225.00;12.10;1436.00;4.03;0.50 -12849;5;2856.00;11.35;1054.50;2.01;2.18 -12850;5;1173.50;13.50;1320.50;3.21;0.46 -12851;5;2776.00;10.30;865.00;1.66;0.94 -12852;5;3727.50;11.20;1183.50;2.35;0.46 -12854;5;4067.50;10.40;1009.50;1.83;0.44 -12855;5;3522.00;10.05;1198.00;1.89;0.44 -12856;5;3379.00;13.77;804.00;3.01;0.70 -12858;5;2593.00;9.90;841.00;2.76;0.76 -12859;5;1004.50;10.40;1367.00;3.98;0.56 -12860;5;4229.00;18.25;1101.50;2.96;0.46 -12861;5;3531.50;13.25;1272.00;2.27;0.40 -12862;5;3361.50;12.40;874.50;2.06;0.44 -12863;5;3680.00;13.35;1123.50;3.87;0.52 -12864;5;4159.50;12.00;1328.00;3.19;0.76 -12865;5;1455.00;11.45;1103.00;2.26;0.72 -12866;5;3069.50;10.30;1126.00;1.87;0.64 -12867;5;1366.50;9.70;1163.50;3.23;0.48 -12868;5;3989.50;10.20;1126.00;3.75;0.40 -12869;5;1649.00;9.90;845.50;4.10;1.24 -12870;5;3509.00;12.05;1039.50;3.63;0.72 -12871;5;3758.00;13.95;1215.00;3.83;0.58 -12872;5;1616.00;12.05;962.50;3.14;0.40 -12873;5;1170.50;11.70;1230.50;4.34;0.60 -12874;5;2839.50;11.00;810.50;2.63;0.74 -12875;5;1240.00;11.20;1401.50;4.31;0.40 -12876;5;3942.50;9.80;1120.00;3.43;0.50 -12877;5;3831.00;14.07;1252.00;2.94;0.54 -12879;5;3499.50;10.40;1147.50;3.92;0.60 -12880;5;4460.50;14.50;1351.50;3.21;0.54 -12881;5;3326.00;10.70;916.00;4.17;0.82 -12882;5;4435.00;16.27;1224.00;3.52;0.34 -12883;5;3424.50;10.45;1003.00;3.36;0.68 -12884;5;4033.50;22.80;1204.00;2.78;0.46 -12886;5;3937.50;9.80;1061.00;1.83;0.40 -12887;5;3339.50;11.20;830.00;1.48;0.78 -12888;5;2902.50;11.20;1224.50;2.07;0.34 -12889;5;3334.50;11.30;1080.50;2.52;0.38 -12890;5;4248.50;16.50;1300.00;3.53;0.70 -12892;5;4152.50;16.90;1105.50;4.35;0.38 -12893;5;1202.50;12.90;1451.50;3.92;0.48 -12894;5;3595.00;10.80;944.50;4.04;0.68 -12895;5;3746.50;12.30;1152.50;3.50;0.74 -12897;5;1171.50;13.00;1343.50;3.92;0.58 -12898;5;4355.00;14.80;1075.50;3.14;0.34 -12899;5;4261.50;21.75;1211.00;3.48;0.84 -12900;5;2886.50;10.20;771.00;4.71;0.68 -12901;5;1951.50;10.30;470.50;2.11;0.64 -12902;5;1863.50;10.20;596.50;4.23;0.74 -12903;5;2164.00;11.50;612.00;3.14;0.52 -12904;5;4746.00;10.30;321.00;-1.45;1.16 -12905;5;4544.50;9.90;669.00;2.24;0.26 -12906;5;4927.00;9.82;236.00;4.51;1.14 -12907;5;3239.50;11.80;541.50;4.37;0.86 -12908;5;3353.00;10.77;414.00;3.25;0.52 -12909;5;2162.50;10.75;590.00;1.57;0.60 -12910;5;4964.00;9.50;127.00;4.24;0.40 -12911;5;3353.50;12.85;565.00;4.02;0.78 -12912;5;4747.50;10.70;284.50;4.39;1.10 -12913;5;2085.50;9.80;800.00;2.63;1.06 -12915;5;4877.50;10.10;380.00;2.99;0.86 -12916;5;1877.00;10.32;572.00;3.14;0.66 -12917;5;1769.50;9.80;701.00;1.99;0.92 -12918;5;4989.00;10.35;133.50;2.92;0.46 -12919;5;1818.50;10.30;843.50;1.62;1.48 -12920;5;1708.50;13.00;238.00;2.40;0.42 -12921;5;3003.50;12.75;366.00;3.71;0.84 -12922;5;1887.50;10.40;458.50;2.77;0.88 -12923;5;2092.00;11.15;582.00;1.67;0.62 -12924;5;4993.00;9.80;113.50;2.09;0.52 -12925;5;3038.00;10.80;566.50;3.77;0.38 -12926;5;4765.50;10.70;253.00;3.41;0.90 -12927;5;3419.50;10.20;680.00;3.82;0.78 -12928;5;1724.00;20.95;391.00;4.03;0.60 -12929;5;3340.50;12.80;681.50;2.22;0.90 -12930;5;1771.00;19.50;567.50;3.37;0.60 -12931;5;5077.00;13.00;542.50;3.85;0.38 -12932;5;5010.50;9.80;102.50;2.23;0.40 -12933;5;2137.00;9.70;820.00;2.03;0.72 -12934;5;5050.50;9.80;200.50;1.85;0.72 -12935;5;3331.00;10.45;329.50;3.02;0.70 -12936;5;4940.00;10.10;361.50;3.02;0.74 -12937;5;2022.50;11.30;542.50;2.82;0.48 -12938;5;2126.50;11.90;571.50;3.40;0.60 -12939;5;1803.00;9.82;702.00;4.39;1.42 -12940;5;3129.50;12.40;254.00;-1.33;1.12 -12941;5;3457.00;9.70;651.00;3.00;0.50 -12942;5;1795.50;11.80;358.50;3.63;0.58 -12943;5;1841.50;10.50;476.50;-1.51;0.84 -12944;5;3421.50;9.95;496.00;2.83;0.68 -12945;5;3075.50;10.65;578.00;3.97;0.66 -12946;5;1719.00;10.75;105.50;2.76;0.74 -12947;5;2091.50;10.50;751.00;2.20;0.94 -12948;5;4821.00;10.05;202.00;3.14;0.64 -12949;5;5043.00;10.10;292.00;3.26;1.00 -12950;5;3310.00;11.85;412.50;4.03;0.94 -12951;5;1949.00;10.30;534.00;2.55;0.92 -12952;5;1750.50;10.55;115.00;4.22;0.62 -12954;5;1689.50;9.60;205.00;2.93;0.46 -12955;5;4540.00;10.55;621.50;4.24;0.46 -12957;5;4986.00;9.70;377.50;2.96;0.48 -12958;5;3018.00;10.95;450.00;3.78;0.78 -12959;5;2039.50;10.20;667.50;2.46;0.94 -12961;5;2220.50;11.15;747.00;3.70;0.38 -12962;5;4739.00;10.40;185.50;4.04;0.60 -12963;5;3215.00;12.00;309.50;2.03;1.48 -12964;5;1898.50;10.30;414.00;2.79;0.58 -12965;5;1857.50;9.70;791.50;2.12;1.80 -12966;5;5479.00;12.40;65.50;2.29;0.44 -12967;5;3358.50;14.95;523.00;3.96;0.90 -12968;5;5057.00;10.05;182.50;2.40;0.58 -12969;5;1595.50;17.10;749.00;3.95;0.76 -12970;5;1770.00;11.15;322.50;2.55;0.58 -12971;5;3374.50;10.10;375.50;3.23;0.74 -12972;5;2050.50;11.10;510.50;3.64;0.50 -12973;5;1845.00;10.10;618.00;1.52;1.14 -12975;5;3009.50;10.40;586.50;1.31;0.84 -12976;5;4769.50;9.90;173.50;3.40;0.48 -12977;5;2053.00;11.35;567.50;3.44;0.66 -12978;5;1769.00;13.90;413.00;4.01;0.72 -12979;5;1823.00;11.85;540.50;2.70;0.72 -12980;5;5446.00;12.05;45.50;2.29;0.42 -12981;5;3056.50;12.40;506.50;4.52;1.26 -12982;5;1740.50;12.90;204.50;4.49;0.78 -12983;5;1618.00;17.42;708.00;1.83;0.64 -12984;5;1694.50;9.70;281.00;3.09;0.36 -12985;5;3007.00;10.92;406.00;2.26;0.54 -12986;5;3332.50;11.05;444.00;3.09;0.64 -12987;5;2016.00;10.30;617.00;2.72;0.86 -12988;5;5437.00;11.25;31.50;2.62;0.36 -12990;5;4742.50;10.10;157.50;4.10;0.52 -12991;5;3520.00;9.90;710.50;3.63;0.60 -12992;5;4929.00;10.20;288.50;3.24;0.88 -12993;5;4706.00;10.30;325.50;4.24;0.72 -12994;5;1713.00;10.65;492.00;3.73;0.50 -12995;5;5130.00;11.35;492.00;3.92;0.22 -12996;5;2155.50;9.90;521.50;4.09;0.40 -12998;5;1798.50;10.20;261.00;3.32;0.56 -12999;5;2064.50;9.80;818.50;1.95;1.00 -13000;5;1843.50;9.70;380.00;3.38;0.58 -13004;5;2819.50;9.50;1547.50;1.93;0.34 -13006;5;2718.00;9.50;1529.00;3.60;0.48 -13007;5;2713.00;9.50;1509.00;4.58;0.54 -13008;5;3677.00;10.20;1450.00;2.60;0.52 -13011;5;2867.00;10.00;1500.50;4.24;0.24 -13059;5;4606.50;11.00;1829.00;1.64;1.76 -13060;5;4607.00;9.70;2008.00;4.32;2.38 -13062;5;5314.00;9.70;2003.50;3.84;2.74 -13063;5;5560.00;9.50;1980.50;1.98;2.54 -13064;5;4252.50;12.00;1975.00;2.21;1.58 -13065;5;4391.50;10.30;1913.50;3.68;1.72 -13066;5;2153.50;13.50;1969.50;2.35;1.70 -13068;5;2880.00;9.70;1537.50;4.46;0.16 -13069;5;453.50;13.15;2028.00;4.71;0.96 -13070;5;2802.00;9.95;1555.50;2.26;0.20 -13073;5;3080.00;10.02;1137.00;4.06;0.42 -13074;5;2813.00;13.85;1211.50;3.99;0.52 -13075;5;1093.00;11.00;1969.00;0.87;1.80 -13076;5;3850.00;13.20;1940.00;2.51;1.16 -13077;5;2878.50;13.20;1245.00;3.60;0.34 -13078;5;3170.50;9.80;1168.00;2.67;0.28 -13079;5;3611.00;12.65;922.00;3.28;0.76 -13081;5;2873.50;10.50;1522.00;3.78;0.20 -13082;5;3749.00;12.30;1090.00;4.30;0.66 -13083;5;1754.00;9.80;833.00;2.07;0.94 -13085;5;1405.00;10.90;1118.50;3.36;0.52 -13086;5;1717.50;20.70;598.50;1.89;0.80 -13087;5;1499.50;11.65;1031.00;1.72;0.52 -13088;5;1268.50;9.90;1264.50;2.87;0.52 -13090;5;156.24;9.50;1799.09;-1.31;0.76 -13091;5;495.50;13.85;1995.00;1.52;0.66 -13092;5;1472.50;9.80;1042.00;3.87;0.56 -13094;5;1421.00;10.35;1750.00;1.72;0.78 -13116;5;2965.50;11.00;1531.50;3.28;0.24 -13143;5;4570.50;9.70;1101.00;4.03;0.30 -13193;5;3756.50;9.50;2017.00;4.54;2.14 -13205;5;3105.50;10.70;1523.50;2.73;0.28 -13206;5;3176.50;10.50;1594.00;3.50;0.24 -13207;5;3678.00;10.02;1387.00;3.81;0.40 -13208;5;4235.00;10.40;1060.50;3.99;0.36 -13209;5;3331.00;11.20;485.00;3.30;0.40 -13211;5;3071.00;11.10;803.00;3.73;0.80 -13212;5;2817.00;10.40;817.50;3.27;0.44 -13214;5;1103.00;12.30;1364.50;3.14;0.40 -13215;5;1009.50;10.40;1403.50;2.13;0.40 -13216;5;1009.50;11.25;1389.00;2.74;0.28 -13217;5;3170.50;12.10;366.00;2.20;0.36 -13218;5;2708.00;10.90;1388.50;3.14;0.20 -13219;5;2709.50;14.30;1376.00;2.49;0.20 -13220;5;2753.00;12.00;1380.00;2.35;0.20 -13221;5;2709.50;12.70;1337.50;2.94;0.20 -13222;5;2803.50;14.30;1332.50;2.35;0.20 -13223;5;2806.00;11.15;1343.50;4.24;0.20 -13224;5;2746.00;12.37;1318.00;3.46;0.16 -13225;5;2809.50;10.35;1355.00;2.89;0.16 -13226;5;2756.00;13.55;1360.50;3.52;0.16 -13227;5;2740.00;12.80;1346.50;4.06;0.16 -13230;5;2702.00;10.75;1316.50;3.14;0.20 -13231;5;2721.00;10.55;1274.50;3.52;0.20 -13232;5;2718.00;12.05;1349.50;3.14;0.16 -13233;5;2762.50;12.10;1379.50;2.35;0.20 -13241;5;3139.00;10.02;1637.00;2.35;0.16 -2;6;3426.00;9.85;1702.00;3.92;0.30 -4;6;3153.00;9.50;1856.00;-1.43;0.88 -5;6;2881.50;9.50;1630.00;4.31;0.82 -6;6;3580.50;10.60;1760.50;2.60;0.26 -7;6;3274.50;10.20;1833.00;3.01;0.32 -8;6;3311.50;11.15;1680.00;2.97;0.18 -9;6;1961.50;9.50;247.50;3.30;1.24 -12;6;3506.00;9.80;1679.50;2.46;0.24 -13;6;1370.00;9.50;312.50;2.38;1.34 -15;6;3284.50;10.75;1921.00;4.00;0.36 -16;6;5266.50;9.50;1565.50;2.88;1.18 -17;6;3072.50;9.70;1569.00;4.03;0.20 -18;6;3372.00;9.80;1798.50;2.26;0.24 -19;6;3879.00;9.50;663.50;3.30;1.12 -20;6;3138.00;9.50;1198.50;0.92;0.68 -23;6;3502.50;9.80;1710.00;1.95;0.24 -24;6;5241.50;9.50;505.00;2.01;0.98 -25;6;5336.00;9.50;1282.00;4.18;1.18 -26;6;3384.00;10.50;1797.50;3.66;0.32 -27;6;2953.50;12.95;1758.00;3.50;0.34 -28;6;4766.50;9.50;482.00;4.23;0.92 -29;6;4174.00;9.50;645.00;3.64;0.80 -30;6;3216.00;10.40;1880.00;3.60;0.24 -32;6;3162.50;9.70;1769.50;1.97;0.24 -33;6;4464.50;9.50;371.50;3.17;1.00 -34;6;3950.00;9.50;793.00;2.49;1.02 -35;6;3061.50;9.70;1733.50;3.28;0.28 -36;6;3310.50;9.80;1864.50;3.25;0.44 -37;6;3251.00;10.02;1784.00;3.92;0.20 -39;6;3359.50;10.50;1704.50;3.92;0.22 -40;6;3319.50;10.40;1787.50;2.94;0.26 -43;6;2428.50;9.50;973.00;2.10;1.22 -45;6;3577.50;9.90;1723.50;3.54;0.28 -46;6;3044.00;11.30;1816.50;2.55;0.26 -48;6;1480.00;9.50;2023.50;2.25;1.12 -49;6;3060.50;10.90;1763.50;2.35;0.30 -51;6;24.50;9.50;431.00;3.03;1.06 -52;6;3257.50;9.50;1768.00;3.38;0.22 -54;6;5.00;9.50;1263.00;3.46;0.54 -55;6;282.00;9.50;1603.50;4.23;1.42 -56;6;397.50;9.50;698.00;3.04;1.00 -57;6;3331.00;9.70;1736.50;2.21;0.24 -58;6;3066.50;13.50;1912.00;3.86;0.34 -60;6;3363.50;10.70;1751.50;4.30;0.28 -63;6;3168.50;9.70;1811.50;3.76;0.34 -65;6;2907.50;12.80;1738.50;2.52;0.32 -67;6;1602.00;12.95;879.50;-1.06;0.24 -69;6;2995.50;10.50;1715.00;2.89;0.26 -70;6;3317.00;10.05;1736.00;2.55;0.28 -72;6;3431.00;10.45;1766.00;3.52;0.34 -74;6;3277.00;10.45;1936.50;2.62;0.46 -76;6;3187.00;11.65;1988.00;3.14;0.32 -77;6;3007.00;11.70;1758.50;3.85;0.32 -78;6;3538.50;9.70;1183.50;3.74;0.44 -80;6;3286.50;10.60;1823.00;3.30;0.38 -81;6;3389.00;10.40;1727.50;2.26;0.28 -82;6;3226.50;10.40;1854.50;2.60;0.30 -83;6;3172.00;9.50;1704.50;-1.10;0.26 -84;6;3478.50;9.95;1739.00;3.38;0.22 -85;6;3370.50;10.40;1686.50;2.60;0.24 -86;6;3326.50;10.30;1884.50;2.87;0.28 -87;6;3513.00;10.50;1815.00;4.36;0.92 -88;6;3625.00;10.10;1738.00;3.14;0.36 -89;6;3385.00;9.80;1777.00;3.92;0.24 -93;6;3369.50;9.90;1713.50;2.35;0.24 -95;6;3267.00;9.80;1694.00;2.89;0.22 -97;6;3452.50;10.40;1690.00;3.60;0.18 -98;6;3409.50;10.50;1904.50;3.84;0.56 -101;6;3111.50;12.40;1932.50;3.33;0.36 -103;6;3234.00;9.90;1969.50;3.42;0.44 -108;6;3570.00;10.40;1778.50;2.70;0.44 -109;6;3092.00;11.30;1866.00;3.14;0.32 -110;6;3324.50;10.50;1690.00;2.67;0.28 -112;6;3525.50;9.80;1687.00;3.78;0.16 -115;6;2994.50;11.10;1829.50;3.00;0.32 -117;6;3291.50;10.20;1708.50;3.28;0.28 -118;6;3102.00;10.75;1835.50;2.46;0.38 -119;6;3521.50;9.80;1727.50;3.68;0.28 -121;6;3420.50;10.40;1680.50;3.28;0.26 -123;6;3654.00;9.70;1737.50;2.76;0.28 -124;6;3195.00;10.40;1900.00;3.38;0.40 -125;6;3065.00;9.97;1784.00;2.35;0.28 -128;6;3171.00;11.30;1971.50;4.15;0.34 -129;6;3392.00;10.15;1709.00;3.60;0.30 -132;6;3216.00;10.40;1829.50;2.12;0.40 -133;6;2989.00;12.35;1772.00;3.60;0.34 -135;6;3495.00;9.80;1682.50;2.76;0.24 -136;6;3236.50;10.35;1791.00;3.60;0.26 -137;6;2907.50;11.60;1716.50;2.73;0.32 -138;6;3377.50;10.00;1789.50;3.76;0.28 -139;6;3272.50;9.70;1777.00;2.09;0.30 -141;6;3224.50;9.80;1801.00;3.83;0.24 -142;6;3294.00;10.00;1962.00;3.92;0.36 -143;6;3462.50;10.50;1705.00;3.38;0.22 -145;6;3077.00;11.85;1852.00;2.89;0.36 -146;6;3604.50;9.80;1714.50;3.28;0.30 -148;6;3106.00;11.75;1890.50;3.42;0.36 -149;6;3283.50;9.80;1741.00;3.50;0.22 -150;6;3375.50;10.40;1696.00;2.24;0.24 -151;6;3147.00;11.35;1931.00;3.46;0.36 -154;6;3593.00;10.50;1840.50;3.58;0.80 -155;6;3332.50;9.70;1814.50;2.73;0.36 -156;6;3043.50;10.70;1754.50;3.33;0.24 -157;6;3315.50;10.60;1812.50;2.60;0.32 -159;6;2735.00;12.85;1667.00;3.14;0.22 -165;6;3232.00;9.70;1774.50;3.14;0.22 -167;6;3204.50;10.50;1952.50;3.46;0.40 -168;6;3011.50;11.60;1829.50;3.92;0.32 -170;6;3328.50;10.40;1850.00;3.26;0.32 -173;6;3034.00;11.32;1896.00;3.73;0.32 -174;6;3456.00;10.35;1728.50;3.52;0.24 -176;6;3311.00;9.80;1882.50;2.86;0.38 -179;6;2997.00;10.75;1744.50;2.86;0.26 -183;6;3460.50;10.60;1785.00;3.04;0.42 -184;6;3042.50;12.00;1851.50;4.28;0.34 -186;6;3554.50;10.50;1763.50;1.99;0.36 -187;6;3339.00;9.95;1689.50;2.26;0.24 -191;6;3245.00;13.10;471.50;3.42;0.84 -192;6;3083.00;11.70;1943.50;2.46;0.28 -193;6;3250.00;10.40;1817.50;4.24;0.22 -194;6;3344.00;10.50;1710.50;1.93;0.26 -195;6;3188.00;10.30;1839.50;2.26;0.36 -196;6;3501.00;9.80;1721.00;2.67;0.20 -197;6;3264.50;10.90;1904.50;4.09;0.36 -203;6;3181.50;11.25;1949.00;4.08;0.48 -204;6;3216.00;9.75;1755.50;2.86;0.20 -205;6;3069.00;10.80;1805.00;3.92;0.32 -206;6;3656.50;10.00;1661.50;3.33;0.30 -209;6;3374.00;9.50;1859.00;0.78;1.70 -210;6;2566.00;9.50;1094.50;2.21;1.40 -212;6;3393.00;10.05;1587.00;3.46;0.20 -214;6;3432.00;9.85;1633.50;3.81;0.20 -215;6;3244.50;9.80;1564.00;4.33;0.24 -216;6;3250.00;9.90;1597.00;2.15;0.22 -218;6;1461.00;9.50;355.00;3.79;1.76 -219;6;2757.50;12.65;1636.00;2.44;0.26 -220;6;5161.00;9.50;1500.50;3.88;1.08 -222;6;3232.00;10.37;1663.00;3.92;0.24 -224;6;3979.00;9.50;820.00;2.64;1.08 -225;6;3154.50;9.50;1242.50;3.68;0.74 -226;6;3336.50;10.70;1667.00;2.89;0.24 -227;6;3629.50;9.80;1601.00;2.89;0.26 -229;6;5233.50;9.50;560.00;1.87;1.06 -232;6;3461.00;9.85;1584.00;2.67;0.22 -233;6;3230.00;10.40;1634.50;2.46;0.32 -235;6;4215.00;9.50;667.00;3.46;0.84 -236;6;3315.00;9.90;1592.50;3.73;0.24 -237;6;3720.00;13.65;1687.50;2.72;0.34 -238;6;3322.00;9.90;1559.50;2.46;0.20 -239;6;4523.00;9.50;338.50;3.14;1.14 -240;6;3885.00;9.50;710.00;2.79;1.10 -241;6;2927.50;9.70;1591.00;4.19;0.32 -242;6;3039.00;10.60;1670.50;2.55;0.22 -244;6;3824.50;9.50;72.00;3.18;1.06 -246;6;3363.50;10.00;1606.00;3.38;0.20 -247;6;2934.50;9.70;1572.50;2.35;0.18 -248;6;3296.00;11.40;1666.50;2.46;0.28 -249;6;2196.50;9.50;166.00;3.79;0.80 -250;6;2403.00;9.50;287.50;3.49;0.86 -251;6;2464.50;9.50;976.00;3.72;1.32 -252;6;3423.50;10.00;1668.50;1.97;0.24 -253;6;2742.00;12.42;1576.00;3.14;0.24 -254;6;2404.50;9.50;1475.50;3.67;1.52 -256;6;3492.00;10.05;1673.50;2.76;0.24 -257;6;3526.50;10.80;1584.00;3.78;0.20 -259;6;66.00;9.50;459.50;3.34;0.92 -260;6;3576.50;9.80;1644.50;2.35;0.28 -263;6;462.50;9.50;1557.00;2.26;0.98 -265;6;3186.50;10.10;1657.00;2.49;0.24 -266;6;3145.50;9.80;1604.50;2.60;0.20 -267;6;1339.50;9.50;641.00;3.65;1.32 -269;6;3435.00;9.80;1604.00;3.60;0.20 -270;6;3502.50;10.50;1658.00;2.49;0.22 -271;6;2817.00;9.90;1578.50;2.55;0.24 -272;6;3584.00;9.80;1697.50;3.52;0.28 -273;6;3668.50;10.15;1617.00;2.67;0.36 -274;6;3360.50;9.90;1624.00;3.38;0.20 -275;6;3457.00;9.80;1590.50;2.21;0.18 -276;6;2688.50;11.40;1634.00;3.78;0.26 -277;6;3228.00;10.45;1607.50;2.76;0.26 -278;6;3709.00;12.92;1703.00;3.52;0.38 -279;6;3085.50;9.70;1585.50;2.11;0.24 -280;6;3440.50;9.80;1650.50;2.94;0.20 -281;6;3155.50;10.30;1620.50;2.35;0.20 -282;6;3560.00;10.40;1661.50;3.52;0.26 -283;6;3435.00;10.10;1622.50;2.03;0.20 -286;6;3535.00;10.70;1591.50;2.21;0.24 -287;6;3331.50;10.20;1644.50;2.19;0.30 -288;6;3333.00;9.80;1565.50;3.14;0.18 -289;6;3293.50;9.90;1600.00;3.78;0.24 -290;6;3162.00;9.80;1571.50;3.52;0.28 -291;6;3678.00;9.85;1628.00;2.55;0.34 -292;6;3581.00;10.52;1615.00;3.14;0.22 -293;6;3004.50;9.70;1598.00;2.49;0.24 -295;6;3006.50;9.70;1696.50;1.97;0.30 -298;6;3619.00;10.40;1602.00;2.03;0.20 -299;6;3058.50;9.75;1663.00;1.19;0.22 -300;6;3368.00;10.00;1598.00;3.46;0.16 -301;6;3404.00;11.10;1640.00;2.15;0.24 -302;6;3393.50;10.50;1561.50;2.35;0.24 -303;6;2681.50;10.40;1598.50;2.19;0.24 -305;6;3617.50;9.80;1674.00;2.49;0.28 -306;6;3304.50;10.00;1617.50;3.92;0.18 -307;6;3777.50;10.50;1660.00;2.44;0.26 -308;6;3201.50;9.70;1696.00;3.78;0.24 -309;6;2937.50;10.10;1581.50;3.33;0.22 -311;6;2742.00;13.05;1588.50;2.76;0.24 -312;6;3439.50;9.80;1840.50;3.92;0.36 -313;6;3467.50;9.80;1560.00;2.15;0.20 -314;6;3437.00;10.17;1595.00;3.14;0.20 -315;6;3316.50;9.85;1567.00;2.89;0.22 -318;6;3183.50;10.50;1584.50;4.17;0.24 -320;6;3289.00;10.72;1677.00;2.67;0.22 -321;6;2995.50;9.70;1603.50;2.94;0.28 -323;6;3275.00;10.00;1635.50;4.01;0.20 -324;6;3509.50;11.55;1598.00;3.78;0.26 -325;6;3537.00;9.90;1650.50;2.76;0.22 -327;6;3189.50;9.90;1615.00;2.44;0.28 -330;6;3451.00;10.40;1611.50;2.55;0.20 -332;6;2945.50;9.60;1631.00;2.67;0.26 -334;6;3081.50;10.05;1599.00;3.60;0.24 -337;6;2677.50;10.60;1633.50;1.66;0.36 -339;6;3592.00;10.40;1598.50;2.26;0.28 -340;6;3456.50;9.90;1568.00;3.30;0.20 -341;6;3225.50;10.40;1655.50;3.92;0.18 -343;6;3324.00;9.90;1572.00;3.14;0.24 -345;6;3514.00;10.00;1610.50;2.21;0.24 -346;6;3432.50;10.30;1667.50;3.46;0.20 -347;6;3170.50;10.40;1586.50;3.92;0.24 -348;6;3141.00;9.60;1624.00;2.35;0.24 -350;6;3421.50;10.50;1625.00;3.30;0.22 -352;6;3333.50;10.00;1605.50;3.28;0.18 -353;6;3526.50;9.95;1566.00;2.97;0.22 -354;6;3289.50;9.90;1637.00;3.60;0.20 -356;6;3397.00;10.00;1572.50;3.81;0.18 -357;6;3450.50;10.30;1653.50;2.35;0.18 -359;6;3601.50;9.80;1702.50;2.60;0.28 -360;6;3240.50;9.90;1587.50;2.73;0.28 -361;6;3708.50;10.70;1672.50;3.23;0.32 -363;6;3044.00;10.60;1663.50;3.14;0.22 -364;6;2785.00;10.10;1591.50;2.76;0.22 -365;6;3588.00;9.80;1564.50;2.76;0.26 -366;6;3361.50;10.55;1645.00;2.24;0.22 -371;6;3316.00;9.90;1581.50;3.14;0.24 -372;6;3572.50;9.80;1631.50;3.92;0.26 -375;6;2997.50;9.70;1575.00;4.43;0.26 -376;6;3468.00;9.80;1599.50;4.06;0.16 -380;6;3532.00;9.72;1577.00;3.14;0.16 -381;6;3620.50;10.50;1684.50;3.33;0.22 -382;6;3371.50;10.60;1614.00;2.89;0.20 -383;6;2998.00;9.80;1683.00;2.35;0.24 -384;6;3391.00;10.00;1578.00;2.67;0.20 -386;6;3250.00;9.90;1589.50;3.52;0.22 -387;6;3277.00;10.52;1649.00;3.14;0.26 -388;6;3066.00;9.80;1576.50;1.73;0.22 -391;6;2884.50;9.60;1563.50;2.35;0.16 -392;6;3553.00;11.45;1608.50;2.46;0.24 -393;6;3601.50;9.80;1574.00;3.78;0.20 -395;6;3139.00;9.70;1614.00;2.82;0.28 -396;6;3453.00;9.85;1577.50;4.06;0.20 -398;6;3323.50;9.90;1584.50;2.94;0.22 -400;6;3167.50;10.10;1598.50;3.46;0.20 -401;6;3359.00;10.10;1635.00;3.46;0.20 -402;6;3149.00;10.30;1568.50;3.81;0.26 -403;6;3626.50;10.05;1609.00;3.78;0.18 -404;6;3581.50;10.10;1651.50;3.92;0.22 -405;6;2941.00;9.80;1566.00;3.73;0.26 -409;6;3298.50;9.90;1485.50;3.33;0.24 -410;6;3579.50;9.70;1543.00;3.38;0.20 -411;6;3151.00;9.50;1824.50;1.62;0.86 -412;6;2530.50;9.50;955.00;3.11;1.22 -413;6;3419.50;10.30;1550.50;2.60;0.20 -414;6;3234.00;10.00;1484.50;3.85;0.26 -415;6;3243.50;9.75;1682.00;2.24;0.26 -417;6;3124.00;12.62;1509.00;3.14;0.22 -418;6;3365.50;9.90;1518.00;3.60;0.20 -420;6;1225.50;9.50;292.00;3.11;1.52 -421;6;3069.00;12.75;1518.00;2.67;0.20 -422;6;3187.50;9.90;1533.50;2.94;0.24 -423;6;5316.50;9.50;1612.50;4.55;1.08 -424;6;3007.50;13.10;1518.50;2.35;0.20 -425;6;2981.50;10.45;1551.00;2.67;0.22 -427;6;3926.50;9.50;909.00;3.38;1.02 -428;6;3214.50;9.50;1218.50;4.00;1.00 -429;6;3376.50;9.90;1467.50;2.35;0.22 -430;6;5130.50;9.50;522.00;0.08;1.88 -431;6;5382.00;9.50;1358.00;3.98;1.30 -432;6;3615.00;9.60;1514.00;3.73;0.34 -434;6;3288.50;9.90;1488.00;2.97;0.20 -435;6;4742.00;9.50;478.50;4.16;0.62 -436;6;4309.00;9.50;677.00;4.62;1.08 -437;6;3445.00;10.15;1520.50;3.14;0.26 -439;6;4469.00;9.50;319.50;3.23;0.92 -441;6;3258.00;9.90;1533.50;4.01;0.24 -444;6;3048.00;9.80;1565.00;3.14;0.14 -447;6;2424.00;9.50;357.00;2.96;1.16 -448;6;2491.50;9.50;1012.50;4.09;1.60 -451;6;1356.50;9.50;1969.50;3.87;1.84 -452;6;3560.50;10.30;1550.50;2.94;0.26 -453;6;3362.50;10.05;1483.00;1.84;0.20 -454;6;2845.50;10.35;1513.00;3.38;0.24 -456;6;18.50;9.50;479.00;3.57;1.06 -457;6;3383.50;10.60;1552.50;2.35;0.22 -458;6;3297.50;9.90;1496.00;2.97;0.24 -459;6;77.00;9.50;1294.50;4.32;0.92 -460;6;371.50;9.50;1575.00;3.10;1.30 -461;6;365.00;9.50;640.50;2.47;0.82 -462;6;3222.50;10.50;1502.50;2.52;0.22 -463;6;3326.50;9.80;1531.50;3.33;0.22 -464;6;3606.00;9.60;1466.00;3.14;0.32 -467;6;3128.50;9.90;1551.50;2.94;0.22 -468;6;3559.50;9.60;1481.50;2.52;0.32 -469;6;3029.50;12.40;1537.50;3.33;0.20 -470;6;3567.00;9.70;1511.50;4.24;0.30 -471;6;3457.00;9.80;1555.00;3.92;0.20 -473;6;3412.00;9.95;1524.50;2.26;0.22 -474;6;3203.00;10.05;1541.00;3.92;0.26 -476;6;3243.50;10.30;1503.00;3.50;0.34 -477;6;3566.50;9.60;1473.50;2.52;0.34 -478;6;3021.50;9.80;1557.50;2.60;0.24 -479;6;3091.50;10.70;1540.50;3.33;0.24 -481;6;3504.00;9.80;1468.00;3.14;0.20 -482;6;2973.00;11.35;1534.00;3.92;0.22 -483;6;3521.50;10.00;1554.50;3.68;0.20 -484;6;3445.50;10.10;1479.50;4.17;0.20 -486;6;3376.50;9.80;1484.50;2.11;0.22 -487;6;3478.00;9.80;1522.00;2.67;0.18 -488;6;3305.00;9.90;1502.00;3.46;0.24 -489;6;3282.00;9.80;1536.00;3.46;0.16 -490;6;799.50;9.50;892.00;-0.73;1.54 -491;6;3194.00;10.02;1509.00;2.35;0.24 -492;6;1452.00;9.80;1399.00;2.82;0.30 -493;6;3104.00;9.95;1560.00;2.67;0.24 -494;6;3057.50;10.75;1527.00;2.24;0.22 -495;6;2922.50;10.00;1548.50;3.92;0.20 -496;6;3199.50;10.00;1713.50;2.11;0.22 -498;6;3499.00;9.77;1483.00;3.92;0.18 -502;6;3389.00;9.85;1491.00;2.35;0.20 -503;6;2786.00;9.70;1471.00;4.46;0.18 -504;6;3272.50;10.00;1517.00;3.60;0.22 -506;6;3102.50;10.20;1534.00;3.38;0.24 -507;6;2785.00;10.42;1556.00;2.35;0.20 -509;6;3458.00;9.80;1485.00;3.14;0.24 -510;6;3432.00;9.97;1532.00;2.67;0.24 -511;6;3346.50;10.00;1506.50;2.73;0.26 -513;6;3199.00;10.10;1534.50;2.46;0.26 -514;6;3021.00;10.20;1547.50;2.03;0.20 -516;6;2872.50;9.70;1535.50;2.82;0.18 -517;6;4489.00;14.60;1243.50;2.86;0.42 -519;6;2950.50;13.90;1485.50;3.33;0.24 -521;6;2913.50;14.60;1483.50;2.60;0.22 -522;6;3334.50;9.80;1538.50;3.46;0.16 -523;6;3413.00;10.10;1501.50;3.81;0.22 -527;6;2785.50;10.05;1483.00;3.30;0.18 -528;6;888.00;10.45;1613.50;2.62;0.36 -529;6;2924.50;10.60;1531.00;2.24;0.22 -530;6;3178.00;10.30;1647.00;3.73;0.22 -531;6;4450.00;13.20;1206.50;2.62;0.46 -532;6;3014.50;11.20;1494.50;3.46;0.20 -534;6;3399.00;10.00;1538.50;3.14;0.22 -536;6;3180.00;10.07;1525.00;2.55;0.24 -537;6;3030.50;9.70;1578.50;3.68;0.18 -539;6;2790.50;11.40;1493.50;3.33;0.18 -540;6;2737.00;11.87;1543.00;2.55;0.28 -541;6;3086.50;10.30;1488.00;2.49;0.20 -543;6;3037.00;14.60;1495.50;2.26;0.18 -544;6;3470.50;9.80;1535.00;3.78;0.26 -545;6;3547.00;9.70;1503.50;2.62;0.30 -546;6;3294.00;9.80;1554.50;2.55;0.20 -547;6;3424.50;9.80;1502.00;3.78;0.20 -548;6;3111.50;9.80;1566.50;1.71;0.18 -549;6;2929.50;11.05;1495.00;1.57;0.16 -550;6;3263.50;10.00;1524.00;3.38;0.20 -551;6;2862.50;9.90;1494.00;3.60;0.24 -552;6;3058.00;9.77;1549.00;3.14;0.20 -553;6;2810.00;10.55;1492.50;2.46;0.22 -556;6;4444.00;15.37;1244.00;3.46;0.46 -557;6;3060.50;9.80;1497.00;3.60;0.16 -558;6;3373.00;10.00;1543.50;2.86;0.22 -560;6;3211.00;10.40;1562.00;3.14;0.22 -562;6;3141.50;9.90;1536.00;2.89;0.22 -564;6;2951.00;10.37;1548.00;3.60;0.26 -565;6;3243.00;10.82;1463.00;3.14;0.20 -566;6;3615.50;9.70;1546.50;2.82;0.16 -568;6;3324.00;9.70;1443.50;3.14;0.20 -570;6;3405.50;9.85;1511.00;2.89;0.24 -571;6;2987.00;11.25;1508.50;3.52;0.22 -573;6;3026.00;10.60;1545.50;3.14;0.16 -574;6;3312.50;9.70;1468.50;4.09;0.22 -576;6;3638.00;9.60;1508.00;2.03;0.34 -578;6;3507.00;10.00;1539.50;3.14;0.22 -579;6;3483.50;9.90;1513.00;2.89;0.22 -580;6;3353.50;10.50;1550.50;2.94;0.24 -581;6;3116.00;13.15;1499.50;2.46;0.20 -582;6;3297.50;9.80;1523.50;3.46;0.16 -583;6;3054.00;12.30;1518.50;3.52;0.18 -586;6;2995.50;12.50;1517.50;2.35;0.22 -588;6;3346.50;9.75;1465.00;3.38;0.22 -589;6;2943.50;10.40;1515.50;1.97;0.22 -593;6;3105.50;9.50;1782.00;1.57;1.08 -596;6;3045.00;11.22;1446.00;3.92;0.18 -597;6;2217.50;9.50;607.00;4.26;1.26 -599;6;3025.50;10.70;1433.50;2.94;0.22 -603;6;2974.50;10.30;1430.50;3.68;0.24 -604;6;5496.50;9.50;1685.00;2.97;1.24 -606;6;3102.50;10.90;1413.00;2.89;0.22 -607;6;2942.50;10.90;1435.00;3.60;0.18 -608;6;3890.00;9.50;983.00;4.02;1.50 -609;6;3328.50;9.50;1216.50;4.39;0.78 -611;6;2918.00;16.15;1431.50;3.14;0.22 -612;6;5588.50;9.50;1445.00;3.58;0.92 -614;6;3132.00;10.62;1420.00;3.92;0.24 -616;6;4762.00;9.50;423.50;3.37;0.64 -617;6;4307.00;9.50;651.50;2.52;0.96 -619;6;3109.50;10.20;1427.50;2.11;0.20 -620;6;2826.00;10.02;1437.00;3.14;0.24 -623;6;3843.00;9.50;684.50;2.32;0.78 -624;6;3065.50;9.90;1431.00;3.30;0.26 -625;6;2819.00;10.00;1438.00;2.15;0.20 -626;6;3756.00;9.50;99.00;3.74;1.32 -628;6;3009.00;9.70;1437.50;3.14;0.22 -629;6;2807.50;10.10;1446.00;3.30;0.26 -631;6;2184.00;9.50;69.50;2.93;0.90 -632;6;2368.50;9.50;331.50;3.98;1.28 -635;6;2459.50;9.50;1431.50;4.23;1.44 -636;6;2932.50;16.05;1449.00;2.89;0.18 -637;6;3182.00;12.07;1415.00;3.14;0.20 -638;6;1500.00;10.45;1430.50;3.14;0.26 -640;6;23.50;9.50;528.50;3.00;1.04 -644;6;339.00;9.50;1537.50;3.87;1.22 -645;6;392.00;9.50;599.00;2.45;1.02 -646;6;3128.50;9.75;1437.00;4.03;0.24 -647;6;1288.00;9.50;675.50;3.24;0.84 -648;6;2879.50;10.30;1454.50;2.35;0.24 -649;6;3230.50;10.40;1389.50;1.89;0.30 -652;6;3466.00;15.60;1321.00;3.14;0.30 -653;6;3038.50;12.90;1455.50;3.92;0.20 -654;6;3477.00;13.72;1372.00;1.89;0.20 -658;6;2949.50;15.20;1450.00;3.60;0.16 -659;6;1511.00;10.85;1560.00;2.15;0.28 -660;6;3202.50;10.55;1422.00;2.24;0.26 -663;6;2938.50;12.10;1465.50;2.82;0.18 -664;6;4896.50;10.65;1435.00;2.78;0.26 -669;6;2823.50;9.80;1458.50;2.11;0.20 -670;6;3509.00;11.45;1384.50;3.42;0.20 -671;6;2999.00;15.55;1458.00;3.60;0.24 -673;6;2989.00;13.80;1466.50;2.03;0.16 -674;6;3227.00;9.70;1413.50;3.14;0.22 -676;6;3185.00;11.60;1442.50;2.12;0.24 -678;6;2916.00;12.75;1473.00;3.73;0.20 -679;6;3124.50;9.80;1445.00;3.38;0.18 -681;6;4916.00;10.10;1451.50;2.46;0.30 -684;6;3113.50;9.80;1460.00;3.38;0.20 -685;6;3487.00;13.42;1389.00;1.81;0.26 -686;6;3068.00;10.45;1468.00;3.14;0.24 -689;6;1489.00;10.62;1572.00;3.60;0.24 -690;6;3209.00;13.70;1430.50;3.73;0.18 -691;6;1486.50;10.45;1584.00;3.01;0.28 -695;6;1471.00;10.70;1583.00;3.46;0.22 -696;6;3153.50;11.85;1452.00;4.03;0.20 -698;6;2911.50;12.50;1471.50;3.00;0.20 -703;6;1415.00;10.80;1655.50;3.14;0.42 -704;6;3051.50;12.70;1482.50;2.60;0.22 -705;6;3331.50;9.60;1424.50;3.33;0.28 -706;6;1637.50;11.10;1575.50;3.68;0.24 -707;6;3005.50;14.00;1474.50;2.60;0.24 -708;6;2972.50;11.10;1485.50;1.97;0.24 -710;6;925.00;14.50;1528.00;2.89;0.34 -711;6;3205.50;14.10;1452.00;3.78;0.18 -712;6;3515.00;11.60;1406.50;3.81;0.26 -713;6;3157.50;11.05;1468.00;2.49;0.24 -718;6;1671.50;10.70;1592.50;1.97;0.14 -719;6;3400.50;10.25;1411.00;4.03;0.24 -720;6;1423.00;10.00;1548.00;2.67;0.32 -722;6;1538.00;12.62;1601.00;3.14;0.28 -723;6;3240.00;9.80;1454.00;3.14;0.24 -725;6;4939.00;13.22;1458.00;2.35;0.30 -726;6;2716.00;13.40;1375.50;3.14;0.20 -727;6;3193.00;14.90;1468.00;3.14;0.20 -728;6;3522.00;10.37;1415.00;3.46;0.26 -729;6;2694.50;12.05;1379.00;3.38;0.18 -730;6;3138.50;9.70;1470.00;2.49;0.24 -731;6;3482.50;11.85;1409.00;3.38;0.20 -732;6;3029.50;11.30;1488.50;2.35;0.22 -733;6;1693.50;11.25;1618.00;2.29;0.34 -735;6;3442.00;10.30;1423.00;3.60;0.20 -736;6;1160.00;10.70;1816.00;2.00;0.86 -737;6;3325.50;9.70;1451.50;2.82;0.22 -738;6;2744.50;12.50;1381.50;2.35;0.20 -739;6;4932.00;10.30;1472.00;2.82;0.32 -741;6;3273.50;9.80;1456.50;2.94;0.30 -742;6;3528.50;11.45;1425.00;2.89;0.18 -744;6;3216.50;11.35;1465.00;4.19;0.20 -745;6;3521.50;9.80;1426.00;2.24;0.24 -746;6;3171.00;10.42;1474.00;1.89;0.18 -752;6;2843.00;10.47;1408.00;2.15;0.18 -754;6;3264.00;9.80;1468.00;3.46;0.24 -755;6;2825.50;10.00;1408.50;3.46;0.14 -756;6;3836.50;10.85;1284.00;3.60;0.40 -759;6;3513.00;9.85;1438.50;3.66;0.30 -760;6;2859.50;12.25;1402.00;3.30;0.18 -761;6;1479.00;9.80;1817.50;3.90;1.90 -762;6;2884.50;9.80;1415.50;4.17;0.18 -763;6;1345.00;10.80;1806.50;4.24;1.44 -764;6;2904.00;15.07;1421.00;3.14;0.20 -765;6;3415.50;9.70;1444.50;3.68;0.20 -766;6;914.00;15.05;1546.50;2.96;0.28 -767;6;3340.00;9.70;1453.50;3.73;0.22 -769;6;2856.50;12.90;1423.50;3.33;0.22 -770;6;2926.00;10.65;1411.50;2.76;0.14 -771;6;2942.00;11.52;1414.00;3.92;0.16 -772;6;3465.50;11.40;1366.00;2.24;0.24 -774;6;1549.00;10.90;1612.00;2.55;0.24 -775;6;3448.00;9.75;1444.50;3.14;0.20 -776;6;2938.50;9.90;1427.50;3.92;0.24 -778;6;2911.50;13.40;1434.50;2.35;0.20 -779;6;772.50;9.50;811.00;-0.76;0.26 -780;6;2883.00;10.15;1423.50;4.01;0.18 -781;6;889.50;13.80;1560.50;3.28;0.34 -782;6;2992.50;9.80;1408.00;3.38;0.18 -783;6;4849.50;13.00;1397.50;3.00;0.30 -785;6;3250.00;12.05;1315.00;2.67;0.26 -786;6;3132.50;9.50;1776.00;1.57;0.82 -787;6;2464.50;9.50;927.50;3.17;1.00 -789;6;3461.00;14.60;1338.00;2.35;0.24 -790;6;2802.50;10.40;1351.00;2.67;0.12 -791;6;2276.00;9.50;689.50;2.83;1.16 -793;6;3180.00;10.15;1389.50;2.76;0.26 -796;6;967.50;9.50;105.00;3.87;1.46 -797;6;3106.50;11.50;1406.50;4.17;0.22 -800;6;4796.00;13.20;1355.50;3.14;0.22 -801;6;1550.50;10.20;1533.50;2.73;0.30 -802;6;3811.50;9.50;971.50;2.72;0.98 -803;6;3303.50;9.50;1172.50;-0.88;0.72 -804;6;3331.00;11.50;1323.50;3.14;0.22 -805;6;1313.00;10.40;1393.00;3.60;0.34 -806;6;3370.50;9.95;1270.00;3.38;0.28 -807;6;5093.00;9.50;627.00;4.55;1.08 -808;6;5288.50;9.50;1321.00;3.18;1.16 -809;6;2716.50;12.65;1296.00;2.67;0.20 -810;6;4856.00;12.20;1410.00;3.46;0.24 -811;6;4723.00;9.50;403.50;3.84;0.88 -812;6;4356.50;9.50;637.00;1.83;1.10 -813;6;2780.50;12.30;1349.50;2.82;0.20 -814;6;4652.50;11.40;1342.00;4.33;0.28 -815;6;4518.50;9.50;287.00;3.17;1.08 -816;6;3800.50;9.50;644.00;3.47;0.98 -818;6;3191.00;9.70;1402.00;4.06;0.28 -823;6;993.00;10.67;1431.00;2.55;0.30 -824;6;2150.50;9.50;73.00;2.33;0.98 -825;6;2339.00;9.50;317.00;2.15;1.26 -826;6;2528.50;9.50;1131.50;2.26;1.36 -827;6;1532.00;10.80;1546.00;2.03;0.26 -828;6;4593.00;14.47;1347.00;2.82;0.34 -829;6;3533.50;10.00;1206.50;2.82;0.48 -830;6;2513.00;9.50;1492.50;4.27;1.30 -831;6;1486.00;10.37;1544.00;3.14;0.22 -832;6;2770.50;12.20;1306.50;3.92;0.24 -835;6;68.00;9.50;511.50;3.06;1.24 -836;6;4732.00;13.55;1336.00;2.82;0.22 -837;6;4912.00;12.45;1422.50;4.01;0.34 -838;6;24.50;9.50;1335.00;3.26;1.04 -839;6;266.00;9.50;1545.50;4.06;1.02 -842;6;1398.00;9.50;684.00;4.13;1.24 -846;6;4731.00;9.80;1371.00;3.46;0.28 -847;6;1586.00;10.42;1551.00;3.92;0.22 -848;6;4793.00;11.65;1306.00;3.92;0.28 -850;6;1040.00;14.62;1482.00;3.78;0.46 -852;6;4792.00;14.67;1335.00;3.14;0.22 -854;6;2840.00;12.15;1357.50;4.46;0.24 -856;6;3262.50;13.40;1316.00;3.78;0.26 -858;6;2740.50;11.80;1318.50;2.35;0.16 -860;6;1469.50;10.15;1403.00;3.30;0.34 -861;6;4805.50;14.50;1357.00;2.89;0.22 -862;6;1612.50;11.10;1567.50;3.33;0.28 -863;6;3151.50;10.25;1314.00;3.38;0.22 -864;6;3488.00;14.65;1290.50;3.14;0.24 -866;6;1538.00;9.70;1332.50;3.14;0.30 -867;6;3134.00;14.32;1361.00;2.35;0.20 -868;6;1138.00;17.75;1514.50;3.14;0.46 -869;6;3327.50;10.40;1292.50;4.39;0.20 -871;6;2795.50;14.20;1325.50;1.71;0.24 -872;6;2817.50;11.55;1361.00;3.38;0.20 -873;6;1598.50;9.70;1518.00;1.98;0.32 -874;6;2701.00;11.50;1342.50;4.46;0.24 -876;6;3429.00;12.50;1303.50;2.46;0.30 -880;6;1571.50;10.80;1560.50;2.35;0.24 -881;6;4636.00;11.75;1343.00;3.92;0.24 -883;6;3051.00;10.00;1350.00;3.14;0.18 -886;6;3375.00;13.65;1283.00;2.55;0.36 -887;6;4756.50;10.55;1372.00;2.67;0.26 -888;6;2775.50;12.70;1317.00;2.97;0.24 -889;6;2684.50;12.25;1343.00;2.89;0.16 -891;6;1634.00;10.80;1568.00;2.35;0.22 -892;6;4727.50;10.80;1341.00;2.67;0.26 -893;6;3196.00;14.12;1356.00;3.14;0.22 -896;6;2736.00;11.52;1326.00;2.67;0.20 -898;6;4829.00;12.00;1365.50;3.52;0.26 -899;6;2813.50;13.30;1370.50;3.33;0.16 -900;6;4648.50;10.50;1330.50;2.82;0.24 -903;6;2741.50;12.40;1366.50;2.94;0.20 -904;6;3288.00;9.70;1342.50;4.24;0.24 -906;6;4791.50;14.30;1346.50;2.73;0.22 -907;6;3154.00;12.75;1363.50;2.76;0.24 -910;6;2981.50;10.90;1385.00;2.89;0.22 -915;6;2807.50;14.35;1373.00;1.95;0.24 -916;6;4743.50;9.90;1378.00;2.89;0.26 -918;6;2718.00;11.80;1356.50;3.14;0.16 -919;6;3366.00;13.05;1320.50;2.86;0.30 -920;6;2710.50;13.10;1358.00;1.95;0.20 -921;6;3358.50;13.25;1299.00;4.03;0.28 -922;6;3238.00;10.35;1356.50;3.52;0.24 -923;6;3019.00;10.90;1354.50;3.52;0.22 -924;6;2672.00;10.15;1314.50;2.76;0.22 -926;6;1412.00;10.15;1621.50;2.46;0.34 -927;6;4805.00;13.15;1372.50;3.73;0.20 -928;6;3238.50;10.15;1302.00;3.38;0.22 -929;6;2816.00;9.85;1397.50;2.03;0.18 -930;6;4737.00;9.90;1398.50;2.12;0.38 -931;6;2707.50;10.40;1300.50;2.82;0.20 -933;6;3362.50;12.20;1332.50;3.33;0.24 -934;6;4689.00;11.75;1355.00;2.82;0.30 -935;6;3159.50;13.50;1369.50;4.17;0.26 -936;6;3152.00;12.02;1341.00;2.15;0.24 -938;6;2697.00;13.72;1335.00;2.55;0.18 -939;6;2727.00;13.60;1335.50;3.81;0.24 -941;6;958.00;14.00;1467.50;3.36;0.36 -943;6;2834.50;10.00;1389.00;2.67;0.22 -944;6;4828.50;11.00;1377.50;2.60;0.24 -945;6;4760.50;11.20;1349.50;3.92;0.18 -946;6;4797.50;12.45;1385.00;2.09;0.26 -950;6;2747.50;12.80;1291.00;2.89;0.20 -952;6;4614.50;14.10;1352.50;3.54;0.28 -953;6;3093.50;14.30;1389.50;2.82;0.20 -954;6;1422.50;9.90;1504.50;3.64;0.26 -956;6;2905.00;10.95;1392.50;1.69;0.18 -964;6;4719.50;11.25;1330.00;2.44;0.24 -965;6;3168.00;12.12;1385.00;2.67;0.24 -967;6;3006.50;11.70;1393.50;3.68;0.24 -968;6;1478.50;10.80;1447.00;2.67;0.26 -971;6;1515.00;10.40;1523.50;4.01;0.28 -975;6;3402.50;11.00;1339.50;2.82;0.22 -976;6;3153.50;14.00;1301.50;2.94;0.26 -978;6;4783.50;13.60;1329.00;3.38;0.22 -982;6;3106.00;14.00;1393.50;3.14;0.28 -983;6;1646.00;10.65;1723.50;2.91;0.80 -984;6;3055.50;12.00;1405.00;2.49;0.16 -986;6;922.50;10.70;1464.50;3.00;0.28 -987;6;4729.00;9.70;1352.50;2.55;0.28 -989;6;2773.00;12.35;1228.00;2.89;0.34 -990;6;3150.50;9.50;1738.50;1.31;0.62 -991;6;2527.00;9.50;838.50;3.62;1.10 -992;6;3269.50;9.80;1145.50;3.28;0.38 -993;6;4988.00;9.70;1256.00;3.14;0.22 -995;6;2252.50;9.50;703.00;2.46;1.16 -996;6;4669.50;11.00;1170.50;2.82;0.18 -997;6;4250.50;9.90;1017.50;3.92;0.32 -1001;6;4654.00;9.70;1197.00;1.89;0.24 -1004;6;4567.00;10.20;1222.50;2.26;0.36 -1006;6;4630.00;14.15;1069.00;3.14;0.26 -1008;6;3278.00;9.50;1212.50;4.21;0.66 -1010;6;4476.00;13.05;1113.50;2.18;0.34 -1011;6;5041.50;9.50;653.00;3.42;1.08 -1012;6;5233.50;9.50;1306.00;2.73;1.46 -1014;6;4269.50;10.00;972.50;3.92;0.32 -1015;6;3349.50;10.95;1149.00;3.60;0.20 -1017;6;4319.00;9.50;620.50;3.90;1.00 -1020;6;4853.50;10.00;1177.50;3.33;0.14 -1021;6;4490.50;9.50;232.50;2.80;1.16 -1022;6;3776.50;9.50;688.00;4.02;0.94 -1025;6;4844.50;11.40;1207.50;3.92;0.20 -1027;6;4576.00;14.25;1313.00;3.60;0.20 -1028;6;3314.00;10.72;1054.00;2.94;0.28 -1029;6;4661.00;9.70;1227.50;3.81;0.28 -1030;6;2172.00;9.50;128.50;3.54;1.08 -1032;6;2460.00;9.50;1183.50;4.23;1.22 -1034;6;4538.50;11.70;1254.00;3.01;0.36 -1035;6;2484.50;9.50;1575.50;3.46;1.54 -1039;6;1129.50;9.50;134.00;2.67;1.16 -1040;6;120.50;9.50;481.00;2.80;1.04 -1043;6;2933.50;10.50;1129.00;2.85;1.26 -1045;6;447.00;9.50;646.50;3.05;0.98 -1046;6;2944.00;10.95;1254.00;4.24;0.28 -1047;6;4570.50;10.40;1024.00;4.19;0.28 -1049;6;1365.00;9.50;727.00;2.51;1.10 -1051;6;4926.00;11.50;1218.00;3.92;0.24 -1053;6;4606.50;10.15;1072.00;2.97;0.30 -1055;6;4683.00;10.85;1110.50;3.42;0.28 -1056;6;3383.50;13.85;1233.00;3.26;0.36 -1060;6;3181.50;9.80;1149.50;3.50;0.40 -1061;6;3899.50;10.00;1037.00;4.29;0.40 -1062;6;3130.00;14.02;1174.00;3.38;0.26 -1064;6;3326.50;10.35;1060.00;2.44;0.30 -1065;6;3355.00;9.60;1193.00;4.71;0.24 -1067;6;4929.50;10.00;1239.00;2.89;0.20 -1069;6;4638.50;10.20;1264.50;2.35;0.30 -1072;6;3396.00;12.80;1238.50;3.14;0.32 -1073;6;4450.00;10.45;1004.50;2.46;0.28 -1074;6;3366.00;11.77;1198.00;3.73;0.26 -1076;6;4655.50;9.60;1217.00;3.78;0.26 -1078;6;4607.00;10.25;1048.50;3.14;0.26 -1080;6;3306.00;11.37;1111.00;3.14;0.38 -1083;6;4628.50;10.00;1159.00;3.30;0.30 -1084;6;4638.50;9.70;1278.00;2.89;0.24 -1086;6;3356.00;11.05;1173.00;2.82;0.18 -1087;6;4544.50;10.10;1024.00;3.60;0.24 -1089;6;4679.00;10.00;1183.50;4.06;0.20 -1092;6;4873.50;10.70;1221.50;2.35;0.22 -1093;6;2786.00;11.20;1292.00;2.03;0.20 -1094;6;4667.50;12.60;1098.50;3.33;0.24 -1095;6;2792.00;10.15;1118.50;3.73;0.98 -1096;6;4690.00;11.57;1141.00;3.14;0.20 -1097;6;4978.00;11.25;1250.50;2.55;0.22 -1099;6;4657.50;9.85;1169.00;2.49;0.22 -1101;6;4144.00;9.87;994.00;2.35;0.30 -1102;6;2659.50;10.90;1169.00;3.53;0.44 -1105;6;2976.00;9.90;1189.00;3.14;0.30 -1108;6;3371.00;10.80;1220.50;2.55;0.28 -1110;6;4625.50;9.95;1095.00;3.30;0.34 -1111;6;2760.00;12.05;1219.00;2.94;0.36 -1114;6;4426.00;13.07;1026.00;3.14;0.34 -1115;6;2721.00;10.70;1034.00;3.99;1.40 -1116;6;4282.50;12.10;1104.00;2.06;0.46 -1117;6;4975.00;10.02;1280.00;3.92;0.28 -1122;6;3293.00;11.25;1272.00;3.73;0.26 -1124;6;4654.50;11.40;1238.50;3.54;0.20 -1125;6;4659.50;10.90;1142.50;2.35;0.30 -1126;6;2846.50;12.80;1207.50;2.35;0.46 -1129;6;4022.50;22.30;1184.00;3.87;0.50 -1131;6;4539.00;10.77;1016.00;3.38;0.24 -1132;6;1593.00;9.70;1448.50;2.86;0.36 -1135;6;98.15;9.50;1782.38;1.83;0.34 -1136;6;4918.00;10.65;1236.50;2.76;0.24 -1137;6;4599.00;14.07;1325.00;3.60;0.26 -1138;6;4638.00;10.90;1090.50;3.36;0.28 -1139;6;4579.50;10.95;1237.00;2.89;0.22 -1140;6;3181.00;9.80;1121.00;1.91;0.72 -1141;6;2924.00;13.72;1235.00;3.78;0.42 -1142;6;4251.50;9.70;991.00;2.24;0.26 -1143;6;3225.50;9.60;1134.00;3.87;0.44 -1145;6;2853.00;9.70;1260.50;2.76;0.24 -1146;6;4655.00;9.70;1179.50;2.46;0.28 -1147;6;3894.00;9.70;1054.50;4.31;0.34 -1148;6;4806.50;12.60;1289.00;2.89;0.24 -1153;6;4625.00;10.25;1136.50;4.24;0.24 -1154;6;4661.00;11.50;1249.50;2.46;0.24 -1157;6;4470.00;9.85;993.50;3.14;0.28 -1158;6;4827.00;9.50;1197.00;0.00;0.80 -1160;6;2931.50;9.80;1262.50;2.94;0.30 -1161;6;4639.50;11.30;1207.50;3.68;0.24 -1162;6;4599.00;10.20;1041.50;2.26;0.30 -1166;6;4654.50;12.00;1075.00;4.12;0.28 -1169;6;4598.50;9.80;1262.00;3.30;0.26 -1171;6;4649.50;9.80;1160.50;3.68;0.26 -1172;6;4448.50;13.35;1039.00;3.30;0.40 -1176;6;2755.00;14.15;1273.50;2.21;0.20 -1178;6;2722.00;10.20;1280.00;3.14;0.16 -1179;6;3842.00;11.00;1075.00;3.14;0.50 -1180;6;4570.00;11.80;1248.00;2.82;0.30 -1181;6;3244.50;12.20;633.00;3.97;0.68 -1182;6;4988.50;9.70;1245.50;2.11;0.20 -1186;6;3157.50;9.80;1167.00;2.97;0.34 -1188;6;4597.50;10.80;1274.00;3.30;0.26 -1191;6;4870.50;12.10;1229.00;2.89;0.22 -1195;6;4680.50;11.90;1123.50;3.33;0.24 -1197;6;4315.00;11.85;1090.50;3.42;0.40 -1200;6;4698.00;11.07;1277.00;2.15;0.22 -1203;6;4574.50;12.70;1295.50;2.63;0.30 -1204;6;3151.50;10.00;1191.00;2.97;0.24 -1206;6;3307.00;10.80;1037.50;3.56;0.42 -1207;6;2715.50;16.10;1186.50;3.76;0.34 -1208;6;4505.02;9.50;691.37;3.82;0.84 -1209;6;4550.00;10.05;522.50;3.81;0.20 -1210;6;3682.00;10.15;1554.50;3.14;0.28 -1211;6;3111.50;9.50;1740.50;2.88;0.92 -1212;6;2625.00;9.50;744.00;2.29;1.18 -1215;6;2093.00;9.50;866.50;2.79;0.72 -1217;6;4906.50;10.70;445.00;3.26;0.32 -1218;6;2185.00;9.50;1760.50;4.27;1.06 -1221;6;4692.50;9.50;869.00;-0.16;0.20 -1222;6;5063.00;11.90;538.50;2.86;0.32 -1223;6;3905.50;10.10;1529.00;1.98;0.38 -1225;6;4600.50;9.70;608.50;3.46;0.26 -1226;6;3856.50;9.50;802.00;4.09;0.82 -1227;6;2891.50;9.50;1725.50;2.14;0.48 -1229;6;3871.00;10.20;1578.50;1.84;0.44 -1230;6;4539.50;10.30;658.50;3.00;0.32 -1231;6;5138.00;9.50;675.50;3.47;1.32 -1232;6;5196.50;9.50;1251.50;2.52;1.36 -1234;6;4754.50;10.30;757.50;3.92;0.24 -1236;6;4381.50;9.50;603.50;2.63;0.94 -1243;6;3893.00;10.40;1484.00;3.92;0.52 -1244;6;4398.50;9.60;860.00;2.67;0.26 -1245;6;2884.00;9.50;130.50;3.79;1.16 -1248;6;4488.00;13.02;886.00;2.82;0.24 -1249;6;2157.50;9.50;160.50;2.78;0.96 -1250;6;2334.50;9.50;378.50;3.50;1.24 -1252;6;4640.50;10.40;665.50;2.73;0.34 -1253;6;4333.50;11.05;941.00;3.86;0.38 -1255;6;2467.00;9.50;1632.50;3.73;1.24 -1257;6;4417.00;18.70;1190.00;3.60;0.40 -1258;6;3692.50;11.20;1607.50;2.63;0.34 -1259;6;1269.50;9.50;230.00;4.28;1.10 -1262;6;1040.50;13.20;1741.50;2.94;0.68 -1266;6;441.50;9.50;599.50;2.82;1.10 -1268;6;4035.50;11.90;838.50;3.33;0.28 -1270;6;1512.00;9.50;658.50;2.83;1.14 -1272;6;3831.50;10.20;1505.50;2.23;0.46 -1274;6;4431.50;9.80;589.00;2.49;0.28 -1275;6;4044.00;10.25;924.00;4.51;0.34 -1276;6;3833.50;10.05;1552.00;3.01;0.46 -1277;6;4393.50;10.30;664.50;3.92;0.38 -1278;6;3687.00;9.95;1618.50;2.62;0.26 -1282;6;1740.00;10.40;1658.50;3.14;0.36 -1284;6;1717.00;10.07;1685.00;2.46;0.42 -1287;6;3991.50;9.80;1527.00;2.74;0.58 -1290;6;3654.50;9.80;1533.50;2.07;0.32 -1292;6;3813.50;9.80;1639.50;3.80;0.44 -1295;6;3626.00;9.85;1818.50;3.00;0.66 -1296;6;4355.50;10.25;846.00;3.01;0.22 -1299;6;1549.50;10.90;1699.00;3.01;0.42 -1300;6;4506.00;10.40;879.50;2.21;0.18 -1302;6;4471.50;10.80;922.50;3.68;0.26 -1303;6;3813.50;9.70;1541.50;3.05;0.46 -1304;6;4526.00;10.35;657.00;2.67;0.34 -1305;6;3674.50;9.80;1602.50;3.28;0.38 -1307;6;3626.50;10.10;1754.50;3.68;0.36 -1309;6;3937.50;10.00;1600.00;3.53;0.56 -1312;6;3880.00;10.55;1463.50;3.77;0.52 -1314;6;3739.00;9.97;1484.00;4.12;0.48 -1317;6;4032.50;10.45;917.00;3.26;0.38 -1319;6;4411.50;15.00;1071.00;2.15;0.38 -1320;6;935.00;14.60;1713.00;2.35;0.52 -1324;6;4443.50;10.30;858.00;2.44;0.30 -1325;6;4955.50;11.80;1504.50;3.46;0.34 -1327;6;3787.50;10.50;1628.00;4.45;0.44 -1328;6;4495.00;13.05;876.00;3.73;0.24 -1331;6;3817.00;10.00;1519.00;2.21;0.44 -1333;6;4283.00;10.95;960.50;3.85;0.22 -1335;6;4613.50;12.85;720.00;2.97;0.36 -1339;6;4753.50;10.60;502.50;3.33;0.20 -1341;6;1624.50;10.10;1665.00;4.08;0.46 -1342;6;4456.50;9.70;561.00;0.35;0.14 -1343;6;4964.50;12.35;1526.00;2.67;0.32 -1344;6;4035.50;11.20;863.00;4.29;0.26 -1346;6;2919.50;13.60;1490.50;2.60;0.18 -1347;6;961.50;14.20;1809.00;3.82;0.92 -1350;6;3641.00;10.00;1578.50;3.42;0.30 -1352;6;1302.00;11.00;1520.00;3.52;0.40 -1353;6;4411.50;12.30;849.00;3.60;0.24 -1355;6;4737.00;9.55;490.50;2.72;0.42 -1357;6;4390.50;11.20;920.50;3.76;0.38 -1359;6;4002.50;10.95;936.00;2.85;0.38 -1363;6;3805.00;10.35;1587.50;3.86;0.38 -1364;6;4387.00;11.90;723.50;2.76;0.22 -1365;6;3653.50;9.80;1677.00;3.50;0.30 -1366;6;4351.50;9.70;778.50;3.33;0.22 -1369;6;4165.50;10.70;1610.00;2.67;0.50 -1373;6;4417.50;9.70;619.50;2.19;0.28 -1374;6;4458.50;11.00;902.50;3.00;0.30 -1375;6;3944.50;9.80;1543.50;4.20;0.58 -1377;6;4056.50;9.85;1098.00;3.87;0.48 -1378;6;3677.00;9.90;1569.50;4.01;0.32 -1382;6;3906.00;10.80;1459.50;3.37;0.58 -1383;6;4387.50;13.15;1037.00;3.44;0.42 -1384;6;3882.00;17.75;1300.00;3.38;0.36 -1385;6;4350.50;10.80;867.00;2.44;0.22 -1387;6;3836.00;9.85;1665.00;2.21;0.36 -1390;6;4434.50;10.40;942.00;3.60;0.30 -1397;6;4951.00;11.90;1489.50;2.62;0.36 -1400;6;4490.50;11.90;862.50;3.33;0.22 -1401;6;4455.00;9.70;605.00;1.57;0.30 -1405;6;3977.00;13.85;961.50;3.42;0.34 -1406;6;3692.00;10.20;1558.00;3.14;0.28 -1407;6;4769.50;10.50;771.50;3.33;0.18 -1409;6;4023.50;10.20;808.00;2.97;0.30 -1411;6;901.00;13.05;1857.50;3.94;1.36 -1412;6;3993.00;12.00;868.00;3.14;0.34 -1414;6;925.50;11.90;1628.00;3.07;0.60 -1415;6;4687.00;10.72;906.00;3.14;0.18 -1417;6;4313.00;10.30;944.00;3.14;0.26 -1418;6;3900.00;10.10;1588.00;2.35;0.40 -1422;6;4915.00;10.25;457.50;3.66;0.36 -1423;6;4460.50;9.60;812.50;3.92;0.24 -1424;6;1792.50;9.80;1666.00;3.60;0.48 -1426;6;1817.00;9.65;1921.50;3.40;1.46 -1427;6;4370.50;9.50;870.00;2.97;0.28 -1429;6;3741.00;9.80;1504.00;3.14;0.38 -1430;6;4052.00;9.70;897.00;2.35;0.32 -1432;6;942.50;17.10;1503.50;4.05;0.50 -1434;6;3217.00;9.50;1734.00;-1.50;0.62 -1435;6;2860.50;9.50;588.50;3.24;0.96 -1436;6;1637.00;11.45;1596.50;2.76;0.26 -1439;6;2024.00;9.50;934.50;3.53;1.14 -1442;6;2259.00;9.50;1674.00;3.24;1.00 -1444;6;4154.50;10.30;1029.50;3.25;0.32 -1445;6;1483.00;10.05;1516.50;3.66;0.32 -1447;6;5491.50;9.50;1741.00;3.79;1.30 -1449;6;1869.00;9.80;343.50;2.76;0.52 -1450;6;3553.00;14.67;1353.00;2.35;0.24 -1451;6;3809.00;9.50;759.00;2.94;0.86 -1452;6;3035.50;9.50;1317.50;1.60;1.24 -1453;6;1384.00;10.30;1376.00;3.46;0.30 -1454;6;4879.00;10.50;420.00;2.46;0.42 -1456;6;5100.50;9.50;683.50;2.19;1.06 -1457;6;5295.00;9.50;1276.50;1.92;0.86 -1458;6;4530.00;13.45;1275.50;2.12;0.34 -1459;6;3899.00;14.65;1347.00;2.35;0.56 -1461;6;4675.00;9.50;403.00;3.73;0.78 -1462;6;4277.00;9.50;667.50;2.69;0.82 -1463;6;3493.00;13.95;1280.00;3.46;0.30 -1465;6;4504.50;9.50;176.00;3.63;1.24 -1466;6;3773.00;9.50;724.50;3.67;0.84 -1467;6;3530.50;14.50;1327.00;2.67;0.30 -1469;6;4477.50;10.55;1021.00;2.89;0.32 -1471;6;3000.00;9.50;77.00;3.33;1.06 -1472;6;5114.50;10.80;278.50;2.73;0.44 -1474;6;4504.50;10.95;1105.00;2.78;0.36 -1475;6;2102.50;9.50;76.00;2.80;0.92 -1477;6;2486.00;9.50;1273.50;4.01;1.22 -1479;6;1876.00;10.20;691.50;-1.21;0.48 -1480;6;1522.00;9.70;1389.50;3.56;0.46 -1481;6;2463.50;9.50;1680.00;3.82;1.20 -1483;6;3949.50;16.00;1340.50;2.73;0.36 -1485;6;1512.50;10.50;1445.50;3.64;0.40 -1487;6;169.50;9.50;544.50;3.42;1.22 -1489;6;4608.00;13.37;1359.00;2.11;0.28 -1490;6;202.50;9.50;1546.50;4.15;1.04 -1491;6;497.00;9.50;657.00;3.14;1.02 -1492;6;4308.50;11.30;1008.50;3.46;0.24 -1493;6;3727.50;10.10;1340.50;2.57;0.56 -1494;6;3286.00;12.95;197.50;2.32;0.84 -1495;6;1455.50;9.50;793.50;2.69;1.02 -1497;6;4217.50;11.80;1072.00;3.38;0.26 -1498;6;4683.00;10.50;262.00;3.14;0.62 -1499;6;4722.00;11.40;1413.00;3.14;0.34 -1500;6;1335.00;10.30;1366.00;2.49;0.36 -1502;6;4690.00;12.05;1458.50;4.04;0.54 -1503;6;1360.00;10.30;1419.50;1.86;0.22 -1504;6;4924.50;10.40;1460.50;2.35;0.28 -1506;6;1554.00;12.15;1497.50;2.92;0.32 -1507;6;4399.50;10.20;949.50;2.73;0.38 -1509;6;3139.00;12.00;195.50;4.44;1.08 -1511;6;4648.00;9.95;252.50;2.92;0.56 -1514;6;4970.50;9.70;388.50;2.69;0.44 -1515;6;5152.51;9.60;1439.50;0.00;1.00 -1516;6;3188.50;12.30;520.50;3.74;0.80 -1517;6;3633.50;9.90;1388.00;2.29;0.44 -1518;6;4688.00;12.40;626.50;3.66;0.26 -1519;6;4562.50;14.90;1271.00;2.44;0.32 -1520;6;4445.50;10.40;928.50;3.00;0.28 -1521;6;3712.50;13.00;1277.50;4.32;0.42 -1522;6;4407.00;12.95;1020.50;2.76;0.34 -1523;6;1384.50;10.90;1524.00;1.98;0.34 -1525;6;4267.00;12.67;1082.00;4.24;0.48 -1528;6;1354.00;10.40;1383.00;2.49;0.36 -1529;6;2003.00;12.40;428.50;3.14;0.50 -1530;6;3495.00;12.85;1365.00;3.60;0.18 -1531;6;4544.00;13.45;1266.50;2.12;0.36 -1532;6;3799.00;11.20;1379.00;2.67;0.56 -1533;6;4395.50;9.90;627.50;3.68;0.30 -1535;6;4438.50;9.90;914.00;2.42;0.40 -1537;6;5114.00;11.57;160.00;3.52;0.46 -1538;6;4132.00;10.50;1005.50;4.15;0.32 -1539;6;3521.00;11.60;1339.50;3.42;0.28 -1542;6;1998.00;11.35;413.00;2.67;0.56 -1545;6;4832.00;10.62;1461.00;3.46;0.40 -1546;6;4935.00;11.05;603.50;2.43;0.42 -1547;6;1542.00;9.70;1414.00;2.89;0.34 -1549;6;3458.00;10.90;1267.00;1.97;0.38 -1550;6;1606.50;9.70;1198.50;3.76;0.32 -1551;6;4573.50;13.30;1406.00;3.04;0.48 -1554;6;3809.00;10.80;1347.00;4.51;0.60 -1555;6;1882.50;9.70;276.00;2.85;0.44 -1557;6;5055.50;11.20;334.00;3.08;0.62 -1559;6;1370.00;10.15;1410.50;3.86;0.34 -1560;6;1395.50;11.60;1597.50;3.68;0.28 -1563;6;4468.50;11.35;893.00;2.58;0.32 -1564;6;1343.50;10.70;1507.00;2.15;0.38 -1566;6;4323.00;13.02;1000.00;3.46;0.38 -1568;6;1876.50;10.10;258.00;2.85;0.54 -1569;6;4116.50;10.50;1062.50;3.00;0.40 -1570;6;5109.00;10.05;231.50;2.41;0.44 -1571;6;4851.50;13.95;1429.00;2.24;0.36 -1572;6;1528.50;9.70;1356.50;3.33;0.28 -1575;6;4535.00;11.40;1237.50;3.14;0.34 -1577;6;4473.50;11.50;882.50;4.09;0.26 -1579;6;4093.00;11.10;983.50;3.42;0.42 -1580;6;3173.00;12.10;345.00;2.59;1.52 -1581;6;4280.50;10.10;1051.50;2.13;0.46 -1582;6;1493.00;11.20;1485.50;4.24;0.26 -1583;6;2002.00;10.40;513.00;2.49;0.48 -1584;6;1523.00;9.70;1345.50;2.92;0.36 -1585;6;1937.50;9.80;401.00;3.07;0.56 -1587;6;1435.00;10.40;1431.00;3.14;0.30 -1588;6;4764.00;10.25;1466.50;1.78;0.44 -1589;6;4688.50;9.50;579.00;1.20;0.30 -1591;6;4014.00;10.95;1383.50;2.03;0.20 -1592;6;4455.00;9.85;885.50;3.14;0.20 -1595;6;1462.00;10.10;1537.50;3.14;0.24 -1597;6;4508.50;9.80;1038.00;4.29;0.30 -1599;6;3499.50;13.00;1354.50;3.92;0.28 -1600;6;3476.00;11.65;1238.00;3.33;0.46 -1603;6;4548.00;12.05;1216.00;2.55;0.30 -1605;6;4493.00;12.15;852.00;3.46;0.24 -1607;6;4325.50;12.05;983.00;3.50;0.34 -1608;6;4596.50;12.40;1390.50;2.94;0.32 -1609;6;4185.00;9.70;1040.00;3.14;0.22 -1610;6;3540.50;10.20;1329.50;3.00;0.22 -1611;6;5154.50;10.40;206.50;3.00;0.34 -1612;6;4552.00;9.70;1156.50;3.42;0.42 -1613;6;1922.50;9.90;337.50;3.92;0.48 -1614;6;3737.00;9.80;1372.50;4.36;0.52 -1615;6;1410.50;10.40;1395.00;4.12;0.30 -1616;6;2976.50;10.70;1398.50;2.82;0.14 -1617;6;4997.00;9.75;545.50;3.44;0.38 -1621;6;1376.50;10.50;1512.50;3.03;0.42 -1623;6;3813.00;10.00;1331.50;2.92;0.50 -1625;6;4450.00;12.25;1047.00;3.60;0.26 -1626;6;1938.50;9.90;352.00;3.67;0.56 -1627;6;4710.50;10.20;1437.50;3.25;0.40 -1628;6;4612.00;10.10;1133.50;2.86;0.30 -1629;6;4988.00;10.30;529.00;2.03;0.34 -1630;6;4426.00;14.65;1266.00;2.76;0.46 -1631;6;3430.00;11.20;1198.00;2.44;0.70 -1632;6;3809.50;10.00;1296.00;4.12;0.56 -1634;6;3429.00;11.35;1254.50;2.62;0.36 -1636;6;3502.00;13.70;1311.50;3.14;0.40 -1637;6;4133.00;11.00;1041.50;2.12;0.34 -1642;6;5034.00;12.40;1403.00;3.92;0.38 -1643;6;1367.00;10.30;1376.50;2.46;0.38 -1646;6;1393.50;10.30;1450.50;1.99;0.42 -1648;6;4332.50;11.75;713.00;3.60;0.40 -1649;6;3765.00;9.90;1325.50;4.24;0.52 -1650;6;4296.00;10.82;967.00;3.92;0.24 -1651;6;975.00;12.65;1474.50;3.85;0.42 -1653;6;4435.00;16.25;1043.00;2.24;0.36 -1657;6;1686.00;10.97;1781.00;4.06;1.20 -1658;6;1139.00;17.77;1534.00;2.67;0.52 -1659;6;3870.50;9.70;1752.50;3.92;0.78 -1660;6;3184.50;9.50;1724.00;1.43;0.60 -1661;6;2770.00;9.50;725.50;4.33;0.74 -1665;6;1940.00;9.50;980.50;2.21;0.76 -1666;6;4652.50;11.70;1684.50;2.65;0.84 -1668;6;4050.00;10.45;1479.50;2.03;0.52 -1669;6;2032.00;9.50;1843.50;3.36;1.60 -1670;6;672.00;9.50;133.00;3.14;1.30 -1671;6;565.00;9.50;923.50;-0.54;1.10 -1672;6;4570.00;11.95;1549.00;2.89;0.72 -1673;6;5357.00;9.70;1732.50;2.74;1.06 -1674;6;4082.00;9.95;1668.00;1.97;0.54 -1675;6;3996.50;12.70;1359.50;2.71;0.44 -1676;6;4246.00;14.45;1545.00;4.29;0.52 -1678;6;1344.00;12.05;1566.50;2.55;0.42 -1679;6;4153.50;9.80;1767.50;3.84;0.62 -1680;6;3916.00;9.80;1571.50;3.77;0.38 -1681;6;5091.50;9.50;742.50;2.66;1.56 -1682;6;5149.50;9.50;1094.50;2.02;1.24 -1687;6;4284.50;9.50;708.50;3.49;0.78 -1688;6;3285.00;11.25;283.50;1.99;0.52 -1689;6;4302.00;14.47;1507.00;4.20;0.60 -1690;6;969.00;11.25;1695.00;3.14;0.40 -1691;6;4446.50;9.50;233.50;2.40;1.10 -1692;6;3851.50;9.50;733.00;3.41;0.98 -1693;6;4816.50;10.40;1495.50;2.87;0.38 -1694;6;3877.00;10.45;1627.50;2.48;0.60 -1696;6;4514.50;12.50;1550.50;3.74;0.66 -1697;6;4365.00;10.20;1735.00;3.14;0.78 -1700;6;2265.00;9.50;318.00;3.14;1.26 -1701;6;2511.50;9.50;1200.50;4.06;1.08 -1702;6;4199.00;14.02;1566.00;2.73;0.58 -1703;6;4072.50;17.75;1362.00;3.04;0.58 -1704;6;3768.50;9.80;1723.50;2.71;0.54 -1705;6;2420.50;9.50;1700.00;2.67;1.56 -1708;6;4106.50;13.10;1444.50;2.85;0.68 -1709;6;3940.00;9.80;1642.50;3.27;0.54 -1710;6;1262.00;9.50;301.00;3.99;1.42 -1711;6;187.50;9.50;452.50;3.97;1.00 -1714;6;4968.00;12.85;1788.00;2.89;1.34 -1715;6;51.00;9.50;1391.00;3.73;1.34 -1716;6;198.50;9.50;1594.50;3.73;1.10 -1717;6;542.00;9.50;685.00;3.37;1.34 -1718;6;4148.50;10.40;1667.00;3.98;0.30 -1720;6;1459.50;9.50;831.50;2.65;0.90 -1724;6;4878.50;11.95;1590.00;2.40;0.48 -1725;6;4379.00;13.95;1435.50;3.69;0.66 -1726;6;4023.50;9.70;1751.50;4.33;0.56 -1728;6;4370.50;17.45;1462.00;3.67;0.62 -1729;6;4092.50;9.70;1864.50;3.82;1.20 -1730;6;4811.00;11.40;1628.50;2.31;0.58 -1732;6;4832.00;11.00;1474.00;2.55;0.40 -1733;6;4030.50;9.80;1624.50;2.35;0.58 -1734;6;1354.50;11.15;1684.00;4.28;0.40 -1735;6;4449.00;11.30;1688.00;2.96;0.72 -1736;6;1057.50;15.30;1656.00;2.64;0.76 -1737;6;911.50;12.30;1788.00;3.48;0.72 -1738;6;1200.00;13.30;1499.50;2.30;0.38 -1739;6;4818.50;10.50;1576.00;2.49;0.58 -1740;6;1062.00;17.95;1500.50;3.36;0.44 -1741;6;4363.00;10.75;1821.50;2.29;0.96 -1743;6;4643.00;11.40;1460.00;4.01;0.56 -1744;6;3759.00;10.20;1817.00;2.74;0.62 -1745;6;4745.50;9.80;1914.00;3.74;1.74 -1747;6;1189.00;13.15;1631.00;3.85;0.66 -1748;6;4774.00;12.47;1700.00;2.18;0.86 -1750;6;3788.00;10.40;1691.00;2.82;0.36 -1752;6;1266.00;10.70;1688.50;2.72;0.56 -1753;6;1274.50;10.70;1536.00;3.05;0.56 -1754;6;3693.00;10.90;1704.50;2.86;0.36 -1756;6;1099.00;15.55;1538.50;2.70;0.34 -1757;6;4045.50;10.10;1815.50;2.17;0.88 -1761;6;4597.50;11.70;1651.50;3.07;0.62 -1762;6;2207.50;10.25;768.00;-1.23;0.62 -1765;6;4014.00;10.25;1682.50;2.18;0.50 -1766;6;3975.00;18.35;1317.00;3.00;0.68 -1767;6;1171.50;11.40;1674.50;2.91;0.68 -1768;6;3946.50;10.30;1735.50;2.06;0.60 -1769;6;1370.00;10.60;1725.00;3.28;0.70 -1771;6;3753.50;10.40;1771.50;3.50;0.58 -1772;6;4901.00;11.05;1633.00;3.68;0.64 -1774;6;4240.50;15.30;1465.50;2.25;0.56 -1775;6;3835.00;9.80;1638.50;3.27;0.62 -1776;6;4709.00;12.00;1535.50;2.96;0.64 -1779;6;4127.50;10.20;1563.50;3.28;0.46 -1780;6;4208.50;9.80;1729.00;3.60;0.56 -1781;6;4314.50;13.85;1386.00;3.75;0.52 -1782;6;1510.00;10.97;1718.00;2.97;0.60 -1783;6;4129.00;10.25;1415.50;3.00;0.66 -1784;6;3991.00;10.40;1796.50;3.56;0.46 -1786;6;5566.50;12.90;153.50;3.28;0.26 -1787;6;4495.00;13.10;1428.50;3.49;0.58 -1788;6;1205.00;10.90;1745.00;3.60;0.54 -1790;6;4092.00;9.82;1650.00;3.52;0.52 -1791;6;4384.50;14.20;1542.50;2.87;0.62 -1792;6;4554.00;10.60;1706.00;2.18;0.74 -1794;6;4094.50;10.00;1580.00;3.88;0.56 -1795;6;4727.50;11.80;1739.50;2.28;0.66 -1797;6;4046.50;10.00;1585.50;2.25;0.60 -1799;6;796.00;12.15;1855.00;2.35;1.26 -1800;6;3958.50;9.80;1610.50;3.23;0.58 -1801;6;5579.00;10.87;143.00;3.14;0.32 -1802;6;4847.50;11.00;1534.50;2.71;0.56 -1803;6;4380.50;10.95;1663.00;3.30;0.52 -1804;6;1074.50;11.00;1839.50;2.82;0.70 -1807;6;4866.50;11.95;1615.00;2.51;0.70 -1808;6;3764.50;10.20;1702.00;3.24;0.44 -1810;6;4358.00;15.15;1577.50;3.63;0.72 -1811;6;4676.50;12.20;1446.50;2.50;0.52 -1812;6;3907.50;9.70;1759.50;2.70;0.68 -1813;6;4341.50;12.40;1623.50;2.71;0.58 -1816;6;4203.00;12.40;1595.00;3.00;0.50 -1817;6;3240.00;13.32;521.00;2.85;0.84 -1818;6;4117.00;11.35;1487.50;4.06;0.56 -1820;6;5038.50;11.30;1510.50;3.06;0.58 -1822;6;3508.00;12.10;1267.50;4.06;0.42 -1823;6;5418.00;10.40;1798.50;1.51;2.72 -1825;6;3984.50;11.60;1365.00;1.91;0.40 -1826;6;4602.00;12.40;1595.50;3.27;0.64 -1828;6;4170.00;10.50;1790.50;3.67;0.82 -1829;6;4456.00;11.60;1614.00;2.78;0.78 -1830;6;337.00;10.90;1984.50;3.21;2.30 -1831;6;1369.00;10.75;1605.50;3.42;0.32 -1832;6;985.00;13.40;1712.00;3.30;0.34 -1836;6;1247.00;11.60;1679.50;2.65;0.48 -1837;6;4322.00;10.90;1719.50;2.79;0.54 -1838;6;4265.00;12.50;1366.00;3.14;0.70 -1839;6;5287.00;9.80;1706.50;2.90;1.68 -1840;6;4044.00;12.55;1380.00;3.46;0.44 -1841;6;3773.00;10.30;1758.00;2.62;0.66 -1842;6;4899.50;12.45;1580.00;2.67;0.64 -1844;6;4130.50;15.65;1445.00;3.60;0.64 -1845;6;4772.50;10.40;1628.50;2.77;0.74 -1846;6;3278.00;13.40;501.50;4.27;0.96 -1847;6;4739.00;10.80;1490.50;3.86;0.76 -1851;6;1112.00;12.47;1652.00;2.11;0.46 -1853;6;4495.50;13.00;1385.50;2.77;0.66 -1854;6;1031.00;14.70;1704.00;3.83;0.52 -1855;6;4276.50;13.50;1431.00;2.79;0.60 -1856;6;4069.00;9.70;1767.00;3.14;0.54 -1859;6;4421.00;14.70;1497.50;2.59;0.62 -1861;6;5099.00;12.20;120.00;2.89;0.36 -1862;6;986.50;14.50;1574.50;2.71;0.48 -1865;6;5190.50;10.95;1799.00;3.43;2.30 -1867;6;1303.00;11.72;1638.00;3.68;0.38 -1868;6;4549.50;14.75;1464.00;2.47;0.60 -1870;6;1268.50;10.70;1712.50;4.01;0.52 -1871;6;4643.50;12.20;1441.00;3.26;0.38 -1872;6;739.50;12.30;1937.50;4.04;1.80 -1873;6;1298.00;10.65;1734.00;3.92;0.46 -1874;6;3247.00;12.32;365.00;2.30;1.18 -1875;6;1225.50;11.30;1624.00;3.21;0.60 -1876;6;4325.50;11.70;1641.00;2.67;0.48 -1878;6;4860.50;10.20;1745.00;3.64;1.12 -1879;6;3972.00;9.85;1545.00;3.52;0.50 -1880;6;3871.50;9.70;1716.50;2.42;0.58 -1882;6;4343.50;20.60;1215.50;1.72;0.80 -1883;6;3094.00;10.80;808.50;4.17;0.58 -1884;6;4450.50;12.80;1064.50;2.82;0.42 -1885;6;3178.00;9.50;1683.50;1.22;0.74 -1886;6;2902.50;9.50;694.00;3.42;0.96 -1888;6;3730.00;14.40;1232.50;3.36;0.60 -1889;6;3707.00;12.45;1086.50;4.03;0.64 -1890;6;1902.00;9.50;1003.00;2.86;0.94 -1893;6;4484.50;13.10;1143.50;1.79;0.38 -1894;6;2141.00;9.50;1762.00;3.83;1.18 -1895;6;546.50;9.50;206.00;2.00;0.86 -1898;6;4052.50;17.60;1147.50;4.63;0.48 -1901;6;2878.50;10.50;1132.00;2.41;1.44 -1902;6;3815.50;9.50;866.00;3.53;1.16 -1905;6;3529.00;11.35;786.00;4.35;0.42 -1906;6;5152.00;9.50;738.00;2.53;1.22 -1907;6;5184.50;9.50;1144.50;2.00;1.26 -1908;6;3971.50;10.60;1088.00;2.74;0.54 -1909;6;2603.00;10.75;818.50;4.30;0.74 -1910;6;3962.00;18.95;1235.00;3.14;0.58 -1911;6;4624.00;9.50;360.00;4.20;1.26 -1912;6;4254.00;9.50;705.00;2.67;0.96 -1915;6;1248.00;10.75;1416.00;3.46;0.38 -1916;6;4416.50;9.50;188.50;2.88;1.06 -1918;6;4389.50;19.50;1167.50;2.77;0.54 -1919;6;3873.50;15.80;1312.00;2.89;0.28 -1922;6;3568.00;9.70;1184.50;4.06;0.56 -1923;6;3458.00;15.12;976.00;2.92;0.64 -1925;6;2306.00;9.50;277.50;2.16;1.36 -1926;6;2570.00;9.50;1201.00;3.43;1.06 -1927;6;1275.00;10.85;1362.50;3.36;0.46 -1929;6;3211.50;12.00;546.50;2.70;0.78 -1931;6;2166.00;9.50;935.00;4.32;1.36 -1933;6;4452.00;14.27;1232.00;4.06;0.42 -1935;6;1208.50;9.50;222.50;2.92;1.42 -1936;6;245.50;9.50;463.00;4.10;0.86 -1937;6;1658.00;9.70;1028.00;1.81;0.64 -1938;6;3463.00;12.95;1243.50;2.18;0.42 -1942;6;566.50;9.50;636.00;2.14;0.92 -1943;6;4156.00;19.35;1287.00;4.21;1.06 -1947;6;3714.00;9.72;992.00;2.43;0.70 -1948;6;3789.00;10.90;1165.50;3.14;0.54 -1949;6;4021.00;10.70;1053.50;2.70;0.38 -1950;6;3202.50;11.30;666.50;3.42;0.92 -1952;6;1230.00;15.95;1255.00;2.35;0.58 -1956;6;3018.50;10.70;945.50;3.24;1.36 -1958;6;2688.00;11.65;1118.50;3.54;0.82 -1960;6;3177.00;11.67;844.00;3.14;0.86 -1961;6;4046.00;22.70;1184.50;3.52;0.60 -1962;6;2654.50;10.50;962.00;2.75;1.14 -1963;6;3652.50;15.00;1189.50;3.03;0.58 -1964;6;3542.00;10.50;766.00;2.92;0.70 -1967;6;2866.00;12.12;1210.00;2.73;0.48 -1968;6;3186.00;12.60;486.00;2.44;0.72 -1969;6;2920.00;10.90;848.50;3.14;0.76 -1970;6;4008.00;18.30;1276.50;3.52;0.62 -1971;6;3900.00;9.77;1111.00;2.35;0.48 -1972;6;1127.00;16.50;1448.50;2.03;0.56 -1976;6;4492.50;14.20;1213.00;3.83;0.22 -1978;6;3908.50;12.65;1183.00;2.78;0.52 -1979;6;1923.50;10.30;819.00;2.40;1.44 -1982;6;3585.50;15.50;1220.00;3.75;0.50 -1983;6;4085.50;12.30;1102.50;3.46;0.36 -1984;6;3382.50;11.90;867.00;4.14;0.80 -1985;6;4461.00;14.35;1266.00;2.35;0.40 -1986;6;3711.50;12.70;1124.50;3.63;0.66 -1987;6;1426.50;11.55;1473.00;3.26;0.32 -1988;6;1473.50;9.50;1060.50;4.41;0.60 -1989;6;2705.00;12.87;1150.00;2.67;0.46 -1990;6;4369.00;11.00;972.50;1.81;0.30 -1991;6;4107.50;23.20;1150.50;4.13;0.88 -1992;6;2936.50;12.75;771.00;2.78;0.52 -1994;6;3078.00;10.60;1060.00;3.69;1.72 -1995;6;3835.50;17.55;1217.00;2.85;0.58 -1996;6;4295.00;13.30;1115.50;4.44;0.74 -1997;6;1703.50;13.05;1016.00;2.85;0.60 -1999;6;4377.00;18.20;1123.00;3.14;0.48 -2000;6;3755.50;14.35;1254.00;2.67;0.38 -2001;6;2829.00;10.00;841.00;2.27;0.74 -2003;6;3373.00;11.87;952.00;4.06;0.72 -2006;6;4471.00;13.50;1216.00;3.92;0.34 -2007;6;1662.00;10.10;890.50;1.66;0.92 -2008;6;1228.50;16.30;1215.50;2.77;0.56 -2009;6;3350.50;13.20;814.00;3.02;0.66 -2010;6;4159.50;22.40;1214.50;2.52;1.00 -2012;6;2622.50;10.85;871.00;3.89;0.68 -2013;6;3428.50;10.10;1233.00;3.75;0.46 -2014;6;4212.00;21.15;1124.00;2.35;0.72 -2015;6;4015.50;13.70;1310.50;2.09;0.72 -2016;6;3280.00;10.80;876.00;3.05;0.64 -2019;6;1247.00;10.35;1352.50;2.79;0.56 -2020;6;3530.50;10.10;734.50;1.85;0.66 -2021;6;1339.50;9.60;1159.50;3.54;0.48 -2022;6;4418.00;14.55;1248.50;3.86;0.32 -2025;6;2918.50;10.60;807.00;2.80;0.72 -2027;6;3387.50;14.10;1104.50;3.23;0.50 -2028;6;4352.50;12.80;1324.00;3.05;0.60 -2029;6;3586.50;11.95;912.00;2.77;0.78 -2030;6;4477.50;11.35;1157.00;2.42;0.36 -2031;6;1469.50;10.20;1117.50;4.01;0.76 -2032;6;4008.00;11.40;1140.50;2.03;0.46 -2033;6;3405.50;9.50;1036.00;4.09;0.74 -2034;6;3246.00;11.30;721.00;4.03;0.60 -2035;6;1971.50;9.80;825.50;2.80;1.28 -2036;6;4041.50;10.45;1074.00;1.95;0.46 -2037;6;1165.00;13.40;1360.50;2.40;0.54 -2040;6;3375.50;11.10;851.50;2.35;0.72 -2041;6;3981.00;19.67;1239.00;3.92;0.56 -2042;6;1284.50;10.30;1340.50;3.40;0.46 -2043;6;1327.00;16.00;1476.50;2.64;0.30 -2045;6;4442.00;12.32;1190.00;2.03;0.40 -2046;6;3348.00;10.50;946.00;3.60;0.64 -2047;6;4609.00;12.60;695.00;3.92;0.56 -2049;6;2848.00;11.25;1184.50;3.62;0.76 -2050;6;2865.50;10.10;761.50;3.76;0.42 -2053;6;4375.00;14.35;1280.50;1.51;0.62 -2054;6;4000.00;10.40;1103.00;2.35;0.56 -2056;6;2868.00;10.15;871.00;2.35;0.72 -2057;6;3454.00;11.65;1123.50;2.64;0.58 -2058;6;3933.50;12.25;1329.00;4.08;0.44 -2059;6;3636.50;10.15;953.00;3.75;0.76 -2061;6;4341.50;12.20;1007.00;2.79;0.36 -2062;6;3763.00;13.35;1187.50;3.14;0.54 -2063;6;3487.50;10.70;718.50;3.70;0.68 -2064;6;3281.50;9.80;1039.50;2.26;1.00 -2066;6;3387.00;11.50;711.50;3.83;0.76 -2067;6;4404.50;17.40;1117.50;3.80;0.42 -2069;6;1051.00;10.50;1385.00;3.38;0.50 -2070;6;3740.50;13.20;1120.00;4.16;0.66 -2071;6;3543.00;15.55;1268.50;3.14;0.36 -2072;6;3416.50;14.80;879.50;3.25;0.54 -2073;6;3174.50;11.00;701.00;3.08;0.64 -2074;6;4190.00;16.55;1307.50;4.42;0.78 -2078;6;3815.00;12.35;1189.00;2.94;0.60 -2079;6;1635.50;12.00;918.50;2.75;0.60 -2080;6;2989.50;11.30;710.50;4.15;0.90 -2082;6;1284.50;10.90;1427.00;3.83;0.38 -2084;6;3961.50;19.20;1257.00;3.43;0.48 -2086;6;4006.50;10.40;1123.00;3.38;0.34 -2088;6;3361.00;10.60;914.00;4.09;0.58 -2089;6;3544.00;9.80;1150.50;3.14;0.32 -2090;6;3473.00;12.25;1009.50;2.48;0.72 -2091;6;4474.50;13.10;1185.50;3.76;0.38 -2092;6;3997.00;10.80;1063.50;2.88;0.40 -2093;6;4156.50;22.35;1172.00;3.19;0.74 -2094;6;2632.50;10.80;787.00;2.44;0.72 -2095;6;3391.50;13.00;1082.00;2.89;0.48 -2096;6;3306.50;11.30;747.00;3.60;0.94 -2099;6;4331.50;19.70;1297.00;3.60;0.82 -2100;6;2608.00;9.92;864.00;3.33;0.44 -2102;6;1192.00;13.70;1476.00;2.35;0.48 -2104;6;1207.00;13.40;1348.00;2.92;0.64 -2105;6;4003.50;10.55;1021.00;3.26;0.40 -2106;6;1869.00;9.80;442.00;3.49;0.82 -2107;6;3140.00;9.50;1688.00;0.96;1.20 -2109;6;2009.00;10.60;493.50;3.79;0.64 -2110;6;1778.00;9.50;1059.00;3.56;0.82 -2114;6;5034.50;9.75;160.00;2.71;0.80 -2116;6;5082.00;9.90;229.50;1.64;0.72 -2117;6;4589.50;11.00;684.00;2.97;0.36 -2118;6;3732.00;9.50;845.00;2.93;1.28 -2119;6;5521.50;9.50;57.50;3.46;1.24 -2120;6;3353.00;10.55;354.00;1.99;0.76 -2121;6;5107.50;9.50;800.00;3.05;1.44 -2122;6;5112.50;9.50;1109.00;1.78;1.16 -2124;6;4686.00;9.50;534.00;1.76;1.04 -2125;6;4282.00;9.50;743.00;2.23;0.96 -2126;6;3091.00;13.60;460.50;3.19;0.74 -2128;6;3818.50;9.50;801.50;2.69;1.10 -2130;6;5014.50;10.10;126.50;2.23;0.58 -2133;6;4811.00;10.70;249.50;3.06;1.08 -2134;6;2250.00;9.50;252.00;3.25;1.22 -2135;6;2556.00;9.50;1152.50;4.19;0.92 -2136;6;1752.00;17.75;394.50;3.37;0.62 -2137;6;2362.00;9.50;1588.50;3.33;1.14 -2138;6;2126.50;9.50;943.00;2.62;0.94 -2141;6;280.00;9.50;505.00;3.54;1.18 -2142;6;1879.00;10.55;621.50;4.36;1.12 -2143;6;15.00;9.50;1486.50;3.47;1.02 -2144;6;360.00;9.50;1476.50;4.13;1.22 -2145;6;517.50;9.50;547.00;3.70;1.18 -2146;6;5041.00;9.70;126.00;2.94;0.46 -2148;6;1398.50;9.50;936.50;3.62;1.04 -2149;6;1758.00;10.60;256.50;3.47;0.92 -2150;6;2119.50;9.80;788.50;2.82;0.88 -2152;6;1918.50;9.80;459.50;2.91;0.58 -2153;6;2160.50;11.35;540.00;3.26;0.40 -2155;6;5024.50;9.80;112.50;4.05;0.42 -2156;6;1549.50;10.00;797.50;3.32;0.62 -2158;6;1760.00;11.95;363.00;3.70;0.76 -2160;6;1825.50;10.90;565.50;-1.51;0.82 -2162;6;1635.50;14.70;688.50;2.77;0.68 -2163;6;5092.50;10.40;211.00;2.29;0.44 -2164;6;2192.00;10.20;766.50;2.40;0.58 -2166;6;5004.50;9.70;386.00;3.38;0.48 -2167;6;2083.50;11.90;560.00;2.93;0.66 -2168;6;2053.00;10.12;745.00;2.55;1.02 -2169;6;1731.00;12.05;133.50;2.51;0.76 -2170;6;4555.50;9.70;647.00;3.88;0.58 -2171;6;3274.00;15.00;234.50;3.25;0.70 -2172;6;1860.50;9.70;380.00;3.65;0.54 -2173;6;1904.50;10.30;432.00;4.33;0.54 -2174;6;1744.00;19.92;534.00;3.92;0.82 -2175;6;2224.50;9.60;785.50;3.23;0.46 -2177;6;4721.00;10.90;297.00;3.01;0.68 -2178;6;2175.50;10.05;794.00;3.44;0.64 -2179;6;1719.50;19.50;356.50;2.98;0.52 -2181;6;1996.50;10.80;539.00;1.70;0.86 -2182;6;1698.50;21.40;635.50;4.02;0.64 -2184;6;4579.50;10.30;623.00;-1.27;0.56 -2185;6;2103.50;12.00;520.50;3.76;0.42 -2190;6;2109.00;11.10;629.50;2.06;0.66 -2191;6;4796.00;10.10;198.50;3.05;0.76 -2199;6;1720.00;11.82;223.00;2.92;0.64 -2201;6;4743.50;9.80;353.00;1.96;0.84 -2202;6;3425.00;11.07;466.00;3.01;0.68 -2203;6;5479.50;12.30;48.50;3.92;0.38 -2204;6;1984.00;10.30;695.50;2.37;1.66 -2205;6;2487.50;9.50;102.00;-1.52;1.10 -2206;6;3365.50;14.85;606.00;3.27;0.88 -2209;6;1890.00;10.40;491.00;3.33;0.92 -2212;6;1630.50;10.50;729.00;3.53;0.72 -2213;6;3213.50;14.00;231.50;2.84;0.70 -2215;6;1739.00;14.50;290.00;2.23;0.62 -2220;6;1635.50;9.50;298.00;-1.39;0.60 -2221;6;5022.00;9.90;248.00;2.84;0.80 -2222;6;4565.50;9.90;666.00;2.27;0.36 -2223;6;4929.00;10.40;327.00;2.35;1.00 -2224;6;1783.00;19.40;503.50;2.51;0.66 -2225;6;1627.00;16.60;657.00;3.24;0.76 -2226;6;1648.50;10.10;745.00;3.40;1.00 -2227;6;2256.00;9.65;766.00;2.76;0.34 -2228;6;2154.50;9.70;811.50;2.82;0.60 -2229;6;3050.50;12.30;245.50;2.69;0.48 -2230;6;3075.50;9.50;1689.50;-1.24;0.92 -2231;6;2989.50;9.50;547.50;2.29;0.94 -2232;6;1691.50;9.50;1067.50;0.40;0.76 -2234;6;385.00;9.50;158.00;4.12;1.16 -2235;6;3703.00;9.50;794.50;3.84;1.14 -2236;6;5482.50;9.50;19.50;2.02;0.76 -2237;6;5192.50;9.50;838.00;3.18;1.20 -2239;6;4610.00;9.50;522.00;-1.46;0.66 -2240;6;4247.50;9.50;770.00;2.97;1.02 -2241;6;4499.50;9.50;94.50;3.48;1.16 -2243;6;3015.50;9.50;127.00;4.14;1.04 -2246;6;2615.50;9.50;1117.50;1.72;1.12 -2247;6;2434.00;9.50;1602.50;1.67;1.44 -2249;6;1067.50;9.50;177.50;3.59;1.42 -2250;6;332.50;9.50;457.00;2.85;1.28 -2251;6;81.00;9.50;1446.00;2.86;1.32 -2252;6;433.00;9.50;1462.00;3.46;1.00 -2253;6;562.50;9.50;593.00;2.30;1.08 -2256;6;3122.00;9.50;1645.00;1.40;1.12 -2257;6;2984.00;9.50;429.50;2.83;0.98 -2258;6;1661.50;9.50;1081.50;1.75;1.50 -2259;6;2073.00;9.50;1737.50;3.47;1.26 -2263;6;5198.00;9.50;767.50;4.33;1.42 -2264;6;5131.50;9.50;1200.00;3.76;1.02 -2265;6;4621.00;9.50;501.50;3.95;0.94 -2266;6;4212.00;9.50;741.50;3.84;1.12 -2267;6;4452.50;9.50;87.00;3.09;1.02 -2268;6;3920.00;9.50;832.50;2.83;1.06 -2271;6;2169.50;9.50;210.50;2.49;1.12 -2272;6;2645.50;9.50;1154.50;2.41;0.80 -2275;6;1080.00;9.50;268.00;3.70;1.72 -2276;6;360.50;9.50;504.50;2.43;1.10 -2277;6;121.00;9.50;1455.50;3.55;1.32 -2278;6;409.00;9.50;1518.00;3.70;1.24 -2279;6;600.00;9.50;547.50;3.05;1.06 -2282;6;3064.00;9.50;1652.00;4.30;0.70 -2284;6;1526.50;9.50;1028.00;-1.44;0.84 -2285;6;2066.00;9.50;1701.00;3.92;1.42 -2287;6;5619.00;9.50;2012.50;2.56;1.94 -2288;6;3676.00;9.50;742.50;3.62;1.22 -2289;6;5249.50;9.50;711.00;2.58;1.06 -2291;6;4669.00;9.50;490.50;2.98;1.32 -2292;6;4228.00;9.50;800.50;2.10;0.96 -2295;6;2940.50;9.50;106.00;3.84;1.12 -2297;6;2199.00;9.50;301.00;4.16;1.10 -2298;6;2312.00;9.50;833.50;3.43;1.22 -2299;6;2374.50;9.50;1675.00;2.57;1.28 -2300;6;2574.50;9.50;1354.00;4.23;1.08 -2301;6;995.50;9.50;287.50;4.07;1.58 -2302;6;387.00;9.50;456.50;3.23;1.02 -2304;6;53.50;9.50;1198.00;2.74;1.22 -2305;6;484.50;9.50;1507.00;2.46;1.24 -2306;6;608.00;9.50;651.00;3.64;1.38 -2307;6;1278.50;9.50;990.50;4.43;1.24 -2309;6;3107.50;9.50;1618.00;1.28;0.60 -2311;6;1584.00;9.50;927.00;2.03;1.20 -2312;6;2088.50;9.50;1573.50;3.18;1.56 -2313;6;590.00;9.50;133.50;1.78;1.34 -2315;6;5320.50;9.50;704.50;2.00;1.08 -2316;6;5071.50;9.50;1170.00;4.26;0.94 -2317;6;4690.00;9.50;477.00;3.56;0.92 -2318;6;4174.00;9.50;734.50;3.05;1.10 -2320;6;3838.00;9.50;890.50;4.13;1.04 -2321;6;2969.50;9.50;154.50;3.35;1.18 -2323;6;2212.50;9.50;258.50;2.62;1.04 -2324;6;2310.50;9.50;928.50;2.65;1.34 -2325;6;2304.50;9.50;1626.50;3.05;1.22 -2326;6;2473.50;9.50;1364.00;4.53;1.26 -2330;6;700.00;9.50;667.50;2.38;1.46 -2331;6;1355.50;9.50;1030.50;2.58;1.30 -2333;6;3036.00;9.50;1625.00;-1.48;0.88 -2334;6;3066.00;9.50;47.50;3.95;0.88 -2335;6;1511.00;9.50;843.50;4.11;1.22 -2336;6;2084.50;9.50;1459.00;3.63;1.34 -2337;6;570.00;9.50;90.50;3.76;1.32 -2338;6;3740.50;9.50;556.50;2.40;1.02 -2339;6;5270.00;9.50;759.00;2.71;1.04 -2340;6;5069.00;9.50;1128.00;2.26;1.00 -2341;6;4650.50;9.50;447.50;2.88;1.16 -2344;6;3916.00;9.50;871.50;2.55;0.82 -2345;6;2934.50;9.50;148.50;2.16;1.04 -2346;6;2260.00;9.50;36.00;2.82;1.00 -2348;6;2300.00;9.50;883.50;2.80;1.10 -2350;6;2451.50;9.50;1338.00;3.47;1.38 -2352;6;462.50;9.50;445.50;2.15;1.16 -2353;6;5.00;9.50;1534.50;3.58;0.52 -2354;6;536.00;9.50;1414.50;3.45;1.10 -2355;6;717.00;9.50;710.00;3.44;1.28 -2358;6;3007.50;9.65;1608.00;-1.39;0.60 -2359;6;3176.00;9.50;75.00;3.97;1.10 -2360;6;1483.00;9.50;868.00;2.35;0.98 -2361;6;1954.00;9.50;1668.50;2.18;1.52 -2362;6;774.50;9.50;97.00;2.71;1.44 -2364;6;5268.00;9.50;797.00;4.14;0.90 -2367;6;4592.50;9.50;403.50;2.76;1.14 -2369;6;4537.50;9.50;61.00;2.76;1.02 -2370;6;3963.50;9.50;856.50;1.51;0.80 -2372;6;2224.50;9.50;384.50;2.04;1.08 -2374;6;2526.50;9.50;1615.00;3.36;1.06 -2375;6;2602.00;9.50;1230.00;4.35;1.06 -2376;6;974.00;9.50;225.00;2.77;1.52 -2377;6;727.00;9.50;910.50;3.65;1.04 -2378;6;554.50;9.50;1508.00;2.41;1.16 -2379;6;707.50;9.50;765.00;2.67;1.44 -2380;6;1207.50;9.50;1022.50;3.92;0.98 -2381;6;2742.50;9.50;1501.50;2.48;0.48 -2382;6;3009.00;9.50;1630.50;3.14;0.52 -2383;6;3336.50;9.50;109.00;2.71;1.06 -2384;6;1463.50;9.50;748.50;3.48;1.08 -2387;6;3677.00;9.50;422.50;4.22;1.10 -2389;6;5345.00;9.50;801.50;4.32;1.06 -2390;6;5097.00;9.50;1055.50;2.38;1.02 -2391;6;4562.50;9.50;460.00;3.50;1.08 -2392;6;4132.00;9.50;784.00;4.20;0.96 -2393;6;4562.00;9.50;66.00;4.20;0.96 -2394;6;3915.50;9.50;950.50;3.49;1.26 -2395;6;2997.50;9.50;216.00;2.83;1.02 -2396;6;2387.00;9.50;103.00;2.89;0.98 -2398;6;2201.50;9.50;822.50;4.57;0.92 -2400;6;2701.50;9.50;1230.00;2.24;0.72 -2401;6;940.50;9.50;263.50;2.87;1.54 -2402;6;464.00;9.50;548.50;3.51;1.30 -2403;6;2.50;9.50;1585.00;3.28;0.36 -2404;6;520.50;9.50;1463.50;2.69;1.22 -2405;6;608.50;9.50;697.00;2.07;1.30 -2406;6;1158.00;9.50;1027.00;2.19;1.04 -2407;6;1009.00;10.35;1971.50;2.74;1.60 -2408;6;2971.50;9.50;1618.00;-0.51;0.84 -2409;6;3387.50;9.50;200.50;2.13;1.20 -2410;6;1542.00;9.50;658.00;3.74;1.08 -2411;6;1809.50;9.50;1491.00;2.89;0.94 -2412;6;1307.50;9.50;88.50;4.04;1.42 -2413;6;3701.00;9.50;228.50;2.83;1.06 -2414;6;5479.50;9.50;781.50;3.63;1.00 -2415;6;5025.00;9.50;986.00;3.92;1.22 -2416;6;4568.00;9.50;507.00;2.92;0.90 -2417;6;4007.00;9.50;742.00;3.81;1.26 -2418;6;4579.50;9.50;147.00;2.59;1.12 -2419;6;3841.00;9.50;935.50;4.46;0.94 -2420;6;3037.00;9.50;212.50;3.00;1.30 -2422;6;2187.00;9.50;345.00;2.67;0.88 -2423;6;2200.00;9.50;878.50;3.94;1.02 -2425;6;2038.00;9.50;1559.50;3.47;1.10 -2426;6;896.00;9.50;200.00;2.11;1.50 -2427;6;419.00;9.50;549.50;2.53;0.86 -2428;6;594.00;9.50;1411.50;3.45;1.04 -2429;6;667.00;9.50;721.00;2.35;1.00 -2430;6;1069.50;9.50;1042.50;3.46;1.06 -2431;6;2978.50;9.50;1658.50;-1.07;0.70 -2432;6;3362.50;9.50;318.00;3.75;1.06 -2434;6;1825.50;9.50;1593.00;3.01;1.00 -2435;6;1249.00;9.50;133.00;2.86;1.12 -2437;6;3410.50;9.50;102.50;2.92;1.06 -2438;6;5445.00;9.50;847.00;2.60;0.82 -2440;6;4598.50;9.50;496.00;3.17;1.28 -2441;6;3984.00;9.50;772.50;3.04;1.12 -2442;6;4634.00;9.50;132.50;2.18;1.08 -2443;6;3811.50;9.50;921.00;3.10;0.92 -2444;6;3053.00;9.50;157.50;3.50;0.94 -2445;6;2378.50;9.50;42.00;4.04;1.06 -2450;6;876.00;9.50;145.50;2.78;1.26 -2452;6;586.00;9.50;1464.50;2.69;1.16 -2454;6;1127.50;9.50;1075.50;2.79;1.22 -2455;6;2974.50;9.50;1690.50;1.37;1.16 -2456;6;3458.00;9.50;407.50;3.87;1.34 -2457;6;1677.50;9.50;377.50;2.07;1.40 -2458;6;1739.00;9.50;1541.00;3.88;1.54 -2459;6;1354.00;9.50;186.50;4.09;1.32 -2460;6;5149.50;9.50;1674.50;2.41;1.72 -2462;6;5504.50;9.50;853.50;3.11;1.40 -2463;6;5031.50;9.50;1042.50;1.94;1.14 -2465;6;3993.00;9.50;692.50;3.66;0.94 -2466;6;4547.00;9.50;120.50;2.44;1.16 -2467;6;3772.00;9.50;891.50;3.22;0.92 -2469;6;3068.50;9.50;118.00;3.30;0.96 -2471;6;2157.50;9.50;387.00;3.24;0.90 -2472;6;2170.00;9.50;832.50;2.29;0.44 -2473;6;2596.00;9.50;1675.00;4.09;1.26 -2474;6;1988.50;9.50;1567.00;3.17;1.42 -2477;6;651.50;9.50;1411.50;3.88;1.04 -2478;6;582.50;9.50;740.00;2.42;1.38 -2479;6;1140.00;9.50;1125.00;2.31;1.24 -2483;6;1699.00;9.50;1511.50;3.24;1.16 -2485;6;5051.50;9.50;1589.50;3.24;0.72 -2486;6;3788.00;9.50;162.00;2.31;1.24 -2490;6;4530.50;9.50;509.00;2.99;0.86 -2491;6;3976.00;9.50;721.50;1.60;1.26 -2492;6;4632.50;9.50;86.00;3.10;0.96 -2493;6;3772.50;9.50;936.00;3.34;0.90 -2494;6;3670.50;9.50;68.50;2.61;0.90 -2495;6;3084.00;9.50;77.50;3.58;0.82 -2499;6;2738.50;9.50;1847.50;2.92;1.18 -2500;6;1598.00;9.50;1176.00;4.58;0.70 -2502;6;271.00;9.50;551.00;2.63;1.00 -2504;6;601.50;9.50;798.00;3.25;1.24 -2505;6;1068.00;9.50;1086.00;3.14;1.04 -2506;6;2936.00;9.50;1674.00;1.32;1.42 -2507;6;3577.00;9.50;195.50;2.80;0.94 -2508;6;1683.50;9.50;152.00;2.09;0.94 -2510;6;5008.00;9.50;1545.50;-1.10;0.80 -2512;6;5465.00;9.50;924.00;2.20;0.98 -2513;6;4971.00;9.50;1084.00;3.92;1.42 -2514;6;4495.50;9.50;518.50;2.50;0.94 -2515;6;3958.50;9.50;688.00;2.67;0.92 -2516;6;4663.50;9.50;124.50;3.92;0.74 -2518;6;3601.00;9.50;78.50;3.74;1.26 -2519;6;2999.50;9.50;267.50;4.06;1.02 -2520;6;2295.50;9.50;46.50;4.30;1.26 -2521;6;2135.00;9.50;388.00;2.57;0.86 -2522;6;2124.50;9.50;874.00;3.70;1.00 -2523;6;2527.50;9.50;1727.00;3.97;1.60 -2524;6;696.50;9.50;82.00;3.78;1.44 -2526;6;13.00;9.50;1649.00;3.14;0.64 -2527;6;664.50;9.50;1537.00;3.33;1.48 -2530;6;2893.50;9.60;1745.50;1.44;0.84 -2531;6;3620.00;9.50;290.00;2.98;1.08 -2532;6;1678.50;9.50;72.00;3.95;0.78 -2533;6;1653.50;9.50;68.50;2.60;1.02 -2534;6;5001.00;9.50;1482.50;3.55;0.82 -2535;6;5306.00;9.50;852.00;3.67;1.28 -2536;6;5008.00;9.50;1150.50;2.83;1.10 -2537;6;4528.50;9.50;464.00;2.87;1.02 -2538;6;3917.00;9.50;656.50;3.14;0.80 -2539;6;4721.00;9.50;101.00;2.82;1.02 -2540;6;3822.00;9.50;1012.50;3.55;0.88 -2541;6;3625.00;9.50;122.50;3.63;1.34 -2542;6;2991.00;9.50;324.00;3.52;1.16 -2545;6;2083.50;9.50;909.00;3.90;1.16 -2547;6;1612.00;9.50;1034.00;1.27;1.22 -2549;6;202.50;9.50;596.50;3.28;1.16 -2550;6;41.00;9.50;1556.50;3.49;1.20 -2551;6;625.00;9.50;1468.50;3.36;1.18 -2552;6;644.00;9.50;760.00;2.35;1.48 -2554;6;2958.00;9.50;1837.50;0.44;1.36 -2555;6;3740.50;9.50;347.00;2.71;1.14 -2556;6;170.00;9.50;1989.50;2.70;1.16 -2557;6;1581.50;9.50;190.50;2.05;1.32 -2558;6;4990.00;9.50;619.50;-1.54;0.94 -2559;6;4955.00;9.50;1123.00;2.49;1.28 -2561;6;4509.00;9.50;415.50;2.57;0.98 -2562;6;3959.50;9.50;650.00;3.01;0.90 -2564;6;3886.00;9.60;1010.00;2.01;0.88 -2565;6;3709.50;9.50;101.00;2.89;1.12 -2566;6;2961.00;9.50;292.00;3.23;0.86 -2569;6;2060.00;9.50;871.00;1.37;1.48 -2570;6;2426.00;9.50;1742.00;3.68;1.44 -2571;6;1720.50;9.50;1060.50;-0.87;1.36 -2574;6;44.50;9.50;1604.00;2.49;1.14 -2576;6;666.00;9.50;842.00;3.14;1.56 -2578;6;3007.00;9.50;1974.00;3.20;1.18 -2579;6;3641.00;9.50;460.00;3.05;1.02 -2580;6;1870.50;9.50;115.50;4.30;1.30 -2581;6;231.00;9.50;1879.00;2.63;0.84 -2582;6;1494.00;9.50;80.00;3.14;0.98 -2583;6;4965.50;9.50;1401.00;-1.46;1.44 -2584;6;3482.50;9.50;51.00;2.84;1.20 -2585;6;4957.00;9.50;636.50;1.32;1.08 -2587;6;4457.00;9.50;431.50;3.39;0.94 -2590;6;3857.00;9.50;1033.00;1.78;1.10 -2591;6;3710.00;9.50;58.00;3.05;1.00 -2592;6;2936.00;9.50;253.00;3.29;1.06 -2594;6;2112.50;9.50;422.50;3.77;0.94 -2596;6;2402.00;9.50;1798.50;3.62;1.38 -2597;6;1817.50;9.50;1040.50;-1.18;1.02 -2598;6;650.50;9.50;78.00;2.70;1.30 -2599;6;291.50;9.50;652.50;3.40;1.34 -2600;6;110.00;9.50;1533.50;3.48;0.86 -2601;6;712.50;9.50;1547.00;4.19;1.18 -2602;6;625.00;9.50;841.50;2.03;0.90 -2603;6;988.50;9.50;1255.50;3.76;1.22 -2605;6;3507.00;9.50;482.50;3.00;1.18 -2606;6;1946.00;9.50;181.50;2.51;1.58 -2607;6;2830.50;9.50;1939.00;1.57;1.06 -2608;6;1427.00;9.50;243.00;3.55;1.30 -2609;6;4817.00;9.50;1304.50;-0.94;1.28 -2612;6;4934.50;9.50;1194.00;3.70;1.16 -2613;6;5457.00;9.50;1787.50;3.95;1.44 -2614;6;4500.50;9.50;468.00;2.44;1.06 -2615;6;3992.00;9.50;609.00;2.53;0.96 -2617;6;3788.50;9.50;1021.50;2.65;0.90 -2618;6;3718.50;9.50;139.00;2.89;0.98 -2619;6;2894.50;9.50;271.50;3.39;0.84 -2620;6;2195.00;9.50;450.50;3.84;0.92 -2621;6;2048.50;9.50;995.50;2.88;1.06 -2622;6;2341.00;9.50;1724.00;3.54;1.18 -2625;6;184.50;9.50;636.00;2.91;0.96 -2626;6;102.00;9.50;1575.00;3.14;0.92 -2627;6;580.50;9.50;1548.00;4.38;1.02 -2629;6;944.00;9.50;1292.50;3.80;1.30 -2631;6;3513.50;9.50;527.50;2.24;1.10 -2633;6;1608.00;9.50;337.50;2.40;1.46 -2636;6;4952.50;9.50;709.00;2.97;1.10 -2640;6;3767.00;9.50;1040.50;2.18;1.12 -2642;6;2926.00;9.50;306.00;3.14;0.88 -2643;6;2057.00;9.50;436.00;4.44;1.14 -2644;6;1985.50;9.50;987.00;4.07;1.26 -2645;6;2370.00;9.50;1760.50;3.62;1.16 -2646;6;1296.00;9.50;1310.50;4.35;1.08 -2648;6;251.50;9.50;655.50;2.56;1.16 -2649;6;103.50;9.50;1624.00;3.30;1.14 -2652;6;903.00;9.50;1330.50;3.58;1.10 -2654;6;3540.00;9.50;626.00;3.42;1.18 -2656;6;90.00;9.50;1851.00;2.03;0.70 -2657;6;1431.50;9.50;883.50;2.94;0.94 -2658;6;4947.50;9.50;1273.00;-1.15;0.90 -2659;6;3587.50;9.50;142.50;3.21;0.86 -2661;6;4947.00;9.50;758.00;4.03;1.10 -2662;6;4891.50;9.50;1109.50;2.78;0.92 -2665;6;3890.00;9.50;615.50;3.75;0.74 -2666;6;3650.00;9.50;1065.00;1.86;0.98 -2667;6;3623.00;9.50;178.00;2.55;1.18 -2668;6;2881.50;9.50;328.50;3.67;0.74 -2670;6;1973.00;9.50;964.00;4.39;0.98 -2671;6;2308.00;9.50;1780.00;3.60;1.32 -2672;6;1292.00;9.50;1247.50;3.95;1.10 -2673;6;700.50;9.50;173.00;1.92;1.22 -2674;6;261.00;9.50;698.00;4.46;1.46 -2676;6;532.50;9.50;1628.00;1.86;1.10 -2678;6;811.50;9.50;1323.50;4.30;0.88 -2679;6;3452.50;9.50;1896.00;4.71;0.84 -2680;6;3584.00;9.50;572.50;3.61;0.96 -2681;6;2022.00;9.50;227.00;2.11;1.34 -2682;6;157.00;9.50;1748.50;4.20;1.44 -2683;6;1454.00;9.50;955.50;3.53;1.42 -2684;6;4906.50;9.50;1245.00;1.12;0.84 -2686;6;5010.00;9.50;751.50;3.76;1.00 -2689;6;4402.50;9.50;562.50;3.46;0.86 -2690;6;3851.00;9.50;608.50;3.14;0.86 -2691;6;3616.50;9.50;1091.50;2.28;1.10 -2693;6;2926.00;9.50;356.00;2.91;0.92 -2694;6;2122.50;9.50;480.00;3.68;0.98 -2696;6;2267.00;9.50;1777.00;2.08;1.04 -2697;6;1375.50;9.50;1206.00;2.71;1.12 -2698;6;744.50;9.50;176.00;3.78;1.26 -2699;6;225.50;9.50;724.00;2.51;1.16 -2700;6;85.50;9.50;1675.50;4.03;1.22 -2702;6;654.00;9.50;896.00;4.30;1.46 -2704;6;3625.50;9.50;740.00;1.66;0.98 -2705;6;2060.00;9.50;262.00;3.52;1.18 -2706;6;245.50;9.50;1915.50;4.03;1.02 -2707;6;1515.50;9.50;933.50;3.10;1.50 -2708;6;4819.00;9.50;1201.50;1.36;1.06 -2710;6;5244.50;9.50;37.00;2.78;0.92 -2711;6;5049.50;9.50;802.50;3.25;1.76 -2712;6;4842.00;9.50;1044.00;3.37;1.22 -2713;6;5395.00;9.50;1726.50;2.92;1.16 -2714;6;4447.50;9.50;537.00;2.05;1.28 -2716;6;3737.50;9.50;988.50;2.72;0.94 -2717;6;3681.00;9.50;182.50;2.90;1.14 -2719;6;2160.50;9.50;492.00;3.95;1.06 -2720;6;1962.50;9.50;1007.00;1.90;1.12 -2721;6;2274.50;9.50;1732.00;3.90;0.94 -2722;6;1405.00;9.50;1333.50;3.27;0.96 -2723;6;836.00;9.50;310.00;3.00;1.64 -2724;6;237.00;9.50;762.50;3.04;1.08 -2726;6;596.50;9.50;1639.00;3.57;1.16 -2727;6;876.50;9.50;838.00;1.66;1.34 -2729;6;2942.50;9.50;1600.00;1.00;0.74 -2730;6;3631.00;9.50;834.50;3.14;1.18 -2731;6;2154.00;9.50;438.00;3.70;0.76 -2734;6;4663.00;9.50;1296.50;-0.94;1.38 -2735;6;4968.50;9.50;792.50;4.19;0.94 -2736;6;4885.00;9.50;1023.50;3.31;1.26 -2737;6;4477.00;9.50;557.50;-1.38;0.76 -2738;6;3883.50;9.50;581.00;2.59;0.80 -2740;6;3631.00;9.50;211.50;3.95;1.18 -2745;6;1463.50;9.50;1309.50;3.10;0.98 -2746;6;855.00;9.50;251.50;3.85;1.32 -2747;6;313.00;9.50;747.50;1.33;1.38 -2748;6;81.00;9.50;1730.00;3.36;0.98 -2749;6;659.50;9.50;1643.00;4.02;1.06 -2750;6;738.00;9.50;815.00;4.02;1.02 -2751;6;714.00;9.50;1683.00;2.82;1.24 -2752;6;2906.00;9.50;1592.00;0.87;0.92 -2753;6;3531.50;9.50;854.50;3.49;0.86 -2754;6;2133.50;9.50;340.00;3.57;1.08 -2756;6;1458.50;9.50;1033.00;3.63;0.76 -2757;6;4683.00;9.50;1237.00;-1.49;1.16 -2759;6;4923.50;9.50;1004.00;3.22;1.40 -2760;6;4522.00;9.50;581.00;3.64;0.96 -2761;6;3921.00;9.50;581.00;3.92;0.78 -2762;6;3706.00;9.50;949.50;2.47;1.08 -2763;6;3658.00;9.50;245.00;3.24;1.12 -2764;6;2909.50;9.50;449.00;2.99;0.94 -2765;6;2085.50;9.50;336.50;3.10;1.22 -2766;6;1866.50;9.50;1030.50;-1.24;1.02 -2767;6;2184.00;9.50;1712.50;3.65;1.14 -2768;6;1895.00;9.50;1691.00;1.47;1.08 -2769;6;799.50;9.50;224.50;3.62;1.24 -2770;6;325.00;9.50;724.50;3.68;1.24 -2771;6;62.00;9.50;1767.00;4.08;0.98 -2772;6;638.00;9.50;1589.00;3.96;1.24 -2773;6;752.00;9.50;772.50;3.47;1.06 -2775;6;2876.00;9.50;1583.00;2.55;0.44 -2776;6;3500.50;9.50;845.50;2.96;0.90 -2778;6;2247.50;9.50;536.00;3.47;1.32 -2779;6;501.00;9.50;1591.50;3.66;1.14 -2780;6;1290.00;9.50;1106.50;2.77;1.24 -2781;6;4768.50;9.50;1250.00;1.49;1.18 -2782;6;5313.50;9.50;209.50;3.97;1.34 -2783;6;5014.00;9.50;881.00;4.10;0.98 -2784;6;4891.00;9.50;948.50;2.33;1.36 -2785;6;4576.50;9.50;541.50;-0.99;0.84 -2786;6;3923.50;9.50;545.50;1.80;1.02 -2787;6;3653.50;9.50;912.50;3.39;0.98 -2789;6;2857.00;9.50;467.00;3.57;0.90 -2790;6;2042.00;9.50;306.50;3.49;1.20 -2791;6;1884.50;9.50;1078.00;4.56;0.92 -2794;6;382.00;9.50;758.50;2.32;1.36 -2795;6;19.50;9.50;1765.00;3.67;1.08 -2796;6;763.00;9.50;1434.50;1.97;1.12 -2798;6;620.50;9.50;1698.00;4.20;1.20 -2799;6;2833.00;9.50;1583.50;3.32;0.54 -2800;6;3440.00;9.50;901.00;-1.19;1.42 -2801;6;2348.00;9.50;637.50;2.73;0.98 -2802;6;420.50;9.50;1651.00;4.13;1.06 -2803;6;1194.00;9.50;1150.00;2.53;1.06 -2804;6;4724.50;9.50;1152.00;3.64;1.02 -2809;6;4631.50;9.50;564.00;2.49;1.34 -2810;6;3863.50;9.50;537.50;2.95;0.88 -2811;6;3671.00;9.50;870.50;4.04;0.96 -2812;6;3757.50;9.50;257.00;2.77;1.08 -2813;6;2904.50;9.50;490.00;3.83;0.90 -2814;6;2101.50;9.50;287.50;3.62;1.02 -2817;6;1829.00;9.50;1627.50;3.87;0.78 -2818;6;1058.50;9.50;89.50;2.17;1.18 -2819;6;329.00;9.50;808.00;3.46;1.24 -2821;6;803.00;9.50;1424.50;2.99;1.32 -2822;6;839.00;9.50;751.00;2.30;1.30 -2823;6;632.50;9.50;1745.50;3.65;1.20 -2824;6;2816.50;9.50;1565.00;3.83;0.36 -2825;6;3372.50;9.50;1066.50;2.17;1.18 -2826;6;2244.00;9.50;930.00;3.92;1.38 -2827;6;254.00;9.50;1727.50;2.69;1.36 -2828;6;1105.00;9.50;1261.50;3.73;1.12 -2829;6;4724.00;9.50;1038.50;4.48;1.18 -2830;6;5249.50;9.50;202.00;2.67;0.84 -2831;6;5083.50;9.50;961.50;3.18;1.36 -2832;6;4785.50;9.50;899.00;3.24;1.32 -2833;6;4660.00;9.50;630.50;1.81;1.12 -2834;6;3890.50;9.50;503.50;2.97;0.94 -2835;6;3743.50;9.50;896.00;2.59;0.92 -2837;6;2094.00;9.50;225.00;3.92;1.04 -2838;6;1943.50;9.50;1147.50;3.62;1.02 -2839;6;2086.50;9.50;1770.50;2.14;0.78 -2841;6;918.50;9.50;98.00;2.15;1.32 -2842;6;279.50;9.50;844.50;3.50;1.48 -2843;6;4199.00;10.00;1025.00;3.14;0.24 -2845;6;870.00;9.50;796.00;3.42;1.20 -2846;6;712.50;9.50;1764.00;2.53;1.46 -2847;6;2781.00;9.50;1512.50;-1.51;0.40 -2849;6;2243.00;9.50;802.50;4.31;1.16 -2850;6;163.00;9.50;1592.00;2.93;1.04 -2851;6;1039.00;9.50;1366.50;2.51;1.02 -2852;6;5576.50;9.50;548.00;4.58;1.28 -2853;6;4690.00;10.50;1860.00;3.06;1.32 -2855;6;5102.00;9.50;903.00;2.18;1.16 -2856;6;4796.00;9.50;831.00;1.73;1.42 -2857;6;4627.00;9.50;754.50;1.32;1.12 -2858;6;3914.00;9.50;506.50;3.74;0.90 -2860;6;3712.50;9.50;275.00;2.60;1.10 -2861;6;2954.50;9.50;344.00;3.24;0.72 -2863;6;1892.00;9.50;1164.50;3.77;1.12 -2864;6;2009.50;9.50;1768.50;3.81;0.80 -2865;6;1652.50;9.50;1149.50;3.02;1.20 -2866;6;1024.00;9.50;414.00;2.67;1.24 -2867;6;122.50;9.50;665.00;3.77;1.14 -2868;6;723.50;9.50;1357.00;3.56;0.96 -2870;6;609.50;9.50;1786.50;3.98;1.14 -2871;6;2772.00;9.50;1503.00;2.11;0.48 -2872;6;3735.50;9.50;944.50;3.27;0.90 -2874;6;32.00;9.50;1686.00;2.12;1.06 -2875;6;946.50;9.50;1420.50;1.55;1.44 -2876;6;4728.50;9.50;835.50;0.83;1.14 -2878;6;5224.00;9.50;162.50;2.66;1.24 -2879;6;5125.50;9.50;933.00;3.26;0.92 -2881;6;5335.00;9.50;1787.00;2.35;1.28 -2882;6;4585.00;9.50;722.50;1.22;0.98 -2883;6;3974.00;9.50;565.50;2.77;0.96 -2884;6;3666.00;9.50;297.50;2.98;1.34 -2885;6;2979.00;9.50;373.00;2.98;0.78 -2887;6;1858.00;9.50;1150.00;1.75;1.12 -2888;6;2020.00;9.50;1740.00;2.94;0.70 -2889;6;1344.50;9.50;1103.50;2.66;1.24 -2890;6;1009.00;9.50;363.50;3.14;1.22 -2891;6;118.50;9.50;613.50;1.55;1.10 -2892;6;741.50;9.50;1318.50;3.54;0.96 -2893;6;980.00;9.50;826.00;4.42;1.26 -2894;6;579.00;9.50;1829.50;3.49;1.24 -2895;6;2776.00;9.50;1541.50;4.36;0.26 -2896;6;3584.50;9.50;1130.00;2.71;1.16 -2898;6;849.50;9.50;1533.50;1.83;1.02 -2899;6;4709.00;9.50;768.00;4.00;1.16 -2900;6;4489.00;10.85;1978.00;3.03;1.80 -2901;6;5072.00;9.50;856.50;4.11;1.48 -2902;6;4842.50;9.50;804.00;2.77;0.90 -2903;6;5234.50;9.50;1725.50;2.72;1.10 -2904;6;4510.00;9.50;677.50;-1.10;0.98 -2907;6;3668.50;9.50;370.00;3.23;0.96 -2908;6;2948.50;9.50;407.50;3.30;0.72 -2913;6;900.50;9.50;299.50;2.94;1.28 -2915;6;761.00;9.50;1277.50;3.14;0.92 -2916;6;956.50;9.50;790.00;2.41;1.28 -2918;6;2812.00;9.50;1622.00;2.46;0.50 -2919;6;3691.50;9.50;1074.50;1.63;0.82 -2920;6;2204.00;9.50;1093.50;2.18;1.16 -2921;6;844.50;9.50;1619.00;1.78;0.94 -2922;6;4744.50;9.50;729.50;2.62;0.94 -2923;6;4345.00;11.40;1965.50;3.01;1.64 -2924;6;5398.00;9.50;33.50;1.74;1.24 -2925;6;5126.00;9.50;869.00;3.66;1.26 -2926;6;4965.50;9.50;985.50;2.95;1.08 -2927;6;5217.50;9.50;1686.50;2.69;0.96 -2928;6;4509.00;9.50;721.50;2.55;1.12 -2929;6;3976.00;9.50;509.00;2.40;0.96 -2930;6;3781.50;9.50;761.00;2.20;0.86 -2932;6;2953.00;9.50;469.00;3.06;0.92 -2933;6;2028.00;9.50;167.00;3.00;1.22 -2935;6;1935.00;9.50;1759.00;4.20;1.20 -2936;6;2793.50;9.50;2002.00;3.45;1.36 -2938;6;65.00;9.50;689.00;3.74;1.30 -2940;6;904.50;9.50;748.00;2.29;0.96 -2942;6;2774.50;9.50;1651.00;-0.94;1.24 -2943;6;3719.00;9.50;1057.50;3.37;0.86 -2944;6;2173.00;9.50;1271.50;2.89;1.14 -2945;6;805.00;9.65;1753.00;1.52;1.76 -2946;6;4641.00;9.50;795.50;1.54;1.06 -2947;6;1221.50;10.30;2008.00;4.62;1.72 -2950;6;4926.00;9.50;940.50;4.00;0.84 -2953;6;3982.50;9.50;460.00;2.78;0.96 -2954;6;3664.00;9.50;787.00;3.05;1.10 -2955;6;3693.50;9.50;320.50;4.08;1.24 -2957;6;2095.50;9.50;137.50;2.41;1.18 -2958;6;2368.00;9.50;953.00;3.04;0.92 -2959;6;2133.50;9.50;1809.00;3.56;1.14 -2960;6;2840.00;9.50;1945.50;2.92;0.94 -2962;6;27.00;9.50;741.50;3.05;1.08 -2963;6;842.00;9.50;1214.00;3.30;1.36 -2964;6;951.50;9.50;731.50;3.22;1.38 -2966;6;2856.00;9.50;1638.50;2.19;0.94 -2967;6;3799.50;9.50;1053.00;4.02;0.86 -2968;6;2132.50;9.50;1148.50;3.25;1.08 -2969;6;71.50;9.50;1501.50;2.12;1.22 -2970;6;654.00;9.50;1903.00;4.24;1.98 -2971;6;4676.50;9.50;844.50;2.12;1.04 -2973;6;5372.50;9.50;89.50;2.46;1.00 -2974;6;5367.00;9.50;905.50;1.92;1.48 -2977;6;2778.00;9.50;1530.50;4.46;0.28 -2978;6;4578.50;9.50;787.00;3.18;1.14 -2979;6;4017.50;9.50;465.50;3.54;0.98 -2982;6;2990.00;9.50;513.50;3.40;0.90 -2983;6;2026.50;9.50;116.50;3.02;1.28 -2984;6;2357.00;9.50;999.00;3.14;1.22 -2985;6;2154.50;9.50;1582.50;3.37;1.96 -2986;6;2863.50;9.50;1888.00;3.63;0.86 -2987;6;915.00;9.50;346.00;3.92;0.98 -2988;6;41.50;9.50;782.00;2.27;0.92 -2989;6;813.50;9.50;1279.50;4.02;1.28 -2990;6;993.50;9.50;775.00;3.11;1.24 -2992;6;3223.00;10.90;1952.50;2.84;0.36 -2993;6;2839.00;9.50;1694.50;3.65;0.98 -2994;6;3326.00;9.80;1777.00;3.73;0.20 -2996;6;3439.00;10.50;1715.00;3.60;0.24 -2997;6;2090.00;9.50;1106.50;3.28;1.02 -2998;6;3300.50;10.70;1810.00;3.98;0.44 -3002;6;518.00;9.50;1966.00;2.20;1.24 -3003;6;3083.50;11.80;1877.00;4.29;0.28 -3004;6;3513.50;9.80;1686.00;2.89;0.24 -3005;6;3020.00;11.85;1769.00;2.89;0.26 -3006;6;4654.00;9.50;978.00;3.33;1.06 -3007;6;2986.00;10.45;1733.50;3.14;0.22 -3010;6;1031.50;11.90;1828.00;2.53;0.58 -3011;6;5479.50;9.50;116.00;1.34;1.66 -3012;6;3347.00;10.10;1936.00;3.46;0.48 -3013;6;3240.50;10.10;1779.50;3.28;0.26 -3014;6;5281.00;9.50;900.50;2.17;1.18 -3015;6;5002.00;9.50;931.00;3.54;1.28 -3017;6;3516.00;10.25;1714.50;2.12;0.16 -3020;6;4540.00;9.50;781.00;2.59;1.10 -3021;6;2981.50;10.40;1758.50;2.60;0.34 -3023;6;4046.50;9.50;426.00;3.54;0.94 -3024;6;3731.50;9.50;718.00;3.19;0.78 -3025;6;3166.50;10.40;1778.50;4.30;0.40 -3026;6;3234.00;10.52;1872.00;3.14;0.36 -3027;6;3609.00;9.87;1692.00;2.82;0.24 -3028;6;3593.00;9.50;377.00;3.00;0.90 -3029;6;2947.50;9.50;513.50;3.28;0.98 -3030;6;3277.50;9.90;1789.50;2.94;0.22 -3031;6;3403.00;10.05;1789.00;3.60;0.32 -3032;6;2042.50;9.50;61.50;3.67;1.02 -3035;6;1691.50;9.80;850.00;-1.10;0.22 -3036;6;2318.50;9.50;975.50;3.17;1.12 -3037;6;2143.00;9.50;1687.00;3.14;1.82 -3039;6;1521.00;9.50;912.00;-1.03;0.34 -3041;6;3588.50;10.30;1739.50;2.35;0.32 -3042;6;929.50;9.50;389.00;4.06;0.92 -3043;6;86.00;9.50;728.00;3.22;1.32 -3046;6;9.00;9.50;1806.00;3.44;0.80 -3049;6;2917.00;11.82;1706.00;2.82;0.30 -3050;6;3269.00;10.30;1767.00;3.73;0.26 -3051;6;1066.50;9.50;843.00;2.71;1.02 -3053;6;3259.00;10.35;1701.50;2.76;0.30 -3056;6;3453.00;10.40;1702.50;3.52;0.28 -3058;6;3129.00;12.00;1970.50;2.03;0.30 -3059;6;2934.00;13.60;1750.50;2.46;0.38 -3062;6;3106.00;11.47;1869.00;3.60;0.24 -3063;6;3026.00;9.60;1709.00;3.46;0.26 -3064;6;3478.50;9.90;1796.50;3.00;0.36 -3065;6;3457.00;10.05;1803.50;3.66;0.40 -3066;6;3522.50;9.80;1698.50;3.54;0.22 -3068;6;3270.00;9.70;1804.00;2.67;0.20 -3069;6;3217.50;10.55;1972.00;2.58;0.38 -3070;6;3019.50;11.10;1746.50;4.09;0.26 -3071;6;3317.00;10.50;1824.50;3.42;0.30 -3072;6;3297.50;10.30;1718.00;2.49;0.24 -3073;6;3257.50;10.70;1863.00;4.29;0.34 -3074;6;3187.00;9.75;1709.00;3.46;0.24 -3075;6;3463.00;9.70;1838.50;3.73;0.58 -3076;6;3247.00;9.75;1420.50;2.76;0.20 -3077;6;3398.00;10.40;1687.50;2.03;0.20 -3079;6;3490.50;9.90;1747.00;2.89;0.24 -3081;6;3516.50;9.90;1789.50;3.92;0.58 -3085;6;3377.50;10.40;1716.00;3.78;0.22 -3086;6;3378.50;9.90;1811.50;4.20;0.38 -3089;6;3274.50;9.70;1694.00;3.60;0.26 -3090;6;2899.00;10.07;1776.00;2.03;0.22 -3091;6;3468.50;10.15;1687.00;2.24;0.22 -3092;6;3395.00;9.70;1824.50;3.36;0.40 -3093;6;2942.00;13.47;1793.00;3.14;0.32 -3094;6;2942.50;12.90;1740.50;3.54;0.26 -3095;6;3128.00;11.90;1924.50;2.86;0.36 -3096;6;2944.00;10.35;1810.00;3.92;0.32 -3097;6;3247.50;10.00;1977.00;3.75;0.46 -3098;6;3018.00;12.20;1842.50;3.42;0.28 -3099;6;3462.00;10.40;1718.50;3.66;0.24 -3100;6;3105.50;11.10;1859.50;3.00;0.32 -3101;6;3345.00;9.90;1686.50;3.42;0.16 -3102;6;3548.00;9.90;1752.00;3.14;0.28 -3103;6;3533.50;9.80;1696.00;3.60;0.26 -3104;6;3132.50;10.50;1881.00;1.84;0.28 -3105;6;2994.50;13.10;1786.50;2.73;0.16 -3107;6;3245.50;10.80;1928.50;2.71;0.46 -3108;6;3053.50;11.40;1806.00;3.83;0.22 -3109;6;3044.50;11.30;671.50;3.35;1.26 -3111;6;2996.50;14.05;1813.00;4.03;0.30 -3113;6;3113.50;10.35;1826.00;2.49;0.26 -3114;6;2903.00;10.65;1758.50;3.52;0.24 -3115;6;3243.50;10.60;1856.50;2.60;0.32 -3117;6;3149.00;10.30;1779.50;2.62;0.32 -3119;6;3186.50;10.50;1794.00;3.26;0.30 -3120;6;3252.50;10.10;1716.00;3.60;0.20 -3121;6;3302.00;10.60;1908.50;2.76;0.28 -3123;6;3042.00;10.30;885.50;2.98;0.66 -3124;6;3400.50;9.60;1714.00;4.29;0.24 -3125;6;1619.00;13.30;911.00;-1.05;0.24 -3128;6;3002.00;11.55;1756.50;3.32;0.30 -3129;6;2918.50;13.90;1717.50;3.68;0.32 -3130;6;3439.00;10.40;1807.50;2.29;0.48 -3131;6;3250.50;10.00;1775.50;3.33;0.20 -3135;6;3473.50;9.80;1703.50;3.92;0.20 -3136;6;2993.50;11.30;1757.50;2.94;0.26 -3137;6;3183.50;10.25;1768.00;1.84;0.24 -3138;6;3066.50;11.80;1864.50;4.62;0.32 -3139;6;3597.00;9.70;1692.00;2.55;0.24 -3140;6;3334.50;10.30;1728.50;2.35;0.24 -3145;6;3083.00;10.55;1955.00;2.11;0.28 -3146;6;3550.50;9.80;1713.00;4.03;0.26 -3149;6;3253.00;10.50;1850.00;2.49;0.28 -3150;6;2751.50;13.10;1671.50;2.35;0.24 -3154;6;3396.00;10.60;1733.00;4.12;0.26 -3155;6;3594.50;10.40;1804.50;1.92;0.70 -3156;6;3256.00;10.70;1896.50;3.86;0.40 -3157;6;3420.00;10.40;1748.00;3.14;0.30 -3158;6;3247.00;10.05;1952.50;2.96;0.34 -3160;6;3383.50;10.50;1755.50;2.60;0.22 -3162;6;3020.00;11.80;1818.00;4.06;0.28 -3164;6;3466.50;10.05;1733.00;3.38;0.26 -3165;6;3148.00;11.60;747.50;3.03;0.86 -3166;6;3496.50;10.00;1755.50;1.97;0.24 -3167;6;3532.00;9.80;1706.00;2.35;0.28 -3169;6;3818.50;9.70;1870.50;2.31;1.18 -3170;6;3362.00;9.95;1960.50;3.40;0.62 -3176;6;3356.00;10.50;1681.50;3.73;0.24 -3179;6;3092.50;11.90;1912.50;3.92;0.34 -3180;6;2915.50;12.70;1782.00;2.27;0.32 -3181;6;3106.00;10.65;830.50;3.40;0.74 -3183;6;2987.50;13.00;1799.50;3.33;0.28 -3185;6;3275.00;10.45;1818.00;2.03;0.32 -3187;6;3280.00;10.40;1779.50;3.42;0.24 -3188;6;2908.50;10.50;1768.50;4.20;0.30 -3190;6;3442.50;9.80;1683.00;4.19;0.26 -3191;6;3014.50;13.40;1788.50;3.33;0.28 -3192;6;2889.70;9.50;1731.28;3.98;0.38 -3193;6;3178.50;10.15;1908.00;3.75;0.32 -3194;6;3156.50;10.25;1668.00;2.97;0.26 -3195;6;2750.50;9.50;1706.50;-0.34;1.16 -3196;6;3540.50;9.80;1582.50;2.60;0.22 -3199;6;3412.50;10.00;1583.00;2.49;0.22 -3200;6;223.50;9.50;1455.50;2.02;0.96 -3202;6;3444.50;9.80;1635.50;2.94;0.20 -3203;6;3264.50;9.80;1561.50;3.46;0.28 -3204;6;4614.00;9.50;1010.50;3.69;0.94 -3205;6;2754.50;10.00;1597.00;3.38;0.24 -3207;6;3021.50;10.40;1581.00;3.38;0.20 -3208;6;1770.00;10.50;1913.50;3.29;2.10 -3210;6;3311.00;10.55;1609.50;3.14;0.22 -3214;6;3600.50;10.20;1628.00;4.29;0.24 -3215;6;3356.00;9.90;1664.50;2.76;0.22 -3218;6;4477.50;9.50;795.50;4.43;0.98 -3219;6;3244.00;9.80;1641.50;3.52;0.26 -3220;6;3434.00;9.80;1678.50;2.62;0.26 -3221;6;3476.00;10.00;1582.50;2.76;0.22 -3222;6;4016.00;9.50;420.50;2.77;0.88 -3226;6;3335.50;10.00;1592.50;3.33;0.22 -3228;6;2937.50;9.50;558.50;3.43;0.94 -3230;6;3104.50;10.20;1576.50;4.09;0.24 -3231;6;2949.00;9.70;1608.00;3.14;0.20 -3232;6;2656.00;9.50;159.50;2.55;1.06 -3234;6;2945.50;9.80;1576.00;2.97;0.20 -3235;6;3313.00;10.05;1653.50;2.62;0.22 -3236;6;3373.50;10.05;1606.00;3.78;0.16 -3237;6;2255.00;9.50;985.50;3.75;1.08 -3238;6;2218.00;9.50;1603.50;2.21;1.66 -3239;6;1431.50;9.50;1060.50;2.40;1.22 -3242;6;2695.00;10.00;1621.00;3.60;0.24 -3243;6;966.50;9.50;438.50;2.40;1.26 -3245;6;3506.00;9.87;1669.00;3.46;0.24 -3246;6;3550.50;10.70;1583.50;2.60;0.20 -3247;6;3306.00;10.45;1625.50;2.03;0.18 -3248;6;26.50;9.50;1811.00;4.18;1.00 -3249;6;883.00;9.50;1285.50;3.76;1.04 -3250;6;3407.00;10.00;1589.00;2.35;0.20 -3251;6;3598.00;10.27;1648.00;3.73;0.26 -3252;6;1095.50;9.50;802.50;3.83;1.08 -3253;6;458.00;9.50;1942.00;1.51;1.70 -3254;6;3162.00;9.95;1606.00;4.12;0.16 -3255;6;3200.50;10.35;1654.00;3.78;0.20 -3258;6;3013.50;9.80;1589.50;2.35;0.20 -3259;6;3386.50;10.60;1651.00;2.49;0.22 -3261;6;3511.50;10.40;1660.00;3.78;0.20 -3263;6;3374.50;11.30;1623.00;2.24;0.20 -3264;6;3581.50;10.50;1685.50;2.73;0.32 -3267;6;3240.50;10.00;1614.00;3.30;0.30 -3268;6;3456.50;10.45;1648.00;2.49;0.20 -3271;6;2952.50;9.70;1580.00;2.89;0.20 -3272;6;3174.00;9.85;1619.00;3.46;0.24 -3274;6;2734.00;10.77;1580.00;3.14;0.24 -3275;6;3443.00;9.80;1621.00;2.67;0.20 -3276;6;3547.00;10.47;1592.00;2.35;0.24 -3277;6;2954.50;9.70;1639.50;1.97;0.20 -3278;6;3309.00;9.90;1598.50;2.76;0.18 -3279;6;3335.50;10.55;1639.00;3.83;0.22 -3280;6;3720.00;13.20;1669.50;3.32;0.30 -3281;6;3184.50;10.20;1578.00;2.89;0.24 -3283;6;3075.50;9.90;1549.50;2.60;0.24 -3285;6;3509.50;10.00;1621.50;2.94;0.22 -3286;6;3019.00;10.00;1694.00;3.14;0.26 -3287;6;2805.00;9.80;1586.50;3.52;0.28 -3290;6;3409.50;11.50;1636.50;2.60;0.22 -3291;6;3400.00;10.10;1561.00;3.14;0.24 -3292;6;3387.50;10.05;1594.00;1.95;0.14 -3293;6;3265.00;9.80;1570.50;3.14;0.22 -3294;6;3599.50;9.80;1661.50;3.68;0.30 -3295;6;3103.50;9.80;1586.50;1.71;0.32 -3297;6;3317.50;10.60;1615.00;3.78;0.22 -3298;6;3230.00;10.22;1676.00;2.55;0.26 -3299;6;2989.00;10.92;1500.00;3.14;0.24 -3301;6;2752.00;10.75;1588.00;4.39;0.18 -3304;6;3478.00;9.80;1561.00;2.67;0.18 -3306;6;3340.50;10.40;1573.00;2.89;0.20 -3309;6;3202.50;10.10;1579.00;3.78;0.24 -3310;6;3246.50;9.80;1671.50;3.92;0.24 -3314;6;2886.00;9.50;1577.50;2.03;0.20 -3315;6;3554.50;9.80;1645.00;3.38;0.24 -3316;6;3552.00;10.15;1560.50;1.93;0.18 -3317;6;3518.50;10.45;1593.00;4.03;0.22 -3318;6;3409.50;10.00;1563.00;2.67;0.22 -3319;6;3143.00;9.70;1666.50;2.76;0.26 -3320;6;3200.50;10.30;1613.50;2.94;0.32 -3322;6;3461.50;9.80;1616.00;2.89;0.24 -3326;6;2943.00;10.05;1587.50;3.14;0.22 -3327;6;3369.00;10.65;1631.50;3.14;0.22 -3328;6;3611.00;10.35;1617.50;2.46;0.24 -3330;6;3622.50;11.55;1570.00;2.78;0.30 -3331;6;3270.50;10.00;1609.50;3.46;0.22 -3332;6;3474.00;9.87;1568.00;2.35;0.24 -3333;6;3248.00;9.80;1661.50;3.14;0.28 -3334;6;3527.50;10.70;1610.00;2.67;0.22 -3335;6;3341.50;9.90;1584.00;3.30;0.22 -3336;6;2045.00;9.50;989.00;-1.12;2.34 -3337;6;3158.00;10.30;1631.00;3.14;0.26 -3339;6;3444.00;9.80;1627.50;3.14;0.14 -3340;6;3020.50;9.70;1598.00;1.35;0.28 -3342;6;2688.50;10.55;1594.00;2.44;0.28 -3343;6;3537.50;11.20;1565.00;2.15;0.16 -3345;6;3346.00;10.00;1608.00;2.55;0.24 -3347;6;3460.00;10.40;1654.50;3.73;0.24 -3350;6;3263.50;9.80;1584.00;3.30;0.28 -3351;6;3114.00;9.80;1598.50;2.76;0.28 -3352;6;3505.00;9.90;1629.50;4.06;0.20 -3355;6;2948.00;10.25;1557.00;3.60;0.22 -3356;6;3421.00;10.00;1598.50;2.76;0.20 -3358;6;3374.00;10.60;1650.00;2.35;0.20 -3359;6;2693.50;9.95;1609.00;2.09;0.32 -3360;6;3478.50;9.85;1575.00;3.78;0.18 -3361;6;3538.00;10.40;1661.50;3.14;0.24 -3363;6;3615.00;10.37;1704.00;2.82;0.24 -3364;6;3332.00;9.87;1576.00;3.14;0.22 -3365;6;3587.00;10.40;1634.00;3.14;0.20 -3369;6;2762.00;10.27;1565.00;2.35;0.24 -3370;6;3447.00;9.80;1646.00;2.82;0.20 -3371;6;3483.00;9.90;1598.50;3.73;0.22 -3372;6;3544.00;10.95;1573.00;2.55;0.20 -3376;6;3402.00;10.00;1581.50;2.76;0.18 -3377;6;3381.50;11.50;1620.00;2.89;0.22 -3378;6;3274.50;9.80;1588.00;2.89;0.24 -3380;6;3107.50;9.80;1601.50;2.35;0.26 -3382;6;3564.00;9.80;1607.50;2.76;0.22 -3383;6;3518.50;9.90;1642.50;3.33;0.20 -3384;6;3153.00;9.70;1614.50;2.76;0.20 -3385;6;3629.50;9.70;1580.50;1.97;0.22 -3388;6;3207.00;10.30;1685.00;3.38;0.24 -3389;6;3465.00;9.85;1576.50;3.81;0.24 -3391;6;3381.50;10.20;1636.00;2.24;0.20 -3392;6;3177.00;9.80;1565.00;2.35;0.28 -3395;6;2951.00;10.05;1571.00;2.82;0.18 -3396;6;2660.50;9.90;1597.50;4.17;0.20 -3397;6;2948.50;10.10;1527.50;2.82;0.18 -3399;6;3363.50;9.70;1474.00;3.24;0.22 -3400;6;2818.50;9.50;1741.50;3.69;0.88 -3402;6;2857.50;10.30;1512.50;2.60;0.22 -3403;6;3307.50;9.90;1480.00;2.97;0.22 -3405;6;2106.00;9.50;1003.00;2.18;1.12 -3406;6;3547.50;9.85;1515.00;3.38;0.22 -3407;6;3223.00;9.80;1484.50;2.55;0.18 -3408;6;247.00;9.50;1368.50;3.68;1.34 -3409;6;3382.50;9.80;1517.50;4.17;0.22 -3410;6;3134.50;12.60;1511.00;4.19;0.24 -3412;6;3187.50;10.30;1544.50;3.92;0.26 -3414;6;3081.50;12.20;1518.50;2.11;0.18 -3417;6;3459.00;10.25;1454.00;2.35;0.22 -3418;6;3015.00;12.85;1530.50;3.14;0.18 -3419;6;5155.50;9.50;951.50;3.98;1.22 -3420;6;4983.50;9.50;886.00;2.56;1.10 -3421;6;3396.50;9.80;1468.00;3.30;0.24 -3422;6;2757.00;10.10;1548.00;3.60;0.18 -3423;6;2921.00;11.25;1517.50;3.14;0.22 -3424;6;5191.50;9.50;1604.00;2.95;1.20 -3425;6;4444.00;9.50;779.50;3.27;1.02 -3426;6;3506.00;10.05;1547.00;3.14;0.18 -3427;6;4514.00;14.00;1315.50;3.49;0.46 -3428;6;4037.50;9.50;379.50;2.41;0.92 -3429;6;3731.00;9.50;680.00;4.27;1.14 -3430;6;3227.50;10.05;1493.00;2.49;0.24 -3432;6;3610.00;9.50;338.00;3.87;1.18 -3434;6;3161.50;12.00;1508.00;2.24;0.24 -3435;6;3549.00;9.60;1467.50;3.52;0.22 -3436;6;2654.50;9.50;208.00;3.84;0.78 -3439;6;3513.50;9.70;1469.50;3.68;0.26 -3442;6;1509.00;9.50;997.00;1.89;0.88 -3443;6;3467.50;10.20;1459.00;2.89;0.20 -3444;6;2902.50;9.70;1548.50;3.92;0.20 -3445;6;1043.50;9.50;472.50;2.51;1.24 -3446;6;97.50;9.50;779.00;2.96;1.22 -3448;6;3120.00;13.00;1332.50;4.06;0.24 -3450;6;103.00;9.50;1784.50;3.83;0.96 -3451;6;921.00;9.50;1199.00;2.57;1.08 -3452;6;3308.00;10.00;1491.00;3.14;0.20 -3453;6;1168.00;9.50;816.50;3.07;1.26 -3454;6;445.00;9.50;1911.50;4.64;0.74 -3455;6;3346.50;9.80;1526.50;3.00;0.26 -3457;6;3231.00;10.30;1511.50;3.14;0.22 -3458;6;3140.00;10.00;1545.00;3.60;0.26 -3459;6;3573.00;9.60;1462.50;2.26;0.30 -3460;6;3067.00;10.35;1559.50;3.52;0.24 -3463;6;2747.50;10.25;1550.00;3.30;0.24 -3464;6;3453.50;10.30;1465.00;3.78;0.18 -3466;6;3387.00;9.80;1484.00;3.14;0.20 -3468;6;3316.00;10.00;1496.00;3.60;0.20 -3470;6;3233.50;10.00;1534.00;3.60;0.22 -3472;6;3897.50;9.80;1683.00;3.87;0.52 -3473;6;3038.50;9.70;1569.50;2.60;0.20 -3475;6;3504.50;9.80;1476.00;3.38;0.18 -3477;6;3531.50;11.90;1557.50;3.00;0.26 -3478;6;3460.50;9.80;1473.50;3.68;0.22 -3479;6;3400.50;10.00;1490.00;2.44;0.20 -3480;6;3297.00;10.05;1542.50;4.01;0.24 -3481;6;1169.50;10.80;1800.00;2.87;0.78 -3482;6;3119.50;10.00;1549.50;3.33;0.20 -3483;6;3209.50;10.90;1512.00;2.49;0.22 -3484;6;3090.50;12.10;1500.00;3.38;0.32 -3485;6;3070.00;12.52;1530.00;1.89;0.26 -3486;6;3610.50;9.70;1564.50;2.73;0.22 -3487;6;3509.50;9.80;1482.00;4.03;0.20 -3488;6;2902.00;11.60;1526.00;1.57;0.18 -3489;6;3470.00;9.80;1480.50;2.21;0.28 -3490;6;3553.00;10.17;1529.00;4.12;0.26 -3491;6;3394.00;9.90;1496.50;3.73;0.16 -3492;6;3370.50;9.90;1534.50;3.33;0.20 -3494;6;3284.50;10.00;1513.50;3.68;0.24 -3498;6;1099.00;10.90;1835.00;3.78;0.90 -3500;6;2968.50;10.40;1541.00;2.89;0.20 -3502;6;3632.50;9.75;1541.00;3.50;0.36 -3504;6;3441.00;9.80;1530.50;3.52;0.24 -3505;6;3477.00;10.10;1488.00;2.67;0.20 -3506;6;2856.00;9.90;1480.00;4.12;0.26 -3507;6;3274.00;9.80;1552.50;3.85;0.30 -3508;6;3361.00;9.80;1502.50;3.14;0.26 -3509;6;2807.50;9.95;1483.00;2.97;0.28 -3511;6;3229.50;10.20;1522.50;3.00;0.26 -3513;6;895.00;10.12;1644.00;2.82;0.32 -3515;6;3590.50;9.60;1492.00;3.60;0.32 -3516;6;2880.00;10.27;1531.00;2.67;0.22 -3517;6;3528.50;10.40;1513.50;3.68;0.26 -3518;6;3504.50;9.80;1528.50;3.33;0.18 -3520;6;3351.00;10.07;1535.00;2.03;0.20 -3521;6;3151.00;10.05;1557.00;3.14;0.22 -3522;6;2983.50;9.85;1567.00;3.78;0.18 -3523;6;2800.00;11.05;1485.00;2.03;0.20 -3524;6;2941.50;10.80;1534.50;2.60;0.24 -3526;6;3161.50;10.60;1345.50;3.46;0.18 -3527;6;3424.00;9.90;1539.50;2.76;0.22 -3528;6;2762.50;9.50;1522.50;2.05;0.52 -3529;6;3501.50;9.80;1493.50;2.19;0.24 -3530;6;2940.00;12.65;1496.50;2.55;0.20 -3531;6;3368.50;9.80;1506.00;3.30;0.22 -3532;6;3057.50;10.40;1569.50;3.28;0.18 -3533;6;2879.50;10.20;1484.50;2.60;0.26 -3534;6;2815.50;10.00;1490.50;3.28;0.20 -3535;6;3001.00;10.10;1546.50;3.14;0.20 -3536;6;2842.00;9.80;1530.00;3.14;0.18 -3538;6;3558.50;9.70;1507.00;2.97;0.30 -3539;6;3484.50;9.80;1532.00;3.38;0.24 -3541;6;3001.50;10.80;1499.50;3.92;0.20 -3543;6;3273.50;9.90;1531.50;2.94;0.26 -3544;6;3132.50;9.80;1562.50;2.35;0.22 -3547;6;2910.50;11.35;1530.00;2.89;0.20 -3548;6;3167.00;11.05;1483.50;3.52;0.20 -3549;6;2826.00;10.07;1495.00;1.57;0.20 -3550;6;3126.50;13.15;1501.00;3.30;0.26 -3551;6;3560.00;9.70;1540.00;3.14;0.24 -3553;6;3062.50;12.55;1511.00;2.24;0.16 -3554;6;3390.50;10.10;1550.50;3.28;0.24 -3557;6;3345.50;9.80;1516.50;3.33;0.24 -3558;6;2934.50;10.60;1504.00;2.97;0.20 -3561;6;2969.50;11.05;1549.00;2.89;0.18 -3562;6;3208.50;9.80;1494.50;4.17;0.26 -3564;6;3491.00;13.60;1331.50;3.14;0.24 -3565;6;3148.00;9.97;1488.00;3.14;0.16 -3566;6;3455.00;9.95;1545.00;3.46;0.22 -3567;6;3422.00;9.80;1513.50;3.81;0.22 -3568;6;3288.50;9.80;1547.50;2.60;0.24 -3569;6;3065.00;10.35;1504.00;2.15;0.20 -3571;6;2998.00;11.75;1509.00;3.46;0.20 -3572;6;3038.50;9.70;1559.00;3.30;0.20 -3576;6;2861.50;10.10;1533.50;2.82;0.18 -3577;6;3230.50;9.80;1476.50;3.76;0.24 -3578;6;3519.50;9.80;1545.00;2.44;0.22 -3580;6;3365.00;10.52;1550.00;3.60;0.22 -3582;6;3493.00;10.35;1504.50;3.14;0.22 -3585;6;3008.50;14.30;1527.50;3.33;0.24 -3586;6;3109.50;10.40;1534.50;3.76;0.28 -3587;6;3435.00;9.70;1448.50;4.01;0.20 -3588;6;904.00;14.40;1562.50;3.14;0.34 -3590;6;2705.00;9.50;1655.50;0.49;1.02 -3592;6;3049.00;10.85;1430.50;3.52;0.22 -3594;6;2865.50;11.20;1442.00;2.97;0.16 -3595;6;1986.00;9.50;1186.50;3.14;1.08 -3598;6;2813.00;9.80;1430.50;4.01;0.20 -3599;6;311.50;9.50;1473.00;3.30;0.82 -3600;6;430.00;9.50;1869.00;4.08;1.46 -3601;6;3044.50;11.20;1424.00;3.78;0.22 -3602;6;1641.50;11.20;1634.00;3.60;0.30 -3603;6;4593.00;9.50;821.50;1.96;0.80 -3604;6;2987.00;10.45;1433.00;2.82;0.24 -3605;6;1608.00;9.80;1629.50;4.01;0.26 -3607;6;5414.50;9.50;191.00;3.10;1.38 -3608;6;1601.50;10.65;1639.00;2.49;0.30 -3609;6;3110.50;11.70;1413.50;3.68;0.22 -3610;6;5252.50;9.50;976.50;2.26;1.38 -3611;6;4881.00;9.50;798.00;2.30;0.96 -3612;6;2917.00;13.20;1440.50;3.14;0.20 -3614;6;3125.50;10.30;1419.50;3.33;0.20 -3616;6;4428.50;9.50;730.00;4.63;0.92 -3617;6;3117.00;11.20;1425.50;2.55;0.18 -3619;6;3993.50;9.50;381.50;2.35;0.86 -3620;6;3639.00;9.50;674.00;2.82;1.10 -3624;6;3568.50;9.50;273.00;2.67;1.22 -3625;6;2925.00;9.50;647.00;3.92;0.94 -3626;6;2827.50;10.00;1445.00;3.38;0.16 -3627;6;3087.50;9.80;1430.00;2.49;0.20 -3628;6;2589.50;9.50;176.50;3.42;0.88 -3631;6;3024.50;13.80;1443.50;3.92;0.22 -3632;6;2308.00;9.50;1048.00;3.20;1.00 -3633;6;1970.50;9.50;1812.00;3.38;0.98 -3634;6;1543.00;9.50;890.00;2.46;1.18 -3636;6;3200.00;10.05;1411.00;3.14;0.26 -3637;6;970.00;9.50;498.50;3.48;1.04 -3638;6;156.00;9.50;788.00;4.06;0.84 -3641;6;2940.00;14.20;1446.00;3.14;0.16 -3642;6;102.00;9.50;1821.50;2.33;0.90 -3643;6;945.50;9.50;1243.00;3.18;1.08 -3646;6;2895.00;10.10;1455.50;4.24;0.22 -3647;6;1081.50;9.50;899.00;3.31;1.26 -3648;6;516.00;9.50;1930.50;3.58;1.20 -3649;6;3144.50;12.25;1418.00;3.83;0.28 -3650;6;2890.00;10.10;1451.50;2.21;0.16 -3651;6;4276.50;9.60;958.50;3.03;0.42 -3652;6;2888.50;10.00;1463.50;1.97;0.22 -3656;6;3470.00;14.45;1357.50;3.81;0.26 -3657;6;3004.00;13.30;1447.00;2.03;0.18 -3658;6;3476.50;13.55;1365.00;3.38;0.20 -3659;6;2806.50;9.80;1457.00;2.24;0.22 -3660;6;2962.50;16.15;1453.00;2.67;0.18 -3661;6;1595.50;10.40;1656.00;3.01;0.28 -3663;6;3212.50;9.75;1417.00;2.89;0.20 -3664;6;4978.00;10.15;1576.00;2.35;0.54 -3665;6;3172.00;13.45;1433.00;2.55;0.20 -3666;6;2906.00;10.20;1461.00;3.14;0.22 -3667;6;3513.00;15.15;1373.50;3.42;0.24 -3668;6;3547.50;10.30;1382.50;2.94;0.28 -3669;6;2871.50;10.20;1472.00;3.38;0.22 -3670;6;3073.00;10.20;1447.00;1.89;0.22 -3671;6;2817.00;9.82;1464.00;3.14;0.14 -3672;6;3516.50;10.70;1388.00;3.78;0.22 -3674;6;3020.50;13.05;1458.00;2.89;0.24 -3675;6;3012.00;14.37;1464.00;1.57;0.22 -3676;6;3202.50;13.90;1433.50;2.60;0.22 -3677;6;910.50;11.90;1494.50;3.68;0.26 -3679;6;2938.50;11.60;1470.50;4.51;0.16 -3680;6;3093.50;9.80;1449.00;4.33;0.20 -3681;6;2863.00;10.10;1469.00;3.38;0.24 -3682;6;3535.00;10.87;1391.00;3.14;0.28 -3683;6;3076.50;10.50;1459.50;2.94;0.20 -3684;6;3026.50;13.80;1474.50;2.35;0.18 -3685;6;1505.00;10.60;1571.50;3.14;0.26 -3690;6;2959.00;11.10;1480.00;2.67;0.20 -3692;6;2934.50;12.60;1481.00;3.01;0.26 -3694;6;3179.00;10.55;1450.50;3.14;0.28 -3695;6;4940.00;12.52;1447.00;3.73;0.30 -3696;6;3150.00;10.10;1459.50;2.46;0.22 -3697;6;1605.50;11.35;1578.00;2.89;0.22 -3699;6;1366.00;10.35;1646.00;2.67;0.44 -3700;6;3069.00;9.70;1478.00;3.14;0.20 -3702;6;1611.00;11.12;1595.00;3.14;0.20 -3704;6;3255.00;9.70;1433.00;2.67;0.28 -3705;6;2985.50;10.90;1487.00;2.24;0.20 -3708;6;1284.00;10.75;1561.50;2.76;0.50 -3709;6;3158.00;12.05;1459.50;3.52;0.20 -3710;6;1676.00;10.40;1586.50;4.01;0.16 -3711;6;3545.00;15.15;1362.00;2.82;0.26 -3712;6;1692.00;9.95;1604.50;3.14;0.32 -3713;6;3135.50;9.80;1475.50;1.97;0.26 -3715;6;1678.50;11.45;1606.00;3.50;0.26 -3716;6;3082.50;9.80;1479.50;2.94;0.24 -3717;6;3432.00;10.70;1408.50;2.21;0.18 -3720;6;3425.50;11.00;1418.50;3.33;0.20 -3721;6;1233.00;11.00;1756.50;3.14;0.50 -3722;6;3336.50;9.70;1435.50;2.35;0.28 -3724;6;3249.50;9.80;1442.00;3.01;0.28 -3727;6;2709.50;13.70;1367.00;3.38;0.20 -3728;6;3213.50;11.55;1459.00;2.49;0.24 -3729;6;2715.00;13.37;1382.00;2.35;0.16 -3730;6;3148.00;9.75;1480.00;2.55;0.24 -3731;6;3121.50;9.80;1478.50;3.33;0.22 -3733;6;798.00;9.50;798.50;-0.78;0.24 -3734;6;3416.00;9.70;1426.50;2.76;0.28 -3735;6;2767.00;12.95;1376.50;2.76;0.24 -3736;6;1416.00;10.70;1807.50;2.90;1.50 -3740;6;2798.50;10.60;1393.50;3.92;0.18 -3742;6;4448.50;13.20;1275.50;2.73;0.34 -3743;6;3196.50;11.00;1482.50;2.35;0.32 -3744;6;2705.00;13.67;1381.00;2.03;0.16 -3746;6;3506.50;9.90;1430.50;3.68;0.24 -3748;6;3473.50;10.60;1429.50;3.33;0.22 -3750;6;1225.50;11.10;1649.50;3.06;0.54 -3753;6;4963.50;11.35;1460.00;2.97;0.30 -3754;6;2849.00;11.85;1415.50;3.14;0.16 -3755;6;3316.50;9.70;1460.00;2.97;0.22 -3756;6;4946.00;13.20;1475.50;2.92;0.36 -3757;6;3269.50;10.00;1477.50;3.92;0.26 -3759;6;3229.00;9.90;1582.50;3.14;0.24 -3761;6;2687.00;10.80;1391.00;2.15;0.22 -3762;6;2894.00;11.80;1407.50;3.42;0.26 -3763;6;1556.00;10.25;1610.00;3.14;0.24 -3765;6;3427.50;9.70;1442.50;3.33;0.26 -3766;6;1494.00;10.55;1620.00;2.49;0.38 -3768;6;2895.50;10.50;1420.50;3.33;0.18 -3769;6;1132.50;11.90;1742.50;3.58;0.74 -3770;6;2869.00;13.10;1429.50;2.76;0.20 -3772;6;2937.00;10.90;1407.50;2.26;0.22 -3773;6;2956.50;13.60;1413.50;2.35;0.26 -3774;6;3517.50;9.70;1446.00;3.60;0.26 -3776;6;2974.00;9.70;1422.50;2.21;0.22 -3777;6;3482.00;9.70;1446.50;3.73;0.24 -3778;6;1627.00;10.40;1646.50;2.46;0.22 -3779;6;3457.50;9.80;1444.00;3.30;0.24 -3780;6;2949.50;9.80;1427.00;4.03;0.20 -3781;6;1006.50;14.05;1669.00;3.44;0.44 -3782;6;2929.00;11.35;1427.50;3.14;0.14 -3785;6;2674.50;9.50;1652.00;1.65;0.60 -3786;6;3269.50;11.45;1327.00;2.89;0.20 -3787;6;4878.00;9.80;1413.00;2.67;0.22 -3788;6;3298.00;13.20;1281.50;3.81;0.24 -3793;6;516.00;9.50;1880.50;4.23;1.16 -3794;6;2737.00;13.40;1333.50;4.06;0.20 -3795;6;3489.00;9.70;1213.50;1.64;0.44 -3796;6;3191.50;10.15;1390.00;2.44;0.22 -3797;6;4490.00;9.50;760.50;2.98;1.12 -3798;6;2676.50;10.80;1325.50;2.60;0.22 -3799;6;2789.50;12.60;1319.00;2.67;0.28 -3801;6;5334.50;9.50;145.00;2.49;1.28 -3802;6;1553.50;10.90;1548.50;3.00;0.20 -3803;6;4811.50;13.90;1351.50;2.60;0.26 -3805;6;4899.50;9.50;766.50;3.58;1.02 -3806;6;1655.50;10.50;1591.00;3.78;0.20 -3807;6;3347.50;12.30;1305.50;3.33;0.24 -3808;6;5163.00;9.50;1615.50;2.59;1.44 -3809;6;4398.00;9.50;755.00;4.62;0.78 -3810;6;2730.00;11.95;1295.50;1.73;0.16 -3812;6;3997.50;9.50;344.50;3.54;0.96 -3813;6;3699.00;9.50;688.00;2.20;1.04 -3815;6;4860.50;12.30;1421.50;2.19;0.24 -3816;6;2789.50;10.85;1353.00;4.03;0.24 -3818;6;2947.50;9.50;701.50;2.41;0.78 -3819;6;3195.00;12.65;1380.00;3.92;0.22 -3821;6;2602.00;9.50;231.00;4.21;0.94 -3823;6;1584.00;10.35;1506.50;4.01;0.30 -3824;6;1618.50;9.80;1543.00;2.89;0.20 -3825;6;2250.00;9.50;1082.50;3.14;1.20 -3826;6;1949.50;9.50;1782.00;4.23;0.96 -3827;6;780.00;9.50;276.00;3.33;1.10 -3829;6;1539.50;11.75;1541.00;2.67;0.30 -3831;6;733.00;9.50;267.50;2.66;1.24 -3832;6;10.00;9.50;843.50;3.85;0.98 -3833;6;3152.00;12.80;1353.50;3.14;0.26 -3834;6;1066.50;11.20;1407.50;3.31;0.60 -3835;6;2781.00;12.20;1309.50;3.14;0.16 -3836;6;5.50;9.50;1846.00;3.19;0.30 -3837;6;961.50;9.50;1196.50;3.41;1.32 -3841;6;1153.00;9.50;881.00;3.70;1.42 -3842;6;568.00;9.50;1943.00;4.01;1.20 -3844;6;3155.00;11.45;1329.50;2.76;0.18 -3845;6;2722.50;13.90;1333.00;2.97;0.20 -3846;6;2687.50;10.20;1296.50;2.35;0.20 -3847;6;1599.50;11.45;1545.00;2.89;0.24 -3848;6;5002.00;12.30;1324.50;3.14;0.24 -3854;6;3285.00;13.40;645.50;3.36;0.54 -3855;6;1241.00;11.90;1570.50;3.98;0.44 -3856;6;3271.00;12.95;1306.50;2.76;0.24 -3857;6;3024.50;11.90;1284.00;2.49;0.20 -3859;6;2759.00;14.05;1350.50;4.24;0.20 -3862;6;3341.00;12.17;1318.00;3.73;0.28 -3863;6;1635.00;9.90;1558.50;3.42;0.16 -3865;6;3141.00;12.27;1354.00;2.67;0.20 -3866;6;2671.50;9.70;1283.50;3.33;0.20 -3867;6;1159.50;14.55;1411.00;4.12;0.46 -3869;6;1142.50;17.70;1556.50;3.92;0.44 -3870;6;3346.50;12.85;1297.00;2.89;0.20 -3871;6;2733.00;13.45;1291.50;4.06;0.20 -3873;6;2808.00;13.15;1335.50;3.73;0.24 -3874;6;2720.50;12.40;1342.50;3.46;0.20 -3876;6;3291.50;13.30;1290.50;2.94;0.24 -3877;6;4701.00;10.10;1392.50;3.66;0.32 -3878;6;1655.00;9.65;1561.50;3.14;0.24 -3880;6;1579.50;11.40;1569.00;2.49;0.20 -3881;6;4666.00;11.50;1353.50;3.14;0.22 -3882;6;3143.50;11.95;1362.00;2.89;0.20 -3883;6;1146.00;14.00;1435.00;2.97;0.46 -3885;6;2997.50;11.05;1382.00;2.49;0.20 -3887;6;2771.50;13.80;1360.00;3.30;0.24 -3888;6;4765.00;11.62;1368.00;3.46;0.26 -3890;6;3393.00;13.25;1296.00;3.14;0.18 -3891;6;2784.50;13.20;1320.50;2.35;0.24 -3892;6;2696.50;12.90;1357.50;3.46;0.20 -3893;6;3225.00;9.70;1350.00;2.82;0.28 -3894;6;1648.00;10.65;1569.50;3.14;0.20 -3895;6;4742.00;13.60;1345.50;2.03;0.20 -3897;6;1628.50;12.60;1575.50;2.60;0.26 -3898;6;2830.00;14.55;1371.50;3.14;0.20 -3902;6;2766.00;12.55;1368.00;3.60;0.16 -3904;6;4801.00;14.37;1339.00;3.60;0.22 -3905;6;3302.00;13.55;1336.50;2.76;0.22 -3906;6;1693.00;9.70;1582.50;3.73;0.22 -3907;6;3300.50;12.10;1315.50;2.35;0.26 -3908;6;3177.50;13.40;1368.50;1.97;0.20 -3909;6;2799.00;13.25;1340.00;2.35;0.16 -3910;6;3015.50;13.70;1369.50;3.92;0.18 -3911;6;1620.00;11.00;1732.50;2.46;0.84 -3913;6;4762.00;10.40;1381.50;2.76;0.26 -3914;6;3130.50;13.90;1322.50;2.94;0.24 -3915;6;2825.00;11.45;1381.50;2.03;0.20 -3916;6;3487.00;10.20;1253.50;3.36;0.40 -3918;6;2716.50;12.10;1366.00;3.30;0.20 -3921;6;3383.00;14.30;1295.50;2.62;0.30 -3922;6;3114.50;12.60;1388.50;3.33;0.28 -3923;6;3031.00;14.00;1355.50;2.76;0.18 -3925;6;1585.50;9.80;1485.00;3.38;0.22 -3926;6;2686.00;10.35;1313.00;3.60;0.20 -3927;6;3251.00;11.00;1295.00;3.14;0.28 -3928;6;2909.50;10.00;1390.50;2.60;0.20 -3929;6;4820.00;12.90;1369.50;2.26;0.30 -3930;6;2718.00;10.75;1303.50;3.14;0.24 -3931;6;2785.00;11.75;1378.00;3.92;0.24 -3932;6;4775.50;10.50;1382.00;2.97;0.24 -3933;6;2778.00;12.15;1377.50;3.14;0.16 -3934;6;4700.50;10.00;1358.50;3.00;0.26 -3935;6;3379.50;13.05;1330.00;1.98;0.26 -3936;6;3169.00;10.70;1340.50;4.06;0.20 -3938;6;2742.00;11.65;1327.00;3.60;0.20 -3939;6;3120.50;12.30;1388.50;3.68;0.24 -3940;6;2698.50;12.40;1285.50;2.35;0.24 -3941;6;1556.00;12.75;1521.50;2.86;0.32 -3942;6;3411.50;12.00;1244.50;3.68;0.32 -3943;6;3048.50;9.50;1396.00;3.30;0.26 -3945;6;2776.50;13.30;1327.50;3.33;0.24 -3947;6;4813.00;12.45;1387.50;2.21;0.24 -3948;6;2833.50;10.00;1401.00;2.97;0.22 -3949;6;4774.50;13.20;1348.50;2.60;0.22 -3951;6;3280.00;12.40;1321.00;3.14;0.28 -3953;6;2757.50;11.70;1308.50;2.60;0.18 -3955;6;4626.00;11.22;1341.00;3.73;0.22 -3956;6;3114.00;13.40;1397.50;3.52;0.18 -3957;6;1601.00;9.80;1527.00;4.12;0.24 -3958;6;3049.50;13.40;1340.50;3.00;0.22 -3959;6;2915.00;12.05;1399.50;2.21;0.20 -3960;6;1296.50;9.90;1412.50;2.23;0.38 -3961;6;2903.50;11.40;1400.50;3.33;0.20 -3963;6;4944.00;9.75;1503.50;2.55;0.42 -3964;6;3356.50;12.60;1313.00;3.60;0.30 -3966;6;3037.00;10.65;1358.50;3.14;0.18 -3969;6;2694.50;11.55;1324.00;2.49;0.20 -3971;6;3178.00;13.05;1379.00;3.46;0.24 -3972;6;1225.00;12.65;1456.50;4.36;0.52 -3975;6;1536.50;11.75;1525.00;4.19;0.32 -3976;6;2965.00;12.60;1410.00;3.73;0.26 -3977;6;4860.00;11.65;1398.00;3.38;0.28 -3978;6;4660.50;11.60;1396.00;2.58;0.34 -3979;6;3415.50;14.60;1333.00;4.00;0.24 -3980;6;3139.50;13.35;1328.00;2.97;0.24 -3983;6;3278.00;13.55;1305.50;3.42;0.26 -3984;6;3127.50;10.85;1398.00;2.49;0.18 -3986;6;2726.50;12.60;1317.50;4.17;0.24 -3988;6;3166.50;9.50;1290.50;2.94;0.24 -3990;6;2707.00;9.50;1586.50;4.18;0.70 -3991;6;2784.50;14.00;1220.50;3.46;0.32 -3992;6;2308.00;9.50;557.50;-1.33;0.24 -3993;6;1932.00;9.50;1075.00;3.14;0.92 -3994;6;1523.50;9.80;1428.00;4.36;0.42 -3997;6;850.00;9.50;1383.00;2.78;1.46 -3998;6;740.50;9.50;1633.00;3.43;1.20 -4000;6;4979.50;12.30;1262.50;2.94;0.20 -4001;6;4673.00;9.70;1188.00;2.35;0.18 -4002;6;4397.50;9.50;828.00;1.57;1.24 -4003;6;3877.50;9.70;1052.50;2.82;0.50 -4009;6;4556.50;9.80;1180.00;4.00;0.32 -4011;6;5226.00;9.50;1035.50;3.59;1.22 -4012;6;4867.00;9.50;853.50;3.47;0.86 -4014;6;3039.00;10.60;1271.00;3.14;0.20 -4015;6;5157.00;9.50;1536.00;2.27;1.20 -4016;6;4387.50;9.50;785.00;2.12;0.90 -4017;6;3363.00;11.25;1153.00;2.82;0.28 -4018;6;2838.50;13.80;1224.00;2.74;0.46 -4019;6;4279.00;12.02;981.00;3.14;0.28 -4020;6;3931.00;9.50;424.00;3.23;0.94 -4021;6;3666.00;9.50;642.50;3.85;1.06 -4023;6;4515.50;9.80;1003.00;2.97;0.24 -4024;6;2726.00;12.10;1363.00;3.60;0.20 -4025;6;3534.00;9.50;224.00;2.77;1.02 -4026;6;2831.00;9.50;737.00;4.17;0.94 -4029;6;1389.50;11.05;1645.00;2.15;0.36 -4030;6;2657.00;9.50;262.50;2.43;0.92 -4032;6;4606.50;10.30;1286.00;3.30;0.24 -4033;6;3248.00;11.20;806.50;2.57;0.90 -4034;6;2790.00;9.50;1870.00;3.02;1.08 -4035;6;1989.50;9.50;1725.50;3.01;0.96 -4036;6;1514.50;9.50;761.50;3.74;0.80 -4037;6;4634.50;11.50;1252.50;3.28;0.26 -4038;6;2313.50;9.50;557.50;-1.33;0.28 -4039;6;637.00;9.50;183.00;2.93;1.06 -4041;6;4507.50;12.20;1153.50;2.35;0.30 -4044;6;853.00;9.50;1153.50;4.30;1.42 -4047;6;3065.50;9.70;1159.50;3.25;0.28 -4048;6;1149.00;9.50;936.00;2.56;1.26 -4050;6;4599.50;11.60;1026.00;2.67;0.28 -4051;6;3004.00;11.32;1173.00;3.46;0.28 -4055;6;3287.50;9.90;1140.00;3.38;0.20 -4057;6;3103.50;9.80;1142.50;3.03;0.28 -4058;6;4589.50;11.20;1263.50;1.97;0.28 -4060;6;3188.00;9.90;1164.50;3.42;0.26 -4061;6;2941.50;13.90;1243.50;3.46;0.36 -4063;6;3142.50;13.20;1182.50;2.94;0.26 -4064;6;3921.00;9.70;1046.00;3.14;0.40 -4065;6;2774.50;12.80;1276.50;2.94;0.24 -4067;6;4992.50;11.10;1299.00;3.30;0.30 -4070;6;4658.50;10.80;1106.00;3.01;0.20 -4071;6;4653.00;12.10;1260.00;3.46;0.26 -4072;6;3968.00;11.15;980.50;2.03;0.32 -4073;6;3307.00;10.40;1146.00;3.46;0.20 -4074;6;4541.00;14.12;1304.00;3.00;0.36 -4075;6;4454.50;9.70;986.00;2.89;0.26 -4077;6;4479.50;10.30;1031.00;2.89;0.32 -4078;6;3151.50;12.10;1281.00;3.38;0.22 -4079;6;4619.50;9.70;1195.50;3.54;0.28 -4080;6;2707.50;9.90;1275.00;2.67;0.24 -4081;6;4607.50;12.55;1060.00;3.60;0.26 -4082;6;4667.00;9.70;1217.00;3.73;0.26 -4085;6;4469.00;12.35;1053.50;3.14;0.30 -4086;6;4817.00;11.60;1245.50;2.46;0.22 -4087;6;4298.00;10.40;1078.50;2.40;0.46 -4088;6;3347.00;10.12;1167.00;2.67;0.20 -4092;6;4552.00;10.72;1029.00;3.92;0.24 -4094;6;4894.50;11.00;1215.00;2.97;0.20 -4095;6;2755.00;12.75;1281.50;4.06;0.24 -4096;6;4699.50;11.20;1036.50;2.94;0.20 -4097;6;2747.00;12.35;1222.50;2.76;0.26 -4098;6;2795.00;11.00;1292.50;2.46;0.20 -4103;6;4813.50;12.25;1267.00;2.97;0.20 -4104;6;4155.00;10.45;1001.50;3.81;0.30 -4105;6;4666.50;11.30;1163.00;2.49;0.22 -4106;6;3990.50;10.70;1041.00;3.05;0.36 -4108;6;2682.00;16.10;1165.50;3.14;0.52 -4110;6;3883.50;9.70;1070.50;2.82;0.36 -4111;6;3375.00;13.10;1207.50;2.21;0.28 -4112;6;3229.50;9.50;1294.50;2.07;0.24 -4114;6;4595.50;9.70;1239.00;2.44;0.26 -4116;6;2786.00;9.57;1237.00;2.76;0.26 -4117;6;3032.00;10.40;1151.00;3.68;0.42 -4121;6;4477.00;10.75;1010.50;3.42;0.32 -4122;6;4987.00;12.10;1273.50;2.46;0.24 -4123;6;4664.00;9.60;1209.00;3.92;0.22 -4125;6;4547.50;11.90;1073.50;3.00;0.34 -4126;6;4788.00;11.20;1243.50;3.14;0.26 -4127;6;3304.50;13.30;1269.00;3.50;0.28 -4128;6;3124.50;10.90;566.00;3.17;0.76 -4131;6;2861.50;13.15;1252.00;4.19;0.28 -4138;6;3280.00;10.25;998.00;2.35;0.74 -4140;6;4613.50;11.00;1322.50;2.94;0.26 -4141;6;4477.50;15.40;1130.50;3.64;0.38 -4142;6;4935.00;10.15;1232.00;2.67;0.20 -4144;6;4590.50;11.20;1250.50;3.25;0.32 -4147;6;4265.00;11.30;990.50;3.14;0.32 -4148;6;4659.00;9.70;1190.00;3.46;0.24 -4150;6;2801.00;12.32;1233.00;2.21;0.32 -4152;6;4531.00;10.70;1034.50;3.81;0.28 -4153;6;4991.50;11.50;1286.50;3.00;0.28 -4154;6;2757.00;15.60;1201.50;3.14;0.44 -4158;6;4607.50;9.70;1180.00;3.60;0.26 -4161;6;3337.50;10.10;1159.50;3.28;0.20 -4162;6;4204.50;9.90;1034.50;3.76;0.30 -4165;6;4613.50;11.20;1038.50;3.54;0.20 -4167;6;4490.00;13.22;1191.00;2.67;0.40 -4168;6;1596.00;9.70;1462.00;3.92;0.30 -4169;6;4666.00;11.45;1087.50;3.14;0.28 -4171;6;3292.50;12.30;620.50;3.18;0.48 -4172;6;4939.00;10.05;1242.50;2.76;0.20 -4173;6;4664.00;10.20;1154.00;3.14;0.22 -4174;6;4553.00;13.50;1282.00;3.60;0.32 -4175;6;4351.00;12.05;986.50;3.36;0.34 -4183;6;4588.00;12.15;1077.50;4.35;0.26 -4187;6;3948.50;9.60;986.50;3.28;0.38 -4190;6;4599.00;11.30;1287.00;2.55;0.26 -4191;6;3169.50;10.70;1034.50;2.65;1.68 -4192;6;4428.50;15.60;1076.50;4.39;0.34 -4194;6;3019.50;12.30;1186.50;3.00;0.20 -4200;6;3127.50;9.70;1145.00;3.04;0.42 -4202;6;4290.50;10.50;990.50;3.33;0.32 -4203;6;4617.00;10.20;1168.00;2.82;0.32 -4204;6;4168.50;10.00;1027.50;3.54;0.34 -4209;6;3847.00;9.80;1659.50;3.86;0.46 -4210;6;4347.00;13.40;1027.00;3.92;0.40 -4212;6;2673.50;9.50;1555.50;4.49;1.12 -4217;6;1963.50;9.50;1102.00;3.42;0.88 -4220;6;429.50;9.50;1355.00;4.09;1.22 -4222;6;4600.00;12.65;1419.50;2.72;0.40 -4223;6;4449.50;9.60;815.00;2.24;0.26 -4224;6;3990.00;10.67;1377.00;4.46;0.24 -4225;6;4467.50;9.50;595.00;4.12;0.90 -4227;6;3768.50;9.80;1473.50;3.54;0.36 -4228;6;4742.00;9.50;852.50;0.87;0.22 -4230;6;5252.00;9.50;87.00;3.52;1.02 -4235;6;4929.00;9.50;809.50;2.50;1.14 -4236;6;4622.50;12.10;678.00;3.70;0.36 -4237;6;4086.00;10.30;933.50;2.92;0.36 -4238;6;3871.50;10.30;1564.00;3.50;0.38 -4239;6;5111.50;9.50;1478.00;2.30;1.30 -4240;6;4426.50;9.50;804.00;1.96;1.28 -4243;6;3939.00;9.50;378.00;3.30;1.14 -4244;6;3718.00;9.50;606.50;4.37;0.90 -4245;6;4182.00;9.90;1020.00;3.14;0.22 -4246;6;4873.00;11.20;1526.50;2.96;0.54 -4248;6;3570.00;9.50;231.00;3.68;0.88 -4249;6;2853.50;9.50;699.00;3.60;0.92 -4251;6;4415.00;10.25;870.50;3.42;0.32 -4256;6;4498.50;11.60;1202.50;3.28;0.32 -4257;6;2390.50;9.50;1044.00;3.65;1.30 -4258;6;2063.00;9.50;1654.00;3.62;1.60 -4259;6;1513.00;9.50;718.50;3.14;1.04 -4261;6;3708.50;10.45;1547.00;2.97;0.38 -4263;6;581.00;9.50;189.50;3.86;1.00 -4264;6;125.00;9.50;827.00;2.89;0.92 -4265;6;3707.50;14.80;1609.50;2.63;0.38 -4270;6;1638.00;9.70;1647.00;3.60;0.30 -4271;6;1071.50;9.50;946.50;3.43;1.04 -4273;6;4595.59;9.80;518.53;4.71;0.38 -4274;6;905.00;13.55;1619.50;2.86;0.36 -4275;6;4348.50;9.70;839.00;3.24;0.40 -4276;6;4445.50;10.30;588.00;2.97;0.26 -4277;6;3861.00;10.30;1506.50;2.55;0.52 -4278;6;3988.00;10.90;890.50;2.12;0.38 -4279;6;4511.50;9.70;655.50;3.25;0.34 -4281;6;3886.00;10.10;1548.50;3.69;0.48 -4283;6;3657.00;10.20;1592.50;2.46;0.30 -4284;6;4447.00;9.90;804.50;3.14;0.20 -4287;6;1739.00;10.60;1677.50;3.14;0.34 -4289;6;5097.50;10.80;513.00;2.97;0.22 -4290;6;4964.50;10.50;1546.50;2.11;0.60 -4293;6;4324.00;10.30;937.50;3.14;0.24 -4294;6;3690.50;10.35;1535.00;2.89;0.48 -4295;6;4463.50;13.75;1201.00;3.50;0.38 -4298;6;3635.50;9.90;1789.50;-1.42;0.80 -4299;6;4074.00;10.55;1100.00;2.94;0.36 -4302;6;4430.50;10.20;865.50;3.68;0.32 -4303;6;3750.50;9.85;1464.00;3.04;0.44 -4305;6;1760.50;11.30;1713.00;3.43;0.54 -4309;6;3852.50;10.20;1562.50;2.91;0.42 -4310;6;4391.50;11.80;735.50;2.73;0.26 -4311;6;3712.00;15.55;1594.00;3.60;0.42 -4314;6;3678.00;10.50;1777.00;3.60;0.48 -4315;6;4004.00;12.37;838.00;4.24;0.26 -4317;6;5103.00;15.05;517.50;4.24;0.24 -4318;6;4331.00;15.40;1104.50;3.14;0.46 -4319;6;4356.00;10.55;886.00;3.14;0.26 -4320;6;4442.50;10.50;570.50;2.35;0.28 -4322;6;3667.50;9.90;1545.00;2.67;0.34 -4323;6;4625.50;10.30;658.00;2.89;0.38 -4324;6;3639.50;10.00;1591.00;2.49;0.30 -4326;6;3666.50;10.50;1726.00;2.78;0.32 -4328;6;889.50;10.35;1631.00;3.26;0.38 -4330;6;4459.00;10.30;840.50;3.52;0.26 -4331;6;926.00;14.70;1576.50;2.29;0.30 -4335;6;4541.00;10.95;644.00;3.14;0.44 -4339;6;4424.00;12.67;971.00;3.14;0.26 -4340;6;3794.50;10.00;1601.50;2.35;0.38 -4342;6;1766.00;9.80;1651.50;2.43;0.36 -4343;6;945.00;12.75;1770.00;3.38;0.74 -4344;6;3994.00;13.70;851.50;3.14;0.28 -4345;6;1649.00;9.80;1658.50;3.42;0.42 -4347;6;920.00;14.35;1602.50;2.88;0.54 -4348;6;4348.00;10.45;880.50;3.81;0.28 -4351;6;3650.00;9.70;1520.50;3.36;0.36 -4354;6;3670.00;9.80;1585.50;2.72;0.36 -4356;6;3646.50;9.70;1680.00;2.44;0.26 -4362;6;1750.00;10.80;1692.50;2.41;0.42 -4368;6;4690.00;10.45;935.50;3.14;0.22 -4369;6;3829.00;10.10;1592.00;4.24;0.46 -4370;6;2758.50;9.50;1536.50;2.00;0.52 -4375;6;4418.00;13.20;1171.50;2.98;0.38 -4380;6;875.50;10.50;1634.50;3.00;0.28 -4381;6;4428.50;10.15;612.00;2.67;0.28 -4383;6;3715.50;14.50;1562.00;2.15;0.44 -4386;6;4109.50;16.55;1111.00;2.27;0.46 -4388;6;4359.50;9.70;830.50;2.63;0.22 -4389;6;3930.50;10.80;1473.50;2.71;0.60 -4392;6;4358.50;10.50;861.00;2.97;0.22 -4394;6;3724.00;9.80;1510.50;3.14;0.40 -4395;6;3956.50;10.50;915.50;3.28;0.34 -4396;6;4574.00;10.30;694.00;2.46;0.44 -4397;6;4450.50;10.30;951.00;3.38;0.24 -4400;6;3638.00;9.90;1647.50;3.14;0.28 -4401;6;4474.00;9.60;824.00;2.35;0.22 -4403;6;4404.50;18.40;1211.00;3.43;0.50 -4404;6;4987.00;12.50;1510.00;4.12;0.38 -4406;6;4470.00;10.95;545.50;4.35;0.20 -4408;6;4341.50;11.30;917.50;3.03;0.28 -4410;6;4060.00;10.60;1041.00;4.03;0.46 -4415;6;4880.50;10.30;451.50;2.11;0.36 -4416;6;4036.00;11.95;814.50;3.14;0.26 -4417;6;1670.50;9.90;1658.50;3.92;0.30 -4419;6;1667.50;10.40;1704.50;1.66;0.60 -4423;6;4697.00;10.50;913.50;2.46;0.20 -4425;6;4328.50;13.70;1062.50;3.05;0.36 -4426;6;1314.50;10.90;1760.50;2.48;0.58 -4428;6;897.50;10.05;1722.00;1.78;0.12 -4434;6;4498.50;10.40;533.00;4.03;0.24 -4435;6;4188.50;18.40;1099.50;2.35;0.26 -4437;6;1443.50;10.40;1558.50;3.76;0.30 -4438;6;2639.00;9.50;1533.50;3.63;1.26 -4439;6;2420.00;9.50;1122.00;3.36;1.06 -4440;6;3399.00;11.45;1190.50;2.72;0.36 -4441;6;4891.00;10.50;417.00;3.83;0.48 -4442;6;1542.50;10.75;1566.00;2.97;0.26 -4443;6;1892.00;9.50;1128.00;2.94;1.04 -4445;6;834.50;9.50;808.50;-0.80;0.42 -4446;6;4357.00;11.20;665.50;3.52;0.28 -4448;6;736.00;9.50;1487.00;3.78;1.18 -4451;6;4657.00;9.50;589.50;1.81;1.10 -4453;6;5094.50;9.80;195.50;3.46;0.46 -4454;6;4271.00;13.35;1035.00;2.82;0.32 -4456;6;5198.50;9.50;109.00;2.93;1.12 -4460;6;5152.50;9.50;1048.00;2.65;1.20 -4462;6;4914.50;10.30;418.50;3.54;0.32 -4465;6;5041.50;9.50;1419.50;-1.44;0.98 -4466;6;4549.50;9.50;835.00;2.00;1.12 -4469;6;4560.50;13.70;1300.00;3.05;0.30 -4470;6;3954.50;9.50;334.00;3.29;0.92 -4475;6;2807.50;9.50;699.00;3.74;0.80 -4478;6;5113.50;10.80;180.50;3.03;0.50 -4479;6;2573.00;9.50;325.00;4.05;1.16 -4480;6;4523.50;11.70;1083.50;2.52;0.34 -4482;6;3780.50;10.00;1284.50;3.03;0.42 -4483;6;2460.00;9.50;1034.50;2.78;1.16 -4484;6;2000.50;9.50;1663.00;4.02;1.56 -4485;6;1553.00;9.50;724.00;3.36;1.12 -4486;6;3377.50;11.90;1195.50;3.40;0.34 -4487;6;4905.50;10.80;397.50;3.70;0.64 -4489;6;627.50;9.50;226.00;4.20;0.94 -4490;6;67.00;9.50;870.50;3.89;1.06 -4491;6;1537.50;9.85;1449.00;3.70;0.32 -4492;6;3916.50;11.10;1430.50;3.50;0.56 -4494;6;932.50;9.50;1144.00;2.73;1.22 -4495;6;4619.00;13.35;1370.50;4.35;0.44 -4497;6;1064.50;9.50;1001.00;3.17;1.28 -4498;6;643.50;9.50;1858.50;2.41;1.18 -4499;6;3788.50;10.15;1353.00;2.61;0.50 -4500;6;5095.00;10.02;179.00;3.52;0.44 -4501;6;4413.50;14.00;1034.50;2.35;0.46 -4502;6;5131.00;11.05;271.50;3.56;0.36 -4504;6;4452.50;14.50;1083.00;3.01;0.42 -4506;6;4745.50;9.80;1449.00;3.07;0.36 -4508;6;1429.00;10.60;1534.00;3.92;0.32 -4510;6;1397.00;10.30;1435.00;2.35;0.38 -4513;6;4121.00;12.12;1008.00;2.21;0.26 -4514;6;4692.50;10.30;1383.00;3.60;0.32 -4516;6;4133.00;10.02;1066.00;3.60;0.34 -4517;6;5094.00;11.50;270.00;3.60;0.44 -4519;6;4553.50;9.80;1195.50;2.73;0.30 -4521;6;961.00;15.30;1510.50;3.98;0.58 -4523;6;3645.00;9.90;1405.00;3.68;0.48 -4524;6;4897.50;9.70;619.50;3.21;0.38 -4525;6;4523.50;14.80;1348.50;3.56;0.50 -4527;6;1479.50;10.10;1528.50;2.19;0.24 -4528;6;3074.50;11.70;176.50;3.69;0.70 -4529;6;4418.50;12.15;999.00;3.43;0.38 -4530;6;5136.50;10.50;255.00;3.26;0.36 -4531;6;1447.50;10.40;1545.00;3.26;0.30 -4532;6;4471.50;12.10;1068.50;2.73;0.36 -4534;6;3506.50;14.40;1362.00;3.60;0.26 -4535;6;1382.50;10.30;1365.50;3.23;0.32 -4537;6;4699.50;10.70;615.50;3.46;0.28 -4538;6;4578.50;11.10;1274.00;2.67;0.32 -4539;6;4448.00;10.00;915.50;3.42;0.28 -4540;6;1407.50;10.40;1483.50;2.48;0.44 -4544;6;4143.00;10.85;1054.50;3.81;0.34 -4545;6;3557.50;17.50;1345.50;3.76;0.34 -4546;6;5123.00;10.35;258.00;2.24;0.48 -4547;6;4544.00;10.10;1203.00;2.89;0.28 -4548;6;2035.00;11.30;410.00;2.12;0.60 -4549;6;3818.00;10.30;1276.50;2.79;0.60 -4550;6;3380.00;14.20;1218.50;3.66;0.32 -4551;6;4885.50;10.00;1472.00;2.44;0.30 -4552;6;4958.50;11.10;608.50;2.19;0.24 -4553;6;3559.50;14.50;1270.50;3.56;0.44 -4556;6;3248.00;16.10;174.00;3.01;0.76 -4557;6;4058.00;10.10;990.50;3.14;0.42 -4559;6;4389.50;14.65;1076.00;2.67;0.40 -4561;6;4729.00;9.80;1433.50;2.92;0.44 -4565;6;1403.00;10.40;1408.00;2.89;0.38 -4566;6;4349.00;11.60;902.50;3.73;0.36 -4568;6;4384.50;11.55;990.00;2.42;0.46 -4569;6;1391.00;10.25;1512.50;3.14;0.38 -4570;6;2153.00;10.60;569.50;3.29;0.56 -4572;6;4760.00;10.25;1399.00;2.15;0.32 -4573;6;1898.50;9.70;260.50;3.28;0.38 -4574;6;3374.50;11.60;1171.00;2.97;0.24 -4575;6;1938.00;9.80;377.50;1.87;0.64 -4578;6;3817.00;12.15;1398.50;3.73;0.40 -4581;6;3775.00;9.90;1429.00;3.54;0.60 -4582;6;4387.00;10.05;900.50;3.66;0.26 -4583;6;3493.00;14.25;1320.00;3.14;0.32 -4584;6;3229.50;14.20;144.50;2.48;1.00 -4585;6;4312.50;13.20;990.50;3.25;0.32 -4586;6;1221.00;12.15;1499.00;4.09;0.38 -4587;6;1984.00;10.40;494.50;2.70;0.68 -4588;6;4300.50;10.45;1063.00;2.42;0.44 -4589;6;1971.50;9.70;372.50;2.06;0.36 -4590;6;1385.00;11.10;1548.50;3.14;0.24 -4591;6;3378.00;12.40;1161.00;2.21;0.32 -4592;6;4773.50;12.00;1457.00;4.05;0.48 -4593;6;4951.50;11.75;576.00;3.75;0.50 -4595;6;3935.00;11.25;1448.50;3.44;0.58 -4596;6;4479.50;10.60;870.50;3.25;0.26 -4597;6;1354.00;12.15;1471.00;3.30;0.44 -4601;6;1494.00;11.60;1531.50;2.46;0.32 -4604;6;1949.00;9.80;361.50;4.04;0.52 -4605;6;3526.00;12.25;1350.50;3.42;0.24 -4606;6;4563.50;10.30;1236.50;2.35;0.22 -4607;6;950.00;13.70;1526.50;2.43;0.48 -4610;6;1151.00;13.45;1630.50;2.70;0.60 -4613;6;4405.00;11.85;979.50;3.14;0.32 -4614;6;3563.00;9.97;1332.00;3.14;0.26 -4616;6;4195.00;9.70;1046.00;4.12;0.28 -4617;6;2204.50;10.60;712.50;2.78;0.74 -4618;6;3768.00;9.80;1370.00;3.92;0.50 -4619;6;4592.50;10.20;1149.00;2.97;0.32 -4620;6;3655.00;10.00;1385.50;3.14;0.52 -4625;6;1395.50;10.30;1468.50;2.35;0.46 -4626;6;4311.50;11.90;975.00;3.26;0.28 -4627;6;1532.50;10.80;1500.50;2.60;0.28 -4628;6;4477.50;10.95;1044.00;3.50;0.34 -4629;6;3845.00;14.95;1331.50;4.14;0.58 -4630;6;4657.50;10.20;202.00;3.70;0.60 -4631;6;4586.50;11.10;1135.50;2.73;0.30 -4632;6;5096.50;10.00;295.50;2.70;0.40 -4633;6;4744.50;11.40;1420.00;1.98;0.48 -4634;6;4555.00;14.52;1259.00;3.14;0.30 -4635;6;5013.50;9.70;545.50;3.74;0.58 -4636;6;3843.00;10.65;1394.00;3.92;0.48 -4638;6;3803.50;11.85;1423.00;2.85;0.68 -4639;6;4445.50;10.30;846.00;3.60;0.28 -4640;6;3237.00;9.70;1719.00;2.82;0.22 -4642;6;4748.00;11.15;1389.50;2.26;0.34 -4643;6;1852.00;9.60;233.00;3.73;0.42 -4648;6;5012.50;10.20;453.00;3.05;0.34 -4649;6;4804.50;10.05;1447.00;3.04;0.42 -4654;6;4324.00;11.20;970.00;2.89;0.26 -4655;6;4536.00;12.90;1402.50;3.44;0.60 -4656;6;4463.00;11.95;1027.50;2.76;0.26 -4658;6;5114.50;10.00;200.00;3.70;0.42 -4659;6;3885.00;9.70;1708.00;2.86;0.54 -4661;6;4044.00;10.85;1540.50;1.96;0.56 -4662;6;2630.00;9.50;1603.00;1.48;0.96 -4663;6;2259.00;9.50;1330.50;3.49;1.28 -4666;6;1721.00;10.90;1847.50;2.51;1.56 -4668;6;1084.50;19.40;1555.00;3.22;0.60 -4669;6;3889.50;9.70;1938.50;3.92;1.50 -4670;6;3966.50;9.80;1589.50;3.56;0.56 -4671;6;459.50;9.50;1306.50;3.48;1.08 -4672;6;789.00;9.50;909.50;3.90;1.00 -4675;6;4681.00;13.20;1663.50;3.02;0.76 -4677;6;4623.00;12.90;1547.50;2.95;0.54 -4678;6;855.00;12.47;1938.00;1.71;1.16 -4679;6;5109.00;9.50;68.00;3.88;0.96 -4681;6;4141.00;10.05;1703.00;2.60;0.50 -4682;6;4075.00;13.37;1345.00;3.38;0.54 -4683;6;5147.00;9.50;994.00;2.73;1.32 -4684;6;4901.50;9.50;636.50;-1.50;0.98 -4685;6;3991.50;10.10;1574.50;3.03;0.44 -4686;6;3893.00;12.85;1370.50;2.86;0.52 -4687;6;4247.00;10.20;1775.00;2.92;0.78 -4688;6;5063.00;9.50;1479.50;2.43;1.16 -4689;6;4526.50;9.50;873.50;4.51;1.04 -4690;6;4251.50;13.15;1585.00;3.48;0.78 -4691;6;1339.50;10.40;1605.50;2.35;0.32 -4693;6;3910.50;9.50;339.00;3.33;0.94 -4695;6;1150.00;10.90;1939.50;4.43;1.44 -4696;6;3206.00;11.07;106.00;2.52;0.66 -4697;6;4351.50;15.50;1485.50;3.46;0.52 -4698;6;3522.50;9.50;167.50;2.19;1.32 -4699;6;2880.00;9.50;644.00;3.82;0.98 -4700;6;3958.50;9.80;1662.50;3.20;0.58 -4701;6;4898.50;12.20;1533.50;4.34;0.54 -4704;6;4254.50;15.25;1394.00;3.71;0.58 -4708;6;1586.00;9.50;682.00;2.82;1.36 -4710;6;3822.00;9.70;1739.50;2.31;0.66 -4711;6;4218.50;12.90;1573.00;4.18;0.60 -4714;6;4187.00;11.77;1449.00;3.26;0.60 -4715;6;3890.00;9.80;1829.00;2.35;0.68 -4716;6;4530.50;12.95;1620.00;3.47;0.88 -4718;6;5569.50;10.30;174.50;3.68;0.32 -4719;6;4651.00;11.20;1523.50;2.14;0.60 -4720;6;1905.00;11.45;1811.50;2.95;0.96 -4722;6;708.50;9.50;1845.00;3.95;1.04 -4723;6;1174.50;13.90;1575.50;2.17;0.50 -4724;6;4249.50;10.90;1660.50;2.63;0.46 -4725;6;4808.50;10.60;1526.00;2.93;0.44 -4726;6;4763.50;10.80;1741.50;3.53;0.92 -4727;6;1009.50;10.70;1441.50;3.36;0.46 -4728;6;5228.00;10.05;1577.50;3.20;0.98 -4732;6;4436.50;14.50;1469.50;3.77;0.70 -4733;6;4110.50;9.70;1900.50;4.20;1.46 -4734;6;4096.00;10.60;1608.50;2.41;0.56 -4735;6;3113.00;13.30;396.50;3.81;1.06 -4736;6;958.50;14.00;1557.50;3.42;0.56 -4737;6;4505.50;10.60;1685.50;3.07;0.74 -4738;6;1429.00;10.35;1650.50;3.14;0.38 -4740;6;1275.00;10.70;1500.50;3.49;0.44 -4741;6;1075.50;14.80;1660.50;3.07;0.58 -4742;6;1079.50;16.50;1525.50;3.08;0.46 -4744;6;5472.00;10.60;1892.00;1.89;2.58 -4745;6;4672.50;11.50;1490.50;2.41;0.70 -4749;6;1194.50;11.90;1593.50;3.05;0.50 -4750;6;4364.50;11.20;1640.50;3.20;0.58 -4751;6;4182.50;16.00;1494.50;4.47;0.78 -4754;6;3854.00;9.80;1696.00;2.35;0.44 -4755;6;3521.00;14.60;1299.00;2.55;0.38 -4756;6;1434.50;10.30;1399.50;3.00;0.36 -4757;6;1312.50;10.40;1537.00;3.43;0.40 -4758;6;3730.50;12.90;1683.50;3.23;0.32 -4759;6;1197.00;11.00;1713.00;4.09;0.50 -4760;6;1192.00;12.60;1572.50;3.73;0.36 -4762;6;4633.50;13.30;1656.00;2.57;0.88 -4765;6;1009.00;13.85;1774.00;2.78;0.82 -4766;6;4475.00;12.95;1532.50;4.06;0.58 -4768;6;4026.50;10.20;1368.50;3.57;0.44 -4770;6;4115.00;16.32;1372.00;3.14;0.46 -4773;6;3961.00;10.40;1401.50;3.88;0.64 -4774;6;3777.50;9.90;1836.50;4.23;0.80 -4776;6;5028.00;10.22;97.00;2.94;0.48 -4777;6;4291.00;14.35;1485.00;2.19;0.56 -4778;6;984.50;11.75;1666.00;4.08;0.48 -4781;6;4170.00;13.55;1542.50;4.06;0.46 -4783;6;4376.50;12.00;1361.50;3.46;0.68 -4784;6;1548.00;10.70;1718.50;2.92;0.50 -4785;6;4273.00;11.15;1745.50;4.13;0.74 -4786;6;4367.50;14.50;1384.00;2.40;0.50 -4787;6;1833.00;11.40;1800.00;3.33;0.66 -4788;6;4186.50;11.70;1415.50;4.08;0.66 -4789;6;4145.00;10.35;1651.00;3.00;0.54 -4792;6;4616.50;11.30;1508.50;2.05;0.72 -4794;6;1170.00;13.17;1603.00;2.76;0.62 -4795;6;4634.50;10.70;1726.50;2.77;0.98 -4797;6;4421.50;11.15;1566.00;3.75;0.48 -4798;6;4806.00;10.82;1751.00;3.60;0.82 -4799;6;1005.50;13.60;1476.00;3.98;0.66 -4800;6;4170.50;11.35;1563.00;2.30;0.52 -4801;6;4469.50;14.60;1480.50;3.08;0.72 -4802;6;3702.50;10.40;1768.00;4.33;0.60 -4805;6;4896.00;10.30;1489.50;3.66;0.44 -4806;6;4011.50;9.80;1606.50;4.02;0.68 -4807;6;1342.50;10.30;1624.50;4.20;0.48 -4808;6;4413.50;11.40;1675.00;2.72;0.80 -4810;6;4992.50;11.40;1695.50;1.73;1.04 -4811;6;1302.50;11.90;1500.00;2.67;0.38 -4812;6;4407.50;10.60;1847.00;4.66;1.44 -4813;6;3809.50;9.80;1709.50;4.18;0.68 -4814;6;1235.50;11.90;1513.50;2.35;0.44 -4815;6;4406.00;10.95;1611.50;3.14;0.64 -4817;6;3953.00;9.70;1780.50;3.56;0.50 -4818;6;4294.00;12.85;1626.50;2.64;0.60 -4821;6;4727.50;11.90;1679.50;2.08;0.90 -4822;6;3180.00;13.95;129.50;2.98;0.62 -4823;6;4184.00;15.55;1473.00;2.35;0.50 -4824;6;3833.00;9.80;1681.00;3.68;0.40 -4825;6;3538.50;14.60;1303.50;3.25;0.34 -4826;6;946.50;13.40;1633.50;3.20;0.56 -4827;6;4050.50;10.30;1712.50;4.02;0.58 -4828;6;4035.00;19.82;1344.00;3.60;0.56 -4830;6;1220.00;13.30;1558.00;4.01;0.46 -4831;6;4279.00;10.62;1821.00;2.25;1.22 -4835;6;4563.00;13.27;1634.00;3.14;0.62 -4836;6;5075.00;10.10;147.50;4.15;0.30 -4839;6;1204.50;11.60;1651.50;2.11;0.38 -4840;6;4035.50;9.80;1662.50;3.99;0.54 -4843;6;4290.50;14.20;1378.00;3.44;0.68 -4845;6;4044.00;15.85;1397.50;3.32;0.56 -4846;6;3805.00;9.70;1766.50;2.70;0.72 -4847;6;4833.00;10.40;1608.50;2.65;0.64 -4848;6;542.00;12.55;1990.50;4.57;1.22 -4849;6;4201.00;15.45;1465.50;3.40;0.54 -4850;6;3845.00;10.07;1613.00;3.42;0.54 -4851;6;3264.00;13.40;339.50;2.44;0.92 -4852;6;4695.50;11.80;1514.50;2.71;0.54 -4853;6;4315.50;10.80;1673.50;2.20;0.70 -4854;6;715.00;9.50;832.50;-0.71;0.36 -4856;6;4514.00;12.45;1406.50;2.30;0.52 -4857;6;1121.00;11.50;1680.50;3.37;0.68 -4859;6;4163.50;9.70;1962.00;3.26;1.46 -4860;6;1073.50;12.80;1684.50;3.46;0.62 -4862;6;4500.00;14.30;1497.50;2.76;0.80 -4863;6;1137.00;12.30;1713.50;3.14;0.52 -4865;6;1066.50;10.70;1555.50;2.43;0.48 -4866;6;4115.00;10.52;1637.00;3.92;0.44 -4867;6;4083.50;11.15;1514.00;2.29;0.48 -4868;6;4595.50;12.30;1706.50;3.98;0.86 -4869;6;1526.50;11.10;1698.50;2.35;0.52 -4870;6;857.00;12.80;1808.50;3.34;0.86 -4872;6;1283.00;10.10;1758.50;3.32;0.50 -4873;6;4580.00;12.75;1434.50;3.14;0.74 -4875;6;1342.00;11.00;1747.00;2.35;0.70 -4877;6;966.50;14.80;1775.50;3.86;0.86 -4878;6;4840.00;9.80;1824.50;-1.55;1.32 -4879;6;3066.50;13.80;283.00;4.12;0.88 -4880;6;1277.50;10.50;1651.00;3.88;0.50 -4881;6;4922.50;11.40;1675.00;2.53;0.70 -4882;6;4347.00;15.45;1549.00;3.46;0.64 -4883;6;4044.50;10.15;1001.00;2.89;0.52 -4885;6;2712.00;9.50;1482.00;4.00;0.86 -4887;6;1210.00;15.47;1187.00;4.24;0.64 -4888;6;4395.50;15.10;1248.50;3.80;0.50 -4889;6;2989.50;12.95;792.00;2.24;0.58 -4890;6;1823.50;9.50;1274.50;2.31;1.36 -4892;6;1732.50;9.70;997.50;2.75;0.84 -4893;6;3765.00;12.65;1235.50;3.87;0.50 -4894;6;572.50;9.50;1146.00;3.10;1.24 -4895;6;903.50;9.50;1380.00;2.96;1.10 -4897;6;3072.00;10.30;875.00;3.27;0.84 -4898;6;1135.50;16.50;1312.00;2.83;0.50 -4899;6;4768.00;9.50;618.50;4.61;1.46 -4900;6;4182.00;22.15;1124.50;2.65;0.58 -4901;6;3562.50;14.50;1290.50;2.82;0.36 -4902;6;3123.50;10.50;945.00;3.84;1.54 -4904;6;1400.50;9.80;1181.00;2.87;0.68 -4906;6;5195.50;9.50;1092.00;2.95;1.16 -4907;6;4879.50;9.50;678.00;2.32;1.02 -4908;6;1081.50;9.90;1336.50;2.52;0.52 -4909;6;3569.00;10.60;786.50;2.52;0.64 -4910;6;3336.00;10.50;1020.50;3.14;0.58 -4911;6;5091.50;9.50;1536.50;3.30;1.02 -4912;6;4524.00;9.50;911.00;3.92;1.18 -4913;6;2932.00;10.90;975.00;2.65;1.56 -4915;6;4014.50;10.10;1101.00;3.53;0.44 -4916;6;4000.50;9.50;310.00;3.07;1.02 -4919;6;1255.50;10.60;1448.50;3.28;0.40 -4921;6;3484.00;9.50;109.50;3.94;1.10 -4922;6;2836.00;9.50;664.00;3.80;0.68 -4923;6;3956.50;15.25;1318.00;2.40;0.44 -4924;6;3523.00;12.27;917.00;2.89;0.78 -4925;6;4428.50;10.50;1155.50;4.14;0.42 -4927;6;2725.50;10.20;869.00;2.13;0.88 -4928;6;3615.00;16.65;1171.50;2.72;0.48 -4929;6;2483.50;9.50;1084.50;2.04;1.08 -4930;6;2111.50;9.50;1359.00;3.18;0.88 -4931;6;1604.50;9.50;625.50;4.23;1.10 -4932;6;3609.50;9.70;1036.50;2.91;0.60 -4933;6;2756.50;15.20;1178.50;2.00;0.40 -4938;6;2949.50;12.40;823.50;3.05;0.58 -4939;6;4491.50;14.40;1261.50;2.82;0.44 -4940;6;999.50;9.50;1113.50;3.66;1.12 -4941;6;3252.00;13.12;597.00;3.20;0.46 -4943;6;3529.50;14.40;1251.50;3.23;0.50 -4944;6;1196.00;9.50;982.50;2.63;1.08 -4945;6;660.50;9.50;1813.00;4.08;1.14 -4947;6;4238.00;12.42;1338.00;3.81;0.48 -4948;6;2549.50;9.70;899.00;3.19;0.56 -4949;6;3813.00;11.30;1160.50;3.14;0.64 -4950;6;4022.00;11.10;1011.00;3.14;0.48 -4951;6;3454.50;10.90;1190.00;3.41;0.76 -4953;6;4039.50;10.40;1038.50;3.28;0.44 -4954;6;3387.00;13.27;827.00;2.27;0.64 -4955;6;1198.00;11.50;1390.00;4.24;0.44 -4956;6;1241.00;13.05;1231.50;2.62;0.46 -4957;6;2645.50;11.20;836.50;3.70;0.66 -4958;6;3772.00;12.95;1253.50;3.49;0.54 -4959;6;3666.00;11.40;1102.00;2.35;0.70 -4960;6;4495.00;13.55;1332.50;4.14;0.36 -4961;6;3284.50;10.85;917.00;2.45;0.72 -4962;6;3017.00;11.00;1140.00;3.66;0.66 -4963;6;3294.00;10.27;967.00;3.60;0.72 -4964;6;4300.00;21.90;1205.00;3.03;0.84 -4966;6;3628.50;14.80;1153.50;4.10;0.46 -4968;6;3472.00;12.05;1097.50;3.83;0.72 -4969;6;1620.00;12.25;987.50;1.72;0.72 -4971;6;3987.00;11.80;1074.00;2.46;0.58 -4973;6;4078.50;20.10;1266.00;3.19;0.84 -4974;6;3470.50;10.70;1147.50;2.35;0.70 -4975;6;1155.00;16.00;1457.00;3.26;0.58 -4976;6;3565.00;11.35;933.50;2.86;0.98 -4979;6;3960.00;12.80;1200.50;2.88;0.54 -4980;6;1993.50;9.90;906.50;3.03;1.60 -4982;6;1895.50;9.70;964.50;3.01;0.88 -4983;6;3644.00;13.90;1208.50;4.06;0.50 -4984;6;3946.00;10.10;1082.50;2.41;0.46 -4986;6;4496.00;14.75;1296.50;2.92;0.44 -4987;6;4139.50;15.70;1100.00;1.92;0.46 -4988;6;1470.50;12.60;1486.50;2.94;0.22 -4990;6;3892.50;13.10;1149.50;3.05;0.46 -4991;6;1399.50;10.00;1149.50;3.20;0.70 -4992;6;2959.00;10.20;1175.00;3.00;0.52 -4993;6;3687.00;12.10;1044.00;3.14;0.58 -4994;6;4190.50;22.40;1155.50;4.27;0.66 -4995;6;3489.50;10.65;737.00;1.82;0.72 -4996;6;4343.00;16.12;1088.00;3.00;0.30 -4998;6;3917.00;12.35;1198.50;2.43;0.44 -4999;6;4392.50;16.35;1140.00;3.30;0.38 -5000;6;1713.50;9.80;1003.00;2.38;0.68 -5001;6;1326.00;10.40;1424.50;3.66;0.34 -5002;6;4040.50;15.30;1139.50;2.43;0.42 -5003;6;3795.00;10.70;1266.50;2.98;0.58 -5004;6;2985.00;11.00;1087.50;3.14;1.46 -5006;6;3491.00;15.05;948.50;3.57;0.62 -5007;6;4513.50;12.55;1230.00;4.19;0.30 -5008;6;1911.00;10.35;881.50;3.94;1.62 -5010;6;3406.50;17.20;803.50;3.92;0.70 -5011;6;4179.00;22.10;1251.00;3.56;0.78 -5012;6;2597.00;10.10;1067.50;3.42;0.92 -5013;6;2757.50;10.90;789.00;2.15;0.76 -5016;6;4049.00;12.50;1310.50;3.37;0.72 -5018;6;4278.00;19.25;1125.50;1.64;0.60 -5019;6;4028.00;11.10;964.50;2.18;0.36 -5021;6;1269.00;10.75;1239.50;2.84;0.54 -5022;6;1280.50;10.50;1384.00;3.04;0.50 -5025;6;4463.00;14.60;1253.00;3.78;0.40 -5026;6;1724.00;9.80;939.00;1.75;1.26 -5027;6;3448.50;12.35;1098.00;3.08;0.72 -5028;6;2986.50;10.40;849.50;2.48;0.72 -5031;6;4404.00;13.12;1319.00;2.82;0.52 -5032;6;4004.50;11.00;890.00;2.44;0.36 -5033;6;4240.50;21.10;1139.50;1.96;0.40 -5035;6;2891.00;9.90;1187.00;2.49;0.72 -5038;6;1208.00;12.15;1373.50;2.79;0.54 -5039;6;2662.50;11.30;792.50;3.36;0.74 -5041;6;3451.50;12.50;854.00;2.57;0.74 -5042;6;4039.00;23.37;1249.00;3.46;0.70 -5043;6;3810.50;12.50;1094.00;3.86;0.64 -5044;6;1118.00;13.22;1404.00;3.14;0.56 -5045;6;2692.00;11.00;834.00;3.00;0.70 -5046;6;2661.50;13.20;1122.50;2.00;0.42 -5049;6;3685.00;9.90;1015.50;3.37;0.84 -5050;6;3557.00;12.05;1208.50;2.64;0.56 -5052;6;1204.00;15.40;1216.00;2.76;0.60 -5055;6;4065.50;10.15;1074.00;3.98;0.40 -5058;6;3490.50;11.00;1125.00;2.57;0.76 -5060;6;3188.50;12.60;889.00;2.58;1.20 -5061;6;1248.50;9.90;1327.00;4.16;0.52 -5062;6;4009.00;16.60;1343.50;2.29;0.42 -5063;6;3995.50;11.75;954.00;3.01;0.38 -5064;6;3832.00;12.05;1177.50;4.44;0.52 -5066;6;1225.00;12.92;1162.00;3.68;0.48 -5067;6;3619.50;16.05;1215.00;2.12;0.48 -5068;6;3496.50;12.80;801.50;4.10;0.44 -5069;6;3347.50;11.20;1044.50;3.46;0.52 -5070;6;2691.00;11.15;799.50;3.06;0.58 -5071;6;1104.50;13.20;1381.50;2.82;0.24 -5073;6;3702.00;11.70;1248.50;3.57;0.62 -5075;6;3780.00;12.35;1130.00;3.52;0.56 -5077;6;2584.00;9.70;939.00;3.38;0.64 -5078;6;3204.00;10.00;1157.00;2.03;0.32 -5079;6;1695.50;9.80;339.00;-1.37;0.64 -5080;6;4263.50;21.60;1177.50;3.19;0.78 -5081;6;3570.50;10.20;1024.00;3.42;1.06 -5082;6;3886.50;15.80;1198.00;2.58;0.44 -5083;6;1803.50;10.40;904.00;3.11;1.76 -5084;6;3142.00;11.65;792.50;4.11;1.24 -5085;6;1264.50;10.40;1431.00;3.50;0.34 -5086;6;4040.50;9.80;1100.50;2.52;0.40 -5087;6;3983.00;20.20;1290.50;3.63;0.56 -5089;6;3598.50;12.60;1158.00;2.42;0.68 -5090;6;1489.50;11.80;1446.00;3.26;0.30 -5092;6;4526.50;11.70;1206.00;3.38;0.28 -5093;6;3538.00;14.95;1012.50;2.83;0.86 -5094;6;4111.00;22.60;1210.50;2.44;0.84 -5096;6;4034.00;10.65;1055.00;3.92;0.42 -5097;6;3417.50;17.60;833.50;3.33;0.66 -5098;6;3523.50;10.95;1226.00;3.50;0.46 -5099;6;3416.00;12.30;1093.00;3.33;0.48 -5100;6;4373.50;13.90;1305.50;2.91;0.62 -5101;6;2813.50;10.20;913.50;4.41;1.04 -5103;6;1293.50;10.90;1461.00;3.24;0.42 -5104;6;4015.50;10.40;924.00;3.26;0.42 -5105;6;3854.50;14.45;1148.00;2.89;0.60 -5108;6;2780.00;9.50;1433.00;1.14;0.76 -5109;6;2292.50;9.50;1493.00;3.24;1.18 -5110;6;1978.00;10.75;419.50;1.95;0.42 -5111;6;1869.00;9.50;1309.50;2.74;0.98 -5113;6;245.50;9.50;1316.00;2.87;1.24 -5114;6;1040.00;9.50;1169.00;3.60;0.98 -5115;6;2004.00;11.20;585.00;3.00;0.92 -5116;6;4739.50;9.50;460.00;2.67;1.00 -5121;6;1690.00;9.90;245.50;3.14;0.42 -5122;6;5050.50;9.50;63.00;2.13;0.86 -5123;6;5245.00;9.50;1093.00;3.84;1.18 -5124;6;4919.00;9.50;718.00;2.53;1.02 -5125;6;4658.50;9.80;322.00;4.03;0.84 -5126;6;5067.00;9.50;1538.00;2.82;0.68 -5127;6;4485.50;9.50;930.50;-1.53;1.24 -5128;6;3570.50;12.70;380.50;2.61;1.02 -5129;6;3946.00;9.50;295.50;2.65;0.88 -5130;6;3589.50;9.50;660.50;2.69;1.02 -5131;6;1715.00;11.55;561.50;4.46;0.64 -5132;6;3548.00;9.50;107.00;3.40;1.26 -5134;6;5056.50;9.80;141.00;3.01;0.38 -5135;6;5066.00;15.55;557.00;3.78;0.50 -5136;6;3076.50;10.00;924.00;2.91;1.08 -5137;6;2530.00;9.50;232.00;3.60;1.02 -5138;6;4855.50;11.00;248.50;3.09;0.92 -5141;6;2104.50;9.50;1404.00;3.60;1.04 -5142;6;1591.50;9.50;607.50;1.95;1.26 -5143;6;1805.00;10.32;433.00;2.94;0.62 -5144;6;591.50;9.50;277.00;3.89;1.34 -5146;6;1739.50;18.10;490.50;3.40;0.60 -5148;6;1996.00;10.25;637.00;2.21;1.52 -5149;6;1224.50;9.50;876.50;2.66;1.14 -5150;6;773.50;9.50;1802.50;1.69;1.10 -5151;6;2070.00;10.30;717.00;2.74;0.88 -5153;6;2152.50;9.90;774.00;3.27;0.84 -5155;6;3303.00;11.50;390.50;4.32;0.94 -5156;6;2007.00;11.90;447.00;3.14;0.52 -5157;6;4036.50;16.00;1147.00;1.67;0.38 -5158;6;3023.50;9.90;492.50;4.15;0.76 -5163;6;1845.50;9.80;355.00;2.89;0.54 -5164;6;3414.50;10.20;396.50;2.35;0.78 -5166;6;1668.50;11.70;668.00;3.74;0.92 -5167;6;2068.50;11.70;479.50;2.73;0.40 -5169;6;1700.50;12.10;206.50;3.06;0.32 -5170;6;4682.00;10.75;285.50;2.55;0.66 -5171;6;1719.00;14.82;465.00;3.68;0.50 -5175;6;4688.50;10.20;171.00;3.05;0.54 -5177;6;3319.00;10.00;293.00;3.22;1.00 -5178;6;1982.50;11.70;463.00;1.80;0.50 -5180;6;3330.00;13.00;558.50;3.54;0.98 -5181;6;5072.50;10.55;33.00;3.30;0.30 -5182;6;2227.00;11.42;730.00;3.60;0.38 -5183;6;4900.00;9.80;185.00;2.24;0.72 -5184;6;1793.00;11.02;314.00;3.68;0.60 -5185;6;3516.50;9.90;384.00;2.78;0.88 -5186;6;2044.00;10.90;524.50;2.62;0.40 -5188;6;1749.50;10.00;671.00;2.91;0.90 -5189;6;3099.00;12.35;211.00;3.05;0.90 -5191;6;1700.00;10.05;341.50;3.32;0.38 -5192;6;1732.50;20.05;438.00;2.62;0.56 -5193;6;4425.50;17.70;1205.50;3.92;0.36 -5194;6;2151.50;12.50;649.00;1.67;0.74 -5196;6;3387.50;12.95;617.00;3.71;0.76 -5198;6;5073.50;10.80;286.50;2.65;0.82 -5199;6;3261.00;12.00;410.50;1.71;0.56 -5200;6;1908.50;9.70;538.00;3.71;0.68 -5201;6;1729.00;9.82;64.00;2.35;0.32 -5202;6;1669.50;20.80;633.00;2.11;0.70 -5206;6;4992.50;9.80;347.50;2.05;0.88 -5207;6;4820.50;10.50;420.50;2.52;0.66 -5208;6;2072.50;10.80;657.50;2.52;1.16 -5209;6;1741.00;9.60;51.50;3.27;0.40 -5210;6;3419.00;11.10;605.50;3.02;0.74 -5213;6;1852.00;10.40;419.00;4.10;0.90 -5214;6;1850.50;9.80;914.00;3.45;1.18 -5215;6;1719.50;9.60;51.00;2.09;0.58 -5216;6;1723.00;9.90;751.00;2.43;1.10 -5217;6;3244.00;12.50;268.50;2.38;0.86 -5218;6;2142.00;10.50;715.50;2.92;0.76 -5220;6;2089.50;9.70;831.50;4.01;0.72 -5221;6;3317.50;12.20;451.50;2.54;1.04 -5222;6;3577.50;11.80;432.00;2.75;0.88 -5223;6;2137.50;12.00;624.50;3.33;0.60 -5224;6;3390.00;12.35;583.50;2.55;0.68 -5225;6;4968.00;12.05;173.50;2.98;0.54 -5226;6;4605.00;11.80;673.00;2.76;0.44 -5228;6;1704.50;10.85;407.00;2.87;0.42 -5230;6;869.50;9.50;299.00;-1.23;0.48 -5231;6;3197.50;12.90;181.50;3.33;0.92 -5232;6;1871.50;9.70;766.50;2.47;1.42 -5233;6;2729.00;9.50;1406.50;4.65;0.78 -5234;6;2473.00;9.50;1488.00;3.07;1.06 -5235;6;1935.50;9.50;1343.00;3.24;1.26 -5238;6;4853.00;9.50;560.00;2.30;1.18 -5239;6;1301.00;10.50;1946.00;2.76;1.38 -5240;6;5080.50;10.10;32.50;2.23;1.48 -5241;6;5223.50;9.50;1142.00;2.74;1.12 -5242;6;4848.00;9.50;747.50;2.33;1.02 -5243;6;5086.50;9.50;1593.00;3.63;1.16 -5244;6;4473.50;9.50;968.00;-1.38;1.40 -5245;6;3974.50;9.50;289.50;3.31;0.86 -5246;6;3541.00;9.50;690.50;4.42;1.30 -5247;6;3475.00;9.50;301.50;2.09;1.30 -5248;6;2784.00;9.50;612.50;4.34;1.08 -5249;6;2499.00;9.50;233.00;3.33;1.00 -5250;6;2402.00;9.50;1181.00;4.12;1.24 -5251;6;2059.00;9.50;1370.50;3.86;1.00 -5252;6;1655.00;9.50;587.50;3.98;1.06 -5254;6;233.00;9.50;872.00;3.33;1.26 -5255;6;951.00;9.50;1092.00;2.65;1.40 -5256;6;1206.50;9.50;927.50;2.58;1.32 -5257;6;872.00;11.45;1713.50;0.00;1.38 -5258;6;2669.00;9.50;1415.50;3.25;0.80 -5261;6;57.00;9.50;1245.50;3.77;1.22 -5262;6;1226.00;9.50;1078.50;3.06;1.24 -5263;6;4845.00;9.50;454.00;1.65;1.04 -5266;6;5244.00;9.50;1194.00;3.68;1.20 -5267;6;4841.50;9.50;696.00;2.37;1.04 -5268;6;5051.50;9.50;1643.00;3.98;1.20 -5269;6;4548.00;9.50;973.00;-1.16;1.42 -5270;6;3951.50;9.50;253.00;3.54;1.04 -5271;6;3590.00;9.50;619.00;3.40;1.04 -5272;6;3491.00;9.50;234.50;2.65;1.14 -5273;6;2826.00;9.50;543.00;1.63;1.14 -5274;6;2560.00;9.50;271.00;3.23;0.98 -5277;6;1695.00;9.50;537.50;2.19;1.22 -5278;6;621.00;9.50;325.00;3.63;1.06 -5279;6;160.00;9.50;959.00;2.70;1.08 -5280;6;887.50;9.50;1059.00;3.50;1.26 -5281;6;1246.00;9.50;982.00;3.28;1.08 -5282;6;818.00;9.50;1717.00;4.08;0.94 -5283;6;3023.00;14.60;1497.50;4.06;0.20 -5284;6;2655.00;9.50;1367.50;1.99;0.80 -5286;6;2485.50;9.50;1764.00;2.22;1.32 -5287;6;1981.50;9.50;1237.00;3.26;1.06 -5290;6;4885.50;9.50;577.50;2.64;0.98 -5291;6;2891.50;11.20;1498.50;4.51;0.22 -5292;6;5181.50;9.50;57.00;4.28;1.08 -5294;6;4793.00;9.50;672.00;1.30;1.16 -5296;6;4608.00;9.50;970.50;2.81;1.30 -5297;6;3974.00;9.50;207.00;3.46;1.02 -5298;6;3511.50;9.50;666.00;3.53;1.10 -5299;6;3396.00;9.50;349.50;3.90;1.40 -5300;6;2775.00;9.50;524.50;3.31;0.84 -5301;6;2514.50;9.50;276.50;2.20;0.96 -5303;6;2039.50;9.50;1474.00;2.74;1.10 -5304;6;1674.50;9.50;486.00;2.83;1.20 -5305;6;711.50;9.50;313.00;3.40;1.06 -5306;6;80.00;9.50;935.50;4.13;1.28 -5307;6;905.50;9.50;1014.50;3.54;1.28 -5308;6;1242.00;9.50;931.50;3.55;1.02 -5309;6;784.00;9.50;1702.00;2.67;1.04 -5310;6;4163.50;15.35;1092.00;3.01;0.42 -5311;6;2641.00;9.50;1327.00;2.76;0.78 -5313;6;2030.50;9.50;1356.50;3.62;1.18 -5314;6;165.50;9.50;1205.00;3.60;0.94 -5315;6;1400.00;9.50;1006.50;3.14;1.24 -5316;6;4935.50;9.50;479.50;-1.46;1.38 -5318;6;5146.00;9.50;137.50;4.13;1.16 -5320;6;4844.00;9.50;607.00;4.33;1.00 -5321;6;4959.00;9.65;1621.50;4.08;1.10 -5322;6;4684.00;9.50;1052.50;1.63;0.94 -5323;6;3996.50;9.50;242.50;3.52;0.98 -5325;6;3414.50;9.50;297.50;2.90;0.98 -5326;6;2782.00;9.50;481.00;3.22;0.94 -5327;6;2483.00;9.50;324.00;3.38;1.26 -5328;6;2316.50;9.50;1151.00;3.45;1.40 -5329;6;1989.50;9.50;1518.50;2.88;1.38 -5330;6;1671.50;9.50;435.00;3.18;1.26 -5332;6;18.00;9.50;912.50;3.07;0.78 -5333;6;1011.50;9.50;1009.00;2.92;1.24 -5335;6;856.50;9.50;1667.50;1.73;1.32 -5336;6;2648.00;9.50;1298.00;1.72;0.86 -5337;6;2289.50;9.50;1997.50;4.32;1.44 -5339;6;331.00;9.50;1039.50;4.06;0.98 -5340;6;4938.50;9.90;433.00;4.29;0.76 -5341;6;5179.00;9.50;225.00;4.28;1.04 -5342;6;5331.50;9.50;1155.00;3.78;1.30 -5343;6;4716.00;9.70;636.50;-1.49;1.74 -5344;6;4937.00;9.50;1630.00;2.82;0.54 -5345;6;4646.00;9.50;1023.50;3.79;0.94 -5346;6;4051.50;9.50;229.00;4.16;0.94 -5347;6;3480.00;9.50;632.50;2.49;1.26 -5348;6;3378.00;9.50;258.00;3.35;1.34 -5349;6;2828.00;9.50;461.50;3.14;0.86 -5350;6;2493.00;9.50;367.00;2.22;0.90 -5351;6;2306.00;9.50;1102.50;2.57;1.20 -5353;6;1675.50;9.50;323.50;1.84;1.26 -5354;6;705.50;9.50;358.00;4.12;1.06 -5355;6;13.50;9.50;955.00;4.42;1.04 -5356;6;14.50;9.50;1892.50;3.18;0.66 -5357;6;1026.50;9.50;949.00;2.40;1.26 -5358;6;1306.00;9.50;894.50;4.26;0.94 -5361;6;2224.00;9.50;1974.50;3.52;1.38 -5362;6;2026.50;9.50;1416.50;3.05;1.02 -5363;6;618.50;9.50;1000.50;2.35;1.18 -5364;6;5078.50;9.50;500.00;2.04;1.46 -5365;6;5165.00;9.50;272.00;4.27;1.32 -5366;6;4753.00;9.50;579.00;2.96;0.84 -5367;6;4708.50;9.50;1012.50;2.35;1.12 -5368;6;4039.50;9.50;206.00;2.59;1.02 -5369;6;3451.50;9.50;584.50;2.88;0.84 -5370;6;3338.00;9.50;228.50;3.27;1.22 -5371;6;2771.00;9.50;431.50;4.00;1.08 -5372;6;2534.50;9.50;360.00;3.00;1.12 -5373;6;2234.00;9.50;1132.50;3.69;1.28 -5374;6;1911.50;9.50;1482.00;4.10;1.20 -5375;6;1646.00;9.50;242.50;4.31;0.80 -5377;6;71.00;9.50;994.50;3.45;1.26 -5378;6;62.00;9.50;1890.00;2.89;0.92 -5379;6;960.00;9.50;976.00;3.14;1.28 -5380;6;1335.50;9.50;941.50;4.08;0.94 -5381;6;849.50;9.50;1578.50;1.96;1.16 -5382;6;2697.00;9.50;1259.00;1.89;0.62 -5383;6;3579.00;9.50;871.50;2.95;0.98 -5384;6;1911.50;9.50;1536.00;3.98;1.06 -5385;6;713.00;9.50;1096.50;3.98;1.02 -5386;6;5565.00;9.50;97.50;3.77;1.76 -5388;6;3337.50;9.60;1106.50;3.76;1.04 -5389;6;5191.50;9.50;319.00;4.04;0.92 -5390;6;4794.50;9.50;588.00;4.22;1.30 -5392;6;4640.50;9.50;931.50;2.66;1.02 -5393;6;4102.00;9.50;204.50;3.53;1.10 -5394;6;3454.00;9.50;538.00;2.00;1.16 -5395;6;3309.50;9.50;166.50;3.32;1.38 -5396;6;2826.50;9.50;411.50;3.18;1.06 -5397;6;2630.50;9.50;355.00;3.18;1.12 -5399;6;1972.00;9.50;1390.00;3.24;1.06 -5401;6;608.00;9.50;396.50;3.06;1.32 -5406;6;773.00;9.50;1579.00;3.48;1.20 -5407;6;2722.00;9.55;1245.00;-1.36;0.58 -5408;6;2173.00;9.50;1854.00;1.99;1.24 -5409;6;1880.00;9.50;1440.50;1.98;0.96 -5410;6;961.00;9.50;1047.00;3.50;1.46 -5411;6;5136.50;9.50;391.50;2.84;1.32 -5412;6;3269.00;9.50;1347.00;1.35;0.66 -5413;6;5284.50;9.50;304.00;3.82;1.08 -5414;6;4750.00;10.40;517.50;0.88;1.22 -5415;6;5113.50;9.50;1713.50;4.32;0.74 -5416;6;4597.00;9.50;912.50;3.06;1.00 -5417;6;4142.00;9.50;176.00;3.14;1.00 -5418;6;3510.50;9.50;566.00;2.37;1.02 -5422;6;2253.50;9.50;1168.50;3.79;1.20 -5423;6;1994.50;9.50;1428.50;2.02;1.02 -5424;6;1643.50;9.50;191.00;4.33;1.20 -5425;6;584.50;9.50;347.00;2.43;1.34 -5426;6;67.00;9.50;1041.00;2.82;0.98 -5428;6;873.50;9.50;935.00;3.80;1.28 -5430;6;876.50;9.50;1499.50;1.70;0.64 -5431;6;2802.00;9.50;1265.50;1.91;0.78 -5432;6;2248.50;9.50;1902.50;2.44;1.50 -5435;6;5226.50;9.50;281.50;3.48;1.52 -5437;6;5298.50;9.50;266.50;4.06;1.00 -5438;6;4782.50;9.50;507.50;-1.49;0.82 -5439;6;5070.00;9.50;1694.50;3.22;1.18 -5441;6;4773.00;9.50;109.50;3.34;0.86 -5443;6;3291.50;9.50;116.50;2.54;1.24 -5444;6;2849.00;9.50;368.00;3.40;0.74 -5445;6;2582.00;9.50;384.50;3.21;0.90 -5447;6;1928.50;9.50;1396.00;2.42;1.16 -5448;6;1616.00;9.50;155.50;3.98;1.00 -5450;6;15.00;9.50;1010.50;3.52;0.88 -5452;6;1386.50;9.80;831.00;4.12;1.48 -5453;6;790.00;9.50;1471.50;3.73;1.02 -5454;6;2820.50;9.50;1303.00;1.41;0.84 -5455;6;2313.00;9.50;1887.50;3.45;1.04 -5457;6;848.00;9.50;989.00;2.71;1.02 -5459;6;5169.00;9.50;186.00;3.92;1.06 -5460;6;5496.50;9.50;298.50;3.32;1.02 -5462;6;4786.50;9.50;551.50;4.29;0.94 -5463;6;4671.00;9.50;885.00;1.40;0.82 -5465;6;4698.50;9.50;56.00;3.64;0.88 -5466;6;3553.00;9.50;524.50;3.47;1.08 -5467;6;3295.00;9.50;69.00;3.56;1.20 -5468;6;2768.00;9.50;342.00;3.56;1.20 -5469;6;2637.00;9.50;449.00;2.35;0.92 -5471;6;2162.50;9.50;1198.50;3.10;0.98 -5472;6;1699.50;9.50;1332.50;3.00;0.98 -5473;6;1676.50;9.50;109.00;2.01;0.98 -5474;6;542.00;9.50;398.00;3.44;1.22 -5475;6;13.50;9.50;1066.00;3.10;0.64 -5476;6;929.50;9.50;871.50;3.24;1.30 -5477;6;1348.50;9.50;806.00;3.10;1.16 -5478;6;774.50;9.50;1516.00;2.83;0.98 -5479;6;2859.50;9.50;1291.50;2.60;0.94 -5482;6;781.00;9.50;860.50;3.86;1.04 -5483;6;5457.50;9.50;76.00;1.70;1.18 -5484;6;5146.50;9.50;97.50;3.01;1.22 -5485;6;5431.00;9.50;264.50;2.85;1.22 -5486;6;5611.50;9.50;1660.00;3.04;0.86 -5487;6;4820.50;9.50;512.50;3.39;1.02 -5488;6;5227.00;9.50;1520.50;2.22;0.92 -5489;6;4625.00;9.50;863.50;3.64;1.10 -5490;6;4098.50;9.50;159.00;3.00;1.02 -5491;6;4786.00;9.50;153.50;2.58;1.00 -5492;6;3603.50;9.50;512.00;3.24;1.08 -5493;6;3235.00;9.50;85.50;4.15;1.24 -5494;6;2823.50;9.50;313.00;3.36;0.94 -5497;6;2135.00;9.50;1098.50;3.28;1.12 -5498;6;1862.00;9.50;1402.00;1.86;0.86 -5499;6;1622.50;9.50;107.50;2.84;0.94 -5500;6;517.50;9.50;348.50;3.44;1.06 -5501;6;52.00;9.50;1080.00;4.23;0.96 -5502;6;941.00;9.50;917.00;3.92;0.88 -5503;6;1310.50;9.50;847.50;2.95;0.98 -5504;6;880.50;9.50;1470.00;1.83;0.98 -5505;6;2862.00;9.50;1360.00;-1.32;1.00 -5506;6;2289.00;9.50;1681.00;4.20;1.14 -5507;6;1779.00;9.50;1154.00;4.08;1.54 -5508;6;602.00;9.50;944.50;3.26;1.42 -5509;6;5259.50;9.50;134.50;2.50;1.26 -5510;6;5001.50;9.50;71.50;1.99;1.02 -5511;6;5512.00;9.50;200.00;1.82;1.16 -5512;6;5539.00;9.50;1693.50;4.43;1.28 -5513;6;4872.50;9.50;479.50;0.48;1.06 -5515;6;4709.00;9.50;571.00;3.52;1.12 -5516;6;4137.00;9.50;132.00;2.89;1.10 -5518;6;3564.50;9.50;473.50;2.39;0.96 -5521;6;2581.50;9.50;434.50;3.10;1.02 -5523;6;2142.50;9.50;1044.00;3.10;1.22 -5524;6;1788.00;9.50;1448.50;4.31;0.94 -5525;6;1572.00;9.50;95.50;3.01;1.24 -5527;6;142.50;9.50;1057.50;2.78;1.22 -5528;6;1025.50;9.50;895.50;3.52;1.34 -5531;6;2899.00;9.50;1283.50;1.91;0.88 -5533;6;1851.50;9.50;1093.00;1.05;1.12 -5534;6;378.00;9.50;839.50;2.41;1.32 -5535;6;5358.00;9.50;232.50;3.90;1.14 -5536;6;4913.50;9.50;120.50;2.35;1.10 -5538;6;4894.00;9.50;478.00;-1.19;0.86 -5539;6;4434.50;9.50;669.00;-0.06;0.92 -5540;6;4012.50;9.50;172.50;2.41;1.08 -5541;6;4821.50;9.50;108.00;3.36;1.00 -5543;6;3432.50;9.50;218.00;2.80;1.12 -5545;6;2521.00;9.50;406.00;3.97;1.26 -5546;6;1962.00;9.50;41.00;2.51;1.08 -5547;6;2169.50;9.50;985.00;3.83;1.30 -5548;6;1795.50;9.50;1408.00;2.60;0.86 -5550;6;485.00;9.50;208.00;1.70;1.18 -5552;6;780.50;9.50;1007.00;3.67;1.00 -5553;6;1198.00;9.50;821.50;4.10;1.22 -5554;6;956.00;9.50;1386.50;3.39;1.28 -5555;6;2954.00;9.50;1388.50;1.77;0.86 -5556;6;2238.00;9.50;1375.00;4.22;0.84 -5557;6;1750.00;9.50;1142.50;3.59;1.00 -5558;6;320.00;9.50;929.50;4.13;1.18 -5559;6;5359.00;9.50;289.50;3.76;1.08 -5560;6;4813.00;9.50;155.50;3.58;1.02 -5561;6;5613.50;9.50;119.00;3.40;0.88 -5562;6;5417.00;9.50;1409.50;2.55;1.14 -5563;6;5013.00;9.50;485.50;1.76;1.30 -5564;6;4461.50;9.50;706.00;3.57;1.04 -5565;6;4052.50;9.50;152.00;2.53;0.98 -5567;6;3612.00;9.50;420.00;2.55;0.86 -5569;6;2809.00;9.50;260.50;3.75;0.88 -5570;6;2541.50;9.50;464.50;3.23;0.98 -5572;6;1722.00;9.50;1394.00;4.30;0.90 -5573;6;1530.00;9.50;131.50;3.56;1.32 -5574;6;530.00;9.50;245.50;2.93;0.96 -5576;6;810.50;9.50;955.50;3.85;1.20 -5577;6;1295.00;9.50;799.50;2.53;1.16 -5578;6;953.00;9.50;1338.00;4.43;1.50 -5579;6;2938.00;9.50;1357.50;-1.53;0.84 -5581;6;1708.50;9.50;1210.50;4.55;1.44 -5582;6;295.00;9.50;1020.50;3.14;1.34 -5584;6;4635.50;9.50;173.00;1.66;1.00 -5585;6;5603.00;9.50;155.00;4.43;0.94 -5586;6;5204.00;9.50;1383.50;1.96;1.20 -5587;6;5128.00;9.50;474.00;1.94;1.26 -5588;6;4999.50;9.50;1675.00;4.37;1.10 -5589;6;4486.50;9.50;658.50;1.98;0.86 -5590;6;4055.00;9.50;109.00;3.14;0.90 -5591;6;4787.00;9.50;69.50;3.66;0.90 -5593;6;3447.00;9.50;162.00;3.73;1.08 -5594;6;2851.00;9.50;232.50;3.86;0.96 -5595;6;2707.50;9.50;200.50;2.72;0.98 -5597;6;2213.50;9.50;1040.50;3.56;0.92 -5599;6;1486.50;9.50;186.00;4.03;1.26 -5601;6;251.50;9.50;1066.00;4.15;1.14 -5602;6;843.50;9.50;1033.50;2.92;1.02 -5603;6;1308.50;9.50;763.50;3.62;1.18 -5604;6;1008.00;9.50;1298.00;4.01;1.40 -5605;6;2951.50;9.50;1287.00;4.71;0.86 -5606;6;2377.00;9.50;1101.50;2.03;1.18 -5607;6;1694.50;9.50;1147.00;3.97;1.54 -5609;6;5426.50;9.50;370.00;2.63;1.08 -5610;6;4580.00;9.50;231.50;2.69;1.12 -5611;6;5587.00;9.50;190.00;-1.23;1.20 -5613;6;5047.50;9.50;456.50;2.64;0.98 -5614;6;5136.00;9.50;1440.50;0.94;1.26 -5615;6;4442.50;9.50;622.50;-0.36;0.82 -5616;6;4092.00;9.50;116.00;3.21;1.14 -5623;6;2174.00;9.50;1043.50;3.61;0.92 -5626;6;469.00;9.50;296.50;3.05;1.10 -5627;6;325.50;9.50;1086.50;2.48;1.08 -5628;6;836.00;9.50;1089.50;3.27;1.06 -5629;6;1295.00;9.50;721.50;2.83;1.04 -5630;6;1084.50;9.50;1304.50;2.25;1.26 -5631;6;2979.00;9.50;1212.00;-1.49;0.88 -5633;6;1600.00;9.50;1143.50;3.74;1.58 -5634;6;169.50;9.50;908.00;4.30;0.96 -5635;6;5520.00;9.50;237.50;0.96;1.16 -5637;6;5537.50;9.50;141.00;0.95;1.68 -5638;6;5297.00;9.50;1031.00;2.00;1.28 -5639;6;5064.00;9.50;402.00;4.71;0.94 -5640;6;5104.50;9.50;1403.50;4.32;1.26 -5641;6;4512.00;9.50;619.00;1.95;1.20 -5643;6;4749.50;9.50;45.50;3.42;0.72 -5644;6;3684.50;9.50;512.50;3.39;0.84 -5646;6;2847.00;9.50;110.00;3.68;0.90 -5647;6;2774.50;9.50;291.50;3.00;1.06 -5648;6;2035.50;9.50;1081.00;4.12;1.20 -5649;6;1637.00;9.50;1315.50;4.04;0.84 -5650;6;1628.00;9.50;283.00;2.47;1.36 -5651;6;432.00;9.50;125.00;4.44;1.42 -5652;6;372.00;9.50;1125.50;2.53;1.18 -5654;6;1238.50;9.50;709.00;2.27;0.98 -5655;6;1081.50;9.50;1215.50;4.07;1.26 -5656;6;2968.00;9.50;1338.00;4.71;1.00 -5657;6;2395.50;9.50;840.00;3.18;1.06 -5658;6;1639.00;9.50;1184.50;3.77;0.58 -5659;6;251.00;9.50;809.50;3.47;1.16 -5660;6;5410.00;10.25;406.00;1.81;0.90 -5661;6;4553.50;9.50;417.50;2.92;0.94 -5662;6;5585.50;9.50;278.50;3.85;1.16 -5664;6;4955.50;9.50;1212.00;4.58;1.34 -5666;6;4552.00;9.50;570.50;4.66;1.00 -5667;6;4142.00;9.50;77.50;2.10;0.96 -5670;6;3385.50;9.50;138.00;2.76;1.00 -5671;6;2830.00;9.50;161.00;3.35;1.04 -5672;6;2726.50;9.50;249.00;2.93;0.80 -5674;6;1650.50;9.50;1277.50;3.29;0.92 -5675;6;1550.00;9.50;266.50;4.33;1.32 -5677;6;211.00;9.50;1116.00;3.14;1.16 -5678;6;768.00;9.50;1051.00;4.20;0.94 -5679;6;1241.50;9.50;763.50;3.61;1.24 -5680;6;1145.50;9.50;1227.00;2.87;0.82 -5681;6;3041.00;10.15;1288.00;-1.42;0.80 -5682;6;2314.00;9.50;786.50;3.31;1.22 -5683;6;1574.50;9.50;1109.00;3.47;1.16 -5684;6;489.50;9.50;602.00;3.47;1.06 -5686;6;4426.50;9.50;481.50;3.65;1.00 -5687;6;3420.50;9.50;1873.00;2.32;0.84 -5689;6;5345.50;9.50;1064.50;2.86;1.24 -5690;6;5024.00;9.50;1200.00;3.36;1.18 -5691;6;5267.00;9.50;1470.00;3.26;1.10 -5692;6;4299.50;9.50;899.50;4.14;1.00 -5694;6;4855.50;9.50;171.00;3.60;0.64 -5696;6;3423.50;9.50;135.50;3.83;0.98 -5697;6;2784.50;9.50;191.50;3.23;0.98 -5698;6;2687.00;9.50;256.50;3.21;0.92 -5699;6;2020.00;9.50;1196.50;3.82;0.98 -5700;6;1629.50;9.50;1231.50;1.61;1.08 -5702;6;412.50;9.50;205.00;2.43;1.12 -5703;6;155.00;9.50;1159.50;3.07;1.18 -5706;6;1141.50;9.50;1175.50;4.26;0.94 -5707;6;3075.00;9.50;1267.50;2.50;1.36 -5708;6;2383.00;9.50;638.50;4.00;1.06 -5709;6;1514.00;9.50;1097.00;3.89;1.54 -5711;6;5569.00;9.50;218.00;-1.00;1.46 -5712;6;4536.50;9.50;235.50;2.60;1.04 -5713;6;3455.00;9.50;1948.50;3.90;1.44 -5716;6;5014.00;9.50;1241.00;4.57;1.02 -5717;6;5259.50;9.50;1513.00;3.17;1.28 -5718;6;4331.00;9.50;864.50;2.14;0.94 -5720;6;4897.50;9.50;160.00;3.30;0.74 -5721;6;3724.50;9.50;474.50;2.42;0.98 -5723;6;2741.50;9.50;146.00;3.94;1.24 -5725;6;1998.00;9.50;1129.00;3.33;1.30 -5727;6;1535.50;9.50;316.00;2.61;1.24 -5728;6;413.50;9.50;250.50;3.46;1.20 -5731;6;1109.50;9.50;701.00;4.00;1.26 -5732;6;1180.00;9.50;1108.50;3.14;1.14 -5733;6;3038.00;9.50;1198.00;-0.61;1.16 -5734;6;2522.50;9.50;698.50;1.86;0.74 -5735;6;1566.50;9.50;1197.50;1.49;1.46 -5736;6;4199.00;12.95;1337.00;3.14;0.64 -5740;6;3551.50;9.50;1976.50;0.96;2.04 -5741;6;5404.00;9.50;303.50;-1.37;1.22 -5742;6;5468.50;9.50;1130.00;1.90;1.22 -5743;6;5069.00;9.50;1220.50;3.06;1.16 -5744;6;5322.00;9.50;1517.00;4.29;0.90 -5745;6;4320.50;9.50;823.00;3.67;0.74 -5746;6;4863.50;9.50;138.50;3.28;1.04 -5748;6;3425.00;9.50;58.00;3.57;1.16 -5749;6;2798.50;9.50;129.00;3.17;1.06 -5750;6;2694.50;9.50;308.50;2.31;0.96 -5751;6;1912.50;9.50;1202.00;3.88;1.28 -5752;6;1859.50;9.50;1542.00;3.67;1.16 -5753;6;1619.00;9.50;398.00;1.90;1.30 -5754;6;352.00;9.50;244.50;3.31;1.00 -5760;6;2615.50;9.50;687.50;4.06;0.78 -5762;6;808.00;9.50;808.50;3.41;1.28 -5764;6;4667.00;9.50;52.00;2.67;0.82 -5765;6;3319.50;9.50;1988.50;-0.85;1.10 -5766;6;5454.50;9.50;341.50;4.07;0.98 -5767;6;5449.00;9.50;1226.50;2.80;1.38 -5768;6;5093.00;9.50;1270.00;2.79;1.12 -5769;6;5349.50;9.50;1574.50;3.46;1.02 -5770;6;4287.50;9.50;866.50;3.17;1.04 -5771;6;4957.50;9.50;120.50;1.49;1.08 -5772;6;3745.00;9.50;395.50;3.42;1.04 -5774;6;2807.00;9.50;72.00;3.63;1.10 -5775;6;2733.00;9.50;347.50;2.95;1.00 -5777;6;1922.00;9.50;1294.00;3.27;1.34 -5778;6;1821.50;9.50;1543.50;2.77;1.20 -5779;6;1606.00;9.50;456.50;3.21;1.26 -5780;6;342.50;9.50;200.00;2.83;0.94 -5783;6;624.00;9.50;1146.50;3.23;0.98 -5784;6;1055.00;9.50;740.50;3.73;1.24 -5785;6;1245.50;9.50;1127.50;2.54;1.26 -5786;6;3021.00;9.50;1413.00;1.89;0.82 -5787;6;2467.50;9.50;585.00;2.95;0.92 -5788;6;1509.50;9.50;1163.00;3.17;1.22 -5790;6;5341.50;9.50;473.00;4.02;1.14 -5792;6;3076.50;9.50;1986.50;-0.03;1.98 -5793;6;5335.50;9.50;333.50;4.26;0.88 -5794;6;5417.00;9.50;1169.50;2.83;1.52 -5795;6;5158.50;9.50;1275.50;2.47;0.98 -5796;6;5420.50;9.50;1582.50;2.40;0.90 -5798;6;4948.50;9.50;90.50;2.84;1.12 -5802;6;1851.00;9.50;88.00;2.40;1.32 -5803;6;1966.50;9.50;1290.00;3.57;1.24 -5804;6;1749.50;9.50;1488.50;2.95;1.02 -5805;6;1529.00;9.50;390.50;1.59;1.66 -5806;6;263.00;9.50;213.50;3.91;1.20 -5807;6;262.00;9.50;1171.00;3.98;1.02 -5809;6;707.50;9.50;1145.50;2.06;0.96 -5810;6;1009.50;9.50;710.00;3.30;1.20 -5811;6;672.00;9.50;1066.00;3.22;1.00 -5812;6;3041.00;9.50;1387.50;2.30;0.78 -5813;6;2578.50;9.50;628.50;2.26;1.12 -5814;6;1443.50;9.50;1159.00;3.95;1.14 -5816;6;5239.50;9.50;453.50;2.69;1.38 -5821;6;5094.00;9.50;1314.50;3.73;1.08 -5822;6;5457.00;9.50;1540.00;1.91;1.00 -5823;6;4259.50;9.50;926.00;3.36;0.86 -5824;6;4981.50;9.50;48.50;2.30;0.98 -5825;6;3772.50;9.50;486.50;2.94;0.94 -5827;6;2662.50;9.50;414.50;3.88;1.04 -5828;6;1793.00;9.50;132.00;4.53;1.60 -5829;6;2100.00;9.50;1149.00;2.00;0.86 -5830;6;1939.50;9.50;1975.50;2.39;1.32 -5831;6;1621.50;9.50;506.00;2.37;1.00 -5832;6;289.00;9.50;253.50;2.57;1.06 -5833;6;333.00;9.50;1178.50;3.42;1.04 -5835;6;744.00;9.50;1141.50;3.14;0.96 -5836;6;1028.00;9.50;650.00;2.49;1.10 -5838;6;3094.00;9.50;1348.00;1.03;1.24 -5839;6;2153.00;9.50;295.00;3.22;0.96 -5840;6;1451.00;9.50;1212.50;3.85;0.96 -5842;6;5176.00;9.50;539.50;3.98;1.40 -5847;6;5558.50;9.50;1176.00;4.62;1.56 -5850;6;4252.50;9.50;965.50;2.65;0.98 -5851;6;3781.00;9.50;405.00;4.24;1.24 -5853;6;2725.50;9.50;385.00;3.65;0.84 -5854;6;1886.00;9.50;67.00;2.55;0.66 -5856;6;1980.00;9.50;1910.00;2.96;1.32 -5857;6;1546.50;9.50;503.00;2.71;1.24 -5859;6;331.50;9.50;1221.50;3.18;0.90 -5860;6;50.00;9.50;2004.00;3.54;0.86 -5861;6;798.50;9.50;1179.00;3.45;1.08 -5862;6;1021.50;9.50;598.00;3.01;0.90 -5863;6;2586.50;9.50;1384.50;4.13;1.08 -5864;6;3107.00;9.50;1314.00;1.42;0.60 -5866;6;1453.50;9.50;1260.50;4.23;1.20 -5868;6;5266.00;9.50;515.00;-1.22;1.34 -5869;6;2990.00;9.50;1905.50;4.59;1.96 -5870;6;5337.50;9.50;380.00;2.09;1.32 -5871;6;5243.00;9.50;1365.50;2.93;1.24 -5873;6;4228.50;9.50;991.50;2.20;0.98 -5874;6;3884.00;9.50;762.00;3.40;0.62 -5875;6;3640.00;9.50;558.00;2.94;1.24 -5878;6;2737.50;9.50;472.50;2.73;1.04 -5879;6;1901.00;9.50;172.50;2.19;1.28 -5880;6;2122.00;9.50;1213.00;3.08;0.98 -5882;6;742.50;9.50;224.50;3.27;1.16 -5884;6;156.00;9.50;212.00;2.35;1.40 -5885;6;229.50;9.50;1220.00;3.01;1.18 -5886;6;68.00;9.50;1974.50;3.81;0.68 -5887;6;669.50;9.50;1191.00;4.04;0.96 -5891;6;2906.00;9.50;545.50;3.36;0.82 -5892;6;1409.50;9.50;1244.00;2.71;0.94 -5894;6;5420.50;9.50;668.50;3.32;1.24 -5895;6;2957.50;9.50;1936.50;2.98;1.48 -5897;6;5582.00;9.50;1142.00;2.98;1.32 -5900;6;4229.50;9.50;931.00;2.67;0.76 -5901;6;3641.50;9.50;591.50;3.79;1.02 -5903;6;1981.50;9.50;126.50;1.89;0.88 -5904;6;2015.00;9.50;1252.00;3.92;1.16 -5907;6;180.50;9.50;160.50;4.13;1.30 -5908;6;283.00;9.50;1224.00;2.82;1.10 -5909;6;105.00;9.50;1888.50;3.90;1.04 -5910;6;708.00;9.50;1234.50;2.23;0.98 -5911;6;1088.00;9.50;652.00;2.31;1.10 -5912;6;2385.00;9.50;1536.00;3.32;1.06 -5913;6;3129.00;9.50;1284.00;3.60;1.06 -5914;6;2861.00;9.50;413.00;4.10;1.16 -5915;6;1322.00;9.50;1202.50;3.89;1.26 -5916;6;1137.50;9.50;648.50;2.42;1.36 -5917;6;5380.00;9.50;601.50;2.09;1.18 -5919;6;5271.50;9.50;412.00;2.89;1.12 -5920;6;5622.00;9.50;1140.50;2.95;0.64 -5921;6;5252.50;9.50;1425.00;3.04;1.14 -5922;6;5084.50;9.50;1380.00;1.88;1.04 -5925;6;2682.50;9.50;490.50;2.05;0.88 -5926;6;1887.00;9.50;214.50;2.78;1.10 -5927;6;2083.00;9.50;1257.50;2.95;1.28 -5928;6;1860.50;9.50;1880.00;4.20;2.32 -5929;6;2836.50;9.50;1560.00;3.04;0.52 -5931;6;266.00;9.50;113.50;3.14;1.12 -5932;6;162.00;9.50;1260.00;4.14;1.12 -5933;6;77.00;9.50;1938.00;3.54;1.08 -5934;6;731.00;9.50;1188.00;3.96;0.96 -5935;6;1148.50;9.50;757.00;3.78;1.28 -5937;6;3113.00;9.50;1247.50;3.79;1.00 -5938;6;2904.50;9.50;222.00;3.64;1.08 -5939;6;1616.00;9.50;1355.50;2.27;0.80 -5941;6;5495.00;9.50;712.00;3.28;0.86 -5942;6;2913.50;9.50;1808.00;1.03;1.34 -5943;6;5250.50;9.50;366.50;2.24;1.12 -5944;6;5604.50;9.50;1089.00;3.57;0.84 -5945;6;5312.00;9.50;1438.50;2.69;1.36 -5946;6;5015.50;9.50;1344.50;4.63;1.06 -5948;6;3697.00;9.50;562.00;2.67;1.12 -5950;6;2689.50;9.50;544.50;2.23;1.06 -5951;6;1936.50;9.50;280.50;2.41;1.52 -5953;6;1811.00;9.50;1971.00;3.78;1.02 -5954;6;1485.00;9.50;594.00;3.00;1.22 -5955;6;214.00;9.50;97.50;2.25;1.16 -5956;6;156.50;9.50;1298.00;4.26;0.74 -5957;6;133.50;9.50;1949.00;2.80;0.88 -5958;6;388.50;9.50;1186.00;3.24;1.28 -5959;6;1195.50;9.50;661.50;2.42;1.20 -5960;6;4382.00;9.50;686.00;0.50;1.48 -5961;6;3177.00;9.50;1192.00;-0.72;0.94 -5962;6;2957.50;9.50;204.50;3.31;0.94 -5963;6;1347.00;9.50;1348.50;4.05;0.80 -5967;6;5124.00;9.50;324.00;4.33;0.90 -5968;6;5612.00;9.50;1037.00;3.05;0.86 -5969;6;5341.00;9.50;1390.50;3.74;1.38 -5970;6;5015.50;9.50;1286.00;4.37;0.82 -5971;6;4190.00;9.50;853.00;3.05;0.80 -5972;6;3842.00;9.50;455.00;3.79;0.98 -5973;6;2751.00;9.50;96.00;2.55;1.04 -5975;6;1986.50;9.50;324.00;4.03;1.30 -5976;6;2041.00;9.50;1301.00;2.94;1.14 -5977;6;1813.50;9.50;2003.00;1.88;0.94 -5980;6;236.00;9.50;1266.50;3.22;1.06 -5981;6;179.50;9.50;1939.50;3.56;1.12 -5983;6;1146.50;9.50;601.50;4.03;1.24 -5984;6;4360.50;9.50;737.50;1.53;1.08 -5985;6;3223.50;9.50;1173.00;-1.23;0.62 -5986;6;1355.00;9.50;1265.50;2.77;1.34 -5987;6;1247.50;9.50;548.00;2.96;1.24 -5988;6;5497.50;9.50;895.50;2.28;1.22 -5989;6;2861.50;9.50;1710.00;3.51;0.74 -5990;6;5178.50;9.50;359.00;2.44;1.12 -5991;6;5558.50;9.50;1024.50;2.70;0.78 -5992;6;5391.50;9.50;1499.50;3.35;1.22 -5993;6;5061.50;9.50;1307.00;2.91;0.92 -5994;6;4145.50;9.50;841.00;2.91;1.02 -5995;6;3905.00;9.50;459.50;2.45;0.96 -5997;6;2723.50;9.50;553.50;4.23;0.94 -6001;6;1392.50;9.50;570.50;3.23;0.98 -6003;6;296.00;9.50;1272.00;2.96;1.02 -6004;6;159.00;9.50;1905.50;2.73;1.10 -6005;6;202.00;9.50;1020.50;2.93;1.36 -6006;6;1231.50;9.50;660.50;3.17;1.20 -6007;6;4329.00;9.50;781.00;3.46;0.84 -6008;6;3087.00;11.00;695.00;2.48;0.82 -6010;6;3036.50;11.60;1789.50;2.11;0.30 -6011;6;3280.50;9.50;1173.00;0.91;0.78 -6012;6;3278.00;9.85;1957.50;2.31;0.52 -6013;6;3153.50;9.80;1798.50;2.82;0.30 -6014;6;1414.00;9.50;1284.50;3.33;0.90 -6020;6;3406.00;11.15;636.50;3.88;0.70 -6021;6;3333.50;10.40;1837.50;3.92;0.30 -6022;6;3366.50;10.55;1677.00;2.97;0.24 -6024;6;3119.00;11.05;1875.50;3.56;0.32 -6025;6;3668.50;9.90;1712.00;3.60;0.30 -6026;6;2871.50;9.50;1823.00;2.98;0.82 -6027;6;3232.50;11.30;702.00;2.87;0.74 -6030;6;5085.00;9.50;363.00;4.63;1.00 -6031;6;5564.50;9.50;1093.50;2.75;0.68 -6033;6;3250.00;9.50;1794.00;2.67;0.26 -6035;6;3308.50;10.30;1711.00;3.30;0.30 -6037;6;4157.00;9.50;895.00;3.04;0.92 -6038;6;2987.00;11.82;1819.00;1.81;0.32 -6039;6;2961.00;12.95;739.00;2.94;0.88 -6043;6;3896.50;9.50;402.00;3.29;0.90 -6044;6;2707.50;9.50;150.00;3.38;1.20 -6045;6;3264.50;10.65;1880.00;3.01;0.42 -6046;6;2716.50;11.20;1681.50;2.94;0.24 -6047;6;3184.50;9.75;1782.00;2.97;0.30 -6049;6;2622.00;9.50;2010.00;3.60;1.28 -6050;6;3085.50;9.60;1724.50;3.46;0.24 -6051;6;3417.50;9.80;1800.50;2.63;0.44 -6053;6;2093.00;9.50;1315.00;2.82;1.22 -6055;6;3095.00;13.50;1944.50;2.92;0.32 -6056;6;3393.50;10.40;1697.50;3.28;0.20 -6057;6;3334.50;9.95;1761.00;3.38;0.16 -6058;6;1410.50;9.50;470.50;2.19;1.28 -6060;6;306.00;9.50;1320.00;2.97;1.02 -6061;6;3237.50;10.30;1984.50;2.06;0.40 -6064;6;228.00;9.50;1841.00;1.37;1.12 -6068;6;1218.00;9.50;562.00;2.01;1.02 -6069;6;4838.00;9.50;66.50;3.42;0.86 -6072;6;2933.50;12.25;1716.00;3.78;0.24 -6073;6;3371.00;10.60;1740.00;3.14;0.26 -6075;6;3419.50;10.40;1766.00;3.04;0.34 -6076;6;3201.50;10.50;1934.50;4.14;0.34 -6077;6;3466.50;9.80;1696.50;2.19;0.24 -6078;6;3221.50;10.40;1814.00;3.38;0.22 -6080;6;2946.00;12.85;1749.50;3.66;0.24 -6082;6;1624.00;10.55;879.50;-1.07;0.24 -6083;6;3133.00;10.40;1870.00;3.14;0.32 -6084;6;3044.00;9.85;1728.00;2.82;0.24 -6085;6;4590.00;10.60;1921.00;2.91;2.06 -6086;6;3322.00;10.45;1702.50;2.03;0.28 -6087;6;3221.00;10.60;1900.50;2.26;0.38 -6089;6;3542.50;9.80;1704.50;3.33;0.30 -6092;6;3253.00;9.75;1990.50;3.99;0.38 -6093;6;1516.50;9.50;875.00;-1.04;0.28 -6095;6;3309.50;10.30;1723.00;3.30;0.28 -6096;6;3316.00;10.20;1837.50;3.14;0.26 -6097;6;3417.00;10.45;1734.00;2.67;0.30 -6098;6;3287.50;10.70;1836.50;3.25;0.34 -6100;6;3507.00;9.90;1753.50;3.14;0.24 -6101;6;3411.50;10.40;1686.00;1.95;0.22 -6102;6;3427.50;9.80;1823.50;3.03;0.50 -6103;6;2795.00;9.85;1565.50;2.26;0.22 -6104;6;2720.00;13.75;1695.50;3.14;0.26 -6105;6;3500.50;9.80;1860.50;3.92;0.76 -6107;6;3151.50;12.30;1975.00;3.50;0.36 -6111;6;3025.50;11.70;1883.50;3.54;0.26 -6112;6;3491.50;10.45;1724.00;2.09;0.22 -6114;6;2955.00;15.25;1790.50;2.43;0.32 -6115;6;2970.00;9.50;1734.50;3.73;0.24 -6118;6;2962.50;11.55;1807.00;2.78;0.32 -6119;6;3480.50;10.40;1715.50;2.60;0.20 -6121;6;3598.50;10.50;1771.50;2.82;0.42 -6122;6;3375.50;10.40;1678.00;4.03;0.22 -6124;6;3572.50;9.80;1701.00;3.30;0.30 -6127;6;3069.00;10.40;1737.50;3.73;0.28 -6128;6;3260.50;10.70;1930.50;3.40;0.40 -6129;6;3029.00;12.15;1804.50;4.24;0.30 -6130;6;3103.50;12.35;1957.00;4.12;0.40 -6131;6;3342.50;10.50;1719.50;3.33;0.22 -6133;6;3545.50;9.80;1726.00;2.97;0.26 -6135;6;3451.50;9.80;1671.00;2.89;0.24 -6136;6;2941.00;16.00;1776.00;2.89;0.30 -6138;6;3178.50;10.20;1796.00;2.42;0.32 -6143;6;3416.00;10.40;1707.00;2.67;0.18 -6144;6;3197.50;9.80;1752.00;2.67;0.24 -6146;6;3255.50;10.50;1825.50;4.17;0.16 -6147;6;3030.50;11.70;1769.00;2.67;0.24 -6148;6;3051.00;10.50;1681.00;3.38;0.22 -6149;6;3515.50;9.80;1676.00;3.30;0.26 -6151;6;2950.50;10.00;1715.50;2.60;0.26 -6153;6;3311.50;10.40;1789.50;2.52;0.26 -6154;6;3307.00;10.30;1699.50;2.46;0.20 -6155;6;3070.00;12.27;1930.00;3.14;0.42 -6156;6;3259.00;10.30;1797.50;3.42;0.30 -6157;6;3315.00;10.00;1952.50;3.14;0.30 -6159;6;3361.00;9.80;1823.50;4.15;0.30 -6161;6;3119.50;10.90;1861.50;3.00;0.30 -6162;6;3639.50;10.50;1712.00;3.01;0.30 -6163;6;1597.50;16.70;883.50;-1.06;0.22 -6164;6;3031.50;10.20;1720.00;3.78;0.26 -6166;6;3452.00;10.50;1767.00;2.60;0.40 -6167;6;1702.00;9.80;846.00;-1.10;0.16 -6168;6;3166.00;11.02;1925.00;3.14;0.40 -6169;6;3354.50;10.70;1745.50;3.00;0.22 -6171;6;3573.00;9.90;1711.50;2.26;0.24 -6172;6;3321.50;10.30;1766.50;3.68;0.24 -6173;6;3007.50;11.20;1844.00;1.75;0.40 -6174;6;3279.50;10.20;1729.00;2.24;0.22 -6175;6;3277.00;10.55;1854.00;3.38;0.34 -6177;6;3623.00;10.60;1857.50;2.70;0.86 -6178;6;3211.00;10.30;1701.50;3.52;0.26 -6179;6;3247.00;10.80;1887.00;3.73;0.34 -6180;6;3476.50;9.80;1695.50;3.33;0.24 -6181;6;3319.50;10.55;1919.00;1.86;0.24 -6182;6;3404.50;10.40;1750.50;3.92;0.28 -6183;6;3255.00;9.90;1954.00;3.46;0.32 -6184;6;2928.00;15.50;1736.50;4.35;0.34 -6185;6;3033.00;12.10;1835.50;2.03;0.30 -6187;6;3007.00;10.85;1867.50;2.43;0.42 -6190;6;3491.00;10.50;1737.00;3.14;0.24 -6191;6;3552.50;9.80;1695.50;2.35;0.26 -6192;6;3513.72;9.70;1911.18;2.71;1.06 -6193;6;3510.50;9.80;1771.00;2.29;0.38 -6195;6;3007.50;10.85;1742.00;3.60;0.30 -6197;6;3283.50;10.30;1719.50;3.92;0.22 -6200;6;3087.00;11.15;1856.00;4.17;0.30 -6202;6;3562.50;10.00;1753.00;3.83;0.36 -6203;6;3380.00;10.50;1686.00;3.92;0.26 -6206;6;3110.00;12.15;1919.00;3.14;0.38 -6207;6;3002.50;13.70;1795.00;2.49;0.32 -6210;6;3286.50;10.50;1811.50;3.00;0.36 -6212;6;3211.00;10.30;1846.50;2.76;0.30 -6213;6;3533.00;10.40;1734.50;2.76;0.26 -6214;6;3048.50;10.65;1907.00;2.09;0.38 -6215;6;3459.00;10.00;1679.50;2.46;0.18 -6216;6;2925.50;12.55;1772.00;3.30;0.28 -6217;6;3633.50;9.85;1671.00;2.15;0.26 -6218;6;2971.50;10.40;1574.50;2.35;0.20 -6219;6;3341.50;9.50;1185.00;1.57;0.70 -6220;6;3248.50;10.60;1618.00;4.12;0.28 -6221;6;2772.00;9.95;1569.50;2.03;0.20 -6223;6;1418.50;9.50;1354.00;4.13;1.38 -6226;6;3562.50;10.20;1585.50;2.35;0.26 -6227;6;873.50;9.50;665.00;3.43;1.10 -6229;6;3170.50;10.10;1636.50;3.46;0.20 -6233;6;3283.50;9.80;1590.50;2.94;0.18 -6234;6;2861.50;9.50;1758.00;2.95;0.66 -6235;6;2962.00;9.70;1664.50;2.43;0.28 -6236;6;3040.00;9.70;1579.00;4.12;0.22 -6238;6;5185.50;9.50;421.00;3.02;1.02 -6239;6;5521.00;9.50;1064.00;2.51;1.10 -6242;6;3258.50;9.80;1665.00;2.97;0.24 -6245;6;3367.00;9.90;1666.00;3.14;0.20 -6246;6;3651.50;10.30;1642.00;3.60;0.28 -6248;6;3494.00;10.25;1585.50;3.14;0.22 -6250;6;3854.00;9.50;408.00;3.23;1.00 -6251;6;2673.00;9.50;120.00;2.25;1.22 -6252;6;3348.00;10.22;1589.00;3.92;0.20 -6253;6;3530.50;9.90;1635.00;2.24;0.26 -6254;6;3347.00;10.55;1555.50;2.86;0.18 -6255;6;2742.00;9.50;599.50;2.83;0.98 -6256;6;2044.50;9.50;394.00;4.19;1.06 -6257;6;2959.50;9.70;1601.50;4.09;0.22 -6259;6;3122.00;9.70;1571.50;2.21;0.20 -6264;6;3322.00;10.70;1658.00;3.73;0.28 -6267;6;343.00;9.50;1270.50;3.82;1.02 -6269;6;3442.50;10.40;1660.50;2.94;0.20 -6271;6;159.50;9.50;1838.50;1.91;1.10 -6272;6;260.50;9.50;934.50;2.22;1.32 -6273;6;3312.50;10.30;1631.50;4.17;0.18 -6274;6;3636.00;10.40;1732.00;2.67;0.34 -6276;6;1190.50;9.50;521.00;2.00;0.98 -6278;6;3633.00;9.90;1661.00;3.73;0.28 -6279;6;3419.50;10.00;1591.00;2.49;0.20 -6280;6;3213.50;10.40;1571.50;2.60;0.20 -6281;6;3174.50;10.60;1606.50;4.17;0.24 -6282;6;3030.50;10.20;1589.50;2.35;0.16 -6284;6;3463.00;9.85;1608.00;3.60;0.22 -6285;6;3666.00;10.00;1639.00;3.73;0.30 -6286;6;2899.50;9.50;1573.00;3.30;0.20 -6288;6;3628.00;10.45;1705.50;3.52;0.28 -6290;6;3393.00;11.60;1621.00;2.67;0.20 -6291;6;3484.50;9.90;1589.00;2.97;0.20 -6292;6;3259.50;9.90;1594.00;3.78;0.24 -6294;6;3536.00;10.85;1609.00;3.60;0.24 -6295;6;3471.50;9.80;1648.00;2.49;0.26 -6297;6;3601.50;10.30;1682.50;3.92;0.24 -6298;6;2968.50;9.70;1585.00;2.89;0.20 -6299;6;3476.00;10.05;1639.00;3.92;0.26 -6302;6;3557.00;11.27;1593.00;3.14;0.24 -6303;6;3343.00;10.65;1644.00;3.60;0.20 -6304;6;3353.50;10.60;1559.50;3.46;0.18 -6305;6;3328.00;10.00;1595.00;2.55;0.20 -6306;6;3196.00;9.85;1575.50;3.85;0.26 -6307;6;3546.00;9.85;1652.50;2.86;0.18 -6309;6;3043.50;9.70;1590.50;2.94;0.22 -6311;6;3045.00;10.40;1705.00;2.67;0.20 -6312;6;3528.00;10.10;1624.50;3.14;0.24 -6313;6;2663.00;10.05;1589.00;3.14;0.24 -6314;6;3140.50;10.20;1646.00;3.38;0.28 -6315;6;3399.50;10.10;1596.50;2.60;0.24 -6316;6;3427.00;10.40;1644.00;2.35;0.24 -6318;6;2758.50;10.00;1604.50;3.68;0.18 -6319;6;3276.50;9.80;1566.00;2.49;0.26 -6320;6;2733.00;11.35;1647.50;3.73;0.22 -6323;6;3618.50;10.70;1640.50;1.89;0.26 -6325;6;2963.50;9.70;1587.00;1.84;0.18 -6327;6;3500.50;9.90;1637.50;2.94;0.20 -6328;6;3489.50;9.80;1560.00;2.49;0.20 -6329;6;3467.00;9.80;1592.50;2.76;0.20 -6330;6;3340.50;10.30;1561.50;3.28;0.22 -6332;6;3126.00;9.65;1615.00;2.67;0.24 -6333;6;3402.00;10.30;1608.00;2.82;0.20 -6334;6;3030.00;9.50;1596.50;4.61;0.24 -6335;6;2753.50;9.80;1612.50;2.94;0.20 -6336;6;2892.00;9.70;1580.50;-1.10;0.28 -6337;6;3543.00;10.92;1600.00;2.35;0.22 -6338;6;3566.00;9.70;1639.00;3.60;0.22 -6339;6;3561.00;9.70;1563.50;2.76;0.20 -6340;6;3218.00;10.65;1609.50;2.26;0.28 -6341;6;3416.00;10.05;1562.50;3.52;0.22 -6342;6;3171.00;10.15;1657.50;2.21;0.26 -6344;6;3281.50;9.80;1578.00;3.01;0.20 -6345;6;3009.50;9.70;1646.00;2.15;0.18 -6346;6;3398.00;9.80;1668.50;2.76;0.20 -6348;6;3384.50;10.40;1627.50;2.35;0.24 -6354;6;3289.00;9.90;1606.50;2.03;0.20 -6355;6;3352.00;10.47;1571.00;3.46;0.22 -6357;6;3536.00;10.17;1620.00;2.82;0.24 -6358;6;3462.50;9.80;1665.50;3.46;0.20 -6359;6;3201.00;9.85;1589.00;2.82;0.22 -6360;6;3171.00;9.80;1630.00;3.14;0.20 -6362;6;3458.00;10.40;1627.00;1.89;0.24 -6366;6;3554.50;9.80;1567.50;1.97;0.20 -6368;6;3638.00;10.00;1636.50;3.52;0.22 -6369;6;3424.50;9.90;1568.00;2.89;0.24 -6370;6;3476.00;9.80;1656.00;3.14;0.22 -6371;6;3252.50;9.90;1628.50;2.94;0.24 -6372;6;3539.50;10.40;1673.00;2.89;0.26 -6374;6;3521.50;10.00;1627.50;2.35;0.22 -6375;6;3128.00;10.35;1595.00;3.60;0.28 -6377;6;2956.50;10.20;1571.50;3.68;0.18 -6380;6;3389.00;10.70;1642.50;3.52;0.18 -6381;6;3199.00;10.30;1704.50;3.14;0.18 -6382;6;3491.00;9.90;1570.50;3.52;0.18 -6383;6;3568.00;10.20;1678.50;1.67;0.26 -6385;6;2724.00;12.10;1665.50;3.73;0.22 -6386;6;3346.50;10.50;1569.00;2.97;0.20 -6387;6;3322.00;10.60;1624.50;3.81;0.20 -6388;6;3623.50;10.55;1653.00;3.83;0.34 -6391;6;3503.50;10.40;1604.50;2.94;0.22 -6396;6;3390.00;10.40;1612.50;4.24;0.18 -6398;6;3415.00;10.00;1573.50;3.52;0.22 -6400;6;3317.00;10.50;1640.50;2.76;0.20 -6403;6;3520.00;9.82;1653.00;3.92;0.24 -6404;6;3584.00;10.40;1603.50;2.62;0.26 -6407;6;3167.00;9.70;1622.00;2.35;0.20 -6409;6;3486.00;9.85;1579.50;3.52;0.20 -6411;6;3350.00;10.00;1580.50;2.76;0.22 -6413;6;3208.50;9.80;1602.00;2.09;0.36 -6415;6;3200.50;10.00;1563.00;2.67;0.24 -6416;6;3127.50;10.30;1541.50;3.92;0.20 -6417;6;3450.50;9.80;1456.00;2.67;0.20 -6418;6;3020.00;12.60;1516.50;2.03;0.22 -6419;6;3328.00;9.50;1238.50;-1.26;0.92 -6421;6;2972.50;11.80;1524.50;2.73;0.24 -6422;6;1521.50;9.50;1305.50;1.80;1.08 -6423;6;3334.50;10.15;1480.00;2.89;0.24 -6424;6;3617.50;9.95;1557.00;2.97;0.24 -6425;6;890.50;9.50;591.50;2.79;1.28 -6427;6;5472.50;9.50;1042.00;3.40;1.22 -6428;6;3444.50;9.80;1546.00;3.60;0.24 -6430;6;3558.50;9.70;1519.00;2.97;0.24 -6432;6;3397.50;9.90;1520.50;3.92;0.24 -6433;6;4372.50;9.50;116.00;2.78;0.82 -6435;6;3216.00;10.02;1537.00;3.14;0.28 -6436;6;3521.50;14.70;1360.00;2.49;0.18 -6438;6;5455.00;9.50;1082.50;4.30;0.96 -6439;6;5522.50;9.50;1542.50;2.24;0.94 -6440;6;3027.00;10.20;1527.50;2.26;0.26 -6441;6;3008.50;9.70;1557.50;3.68;0.24 -6442;6;4983.50;9.50;1441.00;1.57;1.08 -6443;6;4171.50;9.50;987.50;3.79;0.84 -6444;6;2930.00;10.90;1521.50;2.55;0.20 -6448;6;4313.50;9.50;323.50;3.04;1.00 -6451;6;3321.50;9.90;1484.50;2.35;0.26 -6452;6;3833.00;9.50;367.00;2.67;1.14 -6454;6;3475.50;9.90;1511.50;3.00;0.24 -6456;6;2687.00;9.50;597.00;3.65;0.94 -6457;6;2314.50;9.50;445.00;3.40;1.38 -6460;6;3178.00;12.70;1496.50;2.76;0.26 -6461;6;1867.00;9.50;1268.50;3.37;1.20 -6463;6;3524.50;10.70;1461.50;2.35;0.20 -6464;6;3102.50;10.60;1525.50;2.19;0.20 -6465;6;1429.50;9.50;403.50;2.60;1.30 -6466;6;105.00;9.50;79.00;3.71;1.50 -6467;6;410.00;9.50;1227.50;2.16;0.96 -6469;6;2913.00;9.70;1546.50;3.52;0.22 -6471;6;132.50;9.50;1805.50;4.05;1.28 -6472;6;300.50;9.50;968.00;2.38;0.94 -6473;6;3591.00;9.70;1552.00;2.35;0.24 -6474;6;3398.50;9.90;1480.00;2.97;0.26 -6475;6;1140.50;9.50;553.50;3.09;1.02 -6476;6;4867.00;9.50;91.00;3.43;1.04 -6477;6;3409.00;9.95;1553.50;3.14;0.22 -6479;6;3536.00;11.00;1521.50;2.76;0.26 -6480;6;3264.50;10.10;1499.00;3.24;0.28 -6481;6;3359.50;9.80;1529.50;3.92;0.20 -6482;6;888.50;12.25;1577.00;2.58;0.36 -6483;6;3175.50;10.80;1506.50;3.92;0.24 -6484;6;3161.00;9.90;1551.50;3.14;0.26 -6486;6;3531.00;9.70;1481.50;2.46;0.26 -6487;6;2986.00;9.80;1559.50;3.14;0.16 -6488;6;2938.50;10.80;1523.50;3.92;0.20 -6489;6;2772.50;9.90;1552.50;2.94;0.26 -6490;6;3469.50;9.70;1468.50;2.73;0.20 -6492;6;3481.50;9.80;1554.00;3.78;0.16 -6493;6;3406.50;9.80;1475.50;2.60;0.24 -6495;6;3326.00;9.80;1501.50;2.03;0.22 -6496;6;2890.50;9.70;1551.00;2.89;0.20 -6498;6;3588.00;9.60;1476.00;3.92;0.34 -6499;6;3139.00;10.95;1523.50;4.01;0.24 -6504;6;2849.50;9.80;1521.50;3.92;0.20 -6505;6;3407.50;10.00;1487.00;2.89;0.22 -6507;6;3334.50;9.80;1498.50;3.33;0.24 -6508;6;3315.50;9.80;1543.50;2.94;0.24 -6509;6;3222.00;10.30;1516.00;2.55;0.20 -6510;6;1558.50;10.60;1672.00;3.60;0.40 -6512;6;3079.00;10.20;1534.00;3.14;0.22 -6513;6;2959.00;10.90;1552.50;3.73;0.20 -6514;6;3578.50;9.60;1473.00;3.60;0.30 -6515;6;3630.50;9.95;1561.00;2.97;0.28 -6516;6;3523.00;10.15;1488.50;3.73;0.22 -6517;6;3381.50;9.90;1527.00;2.89;0.22 -6518;6;2849.00;9.80;1477.00;3.14;0.20 -6519;6;3411.00;10.45;1495.00;2.67;0.24 -6520;6;3227.50;9.90;1544.50;2.94;0.22 -6524;6;2976.50;10.20;1541.50;3.92;0.22 -6525;6;3540.50;9.60;1491.50;2.73;0.26 -6527;6;3489.00;10.27;1485.00;3.14;0.24 -6528;6;3452.50;9.80;1529.00;3.78;0.24 -6529;6;2919.50;14.00;1481.50;3.33;0.20 -6530;6;3380.00;9.80;1499.50;3.52;0.26 -6533;6;2821.50;10.40;1474.50;4.17;0.24 -6535;6;2925.50;10.00;1556.50;4.17;0.20 -6538;6;3632.50;9.80;1896.00;3.90;0.86 -6539;6;3513.50;9.70;1532.00;3.78;0.22 -6540;6;2972.00;11.17;1494.00;4.39;0.24 -6541;6;3532.00;10.85;1499.50;2.46;0.26 -6542;6;2933.50;11.70;1491.50;3.33;0.20 -6543;6;3363.50;10.20;1541.50;2.73;0.20 -6544;6;3452.50;9.80;1495.50;3.68;0.22 -6545;6;2883.50;11.05;1495.00;2.89;0.20 -6546;6;3178.50;9.90;1553.00;3.78;0.24 -6547;6;2826.50;10.00;1488.00;2.24;0.28 -6549;6;2951.50;10.75;1537.00;2.67;0.20 -6553;6;3432.00;9.90;1541.00;4.12;0.22 -6554;6;3379.00;9.90;1508.00;4.24;0.22 -6555;6;2960.50;11.40;1501.50;1.97;0.24 -6556;6;3254.00;9.90;1550.00;2.67;0.20 -6557;6;3211.50;10.25;1524.00;3.01;0.28 -6559;6;3018.00;12.22;1540.00;2.67;0.20 -6560;6;2857.00;9.70;1541.00;4.12;0.20 -6561;6;3110.50;10.25;1483.00;1.98;0.18 -6562;6;3071.00;11.35;1511.50;3.81;0.20 -6566;6;3459.50;10.40;1504.00;2.44;0.20 -6567;6;3134.00;9.90;1574.00;2.55;0.20 -6568;6;2942.00;10.02;1504.00;3.14;0.20 -6569;6;2830.00;9.80;1507.00;2.89;0.20 -6571;6;3180.50;14.45;1480.00;3.38;0.22 -6572;6;2755.50;9.70;1491.00;2.24;0.18 -6573;6;3133.50;10.05;1491.00;4.33;0.12 -6574;6;3569.00;10.35;1535.00;2.82;0.28 -6575;6;3519.00;11.42;1515.00;2.35;0.24 -6577;6;3392.50;9.90;1540.00;2.24;0.16 -6579;6;3228.50;9.80;1558.50;2.35;0.18 -6580;6;3176.50;10.00;1531.50;2.35;0.28 -6582;6;2991.00;9.85;1550.50;2.55;0.14 -6583;6;2901.50;11.00;1513.50;2.35;0.26 -6584;6;3216.50;10.10;1476.50;3.54;0.20 -6587;6;3464.00;10.00;1544.00;3.73;0.20 -6588;6;3585.00;9.60;1507.50;2.92;0.32 -6589;6;3307.50;9.80;1556.00;3.60;0.24 -6590;6;3085.50;12.50;1508.50;2.94;0.24 -6591;6;3433.50;10.40;1512.50;3.92;0.20 -6592;6;3016.00;13.25;1508.50;3.52;0.28 -6593;6;3248.00;10.05;1532.00;2.67;0.20 -6594;6;2949.50;10.20;1518.00;4.03;0.20 -6595;6;3047.50;9.90;1551.00;2.89;0.16 -6596;6;3357.00;9.75;1460.50;2.26;0.24 -6597;6;3290.00;10.07;1479.00;3.46;0.26 -6598;6;2872.00;9.60;1542.50;3.73;0.16 -6599;6;2808.50;9.70;1502.50;2.60;0.24 -6600;6;3247.50;11.30;1474.50;2.35;0.28 -6601;6;3545.00;10.00;1536.50;2.21;0.28 -6602;6;3505.00;9.75;1509.50;2.21;0.16 -6604;6;3150.50;10.50;1501.00;3.38;0.26 -6605;6;3321.50;9.80;1522.00;3.78;0.26 -6607;6;1557.00;10.70;1622.50;2.76;0.28 -6608;6;3285.00;9.50;1247.50;3.89;0.96 -6609;6;2902.50;13.90;1428.50;3.46;0.18 -6611;6;3050.50;13.30;1413.50;2.94;0.20 -6612;6;1494.50;9.50;1347.50;2.17;0.94 -6613;6;2878.00;11.10;1435.00;3.14;0.14 -6614;6;3055.00;11.55;1420.50;3.81;0.16 -6615;6;3640.00;9.60;1476.50;2.43;0.34 -6616;6;1005.00;9.50;555.50;2.42;1.06 -6617;6;5273.50;9.50;970.50;3.07;1.34 -6618;6;2832.50;10.00;1429.50;4.30;0.24 -6619;6;3069.50;10.40;1418.50;2.11;0.20 -6620;6;3546.50;9.60;1457.50;3.92;0.30 -6622;6;2914.50;9.75;1555.00;4.43;0.14 -6623;6;4447.50;9.50;184.00;3.45;1.14 -6624;6;2876.50;9.50;1673.00;3.29;0.80 -6625;6;1629.50;10.40;1637.00;2.09;0.28 -6627;6;5202.50;9.50;477.50;2.11;1.26 -6628;6;5418.00;9.50;1063.50;3.62;1.10 -6631;6;2974.50;14.50;1441.50;2.94;0.20 -6632;6;4933.50;9.50;1391.00;2.10;1.22 -6633;6;4140.00;9.50;950.00;4.41;1.14 -6634;6;3137.00;9.97;1411.00;3.46;0.20 -6635;6;2935.00;14.50;1440.50;3.42;0.20 -6637;6;4348.50;9.50;278.00;2.83;1.04 -6639;6;2895.50;10.10;1438.50;2.11;0.20 -6640;6;3781.00;9.50;355.00;2.85;0.94 -6641;6;2668.00;9.50;59.50;2.26;1.10 -6643;6;3122.00;9.75;1437.00;3.14;0.18 -6644;6;2850.50;10.10;1448.50;2.11;0.20 -6645;6;2704.50;9.50;644.50;2.88;1.04 -6647;6;3097.50;9.70;1424.50;1.97;0.20 -6648;6;2842.50;10.00;1440.50;3.00;0.18 -6649;6;1847.00;9.50;1226.00;4.09;1.22 -6650;6;3040.00;12.77;1434.00;3.46;0.26 -6651;6;2838.50;10.20;1449.00;2.49;0.22 -6655;6;477.50;9.50;1214.50;3.09;1.02 -6656;6;2998.50;10.80;1440.50;2.60;0.20 -6657;6;2789.50;9.50;1444.00;3.26;0.30 -6658;6;3210.00;9.70;1400.00;2.35;0.24 -6660;6;243.50;9.50;1012.50;3.41;1.12 -6661;6;2957.00;13.15;1441.00;2.67;0.26 -6662;6;1577.00;10.95;1647.50;2.62;0.28 -6665;6;905.00;13.72;1577.00;2.35;0.28 -6666;6;2903.50;10.25;1448.00;3.38;0.26 -6667;6;3166.50;16.75;1421.00;2.44;0.20 -6669;6;3482.00;14.90;1354.00;3.60;0.26 -6670;6;3102.00;9.80;1442.50;3.81;0.22 -6671;6;3488.00;13.90;1360.00;3.60;0.16 -6672;6;3059.50;10.50;1449.50;3.54;0.22 -6673;6;3016.00;13.55;1450.50;2.03;0.14 -6674;6;3472.50;15.85;1383.00;3.60;0.26 -6675;6;2974.50;16.60;1449.50;3.46;0.18 -6677;6;3237.50;9.70;1408.50;2.94;0.26 -6680;6;1478.50;9.50;730.50;-1.11;0.22 -6682;6;3142.50;9.90;1442.50;2.35;0.14 -6683;6;2918.00;10.87;1462.00;3.14;0.18 -6684;6;4889.50;9.95;1420.00;2.78;0.24 -6686;6;4902.00;9.80;1447.50;3.14;0.24 -6687;6;3032.50;12.55;1461.00;2.89;0.20 -6688;6;2843.00;10.50;1467.50;3.73;0.24 -6689;6;3533.00;11.17;1380.00;2.82;0.28 -6691;6;3022.50;14.35;1467.00;3.38;0.20 -6692;6;3455.00;13.72;1394.00;2.03;0.26 -6693;6;2978.50;11.80;1478.50;3.00;0.24 -6694;6;928.00;10.30;1499.50;2.62;0.32 -6695;6;3193.50;12.75;1425.00;2.09;0.22 -6696;6;1473.00;10.67;1509.00;2.11;0.44 -6697;6;3145.50;11.10;1451.00;2.89;0.18 -6698;6;2901.50;10.20;1473.00;3.78;0.20 -6699;6;918.00;9.90;1505.50;3.52;0.32 -6700;6;3116.50;9.70;1448.50;2.60;0.22 -6702;6;3509.00;11.92;1402.00;2.15;0.26 -6703;6;3098.00;9.80;1458.00;2.03;0.22 -6705;6;1557.50;10.80;1570.00;2.44;0.24 -6706;6;3240.00;10.00;1430.00;3.14;0.22 -6707;6;1570.50;10.75;1586.00;2.24;0.22 -6708;6;3015.00;12.85;1480.50;2.21;0.22 -6710;6;1507.50;10.60;1592.50;2.35;0.36 -6713;6;723.00;9.50;784.00;-0.74;0.24 -6714;6;3173.50;11.60;1459.50;2.82;0.16 -6716;6;3123.00;9.75;1468.50;3.14;0.24 -6717;6;1621.50;12.40;1589.50;3.92;0.30 -6719;6;1700.00;11.72;1637.00;3.46;0.28 -6720;6;3078.00;10.80;1472.50;2.76;0.24 -6726;6;1078.00;11.20;1808.50;3.14;0.48 -6728;6;1301.50;10.60;1850.00;3.26;1.24 -6729;6;3237.00;10.20;1440.50;3.81;0.24 -6730;6;3532.00;10.15;1403.50;2.55;0.26 -6731;6;3187.50;14.20;1462.00;3.60;0.24 -6733;6;3491.00;10.77;1401.00;3.60;0.22 -6736;6;3442.50;12.85;1408.00;3.38;0.20 -6737;6;1410.00;10.07;1575.00;2.49;0.32 -6738;6;3437.00;12.25;1415.50;3.73;0.18 -6740;6;1659.50;10.50;1782.50;2.04;1.22 -6742;6;1030.50;14.80;1672.50;3.20;0.58 -6743;6;3271.00;9.80;1443.50;1.81;0.24 -6744;6;2736.00;11.55;1284.00;2.55;0.24 -6745;6;893.00;12.35;1528.50;3.81;0.26 -6747;6;3228.50;9.70;1449.50;3.92;0.22 -6748;6;3532.00;11.15;1414.00;3.60;0.28 -6750;6;3490.50;11.80;1418.00;3.38;0.24 -6752;6;1324.50;10.60;1661.50;3.23;0.42 -6753;6;3472.50;12.60;1418.50;2.60;0.24 -6754;6;997.00;12.00;1818.50;3.02;0.80 -6755;6;3409.00;9.67;1437.00;3.14;0.22 -6756;6;2772.00;10.37;1384.00;2.35;0.20 -6758;6;3546.50;9.60;1430.00;2.97;0.24 -6760;6;3537.00;9.65;1434.50;3.42;0.22 -6762;6;2795.50;10.30;1404.50;3.00;0.18 -6763;6;3535.00;14.47;1354.00;3.46;0.24 -6765;6;3491.00;9.80;1440.50;2.03;0.16 -6766;6;2827.50;9.90;1393.50;3.33;0.18 -6768;6;3430.00;9.70;1430.50;2.26;0.28 -6769;6;1485.00;10.75;1600.00;3.92;0.34 -6770;6;2856.50;13.30;1411.00;4.43;0.24 -6772;6;883.00;13.05;1545.00;3.78;0.28 -6773;6;2842.00;10.17;1420.00;3.14;0.16 -6774;6;4958.00;12.30;1474.50;3.85;0.30 -6775;6;2816.50;10.10;1408.50;2.60;0.24 -6776;6;3388.00;9.90;1473.50;2.86;0.26 -6778;6;1620.50;10.00;1622.50;3.54;0.26 -6779;6;1132.00;11.40;1923.50;2.00;1.24 -6780;6;2923.50;11.50;1422.50;2.60;0.20 -6781;6;3442.00;9.70;1438.50;2.03;0.20 -6782;6;1474.50;10.80;1611.50;3.54;0.28 -6784;6;2896.00;12.35;1428.50;2.21;0.16 -6786;6;2875.00;12.10;1426.50;3.42;0.22 -6789;6;2849.00;12.32;1425.00;3.60;0.20 -6790;6;2962.00;10.30;1418.50;2.55;0.16 -6791;6;3529.50;11.80;1443.50;3.92;0.22 -6792;6;2813.00;10.05;1422.50;2.76;0.22 -6794;6;3497.50;9.80;1451.00;2.67;0.26 -6798;6;1249.00;11.20;1378.00;3.92;0.56 -6799;6;3093.00;12.60;1407.50;3.14;0.22 -6801;6;3179.00;9.50;1255.50;-0.90;1.02 -6802;6;2910.00;9.50;83.50;3.45;0.96 -6803;6;1322.50;10.80;1452.00;2.29;0.34 -6804;6;4752.50;13.30;1352.50;2.35;0.26 -6805;6;1533.00;9.50;1250.50;0.92;1.04 -6809;6;933.50;9.50;536.00;2.70;1.20 -6810;6;5331.00;9.50;765.00;2.62;1.48 -6811;6;4845.50;13.90;1412.50;3.46;0.24 -6813;6;3389.00;14.07;1287.00;2.67;0.30 -6814;6;3209.00;10.20;1370.50;3.14;0.22 -6815;6;4330.50;9.50;193.00;2.89;0.98 -6816;6;2923.50;9.50;1645.00;3.07;0.62 -6819;6;5281.50;9.50;480.50;3.05;0.74 -6821;6;5518.50;9.50;1408.50;4.39;0.82 -6822;6;4826.50;10.90;1355.50;2.52;0.30 -6823;6;1575.50;10.80;1535.50;2.11;0.20 -6824;6;4974.00;9.50;1351.50;1.39;1.12 -6825;6;4123.00;9.50;930.00;3.67;1.08 -6826;6;3509.00;11.00;1245.00;3.52;0.48 -6828;6;4597.50;13.00;1313.50;3.28;0.24 -6831;6;3027.00;10.95;1366.50;3.81;0.24 -6832;6;2732.00;11.45;1304.00;3.46;0.22 -6834;6;3761.00;9.50;293.50;3.90;1.12 -6836;6;2814.00;10.10;1352.00;3.92;0.22 -6838;6;4871.50;10.90;1404.50;2.60;0.20 -6839;6;2661.00;9.50;600.00;2.91;0.98 -6840;6;2345.50;9.50;487.50;3.18;1.02 -6841;6;2753.50;14.70;1344.50;3.92;0.28 -6842;6;3208.50;10.90;1382.00;2.97;0.22 -6844;6;1771.50;9.50;1238.00;4.21;1.38 -6845;6;1633.00;9.70;1545.50;2.03;0.20 -6847;6;1338.50;9.50;588.00;3.18;1.02 -6849;6;525.50;9.50;1208.00;3.88;1.36 -6852;6;4692.00;12.07;1369.00;2.89;0.28 -6853;6;143.50;9.50;1690.00;3.50;1.04 -6854;6;434.00;9.50;1138.50;2.83;1.18 -6855;6;1512.00;10.70;1548.00;3.60;0.24 -6856;6;2790.00;12.55;1309.50;3.14;0.18 -6858;6;1222.50;9.50;455.50;3.10;1.12 -6859;6;4878.00;9.50;37.00;3.78;1.06 -6860;6;4747.00;10.85;1334.50;4.24;0.24 -6861;6;925.00;10.20;1480.50;2.46;0.32 -6862;6;2993.00;10.97;1372.00;2.82;0.26 -6863;6;4873.50;9.80;1434.50;2.07;0.30 -6865;6;2830.50;12.85;1364.00;2.97;0.22 -6867;6;2713.50;12.40;1343.50;2.35;0.16 -6868;6;4759.00;11.95;1360.50;3.52;0.24 -6871;6;3283.00;12.77;1330.00;2.67;0.20 -6872;6;1593.00;10.62;1562.00;2.35;0.22 -6874;6;1531.50;10.40;1559.00;3.30;0.26 -6877;6;3291.00;13.15;1303.50;3.52;0.28 -6878;6;2779.50;12.70;1358.00;3.78;0.24 -6879;6;2765.50;12.60;1329.50;4.17;0.20 -6882;6;1647.50;9.70;1560.50;2.60;0.22 -6884;6;2687.00;10.00;1287.50;3.14;0.16 -6888;6;3376.50;14.15;1301.00;2.58;0.34 -6889;6;3086.00;10.07;1377.00;3.92;0.24 -6893;6;4717.50;10.50;1372.50;3.33;0.26 -6896;6;2740.00;12.40;1297.50;2.55;0.16 -6897;6;1096.00;15.00;1458.50;2.14;0.48 -6898;6;4678.00;12.75;1348.00;3.14;0.28 -6899;6;1569.00;11.10;1568.50;2.26;0.20 -6901;6;2788.50;10.75;1362.00;3.38;0.20 -6902;6;2700.00;10.60;1308.50;2.55;0.24 -6904;6;4609.50;14.05;1336.00;3.60;0.30 -6905;6;4782.00;11.77;1370.00;3.46;0.26 -6907;6;2710.50;12.10;1350.50;3.33;0.20 -6908;6;3315.50;13.35;1332.00;2.49;0.22 -6910;6;4755.00;11.50;1344.00;2.15;0.24 -6911;6;1655.00;10.50;1577.50;3.14;0.14 -6913;6;3115.00;13.70;1376.50;3.52;0.24 -6914;6;2753.50;11.90;1322.00;2.49;0.24 -6915;6;2840.50;12.40;1377.00;2.97;0.20 -6917;6;2842.50;10.50;1385.50;2.82;0.16 -6919;6;3407.00;14.25;1322.50;3.14;0.30 -6920;6;3323.00;12.80;1344.50;2.92;0.30 -6921;6;2683.00;14.05;1355.50;3.73;0.16 -6923;6;3192.50;13.00;1363.50;4.17;0.16 -6924;6;2673.50;9.80;1340.00;2.97;0.18 -6925;6;3322.50;10.45;1312.00;1.84;0.28 -6926;6;3006.00;10.97;1383.00;2.82;0.22 -6928;6;4790.00;13.35;1322.00;3.92;0.20 -6929;6;1591.50;10.05;1535.00;4.03;0.18 -6930;6;3148.50;11.20;1322.00;3.38;0.18 -6932;6;4531.00;12.50;1222.50;4.24;0.40 -6933;6;2682.00;9.90;1290.00;2.35;0.20 -6934;6;2951.00;10.50;1475.50;3.14;0.20 -6935;6;3488.50;12.10;1303.50;3.03;0.32 -6936;6;2740.00;12.50;1359.50;2.55;0.20 -6937;6;4641.00;13.35;1365.00;3.46;0.32 -6938;6;3332.00;13.30;1347.00;3.73;0.26 -6940;6;3123.50;11.40;1378.00;4.00;0.28 -6941;6;2694.50;11.60;1349.50;2.94;0.22 -6943;6;1598.50;9.70;1475.00;4.00;0.28 -6944;6;4836.00;10.75;1374.50;3.42;0.28 -6945;6;3269.00;12.70;1296.00;3.14;0.24 -6946;6;2969.00;9.70;1393.00;3.92;0.22 -6947;6;4785.00;11.85;1383.50;2.86;0.24 -6948;6;2727.50;11.10;1308.00;2.67;0.20 -6950;6;3386.00;13.57;1327.00;4.24;0.20 -6951;6;4720.50;9.70;1363.00;2.97;0.26 -6953;6;3135.00;13.30;1384.50;2.46;0.22 -6954;6;2709.50;12.15;1293.00;3.30;0.20 -6956;6;3366.50;13.70;1285.50;2.52;0.28 -6957;6;3072.00;14.60;1398.00;2.03;0.22 -6958;6;1567.00;13.77;1525.00;2.89;0.26 -6960;6;2854.00;11.65;1390.50;3.73;0.20 -6961;6;4883.00;9.60;1384.00;3.38;0.30 -6963;6;4783.50;11.60;1350.50;3.33;0.26 -6964;6;4827.00;14.50;1388.50;2.26;0.26 -6965;6;3401.50;18.50;1308.00;3.50;0.26 -6966;6;2813.50;10.55;1343.00;2.97;0.20 -6971;6;1521.00;10.80;1510.00;3.73;0.30 -6972;6;3057.00;12.25;1336.00;3.14;0.18 -6973;6;2960.50;9.70;1403.50;3.92;0.24 -6974;6;1457.50;10.50;1490.00;2.15;0.38 -6976;6;3446.50;15.40;1333.00;3.01;0.28 -6978;6;3352.00;12.60;1344.00;2.55;0.24 -6982;6;3191.50;11.30;1372.00;2.09;0.20 -6983;6;3068.50;12.10;1409.50;4.51;0.24 -6984;6;1612.50;9.70;1535.50;2.19;0.20 -6985;6;2977.00;12.90;1405.50;3.81;0.16 -6986;6;2684.50;10.10;1305.00;2.49;0.18 -6989;6;4883.00;11.85;1397.50;1.86;0.28 -6990;6;3176.50;11.25;1348.00;2.49;0.20 -6992;6;3240.50;11.70;1292.50;3.54;0.28 -6993;6;2756.50;12.60;1337.50;3.92;0.20 -6994;6;5003.50;11.90;1337.00;2.97;0.22 -6996;6;2689.00;11.65;1326.50;2.26;0.20 -6997;6;3510.50;13.25;1317.00;3.26;0.32 -6998;6;3135.50;10.50;1396.50;3.54;0.26 -7000;6;4597.50;11.30;1300.50;2.73;0.24 -7001;6;3372.50;11.60;1184.00;3.50;0.24 -7002;6;3244.50;9.50;1244.50;3.50;1.02 -7005;6;2958.00;10.25;1210.50;3.42;0.36 -7006;6;1575.00;9.50;1256.50;3.73;0.80 -7007;6;4640.50;9.90;1129.00;4.00;0.32 -7009;6;791.00;9.50;630.50;2.69;1.10 -7010;6;5181.00;9.50;589.50;0.00;1.58 -7011;6;3300.00;10.05;1150.00;2.15;0.28 -7012;6;1550.50;9.70;1435.00;2.97;0.38 -7016;6;4998.50;9.70;1263.00;2.67;0.22 -7019;6;4537.50;10.30;1188.00;2.27;0.34 -7023;6;5389.00;9.50;1034.00;2.06;1.22 -7024;6;5439.00;9.50;1466.00;2.58;1.60 -7025;6;4625.00;9.70;1231.00;3.73;0.28 -7028;6;4849.50;9.50;1352.00;4.66;1.22 -7029;6;4074.00;9.50;899.50;4.48;1.20 -7031;6;4180.50;9.50;61.00;3.40;1.02 -7032;6;4393.50;9.50;292.50;2.82;1.08 -7035;6;4621.00;11.70;1152.50;3.56;0.30 -7036;6;3801.00;9.50;256.50;4.00;1.20 -7037;6;3367.50;9.50;85.50;3.17;1.28 -7038;6;2614.00;9.50;118.50;2.57;1.10 -7039;6;4540.50;10.05;1003.00;2.49;0.26 -7040;6;2842.00;13.50;1241.00;2.82;0.38 -7041;6;2746.00;10.70;1091.00;3.58;1.78 -7044;6;4532.50;10.60;1026.00;2.89;0.22 -7045;6;1575.50;10.45;1474.00;3.01;0.30 -7047;6;1732.50;9.50;1300.00;4.07;1.20 -7049;6;3861.00;11.95;1099.50;3.14;0.36 -7051;6;1283.00;9.50;599.00;2.45;1.10 -7052;6;36.50;9.50;75.00;3.50;1.12 -7053;6;380.00;9.50;1314.00;2.94;0.92 -7054;6;4642.00;10.90;1116.50;2.86;0.26 -7055;6;4649.00;10.65;1250.50;2.46;0.24 -7056;6;148.00;9.50;1642.50;3.22;1.00 -7060;6;3978.00;11.00;975.50;2.86;0.34 -7062;6;5375.00;9.50;835.50;1.52;1.18 -7063;6;3132.00;9.70;1159.50;2.86;0.26 -7065;6;2901.50;14.40;1251.50;2.07;0.26 -7068;6;2740.50;12.10;1270.00;3.78;0.20 -7069;6;2690.00;10.70;1203.50;2.29;0.34 -7070;6;4784.00;11.27;1302.00;2.67;0.22 -7071;6;4652.50;9.70;1052.50;2.35;0.20 -7072;6;4918.50;9.50;1226.50;3.33;0.24 -7076;6;3115.00;9.80;1131.50;3.56;0.34 -7077;6;2957.50;13.40;1246.50;2.60;0.26 -7079;6;3199.50;10.10;1168.00;3.60;0.26 -7080;6;4007.50;10.20;1070.50;3.56;0.42 -7083;6;1569.50;9.80;1459.50;2.52;0.34 -7084;6;3877.50;9.70;1093.50;3.05;0.44 -7087;6;4965.50;10.10;1235.50;2.60;0.24 -7088;6;3299.00;11.92;672.00;2.23;0.80 -7089;6;4665.50;11.40;1259.50;3.92;0.22 -7090;6;4109.00;13.97;966.00;2.35;0.36 -7092;6;4610.50;9.70;1272.50;2.35;0.26 -7097;6;2283.50;9.50;557.00;-1.33;0.30 -7098;6;2711.50;12.10;1284.00;3.38;0.20 -7099;6;4629.00;11.55;1057.00;2.82;0.26 -7100;6;2715.50;11.70;1214.50;3.46;0.34 -7102;6;4934.00;12.75;1250.00;2.67;0.24 -7105;6;4681.50;11.05;1273.00;2.97;0.28 -7107;6;3358.00;10.20;1184.00;2.82;0.14 -7109;6;4604.00;11.02;1301.00;3.60;0.22 -7111;6;2777.50;12.50;1287.50;2.94;0.16 -7116;6;2773.00;13.72;1212.00;2.89;0.36 -7117;6;3277.00;9.87;1131.00;2.35;0.40 -7118;6;1514.50;10.30;1422.50;3.68;0.30 -7119;6;3961.50;13.90;967.50;3.00;0.26 -7120;6;4676.00;10.55;1164.50;4.24;0.22 -7121;6;4821.00;11.77;1258.00;3.14;0.16 -7122;6;4254.50;10.40;1003.50;3.28;0.20 -7125;6;4793.50;10.20;1284.00;2.09;0.18 -7126;6;4603.50;9.70;1205.50;2.52;0.32 -7128;6;4543.50;10.45;1045.00;1.84;0.30 -7129;6;4606.00;9.70;1238.00;3.14;0.30 -7133;6;3294.00;11.80;705.50;3.14;0.42 -7137;6;4494.00;9.87;1022.00;2.67;0.24 -7138;6;1552.50;9.90;1457.00;2.44;0.32 -7140;6;3378.00;10.50;1247.50;3.99;0.32 -7141;6;4618.00;10.22;1050.00;2.82;0.24 -7142;6;4674.50;9.70;1206.00;3.30;0.22 -7143;6;3320.00;14.40;1269.50;4.35;0.22 -7144;6;3283.00;9.80;1109.00;3.14;0.20 -7146;6;4690.00;11.85;1129.50;3.14;0.22 -7147;6;3017.00;11.20;1277.50;3.52;0.22 -7149;6;2873.00;13.82;1229.00;3.46;0.36 -7151;6;3362.50;9.85;1176.00;4.03;0.22 -7152;6;4565.50;10.95;1020.00;2.97;0.22 -7154;6;2976.50;10.80;1172.00;3.21;0.58 -7156;6;3332.00;10.30;1045.50;3.40;0.34 -7158;6;4583.50;13.10;1334.50;1.99;0.34 -7159;6;4558.50;9.80;1081.50;3.28;0.26 -7162;6;2968.50;10.10;1247.50;3.46;0.28 -7163;6;4279.50;10.90;1009.00;3.30;0.30 -7164;6;3283.50;9.70;1158.00;2.44;0.28 -7166;6;2878.50;12.50;1261.00;2.58;0.26 -7167;6;4584.50;9.70;1159.50;4.20;0.28 -7168;6;4524.50;10.60;1047.50;3.54;0.28 -7169;6;5004.50;10.70;1295.50;3.00;0.30 -7171;6;4777.50;11.80;1311.00;2.49;0.22 -7172;6;4616.00;10.67;1095.00;2.03;0.24 -7173;6;2744.50;16.95;1210.00;2.89;0.32 -7174;6;4654.50;11.00;1129.50;3.92;0.24 -7176;6;3354.00;10.85;1162.00;3.14;0.18 -7177;6;3989.00;10.35;986.50;1.81;0.28 -7179;6;4242.00;10.07;1030.00;3.14;0.28 -7180;6;2958.00;11.50;1259.00;3.38;0.26 -7181;6;4670.00;9.70;1197.00;2.55;0.22 -7182;6;4625.50;11.00;1044.50;3.00;0.24 -7184;6;3393.00;11.30;1206.00;2.60;0.44 -7185;6;1334.50;10.40;1904.00;2.19;1.66 -7187;6;4946.00;10.90;1245.00;3.60;0.20 -7188;6;3294.50;10.50;1118.50;2.73;0.30 -7190;6;4278.00;13.25;994.50;3.14;0.28 -7191;6;4680.00;11.10;1153.50;2.86;0.18 -7192;6;4515.00;10.35;1012.50;4.06;0.20 -7194;6;3047.00;9.82;1150.00;3.92;0.34 -7196;6;2770.00;13.65;1283.50;2.76;0.24 -7197;6;4890.00;9.70;1206.50;2.46;0.22 -7198;6;2739.00;11.65;1277.50;2.21;0.20 -7200;6;4650.50;10.25;1228.00;3.60;0.24 -7201;6;4529.50;11.95;1139.00;2.15;0.26 -7202;6;1556.50;9.70;1419.00;3.04;0.48 -7203;6;2663.00;13.15;1147.00;3.33;0.48 -7204;6;4788.50;9.70;1263.00;4.03;0.22 -7206;6;3177.50;9.90;1167.00;3.26;0.26 -7207;6;3924.50;9.80;1010.50;2.82;0.38 -7208;6;4524.50;10.85;1251.00;2.89;0.34 -7212;6;4895.50;9.50;1221.50;-0.14;0.24 -7213;6;2790.50;13.60;1336.50;2.11;0.20 -7216;6;3267.50;9.90;1110.50;1.86;0.50 -7217;6;4947.50;12.25;1255.00;2.44;0.26 -7218;6;4427.00;12.47;984.00;1.81;0.24 -7219;6;3134.00;11.05;636.50;3.84;0.84 -7222;6;4637.50;10.30;1180.00;3.30;0.28 -7223;6;4512.50;10.70;538.50;2.19;0.20 -7224;6;3910.00;15.45;1290.50;1.91;0.44 -7225;6;4389.50;9.60;865.00;2.89;0.20 -7226;6;3227.00;9.50;1267.50;1.21;1.00 -7228;6;3749.00;10.00;1702.50;2.59;0.40 -7229;6;4483.00;12.25;898.00;3.92;0.26 -7230;6;1651.50;9.50;1213.00;4.58;1.00 -7232;6;3953.50;12.60;930.50;3.54;0.36 -7233;6;3757.50;10.10;1559.00;2.85;0.40 -7234;6;808.00;9.50;538.50;3.06;1.24 -7235;6;5134.00;9.50;579.50;-1.34;1.00 -7237;6;3655.50;10.10;1630.00;3.26;0.36 -7239;6;2762.50;10.25;1578.00;2.67;0.20 -7240;6;4459.50;10.30;1144.50;1.99;0.40 -7241;6;4371.00;9.50;391.00;2.97;1.18 -7242;6;2859.00;9.50;1593.50;2.88;0.64 -7246;6;5459.00;9.50;412.00;3.43;1.12 -7247;6;5369.00;9.50;982.50;3.02;1.38 -7248;6;5523.50;9.50;1496.50;2.00;1.00 -7249;6;4979.00;13.30;1539.50;2.92;0.34 -7250;6;3976.50;11.00;911.50;3.33;0.26 -7253;6;4082.00;9.50;851.50;2.26;0.92 -7256;6;4456.50;11.40;1188.50;3.92;0.36 -7258;6;4419.00;9.50;338.00;3.14;0.98 -7261;6;3852.50;9.50;309.00;3.60;0.90 -7266;6;4929.50;10.30;1487.50;3.76;0.36 -7267;6;2757.50;9.50;668.50;2.85;0.76 -7268;6;2382.50;9.50;525.00;1.67;1.04 -7276;6;1290.00;9.50;555.50;3.45;1.04 -7279;6;4534.00;10.62;1128.00;2.55;0.34 -7280;6;4466.00;10.37;934.00;2.82;0.26 -7281;6;3736.50;9.80;1564.00;3.44;0.44 -7282;6;207.50;9.50;1640.50;3.35;1.02 -7283;6;483.50;9.50;1096.50;2.08;1.18 -7285;6;3771.00;10.60;1637.50;3.14;0.28 -7286;6;1080.50;9.50;557.00;2.67;1.20 -7287;6;5444.50;9.50;802.00;1.72;1.08 -7288;6;4011.50;12.20;800.50;3.28;0.30 -7291;6;1677.00;9.80;1679.50;2.86;0.36 -7295;6;4336.00;9.55;887.50;3.42;0.22 -7300;6;3698.00;12.07;1592.00;2.46;0.40 -7301;6;4508.00;13.30;1215.00;3.92;0.28 -7304;6;1813.00;9.60;1654.00;2.67;0.32 -7306;6;1363.50;10.20;1583.00;3.98;0.40 -7312;6;4344.00;10.85;927.50;3.81;0.26 -7314;6;4513.00;12.37;1289.00;3.01;0.42 -7315;6;900.00;9.60;1697.00;3.14;0.26 -7316;6;4007.00;20.57;1209.00;2.89;0.58 -7317;6;3968.50;10.70;1567.50;3.50;0.52 -7318;6;3638.50;10.00;1772.50;3.03;0.46 -7319;6;4433.00;10.30;846.50;3.42;0.28 -7320;6;3731.00;13.65;1660.50;3.14;0.34 -7322;6;3658.00;10.20;1482.00;2.49;0.40 -7323;6;4692.50;10.70;891.00;3.38;0.20 -7325;6;4706.00;10.37;924.00;2.55;0.20 -7327;6;4379.50;10.30;662.00;2.24;0.30 -7330;6;3543.50;10.50;1784.00;3.75;0.56 -7331;6;4453.50;9.70;797.00;2.89;0.24 -7333;6;5126.00;10.65;502.00;3.92;0.24 -7334;6;4113.50;12.20;1092.50;2.82;0.34 -7335;6;3956.50;10.70;1485.50;2.71;0.52 -7336;6;4690.50;12.60;615.00;2.97;0.30 -7337;6;3795.50;9.70;1480.50;2.52;0.38 -7338;6;4365.00;9.70;890.50;3.52;0.24 -7340;6;4064.50;9.70;917.00;3.50;0.36 -7341;6;3713.00;9.80;1531.00;2.35;0.46 -7342;6;4377.50;10.10;732.50;3.33;0.28 -7343;6;3649.00;10.40;1581.50;3.99;0.30 -7344;6;4056.50;9.90;776.00;2.85;0.26 -7345;6;1657.00;9.85;1648.00;3.14;0.34 -7346;6;3647.50;9.90;1696.50;3.92;0.36 -7347;6;4476.50;10.75;835.00;3.78;0.20 -7348;6;1082.00;10.90;1894.50;2.49;0.84 -7352;6;5155.50;9.70;559.50;3.33;0.18 -7353;6;4363.00;9.70;927.50;2.62;0.34 -7354;6;3789.00;9.70;1463.00;4.17;0.40 -7355;6;4614.00;10.30;639.50;2.29;0.36 -7356;6;4413.50;12.70;961.50;3.03;0.30 -7359;6;3632.50;9.80;1681.50;2.94;0.24 -7363;6;4016.00;10.15;829.50;3.42;0.32 -7364;6;1710.50;10.70;1905.50;1.28;2.24 -7366;6;1532.00;11.20;1681.50;2.41;0.44 -7367;6;4368.50;9.70;880.50;3.33;0.22 -7368;6;4383.00;10.95;624.00;3.73;0.26 -7370;6;3693.50;9.80;1513.00;2.20;0.44 -7371;6;4603.00;9.60;722.00;2.82;0.24 -7372;6;4097.00;13.90;950.00;2.35;0.34 -7373;6;3700.50;13.80;1578.00;2.61;0.46 -7374;6;4067.50;14.70;1126.00;4.16;0.62 -7375;6;3683.50;9.90;1689.50;2.52;0.24 -7376;6;4441.50;9.70;833.50;2.73;0.20 -7378;6;5114.00;13.85;507.50;3.85;0.24 -7379;6;1765.50;12.20;1693.00;3.38;0.56 -7383;6;3848.50;10.40;1535.50;4.10;0.58 -7386;6;887.00;9.50;1683.00;4.12;0.38 -7391;6;3987.50;9.70;836.50;3.76;0.36 -7392;6;3809.50;9.80;1466.50;4.02;0.46 -7395;6;3974.50;9.90;875.00;3.60;0.38 -7399;6;4412.50;10.60;709.50;3.76;0.20 -7401;6;3748.00;9.80;1596.50;3.73;0.44 -7403;6;3646.50;10.00;1656.00;3.30;0.22 -7404;6;4422.50;10.00;829.50;2.60;0.26 -7405;6;3989.00;10.55;1482.50;1.98;0.44 -7407;6;3962.00;10.10;1503.00;2.55;0.46 -7409;6;5088.50;10.50;527.00;4.49;0.36 -7410;6;3759.00;9.90;1511.50;2.96;0.42 -7411;6;3997.00;10.90;919.50;2.86;0.36 -7414;6;911.50;12.70;1712.50;3.23;0.46 -7418;6;4503.50;14.40;1188.50;3.80;0.34 -7421;6;4486.00;11.60;541.50;4.15;0.22 -7422;6;1446.00;10.40;1415.00;3.92;0.36 -7424;6;4582.00;11.25;660.00;2.86;0.48 -7425;6;3928.00;10.00;1514.50;3.14;0.54 -7426;6;4479.50;12.10;903.50;2.52;0.26 -7428;6;4073.50;9.80;943.50;3.33;0.40 -7429;6;3762.00;10.25;1578.00;3.81;0.48 -7430;6;4001.50;11.50;982.50;2.63;0.38 -7431;6;3658.50;10.00;1650.50;3.33;0.24 -7434;6;4539.00;10.05;1139.00;3.92;0.26 -7438;6;3670.00;9.80;1526.00;2.55;0.40 -7442;6;907.00;12.27;1680.00;2.94;0.48 -7443;6;4572.00;10.95;676.50;4.01;0.36 -7444;6;3686.00;9.90;1643.50;2.92;0.38 -7445;6;4763.00;11.60;771.50;2.76;0.16 -7446;6;4412.00;14.90;1060.50;3.42;0.52 -7447;6;3993.50;9.70;821.50;3.54;0.26 -7448;6;3811.50;11.90;1249.00;2.40;0.46 -7449;6;1371.50;12.00;1547.50;2.23;0.34 -7452;6;3179.50;9.50;1306.00;-0.94;1.08 -7455;6;4250.00;15.50;1091.00;2.67;0.46 -7456;6;1669.50;9.50;1251.00;3.87;0.88 -7459;6;4564.50;9.80;1194.50;3.54;0.34 -7460;6;828.50;9.50;384.00;3.31;1.20 -7461;6;5053.00;9.50;598.50;-1.47;0.94 -7464;6;1409.50;11.80;1447.00;2.15;0.26 -7467;6;4386.50;9.50;484.50;3.02;1.06 -7468;6;2834.00;9.50;1597.00;1.48;0.46 -7469;6;4310.50;12.30;1028.50;2.52;0.32 -7470;6;3478.50;13.60;1311.00;2.67;0.32 -7472;6;5434.00;9.50;434.00;-1.39;0.98 -7473;6;5419.50;9.50;958.00;2.80;1.18 -7474;6;5499.50;9.50;1450.00;2.17;1.14 -7476;6;2106.50;11.20;566.00;3.07;0.46 -7478;6;4911.00;9.50;1291.50;2.95;0.90 -7479;6;4049.00;9.50;798.00;-1.40;1.00 -7481;6;4937.00;9.70;407.00;3.33;0.36 -7482;6;3214.00;9.80;1658.50;2.55;0.30 -7483;6;4263.50;9.50;63.50;3.03;0.92 -7486;6;3799.50;10.90;1403.00;3.04;0.52 -7489;6;3330.00;9.50;52.00;2.94;1.00 -7491;6;3738.00;14.15;1277.00;3.92;0.50 -7492;6;4355.00;10.45;942.50;2.72;0.36 -7493;6;2684.00;9.50;685.50;4.36;0.90 -7494;6;2442.00;9.50;547.00;2.35;1.14 -7495;6;3572.00;12.80;1339.50;3.42;0.24 -7497;6;4114.00;13.42;1025.00;3.14;0.42 -7498;6;1800.50;9.50;1321.50;3.41;1.00 -7500;6;1850.50;9.70;327.00;1.98;0.52 -7501;6;3839.00;12.20;1357.50;3.64;0.56 -7502;6;4560.00;9.95;1096.00;2.82;0.32 -7503;6;1267.00;9.50;494.50;3.59;1.34 -7504;6;71.50;9.50;136.00;3.78;1.30 -7505;6;484.50;9.50;1259.50;3.01;1.02 -7507;6;3833.50;10.35;1380.00;3.48;0.56 -7508;6;4561.50;10.10;1210.00;2.78;0.34 -7514;6;1127.50;9.50;502.50;3.16;1.48 -7516;6;4421.50;10.20;939.50;2.63;0.40 -7518;6;4450.50;13.25;1022.00;2.85;0.30 -7519;6;3966.50;21.10;1268.50;1.70;0.36 -7520;6;5144.50;9.80;165.50;2.48;0.36 -7523;6;4780.00;10.60;1415.00;3.46;0.30 -7524;6;1397.50;10.10;1376.50;3.28;0.30 -7525;6;5023.00;10.15;412.00;2.89;0.38 -7527;6;1530.00;9.90;1441.50;3.66;0.36 -7528;6;1527.50;10.60;1535.00;3.26;0.26 -7530;6;3461.00;12.32;1281.00;4.06;0.32 -7531;6;4366.00;10.32;944.00;3.78;0.40 -7533;6;5076.00;10.10;179.50;3.36;0.44 -7538;6;5033.00;10.15;376.50;3.73;0.64 -7539;6;1377.50;10.15;1564.00;2.24;0.44 -7540;6;4586.00;10.00;1205.00;3.78;0.30 -7541;6;3704.50;9.80;1399.50;2.63;0.56 -7544;6;4359.50;9.80;904.00;3.60;0.32 -7545;6;4590.50;15.80;1361.50;1.93;0.38 -7547;6;1509.00;10.90;1511.50;3.36;0.30 -7548;6;3134.50;12.75;502.00;1.65;1.44 -7549;6;4490.00;13.07;1076.00;3.30;0.34 -7550;6;1795.50;10.70;290.00;3.07;0.46 -7551;6;1460.00;10.20;1551.50;3.14;0.30 -7554;6;3534.00;13.85;1367.00;3.14;0.28 -7555;6;1356.50;10.30;1399.50;3.76;0.42 -7556;6;3876.00;10.97;1414.00;3.81;0.44 -7558;6;1533.50;12.40;1488.00;3.60;0.28 -7559;6;4350.00;12.17;917.00;3.73;0.30 -7560;6;3764.50;11.55;1272.00;3.70;0.44 -7561;6;2209.50;10.20;766.50;3.70;0.58 -7563;6;3660.00;9.60;1334.50;4.06;0.58 -7565;6;4185.00;10.57;1066.00;2.35;0.44 -7568;6;4580.00;9.90;1192.50;3.14;0.30 -7569;6;4895.00;10.10;1456.50;2.62;0.28 -7570;6;4965.50;14.00;597.00;4.05;0.52 -7571;6;4552.50;12.50;1246.00;2.78;0.38 -7572;6;4369.50;9.70;916.00;2.85;0.32 -7573;6;3697.50;12.95;1273.00;3.53;0.52 -7575;6;4651.00;12.37;1380.00;3.78;0.28 -7576;6;3254.50;13.25;145.00;3.55;0.70 -7577;6;4501.50;11.30;1091.50;3.28;0.32 -7578;6;4656.50;12.00;1425.50;3.80;0.48 -7580;6;4572.00;9.90;1179.50;3.56;0.32 -7582;6;4761.50;11.10;1433.00;2.78;0.34 -7583;6;1485.00;10.10;1415.50;2.96;0.30 -7584;6;3838.00;10.55;1267.50;2.41;0.42 -7585;6;4902.50;11.60;599.50;3.46;0.40 -7587;6;4360.00;10.05;873.50;3.14;0.24 -7588;6;1539.50;10.70;1512.50;2.73;0.28 -7591;6;4799.00;10.60;1409.50;3.52;0.34 -7593;6;4167.00;10.30;1049.00;3.14;0.44 -7594;6;1990.00;10.80;391.50;2.92;0.40 -7595;6;5044.00;11.65;1390.50;3.42;0.36 -7596;6;4535.50;12.50;1168.50;2.73;0.38 -7597;6;3858.50;10.50;1416.00;2.79;0.50 -7600;6;3806.50;10.00;1447.00;3.78;0.50 -7602;6;3662.00;11.25;1275.50;4.15;0.54 -7604;6;3499.50;14.80;1290.50;3.92;0.36 -7605;6;3092.00;12.70;257.00;3.57;0.74 -7606;6;4432.00;15.85;1065.00;3.33;0.32 -7608;6;4678.00;10.40;222.50;3.36;0.52 -7610;6;5077.50;10.10;314.50;3.21;0.56 -7611;6;1414.50;10.10;1562.50;3.76;0.28 -7612;6;1505.00;10.25;1410.50;3.64;0.36 -7614;6;5076.00;10.57;574.00;2.55;0.30 -7615;6;1414.00;10.30;1473.50;2.86;0.30 -7616;6;4876.00;11.05;1549.00;3.30;0.54 -7618;6;3749.00;9.92;1330.00;2.73;0.64 -7619;6;4037.00;10.50;977.50;4.15;0.36 -7620;6;3406.00;14.37;1291.00;3.73;0.30 -7626;6;1416.50;10.25;1522.00;3.01;0.36 -7632;6;1698.00;10.65;1171.00;2.15;0.48 -7633;6;4668.50;12.50;1368.50;2.07;0.30 -7634;6;4236.50;10.15;1044.00;4.43;0.36 -7635;6;3683.50;10.00;1342.50;4.13;0.56 -7636;6;2052.00;11.22;540.00;2.49;0.36 -7637;6;4606.50;10.45;1146.00;4.36;0.36 -7639;6;3830.00;10.30;1303.50;3.56;0.40 -7640;6;1470.00;10.40;1389.50;2.86;0.30 -7641;6;3674.50;10.00;1404.00;3.50;0.56 -7643;6;1518.50;12.40;1465.00;2.78;0.36 -7645;6;4465.00;9.80;859.00;2.89;0.24 -7646;6;1547.50;12.65;1512.00;3.70;0.30 -7647;6;4337.50;12.40;971.00;4.43;0.24 -7648;6;4625.50;12.55;1410.00;2.15;0.50 -7649;6;5117.50;10.00;215.50;2.35;0.34 -7650;6;4500.00;10.37;1032.00;2.03;0.32 -7652;6;4762.00;10.52;1420.00;3.73;0.24 -7653;6;4610.00;10.60;1120.00;2.55;0.30 -7654;6;4590.00;9.80;518.50;1.44;0.32 -7656;6;4596.50;10.55;1227.00;2.27;0.24 -7662;6;4185.50;9.75;1055.00;3.60;0.36 -7663;6;4771.00;10.00;1396.00;4.24;0.34 -7664;6;5140.50;12.60;199.00;3.26;0.38 -7665;6;4534.00;10.60;1114.50;2.92;0.38 -7667;6;966.50;15.40;1490.50;3.03;0.48 -7671;6;3398.00;10.60;1256.50;2.26;0.24 -7672;6;4879.00;10.30;1485.50;2.51;0.44 -7674;6;4612.50;14.20;1379.50;2.35;0.48 -7676;6;4400.00;14.45;1521.00;3.83;0.54 -7677;6;946.00;12.75;1738.50;3.81;0.60 -7678;6;3244.00;9.50;1333.00;1.24;0.40 -7680;6;4103.00;10.85;1551.50;3.32;0.54 -7681;6;3926.50;11.30;1693.50;3.40;0.44 -7682;6;3867.00;10.20;1339.00;3.14;0.40 -7683;6;1808.50;11.30;1770.50;2.69;1.32 -7684;6;1108.00;17.70;1520.50;3.87;0.50 -7685;6;3972.50;10.30;1757.50;2.28;0.62 -7686;6;521.50;9.50;493.50;3.10;1.16 -7687;6;4051.00;10.40;1611.50;2.51;0.54 -7688;6;1097.50;17.40;1596.00;3.67;0.48 -7695;6;2860.00;9.50;1617.00;4.03;0.70 -7697;6;4677.00;11.30;1532.50;3.49;0.66 -7700;6;5562.50;9.50;1485.50;2.54;0.82 -7702;6;4104.00;13.12;1353.00;4.31;0.56 -7704;6;4974.50;9.50;1311.00;1.57;1.18 -7705;6;4107.50;9.50;770.00;2.09;0.90 -7706;6;3945.00;10.60;1375.50;3.14;0.36 -7708;6;4029.00;10.20;1564.50;2.51;0.60 -7709;6;4293.00;9.50;70.50;3.89;0.98 -7710;6;4248.50;9.50;215.50;3.52;0.98 -7711;6;3975.50;10.40;1417.50;3.46;0.46 -7712;6;3692.50;10.10;1850.50;2.65;0.76 -7713;6;4310.00;14.05;1609.00;4.24;0.54 -7714;6;3893.00;9.50;300.00;3.31;1.10 -7717;6;4442.00;14.35;1520.00;2.35;0.46 -7718;6;1075.00;12.10;1747.00;3.04;0.64 -7719;6;2669.00;9.50;656.00;2.55;1.08 -7721;6;968.50;13.75;1621.00;3.07;0.60 -7722;6;4012.50;9.80;1664.00;3.43;0.50 -7723;6;1832.00;9.50;1363.50;3.00;1.06 -7726;6;4513.50;10.70;1722.00;3.32;0.88 -7727;6;4341.00;14.65;1364.00;4.00;0.50 -7728;6;1273.50;9.50;431.00;3.74;0.92 -7731;6;4306.50;13.20;1590.50;2.20;0.52 -7732;6;4226.50;11.10;1378.00;3.70;0.44 -7734;6;323.00;9.50;1678.00;1.78;1.02 -7735;6;581.50;9.50;1089.00;4.34;1.04 -7736;6;4572.00;13.05;1608.00;3.00;0.72 -7737;6;4211.00;14.10;1441.00;3.26;0.52 -7738;6;3946.00;9.70;1836.00;2.92;0.86 -7739;6;1099.50;9.50;520.00;2.21;1.14 -7744;6;4278.50;10.60;1682.00;2.61;0.76 -7745;6;1193.00;12.35;1607.50;4.66;0.50 -7746;6;4801.50;12.10;1715.50;4.55;0.62 -7747;6;1076.50;15.50;1439.50;2.94;0.46 -7749;6;4516.50;12.80;1448.50;3.36;0.58 -7750;6;4134.50;10.40;1753.50;3.68;0.66 -7751;6;4567.00;12.25;1582.00;3.30;0.68 -7752;6;4491.50;13.85;1460.00;2.97;0.66 -7753;6;924.50;12.80;1734.50;3.05;0.52 -7754;6;4838.00;10.70;1583.00;3.78;0.66 -7755;6;5067.00;9.90;106.50;1.96;0.28 -7756;6;1006.00;16.75;1571.00;3.73;0.54 -7757;6;4136.00;10.70;1633.00;3.92;0.44 -7758;6;1955.00;9.60;1719.50;3.63;0.76 -7759;6;4566.00;11.70;1684.50;3.75;0.68 -7760;6;1136.50;11.95;1656.00;3.35;0.54 -7761;6;939.00;14.77;1800.00;3.54;0.68 -7762;6;1246.50;11.40;1480.50;3.82;0.44 -7763;6;4805.00;10.40;1547.00;2.35;0.66 -7765;6;4710.50;11.30;1776.00;2.25;1.06 -7766;6;986.00;11.90;1869.50;3.90;1.16 -7767;6;4814.00;10.80;1465.50;2.03;0.46 -7768;6;3833.00;9.72;1829.00;3.60;0.84 -7769;6;4403.00;11.20;1642.50;3.14;0.54 -7770;6;3112.50;13.00;310.50;3.03;0.84 -7772;6;4860.50;11.35;1695.00;3.75;0.98 -7774;6;3879.00;9.80;1684.00;2.97;0.54 -7776;6;1370.00;10.40;1665.50;3.52;0.42 -7777;6;3863.00;10.45;1361.50;3.14;0.52 -7778;6;3787.50;9.80;1714.50;3.21;0.64 -7780;6;1183.00;13.55;1557.50;2.30;0.36 -7781;6;4125.50;9.80;1811.00;3.50;0.84 -7782;6;1242.50;10.30;1861.00;3.60;1.44 -7783;6;5553.50;10.15;159.00;3.26;0.28 -7785;6;4702.50;11.20;1637.50;3.50;0.80 -7786;6;4598.50;11.40;1544.50;3.07;0.64 -7787;6;1022.50;12.50;1802.00;3.20;0.68 -7791;6;1506.50;12.40;1467.50;1.99;0.26 -7792;6;4160.00;12.20;1346.50;2.86;0.44 -7793;6;4033.00;10.30;1725.00;2.52;0.56 -7794;6;1464.00;10.05;1758.50;2.52;0.84 -7795;6;4012.50;10.50;1421.50;1.89;0.50 -7796;6;3826.00;9.85;1795.50;1.42;0.76 -7798;6;5049.00;9.70;84.00;2.82;0.40 -7800;6;3917.50;9.70;1648.00;3.32;0.54 -7801;6;4843.00;10.62;1510.00;2.97;0.54 -7802;6;4381.00;10.85;1700.00;3.86;0.86 -7805;6;4340.50;10.50;1781.50;3.18;1.06 -7806;6;4411.00;14.50;1412.00;2.55;0.56 -7810;6;1896.00;10.40;1775.50;2.19;0.74 -7814;6;1124.50;15.90;1631.00;3.35;0.56 -7815;6;4199.00;10.55;1659.00;4.20;0.50 -7817;6;4756.00;10.80;1779.50;3.14;0.94 -7818;6;1085.50;15.55;1497.00;3.75;0.32 -7819;6;4219.50;12.70;1553.50;2.35;0.60 -7820;6;1006.00;14.70;1742.50;2.76;0.76 -7821;6;1074.00;15.75;1479.50;2.88;0.50 -7822;6;4173.00;11.50;1582.00;4.00;0.54 -7823;6;4559.00;12.30;1486.50;2.41;0.52 -7824;6;3729.50;13.80;1783.50;3.50;0.58 -7825;6;4080.50;10.40;1627.00;3.35;0.64 -7828;6;4476.50;10.70;1681.50;3.08;0.72 -7829;6;1400.00;11.15;1641.50;3.14;0.36 -7830;6;921.50;11.80;1977.50;2.73;1.60 -7831;6;1408.50;10.40;1503.50;3.92;0.38 -7832;6;4785.00;11.12;1520.00;2.19;0.74 -7833;6;3911.50;10.30;1728.50;1.92;0.48 -7834;6;1325.00;10.20;1519.50;2.51;0.36 -7835;6;4502.50;11.60;1569.00;2.12;0.62 -7837;6;4031.00;10.40;1782.50;3.02;0.74 -7838;6;4429.50;11.60;1596.00;3.32;0.58 -7840;6;1226.50;11.90;1594.50;3.23;0.48 -7842;6;3298.50;13.05;339.00;3.20;0.84 -7843;6;4217.50;14.60;1511.50;3.63;0.64 -7846;6;3858.50;9.80;1679.00;3.04;0.36 -7848;6;4754.50;10.90;1577.00;1.80;0.58 -7849;6;4125.00;9.80;1726.00;2.52;0.64 -7850;6;4127.50;17.70;1388.50;1.73;0.50 -7852;6;1274.00;11.00;1576.00;2.82;0.56 -7853;6;914.50;12.00;1756.50;4.17;0.58 -7854;6;4612.50;11.80;1624.50;2.27;0.64 -7855;6;150.90;10.00;2018.10;4.70;2.30 -7858;6;908.50;11.30;1910.50;4.40;1.44 -7859;6;5115.50;11.90;123.00;2.29;0.30 -7860;6;4539.50;13.60;1528.00;2.97;0.54 -7861;6;4107.00;9.80;1668.00;3.46;0.48 -7863;6;4398.00;10.40;1736.00;3.14;0.72 -7865;6;951.50;9.85;1652.00;2.29;0.32 -7867;6;3891.00;9.80;1785.50;2.76;0.66 -7869;6;659.50;12.90;2001.50;3.21;2.56 -7870;6;4243.50;15.15;1446.00;3.60;0.56 -7871;6;4908.50;13.25;1607.00;3.21;0.60 -7872;6;3228.00;12.37;389.00;2.42;0.76 -7873;6;4751.00;10.50;1521.50;2.08;0.60 -7874;6;3899.50;10.40;1627.00;3.53;0.52 -7876;6;4357.00;10.42;1674.00;3.54;0.62 -7877;6;1198.00;11.17;1693.00;3.14;0.48 -7878;6;5293.00;11.22;1620.00;1.78;1.50 -7879;6;1020.50;15.10;1503.50;2.53;0.44 -7880;6;1143.50;11.90;1689.00;3.20;0.72 -7882;6;4121.50;9.80;1778.50;2.27;0.72 -7884;6;417.50;9.50;1913.00;2.56;1.18 -7885;6;4522.50;14.80;1474.50;2.87;0.54 -7886;6;4182.50;10.30;1650.50;3.33;0.54 -7888;6;1077.50;16.55;1585.00;3.78;0.48 -7889;6;4689.50;10.65;1710.00;2.05;0.52 -7890;6;4104.00;12.50;1532.50;3.14;0.44 -7891;6;762.00;14.20;1995.50;3.94;1.24 -7893;6;1670.00;10.90;1727.50;-1.32;0.88 -7895;6;3781.00;10.35;1784.00;2.97;0.66 -7897;6;4782.00;11.70;1473.50;3.44;0.50 -7898;6;3693.50;10.40;1812.00;3.47;0.74 -7899;6;701.00;9.50;856.50;-0.68;0.76 -7901;6;1167.50;11.10;1987.50;0.92;1.96 -7902;6;4439.00;11.62;1655.00;2.43;0.66 -7903;6;3911.00;11.00;1133.50;2.18;0.50 -7904;6;1287.00;10.32;1481.00;3.30;0.46 -7905;6;3998.00;10.20;1086.50;3.66;0.42 -7906;6;3251.00;9.50;1382.00;4.71;1.00 -7907;6;2766.00;9.50;61.00;3.40;1.08 -7909;6;4376.00;12.00;997.50;1.87;0.32 -7910;6;1588.50;9.70;1275.50;-0.62;1.08 -7912;6;3350.50;11.20;774.50;3.31;1.04 -7913;6;1258.50;14.30;1209.00;3.55;0.46 -7916;6;3858.00;18.35;1228.50;2.64;0.48 -7918;6;5160.00;9.50;794.50;2.90;1.26 -7919;6;3146.00;10.70;842.00;2.84;0.80 -7920;6;1086.00;13.22;1409.00;3.78;0.56 -7922;6;4326.50;9.50;478.50;4.15;0.78 -7925;6;3300.50;10.70;896.50;2.82;0.48 -7927;6;5357.00;9.50;435.50;3.95;1.08 -7928;6;5505.50;9.50;1000.00;3.40;1.22 -7930;6;2785.50;10.30;910.00;1.97;0.88 -7932;6;4840.00;9.50;1230.00;-0.30;1.26 -7933;6;4040.00;9.50;768.00;3.14;1.14 -7934;6;3424.50;11.80;1048.00;4.33;0.52 -7935;6;1123.50;15.50;1331.00;2.29;0.60 -7936;6;1611.00;12.45;923.00;3.28;0.64 -7937;6;4217.50;9.50;219.50;2.84;1.06 -7938;6;4082.50;10.45;1057.00;2.40;0.42 -7939;6;2873.50;10.20;904.00;-1.41;0.92 -7940;6;4277.50;18.50;1252.50;2.87;0.86 -7941;6;3923.50;9.50;207.50;3.65;1.24 -7943;6;2665.50;10.40;1010.00;3.57;1.18 -7945;6;1325.00;10.57;1438.00;2.03;0.34 -7948;6;4512.50;12.45;1166.00;4.19;0.32 -7949;6;4052.00;13.35;1331.00;2.03;0.60 -7951;6;1750.00;9.50;1348.00;3.33;1.14 -7952;6;2016.00;9.50;1906.00;2.79;1.00 -7953;6;3567.00;9.70;1169.50;2.41;0.52 -7954;6;2800.50;10.20;896.50;1.86;0.72 -7955;6;1267.50;9.50;386.00;3.02;1.42 -7957;6;543.50;9.50;1292.50;4.19;1.46 -7958;6;2775.00;14.32;1195.00;3.28;0.50 -7960;6;3666.50;9.70;1050.50;3.20;0.54 -7961;6;200.00;9.50;1693.00;3.76;1.22 -7962;6;524.00;9.50;1121.50;3.55;0.98 -7963;6;3035.00;11.65;832.50;2.62;0.82 -7964;6;1024.00;10.02;1347.00;3.92;0.64 -7965;6;4367.00;15.15;1077.50;3.64;0.38 -7967;6;5390.00;9.50;1658.50;-0.85;1.14 -7968;6;1791.50;10.10;1028.00;2.15;0.68 -7969;6;3584.50;12.80;1254.00;3.04;0.44 -7970;6;3417.00;11.80;1116.50;2.98;0.58 -7971;6;4320.50;14.00;1337.00;3.38;0.56 -7972;6;2572.50;10.25;874.00;2.44;0.38 -7973;6;1205.00;12.70;1289.50;4.10;0.56 -7976;6;4366.50;14.75;1050.00;2.42;0.40 -7978;6;2975.00;10.80;765.50;2.79;0.56 -7979;6;2648.00;11.50;1086.50;2.21;0.40 -7980;6;3450.00;13.35;819.50;3.52;0.66 -7981;6;1272.00;10.60;1404.50;3.14;0.50 -7982;6;3690.50;12.35;1104.00;3.60;0.46 -7983;6;2739.50;11.10;830.00;3.29;0.86 -7986;6;1002.50;9.60;1418.50;3.92;0.32 -7987;6;3223.00;10.95;994.00;3.53;1.20 -7989;6;3335.00;10.40;971.00;4.12;0.62 -7990;6;3741.50;14.40;1205.00;2.93;0.50 -7992;6;2555.50;9.70;979.50;4.20;0.96 -7994;6;3509.50;9.80;1188.00;3.24;0.44 -7995;6;3537.00;10.90;1083.50;3.02;0.70 -7996;6;3287.50;11.35;746.00;2.85;0.66 -7997;6;4288.00;19.95;1300.50;3.32;0.62 -7999;6;1114.00;18.10;1500.00;3.33;0.40 -8001;6;3517.00;9.80;1161.00;3.14;0.44 -8003;6;1167.50;15.65;1296.00;4.12;0.54 -8004;6;3484.50;12.10;1038.50;2.82;0.62 -8006;6;2674.00;10.10;755.00;3.00;0.80 -8008;6;2666.50;11.00;824.50;2.76;0.78 -8012;6;1076.50;13.50;1380.50;3.56;0.52 -8013;6;3819.00;14.25;1128.50;3.64;0.62 -8014;6;1519.50;11.30;1476.50;2.94;0.22 -8015;6;2596.50;10.10;897.50;3.48;0.52 -8016;6;3171.50;11.40;606.00;1.95;0.76 -8017;6;1434.00;10.12;1116.00;2.62;0.68 -8019;6;3375.00;13.15;741.50;4.16;0.76 -8023;6;4393.50;14.55;1055.00;1.72;0.36 -8024;6;1768.00;9.80;1013.00;2.55;0.58 -8025;6;1301.00;10.67;1441.00;2.35;0.40 -8026;6;4456.00;10.37;1161.00;2.89;0.36 -8027;6;3932.50;18.90;1298.50;3.03;0.48 -8029;6;4077.00;22.75;1171.50;3.79;0.82 -8034;6;2919.50;9.95;749.00;2.89;0.68 -8035;6;2627.00;10.40;1012.50;2.66;1.26 -8037;6;4219.50;22.60;1236.50;3.31;0.76 -8040;6;3560.00;14.75;1226.00;4.03;0.42 -8041;6;4307.50;21.40;1151.50;2.91;0.74 -8044;6;3868.50;15.60;1164.50;3.28;0.52 -8047;6;1568.00;9.97;881.00;2.86;0.72 -8048;6;3184.50;11.20;639.50;3.85;0.80 -8049;6;4506.50;13.85;1246.00;3.04;0.40 -8052;6;3218.50;11.05;840.00;3.09;0.92 -8053;6;3784.50;12.70;1212.50;3.57;0.56 -8054;6;3161.50;12.50;465.50;2.70;0.74 -8055;6;4460.50;12.45;1329.00;3.04;0.54 -8057;6;1129.50;9.70;1276.50;3.63;0.64 -8058;6;2621.00;11.10;918.50;2.25;0.84 -8060;6;3505.00;12.05;1010.50;2.70;0.76 -8061;6;2940.50;10.00;1170.00;2.89;0.68 -8062;6;3429.00;12.92;731.00;2.52;0.86 -8063;6;4312.50;10.40;1075.50;3.23;0.52 -8064;6;1230.50;11.50;1396.00;3.20;0.56 -8065;6;2710.00;11.12;803.00;3.60;0.72 -8068;6;4134.50;22.40;1243.00;3.48;0.88 -8069;6;3099.00;9.90;1127.50;2.79;0.42 -8070;6;1172.00;13.05;1433.00;2.35;0.52 -8072;6;4521.50;13.55;1182.00;3.04;0.38 -8073;6;3472.50;14.40;944.50;2.85;0.62 -8077;6;2925.00;9.80;1192.00;2.55;0.68 -8078;6;3059.50;11.55;772.00;3.96;0.64 -8081;6;4475.50;14.00;1283.50;1.79;0.54 -8083;6;1460.50;13.50;1476.50;4.05;0.26 -8085;6;3546.50;9.80;1139.00;3.24;0.48 -8087;6;4029.50;11.05;935.00;3.04;0.36 -8088;6;2737.50;11.20;1138.00;3.19;1.16 -8089;6;1276.50;15.65;1177.00;2.74;0.76 -8090;6;3876.00;15.75;1180.50;2.41;0.48 -8093;6;3646.00;14.62;1249.00;3.52;0.52 -8094;6;3536.00;11.35;802.50;3.64;0.58 -8095;6;4486.00;11.75;1093.50;2.51;0.40 -8096;6;2778.50;10.20;815.50;2.96;0.70 -8097;6;1146.00;13.05;1384.00;3.56;0.64 -8098;6;3851.50;15.25;1126.00;3.05;0.58 -8099;6;3738.50;10.70;1306.00;2.85;0.52 -8100;6;4003.00;11.70;871.50;4.01;0.32 -8101;6;3395.00;11.47;1165.00;4.00;0.74 -8103;6;3191.00;11.20;952.50;3.64;0.92 -8104;6;4346.50;20.20;1191.00;2.95;0.86 -8106;6;3929.50;10.00;1180.00;3.87;0.48 -8109;6;3000.50;14.00;821.50;2.70;0.70 -8110;6;1418.50;10.40;1420.00;2.67;0.28 -8113;6;1764.00;11.30;1034.50;2.29;0.32 -8114;6;4056.00;11.85;1118.00;3.68;0.48 -8115;6;1028.50;11.30;1429.50;3.21;0.56 -8118;6;3613.00;9.80;999.50;3.08;1.28 -8120;6;4077.00;10.80;1021.50;3.56;0.32 -8125;6;3567.50;14.40;1239.00;3.86;0.44 -8127;6;4443.00;13.00;1297.00;3.60;0.52 -8128;6;3009.50;11.70;1002.50;2.56;1.56 -8129;6;2104.50;10.70;691.00;3.20;0.82 -8130;6;4693.50;10.30;148.50;3.23;0.52 -8131;6;3279.00;9.50;1418.50;-1.47;1.46 -8132;6;2878.00;9.50;178.50;2.51;0.92 -8134;6;4811.00;10.55;296.00;2.96;1.12 -8135;6;1553.50;9.50;1334.50;-1.24;0.84 -8136;6;3059.00;12.45;362.00;2.92;0.96 -8137;6;200.00;9.50;683.00;2.89;1.08 -8139;6;5017.50;9.50;708.50;3.26;1.26 -8140;6;2060.00;12.10;601.50;2.11;0.92 -8144;6;3292.00;12.60;580.00;3.00;0.68 -8147;6;5602.00;9.50;1525.50;2.49;0.96 -8148;6;2116.00;11.85;541.50;3.77;0.56 -8149;6;1626.50;10.00;827.00;3.67;1.28 -8150;6;4825.50;9.50;1165.50;1.67;0.98 -8151;6;4100.00;9.50;725.00;1.89;0.98 -8154;6;4244.50;9.50;168.50;3.88;0.98 -8155;6;4814.50;10.30;353.50;2.98;1.02 -8156;6;3867.00;9.50;211.50;3.39;1.04 -8157;6;1757.50;14.50;599.50;3.62;0.68 -8159;6;2285.00;9.50;580.00;2.74;1.30 -8160;6;1672.00;10.90;697.00;4.03;0.94 -8161;6;1728.50;12.20;183.00;2.67;0.68 -8162;6;2223.50;9.50;1214.50;1.73;1.08 -8164;6;3479.50;10.15;689.00;3.10;0.62 -8165;6;4886.50;10.10;214.50;2.60;0.82 -8166;6;1197.50;9.50;345.50;4.36;0.98 -8167;6;346.00;9.50;115.50;3.34;1.06 -8168;6;612.50;9.50;1191.50;3.35;0.92 -8169;6;1834.00;10.40;408.50;3.81;0.74 -8171;6;482.50;9.50;1164.00;3.06;1.10 -8172;6;1948.00;10.20;769.00;2.91;1.64 -8173;6;920.50;9.50;481.50;2.69;1.22 -8175;6;1913.00;10.10;703.00;3.10;1.30 -8177;6;2148.00;11.32;681.00;2.94;0.60 -8178;6;3307.50;10.10;202.00;2.71;0.62 -8179;6;2212.00;9.70;791.50;2.31;0.60 -8180;6;3512.00;11.55;316.50;2.91;0.90 -8181;6;2031.00;11.80;468.00;3.73;0.56 -8182;6;3401.00;10.15;519.50;3.57;0.60 -8183;6;3407.50;13.25;573.00;2.89;0.66 -8184;6;2185.50;10.30;685.50;2.53;0.66 -8186;6;2472.00;9.50;84.50;-1.53;0.48 -8187;6;1886.00;9.70;387.50;4.04;0.60 -8189;6;1936.00;9.80;579.00;2.25;1.04 -8191;6;1709.00;10.40;685.50;2.76;0.62 -8192;6;1727.00;12.17;261.00;3.01;0.70 -8193;6;3052.50;10.90;603.50;2.20;0.96 -8194;6;1707.50;13.40;372.00;2.57;0.56 -8195;6;1752.00;19.67;464.00;3.75;0.80 -8197;6;2192.50;9.80;652.00;2.83;0.44 -8199;6;1578.00;15.92;764.00;2.55;0.64 -8201;6;3394.50;11.45;492.00;2.80;0.90 -8203;6;1852.50;10.70;534.00;2.39;0.78 -8204;6;5505.50;10.90;97.50;2.71;0.50 -8205;6;3388.50;12.50;549.50;3.07;0.66 -8206;6;4993.00;9.80;253.50;2.38;0.90 -8207;6;2984.00;11.60;623.00;1.98;1.24 -8210;6;2097.00;11.70;538.50;2.51;0.44 -8212;6;5490.00;12.15;79.00;3.33;0.50 -8213;6;1689.50;9.80;795.00;1.82;1.08 -8214;6;3190.50;12.50;259.00;3.32;0.74 -8216;6;1788.50;13.55;449.00;3.29;0.66 -8218;6;1700.00;9.97;80.00;2.49;0.72 -8219;6;3020.00;10.47;547.00;4.33;0.62 -8223;6;3319.50;12.60;706.50;3.20;0.68 -8224;6;1967.50;11.00;508.50;2.30;0.90 -8225;6;1746.50;13.20;621.50;1.37;0.76 -8227;6;2183.00;11.42;744.00;2.73;0.68 -8228;6;4665.00;10.85;164.50;3.77;0.56 -8229;6;1710.00;13.50;294.50;2.88;0.36 -8230;6;5031.00;10.75;355.00;2.82;0.58 -8232;6;5465.50;11.20;42.00;2.20;0.44 -8236;6;1328.00;10.65;1141.50;2.14;0.50 -8237;6;4859.00;10.37;349.00;2.58;0.96 -8238;6;1918.50;10.30;409.00;3.07;0.62 -8242;6;2192.00;10.40;721.50;2.17;0.64 -8244;6;2975.00;12.65;680.50;2.31;0.42 -8245;6;3311.00;9.95;257.00;3.22;0.68 -8246;6;3522.00;11.67;271.00;3.73;0.80 -8247;6;4804.00;11.32;403.00;2.27;0.68 -8249;6;5019.00;9.80;171.50;2.32;0.64 -8250;6;4991.50;13.55;573.00;3.78;0.44 -8251;6;1706.50;13.90;269.00;2.89;0.44 -8252;6;1557.50;9.80;850.50;2.96;0.56 -8253;6;1753.00;19.60;431.50;2.80;0.86 -8254;6;1789.50;9.80;800.00;3.01;1.52 -8255;6;1809.00;9.80;396.00;3.73;0.62 -8256;6;3317.00;9.50;1365.00;1.23;1.18 -8258;6;1693.00;9.50;1292.00;3.01;0.74 -8259;6;161.00;9.50;752.00;2.82;0.78 -8260;6;4997.00;9.50;844.00;2.51;1.14 -8261;6;4295.00;9.50;759.50;4.31;0.98 -8262;6;2789.50;9.50;1726.50;2.90;0.90 -8263;6;5534.50;9.50;362.00;3.05;1.28 -8264;6;5424.00;9.50;1019.50;2.72;1.16 -8265;6;5568.50;9.50;1556.00;2.65;1.00 -8266;6;4770.00;9.50;1176.00;2.64;1.02 -8267;6;4134.50;9.50;702.00;1.90;1.00 -8269;6;4273.00;9.50;117.50;2.69;0.82 -8271;6;2546.50;9.50;682.00;4.17;1.10 -8272;6;2327.00;9.50;584.00;4.43;1.06 -8273;6;2117.00;9.50;1265.50;3.73;1.38 -8275;6;1157.00;9.50;422.00;2.97;1.24 -8276;6;395.50;9.50;87.50;2.52;1.38 -8277;6;623.50;9.50;1233.50;2.73;0.88 -8281;6;5442.00;9.50;1629.00;3.49;1.04 -8282;6;3364.00;9.50;1436.50;-1.32;0.84 -8283;6;2821.50;9.50;508.00;3.45;1.06 -8285;6;15.50;9.50;640.50;4.03;1.22 -8286;6;5164.00;9.50;892.00;3.85;1.42 -8287;6;4257.50;9.50;805.50;3.49;1.00 -8288;6;2811.50;9.50;1790.50;2.14;1.26 -8289;6;5611.50;9.50;371.00;1.52;1.00 -8290;6;2788.00;9.50;674.50;4.71;1.12 -8291;6;5575.50;9.50;1610.00;2.33;1.06 -8292;6;4792.00;9.50;1137.50;2.18;0.76 -8293;6;4165.50;9.50;687.00;3.34;1.06 -8294;6;4411.00;9.50;56.00;2.44;0.96 -8295;6;4239.50;9.50;118.50;2.66;0.92 -8297;6;2563.50;9.50;733.00;1.47;1.10 -8298;6;2295.50;9.50;629.50;3.46;0.94 -8300;6;2706.50;9.50;1798.50;2.26;1.40 -8302;6;307.50;9.50;71.50;3.73;1.32 -8304;6;205.00;9.57;1817.00;3.60;1.34 -8306;6;845.50;9.50;465.00;1.92;1.40 -8307;6;5454.50;9.50;1690.00;2.53;1.22 -8308;6;3342.00;9.50;1385.00;-1.34;1.36 -8310;6;1648.00;9.50;1354.50;3.50;0.78 -8311;6;28.50;9.50;584.50;3.37;1.26 -8313;6;4261.50;9.50;855.00;1.91;0.74 -8314;6;2735.50;10.90;1554.50;1.75;0.64 -8315;6;5516.00;9.50;417.00;4.30;1.10 -8318;6;4811.00;9.50;1122.00;4.09;1.00 -8319;6;4127.50;9.50;665.50;3.17;0.96 -8321;6;4184.50;9.50;102.00;3.08;0.82 -8322;6;3850.50;9.50;162.50;2.52;1.20 -8326;6;3176.00;9.50;2016.50;-0.99;1.04 -8327;6;1058.50;9.50;371.50;4.01;1.30 -8329;6;693.00;9.50;1280.00;3.32;0.98 -8330;6;285.00;9.50;1782.00;2.49;1.54 -8331;6;355.00;9.50;1004.00;3.77;1.26 -8332;6;885.50;9.50;442.00;2.71;1.46 -8333;6;5508.00;9.50;1636.50;3.14;1.16 -8334;6;3393.00;9.50;1358.50;-1.18;1.30 -8335;6;2560.50;9.50;516.50;3.74;0.86 -8336;6;1666.50;9.50;1405.00;3.57;1.04 -8337;6;146.00;9.50;592.50;2.25;1.02 -8338;6;5360.50;9.50;1121.00;3.45;1.34 -8339;6;4120.50;9.50;882.00;2.65;1.04 -8340;6;2712.00;9.50;1609.00;-1.34;0.88 -8341;6;5589.00;9.50;467.50;2.83;1.00 -8342;6;2790.00;10.55;754.00;4.71;0.92 -8343;6;4766.50;9.50;1082.50;1.68;1.16 -8347;6;3894.50;9.50;167.00;3.58;1.36 -8348;6;2907.00;9.50;598.00;2.59;0.84 -8349;6;2514.50;9.50;789.50;3.51;1.00 -8350;6;2352.50;9.50;685.50;4.03;1.20 -8351;6;2002.00;9.50;1072.00;3.22;1.02 -8353;6;1116.50;9.50;331.00;4.33;1.06 -8355;6;666.50;9.50;1322.00;3.36;0.94 -8356;6;306.50;9.50;1809.50;3.65;1.18 -8357;6;431.00;9.50;974.50;2.59;0.80 -8358;6;809.00;9.50;420.00;2.40;1.04 -8359;6;667.50;9.50;1025.00;2.53;0.80 -8363;6;1563.50;9.50;1392.50;2.54;0.92 -8364;6;127.50;9.50;540.00;2.82;1.28 -8365;6;5464.00;9.50;1187.00;3.97;1.36 -8366;6;4173.00;9.50;903.00;3.92;0.96 -8367;6;2709.50;9.50;1737.50;4.66;1.14 -8369;6;2790.00;10.40;792.50;4.70;1.08 -8370;6;3700.50;9.50;1971.00;1.19;2.28 -8371;6;4696.00;9.50;1094.50;4.58;1.26 -8372;6;4045.00;9.50;643.50;2.06;1.10 -8373;6;4348.50;9.50;62.50;3.98;1.00 -8374;6;4179.00;9.50;194.00;3.14;1.22 -8375;6;3877.50;9.50;118.50;2.60;1.12 -8376;6;2457.00;9.50;743.00;2.88;1.00 -8377;6;2358.00;9.50;750.00;3.14;1.00 -8378;6;2004.50;9.50;1025.00;3.01;1.12 -8379;6;3450.00;9.50;1975.50;1.58;1.28 -8381;6;443.50;9.50;85.00;3.45;1.24 -8382;6;652.50;9.50;1364.00;3.09;0.80 -8384;6;446.50;9.50;1008.50;1.67;1.06 -8385;6;787.00;9.50;342.50;3.90;1.18 -8387;6;2602.00;9.50;1831.00;2.29;1.80 -8388;6;2731.50;9.50;428.50;2.65;1.00 -8389;6;1589.00;9.50;1420.50;-1.54;1.06 -8390;6;82.00;9.50;572.00;2.99;1.30 -8391;6;5509.00;9.50;1244.50;2.74;1.14 -8392;6;4107.50;9.50;824.50;3.03;0.88 -8393;6;2653.50;9.50;1636.00;2.31;0.58 -8394;6;5488.50;9.50;496.50;4.40;0.98 -8395;6;5600.00;9.50;875.00;2.39;1.26 -8396;6;4702.67;9.50;1186.65;-0.02;1.16 -8397;6;4053.00;9.50;603.00;3.81;1.08 -8399;6;4130.50;9.50;221.00;3.51;0.82 -8400;6;3960.50;9.50;162.50;2.79;1.28 -8402;6;2323.00;9.50;732.50;3.08;1.14 -8403;6;2363.00;9.50;1371.00;3.75;1.68 -8404;6;2675.00;9.50;1844.50;2.43;1.50 -8406;6;491.00;9.50;90.50;4.16;1.06 -8407;6;611.50;9.50;1327.00;1.88;0.88 -8408;6;710.50;9.50;964.50;2.86;1.36 -8409;6;284.50;9.70;1865.50;2.52;1.34 -8410;6;440.00;9.50;1049.00;1.73;1.16 -8411;6;748.50;9.50;388.00;3.75;1.06 -8412;6;4744.50;9.50;676.50;1.13;0.72 -8416;6;167.00;9.50;402.50;2.23;1.26 -8418;6;2637.50;9.80;1570.50;2.31;1.08 -8419;6;5598.00;9.50;507.00;2.82;1.22 -8420;6;5519.00;9.50;941.00;4.24;1.34 -8421;6;4765.00;9.50;1218.00;2.22;0.94 -8423;6;4405.50;9.50;96.00;2.80;0.98 -8424;6;4090.50;9.50;257.50;2.73;1.12 -8425;6;3937.00;9.50;116.00;2.26;0.98 -8426;6;2407.50;9.50;730.50;3.23;1.18 -8427;6;2290.50;9.50;748.50;2.41;1.18 -8428;6;2625.00;9.50;1902.00;3.33;1.24 -8429;6;1353.00;9.50;371.50;1.91;1.20 -8431;6;567.00;9.50;1365.00;3.97;0.82 -8432;6;341.00;9.50;1842.00;3.53;1.36 -8433;6;496.00;9.50;973.50;2.95;1.14 -8434;6;687.00;9.50;469.50;3.76;1.48 -8436;6;2446.00;9.50;1935.00;2.31;1.34 -8438;6;1696.50;9.50;1444.00;3.10;1.04 -8439;6;337.50;9.50;598.50;2.66;1.08 -8440;6;5505.50;9.50;1318.50;3.97;0.84 -8441;6;4078.00;9.50;682.00;3.35;1.08 -8442;6;2573.00;9.50;1569.00;3.85;1.04 -8443;6;2805.00;10.30;1494.00;4.70;1.00 -8445;6;4703.00;9.50;1290.00;4.66;1.32 -8446;6;4098.00;9.50;565.00;3.06;1.24 -8448;6;4045.50;9.50;292.50;3.51;1.18 -8449;6;3976.50;9.50;118.00;3.18;1.02 -8451;6;2442.00;9.50;682.50;4.06;1.04 -8452;6;2189.00;9.50;535.00;3.98;1.16 -8453;6;2406.50;9.50;1279.50;2.60;1.78 -8454;6;2640.00;9.50;1716.50;3.90;1.08 -8456;6;504.00;9.50;166.00;3.14;0.86 -8457;6;508.50;9.50;1334.50;3.37;1.22 -8458;6;396.50;9.50;1873.00;2.81;1.40 -8460;6;666.50;9.50;419.00;4.23;1.36 -8465;6;1626.50;9.50;1458.00;4.66;1.24 -8466;6;227.00;9.50;504.50;3.42;1.04 -8468;6;4258.00;9.50;544.50;2.48;0.80 -8471;6;2803.50;10.20;927.50;4.70;1.24 -8472;6;4857.00;9.50;1141.00;3.36;0.98 -8473;6;4143.00;9.50;578.50;2.90;1.18 -8474;6;4443.50;9.50;132.50;3.39;1.10 -8475;6;4037.00;9.50;334.50;3.84;0.88 -8480;6;2204.50;9.50;578.00;3.99;1.26 -8481;6;2314.00;9.50;1347.50;3.56;1.24 -8482;6;2620.50;9.50;1783.00;3.95;1.46 -8483;6;1416.50;9.50;304.00;2.92;1.34 -8485;6;494.00;9.50;1377.00;3.82;0.92 -8487;6;484.00;9.50;1057.00;3.82;1.04 -8488;6;770.00;9.50;493.00;3.28;1.26 -8489;6;3813.50;9.50;450.50;3.09;0.84 -8490;6;2467.50;9.50;1968.50;4.25;1.90 -8492;6;1635.00;9.50;1502.50;-1.28;1.20 -8493;6;289.00;9.50;377.50;2.50;1.26 -8494;6;5393.00;9.50;1209.00;2.39;1.20 -8495;6;4261.50;9.50;397.50;3.51;1.00 -8496;6;2655.00;9.50;1492.50;4.08;1.04 -8497;6;5532.00;9.50;585.50;3.40;1.52 -8499;6;4789.75;9.50;1089.42;4.61;0.82 -8500;6;4171.50;9.50;542.00;2.38;1.06 -8501;6;4371.50;9.50;162.50;3.58;0.96 -8502;6;4076.00;9.50;318.00;3.57;1.12 -8503;6;3900.00;9.50;75.50;2.24;0.96 -8505;6;2557.00;9.50;65.50;2.98;0.96 -8506;6;2511.50;9.50;667.00;2.00;1.02 -8507;6;2250.50;9.50;645.00;2.17;1.16 -8509;6;2572.00;9.50;1858.00;1.81;1.38 -8512;6;425.00;9.50;1415.50;3.36;1.28 -8513;6;284.00;9.50;1922.00;3.65;1.62 -8516;6;3819.00;9.50;494.00;2.82;0.82 -8517;6;2442.00;9.50;2023.00;1.68;1.30 -8518;6;1670.50;9.50;1551.50;-1.54;0.94 -8519;6;204.00;9.50;304.00;2.35;1.02 -8521;6;4217.00;9.50;166.00;3.14;0.82 -8522;6;2698.50;9.50;1457.00;3.71;0.72 -8524;6;5608.50;9.50;993.50;2.98;0.84 -8526;6;4165.00;9.50;498.00;3.14;1.22 -8528;6;4102.50;9.50;342.50;3.49;1.02 -8529;6;3975.50;9.50;47.00;4.14;1.16 -8531;6;2505.50;9.50;70.00;3.00;1.00 -8533;6;2346.50;9.50;1237.50;2.56;1.44 -8534;6;2439.00;9.50;1877.00;4.13;1.22 -8535;6;1503.00;9.50;245.50;2.17;1.14 -8538;6;397.50;9.50;1910.50;2.30;0.78 -8539;6;557.00;9.50;1047.00;3.70;1.12 -8541;6;3802.50;9.50;539.00;4.12;0.92 -8542;6;2648.00;9.50;1950.50;3.25;1.18 -8543;6;1716.50;9.50;1595.50;-1.31;1.14 -8544;6;41.00;9.50;310.50;2.20;1.18 -8546;6;2760.50;9.50;1460.00;1.57;0.48 -8548;6;4798.50;9.50;999.00;1.77;1.06 -8549;6;4190.50;9.50;514.50;3.92;1.14 -8550;6;4337.00;9.50;150.50;3.39;0.92 -8551;6;4076.00;9.50;385.50;4.00;1.12 -8552;6;4048.50;9.50;44.00;2.67;1.18 -8554;6;2510.50;9.50;622.50;3.83;1.06 -8555;6;2269.50;9.50;403.00;4.02;1.18 -8556;6;2279.50;9.50;1204.50;3.51;1.20 -8557;6;2531.00;9.50;1989.00;3.74;1.64 -8558;6;1380.50;9.50;247.50;2.69;1.30 -8559;6;332.50;9.50;333.00;2.17;1.06 -8560;6;371.50;9.50;1396.50;3.71;1.08 -8562;6;482.50;9.50;926.00;2.87;1.32 -8563;6;671.50;9.50;556.00;3.47;0.96 -8564;6;3801.50;9.50;594.00;4.02;0.80 -8566;6;1791.50;9.75;1623.00;1.57;1.14 -8567;6;2833.00;9.50;192.00;1.57;1.64 -8568;6;5036.00;9.50;1086.00;3.46;1.26 -8570;6;5498.50;9.50;635.00;4.06;1.08 -8572;6;4728.00;9.50;882.00;-0.71;1.18 -8574;6;4285.50;9.50;170.50;3.79;0.88 -8575;6;4133.00;9.50;358.50;3.89;1.08 -8576;6;2432.50;9.50;79.00;2.77;1.04 -8577;6;2475.50;9.50;628.50;3.59;1.08 -8578;6;2380.00;9.50;439.00;2.57;1.24 -8579;6;2265.50;9.50;1257.50;3.76;1.36 -8580;6;2583.00;9.50;1987.50;3.84;1.54 -8582;6;347.00;9.50;287.00;3.92;0.90 -8583;6;338.00;9.50;1436.50;3.95;0.88 -8585;6;560.50;9.50;955.00;2.02;0.94 -8586;6;661.00;9.50;512.50;2.63;1.16 -8587;6;3776.50;9.50;517.00;3.74;1.00 -8588;6;2711.50;9.50;1918.00;2.57;1.26 -8589;6;1871.00;9.50;1649.00;4.08;1.22 -8590;6;255.00;9.50;161.00;3.89;1.08 -8591;6;4911.50;9.50;901.50;2.31;1.02 -8592;6;2761.00;9.50;1406.50;4.65;0.76 -8593;6;5493.50;9.50;594.00;2.42;1.30 -8594;6;5598.00;9.50;1230.50;3.04;1.20 -8595;6;4728.50;9.50;938.50;4.55;1.20 -8596;6;4214.50;9.50;474.00;3.09;1.06 -8600;6;2557.50;9.50;117.00;3.10;1.12 -8601;6;2499.50;9.50;579.00;3.26;0.92 -8605;6;1428.50;9.50;121.50;3.65;1.22 -8609;6;542.00;9.50;915.50;3.37;1.00 -8610;6;572.00;9.50;498.50;3.98;1.22 -8612;6;2765.50;9.50;1800.00;2.63;1.26 -8614;6;1805.50;9.50;1685.00;4.64;1.36 -8615;6;218.50;9.50;257.00;2.17;1.00 -8616;6;4930.50;9.50;859.50;2.02;1.28 -8618;6;2693.00;9.50;1412.00;-1.46;0.88 -8621;6;2854.00;9.50;1547.00;0.00;0.58 -8622;6;2892.00;9.50;1573.00;2.55;0.32 -8624;6;4255.00;9.50;441.50;2.61;0.74 -8625;6;4381.00;9.50;204.50;2.57;1.12 -8626;6;4114.00;9.50;426.00;2.35;0.98 -8629;6;2447.50;9.50;638.50;2.84;0.94 -8630;6;2302.00;9.50;504.50;2.50;1.34 -8631;6;2179.50;9.50;1325.00;2.13;1.22 -8632;6;2567.00;9.50;1775.50;2.80;1.08 -8634;6;431.00;9.50;351.50;2.93;1.00 -8636;6;112.00;9.50;1989.00;3.75;0.88 -8637;6;542.00;9.50;864.50;3.14;1.20 -8638;6;637.50;9.50;461.50;2.56;1.32 -8639;6;3442.00;9.50;480.00;4.01;1.30 -8640;6;2794.50;9.50;1937.50;3.17;1.02 -8641;6;2289.50;9.50;224.50;2.98;1.14 -8642;6;1813.50;9.50;1716.50;1.00;1.46 -8644;6;4869.50;9.50;735.50;3.25;0.98 -8645;6;4165.00;9.50;278.00;3.56;1.12 -8646;6;2646.50;9.50;1461.50;3.97;1.22 -8647;6;5431.50;9.50;621.50;3.53;0.80 -8648;6;5601.50;9.50;1710.00;3.95;0.82 -8650;6;4204.00;9.50;417.50;3.75;1.06 -8651;6;4296.00;9.50;218.50;2.86;0.78 -8654;6;2504.00;9.50;116.00;3.14;1.00 -8655;6;2417.00;9.50;598.00;3.60;0.98 -8656;6;2277.00;9.50;468.50;2.52;1.32 -8657;6;2202.50;9.50;1377.00;3.17;1.20 -8658;6;2464.00;9.50;1825.00;2.59;1.38 -8659;6;1422.50;9.50;188.00;3.94;1.32 -8660;6;432.50;12.10;381.50;-0.14;1.08 -8661;6;771.50;9.50;962.00;2.87;1.14 -8663;6;479.50;9.50;876.00;1.66;1.16 -8665;6;3482.00;9.50;428.50;4.39;1.08 -8666;6;2826.50;9.50;1872.50;3.77;0.90 -8668;6;1889.50;9.50;1751.50;3.08;1.08 -8669;6;518.00;9.50;443.00;2.96;0.90 -8670;6;4776.00;9.50;735.50;4.06;1.14 -8671;6;4245.00;9.50;479.00;3.92;0.82 -8672;6;2625.00;9.50;1444.50;3.30;1.02 -8673;6;5491.00;9.50;675.00;2.06;1.22 -8674;6;2802.50;9.50;1314.00;4.71;1.12 -8676;6;4695.50;9.50;953.00;0.64;1.10 -8677;6;4293.00;9.50;481.00;3.52;0.90 -8678;6;4343.00;9.50;235.00;2.87;1.12 -8679;6;4128.00;9.50;460.50;3.89;1.14 -8680;6;2521.00;9.50;173.00;2.46;1.20 -8684;6;2373.50;9.50;1847.00;3.10;1.10 -8685;6;1536.50;9.50;62.50;3.46;1.06 -8686;6;362.00;9.50;366.00;3.14;0.96 -8687;6;279.00;9.50;1440.50;2.60;1.32 -8688;6;190.00;9.50;2022.00;2.09;0.90 -8691;6;3458.50;9.50;362.50;2.98;1.36 -8692;6;2914.50;9.50;2001.00;3.10;1.24 -8693;6;2611.00;9.50;485.50;3.90;1.04 -8694;6;1871.50;9.50;1942.50;3.25;1.36 -8695;6;496.00;9.50;399.00;2.91;1.12 -8696;6;4787.50;9.50;776.50;4.49;0.96 -8697;6;4154.00;9.50;422.50;3.58;1.14 -8698;6;2637.50;9.50;1404.00;3.47;0.92 -8699;6;5492.50;9.50;746.00;3.09;1.02 -8700;6;5587.50;9.50;1379.00;4.15;1.22 -8701;6;4677.00;9.50;921.50;1.87;0.54 -8703;6;4302.00;9.50;267.50;3.06;0.92 -8704;6;4086.00;9.50;456.00;2.72;1.04 -8705;6;2476.50;9.50;173.50;2.35;1.16 -8706;6;1515.50;9.50;804.50;2.76;0.98 -8707;6;2877.50;9.50;735.00;3.24;0.92 -8708;6;2147.50;9.50;1434.00;3.18;1.42 -8709;6;2374.00;9.50;1904.00;3.68;1.24 -8711;6;372.50;9.50;409.00;3.01;1.02 -8715;6;749.50;9.50;586.50;2.76;1.02 -8716;6;2100.00;9.50;472.50;3.00;1.04 -8718;6;2530.50;9.50;516.00;2.86;1.04 -8720;6;663.00;9.50;382.50;2.53;1.34 -8721;6;4849.50;9.50;906.50;2.60;1.38 -8723;6;2580.50;9.50;1427.00;3.60;1.56 -8724;6;5418.00;9.50;712.50;3.34;1.00 -8725;6;5625.00;9.50;1444.50;3.14;0.26 -8727;6;4678.50;9.50;804.00;4.19;1.32 -8728;6;4363.50;9.50;542.00;2.20;0.88 -8730;6;4052.00;9.50;500.50;3.33;0.88 -8731;6;2411.50;9.50;161.50;2.63;1.20 -8733;6;2707.00;9.50;718.50;4.14;0.74 -8734;6;2194.00;9.50;1436.00;3.29;1.12 -8737;6;235.50;9.50;416.00;2.34;1.32 -8738;6;126.50;9.50;1341.00;3.56;0.94 -8740;6;416.50;9.50;789.50;2.48;1.20 -8741;6;806.00;9.50;584.00;3.56;0.94 -8742;6;3375.50;9.50;1022.00;4.26;1.08 -8746;6;1392.00;9.50;775.50;2.78;1.12 -8747;6;4811.50;9.50;962.00;3.38;0.90 -8749;6;2645.50;9.50;1345.50;3.03;0.64 -8750;6;5416.50;9.50;754.00;3.33;1.04 -8751;6;4746.50;10.15;804.00;-1.19;0.86 -8752;6;4294.00;9.50;513.50;3.00;0.70 -8753;6;4225.50;9.50;265.00;2.49;1.04 -8756;6;2612.50;9.50;577.50;1.97;0.86 -8757;6;2650.50;9.50;729.00;3.35;1.18 -8758;6;2239.50;9.50;1429.50;3.24;0.96 -8759;6;2353.00;9.50;1954.50;3.47;1.46 -8761;6;284.50;9.50;423.50;3.80;1.16 -8762;6;115.00;9.50;1392.50;2.95;1.16 -8763;6;404.00;9.50;1796.00;3.20;1.54 -8764;6;323.50;9.50;873.00;2.73;1.16 -8765;6;737.50;9.50;652.00;2.93;1.48 -8766;6;3401.50;9.50;968.50;4.23;1.14 -8768;6;1579.00;9.50;1920.00;3.10;1.38 -8769;6;861.00;9.50;398.00;4.11;1.16 -8770;6;4926.50;9.50;1071.00;2.65;1.38 -8771;6;4101.00;9.50;502.50;3.14;1.20 -8772;6;2656.00;9.50;1266.00;1.70;0.82 -8773;6;5381.50;9.50;740.50;1.61;1.26 -8774;6;4676.50;9.50;750.50;1.24;1.16 -8775;6;4294.50;9.50;546.50;3.82;0.90 -8776;6;4198.50;9.50;313.00;3.67;1.08 -8777;6;4045.50;9.50;563.50;2.77;0.76 -8778;6;2355.50;9.50;125.00;2.00;1.32 -8779;6;2549.50;9.50;582.50;2.56;0.84 -8780;6;2591.00;9.50;773.00;2.40;1.18 -8781;6;2144.50;9.50;1493.00;3.17;0.98 -8783;6;247.50;9.50;306.00;3.10;1.20 -8784;6;167.00;9.50;1378.00;3.87;0.80 -8785;6;460.00;9.50;1782.50;3.67;1.36 -8786;6;290.00;9.50;914.50;2.89;1.38 -8788;6;3627.50;9.50;880.50;2.58;1.30 -8789;6;2865.00;9.50;2009.00;2.43;1.20 -8790;6;927.50;9.50;165.50;3.92;1.38 -8791;6;4876.50;9.50;1189.00;4.42;1.34 -8792;6;4129.50;9.50;527.00;3.10;1.12 -8793;6;2764.50;9.50;1255.50;3.68;0.68 -8794;6;5360.00;9.50;699.00;2.89;0.98 -8796;6;5171.00;9.50;1434.50;2.90;0.92 -8797;6;4676.00;9.50;709.50;2.03;1.26 -8799;6;4251.00;9.50;297.50;4.01;0.86 -8800;6;4022.50;9.50;600.50;2.82;1.00 -8801;6;2415.50;9.50;228.50;3.17;0.84 -8802;6;2596.00;9.50;539.50;3.14;0.80 -8803;6;2570.50;9.50;810.00;2.63;1.22 -8804;6;2142.00;9.50;1531.50;4.15;1.38 -8809;6;523.00;9.50;1798.50;3.36;1.24 -8814;6;1920.00;9.50;70.50;3.79;1.04 -8815;6;1471.00;9.50;1907.00;2.24;1.58 -8818;6;4083.50;9.50;636.50;3.53;0.80 -8819;6;2822.00;9.50;1280.50;3.63;0.80 -8822;6;4695.00;10.00;669.50;1.38;1.00 -8823;6;4292.00;9.50;608.50;3.21;0.80 -8824;6;4235.50;9.50;345.00;3.27;1.20 -8827;6;2375.50;9.50;200.50;3.03;1.28 -8828;6;2542.50;9.50;545.50;4.41;0.82 -8829;6;2491.50;9.50;839.50;3.10;1.32 -8831;6;2301.00;9.50;1840.00;3.14;1.40 -8833;6;198.50;9.50;361.00;2.80;1.28 -8834;6;254.50;9.50;1498.00;2.52;1.08 -8835;6;570.00;9.50;1748.00;2.31;1.12 -8837;6;819.00;9.50;688.00;3.60;1.18 -8840;6;2613.00;9.50;1497.50;2.77;1.24 -8841;6;1525.00;9.50;1952.00;2.79;1.22 -8843;6;5106.50;9.50;1361.00;3.72;1.16 -8844;6;3927.50;9.50;744.00;2.67;0.66 -8845;6;2841.50;9.50;1335.00;2.45;0.92 -8846;6;5316.50;9.50;650.00;3.11;1.50 -8848;6;4699.00;9.50;725.00;3.42;0.86 -8851;6;4177.00;9.50;238.00;2.94;1.02 -8853;6;2354.50;9.50;257.00;3.94;1.16 -8855;6;2480.00;9.50;792.00;2.73;1.00 -8856;6;2216.00;9.50;1495.50;3.78;1.16 -8857;6;1547.00;9.50;982.00;4.30;1.12 -8859;6;126.00;9.50;339.50;3.87;1.38 -8860;6;178.00;9.50;1493.00;3.05;1.12 -8861;6;361.50;9.50;1764.50;3.92;1.42 -8862;6;390.50;9.50;911.50;3.09;0.76 -8864;6;1869.50;9.50;1599.50;3.05;1.08 -8865;6;2574.50;9.50;1650.50;3.12;1.14 -8868;6;1325.50;9.50;481.50;2.93;1.20 -8870;6;3921.50;9.50;255.50;2.52;1.06 -8871;6;2871.50;9.50;1319.00;3.83;0.94 -8872;6;5304.00;9.50;588.50;1.73;1.70 -8873;6;5475.00;9.50;1276.50;2.37;1.28 -8874;6;4669.00;9.50;92.50;3.54;0.86 -8875;6;4263.50;9.50;621.00;2.85;0.90 -8876;6;4204.00;9.50;358.00;2.35;0.98 -8879;6;2463.50;9.50;529.00;3.23;1.14 -8880;6;2435.00;9.50;829.00;3.85;1.10 -8881;6;2286.50;9.50;1407.50;3.67;1.28 -8884;6;137.50;9.50;269.50;3.17;1.16 -8885;6;114.00;9.50;1164.50;2.18;1.00 -8887;6;359.00;9.50;958.00;3.24;0.96 -8888;6;910.00;9.50;698.50;3.24;1.12 -8889;6;2532.00;9.50;867.50;1.54;1.04 -8892;6;1388.50;9.50;510.00;3.02;1.16 -8893;6;5215.50;9.50;1473.50;1.80;0.90 -8894;6;3923.50;9.50;692.00;2.09;0.92 -8895;6;2916.50;9.50;1337.50;2.35;0.92 -8896;6;5281.50;9.50;660.00;2.33;1.06 -8898;6;4822.00;9.50;637.00;4.49;0.96 -8899;6;4249.00;9.50;514.00;2.89;0.78 -8901;6;4120.50;9.50;301.00;2.87;1.06 -8902;6;2333.00;9.50;251.50;3.00;1.18 -8903;6;2488.50;9.50;486.00;3.67;1.08 -8904;6;2421.50;9.50;790.50;3.82;1.00 -8907;6;81.50;9.50;246.50;2.86;1.14 -8908;6;88.50;9.50;1118.50;2.76;0.92 -8909;6;448.00;9.50;1730.00;2.25;1.32 -8910;6;547.50;9.50;811.00;1.82;1.18 -8911;6;919.00;9.50;633.00;2.91;1.00 -8912;6;2553.00;9.50;1327.50;4.18;1.42 -8914;6;1526.50;9.50;2015.00;4.19;1.62 -8916;6;5371.50;9.50;1448.50;2.74;1.26 -8917;6;4024.00;9.50;507.50;2.38;1.04 -8918;6;2901.50;9.50;1374.00;3.74;0.84 -8919;6;5223.50;9.50;663.00;2.67;1.10 -8920;6;5561.00;9.50;1269.50;2.74;1.14 -8922;6;4212.50;9.50;548.00;3.09;0.84 -8923;6;4724.50;9.50;134.50;3.68;0.78 -8924;6;4289.00;9.50;433.50;3.49;1.24 -8925;6;4155.50;9.50;322.50;3.35;0.96 -8926;6;2287.50;9.50;165.50;3.23;1.18 -8927;6;2439.50;9.50;491.50;3.43;0.94 -8929;6;2343.50;9.50;1441.00;4.30;1.40 -8930;6;1655.00;9.70;2019.50;4.36;1.18 -8931;6;1253.00;9.50;82.00;2.73;1.22 -8934;6;365.50;9.50;1702.00;3.95;1.16 -8936;6;961.50;9.50;672.50;3.10;1.02 -8937;6;2650.50;9.50;1205.50;4.08;0.90 -8938;6;1542.50;9.50;558.50;2.09;1.02 -8940;6;3934.50;9.50;465.00;3.29;0.86 -8941;6;2935.00;9.50;1279.50;0.76;0.90 -8943;6;5558.00;9.50;1322.50;3.39;1.02 -8944;6;2797.00;9.50;1854.50;4.70;1.40 -8945;6;4948.50;9.50;547.50;1.33;1.32 -8946;6;4231.50;9.50;582.50;2.47;0.86 -8947;6;4305.00;9.50;368.50;4.46;1.14 -8948;6;4611.50;9.50;236.00;3.49;1.32 -8949;6;2239.50;9.50;183.00;3.67;1.12 -8951;6;2361.00;9.50;810.50;3.37;1.20 -8952;6;2285.50;9.50;1454.50;2.75;1.10 -8953;6;1740.50;9.50;1971.00;3.70;1.38 -8955;6;2827.50;9.50;256.00;1.57;1.16 -8956;6;44.50;9.50;1138.00;1.92;1.24 -8958;6;461.50;9.50;780.50;3.81;1.26 -8959;6;938.50;9.50;587.50;3.88;1.16 -8960;6;2620.00;9.50;1185.50;2.85;1.22 -8961;6;1789.50;9.50;46.50;4.04;1.02 -8965;6;2979.50;9.50;1307.50;3.62;0.98 -8966;6;5439.00;9.50;496.00;3.05;1.02 -8967;6;5506.50;9.50;1368.50;3.70;0.86 -8968;6;2797.00;9.50;1794.50;4.71;1.58 -8969;6;4892.00;9.50;525.00;1.95;0.78 -8970;6;4187.50;9.50;579.50;2.56;0.96 -8971;6;4333.00;9.50;437.50;3.06;0.88 -8972;6;4615.50;9.50;281.50;2.01;1.16 -8976;6;2347.00;9.50;865.00;3.05;1.08 -8977;6;2225.50;9.50;1543.00;3.63;1.42 -8978;6;1614.50;9.50;2038.00;1.94;0.64 -8979;6;1175.50;9.50;100.00;3.29;1.46 -8981;6;725.50;9.50;1006.50;3.09;1.02 -8982;6;492.00;9.50;1675.00;4.17;1.06 -8983;6;445.50;9.50;740.00;2.60;1.14 -8985;6;2556.00;9.50;1280.50;3.94;1.38 -8986;6;1797.50;9.50;77.00;1.57;1.14 -8987;6;1464.00;9.50;507.50;3.77;0.96 -8989;6;2464.50;9.50;1545.50;3.49;1.28 -8990;6;5451.00;9.50;539.50;1.91;1.22 -8991;6;5442.00;9.50;1335.50;4.50;1.02 -8993;6;4970.00;9.50;426.50;4.28;1.12 -8994;6;4138.50;9.50;614.00;4.28;1.00 -8995;6;4374.00;9.50;439.50;2.96;0.98 -8996;6;4558.50;9.50;287.00;3.40;1.00 -8997;6;2261.00;9.50;131.00;3.44;0.98 -8998;6;2442.50;9.50;439.50;2.82;1.24 -8999;6;2458.50;9.50;872.00;2.67;1.16 -9001;6;1524.00;9.50;1897.00;3.19;1.50 -9003;6;27.00;9.50;376.00;3.28;1.10 -9008;6;2414.50;9.50;1426.00;3.84;1.22 -9009;6;1817.00;9.50;185.00;4.12;1.56 -9010;6;1348.00;9.50;424.00;3.40;1.24 -9011;6;5607.00;9.50;1605.00;2.87;1.10 -9012;6;3868.50;9.50;359.50;3.24;0.92 -9013;6;3018.00;9.50;1253.50;1.73;1.32 -9014;6;5344.50;9.50;505.50;-1.55;1.00 -9015;6;5407.00;9.50;1273.00;3.29;1.28 -9016;6;5612.50;9.50;1930.50;2.92;1.10 -9020;6;4611.00;9.50;336.50;2.38;1.20 -9022;6;2407.00;9.50;402.00;3.73;1.04 -9023;6;2723.50;9.50;1999.50;4.03;1.44 -9024;6;2408.50;9.50;876.00;2.53;1.02 -9025;6;2266.00;9.50;1577.00;4.33;1.48 -9026;6;1281.00;9.50;186.50;2.33;1.04 -9027;6;75.00;9.50;404.50;3.77;1.32 -9029;6;431.00;9.50;1604.50;3.14;1.04 -9030;6;504.00;9.50;744.00;3.79;1.28 -9031;6;751.50;9.50;442.50;2.79;1.26 -9032;6;2950.50;13.40;1774.50;3.28;0.30 -9033;6;3480.00;9.80;1676.00;3.14;0.18 -9035;6;3065.00;10.80;1797.00;2.35;0.30 -9036;6;2943.00;12.05;1727.00;3.14;0.28 -9037;6;1922.50;9.50;232.00;3.10;1.12 -9038;6;3161.50;9.80;1800.00;3.83;0.34 -9039;6;3300.00;10.35;1948.50;3.14;0.36 -9040;6;1222.50;9.50;394.50;2.13;1.12 -9041;6;3470.00;9.80;1881.00;3.14;1.06 -9046;6;3385.00;9.85;1671.00;3.46;0.22 -9047;6;2924.50;15.40;1760.50;2.52;0.30 -9049;6;3086.50;9.50;1166.00;-1.03;0.86 -9050;6;3543.50;10.40;1685.00;2.44;0.26 -9051;6;3054.00;10.75;1774.50;3.14;0.30 -9053;6;5349.50;9.50;1239.00;3.29;1.08 -9056;6;1604.50;16.00;891.50;-1.06;0.22 -9057;6;4788.50;9.50;450.00;2.79;0.86 -9058;6;4245.00;9.50;637.50;2.27;0.92 -9059;6;3400.50;10.20;1925.00;2.27;0.46 -9060;6;3328.50;10.40;1717.00;3.60;0.24 -9061;6;1636.50;10.50;897.00;-1.06;0.16 -9062;6;4407.50;9.50;389.50;3.81;0.98 -9063;6;4570.50;9.50;352.00;2.84;1.14 -9064;6;3234.50;10.30;1998.00;2.97;0.34 -9065;6;3540.00;9.80;1715.00;2.55;0.26 -9068;6;3001.50;13.20;1773.50;3.76;0.30 -9070;6;2231.00;9.50;81.50;3.06;0.88 -9071;6;2451.50;9.50;265.00;3.34;1.16 -9072;6;2406.00;9.50;924.50;3.94;1.26 -9074;6;3277.50;10.70;1870.50;3.28;0.36 -9076;6;2343.00;9.50;1500.00;3.44;1.58 -9078;6;3316.00;10.40;1778.00;2.55;0.28 -9079;6;3208.00;10.40;1713.00;3.46;0.24 -9080;6;1205.00;9.50;161.50;2.61;1.40 -9081;6;110.00;9.55;434.00;4.57;0.94 -9082;6;3348.50;10.25;1756.00;4.03;0.20 -9084;6;3953.00;10.57;1170.00;2.35;0.44 -9085;6;14.00;9.50;1215.00;3.25;0.84 -9086;6;341.50;9.50;1632.00;3.91;1.30 -9087;6;339.00;9.50;685.50;3.50;1.30 -9089;6;3205.50;10.75;1992.00;2.42;0.40 -9091;6;1450.50;9.50;619.50;2.66;1.38 -9092;6;1559.00;9.50;1818.50;2.32;1.22 -9093;6;3108.00;10.70;1846.50;3.14;0.32 -9094;6;1579.50;13.70;877.50;-1.06;0.34 -9095;6;3040.00;13.02;1871.00;2.03;0.32 -9098;6;3272.00;9.80;1703.50;2.21;0.24 -9099;6;3542.00;10.00;1859.50;4.24;1.04 -9100;6;3260.50;10.30;1749.50;2.73;0.26 -9101;6;3478.00;10.50;1784.50;3.14;0.36 -9104;6;3238.00;10.15;1816.50;3.14;0.22 -9106;6;3221.00;10.40;1838.00;3.78;0.28 -9107;6;3352.50;10.60;1730.00;3.01;0.22 -9109;6;3060.50;10.20;1712.00;3.78;0.28 -9110;6;3451.50;10.00;1737.50;3.33;0.26 -9112;6;3242.00;10.60;1908.00;3.46;0.28 -9113;6;3477.00;9.90;1750.00;2.82;0.30 -9114;6;3567.00;9.80;1726.00;3.38;0.26 -9116;6;3273.50;9.70;1979.00;2.58;0.52 -9117;6;3063.00;9.95;1750.50;3.36;0.26 -9118;6;3335.50;9.90;1783.00;2.24;0.20 -9119;6;3291.50;10.40;1858.00;2.85;0.36 -9120;6;3241.50;10.10;1709.50;3.92;0.26 -9121;6;3672.50;9.80;1876.00;2.52;1.02 -9124;6;3527.50;10.05;1757.00;1.86;0.28 -9126;6;3049.50;9.50;1918.50;2.60;0.32 -9128;6;3191.50;10.80;1972.00;3.86;0.46 -9129;6;3182.00;9.80;1748.00;3.14;0.26 -9130;6;3441.00;9.80;1790.00;3.30;0.52 -9131;6;3421.50;10.50;1722.50;3.92;0.22 -9132;6;2986.50;9.70;1835.50;3.00;0.30 -9133;6;3502.50;10.10;1731.50;2.94;0.28 -9137;6;3007.00;11.72;751.00;2.42;0.88 -9138;6;3002.00;10.50;1734.00;2.55;0.26 -9139;6;2976.00;11.70;1810.00;2.82;0.28 -9140;6;3294.00;9.80;1978.50;2.55;0.48 -9142;6;3904.50;9.70;1878.50;2.97;1.14 -9144;6;3391.50;10.40;1678.00;3.01;0.24 -9145;6;3595.00;9.97;1753.00;3.78;0.30 -9146;6;3582.50;10.50;1711.50;3.28;0.24 -9147;6;3174.50;10.30;1890.00;2.67;0.34 -9148;6;3024.50;12.60;1780.50;2.35;0.24 -9149;6;3082.50;9.70;1734.50;3.33;0.24 -9150;6;3274.00;10.27;1749.00;3.14;0.16 -9152;6;3068.00;10.60;830.00;2.44;0.68 -9155;6;3570.00;9.80;1739.50;3.66;0.34 -9156;6;3180.00;9.80;1825.00;2.49;0.32 -9157;6;2968.50;11.40;1755.50;3.76;0.30 -9158;6;3273.00;10.80;1890.50;3.49;0.30 -9159;6;3468.00;9.80;1678.50;3.14;0.18 -9160;6;3199.50;10.30;1782.00;2.97;0.30 -9162;6;3313.50;10.30;1899.50;1.83;0.36 -9165;6;3395.50;10.50;1905.00;3.21;0.62 -9166;6;3192.50;10.50;1803.50;2.11;0.24 -9168;6;3438.00;10.40;1706.50;2.76;0.18 -9170;6;2918.00;13.42;1748.00;2.82;0.30 -9171;6;3030.50;12.45;1853.00;2.78;0.36 -9172;6;3528.00;10.12;1680.00;3.14;0.20 -9173;6;3037.50;10.70;1765.50;4.09;0.28 -9175;6;3051.50;14.90;1895.50;3.92;0.32 -9176;6;3302.00;10.30;1774.00;3.33;0.22 -9177;6;3342.50;9.80;1698.50;4.30;0.26 -9178;6;3092.50;14.70;1928.50;3.00;0.36 -9180;6;3516.00;9.80;1706.00;1.89;0.20 -9181;6;1643.50;10.80;897.50;-1.07;0.28 -9183;6;1612.00;10.20;879.00;-1.07;0.22 -9184;6;3340.50;10.40;1737.50;4.17;0.20 -9185;6;3057.00;9.60;1723.50;1.44;0.24 -9187;6;3422.50;10.40;1785.50;3.46;0.40 -9188;6;3417.00;10.35;1699.50;3.52;0.18 -9190;6;3336.50;9.70;1753.50;2.94;0.20 -9192;6;3588.50;10.60;1723.50;3.76;0.28 -9193;6;3051.50;10.00;1746.00;4.19;0.26 -9194;6;3168.50;9.70;1744.50;2.19;0.30 -9198;6;3296.50;10.35;1886.00;2.20;0.32 -9199;6;3427.50;10.00;1735.50;2.73;0.24 -9200;6;3489.00;9.80;1700.00;3.60;0.28 -9201;6;3329.50;11.00;1930.00;3.30;0.30 -9202;6;3447.00;9.90;1748.00;3.14;0.30 -9204;6;2953.50;11.40;1737.00;4.03;0.28 -9208;6;3024.50;14.00;1869.00;2.58;0.32 -9209;6;3043.00;10.40;1715.00;4.46;0.24 -9210;6;3502.50;10.00;1742.50;3.00;0.24 -9211;6;3089.00;11.30;1888.00;3.14;0.30 -9212;6;3300.00;10.30;1688.00;3.92;0.22 -9214;6;3557.00;10.20;1704.50;3.81;0.24 -9218;6;3022.50;10.70;1738.50;3.33;0.24 -9219;6;3202.50;10.50;1816.00;4.00;0.32 -9220;6;3121.50;10.10;1849.00;3.60;0.34 -9221;6;3225.00;10.30;1697.50;3.14;0.22 -9222;6;3466.50;10.50;1723.00;4.49;0.24 -9223;6;3230.50;10.60;1887.00;3.50;0.36 -9225;6;3611.50;10.50;1794.00;2.67;0.50 -9226;6;3140.00;11.30;1899.50;2.43;0.40 -9229;6;3017.50;13.20;1801.00;2.67;0.28 -9230;6;3599.50;9.80;1885.00;3.20;1.10 -9231;6;1660.00;10.20;897.50;-1.07;0.28 -9232;6;3548.00;9.90;1739.00;2.67;0.30 -9233;6;3235.00;10.35;1843.50;2.86;0.32 -9235;6;3416.50;11.15;1635.00;3.38;0.20 -9236;6;3222.00;10.50;1598.50;2.46;0.28 -9238;6;2982.50;9.70;1577.50;2.60;0.18 -9239;6;2781.00;9.90;1568.00;3.14;0.24 -9240;6;3195.50;10.30;1673.50;2.35;0.22 -9241;6;3262.50;9.90;1620.00;4.00;0.28 -9242;6;3306.00;11.70;1665.50;4.06;0.24 -9245;6;3439.00;9.80;1583.50;2.46;0.24 -9246;6;3202.00;10.40;1645.00;2.82;0.26 -9247;6;3291.00;9.80;1592.50;4.06;0.20 -9248;6;3407.00;9.77;1836.00;3.68;0.44 -9250;6;2788.00;9.80;1602.50;3.14;0.24 -9251;6;3023.50;10.50;1671.50;1.66;0.28 -9253;6;3327.50;10.50;1615.00;4.03;0.18 -9254;6;3266.50;10.20;1666.50;3.92;0.24 -9255;6;2657.50;10.45;1612.00;2.49;0.20 -9256;6;3378.50;10.40;1663.00;3.38;0.18 -9259;6;3539.50;9.90;1640.50;3.68;0.22 -9261;6;3360.50;10.00;1591.50;2.94;0.22 -9263;6;3091.50;10.30;1613.00;2.44;0.32 -9267;6;3453.50;10.30;1662.00;3.30;0.20 -9268;6;2781.00;10.10;1577.50;3.73;0.26 -9269;6;2781.00;9.90;1613.50;2.76;0.24 -9270;6;3528.50;10.40;1671.00;3.30;0.22 -9273;6;3429.50;9.90;1590.00;3.38;0.24 -9274;6;3192.50;9.80;1605.50;2.19;0.24 -9275;6;3239.50;9.90;1652.50;3.28;0.24 -9276;6;3480.00;9.85;1605.50;2.03;0.18 -9277;6;3050.00;9.80;1592.00;3.73;0.24 -9278;6;3408.00;9.90;1653.00;2.67;0.28 -9280;6;3528.50;10.40;1660.00;2.67;0.24 -9282;6;3405.50;11.30;1625.50;3.00;0.26 -9283;6;3655.00;9.90;1713.00;2.49;0.36 -9284;6;2660.50;11.20;1578.00;2.67;0.22 -9285;6;2760.50;11.55;1628.00;2.44;0.24 -9286;6;3502.50;11.45;1595.00;3.30;0.24 -9287;6;3296.00;10.70;1653.00;3.78;0.28 -9288;6;3288.00;9.80;1565.00;3.14;0.24 -9289;6;3276.00;9.90;1600.50;3.14;0.20 -9290;6;3129.50;9.90;1583.50;3.00;0.24 -9291;6;3489.50;9.90;1655.00;2.49;0.20 -9294;6;2976.00;9.70;1588.50;4.24;0.22 -9296;6;2929.00;10.00;1697.00;3.14;0.20 -9299;6;3572.50;10.50;1591.00;3.78;0.18 -9300;6;3019.00;9.80;1651.00;3.46;0.18 -9302;6;3368.00;10.70;1642.00;2.82;0.24 -9304;6;3219.00;10.40;1587.00;2.35;0.24 -9307;6;3547.00;10.67;1625.00;2.67;0.22 -9309;6;2911.50;9.70;1576.50;2.35;0.16 -9310;6;2671.50;9.95;1590.00;3.83;0.26 -9311;6;3437.50;9.80;1640.50;2.60;0.20 -9312;6;3442.00;9.90;1557.50;3.14;0.24 -9313;6;3409.50;10.10;1597.00;3.38;0.22 -9314;6;2748.00;12.42;1645.00;3.92;0.24 -9316;6;3136.50;9.90;1586.00;4.03;0.24 -9318;6;3344.00;10.05;1616.00;2.35;0.24 -9319;6;3275.50;9.70;1683.50;2.60;0.18 -9320;6;2969.00;9.70;1594.00;3.60;0.20 -9322;6;2792.50;9.90;1589.50;2.94;0.24 -9324;6;3475.50;9.90;1593.50;3.68;0.24 -9328;6;3363.00;9.90;1565.50;3.14;0.18 -9329;6;1512.50;9.50;839.00;-1.06;0.28 -9330;6;3413.50;10.20;1607.50;3.92;0.22 -9331;6;3284.50;9.80;1669.00;2.49;0.24 -9332;6;2772.00;11.45;1620.00;3.14;0.22 -9333;6;3328.50;10.60;1679.00;3.60;0.24 -9334;6;3046.50;9.70;1602.00;2.67;0.22 -9337;6;3568.50;9.80;1561.50;3.33;0.24 -9338;6;3553.50;11.60;1600.50;3.33;0.22 -9339;6;3432.00;9.80;1560.50;3.81;0.20 -9341;6;3230.50;10.40;1624.50;3.92;0.28 -9342;6;3294.50;9.80;1567.50;3.28;0.20 -9343;6;3346.50;10.10;1659.50;3.33;0.18 -9345;6;3408.50;9.90;1666.00;2.24;0.26 -9346;6;3121.50;9.90;1594.00;2.97;0.24 -9348;6;3398.50;11.50;1630.00;2.67;0.24 -9349;6;3642.50;9.90;1619.50;4.05;0.42 -9352;6;3498.00;9.90;1561.00;2.67;0.20 -9353;6;3266.00;9.85;1656.50;2.76;0.22 -9354;6;3558.50;10.05;1617.00;2.89;0.20 -9355;6;3367.00;10.10;1576.50;2.46;0.26 -9356;6;3423.50;9.80;1653.50;1.97;0.20 -9357;6;3182.50;9.90;1633.50;3.54;0.24 -9360;6;3467.00;10.35;1635.00;3.14;0.26 -9363;6;2907.00;10.30;1558.50;1.40;0.20 -9365;6;3567.00;9.90;1573.50;2.21;0.26 -9367;6;3433.00;10.17;1573.00;3.14;0.24 -9368;6;3498.00;9.90;1649.50;2.76;0.24 -9370;6;3564.00;9.90;1692.50;3.73;0.34 -9371;6;3291.50;9.80;1585.50;2.94;0.24 -9372;6;3141.50;10.10;1594.50;2.60;0.20 -9373;6;3539.00;9.90;1632.00;2.82;0.26 -9375;6;2977.00;10.35;1567.50;2.46;0.16 -9376;6;3444.50;9.80;1602.00;3.38;0.22 -9379;6;2771.00;11.35;1610.50;2.76;0.20 -9381;6;3570.50;10.40;1655.50;3.33;0.22 -9383;6;2735.00;11.82;1659.00;3.14;0.18 -9384;6;3358.50;10.00;1581.50;3.28;0.22 -9385;6;3627.50;10.10;1636.50;2.52;0.26 -9386;6;3267.00;10.50;1646.00;3.14;0.24 -9389;6;3484.00;9.85;1649.00;2.35;0.18 -9390;6;3566.00;10.40;1669.00;3.38;0.26 -9391;6;3577.00;9.75;1569.50;3.14;0.22 -9393;6;3052.00;9.85;1698.50;2.76;0.22 -9394;6;3427.50;10.30;1580.00;2.78;0.22 -9395;6;3402.00;11.50;1614.50;4.24;0.14 -9397;6;2764.50;11.55;1621.00;2.24;0.22 -9399;6;3328.00;10.70;1634.50;3.14;0.26 -9401;6;3591.50;10.00;1612.00;3.30;0.26 -9402;6;3546.00;10.40;1664.00;3.92;0.26 -9404;6;3191.00;10.25;1625.50;4.06;0.26 -9407;6;3479.50;9.80;1619.50;1.97;0.16 -9409;6;3498.50;10.00;1577.00;3.78;0.16 -9410;6;3026.00;10.50;1665.50;3.14;0.24 -9411;6;3367.50;10.10;1586.50;2.94;0.20 -9412;6;3107.50;12.60;1515.50;2.52;0.26 -9413;6;3333.50;9.80;1522.50;3.68;0.22 -9414;6;3039.50;11.00;1530.50;2.82;0.18 -9416;6;2977.50;11.90;1516.50;4.17;0.18 -9417;6;3429.50;9.70;1462.50;1.71;0.16 -9419;6;3336.00;9.70;1471.50;3.14;0.22 -9420;6;3642.50;9.80;1552.50;2.94;0.22 -9423;6;3250.00;9.95;1488.00;3.14;0.30 -9424;6;3410.50;9.80;1517.00;3.38;0.18 -9425;6;3187.00;11.25;1490.50;2.76;0.28 -9426;6;3513.50;9.80;1459.00;2.97;0.26 -9427;6;3114.00;10.20;1524.00;3.60;0.16 -9428;6;3017.50;9.70;1564.00;2.49;0.20 -9429;6;3043.00;11.05;1521.00;2.35;0.22 -9430;6;3415.50;9.80;1469.00;3.38;0.20 -9432;6;3531.50;10.60;1545.50;3.28;0.26 -9433;6;3336.00;10.15;1488.50;2.76;0.22 -9434;6;2816.00;9.70;1511.00;2.15;0.24 -9435;6;3257.00;10.15;1490.00;3.92;0.32 -9438;6;3190.50;10.30;1639.00;3.30;0.26 -9440;6;3527.50;11.40;1470.50;2.94;0.22 -9441;6;2998.50;12.35;1534.00;3.30;0.24 -9442;6;3492.50;9.70;1469.50;2.94;0.22 -9443;6;2934.00;10.57;1546.00;4.12;0.24 -9444;6;2883.00;11.00;1522.50;3.42;0.16 -9445;6;3602.50;10.30;1552.50;3.92;0.24 -9448;6;3429.00;9.80;1550.50;2.46;0.20 -9449;6;3372.00;9.90;1525.50;3.14;0.22 -9450;6;1433.50;10.10;1583.50;3.23;0.26 -9452;6;3170.50;10.00;1544.50;3.28;0.24 -9453;6;3647.00;9.60;1466.50;2.43;0.34 -9454;6;3198.50;10.30;1521.00;3.26;0.26 -9456;6;2995.50;9.70;1570.00;2.67;0.20 -9457;6;3084.50;11.20;1523.50;4.51;0.20 -9460;6;3493.50;9.80;1552.50;3.92;0.24 -9461;6;3417.00;10.55;1485.50;3.81;0.24 -9462;6;3626.50;9.60;1525.00;2.78;0.28 -9463;6;3345.50;10.40;1492.50;3.28;0.26 -9465;6;3278.50;10.10;1506.00;3.78;0.20 -9467;6;1543.00;10.60;1667.00;2.89;0.40 -9468;6;3171.50;10.10;1515.00;2.67;0.24 -9469;6;3607.50;9.60;1479.50;2.82;0.26 -9470;6;3057.00;10.05;1558.50;3.14;0.20 -9471;6;3008.50;11.85;1537.00;2.89;0.22 -9472;6;2878.50;10.50;1513.00;2.44;0.32 -9474;6;3480.50;9.80;1480.50;3.68;0.20 -9477;6;3325.00;9.80;1542.00;3.14;0.20 -9478;6;2802.00;10.30;1469.50;3.81;0.24 -9479;6;3351.50;9.70;1496.00;3.30;0.22 -9482;6;2921.50;9.95;1540.00;3.30;0.20 -9483;6;3164.50;9.80;1649.50;2.73;0.24 -9485;6;3223.00;10.40;1686.50;2.86;0.28 -9487;6;3573.00;10.60;1526.50;2.26;0.32 -9488;6;3428.00;9.90;1492.00;3.46;0.20 -9489;6;3402.50;9.90;1530.50;3.92;0.22 -9493;6;3242.00;10.00;1543.00;2.35;0.24 -9494;6;3161.50;9.80;1523.50;3.92;0.28 -9496;6;3025.50;9.70;1567.50;4.17;0.28 -9497;6;2989.00;11.70;1534.00;3.14;0.18 -9498;6;2876.50;9.60;1555.00;4.12;0.16 -9500;6;2834.00;9.70;1526.00;3.60;0.18 -9501;6;3200.50;10.30;1687.00;2.67;0.24 -9504;6;3492.50;10.10;1496.50;2.73;0.26 -9505;6;2891.50;11.90;1487.50;2.52;0.24 -9506;6;3303.50;9.80;1548.50;2.35;0.18 -9508;6;3110.50;10.00;1557.50;3.03;0.20 -9510;6;2769.00;10.32;1476.00;2.82;0.26 -9511;6;3085.50;10.50;1538.50;3.28;0.24 -9513;6;3566.50;9.70;1497.50;2.63;0.28 -9515;6;2998.00;11.30;1494.00;2.35;0.20 -9516;6;3466.50;9.80;1492.50;2.35;0.24 -9517;6;2947.00;12.12;1495.00;3.46;0.22 -9518;6;3380.50;9.95;1536.00;3.38;0.18 -9519;6;3318.50;9.80;1511.00;2.67;0.24 -9520;6;3197.00;10.05;1552.00;2.82;0.26 -9521;6;3153.00;10.50;1537.50;3.14;0.28 -9523;6;2831.50;9.90;1492.50;4.30;0.16 -9524;6;2960.00;10.50;1544.00;2.82;0.20 -9527;6;3055.00;10.25;1492.50;2.76;0.20 -9529;6;3450.50;9.90;1537.00;2.24;0.22 -9532;6;3080.00;9.80;1560.50;2.46;0.22 -9533;6;3241.50;10.20;1516.00;3.30;0.22 -9534;6;2837.50;9.80;1499.50;1.97;0.16 -9535;6;3028.50;10.10;1549.50;4.39;0.24 -9537;6;3126.00;10.07;1488.00;2.15;0.24 -9538;6;3595.00;9.60;1509.00;2.89;0.28 -9539;6;3075.50;9.90;1493.00;4.12;0.20 -9541;6;3028.00;13.65;1502.50;4.01;0.24 -9542;6;3344.00;10.50;1545.50;3.14;0.22 -9544;6;3164.50;9.80;1561.50;1.97;0.28 -9546;6;3093.50;10.05;1552.00;3.30;0.24 -9547;6;2935.00;11.15;1537.00;2.15;0.18 -9548;6;3207.00;10.67;1479.00;2.03;0.28 -9549;6;3588.50;9.70;1533.50;1.68;0.26 -9550;6;2783.00;9.62;1497.00;3.38;0.16 -9551;6;3096.50;13.30;1507.50;3.92;0.20 -9552;6;3411.00;10.02;1536.00;3.14;0.26 -9553;6;3766.00;10.05;1682.00;3.33;0.44 -9554;6;3243.50;9.80;1554.00;2.09;0.26 -9555;6;3007.00;12.45;1512.50;3.14;0.18 -9557;6;2961.00;10.35;1511.00;3.14;0.24 -9558;6;3192.50;10.50;1523.50;2.35;0.22 -9561;6;2851.00;10.27;1505.00;2.35;0.20 -9565;6;3448.50;10.15;1506.00;2.49;0.24 -9566;6;3324.50;9.80;1552.00;3.78;0.18 -9567;6;3093.00;13.05;1515.50;3.52;0.20 -9568;6;3271.50;9.90;1541.00;3.78;0.22 -9569;6;3033.00;12.30;1512.50;3.14;0.24 -9570;6;3065.50;10.40;1540.50;4.20;0.28 -9572;6;2969.00;10.45;1515.50;3.14;0.20 -9574;6;2890.50;10.20;1541.50;3.33;0.16 -9575;6;2910.50;10.85;1510.00;4.12;0.22 -9576;6;3259.50;10.00;1477.50;2.94;0.22 -9578;6;2818.00;9.90;1501.00;2.03;0.22 -9579;6;3399.50;10.00;1550.00;2.97;0.20 -9582;6;2986.00;9.70;1421.00;4.24;0.16 -9585;6;1566.50;10.60;1635.50;2.35;0.32 -9586;6;3057.50;13.95;1413.00;3.38;0.20 -9589;6;4977.00;11.87;1497.00;2.11;0.30 -9591;6;3087.50;10.40;1417.50;2.60;0.20 -9592;6;3563.50;9.60;1451.00;2.44;0.24 -9595;6;3081.00;9.90;1424.00;2.03;0.18 -9596;6;3039.50;12.00;1444.00;2.24;0.22 -9599;6;3118.00;11.55;1404.50;3.81;0.20 -9602;6;3144.00;11.62;1400.00;2.82;0.20 -9605;6;3788.50;9.90;1310.00;4.08;0.40 -9606;6;3140.00;10.80;1428.00;2.35;0.26 -9608;6;3098.50;9.80;1432.50;2.60;0.18 -9609;6;2857.50;10.10;1452.50;3.33;0.22 -9610;6;3201.50;9.90;1390.00;2.44;0.22 -9611;6;3065.50;9.90;1440.50;1.97;0.18 -9612;6;3215.00;10.25;1394.00;2.35;0.28 -9614;6;3231.00;10.20;1398.50;2.26;0.18 -9616;6;988.00;15.05;1633.50;2.95;0.40 -9618;6;2927.50;15.05;1450.00;2.44;0.18 -9620;6;2924.50;14.20;1455.50;2.11;0.16 -9621;6;3115.00;9.75;1436.50;3.14;0.20 -9622;6;2913.00;10.10;1456.00;2.35;0.16 -9625;6;2864.50;10.10;1453.50;3.92;0.26 -9629;6;2836.00;9.95;1460.50;2.26;0.22 -9630;6;2984.50;13.00;1453.00;3.38;0.22 -9631;6;2791.50;9.80;1454.50;2.11;0.22 -9632;6;3488.50;14.60;1376.00;2.89;0.28 -9633;6;2974.50;16.50;1458.00;3.38;0.20 -9634;6;1585.00;10.80;1659.50;3.14;0.30 -9635;6;3251.50;9.80;1412.00;2.67;0.28 -9637;6;907.50;10.20;1483.00;3.60;0.28 -9638;6;2926.50;10.65;1464.00;2.89;0.18 -9639;6;4909.50;11.35;1437.00;2.58;0.28 -9640;6;3151.50;10.80;1443.50;4.17;0.20 -9641;6;4932.00;13.30;1438.00;3.92;0.26 -9642;6;2897.00;10.10;1464.50;3.73;0.22 -9644;6;2856.00;10.05;1471.50;2.46;0.22 -9646;6;3052.50;10.45;1453.00;1.95;0.14 -9647;6;3502.50;10.05;1392.00;2.24;0.20 -9648;6;3048.00;11.65;1462.00;3.14;0.22 -9649;6;3465.00;13.70;1393.50;3.81;0.22 -9652;6;2994.50;14.00;1473.50;2.11;0.20 -9653;6;1460.50;10.10;1562.50;2.94;0.24 -9655;6;2959.00;11.55;1473.00;3.14;0.16 -9658;6;2892.00;10.30;1473.50;3.81;0.22 -9659;6;4942.50;9.80;1573.50;3.57;0.64 -9660;6;3106.00;9.72;1467.00;2.82;0.20 -9661;6;3061.00;10.80;1470.00;2.35;0.26 -9664;6;1585.00;11.62;1591.00;2.89;0.30 -9668;6;3205.50;16.00;1443.50;3.00;0.30 -9670;6;3194.50;15.35;1451.00;3.60;0.26 -9672;6;3183.00;11.70;1457.00;3.73;0.26 -9673;6;1641.50;11.70;1588.00;4.19;0.20 -9674;6;3442.00;12.77;1399.00;3.14;0.26 -9676;6;3091.00;9.95;1469.50;2.46;0.22 -9677;6;3354.00;11.25;1421.50;2.46;0.24 -9678;6;700.00;9.50;827.50;-0.70;0.38 -9679;6;3042.00;13.27;1471.00;3.14;0.20 -9681;6;3007.00;11.40;1491.50;3.52;0.20 -9682;6;1433.50;10.95;1568.00;2.67;0.26 -9685;6;3197.50;15.50;1460.50;3.68;0.18 -9686;6;2680.00;11.62;1365.00;3.60;0.20 -9688;6;3459.00;9.80;1433.00;2.82;0.24 -9689;6;2677.50;11.95;1372.00;1.95;0.18 -9690;6;3113.50;9.75;1477.00;1.78;0.28 -9691;6;3456.50;11.70;1403.50;1.97;0.22 -9692;6;3070.50;9.80;1487.00;4.03;0.18 -9694;6;3450.00;12.20;1413.00;4.12;0.22 -9695;6;1031.00;13.22;1589.00;2.55;0.32 -9696;6;3416.00;9.80;1416.50;3.14;0.20 -9697;6;903.50;10.20;1541.00;3.22;0.28 -9699;6;2728.50;14.40;1380.50;2.11;0.20 -9703;6;2737.00;11.00;1386.00;2.67;0.16 -9704;6;3182.50;15.40;1473.00;3.38;0.20 -9705;6;3498.00;10.45;1426.00;3.14;0.20 -9706;6;3157.00;10.05;1480.00;3.14;0.22 -9708;6;1628.50;11.50;1600.50;2.11;0.30 -9710;6;2788.00;9.72;1396.00;3.46;0.24 -9713;6;913.50;10.45;1523.00;3.05;0.34 -9714;6;3276.50;9.90;1467.50;3.33;0.24 -9715;6;3534.50;13.20;1316.50;3.68;0.26 -9716;6;3233.00;9.70;1464.00;2.82;0.22 -9717;6;2805.00;10.40;1406.00;3.14;0.22 -9720;6;3526.50;10.80;1435.50;3.92;0.24 -9721;6;1638.00;11.47;1608.00;3.14;0.28 -9722;6;3485.00;10.05;1434.00;3.14;0.22 -9723;6;2843.00;10.27;1393.00;3.14;0.18 -9724;6;756.00;9.50;799.50;-0.75;0.28 -9725;6;2842.00;9.80;1486.00;3.92;0.20 -9726;6;3445.50;9.80;1429.50;3.76;0.24 -9727;6;1497.00;10.55;1503.00;3.14;0.36 -9728;6;2871.00;11.92;1409.00;4.39;0.18 -9731;6;3154.00;10.45;1641.50;3.52;0.22 -9734;6;2825.00;9.85;1415.50;2.03;0.16 -9735;6;3542.50;9.60;1449.00;3.38;0.22 -9736;6;2902.00;13.35;1412.00;3.14;0.22 -9737;6;2794.50;9.70;1416.00;2.97;0.18 -9738;6;2914.50;15.45;1418.00;3.78;0.22 -9741;6;2936.50;10.10;1421.00;3.60;0.18 -9745;6;2911.50;15.80;1426.50;3.33;0.20 -9748;6;2859.00;10.95;1434.50;3.42;0.20 -9749;6;4962.50;12.50;1487.00;3.70;0.34 -9751;6;2824.50;9.90;1425.00;2.67;0.20 -9752;6;2970.00;10.30;1414.50;3.14;0.20 -9753;6;3554.00;9.60;1444.50;3.42;0.22 -9754;6;1636.00;12.65;1620.50;3.52;0.24 -9755;6;3319.50;13.55;1287.00;3.26;0.24 -9757;6;2763.00;12.25;1317.00;2.03;0.20 -9758;6;1624.00;9.60;1535.00;2.76;0.28 -9761;6;3391.00;16.60;1307.00;2.82;0.30 -9762;6;4893.50;11.90;1408.00;3.30;0.24 -9765;6;2681.00;10.00;1281.50;3.14;0.20 -9766;6;4839.50;12.00;1399.50;1.89;0.20 -9767;6;2748.00;12.22;1333.00;3.46;0.24 -9768;6;4624.00;12.87;1356.00;3.60;0.36 -9770;6;2702.00;13.65;1333.50;3.14;0.24 -9771;6;3161.50;10.80;1396.00;2.49;0.22 -9773;6;1206.50;12.40;1429.50;3.06;0.44 -9775;6;1508.50;12.10;1536.50;2.52;0.28 -9777;6;3384.00;17.97;1314.00;2.03;0.30 -9778;6;2749.00;11.70;1304.50;2.03;0.18 -9779;6;1522.50;12.20;1489.50;2.35;0.34 -9785;6;2765.00;13.15;1343.00;3.46;0.24 -9790;6;4771.00;10.25;1317.00;2.35;0.20 -9791;6;3184.00;11.25;1349.50;4.24;0.16 -9794;6;3005.50;11.20;1371.00;1.95;0.22 -9797;6;2828.50;12.50;1355.50;2.35;0.20 -9798;6;4882.50;9.80;1429.50;2.73;0.28 -9799;6;3229.00;11.27;1317.00;3.60;0.18 -9800;6;2731.00;12.75;1342.50;2.76;0.20 -9802;6;1315.00;10.77;1500.00;3.92;0.40 -9803;6;4778.50;11.90;1359.50;2.60;0.26 -9806;6;3295.00;12.15;1328.00;4.12;0.20 -9808;6;1546.00;10.75;1553.50;2.26;0.26 -9809;6;3106.50;12.90;1369.50;3.00;0.20 -9810;6;1469.50;10.60;1553.50;3.92;0.28 -9813;6;2798.00;10.52;1357.00;2.35;0.16 -9816;6;3549.50;14.35;1246.00;2.53;0.42 -9817;6;2674.00;9.80;1348.50;3.73;0.20 -9818;6;3173.50;13.85;1359.00;3.60;0.24 -9820;6;1621.50;13.00;1563.50;2.73;0.26 -9822;6;1276.50;10.50;1452.50;3.28;0.38 -9823;6;3409.50;11.10;1274.00;2.27;0.34 -9825;6;759.00;9.50;782.00;-0.77;0.26 -9827;6;2734.00;12.05;1351.00;3.92;0.20 -9828;6;2756.00;13.10;1300.50;3.52;0.18 -9829;6;1305.50;10.60;1424.00;3.86;0.46 -9830;6;3345.50;13.05;1287.00;3.01;0.22 -9831;6;4731.00;11.20;1385.00;2.89;0.26 -9834;6;1543.50;9.60;1307.00;4.00;0.32 -9835;6;4700.00;11.12;1346.00;3.14;0.20 -9836;6;1586.00;11.55;1578.50;3.52;0.18 -9837;6;3138.00;13.40;1337.50;4.06;0.20 -9839;6;2705.50;11.25;1323.00;2.15;0.20 -9841;6;4799.00;13.92;1366.00;2.35;0.22 -9843;6;4623.50;10.00;1328.00;3.78;0.20 -9844;6;3332.50;12.25;1334.00;1.95;0.24 -9846;6;2726.50;12.00;1349.50;2.82;0.20 -9848;6;4763.00;11.90;1342.00;2.82;0.22 -9849;6;3124.00;12.25;1370.00;3.92;0.24 -9850;6;1661.50;10.20;1579.50;4.30;0.16 -9854;6;4728.00;11.70;1325.50;3.14;0.24 -9855;6;956.50;12.80;1450.50;2.73;0.30 -9856;6;3065.00;10.30;1333.50;3.14;0.16 -9857;6;2782.00;11.05;1368.50;2.76;0.20 -9858;6;3453.00;18.45;1310.00;3.14;0.26 -9861;6;3328.00;9.50;1305.00;3.78;0.30 -9862;6;3209.00;11.67;1360.00;3.14;0.18 -9865;6;4993.50;9.70;1329.50;3.00;0.26 -9869;6;2677.00;9.92;1299.00;3.60;0.18 -9870;6;2747.50;12.70;1359.50;3.92;0.24 -9872;6;2731.00;13.00;1369.50;3.81;0.24 -9873;6;4656.00;12.45;1356.00;3.14;0.24 -9874;6;3141.00;11.50;1371.00;2.15;0.28 -9875;6;3124.50;12.55;1345.00;1.95;0.22 -9879;6;2990.50;11.00;1390.50;3.33;0.20 -9880;6;1326.00;10.40;1637.00;3.33;0.42 -9881;6;2738.50;13.15;1313.00;2.49;0.16 -9882;6;2811.50;13.00;1378.50;2.82;0.18 -9884;6;2805.50;12.10;1381.00;2.09;0.18 -9885;6;4741.50;10.00;1357.00;2.97;0.22 -9886;6;3434.50;14.30;1330.50;2.60;0.28 -9888;6;3220.50;10.00;1366.00;3.38;0.24 -9889;6;2792.50;12.50;1300.50;3.33;0.20 -9891;6;2718.00;11.50;1287.50;3.52;0.20 -9892;6;1316.00;10.40;1568.50;3.49;0.44 -9893;6;3392.50;12.80;1273.00;2.78;0.24 -9894;6;3083.50;13.90;1387.50;2.94;0.24 -9896;6;2799.50;11.95;1323.00;2.97;0.20 -9897;6;4835.50;12.10;1385.50;2.94;0.22 -9900;6;3359.00;13.90;1343.50;3.14;0.24 -9903;6;2776.00;12.40;1298.50;3.52;0.24 -9906;6;3142.50;12.00;1382.00;4.19;0.24 -9911;6;948.00;9.95;1468.00;2.76;0.30 -9913;6;4796.00;13.05;1395.00;2.35;0.28 -9916;6;3135.00;11.35;1311.50;2.21;0.22 -9917;6;2715.50;12.10;1322.00;3.60;0.20 -9919;6;3234.00;10.10;1376.50;2.46;0.28 -9921;6;3239.00;11.70;1310.00;2.67;0.18 -9923;6;1560.50;11.40;1534.50;3.00;0.24 -9924;6;2995.50;11.35;1401.00;3.78;0.16 -9925;6;2709.50;10.90;1308.00;2.89;0.20 -9927;6;4707.00;10.50;1375.50;2.43;0.32 -9928;6;4808.00;12.12;1398.00;2.55;0.26 -9929;6;3250.50;12.90;1282.50;2.60;0.20 -9933;6;2774.50;13.30;1338.50;4.17;0.24 -9934;6;4571.50;9.90;1167.00;2.24;0.26 -9935;6;4197.50;10.00;1010.50;3.03;0.28 -9936;6;4808.00;11.35;1273.50;2.76;0.22 -9939;6;4489.50;11.70;1117.50;3.64;0.38 -9941;6;3236.00;9.50;1268.00;-1.19;0.24 -9943;6;2920.50;9.70;1219.00;2.53;0.42 -9944;6;4656.00;11.10;1119.50;4.01;0.26 -9946;6;4110.00;10.17;993.00;2.86;0.34 -9947;6;3316.00;9.50;1148.00;3.14;0.26 -9951;6;4043.50;10.90;1117.50;3.03;0.44 -9953;6;4685.00;9.75;1197.00;3.46;0.24 -9954;6;3435.50;15.60;1318.50;3.03;0.30 -9956;6;4636.00;9.75;1230.00;4.12;0.22 -9958;6;4583.00;10.07;1228.00;1.95;0.20 -9959;6;4605.50;10.20;1159.50;3.68;0.34 -9960;6;2859.00;14.80;1227.50;2.30;0.40 -9961;6;4436.00;11.75;976.50;2.86;0.34 -9964;6;2837.00;11.95;1257.00;3.14;0.30 -9966;6;4402.00;19.55;1176.50;3.29;0.40 -9967;6;1501.00;13.25;1458.00;3.14;0.26 -9968;6;4883.00;11.07;1230.00;2.35;0.20 -9969;6;4629.50;9.70;1306.00;2.44;0.24 -9970;6;4580.00;11.00;1057.50;2.21;0.28 -9973;6;4088.00;10.10;1086.50;3.56;0.38 -9975;6;3941.50;9.70;1022.50;2.11;0.42 -9980;6;3038.00;9.80;1179.00;3.92;0.24 -9982;6;4580.00;12.25;1073.50;2.03;0.30 -9983;6;2945.50;9.90;1191.00;3.01;0.36 -9984;6;4625.00;9.77;1108.00;2.82;0.28 -9986;6;3153.00;11.70;540.50;4.11;0.70 -9987;6;4612.50;9.70;1259.50;3.00;0.26 -9988;6;4439.00;10.45;961.50;2.21;0.30 -9991;6;4243.00;9.70;1006.00;3.60;0.32 -9993;6;4221.00;10.15;1047.50;2.03;0.36 -9994;6;2953.00;9.70;1269.50;2.86;0.30 -9996;6;1475.50;10.90;1432.50;3.64;0.26 -9999;6;4575.00;9.62;1129.00;3.38;0.36 -10000;6;4682.00;11.30;1260.50;3.14;0.28 -10001;6;4109.00;10.25;950.50;3.66;0.34 -10003;6;4616.00;9.70;1283.50;3.42;0.24 -10004;6;4493.50;10.00;1004.00;2.44;0.24 -10006;6;4523.00;10.30;1117.00;2.24;0.40 -10009;6;2731.00;11.15;1269.50;3.73;0.20 -10012;6;4647.50;12.45;1103.00;3.83;0.22 -10013;6;2725.50;11.40;1225.50;2.94;0.28 -10014;6;4668.50;10.80;1144.50;3.68;0.28 -10015;6;4957.50;12.45;1253.00;3.38;0.26 -10017;6;4632.00;9.70;1170.50;2.46;0.26 -10022;6;4615.50;9.70;1298.00;2.67;0.24 -10023;6;2690.50;11.60;1192.00;4.00;0.28 -10025;6;3096.50;12.00;545.50;2.42;0.78 -10026;6;2957.50;11.10;1223.00;3.30;0.32 -10027;6;3060.00;12.35;1321.50;2.26;0.20 -10028;6;3302.50;10.90;1094.50;2.35;0.32 -10030;6;4024.00;11.00;992.50;3.14;0.38 -10034;6;4687.50;10.20;1164.00;3.78;0.20 -10036;6;4800.50;10.30;1279.50;2.60;0.22 -10040;6;4629.50;11.30;1207.50;2.35;0.26 -10041;6;3262.50;12.25;1285.00;2.44;0.24 -10042;6;4654.00;11.50;1090.50;3.42;0.30 -10043;6;4627.50;10.60;1241.50;3.68;0.26 -10045;6;2813.50;13.35;1233.00;3.50;0.36 -10049;6;3150.00;11.00;1178.50;2.92;0.26 -10050;6;4510.00;10.12;1022.00;2.55;0.28 -10053;6;4585.00;11.00;1299.50;2.46;0.26 -10055;6;4899.50;11.80;1238.50;3.33;0.20 -10056;6;3343.50;12.50;1271.50;2.52;0.32 -10057;6;4599.00;10.40;1094.00;2.89;0.30 -10058;6;4696.50;11.70;1130.50;3.92;0.24 -10059;6;2893.00;13.35;1239.50;3.14;0.32 -10065;6;4774.00;11.35;1302.50;2.21;0.16 -10068;6;4636.50;9.70;1315.00;2.97;0.22 -10071;6;3090.00;10.90;639.00;3.54;0.74 -10072;6;4627.50;10.70;1255.50;2.52;0.24 -10073;6;3292.00;9.70;1156.50;2.46;0.16 -10075;6;4428.50;13.30;1002.50;3.92;0.34 -10076;6;4684.00;11.02;1175.00;3.46;0.22 -10079;6;4612.00;9.70;1206.50;3.42;0.32 -10080;6;4574.50;10.10;1045.50;2.52;0.26 -10082;6;1473.00;9.50;602.00;-1.18;0.34 -10084;6;4633.00;10.90;1082.00;2.35;0.28 -10085;6;4800.00;12.65;1241.00;3.92;0.16 -10088;6;4145.50;9.90;982.00;3.83;0.26 -10090;6;4255.50;12.50;1037.50;3.25;0.40 -10093;6;4638.00;9.65;1040.50;2.46;0.28 -10094;6;2720.00;11.15;1266.50;2.55;0.20 -10097;6;3296.50;11.30;1064.50;3.20;0.48 -10098;6;4603.50;10.40;1222.00;3.70;0.22 -10102;6;4644.50;11.20;1270.00;4.19;0.22 -10103;6;4433.50;11.45;987.00;4.29;0.28 -10104;6;3188.00;10.05;1095.00;2.53;0.76 -10105;6;4528.00;10.10;1005.50;2.21;0.20 -10107;6;2700.50;16.50;1177.00;3.21;0.44 -10108;6;3864.00;10.55;1073.50;3.44;0.42 -10111;6;2742.00;12.12;1285.00;4.12;0.20 -10112;6;4622.00;11.55;1072.00;2.11;0.32 -10115;6;4802.00;11.85;1261.50;4.06;0.24 -10118;6;3909.00;9.65;1018.50;3.14;0.40 -10121;6;4557.00;12.25;1044.00;3.46;0.22 -10122;6;3249.50;9.65;1267.00;4.03;0.18 -10125;6;4944.50;9.80;1235.50;3.00;0.24 -10126;6;3308.00;11.07;1128.00;3.38;0.36 -10127;6;3255.00;9.80;1138.50;3.00;0.38 -10128;6;4957.50;11.85;1262.00;2.49;0.24 -10129;6;4448.50;9.95;979.00;2.49;0.20 -10130;6;4010.00;13.45;812.50;3.14;0.24 -10131;6;3728.50;12.75;1449.00;2.85;0.48 -10133;6;3744.00;10.70;1658.50;3.86;0.34 -10134;6;4407.50;9.70;861.50;3.68;0.26 -10135;6;4530.50;9.80;526.50;3.92;0.24 -10136;6;3713.50;10.70;1651.00;2.42;0.38 -10137;6;4498.50;10.80;897.50;3.00;0.22 -10139;6;3925.00;10.87;1158.00;2.82;0.42 -10140;6;3774.50;10.25;1550.00;3.26;0.40 -10142;6;3714.00;10.80;1632.50;3.14;0.34 -10144;6;4501.00;14.22;1176.00;2.55;0.30 -10146;6;3995.50;10.50;1400.00;2.57;0.60 -10150;6;4423.50;9.70;600.50;2.52;0.32 -10155;6;927.00;13.20;1679.50;2.43;0.40 -10158;6;4346.00;9.55;804.50;3.14;0.20 -10159;6;926.50;15.10;1562.50;1.99;0.34 -10161;6;4003.50;9.80;1504.00;3.88;0.52 -10162;6;4506.50;10.85;848.00;2.49;0.18 -10164;6;3772.00;9.80;1495.00;3.92;0.46 -10165;6;4694.00;10.82;901.00;2.35;0.18 -10167;6;4695.00;11.05;927.50;3.42;0.20 -10168;6;3779.50;10.10;1566.50;2.48;0.34 -10170;6;3811.50;9.90;1617.00;1.91;0.46 -10171;6;4052.00;12.72;967.00;3.78;0.42 -10172;6;1212.00;16.00;1234.00;2.35;0.50 -10174;6;1705.50;11.70;1662.50;2.48;0.34 -10176;6;1596.00;9.90;1838.50;4.46;0.82 -10177;6;4420.50;10.40;857.50;3.28;0.28 -10179;6;3916.50;10.30;1499.50;2.45;0.48 -10180;6;4495.50;14.20;888.00;2.97;0.18 -10185;6;3723.00;15.90;1614.00;2.49;0.38 -10189;6;3804.00;9.85;1678.50;3.87;0.38 -10192;6;1438.50;11.80;1445.00;3.60;0.32 -10195;6;4463.00;11.22;923.00;2.55;0.26 -10196;6;3754.50;10.40;1543.00;2.85;0.44 -10198;6;961.00;12.75;1712.50;2.11;0.48 -10200;6;3612.50;10.10;1741.50;3.00;0.32 -10204;6;4471.00;9.80;846.00;2.89;0.28 -10207;6;3588.50;9.70;1926.00;3.25;1.20 -10209;6;4397.00;9.70;648.00;2.89;0.26 -10211;6;3898.50;10.10;1560.00;3.43;0.44 -10213;6;3778.00;10.50;1612.00;2.46;0.38 -10216;6;3726.50;15.40;1726.50;2.60;0.60 -10220;6;3839.00;10.20;1489.50;3.79;0.62 -10221;6;4381.50;10.00;886.50;2.19;0.26 -10224;6;3733.50;10.00;1539.50;2.52;0.44 -10225;6;4412.50;10.30;640.00;3.38;0.24 -10227;6;4396.50;10.30;725.00;3.83;0.26 -10228;6;822.37;12.10;1801.35;3.44;0.78 -10230;6;1693.50;11.50;1650.00;2.27;0.34 -10232;6;4488.00;10.60;826.50;3.52;0.30 -10235;6;4011.50;10.30;1542.00;2.53;0.42 -10236;6;4701.00;10.30;885.00;3.46;0.28 -10239;6;3912.00;10.00;1542.00;4.03;0.34 -10240;6;4645.00;10.00;729.50;3.52;0.24 -10243;6;4750.50;11.00;778.50;2.11;0.20 -10244;6;1838.50;9.75;1649.00;3.60;0.36 -10245;6;2009.00;9.70;2012.50;3.71;2.34 -10246;6;4031.00;10.00;825.50;4.24;0.26 -10249;6;1571.50;10.90;1679.50;4.34;0.50 -10250;6;4384.00;9.70;879.00;2.35;0.24 -10253;6;3706.50;9.80;1508.50;3.05;0.46 -10256;6;3727.50;10.15;1581.00;4.00;0.42 -10258;6;857.50;14.50;1776.50;2.91;0.76 -10259;6;4008.50;10.50;909.00;4.00;0.24 -10261;6;4461.50;9.70;829.00;3.30;0.20 -10262;6;3672.00;9.80;1423.00;2.03;0.56 -10264;6;3686.00;9.70;1470.00;3.28;0.54 -10266;6;4604.00;10.30;625.00;3.14;0.30 -10268;6;3878.00;10.42;1525.00;2.44;0.52 -10269;6;4601.50;10.60;708.00;3.04;0.32 -10270;6;3960.50;12.90;955.00;3.01;0.36 -10271;6;886.50;10.10;1664.00;4.21;0.40 -10273;6;895.00;13.95;1767.50;1.73;0.56 -10277;6;3819.50;10.10;1486.50;3.06;0.48 -10279;6;4460.00;9.50;553.50;3.66;0.20 -10281;6;1456.00;11.25;1460.50;3.85;0.36 -10283;6;4304.50;10.40;947.00;2.09;0.30 -10284;6;3788.50;10.70;1587.50;2.63;0.42 -10286;6;3688.00;9.90;1663.00;2.89;0.32 -10290;6;4011.50;10.25;1483.00;3.43;0.46 -10293;6;4404.50;9.70;871.00;2.49;0.24 -10294;6;4412.00;9.72;610.00;3.14;0.34 -10296;6;4032.50;10.00;902.00;3.50;0.32 -10298;6;4702.00;9.57;936.00;3.14;0.20 -10299;6;3642.50;9.80;1565.00;3.01;0.28 -10304;6;4494.00;12.20;1138.50;2.72;0.38 -10305;6;937.50;14.00;1602.50;3.57;0.60 -10311;6;3996.50;11.30;967.50;3.28;0.36 -10312;6;3800.00;9.90;1572.00;2.67;0.44 -10314;6;3698.50;10.70;1658.50;3.05;0.30 -10315;6;4208.00;20.62;1280.00;3.43;0.82 -10316;6;4892.00;10.15;447.50;3.42;0.34 -10320;6;1685.50;10.15;1667.00;3.26;0.34 -10322;6;4433.00;9.70;599.00;3.73;0.24 -10323;6;3199.00;10.32;1665.00;3.46;0.26 -10326;6;4449.50;11.40;939.50;3.00;0.28 -10327;6;939.00;11.20;1692.00;4.17;0.36 -10329;6;3732.00;13.70;1630.50;3.42;0.42 -10332;6;4093.00;10.90;1044.50;2.30;0.46 -10333;6;1331.00;10.30;1550.50;2.18;0.28 -10335;6;4518.00;10.52;1101.00;3.38;0.36 -10337;6;1313.00;10.30;1361.50;3.56;0.38 -10340;6;1258.00;11.27;1501.00;2.94;0.50 -10341;6;1393.50;11.10;1611.00;2.97;0.40 -10343;6;1569.00;10.85;1506.50;2.46;0.40 -10345;6;2210.00;11.10;737.50;2.12;0.52 -10347;6;1965.00;9.70;313.00;2.03;0.48 -10348;6;3682.50;10.10;1362.00;3.43;0.44 -10349;6;4220.50;14.70;1083.00;2.44;0.28 -10350;6;5027.00;10.60;432.50;3.64;0.44 -10351;6;3680.00;13.30;1286.50;4.54;0.26 -10352;6;1459.00;10.30;1377.00;2.03;0.26 -10353;6;3826.50;10.80;1412.50;3.56;0.44 -10354;6;4373.50;11.80;648.00;2.85;0.38 -10355;6;1378.50;9.70;1427.50;2.87;0.36 -10356;6;4388.00;10.35;944.00;2.60;0.40 -10360;6;2074.50;12.35;510.00;3.43;0.42 -10361;6;4145.50;10.20;1071.50;2.94;0.32 -10363;6;4651.50;12.90;1406.50;2.13;0.40 -10364;6;4578.50;11.00;1218.50;3.00;0.28 -10366;6;3858.50;10.40;1379.50;3.80;0.48 -10368;6;4855.50;10.65;1465.00;2.89;0.32 -10369;6;4965.00;9.60;620.50;3.66;0.34 -10370;6;1352.00;11.10;1492.50;2.79;0.34 -10371;6;4354.50;11.45;961.00;3.01;0.40 -10376;6;4820.00;11.45;1409.50;2.12;0.32 -10377;6;4546.50;10.10;1089.50;3.28;0.28 -10378;6;5047.00;11.05;404.00;2.55;0.26 -10379;6;4823.50;10.70;1448.50;2.82;0.44 -10381;6;1650.00;11.10;1620.50;4.01;0.30 -10384;6;4396.50;10.30;935.50;3.54;0.34 -10386;6;4299.50;9.85;1012.00;2.27;0.32 -10387;6;977.50;12.75;1460.00;3.26;0.36 -10388;6;5127.00;10.45;171.00;2.97;0.38 -10389;6;4189.50;12.20;1074.50;4.28;0.36 -10390;6;1844.00;9.80;297.00;3.92;0.68 -10391;6;1335.00;10.30;1537.50;3.85;0.36 -10393;6;1393.50;10.10;1565.50;2.35;0.36 -10395;6;3727.50;9.60;1393.50;2.63;0.42 -10396;6;4975.00;10.90;606.50;3.86;0.36 -10400;6;3247.50;13.55;234.00;2.47;0.70 -10401;6;4084.50;10.20;1005.50;2.35;0.34 -10403;6;3473.50;15.50;1348.00;3.26;0.26 -10404;6;4522.00;10.27;1066.00;3.14;0.22 -10405;6;2025.50;11.60;428.00;3.86;0.40 -10406;6;3663.50;10.00;1360.50;3.06;0.56 -10408;6;3938.50;13.20;1360.50;4.22;0.48 -10410;6;1389.00;10.30;1417.50;3.32;0.36 -10411;6;4378.50;9.80;905.50;2.73;0.30 -10412;6;1569.00;9.90;1495.00;3.14;0.24 -10414;6;3763.50;9.85;1308.00;2.89;0.56 -10415;6;3098.00;10.57;137.00;3.92;1.04 -10416;6;4208.50;10.00;1062.50;3.64;0.32 -10418;6;1822.00;9.80;274.00;3.33;0.50 -10419;6;2187.50;9.90;625.00;3.04;0.46 -10420;6;3812.50;13.85;1379.00;3.32;0.60 -10421;6;4571.50;12.20;1261.00;2.67;0.32 -10422;6;940.50;14.90;1555.00;3.07;0.38 -10423;6;5014.00;10.55;600.50;3.29;0.50 -10424;6;4551.00;13.95;1344.50;3.14;0.46 -10425;6;4414.00;10.10;905.50;2.86;0.32 -10426;6;4671.50;10.70;1383.50;3.33;0.26 -10427;6;5102.50;11.80;156.00;3.21;0.44 -10428;6;4121.50;10.50;998.50;3.28;0.40 -10429;6;4668.00;12.20;1411.50;3.85;0.42 -10430;6;5145.50;11.00;242.50;2.63;0.36 -10431;6;4496.50;12.10;1056.50;3.76;0.36 -10432;6;2094.00;12.77;499.00;4.54;0.40 -10433;6;4782.50;10.35;1428.00;2.67;0.30 -10434;6;4595.50;9.70;1189.50;3.92;0.26 -10436;6;4946.50;15.05;596.00;2.74;0.42 -10439;6;1551.50;12.40;1485.50;2.94;0.18 -10442;6;3117.00;12.02;176.00;2.87;0.84 -10447;6;1994.50;9.70;373.50;3.70;0.72 -10449;6;1389.50;10.40;1394.00;2.53;0.38 -10451;6;4523.00;13.70;1324.50;4.41;0.40 -10452;6;3837.50;10.80;1446.50;3.23;0.52 -10453;6;4462.50;9.85;879.00;3.01;0.22 -10454;6;3547.00;13.67;1308.00;3.92;0.34 -10455;6;5080.00;10.10;135.00;3.38;0.38 -10456;6;4386.50;11.85;970.00;2.89;0.22 -10457;6;1400.00;10.55;1535.50;2.92;0.34 -10459;6;4465.00;10.80;1041.50;3.14;0.34 -10460;6;5101.00;10.60;335.00;3.14;0.42 -10462;6;4598.50;10.50;1167.00;1.92;0.26 -10463;6;4839.50;10.40;1445.50;3.54;0.30 -10468;6;1541.00;10.95;1476.50;2.12;0.26 -10471;6;4117.50;11.70;1043.00;2.58;0.34 -10472;6;3481.50;14.80;1333.50;2.19;0.24 -10473;6;4707.50;10.90;243.50;4.41;0.72 -10476;6;3789.50;12.80;1234.50;3.80;0.54 -10477;6;1372.00;10.60;1460.00;2.67;0.40 -10478;6;1389.50;11.00;1583.00;2.74;0.38 -10480;6;4585.50;13.80;1320.50;3.28;0.34 -10483;6;965.50;11.70;1449.50;3.46;0.28 -10485;6;3714.00;9.70;1359.00;2.60;0.54 -10486;6;4290.00;10.30;1044.50;2.96;0.44 -10487;6;5112.00;10.25;312.00;2.76;0.38 -10488;6;3908.50;16.30;1340.00;4.16;0.48 -10490;6;4381.00;12.77;1258.00;2.09;0.60 -10491;6;4547.50;9.95;532.00;2.97;0.20 -10492;6;1494.00;9.90;1412.50;3.32;0.30 -10493;6;3203.50;10.40;1674.00;3.83;0.28 -10495;6;1530.50;11.00;1465.50;3.03;0.32 -10497;6;3454.50;14.70;1293.50;3.00;0.32 -10499;6;4641.50;13.00;1390.50;2.63;0.38 -10500;6;5139.50;12.00;211.50;1.99;0.34 -10501;6;4599.50;10.40;1109.50;3.54;0.26 -10502;6;1904.50;9.80;331.50;2.87;0.56 -10503;6;4811.50;10.40;1421.00;3.83;0.32 -10507;6;4558.50;14.60;1314.00;2.09;0.32 -10508;6;3865.00;10.40;1439.00;3.46;0.58 -10510;6;3699.50;12.10;1300.50;2.17;0.46 -10512;6;5026.50;12.75;1382.00;2.67;0.34 -10515;6;1880.00;9.70;321.50;2.41;0.66 -10517;6;4550.00;9.80;1119.50;3.66;0.32 -10518;6;4898.00;10.07;431.00;2.94;0.32 -10519;6;4860.50;12.00;1441.50;2.52;0.36 -10520;6;1441.00;10.30;1384.00;2.82;0.30 -10521;6;4903.00;10.40;1472.50;2.26;0.36 -10522;6;4352.50;12.60;681.00;3.24;0.38 -10524;6;4495.50;10.90;1646.50;3.27;0.60 -10525;6;3236.00;12.00;297.50;2.76;0.96 -10529;6;4003.50;10.30;1709.50;2.11;0.70 -10531;6;4135.00;12.72;1542.00;3.50;0.76 -10532;6;1247.50;11.40;1536.00;3.22;0.50 -10533;6;4066.50;10.00;1745.00;2.72;0.76 -10535;6;1120.50;15.20;1556.50;2.48;0.40 -10536;6;4006.50;9.70;1884.50;2.31;1.14 -10537;6;4070.50;10.25;1600.00;3.07;0.56 -10538;6;3155.50;12.80;406.50;3.81;0.96 -10540;6;5329.00;10.80;1843.00;1.60;3.16 -10543;6;4391.00;15.05;1566.50;3.57;0.66 -10544;6;4260.00;10.90;1714.50;4.11;0.68 -10545;6;4167.00;13.32;1364.00;2.35;0.46 -10548;6;819.50;12.80;1836.50;2.79;1.16 -10550;6;2018.50;10.10;716.50;-1.22;0.50 -10552;6;1104.00;11.40;1748.50;3.14;0.66 -10553;6;5072.00;11.95;94.50;2.92;0.42 -10554;6;4474.50;13.60;1513.50;2.64;0.74 -10555;6;4070.00;10.40;1649.50;2.96;0.48 -10556;6;1006.00;16.90;1613.50;3.44;0.64 -10558;6;4430.00;13.50;1371.50;2.98;0.64 -10559;6;4686.00;11.00;1580.00;2.13;0.68 -10560;6;4310.50;14.60;1406.50;1.96;0.60 -10561;6;4095.50;10.40;1817.50;2.60;0.72 -10562;6;4348.00;14.35;1595.50;2.03;0.52 -10563;6;4266.50;13.30;1466.00;3.97;0.62 -10564;6;4033.50;9.70;1961.00;3.94;1.74 -10567;6;4716.50;11.45;1510.00;3.32;0.62 -10568;6;3926.00;9.80;1620.50;3.77;0.52 -10569;6;1266.50;10.70;1614.00;3.53;0.56 -10572;6;4928.00;10.55;1729.00;4.03;1.32 -10574;6;4629.00;12.95;1575.50;4.36;0.68 -10575;6;4554.00;12.92;1436.00;2.35;0.66 -10576;6;4172.50;9.80;1744.50;3.74;0.62 -10577;6;4935.00;10.40;1607.50;3.57;0.88 -10579;6;3654.50;10.00;1836.50;3.07;0.74 -10580;6;4205.00;11.50;1617.50;2.62;0.54 -10581;6;5084.00;11.35;103.50;3.36;0.36 -10582;6;1061.00;11.30;1576.00;2.67;0.42 -10584;6;4053.00;10.10;1517.50;3.57;0.44 -10585;6;1225.50;11.10;1933.00;3.99;1.48 -10586;6;1418.50;10.40;1485.50;3.76;0.26 -10587;6;1168.00;12.40;1651.00;2.94;0.38 -10588;6;1161.00;17.52;1526.00;3.14;0.40 -10589;6;4755.50;10.20;1821.50;3.54;1.12 -10591;6;1005.50;16.00;1535.00;4.12;0.58 -10592;6;3913.50;9.80;1811.00;2.15;0.60 -10593;6;1084.50;13.10;1713.50;3.70;0.54 -10595;6;1289.00;10.70;1611.00;3.38;0.48 -10596;6;4470.00;12.25;1646.50;2.91;0.74 -10597;6;4316.50;15.85;1530.00;3.97;0.54 -10598;6;4952.50;12.00;1664.00;2.32;0.82 -10600;6;3931.50;9.80;1673.00;1.93;0.62 -10602;6;1022.00;16.52;1638.00;3.78;0.58 -10603;6;3946.50;10.70;1396.50;2.94;0.56 -10605;6;1382.00;10.40;1878.50;2.17;1.56 -10606;6;1259.50;11.30;1552.50;2.13;0.34 -10607;6;4227.00;10.40;1880.50;3.03;1.52 -10608;6;4792.00;11.55;1664.50;2.83;0.88 -10609;6;5579.00;11.50;159.00;2.89;0.30 -10610;6;4123.00;11.97;1467.00;2.76;0.46 -10611;6;1154.50;12.70;1766.00;3.09;0.74 -10613;6;4173.00;9.80;1678.50;4.31;0.74 -10614;6;4192.50;12.70;1366.00;3.48;0.66 -10615;6;1418.00;9.92;1460.00;3.60;0.30 -10616;6;4469.00;13.90;1085.50;3.44;0.40 -10617;6;4088.50;10.20;1705.50;4.51;0.70 -10618;6;1299.50;10.20;1674.00;3.88;0.44 -10619;6;4037.50;10.55;1419.00;3.24;0.52 -10620;6;3866.50;9.70;1800.50;2.64;0.66 -10623;6;4384.00;14.50;1494.50;3.44;0.68 -10624;6;1111.00;12.50;1710.50;3.37;0.60 -10626;6;3983.00;9.80;1657.00;3.14;0.56 -10627;6;4283.00;13.50;1548.00;4.29;0.46 -10628;6;4447.00;10.60;1758.50;2.99;1.06 -10629;6;4486.00;14.75;1354.50;2.18;0.50 -10631;6;4392.50;10.60;1780.50;3.88;1.12 -10632;6;4481.00;13.20;1409.50;2.31;0.70 -10633;6;3952.50;10.35;1573.00;2.49;0.52 -10634;6;4309.00;16.55;1433.00;2.52;0.54 -10635;6;4151.50;9.80;1844.00;3.17;1.02 -10636;6;2279.00;11.97;2032.00;1.77;1.36 -10637;6;5082.00;9.85;83.00;2.67;0.36 -10638;6;4693.00;12.95;1479.00;1.89;0.84 -10645;6;1122.00;15.65;1479.50;2.55;0.60 -10646;6;4275.50;12.70;1569.50;2.35;0.64 -10647;6;4576.50;12.80;1454.50;2.87;0.60 -10651;6;1037.00;12.35;1546.00;3.14;0.52 -10652;6;4122.00;10.75;1618.50;2.72;0.42 -10653;6;4046.00;10.00;1495.00;2.09;0.36 -10655;6;4822.50;10.50;1524.50;3.20;0.44 -10657;6;1484.00;12.65;1476.00;3.78;0.30 -10658;6;4542.00;12.65;1576.50;2.61;0.70 -10659;6;3947.50;10.30;1709.50;3.68;0.52 -10660;6;3917.00;11.42;1363.00;2.82;0.60 -10661;6;4386.50;11.90;1595.00;2.22;0.72 -10662;6;1060.00;16.37;1530.00;3.14;0.58 -10664;6;4384.50;11.40;1628.50;3.08;0.60 -10667;6;4833.00;13.05;1659.00;3.42;0.86 -10670;6;3892.00;9.80;1663.50;3.64;0.52 -10671;6;3846.00;11.85;1310.00;3.46;0.32 -10672;6;1064.50;16.80;1626.00;2.40;0.58 -10673;6;4182.50;10.35;1717.00;1.90;0.74 -10674;6;4162.50;10.70;1405.50;3.46;0.56 -10675;6;4766.50;11.30;1554.00;3.30;0.72 -10676;6;1299.50;10.50;1560.00;3.38;0.56 -10677;6;3755.00;13.50;1853.00;2.15;0.92 -10678;6;4787.00;10.20;1604.50;2.39;0.72 -10680;6;4050.50;11.00;1454.50;4.21;0.50 -10681;6;4669.00;12.82;1638.00;2.44;0.70 -10682;6;5094.00;10.45;138.00;3.92;0.40 -10684;6;1051.50;12.30;1780.50;4.13;0.72 -10685;6;1280.00;10.50;1666.50;4.18;0.44 -10687;6;966.50;10.30;1664.00;2.67;0.26 -10688;6;4479.00;10.45;1792.50;2.98;0.96 -10689;6;4392.50;14.50;1386.50;3.92;0.76 -10691;6;4161.00;12.62;1427.00;2.82;0.58 -10694;6;303.22;9.70;1869.74;2.29;1.10 -10696;6;3962.00;10.40;1634.00;3.14;0.52 -10700;6;1637.00;10.50;1691.50;2.59;0.56 -10702;6;1251.00;11.65;1462.50;4.18;0.34 -10704;6;4431.50;15.50;1437.50;2.60;0.52 -10706;6;1168.00;12.50;1695.50;2.79;0.56 -10709;6;1234.00;11.40;1699.50;2.41;0.54 -10711;6;1141.00;13.85;1605.00;2.35;0.46 -10713;6;4156.00;14.15;1518.50;4.14;0.80 -10714;6;4742.00;11.70;1713.50;2.06;0.70 -10715;6;1758.00;11.50;1763.50;2.74;1.02 -10716;6;3740.50;10.30;1724.50;3.50;0.46 -10718;6;1466.50;10.90;1730.50;3.21;0.66 -10719;6;1308.00;10.40;1653.00;3.33;0.50 -10720;6;3788.50;10.35;1737.00;2.67;0.72 -10722;6;4851.00;10.47;1485.00;3.54;0.50 -10723;6;3713.50;9.80;1879.50;3.63;0.92 -10725;6;2742.50;10.20;976.00;3.17;1.36 -10726;6;4391.50;14.80;1104.50;2.71;0.46 -10727;6;1447.50;10.40;1500.00;2.27;0.30 -10728;6;1470.00;11.05;1087.50;3.14;0.64 -10730;6;1262.50;14.35;1152.00;2.40;0.56 -10731;6;2786.50;11.90;1164.50;2.58;0.90 -10732;6;1283.00;10.70;1195.50;3.64;0.54 -10733;6;4482.00;11.87;1226.00;2.35;0.30 -10734;6;3387.50;14.50;771.50;3.53;0.86 -10735;6;3887.50;9.70;1112.50;2.05;0.48 -10736;6;1796.00;10.32;989.00;3.30;0.68 -10737;6;3886.50;19.10;1235.50;2.63;0.50 -10739;6;3221.00;11.40;883.50;3.45;0.72 -10742;6;3799.00;10.00;1291.50;3.00;0.56 -10743;6;3331.00;10.60;891.00;3.54;0.52 -10744;6;3481.50;10.20;1174.50;3.28;0.74 -10745;6;3315.50;10.90;997.50;3.20;0.60 -10746;6;1211.00;12.65;1319.00;3.28;0.48 -10747;6;1645.00;11.95;956.00;3.56;0.66 -10749;6;2911.00;11.90;1067.00;4.00;1.92 -10750;6;4339.50;14.50;1267.00;3.50;0.48 -10751;6;4105.50;9.95;1075.00;4.36;0.32 -10753;6;1426.00;9.90;1446.50;2.43;0.32 -10754;6;3127.50;10.00;1109.50;2.41;0.94 -10755;6;4190.50;22.00;1210.50;3.17;0.98 -10756;6;4016.50;10.55;899.00;3.30;0.32 -10757;6;4534.50;10.80;1154.00;2.97;0.34 -10758;6;2931.50;10.65;885.00;3.89;0.80 -10761;6;3435.00;9.80;654.00;1.86;0.64 -10762;6;2693.50;10.70;756.50;3.49;0.80 -10763;6;4457.00;13.45;1103.00;2.76;0.40 -10764;6;3214.50;11.90;771.50;3.92;0.98 -10766;6;3226.00;11.72;623.00;2.94;0.82 -10768;6;3621.00;14.45;1254.50;3.32;0.46 -10769;6;1251.00;10.50;1297.00;3.66;0.60 -10770;6;4380.50;12.40;1332.50;3.21;0.60 -10771;6;2662.00;9.90;920.50;4.36;0.72 -10772;6;3977.50;10.35;1156.00;2.31;0.54 -10773;6;1294.00;13.90;1156.50;2.51;0.46 -10775;6;3449.50;12.15;759.00;2.53;0.72 -10776;6;4390.50;12.35;1012.00;2.07;0.50 -10777;6;3480.00;10.90;823.50;3.69;0.58 -10778;6;1309.00;10.15;1407.50;3.14;0.34 -10780;6;3004.50;10.40;889.00;2.47;0.84 -10781;6;3898.50;13.90;1253.50;2.25;0.44 -10782;6;3776.50;13.80;1107.50;2.94;0.74 -10783;6;1029.50;10.70;1408.50;4.59;0.56 -10785;6;3143.00;9.67;1136.00;3.30;0.56 -10786;6;3478.50;12.90;981.50;3.62;0.80 -10787;6;4390.50;19.30;1203.50;3.68;0.56 -10789;6;3857.50;16.10;1198.50;2.25;0.64 -10791;6;3582.50;9.90;1061.00;3.41;0.56 -10793;6;3509.00;10.32;1226.00;2.82;0.46 -10794;6;4026.50;10.30;1115.50;2.87;0.44 -10795;6;3302.00;10.60;864.00;3.26;0.46 -10798;6;1271.50;10.70;1468.00;3.50;0.42 -10799;6;3991.00;11.05;904.50;3.99;0.40 -10800;6;1189.00;13.15;1319.00;3.56;0.52 -10802;6;4050.50;23.40;1210.00;4.19;0.86 -10803;6;2746.00;9.70;747.00;2.35;0.52 -10807;6;4032.00;10.52;1085.00;2.24;0.44 -10808;6;4020.50;10.80;846.50;3.92;0.28 -10811;6;3473.50;10.40;1268.00;4.48;0.38 -10813;6;3884.00;10.55;1127.00;2.24;0.42 -10816;6;4005.50;10.70;1045.00;2.93;0.32 -10817;6;4365.50;20.10;1208.50;2.73;0.46 -10818;6;3580.50;10.20;782.50;2.61;0.68 -10819;6;4439.00;15.45;1096.50;2.72;0.42 -10821;6;4002.50;21.55;1255.00;2.29;0.76 -10822;6;4504.50;10.90;1125.50;3.05;0.30 -10823;6;1817.50;9.80;1018.00;3.75;0.68 -10824;6;1436.00;10.75;1456.50;4.15;0.26 -10825;6;4084.50;21.45;1141.00;3.60;0.64 -10826;6;3907.00;19.27;1244.00;4.17;0.52 -10827;6;3246.00;10.90;844.00;4.03;0.76 -10828;6;3677.00;13.25;1182.00;2.82;0.56 -10830;6;1145.50;14.00;1332.00;4.12;0.56 -10832;6;1244.50;12.75;1169.00;3.26;0.44 -10833;6;3514.00;10.97;816.00;2.67;0.44 -10834;6;4279.00;16.57;1277.00;3.28;0.70 -10836;6;2788.00;10.25;854.50;3.22;0.94 -10838;6;2686.00;10.40;1073.50;3.26;1.12 -10841;6;4405.50;14.00;1148.50;3.56;0.38 -10843;6;3951.50;11.10;1138.50;2.11;0.50 -10844;6;3322.00;10.20;1022.00;2.27;0.50 -10846;6;1610.50;14.10;891.00;2.06;0.70 -10847;6;3919.00;11.70;1083.00;2.60;0.42 -10849;6;1826.50;10.80;957.00;2.83;0.82 -10851;6;3292.00;11.77;840.00;3.76;0.60 -10852;6;3863.00;14.90;1249.50;2.92;0.50 -10853;6;1176.50;15.90;1273.50;4.17;0.52 -10854;6;4478.50;14.70;1310.00;3.07;0.38 -10855;6;1729.50;11.70;1032.50;3.03;0.56 -10856;6;4323.50;21.05;1179.00;4.05;0.72 -10857;6;3188.00;11.60;808.50;3.62;0.86 -10858;6;3198.50;11.40;589.50;3.92;0.74 -10860;6;3358.50;13.45;640.00;2.89;0.62 -10861;6;1297.00;10.50;1396.50;2.43;0.40 -10862;6;2793.00;10.15;751.50;3.64;0.54 -10863;6;4345.00;13.75;1056.50;2.51;0.48 -10865;6;4229.00;20.80;1282.50;3.85;0.90 -10866;6;3908.50;9.90;1100.50;2.48;0.52 -10867;6;1190.50;13.20;1447.50;2.96;0.40 -10868;6;2809.50;10.60;983.50;3.02;1.52 -10869;6;3220.00;9.80;1116.00;2.44;0.60 -10870;6;3514.00;11.95;971.50;3.75;0.70 -10871;6;1152.00;16.97;1291.00;3.28;0.58 -10872;6;4002.50;10.50;1003.00;3.38;0.48 -10873;6;3683.50;12.60;1207.50;2.71;0.58 -10875;6;2572.50;10.00;1033.50;3.23;1.24 -10876;6;3494.50;9.80;1185.50;3.21;0.50 -10877;6;3303.00;11.20;785.50;2.23;0.92 -10878;6;4144.00;11.95;1082.50;3.85;0.28 -10880;6;4494.00;14.55;1278.50;3.36;0.40 -10881;6;3652.00;14.20;1133.50;3.52;0.64 -10882;6;3444.50;11.75;1251.00;2.78;0.34 -10883;6;3137.50;10.60;694.50;2.35;0.42 -10884;6;2968.00;11.10;1135.50;4.06;1.12 -10885;6;4124.00;12.10;1324.50;3.31;0.92 -10886;6;1378.00;10.10;1101.50;4.48;0.40 -10887;6;3969.50;11.90;1187.50;2.35;0.38 -10888;6;1618.50;10.10;848.00;1.95;0.78 -10890;6;3719.50;12.90;1210.50;2.35;0.46 -10891;6;3592.50;10.70;810.00;2.10;0.58 -10892;6;3461.00;11.90;1065.00;3.83;0.72 -10893;6;3061.50;12.30;988.50;3.73;1.36 -10894;6;1187.00;12.45;1382.50;2.41;0.60 -10895;6;1149.00;9.85;1249.50;3.88;0.56 -10896;6;3814.00;16.02;1231.00;3.38;0.40 -10897;6;4026.50;11.50;874.50;2.60;0.34 -10898;6;3921.50;11.00;1129.50;2.57;0.44 -10899;6;4409.00;12.00;1351.00;2.78;0.68 -10900;6;3240.50;10.70;936.00;3.28;1.02 -10901;6;3414.50;11.20;1138.00;4.16;0.52 -10905;6;3982.50;18.90;1216.50;2.64;0.62 -10906;6;1946.50;9.70;955.00;3.08;0.68 -10907;6;3207.00;11.50;1044.50;3.86;1.06 -10908;6;3270.00;11.10;786.50;2.76;0.92 -10909;6;1485.50;12.60;1460.50;2.82;0.30 -10910;6;4119.00;21.50;1123.00;3.33;0.56 -10914;6;1120.00;15.40;1428.00;2.97;0.62 -10917;6;2953.00;11.25;928.50;3.79;1.28 -10918;6;4228.00;21.82;1189.00;3.26;0.64 -10919;6;2841.00;10.45;779.00;3.14;0.32 -10920;6;4322.50;12.75;1042.00;2.42;0.36 -10921;6;3560.00;11.22;826.00;2.67;0.34 -10922;6;3595.50;12.55;1236.00;3.78;0.46 -10923;6;3511.00;11.00;1094.50;2.91;0.70 -10925;6;4970.50;12.30;146.50;3.23;0.44 -10927;6;4914.00;9.85;199.00;4.36;0.62 -10929;6;3306.50;13.20;366.50;2.02;0.66 -10930;6;3298.50;13.90;462.00;2.63;0.92 -10931;6;2117.50;11.70;594.00;3.35;0.66 -10932;6;3312.00;13.00;592.00;4.33;0.94 -10935;6;1784.00;10.47;259.00;2.85;0.70 -10936;6;5030.00;10.70;330.00;3.03;0.76 -10937;6;2407.00;9.50;190.50;-1.49;0.76 -10938;6;1793.00;10.35;582.50;3.64;0.58 -10939;6;2250.50;9.90;727.50;2.52;0.36 -10941;6;5044.00;10.00;250.50;3.45;0.72 -10942;6;1587.50;11.95;808.00;3.53;0.92 -10943;6;1887.50;9.70;366.00;2.85;0.52 -10944;6;1822.00;10.45;503.00;2.73;0.62 -10945;6;2032.50;10.80;562.50;2.82;0.60 -10946;6;2202.00;10.20;679.50;3.29;0.56 -10947;6;2064.00;11.00;493.00;2.24;0.40 -10948;6;2999.50;11.50;675.50;3.37;0.96 -10949;6;4700.50;10.70;210.50;4.35;0.76 -10951;6;3154.00;11.20;672.00;3.44;1.04 -10952;6;1730.50;20.40;583.00;3.79;0.80 -10953;6;1776.00;9.90;155.00;2.86;0.90 -10954;6;5050.50;15.65;552.00;2.78;0.44 -10955;6;4997.00;9.95;308.50;2.13;1.22 -10956;6;2002.50;10.00;778.00;3.19;1.24 -10958;6;4782.00;9.80;372.50;2.65;0.66 -10960;6;1774.50;9.80;727.50;1.97;1.16 -10961;6;1692.00;10.12;124.00;4.17;0.44 -10962;6;3388.50;12.70;662.50;2.91;0.80 -10964;6;1737.00;15.05;358.50;3.48;0.56 -10965;6;1813.00;10.22;477.00;2.62;0.84 -10966;6;3063.50;14.20;463.50;2.63;1.04 -10968;6;3015.50;10.90;570.50;3.03;0.58 -10969;6;4768.00;10.67;212.00;3.14;0.68 -10970;6;1634.50;9.80;782.00;2.74;0.90 -10972;6;3381.00;10.97;456.00;2.24;0.98 -10973;6;1884.00;9.80;522.50;3.14;0.60 -10975;6;1818.50;9.80;370.00;3.48;0.68 -10978;6;3026.50;11.50;317.50;3.68;1.02 -10979;6;4905.50;10.20;365.50;3.02;0.90 -10982;6;1818.50;9.80;657.50;3.79;1.02 -10983;6;4682.00;10.30;198.50;3.44;0.50 -10984;6;2127.50;10.00;749.00;3.71;0.92 -10985;6;1824.50;9.90;336.50;2.17;0.58 -10988;6;3326.00;13.20;524.50;2.19;0.94 -10989;6;2234.50;10.60;765.50;3.64;0.44 -10990;6;4998.00;12.42;591.00;2.94;0.42 -10992;6;1731.00;16.12;322.00;2.96;0.66 -10993;6;3557.50;13.10;321.50;2.35;0.90 -10996;6;1770.50;10.00;638.00;3.20;0.80 -11002;6;2188.00;9.80;601.50;2.80;0.52 -11003;6;2023.50;10.70;508.50;3.64;0.38 -11004;6;5009.50;15.00;575.50;4.05;0.44 -11007;6;1958.00;10.85;433.00;2.19;0.80 -11008;6;2038.00;11.20;492.00;3.46;0.48 -11011;6;4710.50;10.40;159.50;3.92;0.60 -11012;6;3048.50;12.00;740.50;3.64;1.18 -11013;6;4877.50;11.50;294.50;2.16;1.14 -11014;6;3462.50;10.50;696.00;2.74;0.52 -11018;6;5032.50;14.20;576.50;3.74;0.46 -11019;6;5065.50;10.05;162.00;2.30;0.58 -11021;6;1755.50;10.90;291.00;3.19;0.54 -11022;6;1783.00;10.40;384.50;3.27;0.72 -11023;6;1911.50;9.90;498.50;4.03;0.78 -11025;6;3556.50;9.90;1740.00;3.70;0.28 -11026;6;3053.50;12.85;1878.00;4.19;0.40 -11027;6;3487.00;9.95;1688.00;3.14;0.24 -11028;6;2972.00;12.85;1770.50;3.14;0.30 -11029;6;2950.50;10.90;1728.50;3.76;0.28 -11030;6;3257.00;10.80;1916.50;2.62;0.38 -11032;6;3275.00;10.40;1717.50;3.14;0.24 -11036;6;3392.00;10.60;1765.00;2.15;0.22 -11037;6;2936.00;14.12;1762.00;4.06;0.28 -11043;6;3230.00;10.40;1786.50;3.42;0.22 -11044;6;3035.50;10.60;1733.50;3.33;0.26 -11045;6;3320.00;9.97;1867.00;3.92;0.34 -11046;6;3297.50;10.35;1790.00;2.97;0.26 -11049;6;3013.50;13.90;1812.50;4.09;0.30 -11054;6;3299.50;10.50;1839.50;3.00;0.36 -11056;6;1618.50;10.30;881.00;-1.07;0.20 -11057;6;3219.50;10.40;1712.50;4.17;0.18 -11058;6;3060.00;13.55;1904.00;3.38;0.30 -11059;6;3325.50;10.30;1746.00;2.44;0.24 -11060;6;3129.00;11.95;1942.00;3.14;0.44 -11061;6;3499.50;9.80;1786.50;3.28;0.34 -11065;6;3157.50;10.20;1813.50;2.73;0.28 -11066;6;3180.00;9.50;1758.50;3.42;0.28 -11068;6;3294.00;10.17;1732.00;3.14;0.20 -11071;6;3402.50;10.60;1774.00;4.03;0.28 -11073;6;3154.00;10.45;1902.00;3.60;0.36 -11074;6;3469.50;9.80;1768.00;2.67;0.34 -11075;6;3500.50;9.80;1702.00;3.30;0.22 -11076;6;3245.50;10.20;1807.00;3.83;0.28 -11078;6;2978.00;10.77;1744.00;3.46;0.24 -11081;6;3211.50;10.00;1871.50;2.35;0.26 -11082;6;3075.50;9.65;1714.00;2.78;0.32 -11083;6;3370.50;10.40;1724.50;3.68;0.24 -11084;6;3359.00;10.35;1695.50;3.81;0.24 -11085;6;3274.50;10.85;1917.00;3.04;0.36 -11086;6;3463.50;9.90;1743.50;3.33;0.26 -11088;6;3355.00;10.10;1916.50;3.99;0.36 -11089;6;3488.00;10.40;1816.50;2.79;0.56 -11092;6;1667.50;10.20;898.50;-1.07;0.22 -11093;6;3358.50;10.30;1715.50;2.35;0.26 -11095;6;3447.00;9.85;1727.00;2.82;0.24 -11097;6;3253.50;10.40;1692.50;3.92;0.24 -11099;6;3431.00;10.05;1691.50;3.52;0.26 -11101;6;2918.00;14.00;1727.00;2.67;0.22 -11102;6;3084.00;11.32;1908.00;3.33;0.32 -11103;6;3394.00;10.50;1758.00;3.46;0.30 -11104;6;3213.50;11.50;1988.50;2.57;0.48 -11105;6;3199.50;9.70;1743.00;1.92;0.24 -11107;6;3428.00;10.30;1714.50;3.14;0.22 -11108;6;3110.00;10.90;759.00;3.26;0.88 -11109;6;3291.50;10.05;1695.00;2.97;0.22 -11110;6;3535.00;10.60;1750.00;2.21;0.32 -11111;6;3675.50;10.30;1741.50;3.03;0.34 -11113;6;2976.50;12.40;1785.50;3.54;0.26 -11114;6;3012.00;10.45;1730.50;3.14;0.24 -11115;6;3180.50;10.90;1934.50;2.82;0.52 -11117;6;3328.00;9.90;1948.50;3.36;0.34 -11119;6;3727.50;9.75;1927.00;4.07;1.10 -11120;6;3061.00;11.45;1841.50;4.10;0.38 -11123;6;3050.00;11.20;1796.00;2.35;0.22 -11124;6;3623.50;10.60;1721.00;3.43;0.34 -11128;6;3290.50;10.60;1934.00;3.43;0.34 -11129;6;3062.00;10.80;1822.50;3.42;0.38 -11130;6;3156.00;11.57;1954.00;1.57;0.64 -11132;6;3197.00;10.40;1828.50;2.46;0.34 -11137;6;3396.50;10.00;1804.50;3.25;0.34 -11141;6;3238.50;9.50;1804.00;2.24;0.26 -11143;6;3452.50;10.50;1711.00;2.89;0.20 -11144;6;3196.50;10.50;1814.00;3.50;0.32 -11145;6;3348.50;12.20;705.00;4.27;0.88 -11146;6;3303.00;10.70;1824.50;3.14;0.34 -11147;6;3069.00;10.15;1772.00;2.82;0.26 -11148;6;3053.00;11.25;1836.00;2.55;0.24 -11151;6;2983.50;9.80;1719.50;3.68;0.24 -11152;6;3065.00;13.70;1887.00;4.33;0.30 -11153;6;3326.50;10.30;1755.00;2.67;0.26 -11155;6;3127.50;11.80;1910.50;3.28;0.36 -11158;6;3523.00;9.80;1715.50;3.42;0.24 -11159;6;3340.00;10.35;1775.00;3.73;0.28 -11160;6;3028.50;9.80;1651.00;2.67;0.18 -11161;6;2717.00;11.15;1672.50;3.52;0.22 -11162;6;3260.50;10.30;1761.00;3.78;0.26 -11164;6;3198.00;10.10;1880.50;3.42;0.30 -11165;6;3362.00;10.55;1733.00;3.14;0.22 -11166;6;3418.00;10.40;1692.00;3.14;0.22 -11168;6;3388.00;10.40;1744.50;3.36;0.24 -11170;6;3638.50;10.10;1749.50;2.87;0.38 -11172;6;1585.00;15.60;876.50;-1.06;0.22 -11174;6;3323.00;10.30;1728.00;2.55;0.26 -11177;6;3436.50;9.90;1736.50;3.68;0.26 -11180;6;3503.00;9.80;1692.50;3.14;0.24 -11181;6;3290.50;10.40;1896.00;2.27;0.28 -11182;6;3693.50;9.70;1912.00;3.19;0.90 -11185;6;3085.00;10.92;1827.00;3.46;0.28 -11186;6;3255.50;10.00;1728.00;3.30;0.22 -11189;6;3408.50;10.40;1723.00;3.83;0.24 -11190;6;1551.50;9.50;938.00;-1.02;0.28 -11192;6;3516.00;9.95;1737.00;3.14;0.26 -11193;6;3612.00;10.00;1726.00;1.95;0.28 -11194;6;3030.00;14.05;782.00;2.15;0.92 -11195;6;3681.50;10.35;1760.00;3.01;0.42 -11196;6;3411.50;10.05;1939.00;3.53;0.46 -11197;6;3046.50;10.00;1742.50;3.28;0.30 -11200;6;3566.00;10.40;1814.50;2.55;0.70 -11203;6;3621.50;9.90;1774.50;2.43;0.52 -11204;6;3219.00;10.45;1918.50;3.44;0.48 -11206;6;2976.00;12.42;1796.00;1.95;0.26 -11208;6;3142.00;11.27;1917.00;4.17;0.48 -11209;6;3052.00;10.40;1786.00;2.15;0.26 -11210;6;3218.50;9.90;1805.00;3.04;0.24 -11212;6;3346.50;10.15;1822.00;2.67;0.26 -11216;6;3230.00;10.60;1595.50;3.66;0.24 -11218;6;2739.50;11.50;1640.50;3.92;0.28 -11219;6;2991.50;9.70;1583.50;3.46;0.20 -11220;6;3285.50;10.00;1618.50;2.52;0.30 -11222;6;3219.50;10.50;1664.50;3.46;0.22 -11223;6;3723.50;12.60;1647.50;3.50;0.44 -11224;6;3323.50;10.30;1667.00;2.24;0.20 -11225;6;3584.00;9.70;1584.50;3.42;0.24 -11227;6;3450.50;10.25;1584.00;2.24;0.22 -11228;6;3698.00;10.60;1689.50;3.66;0.32 -11230;6;3302.50;9.90;1592.00;4.03;0.18 -11233;6;2924.50;10.30;1568.50;2.94;0.20 -11234;6;3288.00;10.42;1656.00;2.82;0.22 -11235;6;3353.50;10.00;1607.50;3.46;0.20 -11236;6;3389.50;10.40;1659.00;4.33;0.26 -11237;6;2680.50;9.90;1580.00;2.78;0.28 -11238;6;2672.00;10.05;1613.50;2.26;0.24 -11239;6;3473.50;10.35;1668.00;2.67;0.20 -11240;6;3519.50;10.60;1583.50;2.94;0.20 -11241;6;3283.50;10.45;1628.00;2.42;0.28 -11242;6;3379.00;10.00;1590.00;2.35;0.22 -11244;6;3372.50;10.00;1558.00;3.38;0.20 -11245;6;3128.00;9.80;1605.00;2.55;0.24 -11246;6;3154.50;10.10;1659.50;2.94;0.20 -11248;6;3428.00;9.90;1606.50;2.21;0.20 -11249;6;3697.00;14.30;1168.00;2.62;0.62 -11250;6;3369.50;10.30;1655.50;1.97;0.20 -11253;6;2803.50;10.50;1576.50;2.60;0.26 -11254;6;3344.50;10.50;1626.00;3.30;0.26 -11255;6;3549.00;10.05;1675.50;3.14;0.24 -11256;6;3614.00;9.90;1593.00;2.82;0.26 -11258;6;3443.50;9.90;1592.00;3.30;0.18 -11259;6;3253.00;9.80;1650.00;3.92;0.24 -11260;6;3066.50;9.80;1590.50;4.17;0.32 -11262;6;3495.50;10.00;1606.00;2.24;0.26 -11264;6;2921.00;9.70;1577.50;4.24;0.18 -11265;6;3120.50;9.70;1618.50;-0.91;0.40 -11268;6;3414.00;10.10;1618.50;3.14;0.18 -11269;6;3512.00;11.65;1588.50;3.14;0.20 -11270;6;2770.50;10.80;1628.50;3.33;0.18 -11272;6;3302.50;10.40;1640.50;3.33;0.20 -11274;6;3147.00;10.40;1581.00;3.92;0.28 -11275;6;3505.00;9.90;1649.50;3.52;0.26 -11276;6;2990.50;9.70;1594.00;2.67;0.24 -11277;6;3496.50;9.95;1628.00;2.67;0.24 -11279;6;2776.00;10.30;1586.00;3.46;0.26 -11281;6;3602.50;10.30;1606.50;3.28;0.24 -11283;6;3381.00;10.00;1562.00;3.14;0.20 -11284;6;3352.50;10.00;1598.50;2.94;0.20 -11285;6;3228.00;9.80;1570.50;3.56;0.26 -11286;6;3576.50;10.35;1662.00;3.38;0.18 -11287;6;2666.00;9.80;1604.00;3.14;0.16 -11289;6;3049.00;10.40;1690.00;2.35;0.22 -11290;6;3295.00;9.90;1618.50;2.46;0.22 -11291;6;3192.50;10.20;1696.00;2.67;0.24 -11292;6;3556.00;11.20;1625.50;4.15;0.22 -11296;6;3449.50;9.80;1563.00;3.38;0.22 -11298;6;3301.50;10.00;1575.00;2.49;0.22 -11300;6;3362.50;10.00;1615.50;2.94;0.20 -11301;6;3164.00;10.40;1583.00;2.82;0.24 -11303;6;2685.00;10.05;1617.50;2.86;0.26 -11305;6;2980.50;9.70;1598.00;2.89;0.24 -11306;6;2732.00;12.65;1674.50;4.24;0.24 -11307;6;3731.50;12.40;1703.50;2.48;0.36 -11308;6;3514.50;10.00;1561.50;3.92;0.18 -11309;6;3496.00;10.55;1595.50;2.46;0.24 -11310;6;3371.00;10.00;1568.00;3.14;0.22 -11314;6;3431.50;10.50;1614.50;2.94;0.20 -11315;6;3347.00;10.65;1673.00;2.89;0.24 -11317;6;2780.50;9.80;1623.50;3.76;0.26 -11319;6;3571.50;9.80;1600.00;2.67;0.24 -11320;6;3614.00;9.80;1664.00;3.14;0.28 -11322;6;3259.00;9.90;1606.50;3.14;0.22 -11323;6;3440.50;9.90;1567.50;2.94;0.20 -11324;6;3501.50;10.00;1613.00;3.38;0.16 -11326;6;3355.50;10.15;1653.00;2.78;0.24 -11329;6;3152.50;10.40;1588.00;3.78;0.24 -11335;6;3506.00;9.97;1570.00;3.73;0.22 -11336;6;3318.50;10.45;1604.00;3.01;0.26 -11337;6;3384.00;10.10;1570.00;2.15;0.20 -11338;6;3433.50;9.90;1659.50;2.94;0.20 -11339;6;3572.50;9.70;1619.50;2.35;0.26 -11340;6;3499.00;9.80;1668.00;2.49;0.26 -11341;6;3218.00;10.00;1579.50;3.73;0.18 -11342;6;3215.50;10.50;1630.50;2.73;0.28 -11344;6;3482.50;9.80;1628.50;3.68;0.22 -11345;6;2764.00;9.95;1593.00;3.46;0.22 -11346;6;2917.50;10.15;1562.00;2.97;0.18 -11347;6;3387.00;10.00;1605.00;2.55;0.22 -11348;6;3589.00;9.70;1574.50;4.06;0.26 -11349;6;3344.50;10.60;1652.00;2.24;0.18 -11352;6;3660.50;9.90;1699.00;3.86;0.36 -11353;6;3291.00;10.05;1629.50;3.42;0.20 -11354;6;3577.00;10.40;1673.50;2.76;0.28 -11356;6;3554.00;10.05;1634.50;1.93;0.24 -11358;6;3212.00;10.37;1646.00;3.78;0.36 -11362;6;3416.00;9.95;1645.50;2.76;0.22 -11363;6;3461.50;10.30;1599.50;2.94;0.18 -11364;6;3518.50;9.90;1572.50;3.00;0.24 -11365;6;3591.50;10.30;1670.50;4.48;0.26 -11368;6;3375.00;10.00;1580.00;2.89;0.20 -11369;6;3355.50;10.10;1617.00;2.24;0.22 -11371;6;2666.00;10.25;1621.50;2.62;0.24 -11372;6;3070.50;9.70;1610.50;2.19;0.28 -11373;6;3530.50;10.75;1600.00;2.24;0.22 -11374;6;2802.50;9.80;1566.50;3.33;0.28 -11377;6;3594.00;9.80;1585.50;4.01;0.26 -11379;6;3422.50;9.90;1615.00;2.97;0.20 -11380;6;3064.00;9.70;1701.50;2.46;0.24 -11381;6;3443.50;10.40;1576.50;2.35;0.18 -11382;6;2780.00;10.90;1603.50;2.76;0.20 -11383;6;3310.50;9.80;1584.50;2.35;0.20 -11384;6;3351.50;10.45;1636.00;2.09;0.20 -11386;6;3157.00;10.05;1597.50;1.86;0.22 -11387;6;3563.00;10.32;1650.00;3.14;0.24 -11389;6;3621.00;9.80;1620.50;3.52;0.26 -11390;6;3061.50;9.80;1691.50;3.00;0.24 -11391;6;3219.50;10.20;1621.00;2.29;0.32 -11392;6;3263.50;9.80;1677.50;2.35;0.28 -11393;6;3511.50;10.10;1578.00;2.97;0.24 -11394;6;3491.50;10.00;1618.00;2.89;0.24 -11395;6;3520.50;10.10;1525.00;3.83;0.24 -11397;6;3355.50;9.80;1516.50;4.09;0.30 -11399;6;3164.00;10.00;1539.00;3.14;0.28 -11400;6;3483.50;9.80;1461.50;1.97;0.20 -11401;6;3039.00;12.20;1537.50;3.73;0.24 -11402;6;2970.00;11.52;1559.00;2.35;0.20 -11403;6;3443.50;9.70;1463.50;2.94;0.18 -11404;6;2990.00;13.67;1525.00;3.14;0.22 -11405;6;3357.00;9.75;1474.50;2.86;0.20 -11408;6;3474.50;9.80;1545.00;3.38;0.22 -11409;6;3274.50;10.50;1484.50;4.17;0.26 -11411;6;3189.00;9.85;1500.50;3.14;0.24 -11412;6;3426.50;10.50;1522.50;3.33;0.18 -11413;6;3124.50;12.20;1519.00;2.97;0.22 -11414;6;3053.50;14.40;1534.50;3.46;0.18 -11416;6;3494.50;9.80;1462.00;2.24;0.20 -11417;6;2957.00;10.37;1522.00;4.12;0.20 -11418;6;3440.50;9.70;1471.00;2.27;0.26 -11420;6;2834.50;9.75;1519.00;3.30;0.28 -11421;6;3540.50;10.30;1550.50;2.94;0.26 -11423;6;3496.50;9.80;1519.50;3.33;0.20 -11425;6;3320.00;9.80;1533.50;2.46;0.20 -11426;6;3205.50;9.70;1723.50;2.94;0.24 -11427;6;3201.50;10.15;1503.00;2.67;0.26 -11428;6;3108.50;10.00;1546.00;2.15;0.26 -11430;6;3122.00;10.67;1532.00;3.46;0.20 -11431;6;2939.00;10.17;1552.00;3.60;0.18 -11433;6;3628.50;9.75;1551.00;2.49;0.18 -11434;6;3424.50;9.70;1474.50;3.92;0.28 -11437;6;3347.50;9.80;1482.50;3.33;0.24 -11438;6;3289.50;10.00;1501.50;3.28;0.24 -11440;6;1101.00;11.30;1773.00;4.24;0.60 -11442;6;3632.00;9.60;1492.50;3.14;0.32 -11444;6;3013.50;9.90;1579.50;3.33;0.20 -11445;6;2957.50;10.40;1534.00;2.97;0.20 -11446;6;2792.50;9.80;1549.00;4.03;0.12 -11447;6;3496.50;9.80;1478.00;2.49;0.20 -11448;6;4385.00;19.15;1227.00;3.92;0.48 -11449;6;3510.00;10.00;1555.00;2.15;0.18 -11450;6;3430.50;9.90;1481.00;3.83;0.26 -11451;6;3462.50;9.80;1520.50;4.30;0.18 -11453;6;3267.00;9.80;1551.00;3.14;0.24 -11454;6;3295.50;10.10;1509.50;3.28;0.26 -11455;6;3624.00;9.60;1473.50;2.43;0.32 -11456;6;2897.00;9.70;1555.00;1.89;0.24 -11457;6;3546.00;9.60;1479.00;2.55;0.28 -11458;6;3573.00;10.85;1552.50;3.81;0.20 -11459;6;3437.00;10.00;1486.50;3.42;0.22 -11460;6;3532.00;11.85;1532.50;1.93;0.22 -11461;6;3372.00;9.80;1495.00;3.46;0.20 -11463;6;2815.00;10.30;1478.50;2.86;0.22 -11464;6;3255.50;10.20;1515.50;2.19;0.22 -11465;6;2776.50;9.70;1468.50;2.94;0.18 -11468;6;2979.00;10.95;1559.50;2.46;0.20 -11470;6;2910.00;11.10;1521.50;3.52;0.22 -11471;6;2770.50;10.10;1562.50;3.33;0.22 -11472;6;3553.50;9.60;1493.50;2.73;0.30 -11473;6;3596.00;9.60;1527.00;3.78;0.30 -11475;6;3420.50;10.50;1531.00;2.89;0.16 -11476;6;3445.00;9.80;1496.00;2.55;0.24 -11480;6;3651.00;9.70;1503.50;3.36;0.38 -11481;6;3007.50;9.80;1547.50;3.68;0.22 -11482;6;3571.00;9.60;1485.00;4.06;0.28 -11483;6;2851.50;9.70;1530.50;3.33;0.20 -11484;6;3513.50;9.70;1502.50;2.11;0.24 -11485;6;3485.50;9.80;1523.50;3.33;0.20 -11486;6;2941.50;13.70;1487.50;3.33;0.22 -11487;6;3400.00;10.40;1504.00;3.73;0.26 -11488;6;2896.00;10.90;1486.50;3.14;0.20 -11489;6;3308.50;9.80;1535.50;2.60;0.22 -11490;6;3264.00;10.10;1515.50;2.86;0.26 -11491;6;2849.50;9.75;1490.00;3.38;0.22 -11493;6;2957.50;10.70;1562.50;2.94;0.24 -11495;6;871.50;10.20;1603.00;2.97;0.26 -11496;6;3590.50;9.95;1625.00;3.30;0.26 -11498;6;3201.00;9.80;1632.50;3.42;0.24 -11499;6;2961.50;12.95;1490.00;2.49;0.26 -11500;6;3391.00;9.80;1532.50;3.14;0.18 -11502;6;2905.50;10.70;1502.00;3.26;0.18 -11503;6;3217.00;10.15;1551.50;2.62;0.24 -11504;6;3336.50;10.25;1512.00;3.01;0.30 -11508;6;2775.00;9.50;1487.50;3.14;0.24 -11509;6;1466.50;10.10;1418.00;3.01;0.34 -11510;6;3623.00;9.70;1541.00;2.76;0.26 -11512;6;3461.50;9.80;1535.50;2.60;0.18 -11514;6;3255.00;10.05;1524.00;2.35;0.22 -11515;6;3097.00;9.80;1566.00;1.57;0.22 -11516;6;2901.50;10.30;1490.50;4.09;0.26 -11517;6;3044.50;11.50;1544.00;2.89;0.24 -11519;6;2890.00;10.37;1534.00;2.67;0.18 -11522;6;3096.50;10.30;1489.00;2.49;0.20 -11524;6;3604.00;9.60;1496.00;4.06;0.34 -11525;6;3047.00;12.90;1501.00;2.03;0.20 -11527;6;3484.50;10.00;1502.50;3.28;0.26 -11529;6;2967.00;10.80;1504.50;4.06;0.20 -11530;6;3306.50;9.80;1514.50;2.35;0.28 -11531;6;2918.00;11.15;1503.50;2.03;0.16 -11536;6;3159.00;11.20;1494.00;4.12;0.24 -11537;6;3602.50;10.60;1541.50;2.52;0.28 -11539;6;3100.50;12.70;1499.00;3.30;0.28 -11541;6;3394.50;9.80;1512.50;2.60;0.22 -11542;6;3032.00;10.45;1524.00;2.55;0.22 -11543;6;3226.00;10.00;1533.00;2.67;0.32 -11545;6;3002.00;9.75;1556.00;3.14;0.22 -11546;6;3301.50;9.80;1473.00;3.26;0.28 -11547;6;2925.00;11.05;1510.00;3.60;0.16 -11549;6;2860.00;10.35;1505.00;3.60;0.26 -11550;6;3196.50;10.20;1491.50;3.92;0.26 -11551;6;3497.50;9.80;1542.00;2.24;0.20 -11552;6;3621.00;9.60;1500.50;3.14;0.24 -11553;6;3334.50;9.85;1553.00;3.38;0.18 -11554;6;3111.00;14.10;1504.50;2.46;0.22 -11555;6;3466.50;10.45;1513.00;2.89;0.18 -11556;6;3043.50;12.70;1512.50;3.33;0.24 -11557;6;3290.00;9.80;1525.50;2.26;0.22 -11558;6;3083.50;10.45;1553.00;3.60;0.22 -11559;6;3419.00;9.70;1456.00;2.35;0.22 -11560;6;2934.00;10.65;1515.50;2.76;0.18 -11561;6;3325.00;9.75;1474.50;3.42;0.22 -11562;6;2898.00;9.82;1540.00;3.14;0.16 -11564;6;3036.50;10.15;1425.00;2.49;0.24 -11565;6;2801.00;10.12;1419.00;2.67;0.24 -11566;6;3506.50;9.80;1451.00;3.60;0.24 -11568;6;2965.00;11.72;1433.00;3.14;0.20 -11569;6;1577.50;10.70;1634.50;3.54;0.28 -11570;6;2925.50;16.45;1434.00;4.43;0.20 -11572;6;3082.00;12.60;1408.50;3.81;0.22 -11573;6;2900.50;11.00;1437.50;2.94;0.18 -11575;6;4984.50;11.00;1486.00;2.44;0.34 -11576;6;2849.00;10.27;1441.00;3.60;0.16 -11577;6;3107.50;10.45;1420.00;1.84;0.18 -11579;6;3534.00;9.72;1461.00;3.92;0.28 -11581;6;3052.50;10.10;1437.50;3.92;0.20 -11582;6;2804.00;9.70;1437.00;2.03;0.22 -11583;6;3131.00;9.95;1408.50;3.42;0.18 -11585;6;1585.50;10.50;1645.50;3.28;0.28 -11587;6;2966.00;14.30;1444.50;3.14;0.20 -11588;6;3182.00;9.67;1399.00;3.92;0.24 -11589;6;1405.50;10.70;1585.50;2.35;0.34 -11590;6;2917.00;11.80;1449.00;2.67;0.20 -11592;6;3152.50;17.35;1424.00;2.89;0.26 -11593;6;2870.50;10.90;1441.00;3.26;0.18 -11594;6;3072.50;10.20;1437.00;3.50;0.26 -11595;6;3018.50;12.60;1443.50;3.00;0.22 -11598;6;2982.50;13.80;1443.50;3.92;0.20 -11601;6;2941.50;14.15;1456.00;2.49;0.16 -11603;6;3224.50;9.60;1405.50;2.94;0.20 -11604;6;2933.50;14.20;1458.50;2.94;0.16 -11605;6;3178.50;15.20;1424.50;2.94;0.18 -11606;6;2863.50;9.80;1522.50;2.35;0.24 -11607;6;5041.00;11.77;1822.00;4.41;1.84 -11608;6;3147.50;10.30;1436.50;1.97;0.24 -11609;6;3500.00;17.20;1373.50;3.81;0.24 -11611;6;2850.00;9.90;1460.00;2.82;0.20 -11612;6;3034.50;12.95;1448.00;1.78;0.12 -11617;6;3448.00;13.67;1384.00;3.14;0.24 -11618;6;2985.50;15.60;1460.50;3.46;0.20 -11619;6;3216.50;10.60;1426.00;2.44;0.22 -11620;6;2983.50;12.70;1470.50;2.60;0.16 -11621;6;1451.00;9.90;1516.00;3.38;0.28 -11622;6;3168.50;12.15;1440.00;1.98;0.20 -11623;6;2948.50;12.45;1465.00;3.30;0.20 -11624;6;4917.50;12.10;1438.00;3.50;0.26 -11625;6;3104.50;9.80;1453.50;3.28;0.22 -11626;6;4938.50;12.70;1427.50;3.00;0.28 -11629;6;4925.50;12.60;1448.50;3.28;0.26 -11630;6;3060.50;10.20;1461.00;2.24;0.22 -11631;6;2828.00;10.05;1466.50;4.06;0.20 -11633;6;3475.50;11.95;1400.00;3.01;0.28 -11634;6;2998.00;14.10;1467.50;2.76;0.24 -11636;6;3236.00;9.72;1420.00;3.46;0.16 -11637;6;1478.00;10.75;1572.50;2.12;0.20 -11638;6;2971.00;14.35;1469.50;2.03;0.24 -11639;6;3193.00;11.25;1440.50;3.14;0.22 -11640;6;2925.50;11.90;1472.50;3.68;0.18 -11643;6;4908.50;9.90;1459.00;2.44;0.26 -11644;6;3139.00;9.95;1458.50;2.21;0.22 -11645;6;3541.50;11.80;1343.50;3.68;0.26 -11646;6;3122.00;9.80;1454.00;4.12;0.22 -11648;6;1577.00;11.25;1578.50;2.46;0.18 -11651;6;3037.00;11.55;1481.00;4.12;0.20 -11652;6;3225.50;10.30;1427.50;4.17;0.18 -11653;6;2993.00;11.17;1486.00;3.14;0.22 -11654;6;787.00;9.50;797.50;-0.77;0.24 -11655;6;3221.50;13.75;1439.00;3.30;0.18 -11656;6;1494.00;10.27;1586.00;3.60;0.32 -11657;6;3164.50;11.60;1409.50;2.11;0.24 -11660;6;1635.00;11.65;1585.00;2.82;0.24 -11661;6;3498.50;11.50;1411.00;2.78;0.24 -11666;6;3059.00;12.20;1482.50;3.42;0.22 -11669;6;749.00;9.50;801.00;-0.75;0.34 -11670;6;3284.00;9.70;1450.50;2.76;0.30 -11672;6;3216.50;11.40;1450.50;3.54;0.22 -11676;6;3174.50;11.60;1467.50;3.68;0.22 -11677;6;2687.00;11.85;1371.50;3.73;0.20 -11678;6;3468.00;12.20;1411.00;2.67;0.24 -11679;6;3091.00;10.00;1480.50;3.81;0.24 -11680;6;1596.50;11.70;1589.00;2.97;0.24 -11682;6;1573.50;10.05;1755.00;3.41;0.70 -11684;6;2734.50;14.60;1378.50;2.94;0.20 -11685;6;1469.50;10.70;1596.00;2.44;0.30 -11686;6;3254.50;10.00;1458.50;4.39;0.26 -11687;6;3881.00;10.50;1327.50;2.64;0.44 -11688;6;2747.00;10.65;1387.50;3.73;0.16 -11689;6;3201.50;12.55;1468.00;3.83;0.28 -11690;6;3513.00;11.15;1415.50;2.29;0.28 -11691;6;3156.00;10.40;1489.50;3.66;0.24 -11692;6;2686.00;11.90;1380.50;3.14;0.22 -11693;6;3507.50;11.80;1421.00;2.49;0.22 -11696;6;3453.50;11.35;1420.00;4.03;0.26 -11697;6;2794.50;10.40;1386.50;3.68;0.24 -11699;6;2809.50;10.50;1390.00;2.49;0.18 -11702;6;2824.00;10.07;1403.00;2.67;0.20 -11703;6;3292.00;9.80;1465.50;3.81;0.26 -11704;6;3550.00;10.85;1323.50;2.76;0.26 -11706;6;3544.50;9.60;1441.50;3.33;0.22 -11708;6;3512.00;11.10;1343.50;2.46;0.28 -11709;6;2850.00;11.55;1406.50;3.14;0.22 -11715;6;3330.50;9.70;1462.00;2.44;0.24 -11717;6;1414.00;10.30;1434.50;3.86;0.32 -11721;6;2918.50;14.40;1409.50;2.94;0.18 -11722;6;1644.50;11.90;1611.50;3.80;0.30 -11724;6;3501.00;9.70;1442.00;3.92;0.24 -11725;6;1539.00;13.10;1612.50;2.26;0.22 -11726;6;2950.50;10.35;1421.00;2.49;0.20 -11727;6;3470.00;9.80;1436.50;3.73;0.20 -11729;6;3400.50;9.60;1426.00;3.78;0.20 -11731;6;1484.00;11.00;1631.00;2.94;0.36 -11733;6;883.50;10.80;1596.00;3.05;0.34 -11737;6;2789.00;13.00;1345.50;4.06;0.20 -11738;6;1600.00;9.70;1490.00;2.82;0.30 -11739;6;3445.00;12.45;1295.50;2.18;0.30 -11742;6;2770.00;12.80;1321.50;3.14;0.20 -11744;6;4767.50;10.10;1409.50;3.54;0.28 -11748;6;2828.00;9.50;1535.00;2.19;0.36 -11749;6;2704.00;12.77;1284.00;3.14;0.20 -11753;6;3452.00;10.60;1347.50;2.55;0.30 -11756;6;2710.50;12.20;1328.50;3.46;0.16 -11757;6;969.50;9.60;1431.50;3.28;0.48 -11759;6;3426.50;11.50;1288.00;2.29;0.38 -11761;6;4625.50;9.70;1319.50;3.33;0.24 -11762;6;3122.00;13.25;1359.00;3.14;0.20 -11763;6;950.00;15.30;1487.00;3.52;0.44 -11764;6;4712.00;10.70;1341.00;3.73;0.24 -11765;6;4901.50;11.55;1422.00;2.67;0.26 -11766;6;2773.50;13.00;1350.50;2.35;0.24 -11768;6;2672.00;9.70;1306.50;3.52;0.22 -11769;6;1576.50;11.65;1544.00;3.30;0.18 -11770;6;4784.00;12.97;1319.00;2.82;0.20 -11772;6;1203.00;13.80;1556.50;3.14;0.42 -11774;6;3198.50;11.20;1346.50;3.92;0.20 -11775;6;4782.50;13.65;1339.00;2.97;0.22 -11778;6;3239.00;11.40;1321.50;3.14;0.26 -11779;6;2841.50;13.05;1366.00;2.24;0.18 -11781;6;4789.50;13.60;1362.00;2.97;0.24 -11782;6;1643.00;9.75;1551.50;2.76;0.22 -11784;6;3311.50;12.70;1324.50;2.60;0.22 -11785;6;1608.00;10.00;1554.00;3.92;0.24 -11786;6;3139.50;13.20;1318.00;3.60;0.22 -11787;6;3127.50;11.30;1428.50;2.60;0.22 -11788;6;1321.50;10.85;1603.00;3.53;0.44 -11789;6;1566.00;10.77;1551.00;2.67;0.20 -11791;6;1490.00;10.20;1556.50;2.21;0.34 -11792;6;3312.50;11.25;1299.00;4.33;0.26 -11794;6;2877.50;10.80;1446.50;3.33;0.24 -11796;6;3262.50;12.10;1297.50;2.52;0.20 -11797;6;3420.00;14.65;1313.00;2.55;0.26 -11800;6;1556.00;10.20;1559.50;3.52;0.24 -11801;6;4645.00;12.20;1351.50;2.86;0.32 -11803;6;3042.00;10.95;1347.00;2.67;0.20 -11805;6;2662.00;9.70;1307.00;3.14;0.22 -11807;6;2767.00;13.05;1297.50;3.73;0.24 -11808;6;4744.00;10.00;1369.50;3.14;0.28 -11810;6;3352.50;15.75;1275.00;2.78;0.28 -11811;6;3279.50;10.15;1340.00;1.84;0.32 -11812;6;2762.00;12.10;1307.50;3.14;0.20 -11814;6;1028.50;12.70;1460.50;2.77;0.46 -11815;6;4711.50;10.40;1352.50;3.33;0.22 -11816;6;3071.50;9.50;1386.50;3.92;0.24 -11817;6;1598.00;10.40;1570.50;4.01;0.22 -11819;6;2812.00;12.02;1363.00;2.67;0.24 -11821;6;2801.50;13.45;1366.00;3.60;0.20 -11822;6;4638.00;10.70;1326.00;3.14;0.28 -11824;6;2944.00;11.55;1328.50;2.46;0.22 -11826;6;3355.50;12.70;1324.00;2.27;0.26 -11828;6;4777.50;12.70;1341.50;2.35;0.24 -11830;6;1678.00;9.80;1578.50;4.24;0.28 -11834;6;2891.00;9.92;1389.00;3.14;0.22 -11836;6;4723.00;9.95;1387.00;2.49;0.32 -11838;6;2796.00;13.05;1375.50;3.14;0.20 -11839;6;3341.00;11.70;1329.00;3.14;0.20 -11840;6;2695.50;12.65;1368.00;3.30;0.20 -11843;6;2701.50;12.60;1374.50;2.94;0.20 -11847;6;5011.50;11.50;1332.00;3.26;0.26 -11850;6;4795.50;12.70;1373.50;2.35;0.22 -11851;6;2699.00;10.60;1297.50;2.03;0.24 -11852;6;2759.50;12.45;1371.00;1.95;0.24 -11853;6;3448.50;17.25;1321.00;3.78;0.24 -11854;6;2746.00;13.07;1374.00;3.60;0.16 -11855;6;4676.00;13.00;1363.50;2.86;0.36 -11856;6;3134.50;13.15;1346.00;2.67;0.20 -11857;6;3152.50;13.80;1376.00;3.30;0.24 -11858;6;3105.00;13.85;1380.50;2.21;0.24 -11860;6;3303.00;12.52;1294.00;2.82;0.26 -11862;6;4814.50;13.30;1379.50;3.33;0.22 -11863;6;2748.50;12.80;1313.00;4.33;0.20 -11865;6;4496.50;12.75;1162.00;2.67;0.42 -11867;6;3250.50;10.10;1327.00;3.26;0.24 -11869;6;2818.00;9.80;1448.50;2.86;0.20 -11871;6;3419.50;10.75;1272.00;3.26;0.32 -11872;6;3085.00;14.15;1398.00;2.82;0.20 -11873;6;1575.50;11.60;1517.00;3.60;0.28 -11876;6;936.50;11.40;1454.50;3.68;0.20 -11877;6;2876.00;10.02;1400.00;3.14;0.18 -11878;6;4816.50;14.30;1344.50;2.35;0.26 -11879;6;4857.50;9.60;1382.00;2.29;0.46 -11880;6;3464.50;13.80;1308.50;3.03;0.32 -11881;6;3368.50;10.55;1351.00;3.43;0.32 -11882;6;3012.00;11.95;1364.50;4.01;0.20 -11884;6;2783.00;12.45;1303.50;3.52;0.24 -11885;6;2682.50;11.00;1319.50;2.35;0.16 -11886;6;4678.50;12.05;1336.00;3.26;0.32 -11887;6;3151.00;11.42;1390.00;3.14;0.22 -11889;6;2988.00;11.60;1400.00;2.82;0.20 -11890;6;1503.50;10.70;1523.50;2.60;0.24 -11891;6;2926.00;12.12;1402.00;3.14;0.22 -11893;6;4816.50;12.35;1398.00;3.60;0.30 -11894;6;3383.50;11.90;1343.50;2.94;0.30 -11895;6;3144.00;11.75;1307.50;3.14;0.22 -11896;6;4775.00;12.90;1328.50;1.93;0.26 -11897;6;3353.50;12.60;1332.50;2.35;0.22 -11898;6;3251.00;12.75;1305.00;3.46;0.22 -11899;6;3094.50;14.30;1398.50;3.33;0.22 -11900;6;1637.00;9.60;1541.00;2.55;0.24 -11901;6;3044.00;9.60;1408.50;3.14;0.26 -11902;6;1581.50;10.90;1711.50;3.21;0.68 -11903;6;4695.50;10.10;1406.00;4.00;0.30 -11904;6;4906.50;13.40;1397.00;3.60;0.30 -11905;6;3217.50;10.15;1351.00;2.42;0.28 -11907;6;3275.00;13.15;1286.00;2.15;0.20 -11910;6;3247.00;9.80;1157.50;2.92;0.30 -11913;6;4664.00;9.70;1179.50;2.62;0.20 -11916;6;4637.50;10.00;1199.00;2.49;0.18 -11918;6;4557.00;11.70;1065.50;4.35;0.30 -11920;6;4671.50;10.80;1124.50;2.35;0.24 -11922;6;3329.50;10.60;1146.00;3.01;0.32 -11923;6;2809.50;9.70;1245.00;2.67;0.28 -11924;6;4122.50;13.40;979.50;2.35;0.42 -11925;6;4849.00;12.45;1191.00;2.67;0.16 -11926;6;4499.00;10.10;1013.50;3.52;0.22 -11927;6;1564.50;9.70;1440.50;3.74;0.36 -11931;6;4549.50;11.70;1229.00;3.60;0.30 -11933;6;4603.00;9.75;1251.00;3.38;0.28 -11934;6;3177.50;11.40;720.50;4.62;0.62 -11935;6;2946.50;11.30;1225.00;2.09;0.40 -11937;6;4644.00;10.30;1152.00;2.55;0.28 -11938;6;4564.50;9.60;1009.00;2.67;0.26 -11940;6;3013.00;11.05;1159.50;3.56;0.36 -11941;6;4565.50;9.90;1033.50;2.35;0.28 -11944;6;4634.00;9.70;1295.00;4.12;0.22 -11945;6;4595.50;11.50;1054.50;3.33;0.34 -11947;6;4672.00;10.70;1116.00;3.60;0.24 -11949;6;4849.00;10.10;1176.50;2.76;0.18 -11950;6;4037.50;10.90;951.00;2.27;0.30 -11951;6;3171.00;9.80;1150.50;2.59;0.42 -11952;6;3953.00;10.22;1010.00;2.55;0.28 -11953;6;2919.00;14.25;1250.50;2.92;0.28 -11956;6;2765.50;14.10;1274.50;2.94;0.18 -11959;6;4690.50;12.90;1043.50;2.94;0.22 -11960;6;4926.00;11.05;1231.00;3.14;0.24 -11961;6;4638.00;11.10;1105.00;2.55;0.30 -11962;6;4621.50;11.30;1271.50;2.35;0.24 -11966;6;4265.50;13.90;1012.00;3.30;0.30 -11971;6;1351.50;10.40;1604.00;3.38;0.38 -11972;6;4437.50;13.50;1113.00;4.00;0.36 -11973;6;4632.00;10.25;1216.50;4.01;0.22 -11976;6;3373.00;12.12;1145.00;3.14;0.36 -11977;6;4795.00;11.47;1253.00;3.73;0.26 -11980;6;4627.50;9.70;1285.00;3.30;0.26 -11981;6;4528.50;9.90;997.50;3.33;0.24 -11988;6;4588.50;10.40;1121.00;4.19;0.30 -11989;6;4974.50;14.10;1266.50;2.07;0.34 -11990;6;4522.00;10.05;957.00;3.38;0.34 -11993;6;3971.50;10.70;1004.50;3.00;0.34 -11994;6;4647.00;9.70;1171.00;2.35;0.26 -11995;6;4020.00;10.70;1030.50;3.56;0.50 -12000;6;2959.50;10.20;1195.00;3.01;0.36 -12002;6;3316.50;12.05;1094.00;4.29;0.42 -12005;6;3977.00;13.72;1177.00;2.46;0.44 -12006;6;4848.00;10.80;1184.50;3.14;0.14 -12008;6;4439.00;10.70;1015.50;2.72;0.36 -12009;6;3034.00;11.97;1167.00;2.67;0.22 -12011;6;4815.50;13.10;1277.00;3.78;0.20 -12012;6;4572.00;9.80;1208.50;3.73;0.36 -12013;6;3269.50;12.70;1272.50;2.60;0.26 -12017;6;4531.50;11.80;1098.50;3.25;0.34 -12018;6;2797.00;13.95;1206.50;2.70;0.52 -12019;6;4646.50;12.10;1139.00;2.67;0.22 -12024;6;1258.00;11.20;1515.50;3.85;0.38 -12026;6;4604.50;11.20;1315.50;3.64;0.26 -12030;6;4617.00;10.30;1085.00;3.38;0.28 -12031;6;4907.50;11.00;1231.50;2.94;0.20 -12034;6;2908.00;15.45;1237.00;3.60;0.36 -12036;6;4629.00;9.70;1190.00;2.94;0.22 -12040;6;4782.50;9.90;1291.00;3.01;0.22 -12041;6;3969.50;9.90;1129.00;2.15;0.46 -12042;6;2729.00;17.22;1202.00;2.89;0.32 -12044;6;3292.50;10.40;1084.50;3.76;0.32 -12047;6;3031.50;11.35;1278.00;2.89;0.20 -12048;6;4454.50;9.70;993.50;3.92;0.24 -12049;6;3307.50;9.70;1159.50;3.00;0.16 -12050;6;4189.00;9.90;1024.00;3.38;0.20 -12051;6;2912.00;10.97;1262.00;3.14;0.24 -12054;6;1583.50;9.70;1460.00;2.85;0.34 -12055;6;4640.00;9.70;1222.00;3.14;0.20 -12056;6;5003.00;12.60;1310.00;3.14;0.26 -12057;6;4638.00;12.45;1070.50;4.01;0.24 -12059;6;4675.00;11.30;1134.50;4.01;0.24 -12062;6;4588.50;11.00;1278.50;3.25;0.24 -12065;6;4466.00;10.60;1016.00;2.11;0.34 -12067;6;4681.00;10.15;1211.00;3.46;0.22 -12068;6;4682.50;10.70;1024.00;3.83;0.22 -12069;6;4615.50;9.70;1243.00;4.19;0.26 -12070;6;2693.00;10.00;1279.00;2.35;0.20 -12071;6;3320.50;10.25;1076.00;3.05;0.28 -12072;6;4966.50;12.05;1247.00;3.83;0.26 -12073;6;3342.00;11.85;1134.00;2.89;0.38 -12074;6;4663.00;11.15;1270.00;2.55;0.26 -12077;6;4549.50;10.60;1013.00;3.30;0.22 -12078;6;4580.50;11.70;1287.00;3.01;0.24 -12079;6;3142.50;9.90;1163.50;3.68;0.28 -12080;6;3984.00;10.70;1018.50;3.66;0.36 -12082;6;3044.50;10.65;1104.00;2.49;0.92 -12083;6;2757.50;12.40;1293.00;3.38;0.20 -12084;6;4637.00;12.95;1060.00;3.92;0.22 -12085;6;4793.50;10.00;1233.50;2.73;0.26 -12091;6;3224.00;9.80;1148.50;2.43;0.28 -12093;6;4646.00;9.70;1284.50;3.56;0.24 -12095;6;4579.50;10.30;1035.50;2.52;0.30 -12098;6;3065.00;12.92;1312.00;3.92;0.22 -12099;6;3270.00;10.25;1086.00;3.32;0.78 -12100;6;2758.50;10.20;1233.00;3.60;0.28 -12101;6;3360.00;12.60;1124.00;3.42;0.52 -12106;6;3803.50;10.40;1653.50;2.94;0.34 -12108;6;3706.50;10.25;1462.00;3.43;0.48 -12110;6;4592.50;9.70;608.50;3.03;0.22 -12114;6;4050.50;10.10;945.00;4.12;0.40 -12115;6;3815.50;9.80;1560.00;2.78;0.38 -12117;6;3704.00;14.55;1632.50;2.84;0.36 -12119;6;4006.00;18.52;1330.00;3.33;0.58 -12121;6;3867.00;10.40;1486.50;3.77;0.54 -12124;6;989.00;13.55;1689.50;3.49;0.50 -12125;6;4339.50;10.00;901.00;2.67;0.28 -12127;6;4314.50;10.60;933.00;3.01;0.20 -12128;6;3660.00;11.60;1558.00;2.15;0.26 -12130;6;3696.00;10.77;1639.00;2.67;0.36 -12131;6;4384.50;9.80;754.00;2.49;0.22 -12134;6;944.50;15.10;1576.50;3.80;0.40 -12137;6;4050.00;9.80;1087.50;3.85;0.38 -12138;6;4409.50;11.80;596.00;2.58;0.32 -12139;6;3806.50;9.80;1500.00;2.67;0.52 -12142;6;3986.00;10.70;938.00;3.73;0.30 -12143;6;3796.50;9.80;1553.00;3.05;0.50 -12145;6;1246.00;11.47;1735.00;3.92;0.48 -12146;6;4004.00;11.72;854.00;3.33;0.40 -12147;6;1632.50;9.90;1930.50;0.01;2.84 -12149;6;1695.50;10.00;1684.50;2.35;0.38 -12150;6;4484.50;11.50;850.50;2.52;0.32 -12152;6;3966.50;9.80;1525.50;2.91;0.48 -12155;6;918.50;12.65;1662.00;3.75;0.40 -12156;6;4499.50;10.70;1228.50;2.52;0.40 -12157;6;3746.00;10.55;1616.00;4.03;0.40 -12161;6;3794.00;9.90;1317.00;3.52;0.50 -12162;6;4661.46;10.60;512.19;1.48;0.26 -12163;6;3695.00;9.75;1445.50;3.77;0.44 -12165;6;4450.00;10.25;578.50;3.81;0.26 -12169;6;2818.50;11.00;1386.50;2.35;0.18 -12170;6;3793.00;9.80;1532.50;2.55;0.50 -12171;6;4617.50;10.70;729.00;1.84;0.26 -12172;6;3641.50;10.25;1605.00;3.86;0.32 -12174;6;4129.00;9.80;1683.50;2.86;0.34 -12175;6;3655.50;9.90;1752.00;3.26;0.38 -12176;6;4488.50;13.40;839.50;2.82;0.30 -12177;6;3863.00;10.80;1465.00;2.73;0.58 -12179;6;3707.50;9.80;1482.00;2.42;0.48 -12180;6;4053.00;9.70;871.00;3.14;0.22 -12182;6;3964.50;11.55;942.00;3.83;0.32 -12183;6;922.00;10.30;1646.50;3.14;0.32 -12186;6;4626.00;12.50;736.50;4.58;0.34 -12187;6;3691.00;10.55;1743.50;3.49;0.48 -12188;6;4768.00;10.35;789.50;4.24;0.20 -12189;6;4917.50;10.00;1483.50;2.82;0.36 -12191;6;4423.00;13.05;844.50;3.14;0.22 -12192;6;4926.00;9.70;1501.00;2.35;0.42 -12193;6;5096.00;9.50;559.50;2.31;0.40 -12194;6;3881.00;10.20;1504.50;3.49;0.52 -12195;6;4391.50;10.80;885.50;3.92;0.30 -12197;6;4299.50;10.70;927.50;2.60;0.20 -12198;6;3768.00;9.90;1533.50;2.70;0.50 -12199;6;4409.50;10.50;733.50;2.94;0.26 -12201;6;4351.00;9.70;791.50;3.14;0.24 -12202;6;1708.00;10.90;1648.50;3.56;0.38 -12203;6;3641.00;9.80;1694.00;3.14;0.26 -12205;6;1610.00;10.47;1672.00;1.81;0.36 -12208;6;3970.50;12.30;888.50;3.28;0.28 -12210;6;4471.50;12.40;909.50;2.82;0.32 -12214;6;916.50;13.00;1693.50;3.28;0.34 -12216;6;3695.00;10.60;1677.00;2.55;0.38 -12217;6;4758.00;12.35;779.00;2.82;0.18 -12218;6;3883.50;13.40;1279.50;3.28;0.44 -12221;6;1716.00;11.30;1666.00;4.06;0.32 -12223;6;1683.00;10.70;1703.50;2.98;0.44 -12224;6;4396.00;9.70;874.00;1.81;0.24 -12226;6;4008.00;11.55;952.50;3.85;0.36 -12227;6;3741.00;10.30;1525.00;3.52;0.40 -12229;6;3764.50;10.20;1595.50;3.92;0.44 -12235;6;3669.50;10.80;1475.50;3.46;0.36 -12237;6;5098.00;11.30;546.00;2.67;0.20 -12238;6;4330.00;10.15;930.50;3.66;0.22 -12239;6;3858.00;13.37;1280.00;3.78;0.44 -12241;6;4091.00;12.85;957.50;2.46;0.28 -12243;6;4629.00;10.25;712.00;3.46;0.18 -12244;6;3644.00;9.80;1669.00;3.14;0.26 -12245;6;4766.00;10.90;781.50;2.86;0.20 -12247;6;4027.00;10.05;818.50;2.46;0.24 -12248;6;3863.50;11.00;1264.50;3.46;0.42 -12254;6;3675.00;10.05;1495.50;2.18;0.42 -12255;6;4400.00;10.55;708.50;3.14;0.18 -12256;6;4308.50;10.10;959.50;4.09;0.26 -12261;6;4892.50;10.60;1511.50;2.70;0.48 -12263;6;4938.50;10.30;1523.50;2.35;0.54 -12264;6;4415.50;9.70;879.50;1.66;0.22 -12268;6;4438.00;9.50;609.00;3.46;0.26 -12270;6;3662.50;9.80;1570.00;3.86;0.30 -12271;6;4410.00;9.95;697.50;3.81;0.20 -12273;6;4752.00;12.70;770.50;3.81;0.22 -12274;6;4471.00;10.60;1173.50;2.72;0.32 -12277;6;4524.50;11.95;537.00;3.30;0.22 -12284;6;4290.50;10.00;944.50;3.00;0.24 -12285;6;3838.00;10.10;1573.50;2.70;0.44 -12286;6;4360.00;9.70;771.50;2.86;0.20 -12287;6;3743.50;11.30;1643.00;4.21;0.30 -12288;6;4449.50;9.70;823.00;4.29;0.24 -12289;6;1772.00;9.87;1673.00;3.52;0.42 -12294;6;3723.00;9.82;1495.00;2.89;0.40 -12295;6;3982.50;11.20;924.00;2.29;0.34 -12301;6;1226.00;11.50;1418.50;2.86;0.46 -12302;6;4373.50;9.75;678.00;2.78;0.32 -12307;6;4124.50;11.15;1025.00;3.60;0.34 -12308;6;5133.50;9.95;290.00;3.04;0.42 -12309;6;3517.00;11.55;1352.50;2.76;0.24 -12310;6;4546.50;10.45;1106.00;2.85;0.36 -12311;6;4841.00;9.90;404.50;3.89;0.62 -12312;6;1420.50;10.40;1586.50;2.60;0.22 -12315;6;4885.00;11.42;638.00;3.68;0.34 -12316;6;3427.00;10.70;1219.50;2.29;0.38 -12317;6;4330.50;11.30;960.50;2.91;0.22 -12318;6;3466.50;14.10;1292.50;3.76;0.28 -12319;6;4421.00;14.40;1012.50;2.26;0.28 -12320;6;1750.50;10.20;662.50;-1.20;0.24 -12321;6;1795.00;9.92;216.00;4.18;0.66 -12325;6;1484.50;10.30;1380.00;4.56;0.28 -12327;6;4393.00;15.05;1296.00;3.00;0.52 -12330;6;4677.50;14.50;608.50;2.94;0.22 -12331;6;4547.00;13.70;1370.50;1.98;0.62 -12332;6;4425.50;10.40;953.50;3.28;0.32 -12333;6;3718.00;13.92;1295.00;3.46;0.56 -12334;6;2135.00;10.60;520.50;2.29;0.44 -12335;6;4286.00;9.82;1027.00;2.89;0.36 -12337;6;4707.50;10.10;1419.00;2.78;0.32 -12338;6;4189.50;14.70;1086.00;3.83;0.32 -12339;6;4884.00;10.12;438.00;3.68;0.38 -12340;6;3893.50;10.70;1392.50;3.77;0.54 -12341;6;1289.50;10.50;1371.00;4.00;0.46 -12342;6;4870.00;10.05;1458.00;2.49;0.36 -12343;6;4386.00;10.45;638.50;4.46;0.28 -12344;6;4566.00;14.05;1283.50;3.66;0.30 -12345;6;4379.00;10.90;929.50;2.46;0.24 -12346;6;1380.50;10.30;1493.50;3.56;0.42 -12348;6;4629.50;13.00;1394.50;2.23;0.48 -12352;6;5021.00;9.97;1400.00;2.76;0.30 -12353;6;1506.50;10.30;1370.00;4.21;0.30 -12354;6;5027.50;10.20;394.50;2.13;0.54 -12356;6;4512.50;12.80;1264.00;2.74;0.42 -12358;6;4677.50;11.80;633.00;2.49;0.32 -12359;6;3661.50;9.80;1289.00;2.30;0.42 -12360;6;4410.00;10.05;920.50;4.31;0.40 -12361;6;1354.00;10.20;1522.50;2.62;0.44 -12363;6;4333.50;12.45;1033.00;2.78;0.36 -12364;6;1883.50;9.70;295.00;3.04;0.40 -12367;6;5056.50;11.45;377.00;2.67;0.42 -12370;6;3983.00;16.80;1333.00;1.81;0.48 -12372;6;3459.50;10.30;1228.50;3.76;0.44 -12374;6;989.50;12.05;1418.00;3.26;0.36 -12375;6;4106.50;11.50;1013.00;2.42;0.40 -12378;6;4546.50;14.40;1059.50;3.00;0.32 -12380;6;3498.50;14.90;1342.50;3.28;0.18 -12381;6;1529.00;9.70;1370.50;3.14;0.32 -12382;6;5048.50;11.20;356.00;4.16;0.44 -12385;6;1972.00;10.30;708.00;-1.22;0.52 -12389;6;2817.50;9.50;1521.50;2.60;0.28 -12391;6;3066.50;13.75;412.00;3.17;1.18 -12394;6;1857.50;9.80;270.50;2.35;0.50 -12395;6;4243.50;10.70;1067.00;2.97;0.34 -12397;6;3875.00;11.75;1395.50;2.96;0.54 -12399;6;981.50;16.00;1529.00;2.67;0.64 -12400;6;5031.00;10.55;595.50;3.73;0.46 -12401;6;1344.00;10.30;1401.50;3.14;0.32 -12402;6;4425.00;10.20;904.00;3.68;0.38 -12404;6;4299.50;10.00;1000.00;3.50;0.30 -12405;6;1579.50;11.70;1560.50;3.33;0.20 -12406;6;5130.00;9.90;150.00;3.33;0.32 -12407;6;4533.50;11.20;1071.00;3.01;0.30 -12408;6;4528.50;10.30;1196.50;2.94;0.26 -12409;6;1837.50;10.35;255.00;3.60;0.44 -12411;6;5073.00;10.10;338.00;3.83;0.50 -12412;6;4807.50;10.00;1429.50;1.99;0.20 -12413;6;3454.50;10.40;1214.50;2.48;0.44 -12414;6;4508.00;11.75;1142.00;3.73;0.38 -12415;6;4398.50;10.80;615.50;3.00;0.30 -12416;6;3429.50;11.20;1275.50;4.05;0.28 -12417;6;4447.00;9.90;889.00;3.14;0.30 -12418;6;1339.00;10.67;1588.00;4.17;0.42 -12419;6;3143.00;12.62;167.00;3.05;0.68 -12420;6;4068.50;10.40;993.50;4.05;0.36 -12422;6;2169.50;11.40;630.50;1.85;0.48 -12425;6;990.50;15.40;1492.00;2.78;0.54 -12427;6;4127.50;13.15;1515.00;2.89;0.42 -12428;6;5055.50;12.30;573.50;2.82;0.52 -12430;6;3890.00;14.15;1315.00;4.17;0.34 -12431;6;4423.00;9.85;892.00;4.06;0.26 -12432;6;4569.50;12.90;1325.50;2.73;0.36 -12433;6;4398.50;11.70;992.00;4.36;0.30 -12434;6;3560.00;10.25;1317.50;3.99;0.40 -12435;6;5117.00;12.27;141.00;2.76;0.40 -12436;6;4485.50;11.25;1055.00;2.97;0.32 -12437;6;1450.50;9.90;1529.50;2.19;0.32 -12438;6;2064.00;11.90;531.00;3.92;0.46 -12440;6;1911.00;9.80;365.50;4.14;0.56 -12441;6;3489.50;15.20;1342.50;2.35;0.24 -12442;6;3395.00;13.25;1221.00;4.24;0.32 -12443;6;4878.50;10.05;1449.00;2.78;0.30 -12445;6;1561.50;10.70;1476.50;2.35;0.22 -12447;6;4453.50;10.15;869.00;3.01;0.30 -12448;6;4565.50;14.60;1389.50;2.23;0.44 -12449;6;4302.00;10.22;984.00;3.14;0.24 -12450;6;3517.00;13.47;1329.00;2.55;0.26 -12451;6;5128.50;10.10;226.00;3.83;0.40 -12453;6;1888.50;9.70;345.50;3.23;0.50 -12454;6;3701.50;9.70;1377.50;2.87;0.52 -12455;6;3388.50;12.45;1127.00;3.24;0.50 -12456;6;1416.00;11.50;1605.00;2.21;0.32 -12460;6;4443.50;9.90;873.50;2.35;0.30 -12463;6;1370.00;11.10;1491.50;2.64;0.38 -12464;6;4301.50;10.55;1047.00;3.50;0.30 -12465;6;3747.00;9.80;1352.00;3.42;0.46 -12467;6;4577.50;9.70;1146.50;3.28;0.36 -12469;6;4677.00;12.17;1420.00;4.33;0.42 -12470;6;1501.50;10.30;1393.50;3.64;0.40 -12473;6;3381.00;10.90;1259.50;3.73;0.32 -12474;6;3685.00;9.80;1428.50;3.63;0.48 -12478;6;4684.50;10.30;1398.50;3.76;0.32 -12482;6;4831.00;11.95;1417.50;4.24;0.26 -12484;6;5014.00;10.30;524.00;3.14;0.42 -12485;6;4734.00;9.80;1455.50;2.14;0.54 -12486;6;1336.00;10.35;1386.00;3.33;0.32 -12487;6;3889.00;10.40;1438.50;3.40;0.60 -12488;6;4321.50;13.70;711.50;3.25;0.44 -12489;6;1359.50;10.30;1447.50;3.46;0.36 -12490;6;4074.50;11.95;979.00;3.01;0.36 -12491;6;3717.50;10.60;1318.50;3.05;0.52 -12494;6;1810.50;10.10;231.00;3.60;0.62 -12495;6;4590.00;10.40;1106.50;2.92;0.32 -12496;6;1918.50;9.80;318.50;2.87;0.42 -12497;6;1407.50;9.90;1550.00;3.04;0.34 -12498;6;1485.50;10.40;1395.50;3.00;0.36 -12500;6;4889.50;9.70;1441.50;2.52;0.30 -12502;6;3806.50;14.70;1898.00;2.29;1.26 -12503;6;1845.50;11.20;1836.50;3.49;1.10 -12507;6;4513.00;14.02;1524.00;2.73;0.70 -12508;6;808.50;13.10;1890.50;4.08;1.32 -12509;6;4199.00;15.95;1526.50;2.46;0.56 -12510;6;4050.50;10.40;1688.50;2.85;0.68 -12512;6;2071.00;14.25;1914.00;3.95;2.12 -12514;6;4107.50;10.40;1753.00;3.21;0.62 -12515;6;4133.00;10.22;1604.00;3.83;0.54 -12516;6;1258.50;11.20;1593.50;2.43;0.52 -12517;6;3987.50;10.30;1833.00;3.27;0.94 -12518;6;5008.50;11.30;1751.50;4.09;1.52 -12519;6;3112.50;13.10;354.00;2.99;0.92 -12520;6;4243.00;13.22;1489.00;4.06;0.64 -12521;6;3880.50;10.40;1646.50;2.13;0.38 -12522;6;5235.50;9.80;1645.00;3.35;1.28 -12523;6;4343.50;10.65;1697.00;3.53;0.66 -12526;6;4065.50;12.60;1377.50;4.05;0.40 -12527;6;3701.00;10.70;1721.00;2.15;0.42 -12528;6;4156.50;10.30;1583.00;2.67;0.50 -12529;6;2035.00;10.00;713.50;-1.23;0.50 -12531;6;4514.50;10.40;1802.50;3.92;1.10 -12533;6;4527.50;12.90;1497.50;4.10;0.50 -12534;6;1052.50;11.30;1913.50;2.58;1.60 -12535;6;1063.00;15.65;1602.50;2.88;0.54 -12537;6;4711.50;12.05;1561.00;3.75;0.66 -12538;6;4604.50;10.60;1740.50;2.23;1.00 -12539;6;4466.50;14.25;1380.00;2.83;0.68 -12541;6;4372.50;14.00;1413.50;2.77;0.68 -12542;6;3995.50;10.30;1752.00;2.93;0.60 -12543;6;4711.50;11.25;1604.00;2.29;0.64 -12544;6;4311.50;15.25;1463.00;2.89;0.60 -12545;6;4030.00;9.70;1903.50;4.21;1.38 -12548;6;4796.50;13.40;1499.50;2.43;0.54 -12550;6;1356.00;10.40;1668.50;2.92;0.42 -12552;6;1148.00;16.95;1478.50;2.45;0.64 -12553;6;971.50;12.80;1649.50;3.07;0.58 -12555;6;4219.00;10.10;1766.50;3.03;0.72 -12556;6;4660.00;12.20;1602.50;2.83;0.68 -12557;6;4601.50;11.50;1474.50;3.53;0.68 -12560;6;5114.50;11.10;107.50;2.73;0.28 -12561;6;1129.00;14.95;1582.00;2.89;0.58 -12562;6;3145.00;9.85;1559.00;2.55;0.22 -12563;6;4236.00;10.42;1618.00;4.31;0.86 -12564;6;4104.00;12.50;1502.00;2.67;0.48 -12566;6;1223.50;11.05;1678.00;2.95;0.56 -12567;6;3746.00;10.45;1681.00;3.14;0.46 -12569;6;4918.00;12.67;1582.00;3.38;0.54 -12570;6;1201.50;13.80;1526.00;3.75;0.36 -12571;6;856.00;11.75;1845.50;4.06;0.96 -12574;6;3947.50;9.80;1803.00;3.22;0.56 -12575;6;4515.00;12.85;1657.50;3.89;0.80 -12577;6;1306.00;10.85;1618.00;4.33;0.34 -12578;6;971.50;14.20;1740.50;3.84;0.62 -12580;6;3974.00;9.80;1685.50;1.52;0.64 -12581;6;3910.50;11.80;1320.00;4.29;0.56 -12582;6;1499.50;10.75;1674.00;3.50;0.56 -12584;6;3771.50;10.40;1649.00;3.30;0.24 -12586;6;1293.50;10.70;1581.50;3.70;0.44 -12588;6;1336.00;11.00;1704.00;3.00;0.60 -12589;6;3099.50;10.40;98.00;4.20;0.84 -12590;6;4143.00;10.80;1466.50;3.79;0.52 -12591;6;4859.00;12.10;1633.00;2.12;0.68 -12592;6;5121.00;10.47;1907.00;4.03;2.82 -12593;6;1198.50;11.00;1781.50;4.11;0.64 -12594;6;4079.00;10.07;1532.00;1.78;0.52 -12595;6;4233.00;10.50;1704.50;3.00;0.64 -12596;6;4286.00;15.45;1322.50;3.56;0.52 -12597;6;1305.50;10.90;1696.50;3.23;0.50 -12598;6;4269.00;12.62;1406.00;3.86;0.58 -12600;6;1758.50;11.60;1835.50;2.61;1.16 -12601;6;4067.00;14.75;1408.50;3.44;0.78 -12602;6;3915.00;9.75;1788.00;3.54;0.62 -12603;6;1183.00;11.15;1743.50;3.03;0.74 -12606;6;4032.50;10.40;1643.50;4.01;0.54 -12607;6;985.50;12.80;1598.50;3.92;0.60 -12608;6;4556.50;10.45;1759.00;3.40;1.16 -12609;6;4513.00;14.55;1363.50;2.41;0.40 -12610;6;4320.00;13.50;1555.50;3.44;0.58 -12611;6;4646.00;10.10;1765.50;2.98;1.20 -12613;6;4049.00;9.80;1561.00;3.76;0.60 -12614;6;4349.50;13.20;1442.00;2.01;0.62 -12615;6;4205.50;10.10;1810.50;3.79;1.04 -12616;6;3993.50;9.80;1600.50;2.91;0.58 -12617;6;5556.50;10.50;145.50;3.00;0.30 -12619;6;3908.50;10.10;1604.50;3.56;0.46 -12620;6;1263.00;10.65;1632.00;1.93;0.44 -12622;6;4678.50;11.20;1553.00;2.27;0.78 -12623;6;4903.00;10.70;1786.00;2.84;1.16 -12624;6;1211.50;13.50;1484.00;4.28;0.20 -12625;6;4320.00;13.35;1583.50;2.93;0.62 -12626;6;3669.00;9.90;1668.50;4.01;0.26 -12627;6;1156.50;16.90;1502.00;4.33;0.52 -12629;6;4603.00;12.10;1444.50;4.14;0.64 -12631;6;4161.00;10.45;1628.00;4.71;0.50 -12634;6;4940.50;11.90;1881.00;3.36;2.44 -12635;6;4074.00;11.20;1491.00;2.67;0.56 -12636;6;1223.00;10.20;1814.50;3.52;0.56 -12637;6;1517.00;10.55;1497.00;2.35;0.38 -12638;6;4927.50;10.70;1551.50;3.46;0.54 -12640;6;3920.00;10.42;1380.00;2.94;0.36 -12641;6;4599.50;12.00;1571.50;2.91;0.62 -12642;6;1185.50;13.50;1539.50;3.40;0.52 -12647;6;4431.00;11.17;1629.00;3.14;0.72 -12648;6;3225.00;13.70;200.00;2.91;0.90 -12649;6;4338.00;15.15;1508.00;3.99;0.56 -12650;6;4881.50;13.50;1655.50;3.50;0.68 -12651;6;1081.00;16.87;1627.00;3.99;0.76 -12653;6;3919.50;17.05;1271.00;1.78;0.50 -12654;6;4822.00;10.10;1551.50;3.44;0.64 -12655;6;4246.00;10.42;1738.00;2.86;0.74 -12656;6;4180.50;16.15;1389.00;4.18;0.52 -12657;6;4782.00;10.82;1575.00;3.78;0.76 -12658;6;3926.00;10.70;1405.50;3.29;0.56 -12659;6;3741.00;11.22;1756.00;2.27;0.54 -12661;6;360.50;9.70;1922.50;-1.12;1.92 -12662;6;4094.50;10.55;1457.00;2.00;0.54 -12664;6;5563.00;10.25;186.00;3.60;0.26 -12665;6;4582.50;11.75;1514.00;2.51;0.68 -12667;6;1287.00;10.90;1631.50;3.32;0.50 -12669;6;4441.00;13.50;1396.50;2.98;0.60 -12670;6;1447.00;10.50;1477.50;2.46;0.20 -12671;6;4237.00;13.97;1412.00;2.35;0.42 -12672;6;3994.00;10.30;1776.50;3.14;0.62 -12673;6;961.00;10.82;1680.00;3.92;0.46 -12676;6;1011.00;13.65;1695.50;3.32;0.60 -12677;6;3205.50;13.40;456.50;3.76;1.12 -12679;6;3987.50;9.80;1629.50;4.27;0.60 -12681;6;4482.50;10.70;1724.00;2.54;0.88 -12682;6;1193.50;10.80;1848.50;2.88;1.02 -12683;6;5165.50;11.60;1749.00;2.43;1.58 -12685;6;1249.50;11.00;1713.50;2.87;0.50 -12686;6;4457.00;16.82;1443.00;3.85;0.70 -12687;6;4348.50;11.00;1863.50;2.06;1.36 -12688;6;1254.50;10.10;1759.00;3.44;0.64 -12689;6;2539.00;10.65;1910.50;3.51;1.60 -12690;6;4625.50;13.50;1481.00;3.53;0.56 -12691;6;4270.00;11.22;1649.00;2.58;0.78 -12693;6;1322.50;11.30;1680.00;4.28;0.48 -12695;6;4243.50;13.00;1523.50;2.88;0.72 -12700;6;3826.50;9.70;1770.50;3.66;0.86 -12701;6;1509.50;10.65;1747.00;2.67;0.82 -12702;6;3573.00;9.75;1086.50;2.48;0.56 -12703;6;1646.00;12.42;1001.00;2.85;0.48 -12705;6;4446.00;10.80;1128.50;2.62;0.30 -12707;6;2821.50;10.80;874.50;3.71;0.84 -12708;6;4019.00;17.15;1163.50;2.30;0.48 -12714;6;3474.50;14.60;793.50;2.01;0.84 -12716;6;1866.00;9.87;979.00;3.85;0.92 -12717;6;3919.50;13.25;1221.00;3.55;0.58 -12718;6;3928.50;9.90;1102.50;3.56;0.56 -12719;6;3192.50;11.80;764.00;3.23;1.16 -12720;6;1182.50;12.45;1416.00;3.97;0.42 -12721;6;1234.00;15.47;1272.00;4.00;0.54 -12722;6;3850.50;13.40;1297.50;3.25;0.40 -12723;6;3388.50;12.05;898.00;2.89;0.54 -12724;6;4355.50;20.10;1148.00;3.33;0.46 -12725;6;3373.50;13.90;986.50;3.20;0.62 -12726;6;3537.00;9.70;1166.00;3.52;0.48 -12727;6;3535.50;15.10;1050.00;3.44;0.74 -12728;6;1232.00;11.20;1372.00;2.97;0.54 -12729;6;1699.00;10.10;888.00;3.26;0.98 -12730;6;4254.50;19.90;1106.00;2.53;0.38 -12732;6;4392.00;13.60;1269.50;4.06;0.54 -12734;6;4018.00;12.35;863.50;4.10;0.38 -12735;6;1447.50;10.40;1432.00;3.43;0.40 -12736;6;1068.00;9.75;1278.50;3.62;0.92 -12738;6;1454.50;9.60;1070.50;2.82;0.64 -12740;6;3637.50;9.80;1007.50;3.96;1.04 -12743;6;3971.50;10.40;1031.50;2.19;0.48 -12744;6;3288.50;11.30;818.50;2.45;0.58 -12745;6;1137.00;14.75;1356.00;3.26;0.54 -12746;6;1170.50;11.40;1212.50;3.06;0.72 -12748;6;3679.50;11.80;1241.00;3.38;0.62 -12749;6;3513.50;10.60;1125.00;3.48;0.68 -12750;6;4425.50;13.50;1323.50;4.01;0.58 -12751;6;2698.00;10.30;868.50;2.03;0.90 -12752;6;1532.00;9.70;1317.50;2.41;0.42 -12753;6;1348.00;11.85;1136.00;3.60;0.72 -12754;6;3993.50;18.35;1198.00;2.12;0.52 -12756;6;3590.00;15.85;1197.50;3.14;0.50 -12757;6;3497.50;12.20;779.50;2.47;0.90 -12760;6;2828.00;11.65;1246.50;2.12;0.26 -12763;6;3945.00;15.45;1235.00;2.12;0.46 -12764;6;3205.00;9.80;1140.00;2.76;0.52 -12765;6;1050.00;16.10;1466.00;3.81;0.54 -12768;6;3557.50;10.60;974.50;4.03;1.04 -12772;6;1674.50;9.70;1023.00;3.21;0.56 -12774;6;3784.00;11.55;1077.50;3.00;0.58 -12775;6;3085.00;11.00;601.50;-1.41;0.90 -12776;6;4422.00;13.05;1302.00;2.35;0.48 -12778;6;1346.00;10.85;1451.50;2.18;0.36 -12779;6;4030.00;10.35;888.00;3.92;0.32 -12780;6;3663.50;14.40;1151.50;3.74;0.56 -12783;6;3251.00;12.25;665.00;4.20;0.98 -12785;6;2814.00;9.60;779.00;3.14;0.36 -12786;6;4094.00;10.20;1070.50;2.86;0.34 -12787;6;2787.00;9.95;777.00;2.58;0.74 -12789;6;4347.00;16.92;1108.00;3.66;0.54 -12791;6;1144.00;13.35;1411.00;3.46;0.52 -12792;6;3927.00;10.20;1119.50;2.31;0.44 -12793;6;3543.50;14.30;1283.50;3.54;0.40 -12794;6;2722.50;11.00;845.00;2.47;0.60 -12796;6;3318.00;10.80;949.50;2.32;0.88 -12797;6;4420.50;15.90;1236.50;3.28;0.38 -12799;6;4041.00;11.65;1020.00;3.14;0.40 -12800;6;3314.00;11.10;811.00;3.68;0.78 -12803;6;1461.50;10.80;1440.00;3.30;0.42 -12804;6;1190.00;16.80;1253.50;3.32;0.50 -12805;6;3957.00;20.40;1295.50;3.44;0.64 -12809;6;3716.50;13.95;1154.00;3.76;0.56 -12811;6;1225.00;11.05;1347.50;3.25;0.56 -12813;6;3495.00;11.70;1063.00;4.01;0.58 -12815;6;4366.50;19.00;1233.00;2.97;0.56 -12816;6;3243.50;10.25;1084.00;2.93;0.72 -12817;6;2872.50;10.20;815.50;3.10;0.74 -12818;6;3634.00;12.60;1232.50;2.55;0.58 -12819;6;4420.50;13.45;1124.00;3.43;0.50 -12820;6;4288.50;14.10;1346.50;2.75;0.62 -12821;6;3535.50;12.60;890.50;4.27;0.74 -12822;6;3989.00;14.12;1176.00;3.30;0.46 -12823;6;1410.00;10.75;1095.50;3.36;0.36 -12824;6;3119.00;10.60;718.50;2.14;0.64 -12825;6;1702.50;9.80;846.00;1.79;1.36 -12829;6;3965.50;11.80;1053.00;2.20;0.46 -12831;6;3903.50;17.40;1221.50;2.43;0.60 -12834;6;2568.50;9.60;857.50;3.68;0.28 -12836;6;3268.00;10.10;962.00;3.23;0.76 -12837;6;4371.50;19.70;1157.50;3.18;0.62 -12838;6;2718.50;10.20;896.00;3.71;0.68 -12839;6;3477.00;10.00;1200.50;2.92;0.44 -12841;6;4420.00;15.67;1093.00;3.28;0.32 -12842;6;2822.50;12.20;1188.50;2.35;0.72 -12844;6;3959.00;10.10;1109.00;2.78;0.50 -12845;6;1658.00;10.45;1004.00;3.46;0.56 -12846;6;4307.50;18.20;1252.00;4.14;0.66 -12847;6;3220.50;10.95;669.00;3.74;0.56 -12848;6;1231.50;11.70;1437.50;2.87;0.50 -12849;6;2842.00;10.27;1063.00;2.62;2.18 -12851;6;2779.00;10.30;871.50;2.06;0.94 -12852;6;3722.50;11.30;1187.50;3.20;0.46 -12854;6;4057.00;10.25;1012.00;4.03;0.44 -12855;6;3516.00;10.12;1203.00;3.60;0.44 -12858;6;2590.50;9.80;841.50;3.00;0.76 -12859;6;1008.50;11.10;1368.50;3.23;0.56 -12860;6;4224.50;18.70;1102.50;3.63;0.46 -12861;6;3527.50;12.30;1274.50;3.23;0.40 -12862;6;3355.00;11.10;876.50;3.14;0.44 -12863;6;3687.50;13.20;1123.50;2.71;0.52 -12865;6;1444.50;12.10;1101.50;4.05;0.72 -12866;6;3062.50;10.30;1129.00;2.74;0.64 -12868;6;3994.00;10.25;1126.00;2.94;0.40 -12869;6;1650.00;9.95;849.00;3.98;1.24 -12871;6;3766.00;11.85;1215.50;2.70;0.58 -12873;6;1179.00;13.72;1234.00;2.82;0.60 -12874;6;2829.00;11.00;814.00;3.92;0.74 -12875;6;1247.00;11.10;1402.50;2.86;0.40 -12879;6;3508.00;10.32;1148.00;2.46;0.60 -12881;6;3342.50;10.55;916.00;1.82;0.82 -12882;6;4440.50;15.00;1223.00;2.42;0.34 -12884;6;4028.00;21.50;1205.50;3.77;0.46 -12886;6;3924.50;9.80;1062.00;4.21;0.40 -12887;6;3321.00;10.50;837.50;3.96;0.78 -12888;6;2896.50;12.20;1226.00;3.50;0.34 -12889;6;3329.50;12.25;1082.00;3.60;0.38 -12892;6;4157.50;18.55;1106.00;3.98;0.38 -12893;6;1207.00;12.75;1452.00;3.30;0.48 -12894;6;3605.00;10.80;945.50;2.70;0.68 -12895;6;3760.00;13.85;1154.00;2.20;0.74 -12897;6;1179.50;13.45;1344.00;2.53;0.58 -12899;6;4275.00;21.65;1214.50;2.33;0.84 -12900;6;2891.50;10.70;776.50;3.82;0.68 -12901;6;1947.00;10.37;473.00;2.73;0.64 -12904;6;4753.00;10.30;330.50;4.06;1.16 -12906;6;2468.00;9.50;116.50;-1.52;1.14 -12907;6;3240.00;11.90;545.00;4.17;0.86 -12908;6;3349.50;11.20;413.00;3.65;0.52 -12909;6;2155.00;11.15;594.50;2.55;0.60 -12911;6;3361.00;12.60;566.50;3.25;0.78 -12912;6;4757.50;10.40;293.00;3.18;1.10 -12918;6;4993.50;10.15;135.00;2.40;0.46 -12919;6;1788.00;10.25;852.50;3.50;1.48 -12920;6;1703.00;12.12;242.00;3.25;0.42 -12921;6;3013.00;12.85;367.50;2.88;0.84 -12923;6;2084.50;10.95;587.00;2.74;0.62 -12924;6;4987.00;9.70;115.50;3.14;0.52 -12926;6;4778.00;10.65;252.00;2.24;0.90 -12928;6;1733.00;19.85;397.00;2.76;0.60 -12929;6;3330.00;12.87;682.00;3.42;0.90 -12930;6;1778.00;18.17;567.00;2.58;0.60 -12931;6;5086.00;15.45;541.00;1.89;0.38 -12932;6;5005.50;9.90;105.50;3.21;0.40 -12933;6;2133.00;9.70;821.50;2.39;0.72 -12934;6;5037.50;9.90;206.50;3.62;0.72 -12938;6;2135.00;11.85;572.50;2.31;0.60 -12939;6;1808.00;9.80;708.00;3.96;1.42 -12940;6;3130.50;12.80;268.50;3.92;1.12 -12943;6;1841.00;10.60;483.50;4.08;0.84 -12945;6;3084.50;10.60;584.00;2.83;0.66 -12946;6;1709.50;11.60;107.00;3.76;0.74 -12947;6;2081.00;10.50;756.00;3.22;0.94 -12948;6;4828.00;10.05;203.50;2.59;0.64 -12949;6;5056.00;10.10;293.50;2.24;1.00 -12950;6;3326.00;11.50;412.00;2.21;0.94 -12951;6;1938.50;9.90;538.50;3.69;0.92 -12952;6;1757.00;10.40;119.00;3.26;0.62 -12955;6;4548.50;10.40;623.50;2.48;0.46 -12957;6;4982.00;9.70;378.50;3.57;0.48 -12958;6;3025.50;12.00;458.00;2.78;0.78 -12959;6;2031.00;9.95;673.00;3.14;0.94 -12961;6;2225.50;11.10;747.00;2.58;0.38 -12962;6;4745.50;10.40;186.50;3.21;0.60 -12963;6;3207.50;12.00;316.50;2.53;1.48 -12965;6;1847.00;9.70;795.50;2.52;1.80 -12966;6;5472.50;12.35;66.00;3.70;0.44 -12967;6;3374.00;11.32;523.00;2.29;0.90 -12968;6;5054.50;9.90;185.00;2.83;0.58 -12969;6;1601.00;15.50;751.50;3.42;0.76 -12970;6;1760.50;10.90;325.50;3.85;0.58 -12971;6;3363.00;10.50;374.50;4.35;0.74 -12972;6;2058.50;11.10;511.00;2.30;0.50 -12973;6;1807.50;10.20;626.50;4.30;1.14 -12975;6;2995.00;11.77;595.00;3.83;0.84 -12978;6;1778.00;15.40;414.50;2.70;0.72 -12979;6;1814.50;13.00;540.50;3.84;0.72 -12981;6;3073.50;11.30;516.00;2.85;1.26 -12982;6;1753.50;12.20;210.00;2.95;0.78 -12983;6;1600.50;15.85;711.00;3.96;0.64 -12984;6;1697.00;9.80;281.50;2.86;0.36 -12985;6;3004.00;11.35;413.50;2.90;0.54 -12990;6;4748.50;10.25;160.00;3.21;0.52 -12993;6;4716.00;10.15;330.00;2.78;0.72 -12994;6;1717.00;13.67;494.00;3.14;0.50 -12996;6;2160.50;9.60;523.50;2.82;0.40 -12999;6;2055.50;9.70;823.00;2.71;1.00 -13004;6;2816.50;9.50;1549.50;2.48;0.34 -13006;6;2726.00;9.50;1530.50;2.31;0.48 -13007;6;2720.50;9.50;1513.00;3.24;0.54 -13008;6;3671.50;10.20;1452.50;3.46;0.52 -13011;6;2871.50;9.90;1502.00;2.67;0.24 -13059;6;4544.50;10.65;1833.00;4.54;1.76 -13065;6;4413.50;10.00;1918.00;2.43;1.72 -13068;6;2882.00;9.70;1538.50;3.14;0.16 -13069;6;451.50;17.05;2035.00;4.58;0.96 -13070;6;2800.00;9.95;1556.00;2.82;0.20 -13073;6;3083.50;10.20;1139.00;3.24;0.42 -13074;6;2817.50;13.70;1214.00;3.05;0.52 -13075;6;1072.50;10.90;1995.00;3.63;1.80 -13077;6;2876.00;12.20;1244.50;4.15;0.34 -13078;6;3169.00;9.90;1169.50;3.14;0.28 -13079;6;3621.00;12.82;922.00;2.23;0.76 -13081;6;2876.50;10.40;1522.50;2.60;0.20 -13082;6;3753.00;13.15;1095.50;3.48;0.66 -13085;6;1414.50;9.90;1118.50;2.05;0.52 -13086;6;1717.00;20.55;600.00;2.03;0.80 -13087;6;1497.50;11.10;1034.50;2.35;0.52 -13088;6;1261.50;10.00;1265.00;3.88;0.52 -13090;6;216.09;9.50;1826.72;2.01;0.76 -13091;6;475.00;9.95;2001.00;2.94;0.66 -13094;6;1410.00;10.40;1755.50;2.88;0.78 -13143;6;4577.00;9.85;1099.50;1.69;0.30 -13207;6;3681.50;10.00;1389.50;3.20;0.40 -13212;6;2813.00;10.50;818.50;3.67;0.44 -13214;6;1099.50;12.10;1364.50;3.63;0.40 -13215;6;1000.50;11.10;1404.00;3.86;0.40 -13220;6;2751.00;12.55;1380.50;3.14;0.20 -13222;6;2801.50;14.05;1334.00;3.30;0.20 -13223;6;2809.50;10.55;1345.00;2.24;0.20 -13226;6;2757.00;14.20;1361.50;3.14;0.16 -13227;6;2743.00;12.87;1347.00;2.67;0.16 -13241;6;3137.50;9.80;1638.00;2.97;0.16 -2;7;3427.50;10.00;1702.50;3.54;0.30 -4;7;3180.00;9.50;1857.50;1.52;0.88 -5;7;2884.50;9.50;1633.50;3.85;0.82 -7;7;3276.00;10.50;1834.00;2.76;0.32 -12;7;3504.00;9.80;1679.50;3.14;0.24 -13;7;1359.00;9.50;317.50;3.27;1.34 -16;7;5273.50;9.50;1568.50;2.57;1.18 -17;7;3074.50;9.80;1569.50;3.33;0.20 -18;7;3368.00;10.25;1799.00;3.46;0.24 -20;7;3142.00;9.50;1198.50;1.14;0.68 -23;7;3501.00;9.80;1711.50;2.76;0.24 -24;7;5233.00;9.50;514.00;3.00;0.98 -25;7;5349.00;9.50;1288.50;3.06;1.18 -28;7;4768.50;9.50;484.00;4.07;0.92 -32;7;3159.00;9.70;1770.00;3.14;0.24 -33;7;4475.00;9.50;368.00;2.40;1.00 -34;7;3939.50;9.50;796.50;3.51;1.02 -37;7;1626.00;10.45;890.50;-1.07;0.20 -43;7;2413.50;9.50;977.00;3.26;1.22 -55;7;294.50;9.50;1605.50;3.81;1.42 -56;7;387.50;9.50;699.00;3.60;1.00 -60;7;3368.00;10.60;1752.00;2.67;0.28 -63;7;3171.50;9.70;1811.00;2.97;0.34 -65;7;2907.00;11.85;1739.00;2.67;0.32 -67;7;3203.50;9.70;1762.50;3.68;0.24 -72;7;3435.00;10.50;1765.50;2.72;0.34 -74;7;3272.50;10.40;1937.50;3.64;0.46 -77;7;3009.50;11.90;1758.50;3.28;0.32 -81;7;3387.50;10.40;1728.50;2.73;0.28 -82;7;3224.50;10.40;1856.00;3.26;0.30 -83;7;3172.00;9.50;1707.50;4.61;0.26 -87;7;3514.50;10.50;1818.50;4.04;0.92 -97;7;3454.50;10.40;1689.50;2.94;0.18 -110;7;3323.00;10.47;1691.00;3.14;0.28 -118;7;3097.50;11.10;1836.00;3.83;0.38 -124;7;3198.50;10.50;1900.50;2.63;0.40 -128;7;3174.50;11.30;1972.50;3.28;0.34 -129;7;3395.50;10.10;1710.00;2.44;0.30 -132;7;3213.50;10.25;1832.00;2.85;0.40 -133;7;2987.00;12.27;1772.00;3.92;0.34 -137;7;2906.00;11.15;1716.50;3.14;0.32 -139;7;3272.00;9.50;1778.50;2.43;0.30 -141;7;3227.00;10.25;1802.50;3.14;0.24 -142;7;3298.50;10.00;1962.50;2.73;0.36 -148;7;3102.50;11.00;1892.00;3.87;0.36 -150;7;3370.50;10.40;1696.50;3.92;0.24 -155;7;3331.00;10.10;1815.00;3.14;0.36 -168;7;3015.50;12.20;1829.50;2.60;0.32 -176;7;3307.50;9.85;1884.00;3.60;0.38 -184;7;3045.00;11.80;1852.50;3.85;0.34 -186;7;3546.50;10.50;1764.00;3.83;0.36 -193;7;3254.50;10.50;1818.00;2.49;0.22 -205;7;3070.50;10.75;1806.00;3.50;0.32 -209;7;3357.50;9.50;1858.00;-0.64;1.70 -210;7;2551.50;9.50;1100.00;3.47;1.40 -215;7;3249.50;9.80;1565.50;2.35;0.24 -216;7;3248.00;9.90;1597.50;2.76;0.22 -220;7;5178.50;9.50;1503.50;2.26;1.08 -224;7;3968.00;9.50;822.50;3.49;1.08 -225;7;3162.50;9.50;1243.00;3.10;0.74 -229;7;5230.50;9.50;552.00;0.91;1.06 -233;7;3233.00;10.15;1635.00;2.11;0.32 -236;7;3318.00;9.90;1593.00;2.35;0.24 -238;7;3323.00;9.90;1559.50;2.26;0.20 -242;7;3034.50;10.70;1670.50;4.30;0.22 -244;7;3837.00;9.50;73.50;2.37;1.06 -248;7;3293.50;11.25;1667.00;3.30;0.28 -249;7;2204.50;9.50;167.00;3.18;0.80 -252;7;3421.00;9.90;1669.50;2.76;0.24 -260;7;3573.50;9.90;1645.50;3.68;0.28 -265;7;3188.50;10.20;1656.50;1.97;0.24 -279;7;3079.50;9.70;1585.50;4.30;0.24 -283;7;3433.00;10.35;1623.50;2.76;0.20 -287;7;3329.00;10.57;1645.00;2.82;0.30 -295;7;1501.00;9.50;847.00;-1.05;0.30 -300;7;3370.50;10.00;1598.00;2.67;0.16 -301;7;3403.50;11.00;1640.50;2.35;0.24 -307;7;3772.50;10.50;1660.00;3.83;0.26 -313;7;3465.00;9.80;1561.00;3.60;0.20 -318;7;3186.00;10.05;1585.50;3.14;0.24 -320;7;3292.50;10.50;1677.00;1.98;0.22 -324;7;3511.00;11.45;1599.50;3.14;0.26 -330;7;3448.50;10.40;1612.50;3.68;0.20 -334;7;3084.00;10.35;1600.00;2.89;0.24 -339;7;3590.00;10.40;1600.00;2.89;0.28 -345;7;3510.50;9.90;1611.50;3.68;0.24 -346;7;3434.50;10.50;1667.50;2.35;0.20 -347;7;3172.50;10.40;1587.50;3.28;0.24 -348;7;3139.00;9.60;1625.50;3.14;0.24 -352;7;3335.50;10.00;1605.50;2.73;0.18 -353;7;3528.00;10.12;1566.00;2.55;0.22 -354;7;3292.50;9.90;1637.00;1.95;0.20 -356;7;3399.00;10.00;1573.00;3.14;0.18 -363;7;3046.50;10.60;1664.50;2.52;0.22 -364;7;2783.50;10.25;1592.00;3.30;0.22 -366;7;3360.50;10.70;1646.50;2.73;0.22 -372;7;3576.00;9.80;1633.00;2.55;0.26 -375;7;2998.50;9.70;1576.50;3.92;0.26 -383;7;2996.00;9.75;1685.50;3.14;0.24 -384;7;3389.00;10.10;1579.00;3.46;0.20 -388;7;3059.00;9.82;1576.00;4.71;0.22 -391;7;2883.50;9.50;1566.50;3.28;0.16 -395;7;3135.50;9.70;1614.00;3.83;0.28 -396;7;3456.50;9.90;1577.50;2.35;0.20 -402;7;3151.50;10.50;1568.50;2.94;0.26 -411;7;3135.50;9.50;1826.00;4.41;0.86 -413;7;3418.00;10.15;1551.00;3.14;0.20 -415;7;1620.00;10.10;839.50;-1.09;0.26 -421;7;3067.50;13.00;1519.00;3.30;0.20 -423;7;5321.50;9.50;1617.00;4.12;1.08 -427;7;3938.50;9.50;910.00;2.42;1.02 -428;7;3219.00;9.50;1219.00;3.78;1.00 -429;7;3374.00;9.80;1469.00;3.46;0.22 -430;7;5125.00;9.50;527.00;-0.29;1.88 -431;7;5396.50;9.50;1361.50;2.79;1.30 -435;7;4748.50;9.50;480.00;3.48;0.62 -436;7;4326.00;9.50;679.50;2.09;1.08 -437;7;3447.50;9.85;1521.00;2.44;0.26 -441;7;3261.00;9.90;1533.00;3.14;0.24 -448;7;2496.00;9.50;1027.50;3.49;1.60 -451;7;1379.00;9.50;1971.00;2.90;1.84 -452;7;3563.00;11.15;1550.50;2.26;0.26 -453;7;3360.00;10.05;1483.50;2.55;0.20 -456;7;12.00;9.50;475.50;4.09;1.06 -457;7;3381.50;10.50;1552.50;2.94;0.22 -459;7;93.50;9.50;1295.00;3.60;0.92 -470;7;3569.00;9.70;1514.00;3.38;0.30 -471;7;3458.50;9.80;1556.50;3.28;0.20 -474;7;3205.50;10.50;1541.50;2.94;0.26 -476;7;3246.00;10.30;1503.00;2.89;0.34 -483;7;3523.00;10.10;1555.00;3.14;0.20 -484;7;3448.00;10.40;1480.00;3.14;0.20 -486;7;3374.00;9.80;1485.00;3.14;0.22 -487;7;3476.50;9.80;1523.00;3.30;0.18 -489;7;3283.50;9.80;1536.00;2.97;0.16 -491;7;3192.00;10.00;1510.00;3.14;0.24 -503;7;2787.50;9.70;1471.00;4.33;0.18 -504;7;3273.50;10.00;1517.50;3.28;0.22 -507;7;2781.00;10.05;1556.50;4.24;0.20 -527;7;2787.00;10.45;1483.50;2.86;0.18 -529;7;2923.00;10.47;1531.00;2.67;0.22 -530;7;3180.50;10.30;1647.50;3.00;0.22 -532;7;3016.50;11.40;1495.50;2.60;0.20 -544;7;3473.00;9.80;1535.50;2.76;0.26 -547;7;3426.50;9.80;1502.50;2.94;0.20 -548;7;3109.50;9.80;1567.50;2.35;0.18 -549;7;2924.50;11.65;1496.00;3.60;0.16 -556;7;4448.50;15.20;1246.50;2.57;0.46 -565;7;3240.50;10.40;1463.00;4.03;0.20 -574;7;3315.50;9.70;1468.50;3.33;0.22 -576;7;3632.00;9.60;1509.00;3.73;0.34 -582;7;3300.00;9.80;1524.00;2.35;0.16 -593;7;3085.50;9.50;1775.00;-1.02;1.08 -596;7;3047.00;10.85;1446.00;3.14;0.18 -608;7;3900.50;9.50;981.50;3.20;1.50 -609;7;3344.50;9.50;1218.50;2.35;0.78 -616;7;4758.50;9.50;425.50;3.62;0.64 -617;7;4297.50;9.50;656.00;3.40;0.96 -623;7;3832.00;9.50;686.00;3.46;0.78 -626;7;3766.00;9.50;102.00;3.07;1.32 -628;7;3006.50;9.70;1438.50;3.92;0.22 -631;7;2173.00;9.50;72.50;3.76;0.90 -632;7;2380.00;9.50;337.00;3.00;1.28 -635;7;2474.50;9.50;1435.00;3.26;1.44 -637;7;3184.00;12.25;1415.50;2.62;0.20 -638;7;1498.00;10.45;1431.50;3.49;0.26 -652;7;3469.50;15.00;1321.50;2.35;0.30 -653;7;3041.50;14.05;1456.00;2.49;0.20 -654;7;3473.50;13.50;1372.50;3.46;0.20 -658;7;2952.50;15.40;1450.00;1.95;0.16 -659;7;1507.50;10.80;1560.50;3.33;0.28 -660;7;3200.00;11.10;1422.50;3.14;0.26 -671;7;3002.00;15.25;1458.50;2.46;0.24 -676;7;3184.50;11.60;1443.00;2.27;0.24 -685;7;3484.00;14.40;1390.50;2.76;0.26 -689;7;1494.50;10.60;1572.50;2.07;0.24 -704;7;3049.00;11.67;1483.00;3.46;0.22 -708;7;2971.50;11.10;1486.50;2.35;0.24 -710;7;928.00;15.50;1528.50;2.41;0.34 -713;7;3157.50;10.95;1469.00;2.67;0.24 -725;7;4937.50;13.00;1458.50;2.73;0.30 -726;7;2718.00;13.45;1375.50;2.46;0.20 -729;7;2696.50;12.10;1380.00;2.67;0.18 -731;7;3486.00;11.02;1409.00;2.15;0.20 -732;7;3026.50;11.30;1489.00;3.78;0.22 -736;7;1147.50;10.80;1816.50;3.06;0.86 -737;7;3329.00;9.70;1452.00;2.03;0.22 -744;7;3219.00;10.75;1464.50;3.73;0.20 -745;7;3519.00;9.95;1426.50;3.14;0.24 -746;7;3168.00;10.47;1475.00;3.14;0.18 -752;7;2841.00;10.20;1408.00;2.67;0.18 -761;7;1498.00;9.80;1828.50;2.80;1.90 -762;7;2886.50;9.70;1415.50;3.46;0.18 -763;7;1356.50;10.70;1817.50;2.98;1.44 -767;7;3343.00;9.70;1455.00;2.55;0.22 -769;7;2858.50;12.40;1423.50;2.60;0.22 -770;7;2925.00;10.75;1412.00;3.14;0.14 -776;7;2940.00;9.87;1428.00;3.46;0.24 -781;7;893.00;13.85;1561.50;2.55;0.34 -783;7;4851.50;12.80;1398.00;2.58;0.30 -786;7;3130.50;9.50;1783.00;2.47;0.82 -802;7;3805.50;9.50;975.50;3.17;0.98 -803;7;3301.00;9.50;1179.00;4.46;0.72 -807;7;5124.00;9.50;630.00;2.03;1.08 -808;7;5300.00;9.50;1324.50;2.55;1.16 -811;7;4734.50;9.50;409.00;2.91;0.88 -812;7;4345.50;9.50;637.50;4.09;1.10 -814;7;4658.00;11.75;1343.50;2.26;0.28 -816;7;3812.50;9.50;646.50;2.54;0.98 -818;7;3192.50;9.70;1402.50;3.76;0.28 -823;7;988.00;12.05;1430.50;4.01;0.30 -825;7;2317.00;9.50;317.50;4.00;1.26 -826;7;2512.00;9.50;1134.00;3.44;1.36 -827;7;1530.00;10.77;1547.00;2.55;0.26 -830;7;2521.00;9.50;1502.50;3.49;1.30 -832;7;2772.50;11.90;1307.00;2.89;0.24 -837;7;4915.50;12.80;1423.50;3.00;0.34 -838;7;36.50;9.50;1336.50;2.48;1.04 -839;7;278.00;9.50;1546.00;3.32;1.02 -842;7;1417.50;9.50;685.50;2.94;1.24 -847;7;1588.50;10.50;1551.50;2.94;0.22 -848;7;4794.00;10.35;1308.00;3.38;0.28 -850;7;1050.00;15.75;1482.00;2.09;0.46 -854;7;2841.50;12.30;1358.50;3.46;0.24 -856;7;3265.00;14.00;1317.00;2.82;0.26 -861;7;4808.00;15.40;1357.50;2.26;0.22 -862;7;1615.50;13.10;1568.00;2.44;0.28 -869;7;1665.50;18.20;645.00;-1.20;0.20 -871;7;2790.50;14.50;1327.00;3.78;0.24 -873;7;1597.00;9.75;1519.00;2.35;0.32 -874;7;2703.00;11.65;1344.00;3.14;0.24 -889;7;2686.50;12.30;1342.50;2.11;0.16 -900;7;4646.50;11.20;1331.00;3.24;0.24 -918;7;2720.00;11.80;1356.50;2.21;0.16 -919;7;3364.50;12.85;1321.00;3.26;0.30 -920;7;2709.00;13.35;1358.50;2.55;0.20 -921;7;3360.50;13.70;1300.50;3.28;0.28 -922;7;3240.50;10.25;1357.00;2.67;0.24 -926;7;1415.50;10.10;1621.00;1.92;0.34 -929;7;2814.50;10.10;1398.00;2.49;0.18 -930;7;4732.00;10.15;1399.50;3.42;0.38 -931;7;2704.50;10.30;1300.50;4.17;0.20 -935;7;3162.50;12.30;1370.00;2.89;0.26 -936;7;3150.00;13.17;1342.00;2.82;0.24 -941;7;961.50;15.30;1468.50;2.71;0.36 -952;7;4616.50;13.90;1353.50;3.03;0.28 -954;7;1425.50;9.80;1504.00;3.01;0.26 -964;7;4717.00;10.50;1329.50;3.14;0.24 -965;7;3164.50;12.20;1385.50;3.92;0.24 -971;7;1518.00;10.12;1524.00;3.14;0.28 -976;7;3152.00;13.40;1303.00;3.38;0.26 -982;7;3108.50;13.80;1394.00;2.24;0.28 -987;7;4725.00;9.70;1353.50;4.01;0.28 -990;7;3143.50;9.50;1742.50;1.64;0.62 -992;7;3273.50;9.80;1145.50;2.35;0.38 -995;7;2247.50;9.50;705.00;2.79;1.16 -997;7;4254.00;10.10;1019.50;2.92;0.32 -1001;7;4648.50;9.70;1198.00;4.03;0.24 -1004;7;4564.50;10.50;1224.00;3.01;0.36 -1008;7;3292.00;9.50;1213.50;2.59;0.66 -1014;7;4271.00;10.45;974.50;3.36;0.32 -1015;7;3352.00;10.95;1149.50;2.86;0.20 -1025;7;4847.50;10.55;1208.00;2.49;0.20 -1029;7;4663.00;9.70;1228.00;3.14;0.28 -1046;7;2948.50;10.85;1256.00;2.44;0.28 -1047;7;4574.00;9.65;1024.00;3.14;0.28 -1051;7;4928.00;11.27;1219.00;3.14;0.24 -1053;7;4609.50;10.20;1072.00;2.27;0.30 -1061;7;3903.50;10.95;1040.00;3.24;0.40 -1062;7;3132.00;13.90;1174.50;2.92;0.26 -1065;7;3358.00;9.85;1195.00;3.14;0.24 -1069;7;4637.00;10.15;1265.50;2.86;0.30 -1073;7;4448.00;10.57;1005.00;3.14;0.28 -1076;7;4659.00;9.70;1217.50;2.46;0.26 -1089;7;4681.50;9.80;1184.50;2.94;0.20 -1093;7;2784.50;11.35;1293.00;2.89;0.20 -1094;7;4670.00;12.15;1098.50;2.46;0.24 -1115;7;2743.50;10.45;1031.00;2.60;1.40 -1129;7;4026.50;22.50;1185.00;3.22;0.50 -1137;7;4604.50;13.30;1325.00;1.98;0.26 -1140;7;3176.00;9.80;1123.50;2.26;0.72 -1141;7;2928.50;13.70;1235.50;2.82;0.42 -1147;7;3900.00;9.70;1055.00;3.14;0.34 -1153;7;4626.50;10.30;1137.50;3.68;0.24 -1158;7;4827.00;9.50;1197.00;0.00;0.80 -1162;7;4596.00;10.12;1042.00;3.14;0.30 -1166;7;4658.50;11.10;1076.50;2.35;0.28 -1171;7;4652.00;9.70;1160.50;2.76;0.26 -1178;7;2724.50;10.50;1281.00;2.24;0.16 -1179;7;3834.00;11.05;1075.50;4.20;0.50 -1181;7;1624.50;9.50;313.50;-1.38;0.68 -1207;7;2721.00;17.67;1187.00;2.49;0.34 -1211;7;3103.00;9.50;1734.50;4.18;0.92 -1212;7;2619.50;9.50;748.50;2.86;1.18 -1218;7;2196.50;9.50;1762.50;3.69;1.06 -1226;7;3868.50;9.50;805.50;2.78;0.82 -1229;7;3863.50;10.20;1580.00;2.78;0.44 -1232;7;5205.50;9.50;1245.50;1.95;1.36 -1234;7;4756.50;10.40;759.50;3.00;0.24 -1236;7;4367.00;9.50;603.00;4.39;0.94 -1250;7;2342.00;9.50;380.50;3.02;1.24 -1253;7;4335.50;11.65;941.00;3.50;0.38 -1257;7;4421.50;18.20;1191.50;2.71;0.40 -1259;7;1281.50;9.50;234.50;3.64;1.10 -1268;7;4038.50;10.90;838.50;2.35;0.28 -1275;7;4047.50;9.95;926.00;3.60;0.34 -1305;7;3677.50;9.80;1604.50;2.71;0.38 -1314;7;3743.50;9.90;1485.50;3.40;0.48 -1324;7;4442.00;10.30;859.00;2.89;0.30 -1325;7;4957.50;11.70;1505.00;3.04;0.34 -1328;7;4496.50;13.00;876.00;3.30;0.24 -1331;7;3812.50;9.90;1521.00;3.24;0.44 -1341;7;1629.00;10.20;1666.50;3.32;0.46 -1344;7;4039.50;10.80;863.00;3.38;0.26 -1352;7;1306.00;10.52;1520.00;2.76;0.40 -1355;7;4738.18;9.50;493.43;2.94;0.42 -1357;7;4394.50;10.30;921.00;2.78;0.38 -1373;7;4414.00;9.70;619.50;3.14;0.28 -1374;7;4456.00;10.55;902.50;3.66;0.30 -1375;7;3954.50;9.80;1547.00;2.40;0.58 -1377;7;4060.50;9.80;1098.00;3.24;0.48 -1378;7;3680.50;9.90;1571.00;3.01;0.32 -1384;7;3885.00;17.55;1300.00;2.67;0.36 -1387;7;3840.50;9.80;1665.50;1.96;0.36 -1400;7;4493.00;12.50;864.00;2.67;0.22 -1411;7;915.50;12.80;1858.50;2.94;1.36 -1418;7;3893.00;10.30;1590.00;3.81;0.40 -1427;7;4372.50;9.50;870.00;2.44;0.28 -1432;7;947.00;17.25;1505.50;3.14;0.50 -1434;7;3243.50;9.50;1733.00;1.39;0.62 -1435;7;2869.00;9.50;591.50;2.76;0.96 -1444;7;4157.50;10.20;1029.50;2.63;0.32 -1445;7;1488.00;10.70;1516.50;2.43;0.32 -1447;7;5521.00;9.50;1743.50;2.14;1.30 -1452;7;3009.50;9.50;1325.50;4.03;1.24 -1458;7;4529.50;13.40;1278.50;2.57;0.34 -1459;7;3895.00;13.42;1346.00;2.89;0.56 -1465;7;4513.50;9.50;179.50;3.05;1.24 -1471;7;3009.00;9.50;82.00;2.70;1.06 -1472;7;5110.00;10.82;279.00;3.78;0.44 -1475;7;2094.00;9.50;78.50;3.39;0.92 -1477;7;2498.00;9.50;1273.50;3.37;1.22 -1480;7;1519.50;9.70;1390.00;3.87;0.46 -1485;7;1514.00;10.52;1446.00;3.33;0.40 -1500;7;1337.00;10.30;1366.00;2.24;0.36 -1503;7;1351.00;10.40;1420.00;4.24;0.22 -1509;7;3146.00;12.10;203.00;3.64;1.08 -1514;7;4962.00;9.70;387.50;3.58;0.44 -1520;7;4443.00;10.55;929.50;3.56;0.28 -1523;7;1387.50;10.85;1522.00;1.57;0.34 -1525;7;4272.50;13.40;1084.50;3.23;0.48 -1538;7;4133.00;10.45;1006.50;3.85;0.32 -1546;7;4932.50;10.00;605.50;3.05;0.42 -1549;7;3457.50;10.90;1267.50;2.06;0.38 -1554;7;3815.50;10.50;1350.50;3.70;0.60 -1559;7;1375.00;10.20;1410.00;2.89;0.34 -1563;7;4467.50;11.45;893.00;2.78;0.32 -1564;7;1337.50;10.70;1507.50;3.54;0.38 -1566;7;4327.00;12.65;1001.00;2.49;0.38 -1570;7;5108.00;10.12;235.00;2.78;0.44 -1571;7;4848.00;13.07;1431.00;3.38;0.36 -1577;7;4477.00;11.27;882.00;3.14;0.26 -1580;7;3181.50;12.00;348.50;2.35;1.52 -1581;7;4280.00;10.10;1052.50;2.30;0.46 -1582;7;1497.50;11.00;1487.00;2.67;0.26 -1587;7;1432.50;10.40;1431.00;3.70;0.30 -1588;7;4759.50;9.90;1469.00;2.58;0.44 -1597;7;4513.00;9.85;1038.00;3.14;0.30 -1599;7;3501.00;12.57;1356.00;3.38;0.28 -1608;7;4604.00;12.55;1391.50;1.98;0.32 -1612;7;4556.50;9.70;1157.50;2.48;0.42 -1613;7;1926.50;9.90;340.00;3.05;0.48 -1614;7;3738.50;9.70;1375.50;3.92;0.52 -1615;7;1416.00;10.40;1395.00;2.82;0.30 -1617;7;5002.00;9.70;545.50;2.70;0.38 -1629;7;4984.00;10.30;531.00;3.14;0.34 -1631;7;3424.50;11.05;1200.00;3.20;0.70 -1634;7;3423.50;11.15;1255.00;3.86;0.36 -1643;7;1363.50;10.30;1379.00;3.43;0.38 -1646;7;1389.00;10.30;1452.00;2.89;0.42 -1649;7;3770.50;9.90;1329.50;3.06;0.52 -1650;7;4300.00;10.30;967.50;2.46;0.24 -1653;7;4434.00;16.15;1043.50;2.41;0.36 -1657;7;1700.50;11.10;1782.50;2.90;1.20 -1659;7;3876.00;9.70;1753.50;3.37;0.78 -1660;7;3189.50;9.50;1724.50;1.53;0.60 -1661;7;2792.50;9.50;728.00;2.32;0.74 -1666;7;4648.00;11.80;1686.00;3.14;0.84 -1669;7;2020.50;9.50;1852.50;3.71;1.60 -1671;7;1113.00;11.45;1860.50;4.10;1.10 -1674;7;4074.50;10.40;1671.00;3.22;0.54 -1676;7;4255.50;14.20;1545.50;3.03;0.52 -1678;7;1342.50;11.85;1568.00;2.89;0.42 -1681;7;5073.50;9.50;746.00;3.67;1.56 -1687;7;4298.50;9.50;703.50;1.97;0.78 -1688;7;3277.00;11.25;284.50;2.79;0.52 -1689;7;4313.50;14.55;1508.00;2.74;0.60 -1691;7;4427.00;9.50;235.50;3.81;1.10 -1693;7;4812.00;10.60;1497.00;3.54;0.38 -1697;7;4372.00;10.25;1736.00;2.57;0.78 -1701;7;2524.50;9.50;1204.00;3.10;1.08 -1704;7;3765.50;9.80;1726.50;3.20;0.54 -1705;7;2404.50;9.50;1707.00;3.76;1.56 -1711;7;202.50;9.50;455.00;2.78;1.00 -1715;7;64.50;9.50;1393.00;2.76;1.34 -1726;7;4032.00;9.80;1752.00;3.68;0.56 -1728;7;4377.00;17.07;1463.00;2.73;0.62 -1729;7;4094.50;9.70;1877.50;3.41;1.20 -1730;7;4800.50;11.00;1629.50;3.74;0.58 -1734;7;1360.50;11.10;1685.00;3.26;0.40 -1743;7;4652.00;11.80;1461.00;2.67;0.56 -1744;7;3752.00;10.02;1817.00;3.30;0.62 -1745;7;4759.00;10.05;1915.00;3.26;1.74 -1748;7;4768.50;12.50;1702.50;2.69;0.86 -1752;7;1258.50;11.30;1689.00;3.97;0.56 -1753;7;1269.00;10.75;1536.50;3.79;0.56 -1757;7;4033.00;9.70;1817.50;3.48;0.88 -1762;7;4417.00;13.35;1545.00;3.01;0.62 -1765;7;4002.50;9.80;1684.00;4.05;0.50 -1767;7;1176.00;11.30;1677.00;2.55;0.68 -1768;7;3937.00;10.30;1737.50;3.64;0.60 -1772;7;4914.50;10.05;1633.00;2.01;0.64 -1775;7;3840.00;9.80;1639.00;2.67;0.62 -1780;7;4214.00;9.90;1729.50;2.64;0.56 -1791;7;4376.00;14.05;1544.50;3.89;0.62 -1792;7;4548.50;10.40;1708.00;2.67;0.74 -1794;7;4102.00;9.97;1582.00;2.89;0.56 -1797;7;4041.00;9.85;1587.00;3.14;0.60 -1811;7;4673.50;12.35;1447.00;2.83;0.52 -1817;7;3230.50;12.10;519.50;3.79;0.84 -1818;7;4124.00;12.30;1489.50;2.98;0.56 -1822;7;3511.00;12.27;1268.00;3.68;0.42 -1823;7;5403.00;10.67;1821.00;2.55;2.72 -1825;7;3983.00;11.45;1366.50;2.14;0.40 -1830;7;367.50;10.60;1985.00;2.01;2.30 -1832;7;989.00;12.57;1712.00;2.67;0.34 -1839;7;5305.00;11.47;1703.00;1.97;1.68 -1845;7;4765.50;10.50;1631.00;3.60;0.74 -1846;7;3291.00;12.15;502.50;3.62;0.96 -1847;7;4752.00;10.70;1495.50;2.38;0.76 -1854;7;1030.50;14.70;1708.00;3.64;0.52 -1861;7;5095.50;11.50;119.50;3.76;0.36 -1870;7;1276.00;10.55;1712.50;2.96;0.52 -1872;7;760.50;13.40;1942.00;3.01;1.80 -1876;7;4320.50;11.40;1642.00;3.32;0.48 -1882;7;4338.50;20.60;1220.00;2.49;0.80 -1885;7;3161.50;9.50;1685.00;-1.46;0.74 -1886;7;2910.50;9.50;701.00;2.90;0.96 -1888;7;3737.50;12.90;1234.50;2.35;0.60 -1893;7;4483.00;13.32;1145.00;2.11;0.38 -1898;7;4055.00;19.60;1150.00;4.06;0.48 -1901;7;2862.50;10.50;1137.00;3.32;1.44 -1906;7;5139.00;9.50;738.00;3.44;1.22 -1907;7;5161.00;9.50;1151.50;3.45;1.26 -1909;7;2621.50;11.40;817.50;1.80;0.74 -1911;7;4635.50;9.50;362.00;3.53;1.26 -1915;7;1254.00;10.72;1416.00;2.11;0.38 -1922;7;3572.50;9.70;1186.00;3.38;0.56 -1931;7;2170.50;9.50;940.00;3.94;1.36 -1933;7;4456.50;14.70;1234.50;3.05;0.42 -1935;7;1196.00;9.50;225.50;3.59;1.42 -1937;7;1652.00;9.85;1030.00;2.67;0.64 -1943;7;4165.50;18.05;1291.00;3.45;1.06 -1958;7;2696.00;11.65;1122.00;2.84;0.82 -1963;7;3661.00;13.45;1190.00;2.07;0.58 -1969;7;2925.50;10.90;849.50;2.69;0.76 -1971;7;3898.00;9.80;1111.50;2.64;0.48 -1972;7;1118.00;16.90;1451.00;3.46;0.56 -1978;7;3900.00;14.12;1183.00;4.19;0.52 -1984;7;3383.50;13.00;869.50;3.92;0.80 -1988;7;1478.50;9.70;1061.50;4.10;0.60 -1989;7;2701.00;13.10;1151.50;3.49;0.46 -1990;7;4367.50;10.70;973.50;2.07;0.30 -1991;7;4116.50;23.30;1153.50;3.08;0.88 -1992;7;2926.50;14.40;772.00;4.18;0.52 -1994;7;3099.50;10.50;1059.50;2.74;1.72 -1996;7;4300.00;15.20;1119.50;3.69;0.74 -2000;7;3753.00;14.80;1255.50;3.14;0.38 -2001;7;2819.50;10.00;840.00;3.60;0.74 -2003;7;3379.00;14.55;954.50;3.37;0.72 -2007;7;1640.00;10.60;894.00;4.01;0.92 -2012;7;2623.00;11.15;875.00;3.67;0.68 -2013;7;3431.00;10.10;1234.00;3.30;0.46 -2014;7;4202.50;21.10;1124.50;3.63;0.72 -2020;7;3526.50;10.20;738.00;2.49;0.66 -2021;7;1345.50;9.60;1160.50;2.35;0.48 -2031;7;1480.50;10.00;1117.50;2.45;0.76 -2032;7;4007.00;11.55;1142.50;2.41;0.46 -2033;7;3407.50;9.70;1038.50;3.79;0.74 -2034;7;3254.50;11.40;720.50;2.35;0.60 -2035;7;1976.00;9.80;826.50;2.59;1.28 -2040;7;3369.50;11.50;854.50;3.08;0.72 -2043;7;1324.00;14.00;1478.50;3.14;0.30 -2045;7;4437.00;13.75;1191.50;3.42;0.40 -2047;7;4616.00;11.75;696.00;2.35;0.56 -2053;7;4365.50;14.70;1285.00;3.26;0.62 -2054;7;3995.50;10.40;1103.50;3.05;0.56 -2056;7;2866.50;10.50;874.50;2.65;0.72 -2059;7;3645.00;10.02;956.00;2.58;0.76 -2064;7;3262.00;10.25;1039.00;3.86;1.00 -2067;7;4407.50;16.90;1120.50;3.20;0.42 -2070;7;3748.00;12.70;1122.50;2.98;0.66 -2074;7;4201.50;16.80;1310.50;3.21;0.78 -2078;7;3808.50;11.80;1189.50;3.92;0.60 -2080;7;2998.50;11.30;714.00;3.29;0.90 -2088;7;3364.00;10.60;917.50;3.58;0.58 -2089;7;3549.00;9.70;1149.50;1.86;0.32 -2090;7;3465.50;12.70;1009.50;3.50;0.72 -2099;7;4341.50;19.50;1298.50;2.48;0.82 -2102;7;1181.00;14.60;1478.50;3.81;0.48 -2107;7;3141.00;9.50;1689.50;1.10;1.20 -2114;7;5031.50;9.80;163.50;3.03;0.80 -2116;7;5076.00;10.00;236.50;3.00;0.72 -2118;7;3742.00;9.50;846.00;2.42;1.28 -2119;7;5524.00;9.50;63.00;3.20;1.24 -2120;7;3340.50;11.35;355.00;3.38;0.76 -2121;7;5116.50;9.50;803.50;2.66;1.44 -2122;7;5096.00;9.50;1119.00;2.76;1.16 -2124;7;4695.50;9.50;527.00;1.17;1.04 -2125;7;4271.50;9.50;745.50;3.29;0.96 -2128;7;3806.50;9.50;802.50;3.76;1.10 -2130;7;5007.00;10.20;130.00;3.54;0.58 -2133;7;4822.00;10.60;250.00;2.43;1.08 -2135;7;2567.00;9.50;1154.50;3.50;0.92 -2137;7;2379.00;9.50;1586.00;2.06;1.14 -2138;7;2115.00;9.50;947.00;3.67;0.94 -2142;7;1897.50;11.10;625.50;2.78;1.12 -2144;7;374.50;9.50;1480.50;3.24;1.22 -2148;7;1408.00;9.50;936.50;2.90;1.04 -2150;7;2111.50;9.80;788.50;3.54;0.88 -2160;7;1829.50;10.50;571.50;3.92;0.82 -2162;7;1628.50;18.25;690.00;3.65;0.68 -2168;7;2051.50;10.00;754.50;2.80;1.02 -2169;7;1725.00;11.40;138.50;3.33;0.76 -2170;7;4560.00;10.05;649.00;3.26;0.58 -2172;7;1867.50;9.70;381.50;2.88;0.54 -2173;7;1912.50;10.50;435.50;3.06;0.54 -2174;7;1758.00;19.70;534.00;2.63;0.82 -2181;7;1999.00;10.85;544.00;2.11;0.86 -2184;7;4580.50;10.30;628.00;4.21;0.56 -2201;7;4741.00;9.70;358.50;2.50;0.84 -2204;7;1962.00;10.50;698.50;3.64;1.66 -2205;7;4961.50;9.75;203.00;-1.43;1.10 -2221;7;5017.00;9.80;248.50;3.21;0.80 -2223;7;4938.00;10.27;326.00;2.01;1.00 -2230;7;3092.50;9.50;1690.50;1.20;0.92 -2231;7;2988.00;9.50;552.00;2.61;0.94 -2232;7;1685.00;9.50;1078.00;3.76;0.76 -2235;7;3715.00;9.50;796.50;2.80;1.14 -2236;7;5476.50;9.65;24.00;2.41;0.76 -2239;7;4640.50;9.50;526.50;1.76;0.66 -2243;7;3023.00;9.50;129.50;3.58;1.04 -2246;7;2611.50;9.50;1122.50;2.11;1.12 -2247;7;2420.00;9.50;1610.00;3.03;1.44 -2249;7;1082.50;9.50;179.50;2.82;1.42 -2251;7;72.00;9.50;1447.00;3.46;1.32 -2256;7;3121.50;9.50;1650.50;1.86;1.12 -2258;7;1624.50;9.50;1080.00;4.60;1.50 -2263;7;5224.00;9.50;774.50;2.37;1.42 -2264;7;5148.50;9.50;1203.00;2.42;1.02 -2265;7;4642.00;9.50;501.00;2.25;0.94 -2266;7;4218.00;9.50;747.00;3.27;1.12 -2271;7;2156.00;9.50;211.50;3.43;1.12 -2272;7;2645.50;9.50;1160.00;2.65;0.80 -2275;7;1099.00;9.50;275.00;2.55;1.72 -2282;7;3066.00;9.50;1655.50;3.79;0.70 -2284;7;1524.00;9.50;1031.00;4.65;0.84 -2288;7;3689.00;9.50;747.00;2.72;1.22 -2291;7;4688.50;9.50;494.50;2.04;1.32 -2292;7;4219.50;9.50;803.50;2.88;0.96 -2295;7;2951.50;9.50;107.50;2.92;1.12 -2297;7;2213.00;9.50;305.50;3.06;1.10 -2300;7;2592.00;9.50;1354.50;2.65;1.08 -2301;7;1012.50;9.50;298.50;2.86;1.58 -2306;7;623.50;9.50;652.50;2.49;1.38 -2307;7;1285.00;9.50;992.50;4.18;1.24 -2309;7;3106.00;9.50;1619.00;1.32;0.60 -2311;7;1580.50;9.50;931.00;2.37;1.20 -2312;7;2070.50;9.50;1579.50;3.92;1.56 -2313;7;580.50;9.50;139.50;2.31;1.34 -2315;7;5292.00;9.50;710.00;3.76;1.08 -2316;7;5082.50;9.50;1175.50;3.27;0.94 -2317;7;4703.00;9.50;476.00;2.29;0.92 -2318;7;4165.50;9.50;738.00;3.60;1.10 -2320;7;3846.50;9.50;897.50;3.25;1.04 -2321;7;2980.00;9.50;159.50;2.69;1.18 -2324;7;2293.00;9.50;933.00;3.92;1.34 -2326;7;2481.00;9.50;1373.00;3.99;1.26 -2330;7;688.00;9.50;674.50;3.25;1.46 -2331;7;1348.00;9.50;1034.50;3.08;1.30 -2333;7;3042.50;9.50;1625.50;-1.46;0.88 -2335;7;1523.00;9.50;847.50;3.05;1.22 -2336;7;2101.00;9.50;1457.50;2.51;1.34 -2338;7;3732.00;9.50;558.50;2.99;1.02 -2341;7;4636.00;9.50;450.00;3.92;1.16 -2353;7;9.00;9.50;1535.50;3.22;0.52 -2355;7;727.50;9.50;714.50;2.78;1.28 -2358;7;3016.00;9.65;1610.00;4.71;0.60 -2359;7;3194.00;9.50;76.00;2.57;1.10 -2361;7;1933.50;9.50;1669.50;3.87;1.52 -2362;7;762.50;9.50;107.50;3.42;1.44 -2364;7;5288.50;9.50;799.50;2.35;0.90 -2367;7;4583.00;9.50;408.50;3.43;1.14 -2370;7;3962.00;9.50;863.50;2.31;0.80 -2372;7;2220.00;9.50;387.00;2.35;1.08 -2374;7;2516.00;9.50;1619.00;3.85;1.06 -2375;7;2620.50;9.50;1234.50;2.90;1.06 -2380;7;1217.00;9.50;1025.50;3.14;0.98 -2382;7;3014.00;9.50;1629.00;1.76;0.52 -2383;7;3329.50;9.50;111.00;3.24;1.06 -2384;7;1473.50;9.50;752.00;2.90;1.08 -2387;7;3687.50;9.50;426.50;3.43;1.10 -2389;7;5363.00;9.50;803.00;3.56;1.06 -2390;7;5084.00;9.50;1062.00;3.46;1.02 -2392;7;4138.50;9.50;791.50;3.33;0.96 -2394;7;3931.00;9.50;948.00;2.09;1.26 -2398;7;2213.50;9.50;828.50;2.94;0.92 -2400;7;2702.50;9.50;1232.00;2.32;0.72 -2402;7;476.50;9.50;548.50;2.74;1.30 -2405;7;605.00;9.50;702.50;2.45;1.30 -2406;7;1137.50;9.50;1028.00;3.67;1.04 -2408;7;2980.50;9.50;1622.00;0.84;0.84 -2409;7;3381.00;9.50;204.50;2.63;1.20 -2410;7;1545.50;9.50;659.50;3.50;1.08 -2412;7;1322.00;9.50;92.50;3.14;1.42 -2413;7;3709.00;9.50;230.00;2.43;1.06 -2414;7;5491.50;9.50;786.50;2.50;1.00 -2415;7;5041.00;9.50;986.00;2.35;1.22 -2416;7;4560.50;9.50;507.50;3.66;0.90 -2419;7;3853.00;9.50;940.00;3.38;0.94 -2420;7;3028.00;9.50;215.00;3.53;1.30 -2423;7;2203.50;9.50;885.00;3.58;1.02 -2425;7;2045.00;9.50;1567.00;3.05;1.10 -2426;7;879.50;9.50;202.50;2.90;1.50 -2427;7;404.50;9.50;549.50;3.65;0.86 -2431;7;2975.50;9.50;1661.50;-1.51;0.70 -2440;7;4596.00;9.50;496.00;3.31;1.28 -2441;7;3993.00;9.50;773.50;2.42;1.12 -2442;7;4622.50;9.50;136.00;3.10;1.08 -2445;7;2389.00;9.50;45.50;3.22;1.06 -2455;7;2948.50;9.50;1692.50;-1.53;1.16 -2457;7;1664.00;9.50;383.00;3.00;1.40 -2458;7;1747.50;9.50;1552.00;3.25;1.54 -2459;7;1374.00;9.50;187.50;3.07;1.32 -2460;7;5135.50;9.50;1675.50;2.97;1.72 -2462;7;5520.50;9.50;855.00;2.42;1.40 -2463;7;5019.50;9.50;1045.00;3.21;1.14 -2465;7;4004.00;9.50;694.00;2.74;0.94 -2466;7;4532.50;9.50;121.50;3.69;1.16 -2473;7;2605.50;9.50;1680.50;3.42;1.26 -2477;7;670.50;9.50;1411.50;2.60;1.04 -2479;7;1137.00;9.50;1129.50;2.61;1.24 -2486;7;3763.50;9.50;165.00;3.79;1.24 -2490;7;4523.00;9.50;512.00;3.57;0.86 -2491;7;3964.00;9.50;731.50;2.86;1.26 -2500;7;1605.50;9.50;1182.50;3.20;0.70 -2502;7;291.00;9.50;548.00;1.80;1.00 -2504;7;588.50;9.50;800.00;3.91;1.24 -2506;7;2900.50;9.50;1680.50;4.66;1.42 -2508;7;1672.50;9.50;154.50;3.20;0.94 -2510;7;5016.00;9.50;1551.50;2.43;0.80 -2513;7;4987.50;9.50;1090.00;2.67;1.42 -2514;7;4485.00;9.50;521.00;3.60;0.94 -2516;7;4685.50;9.50;124.00;2.10;0.74 -2519;7;3010.00;9.50;270.50;3.30;1.02 -2520;7;2304.50;9.50;54.00;3.26;1.26 -2522;7;2133.00;9.50;877.00;3.07;1.00 -2523;7;2541.50;9.50;1729.50;3.28;1.60 -2530;7;2887.00;9.50;1755.50;2.61;0.84 -2534;7;5014.00;9.50;1483.50;2.57;0.82 -2535;7;5319.50;9.50;854.00;2.70;1.28 -2536;7;5001.00;9.50;1155.00;3.24;1.10 -2545;7;2096.00;9.50;910.00;2.87;1.16 -2547;7;1608.00;9.50;1049.00;2.45;1.22 -2549;7;219.50;9.50;600.50;2.32;1.16 -2551;7;639.00;9.50;1468.50;2.45;1.18 -2554;7;2966.50;9.50;1839.50;0.94;1.36 -2556;7;150.50;9.50;1992.00;4.09;1.16 -2557;7;1565.50;9.50;196.50;3.41;1.32 -2558;7;5016.50;9.50;623.00;1.84;0.94 -2559;7;4945.50;9.50;1127.50;3.17;1.28 -2562;7;3967.00;9.50;653.00;2.60;0.90 -2564;7;3879.50;9.50;1011.00;2.27;0.88 -2569;7;2060.00;9.50;882.50;2.08;1.48 -2571;7;1724.00;9.50;1070.50;-1.51;1.36 -2579;7;3634.50;9.50;460.50;3.55;1.02 -2580;7;1880.50;9.50;117.50;3.87;1.30 -2583;7;5001.00;9.50;1411.00;2.01;1.44 -2585;7;4953.50;9.50;645.00;2.01;1.08 -2590;7;3850.50;9.50;1039.00;2.83;1.10 -2594;7;2123.50;9.50;424.50;2.61;0.94 -2596;7;2413.00;9.50;1801.50;2.90;1.38 -2597;7;1817.50;9.50;1047.50;-1.54;1.02 -2601;7;727.50;9.50;1548.00;3.50;1.18 -2606;7;1951.50;9.50;182.50;2.38;1.58 -2607;7;40.50;9.50;1940.50;2.48;1.06 -2609;7;4811.50;9.50;1309.00;-1.43;1.28 -2612;7;4936.50;9.50;1197.00;3.49;1.16 -2613;7;5468.00;9.50;1792.50;3.07;1.44 -2614;7;4497.50;9.50;469.00;2.60;1.06 -2619;7;2889.00;9.50;271.50;3.73;0.84 -2627;7;594.50;9.50;1552.50;3.46;1.02 -2633;7;1601.00;9.50;340.50;2.75;1.46 -2636;7;4964.50;9.50;704.50;2.19;1.10 -2640;7;3765.00;9.50;1045.00;2.48;1.12 -2643;7;2059.50;9.50;443.50;3.82;1.14 -2646;7;1319.00;9.50;1321.50;2.52;1.08 -2654;7;3551.50;9.50;626.00;2.65;1.18 -2658;7;4957.00;9.50;1273.50;1.27;0.90 -2665;7;3902.00;9.50;616.50;2.57;0.74 -2666;7;3631.50;9.50;1068.00;3.80;0.98 -2667;7;3614.00;9.50;185.50;3.32;1.18 -2670;7;1976.50;9.50;969.00;3.89;0.98 -2672;7;1302.00;9.50;1253.50;3.20;1.10 -2673;7;674.50;9.50;183.00;3.67;1.22 -2674;7;288.00;9.50;704.00;2.11;1.46 -2678;7;831.50;9.50;1325.50;3.09;0.88 -2679;7;3467.00;9.50;1901.50;2.79;0.84 -2681;7;2011.50;9.50;232.50;2.84;1.34 -2682;7;164.50;9.50;1753.00;3.79;1.44 -2683;7;1465.50;9.50;963.50;2.90;1.42 -2684;7;4909.50;9.50;1245.50;1.23;0.84 -2689;7;4414.00;9.50;564.50;1.87;0.86 -2691;7;3602.00;9.50;1091.00;4.00;1.10 -2694;7;2130.50;9.50;481.50;3.17;0.98 -2697;7;1365.00;9.50;1208.50;3.47;1.12 -2698;7;764.00;9.50;178.00;2.35;1.26 -2700;7;97.50;9.50;1680.50;3.03;1.22 -2702;7;665.00;9.50;903.50;3.47;1.46 -2704;7;3624.00;9.50;745.50;1.94;0.98 -2706;7;251.00;9.50;1922.00;3.46;1.02 -2707;7;1528.50;9.50;937.00;2.49;1.50 -2708;7;4792.00;9.50;1196.50;-1.10;1.06 -2711;7;5064.50;9.50;806.00;2.47;1.76 -2714;7;4428.50;9.50;541.50;3.92;1.28 -2716;7;3743.00;9.50;989.00;2.43;0.94 -2719;7;2173.50;9.50;494.50;2.84;1.06 -2720;7;1956.00;9.50;1012.00;2.63;1.12 -2722;7;1398.50;9.50;1332.50;3.70;0.96 -2726;7;612.50;9.50;1639.50;2.44;1.16 -2727;7;843.00;9.50;854.00;3.73;1.34 -2729;7;2939.00;9.50;1603.00;1.06;0.74 -2730;7;3639.50;9.50;835.00;2.52;1.18 -2731;7;2161.00;9.50;445.00;3.00;0.76 -2734;7;4659.50;9.50;1300.00;-1.22;1.38 -2735;7;4979.00;9.50;794.50;3.25;0.94 -2737;7;4474.50;9.50;558.50;-1.47;0.76 -2747;7;307.00;9.50;758.00;2.00;1.38 -2750;7;759.00;9.50;817.00;2.40;1.02 -2751;7;699.00;9.50;1687.50;3.73;1.24 -2752;7;2909.00;9.50;1593.50;1.20;0.92 -2753;7;3541.00;9.50;857.00;2.67;0.86 -2756;7;1462.00;9.50;1037.50;3.32;0.76 -2757;7;4686.50;9.50;1241.50;4.39;1.16 -2760;7;4538.00;9.50;586.00;2.47;0.96 -2762;7;3701.50;9.50;953.50;2.85;1.08 -2766;7;1864.00;9.50;1036.50;4.37;1.02 -2767;7;2192.50;9.50;1713.00;3.02;1.14 -2768;7;1865.00;9.50;1702.00;3.98;1.08 -2771;7;67.50;9.50;1772.50;3.52;0.98 -2772;7;656.00;9.50;1591.50;2.81;1.24 -2775;7;2874.50;9.50;1587.50;2.90;0.44 -2776;7;3490.50;9.50;844.50;3.98;0.90 -2778;7;2251.00;9.50;541.50;3.19;1.32 -2780;7;1297.00;9.50;1107.00;2.45;1.24 -2781;7;4767.00;9.50;1257.00;2.07;1.18 -2782;7;5322.00;9.50;217.00;3.30;1.34 -2783;7;5025.00;9.50;883.00;3.32;0.98 -2784;7;4883.00;9.50;954.50;2.91;1.36 -2785;7;4582.50;9.50;543.50;-0.78;0.84 -2786;7;3913.00;9.50;550.00;2.41;1.02 -2791;7;1890.50;9.50;1088.00;3.18;0.92 -2795;7;27.00;9.50;1763.50;3.03;1.08 -2800;7;3434.00;9.50;908.00;4.52;1.42 -2809;7;4607.00;9.50;573.00;4.06;1.34 -2811;7;3686.50;9.50;870.00;2.77;0.96 -2813;7;2913.00;9.50;492.50;3.05;0.90 -2814;7;2114.50;9.50;292.00;2.77;1.02 -2817;7;1839.00;9.50;1631.00;2.63;0.78 -2818;7;1057.50;9.50;90.50;2.23;1.18 -2821;7;813.50;9.50;1422.50;2.31;1.32 -2822;7;820.50;9.50;753.00;3.70;1.30 -2824;7;2823.00;9.50;1565.50;2.29;0.36 -2825;7;3354.00;9.50;1068.00;4.24;1.18 -2826;7;2257.00;9.50;930.50;3.06;1.38 -2829;7;4758.00;9.50;1042.00;2.06;1.18 -2831;7;5074.00;9.50;965.50;3.71;1.36 -2833;7;4643.00;9.50;629.50;4.50;1.12 -2837;7;2105.00;9.50;227.50;2.96;1.04 -2839;7;2072.50;9.50;1775.00;3.64;0.78 -2841;7;910.50;9.50;103.00;2.57;1.32 -2847;7;2780.50;9.50;1514.50;4.55;0.40 -2849;7;2269.50;9.50;800.50;1.82;1.16 -2851;7;1023.50;9.50;1373.50;3.88;1.02 -2852;7;5611.50;9.50;552.00;1.86;1.28 -2855;7;5088.50;9.50;903.50;3.57;1.16 -2856;7;4774.50;9.50;829.50;4.66;1.42 -2857;7;4629.50;9.50;761.50;1.91;1.12 -2863;7;1899.00;9.50;1169.50;3.14;1.12 -2865;7;1641.50;9.50;1152.00;3.70;1.20 -2868;7;707.50;9.50;1360.50;4.13;0.96 -2871;7;2764.00;9.50;1504.50;3.73;0.48 -2874;7;16.50;9.50;1693.00;3.70;1.06 -2875;7;938.50;9.50;1425.50;1.83;1.44 -2876;7;4714.00;9.50;839.50;-0.43;1.14 -2882;7;4588.00;9.50;725.00;1.57;0.98 -2883;7;3980.50;9.50;564.00;2.27;0.96 -2884;7;3659.50;9.50;302.50;3.39;1.34 -2887;7;1832.00;9.50;1153.50;4.13;1.12 -2888;7;2007.00;9.50;1741.50;4.21;0.70 -2889;7;1331.00;9.50;1110.00;3.49;1.24 -2891;7;107.00;9.50;621.00;2.03;1.10 -2893;7;993.50;9.50;831.50;3.46;1.26 -2895;7;2788.00;9.50;1541.50;2.03;0.26 -2896;7;3569.00;9.50;1131.50;3.90;1.16 -2898;7;833.00;9.50;1536.50;2.70;1.02 -2899;7;4714.00;9.60;761.50;-1.32;1.16 -2900;7;4448.50;10.20;1977.50;4.28;1.80 -2901;7;5083.50;9.50;864.00;3.28;1.48 -2903;7;5249.50;9.50;1728.00;2.20;1.10 -2904;7;4517.50;9.50;686.50;4.51;0.98 -2907;7;3673.50;9.50;373.00;2.96;0.96 -2908;7;2943.50;9.50;408.50;3.56;0.72 -2919;7;3678.00;9.50;1080.00;3.83;0.82 -2920;7;2174.00;9.50;1097.00;3.96;1.16 -2921;7;838.00;9.50;1623.00;2.05;0.94 -2922;7;4734.50;9.50;731.00;3.40;0.94 -2924;7;5389.00;9.50;39.00;2.01;1.24 -2925;7;5135.50;9.50;877.50;3.07;1.26 -2929;7;3968.00;9.50;508.00;3.03;0.96 -2932;7;2964.50;9.50;467.50;2.31;0.92 -2933;7;2018.50;9.50;169.00;3.58;1.22 -2935;7;1938.00;9.50;1762.50;3.94;1.20 -2942;7;2768.50;9.50;1655.50;4.66;1.24 -2945;7;757.50;9.50;1759.50;4.48;1.76 -2946;7;4634.00;9.50;800.50;1.95;1.06 -2947;7;621.00;9.50;1002.50;-0.55;1.72 -2950;7;4939.00;9.50;941.50;2.95;0.84 -2955;7;3708.00;9.50;318.50;3.14;1.24 -2957;7;2072.50;9.50;133.50;4.35;1.18 -2959;7;2123.00;9.50;1811.00;4.03;1.14 -2966;7;2848.50;9.50;1642.00;2.99;0.94 -2967;7;3822.50;9.50;1055.00;2.12;0.86 -2968;7;2142.00;9.50;1148.00;2.59;1.08 -2970;7;679.50;9.50;1910.50;3.06;1.98 -2971;7;4674.00;9.50;852.50;2.63;1.04 -2973;7;5359.50;9.50;91.50;3.48;1.00 -2974;7;5363.00;9.50;911.00;2.20;1.48 -2977;7;2786.00;9.50;1531.50;3.66;0.28 -2982;7;3000.00;9.50;517.50;2.53;0.90 -2983;7;2042.50;9.50;118.50;2.26;1.28 -2986;7;2874.00;9.50;1887.50;3.01;0.86 -2988;7;23.50;9.50;784.50;3.82;0.92 -2989;7;828.50;9.50;1280.50;3.24;1.28 -2996;7;3442.00;10.50;1715.50;2.46;0.24 -2998;7;3304.00;10.60;1809.50;3.42;0.44 -3002;7;503.00;9.50;1971.00;3.44;1.24 -3006;7;4644.00;9.50;975.00;4.18;1.06 -3007;7;2986.50;10.30;1735.00;3.01;0.22 -3011;7;5471.50;9.50;131.00;2.04;1.66 -3014;7;5268.50;9.50;902.50;2.77;1.18 -3015;7;5020.00;9.50;937.50;2.30;1.28 -3025;7;3173.50;10.30;1777.50;1.71;0.40 -3026;7;3237.00;10.62;1872.00;2.60;0.36 -3035;7;3383.50;9.90;1704.00;3.30;0.22 -3037;7;2132.50;9.50;1692.00;3.60;1.82 -3039;7;3039.50;11.40;1828.50;3.92;0.34 -3043;7;72.50;9.50;733.00;3.84;1.32 -3053;7;3256.50;10.40;1703.00;3.50;0.30 -3065;7;3462.00;10.17;1804.00;2.49;0.40 -3072;7;3293.50;10.30;1718.50;3.92;0.24 -3073;7;3263.00;10.70;1864.00;2.82;0.34 -3075;7;3467.00;9.70;1841.00;3.24;0.58 -3077;7;3395.00;10.50;1688.00;3.14;0.20 -3085;7;3380.00;10.40;1716.50;2.76;0.22 -3086;7;3382.00;9.95;1812.50;3.42;0.38 -3093;7;2945.00;14.60;1793.50;2.43;0.32 -3096;7;2945.00;9.50;1812.50;3.49;0.32 -3104;7;3126.50;10.85;1883.00;3.83;0.28 -3105;7;2993.50;13.10;1786.50;3.00;0.16 -3107;7;3242.00;10.87;1929.00;3.30;0.46 -3109;7;3033.00;11.65;673.50;3.94;1.26 -3111;7;2997.00;13.50;1815.00;3.60;0.30 -3120;7;3254.00;9.85;1716.00;3.14;0.20 -3124;7;3402.50;10.00;1714.50;3.92;0.24 -3135;7;3476.50;9.80;1704.00;2.49;0.20 -3137;7;3181.50;9.85;1769.00;2.49;0.24 -3138;7;3067.50;11.75;1867.00;4.12;0.32 -3146;7;3554.50;9.80;1713.00;2.49;0.26 -3154;7;3398.50;10.50;1734.50;3.28;0.26 -3155;7;3588.50;10.40;1808.50;2.70;0.70 -3156;7;3258.50;10.75;1897.00;3.43;0.40 -3157;7;3423.50;10.20;1748.50;2.35;0.30 -3169;7;3817.50;9.70;1876.50;2.57;1.18 -3176;7;3359.00;10.57;1683.00;2.55;0.24 -3179;7;3096.00;12.15;1913.00;3.14;0.34 -3180;7;2912.50;13.60;1782.50;3.00;0.32 -3185;7;3271.00;10.45;1818.50;3.14;0.32 -3188;7;2913.00;11.15;1769.00;3.14;0.30 -3190;7;3445.50;9.80;1683.50;3.33;0.26 -3193;7;3181.00;10.40;1909.00;3.30;0.32 -3195;7;2756.50;9.50;1706.00;0.11;1.16 -3200;7;240.00;9.50;1452.50;1.71;0.96 -3204;7;4620.50;9.50;1013.50;2.88;0.94 -3208;7;1781.50;10.20;1928.50;2.90;2.10 -3214;7;3607.00;10.42;1629.00;2.55;0.24 -3218;7;4500.50;9.50;799.50;2.19;0.98 -3219;7;3246.50;9.80;1642.50;2.73;0.26 -3220;7;3435.50;9.80;1678.50;2.35;0.26 -3235;7;3311.50;10.20;1654.50;3.03;0.22 -3238;7;2205.00;9.50;1613.00;3.31;1.66 -3239;7;1430.00;9.50;1065.00;2.62;1.22 -3242;7;2694.00;10.00;1622.50;3.66;0.24 -3248;7;50.50;9.50;1813.00;2.48;1.00 -3251;7;3600.50;10.40;1648.00;2.97;0.26 -3252;7;1108.00;9.50;803.00;2.89;1.08 -3253;7;444.50;9.50;1952.00;2.67;1.70 -3258;7;3011.00;9.72;1590.00;3.14;0.20 -3261;7;3514.50;10.40;1659.50;2.35;0.20 -3264;7;3579.00;10.50;1686.00;3.38;0.32 -3271;7;2954.00;9.70;1580.00;2.35;0.20 -3277;7;2955.00;9.70;1636.50;1.21;0.20 -3292;7;3384.50;10.00;1594.50;3.46;0.14 -3295;7;3098.50;9.90;1587.50;3.92;0.32 -3297;7;3320.00;10.60;1615.00;2.67;0.22 -3298;7;3231.50;10.30;1676.00;2.27;0.26 -3299;7;2992.50;11.10;1499.50;2.19;0.24 -3301;7;2755.50;10.10;1589.00;2.89;0.18 -3320;7;3198.00;10.40;1614.50;3.66;0.32 -3322;7;3459.00;10.10;1617.50;3.66;0.24 -3326;7;2941.00;10.00;1588.00;3.73;0.22 -3334;7;3527.00;10.70;1611.00;2.89;0.22 -3337;7;3160.50;10.20;1631.50;2.35;0.26 -3342;7;2687.00;10.20;1595.50;2.92;0.28 -3343;7;3534.50;11.40;1566.50;3.68;0.16 -3347;7;3462.00;10.40;1656.00;2.82;0.24 -3352;7;3507.00;9.90;1630.50;3.14;0.20 -3355;7;2950.50;10.70;1558.50;2.73;0.22 -3359;7;2693.00;9.80;1610.50;2.43;0.32 -3365;7;3584.00;10.30;1634.50;4.01;0.20 -3369;7;2761.00;10.45;1566.50;2.86;0.24 -3378;7;3272.50;9.90;1589.50;3.54;0.24 -3380;7;3107.00;9.67;1603.00;2.67;0.26 -3383;7;3520.50;9.90;1642.50;2.60;0.20 -3384;7;3156.00;9.75;1614.00;2.03;0.20 -3385;7;3625.50;9.80;1581.50;3.33;0.22 -3389;7;3467.00;9.90;1577.50;3.14;0.24 -3392;7;3175.50;9.80;1566.50;3.00;0.28 -3396;7;2664.00;9.80;1597.50;2.55;0.20 -3400;7;2827.50;9.50;1745.00;2.96;0.88 -3405;7;2093.50;9.50;1010.00;3.31;1.12 -3407;7;3219.00;9.90;1484.50;4.24;0.18 -3408;7;265.00;9.50;1369.50;2.42;1.34 -3409;7;3384.00;9.80;1518.00;3.60;0.22 -3410;7;3137.00;12.00;1511.50;3.52;0.24 -3417;7;3457.50;10.40;1455.50;3.00;0.22 -3425;7;4448.00;9.50;781.00;2.82;1.02 -3428;7;4025.50;9.50;380.50;3.46;0.92 -3429;7;3743.00;9.50;683.00;3.56;1.14 -3434;7;3160.50;11.70;1509.00;2.67;0.24 -3436;7;2660.00;9.50;212.00;3.35;0.78 -3439;7;3515.00;9.70;1471.00;3.14;0.26 -3442;7;1501.00;9.50;1000.50;2.98;0.88 -3444;7;2904.50;9.70;1549.00;2.89;0.20 -3445;7;1028.00;9.50;474.00;3.44;1.24 -3448;7;3121.50;13.35;1334.00;3.30;0.24 -3458;7;3144.00;10.37;1545.00;2.15;0.26 -3460;7;3069.50;10.00;1560.00;2.67;0.24 -3464;7;3457.00;10.30;1464.50;2.21;0.18 -3484;7;3093.50;12.45;1501.00;2.44;0.32 -3485;7;3066.00;13.30;1531.00;3.60;0.26 -3486;7;3608.00;9.70;1565.00;3.38;0.22 -3487;7;3511.50;9.80;1482.50;3.33;0.20 -3488;7;2901.00;11.62;1528.00;2.67;0.18 -3489;7;3467.00;9.80;1482.00;3.46;0.28 -3490;7;3556.50;9.70;1529.50;2.94;0.26 -3494;7;3286.50;10.10;1513.50;2.94;0.24 -3502;7;3635.50;9.80;1541.50;2.82;0.36 -3506;7;2856.50;9.90;1480.50;3.92;0.26 -3507;7;3276.00;9.80;1553.50;3.36;0.30 -3513;7;899.00;10.75;1644.50;2.18;0.32 -3515;7;3593.50;9.60;1492.50;2.73;0.32 -3518;7;3507.00;9.80;1529.50;2.62;0.18 -3520;7;3345.50;9.80;1535.50;4.30;0.20 -3524;7;2940.50;10.90;1535.00;2.97;0.24 -3526;7;3164.50;11.05;1345.00;1.95;0.18 -3539;7;3488.00;9.80;1532.50;2.26;0.24 -3544;7;3128.50;9.90;1563.50;3.92;0.22 -3547;7;2912.50;11.30;1529.50;2.11;0.20 -3550;7;3130.00;12.45;1501.00;2.35;0.26 -3558;7;2936.00;10.20;1504.50;2.62;0.20 -3561;7;2971.00;11.20;1549.50;2.46;0.18 -3562;7;3211.00;9.80;1495.50;3.14;0.26 -3568;7;3286.00;9.80;1548.00;3.46;0.24 -3571;7;2999.50;12.10;1509.50;3.00;0.20 -3572;7;3040.50;9.75;1559.00;2.67;0.20 -3580;7;3368.00;10.60;1550.00;2.35;0.22 -3586;7;3111.50;10.40;1534.50;3.28;0.28 -3587;7;3438.50;9.70;1448.50;2.94;0.20 -3588;7;907.50;14.85;1564.00;2.61;0.34 -3590;7;2707.00;9.50;1658.50;0.63;1.02 -3602;7;1644.50;11.15;1635.00;2.78;0.30 -3603;7;4582.00;9.50;823.50;2.50;0.80 -3608;7;1598.50;10.40;1640.50;3.54;0.30 -3611;7;4870.00;9.50;801.50;3.22;0.96 -3612;7;2919.00;14.15;1440.50;2.21;0.20 -3616;7;4432.00;9.50;734.50;4.16;0.92 -3617;7;3116.00;11.10;1426.50;3.14;0.18 -3624;7;3558.50;9.50;274.00;3.50;1.22 -3625;7;2935.50;9.50;653.00;2.96;0.94 -3627;7;3089.00;9.80;1430.00;2.15;0.20 -3628;7;2596.00;9.50;180.00;3.03;0.88 -3633;7;1982.50;9.50;1812.50;2.40;0.98 -3646;7;2897.50;10.10;1456.00;3.38;0.22 -3652;7;2888.00;10.05;1464.50;2.26;0.22 -3657;7;3002.00;14.32;1448.00;3.14;0.18 -3659;7;2806.00;9.80;1457.50;2.46;0.22 -3660;7;2965.50;16.15;1453.00;1.84;0.18 -3669;7;2874.00;10.20;1472.00;2.35;0.22 -3670;7;3069.00;10.00;1447.50;3.73;0.22 -3671;7;2820.50;9.70;1464.50;1.97;0.14 -3672;7;3513.50;10.55;1388.00;4.29;0.22 -3674;7;3018.00;13.15;1458.50;3.81;0.24 -3675;7;3006.50;14.00;1466.50;3.68;0.22 -3679;7;2941.00;11.55;1471.50;3.14;0.16 -3680;7;3096.50;9.75;1450.00;2.89;0.20 -3699;7;1362.00;10.30;1648.00;3.46;0.44 -3700;7;3070.50;9.70;1478.00;2.49;0.20 -3705;7;2983.00;10.80;1487.50;3.14;0.20 -3713;7;3135.00;9.80;1476.50;2.26;0.26 -3717;7;3428.50;10.20;1409.00;3.78;0.18 -3722;7;3333.00;9.50;1437.50;3.66;0.28 -3724;7;3251.50;9.85;1442.00;2.58;0.28 -3729;7;2717.00;13.40;1381.50;1.73;0.16 -3734;7;3413.50;9.70;1427.00;3.60;0.28 -3750;7;1231.50;11.10;1650.00;2.39;0.54 -3759;7;3227.50;10.00;1583.50;3.46;0.24 -3762;7;2895.50;11.90;1407.50;3.00;0.26 -3768;7;2898.00;11.90;1420.50;2.46;0.18 -3770;7;2867.00;12.90;1430.00;3.46;0.20 -3776;7;2971.00;9.70;1423.50;3.52;0.22 -3777;7;3484.50;9.70;1447.50;2.60;0.24 -3780;7;2952.00;9.90;1427.50;3.14;0.20 -3785;7;2659.00;9.50;1657.00;3.73;0.60 -3788;7;3300.50;13.40;1282.00;2.97;0.24 -3793;7;525.00;9.50;1882.50;3.90;1.16 -3794;7;2738.50;13.70;1333.50;3.46;0.20 -3795;7;3486.50;9.70;1215.50;2.07;0.44 -3798;7;2675.00;10.62;1326.00;3.14;0.22 -3801;7;5327.00;9.50;152.00;3.14;1.28 -3802;7;1551.50;10.60;1549.50;3.46;0.20 -3805;7;4909.00;9.50;767.00;2.67;1.02 -3806;7;1659.50;10.65;1592.00;2.44;0.20 -3808;7;5163.00;9.50;1621.50;2.68;1.44 -3809;7;4401.50;9.50;759.00;4.18;0.78 -3810;7;2727.00;11.50;1297.00;3.14;0.16 -3813;7;3689.00;9.50;691.50;3.05;1.04 -3816;7;2791.00;10.70;1353.50;3.52;0.24 -3818;7;2940.50;9.50;706.00;3.10;0.78 -3819;7;3198.00;12.10;1379.50;3.14;0.22 -3821;7;2612.50;9.50;233.00;3.41;0.94 -3823;7;1589.00;10.40;1507.50;2.62;0.30 -3827;7;789.00;9.50;279.50;2.82;1.10 -3831;7;742.50;9.50;271.00;2.34;1.24 -3832;7;17.50;9.50;848.50;3.29;0.98 -3833;7;3150.00;12.55;1353.50;3.66;0.26 -3837;7;974.00;9.50;1201.00;2.65;1.32 -3841;7;1170.50;9.50;883.00;2.46;1.42 -3846;7;2685.50;10.10;1297.00;3.38;0.20 -3854;7;3293.50;12.70;645.50;2.11;0.54 -3859;7;2760.00;14.10;1350.50;4.06;0.20 -3869;7;1148.00;17.15;1556.50;2.92;0.44 -3871;7;2736.00;13.10;1291.50;2.55;0.20 -3874;7;2723.00;12.35;1342.50;2.21;0.20 -3892;7;2698.50;13.30;1358.00;2.49;0.20 -3895;7;4739.50;12.05;1346.00;2.89;0.20 -3897;7;1626.50;12.45;1576.00;3.30;0.26 -3898;7;2828.00;14.80;1372.50;3.81;0.20 -3904;7;4804.00;13.80;1340.00;2.55;0.22 -3907;7;3299.00;12.20;1316.50;2.86;0.26 -3911;7;1610.50;10.90;1736.00;3.45;0.84 -3913;7;4757.50;10.20;1381.00;4.19;0.26 -3914;7;3128.50;13.55;1323.00;3.60;0.24 -3915;7;2824.00;11.55;1382.00;2.35;0.20 -3925;7;1582.00;9.80;1485.00;4.24;0.22 -3926;7;2688.00;10.50;1313.50;2.76;0.20 -3929;7;4817.00;12.65;1369.50;3.14;0.30 -3931;7;2787.00;11.95;1378.50;3.14;0.24 -3935;7;3377.50;12.90;1331.00;2.44;0.26 -3939;7;3122.00;12.10;1389.00;3.14;0.24 -3940;7;2697.50;12.60;1286.50;2.94;0.24 -3945;7;2777.00;13.42;1328.00;3.14;0.24 -3948;7;2831.50;10.10;1401.00;3.60;0.22 -3959;7;2916.50;11.70;1399.50;1.97;0.20 -3969;7;2693.50;11.60;1325.00;2.97;0.20 -3972;7;1232.00;12.40;1459.50;3.14;0.52 -3975;7;1538.50;12.65;1527.00;3.50;0.32 -3983;7;3279.50;13.40;1306.50;3.03;0.26 -3986;7;2728.00;12.40;1318.00;3.60;0.24 -3990;7;2719.50;9.50;1585.00;1.86;0.70 -3993;7;1923.00;9.50;1076.00;3.78;0.92 -3994;7;1525.00;9.80;1429.50;3.99;0.42 -4002;7;4396.00;9.50;830.50;1.72;1.24 -4011;7;5237.50;9.50;1035.50;2.84;1.22 -4016;7;4372.50;9.50;786.00;4.18;0.90 -4017;7;3360.50;9.90;1154.50;3.46;0.28 -4021;7;3675.50;9.50;645.50;3.10;1.06 -4026;7;2835.50;9.50;739.50;3.71;0.94 -4029;7;1386.50;11.00;1646.00;2.78;0.36 -4044;7;866.00;9.50;1161.00;3.28;1.42 -4050;7;4598.00;13.02;1028.00;3.14;0.28 -4051;7;3008.00;11.15;1173.50;2.43;0.28 -4055;7;3290.50;9.85;1140.00;2.24;0.20 -4058;7;4586.50;11.00;1264.50;2.94;0.28 -4079;7;4622.50;9.70;1195.50;2.73;0.28 -4087;7;4294.00;10.50;1078.50;2.96;0.46 -4095;7;2755.00;12.12;1283.00;3.73;0.24 -4097;7;2743.00;12.25;1223.00;3.92;0.26 -4104;7;4160.00;10.70;1002.00;2.35;0.30 -4111;7;3372.00;12.95;1209.50;3.42;0.28 -4112;7;3222.50;9.50;1290.00;-0.89;0.24 -4122;7;4989.00;12.15;1273.50;2.12;0.24 -4131;7;2864.50;13.20;1252.50;3.33;0.28 -4147;7;4261.50;11.90;990.50;4.09;0.32 -4152;7;4534.00;11.05;1034.50;2.76;0.28 -4158;7;4610.00;9.70;1181.00;2.89;0.26 -4165;7;4616.00;11.55;1038.00;2.82;0.20 -4168;7;1600.00;9.70;1462.50;2.46;0.30 -4175;7;4353.50;11.90;986.50;2.82;0.34 -4183;7;4590.00;11.85;1079.00;3.73;0.26 -4191;7;3156.00;10.70;1036.50;3.18;1.68 -4192;7;4434.00;15.70;1078.50;2.86;0.34 -4204;7;4167.00;10.05;1028.50;3.73;0.34 -4209;7;3852.00;9.80;1659.00;2.89;0.46 -4210;7;4350.00;13.55;1031.50;3.14;0.40 -4212;7;2697.00;9.50;1560.00;2.35;1.12 -4220;7;442.50;9.50;1358.00;3.31;1.22 -4224;7;3993.00;10.60;1377.00;4.33;0.24 -4225;7;4481.00;9.50;595.50;2.31;0.90 -4227;7;3774.00;9.80;1474.00;2.35;0.36 -4228;7;4738.00;9.50;852.00;-0.32;0.22 -4235;7;4939.00;9.50;806.00;1.91;1.14 -4236;7;4626.50;11.60;678.50;2.82;0.36 -4240;7;4419.50;9.50;806.00;2.38;1.28 -4244;7;3728.00;9.50;615.00;3.36;0.90 -4264;7;136.50;9.50;827.00;2.26;0.92 -4273;7;4609.32;11.20;515.90;1.24;0.38 -4277;7;3856.50;10.40;1508.50;3.36;0.52 -4290;7;4955.50;10.00;1547.00;3.43;0.60 -4293;7;4326.00;10.35;938.50;2.62;0.24 -4294;7;3688.50;10.25;1535.00;3.22;0.48 -4295;7;4467.00;13.00;1201.50;2.72;0.38 -4298;7;3641.50;9.80;1796.50;3.82;0.80 -4311;7;3717.00;15.00;1594.50;2.55;0.42 -4315;7;4008.50;13.70;838.50;2.94;0.26 -4322;7;3664.00;10.20;1545.50;3.66;0.34 -4324;7;3636.00;10.00;1592.00;3.73;0.30 -4330;7;4461.00;10.30;841.00;2.82;0.26 -4347;7;915.00;14.45;1602.50;3.52;0.54 -4368;7;4693.50;12.60;936.00;2.09;0.22 -4369;7;3832.50;10.10;1594.50;3.56;0.46 -4370;7;2755.50;9.50;1538.50;2.45;0.52 -4386;7;4101.50;16.55;1113.00;3.87;0.46 -4389;7;3924.00;10.77;1475.00;3.66;0.60 -4404;7;4991.00;11.67;1512.00;2.89;0.38 -4406;7;4473.50;10.80;545.50;3.46;0.20 -4410;7;4063.00;10.70;1042.50;3.49;0.46 -4415;7;4877.00;10.30;454.00;3.38;0.36 -4417;7;1673.50;9.80;1660.00;3.01;0.30 -4419;7;1666.50;10.60;1709.50;2.45;0.60 -4423;7;4696.00;10.50;914.00;2.82;0.20 -4434;7;4500.00;10.40;534.00;3.46;0.24 -4435;7;4185.50;20.00;1101.50;3.25;0.26 -4437;7;1446.00;10.20;1559.00;3.14;0.30 -4438;7;2656.50;9.50;1536.50;2.23;1.26 -4445;7;1675.50;11.40;1620.50;1.99;0.42 -4451;7;4631.00;9.50;594.50;4.09;1.10 -4453;7;5098.50;9.80;197.00;2.74;0.46 -4465;7;5073.00;9.50;1422.00;1.62;0.98 -4466;7;4521.50;9.50;836.00;4.00;1.12 -4475;7;2819.50;9.50;701.00;2.56;0.80 -4479;7;2586.00;9.50;328.00;3.14;1.16 -4480;7;4518.00;11.40;1084.00;3.78;0.34 -4484;7;2023.00;9.50;1668.50;3.00;1.56 -4485;7;1563.00;9.50;725.00;2.67;1.12 -4487;7;4912.00;10.37;400.00;2.78;0.64 -4489;7;644.00;9.50;227.00;2.92;0.94 -4490;7;85.00;9.50;876.50;2.45;1.06 -4495;7;4627.50;13.70;1370.50;1.89;0.44 -4501;7;4410.50;14.40;1037.50;3.23;0.46 -4508;7;1433.50;10.60;1534.50;2.73;0.32 -4527;7;1473.00;10.12;1529.00;3.92;0.24 -4535;7;1379.00;10.30;1366.50;3.69;0.32 -4544;7;4147.00;11.20;1056.50;2.72;0.34 -4546;7;5118.50;10.20;260.00;3.05;0.48 -4565;7;1405.00;10.40;1408.50;2.55;0.38 -4566;7;4351.50;11.30;902.50;3.25;0.36 -4575;7;1924.00;9.70;379.50;4.06;0.64 -4582;7;4389.00;10.12;902.00;3.14;0.26 -4584;7;3218.00;14.05;143.50;3.73;1.00 -4597;7;1357.00;12.22;1471.00;2.82;0.44 -4607;7;943.50;15.00;1528.00;3.75;0.48 -4613;7;4409.00;12.10;979.00;2.21;0.32 -4616;7;4199.00;9.70;1047.00;2.82;0.28 -4625;7;1391.50;10.40;1471.00;3.22;0.46 -4629;7;3849.50;15.05;1333.00;3.53;0.58 -4630;7;4664.50;10.20;202.50;2.35;0.60 -4632;7;5095.00;10.00;297.00;2.92;0.40 -4633;7;4742.00;11.20;1423.00;2.76;0.48 -4638;7;3799.00;11.02;1425.00;3.54;0.68 -4640;7;3240.00;9.80;1718.50;2.12;0.22 -4655;7;4540.50;12.75;1403.00;2.79;0.60 -4661;7;4035.00;11.00;1543.00;3.68;0.56 -4662;7;2635.50;9.50;1600.00;1.33;0.96 -4668;7;1092.00;18.12;1555.00;2.27;0.60 -4669;7;3905.50;9.70;1944.50;2.82;1.50 -4670;7;3972.50;9.80;1591.50;2.70;0.56 -4678;7;833.00;12.55;1948.00;3.21;1.16 -4679;7;5114.00;9.50;68.50;3.58;0.96 -4683;7;5157.50;9.50;994.50;2.29;1.32 -4684;7;4900.00;9.50;647.00;3.87;0.98 -4686;7;3886.50;12.90;1371.50;4.02;0.52 -4688;7;5067.50;9.50;1480.50;2.27;1.16 -4689;7;4538.50;9.50;878.00;3.74;1.04 -4695;7;1172.00;10.90;1944.50;3.22;1.44 -4698;7;3512.50;9.50;171.50;2.71;1.32 -4699;7;2883.00;9.50;650.00;3.48;0.98 -4701;7;4906.00;13.30;1536.00;2.94;0.54 -4711;7;4225.00;13.20;1573.50;3.49;0.60 -4718;7;5573.00;10.55;176.00;2.67;0.32 -4719;7;4643.00;11.70;1525.50;3.29;0.60 -4727;7;1013.00;10.82;1443.00;2.89;0.46 -4732;7;4442.50;14.55;1470.00;3.07;0.70 -4733;7;4124.00;9.70;1905.00;3.55;1.46 -4744;7;5400.50;10.10;1900.50;4.24;2.58 -4745;7;4669.50;11.50;1491.50;2.69;0.70 -4751;7;4186.50;15.40;1496.50;4.10;0.78 -4754;7;3846.50;9.80;1696.50;3.80;0.44 -4755;7;3517.00;14.07;1300.00;3.60;0.38 -4756;7;1439.50;10.30;1399.50;2.13;0.36 -4759;7;1207.50;11.00;1713.50;2.57;0.50 -4762;7;4621.50;12.00;1657.00;3.89;0.88 -4765;7;1004.50;14.50;1775.50;3.29;0.82 -4768;7;4030.50;10.80;1369.00;3.07;0.44 -4778;7;989.50;12.50;1668.50;3.21;0.48 -4784;7;1539.50;10.70;1719.50;4.08;0.50 -4787;7;916.50;9.50;897.00;-0.79;0.66 -4788;7;4191.50;12.40;1419.00;3.41;0.66 -4792;7;4611.50;12.55;1510.00;2.61;0.72 -4794;7;1162.00;13.90;1603.50;3.97;0.62 -4799;7;1013.00;12.25;1477.50;2.64;0.66 -4802;7;3708.00;10.37;1772.00;3.42;0.60 -4805;7;4902.00;10.30;1491.00;2.46;0.44 -4807;7;1353.00;11.00;1626.50;2.21;0.48 -4810;7;4991.00;10.97;1703.00;2.19;1.04 -4812;7;4426.00;10.90;1856.50;4.21;1.44 -4813;7;3815.00;9.80;1711.50;3.63;0.68 -4821;7;4718.50;11.90;1682.00;2.87;0.90 -4827;7;4057.50;10.20;1714.00;2.89;0.58 -4828;7;4040.50;19.00;1346.50;2.64;0.56 -4830;7;1225.00;13.52;1559.00;3.30;0.46 -4831;7;4246.00;10.45;1823.50;4.23;1.22 -4843;7;4294.50;14.70;1379.00;2.97;0.68 -4848;7;564.00;11.95;1997.50;3.42;1.22 -4850;7;3849.50;10.10;1614.00;2.83;0.54 -4860;7;1081.00;12.17;1688.00;2.49;0.62 -4867;7;4078.00;11.67;1515.00;3.33;0.48 -4875;7;1328.00;11.00;1746.50;4.11;0.70 -4878;7;4839.00;9.80;1833.00;4.50;1.32 -4879;7;3075.50;14.20;286.00;2.95;0.88 -4880;7;1284.00;10.90;1650.50;2.96;0.50 -4885;7;2723.00;9.50;1482.50;2.59;0.86 -4887;7;1218.00;15.82;1189.00;3.14;0.64 -4888;7;4401.50;14.70;1248.50;2.63;0.50 -4899;7;4786.00;9.50;622.00;1.86;1.46 -4902;7;3141.50;10.75;947.00;2.95;1.54 -4907;7;4868.50;9.50;683.50;3.32;1.02 -4912;7;4535.00;9.50;923.00;2.87;1.18 -4921;7;3495.50;9.50;109.50;3.18;1.10 -4924;7;3514.50;13.20;918.50;3.74;0.78 -4925;7;4430.50;10.50;1156.50;3.80;0.42 -4928;7;3605.00;15.10;1171.00;4.24;0.48 -4929;7;2470.50;9.50;1089.50;3.02;1.08 -4931;7;1610.50;9.50;629.00;3.86;1.10 -4932;7;3605.50;9.80;1037.50;3.46;0.60 -4933;7;2753.50;14.65;1180.00;2.40;0.40 -4940;7;1016.00;9.50;1119.50;2.52;1.12 -4941;7;3255.00;12.60;597.00;3.00;0.46 -4947;7;4250.00;12.77;1338.00;2.12;0.48 -4949;7;3818.00;11.50;1160.50;2.69;0.64 -4954;7;1689.50;9.50;410.00;-1.33;0.64 -4956;7;1233.50;15.00;1233.50;3.92;0.46 -4959;7;3660.50;12.00;1103.50;3.07;0.70 -4961;7;3278.50;10.70;919.00;3.09;0.72 -4969;7;1614.50;11.00;990.50;2.35;0.72 -4971;7;3984.00;12.30;1077.50;3.02;0.58 -4973;7;4067.50;18.65;1267.00;3.99;0.84 -4974;7;3464.50;10.70;1151.50;3.19;0.70 -4980;7;1996.00;9.90;910.50;2.95;1.60 -4987;7;4134.50;15.60;1102.00;3.01;0.46 -4994;7;4203.00;22.10;1161.50;2.65;0.66 -4995;7;3479.00;10.80;741.50;3.00;0.72 -5000;7;1711.50;9.80;1003.00;2.51;0.68 -5007;7;4519.00;11.97;1231.00;2.55;0.30 -5008;7;1930.50;10.40;888.00;2.81;1.62 -5010;7;3415.50;18.20;804.00;2.79;0.70 -5013;7;2749.00;10.70;794.50;3.23;0.76 -5016;7;4058.00;12.45;1315.50;2.66;0.72 -5018;7;4281.00;18.80;1129.00;1.95;0.60 -5025;7;4469.50;14.10;1253.00;2.42;0.40 -5026;7;1698.50;9.90;940.50;3.70;1.26 -5028;7;2978.50;10.40;851.50;3.28;0.72 -5033;7;4231.50;21.40;1140.00;3.26;0.40 -5035;7;2884.00;10.20;1187.00;3.26;0.72 -5041;7;3443.00;12.42;857.00;3.52;0.74 -5042;7;4031.50;22.80;1250.00;4.07;0.70 -5043;7;3818.00;13.30;1098.00;2.67;0.64 -5046;7;2651.50;13.40;1123.00;3.70;0.42 -5049;7;3677.50;9.70;1014.00;4.07;0.84 -5055;7;4067.50;10.10;1075.00;3.60;0.40 -5061;7;1251.00;10.30;1329.00;3.73;0.52 -5064;7;3842.50;12.30;1179.50;2.82;0.52 -5067;7;3611.50;15.10;1215.50;3.46;0.48 -5075;7;3770.50;14.70;1131.00;4.23;0.56 -5080;7;4273.50;21.50;1177.50;2.35;0.78 -5081;7;3578.50;10.00;1024.00;2.78;1.06 -5083;7;1806.50;12.10;909.50;2.98;1.76 -5084;7;3151.00;11.40;799.50;3.27;1.24 -5089;7;3588.00;11.02;1159.00;4.09;0.68 -5090;7;1492.50;11.75;1446.00;2.58;0.30 -5092;7;4530.50;11.35;1207.00;2.27;0.28 -5098;7;3528.00;12.72;1228.00;2.67;0.46 -5101;7;2813.00;10.20;919.50;4.04;1.04 -5105;7;3851.00;13.75;1152.00;3.33;0.60 -5108;7;2760.50;9.50;1438.00;4.71;0.76 -5114;7;1055.50;9.50;1171.00;2.42;0.98 -5116;7;4732.00;9.50;463.50;3.27;1.00 -5122;7;5045.00;9.50;65.50;2.70;0.86 -5123;7;5278.00;9.50;1094.00;2.13;1.18 -5127;7;4492.50;9.50;940.00;3.89;1.24 -5128;7;3567.00;12.82;382.00;2.82;1.02 -5131;7;1717.50;15.10;569.50;3.49;0.64 -5132;7;3535.00;9.50;108.00;3.95;1.26 -5135;7;5069.50;15.80;558.50;3.05;0.50 -5142;7;1571.00;9.50;614.50;3.65;1.26 -5144;7;616.00;9.50;276.50;2.05;1.34 -5146;7;1746.50;19.30;491.50;2.43;0.60 -5148;7;1983.00;10.50;641.50;2.96;1.52 -5150;7;767.00;9.50;1807.00;2.03;1.10 -5156;7;2014.00;11.80;447.00;2.19;0.52 -5164;7;3405.00;10.62;399.00;3.60;0.78 -5166;7;1661.50;16.35;668.00;4.14;0.92 -5170;7;4672.00;10.50;287.50;3.96;0.66 -5171;7;1727.00;15.90;465.50;2.40;0.50 -5177;7;3314.50;10.60;294.50;3.52;1.00 -5178;7;1974.00;11.15;466.50;3.14;0.50 -5183;7;4891.00;9.80;186.50;3.77;0.72 -5184;7;1800.50;10.75;315.00;2.49;0.60 -5192;7;1729.00;19.00;439.50;3.03;0.56 -5194;7;2143.50;11.10;655.50;2.94;0.74 -5199;7;3249.50;13.00;413.00;2.30;0.56 -5201;7;1720.00;9.60;63.50;4.50;0.32 -5206;7;4984.00;9.95;352.50;3.14;0.88 -5207;7;4812.00;10.65;425.50;3.75;0.66 -5208;7;2064.00;10.40;659.50;3.07;1.16 -5210;7;3425.00;10.05;606.50;2.50;0.74 -5213;7;1855.00;10.40;423.50;3.68;0.90 -5214;7;1866.00;9.80;913.50;2.80;1.18 -5215;7;1710.50;9.50;55.00;3.88;0.58 -5218;7;2154.00;10.75;717.50;2.03;0.76 -5220;7;2096.50;9.70;836.50;3.09;0.72 -5221;7;3316.00;11.90;457.50;2.78;1.04 -5225;7;2483.00;9.50;83.00;-1.53;0.54 -5233;7;2737.00;9.50;1415.00;3.14;0.78 -5235;7;1943.50;9.50;1346.00;2.77;1.26 -5238;7;4840.00;9.50;562.50;3.39;1.18 -5240;7;5067.00;11.05;33.00;4.29;1.48 -5244;7;4498.00;9.50;968.00;1.24;1.40 -5246;7;3550.50;9.50;700.50;3.32;1.30 -5247;7;3453.00;9.50;306.00;3.78;1.30 -5248;7;2795.00;9.50;621.50;2.98;1.08 -5250;7;2415.50;9.50;1181.00;3.50;1.24 -5252;7;1670.50;9.50;588.00;2.93;1.06 -5254;7;237.50;9.50;873.00;3.04;1.26 -5257;7;874.50;9.50;1718.50;0.50;1.38 -5261;7;75.50;9.50;1250.00;2.45;1.22 -5263;7;4823.00;9.50;458.00;4.24;1.04 -5266;7;5260.50;9.50;1198.00;2.49;1.20 -5267;7;4821.00;9.50;695.50;3.90;1.04 -5268;7;5065.00;9.50;1644.50;3.14;1.20 -5269;7;4548.00;9.50;978.50;-1.53;1.42 -5272;7;3483.00;9.50;242.00;3.31;1.14 -5273;7;2813.00;9.50;551.50;2.83;1.14 -5274;7;2571.00;9.50;273.00;2.48;0.98 -5277;7;1679.50;9.50;540.00;3.10;1.22 -5279;7;146.00;9.50;959.50;3.67;1.08 -5282;7;839.00;9.50;1715.00;2.11;0.94 -5284;7;2656.50;9.50;1367.00;1.90;0.80 -5286;7;2466.50;9.50;1769.00;3.72;1.32 -5291;7;2892.00;10.70;1500.50;3.81;0.22 -5292;7;5194.50;9.50;62.00;3.34;1.08 -5294;7;4795.50;9.50;686.50;2.27;1.16 -5299;7;3405.00;9.50;355.50;3.25;1.40 -5303;7;2026.50;9.50;1476.00;3.60;1.10 -5306;7;94.50;9.50;936.50;3.46;1.28 -5314;7;177.00;9.50;1205.00;2.64;0.94 -5316;7;4947.00;9.50;491.00;3.43;1.38 -5318;7;5162.50;9.50;142.00;2.60;1.16 -5320;7;4874.00;9.50;608.50;1.83;1.00 -5321;7;4965.00;9.50;1626.50;3.39;1.10 -5322;7;4668.00;9.50;1053.50;4.52;0.94 -5327;7;2469.50;9.50;325.50;4.02;1.26 -5329;7;2008.00;9.50;1508.50;1.54;1.38 -5330;7;1689.50;9.50;439.00;2.31;1.26 -5335;7;862.00;9.50;1663.50;1.49;1.32 -5336;7;2635.00;9.50;1304.00;3.14;0.86 -5337;7;2317.00;9.50;1996.00;2.67;1.44 -5339;7;351.50;9.50;1040.00;2.22;0.98 -5340;7;4937.50;9.50;438.50;3.77;0.76 -5341;7;5209.50;9.50;224.00;1.84;1.04 -5342;7;5346.50;9.50;1157.50;2.60;1.30 -5343;7;4724.00;9.50;637.00;1.57;1.74 -5345;7;4650.00;9.50;1028.00;3.40;0.94 -5346;7;4058.00;9.50;235.00;3.50;0.94 -5347;7;3472.50;9.50;634.00;2.92;1.26 -5348;7;3370.50;9.50;260.50;3.70;1.34 -5351;7;2290.00;9.50;1107.00;3.76;1.20 -5353;7;1657.00;9.50;330.50;3.06;1.26 -5354;7;709.50;9.50;364.00;3.70;1.06 -5355;7;13.50;9.50;960.50;4.09;1.04 -5358;7;1315.00;9.50;895.00;4.01;0.94 -5363;7;598.00;9.50;999.50;3.85;1.18 -5364;7;5051.50;9.50;504.50;3.88;1.46 -5365;7;5179.00;9.50;277.50;3.22;1.32 -5367;7;4682.71;9.50;1007.72;3.04;1.12 -5371;7;2783.00;9.50;434.00;3.05;1.08 -5374;7;1926.00;9.50;1484.50;3.14;1.20 -5381;7;829.50;9.50;1583.50;3.51;1.16 -5382;7;2695.50;9.50;1262.00;2.24;0.62 -5385;7;728.00;9.50;1096.50;2.96;1.02 -5386;7;5557.50;9.50;96.50;4.09;1.76 -5388;7;3344.50;9.50;1109.00;2.49;1.04 -5389;7;5208.50;9.50;319.50;2.61;0.92 -5390;7;4806.00;9.50;591.50;2.65;1.30 -5394;7;3441.00;9.50;545.50;3.14;1.16 -5395;7;3327.50;9.50;166.50;2.28;1.38 -5397;7;2643.00;9.50;356.00;2.43;1.12 -5406;7;782.50;9.50;1579.50;2.84;1.20 -5407;7;2727.00;9.50;1246.50;-1.40;0.58 -5408;7;2159.50;9.50;1856.50;2.54;1.24 -5409;7;1852.50;9.50;1445.50;3.84;0.96 -5410;7;976.00;9.50;1057.00;2.73;1.46 -5412;7;3257.00;9.55;1347.00;-0.98;0.66 -5414;7;4728.50;9.65;517.00;-1.09;1.22 -5423;7;1963.50;9.50;1430.50;4.05;1.02 -5424;7;1676.50;9.50;187.50;1.64;1.20 -5425;7;569.00;9.50;350.50;3.62;1.34 -5430;7;871.00;9.50;1501.00;1.80;0.64 -5431;7;2786.00;9.50;1265.50;4.44;0.78 -5432;7;2238.00;9.50;1911.00;3.14;1.50 -5438;7;4787.50;9.50;511.00;3.60;0.82 -5441;7;4784.00;9.50;110.50;2.43;0.86 -5444;7;2857.00;9.50;368.50;2.73;0.74 -5452;7;1405.00;9.50;836.50;2.33;1.48 -5454;7;2819.50;9.50;1309.50;2.35;0.84 -5459;7;5182.50;9.50;187.00;2.83;1.06 -5460;7;5501.50;9.50;300.00;2.97;1.02 -5462;7;4800.00;9.50;555.50;3.03;0.94 -5463;7;4649.00;9.50;891.00;4.33;0.82 -5465;7;4706.00;9.50;57.00;2.96;0.88 -5471;7;2156.00;9.50;1201.00;3.50;0.98 -5473;7;1658.50;9.50;113.50;3.81;0.98 -5476;7;920.00;9.50;872.50;3.75;1.30 -5479;7;2844.50;9.50;1290.50;4.15;0.94 -5483;7;5441.50;9.50;83.00;2.56;1.18 -5484;7;5133.00;9.50;99.00;3.88;1.22 -5488;7;5207.00;9.50;1520.50;3.95;0.92 -5489;7;4629.00;9.50;863.50;3.43;1.10 -5492;7;3612.00;9.50;512.00;2.67;1.08 -5493;7;3244.00;9.50;91.50;3.36;1.24 -5494;7;2832.00;9.50;317.00;2.76;0.94 -5498;7;1851.00;9.50;1404.50;2.32;0.86 -5502;7;953.50;9.50;918.50;2.92;0.88 -5504;7;859.00;9.50;1473.00;3.03;0.98 -5505;7;2863.00;9.50;1364.50;4.36;1.00 -5506;7;2299.00;9.50;1684.50;3.67;1.14 -5507;7;1786.50;9.50;1162.50;3.35;1.54 -5510;7;4991.50;9.50;77.00;3.65;1.02 -5511;7;5509.00;9.50;203.00;1.96;1.16 -5513;7;4877.50;9.50;488.50;1.62;1.06 -5515;7;4697.50;9.50;574.00;4.17;1.12 -5521;7;2588.50;9.50;437.00;2.70;1.02 -5524;7;1806.00;9.50;1451.00;3.14;0.94 -5527;7;128.00;9.50;1066.00;3.69;1.22 -5528;7;1039.00;9.50;899.50;2.71;1.34 -5531;7;2888.50;9.50;1288.50;3.57;0.88 -5533;7;1850.50;9.50;1099.50;2.63;1.12 -5535;7;5374.50;9.50;235.50;2.60;1.14 -5536;7;4906.00;9.50;123.00;2.97;1.10 -5538;7;4909.00;9.50;491.00;2.63;0.86 -5539;7;4426.50;9.70;670.50;-0.91;0.92 -5543;7;3421.50;9.50;224.50;3.56;1.12 -5545;7;2534.50;9.50;408.00;3.02;1.26 -5550;7;470.50;9.50;216.50;3.09;1.18 -5553;7;1210.50;9.50;823.50;3.50;1.22 -5554;7;968.00;9.50;1391.50;2.64;1.28 -5555;7;2928.00;9.50;1387.50;4.60;0.86 -5557;7;1753.00;9.50;1144.50;3.46;1.00 -5560;7;4820.00;9.50;156.50;3.06;1.02 -5561;7;5624.50;9.50;121.50;2.82;0.88 -5562;7;5431.00;9.50;1413.50;2.17;1.14 -5563;7;5012.00;9.50;492.00;2.10;1.30 -5564;7;4468.50;9.50;708.50;3.03;1.04 -5565;7;4043.00;9.50;157.50;3.43;0.98 -5567;7;3603.00;9.50;422.50;3.39;0.86 -5569;7;2817.50;9.50;265.00;2.95;0.88 -5570;7;2546.50;9.50;471.00;2.98;0.98 -5572;7;1737.00;9.50;1397.50;3.03;0.90 -5573;7;1541.00;9.50;134.00;2.83;1.32 -5578;7;971.00;9.50;1343.00;3.67;1.50 -5579;7;2953.50;9.50;1362.50;3.03;0.84 -5581;7;1738.50;9.50;1209.50;1.67;1.44 -5584;7;4600.00;9.50;180.50;4.14;1.00 -5585;7;5607.50;9.50;160.00;3.48;0.94 -5586;7;5177.50;9.50;1386.00;3.84;1.20 -5587;7;5122.00;9.50;476.00;2.21;1.26 -5588;7;5015.00;9.50;1683.50;2.83;1.10 -5589;7;4473.50;9.50;662.50;3.19;0.86 -5599;7;1495.00;9.50;187.50;3.66;1.26 -5601;7;267.00;9.50;1069.00;3.05;1.14 -5604;7;1024.00;9.50;1299.00;2.89;1.40 -5605;7;2952.00;9.50;1296.00;3.80;0.86 -5606;7;2367.50;9.50;1105.00;2.51;1.18 -5607;7;1689.50;9.50;1147.00;4.10;1.54 -5609;7;5432.00;9.50;369.00;2.25;1.08 -5611;7;5585.50;9.50;194.50;-1.49;1.20 -5613;7;5058.00;9.50;449.50;1.53;0.98 -5614;7;5141.50;9.50;1453.00;1.96;1.26 -5615;7;4442.00;9.50;635.00;3.60;0.82 -5626;7;482.00;9.50;292.50;2.06;1.10 -5627;7;313.50;9.50;1088.00;3.24;1.08 -5628;7;844.50;9.50;1093.00;2.81;1.06 -5630;7;1076.00;9.50;1313.50;3.36;1.26 -5631;7;2996.50;9.50;1220.00;2.67;0.88 -5633;7;1614.00;9.50;1143.00;2.86;1.58 -5634;7;175.00;9.50;912.50;3.70;0.96 -5635;7;5530.50;9.50;249.00;1.88;1.16 -5637;7;5536.00;9.50;145.50;1.10;1.68 -5638;7;5275.50;9.50;1038.50;3.70;1.28 -5639;7;5062.50;9.50;409.50;3.98;0.94 -5640;7;5113.00;9.50;1408.50;3.81;1.26 -5641;7;4507.50;9.50;624.50;2.61;1.20 -5644;7;3696.50;9.50;512.50;2.35;0.84 -5647;7;2759.50;9.50;295.00;3.90;1.06 -5648;7;2049.50;9.50;1085.50;3.10;1.20 -5649;7;1648.00;9.50;1315.50;3.24;0.84 -5651;7;460.00;9.50;135.50;2.24;1.42 -5652;7;362.50;9.50;1127.00;3.25;1.18 -5654;7;1221.00;9.50;711.00;3.70;0.98 -5655;7;1100.00;9.50;1218.00;2.57;1.26 -5656;7;2967.00;9.50;1340.50;4.50;1.00 -5658;7;1648.00;9.50;1185.00;2.44;0.58 -5660;7;5387.50;9.50;407.50;4.01;0.90 -5662;7;5604.00;9.50;284.00;2.39;1.16 -5664;7;4958.50;9.50;1214.00;4.46;1.34 -5666;7;4574.50;9.50;579.00;2.19;1.00 -5667;7;4134.00;9.50;83.00;2.89;0.96 -5670;7;3380.50;9.50;142.00;3.11;1.00 -5675;7;1567.50;9.50;275.00;2.89;1.32 -5677;7;223.00;9.50;1120.00;2.52;1.16 -5678;7;783.50;9.50;1052.50;3.18;0.94 -5681;7;3043.00;9.50;1295.50;3.79;0.80 -5683;7;1565.00;9.50;1106.50;3.98;1.16 -5684;7;482.00;9.50;602.50;3.86;1.06 -5686;7;4437.00;9.50;482.50;2.83;1.00 -5687;7;3408.50;9.50;1874.50;3.62;0.84 -5691;7;5283.00;9.50;1477.00;2.35;1.10 -5692;7;4294.50;9.50;900.00;4.34;1.00 -5697;7;2792.00;9.50;197.00;2.87;0.98 -5699;7;2032.00;9.50;1198.50;3.07;0.98 -5700;7;1609.00;9.50;1235.50;4.29;1.08 -5706;7;1149.00;9.50;1179.00;3.68;0.94 -5707;7;3054.00;9.50;1260.50;4.53;1.36 -5709;7;1525.00;9.50;1100.00;3.38;1.54 -5711;7;5568.50;9.50;228.50;-1.49;1.46 -5713;7;3478.50;9.50;1950.50;2.24;1.44 -5716;7;5013.50;9.50;1244.50;4.35;1.02 -5718;7;4328.50;9.50;870.50;2.73;0.94 -5721;7;3711.00;9.50;477.50;3.73;0.98 -5725;7;2006.50;9.50;1131.50;2.83;1.30 -5727;7;1526.00;9.50;326.00;3.22;1.24 -5728;7;428.50;9.50;253.00;2.41;1.20 -5731;7;1117.00;9.50;706.00;3.35;1.26 -5733;7;3032.50;9.50;1199.00;-0.94;1.16 -5735;7;1564.00;9.50;1201.50;1.62;1.46 -5740;7;3509.00;9.50;1982.00;-1.34;2.04 -5741;7;5418.50;9.55;309.00;4.19;1.22 -5742;7;5461.50;9.50;1136.50;2.44;1.22 -5744;7;5337.50;9.50;1524.50;2.62;0.90 -5745;7;4327.00;9.50;824.00;3.14;0.74 -5750;7;2670.50;9.50;311.50;3.88;0.96 -5753;7;1602.50;9.50;402.00;2.83;1.30 -5760;7;2625.00;9.50;693.00;3.05;0.78 -5765;7;3301.50;9.50;1989.00;-1.34;1.10 -5769;7;5363.00;9.50;1575.00;2.40;1.02 -5770;7;4278.50;9.50;868.00;3.67;1.04 -5771;7;4942.50;9.50;129.50;3.92;1.08 -5774;7;2798.50;9.50;72.00;4.01;1.10 -5777;7;1911.00;9.50;1296.50;3.78;1.34 -5784;7;1066.00;9.50;748.50;2.92;1.24 -5785;7;1234.50;9.50;1132.50;3.44;1.26 -5786;7;3027.00;9.50;1412.50;1.69;0.82 -5787;7;2459.00;9.50;585.50;3.56;0.92 -5788;7;1497.00;9.50;1162.00;3.85;1.22 -5790;7;5371.00;9.50;472.00;1.84;1.14 -5792;7;3095.00;9.50;1991.00;0.98;1.98 -5793;7;5370.50;9.50;332.50;1.82;0.88 -5795;7;5143.50;9.50;1276.50;3.76;0.98 -5802;7;1838.00;9.50;92.00;3.26;1.32 -5805;7;1489.50;9.50;401.00;4.12;1.66 -5807;7;274.50;9.50;1174.00;2.93;1.02 -5812;7;3025.00;9.50;1387.00;4.36;0.78 -5813;7;2566.50;9.50;635.00;3.17;1.12 -5814;7;1457.50;9.50;1162.50;2.88;1.14 -5816;7;5235.50;9.50;460.00;3.01;1.38 -5822;7;5432.50;9.50;1544.00;3.78;1.00 -5823;7;4271.00;9.50;925.00;2.40;0.86 -5827;7;2674.00;9.50;416.00;3.20;1.04 -5828;7;1818.00;9.50;140.50;2.90;1.60 -5830;7;1923.00;9.50;1980.00;3.29;1.32 -5838;7;3093.50;9.50;1352.00;1.23;1.24 -5840;7;1460.00;9.50;1215.00;3.21;0.96 -5842;7;5178.50;9.50;541.00;3.83;1.40 -5847;7;5605.50;9.50;1187.50;2.05;1.56 -5850;7;4247.00;9.50;971.50;3.21;0.98 -5851;7;3788.00;9.50;408.50;3.80;1.24 -5853;7;2735.00;9.50;388.00;2.71;0.84 -5856;7;1964.50;9.50;1912.50;3.58;1.32 -5857;7;1527.50;9.50;505.50;3.89;1.24 -5860;7;38.00;9.50;2007.00;4.12;0.86 -5861;7;803.50;9.50;1184.50;3.05;1.08 -5862;7;1030.50;9.50;597.50;2.40;0.90 -5864;7;3105.00;9.50;1318.00;1.73;0.60 -5866;7;1467.50;9.50;1266.00;3.01;1.20 -5868;7;5272.00;9.50;518.00;-1.32;1.34 -5869;7;3008.50;9.50;1900.00;0.94;1.96 -5870;7;5322.00;9.50;381.00;2.96;1.32 -5873;7;4208.00;9.50;992.00;3.92;0.98 -5875;7;3624.50;9.50;565.00;3.81;1.24 -5878;7;2723.00;9.50;474.00;3.83;1.04 -5884;7;140.00;9.50;212.50;3.27;1.40 -5895;7;2951.00;9.50;1939.50;3.35;1.48 -5900;7;4221.50;9.50;935.50;3.39;0.76 -5901;7;3652.50;9.50;595.50;2.79;1.02 -5903;7;1967.50;9.50;130.00;2.63;0.88 -5907;7;204.00;9.50;164.50;2.55;1.30 -5913;7;3148.00;11.35;1282.50;1.84;1.06 -5914;7;2869.00;9.50;416.50;3.52;1.16 -5915;7;1337.50;9.50;1209.50;2.69;1.26 -5917;7;5370.50;9.50;607.50;2.88;1.18 -5922;7;5071.50;9.60;1383.50;3.20;1.04 -5925;7;2670.00;9.50;494.50;3.34;0.88 -5928;7;1868.50;9.50;1890.50;3.68;2.32 -5929;7;2841.50;9.50;1560.00;2.30;0.52 -5931;7;246.50;9.50;116.50;4.10;1.12 -5935;7;1157.50;9.50;759.00;3.23;1.28 -5941;7;5516.00;9.50;713.50;1.97;0.86 -5942;7;2918.50;9.50;1811.50;1.46;1.34 -5944;7;5613.00;9.50;1089.50;3.00;0.84 -5946;7;5013.00;9.50;1342.00;-1.35;1.06 -5948;7;3703.50;9.50;561.50;2.35;1.12 -5950;7;2683.00;9.50;547.50;2.66;1.06 -5951;7;1924.00;9.50;280.50;3.67;1.52 -5955;7;200.50;9.50;104.50;3.11;1.16 -5960;7;4376.00;9.50;688.50;-0.15;1.48 -5961;7;3174.00;9.50;1195.50;-1.10;0.94 -5962;7;2964.00;9.50;207.00;2.91;0.94 -5963;7;1354.00;9.50;1348.00;3.60;0.80 -5967;7;5143.50;9.50;325.50;2.60;0.90 -5969;7;5352.00;9.50;1392.00;2.91;1.38 -5970;7;5019.50;9.50;1291.00;3.65;0.82 -5971;7;4197.50;9.50;854.50;2.58;0.80 -5972;7;3860.50;9.50;457.50;2.64;0.98 -5973;7;2736.50;9.50;97.00;3.84;1.04 -5975;7;2007.00;9.50;331.00;2.35;1.30 -5977;7;1790.00;9.50;2004.50;3.73;0.94 -5983;7;1165.00;9.50;607.50;2.63;1.24 -5984;7;4358.50;9.50;742.00;1.93;1.08 -5985;7;3216.00;9.50;1178.00;4.58;0.62 -5986;7;1337.00;9.50;1268.00;3.96;1.34 -5990;7;5169.00;9.50;366.50;3.26;1.12 -5992;7;5403.50;9.50;1502.00;2.54;1.22 -5997;7;2735.00;9.50;557.00;3.03;0.94 -6004;7;145.00;9.50;1906.50;3.76;1.10 -6005;7;217.50;9.50;1020.50;2.23;1.36 -6007;7;4336.50;9.50;784.00;2.78;0.84 -6008;7;3086.00;11.00;697.00;2.60;0.82 -6010;7;3035.00;11.97;1792.00;2.89;0.30 -6011;7;3282.00;9.50;1174.00;1.10;0.78 -6021;7;3338.50;10.15;1838.00;2.44;0.30 -6025;7;3673.50;10.20;1711.50;2.19;0.30 -6030;7;5082.00;9.50;368.00;4.35;1.00 -6033;7;3245.00;9.80;1794.50;4.15;0.26 -6038;7;2983.50;11.00;1821.00;2.97;0.32 -6043;7;3887.50;9.50;404.00;3.71;0.90 -6044;7;2696.50;9.50;151.00;3.91;1.20 -6047;7;3181.00;9.52;1782.00;3.92;0.30 -6053;7;2083.50;9.50;1317.00;3.51;1.22 -6060;7;288.50;9.50;1321.00;4.01;1.02 -6064;7;192.50;9.50;1843.50;-1.54;1.12 -6072;7;2937.00;11.92;1716.00;2.35;0.24 -6076;7;3211.50;10.75;1933.00;1.98;0.34 -6078;7;3217.00;10.20;1814.50;4.24;0.22 -6086;7;3320.00;10.40;1704.50;2.86;0.28 -6087;7;3213.00;10.50;1902.00;4.03;0.38 -6093;7;3032.50;10.80;1755.00;3.50;0.28 -6095;7;3311.50;10.30;1723.50;2.73;0.28 -6096;7;3312.00;10.35;1837.50;3.99;0.26 -6101;7;3407.50;10.40;1687.50;3.68;0.22 -6102;7;3432.00;9.80;1824.00;2.35;0.50 -6104;7;2722.00;13.55;1697.50;2.79;0.26 -6111;7;3028.50;12.55;1884.00;2.78;0.26 -6112;7;3489.00;10.50;1724.50;2.76;0.22 -6114;7;2953.50;15.55;1792.00;2.85;0.32 -6115;7;2973.50;9.65;1735.00;2.24;0.24 -6127;7;3071.00;10.32;1739.00;2.82;0.28 -6129;7;3031.50;11.70;1806.50;3.28;0.30 -6130;7;3110.00;12.32;1958.00;2.67;0.40 -6135;7;3449.00;9.80;1672.50;3.66;0.24 -6146;7;3260.50;10.50;1825.50;2.11;0.16 -6147;7;3028.00;11.72;1769.00;3.46;0.24 -6148;7;3053.50;10.00;1680.50;2.73;0.22 -6153;7;3310.50;10.40;1791.00;2.85;0.26 -6155;7;3074.50;11.75;1931.00;2.40;0.42 -6159;7;3366.00;9.80;1823.50;2.76;0.30 -6162;7;3636.00;10.60;1713.00;3.68;0.30 -6163;7;3196.50;10.35;1770.00;2.89;0.22 -6164;7;3033.50;10.35;1721.00;2.97;0.26 -6169;7;3357.00;10.70;1746.00;2.49;0.22 -6172;7;3324.00;10.40;1767.50;2.86;0.24 -6173;7;3006.00;10.95;1846.00;2.21;0.40 -6174;7;3276.00;9.90;1730.00;3.46;0.22 -6181;7;3306.50;10.60;1918.50;4.48;0.24 -6183;7;3257.50;9.95;1955.00;3.07;0.32 -6184;7;2931.50;14.75;1738.00;3.30;0.34 -6185;7;3029.50;12.00;1837.00;3.30;0.30 -6192;7;3500.50;9.70;1924.00;3.65;1.06 -6193;7;3506.50;9.80;1771.50;3.03;0.38 -6195;7;3010.50;10.70;1743.50;2.82;0.30 -6202;7;3565.00;10.25;1755.50;3.14;0.36 -6207;7;2999.00;13.82;1798.00;3.52;0.32 -6212;7;3207.50;10.25;1848.00;3.70;0.30 -6213;7;3529.50;10.25;1735.00;3.83;0.26 -6218;7;2969.00;10.00;1575.50;3.52;0.20 -6219;7;3334.00;9.50;1193.00;3.01;0.70 -6220;7;3249.00;10.57;1619.00;3.92;0.28 -6223;7;1424.50;9.50;1354.50;3.92;1.38 -6229;7;3167.50;10.20;1637.00;4.19;0.20 -6236;7;3042.00;9.70;1579.00;3.60;0.22 -6252;7;3351.00;9.90;1588.50;2.55;0.20 -6253;7;3528.00;9.95;1635.50;3.14;0.26 -6256;7;2061.00;9.50;399.50;2.66;1.06 -6259;7;3119.50;9.70;1572.00;3.38;0.20 -6264;7;3319.50;10.70;1658.00;4.12;0.28 -6271;7;140.00;9.50;1844.00;3.75;1.10 -6272;7;250.00;9.50;940.00;3.00;1.32 -6273;7;3316.00;10.70;1631.50;2.55;0.18 -6281;7;3177.00;11.07;1608.00;3.14;0.24 -6282;7;3029.00;10.20;1590.50;3.14;0.16 -6284;7;3466.00;9.80;1608.00;2.35;0.22 -6286;7;2901.00;9.60;1573.00;2.82;0.20 -6288;7;3624.50;10.40;1705.50;4.20;0.28 -6295;7;3469.50;9.80;1648.50;3.33;0.26 -6299;7;3479.00;10.27;1640.00;2.82;0.26 -6305;7;3326.50;10.00;1595.50;3.00;0.20 -6316;7;3424.00;10.37;1645.00;3.46;0.24 -6318;7;2760.50;9.90;1605.50;3.00;0.18 -6319;7;3274.50;9.80;1567.00;3.30;0.26 -6320;7;2737.00;11.65;1648.00;2.15;0.22 -6323;7;3614.00;10.60;1641.50;3.14;0.26 -6325;7;2957.50;9.70;1588.00;4.03;0.18 -6327;7;3501.50;9.90;1638.00;2.67;0.20 -6342;7;3165.50;10.40;1658.50;4.09;0.26 -6344;7;3283.00;9.80;1577.50;2.62;0.20 -6345;7;3005.00;9.50;1644.00;-1.24;0.18 -6348;7;3381.50;10.40;1628.50;3.68;0.24 -6354;7;3286.00;9.90;1606.50;3.14;0.20 -6362;7;3452.50;9.80;1628.00;4.03;0.24 -6370;7;3477.00;9.80;1656.00;2.82;0.22 -6371;7;3249.00;9.95;1629.50;3.85;0.24 -6380;7;3391.50;10.60;1642.50;2.60;0.18 -6382;7;3493.00;9.90;1570.50;2.76;0.18 -6383;7;3565.00;9.80;1679.50;2.21;0.26 -6385;7;2726.50;12.20;1666.50;2.60;0.22 -6387;7;3325.00;10.60;1624.50;2.76;0.20 -6396;7;3393.00;10.97;1613.00;3.14;0.18 -6398;7;3417.00;10.00;1574.50;2.86;0.22 -6413;7;3204.50;10.35;1603.00;3.30;0.36 -6415;7;3202.50;10.20;1563.00;2.27;0.24 -6416;7;3129.00;10.35;1542.00;3.46;0.20 -6418;7;3015.50;11.95;1518.00;3.60;0.22 -6419;7;3353.50;9.50;1241.50;1.44;0.92 -6422;7;1521.50;9.50;1307.50;1.90;1.08 -6425;7;881.50;9.50;597.00;3.38;1.28 -6432;7;3400.00;9.90;1521.50;2.76;0.24 -6436;7;3518.00;12.60;1360.50;3.81;0.18 -6438;7;5461.50;9.50;1085.50;3.87;0.96 -6442;7;4981.00;9.50;1450.00;2.35;1.08 -6443;7;4181.50;9.50;990.50;2.84;0.84 -6451;7;3324.00;9.80;1484.00;1.81;0.26 -6454;7;3473.50;9.90;1511.00;3.60;0.24 -6465;7;1412.00;9.50;407.00;3.70;1.30 -6467;7;386.50;9.50;1229.00;4.08;0.96 -6469;7;2915.00;9.75;1547.00;2.82;0.22 -6471;7;144.50;9.50;1806.50;3.27;1.28 -6472;7;316.50;9.50;965.50;1.80;0.94 -6473;7;3588.50;9.70;1553.00;3.30;0.24 -6479;7;3532.50;11.70;1522.50;3.76;0.26 -6481;7;3361.50;9.80;1529.50;3.33;0.20 -6488;7;2940.00;10.80;1524.50;3.14;0.20 -6495;7;3324.50;9.80;1502.00;2.49;0.22 -6498;7;3589.50;9.60;1477.50;3.46;0.34 -6499;7;3141.00;10.40;1524.50;3.42;0.24 -6508;7;3318.50;9.80;1543.50;2.19;0.24 -6509;7;3220.00;10.30;1517.00;3.14;0.20 -6516;7;3526.50;9.85;1489.00;2.24;0.22 -6519;7;3408.00;10.40;1495.50;3.81;0.24 -6520;7;3231.00;9.90;1544.00;2.03;0.22 -6528;7;3454.50;9.80;1529.00;2.89;0.24 -6533;7;2825.00;10.15;1474.50;2.55;0.24 -6535;7;2926.50;10.10;1557.00;3.78;0.20 -6539;7;3516.00;9.75;1533.00;2.82;0.22 -6540;7;2976.00;10.92;1495.00;2.67;0.24 -6541;7;3530.50;11.15;1501.00;3.01;0.26 -6546;7;3182.00;9.92;1553.00;2.35;0.24 -6553;7;3435.00;9.90;1540.50;3.14;0.22 -6554;7;3382.00;9.85;1509.50;2.76;0.22 -6555;7;2959.00;11.20;1502.50;2.46;0.24 -6562;7;3074.50;10.55;1511.00;2.49;0.20 -6568;7;2940.50;10.00;1505.00;3.60;0.20 -6569;7;2831.00;9.80;1507.00;2.67;0.20 -6573;7;3136.00;10.37;1492.00;3.14;0.12 -6575;7;3516.50;11.30;1515.50;3.33;0.24 -6579;7;3231.50;9.80;1558.50;1.89;0.18 -6582;7;2988.50;10.00;1551.50;3.68;0.14 -6583;7;2898.50;11.55;1515.00;3.60;0.26 -6589;7;3310.50;10.00;1558.00;2.44;0.24 -6590;7;3083.00;12.45;1509.50;3.66;0.24 -6591;7;3435.50;10.45;1513.00;3.30;0.20 -6594;7;2951.50;10.25;1519.00;3.30;0.20 -6595;7;3050.00;9.80;1550.50;2.03;0.16 -6596;7;3355.50;9.80;1460.50;2.60;0.24 -6598;7;2873.00;9.62;1543.00;3.14;0.16 -6601;7;3541.50;10.60;1538.00;3.60;0.28 -6602;7;3502.00;9.85;1510.00;3.60;0.16 -6604;7;3147.00;10.42;1502.00;4.06;0.26 -6605;7;3324.50;9.80;1522.50;2.60;0.26 -6607;7;777.50;9.50;809.50;-0.76;0.28 -6608;7;3300.00;9.50;1248.50;2.38;0.96 -6612;7;1478.00;9.50;1350.50;3.77;0.94 -6618;7;2839.00;10.00;1429.00;1.89;0.24 -6619;7;3068.00;10.40;1419.50;2.76;0.20 -6620;7;3549.00;9.60;1458.00;3.14;0.30 -6625;7;1626.50;10.40;1637.50;2.94;0.28 -6627;7;5180.00;9.50;481.00;3.87;1.26 -6632;7;4921.50;9.50;1391.00;2.95;1.22 -6633;7;4161.00;9.50;954.00;2.35;1.14 -6639;7;2894.00;10.10;1439.50;2.76;0.20 -6641;7;2659.00;9.50;66.50;3.14;1.10 -6644;7;2849.50;10.10;1449.00;2.49;0.20 -6647;7;3095.50;9.70;1424.50;2.35;0.20 -6651;7;2836.00;10.10;1449.50;3.52;0.22 -6661;7;2953.50;12.20;1442.50;3.76;0.26 -6662;7;1575.00;11.00;1648.00;3.14;0.28 -6666;7;2907.00;9.50;1447.50;2.03;0.26 -6670;7;3104.50;9.80;1442.00;2.89;0.22 -6673;7;3008.50;12.85;1450.00;4.49;0.14 -6677;7;3239.50;9.70;1409.00;2.44;0.26 -6680;7;2958.50;10.90;1464.50;2.94;0.22 -6688;7;2845.50;10.50;1469.00;2.67;0.24 -6689;7;3529.50;10.85;1380.00;3.83;0.28 -6692;7;3452.50;13.70;1394.50;2.60;0.26 -6696;7;1471.50;10.50;1512.00;2.61;0.44 -6699;7;921.00;9.95;1507.50;2.72;0.32 -6700;7;3114.50;9.80;1450.00;3.26;0.22 -6702;7;3506.00;12.05;1403.00;3.14;0.26 -6703;7;3095.00;9.75;1459.50;3.52;0.22 -6708;7;3011.00;12.15;1480.50;4.06;0.22 -6713;7;1448.00;9.97;1572.00;2.82;0.24 -6717;7;1625.00;12.25;1589.50;2.76;0.30 -6730;7;3528.50;10.40;1404.50;3.92;0.26 -6740;7;1659.50;10.40;1792.00;2.43;1.22 -6743;7;3270.00;9.80;1444.50;2.03;0.24 -6745;7;896.00;10.90;1529.50;2.86;0.26 -6747;7;3231.50;9.85;1451.00;2.67;0.22 -6755;7;3411.00;9.65;1437.00;2.55;0.22 -6756;7;2775.50;10.00;1384.50;1.89;0.20 -6768;7;3427.50;9.70;1431.50;3.00;0.28 -6769;7;1487.50;10.70;1602.00;3.24;0.34 -6770;7;2858.00;13.60;1412.50;3.81;0.24 -6778;7;1621.50;10.00;1623.50;3.25;0.26 -6779;7;557.50;9.50;957.50;-0.52;1.24 -6781;7;3439.00;9.70;1439.50;3.14;0.20 -6782;7;1477.50;10.80;1612.50;2.82;0.28 -6790;7;2959.00;10.57;1419.00;3.92;0.16 -6791;7;3532.00;11.57;1445.00;2.82;0.22 -6794;7;3495.50;9.80;1451.00;3.30;0.26 -6798;7;1256.00;10.87;1378.00;2.76;0.56 -6801;7;3194.50;9.50;1257.50;1.18;1.02 -6805;7;1538.00;9.50;1265.00;2.00;1.04 -6809;7;919.50;9.50;538.00;3.58;1.20 -6811;7;4847.00;13.60;1413.50;3.14;0.24 -6816;7;2928.00;9.50;1645.00;2.58;0.62 -6819;7;5303.00;9.50;480.00;1.79;0.74 -6821;7;5539.50;9.50;1412.00;2.67;0.82 -6823;7;1578.50;10.30;1535.50;1.83;0.20 -6824;7;4972.50;9.50;1356.50;1.65;1.12 -6826;7;3513.00;11.80;1245.50;2.79;0.48 -6834;7;3770.50;9.50;295.50;3.09;1.12 -6836;7;2816.50;10.40;1352.50;2.94;0.22 -6841;7;2757.00;14.10;1345.00;2.35;0.28 -6844;7;1777.50;9.50;1245.00;3.72;1.38 -6845;7;1630.50;9.80;1546.50;2.94;0.20 -6847;7;1328.50;9.50;590.50;3.80;1.02 -6853;7;159.50;9.50;1691.00;2.41;1.04 -6860;7;4753.50;11.50;1334.50;1.97;0.24 -6861;7;920.50;10.60;1483.00;3.60;0.32 -6863;7;4870.50;9.85;1435.00;2.67;0.30 -6871;7;3279.00;12.15;1330.00;4.12;0.20 -6877;7;3294.50;12.60;1304.50;2.52;0.28 -6878;7;2781.50;12.10;1358.00;2.89;0.24 -6897;7;1091.50;15.15;1459.00;2.67;0.48 -6902;7;2697.00;10.65;1309.00;3.92;0.24 -6904;7;4612.00;13.72;1337.00;2.89;0.30 -6908;7;3312.50;13.60;1332.50;3.68;0.22 -6911;7;1653.50;10.50;1577.50;3.46;0.14 -6913;7;3117.50;13.85;1377.00;2.67;0.24 -6914;7;2751.50;11.80;1322.00;3.38;0.24 -6919;7;3410.00;14.05;1322.50;2.43;0.30 -6921;7;2686.00;14.15;1355.50;2.21;0.16 -6925;7;3319.50;10.90;1313.50;2.94;0.28 -6928;7;4792.00;12.67;1324.00;3.14;0.20 -6929;7;1596.00;10.00;1535.50;2.46;0.18 -6936;7;2737.00;12.40;1359.50;4.06;0.20 -6938;7;3335.50;13.60;1346.50;2.60;0.26 -6940;7;3125.50;11.20;1378.00;3.60;0.28 -6941;7;2692.50;12.15;1350.00;3.60;0.22 -6943;7;1600.50;9.70;1475.00;3.60;0.28 -6950;7;3395.00;13.60;1326.50;1.86;0.20 -6956;7;3368.50;13.40;1285.00;2.15;0.28 -6957;7;3070.50;14.70;1399.50;2.94;0.22 -6960;7;2857.00;11.05;1391.50;2.46;0.20 -6963;7;4785.50;12.20;1351.00;2.67;0.26 -6964;7;4826.00;14.05;1389.50;2.62;0.26 -6965;7;3404.50;18.70;1308.50;2.82;0.26 -6974;7;1456.50;10.50;1492.50;2.57;0.38 -6982;7;3188.50;11.80;1372.50;2.94;0.20 -6983;7;3069.50;11.75;1411.00;3.78;0.24 -6989;7;4880.00;10.70;1398.50;2.46;0.28 -6998;7;3137.00;10.52;1397.00;3.14;0.26 -7002;7;3235.00;9.50;1244.50;4.21;1.02 -7006;7;1586.50;9.50;1253.50;2.17;0.80 -7007;7;4644.50;11.35;1129.00;2.97;0.32 -7010;7;5191.50;9.50;598.50;1.61;1.58 -7011;7;3298.00;9.85;1150.00;2.67;0.28 -7025;7;4627.50;9.70;1230.50;2.94;0.28 -7028;7;4851.50;9.50;1355.00;4.48;1.22 -7029;7;4078.50;9.50;901.00;4.16;1.20 -7032;7;4386.50;9.50;294.50;3.30;1.08 -7036;7;3812.00;9.50;262.00;3.14;1.20 -7040;7;2839.00;13.70;1242.50;3.56;0.38 -7044;7;4528.00;10.17;1027.00;4.06;0.22 -7045;7;1578.50;10.40;1474.50;2.48;0.30 -7047;7;1747.00;9.50;1301.00;3.05;1.20 -7051;7;1270.00;9.50;603.00;3.40;1.10 -7055;7;4646.00;10.85;1250.50;3.52;0.24 -7062;7;5372.50;9.50;845.00;2.38;1.18 -7068;7;2743.00;12.70;1270.50;2.76;0.20 -7070;7;4782.00;11.70;1302.00;3.60;0.22 -7072;7;4914.74;9.50;1224.52;-0.92;0.24 -7088;7;3296.50;10.70;674.50;2.54;0.80 -7090;7;4104.50;13.00;967.00;3.50;0.36 -7100;7;2718.00;11.85;1214.00;2.89;0.34 -7105;7;4679.50;11.00;1273.00;3.60;0.28 -7120;7;4681.00;10.42;1164.00;2.03;0.22 -7125;7;4790.50;9.90;1283.50;2.82;0.18 -7128;7;4541.50;10.30;1046.50;2.60;0.30 -7133;7;3298.50;11.60;705.50;2.45;0.42 -7138;7;1548.00;10.00;1456.50;3.81;0.32 -7143;7;3328.50;14.20;1268.50;1.68;0.22 -7149;7;2877.00;12.85;1229.50;2.43;0.36 -7151;7;3364.50;10.00;1176.50;3.33;0.22 -7158;7;4576.00;13.90;1335.00;3.73;0.34 -7163;7;4283.00;11.12;1009.00;2.35;0.30 -7172;7;4609.00;10.50;1095.50;4.01;0.24 -7177;7;3980.00;10.22;988.00;3.92;0.28 -7181;7;4668.50;9.70;1198.00;3.01;0.22 -7188;7;3292.00;10.20;1119.50;3.36;0.30 -7192;7;4518.50;10.10;1012.50;2.35;0.20 -7194;7;3048.00;9.80;1152.00;3.60;0.34 -7204;7;4790.50;9.70;1264.00;3.30;0.22 -7213;7;2789.50;13.55;1337.00;2.49;0.20 -7216;7;3255.00;10.00;1112.00;3.33;0.50 -7218;7;4422.50;12.55;985.00;3.38;0.24 -7224;7;3907.00;15.55;1292.50;2.41;0.44 -7226;7;3225.50;9.50;1270.00;1.38;1.00 -7230;7;1676.00;9.50;1216.50;2.11;1.00 -7232;7;3957.50;14.85;931.00;2.58;0.36 -7234;7;791.00;9.50;539.00;4.03;1.24 -7235;7;5156.00;9.50;575.50;1.03;1.00 -7239;7;2759.50;10.75;1579.00;4.03;0.20 -7240;7;4454.50;10.40;1145.50;3.00;0.40 -7248;7;5508.00;9.50;1499.50;2.88;1.00 -7253;7;4065.50;9.50;850.00;4.03;0.92 -7258;7;4407.00;9.50;339.50;3.86;0.98 -7268;7;2361.00;9.50;537.00;3.28;1.04 -7279;7;4530.00;13.35;1128.50;3.66;0.34 -7282;7;192.00;9.50;1641.50;4.10;1.02 -7283;7;475.50;9.50;1102.50;2.86;1.18 -7286;7;1096.00;9.50;557.50;2.07;1.20 -7287;7;5412.50;9.50;809.50;4.25;1.08 -7301;7;4511.00;13.20;1216.50;3.14;0.28 -7316;7;4000.50;19.10;1213.50;3.71;0.58 -7319;7;4431.00;10.45;846.50;3.85;0.28 -7322;7;3656.00;10.20;1483.50;2.96;0.40 -7325;7;4704.50;10.25;924.00;2.97;0.20 -7327;7;4375.00;9.85;662.50;3.81;0.30 -7330;7;3550.50;10.50;1785.00;2.61;0.56 -7341;7;3708.00;9.80;1532.00;3.14;0.46 -7342;7;4380.50;11.40;733.50;2.52;0.28 -7345;7;1660.50;9.75;1649.00;2.42;0.34 -7346;7;3650.50;9.80;1696.00;3.50;0.36 -7347;7;4479.00;11.15;836.50;2.86;0.20 -7348;7;536.50;9.50;941.50;-0.51;0.84 -7354;7;3794.00;9.70;1465.00;3.14;0.40 -7355;7;4611.00;10.30;641.00;2.94;0.36 -7356;7;4410.50;12.65;962.00;3.60;0.30 -7364;7;1708.00;10.00;1930.00;2.44;2.24 -7370;7;3688.50;9.80;1514.00;3.04;0.44 -7374;7;4069.00;15.55;1130.00;3.70;0.62 -7376;7;4439.00;9.70;834.00;3.38;0.20 -7383;7;3852.50;10.40;1537.00;3.53;0.58 -7401;7;3752.00;9.80;1596.50;2.92;0.44 -7405;7;3976.00;10.80;1484.00;3.92;0.44 -7407;7;3955.00;10.10;1504.50;3.98;0.46 -7409;7;5090.00;10.95;529.00;3.92;0.36 -7411;7;3993.00;11.00;920.50;3.73;0.36 -7422;7;1449.50;10.40;1415.00;3.26;0.36 -7424;7;4585.00;11.65;662.00;2.63;0.48 -7425;7;3921.00;10.10;1515.00;4.09;0.54 -7428;7;4078.50;9.90;944.50;2.23;0.40 -7438;7;3666.00;9.80;1528.00;3.52;0.40 -7442;7;904.50;12.20;1681.00;3.38;0.48 -7446;7;4418.50;15.50;1063.50;2.43;0.52 -7448;7;3810.00;11.70;1250.00;2.67;0.46 -7449;7;1367.50;10.80;1549.00;3.04;0.34 -7452;7;3207.50;9.50;1309.50;1.23;1.08 -7456;7;1682.00;9.50;1255.50;2.44;0.88 -7461;7;5053.00;9.50;604.50;4.42;0.94 -7467;7;4379.00;9.50;486.00;3.54;1.06 -7468;7;2832.00;9.50;1601.50;1.90;0.46 -7469;7;4307.00;11.80;1029.50;3.36;0.32 -7472;7;5444.00;9.50;441.50;4.42;0.98 -7473;7;5413.00;9.50;962.00;3.25;1.18 -7474;7;5488.00;9.50;1452.50;2.90;1.14 -7479;7;4073.00;9.50;804.50;1.93;1.00 -7482;7;3210.50;9.90;1660.50;3.76;0.30 -7486;7;3793.00;10.80;1403.00;4.01;0.52 -7491;7;3740.00;13.47;1280.00;3.42;0.50 -7493;7;2700.00;9.50;689.00;3.03;0.90 -7494;7;2432.50;9.50;549.00;3.18;1.14 -7500;7;1845.50;9.80;332.00;3.21;0.52 -7505;7;501.00;9.50;1260.50;2.17;1.02 -7519;7;3959.50;20.95;1270.00;2.15;0.36 -7531;7;4369.00;10.40;944.50;3.14;0.40 -7538;7;5039.50;10.50;378.00;2.61;0.64 -7539;7;1374.50;10.10;1566.50;3.25;0.44 -7545;7;4586.50;14.80;1362.50;2.52;0.38 -7548;7;3134.00;12.40;512.50;2.33;1.44 -7549;7;4493.50;11.30;1076.50;2.77;0.34 -7558;7;1537.00;13.10;1488.50;2.62;0.28 -7563;7;3666.00;9.60;1336.00;3.14;0.58 -7565;7;4181.00;10.65;1068.50;3.56;0.44 -7584;7;3843.00;10.75;1267.50;2.03;0.42 -7585;7;4898.50;11.10;599.50;4.02;0.40 -7591;7;4803.50;11.30;1409.50;2.19;0.34 -7593;7;4172.00;9.95;1048.50;2.18;0.44 -7596;7;4533.00;13.70;1170.50;3.32;0.38 -7602;7;3672.00;14.07;1278.00;2.26;0.54 -7604;7;3503.00;14.05;1291.50;3.32;0.36 -7611;7;1418.00;10.05;1562.50;2.86;0.28 -7616;7;4881.50;11.00;1550.50;2.60;0.54 -7619;7;4041.50;10.45;979.00;3.01;0.36 -7626;7;1420.50;10.30;1522.00;2.29;0.36 -7633;7;4665.50;12.50;1370.00;2.78;0.30 -7634;7;4240.00;10.02;1046.00;3.14;0.36 -7635;7;3688.50;10.20;1342.50;3.70;0.56 -7637;7;4610.50;10.50;1147.00;3.60;0.36 -7640;7;1466.00;10.40;1389.50;3.85;0.30 -7641;7;3680.50;10.00;1404.50;2.35;0.56 -7645;7;4463.00;9.80;859.50;3.36;0.24 -7647;7;4341.50;12.90;972.50;2.94;0.24 -7648;7;4620.50;12.25;1412.00;3.24;0.50 -7650;7;4495.50;10.60;1033.50;3.28;0.32 -7663;7;4774.00;10.20;1397.00;3.46;0.34 -7671;7;3394.50;10.75;1258.00;3.26;0.24 -7678;7;3244.00;9.50;1335.50;1.65;0.40 -7697;7;4685.00;11.55;1537.00;2.60;0.66 -7702;7;4115.50;12.60;1353.50;3.23;0.56 -7704;7;4973.50;9.50;1317.00;1.96;1.18 -7705;7;4098.50;9.50;775.00;3.00;0.90 -7708;7;4021.50;10.10;1564.00;3.75;0.60 -7709;7;4298.50;9.50;74.00;3.27;0.98 -7713;7;4317.00;14.80;1612.00;2.97;0.54 -7717;7;4451.50;13.65;1520.00;1.85;0.46 -7719;7;2657.50;9.50;658.50;3.37;1.08 -7723;7;1820.50;9.50;1363.50;3.72;1.06 -7734;7;306.00;9.50;1684.00;3.04;1.02 -7735;7;593.50;9.50;1094.00;3.45;1.04 -7737;7;4216.00;14.40;1442.50;2.74;0.52 -7738;7;3957.00;9.70;1835.50;2.15;0.86 -7744;7;4269.50;10.60;1685.50;3.66;0.76 -7746;7;4814.00;12.15;1719.50;3.57;0.62 -7747;7;1071.00;14.65;1440.50;3.58;0.46 -7754;7;4846.00;10.70;1586.50;2.55;0.66 -7755;7;5060.00;9.80;107.00;3.46;0.28 -7756;7;1013.00;15.75;1571.00;3.03;0.54 -7760;7;1142.00;11.85;1656.00;2.62;0.54 -7762;7;1249.50;11.30;1480.00;3.43;0.44 -7767;7;4807.00;10.27;1467.00;3.60;0.46 -7772;7;4865.50;12.20;1696.50;3.39;0.98 -7782;7;1231.00;10.30;1858.50;4.24;1.44 -7785;7;4706.50;11.20;1642.50;3.01;0.80 -7794;7;1453.00;10.80;1757.00;3.76;0.84 -7795;7;4006.00;10.70;1423.00;2.89;0.50 -7796;7;3820.00;9.80;1804.50;2.65;0.76 -7802;7;4390.00;11.00;1702.00;2.94;0.86 -7815;7;4205.00;10.40;1659.50;3.64;0.50 -7820;7;998.50;13.00;1744.50;3.58;0.76 -7825;7;4085.50;10.40;1627.50;2.70;0.64 -7828;7;4484.00;10.80;1682.00;2.41;0.72 -7831;7;1413.50;10.30;1504.50;2.82;0.38 -7832;7;4777.00;11.25;1522.50;3.27;0.74 -7833;7;3904.50;9.80;1730.50;2.71;0.48 -7840;7;1231.50;11.90;1594.50;2.45;0.48 -7848;7;4745.50;10.70;1579.50;3.25;0.58 -7850;7;4106.50;17.70;1391.00;3.97;0.50 -7853;7;919.50;12.10;1758.50;3.50;0.58 -7854;7;4603.00;12.32;1625.00;3.60;0.64 -7855;7;246.04;10.20;2009.32;3.07;2.30 -7858;7;951.50;11.70;1914.50;2.21;1.44 -7861;7;4112.50;9.80;1668.00;2.61;0.48 -7869;7;633.50;12.90;2005.50;3.98;2.56 -7871;7;4915.00;12.85;1607.50;2.46;0.60 -7874;7;3895.50;10.40;1627.50;3.92;0.52 -7878;7;5284.50;10.90;1631.50;2.59;1.50 -7879;7;1017.50;15.00;1504.00;2.93;0.44 -7882;7;4110.50;10.20;1782.50;3.58;0.72 -7888;7;1080.50;16.90;1589.50;3.28;0.48 -7893;7;1671.00;11.07;1737.00;4.05;0.88 -7898;7;3701.00;10.00;1811.50;2.74;0.74 -7901;7;1175.50;11.00;2005.00;1.77;1.96 -7903;7;3908.00;12.15;1136.50;2.84;0.50 -7904;7;1290.50;10.20;1481.00;2.74;0.46 -7906;7;3255.00;9.50;1385.00;4.17;1.00 -7910;7;1572.00;9.50;1283.50;4.48;1.08 -7912;7;3340.00;11.15;774.50;4.09;1.04 -7913;7;1260.50;13.35;1210.00;3.30;0.46 -7918;7;5147.50;9.50;800.50;3.61;1.26 -7920;7;1098.00;12.65;1408.50;2.46;0.56 -7928;7;5509.50;9.50;1006.50;3.11;1.22 -7930;7;2774.00;10.20;910.50;2.55;0.88 -7932;7;4852.50;9.50;1234.50;0.57;1.26 -7933;7;4028.00;9.50;766.00;4.01;1.14 -7934;7;3433.50;12.30;1049.50;2.82;0.52 -7935;7;1118.50;15.10;1335.50;3.20;0.60 -7936;7;1608.50;13.30;923.50;3.57;0.64 -7939;7;2879.00;10.30;912.50;4.31;0.92 -7948;7;4517.50;12.60;1167.00;2.67;0.32 -7953;7;3560.50;9.70;1167.50;3.92;0.52 -7957;7;564.00;9.50;1296.00;2.84;1.46 -7963;7;1514.00;9.50;410.50;-1.30;0.82 -7965;7;4369.00;14.60;1082.50;3.23;0.38 -7967;7;5393.50;9.50;1675.00;3.18;1.14 -7969;7;3579.00;13.95;1254.00;3.92;0.44 -7971;7;4327.50;13.60;1338.50;2.50;0.56 -7972;7;2562.50;11.15;875.00;4.22;0.38 -7973;7;1212.00;12.60;1292.00;2.82;0.56 -7976;7;4360.00;14.25;1050.00;3.78;0.40 -7981;7;1267.00;10.65;1405.00;3.92;0.50 -7987;7;3239.50;10.60;994.50;2.39;1.20 -7989;7;3343.50;10.50;971.50;3.21;0.62 -7990;7;3737.00;13.95;1206.50;3.48;0.50 -7992;7;2566.50;9.70;982.50;3.37;0.96 -7995;7;3544.50;10.80;1083.50;2.35;0.70 -7997;7;4279.50;19.00;1301.50;4.11;0.62 -7999;7;1120.50;19.00;1499.50;2.25;0.40 -8001;7;3510.50;9.85;1161.00;4.16;0.44 -8012;7;1084.50;13.40;1380.50;2.35;0.52 -8013;7;3827.00;14.45;1129.50;2.48;0.62 -8014;7;1524.00;12.07;1477.00;2.11;0.22 -8016;7;3157.00;11.50;608.00;3.42;0.76 -8019;7;3387.50;14.70;742.00;2.61;0.76 -8023;7;4392.00;14.30;1057.50;2.18;0.36 -8024;7;1762.50;9.80;1015.50;3.31;0.58 -8025;7;1297.00;10.82;1442.00;3.14;0.40 -8027;7;3938.00;20.10;1299.50;2.31;0.48 -8029;7;4084.50;22.30;1174.50;2.88;0.82 -8034;7;2914.00;9.70;749.00;3.43;0.68 -8035;7;2616.00;10.25;1014.00;3.40;1.26 -8041;7;4315.50;20.50;1151.50;2.17;0.74 -8047;7;1573.00;9.95;881.50;2.39;0.72 -8055;7;4468.00;14.05;1329.50;2.17;0.54 -8057;7;1134.50;10.15;1278.00;2.95;0.64 -8058;7;2613.50;12.55;921.00;3.08;0.84 -8062;7;3417.50;14.25;734.00;3.71;0.86 -8065;7;2715.00;11.07;802.00;3.23;0.72 -8068;7;4146.50;22.85;1248.00;2.47;0.88 -8077;7;2921.00;9.80;1193.50;3.14;0.68 -8078;7;3067.00;11.40;772.50;2.98;0.64 -8081;7;4471.00;13.35;1286.50;2.72;0.54 -8083;7;1466.50;10.50;1476.50;2.73;0.26 -8089;7;1272.00;16.20;1179.50;3.37;0.76 -8093;7;3650.50;15.00;1252.00;2.83;0.52 -8097;7;1145.00;13.05;1385.00;3.60;0.64 -8100;7;4009.00;11.80;873.00;2.49;0.32 -8101;7;3402.50;11.50;1167.50;3.08;0.74 -8106;7;3934.50;10.10;1179.50;3.03;0.48 -8120;7;4079.00;10.45;1022.00;3.14;0.32 -8128;7;2997.00;11.20;1008.00;3.29;1.56 -8131;7;3311.00;9.50;1420.00;1.57;1.46 -8132;7;2869.50;9.50;179.00;3.10;0.92 -8134;7;2404.00;9.50;142.00;-1.51;1.12 -8135;7;1552.50;9.50;1340.00;4.37;0.84 -8136;7;3043.50;12.50;363.00;4.07;0.96 -8140;7;2052.50;12.30;607.50;3.01;0.92 -8148;7;2121.00;11.97;543.00;3.00;0.56 -8150;7;4828.00;9.50;1167.50;1.77;0.98 -8151;7;4089.00;9.50;729.50;2.55;0.98 -8156;7;3857.00;9.50;212.50;3.94;1.04 -8157;7;1761.50;12.90;600.50;3.19;0.68 -8159;7;2277.00;9.50;589.00;3.28;1.30 -8160;7;1684.50;10.90;702.50;2.47;0.94 -8161;7;1716.00;12.12;182.00;3.92;0.68 -8162;7;2213.00;9.50;1221.00;2.63;1.08 -8166;7;1211.50;9.50;349.50;3.65;0.98 -8175;7;1904.00;10.10;707.50;3.41;1.30 -8177;7;2141.00;11.40;684.00;3.78;0.60 -8181;7;2035.50;11.80;468.50;3.06;0.56 -8184;7;2180.50;10.40;689.50;3.18;0.66 -8186;7;4943.50;9.80;177.50;3.33;0.48 -8187;7;1892.50;9.70;387.50;3.23;0.60 -8189;7;1916.50;9.80;579.50;3.87;1.04 -8192;7;1734.00;11.55;260.50;2.32;0.70 -8193;7;3054.50;11.35;610.00;2.47;0.96 -8199;7;1573.00;14.37;767.00;3.25;0.64 -8203;7;1844.50;11.00;538.00;3.27;0.78 -8204;7;5509.00;11.70;97.50;2.31;0.50 -8207;7;2969.00;11.05;630.00;3.64;1.24 -8213;7;1687.00;9.80;797.00;1.93;1.08 -8218;7;1697.00;9.55;84.00;3.14;0.72 -8219;7;3050.50;12.15;547.00;1.94;0.62 -8225;7;1731.00;17.85;625.00;4.46;0.76 -8228;7;4669.50;10.30;165.00;3.05;0.56 -8232;7;5464.50;11.30;43.50;2.45;0.44 -8236;7;1320.50;10.70;1141.50;3.25;0.50 -8237;7;4849.50;10.60;359.00;3.38;0.96 -8245;7;3305.00;10.10;261.50;3.54;0.68 -8246;7;3524.50;12.00;275.00;3.40;0.80 -8249;7;5011.00;9.95;172.50;3.03;0.64 -8256;7;3312.50;9.50;1376.00;1.95;1.18 -8261;7;4295.50;9.50;759.50;4.29;0.98 -8271;7;2562.50;9.50;684.00;2.89;1.10 -8272;7;2340.50;9.50;591.00;3.18;1.06 -8275;7;1137.50;9.50;425.50;3.98;1.24 -8277;7;642.50;9.50;1235.00;2.04;0.88 -8281;7;5457.50;9.50;1630.00;2.37;1.04 -8282;7;3387.50;9.50;1437.00;1.26;0.84 -8285;7;28.00;9.50;642.50;3.34;1.22 -8286;7;5171.00;9.50;896.00;3.44;1.42 -8287;7;4266.50;9.50;810.50;2.77;1.00 -8288;7;2799.50;9.50;1802.00;3.16;1.26 -8289;7;5599.50;9.50;377.00;2.15;1.00 -8290;7;5548.50;9.50;677.50;4.48;1.12 -8291;7;5564.50;9.50;1611.00;2.96;1.06 -8297;7;2535.00;9.50;745.50;3.73;1.10 -8300;7;2689.00;9.67;1801.00;3.60;1.40 -8302;7;320.00;9.50;72.00;2.84;1.32 -8306;7;819.50;9.50;474.50;3.39;1.40 -8308;7;3340.00;9.50;1397.50;4.29;1.36 -8313;7;4246.50;9.50;860.00;3.82;0.74 -8314;7;2733.50;9.50;1555.50;1.86;0.64 -8315;7;5532.50;9.50;418.50;3.65;1.10 -8318;7;4823.00;9.50;1129.50;2.76;1.00 -8321;7;4196.50;9.50;104.00;2.29;0.82 -8326;7;3208.00;9.50;2017.50;1.32;1.04 -8327;7;1080.00;9.50;373.50;2.51;1.30 -8330;7;259.00;9.50;1784.50;4.22;1.54 -8331;7;374.00;9.50;1006.50;2.45;1.26 -8333;7;5520.50;9.50;1640.00;2.47;1.16 -8334;7;3435.50;9.50;1361.50;1.32;1.30 -8336;7;1671.00;9.50;1406.00;3.27;1.04 -8340;7;2711.00;9.50;1611.50;-1.53;0.88 -8343;7;4771.50;9.50;1091.00;2.06;1.16 -8349;7;2526.50;9.50;788.00;2.49;1.00 -8350;7;2363.50;9.50;690.50;3.10;1.20 -8353;7;1138.00;9.50;332.50;3.47;1.06 -8357;7;439.50;9.50;975.00;2.08;0.80 -8363;7;1551.00;9.50;1393.00;3.68;0.92 -8365;7;5478.50;9.50;1192.50;2.92;1.36 -8367;7;2727.00;9.50;1748.00;2.57;1.14 -8370;7;3621.00;9.50;1977.50;-1.24;2.28 -8371;7;4698.50;9.50;1099.00;4.14;1.26 -8372;7;4022.00;9.50;648.00;3.92;1.10 -8373;7;4359.50;9.50;64.50;2.88;1.00 -8379;7;3427.00;9.50;1984.00;2.30;1.28 -8384;7;422.00;9.50;1011.00;4.33;1.06 -8389;7;1591.00;9.50;1423.50;4.56;1.06 -8394;7;5513.50;9.50;498.50;2.98;0.98 -8396;7;4710.49;9.50;1167.19;-0.90;1.16 -8397;7;4063.00;9.50;604.50;2.96;1.08 -8403;7;2371.50;9.50;1374.00;3.31;1.68 -8404;7;2664.00;9.50;1857.50;3.22;1.50 -8409;7;269.00;9.50;1871.50;3.59;1.34 -8410;7;402.50;9.50;1046.50;4.68;1.16 -8412;7;4749.00;9.50;678.00;1.40;0.72 -8418;7;2636.50;9.50;1571.50;2.40;1.08 -8419;7;5604.50;10.25;516.00;2.62;1.22 -8420;7;5536.50;9.50;948.00;2.89;1.34 -8421;7;4752.50;9.50;1218.50;3.09;0.94 -8424;7;4086.00;9.50;261.00;3.14;1.12 -8426;7;2420.00;9.50;733.50;2.60;1.18 -8427;7;2271.00;9.50;749.50;3.95;1.18 -8433;7;478.50;9.50;973.50;4.11;1.14 -8442;7;2581.50;9.50;1570.00;3.41;1.04 -8445;7;4706.50;9.50;1285.50;-1.38;1.32 -8449;7;3985.50;9.50;122.50;2.66;1.02 -8451;7;2455.00;9.50;688.00;2.91;1.04 -8452;7;2205.00;9.50;537.00;2.64;1.16 -8453;7;2424.00;9.50;1291.00;2.20;1.78 -8458;7;386.50;9.50;1871.00;3.45;1.40 -8460;7;683.00;9.50;423.00;3.05;1.36 -8465;7;1661.00;9.50;1465.00;2.09;1.24 -8466;7;239.00;9.50;506.00;2.49;1.04 -8472;7;4850.00;9.50;1141.50;3.90;0.98 -8474;7;4435.00;9.50;134.50;3.80;1.10 -8482;7;2638.00;9.50;1789.50;2.74;1.46 -8490;7;2477.00;9.50;1978.50;3.61;1.90 -8492;7;1627.50;9.70;1505.50;-1.54;1.20 -8497;7;5534.50;9.50;586.00;3.27;1.52 -8499;7;4818.67;9.50;1093.70;4.04;0.82 -8507;7;2221.00;9.50;649.50;4.10;1.16 -8509;7;2566.50;9.50;1864.50;2.11;1.38 -8512;7;410.00;9.50;1418.00;3.98;1.28 -8513;7;277.50;9.50;1927.00;3.77;1.62 -8517;7;2378.50;9.50;2032.50;4.38;1.30 -8518;7;1671.00;9.50;1554.00;4.62;0.94 -8529;7;3990.50;9.50;52.50;2.69;1.16 -8531;7;2489.50;9.50;70.00;4.06;1.00 -8533;7;2334.00;9.50;1241.50;3.45;1.44 -8534;7;2441.50;9.50;1879.00;4.00;1.22 -8539;7;574.50;9.50;1048.50;2.44;1.12 -8541;7;3808.50;9.50;545.50;3.46;0.92 -8543;7;1717.50;9.50;1599.50;-1.54;1.14 -8544;7;26.50;9.50;317.00;3.23;1.18 -8546;7;2759.00;9.50;1461.00;1.66;0.48 -8548;7;4790.00;9.50;1004.50;2.52;1.06 -8551;7;4087.50;9.50;388.00;3.00;1.12 -8555;7;2279.50;9.50;412.00;3.04;1.18 -8557;7;2545.50;9.50;1990.50;2.94;1.64 -8558;7;1369.00;9.50;249.50;3.36;1.30 -8559;7;312.50;9.50;334.50;3.87;1.06 -8563;7;655.00;9.50;556.50;4.22;0.96 -8564;7;3811.00;9.50;599.50;3.06;0.80 -8566;7;1794.00;9.80;1632.50;2.33;1.14 -8567;7;64.50;9.50;193.00;1.86;1.64 -8570;7;5519.50;9.50;637.50;2.35;1.08 -8572;7;4724.00;9.50;881.50;-0.91;1.18 -8574;7;4293.00;9.50;171.00;3.29;0.88 -8578;7;2366.00;9.50;441.00;3.63;1.24 -8579;7;2275.00;9.50;1258.50;3.20;1.36 -8582;7;360.00;9.50;288.00;2.87;0.90 -8589;7;1893.50;9.50;1650.50;2.26;1.22 -8592;7;2776.00;9.50;1401.00;0.95;0.76 -8595;7;4729.00;9.50;942.00;4.33;1.20 -8600;7;2543.50;9.50;118.00;3.94;1.12 -8605;7;1439.00;9.50;121.50;3.14;1.22 -8610;7;588.00;9.50;499.00;2.98;1.22 -8614;7;1834.00;9.50;1682.00;1.42;1.36 -8615;7;201.00;9.50;259.00;3.38;1.00 -8616;7;4925.00;9.50;864.50;2.41;1.28 -8618;7;2710.00;9.50;1421.50;2.38;0.88 -8621;7;2858.50;9.50;1547.50;0.91;0.58 -8622;7;2889.00;9.50;1573.50;3.42;0.32 -8630;7;2293.00;9.50;512.00;3.25;1.34 -8631;7;2165.50;9.50;1330.00;3.53;1.22 -8634;7;444.00;9.50;352.00;2.15;1.00 -8639;7;3465.00;9.50;485.00;2.50;1.30 -8642;7;1827.50;9.50;1718.00;1.32;1.46 -8647;7;5449.00;9.50;622.50;2.16;0.80 -8648;7;5611.50;9.50;1711.50;3.18;0.82 -8650;7;4212.50;9.50;421.50;2.94;1.06 -8656;7;2263.00;9.50;477.00;3.58;1.32 -8657;7;2192.00;9.50;1378.00;3.74;1.20 -8660;7;437.50;9.50;396.50;2.76;1.08 -8663;7;461.00;9.50;882.50;2.16;1.16 -8665;7;3502.50;9.50;431.00;3.08;1.08 -8666;7;2835.00;9.50;1876.50;3.14;0.90 -8668;7;1904.00;9.50;1755.00;2.28;1.08 -8669;7;536.50;9.50;442.00;2.02;0.90 -8670;7;4779.50;9.50;741.00;3.60;1.14 -8673;7;5482.00;9.50;679.50;2.80;1.22 -8674;7;5604.00;9.50;1326.00;3.20;1.12 -8676;7;4702.50;9.50;953.50;1.12;1.10 -8679;7;4134.50;9.50;468.00;3.23;1.14 -8686;7;348.00;9.50;369.50;3.98;0.96 -8691;7;3437.00;9.50;366.50;4.11;1.36 -8693;7;2614.00;9.50;489.50;3.56;1.04 -8696;7;4787.50;9.50;780.00;4.23;0.96 -8699;7;5510.00;9.50;748.50;2.17;1.02 -8700;7;5599.00;9.50;1385.50;3.33;1.22 -8701;7;4671.00;9.50;924.00;2.76;0.54 -8715;7;738.50;9.50;589.00;3.57;1.02 -8723;7;2565.00;9.50;1428.50;4.17;1.56 -8724;7;5435.50;9.50;712.00;2.09;1.00 -8727;7;4705.50;9.50;803.50;1.89;1.32 -8728;7;4357.00;9.50;546.50;2.88;0.88 -8731;7;2418.00;9.50;162.00;2.35;1.20 -8733;7;2723.50;9.50;723.00;2.32;0.74 -8738;7;113.50;9.50;1342.50;4.13;0.94 -8742;7;3386.00;9.50;1025.50;3.62;1.08 -8749;7;2633.00;9.50;1347.50;4.21;0.64 -8750;7;5419.50;9.50;754.50;3.10;1.04 -8751;7;4757.50;9.50;806.50;1.74;0.86 -8753;7;4213.50;9.50;267.00;3.50;1.04 -8756;7;2589.00;9.50;579.50;3.70;0.86 -8763;7;397.50;9.50;1802.00;3.48;1.54 -8766;7;3421.50;9.50;969.50;2.56;1.14 -8770;7;4915.50;9.50;1071.50;3.37;1.38 -8772;7;2651.00;9.50;1270.00;1.94;0.82 -8773;7;5376.50;9.50;754.00;2.70;1.26 -8774;7;4652.00;9.50;751.50;-1.26;1.16 -8775;7;4297.00;9.50;548.50;3.58;0.90 -8778;7;2340.50;9.50;129.50;2.94;1.32 -8781;7;2134.00;9.50;1500.50;3.59;0.98 -8788;7;3609.00;9.50;880.50;3.99;1.30 -8790;7;944.50;9.50;168.00;2.92;1.38 -8791;7;4884.00;9.50;1188.50;4.18;1.34 -8793;7;2761.50;9.50;1255.00;3.96;0.68 -8797;7;4651.00;9.50;703.50;-1.53;1.26 -8799;7;4265.00;9.50;300.00;2.67;0.86 -8800;7;4019.50;9.50;604.50;3.05;1.00 -8803;7;2566.00;9.50;814.00;3.07;1.22 -8809;7;509.00;9.50;1800.50;3.97;1.24 -8814;7;1921.50;9.50;78.00;3.38;1.04 -8815;7;1449.50;9.50;1910.00;3.55;1.58 -8822;7;4698.00;9.50;673.50;1.66;1.00 -8828;7;2553.50;9.50;548.50;3.57;0.82 -8831;7;2287.00;9.50;1841.50;3.87;1.40 -8835;7;552.00;9.50;1748.50;3.62;1.12 -8837;7;819.50;9.50;688.50;3.57;1.18 -8840;7;2601.50;9.50;1503.50;3.56;1.24 -8845;7;2826.00;9.50;1332.00;4.20;0.92 -8857;7;1571.50;9.50;987.00;2.37;1.12 -8859;7;139.50;9.50;339.50;3.23;1.38 -8860;7;194.50;9.50;1494.50;2.19;1.12 -8868;7;1317.50;9.50;482.00;3.40;1.20 -8871;7;2870.00;9.50;1327.00;3.49;0.94 -8872;7;5291.00;9.50;596.50;2.30;1.70 -8876;7;4200.00;9.50;365.00;2.83;0.98 -8889;7;2498.50;9.50;868.50;4.67;1.04 -8893;7;5195.50;9.50;1477.50;3.31;0.90 -8894;7;3917.50;9.50;695.50;2.69;0.92 -8895;7;2896.50;9.50;1338.00;4.14;0.92 -8898;7;4843.00;9.50;641.50;2.06;0.96 -8909;7;432.00;9.50;1735.50;3.47;1.32 -8914;7;1553.00;9.50;2021.00;2.21;1.62 -8918;7;2908.50;9.50;1375.50;2.98;0.84 -8920;7;5569.00;9.50;1268.50;2.33;1.14 -8923;7;4736.00;9.50;134.50;2.39;0.78 -8924;7;4295.00;9.50;433.50;3.14;1.24 -8929;7;2347.50;9.50;1444.50;4.04;1.40 -8934;7;391.50;9.50;1702.50;2.09;1.16 -8937;7;2668.50;9.50;1206.00;2.09;0.90 -8941;7;2934.50;9.50;1288.50;1.41;0.90 -8944;7;5599.00;9.50;1855.50;2.78;1.40 -8945;7;4914.50;9.50;552.00;-1.48;1.32 -8946;7;4230.50;9.50;587.00;2.70;0.86 -8947;7;4314.00;9.50;378.00;3.50;1.14 -8949;7;2249.50;9.50;190.50;2.95;1.12 -8956;7;20.50;9.50;1142.00;4.00;1.24 -8958;7;467.50;9.50;785.00;3.24;1.26 -8967;7;5516.50;9.50;1369.00;3.03;0.86 -8968;7;5599.00;9.50;1805.50;2.84;1.58 -8969;7;4876.00;9.50;529.50;3.75;0.78 -8972;7;4603.00;9.50;287.50;3.22;1.16 -8976;7;2335.00;9.50;871.00;3.69;1.08 -8981;7;740.00;9.50;1006.00;2.20;1.02 -8982;7;504.00;9.50;1675.00;3.79;1.06 -8983;7;428.00;9.50;741.00;3.88;1.14 -8986;7;1791.50;9.50;88.00;2.37;1.14 -8987;7;1480.50;9.50;510.00;2.47;0.96 -8990;7;5431.50;9.50;544.50;3.27;1.22 -8991;7;5459.50;9.50;1340.00;3.07;1.02 -8993;7;4993.50;9.50;423.00;1.74;1.12 -8994;7;4145.00;9.50;617.00;3.87;1.00 -8996;7;4568.50;9.50;287.50;2.69;1.00 -8998;7;2454.50;9.50;442.50;2.28;1.24 -9009;7;1828.50;9.50;188.50;2.88;1.56 -9013;7;2988.50;9.50;1255.00;4.44;1.32 -9014;7;5388.50;9.50;512.50;1.87;1.00 -9015;7;5422.00;9.50;1274.50;2.41;1.28 -9020;7;4601.50;9.50;349.00;3.21;1.20 -9023;7;2733.50;9.50;2000.50;3.68;1.44 -9025;7;2277.50;9.50;1582.00;3.82;1.48 -9027;7;91.00;9.50;404.50;2.72;1.32 -9029;7;416.00;9.50;1607.00;3.92;1.04 -9033;7;3482.50;9.80;1675.50;2.11;0.18 -9037;7;1915.00;9.50;233.50;3.56;1.12 -9049;7;3107.00;9.50;1168.00;1.32;0.86 -9050;7;3540.50;10.40;1685.50;3.28;0.26 -9056;7;3207.50;10.35;1786.00;4.03;0.22 -9057;7;4775.50;9.50;450.00;4.12;0.86 -9059;7;3394.00;10.20;1927.00;3.68;0.46 -9060;7;3331.00;10.40;1717.50;2.86;0.24 -9064;7;3238.50;10.20;1998.50;2.23;0.34 -9070;7;2239.00;9.50;84.00;2.60;0.88 -9071;7;2461.00;9.50;266.00;2.64;1.16 -9072;7;2418.50;9.50;925.00;3.24;1.26 -9074;7;3280.50;10.60;1870.50;2.52;0.36 -9076;7;2324.50;9.50;1501.00;4.15;1.58 -9079;7;3210.50;10.40;1712.50;2.60;0.24 -9081;7;127.50;9.50;441.00;3.56;0.94 -9082;7;3352.50;10.40;1756.50;2.60;0.20 -9091;7;1440.50;9.50;628.00;3.25;1.38 -9092;7;1554.00;9.50;1828.00;2.92;1.22 -9094;7;3158.00;9.55;1759.50;3.66;0.34 -9095;7;3037.50;13.40;1874.00;2.85;0.32 -9098;7;3271.00;9.85;1705.00;2.82;0.24 -9099;7;3554.00;9.90;1860.00;3.50;1.04 -9106;7;3223.50;10.40;1840.00;3.22;0.28 -9107;7;3350.50;10.60;1730.00;3.50;0.22 -9113;7;3473.50;9.80;1750.50;3.76;0.30 -9119;7;3295.00;10.30;1857.00;2.24;0.36 -9126;7;3052.00;9.85;1918.50;2.12;0.32 -9128;7;3195.50;10.70;1973.50;3.05;0.46 -9131;7;3424.00;10.50;1722.50;3.14;0.22 -9145;7;3598.00;9.90;1754.00;3.14;0.30 -9148;7;3023.50;12.60;1781.00;2.67;0.24 -9152;7;3058.00;10.50;829.50;3.87;0.68 -9157;7;2969.50;11.60;1755.50;3.54;0.30 -9166;7;3188.00;10.17;1805.00;3.73;0.24 -9170;7;2914.00;13.02;1749.00;3.78;0.30 -9171;7;3028.50;12.00;1853.00;3.26;0.36 -9173;7;3041.50;10.90;1766.00;2.97;0.28 -9177;7;3348.00;9.80;1699.00;2.35;0.26 -9178;7;3088.00;14.65;1930.00;3.81;0.36 -9180;7;3513.00;9.80;1707.00;3.14;0.20 -9181;7;3289.00;10.17;1799.00;2.82;0.28 -9183;7;3227.50;9.70;1761.50;2.35;0.22 -9184;7;3344.00;10.40;1738.50;2.76;0.20 -9185;7;3052.50;9.70;1726.50;3.33;0.24 -9187;7;3427.00;10.15;1787.50;2.70;0.40 -9192;7;3591.50;10.45;1723.00;2.97;0.28 -9193;7;3054.00;9.90;1747.00;3.46;0.26 -9194;7;3164.50;9.70;1745.00;3.30;0.30 -9200;7;3493.00;9.80;1701.50;2.43;0.28 -9202;7;3444.00;10.00;1748.50;3.85;0.30 -9204;7;2956.50;11.10;1738.00;2.97;0.28 -9209;7;3045.50;10.30;1716.50;3.68;0.24 -9212;7;3302.50;10.30;1689.50;3.00;0.22 -9220;7;3126.00;10.00;1849.00;2.35;0.34 -9222;7;3469.00;10.50;1724.50;3.81;0.24 -9231;7;3319.50;10.50;1799.50;3.54;0.28 -9236;7;3219.00;10.40;1600.00;3.38;0.28 -9238;7;2981.00;9.70;1578.00;3.14;0.18 -9241;7;3266.00;9.90;1620.00;3.14;0.28 -9242;7;3310.50;11.70;1666.50;2.35;0.24 -9245;7;3437.50;9.80;1584.50;3.00;0.24 -9251;7;3017.00;10.15;1673.50;3.52;0.28 -9259;7;3543.00;9.95;1640.50;2.46;0.22 -9268;7;2785.00;10.05;1578.50;2.26;0.26 -9273;7;3427.50;9.90;1590.50;3.92;0.24 -9277;7;3052.00;9.80;1592.00;3.14;0.24 -9278;7;3404.00;9.90;1654.00;3.92;0.28 -9294;7;2979.50;9.70;1589.00;2.89;0.22 -9299;7;3576.50;10.35;1591.00;2.24;0.18 -9300;7;3020.50;9.80;1651.00;2.97;0.18 -9313;7;3412.00;10.10;1597.50;2.46;0.22 -9316;7;3140.00;10.40;1586.00;2.67;0.24 -9320;7;2970.50;9.70;1594.50;2.94;0.20 -9329;7;3024.00;10.10;1682.50;3.66;0.28 -9330;7;3415.00;10.50;1607.50;3.52;0.22 -9339;7;3433.50;9.80;1560.50;3.33;0.20 -9345;7;3405.50;9.80;1667.00;3.30;0.26 -9349;7;3645.00;10.00;1622.00;3.46;0.42 -9356;7;3421.50;9.80;1654.50;2.60;0.20 -9360;7;3468.50;10.15;1636.00;2.78;0.26 -9363;7;2905.50;10.05;1561.00;2.49;0.20 -9365;7;3563.50;10.00;1575.50;3.54;0.26 -9376;7;3446.00;9.85;1603.50;2.86;0.22 -9385;7;3626.00;10.10;1637.50;2.92;0.26 -9395;7;3405.00;11.35;1615.00;3.14;0.14 -9402;7;3548.00;10.45;1664.00;3.46;0.26 -9404;7;3193.50;10.40;1626.50;2.94;0.26 -9407;7;3475.50;9.80;1620.00;3.38;0.16 -9409;7;3501.50;10.15;1577.00;2.49;0.16 -9413;7;3335.50;9.80;1522.00;2.89;0.22 -9416;7;2980.50;12.00;1517.00;2.89;0.18 -9417;7;3423.50;9.60;1463.00;4.33;0.16 -9426;7;3511.00;9.80;1459.00;3.73;0.26 -9429;7;3039.50;11.20;1522.50;3.54;0.22 -9435;7;3259.00;10.10;1490.00;3.60;0.32 -9441;7;3000.00;12.90;1534.50;2.86;0.24 -9443;7;2934.50;10.55;1547.00;3.83;0.24 -9444;7;2886.00;11.15;1522.00;2.55;0.16 -9445;7;3606.00;10.45;1552.50;2.76;0.24 -9457;7;3085.50;10.60;1525.50;3.68;0.20 -9460;7;3496.50;9.80;1553.00;2.97;0.24 -9461;7;3420.00;10.17;1485.00;2.67;0.24 -9470;7;3055.00;10.05;1558.50;3.81;0.20 -9472;7;2876.00;10.50;1513.00;3.14;0.32 -9478;7;2806.50;10.30;1469.00;2.24;0.24 -9494;7;3164.00;9.80;1524.50;3.14;0.28 -9496;7;3029.00;9.70;1570.00;2.89;0.28 -9497;7;2992.00;11.92;1534.00;2.15;0.18 -9498;7;2881.00;9.60;1556.50;2.26;0.16 -9504;7;3495.00;9.80;1496.00;2.21;0.26 -9510;7;2768.00;10.40;1476.50;3.14;0.26 -9516;7;3462.00;9.77;1494.00;3.92;0.24 -9523;7;2834.00;9.85;1492.50;3.73;0.16 -9527;7;3053.50;10.50;1492.50;3.33;0.20 -9535;7;3035.00;9.70;1549.50;2.21;0.24 -9537;7;3125.00;10.12;1489.00;2.55;0.24 -9539;7;3078.50;9.95;1494.00;2.49;0.20 -9542;7;3341.50;10.20;1545.50;3.92;0.22 -9548;7;3204.50;10.65;1480.00;2.67;0.28 -9549;7;3582.50;9.90;1535.50;3.68;0.26 -9552;7;3414.00;9.90;1537.50;2.43;0.26 -9554;7;3240.50;9.80;1555.50;3.00;0.26 -9561;7;2848.50;10.40;1505.50;3.33;0.20 -9565;7;3446.00;10.00;1507.50;3.42;0.24 -9566;7;3327.00;9.80;1552.50;2.76;0.18 -9567;7;3094.00;13.25;1516.00;3.14;0.20 -9570;7;3067.50;10.10;1541.00;3.83;0.28 -9575;7;2912.50;10.95;1511.00;2.89;0.22 -9578;7;2815.00;9.75;1502.50;3.52;0.22 -9582;7;2988.00;9.70;1421.00;3.92;0.16 -9595;7;3077.50;9.90;1425.00;3.78;0.18 -9596;7;3038.50;12.50;1445.50;2.73;0.22 -9611;7;3059.50;10.10;1441.00;4.03;0.18 -9612;7;3215.00;10.15;1395.00;2.49;0.28 -9625;7;2868.00;10.20;1453.50;2.76;0.26 -9631;7;2788.00;9.70;1455.00;3.60;0.22 -9632;7;3485.00;15.67;1378.00;3.78;0.28 -9633;7;2977.00;16.55;1459.00;2.55;0.20 -9640;7;3154.50;11.80;1444.00;2.89;0.20 -9647;7;3498.00;10.70;1392.00;3.92;0.20 -9652;7;2993.00;13.70;1474.50;2.76;0.20 -9653;7;1464.00;10.15;1562.50;2.12;0.24 -9658;7;2894.50;10.20;1473.00;2.89;0.22 -9664;7;1588.50;11.65;1590.00;2.15;0.30 -9670;7;3197.00;15.90;1451.50;2.86;0.26 -9679;7;3044.00;13.35;1471.50;2.62;0.20 -9689;7;2675.50;11.40;1373.50;2.94;0.18 -9690;7;3113.50;9.80;1478.50;2.07;0.28 -9695;7;1023.50;13.30;1588.50;4.28;0.32 -9706;7;3155.00;9.82;1481.00;3.73;0.22 -9708;7;1626.50;11.00;1602.50;3.00;0.30 -9715;7;3537.50;13.05;1317.00;2.67;0.26 -9716;7;3230.50;9.75;1464.00;3.60;0.22 -9717;7;2803.00;10.35;1406.50;3.81;0.22 -9724;7;1512.00;10.75;1603.00;3.46;0.28 -9728;7;2874.50;10.90;1409.50;2.82;0.18 -9734;7;2822.00;9.90;1415.50;3.14;0.16 -9754;7;1639.50;12.00;1620.50;2.35;0.24 -9757;7;2761.00;12.10;1318.00;3.14;0.20 -9762;7;4896.00;12.00;1409.00;2.67;0.24 -9766;7;4836.50;12.00;1400.00;2.49;0.20 -9767;7;2750.00;11.90;1333.50;2.86;0.24 -9771;7;3160.00;10.70;1397.50;3.14;0.22 -9775;7;1506.50;12.05;1537.00;3.01;0.28 -9777;7;3383.00;16.50;1316.50;2.55;0.30 -9778;7;2747.50;11.75;1305.00;2.49;0.18 -9790;7;4768.50;9.80;1317.00;3.38;0.20 -9794;7;3000.50;10.60;1372.50;3.92;0.22 -9802;7;1320.00;11.75;1500.50;3.14;0.40 -9803;7;4776.50;11.60;1360.50;3.28;0.26 -9806;7;3299.00;12.20;1328.00;2.67;0.20 -9808;7;1543.00;11.50;1554.50;3.14;0.26 -9816;7;3545.50;14.60;1249.00;3.20;0.42 -9817;7;2677.00;10.45;1349.50;2.46;0.20 -9818;7;3171.50;13.80;1359.00;4.00;0.24 -9823;7;3408.50;11.10;1275.50;2.63;0.34 -9827;7;2736.00;12.25;1352.50;2.76;0.20 -9829;7;1310.00;10.55;1425.50;2.96;0.46 -9834;7;1547.50;9.70;1306.50;2.94;0.32 -9836;7;1589.50;11.50;1578.00;2.24;0.18 -9837;7;3140.50;13.50;1338.50;2.94;0.20 -9839;7;2702.50;11.85;1324.00;3.78;0.20 -9843;7;4626.50;10.10;1328.50;2.60;0.20 -9844;7;3330.00;12.97;1336.00;3.14;0.24 -9857;7;2780.50;11.00;1369.50;3.28;0.20 -9862;7;3207.00;11.80;1360.50;3.81;0.18 -9870;7;2750.00;13.00;1359.50;3.14;0.24 -9872;7;2732.50;13.00;1369.50;3.33;0.24 -9874;7;3138.50;11.95;1371.00;2.89;0.28 -9875;7;3123.00;12.30;1346.00;2.67;0.22 -9879;7;2992.00;11.40;1391.50;2.86;0.20 -9886;7;3431.50;14.40;1331.00;3.60;0.28 -9888;7;3223.50;9.95;1366.00;2.24;0.24 -9906;7;3144.00;11.75;1384.00;3.60;0.24 -9916;7;3133.00;11.60;1312.50;3.14;0.22 -9917;7;2718.00;12.20;1323.50;2.46;0.20 -9919;7;3230.50;10.20;1377.50;3.54;0.28 -9925;7;2711.50;11.00;1307.50;2.11;0.20 -9927;7;4706.00;10.47;1377.00;2.76;0.32 -9933;7;2776.00;13.15;1340.50;3.42;0.24 -9934;7;4566.50;10.20;1167.50;3.92;0.26 -9939;7;4491.50;11.45;1120.00;3.21;0.38 -9943;7;2916.00;9.60;1219.50;3.32;0.42 -9944;7;4658.50;11.25;1120.00;3.30;0.26 -9946;7;4108.00;10.22;993.00;3.14;0.34 -9959;7;4607.00;10.60;1162.50;3.14;0.34 -9960;7;2855.00;13.77;1228.00;2.94;0.40 -9969;7;4627.00;9.70;1306.50;3.14;0.24 -9970;7;4574.00;11.15;1059.00;4.06;0.28 -9975;7;3934.50;9.75;1026.00;3.87;0.42 -9982;7;4577.00;11.52;1074.00;2.55;0.30 -9986;7;3171.50;11.80;540.00;2.01;0.70 -9987;7;4610.50;9.70;1260.50;3.46;0.26 -9988;7;4436.50;10.60;963.50;3.28;0.30 -9991;7;4245.50;10.00;1007.50;3.05;0.32 -9993;7;4215.50;9.80;1048.50;3.92;0.36 -9996;7;1477.50;10.95;1433.00;3.24;0.26 -10009;7;2734.00;11.20;1270.50;2.46;0.20 -10013;7;2723.00;10.92;1227.00;3.60;0.28 -10014;7;4671.00;11.05;1144.50;2.76;0.28 -10015;7;4961.00;12.75;1253.00;2.15;0.26 -10017;7;4629.50;9.70;1171.50;3.28;0.26 -10022;7;4613.00;9.70;1299.50;3.36;0.24 -10023;7;2695.00;11.82;1192.00;2.82;0.28 -10026;7;2960.00;11.05;1224.50;2.72;0.32 -10041;7;3260.50;11.85;1285.00;2.97;0.24 -10042;7;4659.00;14.05;1090.00;2.21;0.30 -10045;7;2816.50;13.30;1233.50;2.82;0.36 -10049;7;3151.00;10.80;1178.50;2.72;0.26 -10058;7;4698.50;10.45;1132.00;3.26;0.24 -10071;7;3099.00;10.97;640.00;2.49;0.74 -10082;7;2944.50;9.60;1209.00;3.70;0.34 -10084;7;4629.50;11.00;1083.50;3.54;0.28 -10085;7;4803.50;12.20;1242.00;2.24;0.16 -10090;7;4260.50;14.00;1037.50;2.35;0.40 -10094;7;2717.50;11.10;1267.50;3.68;0.20 -10098;7;4606.50;9.90;1222.50;3.03;0.22 -10102;7;4648.00;10.85;1270.00;3.14;0.22 -10103;7;4435.00;11.65;988.50;3.85;0.28 -10115;7;4804.50;12.00;1263.50;3.00;0.24 -10122;7;3248.50;9.50;1261.00;-0.71;0.18 -10126;7;3309.50;11.30;1129.50;3.05;0.36 -10127;7;3252.50;9.80;1138.50;3.33;0.38 -10136;7;3709.50;10.60;1652.00;3.24;0.38 -10139;7;3920.00;11.15;1159.00;3.54;0.42 -10144;7;4495.50;13.70;1176.00;4.00;0.30 -10158;7;4348.00;9.70;805.50;2.72;0.20 -10161;7;4009.50;9.80;1504.00;3.05;0.52 -10162;7;4504.00;13.10;848.00;3.60;0.18 -10164;7;3775.00;9.80;1497.00;3.42;0.46 -10165;7;4692.50;10.80;902.50;3.00;0.18 -10170;7;3809.00;9.92;1619.00;2.26;0.46 -10171;7;4056.50;11.40;968.00;2.85;0.42 -10176;7;1639.00;10.32;1839.00;1.96;0.82 -10177;7;4423.00;10.50;857.50;2.62;0.28 -10224;7;3727.50;9.80;1540.50;3.80;0.44 -10227;7;4401.50;10.40;725.00;2.44;0.26 -10230;7;1686.00;11.52;1650.00;4.06;0.34 -10246;7;4034.50;10.45;827.00;2.97;0.26 -10249;7;1571.00;10.90;1682.00;4.09;0.50 -10256;7;3732.00;10.10;1582.50;2.92;0.42 -10262;7;3668.50;9.80;1426.00;2.74;0.56 -10268;7;3874.00;10.40;1525.50;2.98;0.52 -10271;7;894.50;11.00;1665.50;2.63;0.40 -10273;7;888.50;13.70;1772.00;2.74;0.56 -10281;7;1460.00;11.85;1462.00;2.94;0.36 -10305;7;943.00;13.92;1603.00;2.89;0.60 -10311;7;4003.50;11.20;967.00;2.00;0.36 -10327;7;946.00;11.10;1693.00;2.67;0.36 -10329;7;3736.50;14.40;1632.00;2.53;0.42 -10332;7;4099.00;10.85;1044.50;1.95;0.46 -10341;7;1388.00;11.45;1612.50;3.98;0.40 -10343;7;1564.00;11.45;1509.00;3.68;0.40 -10345;7;2206.50;10.95;741.00;3.05;0.52 -10347;7;1962.50;9.70;315.50;2.57;0.48 -10350;7;5023.50;10.50;432.50;4.01;0.44 -10355;7;1381.00;9.70;1427.50;2.51;0.36 -10361;7;4140.00;10.25;1072.50;4.10;0.32 -10363;7;4646.00;12.80;1406.00;3.14;0.40 -10368;7;4850.00;10.47;1466.00;4.17;0.32 -10371;7;4351.50;11.10;962.00;3.60;0.40 -10379;7;4818.00;11.05;1449.00;3.81;0.44 -10381;7;1654.00;10.70;1620.50;2.76;0.30 -10384;7;4401.50;10.10;935.50;2.35;0.34 -10386;7;4296.50;10.00;1011.50;2.94;0.32 -10389;7;4194.00;12.45;1075.00;3.46;0.36 -10390;7;1850.00;9.80;302.00;2.92;0.68 -10391;7;1342.50;11.10;1537.50;2.23;0.36 -10393;7;1392.50;10.00;1566.50;2.57;0.36 -10415;7;3109.00;11.77;137.00;2.92;1.04 -10418;7;1831.00;9.80;273.50;2.08;0.50 -10424;7;4546.00;13.05;1344.50;3.98;0.46 -10426;7;4678.00;10.50;1383.50;1.96;0.26 -10431;7;4500.50;11.40;1058.00;2.85;0.36 -10432;7;2097.50;12.65;501.00;3.83;0.40 -10433;7;4788.00;10.25;1429.00;2.09;0.30 -10434;7;4598.50;9.70;1190.00;2.97;0.26 -10449;7;1386.50;10.30;1394.50;3.05;0.38 -10451;7;4528.00;13.60;1326.50;3.73;0.40 -10452;7;3831.50;10.50;1446.50;4.01;0.52 -10454;7;3550.00;13.05;1309.50;3.32;0.34 -10456;7;4393.50;11.65;970.00;1.83;0.22 -10457;7;1396.50;10.50;1536.50;3.56;0.34 -10462;7;4589.50;9.90;1168.50;3.92;0.26 -10471;7;4114.00;12.62;1044.00;3.33;0.34 -10472;7;3476.50;14.85;1334.00;3.60;0.24 -10473;7;4719.50;10.90;246.00;3.05;0.72 -10487;7;5109.50;10.20;313.50;3.21;0.38 -10488;7;3914.00;15.67;1340.00;3.38;0.48 -10490;7;2186.50;10.10;626.50;-1.29;0.60 -10493;7;3206.00;10.45;1674.50;3.14;0.28 -10495;7;1527.50;11.40;1466.00;3.60;0.32 -10497;7;3457.50;15.30;1293.50;2.35;0.32 -10507;7;4553.00;14.00;1314.50;3.81;0.32 -10508;7;3872.00;10.40;1440.00;2.52;0.58 -10517;7;2275.50;9.50;557.50;-1.33;0.32 -10521;7;4899.50;10.30;1475.00;3.24;0.36 -10529;7;4001.00;10.37;1714.00;2.63;0.70 -10531;7;4141.50;12.65;1542.00;2.72;0.76 -10538;7;3158.50;12.80;419.50;3.33;0.96 -10540;7;5277.50;12.10;1858.00;3.99;3.16 -10544;7;4274.50;11.25;1716.00;2.39;0.68 -10552;7;1097.00;11.47;1748.00;3.75;0.66 -10559;7;4679.50;11.10;1581.00;2.62;0.68 -10560;7;4301.50;14.80;1408.00;3.24;0.60 -10562;7;4340.50;13.90;1598.00;3.22;0.52 -10574;7;4634.50;13.40;1580.00;3.35;0.68 -10575;7;4546.50;12.15;1439.00;3.44;0.66 -10580;7;4195.50;11.65;1620.00;4.03;0.54 -10581;7;5087.50;12.20;103.50;2.63;0.36 -10585;7;1243.50;10.90;1937.50;2.80;1.48 -10586;7;1421.50;10.20;1485.50;3.00;0.26 -10589;7;4773.50;10.15;1823.00;2.29;1.12 -10591;7;1013.50;16.30;1537.00;3.07;0.58 -10593;7;1092.00;13.05;1713.50;2.51;0.54 -10597;7;4322.00;15.65;1530.00;3.14;0.54 -10600;7;3925.00;9.80;1675.00;2.55;0.62 -10602;7;1027.00;16.15;1640.50;3.23;0.58 -10605;7;1368.00;10.40;1879.50;2.71;1.56 -10607;7;4202.50;10.30;1886.50;4.12;1.52 -10608;7;4782.50;11.90;1665.50;3.69;0.88 -10609;7;5576.50;11.30;160.50;3.40;0.30 -10613;7;4183.50;9.80;1684.00;2.62;0.74 -10617;7;4094.50;10.25;1710.00;3.89;0.70 -10623;7;4391.00;14.50;1496.50;2.61;0.68 -10629;7;4478.50;14.55;1357.00;3.53;0.50 -10632;7;4474.00;13.25;1411.50;3.27;0.70 -10633;7;3947.50;10.60;1573.50;3.21;0.52 -10638;7;4682.50;12.70;1481.00;3.43;0.84 -10652;7;4126.00;10.65;1618.00;2.15;0.42 -10657;7;1488.00;12.27;1476.00;2.89;0.30 -10658;7;4540.50;13.15;1578.00;2.80;0.70 -10660;7;3923.50;11.70;1362.00;2.10;0.60 -10661;7;4381.50;12.20;1598.50;2.96;0.72 -10662;7;1066.00;17.52;1531.00;2.55;0.58 -10671;7;3851.00;13.10;1309.50;2.12;0.32 -10673;7;4175.00;10.40;1720.00;2.62;0.74 -10677;7;3740.50;14.40;1854.50;3.77;0.92 -10680;7;4062.00;11.40;1454.50;2.18;0.50 -10684;7;1059.50;12.20;1782.00;3.51;0.72 -10689;7;4402.00;13.65;1387.50;2.76;0.76 -10694;7;311.50;10.55;1872.00;2.08;1.10 -10711;7;1135.50;15.00;1605.50;3.23;0.46 -10713;7;4165.00;14.65;1523.00;2.92;0.80 -10723;7;3725.00;9.75;1883.50;2.49;0.92 -10731;7;2779.00;11.90;1166.50;3.22;0.90 -10734;7;3395.50;15.60;772.00;2.67;0.86 -10736;7;1805.00;10.50;990.50;2.32;0.68 -10747;7;1651.00;12.55;959.50;2.98;0.66 -10749;7;2929.00;12.35;1067.50;3.30;1.92 -10750;7;4347.50;14.75;1269.00;2.31;0.48 -10751;7;4110.00;10.00;1076.50;3.42;0.32 -10754;7;3119.50;10.00;1110.50;3.19;0.94 -10757;7;4530.00;12.42;1155.00;3.92;0.34 -10761;7;3416.00;10.40;658.50;4.01;0.64 -10766;7;3218.50;11.60;624.00;3.60;0.82 -10769;7;1256.00;9.90;1298.00;3.01;0.60 -10771;7;2697.00;10.10;920.50;1.83;0.72 -10772;7;3974.50;10.15;1156.00;2.61;0.54 -10776;7;4379.00;11.90;1013.00;4.12;0.50 -10780;7;2993.50;10.40;891.00;3.69;0.84 -10783;7;1046.50;10.50;1412.50;2.45;0.56 -10785;7;3148.00;9.70;1137.00;2.62;0.56 -10789;7;3852.00;15.50;1202.50;3.14;0.64 -10799;7;3994.50;11.10;905.00;3.26;0.40 -10802;7;4055.50;23.30;1215.50;3.58;0.86 -10808;7;4023.50;10.70;847.00;2.97;0.28 -10811;7;3475.50;10.35;1269.00;4.28;0.38 -10817;7;4372.50;20.25;1209.00;2.01;0.46 -10821;7;3991.50;21.10;1257.50;3.92;0.76 -10823;7;1825.50;9.70;1020.00;2.57;0.68 -10824;7;1441.00;11.10;1456.50;2.76;0.26 -10826;7;3912.50;20.20;1247.50;3.06;0.52 -10827;7;3254.00;10.85;844.50;3.37;0.76 -10830;7;1153.50;13.60;1335.50;2.64;0.56 -10838;7;2679.50;10.50;1076.50;3.55;1.12 -10841;7;4410.50;11.95;1149.00;2.74;0.38 -10843;7;3946.50;10.80;1139.00;2.67;0.50 -10844;7;3319.00;10.12;1023.00;2.62;0.50 -10846;7;1607.50;16.10;894.50;2.60;0.70 -10849;7;1814.50;10.70;957.50;3.98;0.82 -10852;7;3855.50;14.40;1251.50;3.92;0.50 -10853;7;1182.50;15.75;1275.00;3.38;0.52 -10855;7;1736.50;11.50;1032.50;2.11;0.56 -10856;7;4325.50;21.50;1185.00;3.53;0.72 -10858;7;3203.00;11.40;593.50;3.49;0.74 -10860;7;3364.00;14.75;638.50;2.14;0.62 -10861;7;1292.00;10.50;1398.00;3.52;0.40 -10863;7;4342.00;14.00;1059.50;3.02;0.48 -10868;7;2795.50;10.40;986.50;3.82;1.52 -10869;7;3210.00;9.80;1116.50;3.79;0.60 -10872;7;4000.00;10.65;1002.50;3.77;0.48 -10873;7;3676.50;12.60;1208.50;3.74;0.58 -10877;7;3291.50;11.20;790.00;3.56;0.92 -10884;7;2971.50;11.05;1138.00;3.82;1.12 -10885;7;4132.50;12.10;1324.00;2.60;0.92 -10888;7;1610.50;10.50;851.00;2.62;0.78 -10891;7;3577.00;11.80;810.50;4.04;0.58 -10892;7;3471.00;11.70;1066.00;2.52;0.72 -10894;7;1181.50;12.60;1386.50;3.31;0.60 -10899;7;4404.00;12.10;1352.00;3.36;0.68 -10901;7;3425.00;11.35;1139.50;2.51;0.52 -10917;7;2967.50;10.70;935.00;2.77;1.28 -10927;7;4925.50;10.00;200.50;3.05;0.62 -10931;7;2125.00;11.82;594.00;2.43;0.66 -10932;7;3316.50;12.00;599.50;3.58;0.94 -10937;7;4819.50;10.80;391.50;2.69;0.76 -10942;7;1594.00;10.25;813.50;2.80;0.92 -10949;7;4709.00;10.60;215.50;3.25;0.76 -10953;7;1780.00;10.40;157.50;2.57;0.90 -10954;7;5046.00;15.10;552.50;3.73;0.44 -10955;7;4980.50;10.05;312.00;3.04;1.22 -10960;7;1764.00;9.80;732.00;2.43;1.16 -10961;7;1699.50;11.70;125.50;2.63;0.44 -10962;7;3380.50;14.00;665.00;3.76;0.80 -10964;7;1741.00;12.47;360.00;3.04;0.56 -10965;7;1821.00;10.70;473.00;1.81;0.84 -10972;7;3367.00;11.15;456.00;3.60;0.98 -10978;7;3032.50;11.20;318.00;3.25;1.02 -10985;7;1819.00;10.05;339.00;3.00;0.58 -10988;7;3311.50;11.95;526.00;3.74;0.94 -10993;7;3550.00;14.27;324.00;2.86;0.90 -10996;7;1779.50;9.80;639.00;2.38;0.80 -11004;7;5015.00;14.85;578.50;2.98;0.44 -11007;7;1954.50;10.70;439.00;2.83;0.80 -11013;7;4862.50;11.00;300.00;3.31;1.14 -11014;7;3458.00;10.80;699.00;3.07;0.52 -11021;7;1759.50;10.60;291.00;2.77;0.54 -11023;7;1919.50;10.15;500.00;3.38;0.78 -11026;7;3060.50;12.80;1879.50;2.35;0.40 -11028;7;2974.00;13.35;1770.00;2.55;0.30 -11032;7;3276.50;10.40;1718.50;2.73;0.24 -11036;7;3390.50;10.60;1766.50;2.73;0.22 -11037;7;2940.00;14.05;1762.50;3.14;0.28 -11045;7;3324.00;10.25;1867.00;3.14;0.34 -11049;7;3015.50;13.25;1814.00;3.50;0.30 -11060;7;3123.50;11.65;1942.00;4.08;0.44 -11071;7;3406.00;10.50;1775.50;2.86;0.28 -11076;7;3248.50;10.30;1807.50;3.00;0.28 -11078;7;2980.00;10.70;1745.50;2.92;0.24 -11083;7;3371.50;10.40;1725.50;3.28;0.24 -11084;7;3361.50;10.50;1695.50;2.94;0.24 -11088;7;3346.00;10.37;1917.00;4.41;0.36 -11092;7;3337.00;10.20;1800.50;2.76;0.22 -11093;7;3355.00;10.42;1716.00;3.46;0.26 -11099;7;3428.50;10.20;1692.00;4.00;0.26 -11101;7;2921.50;13.70;1726.50;1.89;0.22 -11109;7;3293.50;10.30;1694.50;2.35;0.22 -11110;7;3533.50;10.60;1752.00;2.67;0.32 -11114;7;3015.00;10.40;1730.00;2.35;0.24 -11115;7;3175.00;10.55;1935.50;3.77;0.52 -11119;7;3737.50;9.80;1931.00;3.38;1.10 -11120;7;3064.50;11.50;1843.00;3.43;0.38 -11129;7;3058.50;11.05;1822.00;4.12;0.38 -11130;7;3149.00;11.75;1960.00;3.46;0.64 -11132;7;3191.50;10.40;1828.50;4.09;0.34 -11141;7;3233.50;9.80;1805.00;3.83;0.26 -11145;7;3346.00;12.05;710.50;4.00;0.88 -11148;7;3051.50;11.10;1837.00;3.01;0.24 -11151;7;2985.00;10.00;1720.50;3.14;0.24 -11152;7;3067.50;12.80;1889.50;3.64;0.30 -11161;7;2720.50;11.70;1672.50;2.35;0.22 -11168;7;3390.00;10.40;1744.50;2.92;0.24 -11172;7;3171.00;9.75;1759.50;3.14;0.22 -11180;7;3505.50;9.80;1693.00;2.44;0.24 -11185;7;3080.50;11.00;1827.00;4.21;0.28 -11192;7;3520.00;9.90;1736.50;2.12;0.26 -11193;7;3609.50;9.90;1727.50;2.52;0.28 -11194;7;3019.00;12.75;787.00;3.32;0.92 -11197;7;3044.50;10.10;1743.00;3.70;0.30 -11206;7;2973.00;12.75;1797.00;2.55;0.26 -11208;7;3147.50;11.30;1918.50;3.03;0.48 -11212;7;3343.00;10.25;1823.00;3.60;0.26 -11219;7;2994.50;9.70;1584.50;2.35;0.20 -11234;7;3286.50;10.40;1657.50;3.25;0.22 -11236;7;3393.50;9.90;1660.50;2.60;0.26 -11239;7;3471.50;10.00;1668.50;3.28;0.20 -11242;7;3376.00;10.00;1590.50;3.52;0.22 -11245;7;3126.00;9.80;1605.50;3.14;0.24 -11250;7;3366.50;9.90;1656.50;2.94;0.20 -11253;7;2806.50;10.40;1575.50;1.89;0.26 -11254;7;3343.00;10.40;1627.00;3.60;0.26 -11256;7;3617.00;9.85;1592.50;2.12;0.26 -11259;7;3256.00;9.80;1651.00;2.82;0.24 -11260;7;3073.50;9.80;1589.00;1.57;0.32 -11262;7;3493.50;10.00;1606.50;2.94;0.26 -11264;7;2925.50;9.70;1578.00;2.49;0.18 -11275;7;3507.50;9.90;1650.50;2.73;0.26 -11281;7;3604.50;10.30;1606.50;2.73;0.24 -11291;7;3191.00;9.95;1697.00;3.14;0.24 -11298;7;3300.00;9.85;1576.50;3.14;0.22 -11306;7;2735.50;12.70;1676.00;2.97;0.24 -11308;7;3516.50;10.00;1561.50;2.82;0.18 -11315;7;3348.50;10.40;1672.50;2.52;0.24 -11320;7;3610.00;9.90;1663.50;4.15;0.28 -11322;7;3261.00;9.90;1607.00;2.67;0.22 -11339;7;3571.00;9.70;1620.50;2.86;0.26 -11345;7;2765.50;10.10;1593.00;2.97;0.22 -11348;7;3592.50;9.70;1575.50;2.60;0.26 -11352;7;3664.50;10.00;1699.50;3.03;0.36 -11353;7;3292.00;10.02;1630.00;3.14;0.20 -11354;7;3580.50;10.40;1672.50;1.89;0.28 -11356;7;3551.50;9.90;1636.00;2.67;0.24 -11358;7;3214.50;10.30;1646.50;3.25;0.36 -11365;7;3600.50;9.95;1672.00;2.44;0.26 -11369;7;3353.50;10.10;1618.00;2.97;0.22 -11372;7;3069.50;9.70;1612.00;2.58;0.28 -11373;7;3528.00;10.72;1600.00;3.14;0.22 -11377;7;3597.50;9.80;1586.00;2.97;0.26 -11386;7;3156.00;10.00;1598.50;2.12;0.22 -11389;7;3624.00;9.87;1622.00;2.67;0.26 -11391;7;3218.50;10.50;1621.50;2.48;0.32 -11392;7;3260.50;9.70;1679.00;3.26;0.28 -11394;7;3489.00;9.90;1619.00;3.73;0.24 -11397;7;3357.50;9.80;1517.50;3.54;0.30 -11400;7;3480.50;9.80;1462.50;2.94;0.20 -11408;7;3477.00;9.80;1546.00;2.55;0.22 -11409;7;3277.50;10.55;1486.00;2.97;0.26 -11414;7;3051.00;14.30;1535.00;4.12;0.18 -11417;7;2959.00;10.35;1523.50;3.42;0.20 -11420;7;2832.00;9.70;1518.50;4.01;0.28 -11421;7;3542.00;9.95;1551.50;2.62;0.26 -11428;7;3105.00;10.02;1548.00;3.73;0.26 -11430;7;3124.50;11.40;1532.50;2.73;0.20 -11440;7;1108.50;11.30;1773.50;3.74;0.60 -11444;7;3015.00;9.87;1580.00;2.82;0.20 -11448;7;4392.00;18.75;1228.50;2.41;0.48 -11456;7;2890.50;9.70;1556.50;4.09;0.24 -11457;7;3542.50;9.60;1479.50;3.54;0.28 -11460;7;3530.00;11.50;1533.50;2.46;0.22 -11473;7;3601.50;9.60;1527.00;2.58;0.30 -11482;7;3576.00;9.60;1485.00;2.82;0.28 -11484;7;3510.00;9.80;1504.00;3.46;0.24 -11499;7;2958.00;13.45;1491.50;3.66;0.26 -11503;7;3214.00;10.45;1552.00;3.38;0.24 -11515;7;3095.00;9.80;1567.50;2.03;0.22 -11516;7;2904.50;10.20;1491.00;3.30;0.26 -11524;7;3608.50;9.60;1496.50;3.00;0.34 -11525;7;3050.00;12.05;1500.00;1.57;0.20 -11529;7;2969.50;10.75;1506.00;2.97;0.20 -11530;7;3304.50;9.80;1516.00;3.01;0.28 -11536;7;3161.00;11.60;1495.50;3.42;0.24 -11549;7;2865.00;10.40;1504.50;1.93;0.26 -11550;7;3199.50;10.05;1492.00;2.97;0.26 -11551;7;3496.00;9.80;1542.50;2.76;0.20 -11557;7;3288.00;9.80;1527.00;2.89;0.22 -11558;7;3086.00;10.37;1553.00;2.82;0.22 -11562;7;2900.00;9.80;1540.00;2.55;0.16 -11564;7;3034.00;9.95;1426.50;3.42;0.24 -11565;7;2798.50;9.60;1420.50;3.54;0.24 -11568;7;2967.50;12.40;1433.00;2.24;0.20 -11569;7;1580.00;10.70;1634.00;2.82;0.28 -11572;7;3084.50;12.20;1408.50;2.94;0.22 -11577;7;3105.00;9.92;1421.00;2.67;0.18 -11579;7;3535.50;9.70;1462.50;3.46;0.28 -11582;7;2800.50;10.20;1438.50;3.68;0.22 -11583;7;3132.00;9.90;1409.00;3.14;0.18 -11588;7;3184.50;9.80;1401.00;3.01;0.24 -11592;7;3149.00;15.55;1425.00;3.92;0.26 -11598;7;2984.50;14.40;1443.50;3.33;0.20 -11601;7;2940.00;13.75;1457.00;3.14;0.16 -11605;7;3181.50;15.85;1425.00;2.27;0.18 -11606;7;2861.00;9.75;1524.50;3.42;0.24 -11607;7;5109.00;12.10;1821.00;1.81;1.84 -11609;7;3502.50;16.75;1374.00;2.97;0.24 -11622;7;3165.00;12.30;1440.50;2.76;0.20 -11638;7;2968.00;13.95;1470.50;3.14;0.24 -11640;7;2926.50;11.85;1473.00;3.30;0.18 -11644;7;3137.00;10.05;1460.00;3.14;0.22 -11645;7;3546.00;13.65;1343.50;2.26;0.26 -11646;7;3123.50;9.80;1455.00;3.60;0.22 -11651;7;3040.00;11.72;1481.00;3.14;0.20 -11655;7;3223.50;12.20;1440.00;2.78;0.18 -11657;7;3159.00;11.60;1410.50;4.01;0.24 -11678;7;3464.50;12.05;1411.00;4.03;0.24 -11679;7;3093.50;10.10;1480.50;2.94;0.24 -11686;7;3257.00;9.90;1459.50;3.81;0.26 -11696;7;3456.00;10.90;1421.50;3.14;0.26 -11697;7;2797.00;10.90;1386.50;2.76;0.24 -11703;7;3294.00;9.75;1466.50;3.14;0.26 -11727;7;3475.50;10.00;1436.50;1.89;0.20 -11729;7;3404.00;9.70;1426.00;2.35;0.20 -11738;7;1597.00;9.70;1492.00;3.52;0.30 -11748;7;2826.50;9.50;1535.00;2.30;0.36 -11759;7;3421.50;11.30;1287.50;3.28;0.38 -11762;7;3124.00;14.12;1360.00;2.67;0.20 -11766;7;2772.00;13.35;1351.00;2.82;0.24 -11785;7;1612.50;11.40;1554.00;2.24;0.24 -11791;7;1493.50;10.30;1555.50;1.66;0.34 -11792;7;3313.50;11.30;1301.50;3.54;0.26 -11794;7;2880.50;10.50;1447.00;2.44;0.24 -11800;7;1559.50;10.70;1559.50;2.35;0.24 -11803;7;3038.00;11.00;1347.50;4.01;0.20 -11807;7;2769.00;13.50;1299.00;2.82;0.24 -11815;7;4714.50;9.80;1352.50;2.35;0.22 -11816;7;3072.00;9.82;1388.00;3.60;0.24 -11819;7;2809.50;11.90;1364.00;3.60;0.24 -11830;7;1681.00;9.80;1579.00;3.73;0.28 -11834;7;2889.00;9.85;1389.50;3.81;0.22 -11838;7;2794.50;12.75;1376.00;3.60;0.20 -11850;7;4793.00;12.35;1374.50;3.14;0.22 -11851;7;2697.50;10.35;1299.00;2.67;0.24 -11852;7;2757.00;12.42;1372.00;3.14;0.24 -11853;7;3453.00;17.02;1322.00;2.35;0.24 -11858;7;3100.50;13.00;1382.00;3.83;0.24 -11863;7;2751.00;12.80;1314.50;3.14;0.20 -11867;7;3252.00;10.30;1327.00;2.89;0.24 -11879;7;4853.50;9.75;1383.00;3.04;0.46 -11896;7;4774.50;12.10;1329.50;2.19;0.26 -11905;7;3214.00;10.85;1351.50;3.14;0.28 -11907;7;3277.50;13.10;1285.50;1.83;0.20 -11918;7;4561.00;10.80;1067.00;3.14;0.30 -11922;7;3331.50;10.60;1146.00;2.58;0.32 -11924;7;4118.50;11.25;981.00;3.24;0.42 -11927;7;1565.00;9.70;1441.00;3.66;0.36 -11934;7;3194.00;11.45;724.00;3.14;0.62 -11935;7;2943.00;11.70;1227.50;3.14;0.40 -11941;7;4562.00;10.15;1033.50;3.52;0.28 -11944;7;4636.50;9.70;1295.50;3.33;0.22 -11945;7;4599.00;11.85;1057.00;2.60;0.34 -11950;7;4031.50;10.90;950.50;3.92;0.30 -11951;7;3168.00;9.75;1151.00;3.00;0.42 -11953;7;2921.00;14.30;1250.50;2.55;0.28 -11961;7;4634.00;10.65;1105.50;3.66;0.30 -11972;7;4442.00;13.15;1114.00;2.89;0.36 -11973;7;4633.00;10.05;1217.50;3.66;0.22 -11980;7;4630.00;9.70;1286.50;2.72;0.26 -11988;7;4590.00;10.50;1123.50;3.56;0.30 -11989;7;4972.50;13.05;1268.00;2.58;0.34 -11993;7;3975.50;10.60;1003.50;2.07;0.34 -12002;7;3321.50;12.20;1097.00;3.04;0.42 -12013;7;3266.00;12.90;1273.50;3.66;0.26 -12019;7;4644.50;11.00;1139.50;3.28;0.22 -12041;7;3965.00;9.90;1132.00;3.14;0.46 -12050;7;4191.00;9.90;1023.50;2.86;0.20 -12051;7;2913.50;10.40;1262.00;2.78;0.24 -12059;7;4678.50;11.00;1134.50;2.94;0.24 -12065;7;4462.00;10.70;1016.50;2.86;0.34 -12068;7;4684.50;11.30;1024.00;3.30;0.22 -12069;7;4617.50;9.70;1245.00;3.50;0.26 -12072;7;4968.50;12.30;1247.00;3.30;0.26 -12079;7;3145.50;9.80;1164.50;2.73;0.28 -12080;7;3987.50;10.45;1019.00;2.78;0.36 -12082;7;3034.50;10.70;1108.50;3.62;0.92 -12084;7;4640.00;12.00;1060.50;2.76;0.22 -12099;7;3276.00;10.22;1087.00;2.82;0.78 -12106;7;3811.50;10.40;1654.00;1.91;0.34 -12114;7;4055.00;10.05;946.50;3.14;0.40 -12128;7;3656.50;11.60;1558.50;3.33;0.26 -12131;7;4381.50;9.75;755.00;3.60;0.22 -12134;7;953.00;14.50;1576.50;2.30;0.40 -12142;7;3990.00;10.70;938.50;2.62;0.30 -12147;7;1612.00;9.70;1964.00;4.42;2.84 -12150;7;4483.00;11.20;851.50;2.92;0.32 -12157;7;3750.00;10.50;1617.00;3.33;0.40 -12165;7;4453.00;10.30;579.50;2.86;0.26 -12170;7;3786.50;9.80;1533.00;3.75;0.50 -12172;7;3645.50;9.90;1605.00;3.01;0.32 -12174;7;4121.50;9.80;1684.00;4.16;0.34 -12179;7;3705.50;9.80;1485.00;2.93;0.48 -12183;7;916.00;10.40;1646.50;4.18;0.32 -12186;7;4632.50;11.30;739.50;2.52;0.34 -12188;7;4770.00;10.57;790.00;3.60;0.20 -12195;7;4396.00;10.47;886.00;2.55;0.30 -12197;7;4297.00;10.72;930.00;3.33;0.20 -12201;7;4353.50;9.90;791.50;2.35;0.24 -12202;7;1710.50;10.70;1650.50;3.06;0.38 -12205;7;1600.00;10.90;1673.50;3.66;0.36 -12216;7;3689.50;10.40;1678.00;3.86;0.38 -12221;7;1721.50;11.00;1666.00;2.67;0.32 -12227;7;3744.50;10.20;1525.50;2.87;0.40 -12243;7;4632.50;9.95;712.00;2.44;0.18 -12254;7;3669.50;9.80;1496.00;3.26;0.42 -12256;7;4311.50;10.40;961.00;3.26;0.26 -12263;7;4931.50;10.40;1523.50;3.40;0.54 -12264;7;4414.50;9.80;881.00;1.98;0.22 -12271;7;4414.00;9.85;697.50;2.46;0.20 -12284;7;4288.50;10.20;945.50;3.46;0.24 -12287;7;3749.00;10.70;1643.50;3.14;0.30 -12288;7;4452.50;9.70;824.00;3.60;0.24 -12307;7;4127.00;10.75;1025.50;3.14;0.34 -12308;7;5132.00;10.05;290.50;3.32;0.42 -12311;7;4850.00;10.45;404.50;2.88;0.62 -12320;7;3501.50;13.30;1329.00;3.30;0.24 -12325;7;1489.00;10.30;1381.50;3.81;0.28 -12331;7;4544.00;14.55;1373.50;2.48;0.62 -12332;7;4428.50;10.80;954.00;2.58;0.32 -12334;7;2127.50;11.30;522.50;3.70;0.44 -12341;7;1294.00;10.40;1374.00;2.97;0.46 -12343;7;4387.50;10.30;640.50;4.05;0.28 -12345;7;4374.50;10.35;930.00;3.83;0.24 -12346;7;1385.00;10.20;1494.00;2.82;0.42 -12360;7;4411.50;10.10;921.50;4.05;0.40 -12361;7;1349.50;10.45;1524.00;3.60;0.44 -12370;7;3975.00;15.55;1335.50;3.14;0.48 -12380;7;3501.00;14.05;1342.50;2.62;0.18 -12382;7;5053.00;11.45;357.50;3.49;0.44 -12385;7;3943.50;10.95;1423.00;3.38;0.52 -12389;7;2823.00;9.50;1522.00;1.97;0.28 -12394;7;1850.50;9.80;272.50;3.70;0.50 -12395;7;4251.50;10.30;1066.50;1.85;0.34 -12401;7;1342.00;10.35;1406.00;3.36;0.32 -12413;7;3445.00;10.60;1214.50;4.06;0.44 -12417;7;4450.50;10.00;888.50;2.35;0.30 -12418;7;1341.50;10.40;1590.00;3.60;0.42 -12427;7;4123.00;13.15;1515.50;3.57;0.42 -12428;7;5048.50;12.80;575.50;3.84;0.52 -12430;7;3896.00;14.00;1316.00;2.89;0.34 -12432;7;4564.00;13.70;1325.50;3.99;0.36 -12433;7;4403.50;11.30;993.00;3.30;0.30 -12434;7;3563.00;9.70;1319.50;3.32;0.40 -12437;7;1447.00;9.97;1531.00;3.14;0.32 -12438;7;2069.50;12.00;534.00;2.93;0.46 -12442;7;3398.50;13.20;1222.50;3.28;0.32 -12448;7;4558.50;14.35;1391.00;3.60;0.44 -12450;7;3515.00;10.20;1330.50;3.14;0.26 -12451;7;5136.00;10.35;226.50;2.18;0.40 -12456;7;1412.00;12.30;1607.50;3.14;0.32 -12460;7;4439.00;9.80;874.50;3.66;0.30 -12467;7;4581.00;10.10;1147.50;2.55;0.36 -12469;7;4679.00;12.35;1423.50;3.64;0.42 -12478;7;4687.00;10.25;1400.50;3.14;0.32 -12482;7;4838.50;12.30;1418.50;2.07;0.26 -12484;7;5010.00;10.30;525.50;3.77;0.42 -12485;7;4731.00;9.80;1457.50;2.59;0.54 -12491;7;3711.00;10.25;1319.50;3.88;0.52 -12494;7;1815.00;10.05;231.00;3.00;0.62 -12502;7;3796.50;10.10;1899.50;2.94;1.26 -12507;7;4505.50;12.35;1526.00;3.60;0.70 -12508;7;821.00;13.85;1894.50;3.27;1.32 -12512;7;2102.50;14.10;1910.50;2.35;2.12 -12518;7;5027.00;12.00;1762.50;2.73;1.52 -12520;7;4249.00;12.82;1490.00;3.42;0.64 -12521;7;3874.00;10.30;1647.00;3.38;0.38 -12523;7;4352.50;10.80;1697.50;2.35;0.66 -12526;7;4072.50;13.95;1378.00;2.58;0.40 -12527;7;3695.50;10.40;1722.00;3.04;0.42 -12529;7;4078.00;9.75;1433.50;2.23;0.50 -12533;7;4543.50;12.40;1499.50;2.17;0.50 -12541;7;4363.50;14.65;1414.00;3.89;0.68 -12543;7;4703.00;11.80;1607.50;3.63;0.64 -12544;7;4302.50;14.85;1463.00;4.03;0.60 -12545;7;4036.50;9.70;1908.00;3.87;1.38 -12557;7;4606.00;12.20;1476.00;3.04;0.68 -12563;7;4253.00;10.97;1620.00;2.52;0.86 -12567;7;3750.50;10.40;1681.50;2.45;0.46 -12570;7;1206.50;13.50;1530.00;2.97;0.36 -12571;7;866.50;12.25;1850.00;3.10;0.96 -12575;7;4524.50;13.30;1658.50;2.85;0.80 -12577;7;1310.00;11.95;1621.00;3.33;0.34 -12578;7;977.00;14.40;1742.00;3.14;0.62 -12580;7;3972.00;10.40;1690.50;2.03;0.64 -12581;7;3915.50;11.30;1323.50;3.05;0.56 -12582;7;1506.00;11.00;1675.50;2.40;0.56 -12586;7;1298.00;10.60;1583.00;3.00;0.44 -12589;7;3107.50;11.40;99.00;3.65;0.84 -12592;7;5140.50;10.30;1909.00;3.61;2.82 -12593;7;1206.00;10.80;1784.50;3.34;0.64 -12594;7;4065.50;10.20;1534.50;3.92;0.52 -12595;7;4228.00;10.47;1705.00;3.60;0.64 -12600;7;1753.00;11.60;1839.50;2.94;1.16 -12607;7;988.00;11.97;1600.00;3.60;0.60 -12611;7;4638.50;10.15;1766.00;3.54;1.20 -12614;7;4341.50;13.40;1443.50;3.05;0.62 -12620;7;1254.50;10.90;1633.50;3.25;0.44 -12626;7;3674.00;10.50;1669.00;2.55;0.26 -12627;7;1168.00;16.25;1504.00;2.46;0.52 -12629;7;4610.50;11.95;1447.00;3.07;0.64 -12631;7;4161.00;10.60;1631.00;4.30;0.50 -12634;7;4915.00;11.80;1889.50;3.95;2.44 -12635;7;4066.00;10.32;1493.00;3.92;0.56 -12651;7;1098.50;16.50;1626.50;2.17;0.76 -12653;7;3912.00;15.22;1278.00;3.50;0.50 -12654;7;4826.50;10.10;1554.00;2.87;0.64 -12656;7;4190.50;16.30;1389.50;2.87;0.52 -12659;7;3734.50;14.70;1756.50;3.06;0.54 -12661;7;364.50;9.70;1931.00;4.62;1.92 -12662;7;4091.00;11.25;1462.00;2.78;0.54 -12677;7;3218.00;13.42;454.00;2.58;1.12 -12679;7;3990.00;9.80;1634.50;3.67;0.60 -12681;7;4476.50;10.60;1726.50;3.03;0.88 -12683;7;5140.50;12.05;1759.00;3.83;1.58 -12686;7;4465.50;15.40;1444.00;2.83;0.70 -12689;7;2546.50;11.05;1914.00;3.06;1.60 -12693;7;1331.50;11.10;1681.50;2.63;0.48 -12701;7;1498.00;11.00;1750.50;3.79;0.82 -12707;7;2824.00;11.55;875.00;3.53;0.84 -12708;7;4012.50;16.20;1164.00;3.43;0.48 -12714;7;3471.00;14.10;797.50;2.44;0.84 -12716;7;1873.00;9.70;987.50;3.07;0.92 -12720;7;1188.00;12.90;1419.00;3.14;0.42 -12721;7;1240.00;15.25;1272.00;3.30;0.54 -12724;7;4353.00;19.92;1149.00;3.48;0.46 -12732;7;4396.50;15.40;1271.50;3.36;0.54 -12738;7;1450.50;9.85;1072.00;3.53;0.64 -12740;7;3642.50;9.80;1008.00;3.70;1.04 -12743;7;3964.00;10.25;1033.50;3.86;0.48 -12750;7;4433.50;13.90;1324.50;2.91;0.58 -12751;7;2690.00;10.45;871.00;2.78;0.90 -12764;7;3200.50;9.80;1141.50;3.50;0.52 -12768;7;3567.50;10.40;976.50;3.18;1.04 -12774;7;3788.50;11.65;1077.00;2.47;0.58 -12775;7;3080.50;10.90;606.50;4.59;0.90 -12778;7;1339.50;11.10;1452.00;3.50;0.36 -12779;7;4034.00;10.20;888.50;2.86;0.32 -12780;7;3668.50;14.50;1154.00;3.08;0.56 -12783;7;1629.50;9.50;329.50;-1.37;0.98 -12789;7;4352.00;17.30;1109.50;3.02;0.54 -12793;7;3547.00;14.50;1285.00;2.76;0.40 -12803;7;1465.50;10.80;1443.50;2.64;0.42 -12809;7;3722.00;10.65;1154.50;3.24;0.56 -12811;7;1222.00;11.47;1349.00;3.52;0.56 -12813;7;3503.00;11.55;1064.00;2.82;0.58 -12817;7;2868.00;10.30;820.00;3.37;0.74 -12818;7;3626.50;12.55;1234.00;3.78;0.58 -12819;7;4416.50;14.90;1123.50;4.02;0.50 -12821;7;3546.50;14.10;894.00;2.95;0.74 -12822;7;3991.50;14.50;1176.50;2.91;0.46 -12824;7;3113.00;10.70;722.00;3.01;0.64 -12825;7;1661.00;10.00;855.50;4.20;1.36 -12829;7;3959.50;12.30;1053.50;3.25;0.46 -12834;7;2580.00;9.70;859.50;1.99;0.28 -12842;7;2817.00;12.50;1188.50;2.88;0.72 -12846;7;4312.50;17.15;1254.00;3.65;0.66 -12849;7;2823.50;10.30;1063.00;3.44;2.18 -12851;7;2770.00;10.35;872.50;2.61;0.94 -12854;7;4063.00;10.30;1012.50;2.92;0.44 -12855;7;3518.50;10.10;1203.00;3.22;0.44 -12866;7;3055.50;10.30;1130.00;3.71;0.64 -12873;7;1174.00;12.80;1235.00;3.54;0.60 -12881;7;3337.00;10.50;921.00;2.49;0.82 -12882;7;4438.00;15.25;1225.00;2.97;0.34 -12886;7;3931.00;9.80;1064.50;2.96;0.40 -12887;7;3326.50;10.70;839.50;3.31;0.78 -12895;7;3756.00;14.25;1155.00;2.48;0.74 -12899;7;4271.50;21.40;1215.50;2.56;0.84 -12900;7;2900.50;11.05;778.00;2.57;0.68 -12904;7;4766.50;10.20;337.00;2.89;1.16 -12906;7;4950.00;9.50;236.50;1.76;1.14 -12907;7;3245.50;11.90;545.50;3.92;0.86 -12908;7;3357.00;10.75;414.50;2.83;0.52 -12909;7;2145.50;11.00;596.00;3.96;0.60 -12919;7;1757.00;9.95;845.00;4.62;1.48 -12924;7;4980.50;9.65;116.00;3.96;0.52 -12928;7;1729.00;21.00;399.50;3.14;0.60 -12931;7;5083.50;15.50;543.00;2.42;0.38 -12934;7;5044.50;9.80;206.50;2.85;0.72 -12939;7;1824.00;9.80;711.50;2.95;1.42 -12940;7;3152.00;12.60;266.50;2.33;1.12 -12943;7;1849.50;9.90;482.50;3.23;0.84 -12949;7;5049.50;10.10;295.00;2.67;1.00 -12955;7;4544.50;10.60;624.50;3.23;0.46 -12965;7;1858.50;9.70;797.50;2.26;1.80 -12967;7;3365.00;14.65;527.00;3.23;0.90 -12970;7;1763.50;11.00;329.00;3.45;0.58 -12971;7;3365.00;10.50;374.50;4.29;0.74 -12973;7;1825.00;10.05;628.50;3.14;1.14 -12975;7;3004.00;11.30;594.00;2.46;0.84 -12981;7;3063.00;11.95;516.50;3.65;1.26 -12982;7;1763.50;12.10;209.50;2.14;0.78 -12983;7;1610.00;17.65;711.50;2.70;0.64 -12999;7;2043.50;10.30;824.00;3.74;1.00 -13007;7;2728.00;9.50;1515.00;2.35;0.54 -13008;7;3669.50;9.90;1453.00;3.65;0.52 -13059;7;4580.00;11.35;1841.00;3.07;1.76 -13073;7;3081.00;10.20;1140.50;3.57;0.42 -13075;7;1087.50;11.00;2001.50;2.86;1.80 -13077;7;2882.00;14.15;1245.50;2.62;0.34 -13085;7;1410.50;10.40;1119.50;2.45;0.52 -13086;7;1714.50;20.90;602.50;2.35;0.80 -13087;7;1495.00;10.82;1036.00;2.82;0.52 -13143;7;4576.00;9.90;1102.50;2.43;0.30 -13215;7;1005.50;10.10;1404.50;2.82;0.40 -13222;7;2803.00;14.25;1334.00;2.82;0.20 -13223;7;2807.00;10.40;1346.00;3.14;0.20 -4;8;3154.50;9.50;1859.50;4.60;0.88 -16;8;5278.50;9.50;1570.00;2.43;1.18 -20;8;3143.50;9.50;1200.00;1.31;0.68 -25;8;5360.50;9.50;1294.50;2.57;1.18 -34;8;3945.00;9.50;805.50;3.09;1.02 -56;8;390.00;9.50;700.50;3.45;1.00 -60;8;1683.00;10.00;874.50;-1.09;0.28 -87;8;3519.50;10.45;1821.00;3.56;0.92 -184;8;3041.50;12.30;1852.50;4.21;0.34 -209;8;3356.00;9.50;1864.50;-1.20;1.70 -210;8;2556.50;9.50;1106.50;3.11;1.40 -215;8;3252.50;9.80;1566.00;2.07;0.24 -220;8;5174.50;9.50;1508.50;2.66;1.08 -224;8;3975.50;9.50;824.50;2.98;1.08 -225;8;3158.00;9.50;1245.50;3.39;0.74 -229;8;5221.50;10.10;553.50;-0.62;1.06 -233;8;3227.00;10.40;1635.50;3.42;0.32 -318;8;3188.00;9.90;1585.50;2.46;0.24 -388;8;3062.50;9.80;1577.50;3.46;0.22 -395;8;3142.50;9.70;1614.00;2.15;0.28 -411;8;3156.00;9.50;1827.00;1.78;0.86 -423;8;5335.00;9.50;1623.00;2.91;1.08 -430;8;5119.50;9.50;533.00;-0.93;1.88 -436;8;4319.00;9.50;688.50;3.22;1.08 -453;8;3357.00;10.00;1484.50;3.81;0.20 -459;8;109.50;9.50;1296.50;2.31;0.92 -476;8;3241.50;10.30;1503.50;3.80;0.34 -507;8;2783.00;10.32;1557.00;3.60;0.20 -547;8;3428.50;9.80;1503.00;2.44;0.20 -549;8;2922.50;11.80;1497.00;4.03;0.16 -576;8;3635.50;9.60;1509.50;2.73;0.34 -593;8;3087.00;9.50;1779.50;-1.32;1.08 -608;8;3921.50;9.50;985.50;2.08;1.50 -609;8;3350.50;9.50;1216.00;1.82;0.78 -653;8;3040.50;13.55;1457.00;2.97;0.20 -685;8;3486.50;12.80;1390.50;2.19;0.26 -731;8;3479.50;12.55;1409.00;4.19;0.20 -761;8;1487.50;9.80;1829.00;3.25;1.90 -763;8;1366.00;10.70;1816.00;2.43;1.44 -786;8;3130.00;9.50;1789.00;2.77;0.82 -803;8;3306.50;9.50;1184.50;3.46;0.72 -807;8;5102.50;9.50;635.00;3.85;1.08 -812;8;4337.00;9.50;639.50;4.35;1.10 -814;8;4655.00;12.05;1344.00;3.14;0.28 -825;8;2330.50;9.50;321.50;2.86;1.26 -826;8;2523.50;9.50;1138.00;2.72;1.36 -830;8;2526.00;9.50;1507.50;3.18;1.30 -842;8;1436.50;9.50;687.50;2.16;1.24 -854;8;2843.50;12.10;1359.50;2.60;0.24 -869;8;3332.50;10.80;1293.00;2.89;0.20 -874;8;2705.00;11.80;1344.50;2.46;0.24 -930;8;4735.00;9.90;1400.50;2.72;0.38 -935;8;3160.50;12.20;1372.50;3.46;0.26 -982;8;3108.50;13.75;1396.00;2.58;0.28 -990;8;3138.50;9.50;1746.00;2.78;0.62 -1001;8;2325.00;9.50;597.50;-1.31;0.24 -1025;8;4840.50;9.50;1209.00;4.21;0.20 -1062;8;3132.50;13.80;1174.50;2.82;0.26 -1089;8;4680.00;9.80;1185.00;3.46;0.20 -1140;8;3167.00;9.80;1123.50;3.14;0.72 -1147;8;3905.00;9.80;1056.50;2.30;0.34 -1158;8;4827.00;9.50;1197.00;0.00;0.80 -1166;8;4656.00;11.80;1077.00;3.14;0.28 -1179;8;3849.00;11.10;1075.50;2.14;0.50 -1181;8;3251.00;12.65;634.50;2.98;0.68 -1211;8;3113.00;9.50;1734.50;2.29;0.92 -1229;8;3856.00;10.25;1582.00;3.92;0.44 -1234;8;4757.50;10.60;759.50;2.73;0.24 -1236;8;4373.00;9.50;607.00;3.78;0.94 -1275;8;4051.50;9.80;927.50;2.63;0.34 -1373;8;4417.00;9.70;621.00;2.49;0.28 -1375;8;3950.00;9.80;1547.50;2.98;0.58 -1378;8;3683.50;9.90;1571.50;2.48;0.32 -1434;8;3248.50;9.50;1734.50;1.54;0.62 -1445;8;1486.00;10.52;1518.00;2.94;0.32 -1447;8;5509.00;9.50;1745.50;2.61;1.30 -1452;8;3035.00;9.50;1320.00;1.76;1.24 -1458;8;4526.50;12.75;1279.00;3.05;0.34 -1459;8;3898.50;14.10;1348.50;2.53;0.56 -1503;8;1355.00;10.37;1421.00;3.14;0.22 -1554;8;3809.00;10.70;1352.00;4.10;0.60 -1597;8;4509.00;9.82;1040.00;3.92;0.30 -1617;8;4999.50;9.80;546.00;3.07;0.38 -1634;8;3425.00;11.05;1256.50;3.49;0.36 -1649;8;3767.00;9.90;1330.50;3.52;0.52 -1660;8;3189.50;9.50;1729.00;1.88;0.60 -1676;8;4247.50;15.15;1547.00;4.03;0.52 -1687;8;4294.50;9.50;707.50;2.48;0.78 -1689;8;4305.50;14.40;1508.50;3.84;0.60 -1691;8;4435.50;9.50;235.50;3.26;1.10 -1701;8;2514.00;9.50;1209.00;3.64;1.08 -1794;8;4096.50;10.00;1581.50;3.57;0.56 -1823;8;5381.00;10.02;1813.00;3.69;2.72 -1830;8;370.00;10.40;1999.50;2.29;2.30 -1839;8;5302.00;11.55;1711.50;2.34;1.68 -1846;8;3283.00;12.35;504.00;4.01;0.96 -1847;8;4745.50;10.90;1496.00;2.89;0.76 -1854;8;1035.50;15.80;1708.50;3.18;0.52 -1870;8;1282.00;10.20;1712.50;2.23;0.52 -1882;8;4332.50;20.55;1224.00;3.29;0.80 -1885;8;3166.00;9.50;1692.00;3.83;0.74 -1888;8;3735.00;13.12;1235.00;2.62;0.60 -1898;8;4057.50;21.45;1153.00;3.38;0.48 -1901;8;2872.00;10.40;1138.00;2.85;1.44 -1909;8;2614.00;11.10;821.50;2.70;0.74 -1911;8;4647.00;9.50;364.00;2.64;1.26 -1937;8;1646.00;9.77;1034.00;3.60;0.64 -1984;8;3387.00;13.32;870.00;3.64;0.80 -1990;8;4363.50;10.60;974.00;2.97;0.30 -1994;8;3088.50;10.60;1061.50;3.25;1.72 -1996;8;4294.50;14.50;1119.50;4.11;0.74 -2007;8;1661.00;10.20;897.50;2.08;0.92 -2034;8;3239.50;11.55;724.00;4.16;0.60 -2047;8;4612.50;12.75;702.00;3.09;0.56 -2064;8;3271.50;10.10;1041.00;3.00;1.00 -2074;8;4213.00;16.85;1313.00;2.25;0.78 -2078;8;3822.50;13.00;1190.50;2.22;0.60 -2088;8;3371.50;10.55;920.00;2.83;0.58 -2102;8;1187.00;14.32;1479.00;3.14;0.48 -2107;8;3139.50;9.50;1694.50;1.51;1.20 -2124;8;4667.00;9.50;531.00;-1.42;1.04 -2128;8;3812.50;9.50;808.00;3.23;1.10 -2160;8;1838.50;10.70;576.50;2.82;0.82 -2168;8;2045.50;9.90;757.50;3.05;1.02 -2174;8;1751.50;19.80;535.50;3.28;0.82 -2181;8;1993.00;11.00;550.00;2.82;0.86 -2184;8;4592.00;10.40;629.00;2.15;0.56 -2205;8;4960.50;9.70;206.50;4.61;1.10 -2230;8;3077.00;9.50;1695.00;4.49;0.92 -2231;8;2986.00;9.50;556.00;2.83;0.94 -2232;8;1682.50;9.50;1088.50;3.54;0.76 -2239;8;4610.00;9.50;523.00;-1.51;0.66 -2246;8;2606.50;9.50;1128.50;2.63;1.12 -2247;8;2404.50;9.50;1616.00;3.91;1.44 -2249;8;1071.00;9.50;184.00;3.34;1.42 -2256;8;3101.50;9.50;1656.00;3.89;1.12 -2258;8;1634.50;9.50;1091.00;3.72;1.50 -2263;8;5206.50;9.50;781.50;3.41;1.42 -2265;8;4619.00;9.50;501.50;4.04;0.94 -2282;8;3067.00;9.50;1658.50;3.54;0.70 -2284;8;1539.00;9.50;1037.00;3.54;0.84 -2291;8;4683.00;10.10;495.50;2.22;1.32 -2292;8;4210.00;9.50;804.00;3.75;0.96 -2301;8;1020.50;9.50;301.50;2.60;1.58 -2307;8;1298.00;9.50;996.50;3.14;1.24 -2309;8;3083.00;9.50;1619.00;-1.30;0.60 -2311;8;1569.50;9.50;932.00;3.18;1.20 -2326;8;2493.50;9.50;1375.00;3.30;1.26 -2333;8;3037.50;9.50;1630.50;4.27;0.88 -2341;8;4641.00;9.50;453.00;3.57;1.16 -2358;8;3005.50;9.50;1609.00;-1.49;0.60 -2361;8;1940.00;9.50;1673.00;3.29;1.52 -2370;8;3952.00;9.50;869.00;3.38;0.80 -2382;8;3016.50;9.50;1629.50;1.76;0.52 -2387;8;3696.00;9.50;430.50;2.83;1.10 -2394;8;3929.00;9.50;955.00;2.52;1.26 -2398;8;2202.00;9.50;830.00;3.98;0.92 -2400;8;2701.00;9.50;1233.00;2.48;0.72 -2408;8;2967.00;9.50;1621.00;-1.06;0.84 -2414;8;5506.50;9.50;785.50;1.99;1.00 -2415;8;5033.50;9.50;993.50;3.10;1.22 -2431;8;2994.50;9.50;1660.50;1.41;0.70 -2440;8;4595.50;9.50;499.50;3.31;1.28 -2455;8;2951.50;9.50;1695.00;4.52;1.16 -2460;8;5146.50;9.50;1679.00;2.59;1.72 -2473;8;2617.50;9.50;1680.00;2.67;1.26 -2486;8;3773.00;9.50;165.00;3.27;1.24 -2490;8;4519.00;9.50;513.00;3.76;0.86 -2491;8;3953.50;9.50;737.00;3.58;1.26 -2502;8;250.50;9.50;554.50;4.03;1.00 -2506;8;2924.50;9.50;1680.00;1.57;1.42 -2510;8;5011.50;9.50;1557.00;3.30;0.80 -2513;8;4999.50;9.50;1090.00;2.22;1.42 -2514;8;4481.50;9.50;521.00;3.84;0.94 -2519;8;3021.50;9.50;271.50;2.52;1.02 -2520;8;2314.00;9.50;61.50;2.75;1.26 -2522;8;2127.00;9.50;885.00;3.35;1.00 -2530;8;2892.00;9.75;1754.00;2.18;0.84 -2534;8;5008.50;9.50;1486.50;2.98;0.82 -2547;8;1594.00;9.50;1050.00;3.53;1.22 -2554;8;2961.00;9.50;1845.50;1.10;1.36 -2557;8;1578.50;9.50;204.00;2.69;1.32 -2558;8;4988.50;9.50;626.50;4.35;0.94 -2564;8;3886.50;9.50;1012.50;2.11;0.88 -2569;8;2045.50;9.50;886.50;3.10;1.48 -2571;8;1747.00;9.50;1074.50;1.81;1.36 -2580;8;1899.00;9.50;119.50;2.51;1.30 -2583;8;4978.00;9.50;1414.50;3.62;1.44 -2585;8;4942.00;9.50;651.00;3.23;1.08 -2590;8;3847.00;9.50;1045.50;3.21;1.10 -2597;8;1846.50;9.50;1049.00;1.66;1.02 -2609;8;4811.00;9.50;1313.00;4.58;1.28 -2640;8;3758.50;9.50;1045.00;2.87;1.12 -2643;8;2063.00;9.50;447.00;3.48;1.14 -2646;8;1300.00;9.50;1318.00;3.73;1.08 -2654;8;3550.00;9.50;631.50;2.84;1.18 -2658;8;4957.00;9.50;1281.50;2.48;0.90 -2666;8;3643.50;9.50;1072.50;2.62;0.98 -2672;8;1292.50;9.50;1253.00;3.72;1.10 -2674;8;279.00;9.50;711.00;2.78;1.46 -2683;8;1465.00;9.50;964.00;2.92;1.42 -2684;8;4902.50;9.50;1247.00;1.13;0.84 -2689;8;4400.00;9.50;571.50;3.42;0.86 -2691;8;3609.00;9.50;1095.50;3.14;1.10 -2702;8;681.00;9.50;905.50;2.55;1.46 -2704;8;3589.50;9.50;746.50;4.21;0.98 -2708;8;4790.00;9.50;1208.00;4.48;1.06 -2714;8;4448.00;9.50;542.00;2.35;1.28 -2719;8;2166.00;9.50;496.50;3.43;1.06 -2720;8;1949.50;9.50;1017.50;3.24;1.12 -2729;8;2923.50;9.50;1607.50;-1.49;0.74 -2730;8;3644.50;9.50;836.50;2.35;1.18 -2734;8;4658.50;9.50;1304.00;-1.45;1.38 -2735;8;4995.00;9.50;793.50;2.03;0.94 -2737;8;4473.50;9.50;560.00;4.71;0.76 -2747;8;289.50;9.50;763.50;3.51;1.38 -2752;8;2901.00;9.50;1592.50;0.21;0.92 -2757;8;4690.00;9.50;1245.50;3.89;1.16 -2760;8;4531.00;9.50;586.50;2.87;0.96 -2766;8;1880.50;9.50;1043.00;2.56;1.02 -2768;8;1875.50;9.50;1706.50;3.10;1.08 -2771;8;70.00;9.50;1773.50;3.34;0.98 -2776;8;3491.50;9.50;844.50;3.92;0.90 -2781;8;4752.00;9.50;1260.50;3.54;1.18 -2785;8;4582.50;9.50;555.00;3.88;0.84 -2795;8;13.00;9.50;1766.50;3.94;1.08 -2800;8;3462.00;9.50;906.00;1.65;1.42 -2809;8;4612.00;9.50;572.50;3.94;1.34 -2824;8;2819.50;9.50;1567.00;3.04;0.36 -2825;8;3367.50;9.50;1074.50;3.02;1.18 -2829;8;4725.50;9.50;1043.50;4.21;1.18 -2833;8;4645.00;9.50;636.50;3.67;1.12 -2847;8;2797.00;9.50;1515.00;1.84;0.40 -2849;8;2258.00;9.50;806.00;2.92;1.16 -2851;8;1031.00;9.50;1374.00;3.44;1.02 -2852;8;5598.50;9.50;559.00;2.67;1.28 -2855;8;5086.50;9.50;907.50;3.58;1.16 -2856;8;4773.50;9.50;835.00;4.19;1.42 -2857;8;4609.00;9.50;761.50;4.20;1.12 -2871;8;2769.50;9.50;1506.00;2.74;0.48 -2875;8;928.00;9.50;1426.50;2.31;1.44 -2876;8;4732.00;9.50;839.50;1.16;1.14 -2882;8;4587.50;9.50;734.50;2.35;0.98 -2887;8;1846.50;9.50;1157.00;2.71;1.12 -2891;8;88.00;9.50;626.50;3.52;1.10 -2893;8;1013.50;9.50;834.00;2.23;1.26 -2895;8;2774.00;9.50;1542.50;4.34;0.26 -2896;8;3576.50;9.50;1132.50;3.41;1.16 -2899;8;4719.50;9.50;764.00;2.09;1.16 -2901;8;5079.00;9.50;862.50;3.56;1.48 -2904;8;4533.00;9.50;681.00;1.10;0.98 -2919;8;3684.00;9.50;1082.50;3.02;0.82 -2921;8;812.00;9.50;1622.00;3.98;0.94 -2922;8;4740.00;9.50;732.50;3.00;0.94 -2924;8;5366.50;9.50;42.00;3.10;1.24 -2929;8;3974.00;9.57;515.00;2.72;0.96 -2942;8;2762.50;9.50;1655.50;4.68;1.24 -2945;8;801.00;9.50;1757.50;1.74;1.76 -2946;8;4613.00;9.50;805.00;3.98;1.06 -2947;8;621.00;9.50;1002.50;-0.55;1.72 -2955;8;3702.50;9.50;326.00;3.47;1.24 -2957;8;2082.00;9.50;139.00;3.56;1.18 -2970;8;656.00;9.50;1913.00;3.92;1.98 -2971;8;4667.50;9.50;854.50;3.05;1.04 -2974;8;5352.50;9.50;915.50;2.71;1.48 -3011;8;5442.00;9.50;136.50;3.83;1.66 -3072;8;3295.00;10.30;1719.00;3.46;0.24 -3104;8;3130.50;10.75;1883.00;2.67;0.28 -3137;8;3179.00;9.60;1770.00;3.46;0.24 -3185;8;3267.50;10.10;1818.50;4.09;0.32 -3195;8;2763.00;9.50;1719.00;1.57;1.16 -3204;8;4624.00;9.50;1016.50;2.69;0.94 -3218;8;4479.00;9.50;799.50;4.11;0.98 -3238;8;2193.50;9.50;1614.00;3.82;1.66 -3239;8;1424.00;9.50;1065.00;2.95;1.22 -3253;8;435.00;9.50;1958.50;3.45;1.70 -3295;8;3103.50;9.80;1589.00;2.27;0.32 -3385;8;3621.50;9.75;1581.00;4.29;0.22 -3392;8;3177.50;9.80;1567.00;2.58;0.28 -3405;8;2085.00;9.50;1013.50;3.70;1.12 -3408;8;256.00;9.50;1373.50;3.02;1.34 -3410;8;3140.50;11.30;1511.50;2.35;0.24 -3425;8;4443.50;9.50;786.00;3.24;1.02 -3442;8;1496.00;9.50;1006.00;3.46;0.88 -3444;8;2902.50;9.70;1551.00;3.50;0.20 -3458;8;3142.50;10.10;1545.50;2.60;0.26 -3485;8;3068.50;12.10;1531.00;2.49;0.26 -3488;8;2899.50;11.45;1529.00;3.30;0.18 -3506;8;2858.00;9.90;1481.00;3.46;0.26 -3520;8;3347.50;9.95;1536.00;3.78;0.20 -3526;8;3163.50;11.05;1346.00;2.49;0.18 -3544;8;3130.00;9.80;1564.00;3.46;0.22 -3590;8;2690.00;9.50;1664.50;-0.33;1.02 -3612;8;1458.00;9.50;719.00;-1.11;0.20 -3616;8;4443.00;9.50;739.00;2.94;0.92 -3625;8;2943.50;9.50;653.00;2.49;0.94 -3660;8;2959.50;15.20;1454.00;4.03;0.18 -3669;8;2873.50;10.20;1473.00;2.67;0.22 -3670;8;1534.50;9.50;722.50;-1.13;0.22 -3672;8;3513.50;10.60;1388.50;4.20;0.22 -3705;8;2984.50;10.85;1488.00;2.67;0.20 -3795;8;3482.00;9.82;1218.00;3.14;0.44 -3806;8;1657.50;10.30;1592.50;3.00;0.20 -3809;8;4413.00;9.50;760.50;2.70;0.78 -3818;8;2932.50;9.50;707.00;3.63;0.78 -3869;8;1153.00;17.90;1556.50;2.21;0.44 -3986;8;2731.00;12.35;1318.50;2.46;0.24 -3990;8;2712.50;9.50;1591.00;3.20;0.70 -4002;8;4373.00;9.50;834.00;4.00;1.24 -4016;8;4368.50;9.50;787.50;4.23;0.90 -4026;8;2841.50;9.50;740.00;3.08;0.94 -4051;8;3010.00;11.05;1173.00;2.11;0.28 -4095;8;2756.00;11.95;1283.00;3.46;0.24 -4158;8;4612.00;9.70;1181.00;2.49;0.26 -4183;8;4593.00;11.60;1078.50;2.76;0.26 -4210;8;4347.50;13.20;1032.00;3.44;0.40 -4212;8;2673.50;9.50;1557.00;4.40;1.12 -4225;8;4472.00;9.50;597.50;3.52;0.90 -4236;8;4624.50;11.45;681.00;3.21;0.36 -4240;8;4423.50;9.50;806.00;2.17;1.28 -4244;8;3738.00;9.50;622.50;2.81;0.90 -4290;8;4961.50;10.90;1549.50;2.60;0.60 -4298;8;3650.00;9.82;1801.00;2.76;0.80 -4370;8;2749.50;9.50;1538.50;3.40;0.52 -4445;8;1671.50;11.70;1622.50;2.82;0.42 -4451;8;4642.50;9.50;597.00;3.18;1.10 -4465;8;5031.50;9.50;1426.50;4.46;0.98 -4466;8;4536.50;9.50;838.00;2.75;1.12 -4480;8;4520.00;11.60;1084.50;3.36;0.34 -4484;8;2008.50;9.50;1668.50;3.63;1.56 -4495;8;4626.50;13.75;1373.00;2.42;0.44 -4527;8;1476.50;10.20;1529.50;3.00;0.24 -4575;8;1931.00;9.80;380.00;2.94;0.64 -4584;8;3224.00;14.00;148.50;3.06;1.00 -4616;8;4202.00;9.70;1046.50;2.12;0.28 -4662;8;2629.50;9.50;1608.00;1.93;0.96 -4684;8;4910.50;9.50;653.00;3.04;0.98 -4689;8;4558.50;9.50;879.00;2.12;1.04 -4695;8;1192.50;11.20;1947.50;2.21;1.44 -4698;8;3502.00;9.50;174.00;3.29;1.32 -4744;8;5435.50;9.70;1903.00;3.29;2.58 -4751;8;4193.50;14.90;1499.50;3.07;0.78 -4759;8;1215.00;10.90;1713.50;2.03;0.50 -4768;8;4027.50;10.10;1369.50;3.42;0.44 -4792;8;4603.50;11.50;1511.50;3.68;0.72 -4807;8;1345.50;10.75;1628.00;3.38;0.48 -4812;8;4457.50;10.75;1858.00;2.46;1.44 -4831;8;4258.50;10.70;1825.50;3.75;1.22 -4875;8;1334.00;11.10;1756.00;3.27;0.70 -4878;8;4862.50;9.80;1837.00;4.02;1.32 -4885;8;2719.50;9.50;1486.00;3.09;0.86 -4887;8;1213.00;16.00;1189.50;3.79;0.64 -4899;8;4793.00;9.50;628.50;2.05;1.46 -4902;8;3124.50;10.60;955.50;3.59;1.54 -4969;8;1606.50;9.70;993.50;3.57;0.72 -4994;8;4197.00;22.15;1162.00;3.24;0.66 -5008;8;1941.00;10.40;886.00;2.35;1.62 -5026;8;1726.00;9.80;948.50;2.08;1.26 -5046;8;2656.50;13.80;1124.00;2.67;0.42 -5049;8;3679.50;9.80;1017.50;3.76;0.84 -5084;8;3160.00;11.50;802.00;2.75;1.24 -5089;8;3590.50;12.20;1161.50;3.68;0.68 -5101;8;2817.00;10.20;923.50;3.67;1.04 -5108;8;2777.00;9.50;1438.00;1.57;0.76 -5127;8;4505.50;9.50;938.00;2.57;1.24 -5144;8;604.50;9.50;280.50;2.79;1.34 -5150;8;746.00;9.55;1813.50;3.62;1.10 -5164;8;3409.00;10.65;402.00;3.14;0.78 -5170;8;4676.00;10.65;290.00;3.46;0.66 -5199;8;3235.00;13.20;413.50;4.16;0.56 -5206;8;4975.00;10.25;353.50;3.85;0.88 -5214;8;1862.50;9.80;918.50;2.97;1.18 -5233;8;2746.50;9.50;1415.50;2.35;0.78 -5238;8;4852.00;9.50;568.00;2.65;1.18 -5240;8;5085.00;9.50;42.00;2.53;1.48 -5244;8;4502.50;9.50;970.50;1.53;1.40 -5246;8;3558.50;9.50;703.50;2.82;1.30 -5247;8;3466.50;9.50;309.50;2.85;1.30 -5248;8;2805.50;9.50;625.50;2.49;1.08 -5257;8;878.50;9.50;1722.00;1.41;1.38 -5263;8;4840.50;9.50;466.50;2.63;1.04 -5266;8;5274.50;9.50;1197.00;2.05;1.20 -5267;8;4831.00;9.50;699.00;3.14;1.04 -5269;8;4546.50;9.50;984.50;4.37;1.42 -5273;8;2801.00;9.50;561.50;3.57;1.14 -5282;8;830.00;9.50;1719.50;3.04;0.94 -5284;8;2643.50;9.50;1370.00;3.35;0.80 -5291;8;2894.00;10.47;1502.00;3.14;0.22 -5294;8;4770.50;9.50;681.50;4.19;1.16 -5316;8;4959.00;9.50;499.00;2.67;1.38 -5318;8;5149.50;9.50;143.50;3.62;1.16 -5320;8;4861.00;9.50;610.00;2.35;1.00 -5321;8;4970.00;9.50;1629.50;3.00;1.10 -5322;8;4670.50;9.50;1056.50;4.02;0.94 -5335;8;822.00;9.50;1671.00;4.40;1.32 -5336;8;2623.00;9.50;1309.00;3.88;0.86 -5340;8;4947.00;9.50;439.00;2.67;0.76 -5341;8;5193.50;9.50;229.00;2.99;1.04 -5343;8;4706.50;11.50;632.50;-1.30;1.74 -5345;8;4652.00;9.50;1030.50;3.25;0.94 -5355;8;24.00;9.50;962.50;3.39;1.04 -5358;8;1335.50;9.50;895.00;2.54;0.94 -5363;8;607.50;9.50;1003.50;3.10;1.18 -5364;8;5074.50;9.50;505.00;2.41;1.46 -5365;8;5161.00;9.50;277.50;4.13;1.32 -5367;8;4701.05;9.50;1014.56;3.75;1.12 -5374;8;1941.00;9.50;1485.50;2.30;1.20 -5381;8;848.00;9.50;1583.50;2.25;1.16 -5382;8;2686.50;9.50;1262.00;3.38;0.62 -5386;8;5559.00;9.50;97.00;4.03;1.76 -5388;8;3343.50;9.60;1114.50;2.84;1.04 -5390;8;4809.00;9.57;599.00;2.70;1.30 -5394;8;3426.50;9.50;545.00;3.98;1.16 -5395;8;3320.50;9.50;170.00;2.67;1.38 -5407;8;2721.00;9.50;1249.50;4.61;0.58 -5412;8;3272.50;9.50;1346.50;1.37;0.66 -5414;8;4737.00;9.50;520.00;-0.89;1.22 -5424;8;1663.50;9.50;201.00;2.67;1.20 -5430;8;881.00;9.50;1500.50;1.71;0.64 -5431;8;2786.00;9.50;1267.50;4.24;0.78 -5438;8;4778.50;9.75;513.00;4.26;0.82 -5452;8;1378.00;9.85;843.50;3.88;1.48 -5454;8;2808.00;9.50;1305.50;4.46;0.84 -5463;8;4674.50;9.50;885.50;1.47;0.82 -5473;8;1669.00;9.50;113.50;2.83;0.98 -5479;8;2851.50;9.50;1294.00;3.47;0.94 -5498;8;1831.50;9.50;1406.00;3.95;0.86 -5505;8;2861.50;9.50;1367.50;4.13;1.00 -5507;8;1772.50;9.90;1163.00;3.94;1.54 -5510;8;4988.50;9.60;84.50;3.59;1.02 -5511;8;5500.00;9.50;204.00;2.20;1.16 -5513;8;4858.00;9.50;493.50;4.21;1.06 -5515;8;4716.00;9.50;574.00;2.58;1.12 -5531;8;2896.00;9.50;1293.00;2.82;0.88 -5533;8;1835.00;9.50;1103.00;4.16;1.12 -5538;8;4902.00;9.50;492.50;3.33;0.86 -5539;8;4430.50;9.70;671.50;-0.68;0.92 -5555;8;2930.50;9.50;1389.00;4.45;0.86 -5563;8;5005.50;9.50;492.50;2.35;1.30 -5578;8;991.00;9.50;1343.00;2.31;1.50 -5579;8;2946.50;10.55;1361.00;4.28;0.84 -5581;8;1725.00;9.50;1223.00;3.07;1.44 -5584;8;4633.50;9.50;178.00;1.93;1.00 -5585;8;5614.50;9.50;163.50;2.73;0.94 -5586;8;5194.50;9.50;1389.00;2.56;1.20 -5587;8;5115.00;9.50;477.50;2.69;1.26 -5605;8;2956.50;9.50;1298.00;3.36;0.86 -5607;8;1715.00;9.50;1147.50;2.88;1.54 -5609;8;5421.00;9.50;372.50;3.14;1.08 -5611;8;5601.00;9.50;204.00;3.50;1.20 -5613;8;5033.50;9.50;456.50;4.15;0.98 -5614;8;5134.50;9.50;1461.50;2.66;1.26 -5615;8;4435.00;9.52;630.00;4.61;0.82 -5626;8;456.50;9.50;300.00;3.79;1.10 -5630;8;1062.50;9.50;1314.00;4.00;1.26 -5631;8;2978.50;9.50;1215.50;4.54;0.88 -5635;8;5492.00;9.50;250.50;4.35;1.16 -5637;8;5529.00;9.50;152.00;1.37;1.68 -5638;8;5286.50;9.50;1039.00;2.96;1.28 -5639;8;5062.00;9.50;415.50;3.73;0.94 -5641;8;4495.50;9.50;627.00;3.63;1.20 -5651;8;452.50;9.50;137.50;2.59;1.42 -5654;8;1211.00;9.50;711.50;4.11;0.98 -5655;8;1091.50;9.50;1223.50;3.23;1.26 -5656;8;2975.00;9.50;1346.00;3.60;1.00 -5658;8;1632.00;9.50;1185.50;4.17;0.58 -5660;8;5406.50;9.85;412.00;2.24;0.90 -5664;8;4965.00;9.50;1216.00;4.21;1.34 -5666;8;4558.50;9.50;582.00;3.42;1.00 -5681;8;3051.50;9.50;1294.00;2.53;0.80 -5687;8;3415.50;9.50;1876.00;2.89;0.84 -5692;8;4317.00;9.50;902.50;2.06;1.00 -5700;8;1627.50;9.50;1236.50;2.14;1.08 -5706;8;1157.00;9.50;1179.50;2.95;0.94 -5707;8;3063.50;9.50;1267.50;3.58;1.36 -5711;8;5609.50;9.50;238.50;1.94;1.46 -5716;8;5014.00;9.50;1248.50;4.11;1.02 -5718;8;4320.00;9.50;871.50;3.47;0.94 -5733;8;3056.50;9.50;1208.50;1.61;1.16 -5735;8;1558.00;9.50;1205.00;1.78;1.46 -5740;8;3510.00;9.50;2000.00;4.26;2.04 -5741;8;5406.50;9.50;316.00;4.18;1.22 -5765;8;3296.00;9.50;1991.50;-1.45;1.10 -5771;8;4955.00;9.50;128.00;2.62;1.08 -5786;8;3007.00;9.50;1412.00;4.58;0.82 -5790;8;5355.50;9.50;475.50;2.61;1.14 -5792;8;3100.00;9.50;1988.00;0.99;1.98 -5793;8;5352.50;9.50;335.50;2.75;0.88 -5805;8;1497.50;9.50;405.00;3.65;1.66 -5812;8;3031.50;9.50;1391.50;3.62;0.78 -5823;8;4269.50;9.50;931.50;2.71;0.86 -5830;8;1911.00;9.50;1981.50;3.77;1.32 -5838;8;3074.50;9.50;1351.00;-0.64;1.24 -5842;8;5182.00;9.50;543.00;3.62;1.40 -5847;8;5589.00;9.50;1187.50;2.55;1.56 -5853;8;2742.00;9.50;388.50;2.33;0.84 -5864;8;3078.50;9.50;1317.50;4.60;0.60 -5866;8;1481.50;9.50;1265.50;2.20;1.20 -5868;8;5285.00;9.50;520.50;1.67;1.34 -5869;8;3014.00;9.50;1906.00;1.75;1.96 -5870;8;5335.00;9.50;384.50;2.33;1.32 -5873;8;4211.50;9.50;994.00;3.60;0.98 -5913;8;3141.00;9.70;1284.00;2.15;1.06 -5922;8;5077.00;9.50;1387.00;2.71;1.04 -5942;8;2923.00;9.50;1813.00;1.57;1.34 -5946;8;5011.00;9.50;1344.00;4.71;1.06 -5951;8;1909.00;9.50;282.50;4.22;1.52 -5960;8;4390.00;9.50;686.50;0.99;1.48 -5961;8;3171.00;9.50;1196.00;-1.22;0.94 -5967;8;5128.50;9.50;328.00;3.95;0.90 -5970;8;5022.50;9.50;1296.00;3.25;0.82 -5975;8;1996.50;9.50;335.50;3.00;1.30 -5977;8;1803.00;9.50;2007.00;2.46;0.94 -5984;8;4355.50;9.50;744.50;2.28;1.08 -5985;8;3231.00;9.50;1182.00;3.30;0.62 -6011;8;3283.50;9.50;1179.50;1.72;0.78 -6030;8;5089.50;9.50;372.50;3.82;1.00 -6064;8;217.50;9.50;1852.50;2.65;1.12 -6076;8;3207.50;10.60;1934.00;2.97;0.34 -6086;8;3322.00;10.45;1704.00;2.35;0.28 -6114;8;2951.50;15.40;1792.50;3.23;0.32 -6130;8;3113.00;11.52;1959.00;2.35;0.40 -6173;8;3004.50;10.50;1848.00;2.67;0.40 -6174;8;3278.00;9.95;1730.00;2.82;0.22 -6181;8;3312.00;10.50;1919.00;3.60;0.24 -6207;8;2998.00;13.87;1798.00;3.68;0.32 -6219;8;3342.50;9.50;1188.00;1.87;0.70 -6223;8;1436.00;9.50;1354.50;3.22;1.38 -6256;8;2074.00;9.50;397.00;2.01;1.06 -6320;8;2735.50;11.40;1648.50;2.60;0.22 -6342;8;3168.00;10.40;1659.50;3.42;0.26 -6354;8;3288.50;9.90;1607.50;2.35;0.20 -6362;8;3454.50;10.00;1628.50;3.33;0.24 -6418;8;3017.00;11.97;1518.00;3.14;0.22 -6419;8;3354.00;9.50;1249.00;2.03;0.92 -6422;8;1496.00;9.50;1311.50;3.73;1.08 -6442;8;4970.00;9.50;1448.50;3.40;1.08 -6443;8;4184.50;9.50;989.50;2.58;0.84 -6451;8;3318.50;9.90;1486.50;3.54;0.26 -6533;8;2823.00;10.15;1475.50;3.52;0.24 -6535;8;2928.00;9.97;1557.00;3.14;0.20 -6540;8;2972.50;11.00;1495.50;3.92;0.24 -6583;8;2900.00;11.40;1516.50;3.14;0.26 -6598;8;2873.50;9.70;1543.50;2.94;0.16 -6608;8;3297.00;9.50;1250.00;2.67;0.96 -6612;8;1486.50;9.50;1350.50;2.98;0.94 -6618;8;2835.50;9.90;1430.50;3.33;0.24 -6627;8;5177.50;9.50;478.50;4.11;1.26 -6632;8;4926.00;9.50;1396.50;2.72;1.22 -6633;8;4144.00;9.50;954.50;3.95;1.14 -6666;8;2906.00;9.80;1448.50;2.46;0.26 -6673;8;3012.00;12.95;1451.00;3.60;0.14 -6703;8;3097.00;9.80;1459.50;2.76;0.22 -6708;8;3012.50;12.00;1481.50;3.33;0.22 -6740;8;1647.50;10.40;1794.00;3.01;1.22 -6779;8;1129.00;11.30;1933.00;2.48;1.24 -6798;8;1251.00;11.10;1380.50;3.52;0.56 -6801;8;3174.50;9.50;1264.00;4.45;1.02 -6805;8;1521.00;9.50;1268.00;3.33;1.04 -6819;8;5301.50;9.50;483.00;1.94;0.74 -6824;8;4941.50;9.50;1363.50;4.11;1.12 -6836;8;2814.00;10.10;1352.50;3.81;0.22 -6845;8;1632.00;9.72;1547.00;2.55;0.20 -6860;8;4750.00;11.07;1335.00;3.14;0.24 -6861;8;923.00;10.10;1483.50;3.14;0.32 -6925;8;3316.50;11.25;1314.00;3.83;0.28 -6929;8;1598.50;10.20;1535.50;2.07;0.18 -6943;8;1603.50;9.70;1475.50;2.73;0.28 -7002;8;3255.00;9.50;1246.00;2.35;1.02 -7010;8;5169.00;9.50;597.00;-1.48;1.58 -7028;8;4881.50;9.50;1356.50;1.98;1.22 -7029;8;4097.50;9.50;906.50;2.22;1.20 -7036;8;3820.00;9.50;262.00;2.65;1.20 -7062;8;5359.50;9.50;854.00;3.38;1.18 -7090;8;4106.50;13.25;968.00;3.04;0.36 -7120;8;2339.00;9.50;581.00;-1.32;0.22 -7143;8;3326.00;14.05;1270.00;2.35;0.22 -7216;8;3248.50;10.00;1113.50;3.99;0.50 -7226;8;3223.00;9.50;1273.00;1.69;1.00 -7230;8;1665.00;9.50;1220.50;3.34;1.00 -7235;8;5158.50;9.50;578.00;1.28;1.00 -7239;8;2761.00;10.30;1580.50;3.42;0.20 -7253;8;4065.00;9.50;855.00;3.77;0.92 -7287;8;5431.50;9.50;810.00;3.19;1.08 -7364;8;1701.50;10.10;1948.00;2.89;2.24 -7452;8;3175.00;9.50;1308.00;-1.18;1.08 -7461;8;5078.50;9.50;604.50;1.97;0.94 -7468;8;2808.00;9.50;1601.00;4.50;0.46 -7472;8;5458.50;9.50;450.00;2.93;0.98 -7479;8;4051.00;9.50;803.50;4.37;1.00 -7548;8;3111.00;12.80;511.50;3.95;1.44 -7563;8;3670.50;9.80;1337.00;2.57;0.58 -7593;8;4172.00;9.90;1051.00;2.44;0.44 -7647;8;4345.00;12.50;972.50;2.12;0.24 -7671;8;3397.00;10.72;1259.00;2.76;0.24 -7678;8;3235.00;9.50;1336.50;4.24;0.40 -7704;8;4962.50;9.50;1323.00;2.85;1.18 -7705;8;4088.00;9.50;777.00;3.74;0.90 -7735;8;605.00;9.50;1096.50;2.60;1.04 -7767;8;4811.00;10.60;1470.00;2.86;0.46 -7796;8;3814.00;9.80;1808.50;3.31;0.76 -7848;8;4735.50;11.00;1581.50;4.15;0.58 -7855;8;157.28;10.20;2022.66;4.63;2.30 -7858;8;927.50;11.10;1916.50;3.61;1.44 -7878;8;5276.00;9.70;1636.50;3.09;1.50 -7893;8;1680.00;11.00;1740.50;3.14;0.88 -7901;8;1132.00;10.40;2018.00;3.95;1.96 -7906;8;3265.50;9.50;1391.00;2.59;1.00 -7910;8;1610.50;9.50;1283.00;1.77;1.08 -7932;8;4835.50;9.50;1234.50;-0.69;1.26 -7933;8;4032.00;9.50;770.00;3.66;1.14 -7935;8;1116.00;14.40;1336.00;3.46;0.60 -7939;8;2895.50;10.60;916.50;2.78;0.92 -7969;8;3580.50;13.90;1255.50;3.63;0.44 -8013;8;3830.50;14.70;1129.50;2.22;0.62 -8023;8;4386.50;13.90;1058.50;3.25;0.36 -8081;8;4467.50;13.40;1287.50;3.40;0.54 -8100;8;4005.00;11.65;873.00;3.38;0.32 -8101;8;3408.00;11.50;1168.50;2.57;0.74 -8131;8;3306.50;9.50;1423.50;1.86;1.46 -8135;8;1570.00;9.50;1343.50;2.19;0.84 -8140;8;2062.50;12.20;607.50;2.35;0.92 -8150;8;4809.00;9.50;1174.00;3.33;0.98 -8151;8;4074.00;9.50;730.50;3.74;0.98 -8161;8;1720.00;11.85;185.50;3.47;0.68 -8189;8;1925.50;9.80;581.50;3.09;1.04 -8193;8;3052.00;11.45;612.50;2.69;0.96 -8207;8;2978.50;12.00;631.50;2.86;1.24 -8213;8;1676.50;9.80;799.00;2.33;1.08 -8219;8;3036.50;11.10;547.50;2.91;0.62 -8237;8;4844.50;10.70;359.50;3.61;0.96 -8256;8;3287.00;9.50;1372.50;4.59;1.18 -8261;8;4302.50;9.50;764.00;3.64;0.98 -8271;8;2551.00;9.50;689.00;3.68;1.10 -8275;8;1139.00;9.50;426.50;3.91;1.24 -8282;8;3358.00;9.50;1438.50;-1.49;0.84 -8288;8;2810.00;9.50;1807.00;2.74;1.26 -8289;8;2796.00;9.50;379.00;4.71;1.00 -8290;8;5576.50;9.50;682.00;3.09;1.12 -8308;8;3345.50;9.50;1398.00;4.12;1.36 -8313;8;4253.50;9.50;871.50;3.11;0.74 -8314;8;2727.00;9.50;1557.00;2.35;0.64 -8315;8;5547.00;9.50;420.00;2.59;1.10 -8326;8;3202.00;9.50;2027.50;1.84;1.04 -8327;8;1097.00;9.50;374.50;2.05;1.30 -8330;8;258.50;9.50;1796.50;3.88;1.54 -8331;8;372.00;9.50;1008.50;2.61;1.26 -8334;8;3400.50;9.50;1373.00;4.29;1.30 -8340;8;2737.50;9.50;1611.50;1.53;0.88 -8343;8;4761.50;9.50;1096.00;2.62;1.16 -8363;8;1555.50;9.50;1395.00;3.26;0.92 -8367;8;2718.00;9.50;1751.50;3.27;1.14 -8370;8;3695.50;9.50;1986.00;1.49;2.28 -8371;8;4700.50;9.50;1101.50;3.86;1.26 -8384;8;427.00;9.50;1015.50;3.67;1.06 -8389;8;1624.00;9.50;1427.50;1.95;1.06 -8394;8;5536.50;9.50;501.50;2.04;0.98 -8396;8;4707.99;9.50;1183.46;-0.36;1.16 -8410;8;416.50;9.50;1055.00;3.69;1.16 -8412;8;4748.00;9.50;684.00;1.92;0.72 -8418;8;2626.00;9.50;1572.50;3.14;1.08 -8419;8;5592.50;9.50;511.00;3.47;1.22 -8420;8;5524.00;9.50;948.00;3.71;1.34 -8427;8;2276.50;9.50;755.50;3.46;1.18 -8442;8;2593.00;9.50;1570.00;2.72;1.04 -8445;8;4713.00;9.50;1284.00;-1.17;1.32 -8453;8;2384.00;9.50;1293.00;4.06;1.78 -8465;8;1633.50;9.50;1464.50;4.20;1.24 -8472;8;4855.50;9.50;1148.00;3.35;0.98 -8492;8;1627.50;9.70;1509.00;4.56;1.20 -8499;8;4847.52;9.50;1091.09;1.86;0.82 -8507;8;2231.50;9.50;651.00;3.63;1.16 -8518;8;1673.50;9.50;1553.50;4.63;0.94 -8529;8;3982.00;9.50;59.00;3.30;1.16 -8543;8;1721.50;9.50;1605.50;4.29;1.14 -8546;8;2751.50;9.50;1465.00;2.53;0.48 -8548;8;4774.50;9.50;1005.50;3.92;1.06 -8563;8;655.50;9.50;558.50;4.14;0.96 -8566;8;1771.00;9.50;1629.50;4.24;1.14 -8567;8;51.00;9.50;196.50;2.23;1.64 -8572;8;4721.00;9.50;882.00;-1.05;1.18 -8589;8;1883.00;9.50;1656.50;3.07;1.22 -8592;8;2777.50;9.50;1406.00;1.57;0.76 -8595;8;4742.00;9.50;947.50;3.31;1.20 -8614;8;1798.00;9.50;1690.00;4.44;1.36 -8618;8;2693.00;9.50;1421.50;3.95;0.88 -8621;8;2862.50;9.50;1547.50;1.18;0.58 -8639;8;3449.00;9.50;487.00;3.42;1.30 -8642;8;1762.00;10.75;1716.50;-1.35;1.46 -8660;8;453.50;9.50;398.50;2.15;1.08 -8663;8;438.00;9.50;884.50;3.80;1.16 -8670;8;4790.50;9.50;737.50;2.69;1.14 -8673;8;5462.00;9.50;679.00;4.11;1.22 -8674;8;5590.50;9.50;1325.50;3.92;1.12 -8676;8;4703.00;9.50;964.50;2.00;1.10 -8696;8;4797.00;9.50;787.00;3.29;0.96 -8701;8;4677.00;9.50;924.50;2.17;0.54 -8723;8;2568.00;9.50;1432.50;3.97;1.56 -8727;8;4701.50;9.50;807.00;2.19;1.32 -8751;8;4739.00;9.50;801.00;-1.19;0.86 -8766;8;3409.00;9.50;974.50;3.62;1.14 -8772;8;2620.00;9.50;1272.00;4.10;0.82 -8774;8;4668.00;9.50;763.00;2.58;1.16 -8778;8;2351.00;9.50;132.00;2.42;1.32 -8788;8;3617.50;9.50;883.50;3.39;1.30 -8791;8;4881.50;9.50;1194.00;3.89;1.34 -8793;8;2769.50;9.50;1255.50;3.07;0.68 -8797;8;4653.00;9.50;706.50;4.50;1.26 -8814;8;1930.50;9.50;81.50;2.83;1.04 -8815;8;1462.00;9.50;1912.50;2.81;1.58 -8822;8;4674.00;9.50;676.00;4.24;1.00 -8845;8;2829.50;9.50;1335.50;3.71;0.92 -8857;8;1558.00;9.50;989.50;3.36;1.12 -8872;8;5278.50;9.50;602.00;3.05;1.70 -8889;8;2529.00;9.50;872.00;1.81;1.04 -8893;8;5209.00;9.50;1480.50;2.33;0.90 -8895;8;2905.50;9.50;1339.00;3.51;0.92 -8898;8;4822.50;9.50;645.00;3.84;0.96 -8914;8;1541.50;9.50;2024.00;2.85;1.62 -8934;8;384.00;9.50;1706.50;2.55;1.16 -8937;8;2661.00;9.50;1209.00;2.82;0.90 -8941;8;2930.50;9.50;1298.00;2.53;0.90 -8945;8;4939.50;9.50;559.50;2.02;1.32 -8947;8;4325.50;9.50;377.00;2.64;1.14 -8956;8;32.50;9.50;1148.00;3.04;1.24 -8968;8;2797.00;9.50;1807.50;4.70;1.58 -8986;8;1777.00;9.50;88.50;3.47;1.14 -8987;8;1475.50;9.50;511.00;2.80;0.96 -8993;8;4993.50;9.50;432.00;2.33;1.12 -9009;8;1831.00;9.55;197.50;2.87;1.56 -9013;8;3015.50;9.50;1259.00;2.14;1.32 -9014;8;5343.50;9.50;514.50;4.37;1.00 -9015;8;5420.50;9.50;1283.00;2.67;1.28 -9023;8;2750.00;9.50;2002.00;2.83;1.44 -9049;8;3082.00;9.50;1167.00;-1.27;0.86 -9056;8;3208.50;10.40;1787.50;3.54;0.22 -9076;8;2329.50;9.50;1505.00;3.91;1.58 -9082;8;3355.00;10.40;1755.50;1.93;0.20 -9092;8;1545.00;9.50;1829.50;3.39;1.22 -9173;8;3039.00;11.00;1766.50;3.66;0.28 -9177;8;3344.00;9.80;1700.00;3.73;0.26 -9183;8;3224.00;9.90;1762.00;3.46;0.22 -9209;8;3048.00;9.90;1716.50;2.76;0.24 -9242;8;3308.50;11.70;1667.00;2.97;0.24 -9251;8;3021.00;10.42;1673.00;2.15;0.28 -9268;8;2784.00;10.10;1579.50;2.62;0.26 -9278;8;3405.00;9.90;1654.00;3.73;0.28 -9363;8;2903.00;9.75;1561.50;3.52;0.20 -9365;8;3565.50;10.20;1576.50;3.03;0.26 -9417;8;3426.50;9.60;1463.50;2.82;0.16 -9444;8;2884.50;11.05;1523.00;3.01;0.16 -9457;8;3087.00;10.50;1525.50;3.14;0.20 -9478;8;2805.00;10.30;1470.00;2.82;0.24 -9494;8;3161.50;9.80;1524.50;3.76;0.28 -9496;8;3027.00;9.70;1570.00;3.38;0.28 -9516;8;3464.00;9.80;1494.00;3.46;0.24 -9535;8;3032.00;10.15;1549.50;3.73;0.24 -9549;8;3587.00;9.70;1535.00;2.15;0.26 -9625;8;2866.50;10.10;1455.00;3.26;0.26 -9728;8;2877.50;10.55;1410.00;2.09;0.18 -9794;8;3003.00;10.80;1373.00;3.14;0.22 -9906;8;3145.50;11.10;1385.50;3.23;0.24 -9933;8;2775.00;13.25;1340.50;3.66;0.24 -9970;8;4576.00;10.65;1059.00;3.73;0.28 -9975;8;3937.00;10.00;1027.00;3.46;0.42 -9986;8;3163.00;11.80;541.50;2.84;0.70 -10042;8;4657.00;13.02;1091.00;2.67;0.30 -10082;8;2950.00;9.60;1209.50;2.55;0.34 -10098;8;4604.50;9.85;1224.00;3.38;0.22 -10176;8;1617.00;9.70;1839.50;3.73;0.82 -10227;8;4399.50;10.30;726.50;3.03;0.26 -10230;8;1689.00;11.70;1651.00;3.38;0.34 -10249;8;1574.50;10.80;1682.00;3.75;0.50 -10256;8;3737.50;10.00;1581.50;2.06;0.42 -10271;8;890.00;10.42;1666.00;3.52;0.40 -10273;8;880.50;13.90;1772.50;3.84;0.56 -10343;8;1566.00;11.25;1509.00;3.33;0.40 -10345;8;2202.50;10.90;741.00;3.67;0.52 -10391;8;1347.00;10.95;1536.50;1.84;0.36 -10432;8;2102.00;13.20;502.00;2.67;0.40 -10451;8;4523.50;13.85;1327.00;4.12;0.40 -10457;8;1397.50;10.10;1537.50;3.36;0.34 -10473;8;4730.00;10.80;247.50;2.16;0.72 -10490;8;4376.00;10.90;1261.00;2.86;0.60 -10529;8;3998.00;10.40;1715.00;2.94;0.70 -10540;8;5325.50;11.30;1862.50;2.17;3.16 -10585;8;1228.00;11.10;1940.50;3.63;1.48 -10613;8;4177.50;9.90;1685.50;3.29;0.74 -10629;8;4484.00;14.60;1358.00;2.73;0.50 -10638;8;4692.50;12.80;1484.50;2.35;0.84 -10677;8;3747.00;11.02;1857.00;3.04;0.92 -10680;8;4055.00;11.40;1457.50;3.44;0.50 -10694;8;267.00;9.67;1849.00;-1.12;1.10 -10747;8;1647.50;11.75;960.00;3.25;0.66 -10751;8;4107.00;9.95;1077.50;3.86;0.32 -10771;8;2683.50;10.00;922.00;2.39;0.72 -10776;8;4386.50;12.60;1014.50;2.87;0.50 -10811;8;3480.50;10.50;1269.50;3.54;0.38 -10821;8;3985.50;20.85;1259.00;4.14;0.76 -10873;8;3679.00;12.05;1210.00;3.38;0.58 -10884;8;2977.50;11.05;1139.00;3.45;1.12 -10894;8;1183.00;12.50;1386.00;3.14;0.60 -10965;8;1804.00;10.92;480.00;3.60;0.84 -11013;8;2432.00;9.50;142.50;-1.51;1.14 -11014;8;3459.50;10.80;700.50;3.00;0.52 -11026;8;3057.00;12.85;1881.50;3.14;0.40 -11088;8;3366.00;10.65;1916.50;2.03;0.36 -11130;8;3142.00;12.20;1959.50;4.16;0.64 -11141;8;3236.50;9.50;1805.50;3.00;0.26 -11145;8;3354.50;11.15;713.00;3.34;0.88 -11194;8;3013.50;12.40;786.50;3.76;0.92 -11236;8;3390.50;10.20;1660.50;3.68;0.26 -11260;8;3070.00;9.80;1591.00;2.67;0.32 -11264;8;2922.00;9.70;1578.00;3.92;0.18 -11392;8;3262.00;9.70;1679.50;2.92;0.28 -11397;8;3360.00;9.80;1517.50;2.86;0.30 -11400;8;3478.50;9.80;1463.00;3.60;0.20 -11409;8;3275.50;10.60;1486.50;3.54;0.26 -11473;8;3598.50;9.60;1527.50;3.25;0.30 -11484;8;3512.00;9.75;1504.50;2.86;0.24 -11515;8;3092.00;9.80;1569.00;3.14;0.22 -11516;8;2902.50;10.25;1492.00;3.70;0.26 -11525;8;3043.00;13.97;1502.00;3.92;0.20 -11549;8;2863.00;10.40;1506.00;2.55;0.26 -11607;8;5075.00;12.35;1828.50;3.02;1.84 -11657;8;3161.50;11.90;1411.50;3.28;0.24 -11727;8;3474.00;9.85;1437.00;2.15;0.20 -11759;8;3423.50;11.60;1289.00;2.85;0.38 -11785;8;1610.00;10.40;1555.50;3.14;0.24 -11791;8;1486.50;10.20;1559.50;3.46;0.34 -11792;8;3316.50;10.65;1302.00;2.78;0.26 -11803;8;3039.50;11.05;1348.00;3.60;0.20 -11852;8;2755.50;12.40;1372.00;3.78;0.24 -11858;8;3102.50;13.75;1382.00;3.30;0.24 -11896;8;4773.00;12.02;1330.00;2.55;0.26 -11905;8;3216.50;10.20;1352.50;2.71;0.28 -12013;8;3267.50;12.90;1275.00;3.24;0.26 -12114;8;4052.50;10.10;947.50;3.56;0.40 -12147;8;1611.00;9.80;1979.00;3.92;2.84 -12186;8;4629.50;12.00;740.50;3.25;0.34 -12197;8;4297.50;10.60;931.50;3.21;0.20 -12205;8;1606.00;10.90;1674.00;2.35;0.36 -12264;8;4409.50;10.00;881.50;3.33;0.22 -12311;8;4855.00;10.60;404.50;2.39;0.62 -12331;8;4540.50;13.90;1375.50;2.96;0.62 -12360;8;4415.50;10.20;922.50;3.25;0.40 -12370;8;3982.00;15.10;1337.00;2.27;0.48 -12401;8;1343.00;10.30;1406.00;3.25;0.32 -12428;8;5051.00;12.40;576.00;3.54;0.52 -12469;8;4682.50;12.00;1425.00;3.07;0.42 -12482;8;4834.50;12.20;1419.00;2.97;0.26 -12512;8;2090.50;14.95;1921.00;3.07;2.12 -12529;8;4066.50;11.00;1434.50;3.74;0.50 -12563;8;4242.00;10.47;1621.00;3.78;0.86 -12580;8;3962.00;10.17;1691.00;3.33;0.64 -12586;8;1297.00;10.62;1584.00;3.14;0.44 -12627;8;1161.50;17.80;1505.50;3.50;0.52 -12631;8;4166.00;11.12;1634.00;3.46;0.50 -12635;8;4069.00;10.65;1493.00;3.60;0.56 -12651;8;1090.50;16.75;1629.00;2.97;0.76 -12653;8;3918.00;18.00;1277.50;2.76;0.50 -12661;8;393.00;11.30;1937.50;1.98;1.92 -12662;8;4087.50;11.80;1464.00;3.19;0.54 -12775;8;3113.00;11.00;610.00;2.03;0.90 -12778;8;1336.00;13.10;1452.00;4.03;0.36 -12783;8;3275.00;11.65;674.00;2.32;0.98 -12789;8;4349.50;18.10;1113.00;3.26;0.54 -12866;8;3052.00;10.42;1130.00;3.99;0.64 -12900;8;2895.50;11.20;780.50;3.19;0.68 -12906;8;4951.00;9.70;245.50;2.25;1.14 -12907;8;3254.50;11.50;545.50;3.19;0.86 -12919;8;1754.00;10.32;855.00;4.38;1.48 -12934;8;5051.50;9.80;206.50;2.30;0.72 -12939;8;1814.00;9.80;712.00;3.55;1.42 -12940;8;3143.00;12.70;275.50;3.08;1.12 -12943;8;1842.00;10.65;490.50;3.67;0.84 -13059;8;4551.50;10.75;1845.00;4.13;1.76 -13086;8;1718.00;20.35;602.00;2.13;0.80 -13143;8;4572.50;9.80;1104.00;3.24;0.30 -13223;8;2808.00;10.40;1346.00;2.82;0.20 -1;9;3358.28;9.77;1166.00;1.57;0.08 -2;9;3426.30;9.80;1699.00;1.57;0.30 -3;9;3364.30;10.40;1807.00;1.57;0.28 -4;9;3155.76;9.50;1858.00;1.57;0.88 -5;9;2883.62;9.50;1626.00;1.57;0.82 -6;9;3574.50;10.55;1758.00;1.57;0.26 -7;9;3271.12;10.26;1829.00;1.57;0.32 -8;9;3309.38;11.31;1677.00;1.57;0.18 -9;9;1952.84;9.50;232.00;1.57;1.24 -10;9;2996.30;12.34;1768.00;1.57;0.28 -11;9;3072.40;11.95;1872.00;1.57;0.34 -12;9;3501.48;9.80;1677.00;1.57;0.24 -13;9;1346.42;9.50;303.00;1.57;1.34 -14;9;2960.84;10.29;1723.00;1.57;0.24 -15;9;3284.22;10.79;1918.00;1.57;0.36 -16;9;5252.38;9.50;1552.00;1.57;1.18 -17;9;3072.48;9.70;1567.00;1.57;0.20 -18;9;3366.12;10.11;1796.00;1.57;0.24 -19;9;3870.92;9.50;651.00;1.57;1.12 -20;9;3123.18;9.50;1203.00;1.57;0.68 -21;9;2943.96;9.95;1816.00;1.57;0.44 -22;9;3159.88;9.50;2005.00;1.57;0.34 -23;9;3497.66;9.80;1709.00;1.57;0.24 -24;9;5216.78;9.50;500.00;1.57;0.98 -25;9;5337.38;9.50;1275.00;1.57;1.18 -26;9;3382.22;10.12;1794.00;1.57;0.32 -27;9;2951.58;12.92;1754.00;1.57;0.34 -28;9;4770.12;9.50;474.00;1.57;0.92 -29;9;4167.48;9.50;636.00;1.57;0.80 -30;9;3213.22;10.40;1878.00;1.57;0.24 -31;9;3613.02;10.20;1714.00;1.57;0.22 -32;9;3155.76;9.70;1768.00;1.57;0.24 -33;9;4456.00;9.50;357.00;1.57;1.00 -34;9;3934.82;9.50;785.00;1.57;1.02 -35;9;3059.48;9.70;1730.00;1.57;0.28 -36;9;3307.04;9.80;1860.00;1.57;0.44 -37;9;3248.68;10.35;1782.00;1.57;0.20 -38;9;3042.58;9.50;1927.00;1.57;0.28 -39;9;3359.48;10.30;1702.00;1.57;0.22 -40;9;3316.12;10.40;1785.00;1.57;0.26 -41;9;2223.08;9.50;119.00;1.57;0.88 -42;9;2427.84;9.50;303.00;1.57;1.24 -43;9;2404.02;9.50;965.00;1.57;1.22 -44;9;3102.86;9.55;1990.00;1.57;0.36 -45;9;3576.48;10.00;1720.00;1.57;0.28 -46;9;3039.22;11.39;1815.00;1.57;0.26 -47;9;2333.10;9.50;1535.00;1.57;1.10 -48;9;1461.02;9.50;2017.00;1.57;1.12 -49;9;3055.30;10.89;1761.00;1.57;0.30 -50;9;1087.90;9.50;69.00;1.57;1.26 -51;9;13.46;9.50;417.00;1.57;1.06 -52;9;3256.02;9.77;1766.00;1.57;0.22 -53;9;2893.84;9.66;1706.00;1.57;0.24 -54;9;5.14;9.50;1248.00;1.57;0.54 -55;9;289.08;9.50;1591.00;1.57;1.42 -56;9;387.00;9.50;682.00;1.57;1.00 -57;9;3326.12;9.85;1735.00;1.57;0.24 -58;9;3066.22;12.81;1908.00;1.57;0.34 -59;9;1384.60;9.50;615.00;1.57;1.40 -60;9;3364.30;10.70;1750.00;1.57;0.28 -61;9;3157.04;11.50;1935.00;1.57;0.36 -62;9;3442.12;10.40;1697.00;1.57;0.20 -63;9;3167.22;9.70;1808.00;1.57;0.34 -64;9;3263.32;9.70;1996.00;1.57;0.22 -65;9;2901.76;10.55;1735.00;1.57;0.32 -66;9;3170.12;9.71;1828.00;1.57;0.24 -67;9;3201.76;9.80;1760.00;1.57;0.24 -68;9;2877.20;9.50;1566.00;1.57;0.20 -69;9;2991.94;10.29;1713.00;1.57;0.26 -70;9;3312.48;10.30;1733.00;1.57;0.28 -71;9;3298.66;9.70;1704.00;1.57;0.26 -72;9;3429.94;10.57;1761.00;1.57;0.34 -73;9;3510.48;9.80;1698.00;1.57;0.18 -74;9;3270.86;10.75;1933.00;1.57;0.46 -75;9;3430.30;9.95;1745.00;1.57;0.30 -76;9;3184.12;11.63;1983.00;1.57;0.32 -77;9;3006.94;11.60;1755.00;1.57;0.32 -78;9;3539.04;9.70;1177.00;1.57;0.44 -79;9;3283.84;10.30;1725.00;1.57;0.20 -80;9;3282.68;10.50;1820.00;1.57;0.38 -81;9;3382.94;10.25;1725.00;1.57;0.28 -82;9;3222.30;10.40;1852.00;1.57;0.30 -83;9;3174.66;9.50;1707.00;1.57;0.26 -84;9;3475.94;9.90;1737.00;1.57;0.22 -85;9;3366.48;10.50;1684.00;1.57;0.24 -86;9;3322.48;10.00;1879.00;1.57;0.28 -87;9;3515.54;10.50;1811.00;1.57;0.92 -88;9;3621.58;10.05;1734.00;1.57;0.36 -89;9;3383.58;9.90;1775.00;1.57;0.24 -90;9;3331.12;10.25;1766.00;1.57;0.18 -91;9;3088.78;9.50;1968.00;1.57;0.58 -92;9;3345.30;9.50;1793.00;1.57;0.24 -93;9;3364.30;10.04;1711.00;1.57;0.24 -94;9;3339.94;10.40;1847.00;1.57;0.28 -95;9;3264.02;9.82;1690.00;1.57;0.22 -96;9;3978.48;9.70;2008.00;1.57;1.66 -97;9;3452.38;10.24;1687.00;1.57;0.18 -98;9;3409.42;10.55;1898.00;1.57;0.56 -99;9;3580.50;10.50;1777.00;1.57;0.50 -100;9;2929.30;12.60;1723.00;1.57;0.26 -101;9;3107.32;12.56;1930.00;1.57;0.36 -102;9;2925.22;13.31;1788.00;1.57;0.28 -103;9;3230.86;9.93;1966.00;1.57;0.44 -104;9;3246.38;9.69;1724.00;1.57;0.18 -105;9;3625.24;9.75;1929.00;1.57;1.22 -106;9;3449.30;10.45;1716.00;1.57;0.20 -107;9;2981.76;10.11;1842.00;1.57;0.20 -108;9;3563.04;10.47;1772.00;1.57;0.44 -109;9;3088.76;11.28;1863.00;1.57;0.32 -110;9;3320.48;10.40;1687.00;1.57;0.28 -111;9;2983.84;13.38;1786.00;1.57;0.24 -112;9;3523.76;9.80;1685.00;1.57;0.16 -113;9;3022.12;12.37;1792.00;1.57;0.32 -114;9;3033.48;10.90;1740.00;1.57;0.24 -115;9;2991.12;11.31;1826.00;1.57;0.32 -116;9;3337.50;9.90;1957.00;1.57;0.50 -117;9;3289.48;9.74;1705.00;1.57;0.28 -118;9;3096.40;10.85;1833.00;1.57;0.38 -119;9;3520.48;9.80;1725.00;1.57;0.28 -120;9;3211.94;10.25;1854.00;1.57;0.32 -121;9;3418.66;10.50;1677.00;1.57;0.26 -122;9;2887.04;9.50;1747.00;1.57;0.44 -123;9;3648.68;9.80;1735.00;1.57;0.28 -124;9;3192.40;10.40;1896.00;1.57;0.40 -125;9;3059.48;10.00;1781.00;1.57;0.28 -126;9;3243.84;10.25;1714.00;1.57;0.24 -127;9;3365.48;10.09;1785.00;1.57;0.24 -128;9;3171.22;11.31;1969.00;1.57;0.34 -129;9;3389.76;9.50;1707.00;1.57;0.30 -130;9;3077.12;10.71;1803.00;1.57;0.32 -131;9;2725.66;11.83;1708.00;1.57;0.24 -132;9;3208.40;10.10;1827.00;1.57;0.40 -133;9;2987.58;11.76;1768.00;1.57;0.34 -134;9;3313.94;9.80;1847.00;1.57;0.30 -135;9;3490.94;9.80;1680.00;1.57;0.24 -136;9;3235.48;10.40;1788.00;1.57;0.26 -137;9;2903.12;9.50;1713.00;1.57;0.32 -138;9;3377.30;9.87;1786.00;1.57;0.28 -139;9;3265.94;9.51;1775.00;1.57;0.30 -140;9;3404.40;9.80;1813.00;1.57;0.40 -141;9;3224.84;9.50;1798.00;1.57;0.24 -142;9;3292.14;9.90;1959.00;1.57;0.36 -143;9;3461.02;10.45;1703.00;1.57;0.22 -144;9;2957.76;11.36;1746.00;1.57;0.24 -145;9;3072.40;11.50;1848.00;1.57;0.36 -146;9;3602.30;9.80;1711.00;1.57;0.30 -147;9;2993.12;10.38;1723.00;1.57;0.26 -148;9;3103.22;10.91;1887.00;1.57;0.36 -149;9;3283.02;9.85;1737.00;1.57;0.22 -150;9;3370.66;10.40;1694.00;1.57;0.24 -151;9;3142.96;11.25;1928.00;1.57;0.36 -152;9;3332.84;10.30;1743.00;1.57;0.20 -153;9;1712.88;9.61;1069.00;1.57;0.26 -154;9;3588.90;10.43;1832.00;1.57;0.80 -155;9;3327.04;9.95;1811.00;1.57;0.36 -156;9;3041.84;10.56;1752.00;1.57;0.24 -157;9;3311.12;10.50;1810.00;1.57;0.32 -158;9;3199.50;9.50;1859.00;1.57;0.28 -159;9;2732.84;12.71;1665.00;1.57;0.22 -160;9;3376.12;10.40;1732.00;1.57;0.30 -161;9;3083.76;9.53;1716.00;1.57;0.28 -162;9;3206.14;10.10;1887.00;1.57;0.28 -163;9;3395.66;10.40;1744.00;1.57;0.26 -164;9;3439.12;10.40;1690.00;1.57;0.22 -165;9;3230.02;9.50;1771.00;1.57;0.22 -166;9;3371.48;10.15;1759.00;1.57;0.26 -167;9;3202.40;10.50;1948.00;1.57;0.40 -168;9;3010.76;11.40;1827.00;1.57;0.32 -169;9;3143.48;9.69;1763.00;1.57;0.26 -170;9;3326.12;10.12;1846.00;1.57;0.32 -171;9;2982.20;9.50;1704.00;1.57;0.20 -172;9;3340.84;10.40;1727.00;1.57;0.24 -173;9;3032.40;11.28;1893.00;1.57;0.32 -174;9;3454.84;10.35;1726.00;1.57;0.24 -175;9;3512.84;9.80;1691.00;1.57;0.20 -176;9;3306.58;9.80;1879.00;1.57;0.38 -177;9;1851.56;9.50;1104.00;1.57;0.16 -178;9;3305.32;10.40;1927.00;1.57;0.32 -179;9;2993.66;10.46;1741.00;1.57;0.26 -180;9;3482.98;9.80;1840.00;1.57;0.78 -181;9;3261.12;10.30;1718.00;1.57;0.22 -182;9;3096.30;10.44;1818.00;1.57;0.30 -183;9;3456.22;10.29;1780.00;1.57;0.42 -184;9;3043.50;11.75;1849.00;1.57;0.34 -185;9;3152.86;9.70;1697.00;1.57;0.36 -186;9;3543.60;10.49;1761.00;1.57;0.36 -187;9;3333.66;10.63;1687.00;1.57;0.24 -188;9;2893.14;9.50;1785.00;1.57;0.34 -189;9;3643.04;10.60;1722.00;1.57;0.34 -190;9;3074.14;14.14;1918.00;1.57;0.24 -191;9;3240.44;12.90;461.00;1.57;0.84 -192;9;3077.76;11.63;1941.00;1.57;0.28 -193;9;3249.76;10.40;1816.00;1.57;0.22 -194;9;3337.30;10.60;1709.00;1.57;0.26 -195;9;3181.22;9.70;1837.00;1.57;0.36 -196;9;3497.12;9.80;1719.00;1.57;0.20 -197;9;3264.40;11.00;1902.00;1.57;0.36 -198;9;3762.96;9.70;1968.00;1.57;1.26 -199;9;2890.14;10.09;1765.00;1.57;0.18 -200;9;2757.12;10.16;1689.00;1.57;0.24 -201;9;3164.68;10.48;1904.00;1.57;0.44 -202;9;2998.94;13.00;1782.00;1.57;0.22 -203;9;3181.24;11.20;1945.00;1.57;0.48 -204;9;3213.20;9.70;1752.00;1.57;0.20 -205;9;3069.12;10.68;1802.00;1.57;0.32 -206;9;3653.94;10.00;1659.00;1.57;0.30 -207;9;3275.66;10.16;1657.00;1.57;0.26 -208;9;3523.38;9.80;1573.00;1.57;0.18 -209;9;3348.26;9.50;1868.00;1.57;1.70 -210;9;2543.40;9.50;1087.00;1.57;1.40 -211;9;3063.84;9.50;1661.00;1.57;0.24 -212;9;3392.20;10.10;1584.00;1.57;0.20 -213;9;2031.28;9.50;346.00;1.57;1.02 -214;9;3432.20;9.84;1631.00;1.57;0.20 -215;9;3242.68;9.80;1563.00;1.57;0.24 -216;9;3244.48;9.90;1595.00;1.57;0.22 -217;9;1851.58;9.50;2021.00;1.57;0.98 -218;9;1458.16;9.50;338.00;1.57;1.76 -219;9;2752.30;12.94;1633.00;1.57;0.26 -220;9;5153.14;9.50;1494.00;1.57;1.08 -221;9;2809.48;9.90;1571.00;1.57;0.24 -222;9;3231.30;10.40;1661.00;1.57;0.24 -223;9;3296.94;10.00;1609.00;1.57;0.18 -224;9;3963.28;9.50;809.00;1.57;1.08 -225;9;3155.34;9.50;1230.00;1.57;0.74 -226;9;3333.12;10.41;1665.00;1.57;0.24 -227;9;3625.58;9.84;1599.00;1.57;0.26 -228;9;3597.48;10.35;1634.00;1.57;0.20 -229;9;5213.20;9.50;557.00;1.57;1.06 -230;9;5389.38;9.50;1304.00;1.57;1.18 -231;9;3403.02;9.82;1675.00;1.57;0.22 -232;9;3458.02;9.90;1582.00;1.57;0.22 -233;9;3224.04;10.42;1632.00;1.57;0.32 -234;9;4757.84;9.50;441.00;1.57;0.24 -235;9;4206.48;9.50;658.00;1.57;0.84 -236;9;3313.84;9.90;1591.00;1.57;0.24 -237;9;3714.94;11.90;1683.00;1.57;0.34 -238;9;3317.84;10.40;1557.00;1.57;0.20 -239;9;4511.66;9.50;328.00;1.57;1.14 -240;9;3870.20;9.50;699.00;1.57;1.10 -241;9;2928.12;9.70;1589.00;1.57;0.32 -242;9;3034.40;10.60;1669.00;1.57;0.22 -243;9;3087.66;9.80;1577.00;1.57;0.24 -244;9;3815.46;9.50;61.00;1.57;1.06 -245;9;2873.98;9.50;7.00;1.57;0.52 -246;9;3361.84;10.00;1604.00;1.57;0.20 -247;9;2930.66;9.70;1571.00;1.57;0.18 -248;9;3291.48;11.09;1664.00;1.57;0.28 -249;9;2197.80;9.50;155.00;1.57;0.80 -250;9;2400.26;9.50;274.00;1.57;0.86 -251;9;2460.04;9.50;963.00;1.57;1.32 -252;9;3417.48;9.94;1667.00;1.57;0.24 -253;9;2739.84;11.85;1573.00;1.57;0.24 -254;9;2399.32;9.50;1461.00;1.57;1.52 -255;9;1389.82;9.50;2016.00;1.57;1.24 -256;9;3487.94;10.40;1671.00;1.57;0.24 -257;9;3525.84;10.66;1582.00;1.57;0.20 -258;9;1038.80;9.50;24.00;1.57;1.06 -259;9;60.72;9.50;445.00;1.57;0.92 -260;9;3572.30;9.71;1643.00;1.57;0.28 -261;9;3384.20;10.10;1586.00;1.57;0.18 -262;9;23.78;9.50;1278.00;1.57;1.02 -263;9;431.08;9.50;1545.00;1.57;0.98 -264;9;431.20;9.50;680.00;1.57;1.08 -265;9;3182.30;10.22;1655.00;1.57;0.24 -266;9;3142.20;9.80;1602.00;1.57;0.20 -267;9;1335.76;9.50;626.00;1.57;1.32 -268;9;2998.48;9.70;1589.00;1.57;0.20 -269;9;3433.84;9.86;1602.00;1.57;0.20 -270;9;3498.12;10.45;1656.00;1.57;0.22 -271;9;2813.48;9.90;1577.00;1.57;0.24 -272;9;3581.94;9.80;1695.00;1.57;0.28 -273;9;3663.58;10.00;1614.00;1.57;0.36 -274;9;3359.02;10.00;1622.00;1.57;0.20 -275;9;3452.66;10.01;1589.00;1.57;0.18 -276;9;2687.66;11.30;1632.00;1.57;0.26 -277;9;3224.66;10.60;1605.00;1.57;0.26 -278;9;3707.58;13.60;1698.00;1.57;0.38 -279;9;3080.12;9.71;1584.00;1.57;0.24 -280;9;3438.20;9.80;1648.00;1.57;0.20 -281;9;3150.76;10.06;1619.00;1.57;0.20 -282;9;3558.66;10.30;1659.00;1.57;0.26 -283;9;3429.66;10.45;1621.00;1.57;0.20 -284;9;2712.66;10.05;1660.00;1.57;0.26 -285;9;2686.76;9.90;1580.00;1.57;0.28 -286;9;3530.48;10.44;1590.00;1.57;0.24 -287;9;3325.30;10.70;1642.00;1.57;0.30 -288;9;3330.48;9.80;1564.00;1.57;0.18 -289;9;3292.66;9.90;1598.00;1.57;0.24 -290;9;3159.40;9.90;1569.00;1.57;0.28 -291;9;3672.04;9.90;1625.00;1.57;0.34 -292;9;3578.30;10.46;1613.00;1.57;0.22 -293;9;3000.84;9.70;1596.00;1.57;0.24 -294;9;3245.66;10.36;1605.00;1.57;0.24 -295;9;2999.40;10.25;1695.00;1.57;0.30 -296;9;2792.84;9.86;1580.00;1.57;0.22 -297;9;3500.02;10.00;1620.00;1.57;0.22 -298;9;3612.12;10.48;1600.00;1.57;0.20 -299;9;3053.66;10.37;1664.00;1.57;0.22 -300;9;3367.56;10.00;1595.00;1.57;0.16 -301;9;3398.48;10.29;1638.00;1.57;0.24 -302;9;3388.48;10.15;1559.00;1.57;0.24 -303;9;2675.12;10.30;1596.00;1.57;0.24 -304;9;3246.48;9.80;1573.00;1.57;0.28 -305;9;3612.94;9.80;1672.00;1.57;0.28 -306;9;3302.94;10.00;1616.00;1.57;0.18 -307;9;3769.96;10.60;1657.00;1.57;0.26 -308;9;3200.48;9.70;1694.00;1.57;0.24 -309;9;2935.66;10.20;1579.00;1.57;0.22 -310;9;3218.84;10.15;1645.00;1.57;0.24 -311;9;2738.84;12.36;1586.00;1.57;0.24 -312;9;3439.14;9.70;1836.00;1.57;0.36 -313;9;3463.84;9.80;1559.00;1.57;0.20 -314;9;3435.20;9.98;1592.00;1.57;0.20 -315;9;3313.84;9.91;1565.00;1.57;0.22 -316;9;2939.04;9.67;1665.00;1.57;0.28 -317;9;2952.84;9.70;1614.00;1.57;0.22 -318;9;3182.76;10.46;1583.00;1.57;0.24 -319;9;3236.02;9.80;1670.00;1.57;0.22 -320;9;3284.94;9.89;1675.00;1.57;0.22 -321;9;2991.40;9.70;1601.00;1.57;0.28 -322;9;2813.48;9.89;1585.00;1.57;0.24 -323;9;3275.30;9.89;1633.00;1.57;0.20 -324;9;3508.30;11.60;1596.00;1.57;0.26 -325;9;3533.66;9.90;1648.00;1.57;0.22 -326;9;3537.20;10.24;1557.00;1.57;0.18 -327;9;3184.30;9.94;1612.00;1.57;0.28 -328;9;3388.02;10.67;1566.00;1.57;0.22 -329;9;3049.84;9.81;1657.00;1.57;0.22 -330;9;3447.66;10.18;1610.00;1.57;0.20 -331;9;3253.48;9.80;1577.00;1.57;0.26 -332;9;2941.66;9.50;1628.00;1.57;0.26 -333;9;3354.48;10.14;1670.00;1.57;0.22 -334;9;3080.84;9.80;1596.00;1.57;0.24 -335;9;3350.20;10.00;1627.00;1.57;0.20 -336;9;2925.66;9.70;1582.00;1.57;0.18 -337;9;2666.96;10.99;1633.00;1.57;0.36 -338;9;3597.66;9.70;1565.00;1.57;0.18 -339;9;3586.48;10.39;1596.00;1.57;0.28 -340;9;3455.20;9.80;1565.00;1.57;0.20 -341;9;3224.30;10.40;1654.00;1.57;0.18 -342;9;3265.84;9.90;1598.00;1.57;0.24 -343;9;3321.84;9.90;1569.00;1.57;0.24 -344;9;3376.30;10.50;1655.00;1.57;0.16 -345;9;3509.66;10.05;1609.00;1.57;0.24 -346;9;3430.84;9.93;1666.00;1.57;0.20 -347;9;3170.84;10.40;1584.00;1.57;0.24 -348;9;3137.48;9.50;1621.00;1.57;0.28 -349;9;3017.48;9.79;1593.00;1.57;0.24 -350;9;3419.84;10.35;1622.00;1.57;0.22 -351;9;2764.48;11.20;1634.00;1.57;0.22 -352;9;3332.38;10.00;1602.00;1.57;0.18 -353;9;3524.02;9.90;1563.00;1.57;0.22 -354;9;3287.48;10.25;1636.00;1.57;0.20 -355;9;3596.48;10.35;1616.00;1.57;0.26 -356;9;3397.38;9.91;1570.00;1.57;0.18 -357;9;3446.84;10.00;1652.00;1.57;0.18 -358;9;3237.48;10.19;1629.00;1.57;0.28 -359;9;3597.12;9.80;1700.00;1.57;0.28 -360;9;3236.30;9.90;1584.00;1.57;0.28 -361;9;3706.12;10.53;1667.00;1.57;0.32 -362;9;3094.84;10.30;1605.00;1.57;0.24 -363;9;3042.02;10.42;1661.00;1.57;0.22 -364;9;2782.02;10.67;1589.00;1.57;0.22 -365;9;3584.48;9.80;1562.00;1.57;0.26 -366;9;3357.02;10.60;1643.00;1.57;0.22 -367;9;3461.02;9.90;1569.00;1.57;0.22 -368;9;3513.02;9.90;1648.00;1.57;0.18 -369;9;2674.48;10.19;1604.00;1.57;0.24 -370;9;3616.48;9.90;1692.00;1.57;0.28 -371;9;3313.84;10.06;1577.00;1.57;0.24 -372;9;3571.12;9.81;1630.00;1.57;0.26 -373;9;1923.56;9.50;1678.00;1.57;0.16 -374;9;2941.02;9.50;1593.00;1.57;0.18 -375;9;2998.30;9.70;1574.00;1.57;0.26 -376;9;3467.66;9.80;1598.00;1.57;0.16 -377;9;2742.48;10.94;1562.00;1.57;0.22 -378;9;3430.02;9.87;1648.00;1.57;0.22 -379;9;1849.74;9.66;1079.00;1.57;0.14 -380;9;3530.56;9.85;1574.00;1.57;0.16 -381;9;3618.12;10.41;1682.00;1.57;0.22 -382;9;3369.02;10.10;1612.00;1.57;0.20 -383;9;2993.84;9.70;1681.00;1.57;0.24 -384;9;3388.20;10.05;1576.00;1.57;0.20 -385;9;2680.48;10.95;1626.00;1.57;0.26 -386;9;3248.30;9.90;1587.00;1.57;0.22 -387;9;3274.66;10.50;1645.00;1.57;0.26 -388;9;3059.58;9.85;1576.00;1.57;0.22 -389;9;3090.66;10.40;1599.00;1.57;0.20 -390;9;3660.30;9.80;1678.00;1.57;0.30 -391;9;2882.56;9.60;1563.00;1.57;0.16 -392;9;3548.30;11.55;1606.00;1.57;0.24 -393;9;3600.30;9.80;1572.00;1.57;0.20 -394;9;2959.50;9.70;1674.00;1.57;0.32 -395;9;3134.40;9.70;1611.00;1.57;0.28 -396;9;3452.66;9.81;1576.00;1.57;0.20 -397;9;3438.20;9.80;1609.00;1.57;0.20 -398;9;3321.02;9.90;1582.00;1.57;0.22 -399;9;2934.84;9.50;1642.00;1.57;0.24 -400;9;3165.48;10.29;1597.00;1.57;0.20 -401;9;3358.20;10.00;1632.00;1.57;0.20 -402;9;3148.48;10.09;1566.00;1.57;0.26 -403;9;3625.12;10.28;1607.00;1.57;0.18 -404;9;3580.58;9.86;1649.00;1.57;0.22 -405;9;2940.48;10.15;1563.00;1.57;0.26 -406;9;3223.76;9.80;1615.00;1.57;0.36 -407;9;2731.48;9.60;1565.00;1.57;0.20 -408;9;3095.94;9.70;1685.00;1.57;0.30 -409;9;3296.84;9.90;1483.00;1.57;0.24 -410;9;3577.12;9.70;1541.00;1.57;0.20 -411;9;3131.20;9.50;1824.00;1.57;0.86 -412;9;2519.02;9.50;939.00;1.57;1.22 -413;9;3416.20;10.07;1548.00;1.57;0.20 -414;9;3233.58;9.85;1481.00;1.57;0.26 -415;9;3238.66;9.89;1680.00;1.57;0.26 -416;9;2209.30;9.50;481.00;1.57;0.86 -417;9;3121.12;12.40;1507.00;1.57;0.22 -418;9;3365.20;9.80;1515.00;1.57;0.20 -419;9;2069.22;9.50;1849.00;1.57;1.08 -420;9;1211.32;9.50;271.00;1.57;1.52 -421;9;3065.48;12.75;1516.00;1.57;0.20 -422;9;3184.66;9.90;1531.00;1.57;0.24 -423;9;5319.04;9.50;1610.00;1.57;1.08 -424;9;3003.48;13.10;1517.00;1.57;0.20 -425;9;2978.02;10.12;1548.00;1.57;0.22 -426;9;3437.66;9.70;1455.00;1.57;0.18 -427;9;3917.66;9.50;899.00;1.57;1.02 -428;9;3217.02;9.50;1207.00;1.57;1.00 -429;9;3371.94;9.80;1466.00;1.57;0.22 -430;9;5112.08;9.50;540.00;1.57;1.88 -431;9;5380.12;9.50;1349.00;1.57;1.30 -432;9;3613.40;9.60;1511.00;1.57;0.34 -433;9;3484.30;9.80;1545.00;1.57;0.16 -434;9;3285.66;9.90;1485.00;1.57;0.20 -435;9;4744.52;9.50;473.00;1.57;0.62 -436;9;4310.28;9.50;676.00;1.57;1.08 -437;9;3442.66;10.49;1518.00;1.57;0.26 -438;9;3209.02;10.12;1502.00;1.57;0.22 -439;9;4459.38;9.50;309.00;1.57;0.92 -440;9;3833.28;9.50;636.00;1.57;0.88 -441;9;3258.48;10.00;1531.00;1.57;0.24 -442;9;3130.48;11.80;1519.00;1.57;0.24 -443;9;3811.92;9.50;12.00;1.57;0.68 -444;9;3045.66;9.71;1564.00;1.57;0.14 -445;9;3059.38;11.57;1522.00;1.57;0.18 -446;9;2187.74;9.50;94.00;1.57;1.02 -447;9;2410.66;9.50;346.00;1.57;1.16 -448;9;2490.60;9.50;1003.00;1.57;1.60 -449;9;3446.12;9.70;1469.00;1.57;0.20 -450;9;2398.54;9.50;1378.00;1.57;1.34 -451;9;1357.44;9.50;1950.00;1.57;1.84 -452;9;3556.94;9.70;1548.00;1.57;0.26 -453;9;3356.48;9.80;1482.00;1.57;0.20 -454;9;2843.66;10.31;1511.00;1.57;0.24 -455;9;970.32;9.50;24.00;1.57;1.14 -456;9;14.46;9.50;467.00;1.57;1.06 -457;9;3378.12;10.51;1550.00;1.57;0.22 -458;9;3294.30;9.90;1493.00;1.57;0.24 -459;9;82.16;9.50;1286.00;1.57;0.92 -460;9;355.16;9.50;1562.00;1.57;1.30 -461;9;344.48;9.50;629.00;1.57;0.82 -462;9;3218.02;10.40;1499.00;1.57;0.22 -463;9;3325.02;9.80;1529.00;1.57;0.22 -464;9;3602.22;9.60;1463.00;1.57;0.32 -465;9;1344.30;9.50;672.00;1.57;1.06 -466;9;3146.84;11.31;1508.00;1.57;0.24 -467;9;3125.84;10.10;1549.00;1.57;0.22 -468;9;3553.94;9.60;1478.00;1.57;0.32 -469;9;3028.20;12.55;1535.00;1.57;0.20 -470;9;3567.30;9.70;1510.00;1.57;0.30 -471;9;3457.20;9.80;1553.00;1.57;0.20 -472;9;3367.84;9.80;1477.00;1.57;0.22 -473;9;3406.84;9.80;1522.00;1.57;0.22 -474;9;3202.12;9.96;1539.00;1.57;0.26 -475;9;3642.42;9.60;1431.00;1.57;0.56 -476;9;3241.94;10.20;1499.00;1.57;0.34 -477;9;3560.76;9.60;1470.00;1.57;0.34 -478;9;3017.66;9.80;1555.00;1.57;0.24 -479;9;3089.84;10.60;1538.00;1.57;0.24 -480;9;2859.48;9.70;1543.00;1.57;0.08 -481;9;3501.30;9.78;1466.00;1.57;0.20 -482;9;2972.30;11.05;1532.00;1.57;0.22 -483;9;3521.20;10.29;1552.00;1.57;0.20 -484;9;3445.30;10.16;1478.00;1.57;0.20 -485;9;2823.12;9.70;1513.00;1.57;0.20 -486;9;3371.30;9.80;1483.00;1.57;0.22 -487;9;3475.38;9.80;1520.00;1.57;0.18 -488;9;3303.66;9.90;1499.00;1.57;0.24 -489;9;3281.56;9.80;1533.00;1.57;0.16 -490;9;1586.14;12.09;1785.00;1.57;1.54 -491;9;3189.12;9.75;1507.00;1.57;0.24 -492;9;1446.50;10.25;1396.00;1.57;0.30 -493;9;3100.84;9.91;1558.00;1.57;0.24 -494;9;3053.02;10.92;1525.00;1.57;0.22 -495;9;2921.48;10.09;1547.00;1.57;0.20 -496;9;3194.30;10.30;1712.00;1.57;0.22 -497;9;3593.94;9.70;1557.00;1.57;0.20 -498;9;3498.84;9.80;1481.00;1.57;0.18 -499;9;3536.30;11.71;1527.00;1.57;0.26 -500;9;3446.48;9.95;1486.00;1.57;0.22 -501;9;3352.20;9.80;1525.00;1.57;0.20 -502;9;3384.30;9.80;1489.00;1.57;0.20 -503;9;2786.76;9.70;1470.00;1.57;0.18 -504;9;3272.02;10.00;1514.00;1.57;0.22 -505;9;867.30;10.02;1586.00;1.57;0.30 -506;9;3100.84;10.00;1532.00;1.57;0.24 -507;9;2781.48;9.95;1555.00;1.57;0.20 -508;9;3608.12;9.60;1524.00;1.57;0.28 -509;9;3455.84;9.88;1482.00;1.57;0.24 -510;9;3428.84;10.31;1530.00;1.57;0.24 -511;9;3342.66;10.23;1503.00;1.57;0.26 -512;9;2833.94;10.12;1477.00;1.57;0.20 -513;9;3194.66;10.10;1532.00;1.57;0.26 -514;9;3015.84;10.21;1546.00;1.57;0.20 -515;9;1044.16;12.00;1807.00;1.57;0.72 -516;9;2869.84;9.71;1534.00;1.57;0.18 -517;9;4484.22;14.20;1240.00;1.57;0.42 -518;9;3492.84;9.80;1525.00;1.57;0.20 -519;9;2948.66;13.37;1483.00;1.57;0.24 -520;9;3510.02;9.80;1489.00;1.57;0.22 -521;9;2910.02;12.45;1481.00;1.57;0.22 -522;9;3332.66;9.80;1537.00;1.57;0.16 -523;9;3412.48;10.40;1499.00;1.57;0.22 -524;9;3136.30;9.80;1566.00;1.57;0.22 -525;9;3276.84;9.93;1521.00;1.57;0.24 -526;9;2965.20;10.93;1565.00;1.57;0.18 -527;9;2784.38;9.78;1480.00;1.57;0.18 -528;9;882.40;10.56;1610.00;1.57;0.36 -529;9;2920.02;10.55;1529.00;1.57;0.22 -530;9;3178.02;10.22;1644.00;1.57;0.22 -531;9;4443.86;14.11;1203.00;1.57;0.46 -532;9;3012.66;10.85;1493.00;1.57;0.20 -533;9;3475.12;10.01;1493.00;1.57;0.16 -534;9;3397.02;9.95;1536.00;1.57;0.22 -535;9;3224.12;9.80;1550.00;1.57;0.16 -536;9;3175.12;10.13;1522.00;1.57;0.24 -537;9;3029.66;9.70;1576.00;1.57;0.18 -538;9;2986.20;10.80;1541.00;1.57;0.20 -539;9;2789.38;11.37;1491.00;1.57;0.18 -540;9;2732.12;10.45;1540.00;1.57;0.28 -541;9;3082.84;9.88;1486.00;1.57;0.20 -542;9;2738.76;9.55;1477.00;1.57;0.16 -543;9;3031.84;13.58;1493.00;1.57;0.18 -544;9;3469.48;9.90;1533.00;1.57;0.26 -545;9;3541.94;9.72;1500.00;1.57;0.30 -546;9;3290.48;9.80;1553.00;1.57;0.20 -547;9;3424.20;9.80;1500.00;1.57;0.20 -548;9;3105.30;9.80;1566.00;1.57;0.18 -549;9;2922.30;12.07;1495.00;1.57;0.16 -550;9;3261.66;10.10;1522.00;1.57;0.20 -551;9;2861.84;9.80;1491.00;1.57;0.24 -552;9;3056.20;9.92;1547.00;1.57;0.20 -553;9;2806.02;10.37;1490.00;1.57;0.22 -554;9;3641.94;9.60;1489.00;1.57;0.34 -555;9;3114.66;10.04;1489.00;1.57;0.22 -556;9;4440.86;15.23;1241.00;1.57;0.46 -557;9;3058.12;9.95;1496.00;1.57;0.16 -558;9;3370.02;10.02;1540.00;1.57;0.22 -559;9;3324.66;9.80;1511.00;1.57;0.26 -560;9;3208.30;10.40;1560.00;1.57;0.22 -561;9;2975.84;10.83;1499.00;1.57;0.18 -562;9;3139.02;9.90;1534.00;1.57;0.22 -563;9;2923.02;11.92;1501.00;1.57;0.18 -564;9;2949.30;10.86;1546.00;1.57;0.26 -565;9;3240.48;10.14;1461.00;1.57;0.20 -566;9;3612.48;9.70;1545.00;1.57;0.16 -567;9;3175.86;9.66;1715.00;1.57;0.20 -568;9;3320.76;9.70;1442.00;1.57;0.20 -569;9;3048.66;12.65;1504.00;1.57;0.18 -570;9;3402.66;10.25;1509.00;1.57;0.24 -571;9;2985.48;10.94;1506.00;1.57;0.22 -572;9;3203.02;10.02;1527.00;1.57;0.22 -573;9;3024.56;10.70;1543.00;1.57;0.16 -574;9;3312.94;9.70;1466.00;1.57;0.22 -575;9;2840.38;9.70;1535.00;1.57;0.16 -576;9;3630.58;9.60;1506.00;1.57;0.34 -577;9;3208.20;10.28;1484.00;1.57;0.20 -578;9;3504.48;9.90;1538.00;1.57;0.22 -579;9;3481.02;9.90;1511.00;1.57;0.22 -580;9;3350.84;10.50;1548.00;1.57;0.24 -581;9;3111.48;12.35;1497.00;1.57;0.20 -582;9;3295.30;9.80;1522.00;1.57;0.16 -583;9;3052.30;12.59;1516.00;1.57;0.18 -584;9;3097.94;10.72;1540.00;1.57;0.16 -585;9;3427.02;9.70;1455.00;1.57;0.18 -586;9;2990.30;12.36;1515.00;1.57;0.22 -587;9;2908.56;10.14;1536.00;1.57;0.16 -588;9;3344.12;9.80;1463.00;1.57;0.22 -589;9;2938.02;10.42;1514.00;1.57;0.22 -590;9;2851.56;12.87;1430.00;1.57;0.16 -591;9;3039.38;9.62;1415.00;1.57;0.18 -592;9;3230.66;10.35;1686.00;1.57;0.26 -593;9;3087.28;9.50;1782.00;1.57;1.08 -594;9;2499.84;9.50;903.00;1.57;1.10 -595;9;2802.02;10.04;1426.00;1.57;0.22 -596;9;3044.48;11.65;1444.00;1.57;0.18 -597;9;2222.14;9.50;598.00;1.57;1.26 -598;9;1627.94;10.06;1628.00;1.57;0.26 -599;9;3023.02;10.10;1431.00;1.57;0.22 -600;9;1968.88;9.50;1952.00;1.57;1.54 -601;9;1129.80;9.50;171.00;1.57;1.16 -602;9;1488.42;10.87;1687.00;1.57;0.50 -603;9;2973.48;9.85;1428.00;1.57;0.24 -604;9;5479.96;9.50;1670.00;1.57;1.24 -605;9;1587.94;10.62;1632.00;1.57;0.26 -606;9;3100.02;10.70;1411.00;1.57;0.22 -607;9;2942.38;10.28;1432.00;1.57;0.18 -608;9;3886.60;9.50;974.00;1.57;1.50 -609;9;3330.36;9.50;1213.00;1.57;0.78 -610;9;869.76;10.16;1555.00;1.57;0.32 -611;9;2916.02;16.05;1429.00;1.57;0.22 -612;9;5587.72;9.50;1429.00;1.57;0.92 -613;9;5279.14;9.50;1238.00;1.57;1.52 -614;9;3131.84;10.31;1418.00;1.57;0.24 -615;9;3590.12;9.60;1458.00;1.57;0.32 -616;9;4758.24;9.50;415.00;1.57;0.64 -617;9;4291.64;9.50;643.00;1.57;0.96 -618;9;3555.84;9.60;1457.00;1.57;0.24 -619;9;3104.66;9.80;1426.00;1.57;0.20 -620;9;2823.84;10.10;1434.00;1.57;0.24 -621;9;4460.82;9.50;266.00;1.57;1.02 -622;9;3901.36;9.50;776.00;1.57;0.96 -623;9;3824.56;9.50;677.00;1.57;0.78 -624;9;3063.66;9.85;1428.00;1.57;0.26 -625;9;2813.66;9.80;1436.00;1.57;0.20 -626;9;3753.12;9.50;86.00;1.57;1.32 -627;9;2981.42;9.50;25.00;1.57;0.98 -628;9;3006.48;9.70;1436.00;1.57;0.22 -629;9;2805.66;9.98;1443.00;1.57;0.26 -630;9;3145.76;12.49;1406.00;1.57;0.20 -631;9;2171.56;9.50;60.00;1.57;0.90 -632;9;2366.48;9.50;323.00;1.57;1.28 -633;9;2512.60;9.50;1047.00;1.57;1.60 -634;9;1753.58;9.85;1667.00;1.57;0.38 -635;9;2460.52;9.50;1423.00;1.57;1.44 -636;9;2930.38;15.23;1447.00;1.57;0.18 -637;9;3180.20;11.52;1412.00;1.57;0.20 -638;9;1497.66;9.84;1426.00;1.57;0.26 -639;9;891.68;9.50;17.00;1.57;0.84 -640;9;12.64;9.50;518.00;1.57;1.04 -641;9;2884.02;10.10;1444.00;1.57;0.20 -642;9;3647.96;9.60;1450.00;1.57;0.44 -643;9;66.22;9.50;1326.00;1.57;1.00 -644;9;338.52;9.50;1521.00;1.57;1.22 -645;9;372.92;9.50;588.00;1.57;1.02 -646;9;3127.94;9.97;1435.00;1.57;0.24 -647;9;1274.60;9.50;666.00;1.57;0.84 -648;9;2874.84;10.30;1452.00;1.57;0.24 -649;9;3222.40;10.50;1388.00;1.57;0.30 -650;9;1707.12;10.54;314.00;1.57;0.32 -651;9;2824.48;9.80;1450.00;1.57;0.18 -652;9;3462.76;15.33;1318.00;1.57;0.30 -653;9;3038.20;13.12;1454.00;1.57;0.20 -654;9;3470.94;13.12;1371.00;1.57;0.20 -655;9;2795.66;10.21;1447.00;1.57;0.24 -656;9;2990.02;14.95;1445.00;1.57;0.18 -657;9;3241.40;9.95;1399.00;1.57;0.24 -658;9;2947.66;14.25;1449.00;1.57;0.16 -659;9;1504.76;10.88;1558.00;1.57;0.28 -660;9;3197.48;11.35;1420.00;1.57;0.26 -661;9;2946.84;14.95;1455.00;1.57;0.16 -662;9;3150.66;13.77;1430.00;1.57;0.26 -663;9;2935.12;12.50;1464.00;1.57;0.18 -664;9;4892.66;9.96;1431.00;1.57;0.26 -665;9;3053.20;10.30;1446.00;1.57;0.14 -666;9;3519.84;11.10;1377.00;1.57;0.18 -667;9;2855.84;10.00;1459.00;1.57;0.24 -668;9;3007.84;13.99;1456.00;1.57;0.16 -669;9;2819.20;9.80;1457.00;1.57;0.20 -670;9;3508.20;11.72;1381.00;1.57;0.20 -671;9;2997.84;15.04;1456.00;1.57;0.24 -672;9;3459.12;14.45;1377.00;1.57;0.22 -673;9;2982.94;14.13;1465.00;1.57;0.16 -674;9;3224.30;9.70;1412.00;1.57;0.22 -675;9;4905.96;10.60;1511.00;1.57;0.56 -676;9;3177.94;12.33;1440.00;1.57;0.24 -677;9;891.66;10.31;1511.00;1.57;0.26 -678;9;2916.20;12.85;1470.00;1.57;0.20 -679;9;3123.20;9.73;1443.00;1.57;0.18 -680;9;2880.48;10.59;1469.00;1.57;0.16 -681;9;4911.30;9.90;1449.00;1.57;0.30 -682;9;3081.76;10.06;1450.00;1.57;0.18 -683;9;3523.66;10.93;1393.00;1.57;0.22 -684;9;3111.48;9.80;1458.00;1.57;0.20 -685;9;3479.58;17.71;1388.00;1.57;0.26 -686;9;3065.84;10.61;1465.00;1.57;0.24 -687;9;3257.04;9.59;1419.00;1.57;0.28 -688;9;3010.20;14.10;1470.00;1.57;0.20 -689;9;1486.04;10.65;1570.00;1.57;0.24 -690;9;3207.12;14.14;1429.00;1.57;0.18 -691;9;1483.48;10.45;1580.00;1.57;0.28 -692;9;2984.02;11.32;1478.00;1.57;0.22 -693;9;3163.84;14.08;1446.00;1.57;0.22 -694;9;2939.84;12.60;1477.00;1.57;0.18 -695;9;1469.12;10.70;1580.00;1.57;0.22 -696;9;3153.66;12.05;1450.00;1.57;0.20 -697;9;3176.38;12.90;410.00;1.57;1.18 -698;9;2909.20;12.17;1468.00;1.57;0.20 -699;9;3127.02;9.70;1461.00;1.57;0.22 -700;9;3540.66;10.18;1399.00;1.57;0.24 -701;9;3082.66;10.45;1460.00;1.57;0.18 -702;9;1585.84;11.40;1568.00;1.57;0.24 -703;9;1410.86;10.71;1651.00;1.57;0.42 -704;9;3048.02;12.90;1480.00;1.57;0.22 -705;9;3329.12;9.53;1422.00;1.57;0.28 -706;9;1636.84;11.11;1573.00;1.57;0.24 -707;9;3001.48;13.60;1472.00;1.57;0.24 -708;9;2966.12;11.62;1484.00;1.57;0.24 -709;9;1436.86;10.10;1654.00;1.57;0.46 -710;9;920.94;12.32;1524.00;1.57;0.34 -711;9;3204.48;14.60;1450.00;1.57;0.18 -712;9;3514.48;11.54;1404.00;1.57;0.26 -713;9;3153.84;10.95;1466.00;1.57;0.24 -714;9;3461.48;11.94;1401.00;1.57;0.22 -715;9;1678.48;10.10;1591.00;1.57;0.16 -716;9;3112.84;9.70;1468.00;1.57;0.24 -717;9;3412.48;9.69;1406.00;1.57;0.22 -718;9;1665.30;11.08;1591.00;1.57;0.14 -719;9;3400.84;9.50;1409.00;1.57;0.24 -720;9;1418.12;10.00;1544.00;1.57;0.32 -721;9;3306.40;9.50;1444.00;1.57;0.24 -722;9;1534.94;13.25;1598.00;1.57;0.28 -723;9;3237.84;9.88;1450.00;1.57;0.24 -724;9;2683.02;12.18;1348.00;1.57;0.16 -725;9;4932.94;12.14;1455.00;1.57;0.30 -726;9;2714.20;13.04;1373.00;1.57;0.20 -727;9;3190.66;17.23;1466.00;1.57;0.20 -728;9;3520.48;10.60;1412.00;1.57;0.26 -729;9;2693.38;12.10;1377.00;1.57;0.18 -730;9;3134.84;9.76;1468.00;1.57;0.24 -731;9;3479.94;12.02;1407.00;1.57;0.20 -732;9;3025.48;11.10;1487.00;1.57;0.22 -733;9;1685.22;11.63;1614.00;1.57;0.34 -734;9;1583.66;11.32;1600.00;1.57;0.26 -735;9;3441.20;10.90;1421.00;1.57;0.20 -736;9;1134.58;11.09;1810.00;1.57;0.86 -737;9;3321.58;9.70;1450.00;1.57;0.22 -738;9;2740.84;13.56;1380.00;1.57;0.20 -739;9;4928.12;10.31;1469.00;1.57;0.32 -740;9;2757.12;10.09;1384.00;1.57;0.20 -741;9;3270.30;9.70;1454.00;1.57;0.30 -742;9;3526.38;10.81;1423.00;1.57;0.18 -743;9;2783.66;9.97;1386.00;1.57;0.24 -744;9;3217.12;11.23;1463.00;1.57;0.20 -745;9;3516.84;10.74;1424.00;1.57;0.24 -746;9;3164.94;10.50;1473.00;1.57;0.18 -747;9;2756.84;11.18;1266.00;1.57;0.20 -748;9;3461.66;10.92;1424.00;1.57;0.24 -749;9;1562.30;9.70;1600.00;1.57;0.16 -750;9;3396.66;9.52;1432.00;1.57;0.26 -751;9;1453.32;10.00;1661.00;1.57;0.42 -752;9;2837.30;10.24;1406.00;1.57;0.18 -753;9;4947.40;13.61;1462.00;1.57;0.20 -754;9;3262.84;9.80;1465.00;1.57;0.24 -755;9;2823.66;10.00;1407.00;1.57;0.14 -756;9;3834.32;10.43;1279.00;1.57;0.40 -757;9;3553.12;9.58;1434.00;1.57;0.16 -758;9;2671.12;9.58;1385.00;1.57;0.24 -759;9;3511.94;10.11;1435.00;1.57;0.30 -760;9;2858.38;11.78;1399.00;1.57;0.18 -761;9;1472.00;9.80;1806.00;1.57;1.90 -762;9;2884.30;9.81;1414.00;1.57;0.18 -763;9;1341.04;10.80;1802.00;1.57;1.44 -764;9;2902.02;13.75;1419.00;1.57;0.20 -765;9;3414.66;9.70;1442.00;1.57;0.20 -766;9;910.48;13.24;1541.00;1.57;0.28 -767;9;3338.48;9.70;1452.00;1.57;0.22 -768;9;894.02;11.01;1541.00;1.57;0.22 -769;9;2855.02;13.32;1421.00;1.57;0.22 -770;9;2923.74;11.49;1409.00;1.57;0.14 -771;9;2940.66;11.55;1413.00;1.57;0.16 -772;9;3460.12;11.11;1364.00;1.57;0.24 -773;9;2961.02;9.74;1424.00;1.57;0.18 -774;9;1544.84;10.90;1609.00;1.57;0.24 -775;9;3446.20;9.80;1442.00;1.57;0.20 -776;9;2938.48;9.85;1425.00;1.57;0.24 -777;9;1470.70;10.95;1704.00;1.57;0.52 -778;9;2908.20;13.61;1433.00;1.57;0.20 -779;9;1543.66;10.40;1623.00;1.57;0.26 -780;9;2883.66;9.88;1421.00;1.57;0.18 -781;9;886.94;13.72;1557.00;1.57;0.34 -782;9;2991.02;10.19;1406.00;1.57;0.18 -783;9;4846.30;12.52;1394.00;1.57;0.30 -784;9;3285.12;12.00;1280.00;1.57;0.24 -785;9;3246.30;11.85;1313.00;1.57;0.26 -786;9;3117.62;9.50;1776.00;1.57;0.82 -787;9;2456.00;9.50;914.00;1.57;1.00 -788;9;1607.40;9.70;1482.00;1.57;0.24 -789;9;3455.22;14.90;1336.00;1.57;0.24 -790;9;2800.20;10.23;1350.00;1.57;0.12 -791;9;2260.56;9.50;674.00;1.57;1.16 -792;9;3362.02;9.57;1212.00;1.57;0.22 -793;9;3176.66;10.63;1387.00;1.57;0.26 -794;9;2713.84;12.86;1333.00;1.57;0.24 -795;9;2168.22;9.50;1798.00;1.57;1.20 -796;9;965.78;9.50;91.00;1.57;1.46 -797;9;3106.84;11.65;1405.00;1.57;0.22 -798;9;2792.84;14.30;1332.00;1.57;0.24 -799;9;2668.56;9.50;1326.00;1.57;0.16 -800;9;4793.84;12.51;1353.00;1.57;0.22 -801;9;1546.30;11.35;1530.00;1.57;0.30 -802;9;3797.18;9.50;959.00;1.57;0.98 -803;9;3301.80;9.50;1177.00;1.57;0.72 -804;9;3329.02;11.15;1320.00;1.57;0.22 -805;9;1309.96;10.40;1389.00;1.57;0.34 -806;9;3367.76;9.70;1268.00;1.57;0.28 -807;9;5095.44;9.50;624.00;1.57;1.08 -808;9;5274.78;9.50;1308.00;1.57;1.16 -809;9;2713.84;12.43;1295.00;1.57;0.20 -810;9;4854.66;12.38;1407.00;1.57;0.24 -811;9;4723.08;9.50;394.00;1.57;0.88 -812;9;4339.10;9.50;635.00;1.57;1.10 -813;9;2777.12;12.66;1348.00;1.57;0.20 -814;9;4651.76;11.10;1341.00;1.57;0.28 -815;9;4509.28;9.50;272.00;1.57;1.08 -816;9;3794.46;9.50;634.00;1.57;0.98 -817;9;2887.02;10.00;1458.00;1.57;0.22 -818;9;3192.30;9.70;1399.00;1.57;0.28 -819;9;3028.02;9.59;1341.00;1.57;0.20 -820;9;3759.76;9.50;30.00;1.57;1.36 -821;9;2939.30;9.50;34.00;1.57;1.30 -822;9;1605.66;10.00;1540.00;1.57;0.16 -823;9;986.86;12.65;1428.00;1.57;0.30 -824;9;2128.64;9.50;61.00;1.57;0.98 -825;9;2314.58;9.50;309.00;1.57;1.26 -826;9;2503.76;9.50;1121.00;1.57;1.36 -827;9;1524.94;10.80;1544.00;1.57;0.26 -828;9;4588.94;14.38;1344.00;1.57;0.34 -829;9;3527.68;9.78;1202.00;1.57;0.48 -830;9;2515.30;9.50;1486.00;1.57;1.30 -831;9;1484.02;10.45;1540.00;1.57;0.22 -832;9;2769.84;12.43;1305.00;1.57;0.24 -833;9;3128.20;14.05;1351.00;1.57;0.20 -834;9;924.68;9.50;59.00;1.57;1.48 -835;9;53.68;9.50;499.00;1.57;1.24 -836;9;4728.66;11.20;1333.00;1.57;0.22 -837;9;4911.76;12.32;1420.00;1.57;0.34 -838;9;15.74;9.50;1323.00;1.57;1.04 -839;9;265.60;9.50;1535.00;1.57;1.02 -840;9;393.00;9.50;633.00;1.57;0.92 -841;9;3131.20;14.19;1329.00;1.57;0.20 -842;9;1400.96;9.50;673.00;1.57;1.24 -844;9;2676.20;9.85;1310.00;1.57;0.18 -845;9;2691.20;12.66;1340.00;1.57;0.20 -846;9;4729.30;9.79;1368.00;1.57;0.28 -847;9;1585.12;10.43;1549.00;1.57;0.22 -848;9;4792.48;12.20;1304.00;1.57;0.28 -849;9;3213.68;9.50;1334.00;1.57;0.36 -850;9;1035.80;15.05;1478.00;1.57;0.46 -851;9;3042.48;9.70;1329.00;1.57;0.24 -852;9;4789.66;14.70;1333.00;1.57;0.22 -853;9;1049.96;10.55;1426.00;1.57;0.46 -854;9;2839.48;12.00;1357.00;1.57;0.24 -855;9;5026.50;9.60;1581.00;1.57;0.50 -856;9;3261.66;13.27;1314.00;1.57;0.26 -857;9;2761.84;13.34;1354.00;1.57;0.16 -858;9;2736.84;12.51;1317.00;1.57;0.16 -859;9;1667.58;9.70;1559.00;1.57;0.20 -860;9;1466.22;10.38;1400.00;1.57;0.34 -861;9;4802.66;13.68;1355.00;1.57;0.22 -862;9;1609.94;10.13;1565.00;1.57;0.28 -863;9;3149.84;10.69;1312.00;1.57;0.22 -864;9;3484.22;14.72;1288.00;1.57;0.24 -865;9;1602.40;9.70;1495.00;1.57;0.32 -866;9;1534.58;9.70;1330.00;1.57;0.30 -867;9;3129.84;13.96;1359.00;1.57;0.20 -868;9;1132.60;18.79;1510.00;1.57;0.46 -869;9;3328.58;10.95;1291.00;1.57;0.20 -870;9;1473.30;10.70;1561.00;1.57;0.26 -871;9;2789.48;14.29;1325.00;1.57;0.24 -872;9;2816.02;11.22;1359.00;1.57;0.20 -873;9;1590.76;9.80;1516.00;1.57;0.32 -874;9;2700.84;11.65;1342.00;1.57;0.24 -875;9;2727.48;11.70;1286.00;1.57;0.20 -876;9;3424.30;13.79;1301.00;1.57;0.30 -877;9;2701.20;11.50;1350.00;1.57;0.18 -878;9;3202.94;12.13;1351.00;1.57;0.18 -879;9;2720.84;11.90;1290.00;1.57;0.20 -880;9;1566.84;10.66;1558.00;1.57;0.24 -881;9;4635.76;11.82;1340.00;1.57;0.24 -882;9;1540.48;10.84;1574.00;1.57;0.26 -883;9;3048.84;10.81;1348.00;1.57;0.18 -884;9;2761.48;14.99;1361.00;1.57;0.20 -885;9;2746.12;12.60;1365.00;1.57;0.16 -886;9;3369.76;13.82;1280.00;1.57;0.36 -887;9;4752.66;10.41;1369.00;1.57;0.26 -888;9;2772.84;12.25;1314.00;1.57;0.24 -889;9;2681.66;12.72;1341.00;1.57;0.16 -890;9;3283.94;12.06;1334.00;1.57;0.18 -891;9;1629.48;10.89;1566.00;1.57;0.22 -892;9;4723.66;12.18;1338.00;1.57;0.26 -893;9;3193.84;13.63;1354.00;1.57;0.22 -894;9;1615.30;10.99;1576.00;1.57;0.18 -895;9;3170.58;9.50;1329.00;1.57;0.28 -896;9;2733.20;11.31;1324.00;1.57;0.20 -897;9;2819.84;12.26;1366.00;1.57;0.16 -898;9;4827.30;13.15;1363.00;1.57;0.26 -899;9;2812.56;12.30;1368.00;1.57;0.16 -900;9;4644.84;10.28;1326.00;1.57;0.24 -901;9;3437.94;10.32;1234.00;1.57;0.34 -902;9;2950.38;10.47;1315.00;1.57;0.18 -903;9;2738.84;12.40;1364.00;1.57;0.20 -904;9;3287.40;10.15;1341.00;1.57;0.24 -905;9;1699.86;9.59;1574.00;1.57;0.34 -906;9;4788.02;14.72;1343.00;1.57;0.22 -907;9;3150.48;12.00;1361.00;1.57;0.24 -908;9;1663.30;10.89;1584.00;1.57;0.16 -909;9;3284.30;13.78;1309.00;1.57;0.22 -910;9;2978.84;10.65;1383.00;1.57;0.22 -911;9;2899.20;9.73;1384.00;1.57;0.18 -912;9;4758.84;10.46;1319.00;1.57;0.20 -913;9;1498.58;9.99;1475.00;1.57;0.22 -914;9;3118.02;9.50;1322.00;1.57;0.22 -915;9;2802.48;12.50;1372.00;1.57;0.24 -916;9;4739.58;9.80;1376.00;1.57;0.26 -917;9;856.94;12.70;1888.00;1.57;1.12 -918;9;2715.84;12.06;1355.00;1.57;0.16 -919;9;3362.30;12.91;1317.00;1.57;0.30 -920;9;2705.48;12.64;1357.00;1.57;0.20 -921;9;3358.48;12.89;1297.00;1.57;0.28 -922;9;3236.12;10.01;1354.00;1.57;0.24 -923;9;3018.02;10.60;1352.00;1.57;0.22 -924;9;2668.48;9.89;1312.00;1.57;0.22 -925;9;3012.84;11.21;1384.00;1.57;0.24 -926;9;1405.86;10.20;1619.00;1.57;0.34 -927;9;4803.12;13.61;1371.00;1.57;0.20 -928;9;3236.30;10.09;1300.00;1.57;0.22 -929;9;2810.48;10.40;1396.00;1.57;0.18 -930;9;4728.86;10.63;1396.00;1.57;0.38 -931;9;2704.84;10.55;1299.00;1.57;0.20 -932;9;2769.84;11.69;1372.00;1.57;0.20 -933;9;3360.30;12.26;1330.00;1.57;0.24 -934;9;4685.12;12.05;1352.00;1.57;0.30 -935;9;3159.66;13.81;1368.00;1.57;0.26 -936;9;3146.84;12.90;1339.00;1.57;0.24 -937;9;3106.12;13.77;1383.00;1.57;0.24 -938;9;2693.38;13.20;1332.00;1.57;0.18 -939;9;2726.84;14.11;1333.00;1.57;0.24 -940;9;3308.66;13.25;1285.00;1.57;0.26 -941;9;955.76;12.54;1463.00;1.57;0.36 -942;9;2765.20;11.95;1311.00;1.57;0.20 -943;9;2831.02;10.47;1386.00;1.57;0.22 -944;9;4824.84;11.83;1375.00;1.57;0.24 -945;9;4759.48;11.15;1348.00;1.57;0.18 -946;9;4791.12;12.33;1383.00;1.57;0.26 -947;9;3258.02;11.91;1325.00;1.57;0.22 -948;9;2780.48;13.59;1342.00;1.57;0.20 -949;9;3166.30;13.00;1374.00;1.57;0.20 -950;9;2744.48;12.39;1289.00;1.57;0.20 -951;9;1582.40;10.40;1523.00;1.57;0.26 -952;9;4613.48;13.30;1349.00;1.57;0.28 -953;9;3090.66;14.05;1388.00;1.57;0.20 -954;9;1422.66;10.16;1500.00;1.57;0.26 -955;9;3037.02;9.60;1338.00;1.57;0.22 -956;9;2898.30;10.90;1392.00;1.57;0.18 -957;9;4867.58;9.50;1386.00;1.57;0.34 -958;9;2882.20;9.85;1399.00;1.57;0.16 -959;9;4824.02;10.29;1344.00;1.57;0.22 -960;9;3387.12;13.45;1333.00;1.57;0.24 -961;9;3352.84;15.38;1286.00;1.57;0.24 -962;9;2799.48;11.55;1298.00;1.57;0.20 -963;9;3022.02;12.62;1360.00;1.57;0.22 -964;9;4714.12;10.06;1327.00;1.57;0.24 -965;9;3164.48;11.85;1383.00;1.57;0.24 -966;9;3145.38;12.90;1329.00;1.57;0.18 -967;9;3005.84;11.66;1391.00;1.57;0.24 -968;9;1473.58;10.99;1444.00;1.57;0.26 -969;9;2955.56;9.80;1429.00;1.57;0.14 -970;9;2665.84;9.66;1298.00;1.57;0.18 -971;9;1515.48;10.45;1521.00;1.57;0.28 -972;9;4650.30;12.82;1364.00;1.57;0.22 -973;9;4833.30;11.66;1391.00;1.57;0.20 -974;9;3140.20;13.43;1345.00;1.57;0.18 -975;9;3397.86;12.95;1338.00;1.57;0.22 -976;9;3150.66;13.64;1299.00;1.57;0.26 -977;9;2743.84;14.55;1339.00;1.57;0.24 -978;9;4781.84;13.07;1327.00;1.57;0.22 -979;9;3321.12;13.07;1354.00;1.57;0.24 -980;9;2670.20;9.61;1290.00;1.57;0.20 -981;9;3256.84;12.60;1307.00;1.57;0.24 -982;9;3103.48;14.09;1392.00;1.57;0.28 -983;9;1636.26;9.60;1715.00;1.57;0.80 -984;9;3052.56;10.18;1403.00;1.57;0.16 -985;9;2718.48;11.60;1309.00;1.57;0.20 -986;9;919.48;9.89;1461.00;1.57;0.28 -987;9;4725.12;9.70;1351.00;1.57;0.28 -988;9;3109.28;11.00;664.00;1.57;0.78 -989;9;2768.94;12.66;1224.00;1.57;0.34 -990;9;3127.46;9.50;1742.00;1.57;0.62 -991;9;2518.86;9.50;829.00;1.57;1.10 -992;9;3266.04;9.90;1142.00;1.57;0.38 -993;9;4986.02;9.70;1254.00;1.57;0.22 -994;9;4507.94;9.70;948.00;1.57;0.26 -995;9;2231.56;9.50;690.00;1.57;1.16 -996;9;4666.84;11.15;1169.00;1.57;0.18 -997;9;4250.12;9.90;1015.00;1.57;0.32 -998;9;4941.02;9.62;1271.00;1.57;0.22 -999;9;2216.26;9.50;1826.00;1.57;1.52 -1000;9;828.32;9.50;73.00;1.57;1.26 -1001;9;4647.76;9.70;1196.00;1.57;0.24 -1002;9;5407.84;10.27;831.00;1.57;0.16 -1003;9;4769.66;9.52;1287.00;1.57;0.20 -1004;9;4560.76;10.18;1220.00;1.57;0.36 -1005;9;3277.76;13.36;1268.00;1.57;0.28 -1006;9;4627.66;13.47;1066.00;1.57;0.26 -1007;9;3872.18;9.50;900.00;1.57;0.98 -1008;9;3277.38;9.50;1207.00;1.57;0.66 -1009;9;3026.48;9.50;1269.00;1.57;0.24 -1010;9;4465.06;13.35;1110.00;1.57;0.34 -1011;9;5033.30;9.50;641.00;1.57;1.08 -1012;9;5213.86;9.50;1291.00;1.57;1.46 -1013;9;2815.22;9.70;1252.00;1.57;0.28 -1014;9;4269.12;9.50;970.00;1.57;0.32 -1015;9;3349.20;10.83;1146.00;1.57;0.20 -1016;9;4686.10;9.50;429.00;1.57;1.02 -1017;9;4317.56;9.50;611.00;1.57;1.00 -1018;9;4503.30;9.66;1004.00;1.57;0.24 -1019;9;1578.94;9.70;1436.00;1.57;0.26 -1020;9;4852.74;10.15;1175.00;1.57;0.14 -1021;9;4473.56;9.50;214.00;1.57;1.16 -1022;9;3780.28;9.50;677.00;1.57;0.94 -1023;9;4528.48;10.29;1055.00;1.57;0.28 -1024;9;4997.48;12.20;1279.00;1.57;0.22 -1025;9;4844.20;11.64;1206.00;1.57;0.20 -1026;9;2901.90;9.50;23.00;1.57;0.90 -1027;9;4576.20;14.48;1309.00;1.57;0.20 -1028;9;3310.48;12.23;1049.00;1.57;0.28 -1029;9;4660.48;9.70;1225.00;1.57;0.28 -1030;9;2166.28;9.50;119.00;1.57;1.08 -1031;9;2290.36;9.50;352.00;1.57;0.96 -1032;9;2465.26;9.50;1172.00;1.57;1.22 -1033;9;3366.96;9.67;1094.00;1.57;0.56 -1034;9;4534.76;11.31;1250.00;1.57;0.36 -1035;9;2476.14;9.50;1559.00;1.57;1.54 -1036;9;4596.76;11.40;1138.00;1.57;0.30 -1037;9;2951.66;11.32;1231.00;1.57;0.26 -1038;9;4515.94;9.85;966.00;1.57;0.28 -1039;9;1107.34;9.50;121.00;1.57;1.16 -1040;9;103.50;9.50;471.00;1.57;1.04 -1041;9;3051.94;9.85;1159.00;1.57;0.32 -1042;9;5327.94;9.50;481.00;1.57;0.22 -1043;9;2917.66;10.70;1114.00;1.57;1.26 -1044;9;244.14;9.50;1583.00;1.57;1.18 -1045;9;437.18;9.50;635.00;1.57;0.98 -1046;9;2942.58;11.24;1253.00;1.57;0.28 -1047;9;4571.12;10.11;1022.00;1.57;0.28 -1048;9;2707.84;9.71;1264.00;1.57;0.20 -1049;9;1343.32;9.50;716.00;1.57;1.10 -1051;9;4925.84;11.03;1216.00;1.57;0.24 -1052;9;4655.30;9.69;1315.00;1.57;0.30 -1053;9;4603.30;10.50;1069.00;1.57;0.30 -1054;9;4800.58;9.60;1231.00;1.57;0.26 -1055;9;4681.48;10.95;1107.00;1.57;0.28 -1056;9;3380.76;12.31;1229.00;1.57;0.36 -1057;9;3136.92;10.10;1077.00;1.57;0.82 -1058;9;2927.84;13.36;1246.00;1.57;0.24 -1059;9;4149.12;10.56;1009.00;1.57;0.30 -1060;9;3180.40;9.70;1143.00;1.57;0.40 -1061;9;3900.40;9.84;1035.00;1.57;0.40 -1062;9;3128.66;12.92;1170.00;1.57;0.26 -1063;9;4991.66;10.88;1310.00;1.57;0.26 -1064;9;3321.30;9.92;1057.00;1.57;0.30 -1065;9;3355.84;9.70;1193.00;1.57;0.24 -1066;9;4648.84;11.29;1112.00;1.57;0.24 -1067;9;4926.66;10.13;1237.00;1.57;0.20 -1068;9;3282.94;9.70;1129.00;1.57;0.22 -1069;9;4633.12;10.77;1262.00;1.57;0.30 -1070;9;4528.48;9.69;965.00;1.57;0.28 -1071;9;3254.66;9.65;1151.00;1.57;0.26 -1072;9;3393.12;13.92;1234.00;1.57;0.32 -1073;9;4445.30;9.80;1002.00;1.57;0.28 -1074;9;3365.66;11.12;1195.00;1.57;0.26 -1075;9;4229.48;10.00;1034.00;1.57;0.28 -1076;9;4653.94;9.52;1215.00;1.57;0.26 -1077;9;1612.04;9.60;1462.00;1.57;0.28 -1078;9;4604.48;10.05;1046.00;1.57;0.26 -1079;9;2697.40;13.01;1201.00;1.57;0.30 -1080;9;3302.58;10.60;1106.00;1.57;0.38 -1081;9;4804.20;12.68;1249.00;1.57;0.20 -1082;9;4310.40;9.99;1053.00;1.57;0.40 -1083;9;4626.12;10.53;1156.00;1.57;0.30 -1084;9;4635.84;9.83;1276.00;1.57;0.24 -1085;9;5315.12;9.50;506.00;1.57;0.32 -1086;9;3353.38;10.88;1170.00;1.57;0.18 -1087;9;4543.12;9.98;1021.00;1.57;0.24 -1088;9;3367.12;9.50;1240.00;1.57;0.32 -1089;9;4679.20;10.40;1182.00;1.57;0.20 -1090;9;2744.48;13.40;1276.00;1.57;0.20 -1091;9;4682.74;11.17;1032.00;1.57;0.14 -1092;9;4869.84;9.75;1220.00;1.57;0.22 -1093;9;2781.84;11.24;1291.00;1.57;0.20 -1094;9;4665.84;13.14;1096.00;1.57;0.24 -1095;9;2786.58;10.29;1108.00;1.57;0.98 -1096;9;4688.20;11.86;1138.00;1.57;0.20 -1097;9;4973.94;13.18;1249.00;1.57;0.22 -1098;9;4675.02;9.50;647.00;1.57;0.22 -1099;9;4653.48;9.70;1167.00;1.57;0.22 -1100;9;4796.02;9.90;1267.00;1.57;0.22 -1101;9;4137.94;9.90;991.00;1.57;0.30 -1102;9;2658.04;10.73;1163.00;1.57;0.44 -1103;9;3932.86;9.90;1043.00;1.57;0.40 -1104;9;4684.76;9.53;1280.00;1.57;0.22 -1105;9;2972.22;10.17;1186.00;1.57;0.30 -1106;9;3125.02;9.52;1290.00;1.57;0.22 -1107;9;3905.76;13.97;1154.00;1.57;0.36 -1108;9;3367.12;9.79;1219.00;1.57;0.28 -1109;9;3159.94;10.66;1295.00;1.57;0.20 -1110;9;4622.94;10.12;1092.00;1.57;0.34 -1111;9;2755.76;12.96;1214.00;1.57;0.36 -1112;9;3322.58;9.65;1129.00;1.57;0.36 -1113;9;4986.48;10.50;1264.00;1.57;0.24 -1114;9;4421.68;12.33;1022.00;1.57;0.34 -1115;9;2720.08;10.80;1020.00;1.57;1.40 -1116;9;4269.24;14.09;1100.00;1.57;0.46 -1117;9;4974.48;10.29;1278.00;1.57;0.28 -1118;9;3043.84;10.73;1166.00;1.57;0.24 -1119;9;3272.48;10.39;1258.00;1.57;0.28 -1120;9;4581.30;10.14;1044.00;1.57;0.30 -1121;9;4644.48;11.25;1211.00;1.57;0.22 -1122;9;3292.12;10.04;1269.00;1.57;0.26 -1123;9;4815.38;9.50;1102.00;1.57;0.18 -1124;9;4654.20;11.03;1235.00;1.57;0.20 -1125;9;4654.30;10.96;1140.00;1.57;0.30 -1126;9;2836.14;12.85;1202.00;1.57;0.46 -1127;9;3116.66;10.07;1151.00;1.57;0.26 -1128;9;2853.48;12.60;1237.00;1.57;0.24 -1129;9;4022.50;21.65;1179.00;1.57;0.50 -1130;9;3174.02;12.06;1175.00;1.57;0.22 -1131;9;4537.84;10.78;1012.00;1.57;0.24 -1132;9;1588.04;9.70;1445.00;1.57;0.36 -1133;9;4920.84;9.70;1207.00;1.57;0.20 -1134;9;4615.84;9.91;1308.00;1.57;0.24 -1135;9;49.44;9.50;1780.00;1.57;0.34 -1136;9;4914.84;10.73;1234.00;1.57;0.24 -1137;9;4596.22;15.24;1323.00;1.57;0.26 -1138;9;4636.48;10.85;1086.00;1.57;0.28 -1139;9;4575.76;10.25;1235.00;1.57;0.22 -1140;9;3156.92;9.80;1116.00;1.57;0.72 -1141;9;2923.22;12.86;1231.00;1.57;0.42 -1142;9;4246.48;9.64;989.00;1.57;0.26 -1143;9;3224.06;9.60;1129.00;1.57;0.44 -1144;9;3918.22;10.30;1023.00;1.57;0.40 -1145;9;2849.30;10.76;1258.00;1.57;0.24 -1146;9;4650.48;9.70;1177.00;1.57;0.28 -1147;9;3894.42;9.70;1052.00;1.57;0.34 -1148;9;4803.48;12.19;1287.00;1.57;0.24 -1149;9;3008.02;10.52;1185.00;1.57;0.22 -1150;9;4700.30;9.50;1305.00;1.57;0.24 -1151;9;3306.58;10.10;1081.00;1.57;0.32 -1152;9;2734.68;16.59;1187.00;1.57;0.36 -1153;9;4624.22;10.10;1135.00;1.57;0.24 -1154;9;4656.66;11.50;1247.00;1.57;0.24 -1155;9;3314.76;9.80;1156.00;1.57;0.28 -1156;9;3030.66;10.82;1284.00;1.57;0.20 -1157;9;4467.48;9.60;991.00;1.57;0.28 -1158;9;4822.86;9.50;1197.00;1.57;0.24 -1159;9;4183.66;9.59;1006.00;1.57;0.26 -1160;9;2928.30;10.49;1260.00;1.57;0.30 -1161;9;4637.94;11.22;1205.00;1.57;0.24 -1162;9;4592.76;10.10;1039.00;1.57;0.30 -1163;9;1601.40;9.70;1451.00;1.57;0.28 -1164;9;3185.48;10.05;1236.00;1.57;0.16 -1165;9;5011.02;11.02;1302.00;1.57;0.22 -1166;9;4653.48;11.94;1074.00;1.57;0.28 -1167;9;4887.84;12.28;1237.00;1.57;0.24 -1168;9;4695.48;9.60;1118.00;1.57;0.24 -1169;9;4595.94;10.22;1259.00;1.57;0.26 -1170;9;4329.40;12.36;1015.00;1.57;0.40 -1171;9;4648.30;9.85;1158.00;1.57;0.26 -1172;9;4445.22;14.43;1036.00;1.57;0.40 -1173;9;3143.56;9.51;1271.00;1.57;0.16 -1174;9;3017.66;10.38;1167.00;1.57;0.26 -1175;9;4693.20;11.36;1022.00;1.57;0.20 -1176;9;2750.12;14.08;1272.00;1.57;0.20 -1177;9;4777.84;9.66;1201.00;1.57;0.12 -1178;9;2719.48;9.95;1279.00;1.57;0.16 -1179;9;3835.88;10.93;1071.00;1.57;0.50 -1180;9;4565.76;11.43;1245.00;1.57;0.30 -1181;9;3243.88;12.11;628.00;1.57;0.68 -1182;9;4984.20;9.63;1244.00;1.57;0.20 -1183;9;4840.02;9.87;1178.00;1.57;0.18 -1184;9;4669.48;11.30;1265.00;1.57;0.22 -1185;9;4456.30;9.56;975.00;1.57;0.20 -1186;9;3153.94;9.80;1164.00;1.57;0.34 -1187;9;4555.84;10.48;1015.00;1.57;0.24 -1188;9;4595.66;10.46;1271.00;1.57;0.26 -1189;9;2998.66;11.04;1183.00;1.57;0.26 -1190;9;3885.14;9.70;1025.00;1.57;0.32 -1191;9;4867.66;11.75;1227.00;1.57;0.22 -1192;9;2760.84;12.73;1286.00;1.57;0.24 -1193;9;4641.94;11.17;1077.00;1.57;0.24 -1194;9;2708.12;10.03;1225.00;1.57;0.30 -1195;9;4678.84;11.86;1121.00;1.57;0.24 -1196;9;4435.22;13.00;1028.00;1.57;0.38 -1197;9;4310.78;11.21;1087.00;1.57;0.40 -1198;9;3109.66;9.70;1142.00;1.57;0.26 -1199;9;3975.12;10.48;1044.00;1.57;0.32 -1200;9;4691.40;11.09;1275.00;1.57;0.22 -1201;9;3350.20;9.50;1184.00;1.57;0.20 -1202;9;4584.94;9.89;1028.00;1.57;0.26 -1203;9;4569.30;12.82;1291.00;1.57;0.30 -1204;9;3148.84;11.01;1188.00;1.57;0.24 -1205;9;3138.48;10.80;1296.00;1.57;0.22 -1206;9;3305.22;10.59;1033.00;1.57;0.42 -1207;9;2712.96;17.33;1183.00;1.57;0.34 -1208;9;4511.44;9.50;676.00;1.57;0.84 -1209;9;4548.22;9.70;520.00;1.57;0.20 -1210;9;3679.48;10.00;1550.00;1.57;0.28 -1211;9;3100.72;9.50;1731.00;1.57;0.92 -1212;9;2605.38;9.50;736.00;1.57;1.18 -1213;9;4063.30;12.76;757.00;1.57;0.30 -1214;9;847.50;10.30;1725.00;1.57;0.36 -1215;9;2083.26;9.50;861.00;1.57;0.72 -1216;9;3863.40;18.12;1303.00;1.57;0.24 -1217;9;4904.12;10.44;441.00;1.57;0.32 -1218;9;2189.86;9.50;1752.00;1.57;1.06 -1219;9;791.80;9.50;159.00;1.57;1.30 -1220;9;3725.78;9.97;1463.00;1.57;0.44 -1221;9;4690.84;9.66;872.00;1.57;0.20 -1222;9;5059.12;10.85;535.00;1.57;0.32 -1223;9;3894.70;10.20;1527.00;1.57;0.38 -1224;9;4749.02;9.66;825.00;1.57;0.22 -1225;9;4599.66;9.70;604.00;1.57;0.26 -1226;9;3854.20;9.50;796.00;1.57;0.82 -1227;9;2877.24;9.50;1720.00;1.57;0.48 -1228;9;4071.30;9.80;923.00;1.57;0.30 -1229;9;3855.34;10.20;1576.00;1.57;0.44 -1230;9;4535.22;10.35;655.00;1.57;0.32 -1231;9;5130.32;9.50;658.00;1.57;1.32 -1232;9;5171.88;9.50;1238.00;1.57;1.36 -1233;9;3746.68;11.55;1628.00;1.57;0.34 -1234;9;4753.84;10.30;756.00;1.57;0.24 -1235;9;4599.56;9.50;429.00;1.57;1.10 -1236;9;4370.36;9.50;599.00;1.57;0.94 -1237;9;5408.40;9.50;400.00;1.57;0.40 -1238;9;3997.66;9.50;806.00;1.57;0.26 -1239;9;3974.70;11.50;1461.00;1.57;0.44 -1240;9;4536.92;9.50;180.00;1.57;1.12 -1241;9;3810.92;9.50;712.00;1.57;0.78 -1242;9;5070.76;9.70;528.00;1.57;0.26 -1243;9;3891.88;10.40;1479.00;1.57;0.52 -1244;9;4394.66;9.55;857.00;1.57;0.26 -1245;9;2880.48;9.50;120.00;1.57;1.16 -1246;9;4452.20;10.30;591.00;1.57;0.20 -1247;9;3677.86;11.36;1483.00;1.57;0.40 -1248;9;4484.84;11.98;883.00;1.57;0.24 -1249;9;2141.04;9.50;151.00;1.57;0.96 -1250;9;2328.84;9.50;364.00;1.57;1.24 -1251;9;2449.78;9.50;1222.00;1.57;1.22 -1252;9;4635.76;10.40;662.00;1.57;0.34 -1253;9;4333.58;10.81;937.00;1.57;0.38 -1254;9;3673.40;9.90;1536.00;1.57;0.38 -1255;9;2466.84;9.50;1616.00;1.57;1.24 -1256;9;1658.00;9.50;2034.00;1.57;0.66 -1257;9;4415.40;19.11;1186.00;1.57;0.40 -1258;9;3686.94;10.39;1603.00;1.57;0.34 -1259;9;1269.20;9.50;221.00;1.57;1.10 -1260;9;162.56;9.50;482.00;1.57;1.06 -1261;9;4727.02;10.08;817.00;1.57;0.22 -1262;9;1030.72;12.85;1734.00;1.57;0.68 -1263;9;5396.30;9.50;296.00;1.57;0.20 -1264;9;8.72;9.50;1369.00;1.57;0.92 -1265;9;158.76;9.50;1527.00;1.57;1.12 -1266;9;424.04;9.50;586.00;1.57;1.10 -1267;9;4967.04;12.98;1506.00;1.57;0.26 -1268;9;4033.48;11.89;836.00;1.57;0.28 -1269;9;5278.68;10.50;493.00;1.57;0.48 -1270;9;1496.74;9.50;643.00;1.57;1.14 -1272;9;3821.06;10.10;1502.00;1.57;0.46 -1273;9;3959.02;9.50;895.00;1.57;0.22 -1274;9;4426.40;10.67;587.00;1.57;0.28 -1275;9;4045.40;10.20;923.00;1.57;0.34 -1276;9;3828.68;9.91;1548.00;1.57;0.46 -1277;9;4392.58;10.30;662.00;1.57;0.38 -1278;9;3681.40;9.80;1615.00;1.57;0.26 -1279;9;4391.02;10.34;746.00;1.57;0.22 -1280;9;1051.30;9.98;314.00;1.57;0.24 -1281;9;4349.56;10.13;799.00;1.57;0.16 -1282;9;1736.04;10.42;1655.00;1.57;0.36 -1283;9;5030.22;10.02;509.00;1.57;0.32 -1284;9;1709.22;9.77;1680.00;1.57;0.42 -1285;9;4503.02;11.71;838.00;1.57;0.20 -1286;9;5166.02;9.72;567.00;1.57;0.18 -1287;9;3983.78;9.80;1521.00;1.57;0.58 -1288;9;4696.38;10.78;893.00;1.57;0.18 -1289;9;4704.66;10.00;663.00;1.57;0.22 -1290;9;3646.04;9.70;1531.00;1.57;0.32 -1291;9;4376.02;9.70;740.00;1.57;0.22 -1292;9;3812.86;9.80;1635.00;1.57;0.44 -1293;9;4764.84;9.50;800.00;1.57;0.24 -1294;9;3853.42;9.80;1632.00;1.57;0.48 -1295;9;3616.72;9.85;1811.00;1.57;0.66 -1296;9;4353.02;10.24;842.00;1.57;0.22 -1297;9;4106.98;9.95;1595.00;1.57;0.42 -1298;9;4675.76;9.50;513.00;1.57;0.20 -1299;9;1543.42;11.10;1695.00;1.57;0.42 -1300;9;4501.84;12.28;878.00;1.57;0.18 -1301;9;5131.84;10.53;557.00;1.57;0.22 -1302;9;4470.48;10.74;920.00;1.57;0.26 -1303;9;3808.86;9.80;1536.00;1.57;0.46 -1304;9;4520.94;10.30;653.00;1.57;0.34 -1305;9;3671.58;9.89;1599.00;1.57;0.38 -1306;9;4654.94;10.25;730.00;1.57;0.26 -1307;9;3624.76;10.10;1752.00;1.57;0.36 -1308;9;4349.56;9.70;815.00;1.57;0.16 -1309;9;3934.96;10.30;1594.00;1.57;0.56 -1310;9;5011.86;10.03;508.00;1.57;0.24 -1311;9;4749.12;10.87;845.00;1.57;0.20 -1312;9;3878.96;10.70;1458.00;1.57;0.52 -1313;9;4435.30;9.97;578.00;1.57;0.26 -1314;9;3739.78;10.30;1480.00;1.57;0.48 -1315;9;4340.12;9.50;872.00;1.57;0.30 -1316;9;4514.78;9.66;637.00;1.57;0.46 -1317;9;4028.68;10.30;913.00;1.57;0.38 -1318;9;3634.48;9.70;1521.00;1.57;0.28 -1319;9;4401.96;15.37;1068.00;1.57;0.38 -1320;9;925.32;14.27;1708.00;1.57;0.52 -1321;9;4000.84;9.50;792.00;1.57;0.24 -1322;9;5024.30;9.50;1476.00;1.57;0.30 -1323;9;877.70;12.68;1799.00;1.57;0.70 -1324;9;4438.30;10.20;855.00;1.57;0.30 -1325;9;4953.94;13.06;1500.00;1.57;0.34 -1326;9;4773.20;11.74;510.00;1.57;0.18 -1327;9;3789.06;10.50;1626.00;1.57;0.44 -1328;9;4494.84;12.08;873.00;1.57;0.24 -1329;9;5123.84;9.61;559.00;1.57;0.16 -1330;9;4307.48;10.40;920.00;1.57;0.28 -1331;9;3808.14;9.80;1516.00;1.57;0.44 -1332;9;4418.76;9.85;629.00;1.57;0.18 -1333;9;4284.02;10.82;957.00;1.57;0.22 -1334;9;3732.04;10.30;1607.00;1.57;0.42 -1335;9;4609.76;12.12;717.00;1.57;0.36 -1336;9;3673.48;9.90;1696.00;1.57;0.28 -1337;9;4366.20;9.79;775.00;1.57;0.20 -1338;9;1735.30;9.65;1634.00;1.57;0.30 -1339;9;4752.20;10.71;500.00;1.57;0.20 -1340;9;4755.66;9.90;839.00;1.57;0.20 -1341;9;1625.86;10.08;1661.00;1.57;0.46 -1342;9;4453.74;9.70;565.00;1.57;0.14 -1343;9;4959.12;11.61;1521.00;1.57;0.32 -1344;9;4035.86;11.11;861.00;1.57;0.26 -1345;9;4427.86;9.70;628.00;1.57;0.46 -1346;9;2916.38;12.72;1488.00;1.57;0.18 -1347;9;957.02;14.50;1801.00;1.57;0.92 -1348;9;4406.02;10.77;719.00;1.57;0.22 -1349;9;3945.66;9.50;954.00;1.57;0.26 -1350;9;3639.30;9.83;1575.00;1.57;0.30 -1351;9;4773.68;9.50;714.00;1.57;0.48 -1352;9;1300.40;11.20;1515.00;1.57;0.40 -1353;9;4410.84;11.00;846.00;1.57;0.24 -1354;9;1789.04;9.80;1629.00;1.57;0.44 -1355;9;4731.22;9.50;486.00;1.57;0.42 -1356;9;1698.32;11.84;1697.00;1.57;0.42 -1357;9;4389.58;11.24;917.00;1.57;0.38 -1358;9;5224.38;10.49;554.00;1.57;0.18 -1359;9;3997.58;10.65;931.00;1.57;0.38 -1360;9;3770.22;9.80;1513.00;1.57;0.42 -1361;9;5170.30;9.50;600.00;1.57;0.26 -1362;9;4436.94;11.35;948.00;1.57;0.30 -1363;9;3803.60;9.84;1583.00;1.57;0.38 -1364;9;4384.02;10.70;721.00;1.57;0.22 -1365;9;3652.30;9.80;1673.00;1.57;0.30 -1366;9;4350.02;9.55;776.00;1.57;0.22 -1367;9;4437.04;10.50;1165.00;1.57;0.44 -1368;9;4719.84;10.28;829.00;1.57;0.24 -1369;9;4157.50;10.65;1603.00;1.57;0.50 -1370;9;5287.40;9.84;484.00;1.57;0.16 -1371;9;3718.50;9.80;1475.00;1.57;0.34 -1372;9;4718.84;9.56;872.00;1.57;0.24 -1373;9;4410.40;9.70;617.00;1.57;0.28 -1374;9;4455.30;10.12;899.00;1.57;0.30 -1375;9;3943.60;9.70;1541.00;1.57;0.58 -1376;9;4381.66;9.70;708.00;1.57;0.26 -1377;9;4056.68;9.80;1093.00;1.57;0.48 -1378;9;3677.12;9.91;1567.00;1.57;0.32 -1379;9;4772.02;10.27;779.00;1.57;0.22 -1380;9;3668.40;9.99;1655.00;1.57;0.26 -1381;9;4044.12;9.81;818.00;1.57;0.32 -1382;9;3902.78;10.70;1451.00;1.57;0.58 -1383;9;4386.22;12.82;1029.00;1.57;0.42 -1384;9;3879.76;16.65;1296.00;1.57;0.36 -1385;9;4345.30;9.78;864.00;1.57;0.22 -1386;9;4495.20;10.33;543.00;1.57;0.20 -1387;9;3826.60;10.30;1662.00;1.57;0.36 -1388;9;4697.38;10.50;903.00;1.57;0.18 -1389;9;5055.48;10.35;582.00;1.57;0.26 -1390;9;4433.30;10.04;939.00;1.57;0.30 -1391;9;3860.88;10.40;1592.00;1.57;0.46 -1392;9;4404.84;9.76;706.00;1.57;0.24 -1393;9;876.86;10.60;1741.00;1.57;0.46 -1394;9;4357.02;10.73;781.00;1.57;0.22 -1395;9;4431.58;10.40;1135.00;1.57;0.38 -1396;9;4465.02;9.62;816.00;1.57;0.22 -1397;9;4945.76;11.27;1486.00;1.57;0.36 -1398;9;4456.04;9.52;543.00;1.57;0.20 -1399;9;5194.04;9.50;1502.00;1.57;0.44 -1400;9;4489.02;11.20;860.00;1.57;0.22 -1401;9;4449.12;9.71;605.00;1.57;0.30 -1402;9;3951.32;11.35;1455.00;1.57;0.52 -1403;9;4330.66;9.50;911.00;1.57;0.26 -1404;9;4628.58;10.99;693.00;1.57;0.26 -1405;9;3973.86;12.19;958.00;1.57;0.34 -1406;9;3689.48;10.40;1553.00;1.57;0.28 -1407;9;4768.38;10.22;769.00;1.57;0.18 -1408;9;887.94;10.58;1730.00;1.57;0.32 -1409;9;4020.30;10.24;805.00;1.57;0.30 -1410;9;4928.40;10.16;454.00;1.57;0.40 -1411;9;900.58;12.55;1846.00;1.57;1.36 -1412;9;3989.94;12.66;865.00;1.57;0.34 -1413;9;4532.66;9.53;541.00;1.57;0.24 -1414;9;919.60;12.27;1621.00;1.57;0.60 -1415;9;4685.38;10.61;903.00;1.57;0.18 -1416;9;4610.12;11.00;606.00;1.57;0.28 -1417;9;4310.66;10.50;941.00;1.57;0.26 -1418;9;3890.70;10.30;1585.00;1.57;0.40 -1419;9;4798.40;10.28;678.00;1.57;0.40 -1420;9;836.50;12.00;1741.00;1.57;0.38 -1421;9;4710.56;9.63;762.00;1.57;0.16 -1422;9;4913.76;10.30;454.00;1.57;0.36 -1423;9;4459.94;9.70;810.00;1.57;0.24 -1424;9;1790.32;9.84;1661.00;1.57;0.48 -1425;9;4477.84;10.73;537.00;1.57;0.24 -1426;9;1811.86;11.60;1892.00;1.57;1.46 -1427;9;4367.48;9.50;867.00;1.57;0.28 -1428;9;4352.78;9.50;617.00;1.57;0.58 -1429;9;3737.04;9.90;1500.00;1.57;0.38 -1430;9;4045.76;9.90;894.00;1.57;0.32 -1431;9;4856.04;10.20;442.00;1.57;0.34 -1432;9;941.60;15.85;1500.00;1.57;0.50 -1433;9;1510.04;9.80;1377.00;1.57;0.30 -1434;9;3217.96;9.50;1735.00;1.57;0.62 -1435;9;2853.36;9.50;574.00;1.57;0.96 -1436;9;1633.66;11.30;1594.00;1.57;0.26 -1437;9;4792.84;9.50;641.00;1.57;0.20 -1438;9;4566.30;13.31;1305.00;1.57;0.30 -1439;9;2018.84;9.50;920.00;1.57;1.14 -1440;9;1763.32;9.83;1162.00;1.57;0.20 -1441;9;1356.22;11.00;1503.00;1.57;0.36 -1442;9;2243.98;9.50;1664.00;1.57;1.00 -1443;9;684.74;9.50;216.00;1.57;1.14 -1444;9;4152.12;10.18;1025.00;1.57;0.32 -1445;9;1482.12;10.21;1513.00;1.57;0.32 -1446;9;2237.04;10.70;747.00;1.57;0.36 -1447;9;5483.08;9.50;1730.00;1.57;1.30 -1448;9;4575.84;10.03;1084.00;1.57;0.24 -1449;9;1861.32;9.70;336.00;1.57;0.52 -1450;9;3547.94;14.78;1351.00;1.57;0.24 -1451;9;3799.26;9.50;749.00;1.57;0.86 -1452;9;3008.30;9.50;1317.00;1.57;1.24 -1453;9;1381.76;10.30;1373.00;1.57;0.30 -1454;9;4870.14;10.60;415.00;1.57;0.42 -1455;9;3521.48;16.96;1367.00;1.57;0.26 -1456;9;5071.42;9.50;673.00;1.57;1.06 -1457;9;5251.36;9.50;1267.00;1.57;0.86 -1458;9;4522.94;13.22;1273.00;1.57;0.34 -1459;9;3888.96;11.16;1342.00;1.57;0.56 -1460;9;4358.40;9.70;652.00;1.57;0.26 -1461;9;4670.20;9.50;394.00;1.57;0.78 -1462;9;4264.62;9.50;657.00;1.57;0.82 -1463;9;3490.76;12.78;1277.00;1.57;0.30 -1464;9;4406.76;9.90;943.00;1.57;0.28 -1465;9;4500.84;9.50;162.00;1.57;1.24 -1466;9;3767.74;9.50;716.00;1.57;0.84 -1467;9;3526.30;15.64;1324.00;1.57;0.30 -1468;9;3268.80;13.60;160.00;1.57;0.80 -1469;9;4473.76;10.53;1019.00;1.57;0.32 -1470;9;3652.92;9.50;11.00;1.57;0.54 -1471;9;2985.62;9.50;67.00;1.57;1.06 -1472;9;5108.50;11.20;275.00;1.57;0.44 -1473;9;3125.08;10.70;864.00;1.57;0.88 -1474;9;4499.04;11.00;1101.00;1.57;0.36 -1475;9;2089.72;9.50;63.00;1.57;0.92 -1476;9;2366.38;9.50;380.00;1.57;1.18 -1477;9;2486.24;9.50;1261.00;1.57;1.22 -1478;9;4872.70;9.90;398.00;1.57;0.48 -1479;9;3746.88;9.70;1384.00;1.57;0.48 -1480;9;1519.50;9.70;1385.00;1.57;0.46 -1481;9;2464.20;9.50;1666.00;1.57;1.20 -1482;9;1556.74;9.50;1992.00;1.57;1.04 -1483;9;3941.52;14.40;1337.00;1.57;0.36 -1484;9;4698.84;10.90;626.00;1.57;0.24 -1485;9;1511.40;10.70;1441.00;1.57;0.40 -1486;9;1309.60;9.50;265.00;1.57;1.60 -1487;9;162.30;9.50;529.00;1.57;1.22 -1488;9;4342.30;11.22;949.00;1.57;0.30 -1489;9;4598.50;13.20;1356.00;1.57;0.28 -1490;9;208.58;9.50;1535.00;1.57;1.04 -1491;9;487.82;9.50;644.00;1.57;1.02 -1492;9;4307.84;11.65;1004.00;1.57;0.24 -1493;9;3717.52;12.20;1335.00;1.57;0.56 -1494;9;3270.08;14.17;190.00;1.57;0.84 -1495;9;1437.04;9.50;782.00;1.57;1.02 -1497;9;4214.04;10.95;1070.00;1.57;0.26 -1498;9;4676.16;10.48;256.00;1.57;0.62 -1499;9;4716.78;11.50;1409.00;1.57;0.34 -1500;9;1328.04;10.20;1362.00;1.57;0.36 -1501;9;5003.94;9.70;402.00;1.57;0.34 -1502;9;4689.98;11.70;1453.00;1.57;0.54 -1503;9;1349.96;10.35;1418.00;1.57;0.22 -1504;9;4919.30;10.04;1458.00;1.57;0.28 -1505;9;4706.94;12.01;631.00;1.57;0.34 -1506;9;1549.22;11.73;1493.00;1.57;0.32 -1507;9;4394.58;10.44;946.00;1.57;0.38 -1508;9;4668.94;11.42;1393.00;1.57;0.32 -1509;9;3140.84;12.03;192.00;1.57;1.08 -1510;9;4090.22;10.20;1018.00;1.57;0.38 -1511;9;4639.08;9.80;248.00;1.57;0.56 -1512;9;5053.34;9.76;1382.00;1.57;0.30 -1513;9;1635.52;9.50;1239.00;1.57;0.52 -1514;9;4962.04;9.84;379.00;1.57;0.44 -1515;9;5148.08;9.50;1447.00;1.57;0.88 -1516;9;3187.80;12.40;511.00;1.57;0.80 -1517;9;3622.88;9.65;1384.00;1.57;0.44 -1518;9;4687.66;12.94;623.00;1.57;0.26 -1519;9;4556.22;14.01;1268.00;1.57;0.32 -1520;9;4442.48;10.09;925.00;1.57;0.28 -1521;9;3714.34;13.10;1274.00;1.57;0.42 -1522;9;4400.78;12.40;1018.00;1.57;0.34 -1523;9;1373.34;10.40;1522.00;1.57;0.34 -1524;9;2215.86;10.45;717.00;1.57;0.38 -1525;9;4266.34;13.25;1079.00;1.57;0.48 -1526;9;4700.14;10.43;183.00;1.57;0.54 -1527;9;1394.94;10.07;1551.00;1.57;0.32 -1528;9;1347.76;10.30;1379.00;1.57;0.36 -1529;9;1996.70;12.65;425.00;1.57;0.50 -1530;9;3493.66;13.31;1363.00;1.57;0.18 -1531;9;4536.22;12.14;1264.00;1.57;0.36 -1532;9;3790.96;10.15;1373.00;1.57;0.56 -1533;9;4393.22;10.59;625.00;1.57;0.30 -1534;9;1333.48;10.90;1486.00;1.57;0.28 -1535;9;4431.04;10.05;910.00;1.57;0.40 -1536;9;3569.84;9.98;1321.00;1.57;0.24 -1537;9;5111.50;13.35;155.00;1.57;0.46 -1538;9;4132.58;10.34;1003.00;1.57;0.32 -1539;9;3519.48;13.54;1336.00;1.57;0.28 -1540;9;4644.78;10.09;221.00;1.57;0.58 -1541;9;4120.04;10.22;1078.00;1.57;0.36 -1542;9;1988.88;11.13;407.00;1.57;0.56 -1543;9;3780.68;10.45;1672.00;1.57;0.38 -1544;9;3383.12;12.13;1177.00;1.57;0.32 -1545;9;4827.60;10.69;1458.00;1.57;0.40 -1546;9;4927.32;9.78;600.00;1.57;0.42 -1547;9;1537.94;9.70;1410.00;1.57;0.34 -1548;9;4440.04;9.80;899.00;1.57;0.28 -1549;9;3446.32;10.56;1264.00;1.57;0.38 -1550;9;1602.88;9.70;1195.00;1.57;0.32 -1551;9;4568.50;13.60;1401.00;1.57;0.48 -1552;9;3116.00;14.70;435.00;1.57;1.00 -1553;9;4265.70;12.43;1063.00;1.57;0.42 -1554;9;3811.08;10.65;1345.00;1.57;0.60 -1555;9;1877.04;9.70;271.00;1.57;0.44 -1556;9;1503.86;9.50;1356.00;1.57;0.38 -1557;9;5049.42;10.90;325.00;1.57;0.62 -1558;9;4691.76;11.36;1424.00;1.57;0.36 -1559;9;1369.50;10.30;1406.00;1.57;0.34 -1560;9;1392.50;11.60;1595.00;1.57;0.28 -1561;9;4676.30;13.02;619.00;1.57;0.30 -1562;9;978.20;9.68;1411.00;1.57;0.20 -1563;9;4463.12;10.41;889.00;1.57;0.32 -1564;9;1334.86;10.65;1504.00;1.57;0.38 -1565;9;5551.84;10.05;187.00;1.57;0.24 -1566;9;4320.58;13.00;997.00;1.57;0.38 -1567;9;4761.58;10.20;1388.00;1.57;0.30 -1568;9;1869.96;10.00;253.00;1.57;0.54 -1569;9;4112.40;11.60;1059.00;1.57;0.40 -1570;9;5101.04;9.90;227.00;1.57;0.44 -1571;9;4845.04;12.64;1427.00;1.57;0.36 -1572;9;1525.40;9.70;1354.00;1.57;0.28 -1573;9;3817.96;10.04;1312.00;1.57;0.32 -1574;9;4807.24;9.50;598.00;1.57;0.30 -1575;9;4531.94;11.34;1233.00;1.57;0.34 -1576;9;3756.50;9.80;1352.00;1.57;0.46 -1577;9;4474.12;11.00;880.00;1.57;0.26 -1578;9;3433.12;11.50;1260.00;1.57;0.32 -1579;9;4089.68;11.48;980.00;1.57;0.42 -1580;9;3150.78;12.05;332.00;1.57;1.52 -1581;9;4270.32;12.65;1048.00;1.57;0.46 -1582;9;1491.68;11.59;1484.00;1.57;0.26 -1583;9;1992.70;10.20;509.00;1.57;0.48 -1584;9;1518.76;9.70;1341.00;1.57;0.36 -1585;9;1931.96;9.77;394.00;1.57;0.56 -1586;9;1354.68;10.34;1558.00;1.57;0.30 -1587;9;1432.30;10.40;1427.00;1.57;0.30 -1588;9;4751.06;9.80;1465.00;1.57;0.44 -1589;9;4675.30;10.06;583.00;1.57;0.30 -1590;9;4595.12;15.62;1332.00;1.57;0.28 -1591;9;4004.16;10.50;1382.00;1.57;0.20 -1592;9;4453.20;9.80;880.00;1.57;0.20 -1593;9;3644.24;9.50;1303.00;1.57;0.62 -1594;9;1669.96;9.50;1183.00;1.57;0.40 -1595;9;1458.58;10.05;1535.00;1.57;0.24 -1596;9;1815.68;9.85;250.00;1.57;0.48 -1597;9;4509.04;10.10;1036.00;1.57;0.30 -1598;9;1955.88;10.35;383.00;1.57;0.34 -1599;9;3499.30;12.49;1352.00;1.57;0.28 -1600;9;3472.86;11.36;1233.00;1.57;0.46 -1601;9;929.40;13.26;1512.00;1.57;0.40 -1602;9;4979.32;10.44;557.00;1.57;0.34 -1603;9;4542.04;12.45;1213.00;1.57;0.30 -1604;9;1426.58;9.80;1516.00;1.57;0.34 -1605;9;4491.84;12.31;849.00;1.57;0.24 -1606;9;3406.40;11.63;1251.00;1.57;0.20 -1607;9;4322.86;11.67;979.00;1.57;0.34 -1608;9;4589.70;12.40;1388.00;1.57;0.32 -1609;9;4183.02;9.70;1036.00;1.57;0.22 -1610;9;3538.02;11.19;1326.00;1.57;0.22 -1611;9;5150.94;12.41;203.00;1.57;0.34 -1612;9;4549.22;9.70;1153.00;1.57;0.42 -1613;9;1920.60;9.80;334.00;1.57;0.48 -1614;9;3738.60;9.79;1370.00;1.57;0.52 -1615;9;1411.40;10.40;1392.00;1.57;0.30 -1616;9;2973.48;10.15;1397.00;1.57;0.14 -1617;9;4995.58;9.70;539.00;1.57;0.38 -1618;9;1305.86;10.31;1460.00;1.57;0.38 -1619;9;1746.76;9.70;1638.00;1.57;0.36 -1620;9;4472.12;10.01;856.00;1.57;0.26 -1621;9;1372.22;10.80;1508.00;1.57;0.42 -1622;9;4071.68;10.72;964.00;1.57;0.30 -1623;9;3807.50;9.90;1327.00;1.57;0.50 -1624;9;1872.50;9.60;233.00;1.57;0.46 -1625;9;4447.22;12.79;1045.00;1.57;0.26 -1626;9;1936.96;9.90;346.00;1.57;0.56 -1627;9;4707.40;10.20;1433.00;1.57;0.40 -1628;9;4608.30;10.36;1130.00;1.57;0.30 -1629;9;4979.50;9.90;527.00;1.57;0.34 -1630;9;4418.78;14.56;1261.00;1.57;0.46 -1631;9;3417.44;11.60;1192.00;1.57;0.70 -1632;9;3811.24;10.00;1291.00;1.57;0.56 -1633;9;1537.60;9.68;994.00;1.57;0.44 -1634;9;3423.76;11.62;1251.00;1.57;0.36 -1635;9;1650.14;9.68;1165.00;1.57;0.20 -1636;9;3498.40;15.10;1306.00;1.57;0.40 -1637;9;4125.94;11.12;1039.00;1.57;0.34 -1638;9;4711.22;12.89;1395.00;1.57;0.40 -1639;9;1826.42;10.10;231.00;1.57;0.46 -1640;9;4578.84;10.03;1112.00;1.57;0.24 -1641;9;1957.50;9.80;332.00;1.57;0.50 -1642;9;5032.68;12.34;1400.00;1.57;0.38 -1643;9;1361.04;10.30;1374.00;1.57;0.38 -1644;9;5013.58;10.15;467.00;1.57;0.38 -1645;9;4756.50;11.50;1447.00;1.57;0.48 -1646;9;1384.22;10.30;1448.00;1.57;0.42 -1647;9;4466.50;13.40;1236.00;1.57;0.30 -1648;9;4331.40;13.07;708.00;1.57;0.40 -1649;9;3765.32;9.85;1323.00;1.57;0.52 -1650;9;4295.12;11.15;965.00;1.57;0.24 -1651;9;972.78;13.88;1471.00;1.57;0.42 -1652;9;4657.30;9.76;178.00;1.57;0.30 -1653;9;4426.76;14.30;1039.00;1.57;0.36 -1654;9;1931.14;9.80;316.00;1.57;0.50 -1655;9;1431.30;10.17;1543.00;1.57;0.26 -1656;9;4163.68;11.10;1076.00;1.57;0.24 -1657;9;1685.04;10.97;1772.00;1.57;1.20 -1658;9;1129.88;17.66;1528.00;1.57;0.52 -1659;9;3870.98;9.70;1745.00;1.57;0.78 -1660;9;3168.36;9.50;1725.00;1.57;0.60 -1661;9;2770.68;9.50;720.00;1.57;0.74 -1662;9;3921.42;9.89;1580.00;1.57;0.46 -1663;9;1030.68;12.03;1565.00;1.57;0.48 -1664;9;3843.56;9.70;1853.00;1.57;0.94 -1665;9;1923.56;9.50;976.00;1.57;0.76 -1666;9;4639.18;12.66;1676.00;1.57;0.84 -1667;9;5074.50;9.90;116.00;1.57;0.42 -1668;9;4036.52;10.35;1476.00;1.57;0.52 -1669;9;2020.60;9.50;1830.00;1.57;1.60 -1670;9;660.30;9.50;120.00;1.57;1.30 -1671;9;1115.52;12.15;1848.00;1.57;1.10 -1672;9;4560.98;12.65;1541.00;1.57;0.72 -1673;9;5340.46;9.50;1716.00;1.57;1.06 -1674;9;4066.36;10.40;1665.00;1.57;0.54 -1675;9;3990.04;14.32;1354.00;1.57;0.44 -1676;9;4248.34;12.85;1541.00;1.57;0.52 -1677;9;3750.66;9.50;785.00;1.57;0.88 -1678;9;1336.68;11.33;1562.00;1.57;0.42 -1679;9;4151.44;9.80;1761.00;1.57;0.62 -1680;9;3914.78;9.80;1566.00;1.57;0.38 -1681;9;5069.78;9.50;728.00;1.57;1.56 -1682;9;5111.62;9.50;1084.00;1.57;1.24 -1683;9;1272.06;11.00;1589.00;1.57;0.38 -1684;9;3846.56;9.70;1886.00;1.57;0.66 -1685;9;4174.42;10.80;1600.00;1.57;0.62 -1686;9;4677.66;9.50;362.00;1.57;0.86 -1687;9;4280.98;9.50;699.00;1.57;0.78 -1688;9;3266.00;13.42;279.00;1.57;0.52 -1689;9;4303.44;15.14;1502.00;1.57;0.60 -1690;9;965.40;11.35;1691.00;1.57;0.40 -1691;9;4427.10;9.50;223.00;1.57;1.10 -1692;9;3845.18;9.50;724.00;1.57;0.98 -1693;9;4811.58;10.65;1490.00;1.57;0.38 -1694;9;3865.70;10.14;1621.00;1.57;0.60 -1695;9;3120.74;9.50;55.00;1.57;0.90 -1696;9;4513.06;12.25;1544.00;1.57;0.66 -1697;9;4357.98;10.35;1725.00;1.57;0.78 -1698;9;4237.00;17.67;1314.00;1.57;0.46 -1699;9;2116.22;9.50;106.00;1.57;1.00 -1700;9;2252.04;9.50;305.00;1.57;1.26 -1701;9;2514.28;9.50;1191.00;1.57;1.08 -1702;9;4189.70;14.44;1559.00;1.57;0.58 -1703;9;4064.08;19.55;1357.00;1.57;0.58 -1704;9;3761.14;9.90;1718.00;1.57;0.54 -1705;9;2401.78;9.50;1691.00;1.57;1.56 -1706;9;2050.48;9.50;1495.00;1.57;1.12 -1707;9;4477.34;11.25;1609.00;1.57;0.74 -1708;9;4097.88;12.90;1436.00;1.57;0.68 -1709;9;3936.14;10.31;1635.00;1.57;0.54 -1710;9;1262.24;9.50;288.00;1.57;1.42 -1711;9;179.46;9.50;443.00;1.57;1.00 -1712;9;1504.44;9.69;2027.00;1.57;0.96 -1713;9;5552.30;10.17;167.00;1.57;0.20 -1714;9;4945.64;11.76;1772.00;1.57;1.34 -1715;9;45.68;9.50;1379.00;1.57;1.34 -1716;9;196.22;9.50;1579.00;1.57;1.10 -1717;9;533.94;9.50;668.00;1.57;1.34 -1718;9;4147.24;10.48;1663.00;1.57;0.30 -1719;9;1347.76;10.31;1645.00;1.57;0.36 -1720;9;1441.32;9.50;823.00;1.57;0.90 -1722;9;4662.48;10.80;1904.00;1.57;1.46 -1723;9;4513.24;13.12;1381.00;1.57;0.60 -1724;9;4866.98;11.10;1585.00;1.57;0.48 -1725;9;4374.36;14.19;1429.00;1.57;0.66 -1726;9;4026.90;9.70;1747.00;1.57;0.56 -1727;9;4440.06;10.92;1569.00;1.57;0.66 -1728;9;4366.80;16.29;1456.00;1.57;0.62 -1729;9;4090.20;9.70;1854.00;1.57;1.20 -1730;9;4797.44;10.59;1623.00;1.57;0.58 -1731;9;3177.08;10.97;571.00;1.57;0.88 -1732;9;4824.60;11.44;1471.00;1.57;0.40 -1733;9;4020.52;9.80;1621.00;1.57;0.58 -1734;9;1354.88;11.10;1681.00;1.57;0.40 -1735;9;4440.52;11.20;1677.00;1.57;0.72 -1736;9;1044.16;17.05;1644.00;1.57;0.76 -1737;9;907.34;12.15;1781.00;1.57;0.72 -1738;9;1187.98;13.85;1495.00;1.57;0.38 -1739;9;4808.78;10.48;1570.00;1.57;0.58 -1740;9;1057.24;17.17;1496.00;1.57;0.44 -1741;9;4335.70;10.71;1811.00;1.57;0.96 -1742;9;5024.78;9.62;1556.00;1.57;0.52 -1743;9;4640.00;11.75;1455.00;1.57;0.56 -1744;9;3748.42;10.15;1805.00;1.57;0.62 -1745;9;4746.34;10.30;1890.00;1.57;1.74 -1746;9;5562.94;11.46;162.00;1.57;0.28 -1747;9;1189.06;13.13;1624.00;1.57;0.66 -1748;9;4755.18;12.53;1693.00;1.57;0.86 -1749;9;4140.88;14.45;1497.00;1.57;0.64 -1750;9;3781.96;10.40;1688.00;1.57;0.36 -1751;9;2404.36;9.60;1283.36;1.57;0.70 -1752;9;1258.24;11.35;1684.00;1.57;0.56 -1753;9;1266.98;10.85;1530.00;1.57;0.56 -1754;9;3687.32;10.29;1701.00;1.57;0.36 -1755;9;5030.42;12.10;1529.00;1.57;0.58 -1756;9;1091.94;17.59;1530.00;1.57;0.34 -1757;9;4024.66;10.21;1809.00;1.57;0.88 -1758;9;1469.76;12.00;1461.00;1.57;0.36 -1759;9;5062.04;9.70;73.00;1.57;0.44 -1760;9;1388.40;10.25;1623.00;1.57;0.40 -1761;9;4590.70;13.10;1644.00;1.57;0.62 -1762;9;4410.42;13.20;1537.00;1.57;0.62 -1763;9;946.64;12.25;1844.00;1.57;1.04 -1764;9;1610.60;11.00;1692.00;1.57;0.54 -1765;9;4000.00;9.80;1679.00;1.57;0.50 -1766;9;3967.88;17.87;1310.00;1.57;0.68 -1767;9;1163.88;11.50;1668.00;1.57;0.68 -1768;9;3932.26;10.40;1732.00;1.57;0.60 -1769;9;1363.44;11.10;1718.00;1.57;0.70 -1770;9;1328.22;11.18;1577.00;1.57;0.42 -1771;9;3750.78;10.40;1765.00;1.57;0.58 -1772;9;4892.66;11.04;1628.00;1.57;0.64 -1773;9;4986.40;9.70;90.00;1.57;0.40 -1774;9;4226.36;17.23;1461.00;1.57;0.56 -1775;9;3830.42;9.90;1631.00;1.57;0.62 -1776;9;4700.62;11.70;1530.00;1.57;0.64 -1777;9;4246.86;10.76;1677.00;1.57;0.46 -1778;9;4309.34;14.60;1355.00;1.57;0.66 -1779;9;4121.34;11.16;1560.00;1.57;0.46 -1780;9;4203.80;10.30;1724.00;1.57;0.56 -1781;9;4310.62;14.03;1381.00;1.57;0.52 -1782;9;1500.72;11.00;1712.00;1.57;0.60 -1783;9;4122.06;11.33;1408.00;1.57;0.66 -1784;9;3984.18;9.70;1792.00;1.57;0.46 -1785;9;1766.92;11.57;1812.00;1.57;1.12 -1786;9;5564.48;12.44;150.00;1.57;0.26 -1787;9;4490.52;12.80;1423.00;1.57;0.58 -1788;9;1205.14;11.10;1735.00;1.57;0.54 -1789;9;1030.34;17.18;1605.00;1.57;0.58 -1790;9;4088.78;9.83;1645.00;1.57;0.52 -1791;9;4376.16;14.10;1537.00;1.57;0.62 -1792;9;4534.82;10.56;1699.00;1.57;0.74 -1793;9;1041.88;12.91;1444.00;1.57;0.46 -1794;9;4094.96;9.97;1574.00;1.57;0.56 -1795;9;4709.56;11.80;1733.00;1.57;0.66 -1796;9;4551.68;12.92;1407.00;1.57;0.48 -1797;9;4034.16;10.50;1581.00;1.57;0.60 -1798;9;4398.26;14.30;1467.00;1.57;0.60 -1799;9;774.66;9.50;1845.00;1.57;1.26 -1800;9;3953.60;9.80;1605.00;1.57;0.58 -1801;9;5576.12;11.15;138.00;1.57;0.32 -1802;9;4838.88;10.53;1529.00;1.57;0.56 -1803;9;4377.32;11.46;1654.00;1.57;0.52 -1804;9;1064.98;11.20;1832.00;1.57;0.70 -1805;9;4886.82;11.00;1707.00;1.57;1.02 -1806;9;1301.96;14.58;1477.00;1.57;0.44 -1807;9;4853.70;11.34;1606.00;1.57;0.70 -1808;9;3760.14;10.08;1697.00;1.57;0.44 -1809;9;1177.06;13.40;1513.00;1.57;0.42 -1810;9;4355.52;16.19;1570.00;1.57;0.72 -1811;9;4666.32;12.04;1439.00;1.57;0.52 -1812;9;3896.44;9.70;1752.00;1.57;0.68 -1813;9;4333.78;12.80;1618.00;1.57;0.58 -1814;9;5553.76;9.97;115.00;1.57;0.30 -1815;9;1109.32;14.64;1610.00;1.57;0.52 -1816;9;4197.50;12.35;1588.00;1.57;0.50 -1817;9;3229.44;13.78;511.00;1.57;0.84 -1818;9;4116.70;13.25;1483.00;1.57;0.56 -1819;9;5144.94;10.42;2001.00;1.57;2.32 -1820;9;5030.26;12.69;1504.00;1.57;0.58 -1821;9;3750.86;10.46;1664.00;1.57;0.32 -1822;9;3510.22;11.27;1263.00;1.57;0.42 -1823;9;5360.56;9.70;1800.00;1.57;2.72 -1824;9;4018.34;10.40;1697.00;1.57;0.56 -1825;9;3969.16;11.24;1362.00;1.57;0.40 -1826;9;4595.26;12.50;1588.00;1.57;0.64 -1827;9;1156.96;18.85;1538.00;1.57;0.38 -1828;9;4163.30;10.04;1782.00;1.57;0.82 -1829;9;4445.98;12.42;1606.00;1.57;0.78 -1830;9;312.98;11.34;1971.00;1.57;2.30 -1831;9;1364.60;10.30;1602.00;1.57;0.32 -1832;9;982.94;12.43;1706.00;1.57;0.34 -1833;9;3226.72;11.50;112.00;1.57;0.66 -1834;9;4372.96;13.90;1512.00;1.57;0.56 -1835;9;3973.06;9.80;1671.00;1.57;0.48 -1836;9;1238.68;11.31;1672.00;1.57;0.48 -1837;9;4309.92;10.90;1714.00;1.57;0.54 -1838;9;4257.62;12.20;1358.00;1.57;0.70 -1839;9;5267.26;9.50;1694.00;1.57;1.68 -1840;9;4038.88;12.18;1377.00;1.57;0.44 -1841;9;3761.98;10.30;1751.00;1.57;0.66 -1842;9;4890.24;12.40;1573.00;1.57;0.64 -1843;9;1544.76;9.70;1288.00;1.57;0.36 -1844;9;4127.34;14.31;1438.00;1.57;0.64 -1845;9;4763.34;10.50;1622.00;1.57;0.74 -1846;9;3282.32;13.90;493.00;1.57;0.96 -1847;9;4736.16;10.83;1486.00;1.57;0.76 -1848;9;1226.86;10.98;1729.00;1.57;0.46 -1849;9;1382.58;11.20;1662.00;1.57;0.38 -1850;9;4223.60;10.33;1671.00;1.57;0.54 -1851;9;1092.46;13.40;1646.00;1.57;0.46 -1852;9;4666.80;9.90;1801.00;1.57;1.12 -1853;9;4486.88;13.15;1379.00;1.57;0.66 -1854;9;1031.32;14.80;1698.00;1.57;0.52 -1855;9;4268.60;13.89;1424.00;1.57;0.60 -1856;9;4059.82;10.30;1762.00;1.57;0.54 -1857;9;1051.42;13.15;1711.00;1.57;0.32 -1858;9;895.58;13.82;1748.00;1.57;0.38 -1859;9;4410.52;14.60;1491.00;1.57;0.62 -1860;9;4053.24;9.80;1625.00;1.57;0.46 -1861;9;5094.76;11.95;116.00;1.57;0.36 -1862;9;977.70;15.05;1569.00;1.57;0.48 -1863;9;5298.48;10.05;1673.00;1.57;1.28 -1864;9;4101.24;12.56;1513.00;1.57;0.46 -1865;9;5174.30;11.74;1784.00;1.57;2.30 -1866;9;1335.04;10.30;1639.00;1.57;0.32 -1867;9;1302.58;11.77;1633.00;1.57;0.38 -1868;9;4536.80;14.47;1457.00;1.57;0.60 -1869;9;736.06;9.50;1811.00;1.57;0.66 -1870;9;1269.42;10.70;1707.00;1.57;0.52 -1871;9;4638.78;12.13;1437.00;1.57;0.38 -1872;9;741.80;13.80;1923.00;1.57;1.80 -1873;9;1298.24;10.67;1728.00;1.57;0.46 -1874;9;3223.94;11.62;355.00;1.57;1.18 -1875;9;1220.60;11.40;1617.00;1.57;0.60 -1876;9;4317.68;11.76;1634.00;1.57;0.48 -1877;9;4281.80;12.66;1528.00;1.57;0.52 -1878;9;4853.22;10.02;1735.00;1.57;1.12 -1879;9;3967.88;9.80;1540.00;1.57;0.50 -1880;9;3858.88;9.70;1709.00;1.57;0.58 -1881;9;1462.30;10.52;1514.00;1.57;0.30 -1882;9;4326.62;21.05;1214.00;1.57;0.80 -1883;9;3094.92;10.95;802.00;1.57;0.58 -1884;9;4444.50;12.90;1060.00;1.57;0.42 -1885;9;3164.34;9.50;1686.00;1.57;0.74 -1886;9;2897.36;9.50;682.00;1.57;0.96 -1887;9;1683.38;9.96;958.00;1.57;0.90 -1888;9;3725.24;14.45;1228.00;1.57;0.60 -1889;9;3706.72;11.78;1080.00;1.57;0.64 -1890;9;1890.64;9.50;996.00;1.57;0.94 -1891;9;2878.00;10.10;846.00;1.57;1.00 -1892;9;991.76;9.50;1382.00;1.57;0.36 -1893;9;4473.50;15.20;1142.00;1.57;0.38 -1894;9;2136.78;9.50;1750.00;1.57;1.18 -1895;9;513.52;9.50;198.00;1.57;0.86 -1896;9;3522.68;11.17;1285.00;1.57;0.28 -1897;9;2684.28;10.37;956.00;1.57;1.08 -1898;9;4054.14;18.05;1147.00;1.57;0.48 -1899;9;5277.90;9.50;1729.00;1.57;0.90 -1900;9;1360.00;13.90;1138.00;1.57;0.64 -1901;9;2853.04;13.53;1118.00;1.57;1.44 -1902;9;3808.48;9.50;855.00;1.57;1.16 -1903;9;2939.56;9.50;705.00;1.57;0.16 -1904;9;1021.98;9.70;1319.00;1.57;0.68 -1905;9;3530.16;11.30;783.00;1.57;0.42 -1906;9;5127.34;9.50;725.00;1.57;1.22 -1907;9;5153.58;9.50;1136.00;1.57;1.26 -1908;9;3964.14;10.28;1082.00;1.57;0.54 -1909;9;2600.56;10.62;815.00;1.57;0.74 -1910;9;3956.78;15.06;1227.00;1.57;0.58 -1911;9;4627.94;9.50;351.00;1.57;1.26 -1912;9;4239.36;9.50;693.00;1.57;0.96 -1913;9;1532.94;9.70;1295.00;1.57;0.34 -1914;9;3318.14;10.73;859.00;1.57;0.54 -1915;9;1243.78;10.97;1413.00;1.57;0.38 -1916;9;4403.46;9.50;175.00;1.57;1.06 -1917;9;3840.64;9.50;759.00;1.57;0.88 -1918;9;4382.14;19.65;1161.00;1.57;0.54 -1919;9;3867.96;14.64;1310.00;1.57;0.28 -1920;9;3484.70;12.15;915.00;1.57;0.60 -1921;9;3102.20;9.50;18.00;1.57;0.76 -1922;9;3567.88;9.70;1180.00;1.57;0.56 -1923;9;3450.24;9.99;967.00;1.57;0.64 -1924;9;2093.26;9.50;18.00;1.57;0.78 -1925;9;2276.34;9.50;268.00;1.57;1.36 -1926;9;2560.58;9.50;1191.00;1.57;1.06 -1927;9;1271.86;10.81;1358.00;1.57;0.46 -1928;9;1926.82;10.21;918.00;1.57;0.62 -1929;9;3200.08;12.04;539.00;1.57;0.78 -1930;9;2410.84;9.50;1560.00;1.57;1.24 -1931;9;2169.68;9.50;928.00;1.57;1.36 -1932;9;2886.52;10.09;808.00;1.57;0.66 -1933;9;4451.50;14.10;1229.00;1.57;0.42 -1934;9;4325.22;11.36;1075.00;1.57;0.40 -1935;9;1185.56;9.50;207.00;1.57;1.42 -1936;9;240.80;9.50;455.00;1.57;0.86 -1937;9;1644.24;9.80;1026.00;1.57;0.64 -1938;9;3454.04;12.48;1240.00;1.57;0.42 -1939;9;3377.32;13.90;632.00;1.57;0.48 -1940;9;12.84;9.50;1422.00;1.57;1.24 -1941;9;297.22;9.50;1499.00;1.57;0.88 -1942;9;532.16;9.50;624.00;1.57;0.92 -1943;9;4158.38;21.10;1280.00;1.57;1.06 -1944;9;1672.96;11.57;1041.00;1.57;0.56 -1945;9;1108.16;9.86;1292.00;1.57;0.68 -1946;9;1454.82;9.50;896.00;1.57;0.84 -1947;9;3700.62;9.80;985.00;1.57;0.70 -1948;9;3781.80;10.90;1160.00;1.57;0.54 -1949;9;4014.58;10.70;1047.00;1.57;0.38 -1950;9;3196.72;11.30;658.00;1.57;0.92 -1951;9;2821.58;10.79;766.00;1.57;0.38 -1952;9;1219.78;16.02;1250.00;1.57;0.58 -1953;9;3249.24;11.70;743.00;1.57;0.64 -1954;9;1180.42;12.09;1357.00;1.57;0.50 -1955;9;3555.50;10.85;1102.00;1.57;0.50 -1956;9;3007.76;10.70;931.00;1.57;1.36 -1957;9;3716.60;12.64;1250.00;1.57;0.60 -1958;9;2684.62;11.73;1109.00;1.57;0.82 -1959;9;4478.04;13.57;1325.00;1.57;0.42 -1960;9;3168.36;11.03;836.00;1.57;0.86 -1961;9;4043.60;22.03;1177.00;1.57;0.60 -1962;9;2639.74;10.18;951.00;1.57;1.14 -1963;9;3644.62;14.88;1185.00;1.57;0.58 -1964;9;3533.70;10.40;757.00;1.57;0.70 -1965;9;1253.40;17.69;1182.00;1.57;0.40 -1966;9;3581.98;11.87;826.00;1.57;0.52 -1967;9;2858.68;12.20;1203.00;1.57;0.48 -1968;9;3169.12;12.38;480.00;1.57;0.72 -1969;9;2913.16;10.93;838.00;1.57;0.76 -1970;9;4004.52;20.35;1269.00;1.57;0.62 -1971;9;3890.68;9.70;1106.00;1.57;0.48 -1972;9;1113.16;16.54;1445.00;1.57;0.56 -1973;9;3502.24;16.56;879.00;1.57;0.48 -1974;9;3100.72;10.60;779.00;1.57;0.64 -1975;9;2834.00;12.25;881.00;1.57;0.70 -1976;9;4491.22;13.74;1210.00;1.57;0.22 -1977;9;3357.34;13.92;1007.00;1.57;0.70 -1978;9;3900.88;14.64;1179.00;1.57;0.52 -1979;9;1895.96;10.30;804.00;1.57;1.44 -1980;9;3896.22;9.70;1069.00;1.57;0.42 -1981;9;1843.80;10.16;993.00;1.57;0.68 -1982;9;3584.32;15.99;1215.00;1.57;0.50 -1983;9;4083.76;11.27;1098.00;1.57;0.36 -1984;9;3384.80;11.53;861.00;1.57;0.80 -1985;9;4452.68;14.75;1262.00;1.57;0.40 -1986;9;3709.06;12.02;1118.00;1.57;0.66 -1987;9;1424.12;11.65;1469.00;1.57;0.32 -1988;9;1477.80;9.50;1057.00;1.57;0.60 -1989;9;2698.32;11.35;1146.00;1.57;0.46 -1990;9;4358.68;11.07;971.00;1.57;0.30 -1991;9;4107.72;22.33;1145.00;1.57;0.88 -1992;9;2925.64;12.43;767.00;1.57;0.52 -1993;9;3037.62;11.28;797.00;1.57;0.72 -1994;9;3075.52;10.90;1039.00;1.57;1.72 -1995;9;3828.60;17.30;1212.00;1.57;0.58 -1996;9;4296.26;12.91;1113.00;1.57;0.74 -1997;9;1696.60;12.99;1011.00;1.57;0.60 -1998;9;1204.60;12.09;1401.00;1.57;0.44 -1999;9;4372.68;17.79;1117.00;1.57;0.48 -2000;9;3749.58;13.29;1249.00;1.57;0.38 -2001;9;2815.34;10.10;835.00;1.57;0.74 -2002;9;3976.50;9.90;1140.00;1.57;0.50 -2003;9;3373.44;11.78;946.00;1.57;0.72 -2004;9;3516.04;9.70;1169.00;1.57;0.36 -2005;9;4094.86;10.66;1056.00;1.57;0.36 -2006;9;4471.04;12.89;1212.00;1.57;0.34 -2007;9;1633.04;10.60;889.00;1.57;0.92 -2008;9;1220.96;15.40;1209.00;1.57;0.56 -2009;9;3343.06;12.86;801.00;1.57;0.66 -2010;9;4142.82;22.20;1204.00;1.57;1.00 -2011;9;1238.96;15.89;1204.00;1.57;0.56 -2012;9;2623.88;11.43;863.00;1.57;0.68 -2013;9;3427.86;10.20;1228.00;1.57;0.46 -2014;9;4199.16;22.46;1118.00;1.57;0.72 -2015;9;3998.44;14.09;1305.00;1.57;0.72 -2016;9;3273.24;11.11;865.00;1.57;0.64 -2017;9;3783.78;10.90;1183.00;1.57;0.48 -2018;9;3667.26;9.80;972.00;1.57;0.86 -2019;9;1239.60;10.10;1347.00;1.57;0.56 -2020;9;3515.88;10.46;732.00;1.57;0.66 -2021;9;1335.96;9.70;1156.00;1.57;0.48 -2022;9;4417.14;14.60;1244.00;1.57;0.32 -2023;9;1626.50;14.00;969.00;1.57;0.50 -2024;9;3159.96;11.07;562.00;1.57;0.56 -2025;9;2908.52;9.80;797.00;1.57;0.72 -2026;9;3606.34;16.66;1186.00;1.57;0.56 -2027;9;3383.50;14.00;1099.00;1.57;0.50 -2028;9;4346.60;12.99;1318.00;1.57;0.60 -2029;9;3575.08;12.52;903.00;1.57;0.78 -2030;9;4469.68;10.60;1153.00;1.57;0.36 -2031;9;1465.20;10.84;1112.00;1.57;0.76 -2032;9;3998.68;10.32;1138.00;1.57;0.46 -2033;9;3407.34;9.50;1030.00;1.57;0.74 -2034;9;3238.76;11.30;717.00;1.57;0.60 -2035;9;1953.04;9.80;810.00;1.57;1.28 -2036;9;4028.06;10.70;1071.00;1.57;0.46 -2037;9;1155.14;12.88;1355.00;1.57;0.54 -2038;9;2608.44;12.36;797.00;1.57;0.60 -2039;9;3718.44;12.35;1096.00;1.57;0.42 -2040;9;3362.52;11.20;845.00;1.57;0.72 -2041;9;3980.42;18.22;1234.00;1.57;0.56 -2042;9;1281.68;9.70;1335.00;1.57;0.46 -2043;9;1321.30;13.72;1471.00;1.57;0.30 -2044;9;2729.44;10.30;914.00;1.57;0.64 -2045;9;4433.86;13.33;1188.00;1.57;0.40 -2046;9;3343.80;10.47;940.00;1.57;0.64 -2047;9;4606.96;12.86;692.00;1.57;0.56 -2048;9;3647.60;9.80;1028.00;1.57;0.56 -2049;9;2846.16;11.00;1175.00;1.57;0.76 -2050;9;2860.98;9.67;758.00;1.57;0.42 -2051;9;1175.08;11.18;1183.00;1.57;0.52 -2052;9;1679.04;11.58;995.00;1.57;0.44 -2053;9;4358.26;14.41;1281.00;1.57;0.62 -2054;9;3989.60;10.39;1098.00;1.57;0.56 -2055;9;1224.60;14.34;1470.00;1.57;0.30 -2056;9;2854.52;11.70;864.00;1.57;0.72 -2057;9;3443.26;11.95;1118.00;1.57;0.58 -2058;9;3932.88;11.46;1325.00;1.57;0.44 -2059;9;3632.44;10.30;948.00;1.57;0.76 -2060;9;1230.52;11.15;1314.00;1.57;0.56 -2061;9;4335.76;11.87;1000.00;1.57;0.36 -2062;9;3758.14;13.28;1180.00;1.57;0.54 -2063;9;3481.64;10.45;713.00;1.57;0.68 -2064;9;3259.20;10.10;1030.00;1.57;1.00 -2065;9;3568.68;11.11;1202.00;1.57;0.48 -2066;9;3384.46;10.20;703.00;1.57;0.76 -2067;9;4404.22;16.87;1113.00;1.57;0.42 -2068;9;2837.74;10.47;933.00;1.57;0.98 -2069;9;1048.50;9.90;1377.00;1.57;0.50 -2070;9;3738.18;12.21;1116.00;1.57;0.66 -2071;9;3539.76;15.31;1265.00;1.57;0.36 -2072;9;3407.46;14.35;875.00;1.57;0.54 -2073;9;3168.24;10.56;692.00;1.57;0.64 -2074;9;4193.18;18.40;1304.00;1.57;0.78 -2075;9;1486.88;9.70;1087.00;1.57;0.68 -2076;9;4000.78;15.36;1174.00;1.57;0.30 -2077;9;1417.04;9.95;1146.00;1.57;0.44 -2078;9;3808.24;11.54;1184.00;1.57;0.60 -2079;9;1626.60;11.59;910.00;1.57;0.60 -2080;9;2991.00;11.60;704.00;1.57;0.90 -2081;9;3044.32;10.25;847.00;1.57;0.52 -2082;9;1282.68;10.35;1424.00;1.57;0.38 -2083;9;1243.24;13.35;1244.00;1.57;0.52 -2084;9;3957.06;20.93;1252.00;1.57;0.48 -2085;9;1671.52;9.55;1056.00;1.57;0.56 -2086;9;4004.94;10.55;1117.00;1.57;0.34 -2087;9;4497.24;13.07;1342.00;1.57;0.44 -2088;9;3362.78;10.60;909.00;1.57;0.58 -2089;9;3537.52;9.80;1148.00;1.57;0.32 -2090;9;3461.34;13.15;1003.00;1.57;0.72 -2091;9;4473.40;11.63;1182.00;1.57;0.38 -2092;9;3991.40;10.85;1056.00;1.57;0.40 -2093;9;4146.02;21.64;1162.00;1.57;0.74 -2094;9;2617.62;10.30;778.00;1.57;0.72 -2095;9;3384.60;10.01;1076.00;1.57;0.48 -2096;9;3304.54;11.30;734.00;1.57;0.94 -2097;9;3500.76;10.13;1202.00;1.57;0.36 -2098;9;4234.24;21.76;1116.00;1.57;0.56 -2099;9;4327.62;20.41;1290.00;1.57;0.82 -2100;9;2602.34;9.85;859.00;1.57;0.44 -2101;9;3769.44;14.05;1142.00;1.57;0.58 -2102;9;1182.68;14.36;1471.00;1.57;0.48 -2103;9;3642.16;11.86;928.00;1.57;0.44 -2104;9;1199.24;12.35;1339.00;1.57;0.64 -2105;9;3999.86;10.71;1017.00;1.57;0.40 -2106;9;1865.62;10.40;431.00;1.57;0.82 -2107;9;3119.20;9.50;1695.00;1.57;1.20 -2108;9;2958.98;9.50;576.00;1.57;0.78 -2109;9;2006.80;10.50;487.00;1.57;0.64 -2110;9;1774.62;9.50;1050.00;1.57;0.82 -2111;9;1922.20;10.20;616.00;1.57;1.08 -2112;9;2174.40;9.50;1663.00;1.57;1.40 -2113;9;462.02;9.50;243.00;1.57;1.08 -2114;9;5022.80;9.70;150.00;1.57;0.80 -2115;9;2998.12;10.18;569.00;1.57;0.32 -2116;9;5068.52;9.90;229.00;1.57;0.72 -2117;9;4584.14;11.33;681.00;1.57;0.36 -2118;9;3717.48;9.50;831.00;1.57;1.28 -2119;9;5510.60;9.50;47.00;1.57;1.24 -2120;9;3331.74;11.27;349.00;1.57;0.76 -2121;9;5093.04;9.50;783.00;1.57;1.44 -2122;9;5074.16;9.50;1104.00;1.57;1.16 -2123;9;3423.60;10.50;415.00;1.57;0.60 -2124;9;4669.84;9.50;533.00;1.57;1.04 -2125;9;4264.36;9.50;736.00;1.57;0.96 -2126;9;3085.34;13.75;442.00;1.57;0.74 -2127;9;4474.56;9.50;132.00;1.57;1.16 -2128;9;3804.10;9.50;792.00;1.57;1.10 -2129;9;5022.32;12.82;555.00;1.57;0.52 -2130;9;5004.42;10.30;123.00;1.57;0.58 -2131;9;3037.10;9.50;78.00;1.57;1.10 -2132;9;2168.88;9.78;812.00;1.57;0.56 -2133;9;4800.28;10.57;236.00;1.57;1.08 -2134;9;2241.02;9.50;235.00;1.57;1.22 -2135;9;2556.24;9.50;1144.00;1.57;0.92 -2136;9;1748.42;13.76;386.00;1.57;0.62 -2137;9;2351.58;9.50;1578.00;1.57;1.14 -2138;9;2113.54;9.50;935.00;1.57;0.94 -2139;9;4930.62;10.10;382.00;1.57;0.60 -2140;9;1104.58;9.50;221.00;1.57;1.26 -2141;9;275.02;9.50;491.00;1.57;1.18 -2142;9;1883.56;10.65;616.00;1.57;1.12 -2143;9;10.82;9.50;1472.00;1.57;1.02 -2144;9;363.58;9.50;1466.00;1.57;1.22 -2145;9;512.78;9.50;532.00;1.57;1.18 -2146;9;5035.86;9.70;121.00;1.57;0.46 -2147;9;1865.00;9.90;706.00;1.57;0.92 -2148;9;1392.40;9.50;924.00;1.57;1.04 -2149;9;1752.46;10.80;245.00;1.57;0.92 -2150;9;2108.08;9.85;778.00;1.57;0.88 -2151;9;3263.94;11.88;304.00;1.57;0.60 -2152;9;1911.78;10.30;453.00;1.57;0.58 -2153;9;2157.40;11.89;536.00;1.57;0.40 -2154;9;3254.90;11.95;689.00;1.57;0.84 -2155;9;5022.70;9.80;109.00;1.57;0.42 -2156;9;1546.42;10.00;784.00;1.57;0.62 -2157;9;4669.40;10.65;181.00;1.57;0.40 -2158;9;1757.62;12.25;355.00;1.57;0.76 -2159;9;3377.80;11.50;419.00;1.57;0.76 -2160;9;1827.62;10.78;566.00;1.57;0.82 -2161;9;1699.14;10.19;142.00;1.57;0.54 -2162;9;1626.88;18.55;682.00;1.57;0.68 -2163;9;5082.24;10.33;207.00;1.57;0.44 -2164;9;2180.88;10.50;761.00;1.57;0.58 -2165;9;3976.14;9.59;35.00;1.57;0.44 -2166;9;5000.24;9.70;380.00;1.57;0.48 -2167;9;2074.44;12.10;553.00;1.57;0.66 -2168;9;2033.82;10.00;730.00;1.57;1.02 -2169;9;1719.44;11.40;128.00;1.57;0.76 -2170;9;4555.78;10.11;641.00;1.57;0.58 -2171;9;3268.70;14.52;226.00;1.57;0.70 -2172;9;1860.14;9.70;372.00;1.57;0.54 -2173;9;1904.98;10.30;429.00;1.57;0.54 -2174;9;1745.62;20.28;525.00;1.57;0.82 -2175;9;2219.78;9.70;780.00;1.57;0.46 -2176;9;3282.92;10.03;546.00;1.57;0.84 -2177;9;4712.08;11.00;289.00;1.57;0.68 -2178;9;2172.24;10.32;786.00;1.57;0.64 -2179;9;1713.32;16.31;347.00;1.57;0.52 -2180;9;3367.80;11.37;392.00;1.57;0.64 -2181;9;1981.26;10.70;538.00;1.57;0.86 -2182;9;1695.72;20.72;631.00;1.57;0.64 -2183;9;5059.84;9.50;22.00;1.57;0.24 -2184;9;4580.96;10.30;625.00;1.57;0.56 -2185;9;2101.86;12.05;517.00;1.57;0.42 -2186;9;4710.98;11.00;263.00;1.57;0.60 -2187;9;5002.42;9.70;361.00;1.57;0.56 -2188;9;3679.22;10.12;574.00;1.57;0.24 -2189;9;5067.58;9.70;13.00;1.57;0.34 -2190;9;2088.18;11.80;623.00;1.57;0.66 -2191;9;4788.16;9.90;187.00;1.57;0.76 -2192;9;3030.61;11.50;608.34;1.57;1.04 -2193;9;3338.88;10.50;294.00;1.57;0.68 -2194;9;1932.78;10.80;438.00;1.57;0.58 -2195;9;1849.98;10.00;497.00;1.57;0.78 -2196;9;3405.60;9.80;537.00;1.57;0.60 -2197;9;5508.04;10.09;73.00;1.57;0.38 -2198;9;1672.78;9.90;768.00;1.57;1.58 -2199;9;1712.24;12.62;214.00;1.57;0.64 -2200;9;3496.78;10.66;256.00;1.57;0.58 -2201;9;4724.10;9.70;349.00;1.57;0.84 -2202;9;3417.88;10.38;458.00;1.57;0.68 -2203;9;5477.86;11.75;46.00;1.57;0.38 -2204;9;1954.80;10.40;682.00;1.57;1.66 -2205;9;4966.10;9.76;205.00;1.57;1.10 -2206;9;3358.72;12.99;595.00;1.57;0.88 -2207;9;3038.14;10.62;269.00;1.57;0.54 -2208;9;1817.52;10.10;434.00;1.57;0.72 -2209;9;1883.72;10.40;481.00;1.57;0.92 -2210;9;1675.16;15.89;612.00;1.57;0.70 -2211;9;5471.04;10.68;31.00;1.57;0.44 -2212;9;1628.52;11.63;718.00;1.57;0.72 -2213;9;3203.70;13.70;220.00;1.57;0.70 -2214;9;2017.36;10.00;785.00;1.57;0.96 -2215;9;1722.98;16.25;283.00;1.57;0.62 -2216;9;3271.12;13.16;383.00;1.57;0.64 -2217;9;3395.82;11.06;436.00;1.57;0.88 -2218;9;2077.62;12.11;601.00;1.57;0.54 -2219;9;4922.88;9.70;145.00;1.57;0.68 -2220;9;3266.60;10.21;597.00;1.57;0.60 -2221;9;5010.80;9.78;235.00;1.57;0.80 -2222;9;4556.24;9.77;663.00;1.57;0.36 -2223;9;4904.96;10.80;317.00;1.57;1.00 -2224;9;1770.90;20.69;498.00;1.57;0.66 -2225;9;1621.16;10.33;647.00;1.57;0.76 -2226;9;1644.00;10.27;728.00;1.57;1.00 -2227;9;2250.94;9.82;761.00;1.57;0.34 -2228;9;2145.60;9.80;801.00;1.57;0.60 -2229;9;3041.68;10.10;236.00;1.57;0.48 -2230;9;3076.28;9.50;1693.00;1.57;0.92 -2231;9;2972.54;9.50;540.00;1.57;0.94 -2232;9;1683.16;9.50;1071.00;1.57;0.76 -2233;9;2122.00;9.50;1622.00;1.57;1.86 -2234;9;388.60;9.50;146.00;1.57;1.16 -2235;9;3700.56;9.50;785.00;1.57;1.14 -2236;9;5446.64;9.50;11.00;1.57;0.76 -2237;9;5177.16;9.50;825.00;1.57;1.20 -2238;9;5179.68;9.50;1184.00;1.57;1.20 -2239;9;4616.30;9.50;524.00;1.57;0.66 -2240;9;4234.12;9.50;761.00;1.57;1.02 -2241;9;4491.58;9.50;82.00;1.57;1.16 -2242;9;3832.00;9.50;826.00;1.57;1.00 -2243;9;3017.92;9.50;119.00;1.57;1.04 -2244;9;2130.72;9.50;20.00;1.57;0.82 -2245;9;2202.20;9.50;204.00;1.57;1.06 -2246;9;2586.22;9.50;1115.00;1.57;1.12 -2247;9;2406.04;9.50;1601.00;1.57;1.44 -2248;9;2222.84;9.50;897.00;1.57;1.24 -2249;9;1063.22;9.50;160.00;1.57;1.42 -2250;9;316.76;9.50;445.00;1.57;1.28 -2251;9;62.60;9.50;1432.00;1.57;1.32 -2252;9;420.80;9.50;1450.00;1.57;1.00 -2253;9;534.58;9.50;579.00;1.57;1.08 -2254;9;1341.04;9.50;969.00;1.57;0.98 -2256;9;3099.92;9.50;1647.00;1.57;1.12 -2257;9;2971.18;9.50;417.00;1.57;0.98 -2258;9;1627.88;9.50;1078.00;1.57;1.50 -2259;9;2065.12;9.50;1726.00;1.57;1.26 -2260;9;287.76;9.50;16.00;1.57;0.82 -2261;9;5496.40;9.50;1818.00;1.57;1.40 -2262;9;3639.64;9.50;703.00;1.57;1.04 -2263;9;5199.22;9.50;762.00;1.57;1.42 -2264;9;5124.86;9.50;1191.00;1.57;1.02 -2265;9;4621.46;9.50;492.00;1.57;0.94 -2266;9;4209.92;9.50;732.00;1.57;1.12 -2267;9;4441.38;9.50;77.00;1.57;1.02 -2268;9;3905.38;9.50;820.00;1.57;1.06 -2269;9;2981.82;9.50;105.00;1.57;1.02 -2270;9;2173.28;9.50;24.00;1.57;0.90 -2271;9;2149.92;9.50;198.00;1.57;1.12 -2272;9;2630.80;9.50;1146.00;1.57;0.80 -2273;9;2335.34;9.50;1620.00;1.57;1.02 -2274;9;2519.42;9.50;1383.00;1.57;1.36 -2275;9;1071.16;9.50;257.00;1.57;1.72 -2276;9;336.22;9.50;491.00;1.57;1.10 -2277;9;111.78;9.50;1444.00;1.57;1.32 -2278;9;406.40;9.50;1502.00;1.57;1.24 -2279;9;584.60;9.50;536.00;1.57;1.06 -2280;9;1429.64;9.50;995.00;1.57;1.04 -2282;9;3064.70;9.50;1649.00;1.57;0.70 -2283;9;2968.36;9.50;246.00;1.57;0.96 -2284;9;1529.40;9.50;1030.00;1.57;0.84 -2285;9;2071.22;9.50;1683.00;1.57;1.42 -2286;9;520.62;9.50;26.00;1.57;1.04 -2287;9;5588.46;9.50;1994.00;1.57;1.94 -2288;9;3670.12;9.50;731.00;1.57;1.22 -2289;9;5228.14;9.50;699.00;1.57;1.06 -2290;9;5116.46;9.50;1147.00;1.57;1.06 -2291;9;4655.04;9.50;484.00;1.57;1.32 -2292;9;4208.36;9.50;794.00;1.57;0.96 -2293;9;4435.90;9.50;30.00;1.57;0.90 -2294;9;3869.46;9.50;839.00;1.57;1.06 -2295;9;2938.92;9.50;96.00;1.57;1.12 -2296;9;2153.00;9.50;2.00;1.57;0.20 -2297;9;2198.86;9.50;293.00;1.57;1.10 -2298;9;2305.02;9.50;820.00;1.57;1.22 -2299;9;2353.12;9.50;1660.00;1.57;1.28 -2300;9;2575.40;9.50;1347.00;1.57;1.08 -2301;9;992.78;9.50;279.00;1.57;1.58 -2302;9;374.50;9.50;446.00;1.57;1.02 -2303;9;101.30;9.50;1486.00;1.57;1.00 -2304;9;36.48;9.50;1185.00;1.57;1.22 -2305;9;461.94;9.50;1494.00;1.57;1.24 -2306;9;599.42;9.50;640.00;1.57;1.38 -2307;9;1286.48;9.50;985.00;1.57;1.24 -2309;9;3084.64;9.50;1622.00;1.57;0.60 -2310;9;3002.72;9.50;163.00;1.57;0.92 -2311;9;1558.12;9.50;920.00;1.57;1.20 -2312;9;2074.96;9.50;1561.00;1.57;1.56 -2313;9;554.96;9.50;129.00;1.57;1.34 -2314;9;3705.28;9.50;647.00;1.57;1.08 -2315;9;5289.94;9.50;696.00;1.57;1.08 -2316;9;5075.54;9.50;1164.00;1.57;0.94 -2317;9;4683.02;9.50;468.00;1.57;0.92 -2318;9;4163.10;9.50;723.00;1.57;1.10 -2319;9;4476.18;9.50;30.00;1.57;0.98 -2320;9;3838.64;9.50;884.00;1.57;1.04 -2321;9;2961.38;9.50;143.00;1.57;1.18 -2322;9;2208.36;9.50;17.00;1.57;0.86 -2323;9;2192.32;9.50;247.00;1.57;1.04 -2324;9;2293.22;9.50;920.00;1.57;1.34 -2325;9;2292.02;9.50;1610.00;1.57;1.22 -2326;9;2476.02;9.50;1360.00;1.57;1.26 -2327;9;1014.60;9.50;220.00;1.57;1.60 -2328;9;386.96;9.50;494.00;1.57;1.12 -2329;9;471.66;9.50;1413.00;1.57;1.12 -2330;9;674.70;9.50;657.00;1.57;1.46 -2331;9;1333.86;9.50;1017.00;1.57;1.30 -2333;9;3038.36;9.65;1626.00;1.57;0.88 -2334;9;3063.38;9.50;40.00;1.57;0.88 -2335;9;1509.58;9.50;836.00;1.57;1.22 -2336;9;2079.94;9.50;1445.00;1.57;1.34 -2337;9;565.32;9.50;78.00;1.57;1.32 -2338;9;3720.82;9.50;545.00;1.57;1.02 -2339;9;5252.76;9.50;748.00;1.57;1.04 -2340;9;5042.06;9.50;1118.00;1.57;1.00 -2341;9;4636.84;9.50;438.00;1.57;1.16 -2342;9;4127.80;9.50;739.00;1.57;0.80 -2343;9;4515.28;9.50;11.00;1.57;0.58 -2344;9;3899.66;9.50;864.00;1.57;0.82 -2345;9;2911.74;9.50;140.00;1.57;1.04 -2346;9;2246.28;9.50;24.00;1.57;1.00 -2347;9;2246.82;9.50;357.00;1.57;1.02 -2348;9;2286.10;9.50;872.00;1.57;1.10 -2349;9;2231.14;9.50;1627.00;1.57;1.48 -2350;9;2441.96;9.50;1325.00;1.57;1.38 -2351;9;991.60;9.50;164.00;1.57;1.34 -2352;9;425.80;9.50;432.00;1.57;1.16 -2353;9;5.32;9.50;1524.00;1.57;0.52 -2354;9;527.94;9.50;1402.00;1.57;1.10 -2355;9;709.48;9.50;697.00;1.57;1.28 -2357;9;1254.28;9.50;1033.00;1.57;1.08 -2358;9;3009.10;9.50;1610.00;1.57;0.60 -2359;9;3171.88;9.50;65.00;1.57;1.10 -2360;9;1459.86;9.50;858.00;1.57;0.98 -2361;9;1928.32;9.50;1660.00;1.57;1.52 -2362;9;756.04;9.50;85.00;1.57;1.44 -2363;9;3762.08;9.50;579.00;1.57;0.80 -2364;9;5261.72;9.50;790.00;1.57;0.90 -2365;9;5053.04;9.50;1011.00;1.57;1.10 -2366;9;5540.68;9.50;1873.00;1.57;1.48 -2367;9;4577.74;9.50;392.00;1.57;1.14 -2368;9;4177.74;9.50;766.00;1.57;1.14 -2369;9;4521.56;9.50;47.00;1.57;1.02 -2370;9;3947.80;9.50;857.00;1.57;0.80 -2371;9;2906.38;9.50;177.00;1.57;0.92 -2372;9;2198.66;9.50;377.00;1.57;1.08 -2373;9;2253.02;9.50;841.00;1.57;1.22 -2374;9;2518.74;9.50;1604.00;1.57;1.06 -2375;9;2604.14;9.50;1224.00;1.57;1.06 -2376;9;950.98;9.50;207.00;1.57;1.52 -2377;9;720.86;9.50;898.00;1.57;1.04 -2378;9;525.36;9.50;1495.00;1.57;1.16 -2379;9;683.78;9.50;746.00;1.57;1.44 -2380;9;1202.06;9.50;1013.00;1.57;0.98 -2381;9;2733.78;9.50;1497.00;1.57;0.48 -2382;9;3003.24;9.50;1628.00;1.57;0.52 -2383;9;3321.46;9.50;97.00;1.57;1.06 -2384;9;1459.28;9.50;733.00;1.57;1.08 -2385;9;1899.14;9.50;1575.00;1.57;1.34 -2386;9;816.96;9.50;25.00;1.57;1.26 -2387;9;3680.02;9.50;415.00;1.57;1.10 -2388;9;5553.88;9.50;21.00;1.57;1.20 -2389;9;5349.82;9.50;792.00;1.57;1.06 -2390;9;5074.60;9.50;1047.00;1.57;1.02 -2391;9;4555.12;9.50;448.00;1.57;1.08 -2392;9;4132.36;9.50;779.00;1.57;0.96 -2393;9;4567.04;9.50;56.00;1.57;0.96 -2394;9;3906.76;9.50;941.00;1.57;1.26 -2395;9;2984.82;9.50;205.00;1.57;1.02 -2396;9;2374.18;9.50;87.00;1.57;0.98 -2397;9;2212.64;9.50;337.00;1.57;1.00 -2398;9;2203.72;9.50;821.00;1.57;0.92 -2399;9;2550.02;9.50;1501.00;1.57;1.18 -2400;9;2687.52;9.50;1224.00;1.57;0.72 -2401;9;922.14;9.50;247.00;1.57;1.54 -2402;9;457.76;9.50;533.00;1.57;1.30 -2403;9;1.76;9.50;1567.00;1.57;0.36 -2404;9;500.42;9.50;1452.00;1.57;1.22 -2405;9;582.30;9.50;689.00;1.57;1.30 -2406;9;1126.18;9.50;1017.00;1.57;1.04 -2407;9;981.04;10.80;1957.00;1.57;1.60 -2408;9;2968.44;9.75;1626.00;1.57;0.84 -2409;9;3363.20;9.50;192.00;1.57;1.20 -2410;9;1539.84;9.50;645.00;1.57;1.08 -2411;9;1794.04;9.50;1481.00;1.57;0.94 -2412;9;1307.42;9.50;77.00;1.57;1.42 -2413;9;3687.46;9.50;216.00;1.57;1.06 -2414;9;5463.20;9.50;775.00;1.57;1.00 -2415;9;5022.02;9.50;978.00;1.57;1.22 -2416;9;4557.90;9.50;498.00;1.57;0.90 -2417;9;4003.66;9.50;732.00;1.57;1.26 -2418;9;4562.84;9.50;138.00;1.57;1.12 -2419;9;3845.10;9.50;932.00;1.57;0.94 -2420;9;3023.30;9.50;198.00;1.57;1.30 -2421;9;2337.82;9.50;67.00;1.57;1.02 -2422;9;2173.08;9.50;333.00;1.57;0.88 -2423;9;2202.82;9.50;867.00;1.57;1.02 -2424;9;2570.94;9.50;1452.00;1.57;0.94 -2425;9;2033.10;9.50;1545.00;1.57;1.10 -2426;9;857.82;9.50;188.00;1.57;1.50 -2427;9;394.08;9.50;538.00;1.57;0.86 -2428;9;585.58;9.50;1399.00;1.57;1.04 -2429;9;647.40;9.50;714.00;1.57;1.00 -2430;9;1058.24;9.50;1032.00;1.57;1.06 -2431;9;2977.08;9.50;1662.00;1.57;0.70 -2432;9;3363.46;9.50;303.00;1.57;1.06 -2433;9;1600.88;9.50;554.00;1.57;1.48 -2434;9;1815.00;9.50;1581.00;1.57;1.00 -2435;9;1225.74;9.50;119.00;1.57;1.12 -2436;9;5019.72;9.50;1705.00;1.57;0.58 -2437;9;3398.46;9.50;91.00;1.57;1.06 -2438;9;5424.96;9.50;837.00;1.57;0.82 -2439;9;4988.02;9.50;1008.00;1.57;1.22 -2440;9;4587.48;9.50;479.00;1.57;1.28 -2441;9;3970.94;9.50;762.00;1.57;1.12 -2442;9;4611.74;9.50;124.00;1.57;1.08 -2443;9;3802.72;9.50;907.00;1.57;0.92 -2444;9;3045.84;9.50;147.00;1.57;0.94 -2445;9;2378.48;9.50;33.00;1.57;1.06 -2446;9;2691.06;9.50;2033.00;1.57;0.62 -2447;9;2163.54;9.50;861.00;1.57;0.94 -2448;9;2518.48;9.50;1654.00;1.57;1.22 -2449;9;1981.34;9.50;1605.00;1.57;1.74 -2450;9;856.96;9.50;132.00;1.57;1.26 -2451;9;306.50;9.50;523.00;1.57;1.22 -2452;9;566.66;9.50;1448.00;1.57;1.16 -2453;9;633.94;9.50;682.00;1.57;0.98 -2454;9;1109.86;9.50;1063.00;1.57;1.22 -2455;9;2951.56;9.50;1693.00;1.57;1.16 -2456;9;3454.26;9.50;393.00;1.57;1.34 -2457;9;1648.86;9.50;369.00;1.57;1.40 -2458;9;1736.14;9.50;1529.00;1.57;1.54 -2459;9;1356.44;9.50;173.00;1.57;1.32 -2460;9;5116.52;9.50;1655.00;1.57;1.72 -2461;9;3272.64;9.50;11.00;1.57;0.58 -2462;9;5491.40;9.50;836.00;1.57;1.40 -2463;9;5008.30;9.50;1038.00;1.57;1.14 -2464;9;4506.04;9.50;368.00;1.57;1.16 -2465;9;3990.54;9.50;682.00;1.57;0.94 -2466;9;4528.56;9.50;111.00;1.57;1.16 -2467;9;3764.72;9.50;880.00;1.57;0.92 -2468;9;3596.66;9.50;23.00;1.57;1.04 -2469;9;3061.36;9.50;109.00;1.57;0.96 -2470;9;2411.64;9.50;9.00;1.57;0.52 -2471;9;2150.90;9.50;372.00;1.57;0.90 -2472;9;2157.00;9.50;829.00;1.57;0.44 -2473;9;2598.66;9.50;1665.00;1.57;1.26 -2474;9;1976.22;9.50;1553.00;1.57;1.42 -2475;9;790.34;9.50;116.00;1.57;0.96 -2476;9;343.24;9.50;547.00;1.57;0.96 -2477;9;646.44;9.50;1399.00;1.57;1.04 -2478;9;559.58;9.50;728.00;1.57;1.38 -2479;9;1115.94;9.50;1114.00;1.57;1.24 -2480;9;3433.38;9.50;247.00;1.57;1.18 -2481;9;2638.36;9.50;1675.00;1.57;0.74 -2482;9;1652.94;9.50;270.00;1.57;0.92 -2483;9;1690.56;9.50;1492.00;1.57;1.16 -2484;9;1340.06;9.50;23.00;1.57;1.16 -2485;9;5046.52;9.50;1575.00;1.57;0.72 -2486;9;3760.78;9.50;150.00;1.57;1.24 -2487;9;5384.42;9.50;875.00;1.57;1.40 -2488;9;4943.84;9.50;1026.00;1.57;1.24 -2489;9;5174.38;9.50;769.00;1.57;0.18 -2490;9;4521.26;9.50;499.00;1.57;0.86 -2491;9;3949.48;9.50;721.00;1.57;1.26 -2492;9;4622.28;9.50;74.00;1.57;0.96 -2493;9;3766.90;9.50;924.00;1.57;0.90 -2494;9;3653.90;9.50;54.00;1.57;0.90 -2495;9;3081.62;9.50;67.00;1.57;0.82 -2496;9;2375.06;9.50;3.00;1.57;0.20 -2497;9;2179.20;9.50;404.00;1.57;0.92 -2498;9;2109.52;9.50;835.00;1.57;0.62 -2499;9;2724.38;9.50;1832.00;1.57;1.18 -2500;9;1599.52;9.50;1175.00;1.57;0.70 -2501;9;747.24;9.50;26.00;1.57;1.24 -2502;9;251.24;9.50;542.00;1.57;1.00 -2503;9;596.06;9.50;1503.00;1.57;0.84 -2504;9;591.84;9.50;785.00;1.57;1.24 -2505;9;1054.68;9.50;1077.00;1.57;1.04 -2506;9;2896.70;9.50;1680.00;1.57;1.42 -2507;9;3561.22;9.50;187.00;1.57;0.94 -2508;9;1663.82;9.50;146.00;1.57;0.94 -2509;9;1514.24;9.50;11.00;1.57;0.54 -2510;9;5005.80;9.50;1548.00;1.57;0.80 -2511;9;3934.12;9.50;64.00;1.57;1.32 -2512;9;5428.76;9.50;913.00;1.57;0.98 -2513;9;4967.22;9.50;1075.00;1.57;1.42 -2514;9;4480.64;9.50;511.00;1.57;0.94 -2515;9;3943.64;9.50;677.00;1.57;0.92 -2516;9;4660.48;9.50;116.00;1.57;0.74 -2517;9;3840.36;9.50;963.00;1.57;0.88 -2518;9;3597.48;9.50;67.00;1.57;1.26 -2519;9;3002.82;9.50;258.00;1.57;1.02 -2520;9;2294.66;9.50;42.00;1.57;1.26 -2521;9;2118.26;9.50;374.00;1.57;0.86 -2522;9;2123.00;9.50;862.00;1.57;1.00 -2523;9;2529.42;9.50;1712.00;1.57;1.60 -2524;9;689.18;9.50;68.00;1.57;1.44 -2525;9;202.74;9.50;543.00;1.57;1.06 -2526;9;7.24;9.50;1637.00;1.57;0.64 -2527;9;653.50;9.50;1524.00;1.57;1.48 -2528;9;663.24;9.50;786.00;1.57;1.08 -2529;9;1090.78;9.50;1159.00;1.57;1.14 -2530;9;2874.44;9.50;1747.00;1.57;0.84 -2531;9;3608.28;9.50;277.00;1.57;1.08 -2532;9;1675.84;9.50;64.00;1.57;0.78 -2533;9;1636.28;9.50;56.00;1.57;1.02 -2534;9;4998.62;9.50;1471.00;1.57;0.82 -2535;9;5299.14;9.50;840.00;1.57;1.28 -2536;9;4993.10;9.50;1135.00;1.57;1.10 -2537;9;4515.82;9.50;451.00;1.57;1.02 -2538;9;3909.80;9.50;645.00;1.57;0.80 -2539;9;4706.48;9.50;92.00;1.57;1.02 -2540;9;3819.08;9.50;1001.00;1.57;0.88 -2541;9;3622.94;9.50;104.00;1.57;1.34 -2542;9;2986.56;9.50;309.00;1.57;1.16 -2543;9;2338.18;9.50;21.00;1.57;0.84 -2544;9;2084.54;9.50;372.00;1.57;0.94 -2545;9;2081.30;9.50;899.00;1.57;1.16 -2546;9;2482.60;9.50;1702.00;1.57;1.08 -2547;9;1588.02;9.50;1038.00;1.57;1.22 -2548;9;665.80;9.50;20.00;1.57;0.98 -2549;9;187.08;9.50;586.00;1.57;1.16 -2550;9;32.50;9.50;1543.00;1.57;1.20 -2551;9;616.12;9.50;1455.00;1.57;1.18 -2552;9;619.68;9.50;749.00;1.57;1.48 -2553;9;1042.12;9.50;1241.00;1.57;1.32 -2554;9;2939.76;9.50;1850.00;1.57;1.36 -2555;9;3724.74;9.50;335.00;1.57;1.14 -2556;9;151.78;9.50;1981.00;1.57;1.16 -2557;9;1557.12;9.50;184.00;1.57;1.32 -2558;9;4992.68;9.50;620.00;1.57;0.94 -2559;9;4932.86;9.50;1111.00;1.57;1.28 -2560;9;5350.44;9.50;1819.00;1.57;0.64 -2561;9;4494.18;9.50;406.00;1.57;0.98 -2562;9;3949.90;9.50;638.00;1.57;0.90 -2563;9;4559.18;9.50;17.00;1.57;0.84 -2564;9;3858.56;9.50;1002.00;1.57;0.88 -2565;9;3693.68;9.50;91.00;1.57;1.12 -2566;9;2954.26;9.50;281.00;1.57;0.86 -2567;9;2322.06;9.50;5.00;1.57;0.32 -2568;9;2643.62;9.50;2031.00;1.57;0.66 -2569;9;2027.18;9.55;874.00;1.57;1.48 -2570;9;2421.86;9.50;1727.00;1.57;1.44 -2571;9;1720.40;9.65;1071.00;1.57;1.36 -2572;9;591.14;9.50;23.00;1.57;1.04 -2573;9;261.60;9.50;586.00;1.57;1.34 -2574;9;24.04;9.50;1594.00;1.57;1.14 -2575;9;679.32;9.50;1483.00;1.57;1.26 -2576;9;651.24;9.50;827.00;1.57;1.56 -2577;9;1009.24;9.50;1201.00;1.57;1.12 -2578;9;2995.04;9.50;1958.00;1.57;1.18 -2579;9;3630.10;9.50;448.00;1.57;1.02 -2580;9;1876.68;9.50;107.00;1.57;1.30 -2581;9;214.84;9.50;1870.00;1.57;0.84 -2582;9;1480.14;9.50;69.00;1.57;0.98 -2583;9;4969.24;9.50;1403.00;1.57;1.44 -2584;9;3466.20;9.50;33.00;1.57;1.20 -2585;9;4933.28;9.50;640.00;1.57;1.08 -2586;9;4964.46;9.50;1158.00;1.57;1.06 -2587;9;4452.54;9.50;416.00;1.57;0.94 -2588;9;3984.72;9.50;637.00;1.57;0.92 -2589;9;4603.82;9.50;27.00;1.57;1.02 -2590;9;3838.10;9.50;1031.00;1.57;1.10 -2591;9;3697.30;9.50;47.00;1.57;1.00 -2592;9;2928.46;9.50;240.00;1.57;1.06 -2593;9;2279.56;9.50;8.00;1.57;0.42 -2594;9;2109.00;9.50;415.00;1.57;0.94 -2595;9;2041.58;9.50;941.00;1.57;1.10 -2596;9;2396.22;9.50;1785.00;1.57;1.38 -2597;9;1821.96;9.50;1048.00;1.57;1.02 -2598;9;627.88;9.50;62.00;1.57;1.30 -2599;9;281.78;9.50;636.00;1.57;1.34 -2600;9;99.50;9.50;1525.00;1.57;0.86 -2601;9;716.52;9.50;1536.00;1.57;1.18 -2602;9;593.22;9.50;832.00;1.57;0.90 -2603;9;983.04;9.50;1245.00;1.57;1.22 -2604;9;3106.52;9.50;2039.00;1.57;0.46 -2605;9;3494.38;9.50;468.00;1.57;1.18 -2606;9;1917.78;9.50;162.00;1.57;1.58 -2607;9;18.30;9.50;1927.00;1.57;1.06 -2608;9;1422.30;9.50;227.00;1.57;1.30 -2609;9;4813.22;9.50;1311.00;1.57;1.28 -2610;9;3520.90;9.50;10.00;1.57;0.60 -2611;9;4979.94;9.50;656.00;1.57;1.06 -2612;9;4931.56;9.50;1182.00;1.57;1.16 -2613;9;5452.78;9.50;1778.00;1.57;1.44 -2614;9;4478.46;9.50;453.00;1.57;1.06 -2615;9;3973.84;9.50;599.00;1.57;0.96 -2616;9;4636.64;9.50;10.00;1.57;0.50 -2617;9;3774.10;9.50;1013.00;1.57;0.90 -2618;9;3703.40;9.50;129.00;1.57;0.98 -2619;9;2890.44;9.50;258.00;1.57;0.84 -2620;9;2191.48;9.50;441.00;1.57;0.92 -2621;9;2034.12;9.50;986.00;1.57;1.06 -2622;9;2334.58;9.50;1710.00;1.57;1.18 -2623;9;1351.48;9.50;1299.00;1.57;1.22 -2624;9;607.22;9.50;108.00;1.57;1.34 -2625;9;167.24;9.50;625.00;1.57;0.96 -2626;9;87.78;9.50;1564.00;1.57;0.92 -2627;9;584.32;9.50;1542.00;1.57;1.02 -2628;9;710.24;9.50;850.00;1.57;1.20 -2629;9;938.96;9.50;1281.00;1.57;1.30 -2630;9;3331.74;9.50;2030.00;1.57;0.78 -2631;9;3486.94;9.50;516.00;1.57;1.10 -2632;9;1967.38;9.50;166.00;1.57;1.18 -2633;9;1579.86;9.50;321.00;1.57;1.46 -2634;9;4894.68;9.50;1320.00;1.57;0.78 -2635;9;3505.64;9.50;54.00;1.57;1.04 -2636;9;4940.10;9.50;694.00;1.57;1.10 -2637;9;4901.30;9.50;1142.00;1.57;1.30 -2638;9;4459.20;9.50;489.00;1.57;1.10 -2639;9;3930.18;9.50;604.00;1.57;0.96 -2640;9;3744.92;9.50;1032.00;1.57;1.12 -2641;9;3643.48;9.50;135.00;1.57;1.28 -2642;9;2918.08;9.50;293.00;1.57;0.88 -2643;9;2057.74;9.50;433.00;1.57;1.14 -2644;9;1987.12;9.50;977.00;1.57;1.26 -2645;9;2365.02;9.50;1749.00;1.57;1.16 -2646;9;1298.28;9.50;1306.00;1.57;1.08 -2647;9;715.20;9.50;119.00;1.57;1.20 -2648;9;232.30;9.50;644.00;1.57;1.16 -2649;9;91.78;9.50;1609.00;1.57;1.14 -2650;9;506.16;9.50;1542.00;1.57;0.96 -2651;9;594.04;9.50;873.00;1.57;1.02 -2652;9;891.98;9.50;1320.00;1.57;1.10 -2653;9;3426.18;9.50;2018.00;1.57;1.42 -2654;9;3533.38;9.50;612.00;1.57;1.18 -2655;9;2053.10;9.50;89.00;1.57;1.10 -2656;9;62.32;9.50;1844.00;1.57;0.70 -2657;9;1419.54;9.50;866.00;1.57;0.94 -2658;9;4941.56;9.50;1275.00;1.57;0.90 -2659;9;3581.26;9.50;122.00;1.57;0.86 -2660;9;5270.54;9.50;8.00;1.57;0.52 -2661;9;4949.22;9.50;746.00;1.57;1.10 -2662;9;4877.38;9.50;1100.00;1.57;0.92 -2663;9;5433.10;9.50;1729.00;1.57;1.10 -2664;9;4386.76;9.50;517.00;1.57;1.14 -2665;9;3887.18;9.50;607.00;1.57;0.74 -2666;9;3626.38;9.50;1061.00;1.57;0.98 -2667;9;3606.38;9.50;169.00;1.57;1.18 -2668;9;2883.34;9.50;314.00;1.57;0.74 -2669;9;2062.82;9.50;173.00;1.57;1.02 -2670;9;1974.92;9.50;960.00;1.57;0.98 -2671;9;2302.58;9.50;1766.00;1.57;1.32 -2672;9;1293.10;9.50;1237.00;1.57;1.10 -2673;9;671.76;9.50;167.00;1.57;1.22 -2674;9;259.14;9.50;695.00;1.57;1.46 -2675;9;44.94;9.50;1639.00;1.57;1.28 -2676;9;491.72;9.50;1621.00;1.57;1.10 -2677;9;642.66;9.50;939.00;1.57;0.98 -2678;9;810.12;9.50;1315.00;1.57;0.88 -2679;9;3451.50;9.50;1896.00;1.57;0.84 -2680;9;3584.36;9.50;555.00;1.57;0.96 -2681;9;1994.22;9.50;218.00;1.57;1.34 -2682;9;161.60;9.50;1738.00;1.57;1.44 -2683;9;1447.22;9.50;941.00;1.57;1.42 -2684;9;4882.48;9.50;1251.00;1.57;0.84 -2685;9;3802.30;9.50;104.00;1.57;1.20 -2686;9;5004.60;9.50;739.00;1.57;1.00 -2687;9;4859.22;9.50;1067.00;1.57;1.02 -2688;9;5389.18;9.50;1760.00;1.57;1.08 -2689;9;4391.48;9.50;561.00;1.57;0.86 -2690;9;3843.26;9.50;599.00;1.57;0.86 -2691;9;3598.38;9.50;1085.00;1.57;1.10 -2692;9;3713.46;9.50;174.00;1.57;1.06 -2693;9;2914.72;9.50;343.00;1.57;0.92 -2694;9;2122.18;9.50;466.00;1.57;0.98 -2695;9;2738.82;9.50;1905.00;1.57;1.02 -2696;9;2236.60;9.50;1768.00;1.57;1.04 -2697;9;1359.92;9.50;1194.00;1.57;1.12 -2698;9;737.96;9.50;166.00;1.57;1.26 -2699;9;202.44;9.50;715.00;1.57;1.16 -2700;9;83.40;9.50;1667.00;1.57;1.22 -2701;9;554.16;9.50;1590.00;1.57;1.58 -2702;9;656.50;9.50;889.00;1.57;1.46 -2704;9;3588.62;9.50;738.00;1.57;0.98 -2705;9;2052.12;9.50;252.00;1.57;1.18 -2706;9;243.94;9.50;1907.00;1.57;1.02 -2707;9;1501.50;9.50;919.00;1.57;1.50 -2708;9;4793.86;9.50;1204.00;1.57;1.06 -2709;9;3702.68;9.50;12.00;1.57;0.52 -2710;9;5224.52;9.50;25.00;1.57;0.92 -2711;9;5034.80;9.50;789.00;1.57;1.76 -2712;9;4833.58;9.50;1027.00;1.57;1.22 -2713;9;5381.56;9.50;1713.00;1.57;1.16 -2714;9;4426.48;9.50;532.00;1.57;1.28 -2715;9;3828.64;9.50;557.00;1.57;1.04 -2716;9;3723.54;9.50;976.00;1.57;0.94 -2717;9;3667.74;9.50;170.00;1.57;1.14 -2718;9;2881.82;9.50;361.00;1.57;0.88 -2719;9;2158.48;9.50;483.00;1.57;1.06 -2720;9;1940.92;9.50;1003.00;1.57;1.12 -2721;9;2270.06;9.50;1721.00;1.57;0.94 -2722;9;1398.36;9.50;1319.00;1.57;0.96 -2723;9;818.06;9.50;288.00;1.57;1.64 -2724;9;224.12;9.50;752.00;1.57;1.08 -2725;9;36.04;9.50;1704.00;1.57;1.34 -2726;9;585.80;9.50;1627.00;1.57;1.16 -2727;9;840.42;9.50;836.00;1.57;1.34 -2728;9;771.40;9.50;1364.00;1.57;1.40 -2729;9;2921.90;9.50;1608.00;1.57;0.74 -2730;9;3620.38;9.50;823.00;1.57;1.18 -2731;9;2152.16;9.50;430.00;1.57;0.76 -2732;9;424.24;9.50;1677.00;1.57;0.96 -2733;9;1493.02;9.50;963.00;1.57;1.08 -2734;9;4662.68;9.50;1306.00;1.57;1.38 -2735;9;4962.36;9.50;786.00;1.57;0.94 -2736;9;4876.66;9.50;1006.00;1.57;1.26 -2737;9;4479.74;9.50;560.00;1.57;0.76 -2738;9;3867.56;9.50;572.00;1.57;0.80 -2739;9;3759.38;9.50;975.00;1.57;1.14 -2740;9;3629.38;9.50;203.00;1.57;1.18 -2741;9;2911.08;9.50;396.00;1.57;0.88 -2742;9;2137.22;9.50;246.00;1.57;0.90 -2743;9;1905.56;9.50;1029.00;1.57;1.06 -2744;9;2223.24;9.50;1711.00;1.57;1.18 -2745;9;1452.38;9.50;1295.00;1.57;0.98 -2746;9;846.72;9.50;241.00;1.57;1.32 -2747;9;281.22;9.50;752.00;1.57;1.38 -2748;9;72.56;9.50;1721.00;1.57;0.98 -2749;9;656.54;9.50;1631.00;1.57;1.06 -2750;9;733.88;9.50;806.00;1.57;1.02 -2751;9;694.34;9.50;1671.00;1.57;1.24 -2752;9;2891.36;9.50;1597.00;1.57;0.92 -2753;9;3527.26;9.50;845.00;1.57;0.86 -2754;9;2127.66;9.50;328.00;1.57;1.08 -2755;9;551.28;9.50;1682.00;1.57;1.28 -2756;9;1458.16;9.50;1021.00;1.57;0.76 -2757;9;4684.22;9.50;1238.00;1.57;1.16 -2758;9;5015.50;9.50;824.00;1.57;1.06 -2759;9;4912.40;9.50;986.00;1.57;1.40 -2760;9;4518.36;9.50;572.00;1.57;0.96 -2761;9;3918.30;9.50;572.00;1.57;0.78 -2762;9;3687.10;9.50;938.00;1.57;1.08 -2763;9;3648.74;9.50;235.00;1.57;1.12 -2764;9;2897.56;9.50;439.00;1.57;0.94 -2765;9;2073.30;9.50;324.00;1.57;1.22 -2766;9;1864.82;9.50;1033.00;1.57;1.02 -2767;9;2173.54;9.50;1700.00;1.57;1.14 -2768;9;1862.22;9.50;1693.00;1.57;1.08 -2769;9;787.18;9.50;214.00;1.57;1.24 -2770;9;316.16;9.50;713.00;1.57;1.24 -2771;9;60.04;9.50;1759.00;1.57;0.98 -2772;9;634.62;9.50;1577.00;1.57;1.24 -2773;9;741.42;9.50;761.00;1.57;1.06 -2774;9;717.54;9.50;1717.00;1.57;1.34 -2775;9;2868.04;9.50;1577.00;1.57;0.44 -2776;9;3490.36;9.50;837.00;1.57;0.90 -2777;9;1767.62;9.50;13.00;1.57;0.64 -2778;9;2238.68;9.50;523.00;1.57;1.32 -2779;9;488.46;9.50;1581.00;1.57;1.14 -2780;9;1270.32;9.50;1091.00;1.57;1.24 -2781;9;4743.76;9.50;1251.00;1.57;1.18 -2782;9;5309.16;9.50;199.00;1.57;1.34 -2783;9;5012.78;9.50;872.00;1.57;0.98 -2784;9;4866.40;9.50;937.00;1.57;1.36 -2785;9;4580.44;9.50;549.00;1.57;0.84 -2786;9;3891.32;9.50;541.00;1.57;1.02 -2787;9;3643.22;9.50;903.00;1.57;0.98 -2788;9;3728.90;9.50;212.00;1.57;0.90 -2789;9;2854.90;9.50;454.00;1.57;0.90 -2790;9;2036.20;9.50;293.00;1.57;1.20 -2791;9;1882.72;9.50;1077.00;1.57;0.92 -2792;9;2110.86;9.50;1728.00;1.57;0.92 -2793;9;1007.64;9.50;123.00;1.57;1.18 -2794;9;358.60;9.50;750.00;1.57;1.36 -2795;9;16.28;9.50;1754.00;1.57;1.08 -2796;9;728.24;9.50;1426.00;1.57;1.12 -2797;9;758.32;9.50;715.00;1.57;1.38 -2798;9;625.80;9.50;1686.00;1.57;1.20 -2799;9;2829.14;9.50;1578.00;1.57;0.54 -2800;9;3437.22;9.50;905.00;1.57;1.42 -2801;9;2334.18;9.50;626.00;1.57;0.98 -2802;9;423.52;9.50;1639.00;1.57;1.06 -2803;9;1172.96;9.50;1140.00;1.57;1.06 -2804;9;4720.82;9.50;1142.00;1.57;1.02 -2805;9;5250.90;9.50;226.00;1.57;0.82 -2806;9;5030.40;9.50;921.00;1.57;1.32 -2807;9;4833.76;9.50;977.00;1.57;1.26 -2808;9;5242.80;9.50;1762.00;1.57;1.26 -2809;9;4610.62;9.50;558.00;1.57;1.34 -2810;9;3850.74;9.50;524.00;1.57;0.88 -2811;9;3670.76;9.50;861.00;1.57;0.96 -2812;9;3741.94;9.50;248.00;1.57;1.08 -2813;9;2903.90;9.50;481.00;1.57;0.90 -2814;9;2098.82;9.50;275.00;1.57;1.02 -2815;9;1921.26;9.50;1105.00;1.57;0.86 -2816;9;2087.60;9.50;1788.00;1.57;0.86 -2817;9;1824.28;9.50;1622.00;1.57;0.78 -2818;9;1025.32;9.50;76.00;1.57;1.18 -2819;9;324.84;9.50;787.00;1.57;1.24 -2820;9;4.04;9.50;1726.00;1.57;0.44 -2821;9;789.12;9.50;1411.00;1.57;1.32 -2822;9;814.86;9.50;741.00;1.57;1.30 -2823;9;620.82;9.50;1734.00;1.57;1.20 -2824;9;2813.78;9.50;1562.00;1.57;0.36 -2825;9;3355.38;9.50;1062.00;1.57;1.18 -2826;9;2243.22;9.50;918.00;1.57;1.38 -2827;9;233.76;9.50;1711.00;1.57;1.36 -2828;9;1100.48;9.50;1251.00;1.57;1.12 -2829;9;4729.14;9.50;1034.00;1.57;1.18 -2830;9;5228.44;9.50;193.00;1.57;0.84 -2831;9;5070.32;9.50;950.00;1.57;1.36 -2832;9;4774.76;9.50;884.00;1.57;1.32 -2833;9;4639.92;9.50;628.00;1.57;1.12 -2834;9;3879.54;9.50;489.00;1.57;0.94 -2835;9;3726.72;9.50;882.00;1.57;0.92 -2836;9;2857.56;9.50;497.00;1.57;1.16 -2837;9;2092.38;9.50;216.00;1.57;1.04 -2838;9;1937.48;9.50;1137.00;1.57;1.02 -2839;9;2064.68;9.50;1765.00;1.57;0.78 -2840;9;1767.38;9.50;1570.00;1.57;1.18 -2841;9;887.12;9.50;85.00;1.57;1.32 -2842;9;273.68;9.50;825.00;1.57;1.48 -2843;9;4196.84;10.00;1022.00;1.57;0.24 -2844;9;713.60;9.50;1384.00;1.57;0.90 -2845;9;857.98;9.50;782.00;1.57;1.20 -2846;9;688.14;9.50;1749.00;1.57;1.46 -2847;9;2782.80;9.50;1513.00;1.57;0.40 -2848;9;3692.28;9.50;901.00;1.57;1.08 -2849;9;2245.38;9.50;797.00;1.57;1.16 -2850;9;150.64;9.50;1578.00;1.57;1.04 -2851;9;1025.82;9.50;1361.00;1.57;1.02 -2852;9;5576.34;9.50;546.00;1.57;1.28 -2853;9;4660.74;10.68;1847.00;1.57;1.32 -2854;9;5272.50;9.50;163.00;1.57;1.22 -2855;9;5075.44;9.50;896.00;1.57;1.16 -2856;9;4771.22;9.50;829.00;1.57;1.42 -2857;9;4606.74;9.50;757.00;1.57;1.12 -2858;9;3911.92;9.50;495.00;1.57;0.90 -2859;9;3765.02;9.50;832.00;1.57;1.16 -2860;9;3695.38;9.50;264.00;1.57;1.10 -2861;9;2949.52;9.50;329.00;1.57;0.72 -2862;9;2037.02;9.50;205.00;1.57;1.06 -2863;9;1888.92;9.50;1155.00;1.57;1.12 -2864;9;2005.30;9.50;1759.00;1.57;0.80 -2865;9;1640.20;9.50;1137.00;1.57;1.20 -2866;9;1003.96;9.50;402.00;1.57;1.24 -2867;9;119.04;9.50;652.00;1.57;1.14 -2868;9;711.08;9.50;1347.00;1.57;0.96 -2869;9;906.24;9.50;816.00;1.57;0.94 -2870;9;597.76;9.50;1778.00;1.57;1.14 -2871;9;2761.60;9.50;1500.00;1.57;0.48 -2872;9;3728.90;9.50;933.00;1.57;0.90 -2873;9;2141.30;9.50;905.00;1.57;1.18 -2874;9;12.84;9.50;1681.00;1.57;1.06 -2875;9;904.54;9.50;1421.00;1.57;1.44 -2876;9;4704.40;9.50;846.00;1.57;1.14 -2877;9;4772.84;10.13;1983.00;1.57;2.24 -2878;9;5202.78;9.50;149.00;1.57;1.24 -2879;9;5113.50;9.50;921.00;1.57;0.92 -2880;9;4819.74;9.50;844.00;1.57;1.14 -2881;9;5300.44;9.50;1769.00;1.57;1.28 -2882;9;4569.18;9.50;725.00;1.57;0.98 -2883;9;3961.18;9.50;555.00;1.57;0.96 -2884;9;3651.94;9.50;285.00;1.57;1.34 -2885;9;2969.98;9.50;360.00;1.57;0.78 -2886;9;2106.44;9.50;172.00;1.57;0.84 -2887;9;1829.94;9.50;1147.00;1.57;1.12 -2888;9;2005.14;9.50;1735.00;1.57;0.70 -2889;9;1326.84;9.50;1091.00;1.57;1.24 -2890;9;998.02;9.50;350.00;1.57;1.22 -2891;9;76.08;9.50;614.00;1.57;1.10 -2892;9;728.18;9.50;1308.00;1.57;0.96 -2893;9;982.24;9.50;821.00;1.57;1.26 -2894;9;567.44;9.50;1816.00;1.57;1.24 -2895;9;2776.34;9.50;1539.00;1.57;0.26 -2896;9;3569.56;9.50;1120.00;1.57;1.16 -2897;9;2127.46;9.50;973.00;1.57;1.06 -2898;9;810.10;9.50;1528.00;1.57;1.02 -2899;9;4705.56;9.50;762.00;1.57;1.16 -2900;9;4457.84;10.66;1960.00;1.57;1.80 -2901;9;5072.68;9.50;847.00;1.57;1.48 -2902;9;4827.90;9.50;787.00;1.57;0.90 -2903;9;5209.38;9.50;1713.00;1.57;1.10 -2904;9;4514.38;9.50;685.00;1.57;0.98 -2905;9;3933.02;9.50;527.00;1.57;0.94 -2906;9;3664.02;9.50;818.00;1.57;1.14 -2907;9;3661.36;9.50;353.00;1.57;0.96 -2908;9;2944.52;9.50;392.00;1.57;0.72 -2909;9;2583.18;9.50;2034.00;1.57;0.56 -2910;9;1795.46;9.50;1084.00;1.57;1.06 -2911;9;2012.94;9.50;1796.00;1.57;1.34 -2912;9;1371.12;9.50;1066.00;1.57;1.18 -2913;9;886.48;9.50;287.00;1.57;1.28 -2914;9;15.64;9.50;680.00;1.57;1.04 -2915;9;747.68;9.50;1267.00;1.57;0.92 -2916;9;929.96;9.50;776.00;1.57;1.28 -2917;9;508.02;9.50;1835.00;1.57;1.22 -2918;9;2798.64;9.50;1617.00;1.57;0.50 -2919;9;3673.82;9.50;1074.00;1.57;0.82 -2920;9;2178.02;9.50;1083.00;1.57;1.16 -2921;9;802.28;9.50;1614.00;1.57;0.94 -2922;9;4729.54;9.50;718.00;1.57;0.94 -2923;9;4315.46;12.50;1950.00;1.57;1.64 -2924;9;5338.82;9.50;28.00;1.57;1.24 -2925;9;5122.66;9.50;855.00;1.57;1.26 -2926;9;4948.06;9.50;972.00;1.57;1.08 -2927;9;5194.46;9.50;1677.00;1.57;0.96 -2928;9;4489.92;9.50;708.00;1.57;1.12 -2929;9;3958.36;9.50;499.00;1.57;0.96 -2930;9;3758.46;9.50;751.00;1.57;0.86 -2931;9;3695.38;9.50;370.00;1.57;1.02 -2932;9;2943.72;9.50;456.00;1.57;0.92 -2933;9;2014.84;9.50;153.00;1.57;1.22 -2934;9;1774.42;9.50;1195.00;1.57;1.28 -2935;9;1937.32;9.50;1750.00;1.57;1.20 -2936;9;2786.76;9.50;1985.00;1.57;1.36 -2937;9;948.32;9.50;310.00;1.57;1.48 -2938;9;66.30;9.50;670.00;1.57;1.30 -2939;9;779.08;9.50;1229.00;1.57;0.94 -2940;9;875.80;9.50;737.00;1.57;0.96 -2941;9;642.94;9.50;982.00;1.57;0.84 -2942;9;2767.04;9.50;1655.00;1.57;1.24 -2943;9;3708.58;9.50;1049.00;1.57;0.86 -2944;9;2157.74;9.50;1252.00;1.57;1.14 -2945;9;761.56;9.50;1754.00;1.57;1.76 -2946;9;4611.12;9.50;796.00;1.57;1.06 -2947;9;1226.26;10.30;2006.00;1.57;1.72 -2948;9;5280.34;9.50;52.00;1.57;1.06 -2949;9;5241.14;9.50;836.00;1.57;1.28 -2950;9;4925.30;9.50;931.00;1.57;0.84 -2951;9;5191.18;9.50;1638.00;1.57;0.90 -2952;9;4536.10;9.50;729.00;1.57;1.10 -2953;9;3967.92;9.50;448.00;1.57;0.96 -2954;9;3653.10;9.50;775.00;1.57;1.10 -2955;9;3692.34;9.50;310.00;1.57;1.24 -2956;9;2987.64;9.50;466.00;1.57;1.04 -2957;9;2076.38;9.50;128.00;1.57;1.18 -2958;9;2357.28;9.50;943.00;1.57;0.92 -2959;9;2125.58;9.50;1799.00;1.57;1.14 -2960;9;2827.54;9.50;1927.00;1.57;0.94 -2961;9;857.30;9.50;337.00;1.57;1.30 -2962;9;15.56;9.50;730.00;1.57;1.08 -2963;9;830.96;9.50;1196.00;1.57;1.36 -2964;9;940.40;9.50;714.00;1.57;1.38 -2965;9;567.64;9.50;1884.00;1.57;1.16 -2966;9;2838.18;9.50;1632.00;1.57;0.94 -2967;9;3795.94;9.50;1046.00;1.57;0.86 -2968;9;2124.28;9.50;1135.00;1.57;1.08 -2969;9;43.94;9.50;1492.00;1.57;1.22 -2970;9;653.16;9.50;1891.00;1.57;1.98 -2971;9;4656.64;9.50;838.00;1.57;1.04 -2972;9;4147.48;9.70;2015.00;1.57;1.50 -2973;9;5346.90;9.50;79.00;1.57;1.00 -2974;9;5326.90;9.50;897.00;1.57;1.48 -2975;9;4981.12;9.50;950.00;1.57;1.10 -2977;9;2780.62;9.50;1528.00;1.57;0.28 -2978;9;4568.56;9.50;776.00;1.57;1.14 -2979;9;4011.02;9.50;455.00;1.57;0.98 -2980;9;3714.28;9.50;745.00;1.57;0.72 -2981;9;3625.18;9.50;368.00;1.57;0.98 -2982;9;2983.90;9.50;506.00;1.57;0.90 -2983;9;2012.58;9.50;104.00;1.57;1.28 -2984;9;2344.94;9.50;988.00;1.57;1.22 -2985;9;2140.36;9.50;1568.00;1.57;1.96 -2986;9;2864.26;9.50;1872.00;1.57;0.86 -2987;9;907.18;9.50;336.00;1.57;0.98 -2988;9;18.86;9.50;774.00;1.57;0.92 -2989;9;816.50;9.50;1266.00;1.57;1.28 -2990;9;981.84;9.50;756.00;1.57;1.24 -2991;9;215.70;9.50;2028.00;1.57;0.24 -2992;9;3217.76;10.62;1946.00;1.57;0.36 -2993;9;2837.18;9.50;1682.00;1.57;0.98 -2994;9;3325.30;9.80;1774.00;1.57;0.20 -2995;9;3190.34;9.50;2009.00;1.57;0.66 -2996;9;3437.30;10.50;1713.00;1.57;0.24 -2997;9;2082.82;9.50;1093.00;1.57;1.02 -2998;9;3300.68;10.60;1806.00;1.57;0.44 -2999;9;3337.02;10.70;1675.00;1.57;0.22 -3000;9;3608.58;10.00;1751.00;1.57;0.32 -3001;9;205.14;9.50;1399.00;1.57;1.36 -3002;9;490.80;9.50;1958.00;1.57;1.24 -3003;9;3084.04;11.62;1875.00;1.57;0.28 -3004;9;3509.94;9.80;1684.00;1.57;0.24 -3005;9;3016.66;11.87;1765.00;1.57;0.26 -3006;9;4646.46;9.50;968.00;1.57;1.06 -3007;9;2984.02;10.40;1731.00;1.57;0.22 -3008;9;3313.68;10.39;1891.00;1.57;0.32 -3009;9;3155.66;10.21;1779.00;1.57;0.26 -3010;9;1019.72;11.74;1823.00;1.57;0.58 -3011;9;5434.38;9.50;122.00;1.57;1.66 -3012;9;3343.42;10.30;1930.00;1.57;0.48 -3013;9;3238.66;10.20;1776.00;1.57;0.26 -3014;9;5245.36;9.50;888.00;1.57;1.18 -3015;9;4992.40;9.50;924.00;1.57;1.28 -3016;9;3180.58;10.75;1999.00;1.57;0.38 -3017;9;3509.30;9.85;1712.00;1.57;0.16 -3018;9;2969.94;10.16;1836.00;1.57;0.32 -3019;9;5333.92;9.50;1658.00;1.57;1.12 -3020;9;4522.10;9.50;768.00;1.57;1.10 -3021;9;2976.58;10.43;1756.00;1.57;0.34 -3022;9;2963.48;10.00;1814.00;1.57;0.20 -3023;9;4043.54;9.50;413.00;1.57;0.94 -3024;9;3721.56;9.50;709.00;1.57;0.78 -3025;9;3166.40;10.35;1777.00;1.57;0.40 -3026;9;3230.76;10.40;1867.00;1.57;0.36 -3027;9;3605.84;10.06;1689.00;1.57;0.24 -3028;9;3582.90;9.50;362.00;1.57;0.90 -3029;9;2940.18;9.50;503.00;1.57;0.98 -3030;9;3274.12;9.71;1787.00;1.57;0.22 -3031;9;3402.12;10.50;1785.00;1.57;0.32 -3032;9;2040.38;9.50;47.00;1.57;1.02 -3033;9;3337.66;10.31;1787.00;1.57;0.24 -3034;9;3063.04;9.50;1939.00;1.57;0.32 -3035;9;3381.30;10.07;1701.00;1.57;0.22 -3036;9;2308.92;9.50;960.00;1.57;1.12 -3037;9;2126.44;9.50;1671.00;1.57;1.82 -3038;9;2868.72;9.50;1939.00;1.57;0.92 -3039;9;3039.40;11.40;1825.00;1.57;0.34 -3040;9;3158.76;11.87;1985.00;1.57;0.36 -3041;9;3582.12;10.40;1736.00;1.57;0.32 -3042;9;930.14;9.50;378.00;1.57;0.92 -3043;9;75.12;9.50;716.00;1.57;1.32 -3044;9;3052.94;12.23;1859.00;1.57;0.34 -3045;9;3067.20;9.83;1759.00;1.57;0.20 -3046;9;5.80;9.50;1793.00;1.57;0.80 -3047;9;868.34;9.50;1226.00;1.57;1.14 -3048;9;3014.58;10.00;1893.00;1.57;0.34 -3049;9;2912.58;10.91;1703.00;1.57;0.30 -3050;9;3268.30;10.30;1764.00;1.57;0.26 -3051;9;1048.22;9.50;831.00;1.57;1.02 -3052;9;221.48;9.50;2021.00;1.57;0.82 -3053;9;3255.30;10.40;1699.00;1.57;0.30 -3054;9;3116.76;11.70;1892.00;1.57;0.36 -3055;9;3187.30;10.51;1916.00;1.57;0.30 -3056;9;3451.30;10.40;1700.00;1.57;0.28 -3057;9;3377.66;10.23;1744.00;1.57;0.24 -3058;9;3122.40;10.91;1969.00;1.57;0.30 -3059;9;2928.40;14.03;1748.00;1.57;0.38 -3060;9;3264.12;9.75;1741.00;1.57;0.22 -3061;9;3229.02;9.67;1752.00;1.57;0.22 -3062;9;3103.76;11.35;1867.00;1.57;0.24 -3063;9;3024.48;9.60;1706.00;1.57;0.26 -3064;9;3473.50;10.40;1793.00;1.57;0.36 -3065;9;3454.68;10.05;1800.00;1.57;0.40 -3066;9;3522.02;9.80;1695.00;1.57;0.22 -3067;9;3292.04;10.60;1869.00;1.57;0.32 -3068;9;3265.76;10.40;1802.00;1.57;0.20 -3069;9;3211.58;10.45;1968.00;1.57;0.38 -3070;9;3019.58;10.85;1744.00;1.57;0.26 -3071;9;3314.94;10.60;1821.00;1.57;0.30 -3072;9;3293.84;10.30;1716.00;1.57;0.24 -3073;9;3257.86;10.70;1861.00;1.57;0.34 -3074;9;3185.84;9.70;1706.00;1.57;0.24 -3075;9;3462.78;9.70;1831.00;1.57;0.58 -3076;9;3244.20;9.71;1418.00;1.57;0.20 -3077;9;3392.12;10.50;1686.00;1.57;0.20 -3078;9;3347.40;9.80;1829.00;1.57;0.24 -3079;9;3486.76;9.90;1745.00;1.57;0.24 -3080;9;3381.46;9.50;1850.00;1.57;0.46 -3081;9;3515.42;9.90;1785.00;1.57;0.58 -3082;9;3130.22;10.37;1980.00;1.57;0.42 -3083;9;3149.94;9.50;1747.00;1.57;0.30 -3084;9;3343.20;9.75;1762.00;1.57;0.20 -3085;9;3377.02;10.37;1714.00;1.57;0.22 -3086;9;3379.22;9.90;1809.00;1.57;0.38 -3087;9;3477.30;10.43;1729.00;1.57;0.26 -3088;9;3007.50;9.50;1883.00;1.57;0.22 -3089;9;3272.76;9.70;1691.00;1.57;0.26 -3090;9;2890.86;10.36;1774.00;1.57;0.22 -3091;9;3463.12;10.35;1685.00;1.57;0.22 -3092;9;3392.40;9.95;1820.00;1.57;0.40 -3093;9;2939.12;13.81;1790.00;1.57;0.32 -3094;9;2941.66;12.76;1737.00;1.57;0.26 -3095;9;3122.68;12.00;1921.00;1.57;0.36 -3096;9;2944.12;11.84;1807.00;1.57;0.32 -3097;9;3246.86;9.83;1972.00;1.57;0.46 -3098;9;3016.48;12.95;1839.00;1.57;0.28 -3099;9;3461.84;10.45;1715.00;1.57;0.24 -3100;9;3101.76;10.90;1856.00;1.57;0.32 -3101;9;3344.56;9.90;1683.00;1.57;0.16 -3102;9;3544.58;9.90;1749.00;1.57;0.28 -3103;9;3531.94;9.85;1693.00;1.57;0.26 -3104;9;3125.22;10.71;1880.00;1.57;0.28 -3105;9;2991.56;13.09;1783.00;1.57;0.16 -3106;9;3049.84;9.90;1733.00;1.57;0.24 -3107;9;3238.86;10.45;1923.00;1.57;0.46 -3108;9;3052.94;11.40;1803.00;1.57;0.22 -3109;9;3035.30;11.40;660.00;1.57;1.26 -3110;9;3317.84;10.40;1713.00;1.57;0.24 -3111;9;2996.30;14.24;1811.00;1.57;0.30 -3112;9;3530.30;9.80;1721.00;1.57;0.22 -3113;9;3108.40;10.36;1824.00;1.57;0.26 -3114;9;2900.58;11.47;1756.00;1.57;0.24 -3115;9;3237.86;10.60;1854.00;1.57;0.32 -3116;9;3438.02;10.00;1674.00;1.57;0.22 -3117;9;3144.12;10.01;1776.00;1.57;0.32 -3118;9;2537.84;9.51;1191.00;1.57;0.16 -3119;9;3184.30;10.50;1790.00;1.57;0.30 -3120;9;3252.20;10.36;1713.00;1.57;0.20 -3121;9;3297.04;10.50;1906.00;1.57;0.28 -3122;9;3140.76;9.50;1805.00;1.57;0.32 -3123;9;3033.98;9.97;879.00;1.57;0.66 -3124;9;3401.76;9.50;1712.00;1.57;0.24 -3125;9;3234.86;10.35;1823.00;1.57;0.24 -3126;9;3007.40;10.72;1875.00;1.57;0.24 -3127;9;3675.94;10.10;1723.00;1.57;0.34 -3128;9;3000.30;11.48;1751.00;1.57;0.30 -3129;9;2916.76;13.16;1715.00;1.57;0.32 -3130;9;3430.32;10.40;1804.00;1.57;0.48 -3131;9;3248.48;9.65;1773.00;1.57;0.20 -3132;9;3053.22;10.48;1930.00;1.57;0.42 -3133;9;3285.30;10.40;1784.00;1.57;0.22 -3134;9;3321.76;9.80;1958.00;1.57;0.32 -3135;9;3472.48;9.80;1702.00;1.57;0.20 -3136;9;2990.48;11.25;1755.00;1.57;0.26 -3137;9;3177.12;9.50;1767.00;1.57;0.24 -3138;9;3067.32;11.80;1864.00;1.57;0.32 -3139;9;3591.94;9.70;1689.00;1.57;0.24 -3140;9;3329.84;10.21;1726.00;1.57;0.24 -3141;9;3021.30;10.30;1727.00;1.57;0.24 -3142;9;3342.84;10.40;1746.00;1.57;0.24 -3143;9;3381.66;10.14;1692.00;1.57;0.24 -3144;9;3352.84;9.50;1786.00;1.57;0.24 -3145;9;3071.70;10.02;1952.00;1.57;0.28 -3146;9;3549.94;9.85;1711.00;1.57;0.26 -3147;9;3543.00;9.70;1890.00;1.57;1.00 -3148;9;3051.48;10.40;1754.00;1.57;0.24 -3149;9;3246.58;10.60;1846.00;1.57;0.28 -3150;9;2746.12;12.65;1669.00;1.57;0.24 -3151;9;3276.02;9.70;1738.00;1.57;0.22 -3152;9;3190.12;9.70;1719.00;1.57;0.18 -3153;9;3243.94;10.67;1868.00;1.57;0.34 -3154;9;3395.76;10.58;1731.00;1.57;0.26 -3155;9;3577.80;10.50;1801.00;1.57;0.70 -3156;9;3256.40;10.70;1892.00;1.57;0.40 -3157;9;3417.30;10.40;1745.00;1.57;0.30 -3158;9;3242.94;10.75;1947.00;1.57;0.34 -3159;9;2725.84;13.18;1695.00;1.57;0.24 -3160;9;3379.12;10.56;1753.00;1.57;0.22 -3161;9;3220.20;9.70;1749.00;1.57;0.20 -3162;9;3020.58;12.40;1815.00;1.57;0.28 -3163;9;3360.66;10.40;1721.00;1.57;0.22 -3164;9;3464.12;10.33;1731.00;1.57;0.26 -3165;9;3138.36;11.40;738.00;1.57;0.86 -3166;9;3489.58;9.90;1754.00;1.57;0.24 -3167;9;3526.94;9.80;1704.00;1.57;0.28 -3168;9;3418.86;9.90;1838.00;1.57;0.46 -3169;9;3796.38;9.90;1860.00;1.57;1.18 -3170;9;3358.42;10.00;1953.00;1.57;0.62 -3171;9;2973.02;9.50;1722.00;1.57;0.22 -3172;9;3160.30;9.70;1820.00;1.57;0.28 -3173;9;3085.58;11.40;1844.00;1.57;0.28 -3174;9;3179.30;9.63;1699.00;1.57;0.20 -3175;9;3430.94;9.92;1724.00;1.57;0.26 -3176;9;3354.48;10.50;1680.00;1.57;0.24 -3177;9;3535.40;10.34;1741.00;1.57;0.30 -3178;9;2696.86;9.50;1684.00;1.57;0.34 -3179;9;3092.94;11.45;1909.00;1.57;0.34 -3180;9;2909.12;12.01;1779.00;1.57;0.32 -3181;9;3099.54;10.50;823.00;1.57;0.74 -3182;9;3079.12;9.70;1742.00;1.57;0.28 -3183;9;2984.94;13.46;1797.00;1.57;0.28 -3184;9;4683.84;9.90;1988.00;1.57;2.40 -3185;9;3267.40;9.87;1816.00;1.57;0.32 -3186;9;3510.84;9.80;1722.00;1.57;0.24 -3187;9;3278.84;10.33;1776.00;1.57;0.24 -3188;9;2909.58;9.50;1766.00;1.57;0.30 -3189;9;3334.58;9.70;1872.00;1.57;0.26 -3190;9;3443.30;9.80;1681.00;1.57;0.26 -3191;9;3012.30;13.18;1786.00;1.57;0.28 -3192;9;2892.50;9.65;1724.00;1.57;0.38 -3193;9;3179.12;10.23;1903.00;1.57;0.32 -3194;9;3153.30;10.25;1665.00;1.57;0.26 -3195;9;2744.56;9.50;1719.00;1.57;1.16 -3196;9;3537.02;9.80;1580.00;1.57;0.22 -3197;9;3516.12;10.00;1616.00;1.57;0.26 -3198;9;2078.72;9.50;952.00;1.57;0.92 -3199;9;3409.02;10.00;1581.00;1.57;0.22 -3200;9;187.12;9.50;1448.00;1.57;0.96 -3201;9;331.68;9.50;1922.00;1.57;0.48 -3202;9;3441.66;9.80;1633.00;1.57;0.20 -3203;9;3261.58;9.80;1560.00;1.57;0.28 -3204;9;4609.54;9.50;1004.00;1.57;0.94 -3205;9;2752.84;10.01;1595.00;1.57;0.24 -3206;9;2939.04;9.70;1654.00;1.57;0.30 -3207;9;3020.02;10.27;1579.00;1.57;0.20 -3208;9;1754.10;10.73;1894.00;1.57;2.10 -3209;9;5371.10;9.50;123.00;1.57;1.00 -3210;9;3309.02;10.40;1607.00;1.57;0.22 -3211;9;2872.48;9.59;1558.00;1.57;0.16 -3212;9;5192.44;9.50;912.00;1.57;1.20 -3213;9;4943.56;9.50;895.00;1.57;1.00 -3214;9;3601.94;10.16;1626.00;1.57;0.24 -3215;9;3352.48;10.05;1662.00;1.57;0.22 -3216;9;3606.30;9.80;1580.00;1.57;0.20 -3217;9;2693.56;9.59;1626.00;1.57;0.12 -3218;9;4475.06;9.50;792.00;1.57;0.98 -3219;9;3242.66;9.80;1639.00;1.57;0.26 -3220;9;3429.66;10.33;1675.00;1.57;0.26 -3221;9;3472.66;9.90;1580.00;1.57;0.22 -3222;9;4003.36;9.50;410.00;1.57;0.88 -3223;9;3760.00;9.50;620.00;1.57;1.00 -3224;9;3513.66;9.90;1633.00;1.57;0.22 -3225;9;3327.66;9.90;1558.00;1.57;0.18 -3226;9;3333.66;9.91;1590.00;1.57;0.22 -3227;9;3572.44;9.50;305.00;1.57;0.84 -3228;9;2932.54;9.50;547.00;1.57;0.94 -3229;9;3058.02;9.80;1675.00;1.57;0.22 -3230;9;3105.12;10.35;1574.00;1.57;0.24 -3231;9;2945.94;9.70;1606.00;1.57;0.20 -3232;9;2635.50;9.50;149.00;1.57;1.06 -3233;9;2003.62;9.50;51.00;1.57;0.82 -3234;9;2943.20;9.75;1573.00;1.57;0.20 -3235;9;3309.02;9.95;1650.00;1.57;0.22 -3236;9;3372.66;10.42;1604.00;1.57;0.16 -3237;9;2256.28;9.50;970.00;1.57;1.08 -3238;9;2192.88;9.50;1596.00;1.57;1.66 -3239;9;1407.86;9.50;1049.00;1.57;1.22 -3240;9;3423.20;9.95;1661.00;1.57;0.20 -3241;9;2749.66;13.26;1573.00;1.57;0.22 -3242;9;2692.76;10.12;1619.00;1.57;0.24 -3243;9;939.80;9.50;427.00;1.57;1.26 -3244;9;132.86;9.50;703.00;1.57;1.06 -3245;9;3504.84;9.78;1666.00;1.57;0.24 -3246;9;3547.20;10.55;1581.00;1.57;0.20 -3247;9;3300.30;9.90;1624.00;1.57;0.18 -3248;9;31.92;9.50;1802.00;1.57;1.00 -3249;9;879.22;9.50;1273.00;1.57;1.04 -3250;9;3402.30;10.10;1587.00;1.57;0.20 -3251;9;3597.66;10.08;1645.00;1.57;0.26 -3252;9;1092.40;9.50;791.00;1.57;1.08 -3253;9;424.52;9.50;1943.00;1.57;1.70 -3254;9;3162.30;9.90;1604.00;1.57;0.16 -3255;9;3198.40;10.30;1652.00;1.57;0.20 -3256;9;3184.04;9.80;1568.00;1.57;0.20 -3257;9;3452.02;10.02;1603.00;1.57;0.20 -3258;9;3009.20;9.73;1587.00;1.57;0.20 -3259;9;3382.84;10.60;1649.00;1.57;0.22 -3260;9;2981.48;9.54;1634.00;1.57;0.28 -3261;9;3510.48;10.40;1658.00;1.57;0.20 -3262;9;2877.48;9.64;1549.00;1.57;0.16 -3263;9;3369.66;10.45;1621.00;1.57;0.20 -3264;9;3577.12;10.40;1682.00;1.57;0.32 -3265;9;3621.12;9.80;1588.00;1.57;0.24 -3266;9;3467.84;9.90;1585.00;1.57;0.22 -3267;9;3238.30;10.04;1611.00;1.57;0.30 -3268;9;3453.20;10.14;1646.00;1.57;0.20 -3269;9;3515.48;10.35;1602.00;1.57;0.22 -3270;9;3587.48;10.30;1678.00;1.57;0.28 -3271;9;2950.20;9.70;1578.00;1.57;0.20 -3272;9;3172.66;10.40;1616.00;1.57;0.24 -3273;9;2726.84;10.28;1654.00;1.57;0.24 -3274;9;2731.84;10.32;1576.00;1.57;0.24 -3275;9;3439.84;9.80;1619.00;1.57;0.20 -3276;9;3542.66;10.60;1590.00;1.57;0.24 -3277;9;2947.40;9.70;1638.00;1.57;0.20 -3278;9;3305.30;9.90;1596.00;1.57;0.18 -3279;9;3336.02;10.54;1636.00;1.57;0.22 -3280;9;3718.30;12.27;1664.00;1.57;0.30 -3281;9;3181.12;10.00;1576.00;1.57;0.24 -3282;9;3525.66;9.90;1642.00;1.57;0.18 -3283;9;3071.84;10.28;1547.00;1.57;0.24 -3284;9;1846.12;9.50;1035.00;1.57;0.26 -3285;9;3507.02;10.00;1619.00;1.57;0.22 -3286;9;3016.48;9.99;1692.00;1.57;0.26 -3287;9;2803.48;9.80;1584.00;1.57;0.28 -3288;9;3142.76;9.62;1628.00;1.57;0.32 -3289;9;3657.22;10.48;1602.00;1.57;0.30 -3290;9;3406.02;11.50;1634.00;1.57;0.22 -3291;9;3397.84;10.31;1558.00;1.57;0.24 -3292;9;3382.48;10.00;1593.00;1.57;0.14 -3293;9;3262.48;9.80;1568.00;1.57;0.22 -3294;9;3597.94;9.80;1659.00;1.57;0.30 -3295;9;3096.40;9.80;1586.00;1.57;0.32 -3296;9;3143.48;9.70;1673.00;1.57;0.26 -3297;9;3317.02;10.55;1613.00;1.57;0.22 -3298;9;3225.66;10.33;1673.00;1.57;0.26 -3299;9;2986.12;10.94;1497.00;1.57;0.24 -3300;9;3608.76;10.50;1648.00;1.57;0.26 -3301;9;2752.12;10.67;1587.00;1.57;0.18 -3302;9;3448.84;9.86;1595.00;1.57;0.16 -3303;9;3486.66;9.90;1634.00;1.57;0.20 -3304;9;3474.84;9.80;1559.00;1.57;0.18 -3305;9;2982.32;9.63;1618.00;1.57;0.32 -3306;9;3338.20;10.00;1571.00;1.57;0.20 -3307;9;2998.30;9.50;1669.00;1.57;0.24 -3308;9;3378.84;10.03;1610.00;1.57;0.18 -3309;9;3200.76;10.06;1577.00;1.57;0.24 -3310;9;3246.66;9.80;1669.00;1.57;0.24 -3311;9;2723.74;9.54;1617.00;1.57;0.14 -3312;9;3017.48;9.75;1586.00;1.57;0.20 -3313;9;3297.12;9.90;1631.00;1.57;0.20 -3314;9;2881.20;9.64;1576.00;1.57;0.20 -3315;9;3552.66;9.80;1643.00;1.57;0.24 -3316;9;3545.48;9.85;1559.00;1.57;0.18 -3317;9;3518.48;10.55;1591.00;1.57;0.22 -3318;9;3406.02;10.00;1560.00;1.57;0.22 -3319;9;3139.30;9.69;1664.00;1.57;0.26 -3320;9;3196.76;10.12;1611.00;1.57;0.32 -3321;9;3316.30;10.11;1674.00;1.57;0.28 -3322;9;3458.84;9.99;1614.00;1.57;0.24 -3323;9;3372.66;10.40;1668.00;1.57;0.18 -3324;9;3089.66;10.01;1591.00;1.57;0.18 -3325;9;2963.76;9.70;1632.00;1.57;0.36 -3326;9;2941.02;10.30;1585.00;1.57;0.22 -3327;9;3366.48;10.54;1629.00;1.57;0.22 -3328;9;3606.66;10.40;1615.00;1.57;0.24 -3329;9;2696.02;11.18;1634.00;1.57;0.22 -3330;9;3618.30;11.98;1566.00;1.57;0.30 -3331;9;3267.76;9.90;1608.00;1.57;0.22 -3332;9;3469.84;9.90;1566.00;1.57;0.24 -3333;9;3245.48;9.80;1658.00;1.57;0.28 -3334;9;3524.02;10.70;1607.00;1.57;0.22 -3335;9;3340.02;10.00;1581.00;1.57;0.22 -3336;9;4069.94;9.70;1979.00;1.57;2.34 -3337;9;3155.12;10.30;1629.00;1.57;0.26 -3338;9;3436.88;9.70;1859.00;1.57;0.68 -3339;9;3441.48;9.80;1626.00;1.57;0.14 -3340;9;3012.04;9.70;1599.00;1.57;0.28 -3341;9;2948.58;9.95;1648.00;1.57;0.32 -3342;9;2683.48;10.15;1591.00;1.57;0.28 -3343;9;3533.48;11.39;1564.00;1.57;0.16 -3344;9;3299.30;11.59;1657.00;1.57;0.26 -3345;9;3341.84;10.00;1605.00;1.57;0.24 -3346;9;3405.02;10.00;1571.00;1.57;0.22 -3347;9;3458.84;10.40;1653.00;1.57;0.24 -3348;9;3630.48;9.85;1625.00;1.57;0.26 -3349;9;3517.30;10.40;1664.00;1.57;0.22 -3350;9;3261.48;9.80;1581.00;1.57;0.28 -3351;9;3110.12;9.80;1596.00;1.57;0.28 -3352;9;3504.66;9.90;1628.00;1.57;0.20 -3353;9;2792.84;9.90;1595.00;1.57;0.24 -3354;9;3149.66;10.40;1648.00;1.57;0.20 -3355;9;2947.02;10.20;1555.00;1.57;0.22 -3356;9;3418.02;10.00;1596.00;1.57;0.20 -3357;9;3612.84;10.10;1572.00;1.57;0.24 -3358;9;3369.30;10.70;1648.00;1.57;0.20 -3359;9;2686.76;9.80;1607.00;1.57;0.32 -3360;9;3477.48;9.80;1573.00;1.57;0.18 -3361;9;3535.84;10.40;1659.00;1.57;0.24 -3362;9;3312.02;10.65;1622.00;1.57;0.22 -3363;9;3611.12;10.28;1701.00;1.57;0.24 -3364;9;3330.02;9.90;1574.00;1.57;0.22 -3365;9;3584.30;10.28;1632.00;1.57;0.20 -3366;9;3188.76;9.80;1594.00;1.57;0.32 -3367;9;3002.66;9.70;1580.00;1.57;0.22 -3368;9;2949.12;9.50;1599.00;1.57;0.20 -3369;9;2757.84;9.93;1563.00;1.57;0.24 -3370;9;3444.02;9.80;1643.00;1.57;0.20 -3371;9;3481.66;9.90;1597.00;1.57;0.22 -3372;9;3539.12;11.58;1570.00;1.57;0.20 -3373;9;2703.04;9.50;1650.00;1.57;0.40 -3374;9;2967.30;9.50;1623.00;1.57;0.26 -3375;9;3016.58;9.70;1700.00;1.57;0.24 -3376;9;3398.66;10.00;1579.00;1.57;0.18 -3377;9;3378.66;11.30;1618.00;1.57;0.22 -3378;9;3271.66;9.80;1586.00;1.57;0.24 -3379;9;2700.48;10.15;1624.00;1.57;0.26 -3380;9;3102.66;9.80;1599.00;1.57;0.26 -3381;9;3080.66;9.80;1572.00;1.57;0.26 -3382;9;3560.84;10.46;1605.00;1.57;0.22 -3383;9;3517.20;9.90;1640.00;1.57;0.20 -3384;9;3148.76;9.71;1612.00;1.57;0.20 -3385;9;3622.40;9.89;1579.00;1.57;0.22 -3386;9;3002.48;9.79;1676.00;1.57;0.24 -3387;9;3450.02;10.10;1618.00;1.57;0.22 -3388;9;3205.48;10.30;1681.00;1.57;0.24 -3389;9;3464.66;9.90;1574.00;1.57;0.24 -3390;9;3330.66;9.90;1583.00;1.57;0.20 -3391;9;3376.66;10.06;1634.00;1.57;0.20 -3392;9;3172.48;9.80;1563.00;1.57;0.28 -3393;9;3178.84;10.48;1594.00;1.57;0.24 -3394;9;3586.58;10.40;1655.00;1.57;0.18 -3395;9;2948.38;9.83;1568.00;1.57;0.18 -3396;9;2659.94;10.00;1596.00;1.57;0.20 -3397;9;2945.84;10.08;1526.00;1.57;0.18 -3398;9;2925.48;10.29;1542.00;1.57;0.20 -3399;9;3362.02;9.70;1469.00;1.57;0.22 -3400;9;2817.08;9.50;1731.00;1.57;0.88 -3401;9;3194.27;9.50;1282.48;1.57;0.44 -3402;9;2854.02;10.30;1510.00;1.57;0.22 -3403;9;3305.02;9.80;1477.00;1.57;0.22 -3404;9;3591.30;10.01;1542.00;1.57;0.24 -3405;9;2085.92;9.50;996.00;1.57;1.12 -3406;9;3545.12;9.75;1513.00;1.57;0.22 -3407;9;3218.94;9.97;1483.00;1.57;0.18 -3408;9;241.22;9.50;1357.00;1.57;1.34 -3409;9;3382.48;9.80;1516.00;1.57;0.22 -3410;9;3135.12;12.62;1509.00;1.57;0.24 -3411;9;4556.72;9.50;924.00;1.57;0.92 -3412;9;3187.12;10.26;1542.00;1.57;0.26 -3413;9;3499.02;9.80;1458.00;1.57;0.22 -3414;9;3076.66;12.15;1517.00;1.57;0.18 -3415;9;3975.38;9.70;1923.00;1.57;1.18 -3416;9;5355.60;9.50;164.00;1.57;0.98 -3417;9;3455.02;9.85;1452.00;1.57;0.22 -3418;9;3013.38;13.47;1528.00;1.57;0.18 -3419;9;5150.50;9.50;944.00;1.57;1.22 -3420;9;4965.10;9.50;873.00;1.57;1.10 -3421;9;3394.84;9.80;1465.00;1.57;0.24 -3422;9;2755.84;9.88;1546.00;1.57;0.18 -3423;9;2918.66;11.14;1515.00;1.57;0.22 -3424;9;5177.20;9.50;1586.00;1.57;1.20 -3425;9;4435.82;9.50;772.00;1.57;1.02 -3426;9;3503.48;9.90;1545.00;1.57;0.18 -3427;9;4511.86;14.70;1310.00;1.57;0.46 -3428;9;4020.72;9.50;370.00;1.57;0.92 -3429;9;3736.48;9.50;672.00;1.57;1.14 -3430;9;3223.12;9.98;1491.00;1.57;0.24 -3431;9;3450.12;10.43;1510.00;1.57;0.20 -3432;9;3608.38;9.50;328.00;1.57;1.18 -3433;9;2927.36;9.50;593.00;1.57;0.96 -3434;9;3156.84;11.85;1506.00;1.57;0.24 -3435;9;3547.84;9.60;1465.00;1.57;0.22 -3436;9;2655.98;9.50;198.00;1.57;0.78 -3437;9;2046.20;9.50;14.00;1.57;0.68 -3438;9;3045.38;9.80;1557.00;1.57;0.18 -3439;9;3512.66;9.74;1467.00;1.57;0.26 -3440;9;2258.22;9.50;1017.00;1.57;1.28 -3441;9;2022.82;9.50;1703.00;1.57;1.02 -3442;9;1488.30;9.50;994.00;1.57;0.88 -3443;9;3464.66;10.00;1457.00;1.57;0.20 -3444;9;2902.20;9.70;1547.00;1.57;0.20 -3445;9;1021.84;9.50;458.00;1.57;1.24 -3446;9;83.12;9.50;765.00;1.57;1.22 -3447;9;2864.02;9.85;1513.00;1.57;0.22 -3448;9;3119.48;13.24;1331.00;1.57;0.24 -3449;9;3379.02;9.82;1474.00;1.57;0.22 -3450;9;96.86;9.50;1776.00;1.57;0.96 -3451;9;902.28;9.50;1185.00;1.57;1.08 -3452;9;3305.48;10.00;1488.00;1.57;0.20 -3453;9;1152.96;9.50;801.00;1.57;1.26 -3454;9;453.86;9.50;1910.00;1.57;0.74 -3455;9;3343.48;9.80;1523.00;1.57;0.26 -3456;9;3855.50;9.50;1051.00;1.57;0.50 -3457;9;3228.12;10.30;1509.00;1.57;0.22 -3458;9;3137.76;10.08;1543.00;1.57;0.26 -3459;9;3566.76;9.60;1460.00;1.57;0.30 -3460;9;3065.30;10.39;1557.00;1.57;0.24 -3461;9;3518.38;9.97;1476.00;1.57;0.18 -3462;9;3045.20;10.28;1527.00;1.57;0.20 -3463;9;2745.66;10.01;1547.00;1.57;0.24 -3464;9;3452.30;10.20;1463.00;1.57;0.18 -3465;9;3471.38;9.80;1551.00;1.57;0.18 -3466;9;3384.30;9.80;1482.00;1.57;0.20 -3467;9;3576.66;10.18;1518.00;1.57;0.26 -3468;9;3314.48;9.90;1494.00;1.57;0.20 -3469;9;3417.20;10.03;1521.00;1.57;0.20 -3470;9;3233.02;10.10;1531.00;1.57;0.22 -3471;9;894.22;12.50;1586.00;1.57;0.32 -3472;9;3897.14;9.70;1678.00;1.57;0.52 -3473;9;3035.20;9.70;1567.00;1.57;0.20 -3474;9;2978.84;12.21;1524.00;1.57;0.24 -3475;9;3501.94;9.80;1474.00;1.57;0.18 -3476;9;2841.38;9.80;1520.00;1.57;0.18 -3477;9;3528.66;11.21;1554.00;1.57;0.26 -3478;9;3459.30;10.04;1471.00;1.57;0.22 -3479;9;3396.20;9.90;1487.00;1.57;0.20 -3480;9;3297.30;10.09;1540.00;1.57;0.24 -3481;9;1158.72;11.00;1791.00;1.57;0.78 -3482;9;3118.20;10.00;1547.00;1.57;0.20 -3483;9;3204.94;10.76;1510.00;1.57;0.22 -3484;9;3088.12;11.71;1498.00;1.57;0.32 -3485;9;3064.66;14.31;1529.00;1.57;0.26 -3486;9;3607.02;9.70;1561.00;1.57;0.22 -3487;9;3509.84;9.80;1480.00;1.57;0.20 -3488;9;2898.38;12.14;1526.00;1.57;0.18 -3489;9;3465.30;9.70;1479.00;1.57;0.28 -3490;9;3553.12;10.13;1527.00;1.57;0.26 -3491;9;3392.48;9.90;1495.00;1.57;0.16 -3492;9;3368.48;9.84;1532.00;1.57;0.20 -3493;9;2834.48;10.40;1470.00;1.57;0.16 -3494;9;3283.66;10.11;1511.00;1.57;0.24 -3495;9;2794.12;10.40;1475.00;1.57;0.22 -3496;9;3203.84;10.50;1550.00;1.57;0.22 -3497;9;3130.20;11.69;1529.00;1.57;0.20 -3498;9;1099.90;11.20;1823.00;1.57;0.90 -3499;9;3000.48;9.80;1564.00;1.57;0.24 -3500;9;2965.66;10.31;1539.00;1.57;0.20 -3501;9;2806.76;9.90;1553.00;1.57;0.28 -3502;9;3630.22;9.70;1537.00;1.57;0.36 -3503;9;3517.84;9.60;1495.00;1.57;0.24 -3504;9;3439.66;9.84;1528.00;1.57;0.24 -3505;9;3472.94;9.77;1486.00;1.57;0.20 -3506;9;2856.48;9.90;1478.00;1.57;0.26 -3507;9;3274.30;9.80;1549.00;1.57;0.30 -3508;9;3358.30;9.80;1499.00;1.57;0.26 -3509;9;2804.48;10.05;1480.00;1.57;0.28 -3510;9;3063.20;9.78;1549.00;1.57;0.20 -3511;9;3226.12;10.23;1519.00;1.57;0.26 -3512;9;2907.12;9.91;1551.00;1.57;0.24 -3513;9;889.50;11.50;1641.00;1.57;0.32 -3514;9;3031.20;11.10;1543.00;1.57;0.20 -3515;9;3588.40;9.60;1489.00;1.57;0.32 -3516;9;2877.02;9.92;1529.00;1.57;0.22 -3517;9;3527.66;10.12;1511.00;1.57;0.26 -3518;9;3503.38;9.89;1526.00;1.57;0.18 -3519;9;3433.02;9.80;1495.00;1.57;0.22 -3520;9;3346.30;9.80;1534.00;1.57;0.20 -3521;9;3149.02;9.80;1554.00;1.57;0.22 -3522;9;2982.84;10.19;1565.00;1.57;0.18 -3523;9;2793.30;10.63;1483.00;1.57;0.20 -3524;9;2937.84;10.85;1532.00;1.57;0.24 -3525;9;3163.02;9.72;1668.00;1.57;0.22 -3526;9;3159.66;10.45;1344.00;1.57;0.18 -3527;9;3420.66;10.24;1537.00;1.57;0.22 -3528;9;2746.98;9.50;1518.00;1.57;0.52 -3529;9;3495.84;9.91;1491.00;1.57;0.24 -3530;9;2937.20;12.35;1495.00;1.57;0.20 -3531;9;3366.48;9.80;1503.00;1.57;0.22 -3532;9;3056.38;10.31;1566.00;1.57;0.18 -3533;9;2875.48;9.99;1482.00;1.57;0.26 -3534;9;2814.20;10.22;1487.00;1.57;0.20 -3535;9;2999.20;10.27;1544.00;1.57;0.20 -3536;9;2839.84;9.80;1528.00;1.57;0.18 -3537;9;3103.66;10.40;1487.00;1.57;0.22 -3538;9;3554.94;9.70;1504.00;1.57;0.30 -3539;9;3482.12;9.80;1530.00;1.57;0.24 -3540;9;3434.66;9.80;1503.00;1.57;0.20 -3541;9;3000.48;10.85;1498.00;1.57;0.20 -3542;9;3312.48;9.80;1549.00;1.57;0.22 -3543;9;3270.66;9.90;1529.00;1.57;0.26 -3544;9;3129.02;9.82;1561.00;1.57;0.22 -3545;9;3058.84;13.63;1537.00;1.57;0.24 -3546;9;2879.66;10.17;1501.00;1.57;0.22 -3547;9;2907.48;11.50;1528.00;1.57;0.20 -3548;9;3165.48;10.94;1481.00;1.57;0.20 -3549;9;2819.48;10.00;1495.00;1.57;0.20 -3550;9;3124.66;12.04;1498.00;1.57;0.26 -3551;9;3557.48;9.70;1537.00;1.57;0.24 -3552;9;2736.48;9.55;1486.00;1.57;0.22 -3553;9;3057.48;12.55;1509.00;1.57;0.16 -3554;9;3388.84;10.10;1547.00;1.57;0.24 -3555;9;3501.02;9.80;1501.00;1.57;0.20 -3556;9;3219.20;9.94;1567.00;1.57;0.20 -3557;9;3343.12;10.13;1514.00;1.57;0.24 -3558;9;2932.20;10.79;1501.00;1.57;0.20 -3559;9;3151.48;10.15;1543.00;1.57;0.22 -3560;9;2884.84;9.95;1506.00;1.57;0.24 -3561;9;2966.48;11.05;1547.00;1.57;0.18 -3562;9;3208.12;9.63;1493.00;1.57;0.26 -3563;9;3648.04;9.72;1543.00;1.57;0.40 -3564;9;3488.84;12.73;1329.00;1.57;0.24 -3565;9;3146.02;10.22;1487.00;1.57;0.16 -3566;9;3454.02;9.90;1542.00;1.57;0.22 -3567;9;3421.48;9.80;1511.00;1.57;0.22 -3568;9;3284.84;9.80;1545.00;1.57;0.24 -3569;9;3059.30;10.79;1502.00;1.57;0.20 -3570;9;3236.12;10.10;1523.00;1.57;0.20 -3571;9;2997.20;11.55;1506.00;1.57;0.20 -3572;9;3037.20;9.75;1556.00;1.57;0.20 -3573;9;3334.66;9.70;1459.00;1.57;0.22 -3574;9;2943.38;10.73;1510.00;1.57;0.18 -3575;9;3282.30;10.36;1472.00;1.57;0.26 -3576;9;2858.66;9.75;1532.00;1.57;0.18 -3577;9;3230.84;9.80;1473.00;1.57;0.24 -3578;9;3515.02;9.84;1542.00;1.57;0.22 -3579;9;2786.20;10.18;1501.00;1.57;0.20 -3580;9;3363.48;10.50;1548.00;1.57;0.22 -3581;9;3135.84;11.80;1499.00;1.57;0.24 -3582;9;3490.84;10.40;1503.00;1.57;0.22 -3583;9;3084.38;13.63;1515.00;1.57;0.18 -3584;9;3310.66;9.80;1518.00;1.57;0.18 -3585;9;3006.84;14.73;1525.00;1.57;0.24 -3586;9;3109.48;10.50;1531.00;1.57;0.28 -3587;9;3435.30;9.70;1446.00;1.57;0.20 -3588;9;900.94;12.98;1558.00;1.57;0.34 -3589;9;2884.02;10.24;1429.00;1.57;0.18 -3590;9;2684.82;9.50;1676.00;1.57;1.02 -3591;9;187.40;9.50;1896.00;1.57;0.72 -3592;9;3047.66;11.17;1428.00;1.57;0.22 -3593;9;3619.90;9.60;1417.00;1.57;0.40 -3594;9;2863.56;11.21;1439.00;1.57;0.16 -3595;9;1976.28;9.50;1173.00;1.57;1.08 -3596;9;3056.66;10.23;1425.00;1.57;0.22 -3597;9;3530.66;9.91;1452.00;1.57;0.24 -3598;9;2813.30;9.80;1428.00;1.57;0.20 -3599;9;298.24;9.50;1464.00;1.57;0.82 -3600;9;438.98;9.50;1851.00;1.57;1.46 -3601;9;3044.02;10.94;1422.00;1.57;0.22 -3602;9;1640.30;12.04;1631.00;1.57;0.30 -3603;9;4560.78;9.50;814.00;1.57;0.80 -3604;9;2983.84;10.54;1430.00;1.57;0.24 -3605;9;1607.94;9.80;1627.00;1.57;0.26 -3606;9;683.76;12.20;2028.00;1.57;0.98 -3607;9;5400.14;9.50;178.00;1.57;1.38 -3608;9;1597.30;10.60;1637.00;1.57;0.30 -3609;9;3109.84;12.30;1411.00;1.57;0.22 -3610;9;5220.86;9.50;961.00;1.57;1.38 -3611;9;4862.36;9.50;789.00;1.57;0.96 -3612;9;2914.84;13.25;1439.00;1.57;0.20 -3613;9;1208.70;12.15;1574.00;1.57;0.42 -3614;9;3124.20;10.18;1417.00;1.57;0.20 -3615;9;5193.88;9.50;1549.00;1.57;0.68 -3616;9;4430.92;9.50;729.00;1.57;0.92 -3617;9;3113.84;10.56;1424.00;1.57;0.18 -3618;9;3622.40;9.60;1459.00;1.57;0.26 -3619;9;3975.10;9.50;373.00;1.57;0.86 -3620;9;3626.10;9.50;665.00;1.57;1.10 -3621;9;2833.20;10.01;1437.00;1.57;0.18 -3622;9;3570.48;9.60;1448.00;1.57;0.28 -3623;9;3104.20;9.80;1432.00;1.57;0.18 -3624;9;3552.02;9.50;262.00;1.57;1.22 -3625;9;2924.54;9.50;639.00;1.57;0.94 -3626;9;2825.30;9.90;1443.00;1.57;0.16 -3627;9;3083.30;9.90;1428.00;1.57;0.20 -3628;9;2586.08;9.50;161.00;1.57;0.88 -3629;9;2910.66;10.83;1495.00;1.57;0.24 -3630;9;3166.12;9.76;1399.00;1.57;0.20 -3631;9;3024.84;13.33;1441.00;1.57;0.22 -3632;9;2300.00;9.50;1032.00;1.57;1.00 -3633;9;1956.44;9.50;1802.00;1.57;0.98 -3634;9;1524.38;9.50;880.00;1.57;1.18 -3635;9;1603.58;10.34;1647.00;1.57;0.32 -3636;9;3197.66;10.00;1407.00;1.57;0.26 -3637;9;967.64;9.50;479.00;1.57;1.04 -3638;9;150.36;9.50;779.00;1.57;0.84 -3639;9;3188.66;11.42;1412.00;1.57;0.24 -3640;9;1551.12;9.70;1652.00;1.57;0.32 -3641;9;2938.56;13.85;1444.00;1.57;0.16 -3642;9;79.48;9.50;1811.00;1.57;0.90 -3643;9;932.32;9.50;1231.00;1.57;1.08 -3644;9;872.12;10.20;1568.00;1.57;0.32 -3645;9;3170.30;12.03;1413.00;1.57;0.20 -3646;9;2895.30;10.10;1454.00;1.57;0.22 -3647;9;1071.40;9.50;885.00;1.57;1.26 -3648;9;506.42;9.50;1920.00;1.57;1.20 -3649;9;3143.94;11.69;1415.00;1.57;0.28 -3650;9;2886.02;10.10;1450.00;1.57;0.16 -3651;9;4272.22;9.50;954.00;1.57;0.42 -3652;9;2882.30;10.56;1462.00;1.57;0.22 -3653;9;3457.84;10.23;1355.00;1.57;0.20 -3654;9;3043.20;11.98;1438.00;1.57;0.20 -3655;9;2839.66;9.95;1454.00;1.57;0.26 -3656;9;3469.30;14.42;1355.00;1.57;0.26 -3657;9;3000.02;13.10;1446.00;1.57;0.18 -3658;9;3474.30;13.80;1363.00;1.57;0.20 -3659;9;2801.12;9.90;1455.00;1.57;0.22 -3660;9;2959.30;15.47;1452.00;1.57;0.18 -3661;9;1592.48;10.50;1652.00;1.57;0.28 -3662;9;2957.02;13.58;1445.00;1.57;0.20 -3663;9;3208.76;9.72;1415.00;1.57;0.20 -3664;9;4966.34;10.29;1571.00;1.57;0.54 -3665;9;3168.20;13.68;1430.00;1.57;0.20 -3666;9;2903.48;10.10;1459.00;1.57;0.22 -3667;9;3511.84;15.77;1370.00;1.57;0.24 -3668;9;3544.12;10.81;1380.00;1.57;0.28 -3669;9;2869.30;10.19;1470.00;1.57;0.22 -3670;9;3067.84;9.86;1446.00;1.57;0.22 -3671;9;2814.30;9.74;1463.00;1.57;0.14 -3672;9;3514.22;10.45;1386.00;1.57;0.22 -3673;9;3027.48;11.70;1452.00;1.57;0.16 -3674;9;3017.84;12.61;1456.00;1.57;0.24 -3675;9;3005.30;15.21;1464.00;1.57;0.22 -3676;9;3199.02;14.32;1431.00;1.57;0.22 -3677;9;909.30;11.76;1492.00;1.57;0.26 -3678;9;901.94;9.69;1501.00;1.57;0.22 -3679;9;2937.76;11.46;1470.00;1.57;0.16 -3680;9;3094.02;9.80;1448.00;1.57;0.20 -3681;9;2861.84;10.18;1465.00;1.57;0.24 -3682;9;3532.12;11.38;1387.00;1.57;0.28 -3683;9;3074.20;10.45;1457.00;1.57;0.20 -3684;9;3021.76;13.38;1473.00;1.57;0.18 -3685;9;1501.94;10.70;1568.00;1.57;0.26 -3686;9;3329.84;9.50;1411.00;1.57;0.24 -3687;9;1552.02;10.20;1578.00;1.57;0.22 -3688;9;2998.84;11.98;1478.00;1.57;0.20 -3689;9;3212.20;15.73;1439.00;1.57;0.20 -3690;9;2956.20;11.22;1478.00;1.57;0.20 -3691;9;1713.94;9.50;2028.00;1.57;1.08 -3692;9;2931.66;13.54;1477.00;1.57;0.26 -3693;9;1638.20;10.03;1562.00;1.57;0.20 -3694;9;3176.12;11.88;1447.00;1.57;0.28 -3695;9;4938.76;12.99;1444.00;1.57;0.30 -3696;9;3145.84;10.08;1457.00;1.57;0.22 -3697;9;1601.40;10.85;1576.00;1.57;0.22 -3698;9;3419.66;9.70;1400.00;1.57;0.26 -3699;9;1360.04;10.20;1642.00;1.57;0.44 -3700;9;3067.20;9.89;1476.00;1.57;0.20 -3701;9;3259.12;9.70;1429.00;1.57;0.28 -3702;9;1607.58;11.19;1593.00;1.57;0.20 -3703;9;3017.02;12.07;1484.00;1.57;0.20 -3704;9;3250.48;9.60;1429.00;1.57;0.28 -3705;9;2979.76;10.97;1485.00;1.57;0.20 -3706;9;1027.00;13.67;1764.00;1.57;0.82 -3707;9;3247.48;9.70;1452.00;1.57;0.28 -3708;9;1276.50;10.90;1554.00;1.57;0.50 -3709;9;3156.48;11.39;1457.00;1.57;0.20 -3710;9;1676.30;10.32;1584.00;1.57;0.16 -3711;9;3541.30;16.97;1359.00;1.57;0.26 -3712;9;1688.40;10.22;1601.00;1.57;0.32 -3713;9;3129.30;9.70;1474.00;1.57;0.26 -3714;9;3436.48;14.79;1337.00;1.57;0.26 -3715;9;1677.66;11.05;1602.00;1.57;0.26 -3716;9;3078.58;10.34;1477.00;1.57;0.24 -3717;9;3426.94;10.35;1407.00;1.57;0.18 -3718;9;3060.84;9.90;1491.00;1.57;0.14 -3719;9;1280.22;10.50;1683.00;1.57;0.42 -3720;9;3423.84;10.46;1416.00;1.57;0.20 -3721;9;1228.50;11.60;1751.00;1.57;0.50 -3722;9;3331.76;9.66;1434.00;1.57;0.28 -3723;9;4946.30;11.82;1452.00;1.57;0.28 -3724;9;3246.48;9.80;1438.00;1.57;0.28 -3725;9;2700.20;14.43;1363.00;1.57;0.20 -3726;9;3535.12;10.83;1418.00;1.57;0.26 -3727;9;2708.20;13.94;1365.00;1.57;0.20 -3728;9;3209.66;12.35;1457.00;1.57;0.24 -3729;9;2711.84;14.16;1381.00;1.57;0.16 -3730;9;3143.12;9.80;1477.00;1.57;0.24 -3731;9;3120.02;10.20;1476.00;1.57;0.22 -3732;9;1701.76;9.91;1614.00;1.57;0.36 -3733;9;1594.84;11.41;1598.00;1.57;0.24 -3734;9;3412.48;9.75;1424.00;1.57;0.28 -3735;9;2763.84;13.33;1374.00;1.57;0.24 -3736;9;1396.16;10.95;1791.00;1.57;1.50 -3737;9;2776.48;11.30;1381.00;1.57;0.16 -3738;9;3294.30;9.70;1454.00;1.57;0.24 -3739;9;4955.48;11.20;1445.00;1.57;0.28 -3740;9;2797.66;10.68;1392.00;1.57;0.18 -3741;9;3221.66;10.43;1455.00;1.57;0.22 -3742;9;4442.32;14.70;1272.00;1.57;0.34 -3743;9;3191.12;12.89;1480.00;1.57;0.32 -3744;9;2700.84;13.16;1380.00;1.57;0.16 -3745;9;4472.58;14.50;1266.00;1.57;0.38 -3746;9;3505.66;9.96;1428.00;1.57;0.24 -3747;9;1607.12;10.51;1602.00;1.57;0.24 -3748;9;3472.02;10.59;1427.00;1.57;0.22 -3749;9;2819.02;10.00;1392.00;1.57;0.22 -3750;9;1219.24;11.36;1643.00;1.57;0.54 -3751;9;2840.02;10.05;1398.00;1.57;0.18 -3752;9;3417.02;9.70;1433.00;1.57;0.22 -3753;9;4959.40;13.03;1457.00;1.57;0.30 -3754;9;2847.56;11.41;1413.00;1.57;0.16 -3755;9;3314.02;9.70;1457.00;1.57;0.22 -3756;9;4941.76;12.35;1471.00;1.57;0.36 -3757;9;3269.12;9.93;1475.00;1.57;0.26 -3758;9;2746.84;9.80;1482.00;1.57;0.18 -3759;9;3226.84;9.90;1579.00;1.57;0.24 -3760;9;3401.48;10.49;1416.00;1.57;0.18 -3761;9;2682.02;10.43;1389.00;1.57;0.22 -3762;9;2892.66;11.69;1404.00;1.57;0.26 -3763;9;1553.84;10.43;1607.00;1.57;0.24 -3764;9;2907.02;13.85;1412.00;1.57;0.22 -3765;9;3425.66;9.70;1440.00;1.57;0.26 -3766;9;1487.58;10.69;1616.00;1.57;0.38 -3767;9;3363.48;9.70;1458.00;1.57;0.16 -3768;9;2894.38;9.88;1418.00;1.57;0.18 -3769;9;1129.08;12.14;1733.00;1.57;0.74 -3770;9;2866.20;12.81;1427.00;1.57;0.20 -3771;9;2830.66;10.10;1420.00;1.57;0.18 -3772;9;2931.84;11.53;1405.00;1.57;0.22 -3773;9;2952.66;12.56;1412.00;1.57;0.26 -3774;9;3516.66;9.70;1443.00;1.57;0.26 -3775;9;1562.30;10.15;1616.00;1.57;0.24 -3776;9;2969.48;9.70;1421.00;1.57;0.22 -3777;9;3480.12;9.70;1445.00;1.57;0.24 -3778;9;1621.76;10.40;1644.00;1.57;0.22 -3779;9;3455.84;9.80;1441.00;1.57;0.24 -3780;9;2949.48;9.79;1425.00;1.57;0.20 -3781;9;1005.04;14.42;1661.00;1.57;0.44 -3782;9;2926.48;11.45;1426.00;1.57;0.14 -3783;9;4703.12;9.63;1317.00;1.57;0.28 -3784;9;930.30;10.84;1463.00;1.57;0.28 -3785;9;2652.20;9.50;1651.00;1.57;0.60 -3786;9;3266.84;12.23;1325.00;1.57;0.20 -3787;9;4873.76;10.16;1411.00;1.57;0.22 -3788;9;3297.84;13.44;1279.00;1.57;0.24 -3789;9;1959.90;9.50;1042.00;1.57;0.90 -3790;9;2669.48;9.69;1272.00;1.57;0.20 -3791;9;4824.48;10.65;1405.00;1.57;0.28 -3792;9;668.42;9.50;1442.00;1.57;0.74 -3793;9;519.46;9.50;1869.00;1.57;1.16 -3794;9;2736.84;13.11;1332.00;1.57;0.20 -3795;9;3476.78;9.80;1213.00;1.57;0.44 -3796;9;3186.84;10.41;1387.00;1.57;0.22 -3797;9;4477.20;9.50;748.00;1.57;1.12 -3798;9;2673.02;10.13;1323.00;1.57;0.22 -3799;9;2785.48;12.25;1316.00;1.57;0.28 -3800;9;1165.84;11.50;1888.00;1.57;0.80 -3801;9;5313.86;9.50;135.00;1.57;1.28 -3802;9;1551.20;10.36;1545.00;1.57;0.20 -3803;9;4807.48;14.75;1349.00;1.57;0.26 -3804;9;5186.56;9.50;982.00;1.57;1.16 -3805;9;4893.02;9.50;757.00;1.57;1.02 -3806;9;1655.20;10.51;1589.00;1.57;0.20 -3807;9;3344.94;11.91;1303.00;1.57;0.24 -3808;9;5135.04;9.50;1591.00;1.57;1.44 -3809;9;4400.46;9.50;754.00;1.57;0.78 -3810;9;2724.48;12.05;1295.00;1.57;0.16 -3811;9;4902.12;12.51;1406.00;1.57;0.32 -3812;9;3992.46;9.50;334.00;1.57;0.96 -3813;9;3678.64;9.50;680.00;1.57;1.04 -3814;9;4665.48;11.15;1340.00;1.57;0.28 -3815;9;4853.76;12.54;1419.00;1.57;0.24 -3816;9;2789.48;11.40;1351.00;1.57;0.24 -3817;9;3595.64;9.50;237.00;1.57;1.04 -3818;9;2932.98;9.50;693.00;1.57;0.78 -3819;9;3195.30;12.69;1377.00;1.57;0.22 -3820;9;2734.84;12.98;1341.00;1.57;0.24 -3821;9;2604.74;9.50;224.00;1.57;0.94 -3822;9;1999.72;9.50;12.00;1.57;0.58 -3823;9;1583.04;9.85;1504.00;1.57;0.30 -3824;9;1615.66;9.84;1541.00;1.57;0.20 -3825;9;2236.32;9.50;1071.00;1.57;1.20 -3826;9;1952.94;9.50;1774.00;1.57;0.96 -3827;9;773.10;9.50;261.00;1.57;1.10 -3828;9;4676.58;11.86;1372.00;1.57;0.28 -3829;9;1535.30;12.30;1538.00;1.57;0.30 -3830;9;4654.12;10.18;1328.00;1.57;0.24 -3831;9;712.78;9.50;256.00;1.57;1.24 -3832;9;11.18;9.50;832.00;1.57;0.98 -3833;9;3149.66;13.93;1350.00;1.57;0.26 -3834;9;1061.88;11.77;1399.00;1.57;0.60 -3835;9;2778.84;12.20;1308.00;1.57;0.16 -3836;9;3.30;9.50;1837.00;1.57;0.30 -3837;9;952.22;9.50;1184.00;1.57;1.32 -3838;9;2944.66;9.50;1356.00;1.57;0.26 -3839;9;4738.02;11.69;1337.00;1.57;0.22 -3840;9;911.48;10.04;1471.00;1.57;0.28 -3841;9;1147.22;9.50;870.00;1.57;1.42 -3842;9;569.26;9.50;1928.00;1.57;1.20 -3843;9;4862.02;11.74;1412.00;1.57;0.22 -3844;9;3152.38;11.42;1327.00;1.57;0.18 -3845;9;2720.20;13.67;1330.00;1.57;0.20 -3846;9;2684.20;10.05;1295.00;1.57;0.20 -3847;9;1596.66;11.37;1543.00;1.57;0.24 -3848;9;4999.84;11.86;1321.00;1.57;0.24 -3849;9;4748.02;11.00;1359.00;1.57;0.22 -3850;9;1573.84;11.50;1551.00;1.57;0.22 -3851;9;3262.58;9.70;1333.00;1.57;0.14 -3852;9;4807.02;10.24;1330.00;1.57;0.22 -3853;9;1517.30;10.99;1554.00;1.57;0.26 -3854;9;3278.44;12.83;641.00;1.57;0.54 -3855;9;1240.24;11.86;1566.00;1.57;0.44 -3856;9;3267.84;13.16;1304.00;1.57;0.24 -3857;9;3021.20;12.26;1282.00;1.57;0.20 -3858;9;2753.84;11.73;1329.00;1.57;0.24 -3859;9;2759.48;13.50;1349.00;1.57;0.20 -3860;9;4814.94;13.98;1358.00;1.57;0.20 -3861;9;2663.84;9.50;1315.00;1.57;0.24 -3862;9;3339.76;12.07;1315.00;1.57;0.28 -3863;9;1634.56;9.80;1555.00;1.57;0.16 -3864;9;3155.84;10.76;1307.00;1.57;0.22 -3865;9;3137.12;12.05;1352.00;1.57;0.20 -3866;9;2670.20;9.61;1281.00;1.57;0.20 -3867;9;1161.42;13.30;1406.00;1.57;0.46 -3868;9;3063.32;9.50;1380.00;1.57;0.28 -3869;9;1140.88;17.21;1552.00;1.57;0.44 -3870;9;3342.76;12.35;1295.00;1.57;0.20 -3871;9;2732.84;13.18;1290.00;1.57;0.20 -3872;9;1491.48;10.70;1562.00;1.57;0.28 -3873;9;2806.84;13.61;1334.00;1.57;0.24 -3874;9;2718.84;12.65;1341.00;1.57;0.20 -3875;9;1242.86;10.90;1430.00;1.57;0.46 -3876;9;3288.12;13.99;1288.00;1.57;0.24 -3877;9;4699.04;10.10;1389.00;1.57;0.32 -3878;9;1652.84;9.50;1558.00;1.57;0.24 -3879;9;3226.84;9.96;1341.00;1.57;0.24 -3880;9;1575.84;11.20;1567.00;1.57;0.20 -3881;9;4662.94;12.02;1351.00;1.57;0.22 -3882;9;3140.48;13.35;1360.00;1.57;0.20 -3883;9;1140.86;13.31;1429.00;1.57;0.46 -3884;9;3111.66;9.70;1337.00;1.57;0.24 -3885;9;2994.20;11.67;1380.00;1.57;0.20 -3886;9;2689.02;10.42;1303.00;1.57;0.20 -3887;9;2769.84;13.68;1357.00;1.57;0.24 -3888;9;4763.30;11.28;1365.00;1.57;0.26 -3889;9;3378.66;12.62;1270.00;1.57;0.26 -3890;9;3390.30;12.99;1294.00;1.57;0.18 -3891;9;2779.84;12.81;1318.00;1.57;0.24 -3892;9;2694.84;12.58;1356.00;1.57;0.20 -3893;9;3221.30;9.91;1347.00;1.57;0.28 -3894;9;1646.20;10.66;1567.00;1.57;0.20 -3895;9;4736.12;11.11;1344.00;1.57;0.20 -3896;9;3113.94;13.74;1366.00;1.57;0.24 -3897;9;1624.66;12.10;1573.00;1.57;0.26 -3898;9;2827.84;14.01;1370.00;1.57;0.20 -3899;9;2819.02;14.54;1373.00;1.57;0.16 -3900;9;4663.94;9.80;1322.00;1.57;0.34 -3901;9;3057.20;9.50;1309.00;1.57;0.20 -3902;9;2764.48;13.40;1366.00;1.57;0.16 -3903;9;3372.94;13.70;1320.00;1.57;0.30 -3904;9;4799.48;14.24;1337.00;1.57;0.22 -3905;9;3298.30;12.98;1334.00;1.57;0.22 -3906;9;1690.58;9.80;1581.00;1.57;0.22 -3907;9;3295.66;12.56;1313.00;1.57;0.26 -3908;9;3171.66;14.15;1367.00;1.57;0.20 -3909;9;2795.48;13.55;1339.00;1.57;0.16 -3910;9;3014.66;13.17;1368.00;1.57;0.18 -3911;9;1606.44;10.90;1725.00;1.57;0.84 -3912;9;4773.48;12.59;1322.00;1.57;0.22 -3913;9;4757.58;10.25;1379.00;1.57;0.26 -3914;9;3127.48;12.04;1320.00;1.57;0.24 -3915;9;2819.84;12.15;1380.00;1.57;0.20 -3916;9;3484.40;10.15;1249.00;1.57;0.40 -3917;9;1622.20;9.50;1500.00;1.57;0.20 -3918;9;2715.20;12.11;1363.00;1.57;0.20 -3919;9;3309.12;14.18;1341.00;1.57;0.28 -3920;9;2721.84;12.40;1367.00;1.57;0.16 -3921;9;3378.30;14.23;1292.00;1.57;0.30 -3922;9;3112.48;12.40;1386.00;1.57;0.28 -3923;9;3028.20;12.40;1353.00;1.57;0.18 -3924;9;3061.66;9.65;1391.00;1.57;0.16 -3925;9;1582.40;9.80;1483.00;1.57;0.22 -3926;9;2684.84;10.26;1311.00;1.57;0.20 -3927;9;3248.30;11.55;1292.00;1.57;0.28 -3928;9;2906.20;10.06;1388.00;1.57;0.20 -3929;9;4814.30;12.84;1367.00;1.57;0.30 -3930;9;2715.48;11.70;1301.00;1.57;0.24 -3931;9;2784.84;11.75;1376.00;1.57;0.24 -3932;9;4772.84;10.40;1379.00;1.57;0.24 -3933;9;2775.48;12.19;1376.00;1.57;0.16 -3934;9;4697.66;10.33;1355.00;1.57;0.26 -3935;9;3371.76;12.76;1328.00;1.57;0.26 -3936;9;3169.20;10.85;1339.00;1.57;0.20 -3937;9;3178.66;13.18;1363.00;1.57;0.26 -3938;9;2741.20;11.30;1325.00;1.57;0.20 -3939;9;3119.84;12.51;1386.00;1.57;0.24 -3940;9;2694.84;11.86;1284.00;1.57;0.24 -3941;9;1551.94;12.29;1518.00;1.57;0.32 -3942;9;3407.60;10.94;1242.00;1.57;0.32 -3943;9;3045.58;9.55;1393.00;1.57;0.26 -3944;9;4841.66;10.26;1378.00;1.57;0.20 -3945;9;2774.84;13.33;1325.00;1.57;0.24 -3946;9;2847.84;11.56;1380.00;1.57;0.22 -3947;9;4808.12;12.52;1386.00;1.57;0.24 -3948;9;2831.02;10.04;1398.00;1.57;0.22 -3949;9;4770.30;12.73;1346.00;1.57;0.22 -3950;9;3391.12;17.82;1315.00;1.57;0.28 -3951;9;3277.48;12.55;1318.00;1.57;0.28 -3952;9;3184.84;13.10;1379.00;1.57;0.18 -3953;9;2754.38;11.74;1306.00;1.57;0.18 -3954;9;2798.84;11.76;1344.00;1.57;0.20 -3955;9;4626.02;11.14;1338.00;1.57;0.22 -3956;9;3113.38;13.86;1395.00;1.57;0.18 -3957;9;1600.76;9.80;1525.00;1.57;0.24 -3958;9;3047.02;11.88;1337.00;1.57;0.22 -3959;9;2910.84;11.81;1398.00;1.57;0.20 -3960;9;1287.50;10.10;1409.00;1.57;0.38 -3961;9;2902.02;11.10;1398.00;1.57;0.20 -3962;9;4993.04;9.50;1358.00;1.57;0.36 -3963;9;4937.22;9.70;1499.00;1.57;0.42 -3964;9;3355.12;12.53;1310.00;1.57;0.30 -3965;9;3403.12;14.21;1330.00;1.57;0.20 -3966;9;3035.38;11.88;1356.00;1.57;0.18 -3967;9;3343.84;14.18;1352.00;1.57;0.24 -3968;9;3053.84;11.52;1326.00;1.57;0.14 -3969;9;2691.20;10.95;1322.00;1.57;0.20 -3970;9;4734.30;11.15;1328.00;1.57;0.24 -3971;9;3176.84;12.99;1376.00;1.57;0.24 -3972;9;1226.60;12.14;1454.00;1.57;0.52 -3973;9;3158.04;10.50;1315.00;1.57;0.36 -3974;9;3057.02;11.48;1397.00;1.57;0.20 -3975;9;1536.76;10.76;1523.00;1.57;0.32 -3976;9;2964.30;12.28;1407.00;1.57;0.26 -3977;9;4858.48;10.55;1394.00;1.57;0.28 -3978;9;4654.94;11.60;1392.00;1.57;0.34 -3979;9;3416.12;14.16;1330.00;1.57;0.24 -3980;9;3136.84;13.53;1325.00;1.57;0.24 -3981;9;4797.84;10.04;1326.00;1.57;0.22 -3982;9;3333.66;12.79;1354.00;1.57;0.24 -3983;9;3276.66;13.44;1302.00;1.57;0.26 -3984;9;3123.48;11.70;1396.00;1.57;0.18 -3985;9;3062.02;14.32;1403.00;1.57;0.22 -3986;9;2726.84;12.56;1316.00;1.57;0.24 -3987;9;2929.58;9.70;1202.00;1.57;0.38 -3988;9;3163.12;9.50;1288.00;1.57;0.24 -3989;9;4035.14;18.68;1158.00;1.57;0.40 -3990;9;2706.70;9.50;1583.00;1.57;0.70 -3991;9;2783.12;14.13;1216.00;1.57;0.32 -3992;9;4614.84;10.08;1116.00;1.57;0.24 -3993;9;1923.72;9.50;1064.00;1.57;0.92 -3994;9;1524.86;9.80;1426.00;1.57;0.42 -3995;9;5083.38;9.69;911.00;1.57;0.18 -3996;9;3282.48;9.80;1146.00;1.57;0.24 -3997;9;830.50;9.50;1367.00;1.57;1.46 -3998;9;731.68;9.50;1618.00;1.57;1.20 -3999;9;4263.48;13.73;1020.00;1.57;0.26 -4000;9;4977.20;11.36;1260.00;1.57;0.20 -4001;9;4668.84;9.70;1186.00;1.57;0.18 -4002;9;4368.84;9.50;828.00;1.57;1.24 -4003;9;3871.50;9.70;1048.00;1.57;0.50 -4004;9;4795.38;10.62;1292.00;1.57;0.18 -4005;9;4658.30;9.64;1201.00;1.57;0.22 -4006;9;4992.12;10.18;2003.00;1.57;2.54 -4007;9;5292.24;9.50;103.00;1.57;1.02 -4008;9;3311.48;9.74;1258.00;1.57;0.28 -4009;9;4556.40;10.00;1177.00;1.57;0.32 -4010;9;4609.76;9.70;1230.00;1.57;0.26 -4011;9;5219.50;9.50;1021.00;1.57;1.22 -4012;9;4864.26;9.50;839.00;1.57;0.86 -4013;9;4687.12;9.87;1114.00;1.57;0.28 -4014;9;3037.20;10.50;1268.00;1.57;0.20 -4015;9;5130.32;9.50;1525.00;1.57;1.20 -4016;9;4371.82;9.50;781.00;1.57;0.90 -4017;9;3359.30;10.35;1150.00;1.57;0.28 -4018;9;2831.32;14.42;1218.00;1.57;0.46 -4019;9;4276.12;11.45;978.00;1.57;0.28 -4020;9;3923.54;9.50;413.00;1.57;0.94 -4021;9;3665.46;9.50;632.00;1.57;1.06 -4022;9;2675.42;11.65;1136.00;1.57;0.54 -4023;9;4512.30;9.70;1000.00;1.57;0.24 -4024;9;2724.84;12.10;1361.00;1.57;0.20 -4025;9;3519.82;9.50;211.00;1.57;1.02 -4026;9;2830.38;9.50;731.00;1.57;0.94 -4027;9;4854.02;10.99;1201.00;1.57;0.22 -4028;9;4510.58;10.50;1028.00;1.57;0.26 -4029;9;1381.04;10.40;1642.00;1.57;0.36 -4030;9;2639.72;9.50;252.00;1.57;0.92 -4031;9;4673.30;9.98;1219.00;1.57;0.26 -4032;9;4604.84;10.46;1283.00;1.57;0.24 -4033;9;3230.84;11.28;797.00;1.57;0.90 -4034;9;2778.28;9.50;1853.00;1.57;1.08 -4035;9;1979.36;9.50;1714.00;1.57;0.96 -4036;9;1504.62;9.50;752.00;1.57;0.80 -4037;9;4632.66;11.50;1249.00;1.57;0.26 -4038;9;4625.48;9.79;1116.00;1.57;0.28 -4039;9;624.46;9.50;169.00;1.57;1.06 -4040;9;51.22;9.50;817.00;1.57;1.18 -4041;9;4499.50;13.20;1150.00;1.57;0.30 -4042;9;4686.48;10.10;1155.00;1.57;0.22 -4043;9;21.36;9.50;1837.00;1.57;0.80 -4044;9;855.22;9.50;1147.00;1.57;1.42 -4045;9;4041.42;10.45;1065.00;1.57;0.40 -4046;9;2884.30;12.84;1256.00;1.57;0.30 -4047;9;3063.48;9.90;1155.00;1.57;0.28 -4048;9;1126.66;9.50;919.00;1.57;1.26 -4049;9;588.34;9.50;1949.00;1.57;0.70 -4050;9;4595.48;10.24;1023.00;1.57;0.28 -4051;9;3000.86;11.05;1170.00;1.57;0.28 -4052;9;4762.30;9.66;1305.00;1.57;0.24 -4053;9;4619.02;11.82;1060.00;1.57;0.22 -4054;9;4933.84;9.70;1220.00;1.57;0.20 -4055;9;3285.48;9.85;1138.00;1.57;0.20 -4056;9;4820.02;11.00;1242.00;1.57;0.22 -4057;9;3100.48;9.95;1138.00;1.57;0.28 -4058;9;4583.12;10.64;1262.00;1.57;0.28 -4059;9;4282.30;11.17;968.00;1.57;0.28 -4060;9;3186.66;9.90;1161.00;1.57;0.26 -4061;9;2939.76;14.19;1239.00;1.57;0.36 -4062;9;4170.12;9.70;1007.00;1.57;0.32 -4063;9;3139.30;13.72;1180.00;1.57;0.26 -4064;9;3917.40;9.70;1041.00;1.57;0.40 -4065;9;2771.84;14.51;1274.00;1.57;0.24 -4066;9;4589.76;11.28;1214.00;1.57;0.30 -4067;9;4989.76;12.16;1296.00;1.57;0.30 -4068;9;3336.22;11.28;1059.00;1.57;0.42 -4069;9;4950.84;11.03;1236.00;1.57;0.22 -4070;9;4656.20;10.65;1102.00;1.57;0.20 -4071;9;4651.66;11.90;1257.00;1.57;0.26 -4072;9;3959.04;11.75;978.00;1.57;0.32 -4073;9;3306.20;10.68;1143.00;1.57;0.20 -4074;9;4536.76;13.72;1297.00;1.57;0.36 -4075;9;4451.30;9.92;984.00;1.57;0.26 -4076;9;3273.12;9.70;1161.00;1.57;0.28 -4077;9;4475.40;10.65;1029.00;1.57;0.32 -4078;9;3149.84;11.55;1279.00;1.57;0.22 -4079;9;4618.48;9.70;1192.00;1.57;0.28 -4080;9;2703.84;9.70;1272.00;1.57;0.24 -4081;9;4606.30;11.80;1057.00;1.57;0.26 -4082;9;4666.48;9.70;1214.00;1.57;0.26 -4083;9;4610.84;10.48;1103.00;1.57;0.24 -4084;9;2707.40;12.91;1195.00;1.57;0.30 -4085;9;4464.68;12.63;1051.00;1.57;0.30 -4086;9;4813.02;11.50;1243.00;1.57;0.22 -4087;9;4288.86;10.41;1073.00;1.57;0.46 -4088;9;3344.02;10.10;1165.00;1.57;0.20 -4089;9;4654.02;9.70;1276.00;1.57;0.22 -4090;9;3899.76;9.70;996.00;1.57;0.36 -4091;9;4689.12;9.83;1184.00;1.57;0.24 -4092;9;4550.58;10.66;1027.00;1.57;0.24 -4093;9;4585.30;11.35;1288.00;1.57;0.26 -4094;9;4892.02;10.58;1212.00;1.57;0.20 -4095;9;2754.84;12.99;1280.00;1.57;0.24 -4096;9;4697.20;12.47;1034.00;1.57;0.20 -4097;9;2742.04;12.03;1220.00;1.57;0.26 -4098;9;2791.20;10.59;1290.00;1.57;0.20 -4099;9;4677.12;10.67;1097.00;1.57;0.24 -4100;9;4994.02;9.70;1250.00;1.57;0.20 -4101;9;4708.20;9.73;940.00;1.57;0.20 -4102;9;4838.74;9.50;1168.00;1.57;0.14 -4103;9;4811.20;12.03;1264.00;1.57;0.20 -4104;9;4152.86;10.18;999.00;1.57;0.30 -4105;9;4662.12;10.73;1161.00;1.57;0.22 -4106;9;3986.76;10.80;1035.00;1.57;0.36 -4107;9;4758.12;9.50;1287.00;1.57;0.24 -4108;9;2677.32;12.67;1159.00;1.57;0.52 -4109;9;3173.84;9.86;1287.00;1.57;0.24 -4110;9;3878.76;9.70;1066.00;1.57;0.36 -4111;9;3370.12;13.07;1206.00;1.57;0.28 -4112;9;3221.40;9.65;1292.00;1.57;0.24 -4113;9;4642.66;10.58;1093.00;1.57;0.26 -4114;9;4590.66;9.78;1236.00;1.57;0.26 -4115;9;3356.12;10.36;1137.00;1.57;0.32 -4116;9;2781.66;10.46;1232.00;1.57;0.26 -4117;9;3030.32;10.51;1146.00;1.57;0.42 -4118;9;4996.12;11.78;1271.00;1.57;0.24 -4119;9;4463.66;9.55;982.00;1.57;0.24 -4120;9;3120.84;9.50;1165.00;1.57;0.22 -4121;9;4475.12;10.11;1007.00;1.57;0.32 -4122;9;4982.48;13.30;1271.00;1.57;0.24 -4123;9;4664.02;9.60;1207.00;1.57;0.22 -4124;9;3330.66;10.00;1259.00;1.57;0.26 -4125;9;4543.76;13.59;1070.00;1.57;0.34 -4126;9;4785.30;10.54;1241.00;1.57;0.26 -4127;9;3303.12;10.49;1265.00;1.57;0.28 -4128;9;3118.16;11.05;552.00;1.57;0.76 -4129;9;2961.84;10.23;1234.00;1.57;0.24 -4130;9;4562.76;9.70;1142.00;1.57;0.36 -4131;9;2862.12;13.36;1250.00;1.57;0.28 -4132;9;3915.50;10.10;992.00;1.57;0.36 -4133;9;3137.12;9.60;1147.00;1.57;0.32 -4134;9;4490.22;10.45;1041.00;1.57;0.28 -4135;9;2716.20;10.81;1254.00;1.57;0.20 -4136;9;3182.02;10.62;1173.00;1.57;0.18 -4137;9;4633.38;9.70;1301.00;1.57;0.18 -4138;9;3265.34;10.50;990.00;1.57;0.74 -4139;9;2679.32;11.14;1179.00;1.57;0.40 -4140;9;4610.30;10.48;1320.00;1.57;0.26 -4141;9;4476.22;15.34;1126.00;1.57;0.38 -4142;9;4932.20;10.94;1230.00;1.57;0.20 -4143;9;3295.66;10.23;1128.00;1.57;0.26 -4144;9;4588.12;10.52;1246.00;1.57;0.32 -4145;9;3265.66;9.65;1154.00;1.57;0.26 -4146;9;2846.40;14.10;1247.00;1.57;0.26 -4147;9;4261.58;11.86;988.00;1.57;0.32 -4148;9;4657.84;9.68;1187.00;1.57;0.24 -4149;9;3950.06;10.17;1065.00;1.57;0.32 -4150;9;2793.22;13.67;1230.00;1.57;0.32 -4151;9;3142.38;10.23;1190.00;1.57;0.18 -4152;9;4529.22;10.58;1032.00;1.57;0.28 -4153;9;4988.48;11.99;1283.00;1.57;0.28 -4154;9;2753.04;15.97;1196.00;1.57;0.44 -4155;9;1794.48;9.50;1160.00;1.57;0.28 -4156;9;4583.48;10.35;1089.00;1.57;0.28 -4157;9;4668.66;11.50;1248.00;1.57;0.24 -4158;9;4606.66;9.95;1177.00;1.57;0.26 -4159;9;3039.02;12.23;1283.00;1.57;0.22 -4160;9;4521.84;9.50;980.00;1.57;0.22 -4161;9;3336.20;9.98;1156.00;1.57;0.20 -4162;9;4203.76;9.90;1031.00;1.57;0.30 -4163;9;2938.66;10.40;1261.00;1.57;0.26 -4164;9;4842.56;10.08;1196.00;1.57;0.16 -4165;9;4613.20;12.73;1035.00;1.57;0.20 -4166;9;1427.60;10.10;1629.00;1.57;0.48 -4167;9;4484.40;13.14;1187.00;1.57;0.40 -4168;9;1594.58;9.70;1460.00;1.57;0.30 -4169;9;4662.40;11.79;1084.00;1.57;0.28 -4170;9;3205.12;9.74;1233.00;1.57;0.16 -4171;9;3288.68;13.41;609.00;1.57;0.48 -4172;9;4936.20;10.13;1240.00;1.57;0.20 -4173;9;4662.02;10.70;1151.00;1.57;0.22 -4174;9;4552.12;13.27;1278.00;1.57;0.32 -4175;9;4348.94;12.17;982.00;1.57;0.34 -4176;9;3036.66;10.61;1158.00;1.57;0.26 -4177;9;4485.48;10.10;1010.00;1.57;0.28 -4178;9;3158.48;10.35;1266.00;1.57;0.28 -4179;9;4880.02;11.13;1209.00;1.57;0.20 -4180;9;380.12;10.98;1028.00;1.57;0.26 -4181;9;4645.20;11.40;1237.00;1.57;0.20 -4182;9;2726.20;10.60;1274.00;1.57;0.20 -4183;9;4588.94;12.27;1076.00;1.57;0.26 -4184;9;4990.20;9.64;1235.00;1.57;0.20 -4185;9;4630.30;9.68;1124.00;1.57;0.28 -4186;9;4688.48;10.45;1265.00;1.57;0.28 -4187;9;3945.40;9.71;983.00;1.57;0.38 -4188;9;4993.66;9.65;1243.00;1.57;0.16 -4189;9;4570.84;9.74;1012.00;1.57;0.24 -4190;9;4594.66;11.30;1284.00;1.57;0.26 -4191;9;3141.88;10.90;1011.00;1.57;1.68 -4192;9;4428.14;15.50;1075.00;1.57;0.34 -4193;9;3138.66;9.50;1283.00;1.57;0.22 -4194;9;3017.20;12.35;1183.00;1.57;0.20 -4195;9;2770.20;14.30;1289.00;1.57;0.20 -4196;9;4665.48;9.80;1073.00;1.57;0.28 -4197;9;4887.84;10.06;1228.00;1.57;0.18 -4198;9;4845.94;9.50;1146.00;1.57;0.32 -4199;9;2734.66;12.33;1229.00;1.57;0.22 -4200;9;3123.22;9.70;1140.00;1.57;0.42 -4202;9;4288.12;10.48;988.00;1.57;0.32 -4203;9;4613.12;11.06;1165.00;1.57;0.32 -4204;9;4166.94;9.80;1024.00;1.57;0.34 -4205;9;4709.48;10.40;1274.00;1.57;0.26 -4206;9;3347.20;9.50;1174.00;1.57;0.20 -4207;9;4603.84;12.58;1034.00;1.57;0.24 -4208;9;4587.30;11.35;1305.00;1.57;0.22 -4209;9;3846.86;9.80;1655.00;1.57;0.46 -4210;9;4346.40;13.29;1024.00;1.57;0.40 -4211;9;4487.84;10.01;604.00;1.57;0.22 -4212;9;2678.92;9.50;1552.00;1.57;1.12 -4213;9;2531.06;9.50;1229.00;1.57;1.00 -4214;9;4707.74;10.81;930.00;1.57;0.14 -4215;9;3722.76;9.90;1557.00;1.57;0.36 -4216;9;4547.22;10.30;674.00;1.57;0.30 -4217;9;1959.08;9.50;1090.00;1.57;0.88 -4218;9;1229.62;10.30;1773.00;1.57;0.52 -4219;9;4070.76;10.55;749.00;1.57;0.26 -4220;9;430.78;9.50;1344.00;1.57;1.22 -4221;9;702.14;9.50;1582.00;1.57;0.94 -4222;9;4591.88;12.75;1415.00;1.57;0.40 -4223;9;4443.76;9.70;813.00;1.57;0.26 -4224;9;3990.44;10.85;1375.00;1.57;0.24 -4225;9;4466.90;9.50;590.00;1.57;0.90 -4226;9;5235.38;9.83;538.00;1.57;0.10 -4227;9;3764.60;9.84;1470.00;1.57;0.36 -4228;9;4737.02;9.50;855.00;1.57;0.22 -4229;9;5029.28;12.02;1886.00;1.57;2.16 -4230;9;5239.26;9.50;77.00;1.57;1.02 -4231;9;5413.32;9.50;308.00;1.57;0.40 -4232;9;3925.96;9.90;1526.00;1.57;0.36 -4233;9;4703.20;10.50;910.00;1.57;0.20 -4234;9;5178.26;9.50;1033.00;1.57;0.86 -4235;9;4910.48;9.50;800.00;1.57;1.14 -4236;9;4621.76;12.09;674.00;1.57;0.36 -4237;9;4080.86;9.91;929.00;1.57;0.36 -4238;9;3867.60;10.30;1560.00;1.57;0.38 -4239;9;5084.30;9.50;1464.00;1.57;1.30 -4240;9;4400.12;9.50;798.00;1.57;1.28 -4241;9;4762.02;9.89;760.00;1.57;0.22 -4242;9;3786.78;10.50;1639.00;1.57;0.40 -4243;9;3930.74;9.50;366.00;1.57;1.14 -4244;9;3722.90;9.50;602.00;1.57;0.90 -4245;9;4180.02;9.90;1016.00;1.57;0.22 -4246;9;4865.16;11.61;1521.00;1.57;0.54 -4247;9;5444.48;9.50;340.00;1.57;0.28 -4248;9;3564.66;9.50;221.00;1.57;0.88 -4249;9;2848.56;9.50;688.00;1.57;0.92 -4250;9;3930.14;10.76;1490.00;1.57;0.54 -4251;9;4413.12;10.28;867.00;1.57;0.32 -4252;9;5285.50;9.50;521.00;1.57;0.32 -4253;9;2627.74;9.50;295.00;1.57;0.96 -4254;9;3690.04;9.92;1492.00;1.57;0.40 -4255;9;4501.20;12.67;886.00;1.57;0.18 -4256;9;4495.40;11.16;1199.00;1.57;0.32 -4257;9;2392.30;9.50;1020.00;1.57;1.30 -4258;9;2062.60;9.50;1627.00;1.57;1.60 -4259;9;1503.64;9.50;704.00;1.57;1.04 -4260;9;4452.30;10.18;927.00;1.57;0.26 -4261;9;3703.50;10.45;1544.00;1.57;0.38 -4262;9;4694.84;11.62;665.00;1.57;0.24 -4263;9;583.00;9.50;177.00;1.57;1.00 -4264;9;106.34;9.50;815.00;1.57;0.92 -4265;9;3701.58;12.55;1605.00;1.57;0.38 -4266;9;4749.12;9.99;745.00;1.57;0.24 -4267;9;870.58;9.50;1097.00;1.57;1.38 -4268;9;5404.40;9.50;290.00;1.57;0.24 -4269;9;4754.38;9.50;813.00;1.57;0.18 -4270;9;1636.58;10.19;1643.00;1.57;0.30 -4271;9;1062.04;9.50;935.00;1.57;1.04 -4272;9;1077.52;9.50;2029.00;1.57;0.14 -4273;9;4599.58;9.70;518.00;1.57;0.38 -4274;9;900.58;12.36;1616.00;1.57;0.36 -4275;9;4345.40;9.50;834.00;1.57;0.40 -4276;9;4442.66;10.06;585.00;1.57;0.26 -4277;9;3852.60;10.30;1502.00;1.57;0.52 -4278;9;3980.40;11.00;888.00;1.57;0.38 -4279;9;4508.94;9.59;651.00;1.57;0.34 -4280;9;4059.12;9.70;928.00;1.57;0.32 -4281;9;3885.68;10.09;1542.00;1.57;0.48 -4282;9;4626.30;9.68;751.00;1.57;0.30 -4283;9;3650.68;10.05;1590.00;1.57;0.30 -4284;9;4445.20;9.90;801.00;1.57;0.20 -4285;9;1777.04;9.70;1652.00;1.57;0.44 -4286;9;5583.86;10.71;362.00;1.57;0.32 -4287;9;1735.94;10.72;1673.00;1.57;0.34 -4288;9;4688.04;9.50;860.00;1.57;0.32 -4289;9;5095.02;9.60;510.00;1.57;0.22 -4290;9;4949.98;9.87;1542.00;1.57;0.60 -4291;9;3964.12;13.33;901.00;1.57;0.32 -4292;9;5274.20;10.47;499.00;1.57;0.20 -4293;9;4321.84;10.08;935.00;1.57;0.24 -4294;9;3684.68;9.90;1529.00;1.57;0.48 -4295;9;4460.86;14.41;1197.00;1.57;0.38 -4296;9;876.40;12.83;1693.00;1.57;0.38 -4297;9;4384.02;10.97;743.00;1.57;0.22 -4298;9;3638.80;9.95;1791.00;1.57;0.80 -4299;9;4069.76;10.00;1095.00;1.57;0.36 -4300;9;3771.14;11.05;1443.00;1.57;0.38 -4301;9;4695.66;10.50;511.00;1.57;0.18 -4302;9;4429.12;10.13;863.00;1.57;0.32 -4303;9;3745.50;9.95;1459.00;1.57;0.44 -4304;9;5143.84;9.55;561.00;1.57;0.24 -4305;9;1756.78;12.06;1708.00;1.57;0.54 -4306;9;4569.96;10.09;538.00;1.57;0.48 -4307;9;4684.12;9.70;661.00;1.57;0.20 -4308;9;4667.20;9.64;615.00;1.57;0.20 -4309;9;3847.22;10.40;1556.00;1.57;0.42 -4310;9;4387.66;11.30;732.00;1.57;0.26 -4311;9;3709.32;15.65;1590.00;1.57;0.42 -4312;9;4359.84;11.01;789.00;1.57;0.24 -4313;9;4401.86;18.40;1223.00;1.57;0.38 -4314;9;3673.88;10.50;1773.00;1.57;0.48 -4315;9;4003.86;12.45;836.00;1.57;0.26 -4316;9;3966.14;16.46;1347.00;1.57;0.38 -4317;9;5103.30;14.84;516.00;1.57;0.24 -4318;9;4326.86;12.25;1098.00;1.57;0.46 -4319;9;4353.66;10.45;883.00;1.57;0.26 -4320;9;4436.48;10.69;567.00;1.57;0.28 -4321;9;4055.58;9.70;907.00;1.57;0.32 -4322;9;3662.94;9.95;1542.00;1.57;0.34 -4323;9;4620.58;10.30;652.00;1.57;0.38 -4324;9;3634.94;9.90;1589.00;1.57;0.30 -4325;9;4470.32;13.15;1098.00;1.57;0.30 -4326;9;3662.12;10.50;1722.00;1.57;0.32 -4327;9;4018.66;10.07;788.00;1.57;0.26 -4328;9;886.40;10.59;1627.00;1.57;0.38 -4329;9;5101.84;9.50;500.00;1.57;0.20 -4330;9;4457.30;10.23;838.00;1.57;0.26 -4331;9;917.86;14.80;1573.00;1.57;0.30 -4332;9;5140.02;9.50;553.00;1.57;0.18 -4333;9;3944.76;9.80;1517.00;1.57;0.36 -4334;9;4505.38;11.61;868.00;1.57;0.18 -4335;9;4537.04;10.55;639.00;1.57;0.44 -4336;9;4323.02;9.50;922.00;1.57;0.22 -4337;9;3825.50;10.00;1531.00;1.57;0.40 -4338;9;4623.66;11.03;721.00;1.57;0.26 -4339;9;4421.66;12.80;966.00;1.57;0.26 -4340;9;3786.50;10.30;1598.00;1.57;0.38 -4341;9;4443.20;9.54;789.00;1.57;0.20 -4342;9;1758.32;9.70;1648.00;1.57;0.36 -4343;9;940.16;12.26;1762.00;1.57;0.74 -4344;9;3991.48;13.75;846.00;1.57;0.28 -4345;9;1645.50;9.90;1655.00;1.57;0.42 -4346;9;5117.84;10.18;492.00;1.57;0.22 -4347;9;913.14;14.66;1595.00;1.57;0.54 -4348;9;4347.12;10.51;878.00;1.57;0.28 -4349;9;4678.84;10.73;565.00;1.57;0.24 -4350;9;4687.38;10.20;923.00;1.57;0.18 -4351;9;3647.76;9.70;1516.00;1.57;0.36 -4352;9;5150.58;9.50;607.00;1.57;0.22 -4353;9;3973.86;11.48;946.00;1.57;0.30 -4354;9;3664.76;9.95;1581.00;1.57;0.36 -4355;9;4414.20;10.86;719.00;1.57;0.20 -4356;9;3641.48;9.75;1677.00;1.57;0.26 -4357;9;4892.20;10.44;772.00;1.57;0.20 -4358;9;4743.84;11.43;492.00;1.57;0.20 -4359;9;4413.12;9.50;835.00;1.57;0.24 -4360;9;1811.80;9.50;1666.00;1.57;0.44 -4361;9;4444.84;9.71;564.00;1.57;0.24 -4362;9;1740.60;10.24;1688.00;1.57;0.42 -4363;9;4485.02;10.72;871.00;1.57;0.22 -4364;9;4429.40;10.00;616.00;1.57;0.18 -4365;9;4042.76;10.20;907.00;1.57;0.32 -4366;9;4003.24;9.80;1641.00;1.57;0.64 -4367;9;4414.04;10.40;687.00;1.57;0.24 -4368;9;4687.30;9.70;934.00;1.57;0.22 -4369;9;3830.14;10.11;1589.00;1.57;0.46 -4370;9;2745.06;9.50;1533.00;1.57;0.52 -4371;9;4364.20;10.02;766.00;1.57;0.20 -4372;9;3671.58;9.94;1678.00;1.57;0.30 -4373;9;4757.48;9.59;830.00;1.57;0.24 -4374;9;3765.78;12.87;1456.00;1.57;0.38 -4375;9;4413.58;13.06;1165.00;1.57;0.38 -4376;9;3756.96;9.84;1486.00;1.57;0.42 -4377;9;4733.76;10.25;868.00;1.57;0.24 -4378;9;5231.84;11.69;545.00;1.57;0.20 -4379;9;4478.30;12.26;911.00;1.57;0.24 -4380;9;872.48;9.70;1631.00;1.57;0.28 -4381;9;4424.12;9.70;609.00;1.57;0.28 -4382;9;3885.04;9.70;1082.00;1.57;0.44 -4383;9;3702.96;11.15;1557.00;1.57;0.44 -4384;9;4391.02;10.58;709.00;1.57;0.22 -4385;9;859.32;9.50;1744.00;1.57;0.48 -4386;9;4098.62;15.01;1108.00;1.57;0.46 -4387;9;5518.38;9.50;654.00;1.57;0.18 -4388;9;4355.02;9.67;826.00;1.57;0.22 -4389;9;3921.16;10.70;1468.00;1.57;0.60 -4390;9;4545.48;10.24;539.00;1.57;0.20 -4391;9;4041.32;13.24;1363.00;1.57;0.52 -4392;9;4356.02;11.19;858.00;1.57;0.22 -4393;9;5065.66;9.65;577.00;1.57;0.26 -4394;9;3719.86;9.80;1507.00;1.57;0.40 -4395;9;3953.94;10.02;912.00;1.57;0.34 -4396;9;4566.04;10.45;689.00;1.57;0.44 -4397;9;4448.48;11.15;949.00;1.57;0.24 -4398;9;873.12;9.50;1674.00;1.57;0.32 -4399;9;4713.38;9.84;771.00;1.57;0.18 -4400;9;3634.40;10.10;1644.00;1.57;0.28 -4401;9;4470.02;9.54;822.00;1.57;0.22 -4402;9;1431.40;10.19;1487.00;1.57;0.34 -4403;9;4400.24;18.56;1206.00;1.57;0.50 -4404;9;4986.58;12.52;1508.00;1.57;0.38 -4405;9;4506.20;11.81;856.00;1.57;0.20 -4406;9;4470.94;11.14;544.00;1.57;0.20 -4407;9;4337.50;20.10;1146.00;1.57;0.50 -4408;9;4338.48;10.09;913.00;1.57;0.28 -4409;9;4529.40;9.70;608.00;1.57;0.34 -4410;9;4060.86;10.76;1037.00;1.57;0.46 -4411;9;3744.60;9.80;1573.00;1.57;0.56 -4412;9;4395.48;9.70;689.00;1.57;0.28 -4413;9;901.12;12.07;1732.00;1.57;0.32 -4414;9;4011.58;11.29;883.00;1.57;0.34 -4415;9;4874.76;10.30;450.00;1.57;0.36 -4416;9;4033.66;11.95;811.00;1.57;0.26 -4417;9;1669.22;10.38;1656.00;1.57;0.30 -4418;9;5094.30;14.02;534.00;1.57;0.26 -4419;9;1656.60;10.60;1704.00;1.57;0.60 -4420;9;4030.84;10.85;848.00;1.57;0.24 -4421;9;5190.38;9.50;579.00;1.57;0.18 -4422;9;1780.88;11.31;1712.00;1.57;0.52 -4423;9;4693.20;10.50;911.00;1.57;0.20 -4424;9;4411.48;9.69;677.00;1.57;0.28 -4425;9;4324.76;12.49;1057.00;1.57;0.36 -4426;9;1302.78;10.70;1752.00;1.57;0.58 -4427;9;4746.84;9.96;762.00;1.57;0.22 -4428;9;889.04;9.52;1721.00;1.57;0.12 -4429;9;4651.12;9.50;799.00;1.57;0.32 -4430;9;1849.52;9.50;1663.00;1.57;0.72 -4431;9;4459.78;15.03;1120.00;1.57;0.34 -4432;9;1781.68;9.70;1683.00;1.57;0.48 -4433;9;4383.48;9.70;854.00;1.57;0.20 -4434;9;4498.12;9.97;531.00;1.57;0.24 -4435;9;4183.66;16.79;1097.00;1.57;0.26 -4436;9;1980.50;9.95;359.00;1.57;0.38 -4437;9;1443.30;10.31;1555.00;1.57;0.30 -4438;9;2629.32;9.50;1526.00;1.57;1.26 -4439;9;2414.46;9.50;1104.00;1.57;1.06 -4440;9;3393.76;12.02;1186.00;1.57;0.36 -4441;9;4891.68;10.55;411.00;1.57;0.48 -4442;9;1539.30;10.69;1563.00;1.57;0.26 -4443;9;1880.64;9.50;1118.00;1.57;1.04 -4444;9;1372.40;10.30;1441.00;1.57;0.36 -4445;9;1666.04;10.08;1618.00;1.57;0.42 -4446;9;4354.22;9.95;663.00;1.57;0.28 -4447;9;742.60;9.50;1212.00;1.57;1.32 -4448;9;737.20;9.50;1471.00;1.57;1.18 -4449;9;1395.40;9.91;1494.00;1.57;0.40 -4450;9;1830.40;9.50;1143.00;1.57;0.38 -4451;9;4631.66;9.50;586.00;1.57;1.10 -4452;9;1494.30;10.70;1512.00;1.57;0.28 -4453;9;5091.50;9.80;191.00;1.57;0.46 -4454;9;4267.12;15.87;1032.00;1.57;0.32 -4455;9;5208.16;9.78;1928.00;1.57;2.76 -4456;9;5185.92;9.50;97.00;1.57;1.12 -4457;9;1895.32;9.65;305.00;1.57;0.46 -4458;9;3563.48;12.60;1349.00;1.57;0.28 -4459;9;4124.04;11.80;1087.00;1.57;0.44 -4460;9;5133.30;9.50;1034.00;1.57;1.20 -4461;9;4936.10;9.50;836.00;1.57;1.02 -4462;9;4910.42;10.40;415.00;1.57;0.32 -4463;9;3550.12;11.74;1369.00;1.57;0.26 -4464;9;1406.66;9.70;1376.00;1.57;0.26 -4465;9;5035.00;9.50;1421.00;1.57;0.98 -4466;9;4516.88;9.50;827.00;1.57;1.12 -4467;9;3925.68;17.57;1309.00;1.57;0.32 -4468;9;4846.74;9.50;635.00;1.57;0.68 -4469;9;4557.30;14.45;1294.00;1.57;0.30 -4470;9;3947.36;9.50;324.00;1.57;0.92 -4471;9;3621.72;9.50;624.00;1.57;0.92 -4472;9;4040.76;10.41;936.00;1.57;0.36 -4473;9;3560.76;14.27;1301.00;1.57;0.32 -4474;9;3539.48;9.50;146.00;1.57;1.20 -4475;9;2804.18;9.50;691.00;1.57;0.80 -4476;9;1582.68;9.68;1219.00;1.57;0.48 -4477;9;3547.94;9.77;1332.00;1.57;0.26 -4478;9;5108.50;10.60;176.00;1.57;0.50 -4479;9;2574.48;9.50;315.00;1.57;1.16 -4480;9;4517.94;11.98;1080.00;1.57;0.34 -4481;9;5139.22;10.93;277.00;1.57;0.32 -4482;9;3776.22;10.03;1280.00;1.57;0.42 -4483;9;2444.56;9.50;1021.00;1.57;1.16 -4484;9;2005.96;9.50;1647.00;1.57;1.56 -4485;9;1545.92;9.50;711.00;1.57;1.12 -4486;9;3375.94;11.75;1190.00;1.57;0.34 -4487;9;4902.70;10.10;392.00;1.57;0.64 -4488;9;3775.96;9.70;1386.00;1.57;0.56 -4489;9;630.30;9.50;218.00;1.57;0.94 -4490;9;60.86;9.50;863.00;1.57;1.06 -4491;9;1537.12;9.80;1445.00;1.57;0.32 -4492;9;3913.06;10.82;1424.00;1.57;0.56 -4493;9;4720.40;9.52;633.00;1.57;0.34 -4494;9;915.02;9.50;1129.00;1.57;1.22 -4495;9;4619.04;13.40;1369.00;1.57;0.44 -4496;9;4365.12;10.60;958.00;1.57;0.32 -4497;9;1053.48;9.50;987.00;1.57;1.28 -4498;9;620.78;9.50;1849.00;1.57;1.18 -4499;9;3779.60;9.80;1347.00;1.57;0.50 -4500;9;5093.04;10.10;174.00;1.57;0.44 -4501;9;4406.68;13.55;1032.00;1.57;0.46 -4502;9;5129.76;10.92;267.00;1.57;0.36 -4503;9;4746.22;10.00;1407.00;1.57;0.36 -4504;9;4448.22;13.15;1079.00;1.57;0.42 -4505;9;5030.58;9.80;413.00;1.57;0.32 -4506;9;4741.76;9.80;1442.00;1.57;0.36 -4507;9;1367.22;9.70;1360.00;1.57;0.36 -4508;9;1428.76;10.50;1531.00;1.57;0.32 -4509;9;4942.32;9.54;615.00;1.57;0.42 -4510;9;1389.50;9.95;1432.00;1.57;0.38 -4511;9;4428.40;10.55;927.00;1.57;0.40 -4512;9;3433.22;11.87;1281.00;1.57;0.24 -4513;9;4113.40;12.42;1005.00;1.57;0.26 -4514;9;4690.22;10.48;1380.00;1.57;0.32 -4515;9;3212.14;13.50;485.00;1.57;0.54 -4516;9;4131.22;10.20;1062.00;1.57;0.34 -4517;9;5089.88;10.83;266.00;1.57;0.44 -4518;9;934.58;9.70;1477.00;1.57;0.36 -4519;9;4549.30;9.80;1192.00;1.57;0.30 -4520;9;5044.42;10.25;389.00;1.57;0.40 -4521;9;959.88;15.64;1506.00;1.57;0.58 -4522;9;1348.22;10.30;1408.00;1.57;0.32 -4523;9;3641.52;9.90;1400.00;1.57;0.48 -4524;9;4894.58;9.50;613.00;1.57;0.38 -4525;9;4521.50;14.45;1343.00;1.57;0.50 -4526;9;1718.24;10.66;1046.00;1.57;0.60 -4527;9;1473.84;10.46;1526.00;1.57;0.24 -4528;9;3074.70;9.87;166.00;1.57;0.70 -4529;9;4416.58;12.45;994.00;1.57;0.38 -4530;9;5133.22;10.37;251.00;1.57;0.36 -4531;9;1445.30;10.50;1541.00;1.57;0.30 -4532;9;4465.32;11.55;1065.00;1.57;0.36 -4533;9;2029.96;11.90;442.00;1.57;0.56 -4534;9;3505.66;13.03;1359.00;1.57;0.26 -4535;9;1380.12;10.23;1360.00;1.57;0.32 -4536;9;4343.78;21.23;1240.00;1.57;0.58 -4537;9;4698.48;10.29;611.00;1.57;0.28 -4538;9;4573.76;12.32;1271.00;1.57;0.32 -4539;9;4446.30;9.80;912.00;1.57;0.28 -4540;9;1400.04;10.40;1479.00;1.57;0.44 -4541;9;4284.30;11.58;998.00;1.57;0.28 -4542;9;3911.04;19.30;1303.00;1.57;0.36 -4543;9;5544.94;9.50;196.00;1.57;0.32 -4544;9;4141.04;10.70;1052.00;1.57;0.34 -4545;9;3556.94;14.85;1342.00;1.57;0.34 -4546;9;5113.50;11.00;254.00;1.57;0.48 -4547;9;4540.48;10.10;1199.00;1.57;0.28 -4548;9;2021.06;12.75;405.00;1.57;0.60 -4549;9;3809.88;10.75;1271.00;1.57;0.60 -4550;9;3378.04;14.03;1215.00;1.57;0.32 -4551;9;4878.68;10.29;1469.00;1.57;0.30 -4552;9;4950.68;11.55;606.00;1.57;0.24 -4553;9;3557.14;14.84;1265.00;1.57;0.44 -4554;9;4475.30;10.35;889.00;1.57;0.24 -4555;9;4617.14;11.90;1427.00;1.57;0.52 -4556;9;3240.16;15.39;166.00;1.57;0.76 -4557;9;4054.22;10.81;984.00;1.57;0.42 -4558;9;3930.60;20.10;1250.00;1.57;0.52 -4559;9;4383.22;15.41;1071.00;1.57;0.40 -4560;9;5080.24;10.16;346.00;1.57;0.46 -4561;9;4722.96;9.85;1429.00;1.57;0.44 -4562;9;3525.04;10.15;1138.00;1.57;0.44 -4563;9;3635.16;9.70;1365.00;1.57;0.60 -4564;9;4708.14;10.68;593.00;1.57;0.54 -4565;9;1398.22;10.40;1404.00;1.57;0.38 -4566;9;4348.76;11.26;898.00;1.57;0.36 -4567;9;1334.58;14.57;1467.00;1.57;0.38 -4568;9;4376.32;11.43;986.00;1.57;0.46 -4569;9;1387.58;10.30;1508.00;1.57;0.38 -4570;9;2148.96;10.22;563.00;1.57;0.56 -4571;9;4122.22;10.80;1052.00;1.57;0.36 -4572;9;4753.04;10.60;1397.00;1.57;0.32 -4573;9;1894.32;9.70;257.00;1.57;0.38 -4574;9;3371.12;11.60;1168.00;1.57;0.24 -4575;9;1922.80;9.80;375.00;1.57;0.64 -4576;9;5018.60;9.50;1415.00;1.57;0.48 -4577;9;1325.22;10.40;1397.00;1.57;0.34 -4578;9;3815.68;12.53;1394.00;1.57;0.40 -4579;9;4901.28;10.60;543.40;1.57;0.96 -4580;9;3597.68;14.21;1257.00;1.57;0.36 -4581;9;3772.60;9.50;1422.00;1.57;0.60 -4582;9;4386.66;10.06;897.00;1.57;0.26 -4583;9;3490.12;14.73;1316.00;1.57;0.32 -4584;9;3214.00;14.42;136.00;1.57;1.00 -4585;9;4310.12;12.34;986.00;1.57;0.32 -4586;9;1222.42;12.10;1494.00;1.57;0.38 -4587;9;1972.80;10.40;486.00;1.57;0.68 -4588;9;4293.04;10.45;1059.00;1.57;0.44 -4589;9;1958.88;9.85;369.00;1.57;0.36 -4590;9;1381.76;10.62;1546.00;1.57;0.24 -4591;9;3371.12;12.08;1158.00;1.57;0.32 -4592;9;4774.24;13.06;1452.00;1.57;0.48 -4593;9;4948.70;9.50;571.00;1.57;0.50 -4594;9;1464.30;10.33;1428.00;1.57;0.30 -4595;9;3930.52;11.35;1442.00;1.57;0.58 -4596;9;4477.66;10.40;866.00;1.57;0.26 -4597;9;1351.04;13.63;1465.00;1.57;0.44 -4598;9;1693.04;10.32;1183.00;1.57;0.32 -4599;9;3687.96;10.15;1315.00;1.57;0.52 -4600;9;1493.16;9.70;1229.00;1.57;0.54 -4601;9;1488.76;10.58;1529.00;1.57;0.32 -4602;9;1854.22;9.82;245.00;1.57;0.42 -4603;9;3382.04;12.90;1144.00;1.57;0.44 -4604;9;1949.52;9.90;356.00;1.57;0.52 -4605;9;3524.84;12.33;1347.00;1.57;0.24 -4606;9;4557.22;11.40;1234.00;1.57;0.22 -4607;9;941.06;15.36;1523.00;1.57;0.48 -4608;9;4555.12;10.12;534.00;1.57;0.22 -4609;9;3567.04;13.89;1272.00;1.57;0.38 -4610;9;1142.06;13.61;1624.00;1.57;0.60 -4611;9;1515.68;9.90;1009.00;1.57;0.48 -4612;9;4562.96;12.72;1372.00;1.57;0.42 -4613;9;4402.12;11.86;976.00;1.57;0.32 -4614;9;3560.30;10.33;1329.00;1.57;0.26 -4615;9;5524.86;9.50;230.00;1.57;0.40 -4616;9;4194.76;9.70;1044.00;1.57;0.28 -4617;9;2194.34;10.65;703.00;1.57;0.74 -4618;9;3767.42;9.80;1365.00;1.57;0.50 -4619;9;4588.58;10.90;1146.00;1.57;0.32 -4620;9;3650.32;9.90;1380.00;1.57;0.52 -4621;9;4486.48;9.64;531.00;1.57;0.24 -4622;9;1430.58;10.30;1411.00;1.57;0.36 -4623;9;1777.68;9.70;1619.00;1.57;0.48 -4624;9;1538.60;9.75;1006.00;1.57;0.32 -4625;9;1387.50;10.35;1465.00;1.57;0.46 -4626;9;4309.48;11.14;971.00;1.57;0.28 -4627;9;1528.48;11.09;1498.00;1.57;0.28 -4628;9;4475.76;10.90;1040.00;1.57;0.34 -4629;9;3846.06;13.47;1327.00;1.57;0.58 -4630;9;4654.24;9.97;198.00;1.57;0.60 -4631;9;4581.76;10.28;1132.00;1.57;0.30 -4632;9;5089.40;10.25;288.00;1.57;0.40 -4633;9;4734.78;11.40;1418.00;1.57;0.48 -4634;9;4551.94;13.39;1255.00;1.57;0.30 -4635;9;5012.78;9.70;539.00;1.57;0.58 -4636;9;3840.52;10.45;1390.00;1.57;0.48 -4637;9;3582.94;13.70;1265.00;1.57;0.34 -4638;9;3795.88;11.11;1418.00;1.57;0.68 -4639;9;4444.48;10.09;843.00;1.57;0.28 -4640;9;3233.48;9.65;1716.00;1.57;0.22 -4641;9;1671.32;9.50;1169.00;1.57;0.40 -4642;9;4741.04;11.30;1387.00;1.57;0.34 -4643;9;1850.78;9.60;227.00;1.57;0.42 -4644;9;4171.12;10.25;1039.00;1.57;0.32 -4645;9;4636.70;9.70;286.00;1.57;0.54 -4646;9;5056.32;10.10;1394.00;1.57;0.38 -4647;9;1584.24;9.50;1302.00;1.57;0.40 -4648;9;5008.94;10.14;447.00;1.57;0.34 -4649;9;4800.22;9.85;1442.00;1.57;0.42 -4650;9;1395.94;10.40;1387.00;1.57;0.34 -4651;9;3972.88;10.26;1433.00;1.57;0.58 -4652;9;4346.68;12.51;695.00;1.57;0.40 -4653;9;1521.40;10.11;1449.00;1.57;0.24 -4654;9;4320.66;11.35;966.00;1.57;0.26 -4655;9;4532.60;13.05;1396.00;1.57;0.60 -4656;9;4458.76;12.45;1025.00;1.57;0.26 -4657;9;992.96;10.72;1457.00;1.57;0.52 -4658;9;5111.24;10.05;196.00;1.57;0.42 -4659;9;3878.14;9.70;1701.00;1.57;0.54 -4660;9;3522.12;14.23;1307.00;1.57;0.24 -4661;9;4031.34;10.43;1538.00;1.57;0.56 -4662;9;2607.66;9.50;1604.00;1.57;0.96 -4663;9;2253.48;9.50;1314.00;1.57;1.28 -4664;9;1360.96;11.91;1617.00;1.57;0.40 -4665;9;4142.70;10.10;1615.00;1.57;0.52 -4666;9;1692.96;10.70;1828.00;1.57;1.56 -4667;9;1843.68;9.50;1185.00;1.57;0.88 -4668;9;1078.52;16.75;1549.00;1.57;0.60 -4669;9;3877.14;9.70;1928.00;1.57;1.50 -4670;9;3962.34;9.85;1584.00;1.57;0.56 -4671;9;445.46;9.50;1294.00;1.57;1.08 -4672;9;784.80;9.50;897.00;1.57;1.00 -4673;9;5116.48;11.81;117.00;1.57;0.28 -4674;9;4095.50;15.25;1476.00;1.57;0.50 -4675;9;4671.36;14.46;1655.00;1.57;0.76 -4676;9;4710.80;9.50;491.00;1.57;0.40 -4677;9;4616.14;13.01;1537.00;1.57;0.54 -4678;9;816.54;13.59;1935.00;1.57;1.16 -4679;9;5105.42;9.50;56.00;1.57;0.96 -4680;9;4288.06;12.47;1562.00;1.57;0.52 -4681;9;4130.98;10.37;1698.00;1.57;0.50 -4682;9;4069.34;12.60;1341.00;1.57;0.54 -4683;9;5127.50;9.50;980.00;1.57;1.32 -4684;9;4900.18;9.50;637.00;1.57;0.98 -4685;9;3985.24;10.45;1570.00;1.57;0.44 -4686;9;3886.24;11.51;1367.00;1.57;0.52 -4687;9;4237.98;10.40;1766.00;1.57;0.78 -4688;9;5043.56;9.50;1469.00;1.57;1.16 -4689;9;4531.94;9.50;870.00;1.57;1.04 -4690;9;4245.00;12.77;1578.00;1.57;0.78 -4691;9;1332.04;10.61;1602.00;1.57;0.32 -4692;9;4231.18;10.16;1909.00;1.57;1.38 -4693;9;3904.54;9.50;326.00;1.57;0.94 -4694;9;3598.76;9.50;780.00;1.57;1.12 -4695;9;1155.36;10.90;1933.00;1.57;1.44 -4696;9;3192.90;10.87;99.00;1.57;0.66 -4697;9;4344.36;16.37;1481.00;1.57;0.52 -4698;9;3493.12;9.50;155.00;1.57;1.32 -4699;9;2880.18;9.50;633.00;1.57;0.98 -4700;9;3953.78;9.80;1654.00;1.57;0.58 -4701;9;4898.88;11.88;1531.00;1.57;0.54 -4702;9;2595.36;9.50;263.00;1.57;0.96 -4703;9;4428.62;11.00;1718.00;1.57;0.74 -4704;9;4251.08;13.90;1387.00;1.57;0.58 -4705;9;4543.34;12.55;1551.00;1.57;0.66 -4706;9;2397.76;9.50;1066.00;1.57;1.36 -4707;9;2089.38;9.50;1503.00;1.57;1.18 -4708;9;1567.32;9.50;667.00;1.57;1.36 -4709;9;4146.52;17.95;1376.00;1.57;0.54 -4710;9;3808.26;9.80;1734.00;1.57;0.66 -4711;9;4219.62;13.81;1568.00;1.57;0.60 -4712;9;574.66;9.50;224.00;1.57;1.18 -4713;9;118.74;9.50;868.00;1.57;1.14 -4714;9;4182.06;11.50;1441.00;1.57;0.60 -4715;9;3872.74;9.70;1822.00;1.57;0.68 -4716;9;4526.08;12.19;1610.00;1.57;0.88 -4717;9;968.06;9.50;1141.00;1.57;1.38 -4718;9;5567.94;10.58;172.00;1.57;0.32 -4719;9;4635.90;11.50;1519.00;1.57;0.60 -4720;9;1890.58;11.84;1801.00;1.57;0.96 -4721;9;1110.84;9.50;972.00;1.57;1.20 -4722;9;695.58;9.50;1837.00;1.57;1.04 -4723;9;1162.78;15.33;1571.00;1.57;0.50 -4724;9;4239.44;10.59;1656.00;1.57;0.46 -4725;9;4803.04;10.44;1519.00;1.57;0.44 -4726;9;4758.72;11.96;1733.00;1.57;0.92 -4727;9;1006.86;10.54;1435.00;1.57;0.46 -4728;9;5220.18;9.60;1562.00;1.57;0.98 -4729;9;4434.90;14.51;1413.00;1.57;0.52 -4730;9;4080.34;9.80;1727.00;1.57;0.70 -4731;9;4798.42;10.80;1593.00;1.57;0.62 -4732;9;4434.98;13.90;1462.00;1.57;0.70 -4733;9;4115.34;9.70;1889.00;1.57;1.46 -4734;9;4085.34;10.46;1604.00;1.57;0.56 -4735;9;3108.96;13.20;384.00;1.57;1.06 -4736;9;955.96;14.37;1549.00;1.57;0.56 -4737;9;4498.34;10.69;1678.00;1.57;0.74 -4738;9;1425.58;10.20;1644.00;1.57;0.38 -4739;9;1129.90;10.90;1786.00;1.57;0.78 -4740;9;1272.50;10.70;1495.00;1.57;0.44 -4741;9;1069.78;14.47;1653.00;1.57;0.58 -4742;9;1074.86;16.25;1517.00;1.57;0.46 -4743;9;4413.52;10.69;1804.00;1.57;1.26 -4744;9;5405.34;10.11;1881.00;1.57;2.58 -4745;9;4658.70;11.40;1482.00;1.57;0.70 -4746;9;3775.08;10.40;1803.00;1.57;0.72 -4747;9;940.50;10.90;1673.00;1.57;0.44 -4748;9;5589.76;10.81;161.00;1.57;0.32 -4749;9;1188.78;12.54;1588.00;1.57;0.50 -4750;9;4359.78;11.36;1633.00;1.57;0.58 -4751;9;4185.26;15.73;1492.00;1.57;0.78 -4752;9;4823.72;13.02;1682.00;1.57;0.86 -4753;9;1405.48;10.40;1847.00;1.57;1.52 -4754;9;3843.34;9.80;1692.00;1.57;0.44 -4755;9;3514.50;14.35;1296.00;1.57;0.38 -4756;9;1430.22;10.32;1396.00;1.57;0.36 -4757;9;1309.50;10.35;1532.00;1.57;0.40 -4758;9;3728.12;14.93;1678.00;1.57;0.32 -4759;9;1195.54;11.10;1708.00;1.57;0.50 -4760;9;1188.70;13.29;1568.00;1.57;0.36 -4761;9;4017.82;9.70;1854.00;1.57;1.02 -4762;9;4620.00;11.95;1649.00;1.57;0.88 -4763;9;5108.30;10.42;90.00;1.57;0.30 -4764;9;4026.78;11.12;1459.00;1.57;0.46 -4765;9;998.62;14.74;1766.00;1.57;0.82 -4766;9;4474.70;12.51;1528.00;1.57;0.58 -4767;9;4070.70;9.80;1691.00;1.57;0.62 -4768;9;4026.04;13.25;1361.00;1.57;0.44 -4769;9;1706.88;10.41;1711.00;1.57;0.36 -4770;9;4105.64;18.32;1368.00;1.57;0.46 -4771;9;4010.24;10.30;1735.00;1.57;0.62 -4772;9;1255.86;11.00;1667.00;1.57;0.46 -4773;9;3961.24;10.40;1395.00;1.57;0.64 -4774;9;3777.94;9.90;1830.00;1.57;0.80 -4775;9;1423.52;10.89;1721.00;1.57;0.72 -4776;9;5021.78;10.30;92.00;1.57;0.48 -4777;9;4277.88;13.38;1480.00;1.57;0.56 -4778;9;985.68;11.58;1662.00;1.57;0.48 -4779;9;4841.52;10.10;1555.00;1.57;0.58 -4780;9;3895.14;10.30;1641.00;1.57;0.48 -4781;9;4165.92;14.64;1538.00;1.57;0.46 -4782;9;4294.20;10.70;1693.00;1.57;0.48 -4783;9;4372.88;12.15;1354.00;1.57;0.68 -4784;9;1540.34;10.30;1714.00;1.57;0.50 -4785;9;4275.44;11.40;1739.00;1.57;0.74 -4786;9;4353.18;13.98;1378.00;1.57;0.50 -4787;9;1818.88;11.60;1795.00;1.57;0.66 -4788;9;4188.06;11.00;1410.00;1.57;0.66 -4789;9;4139.14;10.60;1644.00;1.57;0.54 -4790;9;1271.96;10.22;1730.00;1.57;0.56 -4791;9;5004.32;9.69;80.00;1.57;0.36 -4792;9;4601.52;11.70;1504.00;1.57;0.72 -4793;9;4157.50;10.10;1649.00;1.57;0.38 -4794;9;1162.24;14.20;1598.00;1.57;0.62 -4795;9;4623.18;12.35;1720.00;1.57;0.98 -4796;9;1091.58;15.23;1430.00;1.57;0.38 -4797;9;4419.42;11.81;1561.00;1.57;0.48 -4798;9;4798.66;10.95;1743.00;1.57;0.82 -4799;9;1004.06;14.36;1472.00;1.57;0.66 -4800;9;4157.26;12.13;1558.00;1.57;0.52 -4801;9;4462.52;14.45;1472.00;1.57;0.72 -4802;9;3704.60;10.39;1765.00;1.57;0.60 -4803;9;4119.34;10.10;1577.00;1.57;0.46 -4804;9;5557.66;9.50;128.00;1.57;0.26 -4805;9;4892.60;10.30;1486.00;1.57;0.44 -4806;9;4010.88;9.80;1602.00;1.57;0.68 -4807;9;1342.68;10.30;1622.00;1.57;0.48 -4808;9;4402.08;11.42;1667.00;1.57;0.80 -4809;9;4735.24;11.45;1542.00;1.57;0.64 -4810;9;4962.42;11.40;1693.00;1.57;1.04 -4811;9;1295.50;11.85;1495.00;1.57;0.38 -4812;9;4418.74;10.75;1845.00;1.57;1.44 -4813;9;3811.80;9.80;1704.00;1.57;0.68 -4814;9;1224.16;12.20;1509.00;1.57;0.44 -4815;9;4400.24;11.10;1604.00;1.57;0.64 -4816;9;992.42;15.11;1509.00;1.57;0.62 -4817;9;3946.54;9.80;1776.00;1.57;0.50 -4818;9;4283.62;13.41;1621.00;1.57;0.60 -4819;9;5523.14;13.01;99.00;1.57;0.34 -4820;9;1166.68;13.18;1623.00;1.57;0.48 -4821;9;4707.54;11.55;1673.00;1.57;0.90 -4822;9;3168.38;13.15;123.00;1.57;0.62 -4823;9;4173.70;13.01;1469.00;1.57;0.50 -4824;9;3830.24;10.36;1676.00;1.57;0.40 -4825;9;3535.94;14.81;1299.00;1.57;0.34 -4826;9;941.96;12.60;1626.00;1.57;0.56 -4827;9;4048.80;10.35;1708.00;1.57;0.58 -4828;9;4030.34;19.04;1340.00;1.57;0.56 -4829;9;4862.70;11.36;1565.00;1.57;0.48 -4830;9;1220.78;13.77;1553.00;1.57;0.46 -4831;9;4251.98;10.70;1812.00;1.57;1.22 -4832;9;4673.60;12.00;1607.00;1.57;0.60 -4833;9;449.96;10.25;1966.00;1.57;0.90 -4834;9;1411.58;11.00;1634.00;1.57;0.38 -4835;9;4553.46;13.79;1628.00;1.57;0.62 -4836;9;5073.60;10.01;145.00;1.57;0.30 -4837;9;4436.34;13.27;1533.00;1.57;0.52 -4838;9;1004.06;13.30;1709.00;1.57;0.38 -4839;9;1191.24;12.02;1647.00;1.57;0.38 -4840;9;4036.88;10.38;1656.00;1.57;0.54 -4841;9;4990.32;10.06;1545.00;1.57;0.52 -4842;9;4316.64;11.10;1738.00;1.57;0.74 -4843;9;4286.88;13.93;1370.00;1.57;0.68 -4844;9;4955.70;10.40;1585.00;1.57;0.46 -4845;9;4038.16;14.93;1392.00;1.57;0.56 -4846;9;3794.52;9.79;1758.00;1.57;0.72 -4847;9;4823.24;10.30;1601.00;1.57;0.64 -4848;9;549.36;11.17;1987.00;1.57;1.22 -4849;9;4198.14;13.31;1458.00;1.57;0.54 -4850;9;3842.14;10.03;1606.00;1.57;0.54 -4851;9;3245.92;12.70;330.00;1.57;0.92 -4852;9;4687.24;11.40;1509.00;1.57;0.54 -4853;9;4301.70;10.70;1668.00;1.57;0.70 -4854;9;1426.50;10.70;1666.00;1.57;0.36 -4855;9;4669.18;10.56;1725.00;1.57;0.60 -4856;9;4502.16;12.23;1402.00;1.57;0.52 -4857;9;1116.88;11.90;1672.00;1.57;0.68 -4858;9;4326.98;14.20;1416.00;1.57;0.54 -4859;9;4152.86;9.70;1941.00;1.57;1.46 -4860;9;1069.42;13.79;1680.00;1.57;0.62 -4861;9;2497.38;11.06;1907.00;1.57;1.02 -4862;9;4489.80;15.38;1490.00;1.57;0.80 -4863;9;1129.44;12.20;1708.00;1.57;0.52 -4864;9;5122.84;10.69;131.00;1.57;0.24 -4865;9;1056.68;10.65;1549.00;1.57;0.48 -4866;9;4115.68;10.60;1632.00;1.57;0.44 -4867;9;4072.88;11.62;1510.00;1.57;0.48 -4868;9;4590.50;12.15;1699.00;1.57;0.86 -4869;9;1516.14;11.30;1693.00;1.57;0.52 -4870;9;850.90;13.16;1799.00;1.57;0.86 -4871;9;1219.68;12.78;1530.00;1.57;0.48 -4872;9;1279.50;10.20;1753.00;1.57;0.50 -4873;9;4573.34;12.54;1428.00;1.57;0.74 -4874;9;3709.32;13.47;1737.00;1.57;0.52 -4875;9;1329.70;11.00;1741.00;1.57;0.70 -4876;9;4701.34;11.71;1465.00;1.57;0.38 -4877;9;965.90;14.53;1767.00;1.57;0.86 -4878;9;4847.30;9.80;1825.00;1.57;1.32 -4879;9;3065.72;13.72;278.00;1.57;0.88 -4880;9;1277.24;10.63;1645.00;1.57;0.50 -4881;9;4908.74;12.12;1670.00;1.57;0.70 -4882;9;4342.70;16.11;1543.00;1.57;0.64 -4883;9;4038.32;10.56;995.00;1.57;0.52 -4884;9;1290.86;10.30;1348.00;1.57;0.46 -4885;9;2709.82;9.50;1476.00;1.57;0.86 -4886;9;2335.76;9.50;1182.00;1.57;1.02 -4887;9;1211.52;13.19;1183.00;1.57;0.64 -4888;9;4394.32;17.24;1244.00;1.57;0.50 -4889;9;2972.28;11.83;786.00;1.57;0.58 -4890;9;1797.14;9.50;1263.00;1.57;1.36 -4891;9;3741.18;10.30;1068.00;1.57;0.40 -4892;9;1721.44;9.70;989.00;1.57;0.84 -4893;9;3765.32;11.75;1230.00;1.57;0.50 -4894;9;559.58;9.50;1131.00;1.57;1.24 -4895;9;890.02;9.50;1366.00;1.57;1.10 -4896;9;4511.58;10.75;1125.00;1.57;0.36 -4897;9;3066.44;10.20;860.00;1.57;0.84 -4898;9;1128.50;13.75;1304.00;1.57;0.50 -4899;9;4757.70;9.50;618.00;1.57;1.46 -4900;9;4172.60;21.91;1117.00;1.57;0.58 -4901;9;3557.76;14.61;1286.00;1.57;0.36 -4902;9;3124.14;10.50;928.00;1.57;1.54 -4903;9;2897.98;10.00;1159.00;1.57;0.78 -4904;9;1391.16;9.75;1172.00;1.57;0.68 -4905;9;5009.02;9.50;20.00;1.57;1.04 -4906;9;5178.60;9.50;1079.00;1.57;1.16 -4907;9;4861.82;9.50;670.00;1.57;1.02 -4908;9;1072.16;9.70;1333.00;1.57;0.52 -4909;9;3557.24;11.15;778.00;1.57;0.64 -4910;9;3330.78;10.33;1015.00;1.57;0.58 -4911;9;5084.82;9.50;1521.00;1.57;1.02 -4912;9;4519.38;9.50;905.00;1.57;1.18 -4913;9;2904.08;10.40;954.00;1.57;1.56 -4914;9;4240.64;21.90;1234.00;1.57;0.84 -4915;9;4013.04;10.20;1095.00;1.57;0.44 -4916;9;3990.82;9.50;302.00;1.57;1.02 -4917;9;3588.20;9.50;696.00;1.57;1.04 -4918;9;3341.70;10.74;850.00;1.57;0.70 -4919;9;1251.68;10.68;1445.00;1.57;0.40 -4920;9;2648.70;12.55;1101.00;1.57;0.58 -4921;9;3483.94;9.50;98.00;1.57;1.10 -4922;9;2832.38;9.50;655.00;1.57;0.68 -4923;9;3947.32;16.94;1313.00;1.57;0.44 -4924;9;3513.98;12.92;909.00;1.57;0.78 -4925;9;4429.68;10.50;1152.00;1.57;0.42 -4926;9;2566.08;9.50;215.00;1.57;0.88 -4927;9;2696.30;11.00;858.00;1.57;0.88 -4928;9;3604.90;14.30;1167.00;1.57;0.48 -4929;9;2459.28;9.50;1077.00;1.57;1.08 -4930;9;2104.08;9.50;1348.00;1.57;0.88 -4931;9;1607.50;9.50;617.00;1.57;1.10 -4932;9;3601.52;9.80;1030.00;1.57;0.60 -4933;9;2742.52;13.40;1175.00;1.57;0.40 -4934;9;1965.16;9.90;918.00;1.57;0.62 -4935;9;633.30;9.50;256.00;1.57;1.02 -4936;9;179.44;9.50;818.00;1.57;0.92 -4937;9;4375.40;15.39;1087.00;1.57;0.40 -4938;9;2941.62;12.53;818.00;1.57;0.58 -4939;9;4486.04;13.54;1257.00;1.57;0.44 -4940;9;991.86;9.50;1104.00;1.57;1.12 -4941;9;3248.86;11.76;582.00;1.57;0.46 -4942;9;1733.34;9.74;1014.00;1.57;0.48 -4943;9;3525.50;14.15;1246.00;1.57;0.50 -4944;9;1174.06;9.50;970.00;1.57;1.08 -4945;9;659.72;9.50;1801.00;1.57;1.14 -4946;9;1150.32;12.86;1265.00;1.57;0.44 -4947;9;4233.18;12.33;1333.00;1.57;0.48 -4948;9;2544.96;9.67;890.00;1.57;0.56 -4949;9;3807.24;12.27;1150.00;1.57;0.64 -4950;9;4015.88;10.58;1006.00;1.57;0.48 -4951;9;3450.16;11.13;1181.00;1.57;0.76 -4952;9;2891.60;9.70;742.00;1.57;0.60 -4953;9;4034.24;10.40;1035.00;1.57;0.44 -4954;9;3370.10;13.35;821.00;1.57;0.64 -4955;9;1198.62;11.70;1386.00;1.57;0.44 -4956;9;1232.52;15.19;1228.00;1.57;0.46 -4957;9;2641.08;11.30;831.00;1.57;0.66 -4958;9;3768.24;12.28;1248.00;1.57;0.54 -4959;9;3651.90;11.49;1096.00;1.57;0.70 -4960;9;4496.78;14.25;1328.00;1.57;0.36 -4961;9;3271.52;10.70;909.00;1.57;0.72 -4962;9;3013.26;11.10;1133.00;1.57;0.66 -4963;9;3288.72;10.10;961.00;1.57;0.72 -4964;9;4291.44;21.45;1196.00;1.57;0.84 -4965;9;1418.44;9.80;1183.00;1.57;0.84 -4966;9;3627.44;15.40;1149.00;1.57;0.46 -4967;9;3939.13;9.70;705.64;0.97;0.36 -4968;9;3472.52;12.10;1089.00;1.57;0.72 -4969;9;1602.44;9.70;986.00;1.57;0.72 -4970;9;2897.32;10.21;1203.00;1.57;0.50 -4971;9;3977.78;11.49;1069.00;1.57;0.58 -4972;9;2946.52;10.65;844.00;1.57;0.70 -4973;9;4068.20;23.15;1257.00;1.57;0.84 -4974;9;3456.54;11.09;1142.00;1.57;0.70 -4975;9;1149.34;15.50;1449.00;1.57;0.58 -4976;9;3553.18;12.00;923.00;1.57;0.98 -4977;9;1091.88;10.04;1311.00;1.57;0.48 -4978;9;3093.62;10.40;867.00;1.57;0.82 -4979;9;3952.60;11.56;1193.00;1.57;0.54 -4980;9;1976.60;10.10;884.00;1.57;1.60 -4981;9;3432.60;13.71;1022.00;1.57;0.60 -4982;9;1886.08;9.92;953.00;1.57;0.88 -4983;9;3642.44;14.61;1204.00;1.57;0.50 -4984;9;3935.52;10.00;1078.00;1.57;0.46 -4985;9;3469.22;10.89;844.00;1.57;0.40 -4986;9;4489.06;14.08;1292.00;1.57;0.44 -4987;9;4127.70;14.86;1098.00;1.57;0.46 -4988;9;1465.14;13.45;1484.00;1.57;0.22 -4989;9;2550.68;9.85;861.00;1.57;0.16 -4990;9;3887.86;12.62;1144.00;1.57;0.46 -4991;9;1393.70;9.90;1141.00;1.57;0.70 -4992;9;2953.32;10.20;1168.00;1.57;0.52 -4993;9;3681.78;11.02;1035.00;1.57;0.58 -4994;9;4192.06;22.54;1152.00;1.57;0.66 -4995;9;3467.02;10.32;734.00;1.57;0.72 -4996;9;4339.30;16.28;1081.00;1.57;0.30 -4997;9;3002.54;12.32;843.00;1.57;0.82 -4998;9;3907.70;15.37;1195.00;1.57;0.44 -4999;9;4390.58;17.20;1131.00;1.57;0.38 -5000;9;1697.98;9.90;994.00;1.57;0.68 -5001;9;1323.32;9.85;1421.00;1.57;0.34 -5002;9;4031.22;13.33;1133.00;1.57;0.42 -5003;9;3788.24;10.97;1260.00;1.57;0.58 -5004;9;2971.86;11.43;1072.00;1.57;1.46 -5005;9;3566.24;9.70;1152.00;1.57;0.48 -5006;9;3488.42;16.01;942.00;1.57;0.62 -5007;9;4513.22;13.23;1228.00;1.57;0.30 -5008;9;1906.00;9.95;869.00;1.57;1.62 -5009;9;4356.68;14.03;1028.00;1.57;0.48 -5010;9;3404.54;16.49;797.00;1.57;0.70 -5011;9;4173.28;22.03;1242.00;1.57;0.78 -5012;9;2591.72;10.16;1057.00;1.57;0.92 -5013;9;2743.16;10.26;784.00;1.57;0.76 -5014;9;3498.40;10.55;1258.00;1.57;0.40 -5015;9;1268.24;9.83;1281.00;1.57;0.56 -5016;9;4044.52;12.65;1302.00;1.57;0.72 -5017;9;3385.78;11.32;915.00;1.57;0.58 -5018;9;4263.98;20.00;1125.00;1.57;0.60 -5019;9;4017.96;11.17;961.00;1.57;0.36 -5020;9;3829.50;12.05;1152.00;1.57;0.50 -5021;9;1262.14;11.53;1233.00;1.57;0.54 -5022;9;1275.50;11.05;1379.00;1.57;0.50 -5023;9;1377.44;9.50;836.00;1.57;0.74 -5024;9;3556.06;11.00;1054.00;1.57;0.66 -5025;9;4461.14;14.75;1249.00;1.57;0.40 -5026;9;1682.02;9.97;935.00;1.57;1.26 -5027;9;3441.52;12.40;1089.00;1.57;0.72 -5028;9;2973.52;10.60;841.00;1.57;0.72 -5029;9;3736.58;14.40;1256.00;1.57;0.38 -5030;9;4518.40;12.95;1149.00;1.57;0.34 -5031;9;4395.34;13.05;1313.00;1.57;0.52 -5032;9;3998.76;11.11;887.00;1.57;0.36 -5033;9;4223.90;22.86;1136.00;1.57;0.40 -5034;9;2557.60;9.70;931.00;1.57;0.60 -5035;9;2878.52;10.19;1179.00;1.57;0.72 -5036;9;2965.50;10.45;699.00;1.57;0.50 -5037;9;3436.78;13.91;996.00;1.57;0.58 -5038;9;1200.96;12.72;1368.00;1.57;0.54 -5039;9;2655.54;11.30;786.00;1.57;0.74 -5040;9;4056.14;10.40;1058.00;1.57;0.42 -5041;9;3440.34;11.71;847.00;1.57;0.74 -5042;9;4033.26;23.08;1243.00;1.57;0.70 -5043;9;3806.98;12.02;1090.00;1.57;0.64 -5044;9;1111.16;13.25;1399.00;1.57;0.56 -5045;9;2683.98;11.05;827.00;1.57;0.70 -5046;9;2646.80;11.37;1119.00;1.57;0.42 -5047;9;3399.32;11.86;929.00;1.57;0.52 -5048;9;4480.22;11.20;1167.00;1.57;0.30 -5049;9;3679.44;9.70;1007.00;1.57;0.84 -5050;9;3548.96;11.36;1203.00;1.57;0.56 -5051;9;1572.68;13.91;846.00;1.57;0.48 -5052;9;1195.34;14.55;1211.00;1.57;0.60 -5053;9;2877.50;11.40;1209.00;1.57;0.50 -5054;9;3025.72;11.25;709.00;1.57;0.92 -5055;9;4065.68;10.75;1070.00;1.57;0.40 -5056;9;1742.16;9.70;981.00;1.57;0.60 -5057;9;4407.04;16.66;1275.00;1.57;0.44 -5058;9;3479.16;11.40;1118.00;1.57;0.76 -5059;9;1451.50;10.30;1446.00;1.57;0.18 -5060;9;3168.58;12.01;877.00;1.57;1.20 -5061;9;1250.32;9.91;1323.00;1.57;0.52 -5062;9;3998.16;16.93;1340.00;1.57;0.42 -5063;9;3991.58;11.89;950.00;1.57;0.38 -5064;9;3833.62;12.25;1175.00;1.57;0.52 -5065;9;3533.34;9.80;721.00;1.57;0.54 -5066;9;1222.24;10.32;1157.00;1.57;0.48 -5067;9;3606.52;15.24;1211.00;1.57;0.48 -5068;9;3495.26;12.92;797.00;1.57;0.44 -5069;9;3345.32;11.08;1037.00;1.57;0.52 -5070;9;2684.78;11.59;787.00;1.57;0.58 -5071;9;1100.84;12.85;1377.00;1.57;0.24 -5072;9;4423.94;15.92;1104.00;1.57;0.34 -5073;9;3699.42;11.70;1242.00;1.57;0.62 -5074;9;3502.92;11.91;864.00;1.57;0.52 -5075;9;3773.36;14.16;1125.00;1.57;0.56 -5076;9;4311.44;18.35;1311.00;1.57;0.42 -5077;9;2580.24;9.70;931.00;1.57;0.64 -5078;9;3197.12;9.90;1155.00;1.57;0.32 -5079;9;3385.88;11.90;679.00;1.57;0.64 -5080;9;4256.98;21.35;1168.00;1.57;0.78 -5081;9;3564.46;10.20;1012.00;1.57;1.06 -5082;9;3879.14;15.56;1194.00;1.57;0.44 -5083;9;1776.90;10.13;888.00;1.57;1.76 -5084;9;3141.84;12.00;785.00;1.57;1.24 -5085;9;1262.22;10.46;1427.00;1.57;0.34 -5086;9;4032.78;10.12;1097.00;1.57;0.40 -5087;9;3981.96;20.42;1283.00;1.57;0.56 -5088;9;1698.60;10.02;1035.00;1.57;0.60 -5089;9;3588.88;10.62;1154.00;1.57;0.68 -5090;9;1486.58;11.54;1442.00;1.57;0.30 -5091;9;3407.76;13.65;907.00;1.57;0.36 -5092;9;4523.22;11.93;1204.00;1.57;0.28 -5093;9;3526.26;13.73;1000.00;1.57;0.86 -5094;9;4094.00;22.65;1201.00;1.57;0.84 -5095;9;2866.38;12.91;1000.00;1.57;2.04 -5096;9;4033.42;10.75;1050.00;1.57;0.42 -5097;9;3411.80;17.02;826.00;1.57;0.66 -5098;9;3520.86;10.48;1222.00;1.57;0.46 -5099;9;3410.16;12.40;1088.00;1.57;0.48 -5100;9;4365.34;16.15;1299.00;1.57;0.62 -5101;9;2814.74;10.20;910.00;1.57;1.04 -5102;9;4319.80;20.16;1127.00;1.57;0.80 -5103;9;1290.04;11.00;1456.00;1.57;0.42 -5104;9;4012.22;10.50;920.00;1.57;0.42 -5105;9;3847.60;13.28;1142.00;1.57;0.60 -5106;9;3254.80;13.59;254.00;1.57;0.68 -5107;9;2190.60;9.89;802.00;1.57;0.56 -5108;9;2760.54;9.50;1438.00;1.57;0.76 -5109;9;2277.26;9.50;1479.00;1.57;1.18 -5110;9;1958.00;10.20;415.00;1.57;0.42 -5111;9;1853.66;9.50;1300.00;1.57;0.98 -5112;9;2083.96;10.52;485.00;1.57;0.36 -5113;9;230.12;9.50;1303.00;1.57;1.24 -5114;9;1030.60;9.50;1159.00;1.57;0.98 -5115;9;1992.74;11.70;578.00;1.57;0.92 -5116;9;4725.00;9.50;449.00;1.57;1.00 -5117;9;3051.62;10.71;582.00;1.57;0.68 -5118;9;1699.58;9.72;169.00;1.57;0.38 -5119;9;1259.36;9.62;1784.00;1.57;0.94 -5120;9;1557.06;11.65;805.00;1.57;0.64 -5121;9;1686.22;9.60;238.00;1.57;0.42 -5122;9;5032.36;9.50;57.00;1.57;0.86 -5123;9;5242.32;9.50;1080.00;1.57;1.18 -5124;9;4898.82;9.50;702.00;1.57;1.02 -5125;9;4657.90;9.80;316.00;1.57;0.84 -5126;9;5055.88;9.50;1523.00;1.57;0.68 -5127;9;4488.04;9.50;931.00;1.57;1.24 -5128;9;3551.82;13.04;364.00;1.57;1.02 -5129;9;3932.54;9.50;286.00;1.57;0.88 -5130;9;3574.10;9.50;649.00;1.57;1.02 -5131;9;1715.24;11.85;560.00;1.57;0.64 -5132;9;3540.66;9.50;92.00;1.57;1.26 -5133;9;2791.08;9.50;653.00;1.57;0.88 -5134;9;5050.24;9.80;137.00;1.57;0.38 -5135;9;5063.96;15.31;553.00;1.57;0.50 -5136;9;3059.06;10.20;913.00;1.57;1.08 -5137;9;2528.82;9.50;216.00;1.57;1.02 -5138;9;4846.72;10.60;237.00;1.57;0.92 -5139;9;2956.44;9.50;652.00;1.57;0.64 -5140;9;2451.40;9.50;1126.00;1.57;1.16 -5141;9;2100.28;9.50;1393.00;1.57;1.04 -5142;9;1563.24;9.50;602.00;1.57;1.26 -5143;9;1796.42;10.40;418.00;1.57;0.62 -5144;9;587.94;9.50;268.00;1.57;1.34 -5145;9;172.22;9.50;862.00;1.57;0.98 -5146;9;1735.06;18.00;485.00;1.57;0.60 -5147;9;1005.48;9.50;1054.00;1.57;1.16 -5148;9;1966.32;10.90;625.00;1.57;1.52 -5149;9;1202.86;9.50;860.00;1.57;1.14 -5150;9;734.64;9.50;1800.00;1.57;1.10 -5151;9;2057.08;10.32;705.00;1.57;0.88 -5152;9;1777.70;13.79;330.00;1.57;0.60 -5153;9;2146.44;10.20;763.00;1.57;0.84 -5154;9;3055.44;11.64;203.00;1.57;0.78 -5155;9;3312.50;11.80;381.00;1.57;0.94 -5156;9;1999.44;12.44;442.00;1.57;0.52 -5157;9;4021.06;14.38;1146.00;1.57;0.38 -5158;9;3026.74;9.80;484.00;1.57;0.76 -5159;9;1678.04;9.50;137.00;1.57;0.44 -5160;9;3348.98;12.54;660.00;1.57;0.68 -5161;9;5054.68;9.80;121.00;1.57;0.48 -5162;9;1591.54;15.09;777.00;1.57;0.80 -5163;9;1838.24;9.80;349.00;1.57;0.54 -5164;9;3401.98;10.22;391.00;1.57;0.78 -5165;9;1869.00;9.95;543.00;1.57;0.60 -5166;9;1664.28;14.27;660.00;1.57;0.92 -5167;9;2063.40;11.84;476.00;1.57;0.40 -5168;9;2252.48;9.90;741.00;1.57;0.28 -5169;9;1697.12;11.34;200.00;1.57;0.32 -5170;9;4671.26;10.50;281.00;1.57;0.66 -5171;9;1715.88;15.96;460.00;1.57;0.50 -5172;9;2111.40;11.97;504.00;1.57;0.40 -5173;9;1727.10;10.50;82.00;1.57;0.84 -5174;9;2096.36;11.50;651.00;1.57;0.96 -5175;9;4682.78;10.20;165.00;1.57;0.54 -5176;9;4593.68;11.10;647.00;1.57;0.48 -5177;9;3311.00;10.30;281.00;1.57;1.00 -5178;9;1966.98;11.15;461.00;1.57;0.50 -5179;9;1790.88;16.43;556.00;1.57;0.60 -5180;9;3324.82;12.70;549.00;1.57;0.98 -5181;9;5070.12;11.90;30.00;1.57;0.30 -5182;9;2224.50;11.15;726.00;1.57;0.38 -5183;9;4885.28;9.70;181.00;1.57;0.72 -5184;9;1790.06;10.67;309.00;1.57;0.60 -5185;9;3503.90;10.37;372.00;1.57;0.88 -5186;9;2035.70;10.80;521.00;1.57;0.40 -5187;9;5076.94;10.55;20.00;1.57;0.34 -5188;9;1738.90;10.50;660.00;1.57;0.90 -5189;9;3089.90;12.49;200.00;1.57;0.90 -5190;9;1581.24;10.14;730.00;1.57;0.64 -5191;9;1697.58;9.70;336.00;1.57;0.38 -5192;9;1722.96;16.33;430.00;1.57;0.56 -5193;9;4423.42;18.31;1202.00;1.57;0.36 -5194;9;2134.44;11.29;648.00;1.57;0.74 -5195;9;5491.50;10.35;60.00;1.57;0.46 -5196;9;3383.90;12.78;610.00;1.57;0.76 -5197;9;4842.44;9.80;193.00;1.57;0.80 -5198;9;5060.62;10.31;276.00;1.57;0.82 -5199;9;3231.22;13.05;408.00;1.57;0.56 -5200;9;1908.88;9.73;528.00;1.57;0.68 -5201;9;1719.80;9.53;62.00;1.57;0.32 -5202;9;1648.64;15.07;626.00;1.57;0.70 -5203;9;3119.84;12.00;218.00;1.57;0.24 -5204;9;2098.80;10.76;720.00;1.57;0.80 -5205;9;1474.42;9.75;1662.00;1.57;0.38 -5206;9;4972.84;10.33;343.00;1.57;0.88 -5207;9;4812.06;11.00;417.00;1.57;0.66 -5208;9;2052.56;10.74;644.00;1.57;1.16 -5209;9;1738.40;9.50;44.00;1.57;0.40 -5210;9;3411.34;11.08;597.00;1.57;0.74 -5211;9;4983.86;10.03;157.00;1.57;0.46 -5212;9;3337.70;10.30;259.00;1.57;0.70 -5213;9;1853.90;10.27;412.00;1.57;0.90 -5214;9;1847.38;9.75;891.00;1.57;1.18 -5215;9;1709.34;9.70;49.00;1.57;0.58 -5216;9;1695.44;10.10;738.00;1.57;1.10 -5217;9;3227.26;12.48;259.00;1.57;0.86 -5218;9;2131.46;10.80;711.00;1.57;0.76 -5219;9;1770.86;10.61;283.00;1.57;0.46 -5220;9;2089.52;9.70;826.00;1.57;0.72 -5221;9;3299.64;11.55;439.00;1.57;1.04 -5222;9;3565.08;12.36;421.00;1.57;0.88 -5223;9;2133.60;11.96;617.00;1.57;0.60 -5224;9;3378.88;12.56;576.00;1.57;0.68 -5225;9;4962.14;10.75;167.00;1.57;0.54 -5226;9;4597.78;11.57;668.00;1.57;0.44 -5227;9;5092.86;10.15;241.00;1.57;0.46 -5228;9;1698.22;10.00;398.00;1.57;0.42 -5229;9;1790.28;17.92;517.00;1.57;0.64 -5230;9;1739.60;21.60;602.30;1.57;0.48 -5231;9;3191.72;12.70;169.00;1.57;0.92 -5232;9;1843.08;9.70;752.00;1.57;1.42 -5233;9;2729.98;9.50;1406.00;1.57;0.78 -5234;9;2462.46;9.50;1474.00;1.57;1.06 -5235;9;1922.60;9.50;1329.00;1.57;1.26 -5237;9;1050.68;9.50;1118.00;1.57;1.06 -5238;9;4832.38;9.50;551.00;1.57;1.18 -5239;9;1280.60;10.80;1931.00;1.57;1.38 -5240;9;5059.98;9.70;29.00;1.57;1.48 -5241;9;5203.06;9.50;1129.00;1.57;1.12 -5242;9;4825.82;9.50;735.00;1.57;1.02 -5243;9;5080.76;9.50;1581.00;1.57;1.16 -5244;9;4473.16;9.50;971.00;1.57;1.40 -5245;9;3969.26;9.50;275.00;1.57;0.86 -5246;9;3541.30;9.50;687.00;1.57;1.30 -5247;9;3450.30;9.50;294.00;1.57;1.30 -5248;9;2783.28;9.50;609.00;1.57;1.08 -5249;9;2493.00;9.50;218.00;1.57;1.00 -5250;9;2406.32;9.50;1169.00;1.57;1.24 -5251;9;2061.00;9.50;1358.00;1.57;1.00 -5252;9;1651.62;9.50;576.00;1.57;1.06 -5253;9;660.62;9.50;283.00;1.57;0.86 -5254;9;223.94;9.50;857.00;1.57;1.26 -5255;9;928.24;9.50;1077.00;1.57;1.40 -5256;9;1185.76;9.50;914.00;1.57;1.32 -5257;9;859.58;9.50;1723.00;1.57;1.38 -5258;9;2662.80;9.50;1407.00;1.57;0.80 -5259;9;2408.04;9.50;1645.00;1.57;1.44 -5260;9;1912.40;9.50;1230.00;1.57;1.40 -5261;9;49.78;9.50;1236.00;1.57;1.22 -5262;9;1213.84;9.50;1065.00;1.57;1.24 -5263;9;4823.64;9.50;453.00;1.57;1.04 -5264;9;5418.96;11.05;1985.00;1.57;2.52 -5265;9;5127.26;9.50;19.00;1.57;0.78 -5266;9;5232.72;9.50;1184.00;1.57;1.20 -5267;9;4821.64;9.50;685.00;1.57;1.04 -5268;9;5053.48;9.50;1631.00;1.57;1.20 -5269;9;4549.22;9.50;979.00;1.57;1.42 -5270;9;3947.64;9.50;240.00;1.57;1.04 -5271;9;3583.64;9.50;608.00;1.57;1.04 -5272;9;3475.74;9.50;225.00;1.57;1.14 -5273;9;2799.74;9.50;542.00;1.57;1.14 -5274;9;2550.38;9.50;260.00;1.57;0.98 -5275;9;2383.06;9.50;1218.00;1.57;1.10 -5276;9;2058.72;9.50;1403.00;1.57;0.92 -5277;9;1667.48;9.50;526.00;1.57;1.22 -5278;9;612.80;9.50;310.00;1.57;1.06 -5279;9;136.54;9.50;946.00;1.57;1.08 -5280;9;880.66;9.50;1047.00;1.57;1.26 -5281;9;1234.86;9.50;968.00;1.57;1.08 -5282;9;814.96;9.50;1709.00;1.57;0.94 -5283;9;3022.84;13.40;1496.00;1.57;0.20 -5284;9;2636.18;9.50;1363.00;1.57;0.80 -5285;9;1598.18;9.50;53.00;1.57;0.84 -5286;9;2459.52;9.50;1756.00;1.57;1.32 -5287;9;1973.46;9.50;1225.00;1.57;1.06 -5288;9;3.30;9.50;1163.00;1.57;0.30 -5289;9;1296.66;9.50;1039.00;1.57;1.16 -5290;9;4868.18;9.50;562.00;1.57;0.98 -5291;9;2892.02;11.14;1498.00;1.57;0.22 -5292;9;5180.80;9.50;50.00;1.57;1.08 -5293;9;5265.58;9.50;1134.00;1.57;1.22 -5294;9;4771.56;9.50;675.00;1.57;1.16 -5295;9;4998.30;9.50;1629.00;1.57;1.14 -5296;9;4591.12;9.50;956.00;1.57;1.30 -5297;9;3968.82;9.50;195.00;1.57;1.02 -5298;9;3502.68;9.50;655.00;1.57;1.10 -5299;9;3390.62;9.50;338.00;1.57;1.40 -5300;9;2769.44;9.50;513.00;1.57;0.84 -5301;9;2490.40;9.50;268.00;1.57;0.96 -5302;9;2366.20;9.50;1142.00;1.57;1.20 -5303;9;2024.10;9.50;1461.00;1.57;1.10 -5304;9;1656.50;9.50;472.00;1.57;1.20 -5305;9;699.52;9.50;300.00;1.57;1.06 -5306;9;85.32;9.50;923.00;1.57;1.28 -5307;9;894.88;9.50;1004.00;1.57;1.28 -5308;9;1234.58;9.50;920.00;1.57;1.02 -5309;9;765.22;9.50;1690.00;1.57;1.04 -5310;9;4156.34;14.09;1088.00;1.57;0.42 -5311;9;2628.92;9.50;1322.00;1.57;0.78 -5312;9;2496.60;9.50;1793.00;1.57;1.50 -5313;9;2026.38;9.50;1344.00;1.57;1.18 -5314;9;156.42;9.50;1194.00;1.57;0.94 -5315;9;1388.84;9.50;988.00;1.57;1.24 -5316;9;4937.58;9.50;481.00;1.57;1.38 -5317;9;1764.76;9.80;932.00;1.57;1.06 -5318;9;5143.94;9.50;131.00;1.57;1.16 -5319;9;5292.72;9.50;1185.00;1.57;0.98 -5320;9;4841.04;9.50;603.00;1.57;1.00 -5321;9;4956.12;9.50;1615.00;1.57;1.10 -5322;9;4666.28;9.50;1052.00;1.57;0.94 -5323;9;3993.18;9.50;229.00;1.57;0.98 -5324;9;3493.08;9.50;599.00;1.57;0.88 -5325;9;3402.18;9.50;283.00;1.57;0.98 -5326;9;2774.54;9.50;469.00;1.57;0.94 -5327;9;2473.58;9.50;312.00;1.57;1.26 -5328;9;2308.40;9.50;1137.00;1.57;1.40 -5329;9;1973.50;9.50;1509.00;1.57;1.38 -5330;9;1659.22;9.50;423.00;1.57;1.26 -5331;9;738.52;9.50;313.00;1.57;1.02 -5332;9;9.98;9.50;898.00;1.57;0.78 -5333;9;994.68;9.50;993.00;1.57;1.24 -5334;9;1282.66;9.50;935.00;1.57;1.26 -5335;9;824.44;9.50;1665.00;1.57;1.32 -5336;9;2623.66;9.50;1296.00;1.57;0.86 -5337;9;2290.50;9.50;1988.00;1.57;1.44 -5338;9;1903.76;9.50;1426.00;1.57;0.82 -5339;9;325.52;9.50;1032.00;1.57;0.98 -5340;9;4935.08;9.50;431.00;1.57;0.76 -5341;9;5179.58;9.50;219.00;1.57;1.04 -5342;9;5324.24;9.50;1145.00;1.57;1.30 -5343;9;4706.80;9.50;637.00;1.57;1.74 -5344;9;4928.34;9.50;1624.00;1.57;0.54 -5345;9;4645.54;9.50;1013.00;1.57;0.94 -5346;9;4050.94;9.50;222.00;1.57;0.94 -5347;9;3456.04;9.50;618.00;1.57;1.26 -5348;9;3368.40;9.50;244.00;1.57;1.34 -5349;9;2820.26;9.50;449.00;1.57;0.86 -5350;9;2468.66;9.50;357.00;1.57;0.90 -5351;9;2288.48;9.50;1093.00;1.57;1.20 -5352;9;1968.02;9.50;1464.00;1.57;1.22 -5353;9;1642.14;9.50;318.00;1.57;1.26 -5354;9;704.78;9.50;349.00;1.57;1.06 -5355;9;16.02;9.50;951.00;1.57;1.04 -5356;9;9.06;9.50;1880.00;1.57;0.66 -5357;9;1000.94;9.50;934.00;1.57;1.26 -5358;9;1313.42;9.50;884.00;1.57;0.94 -5359;9;773.72;9.50;1647.00;1.57;0.82 -5360;9;2660.00;9.50;1234.00;1.57;0.80 -5361;9;2204.34;9.50;1962.00;1.57;1.38 -5362;9;2015.82;9.50;1400.00;1.57;1.02 -5363;9;596.38;9.50;989.00;1.57;1.18 -5364;9;5049.86;9.50;492.00;1.57;1.46 -5365;9;5163.98;9.50;265.00;1.57;1.32 -5366;9;4743.44;9.50;568.00;1.57;0.84 -5367;9;4689.38;9.50;1004.00;1.57;1.12 -5368;9;4024.82;9.50;197.00;1.57;1.02 -5369;9;3437.12;9.50;575.00;1.57;0.84 -5370;9;3329.02;9.50;214.00;1.57;1.22 -5371;9;2772.28;9.50;422.00;1.57;1.08 -5372;9;2522.02;9.50;349.00;1.57;1.12 -5373;9;2231.48;9.50;1118.00;1.57;1.28 -5374;9;1915.20;9.50;1472.00;1.57;1.20 -5375;9;1653.02;9.50;235.00;1.57;0.80 -5376;9;648.08;9.50;333.00;1.57;0.84 -5377;9;61.78;9.50;979.00;1.57;1.26 -5378;9;45.50;9.50;1878.00;1.57;0.92 -5379;9;948.48;9.50;959.00;1.57;1.28 -5380;9;1337.58;9.50;931.00;1.57;0.94 -5381;9;819.24;9.50;1572.00;1.57;1.16 -5382;9;2680.08;9.50;1256.00;1.57;0.62 -5383;9;3567.18;9.50;856.00;1.57;0.98 -5384;9;1914.84;9.50;1523.00;1.57;1.06 -5385;9;714.30;9.50;1085.00;1.57;1.02 -5386;9;5558.80;9.50;84.00;1.57;1.76 -5387;9;5081.06;9.50;419.00;1.57;1.18 -5388;9;3330.64;9.50;1103.00;1.57;1.04 -5389;9;5186.62;9.50;310.00;1.57;0.92 -5390;9;4788.50;9.50;584.00;1.57;1.30 -5391;9;4956.24;9.50;1648.00;1.57;0.64 -5392;9;4624.82;9.50;919.00;1.57;1.02 -5393;9;4098.10;9.50;190.00;1.57;1.10 -5394;9;3430.56;9.50;532.00;1.57;1.16 -5395;9;3299.58;9.50;153.00;1.57;1.38 -5396;9;2817.46;9.50;399.00;1.57;1.06 -5397;9;2620.92;9.50;342.00;1.57;1.12 -5398;9;2199.30;9.50;1172.00;1.57;1.20 -5399;9;1961.12;9.50;1380.00;1.57;1.06 -5400;9;1606.22;9.50;213.00;1.57;1.42 -5401;9;595.12;9.50;383.00;1.57;1.32 -5402;9;119.24;9.50;1001.00;1.57;1.12 -5404;9;892.04;9.50;958.00;1.57;1.30 -5405;9;1378.04;9.50;886.00;1.57;0.92 -5406;9;767.20;9.50;1565.00;1.57;1.20 -5407;9;2726.46;9.50;1248.00;1.57;0.58 -5408;9;2133.54;9.50;1844.00;1.57;1.24 -5409;9;1851.84;9.50;1433.00;1.57;0.96 -5410;9;952.86;9.50;1034.00;1.57;1.46 -5411;9;5119.40;9.50;377.00;1.57;1.32 -5412;9;3252.08;9.52;1349.00;1.57;0.66 -5413;9;5273.72;9.50;296.00;1.57;1.08 -5414;9;4730.30;9.50;524.00;1.57;1.22 -5415;9;5111.88;9.50;1708.00;1.57;0.74 -5416;9;4587.00;9.50;899.00;1.57;1.00 -5417;9;4131.74;9.50;163.00;1.57;1.00 -5418;9;3486.20;9.50;552.00;1.57;1.02 -5419;9;3344.54;9.50;146.00;1.57;0.94 -5420;9;2770.28;9.50;377.00;1.57;1.08 -5421;9;2619.46;9.50;393.00;1.57;1.06 -5422;9;2255.20;9.50;1152.00;1.57;1.20 -5423;9;1963.86;9.50;1420.00;1.57;1.02 -5424;9;1638.36;9.50;186.00;1.57;1.20 -5425;9;563.94;9.50;337.00;1.57;1.34 -5426;9;47.80;9.50;1032.00;1.57;0.98 -5427;9;4868.66;9.94;1420.00;1.57;0.26 -5428;9;871.42;9.50;919.00;1.57;1.28 -5429;9;1337.44;9.50;839.00;1.57;0.82 -5430;9;828.76;9.50;1496.00;1.57;0.64 -5431;9;2787.98;9.50;1263.00;1.57;0.78 -5432;9;2222.52;9.50;1890.00;1.57;1.50 -5433;9;1735.86;9.50;1427.00;1.57;0.88 -5434;9;969.40;9.50;867.00;1.57;1.22 -5435;9;5217.32;9.50;269.00;1.57;1.52 -5436;9;1585.40;9.50;963.00;1.57;0.40 -5437;9;5288.14;9.50;257.00;1.57;1.00 -5438;9;4778.38;9.55;508.00;1.57;0.82 -5439;9;5056.24;9.50;1683.00;1.57;1.18 -5440;9;4583.10;9.50;855.00;1.57;0.92 -5441;9;4763.30;9.50;100.00;1.57;0.86 -5442;9;3539.82;9.50;561.00;1.57;1.02 -5443;9;3272.76;9.50;107.00;1.57;1.24 -5444;9;2845.34;9.50;357.00;1.57;0.74 -5445;9;2574.90;9.50;371.00;1.57;0.90 -5446;9;2174.66;9.50;1130.00;1.57;1.04 -5447;9;1905.58;9.50;1384.00;1.57;1.16 -5448;9;1619.38;9.50;143.00;1.57;1.00 -5449;9;531.26;9.50;299.00;1.57;1.02 -5450;9;12.08;9.50;998.00;1.57;0.88 -5451;9;858.68;9.50;877.00;1.57;1.42 -5452;9;1380.68;9.50;826.00;1.57;1.48 -5453;9;785.84;9.50;1461.00;1.57;1.02 -5454;9;2806.44;9.50;1304.00;1.57;0.84 -5455;9;2299.00;9.50;1875.00;1.57;1.04 -5456;9;1773.66;9.50;1358.00;1.57;0.90 -5457;9;829.50;9.50;978.00;1.57;1.02 -5458;9;5183.70;9.50;7.00;1.57;0.46 -5459;9;5168.20;9.50;176.00;1.57;1.06 -5460;9;5476.68;9.50;285.00;1.57;1.02 -5461;9;5553.84;9.50;1647.00;1.57;1.24 -5462;9;4788.56;9.50;546.00;1.57;0.94 -5463;9;4646.40;9.50;887.00;1.57;0.82 -5464;9;4059.72;9.50;178.00;1.57;0.92 -5465;9;4696.08;9.50;46.00;1.57;0.88 -5466;9;3546.38;9.50;513.00;1.57;1.08 -5467;9;3289.02;9.50;58.00;1.57;1.20 -5468;9;2765.20;9.50;324.00;1.57;1.20 -5469;9;2615.10;9.50;437.00;1.57;0.92 -5470;9;1962.82;9.50;9.00;1.57;0.56 -5471;9;2153.18;9.50;1185.00;1.57;0.98 -5472;9;1687.38;9.50;1322.00;1.57;0.98 -5473;9;1655.92;9.50;104.00;1.57;0.98 -5474;9;534.48;9.50;385.00;1.57;1.22 -5475;9;7.24;9.50;1053.00;1.57;0.64 -5476;9;919.30;9.50;857.00;1.57;1.30 -5477;9;1337.56;9.50;792.00;1.57;1.16 -5478;9;755.96;9.50;1502.00;1.57;0.98 -5479;9;2846.54;9.50;1284.00;1.57;0.94 -5480;9;2337.58;9.50;1799.00;1.57;1.26 -5481;9;1715.94;9.50;1255.00;1.57;0.88 -5482;9;777.42;9.50;848.00;1.57;1.04 -5483;9;5418.98;9.50;73.00;1.57;1.18 -5484;9;5133.66;9.50;86.00;1.57;1.22 -5485;9;5409.54;9.50;251.00;1.57;1.22 -5486;9;5602.26;9.50;1645.00;1.57;0.86 -5487;9;4813.56;9.50;499.00;1.57;1.02 -5488;9;5205.92;9.50;1512.00;1.57;0.92 -5489;9;4624.10;9.50;847.00;1.57;1.10 -5490;9;4087.28;9.50;148.00;1.57;1.02 -5491;9;4767.82;9.50;139.00;1.57;1.00 -5492;9;3595.10;9.50;498.00;1.57;1.08 -5493;9;3235.84;9.50;78.00;1.57;1.24 -5494;9;2817.54;9.50;302.00;1.57;0.94 -5495;9;2567.82;9.50;470.00;1.57;1.00 -5496;9;1902.26;9.50;11.00;1.57;0.72 -5497;9;2126.74;9.50;1085.00;1.57;1.12 -5498;9;1829.40;9.50;1396.00;1.57;0.86 -5499;9;1604.60;9.50;96.00;1.57;0.94 -5500;9;512.46;9.50;334.00;1.57;1.06 -5501;9;57.34;9.50;1069.00;1.57;0.96 -5502;9;935.70;9.50;907.00;1.57;0.88 -5503;9;1299.18;9.50;834.00;1.57;0.98 -5504;9;840.54;9.50;1464.00;1.57;0.98 -5505;9;2861.00;9.50;1362.00;1.57;1.00 -5506;9;2293.50;9.50;1671.00;1.57;1.14 -5507;9;1776.14;9.50;1146.00;1.57;1.54 -5508;9;591.22;9.50;928.00;1.57;1.42 -5509;9;5239.66;9.50;123.00;1.57;1.26 -5510;9;4986.46;9.50;69.00;1.57;1.02 -5511;9;5463.76;9.50;193.00;1.57;1.16 -5512;9;5544.50;9.50;1688.00;1.57;1.28 -5513;9;4858.46;9.50;488.00;1.57;1.06 -5514;9;5065.00;9.50;1713.00;1.57;0.44 -5515;9;4700.92;9.50;566.00;1.57;1.12 -5516;9;4123.92;9.50;120.00;1.57;1.10 -5517;9;4734.28;9.50;68.00;1.57;0.62 -5518;9;3542.36;9.50;459.00;1.57;0.96 -5519;9;3247.10;9.50;36.00;1.57;1.06 -5520;9;2853.80;9.50;311.00;1.57;0.80 -5521;9;2571.82;9.50;421.00;1.57;1.02 -5522;9;1963.82;9.50;78.00;1.57;1.02 -5523;9;2131.02;9.50;1029.00;1.57;1.22 -5524;9;1792.86;9.50;1441.00;1.57;0.94 -5525;9;1557.58;9.50;80.00;1.57;1.24 -5526;9;466.12;9.50;333.00;1.57;1.26 -5527;9;126.94;9.50;1048.00;1.57;1.22 -5528;9;1018.94;9.50;882.00;1.57;1.34 -5529;9;1249.74;9.50;820.00;1.57;1.14 -5530;9;849.58;9.50;1422.00;1.57;1.22 -5531;9;2884.08;9.50;1281.00;1.57;0.88 -5532;9;2421.64;9.50;1506.00;1.57;1.04 -5533;9;1837.92;9.50;1095.00;1.57;1.12 -5534;9;352.58;9.50;825.00;1.57;1.32 -5535;9;5351.88;9.50;223.00;1.57;1.14 -5536;9;4893.56;9.50;111.00;1.57;1.10 -5537;9;5431.54;9.50;221.00;1.57;1.18 -5538;9;4896.08;9.50;482.00;1.57;0.86 -5539;9;4426.72;10.20;677.00;1.57;0.92 -5540;9;3993.02;9.50;163.00;1.57;1.08 -5541;9;4813.02;9.50;97.00;1.57;1.00 -5542;9;3589.18;9.50;457.00;1.57;0.98 -5543;9;3418.92;9.50;208.00;1.57;1.12 -5544;9;2849.00;9.50;264.00;1.57;0.80 -5545;9;2521.66;9.50;395.00;1.57;1.26 -5546;9;1938.88;9.50;30.00;1.57;1.08 -5547;9;2169.04;9.50;970.00;1.57;1.30 -5548;9;1779.28;9.50;1397.00;1.57;0.86 -5549;9;1570.48;9.50;138.00;1.57;1.14 -5550;9;459.38;9.50;206.00;1.57;1.18 -5551;9;141.12;9.50;1091.00;1.57;1.32 -5552;9;773.14;9.50;996.00;1.57;1.00 -5553;9;1203.58;9.50;809.00;1.57;1.22 -5554;9;946.40;9.50;1375.00;1.57;1.28 -5555;9;2931.92;9.50;1386.00;1.57;0.86 -5556;9;2241.14;9.50;1366.00;1.57;0.84 -5557;9;1753.00;9.50;1118.00;1.57;1.00 -5558;9;319.26;9.50;919.00;1.57;1.18 -5559;9;5344.96;9.50;277.00;1.57;1.08 -5560;9;4809.82;9.50;143.00;1.57;1.02 -5561;9;5610.08;9.50;102.00;1.57;0.88 -5562;9;5396.50;9.50;1399.00;1.57;1.14 -5563;9;4983.30;9.50;482.00;1.57;1.30 -5564;9;4457.64;9.50;694.00;1.57;1.04 -5565;9;4036.38;9.50;144.00;1.57;0.98 -5566;9;4679.18;9.50;12.00;1.57;0.52 -5567;9;3597.18;9.50;411.00;1.57;0.86 -5568;9;3458.92;9.50;187.00;1.57;1.04 -5569;9;2807.08;9.50;252.00;1.57;0.88 -5570;9;2534.18;9.50;449.00;1.57;0.98 -5571;9;2214.64;9.50;971.00;1.57;1.04 -5572;9;1723.76;9.50;1388.00;1.57;0.90 -5573;9;1524.12;9.50;118.00;1.57;1.32 -5574;9;515.04;9.50;236.00;1.57;0.96 -5575;9;193.48;9.50;1056.00;1.57;0.98 -5576;9;812.30;9.50;940.00;1.57;1.20 -5577;9;1273.50;9.50;788.00;1.57;1.16 -5578;9;960.36;9.50;1331.00;1.57;1.50 -5579;9;2939.68;9.50;1358.00;1.57;0.84 -5580;9;2202.22;9.50;1258.00;1.57;1.42 -5581;9;1711.04;9.50;1208.00;1.57;1.44 -5582;9;277.00;9.50;1005.00;1.57;1.34 -5583;9;5197.06;9.50;382.00;1.57;1.14 -5584;9;4599.16;9.50;171.00;1.57;1.00 -5585;9;5601.00;9.50;153.00;1.57;0.94 -5586;9;5170.52;9.50;1376.00;1.57;1.20 -5587;9;5095.42;9.50;467.00;1.57;1.26 -5588;9;4997.68;9.50;1671.00;1.57;1.10 -5589;9;4462.48;9.50;653.00;1.57;0.86 -5590;9;4046.90;9.50;94.00;1.57;0.90 -5591;9;4782.74;9.50;59.00;1.57;0.90 -5592;9;3639.46;9.50;406.00;1.57;0.92 -5593;9;3445.28;9.50;150.00;1.57;1.08 -5594;9;2854.36;9.50;219.00;1.57;0.96 -5595;9;2693.18;9.50;188.00;1.57;0.98 -5596;9;1872.26;9.50;21.00;1.57;0.86 -5597;9;2211.72;9.50;1026.00;1.57;0.92 -5598;9;1693.14;9.50;1360.00;1.57;0.84 -5599;9;1490.32;9.50;172.00;1.57;1.26 -5600;9;515.60;9.50;271.00;1.57;0.86 -5601;9;254.84;9.50;1057.00;1.57;1.14 -5602;9;826.24;9.50;1022.00;1.57;1.02 -5603;9;1299.06;9.50;753.00;1.57;1.18 -5604;9;1008.40;9.50;1287.00;1.57;1.40 -5605;9;2951.26;9.50;1287.00;1.57;0.86 -5606;9;2344.86;9.50;1092.00;1.57;1.18 -5607;9;1695.16;9.50;1132.00;1.57;1.54 -5608;9;46.92;9.50;904.00;1.57;1.12 -5609;9;5405.52;9.50;360.00;1.57;1.08 -5610;9;4563.92;9.50;219.00;1.57;1.12 -5611;9;5592.12;9.50;196.00;1.57;1.20 -5612;9;5201.64;9.50;1429.00;1.57;1.04 -5613;9;5035.18;9.50;450.00;1.57;0.98 -5614;9;5115.30;9.50;1447.00;1.57;1.26 -5615;9;4436.00;9.52;629.00;1.57;0.82 -5616;9;4082.74;9.50;103.00;1.57;1.14 -5617;9;4784.82;9.50;19.00;1.57;0.82 -5618;9;3634.62;9.50;500.00;1.57;0.82 -5619;9;3398.92;9.50;171.00;1.57;1.12 -5620;9;2815.10;9.50;204.00;1.57;1.10 -5621;9;2760.46;9.50;232.00;1.57;1.06 -5622;9;1830.84;9.50;21.00;1.57;0.92 -5623;9;2175.72;9.50;1024.00;1.57;0.92 -5624;9;1631.52;9.50;1388.00;1.57;0.72 -5625;9;1523.88;9.50;221.00;1.57;1.20 -5626;9;457.38;9.50;285.00;1.57;1.10 -5627;9;305.28;9.50;1073.00;1.57;1.08 -5628;9;828.46;9.50;1074.00;1.57;1.06 -5629;9;1277.50;9.50;709.00;1.57;1.04 -5630;9;1065.68;9.72;1300.00;1.57;1.26 -5631;9;2982.38;9.50;1213.00;1.57;0.88 -5632;9;2351.12;9.50;898.00;1.57;1.18 -5633;9;1595.60;9.50;1129.00;1.57;1.58 -5634;9;161.38;9.50;903.00;1.57;0.96 -5635;9;5495.80;9.50;243.00;1.57;1.16 -5636;9;4625.18;9.50;393.00;1.57;0.98 -5637;9;5503.70;9.50;154.00;1.57;1.68 -5638;9;5271.76;9.50;1025.00;1.57;1.28 -5639;9;5062.54;9.50;402.00;1.57;0.94 -5640;9;5110.22;9.50;1396.00;1.57;1.26 -5641;9;4491.20;9.50;615.00;1.57;1.20 -5642;9;4071.56;9.50;54.00;1.57;1.16 -5643;9;4742.10;9.50;37.00;1.57;0.72 -5644;9;3677.46;9.50;503.00;1.57;0.84 -5645;9;3189.76;9.50;32.00;1.57;0.78 -5646;9;2840.04;9.50;100.00;1.57;0.90 -5647;9;2761.30;9.50;281.00;1.57;1.06 -5648;9;2038.20;9.50;1072.00;1.57;1.20 -5649;9;1639.28;9.50;1306.00;1.57;0.84 -5650;9;1604.76;9.50;269.00;1.57;1.36 -5651;9;428.24;9.50;122.00;1.57;1.42 -5652;9;352.84;9.50;1114.00;1.57;1.18 -5653;9;713.56;9.50;1039.00;1.57;0.92 -5654;9;1215.58;9.50;700.00;1.57;0.98 -5655;9;1080.40;9.50;1207.00;1.57;1.26 -5656;9;2969.10;9.50;1338.00;1.57;1.00 -5657;9;2386.46;9.50;827.00;1.57;1.06 -5658;9;1632.38;9.50;1179.00;1.57;0.58 -5659;9;240.08;9.50;792.00;1.57;1.16 -5660;9;5379.78;9.50;402.00;1.57;0.90 -5661;9;4542.54;9.50;406.00;1.57;0.94 -5662;9;5576.88;9.50;271.00;1.57;1.16 -5663;9;5300.84;9.50;1085.00;1.57;1.24 -5664;9;4963.96;9.50;1209.00;1.57;1.34 -5665;9;5318.58;9.50;1476.00;1.57;0.98 -5666;9;4553.00;9.50;570.00;1.57;1.00 -5667;9;4120.02;9.50;71.00;1.57;0.96 -5668;9;4751.60;9.50;9.00;1.57;0.40 -5669;9;3725.62;9.50;501.00;1.57;0.82 -5670;9;3371.00;9.50;124.00;1.57;1.00 -5671;9;2823.64;9.50;147.00;1.57;1.04 -5672;9;2716.80;9.50;237.00;1.57;0.80 -5673;9;2034.10;9.50;1126.00;1.57;1.10 -5674;9;1641.74;9.50;1268.00;1.57;0.92 -5675;9;1551.40;9.50;261.00;1.57;1.32 -5676;9;436.12;9.50;171.00;1.57;1.10 -5677;9;200.56;9.50;1103.00;1.57;1.16 -5678;9;770.86;9.50;1042.00;1.57;0.94 -5679;9;1237.84;9.50;749.00;1.57;1.24 -5680;9;1134.62;9.50;1214.00;1.57;0.82 -5681;9;3040.80;9.50;1289.00;1.57;0.80 -5682;9;2302.32;9.50;775.00;1.57;1.22 -5683;9;1569.56;9.50;1093.00;1.57;1.16 -5684;9;480.32;9.50;589.00;1.57;1.06 -5685;9;5589.04;9.50;418.00;1.57;1.38 -5686;9;4420.94;9.50;470.00;1.57;1.00 -5687;9;3404.18;9.50;1866.00;1.57;0.84 -5688;9;5542.08;9.50;310.00;1.57;1.32 -5689;9;5324.90;9.50;1052.00;1.57;1.24 -5690;9;5016.38;9.50;1187.00;1.57;1.18 -5691;9;5256.12;9.50;1462.00;1.57;1.10 -5692;9;4294.74;9.50;896.00;1.57;1.00 -5693;9;4086.56;9.50;18.00;1.57;1.00 -5694;9;4848.74;9.50;164.00;1.57;0.64 -5695;9;3668.54;9.50;461.00;1.57;0.94 -5696;9;3420.40;9.50;124.00;1.57;0.98 -5697;9;2777.18;9.50;175.00;1.57;0.98 -5698;9;2679.72;9.50;243.00;1.57;0.92 -5699;9;2022.18;9.50;1183.00;1.57;0.98 -5700;9;1608.20;9.50;1231.00;1.57;1.08 -5701;9;1546.40;9.50;353.00;1.57;1.40 -5702;9;390.32;9.50;195.00;1.57;1.12 -5703;9;142.48;9.50;1145.00;1.57;1.18 -5704;9;770.94;9.50;1084.00;1.57;0.92 -5705;9;1160.40;9.50;690.00;1.57;1.18 -5706;9;1144.02;9.50;1169.00;1.57;0.94 -5707;9;3055.76;9.50;1258.00;1.57;1.36 -5708;9;2384.28;9.50;629.00;1.57;1.06 -5709;9;1516.14;9.50;1080.00;1.57;1.54 -5710;9;586.58;9.50;581.00;1.57;1.14 -5711;9;5573.06;9.50;230.00;1.57;1.46 -5712;9;4517.30;9.50;223.00;1.57;1.04 -5713;9;3447.44;9.50;1939.00;1.57;1.44 -5714;9;5602.36;9.50;328.00;1.57;0.96 -5715;9;5384.80;9.50;1087.00;1.57;1.04 -5716;9;5015.58;9.50;1239.00;1.57;1.02 -5717;9;5248.48;9.50;1499.00;1.57;1.28 -5718;9;4315.54;9.50;860.00;1.57;0.94 -5719;9;4133.84;9.50;25.00;1.57;1.22 -5720;9;4891.80;9.50;151.00;1.57;0.74 -5721;9;3707.92;9.50;467.00;1.57;0.98 -5722;9;3443.66;9.50;83.00;1.57;0.92 -5723;9;2745.84;9.50;131.00;1.57;1.24 -5724;9;2717.62;9.50;289.00;1.57;0.82 -5725;9;1989.30;9.50;1114.00;1.57;1.30 -5726;9;1857.56;9.50;1474.00;1.57;1.10 -5727;9;1516.84;9.50;303.00;1.57;1.24 -5728;9;404.76;9.50;240.00;1.57;1.20 -5729;9;199.40;9.50;1156.00;1.57;1.34 -5730;9;794.70;9.50;1125.00;1.57;1.16 -5731;9;1108.66;9.50;692.00;1.57;1.26 -5732;9;1168.66;9.50;1096.00;1.57;1.14 -5733;9;3034.56;9.50;1208.00;1.57;1.16 -5734;9;2491.40;9.50;693.00;1.57;0.74 -5735;9;1511.96;9.50;1200.00;1.57;1.46 -5736;9;4190.18;12.75;1330.00;1.57;0.64 -5737;9;633.78;9.50;611.00;1.57;1.52 -5738;9;3847.34;9.50;26.00;1.57;1.18 -5739;9;4567.42;9.50;92.00;1.57;0.90 -5740;9;3516.64;9.50;1988.00;1.57;2.04 -5741;9;5397.34;9.50;307.00;1.57;1.22 -5742;9;5435.16;9.50;1124.00;1.57;1.22 -5743;9;5053.96;9.50;1208.00;1.57;1.16 -5744;9;5317.32;9.50;1513.00;1.57;0.90 -5745;9;4320.34;9.50;812.00;1.57;0.74 -5746;9;4855.46;9.50;128.00;1.57;1.04 -5747;9;3721.30;9.50;426.00;1.57;0.98 -5748;9;3420.56;9.50;45.00;1.57;1.16 -5749;9;2789.46;9.50;112.00;1.57;1.06 -5750;9;2674.36;9.50;298.00;1.57;0.96 -5751;9;1916.12;9.50;1185.00;1.57;1.28 -5752;9;1859.56;9.50;1524.00;1.57;1.16 -5753;9;1582.98;9.50;391.00;1.57;1.30 -5754;9;340.14;9.50;233.00;1.57;1.00 -5755;9;254.02;9.50;1110.00;1.57;1.22 -5756;9;649.14;9.50;1096.00;1.57;0.78 -5757;9;1093.76;9.50;746.00;1.57;1.22 -5758;9;1168.82;9.50;1054.00;1.57;0.90 -5759;9;3080.36;9.50;1209.00;1.57;0.90 -5760;9;2610.50;9.50;681.00;1.57;0.78 -5761;9;1549.82;9.50;1150.00;1.57;1.02 -5762;9;798.68;9.50;794.00;1.57;1.28 -5763;9;5352.68;9.50;544.00;1.57;0.88 -5764;9;4652.64;9.50;42.00;1.57;0.82 -5765;9;3299.46;9.50;1995.00;1.57;1.10 -5766;9;5451.42;9.50;333.00;1.57;0.98 -5767;9;5431.14;9.50;1215.00;1.57;1.38 -5768;9;5077.48;9.50;1259.00;1.57;1.12 -5769;9;5342.38;9.50;1564.00;1.57;1.02 -5770;9;4278.64;9.50;852.00;1.57;1.04 -5771;9;4941.28;9.50;121.00;1.57;1.08 -5772;9;3737.02;9.50;385.00;1.57;1.04 -5773;9;3426.92;9.50;11.00;1.57;0.64 -5774;9;2803.20;9.50;59.00;1.57;1.10 -5775;9;2721.28;9.50;337.00;1.57;1.00 -5776;9;1795.96;9.50;8.00;1.57;0.46 -5777;9;1911.94;9.50;1279.00;1.57;1.34 -5778;9;1803.58;9.50;1529.00;1.57;1.20 -5779;9;1595.66;9.50;442.00;1.57;1.26 -5780;9;326.04;9.50;189.00;1.57;0.94 -5781;9;306.02;9.50;1129.00;1.57;1.08 -5782;9;10.82;9.50;1968.00;1.57;0.72 -5783;9;612.22;9.50;1136.00;1.57;0.98 -5784;9;1049.04;9.50;730.00;1.57;1.24 -5785;9;1224.24;9.50;1118.00;1.57;1.26 -5786;9;3005.10;9.50;1411.00;1.57;0.82 -5787;9;2456.72;9.50;572.00;1.57;0.92 -5788;9;1496.50;9.50;1147.00;1.57;1.22 -5789;9;1030.58;9.50;781.00;1.57;1.38 -5790;9;5337.04;9.50;466.00;1.57;1.14 -5791;9;4718.98;9.50;13.00;1.57;0.70 -5792;9;3046.76;9.50;2003.00;1.57;1.98 -5793;9;5330.82;9.50;327.00;1.57;0.88 -5794;9;5397.96;9.50;1154.00;1.57;1.52 -5795;9;5137.68;9.50;1266.00;1.57;0.98 -5796;9;5397.50;9.50;1572.00;1.57;0.90 -5797;9;4287.16;9.50;801.00;1.57;0.76 -5798;9;4934.92;9.50;79.00;1.57;1.12 -5799;9;3758.82;9.50;443.00;1.57;1.02 -5800;9;2853.10;9.50;64.00;1.57;0.86 -5801;9;2673.10;9.50;347.00;1.57;1.08 -5802;9;1828.12;9.50;76.00;1.57;1.32 -5803;9;1961.84;9.50;1276.00;1.57;1.24 -5804;9;1737.82;9.50;1475.00;1.57;1.02 -5805;9;1489.62;9.50;390.00;1.57;1.66 -5806;9;264.86;9.50;198.00;1.57;1.20 -5807;9;259.58;9.50;1162.00;1.57;1.02 -5808;9;6.24;9.50;1999.00;1.57;0.60 -5809;9;674.86;9.50;1135.00;1.57;0.96 -5810;9;1001.20;9.50;695.00;1.57;1.20 -5811;9;663.46;9.50;1054.00;1.57;1.00 -5812;9;3028.98;9.50;1383.00;1.57;0.78 -5813;9;2556.92;9.50;619.00;1.57;1.12 -5814;9;1442.12;9.50;1149.00;1.57;1.14 -5815;9;1107.12;9.50;838.00;1.57;1.12 -5816;9;5217.52;9.50;440.00;1.57;1.38 -5817;9;4915.26;9.50;41.00;1.57;0.86 -5818;9;2993.14;9.50;2026.00;1.57;1.14 -5819;9;5355.60;9.50;364.00;1.57;0.94 -5820;9;5485.88;9.50;1103.00;1.57;0.90 -5821;9;5091.84;9.50;1301.00;1.57;1.08 -5822;9;5428.48;9.50;1534.00;1.57;1.00 -5823;9;4254.26;9.50;915.00;1.57;0.86 -5824;9;4959.04;9.50;40.00;1.57;0.98 -5825;9;3762.00;9.50;479.00;1.57;0.94 -5826;9;2847.30;9.50;24.00;1.57;0.98 -5827;9;2665.64;9.50;401.00;1.57;1.04 -5828;9;1797.90;9.50;128.00;1.57;1.60 -5829;9;2073.66;9.50;1142.00;1.57;0.86 -5830;9;1914.12;9.50;1961.00;1.57;1.32 -5831;9;1596.68;9.50;494.00;1.57;1.00 -5832;9;267.34;9.50;244.00;1.57;1.06 -5833;9;323.40;9.50;1168.00;1.57;1.04 -5834;9;5.78;9.50;2030.00;1.57;0.58 -5835;9;728.70;9.50;1130.00;1.57;0.96 -5836;9;1005.86;9.50;638.00;1.57;1.10 -5837;9;610.56;9.50;1045.00;1.57;1.16 -5838;9;3066.04;9.50;1357.00;1.57;1.24 -5839;9;2141.76;9.50;283.00;1.57;0.96 -5840;9;1452.36;9.50;1201.00;1.57;0.96 -5841;9;1254.94;9.50;875.00;1.57;1.24 -5842;9;5178.40;9.50;526.00;1.57;1.40 -5843;9;4934.10;9.50;13.00;1.57;0.68 -5844;9;4977.72;9.50;7.00;1.57;0.38 -5845;9;2959.02;9.50;1983.00;1.57;1.22 -5846;9;5258.06;9.50;334.00;1.57;1.28 -5847;9;5558.04;9.50;1174.00;1.57;1.56 -5848;9;5170.42;9.50;1311.00;1.57;1.30 -5849;9;5293.28;9.50;1565.00;1.57;1.08 -5850;9;4239.18;9.50;957.00;1.57;0.98 -5851;9;3785.84;9.50;397.00;1.57;1.24 -5852;9;2798.02;9.50;14.00;1.57;0.74 -5853;9;2719.20;9.50;377.00;1.57;0.84 -5854;9;1869.20;9.50;58.00;1.57;0.66 -5855;9;2085.82;9.50;1047.00;1.57;1.02 -5856;9;1964.12;9.50;1888.00;1.57;1.32 -5857;9;1527.32;9.50;491.00;1.57;1.24 -5858;9;201.50;9.50;203.00;1.57;1.08 -5859;9;321.02;9.50;1210.00;1.57;0.90 -5860;9;40.22;9.50;1997.00;1.57;0.86 -5861;9;786.70;9.50;1168.00;1.57;1.08 -5862;9;1008.12;9.50;586.00;1.57;0.90 -5863;9;2588.28;9.50;1377.00;1.57;1.08 -5864;9;3081.48;9.50;1316.00;1.57;0.60 -5865;9;2833.38;9.50;621.00;1.57;0.88 -5866;9;1454.66;9.50;1254.00;1.57;1.20 -5867;9;1194.02;9.50;751.00;1.57;1.10 -5868;9;5263.98;9.82;520.00;1.57;1.34 -5869;9;2980.32;9.50;1904.00;1.57;1.96 -5870;9;5305.78;9.50;370.00;1.57;1.32 -5871;9;5228.84;9.50;1351.00;1.57;1.24 -5872;9;5293.56;9.50;1532.00;1.57;1.04 -5873;9;4208.18;9.50;983.00;1.57;0.98 -5874;9;3882.42;9.50;747.00;1.57;0.62 -5875;9;3626.84;9.50;548.00;1.57;1.24 -5876;9;3396.52;9.50;10.00;1.57;0.66 -5877;9;2751.56;9.50;14.00;1.57;0.60 -5878;9;2722.56;9.50;462.00;1.57;1.04 -5879;9;1867.50;9.50;158.00;1.57;1.28 -5880;9;2112.18;9.50;1196.00;1.57;0.98 -5881;9;1906.10;9.50;2021.00;1.57;1.06 -5882;9;733.56;9.50;213.00;1.57;1.16 -5883;9;1483.28;9.50;452.00;1.57;1.08 -5884;9;125.08;9.50;198.00;1.57;1.40 -5885;9;217.02;9.50;1208.00;1.57;1.18 -5886;9;59.24;9.50;1967.00;1.57;0.68 -5887;9;672.68;9.50;1178.00;1.57;0.96 -5888;9;1067.16;9.50;589.00;1.57;0.98 -5889;9;2504.74;9.50;1449.00;1.57;1.14 -5890;9;3089.18;9.50;1282.00;1.57;0.98 -5891;9;2901.62;9.50;532.00;1.57;0.82 -5892;9;1390.60;9.50;1234.00;1.57;0.94 -5893;9;1047.60;9.50;684.00;1.57;0.96 -5894;9;5410.76;9.50;655.00;1.57;1.24 -5895;9;2940.96;9.50;1921.00;1.57;1.48 -5896;9;5299.86;9.50;412.00;1.57;0.98 -5897;9;5565.42;9.50;1129.00;1.57;1.32 -5898;9;5283.76;9.50;1367.00;1.57;1.36 -5899;9;5281.96;9.50;1598.00;1.57;0.56 -5900;9;4218.16;9.50;922.00;1.57;0.76 -5901;9;3637.38;9.50;583.00;1.57;1.02 -5902;9;2670.12;9.50;450.00;1.57;0.88 -5903;9;1947.96;9.50;120.00;1.57;0.88 -5904;9;2017.84;9.50;1238.00;1.57;1.16 -5905;9;1854.04;9.50;1978.00;1.57;0.94 -5906;9;1516.48;9.50;597.00;1.57;1.28 -5907;9;178.08;9.50;151.00;1.57;1.30 -5908;9;268.92;9.50;1212.00;1.57;1.10 -5909;9;98.18;9.50;1877.00;1.57;1.04 -5910;9;678.68;9.50;1222.00;1.57;0.98 -5911;9;1060.50;9.50;639.00;1.57;1.10 -5912;9;2378.46;9.50;1520.00;1.57;1.06 -5913;9;3122.46;9.50;1278.00;1.57;1.06 -5914;9;2863.56;9.50;404.00;1.57;1.16 -5915;9;1318.66;9.50;1194.00;1.57;1.26 -5916;9;1109.78;9.50;633.00;1.57;1.36 -5917;9;5355.48;9.50;594.00;1.57;1.18 -5919;9;5256.12;9.50;398.00;1.57;1.12 -5920;9;5613.24;9.50;1125.00;1.57;0.64 -5921;9;5240.74;9.50;1409.00;1.57;1.14 -5922;9;5060.48;9.50;1376.00;1.57;1.04 -5923;9;4217.34;9.50;875.00;1.57;0.74 -5924;9;3678.56;9.50;593.00;1.57;0.70 -5925;9;2661.02;9.50;485.00;1.57;0.88 -5926;9;1871.02;9.50;201.00;1.57;1.10 -5927;9;2068.48;9.50;1242.00;1.57;1.28 -5928;9;1858.24;9.50;1868.00;1.57;2.32 -5929;9;2830.78;9.50;1555.00;1.57;0.52 -5930;9;1532.58;9.50;432.00;1.57;1.38 -5931;9;251.78;9.50;103.00;1.57;1.12 -5932;9;169.30;9.50;1248.00;1.57;1.12 -5933;9;70.40;9.50;1924.00;1.57;1.08 -5934;9;730.50;9.50;1176.00;1.57;0.96 -5935;9;1147.48;9.50;743.00;1.57;1.28 -5936;9;3544.64;9.50;38.00;1.57;1.04 -5937;9;3111.28;9.50;1237.00;1.57;1.00 -5938;9;2899.20;9.50;212.00;1.57;1.08 -5939;9;1596.28;9.50;1347.00;1.57;0.80 -5940;9;1199.54;9.50;595.00;1.57;1.10 -5941;9;5479.80;9.50;705.00;1.57;0.86 -5942;9;2892.94;9.50;1813.00;1.57;1.34 -5943;9;5220.88;9.50;355.00;1.57;1.12 -5944;9;5603.44;9.50;1075.00;1.57;0.84 -5945;9;5292.76;9.50;1424.00;1.57;1.36 -5946;9;5012.46;9.50;1344.00;1.57;1.06 -5947;9;4213.88;9.50;834.00;1.57;0.68 -5948;9;3679.74;9.50;548.00;1.57;1.12 -5949;9;2694.76;9.50;15.00;1.57;0.62 -5950;9;2666.46;9.50;534.00;1.57;1.06 -5951;9;1915.32;9.50;272.00;1.57;1.52 -5952;9;2065.84;9.50;1186.00;1.57;1.24 -5953;9;1806.20;9.50;1963.00;1.57;1.02 -5954;9;1471.02;9.50;573.00;1.57;1.22 -5955;9;189.56;9.50;86.00;1.57;1.16 -5956;9;155.36;9.50;1290.00;1.57;0.74 -5957;9;116.86;9.50;1939.00;1.57;0.88 -5958;9;378.48;9.50;1171.00;1.57;1.28 -5959;9;1169.12;9.50;645.00;1.57;1.20 -5960;9;4362.96;9.58;695.00;1.57;1.48 -5961;9;3176.54;9.50;1201.00;1.57;0.94 -5962;9;2951.54;9.50;190.00;1.57;0.94 -5963;9;1347.56;9.50;1340.00;1.57;0.80 -5964;9;1407.50;9.50;723.00;1.57;1.24 -5965;9;5564.82;9.50;822.00;1.57;1.08 -5966;9;2904.82;9.50;1874.00;1.57;1.02 -5967;9;5127.48;9.50;318.00;1.57;0.90 -5968;9;5603.26;9.50;1025.00;1.57;0.86 -5969;9;5335.68;9.50;1379.00;1.57;1.38 -5970;9;5016.62;9.50;1283.00;1.57;0.82 -5971;9;4181.80;9.50;841.00;1.57;0.80 -5972;9;3843.18;9.50;442.00;1.57;0.98 -5973;9;2732.76;9.50;87.00;1.57;1.04 -5974;9;2737.16;9.50;506.00;1.57;0.76 -5975;9;1982.30;9.50;318.00;1.57;1.30 -5976;9;2023.78;9.50;1286.00;1.57;1.14 -5977;9;1779.34;9.50;1997.00;1.57;0.94 -5978;9;1425.50;9.50;539.00;1.57;1.28 -5979;9;215.98;9.50;17.00;1.57;0.82 -5980;9;226.38;9.50;1255.00;1.57;1.06 -5981;9;173.04;9.50;1925.00;1.57;1.12 -5982;9;352.18;9.50;1070.00;1.57;0.98 -5983;9;1141.70;9.50;593.00;1.57;1.24 -5984;9;4338.28;9.50;738.00;1.57;1.08 -5985;9;3220.48;9.50;1176.00;1.57;0.62 -5986;9;1338.40;9.50;1255.00;1.57;1.34 -5987;9;1233.30;9.50;534.00;1.57;1.24 -5988;9;5462.56;9.50;882.00;1.57;1.22 -5989;9;2858.34;9.50;1701.00;1.57;0.74 -5990;9;5158.04;9.50;350.00;1.57;1.12 -5991;9;5540.24;9.50;1017.00;1.57;0.78 -5992;9;5383.02;9.50;1488.00;1.57;1.22 -5993;9;5049.72;9.50;1292.00;1.57;0.92 -5994;9;4133.82;9.50;830.00;1.57;1.02 -5995;9;3885.36;9.50;446.00;1.57;0.96 -5996;9;2704.84;9.50;50.00;1.57;1.02 -5997;9;2723.74;9.50;548.00;1.57;0.94 -5998;9;1988.86;9.50;271.00;1.57;1.10 -5999;9;1977.78;9.50;1331.00;1.57;1.24 -6000;9;1726.02;9.50;2003.00;1.57;0.82 -6001;9;1385.18;9.50;555.00;1.57;0.98 -6002;9;237.60;9.50;59.00;1.57;1.14 -6003;9;281.58;9.50;1261.00;1.57;1.02 -6004;9;138.70;9.50;1894.00;1.57;1.10 -6005;9;186.22;9.50;1006.00;1.57;1.36 -6006;9;1220.30;9.50;645.00;1.57;1.20 -6007;9;4324.44;9.50;772.00;1.57;0.84 -6008;9;3069.62;11.00;682.00;1.57;0.82 -6009;9;3204.84;9.70;1750.00;1.57;0.24 -6010;9;3031.12;11.80;1788.00;1.57;0.30 -6011;9;3266.26;9.50;1178.00;1.57;0.78 -6012;9;3267.32;9.90;1952.00;1.57;0.52 -6013;9;3149.30;9.80;1794.00;1.57;0.30 -6014;9;1405.92;9.50;1274.00;1.57;0.90 -6015;9;3211.14;9.73;2002.00;1.57;0.46 -6016;9;3533.18;10.45;1835.00;1.57;0.88 -6017;9;3375.76;9.50;1768.00;1.57;0.24 -6018;9;1073.66;9.50;457.00;1.57;1.08 -6019;9;5545.40;9.50;977.00;1.57;0.88 -6020;9;3405.70;11.08;630.00;1.57;0.70 -6021;9;3332.40;10.40;1835.00;1.57;0.30 -6022;9;3363.84;10.50;1674.00;1.57;0.24 -6023;9;3041.66;11.30;1776.00;1.57;0.26 -6024;9;3117.58;11.20;1871.00;1.57;0.32 -6025;9;3666.04;9.90;1709.00;1.57;0.30 -6026;9;2861.62;9.50;1807.00;1.57;0.82 -6027;9;3223.34;11.44;693.00;1.57;0.74 -6028;9;3005.56;10.39;1719.00;1.57;0.16 -6029;9;3334.86;9.79;1882.00;1.57;0.32 -6030;9;5085.58;9.50;362.00;1.57;1.00 -6031;9;5547.32;9.50;1085.00;1.57;0.68 -6032;9;5436.30;9.50;1500.00;1.57;1.18 -6033;9;3246.12;9.50;1792.00;1.57;0.26 -6034;9;3403.12;10.06;1760.00;1.57;0.32 -6035;9;3306.30;10.28;1708.00;1.57;0.30 -6036;9;5141.58;9.50;1327.00;1.57;1.38 -6037;9;4146.72;9.50;875.00;1.57;0.92 -6038;9;2979.04;10.53;1818.00;1.57;0.32 -6039;9;2951.08;10.73;729.00;1.57;0.88 -6040;9;3766.16;9.88;1934.00;1.57;1.10 -6041;9;2986.24;9.50;1851.00;1.57;0.32 -6042;9;2981.48;12.35;1767.00;1.57;0.28 -6043;9;3890.90;9.50;386.00;1.57;0.90 -6044;9;2700.20;9.50;136.00;1.57;1.20 -6045;9;3260.04;10.80;1876.00;1.57;0.42 -6046;9;2713.84;10.89;1679.00;1.57;0.24 -6047;9;3181.30;9.50;1779.00;1.57;0.30 -6048;9;2763.62;9.50;562.00;1.57;0.82 -6049;9;2612.52;9.50;1998.00;1.57;1.28 -6050;9;3083.48;9.54;1723.00;1.57;0.24 -6051;9;3410.68;10.17;1796.00;1.57;0.44 -6052;9;3290.66;9.91;1774.00;1.57;0.26 -6053;9;2076.94;9.50;1303.00;1.57;1.22 -6054;9;1805.40;9.50;2034.00;1.57;0.64 -6055;9;3091.12;15.12;1940.00;1.57;0.32 -6056;9;3391.84;10.50;1694.00;1.57;0.20 -6057;9;3332.48;10.05;1759.00;1.57;0.16 -6058;9;1374.06;9.50;455.00;1.57;1.28 -6059;9;135.12;9.50;110.00;1.57;1.32 -6060;9;289.78;9.50;1308.00;1.57;1.02 -6061;9;3225.06;10.44;1981.00;1.57;0.40 -6062;9;2684.22;9.50;1699.00;1.57;0.42 -6063;9;3073.12;10.05;1817.00;1.57;0.32 -6064;9;191.22;9.50;1844.00;1.57;1.12 -6065;9;194.70;9.50;957.00;1.57;1.12 -6066;9;3142.30;9.70;1754.00;1.57;0.24 -6067;9;3079.94;10.99;1835.00;1.57;0.30 -6068;9;1185.14;9.50;553.00;1.57;1.02 -6069;9;4832.54;9.50;56.00;1.57;0.86 -6070;9;3311.02;10.00;1765.00;1.57;0.22 -6071;9;3024.22;9.50;1904.00;1.57;0.30 -6072;9;2932.30;12.33;1714.00;1.57;0.24 -6073;9;3368.66;10.60;1736.00;1.57;0.26 -6074;9;3104.40;11.26;1902.00;1.57;0.36 -6075;9;3415.94;10.40;1761.00;1.57;0.34 -6076;9;3201.06;10.45;1931.00;1.57;0.34 -6077;9;3460.66;10.07;1694.00;1.57;0.24 -6078;9;3217.86;10.00;1812.00;1.57;0.22 -6079;9;3143.22;9.50;1988.00;1.57;0.42 -6080;9;2945.84;12.71;1746.00;1.57;0.24 -6081;9;3198.58;10.40;1835.00;1.57;0.34 -6082;9;3246.48;10.30;1760.00;1.57;0.24 -6083;9;3129.94;10.90;1866.00;1.57;0.32 -6084;9;3040.84;9.90;1725.00;1.57;0.24 -6085;9;4564.30;11.10;1899.00;1.57;2.06 -6086;9;3316.30;10.30;1701.00;1.57;0.28 -6087;9;3212.24;10.40;1898.00;1.57;0.38 -6088;9;3488.76;9.80;1769.00;1.57;0.36 -6089;9;3539.94;9.80;1702.00;1.57;0.30 -6090;9;3350.76;9.50;1801.00;1.57;0.26 -6091;9;3456.94;9.90;1750.00;1.57;0.24 -6092;9;3251.24;10.20;1987.00;1.57;0.38 -6093;9;3030.94;10.90;1751.00;1.57;0.28 -6094;9;3327.84;10.40;1789.00;1.57;0.20 -6095;9;3307.48;10.30;1720.00;1.57;0.28 -6096;9;3312.40;10.40;1834.00;1.57;0.26 -6097;9;3412.12;10.40;1730.00;1.57;0.30 -6098;9;3284.94;10.70;1832.00;1.57;0.34 -6099;9;3218.94;10.30;1703.00;1.57;0.20 -6100;9;3503.94;10.00;1751.00;1.57;0.24 -6101;9;3406.12;10.40;1685.00;1.57;0.22 -6102;9;3422.50;9.70;1819.00;1.57;0.50 -6103;9;2789.66;9.90;1563.00;1.57;0.22 -6104;9;2717.66;12.79;1692.00;1.57;0.26 -6105;9;3501.16;9.70;1853.00;1.57;0.76 -6106;9;3352.66;10.30;1763.00;1.57;0.26 -6107;9;3149.04;11.72;1971.00;1.57;0.36 -6108;9;3175.48;9.70;1738.00;1.57;0.18 -6109;9;3368.30;9.50;1777.00;1.57;0.22 -6110;9;3512.58;9.90;1744.00;1.57;0.22 -6111;9;3024.66;11.49;1880.00;1.57;0.26 -6112;9;3484.94;10.50;1722.00;1.57;0.22 -6113;9;3476.84;9.88;1683.00;1.57;0.24 -6114;9;2949.12;13.07;1787.00;1.57;0.32 -6115;9;2968.48;9.50;1733.00;1.57;0.24 -6116;9;2960.68;9.50;1826.00;1.57;0.32 -6117;9;3301.96;9.95;1976.00;1.57;0.48 -6118;9;2957.40;12.69;1803.00;1.57;0.32 -6119;9;3477.20;9.98;1713.00;1.57;0.20 -6120;9;3023.74;9.80;1637.00;1.57;0.14 -6121;9;3593.22;10.60;1767.00;1.57;0.42 -6122;9;3375.12;10.40;1676.00;1.57;0.22 -6123;9;3008.30;12.87;1773.00;1.57;0.30 -6124;9;3570.30;9.85;1698.00;1.57;0.30 -6125;9;3156.94;9.72;1883.00;1.57;0.34 -6126;9;3056.30;10.94;1813.00;1.57;0.30 -6127;9;3067.12;10.30;1736.00;1.57;0.28 -6128;9;3258.40;10.80;1925.00;1.57;0.40 -6129;9;3028.94;12.18;1803.00;1.57;0.30 -6130;9;3102.24;12.41;1954.00;1.57;0.40 -6131;9;3340.12;10.60;1717.00;1.57;0.22 -6132;9;3123.30;9.87;1831.00;1.57;0.30 -6133;9;3542.66;9.80;1723.00;1.57;0.26 -6134;9;3263.58;10.44;1845.00;1.57;0.38 -6135;9;3448.66;9.80;1669.00;1.57;0.24 -6136;9;2936.94;15.03;1772.00;1.57;0.30 -6137;9;3238.22;10.80;1894.00;1.57;0.28 -6138;9;3172.12;9.90;1792.00;1.57;0.32 -6139;9;3261.30;10.31;1709.00;1.57;0.24 -6140;9;3414.50;10.00;1916.00;1.57;0.34 -6141;9;3202.30;10.50;1797.00;1.57;0.30 -6142;9;3230.40;10.80;1946.00;1.57;0.40 -6143;9;3411.58;10.01;1705.00;1.57;0.18 -6144;9;3193.12;9.80;1749.00;1.57;0.24 -6145;9;2902.66;10.06;1747.00;1.57;0.18 -6146;9;3254.40;10.49;1824.00;1.57;0.16 -6147;9;3026.84;11.48;1766.00;1.57;0.24 -6148;9;3050.02;10.47;1677.00;1.57;0.22 -6149;9;3512.94;9.80;1673.00;1.57;0.26 -6150;9;3274.30;10.30;1770.00;1.57;0.22 -6151;9;2945.94;10.31;1713.00;1.57;0.26 -6152;9;3039.86;13.16;1883.00;1.57;0.32 -6153;9;3306.66;10.50;1786.00;1.57;0.26 -6154;9;3302.12;10.30;1697.00;1.57;0.20 -6155;9;3065.68;11.95;1926.00;1.57;0.42 -6156;9;3257.30;9.50;1794.00;1.57;0.30 -6157;9;3312.30;10.05;1949.00;1.57;0.30 -6158;9;3483.30;9.80;1705.00;1.57;0.20 -6159;9;3361.22;9.80;1821.00;1.57;0.30 -6160;9;2985.66;9.80;1745.00;1.57;0.26 -6161;9;3115.76;10.80;1858.00;1.57;0.30 -6162;9;3636.30;10.48;1708.00;1.57;0.30 -6163;9;3192.58;10.40;1768.00;1.57;0.22 -6164;9;3030.66;9.85;1718.00;1.57;0.26 -6165;9;3145.76;9.65;1879.00;1.57;0.34 -6166;9;3445.40;10.50;1762.00;1.57;0.40 -6167;9;3402.66;10.40;1693.00;1.57;0.16 -6168;9;3162.04;10.62;1920.00;1.57;0.40 -6169;9;3352.02;10.70;1742.00;1.57;0.22 -6170;9;3143.04;11.84;1942.00;1.57;0.36 -6171;9;3566.94;9.80;1709.00;1.57;0.24 -6172;9;3320.84;10.30;1764.00;1.57;0.24 -6173;9;2998.40;10.41;1843.00;1.57;0.40 -6174;9;3275.02;10.40;1727.00;1.57;0.22 -6175;9;3274.94;10.70;1850.00;1.57;0.34 -6176;9;2900.76;9.53;1699.00;1.57;0.24 -6177;9;3610.54;10.40;1849.00;1.57;0.86 -6178;9;3209.48;10.09;1699.00;1.57;0.26 -6179;9;3245.40;10.70;1884.00;1.57;0.34 -6180;9;3473.94;10.15;1693.00;1.57;0.24 -6181;9;3307.24;10.56;1917.00;1.57;0.24 -6182;9;3404.30;10.40;1748.00;1.57;0.28 -6183;9;3254.12;10.25;1948.00;1.57;0.32 -6184;9;2928.76;14.83;1735.00;1.57;0.34 -6185;9;3026.58;12.18;1834.00;1.57;0.30 -6186;9;3237.02;9.70;1753.00;1.57;0.22 -6187;9;2999.32;9.50;1864.00;1.57;0.42 -6188;9;3034.30;9.76;1710.00;1.57;0.18 -6189;9;3386.66;10.40;1716.00;1.57;0.24 -6190;9;3488.84;10.50;1733.00;1.57;0.24 -6191;9;3546.94;10.00;1693.00;1.57;0.26 -6192;9;3500.46;9.50;1907.00;1.57;1.06 -6193;9;3502.58;9.80;1767.00;1.57;0.38 -6194;9;3368.32;10.60;1928.00;1.57;0.36 -6195;9;3005.94;11.00;1739.00;1.57;0.30 -6196;9;2773.30;9.66;1756.00;1.57;0.30 -6197;9;3283.84;10.35;1717.00;1.57;0.22 -6198;9;3182.12;10.40;1814.00;1.57;0.32 -6199;9;3477.30;9.90;1763.00;1.57;0.30 -6200;9;3087.50;11.30;1853.00;1.57;0.30 -6201;9;3155.48;9.55;1709.00;1.57;0.18 -6202;9;3561.76;10.01;1750.00;1.57;0.36 -6203;9;3380.12;10.36;1683.00;1.57;0.26 -6204;9;2925.04;13.90;1779.00;1.57;0.24 -6205;9;2707.66;10.00;1693.00;1.57;0.26 -6206;9;3106.58;12.05;1915.00;1.57;0.38 -6207;9;2998.12;13.65;1793.00;1.57;0.32 -6208;9;3125.32;12.66;1953.00;1.57;0.40 -6209;9;3092.48;9.70;1728.00;1.57;0.20 -6210;9;3282.22;10.06;1808.00;1.57;0.36 -6211;9;4808.40;12.44;1890.00;1.57;1.88 -6212;9;3206.04;10.30;1844.00;1.57;0.30 -6213;9;3528.94;9.89;1732.00;1.57;0.26 -6214;9;3041.04;12.55;1905.00;1.57;0.38 -6215;9;3454.48;9.80;1677.00;1.57;0.18 -6216;9;2923.30;11.58;1769.00;1.57;0.28 -6217;9;3625.76;9.81;1668.00;1.57;0.26 -6218;9;2967.48;9.80;1573.00;1.57;0.20 -6219;9;3326.70;9.50;1185.00;1.57;0.70 -6220;9;3249.58;10.54;1615.00;1.57;0.28 -6221;9;2766.84;10.03;1568.00;1.57;0.20 -6222;9;3173.30;9.75;1661.00;1.57;0.24 -6223;9;1424.58;9.50;1342.00;1.57;1.38 -6224;9;3582.48;10.40;1663.00;1.57;0.28 -6225;9;3299.48;10.94;1673.00;1.57;0.28 -6226;9;3557.66;10.43;1583.00;1.57;0.26 -6227;9;868.10;9.50;650.00;1.57;1.10 -6228;9;5552.66;9.50;1051.00;1.57;0.80 -6229;9;3167.94;9.95;1635.00;1.57;0.20 -6230;9;3418.84;9.90;1582.00;1.57;0.22 -6231;9;3458.38;10.40;1634.00;1.57;0.18 -6232;9;3252.40;9.80;1555.00;1.57;0.18 -6233;9;3281.38;9.80;1588.00;1.57;0.18 -6234;9;2853.06;9.50;1745.00;1.57;0.66 -6235;9;2955.58;10.15;1661.00;1.57;0.28 -6236;9;3040.12;9.70;1577.00;1.57;0.22 -6237;9;2771.48;9.90;1593.00;1.57;0.20 -6238;9;5167.80;9.50;408.00;1.57;1.02 -6239;9;5503.10;9.50;1053.00;1.57;1.10 -6240;9;5452.38;9.50;1575.00;1.57;1.10 -6241;9;2892.12;9.60;1561.00;1.57;0.24 -6242;9;3255.84;9.80;1662.00;1.57;0.24 -6243;9;3323.02;10.00;1604.00;1.57;0.22 -6244;9;4181.00;9.50;932.00;1.57;1.00 -6245;9;3364.66;9.80;1663.00;1.57;0.20 -6246;9;3649.58;10.30;1639.00;1.57;0.28 -6247;9;3440.84;10.40;1667.00;1.57;0.18 -6248;9;3491.84;10.13;1583.00;1.57;0.22 -6249;9;3260.30;9.80;1633.00;1.57;0.30 -6250;9;3844.74;9.50;397.00;1.57;1.00 -6251;9;2645.30;9.50;107.00;1.57;1.22 -6252;9;3347.66;9.94;1587.00;1.57;0.20 -6253;9;3525.48;10.00;1633.00;1.57;0.26 -6254;9;3344.38;10.37;1552.00;1.57;0.18 -6255;9;2728.56;9.50;590.00;1.57;0.98 -6256;9;2040.78;9.50;388.00;1.57;1.06 -6257;9;2960.66;10.10;1599.00;1.57;0.22 -6258;9;3089.48;9.50;1671.00;1.57;0.28 -6259;9;3118.02;9.79;1570.00;1.57;0.20 -6260;9;1874.48;9.50;1369.00;1.57;1.28 -6261;9;1757.56;9.70;2029.00;1.57;0.78 -6262;9;3390.20;10.10;1600.00;1.57;0.20 -6263;9;2959.20;9.70;1577.00;1.57;0.20 -6264;9;3320.40;10.64;1655.00;1.57;0.28 -6265;9;1430.40;9.50;445.00;1.57;1.40 -6266;9;156.50;9.50;27.00;1.57;1.26 -6267;9;338.52;9.50;1257.00;1.57;1.02 -6268;9;2760.66;10.92;1612.00;1.57;0.18 -6269;9;3439.84;10.13;1658.00;1.57;0.20 -6270;9;2770.38;10.15;1575.00;1.57;0.18 -6271;9;132.96;9.50;1834.00;1.57;1.10 -6272;9;232.16;9.50;925.00;1.57;1.32 -6273;9;3312.30;10.28;1630.00;1.57;0.18 -6274;9;3630.94;10.55;1728.00;1.57;0.34 -6275;9;3570.58;10.68;1582.00;1.57;0.16 -6276;9;1157.50;9.50;512.00;1.57;0.98 -6277;9;4831.20;9.50;18.00;1.57;0.82 -6278;9;3631.76;9.96;1658.00;1.57;0.28 -6279;9;3415.66;10.00;1589.00;1.57;0.20 -6280;9;3209.66;10.40;1569.00;1.57;0.20 -6281;9;3174.84;10.21;1605.00;1.57;0.24 -6282;9;3027.56;10.30;1588.00;1.57;0.16 -6283;9;3392.84;10.60;1650.00;1.57;0.22 -6284;9;3461.84;10.19;1606.00;1.57;0.22 -6285;9;3664.76;10.00;1636.00;1.57;0.30 -6286;9;2898.20;9.50;1570.00;1.57;0.20 -6287;9;2995.02;9.67;1641.00;1.57;0.22 -6288;9;3625.76;10.38;1703.00;1.57;0.28 -6289;9;2647.76;10.96;1579.00;1.57;0.24 -6290;9;3389.30;11.55;1619.00;1.57;0.20 -6291;9;3481.84;9.90;1586.00;1.57;0.20 -6292;9;3257.94;9.90;1592.00;1.57;0.24 -6293;9;3284.76;10.07;1643.00;1.57;0.28 -6294;9;3534.30;10.84;1607.00;1.57;0.24 -6295;9;3467.48;10.05;1646.00;1.57;0.26 -6296;9;3179.30;9.70;1620.00;1.57;0.28 -6297;9;3600.58;10.40;1680.00;1.57;0.24 -6298;9;2966.02;9.70;1583.00;1.57;0.20 -6299;9;3475.66;10.31;1637.00;1.57;0.26 -6300;9;2742.12;11.71;1661.00;1.57;0.16 -6301;9;2748.84;13.01;1581.00;1.57;0.20 -6302;9;3554.30;11.40;1591.00;1.57;0.24 -6303;9;3340.40;10.58;1642.00;1.57;0.20 -6304;9;3351.66;10.50;1558.00;1.57;0.18 -6305;9;3324.20;9.90;1592.00;1.57;0.20 -6306;9;3196.12;10.14;1572.00;1.57;0.26 -6307;9;3543.38;9.90;1649.00;1.57;0.18 -6308;9;3631.66;9.90;1614.00;1.57;0.26 -6309;9;3041.02;9.70;1588.00;1.57;0.22 -6310;9;2988.02;9.50;1690.00;1.57;0.22 -6311;9;3041.12;10.20;1703.00;1.57;0.20 -6312;9;3525.66;10.00;1622.00;1.57;0.24 -6313;9;2660.84;10.00;1586.00;1.57;0.24 -6314;9;3138.12;9.70;1644.00;1.57;0.28 -6315;9;3395.48;10.10;1594.00;1.57;0.24 -6316;9;3422.84;10.20;1642.00;1.57;0.24 -6317;9;3424.38;10.11;1557.00;1.57;0.18 -6318;9;2758.38;10.06;1602.00;1.57;0.18 -6319;9;3272.66;9.80;1564.00;1.57;0.26 -6320;9;2731.12;11.43;1646.00;1.57;0.22 -6321;9;3110.68;9.80;1580.00;1.57;0.24 -6322;9;3153.48;9.70;1677.00;1.57;0.26 -6323;9;3610.58;10.50;1639.00;1.57;0.26 -6324;9;3249.30;9.70;1678.00;1.57;0.26 -6325;9;2957.84;9.65;1586.00;1.57;0.18 -6326;9;3251.66;9.80;1637.00;1.57;0.26 -6327;9;3498.20;9.81;1635.00;1.57;0.20 -6328;9;3486.02;9.80;1558.00;1.57;0.20 -6329;9;3464.02;9.80;1590.00;1.57;0.20 -6330;9;3339.02;10.10;1558.00;1.57;0.22 -6331;9;3002.94;9.84;1687.00;1.57;0.24 -6332;9;3121.76;9.66;1613.00;1.57;0.24 -6333;9;3399.20;10.26;1605.00;1.57;0.20 -6334;9;3032.48;9.50;1596.00;1.57;0.24 -6335;9;2751.20;10.22;1610.00;1.57;0.20 -6336;9;2892.48;9.69;1582.00;1.57;0.28 -6337;9;3538.84;10.83;1598.00;1.57;0.22 -6338;9;3563.58;9.90;1637.00;1.57;0.22 -6339;9;3558.20;9.87;1561.00;1.57;0.20 -6340;9;3211.76;10.52;1607.00;1.57;0.28 -6341;9;3415.02;10.00;1560.00;1.57;0.22 -6342;9;3165.94;10.32;1656.00;1.57;0.26 -6343;9;3471.48;9.80;1611.00;1.57;0.20 -6344;9;3279.20;9.80;1574.00;1.57;0.20 -6345;9;3004.94;9.50;1645.00;1.57;0.18 -6346;9;3394.84;10.26;1666.00;1.57;0.20 -6347;9;3110.04;9.80;1586.00;1.57;0.24 -6348;9;3380.48;10.45;1626.00;1.57;0.24 -6349;9;2949.20;9.78;1587.00;1.57;0.20 -6350;9;2718.48;9.70;1632.00;1.57;0.26 -6351;9;2762.02;9.90;1553.00;1.57;0.22 -6352;9;3613.30;10.40;1609.00;1.57;0.20 -6353;9;3479.48;9.80;1566.00;1.57;0.18 -6354;9;3283.48;9.95;1605.00;1.57;0.20 -6355;9;3351.02;10.37;1568.00;1.57;0.22 -6356;9;3409.12;10.00;1658.00;1.57;0.18 -6357;9;3532.84;10.39;1617.00;1.57;0.24 -6358;9;3461.02;9.80;1664.00;1.57;0.20 -6359;9;3196.94;9.92;1586.00;1.57;0.22 -6360;9;3167.94;9.70;1628.00;1.57;0.20 -6361;9;3036.56;9.50;1625.00;1.57;0.12 -6362;9;3452.84;9.83;1626.00;1.57;0.24 -6363;9;2727.94;9.50;1592.00;1.57;0.32 -6364;9;2960.04;9.91;1649.00;1.57;0.32 -6365;9;3359.02;10.00;1597.00;1.57;0.18 -6366;9;3548.48;10.05;1566.00;1.57;0.20 -6367;9;3316.84;10.50;1647.00;1.57;0.22 -6368;9;3635.40;10.10;1634.00;1.57;0.22 -6369;9;3421.66;10.05;1566.00;1.57;0.24 -6370;9;3474.02;9.80;1653.00;1.57;0.22 -6371;9;3248.94;10.42;1626.00;1.57;0.24 -6372;9;3536.66;10.40;1671.00;1.57;0.26 -6373;9;3269.84;9.80;1576.00;1.57;0.24 -6374;9;3517.02;10.00;1625.00;1.57;0.22 -6375;9;3126.48;10.04;1593.00;1.57;0.28 -6376;9;3169.02;10.35;1644.00;1.57;0.22 -6377;9;2956.38;10.35;1569.00;1.57;0.18 -6378;9;2754.56;10.93;1568.00;1.57;0.16 -6379;9;3629.84;10.78;1569.00;1.57;0.24 -6380;9;3387.48;10.79;1640.00;1.57;0.18 -6381;9;3196.48;10.30;1702.00;1.57;0.18 -6382;9;3490.38;9.84;1568.00;1.57;0.18 -6383;9;3559.58;9.80;1678.00;1.57;0.26 -6384;9;2748.84;9.50;1602.00;1.57;0.20 -6385;9;2723.02;11.67;1664.00;1.57;0.22 -6386;9;3344.20;10.58;1566.00;1.57;0.20 -6387;9;3322.20;10.58;1622.00;1.57;0.20 -6388;9;3622.94;10.17;1650.00;1.57;0.34 -6389;9;2960.48;9.70;1607.00;1.57;0.24 -6390;9;3032.20;9.83;1585.00;1.57;0.20 -6391;9;3500.30;10.43;1602.00;1.57;0.22 -6392;9;3462.02;10.29;1642.00;1.57;0.22 -6393;9;2989.48;9.70;1631.00;1.57;0.28 -6394;9;3551.84;10.26;1574.00;1.57;0.22 -6395;9;2721.38;9.66;1651.00;1.57;0.18 -6396;9;3390.48;10.20;1611.00;1.57;0.18 -6397;9;3036.30;9.60;1695.00;1.57;0.20 -6398;9;3414.02;10.00;1571.00;1.57;0.22 -6399;9;2745.12;9.76;1619.00;1.57;0.20 -6400;9;3313.48;10.60;1638.00;1.57;0.20 -6401;9;3096.84;9.80;1572.00;1.57;0.22 -6402;9;3113.48;9.70;1606.00;1.57;0.24 -6403;9;3520.48;9.85;1650.00;1.57;0.24 -6404;9;3579.66;10.06;1600.00;1.57;0.26 -6405;9;2638.58;9.81;1571.00;1.57;0.20 -6406;9;3012.84;10.00;1681.00;1.57;0.24 -6407;9;3162.48;9.94;1620.00;1.57;0.20 -6408;9;3211.30;10.40;1689.00;1.57;0.24 -6409;9;3484.48;9.80;1577.00;1.57;0.20 -6410;9;3461.66;10.13;1622.00;1.57;0.18 -6411;9;3347.02;10.45;1578.00;1.57;0.22 -6412;9;3005.66;9.70;1661.00;1.57;0.22 -6413;9;3201.76;9.92;1600.00;1.57;0.36 -6414;9;3387.66;11.26;1633.00;1.57;0.18 -6415;9;3196.66;9.80;1560.00;1.57;0.24 -6416;9;3127.66;10.81;1539.00;1.57;0.20 -6417;9;3447.20;9.77;1453.00;1.57;0.20 -6418;9;3015.02;11.75;1515.00;1.57;0.22 -6419;9;3330.48;9.50;1243.00;1.57;0.92 -6420;9;3385.30;9.71;1460.00;1.57;0.18 -6421;9;2968.66;10.58;1521.00;1.57;0.24 -6422;9;1488.96;9.50;1301.00;1.57;1.08 -6423;9;3331.30;10.15;1478.00;1.57;0.24 -6424;9;3614.48;9.80;1554.00;1.57;0.24 -6425;9;872.50;9.50;579.00;1.57;1.28 -6426;9;1283.40;9.50;630.00;1.57;1.02 -6427;9;5463.22;9.50;1029.00;1.57;1.22 -6428;9;3443.66;9.81;1543.00;1.57;0.24 -6429;9;3230.30;10.20;1501.00;1.57;0.26 -6430;9;3555.84;9.76;1516.00;1.57;0.24 -6431;9;3165.48;12.45;1501.00;1.57;0.28 -6432;9;3396.84;9.90;1519.00;1.57;0.24 -6433;9;4360.62;9.50;104.00;1.57;0.82 -6434;9;2830.44;9.50;1796.00;1.57;0.84 -6435;9;3213.30;10.30;1534.00;1.57;0.28 -6436;9;3516.76;11.26;1358.00;1.57;0.18 -6437;9;5132.42;9.50;438.00;1.57;1.26 -6438;9;5454.16;9.50;1076.00;1.57;0.96 -6439;9;5495.76;9.50;1531.00;1.57;0.94 -6440;9;3021.48;10.99;1525.00;1.57;0.26 -6441;9;3007.66;9.80;1555.00;1.57;0.24 -6442;9;4962.28;9.50;1441.00;1.57;1.08 -6443;9;4170.44;9.50;979.00;1.57;0.84 -6444;9;2927.02;11.07;1520.00;1.57;0.20 -6445;9;3405.02;9.70;1463.00;1.57;0.20 -6446;9;2847.84;9.70;1536.00;1.57;0.24 -6447;9;4275.10;9.50;17.00;1.57;0.82 -6448;9;4303.00;9.50;308.00;1.57;1.00 -6449;9;2778.84;9.50;1506.00;1.57;0.24 -6450;9;3513.02;10.00;1549.00;1.57;0.22 -6451;9;3316.94;9.80;1483.00;1.57;0.26 -6452;9;3815.74;9.50;353.00;1.57;1.14 -6453;9;2685.26;9.50;88.00;1.57;0.86 -6454;9;3472.84;9.95;1508.00;1.57;0.24 -6455;9;3236.48;10.10;1490.00;1.57;0.28 -6456;9;2687.54;9.50;581.00;1.57;0.94 -6457;9;2306.58;9.50;428.00;1.57;1.38 -6458;9;3295.84;9.80;1530.00;1.57;0.22 -6459;9;3228.48;10.15;1643.00;1.57;0.26 -6460;9;3174.30;12.89;1494.00;1.57;0.26 -6461;9;1859.20;9.50;1256.00;1.57;1.20 -6462;9;3077.02;10.37;1542.00;1.57;0.22 -6463;9;3520.48;9.84;1460.00;1.57;0.20 -6464;9;3096.12;11.42;1523.00;1.57;0.20 -6465;9;1403.46;9.50;391.00;1.57;1.30 -6466;9;95.82;9.50;65.00;1.57;1.50 -6467;9;381.72;9.50;1220.00;1.57;0.96 -6468;9;3473.66;9.70;1453.00;1.57;0.22 -6469;9;2912.02;9.70;1544.00;1.57;0.22 -6470;9;2999.02;13.19;1523.00;1.57;0.22 -6471;9;134.48;9.50;1795.00;1.57;1.28 -6472;9;277.16;9.50;960.00;1.57;0.94 -6473;9;3586.48;9.70;1550.00;1.57;0.24 -6474;9;3395.12;9.93;1477.00;1.57;0.26 -6475;9;1130.28;9.50;543.00;1.57;1.02 -6476;9;4860.10;9.50;81.00;1.57;1.04 -6477;9;3406.84;9.90;1551.00;1.57;0.22 -6478;9;3322.48;9.90;1490.00;1.57;0.20 -6479;9;3532.66;10.92;1519.00;1.57;0.26 -6480;9;3262.48;10.10;1494.00;1.57;0.28 -6481;9;3360.20;9.87;1527.00;1.57;0.20 -6482;9;882.76;12.75;1573.00;1.57;0.36 -6483;9;3175.48;11.65;1504.00;1.57;0.24 -6484;9;3158.66;10.00;1549.00;1.57;0.26 -6485;9;3072.12;14.21;1524.00;1.57;0.22 -6486;9;3526.66;10.16;1479.00;1.57;0.26 -6487;9;2984.02;10.02;1557.00;1.57;0.16 -6488;9;2937.66;10.63;1522.00;1.57;0.20 -6489;9;2769.48;9.85;1550.00;1.57;0.26 -6490;9;3465.30;10.10;1465.00;1.57;0.20 -6491;9;3602.58;9.60;1506.00;1.57;0.36 -6492;9;3480.66;9.80;1552.00;1.57;0.16 -6493;9;3402.30;9.90;1473.00;1.57;0.24 -6494;9;3434.02;10.50;1521.00;1.57;0.22 -6495;9;3320.48;9.90;1500.00;1.57;0.22 -6496;9;2888.20;9.70;1549.00;1.57;0.20 -6497;9;3267.20;10.10;1505.00;1.57;0.20 -6498;9;3587.94;9.60;1473.00;1.57;0.34 -6499;9;3139.84;11.19;1521.00;1.57;0.24 -6500;9;2894.20;9.70;1546.00;1.57;0.20 -6501;9;2993.20;11.06;1540.00;1.57;0.20 -6502;9;3549.30;9.70;1553.00;1.57;0.28 -6503;9;3474.02;9.70;1471.00;1.57;0.22 -6504;9;2850.20;9.71;1519.00;1.57;0.20 -6505;9;3405.02;10.00;1485.00;1.57;0.22 -6506;9;3505.02;10.00;1515.00;1.57;0.22 -6507;9;3332.12;9.90;1496.00;1.57;0.24 -6508;9;3312.12;9.80;1541.00;1.57;0.24 -6509;9;3218.20;10.36;1513.00;1.57;0.20 -6510;9;1555.68;10.60;1669.00;1.57;0.40 -6511;9;3133.84;9.88;1551.00;1.57;0.20 -6512;9;3076.84;10.25;1531.00;1.57;0.22 -6513;9;2957.48;10.54;1551.00;1.57;0.20 -6514;9;3576.94;9.60;1470.00;1.57;0.30 -6515;9;3627.30;9.70;1558.00;1.57;0.28 -6516;9;3521.12;10.31;1487.00;1.57;0.22 -6517;9;3379.02;9.90;1525.00;1.57;0.22 -6518;9;2847.02;9.80;1475.00;1.57;0.20 -6519;9;3407.66;10.35;1493.00;1.57;0.24 -6520;9;3223.94;10.00;1542.00;1.57;0.22 -6521;9;3007.84;9.70;1568.00;1.57;0.22 -6522;9;3151.48;10.45;1517.00;1.57;0.28 -6523;9;3595.76;9.60;1482.00;1.57;0.28 -6524;9;2976.66;10.93;1539.00;1.57;0.22 -6525;9;3536.12;9.60;1488.00;1.57;0.26 -6526;9;2713.68;9.50;1536.00;1.57;0.28 -6527;9;3486.66;10.30;1483.00;1.57;0.24 -6528;9;3451.84;9.80;1527.00;1.57;0.24 -6529;9;2918.02;14.79;1479.00;1.57;0.20 -6530;9;3378.30;9.80;1497.00;1.57;0.26 -6531;9;2880.84;10.30;1476.00;1.57;0.24 -6532;9;3289.02;10.00;1536.00;1.57;0.22 -6533;9;2821.84;10.40;1473.00;1.57;0.24 -6534;9;3051.38;13.26;1540.00;1.57;0.18 -6535;9;2925.84;9.75;1555.00;1.57;0.20 -6536;9;2753.12;9.53;1473.00;1.57;0.24 -6537;9;2890.02;11.35;1527.00;1.57;0.18 -6538;9;3633.00;9.80;1886.00;1.57;0.86 -6539;9;3512.66;9.70;1530.00;1.57;0.22 -6540;9;2972.12;11.33;1493.00;1.57;0.24 -6541;9;3527.66;10.41;1497.00;1.57;0.26 -6542;9;2932.02;11.38;1489.00;1.57;0.20 -6543;9;3360.20;10.07;1538.00;1.57;0.20 -6544;9;3452.02;9.80;1493.00;1.57;0.22 -6545;9;2879.76;10.75;1493.00;1.57;0.20 -6546;9;3176.76;9.90;1551.00;1.57;0.24 -6547;9;2821.48;9.90;1486.00;1.57;0.28 -6548;9;2756.66;10.40;1480.00;1.57;0.22 -6549;9;2948.20;10.80;1534.00;1.57;0.20 -6550;9;3212.04;9.50;1285.00;1.57;0.44 -6551;9;3586.66;9.70;1521.00;1.57;0.26 -6552;9;3042.84;15.06;1492.00;1.57;0.24 -6553;9;3432.30;9.90;1539.00;1.57;0.22 -6554;9;3377.94;9.90;1507.00;1.57;0.22 -6555;9;2954.12;10.90;1500.00;1.57;0.24 -6556;9;3249.76;10.00;1548.00;1.57;0.20 -6557;9;3208.30;10.56;1520.00;1.57;0.28 -6558;9;3063.56;10.39;1567.00;1.57;0.16 -6559;9;3014.84;12.55;1538.00;1.57;0.20 -6560;9;2856.76;9.67;1539.00;1.57;0.20 -6561;9;3102.58;10.00;1481.00;1.57;0.18 -6562;9;3070.12;10.95;1509.00;1.57;0.20 -6563;9;3496.30;9.80;1533.00;1.57;0.18 -6564;9;3573.76;9.68;1494.00;1.57;0.34 -6565;9;3330.66;9.80;1544.00;1.57;0.18 -6566;9;3455.20;10.15;1501.00;1.57;0.20 -6567;9;3129.48;9.79;1571.00;1.57;0.20 -6568;9;2939.84;10.26;1502.00;1.57;0.20 -6569;9;2827.20;10.07;1503.00;1.57;0.20 -6570;9;2914.38;9.85;1536.00;1.57;0.18 -6571;9;3177.94;14.80;1478.00;1.57;0.22 -6572;9;2750.12;9.70;1489.00;1.57;0.18 -6573;9;3133.30;9.95;1490.00;1.57;0.12 -6574;9;3565.48;10.59;1532.00;1.57;0.28 -6575;9;3514.48;10.94;1513.00;1.57;0.24 -6576;9;3078.02;10.22;1501.00;1.57;0.22 -6577;9;3387.84;9.90;1538.00;1.57;0.16 -6578;9;3350.84;9.71;1505.00;1.57;0.24 -6579;9;3223.76;9.80;1557.00;1.57;0.18 -6580;9;3171.48;10.09;1529.00;1.57;0.28 -6581;9;2948.48;11.05;1505.00;1.57;0.20 -6582;9;2987.66;10.00;1549.00;1.57;0.14 -6583;9;2897.66;11.30;1512.00;1.57;0.26 -6584;9;3216.20;10.38;1473.00;1.57;0.20 -6585;9;2834.84;9.80;1506.00;1.57;0.18 -6586;9;3143.48;9.95;1494.00;1.57;0.20 -6587;9;3463.84;10.00;1541.00;1.57;0.20 -6588;9;3581.12;9.60;1503.00;1.57;0.32 -6589;9;3305.30;9.80;1555.00;1.57;0.24 -6590;9;3082.48;10.80;1506.00;1.57;0.24 -6591;9;3433.30;10.10;1510.00;1.57;0.20 -6592;9;3014.12;14.97;1506.00;1.57;0.28 -6593;9;3244.12;10.10;1530.00;1.57;0.20 -6594;9;2950.20;10.30;1516.00;1.57;0.20 -6595;9;3044.30;10.41;1549.00;1.57;0.16 -6596;9;3351.12;9.70;1458.00;1.57;0.24 -6597;9;3287.76;10.40;1476.00;1.57;0.26 -6598;9;2870.84;9.65;1541.00;1.57;0.16 -6599;9;2804.84;9.90;1500.00;1.57;0.24 -6600;9;3242.30;11.34;1472.00;1.57;0.28 -6601;9;3539.76;11.10;1535.00;1.57;0.28 -6602;9;3500.66;10.02;1508.00;1.57;0.16 -6603;9;3378.20;10.06;1542.00;1.57;0.20 -6604;9;3148.30;9.95;1499.00;1.57;0.26 -6605;9;3320.66;9.80;1520.00;1.57;0.26 -6606;9;2979.48;11.15;1410.00;1.57;0.20 -6607;9;1553.48;10.69;1620.00;1.57;0.28 -6608;9;3283.36;9.50;1240.00;1.57;0.96 -6609;9;2901.20;13.74;1427.00;1.57;0.18 -6610;9;1534.66;9.50;1633.00;1.57;0.26 -6611;9;3048.20;12.17;1411.00;1.57;0.20 -6612;9;1474.74;9.50;1341.00;1.57;0.94 -6613;9;2876.74;11.06;1432.00;1.57;0.14 -6614;9;3054.66;12.40;1418.00;1.57;0.16 -6615;9;3633.94;9.60;1473.00;1.57;0.34 -6616;9;979.88;9.50;544.00;1.57;1.06 -6617;9;5259.94;9.50;949.00;1.57;1.34 -6618;9;2832.94;10.00;1428.00;1.57;0.24 -6619;9;3065.02;11.29;1417.00;1.57;0.20 -6620;9;3546.30;9.60;1455.00;1.57;0.30 -6621;9;2787.92;9.50;1419.00;1.57;0.12 -6622;9;2915.48;9.70;1554.00;1.57;0.14 -6623;9;4441.56;9.50;170.00;1.57;1.14 -6624;9;2870.80;9.50;1663.00;1.57;0.80 -6625;9;1623.12;10.40;1635.00;1.57;0.28 -6626;9;3017.56;9.60;1429.00;1.57;0.16 -6627;9;5174.34;9.50;470.00;1.57;1.26 -6628;9;5411.66;9.50;1054.00;1.57;1.10 -6629;9;5446.60;9.50;1398.00;1.57;0.98 -6630;9;1611.12;10.46;1637.00;1.57;0.26 -6631;9;2972.20;13.81;1439.00;1.57;0.20 -6632;9;4907.04;9.50;1383.00;1.57;1.22 -6633;9;4141.66;9.50;946.00;1.57;1.14 -6634;9;3136.20;9.81;1408.00;1.57;0.20 -6635;9;2934.20;13.71;1437.00;1.57;0.20 -6636;9;4187.26;9.50;10.00;1.57;0.50 -6637;9;4334.92;9.50;267.00;1.57;1.04 -6638;9;4433.86;14.36;1254.00;1.57;0.40 -6639;9;2891.20;10.10;1437.00;1.57;0.20 -6640;9;3767.54;9.50;338.00;1.57;0.94 -6641;9;2646.94;9.50;52.00;1.57;1.10 -6642;9;3516.76;15.26;1317.00;1.57;0.22 -6643;9;3120.38;9.95;1433.00;1.57;0.18 -6644;9;2845.66;10.20;1447.00;1.57;0.20 -6645;9;2691.64;9.50;631.00;1.57;1.04 -6646;9;2390.66;9.50;467.00;1.57;1.06 -6647;9;3091.48;9.85;1423.00;1.57;0.20 -6648;9;2840.38;10.00;1437.00;1.57;0.18 -6649;9;1846.60;9.50;1216.00;1.57;1.22 -6650;9;3038.66;12.45;1431.00;1.57;0.26 -6651;9;2835.02;10.15;1447.00;1.57;0.22 -6652;9;3172.12;9.76;1405.00;1.57;0.20 -6653;9;1332.84;9.50;529.00;1.57;1.24 -6654;9;86.80;9.50;15.00;1.57;0.74 -6655;9;462.24;9.50;1204.00;1.57;1.02 -6656;9;2994.66;10.26;1438.00;1.57;0.20 -6657;9;2787.30;9.50;1440.00;1.57;0.30 -6658;9;3204.94;9.70;1398.00;1.57;0.24 -6659;9;120.48;9.50;1724.00;1.57;1.06 -6660;9;238.92;9.50;993.00;1.57;1.12 -6661;9;2953.66;11.94;1439.00;1.57;0.26 -6662;9;1572.48;10.79;1644.00;1.57;0.28 -6663;9;1200.78;9.50;492.00;1.57;1.26 -6664;9;4887.82;9.50;62.00;1.57;0.92 -6665;9;897.58;12.77;1573.00;1.57;0.28 -6666;9;2901.66;10.20;1446.00;1.57;0.26 -6667;9;3161.48;14.39;1418.00;1.57;0.20 -6668;9;2894.20;10.10;1446.00;1.57;0.20 -6669;9;3481.66;15.10;1350.00;1.57;0.26 -6670;9;3101.66;9.80;1440.00;1.57;0.22 -6671;9;3485.94;14.41;1358.00;1.57;0.16 -6672;9;3059.02;10.72;1446.00;1.57;0.22 -6673;9;3009.76;12.27;1449.00;1.57;0.14 -6674;9;3471.30;15.61;1380.00;1.57;0.26 -6675;9;2972.30;16.39;1448.00;1.57;0.18 -6676;9;1569.58;10.45;1661.00;1.57;0.34 -6677;9;3234.48;9.70;1406.00;1.57;0.26 -6678;9;2961.66;14.93;1457.00;1.57;0.20 -6679;9;3177.12;15.57;1431.00;1.57;0.20 -6680;9;2956.02;11.82;1462.00;1.57;0.22 -6681;9;884.30;10.06;1517.00;1.57;0.28 -6682;9;3137.22;9.83;1441.00;1.57;0.14 -6683;9;2915.84;10.53;1460.00;1.57;0.18 -6684;9;4885.84;9.98;1416.00;1.57;0.24 -6685;9;3080.30;9.85;1444.00;1.57;0.16 -6686;9;4898.94;9.75;1445.00;1.57;0.24 -6687;9;3029.66;12.23;1459.00;1.57;0.20 -6688;9;2841.84;10.43;1466.00;1.57;0.24 -6689;9;3529.30;11.60;1377.00;1.57;0.28 -6690;9;3048.66;13.90;1471.00;1.57;0.26 -6691;9;3020.66;14.20;1465.00;1.57;0.20 -6692;9;3447.94;14.67;1392.00;1.57;0.26 -6693;9;2975.84;12.48;1475.00;1.57;0.24 -6694;9;922.94;9.70;1496.00;1.57;0.32 -6695;9;3187.84;13.83;1423.00;1.57;0.22 -6696;9;1463.68;10.55;1506.00;1.57;0.44 -6697;9;3142.66;10.54;1449.00;1.57;0.18 -6698;9;2901.20;10.07;1471.00;1.57;0.20 -6699;9;916.12;10.26;1503.00;1.57;0.32 -6700;9;3113.02;9.80;1446.00;1.57;0.22 -6701;9;3543.12;11.62;1391.00;1.57;0.24 -6702;9;3503.66;11.03;1400.00;1.57;0.26 -6703;9;3093.84;9.61;1457.00;1.57;0.22 -6704;9;3338.48;10.74;1414.00;1.57;0.28 -6705;9;1552.84;10.30;1567.00;1.57;0.24 -6706;9;3238.02;9.95;1428.00;1.57;0.22 -6707;9;1564.94;10.46;1584.00;1.57;0.22 -6708;9;3010.12;12.55;1479.00;1.57;0.22 -6709;9;3188.66;13.35;1430.00;1.57;0.16 -6710;9;1501.76;10.70;1590.00;1.57;0.36 -6711;9;3167.12;15.02;1452.00;1.57;0.16 -6712;9;2926.20;10.01;1481.00;1.57;0.20 -6713;9;1444.48;10.45;1569.00;1.57;0.24 -6714;9;3170.48;12.50;1458.00;1.57;0.16 -6715;9;4946.12;11.13;1434.00;1.57;0.32 -6716;9;3120.84;9.76;1465.00;1.57;0.24 -6717;9;1620.94;12.94;1587.00;1.57;0.30 -6718;9;3481.02;11.59;1399.00;1.57;0.22 -6719;9;1699.48;11.80;1631.00;1.57;0.28 -6720;9;3074.84;10.88;1470.00;1.57;0.24 -6721;9;3429.66;11.89;1399.00;1.57;0.24 -6722;9;1190.60;11.99;1667.00;1.57;0.46 -6723;9;3036.66;11.38;1487.00;1.57;0.22 -6724;9;3337.48;9.74;1425.00;1.57;0.24 -6725;9;2999.66;11.33;1486.00;1.57;0.18 -6726;9;1073.68;11.30;1799.00;1.57;0.48 -6727;9;3270.12;9.68;1437.00;1.57;0.28 -6728;9;1291.84;10.70;1838.00;1.57;1.24 -6729;9;3236.84;10.18;1438.00;1.57;0.24 -6730;9;3528.48;10.20;1402.00;1.57;0.26 -6731;9;3186.84;13.67;1459.00;1.57;0.24 -6732;9;1691.12;9.80;1590.00;1.57;0.28 -6733;9;3490.48;10.45;1397.00;1.57;0.22 -6734;9;2668.84;9.50;1364.00;1.57;0.24 -6735;9;3148.12;10.18;1472.00;1.57;0.22 -6736;9;3441.02;12.45;1406.00;1.57;0.20 -6737;9;1403.58;10.20;1571.00;1.57;0.32 -6738;9;3435.12;11.70;1414.00;1.57;0.18 -6739;9;3063.02;10.91;1484.00;1.57;0.16 -6740;9;1634.02;11.87;1775.00;1.57;1.22 -6741;9;3382.76;9.57;1421.00;1.57;0.16 -6742;9;1025.78;14.60;1664.00;1.57;0.58 -6743;9;3260.68;9.80;1442.00;1.57;0.24 -6744;9;2731.48;10.49;1281.00;1.57;0.24 -6745;9;892.66;12.21;1526.00;1.57;0.26 -6746;9;2722.20;12.83;1373.00;1.57;0.16 -6747;9;3227.66;9.68;1448.00;1.57;0.22 -6748;9;3531.48;10.60;1410.00;1.57;0.28 -6749;9;2723.48;12.99;1385.00;1.57;0.20 -6750;9;3488.66;11.91;1416.00;1.57;0.24 -6751;9;3127.66;9.80;1483.00;1.57;0.26 -6752;9;1321.22;10.60;1656.00;1.57;0.42 -6753;9;3468.66;12.90;1416.00;1.57;0.24 -6754;9;988.80;12.55;1810.00;1.57;0.80 -6755;9;3407.02;9.70;1434.00;1.57;0.22 -6756;9;2767.76;11.16;1383.00;1.57;0.20 -6757;9;878.12;10.14;1527.00;1.57;0.30 -6758;9;3543.84;9.60;1427.00;1.57;0.24 -6759;9;2801.38;10.34;1398.00;1.57;0.18 -6760;9;3536.02;9.67;1431.00;1.57;0.22 -6761;9;3205.48;11.10;1471.00;1.57;0.22 -6762;9;2793.38;10.18;1401.00;1.57;0.18 -6763;9;3532.58;11.64;1351.00;1.57;0.24 -6764;9;2689.38;11.42;1385.00;1.57;0.18 -6765;9;3484.76;9.80;1439.00;1.57;0.16 -6766;9;2826.38;10.00;1391.00;1.57;0.18 -6767;9;1378.98;11.50;1693.00;1.57;0.44 -6768;9;3424.48;9.70;1428.00;1.57;0.28 -6769;9;1484.94;10.80;1597.00;1.57;0.34 -6770;9;2857.48;13.24;1410.00;1.57;0.24 -6771;9;3344.84;9.70;1444.00;1.57;0.20 -6772;9;883.48;12.84;1541.00;1.57;0.28 -6773;9;2840.56;10.11;1417.00;1.57;0.16 -6774;9;4957.94;13.12;1471.00;1.57;0.30 -6775;9;2812.84;10.00;1406.00;1.57;0.24 -6776;9;3384.66;10.00;1470.00;1.57;0.26 -6777;9;2787.20;9.61;1405.00;1.57;0.20 -6778;9;1618.40;10.19;1619.00;1.57;0.26 -6779;9;1104.84;10.80;1916.00;1.57;1.24 -6780;9;2920.02;13.18;1420.00;1.57;0.20 -6781;9;3436.48;9.70;1437.00;1.57;0.20 -6782;9;1473.48;10.70;1608.00;1.57;0.28 -6783;9;3401.76;9.57;1446.00;1.57;0.30 -6784;9;2892.20;10.84;1427.00;1.57;0.16 -6785;9;1270.32;10.40;1315.00;1.57;0.38 -6786;9;2874.02;12.60;1423.00;1.57;0.22 -6787;9;3919.78;10.32;1713.00;1.57;0.58 -6788;9;2946.12;9.50;1407.00;1.57;0.20 -6789;9;2848.02;11.86;1423.00;1.57;0.20 -6790;9;2958.30;11.63;1417.00;1.57;0.16 -6791;9;3528.66;10.77;1442.00;1.57;0.22 -6792;9;2809.66;9.98;1420.00;1.57;0.22 -6793;9;2989.30;9.70;1414.00;1.57;0.16 -6794;9;3493.66;9.70;1448.00;1.57;0.26 -6795;9;1615.84;10.28;1608.00;1.57;0.24 -6796;9;3464.94;9.75;1442.00;1.57;0.24 -6797;9;1575.30;9.70;1620.00;1.57;0.20 -6798;9;1248.96;11.10;1373.00;1.57;0.56 -6799;9;3091.02;13.30;1405.00;1.57;0.22 -6800;9;2736.48;11.94;1307.00;1.57;0.14 -6801;9;3176.82;9.50;1261.00;1.57;1.02 -6802;9;2903.20;9.50;71.00;1.57;0.96 -6803;9;1312.96;10.25;1448.00;1.57;0.34 -6804;9;4747.48;14.23;1350.00;1.57;0.26 -6805;9;1508.78;9.50;1258.00;1.57;1.04 -6806;9;4846.66;9.99;1383.00;1.57;0.24 -6807;9;3326.84;12.06;1279.00;1.57;0.24 -6808;9;3288.12;12.66;1320.00;1.57;0.26 -6809;9;916.20;9.50;522.00;1.57;1.20 -6810;9;5308.50;9.50;749.00;1.57;1.48 -6811;9;4844.84;13.72;1408.00;1.57;0.24 -6812;9;2819.12;10.16;1346.00;1.57;0.24 -6813;9;3384.30;16.01;1283.00;1.57;0.30 -6814;9;3207.02;10.57;1367.00;1.57;0.22 -6815;9;4319.18;9.50;183.00;1.57;0.98 -6816;9;2917.24;9.50;1637.00;1.57;0.62 -6817;9;2802.84;11.38;1326.00;1.57;0.20 -6818;9;2685.20;12.70;1332.00;1.57;0.20 -6819;9;5264.62;9.50;475.00;1.57;0.74 -6820;9;5306.44;9.50;989.00;1.57;1.24 -6821;9;5519.70;9.50;1403.00;1.57;0.82 -6822;9;4821.30;14.09;1352.00;1.57;0.30 -6823;9;1569.58;13.00;1534.00;1.57;0.20 -6824;9;4938.52;9.50;1355.00;1.57;1.12 -6825;9;4120.28;9.50;918.00;1.57;1.08 -6826;9;3505.42;10.51;1240.00;1.57;0.48 -6827;9;1336.76;11.00;1659.00;1.57;0.36 -6828;9;4595.84;13.39;1310.00;1.57;0.24 -6829;9;4224.10;9.50;14.00;1.57;0.70 -6830;9;4418.00;9.50;277.00;1.57;1.00 -6831;9;3026.84;12.10;1364.00;1.57;0.24 -6832;9;2730.84;11.40;1301.00;1.57;0.22 -6833;9;4924.94;12.86;1414.00;1.57;0.30 -6834;9;3759.56;9.50;284.00;1.57;1.12 -6835;9;2598.12;9.50;59.00;1.57;1.16 -6836;9;2814.02;10.10;1350.00;1.57;0.22 -6837;9;4684.66;11.89;1339.00;1.57;0.26 -6838;9;4867.66;11.33;1402.00;1.57;0.20 -6839;9;2649.18;9.50;587.00;1.57;0.98 -6840;9;2333.58;9.50;476.00;1.57;1.02 -6841;9;2752.12;14.36;1343.00;1.57;0.28 -6842;9;3205.48;12.34;1379.00;1.57;0.22 -6843;9;3054.48;11.15;1343.00;1.57;0.22 -6844;9;1774.14;9.50;1229.00;1.57;1.38 -6845;9;1627.12;9.76;1544.00;1.57;0.20 -6846;9;1599.22;9.70;1505.00;1.57;0.26 -6847;9;1326.22;9.50;577.00;1.57;1.02 -6848;9;17.44;9.50;22.00;1.57;0.94 -6849;9;528.04;9.50;1191.00;1.57;1.36 -6850;9;1546.10;10.32;1543.00;1.57;0.10 -6851;9;4709.20;11.02;1312.00;1.57;0.16 -6852;9;4688.12;12.53;1365.00;1.57;0.28 -6853;9;133.96;9.50;1678.00;1.57;1.04 -6854;9;415.24;9.50;1126.00;1.57;1.18 -6855;9;1511.84;11.00;1544.00;1.57;0.24 -6856;9;2788.38;13.42;1307.00;1.57;0.18 -6857;9;3165.84;12.78;1354.00;1.57;0.24 -6858;9;1211.92;9.50;442.00;1.57;1.12 -6859;9;4879.20;9.50;21.00;1.57;1.06 -6860;9;4747.48;10.54;1333.00;1.57;0.24 -6861;9;920.12;11.25;1478.00;1.57;0.32 -6862;9;2989.48;9.70;1369.00;1.57;0.26 -6863;9;4865.76;10.16;1432.00;1.57;0.30 -6864;9;3215.84;9.70;1318.00;1.57;0.24 -6865;9;2827.48;11.75;1361.00;1.57;0.22 -6866;9;2708.20;10.85;1315.00;1.57;0.20 -6867;9;2709.84;12.30;1342.00;1.57;0.16 -6868;9;4757.66;12.32;1358.00;1.57;0.24 -6869;9;1618.48;9.80;1549.00;1.57;0.22 -6870;9;5016.02;13.17;1317.00;1.57;0.22 -6871;9;3279.12;12.10;1328.00;1.57;0.20 -6872;9;1589.02;11.07;1560.00;1.57;0.22 -6873;9;4993.66;9.50;1338.00;1.57;0.26 -6874;9;1529.66;10.45;1556.00;1.57;0.26 -6875;9;2980.02;9.50;1372.00;1.57;0.22 -6876;9;930.76;9.80;1488.00;1.57;0.30 -6877;9;3289.48;13.04;1301.00;1.57;0.28 -6878;9;2778.84;13.41;1356.00;1.57;0.24 -6879;9;2765.48;12.54;1328.00;1.57;0.20 -6880;9;2680.48;9.70;1272.00;1.57;0.16 -6881;9;925.84;9.70;1447.00;1.57;0.24 -6882;9;1644.02;10.02;1558.00;1.57;0.22 -6883;9;3404.40;10.66;1259.00;1.57;0.24 -6884;9;2685.56;10.10;1284.00;1.57;0.16 -6885;9;1598.84;9.78;1559.00;1.57;0.22 -6886;9;3158.20;11.72;1354.00;1.57;0.20 -6887;9;1113.06;16.92;1536.00;1.57;0.50 -6888;9;3370.94;13.89;1297.00;1.57;0.34 -6889;9;3085.66;9.50;1375.00;1.57;0.24 -6890;9;1527.48;10.85;1568.00;1.57;0.28 -6891;9;2945.48;10.09;1342.00;1.57;0.20 -6892;9;1617.84;9.50;1516.00;1.57;0.24 -6893;9;4714.94;10.40;1370.00;1.57;0.26 -6894;9;3308.12;13.36;1273.00;1.57;0.20 -6895;9;3235.12;9.85;1346.00;1.57;0.24 -6896;9;2737.02;13.35;1296.00;1.57;0.16 -6897;9;1083.06;15.30;1454.00;1.57;0.48 -6898;9;4675.48;12.19;1345.00;1.57;0.28 -6899;9;1563.66;11.00;1566.00;1.57;0.20 -6900;9;3125.84;15.01;1336.00;1.57;0.22 -6901;9;2786.84;10.41;1360.00;1.57;0.20 -6902;9;2696.48;10.50;1307.00;1.57;0.24 -6903;9;2773.56;12.78;1363.00;1.57;0.16 -6904;9;4608.30;13.28;1333.00;1.57;0.30 -6905;9;4780.66;12.71;1367.00;1.57;0.26 -6906;9;2794.20;11.25;1313.00;1.57;0.20 -6907;9;2709.20;12.02;1348.00;1.57;0.20 -6908;9;3310.76;12.72;1330.00;1.57;0.22 -6909;9;1667.84;9.70;1570.00;1.57;0.22 -6910;9;4749.12;12.15;1342.00;1.57;0.24 -6911;9;1653.74;10.53;1573.00;1.57;0.14 -6912;9;3234.04;10.42;1328.00;1.57;0.26 -6913;9;3113.12;13.73;1374.00;1.57;0.24 -6914;9;2749.84;12.10;1320.00;1.57;0.24 -6915;9;2838.20;13.86;1374.00;1.57;0.20 -6916;9;1625.48;11.44;1611.00;1.57;0.24 -6917;9;2839.48;10.25;1384.00;1.57;0.16 -6918;9;4716.66;11.54;1319.00;1.57;0.22 -6919;9;3404.12;14.93;1319.00;1.57;0.30 -6920;9;3319.30;13.49;1340.00;1.57;0.30 -6921;9;2681.30;12.99;1354.00;1.57;0.16 -6922;9;4816.66;10.74;1336.00;1.57;0.26 -6923;9;3191.94;13.55;1362.00;1.57;0.16 -6924;9;2671.38;9.50;1337.00;1.57;0.18 -6925;9;3316.48;11.05;1311.00;1.57;0.28 -6926;9;3003.02;10.45;1380.00;1.57;0.22 -6927;9;2848.84;10.24;1359.00;1.57;0.20 -6928;9;4790.20;12.62;1320.00;1.57;0.20 -6929;9;1590.58;10.36;1533.00;1.57;0.18 -6930;9;3146.12;10.63;1320.00;1.57;0.18 -6931;9;2829.02;12.44;1377.00;1.57;0.20 -6932;9;4532.40;12.84;1220.00;1.57;0.40 -6933;9;2678.02;9.80;1288.00;1.57;0.20 -6934;9;2949.02;10.54;1473.00;1.57;0.20 -6935;9;3484.76;11.59;1299.00;1.57;0.32 -6936;9;2736.48;12.40;1358.00;1.57;0.20 -6937;9;4638.76;13.12;1362.00;1.57;0.32 -6938;9;3330.94;13.42;1344.00;1.57;0.26 -6939;9;3042.20;10.93;1353.00;1.57;0.20 -6940;9;3124.12;11.20;1375.00;1.57;0.28 -6941;9;2692.02;11.74;1347.00;1.57;0.22 -6942;9;3074.02;12.05;1391.00;1.57;0.22 -6943;9;1599.30;9.70;1472.00;1.57;0.28 -6944;9;4834.48;10.85;1371.00;1.57;0.28 -6945;9;3266.84;12.23;1293.00;1.57;0.24 -6946;9;2968.84;9.70;1391.00;1.57;0.22 -6947;9;4781.84;11.28;1380.00;1.57;0.24 -6948;9;2724.20;10.85;1305.00;1.57;0.20 -6949;9;2854.56;9.80;1490.00;1.57;0.16 -6950;9;3386.22;13.58;1325.00;1.57;0.20 -6951;9;4717.66;9.70;1360.00;1.57;0.26 -6952;9;3196.48;10.94;1368.00;1.57;0.20 -6953;9;3130.48;12.14;1382.00;1.57;0.22 -6954;9;2708.20;12.42;1290.00;1.57;0.20 -6955;9;2675.66;11.11;1380.00;1.57;0.22 -6956;9;3361.48;15.35;1282.00;1.57;0.28 -6957;9;3068.02;13.95;1397.00;1.57;0.22 -6958;9;1563.66;14.20;1521.00;1.57;0.26 -6959;9;2796.20;11.22;1305.00;1.57;0.20 -6960;9;2852.48;11.45;1389.00;1.57;0.20 -6961;9;4880.40;9.69;1380.00;1.57;0.30 -6962;9;2850.20;11.35;1396.00;1.57;0.20 -6963;9;4781.66;11.62;1348.00;1.57;0.26 -6964;9;4821.66;14.60;1386.00;1.57;0.26 -6965;9;3400.66;17.08;1304.00;1.57;0.26 -6966;9;2811.20;11.57;1340.00;1.57;0.20 -6967;9;3215.30;9.90;1371.00;1.57;0.24 -6968;9;1323.68;9.80;1409.00;1.57;0.40 -6969;9;4634.12;11.47;1332.00;1.57;0.20 -6970;9;3126.84;11.76;1389.00;1.57;0.18 -6971;9;1520.30;10.79;1507.00;1.57;0.30 -6972;9;3055.20;13.36;1333.00;1.57;0.18 -6973;9;2960.48;9.50;1401.00;1.57;0.24 -6974;9;1449.40;10.55;1487.00;1.57;0.38 -6975;9;2907.20;12.82;1404.00;1.57;0.18 -6976;9;3443.48;14.99;1329.00;1.57;0.28 -6977;9;3366.66;13.46;1303.00;1.57;0.24 -6978;9;3347.84;14.19;1341.00;1.57;0.24 -6979;9;3088.56;9.65;1324.00;1.57;0.16 -6980;9;3050.02;11.10;1356.00;1.57;0.14 -6981;9;4740.02;9.72;1324.00;1.57;0.20 -6982;9;3185.30;11.45;1370.00;1.57;0.20 -6983;9;3068.66;12.30;1409.00;1.57;0.24 -6984;9;1606.12;9.80;1533.00;1.57;0.20 -6985;9;2976.12;12.68;1403.00;1.57;0.16 -6986;9;2681.02;9.87;1303.00;1.57;0.18 -6987;9;1263.50;10.40;1332.00;1.57;0.42 -6988;9;4637.94;13.80;1375.00;1.57;0.34 -6989;9;4874.22;10.10;1396.00;1.57;0.28 -6990;9;3172.48;10.25;1346.00;1.57;0.20 -6991;9;3458.40;14.76;1328.00;1.57;0.20 -6992;9;3239.48;11.44;1289.00;1.57;0.28 -6993;9;2755.48;12.19;1336.00;1.57;0.20 -6994;9;5001.02;12.35;1334.00;1.57;0.22 -6995;9;3352.76;13.00;1353.00;1.57;0.36 -6996;9;2683.66;11.60;1324.00;1.57;0.20 -6997;9;3508.12;11.95;1313.00;1.57;0.32 -6998;9;3134.66;10.93;1393.00;1.57;0.26 -6999;9;4457.76;12.55;1131.00;1.57;0.36 -7000;9;4593.84;11.30;1297.00;1.57;0.24 -7001;9;3371.84;11.43;1180.00;1.57;0.24 -7002;9;3234.40;9.50;1238.00;1.57;1.02 -7003;9;3218.40;9.50;1262.00;1.57;0.24 -7004;9;4581.30;11.58;1064.00;1.57;0.30 -7005;9;2955.04;10.05;1207.00;1.57;0.36 -7006;9;1570.46;9.50;1249.00;1.57;0.80 -7007;9;4640.94;10.03;1126.00;1.57;0.32 -7008;9;2799.40;14.06;1219.00;1.57;0.32 -7009;9;766.08;9.50;614.00;1.57;1.10 -7010;9;5166.78;9.50;598.00;1.57;1.58 -7011;9;3294.48;9.70;1148.00;1.57;0.28 -7012;9;1546.58;9.70;1432.00;1.57;0.38 -7013;9;3944.40;11.22;969.00;1.57;0.28 -7014;9;4698.02;10.27;1165.00;1.57;0.16 -7015;9;4457.66;10.20;999.00;1.57;0.26 -7016;9;4994.66;9.83;1260.00;1.57;0.22 -7017;9;4363.38;9.50;334.00;1.57;0.98 -7018;9;2895.42;9.50;1649.00;1.57;0.62 -7019;9;4530.22;11.80;1185.00;1.57;0.34 -7020;9;3878.32;9.79;1037.00;1.57;0.38 -7021;9;4807.66;12.49;1281.00;1.57;0.26 -7022;9;5279.14;9.50;447.00;1.57;0.80 -7023;9;5356.18;9.50;1026.00;1.57;1.22 -7024;9;5414.06;9.50;1450.00;1.57;1.60 -7025;9;4624.48;9.85;1228.00;1.57;0.28 -7026;9;3320.12;10.30;1256.00;1.57;0.28 -7027;9;4659.48;9.60;1064.00;1.57;0.28 -7028;9;4853.16;9.50;1351.00;1.57;1.22 -7029;9;4074.20;9.50;897.00;1.57;1.20 -7030;9;3291.12;9.90;1102.00;1.57;0.32 -7031;9;4174.82;9.50;48.00;1.57;1.02 -7032;9;4379.28;9.50;279.00;1.57;1.08 -7033;9;2865.12;12.73;1237.00;1.57;0.32 -7034;9;4289.84;10.23;976.00;1.57;0.24 -7035;9;4620.30;11.44;1148.00;1.57;0.30 -7036;9;3801.20;9.50;247.00;1.57;1.20 -7037;9;3355.76;9.50;71.00;1.57;1.28 -7038;9;2596.10;9.50;106.00;1.57;1.10 -7039;9;4536.48;9.70;1001.00;1.57;0.26 -7040;9;2837.58;13.53;1238.00;1.57;0.38 -7041;9;2734.74;10.35;1074.00;1.57;1.78 -7042;9;2736.84;9.50;627.00;1.57;0.74 -7043;9;2384.86;9.50;503.00;1.57;0.88 -7044;9;4528.76;11.06;1024.00;1.57;0.22 -7045;9;1572.30;10.50;1470.00;1.57;0.30 -7046;9;4873.12;10.05;1202.00;1.57;0.26 -7047;9;1732.50;9.50;1290.00;1.57;1.20 -7048;9;4550.60;14.65;1358.00;1.57;0.54 -7049;9;3857.76;12.04;1093.00;1.57;0.36 -7050;9;4859.02;11.46;1221.00;1.57;0.16 -7051;9;1258.70;9.50;588.00;1.57;1.10 -7052;9;24.26;9.50;63.00;1.57;1.12 -7053;9;361.44;9.50;1304.00;1.57;0.92 -7054;9;4638.66;10.61;1113.00;1.57;0.26 -7055;9;4644.66;10.68;1248.00;1.57;0.24 -7056;9;134.06;9.50;1630.00;1.57;1.00 -7057;9;428.76;9.50;1175.00;1.57;1.06 -7058;9;4694.20;11.36;1141.00;1.57;0.20 -7059;9;3002.48;9.69;1282.00;1.57;0.24 -7060;9;3973.40;11.01;972.00;1.57;0.34 -7061;9;1154.86;9.50;453.00;1.57;1.16 -7062;9;5349.24;9.50;836.00;1.57;1.18 -7063;9;3128.12;9.70;1156.00;1.57;0.26 -7064;9;4097.12;10.93;1091.00;1.57;0.32 -7065;9;2893.58;14.64;1249.00;1.57;0.26 -7066;9;3025.30;12.13;1174.00;1.57;0.22 -7067;9;4606.48;9.70;1022.00;1.57;0.28 -7068;9;2740.20;11.85;1268.00;1.57;0.20 -7069;9;2682.40;10.44;1200.00;1.57;0.34 -7070;9;4781.02;11.49;1300.00;1.57;0.22 -7071;9;4648.12;9.50;1051.00;1.57;0.20 -7072;9;4918.68;9.50;1225.79;1.57;0.24 -7073;9;3303.76;12.60;1067.00;1.57;0.36 -7074;9;4579.66;10.70;1249.00;1.57;0.26 -7075;9;4412.30;12.53;973.00;1.57;0.30 -7076;9;3112.32;9.90;1127.00;1.57;0.34 -7077;9;2952.22;14.22;1244.00;1.57;0.26 -7078;9;4203.20;9.67;1010.00;1.57;0.20 -7079;9;3198.30;10.21;1165.00;1.57;0.26 -7080;9;4006.22;10.35;1065.00;1.57;0.42 -7081;9;2918.20;10.40;1261.00;1.57;0.20 -7082;9;3156.48;10.25;1185.00;1.57;0.24 -7083;9;1563.40;9.95;1456.00;1.57;0.34 -7084;9;3873.04;9.70;1088.00;1.57;0.44 -7085;9;4615.76;11.17;1221.00;1.57;0.24 -7086;9;4674.20;13.04;1105.00;1.57;0.20 -7087;9;4961.84;10.21;1233.00;1.57;0.24 -7088;9;3282.62;11.26;665.00;1.57;0.80 -7089;9;4664.76;11.47;1257.00;1.57;0.22 -7090;9;4102.76;12.28;963.00;1.57;0.36 -7091;9;3285.20;9.70;1164.00;1.57;0.18 -7092;9;4605.48;9.70;1270.00;1.57;0.26 -7093;9;4477.66;9.70;994.00;1.57;0.26 -7094;9;4635.66;10.21;1189.00;1.57;0.26 -7095;9;4511.12;9.85;1046.00;1.57;0.28 -7096;9;3159.94;10.30;1279.00;1.57;0.26 -7097;9;4565.12;9.70;1115.00;1.57;0.30 -7098;9;2709.84;12.71;1282.00;1.57;0.20 -7099;9;4625.66;11.02;1054.00;1.57;0.26 -7100;9;2713.94;12.85;1210.00;1.57;0.34 -7101;9;4543.58;9.70;1127.00;1.57;0.24 -7102;9;4930.84;11.17;1248.00;1.57;0.24 -7103;9;4383.68;11.56;976.00;1.57;0.30 -7104;9;4649.30;10.83;1147.00;1.57;0.28 -7105;9;4678.30;11.15;1270.00;1.57;0.28 -7106;9;3999.50;17.40;1186.00;1.57;0.34 -7107;9;3355.74;10.09;1181.00;1.57;0.14 -7108;9;4583.76;9.70;1019.00;1.57;0.24 -7109;9;4604.02;10.94;1297.00;1.57;0.22 -7110;9;4837.38;10.23;1201.00;1.57;0.18 -7111;9;2775.56;12.88;1285.00;1.57;0.16 -7112;9;352.22;9.50;1037.00;1.57;0.20 -7113;9;4913.94;9.50;1214.00;1.57;0.26 -7114;9;2825.56;9.50;1303.00;1.57;0.16 -7115;9;4825.66;9.50;1114.00;1.57;0.24 -7116;9;2768.58;14.39;1208.00;1.57;0.36 -7117;9;3268.40;9.95;1126.00;1.57;0.40 -7118;9;1512.04;10.35;1420.00;1.57;0.30 -7119;9;3957.40;12.00;964.00;1.57;0.26 -7120;9;4676.84;10.98;1163.00;1.57;0.22 -7121;9;4819.56;12.08;1255.00;1.57;0.16 -7122;9;4253.20;10.17;1000.00;1.57;0.20 -7123;9;1846.92;9.50;1116.00;1.57;0.12 -7124;9;4192.12;9.80;1033.00;1.57;0.26 -7125;9;4786.94;9.64;1282.00;1.57;0.18 -7126;9;4598.12;9.70;1202.00;1.57;0.32 -7127;9;3171.60;9.50;1296.00;1.57;0.44 -7128;9;4536.58;10.40;1044.00;1.57;0.30 -7129;9;4602.76;9.70;1236.00;1.57;0.30 -7130;9;3231.84;9.50;1285.00;1.57;0.24 -7131;9;4646.02;11.09;1060.00;1.57;0.22 -7132;9;2794.20;10.15;1241.00;1.57;0.20 -7133;9;3290.22;12.28;700.00;1.57;0.42 -7134;9;1552.12;9.80;1441.00;1.57;0.24 -7135;9;4519.38;9.66;990.00;1.57;0.18 -7136;9;3063.04;10.55;1141.00;1.57;0.30 -7137;9;4489.76;9.80;1020.00;1.57;0.24 -7138;9;1545.86;9.91;1454.00;1.57;0.32 -7139;9;3136.02;13.31;1171.00;1.57;0.22 -7140;9;3378.04;10.95;1244.00;1.57;0.32 -7141;9;4614.66;10.10;1047.00;1.57;0.24 -7142;9;4673.02;9.70;1203.00;1.57;0.22 -7143;9;3320.22;14.15;1268.00;1.57;0.22 -7144;9;3281.20;9.80;1105.00;1.57;0.20 -7145;9;4876.66;11.80;1235.00;1.57;0.24 -7146;9;4688.02;11.92;1126.00;1.57;0.22 -7147;9;3015.66;9.80;1275.00;1.57;0.22 -7148;9;3232.86;9.60;1143.00;1.57;0.34 -7149;9;2869.68;15.47;1226.00;1.57;0.36 -7150;9;3945.22;9.70;997.00;1.57;0.32 -7151;9;3363.02;9.62;1174.00;1.57;0.22 -7152;9;4563.02;10.90;1017.00;1.57;0.22 -7153;9;2723.20;10.98;1260.00;1.57;0.20 -7154;9;2971.24;10.60;1165.00;1.57;0.58 -7155;9;4759.66;9.70;1294.00;1.57;0.16 -7156;9;3330.94;10.44;1038.00;1.57;0.34 -7157;9;4971.38;9.50;1232.00;1.57;0.18 -7158;9;4572.78;13.62;1332.00;1.57;0.34 -7159;9;4556.66;10.48;1078.00;1.57;0.26 -7160;9;4619.12;10.11;1261.00;1.57;0.30 -7161;9;3225.70;11.60;576.00;1.57;0.70 -7162;9;2967.48;10.30;1243.00;1.57;0.28 -7163;9;4277.12;12.38;1006.00;1.57;0.30 -7164;9;3278.48;9.70;1155.00;1.57;0.28 -7165;9;3954.76;9.98;1020.00;1.57;0.34 -7166;9;2873.66;13.94;1257.00;1.57;0.26 -7167;9;4585.04;9.70;1157.00;1.57;0.28 -7168;9;4523.48;11.20;1044.00;1.57;0.28 -7169;9;5001.30;11.50;1292.00;1.57;0.30 -7170;9;3362.20;10.08;1185.00;1.57;0.20 -7171;9;4774.02;11.10;1309.00;1.57;0.22 -7172;9;4608.94;10.45;1093.00;1.57;0.24 -7173;9;2740.12;16.40;1204.00;1.57;0.32 -7174;9;4654.48;10.25;1127.00;1.57;0.24 -7175;9;4783.84;9.56;1251.00;1.57;0.20 -7176;9;3352.38;10.85;1159.00;1.57;0.18 -7177;9;3979.04;10.37;985.00;1.57;0.28 -7178;9;4855.56;10.38;1185.00;1.57;0.16 -7179;9;4239.48;10.19;1025.00;1.57;0.28 -7180;9;2956.66;12.06;1255.00;1.57;0.26 -7181;9;4666.02;9.70;1194.00;1.57;0.22 -7182;9;4622.84;11.61;1041.00;1.57;0.24 -7183;9;2711.02;9.70;1273.00;1.57;0.22 -7184;9;3386.04;11.39;1201.00;1.57;0.44 -7185;9;1296.46;10.70;1890.00;1.57;1.66 -7186;9;4701.02;12.66;1055.00;1.57;0.22 -7187;9;4944.48;10.34;1243.00;1.57;0.20 -7188;9;3290.30;9.90;1115.00;1.57;0.30 -7189;9;4628.84;11.30;1270.00;1.57;0.24 -7190;9;4275.30;14.00;990.00;1.57;0.28 -7191;9;4677.38;11.15;1150.00;1.57;0.18 -7192;9;4514.30;10.09;1011.00;1.57;0.20 -7193;9;3313.40;10.66;1229.00;1.57;0.32 -7194;9;3047.94;10.00;1146.00;1.57;0.34 -7195;9;404.68;9.50;1015.00;1.57;0.26 -7196;9;2766.84;12.91;1281.00;1.57;0.24 -7197;9;4885.48;9.65;1204.00;1.57;0.22 -7198;9;2734.84;10.80;1276.00;1.57;0.20 -7199;9;4603.12;10.71;1081.00;1.57;0.28 -7200;9;4649.66;9.85;1225.00;1.57;0.24 -7201;9;4521.58;14.90;1136.00;1.57;0.26 -7202;9;1551.68;9.70;1414.00;1.57;0.48 -7203;9;2658.24;11.89;1142.00;1.57;0.48 -7204;9;4789.02;9.87;1261.00;1.57;0.22 -7205;9;3983.94;10.64;998.00;1.57;0.34 -7206;9;3175.66;9.80;1163.00;1.57;0.26 -7207;9;3918.86;9.95;1006.00;1.57;0.38 -7208;9;4519.94;11.05;1245.00;1.57;0.34 -7209;9;3027.30;11.28;1183.00;1.57;0.24 -7210;9;4542.76;10.26;1036.00;1.57;0.26 -7211;9;3146.76;10.44;1287.00;1.57;0.20 -7212;9;4893.84;9.68;1225.00;1.57;0.24 -7213;9;2785.48;13.35;1335.00;1.57;0.20 -7214;9;4691.66;10.04;1051.00;1.57;0.26 -7215;9;2745.66;13.85;1230.00;1.57;0.24 -7216;9;3247.90;10.00;1107.00;1.57;0.50 -7217;9;4942.66;12.15;1252.00;1.57;0.26 -7218;9;4419.04;12.61;983.00;1.57;0.24 -7219;9;3129.94;11.10;627.00;1.57;0.84 -7220;9;4161.48;10.34;1015.00;1.57;0.28 -7221;9;4783.76;9.50;1273.00;1.57;0.30 -7222;9;4635.30;9.83;1177.00;1.57;0.28 -7223;9;4505.94;11.22;536.00;1.57;0.20 -7224;9;3897.60;14.66;1288.00;1.57;0.44 -7225;9;4386.30;9.70;863.00;1.57;0.20 -7226;9;3203.30;9.50;1272.00;1.57;1.00 -7227;9;4549.30;9.50;604.00;1.57;0.30 -7228;9;3741.40;10.46;1696.00;1.57;0.40 -7229;9;4482.66;12.63;896.00;1.57;0.26 -7230;9;1656.02;9.50;1211.00;1.57;1.00 -7231;9;4636.58;10.60;674.00;1.57;0.24 -7232;9;3951.76;11.63;927.00;1.57;0.36 -7233;9;3752.04;9.90;1554.00;1.57;0.40 -7234;9;794.04;9.50;526.00;1.57;1.24 -7235;9;5134.38;9.50;582.00;1.57;1.00 -7236;9;4372.20;10.33;756.00;1.57;0.20 -7237;9;3651.86;10.00;1626.00;1.57;0.36 -7238;9;4468.02;9.70;830.00;1.57;0.22 -7239;9;2760.20;10.53;1577.00;1.57;0.20 -7240;9;4450.04;10.40;1142.00;1.57;0.40 -7241;9;4358.02;9.50;379.00;1.57;1.18 -7242;9;2851.24;9.50;1586.00;1.57;0.64 -7243;9;3789.58;9.75;1442.00;1.57;0.38 -7244;9;3977.58;10.37;859.00;1.57;0.28 -7245;9;1614.68;9.50;1273.00;1.57;0.48 -7246;9;5448.14;9.50;402.00;1.57;1.12 -7247;9;5350.98;9.50;965.00;1.57;1.38 -7248;9;5490.60;9.50;1488.00;1.57;1.00 -7249;9;4972.96;13.35;1535.00;1.57;0.34 -7250;9;3972.86;11.25;909.00;1.57;0.26 -7251;9;5175.48;9.84;579.00;1.57;0.18 -7252;9;4850.12;9.50;1298.00;1.57;1.02 -7253;9;4064.72;9.50;844.00;1.57;0.92 -7254;9;4288.66;10.45;924.00;1.57;0.26 -7255;9;903.40;12.75;1658.00;1.57;0.38 -7256;9;4456.22;11.05;1185.00;1.57;0.36 -7257;9;4214.64;9.50;54.00;1.57;1.02 -7258;9;4410.18;9.50;326.00;1.57;0.98 -7259;9;862.78;10.80;1714.00;1.57;0.42 -7260;9;4056.12;9.62;750.00;1.57;0.32 -7261;9;3847.02;9.50;298.00;1.57;0.90 -7262;9;3377.82;9.50;35.00;1.57;1.02 -7263;9;2641.82;9.50;15.00;1.57;0.64 -7264;9;5369.66;9.50;318.00;1.57;0.26 -7265;9;4028.40;11.18;798.00;1.57;0.28 -7266;9;4928.40;10.35;1484.00;1.57;0.36 -7267;9;2743.12;9.50;660.00;1.57;0.76 -7268;9;2349.86;9.50;523.00;1.57;1.04 -7269;9;4918.70;9.77;583.00;1.57;0.36 -7270;9;4376.58;18.44;1239.00;1.57;0.38 -7271;9;4494.20;14.03;840.00;1.57;0.20 -7272;9;1864.46;9.50;1338.00;1.57;1.06 -7273;9;4020.34;20.91;1228.00;1.57;0.74 -7274;9;4100.86;10.50;1624.00;1.57;0.46 -7275;9;4681.02;10.08;893.00;1.57;0.20 -7276;9;1285.64;9.50;540.00;1.57;1.04 -7277;9;19.30;9.50;117.00;1.57;1.30 -7278;9;408.22;9.50;1260.00;1.57;1.24 -7279;9;4528.58;11.03;1125.00;1.57;0.34 -7280;9;4462.66;11.15;931.00;1.57;0.26 -7281;9;3735.04;9.80;1556.00;1.57;0.44 -7282;9;192.72;9.50;1629.00;1.57;1.02 -7283;9;460.66;9.50;1090.00;1.57;1.18 -7284;9;4773.02;9.50;758.00;1.57;0.22 -7285;9;3767.40;10.50;1635.00;1.57;0.28 -7286;9;1060.24;9.50;546.00;1.57;1.20 -7287;9;5418.23;11.20;799.24;1.57;1.08 -7288;9;4009.30;11.65;797.00;1.57;0.30 -7289;9;1668.22;10.35;1644.00;1.57;0.28 -7290;9;104.86;10.25;430.00;1.57;0.24 -7291;9;1672.76;9.78;1676.00;1.57;0.36 -7292;9;4400.66;9.65;848.00;1.57;0.26 -7293;9;4618.48;9.50;513.00;1.57;0.24 -7294;9;4400.50;14.90;1088.00;1.57;0.50 -7295;9;4335.02;9.53;884.00;1.57;0.22 -7296;9;4595.48;9.50;591.00;1.57;0.28 -7297;9;4078.76;9.70;915.00;1.57;0.24 -7298;9;3888.06;10.20;1571.00;1.57;0.34 -7299;9;4609.22;10.32;657.00;1.57;0.42 -7300;9;3690.40;10.33;1587.00;1.57;0.40 -7301;9;4508.48;12.95;1212.00;1.57;0.28 -7302;9;5576.84;9.70;363.00;1.57;0.24 -7303;9;4459.84;9.83;801.00;1.57;0.24 -7304;9;1804.16;9.70;1650.00;1.57;0.32 -7305;9;5115.84;11.09;511.00;1.57;0.24 -7306;9;1362.96;10.20;1579.00;1.57;0.40 -7307;9;4732.48;9.50;843.00;1.57;0.28 -7308;9;4411.14;9.50;581.00;1.57;0.54 -7309;9;4987.58;12.92;1524.00;1.57;0.34 -7310;9;4036.94;10.95;872.00;1.57;0.34 -7311;9;4729.66;9.78;660.00;1.57;0.24 -7312;9;4343.30;10.65;925.00;1.57;0.26 -7313;9;3721.04;9.80;1522.00;1.57;0.40 -7314;9;4508.22;13.37;1281.00;1.57;0.42 -7315;9;897.66;9.68;1693.00;1.57;0.26 -7316;9;4000.78;20.99;1205.00;1.57;0.58 -7317;9;3965.60;10.25;1561.00;1.57;0.52 -7318;9;3633.86;10.01;1768.00;1.57;0.46 -7319;9;4431.48;10.30;843.00;1.57;0.28 -7320;9;3727.94;12.67;1655.00;1.57;0.34 -7321;9;4707.30;10.09;512.00;1.57;0.14 -7322;9;3651.40;10.15;1478.00;1.57;0.40 -7323;9;4691.20;10.43;889.00;1.57;0.20 -7324;9;5162.20;10.87;559.00;1.57;0.20 -7325;9;4702.20;10.30;921.00;1.57;0.20 -7326;9;3865.96;10.20;1543.00;1.57;0.50 -7327;9;4373.40;10.11;660.00;1.57;0.30 -7328;9;3729.22;10.23;1593.00;1.57;0.34 -7329;9;4396.66;10.63;737.00;1.57;0.26 -7330;9;3539.44;10.34;1779.00;1.57;0.56 -7331;9;4450.66;9.70;795.00;1.57;0.24 -7332;9;4003.32;11.30;1459.00;1.57;0.46 -7333;9;5125.30;11.08;500.00;1.57;0.24 -7334;9;4108.94;10.92;1088.00;1.57;0.34 -7335;9;3949.32;10.85;1480.00;1.57;0.52 -7336;9;4687.12;11.33;612.00;1.57;0.30 -7337;9;3788.14;9.86;1477.00;1.57;0.38 -7338;9;4363.66;9.70;888.00;1.57;0.24 -7339;9;5096.82;10.08;618.00;1.57;0.28 -7340;9;4062.76;9.70;913.00;1.57;0.36 -7341;9;3703.86;9.80;1526.00;1.57;0.46 -7342;9;4375.30;9.64;730.00;1.57;0.28 -7343;9;3649.76;10.36;1578.00;1.57;0.30 -7344;9;4052.66;9.65;771.00;1.57;0.26 -7345;9;1653.94;10.32;1645.00;1.57;0.34 -7346;9;3648.76;9.80;1692.00;1.57;0.36 -7347;9;4476.20;10.89;833.00;1.57;0.20 -7348;9;1066.44;10.74;1884.00;1.57;0.84 -7349;9;5110.02;9.92;496.00;1.57;0.22 -7350;9;4009.16;9.80;1521.00;1.57;0.52 -7351;9;4683.02;9.50;886.00;1.57;0.22 -7352;9;5154.38;10.08;557.00;1.57;0.18 -7353;9;4357.76;9.80;924.00;1.57;0.34 -7354;9;3790.22;9.70;1460.00;1.57;0.40 -7355;9;4605.50;10.30;636.00;1.57;0.36 -7356;9;4410.30;11.77;957.00;1.57;0.30 -7357;9;3806.50;10.15;1599.00;1.57;0.42 -7358;9;4632.84;11.10;723.00;1.57;0.24 -7359;9;3629.12;10.36;1679.00;1.57;0.24 -7360;9;4730.48;10.39;780.00;1.57;0.24 -7361;9;1802.68;9.80;1636.00;1.57;0.36 -7362;9;5103.84;11.15;507.00;1.57;0.20 -7363;9;4013.94;10.30;826.00;1.57;0.32 -7364;9;1671.84;10.25;1911.00;1.57;2.24 -7365;9;5097.66;14.48;552.00;1.57;0.20 -7366;9;1523.32;11.20;1677.00;1.57;0.44 -7367;9;4366.66;9.70;878.00;1.57;0.22 -7368;9;4381.76;9.70;621.00;1.57;0.26 -7369;9;4752.42;9.70;620.00;1.57;0.28 -7370;9;3683.68;9.90;1509.00;1.57;0.44 -7371;9;4599.84;9.93;719.00;1.57;0.24 -7372;9;4089.22;12.01;946.00;1.57;0.34 -7373;9;3692.86;13.89;1572.00;1.57;0.46 -7374;9;4067.52;14.05;1122.00;1.57;0.62 -7375;9;3677.40;9.90;1686.00;1.57;0.24 -7376;9;4438.20;9.70;830.00;1.57;0.20 -7377;9;2693.48;10.55;1589.00;1.57;0.28 -7378;9;5114.84;14.94;504.00;1.57;0.24 -7379;9;1761.96;11.92;1687.00;1.57;0.56 -7380;9;4497.84;12.69;863.00;1.57;0.20 -7381;9;4470.84;9.75;550.00;1.57;0.18 -7382;9;4284.48;9.98;910.00;1.57;0.28 -7383;9;3849.60;10.40;1531.00;1.57;0.58 -7384;9;4452.94;9.72;619.00;1.57;0.30 -7385;9;4739.94;9.87;803.00;1.57;0.34 -7386;9;886.58;9.83;1681.00;1.57;0.38 -7387;9;4591.84;10.18;715.00;1.57;0.24 -7388;9;1518.22;9.50;1326.00;1.57;0.30 -7389;9;4722.20;9.60;772.00;1.57;0.20 -7390;9;5395.40;9.74;475.00;1.57;0.38 -7391;9;3986.58;9.50;833.00;1.57;0.36 -7392;9;3810.32;9.80;1462.00;1.57;0.46 -7393;9;5500.56;9.66;702.00;1.57;0.16 -7394;9;2661.12;11.05;1568.00;1.57;0.24 -7395;9;3972.40;9.73;872.00;1.57;0.38 -7396;9;4462.12;9.53;606.00;1.57;0.26 -7397;9;4418.58;18.35;1218.00;1.57;0.38 -7398;9;903.04;12.30;1633.00;1.57;0.40 -7399;9;4413.20;9.85;706.00;1.57;0.20 -7400;9;4348.04;12.60;1003.00;1.57;0.44 -7401;9;3747.04;9.80;1592.00;1.57;0.44 -7402;9;4010.48;9.89;782.00;1.57;0.28 -7403;9;3645.02;10.00;1653.00;1.57;0.22 -7404;9;4418.66;9.70;827.00;1.57;0.26 -7405;9;3974.52;10.95;1479.00;1.57;0.44 -7406;9;4508.94;12.40;1195.00;1.57;0.34 -7407;9;3953.88;10.28;1500.00;1.57;0.46 -7408;9;4378.20;9.65;868.00;1.57;0.20 -7409;9;5089.76;10.30;526.00;1.57;0.36 -7410;9;3754.22;9.90;1506.00;1.57;0.42 -7411;9;3991.86;11.00;916.00;1.57;0.36 -7412;9;5180.84;9.50;593.00;1.57;0.24 -7413;9;4798.84;9.50;653.00;1.57;0.24 -7414;9;907.50;11.10;1707.00;1.57;0.46 -7415;9;4625.50;10.45;702.00;1.57;0.22 -7416;9;3671.40;10.04;1646.00;1.57;0.24 -7417;9;4729.84;9.70;771.00;1.57;0.24 -7418;9;4502.86;15.38;1184.00;1.57;0.34 -7419;9;4665.86;9.50;821.00;1.57;0.46 -7420;9;1466.04;10.45;1632.00;1.57;0.36 -7421;9;4487.30;13.10;539.00;1.57;0.22 -7422;9;1446.40;10.39;1411.00;1.57;0.36 -7423;9;4711.66;9.62;830.00;1.57;0.26 -7424;9;4575.68;12.54;653.00;1.57;0.48 -7425;9;3922.24;10.20;1510.00;1.57;0.54 -7426;9;4474.66;12.64;900.00;1.57;0.26 -7427;9;4403.84;10.03;684.00;1.57;0.24 -7428;9;4070.22;9.90;941.00;1.57;0.40 -7429;9;3760.96;10.15;1573.00;1.57;0.48 -7430;9;3993.78;11.58;978.00;1.57;0.38 -7431;9;3656.48;10.00;1648.00;1.57;0.24 -7432;9;4426.12;9.68;819.00;1.57;0.32 -7433;9;1694.40;11.14;1670.00;1.57;0.30 -7434;9;4538.40;10.01;1136.00;1.57;0.26 -7435;9;1642.68;10.40;1673.00;1.57;0.48 -7436;9;4041.48;10.25;849.00;1.57;0.28 -7437;9;5310.84;10.50;484.00;1.57;0.24 -7438;9;3663.14;9.75;1523.00;1.57;0.40 -7439;9;4708.38;10.50;914.00;1.57;0.18 -7440;9;4396.22;9.77;601.00;1.57;0.28 -7441;9;4318.84;10.51;948.00;1.57;0.24 -7442;9;901.68;12.67;1675.00;1.57;0.48 -7443;9;4569.78;11.25;674.00;1.57;0.36 -7444;9;3681.22;9.93;1639.00;1.57;0.38 -7445;9;4760.56;11.45;769.00;1.57;0.16 -7446;9;4407.96;14.40;1057.00;1.57;0.52 -7447;9;3992.66;9.50;818.00;1.57;0.26 -7448;9;3802.14;11.90;1244.00;1.57;0.46 -7449;9;1362.68;11.43;1544.00;1.57;0.34 -7450;9;5149.12;11.16;181.00;1.57;0.32 -7451;9;1552.04;9.65;1231.00;1.57;0.42 -7452;9;3179.22;9.50;1315.00;1.57;1.08 -7453;9;4653.32;10.33;143.00;1.57;0.52 -7454;9;3460.12;13.65;1345.00;1.57;0.26 -7455;9;4241.52;15.55;1087.00;1.57;0.46 -7456;9;1662.48;9.50;1246.00;1.57;0.88 -7457;9;4910.22;10.40;428.00;1.57;0.28 -7458;9;1352.68;10.10;1572.00;1.57;0.38 -7459;9;4562.58;9.80;1191.00;1.57;0.34 -7460;9;820.20;9.50;370.00;1.57;1.20 -7461;9;5055.04;9.50;600.00;1.57;0.94 -7462;9;1714.40;9.70;1625.00;1.57;0.36 -7463;9;4381.94;10.25;672.00;1.57;0.34 -7464;9;1400.86;11.14;1444.00;1.57;0.26 -7465;9;4063.68;10.14;952.00;1.57;0.36 -7466;9;1540.76;12.58;1498.00;1.57;0.26 -7467;9;4374.74;9.50;472.00;1.57;1.06 -7468;9;2812.10;9.50;1598.00;1.57;0.46 -7469;9;4305.12;10.65;1025.00;1.57;0.32 -7470;9;3473.76;13.18;1308.00;1.57;0.32 -7471;9;5124.58;10.30;184.00;1.57;0.32 -7472;9;5439.80;9.50;438.00;1.57;0.98 -7473;9;5398.98;9.50;945.00;1.57;1.18 -7474;9;5473.12;9.50;1440.00;1.57;1.14 -7475;9;4160.50;10.30;1068.00;1.57;0.22 -7476;9;2101.86;11.16;558.00;1.57;0.46 -7477;9;3636.96;9.65;1328.00;1.57;0.56 -7478;9;4896.58;9.50;1281.00;1.57;0.90 -7479;9;4050.74;9.50;800.00;1.57;1.00 -7480;9;1427.02;9.85;1380.00;1.57;0.22 -7481;9;4931.34;9.80;402.00;1.57;0.36 -7482;9;3210.30;9.81;1657.00;1.57;0.30 -7483;9;4253.72;9.50;50.00;1.57;0.92 -7484;9;4341.80;9.50;313.00;1.57;0.80 -7485;9;1336.58;10.40;1430.00;1.57;0.36 -7486;9;3794.32;10.37;1398.00;1.57;0.52 -7487;9;4880.94;10.30;621.00;1.57;0.30 -7488;9;3849.02;9.50;250.00;1.57;1.14 -7489;9;3314.40;9.50;37.00;1.57;1.00 -7490;9;2576.68;9.50;15.00;1.57;0.66 -7491;9;3737.50;14.25;1273.00;1.57;0.50 -7492;9;4349.76;10.74;938.00;1.57;0.36 -7493;9;2686.58;9.50;680.00;1.57;0.90 -7494;9;2422.38;9.50;538.00;1.57;1.14 -7495;9;3570.84;12.39;1336.00;1.57;0.24 -7496;9;5136.12;11.91;178.00;1.57;0.32 -7497;9;4110.22;12.85;1021.00;1.57;0.42 -7498;9;1791.58;9.50;1309.00;1.57;1.00 -7499;9;1934.06;9.50;2039.00;1.57;0.42 -7500;9;1841.32;9.80;325.00;1.57;0.52 -7501;9;3835.16;11.49;1352.00;1.57;0.56 -7502;9;4556.12;9.86;1093.00;1.57;0.32 -7503;9;1261.94;9.50;480.00;1.57;1.34 -7504;9;73.30;9.50;118.00;1.57;1.30 -7505;9;469.68;9.50;1248.00;1.57;1.02 -7506;9;5008.76;10.20;425.00;1.57;0.36 -7507;9;3830.96;10.78;1373.00;1.57;0.56 -7508;9;4556.94;10.10;1206.00;1.57;0.34 -7509;9;255.82;9.50;1642.00;1.57;1.04 -7510;9;515.22;9.50;1075.00;1.57;0.84 -7511;9;4424.32;14.45;1281.00;1.57;0.44 -7512;9;4866.94;9.78;623.00;1.57;0.34 -7513;9;3408.86;10.61;1229.00;1.57;0.42 -7514;9;1114.68;9.50;484.00;1.57;1.48 -7515;9;5307.84;9.50;933.00;1.57;1.24 -7516;9;4415.04;10.00;935.00;1.57;0.40 -7517;9;974.48;9.69;1422.00;1.57;0.26 -7518;9;4446.30;10.70;1017.00;1.57;0.30 -7519;9;3945.64;20.41;1267.00;1.57;0.36 -7520;9;5136.86;9.88;161.00;1.57;0.36 -7521;9;4502.76;10.70;1073.00;1.57;0.36 -7522;9;5147.04;10.70;266.00;1.57;0.44 -7523;9;4777.94;10.50;1412.00;1.57;0.30 -7524;9;1394.58;9.84;1373.00;1.57;0.30 -7525;9;5018.58;10.30;408.00;1.57;0.38 -7526;9;4778.68;9.80;1436.00;1.57;0.38 -7527;9;1528.58;9.90;1438.00;1.57;0.36 -7528;9;1525.66;10.78;1531.00;1.57;0.26 -7529;9;4982.94;10.55;609.00;1.57;0.30 -7530;9;3461.94;11.07;1278.00;1.57;0.32 -7531;9;4365.04;9.89;940.00;1.57;0.40 -7532;9;4992.50;9.50;1375.00;1.57;0.48 -7533;9;5072.14;10.25;175.00;1.57;0.44 -7534;9;4274.30;12.02;1017.00;1.57;0.28 -7535;9;5151.48;10.60;253.00;1.57;0.28 -7536;9;1323.86;10.86;1618.00;1.57;0.40 -7537;9;4158.68;10.70;1057.00;1.57;0.30 -7538;9;5030.24;10.10;372.00;1.57;0.64 -7539;9;1371.04;10.12;1562.00;1.57;0.44 -7540;9;4586.30;9.70;1201.00;1.57;0.30 -7541;9;3696.60;9.99;1395.00;1.57;0.56 -7542;9;4922.06;9.50;629.00;1.57;0.42 -7543;9;1365.94;10.20;1428.00;1.57;0.34 -7544;9;4358.12;10.05;901.00;1.57;0.32 -7545;9;4578.96;14.50;1359.00;1.57;0.38 -7546;9;1594.50;9.80;1209.00;1.57;0.32 -7547;9;1507.30;10.41;1507.00;1.57;0.30 -7548;9;3109.04;13.00;501.00;1.57;1.44 -7549;9;4487.94;12.33;1070.00;1.57;0.34 -7550;9;1790.86;10.50;283.00;1.57;0.46 -7551;9;1456.94;10.77;1548.00;1.57;0.30 -7552;9;1393.50;10.30;1360.00;1.57;0.30 -7553;9;2045.96;11.45;470.00;1.57;0.48 -7554;9;3531.12;14.40;1363.00;1.57;0.28 -7555;9;1355.22;10.30;1396.00;1.57;0.42 -7556;9;3873.70;11.13;1409.00;1.57;0.44 -7557;9;4778.40;10.42;595.00;1.57;0.24 -7558;9;1531.76;12.41;1485.00;1.57;0.28 -7559;9;4348.58;12.16;914.00;1.57;0.30 -7560;9;3761.96;13.05;1268.00;1.57;0.44 -7561;9;2207.60;10.40;761.00;1.57;0.58 -7562;9;4314.58;11.70;1014.00;1.57;0.38 -7563;9;3660.78;9.80;1330.00;1.57;0.58 -7564;9;5153.94;10.41;241.00;1.57;0.28 -7565;9;4179.04;10.12;1064.00;1.57;0.44 -7566;9;5064.04;12.61;358.00;1.57;0.44 -7567;9;4947.96;9.50;133.00;1.57;0.56 -7568;9;4576.58;9.95;1190.00;1.57;0.30 -7569;9;4890.48;9.90;1453.00;1.57;0.28 -7570;9;4965.16;17.41;592.00;1.57;0.52 -7571;9;4546.86;11.83;1242.00;1.57;0.38 -7572;9;4365.12;9.70;911.00;1.57;0.32 -7573;9;3692.08;13.39;1267.00;1.57;0.52 -7574;9;4090.68;10.60;994.00;1.57;0.34 -7575;9;4651.48;12.65;1376.00;1.57;0.28 -7576;9;3251.70;12.77;137.00;1.57;0.70 -7577;9;4498.22;11.65;1088.00;1.57;0.32 -7578;9;4655.50;12.20;1421.00;1.57;0.48 -7579;9;4665.62;10.40;235.00;1.57;0.52 -7580;9;4571.12;9.80;1175.00;1.57;0.32 -7581;9;1957.34;10.20;399.00;1.57;0.40 -7582;9;4755.14;11.25;1429.00;1.57;0.34 -7583;9;1481.30;9.90;1410.00;1.57;0.30 -7584;9;3826.80;10.98;1263.00;1.57;0.42 -7585;9;4898.42;10.22;595.00;1.57;0.40 -7586;9;1369.96;10.87;1471.00;1.57;0.34 -7587;9;4357.84;10.21;870.00;1.57;0.24 -7588;9;1535.48;10.94;1509.00;1.57;0.28 -7589;9;2135.78;10.78;547.00;1.57;0.44 -7590;9;1629.32;9.76;1196.00;1.57;0.28 -7591;9;4796.40;10.79;1407.00;1.57;0.34 -7592;9;5119.50;10.10;236.00;1.57;0.38 -7593;9;4163.04;10.20;1045.00;1.57;0.44 -7594;9;1983.42;10.85;387.00;1.57;0.40 -7595;9;5041.22;12.04;1387.00;1.57;0.36 -7596;9;4530.58;12.25;1165.00;1.57;0.38 -7597;9;3851.50;10.85;1409.00;1.57;0.50 -7598;9;4663.48;9.94;601.00;1.57;0.28 -7599;9;1368.76;10.30;1388.00;1.57;0.36 -7600;9;3806.50;10.45;1441.00;1.57;0.50 -7601;9;4427.68;9.80;881.00;1.57;0.20 -7602;9;3658.44;10.59;1273.00;1.57;0.54 -7603;9;4333.40;11.92;984.00;1.57;0.38 -7604;9;3500.76;14.14;1286.00;1.57;0.36 -7605;9;3091.34;12.70;244.00;1.57;0.74 -7606;9;4430.12;16.34;1060.00;1.57;0.32 -7607;9;1360.24;11.82;1531.00;1.57;0.34 -7608;9;4671.62;10.40;218.00;1.57;0.52 -7609;9;4546.58;11.80;1167.00;1.57;0.38 -7610;9;5072.78;10.28;308.00;1.57;0.56 -7611;9;1414.48;10.00;1559.00;1.57;0.28 -7612;9;1504.76;10.40;1405.00;1.57;0.36 -7613;9;4791.14;12.81;1477.00;1.57;0.40 -7614;9;5070.40;10.21;571.00;1.57;0.30 -7615;9;1410.30;10.40;1470.00;1.57;0.30 -7616;9;4869.98;11.49;1543.00;1.57;0.54 -7617;9;1555.12;10.11;1012.00;1.57;0.28 -7618;9;3740.06;11.81;1323.00;1.57;0.64 -7619;9;4036.68;10.48;975.00;1.57;0.36 -7620;9;3404.58;13.04;1288.00;1.57;0.30 -7621;9;1890.22;9.60;241.00;1.57;0.42 -7622;9;1516.60;9.70;1240.00;1.57;0.24 -7623;9;4890.36;10.65;242.00;1.57;0.84 -7624;9;3555.30;11.77;1360.00;1.57;0.24 -7625;9;4567.40;9.70;1155.00;1.57;0.28 -7626;9;1412.76;9.80;1518.00;1.57;0.36 -7627;9;4973.06;9.70;545.00;1.57;0.50 -7628;9;1319.58;10.40;1374.00;1.57;0.36 -7629;9;1672.32;11.75;1632.00;1.57;0.26 -7630;9;1569.88;9.50;1014.00;1.57;0.36 -7631;9;4541.32;13.12;1327.00;1.57;0.52 -7632;9;1687.68;10.63;1167.00;1.57;0.48 -7633;9;4661.30;11.82;1366.00;1.57;0.30 -7634;9;4236.76;10.23;1043.00;1.57;0.36 -7635;9;3685.52;10.00;1337.00;1.57;0.56 -7636;9;2043.96;10.80;536.00;1.57;0.36 -7637;9;4608.22;10.98;1144.00;1.57;0.36 -7638;9;1971.04;9.70;337.00;1.57;0.44 -7639;9;3827.86;10.20;1299.00;1.57;0.40 -7640;9;1465.58;10.40;1386.00;1.57;0.30 -7641;9;3670.96;10.00;1400.00;1.57;0.56 -7642;9;4514.30;9.69;529.00;1.57;0.18 -7643;9;1513.76;14.86;1461.00;1.57;0.36 -7644;9;1820.04;9.72;1640.00;1.57;0.40 -7645;9;4461.84;10.14;855.00;1.57;0.24 -7646;9;1547.12;12.55;1508.00;1.57;0.30 -7647;9;4337.04;12.35;970.00;1.57;0.24 -7648;9;4615.78;12.31;1407.00;1.57;0.50 -7649;9;5109.32;9.88;212.00;1.57;0.34 -7650;9;4492.58;10.05;1030.00;1.57;0.32 -7651;9;5117.76;10.40;291.00;1.57;0.36 -7652;9;4760.40;10.04;1417.00;1.57;0.24 -7653;9;4605.30;11.05;1117.00;1.57;0.30 -7654;9;4583.12;9.91;519.00;1.57;0.32 -7655;9;4091.42;10.25;1680.00;1.57;0.52 -7656;9;4589.76;10.86;1224.00;1.57;0.24 -7657;9;3818.96;10.47;1426.00;1.57;0.44 -7658;9;4298.68;9.70;723.00;1.57;0.48 -7659;9;4523.50;12.30;1299.00;1.57;0.50 -7660;9;1710.80;10.21;1168.00;1.57;0.28 -7661;9;3579.12;9.94;1331.00;1.57;0.22 -7662;9;4183.76;9.70;1052.00;1.57;0.36 -7663;9;4771.94;10.14;1394.00;1.57;0.34 -7664;9;5137.40;11.88;195.00;1.57;0.38 -7665;9;4529.22;10.47;1110.00;1.57;0.38 -7666;9;5104.12;10.76;292.00;1.57;0.32 -7667;9;961.32;16.60;1486.00;1.57;0.48 -7668;9;1417.66;9.70;1377.00;1.57;0.26 -7669;9;4860.58;10.15;453.00;1.57;0.28 -7670;9;4830.22;10.86;1431.00;1.57;0.42 -7671;9;3392.84;10.48;1254.00;1.57;0.24 -7672;9;4871.04;10.30;1480.00;1.57;0.44 -7673;9;4360.48;11.35;682.00;1.57;0.28 -7674;9;4603.68;13.08;1375.00;1.57;0.48 -7675;9;4335.48;12.09;957.00;1.57;0.28 -7676;9;4399.60;14.60;1515.00;1.57;0.54 -7677;9;946.42;13.65;1731.00;1.57;0.60 -7678;9;3231.88;9.50;1335.00;1.57;0.40 -7679;9;2464.84;9.50;13.00;1.57;0.68 -7680;9;4096.98;11.35;1546.00;1.57;0.54 -7681;9;3921.70;11.40;1688.00;1.57;0.44 -7682;9;3861.60;10.79;1335.00;1.57;0.40 -7683;9;1790.22;10.57;1759.00;1.57;1.32 -7684;9;1108.50;16.75;1515.00;1.57;0.50 -7685;9;3957.80;10.30;1751.00;1.57;0.62 -7686;9;507.68;9.50;480.00;1.57;1.16 -7687;9;4040.52;10.40;1606.00;1.57;0.54 -7688;9;1094.34;15.23;1590.00;1.57;0.48 -7689;9;3939.00;9.70;1871.00;1.57;1.00 -7690;9;5164.32;9.50;693.00;1.57;1.52 -7691;9;4728.26;11.00;1638.00;1.57;0.72 -7692;9;5566.30;10.74;138.00;1.57;0.30 -7693;9;4152.80;14.95;1481.00;1.57;0.60 -7694;9;4352.38;9.50;576.00;1.57;1.02 -7695;9;2856.36;9.50;1613.00;1.57;0.70 -7696;9;918.72;10.61;2021.00;1.57;1.18 -7697;9;4673.06;11.00;1527.00;1.57;0.66 -7698;9;5388.98;9.50;454.00;1.57;0.90 -7699;9;5461.50;9.50;951.00;1.57;0.66 -7700;9;5541.42;9.50;1476.00;1.57;0.82 -7701;9;4192.62;10.40;1702.00;1.57;0.58 -7702;9;4107.18;12.23;1348.00;1.57;0.56 -7703;9;4333.50;14.35;1567.00;1.57;0.50 -7704;9;4947.84;9.50;1311.00;1.57;1.18 -7705;9;4088.90;9.50;764.00;1.57;0.90 -7706;9;3939.60;10.75;1372.00;1.57;0.36 -7707;9;4277.56;10.70;1767.00;1.57;0.86 -7708;9;4017.44;10.35;1559.00;1.57;0.60 -7709;9;4291.18;9.50;63.00;1.57;0.98 -7710;9;4245.18;9.50;202.00;1.57;0.98 -7711;9;3969.80;10.40;1413.00;1.57;0.46 -7712;9;3680.16;9.90;1840.00;1.57;0.76 -7713;9;4309.70;14.17;1606.00;1.57;0.54 -7714;9;3886.10;9.50;283.00;1.57;1.10 -7715;9;3352.36;9.50;18.00;1.57;0.86 -7716;9;3136.42;10.85;565.00;1.57;0.62 -7717;9;4429.72;14.47;1516.00;1.57;0.46 -7718;9;1068.24;12.20;1737.00;1.57;0.64 -7719;9;2651.28;9.50;644.00;1.57;1.08 -7720;9;2379.48;9.50;551.00;1.57;0.84 -7721;9;962.60;14.49;1614.00;1.57;0.60 -7722;9;4007.52;9.80;1659.00;1.57;0.50 -7723;9;1820.46;9.50;1349.00;1.57;1.06 -7724;9;1947.34;9.50;2008.00;1.57;0.94 -7725;9;4638.96;12.02;1549.00;1.57;0.56 -7726;9;4505.10;10.56;1714.00;1.57;0.88 -7727;9;4341.52;14.70;1358.00;1.57;0.50 -7728;9;1262.82;9.50;420.00;1.57;0.92 -7729;9;84.34;9.50;165.00;1.57;1.30 -7730;9;531.42;9.50;1237.00;1.57;1.40 -7731;9;4291.44;12.90;1585.00;1.57;0.52 -7732;9;4220.72;11.98;1374.00;1.57;0.44 -7733;9;3848.98;9.77;1735.00;1.57;0.72 -7734;9;289.34;9.50;1674.00;1.57;1.02 -7735;9;580.62;9.50;1083.00;1.57;1.04 -7736;9;4561.64;12.90;1601.00;1.57;0.72 -7737;9;4207.32;14.52;1433.00;1.57;0.52 -7738;9;3932.84;9.80;1827.00;1.57;0.86 -7739;9;1068.32;9.50;507.00;1.57;1.14 -7740;9;5502.94;9.50;1136.00;1.57;1.08 -7741;9;3877.06;11.10;1606.00;1.57;0.52 -7742;9;5596.58;10.52;174.00;1.57;0.38 -7743;9;4646.52;13.90;1495.00;1.57;0.72 -7744;9;4268.16;10.78;1676.00;1.57;0.76 -7745;9;1197.16;12.00;1607.00;1.57;0.50 -7746;9;4803.86;12.10;1713.00;1.57;0.62 -7747;9;1070.86;13.06;1432.00;1.57;0.46 -7748;9;4899.42;12.74;1552.00;1.57;0.46 -7749;9;4511.70;12.84;1442.00;1.57;0.58 -7750;9;4131.62;9.80;1746.00;1.57;0.66 -7751;9;4561.88;12.36;1576.00;1.57;0.68 -7752;9;4484.06;14.07;1451.00;1.57;0.66 -7753;9;917.52;13.10;1729.00;1.57;0.52 -7754;9;4835.06;10.60;1579.00;1.57;0.66 -7755;9;5055.06;9.80;104.00;1.57;0.28 -7756;9;1007.14;15.20;1562.00;1.57;0.54 -7757;9;4134.96;10.60;1629.00;1.57;0.44 -7758;9;1952.16;9.71;1712.00;1.57;0.76 -7759;9;4565.88;11.25;1676.00;1.57;0.68 -7760;9;1131.16;12.18;1649.00;1.57;0.54 -7761;9;934.98;14.14;1793.00;1.57;0.68 -7762;9;1246.68;11.54;1475.00;1.57;0.44 -7763;9;4792.06;10.84;1540.00;1.57;0.66 -7764;9;1092.40;16.50;1507.00;1.57;0.40 -7765;9;4683.86;10.42;1765.00;1.57;1.06 -7766;9;986.56;11.79;1858.00;1.57;1.16 -7767;9;4804.86;10.10;1463.00;1.57;0.46 -7768;9;3830.44;9.80;1819.00;1.57;0.84 -7769;9;4398.14;11.26;1634.00;1.57;0.54 -7770;9;3103.44;13.60;297.00;1.57;0.84 -7771;9;1240.60;11.15;1609.00;1.57;0.48 -7772;9;4860.18;12.50;1683.00;1.57;0.98 -7773;9;4259.54;14.40;1518.00;1.57;0.56 -7774;9;3873.14;9.80;1678.00;1.57;0.54 -7775;9;3831.96;10.89;1322.00;1.57;0.44 -7776;9;1369.22;10.33;1658.00;1.57;0.42 -7777;9;3857.60;10.69;1357.00;1.57;0.52 -7778;9;3782.24;9.86;1708.00;1.57;0.64 -7779;9;1043.78;15.80;1670.00;1.57;0.58 -7780;9;1172.78;13.40;1553.00;1.57;0.36 -7781;9;4122.44;9.80;1799.00;1.57;0.84 -7782;9;1235.04;10.30;1850.00;1.57;1.44 -7783;9;5551.12;10.08;155.00;1.57;0.28 -7784;9;4064.42;10.89;1468.00;1.57;0.52 -7785;9;4697.80;11.65;1631.00;1.57;0.80 -7786;9;4592.24;11.72;1537.00;1.57;0.64 -7787;9;1016.16;12.66;1794.00;1.57;0.68 -7788;9;1894.44;9.55;1707.00;1.57;0.80 -7789;9;4128.04;9.80;1664.00;1.57;0.44 -7790;9;4019.88;13.01;1293.00;1.57;0.64 -7791;9;1496.68;12.95;1465.00;1.57;0.26 -7792;9;4149.28;12.28;1343.00;1.57;0.44 -7793;9;4020.98;10.32;1718.00;1.57;0.56 -7794;9;1447.74;10.90;1750.00;1.57;0.84 -7795;9;3998.16;10.43;1419.00;1.57;0.50 -7796;9;3809.16;9.70;1797.00;1.57;0.76 -7797;9;1403.30;11.31;1457.00;1.57;0.30 -7798;9;5043.32;9.71;81.00;1.57;0.40 -7799;9;4308.24;15.31;1479.00;1.57;0.52 -7800;9;3914.14;10.36;1640.00;1.57;0.54 -7801;9;4836.78;11.20;1504.00;1.57;0.54 -7802;9;4380.26;10.90;1692.00;1.57;0.86 -7803;9;4426.70;12.65;1343.00;1.57;0.56 -7804;9;4216.34;15.64;1533.00;1.57;0.60 -7805;9;4326.42;10.65;1771.00;1.57;1.06 -7806;9;4400.34;14.45;1406.00;1.57;0.56 -7807;9;1710.10;11.58;1735.00;1.57;0.90 -7808;9;4231.90;13.77;1423.00;1.57;0.40 -7809;9;4056.80;9.70;1838.00;1.57;0.80 -7810;9;1873.86;10.40;1769.00;1.57;0.74 -7811;9;5024.32;9.65;74.00;1.57;0.40 -7812;9;4685.32;11.52;1438.00;1.57;0.38 -7813;9;1769.20;9.70;2039.00;1.57;0.56 -7814;9;1119.88;12.91;1624.00;1.57;0.56 -7815;9;4200.98;10.49;1654.00;1.57;0.50 -7816;9;4487.24;16.54;1544.00;1.57;0.48 -7817;9;4744.66;11.30;1770.00;1.57;0.94 -7818;9;1083.42;14.30;1492.00;1.57;0.32 -7819;9;4206.08;14.09;1548.00;1.57;0.60 -7820;9;996.16;14.18;1735.00;1.57;0.76 -7821;9;1067.50;15.30;1472.00;1.57;0.50 -7822;9;4173.88;11.11;1576.00;1.57;0.54 -7823;9;4547.62;12.39;1482.00;1.57;0.52 -7824;9;3726.78;13.48;1777.00;1.57;0.58 -7825;9;4076.24;10.40;1620.00;1.57;0.64 -7826;9;5565.12;10.97;122.00;1.57;0.32 -7827;9;980.42;14.87;1546.00;1.57;0.56 -7828;9;4469.52;10.85;1673.00;1.57;0.72 -7829;9;1396.76;11.06;1636.00;1.57;0.36 -7830;9;898.16;10.70;1960.00;1.57;1.60 -7831;9;1408.58;10.50;1500.00;1.57;0.38 -7832;9;4771.34;11.00;1515.00;1.57;0.74 -7833;9;3894.08;9.80;1725.00;1.57;0.48 -7834;9;1317.76;10.30;1514.00;1.57;0.36 -7835;9;4486.82;11.60;1565.00;1.57;0.62 -7836;9;1256.96;10.70;1389.00;1.57;0.44 -7837;9;4022.08;10.25;1774.00;1.57;0.74 -7838;9;4425.78;11.22;1588.00;1.57;0.58 -7839;9;5514.04;11.71;87.00;1.57;0.34 -7840;9;1220.52;12.05;1589.00;1.57;0.48 -7841;9;4341.50;11.45;1640.00;1.57;0.50 -7842;9;3291.26;13.35;331.00;1.57;0.84 -7843;9;4214.88;14.05;1505.00;1.57;0.64 -7844;9;4742.08;11.87;1661.00;1.57;0.88 -7845;9;998.14;16.88;1633.00;1.57;0.54 -7846;9;3854.76;9.80;1674.00;1.57;0.36 -7847;9;3871.04;12.33;1141.00;1.57;0.44 -7848;9;4736.46;11.45;1575.00;1.57;0.58 -7849;9;4114.06;9.80;1719.00;1.57;0.64 -7850;9;4101.92;14.64;1386.00;1.57;0.50 -7851;9;4740.26;10.60;1597.00;1.57;0.64 -7852;9;1266.96;11.10;1570.00;1.57;0.56 -7853;9;915.34;12.66;1752.00;1.57;0.58 -7854;9;4598.26;12.21;1619.00;1.57;0.64 -7855;9;176.98;9.50;2010.00;1.57;2.30 -7856;9;4002.24;11.00;1437.00;1.57;0.44 -7857;9;3011.48;14.55;1503.00;1.57;0.24 -7858;9;917.36;11.60;1902.00;1.57;1.44 -7859;9;5108.30;12.41;119.00;1.57;0.30 -7860;9;4533.14;13.59;1519.00;1.57;0.54 -7861;9;4104.68;9.80;1662.00;1.57;0.48 -7862;9;1248.88;11.00;1647.00;1.57;0.38 -7863;9;4390.80;10.30;1729.00;1.57;0.72 -7864;9;4333.44;14.45;1393.00;1.57;0.56 -7865;9;941.42;9.50;1648.00;1.57;0.32 -7866;9;4087.62;12.41;1408.00;1.57;0.60 -7867;9;3880.98;9.70;1778.00;1.57;0.66 -7868;9;4996.14;10.01;1569.00;1.57;0.54 -7869;9;637.42;15.35;1981.00;1.57;2.56 -7870;9;4237.00;14.57;1441.00;1.57;0.56 -7871;9;4903.60;12.26;1600.00;1.57;0.60 -7872;9;3207.86;12.30;381.00;1.57;0.76 -7873;9;4734.72;10.80;1517.00;1.57;0.60 -7874;9;3895.52;10.40;1621.00;1.57;0.52 -7875;9;1587.96;10.92;1687.00;1.57;0.48 -7876;9;4354.42;10.44;1667.00;1.57;0.62 -7877;9;1191.34;11.22;1688.00;1.57;0.48 -7878;9;5261.50;10.00;1616.00;1.57;1.50 -7879;9;1012.04;14.35;1497.00;1.57;0.44 -7880;9;1137.16;12.10;1681.00;1.57;0.72 -7881;9;4403.26;14.51;1446.00;1.57;0.52 -7882;9;4104.38;10.40;1773.00;1.57;0.72 -7883;9;1163.60;11.70;1710.00;1.57;0.38 -7884;9;400.38;9.88;1903.00;1.57;1.18 -7885;9;4511.46;14.70;1469.00;1.57;0.54 -7886;9;4179.14;11.18;1643.00;1.57;0.54 -7887;9;5554.48;10.19;177.00;1.57;0.22 -7888;9;1077.68;16.23;1579.00;1.57;0.48 -7889;9;4668.64;10.80;1704.00;1.57;0.52 -7890;9;4097.52;12.70;1528.00;1.57;0.44 -7891;9;743.86;12.80;1983.00;1.57;1.24 -7892;9;1284.22;11.30;1510.00;1.57;0.42 -7893;9;1672.08;10.80;1730.00;1.57;0.88 -7894;9;4709.06;11.30;1481.00;1.57;0.40 -7895;9;3771.54;10.30;1778.00;1.57;0.66 -7896;9;1351.06;11.10;1700.00;1.57;0.44 -7897;9;4778.96;12.40;1467.00;1.57;0.50 -7898;9;3690.34;10.35;1802.00;1.57;0.74 -7899;9;1396.16;11.08;1714.00;1.57;0.76 -7900;9;3293.04;12.13;217.00;1.57;0.44 -7901;9;1129.76;11.10;2000.00;1.57;1.96 -7902;9;4423.82;11.60;1648.00;1.57;0.66 -7903;9;3901.50;11.10;1130.00;1.57;0.50 -7904;9;1282.96;10.30;1475.00;1.57;0.46 -7905;9;3995.14;10.40;1083.00;1.57;0.42 -7906;9;3251.00;9.50;1382.00;1.57;1.00 -7907;9;2759.28;9.50;50.00;1.57;1.08 -7908;9;2724.90;12.72;1155.00;1.57;0.56 -7909;9;4362.24;11.53;995.00;1.57;0.32 -7910;9;1576.24;9.50;1279.00;1.57;1.08 -7911;9;4453.04;12.94;1216.00;1.57;0.40 -7912;9;3342.28;11.03;766.00;1.57;1.04 -7913;9;1257.86;15.46;1201.00;1.57;0.46 -7914;9;438.68;9.50;479.00;1.57;0.92 -7915;9;1765.18;10.98;965.00;1.57;0.78 -7916;9;3850.68;17.75;1223.00;1.57;0.48 -7917;9;3803.88;11.25;1070.00;1.57;0.46 -7918;9;5145.66;9.50;782.00;1.57;1.26 -7919;9;3134.80;10.70;829.00;1.57;0.80 -7920;9;1086.96;12.94;1401.00;1.57;0.56 -7921;9;1162.32;14.63;1254.00;1.57;0.52 -7922;9;4329.38;9.50;470.00;1.57;0.78 -7923;9;2813.08;9.50;1650.00;1.57;0.88 -7924;9;3777.60;9.90;1300.00;1.57;0.44 -7925;9;3293.68;10.60;889.00;1.57;0.48 -7926;9;4222.98;21.52;1157.00;1.57;0.56 -7927;9;5351.78;9.50;427.00;1.57;1.08 -7928;9;5498.02;9.50;987.00;1.57;1.22 -7929;9;5498.40;9.50;1576.00;1.57;1.24 -7930;9;2758.20;10.20;903.00;1.57;0.88 -7931;9;3092.24;11.00;679.00;1.57;0.64 -7932;9;4833.66;9.50;1246.00;1.57;1.26 -7933;9;4029.74;9.50;756.00;1.57;1.14 -7934;9;3423.72;11.93;1045.00;1.57;0.52 -7935;9;1113.60;13.25;1327.00;1.57;0.60 -7936;9;1606.24;12.22;916.00;1.57;0.64 -7937;9;4204.46;9.50;208.00;1.57;1.06 -7938;9;4073.32;10.78;1052.00;1.57;0.42 -7939;9;2878.86;10.40;907.00;1.57;0.92 -7940;9;4267.00;21.55;1247.00;1.57;0.86 -7941;9;3918.84;9.50;196.00;1.57;1.24 -7942;9;3317.30;9.50;8.00;1.57;0.46 -7943;9;2658.58;10.50;998.00;1.57;1.18 -7944;9;3413.42;15.68;853.00;1.57;0.50 -7945;9;1314.32;10.40;1435.00;1.57;0.34 -7946;9;2603.10;9.50;648.00;1.57;0.84 -7947;9;2309.94;9.50;538.00;1.57;1.34 -7948;9;4511.86;12.90;1164.00;1.57;0.32 -7949;9;4037.34;14.88;1327.00;1.57;0.60 -7950;9;2799.62;10.30;866.00;1.57;0.82 -7951;9;1740.58;9.50;1333.00;1.57;1.14 -7952;9;2000.66;9.50;1895.00;1.57;1.00 -7953;9;3556.88;9.70;1165.00;1.57;0.52 -7954;9;2778.38;10.20;893.00;1.57;0.72 -7955;9;1250.88;9.50;373.00;1.57;1.42 -7956;9;322.88;9.50;146.00;1.57;1.02 -7957;9;545.42;9.50;1283.00;1.57;1.46 -7958;9;2771.32;13.30;1188.00;1.57;0.50 -7959;9;2641.34;10.30;762.00;1.57;0.74 -7960;9;3662.14;9.75;1042.00;1.57;0.54 -7961;9;194.16;9.50;1679.00;1.57;1.22 -7962;9;513.16;9.50;1110.00;1.57;0.98 -7963;9;3021.62;12.34;822.00;1.57;0.82 -7964;9;1024.24;9.62;1341.00;1.57;0.64 -7965;9;4366.58;14.89;1072.00;1.57;0.38 -7966;9;1003.32;9.50;512.00;1.57;1.08 -7967;9;5383.56;9.50;1662.00;1.57;1.14 -7968;9;1777.88;9.95;1023.00;1.57;0.68 -7969;9;3578.96;14.16;1249.00;1.57;0.44 -7970;9;3408.44;11.90;1110.00;1.57;0.58 -7971;9;4314.62;13.65;1331.00;1.57;0.56 -7972;9;2560.64;10.95;871.00;1.57;0.38 -7973;9;1202.98;12.75;1286.00;1.57;0.56 -7974;9;4360.94;10.86;984.00;1.57;0.28 -7975;9;3890.40;14.65;1165.00;1.57;0.40 -7976;9;4358.32;14.43;1046.00;1.57;0.40 -7977;9;3525.22;9.70;1179.00;1.57;0.40 -7978;9;2966.16;12.48;760.00;1.57;0.56 -7979;9;2629.94;10.62;1082.00;1.57;0.40 -7980;9;3444.90;11.81;812.00;1.57;0.66 -7981;9;1267.32;10.60;1400.00;1.57;0.50 -7982;9;3685.70;11.64;1101.00;1.57;0.46 -7983;9;2733.08;10.90;820.00;1.57;0.86 -7984;9;3837.32;17.34;1234.00;1.57;0.48 -7985;9;3076.08;13.69;1100.00;1.57;0.74 -7986;9;1001.32;10.15;1415.00;1.57;0.32 -7987;9;3216.12;11.00;982.00;1.57;1.20 -7988;9;4361.88;20.20;1181.00;1.57;0.68 -7989;9;3335.90;10.40;965.00;1.57;0.62 -7990;9;3735.50;13.05;1198.00;1.57;0.50 -7991;9;1584.52;9.60;902.00;1.57;0.66 -7992;9;2559.46;9.69;972.00;1.57;0.96 -7993;9;1666.06;14.34;967.00;1.57;0.66 -7994;9;3506.04;9.70;1183.00;1.57;0.44 -7995;9;3529.70;11.10;1075.00;1.57;0.70 -7996;9;3278.06;12.00;734.00;1.57;0.66 -7997;9;4279.46;17.64;1295.00;1.57;0.62 -7998;9;3972.50;10.30;1108.00;1.57;0.50 -7999;9;1110.32;16.30;1495.00;1.57;0.40 -8000;9;3636.34;9.50;849.00;1.57;0.20 -8001;9;3510.88;10.00;1157.00;1.57;0.44 -8002;9;3673.00;10.10;951.00;1.57;0.74 -8003;9;1168.52;15.00;1291.00;1.57;0.54 -8004;9;3476.42;12.10;1031.00;1.57;0.62 -8005;9;4006.24;20.48;1219.00;1.57;0.52 -8006;9;2664.80;10.30;741.00;1.57;0.80 -8007;9;3929.68;10.75;1146.00;1.57;0.48 -8008;9;2653.54;11.19;813.00;1.57;0.78 -8009;9;3691.44;11.59;1220.00;1.57;0.58 -8010;9;4202.32;18.13;1097.00;1.57;0.52 -8011;9;4010.30;11.34;856.00;1.57;0.30 -8012;9;1072.52;12.70;1375.00;1.57;0.52 -8013;9;3815.34;13.22;1123.00;1.57;0.62 -8014;9;1515.22;10.88;1474.00;1.57;0.22 -8015;9;2596.32;9.70;885.00;1.57;0.52 -8016;9;3147.84;11.26;601.00;1.57;0.76 -8017;9;1423.16;11.88;1109.00;1.57;0.68 -8018;9;4298.90;21.23;1226.00;1.57;0.80 -8019;9;3375.72;13.21;736.00;1.57;0.76 -8020;9;3718.24;12.81;1008.00;1.57;0.46 -8021;9;2932.06;10.52;790.00;1.57;0.66 -8022;9;3943.50;12.45;1210.00;1.57;0.46 -8023;9;4382.50;14.65;1054.00;1.57;0.36 -8024;9;1758.78;9.71;1007.00;1.57;0.58 -8025;9;1293.40;10.70;1437.00;1.57;0.40 -8026;9;4450.86;10.30;1157.00;1.57;0.36 -8027;9;3925.88;18.27;1294.00;1.57;0.48 -8028;9;2892.82;10.23;877.00;1.57;0.70 -8029;9;4073.54;23.05;1165.00;1.57;0.82 -8030;9;3523.28;11.80;938.00;1.57;0.72 -8031;9;3641.34;16.65;1164.00;1.57;0.56 -8032;9;1197.24;10.57;1169.00;1.57;0.48 -8033;9;1097.04;10.50;1333.00;1.57;0.44 -8034;9;2910.88;9.70;739.00;1.57;0.68 -8035;9;2608.12;10.46;999.00;1.57;1.26 -8036;9;3418.26;17.68;773.00;1.57;0.76 -8037;9;4215.16;22.50;1222.00;1.57;0.76 -8038;9;2598.80;9.66;1094.00;1.57;0.64 -8039;9;2794.96;10.40;801.00;1.57;0.56 -8040;9;3559.96;15.37;1222.00;1.57;0.42 -8041;9;4298.44;19.69;1145.00;1.57;0.74 -8042;9;4075.74;13.03;1289.00;1.57;0.70 -8043;9;3447.44;10.20;869.00;1.57;0.80 -8044;9;3862.70;14.32;1161.00;1.57;0.52 -8045;9;4378.12;10.72;955.00;1.57;0.32 -8046;9;2711.88;16.15;1165.00;1.57;0.54 -8047;9;1559.52;9.70;874.00;1.57;0.72 -8048;9;3183.80;11.30;632.00;1.57;0.80 -8049;9;4502.40;13.46;1241.00;1.57;0.40 -8050;9;1762.04;9.80;903.00;1.57;1.04 -8051;9;3599.40;9.67;1062.00;1.57;0.40 -8052;9;3209.36;11.30;829.00;1.57;0.92 -8053;9;3782.60;12.25;1205.00;1.57;0.56 -8054;9;3149.18;12.86;458.00;1.57;0.74 -8055;9;4454.06;12.60;1324.00;1.57;0.54 -8056;9;1652.68;12.11;1041.00;1.57;0.40 -8057;9;1127.24;9.70;1270.00;1.57;0.64 -8058;9;2605.44;10.83;912.00;1.57;0.84 -8059;9;4292.08;21.92;1168.00;1.57;0.56 -8060;9;3494.16;12.28;1002.00;1.57;0.76 -8061;9;2931.88;10.10;1160.00;1.57;0.68 -8062;9;3411.04;14.70;724.00;1.57;0.86 -8063;9;4308.32;10.58;1070.00;1.57;0.52 -8064;9;1225.96;11.60;1388.00;1.57;0.56 -8065;9;2709.52;10.90;791.00;1.57;0.72 -8066;9;3835.42;12.36;1095.00;1.57;0.62 -8067;9;4022.84;10.41;831.00;1.57;0.24 -8068;9;4127.28;22.65;1236.00;1.57;0.88 -8069;9;3092.68;10.10;1122.00;1.57;0.42 -8070;9;1160.78;14.75;1427.00;1.57;0.52 -8071;9;2754.26;10.90;842.00;1.57;0.78 -8072;9;4517.58;14.80;1177.00;1.57;0.38 -8073;9;3464.42;9.69;936.00;1.57;0.62 -8074;9;3623.32;14.45;1196.00;1.57;0.42 -8075;9;1603.98;10.32;865.00;1.57;0.44 -8076;9;3966.58;10.41;1012.00;1.57;0.28 -8077;9;2914.88;9.80;1186.00;1.57;0.68 -8078;9;3057.36;12.10;766.00;1.57;0.64 -8079;9;1269.96;11.13;1212.00;1.57;0.56 -8080;9;1785.52;10.40;1004.00;1.57;0.56 -8081;9;4464.14;13.23;1282.00;1.57;0.54 -8082;9;4069.40;11.98;1111.00;1.57;0.32 -8083;9;1460.32;12.85;1473.00;1.57;0.26 -8084;9;3248.34;11.27;871.00;1.57;0.74 -8085;9;3541.96;10.02;1134.00;1.57;0.48 -8086;9;4077.18;12.35;1319.00;1.57;0.80 -8087;9;4025.76;11.43;930.00;1.57;0.36 -8088;9;2726.30;10.71;1128.00;1.57;1.16 -8089;9;1266.80;13.16;1171.00;1.57;0.76 -8090;9;3864.80;14.87;1176.00;1.57;0.48 -8091;9;4585.22;10.87;694.00;1.57;0.30 -8092;9;3391.32;10.12;1056.00;1.57;0.50 -8093;9;3640.80;12.94;1244.00;1.57;0.52 -8094;9;3530.36;11.80;797.00;1.57;0.58 -8095;9;4477.14;13.00;1088.00;1.57;0.40 -8096;9;2770.70;10.79;807.00;1.57;0.70 -8097;9;1144.24;12.83;1375.00;1.57;0.64 -8098;9;3845.06;14.43;1120.00;1.57;0.58 -8099;9;3731.96;9.82;1301.00;1.57;0.52 -8100;9;4003.12;11.59;869.00;1.57;0.32 -8101;9;3395.34;11.55;1159.00;1.57;0.74 -8102;9;4345.16;13.53;1339.00;1.57;0.40 -8103;9;3191.72;11.17;936.00;1.57;0.92 -8104;9;4336.90;20.91;1183.00;1.57;0.86 -8105;9;3287.24;10.20;989.00;1.57;0.64 -8106;9;3927.88;10.06;1175.00;1.57;0.48 -8107;9;1881.10;9.83;912.00;1.57;0.96 -8108;9;3624.78;9.70;1031.00;1.57;0.46 -8109;9;2989.26;11.26;814.00;1.57;0.70 -8110;9;1412.68;10.40;1417.00;1.57;0.28 -8111;9;2623.60;10.85;1102.00;1.57;0.60 -8112;9;4033.60;20.80;1267.00;1.57;0.56 -8113;9;1754.60;11.36;1031.00;1.57;0.32 -8114;9;4054.50;10.85;1113.00;1.57;0.48 -8115;9;1023.96;10.96;1423.00;1.57;0.56 -8116;9;2735.44;10.20;866.00;1.57;0.68 -8117;9;3620.06;13.18;1137.00;1.57;0.52 -8118;9;3600.48;10.10;982.00;1.57;1.28 -8119;9;1047.96;9.67;1305.00;1.57;0.56 -8120;9;4076.12;10.50;1017.00;1.57;0.32 -8121;9;4149.82;23.58;1138.00;1.57;0.44 -8122;9;2723.98;10.35;760.00;1.57;0.78 -8123;9;3489.40;10.35;1230.00;1.57;0.40 -8124;9;3461.68;10.55;831.00;1.57;0.36 -8125;9;3564.52;14.99;1235.00;1.57;0.44 -8126;9;4361.30;16.96;1103.00;1.57;0.30 -8127;9;4440.42;13.10;1291.00;1.57;0.52 -8128;9;2980.20;10.70;988.00;1.57;1.56 -8129;9;2095.10;11.17;683.00;1.57;0.82 -8130;9;4688.96;10.20;143.00;1.57;0.52 -8131;9;3281.14;9.50;1420.00;1.57;1.46 -8132;9;2860.72;9.50;166.00;1.57;0.92 -8133;9;3429.70;10.99;699.00;1.57;0.70 -8134;9;4798.92;10.50;285.00;1.57;1.12 -8135;9;1553.44;9.50;1337.00;1.57;0.84 -8136;9;3044.58;12.50;353.00;1.57;0.96 -8137;9;182.96;9.50;671.00;1.57;1.08 -8138;9;3024.72;13.10;416.00;1.57;0.66 -8139;9;5005.50;9.50;696.00;1.57;1.26 -8140;9;2042.72;12.17;596.00;1.57;0.92 -8141;9;4194.10;9.50;696.00;1.57;0.86 -8142;9;2801.72;9.50;1683.00;1.57;0.80 -8143;9;2213.60;10.10;695.00;1.57;0.60 -8144;9;3282.54;11.70;573.00;1.57;0.68 -8145;9;5480.42;9.50;371.00;1.57;1.28 -8146;9;5440.88;9.50;986.00;1.57;0.92 -8147;9;5578.34;9.50;1515.00;1.57;0.96 -8148;9;2114.42;12.18;536.00;1.57;0.56 -8149;9;1621.30;9.99;816.00;1.57;1.28 -8150;9;4798.58;9.50;1164.00;1.57;0.98 -8151;9;4069.22;9.50;719.00;1.57;0.98 -8152;9;4676.64;9.85;334.00;1.57;0.58 -8153;9;4325.18;9.50;7.00;1.57;0.42 -8154;9;4247.18;9.50;156.00;1.57;0.98 -8155;9;4802.82;10.30;338.00;1.57;1.02 -8156;9;3859.38;9.50;200.00;1.57;1.04 -8157;9;1755.88;16.93;591.00;1.57;0.68 -8158;9;2607.20;9.50;609.00;1.57;1.10 -8159;9;2268.30;9.50;568.00;1.57;1.30 -8160;9;1666.92;10.80;693.00;1.57;0.94 -8161;9;1717.88;11.95;174.00;1.57;0.68 -8162;9;2194.14;9.50;1212.00;1.57;1.08 -8163;9;2026.82;9.50;1865.00;1.57;0.82 -8164;9;3473.42;9.80;677.00;1.57;0.62 -8165;9;4873.54;10.00;207.00;1.57;0.82 -8166;9;1201.80;9.50;338.00;1.57;0.98 -8167;9;330.90;9.50;106.00;1.57;1.06 -8168;9;598.62;9.50;1180.00;1.57;0.92 -8169;9;1831.72;10.40;401.00;1.57;0.74 -8170;9;196.44;9.50;1764.00;1.57;1.32 -8171;9;471.10;9.50;1145.00;1.57;1.10 -8172;9;1925.82;10.20;752.00;1.57;1.64 -8173;9;899.34;9.50;470.00;1.57;1.22 -8174;9;5377.84;9.50;1612.00;1.57;1.10 -8175;9;1900.30;10.20;679.00;1.57;1.30 -8176;9;1741.36;10.69;150.00;1.57;0.58 -8177;9;2139.62;11.96;676.00;1.57;0.60 -8178;9;3297.42;11.16;192.00;1.57;0.62 -8179;9;2200.24;9.90;786.00;1.57;0.60 -8180;9;3501.54;11.01;308.00;1.57;0.90 -8181;9;2028.70;12.05;462.00;1.57;0.56 -8182;9;3397.70;10.77;513.00;1.57;0.60 -8183;9;3400.06;11.98;567.00;1.57;0.66 -8184;9;2175.06;10.74;679.00;1.57;0.66 -8185;9;1732.42;9.80;801.00;1.57;1.32 -8186;9;4940.68;9.71;170.00;1.57;0.48 -8187;9;1886.16;9.70;382.00;1.57;0.60 -8188;9;3536.26;10.21;389.00;1.57;0.86 -8189;9;1915.64;9.80;570.00;1.57;1.04 -8190;9;2144.40;10.51;507.00;1.57;0.40 -8191;9;1696.10;11.17;678.00;1.57;0.62 -8192;9;1719.70;12.35;253.00;1.57;0.70 -8193;9;3036.36;11.45;598.00;1.57;0.96 -8194;9;1697.96;10.76;365.00;1.57;0.56 -8195;9;1750.00;20.50;454.00;1.57;0.80 -8196;9;2168.14;10.10;572.00;1.57;0.54 -8197;9;2186.04;10.26;644.00;1.57;0.44 -8198;9;1682.42;9.50;102.00;1.57;0.48 -8199;9;1568.24;10.39;758.00;1.57;0.64 -8200;9;4730.98;10.60;215.00;1.57;0.78 -8201;9;3382.90;11.40;482.00;1.57;0.90 -8202;9;3018.26;12.70;389.00;1.57;0.62 -8203;9;1838.98;10.92;527.00;1.57;0.78 -8204;9;5498.50;9.70;92.00;1.57;0.50 -8205;9;3382.06;14.13;542.00;1.57;0.66 -8206;9;4973.84;9.70;245.00;1.57;0.90 -8207;9;2963.84;10.30;619.00;1.57;1.24 -8208;9;1817.80;9.80;309.00;1.57;0.52 -8209;9;4754.80;9.75;383.00;1.57;0.80 -8210;9;2086.88;11.45;533.00;1.57;0.44 -8211;9;1766.98;9.90;667.00;1.57;0.78 -8212;9;5485.78;13.37;74.00;1.57;0.50 -8213;9;1651.42;9.80;789.00;1.57;1.08 -8214;9;3181.56;12.40;251.00;1.57;0.74 -8215;9;1741.60;13.23;317.00;1.57;0.60 -8216;9;1784.06;15.37;439.00;1.57;0.66 -8217;9;1714.58;10.12;522.00;1.57;0.38 -8218;9;1690.34;9.50;76.00;1.57;0.72 -8219;9;3021.50;10.65;541.00;1.57;0.62 -8220;9;4913.52;9.75;164.00;1.57;0.64 -8221;9;4559.04;10.30;620.00;1.57;0.36 -8222;9;1696.12;9.50;308.00;1.57;0.32 -8223;9;3311.18;12.80;699.00;1.57;0.68 -8224;9;1949.90;10.40;500.00;1.57;0.90 -8225;9;1731.80;17.93;623.00;1.57;0.76 -8226;9;2140.04;11.97;530.00;1.57;0.36 -8227;9;2173.70;10.98;737.00;1.57;0.68 -8228;9;4663.24;10.68;159.00;1.57;0.56 -8229;9;1704.76;12.06;287.00;1.57;0.36 -8230;9;5022.34;10.09;349.00;1.57;0.58 -8231;9;1729.68;14.92;516.00;1.57;0.48 -8232;9;5455.50;11.80;38.00;1.57;0.44 -8233;9;2112.78;11.50;614.00;1.57;0.58 -8234;9;5066.96;9.82;192.00;1.57;0.34 -8235;9;4964.24;12.55;576.00;1.57;0.58 -8236;9;1314.70;10.95;1137.00;1.57;0.50 -8237;9;4845.36;10.41;341.00;1.57;0.96 -8238;9;1912.42;10.30;401.00;1.57;0.62 -8239;9;1999.06;10.95;466.00;1.57;0.58 -8240;9;1778.18;10.50;602.00;1.57;0.74 -8241;9;5453.32;9.69;22.00;1.57;0.36 -8242;9;2175.90;10.50;716.00;1.57;0.64 -8243;9;4670.24;10.55;134.00;1.57;0.48 -8244;9;2963.24;10.95;675.00;1.57;0.42 -8245;9;3305.88;10.10;245.00;1.57;0.68 -8246;9;3520.80;12.09;262.00;1.57;0.80 -8247;9;4789.98;11.19;397.00;1.57;0.68 -8248;9;3020.98;9.74;511.00;1.57;0.74 -8249;9;5004.24;9.80;163.00;1.57;0.64 -8250;9;4992.04;12.42;567.00;1.57;0.44 -8251;9;1701.04;11.93;263.00;1.57;0.44 -8252;9;1550.96;10.16;842.00;1.57;0.56 -8253;9;1741.54;22.79;423.00;1.57;0.86 -8254;9;1767.74;9.80;781.00;1.57;1.52 -8255;9;1805.62;9.80;390.00;1.57;0.62 -8256;9;3287.40;9.50;1371.00;1.57;1.18 -8257;9;2806.54;9.50;349.00;1.57;0.94 -8258;9;1683.00;9.50;1284.00;1.57;0.74 -8259;9;141.26;9.50;743.00;1.57;0.78 -8260;9;4977.12;9.50;833.00;1.57;1.14 -8261;9;4299.18;9.50;754.00;1.57;0.98 -8262;9;2777.90;9.50;1712.00;1.57;0.90 -8263;9;5517.34;9.50;345.00;1.57;1.28 -8264;9;5402.52;9.50;1006.00;1.57;1.16 -8265;9;5551.00;9.50;1540.00;1.57;1.00 -8266;9;4753.82;9.50;1163.00;1.57;1.02 -8267;9;4109.20;9.50;697.00;1.57;1.00 -8268;9;4407.44;9.50;10.00;1.57;0.54 -8269;9;4258.62;9.50;103.00;1.57;0.82 -8270;9;3766.54;9.50;204.00;1.57;0.94 -8271;9;2548.66;9.50;674.00;1.57;1.10 -8272;9;2329.30;9.50;580.00;1.57;1.06 -8273;9;2113.58;9.50;1252.00;1.57;1.38 -8274;9;2070.04;9.50;1819.00;1.57;1.00 -8275;9;1140.06;9.50;410.00;1.57;1.24 -8276;9;373.58;9.50;74.00;1.57;1.38 -8277;9;601.18;9.50;1223.00;1.57;0.88 -8278;9;285.68;9.50;1719.00;1.57;1.08 -8279;9;508.78;9.50;1156.00;1.57;1.08 -8280;9;847.06;9.50;501.00;1.57;1.04 -8281;9;5433.22;9.50;1618.00;1.57;1.04 -8282;9;3362.16;9.50;1440.00;1.57;0.84 -8283;9;2815.46;9.50;497.00;1.57;1.06 -8284;9;1591.28;9.50;1313.00;1.57;0.96 -8285;9;18.22;9.50;628.00;1.57;1.22 -8286;9;5161.88;9.50;877.00;1.57;1.42 -8287;9;4252.00;9.50;796.00;1.57;1.00 -8288;9;2788.66;9.50;1783.00;1.57;1.26 -8289;9;5574.90;9.50;372.00;1.57;1.00 -8290;9;5554.58;9.50;671.00;1.57;1.12 -8291;9;5552.46;9.50;1597.00;1.57;1.06 -8292;9;4767.58;9.50;1129.00;1.57;0.76 -8293;9;4157.92;9.50;675.00;1.57;1.06 -8294;9;4392.36;9.50;44.00;1.57;0.96 -8295;9;4223.72;9.50;104.00;1.57;0.92 -8296;9;3808.56;9.50;196.00;1.57;1.08 -8297;9;2527.06;9.50;735.00;1.57;1.10 -8298;9;2292.54;9.50;613.00;1.57;0.94 -8299;9;2125.50;9.50;1301.00;1.57;1.26 -8300;9;2682.04;9.50;1789.00;1.57;1.40 -8301;9;1124.62;9.50;363.00;1.57;0.92 -8302;9;300.52;9.50;59.00;1.57;1.32 -8303;9;613.50;9.50;1269.00;1.57;1.20 -8304;9;198.50;9.50;1803.00;1.57;1.34 -8305;9;397.84;9.50;1085.00;1.57;1.24 -8306;9;807.80;9.50;457.00;1.57;1.40 -8307;9;5433.02;9.50;1675.00;1.57;1.22 -8308;9;3343.34;9.50;1389.00;1.57;1.36 -8309;9;2814.00;9.50;579.00;1.57;1.00 -8310;9;1641.92;9.50;1344.00;1.57;0.78 -8311;9;16.88;9.50;570.00;1.57;1.26 -8312;9;5089.22;9.50;994.00;1.57;1.20 -8313;9;4246.34;9.50;852.00;1.57;0.74 -8314;9;2713.00;9.50;1552.00;1.57;0.64 -8315;9;5521.90;9.50;407.00;1.57;1.10 -8316;9;5562.56;9.50;711.00;1.57;0.96 -8317;9;5598.10;9.50;1557.00;1.57;1.10 -8318;9;4807.92;9.50;1117.00;1.57;1.00 -8319;9;4119.36;9.50;652.00;1.57;0.96 -8320;9;4361.02;9.50;15.00;1.57;0.70 -8321;9;4171.58;9.50;93.00;1.57;0.82 -8322;9;3828.40;9.50;149.00;1.57;1.20 -8323;9;2570.06;9.50;706.00;1.57;0.92 -8324;9;2302.64;9.50;668.00;1.57;1.04 -8325;9;2035.10;9.50;1029.00;1.57;1.10 -8326;9;3166.74;9.50;2023.00;1.57;1.04 -8327;9;1054.80;9.50;361.00;1.57;1.30 -8328;9;347.40;9.50;27.00;1.57;1.26 -8329;9;683.66;9.50;1269.00;1.57;0.98 -8330;9;259.74;9.50;1774.00;1.57;1.54 -8331;9;347.52;9.50;993.00;1.57;1.26 -8332;9;866.14;9.50;430.00;1.57;1.46 -8333;9;5494.32;9.50;1624.00;1.57;1.16 -8334;9;3397.98;9.50;1367.00;1.57;1.30 -8335;9;2554.76;9.50;507.00;1.57;0.86 -8336;9;1663.64;9.50;1391.00;1.57;1.04 -8337;9;115.80;9.50;581.00;1.57;1.02 -8338;9;5351.40;9.50;1110.00;1.57;1.34 -8339;9;4103.64;9.50;868.00;1.57;1.04 -8340;9;2714.92;9.50;1612.00;1.57;0.88 -8341;9;5569.26;9.50;458.00;1.57;1.00 -8342;9;5561.28;9.50;746.00;1.57;0.92 -8343;9;4737.34;9.50;1081.00;1.57;1.16 -8344;9;4033.44;9.50;683.00;1.57;0.84 -8345;9;4316.92;9.50;35.00;1.57;1.02 -8346;9;4169.28;9.50;134.00;1.57;1.08 -8347;9;3889.76;9.50;151.00;1.57;1.36 -8348;9;2891.44;9.50;585.00;1.57;0.84 -8349;9;2506.76;9.50;778.00;1.57;1.00 -8350;9;2352.20;9.50;677.00;1.57;1.20 -8351;9;1993.82;9.50;1060.00;1.57;1.02 -8352;9;3240.48;9.50;2033.00;1.57;0.64 -8353;9;1120.40;9.50;321.00;1.57;1.06 -8354;9;403.58;9.50;21.00;1.57;1.10 -8355;9;652.44;9.50;1311.00;1.57;0.94 -8356;9;291.58;9.50;1798.00;1.57;1.18 -8357;9;410.98;9.50;968.00;1.57;0.80 -8358;9;783.44;9.50;410.00;1.57;1.04 -8359;9;649.04;9.50;1017.00;1.57;0.80 -8360;9;4333.50;9.70;688.00;1.57;0.44 -8361;9;2658.78;9.50;1742.00;1.57;1.10 -8362;9;2701.08;9.50;515.00;1.57;0.88 -8363;9;1548.72;9.50;1383.00;1.57;0.92 -8364;9;110.48;9.50;523.00;1.57;1.28 -8365;9;5461.86;9.50;1177.00;1.57;1.36 -8366;9;4177.36;9.50;890.00;1.57;0.96 -8367;9;2709.74;9.50;1737.00;1.57;1.14 -8368;9;5500.42;9.50;450.00;1.57;0.92 -8369;9;5561.28;9.50;783.00;1.57;1.08 -8370;9;3622.78;9.50;1989.00;1.57;2.28 -8371;9;4692.88;9.50;1093.00;1.57;1.26 -8372;9;4023.10;9.50;637.00;1.57;1.10 -8373;9;4347.28;9.50;55.00;1.57;1.00 -8374;9;4168.02;9.50;182.00;1.57;1.22 -8375;9;3859.92;9.50;106.00;1.57;1.12 -8376;9;2444.00;9.50;728.00;1.57;1.00 -8377;9;2349.00;9.50;734.00;1.57;1.00 -8378;9;1992.92;9.50;1013.00;1.57;1.12 -8379;9;3396.30;9.50;1975.00;1.57;1.28 -8380;9;1148.70;9.50;277.00;1.57;1.32 -8381;9;433.24;9.50;71.00;1.57;1.24 -8382;9;634.18;9.50;1354.00;1.57;0.80 -8383;9;200.94;9.86;1945.00;1.57;1.34 -8384;9;417.96;9.50;1007.00;1.57;1.06 -8385;9;782.24;9.50;332.00;1.57;1.18 -8386;9;2344.20;9.50;1038.00;1.57;1.20 -8387;9;2565.30;9.50;1817.00;1.57;1.80 -8388;9;2714.30;9.50;418.00;1.57;1.00 -8389;9;1588.92;9.50;1421.00;1.57;1.06 -8390;9;67.30;9.50;552.00;1.57;1.30 -8391;9;5492.58;9.50;1235.00;1.57;1.14 -8392;9;4098.08;9.50;810.00;1.57;0.88 -8393;9;2636.92;9.50;1630.00;1.57;0.58 -8394;9;5493.64;9.50;489.00;1.57;0.98 -8395;9;5568.54;9.50;860.00;1.57;1.26 -8396;9;4701.56;9.50;1191.00;1.57;1.16 -8397;9;4051.28;9.50;593.00;1.57;1.08 -8398;9;4324.72;9.50;91.00;1.57;0.92 -8399;9;4120.86;9.50;212.00;1.57;0.82 -8400;9;3943.22;9.50;150.00;1.57;1.28 -8401;9;2482.86;9.50;730.00;1.57;1.08 -8402;9;2311.74;9.50;716.00;1.57;1.14 -8403;9;2355.20;9.50;1354.00;1.57;1.68 -8404;9;2652.50;9.50;1834.00;1.57;1.50 -8405;9;1284.10;9.50;333.00;1.57;1.04 -8406;9;497.36;9.50;76.00;1.57;1.06 -8407;9;573.26;9.50;1320.00;1.57;0.88 -8408;9;693.68;9.50;952.00;1.57;1.36 -8409;9;262.24;9.50;1855.00;1.57;1.34 -8410;9;408.32;9.50;1046.00;1.57;1.16 -8411;9;737.38;9.50;376.00;1.57;1.06 -8412;9;4728.18;9.50;680.00;1.57;0.72 -8413;9;2583.38;9.50;1916.00;1.57;1.18 -8414;9;2735.18;9.50;184.00;1.57;0.98 -8415;9;1592.90;9.50;1382.00;1.57;0.88 -8416;9;133.04;9.50;386.00;1.57;1.26 -8417;9;4160.92;9.50;800.00;1.57;1.00 -8418;9;2616.28;9.50;1560.00;1.57;1.08 -8419;9;5581.96;9.50;501.00;1.57;1.22 -8420;9;5520.40;9.50;934.00;1.57;1.34 -8421;9;4742.28;9.50;1208.00;1.57;0.94 -8422;9;4096.48;9.50;596.00;1.57;1.00 -8423;9;4390.84;9.50;86.00;1.57;0.98 -8424;9;4075.74;9.50;247.00;1.57;1.12 -8425;9;3913.48;9.50;106.00;1.57;0.98 -8426;9;2398.38;9.50;715.00;1.57;1.18 -8427;9;2271.38;9.50;739.00;1.57;1.18 -8428;9;2618.84;9.50;1876.00;1.57;1.24 -8429;9;1320.60;9.50;365.00;1.57;1.20 -8430;9;461.14;9.50;21.00;1.57;1.02 -8431;9;561.90;9.50;1354.00;1.57;0.82 -8432;9;330.34;9.50;1830.00;1.57;1.36 -8433;9;481.04;9.50;963.00;1.57;1.14 -8434;9;682.50;9.50;457.00;1.57;1.48 -8435;9;3203.32;9.50;1316.00;1.57;0.52 -8436;9;2420.94;9.50;1923.00;1.57;1.34 -8437;9;2616.54;9.50;187.00;1.57;0.94 -8438;9;1686.64;9.50;1431.00;1.57;1.04 -8439;9;321.28;9.50;586.00;1.57;1.08 -8440;9;5506.20;9.50;1308.00;1.57;0.84 -8441;9;4071.28;9.50;668.00;1.57;1.08 -8442;9;2576.64;9.50;1554.00;1.57;1.04 -8443;9;5601.00;9.50;1482.00;1.57;1.00 -8444;9;5545.68;9.50;892.00;1.57;1.08 -8445;9;4708.08;9.50;1289.00;1.57;1.32 -8446;9;4085.84;9.50;552.00;1.57;1.24 -8447;9;4400.08;9.50;126.00;1.57;0.88 -8448;9;4038.30;9.50;281.00;1.57;1.18 -8449;9;3967.82;9.50;106.00;1.57;1.02 -8450;9;2809.60;9.50;1537.00;1.57;0.44 -8451;9;2442.64;9.50;675.00;1.57;1.04 -8452;9;2186.22;9.50;526.00;1.57;1.16 -8453;9;2383.04;9.50;1277.00;1.57;1.78 -8454;9;2640.74;9.50;1705.00;1.57;1.08 -8455;9;1384.24;9.50;343.00;1.57;1.28 -8456;9;492.48;9.50;154.00;1.57;0.86 -8457;9;497.50;9.50;1324.00;1.57;1.22 -8458;9;377.68;9.50;1857.00;1.57;1.40 -8459;9;484.06;9.50;1005.00;1.57;1.14 -8460;9;666.52;9.50;411.00;1.57;1.36 -8461;9;3879.54;9.70;2003.00;1.57;1.76 -8462;9;2679.80;9.50;1520.00;1.57;0.54 -8463;9;2398.70;9.50;1967.00;1.57;1.70 -8464;9;2532.12;9.50;302.00;1.57;1.08 -8465;9;1633.86;9.50;1457.00;1.57;1.24 -8466;9;217.22;9.50;494.00;1.57;1.04 -8467;9;5331.02;9.50;1328.00;1.57;1.22 -8468;9;4242.92;9.50;538.00;1.57;0.80 -8469;9;2673.02;9.50;1501.00;1.57;0.80 -8470;9;5489.62;9.50;529.00;1.57;1.14 -8471;9;5595.84;9.50;915.00;1.57;1.24 -8472;9;4850.18;9.50;1132.00;1.57;0.98 -8473;9;4129.38;9.50;566.00;1.57;1.18 -8474;9;4436.74;9.50;119.00;1.57;1.10 -8475;9;4037.08;9.50;325.00;1.57;0.88 -8476;9;4002.50;9.50;74.00;1.57;0.96 -8477;9;3147.36;9.50;16.00;1.57;0.88 -8478;9;2515.02;9.50;16.00;1.57;0.68 -8479;9;2398.56;9.50;660.00;1.57;1.04 -8480;9;2204.48;9.50;568.00;1.57;1.26 -8481;9;2302.10;9.50;1332.00;1.57;1.24 -8482;9;2617.86;9.50;1773.00;1.57;1.46 -8483;9;1398.24;9.50;288.00;1.57;1.34 -8484;9;493.68;9.50;117.00;1.57;0.78 -8485;9;487.34;9.50;1366.00;1.57;0.92 -8486;9;336.64;9.50;1869.00;1.57;0.82 -8487;9;478.96;9.50;1046.00;1.57;1.04 -8488;9;757.60;9.50;479.00;1.57;1.26 -8489;9;3805.44;9.50;439.00;1.57;0.84 -8490;9;2469.90;9.50;1959.00;1.57;1.90 -8491;9;2423.96;9.50;108.00;1.57;0.98 -8492;9;1631.52;9.50;1506.00;1.57;1.20 -8493;9;263.82;9.50;368.00;1.57;1.26 -8494;9;5364.70;9.50;1195.00;1.57;1.20 -8495;9;4259.00;9.50;381.00;1.57;1.00 -8496;9;2654.32;9.50;1483.00;1.57;1.04 -8497;9;5522.60;9.50;567.00;1.57;1.52 -8498;9;5581.22;9.50;947.00;1.57;1.00 -8499;9;4804.60;10.01;1080.00;1.57;0.82 -8500;9;4153.38;9.50;534.00;1.57;1.06 -8501;9;4367.36;9.50;153.00;1.57;0.96 -8502;9;4071.74;9.50;305.00;1.57;1.12 -8503;9;3874.86;9.50;66.00;1.57;0.96 -8504;9;3203.34;9.50;9.00;1.57;0.50 -8505;9;2543.48;9.50;53.00;1.57;0.96 -8506;9;2483.38;9.50;659.00;1.57;1.02 -8507;9;2221.90;9.50;637.00;1.57;1.16 -8508;9;2309.12;9.50;1282.00;1.57;1.20 -8509;9;2525.10;9.50;1851.00;1.57;1.38 -8510;9;1461.16;9.50;276.00;1.57;0.96 -8511;9;538.28;9.50;167.00;1.57;1.08 -8512;9;413.96;9.50;1402.00;1.57;1.28 -8513;9;278.42;9.50;1906.00;1.57;1.62 -8514;9;548.92;9.50;990.00;1.57;1.08 -8515;9;731.32;9.50;533.00;1.57;1.08 -8516;9;3807.62;9.50;482.00;1.57;0.82 -8517;9;2387.28;9.50;2020.00;1.57;1.30 -8518;9;1675.36;9.50;1552.00;1.57;0.94 -8519;9;176.06;9.50;291.00;1.57;1.02 -8520;9;5223.40;9.50;1227.00;1.57;1.10 -8521;9;4209.62;9.50;151.00;1.57;0.82 -8522;9;2694.72;9.50;1450.00;1.57;0.72 -8523;9;5571.18;9.50;594.00;1.57;1.06 -8524;9;5597.82;9.50;984.00;1.57;0.84 -8525;9;4793.20;9.50;1038.00;1.57;1.20 -8526;9;4154.02;9.50;483.00;1.57;1.22 -8527;9;4293.72;9.50;114.00;1.57;0.92 -8528;9;4094.48;9.50;333.00;1.57;1.02 -8529;9;3974.56;9.50;41.00;1.57;1.16 -8530;9;2903.28;9.50;1938.00;1.57;1.08 -8531;9;2492.30;9.50;59.00;1.57;1.00 -8532;9;2520.54;9.50;643.00;1.57;0.94 -8533;9;2325.14;9.50;1226.00;1.57;1.44 -8534;9;2445.14;9.50;1864.00;1.57;1.22 -8535;9;1471.14;9.50;233.00;1.57;1.14 -8536;9;286.22;9.50;286.00;1.57;1.08 -8537;9;363.24;9.50;1342.00;1.57;0.90 -8538;9;375.48;9.50;1901.00;1.57;0.78 -8539;9;548.34;9.50;1036.00;1.57;1.12 -8540;9;707.68;9.50;497.00;1.57;1.26 -8541;9;3804.72;9.50;532.00;1.57;0.92 -8542;9;2639.38;9.50;1933.00;1.57;1.18 -8543;9;1721.22;9.50;1600.00;1.57;1.14 -8544;9;17.38;9.50;301.00;1.57;1.18 -8545;9;5032.26;9.50;1144.00;1.57;0.86 -8546;9;2738.10;9.50;1460.00;1.57;0.48 -8547;9;5565.00;9.50;631.00;1.57;1.08 -8548;9;4771.94;9.50;996.00;1.57;1.06 -8549;9;4189.02;9.50;505.00;1.57;1.14 -8550;9;4331.72;9.50;139.00;1.57;0.92 -8551;9;4075.92;9.50;377.00;1.57;1.12 -8552;9;4029.30;9.50;29.00;1.57;1.18 -8553;9;2441.48;9.50;42.00;1.57;1.28 -8554;9;2509.92;9.50;611.00;1.57;1.06 -8555;9;2263.78;9.50;396.00;1.57;1.18 -8556;9;2267.26;9.50;1193.00;1.57;1.20 -8557;9;2525.26;9.50;1973.00;1.57;1.64 -8558;9;1358.78;9.50;232.00;1.57;1.30 -8559;9;305.52;9.50;325.00;1.57;1.06 -8560;9;364.24;9.50;1385.00;1.57;1.08 -8561;9;441.16;9.50;1884.00;1.57;1.14 -8562;9;465.86;9.50;913.00;1.57;1.32 -8563;9;658.62;9.50;546.00;1.57;0.96 -8564;9;3802.80;9.50;587.00;1.57;0.80 -8565;9;2533.80;9.50;2027.00;1.57;0.96 -8566;9;1773.74;9.50;1623.00;1.57;1.14 -8567;9;18.08;9.50;184.00;1.57;1.64 -8568;9;5026.32;9.50;1074.00;1.57;1.26 -8569;9;2727.98;9.50;1437.00;1.57;0.56 -8570;9;5493.70;9.50;627.00;1.57;1.08 -8571;9;5588.66;9.50;1259.00;1.57;0.98 -8572;9;4722.04;9.50;890.00;1.57;1.18 -8573;9;4174.92;9.50;441.00;1.57;0.96 -8574;9;4287.08;9.50;158.00;1.57;0.88 -8575;9;4130.02;9.50;350.00;1.57;1.08 -8576;9;2415.68;9.50;70.00;1.57;1.04 -8577;9;2472.10;9.50;615.00;1.57;1.08 -8578;9;2360.04;9.50;428.00;1.57;1.24 -8579;9;2263.04;9.50;1243.00;1.57;1.36 -8580;9;2583.14;9.50;1971.00;1.57;1.54 -8581;9;1475.84;9.50;115.00;1.57;1.16 -8582;9;344.94;9.50;277.00;1.57;0.90 -8583;9;331.80;9.50;1427.00;1.57;0.88 -8584;9;424.18;9.50;1816.00;1.57;1.04 -8585;9;531.58;9.50;947.00;1.57;0.94 -8586;9;639.60;9.50;500.00;1.57;1.16 -8587;9;3771.02;9.50;509.00;1.57;1.00 -8588;9;2686.66;9.50;1897.00;1.57;1.26 -8589;9;1871.02;9.50;1641.00;1.57;1.22 -8590;9;254.50;9.50;147.00;1.57;1.08 -8591;9;4884.42;9.50;890.00;1.57;1.02 -8592;9;2762.16;9.50;1406.00;1.57;0.76 -8593;9;5469.32;9.50;582.00;1.57;1.30 -8594;9;5584.94;9.50;1220.00;1.57;1.20 -8595;9;4733.20;9.50;936.00;1.57;1.20 -8596;9;4204.46;9.50;463.00;1.57;1.06 -8597;9;4381.82;9.50;233.00;1.57;1.02 -8598;9;4116.90;9.50;387.00;1.57;0.90 -8599;9;3999.66;9.50;8.00;1.57;0.50 -8600;9;2546.38;9.50;105.00;1.57;1.12 -8601;9;2492.36;9.50;567.00;1.57;0.92 -8602;9;2233.66;9.50;424.00;1.57;1.26 -8603;9;2214.04;9.50;1303.00;1.57;1.32 -8604;9;2480.46;9.50;2026.00;1.57;0.90 -8605;9;1428.02;9.50;103.00;1.57;1.22 -8606;9;363.88;9.50;317.00;1.57;0.80 -8607;9;299.14;9.50;1351.00;1.57;0.90 -8608;9;74.50;9.50;2020.00;1.57;0.50 -8609;9;530.42;9.50;903.00;1.57;1.00 -8610;9;574.12;9.50;486.00;1.57;1.22 -8611;9;3763.08;9.50;544.00;1.57;0.84 -8612;9;2744.66;9.50;1783.00;1.57;1.26 -8613;9;2862.74;9.50;529.00;1.57;1.04 -8614;9;1804.70;9.50;1684.00;1.57;1.36 -8615;9;189.24;9.50;247.00;1.57;1.00 -8616;9;4901.48;9.50;851.00;1.57;1.28 -8617;9;4009.00;9.50;116.00;1.57;1.00 -8618;9;2694.08;9.50;1413.00;1.57;0.88 -8619;9;5412.32;9.50;574.00;1.57;1.04 -8620;9;5518.68;9.50;1201.00;1.57;1.26 -8621;9;2846.98;9.50;1551.00;1.57;0.58 -8622;9;2886.04;9.50;1570.00;1.57;0.32 -8623;9;4726.74;9.50;978.00;1.57;1.12 -8624;9;4238.12;9.50;433.00;1.57;0.74 -8625;9;4364.20;9.50;195.00;1.57;1.12 -8626;9;4092.22;9.50;417.00;1.57;0.98 -8627;9;3947.92;9.50;9.00;1.57;0.56 -8628;9;2546.10;9.50;156.00;1.57;1.10 -8629;9;2435.54;9.50;627.00;1.57;0.94 -8630;9;2281.86;9.50;495.00;1.57;1.34 -8631;9;2156.50;9.50;1319.00;1.57;1.22 -8632;9;2545.90;9.50;1764.00;1.57;1.08 -8633;9;1366.96;9.50;119.00;1.57;1.16 -8634;9;416.22;9.50;342.00;1.57;1.00 -8635;9;292.80;9.50;1394.00;1.57;1.12 -8636;9;105.86;9.50;1979.00;1.57;0.88 -8637;9;529.76;9.50;850.00;1.57;1.20 -8638;9;614.34;9.50;450.00;1.57;1.32 -8639;9;3442.30;9.50;470.00;1.57;1.30 -8640;9;2785.82;9.50;1920.00;1.57;1.02 -8641;9;2276.74;9.50;209.00;1.57;1.14 -8642;9;1769.94;9.50;1725.00;1.57;1.46 -8643;9;403.66;9.50;288.00;1.57;1.26 -8644;9;4862.18;9.50;722.00;1.57;0.98 -8645;9;4158.92;9.50;269.00;1.57;1.12 -8646;9;2647.02;9.50;1451.00;1.57;1.22 -8647;9;5418.26;9.50;613.00;1.57;0.80 -8648;9;5604.62;9.50;1700.00;1.57;0.82 -8649;9;4775.88;9.50;943.00;1.57;0.68 -8650;9;4199.20;9.50;409.00;1.57;1.06 -8651;9;4285.98;9.50;208.00;1.57;0.78 -8652;9;4163.48;9.50;378.00;1.57;1.06 -8654;9;2491.76;9.50;104.00;1.57;1.00 -8655;9;2414.18;9.50;586.00;1.57;0.98 -8656;9;2258.04;9.50;460.00;1.57;1.32 -8657;9;2192.20;9.50;1362.00;1.57;1.20 -8658;9;2441.42;9.50;1812.00;1.57;1.38 -8659;9;1428.12;9.50;171.00;1.57;1.32 -8660;9;417.52;9.50;385.00;1.57;1.08 -8661;9;757.74;9.50;949.00;1.57;1.14 -8662;9;104.18;9.50;2026.00;1.57;0.96 -8663;9;425.22;9.50;873.00;1.57;1.16 -8664;9;571.70;9.50;430.00;1.57;1.02 -8665;9;3484.18;9.50;422.00;1.57;1.08 -8666;9;2826.90;9.50;1861.00;1.57;0.90 -8667;9;2356.64;9.50;283.00;1.57;1.04 -8668;9;1878.02;9.50;1742.00;1.57;1.08 -8669;9;501.06;9.50;432.00;1.57;0.90 -8670;9;4775.74;9.50;728.00;1.57;1.14 -8671;9;4247.18;9.50;468.00;1.57;0.82 -8672;9;2616.20;9.50;1432.00;1.57;1.02 -8673;9;5463.60;9.50;668.00;1.57;1.22 -8674;9;5594.92;9.50;1311.00;1.57;1.12 -8675;9;5606.62;9.50;1746.00;1.57;0.82 -8676;9;4681.10;9.50;959.00;1.57;1.10 -8677;9;4287.10;9.50;471.00;1.57;0.90 -8678;9;4329.92;9.50;224.00;1.57;1.12 -8679;9;4125.20;9.50;452.00;1.57;1.14 -8680;9;2498.20;9.50;158.00;1.57;1.20 -8681;9;2625.10;9.50;554.00;1.57;1.02 -8682;9;2746.84;9.50;694.00;1.57;0.76 -8683;9;2145.20;9.50;1367.00;1.57;1.20 -8684;9;2357.16;9.50;1834.00;1.57;1.10 -8685;9;1530.30;9.50;46.00;1.57;1.06 -8686;9;346.70;9.50;357.00;1.57;0.96 -8687;9;256.42;9.50;1427.00;1.57;1.32 -8688;9;167.38;9.50;2015.00;1.57;0.90 -8689;9;463.22;9.50;835.00;1.57;1.42 -8690;9;669.90;9.50;589.00;1.57;1.14 -8691;9;3440.44;9.50;353.00;1.57;1.36 -8692;9;2901.94;9.50;1989.00;1.57;1.24 -8693;9;2610.64;9.50;476.00;1.57;1.04 -8694;9;1855.72;9.50;1929.00;1.57;1.36 -8695;9;482.56;9.50;386.00;1.57;1.12 -8696;9;4790.36;9.50;774.00;1.57;0.96 -8697;9;4148.38;9.50;412.00;1.57;1.14 -8698;9;2632.36;9.50;1394.00;1.57;0.92 -8699;9;5476.52;9.50;736.00;1.57;1.02 -8700;9;5591.02;9.50;1370.00;1.57;1.22 -8701;9;4662.88;9.50;919.00;1.57;0.54 -8702;9;4331.10;9.50;501.00;1.57;0.78 -8703;9;4292.72;9.50;255.00;1.57;0.92 -8704;9;4070.66;9.50;447.00;1.57;1.04 -8705;9;2450.56;9.50;158.00;1.57;1.16 -8706;9;1498.58;9.50;793.00;1.57;0.98 -8707;9;2870.72;9.50;720.00;1.57;0.92 -8708;9;2135.22;9.50;1422.00;1.57;1.42 -8709;9;2365.60;9.50;1894.00;1.57;1.24 -8710;9;1578.20;9.50;20.00;1.57;1.02 -8711;9;357.14;9.50;397.00;1.57;1.02 -8712;9;179.76;9.50;1329.00;1.57;1.00 -8713;9;204.22;9.50;1999.00;1.57;0.42 -8714;9;408.66;9.50;823.00;1.57;1.26 -8715;9;730.60;9.50;575.00;1.57;1.02 -8716;9;2088.64;9.50;458.00;1.57;1.04 -8717;9;2901.68;9.50;2030.00;1.57;0.88 -8718;9;2516.64;9.50;500.00;1.57;1.04 -8719;9;1916.74;9.50;1873.00;1.57;2.14 -8720;9;639.34;9.50;371.00;1.57;1.34 -8721;9;4829.58;9.50;894.00;1.57;1.38 -8722;9;4053.64;9.50;355.00;1.57;0.98 -8723;9;2571.42;9.50;1416.00;1.57;1.56 -8724;9;5407.22;9.50;703.00;1.57;1.00 -8725;9;5622.66;9.50;1423.00;1.57;0.26 -8726;9;5545.34;9.50;1732.00;1.57;1.28 -8727;9;4677.12;9.50;798.00;1.57;1.32 -8728;9;4346.08;9.50;535.00;1.57;0.88 -8729;9;4253.54;9.50;250.00;1.57;0.94 -8730;9;4047.08;9.50;485.00;1.57;0.88 -8731;9;2390.50;9.50;148.00;1.57;1.20 -8732;9;2625.62;9.50;515.00;1.57;0.82 -8733;9;2700.32;9.50;714.00;1.57;0.74 -8734;9;2185.92;9.50;1423.00;1.57;1.12 -8735;9;2400.50;9.50;1852.00;1.57;1.40 -8736;9;1633.68;9.50;14.00;1.57;0.66 -8737;9;202.16;9.50;399.00;1.57;1.32 -8738;9;118.76;9.50;1331.00;1.57;0.94 -8739;9;306.38;9.50;1915.00;1.57;0.88 -8740;9;395.24;9.50;781.00;1.57;1.20 -8741;9;797.68;9.50;573.00;1.57;0.94 -8742;9;3381.20;9.50;1014.00;1.57;1.08 -8743;9;2677.22;9.50;1981.00;1.57;1.42 -8744;9;2373.08;9.50;592.00;1.57;0.88 -8745;9;1560.66;9.50;1962.00;1.57;0.88 -8746;9;1374.76;9.50;762.00;1.57;1.12 -8747;9;4807.90;9.50;944.00;1.57;0.90 -8748;9;3961.36;9.50;409.00;1.57;0.96 -8749;9;2635.64;9.50;1341.00;1.57;0.64 -8750;9;5405.14;9.50;741.00;1.57;1.04 -8751;9;4741.26;10.00;805.00;1.57;0.86 -8752;9;4284.00;9.50;506.00;1.57;0.70 -8753;9;4208.64;9.50;255.00;1.57;1.04 -8754;9;4063.00;9.50;529.00;1.57;1.00 -8755;9;2446.20;9.50;205.00;1.57;1.20 -8756;9;2584.56;9.50;570.00;1.57;0.86 -8757;9;2643.38;9.50;713.00;1.57;1.18 -8758;9;2232.36;9.50;1415.00;1.57;0.96 -8759;9;2344.86;9.50;1940.00;1.57;1.46 -8760;9;1681.84;9.50;26.00;1.57;1.06 -8761;9;280.60;9.50;410.00;1.57;1.16 -8762;9;100.30;9.50;1377.00;1.57;1.16 -8763;9;388.44;9.50;1781.00;1.57;1.54 -8764;9;302.78;9.50;858.00;1.57;1.16 -8765;9;720.14;9.50;635.00;1.57;1.48 -8766;9;3403.76;9.50;961.00;1.57;1.14 -8767;9;2746.98;9.50;2033.00;1.57;0.60 -8768;9;1565.58;9.50;1894.00;1.57;1.38 -8769;9;867.04;9.50;385.00;1.57;1.16 -8770;9;4906.58;9.50;1057.00;1.57;1.38 -8771;9;4090.20;9.50;486.00;1.57;1.20 -8772;9;2617.52;9.50;1263.00;1.57;0.82 -8773;9;5357.40;9.50;740.00;1.57;1.26 -8774;9;4652.56;9.50;755.00;1.57;1.16 -8775;9;4291.12;9.50;536.00;1.57;0.90 -8776;9;4195.28;9.50;302.00;1.57;1.08 -8777;9;4033.16;9.50;549.00;1.57;0.76 -8778;9;2321.80;9.50;117.00;1.57;1.32 -8779;9;2532.66;9.50;574.00;1.57;0.84 -8780;9;2568.76;9.50;762.00;1.57;1.18 -8781;9;2136.18;9.50;1478.00;1.57;0.98 -8782;9;2276.54;9.50;1931.00;1.57;1.44 -8783;9;235.84;9.50;294.00;1.57;1.20 -8784;9;160.16;9.50;1368.00;1.57;0.80 -8785;9;449.64;9.50;1769.00;1.57;1.36 -8786;9;268.98;9.50;895.00;1.57;1.38 -8787;9;771.02;9.50;669.00;1.57;1.22 -8788;9;3609.30;9.50;870.00;1.57;1.30 -8789;9;2841.76;9.50;1996.00;1.57;1.20 -8790;9;928.58;9.50;152.00;1.57;1.38 -8791;9;4877.94;9.50;1185.00;1.57;1.34 -8792;9;4118.92;9.50;513.00;1.57;1.12 -8793;9;2762.88;9.50;1248.00;1.57;0.68 -8794;9;5343.50;9.50;687.00;1.57;0.98 -8795;9;5545.44;9.50;1359.00;1.57;0.84 -8796;9;5159.72;9.50;1422.00;1.57;0.92 -8797;9;4653.66;9.50;704.00;1.57;1.26 -8798;9;4311.64;9.50;568.00;1.57;1.04 -8799;9;4248.48;9.50;290.00;1.57;0.86 -8800;9;4009.00;9.50;587.00;1.57;1.00 -8801;9;2408.44;9.50;211.00;1.57;0.84 -8802;9;2588.80;9.50;528.00;1.57;0.80 -8803;9;2553.12;9.50;800.00;1.57;1.22 -8804;9;2144.24;9.50;1521.00;1.57;1.38 -8805;9;2159.28;9.50;1904.00;1.57;1.52 -8806;9;1466.76;9.50;26.00;1.57;0.98 -8807;9;238.40;9.50;335.00;1.57;0.90 -8808;9;146.70;9.50;1410.00;1.57;0.94 -8809;9;510.16;9.50;1785.00;1.57;1.24 -8810;9;355.80;9.50;872.00;1.57;0.74 -8811;9;826.32;9.50;620.00;1.57;1.32 -8812;9;344.40;9.50;1930.00;1.57;0.38 -8813;9;2582.94;9.50;1721.00;1.57;1.02 -8814;9;1915.64;9.50;64.00;1.57;1.04 -8815;9;1435.66;9.50;1895.00;1.57;1.58 -8816;9;1054.58;9.50;304.00;1.57;1.38 -8817;9;5104.50;9.50;1228.00;1.57;0.94 -8818;9;4074.94;9.50;628.00;1.57;0.80 -8819;9;2817.90;9.50;1273.00;1.57;0.80 -8820;9;5347.96;9.50;647.00;1.57;1.08 -8821;9;5441.60;9.50;1364.00;1.57;0.84 -8822;9;4671.02;9.50;672.00;1.57;1.00 -8823;9;4285.80;9.50;595.00;1.57;0.80 -8824;9;4226.20;9.50;334.00;1.57;1.20 -8825;9;3995.44;9.50;540.00;1.57;0.84 -8826;9;3041.14;9.50;17.00;1.57;0.94 -8827;9;2362.48;9.50;187.00;1.57;1.28 -8828;9;2547.28;9.50;541.00;1.57;0.82 -8829;9;2477.14;9.50;826.00;1.57;1.32 -8830;9;2181.10;9.50;1473.00;1.57;1.10 -8831;9;2287.14;9.50;1826.00;1.57;1.40 -8832;9;1377.34;9.50;69.00;1.57;1.10 -8833;9;180.50;9.50;348.00;1.57;1.28 -8834;9;232.50;9.50;1486.00;1.57;1.08 -8835;9;540.36;9.50;1737.00;1.57;1.12 -8836;9;410.68;9.50;935.00;1.57;1.08 -8837;9;817.38;9.50;670.00;1.57;1.18 -8838;9;1924.92;9.50;1605.00;1.57;1.12 -8839;9;2531.20;9.50;1555.00;1.57;1.20 -8840;9;2597.84;9.50;1487.00;1.57;1.24 -8841;9;1502.36;9.50;1938.00;1.57;1.22 -8842;9;1077.76;9.50;411.00;1.57;1.06 -8843;9;5102.40;9.50;1348.00;1.57;1.16 -8844;9;3915.06;9.50;731.00;1.57;0.66 -8845;9;2826.72;9.50;1327.00;1.57;0.92 -8846;9;5302.50;9.50;628.00;1.57;1.50 -8847;9;5451.66;9.50;1301.00;1.57;1.10 -8848;9;4695.26;9.50;711.00;1.57;0.86 -8849;9;4254.82;9.50;570.00;1.57;0.88 -8850;9;4269.18;9.50;332.00;1.57;0.98 -8851;9;4164.92;9.50;228.00;1.57;1.02 -8852;9;3013.46;9.50;6.00;1.57;0.44 -8853;9;2358.76;9.50;241.00;1.57;1.16 -8854;9;2488.04;9.50;532.00;1.57;0.86 -8855;9;2464.10;9.50;778.00;1.57;1.00 -8856;9;2218.56;9.50;1478.00;1.57;1.16 -8857;9;1550.92;9.50;976.00;1.57;1.12 -8858;9;1410.40;9.50;28.00;1.57;1.28 -8859;9;128.58;9.50;323.00;1.57;1.38 -8860;9;164.40;9.50;1482.00;1.57;1.12 -8861;9;361.22;9.50;1752.00;1.57;1.42 -8862;9;370.74;9.50;901.00;1.57;0.76 -8863;9;844.52;9.50;701.00;1.57;0.74 -8864;9;1858.28;9.50;1583.00;1.57;1.08 -8865;9;2563.74;9.50;1627.00;1.57;1.14 -8866;9;1728.36;9.50;16.00;1.57;0.80 -8867;9;1427.92;9.50;1955.00;1.57;1.12 -8868;9;1308.86;9.50;465.00;1.57;1.20 -8869;9;5054.66;9.50;1344.00;1.57;1.10 -8870;9;3902.46;9.50;242.00;1.57;1.06 -8871;9;2865.54;9.50;1316.00;1.57;0.94 -8872;9;5259.00;9.50;584.00;1.57;1.70 -8873;9;5446.22;9.50;1260.00;1.57;1.28 -8874;9;4662.02;9.50;83.00;1.57;0.86 -8875;9;4251.90;9.50;609.00;1.57;0.90 -8876;9;4186.18;9.50;349.00;1.57;0.98 -8877;9;4120.38;9.50;249.00;1.57;0.88 -8878;9;2314.30;9.50;170.00;1.57;1.30 -8879;9;2453.66;9.50;513.00;1.57;1.14 -8880;9;2435.66;9.50;815.00;1.57;1.10 -8881;9;2280.96;9.50;1393.00;1.57;1.28 -8882;9;2313.80;9.50;2021.00;1.57;1.00 -8883;9;1267.52;9.50;21.00;1.57;0.94 -8884;9;127.56;9.50;253.00;1.57;1.16 -8885;9;80.96;9.50;1151.00;1.57;1.00 -8886;9;330.66;9.50;1730.00;1.57;1.22 -8887;9;345.42;9.50;948.00;1.57;0.96 -8888;9;901.92;9.50;680.00;1.57;1.12 -8889;9;2497.70;9.50;868.00;1.57;1.04 -8890;9;2544.82;9.50;1409.00;1.57;1.02 -8891;9;1472.40;9.50;1971.00;1.57;1.40 -8892;9;1370.62;9.50;497.00;1.57;1.16 -8893;9;5182.60;9.50;1469.00;1.57;0.90 -8894;9;3904.00;9.50;686.00;1.57;0.92 -8895;9;2898.74;9.50;1330.00;1.57;0.92 -8896;9;5253.88;9.50;648.00;1.57;1.06 -8897;9;5502.30;9.50;1272.00;1.57;0.88 -8898;9;4822.36;9.50;635.00;1.57;0.96 -8899;9;4237.82;9.50;506.00;1.57;0.78 -8900;9;4223.36;9.50;380.00;1.57;0.96 -8901;9;4107.46;9.50;288.00;1.57;1.06 -8902;9;2319.38;9.50;230.00;1.57;1.18 -8903;9;2483.48;9.50;475.00;1.57;1.08 -8904;9;2421.00;9.50;780.00;1.57;1.00 -8905;9;2316.58;9.50;1414.00;1.57;1.32 -8906;9;1189.20;9.50;20.00;1.57;0.94 -8907;9;65.22;9.50;234.00;1.57;1.14 -8908;9;67.44;9.50;1107.00;1.57;0.92 -8909;9;424.58;9.50;1721.00;1.57;1.32 -8910;9;503.90;9.50;804.00;1.57;1.18 -8911;9;904.30;9.50;620.00;1.57;1.00 -8912;9;2553.90;9.50;1317.00;1.57;1.42 -8913;9;1728.68;9.50;47.00;1.57;0.42 -8914;9;1522.42;9.50;2009.00;1.57;1.62 -8915;9;1459.58;9.50;663.00;1.57;1.38 -8916;9;5353.30;9.50;1433.00;1.57;1.26 -8917;9;4002.30;9.50;497.00;1.57;1.04 -8918;9;2899.44;9.50;1366.00;1.57;0.84 -8919;9;5204.40;9.50;650.00;1.57;1.10 -8920;9;5544.74;9.50;1255.00;1.57;1.14 -8921;9;4924.28;9.50;518.00;1.57;1.08 -8922;9;4204.44;9.50;537.00;1.57;0.84 -8923;9;4719.82;9.50;127.00;1.57;0.78 -8924;9;4283.84;9.50;417.00;1.57;1.24 -8925;9;4149.36;9.50;311.00;1.57;0.96 -8926;9;2278.38;9.50;149.00;1.57;1.18 -8927;9;2436.54;9.50;473.00;1.57;0.94 -8928;9;2380.04;9.50;764.00;1.57;0.98 -8929;9;2348.50;9.50;1433.00;1.57;1.40 -8930;9;1660.12;10.38;2010.00;1.57;1.18 -8931;9;1228.82;9.50;68.00;1.57;1.22 -8932;9;76.40;9.50;289.00;1.57;1.18 -8933;9;5.24;9.50;1097.00;1.57;0.64 -8934;9;361.50;9.50;1693.00;1.57;1.16 -8935;9;537.96;9.50;773.00;1.57;1.46 -8936;9;951.46;9.50;660.00;1.57;1.02 -8937;9;2649.54;9.50;1200.00;1.57;0.90 -8938;9;1505.88;9.50;546.00;1.57;1.02 -8939;9;5532.22;9.50;1440.00;1.57;0.80 -8940;9;3928.26;9.50;455.00;1.57;0.86 -8941;9;2916.90;9.50;1290.00;1.57;0.90 -8942;9;5212.34;9.50;607.00;1.57;0.92 -8943;9;5551.82;9.50;1311.00;1.57;1.02 -8944;9;5578.52;9.50;1842.00;1.57;1.40 -8945;9;4909.62;9.50;553.00;1.57;1.32 -8946;9;4216.26;9.50;573.00;1.57;0.86 -8947;9;4308.74;9.50;365.00;1.57;1.14 -8948;9;4605.12;9.50;221.00;1.57;1.32 -8949;9;2235.92;9.50;172.00;1.57;1.12 -8950;9;2481.30;9.50;434.00;1.57;0.98 -8951;9;2353.02;9.50;798.00;1.57;1.20 -8952;9;2269.22;9.50;1446.00;1.57;1.10 -8953;9;1737.22;9.50;1956.00;1.57;1.38 -8954;9;1120.48;9.50;26.00;1.57;1.16 -8955;9;13.56;9.50;246.00;1.57;1.16 -8956;9;19.84;9.50;1133.00;1.57;1.24 -8957;9;485.04;9.50;1714.00;1.57;1.20 -8958;9;453.88;9.50;771.00;1.57;1.26 -8959;9;935.60;9.50;575.00;1.57;1.16 -8960;9;2602.32;9.50;1172.00;1.57;1.22 -8961;9;1785.68;9.50;39.00;1.57;1.02 -8963;9;1554.98;9.50;534.00;1.57;1.20 -8964;9;4015.10;9.50;257.00;1.57;1.10 -8965;9;2976.18;9.50;1297.00;1.57;0.98 -8966;9;5424.86;9.50;485.00;1.57;1.02 -8967;9;5507.26;9.50;1355.00;1.57;0.86 -8968;9;5577.80;9.50;1789.00;1.57;1.58 -8969;9;4870.48;9.50;521.00;1.57;0.78 -8970;9;4173.36;9.50;571.00;1.57;0.96 -8971;9;4324.08;9.50;424.00;1.57;0.88 -8972;9;4593.02;9.50;276.00;1.57;1.16 -8973;9;2810.16;9.50;2033.00;1.57;0.66 -8974;9;2281.10;9.50;85.00;1.57;1.10 -8975;9;2458.94;9.50;394.00;1.57;0.80 -8976;9;2336.28;9.50;853.00;1.57;1.08 -8977;9;2218.34;9.50;1527.00;1.57;1.42 -8978;9;1585.32;9.50;2032.00;1.57;0.64 -8979;9;1162.52;9.50;84.00;1.57;1.46 -8980;9;68.12;9.50;341.00;1.57;1.12 -8981;9;712.94;9.50;995.00;1.57;1.02 -8982;9;497.62;9.50;1662.00;1.57;1.06 -8983;9;420.46;9.50;729.00;1.57;1.14 -8984;9;959.66;9.50;613.00;1.57;0.98 -8985;9;2551.80;9.50;1269.00;1.57;1.38 -8986;9;1766.42;9.50;77.00;1.57;1.14 -8987;9;1456.42;9.50;498.00;1.57;0.96 -8988;9;3803.38;9.50;304.00;1.57;1.18 -8989;9;2460.48;9.50;1525.00;1.57;1.28 -8990;9;5418.96;9.50;533.00;1.57;1.22 -8991;9;5446.22;9.50;1332.00;1.57;1.02 -8992;9;5521.88;9.50;1789.00;1.57;1.32 -8993;9;4971.92;9.50;421.00;1.57;1.12 -8994;9;4143.02;9.50;607.00;1.57;1.00 -8995;9;4362.28;9.50;428.00;1.57;0.98 -8996;9;4553.00;9.50;274.00;1.57;1.00 -8997;9;2256.18;9.50;118.00;1.57;0.98 -8998;9;2427.48;9.50;429.00;1.57;1.24 -8999;9;2441.66;9.50;861.00;1.57;1.16 -9000;9;2254.60;9.50;1540.00;1.57;1.40 -9001;9;1511.50;9.50;1879.00;1.57;1.50 -9002;9;1299.68;9.50;141.00;1.57;1.48 -9003;9;19.10;9.50;362.00;1.57;1.10 -9004;9;95.04;9.50;1199.00;1.57;1.16 -9005;9;356.50;9.50;1649.00;1.57;1.02 -9006;9;474.50;9.50;691.00;1.57;1.34 -9007;9;855.84;9.50;541.00;1.57;0.94 -9008;9;2409.74;9.50;1409.00;1.57;1.22 -9009;9;1811.96;9.50;179.00;1.57;1.56 -9010;9;1334.18;9.50;409.00;1.57;1.24 -9011;9;5594.10;9.50;1594.00;1.57;1.10 -9012;9;3861.72;9.50;345.00;1.57;0.92 -9013;9;2991.12;9.50;1251.00;1.57;1.32 -9014;9;5348.74;9.50;506.00;1.57;1.00 -9015;9;5397.48;9.50;1260.00;1.57;1.28 -9016;9;5597.10;9.50;1906.00;1.57;1.10 -9017;9;4951.08;9.70;401.00;1.57;0.64 -9018;9;4189.94;9.50;604.00;1.57;0.78 -9019;9;4410.00;9.50;425.00;1.57;1.00 -9020;9;4592.20;9.50;328.00;1.57;1.20 -9021;9;2251.72;9.50;67.00;1.57;0.92 -9022;9;2404.02;9.50;390.00;1.57;1.04 -9023;9;2731.04;9.50;1983.00;1.57;1.44 -9024;9;2391.12;9.50;868.00;1.57;1.02 -9025;9;2272.26;9.50;1568.00;1.57;1.48 -9026;9;1251.36;9.50;175.00;1.57;1.04 -9027;9;73.12;9.50;391.00;1.57;1.32 -9028;9;115.96;9.50;1244.00;1.57;1.12 -9029;9;415.70;9.50;1592.00;1.57;1.04 -9030;9;502.48;9.50;731.00;1.57;1.28 -9031;9;730.98;9.50;430.00;1.57;1.26 -9032;9;2948.30;13.62;1771.00;1.57;0.30 -9033;9;3477.30;9.80;1674.00;1.57;0.18 -9034;9;2494.00;9.50;1305.00;1.57;0.94 -9035;9;3059.12;11.20;1794.00;1.57;0.30 -9036;9;2940.48;11.60;1723.00;1.57;0.28 -9037;9;1911.92;9.50;218.00;1.57;1.12 -9038;9;3160.94;9.80;1797.00;1.57;0.34 -9039;9;3296.76;10.78;1944.00;1.57;0.36 -9040;9;1198.92;9.50;386.00;1.57;1.12 -9041;9;3459.38;9.75;1874.00;1.57;1.06 -9042;9;3232.50;9.65;2011.00;1.57;0.44 -9043;9;3469.02;10.34;1710.00;1.57;0.22 -9044;9;5370.66;9.50;1531.00;1.57;1.16 -9045;9;3350.40;9.70;1838.00;1.57;0.18 -9046;9;3384.02;10.07;1668.00;1.57;0.22 -9047;9;2918.40;13.54;1757.00;1.57;0.30 -9048;9;3842.80;9.50;487.00;1.57;0.80 -9049;9;3085.28;9.50;1171.00;1.57;0.86 -9050;9;3538.66;10.40;1682.00;1.57;0.26 -9051;9;3051.30;10.90;1771.00;1.57;0.30 -9052;9;5302.78;9.50;555.00;1.57;1.42 -9053;9;5333.90;9.50;1229.00;1.57;1.08 -9054;9;3019.66;9.50;1719.00;1.57;0.26 -9055;9;3364.30;9.99;1831.00;1.57;0.30 -9056;9;3208.02;10.10;1784.00;1.57;0.22 -9057;9;4776.82;9.50;443.00;1.57;0.86 -9058;9;4226.72;9.50;629.00;1.57;0.92 -9059;9;3391.42;10.00;1922.00;1.57;0.46 -9060;9;3327.84;10.40;1714.00;1.57;0.24 -9061;9;3270.58;9.88;1795.00;1.57;0.16 -9062;9;4410.18;9.50;375.00;1.57;0.98 -9063;9;4554.74;9.50;334.00;1.57;1.14 -9064;9;3229.50;10.40;1995.00;1.57;0.34 -9065;9;3535.12;9.80;1712.00;1.57;0.26 -9066;9;3001.94;12.10;1822.00;1.57;0.34 -9067;9;3907.48;9.50;25.00;1.57;1.12 -9068;9;3000.76;12.45;1770.00;1.57;0.30 -9069;9;3013.76;11.70;1853.00;1.57;0.26 -9070;9;2222.08;9.50;69.00;1.57;0.88 -9071;9;2443.56;9.50;253.00;1.57;1.16 -9072;9;2408.66;9.50;911.00;1.57;1.26 -9073;9;3212.30;9.93;1764.00;1.57;0.18 -9074;9;3274.76;10.68;1867.00;1.57;0.36 -9075;9;2724.66;12.07;1679.00;1.57;0.26 -9076;9;2327.92;9.50;1487.00;1.57;1.58 -9077;9;1497.88;9.50;2039.00;1.57;0.48 -9078;9;3310.94;10.40;1775.00;1.57;0.28 -9079;9;3206.84;10.35;1710.00;1.57;0.24 -9080;9;1183.04;9.50;146.00;1.57;1.40 -9081;9;112.38;9.50;431.00;1.57;0.94 -9082;9;3347.94;10.37;1754.00;1.57;0.20 -9083;9;3104.04;14.79;1941.00;1.57;0.32 -9084;9;3944.50;10.30;1166.00;1.57;0.44 -9085;9;7.44;9.50;1206.00;1.57;0.84 -9086;9;340.08;9.50;1616.00;1.57;1.30 -9087;9;328.60;9.50;675.00;1.57;1.30 -9088;9;3086.84;9.98;1810.00;1.57;0.24 -9089;9;3198.40;10.19;1988.00;1.57;0.40 -9090;9;2715.84;10.40;1706.00;1.57;0.24 -9091;9;1430.58;9.50;605.00;1.57;1.38 -9092;9;1539.02;9.50;1810.00;1.57;1.22 -9093;9;3104.58;10.65;1843.00;1.57;0.32 -9094;9;3156.94;9.70;1756.00;1.57;0.34 -9095;9;3033.12;13.73;1869.00;1.57;0.32 -9096;9;2944.20;9.83;1706.00;1.57;0.18 -9097;9;3262.48;10.05;1731.00;1.57;0.18 -9098;9;3267.84;9.76;1702.00;1.57;0.24 -9099;9;3545.84;10.45;1852.00;1.57;1.04 -9100;9;3255.76;9.70;1746.00;1.57;0.26 -9101;9;3473.86;10.38;1781.00;1.57;0.36 -9102;9;3405.12;10.40;1737.00;1.57;0.20 -9103;9;2964.12;10.42;1740.00;1.57;0.28 -9104;9;3234.58;9.50;1814.00;1.57;0.22 -9105;9;3268.40;10.30;1753.00;1.57;0.22 -9106;9;3221.48;10.15;1834.00;1.57;0.28 -9107;9;3350.02;10.60;1726.00;1.57;0.22 -9108;9;3137.94;10.25;1871.00;1.57;0.34 -9109;9;3059.12;10.28;1710.00;1.57;0.28 -9110;9;3448.94;9.90;1735.00;1.57;0.26 -9111;9;3328.94;10.02;1695.00;1.57;0.22 -9112;9;3239.58;10.60;1905.00;1.57;0.28 -9113;9;3473.12;9.90;1747.00;1.57;0.30 -9114;9;3565.66;9.80;1722.00;1.57;0.26 -9115;9;3328.06;9.67;1905.00;1.57;0.38 -9116;9;3264.88;9.80;1975.00;1.57;0.52 -9117;9;3061.66;9.90;1746.00;1.57;0.26 -9118;9;3330.12;9.80;1781.00;1.57;0.20 -9119;9;3286.76;10.50;1853.00;1.57;0.36 -9120;9;3242.12;10.09;1706.00;1.57;0.26 -9121;9;3653.56;9.90;1864.00;1.57;1.02 -9122;9;3425.66;10.40;1683.00;1.57;0.26 -9123;9;3283.30;10.49;1905.00;1.57;0.30 -9124;9;3517.04;9.85;1755.00;1.57;0.28 -9126;9;3042.24;9.50;1916.00;1.57;0.32 -9127;9;2911.58;9.61;1792.00;1.57;0.26 -9128;9;3190.68;10.84;1968.00;1.57;0.46 -9129;9;3179.30;9.80;1746.00;1.57;0.26 -9130;9;3437.32;10.00;1784.00;1.57;0.52 -9131;9;3421.12;10.50;1720.00;1.57;0.22 -9132;9;2983.30;9.50;1832.00;1.57;0.30 -9133;9;3499.12;10.03;1729.00;1.57;0.28 -9134;9;3040.58;13.43;1863.00;1.57;0.34 -9135;9;2958.12;12.56;1777.00;1.57;0.26 -9136;9;3492.02;10.35;1691.00;1.57;0.22 -9137;9;2987.40;11.35;743.00;1.57;0.88 -9138;9;2997.12;10.70;1731.00;1.57;0.26 -9139;9;2972.48;12.25;1807.00;1.57;0.28 -9140;9;3286.32;10.10;1974.00;1.57;0.48 -9141;9;3059.22;11.10;1829.00;1.57;0.30 -9142;9;3891.74;9.82;1864.00;1.57;1.14 -9143;9;3129.12;9.90;1856.00;1.57;0.22 -9144;9;3388.84;10.11;1674.00;1.57;0.24 -9145;9;3595.30;10.07;1749.00;1.57;0.30 -9146;9;3580.84;10.36;1708.00;1.57;0.24 -9147;9;3168.94;10.40;1885.00;1.57;0.34 -9148;9;3019.30;12.56;1778.00;1.57;0.24 -9149;9;3080.48;9.70;1732.00;1.57;0.24 -9150;9;3271.12;10.21;1747.00;1.57;0.16 -9151;9;3070.48;10.60;1790.00;1.57;0.24 -9152;9;3055.08;10.30;824.00;1.57;0.68 -9153;9;3348.30;10.46;1704.00;1.57;0.28 -9154;9;3040.12;11.61;1805.00;1.57;0.32 -9155;9;3568.94;9.80;1736.00;1.57;0.34 -9156;9;3173.58;10.25;1821.00;1.57;0.32 -9157;9;2968.30;11.12;1752.00;1.57;0.30 -9158;9;3272.30;10.76;1885.00;1.57;0.30 -9159;9;3465.66;9.80;1676.00;1.57;0.18 -9160;9;3196.30;10.12;1779.00;1.57;0.30 -9161;9;2733.12;12.24;1685.00;1.57;0.28 -9162;9;3303.14;10.40;1898.00;1.57;0.36 -9163;9;3217.30;10.25;1785.00;1.57;0.28 -9164;9;3298.84;10.30;1725.00;1.57;0.24 -9165;9;3390.42;10.04;1898.00;1.57;0.62 -9166;9;3186.58;10.30;1802.00;1.57;0.24 -9167;9;3188.12;9.66;1761.00;1.57;0.24 -9168;9;3433.76;10.40;1704.00;1.57;0.18 -9169;9;3256.30;10.07;1807.00;1.57;0.22 -9170;9;2913.94;13.66;1745.00;1.57;0.30 -9171;9;3025.76;11.40;1849.00;1.57;0.36 -9172;9;3524.94;9.81;1678.00;1.57;0.20 -9173;9;3038.12;10.44;1763.00;1.57;0.28 -9174;9;2957.38;9.50;1716.00;1.57;0.18 -9175;9;3050.76;14.18;1893.00;1.57;0.32 -9176;9;3301.02;10.07;1769.00;1.57;0.22 -9177;9;3342.76;9.90;1697.00;1.57;0.26 -9178;9;3087.50;13.70;1925.00;1.57;0.36 -9179;9;3380.52;10.10;1944.00;1.57;0.54 -9180;9;3510.12;9.80;1705.00;1.57;0.20 -9181;9;3285.30;10.25;1796.00;1.57;0.28 -9182;9;3020.48;11.45;1754.00;1.57;0.28 -9183;9;3222.84;9.75;1759.00;1.57;0.22 -9184;9;3340.48;10.40;1736.00;1.57;0.20 -9185;9;3050.48;9.70;1724.00;1.57;0.24 -9186;9;3139.58;9.99;1888.00;1.57;0.24 -9187;9;3420.40;10.35;1781.00;1.57;0.40 -9188;9;3415.12;10.20;1697.00;1.57;0.18 -9189;9;3199.22;10.58;1916.00;1.57;0.42 -9190;9;3332.94;10.20;1751.00;1.57;0.20 -9191;9;3158.96;11.77;1959.00;1.57;0.32 -9192;9;3588.48;10.45;1720.00;1.57;0.28 -9193;9;3052.12;10.00;1744.00;1.57;0.26 -9194;9;3161.22;9.68;1742.00;1.57;0.30 -9195;9;3335.58;10.10;1859.00;1.57;0.30 -9196;9;2927.94;11.25;1705.00;1.57;0.24 -9197;9;3301.48;10.20;1734.00;1.57;0.28 -9198;9;3286.68;10.54;1882.00;1.57;0.32 -9199;9;3423.84;9.98;1732.00;1.57;0.24 -9200;9;3487.30;9.80;1698.00;1.57;0.28 -9201;9;3327.30;10.52;1927.00;1.57;0.30 -9202;9;3444.12;9.93;1745.00;1.57;0.30 -9203;9;3280.22;9.91;1946.00;1.57;0.38 -9204;9;2953.12;11.46;1735.00;1.57;0.28 -9205;9;3682.22;9.80;1940.00;1.57;1.10 -9206;9;3248.22;9.84;1752.00;1.57;0.22 -9207;9;3396.48;10.40;1722.00;1.57;0.20 -9208;9;3018.58;12.17;1865.00;1.57;0.32 -9209;9;3044.12;10.40;1714.00;1.57;0.24 -9210;9;3499.30;9.90;1739.00;1.57;0.24 -9211;9;3085.94;11.52;1885.00;1.57;0.30 -9212;9;3300.02;10.30;1686.00;1.57;0.22 -9213;9;3517.86;9.90;1765.00;1.57;0.26 -9214;9;3555.58;9.95;1702.00;1.57;0.24 -9215;9;3428.60;10.55;1903.00;1.57;0.42 -9216;9;2933.22;9.50;1805.00;1.57;0.42 -9217;9;3362.44;9.70;1897.00;1.57;0.38 -9218;9;3020.30;10.58;1736.00;1.57;0.24 -9219;9;3202.58;10.49;1813.00;1.57;0.32 -9220;9;3119.58;10.10;1846.00;1.57;0.34 -9221;9;3221.94;10.35;1695.00;1.57;0.22 -9222;9;3467.76;10.50;1722.00;1.57;0.24 -9223;9;3228.76;10.60;1883.00;1.57;0.36 -9224;9;4466.76;10.91;1892.00;1.57;1.36 -9225;9;3602.34;10.50;1789.00;1.57;0.50 -9226;9;3132.86;10.59;1896.00;1.57;0.40 -9227;9;2962.76;13.88;1783.00;1.57;0.36 -9228;9;3118.40;9.67;1741.00;1.57;0.36 -9229;9;3013.48;12.75;1798.00;1.57;0.28 -9230;9;3590.10;10.10;1877.00;1.57;1.10 -9231;9;3318.30;10.50;1796.00;1.57;0.28 -9232;9;3543.30;9.90;1735.00;1.57;0.30 -9233;9;3230.58;10.05;1840.00;1.57;0.32 -9234;9;3286.94;10.17;1684.00;1.57;0.22 -9235;9;3415.20;10.86;1633.00;1.57;0.20 -9236;9;3217.48;10.40;1596.00;1.57;0.28 -9237;9;2723.48;11.09;1640.00;1.57;0.16 -9238;9;2979.38;9.70;1575.00;1.57;0.18 -9239;9;2778.84;10.18;1565.00;1.57;0.24 -9240;9;3190.12;10.07;1671.00;1.57;0.22 -9241;9;3262.40;10.25;1617.00;1.57;0.28 -9242;9;3305.30;11.65;1664.00;1.57;0.24 -9243;9;3570.94;9.80;1575.00;1.57;0.20 -9244;9;3542.84;10.60;1614.00;1.57;0.22 -9245;9;3434.48;9.90;1581.00;1.57;0.24 -9246;9;3198.48;10.40;1642.00;1.57;0.26 -9247;9;3290.84;9.80;1591.00;1.57;0.20 -9248;9;3405.32;9.68;1831.00;1.57;0.44 -9249;9;3278.84;9.80;1556.00;1.57;0.24 -9250;9;2785.12;9.85;1600.00;1.57;0.24 -9251;9;3014.58;10.30;1671.00;1.57;0.28 -9252;9;3060.20;9.73;1582.00;1.57;0.20 -9253;9;3327.66;10.25;1613.00;1.57;0.18 -9254;9;3266.30;10.07;1664.00;1.57;0.24 -9255;9;2653.48;10.24;1610.00;1.57;0.20 -9256;9;3376.12;10.40;1661.00;1.57;0.18 -9257;9;3459.48;9.80;1670.00;1.57;0.18 -9258;9;3502.02;11.15;1583.00;1.57;0.20 -9259;9;3538.12;9.90;1638.00;1.57;0.22 -9260;9;3360.02;10.52;1555.00;1.57;0.20 -9261;9;3358.02;10.00;1589.00;1.57;0.22 -9262;9;3135.30;9.66;1653.00;1.57;0.30 -9263;9;3086.12;10.60;1610.00;1.57;0.32 -9264;9;2972.20;10.33;1580.00;1.57;0.20 -9265;9;3329.76;10.13;1658.00;1.57;0.24 -9266;9;3407.38;10.10;1604.00;1.57;0.18 -9267;9;3451.30;10.40;1659.00;1.57;0.20 -9268;9;2779.30;10.01;1576.00;1.57;0.26 -9269;9;2777.84;10.83;1611.00;1.57;0.24 -9270;9;3527.02;10.40;1668.00;1.57;0.22 -9271;9;3597.94;10.30;1593.00;1.57;0.22 -9272;9;3332.02;10.60;1626.00;1.57;0.22 -9273;9;3427.66;9.90;1588.00;1.57;0.24 -9274;9;3185.04;9.80;1603.00;1.57;0.24 -9275;9;3237.84;9.91;1649.00;1.57;0.24 -9276;9;3473.76;9.90;1604.00;1.57;0.18 -9277;9;3049.84;9.76;1589.00;1.57;0.24 -9278;9;3404.48;9.80;1651.00;1.57;0.28 -9279;9;3009.38;9.62;1635.00;1.57;0.18 -9280;9;3524.30;10.40;1657.00;1.57;0.24 -9281;9;2914.84;9.86;1570.00;1.57;0.22 -9282;9;3402.66;11.68;1622.00;1.57;0.26 -9283;9;3648.76;9.83;1709.00;1.57;0.36 -9284;9;2655.94;11.65;1575.00;1.57;0.22 -9285;9;2755.48;11.75;1625.00;1.57;0.24 -9286;9;3500.84;11.58;1592.00;1.57;0.24 -9287;9;3296.30;10.46;1649.00;1.57;0.28 -9288;9;3285.84;9.80;1562.00;1.57;0.24 -9289;9;3274.20;9.90;1597.00;1.57;0.20 -9290;9;3126.84;9.98;1580.00;1.57;0.24 -9291;9;3485.48;9.84;1653.00;1.57;0.20 -9292;9;3765.04;10.54;1621.00;1.57;0.34 -9293;9;3628.66;10.40;1691.00;1.57;0.26 -9294;9;2976.12;9.70;1587.00;1.57;0.22 -9295;9;3200.40;10.40;1620.00;1.57;0.28 -9296;9;2926.12;9.70;1694.00;1.57;0.20 -9297;9;2765.02;9.89;1581.00;1.57;0.20 -9298;9;3472.66;9.80;1626.00;1.57;0.22 -9299;9;3570.40;10.93;1589.00;1.57;0.18 -9300;9;3018.38;9.80;1648.00;1.57;0.18 -9301;9;3341.02;9.90;1596.00;1.57;0.22 -9302;9;3364.66;10.13;1639.00;1.57;0.24 -9303;9;2650.66;9.94;1601.00;1.57;0.20 -9304;9;3212.76;10.47;1584.00;1.57;0.24 -9305;9;3552.84;9.88;1652.00;1.57;0.20 -9306;9;3058.66;9.80;1595.00;1.57;0.26 -9307;9;3543.30;10.18;1623.00;1.57;0.22 -9308;9;3051.66;9.97;1706.00;1.57;0.24 -9309;9;2907.66;9.70;1575.00;1.57;0.16 -9310;9;2671.66;10.00;1587.00;1.57;0.26 -9311;9;3433.48;9.80;1638.00;1.57;0.20 -9312;9;3439.84;9.80;1555.00;1.57;0.24 -9313;9;3407.84;10.01;1595.00;1.57;0.22 -9314;9;2746.22;12.06;1643.00;1.57;0.24 -9315;9;2767.02;10.22;1600.00;1.57;0.20 -9316;9;3136.48;10.04;1584.00;1.57;0.24 -9317;9;3187.66;9.70;1681.00;1.57;0.24 -9318;9;3339.84;10.05;1614.00;1.57;0.24 -9319;9;3270.76;9.83;1681.00;1.57;0.18 -9320;9;2968.20;9.70;1592.00;1.57;0.20 -9321;9;2642.40;9.51;1615.00;1.57;0.20 -9322;9;2789.84;9.93;1587.00;1.57;0.24 -9323;9;3265.94;9.80;1627.00;1.57;0.20 -9324;9;3474.84;9.90;1591.00;1.57;0.24 -9325;9;3507.02;9.90;1638.00;1.57;0.20 -9326;9;3504.20;9.93;1559.00;1.57;0.16 -9327;9;3150.84;9.80;1603.00;1.57;0.24 -9328;9;3360.84;9.95;1564.00;1.57;0.18 -9329;9;3023.12;10.36;1679.00;1.57;0.28 -9330;9;3414.02;10.17;1605.00;1.57;0.22 -9331;9;3279.76;9.80;1667.00;1.57;0.24 -9332;9;2769.66;11.23;1618.00;1.57;0.22 -9333;9;3327.84;10.35;1676.00;1.57;0.24 -9334;9;3042.84;9.70;1599.00;1.57;0.22 -9335;9;2901.02;9.60;1581.00;1.57;0.22 -9336;9;3586.30;9.99;1641.00;1.57;0.22 -9337;9;3566.48;10.14;1559.00;1.57;0.24 -9338;9;3551.30;11.50;1598.00;1.57;0.22 -9339;9;3432.20;9.80;1558.00;1.57;0.20 -9340;9;3184.12;9.66;1664.00;1.57;0.24 -9341;9;3229.40;9.94;1622.00;1.57;0.28 -9342;9;3293.20;9.80;1564.00;1.57;0.20 -9343;9;3344.30;10.06;1657.00;1.57;0.18 -9344;9;3482.84;9.85;1611.00;1.57;0.20 -9345;9;3403.48;9.89;1664.00;1.57;0.26 -9346;9;3118.66;9.90;1591.00;1.57;0.24 -9347;9;2958.84;9.80;1592.00;1.57;0.16 -9348;9;3394.48;11.50;1627.00;1.57;0.24 -9349;9;3642.86;9.98;1616.00;1.57;0.42 -9350;9;2730.84;9.85;1634.00;1.57;0.24 -9351;9;3299.30;9.90;1602.00;1.57;0.22 -9352;9;3495.20;9.87;1559.00;1.57;0.20 -9353;9;3262.84;9.80;1654.00;1.57;0.22 -9354;9;3555.66;10.46;1615.00;1.57;0.20 -9355;9;3362.48;10.05;1574.00;1.57;0.26 -9356;9;3417.30;9.80;1652.00;1.57;0.20 -9357;9;3181.48;9.74;1630.00;1.57;0.24 -9358;9;3481.66;10.30;1660.00;1.57;0.22 -9359;9;3208.12;9.99;1592.00;1.57;0.22 -9360;9;3464.66;10.40;1632.00;1.57;0.26 -9361;9;3052.66;9.65;1601.00;1.57;0.22 -9362;9;3007.48;9.64;1652.00;1.57;0.20 -9363;9;2901.48;9.79;1559.00;1.57;0.20 -9364;9;2740.12;12.90;1594.00;1.57;0.18 -9365;9;3562.66;9.75;1572.00;1.57;0.26 -9366;9;3374.20;10.25;1597.00;1.57;0.20 -9367;9;3430.84;9.91;1570.00;1.57;0.24 -9368;9;3494.66;9.90;1647.00;1.57;0.24 -9369;9;2641.30;10.07;1603.00;1.57;0.28 -9370;9;3563.58;9.90;1688.00;1.57;0.34 -9371;9;3288.84;9.80;1583.00;1.57;0.24 -9372;9;3137.30;10.20;1592.00;1.57;0.20 -9373;9;3535.48;10.00;1629.00;1.57;0.26 -9374;9;3188.30;10.30;1647.00;1.57;0.26 -9375;9;2973.56;10.77;1565.00;1.57;0.16 -9376;9;3443.02;9.82;1600.00;1.57;0.22 -9377;9;1843.02;9.67;1128.00;1.57;0.22 -9378;9;3398.02;10.19;1645.00;1.57;0.18 -9379;9;2767.12;10.69;1608.00;1.57;0.20 -9380;9;3497.20;9.90;1567.00;1.57;0.20 -9381;9;3568.48;10.40;1653.00;1.57;0.22 -9382;9;3331.94;10.10;1619.00;1.57;0.18 -9383;9;2733.38;11.79;1657.00;1.57;0.18 -9384;9;3357.02;10.00;1578.00;1.57;0.22 -9385;9;3622.66;10.36;1633.00;1.57;0.26 -9386;9;3264.84;10.13;1643.00;1.57;0.24 -9387;9;3048.66;9.70;1580.00;1.57;0.20 -9388;9;3006.04;9.70;1607.00;1.57;0.32 -9389;9;3479.12;9.80;1647.00;1.57;0.18 -9390;9;3564.66;10.40;1665.00;1.57;0.26 -9391;9;3573.94;9.80;1567.00;1.57;0.22 -9392;9;2742.48;11.19;1652.00;1.57;0.18 -9393;9;3048.66;9.80;1696.00;1.57;0.22 -9394;9;3424.02;10.00;1576.00;1.57;0.22 -9395;9;3402.66;11.30;1613.00;1.57;0.14 -9396;9;3298.38;9.80;1583.00;1.57;0.18 -9397;9;2759.48;10.44;1619.00;1.57;0.22 -9398;9;3132.84;10.46;1601.00;1.57;0.24 -9399;9;3325.66;10.70;1632.00;1.57;0.26 -9400;9;3117.48;9.90;1555.00;1.57;0.16 -9401;9;3589.30;10.25;1609.00;1.57;0.26 -9402;9;3546.48;10.44;1661.00;1.57;0.26 -9403;9;2907.66;9.70;1566.00;1.57;0.22 -9404;9;3190.48;10.09;1624.00;1.57;0.26 -9405;9;2646.22;9.50;1564.00;1.57;0.22 -9406;9;3030.48;10.14;1686.00;1.57;0.28 -9407;9;3472.58;9.80;1618.00;1.57;0.16 -9408;9;3240.76;9.80;1696.00;1.57;0.18 -9409;9;3497.66;10.00;1575.00;1.57;0.16 -9410;9;3023.84;10.35;1661.00;1.57;0.24 -9411;9;3364.66;10.00;1584.00;1.57;0.20 -9412;9;3102.66;13.67;1512.00;1.57;0.26 -9413;9;3332.84;9.80;1520.00;1.57;0.22 -9414;9;3036.66;11.55;1529.00;1.57;0.18 -9415;9;3466.94;9.70;1448.00;1.57;0.18 -9416;9;2977.84;11.81;1515.00;1.57;0.18 -9417;9;3422.94;9.67;1462.00;1.57;0.16 -9418;9;2889.02;10.35;1511.00;1.57;0.20 -9419;9;3333.84;9.75;1469.00;1.57;0.22 -9420;9;3638.94;9.90;1550.00;1.57;0.22 -9421;9;3022.84;12.40;1511.00;1.57;0.24 -9422;9;3464.56;9.80;1550.00;1.57;0.16 -9423;9;3247.12;9.91;1484.00;1.57;0.30 -9424;9;3408.48;9.80;1515.00;1.57;0.18 -9425;9;3183.48;12.49;1488.00;1.57;0.28 -9426;9;3510.66;9.80;1456.00;1.57;0.26 -9427;9;3112.12;10.65;1522.00;1.57;0.16 -9428;9;3013.66;9.75;1562.00;1.57;0.20 -9429;9;3038.30;11.74;1519.00;1.57;0.22 -9430;9;3413.48;9.70;1467.00;1.57;0.20 -9431;9;2864.12;9.50;1548.00;1.57;0.16 -9432;9;3529.66;10.02;1542.00;1.57;0.26 -9433;9;3332.48;10.19;1486.00;1.57;0.22 -9434;9;2810.48;9.70;1509.00;1.57;0.24 -9435;9;3257.76;10.02;1486.00;1.57;0.32 -9436;9;3489.84;10.05;1511.00;1.57;0.20 -9437;9;3308.30;9.80;1525.00;1.57;0.20 -9438;9;3188.12;10.30;1636.00;1.57;0.26 -9439;9;3088.12;9.81;1559.00;1.57;0.20 -9440;9;3524.66;11.50;1468.00;1.57;0.22 -9441;9;2996.66;12.62;1531.00;1.57;0.24 -9442;9;3489.66;9.70;1467.00;1.57;0.22 -9443;9;2934.84;10.66;1544.00;1.57;0.24 -9444;9;2882.56;10.95;1519.00;1.57;0.16 -9445;9;3601.94;10.00;1550.00;1.57;0.24 -9446;9;3412.02;9.80;1477.00;1.57;0.22 -9447;9;3545.48;11.19;1521.00;1.57;0.22 -9448;9;3425.20;10.03;1548.00;1.57;0.20 -9449;9;3369.66;9.98;1523.00;1.57;0.22 -9450;9;1431.66;10.14;1578.00;1.57;0.26 -9451;9;3271.20;10.10;1495.00;1.57;0.20 -9452;9;3168.84;9.90;1541.00;1.57;0.24 -9453;9;3640.76;9.60;1463.00;1.57;0.34 -9454;9;3196.66;10.40;1517.00;1.57;0.26 -9455;9;3533.38;11.72;1473.00;1.57;0.18 -9456;9;2992.20;9.70;1567.00;1.57;0.20 -9457;9;3085.20;10.93;1523.00;1.57;0.20 -9458;9;2776.76;9.57;1547.00;1.57;0.24 -9459;9;3480.66;9.70;1469.00;1.57;0.20 -9460;9;3493.66;9.80;1550.00;1.57;0.24 -9461;9;3416.84;10.23;1483.00;1.57;0.24 -9462;9;3622.48;9.60;1521.00;1.57;0.28 -9463;9;3343.48;10.34;1489.00;1.57;0.26 -9464;9;3453.66;10.50;1517.00;1.57;0.22 -9465;9;3277.30;10.10;1504.00;1.57;0.20 -9466;9;3257.66;9.90;1540.00;1.57;0.20 -9467;9;1537.68;10.50;1663.00;1.57;0.40 -9468;9;3167.48;10.85;1512.00;1.57;0.24 -9469;9;3603.66;9.60;1475.00;1.57;0.26 -9470;9;3055.02;9.85;1556.00;1.57;0.20 -9471;9;3006.02;12.98;1535.00;1.57;0.22 -9472;9;2873.12;9.98;1510.00;1.57;0.32 -9473;9;3566.84;10.55;1543.00;1.57;0.22 -9474;9;3479.66;9.70;1478.00;1.57;0.20 -9475;9;3511.84;10.78;1521.00;1.57;0.20 -9476;9;3419.20;10.31;1492.00;1.57;0.18 -9477;9;3323.20;9.80;1539.00;1.57;0.20 -9478;9;2801.66;10.30;1467.00;1.57;0.24 -9479;9;3349.84;10.23;1493.00;1.57;0.22 -9480;9;1545.78;10.90;1681.00;1.57;0.34 -9481;9;3251.12;10.16;1502.00;1.57;0.32 -9482;9;2920.20;9.87;1537.00;1.57;0.20 -9483;9;3160.84;10.40;1646.00;1.57;0.24 -9484;9;2751.84;10.60;1554.00;1.57;0.18 -9485;9;3219.30;10.38;1683.00;1.57;0.28 -9486;9;2928.84;10.80;1527.00;1.57;0.16 -9487;9;3567.12;10.49;1524.00;1.57;0.32 -9488;9;3427.20;10.00;1489.00;1.57;0.20 -9489;9;3401.48;9.90;1529.00;1.57;0.22 -9490;9;2863.30;9.90;1480.00;1.57;0.28 -9491;9;3308.66;9.80;1504.00;1.57;0.26 -9492;9;2813.48;9.80;1468.00;1.57;0.16 -9493;9;3236.84;10.00;1540.00;1.57;0.24 -9494;9;3161.48;9.90;1521.00;1.57;0.28 -9495;9;2774.84;9.70;1476.00;1.57;0.24 -9496;9;3025.48;9.70;1566.00;1.57;0.28 -9497;9;2986.30;12.65;1532.00;1.57;0.18 -9498;9;2874.40;9.70;1554.00;1.57;0.16 -9499;9;3144.66;10.30;1635.00;1.57;0.26 -9500;9;2833.02;9.70;1524.00;1.57;0.18 -9501;9;3196.84;10.30;1684.00;1.57;0.24 -9502;9;3463.12;9.88;1526.00;1.57;0.20 -9503;9;2923.38;11.97;1488.00;1.57;0.18 -9504;9;3488.30;10.33;1493.00;1.57;0.26 -9505;9;2886.84;10.80;1484.00;1.57;0.24 -9506;9;3299.12;9.80;1547.00;1.57;0.18 -9507;9;2828.66;9.80;1482.00;1.57;0.24 -9508;9;3108.20;10.00;1553.00;1.57;0.20 -9509;9;2934.66;9.85;1557.00;1.57;0.18 -9510;9;2765.66;10.05;1473.00;1.57;0.26 -9511;9;3083.84;10.50;1535.00;1.57;0.24 -9512;9;3867.14;10.40;1659.00;1.57;0.44 -9513;9;3561.48;9.60;1493.00;1.57;0.28 -9514;9;3577.66;9.71;1622.00;1.57;0.20 -9515;9;2993.12;11.30;1492.00;1.57;0.20 -9516;9;3462.84;9.80;1491.00;1.57;0.24 -9517;9;2946.02;11.86;1492.00;1.57;0.22 -9518;9;3378.66;10.00;1534.00;1.57;0.18 -9519;9;3314.66;9.80;1508.00;1.57;0.24 -9520;9;3193.30;10.42;1549.00;1.57;0.26 -9521;9;3150.12;10.21;1535.00;1.57;0.28 -9522;9;2901.56;10.55;1535.00;1.57;0.16 -9523;9;2832.30;9.82;1491.00;1.57;0.16 -9524;9;2957.02;10.35;1541.00;1.57;0.20 -9525;9;2763.02;10.11;1485.00;1.57;0.20 -9526;9;3607.12;9.70;1536.00;1.57;0.28 -9527;9;3052.20;10.45;1490.00;1.57;0.20 -9528;9;3663.04;9.70;1508.00;1.57;0.36 -9529;9;3445.66;9.80;1535.00;1.57;0.22 -9530;9;3519.66;9.89;1504.00;1.57;0.24 -9531;9;3387.12;9.85;1502.00;1.57;0.18 -9532;9;3075.84;9.80;1558.00;1.57;0.22 -9533;9;3240.02;10.30;1513.00;1.57;0.22 -9534;9;2831.84;10.36;1498.00;1.57;0.16 -9535;9;3029.76;10.43;1548.00;1.57;0.24 -9536;9;2865.66;9.80;1527.00;1.57;0.16 -9537;9;3120.84;10.45;1486.00;1.57;0.24 -9538;9;3591.48;9.70;1505.00;1.57;0.28 -9539;9;3074.12;9.80;1492.00;1.57;0.20 -9540;9;3463.84;10.23;1502.00;1.57;0.18 -9541;9;3027.76;13.28;1500.00;1.57;0.24 -9542;9;3341.66;10.08;1543.00;1.57;0.22 -9543;9;3292.76;9.88;1516.00;1.57;0.16 -9544;9;3158.48;10.30;1560.00;1.57;0.28 -9545;9;2961.20;12.25;1495.00;1.57;0.20 -9546;9;3091.84;10.55;1549.00;1.57;0.24 -9547;9;2929.84;10.63;1535.00;1.57;0.18 -9548;9;3199.58;12.02;1477.00;1.57;0.28 -9549;9;3580.40;10.05;1533.00;1.57;0.26 -9550;9;2782.56;9.50;1493.00;1.57;0.16 -9551;9;3095.48;12.94;1506.00;1.57;0.20 -9552;9;3408.66;9.96;1534.00;1.57;0.26 -9553;9;3763.04;10.05;1677.00;1.57;0.44 -9554;9;3237.66;9.80;1552.00;1.57;0.26 -9555;9;3004.66;13.45;1511.00;1.57;0.18 -9556;9;3373.38;9.90;1514.00;1.57;0.18 -9557;9;2958.84;10.31;1510.00;1.57;0.24 -9558;9;3188.02;10.50;1521.00;1.57;0.22 -9559;9;2898.74;10.70;1501.00;1.57;0.14 -9560;9;2993.02;9.75;1555.00;1.57;0.16 -9561;9;2846.48;10.09;1503.00;1.57;0.20 -9562;9;2735.30;10.86;1550.00;1.57;0.16 -9563;9;3171.12;10.74;1486.00;1.57;0.20 -9564;9;3479.66;9.80;1538.00;1.57;0.22 -9565;9;3444.66;9.88;1504.00;1.57;0.24 -9566;9;3324.38;9.80;1550.00;1.57;0.18 -9567;9;3092.20;12.98;1513.00;1.57;0.20 -9568;9;3270.12;9.86;1539.00;1.57;0.22 -9569;9;3030.84;11.95;1509.00;1.57;0.24 -9570;9;3067.12;10.77;1538.00;1.57;0.28 -9571;9;3374.66;9.70;1457.00;1.57;0.20 -9572;9;2967.02;10.35;1513.00;1.57;0.20 -9573;9;3314.02;9.80;1475.00;1.57;0.20 -9574;9;2889.20;9.85;1539.00;1.57;0.16 -9575;9;2909.30;10.80;1509.00;1.57;0.22 -9576;9;3256.30;10.80;1475.00;1.57;0.22 -9577;9;3546.48;9.70;1542.00;1.57;0.22 -9578;9;2813.30;9.96;1500.00;1.57;0.22 -9579;9;3397.20;10.00;1547.00;1.57;0.20 -9580;9;1586.84;9.75;1623.00;1.57;0.24 -9581;9;3484.66;9.70;1453.00;1.57;0.18 -9582;9;2986.22;9.70;1419.00;1.57;0.16 -9583;9;1566.30;10.70;1626.00;1.57;0.24 -9584;9;2948.38;10.51;1435.00;1.57;0.18 -9585;9;1559.58;9.55;1632.00;1.57;0.32 -9586;9;3055.48;13.24;1411.00;1.57;0.20 -9587;9;2924.20;16.54;1439.00;1.57;0.18 -9588;9;3075.20;11.15;1415.00;1.57;0.20 -9589;9;4968.40;12.44;1494.00;1.57;0.30 -9590;9;2883.02;10.17;1436.00;1.57;0.16 -9591;9;3084.20;10.56;1415.00;1.57;0.20 -9592;9;3558.84;9.60;1448.00;1.57;0.24 -9593;9;2845.56;10.25;1432.00;1.57;0.16 -9594;9;3521.84;9.60;1450.00;1.57;0.20 -9595;9;3076.12;9.95;1423.00;1.57;0.18 -9596;9;3035.02;11.07;1442.00;1.57;0.22 -9597;9;2793.66;9.54;1429.00;1.57;0.24 -9598;9;2978.20;12.15;1434.00;1.57;0.20 -9599;9;3117.48;11.05;1402.00;1.57;0.20 -9600;9;2943.38;11.72;1440.00;1.57;0.18 -9601;9;1660.76;9.83;1668.00;1.57;0.36 -9602;9;3141.20;10.75;1397.00;1.57;0.20 -9603;9;2905.56;11.70;1440.00;1.57;0.16 -9604;9;4985.94;11.16;1494.00;1.57;0.26 -9605;9;3789.68;9.90;1306.00;1.57;0.40 -9606;9;3135.30;11.14;1426.00;1.57;0.26 -9607;9;2855.02;10.67;1442.00;1.57;0.22 -9608;9;3095.38;9.80;1430.00;1.57;0.18 -9609;9;2856.02;10.22;1450.00;1.57;0.22 -9610;9;3196.48;10.35;1387.00;1.57;0.22 -9611;9;3058.58;10.09;1439.00;1.57;0.18 -9612;9;3209.48;10.09;1391.00;1.57;0.28 -9613;9;3007.84;10.29;1443.00;1.57;0.18 -9614;9;3224.76;10.27;1396.00;1.57;0.18 -9615;9;1297.34;10.51;1790.00;1.57;0.74 -9616;9;982.40;13.43;1623.00;1.57;0.40 -9617;9;3210.30;9.80;1407.00;1.57;0.18 -9618;9;2923.38;13.82;1447.00;1.57;0.18 -9619;9;3159.84;14.80;1429.00;1.57;0.24 -9620;9;2919.30;12.09;1454.00;1.57;0.16 -9621;9;3113.20;9.88;1434.00;1.57;0.20 -9622;9;2909.02;10.10;1454.00;1.57;0.16 -9623;9;4848.76;9.93;1450.00;1.57;0.30 -9624;9;3076.30;10.07;1437.00;1.57;0.22 -9625;9;2864.66;10.10;1451.00;1.57;0.26 -9626;9;3484.02;12.14;1367.00;1.57;0.22 -9627;9;3031.02;11.55;1434.00;1.57;0.20 -9628;9;3500.02;11.22;1382.00;1.57;0.22 -9629;9;2830.84;9.80;1458.00;1.57;0.22 -9630;9;2982.84;12.49;1451.00;1.57;0.22 -9631;9;2786.66;9.70;1453.00;1.57;0.22 -9632;9;3484.76;13.85;1374.00;1.57;0.28 -9633;9;2973.02;15.75;1456.00;1.57;0.20 -9634;9;1581.94;11.10;1656.00;1.57;0.30 -9635;9;3247.48;9.70;1409.00;1.57;0.28 -9636;9;2970.20;14.91;1463.00;1.57;0.20 -9637;9;906.48;10.19;1480.00;1.57;0.28 -9638;9;2924.38;10.50;1462.00;1.57;0.18 -9639;9;4904.48;11.90;1433.00;1.57;0.28 -9640;9;3151.84;10.76;1442.00;1.57;0.20 -9641;9;4930.76;13.07;1436.00;1.57;0.26 -9642;9;2895.66;10.14;1463.00;1.57;0.22 -9643;9;3093.56;9.80;1437.00;1.57;0.16 -9644;9;2852.02;10.09;1469.00;1.57;0.22 -9645;9;3538.66;13.07;1370.00;1.57;0.26 -9646;9;3047.66;12.38;1452.00;1.57;0.14 -9647;9;3496.94;10.67;1390.00;1.57;0.20 -9648;9;3046.02;11.66;1459.00;1.57;0.22 -9649;9;3463.94;15.44;1391.00;1.57;0.22 -9650;9;3031.84;13.48;1469.00;1.57;0.24 -9651;9;3223.30;9.70;1419.00;1.57;0.20 -9652;9;2990.20;13.54;1472.00;1.57;0.20 -9653;9;1456.76;10.00;1560.00;1.57;0.24 -9654;9;1457.30;10.10;1570.00;1.57;0.20 -9655;9;2957.56;10.86;1471.00;1.57;0.16 -9656;9;3132.02;9.80;1448.00;1.57;0.22 -9657;9;1423.40;10.20;1614.00;1.57;0.38 -9658;9;2891.84;10.15;1471.00;1.57;0.22 -9659;9;4940.24;9.80;1566.00;1.57;0.64 -9660;9;3103.20;9.70;1464.00;1.57;0.20 -9661;9;3055.30;11.16;1467.00;1.57;0.26 -9662;9;1563.02;11.00;1575.00;1.57;0.20 -9663;9;3427.48;9.50;1391.00;1.57;0.20 -9664;9;1581.12;11.22;1587.00;1.57;0.30 -9665;9;3025.48;11.45;1480.00;1.57;0.16 -9666;9;2966.02;12.05;1477.00;1.57;0.20 -9667;9;1518.40;9.54;1588.00;1.57;0.28 -9668;9;3202.30;12.68;1440.00;1.57;0.30 -9669;9;1096.52;11.29;1793.00;1.57;0.72 -9670;9;3193.66;13.38;1448.00;1.57;0.26 -9671;9;897.48;9.64;1492.00;1.57;0.28 -9672;9;3182.66;11.18;1454.00;1.57;0.26 -9673;9;1642.12;11.65;1586.00;1.57;0.20 -9674;9;3439.48;13.65;1396.00;1.57;0.26 -9675;9;1665.48;11.24;1602.00;1.57;0.28 -9676;9;3086.66;10.40;1467.00;1.57;0.22 -9677;9;3349.48;11.64;1419.00;1.57;0.24 -9678;9;1397.58;11.30;1656.00;1.57;0.38 -9679;9;3040.20;13.05;1468.00;1.57;0.20 -9680;9;3364.40;9.70;1422.00;1.57;0.20 -9681;9;3005.48;11.35;1489.00;1.57;0.20 -9682;9;1429.12;11.11;1565.00;1.57;0.26 -9683;9;3259.04;9.80;1448.00;1.57;0.20 -9684;9;1476.84;10.80;1591.00;1.57;0.24 -9685;9;3196.48;16.35;1458.00;1.57;0.18 -9686;9;2679.20;12.02;1363.00;1.57;0.20 -9687;9;3163.20;11.44;1465.00;1.57;0.20 -9688;9;3455.66;9.81;1430.00;1.57;0.24 -9689;9;2672.30;10.08;1371.00;1.57;0.18 -9690;9;3105.76;9.90;1476.00;1.57;0.28 -9691;9;3450.30;11.96;1402.00;1.57;0.22 -9692;9;3071.02;9.80;1485.00;1.57;0.18 -9693;9;1644.66;11.65;1593.00;1.57;0.22 -9694;9;3450.66;12.32;1411.00;1.57;0.22 -9695;9;1019.64;13.20;1586.00;1.57;0.32 -9696;9;3413.30;10.05;1414.00;1.57;0.20 -9697;9;901.48;9.60;1535.00;1.57;0.28 -9698;9;3281.66;9.70;1457.00;1.57;0.24 -9699;9;2723.48;14.24;1379.00;1.57;0.20 -9700;9;2737.20;12.91;1372.00;1.57;0.20 -9701;9;3228.20;10.69;1436.00;1.57;0.20 -9702;9;3491.48;15.99;1349.00;1.57;0.22 -9703;9;2733.84;13.81;1384.00;1.57;0.16 -9704;9;3180.12;13.77;1471.00;1.57;0.20 -9705;9;3495.84;11.36;1424.00;1.57;0.20 -9706;9;3155.02;10.25;1478.00;1.57;0.22 -9707;9;3479.02;12.69;1416.00;1.57;0.22 -9708;9;1622.94;11.25;1599.00;1.57;0.30 -9709;9;3435.02;9.72;1428.00;1.57;0.18 -9710;9;2786.66;9.70;1393.00;1.57;0.24 -9711;9;1522.94;9.91;1599.00;1.57;0.30 -9712;9;3334.48;9.64;1444.00;1.57;0.24 -9713;9;909.94;9.74;1517.00;1.57;0.34 -9714;9;3273.94;9.80;1465.00;1.57;0.24 -9715;9;3533.66;12.13;1314.00;1.57;0.26 -9716;9;3230.02;9.80;1461.00;1.57;0.22 -9717;9;2802.12;10.40;1404.00;1.57;0.22 -9718;9;3346.66;9.70;1430.00;1.57;0.26 -9719;9;2696.84;11.83;1386.00;1.57;0.20 -9720;9;3526.66;10.86;1433.00;1.57;0.24 -9721;9;1635.12;11.43;1605.00;1.57;0.28 -9722;9;3481.94;10.12;1432.00;1.57;0.22 -9723;9;2840.84;10.15;1391.00;1.57;0.18 -9724;9;1510.48;10.70;1600.00;1.57;0.28 -9725;9;2841.12;9.80;1484.00;1.57;0.20 -9726;9;3445.84;9.85;1426.00;1.57;0.24 -9727;9;1493.58;10.70;1499.00;1.57;0.36 -9728;9;2871.66;11.33;1408.00;1.57;0.18 -9729;9;3361.76;9.70;1452.00;1.57;0.18 -9730;9;871.76;9.50;1541.00;1.57;0.36 -9731;9;3152.12;10.40;1639.00;1.57;0.22 -9732;9;2862.20;13.65;1417.00;1.57;0.20 -9733;9;4973.94;12.84;1520.00;1.57;0.34 -9734;9;2819.48;9.90;1414.00;1.57;0.16 -9735;9;3540.30;9.60;1447.00;1.57;0.22 -9736;9;2900.02;12.70;1409.00;1.57;0.22 -9737;9;2792.38;9.70;1413.00;1.57;0.18 -9738;9;2913.66;15.41;1416.00;1.57;0.22 -9739;9;3494.66;9.85;1433.00;1.57;0.22 -9740;9;1513.28;12.72;1768.00;1.57;0.82 -9741;9;2936.02;10.47;1418.00;1.57;0.18 -9742;9;3447.66;9.80;1434.00;1.57;0.18 -9743;9;1532.84;9.70;1619.00;1.57;0.24 -9744;9;3420.30;9.70;1448.00;1.57;0.16 -9745;9;2910.20;16.38;1424.00;1.57;0.20 -9746;9;1506.12;10.39;1612.00;1.57;0.28 -9747;9;1461.58;10.46;1620.00;1.57;0.32 -9748;9;2858.20;11.54;1431.00;1.57;0.20 -9749;9;4961.76;12.55;1483.00;1.57;0.34 -9750;9;2986.38;10.94;1378.00;1.57;0.18 -9751;9;2820.48;10.00;1422.00;1.57;0.20 -9752;9;2968.02;11.32;1412.00;1.57;0.20 -9753;9;3552.84;9.60;1441.00;1.57;0.22 -9754;9;1634.66;11.94;1618.00;1.57;0.24 -9755;9;3317.84;14.83;1283.00;1.57;0.24 -9756;9;3149.66;11.82;1398.00;1.57;0.26 -9757;9;2759.20;12.00;1316.00;1.57;0.20 -9758;9;1619.48;9.54;1530.00;1.57;0.28 -9759;9;4765.02;12.75;1355.00;1.57;0.22 -9760;9;1514.84;12.51;1533.00;1.57;0.24 -9761;9;3387.12;15.26;1304.00;1.57;0.30 -9762;9;4891.84;11.95;1405.00;1.57;0.24 -9763;9;3335.02;12.72;1278.00;1.57;0.22 -9764;9;2833.48;10.05;1350.00;1.57;0.20 -9765;9;2678.66;10.05;1279.00;1.57;0.20 -9766;9;4831.40;12.33;1398.00;1.57;0.20 -9767;9;2746.84;11.85;1330.00;1.57;0.24 -9768;9;4622.76;12.48;1352.00;1.57;0.36 -9769;9;3216.12;11.05;1381.00;1.57;0.28 -9770;9;2699.84;14.33;1330.00;1.57;0.24 -9771;9;3158.02;12.15;1394.00;1.57;0.22 -9772;9;2936.66;9.52;1335.00;1.57;0.20 -9773;9;1202.04;12.52;1423.00;1.57;0.44 -9774;9;1644.84;10.81;1577.00;1.57;0.20 -9775;9;1503.48;12.29;1533.00;1.57;0.28 -9776;9;4617.84;13.10;1336.00;1.57;0.24 -9777;9;3376.94;15.13;1312.00;1.57;0.30 -9778;9;2743.66;11.85;1303.00;1.57;0.18 -9779;9;1512.78;10.98;1485.00;1.57;0.34 -9780;9;3111.20;9.50;1358.00;1.57;0.20 -9781;9;4716.94;10.10;1344.00;1.57;0.20 -9782;9;4791.68;10.00;1418.00;1.57;0.28 -9783;9;3234.48;10.00;1383.00;1.57;0.28 -9784;9;3064.12;10.97;1340.00;1.57;0.20 -9785;9;2763.48;12.75;1340.00;1.57;0.24 -9786;9;1626.84;9.70;1516.00;1.57;0.24 -9787;9;2678.38;12.42;1334.00;1.57;0.18 -9788;9;4707.66;10.08;1360.00;1.57;0.26 -9789;9;1560.12;10.38;1541.00;1.57;0.18 -9790;9;4766.48;9.70;1315.00;1.57;0.20 -9791;9;3184.30;10.75;1348.00;1.57;0.16 -9792;9;1133.24;16.51;1492.00;1.57;0.32 -9793;9;2848.40;9.50;1316.00;1.57;0.24 -9794;9;3000.48;10.24;1370.00;1.57;0.22 -9795;9;4763.30;12.52;1333.00;1.57;0.20 -9796;9;1472.30;10.19;1539.00;1.57;0.22 -9797;9;2824.12;11.91;1354.00;1.57;0.20 -9798;9;4878.48;9.70;1426.00;1.57;0.28 -9799;9;3227.66;10.22;1315.00;1.57;0.18 -9800;9;2727.84;13.93;1340.00;1.57;0.20 -9801;9;1644.02;9.70;1543.00;1.57;0.22 -9802;9;1316.40;13.22;1495.00;1.57;0.40 -9803;9;4774.48;12.09;1357.00;1.57;0.26 -9804;9;1595.84;10.15;1552.00;1.57;0.20 -9805;9;3123.20;10.14;1314.00;1.57;0.20 -9806;9;3294.76;12.41;1326.00;1.57;0.20 -9807;9;5008.56;11.80;1314.00;1.57;0.16 -9808;9;1540.66;11.05;1551.00;1.57;0.26 -9809;9;3104.20;10.98;1366.00;1.57;0.20 -9810;9;1469.76;10.20;1550.00;1.57;0.28 -9811;9;3301.66;14.74;1302.00;1.57;0.26 -9812;9;2781.84;14.56;1328.00;1.57;0.24 -9813;9;2794.20;10.40;1355.00;1.57;0.16 -9814;9;954.58;9.50;1434.00;1.57;0.26 -9815;9;2695.84;9.58;1274.00;1.57;0.20 -9816;9;3542.22;14.30;1241.00;1.57;0.42 -9817;9;2672.48;9.69;1347.00;1.57;0.20 -9818;9;3172.66;12.69;1356.00;1.57;0.24 -9819;9;2690.20;9.96;1290.00;1.57;0.18 -9820;9;1617.66;12.89;1560.00;1.57;0.26 -9821;9;3096.84;11.23;1371.00;1.57;0.24 -9822;9;1272.32;10.50;1449.00;1.57;0.38 -9823;9;3402.58;10.98;1271.00;1.57;0.34 -9824;9;2847.48;11.45;1366.00;1.57;0.20 -9825;9;1516.30;10.90;1565.00;1.57;0.26 -9826;9;3024.66;9.70;1347.00;1.57;0.20 -9827;9;2732.84;12.01;1350.00;1.57;0.20 -9828;9;2754.84;13.09;1298.00;1.57;0.18 -9829;9;1304.86;10.10;1420.00;1.57;0.46 -9830;9;3343.02;12.27;1283.00;1.57;0.22 -9831;9;4727.66;9.97;1381.00;1.57;0.26 -9832;9;1676.84;9.66;1571.00;1.57;0.16 -9833;9;3249.12;9.55;1345.00;1.57;0.20 -9834;9;1543.76;9.70;1304.00;1.57;0.32 -9835;9;4697.12;10.78;1343.00;1.57;0.20 -9836;9;1583.58;11.55;1576.00;1.57;0.18 -9837;9;3137.66;12.90;1336.00;1.57;0.20 -9838;9;3018.02;13.03;1376.00;1.57;0.22 -9839;9;2701.48;11.29;1322.00;1.57;0.20 -9840;9;2793.84;12.13;1364.00;1.57;0.24 -9841;9;4794.84;13.48;1364.00;1.57;0.22 -9842;9;2786.84;12.50;1369.00;1.57;0.24 -9843;9;4621.94;10.23;1326.00;1.57;0.20 -9844;9;3326.94;12.87;1333.00;1.57;0.24 -9845;9;2867.56;9.50;1322.00;1.57;0.12 -9846;9;2724.20;12.05;1348.00;1.57;0.20 -9847;9;1659.20;10.09;1568.00;1.57;0.20 -9848;9;4759.48;11.95;1339.00;1.57;0.22 -9849;9;3124.12;13.44;1367.00;1.57;0.24 -9850;9;1662.30;10.01;1578.00;1.57;0.16 -9851;9;2949.20;12.24;1369.00;1.57;0.20 -9852;9;2758.84;12.06;1323.00;1.57;0.20 -9853;9;2846.20;12.32;1372.00;1.57;0.20 -9854;9;4725.12;11.62;1322.00;1.57;0.24 -9855;9;952.30;12.73;1447.00;1.57;0.30 -9856;9;3063.56;10.52;1330.00;1.57;0.16 -9857;9;2779.20;10.69;1366.00;1.57;0.20 -9858;9;3450.66;17.42;1306.00;1.57;0.26 -9859;9;5011.03;9.50;1345.25;1.57;0.20 -9860;9;3411.94;15.90;1298.00;1.57;0.30 -9861;9;3327.94;9.50;1301.00;1.57;0.30 -9862;9;3205.94;12.05;1358.00;1.57;0.18 -9863;9;2947.66;12.40;1335.00;1.57;0.22 -9864;9;1641.38;9.70;1535.00;1.57;0.18 -9865;9;4990.66;9.50;1326.00;1.57;0.26 -9866;9;4771.48;12.90;1370.00;1.57;0.22 -9867;9;2785.84;9.70;1462.00;1.57;0.18 -9868;9;3418.58;13.95;1320.00;1.57;0.22 -9869;9;2676.38;9.89;1297.00;1.57;0.18 -9870;9;2747.84;12.60;1357.00;1.57;0.24 -9871;9;3337.84;12.65;1337.00;1.57;0.24 -9872;9;2730.84;12.55;1367.00;1.57;0.24 -9873;9;4653.30;12.78;1353.00;1.57;0.24 -9874;9;3135.12;13.15;1369.00;1.57;0.28 -9875;9;3120.02;11.03;1344.00;1.57;0.22 -9876;9;1611.40;9.70;1473.00;1.57;0.26 -9877;9;2692.20;11.08;1315.00;1.57;0.16 -9878;9;3278.94;13.31;1292.00;1.57;0.26 -9879;9;2989.20;10.70;1388.00;1.57;0.20 -9880;9;1322.68;10.30;1632.00;1.57;0.42 -9881;9;2734.30;12.21;1311.00;1.57;0.16 -9882;9;2809.38;14.22;1377.00;1.57;0.18 -9883;9;4800.48;12.14;1378.00;1.57;0.22 -9884;9;2799.30;13.16;1379.00;1.57;0.18 -9885;9;4739.02;10.00;1354.00;1.57;0.22 -9886;9;3430.12;14.35;1328.00;1.57;0.28 -9887;9;3223.84;11.40;1324.00;1.57;0.24 -9888;9;3218.30;10.35;1364.00;1.57;0.24 -9889;9;2791.20;12.51;1298.00;1.57;0.20 -9890;9;3135.48;12.20;1377.00;1.57;0.18 -9891;9;2716.84;11.44;1285.00;1.57;0.20 -9892;9;1313.14;10.33;1563.00;1.57;0.44 -9893;9;3388.84;11.76;1269.00;1.57;0.24 -9894;9;3080.66;11.73;1385.00;1.57;0.24 -9895;9;4894.94;11.37;1385.00;1.57;0.28 -9896;9;2796.84;11.83;1320.00;1.57;0.20 -9897;9;4832.30;11.89;1383.00;1.57;0.22 -9898;9;2863.84;9.91;1392.00;1.57;0.20 -9899;9;4796.84;13.38;1345.00;1.57;0.20 -9900;9;3356.84;13.98;1340.00;1.57;0.24 -9901;9;3307.02;12.14;1311.00;1.57;0.22 -9902;9;3231.48;10.45;1364.00;1.57;0.20 -9903;9;2774.84;12.34;1296.00;1.57;0.24 -9904;9;3001.48;9.70;1358.00;1.57;0.28 -9905;9;4660.30;11.01;1333.00;1.57;0.20 -9906;9;3143.84;12.53;1380.00;1.57;0.24 -9907;9;2979.48;9.95;1391.00;1.57;0.20 -9908;9;1203.04;12.62;1466.00;1.57;0.40 -9909;9;2915.66;11.19;1395.00;1.57;0.22 -9910;9;1371.96;10.10;1589.00;1.57;0.36 -9911;9;943.30;9.80;1463.00;1.57;0.30 -9912;9;3395.22;14.07;1282.00;1.57;0.32 -9913;9;4789.76;11.79;1392.00;1.57;0.28 -9914;9;3110.48;9.50;1347.00;1.57;0.24 -9915;9;3368.48;12.79;1338.00;1.57;0.24 -9916;9;3130.48;9.94;1310.00;1.57;0.22 -9917;9;2713.48;11.34;1321.00;1.57;0.20 -9918;9;4755.48;11.89;1327.00;1.57;0.22 -9919;9;3229.12;10.00;1374.00;1.57;0.28 -9920;9;1270.68;10.40;1415.00;1.57;0.38 -9921;9;3234.76;11.77;1308.00;1.57;0.18 -9922;9;3076.20;14.04;1401.00;1.57;0.20 -9923;9;1557.84;11.54;1531.00;1.57;0.24 -9924;9;2994.30;11.54;1399.00;1.57;0.16 -9925;9;2706.84;10.56;1306.00;1.57;0.20 -9926;9;4886.76;11.62;1392.00;1.57;0.24 -9927;9;4701.12;10.50;1372.00;1.57;0.32 -9928;9;4803.66;12.13;1395.00;1.57;0.26 -9929;9;3246.84;12.06;1280.00;1.57;0.20 -9930;9;3182.12;9.78;1340.00;1.57;0.22 -9931;9;1564.86;10.56;1482.00;1.57;0.18 -9932;9;3419.04;14.52;1338.00;1.57;0.24 -9933;9;2774.84;13.56;1337.00;1.57;0.24 -9934;9;4564.86;10.06;1165.00;1.57;0.26 -9935;9;4194.48;9.84;1006.00;1.57;0.28 -9936;9;4804.66;10.48;1271.00;1.57;0.22 -9937;9;4607.48;9.70;1191.00;1.57;0.26 -9938;9;4622.48;9.55;1032.00;1.57;0.24 -9939;9;4488.58;11.78;1113.00;1.57;0.38 -9940;9;3194.48;11.04;1233.00;1.57;0.20 -9941;9;3237.40;9.63;1270.00;1.57;0.24 -9942;9;4591.48;10.85;1063.00;1.57;0.28 -9943;9;2913.22;9.60;1214.00;1.57;0.42 -9944;9;4656.66;11.67;1117.00;1.57;0.26 -9945;9;2714.66;9.70;1242.00;1.57;0.22 -9946;9;4104.94;10.32;986.00;1.57;0.34 -9947;9;3313.66;9.50;1144.00;1.57;0.26 -9948;9;4466.66;10.95;1003.00;1.57;0.26 -9949;9;1499.30;10.75;1442.00;1.57;0.30 -9950;9;4832.66;9.50;1189.00;1.57;0.26 -9951;9;4038.14;10.25;1113.00;1.57;0.44 -9952;9;4963.92;9.50;1286.00;1.57;0.12 -9953;9;4683.84;10.03;1194.00;1.57;0.24 -9954;9;3432.30;15.40;1314.00;1.57;0.30 -9955;9;4698.84;12.96;1045.00;1.57;0.24 -9956;9;4636.12;9.70;1228.00;1.57;0.22 -9957;9;3315.58;12.88;1108.00;1.57;0.36 -9958;9;4574.58;10.05;1226.00;1.57;0.20 -9959;9;4603.94;10.05;1157.00;1.57;0.34 -9960;9;2849.86;14.22;1223.00;1.57;0.40 -9961;9;4431.76;12.33;973.00;1.57;0.34 -9962;9;3269.14;11.63;619.00;1.57;0.52 -9963;9;4548.12;9.60;1002.00;1.57;0.20 -9964;9;2833.76;11.15;1254.00;1.57;0.30 -9965;9;4901.02;10.66;1212.00;1.57;0.22 -9966;9;4399.40;19.43;1170.00;1.57;0.40 -9967;9;1497.22;11.64;1455.00;1.57;0.26 -9968;9;4877.66;11.31;1227.00;1.57;0.20 -9969;9;4624.84;9.70;1303.00;1.57;0.24 -9970;9;4574.40;10.26;1056.00;1.57;0.28 -9971;9;4662.66;10.97;1238.00;1.57;0.26 -9972;9;4663.02;11.38;1106.00;1.57;0.22 -9973;9;4085.32;9.90;1082.00;1.57;0.38 -9974;9;4702.12;9.70;1138.00;1.57;0.32 -9975;9;3935.22;9.70;1021.00;1.57;0.42 -9976;9;2901.76;14.76;1245.00;1.57;0.30 -9977;9;3149.48;9.70;1151.00;1.57;0.28 -9978;9;4617.12;9.61;1025.00;1.57;0.24 -9979;9;2730.84;10.56;1262.00;1.57;0.20 -9980;9;3037.84;9.91;1177.00;1.57;0.24 -9981;9;4788.38;10.05;1293.00;1.57;0.18 -9982;9;4571.22;10.67;1071.00;1.57;0.30 -9983;9;2941.76;9.90;1187.00;1.57;0.36 -9984;9;4621.48;10.30;1105.00;1.57;0.28 -9985;9;4906.48;12.40;1239.00;1.57;0.22 -9986;9;3153.08;11.80;535.00;1.57;0.70 -9987;9;4609.66;9.70;1256.00;1.57;0.26 -9988;9;4434.12;11.68;960.00;1.57;0.30 -9989;9;3210.48;10.00;1164.00;1.57;0.24 -9990;9;3053.02;10.85;1289.00;1.57;0.22 -9991;9;4242.12;9.50;1002.00;1.57;0.32 -9992;9;3165.38;10.37;1179.00;1.57;0.18 -9993;9;4213.68;9.70;1046.00;1.57;0.36 -9994;9;2949.30;9.97;1266.00;1.57;0.30 -9995;9;4617.94;9.90;1213.00;1.57;0.24 -9996;9;1475.66;10.40;1428.00;1.57;0.26 -9997;9;4551.94;11.94;1051.00;1.57;0.26 -9998;9;4976.84;9.89;1239.00;1.57;0.24 -9999;9;4572.76;9.79;1125.00;1.57;0.36 -10000;9;4679.48;10.85;1257.00;1.57;0.28 -10001;9;4107.22;10.76;947.00;1.57;0.34 -10002;9;3338.12;10.65;1143.00;1.57;0.30 -10003;9;4614.84;9.70;1280.00;1.57;0.24 -10004;9;4487.22;10.35;1001.00;1.57;0.24 -10005;9;3297.02;9.70;1158.00;1.57;0.22 -10006;9;4514.40;10.31;1113.00;1.57;0.40 -10007;9;3235.40;9.50;1250.00;1.57;0.40 -10008;9;4645.48;10.30;1186.00;1.57;0.28 -10009;9;2729.48;11.35;1268.00;1.57;0.20 -10010;9;4639.84;9.98;1046.00;1.57;0.24 -10011;9;4823.10;9.50;1219.00;1.57;0.10 -10012;9;4648.02;11.61;1100.00;1.57;0.22 -10013;9;2721.40;10.93;1223.00;1.57;0.28 -10014;9;4667.48;11.19;1142.00;1.57;0.28 -10015;9;4954.76;12.97;1251.00;1.57;0.26 -10016;9;4447.48;10.05;958.00;1.57;0.20 -10017;9;4627.12;9.76;1168.00;1.57;0.26 -10018;9;4699.48;10.89;1270.00;1.57;0.20 -10019;9;3961.40;10.68;990.00;1.57;0.30 -10020;9;4847.84;12.53;1197.00;1.57;0.24 -10021;9;4045.86;14.21;1132.00;1.57;0.46 -10022;9;4611.84;9.83;1295.00;1.57;0.24 -10023;9;2689.68;12.39;1189.00;1.57;0.28 -10024;9;2786.20;10.09;1283.00;1.57;0.20 -10025;9;3081.90;11.30;538.00;1.57;0.78 -10026;9;2954.76;10.63;1220.00;1.57;0.32 -10027;9;3054.66;10.90;1319.00;1.57;0.20 -10028;9;3297.12;10.10;1092.00;1.57;0.32 -10029;9;1541.40;9.80;1424.00;1.57;0.32 -10030;9;4019.86;11.18;988.00;1.57;0.38 -10031;9;3282.02;9.80;1118.00;1.57;0.22 -10032;9;4937.94;10.86;1258.00;1.57;0.28 -10033;9;4263.94;12.30;999.00;1.57;0.26 -10034;9;4687.02;10.60;1162.00;1.57;0.20 -10035;9;4208.12;9.90;1021.00;1.57;0.26 -10036;9;4796.84;10.05;1277.00;1.57;0.22 -10037;9;2990.14;11.00;1153.00;1.57;0.54 -10038;9;3234.30;9.74;1277.00;1.57;0.24 -10039;9;4509.30;10.86;1060.00;1.57;0.30 -10040;9;4624.12;10.27;1205.00;1.57;0.26 -10041;9;3257.84;12.55;1282.00;1.57;0.24 -10042;9;4652.12;10.77;1087.00;1.57;0.30 -10043;9;4626.48;10.04;1239.00;1.57;0.26 -10044;9;4632.30;11.17;1142.00;1.57;0.26 -10045;9;2811.76;13.95;1229.00;1.57;0.36 -10046;9;3073.66;9.85;1154.00;1.57;0.26 -10047;9;1560.12;9.70;1428.00;1.57;0.32 -10048;9;425.02;11.63;989.00;1.57;0.22 -10049;9;3146.66;11.20;1174.00;1.57;0.26 -10050;9;4505.12;9.93;1019.00;1.57;0.28 -10051;9;1568.58;9.70;1445.00;1.57;0.32 -10052;9;4862.66;9.50;1214.00;1.57;0.20 -10053;9;4580.48;10.85;1297.00;1.57;0.26 -10054;9;4632.02;12.52;1048.00;1.57;0.22 -10055;9;4898.20;11.30;1236.00;1.57;0.20 -10056;9;3338.12;11.93;1268.00;1.57;0.32 -10057;9;4595.30;10.29;1090.00;1.57;0.30 -10058;9;4696.84;11.06;1128.00;1.57;0.24 -10059;9;2889.22;12.10;1235.00;1.57;0.32 -10060;9;4126.58;10.50;986.00;1.57;0.38 -10061;9;3230.40;10.00;1157.00;1.57;0.28 -10062;9;4584.20;9.50;1013.00;1.57;0.20 -10063;9;2746.84;9.96;1265.00;1.57;0.16 -10064;9;4617.48;9.70;1177.00;1.57;0.28 -10065;9;4769.48;10.34;1301.00;1.57;0.16 -10066;9;3951.06;10.20;1155.00;1.57;0.54 -10067;9;2985.04;10.67;1178.00;1.57;0.30 -10068;9;4634.02;9.70;1312.00;1.57;0.22 -10069;9;4672.12;9.60;1090.00;1.57;0.24 -10070;9;2698.76;9.57;1212.00;1.57;0.32 -10071;9;3082.74;10.90;632.00;1.57;0.74 -10072;9;4622.84;9.73;1252.00;1.57;0.24 -10073;9;3288.56;9.70;1154.00;1.57;0.16 -10074;9;3010.66;10.16;1284.00;1.57;0.20 -10075;9;4427.40;12.18;1000.00;1.57;0.34 -10076;9;4683.02;10.40;1172.00;1.57;0.22 -10077;9;4175.30;10.25;1030.00;1.57;0.26 -10078;9;2899.12;12.65;1261.00;1.57;0.30 -10079;9;4610.12;9.70;1203.00;1.57;0.32 -10080;9;4569.66;9.94;1042.00;1.57;0.26 -10081;9;1556.76;10.47;1465.00;1.57;0.26 -10082;9;2943.94;9.70;1205.00;1.57;0.34 -10083;9;4783.84;12.71;1309.00;1.57;0.24 -10084;9;4628.48;10.75;1080.00;1.57;0.28 -10085;9;4797.94;12.09;1240.00;1.57;0.16 -10086;9;4662.30;13.44;1132.00;1.57;0.28 -10087;9;3369.48;9.70;1228.00;1.57;0.28 -10088;9;4143.32;10.02;979.00;1.57;0.26 -10089;9;3362.38;9.50;1162.00;1.57;0.18 -10090;9;4252.40;10.72;1033.00;1.57;0.40 -10091;9;2968.48;9.70;1261.00;1.57;0.28 -10092;9;4857.84;11.03;1192.00;1.57;0.22 -10093;9;4633.48;9.60;1038.00;1.57;0.28 -10094;9;2717.20;10.60;1265.00;1.57;0.20 -10095;9;4675.20;9.70;1194.00;1.57;0.20 -10096;9;1539.94;9.97;1465.00;1.57;0.28 -10097;9;3292.68;11.04;1057.00;1.57;0.48 -10098;9;4604.02;10.42;1218.00;1.57;0.22 -10099;9;3331.22;9.68;1115.00;1.57;0.42 -10100;9;4959.02;13.03;1242.00;1.57;0.22 -10101;9;4672.02;10.80;1154.00;1.57;0.22 -10102;9;4645.12;11.20;1268.00;1.57;0.22 -10103;9;4434.58;11.49;985.00;1.57;0.28 -10104;9;3174.16;10.13;1085.00;1.57;0.76 -10105;9;4523.12;10.25;1004.00;1.57;0.20 -10106;9;3470.94;10.87;1252.00;1.57;0.34 -10107;9;2697.04;16.84;1170.00;1.57;0.44 -10108;9;3862.22;10.38;1067.00;1.57;0.42 -10109;9;2778.84;11.51;1280.00;1.57;0.24 -10110;9;4780.02;9.50;1233.00;1.57;0.22 -10111;9;2742.48;12.19;1283.00;1.57;0.20 -10112;9;4614.12;10.88;1069.00;1.57;0.32 -10113;9;2713.30;10.99;1234.00;1.57;0.16 -10114;9;4596.94;10.54;1127.00;1.57;0.32 -10115;9;4801.12;11.82;1260.00;1.57;0.24 -10116;9;4134.32;9.70;972.00;1.57;0.26 -10117;9;3083.30;10.00;1149.00;1.57;0.30 -10118;9;3905.40;9.60;1013.00;1.57;0.40 -10119;9;4636.66;9.70;1285.00;1.57;0.24 -10120;9;3190.20;11.48;1172.00;1.57;0.20 -10121;9;4554.76;10.25;1041.00;1.57;0.22 -10122;9;3246.24;9.53;1265.00;1.57;0.18 -10123;9;3125.02;10.40;1182.00;1.57;0.22 -10124;9;4793.06;10.27;1081.00;1.57;0.46 -10125;9;4941.84;9.70;1232.00;1.57;0.24 -10126;9;3305.76;11.07;1124.00;1.57;0.36 -10127;9;3250.58;9.80;1131.00;1.57;0.38 -10128;9;4953.30;13.58;1260.00;1.57;0.24 -10129;9;4444.84;10.43;977.00;1.57;0.20 -10130;9;4006.58;12.99;810.00;1.57;0.24 -10131;9;3721.42;12.03;1444.00;1.57;0.48 -10132;9;4427.76;11.67;1174.00;1.57;0.36 -10133;9;3743.68;10.74;1654.00;1.57;0.34 -10134;9;4406.66;9.62;859.00;1.57;0.26 -10135;9;4529.22;9.68;524.00;1.57;0.24 -10136;9;3706.58;10.79;1647.00;1.57;0.38 -10137;9;4495.48;12.80;894.00;1.57;0.22 -10138;9;4581.02;10.15;603.00;1.57;0.22 -10139;9;3919.22;11.40;1152.00;1.57;0.42 -10140;9;3769.96;10.50;1546.00;1.57;0.40 -10141;9;4806.84;10.29;666.00;1.57;0.24 -10142;9;3710.94;11.17;1626.00;1.57;0.34 -10143;9;4636.02;10.64;746.00;1.57;0.22 -10144;9;4494.14;12.05;1173.00;1.57;0.30 -10145;9;4637.94;9.50;786.00;1.57;0.34 -10146;9;3984.88;10.40;1393.00;1.57;0.60 -10147;9;5028.14;10.06;523.00;1.57;0.38 -10148;9;3880.32;10.43;1357.00;1.57;0.40 -10149;9;4046.48;9.70;841.00;1.57;0.28 -10150;9;4418.12;9.76;597.00;1.57;0.32 -10151;9;894.32;12.87;1601.00;1.57;0.38 -10152;9;4048.66;9.88;881.00;1.57;0.26 -10153;9;4750.48;9.50;670.00;1.57;0.28 -10154;9;4302.66;10.60;933.00;1.57;0.26 -10155;9;920.22;12.69;1676.00;1.57;0.40 -10156;9;4363.20;9.50;756.00;1.57;0.20 -10157;9;891.22;9.50;1709.00;1.57;0.38 -10158;9;4344.20;9.50;801.00;1.57;0.20 -10159;9;916.86;13.98;1560.00;1.57;0.34 -10160;9;5378.48;9.50;310.00;1.57;0.22 -10161;9;4003.24;9.80;1498.00;1.57;0.52 -10162;9;4502.48;14.30;846.00;1.57;0.18 -10163;9;3155.20;10.04;1337.00;1.57;0.20 -10164;9;3772.86;9.80;1490.00;1.57;0.46 -10165;9;4690.38;11.29;899.00;1.57;0.18 -10166;9;5174.84;9.83;573.00;1.57;0.16 -10167;9;4694.20;10.95;924.00;1.57;0.20 -10168;9;3770.78;10.80;1562.00;1.57;0.34 -10169;9;4716.12;9.85;662.00;1.57;0.16 -10170;9;3796.70;10.00;1614.00;1.57;0.46 -10171;9;4051.22;10.67;963.00;1.57;0.42 -10172;9;1202.06;16.00;1230.00;1.57;0.50 -10173;9;3932.50;10.55;1195.00;1.57;0.50 -10174;9;1698.58;12.26;1658.00;1.57;0.34 -10175;9;4687.02;11.80;515.00;1.57;0.22 -10176;9;1600.94;9.70;1832.00;1.57;0.82 -10177;9;4418.12;11.15;854.00;1.57;0.28 -10178;9;4608.58;10.29;594.00;1.57;0.34 -10179;9;3906.42;10.40;1494.00;1.57;0.48 -10180;9;4493.38;13.87;885.00;1.57;0.18 -10181;9;4651.12;9.70;662.00;1.57;0.26 -10182;9;4282.66;9.50;934.00;1.57;0.26 -10183;9;875.76;10.10;1656.00;1.57;0.30 -10184;9;4689.16;9.50;741.00;1.57;0.56 -10185;9;3716.58;16.10;1610.00;1.57;0.38 -10186;9;4720.48;9.50;798.00;1.57;0.28 -10187;9;3892.68;13.22;1328.00;1.57;0.48 -10188;9;430.20;10.14;379.00;1.57;0.20 -10189;9;3802.88;10.40;1673.00;1.57;0.38 -10190;9;3979.30;9.98;847.00;1.57;0.30 -10191;9;4632.68;11.57;510.00;1.57;0.24 -10192;9;1435.68;11.56;1442.00;1.57;0.32 -10193;9;4342.66;10.11;889.00;1.57;0.26 -10194;9;4385.12;9.55;610.00;1.57;0.32 -10195;9;4457.94;10.60;920.00;1.57;0.26 -10196;9;3748.68;10.20;1538.00;1.57;0.44 -10197;9;4740.48;11.94;661.00;1.57;0.24 -10198;9;946.06;13.01;1707.00;1.57;0.48 -10199;9;4640.94;10.30;736.00;1.57;0.24 -10200;9;3608.40;10.00;1738.00;1.57;0.32 -10201;9;4056.04;9.58;790.00;1.57;0.44 -10202;9;4006.06;10.14;1579.00;1.57;0.58 -10203;9;3111.84;9.50;1314.00;1.57;0.24 -10204;9;4467.48;10.40;842.00;1.57;0.28 -10205;9;3866.04;13.79;1289.00;1.57;0.44 -10206;9;5173.02;9.97;564.00;1.57;0.18 -10207;9;3579.20;9.88;1913.00;1.57;1.20 -10208;9;3988.94;11.05;879.00;1.57;0.34 -10209;9;4392.22;9.80;644.00;1.57;0.26 -10210;9;3967.04;11.44;928.00;1.57;0.32 -10211;9;3894.78;10.15;1555.00;1.57;0.44 -10212;9;4617.84;9.55;739.00;1.57;0.24 -10213;9;3768.24;10.70;1607.00;1.57;0.38 -10214;9;4753.74;9.50;784.00;1.57;0.14 -10215;9;4880.58;9.70;1459.00;1.57;0.30 -10216;9;3716.60;14.56;1719.00;1.57;0.60 -10217;9;4344.12;9.55;817.00;1.57;0.32 -10218;9;4030.24;9.90;1510.00;1.57;0.56 -10219;9;4758.16;9.50;521.00;1.57;0.30 -10220;9;3837.88;10.35;1483.00;1.57;0.62 -10221;9;4375.66;9.70;884.00;1.57;0.26 -10222;9;4714.96;9.50;568.00;1.57;0.42 -10223;9;4279.20;9.50;916.00;1.57;0.20 -10224;9;3725.96;9.87;1536.00;1.57;0.44 -10225;9;4409.22;9.87;638.00;1.57;0.24 -10226;9;3678.94;9.90;1586.00;1.57;0.34 -10227;9;4396.66;10.29;722.00;1.57;0.26 -10228;9;815.18;9.50;1791.00;1.57;0.78 -10229;9;4068.30;10.04;776.00;1.57;0.30 -10230;9;1686.04;12.08;1647.00;1.57;0.34 -10231;9;5134.76;12.87;494.00;1.57;0.20 -10232;9;4486.30;10.15;824.00;1.57;0.30 -10233;9;1478.42;10.14;1643.00;1.57;0.36 -10234;9;5216.20;9.64;560.00;1.57;0.20 -10235;9;4001.52;9.80;1537.00;1.57;0.42 -10236;9;4699.48;11.59;882.00;1.57;0.28 -10237;9;4626.40;10.50;635.00;1.57;0.34 -10238;9;4459.94;11.00;911.00;1.57;0.24 -10239;9;3911.24;10.00;1538.00;1.57;0.34 -10240;9;4643.12;10.77;727.00;1.57;0.24 -10241;9;4689.38;10.01;942.00;1.57;0.18 -10242;9;864.12;9.50;1695.00;1.57;0.32 -10243;9;4746.20;10.12;777.00;1.57;0.20 -10244;9;1834.96;9.80;1646.00;1.57;0.36 -10245;9;2002.94;10.53;1989.00;1.57;2.34 -10246;9;4030.76;9.85;824.00;1.57;0.26 -10247;9;1721.22;11.11;1675.00;1.57;0.40 -10248;9;5154.58;9.50;498.00;1.57;0.38 -10249;9;1573.14;10.90;1677.00;1.57;0.50 -10250;9;4379.48;9.70;877.00;1.57;0.24 -10251;9;5106.48;14.40;549.00;1.57;0.28 -10252;9;4711.20;11.28;922.00;1.57;0.20 -10253;9;3701.86;9.80;1503.00;1.57;0.46 -10254;9;1586.40;9.50;1268.00;1.57;0.40 -10255;9;4095.22;10.32;936.00;1.57;0.34 -10256;9;3726.68;10.15;1578.00;1.57;0.42 -10257;9;4476.04;13.09;1201.00;1.57;0.32 -10258;9;848.98;14.88;1770.00;1.57;0.76 -10259;9;4007.50;10.55;906.00;1.57;0.24 -10260;9;5146.58;9.50;484.00;1.57;0.20 -10261;9;4460.20;9.70;826.00;1.57;0.20 -10262;9;3660.96;9.80;1420.00;1.57;0.56 -10263;9;4671.38;9.50;569.00;1.57;0.18 -10264;9;3682.14;9.98;1463.00;1.57;0.54 -10265;9;4693.20;9.50;880.00;1.57;0.20 -10266;9;4601.30;10.30;621.00;1.57;0.30 -10267;9;4301.02;10.52;914.00;1.57;0.22 -10268;9;3867.42;10.60;1519.00;1.57;0.52 -10269;9;4598.12;10.31;703.00;1.57;0.32 -10270;9;3956.58;11.81;951.00;1.57;0.36 -10271;9;888.40;10.29;1661.00;1.57;0.40 -10272;9;4693.84;9.50;850.00;1.57;0.24 -10273;9;879.52;15.10;1766.00;1.57;0.56 -10274;9;4006.94;10.22;819.00;1.57;0.20 -10275;9;3832.68;10.30;1461.00;1.57;0.48 -10276;9;4855.22;9.85;468.00;1.57;0.22 -10277;9;3813.78;10.00;1480.00;1.57;0.48 -10278;9;4052.20;9.70;854.00;1.57;0.20 -10279;9;4460.20;9.68;550.00;1.57;0.20 -10280;9;4676.38;9.50;903.00;1.57;0.18 -10281;9;1455.58;10.37;1457.00;1.57;0.36 -10282;9;4527.12;10.20;625.00;1.57;0.32 -10283;9;4297.76;10.26;945.00;1.57;0.30 -10284;9;3781.32;10.70;1583.00;1.57;0.42 -10285;9;4580.76;9.70;707.00;1.57;0.36 -10286;9;3684.12;9.83;1659.00;1.57;0.32 -10287;9;4062.20;12.64;770.00;1.57;0.20 -10288;9;4886.12;10.20;459.00;1.57;0.32 -10289;9;4429.02;10.97;831.00;1.57;0.22 -10290;9;4007.78;10.58;1478.00;1.57;0.46 -10291;9;5300.50;10.50;488.00;1.57;0.38 -10292;9;3979.68;10.10;1499.00;1.57;0.48 -10293;9;4399.76;9.56;869.00;1.57;0.24 -10294;9;4408.94;10.05;607.00;1.57;0.34 -10295;9;3784.78;9.70;1506.00;1.57;0.52 -10296;9;4030.94;10.00;898.00;1.57;0.32 -10297;9;4388.30;9.50;695.00;1.57;0.30 -10298;9;4700.20;9.65;933.00;1.57;0.20 -10299;9;3639.12;9.80;1561.00;1.57;0.28 -10300;9;4741.02;9.85;771.00;1.57;0.22 -10301;9;3613.48;10.50;1627.00;1.57;0.28 -10302;9;4709.40;9.50;824.00;1.57;0.40 -10303;9;1495.12;10.91;1633.00;1.57;0.32 -10304;9;4487.86;12.11;1134.00;1.57;0.38 -10305;9;935.60;14.01;1595.00;1.57;0.60 -10306;9;4711.48;9.50;866.00;1.57;0.28 -10307;9;4468.84;9.66;535.00;1.57;0.20 -10308;9;3922.06;9.80;1551.00;1.57;0.40 -10309;9;4488.48;11.75;903.00;1.57;0.28 -10310;9;4559.66;10.30;605.00;1.57;0.26 -10311;9;3991.42;11.30;964.00;1.57;0.36 -10312;9;3793.32;10.10;1568.00;1.57;0.44 -10313;9;4420.98;10.30;677.00;1.57;0.54 -10314;9;3695.30;10.48;1653.00;1.57;0.30 -10315;9;4202.90;22.08;1270.00;1.57;0.82 -10316;9;4889.58;10.20;444.00;1.57;0.34 -10317;9;4438.12;9.70;818.00;1.57;0.22 -10318;9;1720.68;10.39;1650.00;1.57;0.34 -10319;9;5256.32;9.50;518.00;1.57;0.40 -10320;9;1682.40;10.78;1663.00;1.57;0.34 -10321;9;4256.68;9.50;781.00;1.57;0.48 -10322;9;4431.94;9.70;596.00;1.57;0.24 -10323;9;3197.48;10.29;1662.00;1.57;0.26 -10324;9;4012.40;11.31;937.00;1.57;0.34 -10325;9;4632.86;10.53;685.00;1.57;0.26 -10326;9;4446.48;10.49;936.00;1.57;0.28 -10327;9;938.42;11.21;1689.00;1.57;0.36 -10328;9;4775.38;10.20;767.00;1.57;0.18 -10329;9;3729.22;14.11;1627.00;1.57;0.42 -10330;9;4389.38;10.65;956.00;1.57;0.18 -10331;9;4630.94;12.97;1357.00;1.57;0.22 -10332;9;4081.16;11.28;1040.00;1.57;0.46 -10333;9;1320.96;10.20;1547.00;1.57;0.28 -10334;9;5534.76;10.00;219.00;1.57;0.32 -10335;9;4515.76;10.41;1097.00;1.57;0.36 -10336;9;5004.18;9.80;285.00;1.57;0.98 -10337;9;1311.58;10.30;1357.00;1.57;0.38 -10338;9;5021.48;10.40;446.00;1.57;0.28 -10339;9;1400.12;10.00;1561.00;1.57;0.26 -10340;9;1252.14;11.21;1496.00;1.57;0.50 -10341;9;1387.78;11.85;1608.00;1.57;0.40 -10342;9;4796.66;9.66;625.00;1.57;0.18 -10343;9;1563.22;10.90;1504.00;1.57;0.40 -10344;9;4294.76;10.78;954.00;1.57;0.30 -10345;9;2201.32;10.80;735.00;1.57;0.52 -10346;9;4392.76;13.58;1041.00;1.57;0.36 -10347;9;1954.68;9.70;310.00;1.57;0.48 -10348;9;3679.68;10.10;1357.00;1.57;0.44 -10349;9;4212.96;13.59;1080.00;1.57;0.28 -10350;9;5024.78;10.50;427.00;1.57;0.44 -10351;9;3682.52;13.90;1285.00;1.57;0.26 -10352;9;1447.78;10.20;1374.00;1.57;0.26 -10353;9;3823.78;11.31;1407.00;1.57;0.44 -10354;9;4368.58;9.87;643.00;1.57;0.38 -10355;9;1373.76;9.77;1422.00;1.57;0.36 -10356;9;4381.40;11.21;939.00;1.57;0.40 -10357;9;3749.06;11.33;1283.00;1.57;0.50 -10358;9;4138.12;10.35;1015.00;1.57;0.32 -10359;9;3664.96;9.85;1308.00;1.57;0.56 -10360;9;2071.86;11.87;505.00;1.57;0.42 -10361;9;4140.86;9.98;1069.00;1.57;0.32 -10362;9;1915.86;9.60;296.00;1.57;0.32 -10363;9;4640.60;13.09;1403.00;1.57;0.40 -10364;9;4575.12;10.40;1215.00;1.57;0.28 -10365;9;5045.48;10.04;415.00;1.57;0.28 -10366;9;3856.24;10.03;1375.00;1.57;0.48 -10367;9;4538.76;12.61;1278.00;1.57;0.36 -10368;9;4849.24;10.65;1463.00;1.57;0.32 -10369;9;4962.68;10.20;617.00;1.57;0.34 -10370;9;1346.94;10.80;1487.00;1.57;0.34 -10371;9;4350.40;10.69;957.00;1.57;0.40 -10372;9;4591.96;12.50;1400.00;1.57;0.36 -10373;9;5540.12;9.57;209.00;1.57;0.24 -10374;9;1567.86;9.83;1224.00;1.57;0.34 -10375;9;1814.42;9.80;288.00;1.57;0.46 -10376;9;4812.94;13.21;1407.00;1.57;0.32 -10377;9;4544.48;9.95;1086.00;1.57;0.28 -10378;9;5039.78;10.42;401.00;1.57;0.26 -10379;9;4818.04;10.60;1444.00;1.57;0.44 -10380;9;1469.58;10.15;1369.00;1.57;0.38 -10381;9;1649.94;11.15;1618.00;1.57;0.30 -10382;9;4375.58;9.77;632.00;1.57;0.24 -10383;9;3402.04;11.35;1206.00;1.57;0.42 -10384;9;4393.86;10.30;932.00;1.57;0.34 -10385;9;3632.32;9.85;1258.00;1.57;0.28 -10386;9;4292.76;9.87;1009.00;1.57;0.32 -10387;9;974.04;13.50;1456.00;1.57;0.36 -10388;9;5122.58;10.94;165.00;1.57;0.38 -10389;9;4190.32;11.80;1072.00;1.57;0.36 -10390;9;1841.88;9.80;293.00;1.57;0.68 -10391;9;1331.88;10.20;1534.00;1.57;0.36 -10392;9;2166.78;10.65;651.00;1.57;0.58 -10393;9;1385.76;10.10;1561.00;1.57;0.36 -10394;9;1507.48;10.60;1431.00;1.57;0.28 -10395;9;3720.14;9.65;1389.00;1.57;0.42 -10396;9;4973.96;11.12;602.00;1.57;0.36 -10397;9;4602.48;13.55;1345.00;1.57;0.28 -10398;9;4376.12;9.99;917.00;1.57;0.32 -10399;9;3438.12;13.61;1304.00;1.57;0.32 -10400;9;3234.98;14.25;227.00;1.57;0.70 -10401;9;4076.32;10.30;1002.00;1.57;0.34 -10402;9;1861.68;9.70;283.00;1.57;0.48 -10403;9;3471.66;15.46;1344.00;1.57;0.26 -10404;9;4520.02;10.14;1061.00;1.57;0.22 -10405;9;2024.50;10.95;424.00;1.57;0.40 -10406;9;3657.96;10.04;1354.00;1.57;0.56 -10407;9;1484.22;10.30;1367.00;1.57;0.34 -10408;9;3941.24;15.45;1356.00;1.57;0.48 -10409;9;4832.68;10.25;598.00;1.57;0.36 -10410;9;1386.76;10.30;1412.00;1.57;0.36 -10411;9;4373.94;9.80;902.00;1.57;0.30 -10412;9;1565.76;9.88;1492.00;1.57;0.24 -10413;9;4364.78;12.77;1007.00;1.57;0.36 -10414;9;3756.96;9.82;1302.00;1.57;0.56 -10415;9;3097.64;10.50;128.00;1.57;1.04 -10416;9;4208.12;9.86;1058.00;1.57;0.32 -10417;9;3929.60;18.78;1276.00;1.57;0.56 -10418;9;1816.16;9.80;269.00;1.57;0.50 -10419;9;2182.14;10.16;620.00;1.57;0.46 -10420;9;3808.60;12.05;1371.00;1.57;0.60 -10421;9;4566.76;13.07;1258.00;1.57;0.32 -10422;9;936.58;14.03;1548.00;1.57;0.38 -10423;9;5010.50;11.35;594.00;1.57;0.50 -10424;9;4546.50;13.25;1340.00;1.57;0.46 -10425;9;4410.12;10.10;902.00;1.57;0.32 -10426;9;4666.60;10.99;1381.00;1.57;0.26 -10427;9;5099.04;10.56;149.00;1.57;0.44 -10428;9;4118.40;10.59;995.00;1.57;0.40 -10429;9;4666.68;12.14;1408.00;1.57;0.42 -10430;9;5139.76;10.60;238.00;1.57;0.36 -10431;9;4495.76;11.62;1053.00;1.57;0.36 -10432;9;2095.32;12.80;498.00;1.57;0.40 -10433;9;4776.14;10.21;1425.00;1.57;0.30 -10434;9;4594.58;9.70;1187.00;1.57;0.26 -10435;9;3716.40;9.90;1372.00;1.57;0.40 -10436;9;4938.42;15.87;590.00;1.57;0.42 -10437;9;1516.58;10.38;1404.00;1.57;0.38 -10438;9;4407.58;10.00;889.00;1.57;0.24 -10439;9;1547.58;11.38;1483.00;1.57;0.18 -10440;9;1664.52;9.50;1216.00;1.57;0.52 -10441;9;1527.12;10.68;1517.00;1.57;0.30 -10442;9;3106.44;12.10;165.00;1.57;0.84 -10443;9;4196.48;9.85;1058.00;1.57;0.28 -10444;9;5007.12;10.94;1376.00;1.57;0.32 -10445;9;5150.68;12.61;228.00;1.57;0.34 -10446;9;4583.30;10.50;1179.00;1.57;0.30 -10447;9;1991.52;10.05;368.00;1.57;0.72 -10448;9;1458.58;10.00;1524.00;1.57;0.28 -10449;9;1382.58;10.30;1389.00;1.57;0.38 -10450;9;4696.48;10.29;595.00;1.57;0.28 -10451;9;4525.60;13.50;1322.00;1.57;0.40 -10452;9;3832.42;10.49;1441.00;1.57;0.52 -10453;9;4460.02;9.80;875.00;1.57;0.22 -10454;9;3547.94;14.61;1304.00;1.57;0.34 -10455;9;5075.60;9.90;131.00;1.57;0.38 -10456;9;4380.96;12.29;968.00;1.57;0.22 -10457;9;1395.94;10.78;1531.00;1.57;0.34 -10458;9;5151.68;12.25;217.00;1.57;0.36 -10459;9;4461.94;11.47;1038.00;1.57;0.34 -10460;9;5097.22;10.50;330.00;1.57;0.42 -10461;9;1428.76;10.42;1555.00;1.57;0.26 -10462;9;4588.50;9.80;1165.00;1.57;0.26 -10463;9;4837.22;10.40;1442.00;1.57;0.30 -10464;9;4676.48;11.24;595.00;1.57;0.26 -10465;9;1525.30;9.80;1410.00;1.57;0.30 -10466;9;4912.76;10.62;1468.00;1.57;0.32 -10467;9;4421.76;9.82;872.00;1.57;0.24 -10468;9;1533.04;12.93;1474.00;1.57;0.26 -10469;9;4089.12;12.28;966.00;1.57;0.32 -10470;9;3783.96;10.00;1330.00;1.57;0.48 -10471;9;4111.94;12.49;1039.00;1.57;0.34 -10472;9;3474.76;14.77;1331.00;1.57;0.24 -10473;9;4708.38;10.90;240.00;1.57;0.72 -10474;9;4539.76;12.38;1177.00;1.57;0.36 -10475;9;5120.40;9.80;306.00;1.57;0.40 -10476;9;3788.14;12.41;1230.00;1.57;0.54 -10477;9;1366.40;10.50;1456.00;1.57;0.40 -10478;9;1383.58;10.38;1577.00;1.57;0.38 -10479;9;4558.12;10.26;526.00;1.57;0.24 -10480;9;4582.94;13.79;1317.00;1.57;0.34 -10481;9;1688.12;12.27;1629.00;1.57;0.32 -10482;9;1584.96;9.59;998.00;1.57;0.52 -10483;9;964.48;12.34;1445.00;1.57;0.28 -10484;9;1711.24;9.92;1176.00;1.57;0.36 -10485;9;3704.88;9.76;1354.00;1.57;0.54 -10486;9;4285.04;10.45;1039.00;1.57;0.44 -10487;9;5106.58;10.50;307.00;1.57;0.38 -10488;9;3908.88;14.36;1336.00;1.57;0.48 -10489;9;1542.94;9.60;1317.00;1.57;0.34 -10490;9;4367.16;14.55;1254.00;1.57;0.60 -10491;9;4543.58;11.77;529.00;1.57;0.20 -10492;9;1492.30;10.03;1407.00;1.57;0.30 -10493;9;3203.48;10.50;1671.00;1.57;0.28 -10494;9;1600.76;9.70;955.00;1.57;0.36 -10495;9;1527.12;10.90;1461.00;1.57;0.32 -10496;9;4397.48;10.80;961.00;1.57;0.28 -10497;9;3451.12;15.84;1290.00;1.57;0.32 -10498;9;1534.32;9.70;1233.00;1.57;0.36 -10499;9;4634.86;12.90;1386.00;1.57;0.38 -10500;9;5129.32;10.68;209.00;1.57;0.34 -10501;9;4598.66;10.40;1106.00;1.57;0.26 -10502;9;1897.60;9.65;326.00;1.57;0.56 -10503;9;4810.40;10.75;1418.00;1.57;0.32 -10504;9;1302.40;10.35;1376.00;1.57;0.40 -10505;9;4998.48;9.70;518.00;1.57;0.28 -10506;9;3900.96;10.70;1405.00;1.57;0.48 -10507;9;4550.68;14.55;1312.00;1.57;0.32 -10508;9;3861.24;10.35;1433.00;1.57;0.58 -10509;9;4317.68;13.12;723.00;1.57;0.32 -10510;9;3686.34;12.60;1296.00;1.57;0.46 -10511;9;4039.40;10.50;959.00;1.57;0.34 -10512;9;5021.04;10.28;1379.00;1.57;0.34 -10513;9;2074.50;11.85;490.00;1.57;0.34 -10514;9;4250.40;11.01;1049.00;1.57;0.36 -10515;9;1869.88;9.70;317.00;1.57;0.66 -10516;9;1343.32;11.19;1547.00;1.57;0.28 -10517;9;4548.22;10.08;1116.00;1.57;0.32 -10518;9;4893.40;10.05;426.00;1.57;0.32 -10519;9;4854.76;11.52;1438.00;1.57;0.36 -10520;9;1436.30;9.77;1378.00;1.57;0.30 -10521;9;4896.76;10.27;1470.00;1.57;0.36 -10522;9;4348.86;9.77;676.00;1.57;0.38 -10523;9;3558.68;14.50;1251.00;1.57;0.34 -10524;9;4491.60;10.80;1635.00;1.57;0.60 -10525;9;3220.56;12.59;285.00;1.57;0.96 -10526;9;1372.22;10.39;1627.00;1.57;0.38 -10527;9;1027.50;10.85;2032.00;1.57;0.92 -10528;9;4461.70;12.24;1547.00;1.57;0.56 -10529;9;3989.70;10.39;1705.00;1.57;0.70 -10530;9;3925.68;16.95;1350.00;1.57;0.48 -10531;9;4130.62;13.30;1534.00;1.57;0.76 -10532;9;1242.78;11.57;1530.00;1.57;0.50 -10533;9;4054.72;10.30;1737.00;1.57;0.76 -10534;9;1837.26;10.40;1762.00;1.57;0.80 -10535;9;1111.42;15.55;1552.00;1.57;0.40 -10536;9;3982.74;9.80;1872.00;1.57;1.14 -10537;9;4062.26;9.95;1593.00;1.57;0.56 -10538;9;3154.36;12.80;397.00;1.57;0.96 -10539;9;4211.80;16.50;1480.00;1.57;0.52 -10540;9;5266.48;11.30;1842.00;1.57;3.16 -10541;9;4695.36;11.28;1575.00;1.57;0.54 -10542;9;3820.60;10.14;1649.00;1.57;0.36 -10543;9;4385.72;15.21;1560.00;1.57;0.66 -10544;9;4257.56;10.60;1709.00;1.57;0.68 -10545;9;4152.90;12.94;1358.00;1.57;0.46 -10546;9;4063.80;9.80;1573.00;1.57;0.50 -10547;9;4011.24;10.50;1398.00;1.57;0.56 -10548;9;804.56;12.06;1824.00;1.57;1.16 -10549;9;4355.06;13.22;1607.00;1.57;0.52 -10550;9;4031.16;10.90;1434.00;1.57;0.50 -10551;9;3718.26;12.16;1805.00;1.57;0.78 -10552;9;1098.06;12.22;1738.00;1.57;0.66 -10553;9;5066.68;11.31;90.00;1.57;0.42 -10554;9;4463.98;14.14;1507.00;1.57;0.74 -10555;9;4063.78;10.40;1644.00;1.57;0.48 -10556;9;1001.52;15.10;1607.00;1.57;0.64 -10557;9;4582.38;10.41;1780.00;1.57;1.18 -10558;9;4420.72;12.83;1365.00;1.57;0.64 -10559;9;4666.90;11.72;1573.00;1.57;0.68 -10560;9;4293.36;13.62;1403.00;1.57;0.60 -10561;9;4081.82;10.26;1810.00;1.57;0.72 -10562;9;4333.98;13.94;1592.00;1.57;0.52 -10563;9;4265.52;14.14;1461.00;1.57;0.62 -10564;9;4034.98;9.70;1944.00;1.57;1.74 -10565;9;4634.34;11.62;1617.00;1.57;0.64 -10566;9;3289.14;11.95;251.00;1.57;0.54 -10567;9;4710.44;11.90;1502.00;1.57;0.62 -10568;9;3924.06;9.80;1615.00;1.57;0.52 -10569;9;1262.88;10.76;1608.00;1.57;0.56 -10570;9;4329.78;10.81;1663.00;1.57;0.58 -10571;9;4979.14;9.81;1556.00;1.57;0.52 -10572;9;4926.98;10.82;1717.00;1.57;1.32 -10573;9;1087.50;16.20;1476.00;1.57;0.48 -10574;9;4628.62;12.96;1573.00;1.57;0.68 -10575;9;4543.06;12.05;1431.00;1.57;0.66 -10576;9;4169.80;9.90;1738.00;1.57;0.62 -10577;9;4930.08;10.50;1601.00;1.57;0.88 -10578;9;4569.52;12.49;1468.00;1.57;0.42 -10579;9;3646.08;9.80;1829.00;1.57;0.74 -10580;9;4194.90;12.46;1614.00;1.57;0.54 -10581;9;5081.76;13.21;99.00;1.57;0.36 -10582;9;1053.42;9.50;1572.00;1.57;0.42 -10583;9;4593.26;12.22;1674.00;1.57;0.64 -10584;9;4052.04;10.00;1511.00;1.57;0.44 -10585;9;1224.68;10.60;1922.00;1.57;1.48 -10586;9;1417.04;10.45;1482.00;1.57;0.26 -10587;9;1160.88;12.13;1646.00;1.57;0.38 -10588;9;1155.42;17.94;1522.00;1.57;0.40 -10589;9;4744.16;10.25;1811.00;1.57;1.12 -10590;9;4878.60;10.69;1608.00;1.57;0.58 -10591;9;1007.78;16.30;1530.00;1.57;0.58 -10592;9;3897.72;9.80;1806.00;1.57;0.60 -10593;9;1082.24;12.82;1708.00;1.57;0.54 -10594;9;3259.80;13.37;476.00;1.57;0.80 -10595;9;1285.68;10.60;1607.00;1.57;0.48 -10596;9;4460.26;11.47;1638.00;1.57;0.74 -10597;9;4315.70;15.14;1525.00;1.57;0.54 -10598;9;4932.56;12.49;1655.00;1.57;0.82 -10599;9;1408.80;10.05;1671.00;1.57;0.54 -10600;9;3914.70;9.80;1669.00;1.57;0.62 -10601;9;3876.40;10.29;1346.00;1.57;0.36 -10602;9;1022.78;17.67;1630.00;1.57;0.58 -10603;9;3937.44;10.30;1389.00;1.57;0.56 -10604;9;3830.62;9.70;1716.00;1.57;0.66 -10605;9;1343.00;10.40;1864.00;1.57;1.56 -10606;9;1247.88;11.30;1549.00;1.57;0.34 -10607;9;4202.96;10.40;1871.00;1.57;1.52 -10608;9;4780.54;10.89;1655.00;1.57;0.88 -10609;9;5575.30;12.17;155.00;1.57;0.30 -10610;9;4113.80;10.73;1462.00;1.57;0.46 -10611;9;1147.34;13.06;1755.00;1.57;0.74 -10612;9;4623.06;11.95;1497.00;1.57;0.60 -10613;9;4172.34;9.80;1676.00;1.57;0.74 -10614;9;4187.26;12.48;1359.00;1.57;0.66 -10615;9;1416.76;10.10;1456.00;1.57;0.30 -10616;9;4466.50;13.05;1079.00;1.57;0.40 -10617;9;4092.36;10.05;1703.00;1.57;0.70 -10618;9;1301.04;10.27;1668.00;1.57;0.44 -10619;9;4032.06;10.50;1414.00;1.57;0.52 -10620;9;3853.82;10.30;1794.00;1.57;0.66 -10621;9;1543.06;10.70;1743.00;1.57;0.66 -10622;9;5091.58;9.94;86.00;1.57;0.28 -10623;9;4379.88;14.38;1488.00;1.57;0.68 -10624;9;1106.52;13.74;1702.00;1.57;0.60 -10625;9;959.60;14.48;1590.00;1.57;0.48 -10626;9;3977.96;9.80;1652.00;1.57;0.56 -10627;9;4284.08;14.63;1544.00;1.57;0.46 -10628;9;4435.46;10.40;1745.00;1.57;1.06 -10629;9;4476.50;13.35;1351.00;1.57;0.50 -10630;9;3988.70;10.15;1552.00;1.57;0.42 -10631;9;4389.78;10.40;1768.00;1.57;1.12 -10632;9;4468.70;13.56;1404.00;1.57;0.70 -10633;9;3943.32;10.33;1567.00;1.57;0.52 -10634;9;4297.34;13.35;1426.00;1.57;0.54 -10635;9;4142.82;9.80;1830.00;1.57;1.02 -10636;9;2180.72;14.83;2019.00;1.57;1.36 -10637;9;5076.76;9.77;79.00;1.57;0.36 -10638;9;4676.26;12.73;1476.00;1.57;0.84 -10639;9;4228.50;10.50;1638.00;1.57;0.50 -10640;9;1143.24;15.17;1580.00;1.57;0.64 -10641;9;4800.64;10.51;1788.00;1.57;1.04 -10642;9;1159.50;17.20;1475.00;1.57;0.44 -10643;9;4618.16;11.93;1599.00;1.57;0.58 -10644;9;899.98;12.17;1811.00;1.57;0.76 -10645;9;1111.60;14.78;1472.00;1.57;0.60 -10646;9;4260.44;12.55;1562.00;1.57;0.64 -10647;9;4567.08;12.92;1449.00;1.57;0.60 -10648;9;3744.50;10.30;1738.00;1.57;0.50 -10649;9;4219.14;11.11;1594.00;1.57;0.54 -10650;9;5509.04;9.50;114.00;1.57;0.44 -10651;9;1032.32;14.12;1540.00;1.57;0.52 -10652;9;4115.32;10.80;1614.00;1.57;0.42 -10653;9;4032.88;10.00;1491.00;1.57;0.36 -10654;9;4532.08;12.27;1675.00;1.57;0.46 -10655;9;4819.04;10.45;1516.00;1.57;0.44 -10656;9;1193.98;10.57;1809.00;1.57;0.78 -10657;9;1483.58;11.24;1472.00;1.57;0.30 -10658;9;4529.44;11.90;1568.00;1.57;0.70 -10659;9;3943.90;10.09;1702.00;1.57;0.52 -10660;9;3909.60;13.81;1357.00;1.57;0.60 -10661;9;4373.52;13.89;1590.00;1.57;0.72 -10662;9;1054.78;17.08;1522.00;1.57;0.58 -10663;9;4063.92;9.80;1785.00;1.57;0.72 -10664;9;4378.60;11.40;1620.00;1.57;0.60 -10665;9;5049.70;9.50;37.00;1.57;0.50 -10666;9;1308.68;10.40;1584.00;1.57;0.44 -10667;9;4824.92;11.65;1652.00;1.57;0.86 -10668;9;3168.28;12.40;215.00;1.57;1.08 -10669;9;4267.62;12.90;1499.00;1.57;0.44 -10670;9;3890.14;9.78;1658.00;1.57;0.52 -10671;9;3842.68;11.20;1307.00;1.57;0.32 -10672;9;1054.60;16.59;1621.00;1.57;0.58 -10673;9;4163.62;9.80;1713.00;1.57;0.74 -10674;9;4155.90;10.54;1401.00;1.57;0.56 -10675;9;4761.52;11.39;1545.00;1.57;0.72 -10676;9;1295.78;10.60;1554.00;1.57;0.56 -10677;9;3737.72;15.16;1847.00;1.57;0.92 -10678;9;4772.80;10.23;1597.00;1.57;0.72 -10679;9;408.08;12.62;1994.00;1.57;0.88 -10680;9;4050.16;10.99;1451.00;1.57;0.50 -10681;9;4654.46;12.20;1632.00;1.57;0.70 -10682;9;5094.40;10.59;134.00;1.57;0.40 -10683;9;4560.34;12.76;1520.00;1.57;0.62 -10684;9;1053.64;12.50;1773.00;1.57;0.72 -10685;9;1280.96;10.50;1663.00;1.57;0.44 -10686;9;4150.06;10.10;1684.00;1.57;0.58 -10687;9;959.24;10.17;1661.00;1.57;0.26 -10688;9;4467.36;10.50;1774.00;1.57;0.96 -10689;9;4392.16;13.99;1380.00;1.57;0.76 -10690;9;932.32;11.48;1662.00;1.57;0.38 -10691;9;4151.62;12.10;1421.00;1.57;0.58 -10692;9;3926.16;9.70;1756.00;1.57;0.50 -10693;9;966.76;11.56;1708.00;1.57;0.36 -10694;9;273.10;9.50;1861.00;1.57;1.10 -10695;9;4283.80;13.96;1445.00;1.57;0.50 -10696;9;3955.70;10.40;1629.00;1.57;0.52 -10697;9;3165.10;13.15;151.00;1.57;0.86 -10698;9;4828.68;11.10;1486.00;1.57;0.48 -10699;9;4415.08;10.92;1697.00;1.57;0.82 -10700;9;1626.52;10.20;1685.00;1.57;0.56 -10701;9;4840.94;10.90;1784.00;1.57;1.32 -10702;9;1252.50;11.10;1459.00;1.57;0.34 -10703;9;816.18;13.69;2013.00;1.57;1.70 -10704;9;4419.80;14.30;1430.00;1.57;0.52 -10705;9;4188.70;9.80;1750.00;1.57;0.70 -10706;9;1160.42;11.83;1690.00;1.57;0.56 -10707;9;623.46;9.50;1954.00;1.57;0.64 -10708;9;4579.88;11.73;1488.00;1.57;0.52 -10709;9;1223.52;11.55;1695.00;1.57;0.54 -10710;9;5580.76;10.57;170.00;1.57;0.34 -10711;9;1130.60;14.36;1600.00;1.57;0.46 -10712;9;4202.88;10.76;1631.00;1.57;0.50 -10713;9;4154.36;14.70;1514.00;1.57;0.80 -10714;9;4718.84;11.80;1707.00;1.57;0.70 -10715;9;1744.10;11.36;1754.00;1.57;1.02 -10716;9;3738.86;10.34;1718.00;1.57;0.46 -10717;9;1333.48;10.20;1519.00;1.57;0.28 -10718;9;1458.18;10.90;1724.00;1.57;0.66 -10719;9;1303.60;10.40;1648.00;1.57;0.50 -10720;9;3779.52;10.25;1732.00;1.57;0.72 -10721;9;1302.38;9.80;2012.00;1.57;1.72 -10722;9;4849.50;10.40;1478.00;1.57;0.50 -10723;9;3708.00;9.80;1873.00;1.57;0.92 -10724;9;4455.32;14.34;1304.00;1.57;0.50 -10725;9;2728.96;10.30;962.00;1.57;1.36 -10726;9;4384.86;14.26;1099.00;1.57;0.46 -10727;9;1439.32;10.40;1497.00;1.57;0.30 -10728;9;1463.52;12.10;1081.00;1.57;0.64 -10729;9;3991.22;11.02;1152.00;1.57;0.40 -10730;9;1249.44;10.40;1146.00;1.57;0.56 -10731;9;2771.90;12.01;1154.00;1.57;0.90 -10732;9;1281.14;12.57;1190.00;1.57;0.54 -10733;9;4474.50;14.35;1223.00;1.57;0.30 -10734;9;3382.90;13.40;763.00;1.57;0.86 -10735;9;3873.24;9.91;1108.00;1.57;0.48 -10736;9;1787.82;10.60;983.00;1.57;0.68 -10737;9;3877.16;18.63;1231.00;1.57;0.50 -10738;9;1207.24;14.57;1265.00;1.57;0.64 -10739;9;3218.52;11.24;871.00;1.57;0.72 -10740;9;1156.70;12.74;1386.00;1.57;0.42 -10741;9;4266.08;21.19;1143.00;1.57;0.72 -10742;9;3792.60;10.10;1284.00;1.57;0.56 -10743;9;3329.32;10.55;884.00;1.57;0.52 -10744;9;3476.34;10.30;1164.00;1.57;0.74 -10745;9;3310.60;10.70;989.00;1.57;0.60 -10746;9;1207.68;13.13;1312.00;1.57;0.48 -10747;9;1643.06;12.19;947.00;1.57;0.66 -10748;9;3452.14;12.65;1030.00;1.57;0.54 -10749;9;2911.66;11.90;1049.00;1.57;1.92 -10750;9;4332.00;14.50;1263.00;1.57;0.48 -10751;9;4105.96;10.12;1073.00;1.57;0.32 -10752;9;3481.42;9.50;871.00;1.57;0.62 -10753;9;1420.12;10.30;1443.00;1.57;0.32 -10754;9;3111.54;10.10;1101.00;1.57;0.94 -10755;9;4182.18;22.05;1197.00;1.57;0.98 -10756;9;4012.50;10.70;896.00;1.57;0.32 -10757;9;4530.76;12.19;1151.00;1.57;0.34 -10758;9;2932.26;10.60;876.00;1.57;0.80 -10759;9;3696.42;13.12;1185.00;1.57;0.52 -10760;9;3704.52;12.75;1023.00;1.57;0.52 -10761;9;3417.80;10.10;651.00;1.57;0.64 -10762;9;2689.80;10.31;747.00;1.57;0.80 -10763;9;4451.40;13.80;1098.00;1.57;0.40 -10764;9;3216.18;11.96;761.00;1.57;0.98 -10765;9;1078.96;10.42;1354.00;1.57;0.56 -10766;9;3216.62;11.42;613.00;1.57;0.82 -10767;9;1840.68;9.70;1015.00;1.57;0.48 -10768;9;3617.32;16.55;1249.00;1.57;0.46 -10769;9;1249.60;10.19;1290.00;1.57;0.60 -10770;9;4374.70;12.85;1326.00;1.57;0.60 -10771;9;2660.08;9.95;915.00;1.57;0.72 -10772;9;3965.24;9.90;1150.00;1.57;0.54 -10773;9;1282.62;16.20;1151.00;1.57;0.46 -10774;9;3545.32;9.70;1184.00;1.57;0.52 -10775;9;3433.20;12.48;751.00;1.57;0.72 -10776;9;4380.50;11.80;1009.00;1.57;0.50 -10777;9;3478.06;13.05;817.00;1.57;0.58 -10778;9;1304.32;10.40;1404.00;1.57;0.34 -10779;9;2636.64;10.10;1049.00;1.57;1.04 -10780;9;2991.44;10.40;882.00;1.57;0.84 -10781;9;3887.96;12.08;1249.00;1.57;0.44 -10782;9;3768.16;13.71;1100.00;1.57;0.74 -10783;9;1033.36;10.54;1407.00;1.57;0.56 -10784;9;3345.60;10.70;898.00;1.57;0.60 -10785;9;3138.42;9.75;1130.00;1.57;0.56 -10786;9;3475.80;13.08;973.00;1.57;0.80 -10787;9;4389.78;19.35;1196.00;1.57;0.56 -10788;9;2765.28;10.20;931.00;1.57;0.60 -10789;9;3844.08;14.32;1194.00;1.57;0.64 -10790;9;1621.68;12.30;937.00;1.57;0.48 -10791;9;3579.96;10.10;1052.00;1.57;0.56 -10792;9;1706.16;10.00;909.00;1.57;0.90 -10793;9;3502.86;10.50;1220.00;1.57;0.46 -10794;9;4021.04;10.02;1110.00;1.57;0.44 -10795;9;3298.86;10.73;856.00;1.57;0.46 -10796;9;4301.62;18.56;1275.00;1.57;0.58 -10797;9;3603.06;10.07;1128.00;1.57;0.66 -10798;9;1268.32;10.80;1464.00;1.57;0.42 -10799;9;3991.40;11.05;901.00;1.57;0.40 -10800;9;1188.32;12.54;1310.00;1.57;0.52 -10801;9;4055.14;11.10;1025.00;1.57;0.46 -10802;9;4053.26;22.81;1204.00;1.57;0.86 -10803;9;2729.28;9.89;740.00;1.57;0.52 -10804;9;3455.68;10.25;1257.00;1.57;0.46 -10805;9;2965.88;10.50;877.00;1.57;0.68 -10806;9;3743.86;15.92;1225.00;1.57;0.46 -10807;9;4020.52;10.50;1081.00;1.57;0.44 -10808;9;4020.48;10.65;844.00;1.57;0.28 -10809;9;1120.88;13.36;1379.00;1.57;0.68 -10810;9;4270.96;16.40;1116.00;1.57;0.44 -10811;9;3476.42;10.30;1266.00;1.57;0.38 -10812;9;2670.64;10.10;890.00;1.57;0.68 -10813;9;3873.06;11.04;1123.00;1.57;0.42 -10814;9;2602.08;12.15;952.00;1.57;0.88 -10815;9;3426.36;11.90;1160.00;1.57;0.72 -10816;9;4001.12;10.80;1038.00;1.57;0.32 -10817;9;4356.98;20.62;1205.00;1.57;0.46 -10818;9;3568.88;10.58;773.00;1.57;0.68 -10819;9;4433.22;16.81;1092.00;1.57;0.42 -10820;9;2959.34;14.61;798.00;1.57;0.74 -10821;9;3989.36;19.46;1251.00;1.57;0.76 -10822;9;4501.30;10.97;1120.00;1.57;0.30 -10823;9;1814.52;9.90;1013.00;1.57;0.68 -10824;9;1435.50;11.05;1454.00;1.57;0.26 -10825;9;4080.44;17.79;1134.00;1.57;0.64 -10826;9;3907.32;19.39;1241.00;1.57;0.52 -10827;9;3246.64;10.70;836.00;1.57;0.76 -10828;9;3669.24;14.65;1176.00;1.57;0.56 -10829;9;2653.62;10.80;858.00;1.57;0.68 -10830;9;1144.06;14.29;1329.00;1.57;0.56 -10831;9;2932.88;9.78;742.00;1.57;0.68 -10832;9;1238.16;10.66;1165.00;1.57;0.44 -10833;9;3506.86;14.08;810.00;1.57;0.44 -10834;9;4272.08;16.72;1270.00;1.57;0.70 -10835;9;3407.86;11.65;1065.00;1.57;0.46 -10836;9;2780.54;10.35;843.00;1.57;0.94 -10837;9;3603.40;13.00;1241.00;1.57;0.38 -10838;9;2677.92;10.30;1057.00;1.57;1.12 -10839;9;4218.34;14.10;1392.00;1.57;0.38 -10840;9;3482.98;10.86;895.00;1.57;0.52 -10841;9;4404.58;14.82;1143.00;1.57;0.38 -10842;9;1374.78;16.45;1115.00;1.57;0.50 -10843;9;3938.24;10.11;1134.00;1.57;0.50 -10844;9;3308.52;10.25;1016.00;1.57;0.50 -10845;9;3349.98;9.92;483.00;1.57;0.78 -10846;9;1596.52;16.24;887.00;1.57;0.70 -10847;9;3912.22;10.31;1078.00;1.57;0.42 -10848;9;1054.96;9.70;1353.00;1.57;0.56 -10849;9;1811.76;10.70;949.00;1.57;0.82 -10850;9;3533.78;10.40;1107.00;1.57;0.58 -10851;9;3291.06;11.62;833.00;1.57;0.60 -10852;9;3855.88;16.49;1245.00;1.57;0.50 -10853;9;1177.88;15.88;1269.00;1.57;0.52 -10854;9;4474.58;14.56;1303.00;1.57;0.38 -10855;9;1722.52;12.24;1028.00;1.57;0.56 -10856;9;4323.52;20.75;1174.00;1.57;0.72 -10857;9;3183.28;11.85;799.00;1.57;0.86 -10858;9;3201.34;11.60;580.00;1.57;0.74 -10859;9;3324.74;11.30;748.00;1.57;1.02 -10860;9;3350.52;11.75;634.00;1.57;0.62 -10861;9;1290.40;10.50;1393.00;1.57;0.40 -10862;9;2790.06;10.16;746.00;1.57;0.54 -10863;9;4336.68;13.08;1051.00;1.57;0.48 -10864;9;1618.44;9.80;1006.00;1.57;0.56 -10865;9;4229.90;21.29;1272.00;1.57;0.90 -10866;9;3899.96;9.70;1096.00;1.57;0.52 -10867;9;1185.40;13.09;1439.00;1.57;0.40 -10868;9;2793.78;10.35;971.00;1.57;1.52 -10869;9;3207.26;9.80;1110.00;1.57;0.60 -10870;9;3511.00;11.95;963.00;1.57;0.70 -10871;9;1146.88;16.24;1284.00;1.57;0.58 -10872;9;3999.68;10.44;997.00;1.57;0.48 -10873;9;3675.78;12.17;1202.00;1.57;0.58 -10874;9;2006.84;9.56;839.00;1.57;1.24 -10875;9;2562.30;9.80;1017.00;1.57;1.24 -10876;9;3490.50;9.95;1179.00;1.57;0.50 -10877;9;3287.72;11.20;780.00;1.57;0.92 -10878;9;4143.04;11.05;1079.00;1.57;0.28 -10879;9;1821.80;10.20;981.00;1.57;0.80 -10880;9;4489.42;14.45;1274.00;1.57;0.40 -10881;9;3649.24;13.37;1126.00;1.57;0.64 -10882;9;3439.94;12.68;1247.00;1.57;0.34 -10883;9;3125.36;11.09;691.00;1.57;0.42 -10884;9;2970.12;11.30;1125.00;1.57;1.12 -10885;9;4117.72;12.30;1313.00;1.57;0.92 -10886;9;1381.08;9.85;1099.00;1.57;0.40 -10887;9;3960.32;11.04;1183.00;1.57;0.38 -10888;9;1597.90;11.10;843.00;1.57;0.78 -10889;9;1312.96;9.80;1157.00;1.57;0.52 -10890;9;3707.16;12.38;1205.00;1.57;0.46 -10891;9;3578.42;11.35;805.00;1.57;0.58 -10892;9;3459.16;12.11;1059.00;1.57;0.72 -10893;9;3063.76;10.80;967.00;1.57;1.36 -10894;9;1177.06;13.35;1378.00;1.57;0.60 -10895;9;1149.24;9.50;1243.00;1.57;0.56 -10896;9;3809.78;15.79;1227.00;1.57;0.40 -10897;9;4021.22;12.40;872.00;1.57;0.34 -10898;9;3913.32;10.20;1124.00;1.57;0.44 -10899;9;4399.88;12.56;1343.00;1.57;0.68 -10900;9;3233.82;11.23;919.00;1.57;1.02 -10901;9;3412.54;11.35;1134.00;1.57;0.52 -10902;9;3337.52;11.05;992.00;1.57;0.68 -10903;9;4376.24;20.02;1189.00;1.57;0.60 -10904;9;3675.58;10.10;1062.00;1.57;0.38 -10905;9;3973.42;15.32;1210.00;1.57;0.62 -10906;9;1939.88;9.76;946.00;1.57;0.68 -10907;9;3209.46;11.49;1031.00;1.57;1.06 -10908;9;3256.72;11.20;774.00;1.57;0.92 -10909;9;1479.86;11.00;1456.00;1.57;0.30 -10910;9;4112.08;18.90;1118.00;1.57;0.56 -10911;9;4114.74;21.91;1268.00;1.57;0.98 -10912;9;1804.08;11.06;1031.00;1.57;0.60 -10913;9;3691.34;15.71;1139.00;1.57;0.58 -10914;9;1112.88;15.11;1422.00;1.57;0.62 -10915;9;2635.00;11.87;883.00;1.57;0.96 -10916;9;1148.78;16.22;1309.00;1.57;0.44 -10917;9;2947.86;10.90;918.00;1.57;1.28 -10918;9;4220.72;21.41;1181.00;1.57;0.64 -10919;9;2838.12;10.40;769.00;1.57;0.32 -10920;9;4315.04;11.89;1038.00;1.57;0.36 -10921;9;3553.14;12.88;822.00;1.57;0.34 -10922;9;3593.70;14.40;1230.00;1.57;0.46 -10923;9;3502.70;11.06;1086.00;1.57;0.70 -10924;9;1809.86;10.60;585.00;1.57;0.46 -10925;9;4967.04;11.19;141.00;1.57;0.44 -10926;9;2149.44;10.60;697.00;1.57;0.62 -10927;9;4915.28;9.80;195.00;1.57;0.62 -10928;9;3497.24;9.80;689.00;1.57;0.64 -10929;9;3282.38;13.40;360.00;1.57;0.66 -10930;9;3284.36;12.89;452.00;1.57;0.92 -10931;9;2112.16;11.45;587.00;1.57;0.66 -10932;9;3313.00;13.17;588.00;1.57;0.94 -10933;9;2242.04;9.87;778.00;1.57;0.42 -10934;9;1869.50;9.90;833.00;1.57;0.78 -10935;9;1774.70;10.60;249.00;1.57;0.70 -10936;9;5022.16;10.60;321.00;1.57;0.76 -10937;9;4807.26;10.50;382.00;1.57;0.76 -10938;9;1789.16;15.57;577.00;1.57;0.58 -10939;9;2244.58;10.29;724.00;1.57;0.36 -10940;9;1704.26;10.58;655.00;1.57;0.76 -10941;9;5041.52;9.90;238.00;1.57;0.72 -10942;9;1581.72;12.64;802.00;1.57;0.92 -10943;9;1879.88;9.70;361.00;1.57;0.52 -10944;9;1813.42;11.47;496.00;1.57;0.62 -10945;9;2022.62;10.75;555.00;1.57;0.60 -10946;9;2197.96;10.20;673.00;1.57;0.56 -10947;9;2054.86;10.80;489.00;1.57;0.40 -10948;9;2992.64;11.40;665.00;1.57;0.96 -10949;9;4700.82;10.70;207.00;1.57;0.76 -10950;9;4686.62;10.75;302.00;1.57;0.62 -10951;9;3147.92;11.20;659.00;1.57;1.04 -10952;9;1731.80;21.33;572.00;1.57;0.80 -10953;9;1763.74;10.71;148.00;1.57;0.90 -10954;9;5044.14;13.86;548.00;1.57;0.44 -10955;9;4968.02;9.80;297.00;1.57;1.22 -10956;9;1992.84;10.10;750.00;1.57;1.24 -10957;9;3056.48;12.69;317.00;1.57;1.06 -10958;9;4768.00;9.90;363.00;1.57;0.66 -10959;9;1955.72;10.30;558.00;1.57;0.92 -10960;9;1733.46;9.90;718.00;1.57;1.16 -10961;9;1691.24;10.10;121.00;1.57;0.44 -10962;9;3379.80;14.40;656.00;1.57;0.80 -10963;9;3064.06;13.20;238.00;1.57;0.66 -10964;9;1734.96;16.82;350.00;1.57;0.56 -10965;9;1800.90;11.83;470.00;1.57;0.84 -10966;9;3046.64;14.53;450.00;1.57;1.04 -10967;9;2236.76;11.03;734.00;1.57;0.30 -10968;9;3008.70;9.90;566.00;1.57;0.58 -10969;9;4761.88;10.58;202.00;1.57;0.68 -10970;9;1620.90;9.93;769.00;1.57;0.90 -10971;9;4638.26;9.80;305.00;1.57;0.62 -10972;9;3360.38;11.03;448.00;1.57;0.98 -10973;9;1876.62;10.25;516.00;1.57;0.60 -10974;9;5105.12;13.83;523.00;1.57;0.28 -10975;9;1813.80;10.07;363.00;1.57;0.68 -10976;9;3434.14;9.71;625.00;1.57;0.54 -10977;9;5062.32;9.80;206.00;1.57;0.46 -10978;9;3024.82;9.78;305.00;1.57;1.02 -10979;9;4895.90;10.12;353.00;1.57;0.90 -10980;9;2129.04;11.00;502.00;1.57;0.28 -10981;9;1785.18;10.48;200.00;1.57;0.54 -10982;9;1810.60;9.80;649.00;1.57;1.02 -10983;9;4679.50;10.40;192.00;1.57;0.50 -10984;9;2122.12;10.26;739.00;1.57;0.92 -10985;9;1810.98;10.42;332.00;1.57;0.58 -10986;9;1835.44;10.50;455.00;1.57;0.84 -10987;9;1774.62;19.70;532.00;1.57;0.54 -10988;9;3306.56;12.59;518.00;1.57;0.94 -10989;9;2232.86;10.43;761.00;1.57;0.44 -10990;9;4993.22;14.07;586.00;1.57;0.42 -10991;9;5006.88;9.80;199.00;1.57;0.68 -10992;9;1723.06;18.80;311.00;1.57;0.66 -10993;9;3537.90;13.71;310.00;1.57;0.90 -10994;9;2006.06;10.40;522.00;1.57;0.46 -10995;9;2224.10;9.50;35.00;1.57;0.54 -10996;9;1763.26;10.05;630.00;1.57;0.80 -10997;9;4719.06;10.60;174.00;1.57;0.66 -10998;9;2234.40;10.16;711.00;1.57;0.40 -10999;9;2171.22;9.82;550.00;1.57;0.42 -11000;9;1707.86;10.11;433.00;1.57;0.46 -11001;9;1766.72;20.23;475.00;1.57;0.58 -11002;9;2180.32;10.01;593.00;1.57;0.52 -11003;9;2019.88;10.70;504.00;1.57;0.38 -11004;9;5010.04;15.75;572.00;1.57;0.44 -11005;9;1750.62;11.03;172.00;1.57;0.56 -11006;9;5076.42;10.45;254.00;1.57;0.58 -11007;9;1943.80;10.70;428.00;1.57;0.80 -11008;9;2035.68;11.20;486.00;1.57;0.48 -11009;9;1752.64;9.66;35.00;1.57;0.70 -11010;9;1856.10;10.20;659.00;1.57;1.10 -11011;9;4709.88;10.40;154.00;1.57;0.60 -11012;9;3046.38;11.05;725.00;1.57;1.18 -11013;9;4853.12;10.80;286.00;1.57;1.14 -11014;9;3452.32;9.90;683.00;1.57;0.52 -11015;9;3509.90;11.04;341.00;1.57;0.80 -11016;9;4783.42;9.50;415.00;1.57;0.62 -11017;9;3335.08;10.67;610.00;1.57;0.88 -11018;9;5032.86;14.50;570.00;1.57;0.46 -11019;9;5054.06;9.80;157.00;1.57;0.58 -11020;9;1570.96;15.65;822.00;1.57;0.56 -11021;9;1751.14;12.29;282.00;1.57;0.54 -11022;9;1777.52;10.30;377.00;1.57;0.72 -11023;9;1914.98;9.97;490.00;1.57;0.78 -11024;9;3258.58;10.50;1834.00;1.57;0.32 -11025;9;3556.48;9.90;1736.00;1.57;0.28 -11026;9;3052.50;12.85;1876.00;1.57;0.40 -11027;9;3484.84;9.83;1684.00;1.57;0.24 -11028;9;2969.12;11.88;1767.00;1.57;0.30 -11029;9;2950.48;10.45;1725.00;1.57;0.28 -11030;9;3251.58;10.60;1913.00;1.57;0.38 -11031;9;3311.40;10.95;1937.00;1.57;0.22 -11032;9;3272.84;10.40;1715.00;1.57;0.24 -11033;9;3193.30;10.50;1791.00;1.57;0.28 -11034;9;3268.42;10.44;2003.00;1.57;0.28 -11035;9;3487.48;9.90;1713.00;1.57;0.16 -11036;9;3385.94;10.44;1763.00;1.57;0.22 -11037;9;2936.58;14.27;1759.00;1.57;0.28 -11038;9;3377.94;9.90;1823.00;1.57;0.28 -11039;9;3396.02;10.40;1679.00;1.57;0.22 -11040;9;3069.66;9.80;1780.00;1.57;0.26 -11041;9;3218.48;10.40;1866.00;1.57;0.26 -11042;9;3496.60;9.85;1800.00;1.57;0.48 -11043;9;3228.84;10.08;1783.00;1.57;0.22 -11044;9;3033.48;10.15;1731.00;1.57;0.26 -11045;9;3320.58;9.80;1863.00;1.57;0.34 -11046;9;3294.66;10.50;1787.00;1.57;0.26 -11047;9;3637.54;9.50;2028.00;1.57;0.88 -11048;9;3329.30;10.14;1703.00;1.57;0.26 -11049;9;3013.22;13.95;1810.00;1.57;0.30 -11050;9;3108.68;10.84;1976.00;1.57;0.48 -11051;9;3553.48;9.80;1722.00;1.57;0.28 -11052;9;3025.40;11.78;1823.00;1.57;0.30 -11053;9;3031.66;12.05;1777.00;1.57;0.26 -11054;9;3295.22;10.50;1836.00;1.57;0.36 -11055;9;2744.48;12.55;1677.00;1.57;0.24 -11056;9;3235.12;10.34;1763.00;1.57;0.20 -11057;9;3218.94;10.40;1711.00;1.57;0.18 -11058;9;3057.94;13.90;1900.00;1.57;0.30 -11059;9;3319.94;9.75;1743.00;1.57;0.24 -11060;9;3124.32;11.25;1938.00;1.57;0.44 -11061;9;3495.86;9.90;1783.00;1.57;0.34 -11062;9;3359.66;10.70;1741.00;1.57;0.26 -11063;9;3250.76;9.70;2004.00;1.57;0.36 -11064;9;2736.60;10.04;1713.00;1.57;0.60 -11065;9;3153.48;10.14;1810.00;1.57;0.28 -11066;9;3178.12;9.76;1755.00;1.57;0.28 -11067;9;3114.94;10.60;1836.00;1.57;0.32 -11068;9;3292.20;10.30;1729.00;1.57;0.20 -11069;9;3062.58;11.45;1854.00;1.57;0.36 -11070;9;2991.66;10.40;1702.00;1.57;0.26 -11071;9;3401.40;10.60;1772.00;1.57;0.28 -11072;9;3279.48;10.24;1700.00;1.57;0.20 -11073;9;3152.40;10.56;1898.00;1.57;0.36 -11074;9;3463.94;9.90;1763.00;1.57;0.34 -11075;9;3499.02;9.82;1699.00;1.57;0.22 -11076;9;3245.48;9.74;1804.00;1.57;0.28 -11077;9;3172.30;10.18;1986.00;1.57;0.30 -11078;9;2976.84;10.51;1741.00;1.57;0.24 -11079;9;3245.76;9.65;1834.00;1.57;0.28 -11080;9;3266.48;10.40;1723.00;1.57;0.20 -11081;9;3205.94;9.65;1869.00;1.57;0.26 -11082;9;3071.12;9.70;1710.00;1.57;0.32 -11083;9;3369.84;10.20;1722.00;1.57;0.24 -11084;9;3358.30;10.36;1693.00;1.57;0.24 -11085;9;3270.76;10.80;1912.00;1.57;0.36 -11086;9;3460.94;9.90;1741.00;1.57;0.26 -11087;9;3590.48;9.85;1707.00;1.57;0.28 -11088;9;3348.02;10.40;1913.00;1.57;0.36 -11089;9;3479.88;10.30;1811.00;1.57;0.56 -11090;9;3074.22;9.60;1971.00;1.57;0.32 -11091;9;3069.84;9.76;1748.00;1.57;0.24 -11092;9;3332.76;10.35;1798.00;1.57;0.22 -11093;9;3352.94;10.50;1713.00;1.57;0.26 -11094;9;3351.40;9.75;1812.00;1.57;0.32 -11095;9;3443.66;9.85;1724.00;1.57;0.24 -11096;9;3299.30;10.35;1850.00;1.57;0.30 -11097;9;3253.84;10.26;1690.00;1.57;0.24 -11098;9;3749.82;9.70;1883.00;1.57;0.66 -11099;9;3429.12;10.35;1689.00;1.57;0.26 -11100;9;2920.86;9.50;1801.00;1.57;0.30 -11101;9;2913.58;13.27;1725.00;1.57;0.22 -11102;9;3082.12;11.56;1903.00;1.57;0.32 -11103;9;3392.12;10.40;1755.00;1.57;0.30 -11104;9;3205.68;10.65;1983.00;1.57;0.48 -11105;9;3190.40;9.70;1741.00;1.57;0.24 -11106;9;1841.74;9.50;1062.00;1.57;0.14 -11107;9;3425.48;10.40;1712.00;1.57;0.22 -11108;9;3102.72;10.93;751.00;1.57;0.88 -11109;9;3288.48;10.09;1692.00;1.57;0.22 -11110;9;3528.12;10.00;1747.00;1.57;0.32 -11111;9;3671.22;10.46;1737.00;1.57;0.34 -11112;9;3072.58;12.23;1894.00;1.57;0.32 -11113;9;2975.66;12.27;1782.00;1.57;0.26 -11114;9;3009.84;10.40;1727.00;1.57;0.24 -11115;9;3174.32;10.80;1930.00;1.57;0.52 -11116;9;3004.30;13.58;1802.00;1.57;0.30 -11117;9;3325.94;9.95;1944.00;1.57;0.34 -11118;9;2984.30;12.46;1808.00;1.57;0.24 -11119;9;3726.78;9.70;1917.00;1.57;1.10 -11120;9;3061.86;11.30;1838.00;1.57;0.38 -11121;9;3191.76;9.98;1848.00;1.57;0.32 -11122;9;4462.64;9.80;2022.00;1.57;1.20 -11123;9;3043.76;11.30;1793.00;1.57;0.22 -11124;9;3621.94;10.55;1716.00;1.57;0.34 -11125;9;3180.04;10.02;1885.00;1.57;0.36 -11126;9;3139.12;9.50;1790.00;1.57;0.32 -11127;9;3212.66;9.80;1720.00;1.57;0.24 -11128;9;3288.94;10.50;1929.00;1.57;0.34 -11129;9;3059.22;10.92;1819.00;1.57;0.38 -11130;9;3142.72;11.92;1954.00;1.57;0.64 -11131;9;3371.30;10.40;1705.00;1.57;0.26 -11132;9;3191.22;10.40;1826.00;1.57;0.34 -11133;9;3593.58;9.90;1733.00;1.57;0.30 -11134;9;3478.56;10.40;1666.00;1.57;0.16 -11135;9;2958.30;13.04;1764.00;1.57;0.30 -11136;9;2754.48;10.60;1679.00;1.57;0.26 -11137;9;3393.40;9.94;1800.00;1.57;0.34 -11138;9;3212.76;9.90;1770.00;1.57;0.22 -11139;9;3278.12;10.30;1709.00;1.57;0.22 -11140;9;3433.32;10.10;1920.00;1.57;0.48 -11141;9;3233.66;10.33;1802.00;1.57;0.26 -11142;9;3267.86;10.00;1965.00;1.57;0.46 -11143;9;3449.30;10.50;1709.00;1.57;0.20 -11144;9;3195.12;10.53;1810.00;1.57;0.32 -11145;9;3349.08;12.60;701.00;1.57;0.88 -11146;9;3299.22;10.40;1821.00;1.57;0.34 -11147;9;3065.66;10.18;1769.00;1.57;0.26 -11148;9;3048.84;9.66;1833.00;1.57;0.24 -11149;9;3549.94;10.40;1684.00;1.57;0.28 -11150;9;3316.66;9.65;1756.00;1.57;0.22 -11151;9;2982.84;9.68;1717.00;1.57;0.24 -11152;9;3066.04;13.09;1885.00;1.57;0.30 -11153;9;3322.12;10.09;1752.00;1.57;0.26 -11154;9;3350.48;9.90;1688.00;1.57;0.22 -11155;9;3123.50;11.70;1907.00;1.57;0.36 -11156;9;3299.12;10.03;1797.00;1.57;0.26 -11157;9;3031.38;9.50;1951.00;1.57;0.84 -11158;9;3521.84;9.80;1712.00;1.57;0.24 -11159;9;3339.48;10.59;1772.00;1.57;0.28 -11160;9;3025.38;9.70;1648.00;1.57;0.18 -11161;9;2715.30;10.87;1670.00;1.57;0.22 -11162;9;3259.66;10.30;1759.00;1.57;0.26 -11163;9;3071.48;9.60;1728.00;1.57;0.28 -11164;9;3194.86;10.05;1877.00;1.57;0.30 -11165;9;3359.30;10.52;1730.00;1.57;0.22 -11166;9;3415.30;10.40;1690.00;1.57;0.22 -11167;9;3224.94;10.64;1924.00;1.57;0.34 -11168;9;3386.84;10.20;1740.00;1.57;0.24 -11169;9;3185.04;11.10;1957.00;1.57;0.32 -11170;9;3633.58;10.10;1744.00;1.57;0.38 -11171;9;3446.04;9.80;1817.00;1.57;0.44 -11172;9;3169.02;9.80;1754.00;1.57;0.22 -11173;9;3003.30;12.09;1836.00;1.57;0.28 -11174;9;3318.66;10.30;1725.00;1.57;0.26 -11175;9;3327.76;10.40;1825.00;1.57;0.30 -11176;9;2937.02;9.99;1701.00;1.57;0.22 -11177;9;3435.30;9.80;1734.00;1.57;0.26 -11178;9;3391.48;9.89;1782.00;1.57;0.26 -11179;9;3578.22;10.50;1748.00;1.57;0.34 -11180;9;3500.84;9.80;1690.00;1.57;0.24 -11181;9;3282.50;10.55;1893.00;1.57;0.28 -11182;9;3681.76;9.85;1902.00;1.57;0.90 -11183;9;3312.04;9.87;1967.00;1.57;0.42 -11184;9;2977.56;9.65;1729.00;1.57;0.16 -11185;9;3081.68;10.88;1824.00;1.57;0.28 -11186;9;3254.02;10.27;1725.00;1.57;0.22 -11187;9;3038.12;11.56;1843.00;1.57;0.32 -11188;9;3063.40;9.50;1718.00;1.57;0.24 -11189;9;3408.30;10.40;1720.00;1.57;0.24 -11190;9;3100.04;11.51;1877.00;1.57;0.28 -11191;9;3310.30;10.30;1689.00;1.57;0.24 -11192;9;3512.94;9.92;1734.00;1.57;0.26 -11193;9;3602.68;9.90;1724.00;1.57;0.28 -11194;9;3010.20;14.13;776.00;1.57;0.92 -11195;9;3674.88;9.91;1756.00;1.57;0.42 -11196;9;3408.06;10.10;1933.00;1.57;0.46 -11197;9;3044.12;10.35;1739.00;1.57;0.30 -11198;9;2914.30;13.38;1734.00;1.57;0.24 -11199;9;3219.76;10.40;1820.00;1.57;0.20 -11200;9;3554.70;10.50;1807.00;1.57;0.70 -11201;9;3132.84;9.80;1844.00;1.57;0.24 -11202;9;3245.84;9.65;1687.00;1.57;0.24 -11203;9;3611.14;10.51;1768.00;1.57;0.52 -11204;9;3216.14;10.38;1912.00;1.57;0.48 -11205;9;3411.38;9.85;1675.00;1.57;0.18 -11206;9;2966.68;13.92;1794.00;1.57;0.26 -11207;9;2743.30;11.97;1689.00;1.57;0.24 -11208;9;3142.32;10.74;1914.00;1.57;0.48 -11209;9;3046.12;11.18;1784.00;1.57;0.26 -11210;9;3215.84;9.50;1800.00;1.57;0.24 -11211;9;3165.84;9.50;1735.00;1.57;0.20 -11212;9;3341.22;9.73;1819.00;1.57;0.26 -11213;9;3414.66;10.50;1714.00;1.57;0.18 -11214;9;3380.38;10.04;1577.00;1.57;0.18 -11215;9;3045.48;9.70;1650.00;1.57;0.18 -11216;9;3229.48;10.50;1592.00;1.57;0.24 -11217;9;3424.20;10.40;1630.00;1.57;0.20 -11218;9;2738.76;11.12;1638.00;1.57;0.28 -11219;9;2989.12;9.70;1582.00;1.57;0.20 -11220;9;3280.30;10.00;1615.00;1.57;0.30 -11221;9;2788.84;10.10;1571.00;1.57;0.20 -11222;9;3216.94;10.50;1663.00;1.57;0.22 -11223;9;3722.04;11.48;1641.00;1.57;0.44 -11224;9;3318.12;10.59;1665.00;1.57;0.20 -11225;9;3582.84;9.70;1581.00;1.57;0.24 -11226;9;3206.48;10.00;1636.00;1.57;0.28 -11227;9;3445.48;10.09;1582.00;1.57;0.22 -11228;9;3696.04;10.58;1686.00;1.57;0.32 -11229;9;3302.66;10.40;1562.00;1.57;0.24 -11230;9;3302.66;9.90;1590.00;1.57;0.18 -11231;9;3015.84;9.93;1662.00;1.57;0.24 -11232;9;3071.66;9.80;1579.00;1.57;0.26 -11233;9;2922.20;10.16;1566.00;1.57;0.20 -11234;9;3285.02;10.12;1653.00;1.57;0.22 -11235;9;3352.02;10.00;1606.00;1.57;0.20 -11236;9;3389.12;10.53;1658.00;1.57;0.26 -11237;9;2676.48;9.90;1576.00;1.57;0.28 -11238;9;2666.12;10.35;1611.00;1.57;0.24 -11239;9;3470.20;9.88;1665.00;1.57;0.20 -11240;9;3517.20;10.12;1581.00;1.57;0.20 -11241;9;3276.76;9.80;1624.00;1.57;0.28 -11242;9;3374.66;10.00;1588.00;1.57;0.22 -11243;9;3557.66;11.20;1631.00;1.57;0.18 -11244;9;3370.66;10.00;1556.00;1.57;0.20 -11245;9;3123.48;9.80;1602.00;1.57;0.24 -11246;9;3150.76;9.80;1657.00;1.57;0.20 -11247;9;3169.48;9.90;1574.00;1.57;0.20 -11248;9;3423.84;9.90;1605.00;1.57;0.20 -11249;9;3685.08;14.03;1161.00;1.57;0.62 -11250;9;3363.48;10.29;1654.00;1.57;0.20 -11251;9;2950.30;9.70;1625.00;1.57;0.30 -11252;9;3467.20;10.36;1657.00;1.57;0.20 -11253;9;2799.48;10.04;1574.00;1.57;0.26 -11254;9;3342.66;10.09;1623.00;1.57;0.26 -11255;9;3546.84;10.13;1673.00;1.57;0.24 -11256;9;3610.12;9.86;1590.00;1.57;0.26 -11257;9;2673.12;10.21;1621.00;1.57;0.28 -11258;9;3441.84;9.80;1589.00;1.57;0.18 -11259;9;3251.94;9.80;1648.00;1.57;0.24 -11260;9;3066.12;9.80;1589.00;1.57;0.32 -11261;9;4299.76;9.70;2015.00;1.57;1.40 -11262;9;3490.12;10.00;1604.00;1.57;0.26 -11263;9;3554.84;9.80;1669.00;1.57;0.24 -11264;9;2921.48;9.70;1576.00;1.57;0.18 -11265;9;3121.40;9.50;1622.00;1.57;0.40 -11266;9;2695.78;9.50;1670.00;1.57;0.34 -11267;9;2668.02;10.62;1579.00;1.57;0.22 -11268;9;3412.38;10.06;1616.00;1.57;0.18 -11269;9;3510.20;11.56;1586.00;1.57;0.20 -11270;9;2768.84;10.93;1626.00;1.57;0.18 -11271;9;3283.38;9.80;1597.00;1.57;0.18 -11272;9;3300.12;9.93;1638.00;1.57;0.20 -11273;9;3570.30;9.70;1608.00;1.57;0.28 -11274;9;3147.30;10.40;1578.00;1.57;0.28 -11275;9;3503.66;9.89;1647.00;1.57;0.26 -11276;9;2986.48;9.70;1591.00;1.57;0.24 -11277;9;3492.84;9.91;1625.00;1.57;0.24 -11278;9;3089.76;9.70;1736.00;1.57;0.28 -11279;9;2774.66;9.93;1583.00;1.57;0.26 -11280;9;3032.84;10.06;1658.00;1.57;0.24 -11281;9;3599.94;10.40;1603.00;1.57;0.24 -11282;9;3375.84;10.51;1642.00;1.57;0.22 -11283;9;3378.48;9.95;1560.00;1.57;0.20 -11284;9;3350.20;10.00;1596.00;1.57;0.20 -11285;9;3227.66;9.80;1566.00;1.57;0.26 -11286;9;3575.38;10.30;1660.00;1.57;0.18 -11287;9;2663.84;9.78;1602.00;1.57;0.16 -11288;9;3070.48;9.80;1596.00;1.57;0.28 -11289;9;3043.94;10.32;1688.00;1.57;0.22 -11290;9;3290.66;9.99;1616.00;1.57;0.22 -11291;9;3188.84;9.53;1693.00;1.57;0.24 -11292;9;3556.58;11.14;1623.00;1.57;0.22 -11293;9;2692.84;11.56;1600.00;1.57;0.24 -11294;9;3427.84;9.96;1597.00;1.57;0.20 -11295;9;3450.20;9.80;1636.00;1.57;0.20 -11296;9;3447.84;9.80;1561.00;1.57;0.22 -11297;9;2787.84;9.80;1610.00;1.57;0.24 -11298;9;3298.02;10.37;1573.00;1.57;0.22 -11299;9;2761.66;10.38;1644.00;1.57;0.26 -11300;9;3360.02;10.10;1613.00;1.57;0.20 -11301;9;3160.48;10.40;1580.00;1.57;0.24 -11302;9;3214.66;10.50;1672.00;1.57;0.26 -11303;9;2680.94;9.97;1614.00;1.57;0.26 -11304;9;3269.48;9.80;1673.00;1.57;0.22 -11305;9;2977.48;9.69;1596.00;1.57;0.24 -11306;9;2731.58;13.13;1673.00;1.57;0.24 -11307;9;3724.76;14.02;1699.00;1.57;0.36 -11308;9;3514.20;10.00;1560.00;1.57;0.18 -11309;9;3491.66;10.57;1593.00;1.57;0.24 -11310;9;3369.02;10.05;1566.00;1.57;0.22 -11311;9;3038.66;10.70;1678.00;1.57;0.26 -11312;9;3163.66;10.01;1611.00;1.57;0.22 -11313;9;3237.66;9.80;1571.00;1.57;0.26 -11314;9;3429.20;10.24;1612.00;1.57;0.20 -11315;9;3343.84;10.70;1669.00;1.57;0.24 -11316;9;3075.30;9.85;1606.00;1.57;0.22 -11317;9;2780.30;10.04;1620.00;1.57;0.26 -11318;9;2909.84;9.68;1583.00;1.57;0.24 -11319;9;3567.30;9.84;1597.00;1.57;0.24 -11320;9;3610.22;9.90;1661.00;1.57;0.28 -11321;9;3578.66;9.88;1556.00;1.57;0.22 -11322;9;3257.02;9.90;1603.00;1.57;0.22 -11323;9;3438.02;10.02;1565.00;1.57;0.20 -11324;9;3499.66;10.00;1611.00;1.57;0.16 -11325;9;3307.20;10.22;1573.00;1.57;0.20 -11326;9;3351.84;10.60;1649.00;1.57;0.24 -11327;9;3033.84;9.70;1650.00;1.57;0.20 -11328;9;4292.90;11.50;1890.00;1.57;1.24 -11329;9;3151.30;10.40;1586.00;1.57;0.24 -11330;9;3412.02;10.30;1626.00;1.57;0.20 -11331;9;2970.56;9.70;1600.00;1.57;0.16 -11332;9;2742.12;10.27;1626.00;1.57;0.24 -11333;9;2791.66;10.11;1557.00;1.57;0.12 -11334;9;2648.76;9.50;1588.00;1.57;0.24 -11335;9;3506.02;10.00;1567.00;1.57;0.22 -11336;9;3315.66;9.95;1600.00;1.57;0.26 -11337;9;3378.30;10.10;1568.00;1.57;0.20 -11338;9;3430.84;9.90;1657.00;1.57;0.20 -11339;9;3567.66;9.88;1617.00;1.57;0.26 -11340;9;3493.66;10.00;1664.00;1.57;0.26 -11341;9;3216.30;9.96;1578.00;1.57;0.18 -11342;9;3211.12;10.41;1627.00;1.57;0.28 -11343;9;3078.58;9.70;1614.00;1.57;0.16 -11344;9;3482.02;9.80;1626.00;1.57;0.22 -11345;9;2763.02;10.05;1590.00;1.57;0.22 -11346;9;2914.66;10.20;1559.00;1.57;0.18 -11347;9;3383.02;10.00;1602.00;1.57;0.22 -11348;9;3588.12;9.70;1573.00;1.57;0.26 -11349;9;3338.94;10.70;1650.00;1.57;0.18 -11350;9;1874.74;9.50;1079.00;1.57;0.14 -11351;9;3446.84;9.80;1570.00;1.57;0.20 -11352;9;3660.76;9.80;1695.00;1.57;0.36 -11353;9;3290.20;10.00;1626.00;1.57;0.20 -11354;9;3572.58;10.40;1671.00;1.57;0.28 -11355;9;3287.20;9.80;1574.00;1.57;0.20 -11356;9;3547.84;10.00;1633.00;1.57;0.24 -11357;9;3159.48;10.40;1591.00;1.57;0.22 -11358;9;3211.58;10.28;1642.00;1.57;0.36 -11359;9;2986.20;9.70;1574.00;1.57;0.20 -11360;9;2918.20;9.50;1587.00;1.57;0.20 -11361;9;2718.94;9.75;1568.00;1.57;0.22 -11362;9;3412.30;11.00;1643.00;1.57;0.22 -11363;9;3459.38;9.96;1597.00;1.57;0.18 -11364;9;3515.66;10.09;1569.00;1.57;0.24 -11365;9;3593.68;9.85;1669.00;1.57;0.26 -11366;9;2941.12;9.50;1617.00;1.57;0.24 -11367;9;2913.12;9.61;1693.00;1.57;0.20 -11368;9;3372.20;10.06;1576.00;1.57;0.20 -11369;9;3351.02;10.10;1615.00;1.57;0.22 -11370;9;3233.12;10.68;1600.00;1.57;0.24 -11371;9;2660.94;9.82;1618.00;1.57;0.24 -11372;9;3064.12;9.70;1608.00;1.57;0.28 -11373;9;3525.12;10.65;1598.00;1.57;0.22 -11374;9;2800.48;9.89;1564.00;1.57;0.28 -11375;9;3486.94;9.97;1641.00;1.57;0.20 -11376;9;3016.38;9.70;1636.00;1.57;0.18 -11377;9;3594.30;9.80;1583.00;1.57;0.26 -11378;9;2753.66;11.83;1651.00;1.57;0.22 -11379;9;3420.20;10.33;1612.00;1.57;0.20 -11380;9;3059.48;9.70;1699.00;1.57;0.24 -11381;9;3439.84;10.26;1575.00;1.57;0.18 -11382;9;2777.20;10.52;1601.00;1.57;0.20 -11383;9;3306.02;9.80;1582.00;1.57;0.20 -11384;9;3345.66;10.70;1634.00;1.57;0.20 -11385;9;3139.48;10.14;1575.00;1.57;0.22 -11386;9;3149.12;10.17;1596.00;1.57;0.22 -11387;9;3560.84;9.85;1647.00;1.57;0.24 -11388;9;2930.02;10.20;1563.00;1.57;0.18 -11389;9;3619.66;10.09;1618.00;1.57;0.26 -11390;9;3058.84;9.80;1688.00;1.57;0.24 -11391;9;3212.12;10.43;1617.00;1.57;0.32 -11392;9;3258.48;9.79;1675.00;1.57;0.28 -11393;9;3508.84;10.00;1575.00;1.57;0.24 -11394;9;3488.48;9.89;1616.00;1.57;0.24 -11395;9;3520.84;10.40;1522.00;1.57;0.24 -11396;9;3405.12;9.90;1542.00;1.57;0.18 -11397;9;3356.30;9.80;1514.00;1.57;0.30 -11398;9;3113.38;13.53;1512.00;1.57;0.18 -11399;9;3161.48;9.90;1535.00;1.57;0.28 -11400;9;3477.30;9.80;1460.00;1.57;0.20 -11401;9;3037.66;12.08;1536.00;1.57;0.24 -11402;9;2966.20;11.75;1557.00;1.57;0.20 -11403;9;3440.48;9.70;1461.00;1.57;0.18 -11404;9;2988.02;13.30;1522.00;1.57;0.22 -11405;9;3354.20;9.70;1471.00;1.57;0.20 -11406;9;2726.66;10.22;1546.00;1.57;0.24 -11407;9;2889.84;11.56;1520.00;1.57;0.18 -11408;9;3472.84;9.80;1543.00;1.57;0.22 -11409;9;3274.48;10.19;1483.00;1.57;0.26 -11410;9;4073.42;10.10;1551.00;1.57;0.62 -11411;9;3186.30;10.70;1497.00;1.57;0.24 -11412;9;3425.38;10.38;1520.00;1.57;0.18 -11413;9;3121.66;13.18;1516.00;1.57;0.22 -11414;9;3051.12;13.44;1533.00;1.57;0.18 -11415;9;3027.84;10.06;1556.00;1.57;0.20 -11416;9;3490.20;9.80;1460.00;1.57;0.20 -11417;9;2958.20;10.30;1520.00;1.57;0.20 -11418;9;3434.66;9.70;1468.00;1.57;0.26 -11419;9;2878.66;9.70;1543.00;1.57;0.18 -11420;9;2832.12;9.88;1516.00;1.57;0.28 -11421;9;3537.66;11.11;1548.00;1.57;0.26 -11422;9;3343.84;9.70;1472.00;1.57;0.24 -11423;9;3494.48;9.85;1517.00;1.57;0.20 -11424;9;3280.02;10.02;1494.00;1.57;0.22 -11425;9;3316.20;9.80;1531.00;1.57;0.20 -11426;9;3202.84;9.70;1721.00;1.57;0.24 -11427;9;3197.48;9.55;1500.00;1.57;0.26 -11428;9;3103.76;10.00;1545.00;1.57;0.26 -11429;9;3538.84;9.70;1465.00;1.57;0.24 -11430;9;3121.20;10.34;1529.00;1.57;0.20 -11431;9;2937.66;10.40;1550.00;1.57;0.18 -11432;9;3020.02;12.49;1533.00;1.57;0.22 -11433;9;3624.30;10.14;1549.00;1.57;0.18 -11434;9;3423.94;9.70;1472.00;1.57;0.28 -11435;9;2904.38;10.56;1517.00;1.57;0.18 -11436;9;3447.84;9.80;1552.00;1.57;0.18 -11437;9;3345.66;9.80;1480.00;1.57;0.24 -11438;9;3287.84;9.96;1498.00;1.57;0.24 -11439;9;3389.66;9.88;1524.00;1.57;0.22 -11440;9;1103.46;11.30;1767.00;1.57;0.60 -11441;9;3177.84;9.95;1540.00;1.57;0.24 -11442;9;3629.12;9.60;1487.00;1.57;0.32 -11443;9;3223.48;10.05;1718.00;1.57;0.20 -11444;9;3012.20;9.73;1577.00;1.57;0.20 -11445;9;2955.20;10.56;1531.00;1.57;0.20 -11446;9;2791.94;9.60;1547.00;1.57;0.12 -11447;9;3492.84;9.70;1476.00;1.57;0.20 -11448;9;4383.14;19.01;1224.00;1.57;0.48 -11449;9;3504.30;9.90;1553.00;1.57;0.18 -11450;9;3429.58;9.80;1478.00;1.57;0.26 -11451;9;3463.48;9.80;1519.00;1.57;0.18 -11452;9;3360.66;10.40;1489.00;1.57;0.20 -11453;9;3264.48;9.80;1548.00;1.57;0.24 -11454;9;3293.66;10.45;1506.00;1.57;0.26 -11455;9;3617.40;9.60;1470.00;1.57;0.32 -11456;9;2891.12;9.70;1554.00;1.57;0.24 -11457;9;3541.12;9.61;1476.00;1.57;0.28 -11458;9;3572.48;10.65;1550.00;1.57;0.20 -11459;9;3435.84;10.00;1483.00;1.57;0.22 -11460;9;3525.30;11.17;1531.00;1.57;0.22 -11461;9;3370.48;9.80;1492.00;1.57;0.20 -11462;9;3335.48;9.80;1530.00;1.57;0.22 -11463;9;2812.02;10.22;1475.00;1.57;0.22 -11464;9;3249.66;10.20;1513.00;1.57;0.22 -11465;9;2772.76;9.70;1466.00;1.57;0.18 -11466;9;3168.20;9.90;1555.00;1.57;0.20 -11467;9;3091.48;10.54;1528.00;1.57;0.22 -11468;9;2975.02;11.75;1557.00;1.57;0.20 -11469;9;3615.30;9.60;1482.00;1.57;0.30 -11470;9;2908.84;10.93;1519.00;1.57;0.22 -11471;9;2768.48;10.09;1560.00;1.57;0.22 -11472;9;3549.30;9.70;1490.00;1.57;0.30 -11473;9;3596.30;9.60;1523.00;1.57;0.30 -11474;9;3502.02;9.80;1489.00;1.57;0.22 -11475;9;3417.66;10.50;1529.00;1.57;0.16 -11476;9;3440.84;9.80;1493.00;1.57;0.24 -11477;9;3246.84;10.00;1539.00;1.57;0.22 -11478;9;3044.66;9.80;1570.00;1.57;0.16 -11479;9;3179.30;9.88;1514.00;1.57;0.26 -11480;9;3648.58;9.60;1499.00;1.57;0.38 -11481;9;3007.02;10.05;1545.00;1.57;0.22 -11482;9;3571.04;9.60;1482.00;1.57;0.28 -11483;9;2849.48;9.80;1528.00;1.57;0.20 -11484;9;3508.84;9.80;1501.00;1.57;0.24 -11485;9;3484.20;9.70;1521.00;1.57;0.20 -11486;9;2940.02;13.89;1485.00;1.57;0.22 -11487;9;3399.66;10.40;1501.00;1.57;0.26 -11488;9;2894.20;10.61;1482.00;1.57;0.20 -11489;9;3305.02;9.80;1533.00;1.57;0.22 -11490;9;3260.66;10.19;1512.00;1.57;0.26 -11491;9;2847.84;9.80;1488.00;1.57;0.22 -11492;9;3116.48;9.90;1562.00;1.57;0.18 -11493;9;2954.84;11.36;1560.00;1.57;0.24 -11494;9;2915.84;11.05;1523.00;1.57;0.18 -11495;9;867.58;10.10;1600.00;1.57;0.26 -11496;9;3588.66;10.35;1622.00;1.57;0.26 -11497;9;3006.48;12.84;1501.00;1.57;0.24 -11498;9;3199.30;9.80;1629.00;1.57;0.24 -11499;9;2956.94;13.95;1488.00;1.57;0.26 -11500;9;3388.66;9.88;1530.00;1.57;0.18 -11501;9;3470.66;9.91;1498.00;1.57;0.20 -11502;9;2904.38;10.65;1498.00;1.57;0.18 -11503;9;3212.84;10.45;1548.00;1.57;0.24 -11504;9;3333.30;9.80;1508.00;1.57;0.30 -11505;9;3017.38;9.70;1571.00;1.57;0.18 -11506;9;2838.84;9.80;1495.00;1.57;0.24 -11507;9;3147.12;9.95;1527.00;1.57;0.28 -11508;9;2772.48;9.80;1485.00;1.57;0.24 -11509;9;1462.04;9.90;1414.00;1.57;0.34 -11510;9;3618.66;9.60;1536.00;1.57;0.26 -11511;9;3069.84;10.05;1500.00;1.57;0.24 -11512;9;3457.66;9.80;1533.00;1.57;0.18 -11513;9;3414.66;9.80;1507.00;1.57;0.20 -11514;9;3249.48;10.10;1521.00;1.57;0.22 -11515;9;3088.40;9.80;1566.00;1.57;0.22 -11516;9;2902.30;10.32;1488.00;1.57;0.26 -11517;9;3041.12;11.14;1542.00;1.57;0.24 -11518;9;2847.66;9.70;1496.00;1.57;0.14 -11519;9;2887.20;10.40;1532.00;1.57;0.18 -11520;9;3138.66;9.80;1483.00;1.57;0.20 -11521;9;2797.20;11.46;1492.00;1.57;0.20 -11522;9;3092.66;9.76;1487.00;1.57;0.20 -11523;9;3522.20;9.77;1539.00;1.57;0.20 -11524;9;3604.76;9.60;1493.00;1.57;0.34 -11525;9;3041.94;14.15;1500.00;1.57;0.20 -11526;9;3353.84;10.18;1541.00;1.57;0.24 -11527;9;3482.48;10.00;1499.00;1.57;0.26 -11528;9;3184.48;9.80;1559.00;1.57;0.24 -11529;9;2967.20;10.86;1503.00;1.57;0.20 -11530;9;3301.48;9.80;1512.00;1.57;0.28 -11531;9;2912.66;10.85;1502.00;1.57;0.16 -11532;9;3116.66;10.00;1539.00;1.57;0.20 -11533;9;2944.02;10.92;1541.00;1.57;0.20 -11534;9;3223.20;9.95;1472.00;1.57;0.20 -11535;9;2794.84;10.58;1500.00;1.57;0.20 -11536;9;3159.48;11.04;1492.00;1.57;0.24 -11537;9;3597.30;10.29;1538.00;1.57;0.28 -11538;9;3536.66;11.12;1506.00;1.57;0.24 -11539;9;3098.48;12.50;1496.00;1.57;0.28 -11540;9;3433.84;9.80;1547.00;1.57;0.20 -11541;9;3390.66;9.80;1510.00;1.57;0.22 -11542;9;3027.84;11.24;1521.00;1.57;0.22 -11543;9;3220.76;10.10;1529.00;1.57;0.32 -11544;9;2976.84;11.25;1508.00;1.57;0.18 -11545;9;2999.66;9.80;1553.00;1.57;0.22 -11546;9;3299.48;9.70;1469.00;1.57;0.28 -11547;9;2923.66;11.20;1508.00;1.57;0.16 -11548;9;2832.56;9.70;1532.00;1.57;0.16 -11549;9;2858.30;9.93;1503.00;1.57;0.26 -11550;9;3196.12;10.60;1489.00;1.57;0.26 -11551;9;3492.48;9.80;1540.00;1.57;0.20 -11552;9;3618.84;9.60;1496.00;1.57;0.24 -11553;9;3333.02;9.80;1551.00;1.57;0.18 -11554;9;3106.48;14.14;1502.00;1.57;0.22 -11555;9;3463.66;10.39;1511.00;1.57;0.18 -11556;9;3041.12;12.68;1510.00;1.57;0.24 -11557;9;3285.02;9.90;1523.00;1.57;0.22 -11558;9;3083.02;10.45;1550.00;1.57;0.22 -11559;9;3412.94;9.70;1453.00;1.57;0.22 -11560;9;2931.38;10.90;1513.00;1.57;0.18 -11561;9;3324.02;9.70;1471.00;1.57;0.22 -11562;9;2896.56;10.13;1537.00;1.57;0.16 -11563;9;2819.66;9.80;1506.00;1.57;0.20 -11564;9;3032.84;9.50;1423.00;1.57;0.24 -11565;9;2797.84;9.50;1417.00;1.57;0.24 -11566;9;3505.84;9.83;1448.00;1.57;0.24 -11567;9;1597.48;9.74;1622.00;1.57;0.28 -11568;9;2962.66;10.29;1431.00;1.57;0.20 -11569;9;1576.12;10.45;1631.00;1.57;0.28 -11570;9;2926.30;15.86;1433.00;1.57;0.20 -11571;9;1356.62;11.10;1754.00;1.57;0.82 -11572;9;3082.02;13.09;1406.00;1.57;0.22 -11573;9;2898.20;11.36;1435.00;1.57;0.18 -11574;9;3092.38;10.45;1414.00;1.57;0.18 -11575;9;4978.40;12.04;1483.00;1.57;0.34 -11576;9;2847.84;10.20;1439.00;1.57;0.16 -11577;9;3101.30;9.87;1419.00;1.57;0.18 -11578;9;3579.48;9.60;1454.00;1.57;0.28 -11579;9;3534.48;9.65;1458.00;1.57;0.28 -11580;9;3114.84;10.38;1416.00;1.57;0.20 -11581;9;3052.66;10.04;1435.00;1.57;0.20 -11582;9;2799.12;10.26;1436.00;1.57;0.22 -11583;9;3130.38;10.68;1405.00;1.57;0.18 -11584;9;2991.94;9.70;1428.00;1.57;0.26 -11585;9;1583.48;10.49;1642.00;1.57;0.28 -11586;9;3121.66;10.86;1409.00;1.57;0.20 -11587;9;2964.20;14.11;1441.00;1.57;0.20 -11588;9;3180.76;9.70;1397.00;1.57;0.24 -11589;9;1398.76;11.67;1582.00;1.57;0.34 -11590;9;2913.84;9.83;1447.00;1.57;0.20 -11591;9;3655.48;9.60;1465.00;1.57;0.28 -11592;9;3148.94;15.16;1422.00;1.57;0.26 -11593;9;2869.38;11.79;1437.00;1.57;0.18 -11594;9;3071.66;10.50;1433.00;1.57;0.26 -11595;9;3016.02;9.85;1440.00;1.57;0.22 -11596;9;2811.38;9.80;1454.00;1.57;0.18 -11597;9;3239.94;10.10;1391.00;1.57;0.24 -11598;9;2982.84;13.85;1441.00;1.57;0.20 -11599;9;3454.30;9.54;1371.00;1.57;0.24 -11600;9;2777.30;9.50;1450.00;1.57;0.24 -11601;9;2938.56;15.20;1454.00;1.57;0.16 -11602;9;1563.48;10.14;1652.00;1.57;0.28 -11603;9;3221.30;9.60;1403.00;1.57;0.20 -11604;9;2931.56;13.89;1456.00;1.57;0.16 -11605;9;3174.94;15.01;1422.00;1.57;0.18 -11606;9;2859.30;9.80;1521.00;1.57;0.24 -11607;9;5040.60;12.34;1812.00;1.57;1.84 -11608;9;3141.66;10.60;1435.00;1.57;0.24 -11609;9;3499.48;16.87;1371.00;1.57;0.24 -11610;9;3087.38;9.80;1438.00;1.57;0.18 -11611;9;2847.20;9.90;1457.00;1.57;0.20 -11612;9;3026.76;13.07;1447.00;1.57;0.12 -11613;9;2795.48;9.80;1461.00;1.57;0.20 -11614;9;3488.12;18.61;1382.00;1.57;0.24 -11615;9;2992.02;15.08;1452.00;1.57;0.20 -11616;9;2775.84;9.56;1459.00;1.57;0.18 -11617;9;3445.48;9.64;1381.00;1.57;0.24 -11618;9;2983.48;15.90;1459.00;1.57;0.20 -11619;9;3211.48;10.05;1423.00;1.57;0.22 -11620;9;2979.30;13.60;1468.00;1.57;0.16 -11621;9;1449.48;9.80;1512.00;1.57;0.28 -11622;9;3160.76;12.67;1438.00;1.57;0.20 -11623;9;2946.84;13.28;1462.00;1.57;0.20 -11624;9;4916.66;12.70;1434.00;1.57;0.26 -11625;9;3103.02;9.80;1450.00;1.57;0.22 -11626;9;4934.94;12.86;1424.00;1.57;0.28 -11627;9;3062.84;10.21;1454.00;1.57;0.24 -11628;9;2871.84;10.65;1459.00;1.57;0.22 -11629;9;4923.12;12.01;1445.00;1.57;0.26 -11630;9;3056.02;10.27;1459.00;1.57;0.22 -11631;9;2827.48;9.84;1465.00;1.57;0.20 -11632;9;3513.84;11.38;1395.00;1.57;0.24 -11633;9;3472.48;14.79;1396.00;1.57;0.28 -11634;9;2994.84;14.63;1465.00;1.57;0.24 -11635;9;1436.94;9.80;1511.00;1.57;0.34 -11636;9;3235.56;9.70;1417.00;1.57;0.16 -11637;9;1471.12;10.80;1570.00;1.57;0.20 -11638;9;2965.66;13.81;1468.00;1.57;0.24 -11639;9;3190.12;10.88;1438.00;1.57;0.22 -11640;9;2924.84;13.26;1470.00;1.57;0.18 -11641;9;1455.40;9.50;1581.00;1.57;0.32 -11642;9;2901.02;10.20;1480.00;1.57;0.22 -11643;9;4902.94;9.90;1456.00;1.57;0.26 -11644;9;3134.66;9.70;1457.00;1.57;0.22 -11645;9;3539.58;10.84;1341.00;1.57;0.26 -11646;9;3122.30;9.80;1452.00;1.57;0.22 -11647;9;3435.84;9.97;1386.00;1.57;0.20 -11648;9;1573.02;10.95;1576.00;1.57;0.18 -11649;9;3319.12;9.70;1427.00;1.57;0.22 -11650;9;1606.94;11.30;1585.00;1.57;0.20 -11651;9;3037.48;12.39;1479.00;1.57;0.20 -11652;9;3224.94;9.97;1426.00;1.57;0.18 -11653;9;2991.02;11.22;1483.00;1.57;0.22 -11654;9;1572.84;9.50;1596.00;1.57;0.24 -11655;9;3220.38;14.06;1436.00;1.57;0.18 -11656;9;1492.94;10.32;1582.00;1.57;0.32 -11657;9;3159.84;11.38;1408.00;1.57;0.24 -11658;9;902.02;10.32;1516.00;1.57;0.22 -11659;9;3142.02;10.32;1464.00;1.57;0.22 -11660;9;1631.30;12.12;1582.00;1.57;0.24 -11661;9;3494.84;12.03;1407.00;1.57;0.24 -11662;9;1651.48;11.24;1631.00;1.57;0.28 -11663;9;3096.20;9.80;1468.00;1.57;0.20 -11664;9;3455.94;16.16;1386.00;1.57;0.26 -11665;9;1656.02;10.79;1604.00;1.57;0.22 -11666;9;3058.02;11.99;1479.00;1.57;0.22 -11667;9;1301.98;10.90;1711.00;1.57;0.52 -11668;9;3389.66;9.50;1416.00;1.57;0.20 -11669;9;1495.94;10.70;1603.00;1.57;0.34 -11670;9;3280.12;9.70;1448.00;1.57;0.30 -11671;9;3667.16;13.26;1255.00;1.57;0.52 -11672;9;3216.02;11.87;1447.00;1.57;0.22 -11673;9;2670.84;9.85;1356.00;1.57;0.24 -11674;9;3529.30;12.26;1336.00;1.57;0.28 -11675;9;2687.38;13.33;1361.00;1.57;0.18 -11676;9;3173.12;11.55;1465.00;1.57;0.22 -11677;9;2686.02;11.94;1370.00;1.57;0.20 -11678;9;3464.12;11.92;1409.00;1.57;0.24 -11679;9;3090.66;10.00;1478.00;1.57;0.24 -11680;9;1593.48;11.79;1586.00;1.57;0.24 -11681;9;3430.66;10.58;1421.00;1.57;0.18 -11682;9;1571.70;10.20;1739.00;1.57;0.70 -11683;9;3305.48;9.50;1456.00;1.57;0.28 -11684;9;2731.84;13.38;1376.00;1.57;0.20 -11685;9;1464.12;10.32;1593.00;1.57;0.30 -11686;9;3256.12;9.90;1457.00;1.57;0.26 -11687;9;3873.32;11.30;1322.00;1.57;0.44 -11688;9;2745.12;10.74;1386.00;1.57;0.16 -11689;9;3201.30;13.76;1465.00;1.57;0.28 -11690;9;3505.94;12.30;1412.00;1.57;0.28 -11691;9;3155.84;9.85;1486.00;1.57;0.24 -11692;9;2683.84;11.90;1377.00;1.57;0.22 -11693;9;3502.58;11.29;1419.00;1.57;0.22 -11694;9;3482.30;11.28;1424.00;1.57;0.18 -11695;9;1547.30;9.95;1597.00;1.57;0.26 -11696;9;3452.94;11.70;1418.00;1.57;0.26 -11697;9;2793.66;10.57;1384.00;1.57;0.24 -11698;9;923.48;14.69;1543.00;1.57;0.28 -11699;9;2805.48;11.10;1388.00;1.57;0.18 -11700;9;3351.66;9.70;1449.00;1.57;0.20 -11701;9;3607.98;9.70;1402.00;1.57;0.48 -11702;9;2820.84;10.01;1401.00;1.57;0.20 -11703;9;3291.48;9.79;1463.00;1.57;0.26 -11704;9;3545.94;10.89;1321.00;1.57;0.26 -11705;9;3251.48;11.10;1467.00;1.57;0.26 -11706;9;3542.30;9.60;1439.00;1.57;0.22 -11707;9;2714.20;11.53;1387.00;1.57;0.20 -11708;9;3507.48;12.24;1341.00;1.57;0.28 -11709;9;2847.84;11.51;1404.00;1.57;0.22 -11710;9;2663.48;9.50;1378.00;1.57;0.28 -11711;9;2865.66;11.61;1401.00;1.57;0.24 -11712;9;1056.70;13.30;1695.00;1.57;0.56 -11713;9;2882.84;9.95;1407.00;1.57;0.16 -11714;9;1460.12;10.09;1607.00;1.57;0.32 -11715;9;3325.12;9.70;1459.00;1.57;0.24 -11716;9;2871.30;13.68;1415.00;1.57;0.20 -11717;9;1414.04;10.30;1430.00;1.57;0.32 -11718;9;2832.02;10.10;1412.00;1.57;0.18 -11719;9;4970.66;11.86;1470.00;1.57;0.26 -11720;9;2805.48;10.30;1412.00;1.57;0.20 -11721;9;2916.38;14.81;1407.00;1.57;0.18 -11722;9;1645.30;11.55;1607.00;1.57;0.30 -11723;9;2931.20;10.79;1411.00;1.57;0.18 -11724;9;3500.84;9.70;1440.00;1.57;0.24 -11725;9;1533.48;10.04;1610.00;1.57;0.22 -11726;9;2947.20;10.55;1419.00;1.57;0.20 -11727;9;3467.94;9.80;1435.00;1.57;0.20 -11728;9;1557.12;9.70;1642.00;1.57;0.28 -11729;9;3399.12;9.61;1424.00;1.57;0.20 -11730;9;2928.56;10.50;1419.00;1.57;0.16 -11731;9;1479.76;11.00;1626.00;1.57;0.36 -11732;9;2869.84;9.83;1487.00;1.57;0.24 -11733;9;879.94;11.66;1590.00;1.57;0.34 -11734;9;2975.48;10.25;1417.00;1.57;0.14 -11735;9;3022.12;9.62;1419.00;1.57;0.32 -11736;9;3564.48;9.64;1440.00;1.57;0.24 -11737;9;2789.20;12.95;1344.00;1.57;0.20 -11738;9;1596.30;9.70;1487.00;1.57;0.30 -11739;9;3435.68;11.80;1292.00;1.57;0.30 -11740;9;1633.84;9.51;1529.00;1.57;0.24 -11741;9;3102.02;12.94;1399.00;1.57;0.22 -11742;9;2768.20;12.53;1319.00;1.57;0.20 -11743;9;1272.86;10.20;1437.00;1.57;0.30 -11744;9;4765.22;10.60;1406.00;1.57;0.28 -11745;9;4915.30;12.61;1404.00;1.57;0.30 -11746;9;3355.12;10.50;1267.00;1.57;0.32 -11747;9;3319.48;11.95;1322.00;1.57;0.28 -11748;9;2815.60;9.50;1530.00;1.57;0.36 -11749;9;2702.20;12.20;1282.00;1.57;0.20 -11750;9;4880.94;10.19;1404.00;1.57;0.18 -11751;9;2994.48;9.64;1362.00;1.57;0.28 -11752;9;4583.32;12.75;1375.00;1.57;0.42 -11753;9;3446.12;12.48;1343.00;1.57;0.30 -11754;9;3167.84;10.56;1391.00;1.57;0.22 -11755;9;2950.02;12.18;1327.00;1.57;0.22 -11756;9;2708.48;11.55;1327.00;1.57;0.16 -11757;9;965.32;9.52;1428.00;1.57;0.48 -11758;9;1585.66;10.28;1541.00;1.57;0.18 -11759;9;3418.22;11.10;1284.00;1.57;0.38 -11760;9;1500.48;10.59;1549.00;1.57;0.28 -11761;9;4623.48;9.70;1317.00;1.57;0.24 -11762;9;3120.20;12.94;1356.00;1.57;0.20 -11763;9;947.68;11.35;1482.00;1.57;0.44 -11764;9;4711.66;9.50;1338.00;1.57;0.24 -11765;9;4896.76;10.40;1419.00;1.57;0.26 -11766;9;2768.84;13.76;1348.00;1.57;0.24 -11767;9;3111.30;9.82;1329.00;1.57;0.24 -11768;9;2671.02;9.60;1304.00;1.57;0.22 -11769;9;1574.84;11.79;1541.00;1.57;0.18 -11770;9;4780.84;12.33;1316.00;1.57;0.20 -11771;9;4730.48;9.70;1358.00;1.57;0.26 -11772;9;1199.22;13.60;1551.00;1.57;0.42 -11773;9;2940.30;9.70;1308.00;1.57;0.24 -11774;9;3197.94;10.04;1344.00;1.57;0.20 -11775;9;4779.66;13.60;1336.00;1.57;0.22 -11776;9;1494.48;10.49;1541.00;1.57;0.28 -11777;9;4923.94;12.50;1426.00;1.57;0.26 -11778;9;3236.66;11.56;1319.00;1.57;0.26 -11779;9;2837.02;13.37;1364.00;1.57;0.18 -11780;9;2715.84;12.10;1315.00;1.57;0.20 -11781;9;4786.84;13.18;1359.00;1.57;0.24 -11782;9;1639.48;9.70;1549.00;1.57;0.22 -11783;9;1585.94;10.35;1470.00;1.57;0.32 -11784;9;3307.12;13.53;1322.00;1.57;0.22 -11785;9;1607.84;10.75;1552.00;1.57;0.24 -11786;9;3138.66;12.71;1315.00;1.57;0.22 -11787;9;3124.02;11.27;1426.00;1.57;0.22 -11788;9;1320.04;10.62;1597.00;1.57;0.44 -11789;9;1562.48;10.55;1549.00;1.57;0.20 -11790;9;3009.02;12.81;1375.00;1.57;0.18 -11791;9;1484.94;10.40;1555.00;1.57;0.34 -11792;9;3312.66;11.16;1298.00;1.57;0.26 -11793;9;2802.20;10.60;1356.00;1.57;0.20 -11794;9;2875.84;10.90;1444.00;1.57;0.24 -11795;9;976.76;12.23;1439.00;1.57;0.30 -11796;9;3258.20;11.61;1294.00;1.57;0.20 -11797;9;3414.04;16.36;1310.00;1.57;0.26 -11798;9;2700.84;11.24;1292.00;1.57;0.24 -11799;9;1627.38;10.25;1556.00;1.57;0.18 -11800;9;1554.30;10.40;1557.00;1.57;0.24 -11801;9;4641.12;11.95;1348.00;1.57;0.32 -11802;9;1264.14;10.71;1480.00;1.57;0.36 -11803;9;3038.12;10.71;1345.00;1.57;0.20 -11804;9;2943.02;10.36;1366.00;1.57;0.22 -11805;9;2660.02;9.55;1304.00;1.57;0.22 -11806;9;2749.20;13.00;1350.00;1.57;0.20 -11807;9;2765.48;12.54;1296.00;1.57;0.24 -11808;9;4741.48;9.90;1366.00;1.57;0.28 -11809;9;2742.20;12.85;1352.00;1.57;0.20 -11810;9;3348.48;12.64;1271.00;1.57;0.28 -11811;9;3273.12;9.73;1339.00;1.57;0.32 -11812;9;2760.20;12.78;1304.00;1.57;0.20 -11813;9;3183.66;13.07;1356.00;1.57;0.24 -11814;9;1021.86;11.25;1454.00;1.57;0.46 -11815;9;4709.12;11.06;1350.00;1.57;0.22 -11816;9;3071.66;9.50;1384.00;1.57;0.24 -11817;9;1598.30;10.46;1568.00;1.57;0.22 -11818;9;3163.56;9.50;1335.00;1.57;0.16 -11819;9;2808.84;11.53;1361.00;1.57;0.24 -11820;9;2724.20;11.11;1323.00;1.57;0.16 -11821;9;2801.20;12.22;1363.00;1.57;0.20 -11822;9;4635.48;10.29;1323.00;1.57;0.28 -11823;9;4805.02;14.59;1364.00;1.57;0.18 -11824;9;2939.66;9.70;1326.00;1.57;0.22 -11825;9;2725.48;12.09;1355.00;1.57;0.16 -11826;9;3348.76;12.47;1321.00;1.57;0.26 -11828;9;4772.84;12.53;1339.00;1.57;0.24 -11829;9;3263.48;9.69;1342.00;1.57;0.18 -11830;9;1679.40;9.75;1576.00;1.57;0.28 -11831;9;3271.20;13.41;1315.00;1.57;0.20 -11832;9;3142.76;10.86;1367.00;1.57;0.16 -11833;9;2971.66;9.50;1380.00;1.57;0.26 -11834;9;2888.66;9.50;1387.00;1.57;0.22 -11835;9;4748.84;9.90;1323.00;1.57;0.24 -11836;9;4716.76;10.18;1383.00;1.57;0.32 -11837;9;3072.12;9.58;1335.00;1.57;0.26 -11838;9;2794.20;12.27;1373.00;1.57;0.20 -11839;9;3338.30;11.75;1326.00;1.57;0.20 -11840;9;2694.20;13.56;1365.00;1.57;0.20 -11841;9;1580.94;9.82;1493.00;1.57;0.28 -11842;9;3224.66;9.80;1357.00;1.57;0.20 -11843;9;2698.84;12.64;1372.00;1.57;0.20 -11844;9;3331.94;10.28;1308.00;1.57;0.28 -11845;9;3089.02;13.97;1381.00;1.57;0.18 -11846;9;3009.12;9.70;1352.00;1.57;0.26 -11847;9;5009.66;12.15;1328.00;1.57;0.26 -11848;9;3224.84;9.50;1303.00;1.57;0.24 -11849;9;2879.20;9.66;1391.00;1.57;0.20 -11850;9;4791.02;12.80;1371.00;1.57;0.22 -11851;9;2693.84;10.21;1296.00;1.57;0.24 -11852;9;2754.84;12.55;1370.00;1.57;0.24 -11853;9;3446.22;17.56;1319.00;1.57;0.24 -11854;9;2744.84;13.11;1372.00;1.57;0.16 -11855;9;4671.58;12.56;1360.00;1.57;0.36 -11856;9;3131.20;13.48;1343.00;1.57;0.20 -11857;9;3150.84;13.65;1373.00;1.57;0.24 -11858;9;3100.12;12.55;1379.00;1.57;0.24 -11859;9;938.04;9.55;1442.00;1.57;0.40 -11860;9;3298.76;13.27;1291.00;1.57;0.26 -11861;9;2997.02;11.42;1390.00;1.57;0.22 -11862;9;4812.66;13.45;1377.00;1.57;0.22 -11863;9;2748.66;12.66;1312.00;1.57;0.20 -11864;9;4783.76;11.38;1400.00;1.57;0.32 -11865;9;4490.04;12.84;1157.00;1.57;0.42 -11866;9;3300.66;10.31;1346.00;1.57;0.26 -11867;9;3248.84;11.11;1323.00;1.57;0.24 -11868;9;3156.02;12.80;1382.00;1.57;0.22 -11869;9;2815.20;9.80;1445.00;1.57;0.20 -11870;9;2767.48;13.84;1334.00;1.57;0.16 -11871;9;3416.76;10.53;1268.00;1.57;0.32 -11872;9;3082.20;13.23;1395.00;1.57;0.20 -11873;9;1573.40;11.89;1514.00;1.57;0.28 -11874;9;2939.84;9.70;1316.00;1.57;0.24 -11875;9;2890.84;10.18;1395.00;1.57;0.22 -11876;9;934.58;11.21;1452.00;1.57;0.20 -11877;9;2874.38;9.85;1396.00;1.57;0.18 -11878;9;4811.66;14.41;1342.00;1.57;0.26 -11879;9;4848.86;9.65;1378.00;1.57;0.46 -11880;9;3461.12;14.84;1304.00;1.57;0.32 -11881;9;3367.12;11.90;1346.00;1.57;0.32 -11882;9;3012.66;12.18;1362.00;1.57;0.20 -11883;9;3310.48;11.04;1351.00;1.57;0.22 -11884;9;2781.12;12.23;1301.00;1.57;0.24 -11885;9;2678.66;10.52;1318.00;1.57;0.16 -11886;9;4676.12;12.05;1332.00;1.57;0.32 -11887;9;3149.02;10.95;1387.00;1.57;0.22 -11888;9;1575.22;12.30;1528.00;1.57;0.26 -11889;9;2985.20;10.77;1397.00;1.57;0.20 -11890;9;1498.40;10.60;1521.00;1.57;0.24 -11891;9;2923.66;11.10;1399.00;1.57;0.22 -11892;9;1604.48;9.50;1514.00;1.57;0.28 -11893;9;4815.30;12.15;1395.00;1.57;0.30 -11894;9;3380.12;12.24;1341.00;1.57;0.30 -11895;9;3142.02;12.10;1305.00;1.57;0.22 -11896;9;4768.30;11.71;1327.00;1.57;0.26 -11897;9;3348.48;12.75;1330.00;1.57;0.22 -11898;9;3249.30;11.89;1302.00;1.57;0.22 -11899;9;3092.66;14.46;1396.00;1.57;0.22 -11900;9;1632.66;9.52;1538.00;1.57;0.24 -11901;9;3041.30;9.50;1406.00;1.57;0.26 -11902;9;1575.16;10.90;1705.00;1.57;0.68 -11903;9;4695.58;10.10;1403.00;1.57;0.30 -11904;9;4904.40;12.79;1394.00;1.57;0.30 -11905;9;3211.48;11.09;1347.00;1.57;0.28 -11906;9;4836.66;12.60;1408.00;1.57;0.26 -11907;9;3268.76;12.52;1284.00;1.57;0.20 -11908;9;4969.20;12.70;1256.00;1.57;0.20 -11909;9;4444.20;10.23;967.00;1.57;0.20 -11910;9;3243.30;9.85;1153.00;1.57;0.30 -11911;9;4213.30;9.68;1010.00;1.57;0.30 -11912;9;4819.20;12.37;1266.00;1.57;0.20 -11913;9;4660.20;9.70;1176.00;1.57;0.20 -11914;9;4687.02;9.50;1012.00;1.57;0.22 -11915;9;4771.48;9.94;1294.00;1.57;0.20 -11916;9;4632.94;9.70;1197.00;1.57;0.18 -11917;9;3250.76;12.58;1273.00;1.57;0.20 -11918;9;4557.58;12.41;1064.00;1.57;0.30 -11919;9;3357.48;9.69;1202.00;1.57;0.24 -11920;9;4666.48;11.00;1122.00;1.57;0.24 -11921;9;2967.04;10.47;1229.00;1.57;0.32 -11922;9;3326.12;11.15;1142.00;1.57;0.32 -11923;9;2805.48;10.40;1242.00;1.57;0.28 -11924;9;4115.04;12.00;976.00;1.57;0.42 -11925;9;4845.66;10.91;1189.00;1.57;0.16 -11926;9;4496.94;10.25;1011.00;1.57;0.22 -11927;9;1565.76;9.70;1434.00;1.57;0.36 -11928;9;4698.12;9.50;1177.00;1.57;0.26 -11929;9;4210.40;9.80;1037.00;1.57;0.28 -11930;9;4981.02;10.21;1286.00;1.57;0.22 -11931;9;4547.58;11.60;1226.00;1.57;0.30 -11932;9;4777.86;9.50;1060.00;1.57;0.46 -11933;9;4601.48;9.70;1247.00;1.57;0.28 -11934;9;3181.94;11.35;719.00;1.57;0.62 -11935;9;2939.04;10.41;1223.00;1.57;0.40 -11936;9;4451.20;9.84;967.00;1.57;0.20 -11937;9;4639.48;10.90;1149.00;1.57;0.28 -11938;9;4560.48;9.60;1006.00;1.57;0.26 -11939;9;2862.48;10.75;1260.00;1.57;0.24 -11940;9;3011.04;11.07;1155.00;1.57;0.36 -11941;9;4560.12;10.65;1031.00;1.57;0.28 -11942;9;1450.40;10.30;1384.00;1.57;0.28 -11943;9;2665.68;9.71;1186.00;1.57;0.48 -11944;9;4634.30;9.70;1293.00;1.57;0.22 -11945;9;4592.94;11.35;1052.00;1.57;0.34 -11946;9;4880.48;9.69;1221.00;1.57;0.16 -11947;9;4670.30;10.96;1114.00;1.57;0.24 -11948;9;4779.76;9.50;1223.00;1.57;0.24 -11949;9;4846.38;9.95;1174.00;1.57;0.18 -11950;9;4029.32;11.02;948.00;1.57;0.30 -11951;9;3163.22;9.70;1144.00;1.57;0.42 -11952;9;3945.96;9.70;1007.00;1.57;0.28 -11953;9;2915.48;14.29;1246.00;1.57;0.28 -11954;9;3119.20;9.95;1175.00;1.57;0.20 -11955;9;4014.94;10.69;1128.00;1.57;0.34 -11956;9;2762.84;14.68;1272.00;1.57;0.18 -11957;9;2970.40;10.16;1199.00;1.57;0.40 -11958;9;4801.84;12.53;1295.00;1.57;0.24 -11959;9;4688.02;12.36;1041.00;1.57;0.22 -11960;9;4923.84;10.03;1228.00;1.57;0.24 -11961;9;4633.12;10.68;1102.00;1.57;0.30 -11962;9;4616.48;10.44;1269.00;1.57;0.24 -11963;9;4505.12;10.04;958.00;1.57;0.30 -11964;9;3292.66;9.70;1165.00;1.57;0.22 -11965;9;3150.84;9.50;1267.00;1.57;0.24 -11966;9;4262.94;12.17;1009.00;1.57;0.30 -11967;9;3221.12;10.00;1160.00;1.57;0.32 -11968;9;4221.48;9.53;1027.00;1.57;0.28 -11969;9;2961.38;10.58;1264.00;1.57;0.18 -11970;9;3344.56;10.20;1157.00;1.57;0.16 -11971;9;1349.58;10.40;1598.00;1.57;0.38 -11972;9;4436.86;14.36;1110.00;1.57;0.36 -11973;9;4632.66;11.00;1214.00;1.57;0.22 -11974;9;3283.48;10.04;1092.00;1.57;0.26 -11975;9;1530.04;9.70;1395.00;1.57;0.44 -11976;9;3369.76;12.15;1139.00;1.57;0.36 -11977;9;4794.66;11.68;1250.00;1.57;0.26 -11978;9;4115.76;10.16;957.00;1.57;0.32 -11979;9;3327.20;10.12;1157.00;1.57;0.20 -11980;9;4625.66;9.70;1282.00;1.57;0.26 -11981;9;4526.84;9.65;995.00;1.57;0.24 -11982;9;4668.84;9.71;1178.00;1.57;0.20 -11983;9;4528.66;10.14;1013.00;1.57;0.26 -11984;9;3326.32;11.20;1234.00;1.57;0.40 -11985;9;4850.84;9.76;1215.00;1.57;0.24 -11986;9;4653.84;9.74;1059.00;1.57;0.24 -11987;9;2727.58;14.17;1212.00;1.57;0.30 -11988;9;4589.30;10.45;1119.00;1.57;0.30 -11989;9;4966.94;12.80;1264.00;1.57;0.34 -11990;9;4519.94;9.98;953.00;1.57;0.34 -11991;9;4679.66;10.90;1141.00;1.57;0.26 -11992;9;4779.48;9.50;1261.00;1.57;0.28 -11993;9;3966.68;10.20;1001.00;1.57;0.34 -11994;9;4642.30;9.70;1169.00;1.57;0.26 -11995;9;4017.32;10.54;1026.00;1.57;0.50 -11996;9;4620.48;9.70;1291.00;1.57;0.26 -11997;9;4875.48;9.74;1194.00;1.57;0.24 -11998;9;3083.02;9.60;1331.00;1.57;0.22 -11999;9;3320.84;10.06;1040.00;1.57;0.24 -12000;9;2955.76;10.10;1191.00;1.57;0.36 -12001;9;3132.84;10.50;1302.00;1.57;0.24 -12002;9;3316.14;12.26;1092.00;1.57;0.42 -12003;9;3027.38;9.50;1248.00;1.57;0.16 -12004;9;3298.12;9.99;1139.00;1.57;0.32 -12005;9;3968.86;12.24;1172.00;1.57;0.44 -12006;9;4846.20;10.33;1183.00;1.57;0.14 -12007;9;4961.76;10.15;1269.00;1.57;0.30 -12008;9;4433.76;10.92;1011.00;1.57;0.36 -12009;9;3030.02;12.18;1163.00;1.57;0.22 -12010;9;4231.76;9.50;1017.00;1.57;0.36 -12011;9;4815.20;12.95;1275.00;1.57;0.20 -12012;9;4571.76;9.93;1204.00;1.57;0.36 -12013;9;3265.66;11.75;1270.00;1.57;0.26 -12014;9;4562.94;11.28;1053.00;1.57;0.34 -12015;9;4637.38;11.05;1237.00;1.57;0.18 -12016;9;3273.58;14.18;1277.00;1.57;0.22 -12017;9;4528.94;11.16;1094.00;1.57;0.34 -12018;9;2788.78;14.20;1200.00;1.57;0.52 -12019;9;4642.48;10.59;1136.00;1.57;0.22 -12020;9;2825.76;13.92;1232.00;1.57;0.32 -12021;9;431.94;13.24;989.00;1.57;0.34 -12022;9;3019.12;11.38;1047.00;1.57;1.32 -12023;9;4520.48;11.60;1018.00;1.57;0.22 -12024;9;1254.52;11.20;1512.00;1.57;0.38 -12025;9;3157.30;9.84;1175.00;1.57;0.30 -12026;9;4604.66;10.36;1311.00;1.57;0.26 -12027;9;4690.02;14.60;1031.00;1.57;0.22 -12028;9;4897.38;9.83;1205.00;1.57;0.18 -12029;9;3368.12;9.66;1255.00;1.57;0.32 -12030;9;4615.48;10.35;1081.00;1.57;0.28 -12031;9;4904.66;9.75;1229.00;1.57;0.20 -12032;9;4848.02;9.73;1166.00;1.57;0.22 -12033;9;3207.12;10.00;1151.00;1.57;0.30 -12034;9;2906.76;14.21;1233.00;1.57;0.36 -12035;9;4136.22;10.21;1028.00;1.57;0.28 -12036;9;4626.02;9.70;1185.00;1.57;0.22 -12037;9;3888.22;9.68;1007.00;1.57;0.34 -12038;9;2767.48;10.30;1266.00;1.57;0.20 -12039;9;2988.30;9.70;1190.00;1.57;0.30 -12040;9;4780.02;9.70;1287.00;1.57;0.22 -12041;9;3958.16;9.86;1126.00;1.57;0.46 -12042;9;2724.58;16.32;1198.00;1.57;0.32 -12043;9;4644.30;9.65;1313.00;1.57;0.28 -12044;9;3292.12;10.30;1081.00;1.57;0.32 -12045;9;4640.84;11.00;1259.00;1.57;0.24 -12046;9;3492.04;9.70;1199.00;1.57;0.44 -12047;9;3028.30;11.63;1276.00;1.57;0.20 -12048;9;4454.12;9.70;991.00;1.57;0.24 -12049;9;3305.56;9.74;1156.00;1.57;0.16 -12050;9;4188.20;9.90;1020.00;1.57;0.20 -12051;9;2909.84;12.13;1258.00;1.57;0.24 -12052;9;4690.84;9.93;1169.00;1.57;0.20 -12053;9;4533.30;13.06;1081.00;1.57;0.30 -12054;9;1578.94;9.70;1455.00;1.57;0.34 -12055;9;4636.94;9.75;1220.00;1.57;0.20 -12056;9;5000.66;12.70;1306.00;1.57;0.26 -12057;9;4638.12;12.88;1068.00;1.57;0.24 -12058;9;3175.84;10.61;1238.00;1.57;0.20 -12059;9;4675.12;11.78;1132.00;1.57;0.24 -12060;9;4810.66;10.18;1235.00;1.57;0.14 -12061;9;4636.48;10.39;1160.00;1.57;0.28 -12062;9;4586.84;10.96;1274.00;1.57;0.24 -12063;9;4152.12;9.70;988.00;1.57;0.28 -12064;9;3242.52;14.00;198.00;1.57;0.72 -12065;9;4457.22;11.06;1013.00;1.57;0.34 -12066;9;3057.66;9.70;1298.00;1.57;0.24 -12067;9;4680.02;9.77;1208.00;1.57;0.22 -12068;9;4683.02;10.04;1021.00;1.57;0.22 -12069;9;4616.66;9.70;1241.00;1.57;0.26 -12070;9;2689.20;9.86;1277.00;1.57;0.20 -12071;9;3317.48;10.10;1070.00;1.57;0.28 -12072;9;4966.66;11.68;1244.00;1.57;0.26 -12073;9;3337.58;12.50;1130.00;1.57;0.38 -12074;9;4658.48;11.19;1267.00;1.57;0.26 -12075;9;4438.94;11.10;992.00;1.57;0.32 -12076;9;4697.30;10.20;1159.00;1.57;0.16 -12077;9;4547.12;10.51;1010.00;1.57;0.22 -12078;9;4577.84;12.58;1283.00;1.57;0.24 -12079;9;3141.48;9.79;1161.00;1.57;0.28 -12080;9;3982.76;10.66;1015.00;1.57;0.36 -12081;9;2746.20;13.54;1296.00;1.57;0.16 -12082;9;3028.48;10.60;1098.00;1.57;0.92 -12083;9;2755.12;12.18;1291.00;1.57;0.20 -12084;9;4636.84;12.83;1058.00;1.57;0.22 -12085;9;4789.66;9.75;1230.00;1.57;0.26 -12086;9;4546.04;9.70;1141.00;1.57;0.34 -12087;9;2724.66;11.43;1233.00;1.57;0.26 -12088;9;3091.48;10.20;1142.00;1.57;0.28 -12089;9;4812.20;11.50;1253.00;1.57;0.20 -12090;9;4255.58;9.50;979.00;1.57;0.38 -12091;9;3217.94;10.00;1145.00;1.57;0.28 -12092;9;3944.58;9.80;1029.00;1.57;0.38 -12093;9;4645.84;9.66;1280.00;1.57;0.24 -12094;9;3132.20;9.90;1186.00;1.57;0.20 -12095;9;4573.58;9.80;1032.00;1.57;0.30 -12096;9;3261.84;9.63;1258.00;1.57;0.24 -12097;9;4951.76;9.78;1227.00;1.57;0.20 -12098;9;3066.02;12.04;1309.00;1.57;0.22 -12099;9;3264.98;10.55;1075.00;1.57;0.78 -12100;9;2757.12;11.53;1230.00;1.57;0.28 -12101;9;3355.88;10.31;1117.00;1.57;0.52 -12102;9;3796.06;10.50;1661.00;1.57;0.30 -12103;9;4887.84;9.50;762.00;1.57;0.24 -12104;9;4870.12;10.40;433.00;1.57;0.32 -12105;9;3977.94;11.25;898.00;1.57;0.32 -12106;9;3795.80;10.40;1651.00;1.57;0.34 -12107;9;5035.94;10.62;536.00;1.57;0.34 -12108;9;3702.96;10.07;1457.00;1.57;0.48 -12109;9;4499.20;12.68;855.00;1.57;0.20 -12110;9;4590.02;9.79;604.00;1.57;0.22 -12111;9;3894.42;10.50;1512.00;1.57;0.46 -12112;9;4723.02;9.83;807.00;1.57;0.22 -12113;9;4431.84;9.50;661.00;1.57;0.14 -12114;9;4051.40;10.05;942.00;1.57;0.40 -12115;9;3809.68;9.80;1556.00;1.57;0.38 -12116;9;4743.48;9.68;753.00;1.57;0.28 -12117;9;3698.76;12.18;1626.00;1.57;0.36 -12118;9;4737.92;9.50;817.00;1.57;0.12 -12119;9;3999.44;18.55;1325.00;1.57;0.58 -12120;9;5424.76;9.50;393.00;1.57;0.36 -12121;9;3865.96;10.30;1481.00;1.57;0.54 -12122;9;4361.20;9.69;851.00;1.57;0.20 -12123;9;5045.40;9.70;529.00;1.57;0.34 -12124;9;985.78;12.46;1684.00;1.57;0.50 -12125;9;4335.48;9.60;898.00;1.57;0.28 -12126;9;4316.18;9.50;664.00;1.57;0.98 -12127;9;4312.20;10.83;929.00;1.57;0.20 -12128;9;3653.94;10.98;1556.00;1.57;0.26 -12129;9;4511.40;9.70;665.00;1.57;0.36 -12130;9;3689.76;10.25;1633.00;1.57;0.36 -12131;9;4380.30;9.95;752.00;1.57;0.22 -12132;9;5386.94;9.71;303.00;1.57;0.20 -12133;9;4452.02;9.62;806.00;1.57;0.22 -12134;9;941.70;15.31;1572.00;1.57;0.40 -12135;9;5084.94;9.50;520.00;1.57;0.28 -12136;9;4946.30;9.70;1517.00;1.57;0.30 -12137;9;4049.58;9.90;1084.00;1.57;0.38 -12138;9;4403.76;9.66;592.00;1.57;0.32 -12139;9;3798.32;9.80;1493.00;1.57;0.52 -12140;9;5058.48;9.98;859.00;1.57;0.28 -12141;9;4416.94;10.88;1140.00;1.57;0.34 -12142;9;3985.30;10.70;935.00;1.57;0.30 -12143;9;3791.50;9.80;1547.00;1.57;0.50 -12144;9;4370.84;9.50;747.00;1.57;0.24 -12145;9;1246.96;11.10;1729.00;1.57;0.48 -12146;9;4001.04;11.81;849.00;1.57;0.40 -12147;9;1606.44;9.79;1958.00;1.57;2.84 -12148;9;457.40;9.50;366.00;1.57;0.22 -12149;9;1688.22;9.78;1681.00;1.57;0.38 -12150;9;4479.12;10.87;847.00;1.57;0.32 -12151;9;4724.96;9.50;516.00;1.57;0.18 -12152;9;3960.68;9.80;1519.00;1.57;0.48 -12153;9;4731.74;9.50;805.00;1.57;0.14 -12154;9;5076.30;11.35;561.00;1.57;0.28 -12155;9;918.40;12.40;1657.00;1.57;0.40 -12156;9;4493.40;11.16;1225.00;1.57;0.40 -12157;9;3747.40;10.40;1612.00;1.57;0.40 -12158;9;4759.84;9.50;744.00;1.57;0.24 -12159;9;5598.96;10.29;382.00;1.57;0.28 -12160;9;4760.38;10.85;785.00;1.57;0.18 -12161;9;3791.32;9.90;1312.00;1.57;0.50 -12162;9;4649.14;9.50;514.00;1.57;0.26 -12163;9;3693.24;9.80;1440.00;1.57;0.44 -12164;9;4042.48;10.30;829.00;1.57;0.28 -12165;9;4449.66;9.96;576.00;1.57;0.26 -12166;9;1030.54;11.54;1846.00;1.57;0.70 -12167;9;4467.66;9.81;870.00;1.57;0.26 -12168;9;4404.04;9.70;654.00;1.57;0.32 -12169;9;2813.30;11.58;1384.00;1.57;0.18 -12170;9;3784.42;9.80;1528.00;1.57;0.50 -12171;9;4611.12;9.58;728.00;1.57;0.26 -12172;9;3642.12;10.46;1601.00;1.57;0.32 -12173;9;4373.58;9.70;894.00;1.57;0.26 -12174;9;4121.70;9.70;1680.00;1.57;0.34 -12175;9;3650.24;10.00;1748.00;1.57;0.38 -12176;9;4483.94;11.91;835.00;1.57;0.30 -12177;9;3854.78;10.90;1458.00;1.57;0.58 -12178;9;4781.96;9.64;514.00;1.57;0.24 -12179;9;3699.14;9.90;1478.00;1.57;0.48 -12180;9;4051.02;9.90;868.00;1.57;0.22 -12181;9;4382.40;10.06;651.00;1.57;0.34 -12182;9;3963.04;11.74;939.00;1.57;0.32 -12183;9;916.24;10.03;1643.00;1.57;0.32 -12184;9;4413.22;10.20;646.00;1.57;0.24 -12185;9;3821.14;10.60;1608.00;1.57;0.38 -12186;9;4626.94;12.42;736.00;1.57;0.34 -12187;9;3688.50;10.35;1738.00;1.57;0.48 -12188;9;4768.66;10.56;788.00;1.57;0.20 -12189;9;4912.22;10.30;1479.00;1.57;0.36 -12190;9;4766.38;11.05;508.00;1.57;0.18 -12191;9;4421.02;12.80;841.00;1.57;0.22 -12192;9;4917.14;9.86;1497.00;1.57;0.42 -12193;9;5086.40;12.79;554.00;1.57;0.40 -12194;9;3877.78;10.20;1499.00;1.57;0.52 -12195;9;4390.76;10.53;883.00;1.57;0.30 -12196;9;4632.48;10.30;647.00;1.57;0.28 -12197;9;4296.20;10.80;925.00;1.57;0.20 -12198;9;3759.78;9.93;1527.00;1.57;0.50 -12199;9;4406.30;10.87;731.00;1.57;0.26 -12200;9;3709.22;13.04;1573.00;1.57;0.40 -12201;9;4348.84;9.80;789.00;1.57;0.24 -12202;9;1706.58;10.94;1644.00;1.57;0.38 -12203;9;3638.66;9.88;1690.00;1.57;0.26 -12204;9;4496.94;9.92;830.00;1.57;0.24 -12205;9;1596.06;10.70;1670.00;1.57;0.36 -12206;9;4741.66;10.17;499.00;1.57;0.18 -12207;9;5385.16;9.56;1656.00;1.57;0.20 -12208;9;3967.94;9.97;885.00;1.57;0.28 -12209;9;4424.94;9.50;572.00;1.57;0.34 -12210;9;4466.94;11.19;905.00;1.57;0.32 -12211;9;877.22;11.29;1645.00;1.57;0.32 -12212;9;4405.40;9.74;628.00;1.57;0.28 -12213;9;4697.30;9.85;944.00;1.57;0.30 -12214;9;912.68;12.38;1690.00;1.57;0.34 -12215;9;4376.56;9.50;718.00;1.57;0.16 -12216;9;3689.04;10.50;1674.00;1.57;0.38 -12217;9;4755.38;12.93;776.00;1.57;0.18 -12218;9;3878.96;12.39;1276.00;1.57;0.44 -12219;9;4667.76;9.85;497.00;1.57;0.20 -12220;9;4361.56;9.60;841.00;1.57;0.16 -12221;9;1715.68;11.28;1663.00;1.57;0.32 -12222;9;5149.20;9.78;553.00;1.57;0.16 -12223;9;1678.04;10.13;1697.00;1.57;0.44 -12224;9;4389.12;9.70;873.00;1.57;0.24 -12225;9;4615.30;10.71;628.00;1.57;0.30 -12226;9;4007.22;11.60;949.00;1.57;0.36 -12227;9;3739.40;10.00;1520.00;1.57;0.40 -12228;9;4642.22;9.50;716.00;1.57;0.26 -12229;9;3764.68;10.17;1591.00;1.57;0.44 -12230;9;4340.02;9.55;783.00;1.57;0.22 -12231;9;825.54;9.70;1762.00;1.57;0.66 -12232;9;4478.38;9.70;820.00;1.57;0.18 -12233;9;3703.68;9.91;1417.00;1.57;0.48 -12234;9;4678.70;9.50;490.00;1.57;0.36 -12235;9;3667.76;9.86;1471.00;1.57;0.36 -12236;9;4699.66;10.08;872.00;1.57;0.26 -12237;9;5094.66;10.71;544.00;1.57;0.20 -12238;9;4330.02;9.87;927.00;1.57;0.22 -12239;9;3855.60;12.83;1276.00;1.57;0.44 -12240;9;5044.58;10.19;588.00;1.57;0.28 -12241;9;4085.40;12.63;955.00;1.57;0.28 -12242;9;3650.30;9.98;1566.00;1.57;0.24 -12243;9;4626.22;10.44;709.00;1.57;0.18 -12244;9;3641.12;9.90;1666.00;1.57;0.26 -12245;9;4763.02;11.87;778.00;1.57;0.20 -12246;9;4876.66;9.50;472.00;1.57;0.14 -12247;9;4022.48;10.15;816.00;1.57;0.24 -12248;9;3859.78;12.38;1260.00;1.57;0.42 -12249;9;4482.30;9.91;548.00;1.57;0.26 -12250;9;3894.76;17.69;1298.00;1.57;0.32 -12251;9;4252.56;9.50;848.00;1.57;0.16 -12252;9;4615.30;10.75;615.00;1.57;0.28 -12253;9;4686.02;10.25;914.00;1.57;0.18 -12254;9;3665.68;9.80;1492.00;1.57;0.42 -12255;9;4398.38;10.36;704.00;1.57;0.18 -12256;9;4309.66;10.11;957.00;1.57;0.26 -12257;9;3817.50;9.90;1574.00;1.57;0.46 -12258;9;4074.48;12.79;762.00;1.57;0.28 -12259;9;809.96;9.56;1749.00;1.57;0.36 -12260;9;4448.30;9.70;831.00;1.57;0.24 -12261;9;4884.68;10.48;1504.00;1.57;0.48 -12262;9;4374.12;12.95;1032.00;1.57;0.32 -12263;9;4928.14;10.30;1518.00;1.57;0.54 -12264;9;4406.22;9.97;879.00;1.57;0.22 -12265;9;5251.94;9.50;538.00;1.57;0.26 -12266;9;3834.78;10.12;1517.00;1.57;0.48 -12267;9;4292.84;9.93;907.00;1.57;0.24 -12268;9;4436.48;9.70;606.00;1.57;0.26 -12269;9;3947.30;9.91;940.00;1.57;0.30 -12270;9;3663.30;10.29;1566.00;1.57;0.30 -12271;9;4408.94;10.25;695.00;1.57;0.20 -12272;9;828.32;9.65;1734.00;1.57;0.40 -12273;9;4752.02;11.89;768.00;1.57;0.22 -12274;9;4466.12;10.46;1169.00;1.57;0.32 -12275;9;3999.30;12.16;826.00;1.57;0.26 -12276;9;1607.14;9.95;1657.00;1.57;0.40 -12277;9;4521.76;11.79;534.00;1.57;0.22 -12278;9;1515.14;9.50;1661.00;1.57;0.54 -12279;9;4726.84;9.50;861.00;1.57;0.24 -12280;9;4570.48;10.20;607.00;1.57;0.28 -12281;9;871.40;9.75;1616.00;1.57;0.40 -12282;9;4418.04;13.95;1047.00;1.57;0.42 -12283;9;4547.86;9.80;684.00;1.57;0.30 -12284;9;4287.84;10.00;941.00;1.57;0.24 -12285;9;3831.04;10.20;1567.00;1.57;0.44 -12286;9;4357.20;9.57;768.00;1.57;0.20 -12287;9;3744.50;11.35;1640.00;1.57;0.30 -12288;9;4450.76;9.70;821.00;1.57;0.24 -12289;9;1770.22;9.80;1668.00;1.57;0.42 -12290;9;4899.12;10.21;457.00;1.57;0.32 -12291;9;1729.42;9.88;1699.00;1.57;0.56 -12292;9;4343.40;9.50;852.00;1.57;0.40 -12293;9;4535.66;10.26;533.00;1.57;0.26 -12294;9;3716.96;9.80;1491.00;1.57;0.40 -12295;9;3973.14;11.03;920.00;1.57;0.34 -12296;9;4445.20;10.30;597.00;1.57;0.20 -12297;9;4456.48;10.45;940.00;1.57;0.28 -12298;9;3667.48;10.95;1554.00;1.57;0.28 -12299;9;4420.84;9.50;669.00;1.57;0.18 -12300;9;4546.76;15.20;1296.00;1.57;0.36 -12301;9;1220.86;11.80;1415.00;1.57;0.46 -12302;9;4369.12;10.30;674.00;1.57;0.32 -12303;9;990.58;12.03;1443.00;1.57;0.38 -12304;9;1601.76;9.76;1159.00;1.57;0.22 -12305;9;1400.30;9.95;1514.00;1.57;0.30 -12306;9;1738.90;12.00;229.00;1.57;0.68 -12307;9;4123.94;10.60;1020.00;1.57;0.34 -12308;9;5128.86;10.83;285.00;1.57;0.42 -12309;9;3513.12;11.06;1350.00;1.57;0.24 -12310;9;4541.76;10.45;1101.00;1.57;0.36 -12311;9;4842.42;9.79;397.00;1.57;0.62 -12312;9;1415.22;10.27;1584.00;1.57;0.22 -12313;9;1348.04;9.70;1363.00;1.57;0.34 -12314;9;3885.52;10.60;1265.00;1.57;0.52 -12315;9;4883.50;12.55;633.00;1.57;0.34 -12316;9;3418.68;10.90;1216.00;1.57;0.38 -12317;9;4327.02;10.82;954.00;1.57;0.22 -12318;9;3465.40;17.01;1289.00;1.57;0.28 -12319;9;4413.50;12.15;1010.00;1.57;0.28 -12320;9;3499.84;12.13;1326.00;1.57;0.24 -12321;9;1795.66;9.65;209.00;1.57;0.66 -12322;9;4288.42;13.20;1095.00;1.57;0.50 -12323;9;4637.82;9.70;267.00;1.57;0.54 -12324;9;3729.40;9.70;1358.00;1.57;0.40 -12325;9;1486.32;10.30;1379.00;1.57;0.28 -12326;9;4848.42;10.04;426.00;1.57;0.62 -12327;9;4386.96;16.90;1289.00;1.57;0.52 -12328;9;1398.40;10.30;1422.00;1.57;0.40 -12329;9;3837.14;10.40;1419.00;1.57;0.50 -12330;9;4673.76;14.35;606.00;1.57;0.22 -12331;9;4533.42;13.89;1367.00;1.57;0.62 -12332;9;4422.58;9.95;950.00;1.57;0.32 -12333;9;3714.24;13.47;1289.00;1.57;0.56 -12334;9;2124.70;11.17;517.00;1.57;0.44 -12335;9;4281.76;10.39;1023.00;1.57;0.36 -12336;9;1936.32;9.60;297.00;1.57;0.38 -12337;9;4701.68;10.01;1415.00;1.57;0.32 -12338;9;4187.32;13.95;1083.00;1.57;0.32 -12339;9;4883.58;10.15;433.00;1.57;0.38 -12340;9;3893.06;10.55;1385.00;1.57;0.54 -12341;9;1287.96;10.45;1368.00;1.57;0.46 -12342;9;4863.76;10.20;1454.00;1.57;0.36 -12343;9;4387.68;10.42;637.00;1.57;0.28 -12344;9;4565.30;14.05;1280.00;1.57;0.30 -12345;9;4373.76;10.25;927.00;1.57;0.24 -12346;9;1379.22;10.20;1488.00;1.57;0.42 -12347;9;1613.22;9.65;1204.00;1.57;0.36 -12348;9;4620.68;12.98;1391.00;1.57;0.48 -12349;9;1775.18;10.20;181.00;1.57;0.68 -12350;9;4565.84;9.81;1083.00;1.57;0.24 -12351;9;1862.32;9.70;304.00;1.57;0.44 -12352;9;5016.30;9.67;1395.00;1.57;0.30 -12353;9;1507.68;10.30;1367.00;1.57;0.30 -12354;9;5016.96;9.70;391.00;1.57;0.54 -12355;9;4818.40;10.78;1426.00;1.57;0.34 -12356;9;4505.32;13.47;1258.00;1.57;0.42 -12357;9;1422.04;10.52;1597.00;1.57;0.40 -12358;9;4672.40;10.21;631.00;1.57;0.32 -12359;9;3650.78;9.60;1284.00;1.57;0.42 -12360;9;4411.68;10.10;918.00;1.57;0.40 -12361;9;1347.50;10.10;1519.00;1.57;0.44 -12362;9;5561.20;9.50;196.00;1.57;0.20 -12363;9;4326.96;11.34;1029.00;1.57;0.36 -12364;9;1879.22;9.70;290.00;1.57;0.40 -12365;9;1384.48;10.94;1534.00;1.57;0.28 -12366;9;4239.88;12.53;1075.00;1.57;0.30 -12367;9;5049.86;12.61;372.00;1.57;0.42 -12368;9;1419.12;10.11;1573.00;1.57;0.28 -12369;9;1267.24;9.70;1301.00;1.57;0.38 -12370;9;3968.16;16.91;1331.00;1.57;0.48 -12371;9;4995.66;10.80;603.00;1.57;0.26 -12372;9;3456.42;10.25;1225.00;1.57;0.44 -12373;9;4397.76;10.35;909.00;1.57;0.36 -12374;9;986.76;11.46;1414.00;1.57;0.36 -12375;9;4098.86;11.23;1009.00;1.57;0.40 -12376;9;3478.94;14.88;1320.00;1.57;0.26 -12377;9;5082.50;10.10;159.00;1.57;0.48 -12378;9;4542.58;11.27;1056.00;1.57;0.32 -12379;9;1892.94;9.70;276.00;1.57;0.34 -12380;9;3497.38;15.38;1339.00;1.57;0.18 -12381;9;1526.12;9.70;1366.00;1.57;0.32 -12382;9;5049.60;11.24;352.00;1.57;0.44 -12383;9;3668.40;9.80;1373.00;1.57;0.40 -12384;9;1487.66;10.15;1427.00;1.57;0.26 -12385;9;3939.42;10.90;1417.00;1.57;0.52 -12386;9;4876.96;9.51;599.00;1.57;0.54 -12387;9;3449.76;10.55;1275.00;1.57;0.28 -12388;9;4398.12;10.30;895.00;1.57;0.30 -12389;9;2810.96;9.50;1519.00;1.57;0.28 -12390;9;3899.50;9.80;1701.00;1.57;0.50 -12391;9;3056.02;12.92;395.00;1.57;1.18 -12392;9;4397.86;11.98;1003.00;1.57;0.36 -12393;9;3710.60;10.11;1836.00;1.57;0.60 -12394;9;1848.24;9.80;267.00;1.57;0.50 -12395;9;4236.70;10.85;1064.00;1.57;0.34 -12396;9;2007.32;11.50;391.00;1.57;0.52 -12397;9;3868.96;11.12;1390.00;1.57;0.54 -12398;9;1395.32;9.55;1351.00;1.57;0.26 -12399;9;972.52;16.45;1524.00;1.57;0.64 -12400;9;5029.68;10.50;591.00;1.57;0.46 -12401;9;1341.12;10.33;1397.00;1.57;0.32 -12402;9;4424.22;10.22;899.00;1.57;0.38 -12403;9;4567.14;13.91;1345.00;1.57;0.42 -12404;9;4298.30;10.13;996.00;1.57;0.30 -12405;9;1577.84;12.53;1558.00;1.57;0.20 -12406;9;5128.12;9.97;145.00;1.57;0.32 -12407;9;4530.30;10.97;1067.00;1.57;0.30 -12408;9;4524.40;11.12;1194.00;1.57;0.26 -12409;9;1836.04;10.50;250.00;1.57;0.44 -12410;9;1303.04;10.30;1350.00;1.57;0.44 -12411;9;5072.96;10.10;332.00;1.57;0.50 -12412;9;4798.04;10.35;1427.00;1.57;0.20 -12413;9;3442.90;10.73;1210.00;1.57;0.44 -12414;9;4506.40;11.48;1139.00;1.57;0.38 -12415;9;4395.30;12.20;612.00;1.57;0.30 -12416;9;3430.04;10.82;1272.00;1.57;0.28 -12417;9;4444.30;10.14;885.00;1.57;0.30 -12418;9;1339.86;10.52;1585.00;1.57;0.42 -12419;9;3135.88;12.05;155.00;1.57;0.68 -12420;9;4068.50;10.40;990.00;1.57;0.36 -12421;9;5025.76;11.22;1390.00;1.57;0.24 -12422;9;2154.70;11.20;628.00;1.57;0.48 -12423;9;4222.40;9.95;1055.00;1.57;0.40 -12424;9;5090.68;10.26;316.00;1.57;0.40 -12425;9;982.34;13.71;1488.00;1.57;0.54 -12426;9;4594.30;10.13;1175.00;1.57;0.30 -12427;9;4122.22;14.05;1509.00;1.57;0.42 -12428;9;5049.32;14.59;569.00;1.57;0.52 -12429;9;1414.76;10.40;1405.00;1.57;0.30 -12430;9;3890.32;16.23;1312.00;1.57;0.34 -12431;9;4422.86;9.90;889.00;1.57;0.26 -12432;9;4563.86;14.80;1322.00;1.57;0.36 -12433;9;4399.86;11.29;990.00;1.57;0.30 -12434;9;3559.86;11.24;1314.00;1.57;0.40 -12435;9;5111.40;12.06;136.00;1.57;0.40 -12436;9;4482.12;11.38;1052.00;1.57;0.32 -12437;9;1443.94;10.03;1527.00;1.57;0.32 -12438;9;2063.86;11.81;527.00;1.57;0.46 -12439;9;1533.58;9.70;1342.00;1.57;0.34 -12440;9;1912.60;9.80;361.00;1.57;0.56 -12441;9;3484.12;14.41;1340.00;1.57;0.24 -12442;9;3395.22;13.26;1219.00;1.57;0.32 -12443;9;4872.68;10.10;1445.00;1.57;0.30 -12444;9;4705.30;10.00;580.00;1.57;0.30 -12445;9;1555.04;10.52;1474.00;1.57;0.22 -12446;9;5025.96;9.78;1451.00;1.57;0.56 -12447;9;4450.30;10.40;865.00;1.57;0.30 -12448;9;4555.06;14.57;1386.00;1.57;0.44 -12449;9;4299.84;10.10;979.00;1.57;0.24 -12450;9;3512.30;13.25;1326.00;1.57;0.26 -12451;9;5125.24;10.10;223.00;1.57;0.40 -12452;9;4143.68;10.68;1040.00;1.57;0.32 -12453;9;1884.50;9.70;340.00;1.57;0.50 -12454;9;3695.32;9.80;1372.00;1.57;0.52 -12455;9;3381.98;11.85;1122.00;1.57;0.50 -12456;9;1409.12;10.68;1602.00;1.57;0.32 -12457;9;4961.22;10.17;523.00;1.57;0.34 -12458;9;1350.40;10.35;1433.00;1.57;0.36 -12459;9;1721.22;9.80;1636.00;1.57;0.36 -12460;9;4437.40;9.80;871.00;1.57;0.30 -12461;9;985.04;9.70;1400.00;1.57;0.32 -12462;9;4124.58;10.99;965.00;1.57;0.30 -12463;9;1363.58;10.90;1486.00;1.57;0.38 -12464;9;4300.30;10.25;1043.00;1.57;0.30 -12465;9;3743.42;9.80;1345.00;1.57;0.46 -12466;9;1972.14;11.30;438.00;1.57;0.54 -12467;9;4574.76;9.70;1143.00;1.57;0.36 -12468;9;1904.96;9.72;346.00;1.57;0.40 -12469;9;4678.22;12.03;1418.00;1.57;0.42 -12470;9;1499.86;10.01;1389.00;1.57;0.40 -12471;9;3764.60;9.70;1402.00;1.57;0.52 -12472;9;4569.40;10.56;521.00;1.57;0.24 -12473;9;3381.12;10.61;1255.00;1.57;0.32 -12474;9;3684.68;9.80;1421.00;1.57;0.48 -12475;9;4452.48;10.30;851.00;1.57;0.28 -12476;9;3475.76;12.83;1279.00;1.57;0.28 -12477;9;1590.39;9.70;1164.57;1.57;0.68 -12478;9;4684.12;10.31;1395.00;1.57;0.32 -12479;9;2085.86;11.80;514.00;1.57;0.42 -12480;9;4090.96;10.62;1031.00;1.57;0.28 -12481;9;1944.68;9.90;324.00;1.57;0.48 -12482;9;4829.68;11.79;1416.00;1.57;0.26 -12483;9;4557.40;10.45;1105.00;1.57;0.34 -12484;9;5010.04;10.30;520.00;1.57;0.42 -12485;9;4721.78;10.07;1451.00;1.57;0.54 -12486;9;1334.12;10.36;1381.00;1.57;0.32 -12487;9;3885.60;10.40;1431.00;1.57;0.60 -12488;9;4318.04;9.70;707.00;1.57;0.44 -12489;9;1357.76;10.06;1443.00;1.57;0.36 -12490;9;4069.14;10.34;975.00;1.57;0.36 -12491;9;3712.32;9.75;1313.00;1.57;0.52 -12492;9;4295.84;9.80;1024.00;1.57;0.24 -12493;9;5031.32;11.73;1370.00;1.57;0.38 -12494;9;1805.36;10.08;224.00;1.57;0.62 -12495;9;4586.12;10.11;1102.00;1.57;0.32 -12496;9;1911.60;9.80;313.00;1.57;0.42 -12497;9;1403.76;10.00;1545.00;1.57;0.34 -12498;9;1481.58;10.40;1392.00;1.57;0.36 -12499;9;4918.78;10.40;438.00;1.57;0.36 -12500;9;4883.94;9.80;1438.00;1.57;0.30 -12501;9;1439.22;12.93;1466.00;1.57;0.30 -12502;9;3781.22;9.88;1887.00;1.57;1.26 -12503;9;1827.76;11.30;1827.00;1.57;1.10 -12504;9;3248.74;13.25;428.00;1.57;0.64 -12505;9;1968.32;9.70;1683.00;1.57;0.52 -12506;9;4551.36;13.07;1652.00;1.57;0.60 -12507;9;4503.34;14.02;1517.00;1.57;0.70 -12508;9;810.94;12.35;1880.00;1.57;1.32 -12509;9;4187.06;14.80;1519.00;1.57;0.56 -12510;9;4041.52;10.34;1680.00;1.57;0.68 -12511;9;4008.68;14.10;1356.00;1.57;0.40 -12512;9;2065.96;13.10;1897.00;1.57;2.12 -12513;9;1287.96;10.55;1535.00;1.57;0.38 -12514;9;4100.44;10.40;1746.00;1.57;0.62 -12515;9;4132.42;10.11;1598.00;1.57;0.54 -12516;9;1248.32;11.70;1587.00;1.57;0.52 -12517;9;3980.36;10.40;1822.00;1.57;0.94 -12518;9;5005.32;11.35;1744.00;1.57;1.52 -12519;9;3102.36;13.20;344.00;1.57;0.92 -12520;9;4244.70;13.89;1483.00;1.57;0.64 -12521;9;3869.24;10.35;1643.00;1.57;0.38 -12522;9;5227.48;9.90;1629.00;1.57;1.28 -12523;9;4337.72;10.52;1691.00;1.57;0.66 -12524;9;4223.62;12.10;1354.00;1.57;0.58 -12525;9;4462.70;11.57;1585.00;1.57;0.68 -12526;9;4062.98;14.62;1374.00;1.57;0.40 -12527;9;3689.96;10.52;1717.00;1.57;0.42 -12528;9;4148.50;10.20;1576.00;1.57;0.50 -12529;9;4063.62;10.55;1428.00;1.57;0.50 -12530;9;3566.06;9.67;1965.00;1.57;0.44 -12531;9;4512.24;10.40;1790.00;1.57;1.10 -12532;9;5096.12;12.41;100.00;1.57;0.32 -12533;9;4526.08;12.60;1493.00;1.57;0.50 -12534;9;1024.60;11.69;1892.00;1.57;1.60 -12535;9;1056.14;14.79;1595.00;1.57;0.54 -12536;9;4117.68;10.26;1650.00;1.57;0.48 -12537;9;4703.66;12.36;1556.00;1.57;0.66 -12538;9;4580.38;10.40;1730.00;1.57;1.00 -12539;9;4457.16;13.83;1372.00;1.57;0.68 -12540;9;4399.70;11.43;1581.00;1.57;0.48 -12541;9;4362.26;14.58;1407.00;1.57;0.68 -12542;9;3988.60;10.29;1745.00;1.57;0.60 -12543;9;4699.80;11.25;1600.00;1.57;0.64 -12544;9;4302.98;14.82;1457.00;1.57;0.60 -12545;9;4036.60;9.70;1892.00;1.57;1.38 -12546;9;3973.14;9.80;1615.00;1.57;0.54 -12547;9;3157.08;11.70;97.00;1.57;0.60 -12548;9;4784.16;11.05;1493.00;1.57;0.54 -12549;9;4849.84;10.53;1985.00;1.57;2.24 -12550;9;1351.04;10.92;1664.00;1.57;0.42 -12551;9;5066.22;10.94;1751.00;1.57;1.42 -12552;9;1135.24;16.12;1470.00;1.57;0.64 -12553;9;964.70;12.78;1642.00;1.57;0.58 -12554;9;4634.96;12.62;1419.00;1.57;0.44 -12555;9;4211.52;9.80;1757.00;1.57;0.72 -12556;9;4650.88;12.88;1593.00;1.57;0.68 -12557;9;4598.88;11.75;1466.00;1.57;0.68 -12558;9;3667.42;9.90;1797.00;1.57;0.62 -12559;9;4981.26;9.90;1592.00;1.57;0.56 -12560;9;5110.48;12.15;104.00;1.57;0.28 -12561;9;1121.78;15.26;1574.00;1.57;0.58 -12562;9;3141.02;9.80;1556.00;1.57;0.22 -12563;9;4238.64;10.80;1613.00;1.57;0.86 -12564;9;4096.60;10.97;1498.00;1.57;0.48 -12565;9;4677.08;12.05;1684.00;1.57;0.58 -12566;9;1216.96;11.27;1670.00;1.57;0.56 -12567;9;3741.86;10.90;1676.00;1.57;0.46 -12568;9;1482.94;10.44;1493.00;1.57;0.34 -12569;9;4915.14;12.23;1574.00;1.57;0.54 -12570;9;1201.76;13.50;1521.00;1.57;0.36 -12571;9;854.48;12.35;1838.00;1.57;0.96 -12572;9;1093.78;12.00;1681.00;1.57;0.52 -12573;9;1032.32;15.31;1519.00;1.57;0.46 -12574;9;3939.18;9.70;1797.00;1.57;0.56 -12575;9;4513.36;13.42;1650.00;1.57;0.80 -12576;9;5047.24;10.57;94.00;1.57;0.26 -12577;9;1306.50;10.70;1616.00;1.57;0.34 -12578;9;971.42;13.58;1734.00;1.57;0.62 -12579;9;4348.16;14.30;1521.00;1.57;0.68 -12580;9;3955.26;9.85;1686.00;1.57;0.64 -12581;9;3909.24;12.32;1318.00;1.57;0.56 -12582;9;1495.42;10.55;1670.00;1.57;0.56 -12583;9;3963.60;11.16;1374.00;1.57;0.40 -12584;9;3766.78;10.50;1646.00;1.57;0.24 -12585;9;1095.78;13.23;1660.00;1.57;0.40 -12586;9;1293.04;10.70;1576.00;1.57;0.44 -12587;9;3653.04;9.90;1764.00;1.57;0.38 -12588;9;1329.60;11.05;1697.00;1.57;0.60 -12589;9;3100.66;10.38;91.00;1.57;0.84 -12590;9;4143.32;11.05;1460.00;1.57;0.52 -12591;9;4840.92;11.25;1628.00;1.57;0.68 -12592;9;5128.64;11.60;1879.00;1.57;2.82 -12593;9;1202.24;10.85;1775.00;1.57;0.64 -12594;9;4063.52;11.04;1530.00;1.57;0.52 -12595;9;4225.70;10.50;1697.00;1.57;0.64 -12596;9;4280.80;17.67;1318.00;1.57;0.52 -12597;9;1300.24;10.71;1691.00;1.57;0.50 -12598;9;4269.52;13.64;1398.00;1.57;0.58 -12599;9;4139.52;9.80;1723.00;1.57;0.56 -12600;9;1738.56;11.60;1819.00;1.57;1.16 -12601;9;4062.98;16.35;1399.00;1.57;0.78 -12602;9;3912.24;9.70;1781.00;1.57;0.62 -12603;9;1174.44;11.42;1734.00;1.57;0.74 -12604;9;5539.58;9.65;149.00;1.57;0.32 -12605;9;4440.06;14.25;1495.00;1.57;0.66 -12606;9;4032.34;9.80;1638.00;1.57;0.54 -12607;9;985.88;14.82;1592.00;1.57;0.60 -12608;9;4549.56;10.54;1746.00;1.57;1.16 -12609;9;4502.34;14.50;1359.00;1.57;0.40 -12610;9;4316.24;13.28;1549.00;1.57;0.58 -12611;9;4633.20;10.40;1753.00;1.57;1.20 -12612;9;4520.24;12.55;1420.00;1.57;0.52 -12613;9;4048.60;10.00;1554.00;1.57;0.60 -12614;9;4332.90;14.63;1438.00;1.57;0.62 -12615;9;4199.40;9.79;1802.00;1.57;1.04 -12616;9;3985.88;9.80;1594.00;1.57;0.58 -12617;9;5553.30;9.63;142.00;1.57;0.30 -12618;9;4758.96;10.10;1484.00;1.57;0.52 -12619;9;3904.70;10.68;1599.00;1.57;0.46 -12620;9;1247.98;10.90;1629.00;1.57;0.44 -12621;9;4289.52;10.40;1645.00;1.57;0.64 -12622;9;4660.98;11.75;1544.00;1.57;0.78 -12623;9;4888.56;10.85;1773.00;1.57;1.16 -12624;9;1210.26;13.43;1481.00;1.57;0.20 -12625;9;4312.42;13.09;1574.00;1.57;0.62 -12626;9;3668.04;9.80;1666.00;1.57;0.26 -12627;9;1158.06;17.06;1499.00;1.57;0.52 -12628;9;4273.72;12.27;1599.00;1.57;0.50 -12629;9;4603.88;12.48;1440.00;1.57;0.64 -12630;9;3842.62;9.81;1775.00;1.57;0.70 -12631;9;4162.60;10.56;1628.00;1.57;0.50 -12632;9;5522.96;10.40;111.00;1.57;0.44 -12633;9;1100.50;15.30;1572.00;1.57;0.46 -12634;9;4916.56;12.50;1861.00;1.57;2.44 -12635;9;4065.16;10.86;1487.00;1.57;0.56 -12636;9;1222.96;10.50;1802.00;1.57;0.56 -12637;9;1509.04;10.60;1493.00;1.57;0.38 -12638;9;4925.14;11.52;1544.00;1.57;0.54 -12639;9;3963.00;10.40;1721.00;1.57;0.68 -12640;9;3913.60;11.15;1375.00;1.57;0.36 -12641;9;4589.72;12.05;1565.00;1.57;0.62 -12642;9;1181.96;14.00;1534.00;1.57;0.52 -12643;9;4179.84;9.70;1842.00;1.57;1.24 -12644;9;4513.80;11.53;1583.00;1.57;0.66 -12645;9;5081.76;9.70;37.00;1.57;0.36 -12646;9;1303.58;10.50;1600.00;1.57;0.38 -12647;9;4423.98;11.12;1622.00;1.57;0.72 -12648;9;3213.90;13.14;187.00;1.57;0.90 -12649;9;4338.08;14.62;1501.00;1.57;0.56 -12650;9;4872.12;12.80;1649.00;1.57;0.68 -12651;9;1082.16;16.81;1620.00;1.57;0.76 -12652;9;3932.06;9.80;1662.00;1.57;0.56 -12653;9;3910.50;14.40;1270.00;1.57;0.50 -12654;9;4817.16;10.00;1545.00;1.57;0.64 -12655;9;4235.54;9.90;1731.00;1.57;0.74 -12656;9;4180.54;13.34;1384.00;1.57;0.52 -12657;9;4780.08;10.94;1567.00;1.57;0.76 -12658;9;3920.88;10.43;1399.00;1.57;0.56 -12659;9;3729.14;15.24;1750.00;1.57;0.54 -12660;9;4722.54;11.99;1615.00;1.57;0.56 -12661;9;356.20;9.58;1930.00;1.57;1.92 -12662;9;4083.14;10.83;1454.00;1.57;0.54 -12663;9;1175.52;11.10;1767.00;1.57;0.68 -12664;9;5562.66;9.97;182.00;1.57;0.26 -12665;9;4568.80;12.05;1505.00;1.57;0.68 -12666;9;4200.70;10.60;1678.00;1.57;0.56 -12667;9;1282.96;10.72;1626.00;1.57;0.50 -12668;9;4503.28;10.50;1749.00;1.57;0.90 -12669;9;4431.72;13.92;1390.00;1.57;0.60 -12670;9;1440.68;10.69;1475.00;1.57;0.20 -12671;9;4223.46;14.15;1408.00;1.57;0.42 -12672;9;3986.44;10.30;1771.00;1.57;0.62 -12673;9;961.50;10.95;1675.00;1.57;0.46 -12674;9;2458.03;9.70;1872.73;1.57;1.28 -12675;9;4335.88;16.58;1462.00;1.57;0.60 -12676;9;1006.24;13.54;1690.00;1.57;0.60 -12677;9;3200.22;13.13;446.00;1.57;1.12 -12678;9;4859.78;11.25;1497.00;1.57;0.54 -12679;9;3989.60;9.80;1626.00;1.57;0.60 -12680;9;1928.08;10.20;1699.00;1.57;0.84 -12681;9;4467.08;10.87;1713.00;1.57;0.88 -12682;9;1181.10;10.66;1839.00;1.57;1.02 -12683;9;5136.48;10.94;1739.00;1.57;1.58 -12684;9;1166.42;14.59;1455.00;1.57;0.62 -12685;9;1241.70;10.80;1708.00;1.57;0.50 -12686;9;4454.90;16.39;1436.00;1.57;0.70 -12687;9;4309.38;10.80;1853.00;1.57;1.36 -12688;9;1250.88;10.33;1751.00;1.57;0.64 -12689;9;2524.84;12.98;1895.00;1.57;1.60 -12690;9;4620.44;13.40;1475.00;1.57;0.56 -12691;9;4257.98;11.47;1641.00;1.57;0.78 -12692;9;3128.80;13.04;111.00;1.57;0.80 -12693;9;1322.34;11.00;1677.00;1.57;0.48 -12694;9;4791.98;12.35;1689.00;1.57;0.72 -12695;9;4234.52;14.79;1514.00;1.57;0.72 -12696;9;3806.42;9.80;1689.00;1.57;0.62 -12697;9;1410.40;10.60;1532.00;1.57;0.28 -12698;9;1915.08;10.25;1739.00;1.57;0.88 -12699;9;1032.14;15.10;1497.00;1.57;0.46 -12700;9;3824.08;9.70;1761.00;1.57;0.86 -12701;9;1496.64;10.70;1740.00;1.57;0.82 -12702;9;3560.44;10.25;1080.00;1.57;0.56 -12703;9;1638.68;10.30;991.00;1.57;0.48 -12704;9;3652.06;12.22;1223.00;1.57;0.52 -12705;9;4440.04;10.85;1125.00;1.57;0.30 -12706;9;4492.04;13.95;1311.00;1.57;0.44 -12707;9;2821.44;10.15;863.00;1.57;0.84 -12708;9;4009.14;15.26;1159.00;1.57;0.48 -12709;9;1469.40;12.02;1496.00;1.57;0.36 -12710;9;2566.44;9.70;897.00;1.57;0.84 -12711;9;2811.18;10.75;1148.00;1.57;0.82 -12712;9;1283.80;11.50;1133.00;1.57;0.50 -12713;9;4519.58;12.50;1215.00;1.57;0.32 -12714;9;3452.56;14.30;788.00;1.57;0.84 -12715;9;1408.20;9.70;1205.00;1.57;0.60 -12716;9;1863.72;10.22;972.00;1.57;0.92 -12717;9;3916.70;14.63;1213.00;1.57;0.58 -12718;9;3925.96;10.25;1097.00;1.57;0.56 -12719;9;3181.58;11.74;748.00;1.57;1.16 -12720;9;1184.22;12.28;1411.00;1.57;0.42 -12721;9;1236.14;15.40;1266.00;1.57;0.54 -12722;9;3845.60;12.22;1293.00;1.57;0.40 -12723;9;3381.24;12.92;892.00;1.57;0.54 -12724;9;4353.86;19.55;1135.00;1.57;0.46 -12725;9;3368.42;11.88;979.00;1.57;0.62 -12726;9;3533.96;9.70;1161.00;1.57;0.48 -12727;9;3530.80;12.30;1042.00;1.57;0.74 -12728;9;1226.14;10.95;1366.00;1.57;0.54 -12729;9;1691.18;10.10;880.00;1.57;0.98 -12730;9;4245.42;18.18;1101.00;1.57;0.38 -12731;9;2855.24;10.50;777.00;1.57;0.64 -12732;9;4392.24;12.45;1265.00;1.57;0.54 -12733;9;3204.42;10.40;1078.00;1.57;0.62 -12734;9;4019.58;12.35;860.00;1.57;0.38 -12735;9;1445.40;10.40;1427.00;1.57;0.40 -12736;9;1065.72;9.50;1267.00;1.57;0.92 -12737;9;4160.42;12.65;1449.00;1.57;0.62 -12738;9;1447.24;9.50;1066.00;1.57;0.64 -12739;9;3735.78;11.37;1169.00;1.57;0.58 -12740;9;3640.64;9.80;996.00;1.57;1.04 -12741;9;3135.62;10.51;708.00;1.57;0.50 -12742;9;2767.60;10.15;741.00;1.57;0.60 -12743;9;3961.70;10.07;1029.00;1.57;0.48 -12744;9;3275.90;11.20;813.00;1.57;0.58 -12745;9;1133.14;15.06;1348.00;1.57;0.54 -12746;9;1161.72;9.50;1206.00;1.57;0.72 -12747;9;2573.14;9.50;839.00;1.57;0.48 -12748;9;3674.88;11.58;1235.00;1.57;0.62 -12749;9;3509.16;10.70;1118.00;1.57;0.68 -12750;9;4425.88;13.13;1318.00;1.57;0.58 -12751;9;2677.82;10.70;863.00;1.57;0.90 -12752;9;1523.68;9.70;1313.00;1.57;0.42 -12753;9;1346.52;9.95;1126.00;1.57;0.72 -12754;9;3981.96;15.21;1194.00;1.57;0.52 -12755;9;1232.42;12.85;1184.00;1.57;0.52 -12756;9;3585.50;11.80;1190.00;1.57;0.50 -12757;9;3479.20;11.75;770.00;1.57;0.90 -12758;9;3427.60;12.43;1065.00;1.57;0.56 -12759;9;3527.78;11.40;816.00;1.57;0.38 -12760;9;2820.40;11.07;1244.00;1.57;0.26 -12761;9;3794.24;13.26;1107.00;1.57;0.62 -12762;9;2842.80;10.40;825.00;1.57;0.80 -12763;9;3930.16;14.38;1230.00;1.57;0.46 -12764;9;3198.32;9.70;1135.00;1.57;0.52 -12765;9;1047.70;15.75;1461.00;1.57;0.54 -12766;9;3412.16;14.01;891.00;1.57;0.48 -12767;9;4448.58;10.50;1175.00;1.57;0.38 -12768;9;3557.92;10.70;966.00;1.57;1.04 -12769;9;3864.96;18.09;1211.00;1.57;0.56 -12770;9;1663.78;10.00;865.00;1.57;0.78 -12771;9;3291.60;10.10;1018.00;1.57;0.46 -12772;9;1669.96;9.85;1016.00;1.57;0.56 -12773;9;3538.86;13.09;1219.00;1.57;0.42 -12774;9;3777.60;10.35;1070.00;1.57;0.58 -12775;9;3087.86;11.00;604.00;1.57;0.90 -12776;9;4410.88;13.20;1297.00;1.57;0.48 -12777;9;4073.50;10.15;1076.00;1.57;0.42 -12778;9;1336.50;11.35;1448.00;1.57;0.36 -12779;9;4028.86;10.71;885.00;1.57;0.32 -12780;9;3662.96;15.35;1145.00;1.57;0.56 -12781;9;4014.68;11.10;973.00;1.57;0.38 -12782;9;1260.14;10.56;1351.00;1.57;0.46 -12783;9;3249.92;12.30;660.00;1.57;0.98 -12784;9;4110.82;22.38;1178.00;1.57;0.74 -12785;9;2810.76;9.50;767.00;1.57;0.36 -12786;9;4089.22;10.36;1067.00;1.57;0.34 -12787;9;2772.64;10.58;769.00;1.57;0.74 -12788;9;3805.88;13.65;1207.00;1.57;0.54 -12789;9;4346.14;16.94;1101.00;1.57;0.54 -12790;9;1628.76;9.70;1028.00;1.57;0.36 -12791;9;1140.24;12.93;1405.00;1.57;0.52 -12792;9;3915.60;9.80;1114.00;1.57;0.44 -12793;9;3540.86;14.40;1280.00;1.57;0.40 -12794;9;2711.60;11.00;838.00;1.57;0.60 -12795;9;3158.52;12.19;508.00;1.57;0.72 -12796;9;3301.36;10.25;942.00;1.57;0.88 -12797;9;4415.06;18.09;1233.00;1.57;0.38 -12798;9;1577.42;13.87;867.00;1.57;0.58 -12799;9;4035.78;11.55;1016.00;1.57;0.40 -12800;9;3312.62;11.20;801.00;1.57;0.78 -12801;9;4076.10;22.79;1226.00;1.57;0.78 -12802;9;2611.44;11.19;840.00;1.57;0.50 -12803;9;1458.22;10.55;1437.00;1.57;0.42 -12804;9;1183.98;15.82;1248.00;1.57;0.50 -12805;9;3953.70;20.88;1286.00;1.57;0.64 -12806;9;3311.68;10.50;883.00;1.57;0.48 -12807;9;4141.16;22.08;1120.00;1.57;0.46 -12808;9;3192.60;10.79;690.00;1.57;0.60 -12809;9;3717.96;14.41;1145.00;1.57;0.56 -12810;9;1294.60;11.20;1172.00;1.57;0.56 -12811;9;1220.96;11.40;1339.00;1.57;0.56 -12812;9;3506.18;11.06;759.00;1.57;0.98 -12813;9;3493.44;11.90;1058.00;1.57;0.58 -12814;9;3553.14;11.76;804.00;1.57;0.54 -12815;9;4359.96;21.02;1224.00;1.57;0.56 -12816;9;3234.52;10.40;1072.00;1.57;0.72 -12817;9;2865.34;11.00;803.00;1.57;0.74 -12818;9;3625.06;12.50;1228.00;1.57;0.58 -12819;9;4417.50;14.85;1119.00;1.57;0.50 -12820;9;4277.26;13.50;1338.00;1.57;0.62 -12821;9;3534.74;12.97;886.00;1.57;0.74 -12822;9;3985.68;13.08;1170.00;1.57;0.46 -12823;9;1407.04;10.60;1091.00;1.57;0.36 -12824;9;3106.24;10.72;714.00;1.57;0.64 -12825;9;1669.34;9.90;842.00;1.57;1.36 -12826;9;3305.80;10.40;921.00;1.57;0.68 -12827;9;1114.68;14.86;1359.00;1.57;0.48 -12828;9;1912.16;9.76;944.00;1.57;0.76 -12829;9;3954.60;12.20;1049.00;1.57;0.46 -12830;9;3071.20;11.38;740.00;1.57;0.98 -12831;9;3891.16;16.65;1215.00;1.57;0.60 -12832;9;3625.08;11.37;1109.00;1.57;0.70 -12833;9;1021.80;9.70;1394.00;1.57;0.48 -12834;9;2560.82;9.70;855.00;1.57;0.28 -12835;9;1230.14;13.05;1290.00;1.57;0.54 -12836;9;3262.16;10.35;951.00;1.57;0.76 -12837;9;4366.42;20.60;1147.00;1.57;0.62 -12838;9;2714.72;10.20;889.00;1.57;0.68 -12839;9;3470.42;10.40;1196.00;1.57;0.44 -12840;9;3550.06;9.80;743.00;1.57;0.64 -12841;9;4418.12;14.96;1086.00;1.57;0.32 -12842;9;2806.54;12.49;1181.00;1.57;0.72 -12843;9;2819.04;10.55;785.00;1.57;0.44 -12844;9;3951.50;10.20;1101.00;1.57;0.50 -12845;9;1655.96;9.70;995.00;1.57;0.56 -12846;9;4308.90;21.17;1246.00;1.57;0.66 -12847;9;3222.96;11.77;658.00;1.57;0.56 -12848;9;1225.50;12.00;1432.00;1.57;0.50 -12849;9;2810.20;10.40;1042.00;1.57;2.18 -12850;9;1169.86;13.45;1314.00;1.57;0.46 -12851;9;2753.66;10.70;864.00;1.57;0.94 -12852;9;3718.86;11.06;1179.00;1.57;0.46 -12853;9;2057.36;9.64;843.00;1.57;0.72 -12854;9;4057.86;10.16;1008.00;1.57;0.44 -12855;9;3515.04;10.05;1197.00;1.57;0.44 -12856;9;3371.70;13.70;796.00;1.57;0.70 -12857;9;2647.20;9.89;1130.00;1.57;0.20 -12858;9;2582.16;9.70;831.00;1.57;0.76 -12859;9;1003.96;9.76;1363.00;1.57;0.56 -12860;9;4223.14;17.02;1096.00;1.57;0.46 -12861;9;3524.40;12.74;1269.00;1.57;0.40 -12862;9;3348.52;11.54;871.00;1.57;0.44 -12863;9;3678.52;12.15;1118.00;1.57;0.52 -12864;9;4153.16;12.20;1319.00;1.57;0.76 -12865;9;1442.52;12.79;1098.00;1.57;0.72 -12866;9;3051.72;11.00;1123.00;1.57;0.64 -12867;9;1360.16;9.70;1158.00;1.57;0.48 -12868;9;3989.40;10.43;1121.00;1.57;0.40 -12869;9;1654.52;9.80;831.00;1.57;1.24 -12870;9;3506.16;11.85;1032.00;1.57;0.72 -12871;9;3757.78;14.75;1209.00;1.57;0.58 -12872;9;1612.40;10.27;952.00;1.57;0.40 -12873;9;1170.34;11.06;1228.00;1.57;0.60 -12874;9;2830.16;11.20;806.00;1.57;0.74 -12875;9;1240.60;11.09;1399.00;1.57;0.40 -12876;9;3938.96;9.80;1115.00;1.57;0.50 -12877;9;3824.42;15.08;1247.00;1.57;0.54 -12878;9;1501.04;9.60;1016.00;1.57;0.44 -12879;9;3497.16;10.60;1143.00;1.57;0.60 -12880;9;4456.14;14.15;1345.00;1.57;0.54 -12881;9;3323.08;10.72;913.00;1.57;0.82 -12882;9;4433.94;17.06;1219.00;1.57;0.34 -12883;9;3420.88;10.00;992.00;1.57;0.68 -12884;9;4026.78;22.28;1200.00;1.57;0.46 -12885;9;1966.72;9.85;942.00;1.57;0.72 -12886;9;3922.80;9.78;1059.00;1.57;0.40 -12887;9;3320.98;10.57;831.00;1.57;0.78 -12888;9;2893.50;12.05;1222.00;1.57;0.34 -12889;9;3328.58;11.92;1077.00;1.57;0.38 -12890;9;4242.18;16.98;1294.00;1.57;0.70 -12891;9;2555.52;9.65;845.00;1.57;0.52 -12892;9;4154.98;16.44;1102.00;1.57;0.38 -12893;9;1202.96;12.82;1446.00;1.57;0.48 -12894;9;3593.00;11.02;939.00;1.57;0.68 -12895;9;3742.34;10.93;1146.00;1.57;0.74 -12896;9;3100.78;10.83;571.00;1.57;0.58 -12897;9;1170.24;13.38;1339.00;1.57;0.58 -12898;9;4351.94;14.10;1068.00;1.57;0.34 -12899;9;4254.64;21.75;1204.00;1.57;0.84 -12900;9;2889.70;10.35;771.00;1.57;0.68 -12901;9;1938.24;10.03;466.00;1.57;0.64 -12902;9;1861.76;10.50;591.00;1.57;0.74 -12903;9;2156.62;11.58;607.00;1.57;0.52 -12904;9;4750.76;10.15;323.00;1.57;1.16 -12905;9;4538.40;9.56;667.00;1.57;0.26 -12906;9;4924.94;9.80;234.00;1.57;1.14 -12907;9;3244.38;11.70;536.00;1.57;0.86 -12908;9;3349.32;11.49;405.00;1.57;0.52 -12909;9;2144.98;10.75;590.00;1.57;0.60 -12910;9;4964.04;9.50;125.00;1.57;0.40 -12911;9;3353.72;12.43;558.00;1.57;0.78 -12912;9;4748.10;10.70;281.00;1.57;1.10 -12913;9;2070.46;10.10;790.00;1.57;1.06 -12914;9;1711.04;14.84;396.00;1.57;0.44 -12915;9;4868.26;10.10;370.00;1.57;0.86 -12916;9;1866.56;10.69;566.00;1.57;0.66 -12917;9;1742.12;10.10;694.00;1.57;0.92 -12918;9;4983.86;9.73;129.00;1.57;0.46 -12919;9;1762.30;10.20;842.00;1.57;1.48 -12920;9;1700.22;11.93;233.00;1.57;0.42 -12921;9;3002.44;12.23;356.00;1.57;0.84 -12922;9;1877.08;9.80;452.00;1.57;0.88 -12923;9;2074.80;11.08;581.00;1.57;0.62 -12924;9;4981.96;9.70;110.00;1.57;0.52 -12925;9;3031.74;10.55;561.00;1.57;0.38 -12926;9;4759.36;10.70;244.00;1.57;0.90 -12927;9;3418.62;10.10;672.00;1.57;0.78 -12928;9;1723.60;21.13;387.00;1.57;0.60 -12929;9;3323.90;12.70;675.00;1.57;0.90 -12930;9;1767.60;20.19;559.00;1.57;0.60 -12931;9;5075.32;10.96;539.00;1.57;0.38 -12932;9;5002.40;9.84;99.00;1.57;0.40 -12933;9;2118.36;9.70;815.00;1.57;0.72 -12934;9;5035.52;9.84;198.00;1.57;0.72 -12935;9;3322.44;11.26;321.00;1.57;0.70 -12936;9;4931.98;10.10;353.00;1.57;0.74 -12937;9;2014.52;11.10;538.00;1.57;0.48 -12938;9;2122.60;12.54;566.00;1.57;0.60 -12939;9;1806.78;9.90;696.00;1.57;1.42 -12940;9;3131.92;12.50;257.00;1.57;1.12 -12941;9;3451.50;9.70;644.00;1.57;0.50 -12942;9;1793.78;12.99;352.00;1.57;0.58 -12943;9;1842.44;10.50;477.00;1.57;0.84 -12944;9;3412.88;10.48;488.00;1.57;0.68 -12945;9;3075.06;10.77;573.00;1.57;0.66 -12946;9;1709.34;10.71;98.00;1.57;0.74 -12947;9;2073.54;10.20;744.00;1.57;0.94 -12948;9;4815.24;10.00;192.00;1.57;0.64 -12949;9;5035.00;10.00;284.00;1.57;1.00 -12950;9;3304.14;11.95;406.00;1.57;0.94 -12951;9;1936.72;10.12;528.00;1.57;0.92 -12952;9;1749.54;10.10;111.00;1.57;0.62 -12953;9;1645.36;20.24;652.00;1.57;0.62 -12954;9;1682.86;9.50;193.00;1.57;0.46 -12955;9;4540.86;10.40;619.00;1.57;0.46 -12956;9;3489.34;10.46;284.00;1.57;0.70 -12957;9;4980.68;9.70;372.00;1.57;0.48 -12958;9;3013.98;11.07;446.00;1.57;0.78 -12959;9;2022.54;10.00;657.00;1.57;0.94 -12960;9;1886.54;9.69;76.00;1.57;0.40 -12961;9;2219.22;11.10;743.00;1.57;0.38 -12962;9;4740.60;10.30;180.00;1.57;0.60 -12963;9;3180.88;12.10;300.00;1.57;1.48 -12964;9;1890.42;10.30;407.00;1.57;0.58 -12965;9;1816.54;9.70;777.00;1.57;1.80 -12966;9;5471.04;12.85;62.00;1.57;0.44 -12967;9;3355.74;15.24;516.00;1.57;0.90 -12968;9;5046.24;9.80;177.00;1.57;0.58 -12969;9;1597.16;17.73;741.00;1.57;0.76 -12970;9;1761.78;10.81;318.00;1.57;0.58 -12971;9;3366.00;10.15;370.00;1.57;0.74 -12972;9;2047.24;10.90;506.00;1.57;0.50 -12973;9;1811.14;10.40;619.00;1.57;1.14 -12974;9;5452.50;12.40;55.00;1.57;0.46 -12975;9;2992.08;10.39;589.00;1.57;0.84 -12976;9;4764.88;10.00;168.00;1.57;0.48 -12977;9;2048.34;11.34;561.00;1.57;0.66 -12978;9;1768.52;11.94;408.00;1.57;0.72 -12979;9;1813.52;12.80;534.00;1.57;0.72 -12980;9;5437.32;11.06;42.00;1.57;0.42 -12981;9;3058.30;12.38;504.00;1.57;1.26 -12982;9;1742.46;12.90;202.00;1.57;0.78 -12983;9;1598.36;13.00;705.00;1.57;0.64 -12984;9;1690.76;9.66;271.00;1.57;0.36 -12985;9;2996.14;9.76;401.00;1.57;0.54 -12986;9;3326.24;12.25;434.00;1.57;0.64 -12987;9;2002.28;10.30;608.00;1.57;0.86 -12988;9;5429.96;10.11;28.00;1.57;0.36 -12989;9;3304.96;12.57;660.00;1.57;0.54 -12990;9;4742.16;10.03;153.00;1.57;0.52 -12991;9;3518.60;9.80;703.00;1.57;0.60 -12992;9;4919.56;10.14;279.00;1.57;0.88 -12993;9;4705.26;10.41;322.00;1.57;0.72 -12994;9;1712.50;10.95;486.00;1.57;0.50 -12995;9;5129.58;9.75;489.00;1.57;0.22 -12996;9;2155.04;9.77;519.00;1.57;0.40 -12997;9;1604.14;10.16;681.00;1.57;0.54 -12998;9;1794.96;10.28;253.00;1.57;0.56 -12999;9;2042.00;10.20;813.00;1.57;1.00 -13000;9;1839.78;9.75;374.00;1.57;0.58 -13001;9;4759.20;10.84;506.00;1.57;0.20 -13002;9;4304.84;9.70;413.00;1.57;0.24 -13003;9;2684.76;9.50;1794.00;1.57;0.36 -13004;9;2807.60;9.50;1545.00;1.57;0.34 -13005;9;4455.20;9.50;481.00;1.57;0.20 -13006;9;2714.06;9.50;1525.00;1.57;0.48 -13007;9;2714.88;9.50;1508.00;1.57;0.54 -13008;9;3669.32;10.02;1445.00;1.57;0.52 -13009;9;1852.92;9.52;1091.00;1.57;0.12 -13010;9;1823.40;9.50;1412.00;1.57;0.36 -13011;9;2866.76;10.00;1499.00;1.57;0.24 -13012;9;1857.20;9.55;1049.00;1.57;0.12 -13013;9;2565.56;9.50;572.00;1.57;0.16 -13014;9;2417.08;9.50;906.00;1.57;0.78 -13015;9;2908.12;9.50;657.00;1.57;0.32 -13016;9;2718.48;9.70;395.00;1.57;0.24 -13017;9;3667.20;9.81;312.00;1.57;0.18 -13018;9;3708.20;9.82;329.00;1.57;0.20 -13019;9;3966.84;9.70;517.00;1.57;0.18 -13020;9;5531.30;9.50;627.00;1.57;0.28 -13021;9;5505.20;9.50;668.00;1.57;0.20 -13022;9;5502.20;9.50;682.00;1.57;0.16 -13023;9;5070.02;10.88;878.00;1.57;0.14 -13024;9;5075.74;9.72;899.00;1.57;0.14 -13025;9;5019.68;10.50;1059.00;1.57;0.48 -13026;9;5210.66;10.29;1041.00;1.57;0.26 -13027;9;4943.56;10.44;780.00;1.57;0.16 -13028;9;4954.84;9.74;799.00;1.57;0.24 -13029;9;4976.38;9.60;803.00;1.57;0.18 -13030;9;5037.42;9.50;764.00;1.57;0.34 -13031;9;5067.94;9.50;755.00;1.57;0.34 -13032;9;5125.94;9.50;762.00;1.57;0.26 -13033;9;5138.84;10.10;785.00;1.57;0.24 -13034;9;5200.48;9.50;738.00;1.57;0.20 -13035;9;5336.84;10.45;720.00;1.57;0.18 -13036;9;5270.20;10.28;762.00;1.57;0.20 -13037;9;5092.28;9.50;1411.00;1.57;0.70 -13038;9;5409.38;12.04;641.00;1.57;0.18 -13039;9;5450.20;9.50;746.00;1.57;0.20 -13040;9;5487.20;10.14;748.00;1.57;0.14 -13041;9;5414.32;9.50;794.00;1.57;0.52 -13042;9;5478.30;9.82;765.00;1.57;0.16 -13043;9;5474.02;9.50;788.00;1.57;0.22 -13044;9;5454.30;10.69;803.00;1.57;0.12 -13045;9;5383.66;10.42;835.00;1.57;0.16 -13046;9;5336.20;10.00;834.00;1.57;0.18 -13047;9;5403.84;10.50;963.00;1.57;0.18 -13048;9;267.66;10.20;744.00;1.57;0.10 -13049;9;305.02;9.50;711.00;1.57;0.20 -13050;9;101.66;11.03;608.00;1.57;0.26 -13051;9;155.66;9.80;913.00;1.57;0.24 -13052;9;30.02;11.26;1117.00;1.57;0.20 -13053;9;338.30;9.62;676.00;1.57;0.22 -13054;9;5547.76;9.50;558.00;1.57;0.28 -13055;9;5587.20;11.54;523.00;1.57;0.20 -13056;9;5598.20;10.80;514.00;1.57;0.20 -13057;9;5610.20;9.50;495.00;1.57;0.20 -13058;9;2084.54;15.00;2006.00;1.57;1.94 -13059;9;4550.74;10.60;1827.00;1.57;1.76 -13060;9;4601.46;9.70;1999.00;1.57;2.38 -13061;9;4936.16;10.35;1946.00;1.57;2.30 -13062;9;5308.34;9.85;1981.00;1.57;2.74 -13063;9;5522.14;9.70;1974.00;1.57;2.54 -13064;9;4211.02;9.70;1959.00;1.57;1.58 -13065;9;4382.26;10.53;1901.00;1.57;1.72 -13066;9;2121.98;14.95;1954.00;1.57;1.70 -13067;9;5494.86;9.66;1657.00;1.57;0.24 -13068;9;2880.20;9.71;1537.00;1.57;0.16 -13069;9;467.74;11.42;2028.00;1.57;0.96 -13070;9;2796.12;9.81;1553.00;1.57;0.20 -13071;9;2547.04;9.70;1113.26;1.57;0.56 -13072;9;3487.88;9.68;454.00;1.57;0.60 -13073;9;3080.22;9.92;1134.00;1.57;0.42 -13074;9;2811.78;13.85;1208.00;1.57;0.52 -13075;9;1063.72;10.66;1979.00;1.57;1.80 -13076;9;3831.56;12.52;1929.00;1.57;1.16 -13077;9;2876.58;11.96;1242.00;1.57;0.34 -13078;9;3166.48;9.80;1165.00;1.57;0.28 -13079;9;3604.80;11.35;915.00;1.57;0.76 -13080;9;136.04;9.50;422.00;1.57;0.18 -13081;9;2872.84;10.58;1520.00;1.57;0.20 -13082;9;3748.26;11.63;1087.00;1.57;0.66 -13083;9;1730.42;9.80;828.00;1.57;0.94 -13084;9;1820.92;9.50;1160.00;1.57;0.12 -13085;9;1398.44;12.50;1114.00;1.57;0.52 -13086;9;1698.72;17.92;595.00;1.57;0.80 -13087;9;1487.96;10.70;1030.00;1.57;0.52 -13088;9;1261.24;10.10;1259.00;1.57;0.52 -13089;9;1186.50;14.45;1197.00;1.57;0.46 -13090;9;176.44;9.50;1814.00;1.57;0.76 -13091;9;459.06;9.65;1996.00;1.57;0.66 -13092;9;1471.60;9.70;1037.00;1.57;0.56 -13093;9;1423.04;9.80;1086.00;1.57;0.32 -13094;9;1397.74;10.60;1748.00;1.57;0.78 -13116;9;2963.84;10.81;1528.00;1.57;0.24 -13143;9;4570.30;9.80;1099.00;1.57;0.30 -13150;9;4675.94;11.47;1489.00;1.57;0.32 -13193;9;3766.86;9.50;2010.00;1.57;2.14 -13205;9;3101.48;12.75;1520.00;1.57;0.28 -13206;9;3175.84;10.50;1590.00;1.57;0.24 -13207;9;3678.40;9.90;1382.00;1.57;0.40 -13208;9;4235.40;10.35;1057.00;1.57;0.36 -13209;9;3329.40;12.20;473.00;1.57;0.40 -13210;9;3002.36;11.25;632.00;1.57;0.92 -13211;9;3066.92;11.10;794.00;1.57;0.80 -13212;9;2814.04;10.40;810.00;1.57;0.44 -13213;9;2571.68;9.95;863.00;1.57;0.20 -13214;9;1099.40;11.79;1358.00;1.57;0.40 -13215;9;1000.40;12.30;1400.00;1.57;0.40 -13216;9;1004.48;13.84;1383.00;1.57;0.28 -13217;9;3153.12;12.63;362.00;1.57;0.36 -13218;9;2706.20;12.05;1386.00;1.57;0.20 -13219;9;2706.20;12.84;1374.00;1.57;0.20 -13220;9;2748.12;12.71;1378.00;1.57;0.20 -13221;9;2707.20;13.34;1335.00;1.57;0.20 -13222;9;2800.20;14.51;1331.00;1.57;0.20 -13223;9;2805.20;11.43;1343.00;1.57;0.20 -13224;9;2745.56;13.05;1315.00;1.57;0.16 -13225;9;2807.56;10.29;1353.00;1.57;0.16 -13226;9;2755.56;13.20;1358.00;1.57;0.16 -13227;9;2739.48;12.75;1345.00;1.57;0.16 -13228;9;2710.84;9.87;1257.00;1.57;0.24 -13230;9;2700.20;10.67;1314.00;1.57;0.20 -13231;9;2720.20;10.95;1272.00;1.57;0.20 -13232;9;2716.20;12.40;1347.00;1.57;0.16 -13233;9;2757.84;13.10;1377.00;1.57;0.20 -13236;9;2890.28;9.50;1581.00;1.57;0.08 -13237;9;2744.40;9.50;1724.00;1.57;0.28 -13238;9;2971.12;9.70;1606.00;1.57;0.28 -13239;9;2979.84;11.04;1487.00;1.57;0.08 -13240;9;3104.48;9.64;1608.00;1.57;0.24 -13241;9;3135.56;9.55;1635.00;1.57;0.16 -1;10;3359.72;9.50;1166.00;-1.57;0.08 -2;10;3431.70;10.28;1699.00;-1.57;0.30 -3;10;3369.70;10.00;1807.00;-1.57;0.28 -4;10;3180.24;9.50;1858.00;-1.57;0.88 -5;10;2898.38;9.50;1626.00;-1.57;0.82 -6;10;3583.50;10.60;1758.00;-1.57;0.26 -7;10;3276.88;10.56;1829.00;-1.57;0.32 -8;10;3312.62;10.86;1677.00;-1.57;0.18 -9;10;1975.16;9.50;232.00;-1.57;1.24 -10;10;3001.70;12.05;1768.00;-1.57;0.28 -11;10;3079.60;11.60;1872.00;-1.57;0.34 -12;10;3506.52;9.80;1677.00;-1.57;0.24 -13;10;1375.58;9.50;303.00;-1.57;1.34 -14;10;2965.16;9.58;1723.00;-1.57;0.24 -15;10;3291.78;11.01;1918.00;-1.57;0.36 -16;10;5273.62;9.50;1552.00;-1.57;1.18 -17;10;3077.52;9.80;1567.00;-1.57;0.20 -18;10;3371.88;9.95;1796.00;-1.57;0.24 -19;10;3891.08;9.50;651.00;-1.57;1.12 -20;10;3140.82;9.50;1203.00;-1.57;0.68 -21;10;2954.04;9.50;1816.00;-1.57;0.44 -22;10;3172.12;9.74;2005.00;-1.57;0.34 -23;10;3502.34;9.85;1709.00;-1.57;0.24 -24;10;5245.22;9.50;500.00;-1.57;0.98 -25;10;5358.62;9.50;1275.00;-1.57;1.18 -26;10;3389.78;10.40;1794.00;-1.57;0.32 -27;10;2958.42;12.46;1754.00;-1.57;0.34 -28;10;4793.88;9.50;474.00;-1.57;0.92 -29;10;4190.52;9.50;636.00;-1.57;0.80 -30;10;3220.78;10.50;1878.00;-1.57;0.24 -31;10;3616.98;10.50;1714.00;-1.57;0.22 -32;10;3162.24;9.60;1768.00;-1.57;0.24 -33;10;4474.00;9.50;357.00;-1.57;1.00 -34;10;3953.18;9.50;785.00;-1.57;1.02 -35;10;3064.52;9.65;1730.00;-1.57;0.28 -36;10;3314.96;9.80;1860.00;-1.57;0.44 -37;10;3257.32;9.50;1782.00;-1.57;0.20 -38;10;3049.42;9.78;1927.00;-1.57;0.28 -39;10;3364.52;10.50;1702.00;-1.57;0.22 -40;10;3321.88;10.40;1785.00;-1.57;0.26 -41;10;2238.92;9.50;119.00;-1.57;0.88 -42;10;2450.16;9.50;303.00;-1.57;1.24 -43;10;2425.98;9.50;965.00;-1.57;1.22 -44;10;3111.14;9.65;1990.00;-1.57;0.36 -45;10;3581.52;10.10;1720.00;-1.57;0.28 -46;10;3046.78;11.32;1815.00;-1.57;0.26 -47;10;2352.90;9.50;1535.00;-1.57;1.10 -48;10;1482.98;9.50;2017.00;-1.57;1.12 -49;10;3060.70;10.65;1761.00;-1.57;0.30 -50;10;1122.10;9.50;69.00;-1.57;1.26 -51;10;32.54;9.50;417.00;-1.57;1.06 -52;10;3259.98;10.02;1766.00;-1.57;0.22 -53;10;2898.16;9.81;1706.00;-1.57;0.24 -54;10;14.86;9.50;1248.00;-1.57;0.54 -55;10;322.92;9.50;1591.00;-1.57;1.42 -56;10;405.00;9.50;682.00;-1.57;1.00 -57;10;3331.88;9.78;1735.00;-1.57;0.24 -58;10;3073.78;13.44;1908.00;-1.57;0.34 -59;10;1413.40;9.50;615.00;-1.57;1.40 -60;10;3369.70;10.65;1750.00;-1.57;0.28 -61;10;3164.96;11.25;1935.00;-1.57;0.36 -62;10;3447.88;10.30;1697.00;-1.57;0.20 -63;10;3174.78;10.00;1808.00;-1.57;0.34 -64;10;3272.68;9.70;1996.00;-1.57;0.22 -65;10;2908.24;12.51;1735.00;-1.57;0.32 -66;10;3175.88;9.66;1828.00;-1.57;0.24 -67;10;3208.24;9.60;1760.00;-1.57;0.24 -68;10;2880.80;9.68;1566.00;-1.57;0.20 -69;10;2998.06;10.44;1713.00;-1.57;0.26 -70;10;3317.52;10.30;1733.00;-1.57;0.28 -71;10;3303.34;10.07;1704.00;-1.57;0.26 -72;10;3436.06;10.50;1761.00;-1.57;0.34 -73;10;3515.52;9.80;1698.00;-1.57;0.18 -74;10;3279.14;10.50;1933.00;-1.57;0.46 -75;10;3435.70;10.27;1745.00;-1.57;0.30 -76;10;3189.88;11.61;1983.00;-1.57;0.32 -77;10;3013.06;11.62;1755.00;-1.57;0.32 -78;10;3546.96;9.70;1177.00;-1.57;0.44 -79;10;3288.16;10.30;1725.00;-1.57;0.20 -80;10;3291.32;10.55;1820.00;-1.57;0.38 -81;10;3389.06;10.40;1725.00;-1.57;0.28 -82;10;3227.70;10.40;1852.00;-1.57;0.30 -83;10;3179.34;9.60;1707.00;-1.57;0.26 -84;10;3482.06;9.92;1737.00;-1.57;0.22 -85;10;3371.52;10.50;1684.00;-1.57;0.24 -86;10;3327.52;10.10;1879.00;-1.57;0.28 -87;10;3532.46;10.59;1811.00;-1.57;0.92 -88;10;3628.42;10.10;1734.00;-1.57;0.36 -89;10;3390.42;10.19;1775.00;-1.57;0.24 -90;10;3336.88;10.26;1766.00;-1.57;0.18 -91;10;3099.22;9.95;1968.00;-1.57;0.58 -92;10;3350.70;10.15;1793.00;-1.57;0.24 -93;10;3369.70;10.22;1711.00;-1.57;0.24 -94;10;3346.06;10.21;1847.00;-1.57;0.28 -95;10;3267.98;9.80;1690.00;-1.57;0.22 -96;10;4019.52;9.70;2008.00;-1.57;1.66 -97;10;3455.62;10.35;1687.00;-1.57;0.18 -98;10;3420.58;10.60;1898.00;-1.57;0.56 -99;10;3589.50;10.55;1777.00;-1.57;0.50 -100;10;2934.70;11.96;1723.00;-1.57;0.26 -101;10;3116.68;11.94;1930.00;-1.57;0.36 -102;10;2932.78;14.27;1788.00;-1.57;0.28 -103;10;3239.14;9.80;1966.00;-1.57;0.44 -104;10;3249.62;9.70;1724.00;-1.57;0.18 -105;10;3654.76;10.40;1929.00;-1.57;1.22 -106;10;3454.70;10.40;1716.00;-1.57;0.20 -107;10;2988.24;9.92;1842.00;-1.57;0.20 -108;10;3570.96;10.50;1772.00;-1.57;0.44 -109;10;3095.24;11.15;1863.00;-1.57;0.32 -110;10;3325.52;10.64;1687.00;-1.57;0.28 -111;10;2988.16;13.46;1786.00;-1.57;0.24 -112;10;3530.24;10.24;1685.00;-1.57;0.16 -113;10;3027.88;12.01;1792.00;-1.57;0.32 -114;10;3038.52;10.79;1740.00;-1.57;0.24 -115;10;2996.88;11.93;1826.00;-1.57;0.32 -116;10;3346.50;10.10;1957.00;-1.57;0.50 -117;10;3294.52;9.99;1705.00;-1.57;0.28 -118;10;3103.60;10.30;1833.00;-1.57;0.38 -119;10;3525.52;9.80;1725.00;-1.57;0.28 -120;10;3218.06;10.40;1854.00;-1.57;0.32 -121;10;3423.34;10.50;1677.00;-1.57;0.26 -122;10;2894.96;9.55;1747.00;-1.57;0.44 -123;10;3657.32;9.90;1735.00;-1.57;0.28 -124;10;3199.60;10.44;1896.00;-1.57;0.40 -125;10;3064.52;9.94;1781.00;-1.57;0.28 -126;10;3248.16;10.25;1714.00;-1.57;0.24 -127;10;3370.52;10.30;1785.00;-1.57;0.24 -128;10;3178.78;11.60;1969.00;-1.57;0.34 -129;10;3396.24;10.25;1707.00;-1.57;0.30 -130;10;3082.88;10.51;1803.00;-1.57;0.32 -131;10;2730.34;10.87;1708.00;-1.57;0.24 -132;10;3215.60;10.40;1827.00;-1.57;0.40 -133;10;2994.42;12.33;1768.00;-1.57;0.34 -134;10;3320.06;9.85;1847.00;-1.57;0.30 -135;10;3497.06;9.80;1680.00;-1.57;0.24 -136;10;3240.52;10.29;1788.00;-1.57;0.26 -137;10;2908.88;9.50;1713.00;-1.57;0.32 -138;10;3382.70;9.90;1786.00;-1.57;0.28 -139;10;3272.06;9.67;1775.00;-1.57;0.30 -140;10;3411.60;9.90;1813.00;-1.57;0.40 -141;10;3229.16;10.23;1798.00;-1.57;0.24 -142;10;3301.86;10.00;1959.00;-1.57;0.36 -143;10;3464.98;10.07;1703.00;-1.57;0.22 -144;10;2964.24;11.33;1746.00;-1.57;0.24 -145;10;3079.60;11.75;1848.00;-1.57;0.36 -146;10;3607.70;9.80;1711.00;-1.57;0.30 -147;10;2998.88;10.51;1723.00;-1.57;0.26 -148;10;3110.78;11.52;1887.00;-1.57;0.36 -149;10;3286.98;9.70;1737.00;-1.57;0.22 -150;10;3375.34;10.40;1694.00;-1.57;0.24 -151;10;3153.04;11.20;1928.00;-1.57;0.36 -152;10;3337.16;10.38;1743.00;-1.57;0.20 -153;10;1725.12;9.50;1069.00;-1.57;0.26 -154;10;3605.10;10.50;1832.00;-1.57;0.80 -155;10;3334.96;9.50;1811.00;-1.57;0.36 -156;10;3046.16;10.70;1752.00;-1.57;0.24 -157;10;3316.88;9.86;1810.00;-1.57;0.32 -158;10;3208.50;9.70;1859.00;-1.57;0.28 -159;10;2737.16;12.60;1665.00;-1.57;0.22 -160;10;3381.88;10.21;1732.00;-1.57;0.30 -161;10;3090.24;9.57;1716.00;-1.57;0.28 -162;10;3215.86;10.33;1887.00;-1.57;0.28 -163;10;3400.34;10.40;1744.00;-1.57;0.26 -164;10;3444.88;10.40;1690.00;-1.57;0.22 -165;10;3233.98;10.12;1771.00;-1.57;0.22 -166;10;3376.52;10.35;1759.00;-1.57;0.26 -167;10;3209.60;10.25;1948.00;-1.57;0.40 -168;10;3017.24;12.11;1827.00;-1.57;0.32 -169;10;3148.52;9.70;1763.00;-1.57;0.26 -170;10;3331.88;10.40;1846.00;-1.57;0.32 -171;10;2985.80;10.13;1704.00;-1.57;0.20 -172;10;3345.16;10.53;1727.00;-1.57;0.24 -173;10;3039.60;12.32;1893.00;-1.57;0.32 -174;10;3459.16;10.45;1726.00;-1.57;0.24 -175;10;3517.16;9.80;1691.00;-1.57;0.20 -176;10;3313.42;9.80;1879.00;-1.57;0.38 -177;10;1854.44;9.70;1104.00;-1.57;0.16 -178;10;3314.68;10.70;1927.00;-1.57;0.32 -179;10;2998.34;10.94;1741.00;-1.57;0.26 -180;10;3497.02;9.72;1840.00;-1.57;0.78 -181;10;3266.88;10.40;1718.00;-1.57;0.22 -182;10;3101.70;10.19;1818.00;-1.57;0.30 -183;10;3463.78;10.47;1780.00;-1.57;0.42 -184;10;3052.50;11.70;1849.00;-1.57;0.34 -185;10;3161.14;9.66;1697.00;-1.57;0.36 -186;10;3554.40;10.50;1761.00;-1.57;0.36 -187;10;3338.34;10.17;1687.00;-1.57;0.24 -188;10;2902.86;11.82;1785.00;-1.57;0.34 -189;10;3650.96;9.90;1722.00;-1.57;0.34 -190;10;3083.86;15.38;1918.00;-1.57;0.24 -191;10;3255.56;13.20;461.00;-1.57;0.84 -192;10;3084.24;12.99;1941.00;-1.57;0.28 -193;10;3256.24;10.50;1816.00;-1.57;0.22 -194;10;3342.70;10.58;1709.00;-1.57;0.26 -195;10;3188.78;10.30;1837.00;-1.57;0.36 -196;10;3502.88;9.80;1719.00;-1.57;0.20 -197;10;3271.60;10.90;1902.00;-1.57;0.36 -198;10;3809.04;9.70;1968.00;-1.57;1.26 -199;10;2899.86;10.16;1765.00;-1.57;0.18 -200;10;2762.88;9.86;1689.00;-1.57;0.24 -201;10;3173.32;10.60;1904.00;-1.57;0.44 -202;10;3005.06;12.67;1782.00;-1.57;0.22 -203;10;3192.76;10.97;1945.00;-1.57;0.48 -204;10;3216.80;9.70;1752.00;-1.57;0.20 -205;10;3074.88;10.70;1802.00;-1.57;0.32 -206;10;3660.06;9.90;1659.00;-1.57;0.30 -207;10;3280.34;10.17;1657.00;-1.57;0.26 -208;10;3526.62;9.80;1573.00;-1.57;0.18 -209;10;3381.74;9.50;1868.00;-1.57;1.70 -210;10;2568.60;9.50;1087.00;-1.57;1.40 -211;10;3068.16;9.50;1661.00;-1.57;0.24 -212;10;3395.80;10.10;1584.00;-1.57;0.20 -213;10;2050.72;9.50;346.00;-1.57;1.02 -214;10;3435.80;9.80;1631.00;-1.57;0.20 -215;10;3251.32;9.80;1563.00;-1.57;0.24 -216;10;3249.52;9.90;1595.00;-1.57;0.22 -217;10;1876.42;9.50;2021.00;-1.57;0.98 -218;10;1489.84;9.50;338.00;-1.57;1.76 -219;10;2757.70;13.18;1633.00;-1.57;0.26 -220;10;5180.86;9.50;1494.00;-1.57;1.08 -221;10;2814.52;9.50;1571.00;-1.57;0.24 -222;10;3236.70;9.80;1661.00;-1.57;0.24 -223;10;3303.06;10.00;1609.00;-1.57;0.18 -224;10;3982.72;9.50;809.00;-1.57;1.08 -225;10;3168.66;9.50;1230.00;-1.57;0.74 -226;10;3338.88;10.70;1665.00;-1.57;0.24 -227;10;3632.42;9.89;1599.00;-1.57;0.26 -228;10;3602.52;10.50;1634.00;-1.57;0.20 -229;10;5234.80;9.50;557.00;-1.57;1.06 -230;10;5410.62;9.50;1304.00;-1.57;1.18 -231;10;3406.98;9.85;1675.00;-1.57;0.22 -232;10;3461.98;9.80;1582.00;-1.57;0.22 -233;10;3231.96;10.15;1632.00;-1.57;0.32 -234;10;4762.16;9.50;441.00;-1.57;0.24 -235;10;4229.52;9.50;658.00;-1.57;0.84 -236;10;3318.16;9.90;1591.00;-1.57;0.24 -237;10;3721.06;12.50;1683.00;-1.57;0.34 -238;10;3322.16;9.98;1557.00;-1.57;0.20 -239;10;4534.34;9.50;328.00;-1.57;1.14 -240;10;3891.80;9.50;699.00;-1.57;1.10 -241;10;2933.88;9.50;1589.00;-1.57;0.32 -242;10;3041.60;10.61;1669.00;-1.57;0.22 -243;10;3092.34;9.80;1577.00;-1.57;0.24 -244;10;3834.54;9.50;61.00;-1.57;1.06 -245;10;2888.02;9.50;7.00;-1.57;0.52 -246;10;3366.16;10.00;1604.00;-1.57;0.20 -247;10;2935.34;9.70;1571.00;-1.57;0.18 -248;10;3296.52;11.40;1664.00;-1.57;0.28 -249;10;2212.20;9.50;155.00;-1.57;0.80 -250;10;2415.74;9.50;274.00;-1.57;0.86 -251;10;2485.96;9.50;963.00;-1.57;1.32 -252;10;3422.52;9.94;1667.00;-1.57;0.24 -253;10;2744.16;12.63;1573.00;-1.57;0.24 -254;10;2426.68;9.50;1461.00;-1.57;1.52 -255;10;1426.18;9.50;2016.00;-1.57;1.24 -256;10;3494.06;9.82;1671.00;-1.57;0.24 -257;10;3530.16;10.28;1582.00;-1.57;0.20 -258;10;1071.20;9.50;24.00;-1.57;1.06 -259;10;77.28;9.50;445.00;-1.57;0.92 -260;10;3577.70;9.80;1643.00;-1.57;0.28 -261;10;3387.80;10.10;1586.00;-1.57;0.18 -262;10;52.22;9.50;1278.00;-1.57;1.02 -263;10;464.92;9.50;1545.00;-1.57;0.98 -264;10;452.80;9.50;680.00;-1.57;1.08 -265;10;3187.70;10.30;1655.00;-1.57;0.24 -266;10;3145.80;9.80;1602.00;-1.57;0.20 -267;10;1360.24;9.50;626.00;-1.57;1.32 -268;10;3003.52;9.70;1589.00;-1.57;0.20 -269;10;3438.16;9.80;1602.00;-1.57;0.20 -270;10;3503.88;10.40;1656.00;-1.57;0.22 -271;10;2818.52;9.85;1577.00;-1.57;0.24 -272;10;3588.06;9.77;1695.00;-1.57;0.28 -273;10;3670.42;10.00;1614.00;-1.57;0.36 -274;10;3362.98;9.90;1622.00;-1.57;0.20 -275;10;3457.34;9.84;1589.00;-1.57;0.18 -276;10;2692.34;12.07;1632.00;-1.57;0.26 -277;10;3229.34;10.65;1605.00;-1.57;0.26 -278;10;3714.42;13.47;1698.00;-1.57;0.38 -279;10;3085.88;9.76;1584.00;-1.57;0.24 -280;10;3441.80;9.80;1648.00;-1.57;0.20 -281;10;3157.24;10.00;1619.00;-1.57;0.20 -282;10;3563.34;10.40;1659.00;-1.57;0.26 -283;10;3434.34;10.21;1621.00;-1.57;0.20 -284;10;2717.34;9.61;1660.00;-1.57;0.26 -285;10;2693.24;9.90;1580.00;-1.57;0.28 -286;10;3535.52;10.70;1590.00;-1.57;0.24 -287;10;3330.70;10.36;1642.00;-1.57;0.30 -288;10;3335.52;9.85;1564.00;-1.57;0.18 -289;10;3297.34;9.90;1598.00;-1.57;0.24 -290;10;3166.60;9.89;1569.00;-1.57;0.28 -291;10;3679.96;9.90;1625.00;-1.57;0.34 -292;10;3583.70;10.50;1613.00;-1.57;0.22 -293;10;3005.16;9.70;1596.00;-1.57;0.24 -294;10;3250.34;10.00;1605.00;-1.57;0.24 -295;10;3006.60;9.80;1695.00;-1.57;0.30 -296;10;2797.16;9.88;1580.00;-1.57;0.22 -297;10;3503.98;9.92;1620.00;-1.57;0.22 -298;10;3617.88;10.43;1600.00;-1.57;0.20 -299;10;3058.34;9.81;1664.00;-1.57;0.22 -300;10;3370.44;10.00;1595.00;-1.57;0.16 -301;10;3403.52;11.25;1638.00;-1.57;0.24 -302;10;3393.52;10.69;1559.00;-1.57;0.24 -303;10;2680.88;10.78;1596.00;-1.57;0.24 -304;10;3251.52;9.80;1573.00;-1.57;0.28 -305;10;3619.06;9.80;1672.00;-1.57;0.28 -306;10;3309.06;10.11;1616.00;-1.57;0.18 -307;10;3780.04;10.50;1657.00;-1.57;0.26 -308;10;3205.52;10.00;1694.00;-1.57;0.24 -309;10;2940.34;10.25;1579.00;-1.57;0.22 -310;10;3223.16;10.28;1645.00;-1.57;0.24 -311;10;2743.16;12.73;1586.00;-1.57;0.24 -312;10;3448.86;9.70;1836.00;-1.57;0.36 -313;10;3468.16;9.80;1559.00;-1.57;0.20 -314;10;3438.80;9.96;1592.00;-1.57;0.20 -315;10;3318.16;9.86;1565.00;-1.57;0.22 -316;10;2946.96;9.50;1665.00;-1.57;0.28 -317;10;2957.16;9.70;1614.00;-1.57;0.22 -318;10;3189.24;9.91;1583.00;-1.57;0.24 -319;10;3239.98;9.80;1670.00;-1.57;0.22 -320;10;3291.06;10.95;1675.00;-1.57;0.22 -321;10;2998.60;9.70;1601.00;-1.57;0.28 -322;10;2818.52;9.90;1585.00;-1.57;0.24 -323;10;3280.70;10.50;1633.00;-1.57;0.20 -324;10;3513.70;11.09;1596.00;-1.57;0.26 -325;10;3538.34;10.00;1648.00;-1.57;0.22 -326;10;3540.80;9.77;1557.00;-1.57;0.18 -327;10;3189.70;9.81;1612.00;-1.57;0.28 -328;10;3391.98;10.43;1566.00;-1.57;0.22 -329;10;3054.16;9.73;1657.00;-1.57;0.22 -330;10;3452.34;10.40;1610.00;-1.57;0.20 -331;10;3258.52;9.80;1577.00;-1.57;0.26 -332;10;2946.34;9.60;1628.00;-1.57;0.26 -333;10;3359.52;10.30;1670.00;-1.57;0.22 -334;10;3085.16;9.91;1596.00;-1.57;0.24 -335;10;3353.80;10.00;1627.00;-1.57;0.20 -336;10;2930.34;9.70;1582.00;-1.57;0.18 -337;10;2677.04;10.57;1633.00;-1.57;0.36 -338;10;3602.34;9.70;1565.00;-1.57;0.18 -339;10;3591.52;10.40;1596.00;-1.57;0.28 -340;10;3458.80;9.88;1565.00;-1.57;0.20 -341;10;3229.70;10.40;1654.00;-1.57;0.18 -342;10;3270.16;9.90;1598.00;-1.57;0.24 -343;10;3326.16;9.90;1569.00;-1.57;0.24 -344;10;3381.70;10.60;1655.00;-1.57;0.16 -345;10;3514.34;10.10;1609.00;-1.57;0.24 -346;10;3435.16;10.50;1666.00;-1.57;0.20 -347;10;3175.16;10.40;1584.00;-1.57;0.24 -348;10;3142.52;9.70;1621.00;-1.57;0.28 -349;10;3022.52;10.14;1593.00;-1.57;0.24 -350;10;3424.16;10.16;1622.00;-1.57;0.22 -351;10;2769.52;10.60;1634.00;-1.57;0.22 -352;10;3335.62;10.00;1602.00;-1.57;0.18 -353;10;3527.98;10.64;1563.00;-1.57;0.22 -354;10;3292.52;9.90;1636.00;-1.57;0.20 -355;10;3601.52;10.35;1616.00;-1.57;0.26 -356;10;3400.62;10.00;1570.00;-1.57;0.18 -357;10;3451.16;10.06;1652.00;-1.57;0.18 -358;10;3242.52;10.45;1629.00;-1.57;0.28 -359;10;3602.88;9.70;1700.00;-1.57;0.28 -360;10;3241.70;9.80;1584.00;-1.57;0.28 -361;10;3711.88;10.83;1667.00;-1.57;0.32 -362;10;3099.16;9.78;1605.00;-1.57;0.24 -363;10;3045.98;10.25;1661.00;-1.57;0.22 -364;10;2785.98;10.00;1589.00;-1.57;0.22 -365;10;3589.52;9.75;1562.00;-1.57;0.26 -366;10;3360.98;10.35;1643.00;-1.57;0.22 -367;10;3464.98;9.80;1569.00;-1.57;0.22 -368;10;3516.98;9.90;1648.00;-1.57;0.18 -369;10;2679.52;9.99;1604.00;-1.57;0.24 -370;10;3621.52;10.50;1692.00;-1.57;0.28 -371;10;3318.16;9.90;1577.00;-1.57;0.24 -372;10;3576.88;9.73;1630.00;-1.57;0.26 -373;10;1926.44;9.50;1678.00;-1.57;0.16 -374;10;2944.98;9.70;1593.00;-1.57;0.18 -375;10;3003.70;9.70;1574.00;-1.57;0.26 -376;10;3472.34;9.80;1598.00;-1.57;0.16 -377;10;2747.52;10.54;1562.00;-1.57;0.22 -378;10;3433.98;9.80;1648.00;-1.57;0.22 -379;10;1852.26;9.70;1079.00;-1.57;0.14 -380;10;3533.44;10.09;1574.00;-1.57;0.16 -381;10;3623.88;10.40;1682.00;-1.57;0.22 -382;10;3372.98;10.60;1612.00;-1.57;0.20 -383;10;2998.16;9.78;1681.00;-1.57;0.24 -384;10;3391.80;10.00;1576.00;-1.57;0.20 -385;10;2685.52;10.04;1626.00;-1.57;0.26 -386;10;3253.70;9.84;1587.00;-1.57;0.22 -387;10;3279.34;10.50;1645.00;-1.57;0.26 -388;10;3066.42;9.80;1576.00;-1.57;0.22 -389;10;3095.34;9.92;1599.00;-1.57;0.20 -390;10;3665.70;10.36;1678.00;-1.57;0.30 -391;10;2885.44;9.60;1563.00;-1.57;0.16 -392;10;3553.70;11.48;1606.00;-1.57;0.24 -393;10;3605.70;9.75;1572.00;-1.57;0.20 -394;10;2968.50;9.70;1674.00;-1.57;0.32 -395;10;3141.60;9.70;1611.00;-1.57;0.28 -396;10;3457.34;9.90;1576.00;-1.57;0.20 -397;10;3441.80;10.03;1609.00;-1.57;0.20 -398;10;3324.98;9.95;1582.00;-1.57;0.22 -399;10;2939.16;9.66;1642.00;-1.57;0.24 -400;10;3170.52;10.40;1597.00;-1.57;0.20 -401;10;3361.80;10.03;1632.00;-1.57;0.20 -402;10;3153.52;10.49;1566.00;-1.57;0.26 -403;10;3630.88;9.91;1607.00;-1.57;0.18 -404;10;3587.42;10.35;1649.00;-1.57;0.22 -405;10;2945.52;10.15;1563.00;-1.57;0.26 -406;10;3230.24;9.90;1615.00;-1.57;0.36 -407;10;2736.52;9.95;1565.00;-1.57;0.20 -408;10;3102.06;9.50;1685.00;-1.57;0.30 -409;10;3301.16;9.98;1483.00;-1.57;0.24 -410;10;3582.88;9.70;1541.00;-1.57;0.20 -411;10;3152.80;9.50;1824.00;-1.57;0.86 -412;10;2540.98;9.50;939.00;-1.57;1.22 -413;10;3419.80;10.30;1548.00;-1.57;0.20 -414;10;3240.42;9.80;1481.00;-1.57;0.26 -415;10;3243.34;9.80;1680.00;-1.57;0.26 -416;10;2232.70;9.50;481.00;-1.57;0.86 -417;10;3126.88;13.93;1507.00;-1.57;0.22 -418;10;3368.80;9.90;1515.00;-1.57;0.20 -419;10;2094.78;9.50;1849.00;-1.57;1.08 -420;10;1238.68;9.50;271.00;-1.57;1.52 -421;10;3070.52;11.79;1516.00;-1.57;0.20 -422;10;3189.34;9.98;1531.00;-1.57;0.24 -423;10;5344.96;9.50;1610.00;-1.57;1.08 -424;10;3008.52;12.34;1517.00;-1.57;0.20 -425;10;2981.98;10.00;1548.00;-1.57;0.22 -426;10;3442.34;9.70;1455.00;-1.57;0.18 -427;10;3940.34;9.50;899.00;-1.57;1.02 -428;10;3238.98;9.50;1207.00;-1.57;1.00 -429;10;3378.06;9.90;1466.00;-1.57;0.22 -430;10;5145.92;9.50;540.00;-1.57;1.88 -431;10;5403.88;9.50;1349.00;-1.57;1.30 -432;10;3620.60;9.60;1511.00;-1.57;0.34 -433;10;3489.70;9.80;1545.00;-1.57;0.16 -434;10;3290.34;9.80;1485.00;-1.57;0.20 -435;10;4757.48;9.50;473.00;-1.57;0.62 -436;10;4329.72;9.50;676.00;-1.57;1.08 -437;10;3447.34;10.16;1518.00;-1.57;0.26 -438;10;3212.98;10.09;1502.00;-1.57;0.22 -439;10;4480.62;9.50;309.00;-1.57;0.92 -440;10;3852.72;9.50;636.00;-1.57;0.88 -441;10;3263.52;9.90;1531.00;-1.57;0.24 -442;10;3135.52;11.79;1519.00;-1.57;0.24 -443;10;3832.08;9.50;12.00;-1.57;0.68 -444;10;3050.34;9.80;1564.00;-1.57;0.14 -445;10;3062.62;12.21;1522.00;-1.57;0.18 -446;10;2208.26;9.50;94.00;-1.57;1.02 -447;10;2433.34;9.50;346.00;-1.57;1.16 -448;10;2519.40;9.50;1003.00;-1.57;1.60 -449;10;3451.88;10.23;1469.00;-1.57;0.20 -450;10;2433.46;9.50;1378.00;-1.57;1.34 -451;10;1390.56;9.50;1950.00;-1.57;1.84 -452;10;3563.06;11.01;1548.00;-1.57;0.26 -453;10;3361.52;9.95;1482.00;-1.57;0.20 -454;10;2848.34;10.40;1511.00;-1.57;0.24 -455;10;997.68;9.50;24.00;-1.57;1.14 -456;10;33.54;9.50;467.00;-1.57;1.06 -457;10;3383.88;10.61;1550.00;-1.57;0.22 -458;10;3299.70;9.96;1493.00;-1.57;0.24 -459;10;113.84;9.50;1286.00;-1.57;0.92 -460;10;386.84;9.50;1562.00;-1.57;1.30 -461;10;367.52;9.50;629.00;-1.57;0.82 -462;10;3221.98;10.25;1499.00;-1.57;0.22 -463;10;3328.98;9.80;1529.00;-1.57;0.22 -464;10;3609.78;9.60;1463.00;-1.57;0.32 -465;10;1367.70;9.50;672.00;-1.57;1.06 -466;10;3151.16;11.71;1508.00;-1.57;0.24 -467;10;3130.16;10.00;1549.00;-1.57;0.22 -468;10;3560.06;9.60;1478.00;-1.57;0.32 -469;10;3031.80;12.31;1535.00;-1.57;0.20 -470;10;3572.70;9.65;1510.00;-1.57;0.30 -471;10;3460.80;9.80;1553.00;-1.57;0.20 -472;10;3372.16;9.80;1477.00;-1.57;0.22 -473;10;3411.16;9.90;1522.00;-1.57;0.22 -474;10;3207.88;10.40;1539.00;-1.57;0.26 -475;10;3653.58;9.60;1431.00;-1.57;0.56 -476;10;3248.06;10.20;1499.00;-1.57;0.34 -477;10;3567.24;9.60;1470.00;-1.57;0.34 -478;10;3022.34;9.80;1555.00;-1.57;0.24 -479;10;3094.16;10.76;1538.00;-1.57;0.24 -480;10;2864.52;9.65;1543.00;-1.57;0.08 -481;10;3506.70;9.80;1466.00;-1.57;0.20 -482;10;2977.70;12.35;1532.00;-1.57;0.22 -483;10;3524.80;10.91;1552.00;-1.57;0.20 -484;10;3450.70;10.40;1478.00;-1.57;0.20 -485;10;2828.88;9.90;1513.00;-1.57;0.20 -486;10;3376.70;9.80;1483.00;-1.57;0.22 -487;10;3478.62;9.80;1520.00;-1.57;0.18 -488;10;3308.34;9.90;1499.00;-1.57;0.24 -489;10;3284.44;9.80;1533.00;-1.57;0.16 -490;10;1613.86;12.28;1785.00;-1.57;1.54 -491;10;3194.88;9.91;1507.00;-1.57;0.24 -492;10;1455.50;9.80;1396.00;-1.57;0.30 -493;10;3105.16;10.00;1558.00;-1.57;0.24 -494;10;3056.98;10.51;1525.00;-1.57;0.22 -495;10;2926.52;10.25;1547.00;-1.57;0.20 -496;10;3199.70;10.25;1712.00;-1.57;0.22 -497;10;3600.06;9.82;1557.00;-1.57;0.20 -498;10;3503.16;9.80;1481.00;-1.57;0.18 -499;10;3541.70;11.92;1527.00;-1.57;0.26 -500;10;3451.52;9.94;1486.00;-1.57;0.22 -501;10;3355.80;9.80;1525.00;-1.57;0.20 -502;10;3389.70;9.90;1489.00;-1.57;0.20 -503;10;2793.24;10.12;1470.00;-1.57;0.18 -504;10;3275.98;9.90;1514.00;-1.57;0.22 -505;10;872.70;11.85;1586.00;-1.57;0.30 -506;10;3105.16;10.34;1532.00;-1.57;0.24 -507;10;2786.52;10.45;1555.00;-1.57;0.20 -508;10;3613.88;9.60;1524.00;-1.57;0.28 -509;10;3460.16;9.80;1482.00;-1.57;0.24 -510;10;3433.16;10.01;1530.00;-1.57;0.24 -511;10;3347.34;9.80;1503.00;-1.57;0.26 -512;10;2840.06;9.89;1477.00;-1.57;0.20 -513;10;3199.34;10.10;1532.00;-1.57;0.26 -514;10;3020.16;10.13;1546.00;-1.57;0.20 -515;10;1057.84;11.90;1807.00;-1.57;0.72 -516;10;2874.16;9.78;1534.00;-1.57;0.18 -517;10;4491.78;14.39;1240.00;-1.57;0.42 -518;10;3497.16;9.80;1525.00;-1.57;0.20 -519;10;2953.34;12.69;1483.00;-1.57;0.24 -520;10;3513.98;9.70;1489.00;-1.57;0.22 -521;10;2913.98;14.81;1481.00;-1.57;0.22 -522;10;3337.34;9.80;1537.00;-1.57;0.16 -523;10;3417.52;9.84;1499.00;-1.57;0.22 -524;10;3141.70;9.80;1566.00;-1.57;0.22 -525;10;3281.16;9.90;1521.00;-1.57;0.24 -526;10;2968.80;10.90;1565.00;-1.57;0.18 -527;10;2787.62;10.25;1480.00;-1.57;0.18 -528;10;889.60;10.57;1610.00;-1.57;0.36 -529;10;2923.98;10.65;1529.00;-1.57;0.22 -530;10;3181.98;10.30;1644.00;-1.57;0.22 -531;10;4452.14;12.53;1203.00;-1.57;0.46 -532;10;3017.34;11.06;1493.00;-1.57;0.20 -533;10;3480.88;10.20;1493.00;-1.57;0.16 -534;10;3400.98;10.00;1536.00;-1.57;0.22 -535;10;3229.88;9.80;1550.00;-1.57;0.16 -536;10;3180.88;10.16;1522.00;-1.57;0.24 -537;10;3034.34;9.70;1576.00;-1.57;0.18 -538;10;2989.80;10.91;1541.00;-1.57;0.20 -539;10;2792.62;11.50;1491.00;-1.57;0.18 -540;10;2737.88;11.29;1540.00;-1.57;0.28 -541;10;3087.16;10.06;1486.00;-1.57;0.20 -542;10;2745.24;9.68;1477.00;-1.57;0.16 -543;10;3036.16;13.86;1493.00;-1.57;0.18 -544;10;3474.52;9.80;1533.00;-1.57;0.26 -545;10;3548.06;9.70;1500.00;-1.57;0.30 -546;10;3295.52;9.80;1553.00;-1.57;0.20 -547;10;3427.80;9.80;1500.00;-1.57;0.20 -548;10;3110.70;9.80;1566.00;-1.57;0.18 -549;10;2927.70;11.27;1495.00;-1.57;0.16 -550;10;3266.34;10.00;1522.00;-1.57;0.20 -551;10;2866.16;9.80;1491.00;-1.57;0.24 -552;10;3059.80;9.97;1547.00;-1.57;0.20 -553;10;2809.98;10.54;1490.00;-1.57;0.22 -554;10;3648.06;9.60;1489.00;-1.57;0.34 -555;10;3119.34;10.14;1489.00;-1.57;0.22 -556;10;4449.14;14.95;1241.00;-1.57;0.46 -557;10;3063.88;9.90;1496.00;-1.57;0.16 -558;10;3373.98;10.00;1540.00;-1.57;0.22 -559;10;3329.34;9.80;1511.00;-1.57;0.26 -560;10;3213.70;10.40;1560.00;-1.57;0.22 -561;10;2980.16;10.76;1499.00;-1.57;0.18 -562;10;3142.98;9.90;1534.00;-1.57;0.22 -563;10;2926.98;11.87;1501.00;-1.57;0.18 -564;10;2954.70;10.20;1546.00;-1.57;0.26 -565;10;3245.52;10.54;1461.00;-1.57;0.20 -566;10;3617.52;9.70;1545.00;-1.57;0.16 -567;10;3184.14;9.68;1715.00;-1.57;0.20 -568;10;3327.24;9.68;1442.00;-1.57;0.20 -569;10;3053.34;12.31;1504.00;-1.57;0.18 -570;10;3407.34;9.96;1509.00;-1.57;0.24 -571;10;2990.52;11.44;1506.00;-1.57;0.22 -572;10;3206.98;10.10;1527.00;-1.57;0.22 -573;10;3027.44;10.90;1543.00;-1.57;0.16 -574;10;3319.06;9.70;1466.00;-1.57;0.22 -575;10;2843.62;9.70;1535.00;-1.57;0.16 -576;10;3637.42;9.60;1506.00;-1.57;0.34 -577;10;3211.80;10.20;1484.00;-1.57;0.20 -578;10;3509.52;9.90;1538.00;-1.57;0.22 -579;10;3484.98;9.80;1511.00;-1.57;0.22 -580;10;3355.16;10.50;1548.00;-1.57;0.24 -581;10;3116.52;11.70;1497.00;-1.57;0.20 -582;10;3300.70;9.80;1522.00;-1.57;0.16 -583;10;3057.70;12.70;1516.00;-1.57;0.18 -584;10;3104.06;10.21;1540.00;-1.57;0.16 -585;10;3430.98;9.70;1455.00;-1.57;0.18 -586;10;2995.70;11.70;1515.00;-1.57;0.22 -587;10;2911.44;9.95;1536.00;-1.57;0.16 -588;10;3349.88;9.80;1463.00;-1.57;0.22 -589;10;2941.98;10.57;1514.00;-1.57;0.22 -590;10;2854.44;13.17;1430.00;-1.57;0.16 -591;10;3042.62;10.33;1415.00;-1.57;0.18 -592;10;3235.34;9.91;1686.00;-1.57;0.26 -593;10;3106.72;9.50;1782.00;-1.57;1.08 -594;10;2522.16;9.50;903.00;-1.57;1.10 -595;10;2805.98;9.85;1426.00;-1.57;0.22 -596;10;3049.52;10.54;1444.00;-1.57;0.18 -597;10;2249.86;9.50;598.00;-1.57;1.26 -598;10;1634.06;12.30;1628.00;-1.57;0.26 -599;10;3026.98;10.94;1431.00;-1.57;0.22 -600;10;1999.12;9.96;1952.00;-1.57;1.54 -601;10;1162.20;9.50;171.00;-1.57;1.16 -602;10;1499.58;11.30;1687.00;-1.57;0.50 -603;10;2978.52;9.95;1428.00;-1.57;0.24 -604;10;5508.04;9.50;1670.00;-1.57;1.24 -605;10;1594.06;10.50;1632.00;-1.57;0.26 -606;10;3103.98;11.14;1411.00;-1.57;0.22 -607;10;2945.62;10.05;1432.00;-1.57;0.18 -608;10;3915.40;9.50;974.00;-1.57;1.50 -609;10;3347.64;9.50;1213.00;-1.57;0.78 -610;10;876.24;11.78;1555.00;-1.57;0.32 -611;10;2919.98;16.07;1429.00;-1.57;0.22 -612;10;5604.28;9.50;1429.00;-1.57;0.92 -613;10;5306.86;9.50;1238.00;-1.57;1.52 -614;10;3136.16;10.60;1418.00;-1.57;0.24 -615;10;3595.88;9.60;1458.00;-1.57;0.32 -616;10;4769.76;9.50;415.00;-1.57;0.64 -617;10;4310.36;9.50;643.00;-1.57;0.96 -618;10;3560.16;9.60;1457.00;-1.57;0.24 -619;10;3109.34;10.04;1426.00;-1.57;0.20 -620;10;2828.16;10.08;1434.00;-1.57;0.24 -621;10;4479.18;9.50;266.00;-1.57;1.02 -622;10;3918.64;9.50;776.00;-1.57;0.96 -623;10;3845.44;9.50;677.00;-1.57;0.78 -624;10;3068.34;9.90;1428.00;-1.57;0.26 -625;10;2818.34;10.00;1436.00;-1.57;0.20 -626;10;3776.88;9.50;86.00;-1.57;1.32 -627;10;3010.58;9.50;25.00;-1.57;0.98 -628;10;3011.52;9.64;1436.00;-1.57;0.22 -629;10;2810.34;9.90;1443.00;-1.57;0.26 -630;10;3152.24;10.75;1406.00;-1.57;0.20 -631;10;2192.44;9.50;60.00;-1.57;0.90 -632;10;2389.52;9.50;323.00;-1.57;1.28 -633;10;2541.40;9.50;1047.00;-1.57;1.60 -634;10;1760.42;9.90;1667.00;-1.57;0.38 -635;10;2491.48;9.50;1423.00;-1.57;1.44 -636;10;2933.62;15.30;1447.00;-1.57;0.18 -637;10;3183.80;11.63;1412.00;-1.57;0.20 -638;10;1502.34;10.17;1426.00;-1.57;0.26 -639;10;918.32;9.50;17.00;-1.57;0.84 -640;10;31.36;9.50;518.00;-1.57;1.04 -641;10;2887.98;10.10;1444.00;-1.57;0.20 -642;10;3658.04;9.60;1450.00;-1.57;0.44 -643;10;91.78;9.50;1326.00;-1.57;1.00 -644;10;369.48;9.50;1521.00;-1.57;1.22 -645;10;393.08;9.50;588.00;-1.57;1.02 -646;10;3134.06;10.41;1435.00;-1.57;0.24 -647;10;1303.40;9.50;666.00;-1.57;0.84 -648;10;2879.16;10.30;1452.00;-1.57;0.24 -649;10;3229.60;10.25;1388.00;-1.57;0.30 -650;10;1712.88;12.12;314.00;-1.57;0.32 -651;10;2829.52;9.90;1450.00;-1.57;0.18 -652;10;3469.24;14.60;1318.00;-1.57;0.30 -653;10;3041.80;13.45;1454.00;-1.57;0.20 -654;10;3477.06;13.10;1371.00;-1.57;0.20 -655;10;2800.34;10.30;1447.00;-1.57;0.24 -656;10;2993.98;13.09;1445.00;-1.57;0.18 -657;10;3248.60;9.80;1399.00;-1.57;0.24 -658;10;2952.34;15.18;1449.00;-1.57;0.16 -659;10;1511.24;10.83;1558.00;-1.57;0.28 -660;10;3202.52;10.14;1420.00;-1.57;0.26 -661;10;2951.16;13.98;1455.00;-1.57;0.16 -662;10;3155.34;14.26;1430.00;-1.57;0.26 -663;10;2940.88;12.53;1464.00;-1.57;0.18 -664;10;4897.34;11.10;1431.00;-1.57;0.26 -665;10;3056.80;10.55;1446.00;-1.57;0.14 -666;10;3524.16;11.38;1377.00;-1.57;0.18 -667;10;2860.16;10.10;1459.00;-1.57;0.24 -668;10;3012.16;13.41;1456.00;-1.57;0.16 -669;10;2822.80;9.80;1457.00;-1.57;0.20 -670;10;3511.80;10.75;1381.00;-1.57;0.20 -671;10;3002.16;15.16;1456.00;-1.57;0.24 -672;10;3464.88;14.28;1377.00;-1.57;0.22 -673;10;2989.06;14.75;1465.00;-1.57;0.16 -674;10;3229.70;9.70;1412.00;-1.57;0.22 -675;10;4916.04;10.42;1511.00;-1.57;0.56 -676;10;3184.06;11.62;1440.00;-1.57;0.24 -677;10;896.34;10.22;1511.00;-1.57;0.26 -678;10;2919.80;13.34;1470.00;-1.57;0.20 -679;10;3126.80;9.80;1443.00;-1.57;0.18 -680;10;2885.52;10.54;1469.00;-1.57;0.16 -681;10;4916.70;10.38;1449.00;-1.57;0.30 -682;10;3088.24;9.91;1450.00;-1.57;0.18 -683;10;3528.34;10.35;1393.00;-1.57;0.22 -684;10;3116.52;9.80;1458.00;-1.57;0.20 -685;10;3486.42;14.49;1388.00;-1.57;0.26 -686;10;3070.16;10.53;1465.00;-1.57;0.24 -687;10;3264.96;9.70;1419.00;-1.57;0.28 -688;10;3013.80;13.52;1470.00;-1.57;0.20 -689;10;1493.96;10.65;1570.00;-1.57;0.24 -690;10;3212.88;12.48;1429.00;-1.57;0.18 -691;10;1488.52;10.60;1580.00;-1.57;0.28 -692;10;2987.98;11.52;1478.00;-1.57;0.22 -693;10;3168.16;14.26;1446.00;-1.57;0.22 -694;10;2944.16;12.83;1477.00;-1.57;0.18 -695;10;1474.88;10.80;1580.00;-1.57;0.22 -696;10;3158.34;12.84;1450.00;-1.57;0.20 -697;10;3197.62;13.20;410.00;-1.57;1.18 -698;10;2912.80;12.86;1468.00;-1.57;0.20 -699;10;3130.98;9.72;1461.00;-1.57;0.22 -700;10;3545.34;9.75;1399.00;-1.57;0.24 -701;10;3087.34;9.86;1460.00;-1.57;0.18 -702;10;1590.16;11.30;1568.00;-1.57;0.24 -703;10;1419.14;10.70;1651.00;-1.57;0.42 -704;10;3051.98;13.37;1480.00;-1.57;0.22 -705;10;3334.88;9.65;1422.00;-1.57;0.28 -706;10;1641.16;10.80;1573.00;-1.57;0.24 -707;10;3006.52;14.05;1472.00;-1.57;0.24 -708;10;2971.88;11.16;1484.00;-1.57;0.24 -709;10;1445.14;9.80;1654.00;-1.57;0.46 -710;10;927.06;14.61;1524.00;-1.57;0.34 -711;10;3209.52;12.94;1450.00;-1.57;0.18 -712;10;3519.52;11.84;1404.00;-1.57;0.26 -713;10;3158.16;11.31;1466.00;-1.57;0.24 -714;10;3466.52;11.90;1401.00;-1.57;0.22 -715;10;1683.52;10.10;1591.00;-1.57;0.16 -716;10;3117.16;9.96;1468.00;-1.57;0.24 -717;10;3417.52;9.95;1406.00;-1.57;0.22 -718;10;1670.70;10.77;1591.00;-1.57;0.14 -719;10;3405.16;10.90;1409.00;-1.57;0.24 -720;10;1423.88;10.03;1544.00;-1.57;0.32 -721;10;3313.60;9.70;1444.00;-1.57;0.24 -722;10;1541.06;12.09;1598.00;-1.57;0.28 -723;10;3242.16;9.95;1450.00;-1.57;0.24 -724;10;2686.98;12.07;1348.00;-1.57;0.16 -725;10;4939.06;12.72;1455.00;-1.57;0.30 -726;10;2717.80;12.93;1373.00;-1.57;0.20 -727;10;3195.34;15.79;1466.00;-1.57;0.20 -728;10;3525.52;10.50;1412.00;-1.57;0.26 -729;10;2696.62;12.68;1377.00;-1.57;0.18 -730;10;3139.16;9.80;1468.00;-1.57;0.24 -731;10;3486.06;10.72;1407.00;-1.57;0.20 -732;10;3030.52;10.85;1487.00;-1.57;0.22 -733;10;1692.78;11.38;1614.00;-1.57;0.34 -734;10;1588.34;11.47;1600.00;-1.57;0.26 -735;10;3444.80;10.60;1421.00;-1.57;0.20 -736;10;1159.42;10.70;1810.00;-1.57;0.86 -737;10;3328.42;9.70;1450.00;-1.57;0.22 -738;10;2745.16;12.71;1380.00;-1.57;0.20 -739;10;4933.88;10.48;1469.00;-1.57;0.32 -740;10;2762.88;10.13;1384.00;-1.57;0.20 -741;10;3275.70;9.70;1454.00;-1.57;0.30 -742;10;3529.62;11.14;1423.00;-1.57;0.18 -743;10;2788.34;10.15;1386.00;-1.57;0.24 -744;10;3222.88;10.31;1463.00;-1.57;0.20 -745;10;3521.16;10.11;1424.00;-1.57;0.24 -746;10;3171.06;10.43;1473.00;-1.57;0.18 -747;10;2761.16;10.85;1266.00;-1.57;0.20 -748;10;3466.34;11.52;1424.00;-1.57;0.24 -749;10;1567.70;9.70;1600.00;-1.57;0.16 -750;10;3401.34;9.61;1432.00;-1.57;0.26 -751;10;1462.68;9.90;1661.00;-1.57;0.42 -752;10;2842.70;10.78;1406.00;-1.57;0.18 -753;10;4954.60;12.49;1462.00;-1.57;0.20 -754;10;3267.16;9.86;1465.00;-1.57;0.24 -755;10;2828.34;10.00;1407.00;-1.57;0.14 -756;10;3843.68;11.40;1279.00;-1.57;0.40 -757;10;3558.88;9.68;1434.00;-1.57;0.16 -758;10;2676.88;10.13;1385.00;-1.57;0.24 -759;10;3518.06;9.87;1435.00;-1.57;0.30 -760;10;2861.62;11.83;1399.00;-1.57;0.18 -761;10;1508.00;9.70;1806.00;-1.57;1.90 -762;10;2889.70;9.70;1414.00;-1.57;0.18 -763;10;1366.96;10.80;1802.00;-1.57;1.44 -764;10;2905.98;15.69;1419.00;-1.57;0.20 -765;10;3419.34;9.70;1442.00;-1.57;0.20 -766;10;915.52;13.99;1541.00;-1.57;0.28 -767;10;3343.52;9.70;1452.00;-1.57;0.22 -768;10;897.98;10.05;1541.00;-1.57;0.22 -769;10;2858.98;12.85;1421.00;-1.57;0.22 -770;10;2926.26;10.83;1409.00;-1.57;0.14 -771;10;2945.34;11.40;1413.00;-1.57;0.16 -772;10;3465.88;11.43;1364.00;-1.57;0.24 -773;10;2964.98;9.70;1424.00;-1.57;0.18 -774;10;1549.16;10.81;1609.00;-1.57;0.24 -775;10;3449.80;9.80;1442.00;-1.57;0.20 -776;10;2943.52;9.80;1425.00;-1.57;0.24 -777;10;1483.30;10.89;1704.00;-1.57;0.52 -778;10;2911.80;13.84;1433.00;-1.57;0.20 -779;10;1548.34;10.58;1623.00;-1.57;0.26 -780;10;2888.34;9.70;1421.00;-1.57;0.18 -781;10;893.06;13.31;1557.00;-1.57;0.34 -782;10;2994.98;10.05;1406.00;-1.57;0.18 -783;10;4851.70;11.61;1394.00;-1.57;0.30 -784;10;3290.88;13.23;1280.00;-1.57;0.24 -785;10;3251.70;12.36;1313.00;-1.57;0.26 -786;10;3132.38;9.50;1776.00;-1.57;0.82 -787;10;2474.00;9.50;914.00;-1.57;1.00 -788;10;1614.60;9.70;1482.00;-1.57;0.24 -789;10;3462.78;14.36;1336.00;-1.57;0.24 -790;10;2803.80;10.31;1350.00;-1.57;0.12 -791;10;2281.44;9.50;674.00;-1.57;1.16 -792;10;3365.98;10.78;1212.00;-1.57;0.22 -793;10;3181.34;10.40;1387.00;-1.57;0.26 -794;10;2718.16;13.11;1333.00;-1.57;0.24 -795;10;2193.78;9.50;1798.00;-1.57;1.20 -796;10;994.22;9.50;91.00;-1.57;1.46 -797;10;3111.16;12.44;1405.00;-1.57;0.22 -798;10;2797.16;14.98;1332.00;-1.57;0.24 -799;10;2671.44;9.89;1326.00;-1.57;0.16 -800;10;4798.16;12.88;1353.00;-1.57;0.22 -801;10;1551.70;11.74;1530.00;-1.57;0.30 -802;10;3814.82;9.50;959.00;-1.57;0.98 -803;10;3316.20;9.50;1177.00;-1.57;0.72 -804;10;3332.98;11.40;1320.00;-1.57;0.22 -805;10;1320.04;10.40;1389.00;-1.57;0.34 -806;10;3374.24;10.52;1268.00;-1.57;0.28 -807;10;5128.56;9.50;624.00;-1.57;1.08 -808;10;5303.22;9.50;1308.00;-1.57;1.16 -809;10;2718.16;12.65;1295.00;-1.57;0.20 -810;10;4859.34;12.00;1407.00;-1.57;0.24 -811;10;4738.92;9.50;394.00;-1.57;0.88 -812;10;4358.90;9.50;635.00;-1.57;1.10 -813;10;2782.88;12.56;1348.00;-1.57;0.20 -814;10;4658.24;11.46;1341.00;-1.57;0.28 -815;10;4528.72;9.50;272.00;-1.57;1.08 -816;10;3813.54;9.50;634.00;-1.57;0.98 -817;10;2890.98;10.02;1458.00;-1.57;0.22 -818;10;3197.70;9.70;1399.00;-1.57;0.28 -819;10;3031.98;9.70;1341.00;-1.57;0.20 -820;10;3784.24;9.50;30.00;-1.57;1.36 -821;10;2962.70;9.50;34.00;-1.57;1.30 -822;10;1610.34;9.95;1540.00;-1.57;0.16 -823;10;995.14;10.23;1428.00;-1.57;0.30 -824;10;2147.36;9.50;61.00;-1.57;0.98 -825;10;2339.42;9.50;309.00;-1.57;1.26 -826;10;2528.24;9.64;1121.00;-1.57;1.36 -827;10;1531.06;10.85;1544.00;-1.57;0.26 -828;10;4595.06;13.86;1344.00;-1.57;0.34 -829;10;3536.32;9.74;1202.00;-1.57;0.48 -830;10;2538.70;9.50;1486.00;-1.57;1.30 -831;10;1487.98;10.65;1540.00;-1.57;0.22 -832;10;2774.16;11.95;1305.00;-1.57;0.24 -833;10;3131.80;13.02;1351.00;-1.57;0.20 -834;10;951.32;9.50;59.00;-1.57;1.48 -835;10;80.32;9.50;499.00;-1.57;1.24 -836;10;4733.34;11.15;1333.00;-1.57;0.22 -837;10;4918.24;13.03;1420.00;-1.57;0.34 -838;10;36.26;9.50;1323.00;-1.57;1.04 -839;10;294.40;9.50;1535.00;-1.57;1.02 -840;10;411.00;9.50;633.00;-1.57;0.92 -841;10;3134.80;14.58;1329.00;-1.57;0.20 -842;10;1429.04;9.50;673.00;-1.57;1.24 -844;10;2679.80;10.00;1310.00;-1.57;0.18 -845;10;2694.80;12.23;1340.00;-1.57;0.20 -846;10;4734.70;9.80;1368.00;-1.57;0.28 -847;10;1590.88;10.26;1549.00;-1.57;0.22 -848;10;4797.52;11.59;1304.00;-1.57;0.28 -849;10;3222.32;9.50;1334.00;-1.57;0.36 -850;10;1050.20;15.57;1478.00;-1.57;0.46 -851;10;3047.52;10.90;1329.00;-1.57;0.24 -852;10;4794.34;14.32;1333.00;-1.57;0.22 -853;10;1060.04;11.32;1426.00;-1.57;0.46 -854;10;2844.52;10.84;1357.00;-1.57;0.24 -855;10;5035.50;9.75;1581.00;-1.57;0.50 -856;10;3266.34;14.22;1314.00;-1.57;0.26 -857;10;2766.16;13.26;1354.00;-1.57;0.16 -858;10;2741.16;12.29;1317.00;-1.57;0.16 -859;10;1674.42;9.50;1559.00;-1.57;0.20 -860;10;1473.78;10.40;1400.00;-1.57;0.34 -861;10;4807.34;15.33;1355.00;-1.57;0.22 -862;10;1616.06;12.63;1565.00;-1.57;0.28 -863;10;3154.16;10.33;1312.00;-1.57;0.22 -864;10;3491.78;15.67;1288.00;-1.57;0.24 -865;10;1609.60;9.64;1495.00;-1.57;0.32 -866;10;1541.42;9.70;1330.00;-1.57;0.30 -867;10;3134.16;14.25;1359.00;-1.57;0.20 -868;10;1143.40;18.26;1510.00;-1.57;0.46 -869;10;3335.42;11.33;1291.00;-1.57;0.20 -870;10;1478.70;10.70;1561.00;-1.57;0.26 -871;10;2794.52;14.49;1325.00;-1.57;0.24 -872;10;2819.98;11.59;1359.00;-1.57;0.20 -873;10;1597.24;9.72;1516.00;-1.57;0.32 -874;10;2705.16;12.03;1342.00;-1.57;0.24 -875;10;2732.52;11.55;1286.00;-1.57;0.20 -876;10;3429.70;12.80;1301.00;-1.57;0.30 -877;10;2704.80;11.83;1350.00;-1.57;0.18 -878;10;3209.06;11.70;1351.00;-1.57;0.18 -879;10;2725.16;12.73;1290.00;-1.57;0.20 -880;10;1571.16;10.80;1558.00;-1.57;0.24 -881;10;4642.24;11.66;1340.00;-1.57;0.24 -882;10;1545.52;10.69;1574.00;-1.57;0.26 -883;10;3053.16;10.08;1348.00;-1.57;0.18 -884;10;2766.52;14.45;1361.00;-1.57;0.20 -885;10;2751.88;13.35;1365.00;-1.57;0.16 -886;10;3376.24;13.43;1280.00;-1.57;0.36 -887;10;4757.34;10.65;1369.00;-1.57;0.26 -888;10;2777.16;12.25;1314.00;-1.57;0.24 -889;10;2686.34;12.75;1341.00;-1.57;0.16 -890;10;3290.06;12.75;1334.00;-1.57;0.18 -891;10;1634.52;10.45;1566.00;-1.57;0.22 -892;10;4728.34;13.27;1338.00;-1.57;0.26 -893;10;3198.16;13.33;1354.00;-1.57;0.22 -894;10;1620.70;12.72;1576.00;-1.57;0.18 -895;10;3177.42;9.50;1329.00;-1.57;0.28 -896;10;2736.80;11.20;1324.00;-1.57;0.20 -897;10;2824.16;12.66;1366.00;-1.57;0.16 -898;10;4832.70;9.59;1363.00;-1.57;0.26 -899;10;2815.44;12.60;1368.00;-1.57;0.16 -900;10;4649.16;9.98;1326.00;-1.57;0.24 -901;10;3444.06;11.23;1234.00;-1.57;0.34 -902;10;2953.62;10.55;1315.00;-1.57;0.18 -903;10;2743.16;12.50;1364.00;-1.57;0.20 -904;10;3294.60;10.53;1341.00;-1.57;0.24 -905;10;1708.14;9.50;1574.00;-1.57;0.34 -906;10;4791.98;14.60;1343.00;-1.57;0.22 -907;10;3155.52;12.80;1361.00;-1.57;0.24 -908;10;1668.70;10.78;1584.00;-1.57;0.16 -909;10;3289.70;12.85;1309.00;-1.57;0.22 -910;10;2983.16;10.83;1383.00;-1.57;0.22 -911;10;2902.80;9.68;1384.00;-1.57;0.18 -912;10;4763.16;10.45;1319.00;-1.57;0.20 -913;10;1505.42;9.90;1475.00;-1.57;0.22 -914;10;3121.98;10.34;1322.00;-1.57;0.22 -915;10;2807.52;13.69;1372.00;-1.57;0.24 -916;10;4746.42;10.09;1376.00;-1.57;0.26 -917;10;881.06;13.79;1888.00;-1.57;1.12 -918;10;2720.16;11.80;1355.00;-1.57;0.16 -919;10;3367.70;13.83;1317.00;-1.57;0.30 -920;10;2710.52;12.90;1357.00;-1.57;0.20 -921;10;3363.52;13.59;1297.00;-1.57;0.28 -922;10;3241.88;9.92;1354.00;-1.57;0.24 -923;10;3021.98;10.57;1352.00;-1.57;0.22 -924;10;2673.52;9.85;1312.00;-1.57;0.22 -925;10;3017.16;10.30;1384.00;-1.57;0.24 -926;10;1414.14;10.13;1619.00;-1.57;0.34 -927;10;4808.88;13.11;1371.00;-1.57;0.20 -928;10;3241.70;10.28;1300.00;-1.57;0.22 -929;10;2815.52;9.89;1396.00;-1.57;0.18 -930;10;4737.14;9.85;1396.00;-1.57;0.38 -931;10;2709.16;10.81;1299.00;-1.57;0.20 -932;10;2774.16;11.13;1372.00;-1.57;0.20 -933;10;3365.70;12.46;1330.00;-1.57;0.24 -934;10;4690.88;11.61;1352.00;-1.57;0.30 -935;10;3164.34;12.52;1368.00;-1.57;0.26 -936;10;3151.16;11.97;1339.00;-1.57;0.24 -937;10;3111.88;12.78;1383.00;-1.57;0.24 -938;10;2696.62;13.64;1332.00;-1.57;0.18 -939;10;2731.16;14.45;1333.00;-1.57;0.24 -940;10;3313.34;12.40;1285.00;-1.57;0.26 -941;10;962.24;13.38;1463.00;-1.57;0.36 -942;10;2768.80;12.00;1311.00;-1.57;0.20 -943;10;2834.98;10.12;1386.00;-1.57;0.22 -944;10;4829.16;11.11;1375.00;-1.57;0.24 -945;10;4764.52;11.40;1348.00;-1.57;0.18 -946;10;4796.88;11.86;1383.00;-1.57;0.26 -947;10;3261.98;13.07;1325.00;-1.57;0.22 -948;10;2785.52;12.89;1342.00;-1.57;0.20 -949;10;3171.70;13.92;1374.00;-1.57;0.20 -950;10;2749.52;12.25;1289.00;-1.57;0.20 -951;10;1589.60;11.10;1523.00;-1.57;0.26 -952;10;4618.52;13.04;1349.00;-1.57;0.28 -953;10;3095.34;14.00;1388.00;-1.57;0.20 -954;10;1427.34;9.90;1500.00;-1.57;0.26 -955;10;3040.98;10.61;1338.00;-1.57;0.22 -956;10;2903.70;10.89;1392.00;-1.57;0.18 -957;10;4874.42;9.68;1386.00;-1.57;0.34 -958;10;2885.80;9.83;1399.00;-1.57;0.16 -959;10;4827.98;9.60;1344.00;-1.57;0.22 -960;10;3392.88;14.20;1333.00;-1.57;0.24 -961;10;3357.16;15.38;1286.00;-1.57;0.24 -962;10;2804.52;9.73;1298.00;-1.57;0.20 -963;10;3025.98;13.80;1360.00;-1.57;0.22 -964;10;4719.88;11.03;1327.00;-1.57;0.24 -965;10;3169.52;11.99;1383.00;-1.57;0.24 -966;10;3148.62;13.00;1329.00;-1.57;0.18 -967;10;3010.16;11.18;1391.00;-1.57;0.24 -968;10;1480.42;10.44;1444.00;-1.57;0.26 -969;10;2958.44;9.80;1429.00;-1.57;0.14 -970;10;2670.16;9.70;1298.00;-1.57;0.18 -971;10;1520.52;10.90;1521.00;-1.57;0.28 -972;10;4655.70;11.92;1364.00;-1.57;0.22 -973;10;4838.70;11.36;1391.00;-1.57;0.20 -974;10;3143.80;12.38;1345.00;-1.57;0.18 -975;10;3406.14;12.14;1338.00;-1.57;0.22 -976;10;3155.34;13.49;1299.00;-1.57;0.26 -977;10;2748.16;13.73;1339.00;-1.57;0.24 -978;10;4786.16;14.38;1327.00;-1.57;0.22 -979;10;3326.88;13.92;1354.00;-1.57;0.24 -980;10;2673.80;9.69;1290.00;-1.57;0.20 -981;10;3261.16;12.51;1307.00;-1.57;0.24 -982;10;3108.52;13.89;1392.00;-1.57;0.28 -983;10;1651.74;10.70;1715.00;-1.57;0.80 -984;10;3055.44;11.77;1403.00;-1.57;0.16 -985;10;2723.52;11.24;1309.00;-1.57;0.20 -986;10;924.52;10.45;1461.00;-1.57;0.28 -987;10;4730.88;9.70;1351.00;-1.57;0.28 -988;10;3128.72;11.00;664.00;-1.57;0.78 -989;10;2775.06;13.17;1224.00;-1.57;0.34 -990;10;3146.54;9.50;1742.00;-1.57;0.62 -991;10;2545.14;9.50;829.00;-1.57;1.10 -992;10;3273.96;9.92;1142.00;-1.57;0.38 -993;10;4989.98;9.70;1254.00;-1.57;0.22 -994;10;4514.06;9.67;948.00;-1.57;0.26 -995;10;2252.44;9.50;690.00;-1.57;1.16 -996;10;4671.16;10.95;1169.00;-1.57;0.18 -997;10;4255.88;10.35;1015.00;-1.57;0.32 -998;10;4944.98;9.50;1271.00;-1.57;0.22 -999;10;2249.74;9.50;1826.00;-1.57;1.52 -1000;10;855.68;9.50;73.00;-1.57;1.26 -1001;10;4654.24;9.70;1196.00;-1.57;0.24 -1002;10;5412.16;10.80;831.00;-1.57;0.16 -1003;10;4774.34;9.70;1287.00;-1.57;0.20 -1004;10;4567.24;9.97;1220.00;-1.57;0.36 -1005;10;3284.24;10.49;1268.00;-1.57;0.28 -1006;10;4632.34;12.64;1066.00;-1.57;0.26 -1007;10;3889.82;9.50;900.00;-1.57;0.98 -1008;10;3298.62;9.50;1207.00;-1.57;0.66 -1009;10;3031.52;9.65;1269.00;-1.57;0.24 -1010;10;4476.94;12.46;1110.00;-1.57;0.34 -1011;10;5056.70;9.50;641.00;-1.57;1.08 -1012;10;5240.14;9.50;1291.00;-1.57;1.46 -1013;10;2822.78;10.43;1252.00;-1.57;0.28 -1014;10;4274.88;9.94;970.00;-1.57;0.32 -1015;10;3352.80;10.70;1146.00;-1.57;0.20 -1016;10;4705.90;9.50;429.00;-1.57;1.02 -1017;10;4338.44;9.50;611.00;-1.57;1.00 -1018;10;4508.70;10.02;1004.00;-1.57;0.24 -1019;10;1585.06;9.70;1436.00;-1.57;0.26 -1020;10;4855.26;9.87;1175.00;-1.57;0.14 -1021;10;4494.44;9.50;214.00;-1.57;1.16 -1022;10;3799.72;9.50;677.00;-1.57;0.94 -1023;10;4533.52;11.75;1055.00;-1.57;0.28 -1024;10;5002.52;12.03;1279.00;-1.57;0.22 -1025;10;4847.80;11.11;1206.00;-1.57;0.20 -1026;10;2918.10;9.50;23.00;-1.57;0.90 -1027;10;4579.80;13.63;1309.00;-1.57;0.20 -1028;10;3315.52;10.54;1049.00;-1.57;0.28 -1029;10;4665.52;9.70;1225.00;-1.57;0.28 -1030;10;2185.72;9.50;119.00;-1.57;1.08 -1031;10;2307.64;9.50;352.00;-1.57;0.96 -1032;10;2498.74;9.50;1172.00;-1.57;1.22 -1033;10;3377.04;10.98;1094.00;-1.57;0.56 -1034;10;4541.24;12.57;1250.00;-1.57;0.36 -1035;10;2503.86;9.50;1559.00;-1.57;1.54 -1036;10;4603.24;11.40;1138.00;-1.57;0.30 -1037;10;2956.34;10.71;1231.00;-1.57;0.26 -1038;10;4522.06;9.80;966.00;-1.57;0.28 -1039;10;1138.66;9.50;121.00;-1.57;1.16 -1040;10;130.50;9.50;471.00;-1.57;1.04 -1041;10;3058.06;9.80;1159.00;-1.57;0.32 -1042;10;5334.06;10.49;481.00;-1.57;0.22 -1043;10;2940.34;10.70;1114.00;-1.57;1.26 -1044;10;271.86;9.50;1583.00;-1.57;1.18 -1045;10;454.82;9.50;635.00;-1.57;0.98 -1046;10;2949.42;11.53;1253.00;-1.57;0.28 -1047;10;4576.88;9.58;1022.00;-1.57;0.28 -1048;10;2712.16;10.06;1264.00;-1.57;0.20 -1049;10;1370.68;9.50;716.00;-1.57;1.10 -1051;10;4930.16;9.81;1216.00;-1.57;0.24 -1052;10;4660.70;9.65;1315.00;-1.57;0.30 -1053;10;4608.70;10.41;1069.00;-1.57;0.30 -1054;10;4807.42;9.66;1231.00;-1.57;0.26 -1055;10;4686.52;9.64;1107.00;-1.57;0.28 -1056;10;3387.24;15.06;1229.00;-1.57;0.36 -1057;10;3157.08;10.10;1077.00;-1.57;0.82 -1058;10;2932.16;12.65;1246.00;-1.57;0.24 -1059;10;4154.88;10.68;1009.00;-1.57;0.30 -1060;10;3187.60;9.70;1143.00;-1.57;0.40 -1061;10;3907.60;9.79;1035.00;-1.57;0.40 -1062;10;3133.34;13.25;1170.00;-1.57;0.26 -1063;10;4996.34;11.65;1310.00;-1.57;0.26 -1064;10;3326.70;10.17;1057.00;-1.57;0.30 -1065;10;3360.16;10.33;1193.00;-1.57;0.24 -1066;10;4653.16;10.96;1112.00;-1.57;0.24 -1067;10;4931.34;10.21;1237.00;-1.57;0.20 -1068;10;3289.06;9.70;1129.00;-1.57;0.22 -1069;10;4638.88;10.38;1262.00;-1.57;0.30 -1070;10;4533.52;9.69;965.00;-1.57;0.28 -1071;10;3259.34;9.74;1151.00;-1.57;0.26 -1072;10;3398.88;12.54;1234.00;-1.57;0.32 -1073;10;4450.70;10.56;1002.00;-1.57;0.28 -1074;10;3370.34;11.91;1195.00;-1.57;0.26 -1075;10;4234.52;10.20;1034.00;-1.57;0.28 -1076;10;4660.06;9.62;1215.00;-1.57;0.26 -1077;10;1619.96;9.67;1462.00;-1.57;0.28 -1078;10;4609.52;10.05;1046.00;-1.57;0.26 -1079;10;2704.60;13.90;1201.00;-1.57;0.30 -1080;10;3309.42;11.54;1106.00;-1.57;0.38 -1081;10;4807.80;12.09;1249.00;-1.57;0.20 -1082;10;4317.60;10.01;1053.00;-1.57;0.40 -1083;10;4631.88;10.58;1156.00;-1.57;0.30 -1084;10;4640.16;9.83;1276.00;-1.57;0.24 -1085;10;5320.88;9.91;506.00;-1.57;0.32 -1086;10;3356.62;11.05;1170.00;-1.57;0.18 -1087;10;4548.88;10.39;1021.00;-1.57;0.24 -1088;10;3372.88;10.55;1240.00;-1.57;0.32 -1089;10;4682.80;9.97;1182.00;-1.57;0.20 -1090;10;2749.52;13.64;1276.00;-1.57;0.20 -1091;10;4685.26;12.41;1032.00;-1.57;0.14 -1092;10;4874.16;9.86;1220.00;-1.57;0.22 -1093;10;2786.16;10.95;1291.00;-1.57;0.20 -1094;10;4670.16;11.61;1096.00;-1.57;0.24 -1095;10;2811.42;10.30;1108.00;-1.57;0.98 -1096;10;4691.80;11.58;1138.00;-1.57;0.20 -1097;10;4980.06;10.15;1249.00;-1.57;0.22 -1098;10;4678.98;9.66;647.00;-1.57;0.22 -1099;10;4658.52;10.05;1167.00;-1.57;0.22 -1100;10;4799.98;10.14;1267.00;-1.57;0.22 -1101;10;4144.06;9.80;991.00;-1.57;0.30 -1102;10;2665.96;13.45;1163.00;-1.57;0.44 -1103;10;3941.14;10.53;1043.00;-1.57;0.40 -1104;10;4691.24;9.78;1280.00;-1.57;0.22 -1105;10;2979.78;9.88;1186.00;-1.57;0.30 -1106;10;3128.98;9.60;1290.00;-1.57;0.22 -1107;10;3912.24;13.35;1154.00;-1.57;0.36 -1108;10;3372.88;12.81;1219.00;-1.57;0.28 -1109;10;3166.06;10.69;1295.00;-1.57;0.20 -1110;10;4629.06;10.54;1092.00;-1.57;0.34 -1111;10;2762.24;15.18;1214.00;-1.57;0.36 -1112;10;3329.42;11.22;1129.00;-1.57;0.36 -1113;10;4991.52;9.95;1264.00;-1.57;0.24 -1114;10;4430.32;12.86;1022.00;-1.57;0.34 -1115;10;2753.92;10.25;1020.00;-1.57;1.40 -1116;10;4280.76;12.05;1100.00;-1.57;0.46 -1117;10;4979.52;11.80;1278.00;-1.57;0.28 -1118;10;3048.16;11.10;1166.00;-1.57;0.24 -1119;10;3277.52;9.99;1258.00;-1.57;0.28 -1120;10;4586.70;10.60;1044.00;-1.57;0.30 -1121;10;4649.52;10.79;1211.00;-1.57;0.22 -1122;10;3297.88;10.82;1269.00;-1.57;0.26 -1123;10;4818.62;9.50;1102.00;-1.57;0.18 -1124;10;4657.80;10.88;1235.00;-1.57;0.20 -1125;10;4659.70;11.13;1140.00;-1.57;0.30 -1126;10;2845.86;12.58;1202.00;-1.57;0.46 -1127;10;3121.34;10.30;1151.00;-1.57;0.26 -1128;10;2858.52;12.80;1237.00;-1.57;0.24 -1129;10;4031.50;21.95;1179.00;-1.57;0.50 -1130;10;3177.98;11.42;1175.00;-1.57;0.22 -1131;10;4542.16;11.25;1012.00;-1.57;0.24 -1132;10;1595.96;9.70;1445.00;-1.57;0.36 -1133;10;4925.16;9.70;1207.00;-1.57;0.20 -1134;10;4620.16;9.70;1308.00;-1.57;0.24 -1135;10;82.56;9.50;1780.00;-1.57;0.34 -1136;10;4919.16;10.28;1234.00;-1.57;0.24 -1137;10;4603.78;12.27;1323.00;-1.57;0.26 -1138;10;4641.52;10.69;1086.00;-1.57;0.28 -1139;10;4582.24;10.30;1235.00;-1.57;0.22 -1140;10;3177.08;9.80;1116.00;-1.57;0.72 -1141;10;2930.78;13.02;1231.00;-1.57;0.42 -1142;10;4251.52;9.60;989.00;-1.57;0.26 -1143;10;3235.94;9.60;1129.00;-1.57;0.44 -1144;10;3925.78;9.83;1023.00;-1.57;0.40 -1145;10;2854.70;11.25;1258.00;-1.57;0.24 -1146;10;4655.52;9.70;1177.00;-1.57;0.28 -1147;10;3905.58;9.75;1052.00;-1.57;0.34 -1148;10;4808.52;12.90;1287.00;-1.57;0.24 -1149;10;3011.98;10.57;1185.00;-1.57;0.22 -1150;10;4705.70;9.50;1305.00;-1.57;0.24 -1151;10;3313.42;10.70;1081.00;-1.57;0.32 -1152;10;2743.32;15.52;1187.00;-1.57;0.36 -1153;10;4631.78;10.61;1135.00;-1.57;0.24 -1154;10;4661.34;11.50;1247.00;-1.57;0.24 -1155;10;3321.24;9.80;1156.00;-1.57;0.28 -1156;10;3035.34;12.55;1284.00;-1.57;0.20 -1157;10;4472.52;9.60;991.00;-1.57;0.28 -1158;10;4831.14;9.50;1197.00;-1.57;0.24 -1159;10;4188.34;9.50;1006.00;-1.57;0.26 -1160;10;2933.70;10.51;1260.00;-1.57;0.30 -1161;10;4644.06;10.91;1205.00;-1.57;0.24 -1162;10;4599.24;10.17;1039.00;-1.57;0.30 -1163;10;1608.60;9.50;1451.00;-1.57;0.28 -1164;10;3190.52;10.95;1236.00;-1.57;0.16 -1165;10;5014.98;9.50;1302.00;-1.57;0.22 -1166;10;4658.52;11.04;1074.00;-1.57;0.28 -1167;10;4892.16;12.03;1237.00;-1.57;0.24 -1168;10;4700.52;9.70;1118.00;-1.57;0.24 -1169;10;4602.06;9.89;1259.00;-1.57;0.26 -1170;10;4336.60;11.95;1015.00;-1.57;0.40 -1171;10;4653.70;9.95;1158.00;-1.57;0.26 -1172;10;4452.78;12.85;1036.00;-1.57;0.40 -1173;10;3146.44;9.85;1271.00;-1.57;0.16 -1174;10;3022.34;10.20;1167.00;-1.57;0.26 -1175;10;4696.80;9.77;1022.00;-1.57;0.20 -1176;10;2755.88;14.63;1272.00;-1.57;0.20 -1177;10;4782.16;9.70;1201.00;-1.57;0.12 -1178;10;2724.52;10.10;1279.00;-1.57;0.16 -1179;10;3848.12;10.33;1071.00;-1.57;0.50 -1180;10;4572.24;10.13;1245.00;-1.57;0.30 -1181;10;3256.12;12.25;628.00;-1.57;0.68 -1182;10;4987.80;9.51;1244.00;-1.57;0.20 -1183;10;4843.98;10.10;1178.00;-1.57;0.18 -1184;10;4674.52;11.30;1265.00;-1.57;0.22 -1185;10;4461.70;9.60;975.00;-1.57;0.20 -1186;10;3160.06;9.80;1164.00;-1.57;0.34 -1187;10;4560.16;10.26;1015.00;-1.57;0.24 -1188;10;4600.34;9.86;1271.00;-1.57;0.26 -1189;10;3003.34;11.88;1183.00;-1.57;0.26 -1190;10;3894.86;9.80;1025.00;-1.57;0.32 -1191;10;4872.34;12.07;1227.00;-1.57;0.22 -1192;10;2765.16;14.81;1286.00;-1.57;0.24 -1193;10;4648.06;10.84;1077.00;-1.57;0.24 -1194;10;2713.88;10.53;1225.00;-1.57;0.30 -1195;10;4683.16;11.95;1121.00;-1.57;0.24 -1196;10;4442.78;13.70;1028.00;-1.57;0.38 -1197;10;4321.22;11.01;1087.00;-1.57;0.40 -1198;10;3114.34;9.60;1142.00;-1.57;0.26 -1199;10;3980.88;10.66;1044.00;-1.57;0.32 -1200;10;4698.60;11.44;1275.00;-1.57;0.22 -1201;10;3353.80;9.70;1184.00;-1.57;0.20 -1202;10;4591.06;10.79;1028.00;-1.57;0.26 -1203;10;4574.70;12.88;1291.00;-1.57;0.30 -1204;10;3153.16;10.58;1188.00;-1.57;0.24 -1205;10;3143.52;9.90;1296.00;-1.57;0.22 -1206;10;3312.78;10.43;1033.00;-1.57;0.42 -1207;10;2723.04;18.05;1183.00;-1.57;0.34 -1208;10;4526.56;9.50;676.00;-1.57;0.84 -1209;10;4555.78;9.70;520.00;-1.57;0.20 -1210;10;3684.52;10.35;1550.00;-1.57;0.28 -1211;10;3117.28;9.50;1731.00;-1.57;0.92 -1212;10;2626.62;9.50;736.00;-1.57;1.18 -1213;10;4068.70;13.61;757.00;-1.57;0.30 -1214;10;856.50;10.55;1725.00;-1.57;0.36 -1215;10;2098.74;9.50;861.00;-1.57;0.72 -1216;10;3870.60;17.83;1303.00;-1.57;0.24 -1217;10;4909.88;10.40;441.00;-1.57;0.32 -1218;10;2216.14;9.50;1752.00;-1.57;1.06 -1219;10;824.20;9.50;159.00;-1.57;1.30 -1220;10;3736.22;11.00;1463.00;-1.57;0.44 -1221;10;4695.16;10.13;872.00;-1.57;0.20 -1222;10;5064.88;10.70;535.00;-1.57;0.32 -1223;10;3907.30;10.10;1527.00;-1.57;0.38 -1224;10;4752.98;10.07;825.00;-1.57;0.22 -1225;10;4604.34;10.07;604.00;-1.57;0.26 -1226;10;3875.80;9.50;796.00;-1.57;0.82 -1227;10;2888.76;9.50;1720.00;-1.57;0.48 -1228;10;4076.70;9.70;923.00;-1.57;0.30 -1229;10;3868.66;10.25;1576.00;-1.57;0.44 -1230;10;4542.78;10.30;655.00;-1.57;0.32 -1231;10;5157.68;9.50;658.00;-1.57;1.32 -1232;10;5202.12;9.50;1238.00;-1.57;1.36 -1233;10;3755.32;10.50;1628.00;-1.57;0.34 -1234;10;4758.16;10.60;756.00;-1.57;0.24 -1235;10;4620.44;9.50;429.00;-1.57;1.10 -1236;10;4387.64;9.50;599.00;-1.57;0.94 -1237;10;5415.60;9.50;400.00;-1.57;0.40 -1238;10;4002.34;9.85;806.00;-1.57;0.26 -1239;10;3987.30;11.74;1461.00;-1.57;0.44 -1240;10;4557.08;9.50;180.00;-1.57;1.12 -1241;10;3831.08;9.50;712.00;-1.57;0.78 -1242;10;5077.24;10.21;528.00;-1.57;0.26 -1243;10;3904.12;10.53;1479.00;-1.57;0.52 -1244;10;4399.34;9.60;857.00;-1.57;0.26 -1245;10;2903.52;9.50;120.00;-1.57;1.16 -1246;10;4455.80;9.80;591.00;-1.57;0.20 -1247;10;3686.14;11.26;1483.00;-1.57;0.40 -1248;10;4489.16;12.08;883.00;-1.57;0.24 -1249;10;2166.96;9.50;151.00;-1.57;0.96 -1250;10;2351.16;9.50;364.00;-1.57;1.24 -1251;10;2478.22;9.50;1222.00;-1.57;1.22 -1252;10;4642.24;10.17;662.00;-1.57;0.34 -1253;10;4340.42;11.69;937.00;-1.57;0.38 -1254;10;3680.60;10.01;1536.00;-1.57;0.38 -1255;10;2489.16;9.50;1616.00;-1.57;1.24 -1256;10;1694.00;9.50;2034.00;-1.57;0.66 -1257;10;4422.60;16.73;1186.00;-1.57;0.40 -1258;10;3693.06;11.13;1603.00;-1.57;0.34 -1259;10;1308.80;9.50;221.00;-1.57;1.10 -1260;10;183.44;9.50;482.00;-1.57;1.06 -1261;10;4730.98;11.45;817.00;-1.57;0.22 -1262;10;1047.28;12.71;1734.00;-1.57;0.68 -1263;10;5401.70;10.66;296.00;-1.57;0.20 -1264;10;25.28;9.50;1369.00;-1.57;0.92 -1265;10;183.24;9.50;1527.00;-1.57;1.12 -1266;10;449.96;9.50;586.00;-1.57;1.10 -1267;10;4974.96;11.67;1506.00;-1.57;0.26 -1268;10;4038.52;11.34;836.00;-1.57;0.28 -1269;10;5287.32;10.50;493.00;-1.57;0.48 -1270;10;1517.26;9.50;643.00;-1.57;1.14 -1272;10;3832.94;10.20;1502.00;-1.57;0.46 -1273;10;3962.98;10.48;895.00;-1.57;0.22 -1274;10;4433.60;9.79;587.00;-1.57;0.28 -1275;10;4052.60;9.90;923.00;-1.57;0.34 -1276;10;3837.32;10.09;1548.00;-1.57;0.46 -1277;10;4399.42;9.70;662.00;-1.57;0.38 -1278;10;3688.60;10.36;1615.00;-1.57;0.26 -1279;10;4394.98;9.85;746.00;-1.57;0.22 -1280;10;1056.70;9.82;314.00;-1.57;0.24 -1281;10;4352.44;9.70;799.00;-1.57;0.16 -1282;10;1743.96;10.40;1655.00;-1.57;0.36 -1283;10;5037.78;9.93;509.00;-1.57;0.32 -1284;10;1716.78;11.02;1680.00;-1.57;0.42 -1285;10;4506.98;9.85;838.00;-1.57;0.20 -1286;10;5169.98;10.72;567.00;-1.57;0.18 -1287;10;3994.22;9.80;1521.00;-1.57;0.58 -1288;10;4699.62;10.23;893.00;-1.57;0.18 -1289;10;4709.34;11.11;663.00;-1.57;0.22 -1290;10;3653.96;9.74;1531.00;-1.57;0.32 -1291;10;4379.98;10.14;740.00;-1.57;0.22 -1292;10;3821.14;9.90;1635.00;-1.57;0.44 -1293;10;4769.16;9.50;800.00;-1.57;0.24 -1294;10;3864.58;9.90;1632.00;-1.57;0.48 -1295;10;3633.28;9.90;1811.00;-1.57;0.66 -1296;10;4356.98;10.02;842.00;-1.57;0.22 -1297;10;4121.02;10.27;1595.00;-1.57;0.42 -1298;10;4682.24;10.30;513.00;-1.57;0.20 -1299;10;1554.58;11.09;1695.00;-1.57;0.42 -1300;10;4506.16;10.37;878.00;-1.57;0.18 -1301;10;5136.16;10.15;557.00;-1.57;0.22 -1302;10;4475.52;11.09;920.00;-1.57;0.26 -1303;10;3817.14;9.90;1536.00;-1.57;0.46 -1304;10;4527.06;10.30;653.00;-1.57;0.34 -1305;10;3678.42;9.80;1599.00;-1.57;0.38 -1306;10;4661.06;9.70;730.00;-1.57;0.26 -1307;10;3631.24;10.08;1752.00;-1.57;0.36 -1308;10;4352.44;9.60;815.00;-1.57;0.16 -1309;10;3945.04;9.90;1594.00;-1.57;0.56 -1310;10;5020.14;9.96;508.00;-1.57;0.24 -1311;10;4754.88;10.42;845.00;-1.57;0.20 -1312;10;3889.04;10.67;1458.00;-1.57;0.52 -1313;10;4440.70;9.74;578.00;-1.57;0.26 -1314;10;3750.22;9.91;1480.00;-1.57;0.48 -1315;10;4345.88;10.42;872.00;-1.57;0.30 -1316;10;4525.22;10.00;637.00;-1.57;0.46 -1317;10;4037.32;10.68;913.00;-1.57;0.38 -1318;10;3639.52;9.70;1521.00;-1.57;0.28 -1319;10;4412.04;15.84;1068.00;-1.57;0.38 -1320;10;934.68;13.39;1708.00;-1.57;0.52 -1321;10;4005.16;9.83;792.00;-1.57;0.24 -1322;10;5029.70;9.96;1476.00;-1.57;0.30 -1323;10;890.30;12.52;1799.00;-1.57;0.70 -1324;10;4443.70;10.30;855.00;-1.57;0.30 -1325;10;4960.06;13.18;1500.00;-1.57;0.34 -1326;10;4776.80;9.90;510.00;-1.57;0.18 -1327;10;3800.94;9.90;1626.00;-1.57;0.44 -1328;10;4499.16;12.35;873.00;-1.57;0.24 -1329;10;5128.16;10.58;559.00;-1.57;0.16 -1330;10;4312.52;10.59;920.00;-1.57;0.28 -1331;10;3817.86;10.00;1516.00;-1.57;0.44 -1332;10;4425.24;9.70;629.00;-1.57;0.18 -1333;10;4287.98;10.13;957.00;-1.57;0.22 -1334;10;3739.96;10.30;1607.00;-1.57;0.42 -1335;10;4616.24;13.02;717.00;-1.57;0.36 -1336;10;3678.52;9.90;1696.00;-1.57;0.28 -1337;10;4369.80;9.66;775.00;-1.57;0.20 -1338;10;1740.70;9.70;1634.00;-1.57;0.30 -1339;10;4755.80;9.97;500.00;-1.57;0.20 -1340;10;4760.34;11.90;839.00;-1.57;0.20 -1341;10;1634.14;9.98;1661.00;-1.57;0.46 -1342;10;4456.26;9.70;565.00;-1.57;0.14 -1343;10;4964.88;12.53;1521.00;-1.57;0.32 -1344;10;4044.14;10.21;861.00;-1.57;0.26 -1345;10;4436.14;9.50;628.00;-1.57;0.46 -1346;10;2919.62;13.77;1488.00;-1.57;0.18 -1347;10;978.98;15.00;1801.00;-1.57;0.92 -1348;10;4409.98;11.04;719.00;-1.57;0.22 -1349;10;3950.34;9.82;954.00;-1.57;0.26 -1350;10;3644.70;10.23;1575.00;-1.57;0.30 -1351;10;4782.32;9.50;714.00;-1.57;0.48 -1352;10;1307.60;10.58;1515.00;-1.57;0.40 -1353;10;4415.16;12.73;846.00;-1.57;0.24 -1354;10;1796.96;9.70;1629.00;-1.57;0.44 -1355;10;4738.78;9.68;486.00;-1.57;0.42 -1356;10;1707.68;10.51;1697.00;-1.57;0.42 -1357;10;4396.42;10.26;917.00;-1.57;0.38 -1358;10;5227.62;9.97;554.00;-1.57;0.18 -1359;10;4004.42;10.70;931.00;-1.57;0.38 -1360;10;3777.78;9.70;1513.00;-1.57;0.42 -1361;10;5175.70;9.50;600.00;-1.57;0.26 -1362;10;4443.06;12.03;948.00;-1.57;0.30 -1363;10;3814.40;10.09;1583.00;-1.57;0.38 -1364;10;4387.98;12.14;721.00;-1.57;0.22 -1365;10;3657.70;9.80;1673.00;-1.57;0.30 -1366;10;4353.98;9.70;776.00;-1.57;0.22 -1367;10;4444.96;10.40;1165.00;-1.57;0.44 -1368;10;4724.16;10.48;829.00;-1.57;0.24 -1369;10;4166.50;10.70;1603.00;-1.57;0.50 -1370;10;5294.60;9.84;484.00;-1.57;0.16 -1371;10;3727.50;10.00;1475.00;-1.57;0.34 -1372;10;4723.16;10.43;872.00;-1.57;0.24 -1373;10;4417.60;9.75;617.00;-1.57;0.28 -1374;10;4460.70;11.62;899.00;-1.57;0.30 -1375;10;3954.40;9.80;1541.00;-1.57;0.58 -1376;10;4386.34;10.09;708.00;-1.57;0.26 -1377;10;4065.32;9.80;1093.00;-1.57;0.48 -1378;10;3682.88;9.90;1567.00;-1.57;0.32 -1379;10;4775.98;10.10;779.00;-1.57;0.22 -1380;10;3675.60;10.39;1655.00;-1.57;0.26 -1381;10;4049.88;9.70;818.00;-1.57;0.32 -1382;10;3913.22;10.75;1451.00;-1.57;0.58 -1383;10;4393.78;12.82;1029.00;-1.57;0.42 -1384;10;3886.24;17.06;1296.00;-1.57;0.36 -1385;10;4350.70;10.92;864.00;-1.57;0.22 -1386;10;4498.80;10.10;543.00;-1.57;0.20 -1387;10;3837.40;9.80;1662.00;-1.57;0.36 -1388;10;4700.62;10.48;903.00;-1.57;0.18 -1389;10;5060.52;9.94;582.00;-1.57;0.26 -1390;10;4438.70;10.75;939.00;-1.57;0.30 -1391;10;3873.12;10.40;1592.00;-1.57;0.46 -1392;10;4409.16;9.78;706.00;-1.57;0.24 -1393;10;885.14;12.58;1741.00;-1.57;0.46 -1394;10;4360.98;11.05;781.00;-1.57;0.22 -1395;10;4438.42;10.30;1135.00;-1.57;0.38 -1396;10;4468.98;9.72;816.00;-1.57;0.22 -1397;10;4952.24;11.74;1486.00;-1.57;0.36 -1398;10;4463.96;9.70;543.00;-1.57;0.20 -1399;10;5201.96;9.50;1502.00;-1.57;0.44 -1400;10;4492.98;12.62;860.00;-1.57;0.22 -1401;10;4454.88;9.70;605.00;-1.57;0.30 -1402;10;3960.68;11.50;1455.00;-1.57;0.52 -1403;10;4335.34;9.77;911.00;-1.57;0.26 -1404;10;4635.42;10.45;693.00;-1.57;0.26 -1405;10;3982.14;14.57;958.00;-1.57;0.34 -1406;10;3694.52;10.04;1553.00;-1.57;0.28 -1407;10;4771.62;10.11;769.00;-1.57;0.18 -1408;10;894.06;11.74;1730.00;-1.57;0.32 -1409;10;4025.70;9.85;805.00;-1.57;0.30 -1410;10;4935.60;10.09;454.00;-1.57;0.40 -1411;10;925.42;12.80;1846.00;-1.57;1.36 -1412;10;3996.06;11.60;865.00;-1.57;0.34 -1413;10;4537.34;10.13;541.00;-1.57;0.24 -1414;10;930.40;12.60;1621.00;-1.57;0.60 -1415;10;4688.62;11.47;903.00;-1.57;0.18 -1416;10;4615.88;10.17;606.00;-1.57;0.28 -1417;10;4315.34;10.35;941.00;-1.57;0.26 -1418;10;3903.30;10.00;1585.00;-1.57;0.40 -1419;10;4805.60;9.50;678.00;-1.57;0.40 -1420;10;845.50;11.55;1741.00;-1.57;0.38 -1421;10;4713.44;9.97;762.00;-1.57;0.16 -1422;10;4920.24;10.30;454.00;-1.57;0.36 -1423;10;4466.06;9.77;810.00;-1.57;0.24 -1424;10;1799.68;9.70;1661.00;-1.57;0.48 -1425;10;4482.16;11.94;537.00;-1.57;0.24 -1426;10;1838.14;9.80;1892.00;-1.57;1.46 -1427;10;4372.52;9.65;867.00;-1.57;0.28 -1428;10;4363.22;9.50;617.00;-1.57;0.58 -1429;10;3744.96;9.90;1500.00;-1.57;0.38 -1430;10;4052.24;9.70;894.00;-1.57;0.32 -1431;10;4863.96;10.40;442.00;-1.57;0.34 -1432;10;952.40;16.66;1500.00;-1.57;0.50 -1433;10;1517.96;9.70;1377.00;-1.57;0.30 -1434;10;3246.04;9.50;1735.00;-1.57;0.62 -1435;10;2870.64;9.50;574.00;-1.57;0.96 -1436;10;1638.34;11.49;1594.00;-1.57;0.26 -1437;10;4797.16;9.50;641.00;-1.57;0.20 -1438;10;4571.70;13.91;1305.00;-1.57;0.30 -1439;10;2041.16;9.50;920.00;-1.57;1.14 -1440;10;1772.68;9.80;1162.00;-1.57;0.20 -1441;10;1363.78;10.98;1503.00;-1.57;0.36 -1442;10;2276.02;9.50;1664.00;-1.57;1.00 -1443;10;705.26;9.50;216.00;-1.57;1.14 -1444;10;4157.88;10.10;1025.00;-1.57;0.32 -1445;10;1487.88;10.71;1513.00;-1.57;0.32 -1446;10;2244.96;10.40;747.00;-1.57;0.36 -1447;10;5516.92;9.50;1730.00;-1.57;1.30 -1448;10;4580.16;10.49;1084.00;-1.57;0.24 -1449;10;1870.68;9.70;336.00;-1.57;0.52 -1450;10;3554.06;13.86;1351.00;-1.57;0.24 -1451;10;3814.74;9.50;749.00;-1.57;0.86 -1452;10;3031.70;9.50;1317.00;-1.57;1.24 -1453;10;1388.24;10.30;1373.00;-1.57;0.30 -1454;10;4879.86;10.58;415.00;-1.57;0.42 -1455;10;3526.52;15.54;1367.00;-1.57;0.26 -1456;10;5100.58;9.50;673.00;-1.57;1.06 -1457;10;5286.64;9.50;1267.00;-1.57;0.86 -1458;10;4529.06;13.18;1273.00;-1.57;0.34 -1459;10;3899.04;14.65;1342.00;-1.57;0.56 -1460;10;4365.60;10.53;652.00;-1.57;0.26 -1461;10;4691.80;9.50;394.00;-1.57;0.78 -1462;10;4279.38;9.50;657.00;-1.57;0.82 -1463;10;3497.24;12.78;1277.00;-1.57;0.30 -1464;10;4413.24;9.90;943.00;-1.57;0.28 -1465;10;4523.16;9.50;162.00;-1.57;1.24 -1466;10;3788.26;9.50;716.00;-1.57;0.84 -1467;10;3531.70;13.91;1324.00;-1.57;0.30 -1468;10;3283.20;11.23;160.00;-1.57;0.80 -1469;10;4480.24;10.35;1019.00;-1.57;0.32 -1470;10;3673.08;9.50;11.00;-1.57;0.54 -1471;10;3018.38;9.50;67.00;-1.57;1.06 -1472;10;5117.50;10.80;275.00;-1.57;0.44 -1473;10;3140.92;10.90;864.00;-1.57;0.88 -1474;10;4506.96;10.87;1101.00;-1.57;0.36 -1475;10;2106.28;9.50;63.00;-1.57;0.92 -1476;10;2387.62;9.50;380.00;-1.57;1.18 -1477;10;2515.76;9.50;1261.00;-1.57;1.22 -1478;10;4885.30;10.20;398.00;-1.57;0.48 -1479;10;3759.12;9.70;1384.00;-1.57;0.48 -1480;10;1528.50;9.70;1385.00;-1.57;0.46 -1481;10;2485.80;9.50;1666.00;-1.57;1.20 -1482;10;1577.26;9.50;1992.00;-1.57;1.04 -1483;10;3954.48;16.09;1337.00;-1.57;0.36 -1484;10;4703.16;11.88;626.00;-1.57;0.24 -1485;10;1518.60;10.60;1441.00;-1.57;0.40 -1486;10;1338.40;9.50;265.00;-1.57;1.60 -1487;10;185.70;9.50;529.00;-1.57;1.22 -1488;10;4347.70;11.32;949.00;-1.57;0.30 -1489;10;4607.50;13.55;1356.00;-1.57;0.28 -1490;10;233.42;9.50;1535.00;-1.57;1.04 -1491;10;506.18;9.50;644.00;-1.57;1.02 -1492;10;4312.16;13.06;1004.00;-1.57;0.24 -1493;10;3730.48;10.60;1335.00;-1.57;0.56 -1494;10;3285.92;12.65;190.00;-1.57;0.84 -1495;10;1462.96;9.50;782.00;-1.57;1.02 -1497;10;4221.96;11.57;1070.00;-1.57;0.26 -1498;10;4689.84;10.66;256.00;-1.57;0.62 -1499;10;4727.22;11.40;1409.00;-1.57;0.34 -1500;10;1335.96;10.30;1362.00;-1.57;0.36 -1501;10;5010.06;9.70;402.00;-1.57;0.34 -1502;10;4704.02;11.02;1453.00;-1.57;0.54 -1503;10;1360.04;10.30;1418.00;-1.57;0.22 -1504;10;4924.70;10.40;1458.00;-1.57;0.28 -1505;10;4713.06;11.04;631.00;-1.57;0.34 -1506;10;1556.78;11.57;1493.00;-1.57;0.32 -1507;10;4401.42;10.10;946.00;-1.57;0.38 -1508;10;4675.06;10.52;1393.00;-1.57;0.32 -1509;10;3163.16;13.00;192.00;-1.57;1.08 -1510;10;4097.78;11.74;1018.00;-1.57;0.38 -1511;10;4654.92;10.20;248.00;-1.57;0.56 -1512;10;5066.66;9.56;1382.00;-1.57;0.30 -1513;10;1648.48;9.50;1239.00;-1.57;0.52 -1514;10;4969.96;9.70;379.00;-1.57;0.44 -1515;10;5163.92;9.50;1447.00;-1.57;0.88 -1516;10;3202.20;12.11;511.00;-1.57;0.80 -1517;10;3635.12;9.80;1384.00;-1.57;0.44 -1518;10;4692.34;11.70;623.00;-1.57;0.26 -1519;10;4563.78;13.20;1268.00;-1.57;0.32 -1520;10;4447.52;10.29;925.00;-1.57;0.28 -1521;10;3727.66;13.41;1274.00;-1.57;0.42 -1522;10;4411.22;12.66;1018.00;-1.57;0.34 -1523;10;1386.66;10.89;1522.00;-1.57;0.34 -1524;10;2224.14;10.45;717.00;-1.57;0.38 -1525;10;4279.66;13.79;1079.00;-1.57;0.48 -1526;10;4709.86;10.50;183.00;-1.57;0.54 -1527;10;1401.06;9.94;1551.00;-1.57;0.32 -1528;10;1354.24;10.30;1379.00;-1.57;0.36 -1529;10;2009.30;12.44;425.00;-1.57;0.50 -1530;10;3498.34;13.95;1363.00;-1.57;0.18 -1531;10;4543.78;12.96;1264.00;-1.57;0.36 -1532;10;3801.04;11.81;1373.00;-1.57;0.56 -1533;10;4400.78;9.83;625.00;-1.57;0.30 -1534;10;1338.52;11.19;1486.00;-1.57;0.28 -1535;10;4438.96;9.90;910.00;-1.57;0.40 -1536;10;3574.16;9.81;1321.00;-1.57;0.24 -1537;10;5120.50;12.40;155.00;-1.57;0.46 -1538;10;4139.42;10.43;1003.00;-1.57;0.32 -1539;10;3524.52;13.19;1336.00;-1.57;0.28 -1540;10;4655.22;10.66;221.00;-1.57;0.58 -1541;10;4127.96;10.52;1078.00;-1.57;0.36 -1542;10;2001.12;11.75;407.00;-1.57;0.56 -1543;10;3789.32;10.49;1672.00;-1.57;0.38 -1544;10;3388.88;12.47;1177.00;-1.57;0.32 -1545;10;4838.40;10.40;1458.00;-1.57;0.40 -1546;10;4936.68;13.38;600.00;-1.57;0.42 -1547;10;1544.06;9.67;1410.00;-1.57;0.34 -1548;10;4447.96;9.80;899.00;-1.57;0.28 -1549;10;3455.68;10.45;1264.00;-1.57;0.38 -1550;10;1615.12;9.85;1195.00;-1.57;0.32 -1551;10;4577.50;13.00;1401.00;-1.57;0.48 -1552;10;3134.00;14.75;435.00;-1.57;1.00 -1553;10;4278.30;12.52;1063.00;-1.57;0.42 -1554;10;3826.92;10.20;1345.00;-1.57;0.60 -1555;10;1884.96;9.70;271.00;-1.57;0.44 -1556;10;1512.14;10.30;1356.00;-1.57;0.38 -1557;10;5060.58;10.89;325.00;-1.57;0.62 -1558;10;4698.24;10.40;1424.00;-1.57;0.36 -1559;10;1378.50;10.30;1406.00;-1.57;0.34 -1560;10;1401.50;10.45;1595.00;-1.57;0.28 -1561;10;4681.70;13.91;619.00;-1.57;0.30 -1562;10;981.80;9.66;1411.00;-1.57;0.20 -1563;10;4468.88;10.89;889.00;-1.57;0.32 -1564;10;1343.14;10.80;1504.00;-1.57;0.38 -1565;10;5556.16;10.30;187.00;-1.57;0.24 -1566;10;4327.42;12.56;997.00;-1.57;0.38 -1567;10;4768.42;10.25;1388.00;-1.57;0.30 -1568;10;1880.04;10.00;253.00;-1.57;0.54 -1569;10;4119.60;10.20;1059.00;-1.57;0.40 -1570;10;5108.96;10.00;227.00;-1.57;0.44 -1571;10;4852.96;13.50;1427.00;-1.57;0.36 -1572;10;1532.60;9.70;1354.00;-1.57;0.28 -1573;10;3828.04;10.20;1312.00;-1.57;0.32 -1574;10;4818.76;9.50;598.00;-1.57;0.30 -1575;10;4538.06;11.12;1233.00;-1.57;0.34 -1576;10;3765.50;9.80;1352.00;-1.57;0.46 -1577;10;4479.88;11.01;880.00;-1.57;0.26 -1578;10;3438.88;11.48;1260.00;-1.57;0.32 -1579;10;4098.32;11.12;980.00;-1.57;0.42 -1580;10;3179.22;12.00;332.00;-1.57;1.52 -1581;10;4279.68;10.10;1048.00;-1.57;0.46 -1582;10;1500.32;11.00;1484.00;-1.57;0.26 -1583;10;2005.30;10.48;509.00;-1.57;0.48 -1584;10;1525.24;9.70;1341.00;-1.57;0.36 -1585;10;1942.04;9.90;394.00;-1.57;0.56 -1586;10;1363.32;10.25;1558.00;-1.57;0.30 -1587;10;1437.70;10.40;1427.00;-1.57;0.30 -1588;10;4762.94;10.09;1465.00;-1.57;0.44 -1589;10;4680.70;10.51;583.00;-1.57;0.30 -1590;10;4600.88;13.69;1332.00;-1.57;0.28 -1591;10;4017.84;11.61;1382.00;-1.57;0.20 -1592;10;4456.80;9.80;880.00;-1.57;0.20 -1593;10;3655.76;9.60;1303.00;-1.57;0.62 -1594;10;1680.04;10.47;1183.00;-1.57;0.40 -1595;10;1465.42;10.10;1535.00;-1.57;0.24 -1596;10;1824.32;10.10;250.00;-1.57;0.48 -1597;10;4516.96;10.34;1036.00;-1.57;0.30 -1598;10;1968.12;10.40;383.00;-1.57;0.34 -1599;10;3504.70;11.18;1352.00;-1.57;0.28 -1600;10;3481.14;11.01;1233.00;-1.57;0.46 -1601;10;936.60;15.89;1512.00;-1.57;0.40 -1602;10;4988.68;11.10;557.00;-1.57;0.34 -1603;10;4549.96;11.75;1213.00;-1.57;0.30 -1604;10;1433.42;9.80;1516.00;-1.57;0.34 -1605;10;4496.16;13.96;849.00;-1.57;0.24 -1606;10;3413.60;12.08;1251.00;-1.57;0.20 -1607;10;4331.14;11.67;979.00;-1.57;0.34 -1608;10;4602.30;12.70;1388.00;-1.57;0.32 -1609;10;4186.98;9.70;1036.00;-1.57;0.22 -1610;10;3541.98;10.25;1326.00;-1.57;0.22 -1611;10;5157.06;10.41;203.00;-1.57;0.34 -1612;10;4556.78;9.70;1153.00;-1.57;0.42 -1613;10;1931.40;9.80;334.00;-1.57;0.48 -1614;10;3749.40;9.70;1370.00;-1.57;0.52 -1615;10;1418.60;10.35;1392.00;-1.57;0.30 -1616;10;2978.52;10.15;1397.00;-1.57;0.14 -1617;10;5002.42;9.70;539.00;-1.57;0.38 -1618;10;1314.14;11.19;1460.00;-1.57;0.38 -1619;10;1753.24;9.66;1638.00;-1.57;0.36 -1620;10;4477.88;10.35;856.00;-1.57;0.26 -1621;10;1379.78;10.30;1508.00;-1.57;0.42 -1622;10;4080.32;12.52;964.00;-1.57;0.30 -1623;10;3816.50;10.10;1327.00;-1.57;0.50 -1624;10;1881.50;9.60;233.00;-1.57;0.46 -1625;10;4454.78;11.58;1045.00;-1.57;0.26 -1626;10;1947.04;9.90;346.00;-1.57;0.56 -1627;10;4714.60;9.94;1433.00;-1.57;0.40 -1628;10;4613.70;9.86;1130.00;-1.57;0.30 -1629;10;4988.50;10.10;527.00;-1.57;0.34 -1630;10;4429.22;14.57;1261.00;-1.57;0.46 -1631;10;3432.56;11.35;1192.00;-1.57;0.70 -1632;10;3822.76;10.10;1291.00;-1.57;0.56 -1633;10;1548.40;10.05;994.00;-1.57;0.44 -1634;10;3430.24;11.20;1251.00;-1.57;0.36 -1635;10;1659.86;9.61;1165.00;-1.57;0.20 -1636;10;3505.60;13.93;1306.00;-1.57;0.40 -1637;10;4132.06;10.92;1039.00;-1.57;0.34 -1638;10;4718.78;11.06;1395.00;-1.57;0.40 -1639;10;1837.58;9.99;231.00;-1.57;0.46 -1640;10;4583.16;10.28;1112.00;-1.57;0.24 -1641;10;1966.50;9.70;332.00;-1.57;0.50 -1642;10;5041.32;11.80;1400.00;-1.57;0.38 -1643;10;1368.96;10.30;1374.00;-1.57;0.38 -1644;10;5020.42;10.11;467.00;-1.57;0.38 -1645;10;4765.50;11.50;1447.00;-1.57;0.48 -1646;10;1391.78;10.25;1448.00;-1.57;0.42 -1647;10;4475.50;14.35;1236.00;-1.57;0.30 -1648;10;4338.60;10.48;708.00;-1.57;0.40 -1649;10;3774.68;9.95;1323.00;-1.57;0.52 -1650;10;4300.88;10.26;965.00;-1.57;0.24 -1651;10;983.22;11.06;1471.00;-1.57;0.42 -1652;10;4662.70;10.46;178.00;-1.57;0.30 -1653;10;4433.24;14.42;1039.00;-1.57;0.36 -1654;10;1940.86;9.93;316.00;-1.57;0.50 -1655;10;1436.70;10.60;1543.00;-1.57;0.26 -1656;10;4172.32;11.49;1076.00;-1.57;0.24 -1657;10;1710.96;11.30;1772.00;-1.57;1.20 -1658;10;1142.12;18.70;1528.00;-1.57;0.52 -1659;10;3885.02;9.70;1745.00;-1.57;0.78 -1660;10;3185.64;9.50;1725.00;-1.57;0.60 -1661;10;2797.32;9.50;720.00;-1.57;0.74 -1662;10;3932.58;10.00;1580.00;-1.57;0.46 -1663;10;1039.32;11.54;1565.00;-1.57;0.48 -1664;10;3864.44;10.30;1853.00;-1.57;0.94 -1665;10;1944.44;9.50;976.00;-1.57;0.76 -1666;10;4656.82;13.18;1676.00;-1.57;0.84 -1667;10;5083.50;10.40;116.00;-1.57;0.42 -1668;10;4049.48;10.50;1476.00;-1.57;0.52 -1669;10;2049.40;9.50;1830.00;-1.57;1.60 -1670;10;683.70;9.50;120.00;-1.57;1.30 -1671;10;1146.48;12.25;1848.00;-1.57;1.10 -1672;10;4575.02;12.32;1541.00;-1.57;0.72 -1673;10;5359.54;9.50;1716.00;-1.57;1.06 -1674;10;4083.64;9.80;1665.00;-1.57;0.54 -1675;10;3997.96;15.42;1354.00;-1.57;0.44 -1676;10;4261.66;12.56;1541.00;-1.57;0.52 -1677;10;3773.34;9.50;785.00;-1.57;0.88 -1678;10;1345.32;11.79;1562.00;-1.57;0.42 -1679;10;4166.56;9.80;1761.00;-1.57;0.62 -1680;10;3925.22;9.80;1566.00;-1.57;0.38 -1681;10;5098.22;9.50;728.00;-1.57;1.56 -1682;10;5144.38;9.50;1084.00;-1.57;1.24 -1683;10;1283.94;10.80;1589.00;-1.57;0.38 -1684;10;3867.44;10.30;1886.00;-1.57;0.66 -1685;10;4185.58;11.70;1600.00;-1.57;0.62 -1686;10;4700.34;9.50;362.00;-1.57;0.86 -1687;10;4295.02;9.50;699.00;-1.57;0.78 -1688;10;3284.00;12.15;279.00;-1.57;0.52 -1689;10;4318.56;14.55;1502.00;-1.57;0.60 -1690;10;972.60;11.30;1691.00;-1.57;0.40 -1691;10;4446.90;9.50;223.00;-1.57;1.10 -1692;10;3862.82;9.50;724.00;-1.57;0.98 -1693;10;4818.42;10.59;1490.00;-1.57;0.38 -1694;10;3878.30;10.66;1621.00;-1.57;0.60 -1695;10;3141.26;9.50;55.00;-1.57;0.90 -1696;10;4524.94;12.72;1544.00;-1.57;0.66 -1697;10;4372.02;10.87;1725.00;-1.57;0.78 -1698;10;4255.00;17.60;1314.00;-1.57;0.46 -1699;10;2141.78;9.50;106.00;-1.57;1.00 -1700;10;2277.96;9.50;305.00;-1.57;1.26 -1701;10;2533.72;9.50;1191.00;-1.57;1.08 -1702;10;4202.30;15.24;1559.00;-1.57;0.58 -1703;10;4079.92;18.43;1357.00;-1.57;0.58 -1704;10;3770.86;9.83;1718.00;-1.57;0.54 -1705;10;2430.22;9.50;1691.00;-1.57;1.56 -1706;10;2073.52;9.50;1495.00;-1.57;1.12 -1707;10;4490.66;10.54;1609.00;-1.57;0.74 -1708;10;4110.12;12.96;1436.00;-1.57;0.68 -1709;10;3945.86;10.40;1635.00;-1.57;0.54 -1710;10;1291.76;9.50;288.00;-1.57;1.42 -1711;10;216.54;9.50;443.00;-1.57;1.00 -1712;10;1555.56;9.50;2027.00;-1.57;0.96 -1713;10;5557.70;10.71;167.00;-1.57;0.20 -1714;10;4982.36;12.45;1772.00;-1.57;1.34 -1715;10;72.32;9.50;1379.00;-1.57;1.34 -1716;10;221.78;9.50;1579.00;-1.57;1.10 -1717;10;558.06;9.50;668.00;-1.57;1.34 -1718;10;4158.76;10.04;1663.00;-1.57;0.30 -1719;10;1354.24;10.20;1645.00;-1.57;0.36 -1720;10;1468.68;9.50;823.00;-1.57;0.90 -1722;10;4703.52;10.60;1904.00;-1.57;1.46 -1723;10;4524.76;13.02;1381.00;-1.57;0.60 -1724;10;4881.02;12.55;1585.00;-1.57;0.48 -1725;10;4391.64;14.60;1429.00;-1.57;0.66 -1726;10;4043.10;10.30;1747.00;-1.57;0.56 -1727;10;4451.94;10.77;1569.00;-1.57;0.66 -1728;10;4381.20;16.48;1456.00;-1.57;0.62 -1729;10;4111.80;9.80;1854.00;-1.57;1.20 -1730;10;4812.56;10.95;1623.00;-1.57;0.58 -1731;10;3192.92;11.20;571.00;-1.57;0.88 -1732;10;4835.40;10.86;1471.00;-1.57;0.40 -1733;10;4033.48;9.80;1621.00;-1.57;0.58 -1734;10;1367.12;11.00;1681.00;-1.57;0.40 -1735;10;4453.48;11.30;1677.00;-1.57;0.72 -1736;10;1057.84;15.16;1644.00;-1.57;0.76 -1737;10;920.66;12.30;1781.00;-1.57;0.72 -1738;10;1202.02;13.30;1495.00;-1.57;0.38 -1739;10;4819.22;10.55;1570.00;-1.57;0.58 -1740;10;1068.76;16.21;1496.00;-1.57;0.44 -1741;10;4366.30;10.42;1811.00;-1.57;0.96 -1742;10;5035.22;9.80;1556.00;-1.57;0.52 -1743;10;4658.00;11.92;1455.00;-1.57;0.56 -1744;10;3759.58;10.20;1805.00;-1.57;0.62 -1745;10;4777.66;10.50;1890.00;-1.57;1.74 -1746;10;5569.06;10.73;162.00;-1.57;0.28 -1747;10;1200.94;12.42;1624.00;-1.57;0.66 -1748;10;4772.82;12.61;1693.00;-1.57;0.86 -1749;10;4153.12;15.16;1497.00;-1.57;0.64 -1750;10;3792.04;10.30;1688.00;-1.57;0.36 -1751;10;2412.19;9.70;1281.98;-1.57;0.70 -1752;10;1269.76;10.70;1684.00;-1.57;0.56 -1753;10;1281.02;10.60;1530.00;-1.57;0.56 -1754;10;3696.68;10.76;1701.00;-1.57;0.36 -1755;10;5041.58;12.57;1529.00;-1.57;0.58 -1756;10;1098.06;16.93;1530.00;-1.57;0.34 -1757;10;4047.34;9.80;1809.00;-1.57;0.88 -1758;10;1476.24;11.70;1461.00;-1.57;0.36 -1759;10;5069.96;10.05;73.00;-1.57;0.44 -1760;10;1395.60;10.35;1623.00;-1.57;0.40 -1761;10;4603.30;13.41;1644.00;-1.57;0.62 -1762;10;4421.58;13.15;1537.00;-1.57;0.62 -1763;10;965.36;12.20;1844.00;-1.57;1.04 -1764;10;1621.40;10.82;1692.00;-1.57;0.54 -1765;10;4018.00;9.85;1679.00;-1.57;0.50 -1766;10;3980.12;17.74;1310.00;-1.57;0.68 -1767;10;1176.12;11.76;1668.00;-1.57;0.68 -1768;10;3947.74;10.30;1732.00;-1.57;0.60 -1769;10;1378.56;10.60;1718.00;-1.57;0.70 -1770;10;1335.78;11.29;1577.00;-1.57;0.42 -1771;10;3761.22;10.30;1765.00;-1.57;0.58 -1772;10;4915.34;9.80;1628.00;-1.57;0.64 -1773;10;4993.60;9.70;90.00;-1.57;0.40 -1774;10;4243.64;16.50;1461.00;-1.57;0.56 -1775;10;3841.58;9.90;1631.00;-1.57;0.62 -1776;10;4715.38;11.85;1530.00;-1.57;0.64 -1777;10;4255.14;10.70;1677.00;-1.57;0.46 -1778;10;4322.66;13.88;1355.00;-1.57;0.66 -1779;10;4134.66;10.10;1560.00;-1.57;0.46 -1780;10;4218.20;10.10;1724.00;-1.57;0.56 -1781;10;4325.38;13.55;1381.00;-1.57;0.52 -1782;10;1517.28;11.00;1712.00;-1.57;0.60 -1783;10;4133.94;10.72;1408.00;-1.57;0.66 -1784;10;4001.82;10.38;1792.00;-1.57;0.46 -1785;10;1787.08;11.70;1812.00;-1.57;1.12 -1786;10;5569.52;12.49;150.00;-1.57;0.26 -1787;10;4503.48;13.15;1423.00;-1.57;0.58 -1788;10;1214.86;11.00;1735.00;-1.57;0.54 -1789;10;1043.66;14.44;1605.00;-1.57;0.58 -1790;10;4099.22;9.95;1645.00;-1.57;0.52 -1791;10;4389.84;13.18;1537.00;-1.57;0.62 -1792;10;4553.18;10.45;1699.00;-1.57;0.74 -1793;10;1054.12;14.38;1444.00;-1.57;0.46 -1794;10;4105.04;9.90;1574.00;-1.57;0.56 -1795;10;4730.44;11.05;1733.00;-1.57;0.66 -1796;10;4560.32;13.75;1407.00;-1.57;0.48 -1797;10;4047.84;9.86;1581.00;-1.57;0.60 -1798;10;4413.74;14.50;1467.00;-1.57;0.60 -1799;10;797.34;11.15;1845.00;-1.57;1.26 -1800;10;3964.40;9.80;1605.00;-1.57;0.58 -1801;10;5581.88;10.44;138.00;-1.57;0.32 -1802;10;4851.12;10.80;1529.00;-1.57;0.56 -1803;10;4386.68;11.30;1654.00;-1.57;0.52 -1804;10;1079.02;11.05;1832.00;-1.57;0.70 -1805;10;4905.18;11.28;1707.00;-1.57;1.02 -1806;10;1312.04;13.33;1477.00;-1.57;0.44 -1807;10;4866.30;11.07;1606.00;-1.57;0.70 -1808;10;3769.86;10.20;1697.00;-1.57;0.44 -1809;10;1188.94;13.10;1513.00;-1.57;0.42 -1810;10;4368.48;15.30;1570.00;-1.57;0.72 -1811;10;4675.68;12.09;1439.00;-1.57;0.52 -1812;10;3911.56;9.70;1752.00;-1.57;0.68 -1813;10;4344.22;12.73;1618.00;-1.57;0.58 -1814;10;5560.24;10.47;115.00;-1.57;0.30 -1815;10;1118.68;13.35;1610.00;-1.57;0.52 -1816;10;4206.50;11.60;1588.00;-1.57;0.50 -1817;10;3244.56;13.39;511.00;-1.57;0.84 -1818;10;4129.30;14.65;1483.00;-1.57;0.56 -1819;10;5223.06;9.70;2001.00;-1.57;2.32 -1820;10;5045.74;9.58;1504.00;-1.57;0.58 -1821;10;3759.14;10.36;1664.00;-1.57;0.32 -1822;10;3517.78;13.00;1263.00;-1.57;0.42 -1823;10;5417.44;10.34;1800.00;-1.57;2.72 -1824;10;4031.66;10.40;1697.00;-1.57;0.56 -1825;10;3982.84;12.78;1362.00;-1.57;0.40 -1826;10;4610.74;12.08;1588.00;-1.57;0.64 -1827;10;1167.04;14.73;1538.00;-1.57;0.38 -1828;10;4186.70;10.48;1782.00;-1.57;0.82 -1829;10;4460.02;11.55;1606.00;-1.57;0.78 -1830;10;363.02;10.80;1971.00;-1.57;2.30 -1831;10;1375.40;10.51;1602.00;-1.57;0.32 -1832;10;989.06;12.47;1706.00;-1.57;0.34 -1833;10;3243.28;10.42;112.00;-1.57;0.66 -1834;10;4383.04;14.65;1512.00;-1.57;0.56 -1835;10;3984.94;9.80;1671.00;-1.57;0.48 -1836;10;1247.32;10.90;1672.00;-1.57;0.48 -1837;10;4330.08;10.10;1714.00;-1.57;0.54 -1838;10;4272.38;13.13;1358.00;-1.57;0.70 -1839;10;5300.74;11.32;1694.00;-1.57;1.68 -1840;10;4051.12;11.04;1377.00;-1.57;0.44 -1841;10;3776.02;10.35;1751.00;-1.57;0.66 -1842;10;4901.76;12.26;1573.00;-1.57;0.64 -1843;10;1551.24;9.70;1288.00;-1.57;0.36 -1844;10;4140.66;12.99;1438.00;-1.57;0.64 -1845;10;4776.66;10.40;1622.00;-1.57;0.74 -1846;10;3309.68;12.95;493.00;-1.57;0.96 -1847;10;4749.84;10.53;1486.00;-1.57;0.76 -1848;10;1235.14;11.20;1729.00;-1.57;0.46 -1849;10;1389.42;11.30;1662.00;-1.57;0.38 -1850;10;4234.40;10.25;1671.00;-1.57;0.54 -1851;10;1111.54;12.40;1646.00;-1.57;0.46 -1852;10;4699.20;10.18;1801.00;-1.57;1.12 -1853;10;4499.12;12.93;1379.00;-1.57;0.66 -1854;10;1040.68;15.24;1698.00;-1.57;0.52 -1855;10;4279.40;16.06;1424.00;-1.57;0.60 -1856;10;4078.18;10.40;1762.00;-1.57;0.54 -1857;10;1062.58;13.10;1711.00;-1.57;0.32 -1858;10;902.42;14.56;1748.00;-1.57;0.38 -1859;10;4423.48;14.69;1491.00;-1.57;0.62 -1860;10;4064.76;10.40;1625.00;-1.57;0.46 -1861;10;5101.24;13.38;116.00;-1.57;0.36 -1862;10;990.30;14.90;1569.00;-1.57;0.48 -1863;10;5321.52;10.34;1673.00;-1.57;1.28 -1864;10;4112.76;13.86;1513.00;-1.57;0.46 -1865;10;5215.70;11.86;1784.00;-1.57;2.30 -1866;10;1342.96;10.63;1639.00;-1.57;0.32 -1867;10;1309.42;10.82;1633.00;-1.57;0.38 -1868;10;4551.20;12.74;1457.00;-1.57;0.60 -1869;10;747.94;9.50;1811.00;-1.57;0.66 -1870;10;1280.58;10.29;1707.00;-1.57;0.52 -1871;10;4649.22;11.95;1437.00;-1.57;0.38 -1872;10;774.20;12.78;1923.00;-1.57;1.80 -1873;10;1309.76;10.90;1728.00;-1.57;0.46 -1874;10;3248.06;12.42;355.00;-1.57;1.18 -1875;10;1231.40;11.16;1617.00;-1.57;0.60 -1876;10;4326.32;11.80;1634.00;-1.57;0.48 -1877;10;4296.20;13.64;1528.00;-1.57;0.52 -1878;10;4878.78;10.36;1735.00;-1.57;1.12 -1879;10;3980.12;9.80;1540.00;-1.57;0.50 -1880;10;3871.12;9.70;1709.00;-1.57;0.58 -1881;10;1467.70;10.50;1514.00;-1.57;0.30 -1882;10;4341.38;20.76;1214.00;-1.57;0.80 -1883;10;3115.08;10.50;802.00;-1.57;0.58 -1884;10;4453.50;12.30;1060.00;-1.57;0.42 -1885;10;3177.66;9.50;1686.00;-1.57;0.74 -1886;10;2914.64;9.50;682.00;-1.57;0.96 -1887;10;1704.62;9.80;958.00;-1.57;0.90 -1888;10;3736.76;14.84;1228.00;-1.57;0.60 -1889;10;3723.28;11.65;1080.00;-1.57;0.64 -1890;10;1909.36;9.50;996.00;-1.57;0.94 -1891;10;2896.00;10.40;846.00;-1.57;1.00 -1892;10;998.24;10.67;1382.00;-1.57;0.36 -1893;10;4482.50;13.20;1142.00;-1.57;0.38 -1894;10;2165.22;9.50;1750.00;-1.57;1.18 -1895;10;544.48;9.50;198.00;-1.57;0.86 -1896;10;3531.32;14.96;1285.00;-1.57;0.28 -1897;10;2703.72;10.40;956.00;-1.57;1.08 -1898;10;4063.86;21.64;1147.00;-1.57;0.48 -1899;10;5294.10;9.50;1729.00;-1.57;0.90 -1900;10;1378.00;11.95;1138.00;-1.57;0.64 -1901;10;2878.96;10.70;1118.00;-1.57;1.44 -1902;10;3831.52;9.50;855.00;-1.57;1.16 -1903;10;2942.44;9.68;705.00;-1.57;0.16 -1904;10;1036.02;9.89;1319.00;-1.57;0.68 -1905;10;3543.84;11.35;783.00;-1.57;0.42 -1906;10;5158.66;9.50;725.00;-1.57;1.22 -1907;10;5178.42;9.50;1136.00;-1.57;1.26 -1908;10;3973.86;10.60;1082.00;-1.57;0.54 -1909;10;2621.44;10.81;815.00;-1.57;0.74 -1910;10;3967.22;16.02;1227.00;-1.57;0.58 -1911;10;4652.06;9.50;351.00;-1.57;1.26 -1912;10;4256.64;9.50;693.00;-1.57;0.96 -1913;10;1539.06;9.67;1295.00;-1.57;0.34 -1914;10;3327.86;12.30;859.00;-1.57;0.54 -1915;10;1254.22;10.80;1413.00;-1.57;0.38 -1916;10;4422.54;9.50;175.00;-1.57;1.06 -1917;10;3859.36;9.50;759.00;-1.57;0.88 -1918;10;4391.86;19.50;1161.00;-1.57;0.54 -1919;10;3878.04;16.70;1310.00;-1.57;0.28 -1920;10;3497.30;14.27;915.00;-1.57;0.60 -1921;10;3123.80;9.50;18.00;-1.57;0.76 -1922;10;3580.12;9.98;1180.00;-1.57;0.56 -1923;10;3461.76;13.98;967.00;-1.57;0.64 -1924;10;2108.74;9.50;18.00;-1.57;0.78 -1925;10;2307.66;9.50;268.00;-1.57;1.36 -1926;10;2585.42;9.50;1191.00;-1.57;1.06 -1927;10;1280.14;10.46;1358.00;-1.57;0.46 -1928;10;1945.18;10.00;918.00;-1.57;0.62 -1929;10;3215.92;11.71;539.00;-1.57;0.78 -1930;10;2433.16;9.50;1560.00;-1.57;1.24 -1931;10;2196.32;9.50;928.00;-1.57;1.36 -1932;10;2899.48;9.95;808.00;-1.57;0.66 -1933;10;4460.50;14.40;1229.00;-1.57;0.42 -1934;10;4332.78;15.09;1075.00;-1.57;0.40 -1935;10;1224.44;9.50;207.00;-1.57;1.42 -1936;10;273.20;9.50;455.00;-1.57;0.86 -1937;10;1655.76;9.70;1026.00;-1.57;0.64 -1938;10;3461.96;11.92;1240.00;-1.57;0.42 -1939;10;3386.68;13.53;632.00;-1.57;0.48 -1940;10;35.16;9.50;1422.00;-1.57;1.24 -1941;10;322.78;9.50;1499.00;-1.57;0.88 -1942;10;563.84;9.50;624.00;-1.57;0.92 -1943;10;4179.62;21.55;1280.00;-1.57;1.06 -1944;10;1683.04;9.74;1041.00;-1.57;0.56 -1945;10;1121.84;10.11;1292.00;-1.57;0.68 -1946;10;1473.18;9.50;896.00;-1.57;0.84 -1947;10;3715.38;10.00;985.00;-1.57;0.70 -1948;10;3796.20;11.18;1160.00;-1.57;0.54 -1949;10;4021.42;10.70;1047.00;-1.57;0.38 -1950;10;3213.28;11.10;658.00;-1.57;0.92 -1951;10;2828.42;9.95;766.00;-1.57;0.38 -1952;10;1230.22;16.05;1250.00;-1.57;0.58 -1953;10;3260.76;11.61;743.00;-1.57;0.64 -1954;10;1191.58;12.30;1357.00;-1.57;0.50 -1955;10;3564.50;11.20;1102.00;-1.57;0.50 -1956;10;3032.24;10.50;931.00;-1.57;1.36 -1957;10;3727.40;12.69;1250.00;-1.57;0.60 -1958;10;2699.38;11.61;1109.00;-1.57;0.82 -1959;10;4485.96;13.56;1325.00;-1.57;0.42 -1960;10;3185.64;11.59;836.00;-1.57;0.86 -1961;10;4054.40;22.24;1177.00;-1.57;0.60 -1962;10;2660.26;10.20;951.00;-1.57;1.14 -1963;10;3659.38;14.59;1185.00;-1.57;0.58 -1964;10;3546.30;10.15;757.00;-1.57;0.70 -1965;10;1260.60;17.24;1182.00;-1.57;0.40 -1966;10;3596.02;10.62;826.00;-1.57;0.52 -1967;10;2867.32;11.85;1203.00;-1.57;0.48 -1968;10;3192.88;12.71;480.00;-1.57;0.72 -1969;10;2926.84;11.20;838.00;-1.57;0.76 -1970;10;4017.48;20.80;1269.00;-1.57;0.62 -1971;10;3899.32;9.70;1106.00;-1.57;0.48 -1972;10;1126.84;16.19;1445.00;-1.57;0.56 -1973;10;3513.76;15.38;879.00;-1.57;0.48 -1974;10;3117.28;10.68;779.00;-1.57;0.64 -1975;10;2852.00;12.15;881.00;-1.57;0.70 -1976;10;4498.78;12.71;1210.00;-1.57;0.22 -1977;10;3370.66;11.96;1007.00;-1.57;0.70 -1978;10;3913.12;13.07;1179.00;-1.57;0.52 -1979;10;1924.04;10.40;804.00;-1.57;1.44 -1980;10;3903.78;9.70;1069.00;-1.57;0.42 -1981;10;1858.20;9.80;993.00;-1.57;0.68 -1982;10;3593.68;14.83;1215.00;-1.57;0.50 -1983;10;4090.24;11.91;1098.00;-1.57;0.36 -1984;10;3399.20;15.31;861.00;-1.57;0.80 -1985;10;4461.32;14.46;1262.00;-1.57;0.40 -1986;10;3720.94;11.36;1118.00;-1.57;0.66 -1987;10;1429.88;11.02;1469.00;-1.57;0.32 -1988;10;1492.20;9.80;1057.00;-1.57;0.60 -1989;10;2707.68;12.31;1146.00;-1.57;0.46 -1990;10;4367.32;10.69;971.00;-1.57;0.30 -1991;10;4124.28;23.06;1145.00;-1.57;0.88 -1992;10;2944.36;12.64;767.00;-1.57;0.52 -1993;10;3052.38;11.20;797.00;-1.57;0.72 -1994;10;3106.48;11.04;1039.00;-1.57;1.72 -1995;10;3839.40;16.66;1212.00;-1.57;0.58 -1996;10;4311.74;16.19;1113.00;-1.57;0.74 -1997;10;1707.40;11.89;1011.00;-1.57;0.60 -1998;10;1215.40;11.80;1401.00;-1.57;0.44 -1999;10;4381.32;17.25;1117.00;-1.57;0.48 -2000;10;3756.42;14.13;1249.00;-1.57;0.38 -2001;10;2828.66;9.90;835.00;-1.57;0.74 -2002;10;3985.50;10.05;1140.00;-1.57;0.50 -2003;10;3388.56;12.44;946.00;-1.57;0.72 -2004;10;3523.96;9.70;1169.00;-1.57;0.36 -2005;10;4103.14;10.93;1056.00;-1.57;0.36 -2006;10;4478.96;12.67;1212.00;-1.57;0.34 -2007;10;1658.96;10.10;889.00;-1.57;0.92 -2008;10;1231.04;15.92;1209.00;-1.57;0.56 -2009;10;3354.94;13.67;801.00;-1.57;0.66 -2010;10;4161.18;22.03;1204.00;-1.57;1.00 -2011;10;1249.04;15.90;1204.00;-1.57;0.56 -2012;10;2636.12;10.65;863.00;-1.57;0.68 -2013;10;3436.14;10.05;1228.00;-1.57;0.46 -2014;10;4212.84;21.98;1118.00;-1.57;0.72 -2015;10;4013.56;13.55;1305.00;-1.57;0.72 -2016;10;3284.76;10.80;865.00;-1.57;0.64 -2017;10;3794.22;11.05;1183.00;-1.57;0.48 -2018;10;3682.74;9.85;972.00;-1.57;0.86 -2019;10;1250.40;10.23;1347.00;-1.57;0.56 -2020;10;3528.12;10.06;732.00;-1.57;0.66 -2021;10;1346.04;9.70;1156.00;-1.57;0.48 -2022;10;4426.86;14.65;1244.00;-1.57;0.32 -2023;10;1635.50;13.00;969.00;-1.57;0.50 -2024;10;3170.04;11.04;562.00;-1.57;0.56 -2025;10;2921.48;10.29;797.00;-1.57;0.72 -2026;10;3619.66;16.16;1186.00;-1.57;0.56 -2027;10;3392.50;13.10;1099.00;-1.57;0.50 -2028;10;4357.40;13.05;1318.00;-1.57;0.60 -2029;10;3590.92;11.75;903.00;-1.57;0.78 -2030;10;4478.32;10.70;1153.00;-1.57;0.36 -2031;10;1486.80;9.75;1112.00;-1.57;0.76 -2032;10;4007.32;11.02;1138.00;-1.57;0.46 -2033;10;3420.66;10.22;1030.00;-1.57;0.74 -2034;10;3263.24;11.92;717.00;-1.57;0.60 -2035;10;1978.96;9.90;810.00;-1.57;1.28 -2036;10;4039.94;10.55;1071.00;-1.57;0.46 -2037;10;1164.86;13.04;1355.00;-1.57;0.54 -2038;10;2623.56;10.30;797.00;-1.57;0.60 -2039;10;3733.56;12.09;1096.00;-1.57;0.42 -2040;10;3375.48;10.70;845.00;-1.57;0.72 -2041;10;3991.58;20.00;1234.00;-1.57;0.56 -2042;10;1290.32;9.70;1335.00;-1.57;0.46 -2043;10;1326.70;15.23;1471.00;-1.57;0.30 -2044;10;2744.56;10.20;914.00;-1.57;0.64 -2045;10;4442.14;11.85;1188.00;-1.57;0.40 -2046;10;3358.20;10.58;940.00;-1.57;0.64 -2047;10;4617.04;11.30;692.00;-1.57;0.56 -2048;10;3658.40;9.80;1028.00;-1.57;0.56 -2049;10;2859.84;10.80;1175.00;-1.57;0.76 -2050;10;2875.02;9.60;758.00;-1.57;0.42 -2051;10;1190.92;11.07;1183.00;-1.57;0.52 -2052;10;1686.96;11.61;995.00;-1.57;0.44 -2053;10;4373.74;14.32;1281.00;-1.57;0.62 -2054;10;4000.40;10.25;1098.00;-1.57;0.56 -2055;10;1235.40;13.93;1470.00;-1.57;0.30 -2056;10;2867.48;10.10;864.00;-1.57;0.72 -2057;10;3458.74;11.68;1118.00;-1.57;0.58 -2058;10;3945.12;12.10;1325.00;-1.57;0.44 -2059;10;3647.56;10.20;948.00;-1.57;0.76 -2060;10;1243.48;10.10;1314.00;-1.57;0.56 -2061;10;4342.24;11.87;1000.00;-1.57;0.36 -2062;10;3767.86;12.27;1180.00;-1.57;0.54 -2063;10;3500.36;10.65;713.00;-1.57;0.68 -2064;10;3280.80;9.90;1030.00;-1.57;1.00 -2065;10;3577.32;13.17;1202.00;-1.57;0.48 -2066;10;3403.54;11.45;703.00;-1.57;0.76 -2067;10;4411.78;15.94;1113.00;-1.57;0.42 -2068;10;2858.26;10.50;933.00;-1.57;0.98 -2069;10;1057.50;10.40;1377.00;-1.57;0.50 -2070;10;3755.82;13.33;1116.00;-1.57;0.66 -2071;10;3546.24;15.46;1265.00;-1.57;0.36 -2072;10;3426.54;15.33;875.00;-1.57;0.54 -2073;10;3179.76;10.80;692.00;-1.57;0.64 -2074;10;4210.82;17.46;1304.00;-1.57;0.78 -2075;10;1499.12;9.70;1087.00;-1.57;0.68 -2076;10;4011.22;16.85;1174.00;-1.57;0.30 -2077;10;1424.96;9.78;1146.00;-1.57;0.44 -2078;10;3819.76;12.06;1184.00;-1.57;0.60 -2079;10;1637.40;12.64;910.00;-1.57;0.60 -2080;10;3009.00;11.20;704.00;-1.57;0.90 -2081;10;3053.68;10.20;847.00;-1.57;0.52 -2082;10;1291.32;10.55;1424.00;-1.57;0.38 -2083;10;1254.76;12.13;1244.00;-1.57;0.52 -2084;10;3968.94;19.22;1252.00;-1.57;0.48 -2085;10;1684.48;9.50;1056.00;-1.57;0.56 -2086;10;4011.06;10.32;1117.00;-1.57;0.34 -2087;10;4508.76;14.35;1342.00;-1.57;0.44 -2088;10;3373.22;11.53;909.00;-1.57;0.58 -2089;10;3550.48;9.70;1148.00;-1.57;0.32 -2090;10;3474.66;12.46;1003.00;-1.57;0.72 -2091;10;4480.60;12.11;1182.00;-1.57;0.38 -2092;10;3998.60;10.69;1056.00;-1.57;0.40 -2093;10;4167.98;22.19;1162.00;-1.57;0.74 -2094;10;2632.38;10.40;778.00;-1.57;0.72 -2095;10;3395.40;12.13;1076.00;-1.57;0.48 -2096;10;3321.46;11.40;734.00;-1.57;0.94 -2097;10;3507.24;10.10;1202.00;-1.57;0.36 -2098;10;4245.76;21.54;1116.00;-1.57;0.56 -2099;10;4342.38;19.71;1290.00;-1.57;0.82 -2100;10;2615.66;10.34;859.00;-1.57;0.44 -2101;10;3784.56;11.70;1142.00;-1.57;0.58 -2102;10;1191.32;13.39;1471.00;-1.57;0.48 -2103;10;3655.84;10.90;928.00;-1.57;0.44 -2104;10;1210.76;13.32;1339.00;-1.57;0.64 -2105;10;4008.14;10.30;1017.00;-1.57;0.40 -2106;10;1880.38;10.30;431.00;-1.57;0.82 -2107;10;3140.80;9.50;1695.00;-1.57;1.20 -2108;10;2973.02;9.50;576.00;-1.57;0.78 -2109;10;2021.20;10.63;487.00;-1.57;0.64 -2110;10;1789.38;9.50;1050.00;-1.57;0.82 -2111;10;1943.80;10.83;616.00;-1.57;1.08 -2112;10;2199.60;9.50;1663.00;-1.57;1.40 -2113;10;483.98;9.50;243.00;-1.57;1.08 -2114;10;5037.20;9.70;150.00;-1.57;0.80 -2115;10;3003.88;10.22;569.00;-1.57;0.32 -2116;10;5081.48;9.90;229.00;-1.57;0.72 -2117;10;4593.86;11.46;681.00;-1.57;0.36 -2118;10;3740.52;9.50;831.00;-1.57;1.28 -2119;10;5539.40;9.50;47.00;-1.57;1.24 -2120;10;3352.26;10.60;349.00;-1.57;0.76 -2121;10;5118.96;9.50;783.00;-1.57;1.44 -2122;10;5105.84;9.50;1104.00;-1.57;1.16 -2123;10;3434.40;10.01;415.00;-1.57;0.60 -2124;10;4692.16;9.50;533.00;-1.57;1.04 -2125;10;4281.64;9.50;736.00;-1.57;0.96 -2126;10;3098.66;13.90;442.00;-1.57;0.74 -2127;10;4495.44;9.50;132.00;-1.57;1.16 -2128;10;3823.90;9.50;792.00;-1.57;1.10 -2129;10;5031.68;13.42;555.00;-1.57;0.52 -2130;10;5015.58;10.30;123.00;-1.57;0.58 -2131;10;3056.90;9.50;78.00;-1.57;1.10 -2132;10;2181.12;9.80;812.00;-1.57;0.56 -2133;10;4819.72;10.50;236.00;-1.57;1.08 -2134;10;2262.98;9.50;235.00;-1.57;1.22 -2135;10;2585.76;9.50;1144.00;-1.57;0.92 -2136;10;1759.58;12.73;386.00;-1.57;0.62 -2137;10;2376.42;9.50;1578.00;-1.57;1.14 -2138;10;2130.46;9.50;935.00;-1.57;0.94 -2139;10;4945.38;10.20;382.00;-1.57;0.60 -2140;10;1147.42;9.50;221.00;-1.57;1.26 -2141;10;296.98;9.50;491.00;-1.57;1.18 -2142;10;1904.44;10.05;616.00;-1.57;1.12 -2143;10;29.18;9.50;1472.00;-1.57;1.02 -2144;10;388.42;9.50;1466.00;-1.57;1.22 -2145;10;541.22;9.50;532.00;-1.57;1.18 -2146;10;5044.14;9.76;121.00;-1.57;0.46 -2147;10;1883.00;9.90;706.00;-1.57;0.92 -2148;10;1417.60;9.50;924.00;-1.57;1.04 -2149;10;1771.54;10.45;245.00;-1.57;0.92 -2150;10;2123.92;9.85;778.00;-1.57;0.88 -2151;10;3288.06;11.40;304.00;-1.57;0.60 -2152;10;1922.22;10.19;453.00;-1.57;0.58 -2153;10;2164.60;11.22;536.00;-1.57;0.40 -2154;10;3271.10;12.27;689.00;-1.57;0.84 -2155;10;5035.30;9.80;109.00;-1.57;0.42 -2156;10;1557.58;10.10;784.00;-1.57;0.62 -2157;10;4676.60;10.20;181.00;-1.57;0.40 -2158;10;1772.38;11.31;355.00;-1.57;0.76 -2159;10;3392.20;10.76;419.00;-1.57;0.76 -2160;10;1842.38;10.80;566.00;-1.57;0.82 -2161;10;1708.86;11.99;142.00;-1.57;0.54 -2162;10;1639.12;18.15;682.00;-1.57;0.68 -2163;10;5093.76;10.35;207.00;-1.57;0.44 -2164;10;2193.12;10.16;761.00;-1.57;0.58 -2165;10;3985.86;9.70;35.00;-1.57;0.44 -2166;10;5011.76;9.70;380.00;-1.57;0.48 -2167;10;2089.56;11.49;553.00;-1.57;0.66 -2168;10;2052.18;10.10;730.00;-1.57;1.02 -2169;10;1734.56;12.19;128.00;-1.57;0.76 -2170;10;4566.22;10.70;641.00;-1.57;0.58 -2171;10;3281.30;14.34;226.00;-1.57;0.70 -2172;10;1869.86;9.70;372.00;-1.57;0.54 -2173;10;1919.02;10.40;429.00;-1.57;0.54 -2174;10;1760.38;19.69;525.00;-1.57;0.82 -2175;10;2230.22;9.70;780.00;-1.57;0.46 -2176;10;3303.08;12.85;546.00;-1.57;0.84 -2177;10;4727.92;10.97;289.00;-1.57;0.68 -2178;10;2183.76;10.72;786.00;-1.57;0.64 -2179;10;1722.68;18.37;347.00;-1.57;0.52 -2180;10;3382.20;10.88;392.00;-1.57;0.64 -2181;10;1996.74;10.75;538.00;-1.57;0.86 -2182;10;1712.28;20.62;631.00;-1.57;0.64 -2183;10;5064.16;9.79;22.00;-1.57;0.24 -2184;10;4591.04;10.30;625.00;-1.57;0.56 -2185;10;2110.14;12.18;517.00;-1.57;0.42 -2186;10;4725.02;10.90;263.00;-1.57;0.60 -2187;10;5013.58;9.80;361.00;-1.57;0.56 -2188;10;3686.78;10.20;574.00;-1.57;0.24 -2189;10;5074.42;10.21;13.00;-1.57;0.34 -2190;10;2105.82;11.95;623.00;-1.57;0.66 -2191;10;4801.84;9.90;187.00;-1.57;0.76 -2192;10;3040.88;11.30;608.00;-1.57;1.04 -2193;10;3351.12;10.16;294.00;-1.57;0.68 -2194;10;1943.22;10.72;438.00;-1.57;0.58 -2195;10;1864.02;9.80;497.00;-1.57;0.78 -2196;10;3416.40;9.90;537.00;-1.57;0.60 -2197;10;5515.96;9.70;73.00;-1.57;0.38 -2198;10;1701.22;9.90;768.00;-1.57;1.58 -2199;10;1723.76;12.35;214.00;-1.57;0.64 -2200;10;3507.22;10.93;256.00;-1.57;0.58 -2201;10;4743.90;9.80;349.00;-1.57;0.84 -2202;10;3430.12;10.01;458.00;-1.57;0.68 -2203;10;5486.14;10.75;46.00;-1.57;0.38 -2204;10;1987.20;10.38;682.00;-1.57;1.66 -2205;10;4985.90;9.65;205.00;-1.57;1.10 -2206;10;3375.28;12.90;595.00;-1.57;0.88 -2207;10;3047.86;12.00;269.00;-1.57;0.54 -2208;10;1830.48;10.54;434.00;-1.57;0.72 -2209;10;1900.28;10.40;481.00;-1.57;0.92 -2210;10;1688.84;20.50;612.00;-1.57;0.70 -2211;10;5478.96;10.55;31.00;-1.57;0.44 -2212;10;1641.48;11.14;718.00;-1.57;0.72 -2213;10;3216.30;14.10;220.00;-1.57;0.70 -2214;10;2034.64;10.03;785.00;-1.57;0.96 -2215;10;1737.02;14.74;283.00;-1.57;0.62 -2216;10;3294.88;12.91;383.00;-1.57;0.64 -2217;10;3414.18;10.80;436.00;-1.57;0.88 -2218;10;2092.38;10.90;601.00;-1.57;0.54 -2219;10;4935.12;9.71;145.00;-1.57;0.68 -2220;10;3277.40;13.44;597.00;-1.57;0.60 -2221;10;5025.20;9.80;235.00;-1.57;0.80 -2222;10;4567.76;9.70;663.00;-1.57;0.36 -2223;10;4933.04;10.40;317.00;-1.57;1.00 -2224;10;1787.10;19.84;498.00;-1.57;0.66 -2225;10;1634.84;15.73;647.00;-1.57;0.76 -2226;10;1662.00;10.12;728.00;-1.57;1.00 -2227;10;2257.06;9.65;761.00;-1.57;0.34 -2228;10;2156.40;9.80;801.00;-1.57;0.60 -2229;10;3050.32;12.46;236.00;-1.57;0.48 -2230;10;3095.72;9.50;1693.00;-1.57;0.92 -2231;10;2989.46;9.50;540.00;-1.57;0.94 -2232;10;1696.84;9.50;1071.00;-1.57;0.76 -2233;10;2158.00;9.50;1622.00;-1.57;1.86 -2234;10;417.40;9.50;146.00;-1.57;1.16 -2235;10;3721.44;9.50;785.00;-1.57;1.14 -2236;10;5483.36;9.50;11.00;-1.57;0.76 -2237;10;5208.84;9.50;825.00;-1.57;1.20 -2238;10;5206.32;9.50;1184.00;-1.57;1.20 -2239;10;4639.70;9.50;524.00;-1.57;0.66 -2240;10;4257.88;9.50;761.00;-1.57;1.02 -2241;10;4516.42;9.50;82.00;-1.57;1.16 -2242;10;3850.00;9.50;826.00;-1.57;1.00 -2243;10;3038.08;9.50;119.00;-1.57;1.04 -2244;10;2147.28;9.50;20.00;-1.57;0.82 -2245;10;2223.80;9.50;204.00;-1.57;1.06 -2246;10;2611.78;9.50;1115.00;-1.57;1.12 -2247;10;2431.96;9.50;1601.00;-1.57;1.44 -2248;10;2245.16;9.50;897.00;-1.57;1.24 -2249;10;1088.78;9.50;160.00;-1.57;1.42 -2250;10;341.24;9.50;445.00;-1.57;1.28 -2251;10;91.40;9.50;1432.00;-1.57;1.32 -2252;10;453.20;9.50;1450.00;-1.57;1.00 -2253;10;559.42;9.50;579.00;-1.57;1.08 -2254;10;1366.96;9.50;969.00;-1.57;0.98 -2256;10;3120.08;9.50;1647.00;-1.57;1.12 -2257;10;2988.82;9.50;417.00;-1.57;0.98 -2258;10;1658.12;9.50;1078.00;-1.57;1.50 -2259;10;2088.88;9.50;1726.00;-1.57;1.26 -2260;10;312.24;9.50;16.00;-1.57;0.82 -2261;10;5521.60;9.50;1818.00;-1.57;1.40 -2262;10;3658.36;9.50;703.00;-1.57;1.04 -2263;10;5224.78;9.50;762.00;-1.57;1.42 -2264;10;5151.14;9.50;1191.00;-1.57;1.02 -2265;10;4640.54;9.50;492.00;-1.57;0.94 -2266;10;4230.08;9.50;732.00;-1.57;1.12 -2267;10;4462.62;9.50;77.00;-1.57;1.02 -2268;10;3926.62;9.50;820.00;-1.57;1.06 -2269;10;3000.18;9.50;105.00;-1.57;1.02 -2270;10;2192.72;9.50;24.00;-1.57;0.90 -2271;10;2170.08;9.50;198.00;-1.57;1.12 -2272;10;2645.20;9.50;1146.00;-1.57;0.80 -2273;10;2366.66;9.50;1620.00;-1.57;1.02 -2274;10;2548.58;9.50;1383.00;-1.57;1.36 -2275;10;1102.84;9.50;257.00;-1.57;1.72 -2276;10;361.78;9.50;491.00;-1.57;1.10 -2277;10;140.22;9.50;1444.00;-1.57;1.32 -2278;10;431.60;9.50;1502.00;-1.57;1.24 -2279;10;613.40;9.50;536.00;-1.57;1.06 -2280;10;1448.36;9.50;995.00;-1.57;1.04 -2282;10;3077.30;9.50;1649.00;-1.57;0.70 -2283;10;2985.64;9.50;246.00;-1.57;0.96 -2284;10;1554.60;9.50;1030.00;-1.57;0.84 -2285;10;2096.78;9.50;1683.00;-1.57;1.42 -2286;10;553.38;9.50;26.00;-1.57;1.04 -2287;10;5625.54;9.50;1994.00;-1.57;1.94 -2288;10;3693.88;9.50;731.00;-1.57;1.22 -2289;10;5255.86;9.50;699.00;-1.57;1.06 -2290;10;5135.54;9.50;1147.00;-1.57;1.06 -2291;10;4680.96;9.50;484.00;-1.57;1.32 -2292;10;4225.64;9.50;794.00;-1.57;0.96 -2293;10;4452.10;9.50;30.00;-1.57;0.90 -2294;10;3888.54;9.50;839.00;-1.57;1.06 -2295;10;2959.08;9.50;96.00;-1.57;1.12 -2296;10;2171.00;9.50;2.00;-1.57;0.20 -2297;10;2225.14;9.50;293.00;-1.57;1.10 -2298;10;2326.98;9.50;820.00;-1.57;1.22 -2299;10;2376.88;9.50;1660.00;-1.57;1.28 -2300;10;2600.60;9.50;1347.00;-1.57;1.08 -2301;10;1021.22;9.50;279.00;-1.57;1.58 -2302;10;401.50;9.50;446.00;-1.57;1.02 -2303;10;124.70;9.50;1486.00;-1.57;1.00 -2304;10;59.52;9.50;1185.00;-1.57;1.22 -2305;10;486.06;9.50;1494.00;-1.57;1.24 -2306;10;628.58;9.50;640.00;-1.57;1.38 -2307;10;1309.52;9.50;985.00;-1.57;1.24 -2309;10;3103.36;9.50;1622.00;-1.57;0.60 -2310;10;3019.28;9.50;163.00;-1.57;0.92 -2311;10;1581.88;9.50;920.00;-1.57;1.20 -2312;10;2103.04;9.50;1561.00;-1.57;1.56 -2313;10;583.04;9.50;129.00;-1.57;1.34 -2314;10;3724.72;9.50;647.00;-1.57;1.08 -2315;10;5314.06;9.50;696.00;-1.57;1.08 -2316;10;5092.46;9.50;1164.00;-1.57;0.94 -2317;10;4704.98;9.50;468.00;-1.57;0.92 -2318;10;4182.90;9.50;723.00;-1.57;1.10 -2319;10;4493.82;9.50;30.00;-1.57;0.98 -2320;10;3857.36;9.50;884.00;-1.57;1.04 -2321;10;2982.62;9.50;143.00;-1.57;1.18 -2322;10;2225.64;9.50;17.00;-1.57;0.86 -2323;10;2219.68;9.50;247.00;-1.57;1.04 -2324;10;2318.78;9.50;920.00;-1.57;1.34 -2325;10;2313.98;9.50;1610.00;-1.57;1.22 -2326;10;2515.98;9.50;1360.00;-1.57;1.26 -2327;10;1043.40;9.50;220.00;-1.57;1.60 -2328;10;415.04;9.50;494.00;-1.57;1.12 -2329;10;494.34;9.50;1413.00;-1.57;1.12 -2330;10;705.30;9.50;657.00;-1.57;1.46 -2331;10;1360.14;9.50;1017.00;-1.57;1.30 -2333;10;3055.64;9.50;1626.00;-1.57;0.88 -2334;10;3084.62;9.50;40.00;-1.57;0.88 -2335;10;1534.42;9.50;836.00;-1.57;1.22 -2336;10;2104.06;9.50;1445.00;-1.57;1.34 -2337;10;592.68;9.50;78.00;-1.57;1.32 -2338;10;3739.18;9.50;545.00;-1.57;1.02 -2339;10;5277.24;9.50;748.00;-1.57;1.04 -2340;10;5071.94;9.50;1118.00;-1.57;1.00 -2341;10;4659.16;9.50;438.00;-1.57;1.16 -2342;10;4142.20;9.50;739.00;-1.57;0.80 -2343;10;4534.72;9.50;11.00;-1.57;0.58 -2344;10;3922.34;9.50;864.00;-1.57;0.82 -2345;10;2932.26;9.50;140.00;-1.57;1.04 -2346;10;2265.72;9.50;24.00;-1.57;1.00 -2347;10;2265.18;9.50;357.00;-1.57;1.02 -2348;10;2305.90;9.50;872.00;-1.57;1.10 -2349;10;2258.86;9.50;1627.00;-1.57;1.48 -2350;10;2470.04;9.50;1325.00;-1.57;1.38 -2351;10;1020.40;9.50;164.00;-1.57;1.34 -2352;10;458.20;9.50;432.00;-1.57;1.16 -2353;10;14.68;9.50;1524.00;-1.57;0.52 -2354;10;552.06;9.50;1402.00;-1.57;1.10 -2355;10;732.52;9.50;697.00;-1.57;1.28 -2357;10;1273.72;9.50;1033.00;-1.57;1.08 -2358;10;3028.90;9.50;1610.00;-1.57;0.60 -2359;10;3202.12;9.50;65.00;-1.57;1.10 -2360;10;1486.14;9.50;858.00;-1.57;0.98 -2361;10;1955.68;9.50;1660.00;-1.57;1.52 -2362;10;781.96;9.50;85.00;-1.57;1.44 -2363;10;3777.92;9.50;579.00;-1.57;0.80 -2364;10;5296.28;9.50;790.00;-1.57;0.90 -2365;10;5078.96;9.50;1011.00;-1.57;1.10 -2366;10;5567.32;9.50;1873.00;-1.57;1.48 -2367;10;4598.26;9.50;392.00;-1.57;1.14 -2368;10;4198.26;9.50;766.00;-1.57;1.14 -2369;10;4542.44;9.50;47.00;-1.57;1.02 -2370;10;3962.20;9.50;857.00;-1.57;0.80 -2371;10;2927.62;9.50;177.00;-1.57;0.92 -2372;10;2221.34;9.50;377.00;-1.57;1.08 -2373;10;2274.98;9.50;841.00;-1.57;1.22 -2374;10;2539.26;9.50;1604.00;-1.57;1.06 -2375;10;2631.86;9.50;1224.00;-1.57;1.06 -2376;10;983.02;9.50;207.00;-1.57;1.52 -2377;10;747.14;9.50;898.00;-1.57;1.04 -2378;10;560.64;9.50;1495.00;-1.57;1.16 -2379;10;712.22;9.50;746.00;-1.57;1.44 -2380;10;1231.94;9.50;1013.00;-1.57;0.98 -2381;10;2744.22;9.50;1497.00;-1.57;0.48 -2382;10;3014.76;9.50;1628.00;-1.57;0.52 -2383;10;3340.54;9.50;97.00;-1.57;1.06 -2384;10;1478.72;9.50;733.00;-1.57;1.08 -2385;10;1926.86;9.50;1575.00;-1.57;1.34 -2386;10;845.04;9.50;25.00;-1.57;1.26 -2387;10;3701.98;9.50;415.00;-1.57;1.10 -2388;10;5602.12;9.50;21.00;-1.57;1.20 -2389;10;5386.18;9.50;792.00;-1.57;1.06 -2390;10;5103.40;9.50;1047.00;-1.57;1.02 -2391;10;4578.88;9.50;448.00;-1.57;1.08 -2392;10;4149.64;9.50;779.00;-1.57;0.96 -2393;10;4592.96;9.50;56.00;-1.57;0.96 -2394;10;3931.24;9.50;941.00;-1.57;1.26 -2395;10;3003.18;9.50;205.00;-1.57;1.02 -2396;10;2391.82;9.50;87.00;-1.57;0.98 -2397;10;2231.36;9.50;337.00;-1.57;1.00 -2398;10;2220.28;9.50;821.00;-1.57;0.92 -2399;10;2571.98;9.50;1501.00;-1.57;1.18 -2400;10;2700.48;9.50;1224.00;-1.57;0.72 -2401;10;949.86;9.50;247.00;-1.57;1.54 -2402;10;482.24;9.50;533.00;-1.57;1.30 -2403;10;8.24;9.50;1567.00;-1.57;0.36 -2404;10;529.58;9.50;1452.00;-1.57;1.22 -2405;10;605.70;9.50;689.00;-1.57;1.30 -2406;10;1161.82;9.50;1017.00;-1.57;1.04 -2407;10;1024.96;10.95;1957.00;-1.57;1.60 -2408;10;2983.56;9.50;1626.00;-1.57;0.84 -2409;10;3384.80;9.50;192.00;-1.57;1.20 -2410;10;1562.16;9.50;645.00;-1.57;1.08 -2411;10;1819.96;9.50;1481.00;-1.57;0.94 -2412;10;1336.58;9.50;77.00;-1.57;1.42 -2413;10;3706.54;9.50;216.00;-1.57;1.06 -2414;10;5502.80;9.50;775.00;-1.57;1.00 -2415;10;5043.98;9.50;978.00;-1.57;1.22 -2416;10;4574.10;9.50;498.00;-1.57;0.90 -2417;10;4026.34;9.50;732.00;-1.57;1.26 -2418;10;4585.16;9.50;138.00;-1.57;1.12 -2419;10;3864.90;9.50;932.00;-1.57;0.94 -2420;10;3046.70;9.50;198.00;-1.57;1.30 -2421;10;2356.18;9.50;67.00;-1.57;1.02 -2422;10;2188.92;9.50;333.00;-1.57;0.88 -2423;10;2221.18;9.50;867.00;-1.57;1.02 -2424;10;2595.06;9.50;1452.00;-1.57;0.94 -2425;10;2052.90;9.50;1545.00;-1.57;1.10 -2426;10;894.18;9.50;188.00;-1.57;1.50 -2427;10;427.92;9.50;538.00;-1.57;0.86 -2428;10;610.42;9.50;1399.00;-1.57;1.04 -2429;10;672.60;9.50;714.00;-1.57;1.00 -2430;10;1087.76;9.50;1032.00;-1.57;1.06 -2431;10;2992.92;9.50;1662.00;-1.57;0.70 -2432;10;3382.54;9.50;303.00;-1.57;1.06 -2433;10;1631.12;9.50;554.00;-1.57;1.48 -2434;10;1833.00;9.50;1581.00;-1.57;1.00 -2435;10;1264.26;9.50;119.00;-1.57;1.12 -2436;10;5036.28;9.50;1705.00;-1.57;0.58 -2437;10;3417.54;9.50;91.00;-1.57;1.06 -2438;10;5453.04;9.50;837.00;-1.57;0.82 -2439;10;5009.98;9.50;1008.00;-1.57;1.22 -2440;10;4610.52;9.50;479.00;-1.57;1.28 -2441;10;3995.06;9.50;762.00;-1.57;1.12 -2442;10;4632.26;9.50;124.00;-1.57;1.08 -2443;10;3819.28;9.50;907.00;-1.57;0.92 -2444;10;3068.16;9.50;147.00;-1.57;0.94 -2445;10;2401.52;9.50;33.00;-1.57;1.06 -2446;10;2720.94;9.50;2033.00;-1.57;0.62 -2447;10;2180.46;9.50;861.00;-1.57;0.94 -2448;10;2541.52;9.50;1654.00;-1.57;1.22 -2449;10;2012.66;9.50;1605.00;-1.57;1.74 -2450;10;885.04;9.50;132.00;-1.57;1.26 -2451;10;333.50;9.50;523.00;-1.57;1.22 -2452;10;589.34;9.50;1448.00;-1.57;1.16 -2453;10;658.06;9.50;682.00;-1.57;0.98 -2454;10;1136.14;9.50;1063.00;-1.57;1.22 -2455;10;2972.44;9.50;1693.00;-1.57;1.16 -2456;10;3487.74;9.50;393.00;-1.57;1.34 -2457;10;1675.14;9.50;369.00;-1.57;1.40 -2458;10;1763.86;9.50;1529.00;-1.57;1.54 -2459;10;1389.56;9.50;173.00;-1.57;1.32 -2460;10;5147.48;9.50;1655.00;-1.57;1.72 -2461;10;3291.36;9.50;11.00;-1.57;0.58 -2462;10;5516.60;9.50;836.00;-1.57;1.40 -2463;10;5031.70;9.50;1038.00;-1.57;1.14 -2464;10;4531.96;9.50;368.00;-1.57;1.16 -2465;10;4007.46;9.50;682.00;-1.57;0.94 -2466;10;4549.44;9.50;111.00;-1.57;1.16 -2467;10;3781.28;9.50;880.00;-1.57;0.92 -2468;10;3619.34;9.50;23.00;-1.57;1.04 -2469;10;3078.64;9.50;109.00;-1.57;0.96 -2470;10;2430.36;9.50;9.00;-1.57;0.52 -2471;10;2167.10;9.50;372.00;-1.57;0.90 -2472;10;2175.00;9.50;829.00;-1.57;0.44 -2473;10;2621.34;9.50;1665.00;-1.57;1.26 -2474;10;2001.78;9.50;1553.00;-1.57;1.42 -2475;10;821.66;9.50;116.00;-1.57;0.96 -2476;10;372.76;9.50;547.00;-1.57;0.96 -2477;10;679.56;9.50;1399.00;-1.57;1.04 -2478;10;584.42;9.50;728.00;-1.57;1.38 -2479;10;1140.06;9.50;1114.00;-1.57;1.24 -2480;10;3454.62;9.50;247.00;-1.57;1.18 -2481;10;2655.64;9.50;1675.00;-1.57;0.74 -2482;10;1677.06;9.50;270.00;-1.57;0.92 -2483;10;1711.44;9.50;1492.00;-1.57;1.16 -2484;10;1369.94;9.50;23.00;-1.57;1.16 -2485;10;5059.48;9.50;1575.00;-1.57;0.72 -2486;10;3789.22;9.50;150.00;-1.57;1.24 -2487;10;5413.58;9.50;875.00;-1.57;1.40 -2488;10;4966.16;9.50;1026.00;-1.57;1.24 -2489;10;5177.62;9.50;769.00;-1.57;0.18 -2490;10;4536.74;9.50;499.00;-1.57;0.86 -2491;10;3972.52;9.50;721.00;-1.57;1.26 -2492;10;4641.72;9.50;74.00;-1.57;0.96 -2493;10;3783.10;9.50;924.00;-1.57;0.90 -2494;10;3670.10;9.50;54.00;-1.57;0.90 -2495;10;3096.38;9.50;67.00;-1.57;0.82 -2496;10;2386.94;9.50;3.00;-1.57;0.20 -2497;10;2200.80;9.50;404.00;-1.57;0.92 -2498;10;2122.48;9.50;835.00;-1.57;0.62 -2499;10;2745.62;9.50;1832.00;-1.57;1.18 -2500;10;1612.48;9.50;1175.00;-1.57;0.70 -2501;10;776.76;9.50;26.00;-1.57;1.24 -2502;10;280.76;9.50;542.00;-1.57;1.00 -2503;10;625.94;9.50;1503.00;-1.57;0.84 -2504;10;614.16;9.50;785.00;-1.57;1.24 -2505;10;1081.32;9.50;1077.00;-1.57;1.04 -2506;10;2927.30;9.50;1680.00;-1.57;1.42 -2507;10;3586.78;9.50;187.00;-1.57;0.94 -2508;10;1682.18;9.50;146.00;-1.57;0.94 -2509;10;1543.76;9.50;11.00;-1.57;0.54 -2510;10;5020.20;9.50;1548.00;-1.57;0.80 -2511;10;3957.88;9.50;64.00;-1.57;1.32 -2512;10;5471.24;9.50;913.00;-1.57;0.98 -2513;10;4992.78;9.50;1075.00;-1.57;1.42 -2514;10;4499.36;9.50;511.00;-1.57;0.94 -2515;10;3962.36;9.50;677.00;-1.57;0.92 -2516;10;4683.52;9.50;116.00;-1.57;0.74 -2517;10;3857.64;9.50;963.00;-1.57;0.88 -2518;10;3620.52;9.50;67.00;-1.57;1.26 -2519;10;3021.18;9.50;258.00;-1.57;1.02 -2520;10;2317.34;9.50;42.00;-1.57;1.26 -2521;10;2133.74;9.50;374.00;-1.57;0.86 -2522;10;2141.00;9.50;862.00;-1.57;1.00 -2523;10;2558.58;9.50;1712.00;-1.57;1.60 -2524;10;724.82;9.50;68.00;-1.57;1.44 -2525;10;223.26;9.50;543.00;-1.57;1.06 -2526;10;18.76;9.50;1637.00;-1.57;0.64 -2527;10;680.50;9.50;1524.00;-1.57;1.48 -2528;10;692.76;9.50;786.00;-1.57;1.08 -2529;10;1119.22;9.50;1159.00;-1.57;1.14 -2530;10;2889.56;9.50;1747.00;-1.57;0.84 -2531;10;3627.72;9.50;277.00;-1.57;1.08 -2532;10;1698.16;9.50;64.00;-1.57;0.78 -2533;10;1655.72;9.50;56.00;-1.57;1.02 -2534;10;5013.38;9.50;1471.00;-1.57;0.82 -2535;10;5326.86;9.50;840.00;-1.57;1.28 -2536;10;5012.90;9.50;1135.00;-1.57;1.10 -2537;10;4534.18;9.50;451.00;-1.57;1.02 -2538;10;3924.20;9.50;645.00;-1.57;0.80 -2539;10;4729.52;9.50;92.00;-1.57;1.02 -2540;10;3834.92;9.50;1001.00;-1.57;0.88 -2541;10;3647.06;9.50;104.00;-1.57;1.34 -2542;10;3007.44;9.50;309.00;-1.57;1.16 -2543;10;2355.82;9.50;21.00;-1.57;0.84 -2544;10;2101.46;9.50;372.00;-1.57;0.94 -2545;10;2104.70;9.50;899.00;-1.57;1.16 -2546;10;2511.40;9.50;1702.00;-1.57;1.08 -2547;10;1609.98;9.50;1038.00;-1.57;1.22 -2548;10;698.20;9.50;20.00;-1.57;0.98 -2549;10;220.92;9.50;586.00;-1.57;1.16 -2550;10;59.50;9.50;1543.00;-1.57;1.20 -2551;10;639.88;9.50;1455.00;-1.57;1.18 -2552;10;646.32;9.50;749.00;-1.57;1.48 -2553;10;1065.88;9.50;1241.00;-1.57;1.32 -2554;10;2964.24;9.50;1850.00;-1.57;1.36 -2555;10;3745.26;9.50;335.00;-1.57;1.14 -2556;10;180.22;9.50;1981.00;-1.57;1.16 -2557;10;1580.88;9.50;184.00;-1.57;1.32 -2558;10;5019.32;9.50;620.00;-1.57;0.94 -2559;10;4959.14;9.50;1111.00;-1.57;1.28 -2560;10;5365.56;9.70;1819.00;-1.57;0.64 -2561;10;4511.82;9.50;406.00;-1.57;0.98 -2562;10;3966.10;9.50;638.00;-1.57;0.90 -2563;10;4576.82;9.50;17.00;-1.57;0.84 -2564;10;3879.44;9.50;1002.00;-1.57;0.88 -2565;10;3720.32;9.50;91.00;-1.57;1.12 -2566;10;2969.74;9.50;281.00;-1.57;0.86 -2567;10;2333.94;9.50;5.00;-1.57;0.32 -2568;10;2676.38;9.50;2031.00;-1.57;0.66 -2569;10;2062.82;9.50;874.00;-1.57;1.48 -2570;10;2448.14;9.50;1727.00;-1.57;1.44 -2571;10;1745.60;9.50;1071.00;-1.57;1.36 -2572;10;618.86;9.50;23.00;-1.57;1.04 -2573;10;290.40;9.50;586.00;-1.57;1.34 -2574;10;49.96;9.50;1594.00;-1.57;1.14 -2575;10;706.68;9.50;1483.00;-1.57;1.26 -2576;10;680.76;9.50;827.00;-1.57;1.56 -2577;10;1038.76;9.50;1201.00;-1.57;1.12 -2578;10;3020.96;9.50;1958.00;-1.57;1.18 -2579;10;3649.90;9.50;448.00;-1.57;1.02 -2580;10;1903.32;9.50;107.00;-1.57;1.30 -2581;10;237.16;9.50;1870.00;-1.57;0.84 -2582;10;1507.86;9.50;69.00;-1.57;0.98 -2583;10;4998.76;9.50;1403.00;-1.57;1.44 -2584;10;3487.80;9.50;33.00;-1.57;1.20 -2585;10;4952.72;9.50;640.00;-1.57;1.08 -2586;10;4983.54;9.50;1158.00;-1.57;1.06 -2587;10;4469.46;9.50;416.00;-1.57;0.94 -2588;10;4001.28;9.50;637.00;-1.57;0.92 -2589;10;4622.18;9.50;27.00;-1.57;1.02 -2590;10;3857.90;9.50;1031.00;-1.57;1.10 -2591;10;3720.70;9.50;47.00;-1.57;1.00 -2592;10;2947.54;9.50;240.00;-1.57;1.06 -2593;10;2300.44;9.50;8.00;-1.57;0.42 -2594;10;2127.00;9.50;415.00;-1.57;0.94 -2595;10;2066.42;9.50;941.00;-1.57;1.10 -2596;10;2421.78;9.50;1785.00;-1.57;1.38 -2597;10;1850.04;9.50;1048.00;-1.57;1.02 -2598;10;658.12;9.50;62.00;-1.57;1.30 -2599;10;310.22;9.50;636.00;-1.57;1.34 -2600;10;126.50;9.50;1525.00;-1.57;0.86 -2601;10;747.48;9.50;1536.00;-1.57;1.18 -2602;10;618.78;9.50;832.00;-1.57;0.90 -2603;10;1008.96;9.50;1245.00;-1.57;1.22 -2604;10;3155.48;9.50;2039.00;-1.57;0.46 -2605;10;3515.62;9.50;468.00;-1.57;1.18 -2606;10;1946.22;9.50;162.00;-1.57;1.58 -2607;10;41.70;9.50;1927.00;-1.57;1.06 -2608;10;1445.70;9.50;227.00;-1.57;1.30 -2609;10;4838.78;9.50;1311.00;-1.57;1.28 -2610;10;3555.10;9.50;10.00;-1.57;0.60 -2611;10;5004.06;9.50;656.00;-1.57;1.06 -2612;10;4952.44;9.50;1182.00;-1.57;1.16 -2613;10;5481.22;9.50;1778.00;-1.57;1.44 -2614;10;4497.54;9.50;453.00;-1.57;1.06 -2615;10;3996.16;9.50;599.00;-1.57;0.96 -2616;10;4655.36;9.50;10.00;-1.57;0.50 -2617;10;3793.90;9.50;1013.00;-1.57;0.90 -2618;10;3728.60;9.50;129.00;-1.57;0.98 -2619;10;2905.56;9.50;258.00;-1.57;0.84 -2620;10;2214.52;9.50;441.00;-1.57;0.92 -2621;10;2057.88;9.50;986.00;-1.57;1.06 -2622;10;2359.42;9.50;1710.00;-1.57;1.18 -2623;10;1374.52;9.50;1299.00;-1.57;1.22 -2624;10;632.78;9.50;108.00;-1.57;1.34 -2625;10;196.76;9.50;625.00;-1.57;0.96 -2626;10;116.22;9.50;1564.00;-1.57;0.92 -2627;10;611.68;9.50;1542.00;-1.57;1.02 -2628;10;739.76;9.50;850.00;-1.57;1.20 -2629;10;967.04;9.50;1281.00;-1.57;1.30 -2630;10;3370.26;9.50;2030.00;-1.57;0.78 -2631;10;3511.06;9.50;516.00;-1.57;1.10 -2632;10;1988.62;9.50;166.00;-1.57;1.18 -2633;10;1606.14;9.50;321.00;-1.57;1.46 -2634;10;4921.32;9.50;1320.00;-1.57;0.78 -2635;10;3524.36;9.50;54.00;-1.57;1.04 -2636;10;4959.90;9.50;694.00;-1.57;1.10 -2637;10;4924.70;9.50;1142.00;-1.57;1.30 -2638;10;4480.80;9.50;489.00;-1.57;1.10 -2639;10;3947.82;9.50;604.00;-1.57;0.96 -2640;10;3765.08;9.50;1032.00;-1.57;1.12 -2641;10;3666.52;9.50;135.00;-1.57;1.28 -2642;10;2933.92;9.50;293.00;-1.57;0.88 -2643;10;2078.26;9.50;433.00;-1.57;1.14 -2644;10;2010.88;9.50;977.00;-1.57;1.26 -2645;10;2386.98;9.50;1749.00;-1.57;1.16 -2646;10;1317.72;9.50;1306.00;-1.57;1.08 -2647;10;736.80;9.50;119.00;-1.57;1.20 -2648;10;255.70;9.50;644.00;-1.57;1.16 -2649;10;120.22;9.50;1609.00;-1.57;1.14 -2650;10;537.84;9.50;1542.00;-1.57;0.96 -2651;10;619.96;9.50;873.00;-1.57;1.02 -2652;10;924.02;9.50;1320.00;-1.57;1.10 -2653;10;3461.82;9.50;2018.00;-1.57;1.42 -2654;10;3554.62;9.50;612.00;-1.57;1.18 -2655;10;2072.90;9.50;89.00;-1.57;1.10 -2656;10;89.68;9.50;1844.00;-1.57;0.70 -2657;10;1436.46;9.50;866.00;-1.57;0.94 -2658;10;4962.44;9.50;1275.00;-1.57;0.90 -2659;10;3596.74;9.50;122.00;-1.57;0.86 -2660;10;5305.46;9.50;8.00;-1.57;0.52 -2661;10;4974.78;9.50;746.00;-1.57;1.10 -2662;10;4898.62;9.50;1100.00;-1.57;0.92 -2663;10;5452.90;9.50;1729.00;-1.57;1.10 -2664;10;4411.24;9.50;517.00;-1.57;1.14 -2665;10;3904.82;9.50;607.00;-1.57;0.74 -2666;10;3647.62;9.50;1061.00;-1.57;0.98 -2667;10;3627.62;9.50;169.00;-1.57;1.18 -2668;10;2896.66;9.50;314.00;-1.57;0.74 -2669;10;2081.18;9.50;173.00;-1.57;1.02 -2670;10;1995.08;9.50;960.00;-1.57;0.98 -2671;10;2327.42;9.50;1766.00;-1.57;1.32 -2672;10;1312.90;9.50;1237.00;-1.57;1.10 -2673;10;696.24;9.50;167.00;-1.57;1.22 -2674;10;286.86;9.50;695.00;-1.57;1.46 -2675;10;69.06;9.50;1639.00;-1.57;1.28 -2676;10;526.28;9.50;1621.00;-1.57;1.10 -2677;10;665.34;9.50;939.00;-1.57;0.98 -2678;10;851.88;9.50;1315.00;-1.57;0.88 -2679;10;3478.50;9.50;1896.00;-1.57;0.84 -2680;10;3601.64;9.50;555.00;-1.57;0.96 -2681;10;2019.78;9.50;218.00;-1.57;1.34 -2682;10;190.40;9.50;1738.00;-1.57;1.44 -2683;10;1472.78;9.50;941.00;-1.57;1.42 -2684;10;4905.52;9.50;1251.00;-1.57;0.84 -2685;10;3825.70;9.50;104.00;-1.57;1.20 -2686;10;5033.40;9.50;739.00;-1.57;1.00 -2687;10;4884.78;9.50;1067.00;-1.57;1.02 -2688;10;5424.82;9.50;1760.00;-1.57;1.08 -2689;10;4414.52;9.50;561.00;-1.57;0.86 -2690;10;3858.74;9.50;599.00;-1.57;0.86 -2691;10;3619.62;9.50;1085.00;-1.57;1.10 -2692;10;3732.54;9.50;174.00;-1.57;1.06 -2693;10;2931.28;9.50;343.00;-1.57;0.92 -2694;10;2139.82;9.50;466.00;-1.57;0.98 -2695;10;2757.18;9.50;1905.00;-1.57;1.02 -2696;10;2265.40;9.50;1768.00;-1.57;1.04 -2697;10;1380.08;9.50;1194.00;-1.57;1.12 -2698;10;766.04;9.50;166.00;-1.57;1.26 -2699;10;235.56;9.50;715.00;-1.57;1.16 -2700;10;108.60;9.50;1667.00;-1.57;1.22 -2701;10;585.84;9.50;1590.00;-1.57;1.58 -2702;10;683.50;9.50;889.00;-1.57;1.46 -2704;10;3621.38;9.50;738.00;-1.57;0.98 -2705;10;2075.88;9.50;252.00;-1.57;1.18 -2706;10;268.06;9.50;1907.00;-1.57;1.02 -2707;10;1528.50;9.50;919.00;-1.57;1.50 -2708;10;4820.14;9.50;1204.00;-1.57;1.06 -2709;10;3729.32;9.50;12.00;-1.57;0.52 -2710;10;5255.48;9.50;25.00;-1.57;0.92 -2711;10;5067.20;9.50;789.00;-1.57;1.76 -2712;10;4858.42;9.50;1027.00;-1.57;1.22 -2713;10;5402.44;9.50;1713.00;-1.57;1.16 -2714;10;4449.52;9.50;532.00;-1.57;1.28 -2715;10;3847.36;9.50;557.00;-1.57;1.04 -2716;10;3740.46;9.50;976.00;-1.57;0.94 -2717;10;3688.26;9.50;170.00;-1.57;1.14 -2718;10;2900.18;9.50;361.00;-1.57;0.88 -2719;10;2181.52;9.50;483.00;-1.57;1.06 -2720;10;1961.08;9.50;1003.00;-1.57;1.12 -2721;10;2299.94;9.50;1721.00;-1.57;0.94 -2722;10;1415.64;9.50;1319.00;-1.57;0.96 -2723;10;847.94;9.50;288.00;-1.57;1.64 -2724;10;247.88;9.50;752.00;-1.57;1.08 -2725;10;61.96;9.50;1704.00;-1.57;1.34 -2726;10;618.20;9.50;1627.00;-1.57;1.16 -2727;10;869.58;9.50;836.00;-1.57;1.34 -2728;10;796.60;9.50;1364.00;-1.57;1.40 -2729;10;2938.10;9.50;1608.00;-1.57;0.74 -2730;10;3641.62;9.50;823.00;-1.57;1.18 -2731;10;2165.84;9.50;430.00;-1.57;0.76 -2732;10;453.76;9.50;1677.00;-1.57;0.96 -2733;10;1514.98;9.50;963.00;-1.57;1.08 -2734;10;4689.32;9.50;1306.00;-1.57;1.38 -2735;10;4997.64;9.50;786.00;-1.57;0.94 -2736;10;4899.34;9.50;1006.00;-1.57;1.26 -2737;10;4500.26;9.50;560.00;-1.57;0.76 -2738;10;3888.44;9.50;572.00;-1.57;0.80 -2739;10;3780.62;9.50;975.00;-1.57;1.14 -2740;10;3650.62;9.50;203.00;-1.57;1.18 -2741;10;2926.92;9.50;396.00;-1.57;0.88 -2742;10;2162.78;9.50;246.00;-1.57;0.90 -2743;10;1926.44;9.50;1029.00;-1.57;1.06 -2744;10;2252.76;9.50;1711.00;-1.57;1.18 -2745;10;1473.62;9.50;1295.00;-1.57;0.98 -2746;10;881.28;9.50;241.00;-1.57;1.32 -2747;10;306.78;9.50;752.00;-1.57;1.38 -2748;10;93.44;9.50;1721.00;-1.57;0.98 -2749;10;691.46;9.50;1631.00;-1.57;1.06 -2750;10;764.12;9.50;806.00;-1.57;1.02 -2751;10;725.66;9.50;1671.00;-1.57;1.24 -2752;10;2908.64;9.50;1597.00;-1.57;0.92 -2753;10;3542.74;9.50;845.00;-1.57;0.86 -2754;10;2150.34;9.50;328.00;-1.57;1.08 -2755;10;588.72;9.50;1682.00;-1.57;1.28 -2756;10;1471.84;9.50;1021.00;-1.57;0.76 -2757;10;4709.78;9.50;1238.00;-1.57;1.16 -2758;10;5042.50;9.50;824.00;-1.57;1.06 -2759;10;4937.60;9.50;986.00;-1.57;1.40 -2760;10;4535.64;9.50;572.00;-1.57;0.96 -2761;10;3941.70;9.50;572.00;-1.57;0.78 -2762;10;3706.90;9.50;938.00;-1.57;1.08 -2763;10;3669.26;9.50;235.00;-1.57;1.12 -2764;10;2918.44;9.50;439.00;-1.57;0.94 -2765;10;2096.70;9.50;324.00;-1.57;1.22 -2766;10;1883.18;9.50;1033.00;-1.57;1.02 -2767;10;2208.46;9.50;1700.00;-1.57;1.14 -2768;10;1887.78;9.71;1693.00;-1.57;1.08 -2769;10;822.82;9.50;214.00;-1.57;1.24 -2770;10;347.84;9.50;713.00;-1.57;1.24 -2771;10;85.96;9.50;1759.00;-1.57;0.98 -2772;10;667.38;9.50;1577.00;-1.57;1.24 -2773;10;770.58;9.50;761.00;-1.57;1.06 -2774;10;752.46;9.50;1717.00;-1.57;1.34 -2775;10;2875.96;9.50;1577.00;-1.57;0.44 -2776;10;3507.64;9.50;837.00;-1.57;0.90 -2777;10;1782.38;9.50;13.00;-1.57;0.64 -2778;10;2265.32;9.50;523.00;-1.57;1.32 -2779;10;525.54;9.50;1581.00;-1.57;1.14 -2780;10;1297.68;9.50;1091.00;-1.57;1.24 -2781;10;4768.24;9.50;1251.00;-1.57;1.18 -2782;10;5340.84;9.50;199.00;-1.57;1.34 -2783;10;5041.22;9.50;872.00;-1.57;0.98 -2784;10;4891.60;9.50;937.00;-1.57;1.36 -2785;10;4595.56;9.50;549.00;-1.57;0.84 -2786;10;3918.68;9.50;541.00;-1.57;1.02 -2787;10;3668.78;9.50;903.00;-1.57;0.98 -2788;10;3745.10;9.50;212.00;-1.57;0.90 -2789;10;2871.10;9.50;454.00;-1.57;0.90 -2790;10;2057.80;9.50;293.00;-1.57;1.20 -2791;10;1899.28;9.50;1077.00;-1.57;0.92 -2792;10;2137.14;9.50;1728.00;-1.57;0.92 -2793;10;1044.36;9.50;123.00;-1.57;1.18 -2794;10;387.40;9.50;750.00;-1.57;1.36 -2795;10;35.72;9.50;1754.00;-1.57;1.08 -2796;10;757.76;9.50;1426.00;-1.57;1.12 -2797;10;785.68;9.50;715.00;-1.57;1.38 -2798;10;658.20;9.50;1686.00;-1.57;1.20 -2799;10;2838.86;9.50;1578.00;-1.57;0.54 -2800;10;3462.78;9.50;905.00;-1.57;1.42 -2801;10;2351.82;9.50;626.00;-1.57;0.98 -2802;10;454.48;9.50;1639.00;-1.57;1.06 -2803;10;1201.04;9.50;1140.00;-1.57;1.06 -2804;10;4739.18;9.50;1142.00;-1.57;1.02 -2805;10;5285.10;9.50;226.00;-1.57;0.82 -2806;10;5055.60;9.50;921.00;-1.57;1.32 -2807;10;4858.24;9.50;977.00;-1.57;1.26 -2808;10;5275.20;9.50;1762.00;-1.57;1.26 -2809;10;4643.38;9.50;558.00;-1.57;1.34 -2810;10;3871.26;9.50;524.00;-1.57;0.88 -2811;10;3695.24;9.50;861.00;-1.57;0.96 -2812;10;3766.06;9.50;248.00;-1.57;1.08 -2813;10;2920.10;9.50;481.00;-1.57;0.90 -2814;10;2117.18;9.50;275.00;-1.57;1.02 -2815;10;1936.74;9.50;1105.00;-1.57;0.86 -2816;10;2116.40;9.50;1788.00;-1.57;0.86 -2817;10;1843.72;9.50;1622.00;-1.57;0.78 -2818;10;1052.68;9.50;76.00;-1.57;1.18 -2819;10;347.16;9.50;787.00;-1.57;1.24 -2820;10;11.96;9.50;1726.00;-1.57;0.44 -2821;10;812.88;9.50;1411.00;-1.57;1.32 -2822;10;841.14;9.50;741.00;-1.57;1.30 -2823;10;657.18;9.50;1734.00;-1.57;1.20 -2824;10;2824.22;9.50;1562.00;-1.57;0.36 -2825;10;3376.62;9.50;1062.00;-1.57;1.18 -2826;10;2268.78;9.50;918.00;-1.57;1.38 -2827;10;258.24;9.50;1711.00;-1.57;1.36 -2828;10;1123.52;9.50;1251.00;-1.57;1.12 -2829;10;4756.86;9.50;1034.00;-1.57;1.18 -2830;10;5261.56;9.50;193.00;-1.57;0.84 -2831;10;5097.68;9.50;950.00;-1.57;1.36 -2832;10;4799.24;9.50;884.00;-1.57;1.32 -2833;10;4660.08;9.50;628.00;-1.57;1.12 -2834;10;3896.46;9.50;489.00;-1.57;0.94 -2835;10;3743.28;9.50;882.00;-1.57;0.92 -2836;10;2878.44;9.50;497.00;-1.57;1.16 -2837;10;2113.62;9.50;216.00;-1.57;1.04 -2838;10;1960.52;9.50;1137.00;-1.57;1.02 -2839;10;2091.32;9.50;1765.00;-1.57;0.78 -2840;10;1788.62;9.50;1570.00;-1.57;1.18 -2841;10;910.88;9.50;85.00;-1.57;1.32 -2842;10;300.32;9.50;825.00;-1.57;1.48 -2843;10;4201.16;10.00;1022.00;-1.57;0.24 -2844;10;742.40;9.50;1384.00;-1.57;0.90 -2845;10;890.02;9.50;782.00;-1.57;1.20 -2846;10;715.86;9.50;1749.00;-1.57;1.46 -2847;10;2797.20;9.50;1513.00;-1.57;0.40 -2848;10;3711.72;9.50;901.00;-1.57;1.08 -2849;10;2266.62;9.50;797.00;-1.57;1.16 -2850;10;169.36;9.50;1578.00;-1.57;1.04 -2851;10;1044.18;9.50;1361.00;-1.57;1.02 -2852;10;5607.66;9.50;546.00;-1.57;1.28 -2853;10;4717.26;9.90;1847.00;-1.57;1.32 -2854;10;5299.50;9.50;163.00;-1.57;1.22 -2855;10;5108.56;9.50;896.00;-1.57;1.16 -2856;10;4796.78;9.50;829.00;-1.57;1.42 -2857;10;4627.26;9.50;757.00;-1.57;1.12 -2858;10;3932.08;9.50;495.00;-1.57;0.90 -2859;10;3786.98;9.50;832.00;-1.57;1.16 -2860;10;3716.62;9.50;264.00;-1.57;1.10 -2861;10;2962.48;9.50;329.00;-1.57;0.72 -2862;10;2058.98;9.50;205.00;-1.57;1.06 -2863;10;1909.08;9.50;1155.00;-1.57;1.12 -2864;10;2028.70;9.50;1759.00;-1.57;0.80 -2865;10;1661.80;9.50;1137.00;-1.57;1.20 -2866;10;1032.04;9.50;402.00;-1.57;1.24 -2867;10;144.96;9.50;652.00;-1.57;1.14 -2868;10;744.92;9.50;1347.00;-1.57;0.96 -2869;10;935.76;9.50;816.00;-1.57;0.94 -2870;10;640.24;9.50;1778.00;-1.57;1.14 -2871;10;2772.40;9.50;1500.00;-1.57;0.48 -2872;10;3745.10;9.50;933.00;-1.57;0.90 -2873;10;2164.70;9.50;905.00;-1.57;1.18 -2874;10;35.16;9.50;1681.00;-1.57;1.06 -2875;10;939.46;9.50;1421.00;-1.57;1.44 -2876;10;4729.60;9.50;846.00;-1.57;1.14 -2877;10;4813.16;12.31;1983.00;-1.57;2.24 -2878;10;5231.22;9.50;149.00;-1.57;1.24 -2879;10;5140.50;9.50;921.00;-1.57;0.92 -2880;10;4840.26;9.50;844.00;-1.57;1.14 -2881;10;5333.56;9.50;1769.00;-1.57;1.28 -2882;10;4586.82;9.50;725.00;-1.57;0.98 -2883;10;3978.82;9.50;555.00;-1.57;0.96 -2884;10;3676.06;9.50;285.00;-1.57;1.34 -2885;10;2984.02;9.50;360.00;-1.57;0.78 -2886;10;2121.56;9.50;172.00;-1.57;0.84 -2887;10;1854.06;9.50;1147.00;-1.57;1.12 -2888;10;2032.86;9.50;1735.00;-1.57;0.70 -2889;10;1349.16;9.50;1091.00;-1.57;1.24 -2890;10;1019.98;9.50;350.00;-1.57;1.22 -2891;10;109.92;9.50;614.00;-1.57;1.10 -2892;10;763.82;9.50;1308.00;-1.57;0.96 -2893;10;1011.76;9.50;821.00;-1.57;1.26 -2894;10;600.56;9.50;1816.00;-1.57;1.24 -2895;10;2789.66;9.50;1539.00;-1.57;0.26 -2896;10;3590.44;9.50;1120.00;-1.57;1.16 -2897;10;2146.54;9.50;973.00;-1.57;1.06 -2898;10;847.90;9.50;1528.00;-1.57;1.02 -2899;10;4726.44;9.50;762.00;-1.57;1.16 -2900;10;4516.16;11.30;1960.00;-1.57;1.80 -2901;10;5099.32;9.50;847.00;-1.57;1.48 -2902;10;4844.10;9.50;787.00;-1.57;0.90 -2903;10;5248.62;9.50;1713.00;-1.57;1.10 -2904;10;4535.62;9.50;685.00;-1.57;0.98 -2905;10;3954.98;9.50;527.00;-1.57;0.94 -2906;10;3685.98;9.50;818.00;-1.57;1.14 -2907;10;3678.64;9.50;353.00;-1.57;0.96 -2908;10;2957.48;9.50;392.00;-1.57;0.72 -2909;10;2618.82;9.50;2034.00;-1.57;0.56 -2910;10;1814.54;9.50;1084.00;-1.57;1.06 -2911;10;2037.06;9.50;1796.00;-1.57;1.34 -2912;10;1394.88;9.50;1066.00;-1.57;1.18 -2913;10;909.52;9.50;287.00;-1.57;1.28 -2914;10;34.36;9.50;680.00;-1.57;1.04 -2915;10;774.32;9.50;1267.00;-1.57;0.92 -2916;10;958.04;9.50;776.00;-1.57;1.28 -2917;10;529.98;9.50;1835.00;-1.57;1.22 -2918;10;2817.36;9.50;1617.00;-1.57;0.50 -2919;10;3692.18;9.50;1074.00;-1.57;0.82 -2920;10;2199.98;9.50;1083.00;-1.57;1.16 -2921;10;839.72;9.50;1614.00;-1.57;0.94 -2922;10;4746.46;9.50;718.00;-1.57;0.94 -2923;10;4370.54;10.75;1950.00;-1.57;1.64 -2924;10;5393.18;9.50;28.00;-1.57;1.24 -2925;10;5145.34;9.50;855.00;-1.57;1.26 -2926;10;4977.94;9.50;972.00;-1.57;1.08 -2927;10;5231.54;9.50;1677.00;-1.57;0.96 -2928;10;4510.08;9.50;708.00;-1.57;1.12 -2929;10;3975.64;9.50;499.00;-1.57;0.96 -2930;10;3777.54;9.50;751.00;-1.57;0.86 -2931;10;3716.62;9.50;370.00;-1.57;1.02 -2932;10;2960.28;9.50;456.00;-1.57;0.92 -2933;10;2037.16;9.50;153.00;-1.57;1.22 -2934;10;1803.58;9.50;1195.00;-1.57;1.28 -2935;10;1964.68;9.50;1750.00;-1.57;1.20 -2936;10;2811.24;9.50;1985.00;-1.57;1.36 -2937;10;975.68;9.50;310.00;-1.57;1.48 -2938;10;89.70;9.50;670.00;-1.57;1.30 -2939;10;812.92;9.50;1229.00;-1.57;0.94 -2940;10;908.20;9.50;737.00;-1.57;0.96 -2941;10;667.06;9.50;982.00;-1.57;0.84 -2942;10;2792.96;9.50;1655.00;-1.57;1.24 -2943;10;3733.42;9.50;1049.00;-1.57;0.86 -2944;10;2178.26;9.50;1252.00;-1.57;1.14 -2945;10;800.44;9.50;1754.00;-1.57;1.76 -2946;10;4634.88;9.50;796.00;-1.57;1.06 -2947;10;1259.74;10.23;2006.00;-1.57;1.72 -2948;10;5311.66;9.50;52.00;-1.57;1.06 -2949;10;5268.86;9.50;836.00;-1.57;1.28 -2950;10;4948.70;9.50;931.00;-1.57;0.84 -2951;10;5208.82;9.50;1638.00;-1.57;0.90 -2952;10;4555.90;9.50;729.00;-1.57;1.10 -2953;10;3988.08;9.50;448.00;-1.57;0.96 -2954;10;3672.90;9.50;775.00;-1.57;1.10 -2955;10;3723.66;9.50;310.00;-1.57;1.24 -2956;10;3006.36;9.50;466.00;-1.57;1.04 -2957;10;2097.62;9.50;128.00;-1.57;1.18 -2958;10;2376.72;9.50;943.00;-1.57;0.92 -2959;10;2150.42;9.50;1799.00;-1.57;1.14 -2960;10;2844.46;9.50;1927.00;-1.57;0.94 -2961;10;880.70;9.50;337.00;-1.57;1.30 -2962;10;36.44;9.50;730.00;-1.57;1.08 -2963;10;859.04;9.50;1196.00;-1.57;1.36 -2964;10;965.60;9.50;714.00;-1.57;1.38 -2965;10;604.36;9.50;1884.00;-1.57;1.16 -2966;10;2855.82;9.50;1632.00;-1.57;0.94 -2967;10;3820.06;9.50;1046.00;-1.57;0.86 -2968;10;2143.72;9.50;1135.00;-1.57;1.08 -2969;10;68.06;9.50;1492.00;-1.57;1.22 -2970;10;702.84;9.59;1891.00;-1.57;1.98 -2971;10;4675.36;9.50;838.00;-1.57;1.04 -2972;10;4206.52;9.70;2015.00;-1.57;1.50 -2973;10;5381.10;9.50;79.00;-1.57;1.00 -2974;10;5361.10;9.50;897.00;-1.57;1.48 -2975;10;5004.88;9.50;950.00;-1.57;1.10 -2977;10;2795.38;9.50;1528.00;-1.57;0.28 -2978;10;4589.44;9.50;776.00;-1.57;1.14 -2979;10;4032.98;9.50;455.00;-1.57;0.98 -2980;10;3733.72;9.50;745.00;-1.57;0.72 -2981;10;3642.82;9.50;368.00;-1.57;0.98 -2982;10;3000.10;9.50;506.00;-1.57;0.90 -2983;10;2037.42;9.50;104.00;-1.57;1.28 -2984;10;2369.06;9.50;988.00;-1.57;1.22 -2985;10;2175.64;9.50;1568.00;-1.57;1.96 -2986;10;2879.74;9.50;1872.00;-1.57;0.86 -2987;10;942.82;9.50;336.00;-1.57;0.98 -2988;10;45.14;9.50;774.00;-1.57;0.92 -2989;10;843.50;9.50;1266.00;-1.57;1.28 -2990;10;1004.16;9.50;756.00;-1.57;1.24 -2991;10;228.30;9.50;2028.00;-1.57;0.24 -2992;10;3224.24;10.80;1946.00;-1.57;0.36 -2993;10;2854.82;9.50;1682.00;-1.57;0.98 -2994;10;3330.70;9.80;1774.00;-1.57;0.20 -2995;10;3203.66;9.50;2009.00;-1.57;0.66 -2996;10;3442.70;10.50;1713.00;-1.57;0.24 -2997;10;2101.18;9.50;1093.00;-1.57;1.02 -2998;10;3309.32;10.50;1806.00;-1.57;0.44 -2999;10;3340.98;10.80;1675.00;-1.57;0.22 -3000;10;3615.42;9.90;1751.00;-1.57;0.32 -3001;10;232.86;9.50;1399.00;-1.57;1.36 -3002;10;523.20;9.50;1958.00;-1.57;1.24 -3003;10;3091.96;11.62;1875.00;-1.57;0.28 -3004;10;3516.06;9.80;1684.00;-1.57;0.24 -3005;10;3021.34;11.70;1765.00;-1.57;0.26 -3006;10;4665.54;9.50;968.00;-1.57;1.06 -3007;10;2987.98;10.67;1731.00;-1.57;0.22 -3008;10;3322.32;9.85;1891.00;-1.57;0.32 -3009;10;3160.34;10.40;1779.00;-1.57;0.26 -3010;10;1036.28;11.82;1823.00;-1.57;0.58 -3011;10;5473.62;9.50;122.00;-1.57;1.66 -3012;10;3354.58;10.78;1930.00;-1.57;0.48 -3013;10;3243.34;10.35;1776.00;-1.57;0.26 -3014;10;5280.64;9.50;888.00;-1.57;1.18 -3015;10;5017.60;9.50;924.00;-1.57;1.28 -3016;10;3187.42;10.30;1999.00;-1.57;0.38 -3017;10;3514.70;9.99;1712.00;-1.57;0.16 -3018;10;2976.06;10.62;1836.00;-1.57;0.32 -3019;10;5354.08;9.50;1658.00;-1.57;1.12 -3020;10;4541.90;9.50;768.00;-1.57;1.10 -3021;10;2983.42;9.92;1756.00;-1.57;0.34 -3022;10;2968.52;10.60;1814.00;-1.57;0.20 -3023;10;4060.46;9.50;413.00;-1.57;0.94 -3024;10;3742.44;9.50;709.00;-1.57;0.78 -3025;10;3173.60;10.28;1777.00;-1.57;0.40 -3026;10;3237.24;10.50;1867.00;-1.57;0.36 -3027;10;3610.16;10.26;1689.00;-1.57;0.24 -3028;10;3599.10;9.50;362.00;-1.57;0.90 -3029;10;2957.82;9.50;503.00;-1.57;0.98 -3030;10;3279.88;10.40;1787.00;-1.57;0.22 -3031;10;3407.88;10.50;1785.00;-1.57;0.32 -3032;10;2061.62;9.50;47.00;-1.57;1.02 -3033;10;3342.34;10.05;1787.00;-1.57;0.24 -3034;10;3070.96;11.90;1939.00;-1.57;0.32 -3035;10;3386.70;10.02;1701.00;-1.57;0.22 -3036;10;2329.08;9.50;960.00;-1.57;1.12 -3037;10;2159.56;9.50;1671.00;-1.57;1.82 -3038;10;2885.28;9.50;1939.00;-1.57;0.92 -3039;10;3046.60;10.02;1825.00;-1.57;0.34 -3040;10;3165.24;11.41;1985.00;-1.57;0.36 -3041;10;3587.88;9.91;1736.00;-1.57;0.32 -3042;10;957.86;9.50;378.00;-1.57;0.92 -3043;10;98.88;9.50;716.00;-1.57;1.32 -3044;10;3059.06;12.05;1859.00;-1.57;0.34 -3045;10;3070.80;9.73;1759.00;-1.57;0.20 -3046;10;20.20;9.50;1793.00;-1.57;0.80 -3047;10;899.66;9.50;1226.00;-1.57;1.14 -3048;10;3021.42;10.63;1893.00;-1.57;0.34 -3049;10;2919.42;11.35;1703.00;-1.57;0.30 -3050;10;3273.70;10.09;1764.00;-1.57;0.26 -3051;10;1073.78;9.50;831.00;-1.57;1.02 -3052;10;244.52;9.50;2021.00;-1.57;0.82 -3053;10;3260.70;10.33;1699.00;-1.57;0.30 -3054;10;3123.24;11.22;1892.00;-1.57;0.36 -3055;10;3192.70;10.60;1916.00;-1.57;0.30 -3056;10;3456.70;10.40;1700.00;-1.57;0.28 -3057;10;3382.34;9.90;1744.00;-1.57;0.24 -3058;10;3129.60;11.96;1969.00;-1.57;0.30 -3059;10;2935.60;13.71;1748.00;-1.57;0.38 -3060;10;3269.88;9.61;1741.00;-1.57;0.22 -3061;10;3232.98;9.65;1752.00;-1.57;0.22 -3062;10;3110.24;11.35;1867.00;-1.57;0.24 -3063;10;3029.52;9.74;1706.00;-1.57;0.26 -3064;10;3482.50;10.15;1793.00;-1.57;0.36 -3065;10;3463.32;10.33;1800.00;-1.57;0.40 -3066;10;3525.98;9.80;1695.00;-1.57;0.22 -3067;10;3299.96;10.52;1869.00;-1.57;0.32 -3068;10;3272.24;10.11;1802.00;-1.57;0.20 -3069;10;3218.42;10.55;1968.00;-1.57;0.38 -3070;10;3026.42;10.94;1744.00;-1.57;0.26 -3071;10;3321.06;10.44;1821.00;-1.57;0.30 -3072;10;3298.16;10.30;1716.00;-1.57;0.24 -3073;10;3266.14;10.63;1861.00;-1.57;0.34 -3074;10;3190.16;10.04;1706.00;-1.57;0.24 -3075;10;3473.22;9.80;1831.00;-1.57;0.58 -3076;10;3247.80;9.80;1418.00;-1.57;0.20 -3077;10;3397.88;10.40;1686.00;-1.57;0.20 -3078;10;3354.60;9.80;1829.00;-1.57;0.24 -3079;10;3493.24;9.90;1745.00;-1.57;0.24 -3080;10;3400.54;9.50;1850.00;-1.57;0.46 -3081;10;3526.58;9.80;1785.00;-1.57;0.58 -3082;10;3137.78;11.18;1980.00;-1.57;0.42 -3083;10;3156.06;9.70;1747.00;-1.57;0.30 -3084;10;3346.80;9.78;1762.00;-1.57;0.20 -3085;10;3380.98;10.40;1714.00;-1.57;0.22 -3086;10;3386.78;9.90;1809.00;-1.57;0.38 -3087;10;3482.70;10.50;1729.00;-1.57;0.26 -3088;10;3016.50;10.75;1883.00;-1.57;0.22 -3089;10;3279.24;9.70;1691.00;-1.57;0.26 -3090;10;2899.14;11.24;1774.00;-1.57;0.22 -3091;10;3468.88;9.91;1685.00;-1.57;0.22 -3092;10;3399.60;9.90;1820.00;-1.57;0.40 -3093;10;2944.88;14.15;1790.00;-1.57;0.32 -3094;10;2946.34;12.34;1737.00;-1.57;0.26 -3095;10;3131.32;11.77;1921.00;-1.57;0.36 -3096;10;2949.88;12.91;1807.00;-1.57;0.32 -3097;10;3255.14;9.90;1972.00;-1.57;0.46 -3098;10;3021.52;12.59;1839.00;-1.57;0.28 -3099;10;3466.16;10.51;1715.00;-1.57;0.24 -3100;10;3108.24;11.10;1856.00;-1.57;0.32 -3101;10;3347.44;10.14;1683.00;-1.57;0.16 -3102;10;3551.42;9.90;1749.00;-1.57;0.28 -3103;10;3538.06;10.37;1693.00;-1.57;0.26 -3104;10;3132.78;10.40;1880.00;-1.57;0.28 -3105;10;2994.44;13.15;1783.00;-1.57;0.16 -3106;10;3054.16;9.80;1733.00;-1.57;0.24 -3107;10;3247.14;10.61;1923.00;-1.57;0.46 -3108;10;3059.06;11.18;1803.00;-1.57;0.22 -3109;10;3058.70;11.00;660.00;-1.57;1.26 -3110;10;3322.16;10.40;1713.00;-1.57;0.24 -3111;10;3001.70;14.68;1811.00;-1.57;0.30 -3112;10;3535.70;9.80;1721.00;-1.57;0.22 -3113;10;3115.60;10.03;1824.00;-1.57;0.26 -3114;10;2907.42;12.02;1756.00;-1.57;0.24 -3115;10;3246.14;10.65;1854.00;-1.57;0.32 -3116;10;3441.98;10.07;1674.00;-1.57;0.22 -3117;10;3149.88;9.93;1776.00;-1.57;0.32 -3118;10;2542.16;9.70;1191.00;-1.57;0.16 -3119;10;3189.70;10.50;1790.00;-1.57;0.30 -3120;10;3255.80;9.98;1713.00;-1.57;0.20 -3121;10;3304.96;10.40;1906.00;-1.57;0.28 -3122;10;3147.24;9.70;1805.00;-1.57;0.32 -3123;10;3048.02;10.20;879.00;-1.57;0.66 -3124;10;3408.24;10.11;1712.00;-1.57;0.24 -3125;10;3243.14;10.40;1823.00;-1.57;0.24 -3126;10;3014.60;10.77;1875.00;-1.57;0.24 -3127;10;3682.06;10.04;1723.00;-1.57;0.34 -3128;10;3005.70;11.69;1751.00;-1.57;0.30 -3129;10;2923.24;13.19;1715.00;-1.57;0.32 -3130;10;3439.68;10.40;1804.00;-1.57;0.48 -3131;10;3253.52;9.50;1773.00;-1.57;0.20 -3132;10;3060.78;11.52;1930.00;-1.57;0.42 -3133;10;3290.70;10.40;1784.00;-1.57;0.22 -3134;10;3328.24;9.80;1958.00;-1.57;0.32 -3135;10;3477.52;9.80;1702.00;-1.57;0.20 -3136;10;2995.52;11.10;1755.00;-1.57;0.26 -3137;10;3182.88;9.95;1767.00;-1.57;0.24 -3138;10;3076.68;11.74;1864.00;-1.57;0.32 -3139;10;3598.06;9.70;1689.00;-1.57;0.24 -3140;10;3334.16;10.28;1726.00;-1.57;0.24 -3141;10;3026.70;10.41;1727.00;-1.57;0.24 -3142;10;3347.16;10.48;1746.00;-1.57;0.24 -3143;10;3386.34;10.40;1692.00;-1.57;0.24 -3144;10;3357.16;9.53;1786.00;-1.57;0.24 -3145;10;3084.30;10.98;1952.00;-1.57;0.28 -3146;10;3556.06;10.04;1711.00;-1.57;0.26 -3147;10;3561.00;9.80;1890.00;-1.57;1.00 -3148;10;3056.52;10.10;1754.00;-1.57;0.24 -3149;10;3253.42;10.59;1846.00;-1.57;0.28 -3150;10;2751.88;11.75;1669.00;-1.57;0.24 -3151;10;3279.98;9.75;1738.00;-1.57;0.22 -3152;10;3195.88;9.66;1719.00;-1.57;0.18 -3153;10;3250.06;10.25;1868.00;-1.57;0.34 -3154;10;3402.24;10.40;1731.00;-1.57;0.26 -3155;10;3592.20;10.40;1801.00;-1.57;0.70 -3156;10;3263.60;10.70;1892.00;-1.57;0.40 -3157;10;3422.70;10.40;1745.00;-1.57;0.30 -3158;10;3249.06;10.35;1947.00;-1.57;0.34 -3159;10;2730.16;9.95;1695.00;-1.57;0.24 -3160;10;3384.88;10.46;1753.00;-1.57;0.22 -3161;10;3223.80;9.70;1749.00;-1.57;0.20 -3162;10;3027.42;9.50;1815.00;-1.57;0.28 -3163;10;3365.34;10.20;1721.00;-1.57;0.22 -3164;10;3469.88;10.45;1731.00;-1.57;0.26 -3165;10;3155.64;11.60;738.00;-1.57;0.86 -3166;10;3496.42;10.00;1754.00;-1.57;0.24 -3167;10;3533.06;9.80;1704.00;-1.57;0.28 -3168;10;3427.14;9.80;1838.00;-1.57;0.46 -3169;10;3817.62;9.70;1860.00;-1.57;1.18 -3170;10;3369.58;9.95;1953.00;-1.57;0.62 -3171;10;2976.98;9.67;1722.00;-1.57;0.22 -3172;10;3165.70;9.61;1820.00;-1.57;0.28 -3173;10;3092.42;11.21;1844.00;-1.57;0.28 -3174;10;3184.70;9.62;1699.00;-1.57;0.20 -3175;10;3437.06;10.12;1724.00;-1.57;0.26 -3176;10;3359.52;10.60;1680.00;-1.57;0.24 -3177;10;3542.60;10.09;1741.00;-1.57;0.30 -3178;10;2705.14;9.70;1684.00;-1.57;0.34 -3179;10;3099.06;11.65;1909.00;-1.57;0.34 -3180;10;2914.88;13.63;1779.00;-1.57;0.32 -3181;10;3116.46;10.60;823.00;-1.57;0.74 -3182;10;3084.88;9.70;1742.00;-1.57;0.28 -3183;10;2991.06;13.02;1797.00;-1.57;0.28 -3184;10;4742.16;9.70;1988.00;-1.57;2.40 -3185;10;3274.60;10.40;1816.00;-1.57;0.32 -3186;10;3515.16;9.80;1722.00;-1.57;0.24 -3187;10;3283.16;9.96;1776.00;-1.57;0.24 -3188;10;2916.42;11.08;1766.00;-1.57;0.30 -3189;10;3341.42;10.20;1872.00;-1.57;0.26 -3190;10;3448.70;9.85;1681.00;-1.57;0.26 -3191;10;3017.70;13.06;1786.00;-1.57;0.28 -3192;10;2901.50;9.70;1724.00;-1.57;0.38 -3193;10;3184.88;10.50;1903.00;-1.57;0.32 -3194;10;3158.70;10.40;1665.00;-1.57;0.26 -3195;10;2765.44;9.50;1719.00;-1.57;1.16 -3196;10;3540.98;10.02;1580.00;-1.57;0.22 -3197;10;3521.88;10.11;1616.00;-1.57;0.26 -3198;10;2095.28;9.50;952.00;-1.57;0.92 -3199;10;3412.98;9.95;1581.00;-1.57;0.22 -3200;10;228.88;9.50;1448.00;-1.57;0.96 -3201;10;340.32;9.50;1922.00;-1.57;0.48 -3202;10;3446.34;9.80;1633.00;-1.57;0.20 -3203;10;3268.42;9.80;1560.00;-1.57;0.28 -3204;10;4626.46;9.50;1004.00;-1.57;0.94 -3205;10;2757.16;10.10;1595.00;-1.57;0.24 -3206;10;2946.96;9.65;1654.00;-1.57;0.30 -3207;10;3023.98;10.02;1579.00;-1.57;0.20 -3208;10;1791.90;11.24;1894.00;-1.57;2.10 -3209;10;5390.90;9.50;123.00;-1.57;1.00 -3210;10;3312.98;10.60;1607.00;-1.57;0.22 -3211;10;2877.52;9.60;1558.00;-1.57;0.16 -3212;10;5225.56;9.50;912.00;-1.57;1.20 -3213;10;4964.44;9.50;895.00;-1.57;1.00 -3214;10;3608.06;10.40;1626.00;-1.57;0.24 -3215;10;3357.52;9.90;1662.00;-1.57;0.22 -3216;10;3611.70;9.70;1580.00;-1.57;0.20 -3217;10;2696.44;9.50;1626.00;-1.57;0.12 -3218;10;4504.94;9.50;792.00;-1.57;0.98 -3219;10;3247.34;9.80;1639.00;-1.57;0.26 -3220;10;3434.34;9.80;1675.00;-1.57;0.26 -3221;10;3477.34;9.95;1580.00;-1.57;0.22 -3222;10;4020.64;9.50;410.00;-1.57;0.88 -3223;10;3778.00;9.50;620.00;-1.57;1.00 -3224;10;3518.34;9.94;1633.00;-1.57;0.22 -3225;10;3332.34;9.80;1558.00;-1.57;0.18 -3226;10;3338.34;10.24;1590.00;-1.57;0.22 -3227;10;3587.56;9.50;305.00;-1.57;0.84 -3228;10;2949.46;9.50;547.00;-1.57;0.94 -3229;10;3061.98;9.67;1675.00;-1.57;0.22 -3230;10;3110.88;10.35;1574.00;-1.57;0.24 -3231;10;2952.06;9.67;1606.00;-1.57;0.20 -3232;10;2662.50;9.50;149.00;-1.57;1.06 -3233;10;2018.38;9.50;51.00;-1.57;0.82 -3234;10;2946.80;9.70;1573.00;-1.57;0.20 -3235;10;3312.98;10.00;1650.00;-1.57;0.22 -3236;10;3377.34;10.05;1604.00;-1.57;0.16 -3237;10;2275.72;9.50;970.00;-1.57;1.08 -3238;10;2223.12;9.50;1596.00;-1.57;1.66 -3239;10;1434.14;9.50;1049.00;-1.57;1.22 -3240;10;3426.80;10.00;1661.00;-1.57;0.20 -3241;10;2754.34;12.28;1573.00;-1.57;0.22 -3242;10;2699.24;10.16;1619.00;-1.57;0.24 -3243;10;972.20;9.50;427.00;-1.57;1.26 -3244;10;159.14;9.50;703.00;-1.57;1.06 -3245;10;3509.16;10.10;1666.00;-1.57;0.24 -3246;10;3550.80;10.52;1581.00;-1.57;0.20 -3247;10;3305.70;10.52;1624.00;-1.57;0.18 -3248;10;52.08;9.50;1802.00;-1.57;1.00 -3249;10;904.78;9.50;1273.00;-1.57;1.04 -3250;10;3407.70;10.05;1587.00;-1.57;0.20 -3251;10;3602.34;10.40;1645.00;-1.57;0.26 -3252;10;1117.60;9.50;791.00;-1.57;1.08 -3253;10;455.48;9.50;1943.00;-1.57;1.70 -3254;10;3167.70;10.05;1604.00;-1.57;0.16 -3255;10;3205.60;10.14;1652.00;-1.57;0.20 -3256;10;3191.96;9.84;1568.00;-1.57;0.20 -3257;10;3455.98;10.45;1603.00;-1.57;0.20 -3258;10;3012.80;9.80;1587.00;-1.57;0.20 -3259;10;3387.16;10.60;1649.00;-1.57;0.22 -3260;10;2986.52;9.70;1634.00;-1.57;0.28 -3261;10;3515.52;10.35;1658.00;-1.57;0.20 -3262;10;2882.52;9.70;1549.00;-1.57;0.16 -3263;10;3374.34;11.21;1621.00;-1.57;0.20 -3264;10;3582.88;10.46;1682.00;-1.57;0.32 -3265;10;3626.88;9.88;1588.00;-1.57;0.24 -3266;10;3472.16;9.90;1585.00;-1.57;0.22 -3267;10;3243.70;10.30;1611.00;-1.57;0.30 -3268;10;3456.80;10.40;1646.00;-1.57;0.20 -3269;10;3520.52;10.65;1602.00;-1.57;0.22 -3270;10;3592.52;10.40;1678.00;-1.57;0.28 -3271;10;2953.80;9.70;1578.00;-1.57;0.20 -3272;10;3177.34;10.45;1616.00;-1.57;0.24 -3273;10;2731.16;11.36;1654.00;-1.57;0.24 -3274;10;2736.16;11.46;1576.00;-1.57;0.24 -3275;10;3444.16;9.80;1619.00;-1.57;0.20 -3276;10;3547.34;10.21;1590.00;-1.57;0.24 -3277;10;2954.60;9.70;1638.00;-1.57;0.20 -3278;10;3310.70;9.90;1596.00;-1.57;0.18 -3279;10;3339.98;10.47;1636.00;-1.57;0.22 -3280;10;3723.70;12.75;1664.00;-1.57;0.30 -3281;10;3186.88;9.90;1576.00;-1.57;0.24 -3282;10;3530.34;9.81;1642.00;-1.57;0.18 -3283;10;3076.16;9.95;1547.00;-1.57;0.24 -3284;10;1851.88;9.70;1035.00;-1.57;0.26 -3285;10;3510.98;10.02;1619.00;-1.57;0.22 -3286;10;3021.52;10.09;1692.00;-1.57;0.26 -3287;10;2808.52;9.85;1584.00;-1.57;0.28 -3288;10;3149.24;10.18;1628.00;-1.57;0.32 -3289;10;3664.78;10.99;1602.00;-1.57;0.30 -3290;10;3409.98;11.32;1634.00;-1.57;0.22 -3291;10;3402.16;10.00;1558.00;-1.57;0.24 -3292;10;3387.52;10.00;1593.00;-1.57;0.14 -3293;10;3267.52;9.80;1568.00;-1.57;0.22 -3294;10;3604.06;9.80;1659.00;-1.57;0.30 -3295;10;3103.60;9.80;1586.00;-1.57;0.32 -3296;10;3148.52;9.70;1673.00;-1.57;0.26 -3297;10;3320.98;10.60;1613.00;-1.57;0.22 -3298;10;3230.34;9.85;1673.00;-1.57;0.26 -3299;10;2991.88;11.20;1497.00;-1.57;0.24 -3300;10;3615.24;10.58;1648.00;-1.57;0.26 -3301;10;2757.88;10.16;1587.00;-1.57;0.18 -3302;10;3453.16;10.08;1595.00;-1.57;0.16 -3303;10;3491.34;9.90;1634.00;-1.57;0.20 -3304;10;3479.16;9.80;1559.00;-1.57;0.18 -3305;10;2991.68;9.50;1618.00;-1.57;0.32 -3306;10;3341.80;10.45;1571.00;-1.57;0.20 -3307;10;3003.70;9.72;1669.00;-1.57;0.24 -3308;10;3383.16;9.98;1610.00;-1.57;0.18 -3309;10;3207.24;10.41;1577.00;-1.57;0.24 -3310;10;3251.34;9.80;1669.00;-1.57;0.24 -3311;10;2726.26;9.54;1617.00;-1.57;0.14 -3312;10;3022.52;10.15;1586.00;-1.57;0.20 -3313;10;3302.88;9.90;1631.00;-1.57;0.20 -3314;10;2884.80;9.65;1576.00;-1.57;0.20 -3315;10;3557.34;9.80;1643.00;-1.57;0.24 -3316;10;3550.52;9.95;1559.00;-1.57;0.18 -3317;10;3523.52;10.39;1591.00;-1.57;0.22 -3318;10;3409.98;10.00;1560.00;-1.57;0.22 -3319;10;3144.70;9.66;1664.00;-1.57;0.26 -3320;10;3203.24;10.20;1611.00;-1.57;0.32 -3321;10;3321.70;10.10;1674.00;-1.57;0.28 -3322;10;3463.16;9.80;1614.00;-1.57;0.24 -3323;10;3377.34;10.40;1668.00;-1.57;0.18 -3324;10;3094.34;10.23;1591.00;-1.57;0.18 -3325;10;2970.24;9.57;1632.00;-1.57;0.36 -3326;10;2944.98;10.22;1585.00;-1.57;0.22 -3327;10;3371.52;10.50;1629.00;-1.57;0.22 -3328;10;3611.34;10.40;1615.00;-1.57;0.24 -3329;10;2699.98;10.25;1634.00;-1.57;0.22 -3330;10;3623.70;11.75;1566.00;-1.57;0.30 -3331;10;3274.24;9.98;1608.00;-1.57;0.22 -3332;10;3474.16;9.83;1566.00;-1.57;0.24 -3333;10;3250.52;9.80;1658.00;-1.57;0.28 -3334;10;3527.98;10.70;1607.00;-1.57;0.22 -3335;10;3343.98;10.20;1581.00;-1.57;0.22 -3336;10;4112.06;9.60;1979.00;-1.57;2.34 -3337;10;3160.88;10.21;1629.00;-1.57;0.26 -3338;10;3449.12;9.80;1859.00;-1.57;0.68 -3339;10;3446.52;9.80;1626.00;-1.57;0.14 -3340;10;3019.96;9.70;1599.00;-1.57;0.28 -3341;10;2955.42;10.25;1648.00;-1.57;0.32 -3342;10;2688.52;10.85;1591.00;-1.57;0.28 -3343;10;3538.52;10.84;1564.00;-1.57;0.16 -3344;10;3304.70;11.44;1657.00;-1.57;0.26 -3345;10;3346.16;10.00;1605.00;-1.57;0.24 -3346;10;3408.98;10.00;1571.00;-1.57;0.22 -3347;10;3463.16;10.36;1653.00;-1.57;0.24 -3348;10;3635.52;9.95;1625.00;-1.57;0.26 -3349;10;3522.70;10.40;1664.00;-1.57;0.22 -3350;10;3266.52;9.80;1581.00;-1.57;0.28 -3351;10;3115.88;9.90;1596.00;-1.57;0.28 -3352;10;3509.34;9.90;1628.00;-1.57;0.20 -3353;10;2797.16;9.80;1595.00;-1.57;0.24 -3354;10;3154.34;10.40;1648.00;-1.57;0.20 -3355;10;2950.98;10.64;1555.00;-1.57;0.22 -3356;10;3421.98;10.00;1596.00;-1.57;0.20 -3357;10;3617.16;10.86;1572.00;-1.57;0.24 -3358;10;3374.70;10.60;1648.00;-1.57;0.20 -3359;10;2693.24;10.18;1607.00;-1.57;0.32 -3360;10;3482.52;9.80;1573.00;-1.57;0.18 -3361;10;3540.16;10.40;1659.00;-1.57;0.24 -3362;10;3315.98;10.60;1622.00;-1.57;0.22 -3363;10;3616.88;10.39;1701.00;-1.57;0.24 -3364;10;3333.98;9.80;1574.00;-1.57;0.22 -3365;10;3589.70;10.40;1632.00;-1.57;0.20 -3366;10;3195.24;9.80;1594.00;-1.57;0.32 -3367;10;3007.34;9.70;1580.00;-1.57;0.22 -3368;10;2954.88;9.70;1599.00;-1.57;0.20 -3369;10;2762.16;10.11;1563.00;-1.57;0.24 -3370;10;3447.98;9.80;1643.00;-1.57;0.20 -3371;10;3486.34;9.90;1597.00;-1.57;0.22 -3372;10;3544.88;10.44;1570.00;-1.57;0.20 -3373;10;2710.96;9.50;1650.00;-1.57;0.40 -3374;10;2972.70;9.50;1623.00;-1.57;0.26 -3375;10;3023.42;9.90;1700.00;-1.57;0.24 -3376;10;3403.34;10.00;1579.00;-1.57;0.18 -3377;10;3383.34;11.55;1618.00;-1.57;0.22 -3378;10;3276.34;9.80;1586.00;-1.57;0.24 -3379;10;2705.52;9.79;1624.00;-1.57;0.26 -3380;10;3107.34;9.80;1599.00;-1.57;0.26 -3381;10;3085.34;9.80;1572.00;-1.57;0.26 -3382;10;3565.16;9.71;1605.00;-1.57;0.22 -3383;10;3520.80;9.90;1640.00;-1.57;0.20 -3384;10;3155.24;9.80;1612.00;-1.57;0.20 -3385;10;3629.60;9.70;1579.00;-1.57;0.22 -3386;10;3007.52;9.90;1676.00;-1.57;0.24 -3387;10;3453.98;10.40;1618.00;-1.57;0.22 -3388;10;3210.52;10.30;1681.00;-1.57;0.24 -3389;10;3469.34;9.90;1574.00;-1.57;0.24 -3390;10;3335.34;9.90;1583.00;-1.57;0.20 -3391;10;3381.34;10.46;1634.00;-1.57;0.20 -3392;10;3177.52;9.80;1563.00;-1.57;0.28 -3393;10;3183.16;9.90;1594.00;-1.57;0.24 -3394;10;3593.42;10.00;1655.00;-1.57;0.18 -3395;10;2951.62;10.26;1568.00;-1.57;0.18 -3396;10;2666.06;9.77;1596.00;-1.57;0.20 -3397;10;2950.16;10.49;1526.00;-1.57;0.18 -3398;10;2930.52;10.54;1542.00;-1.57;0.20 -3399;10;3365.98;9.80;1469.00;-1.57;0.22 -3400;10;2832.92;9.50;1731.00;-1.57;0.88 -3401;10;3194.50;9.70;1283.14;-1.57;0.44 -3402;10;2857.98;10.40;1510.00;-1.57;0.22 -3403;10;3308.98;9.80;1477.00;-1.57;0.22 -3404;10;3596.70;11.31;1542.00;-1.57;0.24 -3405;10;2106.08;9.50;996.00;-1.57;1.12 -3406;10;3550.88;9.80;1513.00;-1.57;0.22 -3407;10;3225.06;9.80;1483.00;-1.57;0.18 -3408;10;266.78;9.50;1357.00;-1.57;1.34 -3409;10;3387.52;9.80;1516.00;-1.57;0.22 -3410;10;3140.88;11.51;1509.00;-1.57;0.24 -3411;10;4573.28;9.50;924.00;-1.57;0.92 -3412;10;3192.88;10.56;1542.00;-1.57;0.26 -3413;10;3502.98;9.80;1458.00;-1.57;0.22 -3414;10;3081.34;12.82;1517.00;-1.57;0.18 -3415;10;3996.62;9.70;1923.00;-1.57;1.18 -3416;10;5384.40;9.50;164.00;-1.57;0.98 -3417;10;3458.98;10.10;1452.00;-1.57;0.22 -3418;10;3016.62;11.41;1528.00;-1.57;0.18 -3419;10;5177.50;9.50;944.00;-1.57;1.22 -3420;10;4984.90;9.50;873.00;-1.57;1.10 -3421;10;3399.16;9.75;1465.00;-1.57;0.24 -3422;10;2760.16;9.91;1546.00;-1.57;0.18 -3423;10;2923.34;10.91;1515.00;-1.57;0.22 -3424;10;5198.80;9.50;1586.00;-1.57;1.20 -3425;10;4454.18;9.50;772.00;-1.57;1.02 -3426;10;3508.52;10.04;1545.00;-1.57;0.18 -3427;10;4520.14;12.75;1310.00;-1.57;0.46 -3428;10;4037.28;9.50;370.00;-1.57;0.92 -3429;10;3759.52;9.50;672.00;-1.57;1.14 -3430;10;3228.88;10.10;1491.00;-1.57;0.24 -3431;10;3455.88;10.41;1510.00;-1.57;0.20 -3432;10;3629.62;9.50;328.00;-1.57;1.18 -3433;10;2944.64;9.50;593.00;-1.57;0.96 -3434;10;3161.16;12.13;1506.00;-1.57;0.24 -3435;10;3552.16;9.60;1465.00;-1.57;0.22 -3436;10;2670.02;9.50;198.00;-1.57;0.78 -3437;10;2067.80;9.50;14.00;-1.57;0.68 -3438;10;3048.62;9.80;1557.00;-1.57;0.18 -3439;10;3517.34;9.86;1467.00;-1.57;0.26 -3440;10;2283.78;9.50;1017.00;-1.57;1.28 -3441;10;2041.18;9.50;1703.00;-1.57;1.02 -3442;10;1511.70;9.50;994.00;-1.57;0.88 -3443;10;3469.34;9.85;1457.00;-1.57;0.20 -3444;10;2905.80;9.70;1547.00;-1.57;0.20 -3445;10;1044.16;9.50;458.00;-1.57;1.24 -3446;10;106.88;9.50;765.00;-1.57;1.22 -3447;10;2867.98;10.14;1513.00;-1.57;0.22 -3448;10;3124.52;13.35;1331.00;-1.57;0.24 -3449;10;3382.98;9.85;1474.00;-1.57;0.22 -3450;10;123.14;9.50;1776.00;-1.57;0.96 -3451;10;921.72;9.50;1185.00;-1.57;1.08 -3452;10;3310.52;9.99;1488.00;-1.57;0.20 -3453;10;1181.04;9.50;801.00;-1.57;1.26 -3454;10;480.14;9.50;1910.00;-1.57;0.74 -3455;10;3348.52;9.84;1523.00;-1.57;0.26 -3456;10;3864.50;9.70;1051.00;-1.57;0.50 -3457;10;3233.88;10.30;1509.00;-1.57;0.22 -3458;10;3144.24;10.50;1543.00;-1.57;0.26 -3459;10;3573.24;9.60;1460.00;-1.57;0.30 -3460;10;3070.70;10.32;1557.00;-1.57;0.24 -3461;10;3521.62;10.73;1476.00;-1.57;0.18 -3462;10;3048.80;11.08;1527.00;-1.57;0.20 -3463;10;2750.34;9.90;1547.00;-1.57;0.24 -3464;10;3457.70;10.30;1463.00;-1.57;0.18 -3465;10;3474.62;9.80;1551.00;-1.57;0.18 -3466;10;3389.70;9.80;1482.00;-1.57;0.20 -3467;10;3581.34;10.21;1518.00;-1.57;0.26 -3468;10;3319.52;9.90;1494.00;-1.57;0.20 -3469;10;3420.80;10.15;1521.00;-1.57;0.20 -3470;10;3236.98;10.10;1531.00;-1.57;0.22 -3471;10;901.78;14.23;1586.00;-1.57;0.32 -3472;10;3906.86;9.80;1678.00;-1.57;0.52 -3473;10;3038.80;9.70;1567.00;-1.57;0.20 -3474;10;2983.16;12.46;1524.00;-1.57;0.24 -3475;10;3508.06;9.80;1474.00;-1.57;0.18 -3476;10;2844.62;9.80;1520.00;-1.57;0.18 -3477;10;3533.34;12.12;1554.00;-1.57;0.26 -3478;10;3464.70;9.70;1471.00;-1.57;0.22 -3479;10;3399.80;9.90;1487.00;-1.57;0.20 -3480;10;3302.70;9.80;1540.00;-1.57;0.24 -3481;10;1175.28;11.00;1791.00;-1.57;0.78 -3482;10;3121.80;10.03;1547.00;-1.57;0.20 -3483;10;3211.06;10.82;1510.00;-1.57;0.22 -3484;10;3093.88;12.53;1498.00;-1.57;0.32 -3485;10;3069.34;13.59;1529.00;-1.57;0.26 -3486;10;3610.98;9.74;1561.00;-1.57;0.22 -3487;10;3514.16;9.70;1480.00;-1.57;0.20 -3488;10;2901.62;11.67;1526.00;-1.57;0.18 -3489;10;3470.70;9.70;1479.00;-1.57;0.28 -3490;10;3558.88;9.71;1527.00;-1.57;0.26 -3491;10;3397.52;10.05;1495.00;-1.57;0.16 -3492;10;3373.52;9.90;1532.00;-1.57;0.20 -3493;10;2839.52;10.30;1470.00;-1.57;0.16 -3494;10;3288.34;10.45;1511.00;-1.57;0.24 -3495;10;2799.88;10.21;1475.00;-1.57;0.22 -3496;10;3208.16;10.50;1550.00;-1.57;0.22 -3497;10;3133.80;10.39;1529.00;-1.57;0.20 -3498;10;1116.10;11.25;1823.00;-1.57;0.90 -3499;10;3005.52;9.79;1564.00;-1.57;0.24 -3500;10;2970.34;10.68;1539.00;-1.57;0.20 -3501;10;2813.24;9.63;1553.00;-1.57;0.28 -3502;10;3637.78;9.70;1537.00;-1.57;0.36 -3503;10;3522.16;9.60;1495.00;-1.57;0.24 -3504;10;3444.34;9.80;1528.00;-1.57;0.24 -3505;10;3479.06;10.12;1486.00;-1.57;0.20 -3506;10;2861.52;9.90;1478.00;-1.57;0.26 -3507;10;3279.70;9.80;1549.00;-1.57;0.30 -3508;10;3363.70;9.80;1499.00;-1.57;0.26 -3509;10;2809.52;10.15;1480.00;-1.57;0.28 -3510;10;3066.80;9.98;1549.00;-1.57;0.20 -3511;10;3231.88;10.20;1519.00;-1.57;0.26 -3512;10;2912.88;9.70;1551.00;-1.57;0.24 -3513;10;898.50;10.50;1641.00;-1.57;0.32 -3514;10;3034.80;10.87;1543.00;-1.57;0.20 -3515;10;3595.60;9.60;1489.00;-1.57;0.32 -3516;10;2880.98;10.37;1529.00;-1.57;0.22 -3517;10;3532.34;10.03;1511.00;-1.57;0.26 -3518;10;3506.62;9.85;1526.00;-1.57;0.18 -3519;10;3436.98;9.80;1495.00;-1.57;0.22 -3520;10;3351.70;9.94;1534.00;-1.57;0.20 -3521;10;3152.98;9.90;1554.00;-1.57;0.22 -3522;10;2987.16;9.81;1565.00;-1.57;0.18 -3523;10;2798.70;10.69;1483.00;-1.57;0.20 -3524;10;2942.16;10.66;1532.00;-1.57;0.24 -3525;10;3166.98;9.70;1668.00;-1.57;0.22 -3526;10;3164.34;10.92;1344.00;-1.57;0.18 -3527;10;3425.34;10.00;1537.00;-1.57;0.22 -3528;10;2761.02;9.50;1518.00;-1.57;0.52 -3529;10;3500.16;9.80;1491.00;-1.57;0.24 -3530;10;2940.80;13.66;1495.00;-1.57;0.20 -3531;10;3371.52;9.80;1503.00;-1.57;0.22 -3532;10;3059.62;10.35;1566.00;-1.57;0.18 -3533;10;2880.52;10.15;1482.00;-1.57;0.26 -3534;10;2817.80;9.90;1487.00;-1.57;0.20 -3535;10;3002.80;10.42;1544.00;-1.57;0.20 -3536;10;2844.16;9.80;1528.00;-1.57;0.18 -3537;10;3108.34;10.53;1487.00;-1.57;0.22 -3538;10;3561.06;9.70;1504.00;-1.57;0.30 -3539;10;3487.88;9.80;1530.00;-1.57;0.24 -3540;10;3439.34;9.80;1503.00;-1.57;0.20 -3541;10;3005.52;11.10;1498.00;-1.57;0.20 -3542;10;3317.52;9.80;1549.00;-1.57;0.22 -3543;10;3275.34;9.90;1529.00;-1.57;0.26 -3544;10;3132.98;9.80;1561.00;-1.57;0.22 -3545;10;3063.16;13.23;1537.00;-1.57;0.24 -3546;10;2884.34;10.39;1501.00;-1.57;0.22 -3547;10;2912.52;11.34;1528.00;-1.57;0.20 -3548;10;3170.52;11.70;1481.00;-1.57;0.20 -3549;10;2824.52;9.95;1495.00;-1.57;0.20 -3550;10;3129.34;11.50;1498.00;-1.57;0.26 -3551;10;3562.52;9.80;1537.00;-1.57;0.24 -3552;10;2741.52;9.70;1486.00;-1.57;0.22 -3553;10;3062.52;12.29;1509.00;-1.57;0.16 -3554;10;3393.16;10.10;1547.00;-1.57;0.24 -3555;10;3504.98;9.75;1501.00;-1.57;0.20 -3556;10;3222.80;9.80;1567.00;-1.57;0.20 -3557;10;3348.88;9.83;1514.00;-1.57;0.24 -3558;10;2935.80;10.01;1501.00;-1.57;0.20 -3559;10;3156.52;10.10;1543.00;-1.57;0.22 -3560;10;2889.16;10.20;1506.00;-1.57;0.24 -3561;10;2971.52;10.64;1547.00;-1.57;0.18 -3562;10;3213.88;9.90;1493.00;-1.57;0.26 -3563;10;3655.96;10.25;1543.00;-1.57;0.40 -3564;10;3493.16;12.55;1329.00;-1.57;0.24 -3565;10;3149.98;9.87;1487.00;-1.57;0.16 -3566;10;3457.98;9.90;1542.00;-1.57;0.22 -3567;10;3426.52;9.90;1511.00;-1.57;0.22 -3568;10;3289.16;10.11;1545.00;-1.57;0.24 -3569;10;3064.70;9.80;1502.00;-1.57;0.20 -3570;10;3241.88;10.10;1523.00;-1.57;0.20 -3571;10;3000.80;12.76;1506.00;-1.57;0.20 -3572;10;3040.80;9.81;1556.00;-1.57;0.20 -3573;10;3339.34;9.70;1459.00;-1.57;0.22 -3574;10;2946.62;11.48;1510.00;-1.57;0.18 -3575;10;3287.70;10.18;1472.00;-1.57;0.26 -3576;10;2863.34;9.75;1532.00;-1.57;0.18 -3577;10;3235.16;9.91;1473.00;-1.57;0.24 -3578;10;3518.98;9.70;1542.00;-1.57;0.22 -3579;10;2789.80;10.02;1501.00;-1.57;0.20 -3580;10;3368.52;10.44;1548.00;-1.57;0.22 -3581;10;3140.16;11.70;1499.00;-1.57;0.24 -3582;10;3495.16;10.11;1503.00;-1.57;0.22 -3583;10;3087.62;13.47;1515.00;-1.57;0.18 -3584;10;3315.34;9.80;1518.00;-1.57;0.18 -3585;10;3011.16;13.40;1525.00;-1.57;0.24 -3586;10;3114.52;10.24;1531.00;-1.57;0.28 -3587;10;3440.70;9.70;1446.00;-1.57;0.20 -3588;10;907.06;12.98;1558.00;-1.57;0.34 -3589;10;2887.98;10.37;1429.00;-1.57;0.18 -3590;10;2703.18;9.50;1676.00;-1.57;1.02 -3591;10;212.60;9.50;1896.00;-1.57;0.72 -3592;10;3052.34;10.28;1428.00;-1.57;0.22 -3593;10;3636.10;9.60;1417.00;-1.57;0.40 -3594;10;2866.44;11.98;1439.00;-1.57;0.16 -3595;10;1995.72;9.50;1173.00;-1.57;1.08 -3596;10;3061.34;10.05;1425.00;-1.57;0.22 -3597;10;3535.34;9.70;1452.00;-1.57;0.24 -3598;10;2818.70;10.10;1428.00;-1.57;0.20 -3599;10;327.76;9.50;1464.00;-1.57;0.82 -3600;10;471.02;9.50;1851.00;-1.57;1.46 -3601;10;3047.98;10.52;1422.00;-1.57;0.22 -3602;10;1645.70;11.21;1631.00;-1.57;0.30 -3603;10;4589.22;9.50;814.00;-1.57;0.80 -3604;10;2988.16;9.70;1430.00;-1.57;0.24 -3605;10;1614.06;9.70;1627.00;-1.57;0.26 -3606;10;744.24;12.31;2028.00;-1.57;0.98 -3607;10;5427.86;9.50;178.00;-1.57;1.38 -3608;10;1602.70;10.54;1637.00;-1.57;0.30 -3609;10;3114.16;11.86;1411.00;-1.57;0.22 -3610;10;5247.14;9.50;961.00;-1.57;1.38 -3611;10;4879.64;9.50;789.00;-1.57;0.96 -3612;10;2919.16;14.96;1439.00;-1.57;0.20 -3613;10;1221.30;12.36;1574.00;-1.57;0.42 -3614;10;3127.80;9.96;1417.00;-1.57;0.20 -3615;10;5206.12;9.50;1549.00;-1.57;0.68 -3616;10;4451.08;9.50;729.00;-1.57;0.92 -3617;10;3118.16;11.24;1424.00;-1.57;0.18 -3618;10;3629.60;9.65;1459.00;-1.57;0.26 -3619;10;3994.90;9.50;373.00;-1.57;0.86 -3620;10;3645.90;9.50;665.00;-1.57;1.10 -3621;10;2836.80;10.00;1437.00;-1.57;0.18 -3622;10;3575.52;9.60;1448.00;-1.57;0.28 -3623;10;3107.80;9.93;1432.00;-1.57;0.18 -3624;10;3573.98;9.50;262.00;-1.57;1.22 -3625;10;2941.46;9.50;639.00;-1.57;0.94 -3626;10;2830.70;10.00;1443.00;-1.57;0.16 -3627;10;3088.70;9.80;1428.00;-1.57;0.20 -3628;10;2601.92;9.50;161.00;-1.57;0.88 -3629;10;2915.34;11.58;1495.00;-1.57;0.24 -3630;10;3171.88;9.70;1399.00;-1.57;0.20 -3631;10;3029.16;12.00;1441.00;-1.57;0.22 -3632;10;2318.00;9.50;1032.00;-1.57;1.00 -3633;10;1989.56;9.50;1802.00;-1.57;0.98 -3634;10;1545.62;9.50;880.00;-1.57;1.18 -3635;10;1610.42;10.38;1647.00;-1.57;0.32 -3636;10;3202.34;9.90;1407.00;-1.57;0.26 -3637;10;986.36;9.50;479.00;-1.57;1.04 -3638;10;185.64;9.50;779.00;-1.57;0.84 -3639;10;3193.34;10.82;1412.00;-1.57;0.24 -3640;10;1556.88;9.98;1652.00;-1.57;0.32 -3641;10;2941.44;13.37;1444.00;-1.57;0.16 -3642;10;102.52;9.50;1811.00;-1.57;0.90 -3643;10;959.68;9.50;1231.00;-1.57;1.08 -3644;10;877.88;12.75;1568.00;-1.57;0.32 -3645;10;3175.70;11.51;1413.00;-1.57;0.20 -3646;10;2900.70;10.10;1454.00;-1.57;0.22 -3647;10;1096.60;9.50;885.00;-1.57;1.26 -3648;10;535.58;9.50;1920.00;-1.57;1.20 -3649;10;3150.06;11.87;1415.00;-1.57;0.28 -3650;10;2889.98;10.10;1450.00;-1.57;0.16 -3651;10;4279.78;9.74;954.00;-1.57;0.42 -3652;10;2887.70;10.04;1462.00;-1.57;0.22 -3653;10;3462.16;13.47;1355.00;-1.57;0.20 -3654;10;3046.80;11.57;1438.00;-1.57;0.20 -3655;10;2844.34;10.00;1454.00;-1.57;0.26 -3656;10;3474.70;14.75;1355.00;-1.57;0.26 -3657;10;3003.98;12.88;1446.00;-1.57;0.18 -3658;10;3479.70;14.50;1363.00;-1.57;0.20 -3659;10;2806.88;9.80;1455.00;-1.57;0.22 -3660;10;2964.70;16.29;1452.00;-1.57;0.18 -3661;10;1597.52;10.40;1652.00;-1.57;0.28 -3662;10;2960.98;14.48;1445.00;-1.57;0.20 -3663;10;3215.24;9.80;1415.00;-1.57;0.20 -3664;10;4979.66;10.14;1571.00;-1.57;0.54 -3665;10;3171.80;14.23;1430.00;-1.57;0.20 -3666;10;2908.52;10.10;1459.00;-1.57;0.22 -3667;10;3516.16;14.69;1370.00;-1.57;0.24 -3668;10;3549.88;9.70;1380.00;-1.57;0.28 -3669;10;2874.70;10.35;1470.00;-1.57;0.22 -3670;10;3072.16;10.10;1446.00;-1.57;0.22 -3671;10;2819.70;9.80;1463.00;-1.57;0.14 -3672;10;3521.78;10.17;1386.00;-1.57;0.22 -3673;10;3032.52;11.90;1452.00;-1.57;0.16 -3674;10;3022.16;12.58;1456.00;-1.57;0.24 -3675;10;3010.70;14.56;1464.00;-1.57;0.22 -3676;10;3202.98;14.65;1431.00;-1.57;0.22 -3677;10;914.70;11.46;1492.00;-1.57;0.26 -3678;10;908.06;10.72;1501.00;-1.57;0.22 -3679;10;2944.24;11.56;1470.00;-1.57;0.16 -3680;10;3097.98;9.80;1448.00;-1.57;0.20 -3681;10;2866.16;10.20;1465.00;-1.57;0.24 -3682;10;3537.88;11.70;1387.00;-1.57;0.28 -3683;10;3077.80;10.32;1457.00;-1.57;0.20 -3684;10;3028.24;14.32;1473.00;-1.57;0.18 -3685;10;1508.06;10.70;1568.00;-1.57;0.26 -3686;10;3334.16;9.98;1411.00;-1.57;0.24 -3687;10;1555.98;11.02;1578.00;-1.57;0.22 -3688;10;3003.16;12.91;1478.00;-1.57;0.20 -3689;10;3215.80;14.63;1439.00;-1.57;0.20 -3690;10;2959.80;11.06;1478.00;-1.57;0.20 -3691;10;1756.06;9.65;2028.00;-1.57;1.08 -3692;10;2936.34;13.70;1477.00;-1.57;0.26 -3693;10;1641.80;10.00;1562.00;-1.57;0.20 -3694;10;3181.88;11.14;1447.00;-1.57;0.28 -3695;10;4945.24;12.26;1444.00;-1.57;0.30 -3696;10;3150.16;10.69;1457.00;-1.57;0.22 -3697;10;1608.60;10.70;1576.00;-1.57;0.22 -3698;10;3424.34;10.69;1400.00;-1.57;0.26 -3699;10;1367.96;10.40;1642.00;-1.57;0.44 -3700;10;3070.80;9.71;1476.00;-1.57;0.20 -3701;10;3264.88;9.70;1429.00;-1.57;0.28 -3702;10;1614.42;11.30;1593.00;-1.57;0.20 -3703;10;3020.98;11.45;1484.00;-1.57;0.20 -3704;10;3255.52;9.70;1429.00;-1.57;0.28 -3705;10;2986.24;11.00;1485.00;-1.57;0.20 -3706;10;1045.00;12.27;1764.00;-1.57;0.82 -3707;10;3252.52;9.80;1452.00;-1.57;0.28 -3708;10;1285.50;10.70;1554.00;-1.57;0.50 -3709;10;3161.52;13.80;1457.00;-1.57;0.20 -3710;10;1681.70;9.95;1584.00;-1.57;0.16 -3711;10;3546.70;14.44;1359.00;-1.57;0.26 -3712;10;1695.60;9.70;1601.00;-1.57;0.32 -3713;10;3134.70;9.70;1474.00;-1.57;0.26 -3714;10;3441.52;15.20;1337.00;-1.57;0.26 -3715;10;1682.34;11.59;1602.00;-1.57;0.26 -3716;10;3085.42;9.99;1477.00;-1.57;0.24 -3717;10;3433.06;10.93;1407.00;-1.57;0.18 -3718;10;3065.16;9.93;1491.00;-1.57;0.14 -3719;10;1287.78;10.27;1683.00;-1.57;0.42 -3720;10;3428.16;10.80;1416.00;-1.57;0.20 -3721;10;1237.50;10.75;1751.00;-1.57;0.50 -3722;10;3338.24;9.70;1434.00;-1.57;0.28 -3723;10;4951.70;12.84;1452.00;-1.57;0.28 -3724;10;3251.52;9.75;1438.00;-1.57;0.28 -3725;10;2703.80;14.18;1363.00;-1.57;0.20 -3726;10;3540.88;10.25;1418.00;-1.57;0.26 -3727;10;2711.80;13.01;1365.00;-1.57;0.20 -3728;10;3214.34;11.35;1457.00;-1.57;0.24 -3729;10;2716.16;13.63;1381.00;-1.57;0.16 -3730;10;3148.88;9.83;1477.00;-1.57;0.24 -3731;10;3123.98;10.05;1476.00;-1.57;0.22 -3732;10;1708.24;9.70;1614.00;-1.57;0.36 -3733;10;1599.16;11.56;1598.00;-1.57;0.24 -3734;10;3417.52;9.70;1424.00;-1.57;0.28 -3735;10;2768.16;12.63;1374.00;-1.57;0.24 -3736;10;1427.84;10.75;1791.00;-1.57;1.50 -3737;10;2781.52;11.39;1381.00;-1.57;0.16 -3738;10;3299.70;9.66;1454.00;-1.57;0.24 -3739;10;4960.52;9.70;1445.00;-1.57;0.28 -3740;10;2802.34;10.75;1392.00;-1.57;0.18 -3741;10;3226.34;9.72;1455.00;-1.57;0.22 -3742;10;4451.68;13.40;1272.00;-1.57;0.34 -3743;10;3196.88;11.83;1480.00;-1.57;0.32 -3744;10;2705.16;13.98;1380.00;-1.57;0.16 -3745;10;4479.42;13.82;1266.00;-1.57;0.38 -3746;10;3510.34;11.02;1428.00;-1.57;0.24 -3747;10;1612.88;11.29;1602.00;-1.57;0.24 -3748;10;3475.98;10.72;1427.00;-1.57;0.22 -3749;10;2822.98;9.97;1392.00;-1.57;0.22 -3750;10;1230.76;11.10;1643.00;-1.57;0.54 -3751;10;2843.98;10.49;1398.00;-1.57;0.18 -3752;10;3420.98;9.70;1433.00;-1.57;0.22 -3753;10;4966.60;9.69;1457.00;-1.57;0.30 -3754;10;2850.44;12.13;1413.00;-1.57;0.16 -3755;10;3317.98;9.70;1457.00;-1.57;0.22 -3756;10;4948.24;14.12;1471.00;-1.57;0.36 -3757;10;3274.88;10.10;1475.00;-1.57;0.26 -3758;10;2751.16;9.96;1482.00;-1.57;0.18 -3759;10;3231.16;9.86;1579.00;-1.57;0.24 -3760;10;3406.52;11.20;1416.00;-1.57;0.18 -3761;10;2685.98;11.62;1389.00;-1.57;0.22 -3762;10;2897.34;12.05;1404.00;-1.57;0.26 -3763;10;1558.16;9.80;1607.00;-1.57;0.24 -3764;10;2910.98;14.47;1412.00;-1.57;0.22 -3765;10;3430.34;9.70;1440.00;-1.57;0.26 -3766;10;1494.42;10.03;1616.00;-1.57;0.38 -3767;10;3368.52;9.70;1458.00;-1.57;0.16 -3768;10;2897.62;11.44;1418.00;-1.57;0.18 -3769;10;1144.92;12.00;1733.00;-1.57;0.74 -3770;10;2869.80;12.84;1427.00;-1.57;0.20 -3771;10;2835.34;10.00;1420.00;-1.57;0.18 -3772;10;2936.16;10.46;1405.00;-1.57;0.22 -3773;10;2957.34;13.24;1412.00;-1.57;0.26 -3774;10;3521.34;9.60;1443.00;-1.57;0.26 -3775;10;1567.70;9.70;1616.00;-1.57;0.24 -3776;10;2974.52;9.70;1421.00;-1.57;0.22 -3777;10;3485.88;9.70;1445.00;-1.57;0.24 -3778;10;1628.24;10.40;1644.00;-1.57;0.22 -3779;10;3460.16;9.70;1441.00;-1.57;0.24 -3780;10;2954.52;9.95;1425.00;-1.57;0.20 -3781;10;1012.96;15.99;1661.00;-1.57;0.44 -3782;10;2931.52;10.54;1426.00;-1.57;0.14 -3783;10;4708.88;11.31;1317.00;-1.57;0.28 -3784;10;935.70;10.52;1463.00;-1.57;0.28 -3785;10;2673.80;9.50;1651.00;-1.57;0.60 -3786;10;3271.16;12.28;1325.00;-1.57;0.20 -3787;10;4880.24;9.87;1411.00;-1.57;0.22 -3788;10;3302.16;13.21;1279.00;-1.57;0.24 -3789;10;1976.10;9.50;1042.00;-1.57;0.90 -3790;10;2674.52;9.70;1272.00;-1.57;0.20 -3791;10;4829.52;13.00;1405.00;-1.57;0.28 -3792;10;697.58;9.50;1442.00;-1.57;0.74 -3793;10;556.54;9.50;1869.00;-1.57;1.16 -3794;10;2741.16;13.07;1332.00;-1.57;0.20 -3795;10;3487.22;9.70;1213.00;-1.57;0.44 -3796;10;3191.16;10.38;1387.00;-1.57;0.22 -3797;10;4498.80;9.50;748.00;-1.57;1.12 -3798;10;2676.98;10.92;1323.00;-1.57;0.22 -3799;10;2790.52;12.04;1316.00;-1.57;0.28 -3800;10;1188.16;10.90;1888.00;-1.57;0.80 -3801;10;5340.14;9.50;135.00;-1.57;1.28 -3802;10;1554.80;10.42;1545.00;-1.57;0.20 -3803;10;4812.52;14.14;1349.00;-1.57;0.26 -3804;10;5207.44;9.50;982.00;-1.57;1.16 -3805;10;4914.98;9.50;757.00;-1.57;1.02 -3806;10;1658.80;10.63;1589.00;-1.57;0.20 -3807;10;3351.06;12.50;1303.00;-1.57;0.24 -3808;10;5160.96;9.50;1591.00;-1.57;1.44 -3809;10;4419.54;9.50;754.00;-1.57;0.78 -3810;10;2729.52;11.95;1295.00;-1.57;0.16 -3811;10;4907.88;13.13;1406.00;-1.57;0.32 -3812;10;4011.54;9.50;334.00;-1.57;0.96 -3813;10;3697.36;9.50;680.00;-1.57;1.04 -3814;10;4670.52;11.00;1340.00;-1.57;0.28 -3815;10;4860.24;12.36;1419.00;-1.57;0.24 -3816;10;2794.52;10.84;1351.00;-1.57;0.24 -3817;10;3614.36;9.50;237.00;-1.57;1.04 -3818;10;2947.02;9.50;693.00;-1.57;0.78 -3819;10;3200.70;12.20;1377.00;-1.57;0.22 -3820;10;2739.16;12.78;1341.00;-1.57;0.24 -3821;10;2625.26;9.50;224.00;-1.57;0.94 -3822;10;2016.28;9.50;12.00;-1.57;0.58 -3823;10;1590.96;10.25;1504.00;-1.57;0.30 -3824;10;1620.34;9.75;1541.00;-1.57;0.20 -3825;10;2263.68;9.50;1071.00;-1.57;1.20 -3826;10;1977.06;9.50;1774.00;-1.57;0.96 -3827;10;792.90;9.50;261.00;-1.57;1.10 -3828;10;4683.42;12.00;1372.00;-1.57;0.28 -3829;10;1540.70;12.88;1538.00;-1.57;0.30 -3830;10;4659.88;10.30;1328.00;-1.57;0.24 -3831;10;741.22;9.50;256.00;-1.57;1.24 -3832;10;28.82;9.50;832.00;-1.57;0.98 -3833;10;3154.34;12.74;1350.00;-1.57;0.26 -3834;10;1074.12;12.21;1399.00;-1.57;0.60 -3835;10;2783.16;12.79;1308.00;-1.57;0.16 -3836;10;8.70;9.50;1837.00;-1.57;0.30 -3837;10;977.78;9.50;1184.00;-1.57;1.32 -3838;10;2949.34;10.67;1356.00;-1.57;0.26 -3839;10;4741.98;11.45;1337.00;-1.57;0.22 -3840;10;916.52;10.64;1471.00;-1.57;0.28 -3841;10;1172.78;9.50;870.00;-1.57;1.42 -3842;10;602.74;9.50;1928.00;-1.57;1.20 -3843;10;4865.98;10.50;1412.00;-1.57;0.22 -3844;10;3155.62;11.13;1327.00;-1.57;0.18 -3845;10;2723.80;14.29;1330.00;-1.57;0.20 -3846;10;2687.80;10.18;1295.00;-1.57;0.20 -3847;10;1601.34;11.59;1543.00;-1.57;0.24 -3848;10;5004.16;11.86;1321.00;-1.57;0.24 -3849;10;4751.98;12.69;1359.00;-1.57;0.22 -3850;10;1578.16;12.23;1551.00;-1.57;0.22 -3851;10;3269.42;10.24;1333.00;-1.57;0.14 -3852;10;4810.98;9.62;1330.00;-1.57;0.22 -3853;10;1522.70;10.90;1554.00;-1.57;0.26 -3854;10;3293.56;12.64;641.00;-1.57;0.54 -3855;10;1251.76;11.50;1566.00;-1.57;0.44 -3856;10;3272.16;13.21;1304.00;-1.57;0.24 -3857;10;3024.80;12.57;1282.00;-1.57;0.20 -3858;10;2758.16;12.18;1329.00;-1.57;0.24 -3859;10;2764.52;14.15;1349.00;-1.57;0.20 -3860;10;4821.06;14.60;1358.00;-1.57;0.20 -3861;10;2668.16;9.79;1315.00;-1.57;0.24 -3862;10;3346.24;12.33;1315.00;-1.57;0.28 -3863;10;1637.44;10.09;1555.00;-1.57;0.16 -3864;10;3160.16;10.86;1307.00;-1.57;0.22 -3865;10;3142.88;13.38;1352.00;-1.57;0.20 -3866;10;2673.80;9.76;1281.00;-1.57;0.20 -3867;10;1172.58;13.43;1406.00;-1.57;0.46 -3868;10;3072.68;9.50;1380.00;-1.57;0.28 -3869;10;1153.12;18.36;1552.00;-1.57;0.44 -3870;10;3349.24;13.35;1295.00;-1.57;0.20 -3871;10;2737.16;12.60;1290.00;-1.57;0.20 -3872;10;1496.52;10.80;1562.00;-1.57;0.28 -3873;10;2811.16;10.42;1334.00;-1.57;0.24 -3874;10;2723.16;12.40;1341.00;-1.57;0.20 -3875;10;1251.14;10.60;1430.00;-1.57;0.46 -3876;10;3293.88;13.36;1288.00;-1.57;0.24 -3877;10;4706.96;10.00;1389.00;-1.57;0.32 -3878;10;1657.16;9.61;1558.00;-1.57;0.24 -3879;10;3231.16;9.91;1341.00;-1.57;0.24 -3880;10;1580.16;11.40;1567.00;-1.57;0.20 -3881;10;4669.06;12.43;1351.00;-1.57;0.22 -3882;10;3145.52;12.09;1360.00;-1.57;0.20 -3883;10;1149.14;13.70;1429.00;-1.57;0.46 -3884;10;3116.34;10.80;1337.00;-1.57;0.24 -3885;10;2997.80;11.09;1380.00;-1.57;0.20 -3886;10;2692.98;10.50;1303.00;-1.57;0.20 -3887;10;2774.16;14.00;1357.00;-1.57;0.24 -3888;10;4768.70;11.48;1365.00;-1.57;0.26 -3889;10;3383.34;13.45;1270.00;-1.57;0.26 -3890;10;3395.70;13.58;1294.00;-1.57;0.18 -3891;10;2784.16;12.73;1318.00;-1.57;0.24 -3892;10;2699.16;12.46;1356.00;-1.57;0.20 -3893;10;3226.70;9.80;1347.00;-1.57;0.28 -3894;10;1649.80;10.43;1567.00;-1.57;0.20 -3895;10;4741.88;14.40;1344.00;-1.57;0.20 -3896;10;3120.06;13.33;1366.00;-1.57;0.24 -3897;10;1629.34;12.23;1573.00;-1.57;0.26 -3898;10;2832.16;14.28;1370.00;-1.57;0.20 -3899;10;2822.98;15.10;1373.00;-1.57;0.16 -3900;10;4670.06;9.56;1322.00;-1.57;0.34 -3901;10;3060.80;11.88;1309.00;-1.57;0.20 -3902;10;2769.52;12.74;1366.00;-1.57;0.16 -3903;10;3379.06;14.18;1320.00;-1.57;0.30 -3904;10;4804.52;13.29;1337.00;-1.57;0.22 -3905;10;3303.70;13.70;1334.00;-1.57;0.22 -3906;10;1697.42;9.70;1581.00;-1.57;0.22 -3907;10;3300.34;12.05;1313.00;-1.57;0.26 -3908;10;3176.34;13.77;1367.00;-1.57;0.20 -3909;10;2800.52;13.25;1339.00;-1.57;0.16 -3910;10;3019.34;14.91;1368.00;-1.57;0.18 -3911;10;1621.56;11.20;1725.00;-1.57;0.84 -3912;10;4778.52;12.15;1322.00;-1.57;0.22 -3913;10;4764.42;10.40;1379.00;-1.57;0.26 -3914;10;3132.52;13.65;1320.00;-1.57;0.24 -3915;10;2824.16;11.78;1380.00;-1.57;0.20 -3916;10;3491.60;10.10;1249.00;-1.57;0.40 -3917;10;1625.80;9.57;1500.00;-1.57;0.20 -3918;10;2718.80;12.05;1363.00;-1.57;0.20 -3919;10;3314.88;14.13;1341.00;-1.57;0.28 -3920;10;2726.16;12.43;1367.00;-1.57;0.16 -3921;10;3383.70;14.10;1292.00;-1.57;0.30 -3922;10;3117.52;12.74;1386.00;-1.57;0.28 -3923;10;3031.80;12.96;1353.00;-1.57;0.18 -3924;10;3066.34;10.70;1391.00;-1.57;0.16 -3925;10;1589.60;9.80;1483.00;-1.57;0.22 -3926;10;2689.16;10.66;1311.00;-1.57;0.20 -3927;10;3253.70;11.34;1292.00;-1.57;0.28 -3928;10;2909.80;9.62;1388.00;-1.57;0.20 -3929;10;4819.70;13.40;1367.00;-1.57;0.30 -3930;10;2720.52;10.99;1301.00;-1.57;0.24 -3931;10;2789.16;12.14;1376.00;-1.57;0.24 -3932;10;4777.16;10.43;1379.00;-1.57;0.24 -3933;10;2780.52;12.09;1376.00;-1.57;0.16 -3934;10;4702.34;10.05;1355.00;-1.57;0.26 -3935;10;3378.24;13.07;1328.00;-1.57;0.26 -3936;10;3172.80;10.61;1339.00;-1.57;0.20 -3937;10;3183.34;13.64;1363.00;-1.57;0.26 -3938;10;2744.80;11.40;1325.00;-1.57;0.20 -3939;10;3124.16;12.01;1386.00;-1.57;0.24 -3940;10;2699.16;12.18;1284.00;-1.57;0.24 -3941;10;1558.06;14.14;1518.00;-1.57;0.32 -3942;10;3418.40;10.55;1242.00;-1.57;0.32 -3943;10;3052.42;9.70;1393.00;-1.57;0.26 -3944;10;4846.34;9.65;1378.00;-1.57;0.20 -3945;10;2779.16;13.94;1325.00;-1.57;0.24 -3946;10;2852.16;10.35;1380.00;-1.57;0.22 -3947;10;4813.88;12.15;1386.00;-1.57;0.24 -3948;10;2834.98;9.94;1398.00;-1.57;0.22 -3949;10;4775.70;12.46;1346.00;-1.57;0.22 -3950;10;3396.88;17.45;1315.00;-1.57;0.28 -3951;10;3282.52;13.25;1318.00;-1.57;0.28 -3952;10;3189.16;13.68;1379.00;-1.57;0.18 -3953;10;2757.62;11.96;1306.00;-1.57;0.18 -3954;10;2803.16;11.15;1344.00;-1.57;0.20 -3955;10;4629.98;11.04;1338.00;-1.57;0.22 -3956;10;3116.62;13.47;1395.00;-1.57;0.18 -3957;10;1607.24;9.70;1525.00;-1.57;0.24 -3958;10;3050.98;12.94;1337.00;-1.57;0.22 -3959;10;2915.16;11.83;1398.00;-1.57;0.20 -3960;10;1296.50;9.90;1409.00;-1.57;0.38 -3961;10;2905.98;11.64;1398.00;-1.57;0.20 -3962;10;5000.96;9.50;1358.00;-1.57;0.36 -3963;10;4944.78;10.39;1499.00;-1.57;0.42 -3964;10;3360.88;12.83;1310.00;-1.57;0.30 -3965;10;3408.88;13.41;1330.00;-1.57;0.20 -3966;10;3038.62;10.93;1356.00;-1.57;0.18 -3967;10;3348.16;13.70;1352.00;-1.57;0.24 -3968;10;3058.16;12.08;1326.00;-1.57;0.14 -3969;10;2694.80;11.23;1322.00;-1.57;0.20 -3970;10;4739.70;10.22;1328.00;-1.57;0.24 -3971;10;3181.16;12.79;1376.00;-1.57;0.24 -3972;10;1237.40;11.45;1454.00;-1.57;0.52 -3973;10;3165.96;9.50;1315.00;-1.57;0.36 -3974;10;3060.98;12.84;1397.00;-1.57;0.20 -3975;10;1543.24;12.40;1523.00;-1.57;0.32 -3976;10;2969.70;13.56;1407.00;-1.57;0.26 -3977;10;4863.52;10.24;1394.00;-1.57;0.28 -3978;10;4661.06;11.30;1392.00;-1.57;0.34 -3979;10;3421.88;14.46;1330.00;-1.57;0.24 -3980;10;3141.16;12.60;1325.00;-1.57;0.24 -3981;10;4802.16;9.61;1326.00;-1.57;0.22 -3982;10;3338.34;13.48;1354.00;-1.57;0.24 -3983;10;3281.34;13.56;1302.00;-1.57;0.26 -3984;10;3128.52;11.39;1396.00;-1.57;0.18 -3985;10;3065.98;13.84;1403.00;-1.57;0.22 -3986;10;2731.16;12.63;1316.00;-1.57;0.24 -3987;10;2936.42;9.70;1202.00;-1.57;0.38 -3988;10;3168.88;9.57;1288.00;-1.57;0.24 -3989;10;4044.86;21.40;1158.00;-1.57;0.40 -3990;10;2719.30;9.50;1583.00;-1.57;0.70 -3991;10;2788.88;13.98;1216.00;-1.57;0.32 -3992;10;4619.16;9.70;1116.00;-1.57;0.24 -3993;10;1940.28;9.50;1064.00;-1.57;0.92 -3994;10;1533.14;9.80;1426.00;-1.57;0.42 -3995;10;5086.62;10.78;911.00;-1.57;0.18 -3996;10;3287.52;9.80;1146.00;-1.57;0.24 -3997;10;857.50;9.50;1367.00;-1.57;1.46 -3998;10;758.32;9.50;1618.00;-1.57;1.20 -3999;10;4268.52;14.29;1020.00;-1.57;0.26 -4000;10;4980.80;10.74;1260.00;-1.57;0.20 -4001;10;4673.16;9.70;1186.00;-1.57;0.18 -4002;10;4391.16;9.50;828.00;-1.57;1.24 -4003;10;3880.50;9.70;1048.00;-1.57;0.50 -4004;10;4798.62;11.58;1292.00;-1.57;0.18 -4005;10;4663.70;9.70;1201.00;-1.57;0.22 -4006;10;5069.88;9.92;2003.00;-1.57;2.54 -4007;10;5321.76;9.50;103.00;-1.57;1.02 -4008;10;3316.52;10.65;1258.00;-1.57;0.28 -4009;10;4563.60;9.84;1177.00;-1.57;0.32 -4010;10;4616.24;10.27;1230.00;-1.57;0.26 -4011;10;5246.50;9.50;1021.00;-1.57;1.22 -4012;10;4879.74;9.50;839.00;-1.57;0.86 -4013;10;4692.88;9.60;1114.00;-1.57;0.28 -4014;10;3040.80;10.06;1268.00;-1.57;0.20 -4015;10;5157.68;9.50;1525.00;-1.57;1.20 -4016;10;4390.18;9.50;781.00;-1.57;0.90 -4017;10;3364.70;12.58;1150.00;-1.57;0.28 -4018;10;2840.68;15.27;1218.00;-1.57;0.46 -4019;10;4281.88;11.67;978.00;-1.57;0.28 -4020;10;3940.46;9.50;413.00;-1.57;0.94 -4021;10;3684.54;9.50;632.00;-1.57;1.06 -4022;10;2686.58;12.19;1136.00;-1.57;0.54 -4023;10;4517.70;9.61;1000.00;-1.57;0.24 -4024;10;2729.16;12.10;1361.00;-1.57;0.20 -4025;10;3538.18;9.50;211.00;-1.57;1.02 -4026;10;2851.62;9.50;731.00;-1.57;0.94 -4027;10;4857.98;9.50;1201.00;-1.57;0.22 -4028;10;4517.42;9.95;1028.00;-1.57;0.26 -4029;10;1388.96;11.00;1642.00;-1.57;0.36 -4030;10;2656.28;9.50;252.00;-1.57;0.92 -4031;10;4678.70;11.00;1219.00;-1.57;0.26 -4032;10;4609.16;9.73;1283.00;-1.57;0.24 -4033;10;3253.16;11.13;797.00;-1.57;0.90 -4034;10;2797.72;9.50;1853.00;-1.57;1.08 -4035;10;1996.64;9.50;1714.00;-1.57;0.96 -4036;10;1537.38;9.50;752.00;-1.57;0.80 -4037;10;4637.34;11.60;1249.00;-1.57;0.26 -4038;10;4630.52;10.84;1116.00;-1.57;0.28 -4039;10;643.54;9.50;169.00;-1.57;1.06 -4040;10;76.78;9.50;817.00;-1.57;1.18 -4041;10;4508.50;12.10;1150.00;-1.57;0.30 -4042;10;4691.52;9.79;1155.00;-1.57;0.22 -4043;10;38.64;9.50;1837.00;-1.57;0.80 -4044;10;880.78;9.50;1147.00;-1.57;1.42 -4045;10;4052.58;10.54;1065.00;-1.57;0.40 -4046;10;2889.70;13.45;1256.00;-1.57;0.30 -4047;10;3068.52;9.85;1155.00;-1.57;0.28 -4048;10;1149.34;9.50;919.00;-1.57;1.26 -4049;10;619.66;9.50;1949.00;-1.57;0.70 -4050;10;4600.52;9.85;1023.00;-1.57;0.28 -4051;10;3009.14;10.90;1170.00;-1.57;0.28 -4052;10;4767.70;9.78;1305.00;-1.57;0.24 -4053;10;4622.98;11.94;1060.00;-1.57;0.22 -4054;10;4938.16;9.81;1220.00;-1.57;0.20 -4055;10;3290.52;9.79;1138.00;-1.57;0.20 -4056;10;4823.98;10.10;1242.00;-1.57;0.22 -4057;10;3105.52;9.80;1138.00;-1.57;0.28 -4058;10;4588.88;11.20;1262.00;-1.57;0.28 -4059;10;4287.70;10.03;968.00;-1.57;0.28 -4060;10;3191.34;9.90;1161.00;-1.57;0.26 -4061;10;2946.24;14.43;1239.00;-1.57;0.36 -4062;10;4175.88;9.83;1007.00;-1.57;0.32 -4063;10;3144.70;11.73;1180.00;-1.57;0.26 -4064;10;3924.60;9.70;1041.00;-1.57;0.40 -4065;10;2776.16;10.87;1274.00;-1.57;0.24 -4066;10;4596.24;11.21;1214.00;-1.57;0.30 -4067;10;4996.24;10.85;1296.00;-1.57;0.30 -4068;10;3343.78;12.92;1059.00;-1.57;0.42 -4069;10;4955.16;11.15;1236.00;-1.57;0.22 -4070;10;4659.80;10.73;1102.00;-1.57;0.20 -4071;10;4656.34;11.90;1257.00;-1.57;0.26 -4072;10;3966.96;11.20;978.00;-1.57;0.32 -4073;10;3309.80;10.32;1143.00;-1.57;0.20 -4074;10;4543.24;14.23;1297.00;-1.57;0.36 -4075;10;4456.70;9.70;984.00;-1.57;0.26 -4076;10;3278.88;9.65;1161.00;-1.57;0.28 -4077;10;4482.60;10.19;1029.00;-1.57;0.32 -4078;10;3154.16;12.55;1279.00;-1.57;0.22 -4079;10;4623.52;9.70;1192.00;-1.57;0.28 -4080;10;2708.16;9.68;1272.00;-1.57;0.24 -4081;10;4611.70;10.88;1057.00;-1.57;0.26 -4082;10;4671.52;9.70;1214.00;-1.57;0.26 -4083;10;4615.16;10.43;1103.00;-1.57;0.24 -4084;10;2714.60;12.77;1195.00;-1.57;0.30 -4085;10;4473.32;11.86;1051.00;-1.57;0.30 -4086;10;4816.98;11.35;1243.00;-1.57;0.22 -4087;10;4297.14;10.48;1073.00;-1.57;0.46 -4088;10;3347.98;10.35;1165.00;-1.57;0.20 -4089;10;4657.98;9.72;1276.00;-1.57;0.22 -4090;10;3906.24;9.77;996.00;-1.57;0.36 -4091;10;4694.88;9.70;1184.00;-1.57;0.24 -4092;10;4557.42;11.45;1027.00;-1.57;0.24 -4093;10;4590.70;11.30;1288.00;-1.57;0.26 -4094;10;4895.98;11.62;1212.00;-1.57;0.20 -4095;10;2759.16;12.51;1280.00;-1.57;0.24 -4096;10;4700.80;10.28;1034.00;-1.57;0.20 -4097;10;2749.96;11.82;1220.00;-1.57;0.26 -4098;10;2794.80;10.15;1290.00;-1.57;0.20 -4099;10;4682.88;9.50;1097.00;-1.57;0.24 -4100;10;4997.98;9.70;1250.00;-1.57;0.20 -4101;10;4711.80;9.75;940.00;-1.57;0.20 -4102;10;4841.26;9.70;1168.00;-1.57;0.14 -4103;10;4814.80;11.75;1264.00;-1.57;0.20 -4104;10;4161.14;10.48;999.00;-1.57;0.30 -4105;10;4667.88;11.33;1161.00;-1.57;0.22 -4106;10;3993.24;10.83;1035.00;-1.57;0.36 -4107;10;4763.88;9.70;1287.00;-1.57;0.24 -4108;10;2686.68;15.66;1159.00;-1.57;0.52 -4109;10;3178.16;10.24;1287.00;-1.57;0.24 -4110;10;3885.24;9.70;1066.00;-1.57;0.36 -4111;10;3375.88;12.54;1206.00;-1.57;0.28 -4112;10;3228.60;9.76;1292.00;-1.57;0.24 -4113;10;4647.34;10.67;1093.00;-1.57;0.26 -4114;10;4595.34;9.79;1236.00;-1.57;0.26 -4115;10;3361.88;12.18;1137.00;-1.57;0.32 -4116;10;2786.34;12.00;1232.00;-1.57;0.26 -4117;10;3039.68;10.38;1146.00;-1.57;0.42 -4118;10;5001.88;10.84;1271.00;-1.57;0.24 -4119;10;4468.34;9.60;982.00;-1.57;0.24 -4120;10;3125.16;10.21;1165.00;-1.57;0.22 -4121;10;4480.88;10.44;1007.00;-1.57;0.32 -4122;10;4987.52;12.54;1271.00;-1.57;0.24 -4123;10;4667.98;9.70;1207.00;-1.57;0.22 -4124;10;3335.34;9.92;1259.00;-1.57;0.26 -4125;10;4550.24;11.75;1070.00;-1.57;0.34 -4126;10;4790.70;11.50;1241.00;-1.57;0.26 -4127;10;3308.88;11.66;1265.00;-1.57;0.28 -4128;10;3131.84;10.93;552.00;-1.57;0.76 -4129;10;2966.16;9.91;1234.00;-1.57;0.24 -4130;10;4569.24;9.70;1142.00;-1.57;0.36 -4131;10;2867.88;13.03;1250.00;-1.57;0.28 -4132;10;3924.50;9.70;992.00;-1.57;0.36 -4133;10;3142.88;9.70;1147.00;-1.57;0.32 -4134;10;4497.78;10.30;1041.00;-1.57;0.28 -4135;10;2719.80;10.54;1254.00;-1.57;0.20 -4136;10;3185.98;11.11;1173.00;-1.57;0.18 -4137;10;4636.62;9.61;1301.00;-1.57;0.18 -4138;10;3278.66;10.10;990.00;-1.57;0.74 -4139;10;2688.68;13.70;1179.00;-1.57;0.40 -4140;10;4615.70;10.10;1320.00;-1.57;0.26 -4141;10;4483.78;15.07;1126.00;-1.57;0.38 -4142;10;4935.80;9.90;1230.00;-1.57;0.20 -4143;10;3300.34;10.84;1128.00;-1.57;0.26 -4144;10;4593.88;9.91;1246.00;-1.57;0.32 -4145;10;3270.34;9.80;1154.00;-1.57;0.26 -4146;10;2853.60;13.17;1247.00;-1.57;0.26 -4147;10;4268.42;11.76;988.00;-1.57;0.32 -4148;10;4662.16;9.70;1187.00;-1.57;0.24 -4149;10;3961.94;11.42;1065.00;-1.57;0.32 -4150;10;2800.78;13.19;1230.00;-1.57;0.32 -4151;10;3145.62;10.75;1190.00;-1.57;0.18 -4152;10;4536.78;11.25;1032.00;-1.57;0.28 -4153;10;4993.52;12.14;1283.00;-1.57;0.28 -4154;10;2760.96;15.33;1196.00;-1.57;0.44 -4155;10;1799.52;9.50;1160.00;-1.57;0.28 -4156;10;4588.52;10.14;1089.00;-1.57;0.28 -4157;10;4673.34;11.26;1248.00;-1.57;0.24 -4158;10;4611.34;9.80;1177.00;-1.57;0.26 -4159;10;3042.98;10.22;1283.00;-1.57;0.22 -4160;10;4526.16;9.70;980.00;-1.57;0.22 -4161;10;3339.80;10.13;1156.00;-1.57;0.20 -4162;10;4210.24;10.00;1031.00;-1.57;0.30 -4163;10;2943.34;10.70;1261.00;-1.57;0.26 -4164;10;4845.44;11.37;1196.00;-1.57;0.16 -4165;10;4616.80;11.66;1035.00;-1.57;0.20 -4166;10;1438.40;9.70;1629.00;-1.57;0.48 -4167;10;4491.60;13.81;1187.00;-1.57;0.40 -4168;10;1601.42;9.70;1460.00;-1.57;0.30 -4169;10;4669.60;9.67;1084.00;-1.57;0.28 -4170;10;3210.88;9.51;1233.00;-1.57;0.16 -4171;10;3297.32;11.93;609.00;-1.57;0.48 -4172;10;4939.80;9.70;1240.00;-1.57;0.20 -4173;10;4665.98;10.55;1151.00;-1.57;0.22 -4174;10;4557.88;13.60;1278.00;-1.57;0.32 -4175;10;4355.06;11.45;982.00;-1.57;0.34 -4176;10;3041.34;9.82;1158.00;-1.57;0.26 -4177;10;4490.52;10.05;1010.00;-1.57;0.28 -4178;10;3163.52;10.79;1266.00;-1.57;0.28 -4179;10;4883.98;10.98;1209.00;-1.57;0.20 -4180;10;385.88;12.04;1028.00;-1.57;0.26 -4181;10;4648.80;11.40;1237.00;-1.57;0.20 -4182;10;2729.80;10.93;1274.00;-1.57;0.20 -4183;10;4595.06;11.31;1076.00;-1.57;0.26 -4184;10;4993.80;9.70;1235.00;-1.57;0.20 -4185;10;4635.70;9.76;1124.00;-1.57;0.28 -4186;10;4693.52;9.55;1265.00;-1.57;0.28 -4187;10;3952.60;10.66;983.00;-1.57;0.38 -4188;10;4998.34;9.65;1243.00;-1.57;0.16 -4189;10;4575.16;9.58;1012.00;-1.57;0.24 -4190;10;4599.34;11.30;1284.00;-1.57;0.26 -4191;10;3172.12;11.00;1011.00;-1.57;1.68 -4192;10;4437.86;14.95;1075.00;-1.57;0.34 -4193;10;3143.34;9.78;1283.00;-1.57;0.22 -4194;10;3020.80;12.91;1183.00;-1.57;0.20 -4195;10;2773.80;13.34;1289.00;-1.57;0.20 -4196;10;4670.52;9.50;1073.00;-1.57;0.28 -4197;10;4892.16;9.76;1228.00;-1.57;0.18 -4198;10;4852.06;9.50;1146.00;-1.57;0.32 -4199;10;2739.34;13.24;1229.00;-1.57;0.22 -4200;10;3130.78;9.63;1140.00;-1.57;0.42 -4202;10;4293.88;10.28;988.00;-1.57;0.32 -4203;10;4618.88;10.60;1165.00;-1.57;0.32 -4204;10;4173.06;9.70;1024.00;-1.57;0.34 -4205;10;4714.52;10.40;1274.00;-1.57;0.26 -4206;10;3350.80;10.11;1174.00;-1.57;0.20 -4207;10;4608.16;12.45;1034.00;-1.57;0.24 -4208;10;4592.70;13.26;1305.00;-1.57;0.22 -4209;10;3855.14;9.92;1655.00;-1.57;0.46 -4210;10;4353.60;13.41;1024.00;-1.57;0.40 -4211;10;4492.16;10.06;604.00;-1.57;0.22 -4212;10;2699.08;9.50;1552.00;-1.57;1.12 -4213;10;2560.94;9.50;1229.00;-1.57;1.00 -4214;10;4710.26;10.67;930.00;-1.57;0.14 -4215;10;3729.24;9.80;1557.00;-1.57;0.36 -4216;10;4554.78;10.97;674.00;-1.57;0.30 -4217;10;1974.92;9.50;1090.00;-1.57;0.88 -4218;10;1244.38;10.10;1773.00;-1.57;0.52 -4219;10;4077.24;9.76;749.00;-1.57;0.26 -4220;10;459.22;9.50;1344.00;-1.57;1.22 -4221;10;729.86;9.50;1582.00;-1.57;0.94 -4222;10;4604.12;12.30;1415.00;-1.57;0.40 -4223;10;4450.24;9.60;813.00;-1.57;0.26 -4224;10;4005.56;9.94;1375.00;-1.57;0.24 -4225;10;4483.10;9.50;590.00;-1.57;0.90 -4226;10;5238.62;9.77;538.00;-1.57;0.10 -4227;10;3775.40;9.90;1470.00;-1.57;0.36 -4228;10;4740.98;9.52;855.00;-1.57;0.22 -4229;10;5084.72;11.52;1886.00;-1.57;2.16 -4230;10;5272.74;9.50;77.00;-1.57;1.02 -4231;10;5422.68;9.50;308.00;-1.57;0.40 -4232;10;3936.04;9.80;1526.00;-1.57;0.36 -4233;10;4706.80;10.48;910.00;-1.57;0.20 -4234;10;5193.74;9.50;1033.00;-1.57;0.86 -4235;10;4933.52;9.50;800.00;-1.57;1.14 -4236;10;4628.24;10.85;674.00;-1.57;0.36 -4237;10;4089.14;9.75;929.00;-1.57;0.36 -4238;10;3878.40;10.35;1560.00;-1.57;0.38 -4239;10;5107.70;9.50;1464.00;-1.57;1.30 -4240;10;4423.88;9.50;798.00;-1.57;1.28 -4241;10;4765.98;9.52;760.00;-1.57;0.22 -4242;10;3797.22;9.97;1639.00;-1.57;0.40 -4243;10;3951.26;9.50;366.00;-1.57;1.14 -4244;10;3739.10;9.50;602.00;-1.57;0.90 -4245;10;4183.98;9.90;1016.00;-1.57;0.22 -4246;10;4878.84;11.91;1521.00;-1.57;0.54 -4247;10;5449.52;9.50;340.00;-1.57;0.28 -4248;10;3587.34;9.50;221.00;-1.57;0.88 -4249;10;2869.44;9.50;688.00;-1.57;0.92 -4250;10;3939.86;10.80;1490.00;-1.57;0.54 -4251;10;4418.88;9.88;867.00;-1.57;0.32 -4252;10;5294.50;10.25;521.00;-1.57;0.32 -4253;10;2648.26;9.50;295.00;-1.57;0.96 -4254;10;3697.96;10.00;1492.00;-1.57;0.40 -4255;10;4504.80;10.42;886.00;-1.57;0.18 -4256;10;4502.60;11.50;1199.00;-1.57;0.32 -4257;10;2415.70;9.50;1020.00;-1.57;1.30 -4258;10;2091.40;9.50;1627.00;-1.57;1.60 -4259;10;1522.36;9.50;704.00;-1.57;1.04 -4260;10;4457.70;10.56;927.00;-1.57;0.26 -4261;10;3712.50;9.80;1544.00;-1.57;0.38 -4262;10;4699.16;13.05;665.00;-1.57;0.24 -4263;10;601.00;9.50;177.00;-1.57;1.00 -4264;10;137.66;9.50;815.00;-1.57;0.92 -4265;10;3708.42;13.35;1605.00;-1.57;0.38 -4266;10;4754.88;10.48;745.00;-1.57;0.24 -4267;10;895.42;9.50;1097.00;-1.57;1.38 -4268;10;5411.60;9.53;290.00;-1.57;0.24 -4269;10;4757.62;9.50;813.00;-1.57;0.18 -4270;10;1643.42;9.94;1643.00;-1.57;0.30 -4271;10;1087.96;9.50;935.00;-1.57;1.04 -4272;10;1090.48;9.60;2029.00;-1.57;0.14 -4273;10;4606.42;12.27;518.00;-1.57;0.38 -4274;10;907.42;13.61;1616.00;-1.57;0.36 -4275;10;4352.60;9.95;834.00;-1.57;0.40 -4276;10;4447.34;10.29;585.00;-1.57;0.26 -4277;10;3863.40;10.30;1502.00;-1.57;0.52 -4278;10;3987.60;10.90;888.00;-1.57;0.38 -4279;10;4515.06;10.16;651.00;-1.57;0.34 -4280;10;4064.88;9.80;928.00;-1.57;0.32 -4281;10;3894.32;10.00;1542.00;-1.57;0.48 -4282;10;4631.70;9.97;751.00;-1.57;0.30 -4283;10;3659.32;10.50;1590.00;-1.57;0.30 -4284;10;4448.80;9.87;801.00;-1.57;0.20 -4285;10;1784.96;9.75;1652.00;-1.57;0.44 -4286;10;5592.14;9.70;362.00;-1.57;0.32 -4287;10;1742.06;10.70;1673.00;-1.57;0.34 -4288;10;4695.96;10.62;860.00;-1.57;0.32 -4289;10;5098.98;10.61;510.00;-1.57;0.22 -4290;10;4964.02;10.20;1542.00;-1.57;0.60 -4291;10;3969.88;14.98;901.00;-1.57;0.32 -4292;10;5277.80;10.50;499.00;-1.57;0.20 -4293;10;4326.16;10.20;935.00;-1.57;0.24 -4294;10;3693.32;9.98;1529.00;-1.57;0.48 -4295;10;4469.14;14.05;1197.00;-1.57;0.38 -4296;10;883.60;12.28;1693.00;-1.57;0.38 -4297;10;4387.98;10.97;743.00;-1.57;0.22 -4298;10;3653.20;9.90;1791.00;-1.57;0.80 -4299;10;4076.24;10.28;1095.00;-1.57;0.36 -4300;10;3780.86;9.83;1443.00;-1.57;0.38 -4301;10;4700.34;9.74;511.00;-1.57;0.18 -4302;10;4434.88;10.11;863.00;-1.57;0.32 -4303;10;3754.50;9.70;1459.00;-1.57;0.44 -4304;10;5148.16;9.66;561.00;-1.57;0.24 -4305;10;1767.22;11.07;1708.00;-1.57;0.54 -4306;10;4580.04;9.71;538.00;-1.57;0.48 -4307;10;4689.88;9.58;661.00;-1.57;0.20 -4308;10;4670.80;10.80;615.00;-1.57;0.20 -4309;10;3854.78;10.40;1556.00;-1.57;0.42 -4310;10;4392.34;11.87;732.00;-1.57;0.26 -4311;10;3718.68;15.57;1590.00;-1.57;0.42 -4312;10;4364.16;9.73;789.00;-1.57;0.24 -4313;10;4410.14;17.86;1223.00;-1.57;0.38 -4314;10;3686.12;10.40;1773.00;-1.57;0.48 -4315;10;4012.14;14.10;836.00;-1.57;0.26 -4316;10;3975.86;16.36;1347.00;-1.57;0.38 -4317;10;5108.70;14.33;516.00;-1.57;0.24 -4318;10;4335.14;14.82;1098.00;-1.57;0.46 -4319;10;4358.34;10.12;883.00;-1.57;0.26 -4320;10;4441.52;10.34;567.00;-1.57;0.28 -4321;10;4062.42;9.65;907.00;-1.57;0.32 -4322;10;3669.06;9.90;1542.00;-1.57;0.34 -4323;10;4627.42;10.30;652.00;-1.57;0.38 -4324;10;3641.06;9.90;1589.00;-1.57;0.30 -4325;10;4479.68;12.26;1098.00;-1.57;0.30 -4326;10;3667.88;10.04;1722.00;-1.57;0.32 -4327;10;4023.34;10.01;788.00;-1.57;0.26 -4328;10;893.60;11.35;1627.00;-1.57;0.38 -4329;10;5106.16;9.91;500.00;-1.57;0.20 -4330;10;4462.70;10.30;838.00;-1.57;0.26 -4331;10;926.14;14.65;1573.00;-1.57;0.30 -4332;10;5143.98;9.70;553.00;-1.57;0.18 -4333;10;3951.24;9.80;1517.00;-1.57;0.36 -4334;10;4508.62;9.78;868.00;-1.57;0.18 -4335;10;4544.96;10.55;639.00;-1.57;0.44 -4336;10;4326.98;9.60;922.00;-1.57;0.22 -4337;10;3834.50;10.10;1531.00;-1.57;0.40 -4338;10;4628.34;10.85;721.00;-1.57;0.26 -4339;10;4426.34;12.55;966.00;-1.57;0.26 -4340;10;3795.50;10.00;1598.00;-1.57;0.38 -4341;10;4446.80;9.75;789.00;-1.57;0.20 -4342;10;1767.68;9.65;1648.00;-1.57;0.36 -4343;10;953.84;12.75;1762.00;-1.57;0.74 -4344;10;3996.52;13.09;846.00;-1.57;0.28 -4345;10;1654.50;10.30;1655.00;-1.57;0.42 -4346;10;5122.16;10.39;492.00;-1.57;0.22 -4347;10;922.86;13.80;1595.00;-1.57;0.54 -4348;10;4352.88;10.11;878.00;-1.57;0.28 -4349;10;4683.16;10.03;565.00;-1.57;0.24 -4350;10;4690.62;11.48;923.00;-1.57;0.18 -4351;10;3654.24;9.70;1516.00;-1.57;0.36 -4352;10;5157.42;9.50;607.00;-1.57;0.22 -4353;10;3982.14;11.48;946.00;-1.57;0.30 -4354;10;3671.24;9.90;1581.00;-1.57;0.36 -4355;10;4417.80;10.01;719.00;-1.57;0.20 -4356;10;3646.52;9.80;1677.00;-1.57;0.26 -4357;10;4895.80;11.26;772.00;-1.57;0.20 -4358;10;4748.16;10.48;492.00;-1.57;0.20 -4359;10;4418.88;11.04;835.00;-1.57;0.24 -4360;10;1826.20;9.70;1666.00;-1.57;0.44 -4361;10;4449.16;9.50;564.00;-1.57;0.24 -4362;10;1751.40;10.64;1688.00;-1.57;0.42 -4363;10;4488.98;10.72;871.00;-1.57;0.22 -4364;10;4436.60;10.30;616.00;-1.57;0.18 -4365;10;4049.24;9.80;907.00;-1.57;0.32 -4366;10;4014.76;9.80;1641.00;-1.57;0.64 -4367;10;4421.96;9.67;687.00;-1.57;0.24 -4368;10;4692.70;12.59;934.00;-1.57;0.22 -4369;10;3839.86;10.20;1589.00;-1.57;0.46 -4370;10;2756.94;9.50;1533.00;-1.57;0.52 -4371;10;4367.80;10.28;766.00;-1.57;0.20 -4372;10;3678.42;10.00;1678.00;-1.57;0.30 -4373;10;4762.52;11.83;830.00;-1.57;0.24 -4374;10;3776.22;12.05;1456.00;-1.57;0.38 -4375;10;4420.42;11.65;1165.00;-1.57;0.38 -4376;10;3767.04;9.77;1486.00;-1.57;0.42 -4377;10;4740.24;9.50;868.00;-1.57;0.24 -4378;10;5236.16;10.77;545.00;-1.57;0.20 -4379;10;4483.70;11.77;911.00;-1.57;0.24 -4380;10;877.52;10.94;1631.00;-1.57;0.28 -4381;10;4429.88;9.76;609.00;-1.57;0.28 -4382;10;3892.96;9.70;1082.00;-1.57;0.44 -4383;10;3713.04;11.96;1557.00;-1.57;0.44 -4384;10;4394.98;10.88;709.00;-1.57;0.22 -4385;10;868.68;11.14;1744.00;-1.57;0.48 -4386;10;4113.38;16.25;1108.00;-1.57;0.46 -4387;10;5521.62;12.11;654.00;-1.57;0.18 -4388;10;4358.98;9.50;826.00;-1.57;0.22 -4389;10;3934.84;10.80;1468.00;-1.57;0.60 -4390;10;4550.52;10.29;539.00;-1.57;0.20 -4391;10;4050.68;15.74;1363.00;-1.57;0.52 -4392;10;4359.98;10.05;858.00;-1.57;0.22 -4393;10;5070.34;9.79;577.00;-1.57;0.26 -4394;10;3728.14;9.88;1507.00;-1.57;0.40 -4395;10;3960.06;11.69;912.00;-1.57;0.34 -4396;10;4573.96;10.50;689.00;-1.57;0.44 -4397;10;4453.52;9.84;949.00;-1.57;0.24 -4398;10;878.88;10.18;1674.00;-1.57;0.32 -4399;10;4716.62;10.17;771.00;-1.57;0.18 -4400;10;3641.60;10.11;1644.00;-1.57;0.28 -4401;10;4473.98;9.60;822.00;-1.57;0.22 -4402;10;1438.60;10.40;1487.00;-1.57;0.34 -4403;10;4411.76;18.30;1206.00;-1.57;0.50 -4404;10;4993.42;11.90;1508.00;-1.57;0.38 -4405;10;4509.80;9.84;856.00;-1.57;0.20 -4406;10;4477.06;11.37;544.00;-1.57;0.20 -4407;10;4346.50;20.45;1146.00;-1.57;0.50 -4408;10;4343.52;11.15;913.00;-1.57;0.28 -4409;10;4536.60;9.65;608.00;-1.57;0.34 -4410;10;4069.14;11.56;1037.00;-1.57;0.46 -4411;10;3755.40;9.99;1573.00;-1.57;0.56 -4412;10;4400.52;10.40;689.00;-1.57;0.28 -4413;10;906.88;11.97;1732.00;-1.57;0.32 -4414;10;4018.42;10.95;883.00;-1.57;0.34 -4415;10;4881.24;10.30;450.00;-1.57;0.36 -4416;10;4038.34;12.94;811.00;-1.57;0.26 -4417;10;1676.78;11.12;1656.00;-1.57;0.30 -4418;10;5099.70;12.55;534.00;-1.57;0.26 -4419;10;1667.40;10.25;1704.00;-1.57;0.60 -4420;10;4035.16;10.76;848.00;-1.57;0.24 -4421;10;5193.62;10.88;579.00;-1.57;0.18 -4422;10;1793.12;10.80;1712.00;-1.57;0.52 -4423;10;4696.80;10.50;911.00;-1.57;0.20 -4424;10;4416.52;10.10;677.00;-1.57;0.28 -4425;10;4331.24;12.95;1057.00;-1.57;0.36 -4426;10;1313.22;10.80;1752.00;-1.57;0.58 -4427;10;4751.16;10.86;762.00;-1.57;0.22 -4428;10;896.96;9.89;1721.00;-1.57;0.12 -4429;10;4656.88;9.64;799.00;-1.57;0.32 -4430;10;1862.48;9.50;1663.00;-1.57;0.72 -4431;10;4470.22;17.03;1120.00;-1.57;0.34 -4432;10;1790.32;9.50;1683.00;-1.57;0.48 -4433;10;4388.52;9.70;854.00;-1.57;0.20 -4434;10;4503.88;9.70;531.00;-1.57;0.24 -4435;10;4188.34;16.96;1097.00;-1.57;0.26 -4436;10;1989.50;9.80;359.00;-1.57;0.38 -4437;10;1448.70;10.00;1555.00;-1.57;0.30 -4438;10;2656.68;9.50;1526.00;-1.57;1.26 -4439;10;2433.54;9.50;1104.00;-1.57;1.06 -4440;10;3400.24;11.58;1186.00;-1.57;0.36 -4441;10;4900.32;10.55;411.00;-1.57;0.48 -4442;10;1544.70;10.46;1563.00;-1.57;0.26 -4443;10;1899.36;9.50;1118.00;-1.57;1.04 -4444;10;1379.60;9.89;1441.00;-1.57;0.36 -4445;10;1673.96;10.92;1618.00;-1.57;0.42 -4446;10;4361.78;11.99;663.00;-1.57;0.28 -4447;10;771.40;9.50;1212.00;-1.57;1.32 -4448;10;758.80;9.50;1471.00;-1.57;1.18 -4449;10;1402.60;9.84;1494.00;-1.57;0.40 -4450;10;1837.60;9.50;1143.00;-1.57;0.38 -4451;10;4654.34;9.50;586.00;-1.57;1.10 -4452;10;1499.70;10.70;1512.00;-1.57;0.28 -4453;10;5100.50;9.95;191.00;-1.57;0.46 -4454;10;4272.88;12.19;1032.00;-1.57;0.32 -4455;10;5257.84;10.23;1928.00;-1.57;2.76 -4456;10;5206.08;9.50;97.00;-1.57;1.12 -4457;10;1904.68;9.70;305.00;-1.57;0.46 -4458;10;3568.52;10.34;1349.00;-1.57;0.28 -4459;10;4131.96;12.39;1087.00;-1.57;0.44 -4460;10;5156.70;9.50;1034.00;-1.57;1.20 -4461;10;4955.90;9.50;836.00;-1.57;1.02 -4462;10;4921.58;10.30;415.00;-1.57;0.32 -4463;10;3555.88;9.73;1369.00;-1.57;0.26 -4464;10;1411.34;9.70;1376.00;-1.57;0.26 -4465;10;5071.00;9.50;1421.00;-1.57;0.98 -4466;10;4547.12;9.50;827.00;-1.57;1.12 -4467;10;3934.32;18.03;1309.00;-1.57;0.32 -4468;10;4867.26;10.48;635.00;-1.57;0.68 -4469;10;4562.70;14.16;1294.00;-1.57;0.30 -4470;10;3964.64;9.50;324.00;-1.57;0.92 -4471;10;3638.28;9.50;624.00;-1.57;0.92 -4472;10;4047.24;10.00;936.00;-1.57;0.36 -4473;10;3567.24;10.38;1301.00;-1.57;0.32 -4474;10;3562.52;9.50;146.00;-1.57;1.20 -4475;10;2821.82;9.50;691.00;-1.57;0.80 -4476;10;1591.32;9.65;1219.00;-1.57;0.48 -4477;10;3554.06;10.38;1332.00;-1.57;0.26 -4478;10;5117.50;11.10;176.00;-1.57;0.50 -4479;10;2597.52;9.50;315.00;-1.57;1.16 -4480;10;4524.06;12.28;1080.00;-1.57;0.34 -4481;10;5146.78;10.38;277.00;-1.57;0.32 -4482;10;3783.78;10.10;1280.00;-1.57;0.42 -4483;10;2465.44;9.50;1021.00;-1.57;1.16 -4484;10;2034.04;9.50;1647.00;-1.57;1.56 -4485;10;1566.08;9.50;711.00;-1.57;1.12 -4486;10;3382.06;13.57;1190.00;-1.57;0.34 -4487;10;4915.30;10.10;392.00;-1.57;0.64 -4488;10;3786.04;9.80;1386.00;-1.57;0.56 -4489;10;653.70;9.50;218.00;-1.57;0.94 -4490;10;87.14;9.50;863.00;-1.57;1.06 -4491;10;1542.88;9.85;1445.00;-1.57;0.32 -4492;10;3924.94;11.00;1424.00;-1.57;0.56 -4493;10;4727.60;9.50;633.00;-1.57;0.34 -4494;10;936.98;9.50;1129.00;-1.57;1.22 -4495;10;4626.96;13.57;1369.00;-1.57;0.44 -4496;10;4370.88;10.90;958.00;-1.57;0.32 -4497;10;1076.52;9.50;987.00;-1.57;1.28 -4498;10;649.22;9.50;1849.00;-1.57;1.18 -4499;10;3790.40;10.10;1347.00;-1.57;0.50 -4500;10;5100.96;10.24;174.00;-1.57;0.44 -4501;10;4415.32;13.59;1032.00;-1.57;0.46 -4502;10;5136.24;10.40;267.00;-1.57;0.36 -4503;10;4753.78;10.25;1407.00;-1.57;0.36 -4504;10;4455.78;13.45;1079.00;-1.57;0.42 -4505;10;5037.42;9.90;413.00;-1.57;0.32 -4506;10;4748.24;10.69;1442.00;-1.57;0.36 -4507;10;1374.78;9.71;1360.00;-1.57;0.36 -4508;10;1435.24;10.50;1531.00;-1.57;0.32 -4509;10;4951.68;10.30;615.00;-1.57;0.42 -4510;10;1398.50;10.30;1432.00;-1.57;0.38 -4511;10;4435.60;10.29;927.00;-1.57;0.40 -4512;10;3440.78;11.92;1281.00;-1.57;0.24 -4513;10;4120.60;10.89;1005.00;-1.57;0.26 -4514;10;4697.78;10.25;1380.00;-1.57;0.32 -4515;10;3221.86;12.55;485.00;-1.57;0.54 -4516;10;4138.78;10.45;1062.00;-1.57;0.34 -4517;10;5102.12;11.20;266.00;-1.57;0.44 -4518;10;941.42;9.80;1477.00;-1.57;0.36 -4519;10;4554.70;9.80;1192.00;-1.57;0.30 -4520;10;5055.58;10.95;389.00;-1.57;0.40 -4521;10;972.12;14.71;1506.00;-1.57;0.58 -4522;10;1355.78;10.36;1408.00;-1.57;0.32 -4523;10;3654.48;9.80;1400.00;-1.57;0.48 -4524;10;4901.42;9.50;613.00;-1.57;0.38 -4525;10;4530.50;13.45;1343.00;-1.57;0.50 -4526;10;1729.76;10.08;1046.00;-1.57;0.60 -4527;10;1478.16;10.10;1526.00;-1.57;0.24 -4528;10;3087.30;12.56;166.00;-1.57;0.70 -4529;10;4423.42;12.00;994.00;-1.57;0.38 -4530;10;5140.78;10.82;251.00;-1.57;0.36 -4531;10;1450.70;10.70;1541.00;-1.57;0.30 -4532;10;4474.68;12.16;1065.00;-1.57;0.36 -4533;10;2040.04;10.28;442.00;-1.57;0.56 -4534;10;3510.34;13.73;1359.00;-1.57;0.26 -4535;10;1385.88;10.30;1360.00;-1.57;0.32 -4536;10;4354.22;21.35;1240.00;-1.57;0.58 -4537;10;4703.52;10.79;611.00;-1.57;0.28 -4538;10;4580.24;10.38;1271.00;-1.57;0.32 -4539;10;4451.70;10.00;912.00;-1.57;0.28 -4540;10;1407.96;10.40;1479.00;-1.57;0.44 -4541;10;4289.70;12.20;998.00;-1.57;0.28 -4542;10;3918.96;18.97;1303.00;-1.57;0.36 -4543;10;5551.06;9.96;196.00;-1.57;0.32 -4544;10;4148.96;10.70;1052.00;-1.57;0.34 -4545;10;3563.06;14.66;1342.00;-1.57;0.34 -4546;10;5122.50;10.55;254.00;-1.57;0.48 -4547;10;4545.52;9.90;1199.00;-1.57;0.28 -4548;10;2032.94;10.58;405.00;-1.57;0.60 -4549;10;3822.12;10.65;1271.00;-1.57;0.60 -4550;10;3385.96;13.00;1215.00;-1.57;0.32 -4551;10;4887.32;9.70;1469.00;-1.57;0.30 -4552;10;4959.32;11.21;606.00;-1.57;0.24 -4553;10;3566.86;15.20;1265.00;-1.57;0.44 -4554;10;4480.70;11.61;889.00;-1.57;0.24 -4555;10;4626.86;12.60;1427.00;-1.57;0.52 -4556;10;3253.84;16.79;166.00;-1.57;0.76 -4557;10;4061.78;10.40;984.00;-1.57;0.42 -4558;10;3941.40;19.84;1250.00;-1.57;0.52 -4559;10;4390.78;15.10;1071.00;-1.57;0.40 -4560;10;5091.76;10.45;346.00;-1.57;0.46 -4561;10;4733.04;10.80;1429.00;-1.57;0.44 -4562;10;3532.96;10.12;1138.00;-1.57;0.44 -4563;10;3648.84;9.55;1365.00;-1.57;0.60 -4564;10;4717.86;9.50;593.00;-1.57;0.54 -4565;10;1405.78;10.40;1404.00;-1.57;0.38 -4566;10;4355.24;10.65;898.00;-1.57;0.36 -4567;10;1341.42;12.57;1467.00;-1.57;0.38 -4568;10;4385.68;11.62;986.00;-1.57;0.46 -4569;10;1394.42;10.15;1508.00;-1.57;0.38 -4570;10;2159.04;10.55;563.00;-1.57;0.56 -4571;10;4129.78;10.81;1052.00;-1.57;0.36 -4572;10;4760.96;10.10;1397.00;-1.57;0.32 -4573;10;1903.68;9.70;257.00;-1.57;0.38 -4574;10;3376.88;11.81;1168.00;-1.57;0.24 -4575;10;1937.20;9.80;375.00;-1.57;0.64 -4576;10;5029.40;9.86;1415.00;-1.57;0.48 -4577;10;1332.78;10.40;1397.00;-1.57;0.34 -4578;10;3824.32;11.75;1394.00;-1.57;0.40 -4579;10;4904.80;10.40;553.46;-1.57;0.96 -4580;10;3606.32;14.42;1257.00;-1.57;0.36 -4581;10;3783.40;9.80;1422.00;-1.57;0.60 -4582;10;4391.34;10.10;897.00;-1.57;0.26 -4583;10;3495.88;14.33;1316.00;-1.57;0.32 -4584;10;3232.00;14.57;136.00;-1.57;1.00 -4585;10;4315.88;12.74;986.00;-1.57;0.32 -4586;10;1233.58;11.80;1494.00;-1.57;0.38 -4587;10;1987.20;10.60;486.00;-1.57;0.68 -4588;10;4300.96;10.55;1059.00;-1.57;0.44 -4589;10;1971.12;9.75;369.00;-1.57;0.36 -4590;10;1388.24;11.90;1546.00;-1.57;0.24 -4591;10;3376.88;12.50;1158.00;-1.57;0.32 -4592;10;4785.76;10.70;1452.00;-1.57;0.48 -4593;10;4961.30;10.92;571.00;-1.57;0.50 -4594;10;1469.70;10.59;1428.00;-1.57;0.30 -4595;10;3943.48;11.20;1442.00;-1.57;0.58 -4596;10;4482.34;10.36;866.00;-1.57;0.26 -4597;10;1358.96;13.45;1465.00;-1.57;0.44 -4598;10;1700.96;10.25;1183.00;-1.57;0.32 -4599;10;3698.04;9.75;1315.00;-1.57;0.52 -4600;10;1506.84;9.50;1229.00;-1.57;0.54 -4601;10;1495.24;11.33;1529.00;-1.57;0.32 -4602;10;1861.78;9.80;245.00;-1.57;0.42 -4603;10;3389.96;13.00;1144.00;-1.57;0.44 -4604;10;1962.48;10.20;356.00;-1.57;0.52 -4605;10;3529.16;12.33;1347.00;-1.57;0.24 -4606;10;4564.78;10.24;1234.00;-1.57;0.22 -4607;10;952.94;13.88;1523.00;-1.57;0.48 -4608;10;4560.88;11.01;534.00;-1.57;0.22 -4609;10;3574.96;13.97;1272.00;-1.57;0.38 -4610;10;1153.94;13.70;1624.00;-1.57;0.60 -4611;10;1524.32;10.30;1009.00;-1.57;0.48 -4612;10;4573.04;12.95;1372.00;-1.57;0.42 -4613;10;4407.88;11.88;976.00;-1.57;0.32 -4614;10;3565.70;9.91;1329.00;-1.57;0.26 -4615;10;5533.14;9.57;230.00;-1.57;0.40 -4616;10;4201.24;9.70;1044.00;-1.57;0.28 -4617;10;2207.66;10.38;703.00;-1.57;0.74 -4618;10;3778.58;9.85;1365.00;-1.57;0.50 -4619;10;4595.42;10.65;1146.00;-1.57;0.32 -4620;10;3659.68;9.70;1380.00;-1.57;0.52 -4621;10;4491.52;10.25;531.00;-1.57;0.24 -4622;10;1437.42;10.30;1411.00;-1.57;0.36 -4623;10;1786.32;9.70;1619.00;-1.57;0.48 -4624;10;1549.40;9.80;1006.00;-1.57;0.32 -4625;10;1396.50;10.30;1465.00;-1.57;0.46 -4626;10;4314.52;12.25;971.00;-1.57;0.28 -4627;10;1533.52;11.40;1498.00;-1.57;0.28 -4628;10;4482.24;10.80;1040.00;-1.57;0.34 -4629;10;3857.94;13.99;1327.00;-1.57;0.58 -4630;10;4665.76;10.30;198.00;-1.57;0.60 -4631;10;4588.24;10.67;1132.00;-1.57;0.30 -4632;10;5096.60;10.30;288.00;-1.57;0.40 -4633;10;4745.22;11.02;1418.00;-1.57;0.48 -4634;10;4558.06;14.83;1255.00;-1.57;0.30 -4635;10;5023.22;9.73;539.00;-1.57;0.58 -4636;10;3853.48;11.34;1390.00;-1.57;0.48 -4637;10;3589.06;13.57;1265.00;-1.57;0.34 -4638;10;3808.12;11.76;1418.00;-1.57;0.68 -4639;10;4449.52;10.30;843.00;-1.57;0.28 -4640;10;3238.52;10.15;1716.00;-1.57;0.22 -4641;10;1680.68;10.05;1169.00;-1.57;0.40 -4642;10;4748.96;10.90;1387.00;-1.57;0.34 -4643;10;1861.22;9.60;227.00;-1.57;0.42 -4644;10;4176.88;9.76;1039.00;-1.57;0.32 -4645;10;4649.30;10.14;286.00;-1.57;0.54 -4646;10;5065.68;10.37;1394.00;-1.57;0.38 -4647;10;1595.76;9.50;1302.00;-1.57;0.40 -4648;10;5015.06;10.30;447.00;-1.57;0.34 -4649;10;4807.78;9.90;1442.00;-1.57;0.42 -4650;10;1402.06;10.40;1387.00;-1.57;0.34 -4651;10;3985.12;10.81;1433.00;-1.57;0.58 -4652;10;4355.32;10.72;695.00;-1.57;0.40 -4653;10;1528.60;10.00;1449.00;-1.57;0.24 -4654;10;4325.34;10.85;966.00;-1.57;0.26 -4655;10;4543.40;12.80;1396.00;-1.57;0.60 -4656;10;4465.24;11.53;1025.00;-1.57;0.26 -4657;10;1003.04;13.25;1457.00;-1.57;0.52 -4658;10;5122.76;10.85;196.00;-1.57;0.42 -4659;10;3887.86;9.70;1701.00;-1.57;0.54 -4660;10;3527.88;14.32;1307.00;-1.57;0.24 -4661;10;4044.66;11.24;1538.00;-1.57;0.56 -4662;10;2630.34;9.50;1604.00;-1.57;0.96 -4663;10;2276.52;9.50;1314.00;-1.57;1.28 -4664;10;1371.04;13.86;1617.00;-1.57;0.40 -4665;10;4155.30;10.10;1615.00;-1.57;0.52 -4666;10;1721.04;10.95;1828.00;-1.57;1.56 -4667;10;1870.32;9.50;1185.00;-1.57;0.88 -4668;10;1091.48;14.95;1549.00;-1.57;0.60 -4669;10;3922.86;9.70;1928.00;-1.57;1.50 -4670;10;3975.66;9.80;1584.00;-1.57;0.56 -4671;10;482.54;9.50;1294.00;-1.57;1.08 -4672;10;817.20;9.50;897.00;-1.57;1.00 -4673;10;5121.52;9.69;117.00;-1.57;0.28 -4674;10;4104.50;13.05;1476.00;-1.57;0.50 -4675;10;4688.64;12.92;1655.00;-1.57;0.76 -4676;10;4725.20;9.50;491.00;-1.57;0.40 -4677;10;4625.86;12.54;1537.00;-1.57;0.54 -4678;10;851.46;13.40;1935.00;-1.57;1.16 -4679;10;5134.58;9.50;56.00;-1.57;0.96 -4680;10;4299.94;13.76;1562.00;-1.57;0.52 -4681;10;4145.02;10.07;1698.00;-1.57;0.50 -4682;10;4082.66;12.20;1341.00;-1.57;0.54 -4683;10;5154.50;9.50;980.00;-1.57;1.32 -4684;10;4917.82;9.50;637.00;-1.57;0.98 -4685;10;3996.76;10.10;1570.00;-1.57;0.44 -4686;10;3897.76;14.01;1367.00;-1.57;0.52 -4687;10;4252.02;10.20;1766.00;-1.57;0.78 -4688;10;5064.44;9.50;1469.00;-1.57;1.16 -4689;10;4556.06;9.50;870.00;-1.57;1.04 -4690;10;4263.00;12.75;1578.00;-1.57;0.78 -4691;10;1339.96;10.40;1602.00;-1.57;0.32 -4692;10;4266.82;11.09;1909.00;-1.57;1.38 -4693;10;3921.46;9.50;326.00;-1.57;0.94 -4694;10;3623.24;9.50;780.00;-1.57;1.12 -4695;10;1190.64;11.20;1933.00;-1.57;1.44 -4696;10;3209.10;10.13;99.00;-1.57;0.66 -4697;10;4361.64;15.82;1481.00;-1.57;0.52 -4698;10;3516.88;9.50;155.00;-1.57;1.32 -4699;10;2897.82;9.50;633.00;-1.57;0.98 -4700;10;3964.22;9.80;1654.00;-1.57;0.58 -4701;10;4911.12;12.13;1531.00;-1.57;0.54 -4702;10;2612.64;9.50;263.00;-1.57;0.96 -4703;10;4443.38;10.80;1718.00;-1.57;0.74 -4704;10;4266.92;17.63;1387.00;-1.57;0.58 -4705;10;4556.66;12.71;1551.00;-1.57;0.66 -4706;10;2422.24;9.50;1066.00;-1.57;1.36 -4707;10;2110.62;9.50;1503.00;-1.57;1.18 -4708;10;1594.68;9.50;667.00;-1.57;1.36 -4709;10;4159.48;18.40;1376.00;-1.57;0.54 -4710;10;3823.74;9.70;1734.00;-1.57;0.66 -4711;10;4234.38;13.30;1568.00;-1.57;0.60 -4712;10;597.34;9.50;224.00;-1.57;1.18 -4713;10;139.26;9.50;868.00;-1.57;1.14 -4714;10;4193.94;11.97;1441.00;-1.57;0.60 -4715;10;3893.26;9.80;1822.00;-1.57;0.68 -4716;10;4541.92;12.23;1610.00;-1.57;0.88 -4717;10;997.94;9.50;1141.00;-1.57;1.38 -4718;10;5574.06;10.82;172.00;-1.57;0.32 -4719;10;4652.10;11.35;1519.00;-1.57;0.60 -4720;10;1915.42;11.15;1801.00;-1.57;0.96 -4721;10;1133.16;9.50;972.00;-1.57;1.20 -4722;10;738.42;9.50;1837.00;-1.57;1.04 -4723;10;1173.22;14.09;1571.00;-1.57;0.50 -4724;10;4254.56;10.75;1656.00;-1.57;0.46 -4725;10;4810.96;10.45;1519.00;-1.57;0.44 -4726;10;4775.28;11.73;1733.00;-1.57;0.92 -4727;10;1015.14;10.21;1435.00;-1.57;0.46 -4728;10;5237.82;10.98;1562.00;-1.57;0.98 -4729;10;4451.10;13.49;1413.00;-1.57;0.52 -4730;10;4093.66;9.80;1727.00;-1.57;0.70 -4731;10;4809.58;10.70;1593.00;-1.57;0.62 -4732;10;4449.02;14.55;1462.00;-1.57;0.70 -4733;10;4146.66;9.70;1889.00;-1.57;1.46 -4734;10;4098.66;10.70;1604.00;-1.57;0.56 -4735;10;3137.04;12.90;384.00;-1.57;1.06 -4736;10;966.04;14.42;1549.00;-1.57;0.56 -4737;10;4511.66;10.70;1678.00;-1.57;0.74 -4738;10;1432.42;10.10;1644.00;-1.57;0.38 -4739;10;1146.10;10.85;1786.00;-1.57;0.78 -4740;10;1281.50;10.50;1495.00;-1.57;0.44 -4741;10;1080.22;14.73;1653.00;-1.57;0.58 -4742;10;1083.14;15.53;1517.00;-1.57;0.46 -4743;10;4444.48;10.50;1804.00;-1.57;1.26 -4744;10;5472.66;10.79;1881.00;-1.57;2.58 -4745;10;4671.30;11.90;1482.00;-1.57;0.70 -4746;10;3790.92;9.70;1803.00;-1.57;0.72 -4747;10;949.50;11.85;1673.00;-1.57;0.44 -4748;10;5596.24;10.10;161.00;-1.57;0.32 -4749;10;1199.22;11.81;1588.00;-1.57;0.50 -4750;10;4370.22;11.50;1633.00;-1.57;0.58 -4751;10;4200.74;15.60;1492.00;-1.57;0.78 -4752;10;4840.28;11.93;1682.00;-1.57;0.86 -4753;10;1446.52;9.80;1847.00;-1.57;1.52 -4754;10;3856.66;9.80;1692.00;-1.57;0.44 -4755;10;3523.50;14.50;1296.00;-1.57;0.38 -4756;10;1437.78;10.40;1396.00;-1.57;0.36 -4757;10;1318.50;10.30;1532.00;-1.57;0.40 -4758;10;3733.88;11.96;1678.00;-1.57;0.32 -4759;10;1212.46;11.00;1708.00;-1.57;0.50 -4760;10;1201.30;12.56;1568.00;-1.57;0.36 -4761;10;4036.18;9.70;1854.00;-1.57;1.02 -4762;10;4638.00;13.62;1649.00;-1.57;0.88 -4763;10;5113.70;9.84;90.00;-1.57;0.30 -4764;10;4037.22;10.64;1459.00;-1.57;0.46 -4765;10;1013.38;13.26;1766.00;-1.57;0.82 -4766;10;4487.30;14.31;1528.00;-1.57;0.58 -4767;10;4083.30;9.80;1691.00;-1.57;0.62 -4768;10;4033.96;13.12;1361.00;-1.57;0.44 -4769;10;1719.12;9.88;1711.00;-1.57;0.36 -4770;10;4124.36;16.79;1368.00;-1.57;0.46 -4771;10;4021.76;10.25;1735.00;-1.57;0.62 -4772;10;1264.14;10.81;1667.00;-1.57;0.46 -4773;10;3972.76;10.40;1395.00;-1.57;0.64 -4774;10;3802.06;9.70;1830.00;-1.57;0.80 -4775;10;1436.48;10.74;1721.00;-1.57;0.72 -4776;10;5032.22;10.46;92.00;-1.57;0.48 -4777;10;4290.12;13.83;1480.00;-1.57;0.56 -4778;10;994.32;12.46;1662.00;-1.57;0.48 -4779;10;4854.48;11.50;1555.00;-1.57;0.58 -4780;10;3904.86;10.30;1641.00;-1.57;0.48 -4781;10;4186.08;14.73;1538.00;-1.57;0.46 -4782;10;4315.80;10.23;1693.00;-1.57;0.48 -4783;10;4385.12;12.00;1354.00;-1.57;0.68 -4784;10;1553.66;10.30;1714.00;-1.57;0.50 -4785;10;4290.56;11.40;1739.00;-1.57;0.74 -4786;10;4370.82;14.28;1378.00;-1.57;0.50 -4787;10;1849.12;11.10;1795.00;-1.57;0.66 -4788;10;4199.94;12.64;1410.00;-1.57;0.66 -4789;10;4148.86;10.13;1644.00;-1.57;0.54 -4790;10;1282.04;10.10;1730.00;-1.57;0.56 -4791;10;5013.68;9.80;80.00;-1.57;0.36 -4792;10;4614.48;11.60;1504.00;-1.57;0.72 -4793;10;4166.50;10.80;1649.00;-1.57;0.38 -4794;10;1173.76;13.25;1598.00;-1.57;0.62 -4795;10;4640.82;10.96;1720.00;-1.57;0.98 -4796;10;1098.42;16.29;1430.00;-1.57;0.38 -4797;10;4430.58;11.05;1561.00;-1.57;0.48 -4798;10;4821.34;10.70;1743.00;-1.57;0.82 -4799;10;1015.94;10.80;1472.00;-1.57;0.66 -4800;10;4172.74;13.54;1558.00;-1.57;0.52 -4801;10;4475.48;14.30;1472.00;-1.57;0.72 -4802;10;3715.40;10.20;1765.00;-1.57;0.60 -4803;10;4132.66;10.25;1577.00;-1.57;0.46 -4804;10;5562.34;10.73;128.00;-1.57;0.26 -4805;10;4903.40;10.30;1486.00;-1.57;0.44 -4806;10;4023.12;9.99;1602.00;-1.57;0.68 -4807;10;1351.32;10.95;1622.00;-1.57;0.48 -4808;10;4417.92;11.20;1667.00;-1.57;0.80 -4809;10;4746.76;11.10;1542.00;-1.57;0.64 -4810;10;4991.58;11.28;1693.00;-1.57;1.04 -4811;10;1304.50;12.45;1495.00;-1.57;0.38 -4812;10;4475.26;10.80;1845.00;-1.57;1.44 -4813;10;3826.20;9.70;1704.00;-1.57;0.68 -4814;10;1237.84;11.78;1509.00;-1.57;0.44 -4815;10;4411.76;10.83;1604.00;-1.57;0.64 -4816;10;1003.58;15.78;1509.00;-1.57;0.62 -4817;10;3963.46;9.70;1776.00;-1.57;0.50 -4818;10;4298.38;13.75;1621.00;-1.57;0.60 -4819;10;5532.86;12.57;99.00;-1.57;0.34 -4820;10;1175.32;13.88;1623.00;-1.57;0.48 -4821;10;4724.46;11.70;1673.00;-1.57;0.90 -4822;10;3189.62;13.29;123.00;-1.57;0.62 -4823;10;4186.30;14.27;1469.00;-1.57;0.50 -4824;10;3841.76;9.80;1676.00;-1.57;0.40 -4825;10;3542.06;14.40;1299.00;-1.57;0.34 -4826;10;952.04;13.58;1626.00;-1.57;0.56 -4827;10;4063.20;9.85;1708.00;-1.57;0.58 -4828;10;4043.66;17.60;1340.00;-1.57;0.56 -4829;10;4875.30;11.75;1565.00;-1.57;0.48 -4830;10;1231.22;13.55;1553.00;-1.57;0.46 -4831;10;4284.02;10.60;1812.00;-1.57;1.22 -4832;10;4684.40;12.09;1607.00;-1.57;0.60 -4833;10;478.04;10.28;1966.00;-1.57;0.90 -4834;10;1418.42;10.80;1634.00;-1.57;0.38 -4835;10;4572.54;12.85;1628.00;-1.57;0.62 -4836;10;5084.40;10.10;145.00;-1.57;0.30 -4837;10;4449.66;13.65;1533.00;-1.57;0.52 -4838;10;1015.94;13.60;1709.00;-1.57;0.38 -4839;10;1202.76;11.60;1647.00;-1.57;0.38 -4840;10;4049.12;10.40;1656.00;-1.57;0.54 -4841;10;4999.68;9.70;1545.00;-1.57;0.52 -4842;10;4335.36;11.10;1738.00;-1.57;0.74 -4843;10;4299.12;14.38;1370.00;-1.57;0.68 -4844;10;4968.30;10.12;1585.00;-1.57;0.46 -4845;10;4051.84;16.98;1392.00;-1.57;0.56 -4846;10;3807.48;9.80;1758.00;-1.57;0.72 -4847;10;4834.76;10.30;1601.00;-1.57;0.64 -4848;10;584.64;12.20;1987.00;-1.57;1.22 -4849;10;4207.86;15.70;1458.00;-1.57;0.54 -4850;10;3851.86;10.30;1606.00;-1.57;0.54 -4851;10;3266.08;13.64;330.00;-1.57;0.92 -4852;10;4698.76;11.51;1509.00;-1.57;0.54 -4853;10;4314.30;10.80;1668.00;-1.57;0.70 -4854;10;1435.50;10.50;1666.00;-1.57;0.36 -4855;10;4686.82;10.58;1725.00;-1.57;0.60 -4856;10;4515.84;12.85;1402.00;-1.57;0.52 -4857;10;1129.12;12.08;1672.00;-1.57;0.68 -4858;10;4341.02;14.44;1416.00;-1.57;0.54 -4859;10;4179.14;10.28;1941.00;-1.57;1.46 -4860;10;1080.58;12.54;1680.00;-1.57;0.62 -4861;10;2518.62;12.83;1907.00;-1.57;1.02 -4862;10;4504.20;13.87;1490.00;-1.57;0.80 -4863;10;1144.56;12.40;1708.00;-1.57;0.52 -4864;10;5127.16;9.95;131.00;-1.57;0.24 -4865;10;1065.32;11.01;1549.00;-1.57;0.48 -4866;10;4124.32;10.55;1632.00;-1.57;0.44 -4867;10;4085.12;11.69;1510.00;-1.57;0.48 -4868;10;4617.50;11.50;1699.00;-1.57;0.86 -4869;10;1525.86;11.20;1693.00;-1.57;0.52 -4870;10;867.10;13.19;1799.00;-1.57;0.86 -4871;10;1228.32;12.11;1530.00;-1.57;0.48 -4872;10;1288.50;10.10;1753.00;-1.57;0.50 -4873;10;4586.66;13.20;1428.00;-1.57;0.74 -4874;10;3718.68;14.24;1737.00;-1.57;0.52 -4875;10;1342.30;11.00;1741.00;-1.57;0.70 -4876;10;4714.66;10.68;1465.00;-1.57;0.38 -4877;10;982.10;13.61;1767.00;-1.57;0.86 -4878;10;4906.70;10.40;1825.00;-1.57;1.32 -4879;10;3082.28;13.67;278.00;-1.57;0.88 -4880;10;1288.76;10.96;1645.00;-1.57;0.50 -4881;10;4929.26;11.73;1670.00;-1.57;0.70 -4882;10;4355.30;14.18;1543.00;-1.57;0.64 -4883;10;4047.68;10.10;995.00;-1.57;0.52 -4884;10;1299.14;10.30;1348.00;-1.57;0.46 -4885;10;2728.18;9.50;1476.00;-1.57;0.86 -4886;10;2360.24;9.50;1182.00;-1.57;1.02 -4887;10;1224.48;14.40;1183.00;-1.57;0.64 -4888;10;4403.68;15.61;1244.00;-1.57;0.50 -4889;10;2991.72;11.75;786.00;-1.57;0.58 -4890;10;1824.86;9.50;1263.00;-1.57;1.36 -4891;10;3758.82;10.28;1068.00;-1.57;0.40 -4892;10;1736.56;9.70;989.00;-1.57;0.84 -4893;10;3774.68;11.94;1230.00;-1.57;0.50 -4894;10;584.42;9.50;1131.00;-1.57;1.24 -4895;10;911.98;9.50;1366.00;-1.57;1.10 -4896;10;4518.42;10.94;1125.00;-1.57;0.36 -4897;10;3081.56;10.20;860.00;-1.57;0.84 -4898;10;1137.50;15.90;1304.00;-1.57;0.50 -4899;10;4788.30;9.50;618.00;-1.57;1.46 -4900;10;4183.40;21.30;1117.00;-1.57;0.58 -4901;10;3564.24;14.66;1286.00;-1.57;0.36 -4902;10;3151.86;11.99;928.00;-1.57;1.54 -4903;10;2912.02;10.00;1159.00;-1.57;0.78 -4904;10;1404.84;9.90;1172.00;-1.57;0.68 -4905;10;5030.98;9.50;20.00;-1.57;1.04 -4906;10;5207.40;9.50;1079.00;-1.57;1.16 -4907;10;4880.18;9.50;670.00;-1.57;1.02 -4908;10;1085.84;10.13;1333.00;-1.57;0.52 -4909;10;3568.76;11.00;778.00;-1.57;0.64 -4910;10;3341.22;10.43;1015.00;-1.57;0.58 -4911;10;5103.18;9.50;1521.00;-1.57;1.02 -4912;10;4540.62;9.50;905.00;-1.57;1.18 -4913;10;2937.92;10.90;954.00;-1.57;1.56 -4914;10;4259.36;21.20;1234.00;-1.57;0.84 -4915;10;4020.96;10.10;1095.00;-1.57;0.44 -4916;10;4009.18;9.50;302.00;-1.57;1.02 -4917;10;3609.80;9.50;696.00;-1.57;1.04 -4918;10;3354.30;11.36;850.00;-1.57;0.70 -4919;10;1260.32;10.50;1445.00;-1.57;0.40 -4920;10;2661.30;12.19;1101.00;-1.57;0.58 -4921;10;3508.06;9.50;98.00;-1.57;1.10 -4922;10;2853.62;9.50;655.00;-1.57;0.68 -4923;10;3956.68;16.88;1313.00;-1.57;0.44 -4924;10;3528.02;12.05;909.00;-1.57;0.78 -4925;10;4438.32;10.50;1152.00;-1.57;0.42 -4926;10;2581.92;9.50;215.00;-1.57;0.88 -4927;10;2719.70;10.40;858.00;-1.57;0.88 -4928;10;3621.10;16.73;1167.00;-1.57;0.48 -4929;10;2478.72;9.50;1077.00;-1.57;1.08 -4930;10;2119.92;9.50;1348.00;-1.57;0.88 -4931;10;1634.50;9.50;617.00;-1.57;1.10 -4932;10;3614.48;9.70;1030.00;-1.57;0.60 -4933;10;2755.48;15.14;1175.00;-1.57;0.40 -4934;10;1978.84;10.00;918.00;-1.57;0.62 -4935;10;656.70;9.50;256.00;-1.57;1.02 -4936;10;212.56;9.50;818.00;-1.57;0.92 -4937;10;4382.60;14.83;1087.00;-1.57;0.40 -4938;10;2956.38;12.01;818.00;-1.57;0.58 -4939;10;4493.96;13.72;1257.00;-1.57;0.44 -4940;10;1018.14;9.50;1104.00;-1.57;1.12 -4941;10;3257.14;10.78;582.00;-1.57;0.46 -4942;10;1746.66;9.80;1014.00;-1.57;0.48 -4943;10;3534.50;14.35;1246.00;-1.57;0.50 -4944;10;1203.94;9.50;970.00;-1.57;1.08 -4945;10;694.28;9.50;1801.00;-1.57;1.14 -4946;10;1159.68;16.45;1265.00;-1.57;0.44 -4947;10;4250.82;13.38;1333.00;-1.57;0.48 -4948;10;2555.04;9.70;890.00;-1.57;0.56 -4949;10;3818.76;12.35;1150.00;-1.57;0.64 -4950;10;4028.12;11.00;1006.00;-1.57;0.48 -4951;10;3463.84;10.56;1181.00;-1.57;0.76 -4952;10;2902.40;9.70;742.00;-1.57;0.60 -4953;10;4045.76;10.75;1035.00;-1.57;0.44 -4954;10;3389.90;14.99;821.00;-1.57;0.64 -4955;10;1213.38;11.60;1386.00;-1.57;0.44 -4956;10;1245.48;12.50;1228.00;-1.57;0.46 -4957;10;2656.92;11.15;831.00;-1.57;0.66 -4958;10;3779.76;11.81;1248.00;-1.57;0.54 -4959;10;3668.10;10.89;1096.00;-1.57;0.70 -4960;10;4507.22;14.00;1328.00;-1.57;0.36 -4961;10;3284.48;10.99;909.00;-1.57;0.72 -4962;10;3028.74;10.70;1133.00;-1.57;0.66 -4963;10;3305.28;10.35;961.00;-1.57;0.72 -4964;10;4306.56;21.14;1196.00;-1.57;0.84 -4965;10;1433.56;9.70;1183.00;-1.57;0.84 -4966;10;3642.56;14.80;1149.00;-1.57;0.46 -4967;10;3947.61;9.50;701.78;3.93;0.36 -4968;10;3485.48;11.60;1089.00;-1.57;0.72 -4969;10;1617.56;12.55;986.00;-1.57;0.72 -4970;10;2906.68;9.90;1203.00;-1.57;0.50 -4971;10;3988.22;11.20;1069.00;-1.57;0.58 -4972;10;2959.48;10.50;844.00;-1.57;0.70 -4973;10;4089.80;23.38;1257.00;-1.57;0.84 -4974;10;3473.46;10.80;1142.00;-1.57;0.70 -4975;10;1162.66;15.00;1449.00;-1.57;0.58 -4976;10;3570.82;11.95;923.00;-1.57;0.98 -4977;10;1104.12;10.65;1311.00;-1.57;0.48 -4978;10;3108.38;10.48;867.00;-1.57;0.82 -4979;10;3963.40;11.90;1193.00;-1.57;0.54 -4980;10;2005.40;9.80;884.00;-1.57;1.60 -4981;10;3443.40;13.40;1022.00;-1.57;0.60 -4982;10;1901.92;9.70;953.00;-1.57;0.88 -4983;10;3657.56;13.24;1204.00;-1.57;0.50 -4984;10;3948.48;10.00;1078.00;-1.57;0.46 -4985;10;3476.78;10.41;844.00;-1.57;0.40 -4986;10;4500.94;14.80;1292.00;-1.57;0.44 -4987;10;4140.30;15.44;1098.00;-1.57;0.46 -4988;10;1474.86;9.91;1484.00;-1.57;0.22 -4989;10;2559.32;9.64;861.00;-1.57;0.16 -4990;10;3896.14;13.08;1144.00;-1.57;0.46 -4991;10;1406.30;10.09;1141.00;-1.57;0.70 -4992;10;2962.68;10.31;1168.00;-1.57;0.52 -4993;10;3692.22;12.46;1035.00;-1.57;0.58 -4994;10;4203.94;22.14;1152.00;-1.57;0.66 -4995;10;3488.98;10.67;734.00;-1.57;0.72 -4996;10;4344.70;15.23;1081.00;-1.57;0.30 -4997;10;3019.46;13.11;843.00;-1.57;0.82 -4998;10;3920.30;11.87;1195.00;-1.57;0.44 -4999;10;4397.42;16.75;1131.00;-1.57;0.38 -5000;10;1712.02;9.80;994.00;-1.57;0.68 -5001;10;1332.68;10.40;1421.00;-1.57;0.34 -5002;10;4038.78;14.01;1133.00;-1.57;0.42 -5003;10;3799.76;10.77;1260.00;-1.57;0.58 -5004;10;2998.14;11.46;1072.00;-1.57;1.46 -5005;10;3577.76;9.68;1152.00;-1.57;0.48 -5006;10;3499.58;13.29;942.00;-1.57;0.62 -5007;10;4520.78;12.88;1228.00;-1.57;0.30 -5008;10;1942.00;10.40;869.00;-1.57;1.62 -5009;10;4365.32;13.74;1028.00;-1.57;0.48 -5010;10;3421.46;16.81;797.00;-1.57;0.70 -5011;10;4192.72;22.17;1242.00;-1.57;0.78 -5012;10;2608.28;10.10;1057.00;-1.57;0.92 -5013;10;2756.84;10.70;784.00;-1.57;0.76 -5014;10;3505.60;10.96;1258.00;-1.57;0.40 -5015;10;1279.76;9.60;1281.00;-1.57;0.56 -5016;10;4057.48;12.60;1302.00;-1.57;0.72 -5017;10;3396.22;12.17;915.00;-1.57;0.58 -5018;10;4278.02;19.11;1125.00;-1.57;0.60 -5019;10;4028.04;11.27;961.00;-1.57;0.36 -5020;10;3838.50;12.65;1152.00;-1.57;0.50 -5021;10;1271.86;11.16;1233.00;-1.57;0.54 -5022;10;1284.50;10.65;1379.00;-1.57;0.50 -5023;10;1392.56;9.50;836.00;-1.57;0.74 -5024;10;3567.94;10.40;1054.00;-1.57;0.66 -5025;10;4470.86;13.88;1249.00;-1.57;0.40 -5026;10;1721.98;9.90;935.00;-1.57;1.26 -5027;10;3454.48;12.30;1089.00;-1.57;0.72 -5028;10;2986.48;10.60;841.00;-1.57;0.72 -5029;10;3743.42;14.14;1256.00;-1.57;0.38 -5030;10;4525.60;12.98;1149.00;-1.57;0.34 -5031;10;4408.66;13.50;1313.00;-1.57;0.52 -5032;10;4005.24;10.92;887.00;-1.57;0.36 -5033;10;4240.10;21.61;1136.00;-1.57;0.40 -5034;10;2568.40;9.70;931.00;-1.57;0.60 -5035;10;2891.48;9.90;1179.00;-1.57;0.72 -5036;10;2974.50;12.70;699.00;-1.57;0.50 -5037;10;3447.22;13.72;996.00;-1.57;0.58 -5038;10;1211.04;11.54;1368.00;-1.57;0.54 -5039;10;2672.46;11.34;786.00;-1.57;0.74 -5040;10;4065.86;10.51;1058.00;-1.57;0.42 -5041;10;3453.66;11.49;847.00;-1.57;0.74 -5042;10;4048.74;23.35;1243.00;-1.57;0.70 -5043;10;3821.02;12.80;1090.00;-1.57;0.64 -5044;10;1124.84;13.00;1399.00;-1.57;0.56 -5045;10;2698.02;11.00;827.00;-1.57;0.70 -5046;10;2661.20;12.92;1119.00;-1.57;0.42 -5047;10;3408.68;12.46;929.00;-1.57;0.52 -5048;10;4487.78;11.17;1167.00;-1.57;0.30 -5049;10;3694.56;9.85;1007.00;-1.57;0.84 -5050;10;3559.04;11.05;1203.00;-1.57;0.56 -5051;10;1581.32;15.12;846.00;-1.57;0.48 -5052;10;1208.66;15.70;1211.00;-1.57;0.60 -5053;10;2886.50;11.00;1209.00;-1.57;0.50 -5054;10;3042.28;11.00;709.00;-1.57;0.92 -5055;10;4074.32;10.46;1070.00;-1.57;0.40 -5056;10;1755.84;9.70;981.00;-1.57;0.60 -5057;10;4414.96;15.65;1275.00;-1.57;0.44 -5058;10;3492.84;11.10;1118.00;-1.57;0.76 -5059;10;1460.50;10.55;1446.00;-1.57;0.18 -5060;10;3193.42;12.06;877.00;-1.57;1.20 -5061;10;1259.68;10.51;1323.00;-1.57;0.52 -5062;10;4011.84;17.95;1340.00;-1.57;0.42 -5063;10;3998.42;11.89;950.00;-1.57;0.38 -5064;10;3848.38;12.44;1175.00;-1.57;0.52 -5065;10;3546.66;10.15;721.00;-1.57;0.54 -5066;10;1233.76;11.86;1157.00;-1.57;0.48 -5067;10;3619.48;15.04;1211.00;-1.57;0.48 -5068;10;3510.74;12.20;797.00;-1.57;0.44 -5069;10;3354.68;11.43;1037.00;-1.57;0.52 -5070;10;2695.22;11.25;787.00;-1.57;0.58 -5071;10;1105.16;13.21;1377.00;-1.57;0.24 -5072;10;4430.06;16.13;1104.00;-1.57;0.34 -5073;10;3710.58;12.21;1242.00;-1.57;0.62 -5074;10;3523.08;9.50;864.00;-1.57;0.52 -5075;10;3790.64;11.60;1125.00;-1.57;0.56 -5076;10;4326.56;18.39;1311.00;-1.57;0.42 -5077;10;2591.76;9.81;931.00;-1.57;0.64 -5078;10;3202.88;9.96;1155.00;-1.57;0.32 -5079;10;3398.12;10.91;679.00;-1.57;0.64 -5080;10;4271.02;21.62;1168.00;-1.57;0.78 -5081;10;3583.54;10.00;1012.00;-1.57;1.06 -5082;10;3888.86;15.86;1194.00;-1.57;0.44 -5083;10;1829.10;9.80;888.00;-1.57;1.76 -5084;10;3164.16;12.20;785.00;-1.57;1.24 -5085;10;1269.78;10.33;1427.00;-1.57;0.34 -5086;10;4043.22;9.80;1097.00;-1.57;0.40 -5087;10;3992.04;18.20;1283.00;-1.57;0.56 -5088;10;1709.40;11.20;1035.00;-1.57;0.60 -5089;10;3601.12;13.57;1154.00;-1.57;0.68 -5090;10;1493.42;11.68;1442.00;-1.57;0.30 -5091;10;3414.24;13.35;907.00;-1.57;0.36 -5092;10;4530.78;11.34;1204.00;-1.57;0.28 -5093;10;3541.74;14.02;1000.00;-1.57;0.86 -5094;10;4112.00;22.90;1201.00;-1.57;0.84 -5095;10;2905.62;11.58;1000.00;-1.57;2.04 -5096;10;4044.58;10.69;1050.00;-1.57;0.42 -5097;10;3426.20;16.93;826.00;-1.57;0.66 -5098;10;3529.14;12.24;1222.00;-1.57;0.46 -5099;10;3423.84;12.56;1088.00;-1.57;0.48 -5100;10;4378.66;14.42;1299.00;-1.57;0.62 -5101;10;2835.26;10.30;910.00;-1.57;1.04 -5102;10;4334.20;20.19;1127.00;-1.57;0.80 -5103;10;1297.96;10.85;1456.00;-1.57;0.42 -5104;10;4019.78;10.40;920.00;-1.57;0.42 -5105;10;3858.40;15.10;1142.00;-1.57;0.60 -5106;10;3269.20;12.73;254.00;-1.57;0.68 -5107;10;2201.40;9.85;802.00;-1.57;0.56 -5108;10;2777.46;9.50;1438.00;-1.57;0.76 -5109;10;2310.74;9.50;1479.00;-1.57;1.18 -5110;10;1976.00;10.80;415.00;-1.57;0.42 -5111;10;1876.34;9.50;1300.00;-1.57;0.98 -5112;10;2094.04;9.70;485.00;-1.57;0.36 -5113;10;253.88;9.50;1303.00;-1.57;1.24 -5114;10;1059.40;9.50;1159.00;-1.57;0.98 -5115;10;2013.26;11.22;578.00;-1.57;0.92 -5116;10;4743.00;9.50;449.00;-1.57;1.00 -5117;10;3066.38;11.00;582.00;-1.57;0.68 -5118;10;1706.42;12.25;169.00;-1.57;0.38 -5119;10;1276.64;9.75;1784.00;-1.57;0.94 -5120;10;1568.94;14.48;805.00;-1.57;0.64 -5121;10;1693.78;10.37;238.00;-1.57;0.42 -5122;10;5049.64;9.50;57.00;-1.57;0.86 -5123;10;5269.68;9.50;1080.00;-1.57;1.18 -5124;10;4917.18;9.50;702.00;-1.57;1.02 -5125;10;4674.10;10.88;316.00;-1.57;0.84 -5126;10;5068.12;9.50;1523.00;-1.57;0.68 -5127;10;4513.96;9.50;931.00;-1.57;1.24 -5128;10;3570.18;14.00;364.00;-1.57;1.02 -5129;10;3949.46;9.50;286.00;-1.57;0.88 -5130;10;3593.90;9.50;649.00;-1.57;1.02 -5131;10;1726.76;20.44;560.00;-1.57;0.64 -5132;10;3563.34;9.50;92.00;-1.57;1.26 -5133;10;2806.92;9.50;653.00;-1.57;0.88 -5134;10;5061.76;9.80;137.00;-1.57;0.38 -5135;10;5074.04;15.39;553.00;-1.57;0.50 -5136;10;3088.94;10.12;913.00;-1.57;1.08 -5137;10;2547.18;9.50;216.00;-1.57;1.02 -5138;10;4863.28;10.65;237.00;-1.57;0.92 -5139;10;2971.56;11.29;652.00;-1.57;0.64 -5140;10;2476.60;9.50;1126.00;-1.57;1.16 -5141;10;2119.72;9.50;1393.00;-1.57;1.04 -5142;10;1592.76;9.50;602.00;-1.57;1.26 -5143;10;1807.58;9.90;418.00;-1.57;0.62 -5144;10;612.06;9.50;268.00;-1.57;1.34 -5145;10;197.78;9.50;862.00;-1.57;0.98 -5146;10;1746.94;17.63;485.00;-1.57;0.60 -5147;10;1028.52;9.50;1054.00;-1.57;1.16 -5148;10;1993.68;10.20;625.00;-1.57;1.52 -5149;10;1229.14;9.50;860.00;-1.57;1.14 -5150;10;771.36;9.50;1800.00;-1.57;1.10 -5151;10;2072.92;10.40;705.00;-1.57;0.88 -5152;10;1790.30;12.37;330.00;-1.57;0.60 -5153;10;2161.56;10.60;763.00;-1.57;0.84 -5154;10;3070.56;12.84;203.00;-1.57;0.78 -5155;10;3339.50;10.70;381.00;-1.57;0.94 -5156;10;2014.56;11.70;442.00;-1.57;0.52 -5157;10;4032.94;15.46;1146.00;-1.57;0.38 -5158;10;3047.26;12.85;484.00;-1.57;0.76 -5159;10;1685.96;9.52;137.00;-1.57;0.44 -5160;10;3363.02;14.16;660.00;-1.57;0.68 -5161;10;5063.32;9.80;121.00;-1.57;0.48 -5162;10;1608.46;11.90;777.00;-1.57;0.80 -5163;10;1849.76;9.70;349.00;-1.57;0.54 -5164;10;3416.02;9.85;391.00;-1.57;0.78 -5165;10;1887.00;10.22;543.00;-1.57;0.60 -5166;10;1683.72;17.21;660.00;-1.57;0.92 -5167;10;2070.60;11.26;476.00;-1.57;0.40 -5168;10;2257.52;9.65;741.00;-1.57;0.28 -5169;10;1702.88;12.68;200.00;-1.57;0.32 -5170;10;4686.74;10.90;281.00;-1.57;0.66 -5171;10;1728.12;17.51;460.00;-1.57;0.50 -5172;10;2118.60;11.14;504.00;-1.57;0.40 -5173;10;1746.90;9.66;82.00;-1.57;0.84 -5174;10;2113.64;11.29;651.00;-1.57;0.96 -5175;10;4693.22;10.28;165.00;-1.57;0.54 -5176;10;4602.32;10.60;647.00;-1.57;0.48 -5177;10;3329.00;9.92;281.00;-1.57;1.00 -5178;10;1981.02;11.52;461.00;-1.57;0.50 -5179;10;1803.12;14.72;556.00;-1.57;0.60 -5180;10;3343.18;13.00;549.00;-1.57;0.98 -5181;10;5075.88;11.57;30.00;-1.57;0.30 -5182;10;2233.50;11.40;726.00;-1.57;0.38 -5183;10;4904.72;9.80;181.00;-1.57;0.72 -5184;10;1801.94;10.60;309.00;-1.57;0.60 -5185;10;3520.10;10.99;372.00;-1.57;0.88 -5186;10;2048.30;10.92;521.00;-1.57;0.40 -5187;10;5083.06;9.99;20.00;-1.57;0.34 -5188;10;1755.10;10.12;660.00;-1.57;0.90 -5189;10;3106.10;12.49;200.00;-1.57;0.90 -5190;10;1592.76;17.19;730.00;-1.57;0.64 -5191;10;1704.42;10.28;336.00;-1.57;0.38 -5192;10;1733.04;20.45;430.00;-1.57;0.56 -5193;10;4434.58;15.67;1202.00;-1.57;0.36 -5194;10;2149.56;12.55;648.00;-1.57;0.74 -5195;10;5500.50;9.50;60.00;-1.57;0.46 -5196;10;3400.10;12.20;610.00;-1.57;0.76 -5197;10;4857.56;9.80;193.00;-1.57;0.80 -5198;10;5075.38;10.80;276.00;-1.57;0.82 -5199;10;3256.78;12.82;408.00;-1.57;0.56 -5200;10;1921.12;9.93;528.00;-1.57;0.68 -5201;10;1734.20;9.73;62.00;-1.57;0.32 -5202;10;1667.36;20.41;626.00;-1.57;0.70 -5203;10;3124.16;11.98;218.00;-1.57;0.24 -5204;10;2113.20;10.53;720.00;-1.57;0.80 -5205;10;1485.58;9.80;1662.00;-1.57;0.38 -5206;10;4995.16;9.80;343.00;-1.57;0.88 -5207;10;4823.94;9.69;417.00;-1.57;0.66 -5208;10;2073.44;10.90;644.00;-1.57;1.16 -5209;10;1745.60;9.82;44.00;-1.57;0.40 -5210;10;3424.66;9.94;597.00;-1.57;0.74 -5211;10;4992.14;9.80;157.00;-1.57;0.46 -5212;10;3350.30;10.07;259.00;-1.57;0.70 -5213;10;1870.10;10.30;412.00;-1.57;0.90 -5214;10;1868.62;10.01;891.00;-1.57;1.18 -5215;10;1722.66;9.65;49.00;-1.57;0.58 -5216;10;1728.56;9.90;738.00;-1.57;1.10 -5217;10;3242.74;13.36;259.00;-1.57;0.86 -5218;10;2150.54;10.65;711.00;-1.57;0.76 -5219;10;1779.14;10.61;283.00;-1.57;0.46 -5220;10;2102.48;9.70;826.00;-1.57;0.72 -5221;10;3318.36;12.60;439.00;-1.57;1.04 -5222;10;3580.92;13.12;421.00;-1.57;0.88 -5223;10;2144.40;12.50;617.00;-1.57;0.60 -5224;10;3391.12;12.15;576.00;-1.57;0.68 -5225;10;4971.86;12.98;167.00;-1.57;0.54 -5226;10;4608.22;11.78;668.00;-1.57;0.44 -5227;10;5101.14;10.10;241.00;-1.57;0.46 -5228;10;1705.78;12.57;398.00;-1.57;0.42 -5229;10;1809.72;11.86;517.00;-1.57;0.64 -5230;10;1743.40;20.10;602.85;-1.57;0.48 -5231;10;3208.28;13.10;169.00;-1.57;0.92 -5232;10;1876.92;9.85;752.00;-1.57;1.42 -5233;10;2744.02;9.50;1406.00;-1.57;0.78 -5234;10;2481.54;9.50;1474.00;-1.57;1.06 -5235;10;1951.40;9.50;1329.00;-1.57;1.26 -5237;10;1077.32;9.50;1118.00;-1.57;1.06 -5238;10;4853.62;9.50;551.00;-1.57;1.18 -5239;10;1309.40;10.40;1931.00;-1.57;1.38 -5240;10;5092.02;9.50;29.00;-1.57;1.48 -5241;10;5232.94;9.50;1129.00;-1.57;1.12 -5242;10;4844.18;9.50;735.00;-1.57;1.02 -5243;10;5105.24;9.50;1581.00;-1.57;1.16 -5244;10;4504.84;9.50;971.00;-1.57;1.40 -5245;10;3984.74;9.50;275.00;-1.57;0.86 -5246;10;3564.70;9.50;687.00;-1.57;1.30 -5247;10;3473.70;9.50;294.00;-1.57;1.30 -5248;10;2802.72;9.50;609.00;-1.57;1.08 -5249;10;2511.00;9.50;218.00;-1.57;1.00 -5250;10;2433.68;9.50;1169.00;-1.57;1.24 -5251;10;2079.00;9.50;1358.00;-1.57;1.00 -5252;10;1684.38;9.50;576.00;-1.57;1.06 -5253;10;693.38;9.50;283.00;-1.57;0.86 -5254;10;248.06;9.50;857.00;-1.57;1.26 -5255;10;957.76;9.50;1077.00;-1.57;1.40 -5256;10;1210.24;9.50;914.00;-1.57;1.32 -5257;10;884.42;9.63;1723.00;-1.57;1.38 -5258;10;2677.20;9.50;1407.00;-1.57;0.80 -5259;10;2433.96;9.50;1645.00;-1.57;1.44 -5260;10;1937.60;9.50;1230.00;-1.57;1.40 -5261;10;78.22;9.50;1236.00;-1.57;1.22 -5262;10;1236.16;9.50;1065.00;-1.57;1.24 -5263;10;4842.36;9.50;453.00;-1.57;1.04 -5264;10;5465.04;9.85;1985.00;-1.57;2.52 -5265;10;5160.74;9.50;19.00;-1.57;0.78 -5266;10;5267.28;9.50;1184.00;-1.57;1.20 -5267;10;4840.36;9.50;685.00;-1.57;1.04 -5268;10;5076.52;9.50;1631.00;-1.57;1.20 -5269;10;4574.78;9.50;979.00;-1.57;1.42 -5270;10;3966.36;9.50;240.00;-1.57;1.04 -5271;10;3602.36;9.50;608.00;-1.57;1.04 -5272;10;3496.26;9.50;225.00;-1.57;1.14 -5273;10;2820.26;9.50;542.00;-1.57;1.14 -5274;10;2571.62;9.50;260.00;-1.57;0.98 -5275;10;2412.94;9.50;1218.00;-1.57;1.10 -5276;10;2075.28;9.50;1403.00;-1.57;0.92 -5277;10;1690.52;9.50;526.00;-1.57;1.22 -5278;10;645.20;9.50;310.00;-1.57;1.06 -5279;10;171.46;9.50;946.00;-1.57;1.08 -5280;10;903.34;9.50;1047.00;-1.57;1.26 -5281;10;1261.14;9.50;968.00;-1.57;1.08 -5282;10;843.04;9.50;1709.00;-1.57;0.94 -5283;10;3027.16;13.83;1496.00;-1.57;0.20 -5284;10;2653.82;9.50;1363.00;-1.57;0.80 -5285;10;1615.82;9.50;53.00;-1.57;0.84 -5286;10;2490.48;9.50;1756.00;-1.57;1.32 -5287;10;1992.54;9.50;1225.00;-1.57;1.06 -5288;10;8.70;9.50;1163.00;-1.57;0.30 -5289;10;1319.34;9.50;1039.00;-1.57;1.16 -5290;10;4885.82;9.50;562.00;-1.57;0.98 -5291;10;2895.98;10.62;1498.00;-1.57;0.22 -5292;10;5213.20;9.50;50.00;-1.57;1.08 -5293;10;5290.42;9.50;1134.00;-1.57;1.22 -5294;10;4792.44;9.50;675.00;-1.57;1.16 -5295;10;5021.70;9.50;1629.00;-1.57;1.14 -5296;10;4614.88;9.50;956.00;-1.57;1.30 -5297;10;3987.18;9.50;195.00;-1.57;1.02 -5298;10;3529.32;9.50;655.00;-1.57;1.10 -5299;10;3423.38;9.50;338.00;-1.57;1.40 -5300;10;2784.56;9.50;513.00;-1.57;0.84 -5301;10;2515.60;9.50;268.00;-1.57;0.96 -5302;10;2387.80;9.50;1142.00;-1.57;1.20 -5303;10;2043.90;9.50;1461.00;-1.57;1.10 -5304;10;1683.50;9.50;472.00;-1.57;1.20 -5305;10;730.48;9.50;300.00;-1.57;1.06 -5306;10;112.68;9.50;923.00;-1.57;1.28 -5307;10;925.12;9.50;1004.00;-1.57;1.28 -5308;10;1259.42;9.50;920.00;-1.57;1.02 -5309;10;790.78;9.50;1690.00;-1.57;1.04 -5310;10;4169.66;14.55;1088.00;-1.57;0.42 -5311;10;2649.08;9.50;1322.00;-1.57;0.78 -5312;10;2525.40;9.50;1793.00;-1.57;1.50 -5313;10;2047.62;9.50;1344.00;-1.57;1.18 -5314;10;185.58;9.50;1194.00;-1.57;0.94 -5315;10;1411.16;9.50;988.00;-1.57;1.24 -5316;10;4962.42;9.50;481.00;-1.57;1.38 -5317;10;1789.24;12.18;932.00;-1.57;1.06 -5318;10;5168.06;9.50;131.00;-1.57;1.16 -5319;10;5327.28;9.50;1185.00;-1.57;0.98 -5320;10;4866.96;9.50;603.00;-1.57;1.00 -5321;10;4979.88;9.50;1615.00;-1.57;1.10 -5322;10;4685.72;9.50;1052.00;-1.57;0.94 -5323;10;4010.82;9.50;229.00;-1.57;0.98 -5324;10;3508.92;9.50;599.00;-1.57;0.88 -5325;10;3419.82;9.50;283.00;-1.57;0.98 -5326;10;2791.46;9.50;469.00;-1.57;0.94 -5327;10;2498.42;9.50;312.00;-1.57;1.26 -5328;10;2333.60;9.50;1137.00;-1.57;1.40 -5329;10;2000.50;9.50;1509.00;-1.57;1.38 -5330;10;1684.78;9.50;423.00;-1.57;1.26 -5331;10;769.48;9.50;313.00;-1.57;1.02 -5332;10;24.02;9.50;898.00;-1.57;0.78 -5333;10;1021.32;9.50;993.00;-1.57;1.24 -5334;10;1305.34;9.50;935.00;-1.57;1.26 -5335;10;857.56;9.50;1665.00;-1.57;1.32 -5336;10;2646.34;9.50;1296.00;-1.57;0.86 -5337;10;2335.50;9.50;1988.00;-1.57;1.44 -5338;10;1928.24;9.50;1426.00;-1.57;0.82 -5339;10;356.48;9.50;1032.00;-1.57;0.98 -5340;10;4950.92;9.50;431.00;-1.57;0.76 -5341;10;5204.42;9.50;219.00;-1.57;1.04 -5342;10;5353.76;9.50;1145.00;-1.57;1.30 -5343;10;4739.20;9.50;637.00;-1.57;1.74 -5344;10;4941.66;9.50;1624.00;-1.57;0.54 -5345;10;4662.46;9.50;1013.00;-1.57;0.94 -5346;10;4075.06;9.50;222.00;-1.57;0.94 -5347;10;3481.96;9.50;618.00;-1.57;1.26 -5348;10;3393.60;9.50;244.00;-1.57;1.34 -5349;10;2835.74;9.50;449.00;-1.57;0.86 -5350;10;2491.34;9.50;357.00;-1.57;0.90 -5351;10;2311.52;9.50;1093.00;-1.57;1.20 -5352;10;1989.98;9.50;1464.00;-1.57;1.22 -5353;10;1669.86;9.50;318.00;-1.57;1.26 -5354;10;733.22;9.50;349.00;-1.57;1.06 -5355;10;37.98;9.50;951.00;-1.57;1.04 -5356;10;20.94;9.50;1880.00;-1.57;0.66 -5357;10;1025.06;9.50;934.00;-1.57;1.26 -5358;10;1342.58;9.50;884.00;-1.57;0.94 -5359;10;808.28;9.50;1647.00;-1.57;0.82 -5360;10;2678.00;9.50;1234.00;-1.57;0.80 -5361;10;2253.66;9.50;1962.00;-1.57;1.38 -5362;10;2034.18;9.50;1400.00;-1.57;1.02 -5363;10;617.62;9.50;989.00;-1.57;1.18 -5364;10;5076.14;9.50;492.00;-1.57;1.46 -5365;10;5196.02;9.50;265.00;-1.57;1.32 -5366;10;4758.56;9.50;568.00;-1.57;0.84 -5367;10;4710.62;9.50;1004.00;-1.57;1.12 -5368;10;4043.18;9.50;197.00;-1.57;1.02 -5369;10;3460.88;9.50;575.00;-1.57;0.84 -5370;10;3350.98;9.50;214.00;-1.57;1.22 -5371;10;2791.72;9.50;422.00;-1.57;1.08 -5372;10;2543.98;9.50;349.00;-1.57;1.12 -5373;10;2254.52;9.50;1118.00;-1.57;1.28 -5374;10;1936.80;9.50;1472.00;-1.57;1.20 -5375;10;1674.98;9.50;235.00;-1.57;0.80 -5376;10;681.92;9.50;333.00;-1.57;0.84 -5377;10;90.22;9.50;979.00;-1.57;1.26 -5378;10;72.50;9.50;1878.00;-1.57;0.92 -5379;10;971.52;9.50;959.00;-1.57;1.28 -5380;10;1362.42;9.50;931.00;-1.57;0.94 -5381;10;848.76;9.50;1572.00;-1.57;1.16 -5382;10;2695.92;9.50;1256.00;-1.57;0.62 -5383;10;3584.82;9.50;856.00;-1.57;0.98 -5384;10;1937.16;9.50;1523.00;-1.57;1.06 -5385;10;737.70;9.50;1085.00;-1.57;1.02 -5386;10;5591.20;9.50;84.00;-1.57;1.76 -5387;10;5110.94;9.50;419.00;-1.57;1.18 -5388;10;3349.36;9.50;1103.00;-1.57;1.04 -5389;10;5219.38;9.50;310.00;-1.57;0.92 -5390;10;4815.50;9.50;584.00;-1.57;1.30 -5391;10;4967.76;9.50;1648.00;-1.57;0.64 -5392;10;4643.18;9.50;919.00;-1.57;1.02 -5393;10;4117.90;9.50;190.00;-1.57;1.10 -5394;10;3451.44;9.50;532.00;-1.57;1.16 -5395;10;3324.42;9.50;153.00;-1.57;1.38 -5396;10;2836.54;9.50;399.00;-1.57;1.06 -5397;10;2641.08;9.50;342.00;-1.57;1.12 -5398;10;2222.70;9.50;1172.00;-1.57;1.20 -5399;10;1984.88;9.50;1380.00;-1.57;1.06 -5400;10;1631.78;9.50;213.00;-1.57;1.42 -5401;10;618.88;9.50;383.00;-1.57;1.32 -5402;10;148.76;9.50;1001.00;-1.57;1.12 -5404;10;917.96;9.50;958.00;-1.57;1.30 -5405;10;1403.96;9.50;886.00;-1.57;0.92 -5406;10;788.80;9.50;1565.00;-1.57;1.20 -5407;10;2745.54;9.50;1248.00;-1.57;0.58 -5408;10;2168.46;9.50;1844.00;-1.57;1.24 -5409;10;1874.16;9.50;1433.00;-1.57;0.96 -5410;10;979.14;9.50;1034.00;-1.57;1.46 -5411;10;5144.60;9.50;377.00;-1.57;1.32 -5412;10;3267.92;9.50;1349.00;-1.57;0.66 -5413;10;5308.28;9.50;296.00;-1.57;1.08 -5414;10;4753.70;9.50;524.00;-1.57;1.22 -5415;10;5142.12;9.50;1708.00;-1.57;0.74 -5416;10;4605.00;9.50;899.00;-1.57;1.00 -5417;10;4152.26;9.50;163.00;-1.57;1.00 -5418;10;3507.80;9.50;552.00;-1.57;1.02 -5419;10;3361.46;9.50;146.00;-1.57;0.94 -5420;10;2789.72;9.50;377.00;-1.57;1.08 -5421;10;2638.54;9.50;393.00;-1.57;1.06 -5422;10;2276.80;9.50;1152.00;-1.57;1.20 -5423;10;1990.14;9.50;1420.00;-1.57;1.02 -5424;10;1673.64;9.50;186.00;-1.57;1.20 -5425;10;588.06;9.50;337.00;-1.57;1.34 -5426;10;80.20;9.50;1032.00;-1.57;0.98 -5427;10;4873.34;9.80;1420.00;-1.57;0.26 -5428;10;900.58;9.50;919.00;-1.57;1.28 -5429;10;1352.56;9.50;839.00;-1.57;0.82 -5430;10;871.24;9.50;1496.00;-1.57;0.64 -5431;10;2802.02;9.50;1263.00;-1.57;0.78 -5432;10;2253.48;9.50;1890.00;-1.57;1.50 -5433;10;1762.14;9.50;1427.00;-1.57;0.88 -5434;10;994.60;9.50;867.00;-1.57;1.22 -5435;10;5244.68;9.50;269.00;-1.57;1.52 -5436;10;1592.60;9.50;963.00;-1.57;0.40 -5437;10;5333.86;9.50;257.00;-1.57;1.00 -5438;10;4799.62;9.50;508.00;-1.57;0.82 -5439;10;5085.76;9.50;1683.00;-1.57;1.18 -5440;10;4602.90;9.50;855.00;-1.57;0.92 -5441;10;4786.70;9.50;100.00;-1.57;0.86 -5442;10;3558.18;9.50;561.00;-1.57;1.02 -5443;10;3297.24;9.50;107.00;-1.57;1.24 -5444;10;2858.66;9.50;357.00;-1.57;0.74 -5445;10;2591.10;9.50;371.00;-1.57;0.90 -5446;10;2197.34;9.50;1130.00;-1.57;1.04 -5447;10;1930.42;9.50;1384.00;-1.57;1.16 -5448;10;1640.62;9.50;143.00;-1.57;1.00 -5449;10;564.74;9.50;299.00;-1.57;1.02 -5450;10;27.92;9.50;998.00;-1.57;0.88 -5451;10;885.32;9.50;877.00;-1.57;1.42 -5452;10;1407.32;9.50;826.00;-1.57;1.48 -5453;10;808.16;9.50;1461.00;-1.57;1.02 -5454;10;2821.56;9.50;1304.00;-1.57;0.84 -5455;10;2335.00;9.50;1875.00;-1.57;1.04 -5456;10;1796.34;9.50;1358.00;-1.57;0.90 -5457;10;856.50;9.50;978.00;-1.57;1.02 -5458;10;5214.30;9.50;7.00;-1.57;0.46 -5459;10;5189.80;9.50;176.00;-1.57;1.06 -5460;10;5521.32;9.50;285.00;-1.57;1.02 -5461;10;5576.16;9.50;1647.00;-1.57;1.24 -5462;10;4809.44;9.50;546.00;-1.57;0.94 -5463;10;4671.60;9.50;887.00;-1.57;0.82 -5464;10;4076.28;9.50;178.00;-1.57;0.92 -5465;10;4711.92;9.50;46.00;-1.57;0.88 -5466;10;3567.62;9.50;513.00;-1.57;1.08 -5467;10;3310.98;9.50;58.00;-1.57;1.20 -5468;10;2786.80;9.50;324.00;-1.57;1.20 -5469;10;2634.90;9.50;437.00;-1.57;0.92 -5470;10;1981.18;9.50;9.00;-1.57;0.56 -5471;10;2170.82;9.50;1185.00;-1.57;0.98 -5472;10;1708.62;9.50;1322.00;-1.57;0.98 -5473;10;1676.08;9.50;104.00;-1.57;0.98 -5474;10;557.52;9.50;385.00;-1.57;1.22 -5475;10;18.76;9.50;1053.00;-1.57;0.64 -5476;10;942.70;9.50;857.00;-1.57;1.30 -5477;10;1358.44;9.50;792.00;-1.57;1.16 -5478;10;784.04;9.50;1502.00;-1.57;0.98 -5479;10;2863.46;9.50;1284.00;-1.57;0.94 -5480;10;2362.42;9.50;1799.00;-1.57;1.26 -5481;10;1740.06;9.50;1255.00;-1.57;0.88 -5482;10;806.58;9.50;848.00;-1.57;1.04 -5483;10;5451.02;9.50;73.00;-1.57;1.18 -5484;10;5156.34;9.50;86.00;-1.57;1.22 -5485;10;5444.46;9.50;251.00;-1.57;1.22 -5486;10;5617.74;9.50;1645.00;-1.57;0.86 -5487;10;4834.44;9.50;499.00;-1.57;1.02 -5488;10;5226.08;9.50;1512.00;-1.57;0.92 -5489;10;4643.90;9.50;847.00;-1.57;1.10 -5490;10;4106.72;9.50;148.00;-1.57;1.02 -5491;10;4786.18;9.50;139.00;-1.57;1.00 -5492;10;3614.90;9.50;498.00;-1.57;1.08 -5493;10;3258.16;9.50;78.00;-1.57;1.24 -5494;10;2834.46;9.50;302.00;-1.57;0.94 -5495;10;2586.18;9.50;470.00;-1.57;1.00 -5496;10;1917.74;9.50;11.00;-1.57;0.72 -5497;10;2147.26;9.50;1085.00;-1.57;1.12 -5498;10;1854.60;9.50;1396.00;-1.57;0.86 -5499;10;1633.40;9.50;96.00;-1.57;0.94 -5500;10;531.54;9.50;334.00;-1.57;1.06 -5501;10;88.66;9.50;1069.00;-1.57;0.96 -5502;10;966.30;9.50;907.00;-1.57;0.88 -5503;10;1316.82;9.50;834.00;-1.57;0.98 -5504;10;875.46;9.50;1464.00;-1.57;0.98 -5505;10;2879.00;9.50;1362.00;-1.57;1.00 -5506;10;2320.50;9.50;1671.00;-1.57;1.14 -5507;10;1803.86;9.50;1146.00;-1.57;1.54 -5508;10;616.78;9.50;928.00;-1.57;1.42 -5509;10;5262.34;9.50;123.00;-1.57;1.26 -5510;10;5005.54;9.50;69.00;-1.57;1.02 -5511;10;5506.24;9.50;193.00;-1.57;1.16 -5512;10;5571.50;9.50;1688.00;-1.57;1.28 -5513;10;4877.54;9.50;488.00;-1.57;1.06 -5514;10;5083.00;9.50;1713.00;-1.57;0.44 -5515;10;4721.08;9.50;566.00;-1.57;1.12 -5516;10;4144.08;9.50;120.00;-1.57;1.10 -5517;10;4753.72;9.50;68.00;-1.57;0.62 -5518;10;3559.64;9.50;459.00;-1.57;0.96 -5519;10;3266.90;9.50;36.00;-1.57;1.06 -5520;10;2868.20;9.50;311.00;-1.57;0.80 -5521;10;2590.18;9.50;421.00;-1.57;1.02 -5522;10;1982.18;9.50;78.00;-1.57;1.02 -5523;10;2152.98;9.50;1029.00;-1.57;1.22 -5524;10;1819.14;9.50;1441.00;-1.57;0.94 -5525;10;1582.42;9.50;80.00;-1.57;1.24 -5526;10;489.88;9.50;333.00;-1.57;1.26 -5527;10;151.06;9.50;1048.00;-1.57;1.22 -5528;10;1043.06;9.50;882.00;-1.57;1.34 -5529;10;1270.26;9.50;820.00;-1.57;1.14 -5530;10;874.42;9.50;1422.00;-1.57;1.22 -5531;10;2899.92;9.50;1281.00;-1.57;0.88 -5532;10;2440.36;9.50;1506.00;-1.57;1.04 -5533;10;1858.08;9.50;1095.00;-1.57;1.12 -5534;10;377.42;9.50;825.00;-1.57;1.32 -5535;10;5382.12;9.50;223.00;-1.57;1.14 -5536;10;4914.44;9.50;111.00;-1.57;1.10 -5537;10;5466.46;9.50;221.00;-1.57;1.18 -5538;10;4911.92;9.50;482.00;-1.57;0.86 -5539;10;4443.28;9.50;677.00;-1.57;0.92 -5540;10;4014.98;9.50;163.00;-1.57;1.08 -5541;10;4834.98;9.50;97.00;-1.57;1.00 -5542;10;3606.82;9.50;457.00;-1.57;0.98 -5543;10;3439.08;9.50;208.00;-1.57;1.12 -5544;10;2867.00;9.50;264.00;-1.57;0.80 -5545;10;2544.34;9.50;395.00;-1.57;1.26 -5546;10;1969.12;9.50;30.00;-1.57;1.08 -5547;10;2194.96;9.50;970.00;-1.57;1.30 -5548;10;1798.72;9.50;1397.00;-1.57;0.86 -5549;10;1593.52;9.50;138.00;-1.57;1.14 -5550;10;480.62;9.50;206.00;-1.57;1.18 -5551;10;164.88;9.50;1091.00;-1.57;1.32 -5552;10;800.86;9.50;996.00;-1.57;1.00 -5553;10;1228.42;9.50;809.00;-1.57;1.22 -5554;10;971.60;9.50;1375.00;-1.57;1.28 -5555;10;2952.08;9.50;1386.00;-1.57;0.86 -5556;10;2268.86;9.50;1366.00;-1.57;0.84 -5557;10;1771.00;9.50;1118.00;-1.57;1.00 -5558;10;352.74;9.50;919.00;-1.57;1.18 -5559;10;5391.04;9.50;277.00;-1.57;1.08 -5560;10;4828.18;9.50;143.00;-1.57;1.02 -5561;10;5625.92;9.50;102.00;-1.57;0.88 -5562;10;5423.50;9.50;1399.00;-1.57;1.14 -5563;10;5006.70;9.50;482.00;-1.57;1.30 -5564;10;4476.36;9.50;694.00;-1.57;1.04 -5565;10;4057.62;9.50;144.00;-1.57;0.98 -5566;10;4696.82;9.50;12.00;-1.57;0.52 -5567;10;3614.82;9.50;411.00;-1.57;0.86 -5568;10;3479.08;9.50;187.00;-1.57;1.04 -5569;10;2822.92;9.50;252.00;-1.57;0.88 -5570;10;2551.82;9.50;449.00;-1.57;0.98 -5571;10;2233.36;9.50;971.00;-1.57;1.04 -5572;10;1748.24;9.50;1388.00;-1.57;0.90 -5573;10;1547.88;9.50;118.00;-1.57;1.32 -5574;10;540.96;9.50;236.00;-1.57;0.96 -5575;10;216.52;9.50;1056.00;-1.57;0.98 -5576;10;835.70;9.50;940.00;-1.57;1.20 -5577;10;1300.50;9.50;788.00;-1.57;1.16 -5578;10;995.64;9.50;1331.00;-1.57;1.50 -5579;10;2966.32;9.50;1358.00;-1.57;0.84 -5580;10;2227.78;9.50;1258.00;-1.57;1.42 -5581;10;1736.96;9.50;1208.00;-1.57;1.44 -5582;10;313.00;9.50;1005.00;-1.57;1.34 -5583;10;5226.94;9.50;382.00;-1.57;1.14 -5584;10;4630.84;9.50;171.00;-1.57;1.00 -5585;10;5619.00;9.50;153.00;-1.57;0.94 -5586;10;5201.48;9.50;1376.00;-1.57;1.20 -5587;10;5124.58;9.50;467.00;-1.57;1.26 -5588;10;5024.32;9.50;1671.00;-1.57;1.10 -5589;10;4485.52;9.50;653.00;-1.57;0.86 -5590;10;4063.10;9.50;94.00;-1.57;0.90 -5591;10;4803.26;9.50;59.00;-1.57;0.90 -5592;10;3658.54;9.50;406.00;-1.57;0.92 -5593;10;3464.72;9.50;150.00;-1.57;1.08 -5594;10;2871.64;9.50;219.00;-1.57;0.96 -5595;10;2710.82;9.50;188.00;-1.57;0.98 -5596;10;1887.74;9.50;21.00;-1.57;0.86 -5597;10;2228.28;9.50;1026.00;-1.57;0.92 -5598;10;1720.86;9.50;1360.00;-1.57;0.84 -5599;10;1517.68;9.50;172.00;-1.57;1.26 -5600;10;544.40;9.50;271.00;-1.57;0.86 -5601;10;277.16;9.50;1057.00;-1.57;1.14 -5602;10;855.76;9.50;1022.00;-1.57;1.02 -5603;10;1328.94;9.50;753.00;-1.57;1.18 -5604;10;1033.60;9.50;1287.00;-1.57;1.40 -5605;10;2966.74;9.50;1287.00;-1.57;0.86 -5606;10;2371.14;9.50;1092.00;-1.57;1.18 -5607;10;1726.84;9.50;1132.00;-1.57;1.54 -5608;10;67.08;9.50;904.00;-1.57;1.12 -5609;10;5436.48;9.50;360.00;-1.57;1.08 -5610;10;4584.08;9.50;219.00;-1.57;1.12 -5611;10;5615.88;9.50;196.00;-1.57;1.20 -5612;10;5220.36;9.50;1429.00;-1.57;1.04 -5613;10;5052.82;9.50;450.00;-1.57;0.98 -5614;10;5138.70;9.50;1447.00;-1.57;1.26 -5615;10;4454.00;9.50;629.00;-1.57;0.82 -5616;10;4103.26;9.50;103.00;-1.57;1.14 -5617;10;4803.18;9.50;19.00;-1.57;0.82 -5618;10;3649.38;9.50;500.00;-1.57;0.82 -5619;10;3419.08;9.50;171.00;-1.57;1.12 -5620;10;2834.90;9.50;204.00;-1.57;1.10 -5621;10;2779.54;9.50;232.00;-1.57;1.06 -5622;10;1853.16;9.50;21.00;-1.57;0.92 -5623;10;2192.28;9.50;1024.00;-1.57;0.92 -5624;10;1644.48;9.50;1388.00;-1.57;0.72 -5625;10;1554.12;9.50;221.00;-1.57;1.20 -5626;10;478.62;9.50;285.00;-1.57;1.10 -5627;10;324.72;9.50;1073.00;-1.57;1.08 -5628;10;847.54;9.50;1074.00;-1.57;1.06 -5629;10;1304.50;9.50;709.00;-1.57;1.04 -5630;10;1092.32;9.50;1300.00;-1.57;1.26 -5631;10;3003.62;9.50;1213.00;-1.57;0.88 -5632;10;2374.88;9.50;898.00;-1.57;1.18 -5633;10;1624.40;9.50;1129.00;-1.57;1.58 -5634;10;200.62;9.50;903.00;-1.57;0.96 -5635;10;5528.20;9.50;243.00;-1.57;1.16 -5636;10;4642.82;9.50;393.00;-1.57;0.98 -5637;10;5534.30;9.50;154.00;-1.57;1.68 -5638;10;5296.24;9.50;1025.00;-1.57;1.28 -5639;10;5079.46;9.50;402.00;-1.57;0.94 -5640;10;5135.78;9.50;1396.00;-1.57;1.26 -5641;10;4512.80;9.50;615.00;-1.57;1.20 -5642;10;4092.44;9.50;54.00;-1.57;1.16 -5643;10;4761.90;9.50;37.00;-1.57;0.72 -5644;10;3696.54;9.50;503.00;-1.57;0.84 -5645;10;3214.24;9.50;32.00;-1.57;0.78 -5646;10;2865.96;9.50;100.00;-1.57;0.90 -5647;10;2784.70;9.50;281.00;-1.57;1.06 -5648;10;2059.80;9.50;1072.00;-1.57;1.20 -5649;10;1658.72;9.50;1306.00;-1.57;0.84 -5650;10;1629.24;9.50;269.00;-1.57;1.36 -5651;10;457.76;9.50;122.00;-1.57;1.42 -5652;10;375.16;9.50;1114.00;-1.57;1.18 -5653;10;734.44;9.50;1039.00;-1.57;0.92 -5654;10;1240.42;9.50;700.00;-1.57;0.98 -5655;10;1105.60;9.50;1207.00;-1.57;1.26 -5656;10;2988.90;9.50;1338.00;-1.57;1.00 -5657;10;2405.54;9.50;827.00;-1.57;1.06 -5658;10;1653.62;9.50;1179.00;-1.57;0.58 -5659;10;273.92;9.50;792.00;-1.57;1.16 -5660;10;5408.22;9.61;402.00;-1.57;0.90 -5661;10;4559.46;9.50;406.00;-1.57;0.94 -5662;10;5607.12;9.50;271.00;-1.57;1.16 -5663;10;5323.16;9.50;1085.00;-1.57;1.24 -5664;10;4992.04;9.50;1209.00;-1.57;1.34 -5665;10;5343.42;9.50;1476.00;-1.57;0.98 -5666;10;4571.00;9.50;570.00;-1.57;1.00 -5667;10;4141.98;9.50;71.00;-1.57;0.96 -5668;10;4762.40;9.50;9.00;-1.57;0.40 -5669;10;3740.38;9.50;501.00;-1.57;0.82 -5670;10;3389.00;9.50;124.00;-1.57;1.00 -5671;10;2842.36;9.50;147.00;-1.57;1.04 -5672;10;2731.20;9.50;237.00;-1.57;0.80 -5673;10;2053.90;9.50;1126.00;-1.57;1.10 -5674;10;1662.26;9.50;1268.00;-1.57;0.92 -5675;10;1576.60;9.50;261.00;-1.57;1.32 -5676;10;459.88;9.50;171.00;-1.57;1.10 -5677;10;221.44;9.50;1103.00;-1.57;1.16 -5678;10;797.14;9.50;1042.00;-1.57;0.94 -5679;10;1260.16;9.50;749.00;-1.57;1.24 -5680;10;1149.38;9.50;1214.00;-1.57;0.82 -5681;10;3055.20;11.01;1289.00;-1.57;0.80 -5682;10;2329.68;9.50;775.00;-1.57;1.22 -5683;10;1590.44;9.50;1093.00;-1.57;1.16 -5684;10;507.68;9.50;589.00;-1.57;1.06 -5685;10;5614.96;9.50;418.00;-1.57;1.38 -5686;10;4445.06;9.50;470.00;-1.57;1.00 -5687;10;3421.82;9.50;1866.00;-1.57;0.84 -5688;10;5575.92;9.50;310.00;-1.57;1.32 -5689;10;5359.10;9.50;1052.00;-1.57;1.24 -5690;10;5037.62;9.50;1187.00;-1.57;1.18 -5691;10;5279.88;9.50;1462.00;-1.57;1.10 -5692;10;4315.26;9.50;896.00;-1.57;1.00 -5693;10;4107.44;9.50;18.00;-1.57;1.00 -5694;10;4869.26;9.50;164.00;-1.57;0.64 -5695;10;3685.46;9.50;461.00;-1.57;0.94 -5696;10;3445.60;9.50;124.00;-1.57;0.98 -5697;10;2794.82;9.50;175.00;-1.57;0.98 -5698;10;2696.28;9.50;243.00;-1.57;0.92 -5699;10;2039.82;9.50;1183.00;-1.57;0.98 -5700;10;1629.80;9.50;1231.00;-1.57;1.08 -5701;10;1571.60;9.50;353.00;-1.57;1.40 -5702;10;417.68;9.50;195.00;-1.57;1.12 -5703;10;165.52;9.50;1145.00;-1.57;1.18 -5704;10;795.06;9.50;1084.00;-1.57;0.92 -5705;10;1185.60;9.50;690.00;-1.57;1.18 -5706;10;1165.98;9.50;1169.00;-1.57;0.94 -5707;10;3080.24;9.50;1258.00;-1.57;1.36 -5708;10;2403.72;9.50;629.00;-1.57;1.06 -5709;10;1543.86;9.50;1080.00;-1.57;1.54 -5710;10;611.42;9.50;581.00;-1.57;1.14 -5711;10;5602.94;9.50;230.00;-1.57;1.46 -5712;10;4540.70;9.50;223.00;-1.57;1.04 -5713;10;3480.56;9.50;1939.00;-1.57;1.44 -5714;10;5619.64;9.50;328.00;-1.57;0.96 -5715;10;5417.20;9.50;1087.00;-1.57;1.04 -5716;10;5040.42;9.50;1239.00;-1.57;1.02 -5717;10;5271.52;9.50;1499.00;-1.57;1.28 -5718;10;4332.46;9.50;860.00;-1.57;0.94 -5719;10;4156.16;9.50;25.00;-1.57;1.22 -5720;10;4906.20;9.50;151.00;-1.57;0.74 -5721;10;3728.08;9.50;467.00;-1.57;0.98 -5722;10;3466.34;9.50;83.00;-1.57;0.92 -5723;10;2768.16;9.50;131.00;-1.57;1.24 -5724;10;2732.38;9.50;289.00;-1.57;0.82 -5725;10;2012.70;9.50;1114.00;-1.57;1.30 -5726;10;1878.44;9.50;1474.00;-1.57;1.10 -5727;10;1539.16;9.50;303.00;-1.57;1.24 -5728;10;429.24;9.50;240.00;-1.57;1.20 -5729;10;224.60;9.50;1156.00;-1.57;1.34 -5730;10;825.30;9.50;1125.00;-1.57;1.16 -5731;10;1131.34;9.50;692.00;-1.57;1.26 -5732;10;1191.34;9.50;1096.00;-1.57;1.14 -5733;10;3055.44;9.50;1208.00;-1.57;1.16 -5734;10;2516.60;9.50;693.00;-1.57;0.74 -5735;10;1558.04;9.50;1200.00;-1.57;1.46 -5736;10;4207.82;13.06;1330.00;-1.57;0.64 -5737;10;662.22;9.50;611.00;-1.57;1.52 -5738;10;3878.66;9.50;26.00;-1.57;1.18 -5739;10;4596.58;9.50;92.00;-1.57;0.90 -5740;10;3553.36;9.50;1988.00;-1.57;2.04 -5741;10;5446.66;9.50;307.00;-1.57;1.22 -5742;10;5466.84;9.50;1124.00;-1.57;1.22 -5743;10;5082.04;9.50;1208.00;-1.57;1.16 -5744;10;5344.68;9.50;1513.00;-1.57;0.90 -5745;10;4333.66;9.50;812.00;-1.57;0.74 -5746;10;4874.54;9.50;128.00;-1.57;1.04 -5747;10;3744.70;9.50;426.00;-1.57;0.98 -5748;10;3441.44;9.50;45.00;-1.57;1.16 -5749;10;2808.54;9.50;112.00;-1.57;1.06 -5750;10;2691.64;9.50;298.00;-1.57;0.96 -5751;10;1939.88;9.50;1185.00;-1.57;1.28 -5752;10;1880.44;9.50;1524.00;-1.57;1.16 -5753;10;1615.02;9.50;391.00;-1.57;1.30 -5754;10;367.86;9.50;233.00;-1.57;1.00 -5755;10;275.98;9.50;1110.00;-1.57;1.22 -5756;10;676.86;9.50;1096.00;-1.57;0.78 -5757;10;1118.24;9.50;746.00;-1.57;1.22 -5758;10;1187.18;9.50;1054.00;-1.57;0.90 -5759;10;3097.64;9.50;1209.00;-1.57;0.90 -5760;10;2637.50;9.50;681.00;-1.57;0.78 -5761;10;1568.18;9.50;1150.00;-1.57;1.02 -5762;10;825.32;9.50;794.00;-1.57;1.28 -5763;10;5379.32;9.50;544.00;-1.57;0.88 -5764;10;4671.36;9.50;42.00;-1.57;0.82 -5765;10;3354.54;9.50;1995.00;-1.57;1.10 -5766;10;5480.58;9.50;333.00;-1.57;0.98 -5767;10;5458.86;9.50;1215.00;-1.57;1.38 -5768;10;5100.52;9.50;1259.00;-1.57;1.12 -5769;10;5363.62;9.50;1564.00;-1.57;1.02 -5770;10;4297.36;9.50;852.00;-1.57;1.04 -5771;10;4960.72;9.50;121.00;-1.57;1.08 -5772;10;3758.98;9.50;385.00;-1.57;1.04 -5773;10;3447.08;9.50;11.00;-1.57;0.64 -5774;10;2824.80;9.50;59.00;-1.57;1.10 -5775;10;2740.72;9.50;337.00;-1.57;1.00 -5776;10;1806.04;9.50;8.00;-1.57;0.46 -5777;10;1936.06;9.50;1279.00;-1.57;1.34 -5778;10;1828.42;9.50;1529.00;-1.57;1.20 -5779;10;1618.34;9.50;442.00;-1.57;1.26 -5780;10;351.96;9.50;189.00;-1.57;0.94 -5781;10;327.98;9.50;1129.00;-1.57;1.08 -5782;10;29.18;9.50;1968.00;-1.57;0.72 -5783;10;637.78;9.50;1136.00;-1.57;0.98 -5784;10;1074.96;9.50;730.00;-1.57;1.24 -5785;10;1253.76;9.50;1118.00;-1.57;1.26 -5786;10;3024.90;9.50;1411.00;-1.57;0.82 -5787;10;2473.28;9.50;572.00;-1.57;0.92 -5788;10;1523.50;9.50;1147.00;-1.57;1.22 -5789;10;1055.42;9.50;781.00;-1.57;1.38 -5790;10;5362.96;9.50;466.00;-1.57;1.14 -5791;10;4733.02;9.50;13.00;-1.57;0.70 -5792;10;3107.24;9.50;2003.00;-1.57;1.98 -5793;10;5367.18;9.50;327.00;-1.57;0.88 -5794;10;5426.04;9.50;1154.00;-1.57;1.52 -5795;10;5164.32;9.50;1266.00;-1.57;0.98 -5796;10;5424.50;9.50;1572.00;-1.57;0.90 -5797;10;4300.84;9.50;801.00;-1.57;0.76 -5798;10;4955.08;9.50;79.00;-1.57;1.12 -5799;10;3777.18;9.50;443.00;-1.57;1.02 -5800;10;2872.90;9.50;64.00;-1.57;0.86 -5801;10;2692.90;9.50;347.00;-1.57;1.08 -5802;10;1851.88;9.50;76.00;-1.57;1.32 -5803;10;1984.16;9.50;1276.00;-1.57;1.24 -5804;10;1756.18;9.50;1475.00;-1.57;1.02 -5805;10;1522.38;9.50;390.00;-1.57;1.66 -5806;10;291.14;9.50;198.00;-1.57;1.20 -5807;10;284.42;9.50;1162.00;-1.57;1.02 -5808;10;17.76;9.50;1999.00;-1.57;0.60 -5809;10;701.14;9.50;1135.00;-1.57;0.96 -5810;10;1022.80;9.50;695.00;-1.57;1.20 -5811;10;682.54;9.50;1054.00;-1.57;1.00 -5812;10;3043.02;9.50;1383.00;-1.57;0.78 -5813;10;2577.08;9.50;619.00;-1.57;1.12 -5814;10;1465.88;9.50;1149.00;-1.57;1.14 -5815;10;1130.88;9.50;838.00;-1.57;1.12 -5816;10;5248.48;9.50;440.00;-1.57;1.38 -5817;10;4930.74;9.50;41.00;-1.57;0.86 -5818;10;3020.86;9.50;2026.00;-1.57;1.14 -5819;10;5384.40;9.50;364.00;-1.57;0.94 -5820;10;5516.12;9.50;1103.00;-1.57;0.90 -5821;10;5114.16;9.50;1301.00;-1.57;1.08 -5822;10;5451.52;9.50;1534.00;-1.57;1.00 -5823;10;4269.74;9.50;915.00;-1.57;0.86 -5824;10;4984.96;9.50;40.00;-1.57;0.98 -5825;10;3780.00;9.50;479.00;-1.57;0.94 -5826;10;2870.70;9.50;24.00;-1.57;0.98 -5827;10;2684.36;9.50;401.00;-1.57;1.04 -5828;10;1832.10;9.50;128.00;-1.57;1.60 -5829;10;2096.34;9.50;1142.00;-1.57;0.86 -5830;10;1937.88;9.50;1961.00;-1.57;1.32 -5831;10;1623.32;9.50;494.00;-1.57;1.00 -5832;10;298.66;9.50;244.00;-1.57;1.06 -5833;10;348.60;9.50;1168.00;-1.57;1.04 -5834;10;16.22;9.50;2030.00;-1.57;0.58 -5835;10;759.30;9.50;1130.00;-1.57;0.96 -5836;10;1032.14;9.50;638.00;-1.57;1.10 -5837;10;631.44;9.50;1045.00;-1.57;1.16 -5838;10;3091.96;9.50;1357.00;-1.57;1.24 -5839;10;2166.24;9.50;283.00;-1.57;0.96 -5840;10;1469.64;9.50;1201.00;-1.57;0.96 -5841;10;1279.06;9.50;875.00;-1.57;1.24 -5842;10;5203.60;9.50;526.00;-1.57;1.40 -5843;10;4953.90;9.50;13.00;-1.57;0.68 -5844;10;4994.28;9.50;7.00;-1.57;0.38 -5845;10;2980.98;9.50;1983.00;-1.57;1.22 -5846;10;5287.94;9.50;334.00;-1.57;1.28 -5847;10;5601.96;9.50;1174.00;-1.57;1.56 -5848;10;5199.58;9.50;1311.00;-1.57;1.30 -5849;10;5312.72;9.50;1565.00;-1.57;1.08 -5850;10;4256.82;9.50;957.00;-1.57;0.98 -5851;10;3808.16;9.50;397.00;-1.57;1.24 -5852;10;2819.98;9.50;14.00;-1.57;0.74 -5853;10;2740.80;9.50;377.00;-1.57;0.84 -5854;10;1890.80;9.50;58.00;-1.57;0.66 -5855;10;2104.18;9.50;1047.00;-1.57;1.02 -5856;10;1987.88;9.50;1888.00;-1.57;1.32 -5857;10;1554.68;9.50;491.00;-1.57;1.24 -5858;10;228.50;9.50;203.00;-1.57;1.08 -5859;10;342.98;9.50;1210.00;-1.57;0.90 -5860;10;65.78;9.50;1997.00;-1.57;0.86 -5861;10;817.30;9.50;1168.00;-1.57;1.08 -5862;10;1031.88;9.50;586.00;-1.57;0.90 -5863;10;2607.72;9.50;1377.00;-1.57;1.08 -5864;10;3104.52;9.50;1316.00;-1.57;0.60 -5865;10;2854.62;9.50;621.00;-1.57;0.88 -5866;10;1477.34;9.50;1254.00;-1.57;1.20 -5867;10;1215.98;9.50;751.00;-1.57;1.10 -5868;10;5296.02;9.96;520.00;-1.57;1.34 -5869;10;3025.68;10.07;1904.00;-1.57;1.96 -5870;10;5334.22;9.50;370.00;-1.57;1.32 -5871;10;5251.16;9.50;1351.00;-1.57;1.24 -5872;10;5314.44;9.50;1532.00;-1.57;1.04 -5873;10;4225.82;9.50;983.00;-1.57;0.98 -5874;10;3893.58;9.50;747.00;-1.57;0.62 -5875;10;3649.16;9.50;548.00;-1.57;1.24 -5876;10;3409.48;9.50;10.00;-1.57;0.66 -5877;10;2772.44;9.50;14.00;-1.57;0.60 -5878;10;2743.44;9.50;462.00;-1.57;1.04 -5879;10;1894.50;9.50;158.00;-1.57;1.28 -5880;10;2129.82;9.50;1196.00;-1.57;0.98 -5881;10;1925.90;9.50;2021.00;-1.57;1.06 -5882;10;754.44;9.50;213.00;-1.57;1.16 -5883;10;1502.72;9.50;452.00;-1.57;1.08 -5884;10;158.92;9.50;198.00;-1.57;1.40 -5885;10;238.98;9.50;1208.00;-1.57;1.18 -5886;10;88.76;9.50;1967.00;-1.57;0.68 -5887;10;699.32;9.50;1178.00;-1.57;0.96 -5888;10;1098.84;9.50;589.00;-1.57;0.98 -5889;10;2525.26;9.50;1449.00;-1.57;1.14 -5890;10;3106.82;9.50;1282.00;-1.57;0.98 -5891;10;2916.38;9.50;532.00;-1.57;0.82 -5892;10;1419.40;9.50;1234.00;-1.57;0.94 -5893;10;1076.40;9.50;684.00;-1.57;0.96 -5894;10;5435.24;9.50;655.00;-1.57;1.24 -5895;10;2969.04;9.50;1921.00;-1.57;1.48 -5896;10;5326.14;9.50;412.00;-1.57;0.98 -5897;10;5594.58;9.50;1129.00;-1.57;1.32 -5898;10;5308.24;9.50;1367.00;-1.57;1.36 -5899;10;5292.04;9.50;1598.00;-1.57;0.56 -5900;10;4231.84;9.50;922.00;-1.57;0.76 -5901;10;3658.62;9.50;583.00;-1.57;1.02 -5902;10;2693.88;9.50;450.00;-1.57;0.88 -5903;10;1976.04;9.50;120.00;-1.57;0.88 -5904;10;2040.16;9.50;1238.00;-1.57;1.16 -5905;10;1879.96;9.50;1978.00;-1.57;0.94 -5906;10;1539.52;9.50;597.00;-1.57;1.28 -5907;10;211.92;9.50;151.00;-1.57;1.30 -5908;10;289.08;9.50;1212.00;-1.57;1.10 -5909;10;133.82;9.50;1877.00;-1.57;1.04 -5910;10;705.32;9.50;1222.00;-1.57;0.98 -5911;10;1087.50;9.50;639.00;-1.57;1.10 -5912;10;2397.54;9.50;1520.00;-1.57;1.06 -5913;10;3141.54;9.50;1278.00;-1.57;1.06 -5914;10;2884.44;9.50;404.00;-1.57;1.16 -5915;10;1341.34;9.50;1194.00;-1.57;1.26 -5916;10;1138.22;9.50;633.00;-1.57;1.36 -5917;10;5378.52;9.50;594.00;-1.57;1.18 -5919;10;5279.88;9.50;398.00;-1.57;1.12 -5920;10;5624.76;9.50;1125.00;-1.57;0.64 -5921;10;5261.26;9.50;1409.00;-1.57;1.14 -5922;10;5083.52;9.50;1376.00;-1.57;1.04 -5923;10;4230.66;9.50;875.00;-1.57;0.74 -5924;10;3699.44;9.50;593.00;-1.57;0.70 -5925;10;2682.98;9.50;485.00;-1.57;0.88 -5926;10;1892.98;9.50;201.00;-1.57;1.10 -5927;10;2091.52;9.50;1242.00;-1.57;1.28 -5928;10;1905.76;9.50;1868.00;-1.57;2.32 -5929;10;2841.22;9.50;1555.00;-1.57;0.52 -5930;10;1557.42;9.50;432.00;-1.57;1.38 -5931;10;280.22;9.50;103.00;-1.57;1.12 -5932;10;192.70;9.50;1248.00;-1.57;1.12 -5933;10;95.60;9.50;1924.00;-1.57;1.08 -5934;10;757.50;9.50;1176.00;-1.57;0.96 -5935;10;1170.52;9.50;743.00;-1.57;1.28 -5936;10;3563.36;9.50;38.00;-1.57;1.04 -5937;10;3130.72;9.50;1237.00;-1.57;1.00 -5938;10;2920.80;9.50;212.00;-1.57;1.08 -5939;10;1615.72;9.50;1347.00;-1.57;0.80 -5940;10;1234.46;9.50;595.00;-1.57;1.10 -5941;10;5512.20;9.50;705.00;-1.57;0.86 -5942;10;2917.06;9.50;1813.00;-1.57;1.34 -5943;10;5251.12;9.50;355.00;-1.57;1.12 -5944;10;5618.56;9.50;1075.00;-1.57;0.84 -5945;10;5317.24;9.50;1424.00;-1.57;1.36 -5946;10;5031.54;9.50;1344.00;-1.57;1.06 -5947;10;4226.12;9.50;834.00;-1.57;0.68 -5948;10;3700.26;9.50;548.00;-1.57;1.12 -5949;10;2719.24;9.50;15.00;-1.57;0.62 -5950;10;2685.54;9.50;534.00;-1.57;1.06 -5951;10;1942.68;9.50;272.00;-1.57;1.52 -5952;10;2088.16;9.50;1186.00;-1.57;1.24 -5953;10;1827.80;9.50;1963.00;-1.57;1.02 -5954;10;1492.98;9.50;573.00;-1.57;1.22 -5955;10;210.44;9.50;86.00;-1.57;1.16 -5956;10;190.64;9.50;1290.00;-1.57;0.74 -5957;10;143.14;9.50;1939.00;-1.57;0.88 -5958;10;401.52;9.50;1171.00;-1.57;1.28 -5959;10;1192.88;9.50;645.00;-1.57;1.20 -5960;10;4391.04;9.70;695.00;-1.57;1.48 -5961;10;3193.46;9.50;1201.00;-1.57;0.94 -5962;10;2968.46;9.50;190.00;-1.57;0.94 -5963;10;1368.44;9.50;1340.00;-1.57;0.80 -5964;10;1434.50;9.50;723.00;-1.57;1.24 -5965;10;5601.18;9.50;822.00;-1.57;1.08 -5966;10;2923.18;9.50;1874.00;-1.57;1.02 -5967;10;5150.52;9.50;318.00;-1.57;0.90 -5968;10;5618.74;9.50;1025.00;-1.57;0.86 -5969;10;5362.32;9.50;1379.00;-1.57;1.38 -5970;10;5031.38;9.50;1283.00;-1.57;0.82 -5971;10;4196.20;9.50;841.00;-1.57;0.80 -5972;10;3860.82;9.50;442.00;-1.57;0.98 -5973;10;2757.24;9.50;87.00;-1.57;1.04 -5974;10;2750.84;9.50;506.00;-1.57;0.76 -5975;10;2005.70;9.50;318.00;-1.57;1.30 -5976;10;2052.22;9.50;1286.00;-1.57;1.14 -5977;10;1810.66;9.50;1997.00;-1.57;0.94 -5978;10;1452.50;9.50;539.00;-1.57;1.28 -5979;10;248.02;9.50;17.00;-1.57;0.82 -5980;10;247.62;9.50;1255.00;-1.57;1.06 -5981;10;198.96;9.50;1925.00;-1.57;1.12 -5982;10;369.82;9.50;1070.00;-1.57;0.98 -5983;10;1172.30;9.50;593.00;-1.57;1.24 -5984;10;4357.72;9.50;738.00;-1.57;1.08 -5985;10;3243.52;9.50;1176.00;-1.57;0.62 -5986;10;1363.60;9.50;1255.00;-1.57;1.34 -5987;10;1256.70;9.50;534.00;-1.57;1.24 -5988;10;5501.44;9.50;882.00;-1.57;1.22 -5989;10;2871.66;9.50;1701.00;-1.57;0.74 -5990;10;5183.96;9.50;350.00;-1.57;1.12 -5991;10;5569.76;9.50;1017.00;-1.57;0.78 -5992;10;5404.98;9.50;1488.00;-1.57;1.22 -5993;10;5066.28;9.50;1292.00;-1.57;0.92 -5994;10;4152.18;9.50;830.00;-1.57;1.02 -5995;10;3902.64;9.50;446.00;-1.57;0.96 -5996;10;2727.16;9.50;50.00;-1.57;1.02 -5997;10;2744.26;9.50;548.00;-1.57;0.94 -5998;10;2015.14;9.50;271.00;-1.57;1.10 -5999;10;2006.22;9.50;1331.00;-1.57;1.24 -6000;10;1747.98;9.50;2003.00;-1.57;0.82 -6001;10;1402.82;9.50;555.00;-1.57;0.98 -6002;10;266.40;9.50;59.00;-1.57;1.14 -6003;10;306.42;9.50;1261.00;-1.57;1.02 -6004;10;169.30;9.50;1894.00;-1.57;1.10 -6005;10;211.78;9.50;1006.00;-1.57;1.36 -6006;10;1243.70;9.50;645.00;-1.57;1.20 -6007;10;4339.56;9.50;772.00;-1.57;0.84 -6008;10;3084.38;11.00;682.00;-1.57;0.82 -6009;10;3209.16;9.70;1750.00;-1.57;0.24 -6010;10;3036.88;11.71;1788.00;-1.57;0.30 -6011;10;3281.74;9.50;1178.00;-1.57;0.78 -6012;10;3276.68;10.05;1952.00;-1.57;0.52 -6013;10;3154.70;9.80;1794.00;-1.57;0.30 -6014;10;1426.08;9.50;1274.00;-1.57;0.90 -6015;10;3220.86;9.50;2002.00;-1.57;0.46 -6016;10;3550.82;10.40;1835.00;-1.57;0.88 -6017;10;3382.24;10.33;1768.00;-1.57;0.24 -6018;10;1096.34;9.50;457.00;-1.57;1.08 -6019;10;5570.60;9.50;977.00;-1.57;0.88 -6020;10;3418.30;10.16;630.00;-1.57;0.70 -6021;10;3339.60;9.89;1835.00;-1.57;0.30 -6022;10;3368.16;10.45;1674.00;-1.57;0.24 -6023;10;3046.34;11.00;1776.00;-1.57;0.26 -6024;10;3124.42;11.20;1871.00;-1.57;0.32 -6025;10;3673.96;10.14;1709.00;-1.57;0.30 -6026;10;2876.38;9.50;1807.00;-1.57;0.82 -6027;10;3236.66;11.50;693.00;-1.57;0.74 -6028;10;3008.44;9.81;1719.00;-1.57;0.16 -6029;10;3343.14;9.70;1882.00;-1.57;0.32 -6030;10;5110.42;9.50;362.00;-1.57;1.00 -6031;10;5574.68;9.50;1085.00;-1.57;0.68 -6032;10;5459.70;9.50;1500.00;-1.57;1.18 -6033;10;3251.88;10.08;1792.00;-1.57;0.26 -6034;10;3408.88;10.50;1760.00;-1.57;0.32 -6035;10;3311.70;10.30;1708.00;-1.57;0.30 -6036;10;5166.42;9.50;1327.00;-1.57;1.38 -6037;10;4163.28;9.50;875.00;-1.57;0.92 -6038;10;2986.96;11.94;1818.00;-1.57;0.32 -6039;10;2966.92;11.24;729.00;-1.57;0.88 -6040;10;3797.84;9.90;1934.00;-1.57;1.10 -6041;10;2997.76;10.35;1851.00;-1.57;0.32 -6042;10;2986.52;11.45;1767.00;-1.57;0.28 -6043;10;3907.10;9.50;386.00;-1.57;0.90 -6044;10;2721.80;9.50;136.00;-1.57;1.20 -6045;10;3267.96;10.72;1876.00;-1.57;0.42 -6046;10;2718.16;10.98;1679.00;-1.57;0.24 -6047;10;3186.70;9.58;1779.00;-1.57;0.30 -6048;10;2778.38;9.50;562.00;-1.57;0.82 -6049;10;2643.48;9.50;1998.00;-1.57;1.28 -6050;10;3088.52;9.50;1723.00;-1.57;0.24 -6051;10;3419.32;9.95;1796.00;-1.57;0.44 -6052;10;3295.34;10.15;1774.00;-1.57;0.26 -6053;10;2101.06;9.50;1303.00;-1.57;1.22 -6054;10;1830.60;9.50;2034.00;-1.57;0.64 -6055;10;3096.88;15.59;1940.00;-1.57;0.32 -6056;10;3396.16;10.40;1694.00;-1.57;0.20 -6057;10;3337.52;9.70;1759.00;-1.57;0.16 -6058;10;1403.94;9.50;455.00;-1.57;1.28 -6059;10;158.88;9.50;110.00;-1.57;1.32 -6060;10;318.22;9.50;1308.00;-1.57;1.02 -6061;10;3236.94;10.30;1981.00;-1.57;0.40 -6062;10;2691.78;9.50;1699.00;-1.57;0.42 -6063;10;3078.88;10.25;1817.00;-1.57;0.32 -6064;10;234.78;9.50;1844.00;-1.57;1.12 -6065;10;225.30;9.50;957.00;-1.57;1.12 -6066;10;3147.70;9.65;1754.00;-1.57;0.24 -6067;10;3086.06;11.30;1835.00;-1.57;0.30 -6068;10;1212.86;9.50;553.00;-1.57;1.02 -6069;10;4849.46;9.50;56.00;-1.57;0.86 -6070;10;3314.98;10.25;1765.00;-1.57;0.22 -6071;10;3031.78;12.45;1904.00;-1.57;0.30 -6072;10;2937.70;11.58;1714.00;-1.57;0.24 -6073;10;3373.34;10.50;1736.00;-1.57;0.26 -6074;10;3111.60;11.28;1902.00;-1.57;0.36 -6075;10;3422.06;10.40;1761.00;-1.57;0.34 -6076;10;3212.94;10.77;1931.00;-1.57;0.34 -6077;10;3465.34;9.80;1694.00;-1.57;0.24 -6078;10;3226.14;10.40;1812.00;-1.57;0.22 -6079;10;3150.78;9.97;1988.00;-1.57;0.42 -6080;10;2950.16;12.93;1746.00;-1.57;0.24 -6081;10;3205.42;10.40;1835.00;-1.57;0.34 -6082;10;3251.52;10.25;1760.00;-1.57;0.24 -6083;10;3136.06;9.86;1866.00;-1.57;0.32 -6084;10;3045.16;9.76;1725.00;-1.57;0.24 -6085;10;4605.70;10.90;1899.00;-1.57;2.06 -6086;10;3321.70;10.42;1701.00;-1.57;0.28 -6087;10;3223.76;10.60;1898.00;-1.57;0.38 -6088;10;3495.24;9.80;1769.00;-1.57;0.36 -6089;10;3546.06;9.80;1702.00;-1.57;0.30 -6090;10;3357.24;10.13;1801.00;-1.57;0.26 -6091;10;3463.06;9.90;1750.00;-1.57;0.24 -6092;10;3262.76;9.73;1987.00;-1.57;0.38 -6093;10;3037.06;10.54;1751.00;-1.57;0.28 -6094;10;3332.16;10.40;1789.00;-1.57;0.20 -6095;10;3312.52;10.30;1720.00;-1.57;0.28 -6096;10;3319.60;10.35;1834.00;-1.57;0.26 -6097;10;3417.88;10.50;1730.00;-1.57;0.30 -6098;10;3291.06;10.44;1832.00;-1.57;0.34 -6099;10;3225.06;10.27;1703.00;-1.57;0.20 -6100;10;3510.06;9.90;1751.00;-1.57;0.24 -6101;10;3411.88;10.40;1685.00;-1.57;0.22 -6102;10;3431.50;9.80;1819.00;-1.57;0.50 -6103;10;2794.34;9.84;1563.00;-1.57;0.22 -6104;10;2722.34;12.87;1692.00;-1.57;0.26 -6105;10;3514.84;9.80;1853.00;-1.57;0.76 -6106;10;3357.34;10.25;1763.00;-1.57;0.26 -6107;10;3156.96;11.90;1971.00;-1.57;0.36 -6108;10;3180.52;9.70;1738.00;-1.57;0.18 -6109;10;3373.70;10.26;1777.00;-1.57;0.22 -6110;10;3519.42;10.00;1744.00;-1.57;0.22 -6111;10;3029.34;12.06;1880.00;-1.57;0.26 -6112;10;3491.06;10.31;1722.00;-1.57;0.22 -6113;10;3481.16;10.00;1683.00;-1.57;0.24 -6114;10;2954.88;15.14;1787.00;-1.57;0.32 -6115;10;2973.52;9.50;1733.00;-1.57;0.24 -6116;10;2969.32;9.91;1826.00;-1.57;0.32 -6117;10;3312.04;9.67;1976.00;-1.57;0.48 -6118;10;2964.60;12.50;1803.00;-1.57;0.32 -6119;10;3480.80;10.35;1713.00;-1.57;0.20 -6120;10;3026.26;9.70;1637.00;-1.57;0.14 -6121;10;3600.78;10.57;1767.00;-1.57;0.42 -6122;10;3380.88;10.40;1676.00;-1.57;0.22 -6123;10;3013.70;11.79;1773.00;-1.57;0.30 -6124;10;3575.70;9.90;1698.00;-1.57;0.30 -6125;10;3163.06;10.01;1883.00;-1.57;0.34 -6126;10;3061.70;10.53;1813.00;-1.57;0.30 -6127;10;3072.88;10.11;1736.00;-1.57;0.28 -6128;10;3265.60;11.00;1925.00;-1.57;0.40 -6129;10;3035.06;11.75;1803.00;-1.57;0.30 -6130;10;3113.76;12.53;1954.00;-1.57;0.40 -6131;10;3345.88;10.58;1717.00;-1.57;0.22 -6132;10;3128.70;9.70;1831.00;-1.57;0.30 -6133;10;3547.34;9.80;1723.00;-1.57;0.26 -6134;10;3270.42;10.34;1845.00;-1.57;0.38 -6135;10;3453.34;9.80;1669.00;-1.57;0.24 -6136;10;2943.06;14.95;1772.00;-1.57;0.30 -6137;10;3245.78;10.70;1894.00;-1.57;0.28 -6138;10;3177.88;10.40;1792.00;-1.57;0.32 -6139;10;3266.70;9.92;1709.00;-1.57;0.24 -6140;10;3423.50;10.10;1916.00;-1.57;0.34 -6141;10;3207.70;10.25;1797.00;-1.57;0.30 -6142;10;3237.60;10.90;1946.00;-1.57;0.40 -6143;10;3418.42;10.40;1705.00;-1.57;0.18 -6144;10;3198.88;9.75;1749.00;-1.57;0.24 -6145;10;2907.34;9.64;1747.00;-1.57;0.18 -6146;10;3261.60;10.45;1824.00;-1.57;0.16 -6147;10;3031.16;11.16;1766.00;-1.57;0.24 -6148;10;3053.98;10.00;1677.00;-1.57;0.22 -6149;10;3519.06;9.77;1673.00;-1.57;0.26 -6150;10;3279.70;10.13;1770.00;-1.57;0.22 -6151;10;2952.06;9.77;1713.00;-1.57;0.26 -6152;10;3048.14;13.18;1883.00;-1.57;0.32 -6153;10;3311.34;10.40;1786.00;-1.57;0.26 -6154;10;3307.88;10.30;1697.00;-1.57;0.20 -6155;10;3074.32;12.39;1926.00;-1.57;0.42 -6156;10;3262.70;10.20;1794.00;-1.57;0.30 -6157;10;3317.70;10.08;1949.00;-1.57;0.30 -6158;10;3488.70;9.80;1705.00;-1.57;0.20 -6159;10;3368.78;9.90;1821.00;-1.57;0.30 -6160;10;2990.34;10.28;1745.00;-1.57;0.26 -6161;10;3122.24;10.42;1858.00;-1.57;0.30 -6162;10;3641.70;10.35;1708.00;-1.57;0.30 -6163;10;3199.42;9.95;1768.00;-1.57;0.22 -6164;10;3035.34;10.40;1718.00;-1.57;0.26 -6165;10;3152.24;9.70;1879.00;-1.57;0.34 -6166;10;3452.60;10.55;1762.00;-1.57;0.40 -6167;10;3407.34;10.25;1693.00;-1.57;0.16 -6168;10;3169.96;10.62;1920.00;-1.57;0.40 -6169;10;3355.98;10.70;1742.00;-1.57;0.22 -6170;10;3150.96;11.70;1942.00;-1.57;0.36 -6171;10;3573.06;9.90;1709.00;-1.57;0.24 -6172;10;3325.16;10.30;1764.00;-1.57;0.24 -6173;10;3005.60;10.96;1843.00;-1.57;0.40 -6174;10;3278.98;10.40;1727.00;-1.57;0.22 -6175;10;3281.06;10.62;1850.00;-1.57;0.34 -6176;10;2907.24;9.80;1699.00;-1.57;0.24 -6177;10;3627.46;10.50;1849.00;-1.57;0.86 -6178;10;3214.52;9.99;1699.00;-1.57;0.26 -6179;10;3252.60;10.80;1884.00;-1.57;0.34 -6180;10;3480.06;9.88;1693.00;-1.57;0.24 -6181;10;3318.76;10.60;1917.00;-1.57;0.24 -6182;10;3409.70;10.50;1748.00;-1.57;0.28 -6183;10;3259.88;10.18;1948.00;-1.57;0.32 -6184;10;2935.24;13.46;1735.00;-1.57;0.34 -6185;10;3033.42;11.75;1834.00;-1.57;0.30 -6186;10;3240.98;9.77;1753.00;-1.57;0.22 -6187;10;3008.68;10.37;1864.00;-1.57;0.42 -6188;10;3039.70;9.75;1710.00;-1.57;0.18 -6189;10;3391.34;10.31;1716.00;-1.57;0.24 -6190;10;3493.16;10.36;1733.00;-1.57;0.24 -6191;10;3553.06;9.96;1693.00;-1.57;0.26 -6192;10;3519.54;9.64;1907.00;-1.57;1.06 -6193;10;3509.42;9.90;1767.00;-1.57;0.38 -6194;10;3377.68;10.60;1928.00;-1.57;0.36 -6195;10;3012.06;10.70;1739.00;-1.57;0.30 -6196;10;2778.70;9.50;1756.00;-1.57;0.30 -6197;10;3288.16;10.30;1717.00;-1.57;0.22 -6198;10;3187.88;10.50;1814.00;-1.57;0.32 -6199;10;3482.70;10.46;1763.00;-1.57;0.30 -6200;10;3096.50;10.90;1853.00;-1.57;0.30 -6201;10;3160.52;9.64;1709.00;-1.57;0.18 -6202;10;3568.24;10.42;1750.00;-1.57;0.36 -6203;10;3385.88;10.45;1683.00;-1.57;0.26 -6204;10;2932.96;15.10;1779.00;-1.57;0.24 -6205;10;2712.34;10.75;1693.00;-1.57;0.26 -6206;10;3113.42;12.00;1915.00;-1.57;0.38 -6207;10;3003.88;13.65;1793.00;-1.57;0.32 -6208;10;3134.68;12.30;1953.00;-1.57;0.40 -6209;10;3097.52;9.50;1728.00;-1.57;0.20 -6210;10;3289.78;10.50;1808.00;-1.57;0.36 -6211;10;4851.60;12.00;1890.00;-1.57;1.88 -6212;10;3213.96;10.40;1844.00;-1.57;0.30 -6213;10;3535.06;10.25;1732.00;-1.57;0.26 -6214;10;3048.96;12.21;1905.00;-1.57;0.38 -6215;10;3459.52;9.99;1677.00;-1.57;0.18 -6216;10;2928.70;12.72;1769.00;-1.57;0.28 -6217;10;3632.24;9.80;1668.00;-1.57;0.26 -6218;10;2972.52;10.29;1573.00;-1.57;0.20 -6219;10;3339.30;9.50;1185.00;-1.57;0.70 -6220;10;3256.42;10.59;1615.00;-1.57;0.28 -6221;10;2771.16;9.95;1568.00;-1.57;0.20 -6222;10;3178.70;9.75;1661.00;-1.57;0.24 -6223;10;1449.42;9.50;1342.00;-1.57;1.38 -6224;10;3587.52;10.34;1663.00;-1.57;0.28 -6225;10;3304.52;11.40;1673.00;-1.57;0.28 -6226;10;3562.34;10.26;1583.00;-1.57;0.26 -6227;10;887.90;9.50;650.00;-1.57;1.10 -6228;10;5575.34;9.50;1051.00;-1.57;0.80 -6229;10;3174.06;9.80;1635.00;-1.57;0.20 -6230;10;3423.16;9.90;1582.00;-1.57;0.22 -6231;10;3461.62;10.40;1634.00;-1.57;0.18 -6232;10;3259.60;9.80;1555.00;-1.57;0.18 -6233;10;3284.62;9.80;1588.00;-1.57;0.18 -6234;10;2864.94;9.50;1745.00;-1.57;0.66 -6235;10;2962.42;9.70;1661.00;-1.57;0.28 -6236;10;3045.88;9.70;1577.00;-1.57;0.22 -6237;10;2776.52;10.50;1593.00;-1.57;0.20 -6238;10;5200.20;9.50;408.00;-1.57;1.02 -6239;10;5522.90;9.50;1053.00;-1.57;1.10 -6240;10;5473.62;9.50;1575.00;-1.57;1.10 -6241;10;2897.88;9.70;1561.00;-1.57;0.24 -6242;10;3260.16;9.80;1662.00;-1.57;0.24 -6243;10;3326.98;10.00;1604.00;-1.57;0.22 -6244;10;4199.00;9.50;932.00;-1.57;1.00 -6245;10;3369.34;10.27;1663.00;-1.57;0.20 -6246;10;3656.42;10.20;1639.00;-1.57;0.28 -6247;10;3445.16;10.16;1667.00;-1.57;0.18 -6248;10;3496.16;10.08;1583.00;-1.57;0.22 -6249;10;3265.70;9.80;1633.00;-1.57;0.30 -6250;10;3865.26;9.50;397.00;-1.57;1.00 -6251;10;2668.70;9.50;107.00;-1.57;1.22 -6252;10;3352.34;9.90;1587.00;-1.57;0.20 -6253;10;3530.52;9.90;1633.00;-1.57;0.26 -6254;10;3347.62;10.50;1552.00;-1.57;0.18 -6255;10;2749.44;9.50;590.00;-1.57;0.98 -6256;10;2069.22;9.50;388.00;-1.57;1.06 -6257;10;2965.34;9.70;1599.00;-1.57;0.22 -6258;10;3094.52;10.24;1671.00;-1.57;0.28 -6259;10;3121.98;9.70;1570.00;-1.57;0.20 -6260;10;1897.52;9.50;1369.00;-1.57;1.28 -6261;10;1778.44;9.50;2029.00;-1.57;0.78 -6262;10;3393.80;10.10;1600.00;-1.57;0.20 -6263;10;2962.80;9.70;1577.00;-1.57;0.20 -6264;10;3327.60;10.69;1655.00;-1.57;0.28 -6265;10;1455.60;9.50;445.00;-1.57;1.40 -6266;10;183.50;9.50;27.00;-1.57;1.26 -6267;10;369.48;9.50;1257.00;-1.57;1.02 -6268;10;2765.34;11.79;1612.00;-1.57;0.18 -6269;10;3444.16;10.40;1658.00;-1.57;0.20 -6270;10;2773.62;10.10;1575.00;-1.57;0.18 -6271;10;161.04;9.50;1834.00;-1.57;1.10 -6272;10;263.84;9.50;925.00;-1.57;1.32 -6273;10;3317.70;10.70;1630.00;-1.57;0.18 -6274;10;3637.06;10.49;1728.00;-1.57;0.34 -6275;10;3577.42;9.75;1582.00;-1.57;0.16 -6276;10;1184.50;9.50;512.00;-1.57;0.98 -6277;10;4852.80;9.50;18.00;-1.57;0.82 -6278;10;3638.24;9.90;1658.00;-1.57;0.28 -6279;10;3420.34;10.00;1589.00;-1.57;0.20 -6280;10;3214.34;10.40;1569.00;-1.57;0.20 -6281;10;3179.16;10.20;1605.00;-1.57;0.24 -6282;10;3030.44;10.30;1588.00;-1.57;0.16 -6283;10;3397.16;10.55;1650.00;-1.57;0.22 -6284;10;3466.16;9.80;1606.00;-1.57;0.22 -6285;10;3671.24;9.90;1636.00;-1.57;0.30 -6286;10;2901.80;9.60;1570.00;-1.57;0.20 -6287;10;2998.98;9.70;1641.00;-1.57;0.22 -6288;10;3632.24;9.80;1703.00;-1.57;0.28 -6289;10;2654.24;10.25;1579.00;-1.57;0.24 -6290;10;3394.70;11.60;1619.00;-1.57;0.20 -6291;10;3486.16;10.06;1586.00;-1.57;0.20 -6292;10;3264.06;9.80;1592.00;-1.57;0.24 -6293;10;3291.24;10.31;1643.00;-1.57;0.28 -6294;10;3539.70;11.09;1607.00;-1.57;0.24 -6295;10;3472.52;9.80;1646.00;-1.57;0.26 -6296;10;3184.70;9.72;1620.00;-1.57;0.28 -6297;10;3607.42;10.40;1680.00;-1.57;0.24 -6298;10;2969.98;9.72;1583.00;-1.57;0.20 -6299;10;3480.34;10.44;1637.00;-1.57;0.26 -6300;10;2747.88;9.99;1661.00;-1.57;0.16 -6301;10;2753.16;11.55;1581.00;-1.57;0.20 -6302;10;3559.70;10.35;1591.00;-1.57;0.24 -6303;10;3347.60;10.60;1642.00;-1.57;0.20 -6304;10;3356.34;10.50;1558.00;-1.57;0.18 -6305;10;3327.80;9.95;1592.00;-1.57;0.20 -6306;10;3201.88;9.96;1572.00;-1.57;0.26 -6307;10;3546.62;9.84;1649.00;-1.57;0.18 -6308;10;3636.34;9.90;1614.00;-1.57;0.26 -6309;10;3044.98;9.70;1588.00;-1.57;0.22 -6310;10;2991.98;9.70;1690.00;-1.57;0.22 -6311;10;3046.88;10.30;1703.00;-1.57;0.20 -6312;10;3530.34;10.58;1622.00;-1.57;0.24 -6313;10;2665.16;10.21;1586.00;-1.57;0.24 -6314;10;3143.88;10.31;1644.00;-1.57;0.28 -6315;10;3400.52;10.10;1594.00;-1.57;0.24 -6316;10;3427.16;10.40;1642.00;-1.57;0.24 -6317;10;3427.62;9.89;1557.00;-1.57;0.18 -6318;10;2761.62;9.96;1602.00;-1.57;0.18 -6319;10;3277.34;9.80;1564.00;-1.57;0.26 -6320;10;2736.88;12.46;1646.00;-1.57;0.22 -6321;10;3119.32;9.80;1580.00;-1.57;0.24 -6322;10;3158.52;9.70;1677.00;-1.57;0.26 -6323;10;3617.42;10.60;1639.00;-1.57;0.26 -6324;10;3254.70;9.70;1678.00;-1.57;0.26 -6325;10;2962.16;9.70;1586.00;-1.57;0.18 -6326;10;3256.34;9.80;1637.00;-1.57;0.26 -6327;10;3501.80;9.83;1635.00;-1.57;0.20 -6328;10;3489.98;9.80;1558.00;-1.57;0.20 -6329;10;3467.98;9.90;1590.00;-1.57;0.20 -6330;10;3342.98;10.50;1558.00;-1.57;0.22 -6331;10;3009.06;10.00;1687.00;-1.57;0.24 -6332;10;3128.24;9.63;1613.00;-1.57;0.24 -6333;10;3402.80;10.01;1605.00;-1.57;0.20 -6334;10;3037.52;10.14;1596.00;-1.57;0.24 -6335;10;2754.80;10.40;1610.00;-1.57;0.20 -6336;10;2897.52;9.60;1582.00;-1.57;0.28 -6337;10;3543.16;11.04;1598.00;-1.57;0.22 -6338;10;3570.42;9.74;1637.00;-1.57;0.22 -6339;10;3561.80;9.70;1561.00;-1.57;0.20 -6340;10;3218.24;10.58;1607.00;-1.57;0.28 -6341;10;3418.98;10.24;1560.00;-1.57;0.22 -6342;10;3172.06;10.30;1656.00;-1.57;0.26 -6343;10;3476.52;9.90;1611.00;-1.57;0.20 -6344;10;3282.80;9.80;1574.00;-1.57;0.20 -6345;10;3011.06;9.67;1645.00;-1.57;0.18 -6346;10;3399.16;9.80;1666.00;-1.57;0.20 -6347;10;3117.96;9.80;1586.00;-1.57;0.24 -6348;10;3385.52;10.90;1626.00;-1.57;0.24 -6349;10;2952.80;10.11;1587.00;-1.57;0.20 -6350;10;2723.52;9.80;1632.00;-1.57;0.26 -6351;10;2765.98;10.10;1553.00;-1.57;0.22 -6352;10;3618.70;10.38;1609.00;-1.57;0.20 -6353;10;3484.52;9.80;1566.00;-1.57;0.18 -6354;10;3288.52;9.90;1605.00;-1.57;0.20 -6355;10;3354.98;9.97;1568.00;-1.57;0.22 -6356;10;3414.88;9.90;1658.00;-1.57;0.18 -6357;10;3537.16;10.11;1617.00;-1.57;0.24 -6358;10;3464.98;9.82;1664.00;-1.57;0.20 -6359;10;3203.06;9.92;1586.00;-1.57;0.22 -6360;10;3174.06;9.75;1628.00;-1.57;0.20 -6361;10;3039.44;9.64;1625.00;-1.57;0.12 -6362;10;3457.16;10.40;1626.00;-1.57;0.24 -6363;10;2734.06;11.71;1592.00;-1.57;0.32 -6364;10;2967.96;9.50;1649.00;-1.57;0.32 -6365;10;3362.98;10.00;1597.00;-1.57;0.18 -6366;10;3553.52;9.99;1566.00;-1.57;0.20 -6367;10;3321.16;10.50;1647.00;-1.57;0.22 -6368;10;3642.60;10.15;1634.00;-1.57;0.22 -6369;10;3426.34;9.85;1566.00;-1.57;0.24 -6370;10;3477.98;9.80;1653.00;-1.57;0.22 -6371;10;3255.06;9.90;1626.00;-1.57;0.24 -6372;10;3541.34;10.40;1671.00;-1.57;0.26 -6373;10;3274.16;9.80;1576.00;-1.57;0.24 -6374;10;3520.98;9.92;1625.00;-1.57;0.22 -6375;10;3131.52;10.20;1593.00;-1.57;0.28 -6376;10;3172.98;10.40;1644.00;-1.57;0.22 -6377;10;2959.62;10.16;1569.00;-1.57;0.18 -6378;10;2757.44;10.70;1568.00;-1.57;0.16 -6379;10;3634.16;9.88;1569.00;-1.57;0.24 -6380;10;3392.52;10.44;1640.00;-1.57;0.18 -6381;10;3201.52;10.25;1702.00;-1.57;0.18 -6382;10;3493.62;9.90;1568.00;-1.57;0.18 -6383;10;3566.42;9.94;1678.00;-1.57;0.26 -6384;10;2753.16;10.28;1602.00;-1.57;0.20 -6385;10;2726.98;11.79;1664.00;-1.57;0.22 -6386;10;3347.80;10.60;1566.00;-1.57;0.20 -6387;10;3325.80;10.66;1622.00;-1.57;0.20 -6388;10;3629.06;10.15;1650.00;-1.57;0.34 -6389;10;2965.52;9.70;1607.00;-1.57;0.24 -6390;10;3035.80;9.70;1585.00;-1.57;0.20 -6391;10;3505.70;11.16;1602.00;-1.57;0.22 -6392;10;3465.98;9.87;1642.00;-1.57;0.22 -6393;10;2994.52;9.70;1631.00;-1.57;0.28 -6394;10;3556.16;10.18;1574.00;-1.57;0.22 -6395;10;2724.62;9.91;1651.00;-1.57;0.18 -6396;10;3395.52;10.95;1611.00;-1.57;0.18 -6397;10;3041.70;9.89;1695.00;-1.57;0.20 -6398;10;3417.98;10.00;1571.00;-1.57;0.22 -6399;10;2750.88;9.85;1619.00;-1.57;0.20 -6400;10;3318.52;10.65;1638.00;-1.57;0.20 -6401;10;3101.16;9.88;1572.00;-1.57;0.22 -6402;10;3118.52;9.75;1606.00;-1.57;0.24 -6403;10;3525.52;10.15;1650.00;-1.57;0.24 -6404;10;3584.34;9.95;1600.00;-1.57;0.26 -6405;10;2645.42;10.94;1571.00;-1.57;0.20 -6406;10;3017.16;10.03;1681.00;-1.57;0.24 -6407;10;3167.52;9.70;1620.00;-1.57;0.20 -6408;10;3216.70;10.31;1689.00;-1.57;0.24 -6409;10;3489.52;9.90;1577.00;-1.57;0.20 -6410;10;3466.34;10.04;1622.00;-1.57;0.18 -6411;10;3350.98;10.20;1578.00;-1.57;0.22 -6412;10;3010.34;9.65;1661.00;-1.57;0.22 -6413;10;3208.24;9.80;1600.00;-1.57;0.36 -6414;10;3392.34;11.45;1633.00;-1.57;0.18 -6415;10;3201.34;10.04;1560.00;-1.57;0.24 -6416;10;3132.34;10.73;1539.00;-1.57;0.20 -6417;10;3450.80;9.80;1453.00;-1.57;0.20 -6418;10;3018.98;12.49;1515.00;-1.57;0.22 -6419;10;3353.52;9.50;1243.00;-1.57;0.92 -6420;10;3390.70;9.63;1460.00;-1.57;0.18 -6421;10;2973.34;11.71;1521.00;-1.57;0.24 -6422;10;1517.04;9.50;1301.00;-1.57;1.08 -6423;10;3336.70;9.78;1478.00;-1.57;0.24 -6424;10;3619.52;10.05;1554.00;-1.57;0.24 -6425;10;899.50;9.50;579.00;-1.57;1.28 -6426;10;1308.60;9.50;630.00;-1.57;1.02 -6427;10;5488.78;9.50;1029.00;-1.57;1.22 -6428;10;3448.34;9.90;1543.00;-1.57;0.24 -6429;10;3235.70;10.21;1501.00;-1.57;0.26 -6430;10;3560.16;9.70;1516.00;-1.57;0.24 -6431;10;3170.52;12.69;1501.00;-1.57;0.28 -6432;10;3401.16;9.80;1519.00;-1.57;0.24 -6433;10;4375.38;9.50;104.00;-1.57;0.82 -6434;10;2845.56;9.50;1796.00;-1.57;0.84 -6435;10;3218.70;10.00;1534.00;-1.57;0.28 -6436;10;3523.24;13.66;1358.00;-1.57;0.18 -6437;10;5161.58;9.50;438.00;-1.57;1.26 -6438;10;5485.84;9.50;1076.00;-1.57;0.96 -6439;10;5520.24;9.50;1531.00;-1.57;0.94 -6440;10;3026.52;10.79;1525.00;-1.57;0.26 -6441;10;3012.34;9.80;1555.00;-1.57;0.24 -6442;10;4981.72;9.50;1441.00;-1.57;1.08 -6443;10;4185.56;9.50;979.00;-1.57;0.84 -6444;10;2930.98;10.72;1520.00;-1.57;0.20 -6445;10;3408.98;9.70;1463.00;-1.57;0.20 -6446;10;2852.16;9.70;1536.00;-1.57;0.24 -6447;10;4294.90;9.50;17.00;-1.57;0.82 -6448;10;4321.00;9.50;308.00;-1.57;1.00 -6449;10;2783.16;9.70;1506.00;-1.57;0.24 -6450;10;3516.98;9.90;1549.00;-1.57;0.22 -6451;10;3323.06;9.82;1483.00;-1.57;0.26 -6452;10;3836.26;9.50;353.00;-1.57;1.14 -6453;10;2700.74;9.50;88.00;-1.57;0.86 -6454;10;3477.16;9.88;1508.00;-1.57;0.24 -6455;10;3241.52;10.00;1490.00;-1.57;0.28 -6456;10;2704.46;9.50;581.00;-1.57;0.94 -6457;10;2331.42;9.50;428.00;-1.57;1.38 -6458;10;3300.16;9.80;1530.00;-1.57;0.22 -6459;10;3233.52;9.94;1643.00;-1.57;0.26 -6460;10;3179.70;12.53;1494.00;-1.57;0.26 -6461;10;1880.80;9.50;1256.00;-1.57;1.20 -6462;10;3080.98;10.24;1542.00;-1.57;0.22 -6463;10;3525.52;10.45;1460.00;-1.57;0.20 -6464;10;3101.88;11.67;1523.00;-1.57;0.20 -6465;10;1440.54;9.50;391.00;-1.57;1.30 -6466;10;132.18;9.50;65.00;-1.57;1.50 -6467;10;416.28;9.50;1220.00;-1.57;0.96 -6468;10;3478.34;9.70;1453.00;-1.57;0.22 -6469;10;2915.98;9.77;1544.00;-1.57;0.22 -6470;10;3002.98;13.44;1523.00;-1.57;0.22 -6471;10;157.52;9.50;1795.00;-1.57;1.28 -6472;10;308.84;9.50;960.00;-1.57;0.94 -6473;10;3591.52;9.70;1550.00;-1.57;0.24 -6474;10;3400.88;9.98;1477.00;-1.57;0.26 -6475;10;1149.72;9.50;543.00;-1.57;1.02 -6476;10;4879.90;9.50;81.00;-1.57;1.04 -6477;10;3411.16;9.93;1551.00;-1.57;0.22 -6478;10;3327.52;9.80;1490.00;-1.57;0.20 -6479;10;3537.34;10.33;1519.00;-1.57;0.26 -6480;10;3267.52;10.10;1494.00;-1.57;0.28 -6481;10;3363.80;9.90;1527.00;-1.57;0.20 -6482;10;889.24;13.12;1573.00;-1.57;0.36 -6483;10;3180.52;10.34;1504.00;-1.57;0.24 -6484;10;3163.34;9.95;1549.00;-1.57;0.26 -6485;10;3077.88;14.17;1524.00;-1.57;0.22 -6486;10;3531.34;9.93;1479.00;-1.57;0.26 -6487;10;2987.98;9.85;1557.00;-1.57;0.16 -6488;10;2942.34;10.45;1522.00;-1.57;0.20 -6489;10;2774.52;9.89;1550.00;-1.57;0.26 -6490;10;3470.70;9.93;1465.00;-1.57;0.20 -6491;10;3609.42;9.60;1506.00;-1.57;0.36 -6492;10;3485.34;9.84;1552.00;-1.57;0.16 -6493;10;3407.70;9.80;1473.00;-1.57;0.24 -6494;10;3437.98;10.50;1521.00;-1.57;0.22 -6495;10;3325.52;9.80;1500.00;-1.57;0.22 -6496;10;2891.80;9.70;1549.00;-1.57;0.20 -6497;10;3270.80;10.10;1505.00;-1.57;0.20 -6498;10;3594.06;9.60;1473.00;-1.57;0.34 -6499;10;3144.16;10.30;1521.00;-1.57;0.24 -6500;10;2897.80;9.70;1546.00;-1.57;0.20 -6501;10;2996.80;10.83;1540.00;-1.57;0.20 -6502;10;3554.70;9.70;1553.00;-1.57;0.28 -6503;10;3477.98;9.70;1471.00;-1.57;0.22 -6504;10;2853.80;9.80;1519.00;-1.57;0.20 -6505;10;3408.98;9.97;1485.00;-1.57;0.22 -6506;10;3508.98;10.49;1515.00;-1.57;0.22 -6507;10;3337.88;9.80;1496.00;-1.57;0.24 -6508;10;3317.88;9.80;1541.00;-1.57;0.24 -6509;10;3221.80;10.30;1513.00;-1.57;0.20 -6510;10;1564.32;10.69;1669.00;-1.57;0.40 -6511;10;3138.16;9.80;1551.00;-1.57;0.20 -6512;10;3081.16;10.13;1531.00;-1.57;0.22 -6513;10;2962.52;11.05;1551.00;-1.57;0.20 -6514;10;3583.06;9.60;1470.00;-1.57;0.30 -6515;10;3632.70;9.80;1558.00;-1.57;0.28 -6516;10;3526.88;9.89;1487.00;-1.57;0.22 -6517;10;3382.98;9.90;1525.00;-1.57;0.22 -6518;10;2850.98;9.90;1475.00;-1.57;0.20 -6519;10;3412.34;10.39;1493.00;-1.57;0.24 -6520;10;3230.06;9.90;1542.00;-1.57;0.22 -6521;10;3012.16;9.70;1568.00;-1.57;0.22 -6522;10;3156.52;10.70;1517.00;-1.57;0.28 -6523;10;3602.24;9.60;1482.00;-1.57;0.28 -6524;10;2981.34;10.40;1539.00;-1.57;0.22 -6525;10;3541.88;9.60;1488.00;-1.57;0.26 -6526;10;2722.32;9.50;1536.00;-1.57;0.28 -6527;10;3491.34;10.02;1483.00;-1.57;0.24 -6528;10;3456.16;9.80;1527.00;-1.57;0.24 -6529;10;2921.98;11.26;1479.00;-1.57;0.20 -6530;10;3383.70;9.81;1497.00;-1.57;0.26 -6531;10;2885.16;10.46;1476.00;-1.57;0.24 -6532;10;3292.98;10.12;1536.00;-1.57;0.22 -6533;10;2826.16;10.35;1473.00;-1.57;0.24 -6534;10;3054.62;12.50;1540.00;-1.57;0.18 -6535;10;2930.16;9.80;1555.00;-1.57;0.20 -6536;10;2758.88;9.87;1473.00;-1.57;0.24 -6537;10;2893.98;11.62;1527.00;-1.57;0.18 -6538;10;3651.00;9.80;1886.00;-1.57;0.86 -6539;10;3517.34;9.88;1530.00;-1.57;0.22 -6540;10;2977.88;11.20;1493.00;-1.57;0.24 -6541;10;3532.34;10.22;1497.00;-1.57;0.26 -6542;10;2935.98;12.76;1489.00;-1.57;0.20 -6543;10;3363.80;9.95;1538.00;-1.57;0.20 -6544;10;3455.98;9.80;1493.00;-1.57;0.22 -6545;10;2886.24;11.33;1493.00;-1.57;0.20 -6546;10;3183.24;10.12;1551.00;-1.57;0.24 -6547;10;2826.52;9.94;1486.00;-1.57;0.28 -6548;10;2761.34;10.45;1480.00;-1.57;0.22 -6549;10;2951.80;11.10;1534.00;-1.57;0.20 -6550;10;3219.96;9.50;1285.00;-1.57;0.44 -6551;10;3591.34;9.70;1521.00;-1.57;0.26 -6552;10;3047.16;13.67;1492.00;-1.57;0.24 -6553;10;3437.70;9.89;1539.00;-1.57;0.22 -6554;10;3384.06;9.80;1507.00;-1.57;0.22 -6555;10;2959.88;11.45;1500.00;-1.57;0.24 -6556;10;3256.24;9.91;1548.00;-1.57;0.20 -6557;10;3213.70;10.74;1520.00;-1.57;0.28 -6558;10;3066.44;10.30;1567.00;-1.57;0.16 -6559;10;3019.16;12.78;1538.00;-1.57;0.20 -6560;10;2863.24;10.20;1539.00;-1.57;0.20 -6561;10;3109.42;9.95;1481.00;-1.57;0.18 -6562;10;3075.88;10.53;1509.00;-1.57;0.20 -6563;10;3501.70;9.80;1533.00;-1.57;0.18 -6564;10;3580.24;9.60;1494.00;-1.57;0.34 -6565;10;3335.34;9.90;1544.00;-1.57;0.18 -6566;10;3458.80;10.35;1501.00;-1.57;0.20 -6567;10;3134.52;9.80;1571.00;-1.57;0.20 -6568;10;2944.16;10.64;1502.00;-1.57;0.20 -6569;10;2830.80;10.10;1503.00;-1.57;0.20 -6570;10;2917.62;9.80;1536.00;-1.57;0.18 -6571;10;3184.06;14.62;1478.00;-1.57;0.22 -6572;10;2755.88;9.91;1489.00;-1.57;0.18 -6573;10;3138.70;9.94;1490.00;-1.57;0.12 -6574;10;3570.52;10.64;1532.00;-1.57;0.28 -6575;10;3519.52;11.25;1513.00;-1.57;0.24 -6576;10;3081.98;10.40;1501.00;-1.57;0.22 -6577;10;3392.16;9.90;1538.00;-1.57;0.16 -6578;10;3355.16;9.76;1505.00;-1.57;0.24 -6579;10;3230.24;9.80;1557.00;-1.57;0.18 -6580;10;3176.52;10.00;1529.00;-1.57;0.28 -6581;10;2953.52;10.54;1505.00;-1.57;0.20 -6582;10;2992.34;9.85;1549.00;-1.57;0.14 -6583;10;2902.34;10.91;1512.00;-1.57;0.26 -6584;10;3219.80;10.04;1473.00;-1.57;0.20 -6585;10;2839.16;9.80;1506.00;-1.57;0.18 -6586;10;3148.52;9.80;1494.00;-1.57;0.20 -6587;10;3468.16;9.93;1541.00;-1.57;0.20 -6588;10;3586.88;9.63;1503.00;-1.57;0.32 -6589;10;3310.70;9.81;1555.00;-1.57;0.24 -6590;10;3087.52;12.15;1506.00;-1.57;0.24 -6591;10;3438.70;10.03;1510.00;-1.57;0.20 -6592;10;3019.88;13.92;1506.00;-1.57;0.28 -6593;10;3249.88;10.10;1530.00;-1.57;0.20 -6594;10;2953.80;10.35;1516.00;-1.57;0.20 -6595;10;3049.70;9.81;1549.00;-1.57;0.16 -6596;10;3356.88;9.70;1458.00;-1.57;0.24 -6597;10;3294.24;9.80;1476.00;-1.57;0.26 -6598;10;2875.16;9.65;1541.00;-1.57;0.16 -6599;10;2809.16;10.03;1500.00;-1.57;0.24 -6600;10;3247.70;11.40;1472.00;-1.57;0.28 -6601;10;3546.24;9.90;1535.00;-1.57;0.28 -6602;10;3505.34;9.75;1508.00;-1.57;0.16 -6603;10;3381.80;10.00;1542.00;-1.57;0.20 -6604;10;3153.70;11.24;1499.00;-1.57;0.26 -6605;10;3325.34;9.80;1520.00;-1.57;0.26 -6606;10;2984.52;10.64;1410.00;-1.57;0.20 -6607;10;1558.52;10.79;1620.00;-1.57;0.28 -6608;10;3300.64;9.50;1240.00;-1.57;0.96 -6609;10;2904.80;15.01;1427.00;-1.57;0.18 -6610;10;1539.34;9.70;1633.00;-1.57;0.26 -6611;10;3051.80;13.24;1411.00;-1.57;0.20 -6612;10;1495.26;9.50;1341.00;-1.57;0.94 -6613;10;2879.26;11.11;1432.00;-1.57;0.14 -6614;10;3059.34;11.59;1418.00;-1.57;0.16 -6615;10;3640.06;9.60;1473.00;-1.57;0.34 -6616;10;1010.12;9.50;544.00;-1.57;1.06 -6617;10;5284.06;9.50;949.00;-1.57;1.34 -6618;10;2839.06;10.00;1428.00;-1.57;0.24 -6619;10;3068.98;10.70;1417.00;-1.57;0.20 -6620;10;3551.70;9.60;1455.00;-1.57;0.30 -6621;10;2790.08;9.70;1419.00;-1.57;0.12 -6622;10;2920.52;9.70;1554.00;-1.57;0.14 -6623;10;4462.44;9.50;170.00;-1.57;1.14 -6624;10;2885.20;9.50;1663.00;-1.57;0.80 -6625;10;1628.88;10.41;1635.00;-1.57;0.28 -6626;10;3020.44;9.70;1429.00;-1.57;0.16 -6627;10;5205.66;9.50;470.00;-1.57;1.26 -6628;10;5434.34;9.50;1054.00;-1.57;1.10 -6629;10;5475.40;9.50;1398.00;-1.57;0.98 -6630;10;1616.88;10.40;1637.00;-1.57;0.26 -6631;10;2975.80;13.93;1439.00;-1.57;0.20 -6632;10;4932.96;9.50;1383.00;-1.57;1.22 -6633;10;4164.34;9.50;946.00;-1.57;1.14 -6634;10;3139.80;10.81;1408.00;-1.57;0.20 -6635;10;2937.80;12.12;1437.00;-1.57;0.20 -6636;10;4202.74;9.50;10.00;-1.57;0.50 -6637;10;4355.08;9.50;267.00;-1.57;1.04 -6638;10;4442.14;14.86;1254.00;-1.57;0.40 -6639;10;2894.80;10.10;1437.00;-1.57;0.20 -6640;10;3784.46;9.50;338.00;-1.57;0.94 -6641;10;2671.06;9.50;52.00;-1.57;1.10 -6642;10;3523.24;15.75;1317.00;-1.57;0.22 -6643;10;3123.62;10.41;1433.00;-1.57;0.18 -6644;10;2850.34;10.15;1447.00;-1.57;0.20 -6645;10;2710.36;9.50;631.00;-1.57;1.04 -6646;10;2413.34;9.50;467.00;-1.57;1.06 -6647;10;3096.52;9.79;1423.00;-1.57;0.20 -6648;10;2843.62;10.01;1437.00;-1.57;0.18 -6649;10;1875.40;9.50;1216.00;-1.57;1.22 -6650;10;3043.34;12.25;1431.00;-1.57;0.26 -6651;10;2838.98;10.15;1447.00;-1.57;0.22 -6652;10;3177.88;9.80;1405.00;-1.57;0.20 -6653;10;1355.16;9.50;529.00;-1.57;1.24 -6654;10;119.20;9.50;15.00;-1.57;0.74 -6655;10;491.76;9.50;1204.00;-1.57;1.02 -6656;10;2999.34;9.80;1438.00;-1.57;0.20 -6657;10;2792.70;10.16;1440.00;-1.57;0.30 -6658;10;3211.06;9.77;1398.00;-1.57;0.24 -6659;10;143.52;9.50;1724.00;-1.57;1.06 -6660;10;259.08;9.50;993.00;-1.57;1.12 -6661;10;2958.34;13.07;1439.00;-1.57;0.26 -6662;10;1577.52;10.74;1644.00;-1.57;0.28 -6663;10;1229.22;9.50;492.00;-1.57;1.26 -6664;10;4906.18;9.50;62.00;-1.57;0.92 -6665;10;904.42;13.85;1573.00;-1.57;0.28 -6666;10;2906.34;9.50;1446.00;-1.57;0.26 -6667;10;3166.52;14.39;1418.00;-1.57;0.20 -6668;10;2897.80;10.10;1446.00;-1.57;0.20 -6669;10;3486.34;15.33;1350.00;-1.57;0.26 -6670;10;3106.34;9.80;1440.00;-1.57;0.22 -6671;10;3492.06;14.66;1358.00;-1.57;0.16 -6672;10;3062.98;10.25;1446.00;-1.57;0.22 -6673;10;3016.24;13.19;1449.00;-1.57;0.14 -6674;10;3476.70;15.61;1380.00;-1.57;0.26 -6675;10;2977.70;14.82;1448.00;-1.57;0.18 -6676;10;1576.42;10.75;1661.00;-1.57;0.34 -6677;10;3239.52;9.70;1406.00;-1.57;0.26 -6678;10;2966.34;15.52;1457.00;-1.57;0.20 -6679;10;3182.88;14.68;1431.00;-1.57;0.20 -6680;10;2959.98;12.62;1462.00;-1.57;0.22 -6681;10;889.70;11.14;1517.00;-1.57;0.28 -6682;10;3144.78;9.86;1441.00;-1.57;0.14 -6683;10;2920.16;10.38;1460.00;-1.57;0.18 -6684;10;4890.16;10.31;1416.00;-1.57;0.24 -6685;10;3085.70;10.27;1444.00;-1.57;0.16 -6686;10;4905.06;9.80;1445.00;-1.57;0.24 -6687;10;3034.34;12.41;1459.00;-1.57;0.20 -6688;10;2846.16;10.58;1466.00;-1.57;0.24 -6689;10;3534.70;12.09;1377.00;-1.57;0.28 -6690;10;3053.34;13.32;1471.00;-1.57;0.26 -6691;10;3025.34;14.15;1465.00;-1.57;0.20 -6692;10;3454.06;14.02;1392.00;-1.57;0.26 -6693;10;2980.16;11.81;1475.00;-1.57;0.24 -6694;10;929.06;10.00;1496.00;-1.57;0.32 -6695;10;3192.16;13.28;1423.00;-1.57;0.22 -6696;10;1472.32;11.04;1506.00;-1.57;0.44 -6697;10;3147.34;11.73;1449.00;-1.57;0.18 -6698;10;2904.80;10.47;1471.00;-1.57;0.20 -6699;10;921.88;9.88;1503.00;-1.57;0.32 -6700;10;3116.98;9.75;1446.00;-1.57;0.22 -6701;10;3548.88;10.39;1391.00;-1.57;0.24 -6702;10;3508.34;11.89;1400.00;-1.57;0.26 -6703;10;3098.16;9.80;1457.00;-1.57;0.22 -6704;10;3343.52;9.89;1414.00;-1.57;0.28 -6705;10;1557.16;10.46;1567.00;-1.57;0.24 -6706;10;3241.98;9.75;1428.00;-1.57;0.22 -6707;10;1571.06;10.80;1584.00;-1.57;0.22 -6708;10;3015.88;13.00;1479.00;-1.57;0.22 -6709;10;3193.34;13.32;1430.00;-1.57;0.16 -6710;10;1508.24;10.48;1590.00;-1.57;0.36 -6711;10;3172.88;13.60;1452.00;-1.57;0.16 -6712;10;2929.80;10.55;1481.00;-1.57;0.20 -6713;10;1449.52;10.10;1569.00;-1.57;0.24 -6714;10;3175.52;11.29;1458.00;-1.57;0.16 -6715;10;4951.88;9.73;1434.00;-1.57;0.32 -6716;10;3125.16;9.70;1465.00;-1.57;0.24 -6717;10;1627.06;12.34;1587.00;-1.57;0.30 -6718;10;3484.98;11.00;1399.00;-1.57;0.22 -6719;10;1704.52;10.30;1631.00;-1.57;0.28 -6720;10;3079.16;10.91;1470.00;-1.57;0.24 -6721;10;3434.34;12.26;1399.00;-1.57;0.24 -6722;10;1201.40;11.81;1667.00;-1.57;0.46 -6723;10;3041.34;12.78;1487.00;-1.57;0.22 -6724;10;3342.52;9.80;1425.00;-1.57;0.24 -6725;10;3004.34;11.09;1486.00;-1.57;0.18 -6726;10;1082.32;11.20;1799.00;-1.57;0.48 -6727;10;3275.88;9.70;1437.00;-1.57;0.28 -6728;10;1314.16;10.60;1838.00;-1.57;1.24 -6729;10;3241.16;10.31;1438.00;-1.57;0.24 -6730;10;3533.52;10.20;1402.00;-1.57;0.26 -6731;10;3191.16;16.04;1459.00;-1.57;0.24 -6732;10;1696.88;9.68;1590.00;-1.57;0.28 -6733;10;3495.52;11.15;1397.00;-1.57;0.22 -6734;10;2673.16;10.43;1364.00;-1.57;0.24 -6735;10;3153.88;10.55;1472.00;-1.57;0.22 -6736;10;3444.98;12.45;1406.00;-1.57;0.20 -6737;10;1410.42;10.00;1571.00;-1.57;0.32 -6738;10;3440.88;12.31;1414.00;-1.57;0.18 -6739;10;3066.98;10.02;1484.00;-1.57;0.16 -6740;10;1655.98;11.00;1775.00;-1.57;1.22 -6741;10;3389.24;9.70;1421.00;-1.57;0.16 -6742;10;1036.22;16.33;1664.00;-1.57;0.58 -6743;10;3269.32;9.70;1442.00;-1.57;0.24 -6744;10;2736.52;11.00;1281.00;-1.57;0.24 -6745;10;897.34;10.61;1526.00;-1.57;0.26 -6746;10;2725.80;12.95;1373.00;-1.57;0.16 -6747;10;3232.34;9.72;1448.00;-1.57;0.22 -6748;10;3536.52;10.65;1410.00;-1.57;0.28 -6749;10;2728.52;13.11;1385.00;-1.57;0.20 -6750;10;3493.34;12.72;1416.00;-1.57;0.24 -6751;10;3132.34;9.80;1483.00;-1.57;0.26 -6752;10;1328.78;10.40;1656.00;-1.57;0.42 -6753;10;3473.34;12.53;1416.00;-1.57;0.24 -6754;10;1003.20;12.03;1810.00;-1.57;0.80 -6755;10;3410.98;9.70;1434.00;-1.57;0.22 -6756;10;2774.24;10.50;1383.00;-1.57;0.20 -6757;10;883.88;11.48;1527.00;-1.57;0.30 -6758;10;3548.16;9.70;1427.00;-1.57;0.24 -6759;10;2804.62;10.40;1398.00;-1.57;0.18 -6760;10;3539.98;9.60;1431.00;-1.57;0.22 -6761;10;3210.52;11.34;1471.00;-1.57;0.22 -6762;10;2796.62;10.40;1401.00;-1.57;0.18 -6763;10;3539.42;16.45;1351.00;-1.57;0.24 -6764;10;2692.62;11.75;1385.00;-1.57;0.18 -6765;10;3491.24;9.80;1439.00;-1.57;0.16 -6766;10;2829.62;9.90;1391.00;-1.57;0.18 -6767;10;1393.02;10.19;1693.00;-1.57;0.44 -6768;10;3429.52;9.70;1428.00;-1.57;0.28 -6769;10;1491.06;10.80;1597.00;-1.57;0.34 -6770;10;2862.52;13.35;1410.00;-1.57;0.24 -6771;10;3349.16;9.70;1444.00;-1.57;0.20 -6772;10;888.52;13.39;1541.00;-1.57;0.28 -6773;10;2843.44;10.44;1417.00;-1.57;0.16 -6774;10;4964.06;12.51;1471.00;-1.57;0.30 -6775;10;2817.16;10.06;1406.00;-1.57;0.24 -6776;10;3389.34;9.90;1470.00;-1.57;0.26 -6777;10;2790.80;9.77;1405.00;-1.57;0.20 -6778;10;1625.60;11.36;1619.00;-1.57;0.26 -6779;10;1127.16;11.40;1916.00;-1.57;1.24 -6780;10;2923.98;10.83;1420.00;-1.57;0.20 -6781;10;3441.52;9.70;1437.00;-1.57;0.20 -6782;10;1478.52;10.70;1608.00;-1.57;0.28 -6783;10;3408.24;9.70;1446.00;-1.57;0.30 -6784;10;2895.80;12.23;1427.00;-1.57;0.16 -6785;10;1279.68;9.69;1315.00;-1.57;0.38 -6786;10;2877.98;12.50;1423.00;-1.57;0.22 -6787;10;3930.22;10.30;1713.00;-1.57;0.58 -6788;10;2951.88;9.66;1407.00;-1.57;0.20 -6789;10;2851.98;13.64;1423.00;-1.57;0.20 -6790;10;2963.70;10.56;1417.00;-1.57;0.16 -6791;10;3533.34;10.62;1442.00;-1.57;0.22 -6792;10;2814.34;10.20;1420.00;-1.57;0.22 -6793;10;2994.70;9.70;1414.00;-1.57;0.16 -6794;10;3498.34;9.80;1448.00;-1.57;0.26 -6795;10;1620.16;11.26;1608.00;-1.57;0.24 -6796;10;3471.06;9.80;1442.00;-1.57;0.24 -6797;10;1580.70;9.70;1620.00;-1.57;0.20 -6798;10;1259.04;11.55;1373.00;-1.57;0.56 -6799;10;3094.98;13.49;1405.00;-1.57;0.22 -6800;10;2741.52;12.30;1307.00;-1.57;0.14 -6801;10;3195.18;9.50;1261.00;-1.57;1.02 -6802;10;2924.80;9.50;71.00;-1.57;0.96 -6803;10;1323.04;11.07;1448.00;-1.57;0.34 -6804;10;4752.52;13.73;1350.00;-1.57;0.26 -6805;10;1537.22;9.50;1258.00;-1.57;1.04 -6806;10;4851.34;9.85;1383.00;-1.57;0.24 -6807;10;3331.16;12.14;1279.00;-1.57;0.24 -6808;10;3293.88;12.38;1320.00;-1.57;0.26 -6809;10;937.80;9.50;522.00;-1.57;1.20 -6810;10;5335.50;9.50;749.00;-1.57;1.48 -6811;10;4849.16;12.06;1408.00;-1.57;0.24 -6812;10;2824.88;9.55;1346.00;-1.57;0.24 -6813;10;3389.70;14.10;1283.00;-1.57;0.30 -6814;10;3210.98;10.07;1367.00;-1.57;0.22 -6815;10;4336.82;9.50;183.00;-1.57;0.98 -6816;10;2928.76;9.50;1637.00;-1.57;0.62 -6817;10;2807.16;9.51;1326.00;-1.57;0.20 -6818;10;2688.80;13.75;1332.00;-1.57;0.20 -6819;10;5297.38;9.50;475.00;-1.57;0.74 -6820;10;5339.56;9.50;989.00;-1.57;1.24 -6821;10;5550.30;9.50;1403.00;-1.57;0.82 -6822;10;4826.70;10.34;1352.00;-1.57;0.30 -6823;10;1576.42;10.56;1534.00;-1.57;0.20 -6824;10;4969.48;9.50;1355.00;-1.57;1.12 -6825;10;4139.72;9.50;918.00;-1.57;1.08 -6826;10;3516.58;11.14;1240.00;-1.57;0.48 -6827;10;1343.24;11.10;1659.00;-1.57;0.36 -6828;10;4600.16;11.31;1310.00;-1.57;0.24 -6829;10;4243.90;9.50;14.00;-1.57;0.70 -6830;10;4436.00;9.50;277.00;-1.57;1.00 -6831;10;3031.16;10.60;1364.00;-1.57;0.24 -6832;10;2735.16;11.91;1301.00;-1.57;0.22 -6833;10;4931.06;10.05;1414.00;-1.57;0.30 -6834;10;3780.44;9.50;284.00;-1.57;1.12 -6835;10;2621.88;9.50;59.00;-1.57;1.16 -6836;10;2817.98;10.67;1350.00;-1.57;0.22 -6837;10;4689.34;11.23;1339.00;-1.57;0.26 -6838;10;4872.34;10.58;1402.00;-1.57;0.20 -6839;10;2666.82;9.50;587.00;-1.57;0.98 -6840;10;2358.42;9.50;476.00;-1.57;1.02 -6841;10;2757.88;13.53;1343.00;-1.57;0.28 -6842;10;3210.52;12.19;1379.00;-1.57;0.22 -6843;10;3059.52;10.65;1343.00;-1.57;0.22 -6844;10;1801.86;9.50;1229.00;-1.57;1.38 -6845;10;1632.88;9.65;1544.00;-1.57;0.20 -6846;10;1606.78;9.50;1505.00;-1.57;0.26 -6847;10;1351.78;9.50;577.00;-1.57;1.02 -6848;10;50.56;9.50;22.00;-1.57;0.94 -6849;10;553.96;9.50;1191.00;-1.57;1.36 -6850;10;1547.90;10.24;1543.00;-1.57;0.10 -6851;10;4712.80;10.52;1312.00;-1.57;0.16 -6852;10;4693.88;11.53;1365.00;-1.57;0.28 -6853;10;162.04;9.50;1678.00;-1.57;1.04 -6854;10;444.76;9.50;1126.00;-1.57;1.18 -6855;10;1516.16;10.78;1544.00;-1.57;0.24 -6856;10;2791.62;12.85;1307.00;-1.57;0.18 -6857;10;3170.16;11.61;1354.00;-1.57;0.24 -6858;10;1232.08;9.50;442.00;-1.57;1.12 -6859;10;4900.80;9.50;21.00;-1.57;1.06 -6860;10;4752.52;11.40;1333.00;-1.57;0.24 -6861;10;925.88;10.57;1478.00;-1.57;0.32 -6862;10;2994.52;10.20;1369.00;-1.57;0.26 -6863;10;4872.24;9.81;1432.00;-1.57;0.30 -6864;10;3220.16;9.88;1318.00;-1.57;0.24 -6865;10;2832.52;12.70;1361.00;-1.57;0.22 -6866;10;2711.80;11.19;1315.00;-1.57;0.20 -6867;10;2714.16;12.50;1342.00;-1.57;0.16 -6868;10;4762.34;12.11;1358.00;-1.57;0.24 -6869;10;1623.52;9.90;1549.00;-1.57;0.22 -6870;10;5019.98;11.16;1317.00;-1.57;0.22 -6871;10;3284.88;12.35;1328.00;-1.57;0.20 -6872;10;1592.98;10.45;1560.00;-1.57;0.22 -6873;10;4998.34;10.21;1338.00;-1.57;0.26 -6874;10;1534.34;10.88;1556.00;-1.57;0.26 -6875;10;2983.98;9.70;1372.00;-1.57;0.22 -6876;10;937.24;10.12;1488.00;-1.57;0.30 -6877;10;3294.52;12.89;1301.00;-1.57;0.28 -6878;10;2783.16;11.95;1356.00;-1.57;0.24 -6879;10;2770.52;12.90;1328.00;-1.57;0.20 -6880;10;2685.52;9.74;1272.00;-1.57;0.16 -6881;10;930.16;9.83;1447.00;-1.57;0.24 -6882;10;1647.98;9.70;1558.00;-1.57;0.22 -6883;10;3411.60;10.60;1259.00;-1.57;0.24 -6884;10;2688.44;10.59;1284.00;-1.57;0.16 -6885;10;1603.16;9.76;1559.00;-1.57;0.22 -6886;10;3161.80;12.74;1354.00;-1.57;0.20 -6887;10;1124.94;15.53;1536.00;-1.57;0.50 -6888;10;3377.06;14.35;1297.00;-1.57;0.34 -6889;10;3090.34;9.96;1375.00;-1.57;0.24 -6890;10;1532.52;10.90;1568.00;-1.57;0.28 -6891;10;2950.52;10.44;1342.00;-1.57;0.20 -6892;10;1622.16;9.70;1516.00;-1.57;0.24 -6893;10;4721.06;10.18;1370.00;-1.57;0.26 -6894;10;3313.88;14.05;1273.00;-1.57;0.20 -6895;10;3240.88;9.70;1346.00;-1.57;0.24 -6896;10;2740.98;12.77;1296.00;-1.57;0.16 -6897;10;1094.94;14.72;1454.00;-1.57;0.48 -6898;10;4680.52;12.20;1345.00;-1.57;0.28 -6899;10;1568.34;10.90;1566.00;-1.57;0.20 -6900;10;3130.16;14.66;1336.00;-1.57;0.22 -6901;10;2791.16;10.73;1360.00;-1.57;0.20 -6902;10;2701.52;10.35;1307.00;-1.57;0.24 -6903;10;2776.44;11.96;1363.00;-1.57;0.16 -6904;10;4613.70;12.89;1333.00;-1.57;0.30 -6905;10;4785.34;12.40;1367.00;-1.57;0.26 -6906;10;2797.80;10.13;1313.00;-1.57;0.20 -6907;10;2712.80;12.20;1348.00;-1.57;0.20 -6908;10;3317.24;12.50;1330.00;-1.57;0.22 -6909;10;1672.16;9.70;1570.00;-1.57;0.22 -6910;10;4754.88;11.49;1342.00;-1.57;0.24 -6911;10;1656.26;10.45;1573.00;-1.57;0.14 -6912;10;3241.96;10.48;1328.00;-1.57;0.26 -6913;10;3118.88;13.81;1374.00;-1.57;0.24 -6914;10;2754.16;12.30;1320.00;-1.57;0.24 -6915;10;2841.80;12.92;1374.00;-1.57;0.20 -6916;10;1630.52;11.34;1611.00;-1.57;0.24 -6917;10;2844.52;10.80;1384.00;-1.57;0.16 -6918;10;4721.34;11.10;1319.00;-1.57;0.22 -6919;10;3409.88;14.29;1319.00;-1.57;0.30 -6920;10;3324.70;13.73;1340.00;-1.57;0.30 -6921;10;2686.70;13.83;1354.00;-1.57;0.16 -6922;10;4821.34;9.70;1336.00;-1.57;0.26 -6923;10;3198.06;12.30;1362.00;-1.57;0.16 -6924;10;2674.62;10.37;1337.00;-1.57;0.18 -6925;10;3321.52;10.39;1311.00;-1.57;0.28 -6926;10;3006.98;11.14;1380.00;-1.57;0.22 -6927;10;2853.16;9.66;1359.00;-1.57;0.20 -6928;10;4793.80;10.03;1320.00;-1.57;0.20 -6929;10;1597.42;9.86;1533.00;-1.57;0.18 -6930;10;3151.88;10.36;1320.00;-1.57;0.18 -6931;10;2832.98;12.35;1377.00;-1.57;0.20 -6932;10;4539.60;12.82;1220.00;-1.57;0.40 -6933;10;2681.98;9.90;1288.00;-1.57;0.20 -6934;10;2952.98;10.49;1473.00;-1.57;0.20 -6935;10;3491.24;13.52;1299.00;-1.57;0.32 -6936;10;2741.52;12.60;1358.00;-1.57;0.20 -6937;10;4645.24;13.15;1362.00;-1.57;0.32 -6938;10;3337.06;13.84;1344.00;-1.57;0.26 -6939;10;3045.80;10.55;1353.00;-1.57;0.20 -6940;10;3129.88;11.58;1375.00;-1.57;0.28 -6941;10;2695.98;11.00;1347.00;-1.57;0.22 -6942;10;3077.98;12.35;1391.00;-1.57;0.22 -6943;10;1604.70;9.70;1472.00;-1.57;0.28 -6944;10;4839.52;9.64;1371.00;-1.57;0.28 -6945;10;3271.16;12.79;1293.00;-1.57;0.24 -6946;10;2973.16;9.81;1391.00;-1.57;0.22 -6947;10;4786.16;12.11;1380.00;-1.57;0.24 -6948;10;2727.80;11.13;1305.00;-1.57;0.20 -6949;10;2857.44;9.75;1490.00;-1.57;0.16 -6950;10;3393.78;13.58;1325.00;-1.57;0.20 -6951;10;4722.34;9.70;1360.00;-1.57;0.26 -6952;10;3201.52;11.34;1368.00;-1.57;0.20 -6953;10;3135.52;13.04;1382.00;-1.57;0.22 -6954;10;2711.80;12.76;1290.00;-1.57;0.20 -6955;10;2680.34;11.48;1380.00;-1.57;0.22 -6956;10;3366.52;14.39;1282.00;-1.57;0.28 -6957;10;3071.98;14.37;1397.00;-1.57;0.22 -6958;10;1568.34;13.35;1521.00;-1.57;0.26 -6959;10;2799.80;10.67;1305.00;-1.57;0.20 -6960;10;2857.52;10.39;1389.00;-1.57;0.20 -6961;10;4887.60;10.01;1380.00;-1.57;0.30 -6962;10;2853.80;11.30;1396.00;-1.57;0.20 -6963;10;4786.34;13.19;1348.00;-1.57;0.26 -6964;10;4826.34;15.85;1386.00;-1.57;0.26 -6965;10;3405.34;17.98;1304.00;-1.57;0.26 -6966;10;2814.80;10.21;1340.00;-1.57;0.20 -6967;10;3220.70;9.90;1371.00;-1.57;0.24 -6968;10;1332.32;9.80;1409.00;-1.57;0.40 -6969;10;4639.88;11.93;1332.00;-1.57;0.20 -6970;10;3131.16;12.88;1389.00;-1.57;0.18 -6971;10;1525.70;10.57;1507.00;-1.57;0.30 -6972;10;3058.80;12.80;1333.00;-1.57;0.18 -6973;10;2965.52;9.80;1401.00;-1.57;0.24 -6974;10;1456.60;10.60;1487.00;-1.57;0.38 -6975;10;2910.80;13.65;1404.00;-1.57;0.18 -6976;10;3448.52;15.00;1329.00;-1.57;0.28 -6977;10;3371.34;13.59;1303.00;-1.57;0.24 -6978;10;3352.16;13.11;1341.00;-1.57;0.24 -6979;10;3091.44;9.70;1324.00;-1.57;0.16 -6980;10;3053.98;10.86;1356.00;-1.57;0.14 -6981;10;4743.98;9.67;1324.00;-1.57;0.20 -6982;10;3190.70;10.47;1370.00;-1.57;0.20 -6983;10;3073.34;12.21;1409.00;-1.57;0.24 -6984;10;1611.88;9.70;1533.00;-1.57;0.20 -6985;10;2981.88;12.49;1403.00;-1.57;0.16 -6986;10;2684.98;10.15;1303.00;-1.57;0.18 -6987;10;1272.50;10.40;1332.00;-1.57;0.42 -6988;10;4644.06;13.62;1375.00;-1.57;0.34 -6989;10;4881.78;11.59;1396.00;-1.57;0.28 -6990;10;3177.52;10.55;1346.00;-1.57;0.20 -6991;10;3465.60;14.41;1328.00;-1.57;0.20 -6992;10;3244.52;12.20;1289.00;-1.57;0.28 -6993;10;2760.52;13.15;1336.00;-1.57;0.20 -6994;10;5004.98;12.60;1334.00;-1.57;0.22 -6995;10;3359.24;11.43;1353.00;-1.57;0.36 -6996;10;2688.34;11.30;1324.00;-1.57;0.20 -6997;10;3513.88;12.65;1313.00;-1.57;0.32 -6998;10;3139.34;10.95;1393.00;-1.57;0.26 -6999;10;4464.24;14.60;1131.00;-1.57;0.36 -7000;10;4598.16;11.30;1297.00;-1.57;0.24 -7001;10;3376.16;11.25;1180.00;-1.57;0.24 -7002;10;3259.60;9.50;1238.00;-1.57;1.02 -7003;10;3225.60;9.50;1262.00;-1.57;0.24 -7004;10;4586.70;12.41;1064.00;-1.57;0.30 -7005;10;2962.96;10.20;1207.00;-1.57;0.36 -7006;10;1589.54;9.50;1249.00;-1.57;0.80 -7007;10;4647.06;12.40;1126.00;-1.57;0.32 -7008;10;2806.60;13.94;1219.00;-1.57;0.32 -7009;10;799.92;9.50;614.00;-1.57;1.10 -7010;10;5195.22;9.50;598.00;-1.57;1.58 -7011;10;3299.52;10.15;1148.00;-1.57;0.28 -7012;10;1553.42;9.70;1432.00;-1.57;0.38 -7013;10;3951.60;13.83;969.00;-1.57;0.28 -7014;10;4701.98;10.10;1165.00;-1.57;0.16 -7015;10;4462.34;10.23;999.00;-1.57;0.26 -7016;10;4999.34;9.50;1260.00;-1.57;0.22 -7017;10;4384.62;9.50;334.00;-1.57;0.98 -7018;10;2906.58;9.50;1649.00;-1.57;0.62 -7019;10;4537.78;10.67;1185.00;-1.57;0.34 -7020;10;3887.68;9.83;1037.00;-1.57;0.38 -7021;10;4812.34;13.50;1281.00;-1.57;0.26 -7022;10;5306.86;9.50;447.00;-1.57;0.80 -7023;10;5391.82;9.50;1026.00;-1.57;1.22 -7024;10;5443.94;9.50;1450.00;-1.57;1.60 -7025;10;4629.52;9.70;1228.00;-1.57;0.28 -7026;10;3325.88;10.05;1256.00;-1.57;0.28 -7027;10;4664.52;9.69;1064.00;-1.57;0.28 -7028;10;4884.84;9.50;1351.00;-1.57;1.22 -7029;10;4095.80;9.50;897.00;-1.57;1.20 -7030;10;3296.88;10.33;1102.00;-1.57;0.32 -7031;10;4193.18;9.50;48.00;-1.57;1.02 -7032;10;4398.72;9.50;279.00;-1.57;1.08 -7033;10;2870.88;12.61;1237.00;-1.57;0.32 -7034;10;4294.16;10.46;976.00;-1.57;0.24 -7035;10;4625.70;11.30;1148.00;-1.57;0.30 -7036;10;3822.80;9.50;247.00;-1.57;1.20 -7037;10;3380.24;9.50;71.00;-1.57;1.28 -7038;10;2615.90;9.50;106.00;-1.57;1.10 -7039;10;4541.52;9.60;1001.00;-1.57;0.26 -7040;10;2844.42;12.97;1238.00;-1.57;0.38 -7041;10;2773.26;10.20;1074.00;-1.57;1.78 -7042;10;2759.16;9.50;627.00;-1.57;0.74 -7043;10;2411.14;9.50;503.00;-1.57;0.88 -7044;10;4535.24;10.88;1024.00;-1.57;0.22 -7045;10;1577.70;10.40;1470.00;-1.57;0.30 -7046;10;4878.88;11.87;1202.00;-1.57;0.26 -7047;10;1759.50;9.50;1290.00;-1.57;1.20 -7048;10;4561.40;14.34;1358.00;-1.57;0.54 -7049;10;3864.24;10.32;1093.00;-1.57;0.36 -7050;10;4862.98;12.15;1221.00;-1.57;0.16 -7051;10;1289.30;9.50;588.00;-1.57;1.10 -7052;10;57.74;9.50;63.00;-1.57;1.12 -7053;10;394.56;9.50;1304.00;-1.57;0.92 -7054;10;4643.34;11.46;1113.00;-1.57;0.26 -7055;10;4649.34;10.52;1248.00;-1.57;0.24 -7056;10;163.94;9.50;1630.00;-1.57;1.00 -7057;10;453.24;9.50;1175.00;-1.57;1.06 -7058;10;4697.80;10.51;1141.00;-1.57;0.20 -7059;10;3007.52;9.75;1282.00;-1.57;0.24 -7060;10;3980.60;10.80;972.00;-1.57;0.34 -7061;10;1181.14;9.50;453.00;-1.57;1.16 -7062;10;5378.76;9.50;836.00;-1.57;1.18 -7063;10;3133.88;9.70;1156.00;-1.57;0.26 -7064;10;4102.88;11.18;1091.00;-1.57;0.32 -7065;10;2900.42;14.70;1249.00;-1.57;0.26 -7066;10;3030.70;12.03;1174.00;-1.57;0.22 -7067;10;4611.52;9.55;1022.00;-1.57;0.28 -7068;10;2743.80;12.28;1268.00;-1.57;0.20 -7069;10;2689.60;12.32;1200.00;-1.57;0.34 -7070;10;4784.98;10.67;1300.00;-1.57;0.22 -7071;10;4653.88;9.50;1051.00;-1.57;0.20 -7072;10;4921.32;9.90;1223.83;-1.57;0.24 -7073;10;3310.24;10.83;1067.00;-1.57;0.36 -7074;10;4584.34;11.13;1249.00;-1.57;0.26 -7075;10;4417.70;12.94;973.00;-1.57;0.30 -7076;10;3121.68;9.75;1127.00;-1.57;0.34 -7077;10;2959.78;12.30;1244.00;-1.57;0.26 -7078;10;4206.80;9.93;1010.00;-1.57;0.20 -7079;10;3203.70;9.90;1165.00;-1.57;0.26 -7080;10;4013.78;10.46;1065.00;-1.57;0.42 -7081;10;2921.80;10.18;1261.00;-1.57;0.20 -7082;10;3161.52;9.90;1185.00;-1.57;0.24 -7083;10;1570.60;9.80;1456.00;-1.57;0.34 -7084;10;3880.96;9.70;1088.00;-1.57;0.44 -7085;10;4622.24;10.85;1221.00;-1.57;0.24 -7086;10;4677.80;11.84;1105.00;-1.57;0.20 -7087;10;4966.16;9.60;1233.00;-1.57;0.24 -7088;10;3297.38;12.60;665.00;-1.57;0.80 -7089;10;4671.24;11.30;1257.00;-1.57;0.22 -7090;10;4109.24;12.76;963.00;-1.57;0.36 -7091;10;3288.80;9.70;1164.00;-1.57;0.18 -7092;10;4610.52;9.70;1270.00;-1.57;0.26 -7093;10;4482.34;9.50;994.00;-1.57;0.26 -7094;10;4640.34;10.40;1189.00;-1.57;0.26 -7095;10;4516.88;9.93;1046.00;-1.57;0.28 -7096;10;3166.06;9.67;1279.00;-1.57;0.26 -7097;10;4570.88;9.75;1115.00;-1.57;0.30 -7098;10;2714.16;11.33;1282.00;-1.57;0.20 -7099;10;4630.34;12.43;1054.00;-1.57;0.26 -7100;10;2720.06;13.10;1210.00;-1.57;0.34 -7101;10;4550.42;9.60;1127.00;-1.57;0.24 -7102;10;4935.16;12.73;1248.00;-1.57;0.24 -7103;10;4392.32;11.77;976.00;-1.57;0.30 -7104;10;4654.70;10.52;1147.00;-1.57;0.28 -7105;10;4683.70;11.44;1270.00;-1.57;0.28 -7106;10;4008.50;20.25;1186.00;-1.57;0.34 -7107;10;3358.26;10.52;1181.00;-1.57;0.14 -7108;10;4590.24;9.61;1019.00;-1.57;0.24 -7109;10;4607.98;10.15;1297.00;-1.57;0.22 -7110;10;4840.62;10.88;1201.00;-1.57;0.18 -7111;10;2778.44;12.20;1285.00;-1.57;0.16 -7112;10;359.78;9.89;1037.00;-1.57;0.20 -7113;10;4920.06;10.69;1214.00;-1.57;0.26 -7114;10;2828.44;9.50;1303.00;-1.57;0.16 -7115;10;4830.34;9.50;1114.00;-1.57;0.24 -7116;10;2775.42;14.30;1208.00;-1.57;0.36 -7117;10;3275.60;9.90;1126.00;-1.57;0.40 -7118;10;1519.96;9.95;1420.00;-1.57;0.30 -7119;10;3964.60;12.88;964.00;-1.57;0.26 -7120;10;4681.16;10.75;1163.00;-1.57;0.22 -7121;10;4822.44;10.88;1255.00;-1.57;0.16 -7122;10;4256.80;10.26;1000.00;-1.57;0.20 -7123;10;1849.08;9.70;1116.00;-1.57;0.12 -7124;10;4197.88;9.90;1033.00;-1.57;0.26 -7125;10;4793.06;10.10;1282.00;-1.57;0.18 -7126;10;4603.88;9.70;1202.00;-1.57;0.32 -7127;10;3182.40;10.83;1296.00;-1.57;0.44 -7128;10;4543.42;10.50;1044.00;-1.57;0.30 -7129;10;4609.24;9.70;1236.00;-1.57;0.30 -7130;10;3236.16;10.04;1285.00;-1.57;0.24 -7131;10;4649.98;10.40;1060.00;-1.57;0.22 -7132;10;2797.80;10.29;1241.00;-1.57;0.20 -7133;10;3297.78;11.35;700.00;-1.57;0.42 -7134;10;1557.88;9.70;1441.00;-1.57;0.24 -7135;10;4522.62;9.70;990.00;-1.57;0.18 -7136;10;3070.96;10.32;1141.00;-1.57;0.30 -7137;10;4496.24;9.80;1020.00;-1.57;0.24 -7138;10;1554.14;9.83;1454.00;-1.57;0.32 -7139;10;3139.98;11.56;1171.00;-1.57;0.22 -7140;10;3385.96;11.73;1244.00;-1.57;0.32 -7141;10;4619.34;10.10;1047.00;-1.57;0.24 -7142;10;4676.98;9.70;1203.00;-1.57;0.22 -7143;10;3327.78;14.01;1268.00;-1.57;0.22 -7144;10;3284.80;9.80;1105.00;-1.57;0.20 -7145;10;4881.34;12.65;1235.00;-1.57;0.24 -7146;10;4691.98;10.75;1126.00;-1.57;0.22 -7147;10;3020.34;10.22;1275.00;-1.57;0.22 -7148;10;3241.14;9.60;1143.00;-1.57;0.34 -7149;10;2878.32;11.77;1226.00;-1.57;0.36 -7150;10;3952.78;9.76;997.00;-1.57;0.32 -7151;10;3366.98;10.56;1174.00;-1.57;0.22 -7152;10;4566.98;10.55;1017.00;-1.57;0.22 -7153;10;2726.80;10.21;1260.00;-1.57;0.20 -7154;10;2982.76;10.92;1165.00;-1.57;0.58 -7155;10;4764.34;9.80;1294.00;-1.57;0.16 -7156;10;3337.06;10.67;1038.00;-1.57;0.34 -7157;10;4974.62;9.52;1232.00;-1.57;0.18 -7158;10;4583.22;12.68;1332.00;-1.57;0.34 -7159;10;4561.34;10.11;1078.00;-1.57;0.26 -7160;10;4624.88;10.43;1261.00;-1.57;0.30 -7161;10;3238.30;11.99;576.00;-1.57;0.70 -7162;10;2972.52;9.74;1243.00;-1.57;0.28 -7163;10;4282.88;10.79;1006.00;-1.57;0.30 -7164;10;3283.52;9.70;1155.00;-1.57;0.28 -7165;10;3961.24;10.35;1020.00;-1.57;0.34 -7166;10;2878.34;12.69;1257.00;-1.57;0.26 -7167;10;4592.96;9.70;1157.00;-1.57;0.28 -7168;10;4528.52;10.49;1044.00;-1.57;0.28 -7169;10;5006.70;9.50;1292.00;-1.57;0.30 -7170;10;3365.80;10.64;1185.00;-1.57;0.20 -7171;10;4777.98;11.84;1309.00;-1.57;0.22 -7172;10;4615.06;10.95;1093.00;-1.57;0.24 -7173;10;2745.88;15.02;1204.00;-1.57;0.32 -7174;10;4659.52;11.00;1127.00;-1.57;0.24 -7175;10;4788.16;9.74;1251.00;-1.57;0.20 -7176;10;3355.62;10.46;1159.00;-1.57;0.18 -7177;10;3986.96;10.44;985.00;-1.57;0.28 -7178;10;4858.44;9.90;1185.00;-1.57;0.16 -7179;10;4244.52;10.19;1025.00;-1.57;0.28 -7180;10;2961.34;11.95;1255.00;-1.57;0.26 -7181;10;4669.98;9.70;1194.00;-1.57;0.22 -7182;10;4627.16;11.33;1041.00;-1.57;0.24 -7183;10;2714.98;9.89;1273.00;-1.57;0.22 -7184;10;3393.96;11.12;1201.00;-1.57;0.44 -7185;10;1333.54;10.40;1890.00;-1.57;1.66 -7186;10;4704.98;9.77;1055.00;-1.57;0.22 -7187;10;4949.52;11.25;1243.00;-1.57;0.20 -7188;10;3295.70;10.61;1115.00;-1.57;0.30 -7189;10;4633.16;10.98;1270.00;-1.57;0.24 -7190;10;4280.70;11.79;990.00;-1.57;0.28 -7191;10;4680.62;9.91;1150.00;-1.57;0.18 -7192;10;4519.70;9.90;1011.00;-1.57;0.20 -7193;10;3320.60;11.05;1229.00;-1.57;0.32 -7194;10;3054.06;10.05;1146.00;-1.57;0.34 -7195;10;413.32;11.19;1015.00;-1.57;0.26 -7196;10;2771.16;14.11;1281.00;-1.57;0.24 -7197;10;4890.52;9.50;1204.00;-1.57;0.22 -7198;10;2739.16;12.04;1276.00;-1.57;0.20 -7199;10;4608.88;10.64;1081.00;-1.57;0.28 -7200;10;4654.34;9.70;1225.00;-1.57;0.24 -7201;10;4528.42;13.29;1136.00;-1.57;0.26 -7202;10;1560.32;9.63;1414.00;-1.57;0.48 -7203;10;2669.76;15.37;1142.00;-1.57;0.48 -7204;10;4792.98;10.19;1261.00;-1.57;0.22 -7205;10;3990.06;11.12;998.00;-1.57;0.34 -7206;10;3180.34;9.80;1163.00;-1.57;0.26 -7207;10;3927.14;9.70;1006.00;-1.57;0.38 -7208;10;4526.06;10.95;1245.00;-1.57;0.34 -7209;10;3032.70;9.80;1183.00;-1.57;0.24 -7210;10;4549.24;9.97;1036.00;-1.57;0.26 -7211;10;3153.24;11.12;1287.00;-1.57;0.20 -7212;10;4898.16;9.65;1225.00;-1.57;0.24 -7213;10;2790.52;13.60;1335.00;-1.57;0.20 -7214;10;4696.34;14.71;1051.00;-1.57;0.26 -7215;10;2750.34;13.16;1230.00;-1.57;0.24 -7216;10;3264.10;10.04;1107.00;-1.57;0.50 -7217;10;4947.34;12.32;1252.00;-1.57;0.26 -7218;10;4426.96;12.55;983.00;-1.57;0.24 -7219;10;3154.06;11.20;627.00;-1.57;0.84 -7220;10;4166.52;10.30;1015.00;-1.57;0.28 -7221;10;4790.24;9.67;1273.00;-1.57;0.30 -7222;10;4640.70;9.75;1177.00;-1.57;0.28 -7223;10;4512.06;12.05;536.00;-1.57;0.20 -7224;10;3908.40;14.93;1288.00;-1.57;0.44 -7225;10;4391.70;9.60;863.00;-1.57;0.20 -7226;10;3226.70;9.50;1272.00;-1.57;1.00 -7227;10;4554.70;10.20;604.00;-1.57;0.30 -7228;10;3748.60;10.30;1696.00;-1.57;0.40 -7229;10;4487.34;12.99;896.00;-1.57;0.26 -7230;10;1677.98;9.50;1211.00;-1.57;1.00 -7231;10;4643.42;10.28;674.00;-1.57;0.24 -7232;10;3958.24;15.65;927.00;-1.57;0.36 -7233;10;3759.96;10.46;1554.00;-1.57;0.40 -7234;10;819.96;9.50;526.00;-1.57;1.24 -7235;10;5155.62;9.50;582.00;-1.57;1.00 -7236;10;4375.80;10.02;756.00;-1.57;0.20 -7237;10;3660.14;10.61;1626.00;-1.57;0.36 -7238;10;4471.98;9.92;830.00;-1.57;0.22 -7239;10;2763.80;9.97;1577.00;-1.57;0.20 -7240;10;4457.96;10.37;1142.00;-1.57;0.40 -7241;10;4379.98;9.50;379.00;-1.57;1.18 -7242;10;2862.76;9.50;1586.00;-1.57;0.64 -7243;10;3796.42;10.10;1442.00;-1.57;0.38 -7244;10;3984.42;14.74;859.00;-1.57;0.28 -7245;10;1623.32;9.50;1273.00;-1.57;0.48 -7246;10;5475.86;9.50;402.00;-1.57;1.12 -7247;10;5383.02;9.50;965.00;-1.57;1.38 -7248;10;5519.40;9.50;1488.00;-1.57;1.00 -7249;10;4983.04;12.85;1535.00;-1.57;0.34 -7250;10;3981.14;11.10;909.00;-1.57;0.26 -7251;10;5180.52;10.63;579.00;-1.57;0.18 -7252;10;4873.88;9.50;1298.00;-1.57;1.02 -7253;10;4081.28;9.50;844.00;-1.57;0.92 -7254;10;4293.34;10.79;924.00;-1.57;0.26 -7255;10;910.60;14.00;1658.00;-1.57;0.38 -7256;10;4463.78;11.10;1185.00;-1.57;0.36 -7257;10;4233.36;9.50;54.00;-1.57;1.02 -7258;10;4427.82;9.50;326.00;-1.57;0.98 -7259;10;873.22;11.22;1714.00;-1.57;0.42 -7260;10;4061.88;10.52;750.00;-1.57;0.32 -7261;10;3868.98;9.50;298.00;-1.57;0.90 -7262;10;3396.18;9.50;35.00;-1.57;1.02 -7263;10;2660.18;9.50;15.00;-1.57;0.64 -7264;10;5374.34;9.70;318.00;-1.57;0.26 -7265;10;4035.60;10.46;798.00;-1.57;0.28 -7266;10;4935.60;10.50;1484.00;-1.57;0.36 -7267;10;2766.88;9.50;660.00;-1.57;0.76 -7268;10;2376.14;9.50;523.00;-1.57;1.04 -7269;10;4931.30;10.98;583.00;-1.57;0.36 -7270;10;4383.42;18.58;1239.00;-1.57;0.38 -7271;10;4497.80;14.23;840.00;-1.57;0.20 -7272;10;1883.54;9.50;1338.00;-1.57;1.06 -7273;10;4033.66;22.76;1228.00;-1.57;0.74 -7274;10;4109.14;10.70;1624.00;-1.57;0.46 -7275;10;4684.98;11.19;893.00;-1.57;0.20 -7276;10;1304.36;9.50;540.00;-1.57;1.04 -7277;10;42.70;9.50;117.00;-1.57;1.30 -7278;10;433.78;9.50;1260.00;-1.57;1.24 -7279;10;4535.42;10.13;1125.00;-1.57;0.34 -7280;10;4467.34;10.83;931.00;-1.57;0.26 -7281;10;3742.96;9.80;1556.00;-1.57;0.44 -7282;10;227.28;9.50;1629.00;-1.57;1.02 -7283;10;483.34;9.50;1090.00;-1.57;1.18 -7284;10;4776.98;9.50;758.00;-1.57;0.22 -7285;10;3774.60;10.60;1635.00;-1.57;0.28 -7286;10;1089.76;9.50;546.00;-1.57;1.20 -7287;10;5446.04;9.50;800.00;-1.57;1.08 -7288;10;4014.70;11.39;797.00;-1.57;0.30 -7289;10;1675.78;10.54;1644.00;-1.57;0.28 -7290;10;113.14;9.70;430.00;-1.57;0.24 -7291;10;1679.24;9.70;1676.00;-1.57;0.36 -7292;10;4405.34;9.65;848.00;-1.57;0.26 -7293;10;4623.52;11.54;513.00;-1.57;0.24 -7294;10;4409.50;15.50;1088.00;-1.57;0.50 -7295;10;4338.98;9.60;884.00;-1.57;0.22 -7296;10;4600.52;10.24;591.00;-1.57;0.28 -7297;10;4085.24;9.70;915.00;-1.57;0.24 -7298;10;3899.94;10.10;1571.00;-1.57;0.34 -7299;10;4616.78;10.46;657.00;-1.57;0.42 -7300;10;3697.60;13.49;1587.00;-1.57;0.40 -7301;10;4513.52;12.65;1212.00;-1.57;0.28 -7302;10;5581.16;9.81;363.00;-1.57;0.24 -7303;10;4464.16;9.50;801.00;-1.57;0.24 -7304;10;1817.84;9.73;1650.00;-1.57;0.32 -7305;10;5120.16;10.01;511.00;-1.57;0.24 -7306;10;1373.04;10.20;1579.00;-1.57;0.40 -7307;10;4737.52;9.94;843.00;-1.57;0.28 -7308;10;4420.86;12.18;581.00;-1.57;0.54 -7309;10;4994.42;10.51;1524.00;-1.57;0.34 -7310;10;4043.06;10.85;872.00;-1.57;0.34 -7311;10;4734.34;11.76;660.00;-1.57;0.24 -7312;10;4348.70;11.34;925.00;-1.57;0.26 -7313;10;3728.96;10.24;1522.00;-1.57;0.40 -7314;10;4515.78;13.06;1281.00;-1.57;0.42 -7315;10;902.34;9.76;1693.00;-1.57;0.26 -7316;10;4011.22;21.41;1205.00;-1.57;0.58 -7317;10;3976.40;10.49;1561.00;-1.57;0.52 -7318;10;3642.14;10.00;1768.00;-1.57;0.46 -7319;10;4436.52;9.79;843.00;-1.57;0.28 -7320;10;3734.06;13.89;1655.00;-1.57;0.34 -7321;10;4712.70;9.58;512.00;-1.57;0.14 -7322;10;3658.60;9.84;1478.00;-1.57;0.40 -7323;10;4694.80;10.79;889.00;-1.57;0.20 -7324;10;5165.80;9.70;559.00;-1.57;0.20 -7325;10;4705.80;10.47;921.00;-1.57;0.20 -7326;10;3876.04;10.10;1543.00;-1.57;0.50 -7327;10;4380.60;10.30;660.00;-1.57;0.30 -7328;10;3736.78;9.80;1593.00;-1.57;0.34 -7329;10;4401.34;10.53;737.00;-1.57;0.26 -7330;10;3554.56;10.40;1779.00;-1.57;0.56 -7331;10;4455.34;9.60;795.00;-1.57;0.24 -7332;10;4012.68;11.19;1459.00;-1.57;0.46 -7333;10;5130.70;10.87;500.00;-1.57;0.24 -7334;10;4115.06;11.38;1088.00;-1.57;0.34 -7335;10;3958.68;10.90;1480.00;-1.57;0.52 -7336;10;4692.88;10.39;612.00;-1.57;0.30 -7337;10;3797.86;9.70;1477.00;-1.57;0.38 -7338;10;4368.34;9.70;888.00;-1.57;0.24 -7339;10;5115.18;9.50;618.00;-1.57;0.28 -7340;10;4069.24;9.70;913.00;-1.57;0.36 -7341;10;3712.14;9.80;1526.00;-1.57;0.46 -7342;10;4380.70;11.06;730.00;-1.57;0.28 -7343;10;3656.24;10.32;1578.00;-1.57;0.30 -7344;10;4057.34;10.12;771.00;-1.57;0.26 -7345;10;1660.06;9.89;1645.00;-1.57;0.34 -7346;10;3655.24;9.80;1692.00;-1.57;0.36 -7347;10;4479.80;11.38;833.00;-1.57;0.20 -7348;10;1081.56;10.70;1884.00;-1.57;0.84 -7349;10;5113.98;10.92;496.00;-1.57;0.22 -7350;10;4022.84;9.80;1521.00;-1.57;0.52 -7351;10;4686.98;10.08;886.00;-1.57;0.22 -7352;10;5157.62;10.34;557.00;-1.57;0.18 -7353;10;4364.24;9.70;924.00;-1.57;0.34 -7354;10;3797.78;9.76;1460.00;-1.57;0.40 -7355;10;4614.50;10.40;636.00;-1.57;0.36 -7356;10;4415.70;11.47;957.00;-1.57;0.30 -7357;10;3815.50;10.70;1599.00;-1.57;0.42 -7358;10;4637.16;10.68;723.00;-1.57;0.24 -7359;10;3634.88;9.78;1679.00;-1.57;0.24 -7360;10;4735.52;10.30;780.00;-1.57;0.24 -7361;10;1811.32;9.65;1636.00;-1.57;0.36 -7362;10;5108.16;13.08;507.00;-1.57;0.20 -7363;10;4020.06;10.40;826.00;-1.57;0.32 -7364;10;1712.16;10.46;1911.00;-1.57;2.24 -7365;10;5102.34;14.22;552.00;-1.57;0.20 -7366;10;1532.68;11.05;1677.00;-1.57;0.44 -7367;10;4371.34;9.70;878.00;-1.57;0.22 -7368;10;4388.24;13.06;621.00;-1.57;0.26 -7369;10;4763.58;9.50;620.00;-1.57;0.28 -7370;10;3692.32;9.80;1509.00;-1.57;0.44 -7371;10;4604.16;10.44;719.00;-1.57;0.24 -7372;10;4096.78;12.54;946.00;-1.57;0.34 -7373;10;3701.14;14.30;1572.00;-1.57;0.46 -7374;10;4080.48;15.24;1122.00;-1.57;0.62 -7375;10;3684.60;9.90;1686.00;-1.57;0.24 -7376;10;4441.80;9.70;830.00;-1.57;0.20 -7377;10;2698.52;10.09;1589.00;-1.57;0.28 -7378;10;5119.16;13.20;504.00;-1.57;0.24 -7379;10;1772.04;11.76;1687.00;-1.57;0.56 -7380;10;4502.16;11.88;863.00;-1.57;0.20 -7381;10;4475.16;9.75;550.00;-1.57;0.18 -7382;10;4289.52;10.65;910.00;-1.57;0.28 -7383;10;3860.40;10.40;1531.00;-1.57;0.58 -7384;10;4459.06;10.15;619.00;-1.57;0.30 -7385;10;4746.06;10.09;803.00;-1.57;0.34 -7386;10;893.42;9.79;1681.00;-1.57;0.38 -7387;10;4596.16;10.40;715.00;-1.57;0.24 -7388;10;1525.78;9.70;1326.00;-1.57;0.30 -7389;10;4725.80;9.86;772.00;-1.57;0.20 -7390;10;5402.60;9.50;475.00;-1.57;0.38 -7391;10;3993.42;11.82;833.00;-1.57;0.36 -7392;10;3819.68;10.10;1462.00;-1.57;0.46 -7393;10;5503.44;11.50;702.00;-1.57;0.16 -7394;10;2666.88;9.50;1568.00;-1.57;0.24 -7395;10;3979.60;11.20;872.00;-1.57;0.38 -7396;10;4467.88;9.90;606.00;-1.57;0.26 -7397;10;4425.42;17.60;1218.00;-1.57;0.38 -7398;10;910.96;12.33;1633.00;-1.57;0.40 -7399;10;4416.80;9.70;706.00;-1.57;0.20 -7400;10;4355.96;12.95;1003.00;-1.57;0.44 -7401;10;3754.96;9.80;1592.00;-1.57;0.44 -7402;10;4015.52;11.39;782.00;-1.57;0.28 -7403;10;3648.98;10.04;1653.00;-1.57;0.22 -7404;10;4423.34;9.63;827.00;-1.57;0.26 -7405;10;3987.48;10.95;1479.00;-1.57;0.44 -7406;10;4515.06;12.55;1195.00;-1.57;0.34 -7407;10;3966.12;10.15;1500.00;-1.57;0.46 -7408;10;4381.80;9.65;868.00;-1.57;0.20 -7409;10;5096.24;13.16;526.00;-1.57;0.36 -7410;10;3761.78;9.80;1506.00;-1.57;0.42 -7411;10;4000.14;10.76;916.00;-1.57;0.36 -7412;10;5185.16;9.50;593.00;-1.57;0.24 -7413;10;4803.16;9.50;653.00;-1.57;0.24 -7414;10;916.50;13.30;1707.00;-1.57;0.46 -7415;10;4634.50;9.60;702.00;-1.57;0.22 -7416;10;3678.60;9.94;1646.00;-1.57;0.24 -7417;10;4734.16;9.50;771.00;-1.57;0.24 -7418;10;4511.14;13.69;1184.00;-1.57;0.34 -7419;10;4674.14;9.50;821.00;-1.57;0.46 -7420;10;1473.96;10.84;1632.00;-1.57;0.36 -7421;10;4492.70;11.82;539.00;-1.57;0.22 -7422;10;1453.60;10.13;1411.00;-1.57;0.36 -7423;10;4716.34;12.69;830.00;-1.57;0.26 -7424;10;4584.32;10.96;653.00;-1.57;0.48 -7425;10;3933.76;10.10;1510.00;-1.57;0.54 -7426;10;4479.34;12.49;900.00;-1.57;0.26 -7427;10;4408.16;10.25;684.00;-1.57;0.24 -7428;10;4077.78;9.90;941.00;-1.57;0.40 -7429;10;3771.04;10.70;1573.00;-1.57;0.48 -7430;10;4004.22;11.37;978.00;-1.57;0.38 -7431;10;3661.52;9.90;1648.00;-1.57;0.24 -7432;10;4431.88;9.75;819.00;-1.57;0.32 -7433;10;1701.60;11.14;1670.00;-1.57;0.30 -7434;10;4545.60;9.70;1136.00;-1.57;0.26 -7435;10;1651.32;10.70;1673.00;-1.57;0.48 -7436;10;4046.52;9.80;849.00;-1.57;0.28 -7437;10;5315.16;10.50;484.00;-1.57;0.24 -7438;10;3672.86;9.81;1523.00;-1.57;0.40 -7439;10;4711.62;10.39;914.00;-1.57;0.18 -7440;10;4403.78;11.95;601.00;-1.57;0.28 -7441;10;4323.16;10.66;948.00;-1.57;0.24 -7442;10;910.32;13.08;1675.00;-1.57;0.48 -7443;10;4580.22;11.20;674.00;-1.57;0.36 -7444;10;3688.78;10.42;1639.00;-1.57;0.38 -7445;10;4763.44;11.40;769.00;-1.57;0.16 -7446;10;4418.04;15.52;1057.00;-1.57;0.52 -7447;10;3997.34;9.61;818.00;-1.57;0.26 -7448;10;3811.86;12.18;1244.00;-1.57;0.46 -7449;10;1371.32;11.36;1544.00;-1.57;0.34 -7450;10;5154.88;9.82;181.00;-1.57;0.32 -7451;10;1559.96;9.82;1231.00;-1.57;0.42 -7452;10;3204.78;9.50;1315.00;-1.57;1.08 -7453;10;4662.68;10.70;143.00;-1.57;0.52 -7454;10;3465.88;14.57;1345.00;-1.57;0.26 -7455;10;4254.48;14.05;1087.00;-1.57;0.46 -7456;10;1685.52;9.50;1246.00;-1.57;0.88 -7457;10;4917.78;10.37;428.00;-1.57;0.28 -7458;10;1361.32;10.10;1572.00;-1.57;0.38 -7459;10;4569.42;10.05;1191.00;-1.57;0.34 -7460;10;841.80;9.50;370.00;-1.57;1.20 -7461;10;5080.96;9.50;600.00;-1.57;0.94 -7462;10;1721.60;9.65;1625.00;-1.57;0.36 -7463;10;4388.06;9.88;672.00;-1.57;0.34 -7464;10;1409.14;11.28;1444.00;-1.57;0.26 -7465;10;4072.32;9.90;952.00;-1.57;0.36 -7466;10;1547.24;12.10;1498.00;-1.57;0.26 -7467;10;4395.26;9.50;472.00;-1.57;1.06 -7468;10;2831.90;9.50;1598.00;-1.57;0.46 -7469;10;4310.88;12.18;1025.00;-1.57;0.32 -7470;10;3480.24;12.00;1308.00;-1.57;0.32 -7471;10;5131.42;10.84;184.00;-1.57;0.32 -7472;10;5472.20;9.50;438.00;-1.57;0.98 -7473;10;5431.02;9.50;945.00;-1.57;1.18 -7474;10;5496.88;9.50;1440.00;-1.57;1.14 -7475;10;4169.50;10.30;1068.00;-1.57;0.22 -7476;10;2110.14;11.25;558.00;-1.57;0.46 -7477;10;3647.04;9.75;1328.00;-1.57;0.56 -7478;10;4921.42;9.50;1281.00;-1.57;0.90 -7479;10;4071.26;9.50;800.00;-1.57;1.00 -7480;10;1430.98;9.72;1380.00;-1.57;0.22 -7481;10;4944.66;9.70;402.00;-1.57;0.36 -7482;10;3215.70;9.80;1657.00;-1.57;0.30 -7483;10;4270.28;9.50;50.00;-1.57;0.92 -7484;10;4356.20;9.50;313.00;-1.57;0.80 -7485;10;1343.42;10.40;1430.00;-1.57;0.36 -7486;10;3803.68;11.06;1398.00;-1.57;0.52 -7487;10;4887.06;10.27;621.00;-1.57;0.30 -7488;10;3870.98;9.50;250.00;-1.57;1.14 -7489;10;3339.60;9.50;37.00;-1.57;1.00 -7490;10;2603.32;9.50;15.00;-1.57;0.66 -7491;10;3746.50;14.80;1273.00;-1.57;0.50 -7492;10;4356.24;10.13;938.00;-1.57;0.36 -7493;10;2711.42;9.50;680.00;-1.57;0.90 -7494;10;2443.62;9.50;538.00;-1.57;1.14 -7495;10;3575.16;11.21;1336.00;-1.57;0.24 -7496;10;5141.88;11.45;178.00;-1.57;0.32 -7497;10;4117.78;12.25;1021.00;-1.57;0.42 -7498;10;1816.42;9.50;1309.00;-1.57;1.00 -7499;10;1981.94;9.55;2039.00;-1.57;0.42 -7500;10;1850.68;9.70;325.00;-1.57;0.52 -7501;10;3848.84;12.36;1352.00;-1.57;0.56 -7502;10;4561.88;10.08;1093.00;-1.57;0.32 -7503;10;1286.06;9.50;480.00;-1.57;1.34 -7504;10;96.70;9.50;118.00;-1.57;1.30 -7505;10;496.32;9.50;1248.00;-1.57;1.02 -7506;10;5015.24;10.30;425.00;-1.57;0.36 -7507;10;3841.04;10.00;1373.00;-1.57;0.56 -7508;10;4563.06;10.05;1206.00;-1.57;0.34 -7509;10;292.18;9.50;1642.00;-1.57;1.04 -7510;10;540.78;9.50;1075.00;-1.57;0.84 -7511;10;4433.68;14.39;1281.00;-1.57;0.44 -7512;10;4873.06;10.34;623.00;-1.57;0.34 -7513;10;3417.14;10.38;1229.00;-1.57;0.42 -7514;10;1141.32;9.50;484.00;-1.57;1.48 -7515;10;5330.16;9.50;933.00;-1.57;1.24 -7516;10;4422.96;10.00;935.00;-1.57;0.40 -7517;10;979.52;9.70;1422.00;-1.57;0.26 -7518;10;4451.70;11.07;1017.00;-1.57;0.30 -7519;10;3964.36;20.87;1267.00;-1.57;0.36 -7520;10;5145.14;9.55;161.00;-1.57;0.36 -7521;10;4509.24;10.60;1073.00;-1.57;0.36 -7522;10;5154.96;9.70;266.00;-1.57;0.44 -7523;10;4784.06;10.55;1412.00;-1.57;0.30 -7524;10;1401.42;9.70;1373.00;-1.57;0.30 -7525;10;5025.42;9.95;408.00;-1.57;0.38 -7526;10;4787.32;9.88;1436.00;-1.57;0.38 -7527;10;1535.42;9.80;1438.00;-1.57;0.36 -7528;10;1530.34;10.06;1531.00;-1.57;0.26 -7529;10;4989.06;10.40;609.00;-1.57;0.30 -7530;10;3468.06;11.22;1278.00;-1.57;0.32 -7531;10;4372.96;10.54;940.00;-1.57;0.40 -7532;10;5001.50;9.75;1375.00;-1.57;0.48 -7533;10;5081.86;10.00;175.00;-1.57;0.44 -7534;10;4279.70;10.56;1017.00;-1.57;0.28 -7535;10;5156.52;10.24;253.00;-1.57;0.28 -7536;10;1332.14;10.40;1618.00;-1.57;0.40 -7537;10;4167.32;9.90;1057.00;-1.57;0.30 -7538;10;5041.76;10.70;372.00;-1.57;0.64 -7539;10;1378.96;10.15;1562.00;-1.57;0.44 -7540;10;4591.70;9.70;1201.00;-1.57;0.30 -7541;10;3707.40;9.80;1395.00;-1.57;0.56 -7542;10;4933.94;9.50;629.00;-1.57;0.42 -7543;10;1372.06;9.72;1428.00;-1.57;0.34 -7544;10;4363.88;9.70;901.00;-1.57;0.32 -7545;10;4589.04;13.83;1359.00;-1.57;0.38 -7546;10;1603.50;9.60;1209.00;-1.57;0.32 -7547;10;1512.70;10.58;1507.00;-1.57;0.30 -7548;10;3134.96;12.80;501.00;-1.57;1.44 -7549;10;4494.06;12.10;1070.00;-1.57;0.34 -7550;10;1799.14;10.36;283.00;-1.57;0.46 -7551;10;1463.06;10.17;1548.00;-1.57;0.30 -7552;10;1402.50;9.70;1360.00;-1.57;0.30 -7553;10;2056.04;10.55;470.00;-1.57;0.48 -7554;10;3536.88;15.23;1363.00;-1.57;0.28 -7555;10;1362.78;10.30;1396.00;-1.57;0.42 -7556;10;3886.30;10.91;1409.00;-1.57;0.44 -7557;10;4785.60;10.40;595.00;-1.57;0.24 -7558;10;1538.24;13.53;1485.00;-1.57;0.28 -7559;10;4355.42;10.12;914.00;-1.57;0.30 -7560;10;3772.04;11.01;1268.00;-1.57;0.44 -7561;10;2218.40;10.01;761.00;-1.57;0.58 -7562;10;4321.42;11.84;1014.00;-1.57;0.38 -7563;10;3671.22;10.10;1330.00;-1.57;0.58 -7564;10;5160.06;10.11;241.00;-1.57;0.28 -7565;10;4186.96;10.44;1064.00;-1.57;0.44 -7566;10;5071.96;10.40;358.00;-1.57;0.44 -7567;10;4958.04;9.50;133.00;-1.57;0.56 -7568;10;4583.42;9.80;1190.00;-1.57;0.30 -7569;10;4895.52;9.84;1453.00;-1.57;0.28 -7570;10;4978.84;14.93;592.00;-1.57;0.52 -7571;10;4555.14;12.27;1242.00;-1.57;0.38 -7572;10;4370.88;9.70;911.00;-1.57;0.32 -7573;10;3707.92;11.92;1267.00;-1.57;0.52 -7574;10;4099.32;10.43;994.00;-1.57;0.34 -7575;10;4656.52;12.04;1376.00;-1.57;0.28 -7576;10;3264.30;11.17;137.00;-1.57;0.70 -7577;10;4505.78;10.95;1088.00;-1.57;0.32 -7578;10;4664.50;12.45;1421.00;-1.57;0.48 -7579;10;4680.38;10.70;235.00;-1.57;0.52 -7580;10;4576.88;9.95;1175.00;-1.57;0.32 -7581;10;1970.66;10.70;399.00;-1.57;0.40 -7582;10;4764.86;11.33;1429.00;-1.57;0.34 -7583;10;1486.70;9.95;1410.00;-1.57;0.30 -7584;10;3841.20;11.28;1263.00;-1.57;0.42 -7585;10;4909.58;11.32;595.00;-1.57;0.40 -7586;10;1380.04;10.44;1471.00;-1.57;0.34 -7587;10;4362.16;9.90;870.00;-1.57;0.24 -7588;10;1540.52;11.40;1509.00;-1.57;0.28 -7589;10;2146.22;11.05;547.00;-1.57;0.44 -7590;10;1638.68;9.70;1196.00;-1.57;0.28 -7591;10;4803.60;11.90;1407.00;-1.57;0.34 -7592;10;5128.50;10.30;236.00;-1.57;0.38 -7593;10;4170.96;10.02;1045.00;-1.57;0.44 -7594;10;1994.58;10.56;387.00;-1.57;0.40 -7595;10;5048.78;10.38;1387.00;-1.57;0.36 -7596;10;4537.42;11.50;1165.00;-1.57;0.38 -7597;10;3860.50;10.75;1409.00;-1.57;0.50 -7598;10;4668.52;11.90;601.00;-1.57;0.28 -7599;10;1375.24;10.30;1388.00;-1.57;0.36 -7600;10;3815.50;10.30;1441.00;-1.57;0.50 -7601;10;4436.32;9.85;881.00;-1.57;0.20 -7602;10;3673.56;16.50;1273.00;-1.57;0.54 -7603;10;4340.60;12.51;984.00;-1.57;0.38 -7604;10;3507.24;10.93;1286.00;-1.57;0.36 -7605;10;3104.66;12.50;244.00;-1.57;0.74 -7606;10;4435.88;14.16;1060.00;-1.57;0.32 -7607;10;1371.76;11.29;1531.00;-1.57;0.34 -7608;10;4686.38;10.50;218.00;-1.57;0.52 -7609;10;4553.42;11.30;1167.00;-1.57;0.38 -7610;10;5083.22;10.35;308.00;-1.57;0.56 -7611;10;1419.52;10.10;1559.00;-1.57;0.28 -7612;10;1511.24;10.40;1405.00;-1.57;0.36 -7613;10;4800.86;10.99;1477.00;-1.57;0.40 -7614;10;5077.60;10.43;571.00;-1.57;0.30 -7615;10;1415.70;9.92;1470.00;-1.57;0.30 -7616;10;4884.02;11.95;1543.00;-1.57;0.54 -7617;10;1560.88;9.61;1012.00;-1.57;0.28 -7618;10;3751.94;10.10;1323.00;-1.57;0.64 -7619;10;4045.32;10.87;975.00;-1.57;0.36 -7620;10;3411.42;12.26;1288.00;-1.57;0.30 -7621;10;1897.78;9.66;241.00;-1.57;0.42 -7622;10;1527.40;9.70;1240.00;-1.57;0.24 -7623;10;4907.64;10.20;242.00;-1.57;0.84 -7624;10;3560.70;9.87;1360.00;-1.57;0.24 -7625;10;4574.60;9.70;1155.00;-1.57;0.28 -7626;10;1419.24;9.90;1518.00;-1.57;0.36 -7627;10;4984.94;10.30;545.00;-1.57;0.50 -7628;10;1326.42;10.30;1374.00;-1.57;0.36 -7629;10;1681.68;11.07;1632.00;-1.57;0.26 -7630;10;1582.12;9.96;1014.00;-1.57;0.36 -7631;10;4550.68;13.80;1327.00;-1.57;0.52 -7632;10;1696.32;9.91;1167.00;-1.57;0.48 -7633;10;4666.70;12.78;1366.00;-1.57;0.30 -7634;10;4243.24;10.00;1043.00;-1.57;0.36 -7635;10;3698.48;11.09;1337.00;-1.57;0.56 -7636;10;2054.04;10.95;536.00;-1.57;0.36 -7637;10;4615.78;10.49;1144.00;-1.57;0.36 -7638;10;1978.96;9.70;337.00;-1.57;0.44 -7639;10;3836.14;10.40;1299.00;-1.57;0.40 -7640;10;1472.42;10.40;1386.00;-1.57;0.30 -7641;10;3681.04;10.10;1400.00;-1.57;0.56 -7642;10;4519.70;9.70;529.00;-1.57;0.18 -7643;10;1520.24;12.28;1461.00;-1.57;0.36 -7644;10;1827.96;9.70;1640.00;-1.57;0.40 -7645;10;4466.16;9.80;855.00;-1.57;0.24 -7646;10;1552.88;12.16;1508.00;-1.57;0.30 -7647;10;4344.96;12.28;970.00;-1.57;0.24 -7648;10;4626.22;12.71;1407.00;-1.57;0.50 -7649;10;5118.68;10.01;212.00;-1.57;0.34 -7650;10;4499.42;10.29;1030.00;-1.57;0.32 -7651;10;5124.24;10.50;291.00;-1.57;0.36 -7652;10;4767.60;9.90;1417.00;-1.57;0.24 -7653;10;4610.70;10.40;1117.00;-1.57;0.30 -7654;10;4588.88;10.20;519.00;-1.57;0.32 -7655;10;4102.58;10.35;1680.00;-1.57;0.52 -7656;10;4596.24;10.97;1224.00;-1.57;0.24 -7657;10;3829.04;10.40;1426.00;-1.57;0.44 -7658;10;4307.32;10.71;723.00;-1.57;0.48 -7659;10;4532.50;13.60;1299.00;-1.57;0.50 -7660;10;1725.20;9.70;1168.00;-1.57;0.28 -7661;10;3584.88;9.61;1331.00;-1.57;0.22 -7662;10;4190.24;9.70;1052.00;-1.57;0.36 -7663;10;4778.06;11.44;1394.00;-1.57;0.34 -7664;10;5144.60;12.57;195.00;-1.57;0.38 -7665;10;4536.78;10.50;1110.00;-1.57;0.38 -7666;10;5109.88;11.02;292.00;-1.57;0.32 -7667;10;970.68;13.62;1486.00;-1.57;0.48 -7668;10;1422.34;9.70;1377.00;-1.57;0.26 -7669;10;4867.42;10.30;453.00;-1.57;0.28 -7670;10;4837.78;10.50;1431.00;-1.57;0.42 -7671;10;3397.16;10.45;1254.00;-1.57;0.24 -7672;10;4878.96;10.30;1480.00;-1.57;0.44 -7673;10;4365.52;10.24;682.00;-1.57;0.28 -7674;10;4612.32;13.74;1375.00;-1.57;0.48 -7675;10;4340.52;12.39;957.00;-1.57;0.28 -7676;10;4410.40;14.60;1515.00;-1.57;0.54 -7677;10;957.58;13.88;1731.00;-1.57;0.60 -7678;10;3244.12;9.50;1335.00;-1.57;0.40 -7679;10;2487.16;9.50;13.00;-1.57;0.68 -7680;10;4111.02;12.05;1546.00;-1.57;0.54 -7681;10;3934.30;10.80;1688.00;-1.57;0.44 -7682;10;3872.40;10.35;1335.00;-1.57;0.40 -7683;10;1815.78;10.41;1759.00;-1.57;1.32 -7684;10;1117.50;17.65;1515.00;-1.57;0.50 -7685;10;3972.20;10.30;1751.00;-1.57;0.62 -7686;10;534.32;9.50;480.00;-1.57;1.16 -7687;10;4053.48;10.40;1606.00;-1.57;0.54 -7688;10;1107.66;16.11;1590.00;-1.57;0.48 -7689;10;3957.00;9.70;1871.00;-1.57;1.00 -7690;10;5191.68;9.50;693.00;-1.57;1.52 -7691;10;4743.74;11.03;1638.00;-1.57;0.72 -7692;10;5571.70;11.48;138.00;-1.57;0.30 -7693;10;4167.20;15.00;1481.00;-1.57;0.60 -7694;10;4373.62;9.50;576.00;-1.57;1.02 -7695;10;2873.64;9.50;1613.00;-1.57;0.70 -7696;10;971.28;10.73;2021.00;-1.57;1.18 -7697;10;4684.94;11.20;1527.00;-1.57;0.66 -7698;10;5421.02;9.50;454.00;-1.57;0.90 -7699;10;5488.50;9.50;951.00;-1.57;0.66 -7700;10;5570.58;9.50;1476.00;-1.57;0.82 -7701;10;4207.38;10.40;1702.00;-1.57;0.58 -7702;10;4124.82;12.36;1348.00;-1.57;0.56 -7703;10;4342.50;14.30;1567.00;-1.57;0.50 -7704;10;4970.16;9.50;1311.00;-1.57;1.18 -7705;10;4105.10;9.50;764.00;-1.57;0.90 -7706;10;3950.40;10.75;1372.00;-1.57;0.36 -7707;10;4298.44;11.15;1767.00;-1.57;0.86 -7708;10;4032.56;10.10;1559.00;-1.57;0.60 -7709;10;4308.82;9.50;63.00;-1.57;0.98 -7710;10;4262.82;9.50;202.00;-1.57;0.98 -7711;10;3984.20;10.40;1413.00;-1.57;0.46 -7712;10;3693.84;10.03;1840.00;-1.57;0.76 -7713;10;4322.30;15.16;1606.00;-1.57;0.54 -7714;10;3905.90;9.50;283.00;-1.57;1.10 -7715;10;3369.64;9.50;18.00;-1.57;0.86 -7716;10;3147.58;10.89;565.00;-1.57;0.62 -7717;10;4446.28;13.71;1516.00;-1.57;0.46 -7718;10;1079.76;12.76;1737.00;-1.57;0.64 -7719;10;2670.72;9.50;644.00;-1.57;1.08 -7720;10;2402.52;9.50;551.00;-1.57;0.84 -7721;10;973.40;12.62;1614.00;-1.57;0.60 -7722;10;4020.48;9.80;1659.00;-1.57;0.50 -7723;10;1839.54;9.50;1349.00;-1.57;1.06 -7724;10;1978.66;9.55;2008.00;-1.57;0.94 -7725;10;4649.04;11.84;1549.00;-1.57;0.56 -7726;10;4524.90;10.70;1714.00;-1.57;0.88 -7727;10;4354.48;12.75;1358.00;-1.57;0.50 -7728;10;1299.18;9.50;420.00;-1.57;0.92 -7729;10;115.66;9.50;165.00;-1.57;1.30 -7730;10;560.58;9.50;1237.00;-1.57;1.40 -7731;10;4306.56;13.00;1585.00;-1.57;0.52 -7732;10;4237.28;10.91;1374.00;-1.57;0.44 -7733;10;3863.02;10.30;1735.00;-1.57;0.72 -7734;10;320.66;9.50;1674.00;-1.57;1.02 -7735;10;613.38;9.50;1083.00;-1.57;1.04 -7736;10;4580.36;12.10;1601.00;-1.57;0.72 -7737;10;4216.68;14.79;1433.00;-1.57;0.52 -7738;10;3955.16;9.80;1827.00;-1.57;0.86 -7739;10;1095.68;9.50;507.00;-1.57;1.14 -7740;10;5527.06;9.50;1136.00;-1.57;1.08 -7741;10;3888.94;10.97;1606.00;-1.57;0.52 -7742;10;5603.42;10.25;174.00;-1.57;0.38 -7743;10;4659.48;11.55;1495.00;-1.57;0.72 -7744;10;4281.84;10.78;1676.00;-1.57;0.76 -7745;10;1210.84;11.70;1607.00;-1.57;0.50 -7746;10;4830.14;12.46;1713.00;-1.57;0.62 -7747;10;1079.14;14.08;1432.00;-1.57;0.46 -7748;10;4910.58;11.18;1552.00;-1.57;0.46 -7749;10;4524.30;12.20;1442.00;-1.57;0.58 -7750;10;4146.38;9.80;1746.00;-1.57;0.66 -7751;10;4574.12;12.18;1576.00;-1.57;0.68 -7752;10;4495.94;13.52;1451.00;-1.57;0.66 -7753;10;930.48;13.49;1729.00;-1.57;0.52 -7754;10;4846.94;10.70;1579.00;-1.57;0.66 -7755;10;5066.94;10.02;104.00;-1.57;0.28 -7756;10;1016.86;15.60;1562.00;-1.57;0.54 -7757;10;4145.04;10.57;1629.00;-1.57;0.44 -7758;10;1965.84;9.50;1712.00;-1.57;0.76 -7759;10;4578.12;12.20;1676.00;-1.57;0.68 -7760;10;1144.84;12.38;1649.00;-1.57;0.54 -7761;10;949.02;14.17;1793.00;-1.57;0.68 -7762;10;1255.32;11.21;1475.00;-1.57;0.44 -7763;10;4803.94;10.50;1540.00;-1.57;0.66 -7764;10;1099.60;17.30;1507.00;-1.57;0.40 -7765;10;4710.14;11.30;1765.00;-1.57;1.06 -7766;10;1007.44;11.74;1858.00;-1.57;1.16 -7767;10;4813.14;10.68;1463.00;-1.57;0.46 -7768;10;3845.56;9.70;1819.00;-1.57;0.84 -7769;10;4407.86;10.98;1634.00;-1.57;0.54 -7770;10;3118.56;13.09;297.00;-1.57;0.84 -7771;10;1251.40;11.00;1609.00;-1.57;0.48 -7772;10;4877.82;12.61;1683.00;-1.57;0.98 -7773;10;4276.46;14.14;1518.00;-1.57;0.56 -7774;10;3882.86;9.80;1678.00;-1.57;0.54 -7775;10;3842.04;12.10;1322.00;-1.57;0.44 -7776;10;1376.78;10.46;1658.00;-1.57;0.42 -7777;10;3868.40;10.30;1357.00;-1.57;0.52 -7778;10;3793.76;9.80;1708.00;-1.57;0.64 -7779;10;1054.22;15.39;1670.00;-1.57;0.58 -7780;10;1183.22;13.30;1553.00;-1.57;0.36 -7781;10;4137.56;9.80;1799.00;-1.57;0.84 -7782;10;1260.96;10.10;1850.00;-1.57;1.44 -7783;10;5556.88;10.31;155.00;-1.57;0.28 -7784;10;4075.58;11.91;1468.00;-1.57;0.52 -7785;10;4712.20;11.26;1631.00;-1.57;0.80 -7786;10;4603.76;11.30;1537.00;-1.57;0.64 -7787;10;1029.84;12.40;1794.00;-1.57;0.68 -7788;10;1909.56;10.50;1707.00;-1.57;0.80 -7789;10;4135.96;10.09;1664.00;-1.57;0.44 -7790;10;4032.12;12.88;1293.00;-1.57;0.64 -7791;10;1505.32;13.89;1465.00;-1.57;0.26 -7792;10;4168.72;12.00;1343.00;-1.57;0.44 -7793;10;4035.02;10.40;1718.00;-1.57;0.56 -7794;10;1468.26;10.66;1750.00;-1.57;0.84 -7795;10;4011.84;10.43;1419.00;-1.57;0.50 -7796;10;3822.84;9.70;1797.00;-1.57;0.76 -7797;10;1408.70;12.15;1457.00;-1.57;0.30 -7798;10;5052.68;9.52;81.00;-1.57;0.40 -7799;10;4319.76;17.20;1479.00;-1.57;0.52 -7800;10;3923.86;9.80;1640.00;-1.57;0.54 -7801;10;4847.22;10.65;1504.00;-1.57;0.54 -7802;10;4395.74;11.08;1692.00;-1.57;0.86 -7803;10;4439.30;13.18;1343.00;-1.57;0.56 -7804;10;4229.66;13.65;1533.00;-1.57;0.60 -7805;10;4355.58;10.60;1771.00;-1.57;1.06 -7806;10;4413.66;14.30;1406.00;-1.57;0.56 -7807;10;1729.90;10.88;1735.00;-1.57;0.90 -7808;10;4248.10;13.69;1423.00;-1.57;0.40 -7809;10;4071.20;9.70;1838.00;-1.57;0.80 -7810;10;1900.14;9.66;1769.00;-1.57;0.74 -7811;10;5033.68;10.05;74.00;-1.57;0.40 -7812;10;4694.68;11.24;1438.00;-1.57;0.38 -7813;10;1790.80;9.62;2039.00;-1.57;0.56 -7814;10;1132.12;16.75;1624.00;-1.57;0.56 -7815;10;4215.02;10.20;1654.00;-1.57;0.50 -7816;10;4498.76;13.67;1544.00;-1.57;0.48 -7817;10;4767.34;11.55;1770.00;-1.57;0.94 -7818;10;1094.58;14.65;1492.00;-1.57;0.32 -7819;10;4221.92;12.40;1548.00;-1.57;0.60 -7820;10;1009.84;14.88;1735.00;-1.57;0.76 -7821;10;1076.50;15.50;1472.00;-1.57;0.50 -7822;10;4186.12;11.61;1576.00;-1.57;0.54 -7823;10;4562.38;12.10;1482.00;-1.57;0.52 -7824;10;3737.22;14.01;1777.00;-1.57;0.58 -7825;10;4087.76;10.31;1620.00;-1.57;0.64 -7826;10;5570.88;10.54;122.00;-1.57;0.32 -7827;10;991.58;15.20;1546.00;-1.57;0.56 -7828;10;4482.48;10.70;1673.00;-1.57;0.72 -7829;10;1403.24;11.00;1636.00;-1.57;0.36 -7830;10;929.84;10.80;1960.00;-1.57;1.60 -7831;10;1415.42;10.50;1500.00;-1.57;0.38 -7832;10;4784.66;11.00;1515.00;-1.57;0.74 -7833;10;3909.92;9.99;1725.00;-1.57;0.48 -7834;10;1324.24;10.21;1514.00;-1.57;0.36 -7835;10;4505.18;11.65;1565.00;-1.57;0.62 -7836;10;1267.04;10.52;1389.00;-1.57;0.44 -7837;10;4037.92;10.11;1774.00;-1.57;0.74 -7838;10;4436.22;11.70;1588.00;-1.57;0.58 -7839;10;5521.96;10.20;87.00;-1.57;0.34 -7840;10;1233.48;12.00;1589.00;-1.57;0.48 -7841;10;4350.50;11.20;1640.00;-1.57;0.50 -7842;10;3306.74;12.07;331.00;-1.57;0.84 -7843;10;4227.12;14.26;1505.00;-1.57;0.64 -7844;10;4757.92;11.72;1661.00;-1.57;0.88 -7845;10;1007.86;17.53;1633.00;-1.57;0.54 -7846;10;3861.24;9.80;1674.00;-1.57;0.36 -7847;10;3878.96;11.67;1141.00;-1.57;0.44 -7848;10;4755.54;10.80;1575.00;-1.57;0.58 -7849;10;4125.94;9.80;1719.00;-1.57;0.64 -7850;10;4122.08;17.70;1386.00;-1.57;0.50 -7851;10;4755.74;10.63;1597.00;-1.57;0.64 -7852;10;1277.04;10.84;1570.00;-1.57;0.56 -7853;10;928.66;12.28;1752.00;-1.57;0.58 -7854;10;4613.74;11.90;1619.00;-1.57;0.64 -7855;10;317.02;10.30;2010.00;-1.57;2.30 -7856;10;4013.76;10.56;1437.00;-1.57;0.44 -7857;10;3016.52;15.00;1503.00;-1.57;0.24 -7858;10;952.64;12.40;1902.00;-1.57;1.44 -7859;10;5113.70;12.82;119.00;-1.57;0.30 -7860;10;4542.86;13.81;1519.00;-1.57;0.54 -7861;10;4113.32;9.80;1662.00;-1.57;0.48 -7862;10;1261.12;10.70;1647.00;-1.57;0.38 -7863;10;4405.20;10.43;1729.00;-1.57;0.72 -7864;10;4348.56;13.55;1393.00;-1.57;0.56 -7865;10;952.58;10.40;1648.00;-1.57;0.32 -7866;10;4102.38;12.07;1408.00;-1.57;0.60 -7867;10;3895.02;9.70;1778.00;-1.57;0.66 -7868;10;5005.86;9.76;1569.00;-1.57;0.54 -7869;10;684.58;12.14;1981.00;-1.57;2.56 -7870;10;4255.00;15.57;1441.00;-1.57;0.56 -7871;10;4914.40;12.90;1600.00;-1.57;0.60 -7872;10;3234.14;12.73;381.00;-1.57;0.76 -7873;10;4751.28;10.40;1517.00;-1.57;0.60 -7874;10;3908.48;9.95;1621.00;-1.57;0.52 -7875;10;1598.04;11.10;1687.00;-1.57;0.48 -7876;10;4365.58;10.75;1667.00;-1.57;0.62 -7877;10;1204.66;11.18;1688.00;-1.57;0.48 -7878;10;5288.50;10.75;1616.00;-1.57;1.50 -7879;10;1019.96;14.80;1497.00;-1.57;0.44 -7880;10;1150.84;12.00;1681.00;-1.57;0.72 -7881;10;4418.74;14.47;1446.00;-1.57;0.52 -7882;10;4125.62;9.80;1773.00;-1.57;0.72 -7883;10;1174.40;12.99;1710.00;-1.57;0.38 -7884;10;421.62;9.50;1903.00;-1.57;1.18 -7885;10;4530.54;14.45;1469.00;-1.57;0.54 -7886;10;4188.86;10.55;1643.00;-1.57;0.54 -7887;10;5559.52;10.34;177.00;-1.57;0.22 -7888;10;1086.32;15.37;1579.00;-1.57;0.48 -7889;10;4687.36;10.60;1704.00;-1.57;0.52 -7890;10;4110.48;13.20;1528.00;-1.57;0.44 -7891;10;806.14;13.46;1983.00;-1.57;1.24 -7892;10;1291.78;11.27;1510.00;-1.57;0.42 -7893;10;1687.92;10.41;1730.00;-1.57;0.88 -7894;10;4720.94;10.62;1481.00;-1.57;0.40 -7895;10;3788.46;9.70;1778.00;-1.57;0.66 -7896;10;1362.94;11.20;1700.00;-1.57;0.44 -7897;10;4789.04;11.51;1467.00;-1.57;0.50 -7898;10;3703.66;10.11;1802.00;-1.57;0.74 -7899;10;1409.84;11.18;1714.00;-1.57;0.76 -7900;10;3300.96;10.48;217.00;-1.57;0.44 -7901;10;1172.24;11.00;2000.00;-1.57;1.96 -7902;10;4442.18;11.80;1648.00;-1.57;0.66 -7903;10;3910.50;10.70;1130.00;-1.57;0.50 -7904;10;1293.04;11.21;1475.00;-1.57;0.46 -7905;10;4004.86;10.35;1083.00;-1.57;0.42 -7906;10;3269.00;9.50;1382.00;-1.57;1.00 -7907;10;2778.72;9.50;50.00;-1.57;1.08 -7908;10;2741.10;11.85;1155.00;-1.57;0.56 -7909;10;4373.76;11.46;995.00;-1.57;0.32 -7910;10;1605.76;9.50;1279.00;-1.57;1.08 -7911;10;4460.96;13.39;1216.00;-1.57;0.40 -7912;10;3361.72;13.73;766.00;-1.57;1.04 -7913;10;1266.14;15.10;1201.00;-1.57;0.46 -7914;10;465.32;9.50;479.00;-1.57;0.92 -7915;10;1782.82;11.01;965.00;-1.57;0.78 -7916;10;3859.32;17.83;1223.00;-1.57;0.48 -7917;10;3816.12;11.28;1070.00;-1.57;0.46 -7918;10;5168.34;9.50;782.00;-1.57;1.26 -7919;10;3149.20;10.70;829.00;-1.57;0.80 -7920;10;1097.04;13.38;1401.00;-1.57;0.56 -7921;10;1171.68;16.39;1254.00;-1.57;0.52 -7922;10;4350.62;9.50;470.00;-1.57;0.78 -7923;10;2828.92;9.50;1650.00;-1.57;0.88 -7924;10;3788.40;9.90;1300.00;-1.57;0.44 -7925;10;3302.32;10.60;889.00;-1.57;0.48 -7926;10;4237.02;22.65;1157.00;-1.57;0.56 -7927;10;5380.22;9.50;427.00;-1.57;1.08 -7928;10;5519.98;9.50;987.00;-1.57;1.22 -7929;10;5523.60;9.50;1576.00;-1.57;1.24 -7930;10;2779.80;10.30;903.00;-1.57;0.88 -7931;10;3103.76;11.00;679.00;-1.57;0.64 -7932;10;4856.34;9.50;1246.00;-1.57;1.26 -7933;10;4050.26;9.50;756.00;-1.57;1.14 -7934;10;3440.28;12.12;1045.00;-1.57;0.52 -7935;10;1124.40;15.38;1327.00;-1.57;0.60 -7936;10;1617.76;13.40;916.00;-1.57;0.64 -7937;10;4223.54;9.50;208.00;-1.57;1.06 -7938;10;4082.68;10.60;1052.00;-1.57;0.42 -7939;10;2905.14;10.70;907.00;-1.57;0.92 -7940;10;4285.00;20.10;1247.00;-1.57;0.86 -7941;10;3941.16;9.50;196.00;-1.57;1.24 -7942;10;3340.70;9.50;8.00;-1.57;0.46 -7943;10;2683.42;10.40;998.00;-1.57;1.18 -7944;10;3424.58;15.06;853.00;-1.57;0.50 -7945;10;1323.68;10.40;1435.00;-1.57;0.34 -7946;10;2622.90;9.50;648.00;-1.57;0.84 -7947;10;2334.06;9.50;538.00;-1.57;1.34 -7948;10;4520.14;12.83;1164.00;-1.57;0.32 -7949;10;4050.66;12.49;1327.00;-1.57;0.60 -7950;10;2814.38;10.11;866.00;-1.57;0.82 -7951;10;1765.42;9.50;1333.00;-1.57;1.14 -7952;10;2023.34;9.50;1895.00;-1.57;1.00 -7953;10;3569.12;9.70;1165.00;-1.57;0.52 -7954;10;2799.62;10.30;893.00;-1.57;0.72 -7955;10;1281.12;9.50;373.00;-1.57;1.42 -7956;10;353.12;9.50;146.00;-1.57;1.02 -7957;10;574.58;9.50;1283.00;-1.57;1.46 -7958;10;2780.68;14.78;1188.00;-1.57;0.50 -7959;10;2654.66;10.60;762.00;-1.57;0.74 -7960;10;3671.86;9.93;1042.00;-1.57;0.54 -7961;10;225.84;9.50;1679.00;-1.57;1.22 -7962;10;544.84;9.50;1110.00;-1.57;0.98 -7963;10;3036.38;11.75;822.00;-1.57;0.82 -7964;10;1035.76;10.09;1341.00;-1.57;0.64 -7965;10;4373.42;14.74;1072.00;-1.57;0.38 -7966;10;1030.68;9.50;512.00;-1.57;1.08 -7967;10;5404.44;9.50;1662.00;-1.57;1.14 -7968;10;1790.12;10.30;1023.00;-1.57;0.68 -7969;10;3589.04;12.65;1249.00;-1.57;0.44 -7970;10;3423.56;12.10;1110.00;-1.57;0.58 -7971;10;4329.38;13.35;1331.00;-1.57;0.56 -7972;10;2579.36;10.45;871.00;-1.57;0.38 -7973;10;1217.02;13.84;1286.00;-1.57;0.56 -7974;10;4367.06;10.75;984.00;-1.57;0.28 -7975;10;3897.60;14.31;1165.00;-1.57;0.40 -7976;10;4367.68;14.03;1046.00;-1.57;0.40 -7977;10;3532.78;9.70;1179.00;-1.57;0.40 -7978;10;2979.84;12.75;760.00;-1.57;0.56 -7979;10;2654.06;10.67;1082.00;-1.57;0.40 -7980;10;3461.10;15.46;812.00;-1.57;0.66 -7981;10;1276.68;10.40;1400.00;-1.57;0.50 -7982;10;3698.30;10.77;1101.00;-1.57;0.46 -7983;10;2748.92;11.00;820.00;-1.57;0.86 -7984;10;3846.68;17.75;1234.00;-1.57;0.48 -7985;10;3091.92;12.08;1100.00;-1.57;0.74 -7986;10;1010.68;9.70;1415.00;-1.57;0.32 -7987;10;3239.88;10.80;982.00;-1.57;1.20 -7988;10;4374.12;20.01;1181.00;-1.57;0.68 -7989;10;3352.10;10.60;965.00;-1.57;0.62 -7990;10;3744.50;15.35;1198.00;-1.57;0.50 -7991;10;1597.48;12.09;902.00;-1.57;0.66 -7992;10;2578.54;9.70;972.00;-1.57;0.96 -7993;10;1677.94;12.44;967.00;-1.57;0.66 -7994;10;3513.96;9.70;1183.00;-1.57;0.44 -7995;10;3542.30;11.06;1075.00;-1.57;0.70 -7996;10;3289.94;11.72;734.00;-1.57;0.66 -7997;10;4298.54;20.85;1295.00;-1.57;0.62 -7998;10;3981.50;10.45;1108.00;-1.57;0.50 -7999;10;1119.68;17.88;1495.00;-1.57;0.40 -8000;10;3649.66;9.55;849.00;-1.57;0.20 -8001;10;3523.12;9.76;1157.00;-1.57;0.44 -8002;10;3691.00;9.50;951.00;-1.57;0.74 -8003;10;1181.48;14.90;1291.00;-1.57;0.54 -8004;10;3487.58;12.14;1031.00;-1.57;0.62 -8005;10;4017.76;21.11;1219.00;-1.57;0.52 -8006;10;2679.20;10.03;741.00;-1.57;0.80 -8007;10;3938.32;10.26;1146.00;-1.57;0.48 -8008;10;2670.46;11.10;813.00;-1.57;0.78 -8009;10;3706.56;12.66;1220.00;-1.57;0.58 -8010;10;4211.68;18.38;1097.00;-1.57;0.52 -8011;10;4015.70;11.89;856.00;-1.57;0.30 -8012;10;1085.48;12.90;1375.00;-1.57;0.52 -8013;10;3828.66;13.15;1123.00;-1.57;0.62 -8014;10;1522.78;13.15;1474.00;-1.57;0.22 -8015;10;2605.68;10.11;885.00;-1.57;0.52 -8016;10;3170.16;11.36;601.00;-1.57;0.76 -8017;10;1436.84;11.18;1109.00;-1.57;0.68 -8018;10;4315.10;20.85;1226.00;-1.57;0.80 -8019;10;3392.28;14.60;736.00;-1.57;0.76 -8020;10;3729.76;11.30;1008.00;-1.57;0.46 -8021;10;2943.94;12.23;790.00;-1.57;0.66 -8022;10;3952.50;12.85;1210.00;-1.57;0.46 -8023;10;4391.50;14.40;1054.00;-1.57;0.36 -8024;10;1769.22;10.00;1007.00;-1.57;0.58 -8025;10;1300.60;10.60;1437.00;-1.57;0.40 -8026;10;4459.14;10.36;1157.00;-1.57;0.36 -8027;10;3938.12;20.48;1294.00;-1.57;0.48 -8028;10;2911.18;10.40;877.00;-1.57;0.70 -8029;10;4090.46;23.44;1165.00;-1.57;0.82 -8030;10;3542.72;11.40;938.00;-1.57;0.72 -8031;10;3654.66;14.33;1164.00;-1.57;0.56 -8032;10;1208.76;11.86;1169.00;-1.57;0.48 -8033;10;1104.96;12.68;1333.00;-1.57;0.44 -8034;10;2923.12;9.78;739.00;-1.57;0.68 -8035;10;2631.88;10.60;999.00;-1.57;1.26 -8036;10;3433.74;14.77;773.00;-1.57;0.76 -8037;10;4228.84;22.80;1222.00;-1.57;0.76 -8038;10;2613.20;11.44;1094.00;-1.57;0.64 -8039;10;2805.04;10.50;801.00;-1.57;0.56 -8040;10;3570.04;15.35;1222.00;-1.57;0.42 -8041;10;4313.56;21.45;1145.00;-1.57;0.74 -8042;10;4096.26;13.08;1289.00;-1.57;0.70 -8043;10;3462.56;9.50;869.00;-1.57;0.80 -8044;10;3875.30;16.50;1161.00;-1.57;0.52 -8045;10;4383.88;11.27;955.00;-1.57;0.32 -8046;10;2724.12;14.11;1165.00;-1.57;0.54 -8047;10;1572.48;10.59;874.00;-1.57;0.72 -8048;10;3198.20;11.10;632.00;-1.57;0.80 -8049;10;4509.60;11.19;1241.00;-1.57;0.40 -8050;10;1787.96;10.25;903.00;-1.57;1.04 -8051;10;3606.60;9.70;1062.00;-1.57;0.40 -8052;10;3226.64;11.30;829.00;-1.57;0.92 -8053;10;3793.40;12.60;1205.00;-1.57;0.56 -8054;10;3166.82;12.63;458.00;-1.57;0.74 -8055;10;4465.94;13.68;1324.00;-1.57;0.54 -8056;10;1661.32;12.66;1041.00;-1.57;0.40 -8057;10;1138.76;11.08;1270.00;-1.57;0.64 -8058;10;2620.56;11.63;912.00;-1.57;0.84 -8059;10;4307.92;21.90;1168.00;-1.57;0.56 -8060;10;3507.84;11.78;1002.00;-1.57;0.76 -8061;10;2944.12;10.10;1160.00;-1.57;0.68 -8062;10;3436.96;12.60;724.00;-1.57;0.86 -8063;10;4317.68;10.00;1070.00;-1.57;0.52 -8064;10;1236.04;11.20;1388.00;-1.57;0.56 -8065;10;2722.48;10.90;791.00;-1.57;0.72 -8066;10;3846.58;12.64;1095.00;-1.57;0.62 -8067;10;4027.16;10.55;831.00;-1.57;0.24 -8068;10;4146.72;22.82;1236.00;-1.57;0.88 -8069;10;3101.32;9.90;1122.00;-1.57;0.42 -8070;10;1171.22;12.92;1427.00;-1.57;0.52 -8071;10;2769.74;10.50;842.00;-1.57;0.78 -8072;10;4524.42;14.86;1177.00;-1.57;0.38 -8073;10;3475.58;12.07;936.00;-1.57;0.62 -8074;10;3632.68;14.20;1196.00;-1.57;0.42 -8075;10;1618.02;10.37;865.00;-1.57;0.44 -8076;10;3973.42;10.30;1012.00;-1.57;0.28 -8077;10;2927.12;9.80;1186.00;-1.57;0.68 -8078;10;3074.64;11.04;766.00;-1.57;0.64 -8079;10;1280.04;10.52;1212.00;-1.57;0.56 -8080;10;1798.48;10.35;1004.00;-1.57;0.56 -8081;10;4473.86;14.16;1282.00;-1.57;0.54 -8082;10;4076.60;13.02;1111.00;-1.57;0.32 -8083;10;1469.68;11.48;1473.00;-1.57;0.26 -8084;10;3261.66;11.15;871.00;-1.57;0.74 -8085;10;3552.04;9.50;1134.00;-1.57;0.48 -8086;10;4094.82;12.30;1319.00;-1.57;0.80 -8087;10;4032.24;10.76;930.00;-1.57;0.36 -8088;10;2749.70;10.80;1128.00;-1.57;1.16 -8089;10;1281.20;14.98;1171.00;-1.57;0.76 -8090;10;3879.20;15.91;1176.00;-1.57;0.48 -8091;10;4592.78;11.72;694.00;-1.57;0.30 -8092;10;3400.68;12.29;1056.00;-1.57;0.50 -8093;10;3655.20;11.93;1244.00;-1.57;0.52 -8094;10;3547.64;11.05;797.00;-1.57;0.58 -8095;10;4486.86;12.31;1088.00;-1.57;0.40 -8096;10;2783.30;10.24;807.00;-1.57;0.70 -8097;10;1155.76;13.18;1375.00;-1.57;0.64 -8098;10;3856.94;14.15;1120.00;-1.57;0.58 -8099;10;3742.04;10.22;1301.00;-1.57;0.52 -8100;10;4008.88;11.80;869.00;-1.57;0.32 -8101;10;3408.66;11.00;1159.00;-1.57;0.74 -8102;10;4358.84;12.73;1339.00;-1.57;0.40 -8103;10;3208.28;11.00;936.00;-1.57;0.92 -8104;10;4353.10;20.10;1183.00;-1.57;0.86 -8105;10;3298.76;10.60;989.00;-1.57;0.64 -8106;10;3940.12;10.00;1175.00;-1.57;0.48 -8107;10;1900.90;10.10;912.00;-1.57;0.96 -8108;10;3635.22;9.80;1031.00;-1.57;0.46 -8109;10;3004.74;12.25;814.00;-1.57;0.70 -8110;10;1421.32;10.40;1417.00;-1.57;0.28 -8111;10;2634.40;12.21;1102.00;-1.57;0.60 -8112;10;4044.40;20.17;1267.00;-1.57;0.56 -8113;10;1765.40;10.76;1031.00;-1.57;0.32 -8114;10;4063.50;11.70;1113.00;-1.57;0.48 -8115;10;1034.04;12.80;1423.00;-1.57;0.56 -8116;10;2750.56;10.80;866.00;-1.57;0.68 -8117;10;3631.94;14.65;1137.00;-1.57;0.52 -8118;10;3623.52;9.90;982.00;-1.57;1.28 -8119;10;1058.04;10.28;1305.00;-1.57;0.56 -8120;10;4081.88;10.20;1017.00;-1.57;0.32 -8121;10;4168.18;23.39;1138.00;-1.57;0.44 -8122;10;2738.02;9.87;760.00;-1.57;0.78 -8123;10;3496.60;10.60;1230.00;-1.57;0.40 -8124;10;3470.32;10.81;831.00;-1.57;0.36 -8125;10;3577.48;14.34;1235.00;-1.57;0.44 -8126;10;4366.70;16.56;1103.00;-1.57;0.30 -8127;10;4451.58;13.03;1291.00;-1.57;0.52 -8128;10;3019.80;10.76;988.00;-1.57;1.56 -8129;10;2114.90;10.70;683.00;-1.57;0.82 -8130;10;4699.04;10.20;143.00;-1.57;0.52 -8131;10;3308.86;9.50;1420.00;-1.57;1.46 -8132;10;2877.28;9.50;166.00;-1.57;0.92 -8133;10;3442.30;10.62;699.00;-1.57;0.70 -8134;10;4819.08;10.70;285.00;-1.57;1.12 -8135;10;1568.56;9.50;1337.00;-1.57;0.84 -8136;10;3069.42;12.45;353.00;-1.57;0.96 -8137;10;211.04;9.50;671.00;-1.57;1.08 -8138;10;3041.28;12.95;416.00;-1.57;0.66 -8139;10;5032.50;9.50;696.00;-1.57;1.26 -8140;10;2059.28;11.90;596.00;-1.57;0.92 -8141;10;4213.90;9.50;696.00;-1.57;0.86 -8142;10;2818.28;9.50;1683.00;-1.57;0.80 -8143;10;2224.40;9.70;695.00;-1.57;0.60 -8144;10;3299.46;12.40;573.00;-1.57;0.68 -8145;10;5509.58;9.50;371.00;-1.57;1.28 -8146;10;5471.12;9.50;986.00;-1.57;0.92 -8147;10;5609.66;9.50;1515.00;-1.57;0.96 -8148;10;2125.58;11.67;536.00;-1.57;0.56 -8149;10;1644.70;9.90;816.00;-1.57;1.28 -8150;10;4823.42;9.50;1164.00;-1.57;0.98 -8151;10;4094.78;9.50;719.00;-1.57;0.98 -8152;10;4695.36;9.80;334.00;-1.57;0.58 -8153;10;4342.82;9.50;7.00;-1.57;0.42 -8154;10;4264.82;9.50;156.00;-1.57;0.98 -8155;10;4821.18;10.40;338.00;-1.57;1.02 -8156;10;3880.62;9.50;200.00;-1.57;1.04 -8157;10;1768.12;16.54;591.00;-1.57;0.68 -8158;10;2628.80;9.50;609.00;-1.57;1.10 -8159;10;2291.70;9.50;568.00;-1.57;1.30 -8160;10;1687.08;11.00;693.00;-1.57;0.94 -8161;10;1730.12;12.35;174.00;-1.57;0.68 -8162;10;2221.86;9.50;1212.00;-1.57;1.08 -8163;10;2045.18;9.50;1865.00;-1.57;0.82 -8164;10;3484.58;9.70;677.00;-1.57;0.62 -8165;10;4890.46;9.90;207.00;-1.57;0.82 -8166;10;1234.20;9.50;338.00;-1.57;0.98 -8167;10;365.10;9.50;106.00;-1.57;1.06 -8168;10;631.38;9.50;1180.00;-1.57;0.92 -8169;10;1848.28;9.80;401.00;-1.57;0.74 -8170;10;229.56;9.50;1764.00;-1.57;1.32 -8171;10;490.90;9.50;1145.00;-1.57;1.10 -8172;10;1962.18;10.10;752.00;-1.57;1.64 -8173;10;930.66;9.50;470.00;-1.57;1.22 -8174;10;5400.16;9.50;1612.00;-1.57;1.10 -8175;10;1923.70;10.41;679.00;-1.57;1.30 -8176;10;1758.64;10.85;150.00;-1.57;0.58 -8177;10;2154.38;11.50;676.00;-1.57;0.60 -8178;10;3308.58;10.09;192.00;-1.57;0.62 -8179;10;2211.76;9.70;786.00;-1.57;0.60 -8180;10;3518.46;11.35;308.00;-1.57;0.90 -8181;10;2041.30;10.94;462.00;-1.57;0.56 -8182;10;3410.30;10.00;513.00;-1.57;0.60 -8183;10;3411.94;10.00;567.00;-1.57;0.66 -8184;10;2186.94;10.25;679.00;-1.57;0.66 -8185;10;1761.58;9.80;801.00;-1.57;1.32 -8186;10;4949.32;9.80;170.00;-1.57;0.48 -8187;10;1899.84;9.80;382.00;-1.57;0.60 -8188;10;3551.74;10.56;389.00;-1.57;0.86 -8189;10;1934.36;9.80;570.00;-1.57;1.04 -8190;10;2151.60;9.68;507.00;-1.57;0.40 -8191;10;1715.90;10.80;678.00;-1.57;0.62 -8192;10;1732.30;11.85;253.00;-1.57;0.70 -8193;10;3053.64;11.10;598.00;-1.57;0.96 -8194;10;1708.04;13.54;365.00;-1.57;0.56 -8195;10;1768.00;20.90;454.00;-1.57;0.80 -8196;10;2177.86;9.78;572.00;-1.57;0.54 -8197;10;2193.96;9.70;644.00;-1.57;0.44 -8198;10;1693.58;11.74;102.00;-1.57;0.48 -8199;10;1579.76;17.36;758.00;-1.57;0.64 -8200;10;4745.02;10.60;215.00;-1.57;0.78 -8201;10;3399.10;10.74;482.00;-1.57;0.90 -8202;10;3033.74;12.77;389.00;-1.57;0.62 -8203;10;1853.02;10.70;527.00;-1.57;0.78 -8204;10;5507.50;11.80;92.00;-1.57;0.50 -8205;10;3393.94;11.46;542.00;-1.57;0.66 -8206;10;4996.16;9.70;245.00;-1.57;0.90 -8207;10;2986.16;11.08;619.00;-1.57;1.24 -8208;10;1832.20;9.80;309.00;-1.57;0.52 -8209;10;4769.20;10.40;383.00;-1.57;0.80 -8210;10;2099.12;11.81;533.00;-1.57;0.44 -8211;10;1781.02;9.90;667.00;-1.57;0.78 -8212;10;5496.22;12.40;74.00;-1.57;0.50 -8213;10;1680.58;9.80;789.00;-1.57;1.08 -8214;10;3202.44;12.70;251.00;-1.57;0.74 -8215;10;1752.40;11.15;317.00;-1.57;0.60 -8216;10;1795.94;12.14;439.00;-1.57;0.66 -8217;10;1721.42;12.40;522.00;-1.57;0.38 -8218;10;1703.66;9.65;76.00;-1.57;0.72 -8219;10;3048.50;12.60;541.00;-1.57;0.62 -8220;10;4926.48;10.10;164.00;-1.57;0.64 -8221;10;4566.96;10.30;620.00;-1.57;0.36 -8222;10;1701.88;10.14;308.00;-1.57;0.32 -8223;10;3328.82;12.90;699.00;-1.57;0.68 -8224;10;1966.10;10.90;500.00;-1.57;0.90 -8225;10;1746.20;13.15;623.00;-1.57;0.76 -8226;10;2147.96;11.90;530.00;-1.57;0.36 -8227;10;2186.30;10.61;737.00;-1.57;0.68 -8228;10;4674.76;10.71;159.00;-1.57;0.56 -8229;10;1711.24;14.49;287.00;-1.57;0.36 -8230;10;5035.66;10.96;349.00;-1.57;0.58 -8231;10;1738.32;21.12;516.00;-1.57;0.48 -8232;10;5464.50;12.10;38.00;-1.57;0.44 -8233;10;2123.22;11.40;614.00;-1.57;0.58 -8234;10;5077.04;9.90;192.00;-1.57;0.34 -8235;10;4975.76;13.24;576.00;-1.57;0.58 -8236;10;1327.30;9.83;1137.00;-1.57;0.50 -8237;10;4862.64;10.50;341.00;-1.57;0.96 -8238;10;1923.58;10.35;401.00;-1.57;0.62 -8239;10;2010.94;11.45;466.00;-1.57;0.58 -8240;10;1795.82;10.40;602.00;-1.57;0.74 -8241;10;5462.68;10.00;22.00;-1.57;0.36 -8242;10;2192.10;10.50;716.00;-1.57;0.64 -8243;10;4681.76;10.05;134.00;-1.57;0.48 -8244;10;2974.76;12.82;675.00;-1.57;0.42 -8245;10;3318.12;10.20;245.00;-1.57;0.68 -8246;10;3535.20;11.63;262.00;-1.57;0.80 -8247;10;4804.02;11.40;397.00;-1.57;0.68 -8248;10;3035.02;10.92;511.00;-1.57;0.74 -8249;10;5015.76;9.70;163.00;-1.57;0.64 -8250;10;4999.96;13.39;567.00;-1.57;0.44 -8251;10;1708.96;14.24;263.00;-1.57;0.44 -8252;10;1561.04;9.70;842.00;-1.57;0.56 -8253;10;1758.46;20.14;423.00;-1.57;0.86 -8254;10;1806.26;9.70;781.00;-1.57;1.52 -8255;10;1820.38;10.40;390.00;-1.57;0.62 -8256;10;3312.60;9.50;1371.00;-1.57;1.18 -8257;10;2823.46;9.50;349.00;-1.57;0.94 -8258;10;1701.00;9.50;1284.00;-1.57;0.74 -8259;10;174.74;9.50;743.00;-1.57;0.78 -8260;10;5000.88;9.50;833.00;-1.57;1.14 -8261;10;4316.82;9.50;754.00;-1.57;0.98 -8262;10;2794.10;9.50;1712.00;-1.57;0.90 -8263;10;5548.66;9.50;345.00;-1.57;1.28 -8264;10;5433.48;9.50;1006.00;-1.57;1.16 -8265;10;5569.00;9.50;1540.00;-1.57;1.00 -8266;10;4772.18;9.50;1163.00;-1.57;1.02 -8267;10;4130.80;9.50;697.00;-1.57;1.00 -8268;10;4422.56;9.50;10.00;-1.57;0.54 -8269;10;4273.38;9.50;103.00;-1.57;0.82 -8270;10;3783.46;9.50;204.00;-1.57;0.94 -8271;10;2571.34;9.50;674.00;-1.57;1.10 -8272;10;2352.70;9.50;580.00;-1.57;1.06 -8273;10;2138.42;9.50;1252.00;-1.57;1.38 -8274;10;2095.96;9.50;1819.00;-1.57;1.00 -8275;10;1169.94;9.50;410.00;-1.57;1.24 -8276;10;398.42;9.50;74.00;-1.57;1.38 -8277;10;636.82;9.50;1223.00;-1.57;0.88 -8278;10;312.32;9.50;1719.00;-1.57;1.08 -8279;10;537.22;9.50;1156.00;-1.57;1.08 -8280;10;876.94;9.50;501.00;-1.57;1.04 -8281;10;5458.78;9.50;1618.00;-1.57;1.04 -8282;10;3393.84;9.50;1440.00;-1.57;0.84 -8283;10;2834.54;9.50;497.00;-1.57;1.06 -8284;10;1610.72;9.50;1313.00;-1.57;0.96 -8285;10;43.78;9.50;628.00;-1.57;1.22 -8286;10;5192.12;9.50;877.00;-1.57;1.42 -8287;10;4270.00;9.50;796.00;-1.57;1.00 -8288;10;2811.34;9.50;1783.00;-1.57;1.26 -8289;10;5609.10;9.50;372.00;-1.57;1.00 -8290;10;5597.42;9.50;671.00;-1.57;1.12 -8291;10;5571.54;9.50;1597.00;-1.57;1.06 -8292;10;4792.42;9.50;1129.00;-1.57;0.76 -8293;10;4178.08;9.50;675.00;-1.57;1.06 -8294;10;4409.64;9.50;44.00;-1.57;0.96 -8295;10;4240.28;9.50;104.00;-1.57;0.92 -8296;10;3829.44;9.50;196.00;-1.57;1.08 -8297;10;2556.94;9.50;735.00;-1.57;1.10 -8298;10;2309.46;9.50;613.00;-1.57;0.94 -8299;10;2152.50;9.50;1301.00;-1.57;1.26 -8300;10;2707.96;9.50;1789.00;-1.57;1.40 -8301;10;1157.38;9.50;363.00;-1.57;0.92 -8302;10;331.48;9.50;59.00;-1.57;1.32 -8303;10;640.50;9.50;1269.00;-1.57;1.20 -8304;10;225.50;9.50;1803.00;-1.57;1.34 -8305;10;420.16;9.50;1085.00;-1.57;1.24 -8306;10;840.20;9.50;457.00;-1.57;1.40 -8307;10;5454.98;9.50;1675.00;-1.57;1.22 -8308;10;3374.66;9.50;1389.00;-1.57;1.36 -8309;10;2832.00;9.50;579.00;-1.57;1.00 -8310;10;1662.08;9.50;1344.00;-1.57;0.78 -8311;10;47.12;9.50;570.00;-1.57;1.26 -8312;10;5114.78;9.50;994.00;-1.57;1.20 -8313;10;4259.66;9.50;852.00;-1.57;0.74 -8314;10;2731.00;10.17;1552.00;-1.57;0.64 -8315;10;5556.10;9.50;407.00;-1.57;1.10 -8316;10;5601.44;9.50;711.00;-1.57;0.96 -8317;10;5617.90;9.50;1557.00;-1.57;1.10 -8318;10;4828.08;9.50;1117.00;-1.57;1.00 -8319;10;4136.64;9.50;652.00;-1.57;0.96 -8320;10;4382.98;9.50;15.00;-1.57;0.70 -8321;10;4196.42;9.50;93.00;-1.57;0.82 -8322;10;3853.60;9.50;149.00;-1.57;1.20 -8323;10;2599.94;9.50;706.00;-1.57;0.92 -8324;10;2321.36;9.50;668.00;-1.57;1.04 -8325;10;2054.90;9.50;1029.00;-1.57;1.10 -8326;10;3205.26;9.50;2023.00;-1.57;1.04 -8327;10;1087.20;9.50;361.00;-1.57;1.30 -8328;10;372.60;9.50;27.00;-1.57;1.26 -8329;10;706.34;9.50;1269.00;-1.57;0.98 -8330;10;298.26;9.50;1774.00;-1.57;1.54 -8331;10;378.48;9.50;993.00;-1.57;1.26 -8332;10;893.86;9.50;430.00;-1.57;1.46 -8333;10;5521.68;9.50;1624.00;-1.57;1.16 -8334;10;3430.02;9.50;1367.00;-1.57;1.30 -8335;10;2579.24;9.50;507.00;-1.57;0.86 -8336;10;1682.36;9.50;1391.00;-1.57;1.04 -8337;10;148.20;9.50;581.00;-1.57;1.02 -8338;10;5376.60;9.50;1110.00;-1.57;1.34 -8339;10;4122.36;9.50;868.00;-1.57;1.04 -8340;10;2735.08;9.50;1612.00;-1.57;0.88 -8341;10;5602.74;9.50;458.00;-1.57;1.00 -8342;10;5598.72;9.50;746.00;-1.57;0.92 -8343;10;4768.66;9.50;1081.00;-1.57;1.16 -8344;10;4048.56;9.50;683.00;-1.57;0.84 -8345;10;4337.08;9.50;35.00;-1.57;1.02 -8346;10;4188.72;9.50;134.00;-1.57;1.08 -8347;10;3914.24;9.50;151.00;-1.57;1.36 -8348;10;2906.56;9.50;585.00;-1.57;0.84 -8349;10;2531.24;9.50;778.00;-1.57;1.00 -8350;10;2373.80;9.50;677.00;-1.57;1.20 -8351;10;2012.18;9.50;1060.00;-1.57;1.02 -8352;10;3281.52;9.50;2033.00;-1.57;0.64 -8353;10;1163.60;9.50;321.00;-1.57;1.06 -8354;10;428.42;9.50;21.00;-1.57;1.10 -8355;10;685.56;9.50;1311.00;-1.57;0.94 -8356;10;334.42;9.50;1798.00;-1.57;1.18 -8357;10;443.02;9.50;968.00;-1.57;0.80 -8358;10;816.56;9.50;410.00;-1.57;1.04 -8359;10;674.96;9.50;1017.00;-1.57;0.80 -8360;10;4342.50;12.60;688.00;-1.57;0.44 -8361;10;2687.22;9.50;1742.00;-1.57;1.10 -8362;10;2716.92;9.50;515.00;-1.57;0.88 -8363;10;1565.28;9.50;1383.00;-1.57;0.92 -8364;10;133.52;9.50;523.00;-1.57;1.28 -8365;10;5488.14;9.50;1177.00;-1.57;1.36 -8366;10;4194.64;9.50;890.00;-1.57;0.96 -8367;10;2730.26;9.50;1737.00;-1.57;1.14 -8368;10;5529.58;9.50;450.00;-1.57;0.92 -8369;10;5598.72;9.50;783.00;-1.57;1.08 -8370;10;3687.22;9.50;1989.00;-1.57;2.28 -8371;10;4723.12;9.50;1093.00;-1.57;1.26 -8372;10;4042.90;9.50;637.00;-1.57;1.10 -8373;10;4366.72;9.50;55.00;-1.57;1.00 -8374;10;4189.98;9.50;182.00;-1.57;1.22 -8375;10;3880.08;9.50;106.00;-1.57;1.12 -8376;10;2462.00;9.50;728.00;-1.57;1.00 -8377;10;2367.00;9.50;734.00;-1.57;1.00 -8378;10;2013.08;9.50;1013.00;-1.57;1.12 -8379;10;3437.70;9.50;1975.00;-1.57;1.28 -8380;10;1179.30;9.50;277.00;-1.57;1.32 -8381;10;462.76;9.50;71.00;-1.57;1.24 -8382;10;669.82;9.50;1354.00;-1.57;0.80 -8383;10;225.06;9.50;1945.00;-1.57;1.34 -8384;10;446.04;9.50;1007.00;-1.57;1.06 -8385;10;811.76;9.50;332.00;-1.57;1.18 -8386;10;2365.80;9.50;1038.00;-1.57;1.20 -8387;10;2606.70;9.50;1817.00;-1.57;1.80 -8388;10;2737.70;9.50;418.00;-1.57;1.00 -8389;10;1627.08;9.50;1421.00;-1.57;1.06 -8390;10;90.70;9.50;552.00;-1.57;1.30 -8391;10;5517.42;9.50;1235.00;-1.57;1.14 -8392;10;4113.92;9.50;810.00;-1.57;0.88 -8393;10;2657.08;9.50;1630.00;-1.57;0.58 -8394;10;5530.36;9.50;489.00;-1.57;0.98 -8395;10;5603.46;9.50;860.00;-1.57;1.26 -8396;10;4722.44;9.50;1191.00;-1.57;1.16 -8397;10;4070.72;9.50;593.00;-1.57;1.08 -8398;10;4341.28;9.50;91.00;-1.57;0.92 -8399;10;4147.14;9.50;212.00;-1.57;0.82 -8400;10;3968.78;9.50;150.00;-1.57;1.28 -8401;10;2509.14;9.50;730.00;-1.57;1.08 -8402;10;2332.26;9.50;716.00;-1.57;1.14 -8403;10;2394.80;9.50;1354.00;-1.57;1.68 -8404;10;2679.50;9.50;1834.00;-1.57;1.50 -8405;10;1321.90;9.50;333.00;-1.57;1.04 -8406;10;532.64;9.50;76.00;-1.57;1.06 -8407;10;606.74;9.50;1320.00;-1.57;0.88 -8408;10;720.32;9.50;952.00;-1.57;1.36 -8409;10;291.76;9.50;1855.00;-1.57;1.34 -8410;10;435.68;9.50;1046.00;-1.57;1.16 -8411;10;776.62;9.50;376.00;-1.57;1.06 -8412;10;4745.82;9.50;680.00;-1.57;0.72 -8413;10;2604.62;9.50;1916.00;-1.57;1.18 -8414;10;2752.82;9.50;184.00;-1.57;0.98 -8415;10;1609.10;9.50;1382.00;-1.57;0.88 -8416;10;158.96;9.50;386.00;-1.57;1.26 -8417;10;4181.08;9.50;800.00;-1.57;1.00 -8418;10;2635.72;9.50;1560.00;-1.57;1.08 -8419;10;5610.04;10.00;501.00;-1.57;1.22 -8420;10;5545.60;9.50;934.00;-1.57;1.34 -8421;10;4761.72;9.50;1208.00;-1.57;0.94 -8422;10;4119.52;9.50;596.00;-1.57;1.00 -8423;10;4413.16;9.50;86.00;-1.57;0.98 -8424;10;4096.26;9.50;247.00;-1.57;1.12 -8425;10;3936.52;9.50;106.00;-1.57;0.98 -8426;10;2419.62;9.50;715.00;-1.57;1.18 -8427;10;2292.62;9.50;739.00;-1.57;1.18 -8428;10;2641.16;9.50;1876.00;-1.57;1.24 -8429;10;1349.40;9.50;365.00;-1.57;1.20 -8430;10;488.86;9.50;21.00;-1.57;1.02 -8431;10;596.10;9.50;1354.00;-1.57;0.82 -8432;10;361.66;9.50;1830.00;-1.57;1.36 -8433;10;506.96;9.50;963.00;-1.57;1.14 -8434;10;709.50;9.50;457.00;-1.57;1.48 -8435;10;3212.68;9.50;1316.00;-1.57;0.52 -8436;10;2445.06;10.41;1923.00;-1.57;1.34 -8437;10;2633.46;9.50;187.00;-1.57;0.94 -8438;10;1705.36;9.50;1431.00;-1.57;1.04 -8439;10;340.72;9.50;586.00;-1.57;1.08 -8440;10;5527.80;9.50;1308.00;-1.57;0.84 -8441;10;4090.72;9.50;668.00;-1.57;1.08 -8442;10;2595.36;9.50;1554.00;-1.57;1.04 -8443;10;5619.00;9.50;1482.00;-1.57;1.00 -8444;10;5572.32;9.50;892.00;-1.57;1.08 -8445;10;4741.92;9.50;1289.00;-1.57;1.32 -8446;10;4108.16;9.50;552.00;-1.57;1.24 -8447;10;4415.92;9.50;126.00;-1.57;0.88 -8448;10;4061.70;9.50;281.00;-1.57;1.18 -8449;10;3986.18;9.50;106.00;-1.57;1.02 -8450;10;2820.40;9.50;1537.00;-1.57;0.44 -8451;10;2461.36;9.50;675.00;-1.57;1.04 -8452;10;2211.78;9.50;526.00;-1.57;1.16 -8453;10;2426.96;9.50;1277.00;-1.57;1.78 -8454;10;2661.26;9.50;1705.00;-1.57;1.08 -8455;10;1413.76;9.50;343.00;-1.57;1.28 -8456;10;515.52;9.50;154.00;-1.57;0.86 -8457;10;524.50;9.50;1324.00;-1.57;1.22 -8458;10;404.32;9.50;1857.00;-1.57;1.40 -8459;10;513.94;9.50;1005.00;-1.57;1.14 -8460;10;697.48;9.50;411.00;-1.57;1.36 -8461;10;3914.46;9.70;2003.00;-1.57;1.76 -8462;10;2694.20;9.50;1520.00;-1.57;0.54 -8463;10;2429.30;9.50;1967.00;-1.57;1.70 -8464;10;2555.88;9.50;302.00;-1.57;1.08 -8465;10;1660.14;9.50;1457.00;-1.57;1.24 -8466;10;242.78;9.50;494.00;-1.57;1.04 -8467;10;5352.98;9.50;1328.00;-1.57;1.22 -8468;10;4263.08;9.50;538.00;-1.57;0.80 -8469;10;2694.98;9.50;1501.00;-1.57;0.80 -8470;10;5522.38;9.50;529.00;-1.57;1.14 -8471;10;5618.16;9.50;915.00;-1.57;1.24 -8472;10;4867.82;9.50;1132.00;-1.57;0.98 -8473;10;4150.62;9.50;566.00;-1.57;1.18 -8474;10;4457.26;9.50;119.00;-1.57;1.10 -8475;10;4052.92;9.50;325.00;-1.57;0.88 -8476;10;4029.50;9.50;74.00;-1.57;0.96 -8477;10;3164.64;9.50;16.00;-1.57;0.88 -8478;10;2536.98;9.50;16.00;-1.57;0.68 -8479;10;2419.44;9.50;660.00;-1.57;1.04 -8480;10;2227.52;9.50;568.00;-1.57;1.26 -8481;10;2339.90;9.50;1332.00;-1.57;1.24 -8482;10;2644.14;9.50;1773.00;-1.57;1.46 -8483;10;1427.76;9.50;288.00;-1.57;1.34 -8484;10;520.32;9.50;117.00;-1.57;0.78 -8485;10;518.66;9.50;1366.00;-1.57;0.92 -8486;10;355.36;9.50;1869.00;-1.57;0.82 -8487;10;507.04;9.50;1046.00;-1.57;1.04 -8488;10;786.40;9.50;479.00;-1.57;1.26 -8489;10;3820.56;9.50;439.00;-1.57;0.84 -8490;10;2504.10;9.50;1959.00;-1.57;1.90 -8491;10;2452.04;9.50;108.00;-1.57;0.98 -8492;10;1662.48;9.50;1506.00;-1.57;1.20 -8493;10;300.18;9.50;368.00;-1.57;1.26 -8494;10;5395.30;9.50;1195.00;-1.57;1.20 -8495;10;4277.00;9.50;381.00;-1.57;1.00 -8496;10;2681.68;9.50;1483.00;-1.57;1.04 -8497;10;5551.40;9.50;567.00;-1.57;1.52 -8498;10;5606.78;9.50;947.00;-1.57;1.00 -8499;10;4833.40;9.50;1080.00;-1.57;0.82 -8500;10;4174.62;9.50;534.00;-1.57;1.06 -8501;10;4384.64;9.50;153.00;-1.57;0.96 -8502;10;4092.26;9.50;305.00;-1.57;1.12 -8503;10;3901.14;9.50;66.00;-1.57;0.96 -8504;10;3234.66;9.50;9.00;-1.57;0.50 -8505;10;2566.52;9.50;53.00;-1.57;0.96 -8506;10;2504.62;9.50;659.00;-1.57;1.02 -8507;10;2256.10;9.50;637.00;-1.57;1.16 -8508;10;2332.88;9.50;1282.00;-1.57;1.20 -8509;10;2562.90;9.50;1851.00;-1.57;1.38 -8510;10;1492.84;9.50;276.00;-1.57;0.96 -8511;10;557.72;9.50;167.00;-1.57;1.08 -8512;10;442.04;9.50;1402.00;-1.57;1.28 -8513;10;307.58;9.50;1906.00;-1.57;1.62 -8514;10;569.08;9.50;990.00;-1.57;1.08 -8515;10;758.68;9.50;533.00;-1.57;1.08 -8516;10;3822.38;9.50;482.00;-1.57;0.82 -8517;10;2442.72;9.50;2020.00;-1.57;1.30 -8518;10;1710.64;9.50;1552.00;-1.57;0.94 -8519;10;205.94;9.50;291.00;-1.57;1.02 -8520;10;5248.60;9.50;1227.00;-1.57;1.10 -8521;10;4224.38;9.50;151.00;-1.57;0.82 -8522;10;2711.28;9.50;1450.00;-1.57;0.72 -8523;10;5606.82;9.50;594.00;-1.57;1.06 -8524;10;5616.18;9.50;984.00;-1.57;0.84 -8525;10;4814.80;9.50;1038.00;-1.57;1.20 -8526;10;4175.98;9.50;483.00;-1.57;1.22 -8527;10;4310.28;9.50;114.00;-1.57;0.92 -8528;10;4117.52;9.50;333.00;-1.57;1.02 -8529;10;3995.44;9.50;41.00;-1.57;1.16 -8530;10;2922.72;9.50;1938.00;-1.57;1.08 -8531;10;2515.70;9.50;59.00;-1.57;1.00 -8532;10;2537.46;9.50;643.00;-1.57;0.94 -8533;10;2352.86;9.50;1226.00;-1.57;1.44 -8534;10;2472.86;9.50;1864.00;-1.57;1.22 -8535;10;1498.86;9.50;233.00;-1.57;1.14 -8536;10;311.78;9.50;286.00;-1.57;1.08 -8537;10;392.76;9.50;1342.00;-1.57;0.90 -8538;10;398.52;9.80;1901.00;-1.57;0.78 -8539;10;579.66;9.50;1036.00;-1.57;1.12 -8540;10;734.32;9.50;497.00;-1.57;1.26 -8541;10;3821.28;9.50;532.00;-1.57;0.92 -8542;10;2660.62;9.50;1933.00;-1.57;1.18 -8543;10;1746.78;9.50;1600.00;-1.57;1.14 -8544;10;38.62;9.50;301.00;-1.57;1.18 -8545;10;5047.74;9.50;1144.00;-1.57;0.86 -8546;10;2757.90;9.50;1460.00;-1.57;0.48 -8547;10;5601.00;9.50;631.00;-1.57;1.08 -8548;10;4796.06;9.50;996.00;-1.57;1.06 -8549;10;4210.98;9.50;505.00;-1.57;1.14 -8550;10;4348.28;9.50;139.00;-1.57;0.92 -8551;10;4096.08;9.50;377.00;-1.57;1.12 -8552;10;4052.70;9.50;29.00;-1.57;1.18 -8553;10;2464.52;9.50;42.00;-1.57;1.28 -8554;10;2530.08;9.50;611.00;-1.57;1.06 -8555;10;2292.22;9.50;396.00;-1.57;1.18 -8556;10;2300.74;9.50;1193.00;-1.57;1.20 -8557;10;2558.74;9.50;1973.00;-1.57;1.64 -8558;10;1387.22;9.50;232.00;-1.57;1.30 -8559;10;336.48;9.50;325.00;-1.57;1.06 -8560;10;393.76;9.50;1385.00;-1.57;1.08 -8561;10;472.84;9.50;1884.00;-1.57;1.14 -8562;10;492.14;9.50;913.00;-1.57;1.32 -8563;10;691.38;9.50;546.00;-1.57;0.96 -8564;10;3817.20;9.50;587.00;-1.57;0.80 -8565;10;2566.20;9.50;2027.00;-1.57;0.96 -8566;10;1794.26;9.70;1623.00;-1.57;1.14 -8567;10;51.92;9.50;184.00;-1.57;1.64 -8568;10;5053.68;9.50;1074.00;-1.57;1.26 -8569;10;2742.02;9.50;1437.00;-1.57;0.56 -8570;10;5524.30;9.50;627.00;-1.57;1.08 -8571;10;5611.34;9.50;1259.00;-1.57;0.98 -8572;10;4747.96;9.50;890.00;-1.57;1.18 -8573;10;4195.08;9.50;441.00;-1.57;0.96 -8574;10;4302.92;9.50;158.00;-1.57;0.88 -8575;10;4151.98;9.50;350.00;-1.57;1.08 -8576;10;2442.32;9.50;70.00;-1.57;1.04 -8577;10;2491.90;9.50;615.00;-1.57;1.08 -8578;10;2385.96;9.50;428.00;-1.57;1.24 -8579;10;2288.96;9.50;1243.00;-1.57;1.36 -8580;10;2610.86;9.50;1971.00;-1.57;1.54 -8581;10;1498.16;9.50;115.00;-1.57;1.16 -8582;10;369.06;9.50;277.00;-1.57;0.90 -8583;10;364.20;9.50;1427.00;-1.57;0.88 -8584;10;459.82;9.50;1816.00;-1.57;1.04 -8585;10;556.42;9.50;947.00;-1.57;0.94 -8586;10;668.40;9.50;500.00;-1.57;1.16 -8587;10;3792.98;9.50;509.00;-1.57;1.00 -8588;10;2709.34;9.50;1897.00;-1.57;1.26 -8589;10;1892.98;9.50;1641.00;-1.57;1.22 -8590;10;281.50;9.50;147.00;-1.57;1.08 -8591;10;4913.58;9.50;890.00;-1.57;1.02 -8592;10;2775.84;9.50;1406.00;-1.57;0.76 -8593;10;5496.68;9.50;582.00;-1.57;1.30 -8594;10;5609.06;9.50;1220.00;-1.57;1.20 -8595;10;4754.80;9.50;936.00;-1.57;1.20 -8596;10;4223.54;9.50;463.00;-1.57;1.06 -8597;10;4400.18;9.50;233.00;-1.57;1.02 -8598;10;4133.10;9.50;387.00;-1.57;0.90 -8599;10;4022.34;9.50;8.00;-1.57;0.50 -8600;10;2567.62;9.50;105.00;-1.57;1.12 -8601;10;2509.64;9.50;567.00;-1.57;0.92 -8602;10;2256.34;9.50;424.00;-1.57;1.26 -8603;10;2239.96;9.50;1303.00;-1.57;1.32 -8604;10;2517.54;9.50;2026.00;-1.57;0.90 -8605;10;1449.98;9.50;103.00;-1.57;1.22 -8606;10;394.12;9.50;317.00;-1.57;0.80 -8607;10;326.86;9.50;1351.00;-1.57;0.90 -8608;10;83.50;9.50;2020.00;-1.57;0.50 -8609;10;559.58;9.50;903.00;-1.57;1.00 -8610;10;597.88;9.50;486.00;-1.57;1.22 -8611;10;3778.92;9.50;544.00;-1.57;0.84 -8612;10;2767.34;9.50;1783.00;-1.57;1.26 -8613;10;2883.26;9.50;529.00;-1.57;1.04 -8614;10;1835.30;9.50;1684.00;-1.57;1.36 -8615;10;218.76;9.50;247.00;-1.57;1.00 -8616;10;4924.52;9.50;851.00;-1.57;1.28 -8617;10;4027.00;9.50;116.00;-1.57;1.00 -8618;10;2709.92;9.50;1413.00;-1.57;0.88 -8619;10;5439.68;9.50;574.00;-1.57;1.04 -8620;10;5545.32;9.50;1201.00;-1.57;1.26 -8621;10;2861.02;9.50;1551.00;-1.57;0.58 -8622;10;2893.96;9.50;1570.00;-1.57;0.32 -8623;10;4747.26;9.50;978.00;-1.57;1.12 -8624;10;4261.88;9.50;433.00;-1.57;0.74 -8625;10;4385.80;9.50;195.00;-1.57;1.12 -8626;10;4117.78;9.50;417.00;-1.57;0.98 -8627;10;3968.08;9.50;9.00;-1.57;0.56 -8628;10;2565.90;9.50;156.00;-1.57;1.10 -8629;10;2452.46;9.50;627.00;-1.57;0.94 -8630;10;2308.14;9.50;495.00;-1.57;1.34 -8631;10;2183.50;9.50;1319.00;-1.57;1.22 -8632;10;2580.10;9.50;1764.00;-1.57;1.08 -8633;10;1395.04;9.50;119.00;-1.57;1.16 -8634;10;441.78;9.50;342.00;-1.57;1.00 -8635;10;325.20;9.50;1394.00;-1.57;1.12 -8636;10;132.14;9.50;1979.00;-1.57;0.88 -8637;10;554.24;9.50;850.00;-1.57;1.20 -8638;10;645.66;9.50;450.00;-1.57;1.32 -8639;10;3465.70;9.50;470.00;-1.57;1.30 -8640;10;2804.18;9.50;1920.00;-1.57;1.02 -8641;10;2297.26;9.50;209.00;-1.57;1.14 -8642;10;1830.06;9.70;1725.00;-1.57;1.46 -8643;10;426.34;9.50;288.00;-1.57;1.26 -8644;10;4879.82;9.50;722.00;-1.57;0.98 -8645;10;4179.08;9.50;269.00;-1.57;1.12 -8646;10;2668.98;9.50;1451.00;-1.57;1.22 -8647;10;5451.74;9.50;613.00;-1.57;0.80 -8648;10;5619.38;9.50;1700.00;-1.57;0.82 -8649;10;4788.12;9.50;943.00;-1.57;0.68 -8650;10;4220.80;9.50;409.00;-1.57;1.06 -8651;10;4300.02;9.50;208.00;-1.57;0.78 -8652;10;4186.52;9.50;378.00;-1.57;1.06 -8654;10;2516.24;9.50;104.00;-1.57;1.00 -8655;10;2431.82;9.50;586.00;-1.57;0.98 -8656;10;2283.96;9.50;460.00;-1.57;1.32 -8657;10;2213.80;9.50;1362.00;-1.57;1.20 -8658;10;2470.58;9.50;1812.00;-1.57;1.38 -8659;10;1451.88;9.50;171.00;-1.57;1.32 -8660;10;448.48;9.50;385.00;-1.57;1.08 -8661;10;778.26;9.50;949.00;-1.57;1.14 -8662;10;139.82;9.63;2026.00;-1.57;0.96 -8663;10;468.78;9.50;873.00;-1.57;1.16 -8664;10;602.30;9.50;430.00;-1.57;1.02 -8665;10;3519.82;9.50;422.00;-1.57;1.08 -8666;10;2843.10;9.50;1861.00;-1.57;0.90 -8667;10;2375.36;9.50;283.00;-1.57;1.04 -8668;10;1899.98;9.50;1742.00;-1.57;1.08 -8669;10;530.94;9.50;432.00;-1.57;0.90 -8670;10;4796.26;9.50;728.00;-1.57;1.14 -8671;10;4264.82;9.50;468.00;-1.57;0.82 -8672;10;2637.80;9.50;1432.00;-1.57;1.02 -8673;10;5492.40;9.50;668.00;-1.57;1.22 -8674;10;5615.08;9.50;1311.00;-1.57;1.12 -8675;10;5621.38;9.50;1746.00;-1.57;0.82 -8676;10;4700.90;9.50;959.00;-1.57;1.10 -8677;10;4306.90;9.50;471.00;-1.57;0.90 -8678;10;4350.08;9.50;224.00;-1.57;1.12 -8679;10;4146.80;9.50;452.00;-1.57;1.14 -8680;10;2519.80;9.50;158.00;-1.57;1.20 -8681;10;2644.90;9.50;554.00;-1.57;1.02 -8682;10;2769.16;9.50;694.00;-1.57;0.76 -8683;10;2166.80;9.50;1367.00;-1.57;1.20 -8684;10;2388.84;9.50;1834.00;-1.57;1.10 -8685;10;1553.70;9.50;46.00;-1.57;1.06 -8686;10;377.30;9.50;357.00;-1.57;0.96 -8687;10;285.58;9.50;1427.00;-1.57;1.32 -8688;10;188.62;9.50;2015.00;-1.57;0.90 -8689;10;488.78;9.50;835.00;-1.57;1.42 -8690;10;704.10;9.50;589.00;-1.57;1.14 -8691;10;3473.56;9.50;353.00;-1.57;1.36 -8692;10;2926.06;9.50;1989.00;-1.57;1.24 -8693;10;2629.36;9.50;476.00;-1.57;1.04 -8694;10;1890.28;9.50;1929.00;-1.57;1.36 -8695;10;503.44;9.50;386.00;-1.57;1.12 -8696;10;4807.64;9.50;774.00;-1.57;0.96 -8697;10;4169.62;9.50;412.00;-1.57;1.14 -8698;10;2649.64;9.50;1394.00;-1.57;0.92 -8699;10;5507.48;9.50;736.00;-1.57;1.02 -8700;10;5612.98;9.50;1370.00;-1.57;1.22 -8701;10;4675.12;9.50;919.00;-1.57;0.54 -8702;10;4350.90;9.50;501.00;-1.57;0.78 -8703;10;4309.28;9.50;255.00;-1.57;0.92 -8704;10;4093.34;9.50;447.00;-1.57;1.04 -8705;10;2471.44;9.50;158.00;-1.57;1.16 -8706;10;1523.42;9.50;793.00;-1.57;0.98 -8707;10;2887.28;9.50;720.00;-1.57;0.92 -8708;10;2160.78;9.50;1422.00;-1.57;1.42 -8709;10;2394.40;9.50;1894.00;-1.57;1.24 -8710;10;1599.80;9.50;20.00;-1.57;1.02 -8711;10;384.86;9.50;397.00;-1.57;1.02 -8712;10;204.24;9.50;1329.00;-1.57;1.00 -8713;10;211.78;9.50;1999.00;-1.57;0.42 -8714;10;431.34;9.50;823.00;-1.57;1.26 -8715;10;759.40;9.50;575.00;-1.57;1.02 -8716;10;2107.36;9.50;458.00;-1.57;1.04 -8717;10;2946.32;9.50;2030.00;-1.57;0.88 -8718;10;2535.36;9.50;500.00;-1.57;1.04 -8719;10;1955.26;9.50;1873.00;-1.57;2.14 -8720;10;670.66;9.50;371.00;-1.57;1.34 -8721;10;4854.42;9.50;894.00;-1.57;1.38 -8722;10;4072.36;9.50;355.00;-1.57;0.98 -8723;10;2600.58;9.50;1416.00;-1.57;1.56 -8724;10;5432.78;9.50;703.00;-1.57;1.00 -8725;10;5627.34;9.50;1423.00;-1.57;0.26 -8726;10;5576.66;9.50;1732.00;-1.57;1.28 -8727;10;4700.88;9.50;798.00;-1.57;1.32 -8728;10;4361.92;9.50;535.00;-1.57;0.88 -8729;10;4270.46;9.50;250.00;-1.57;0.94 -8730;10;4062.92;9.50;485.00;-1.57;0.88 -8731;10;2417.50;9.50;148.00;-1.57;1.20 -8732;10;2640.38;9.50;515.00;-1.57;0.82 -8733;10;2727.68;9.50;714.00;-1.57;0.74 -8734;10;2206.08;9.50;1423.00;-1.57;1.12 -8735;10;2427.50;9.50;1852.00;-1.57;1.40 -8736;10;1660.32;9.50;14.00;-1.57;0.66 -8737;10;233.84;9.50;399.00;-1.57;1.32 -8738;10;143.24;9.50;1331.00;-1.57;0.94 -8739;10;327.62;9.50;1915.00;-1.57;0.88 -8740;10;424.76;9.50;781.00;-1.57;1.20 -8741;10;824.32;9.50;573.00;-1.57;0.94 -8742;10;3402.80;9.50;1014.00;-1.57;1.08 -8743;10;2702.78;9.50;1981.00;-1.57;1.42 -8744;10;2388.92;9.50;592.00;-1.57;0.88 -8745;10;1583.34;9.50;1962.00;-1.57;0.88 -8746;10;1399.24;9.50;762.00;-1.57;1.12 -8747;10;4824.10;9.50;944.00;-1.57;0.90 -8748;10;3978.64;9.50;409.00;-1.57;0.96 -8749;10;2654.36;9.50;1341.00;-1.57;0.64 -8750;10;5432.86;9.50;741.00;-1.57;1.04 -8751;10;4756.74;9.50;805.00;-1.57;0.86 -8752;10;4302.00;9.50;506.00;-1.57;0.70 -8753;10;4227.36;9.50;255.00;-1.57;1.04 -8754;10;4081.00;9.50;529.00;-1.57;1.00 -8755;10;2467.80;9.50;205.00;-1.57;1.20 -8756;10;2605.44;9.50;570.00;-1.57;0.86 -8757;10;2664.62;9.50;713.00;-1.57;1.18 -8758;10;2249.64;9.50;1415.00;-1.57;0.96 -8759;10;2371.14;9.50;1940.00;-1.57;1.46 -8760;10;1704.16;9.50;26.00;-1.57;1.06 -8761;10;309.40;9.50;410.00;-1.57;1.16 -8762;10;123.70;9.50;1377.00;-1.57;1.16 -8763;10;421.56;9.50;1781.00;-1.57;1.54 -8764;10;331.22;9.50;858.00;-1.57;1.16 -8765;10;747.86;9.50;635.00;-1.57;1.48 -8766;10;3428.24;9.50;961.00;-1.57;1.14 -8767;10;2779.02;9.50;2033.00;-1.57;0.60 -8768;10;1590.42;9.50;1894.00;-1.57;1.38 -8769;10;892.96;9.50;385.00;-1.57;1.16 -8770;10;4931.42;9.50;1057.00;-1.57;1.38 -8771;10;4111.80;9.50;486.00;-1.57;1.20 -8772;10;2648.48;9.50;1263.00;-1.57;0.82 -8773;10;5382.60;9.50;740.00;-1.57;1.26 -8774;10;4673.44;9.50;755.00;-1.57;1.16 -8775;10;4314.88;9.50;536.00;-1.57;0.90 -8776;10;4214.72;9.50;302.00;-1.57;1.08 -8777;10;4046.84;9.50;549.00;-1.57;0.76 -8778;10;2354.20;9.50;117.00;-1.57;1.32 -8779;10;2555.34;9.50;574.00;-1.57;0.84 -8780;10;2593.24;9.50;762.00;-1.57;1.18 -8781;10;2153.82;9.50;1478.00;-1.57;0.98 -8782;10;2311.46;9.50;1931.00;-1.57;1.44 -8783;10;258.16;9.50;294.00;-1.57;1.20 -8784;10;191.84;9.50;1368.00;-1.57;0.80 -8785;10;486.36;9.50;1769.00;-1.57;1.36 -8786;10;301.02;9.50;895.00;-1.57;1.38 -8787;10;792.98;9.50;669.00;-1.57;1.22 -8788;10;3632.70;9.50;870.00;-1.57;1.30 -8789;10;2866.24;9.50;1996.00;-1.57;1.20 -8790;10;953.42;9.50;152.00;-1.57;1.38 -8791;10;4902.06;9.50;1185.00;-1.57;1.34 -8792;10;4139.08;9.50;513.00;-1.57;1.12 -8793;10;2775.12;9.50;1248.00;-1.57;0.68 -8794;10;5370.50;9.50;687.00;-1.57;0.98 -8795;10;5560.56;9.50;1359.00;-1.57;0.84 -8796;10;5176.28;9.50;1422.00;-1.57;0.92 -8797;10;4676.34;9.50;704.00;-1.57;1.26 -8798;10;4330.36;9.50;568.00;-1.57;1.04 -8799;10;4271.52;9.50;290.00;-1.57;0.86 -8800;10;4027.00;9.50;587.00;-1.57;1.00 -8801;10;2423.56;9.50;211.00;-1.57;0.84 -8802;10;2603.20;9.50;528.00;-1.57;0.80 -8803;10;2576.88;9.50;800.00;-1.57;1.22 -8804;10;2173.76;9.50;1521.00;-1.57;1.38 -8805;10;2196.72;9.50;1904.00;-1.57;1.52 -8806;10;1491.24;9.50;26.00;-1.57;0.98 -8807;10;263.60;9.50;335.00;-1.57;0.90 -8808;10;177.30;9.50;1410.00;-1.57;0.94 -8809;10;541.84;9.50;1785.00;-1.57;1.24 -8810;10;388.20;9.50;872.00;-1.57;0.74 -8811;10;853.68;9.50;620.00;-1.57;1.32 -8812;10;351.60;9.50;1930.00;-1.57;0.38 -8813;10;2607.06;9.50;1721.00;-1.57;1.02 -8814;10;1934.36;9.50;64.00;-1.57;1.04 -8815;10;1476.34;9.50;1895.00;-1.57;1.58 -8816;10;1079.42;9.50;304.00;-1.57;1.38 -8817;10;5131.50;9.50;1228.00;-1.57;0.94 -8818;10;4099.06;9.50;628.00;-1.57;0.80 -8819;10;2834.10;9.50;1273.00;-1.57;0.80 -8820;10;5376.04;9.50;647.00;-1.57;1.08 -8821;10;5470.40;9.50;1364.00;-1.57;0.84 -8822;10;4692.98;9.50;672.00;-1.57;1.00 -8823;10;4300.20;9.50;595.00;-1.57;0.80 -8824;10;4247.80;9.50;334.00;-1.57;1.20 -8825;10;4010.56;9.50;540.00;-1.57;0.84 -8826;10;3068.86;9.50;17.00;-1.57;0.94 -8827;10;2385.52;9.50;187.00;-1.57;1.28 -8828;10;2566.72;9.50;541.00;-1.57;0.82 -8829;10;2504.86;9.50;826.00;-1.57;1.32 -8830;10;2200.90;9.50;1473.00;-1.57;1.10 -8831;10;2314.86;9.50;1826.00;-1.57;1.40 -8832;10;1408.66;9.50;69.00;-1.57;1.10 -8833;10;207.50;9.50;348.00;-1.57;1.28 -8834;10;259.50;9.50;1486.00;-1.57;1.08 -8835;10;575.64;9.50;1737.00;-1.57;1.12 -8836;10;437.32;9.50;935.00;-1.57;1.08 -8837;10;838.62;9.50;670.00;-1.57;1.18 -8838;10;1945.08;9.50;1605.00;-1.57;1.12 -8839;10;2552.80;9.50;1555.00;-1.57;1.20 -8840;10;2620.16;9.50;1487.00;-1.57;1.24 -8841;10;1537.64;9.50;1938.00;-1.57;1.22 -8842;10;1102.24;9.50;411.00;-1.57;1.06 -8843;10;5127.60;9.50;1348.00;-1.57;1.16 -8844;10;3926.94;9.50;731.00;-1.57;0.66 -8845;10;2843.28;9.50;1327.00;-1.57;0.92 -8846;10;5329.50;9.50;628.00;-1.57;1.50 -8847;10;5474.34;9.50;1301.00;-1.57;1.10 -8848;10;4710.74;9.50;711.00;-1.57;0.86 -8849;10;4273.18;9.50;570.00;-1.57;0.88 -8850;10;4286.82;9.50;332.00;-1.57;0.98 -8851;10;4185.08;9.50;228.00;-1.57;1.02 -8852;10;3032.54;9.50;6.00;-1.57;0.44 -8853;10;2383.24;9.50;241.00;-1.57;1.16 -8854;10;2513.96;9.50;532.00;-1.57;0.86 -8855;10;2483.90;9.50;778.00;-1.57;1.00 -8856;10;2239.44;9.50;1478.00;-1.57;1.16 -8857;10;1571.08;9.50;976.00;-1.57;1.12 -8858;10;1435.60;9.50;28.00;-1.57;1.28 -8859;10;153.42;9.50;323.00;-1.57;1.38 -8860;10;189.60;9.50;1482.00;-1.57;1.12 -8861;10;386.78;9.50;1752.00;-1.57;1.42 -8862;10;409.26;9.50;901.00;-1.57;0.76 -8863;10;875.48;9.50;701.00;-1.57;0.74 -8864;10;1877.72;9.50;1583.00;-1.57;1.08 -8865;10;2584.26;9.50;1627.00;-1.57;1.14 -8866;10;1745.64;9.50;16.00;-1.57;0.80 -8867;10;1448.08;9.50;1955.00;-1.57;1.12 -8868;10;1335.14;9.50;465.00;-1.57;1.20 -8869;10;5077.34;9.50;1344.00;-1.57;1.10 -8870;10;3921.54;9.50;242.00;-1.57;1.06 -8871;10;2882.46;9.50;1316.00;-1.57;0.94 -8872;10;5295.00;9.50;584.00;-1.57;1.70 -8873;10;5471.78;9.50;1260.00;-1.57;1.28 -8874;10;4683.98;9.50;83.00;-1.57;0.86 -8875;10;4268.10;9.50;609.00;-1.57;0.90 -8876;10;4203.82;9.50;349.00;-1.57;0.98 -8877;10;4141.62;9.50;249.00;-1.57;0.88 -8878;10;2337.70;9.50;170.00;-1.57;1.30 -8879;10;2476.34;9.50;513.00;-1.57;1.14 -8880;10;2458.34;9.50;815.00;-1.57;1.10 -8881;10;2309.04;9.50;1393.00;-1.57;1.28 -8882;10;2346.20;9.50;2021.00;-1.57;1.00 -8883;10;1298.48;9.50;21.00;-1.57;0.94 -8884;10;148.44;9.50;253.00;-1.57;1.16 -8885;10;109.04;9.50;1151.00;-1.57;1.00 -8886;10;353.34;9.50;1730.00;-1.57;1.22 -8887;10;374.58;9.50;948.00;-1.57;0.96 -8888;10;922.08;9.50;680.00;-1.57;1.12 -8889;10;2528.30;9.50;868.00;-1.57;1.04 -8890;10;2563.18;9.50;1409.00;-1.57;1.02 -8891;10;1497.60;9.50;1971.00;-1.57;1.40 -8892;10;1403.38;9.50;497.00;-1.57;1.16 -8893;10;5211.40;9.50;1469.00;-1.57;0.90 -8894;10;3922.00;9.50;686.00;-1.57;0.92 -8895;10;2919.26;9.50;1330.00;-1.57;0.92 -8896;10;5284.12;9.50;648.00;-1.57;1.06 -8897;10;5525.70;9.50;1272.00;-1.57;0.88 -8898;10;4839.64;9.50;635.00;-1.57;0.96 -8899;10;4256.18;9.50;506.00;-1.57;0.78 -8900;10;4240.64;9.50;380.00;-1.57;0.96 -8901;10;4126.54;9.50;288.00;-1.57;1.06 -8902;10;2340.62;9.50;230.00;-1.57;1.18 -8903;10;2506.52;9.50;475.00;-1.57;1.08 -8904;10;2439.00;9.50;780.00;-1.57;1.00 -8905;10;2341.42;9.50;1414.00;-1.57;1.32 -8906;10;1228.80;9.50;20.00;-1.57;0.94 -8907;10;90.78;9.50;234.00;-1.57;1.14 -8908;10;100.56;9.50;1107.00;-1.57;0.92 -8909;10;449.42;9.50;1721.00;-1.57;1.32 -8910;10;538.10;9.50;804.00;-1.57;1.18 -8911;10;927.70;9.50;620.00;-1.57;1.00 -8912;10;2588.10;9.50;1317.00;-1.57;1.42 -8913;10;1737.32;9.50;47.00;-1.57;0.42 -8914;10;1551.58;9.50;2009.00;-1.57;1.62 -8915;10;1484.42;9.50;663.00;-1.57;1.38 -8916;10;5376.70;9.50;1433.00;-1.57;1.26 -8917;10;4025.70;9.50;497.00;-1.57;1.04 -8918;10;2914.56;9.50;1366.00;-1.57;0.84 -8919;10;5229.60;9.50;650.00;-1.57;1.10 -8920;10;5565.26;9.50;1255.00;-1.57;1.14 -8921;10;4943.72;9.50;518.00;-1.57;1.08 -8922;10;4219.56;9.50;537.00;-1.57;0.84 -8923;10;4738.18;9.50;127.00;-1.57;0.78 -8924;10;4306.16;9.55;417.00;-1.57;1.24 -8925;10;4166.64;9.50;311.00;-1.57;0.96 -8926;10;2299.62;9.50;149.00;-1.57;1.18 -8927;10;2453.46;9.50;473.00;-1.57;0.94 -8928;10;2405.96;9.50;764.00;-1.57;0.98 -8929;10;2375.50;9.50;1433.00;-1.57;1.40 -8930;10;1701.88;9.50;2010.00;-1.57;1.18 -8931;10;1265.18;9.50;68.00;-1.57;1.22 -8932;10;101.60;9.50;289.00;-1.57;1.18 -8933;10;16.76;9.50;1097.00;-1.57;0.64 -8934;10;388.50;9.50;1693.00;-1.57;1.16 -8935;10;566.04;9.50;773.00;-1.57;1.46 -8936;10;970.54;9.50;660.00;-1.57;1.02 -8937;10;2666.46;9.50;1200.00;-1.57;0.90 -8938;10;1536.12;9.50;546.00;-1.57;1.02 -8939;10;5557.78;9.50;1440.00;-1.57;0.80 -8940;10;3943.74;9.50;455.00;-1.57;0.86 -8941;10;2933.10;9.50;1290.00;-1.57;0.90 -8942;10;5243.66;9.50;607.00;-1.57;0.92 -8943;10;5570.18;9.50;1311.00;-1.57;1.02 -8944;10;5609.48;9.50;1842.00;-1.57;1.40 -8945;10;4942.38;9.50;553.00;-1.57;1.32 -8946;10;4231.74;9.50;573.00;-1.57;0.86 -8947;10;4329.26;9.50;365.00;-1.57;1.14 -8948;10;4628.88;9.50;221.00;-1.57;1.32 -8949;10;2256.08;9.50;172.00;-1.57;1.12 -8950;10;2504.70;9.50;434.00;-1.57;0.98 -8951;10;2374.98;9.50;798.00;-1.57;1.20 -8952;10;2294.78;9.50;1446.00;-1.57;1.10 -8953;10;1762.78;9.50;1956.00;-1.57;1.38 -8954;10;1161.52;9.50;26.00;-1.57;1.16 -8955;10;34.44;9.50;246.00;-1.57;1.16 -8956;10;42.16;9.50;1133.00;-1.57;1.24 -8957;10;510.96;9.50;1714.00;-1.57;1.20 -8958;10;484.12;9.50;771.00;-1.57;1.26 -8959;10;964.40;9.50;575.00;-1.57;1.16 -8960;10;2629.68;9.50;1172.00;-1.57;1.22 -8961;10;1812.32;9.50;39.00;-1.57;1.02 -8963;10;1587.02;9.50;534.00;-1.57;1.20 -8964;10;4034.90;9.50;257.00;-1.57;1.10 -8965;10;2993.82;9.50;1297.00;-1.57;0.98 -8966;10;5451.14;9.50;485.00;-1.57;1.02 -8967;10;5522.74;9.50;1355.00;-1.57;0.86 -8968;10;5610.20;9.50;1789.00;-1.57;1.58 -8969;10;4893.52;9.50;521.00;-1.57;0.78 -8970;10;4190.64;9.50;571.00;-1.57;0.96 -8971;10;4339.92;9.50;424.00;-1.57;0.88 -8972;10;4614.98;9.50;276.00;-1.57;1.16 -8973;10;2841.84;9.50;2033.00;-1.57;0.66 -8974;10;2300.90;9.50;85.00;-1.57;1.10 -8975;10;2483.06;9.50;394.00;-1.57;0.80 -8976;10;2355.72;9.50;853.00;-1.57;1.08 -8977;10;2249.66;9.50;1527.00;-1.57;1.42 -8978;10;1612.68;9.50;2032.00;-1.57;0.64 -8979;10;1193.48;9.50;84.00;-1.57;1.46 -8980;10;91.88;9.50;341.00;-1.57;1.12 -8981;10;737.06;9.50;995.00;-1.57;1.02 -8982;10;530.38;9.50;1662.00;-1.57;1.06 -8983;10;457.54;9.50;729.00;-1.57;1.14 -8984;10;982.34;9.50;613.00;-1.57;0.98 -8985;10;2584.20;9.50;1269.00;-1.57;1.38 -8986;10;1795.58;9.50;77.00;-1.57;1.14 -8987;10;1485.58;9.50;498.00;-1.57;0.96 -8988;10;3824.62;9.50;304.00;-1.57;1.18 -8989;10;2483.52;9.50;1525.00;-1.57;1.28 -8990;10;5447.04;9.50;533.00;-1.57;1.22 -8991;10;5471.78;9.50;1332.00;-1.57;1.02 -8992;10;5552.12;9.50;1789.00;-1.57;1.32 -8993;10;4992.08;9.50;421.00;-1.57;1.12 -8994;10;4164.98;9.50;607.00;-1.57;1.00 -8995;10;4381.72;9.50;428.00;-1.57;0.98 -8996;10;4571.00;9.50;274.00;-1.57;1.00 -8997;10;2273.82;9.50;118.00;-1.57;0.98 -8998;10;2450.52;9.50;429.00;-1.57;1.24 -8999;10;2464.34;9.50;861.00;-1.57;1.16 -9000;10;2283.40;9.50;1540.00;-1.57;1.40 -9001;10;1538.50;9.50;1879.00;-1.57;1.50 -9002;10;1326.32;9.50;141.00;-1.57;1.48 -9003;10;38.90;9.50;362.00;-1.57;1.10 -9004;10;120.96;9.50;1199.00;-1.57;1.16 -9005;10;383.50;9.50;1649.00;-1.57;1.02 -9006;10;501.50;9.50;691.00;-1.57;1.34 -9007;10;878.16;9.50;541.00;-1.57;0.94 -9008;10;2448.26;9.50;1409.00;-1.57;1.22 -9009;10;1840.04;9.50;179.00;-1.57;1.56 -9010;10;1369.82;9.50;409.00;-1.57;1.24 -9011;10;5613.90;9.50;1594.00;-1.57;1.10 -9012;10;3878.28;9.50;345.00;-1.57;0.92 -9013;10;3014.88;9.50;1251.00;-1.57;1.32 -9014;10;5387.26;9.50;506.00;-1.57;1.00 -9015;10;5420.52;9.50;1260.00;-1.57;1.28 -9016;10;5616.90;9.50;1906.00;-1.57;1.10 -9017;10;4966.92;9.50;401.00;-1.57;0.64 -9018;10;4214.06;9.50;604.00;-1.57;0.78 -9019;10;4428.00;9.50;425.00;-1.57;1.00 -9020;10;4613.80;9.50;328.00;-1.57;1.20 -9021;10;2268.28;9.50;67.00;-1.57;0.92 -9022;10;2425.98;9.50;390.00;-1.57;1.04 -9023;10;2756.96;9.50;1983.00;-1.57;1.44 -9024;10;2414.88;9.50;868.00;-1.57;1.02 -9025;10;2305.74;9.50;1568.00;-1.57;1.48 -9026;10;1286.64;9.50;175.00;-1.57;1.04 -9027;10;96.88;9.50;391.00;-1.57;1.32 -9028;10;144.04;9.50;1244.00;-1.57;1.12 -9029;10;446.30;9.50;1592.00;-1.57;1.04 -9030;10;525.52;9.50;731.00;-1.57;1.28 -9031;10;763.02;9.50;430.00;-1.57;1.26 -9032;10;2953.70;13.74;1771.00;-1.57;0.30 -9033;10;3482.70;9.81;1674.00;-1.57;0.18 -9034;10;2530.00;9.50;1305.00;-1.57;0.94 -9035;10;3064.88;10.89;1794.00;-1.57;0.30 -9036;10;2945.52;11.34;1723.00;-1.57;0.28 -9037;10;1932.08;9.50;218.00;-1.57;1.12 -9038;10;3167.06;9.80;1797.00;-1.57;0.34 -9039;10;3303.24;10.65;1944.00;-1.57;0.36 -9040;10;1219.08;9.50;386.00;-1.57;1.12 -9041;10;3480.62;9.70;1874.00;-1.57;1.06 -9042;10;3241.50;9.50;2011.00;-1.57;0.44 -9043;10;3472.98;9.90;1710.00;-1.57;0.22 -9044;10;5393.34;9.50;1531.00;-1.57;1.16 -9045;10;3357.60;9.90;1838.00;-1.57;0.18 -9046;10;3387.98;9.85;1668.00;-1.57;0.22 -9047;10;2925.60;14.64;1757.00;-1.57;0.30 -9048;10;3857.20;9.50;487.00;-1.57;0.80 -9049;10;3104.72;9.50;1171.00;-1.57;0.86 -9050;10;3543.34;10.40;1682.00;-1.57;0.26 -9051;10;3056.70;10.60;1771.00;-1.57;0.30 -9052;10;5331.22;9.50;555.00;-1.57;1.42 -9053;10;5368.10;9.50;1229.00;-1.57;1.08 -9054;10;3024.34;9.66;1719.00;-1.57;0.26 -9055;10;3369.70;10.01;1831.00;-1.57;0.30 -9056;10;3211.98;10.22;1784.00;-1.57;0.22 -9057;10;4795.18;9.50;443.00;-1.57;0.86 -9058;10;4243.28;9.50;629.00;-1.57;0.92 -9059;10;3402.58;10.05;1922.00;-1.57;0.46 -9060;10;3332.16;10.50;1714.00;-1.57;0.24 -9061;10;3277.42;9.90;1795.00;-1.57;0.16 -9062;10;4427.82;9.50;375.00;-1.57;0.98 -9063;10;4575.26;9.50;334.00;-1.57;1.14 -9064;10;3238.50;10.00;1995.00;-1.57;0.34 -9065;10;3540.88;9.80;1712.00;-1.57;0.26 -9066;10;3008.06;12.11;1822.00;-1.57;0.34 -9067;10;3930.52;9.50;25.00;-1.57;1.12 -9068;10;3007.24;12.55;1770.00;-1.57;0.30 -9069;10;3020.24;11.60;1853.00;-1.57;0.26 -9070;10;2237.92;9.50;69.00;-1.57;0.88 -9071;10;2464.44;9.50;253.00;-1.57;1.16 -9072;10;2431.34;9.50;911.00;-1.57;1.26 -9073;10;3217.70;10.36;1764.00;-1.57;0.18 -9074;10;3281.24;10.50;1867.00;-1.57;0.36 -9075;10;2729.34;12.87;1679.00;-1.57;0.26 -9076;10;2366.08;9.50;1487.00;-1.57;1.58 -9077;10;1528.12;9.50;2039.00;-1.57;0.48 -9078;10;3317.06;10.40;1775.00;-1.57;0.28 -9079;10;3211.16;10.40;1710.00;-1.57;0.24 -9080;10;1208.96;9.50;146.00;-1.57;1.40 -9081;10;151.62;9.50;431.00;-1.57;0.94 -9082;10;3354.06;10.40;1754.00;-1.57;0.20 -9083;10;3111.96;12.53;1941.00;-1.57;0.32 -9084;10;3953.50;10.35;1166.00;-1.57;0.44 -9085;10;22.56;9.50;1206.00;-1.57;0.84 -9086;10;373.92;9.50;1616.00;-1.57;1.30 -9087;10;357.40;9.50;675.00;-1.57;1.30 -9088;10;3091.16;9.96;1810.00;-1.57;0.24 -9089;10;3205.60;11.16;1988.00;-1.57;0.40 -9090;10;2720.16;11.94;1706.00;-1.57;0.24 -9091;10;1455.42;9.50;605.00;-1.57;1.38 -9092;10;1560.98;9.50;1810.00;-1.57;1.22 -9093;10;3111.42;10.56;1843.00;-1.57;0.32 -9094;10;3163.06;9.69;1756.00;-1.57;0.34 -9095;10;3038.88;13.23;1869.00;-1.57;0.32 -9096;10;2947.80;9.70;1706.00;-1.57;0.18 -9097;10;3267.52;10.10;1731.00;-1.57;0.18 -9098;10;3272.16;9.80;1702.00;-1.57;0.24 -9099;10;3568.16;10.40;1852.00;-1.57;1.04 -9100;10;3262.24;10.30;1746.00;-1.57;0.26 -9101;10;3482.14;9.90;1781.00;-1.57;0.36 -9102;10;3410.88;10.40;1737.00;-1.57;0.20 -9103;10;2969.88;10.58;1740.00;-1.57;0.28 -9104;10;3241.42;9.79;1814.00;-1.57;0.22 -9105;10;3275.60;10.12;1753.00;-1.57;0.22 -9106;10;3226.52;9.50;1834.00;-1.57;0.28 -9107;10;3353.98;10.40;1726.00;-1.57;0.22 -9108;10;3144.06;10.04;1871.00;-1.57;0.34 -9109;10;3064.88;10.19;1710.00;-1.57;0.28 -9110;10;3455.06;9.90;1735.00;-1.57;0.26 -9111;10;3335.06;10.00;1695.00;-1.57;0.22 -9112;10;3246.42;10.60;1905.00;-1.57;0.28 -9113;10;3478.88;9.95;1747.00;-1.57;0.30 -9114;10;3570.34;9.90;1722.00;-1.57;0.26 -9115;10;3339.94;9.90;1905.00;-1.57;0.38 -9116;10;3277.12;9.96;1975.00;-1.57;0.52 -9117;10;3066.34;9.80;1746.00;-1.57;0.26 -9118;10;3335.88;9.87;1781.00;-1.57;0.20 -9119;10;3293.24;10.46;1853.00;-1.57;0.36 -9120;10;3247.88;10.30;1706.00;-1.57;0.26 -9121;10;3674.44;9.90;1864.00;-1.57;1.02 -9122;10;3430.34;10.27;1683.00;-1.57;0.26 -9123;10;3288.70;10.50;1905.00;-1.57;0.30 -9124;10;3524.96;9.95;1755.00;-1.57;0.28 -9126;10;3053.76;10.34;1916.00;-1.57;0.32 -9127;10;2918.42;10.31;1792.00;-1.57;0.26 -9128;10;3199.32;10.70;1968.00;-1.57;0.46 -9129;10;3184.70;9.70;1746.00;-1.57;0.26 -9130;10;3446.68;9.80;1784.00;-1.57;0.52 -9131;10;3426.88;10.01;1720.00;-1.57;0.22 -9132;10;2988.70;9.95;1832.00;-1.57;0.30 -9133;10;3504.88;10.43;1729.00;-1.57;0.28 -9134;10;3047.42;14.00;1863.00;-1.57;0.34 -9135;10;2963.88;12.61;1777.00;-1.57;0.26 -9136;10;3495.98;10.20;1691.00;-1.57;0.22 -9137;10;3012.60;11.31;743.00;-1.57;0.88 -9138;10;3002.88;10.46;1731.00;-1.57;0.26 -9139;10;2977.52;12.94;1807.00;-1.57;0.28 -9140;10;3295.68;10.00;1974.00;-1.57;0.48 -9141;10;3066.78;10.93;1829.00;-1.57;0.30 -9142;10;3912.26;9.70;1864.00;-1.57;1.14 -9143;10;3134.88;9.96;1856.00;-1.57;0.22 -9144;10;3393.16;10.15;1674.00;-1.57;0.24 -9145;10;3600.70;9.90;1749.00;-1.57;0.30 -9146;10;3585.16;10.36;1708.00;-1.57;0.24 -9147;10;3175.06;10.32;1885.00;-1.57;0.34 -9148;10;3024.70;12.75;1778.00;-1.57;0.24 -9149;10;3085.52;9.70;1732.00;-1.57;0.24 -9150;10;3276.88;9.90;1747.00;-1.57;0.16 -9151;10;3075.52;9.99;1790.00;-1.57;0.24 -9152;10;3070.92;10.88;824.00;-1.57;0.68 -9153;10;3353.70;10.50;1704.00;-1.57;0.28 -9154;10;3045.88;11.50;1805.00;-1.57;0.32 -9155;10;3575.06;9.95;1736.00;-1.57;0.34 -9156;10;3180.42;10.10;1821.00;-1.57;0.32 -9157;10;2973.70;11.80;1752.00;-1.57;0.30 -9158;10;3277.70;10.80;1885.00;-1.57;0.30 -9159;10;3470.34;9.80;1676.00;-1.57;0.18 -9160;10;3201.70;10.24;1779.00;-1.57;0.30 -9161;10;2738.88;12.25;1685.00;-1.57;0.28 -9162;10;3312.86;10.30;1898.00;-1.57;0.36 -9163;10;3222.70;10.10;1785.00;-1.57;0.28 -9164;10;3303.16;10.30;1725.00;-1.57;0.24 -9165;10;3401.58;10.60;1898.00;-1.57;0.62 -9166;10;3193.42;10.55;1802.00;-1.57;0.24 -9167;10;3193.88;10.31;1761.00;-1.57;0.24 -9168;10;3440.24;10.40;1704.00;-1.57;0.18 -9169;10;3261.70;10.50;1807.00;-1.57;0.22 -9170;10;2920.06;14.40;1745.00;-1.57;0.30 -9171;10;3032.24;12.14;1849.00;-1.57;0.36 -9172;10;3531.06;10.32;1678.00;-1.57;0.20 -9173;10;3043.88;10.90;1763.00;-1.57;0.28 -9174;10;2960.62;9.70;1716.00;-1.57;0.18 -9175;10;3057.24;14.20;1893.00;-1.57;0.32 -9176;10;3304.98;10.10;1769.00;-1.57;0.22 -9177;10;3349.24;9.80;1697.00;-1.57;0.26 -9178;10;3096.50;13.45;1925.00;-1.57;0.36 -9179;10;3393.48;10.10;1944.00;-1.57;0.54 -9180;10;3515.88;9.80;1705.00;-1.57;0.20 -9181;10;3290.70;10.06;1796.00;-1.57;0.28 -9182;10;3025.52;11.20;1754.00;-1.57;0.28 -9183;10;3227.16;9.75;1759.00;-1.57;0.22 -9184;10;3345.52;10.44;1736.00;-1.57;0.20 -9185;10;3055.52;9.65;1724.00;-1.57;0.24 -9186;10;3146.42;9.80;1888.00;-1.57;0.24 -9187;10;3427.60;9.80;1781.00;-1.57;0.40 -9188;10;3420.88;10.22;1697.00;-1.57;0.18 -9189;10;3206.78;10.60;1916.00;-1.57;0.42 -9190;10;3339.06;10.20;1751.00;-1.57;0.20 -9191;10;3169.04;11.15;1959.00;-1.57;0.32 -9192;10;3593.52;10.50;1720.00;-1.57;0.28 -9193;10;3057.88;9.90;1744.00;-1.57;0.26 -9194;10;3168.78;9.70;1742.00;-1.57;0.30 -9195;10;3342.42;9.70;1859.00;-1.57;0.30 -9196;10;2934.06;10.94;1705.00;-1.57;0.24 -9197;10;3306.52;10.29;1734.00;-1.57;0.28 -9198;10;3295.32;10.30;1882.00;-1.57;0.32 -9199;10;3428.16;9.80;1732.00;-1.57;0.24 -9200;10;3492.70;9.88;1698.00;-1.57;0.28 -9201;10;3332.70;11.55;1927.00;-1.57;0.30 -9202;10;3449.88;9.90;1745.00;-1.57;0.30 -9203;10;3287.78;10.12;1946.00;-1.57;0.38 -9204;10;2958.88;10.49;1735.00;-1.57;0.28 -9205;10;3707.78;9.80;1940.00;-1.57;1.10 -9206;10;3255.78;9.55;1752.00;-1.57;0.22 -9207;10;3401.52;10.40;1722.00;-1.57;0.20 -9208;10;3025.42;14.56;1865.00;-1.57;0.32 -9209;10;3049.88;9.71;1714.00;-1.57;0.24 -9210;10;3504.70;9.96;1739.00;-1.57;0.24 -9211;10;3092.06;11.04;1885.00;-1.57;0.30 -9212;10;3303.98;10.30;1686.00;-1.57;0.22 -9213;10;3526.14;9.90;1765.00;-1.57;0.26 -9214;10;3562.42;9.80;1702.00;-1.57;0.24 -9215;10;3439.40;10.00;1903.00;-1.57;0.42 -9216;10;2940.78;9.88;1805.00;-1.57;0.42 -9217;10;3377.56;9.80;1897.00;-1.57;0.38 -9218;10;3025.70;10.79;1736.00;-1.57;0.24 -9219;10;3209.42;10.25;1813.00;-1.57;0.32 -9220;10;3126.42;10.00;1846.00;-1.57;0.34 -9221;10;3228.06;10.35;1695.00;-1.57;0.22 -9222;10;3474.24;10.50;1722.00;-1.57;0.24 -9223;10;3235.24;10.68;1883.00;-1.57;0.36 -9224;10;4509.24;10.35;1892.00;-1.57;1.36 -9225;10;3615.66;10.60;1789.00;-1.57;0.50 -9226;10;3141.14;10.45;1896.00;-1.57;0.40 -9227;10;2969.24;13.55;1783.00;-1.57;0.36 -9228;10;3125.60;9.50;1741.00;-1.57;0.36 -9229;10;3018.52;12.35;1798.00;-1.57;0.28 -9230;10;3609.90;10.51;1877.00;-1.57;1.10 -9231;10;3323.70;10.44;1796.00;-1.57;0.28 -9232;10;3548.70;9.90;1735.00;-1.57;0.30 -9233;10;3237.42;10.25;1840.00;-1.57;0.32 -9234;10;3293.06;10.31;1684.00;-1.57;0.22 -9235;10;3418.80;10.68;1633.00;-1.57;0.20 -9236;10;3222.52;10.45;1596.00;-1.57;0.28 -9237;10;2728.52;12.05;1640.00;-1.57;0.16 -9238;10;2982.62;9.70;1575.00;-1.57;0.18 -9239;10;2783.16;10.03;1565.00;-1.57;0.24 -9240;10;3195.88;10.30;1671.00;-1.57;0.22 -9241;10;3269.60;9.91;1617.00;-1.57;0.28 -9242;10;3310.70;11.70;1664.00;-1.57;0.24 -9243;10;3577.06;9.70;1575.00;-1.57;0.20 -9244;10;3547.16;11.28;1614.00;-1.57;0.22 -9245;10;3439.52;9.80;1581.00;-1.57;0.24 -9246;10;3203.52;10.40;1642.00;-1.57;0.26 -9247;10;3295.16;9.85;1591.00;-1.57;0.20 -9248;10;3414.68;9.75;1831.00;-1.57;0.44 -9249;10;3283.16;9.80;1556.00;-1.57;0.24 -9250;10;2790.88;9.91;1600.00;-1.57;0.24 -9251;10;3021.42;10.50;1671.00;-1.57;0.28 -9252;10;3063.80;9.70;1582.00;-1.57;0.20 -9253;10;3332.34;10.10;1613.00;-1.57;0.18 -9254;10;3271.70;10.30;1664.00;-1.57;0.24 -9255;10;2658.52;10.45;1610.00;-1.57;0.20 -9256;10;3381.88;10.43;1661.00;-1.57;0.18 -9257;10;3464.52;9.80;1670.00;-1.57;0.18 -9258;10;3505.98;11.45;1583.00;-1.57;0.20 -9259;10;3543.88;10.00;1638.00;-1.57;0.22 -9260;10;3363.98;10.60;1555.00;-1.57;0.20 -9261;10;3361.98;10.05;1589.00;-1.57;0.22 -9262;10;3140.70;10.30;1653.00;-1.57;0.30 -9263;10;3091.88;10.34;1610.00;-1.57;0.32 -9264;10;2975.80;10.28;1580.00;-1.57;0.20 -9265;10;3336.24;10.52;1658.00;-1.57;0.24 -9266;10;3410.62;10.10;1604.00;-1.57;0.18 -9267;10;3456.70;10.40;1659.00;-1.57;0.20 -9268;10;2784.70;10.00;1576.00;-1.57;0.26 -9269;10;2782.16;9.80;1611.00;-1.57;0.24 -9270;10;3530.98;10.47;1668.00;-1.57;0.22 -9271;10;3604.06;9.82;1593.00;-1.57;0.22 -9272;10;3335.98;10.57;1626.00;-1.57;0.22 -9273;10;3432.34;9.90;1588.00;-1.57;0.24 -9274;10;3192.96;9.80;1603.00;-1.57;0.24 -9275;10;3242.16;9.90;1649.00;-1.57;0.24 -9276;10;3480.24;9.80;1604.00;-1.57;0.18 -9277;10;3054.16;9.80;1589.00;-1.57;0.24 -9278;10;3409.52;9.80;1651.00;-1.57;0.28 -9279;10;3012.62;9.70;1635.00;-1.57;0.18 -9280;10;3529.70;10.40;1657.00;-1.57;0.24 -9281;10;2919.16;10.30;1570.00;-1.57;0.22 -9282;10;3407.34;11.45;1622.00;-1.57;0.26 -9283;10;3655.24;10.01;1709.00;-1.57;0.36 -9284;10;2662.06;12.25;1575.00;-1.57;0.22 -9285;10;2760.52;11.05;1625.00;-1.57;0.24 -9286;10;3505.16;11.70;1592.00;-1.57;0.24 -9287;10;3301.70;10.59;1649.00;-1.57;0.28 -9288;10;3290.16;9.80;1562.00;-1.57;0.24 -9289;10;3277.80;9.90;1597.00;-1.57;0.20 -9290;10;3131.16;10.38;1580.00;-1.57;0.24 -9291;10;3490.52;9.85;1653.00;-1.57;0.20 -9292;10;3772.96;10.60;1621.00;-1.57;0.34 -9293;10;3633.34;10.39;1691.00;-1.57;0.26 -9294;10;2981.88;9.70;1587.00;-1.57;0.22 -9295;10;3207.60;10.29;1620.00;-1.57;0.28 -9296;10;2931.88;9.70;1694.00;-1.57;0.20 -9297;10;2768.98;9.90;1581.00;-1.57;0.20 -9298;10;3477.34;9.80;1626.00;-1.57;0.22 -9299;10;3577.60;10.43;1589.00;-1.57;0.18 -9300;10;3021.62;9.70;1648.00;-1.57;0.18 -9301;10;3344.98;10.00;1596.00;-1.57;0.22 -9302;10;3369.34;10.70;1639.00;-1.57;0.24 -9303;10;2655.34;9.75;1601.00;-1.57;0.20 -9304;10;3219.24;10.33;1584.00;-1.57;0.24 -9305;10;3557.16;10.01;1652.00;-1.57;0.20 -9306;10;3063.34;9.80;1595.00;-1.57;0.26 -9307;10;3548.70;11.33;1623.00;-1.57;0.22 -9308;10;3056.34;10.30;1706.00;-1.57;0.24 -9309;10;2912.34;9.70;1575.00;-1.57;0.16 -9310;10;2676.34;10.01;1587.00;-1.57;0.26 -9311;10;3438.52;9.80;1638.00;-1.57;0.20 -9312;10;3444.16;9.80;1555.00;-1.57;0.24 -9313;10;3412.16;10.05;1595.00;-1.57;0.22 -9314;10;2753.78;10.80;1643.00;-1.57;0.24 -9315;10;2770.98;10.29;1600.00;-1.57;0.20 -9316;10;3141.52;10.40;1584.00;-1.57;0.24 -9317;10;3192.34;10.29;1681.00;-1.57;0.24 -9318;10;3344.16;10.10;1614.00;-1.57;0.24 -9319;10;3277.24;9.80;1681.00;-1.57;0.18 -9320;10;2971.80;9.70;1592.00;-1.57;0.20 -9321;10;2649.60;9.74;1615.00;-1.57;0.20 -9322;10;2794.16;9.90;1587.00;-1.57;0.24 -9323;10;3272.06;9.80;1627.00;-1.57;0.20 -9324;10;3479.16;9.90;1591.00;-1.57;0.24 -9325;10;3510.98;9.85;1638.00;-1.57;0.20 -9326;10;3507.80;10.00;1559.00;-1.57;0.16 -9327;10;3155.16;9.80;1603.00;-1.57;0.24 -9328;10;3365.16;10.16;1564.00;-1.57;0.18 -9329;10;3028.88;10.66;1679.00;-1.57;0.28 -9330;10;3417.98;10.30;1605.00;-1.57;0.22 -9331;10;3286.24;9.83;1667.00;-1.57;0.24 -9332;10;2774.34;11.41;1618.00;-1.57;0.22 -9333;10;3332.16;10.34;1676.00;-1.57;0.24 -9334;10;3047.16;9.70;1599.00;-1.57;0.22 -9335;10;2904.98;9.70;1581.00;-1.57;0.22 -9336;10;3591.70;9.80;1641.00;-1.57;0.22 -9337;10;3571.52;9.94;1559.00;-1.57;0.24 -9338;10;3556.70;11.50;1598.00;-1.57;0.22 -9339;10;3435.80;9.80;1558.00;-1.57;0.20 -9340;10;3189.88;9.86;1664.00;-1.57;0.24 -9341;10;3236.60;9.90;1622.00;-1.57;0.28 -9342;10;3296.80;9.88;1564.00;-1.57;0.20 -9343;10;3349.70;10.05;1657.00;-1.57;0.18 -9344;10;3487.16;9.90;1611.00;-1.57;0.20 -9345;10;3408.52;9.95;1664.00;-1.57;0.26 -9346;10;3123.34;9.90;1591.00;-1.57;0.24 -9347;10;2963.16;9.70;1592.00;-1.57;0.16 -9348;10;3399.52;11.50;1627.00;-1.57;0.24 -9349;10;3651.14;10.00;1616.00;-1.57;0.42 -9350;10;2735.16;10.08;1634.00;-1.57;0.24 -9351;10;3304.70;9.90;1602.00;-1.57;0.22 -9352;10;3498.80;9.90;1559.00;-1.57;0.20 -9353;10;3267.16;10.11;1654.00;-1.57;0.22 -9354;10;3560.34;9.90;1615.00;-1.57;0.20 -9355;10;3367.52;10.05;1574.00;-1.57;0.26 -9356;10;3422.70;9.91;1652.00;-1.57;0.20 -9357;10;3186.52;10.15;1630.00;-1.57;0.24 -9358;10;3486.34;10.20;1660.00;-1.57;0.22 -9359;10;3213.88;10.60;1592.00;-1.57;0.22 -9360;10;3469.34;10.40;1632.00;-1.57;0.26 -9361;10;3057.34;9.75;1601.00;-1.57;0.22 -9362;10;3012.52;9.75;1652.00;-1.57;0.20 -9363;10;2906.52;10.30;1559.00;-1.57;0.20 -9364;10;2745.88;11.98;1594.00;-1.57;0.18 -9365;10;3567.34;9.80;1572.00;-1.57;0.26 -9366;10;3377.80;10.44;1597.00;-1.57;0.20 -9367;10;3435.16;10.23;1570.00;-1.57;0.24 -9368;10;3499.34;9.90;1647.00;-1.57;0.24 -9369;10;2646.70;9.98;1603.00;-1.57;0.28 -9370;10;3570.42;10.14;1688.00;-1.57;0.34 -9371;10;3293.16;9.80;1583.00;-1.57;0.24 -9372;10;3142.70;10.40;1592.00;-1.57;0.20 -9373;10;3540.52;10.00;1629.00;-1.57;0.26 -9374;10;3193.70;10.30;1647.00;-1.57;0.26 -9375;10;2976.44;10.54;1565.00;-1.57;0.16 -9376;10;3446.98;9.90;1600.00;-1.57;0.22 -9377;10;1846.98;9.50;1128.00;-1.57;0.22 -9378;10;3401.98;9.92;1645.00;-1.57;0.18 -9379;10;2772.88;11.38;1608.00;-1.57;0.20 -9380;10;3500.80;9.95;1567.00;-1.57;0.20 -9381;10;3573.52;10.30;1653.00;-1.57;0.22 -9382;10;3338.06;10.00;1619.00;-1.57;0.18 -9383;10;2736.62;11.76;1657.00;-1.57;0.18 -9384;10;3360.98;10.04;1578.00;-1.57;0.22 -9385;10;3627.34;10.00;1633.00;-1.57;0.26 -9386;10;3269.16;10.35;1643.00;-1.57;0.24 -9387;10;3053.34;9.70;1580.00;-1.57;0.20 -9388;10;3013.96;9.50;1607.00;-1.57;0.32 -9389;10;3484.88;9.80;1647.00;-1.57;0.18 -9390;10;3569.34;10.40;1665.00;-1.57;0.26 -9391;10;3580.06;9.75;1567.00;-1.57;0.22 -9392;10;2747.52;11.84;1652.00;-1.57;0.18 -9393;10;3053.34;9.80;1696.00;-1.57;0.22 -9394;10;3427.98;10.29;1576.00;-1.57;0.22 -9395;10;3407.34;10.74;1613.00;-1.57;0.14 -9396;10;3301.62;9.80;1583.00;-1.57;0.18 -9397;10;2764.52;11.99;1619.00;-1.57;0.22 -9398;10;3137.16;10.03;1601.00;-1.57;0.24 -9399;10;3330.34;10.70;1632.00;-1.57;0.26 -9400;10;3122.52;9.90;1555.00;-1.57;0.16 -9401;10;3594.70;10.40;1609.00;-1.57;0.26 -9402;10;3551.52;10.50;1661.00;-1.57;0.26 -9403;10;2912.34;9.70;1566.00;-1.57;0.22 -9404;10;3195.52;10.40;1624.00;-1.57;0.26 -9405;10;2653.78;11.14;1564.00;-1.57;0.22 -9406;10;3035.52;10.79;1686.00;-1.57;0.28 -9407;10;3479.42;9.80;1618.00;-1.57;0.16 -9408;10;3247.24;10.28;1696.00;-1.57;0.18 -9409;10;3502.34;10.00;1575.00;-1.57;0.16 -9410;10;3028.16;10.36;1661.00;-1.57;0.24 -9411;10;3369.34;10.00;1584.00;-1.57;0.20 -9412;10;3107.34;13.49;1512.00;-1.57;0.26 -9413;10;3337.16;9.80;1520.00;-1.57;0.22 -9414;10;3041.34;10.64;1529.00;-1.57;0.18 -9415;10;3473.06;9.70;1448.00;-1.57;0.18 -9416;10;2982.16;11.73;1515.00;-1.57;0.18 -9417;10;3429.06;9.67;1462.00;-1.57;0.16 -9418;10;2892.98;11.27;1511.00;-1.57;0.20 -9419;10;3338.16;9.73;1469.00;-1.57;0.22 -9420;10;3645.06;9.80;1550.00;-1.57;0.22 -9421;10;3027.16;12.15;1511.00;-1.57;0.24 -9422;10;3467.44;9.80;1550.00;-1.57;0.16 -9423;10;3252.88;9.90;1484.00;-1.57;0.30 -9424;10;3413.52;9.80;1515.00;-1.57;0.18 -9425;10;3188.52;11.30;1488.00;-1.57;0.28 -9426;10;3515.34;9.70;1456.00;-1.57;0.26 -9427;10;3117.88;10.73;1522.00;-1.57;0.16 -9428;10;3018.34;9.75;1562.00;-1.57;0.20 -9429;10;3043.70;11.69;1519.00;-1.57;0.22 -9430;10;3418.52;9.70;1467.00;-1.57;0.20 -9431;10;2869.88;9.50;1548.00;-1.57;0.16 -9432;10;3534.34;11.16;1542.00;-1.57;0.26 -9433;10;3337.52;10.39;1486.00;-1.57;0.22 -9434;10;2815.52;9.60;1509.00;-1.57;0.24 -9435;10;3264.24;10.02;1486.00;-1.57;0.32 -9436;10;3494.16;10.35;1511.00;-1.57;0.20 -9437;10;3313.70;9.80;1525.00;-1.57;0.20 -9438;10;3193.88;10.30;1636.00;-1.57;0.26 -9439;10;3093.88;9.81;1559.00;-1.57;0.20 -9440;10;3529.34;12.05;1468.00;-1.57;0.22 -9441;10;3001.34;14.33;1531.00;-1.57;0.24 -9442;10;3494.34;9.80;1467.00;-1.57;0.22 -9443;10;2939.16;11.06;1544.00;-1.57;0.24 -9444;10;2885.44;11.04;1519.00;-1.57;0.16 -9445;10;3608.06;11.09;1550.00;-1.57;0.24 -9446;10;3415.98;9.80;1477.00;-1.57;0.22 -9447;10;3550.52;10.64;1521.00;-1.57;0.22 -9448;10;3428.80;9.80;1548.00;-1.57;0.20 -9449;10;3374.34;9.90;1523.00;-1.57;0.22 -9450;10;1436.34;10.10;1578.00;-1.57;0.26 -9451;10;3274.80;10.10;1495.00;-1.57;0.20 -9452;10;3173.16;10.00;1541.00;-1.57;0.24 -9453;10;3647.24;9.60;1463.00;-1.57;0.34 -9454;10;3201.34;10.40;1517.00;-1.57;0.26 -9455;10;3536.62;10.37;1473.00;-1.57;0.18 -9456;10;2995.80;9.70;1567.00;-1.57;0.20 -9457;10;3088.80;10.70;1523.00;-1.57;0.20 -9458;10;2783.24;9.72;1547.00;-1.57;0.24 -9459;10;3485.34;9.70;1469.00;-1.57;0.20 -9460;10;3498.34;9.80;1550.00;-1.57;0.24 -9461;10;3421.16;9.91;1483.00;-1.57;0.24 -9462;10;3627.52;9.60;1521.00;-1.57;0.28 -9463;10;3348.52;10.20;1489.00;-1.57;0.26 -9464;10;3458.34;10.41;1517.00;-1.57;0.22 -9465;10;3282.70;10.00;1504.00;-1.57;0.20 -9466;10;3262.34;9.90;1540.00;-1.57;0.20 -9467;10;1546.32;10.50;1663.00;-1.57;0.40 -9468;10;3172.52;10.20;1512.00;-1.57;0.24 -9469;10;3608.34;9.60;1475.00;-1.57;0.26 -9470;10;3058.98;9.89;1556.00;-1.57;0.20 -9471;10;3009.98;13.20;1535.00;-1.57;0.22 -9472;10;2878.88;10.20;1510.00;-1.57;0.32 -9473;10;3571.16;10.73;1543.00;-1.57;0.22 -9474;10;3484.34;9.94;1478.00;-1.57;0.20 -9475;10;3516.16;10.41;1521.00;-1.57;0.20 -9476;10;3422.80;9.95;1492.00;-1.57;0.18 -9477;10;3326.80;9.80;1539.00;-1.57;0.20 -9478;10;2806.34;10.30;1467.00;-1.57;0.24 -9479;10;3354.16;9.93;1493.00;-1.57;0.22 -9480;10;1556.22;10.83;1681.00;-1.57;0.34 -9481;10;3256.88;10.20;1502.00;-1.57;0.32 -9482;10;2923.80;10.03;1537.00;-1.57;0.20 -9483;10;3165.16;10.13;1646.00;-1.57;0.24 -9484;10;2756.16;10.60;1554.00;-1.57;0.18 -9485;10;3224.70;10.40;1683.00;-1.57;0.28 -9486;10;2933.16;10.85;1527.00;-1.57;0.16 -9487;10;3572.88;10.27;1524.00;-1.57;0.32 -9488;10;3430.80;9.98;1489.00;-1.57;0.20 -9489;10;3406.52;9.80;1529.00;-1.57;0.22 -9490;10;2868.70;9.90;1480.00;-1.57;0.28 -9491;10;3313.34;9.90;1504.00;-1.57;0.26 -9492;10;2818.52;9.95;1468.00;-1.57;0.16 -9493;10;3241.16;10.00;1540.00;-1.57;0.24 -9494;10;3166.52;9.90;1521.00;-1.57;0.28 -9495;10;2779.16;9.70;1476.00;-1.57;0.24 -9496;10;3030.52;9.70;1566.00;-1.57;0.28 -9497;10;2991.70;12.19;1532.00;-1.57;0.18 -9498;10;2881.60;9.65;1554.00;-1.57;0.16 -9499;10;3149.34;10.30;1635.00;-1.57;0.26 -9500;10;2836.98;9.70;1524.00;-1.57;0.18 -9501;10;3201.16;10.30;1684.00;-1.57;0.24 -9502;10;3468.88;9.90;1526.00;-1.57;0.20 -9503;10;2926.62;10.57;1488.00;-1.57;0.18 -9504;10;3493.70;9.93;1493.00;-1.57;0.26 -9505;10;2891.16;11.41;1484.00;-1.57;0.24 -9506;10;3304.88;9.80;1547.00;-1.57;0.18 -9507;10;2833.34;9.95;1482.00;-1.57;0.24 -9508;10;3111.80;10.00;1553.00;-1.57;0.20 -9509;10;2939.34;9.84;1557.00;-1.57;0.18 -9510;10;2770.34;9.74;1473.00;-1.57;0.26 -9511;10;3088.16;10.50;1535.00;-1.57;0.24 -9512;10;3876.86;10.40;1659.00;-1.57;0.44 -9513;10;3566.52;9.60;1493.00;-1.57;0.28 -9514;10;3582.34;9.84;1622.00;-1.57;0.20 -9515;10;2998.88;11.38;1492.00;-1.57;0.20 -9516;10;3467.16;9.80;1491.00;-1.57;0.24 -9517;10;2949.98;11.59;1492.00;-1.57;0.22 -9518;10;3383.34;9.91;1534.00;-1.57;0.18 -9519;10;3319.34;9.80;1508.00;-1.57;0.24 -9520;10;3198.70;10.01;1549.00;-1.57;0.26 -9521;10;3155.88;10.56;1535.00;-1.57;0.28 -9522;10;2904.44;10.59;1535.00;-1.57;0.16 -9523;10;2837.70;9.80;1491.00;-1.57;0.16 -9524;10;2960.98;10.30;1541.00;-1.57;0.20 -9525;10;2766.98;9.75;1485.00;-1.57;0.20 -9526;10;3612.88;9.60;1536.00;-1.57;0.28 -9527;10;3055.80;10.05;1490.00;-1.57;0.20 -9528;10;3670.96;9.80;1508.00;-1.57;0.36 -9529;10;3450.34;9.90;1535.00;-1.57;0.22 -9530;10;3524.34;9.97;1504.00;-1.57;0.24 -9531;10;3392.88;9.80;1502.00;-1.57;0.18 -9532;10;3080.16;9.80;1558.00;-1.57;0.22 -9533;10;3243.98;10.20;1513.00;-1.57;0.22 -9534;10;2836.16;9.80;1498.00;-1.57;0.16 -9535;10;3036.24;9.80;1548.00;-1.57;0.24 -9536;10;2870.34;9.80;1527.00;-1.57;0.16 -9537;10;3125.16;10.18;1486.00;-1.57;0.24 -9538;10;3596.52;9.60;1505.00;-1.57;0.28 -9539;10;3079.88;9.93;1492.00;-1.57;0.20 -9540;10;3468.16;10.11;1502.00;-1.57;0.18 -9541;10;3034.24;12.64;1500.00;-1.57;0.24 -9542;10;3346.34;10.50;1543.00;-1.57;0.22 -9543;10;3299.24;9.87;1516.00;-1.57;0.16 -9544;10;3163.52;9.80;1560.00;-1.57;0.28 -9545;10;2964.80;12.40;1495.00;-1.57;0.20 -9546;10;3096.16;10.51;1549.00;-1.57;0.24 -9547;10;2934.16;11.20;1535.00;-1.57;0.18 -9548;10;3206.42;10.70;1477.00;-1.57;0.28 -9549;10;3587.60;9.70;1533.00;-1.57;0.26 -9550;10;2785.44;10.33;1493.00;-1.57;0.16 -9551;10;3100.52;14.85;1506.00;-1.57;0.20 -9552;10;3413.34;10.20;1534.00;-1.57;0.26 -9553;10;3770.96;10.40;1677.00;-1.57;0.44 -9554;10;3242.34;9.80;1552.00;-1.57;0.26 -9555;10;3009.34;12.63;1511.00;-1.57;0.18 -9556;10;3376.62;9.90;1514.00;-1.57;0.18 -9557;10;2963.16;10.45;1510.00;-1.57;0.24 -9558;10;3191.98;10.60;1521.00;-1.57;0.22 -9559;10;2901.26;10.70;1501.00;-1.57;0.14 -9560;10;2996.98;9.75;1555.00;-1.57;0.16 -9561;10;2851.52;10.30;1503.00;-1.57;0.20 -9562;10;2740.70;10.79;1550.00;-1.57;0.16 -9563;10;3176.88;11.48;1486.00;-1.57;0.20 -9564;10;3484.34;9.80;1538.00;-1.57;0.22 -9565;10;3449.34;10.08;1504.00;-1.57;0.24 -9566;10;3327.62;9.80;1550.00;-1.57;0.18 -9567;10;3095.80;13.82;1513.00;-1.57;0.20 -9568;10;3275.88;9.80;1539.00;-1.57;0.22 -9569;10;3035.16;12.33;1509.00;-1.57;0.24 -9570;10;3072.88;10.01;1538.00;-1.57;0.28 -9571;10;3379.34;9.70;1457.00;-1.57;0.20 -9572;10;2970.98;10.59;1513.00;-1.57;0.20 -9573;10;3317.98;9.80;1475.00;-1.57;0.20 -9574;10;2892.80;10.21;1539.00;-1.57;0.16 -9575;10;2914.70;10.85;1509.00;-1.57;0.22 -9576;10;3261.70;9.90;1475.00;-1.57;0.22 -9577;10;3551.52;9.70;1542.00;-1.57;0.22 -9578;10;2818.70;9.90;1500.00;-1.57;0.22 -9579;10;3400.80;10.00;1547.00;-1.57;0.20 -9580;10;1591.16;9.73;1623.00;-1.57;0.24 -9581;10;3489.34;9.80;1453.00;-1.57;0.18 -9582;10;2993.78;9.70;1419.00;-1.57;0.16 -9583;10;1571.70;10.58;1626.00;-1.57;0.24 -9584;10;2951.62;10.70;1435.00;-1.57;0.18 -9585;10;1566.42;10.47;1632.00;-1.57;0.32 -9586;10;3060.52;13.65;1411.00;-1.57;0.20 -9587;10;2927.80;15.38;1439.00;-1.57;0.18 -9588;10;3078.80;11.08;1415.00;-1.57;0.20 -9589;10;4975.60;12.35;1494.00;-1.57;0.30 -9590;10;2886.98;10.10;1436.00;-1.57;0.16 -9591;10;3087.80;10.48;1415.00;-1.57;0.20 -9592;10;3563.16;9.60;1448.00;-1.57;0.24 -9593;10;2848.44;10.73;1432.00;-1.57;0.16 -9594;10;3526.16;9.78;1450.00;-1.57;0.20 -9595;10;3081.88;9.95;1423.00;-1.57;0.18 -9596;10;3038.98;11.29;1442.00;-1.57;0.22 -9597;10;2798.34;10.20;1429.00;-1.57;0.24 -9598;10;2981.80;12.10;1434.00;-1.57;0.20 -9599;10;3122.52;10.49;1402.00;-1.57;0.20 -9600;10;2946.62;11.65;1440.00;-1.57;0.18 -9601;10;1667.24;9.70;1668.00;-1.57;0.36 -9602;10;3144.80;11.16;1397.00;-1.57;0.20 -9603;10;2908.44;11.84;1440.00;-1.57;0.16 -9604;10;4992.06;9.76;1494.00;-1.57;0.26 -9605;10;3798.32;9.90;1306.00;-1.57;0.40 -9606;10;3140.70;10.89;1426.00;-1.57;0.26 -9607;10;2858.98;10.62;1442.00;-1.57;0.22 -9608;10;3098.62;9.80;1430.00;-1.57;0.18 -9609;10;2859.98;10.15;1450.00;-1.57;0.22 -9610;10;3201.52;10.14;1387.00;-1.57;0.22 -9611;10;3065.42;9.80;1439.00;-1.57;0.18 -9612;10;3214.52;10.60;1391.00;-1.57;0.28 -9613;10;3012.16;9.98;1443.00;-1.57;0.18 -9614;10;3231.24;10.36;1396.00;-1.57;0.18 -9615;10;1310.66;10.80;1790.00;-1.57;0.74 -9616;10;989.60;13.41;1623.00;-1.57;0.40 -9617;10;3215.70;9.70;1407.00;-1.57;0.18 -9618;10;2926.62;14.66;1447.00;-1.57;0.18 -9619;10;3164.16;14.72;1429.00;-1.57;0.24 -9620;10;2924.70;14.44;1454.00;-1.57;0.16 -9621;10;3116.80;9.80;1434.00;-1.57;0.20 -9622;10;2912.98;10.10;1454.00;-1.57;0.16 -9623;10;4855.24;10.32;1450.00;-1.57;0.30 -9624;10;3081.70;9.84;1437.00;-1.57;0.22 -9625;10;2869.34;10.20;1451.00;-1.57;0.26 -9626;10;3487.98;12.22;1367.00;-1.57;0.22 -9627;10;3034.98;12.44;1434.00;-1.57;0.20 -9628;10;3503.98;11.24;1382.00;-1.57;0.22 -9629;10;2835.16;9.90;1458.00;-1.57;0.22 -9630;10;2987.16;13.21;1451.00;-1.57;0.22 -9631;10;2791.34;9.70;1453.00;-1.57;0.22 -9632;10;3491.24;14.75;1374.00;-1.57;0.28 -9633;10;2976.98;16.23;1456.00;-1.57;0.20 -9634;10;1588.06;11.18;1656.00;-1.57;0.30 -9635;10;3252.52;9.70;1409.00;-1.57;0.28 -9636;10;2973.80;14.71;1463.00;-1.57;0.20 -9637;10;911.52;10.84;1480.00;-1.57;0.28 -9638;10;2927.62;10.76;1462.00;-1.57;0.18 -9639;10;4909.52;11.70;1433.00;-1.57;0.28 -9640;10;3156.16;12.36;1442.00;-1.57;0.20 -9641;10;4937.24;13.05;1436.00;-1.57;0.26 -9642;10;2900.34;10.24;1463.00;-1.57;0.22 -9643;10;3096.44;9.70;1437.00;-1.57;0.16 -9644;10;2855.98;10.00;1469.00;-1.57;0.22 -9645;10;3543.34;12.79;1370.00;-1.57;0.26 -9646;10;3052.34;10.47;1452.00;-1.57;0.14 -9647;10;3503.06;10.22;1390.00;-1.57;0.20 -9648;10;3049.98;10.67;1459.00;-1.57;0.22 -9649;10;3470.06;15.46;1391.00;-1.57;0.22 -9650;10;3036.16;13.83;1469.00;-1.57;0.24 -9651;10;3228.70;9.70;1419.00;-1.57;0.20 -9652;10;2993.80;14.09;1472.00;-1.57;0.20 -9653;10;1463.24;10.21;1560.00;-1.57;0.24 -9654;10;1462.70;10.70;1570.00;-1.57;0.20 -9655;10;2960.44;11.53;1471.00;-1.57;0.16 -9656;10;3135.98;9.80;1448.00;-1.57;0.22 -9657;10;1430.60;10.29;1614.00;-1.57;0.38 -9658;10;2896.16;10.10;1471.00;-1.57;0.22 -9659;10;4951.76;10.12;1566.00;-1.57;0.64 -9660;10;3106.80;9.73;1464.00;-1.57;0.20 -9661;10;3060.70;10.45;1467.00;-1.57;0.26 -9662;10;1566.98;11.20;1575.00;-1.57;0.20 -9663;10;3432.52;11.51;1391.00;-1.57;0.20 -9664;10;1586.88;11.46;1587.00;-1.57;0.30 -9665;10;3030.52;11.90;1480.00;-1.57;0.16 -9666;10;2969.98;12.49;1477.00;-1.57;0.20 -9667;10;1525.60;9.64;1588.00;-1.57;0.28 -9668;10;3207.70;15.65;1440.00;-1.57;0.30 -9669;10;1109.48;11.25;1793.00;-1.57;0.72 -9670;10;3198.34;14.79;1448.00;-1.57;0.26 -9671;10;902.52;10.05;1492.00;-1.57;0.28 -9672;10;3187.34;12.12;1454.00;-1.57;0.26 -9673;10;1647.88;11.37;1586.00;-1.57;0.20 -9674;10;3444.52;13.40;1396.00;-1.57;0.26 -9675;10;1670.52;11.35;1602.00;-1.57;0.28 -9676;10;3091.34;10.35;1467.00;-1.57;0.22 -9677;10;3354.52;11.19;1419.00;-1.57;0.24 -9678;10;1404.42;10.75;1656.00;-1.57;0.38 -9679;10;3043.80;13.79;1468.00;-1.57;0.20 -9680;10;3371.60;9.70;1422.00;-1.57;0.20 -9681;10;3010.52;11.40;1489.00;-1.57;0.20 -9682;10;1434.88;11.46;1565.00;-1.57;0.26 -9683;10;3266.96;9.80;1448.00;-1.57;0.20 -9684;10;1481.16;10.80;1591.00;-1.57;0.24 -9685;10;3201.52;15.23;1458.00;-1.57;0.18 -9686;10;2682.80;12.38;1363.00;-1.57;0.20 -9687;10;3166.80;10.60;1465.00;-1.57;0.20 -9688;10;3460.34;9.94;1430.00;-1.57;0.24 -9689;10;2677.70;11.96;1371.00;-1.57;0.18 -9690;10;3112.24;9.70;1476.00;-1.57;0.28 -9691;10;3455.70;11.89;1402.00;-1.57;0.22 -9692;10;3074.98;9.80;1485.00;-1.57;0.18 -9693;10;1649.34;11.44;1593.00;-1.57;0.22 -9694;10;3455.34;12.35;1411.00;-1.57;0.22 -9695;10;1038.36;12.32;1586.00;-1.57;0.32 -9696;10;3418.70;9.90;1414.00;-1.57;0.20 -9697;10;906.52;10.10;1535.00;-1.57;0.28 -9698;10;3286.34;9.70;1457.00;-1.57;0.24 -9699;10;2728.52;14.29;1379.00;-1.57;0.20 -9700;10;2740.80;12.93;1372.00;-1.57;0.20 -9701;10;3231.80;10.16;1436.00;-1.57;0.20 -9702;10;3496.52;13.99;1349.00;-1.57;0.22 -9703;10;2738.16;12.60;1384.00;-1.57;0.16 -9704;10;3185.88;16.95;1471.00;-1.57;0.20 -9705;10;3500.16;10.53;1424.00;-1.57;0.20 -9706;10;3158.98;10.15;1478.00;-1.57;0.22 -9707;10;3482.98;12.69;1416.00;-1.57;0.22 -9708;10;1629.06;11.62;1599.00;-1.57;0.30 -9709;10;3438.98;9.80;1428.00;-1.57;0.18 -9710;10;2791.34;10.34;1393.00;-1.57;0.24 -9711;10;1529.06;10.67;1599.00;-1.57;0.30 -9712;10;3339.52;9.55;1444.00;-1.57;0.24 -9713;10;916.06;9.92;1517.00;-1.57;0.34 -9714;10;3280.06;10.02;1465.00;-1.57;0.24 -9715;10;3538.34;11.97;1314.00;-1.57;0.26 -9716;10;3233.98;9.92;1461.00;-1.57;0.22 -9717;10;2807.88;10.31;1404.00;-1.57;0.22 -9718;10;3351.34;9.50;1430.00;-1.57;0.26 -9719;10;2701.16;11.78;1386.00;-1.57;0.20 -9720;10;3531.34;11.23;1433.00;-1.57;0.24 -9721;10;1640.88;11.65;1605.00;-1.57;0.28 -9722;10;3488.06;10.45;1432.00;-1.57;0.22 -9723;10;2845.16;10.78;1391.00;-1.57;0.18 -9724;10;1515.52;10.44;1600.00;-1.57;0.28 -9725;10;2846.88;9.80;1484.00;-1.57;0.20 -9726;10;3450.16;10.00;1426.00;-1.57;0.24 -9727;10;1500.42;10.51;1499.00;-1.57;0.36 -9728;10;2876.34;10.50;1408.00;-1.57;0.18 -9729;10;3368.24;9.57;1452.00;-1.57;0.18 -9730;10;878.24;11.58;1541.00;-1.57;0.36 -9731;10;3157.88;10.50;1639.00;-1.57;0.22 -9732;10;2865.80;13.54;1417.00;-1.57;0.20 -9733;10;4980.06;12.26;1520.00;-1.57;0.34 -9734;10;2824.52;9.90;1414.00;-1.57;0.16 -9735;10;3545.70;9.60;1447.00;-1.57;0.22 -9736;10;2903.98;12.74;1409.00;-1.57;0.22 -9737;10;2795.62;9.69;1413.00;-1.57;0.18 -9738;10;2918.34;13.89;1416.00;-1.57;0.22 -9739;10;3499.34;9.80;1433.00;-1.57;0.22 -9740;10;1532.72;11.60;1768.00;-1.57;0.82 -9741;10;2939.98;10.70;1418.00;-1.57;0.18 -9742;10;3452.34;9.80;1434.00;-1.57;0.18 -9743;10;1537.16;10.26;1619.00;-1.57;0.24 -9744;10;3425.70;9.70;1448.00;-1.57;0.16 -9745;10;2913.80;15.58;1424.00;-1.57;0.20 -9746;10;1511.88;10.70;1612.00;-1.57;0.28 -9747;10;1468.42;10.80;1620.00;-1.57;0.32 -9748;10;2861.80;11.54;1431.00;-1.57;0.20 -9749;10;4968.24;13.28;1483.00;-1.57;0.34 -9750;10;2989.62;11.81;1378.00;-1.57;0.18 -9751;10;2825.52;9.95;1422.00;-1.57;0.20 -9752;10;2971.98;11.40;1412.00;-1.57;0.20 -9753;10;3557.16;9.60;1441.00;-1.57;0.22 -9754;10;1639.34;12.37;1618.00;-1.57;0.24 -9755;10;3322.16;13.90;1283.00;-1.57;0.24 -9756;10;3154.34;11.12;1398.00;-1.57;0.26 -9757;10;2762.80;12.06;1316.00;-1.57;0.20 -9758;10;1624.52;9.70;1530.00;-1.57;0.28 -9759;10;4768.98;12.57;1355.00;-1.57;0.22 -9760;10;1519.16;11.93;1533.00;-1.57;0.24 -9761;10;3392.88;15.43;1304.00;-1.57;0.30 -9762;10;4896.16;12.60;1405.00;-1.57;0.24 -9763;10;3338.98;12.97;1278.00;-1.57;0.22 -9764;10;2838.52;9.64;1350.00;-1.57;0.20 -9765;10;2683.34;10.05;1279.00;-1.57;0.20 -9766;10;4838.60;11.76;1398.00;-1.57;0.20 -9767;10;2751.16;11.63;1330.00;-1.57;0.24 -9768;10;4629.24;12.31;1352.00;-1.57;0.36 -9769;10;3221.88;10.96;1381.00;-1.57;0.28 -9770;10;2704.16;14.06;1330.00;-1.57;0.24 -9771;10;3161.98;11.45;1394.00;-1.57;0.22 -9772;10;2941.34;10.84;1335.00;-1.57;0.20 -9773;10;1209.96;12.27;1423.00;-1.57;0.44 -9774;10;1649.16;10.50;1577.00;-1.57;0.20 -9775;10;1508.52;12.55;1533.00;-1.57;0.28 -9776;10;4622.16;12.40;1336.00;-1.57;0.24 -9777;10;3383.06;17.50;1312.00;-1.57;0.30 -9778;10;2748.34;11.88;1303.00;-1.57;0.18 -9779;10;1523.22;11.27;1485.00;-1.57;0.34 -9780;10;3114.80;11.84;1358.00;-1.57;0.20 -9781;10;4723.06;10.00;1344.00;-1.57;0.20 -9782;10;4800.32;10.18;1418.00;-1.57;0.28 -9783;10;3239.52;9.70;1383.00;-1.57;0.28 -9784;10;3069.88;10.38;1340.00;-1.57;0.20 -9785;10;2768.52;13.15;1340.00;-1.57;0.24 -9786;10;1631.16;9.70;1516.00;-1.57;0.24 -9787;10;2681.62;12.55;1334.00;-1.57;0.18 -9788;10;4712.34;9.80;1360.00;-1.57;0.26 -9789;10;1565.88;11.47;1541.00;-1.57;0.18 -9790;10;4771.52;10.50;1315.00;-1.57;0.20 -9791;10;3189.70;11.68;1348.00;-1.57;0.16 -9792;10;1144.76;18.50;1492.00;-1.57;0.32 -9793;10;2855.60;9.70;1316.00;-1.57;0.24 -9794;10;3005.52;11.10;1370.00;-1.57;0.22 -9795;10;4768.70;12.67;1333.00;-1.57;0.20 -9796;10;1477.70;10.20;1539.00;-1.57;0.22 -9797;10;2829.88;12.59;1354.00;-1.57;0.20 -9798;10;4883.52;9.74;1426.00;-1.57;0.28 -9799;10;3232.34;12.23;1315.00;-1.57;0.18 -9800;10;2732.16;13.51;1340.00;-1.57;0.20 -9801;10;1647.98;9.70;1543.00;-1.57;0.22 -9802;10;1323.60;11.32;1495.00;-1.57;0.40 -9803;10;4779.52;12.80;1357.00;-1.57;0.26 -9804;10;1600.16;9.98;1552.00;-1.57;0.20 -9805;10;3126.80;11.43;1314.00;-1.57;0.20 -9806;10;3301.24;13.02;1326.00;-1.57;0.20 -9807;10;5011.44;12.38;1314.00;-1.57;0.16 -9808;10;1545.34;11.33;1551.00;-1.57;0.26 -9809;10;3107.80;10.84;1366.00;-1.57;0.20 -9810;10;1476.24;10.72;1550.00;-1.57;0.28 -9811;10;3306.34;13.84;1302.00;-1.57;0.26 -9812;10;2786.16;14.20;1328.00;-1.57;0.24 -9813;10;2797.80;10.38;1355.00;-1.57;0.16 -9814;10;961.42;9.70;1434.00;-1.57;0.26 -9815;10;2700.16;9.94;1274.00;-1.57;0.20 -9816;10;3549.78;14.37;1241.00;-1.57;0.42 -9817;10;2677.52;10.45;1347.00;-1.57;0.20 -9818;10;3177.34;12.48;1356.00;-1.57;0.24 -9819;10;2693.80;10.51;1290.00;-1.57;0.18 -9820;10;1622.34;12.31;1560.00;-1.57;0.26 -9821;10;3101.16;13.74;1371.00;-1.57;0.24 -9822;10;1281.68;10.45;1449.00;-1.57;0.38 -9823;10;3409.42;10.94;1271.00;-1.57;0.34 -9824;10;2852.52;9.84;1366.00;-1.57;0.20 -9825;10;1521.70;11.00;1565.00;-1.57;0.26 -9826;10;3029.34;10.18;1347.00;-1.57;0.20 -9827;10;2737.16;12.45;1350.00;-1.57;0.20 -9828;10;2759.16;12.90;1298.00;-1.57;0.18 -9829;10;1313.14;9.86;1420.00;-1.57;0.46 -9830;10;3346.98;13.24;1283.00;-1.57;0.22 -9831;10;4732.34;10.35;1381.00;-1.57;0.26 -9832;10;1681.16;9.70;1571.00;-1.57;0.16 -9833;10;3254.88;9.70;1345.00;-1.57;0.20 -9834;10;1550.24;9.70;1304.00;-1.57;0.32 -9835;10;4702.88;10.28;1343.00;-1.57;0.20 -9836;10;1590.42;11.40;1576.00;-1.57;0.18 -9837;10;3142.34;13.30;1336.00;-1.57;0.20 -9838;10;3021.98;11.08;1376.00;-1.57;0.22 -9839;10;2706.52;11.04;1322.00;-1.57;0.20 -9840;10;2798.16;12.13;1364.00;-1.57;0.24 -9841;10;4799.16;14.11;1364.00;-1.57;0.22 -9842;10;2791.16;12.73;1369.00;-1.57;0.24 -9843;10;4628.06;9.98;1326.00;-1.57;0.20 -9844;10;3333.06;11.96;1333.00;-1.57;0.24 -9845;10;2870.44;9.50;1322.00;-1.57;0.12 -9846;10;2727.80;12.03;1348.00;-1.57;0.20 -9847;10;1662.80;9.70;1568.00;-1.57;0.20 -9848;10;4764.52;12.10;1339.00;-1.57;0.22 -9849;10;3129.88;14.33;1367.00;-1.57;0.24 -9850;10;1667.70;9.94;1578.00;-1.57;0.16 -9851;10;2952.80;10.57;1369.00;-1.57;0.20 -9852;10;2763.16;12.50;1323.00;-1.57;0.20 -9853;10;2849.80;11.37;1372.00;-1.57;0.20 -9854;10;4730.88;10.27;1322.00;-1.57;0.24 -9855;10;957.70;12.24;1447.00;-1.57;0.30 -9856;10;3066.44;9.71;1330.00;-1.57;0.16 -9857;10;2782.80;11.17;1366.00;-1.57;0.20 -9858;10;3455.34;17.69;1306.00;-1.57;0.26 -9859;10;5011.19;9.50;1343.82;-1.57;0.20 -9860;10;3418.06;13.92;1298.00;-1.57;0.30 -9861;10;3334.06;10.21;1301.00;-1.57;0.30 -9862;10;3212.06;11.69;1358.00;-1.57;0.18 -9863;10;2952.34;12.55;1335.00;-1.57;0.22 -9864;10;1644.62;9.63;1535.00;-1.57;0.18 -9865;10;4995.34;10.94;1326.00;-1.57;0.26 -9866;10;4776.52;12.44;1370.00;-1.57;0.22 -9867;10;2790.16;9.70;1462.00;-1.57;0.18 -9868;10;3425.42;14.74;1320.00;-1.57;0.22 -9869;10;2679.62;10.10;1297.00;-1.57;0.18 -9870;10;2752.16;13.29;1357.00;-1.57;0.24 -9871;10;3342.16;13.36;1337.00;-1.57;0.24 -9872;10;2735.16;12.45;1367.00;-1.57;0.24 -9873;10;4658.70;12.42;1353.00;-1.57;0.24 -9874;10;3140.88;11.69;1369.00;-1.57;0.28 -9875;10;3123.98;12.54;1344.00;-1.57;0.22 -9876;10;1618.60;9.50;1473.00;-1.57;0.26 -9877;10;2695.80;10.95;1315.00;-1.57;0.16 -9878;10;3285.06;13.64;1292.00;-1.57;0.26 -9879;10;2992.80;11.62;1388.00;-1.57;0.20 -9880;10;1331.32;10.30;1632.00;-1.57;0.42 -9881;10;2739.70;12.70;1311.00;-1.57;0.16 -9882;10;2812.62;13.69;1377.00;-1.57;0.18 -9883;10;4805.52;12.50;1378.00;-1.57;0.22 -9884;10;2804.70;13.62;1379.00;-1.57;0.18 -9885;10;4742.98;10.91;1354.00;-1.57;0.22 -9886;10;3435.88;14.73;1328.00;-1.57;0.28 -9887;10;3228.16;11.62;1324.00;-1.57;0.24 -9888;10;3223.70;10.06;1364.00;-1.57;0.24 -9889;10;2794.80;12.87;1298.00;-1.57;0.20 -9890;10;3140.52;11.60;1377.00;-1.57;0.18 -9891;10;2721.16;11.34;1285.00;-1.57;0.20 -9892;10;1322.86;10.40;1563.00;-1.57;0.44 -9893;10;3393.16;11.63;1269.00;-1.57;0.24 -9894;10;3085.34;13.52;1385.00;-1.57;0.24 -9895;10;4901.06;10.23;1385.00;-1.57;0.28 -9896;10;2801.16;10.15;1320.00;-1.57;0.20 -9897;10;4837.70;10.73;1383.00;-1.57;0.22 -9898;10;2868.16;9.66;1392.00;-1.57;0.20 -9899;10;4801.16;15.69;1345.00;-1.57;0.20 -9900;10;3361.16;13.28;1340.00;-1.57;0.24 -9901;10;3310.98;11.90;1311.00;-1.57;0.22 -9902;10;3236.52;10.24;1364.00;-1.57;0.20 -9903;10;2779.16;11.70;1296.00;-1.57;0.24 -9904;10;3006.52;10.30;1358.00;-1.57;0.28 -9905;10;4665.70;10.67;1333.00;-1.57;0.20 -9906;10;3148.16;13.45;1380.00;-1.57;0.24 -9907;10;2984.52;10.50;1391.00;-1.57;0.20 -9908;10;1210.96;13.52;1466.00;-1.57;0.40 -9909;10;2920.34;9.65;1395.00;-1.57;0.22 -9910;10;1382.04;10.30;1589.00;-1.57;0.36 -9911;10;948.70;10.02;1463.00;-1.57;0.30 -9912;10;3402.78;11.53;1282.00;-1.57;0.32 -9913;10;4796.24;11.79;1392.00;-1.57;0.28 -9914;10;3115.52;10.15;1347.00;-1.57;0.24 -9915;10;3373.52;12.54;1338.00;-1.57;0.24 -9916;10;3135.52;11.06;1310.00;-1.57;0.22 -9917;10;2718.52;11.89;1321.00;-1.57;0.20 -9918;10;4760.52;12.10;1327.00;-1.57;0.22 -9919;10;3234.88;9.70;1374.00;-1.57;0.28 -9920;10;1279.32;10.30;1415.00;-1.57;0.38 -9921;10;3241.24;12.32;1308.00;-1.57;0.18 -9922;10;3079.80;14.62;1401.00;-1.57;0.20 -9923;10;1562.16;11.61;1531.00;-1.57;0.24 -9924;10;2999.70;11.09;1399.00;-1.57;0.16 -9925;10;2711.16;11.03;1306.00;-1.57;0.20 -9926;10;4893.24;10.99;1392.00;-1.57;0.24 -9927;10;4706.88;10.30;1372.00;-1.57;0.32 -9928;10;4808.34;11.11;1395.00;-1.57;0.26 -9929;10;3251.16;12.34;1280.00;-1.57;0.20 -9930;10;3187.88;9.50;1340.00;-1.57;0.22 -9931;10;1573.14;10.25;1482.00;-1.57;0.18 -9932;10;3426.96;14.42;1338.00;-1.57;0.24 -9933;10;2779.16;14.11;1337.00;-1.57;0.24 -9934;10;4573.14;9.80;1165.00;-1.57;0.26 -9935;10;4199.52;9.90;1006.00;-1.57;0.28 -9936;10;4809.34;11.70;1271.00;-1.57;0.22 -9937;10;4612.52;9.70;1191.00;-1.57;0.26 -9938;10;4627.52;9.60;1032.00;-1.57;0.24 -9939;10;4495.42;12.35;1113.00;-1.57;0.38 -9940;10;3199.52;10.74;1233.00;-1.57;0.20 -9941;10;3244.60;10.43;1270.00;-1.57;0.24 -9942;10;4596.52;10.10;1063.00;-1.57;0.28 -9943;10;2920.78;9.63;1214.00;-1.57;0.42 -9944;10;4661.34;11.61;1117.00;-1.57;0.26 -9945;10;2719.34;10.36;1242.00;-1.57;0.22 -9946;10;4111.06;10.35;986.00;-1.57;0.34 -9947;10;3318.34;9.74;1144.00;-1.57;0.26 -9948;10;4471.34;10.61;1003.00;-1.57;0.26 -9949;10;1504.70;10.55;1442.00;-1.57;0.30 -9950;10;4837.34;9.50;1189.00;-1.57;0.26 -9951;10;4047.86;10.45;1113.00;-1.57;0.44 -9952;10;4966.08;9.61;1286.00;-1.57;0.12 -9953;10;4688.16;10.06;1194.00;-1.57;0.24 -9954;10;3437.70;17.47;1314.00;-1.57;0.30 -9955;10;4703.16;10.00;1045.00;-1.57;0.24 -9956;10;4641.88;9.88;1228.00;-1.57;0.22 -9957;10;3322.42;10.82;1108.00;-1.57;0.36 -9958;10;4581.42;10.60;1226.00;-1.57;0.20 -9959;10;4610.06;10.32;1157.00;-1.57;0.34 -9960;10;2858.14;14.87;1223.00;-1.57;0.40 -9961;10;4438.24;11.73;973.00;-1.57;0.34 -9962;10;3278.86;13.45;619.00;-1.57;0.52 -9963;10;4553.88;9.50;1002.00;-1.57;0.20 -9964;10;2840.24;13.13;1254.00;-1.57;0.30 -9965;10;4904.98;9.70;1212.00;-1.57;0.22 -9966;10;4406.60;19.70;1170.00;-1.57;0.40 -9967;10;1504.78;13.47;1455.00;-1.57;0.26 -9968;10;4882.34;10.42;1227.00;-1.57;0.20 -9969;10;4629.16;9.70;1303.00;-1.57;0.24 -9970;10;4581.60;11.47;1056.00;-1.57;0.28 -9971;10;4667.34;10.26;1238.00;-1.57;0.26 -9972;10;4666.98;12.77;1106.00;-1.57;0.22 -9973;10;4094.68;9.95;1082.00;-1.57;0.38 -9974;10;4707.88;9.50;1138.00;-1.57;0.32 -9975;10;3942.78;9.70;1021.00;-1.57;0.42 -9976;10;2908.24;13.72;1245.00;-1.57;0.30 -9977;10;3154.52;9.70;1151.00;-1.57;0.28 -9978;10;4622.88;9.63;1025.00;-1.57;0.24 -9979;10;2735.16;9.56;1262.00;-1.57;0.20 -9980;10;3042.16;9.75;1177.00;-1.57;0.24 -9981;10;4791.62;10.26;1293.00;-1.57;0.18 -9982;10;4578.78;12.02;1071.00;-1.57;0.30 -9983;10;2948.24;10.00;1187.00;-1.57;0.36 -9984;10;4626.52;9.80;1105.00;-1.57;0.28 -9985;10;4911.52;11.74;1239.00;-1.57;0.22 -9986;10;3168.92;11.90;535.00;-1.57;0.70 -9987;10;4614.34;9.78;1256.00;-1.57;0.26 -9988;10;4439.88;10.61;960.00;-1.57;0.30 -9989;10;3215.52;9.95;1164.00;-1.57;0.24 -9990;10;3056.98;10.08;1289.00;-1.57;0.22 -9991;10;4247.88;9.76;1002.00;-1.57;0.32 -9992;10;3168.62;10.55;1179.00;-1.57;0.18 -9993;10;4222.32;9.98;1046.00;-1.57;0.36 -9994;10;2954.70;10.71;1266.00;-1.57;0.30 -9995;10;4624.06;9.92;1213.00;-1.57;0.24 -9996;10;1480.34;10.25;1428.00;-1.57;0.26 -9997;10;4558.06;11.72;1051.00;-1.57;0.26 -9998;10;4981.16;9.70;1239.00;-1.57;0.24 -9999;10;4579.24;10.07;1125.00;-1.57;0.36 -10000;10;4684.52;9.85;1257.00;-1.57;0.28 -10001;10;4114.78;9.75;947.00;-1.57;0.34 -10002;10;3343.88;10.85;1143.00;-1.57;0.30 -10003;10;4619.16;9.75;1280.00;-1.57;0.24 -10004;10;4494.78;9.68;1001.00;-1.57;0.24 -10005;10;3300.98;9.77;1158.00;-1.57;0.22 -10006;10;4521.60;10.31;1113.00;-1.57;0.40 -10007;10;3242.60;9.50;1250.00;-1.57;0.40 -10008;10;4650.52;10.29;1186.00;-1.57;0.28 -10009;10;2734.52;11.05;1268.00;-1.57;0.20 -10010;10;4644.16;9.63;1046.00;-1.57;0.24 -10011;10;4824.90;9.50;1219.00;-1.57;0.10 -10012;10;4651.98;11.93;1100.00;-1.57;0.22 -10013;10;2728.60;11.85;1223.00;-1.57;0.28 -10014;10;4672.52;11.04;1142.00;-1.57;0.28 -10015;10;4961.24;12.81;1251.00;-1.57;0.26 -10016;10;4452.52;9.60;958.00;-1.57;0.20 -10017;10;4632.88;9.70;1168.00;-1.57;0.26 -10018;10;4704.52;10.14;1270.00;-1.57;0.20 -10019;10;3968.60;10.84;990.00;-1.57;0.30 -10020;10;4852.16;12.83;1197.00;-1.57;0.24 -10021;10;4054.14;15.19;1132.00;-1.57;0.46 -10022;10;4616.16;9.70;1295.00;-1.57;0.24 -10023;10;2698.32;13.10;1189.00;-1.57;0.28 -10024;10;2789.80;9.87;1283.00;-1.57;0.20 -10025;10;3098.10;12.23;538.00;-1.57;0.78 -10026;10;2961.24;10.85;1220.00;-1.57;0.32 -10027;10;3059.34;11.87;1319.00;-1.57;0.20 -10028;10;3302.88;10.88;1092.00;-1.57;0.32 -10029;10;1548.60;9.70;1424.00;-1.57;0.32 -10030;10;4028.14;10.83;988.00;-1.57;0.38 -10031;10;3285.98;9.70;1118.00;-1.57;0.22 -10032;10;4944.06;11.90;1258.00;-1.57;0.28 -10033;10;4270.06;14.56;999.00;-1.57;0.26 -10034;10;4690.98;11.12;1162.00;-1.57;0.20 -10035;10;4213.88;10.00;1021.00;-1.57;0.26 -10036;10;4801.16;10.08;1277.00;-1.57;0.22 -10037;10;2999.86;11.10;1153.00;-1.57;0.54 -10038;10;3239.70;10.80;1277.00;-1.57;0.24 -10039;10;4514.70;10.60;1060.00;-1.57;0.30 -10040;10;4629.88;11.15;1205.00;-1.57;0.26 -10041;10;3262.16;13.36;1282.00;-1.57;0.24 -10042;10;4657.88;12.38;1087.00;-1.57;0.30 -10043;10;4631.52;11.25;1239.00;-1.57;0.26 -10044;10;4637.70;11.03;1142.00;-1.57;0.26 -10045;10;2818.24;13.93;1229.00;-1.57;0.36 -10046;10;3078.34;9.80;1154.00;-1.57;0.26 -10047;10;1565.88;9.70;1428.00;-1.57;0.32 -10048;10;428.98;13.69;989.00;-1.57;0.22 -10049;10;3151.34;10.86;1174.00;-1.57;0.26 -10050;10;4510.88;9.81;1019.00;-1.57;0.28 -10051;10;1575.42;9.70;1445.00;-1.57;0.32 -10052;10;4867.34;9.70;1214.00;-1.57;0.20 -10053;10;4585.52;10.70;1297.00;-1.57;0.26 -10054;10;4635.98;11.06;1048.00;-1.57;0.22 -10055;10;4901.80;11.61;1236.00;-1.57;0.20 -10056;10;3343.88;11.48;1268.00;-1.57;0.32 -10057;10;4600.70;10.40;1090.00;-1.57;0.30 -10058;10;4701.16;9.53;1128.00;-1.57;0.24 -10059;10;2896.78;12.48;1235.00;-1.57;0.32 -10060;10;4133.42;10.50;986.00;-1.57;0.38 -10061;10;3237.60;9.99;1157.00;-1.57;0.28 -10062;10;4587.80;9.64;1013.00;-1.57;0.20 -10063;10;2751.16;10.73;1265.00;-1.57;0.16 -10064;10;4622.52;9.70;1177.00;-1.57;0.28 -10065;10;4774.52;11.50;1301.00;-1.57;0.16 -10066;10;3962.94;9.90;1155.00;-1.57;0.54 -10067;10;2992.96;10.74;1178.00;-1.57;0.30 -10068;10;4637.98;9.65;1312.00;-1.57;0.22 -10069;10;4677.88;9.59;1090.00;-1.57;0.24 -10070;10;2705.24;12.60;1212.00;-1.57;0.32 -10071;10;3103.26;10.90;632.00;-1.57;0.74 -10072;10;4627.16;10.49;1252.00;-1.57;0.24 -10073;10;3291.44;9.70;1154.00;-1.57;0.16 -10074;10;3015.34;11.61;1284.00;-1.57;0.20 -10075;10;4434.60;12.70;1000.00;-1.57;0.34 -10076;10;4686.98;10.02;1172.00;-1.57;0.22 -10077;10;4180.70;9.76;1030.00;-1.57;0.26 -10078;10;2904.88;12.84;1261.00;-1.57;0.30 -10079;10;4615.88;9.70;1203.00;-1.57;0.32 -10080;10;4574.34;10.00;1042.00;-1.57;0.26 -10081;10;1563.24;10.60;1465.00;-1.57;0.26 -10082;10;2950.06;9.70;1205.00;-1.57;0.34 -10083;10;4788.16;12.55;1309.00;-1.57;0.24 -10084;10;4633.52;10.90;1080.00;-1.57;0.28 -10085;10;4804.06;12.08;1240.00;-1.57;0.16 -10086;10;4667.70;12.22;1132.00;-1.57;0.28 -10087;10;3374.52;10.70;1228.00;-1.57;0.28 -10088;10;4152.68;9.70;979.00;-1.57;0.26 -10089;10;3365.62;10.52;1162.00;-1.57;0.18 -10090;10;4259.60;13.72;1033.00;-1.57;0.40 -10091;10;2973.52;9.69;1261.00;-1.57;0.28 -10092;10;4862.16;9.81;1192.00;-1.57;0.22 -10093;10;4638.52;9.50;1038.00;-1.57;0.28 -10094;10;2720.80;10.99;1265.00;-1.57;0.20 -10095;10;4678.80;9.70;1194.00;-1.57;0.20 -10096;10;1546.06;10.10;1465.00;-1.57;0.28 -10097;10;3301.32;11.89;1057.00;-1.57;0.48 -10098;10;4607.98;9.77;1218.00;-1.57;0.22 -10099;10;3338.78;11.77;1115.00;-1.57;0.42 -10100;10;4962.98;13.18;1242.00;-1.57;0.22 -10101;10;4675.98;11.14;1154.00;-1.57;0.22 -10102;10;4650.88;10.49;1268.00;-1.57;0.22 -10103;10;4441.42;10.80;985.00;-1.57;0.28 -10104;10;3187.84;10.11;1085.00;-1.57;0.76 -10105;10;4528.88;10.30;1004.00;-1.57;0.20 -10106;10;3477.06;10.34;1252.00;-1.57;0.34 -10107;10;2704.96;16.35;1170.00;-1.57;0.44 -10108;10;3869.78;10.03;1067.00;-1.57;0.42 -10109;10;2783.16;10.03;1280.00;-1.57;0.24 -10110;10;4783.98;9.67;1233.00;-1.57;0.22 -10111;10;2747.52;12.94;1283.00;-1.57;0.20 -10112;10;4619.88;12.62;1069.00;-1.57;0.32 -10113;10;2718.70;11.38;1234.00;-1.57;0.16 -10114;10;4603.06;10.29;1127.00;-1.57;0.32 -10115;10;4806.88;11.79;1260.00;-1.57;0.24 -10116;10;4143.68;9.70;972.00;-1.57;0.26 -10117;10;3088.70;9.79;1149.00;-1.57;0.30 -10118;10;3912.60;9.80;1013.00;-1.57;0.40 -10119;10;4641.34;9.70;1285.00;-1.57;0.24 -10120;10;3193.80;11.96;1172.00;-1.57;0.20 -10121;10;4561.24;11.11;1041.00;-1.57;0.22 -10122;10;3257.76;9.61;1265.00;-1.57;0.18 -10123;10;3128.98;10.84;1182.00;-1.57;0.22 -10124;10;4804.94;9.83;1081.00;-1.57;0.46 -10125;10;4946.16;9.80;1232.00;-1.57;0.24 -10126;10;3312.24;11.81;1124.00;-1.57;0.36 -10127;10;3257.42;9.99;1131.00;-1.57;0.38 -10128;10;4958.70;11.63;1260.00;-1.57;0.24 -10129;10;4449.16;9.83;977.00;-1.57;0.20 -10130;10;4013.42;13.37;810.00;-1.57;0.24 -10131;10;3732.58;11.51;1444.00;-1.57;0.48 -10132;10;4434.24;10.96;1174.00;-1.57;0.36 -10133;10;3752.32;10.70;1654.00;-1.57;0.34 -10134;10;4411.34;10.24;859.00;-1.57;0.26 -10135;10;4536.78;9.76;524.00;-1.57;0.24 -10136;10;3713.42;10.84;1647.00;-1.57;0.38 -10137;10;4500.52;10.79;894.00;-1.57;0.22 -10138;10;4584.98;10.27;603.00;-1.57;0.22 -10139;10;3926.78;10.78;1152.00;-1.57;0.42 -10140;10;3780.04;9.80;1546.00;-1.57;0.40 -10141;10;4811.16;9.50;666.00;-1.57;0.24 -10142;10;3717.06;10.55;1626.00;-1.57;0.34 -10143;10;4639.98;10.12;746.00;-1.57;0.22 -10144;10;4503.86;13.13;1173.00;-1.57;0.30 -10145;10;4644.06;9.50;786.00;-1.57;0.34 -10146;10;3997.12;10.50;1393.00;-1.57;0.60 -10147;10;5037.86;9.66;523.00;-1.57;0.38 -10148;10;3889.68;11.11;1357.00;-1.57;0.40 -10149;10;4051.52;9.69;841.00;-1.57;0.28 -10150;10;4423.88;9.70;597.00;-1.57;0.32 -10151;10;903.68;14.50;1601.00;-1.57;0.38 -10152;10;4053.34;9.70;881.00;-1.57;0.26 -10153;10;4755.52;10.34;670.00;-1.57;0.28 -10154;10;4307.34;10.65;933.00;-1.57;0.26 -10155;10;927.78;11.99;1676.00;-1.57;0.40 -10156;10;4366.80;9.76;756.00;-1.57;0.20 -10157;10;898.78;9.79;1709.00;-1.57;0.38 -10158;10;4347.80;10.12;801.00;-1.57;0.20 -10159;10;925.14;15.48;1560.00;-1.57;0.34 -10160;10;5383.52;10.44;310.00;-1.57;0.22 -10161;10;4014.76;9.90;1498.00;-1.57;0.52 -10162;10;4507.52;10.14;846.00;-1.57;0.18 -10163;10;3158.80;9.66;1337.00;-1.57;0.20 -10164;10;3781.14;9.70;1490.00;-1.57;0.46 -10165;10;4693.62;11.39;899.00;-1.57;0.18 -10166;10;5179.16;10.03;573.00;-1.57;0.16 -10167;10;4697.80;10.18;924.00;-1.57;0.20 -10168;10;3781.22;9.83;1562.00;-1.57;0.34 -10169;10;4721.88;9.70;662.00;-1.57;0.16 -10170;10;3809.30;9.90;1614.00;-1.57;0.46 -10171;10;4058.78;11.12;963.00;-1.57;0.42 -10172;10;1213.94;16.04;1230.00;-1.57;0.50 -10173;10;3941.50;11.15;1195.00;-1.57;0.50 -10174;10;1705.42;11.63;1658.00;-1.57;0.34 -10175;10;4690.98;11.60;515.00;-1.57;0.22 -10176;10;1643.06;10.20;1832.00;-1.57;0.82 -10177;10;4423.88;11.11;854.00;-1.57;0.28 -10178;10;4615.42;9.50;594.00;-1.57;0.34 -10179;10;3917.58;10.50;1494.00;-1.57;0.48 -10180;10;4496.62;14.18;885.00;-1.57;0.18 -10181;10;4656.88;9.70;662.00;-1.57;0.26 -10182;10;4287.34;9.78;934.00;-1.57;0.26 -10183;10;882.24;10.55;1656.00;-1.57;0.30 -10184;10;4702.84;9.50;741.00;-1.57;0.56 -10185;10;3723.42;14.09;1610.00;-1.57;0.38 -10186;10;4725.52;12.03;798.00;-1.57;0.28 -10187;10;3901.32;12.07;1328.00;-1.57;0.48 -10188;10;433.80;12.03;379.00;-1.57;0.20 -10189;10;3815.12;10.40;1673.00;-1.57;0.38 -10190;10;3984.70;12.54;847.00;-1.57;0.30 -10191;10;4641.32;11.30;510.00;-1.57;0.24 -10192;10;1444.32;10.70;1442.00;-1.57;0.32 -10193;10;4347.34;10.43;889.00;-1.57;0.26 -10194;10;4390.88;10.27;610.00;-1.57;0.32 -10195;10;4464.06;10.55;920.00;-1.57;0.26 -10196;10;3757.32;10.50;1538.00;-1.57;0.44 -10197;10;4745.52;11.34;661.00;-1.57;0.24 -10198;10;957.94;13.40;1707.00;-1.57;0.48 -10199;10;4647.06;9.78;736.00;-1.57;0.24 -10200;10;3615.60;10.10;1738.00;-1.57;0.32 -10201;10;4063.96;9.72;790.00;-1.57;0.44 -10202;10;4017.94;10.29;1579.00;-1.57;0.58 -10203;10;3116.16;9.50;1314.00;-1.57;0.24 -10204;10;4472.52;9.94;842.00;-1.57;0.28 -10205;10;3873.96;14.07;1289.00;-1.57;0.44 -10206;10;5176.98;9.98;564.00;-1.57;0.18 -10207;10;3600.80;9.88;1913.00;-1.57;1.20 -10208;10;3995.06;11.30;879.00;-1.57;0.34 -10209;10;4399.78;9.70;644.00;-1.57;0.26 -10210;10;3974.96;11.30;928.00;-1.57;0.32 -10211;10;3905.22;10.06;1555.00;-1.57;0.44 -10212;10;4622.16;11.19;739.00;-1.57;0.24 -10213;10;3779.76;10.50;1607.00;-1.57;0.38 -10214;10;4756.26;10.25;784.00;-1.57;0.14 -10215;10;4887.42;9.84;1459.00;-1.57;0.30 -10216;10;3727.40;13.55;1719.00;-1.57;0.60 -10217;10;4349.88;9.70;817.00;-1.57;0.32 -10218;10;4041.76;10.00;1510.00;-1.57;0.56 -10219;10;4771.84;9.50;521.00;-1.57;0.30 -10220;10;3850.12;10.33;1483.00;-1.57;0.62 -10221;10;4380.34;9.74;884.00;-1.57;0.26 -10222;10;4725.04;9.67;568.00;-1.57;0.42 -10223;10;4282.80;10.38;916.00;-1.57;0.20 -10224;10;3736.04;10.22;1536.00;-1.57;0.44 -10225;10;4416.78;10.27;638.00;-1.57;0.24 -10226;10;3685.06;9.97;1586.00;-1.57;0.34 -10227;10;4401.34;10.67;722.00;-1.57;0.26 -10228;10;832.82;12.24;1791.00;-1.57;0.78 -10229;10;4073.70;9.92;776.00;-1.57;0.30 -10230;10;1693.96;11.25;1647.00;-1.57;0.34 -10231;10;5141.24;10.15;494.00;-1.57;0.20 -10232;10;4491.70;9.71;824.00;-1.57;0.30 -10233;10;1489.58;11.09;1643.00;-1.57;0.36 -10234;10;5219.80;10.57;560.00;-1.57;0.20 -10235;10;4014.48;10.09;1537.00;-1.57;0.42 -10236;10;4704.52;9.50;882.00;-1.57;0.28 -10237;10;4633.60;9.70;635.00;-1.57;0.34 -10238;10;4466.06;11.55;911.00;-1.57;0.24 -10239;10;3922.76;9.90;1538.00;-1.57;0.34 -10240;10;4648.88;10.17;727.00;-1.57;0.24 -10241;10;4692.62;11.18;942.00;-1.57;0.18 -10242;10;869.88;11.18;1695.00;-1.57;0.32 -10243;10;4749.80;11.31;777.00;-1.57;0.20 -10244;10;1845.04;9.70;1646.00;-1.57;0.36 -10245;10;2045.06;12.57;1989.00;-1.57;2.34 -10246;10;4037.24;9.85;824.00;-1.57;0.26 -10247;10;1728.78;11.00;1675.00;-1.57;0.40 -10248;10;5161.42;9.50;498.00;-1.57;0.38 -10249;10;1582.86;11.00;1677.00;-1.57;0.50 -10250;10;4384.52;9.70;877.00;-1.57;0.24 -10251;10;5111.52;10.33;549.00;-1.57;0.28 -10252;10;4714.80;10.45;922.00;-1.57;0.20 -10253;10;3710.14;9.80;1503.00;-1.57;0.46 -10254;10;1593.60;9.50;1268.00;-1.57;0.40 -10255;10;4102.78;9.73;936.00;-1.57;0.34 -10256;10;3735.32;10.10;1578.00;-1.57;0.42 -10257;10;4483.96;12.46;1201.00;-1.57;0.32 -10258;10;863.02;14.60;1770.00;-1.57;0.76 -10259;10;4016.50;10.70;906.00;-1.57;0.24 -10260;10;5153.42;9.50;484.00;-1.57;0.20 -10261;10;4463.80;9.70;826.00;-1.57;0.20 -10262;10;3671.04;9.80;1420.00;-1.57;0.56 -10263;10;4674.62;10.49;569.00;-1.57;0.18 -10264;10;3691.86;9.70;1463.00;-1.57;0.54 -10265;10;4696.80;10.77;880.00;-1.57;0.20 -10266;10;4606.70;10.40;621.00;-1.57;0.30 -10267;10;4304.98;10.17;914.00;-1.57;0.22 -10268;10;3878.58;10.50;1519.00;-1.57;0.52 -10269;10;4603.88;11.22;703.00;-1.57;0.32 -10270;10;3963.42;12.31;951.00;-1.57;0.36 -10271;10;895.60;11.27;1661.00;-1.57;0.40 -10272;10;4698.16;10.45;850.00;-1.57;0.24 -10273;10;892.48;14.09;1766.00;-1.57;0.56 -10274;10;4013.06;10.42;819.00;-1.57;0.20 -10275;10;3841.32;10.74;1461.00;-1.57;0.48 -10276;10;4862.78;10.13;468.00;-1.57;0.22 -10277;10;3824.22;10.00;1480.00;-1.57;0.48 -10278;10;4055.80;9.70;854.00;-1.57;0.20 -10279;10;4463.80;9.96;550.00;-1.57;0.20 -10280;10;4679.62;9.86;903.00;-1.57;0.18 -10281;10;1462.42;10.52;1457.00;-1.57;0.36 -10282;10;4532.88;10.33;625.00;-1.57;0.32 -10283;10;4304.24;10.51;945.00;-1.57;0.30 -10284;10;3790.68;10.70;1583.00;-1.57;0.42 -10285;10;4587.24;10.40;707.00;-1.57;0.36 -10286;10;3689.88;10.13;1659.00;-1.57;0.32 -10287;10;4065.80;12.34;770.00;-1.57;0.20 -10288;10;4891.88;10.30;459.00;-1.57;0.32 -10289;10;4432.98;10.00;831.00;-1.57;0.22 -10290;10;4018.22;10.40;1478.00;-1.57;0.46 -10291;10;5309.50;10.50;488.00;-1.57;0.38 -10292;10;3988.32;9.90;1499.00;-1.57;0.48 -10293;10;4406.24;9.70;869.00;-1.57;0.24 -10294;10;4415.06;9.70;607.00;-1.57;0.34 -10295;10;3795.22;9.70;1506.00;-1.57;0.52 -10296;10;4037.06;10.12;898.00;-1.57;0.32 -10297;10;4393.70;10.22;695.00;-1.57;0.30 -10298;10;4703.80;10.03;933.00;-1.57;0.20 -10299;10;3644.88;10.05;1561.00;-1.57;0.28 -10300;10;4744.98;10.81;771.00;-1.57;0.22 -10301;10;3618.52;10.14;1627.00;-1.57;0.28 -10302;10;4716.60;10.24;824.00;-1.57;0.40 -10303;10;1500.88;10.70;1633.00;-1.57;0.32 -10304;10;4496.14;12.08;1134.00;-1.57;0.38 -10305;10;946.40;13.90;1595.00;-1.57;0.60 -10306;10;4716.52;9.60;866.00;-1.57;0.28 -10307;10;4473.16;9.70;535.00;-1.57;0.20 -10308;10;3933.94;9.80;1551.00;-1.57;0.40 -10309;10;4493.52;10.79;903.00;-1.57;0.28 -10310;10;4564.34;10.30;605.00;-1.57;0.26 -10311;10;4002.58;11.30;964.00;-1.57;0.36 -10312;10;3802.68;10.00;1568.00;-1.57;0.44 -10313;10;4435.02;9.50;677.00;-1.57;0.54 -10314;10;3700.70;10.66;1653.00;-1.57;0.30 -10315;10;4219.10;21.71;1270.00;-1.57;0.82 -10316;10;4896.42;10.44;444.00;-1.57;0.34 -10317;10;4443.88;9.60;818.00;-1.57;0.22 -10318;10;1729.32;10.18;1650.00;-1.57;0.34 -10319;10;5265.68;9.50;518.00;-1.57;0.40 -10320;10;1689.60;11.14;1663.00;-1.57;0.34 -10321;10;4265.32;9.50;781.00;-1.57;0.48 -10322;10;4438.06;9.70;596.00;-1.57;0.24 -10323;10;3202.52;10.19;1662.00;-1.57;0.26 -10324;10;4019.60;11.39;937.00;-1.57;0.34 -10325;10;4641.14;10.17;685.00;-1.57;0.26 -10326;10;4451.52;10.75;936.00;-1.57;0.28 -10327;10;949.58;10.95;1689.00;-1.57;0.36 -10328;10;4778.62;10.14;767.00;-1.57;0.18 -10329;10;3736.78;15.02;1627.00;-1.57;0.42 -10330;10;4392.62;10.54;956.00;-1.57;0.18 -10331;10;4637.06;12.85;1357.00;-1.57;0.22 -10332;10;4094.84;10.63;1040.00;-1.57;0.46 -10333;10;1331.04;10.30;1547.00;-1.57;0.28 -10334;10;5541.24;10.18;219.00;-1.57;0.32 -10335;10;4522.24;11.58;1097.00;-1.57;0.36 -10336;10;5021.82;10.00;285.00;-1.57;0.98 -10337;10;1318.42;10.20;1357.00;-1.57;0.38 -10338;10;5026.52;10.50;446.00;-1.57;0.28 -10339;10;1405.88;10.00;1561.00;-1.57;0.26 -10340;10;1261.86;11.00;1496.00;-1.57;0.50 -10341;10;1398.22;12.37;1608.00;-1.57;0.40 -10342;10;4801.34;9.75;625.00;-1.57;0.18 -10343;10;1570.78;11.50;1504.00;-1.57;0.40 -10344;10;4301.24;10.18;954.00;-1.57;0.30 -10345;10;2210.68;10.90;735.00;-1.57;0.52 -10346;10;4399.24;14.19;1041.00;-1.57;0.36 -10347;10;1963.32;9.65;310.00;-1.57;0.48 -10348;10;3688.32;9.76;1357.00;-1.57;0.44 -10349;10;4223.04;14.12;1080.00;-1.57;0.28 -10350;10;5035.22;9.94;427.00;-1.57;0.44 -10351;10;3695.48;13.85;1285.00;-1.57;0.26 -10352;10;1458.22;10.20;1374.00;-1.57;0.26 -10353;10;3834.22;11.23;1407.00;-1.57;0.44 -10354;10;4375.42;11.94;643.00;-1.57;0.38 -10355;10;1380.24;9.70;1422.00;-1.57;0.36 -10356;10;4388.60;10.44;939.00;-1.57;0.40 -10357;10;3760.94;10.05;1283.00;-1.57;0.50 -10358;10;4143.88;10.56;1015.00;-1.57;0.32 -10359;10;3675.04;10.25;1308.00;-1.57;0.56 -10360;10;2080.14;12.63;505.00;-1.57;0.42 -10361;10;4149.14;10.26;1069.00;-1.57;0.32 -10362;10;1924.14;9.60;296.00;-1.57;0.32 -10363;10;4651.40;12.55;1403.00;-1.57;0.40 -10364;10;4580.88;11.16;1215.00;-1.57;0.28 -10365;10;5050.52;10.45;415.00;-1.57;0.28 -10366;10;3867.76;10.63;1375.00;-1.57;0.48 -10367;10;4545.24;12.40;1278.00;-1.57;0.36 -10368;10;4860.76;10.55;1463.00;-1.57;0.32 -10369;10;4971.32;9.77;617.00;-1.57;0.34 -10370;10;1353.06;10.42;1487.00;-1.57;0.34 -10371;10;4357.60;10.75;957.00;-1.57;0.40 -10372;10;4602.04;12.57;1400.00;-1.57;0.36 -10373;10;5545.88;10.00;209.00;-1.57;0.24 -10374;10;1576.14;9.80;1224.00;-1.57;0.34 -10375;10;1825.58;9.80;288.00;-1.57;0.46 -10376;10;4819.06;11.47;1407.00;-1.57;0.32 -10377;10;4549.52;9.99;1086.00;-1.57;0.28 -10378;10;5050.22;10.93;401.00;-1.57;0.26 -10379;10;4825.96;11.04;1444.00;-1.57;0.44 -10380;10;1476.42;10.30;1369.00;-1.57;0.38 -10381;10;1656.06;10.41;1618.00;-1.57;0.30 -10382;10;4382.42;12.61;632.00;-1.57;0.24 -10383;10;3409.96;11.30;1206.00;-1.57;0.42 -10384;10;4402.14;10.13;932.00;-1.57;0.34 -10385;10;3641.68;11.15;1258.00;-1.57;0.28 -10386;10;4299.24;9.92;1009.00;-1.57;0.32 -10387;10;981.96;12.47;1456.00;-1.57;0.36 -10388;10;5129.42;11.24;165.00;-1.57;0.38 -10389;10;4199.68;11.77;1072.00;-1.57;0.36 -10390;10;1854.12;9.71;293.00;-1.57;0.68 -10391;10;1344.12;11.06;1534.00;-1.57;0.36 -10392;10;2177.22;11.30;651.00;-1.57;0.58 -10393;10;1392.24;10.10;1561.00;-1.57;0.36 -10394;10;1512.52;10.59;1431.00;-1.57;0.28 -10395;10;3729.86;9.70;1389.00;-1.57;0.42 -10396;10;4984.04;11.07;602.00;-1.57;0.36 -10397;10;4607.52;12.99;1345.00;-1.57;0.28 -10398;10;4381.88;10.16;917.00;-1.57;0.32 -10399;10;3443.88;15.13;1304.00;-1.57;0.32 -10400;10;3249.02;14.40;227.00;-1.57;0.70 -10401;10;4085.68;10.30;1002.00;-1.57;0.34 -10402;10;1870.32;9.70;283.00;-1.57;0.48 -10403;10;3476.34;15.50;1344.00;-1.57;0.26 -10404;10;4523.98;10.07;1061.00;-1.57;0.22 -10405;10;2033.50;10.15;424.00;-1.57;0.40 -10406;10;3668.04;10.10;1354.00;-1.57;0.56 -10407;10;1491.78;10.20;1367.00;-1.57;0.34 -10408;10;3952.76;15.49;1356.00;-1.57;0.48 -10409;10;4841.32;11.56;598.00;-1.57;0.36 -10410;10;1393.24;10.30;1412.00;-1.57;0.36 -10411;10;4380.06;9.80;902.00;-1.57;0.30 -10412;10;1572.24;10.00;1492.00;-1.57;0.24 -10413;10;4375.22;12.00;1007.00;-1.57;0.36 -10414;10;3767.04;9.80;1302.00;-1.57;0.56 -10415;10;3116.36;12.54;128.00;-1.57;1.04 -10416;10;4213.88;9.80;1058.00;-1.57;0.32 -10417;10;3940.40;20.38;1276.00;-1.57;0.56 -10418;10;1829.84;9.80;269.00;-1.57;0.50 -10419;10;2191.86;9.66;620.00;-1.57;0.46 -10420;10;3819.40;12.02;1371.00;-1.57;0.60 -10421;10;4573.24;11.44;1258.00;-1.57;0.32 -10422;10;943.42;13.85;1548.00;-1.57;0.38 -10423;10;5019.50;10.65;594.00;-1.57;0.50 -10424;10;4555.50;13.95;1340.00;-1.57;0.46 -10425;10;4415.88;10.03;902.00;-1.57;0.32 -10426;10;4677.40;10.51;1381.00;-1.57;0.26 -10427;10;5106.96;13.24;149.00;-1.57;0.44 -10428;10;4125.60;10.65;995.00;-1.57;0.40 -10429;10;4675.32;11.51;1408.00;-1.57;0.42 -10430;10;5146.24;12.12;238.00;-1.57;0.36 -10431;10;4502.24;11.58;1053.00;-1.57;0.36 -10432;10;2104.68;11.92;498.00;-1.57;0.40 -10433;10;4785.86;10.50;1425.00;-1.57;0.30 -10434;10;4601.42;9.70;1187.00;-1.57;0.26 -10435;10;3723.60;9.70;1372.00;-1.57;0.40 -10436;10;4949.58;18.35;590.00;-1.57;0.42 -10437;10;1523.42;9.75;1404.00;-1.57;0.38 -10438;10;4414.42;9.90;889.00;-1.57;0.24 -10439;10;1554.42;11.10;1483.00;-1.57;0.18 -10440;10;1677.48;9.50;1216.00;-1.57;0.52 -10441;10;1532.88;11.18;1517.00;-1.57;0.30 -10442;10;3121.56;12.00;165.00;-1.57;0.84 -10443;10;4201.52;9.84;1058.00;-1.57;0.28 -10444;10;5012.88;9.84;1376.00;-1.57;0.32 -10445;10;5159.32;10.91;228.00;-1.57;0.34 -10446;10;4588.70;10.01;1179.00;-1.57;0.30 -10447;10;2004.48;9.55;368.00;-1.57;0.72 -10448;10;1465.42;10.59;1524.00;-1.57;0.28 -10449;10;1389.42;10.40;1389.00;-1.57;0.38 -10450;10;4701.52;12.54;595.00;-1.57;0.28 -10451;10;4536.40;12.86;1322.00;-1.57;0.40 -10452;10;3843.58;10.69;1441.00;-1.57;0.52 -10453;10;4463.98;9.80;875.00;-1.57;0.22 -10454;10;3554.06;14.75;1304.00;-1.57;0.34 -10455;10;5086.40;10.30;131.00;-1.57;0.38 -10456;10;4391.04;11.42;968.00;-1.57;0.22 -10457;10;1402.06;10.50;1531.00;-1.57;0.34 -10458;10;5160.32;10.40;217.00;-1.57;0.36 -10459;10;4468.06;10.67;1038.00;-1.57;0.34 -10460;10;5104.78;10.19;330.00;-1.57;0.42 -10461;10;1435.24;11.31;1555.00;-1.57;0.26 -10462;10;4597.50;9.95;1165.00;-1.57;0.26 -10463;10;4844.78;10.82;1442.00;-1.57;0.30 -10464;10;4681.52;12.23;595.00;-1.57;0.26 -10465;10;1530.70;9.70;1410.00;-1.57;0.30 -10466;10;4919.24;10.16;1468.00;-1.57;0.32 -10467;10;4428.24;10.08;872.00;-1.57;0.24 -10468;10;1540.96;10.80;1474.00;-1.57;0.26 -10469;10;4094.88;11.70;966.00;-1.57;0.32 -10470;10;3794.04;9.90;1330.00;-1.57;0.48 -10471;10;4118.06;11.31;1039.00;-1.57;0.34 -10472;10;3481.24;14.77;1331.00;-1.57;0.24 -10473;10;4729.62;10.80;240.00;-1.57;0.72 -10474;10;4546.24;11.50;1177.00;-1.57;0.36 -10475;10;5127.60;9.68;306.00;-1.57;0.40 -10476;10;3797.86;13.62;1230.00;-1.57;0.54 -10477;10;1373.60;10.36;1456.00;-1.57;0.40 -10478;10;1390.42;10.24;1577.00;-1.57;0.38 -10479;10;4563.88;12.56;526.00;-1.57;0.24 -10480;10;4589.06;13.65;1317.00;-1.57;0.34 -10481;10;1693.88;12.04;1629.00;-1.57;0.32 -10482;10;1595.04;10.12;998.00;-1.57;0.52 -10483;10;969.52;12.59;1445.00;-1.57;0.28 -10484;10;1722.76;9.68;1176.00;-1.57;0.36 -10485;10;3717.12;9.70;1354.00;-1.57;0.54 -10486;10;4292.96;9.92;1039.00;-1.57;0.44 -10487;10;5113.42;10.31;307.00;-1.57;0.38 -10488;10;3921.12;12.90;1336.00;-1.57;0.48 -10489;10;1549.06;9.70;1317.00;-1.57;0.34 -10490;10;4380.84;13.75;1254.00;-1.57;0.60 -10491;10;4550.42;10.33;529.00;-1.57;0.20 -10492;10;1497.70;10.40;1407.00;-1.57;0.30 -10493;10;3208.52;10.60;1671.00;-1.57;0.28 -10494;10;1607.24;9.80;955.00;-1.57;0.36 -10495;10;1532.88;10.81;1461.00;-1.57;0.32 -10496;10;4402.52;11.00;961.00;-1.57;0.28 -10497;10;3456.88;16.39;1290.00;-1.57;0.32 -10498;10;1543.68;9.70;1233.00;-1.57;0.36 -10499;10;4643.14;12.48;1386.00;-1.57;0.38 -10500;10;5138.68;12.55;209.00;-1.57;0.34 -10501;10;4603.34;10.31;1106.00;-1.57;0.26 -10502;10;1908.40;9.70;326.00;-1.57;0.56 -10503;10;4817.60;11.61;1418.00;-1.57;0.32 -10504;10;1309.60;10.40;1376.00;-1.57;0.40 -10505;10;5003.52;10.25;518.00;-1.57;0.28 -10506;10;3911.04;10.60;1405.00;-1.57;0.48 -10507;10;4559.32;14.68;1312.00;-1.57;0.32 -10508;10;3872.76;10.30;1433.00;-1.57;0.58 -10509;10;4326.32;11.08;723.00;-1.57;0.32 -10510;10;3699.66;12.56;1296.00;-1.57;0.46 -10511;10;4046.60;10.14;959.00;-1.57;0.34 -10512;10;5028.96;12.71;1379.00;-1.57;0.34 -10513;10;2083.50;12.35;490.00;-1.57;0.34 -10514;10;4257.60;12.17;1049.00;-1.57;0.36 -10515;10;1882.12;9.70;317.00;-1.57;0.66 -10516;10;1352.68;11.05;1547.00;-1.57;0.28 -10517;10;4555.78;9.90;1116.00;-1.57;0.32 -10518;10;4900.60;10.40;426.00;-1.57;0.32 -10519;10;4861.24;11.70;1438.00;-1.57;0.36 -10520;10;1441.70;10.30;1378.00;-1.57;0.30 -10521;10;4903.24;10.30;1470.00;-1.57;0.36 -10522;10;4357.14;12.30;676.00;-1.57;0.38 -10523;10;3567.32;15.08;1251.00;-1.57;0.34 -10524;10;4502.40;11.19;1635.00;-1.57;0.60 -10525;10;3241.44;11.80;285.00;-1.57;0.96 -10526;10;1379.78;10.20;1627.00;-1.57;0.38 -10527;10;1072.50;10.70;2032.00;-1.57;0.92 -10528;10;4474.30;12.86;1547.00;-1.57;0.56 -10529;10;4002.30;10.21;1705.00;-1.57;0.70 -10530;10;3934.32;16.66;1350.00;-1.57;0.48 -10531;10;4145.38;13.11;1534.00;-1.57;0.76 -10532;10;1253.22;11.21;1530.00;-1.57;0.50 -10533;10;4071.28;10.01;1737.00;-1.57;0.76 -10534;10;1852.74;10.25;1762.00;-1.57;0.80 -10535;10;1122.58;15.36;1552.00;-1.57;0.40 -10536;10;4003.26;9.70;1872.00;-1.57;1.14 -10537;10;4077.74;10.12;1593.00;-1.57;0.56 -10538;10;3171.64;12.80;397.00;-1.57;0.96 -10539;10;4226.20;14.46;1480.00;-1.57;0.52 -10540;10;5325.52;10.65;1842.00;-1.57;3.16 -10541;10;4712.64;11.25;1575.00;-1.57;0.54 -10542;10;3831.40;9.80;1649.00;-1.57;0.36 -10543;10;4402.28;13.07;1560.00;-1.57;0.66 -10544;10;4278.44;10.90;1709.00;-1.57;0.68 -10545;10;4169.10;13.35;1358.00;-1.57;0.46 -10546;10;4078.20;10.00;1573.00;-1.57;0.50 -10547;10;4022.76;10.72;1398.00;-1.57;0.56 -10548;10;825.44;12.30;1824.00;-1.57;1.16 -10549;10;4366.94;11.92;1607.00;-1.57;0.52 -10550;10;4044.84;10.75;1434.00;-1.57;0.50 -10551;10;3733.74;14.02;1805.00;-1.57;0.78 -10552;10;1109.94;12.37;1738.00;-1.57;0.66 -10553;10;5075.32;12.28;90.00;-1.57;0.42 -10554;10;4478.02;14.07;1507.00;-1.57;0.74 -10555;10;4074.22;10.40;1644.00;-1.57;0.48 -10556;10;1014.48;17.84;1607.00;-1.57;0.64 -10557;10;4603.62;11.00;1780.00;-1.57;1.18 -10558;10;4437.28;12.66;1365.00;-1.57;0.64 -10559;10;4683.10;11.00;1573.00;-1.57;0.68 -10560;10;4310.64;14.33;1403.00;-1.57;0.60 -10561;10;4100.18;10.45;1810.00;-1.57;0.72 -10562;10;4348.02;14.35;1592.00;-1.57;0.52 -10563;10;4278.48;13.69;1461.00;-1.57;0.62 -10564;10;4067.02;9.70;1944.00;-1.57;1.74 -10565;10;4647.66;12.36;1617.00;-1.57;0.64 -10566;10;3298.86;10.56;251.00;-1.57;0.54 -10567;10;4725.56;11.15;1502.00;-1.57;0.62 -10568;10;3935.94;9.80;1615.00;-1.57;0.52 -10569;10;1275.12;10.70;1608.00;-1.57;0.56 -10570;10;4340.22;10.22;1663.00;-1.57;0.58 -10571;10;4988.86;9.70;1556.00;-1.57;0.52 -10572;10;4959.02;11.10;1717.00;-1.57;1.32 -10573;10;1096.50;14.90;1476.00;-1.57;0.48 -10574;10;4643.38;11.86;1573.00;-1.57;0.68 -10575;10;4554.94;12.85;1431.00;-1.57;0.66 -10576;10;4184.20;9.80;1738.00;-1.57;0.62 -10577;10;4945.92;9.50;1601.00;-1.57;0.88 -10578;10;4582.48;12.50;1468.00;-1.57;0.42 -10579;10;3661.92;10.00;1829.00;-1.57;0.74 -10580;10;4211.10;11.76;1614.00;-1.57;0.54 -10581;10;5088.24;13.93;99.00;-1.57;0.36 -10582;10;1064.58;12.43;1572.00;-1.57;0.42 -10583;10;4608.74;11.57;1674.00;-1.57;0.64 -10584;10;4059.96;10.40;1511.00;-1.57;0.44 -10585;10;1251.32;11.00;1922.00;-1.57;1.48 -10586;10;1424.96;10.13;1482.00;-1.57;0.26 -10587;10;1173.12;12.76;1646.00;-1.57;0.38 -10588;10;1166.58;17.33;1522.00;-1.57;0.40 -10589;10;4775.84;10.10;1811.00;-1.57;1.12 -10590;10;4889.40;11.18;1608.00;-1.57;0.58 -10591;10;1018.22;16.94;1530.00;-1.57;0.58 -10592;10;3914.28;9.80;1806.00;-1.57;0.60 -10593;10;1093.76;13.57;1708.00;-1.57;0.54 -10594;10;3274.20;12.70;476.00;-1.57;0.80 -10595;10;1294.32;10.50;1607.00;-1.57;0.48 -10596;10;4475.74;12.37;1638.00;-1.57;0.74 -10597;10;4328.30;15.52;1525.00;-1.57;0.54 -10598;10;4953.44;9.85;1655.00;-1.57;0.82 -10599;10;1423.20;10.68;1671.00;-1.57;0.54 -10600;10;3927.30;9.80;1669.00;-1.57;0.62 -10601;10;3883.60;10.60;1346.00;-1.57;0.36 -10602;10;1033.22;16.15;1630.00;-1.57;0.58 -10603;10;3952.56;10.79;1389.00;-1.57;0.56 -10604;10;3845.38;9.70;1716.00;-1.57;0.66 -10605;10;1379.00;10.40;1864.00;-1.57;1.56 -10606;10;1260.12;11.20;1549.00;-1.57;0.34 -10607;10;4249.04;10.77;1871.00;-1.57;1.52 -10608;10;4797.46;11.60;1655.00;-1.57;0.88 -10609;10;5580.70;11.31;155.00;-1.57;0.30 -10610;10;4128.20;10.60;1462.00;-1.57;0.46 -10611;10;1160.66;12.38;1755.00;-1.57;0.74 -10612;10;4634.94;12.58;1497.00;-1.57;0.60 -10613;10;4185.66;9.90;1676.00;-1.57;0.74 -10614;10;4202.74;12.26;1359.00;-1.57;0.66 -10615;10;1423.24;9.90;1456.00;-1.57;0.30 -10616;10;4475.50;12.75;1079.00;-1.57;0.40 -10617;10;4109.64;10.15;1703.00;-1.57;0.70 -10618;10;1308.96;10.57;1668.00;-1.57;0.44 -10619;10;4043.94;10.80;1414.00;-1.57;0.52 -10620;10;3872.18;9.70;1794.00;-1.57;0.66 -10621;10;1554.94;10.90;1743.00;-1.57;0.66 -10622;10;5098.42;9.80;86.00;-1.57;0.28 -10623;10;4392.12;14.40;1488.00;-1.57;0.68 -10624;10;1119.48;12.60;1702.00;-1.57;0.60 -10625;10;970.40;13.10;1590.00;-1.57;0.48 -10626;10;3988.04;9.80;1652.00;-1.57;0.56 -10627;10;4299.92;14.14;1544.00;-1.57;0.46 -10628;10;4454.54;11.09;1745.00;-1.57;1.06 -10629;10;4485.50;14.35;1351.00;-1.57;0.50 -10630;10;4001.30;10.60;1552.00;-1.57;0.42 -10631;10;4418.22;10.50;1768.00;-1.57;1.12 -10632;10;4481.30;12.91;1404.00;-1.57;0.70 -10633;10;3952.68;10.10;1567.00;-1.57;0.52 -10634;10;4310.66;14.47;1426.00;-1.57;0.54 -10635;10;4161.18;9.70;1830.00;-1.57;1.02 -10636;10;2251.28;13.72;2019.00;-1.57;1.36 -10637;10;5083.24;9.70;79.00;-1.57;0.36 -10638;10;4691.74;13.13;1476.00;-1.57;0.84 -10639;10;4237.50;11.00;1638.00;-1.57;0.50 -10640;10;1154.76;15.26;1580.00;-1.57;0.64 -10641;10;4819.36;10.85;1788.00;-1.57;1.04 -10642;10;1168.50;16.25;1475.00;-1.57;0.44 -10643;10;4631.84;11.96;1599.00;-1.57;0.58 -10644;10;914.02;12.77;1811.00;-1.57;0.76 -10645;10;1122.40;15.64;1472.00;-1.57;0.60 -10646;10;4275.56;12.00;1562.00;-1.57;0.64 -10647;10;4582.92;12.55;1449.00;-1.57;0.60 -10648;10;3753.50;10.10;1738.00;-1.57;0.50 -10649;10;4228.86;11.05;1594.00;-1.57;0.54 -10650;10;5516.96;11.63;114.00;-1.57;0.44 -10651;10;1041.68;12.82;1540.00;-1.57;0.52 -10652;10;4124.68;10.50;1614.00;-1.57;0.42 -10653;10;4045.12;10.15;1491.00;-1.57;0.36 -10654;10;4547.92;12.00;1675.00;-1.57;0.46 -10655;10;4826.96;11.00;1516.00;-1.57;0.44 -10656;10;1208.02;10.92;1809.00;-1.57;0.78 -10657;10;1490.42;10.55;1472.00;-1.57;0.30 -10658;10;4544.56;12.15;1568.00;-1.57;0.70 -10659;10;3960.10;10.30;1702.00;-1.57;0.52 -10660;10;3920.40;13.35;1357.00;-1.57;0.60 -10661;10;4386.48;12.60;1590.00;-1.57;0.72 -10662;10;1065.22;18.60;1522.00;-1.57;0.58 -10663;10;4084.08;9.80;1785.00;-1.57;0.72 -10664;10;4389.40;11.31;1620.00;-1.57;0.60 -10665;10;5062.30;10.07;37.00;-1.57;0.50 -10666;10;1317.32;10.50;1584.00;-1.57;0.44 -10667;10;4845.08;12.47;1652.00;-1.57;0.86 -10668;10;3187.72;13.00;215.00;-1.57;1.08 -10669;10;4282.38;13.79;1499.00;-1.57;0.44 -10670;10;3899.86;10.25;1658.00;-1.57;0.52 -10671;10;3851.32;12.31;1307.00;-1.57;0.32 -10672;10;1065.40;16.49;1621.00;-1.57;0.58 -10673;10;4178.38;10.38;1713.00;-1.57;0.74 -10674;10;4172.10;10.78;1401.00;-1.57;0.56 -10675;10;4774.48;11.30;1545.00;-1.57;0.72 -10676;10;1306.22;10.40;1554.00;-1.57;0.56 -10677;10;3754.28;12.26;1847.00;-1.57;0.92 -10678;10;4787.20;10.30;1597.00;-1.57;0.72 -10679;10;423.92;12.94;1994.00;-1.57;0.88 -10680;10;4063.84;11.18;1451.00;-1.57;0.50 -10681;10;4673.54;12.14;1632.00;-1.57;0.70 -10682;10;5101.60;10.90;134.00;-1.57;0.40 -10683;10;4573.66;12.33;1520.00;-1.57;0.62 -10684;10;1072.36;11.55;1773.00;-1.57;0.72 -10685;10;1291.04;10.30;1663.00;-1.57;0.44 -10686;10;4161.94;10.27;1684.00;-1.57;0.58 -10687;10;970.76;12.00;1661.00;-1.57;0.26 -10688;10;4484.64;10.40;1774.00;-1.57;0.96 -10689;10;4405.84;12.76;1380.00;-1.57;0.76 -10690;10;941.68;10.80;1662.00;-1.57;0.38 -10691;10;4166.38;12.64;1421.00;-1.57;0.58 -10692;10;3939.84;9.70;1756.00;-1.57;0.50 -10693;10;973.24;12.40;1708.00;-1.57;0.36 -10694;10;310.90;9.50;1861.00;-1.57;1.10 -10695;10;4298.20;14.12;1445.00;-1.57;0.50 -10696;10;3968.30;10.12;1629.00;-1.57;0.52 -10697;10;3184.90;13.84;151.00;-1.57;0.86 -10698;10;4837.32;11.37;1486.00;-1.57;0.48 -10699;10;4430.92;11.40;1697.00;-1.57;0.82 -10700;10;1639.48;10.60;1685.00;-1.57;0.56 -10701;10;4865.06;10.80;1784.00;-1.57;1.32 -10702;10;1261.50;10.80;1459.00;-1.57;0.34 -10703;10;869.82;12.18;2013.00;-1.57;1.70 -10704;10;4434.20;15.58;1430.00;-1.57;0.52 -10705;10;4201.30;9.80;1750.00;-1.57;0.70 -10706;10;1171.58;12.99;1690.00;-1.57;0.56 -10707;10;642.54;11.50;1954.00;-1.57;0.64 -10708;10;4592.12;11.85;1488.00;-1.57;0.52 -10709;10;1236.48;12.00;1695.00;-1.57;0.54 -10710;10;5587.24;10.55;170.00;-1.57;0.34 -10711;10;1141.40;13.90;1600.00;-1.57;0.46 -10712;10;4215.12;10.60;1631.00;-1.57;0.50 -10713;10;4171.64;16.43;1514.00;-1.57;0.80 -10714;10;4741.16;11.38;1707.00;-1.57;0.70 -10715;10;1763.90;10.95;1754.00;-1.57;1.02 -10716;10;3747.14;9.83;1718.00;-1.57;0.46 -10717;10;1338.52;10.10;1519.00;-1.57;0.28 -10718;10;1475.82;11.00;1724.00;-1.57;0.66 -10719;10;1314.40;10.35;1648.00;-1.57;0.50 -10720;10;3792.48;9.90;1732.00;-1.57;0.72 -10721;10;1341.62;9.70;2012.00;-1.57;1.72 -10722;10;4858.50;10.30;1478.00;-1.57;0.50 -10723;10;3726.00;9.82;1873.00;-1.57;0.92 -10724;10;4464.68;12.78;1304.00;-1.57;0.50 -10725;10;2757.04;10.20;962.00;-1.57;1.36 -10726;10;4393.14;14.62;1099.00;-1.57;0.46 -10727;10;1448.68;10.40;1497.00;-1.57;0.30 -10728;10;1476.48;10.05;1081.00;-1.57;0.64 -10729;10;3998.78;12.12;1152.00;-1.57;0.40 -10730;10;1264.56;12.65;1146.00;-1.57;0.56 -10731;10;2788.10;11.47;1154.00;-1.57;0.90 -10732;10;1290.86;10.75;1190.00;-1.57;0.54 -10733;10;4483.50;13.10;1223.00;-1.57;0.30 -10734;10;3399.10;14.49;763.00;-1.57;0.86 -10735;10;3884.76;9.80;1108.00;-1.57;0.48 -10736;10;1806.18;10.33;983.00;-1.57;0.68 -10737;10;3890.84;17.78;1231.00;-1.57;0.50 -10738;10;1218.76;15.32;1265.00;-1.57;0.64 -10739;10;3231.48;11.00;871.00;-1.57;0.72 -10740;10;1169.30;13.27;1386.00;-1.57;0.42 -10741;10;4281.92;20.52;1143.00;-1.57;0.72 -10742;10;3803.40;10.10;1284.00;-1.57;0.56 -10743;10;3338.68;10.60;884.00;-1.57;0.52 -10744;10;3489.66;10.30;1164.00;-1.57;0.74 -10745;10;3321.40;10.60;989.00;-1.57;0.60 -10746;10;1216.32;12.00;1312.00;-1.57;0.48 -10747;10;1654.94;13.62;947.00;-1.57;0.66 -10748;10;3461.86;12.03;1030.00;-1.57;0.54 -10749;10;2952.34;11.75;1049.00;-1.57;1.92 -10750;10;4350.00;14.60;1263.00;-1.57;0.48 -10751;10;4116.04;10.19;1073.00;-1.57;0.32 -10752;10;3492.58;13.62;871.00;-1.57;0.62 -10753;10;1425.88;10.40;1443.00;-1.57;0.32 -10754;10;3128.46;10.00;1101.00;-1.57;0.94 -10755;10;4199.82;21.81;1197.00;-1.57;0.98 -10756;10;4021.50;10.30;896.00;-1.57;0.32 -10757;10;4537.24;10.45;1151.00;-1.57;0.34 -10758;10;2947.74;10.68;876.00;-1.57;0.80 -10759;10;3707.58;11.39;1185.00;-1.57;0.52 -10760;10;3717.48;13.15;1023.00;-1.57;0.52 -10761;10;3432.20;9.90;651.00;-1.57;0.64 -10762;10;2704.20;10.53;747.00;-1.57;0.80 -10763;10;4458.60;13.44;1098.00;-1.57;0.40 -10764;10;3233.82;11.50;761.00;-1.57;0.98 -10765;10;1089.04;11.55;1354.00;-1.57;0.56 -10766;10;3231.38;11.49;613.00;-1.57;0.82 -10767;10;1849.32;9.70;1015.00;-1.57;0.48 -10768;10;3626.68;16.68;1249.00;-1.57;0.46 -10769;10;1260.40;9.85;1290.00;-1.57;0.60 -10770;10;4387.30;12.75;1326.00;-1.57;0.60 -10771;10;2693.92;10.10;915.00;-1.57;0.72 -10772;10;3976.76;10.05;1150.00;-1.57;0.54 -10773;10;1297.38;15.35;1151.00;-1.57;0.46 -10774;10;3554.68;9.70;1184.00;-1.57;0.52 -10775;10;3454.80;11.25;751.00;-1.57;0.72 -10776;10;4389.50;12.35;1009.00;-1.57;0.50 -10777;10;3489.94;11.15;817.00;-1.57;0.58 -10778;10;1313.68;10.10;1404.00;-1.57;0.34 -10779;10;2655.36;10.10;1049.00;-1.57;1.04 -10780;10;3006.56;10.64;882.00;-1.57;0.84 -10781;10;3898.04;14.77;1249.00;-1.57;0.44 -10782;10;3781.84;13.50;1100.00;-1.57;0.74 -10783;10;1050.64;11.25;1407.00;-1.57;0.56 -10784;10;3356.40;10.80;898.00;-1.57;0.60 -10785;10;3149.58;9.70;1130.00;-1.57;0.56 -10786;10;3490.20;12.23;973.00;-1.57;0.80 -10787;10;4400.22;18.75;1196.00;-1.57;0.56 -10788;10;2784.72;10.10;931.00;-1.57;0.60 -10789;10;3859.92;15.23;1194.00;-1.57;0.64 -10790;10;1630.32;12.64;937.00;-1.57;0.48 -10791;10;3590.04;9.92;1052.00;-1.57;0.56 -10792;10;1737.84;9.80;909.00;-1.57;0.90 -10793;10;3511.14;10.10;1220.00;-1.57;0.46 -10794;10;4028.96;10.00;1110.00;-1.57;0.44 -10795;10;3307.14;10.60;856.00;-1.57;0.46 -10796;10;4316.38;18.90;1275.00;-1.57;0.58 -10797;10;3614.94;12.37;1128.00;-1.57;0.66 -10798;10;1277.68;10.54;1464.00;-1.57;0.42 -10799;10;3998.60;10.89;901.00;-1.57;0.40 -10800;10;1197.68;12.95;1310.00;-1.57;0.52 -10801;10;4064.86;10.83;1025.00;-1.57;0.46 -10802;10;4068.74;21.81;1204.00;-1.57;0.86 -10803;10;2748.72;9.70;740.00;-1.57;0.52 -10804;10;3464.32;10.49;1257.00;-1.57;0.46 -10805;10;2978.12;10.40;877.00;-1.57;0.68 -10806;10;3752.14;16.94;1225.00;-1.57;0.46 -10807;10;4033.48;10.45;1081.00;-1.57;0.44 -10808;10;4025.52;10.75;844.00;-1.57;0.28 -10809;10;1133.12;12.90;1379.00;-1.57;0.68 -10810;10;4281.04;15.72;1116.00;-1.57;0.44 -10811;10;3487.58;10.40;1266.00;-1.57;0.38 -10812;10;2689.36;10.29;890.00;-1.57;0.68 -10813;10;3884.94;10.40;1123.00;-1.57;0.42 -10814;10;2617.92;12.79;952.00;-1.57;0.88 -10815;10;3443.64;11.30;1160.00;-1.57;0.72 -10816;10;4006.88;10.80;1038.00;-1.57;0.32 -10817;10;4371.02;20.22;1205.00;-1.57;0.46 -10818;10;3581.12;9.71;773.00;-1.57;0.68 -10819;10;4440.78;14.87;1092.00;-1.57;0.42 -10820;10;2972.66;14.43;798.00;-1.57;0.74 -10821;10;4006.64;21.20;1251.00;-1.57;0.76 -10822;10;4506.70;11.05;1120.00;-1.57;0.30 -10823;10;1827.48;9.70;1013.00;-1.57;0.68 -10824;10;1444.50;10.30;1454.00;-1.57;0.26 -10825;10;4095.56;18.46;1134.00;-1.57;0.64 -10826;10;3916.68;19.45;1241.00;-1.57;0.52 -10827;10;3265.36;11.60;836.00;-1.57;0.76 -10828;10;3680.76;13.58;1176.00;-1.57;0.56 -10829;10;2668.38;11.77;858.00;-1.57;0.68 -10830;10;1155.94;13.27;1329.00;-1.57;0.56 -10831;10;2945.12;10.18;742.00;-1.57;0.68 -10832;10;1251.84;12.10;1165.00;-1.57;0.44 -10833;10;3515.14;14.70;810.00;-1.57;0.44 -10834;10;4287.92;17.12;1270.00;-1.57;0.70 -10835;10;3416.14;11.53;1065.00;-1.57;0.46 -10836;10;2797.46;10.10;843.00;-1.57;0.94 -10837;10;3610.60;12.35;1241.00;-1.57;0.38 -10838;10;2698.08;10.30;1057.00;-1.57;1.12 -10839;10;4231.66;14.29;1392.00;-1.57;0.38 -10840;10;3497.02;16.32;895.00;-1.57;0.52 -10841;10;4411.42;11.69;1143.00;-1.57;0.38 -10842;10;1385.22;14.34;1115.00;-1.57;0.50 -10843;10;3949.76;10.80;1134.00;-1.57;0.50 -10844;10;3321.48;10.30;1016.00;-1.57;0.50 -10845;10;3364.02;12.12;483.00;-1.57;0.78 -10846;10;1609.48;13.27;887.00;-1.57;0.70 -10847;10;3919.78;11.70;1078.00;-1.57;0.42 -10848;10;1065.04;9.87;1353.00;-1.57;0.56 -10849;10;1836.24;11.66;949.00;-1.57;0.82 -10850;10;3544.22;10.20;1107.00;-1.57;0.58 -10851;10;3302.94;10.88;833.00;-1.57;0.60 -10852;10;3868.12;16.73;1245.00;-1.57;0.50 -10853;10;1190.12;15.88;1269.00;-1.57;0.52 -10854;10;4481.42;14.60;1303.00;-1.57;0.38 -10855;10;1735.48;11.19;1028.00;-1.57;0.56 -10856;10;4336.48;20.25;1174.00;-1.57;0.72 -10857;10;3202.72;11.70;799.00;-1.57;0.86 -10858;10;3214.66;11.28;580.00;-1.57;0.74 -10859;10;3345.26;11.87;748.00;-1.57;1.02 -10860;10;3363.48;14.29;634.00;-1.57;0.62 -10861;10;1297.60;10.45;1393.00;-1.57;0.40 -10862;10;2801.94;9.80;746.00;-1.57;0.54 -10863;10;4345.32;13.36;1051.00;-1.57;0.48 -10864;10;1633.56;9.70;1006.00;-1.57;0.56 -10865;10;4246.10;19.39;1272.00;-1.57;0.90 -10866;10;3910.04;9.92;1096.00;-1.57;0.52 -10867;10;1192.60;12.89;1439.00;-1.57;0.40 -10868;10;2822.22;10.60;971.00;-1.57;1.52 -10869;10;3222.74;9.80;1110.00;-1.57;0.60 -10870;10;3529.00;11.42;963.00;-1.57;0.70 -10871;10;1159.12;16.15;1284.00;-1.57;0.58 -10872;10;4008.32;10.80;997.00;-1.57;0.48 -10873;10;3686.22;12.70;1202.00;-1.57;0.58 -10874;10;2029.16;9.50;839.00;-1.57;1.24 -10875;10;2585.70;10.10;1017.00;-1.57;1.24 -10876;10;3499.50;9.70;1179.00;-1.57;0.50 -10877;10;3304.28;11.20;780.00;-1.57;0.92 -10878;10;4150.96;11.35;1079.00;-1.57;0.28 -10879;10;1836.20;10.10;981.00;-1.57;0.80 -10880;10;4500.58;14.33;1274.00;-1.57;0.40 -10881;10;3660.76;12.85;1126.00;-1.57;0.64 -10882;10;3446.06;11.15;1247.00;-1.57;0.34 -10883;10;3142.64;10.79;691.00;-1.57;0.42 -10884;10;2993.88;11.15;1125.00;-1.57;1.12 -10885;10;4134.28;12.30;1313.00;-1.57;0.92 -10886;10;1396.92;10.57;1099.00;-1.57;0.40 -10887;10;3969.68;12.20;1183.00;-1.57;0.38 -10888;10;1614.10;10.10;843.00;-1.57;0.78 -10889;10;1323.04;9.70;1157.00;-1.57;0.52 -10890;10;3720.84;12.01;1205.00;-1.57;0.46 -10891;10;3589.58;10.74;805.00;-1.57;0.58 -10892;10;3472.84;11.91;1059.00;-1.57;0.72 -10893;10;3088.24;11.56;967.00;-1.57;1.36 -10894;10;1188.94;13.00;1378.00;-1.57;0.60 -10895;10;1160.76;10.55;1243.00;-1.57;0.56 -10896;10;3820.22;16.58;1227.00;-1.57;0.40 -10897;10;4028.78;11.55;872.00;-1.57;0.34 -10898;10;3922.68;10.84;1124.00;-1.57;0.44 -10899;10;4412.12;12.85;1343.00;-1.57;0.68 -10900;10;3252.18;10.61;919.00;-1.57;1.02 -10901;10;3429.46;11.70;1134.00;-1.57;0.52 -10902;10;3350.48;12.29;992.00;-1.57;0.68 -10903;10;4387.76;19.37;1189.00;-1.57;0.60 -10904;10;3682.42;10.79;1062.00;-1.57;0.38 -10905;10;3984.58;18.17;1210.00;-1.57;0.62 -10906;10;1952.12;9.78;946.00;-1.57;0.68 -10907;10;3228.54;10.85;1031.00;-1.57;1.06 -10908;10;3273.28;11.20;774.00;-1.57;0.92 -10909;10;1488.14;11.69;1456.00;-1.57;0.30 -10910;10;4127.92;20.21;1118.00;-1.57;0.56 -10911;10;4135.26;22.42;1268.00;-1.57;0.98 -10912;10;1819.92;10.61;1031.00;-1.57;0.60 -10913;10;3704.66;16.10;1139.00;-1.57;0.58 -10914;10;1125.12;15.11;1422.00;-1.57;0.62 -10915;10;2653.00;11.10;883.00;-1.57;0.96 -10916;10;1159.22;15.44;1309.00;-1.57;0.44 -10917;10;2974.14;10.60;918.00;-1.57;1.28 -10918;10;4237.28;21.55;1181.00;-1.57;0.64 -10919;10;2843.88;10.38;769.00;-1.57;0.32 -10920;10;4322.96;12.48;1038.00;-1.57;0.36 -10921;10;3562.86;12.36;822.00;-1.57;0.34 -10922;10;3606.30;12.72;1230.00;-1.57;0.46 -10923;10;3515.30;11.26;1086.00;-1.57;0.70 -10924;10;1818.14;10.60;585.00;-1.57;0.46 -10925;10;4974.96;10.82;141.00;-1.57;0.44 -10926;10;2164.56;11.24;697.00;-1.57;0.62 -10927;10;4934.72;9.80;195.00;-1.57;0.62 -10928;10;3508.76;9.78;689.00;-1.57;0.64 -10929;10;3303.62;13.85;360.00;-1.57;0.66 -10930;10;3301.64;11.32;452.00;-1.57;0.92 -10931;10;2125.84;12.15;587.00;-1.57;0.66 -10932;10;3331.00;12.52;588.00;-1.57;0.94 -10933;10;2249.96;9.67;778.00;-1.57;0.42 -10934;10;1896.50;10.35;833.00;-1.57;0.78 -10935;10;1787.30;10.64;249.00;-1.57;0.70 -10936;10;5035.84;10.76;321.00;-1.57;0.76 -10937;10;4822.74;10.47;382.00;-1.57;0.76 -10938;10;1802.84;11.39;577.00;-1.57;0.58 -10939;10;2251.42;9.75;724.00;-1.57;0.36 -10940;10;1719.74;10.52;655.00;-1.57;0.76 -10941;10;5054.48;10.00;238.00;-1.57;0.72 -10942;10;1598.28;10.32;802.00;-1.57;0.92 -10943;10;1892.12;9.80;361.00;-1.57;0.52 -10944;10;1824.58;10.20;496.00;-1.57;0.62 -10945;10;2037.38;11.20;555.00;-1.57;0.60 -10946;10;2208.04;9.84;673.00;-1.57;0.56 -10947;10;2063.14;11.00;489.00;-1.57;0.40 -10948;10;3011.36;11.40;665.00;-1.57;0.96 -10949;10;4719.18;10.60;207.00;-1.57;0.76 -10950;10;4701.38;11.45;302.00;-1.57;0.62 -10951;10;3168.08;11.40;659.00;-1.57;1.04 -10952;10;1746.20;20.29;572.00;-1.57;0.80 -10953;10;1784.26;10.10;148.00;-1.57;0.90 -10954;10;5053.86;14.75;548.00;-1.57;0.44 -10955;10;4989.98;9.80;297.00;-1.57;1.22 -10956;10;2015.16;10.70;750.00;-1.57;1.24 -10957;10;3079.52;13.19;317.00;-1.57;1.06 -10958;10;4786.00;9.90;363.00;-1.57;0.66 -10959;10;1972.28;11.00;558.00;-1.57;0.92 -10960;10;1770.54;9.84;718.00;-1.57;1.16 -10961;10;1702.76;11.71;121.00;-1.57;0.44 -10962;10;3394.20;13.52;656.00;-1.57;0.80 -10963;10;3075.94;13.41;238.00;-1.57;0.66 -10964;10;1745.04;11.60;350.00;-1.57;0.56 -10965;10;1817.10;10.61;470.00;-1.57;0.84 -10966;10;3065.36;14.55;450.00;-1.57;1.04 -10967;10;2243.24;10.75;734.00;-1.57;0.30 -10968;10;3021.30;10.22;566.00;-1.57;0.58 -10969;10;4774.12;10.31;202.00;-1.57;0.68 -10970;10;1637.10;9.80;769.00;-1.57;0.90 -10971;10;4653.74;9.90;305.00;-1.57;0.62 -10972;10;3381.62;11.38;448.00;-1.57;0.98 -10973;10;1891.38;10.26;516.00;-1.57;0.60 -10974;10;5110.88;9.88;523.00;-1.57;0.28 -10975;10;1828.20;9.70;363.00;-1.57;0.68 -10976;10;3443.86;9.70;625.00;-1.57;0.54 -10977;10;5071.68;9.80;206.00;-1.57;0.46 -10978;10;3043.18;12.35;305.00;-1.57;1.02 -10979;10;4912.10;10.30;353.00;-1.57;0.90 -10980;10;2136.96;9.86;502.00;-1.57;0.28 -10981;10;1802.82;9.60;200.00;-1.57;0.54 -10982;10;1839.40;9.80;649.00;-1.57;1.02 -10983;10;4688.50;10.45;192.00;-1.57;0.50 -10984;10;2145.88;10.11;739.00;-1.57;0.92 -10985;10;1825.02;9.80;332.00;-1.57;0.58 -10986;10;1850.56;9.80;455.00;-1.57;0.84 -10987;10;1789.38;19.14;532.00;-1.57;0.54 -10988;10;3327.44;12.99;518.00;-1.57;0.94 -10989;10;2241.14;10.58;761.00;-1.57;0.44 -10990;10;5000.78;13.46;586.00;-1.57;0.42 -10991;10;5019.12;9.80;199.00;-1.57;0.68 -10992;10;1734.94;14.69;311.00;-1.57;0.66 -10993;10;3554.10;12.35;310.00;-1.57;0.90 -10994;10;2017.94;10.50;522.00;-1.57;0.46 -10995;10;2243.90;9.55;35.00;-1.57;0.54 -10996;10;1778.74;9.95;630.00;-1.57;0.80 -10997;10;4730.94;10.40;174.00;-1.57;0.66 -10998;10;2241.60;9.70;711.00;-1.57;0.40 -10999;10;2178.78;9.70;550.00;-1.57;0.42 -11000;10;1716.14;12.56;433.00;-1.57;0.46 -11001;10;1783.28;19.73;475.00;-1.57;0.58 -11002;10;2189.68;9.60;593.00;-1.57;0.52 -11003;10;2032.12;10.70;504.00;-1.57;0.38 -11004;10;5017.96;15.17;572.00;-1.57;0.44 -11005;10;1765.38;10.34;172.00;-1.57;0.56 -11006;10;5087.58;10.65;254.00;-1.57;0.58 -11007;10;1958.20;10.75;428.00;-1.57;0.80 -11008;10;2044.32;11.45;486.00;-1.57;0.48 -11009;10;1771.36;9.65;35.00;-1.57;0.70 -11010;10;1875.90;10.56;659.00;-1.57;1.10 -11011;10;4722.12;10.23;154.00;-1.57;0.60 -11012;10;3067.62;11.08;725.00;-1.57;1.18 -11013;10;4876.88;11.30;286.00;-1.57;1.14 -11014;10;3461.68;10.00;683.00;-1.57;0.52 -11015;10;3526.10;12.55;341.00;-1.57;0.80 -11016;10;4794.58;10.95;415.00;-1.57;0.62 -11017;10;3350.92;13.67;610.00;-1.57;0.88 -11018;10;5041.14;14.96;570.00;-1.57;0.46 -11019;10;5065.94;9.90;157.00;-1.57;0.58 -11020;10;1581.04;14.43;822.00;-1.57;0.56 -11021;10;1760.86;10.90;282.00;-1.57;0.54 -11022;10;1790.48;9.95;377.00;-1.57;0.72 -11023;10;1929.02;10.42;490.00;-1.57;0.78 -11024;10;3265.42;10.45;1834.00;-1.57;0.32 -11025;10;3561.52;9.90;1736.00;-1.57;0.28 -11026;10;3061.50;12.70;1876.00;-1.57;0.40 -11027;10;3489.16;9.80;1684.00;-1.57;0.24 -11028;10;2974.88;12.90;1767.00;-1.57;0.30 -11029;10;2955.52;10.75;1725.00;-1.57;0.28 -11030;10;3258.42;10.70;1913.00;-1.57;0.38 -11031;10;3318.60;10.82;1937.00;-1.57;0.22 -11032;10;3277.16;10.40;1715.00;-1.57;0.24 -11033;10;3198.70;10.59;1791.00;-1.57;0.28 -11034;10;3279.58;9.70;2003.00;-1.57;0.28 -11035;10;3492.52;9.84;1713.00;-1.57;0.16 -11036;10;3392.06;10.60;1763.00;-1.57;0.22 -11037;10;2943.42;12.72;1759.00;-1.57;0.28 -11038;10;3384.06;9.92;1823.00;-1.57;0.28 -11039;10;3399.98;10.05;1679.00;-1.57;0.22 -11040;10;3074.34;9.70;1780.00;-1.57;0.26 -11041;10;3223.52;10.40;1866.00;-1.57;0.26 -11042;10;3507.40;10.06;1800.00;-1.57;0.48 -11043;10;3233.16;10.31;1783.00;-1.57;0.22 -11044;10;3038.52;10.05;1731.00;-1.57;0.26 -11045;10;3327.42;10.13;1863.00;-1.57;0.34 -11046;10;3299.34;10.55;1787.00;-1.57;0.26 -11047;10;3672.46;9.60;2028.00;-1.57;0.88 -11048;10;3334.70;10.00;1703.00;-1.57;0.26 -11049;10;3020.78;13.96;1810.00;-1.57;0.30 -11050;10;3117.32;10.54;1976.00;-1.57;0.48 -11051;10;3558.52;9.80;1722.00;-1.57;0.28 -11052;10;3032.60;11.55;1823.00;-1.57;0.30 -11053;10;3036.34;12.00;1777.00;-1.57;0.26 -11054;10;3302.78;10.58;1836.00;-1.57;0.36 -11055;10;2749.52;11.94;1677.00;-1.57;0.24 -11056;10;3240.88;10.35;1763.00;-1.57;0.20 -11057;10;3225.06;9.67;1711.00;-1.57;0.18 -11058;10;3064.06;12.99;1900.00;-1.57;0.30 -11059;10;3326.06;10.30;1743.00;-1.57;0.24 -11060;10;3133.68;11.56;1938.00;-1.57;0.44 -11061;10;3504.14;9.80;1783.00;-1.57;0.34 -11062;10;3364.34;10.70;1741.00;-1.57;0.26 -11063;10;3257.24;10.40;2004.00;-1.57;0.36 -11064;10;2747.40;9.89;1713.00;-1.57;0.60 -11065;10;3158.52;10.29;1810.00;-1.57;0.28 -11066;10;3183.88;9.63;1755.00;-1.57;0.28 -11067;10;3121.06;10.42;1836.00;-1.57;0.32 -11068;10;3295.80;10.30;1729.00;-1.57;0.20 -11069;10;3069.42;11.65;1854.00;-1.57;0.36 -11070;10;2996.34;10.07;1702.00;-1.57;0.26 -11071;10;3408.60;10.40;1772.00;-1.57;0.28 -11072;10;3284.52;9.70;1700.00;-1.57;0.20 -11073;10;3159.60;10.40;1898.00;-1.57;0.36 -11074;10;3470.06;9.90;1763.00;-1.57;0.34 -11075;10;3502.98;9.80;1699.00;-1.57;0.22 -11076;10;3250.52;10.05;1804.00;-1.57;0.28 -11077;10;3177.70;11.12;1986.00;-1.57;0.30 -11078;10;2981.16;10.06;1741.00;-1.57;0.24 -11079;10;3252.24;10.38;1834.00;-1.57;0.28 -11080;10;3271.52;10.40;1723.00;-1.57;0.20 -11081;10;3212.06;9.92;1869.00;-1.57;0.26 -11082;10;3076.88;9.70;1710.00;-1.57;0.32 -11083;10;3374.16;10.25;1722.00;-1.57;0.24 -11084;10;3363.70;10.50;1693.00;-1.57;0.24 -11085;10;3277.24;10.87;1912.00;-1.57;0.36 -11086;10;3467.06;9.90;1741.00;-1.57;0.26 -11087;10;3595.52;9.80;1707.00;-1.57;0.28 -11088;10;3369.98;10.42;1913.00;-1.57;0.36 -11089;10;3492.12;10.30;1811.00;-1.57;0.56 -11090;10;3081.78;9.80;1971.00;-1.57;0.32 -11091;10;3074.16;9.70;1748.00;-1.57;0.24 -11092;10;3339.24;10.37;1798.00;-1.57;0.22 -11093;10;3359.06;9.95;1713.00;-1.57;0.26 -11094;10;3358.60;10.40;1812.00;-1.57;0.32 -11095;10;3448.34;9.89;1724.00;-1.57;0.24 -11096;10;3304.70;10.38;1850.00;-1.57;0.30 -11097;10;3258.16;10.40;1690.00;-1.57;0.24 -11098;10;3768.18;9.75;1883.00;-1.57;0.66 -11099;10;3434.88;10.40;1689.00;-1.57;0.26 -11100;10;2929.14;10.15;1801.00;-1.57;0.30 -11101;10;2920.42;13.68;1725.00;-1.57;0.22 -11102;10;3087.88;10.40;1903.00;-1.57;0.32 -11103;10;3397.88;10.33;1755.00;-1.57;0.30 -11104;10;3214.32;10.69;1983.00;-1.57;0.48 -11105;10;3197.60;9.69;1741.00;-1.57;0.24 -11106;10;1844.26;9.66;1062.00;-1.57;0.14 -11107;10;3430.52;10.40;1712.00;-1.57;0.22 -11108;10;3119.28;10.86;751.00;-1.57;0.88 -11109;10;3293.52;10.30;1692.00;-1.57;0.22 -11110;10;3533.88;10.50;1747.00;-1.57;0.32 -11111;10;3678.78;10.47;1737.00;-1.57;0.34 -11112;10;3079.42;11.36;1894.00;-1.57;0.32 -11113;10;2980.34;12.35;1782.00;-1.57;0.26 -11114;10;3014.16;10.28;1727.00;-1.57;0.24 -11115;10;3183.68;10.95;1930.00;-1.57;0.52 -11116;10;3009.70;13.20;1802.00;-1.57;0.30 -11117;10;3332.06;9.90;1944.00;-1.57;0.34 -11118;10;2989.70;13.59;1808.00;-1.57;0.24 -11119;10;3755.22;9.70;1917.00;-1.57;1.10 -11120;10;3070.14;11.15;1838.00;-1.57;0.38 -11121;10;3198.24;10.30;1848.00;-1.57;0.32 -11122;10;4535.36;9.80;2022.00;-1.57;1.20 -11123;10;3050.24;11.31;1793.00;-1.57;0.22 -11124;10;3628.06;10.60;1716.00;-1.57;0.34 -11125;10;3187.96;10.30;1885.00;-1.57;0.36 -11126;10;3144.88;10.23;1790.00;-1.57;0.32 -11127;10;3217.34;10.07;1720.00;-1.57;0.24 -11128;10;3295.06;10.47;1929.00;-1.57;0.34 -11129;10;3066.78;10.38;1819.00;-1.57;0.38 -11130;10;3159.28;11.66;1954.00;-1.57;0.64 -11131;10;3376.70;10.50;1705.00;-1.57;0.26 -11132;10;3198.78;10.40;1826.00;-1.57;0.34 -11133;10;3600.42;9.85;1733.00;-1.57;0.30 -11134;10;3481.44;10.40;1666.00;-1.57;0.16 -11135;10;2963.70;12.63;1764.00;-1.57;0.30 -11136;10;2759.52;10.14;1679.00;-1.57;0.26 -11137;10;3400.60;9.80;1800.00;-1.57;0.34 -11138;10;3219.24;10.23;1770.00;-1.57;0.22 -11139;10;3283.88;10.30;1709.00;-1.57;0.22 -11140;10;3442.68;10.00;1920.00;-1.57;0.48 -11141;10;3238.34;9.50;1802.00;-1.57;0.26 -11142;10;3276.14;9.93;1965.00;-1.57;0.46 -11143;10;3454.70;10.40;1709.00;-1.57;0.20 -11144;10;3200.88;10.40;1810.00;-1.57;0.32 -11145;10;3364.92;10.38;701.00;-1.57;0.88 -11146;10;3306.78;10.70;1821.00;-1.57;0.34 -11147;10;3070.34;9.92;1769.00;-1.57;0.26 -11148;10;3053.16;11.19;1833.00;-1.57;0.24 -11149;10;3556.06;9.84;1684.00;-1.57;0.28 -11150;10;3321.34;10.19;1756.00;-1.57;0.22 -11151;10;2987.16;9.84;1717.00;-1.57;0.24 -11152;10;3073.96;12.43;1885.00;-1.57;0.30 -11153;10;3327.88;10.30;1752.00;-1.57;0.26 -11154;10;3355.52;9.90;1688.00;-1.57;0.22 -11155;10;3132.50;11.55;1907.00;-1.57;0.36 -11156;10;3304.88;10.50;1797.00;-1.57;0.26 -11157;10;3052.62;9.50;1951.00;-1.57;0.84 -11158;10;3526.16;9.80;1712.00;-1.57;0.24 -11159;10;3344.52;9.84;1772.00;-1.57;0.28 -11160;10;3028.62;9.70;1648.00;-1.57;0.18 -11161;10;2720.70;11.83;1670.00;-1.57;0.22 -11162;10;3264.34;10.30;1759.00;-1.57;0.26 -11163;10;3076.52;9.60;1728.00;-1.57;0.28 -11164;10;3203.14;10.40;1877.00;-1.57;0.30 -11165;10;3364.70;10.50;1730.00;-1.57;0.22 -11166;10;3420.70;10.40;1690.00;-1.57;0.22 -11167;10;3231.06;10.70;1924.00;-1.57;0.34 -11168;10;3391.16;10.40;1740.00;-1.57;0.24 -11169;10;3192.96;10.90;1957.00;-1.57;0.32 -11170;10;3640.42;10.10;1744.00;-1.57;0.38 -11171;10;3453.96;9.70;1817.00;-1.57;0.44 -11172;10;3172.98;9.80;1754.00;-1.57;0.22 -11173;10;3008.70;11.90;1836.00;-1.57;0.28 -11174;10;3323.34;10.30;1725.00;-1.57;0.26 -11175;10;3334.24;10.40;1825.00;-1.57;0.30 -11176;10;2940.98;9.67;1701.00;-1.57;0.22 -11177;10;3440.70;9.80;1734.00;-1.57;0.26 -11178;10;3396.52;10.44;1782.00;-1.57;0.26 -11179;10;3585.78;10.50;1748.00;-1.57;0.34 -11180;10;3505.16;9.80;1690.00;-1.57;0.24 -11181;10;3291.50;10.40;1893.00;-1.57;0.28 -11182;10;3706.24;9.80;1902.00;-1.57;0.90 -11183;10;3319.96;9.78;1967.00;-1.57;0.42 -11184;10;2980.44;9.80;1729.00;-1.57;0.16 -11185;10;3090.32;10.70;1824.00;-1.57;0.28 -11186;10;3257.98;10.32;1725.00;-1.57;0.22 -11187;10;3043.88;11.10;1843.00;-1.57;0.32 -11188;10;3070.60;9.64;1718.00;-1.57;0.24 -11189;10;3413.70;10.50;1720.00;-1.57;0.24 -11190;10;3107.96;11.45;1877.00;-1.57;0.28 -11191;10;3315.70;10.30;1689.00;-1.57;0.24 -11192;10;3519.06;9.90;1734.00;-1.57;0.26 -11193;10;3611.32;10.00;1724.00;-1.57;0.28 -11194;10;3031.80;13.42;776.00;-1.57;0.92 -11195;10;3687.12;10.40;1756.00;-1.57;0.42 -11196;10;3419.94;9.97;1933.00;-1.57;0.46 -11197;10;3049.88;9.98;1739.00;-1.57;0.30 -11198;10;2919.70;14.13;1734.00;-1.57;0.24 -11199;10;3226.24;10.40;1820.00;-1.57;0.20 -11200;10;3567.30;10.40;1807.00;-1.57;0.70 -11201;10;3137.16;9.70;1844.00;-1.57;0.24 -11202;10;3250.16;10.18;1687.00;-1.57;0.24 -11203;10;3620.86;10.49;1768.00;-1.57;0.52 -11204;10;3225.86;10.70;1912.00;-1.57;0.48 -11205;10;3414.62;9.90;1675.00;-1.57;0.18 -11206;10;2975.32;12.20;1794.00;-1.57;0.26 -11207;10;2748.70;11.77;1689.00;-1.57;0.24 -11208;10;3151.68;11.04;1914.00;-1.57;0.48 -11209;10;3051.88;10.26;1784.00;-1.57;0.26 -11210;10;3220.16;9.50;1800.00;-1.57;0.24 -11211;10;3170.16;9.55;1735.00;-1.57;0.20 -11212;10;3348.78;10.32;1819.00;-1.57;0.26 -11213;10;3419.34;10.45;1714.00;-1.57;0.18 -11214;10;3383.62;10.10;1577.00;-1.57;0.18 -11215;10;3050.52;9.65;1650.00;-1.57;0.18 -11216;10;3234.52;9.90;1592.00;-1.57;0.24 -11217;10;3427.80;10.40;1630.00;-1.57;0.20 -11218;10;2745.24;10.77;1638.00;-1.57;0.28 -11219;10;2994.88;9.70;1582.00;-1.57;0.20 -11220;10;3285.70;10.00;1615.00;-1.57;0.30 -11221;10;2793.16;10.10;1571.00;-1.57;0.20 -11222;10;3223.06;10.40;1663.00;-1.57;0.22 -11223;10;3729.96;15.33;1641.00;-1.57;0.44 -11224;10;3323.88;10.21;1665.00;-1.57;0.20 -11225;10;3587.16;9.80;1581.00;-1.57;0.24 -11226;10;3211.52;10.40;1636.00;-1.57;0.28 -11227;10;3450.52;10.05;1582.00;-1.57;0.22 -11228;10;3703.96;10.67;1686.00;-1.57;0.32 -11229;10;3307.34;10.40;1562.00;-1.57;0.24 -11230;10;3307.34;9.90;1590.00;-1.57;0.18 -11231;10;3020.16;10.25;1662.00;-1.57;0.24 -11232;10;3076.34;9.80;1579.00;-1.57;0.26 -11233;10;2925.80;10.18;1566.00;-1.57;0.20 -11234;10;3288.98;10.42;1653.00;-1.57;0.22 -11235;10;3355.98;10.00;1606.00;-1.57;0.20 -11236;10;3394.88;10.11;1658.00;-1.57;0.26 -11237;10;2681.52;9.80;1576.00;-1.57;0.28 -11238;10;2671.88;9.89;1611.00;-1.57;0.24 -11239;10;3473.80;10.40;1665.00;-1.57;0.20 -11240;10;3520.80;10.32;1581.00;-1.57;0.20 -11241;10;3283.24;9.83;1624.00;-1.57;0.28 -11242;10;3379.34;10.00;1588.00;-1.57;0.22 -11243;10;3562.34;11.21;1631.00;-1.57;0.18 -11244;10;3375.34;10.00;1556.00;-1.57;0.20 -11245;10;3128.52;9.90;1602.00;-1.57;0.24 -11246;10;3157.24;10.33;1657.00;-1.57;0.20 -11247;10;3174.52;9.90;1574.00;-1.57;0.20 -11248;10;3428.16;9.90;1605.00;-1.57;0.20 -11249;10;3700.92;14.60;1161.00;-1.57;0.62 -11250;10;3368.52;10.40;1654.00;-1.57;0.20 -11251;10;2955.70;9.50;1625.00;-1.57;0.30 -11252;10;3470.80;10.05;1657.00;-1.57;0.20 -11253;10;2804.52;10.10;1574.00;-1.57;0.26 -11254;10;3347.34;10.00;1623.00;-1.57;0.26 -11255;10;3551.16;9.80;1673.00;-1.57;0.24 -11256;10;3615.88;9.90;1590.00;-1.57;0.26 -11257;10;2678.88;10.20;1621.00;-1.57;0.28 -11258;10;3446.16;10.14;1589.00;-1.57;0.18 -11259;10;3258.06;9.80;1648.00;-1.57;0.24 -11260;10;3071.88;9.80;1589.00;-1.57;0.32 -11261;10;4360.24;9.70;2015.00;-1.57;1.40 -11262;10;3495.88;10.00;1604.00;-1.57;0.26 -11263;10;3559.16;9.83;1669.00;-1.57;0.24 -11264;10;2926.52;9.70;1576.00;-1.57;0.18 -11265;10;3128.60;9.60;1622.00;-1.57;0.40 -11266;10;2706.22;9.60;1670.00;-1.57;0.34 -11267;10;2671.98;10.17;1579.00;-1.57;0.22 -11268;10;3415.62;10.05;1616.00;-1.57;0.18 -11269;10;3513.80;11.17;1586.00;-1.57;0.20 -11270;10;2773.16;10.36;1626.00;-1.57;0.18 -11271;10;3286.62;9.90;1597.00;-1.57;0.18 -11272;10;3305.88;10.01;1638.00;-1.57;0.20 -11273;10;3575.70;10.26;1608.00;-1.57;0.28 -11274;10;3152.70;10.40;1578.00;-1.57;0.28 -11275;10;3508.34;9.90;1647.00;-1.57;0.26 -11276;10;2991.52;9.70;1591.00;-1.57;0.24 -11277;10;3497.16;10.00;1625.00;-1.57;0.24 -11278;10;3096.24;9.70;1736.00;-1.57;0.28 -11279;10;2779.34;10.33;1583.00;-1.57;0.26 -11280;10;3037.16;10.16;1658.00;-1.57;0.24 -11281;10;3606.06;10.40;1603.00;-1.57;0.24 -11282;10;3380.16;10.60;1642.00;-1.57;0.22 -11283;10;3383.52;10.00;1560.00;-1.57;0.20 -11284;10;3353.80;10.00;1596.00;-1.57;0.20 -11285;10;3232.34;9.80;1566.00;-1.57;0.26 -11286;10;3578.62;10.30;1660.00;-1.57;0.18 -11287;10;2668.16;9.80;1602.00;-1.57;0.16 -11288;10;3075.52;9.80;1596.00;-1.57;0.28 -11289;10;3050.06;10.54;1688.00;-1.57;0.22 -11290;10;3295.34;9.95;1616.00;-1.57;0.22 -11291;10;3193.16;10.23;1693.00;-1.57;0.24 -11292;10;3563.42;10.70;1623.00;-1.57;0.22 -11293;10;2697.16;11.66;1600.00;-1.57;0.24 -11294;10;3432.16;10.00;1597.00;-1.57;0.20 -11295;10;3453.80;9.94;1636.00;-1.57;0.20 -11296;10;3452.16;9.80;1561.00;-1.57;0.22 -11297;10;2792.16;9.73;1610.00;-1.57;0.24 -11298;10;3301.98;10.30;1573.00;-1.57;0.22 -11299;10;2766.34;10.10;1644.00;-1.57;0.26 -11300;10;3363.98;10.02;1613.00;-1.57;0.20 -11301;10;3165.52;10.40;1580.00;-1.57;0.24 -11302;10;3219.34;10.45;1672.00;-1.57;0.26 -11303;10;2687.06;9.94;1614.00;-1.57;0.26 -11304;10;3274.52;9.80;1673.00;-1.57;0.22 -11305;10;2982.52;9.70;1596.00;-1.57;0.24 -11306;10;2738.42;12.87;1673.00;-1.57;0.24 -11307;10;3731.24;13.12;1699.00;-1.57;0.36 -11308;10;3517.80;9.90;1560.00;-1.57;0.18 -11309;10;3496.34;11.08;1593.00;-1.57;0.24 -11310;10;3372.98;10.02;1566.00;-1.57;0.22 -11311;10;3043.34;10.60;1678.00;-1.57;0.26 -11312;10;3168.34;10.70;1611.00;-1.57;0.22 -11313;10;3242.34;9.80;1571.00;-1.57;0.26 -11314;10;3432.80;10.50;1612.00;-1.57;0.20 -11315;10;3348.16;10.70;1669.00;-1.57;0.24 -11316;10;3080.70;10.31;1606.00;-1.57;0.22 -11317;10;2785.70;9.80;1620.00;-1.57;0.26 -11318;10;2914.16;9.70;1583.00;-1.57;0.24 -11319;10;3572.70;9.76;1597.00;-1.57;0.24 -11320;10;3617.78;9.90;1661.00;-1.57;0.28 -11321;10;3583.34;9.70;1556.00;-1.57;0.22 -11322;10;3260.98;9.90;1603.00;-1.57;0.22 -11323;10;3441.98;9.90;1565.00;-1.57;0.20 -11324;10;3504.34;10.00;1611.00;-1.57;0.16 -11325;10;3310.80;10.50;1573.00;-1.57;0.20 -11326;10;3356.16;10.66;1649.00;-1.57;0.24 -11327;10;3038.16;9.70;1650.00;-1.57;0.20 -11328;10;4327.10;10.98;1890.00;-1.57;1.24 -11329;10;3156.70;10.40;1586.00;-1.57;0.24 -11330;10;3415.98;10.10;1626.00;-1.57;0.20 -11331;10;2973.44;9.65;1600.00;-1.57;0.16 -11332;10;2747.88;12.49;1626.00;-1.57;0.24 -11333;10;2796.34;9.95;1557.00;-1.57;0.12 -11334;10;2655.24;9.73;1588.00;-1.57;0.24 -11335;10;3509.98;10.10;1567.00;-1.57;0.22 -11336;10;3320.34;9.90;1600.00;-1.57;0.26 -11337;10;3383.70;10.26;1568.00;-1.57;0.20 -11338;10;3435.16;9.86;1657.00;-1.57;0.20 -11339;10;3572.34;9.70;1617.00;-1.57;0.26 -11340;10;3498.34;9.85;1664.00;-1.57;0.26 -11341;10;3221.70;9.90;1578.00;-1.57;0.18 -11342;10;3216.88;10.50;1627.00;-1.57;0.28 -11343;10;3085.42;10.39;1614.00;-1.57;0.16 -11344;10;3485.98;9.80;1626.00;-1.57;0.22 -11345;10;2766.98;10.10;1590.00;-1.57;0.22 -11346;10;2919.34;10.01;1559.00;-1.57;0.18 -11347;10;3386.98;10.10;1602.00;-1.57;0.22 -11348;10;3593.88;9.80;1573.00;-1.57;0.26 -11349;10;3345.06;10.65;1650.00;-1.57;0.18 -11350;10;1877.26;9.70;1079.00;-1.57;0.14 -11351;10;3451.16;9.80;1570.00;-1.57;0.20 -11352;10;3667.24;9.85;1695.00;-1.57;0.36 -11353;10;3293.80;10.00;1626.00;-1.57;0.20 -11354;10;3579.42;10.40;1671.00;-1.57;0.28 -11355;10;3290.80;9.84;1574.00;-1.57;0.20 -11356;10;3552.16;9.98;1633.00;-1.57;0.24 -11357;10;3164.52;10.40;1591.00;-1.57;0.22 -11358;10;3218.42;10.04;1642.00;-1.57;0.36 -11359;10;2989.80;9.70;1574.00;-1.57;0.20 -11360;10;2921.80;9.70;1587.00;-1.57;0.20 -11361;10;2725.06;9.82;1568.00;-1.57;0.22 -11362;10;3417.70;10.09;1643.00;-1.57;0.22 -11363;10;3462.62;9.94;1597.00;-1.57;0.18 -11364;10;3520.34;9.80;1569.00;-1.57;0.24 -11365;10;3602.32;9.80;1669.00;-1.57;0.26 -11366;10;2946.88;9.70;1617.00;-1.57;0.24 -11367;10;2918.88;9.70;1693.00;-1.57;0.20 -11368;10;3375.80;10.00;1576.00;-1.57;0.20 -11369;10;3354.98;10.10;1615.00;-1.57;0.22 -11370;10;3238.88;10.54;1600.00;-1.57;0.24 -11371;10;2667.06;10.47;1618.00;-1.57;0.24 -11372;10;3069.88;9.85;1608.00;-1.57;0.28 -11373;10;3530.88;10.76;1598.00;-1.57;0.22 -11374;10;2805.52;9.85;1564.00;-1.57;0.28 -11375;10;3493.06;9.90;1641.00;-1.57;0.20 -11376;10;3019.62;9.70;1636.00;-1.57;0.18 -11377;10;3599.70;9.80;1583.00;-1.57;0.26 -11378;10;2758.34;10.89;1651.00;-1.57;0.22 -11379;10;3423.80;9.90;1612.00;-1.57;0.20 -11380;10;3064.52;9.70;1699.00;-1.57;0.24 -11381;10;3444.16;10.18;1575.00;-1.57;0.18 -11382;10;2780.80;10.65;1601.00;-1.57;0.20 -11383;10;3309.98;9.80;1582.00;-1.57;0.20 -11384;10;3350.34;10.37;1634.00;-1.57;0.20 -11385;10;3144.52;10.40;1575.00;-1.57;0.22 -11386;10;3154.88;10.38;1596.00;-1.57;0.22 -11387;10;3565.16;9.91;1647.00;-1.57;0.24 -11388;10;2933.98;10.40;1563.00;-1.57;0.18 -11389;10;3624.34;10.03;1618.00;-1.57;0.26 -11390;10;3063.16;9.50;1688.00;-1.57;0.24 -11391;10;3217.88;9.91;1617.00;-1.57;0.32 -11392;10;3263.52;9.95;1675.00;-1.57;0.28 -11393;10;3513.16;10.10;1575.00;-1.57;0.24 -11394;10;3493.52;10.00;1616.00;-1.57;0.24 -11395;10;3525.16;11.16;1522.00;-1.57;0.24 -11396;10;3410.88;10.00;1542.00;-1.57;0.18 -11397;10;3361.70;9.80;1514.00;-1.57;0.30 -11398;10;3116.62;13.29;1512.00;-1.57;0.18 -11399;10;3166.52;10.05;1535.00;-1.57;0.28 -11400;10;3482.70;9.80;1460.00;-1.57;0.20 -11401;10;3042.34;12.63;1536.00;-1.57;0.24 -11402;10;2969.80;11.81;1557.00;-1.57;0.20 -11403;10;3445.52;9.70;1461.00;-1.57;0.18 -11404;10;2991.98;14.32;1522.00;-1.57;0.22 -11405;10;3357.80;9.70;1471.00;-1.57;0.20 -11406;10;2731.34;10.67;1546.00;-1.57;0.24 -11407;10;2894.16;12.29;1520.00;-1.57;0.18 -11408;10;3477.16;9.80;1543.00;-1.57;0.22 -11409;10;3279.52;10.50;1483.00;-1.57;0.26 -11410;10;4084.58;10.00;1551.00;-1.57;0.62 -11411;10;3191.70;9.75;1497.00;-1.57;0.24 -11412;10;3428.62;10.40;1520.00;-1.57;0.18 -11413;10;3126.34;12.95;1516.00;-1.57;0.22 -11414;10;3056.88;13.65;1533.00;-1.57;0.18 -11415;10;3032.16;10.16;1556.00;-1.57;0.20 -11416;10;3493.80;9.80;1460.00;-1.57;0.20 -11417;10;2961.80;10.20;1520.00;-1.57;0.20 -11418;10;3439.34;9.70;1468.00;-1.57;0.26 -11419;10;2883.34;9.78;1543.00;-1.57;0.18 -11420;10;2837.88;9.90;1516.00;-1.57;0.28 -11421;10;3542.34;10.07;1548.00;-1.57;0.26 -11422;10;3348.16;9.70;1472.00;-1.57;0.24 -11423;10;3499.52;9.80;1517.00;-1.57;0.20 -11424;10;3283.98;9.95;1494.00;-1.57;0.22 -11425;10;3319.80;9.80;1531.00;-1.57;0.20 -11426;10;3207.16;9.65;1721.00;-1.57;0.24 -11427;10;3202.52;9.90;1500.00;-1.57;0.26 -11428;10;3110.24;10.00;1545.00;-1.57;0.26 -11429;10;3543.16;9.66;1465.00;-1.57;0.24 -11430;10;3124.80;11.29;1529.00;-1.57;0.20 -11431;10;2942.34;10.55;1550.00;-1.57;0.18 -11432;10;3023.98;11.87;1533.00;-1.57;0.22 -11433;10;3629.70;9.70;1549.00;-1.57;0.18 -11434;10;3430.06;9.70;1472.00;-1.57;0.28 -11435;10;2907.62;10.85;1517.00;-1.57;0.18 -11436;10;3452.16;9.80;1552.00;-1.57;0.18 -11437;10;3350.34;9.80;1480.00;-1.57;0.24 -11438;10;3292.16;9.90;1498.00;-1.57;0.24 -11439;10;3394.34;9.90;1524.00;-1.57;0.22 -11440;10;1122.54;11.35;1767.00;-1.57;0.60 -11441;10;3182.16;10.00;1540.00;-1.57;0.24 -11442;10;3634.88;9.60;1487.00;-1.57;0.32 -11443;10;3228.52;9.70;1718.00;-1.57;0.20 -11444;10;3015.80;10.18;1577.00;-1.57;0.20 -11445;10;2958.80;10.51;1531.00;-1.57;0.20 -11446;10;2798.06;9.65;1547.00;-1.57;0.12 -11447;10;3497.16;9.80;1476.00;-1.57;0.20 -11448;10;4392.86;18.81;1224.00;-1.57;0.48 -11449;10;3509.70;10.00;1553.00;-1.57;0.18 -11450;10;3436.42;9.80;1478.00;-1.57;0.26 -11451;10;3468.52;9.85;1519.00;-1.57;0.18 -11452;10;3365.34;10.35;1489.00;-1.57;0.20 -11453;10;3269.52;9.80;1548.00;-1.57;0.24 -11454;10;3298.34;10.49;1506.00;-1.57;0.26 -11455;10;3624.60;9.60;1470.00;-1.57;0.32 -11456;10;2896.88;9.70;1554.00;-1.57;0.24 -11457;10;3546.88;9.60;1476.00;-1.57;0.28 -11458;10;3577.52;9.85;1550.00;-1.57;0.20 -11459;10;3440.16;9.91;1483.00;-1.57;0.22 -11460;10;3530.70;11.98;1531.00;-1.57;0.22 -11461;10;3375.52;9.80;1492.00;-1.57;0.20 -11462;10;3340.52;9.80;1530.00;-1.57;0.22 -11463;10;2815.98;10.29;1475.00;-1.57;0.22 -11464;10;3254.34;10.20;1513.00;-1.57;0.22 -11465;10;2779.24;9.61;1466.00;-1.57;0.18 -11466;10;3171.80;9.90;1555.00;-1.57;0.20 -11467;10;3096.52;10.54;1528.00;-1.57;0.22 -11468;10;2978.98;11.48;1557.00;-1.57;0.20 -11469;10;3620.70;9.60;1482.00;-1.57;0.30 -11470;10;2913.16;10.86;1519.00;-1.57;0.22 -11471;10;2773.52;10.10;1560.00;-1.57;0.22 -11472;10;3554.70;9.60;1490.00;-1.57;0.30 -11473;10;3601.70;9.60;1523.00;-1.57;0.30 -11474;10;3505.98;9.80;1489.00;-1.57;0.22 -11475;10;3422.34;10.50;1529.00;-1.57;0.16 -11476;10;3445.16;9.80;1493.00;-1.57;0.24 -11477;10;3251.16;10.00;1539.00;-1.57;0.22 -11478;10;3049.34;9.80;1570.00;-1.57;0.16 -11479;10;3184.70;10.11;1514.00;-1.57;0.26 -11480;10;3655.42;9.74;1499.00;-1.57;0.38 -11481;10;3010.98;10.39;1545.00;-1.57;0.22 -11482;10;3578.96;9.60;1482.00;-1.57;0.28 -11483;10;2854.52;9.70;1528.00;-1.57;0.20 -11484;10;3513.16;9.71;1501.00;-1.57;0.24 -11485;10;3487.80;9.70;1521.00;-1.57;0.20 -11486;10;2943.98;13.52;1485.00;-1.57;0.22 -11487;10;3404.34;10.40;1501.00;-1.57;0.26 -11488;10;2897.80;10.40;1482.00;-1.57;0.20 -11489;10;3308.98;9.80;1533.00;-1.57;0.22 -11490;10;3265.34;10.10;1512.00;-1.57;0.26 -11491;10;2852.16;9.80;1488.00;-1.57;0.22 -11492;10;3121.52;9.90;1562.00;-1.57;0.18 -11493;10;2959.16;11.26;1560.00;-1.57;0.24 -11494;10;2920.16;10.86;1523.00;-1.57;0.18 -11495;10;874.42;10.73;1600.00;-1.57;0.26 -11496;10;3593.34;10.07;1622.00;-1.57;0.26 -11497;10;3011.52;14.05;1501.00;-1.57;0.24 -11498;10;3204.70;10.00;1629.00;-1.57;0.24 -11499;10;2963.06;12.19;1488.00;-1.57;0.26 -11500;10;3393.34;9.85;1530.00;-1.57;0.18 -11501;10;3475.34;10.09;1498.00;-1.57;0.20 -11502;10;2907.62;10.75;1498.00;-1.57;0.18 -11503;10;3217.16;10.23;1548.00;-1.57;0.24 -11504;10;3338.70;10.13;1508.00;-1.57;0.30 -11505;10;3020.62;9.70;1571.00;-1.57;0.18 -11506;10;2843.16;9.80;1495.00;-1.57;0.24 -11507;10;3152.88;9.90;1527.00;-1.57;0.28 -11508;10;2777.52;9.65;1485.00;-1.57;0.24 -11509;10;1469.96;10.00;1414.00;-1.57;0.34 -11510;10;3623.34;9.60;1536.00;-1.57;0.26 -11511;10;3074.16;10.13;1500.00;-1.57;0.24 -11512;10;3462.34;9.80;1533.00;-1.57;0.18 -11513;10;3419.34;9.80;1507.00;-1.57;0.20 -11514;10;3254.52;10.10;1521.00;-1.57;0.22 -11515;10;3095.60;9.80;1566.00;-1.57;0.22 -11516;10;2907.70;10.30;1488.00;-1.57;0.26 -11517;10;3046.88;12.46;1542.00;-1.57;0.24 -11518;10;2852.34;9.80;1496.00;-1.57;0.14 -11519;10;2890.80;10.70;1532.00;-1.57;0.18 -11520;10;3143.34;10.11;1483.00;-1.57;0.20 -11521;10;2800.80;10.89;1492.00;-1.57;0.20 -11522;10;3097.34;9.90;1487.00;-1.57;0.20 -11523;10;3525.80;10.14;1539.00;-1.57;0.20 -11524;10;3611.24;9.60;1493.00;-1.57;0.34 -11525;10;3048.06;12.42;1500.00;-1.57;0.20 -11526;10;3358.16;10.31;1541.00;-1.57;0.24 -11527;10;3487.52;10.10;1499.00;-1.57;0.26 -11528;10;3189.52;9.80;1559.00;-1.57;0.24 -11529;10;2970.80;10.80;1503.00;-1.57;0.20 -11530;10;3306.52;9.80;1512.00;-1.57;0.28 -11531;10;2917.34;11.13;1502.00;-1.57;0.16 -11532;10;3121.34;10.05;1539.00;-1.57;0.20 -11533;10;2947.98;10.47;1541.00;-1.57;0.20 -11534;10;3226.80;9.97;1472.00;-1.57;0.20 -11535;10;2799.16;10.33;1500.00;-1.57;0.20 -11536;10;3164.52;11.55;1492.00;-1.57;0.24 -11537;10;3602.70;9.84;1538.00;-1.57;0.28 -11538;10;3541.34;10.23;1506.00;-1.57;0.24 -11539;10;3103.52;12.65;1496.00;-1.57;0.28 -11540;10;3438.16;9.80;1547.00;-1.57;0.20 -11541;10;3395.34;9.80;1510.00;-1.57;0.22 -11542;10;3032.16;10.75;1521.00;-1.57;0.22 -11543;10;3227.24;10.10;1529.00;-1.57;0.32 -11544;10;2981.16;10.98;1508.00;-1.57;0.18 -11545;10;3004.34;9.80;1553.00;-1.57;0.22 -11546;10;3304.52;9.70;1469.00;-1.57;0.28 -11547;10;2928.34;11.42;1508.00;-1.57;0.16 -11548;10;2835.44;9.65;1532.00;-1.57;0.16 -11549;10;2863.70;10.30;1503.00;-1.57;0.26 -11550;10;3201.88;10.10;1489.00;-1.57;0.26 -11551;10;3497.52;9.80;1540.00;-1.57;0.20 -11552;10;3623.16;9.60;1496.00;-1.57;0.24 -11553;10;3336.98;9.80;1551.00;-1.57;0.18 -11554;10;3111.52;14.39;1502.00;-1.57;0.22 -11555;10;3468.34;10.40;1511.00;-1.57;0.18 -11556;10;3046.88;12.70;1510.00;-1.57;0.24 -11557;10;3288.98;9.80;1523.00;-1.57;0.22 -11558;10;3086.98;10.54;1550.00;-1.57;0.22 -11559;10;3419.06;9.70;1453.00;-1.57;0.22 -11560;10;2934.62;10.68;1513.00;-1.57;0.18 -11561;10;3327.98;9.70;1471.00;-1.57;0.22 -11562;10;2899.44;9.99;1537.00;-1.57;0.16 -11563;10;2824.34;9.80;1506.00;-1.57;0.20 -11564;10;3037.16;9.74;1423.00;-1.57;0.24 -11565;10;2802.16;10.20;1417.00;-1.57;0.24 -11566;10;3510.16;9.80;1448.00;-1.57;0.24 -11567;10;1602.52;9.70;1622.00;-1.57;0.28 -11568;10;2967.34;11.27;1431.00;-1.57;0.20 -11569;10;1581.88;10.58;1631.00;-1.57;0.28 -11570;10;2931.70;13.23;1433.00;-1.57;0.20 -11571;10;1371.38;11.10;1754.00;-1.57;0.82 -11572;10;3085.98;12.47;1406.00;-1.57;0.22 -11573;10;2901.80;12.08;1435.00;-1.57;0.18 -11574;10;3095.62;10.55;1414.00;-1.57;0.18 -11575;10;4985.60;10.02;1483.00;-1.57;0.34 -11576;10;2852.16;10.56;1439.00;-1.57;0.16 -11577;10;3106.70;10.48;1419.00;-1.57;0.18 -11578;10;3584.52;9.60;1454.00;-1.57;0.28 -11579;10;3539.52;9.69;1458.00;-1.57;0.28 -11580;10;3119.16;10.35;1416.00;-1.57;0.20 -11581;10;3057.34;9.85;1435.00;-1.57;0.20 -11582;10;2804.88;9.70;1436.00;-1.57;0.22 -11583;10;3133.62;10.08;1405.00;-1.57;0.18 -11584;10;2998.06;9.70;1428.00;-1.57;0.26 -11585;10;1588.52;10.35;1642.00;-1.57;0.28 -11586;10;3126.34;10.36;1409.00;-1.57;0.20 -11587;10;2967.80;14.46;1441.00;-1.57;0.20 -11588;10;3187.24;9.80;1397.00;-1.57;0.24 -11589;10;1405.24;10.65;1582.00;-1.57;0.34 -11590;10;2918.16;11.76;1447.00;-1.57;0.20 -11591;10;3660.52;9.60;1465.00;-1.57;0.28 -11592;10;3155.06;16.77;1422.00;-1.57;0.26 -11593;10;2872.62;10.88;1437.00;-1.57;0.18 -11594;10;3076.34;10.30;1433.00;-1.57;0.26 -11595;10;3019.98;10.79;1440.00;-1.57;0.22 -11596;10;2814.62;9.80;1454.00;-1.57;0.18 -11597;10;3246.06;9.86;1391.00;-1.57;0.24 -11598;10;2987.16;14.35;1441.00;-1.57;0.20 -11599;10;3459.70;11.55;1371.00;-1.57;0.24 -11600;10;2782.70;9.69;1450.00;-1.57;0.24 -11601;10;2941.44;14.89;1454.00;-1.57;0.16 -11602;10;1568.52;10.30;1652.00;-1.57;0.28 -11603;10;3226.70;9.71;1403.00;-1.57;0.20 -11604;10;2934.44;13.94;1456.00;-1.57;0.16 -11605;10;3181.06;14.72;1422.00;-1.57;0.18 -11606;10;2864.70;9.82;1521.00;-1.57;0.24 -11607;10;5105.40;11.94;1812.00;-1.57;1.84 -11608;10;3146.34;10.56;1435.00;-1.57;0.24 -11609;10;3504.52;17.77;1371.00;-1.57;0.24 -11610;10;3090.62;9.85;1438.00;-1.57;0.18 -11611;10;2850.80;10.00;1457.00;-1.57;0.20 -11612;10;3033.24;12.41;1447.00;-1.57;0.12 -11613;10;2800.52;9.80;1461.00;-1.57;0.20 -11614;10;3493.88;14.03;1382.00;-1.57;0.24 -11615;10;2995.98;15.37;1452.00;-1.57;0.20 -11616;10;2780.16;9.61;1459.00;-1.57;0.18 -11617;10;3450.52;12.31;1381.00;-1.57;0.24 -11618;10;2988.52;15.60;1459.00;-1.57;0.20 -11619;10;3216.52;9.80;1423.00;-1.57;0.22 -11620;10;2984.70;13.04;1468.00;-1.57;0.16 -11621;10;1454.52;9.90;1512.00;-1.57;0.28 -11622;10;3167.24;12.32;1438.00;-1.57;0.20 -11623;10;2951.16;12.78;1462.00;-1.57;0.20 -11624;10;4921.34;12.55;1434.00;-1.57;0.26 -11625;10;3106.98;9.80;1450.00;-1.57;0.22 -11626;10;4941.06;9.90;1424.00;-1.57;0.28 -11627;10;3067.16;10.60;1454.00;-1.57;0.24 -11628;10;2876.16;10.50;1459.00;-1.57;0.22 -11629;10;4928.88;12.83;1445.00;-1.57;0.26 -11630;10;3059.98;10.20;1459.00;-1.57;0.22 -11631;10;2832.52;10.40;1465.00;-1.57;0.20 -11632;10;3518.16;11.51;1395.00;-1.57;0.24 -11633;10;3477.52;13.54;1396.00;-1.57;0.28 -11634;10;2999.16;15.61;1465.00;-1.57;0.24 -11635;10;1443.06;9.80;1511.00;-1.57;0.34 -11636;10;3238.44;9.65;1417.00;-1.57;0.16 -11637;10;1476.88;10.70;1570.00;-1.57;0.20 -11638;10;2970.34;14.33;1468.00;-1.57;0.24 -11639;10;3195.88;11.78;1438.00;-1.57;0.22 -11640;10;2929.16;13.30;1470.00;-1.57;0.18 -11641;10;1462.60;10.56;1581.00;-1.57;0.32 -11642;10;2904.98;10.91;1480.00;-1.57;0.22 -11643;10;4909.06;9.80;1456.00;-1.57;0.26 -11644;10;3139.34;9.80;1457.00;-1.57;0.22 -11645;10;3546.42;12.25;1341.00;-1.57;0.26 -11646;10;3127.70;9.80;1452.00;-1.57;0.22 -11647;10;3440.16;12.34;1386.00;-1.57;0.20 -11648;10;1576.98;11.39;1576.00;-1.57;0.18 -11649;10;3324.88;9.70;1427.00;-1.57;0.22 -11650;10;1613.06;11.10;1585.00;-1.57;0.20 -11651;10;3042.52;13.05;1479.00;-1.57;0.20 -11652;10;3231.06;9.80;1426.00;-1.57;0.18 -11653;10;2994.98;11.32;1483.00;-1.57;0.22 -11654;10;1577.16;9.83;1596.00;-1.57;0.24 -11655;10;3223.62;12.54;1436.00;-1.57;0.18 -11656;10;1499.06;10.04;1582.00;-1.57;0.32 -11657;10;3164.16;11.31;1408.00;-1.57;0.24 -11658;10;905.98;9.70;1516.00;-1.57;0.22 -11659;10;3145.98;10.22;1464.00;-1.57;0.22 -11660;10;1636.70;11.41;1582.00;-1.57;0.24 -11661;10;3499.16;11.46;1407.00;-1.57;0.24 -11662;10;1656.52;11.14;1631.00;-1.57;0.28 -11663;10;3099.80;9.73;1468.00;-1.57;0.20 -11664;10;3462.06;15.43;1386.00;-1.57;0.26 -11665;10;1659.98;10.80;1604.00;-1.57;0.22 -11666;10;3061.98;10.85;1479.00;-1.57;0.22 -11667;10;1316.02;11.00;1711.00;-1.57;0.52 -11668;10;3394.34;9.74;1416.00;-1.57;0.20 -11669;10;1502.06;10.77;1603.00;-1.57;0.34 -11670;10;3285.88;9.58;1448.00;-1.57;0.30 -11671;10;3680.84;13.11;1255.00;-1.57;0.52 -11672;10;3219.98;11.20;1447.00;-1.57;0.22 -11673;10;2675.16;11.03;1356.00;-1.57;0.24 -11674;10;3534.70;10.35;1336.00;-1.57;0.28 -11675;10;2690.62;13.55;1361.00;-1.57;0.18 -11676;10;3178.88;11.70;1465.00;-1.57;0.22 -11677;10;2689.98;12.05;1370.00;-1.57;0.20 -11678;10;3469.88;11.79;1409.00;-1.57;0.24 -11679;10;3095.34;10.10;1478.00;-1.57;0.24 -11680;10;1598.52;11.59;1586.00;-1.57;0.24 -11681;10;3435.34;10.26;1421.00;-1.57;0.18 -11682;10;1584.30;10.20;1739.00;-1.57;0.70 -11683;10;3310.52;9.60;1456.00;-1.57;0.28 -11684;10;2736.16;13.75;1376.00;-1.57;0.20 -11685;10;1469.88;10.70;1593.00;-1.57;0.30 -11686;10;3261.88;9.80;1457.00;-1.57;0.26 -11687;10;3882.68;11.34;1322.00;-1.57;0.44 -11688;10;2750.88;11.49;1386.00;-1.57;0.16 -11689;10;3206.70;11.58;1465.00;-1.57;0.28 -11690;10;3512.06;11.31;1412.00;-1.57;0.28 -11691;10;3160.16;9.91;1486.00;-1.57;0.24 -11692;10;2688.16;11.86;1377.00;-1.57;0.22 -11693;10;3509.42;12.11;1419.00;-1.57;0.22 -11694;10;3487.70;12.48;1424.00;-1.57;0.18 -11695;10;1552.70;9.63;1597.00;-1.57;0.26 -11696;10;3459.06;12.13;1418.00;-1.57;0.26 -11697;10;2798.34;11.31;1384.00;-1.57;0.24 -11698;10;928.52;14.39;1543.00;-1.57;0.28 -11699;10;2810.52;10.84;1388.00;-1.57;0.18 -11700;10;3356.34;9.69;1449.00;-1.57;0.20 -11701;10;3622.02;9.92;1402.00;-1.57;0.48 -11702;10;2825.16;10.10;1401.00;-1.57;0.20 -11703;10;3296.52;9.74;1463.00;-1.57;0.26 -11704;10;3552.06;10.97;1321.00;-1.57;0.26 -11705;10;3256.52;10.14;1467.00;-1.57;0.26 -11706;10;3547.70;9.60;1439.00;-1.57;0.22 -11707;10;2717.80;10.98;1387.00;-1.57;0.20 -11708;10;3512.52;12.19;1341.00;-1.57;0.28 -11709;10;2852.16;12.00;1404.00;-1.57;0.22 -11710;10;2668.52;10.35;1378.00;-1.57;0.28 -11711;10;2870.34;10.39;1401.00;-1.57;0.24 -11712;10;1069.30;13.05;1695.00;-1.57;0.56 -11713;10;2887.16;10.19;1407.00;-1.57;0.16 -11714;10;1465.88;10.60;1607.00;-1.57;0.32 -11715;10;3330.88;9.70;1459.00;-1.57;0.24 -11716;10;2876.70;12.11;1415.00;-1.57;0.20 -11717;10;1421.96;10.32;1430.00;-1.57;0.32 -11718;10;2835.98;10.00;1412.00;-1.57;0.18 -11719;10;4975.34;9.83;1470.00;-1.57;0.26 -11720;10;2810.52;10.24;1412.00;-1.57;0.20 -11721;10;2919.62;13.59;1407.00;-1.57;0.18 -11722;10;1650.70;11.63;1607.00;-1.57;0.30 -11723;10;2934.80;11.27;1411.00;-1.57;0.18 -11724;10;3505.16;9.70;1440.00;-1.57;0.24 -11725;10;1538.52;12.00;1610.00;-1.57;0.22 -11726;10;2950.80;11.16;1419.00;-1.57;0.20 -11727;10;3474.06;10.10;1435.00;-1.57;0.20 -11728;10;1562.88;10.60;1642.00;-1.57;0.28 -11729;10;3404.88;9.78;1424.00;-1.57;0.20 -11730;10;2931.44;10.60;1419.00;-1.57;0.16 -11731;10;1486.24;10.90;1626.00;-1.57;0.36 -11732;10;2874.16;10.06;1487.00;-1.57;0.24 -11733;10;886.06;11.65;1590.00;-1.57;0.34 -11734;10;2980.52;9.75;1417.00;-1.57;0.14 -11735;10;3027.88;9.50;1419.00;-1.57;0.32 -11736;10;3569.52;9.70;1440.00;-1.57;0.24 -11737;10;2792.80;13.04;1344.00;-1.57;0.20 -11738;10;1601.70;9.70;1487.00;-1.57;0.30 -11739;10;3444.32;12.20;1292.00;-1.57;0.30 -11740;10;1638.16;9.68;1529.00;-1.57;0.24 -11741;10;3105.98;13.17;1399.00;-1.57;0.22 -11742;10;2771.80;12.63;1319.00;-1.57;0.20 -11743;10;1281.14;10.20;1437.00;-1.57;0.30 -11744;10;4772.78;10.55;1406.00;-1.57;0.28 -11745;10;4920.70;10.98;1404.00;-1.57;0.30 -11746;10;3360.88;9.63;1267.00;-1.57;0.32 -11747;10;3324.52;11.74;1322.00;-1.57;0.28 -11748;10;2826.40;9.50;1530.00;-1.57;0.36 -11749;10;2705.80;12.78;1282.00;-1.57;0.20 -11750;10;4887.06;10.91;1404.00;-1.57;0.18 -11751;10;2999.52;9.70;1362.00;-1.57;0.28 -11752;10;4592.68;12.80;1375.00;-1.57;0.42 -11753;10;3451.88;15.16;1343.00;-1.57;0.30 -11754;10;3172.16;10.33;1391.00;-1.57;0.22 -11755;10;2953.98;12.24;1327.00;-1.57;0.22 -11756;10;2713.52;13.01;1327.00;-1.57;0.16 -11757;10;974.68;9.86;1428.00;-1.57;0.48 -11758;10;1590.34;10.01;1541.00;-1.57;0.18 -11759;10;3425.78;11.26;1284.00;-1.57;0.38 -11760;10;1505.52;10.65;1549.00;-1.57;0.28 -11761;10;4628.52;9.70;1317.00;-1.57;0.24 -11762;10;3123.80;12.56;1356.00;-1.57;0.20 -11763;10;956.32;17.34;1482.00;-1.57;0.44 -11764;10;4716.34;10.47;1338.00;-1.57;0.24 -11765;10;4903.24;11.94;1419.00;-1.57;0.26 -11766;10;2773.16;12.95;1348.00;-1.57;0.24 -11767;10;3116.70;13.08;1329.00;-1.57;0.24 -11768;10;2674.98;9.74;1304.00;-1.57;0.22 -11769;10;1579.16;11.19;1541.00;-1.57;0.18 -11770;10;4785.16;12.80;1316.00;-1.57;0.20 -11771;10;4735.52;9.79;1358.00;-1.57;0.26 -11772;10;1206.78;13.57;1551.00;-1.57;0.42 -11773;10;2945.70;9.64;1308.00;-1.57;0.24 -11774;10;3204.06;11.42;1344.00;-1.57;0.20 -11775;10;4784.34;14.21;1336.00;-1.57;0.22 -11776;10;1499.52;10.40;1541.00;-1.57;0.28 -11777;10;4930.06;12.64;1426.00;-1.57;0.26 -11778;10;3241.34;10.47;1319.00;-1.57;0.26 -11779;10;2840.98;12.93;1364.00;-1.57;0.18 -11780;10;2720.16;12.79;1315.00;-1.57;0.20 -11781;10;4791.16;13.56;1359.00;-1.57;0.24 -11782;10;1644.52;9.70;1549.00;-1.57;0.22 -11783;10;1592.06;9.86;1470.00;-1.57;0.32 -11784;10;3312.88;13.06;1322.00;-1.57;0.22 -11785;10;1612.16;11.65;1552.00;-1.57;0.24 -11786;10;3143.34;10.98;1315.00;-1.57;0.22 -11787;10;3127.98;11.25;1426.00;-1.57;0.22 -11788;10;1327.96;11.76;1597.00;-1.57;0.44 -11789;10;1567.52;11.10;1549.00;-1.57;0.20 -11790;10;3012.98;14.09;1375.00;-1.57;0.18 -11791;10;1491.06;10.20;1555.00;-1.57;0.34 -11792;10;3317.34;10.57;1298.00;-1.57;0.26 -11793;10;2805.80;10.48;1356.00;-1.57;0.20 -11794;10;2880.16;10.75;1444.00;-1.57;0.24 -11795;10;983.24;14.39;1439.00;-1.57;0.30 -11796;10;3261.80;11.69;1294.00;-1.57;0.20 -11797;10;3421.96;13.67;1310.00;-1.57;0.26 -11798;10;2705.16;11.34;1292.00;-1.57;0.24 -11799;10;1630.62;9.94;1556.00;-1.57;0.18 -11800;10;1559.70;10.70;1557.00;-1.57;0.24 -11801;10;4646.88;11.46;1348.00;-1.57;0.32 -11802;10;1273.86;10.50;1480.00;-1.57;0.36 -11803;10;3043.88;11.07;1345.00;-1.57;0.20 -11804;10;2946.98;13.48;1366.00;-1.57;0.22 -11805;10;2663.98;9.60;1304.00;-1.57;0.22 -11806;10;2752.80;13.74;1350.00;-1.57;0.20 -11807;10;2770.52;13.09;1296.00;-1.57;0.24 -11808;10;4746.52;10.20;1366.00;-1.57;0.28 -11809;10;2745.80;12.95;1352.00;-1.57;0.20 -11810;10;3353.52;13.09;1271.00;-1.57;0.28 -11811;10;3278.88;10.79;1339.00;-1.57;0.32 -11812;10;2763.80;12.93;1304.00;-1.57;0.20 -11813;10;3188.34;13.40;1356.00;-1.57;0.24 -11814;10;1030.14;13.66;1454.00;-1.57;0.46 -11815;10;4714.88;10.01;1350.00;-1.57;0.22 -11816;10;3076.34;10.38;1384.00;-1.57;0.24 -11817;10;1603.70;10.40;1568.00;-1.57;0.22 -11818;10;3166.44;9.89;1335.00;-1.57;0.16 -11819;10;2813.16;11.93;1361.00;-1.57;0.24 -11820;10;2727.80;11.20;1323.00;-1.57;0.16 -11821;10;2804.80;12.35;1363.00;-1.57;0.20 -11822;10;4640.52;10.39;1323.00;-1.57;0.28 -11823;10;4808.98;14.62;1364.00;-1.57;0.18 -11824;10;2944.34;10.59;1326.00;-1.57;0.22 -11825;10;2730.52;12.25;1355.00;-1.57;0.16 -11826;10;3355.24;12.65;1321.00;-1.57;0.26 -11828;10;4777.16;13.16;1339.00;-1.57;0.24 -11829;10;3268.52;9.80;1342.00;-1.57;0.18 -11830;10;1686.60;9.70;1576.00;-1.57;0.28 -11831;10;3274.80;13.04;1315.00;-1.57;0.20 -11832;10;3149.24;11.57;1367.00;-1.57;0.16 -11833;10;2976.34;9.70;1380.00;-1.57;0.26 -11834;10;2893.34;9.74;1387.00;-1.57;0.22 -11835;10;4753.16;10.81;1323.00;-1.57;0.24 -11836;10;4723.24;9.91;1383.00;-1.57;0.32 -11837;10;3077.88;9.78;1335.00;-1.57;0.26 -11838;10;2797.80;12.84;1373.00;-1.57;0.20 -11839;10;3343.70;12.79;1326.00;-1.57;0.20 -11840;10;2697.80;14.12;1365.00;-1.57;0.20 -11841;10;1587.06;9.80;1493.00;-1.57;0.28 -11842;10;3229.34;9.95;1357.00;-1.57;0.20 -11843;10;2703.16;12.19;1372.00;-1.57;0.20 -11844;10;3338.06;11.10;1308.00;-1.57;0.28 -11845;10;3092.98;13.86;1381.00;-1.57;0.18 -11846;10;3014.88;10.48;1352.00;-1.57;0.26 -11847;10;5014.34;12.11;1328.00;-1.57;0.26 -11848;10;3229.16;9.76;1303.00;-1.57;0.24 -11849;10;2882.80;9.86;1391.00;-1.57;0.20 -11850;10;4794.98;13.02;1371.00;-1.57;0.22 -11851;10;2698.16;10.81;1296.00;-1.57;0.24 -11852;10;2759.16;12.61;1370.00;-1.57;0.24 -11853;10;3453.78;18.40;1319.00;-1.57;0.24 -11854;10;2749.16;13.06;1372.00;-1.57;0.16 -11855;10;4678.42;13.39;1360.00;-1.57;0.36 -11856;10;3134.80;13.36;1343.00;-1.57;0.20 -11857;10;3155.16;13.13;1373.00;-1.57;0.24 -11858;10;3105.88;13.72;1379.00;-1.57;0.24 -11859;10;945.96;10.11;1442.00;-1.57;0.40 -11860;10;3305.24;12.88;1291.00;-1.57;0.26 -11861;10;3000.98;11.37;1390.00;-1.57;0.22 -11862;10;4817.34;12.69;1377.00;-1.57;0.22 -11863;10;2753.34;12.01;1312.00;-1.57;0.20 -11864;10;4790.24;11.71;1400.00;-1.57;0.32 -11865;10;4497.96;14.12;1157.00;-1.57;0.42 -11866;10;3305.34;11.23;1346.00;-1.57;0.26 -11867;10;3253.16;11.39;1323.00;-1.57;0.24 -11868;10;3159.98;12.65;1382.00;-1.57;0.22 -11869;10;2818.80;9.81;1445.00;-1.57;0.20 -11870;10;2772.52;13.74;1334.00;-1.57;0.16 -11871;10;3423.24;10.25;1268.00;-1.57;0.32 -11872;10;3085.80;13.90;1395.00;-1.57;0.20 -11873;10;1580.60;10.46;1514.00;-1.57;0.28 -11874;10;2944.16;9.93;1316.00;-1.57;0.24 -11875;10;2895.16;10.68;1395.00;-1.57;0.22 -11876;10;941.42;11.55;1452.00;-1.57;0.20 -11877;10;2877.62;9.80;1396.00;-1.57;0.18 -11878;10;4816.34;14.24;1342.00;-1.57;0.26 -11879;10;4857.14;9.58;1378.00;-1.57;0.46 -11880;10;3466.88;13.49;1304.00;-1.57;0.32 -11881;10;3372.88;10.82;1346.00;-1.57;0.32 -11882;10;3017.34;12.65;1362.00;-1.57;0.20 -11883;10;3315.52;12.29;1351.00;-1.57;0.22 -11884;10;2786.88;12.33;1301.00;-1.57;0.24 -11885;10;2683.34;10.80;1318.00;-1.57;0.16 -11886;10;4681.88;11.41;1332.00;-1.57;0.32 -11887;10;3152.98;11.64;1387.00;-1.57;0.22 -11888;10;1582.78;11.41;1528.00;-1.57;0.26 -11889;10;2988.80;11.66;1397.00;-1.57;0.20 -11890;10;1505.60;10.66;1521.00;-1.57;0.24 -11891;10;2928.34;10.61;1399.00;-1.57;0.22 -11892;10;1609.52;9.50;1514.00;-1.57;0.28 -11893;10;4820.70;12.52;1395.00;-1.57;0.30 -11894;10;3385.88;13.10;1341.00;-1.57;0.30 -11895;10;3145.98;13.00;1305.00;-1.57;0.22 -11896;10;4773.70;13.34;1327.00;-1.57;0.26 -11897;10;3353.52;12.69;1330.00;-1.57;0.22 -11898;10;3254.70;11.75;1302.00;-1.57;0.22 -11899;10;3097.34;13.66;1396.00;-1.57;0.22 -11900;10;1637.34;9.60;1538.00;-1.57;0.24 -11901;10;3046.70;9.56;1406.00;-1.57;0.26 -11902;10;1588.84;10.90;1705.00;-1.57;0.68 -11903;10;4702.42;10.00;1403.00;-1.57;0.30 -11904;10;4911.60;11.71;1394.00;-1.57;0.30 -11905;10;3216.52;10.49;1347.00;-1.57;0.28 -11906;10;4841.34;14.62;1408.00;-1.57;0.26 -11907;10;3275.24;13.28;1284.00;-1.57;0.20 -11908;10;4972.80;12.47;1256.00;-1.57;0.20 -11909;10;4447.80;10.33;967.00;-1.57;0.20 -11910;10;3248.70;9.80;1153.00;-1.57;0.30 -11911;10;4218.70;9.50;1010.00;-1.57;0.30 -11912;10;4822.80;11.64;1266.00;-1.57;0.20 -11913;10;4663.80;9.71;1176.00;-1.57;0.20 -11914;10;4690.98;9.70;1012.00;-1.57;0.22 -11915;10;4776.52;10.44;1294.00;-1.57;0.20 -11916;10;4639.06;9.95;1197.00;-1.57;0.18 -11917;10;3257.24;12.86;1273.00;-1.57;0.20 -11918;10;4564.42;11.10;1064.00;-1.57;0.30 -11919;10;3362.52;10.61;1202.00;-1.57;0.24 -11920;10;4671.52;10.79;1122.00;-1.57;0.24 -11921;10;2974.96;9.53;1229.00;-1.57;0.32 -11922;10;3331.88;10.89;1142.00;-1.57;0.32 -11923;10;2810.52;11.10;1242.00;-1.57;0.28 -11924;10;4122.96;15.30;976.00;-1.57;0.42 -11925;10;4850.34;12.52;1189.00;-1.57;0.16 -11926;10;4503.06;10.30;1011.00;-1.57;0.22 -11927;10;1572.24;9.70;1434.00;-1.57;0.36 -11928;10;4703.88;9.57;1177.00;-1.57;0.26 -11929;10;4217.60;10.00;1037.00;-1.57;0.28 -11930;10;4984.98;12.24;1286.00;-1.57;0.22 -11931;10;4554.42;11.60;1226.00;-1.57;0.30 -11932;10;4786.14;9.50;1060.00;-1.57;0.46 -11933;10;4606.52;9.70;1247.00;-1.57;0.28 -11934;10;3206.06;11.10;719.00;-1.57;0.62 -11935;10;2946.96;10.96;1223.00;-1.57;0.40 -11936;10;4454.80;9.53;967.00;-1.57;0.20 -11937;10;4644.52;10.39;1149.00;-1.57;0.28 -11938;10;4565.52;9.59;1006.00;-1.57;0.26 -11939;10;2867.52;11.25;1260.00;-1.57;0.24 -11940;10;3018.96;10.62;1155.00;-1.57;0.36 -11941;10;4565.88;10.37;1031.00;-1.57;0.28 -11942;10;1457.60;10.30;1384.00;-1.57;0.28 -11943;10;2674.32;10.79;1186.00;-1.57;0.48 -11944;10;4639.70;9.66;1293.00;-1.57;0.22 -11945;10;4599.06;10.51;1052.00;-1.57;0.34 -11946;10;4885.52;9.50;1221.00;-1.57;0.16 -11947;10;4675.70;11.68;1114.00;-1.57;0.24 -11948;10;4786.24;9.61;1223.00;-1.57;0.24 -11949;10;4849.62;10.10;1174.00;-1.57;0.18 -11950;10;4038.68;10.88;948.00;-1.57;0.30 -11951;10;3170.78;9.70;1144.00;-1.57;0.42 -11952;10;3956.04;9.75;1007.00;-1.57;0.28 -11953;10;2920.52;14.40;1246.00;-1.57;0.28 -11954;10;3122.80;10.93;1175.00;-1.57;0.20 -11955;10;4021.06;11.15;1128.00;-1.57;0.34 -11956;10;2767.16;14.38;1272.00;-1.57;0.18 -11957;10;2977.60;9.70;1199.00;-1.57;0.40 -11958;10;4806.16;12.17;1295.00;-1.57;0.24 -11959;10;4691.98;13.82;1041.00;-1.57;0.22 -11960;10;4928.16;10.64;1228.00;-1.57;0.24 -11961;10;4638.88;11.20;1102.00;-1.57;0.30 -11962;10;4621.52;11.30;1269.00;-1.57;0.24 -11963;10;4510.88;10.88;958.00;-1.57;0.30 -11964;10;3297.34;9.70;1165.00;-1.57;0.22 -11965;10;3155.16;10.13;1267.00;-1.57;0.24 -11966;10;4269.06;14.78;1009.00;-1.57;0.30 -11967;10;3226.88;10.10;1160.00;-1.57;0.32 -11968;10;4226.52;10.00;1027.00;-1.57;0.28 -11969;10;2964.62;9.67;1264.00;-1.57;0.18 -11970;10;3347.44;10.59;1157.00;-1.57;0.16 -11971;10;1356.42;10.30;1598.00;-1.57;0.38 -11972;10;4445.14;13.85;1110.00;-1.57;0.36 -11973;10;4637.34;11.14;1214.00;-1.57;0.22 -11974;10;3288.52;10.15;1092.00;-1.57;0.26 -11975;10;1537.96;9.70;1395.00;-1.57;0.44 -11976;10;3376.24;12.15;1139.00;-1.57;0.36 -11977;10;4799.34;12.37;1250.00;-1.57;0.26 -11978;10;4122.24;10.27;957.00;-1.57;0.32 -11979;10;3330.80;10.15;1157.00;-1.57;0.20 -11980;10;4630.34;9.70;1282.00;-1.57;0.26 -11981;10;4531.16;9.60;995.00;-1.57;0.24 -11982;10;4673.16;10.06;1178.00;-1.57;0.20 -11983;10;4533.34;10.05;1013.00;-1.57;0.26 -11984;10;3335.68;10.07;1234.00;-1.57;0.40 -11985;10;4855.16;9.80;1215.00;-1.57;0.24 -11986;10;4658.16;9.61;1059.00;-1.57;0.24 -11987;10;2734.42;14.49;1212.00;-1.57;0.30 -11988;10;4594.70;10.58;1119.00;-1.57;0.30 -11989;10;4973.06;12.64;1264.00;-1.57;0.34 -11990;10;4526.06;9.62;953.00;-1.57;0.34 -11991;10;4684.34;11.47;1141.00;-1.57;0.26 -11992;10;4784.52;9.70;1261.00;-1.57;0.28 -11993;10;3975.32;10.25;1001.00;-1.57;0.34 -11994;10;4647.70;9.70;1169.00;-1.57;0.26 -11995;10;4026.68;10.75;1026.00;-1.57;0.50 -11996;10;4625.52;9.70;1291.00;-1.57;0.26 -11997;10;4880.52;9.84;1194.00;-1.57;0.24 -11998;10;3086.98;9.70;1331.00;-1.57;0.22 -11999;10;3325.16;10.23;1040.00;-1.57;0.24 -12000;10;2962.24;10.43;1191.00;-1.57;0.36 -12001;10;3137.16;11.74;1302.00;-1.57;0.24 -12002;10;3325.86;12.08;1092.00;-1.57;0.42 -12003;10;3030.62;9.51;1248.00;-1.57;0.16 -12004;10;3303.88;10.61;1139.00;-1.57;0.32 -12005;10;3977.14;13.01;1172.00;-1.57;0.44 -12006;10;4849.80;10.73;1183.00;-1.57;0.14 -12007;10;4968.24;11.61;1269.00;-1.57;0.30 -12008;10;4440.24;10.06;1011.00;-1.57;0.36 -12009;10;3033.98;12.03;1163.00;-1.57;0.22 -12010;10;4238.24;9.87;1017.00;-1.57;0.36 -12011;10;4818.80;12.83;1275.00;-1.57;0.20 -12012;10;4578.24;9.70;1204.00;-1.57;0.36 -12013;10;3270.34;12.42;1270.00;-1.57;0.26 -12014;10;4569.06;11.03;1053.00;-1.57;0.34 -12015;10;4640.62;11.20;1237.00;-1.57;0.18 -12016;10;3280.42;13.27;1277.00;-1.57;0.22 -12017;10;4535.06;10.34;1094.00;-1.57;0.34 -12018;10;2799.22;14.20;1200.00;-1.57;0.52 -12019;10;4647.52;13.35;1136.00;-1.57;0.22 -12020;10;2832.24;14.08;1232.00;-1.57;0.32 -12021;10;438.06;11.55;989.00;-1.57;0.34 -12022;10;3042.88;10.90;1047.00;-1.57;1.32 -12023;10;4525.52;11.00;1018.00;-1.57;0.22 -12024;10;1267.48;11.60;1512.00;-1.57;0.38 -12025;10;3162.70;9.80;1175.00;-1.57;0.30 -12026;10;4609.34;10.44;1311.00;-1.57;0.26 -12027;10;4693.98;14.27;1031.00;-1.57;0.22 -12028;10;4900.62;9.69;1205.00;-1.57;0.18 -12029;10;3373.88;12.30;1255.00;-1.57;0.32 -12030;10;4620.52;10.45;1081.00;-1.57;0.28 -12031;10;4909.34;10.46;1229.00;-1.57;0.20 -12032;10;4851.98;9.50;1166.00;-1.57;0.22 -12033;10;3212.88;10.00;1151.00;-1.57;0.30 -12034;10;2913.24;13.72;1233.00;-1.57;0.36 -12035;10;4143.78;10.65;1028.00;-1.57;0.28 -12036;10;4629.98;9.70;1185.00;-1.57;0.22 -12037;10;3895.78;9.75;1007.00;-1.57;0.34 -12038;10;2772.52;10.54;1266.00;-1.57;0.20 -12039;10;2993.70;9.70;1190.00;-1.57;0.30 -12040;10;4783.98;9.65;1287.00;-1.57;0.22 -12041;10;3971.84;10.00;1126.00;-1.57;0.46 -12042;10;2731.42;16.27;1198.00;-1.57;0.32 -12043;10;4649.70;9.70;1313.00;-1.57;0.28 -12044;10;3297.88;10.45;1081.00;-1.57;0.32 -12045;10;4645.16;12.01;1259.00;-1.57;0.24 -12046;10;3499.96;10.00;1199.00;-1.57;0.44 -12047;10;3033.70;11.01;1276.00;-1.57;0.20 -12048;10;4459.88;9.66;991.00;-1.57;0.24 -12049;10;3308.44;9.70;1156.00;-1.57;0.16 -12050;10;4191.80;9.90;1020.00;-1.57;0.20 -12051;10;2914.16;11.46;1258.00;-1.57;0.24 -12052;10;4695.16;10.06;1169.00;-1.57;0.20 -12053;10;4538.70;10.45;1081.00;-1.57;0.30 -12054;10;1585.06;9.70;1455.00;-1.57;0.34 -12055;10;4643.06;9.75;1220.00;-1.57;0.20 -12056;10;5005.34;11.84;1306.00;-1.57;0.26 -12057;10;4643.88;12.95;1068.00;-1.57;0.24 -12058;10;3180.16;11.21;1238.00;-1.57;0.20 -12059;10;4680.88;10.56;1132.00;-1.57;0.24 -12060;10;4815.34;9.74;1235.00;-1.57;0.14 -12061;10;4641.52;10.30;1160.00;-1.57;0.28 -12062;10;4591.16;11.26;1274.00;-1.57;0.24 -12063;10;4157.88;9.70;988.00;-1.57;0.28 -12064;10;3255.48;14.69;198.00;-1.57;0.72 -12065;10;4464.78;10.53;1013.00;-1.57;0.34 -12066;10;3062.34;10.28;1298.00;-1.57;0.24 -12067;10;4683.98;9.80;1208.00;-1.57;0.22 -12068;10;4686.98;11.31;1021.00;-1.57;0.22 -12069;10;4621.34;9.70;1241.00;-1.57;0.26 -12070;10;2692.80;9.83;1277.00;-1.57;0.20 -12071;10;3322.52;10.70;1070.00;-1.57;0.28 -12072;10;4971.34;12.15;1244.00;-1.57;0.26 -12073;10;3344.42;11.58;1130.00;-1.57;0.38 -12074;10;4663.52;11.30;1267.00;-1.57;0.26 -12075;10;4445.06;10.23;992.00;-1.57;0.32 -12076;10;4702.70;9.50;1159.00;-1.57;0.16 -12077;10;4552.88;10.53;1010.00;-1.57;0.22 -12078;10;4582.16;11.20;1283.00;-1.57;0.24 -12079;10;3146.52;9.80;1161.00;-1.57;0.28 -12080;10;3989.24;10.53;1015.00;-1.57;0.36 -12081;10;2749.80;13.32;1296.00;-1.57;0.16 -12082;10;3051.52;10.70;1098.00;-1.57;0.92 -12083;10;2760.88;12.06;1291.00;-1.57;0.20 -12084;10;4641.16;12.03;1058.00;-1.57;0.22 -12085;10;4794.34;9.69;1230.00;-1.57;0.26 -12086;10;4553.96;9.70;1141.00;-1.57;0.34 -12087;10;2729.34;11.92;1233.00;-1.57;0.26 -12088;10;3096.52;10.04;1142.00;-1.57;0.28 -12089;10;4815.80;11.74;1253.00;-1.57;0.20 -12090;10;4262.42;9.74;979.00;-1.57;0.38 -12091;10;3224.06;9.80;1145.00;-1.57;0.28 -12092;10;3951.42;9.80;1029.00;-1.57;0.38 -12093;10;4650.16;9.70;1280.00;-1.57;0.24 -12094;10;3135.80;10.32;1186.00;-1.57;0.20 -12095;10;4580.42;9.99;1032.00;-1.57;0.30 -12096;10;3266.16;10.08;1258.00;-1.57;0.24 -12097;10;4958.24;9.78;1227.00;-1.57;0.20 -12098;10;3069.98;10.94;1309.00;-1.57;0.22 -12099;10;3279.02;10.37;1075.00;-1.57;0.78 -12100;10;2762.88;10.73;1230.00;-1.57;0.28 -12101;10;3368.12;13.08;1117.00;-1.57;0.52 -12102;10;3807.94;10.40;1661.00;-1.57;0.30 -12103;10;4892.16;11.35;762.00;-1.57;0.24 -12104;10;4875.88;10.46;433.00;-1.57;0.32 -12105;10;3984.06;11.12;898.00;-1.57;0.32 -12106;10;3810.20;10.35;1651.00;-1.57;0.34 -12107;10;5042.06;11.10;536.00;-1.57;0.34 -12108;10;3713.04;9.80;1457.00;-1.57;0.48 -12109;10;4502.80;12.81;855.00;-1.57;0.20 -12110;10;4593.98;9.70;604.00;-1.57;0.22 -12111;10;3905.58;10.30;1512.00;-1.57;0.46 -12112;10;4726.98;10.47;807.00;-1.57;0.22 -12113;10;4436.16;9.50;661.00;-1.57;0.14 -12114;10;4058.60;9.90;942.00;-1.57;0.40 -12115;10;3818.32;9.90;1556.00;-1.57;0.38 -12116;10;4748.52;11.00;753.00;-1.57;0.28 -12117;10;3705.24;13.01;1626.00;-1.57;0.36 -12118;10;4740.08;10.15;817.00;-1.57;0.12 -12119;10;4014.56;17.94;1325.00;-1.57;0.58 -12120;10;5431.24;9.50;393.00;-1.57;0.36 -12121;10;3876.04;10.30;1481.00;-1.57;0.54 -12122;10;4364.80;9.66;851.00;-1.57;0.20 -12123;10;5052.60;9.50;529.00;-1.57;0.34 -12124;10;996.22;13.80;1684.00;-1.57;0.50 -12125;10;4340.52;10.05;898.00;-1.57;0.28 -12126;10;4333.82;9.50;664.00;-1.57;0.98 -12127;10;4315.80;10.45;929.00;-1.57;0.20 -12128;10;3660.06;11.60;1556.00;-1.57;0.26 -12129;10;4518.60;10.22;665.00;-1.57;0.36 -12130;10;3696.24;10.38;1633.00;-1.57;0.36 -12131;10;4385.70;10.25;752.00;-1.57;0.22 -12132;10;5393.06;10.27;303.00;-1.57;0.20 -12133;10;4455.98;9.72;806.00;-1.57;0.22 -12134;10;954.30;14.44;1572.00;-1.57;0.40 -12135;10;5091.06;10.10;520.00;-1.57;0.28 -12136;10;4951.70;10.31;1517.00;-1.57;0.30 -12137;10;4056.42;10.20;1084.00;-1.57;0.38 -12138;10;4410.24;11.27;592.00;-1.57;0.32 -12139;10;3807.68;9.95;1493.00;-1.57;0.52 -12140;10;5063.52;9.50;859.00;-1.57;0.28 -12141;10;4423.06;10.50;1140.00;-1.57;0.34 -12142;10;3990.70;10.70;935.00;-1.57;0.30 -12143;10;3800.50;9.80;1547.00;-1.57;0.50 -12144;10;4375.16;9.66;747.00;-1.57;0.24 -12145;10;1257.04;11.01;1729.00;-1.57;0.48 -12146;10;4008.96;11.20;849.00;-1.57;0.40 -12147;10;1657.56;10.00;1958.00;-1.57;2.84 -12148;10;464.60;11.50;366.00;-1.57;0.22 -12149;10;1695.78;9.68;1681.00;-1.57;0.38 -12150;10;4484.88;12.37;847.00;-1.57;0.32 -12151;10;4735.04;9.92;516.00;-1.57;0.18 -12152;10;3969.32;9.80;1519.00;-1.57;0.48 -12153;10;4734.26;10.00;805.00;-1.57;0.14 -12154;10;5081.70;10.64;561.00;-1.57;0.28 -12155;10;925.60;10.88;1657.00;-1.57;0.40 -12156;10;4500.60;11.51;1225.00;-1.57;0.40 -12157;10;3754.60;10.29;1612.00;-1.57;0.40 -12158;10;4764.16;10.06;744.00;-1.57;0.24 -12159;10;5609.04;9.50;382.00;-1.57;0.28 -12160;10;4763.62;10.83;785.00;-1.57;0.18 -12161;10;3800.68;9.90;1312.00;-1.57;0.50 -12162;10;4658.86;10.63;514.00;-1.57;0.26 -12163;10;3704.76;9.73;1440.00;-1.57;0.44 -12164;10;4047.52;9.70;829.00;-1.57;0.28 -12165;10;4454.34;9.92;576.00;-1.57;0.26 -12166;10;1047.46;11.79;1846.00;-1.57;0.70 -12167;10;4472.34;10.44;870.00;-1.57;0.26 -12168;10;4411.96;9.83;654.00;-1.57;0.32 -12169;10;2818.70;11.68;1384.00;-1.57;0.18 -12170;10;3795.58;9.79;1528.00;-1.57;0.50 -12171;10;4616.88;10.71;728.00;-1.57;0.26 -12172;10;3647.88;9.98;1601.00;-1.57;0.32 -12173;10;4380.42;9.80;894.00;-1.57;0.26 -12174;10;4134.30;9.80;1680.00;-1.57;0.34 -12175;10;3661.76;9.73;1748.00;-1.57;0.38 -12176;10;4490.06;13.33;835.00;-1.57;0.30 -12177;10;3865.22;10.72;1458.00;-1.57;0.58 -12178;10;4792.04;9.50;514.00;-1.57;0.24 -12179;10;3708.86;9.80;1478.00;-1.57;0.48 -12180;10;4054.98;9.60;868.00;-1.57;0.22 -12181;10;4389.60;9.70;651.00;-1.57;0.34 -12182;10;3970.96;11.67;939.00;-1.57;0.32 -12183;10;927.76;9.96;1643.00;-1.57;0.32 -12184;10;4420.78;9.99;646.00;-1.57;0.24 -12185;10;3830.86;10.13;1608.00;-1.57;0.38 -12186;10;4633.06;11.08;736.00;-1.57;0.34 -12187;10;3697.50;10.30;1738.00;-1.57;0.48 -12188;10;4773.34;10.41;788.00;-1.57;0.20 -12189;10;4919.78;9.70;1479.00;-1.57;0.36 -12190;10;4769.62;10.97;508.00;-1.57;0.18 -12191;10;4424.98;12.38;841.00;-1.57;0.22 -12192;10;4926.86;9.70;1497.00;-1.57;0.42 -12193;10;5093.60;14.69;554.00;-1.57;0.40 -12194;10;3888.22;10.38;1499.00;-1.57;0.52 -12195;10;4397.24;10.58;883.00;-1.57;0.30 -12196;10;4637.52;9.70;647.00;-1.57;0.28 -12197;10;4299.80;10.80;925.00;-1.57;0.20 -12198;10;3770.22;9.80;1527.00;-1.57;0.50 -12199;10;4411.70;10.10;731.00;-1.57;0.26 -12200;10;3716.78;15.48;1573.00;-1.57;0.40 -12201;10;4353.16;9.93;789.00;-1.57;0.24 -12202;10;1713.42;10.25;1644.00;-1.57;0.38 -12203;10;3643.34;9.80;1690.00;-1.57;0.26 -12204;10;4503.06;9.67;830.00;-1.57;0.24 -12205;10;1607.94;10.25;1670.00;-1.57;0.36 -12206;10;4746.34;12.01;499.00;-1.57;0.18 -12207;10;5398.84;9.50;1656.00;-1.57;0.20 -12208;10;3974.06;13.34;885.00;-1.57;0.28 -12209;10;4431.06;10.42;572.00;-1.57;0.34 -12210;10;4473.06;12.49;905.00;-1.57;0.32 -12211;10;884.78;10.62;1645.00;-1.57;0.32 -12212;10;4412.60;9.80;628.00;-1.57;0.28 -12213;10;4702.70;9.69;944.00;-1.57;0.30 -12214;10;921.32;12.78;1690.00;-1.57;0.34 -12215;10;4379.44;9.70;718.00;-1.57;0.16 -12216;10;3696.96;10.75;1674.00;-1.57;0.38 -12217;10;4758.62;12.32;776.00;-1.57;0.18 -12218;10;3889.04;11.41;1276.00;-1.57;0.44 -12219;10;4674.24;10.23;497.00;-1.57;0.20 -12220;10;4364.44;9.65;841.00;-1.57;0.16 -12221;10;1724.32;11.00;1663.00;-1.57;0.32 -12222;10;5152.80;9.70;553.00;-1.57;0.16 -12223;10;1685.96;10.94;1697.00;-1.57;0.44 -12224;10;4394.88;9.68;873.00;-1.57;0.24 -12225;10;4620.70;10.19;628.00;-1.57;0.30 -12226;10;4014.78;11.60;949.00;-1.57;0.36 -12227;10;3746.60;9.94;1520.00;-1.57;0.40 -12228;10;4649.78;9.62;716.00;-1.57;0.26 -12229;10;3773.32;10.89;1591.00;-1.57;0.44 -12230;10;4343.98;9.70;783.00;-1.57;0.22 -12231;10;842.46;11.56;1762.00;-1.57;0.66 -12232;10;4481.62;9.75;820.00;-1.57;0.18 -12233;10;3712.32;9.83;1417.00;-1.57;0.48 -12234;10;4691.30;9.63;490.00;-1.57;0.36 -12235;10;3674.24;10.31;1471.00;-1.57;0.36 -12236;10;4704.34;9.51;872.00;-1.57;0.26 -12237;10;5099.34;9.95;544.00;-1.57;0.20 -12238;10;4333.98;9.99;927.00;-1.57;0.22 -12239;10;3866.40;12.75;1276.00;-1.57;0.44 -12240;10;5051.42;9.66;588.00;-1.57;0.28 -12241;10;4092.60;12.95;955.00;-1.57;0.28 -12242;10;3655.70;10.29;1566.00;-1.57;0.24 -12243;10;4633.78;9.70;709.00;-1.57;0.18 -12244;10;3646.88;9.90;1666.00;-1.57;0.26 -12245;10;4766.98;10.95;778.00;-1.57;0.20 -12246;10;4881.34;9.70;472.00;-1.57;0.14 -12247;10;4027.52;10.19;816.00;-1.57;0.24 -12248;10;3870.22;10.86;1260.00;-1.57;0.42 -12249;10;4487.70;9.80;548.00;-1.57;0.26 -12250;10;3901.24;17.48;1298.00;-1.57;0.32 -12251;10;4255.44;9.64;848.00;-1.57;0.16 -12252;10;4620.70;9.69;615.00;-1.57;0.28 -12253;10;4689.98;10.34;914.00;-1.57;0.18 -12254;10;3674.32;10.66;1492.00;-1.57;0.42 -12255;10;4401.62;9.88;704.00;-1.57;0.18 -12256;10;4314.34;10.80;957.00;-1.57;0.26 -12257;10;3826.50;10.10;1574.00;-1.57;0.46 -12258;10;4079.52;10.79;762.00;-1.57;0.28 -12259;10;820.04;10.46;1749.00;-1.57;0.36 -12260;10;4453.70;9.70;831.00;-1.57;0.24 -12261;10;4893.32;10.40;1504.00;-1.57;0.48 -12262;10;4379.88;13.43;1032.00;-1.57;0.32 -12263;10;4937.86;9.81;1518.00;-1.57;0.54 -12264;10;4413.78;9.75;879.00;-1.57;0.22 -12265;10;5258.06;9.76;538.00;-1.57;0.26 -12266;10;3845.22;10.40;1517.00;-1.57;0.48 -12267;10;4297.16;10.35;907.00;-1.57;0.24 -12268;10;4441.52;10.15;606.00;-1.57;0.26 -12269;10;3952.70;10.42;940.00;-1.57;0.30 -12270;10;3668.70;9.90;1566.00;-1.57;0.30 -12271;10;4415.06;9.91;695.00;-1.57;0.20 -12272;10;837.68;11.55;1734.00;-1.57;0.40 -12273;10;4755.98;10.90;768.00;-1.57;0.22 -12274;10;4471.88;10.60;1169.00;-1.57;0.32 -12275;10;4004.70;11.57;826.00;-1.57;0.26 -12276;10;1616.86;9.90;1657.00;-1.57;0.40 -12277;10;4528.24;11.96;534.00;-1.57;0.22 -12278;10;1524.86;10.06;1661.00;-1.57;0.54 -12279;10;4731.16;9.72;861.00;-1.57;0.24 -12280;10;4575.52;10.25;607.00;-1.57;0.28 -12281;10;878.60;10.59;1616.00;-1.57;0.40 -12282;10;4425.96;14.92;1047.00;-1.57;0.42 -12283;10;4556.14;10.30;684.00;-1.57;0.30 -12284;10;4292.16;10.06;941.00;-1.57;0.24 -12285;10;3838.96;10.25;1567.00;-1.57;0.44 -12286;10;4360.80;9.68;768.00;-1.57;0.20 -12287;10;3753.50;10.50;1640.00;-1.57;0.30 -12288;10;4457.24;9.70;821.00;-1.57;0.24 -12289;10;1777.78;9.77;1668.00;-1.57;0.42 -12290;10;4904.88;10.23;457.00;-1.57;0.32 -12291;10;1740.58;10.96;1699.00;-1.57;0.56 -12292;10;4350.60;10.32;852.00;-1.57;0.40 -12293;10;4540.34;9.93;533.00;-1.57;0.26 -12294;10;3727.04;9.84;1491.00;-1.57;0.40 -12295;10;3982.86;11.06;920.00;-1.57;0.34 -12296;10;4448.80;10.30;597.00;-1.57;0.20 -12297;10;4461.52;9.64;940.00;-1.57;0.28 -12298;10;3672.52;10.00;1554.00;-1.57;0.28 -12299;10;4425.16;9.68;669.00;-1.57;0.18 -12300;10;4553.24;13.62;1296.00;-1.57;0.36 -12301;10;1229.14;11.41;1415.00;-1.57;0.46 -12302;10;4374.88;10.25;674.00;-1.57;0.32 -12303;10;997.42;10.76;1443.00;-1.57;0.38 -12304;10;1608.24;9.50;1159.00;-1.57;0.22 -12305;10;1405.70;9.80;1514.00;-1.57;0.30 -12306;10;1755.10;11.36;229.00;-1.57;0.68 -12307;10;4130.06;10.70;1020.00;-1.57;0.34 -12308;10;5137.14;10.88;285.00;-1.57;0.42 -12309;10;3518.88;11.22;1350.00;-1.57;0.24 -12310;10;4548.24;10.21;1101.00;-1.57;0.36 -12311;10;4853.58;10.29;397.00;-1.57;0.62 -12312;10;1422.78;10.40;1584.00;-1.57;0.22 -12313;10;1355.96;10.12;1363.00;-1.57;0.34 -12314;10;3898.48;11.19;1265.00;-1.57;0.52 -12315;10;4892.50;13.65;633.00;-1.57;0.34 -12316;10;3427.32;10.90;1216.00;-1.57;0.38 -12317;10;4330.98;11.04;954.00;-1.57;0.22 -12318;10;3472.60;15.22;1289.00;-1.57;0.28 -12319;10;4422.50;14.40;1010.00;-1.57;0.28 -12320;10;3504.16;13.71;1326.00;-1.57;0.24 -12321;10;1818.34;10.05;209.00;-1.57;0.66 -12322;10;4299.58;11.48;1095.00;-1.57;0.50 -12323;10;4656.18;10.10;267.00;-1.57;0.54 -12324;10;3736.60;9.75;1358.00;-1.57;0.40 -12325;10;1495.68;10.34;1379.00;-1.57;0.28 -12326;10;4859.58;10.65;426.00;-1.57;0.62 -12327;10;4397.04;14.86;1289.00;-1.57;0.52 -12328;10;1405.60;10.40;1422.00;-1.57;0.40 -12329;10;3846.86;10.30;1419.00;-1.57;0.50 -12330;10;4680.24;12.24;606.00;-1.57;0.22 -12331;10;4544.58;13.85;1367.00;-1.57;0.62 -12332;10;4429.42;10.87;950.00;-1.57;0.32 -12333;10;3725.76;14.77;1289.00;-1.57;0.56 -12334;10;2137.30;10.16;517.00;-1.57;0.44 -12335;10;4288.24;9.80;1023.00;-1.57;0.36 -12336;10;1945.68;9.60;297.00;-1.57;0.38 -12337;10;4710.32;11.08;1415.00;-1.57;0.32 -12338;10;4196.68;14.20;1083.00;-1.57;0.32 -12339;10;4890.42;10.19;433.00;-1.57;0.38 -12340;10;3904.94;10.42;1385.00;-1.57;0.54 -12341;10;1298.04;10.40;1368.00;-1.57;0.46 -12342;10;4870.24;10.22;1454.00;-1.57;0.36 -12343;10;4396.32;9.80;637.00;-1.57;0.28 -12344;10;4570.70;14.41;1280.00;-1.57;0.30 -12345;10;4380.24;11.11;927.00;-1.57;0.24 -12346;10;1386.78;10.07;1488.00;-1.57;0.42 -12347;10;1620.78;9.70;1204.00;-1.57;0.36 -12348;10;4629.32;12.94;1391.00;-1.57;0.48 -12349;10;1792.82;9.77;181.00;-1.57;0.68 -12350;10;4570.16;9.96;1083.00;-1.57;0.24 -12351;10;1871.68;9.70;304.00;-1.57;0.44 -12352;10;5021.70;9.91;1395.00;-1.57;0.30 -12353;10;1516.32;10.30;1367.00;-1.57;0.30 -12354;10;5027.04;9.80;391.00;-1.57;0.54 -12355;10;4825.60;11.09;1426.00;-1.57;0.34 -12356;10;4514.68;13.03;1258.00;-1.57;0.42 -12357;10;1429.96;10.52;1597.00;-1.57;0.40 -12358;10;4679.60;12.41;631.00;-1.57;0.32 -12359;10;3661.22;9.95;1284.00;-1.57;0.42 -12360;10;4420.32;9.96;918.00;-1.57;0.40 -12361;10;1356.50;10.25;1519.00;-1.57;0.44 -12362;10;5564.80;10.01;196.00;-1.57;0.20 -12363;10;4337.04;12.54;1029.00;-1.57;0.36 -12364;10;1886.78;9.70;290.00;-1.57;0.40 -12365;10;1389.52;12.15;1534.00;-1.57;0.28 -12366;10;4252.12;13.36;1075.00;-1.57;0.30 -12367;10;5058.14;12.84;372.00;-1.57;0.42 -12368;10;1424.88;10.33;1573.00;-1.57;0.28 -12369;10;1278.76;10.11;1301.00;-1.57;0.38 -12370;10;3981.84;16.86;1331.00;-1.57;0.48 -12371;10;5000.34;10.90;603.00;-1.57;0.26 -12372;10;3467.58;10.30;1225.00;-1.57;0.44 -12373;10;4404.24;10.31;909.00;-1.57;0.36 -12374;10;993.24;11.43;1414.00;-1.57;0.36 -12375;10;4107.14;11.79;1009.00;-1.57;0.40 -12376;10;3485.06;15.37;1320.00;-1.57;0.26 -12377;10;5091.50;10.20;159.00;-1.57;0.48 -12378;10;4549.42;13.64;1056.00;-1.57;0.32 -12379;10;1899.06;9.70;276.00;-1.57;0.34 -12380;10;3500.62;12.95;1339.00;-1.57;0.18 -12381;10;1531.88;9.70;1366.00;-1.57;0.32 -12382;10;5060.40;11.81;352.00;-1.57;0.44 -12383;10;3675.60;9.90;1373.00;-1.57;0.40 -12384;10;1492.34;9.90;1427.00;-1.57;0.26 -12385;10;3950.58;10.69;1417.00;-1.57;0.52 -12386;10;4887.04;10.12;599.00;-1.57;0.54 -12387;10;3456.24;10.50;1275.00;-1.57;0.28 -12388;10;4403.88;9.98;895.00;-1.57;0.30 -12389;10;2821.04;9.50;1519.00;-1.57;0.28 -12390;10;3908.50;10.45;1701.00;-1.57;0.50 -12391;10;3077.98;13.30;395.00;-1.57;1.18 -12392;10;4406.14;12.14;1003.00;-1.57;0.36 -12393;10;3721.40;10.15;1836.00;-1.57;0.60 -12394;10;1859.76;9.90;267.00;-1.57;0.50 -12395;10;4249.30;10.56;1064.00;-1.57;0.34 -12396;10;2016.68;12.00;391.00;-1.57;0.52 -12397;10;3879.04;11.32;1390.00;-1.57;0.54 -12398;10;1404.68;9.50;1351.00;-1.57;0.26 -12399;10;985.48;16.74;1524.00;-1.57;0.64 -12400;10;5038.32;10.26;591.00;-1.57;0.46 -12401;10;1346.88;10.33;1397.00;-1.57;0.32 -12402;10;4431.78;9.93;899.00;-1.57;0.38 -12403;10;4576.86;14.12;1345.00;-1.57;0.42 -12404;10;4303.70;10.14;996.00;-1.57;0.30 -12405;10;1582.16;12.61;1558.00;-1.57;0.20 -12406;10;5133.88;9.70;145.00;-1.57;0.32 -12407;10;4535.70;12.07;1067.00;-1.57;0.30 -12408;10;4531.60;10.35;1194.00;-1.57;0.26 -12409;10;1843.96;10.32;250.00;-1.57;0.44 -12410;10;1310.96;9.77;1350.00;-1.57;0.44 -12411;10;5083.04;10.10;332.00;-1.57;0.50 -12412;10;4805.96;10.05;1427.00;-1.57;0.20 -12413;10;3459.10;10.52;1210.00;-1.57;0.44 -12414;10;4513.60;14.09;1139.00;-1.57;0.38 -12415;10;4400.70;10.81;612.00;-1.57;0.30 -12416;10;3437.96;10.72;1272.00;-1.57;0.28 -12417;10;4449.70;10.00;885.00;-1.57;0.30 -12418;10;1348.14;10.30;1585.00;-1.57;0.42 -12419;10;3148.12;12.73;155.00;-1.57;0.68 -12420;10;4077.50;10.80;990.00;-1.57;0.36 -12421;10;5032.24;12.46;1390.00;-1.57;0.24 -12422;10;2167.30;11.64;628.00;-1.57;0.48 -12423;10;4229.60;10.30;1055.00;-1.57;0.40 -12424;10;5099.32;10.60;316.00;-1.57;0.40 -12425;10;995.66;13.87;1488.00;-1.57;0.54 -12426;10;4599.70;10.04;1175.00;-1.57;0.30 -12427;10;4129.78;14.00;1509.00;-1.57;0.42 -12428;10;5058.68;13.36;569.00;-1.57;0.52 -12429;10;1421.24;10.40;1405.00;-1.57;0.30 -12430;10;3899.68;15.91;1312.00;-1.57;0.34 -12431;10;4431.14;9.95;889.00;-1.57;0.26 -12432;10;4572.14;12.99;1322.00;-1.57;0.36 -12433;10;4408.14;11.67;990.00;-1.57;0.30 -12434;10;3568.14;10.05;1314.00;-1.57;0.40 -12435;10;5118.60;12.35;136.00;-1.57;0.40 -12436;10;4487.88;10.88;1052.00;-1.57;0.32 -12437;10;1450.06;9.90;1527.00;-1.57;0.32 -12438;10;2072.14;11.60;527.00;-1.57;0.46 -12439;10;1540.42;9.70;1342.00;-1.57;0.34 -12440;10;1923.40;9.95;361.00;-1.57;0.56 -12441;10;3489.88;14.53;1340.00;-1.57;0.24 -12442;10;3402.78;12.82;1219.00;-1.57;0.32 -12443;10;4881.32;9.80;1445.00;-1.57;0.30 -12444;10;4710.70;10.05;580.00;-1.57;0.30 -12445;10;1562.96;10.70;1474.00;-1.57;0.22 -12446;10;5036.04;9.67;1451.00;-1.57;0.56 -12447;10;4455.70;9.84;865.00;-1.57;0.30 -12448;10;4566.94;14.36;1386.00;-1.57;0.44 -12449;10;4304.16;10.21;979.00;-1.57;0.24 -12450;10;3517.70;16.46;1326.00;-1.57;0.26 -12451;10;5136.76;10.42;223.00;-1.57;0.40 -12452;10;4152.32;10.15;1040.00;-1.57;0.32 -12453;10;1893.50;9.70;340.00;-1.57;0.50 -12454;10;3704.68;9.74;1372.00;-1.57;0.52 -12455;10;3396.02;12.04;1122.00;-1.57;0.50 -12456;10;1414.88;10.73;1602.00;-1.57;0.32 -12457;10;4968.78;9.90;523.00;-1.57;0.34 -12458;10;1357.60;9.70;1433.00;-1.57;0.36 -12459;10;1728.78;9.80;1636.00;-1.57;0.36 -12460;10;4444.60;9.79;871.00;-1.57;0.30 -12461;10;992.96;12.01;1400.00;-1.57;0.32 -12462;10;4131.42;9.80;965.00;-1.57;0.30 -12463;10;1370.42;10.94;1486.00;-1.57;0.38 -12464;10;4305.70;10.26;1043.00;-1.57;0.30 -12465;10;3754.58;9.80;1345.00;-1.57;0.46 -12466;10;1981.86;11.83;438.00;-1.57;0.54 -12467;10;4581.24;10.57;1143.00;-1.57;0.36 -12468;10;1915.04;9.90;346.00;-1.57;0.40 -12469;10;4685.78;11.52;1418.00;-1.57;0.42 -12470;10;1508.14;9.80;1389.00;-1.57;0.40 -12471;10;3775.40;9.70;1402.00;-1.57;0.52 -12472;10;4576.60;9.71;521.00;-1.57;0.24 -12473;10;3386.88;10.53;1255.00;-1.57;0.32 -12474;10;3693.32;9.90;1421.00;-1.57;0.48 -12475;10;4457.52;10.30;851.00;-1.57;0.28 -12476;10;3482.24;13.31;1279.00;-1.57;0.28 -12477;10;1597.60;9.55;1166.00;-1.57;0.68 -12478;10;4689.88;10.20;1395.00;-1.57;0.32 -12479;10;2094.14;12.00;514.00;-1.57;0.42 -12480;10;4101.04;10.80;1031.00;-1.57;0.28 -12481;10;1953.32;9.75;324.00;-1.57;0.48 -12482;10;4838.32;11.81;1416.00;-1.57;0.26 -12483;10;4564.60;9.70;1105.00;-1.57;0.34 -12484;10;5017.96;10.30;520.00;-1.57;0.42 -12485;10;4732.22;9.80;1451.00;-1.57;0.54 -12486;10;1339.88;10.31;1381.00;-1.57;0.32 -12487;10;3896.40;10.50;1431.00;-1.57;0.60 -12488;10;4325.96;14.47;707.00;-1.57;0.44 -12489;10;1364.24;10.42;1443.00;-1.57;0.36 -12490;10;4078.86;12.30;975.00;-1.57;0.36 -12491;10;3721.68;9.85;1313.00;-1.57;0.52 -12492;10;4300.16;9.83;1024.00;-1.57;0.24 -12493;10;5040.68;11.77;1370.00;-1.57;0.38 -12494;10;1822.64;9.70;224.00;-1.57;0.62 -12495;10;4591.88;10.46;1102.00;-1.57;0.32 -12496;10;1922.40;9.80;313.00;-1.57;0.42 -12497;10;1410.24;9.90;1545.00;-1.57;0.34 -12498;10;1488.42;10.40;1392.00;-1.57;0.36 -12499;10;4929.22;9.50;438.00;-1.57;0.36 -12500;10;4890.06;9.70;1438.00;-1.57;0.30 -12501;10;1446.78;12.92;1466.00;-1.57;0.30 -12502;10;3806.78;12.06;1887.00;-1.57;1.26 -12503;10;1870.24;11.12;1827.00;-1.57;1.10 -12504;10;3269.26;13.46;428.00;-1.57;0.64 -12505;10;1977.68;9.70;1683.00;-1.57;0.52 -12506;10;4568.64;12.41;1652.00;-1.57;0.60 -12507;10;4516.66;14.55;1517.00;-1.57;0.70 -12508;10;835.06;13.65;1880.00;-1.57;1.32 -12509;10;4198.94;16.73;1519.00;-1.57;0.56 -12510;10;4054.48;10.10;1680.00;-1.57;0.68 -12511;10;4017.32;13.75;1356.00;-1.57;0.40 -12512;10;2112.04;13.65;1897.00;-1.57;2.12 -12513;10;1298.04;10.50;1535.00;-1.57;0.38 -12514;10;4115.56;9.80;1746.00;-1.57;0.62 -12515;10;4143.58;10.30;1598.00;-1.57;0.54 -12516;10;1257.68;11.40;1587.00;-1.57;0.52 -12517;10;3997.64;10.30;1822.00;-1.57;0.94 -12518;10;5032.68;10.76;1744.00;-1.57;1.52 -12519;10;3119.64;13.20;344.00;-1.57;0.92 -12520;10;4257.30;12.60;1483.00;-1.57;0.64 -12521;10;3880.76;10.40;1643.00;-1.57;0.38 -12522;10;5250.52;12.10;1629.00;-1.57;1.28 -12523;10;4354.28;10.36;1691.00;-1.57;0.66 -12524;10;4238.38;12.49;1354.00;-1.57;0.58 -12525;10;4475.30;10.68;1585.00;-1.57;0.68 -12526;10;4077.02;15.56;1374.00;-1.57;0.40 -12527;10;3700.04;10.57;1717.00;-1.57;0.42 -12528;10;4157.50;10.55;1576.00;-1.57;0.50 -12529;10;4078.38;10.60;1428.00;-1.57;0.50 -12530;10;3577.94;9.75;1965.00;-1.57;0.44 -12531;10;4541.76;10.23;1790.00;-1.57;1.10 -12532;10;5101.88;11.65;100.00;-1.57;0.32 -12533;10;4541.92;12.54;1493.00;-1.57;0.50 -12534;10;1053.40;11.02;1892.00;-1.57;1.60 -12535;10;1065.86;15.59;1595.00;-1.57;0.54 -12536;10;4126.32;10.40;1650.00;-1.57;0.48 -12537;10;4726.34;12.38;1556.00;-1.57;0.66 -12538;10;4601.62;10.76;1730.00;-1.57;1.00 -12539;10;4470.84;14.21;1372.00;-1.57;0.68 -12540;10;4412.30;10.70;1581.00;-1.57;0.48 -12541;10;4377.74;13.95;1407.00;-1.57;0.68 -12542;10;3999.40;10.12;1745.00;-1.57;0.60 -12543;10;4714.20;10.90;1600.00;-1.57;0.64 -12544;10;4317.02;14.64;1457.00;-1.57;0.60 -12545;10;4065.40;9.70;1892.00;-1.57;1.38 -12546;10;3982.86;9.80;1615.00;-1.57;0.54 -12547;10;3172.92;12.27;97.00;-1.57;0.60 -12548;10;4797.84;11.88;1493.00;-1.57;0.54 -12549;10;4890.16;10.30;1985.00;-1.57;2.24 -12550;10;1358.96;10.72;1664.00;-1.57;0.42 -12551;10;5091.78;11.30;1751.00;-1.57;1.42 -12552;10;1146.76;16.92;1470.00;-1.57;0.64 -12553;10;977.30;13.50;1642.00;-1.57;0.58 -12554;10;4645.04;12.64;1419.00;-1.57;0.44 -12555;10;4224.48;10.39;1757.00;-1.57;0.72 -12556;10;4663.12;11.99;1593.00;-1.57;0.68 -12557;10;4611.12;11.53;1466.00;-1.57;0.68 -12558;10;3678.58;10.50;1797.00;-1.57;0.62 -12559;10;4996.74;9.78;1592.00;-1.57;0.56 -12560;10;5115.52;10.79;104.00;-1.57;0.28 -12561;10;1132.22;15.35;1574.00;-1.57;0.58 -12562;10;3144.98;9.80;1556.00;-1.57;0.22 -12563;10;4257.36;10.60;1613.00;-1.57;0.86 -12564;10;4107.40;13.30;1498.00;-1.57;0.48 -12565;10;4692.92;11.83;1684.00;-1.57;0.58 -12566;10;1227.04;11.04;1670.00;-1.57;0.56 -12567;10;3750.14;10.50;1676.00;-1.57;0.46 -12568;10;1489.06;10.45;1493.00;-1.57;0.34 -12569;10;4924.86;10.67;1574.00;-1.57;0.54 -12570;10;1208.24;13.50;1521.00;-1.57;0.36 -12571;10;877.52;11.65;1838.00;-1.57;0.96 -12572;10;1104.22;12.00;1681.00;-1.57;0.52 -12573;10;1041.68;14.57;1519.00;-1.57;0.46 -12574;10;3956.82;9.81;1797.00;-1.57;0.56 -12575;10;4530.64;13.64;1650.00;-1.57;0.80 -12576;10;5058.76;10.50;94.00;-1.57;0.26 -12577;10;1315.50;11.40;1616.00;-1.57;0.34 -12578;10;982.58;12.87;1734.00;-1.57;0.62 -12579;10;4361.84;13.61;1521.00;-1.57;0.68 -12580;10;3970.74;10.07;1686.00;-1.57;0.64 -12581;10;3920.76;11.68;1318.00;-1.57;0.56 -12582;10;1506.58;10.60;1670.00;-1.57;0.56 -12583;10;3974.40;11.30;1374.00;-1.57;0.40 -12584;10;3777.22;10.50;1646.00;-1.57;0.24 -12585;10;1106.22;12.67;1660.00;-1.57;0.40 -12586;10;1300.96;10.50;1576.00;-1.57;0.44 -12587;10;3660.96;10.00;1764.00;-1.57;0.38 -12588;10;1340.40;11.14;1697.00;-1.57;0.60 -12589;10;3123.34;10.99;91.00;-1.57;0.84 -12590;10;4152.68;11.38;1460.00;-1.57;0.52 -12591;10;4861.08;11.55;1628.00;-1.57;0.68 -12592;10;5183.36;10.05;1879.00;-1.57;2.82 -12593;10;1213.76;11.01;1775.00;-1.57;0.64 -12594;10;4076.48;10.15;1530.00;-1.57;0.52 -12595;10;4238.30;10.50;1697.00;-1.57;0.64 -12596;10;4295.20;17.90;1318.00;-1.57;0.52 -12597;10;1311.76;11.10;1691.00;-1.57;0.50 -12598;10;4282.48;12.65;1398.00;-1.57;0.58 -12599;10;4152.48;9.80;1723.00;-1.57;0.56 -12600;10;1759.44;11.80;1819.00;-1.57;1.16 -12601;10;4077.02;14.19;1399.00;-1.57;0.78 -12602;10;3923.76;9.70;1781.00;-1.57;0.62 -12603;10;1189.56;11.20;1734.00;-1.57;0.74 -12604;10;5546.42;9.93;149.00;-1.57;0.32 -12605;10;4451.94;14.40;1495.00;-1.57;0.66 -12606;10;4045.66;9.89;1638.00;-1.57;0.54 -12607;10;998.12;12.55;1592.00;-1.57;0.60 -12608;10;4570.44;10.70;1746.00;-1.57;1.16 -12609;10;4515.66;14.58;1359.00;-1.57;0.40 -12610;10;4327.76;14.22;1549.00;-1.57;0.58 -12611;10;4654.80;10.40;1753.00;-1.57;1.20 -12612;10;4531.76;12.80;1420.00;-1.57;0.52 -12613;10;4059.40;10.00;1554.00;-1.57;0.60 -12614;10;4349.10;13.79;1438.00;-1.57;0.62 -12615;10;4224.60;10.10;1802.00;-1.57;1.04 -12616;10;3998.12;10.19;1594.00;-1.57;0.58 -12617;10;5558.70;10.49;142.00;-1.57;0.30 -12618;10;4769.04;10.20;1484.00;-1.57;0.52 -12619;10;3917.30;10.39;1599.00;-1.57;0.46 -12620;10;1262.02;10.77;1629.00;-1.57;0.44 -12621;10;4302.48;10.94;1645.00;-1.57;0.64 -12622;10;4675.02;11.10;1544.00;-1.57;0.78 -12623;10;4909.44;10.10;1773.00;-1.57;1.16 -12624;10;1225.74;13.58;1481.00;-1.57;0.20 -12625;10;4323.58;13.15;1574.00;-1.57;0.62 -12626;10;3675.96;10.40;1666.00;-1.57;0.26 -12627;10;1169.94;15.86;1499.00;-1.57;0.52 -12628;10;4290.28;13.82;1599.00;-1.57;0.50 -12629;10;4616.12;11.86;1440.00;-1.57;0.64 -12630;10;3857.38;9.79;1775.00;-1.57;0.70 -12631;10;4173.40;11.42;1628.00;-1.57;0.50 -12632;10;5533.04;10.66;111.00;-1.57;0.44 -12633;10;1109.50;15.05;1572.00;-1.57;0.46 -12634;10;4973.44;12.35;1861.00;-1.57;2.44 -12635;10;4078.84;12.56;1487.00;-1.57;0.56 -12636;10;1233.04;9.60;1802.00;-1.57;0.56 -12637;10;1516.96;11.39;1493.00;-1.57;0.38 -12638;10;4934.86;10.36;1544.00;-1.57;0.54 -12639;10;3981.00;10.30;1721.00;-1.57;0.68 -12640;10;3924.40;10.60;1375.00;-1.57;0.36 -12641;10;4606.28;12.03;1565.00;-1.57;0.62 -12642;10;1192.04;13.77;1534.00;-1.57;0.52 -12643;10;4202.16;10.36;1842.00;-1.57;1.24 -12644;10;4528.20;13.20;1583.00;-1.57;0.66 -12645;10;5088.24;9.81;37.00;-1.57;0.36 -12646;10;1310.42;10.60;1600.00;-1.57;0.38 -12647;10;4438.02;11.44;1622.00;-1.57;0.72 -12648;10;3230.10;13.95;187.00;-1.57;0.90 -12649;10;4353.92;14.35;1501.00;-1.57;0.56 -12650;10;4895.88;11.85;1649.00;-1.57;0.68 -12651;10;1095.84;16.48;1620.00;-1.57;0.76 -12652;10;3943.94;9.80;1662.00;-1.57;0.56 -12653;10;3919.50;16.60;1270.00;-1.57;0.50 -12654;10;4830.84;10.10;1545.00;-1.57;0.64 -12655;10;4252.46;10.74;1731.00;-1.57;0.74 -12656;10;4197.46;13.79;1384.00;-1.57;0.52 -12657;10;4795.92;10.70;1567.00;-1.57;0.76 -12658;10;3933.12;10.70;1399.00;-1.57;0.56 -12659;10;3738.86;13.40;1750.00;-1.57;0.54 -12660;10;4739.46;11.00;1615.00;-1.57;0.56 -12661;10;395.80;11.03;1930.00;-1.57;1.92 -12662;10;4092.86;10.53;1454.00;-1.57;0.54 -12663;10;1188.48;11.10;1767.00;-1.57;0.68 -12664;10;5567.34;9.80;182.00;-1.57;0.26 -12665;10;4583.20;11.85;1505.00;-1.57;0.68 -12666;10;4213.30;10.60;1678.00;-1.57;0.56 -12667;10;1293.04;10.80;1626.00;-1.57;0.50 -12668;10;4522.72;10.40;1749.00;-1.57;0.90 -12669;10;4448.28;13.73;1390.00;-1.57;0.60 -12670;10;1449.32;10.60;1475.00;-1.57;0.20 -12671;10;4242.54;14.69;1408.00;-1.57;0.42 -12672;10;4001.56;10.40;1771.00;-1.57;0.62 -12673;10;970.50;10.85;1675.00;-1.57;0.46 -12674;10;2469.21;10.00;1875.61;-1.57;1.28 -12675;10;4348.12;15.75;1462.00;-1.57;0.60 -12676;10;1017.76;12.72;1690.00;-1.57;0.60 -12677;10;3225.78;13.36;446.00;-1.57;1.12 -12678;10;4870.22;10.40;1497.00;-1.57;0.54 -12679;10;4000.40;9.80;1626.00;-1.57;0.60 -12680;10;1943.92;10.00;1699.00;-1.57;0.84 -12681;10;4482.92;10.64;1713.00;-1.57;0.88 -12682;10;1200.90;10.35;1839.00;-1.57;1.02 -12683;10;5177.52;11.25;1739.00;-1.57;1.58 -12684;10;1177.58;13.44;1455.00;-1.57;0.62 -12685;10;1254.30;10.80;1708.00;-1.57;0.50 -12686;10;4471.10;14.18;1436.00;-1.57;0.70 -12687;10;4348.62;11.03;1853.00;-1.57;1.36 -12688;10;1263.12;10.10;1751.00;-1.57;0.64 -12689;10;2565.16;11.83;1895.00;-1.57;1.60 -12690;10;4635.56;11.79;1475.00;-1.57;0.56 -12691;10;4272.02;11.07;1641.00;-1.57;0.78 -12692;10;3143.20;11.91;111.00;-1.57;0.80 -12693;10;1335.66;10.60;1677.00;-1.57;0.48 -12694;10;4806.02;11.84;1689.00;-1.57;0.72 -12695;10;4247.48;13.04;1514.00;-1.57;0.72 -12696;10;3817.58;9.80;1689.00;-1.57;0.62 -12697;10;1417.60;10.59;1532.00;-1.57;0.28 -12698;10;1930.92;9.70;1739.00;-1.57;0.88 -12699;10;1041.86;16.69;1497.00;-1.57;0.46 -12700;10;3839.92;10.30;1761.00;-1.57;0.86 -12701;10;1515.36;10.70;1740.00;-1.57;0.82 -12702;10;3575.56;9.80;1080.00;-1.57;0.56 -12703;10;1647.32;11.86;991.00;-1.57;0.48 -12704;10;3663.94;12.79;1223.00;-1.57;0.52 -12705;10;4447.96;11.87;1125.00;-1.57;0.30 -12706;10;4499.96;14.42;1311.00;-1.57;0.44 -12707;10;2836.56;10.81;863.00;-1.57;0.84 -12708;10;4018.86;16.83;1159.00;-1.57;0.48 -12709;10;1476.60;12.60;1496.00;-1.57;0.36 -12710;10;2581.56;9.70;897.00;-1.57;0.84 -12711;10;2828.82;10.50;1148.00;-1.57;0.82 -12712;10;1298.20;14.20;1133.00;-1.57;0.50 -12713;10;4526.42;12.79;1215.00;-1.57;0.32 -12714;10;3473.44;14.65;788.00;-1.57;0.84 -12715;10;1429.80;9.70;1205.00;-1.57;0.60 -12716;10;1880.28;9.80;972.00;-1.57;0.92 -12717;10;3929.30;13.05;1213.00;-1.57;0.58 -12718;10;3936.04;10.00;1097.00;-1.57;0.56 -12719;10;3206.42;11.80;748.00;-1.57;1.16 -12720;10;1191.78;12.53;1411.00;-1.57;0.42 -12721;10;1245.86;15.20;1266.00;-1.57;0.54 -12722;10;3856.40;15.47;1293.00;-1.57;0.40 -12723;10;3392.76;13.38;892.00;-1.57;0.54 -12724;10;4362.14;20.28;1135.00;-1.57;0.46 -12725;10;3379.58;12.65;979.00;-1.57;0.62 -12726;10;3544.04;9.70;1161.00;-1.57;0.48 -12727;10;3545.20;14.05;1042.00;-1.57;0.74 -12728;10;1235.86;11.11;1366.00;-1.57;0.54 -12729;10;1708.82;10.00;880.00;-1.57;0.98 -12730;10;4256.58;16.38;1101.00;-1.57;0.38 -12731;10;2866.76;10.50;777.00;-1.57;0.64 -12732;10;4403.76;14.93;1265.00;-1.57;0.54 -12733;10;3215.58;10.40;1078.00;-1.57;0.62 -12734;10;4026.42;11.50;860.00;-1.57;0.38 -12735;10;1452.60;10.60;1427.00;-1.57;0.40 -12736;10;1082.28;9.50;1267.00;-1.57;0.92 -12737;10;4171.58;12.33;1449.00;-1.57;0.62 -12738;10;1458.76;9.50;1066.00;-1.57;0.64 -12739;10;3746.22;12.97;1169.00;-1.57;0.58 -12740;10;3659.36;9.70;996.00;-1.57;1.04 -12741;10;3150.38;10.75;708.00;-1.57;0.50 -12742;10;2778.40;9.95;741.00;-1.57;0.60 -12743;10;3974.30;10.41;1029.00;-1.57;0.48 -12744;10;3292.10;11.20;813.00;-1.57;0.58 -12745;10;1142.86;15.11;1348.00;-1.57;0.54 -12746;10;1178.28;12.56;1206.00;-1.57;0.72 -12747;10;2582.86;9.70;839.00;-1.57;0.48 -12748;10;3687.12;11.45;1235.00;-1.57;0.62 -12749;10;3522.84;10.46;1118.00;-1.57;0.68 -12750;10;4438.12;13.10;1318.00;-1.57;0.58 -12751;10;2696.18;10.53;863.00;-1.57;0.90 -12752;10;1532.32;9.70;1313.00;-1.57;0.42 -12753;10;1359.48;11.90;1126.00;-1.57;0.72 -12754;10;3992.04;17.15;1194.00;-1.57;0.52 -12755;10;1243.58;16.32;1184.00;-1.57;0.52 -12756;10;3594.50;15.95;1190.00;-1.57;0.50 -12757;10;3500.80;12.00;770.00;-1.57;0.90 -12758;10;3438.40;13.05;1065.00;-1.57;0.56 -12759;10;3538.22;11.78;816.00;-1.57;0.38 -12760;10;2827.60;12.22;1244.00;-1.57;0.26 -12761;10;3805.76;12.53;1107.00;-1.57;0.62 -12762;10;2857.20;10.20;825.00;-1.57;0.80 -12763;10;3943.84;15.40;1230.00;-1.57;0.46 -12764;10;3207.68;9.75;1135.00;-1.57;0.52 -12765;10;1060.30;17.40;1461.00;-1.57;0.54 -12766;10;3425.84;12.07;891.00;-1.57;0.48 -12767;10;4455.42;10.50;1175.00;-1.57;0.38 -12768;10;3578.08;10.40;966.00;-1.57;1.04 -12769;10;3875.04;18.90;1211.00;-1.57;0.56 -12770;10;1692.22;9.90;865.00;-1.57;0.78 -12771;10;3302.40;10.00;1018.00;-1.57;0.46 -12772;10;1680.04;9.70;1016.00;-1.57;0.56 -12773;10;3547.14;12.91;1219.00;-1.57;0.42 -12774;10;3788.40;10.30;1070.00;-1.57;0.58 -12775;10;3114.14;11.05;604.00;-1.57;0.90 -12776;10;4423.12;13.00;1297.00;-1.57;0.48 -12777;10;4082.50;9.90;1076.00;-1.57;0.42 -12778;10;1345.50;10.65;1448.00;-1.57;0.36 -12779;10;4037.14;10.40;885.00;-1.57;0.32 -12780;10;3673.04;15.19;1145.00;-1.57;0.56 -12781;10;4023.32;11.20;973.00;-1.57;0.38 -12782;10;1269.86;10.53;1351.00;-1.57;0.46 -12783;10;3270.08;12.47;660.00;-1.57;0.98 -12784;10;4129.18;21.30;1178.00;-1.57;0.74 -12785;10;2817.24;9.84;767.00;-1.57;0.36 -12786;10;4096.78;10.22;1067.00;-1.57;0.34 -12787;10;2791.36;9.90;769.00;-1.57;0.74 -12788;10;3818.12;15.53;1207.00;-1.57;0.54 -12789;10;4355.86;17.16;1101.00;-1.57;0.54 -12790;10;1635.24;10.00;1028.00;-1.57;0.36 -12791;10;1151.76;13.07;1405.00;-1.57;0.52 -12792;10;3926.40;9.80;1114.00;-1.57;0.44 -12793;10;3549.14;14.41;1280.00;-1.57;0.40 -12794;10;2722.40;11.15;838.00;-1.57;0.60 -12795;10;3171.48;12.40;508.00;-1.57;0.72 -12796;10;3318.64;10.75;942.00;-1.57;0.88 -12797;10;4426.94;16.17;1233.00;-1.57;0.38 -12798;10;1588.58;17.04;867.00;-1.57;0.58 -12799;10;4046.22;11.20;1016.00;-1.57;0.40 -12800;10;3327.38;11.05;801.00;-1.57;0.78 -12801;10;4095.90;23.03;1226.00;-1.57;0.78 -12802;10;2626.56;11.50;840.00;-1.57;0.50 -12803;10;1465.78;10.63;1437.00;-1.57;0.42 -12804;10;1198.02;16.45;1248.00;-1.57;0.50 -12805;10;3966.30;20.37;1286.00;-1.57;0.64 -12806;10;3320.32;10.58;883.00;-1.57;0.48 -12807;10;4154.84;22.33;1120.00;-1.57;0.46 -12808;10;3203.40;10.74;690.00;-1.57;0.60 -12809;10;3728.04;11.06;1145.00;-1.57;0.56 -12810;10;1305.40;9.70;1172.00;-1.57;0.56 -12811;10;1231.04;10.52;1339.00;-1.57;0.56 -12812;10;3523.82;10.70;759.00;-1.57;0.98 -12813;10;3508.56;11.70;1058.00;-1.57;0.58 -12814;10;3562.86;12.00;804.00;-1.57;0.54 -12815;10;4370.04;19.79;1224.00;-1.57;0.56 -12816;10;3247.48;10.00;1072.00;-1.57;0.72 -12817;10;2878.66;10.40;803.00;-1.57;0.74 -12818;10;3636.94;12.45;1228.00;-1.57;0.58 -12819;10;4426.50;12.90;1119.00;-1.57;0.50 -12820;10;4292.74;14.02;1338.00;-1.57;0.62 -12821;10;3555.26;13.06;886.00;-1.57;0.74 -12822;10;3994.32;14.57;1170.00;-1.57;0.46 -12823;10;1414.96;10.60;1091.00;-1.57;0.36 -12824;10;3117.76;10.50;714.00;-1.57;0.64 -12825;10;1700.66;9.80;842.00;-1.57;1.36 -12826;10;3320.20;10.50;921.00;-1.57;0.68 -12827;10;1123.32;15.20;1359.00;-1.57;0.48 -12828;10;1925.84;9.80;944.00;-1.57;0.76 -12829;10;3965.40;13.88;1049.00;-1.57;0.46 -12830;10;3092.80;11.00;740.00;-1.57;0.98 -12831;10;3904.84;17.23;1215.00;-1.57;0.60 -12832;10;3640.92;11.65;1109.00;-1.57;0.70 -12833;10;1036.20;9.88;1394.00;-1.57;0.48 -12834;10;2579.18;9.70;855.00;-1.57;0.28 -12835;10;1239.86;12.42;1290.00;-1.57;0.54 -12836;10;3275.84;10.20;951.00;-1.57;0.76 -12837;10;4377.58;19.69;1147.00;-1.57;0.62 -12838;10;2731.28;10.20;889.00;-1.57;0.68 -12839;10;3481.58;9.89;1196.00;-1.57;0.44 -12840;10;3561.94;9.80;743.00;-1.57;0.64 -12841;10;4423.88;15.56;1086.00;-1.57;0.32 -12842;10;2823.46;11.75;1181.00;-1.57;0.72 -12843;10;2826.96;10.44;785.00;-1.57;0.44 -12844;10;3960.50;10.25;1101.00;-1.57;0.50 -12845;10;1666.04;12.95;995.00;-1.57;0.56 -12846;10;4325.10;19.60;1246.00;-1.57;0.66 -12847;10;3233.04;12.00;658.00;-1.57;0.56 -12848;10;1234.50;11.40;1432.00;-1.57;0.50 -12849;10;2849.80;10.80;1042.00;-1.57;2.18 -12850;10;1178.14;13.35;1314.00;-1.57;0.46 -12851;10;2776.34;10.30;864.00;-1.57;0.94 -12852;10;3727.14;11.00;1179.00;-1.57;0.46 -12853;10;2074.64;9.70;843.00;-1.57;0.72 -12854;10;4066.14;10.40;1008.00;-1.57;0.44 -12855;10;3522.96;10.07;1197.00;-1.57;0.44 -12856;10;3384.30;14.77;796.00;-1.57;0.70 -12857;10;2650.80;10.72;1130.00;-1.57;0.20 -12858;10;2595.84;10.11;831.00;-1.57;0.76 -12859;10;1014.04;10.86;1363.00;-1.57;0.56 -12860;10;4232.86;16.37;1096.00;-1.57;0.46 -12861;10;3531.60;13.42;1269.00;-1.57;0.40 -12862;10;3361.48;11.19;871.00;-1.57;0.44 -12863;10;3691.48;13.75;1118.00;-1.57;0.52 -12864;10;4166.84;12.10;1319.00;-1.57;0.76 -12865;10;1455.48;11.85;1098.00;-1.57;0.72 -12866;10;3068.28;10.47;1123.00;-1.57;0.64 -12867;10;1373.84;9.70;1158.00;-1.57;0.48 -12868;10;3996.60;10.50;1121.00;-1.57;0.40 -12869;10;1685.48;9.80;831.00;-1.57;1.24 -12870;10;3519.84;11.43;1032.00;-1.57;0.72 -12871;10;3768.22;12.12;1209.00;-1.57;0.58 -12872;10;1619.60;13.72;952.00;-1.57;0.40 -12873;10;1183.66;14.44;1228.00;-1.57;0.60 -12874;10;2843.84;10.90;806.00;-1.57;0.74 -12875;10;1251.40;11.00;1399.00;-1.57;0.40 -12876;10;3949.04;9.85;1115.00;-1.57;0.50 -12877;10;3835.58;16.36;1247.00;-1.57;0.54 -12878;10;1508.96;11.49;1016.00;-1.57;0.44 -12879;10;3510.84;10.40;1143.00;-1.57;0.60 -12880;10;4465.86;13.81;1345.00;-1.57;0.54 -12881;10;3338.92;10.70;913.00;-1.57;0.82 -12882;10;4440.06;14.92;1219.00;-1.57;0.34 -12883;10;3433.12;11.38;992.00;-1.57;0.68 -12884;10;4037.22;23.45;1200.00;-1.57;0.46 -12885;10;1983.28;9.71;942.00;-1.57;0.72 -12886;10;3937.20;9.80;1059.00;-1.57;0.40 -12887;10;3335.02;11.00;831.00;-1.57;0.78 -12888;10;2902.50;10.50;1222.00;-1.57;0.34 -12889;10;3335.42;11.58;1077.00;-1.57;0.38 -12890;10;4259.82;16.50;1294.00;-1.57;0.70 -12891;10;2568.48;9.65;845.00;-1.57;0.52 -12892;10;4169.02;18.27;1102.00;-1.57;0.38 -12893;10;1213.04;12.57;1446.00;-1.57;0.48 -12894;10;3611.00;11.45;939.00;-1.57;0.68 -12895;10;3755.66;14.65;1146.00;-1.57;0.74 -12896;10;3111.22;11.15;571.00;-1.57;0.58 -12897;10;1181.76;13.33;1339.00;-1.57;0.58 -12898;10;4358.06;14.52;1068.00;-1.57;0.34 -12899;10;4273.36;21.95;1204.00;-1.57;0.84 -12900;10;2902.30;10.19;771.00;-1.57;0.68 -12901;10;1949.76;10.37;466.00;-1.57;0.64 -12902;10;1886.24;9.80;591.00;-1.57;0.74 -12903;10;2171.38;10.45;607.00;-1.57;0.52 -12904;10;4775.24;10.30;323.00;-1.57;1.16 -12905;10;4545.60;10.15;667.00;-1.57;0.26 -12906;10;4949.06;9.50;234.00;-1.57;1.14 -12907;10;3265.62;11.39;536.00;-1.57;0.86 -12908;10;3358.68;11.74;405.00;-1.57;0.52 -12909;10;2159.02;11.24;590.00;-1.57;0.60 -12910;10;4971.96;10.08;125.00;-1.57;0.40 -12911;10;3370.28;13.15;558.00;-1.57;0.78 -12912;10;4767.90;10.70;281.00;-1.57;1.10 -12913;10;2089.54;10.09;790.00;-1.57;1.06 -12914;10;1718.96;18.52;396.00;-1.57;0.44 -12915;10;4883.74;10.10;370.00;-1.57;0.86 -12916;10;1887.44;10.40;566.00;-1.57;0.66 -12917;10;1765.88;9.90;694.00;-1.57;0.92 -12918;10;4992.14;10.30;129.00;-1.57;0.46 -12919;10;1821.70;10.30;842.00;-1.57;1.48 -12920;10;1707.78;12.82;233.00;-1.57;0.42 -12921;10;3017.56;12.25;356.00;-1.57;0.84 -12922;10;1892.92;10.40;452.00;-1.57;0.88 -12923;10;2089.20;11.08;581.00;-1.57;0.62 -12924;10;4992.04;9.70;110.00;-1.57;0.52 -12925;10;3052.26;11.70;561.00;-1.57;0.38 -12926;10;4776.64;10.60;244.00;-1.57;0.90 -12927;10;3433.38;10.00;672.00;-1.57;0.78 -12928;10;1734.40;18.40;387.00;-1.57;0.60 -12929;10;3340.10;13.09;675.00;-1.57;0.90 -12930;10;1778.40;18.92;559.00;-1.57;0.60 -12931;10;5084.68;15.61;539.00;-1.57;0.38 -12932;10;5009.60;9.90;99.00;-1.57;0.40 -12933;10;2135.64;9.70;815.00;-1.57;0.72 -12934;10;5048.48;9.80;198.00;-1.57;0.72 -12935;10;3337.56;10.54;321.00;-1.57;0.70 -12936;10;4946.02;10.10;353.00;-1.57;0.74 -12937;10;2027.48;10.65;538.00;-1.57;0.48 -12938;10;2133.40;11.40;566.00;-1.57;0.60 -12939;10;1835.22;9.90;696.00;-1.57;1.42 -12940;10;3152.08;12.50;257.00;-1.57;1.12 -12941;10;3460.50;9.70;644.00;-1.57;0.50 -12942;10;1804.22;11.07;352.00;-1.57;0.58 -12943;10;1857.56;9.84;477.00;-1.57;0.84 -12944;10;3425.12;9.83;488.00;-1.57;0.68 -12945;10;3086.94;10.77;573.00;-1.57;0.66 -12946;10;1722.66;11.33;98.00;-1.57;0.74 -12947;10;2090.46;10.20;744.00;-1.57;0.94 -12948;10;4826.76;9.90;192.00;-1.57;0.64 -12949;10;5053.00;10.10;284.00;-1.57;1.00 -12950;10;3331.86;11.73;406.00;-1.57;0.94 -12951;10;1953.28;11.28;528.00;-1.57;0.92 -12952;10;1766.46;10.29;111.00;-1.57;0.62 -12953;10;1662.64;16.36;652.00;-1.57;0.62 -12954;10;1691.14;9.70;193.00;-1.57;0.46 -12955;10;4549.14;10.33;619.00;-1.57;0.46 -12956;10;3502.66;11.55;284.00;-1.57;0.70 -12957;10;4989.32;9.70;372.00;-1.57;0.48 -12958;10;3028.02;13.90;446.00;-1.57;0.78 -12959;10;2039.46;10.19;657.00;-1.57;0.94 -12960;10;1903.46;9.55;76.00;-1.57;0.40 -12961;10;2226.78;11.03;743.00;-1.57;0.38 -12962;10;4751.40;10.25;180.00;-1.57;0.60 -12963;10;3211.12;12.30;300.00;-1.57;1.48 -12964;10;1901.58;10.40;407.00;-1.57;0.58 -12965;10;1851.46;9.70;777.00;-1.57;1.80 -12966;10;5478.96;11.53;62.00;-1.57;0.44 -12967;10;3376.26;10.32;516.00;-1.57;0.90 -12968;10;5057.76;9.96;177.00;-1.57;0.58 -12969;10;1610.84;12.58;741.00;-1.57;0.76 -12970;10;1772.22;10.81;318.00;-1.57;0.58 -12971;10;3384.00;9.70;370.00;-1.57;0.74 -12972;10;2058.76;11.28;506.00;-1.57;0.50 -12973;10;1838.86;10.10;619.00;-1.57;1.14 -12974;10;5461.50;11.95;55.00;-1.57;0.46 -12975;10;3007.92;10.67;589.00;-1.57;0.84 -12976;10;4777.12;9.80;168.00;-1.57;0.48 -12977;10;2061.66;11.60;561.00;-1.57;0.66 -12978;10;1781.48;13.56;408.00;-1.57;0.72 -12979;10;1826.48;11.10;534.00;-1.57;0.72 -12980;10;5446.68;11.88;42.00;-1.57;0.42 -12981;10;3081.70;11.44;504.00;-1.57;1.26 -12982;10;1761.54;12.59;202.00;-1.57;0.78 -12983;10;1615.64;17.55;705.00;-1.57;0.64 -12984;10;1697.24;10.44;271.00;-1.57;0.36 -12985;10;3005.86;10.71;401.00;-1.57;0.54 -12986;10;3337.76;10.93;434.00;-1.57;0.64 -12987;10;2021.72;10.92;608.00;-1.57;0.86 -12988;10;5440.04;10.29;28.00;-1.57;0.36 -12989;10;3315.04;11.85;660.00;-1.57;0.54 -12990;10;4755.84;9.98;153.00;-1.57;0.52 -12991;10;3529.40;10.00;703.00;-1.57;0.60 -12992;10;4940.44;9.90;279.00;-1.57;0.88 -12993;10;4720.74;10.50;322.00;-1.57;0.72 -12994;10;1721.50;13.90;486.00;-1.57;0.50 -12995;10;5136.42;10.23;489.00;-1.57;0.22 -12996;10;2162.96;9.70;519.00;-1.57;0.40 -12997;10;1613.86;14.26;681.00;-1.57;0.54 -12998;10;1805.04;9.97;253.00;-1.57;0.56 -12999;10;2060.00;9.80;813.00;-1.57;1.00 -13000;10;1850.22;9.70;374.00;-1.57;0.58 -13001;10;4762.80;10.22;506.00;-1.57;0.20 -13002;10;4309.16;9.70;413.00;-1.57;0.24 -13003;10;2691.24;9.50;1794.00;-1.57;0.36 -13004;10;2818.40;9.50;1545.00;-1.57;0.34 -13005;10;4458.80;9.70;481.00;-1.57;0.20 -13006;10;2725.94;9.50;1525.00;-1.57;0.48 -13007;10;2727.12;9.50;1508.00;-1.57;0.54 -13008;10;3678.68;9.64;1445.00;-1.57;0.52 -13009;10;1855.08;9.70;1091.00;-1.57;0.12 -13010;10;1830.60;9.50;1412.00;-1.57;0.36 -13011;10;2873.24;10.19;1499.00;-1.57;0.24 -13012;10;1860.80;9.62;1049.00;-1.57;0.12 -13013;10;2568.44;9.70;572.00;-1.57;0.16 -13014;10;2432.92;9.50;906.00;-1.57;0.78 -13015;10;2913.88;9.50;657.00;-1.57;0.32 -13016;10;2723.52;9.70;395.00;-1.57;0.24 -13017;10;3670.80;10.20;312.00;-1.57;0.18 -13018;10;3711.80;10.12;329.00;-1.57;0.20 -13019;10;3971.16;9.70;517.00;-1.57;0.18 -13020;10;5536.70;11.38;627.00;-1.57;0.28 -13021;10;5508.80;11.82;668.00;-1.57;0.20 -13022;10;5505.80;11.45;682.00;-1.57;0.16 -13023;10;5073.98;9.58;878.00;-1.57;0.14 -13024;10;5078.26;10.92;899.00;-1.57;0.14 -13025;10;5028.32;10.50;1059.00;-1.57;0.48 -13026;10;5215.34;10.65;1041.00;-1.57;0.26 -13027;10;4946.44;11.35;780.00;-1.57;0.16 -13028;10;4959.16;9.50;799.00;-1.57;0.24 -13029;10;4979.62;9.50;803.00;-1.57;0.18 -13030;10;5048.58;9.50;764.00;-1.57;0.34 -13031;10;5074.06;9.82;755.00;-1.57;0.34 -13032;10;5132.06;9.50;762.00;-1.57;0.26 -13033;10;5143.16;9.50;785.00;-1.57;0.24 -13034;10;5205.52;11.14;738.00;-1.57;0.20 -13035;10;5341.16;11.98;720.00;-1.57;0.18 -13036;10;5273.80;12.18;762.00;-1.57;0.20 -13037;10;5111.72;9.50;1411.00;-1.57;0.70 -13038;10;5412.62;10.41;641.00;-1.57;0.18 -13039;10;5453.80;11.28;746.00;-1.57;0.20 -13040;10;5490.80;10.60;748.00;-1.57;0.14 -13041;10;5423.68;10.03;794.00;-1.57;0.52 -13042;10;5483.70;10.66;765.00;-1.57;0.16 -13043;10;5477.98;10.96;788.00;-1.57;0.22 -13044;10;5459.70;9.70;803.00;-1.57;0.12 -13045;10;5388.34;11.30;835.00;-1.57;0.16 -13046;10;5339.80;11.56;834.00;-1.57;0.18 -13047;10;5408.16;11.53;963.00;-1.57;0.18 -13048;10;272.34;11.03;744.00;-1.57;0.10 -13049;10;308.98;14.05;711.00;-1.57;0.20 -13050;10;106.34;11.91;608.00;-1.57;0.26 -13051;10;160.34;9.81;913.00;-1.57;0.24 -13052;10;33.98;11.70;1117.00;-1.57;0.20 -13053;10;343.70;9.50;676.00;-1.57;0.22 -13054;10;5554.24;10.36;558.00;-1.57;0.28 -13055;10;5590.80;10.26;523.00;-1.57;0.20 -13056;10;5601.80;11.71;514.00;-1.57;0.20 -13057;10;5613.80;11.62;495.00;-1.57;0.20 -13058;10;2119.46;15.60;2006.00;-1.57;1.94 -13059;10;4607.26;11.00;1827.00;-1.57;1.76 -13060;10;4656.54;9.80;1999.00;-1.57;2.38 -13061;10;4985.84;11.44;1946.00;-1.57;2.30 -13062;10;5357.66;11.79;1981.00;-1.57;2.74 -13063;10;5567.86;9.70;1974.00;-1.57;2.54 -13064;10;4250.98;12.29;1959.00;-1.57;1.58 -13065;10;4415.74;10.51;1901.00;-1.57;1.72 -13066;10;2154.02;12.49;1954.00;-1.57;1.70 -13067;10;5503.14;10.50;1657.00;-1.57;0.24 -13068;10;2883.80;9.73;1537.00;-1.57;0.16 -13069;10;542.26;12.28;2028.00;-1.57;0.96 -13070;10;2801.88;9.88;1553.00;-1.57;0.20 -13071;10;2546.93;9.70;1112.56;-4.97;0.56 -13072;10;3500.12;9.68;454.00;-1.57;0.60 -13073;10;3087.78;10.21;1134.00;-1.57;0.42 -13074;10;2822.22;14.00;1208.00;-1.57;0.52 -13075;10;1098.28;11.07;1979.00;-1.57;1.80 -13076;10;3852.44;15.07;1929.00;-1.57;1.16 -13077;10;2883.42;12.79;1242.00;-1.57;0.34 -13078;10;3171.52;9.80;1165.00;-1.57;0.28 -13079;10;3619.20;10.53;915.00;-1.57;0.76 -13080;10;143.96;9.50;422.00;-1.57;0.18 -13081;10;2877.16;10.80;1520.00;-1.57;0.20 -13082;10;3763.74;11.97;1087.00;-1.57;0.66 -13083;10;1759.58;9.70;828.00;-1.57;0.94 -13084;10;1823.08;9.67;1160.00;-1.57;0.12 -13085;10;1413.56;10.59;1114.00;-1.57;0.52 -13086;10;1715.28;21.25;595.00;-1.57;0.80 -13087;10;1498.04;12.24;1030.00;-1.57;0.52 -13088;10;1272.76;9.83;1259.00;-1.57;0.52 -13089;10;1195.50;14.75;1197.00;-1.57;0.46 -13090;10;209.56;9.50;1814.00;-1.57;0.76 -13091;10;488.94;11.37;1996.00;-1.57;0.66 -13092;10;1482.40;11.49;1037.00;-1.57;0.56 -13093;10;1430.96;9.82;1086.00;-1.57;0.32 -13094;10;1418.26;10.40;1748.00;-1.57;0.78 -13116;10;2968.16;10.63;1528.00;-1.57;0.24 -13143;10;4575.70;9.80;1099.00;-1.57;0.30 -13150;10;4682.06;12.30;1489.00;-1.57;0.32 -13193;10;3829.14;9.50;2010.00;-1.57;2.14 -13205;10;3106.52;11.94;1520.00;-1.57;0.28 -13206;10;3180.16;10.50;1590.00;-1.57;0.24 -13207;10;3685.60;9.80;1382.00;-1.57;0.40 -13208;10;4242.60;10.44;1057.00;-1.57;0.36 -13209;10;3336.60;10.59;473.00;-1.57;0.40 -13210;10;3019.64;11.10;632.00;-1.57;0.92 -13211;10;3087.08;11.02;794.00;-1.57;0.80 -13212;10;2821.96;10.64;810.00;-1.57;0.44 -13213;10;2580.32;9.90;863.00;-1.57;0.20 -13214;10;1106.60;12.17;1358.00;-1.57;0.40 -13215;10;1007.60;10.50;1400.00;-1.57;0.40 -13216;10;1009.52;11.73;1383.00;-1.57;0.28 -13217;10;3176.88;12.06;362.00;-1.57;0.36 -13218;10;2709.80;12.30;1386.00;-1.57;0.20 -13219;10;2709.80;13.60;1374.00;-1.57;0.20 -13220;10;2753.88;12.35;1378.00;-1.57;0.20 -13221;10;2710.80;13.15;1335.00;-1.57;0.20 -13222;10;2803.80;13.76;1331.00;-1.57;0.20 -13223;10;2808.80;11.19;1343.00;-1.57;0.20 -13224;10;2748.44;13.04;1315.00;-1.57;0.16 -13225;10;2810.44;10.15;1353.00;-1.57;0.16 -13226;10;2758.44;13.34;1358.00;-1.57;0.16 -13227;10;2744.52;13.55;1345.00;-1.57;0.16 -13228;10;2715.16;11.09;1257.00;-1.57;0.24 -13230;10;2703.80;10.71;1314.00;-1.57;0.20 -13231;10;2723.80;11.30;1272.00;-1.57;0.20 -13232;10;2719.80;12.35;1347.00;-1.57;0.16 -13233;10;2762.16;13.01;1377.00;-1.57;0.20 -13236;10;2891.72;9.66;1581.00;-1.57;0.08 -13237;10;2751.60;9.50;1724.00;-1.57;0.28 -13238;10;2976.88;9.68;1606.00;-1.57;0.28 -13239;10;2984.16;10.80;1487.00;-1.57;0.08 -13240;10;3109.52;9.50;1608.00;-1.57;0.24 -13241;10;3138.44;9.84;1635.00;-1.57;0.16 -4;11;3173.60;9.50;1840.40;0.30;0.88 -5;11;2881.40;9.50;1620.40;-1.04;0.82 -9;11;1960.80;9.50;207.20;-0.12;1.24 -13;11;1345.00;9.50;291.00;-0.92;1.34 -16;11;5259.80;9.50;1532.00;-0.15;1.18 -19;11;3883.40;9.50;629.40;0.11;1.12 -20;11;3121.60;9.50;1189.40;-0.65;0.68 -24;11;5218.20;9.50;488.00;-0.81;0.98 -25;11;5348.00;9.50;1254.20;0.00;1.18 -28;11;4789.20;9.50;460.40;0.48;0.92 -29;11;4163.00;9.50;626.40;-1.03;0.80 -33;11;4467.40;9.50;335.40;0.11;1.00 -34;11;3945.60;9.50;759.40;0.06;1.02 -41;11;2231.80;9.50;99.00;0.04;0.88 -42;11;2447.00;9.50;282.20;0.36;1.24 -43;11;2416.60;9.50;944.20;0.07;1.22 -47;11;2339.80;9.50;1517.40;-0.18;1.10 -48;11;1456.00;9.50;1997.00;-0.67;1.12 -50;11;1085.80;9.50;49.00;-0.76;1.26 -51;11;24.60;9.50;395.40;0.07;1.06 -54;11;12.40;9.50;1228.80;0.12;0.54 -55;11;310.80;9.50;1562.20;0.16;1.42 -56;11;398.40;9.50;658.80;0.10;1.00 -59;11;1392.60;9.50;591.80;-0.26;1.40 -209;11;3378.60;9.50;1836.80;0.41;1.70 -210;11;2568.00;9.50;1057.40;0.38;1.40 -213;11;2037.80;9.50;325.20;-0.15;1.02 -217;11;1838.40;9.50;2011.40;-1.21;0.98 -218;11;1473.20;9.50;307.60;-0.02;1.76 -220;11;5147.00;9.50;1479.60;-0.94;1.08 -224;11;3982.60;9.50;788.20;0.43;1.08 -225;11;3154.80;9.50;1214.00;-0.42;0.74 -229;11;5232.80;9.50;533.80;0.36;1.06 -230;11;5404.00;9.50;1289.60;0.27;1.18 -234;11;4760.00;9.50;433.80;0.00;0.24 -235;11;4203.60;9.50;646.80;-0.91;0.84 -239;11;4519.00;9.50;307.20;-0.19;1.14 -240;11;3864.20;9.50;684.60;-0.86;1.10 -244;11;3813.80;9.50;36.20;-0.42;1.06 -245;11;2875.40;9.50;10.20;4.19;0.52 -249;11;2207.40;9.50;129.40;0.09;0.80 -250;11;2413.60;9.50;251.60;0.24;0.86 -251;11;2487.40;9.50;939.00;0.54;1.32 -254;11;2419.40;9.50;1437.00;0.26;1.52 -255;11;1388.80;9.50;1996.80;-0.78;1.24 -258;11;1024.60;9.50;25.60;4.66;1.06 -259;11;65.80;9.50;423.40;-0.14;0.92 -262;11;47.60;9.50;1259.60;0.48;1.02 -263;11;463.20;9.50;1525.80;0.67;0.98 -264;11;446.80;9.50;662.40;0.26;1.08 -267;11;1340.00;9.50;604.40;-0.35;1.32 -411;11;3140.40;9.50;1812.80;-0.14;0.86 -412;11;2542.80;9.50;911.00;0.42;1.22 -416;11;2219.40;9.50;464.20;-0.09;0.86 -419;11;2102.80;9.50;1828.20;0.78;1.08 -420;11;1214.60;9.50;244.60;-0.37;1.52 -423;11;5343.20;9.50;1590.00;0.51;1.08 -427;11;3922.60;9.50;883.00;-0.38;1.02 -428;11;3229.60;9.50;1191.80;0.10;1.00 -430;11;5147.40;9.50;498.40;0.41;1.88 -431;11;5376.80;9.50;1321.00;-0.49;1.30 -435;11;4757.40;9.50;461.00;0.49;0.62 -436;11;4314.40;9.50;663.20;-0.41;1.08 -439;11;4470.80;9.50;293.80;0.05;0.92 -440;11;3849.40;9.50;621.60;0.41;0.88 -443;11;3805.20;9.50;12.80;4.66;0.68 -446;11;2188.40;9.50;82.00;-0.67;1.02 -447;11;2427.60;9.50;330.00;0.33;1.16 -448;11;2525.80;9.50;977.40;0.68;1.60 -450;11;2440.80;9.50;1356.40;0.85;1.34 -451;11;1374.80;9.50;1906.00;0.01;1.84 -455;11;952.00;9.50;12.00;-1.21;1.14 -456;11;25.60;9.50;449.40;0.09;1.06 -459;11;89.20;9.50;1268.40;-0.46;0.92 -460;11;393.40;9.50;1539.60;0.78;1.30 -461;11;346.40;9.50;614.60;-0.58;0.82 -465;11;1357.60;9.50;654.40;0.09;1.06 -593;11;3090.60;9.50;1752.40;-0.21;1.08 -594;11;2512.60;9.50;889.40;0.11;1.10 -597;11;2247.20;9.50;567.60;0.35;1.26 -600;11;2001.60;9.50;1922.40;0.53;1.54 -601;11;1138.00;9.50;151.80;-0.39;1.16 -604;11;5474.00;9.50;1647.60;-0.72;1.24 -608;11;3882.60;9.50;951.60;-0.68;1.50 -609;11;3335.80;9.50;1203.40;-0.32;0.78 -612;11;5596.00;9.50;1406.60;0.00;0.92 -613;11;5275.40;9.50;1217.20;-0.70;1.52 -616;11;4763.20;9.50;399.80;-0.05;0.64 -617;11;4293.00;9.50;626.20;-0.44;0.96 -621;11;4477.20;9.50;248.40;0.38;1.02 -622;11;3915.60;9.50;759.20;0.32;0.96 -623;11;3823.80;9.50;662.60;-0.66;0.78 -626;11;3770.60;9.50;65.20;0.26;1.32 -627;11;2975.20;9.50;25.00;4.71;0.98 -631;11;2162.80;9.50;44.80;-0.90;0.90 -632;11;2374.80;9.50;306.20;-0.18;1.28 -633;11;2516.60;9.50;1031.00;-0.57;1.60 -635;11;2488.00;9.50;1396.60;0.42;1.44 -639;11;878.60;9.50;17.80;4.68;0.84 -640;11;14.80;9.50;496.40;-0.32;1.04 -643;11;87.00;9.50;1308.40;0.42;1.00 -644;11;334.80;9.50;1512.20;-1.14;1.22 -645;11;378.20;9.50;568.80;-0.24;1.02 -647;11;1293.00;9.50;651.60;0.27;0.84 -786;11;3111.40;9.50;1760.80;-0.73;0.82 -787;11;2464.20;9.50;889.20;-0.03;1.00 -791;11;2263.80;9.50;657.20;-0.40;1.16 -795;11;2188.20;9.50;1778.00;0.34;1.20 -796;11;986.40;9.50;61.40;0.21;1.46 -802;11;3810.80;9.50;939.80;0.24;0.98 -803;11;3316.20;9.50;1165.00;0.54;0.72 -807;11;5112.00;9.50;602.40;0.00;1.08 -808;11;5285.80;9.50;1289.60;-0.17;1.16 -811;11;4731.00;9.50;367.60;0.00;0.88 -812;11;4363.40;9.50;619.00;0.73;1.10 -815;11;4519.80;9.50;251.20;0.03;1.08 -816;11;3810.40;9.50;616.40;0.34;0.98 -820;11;3749.60;9.50;15.60;-0.99;1.36 -821;11;2934.20;9.50;26.00;-1.12;1.30 -824;11;2122.00;9.50;41.80;-0.69;0.98 -825;11;2334.20;9.50;280.20;0.24;1.26 -826;11;2512.00;9.50;1089.80;-0.12;1.36 -830;11;2521.40;9.50;1470.00;-0.33;1.30 -834;11;954.80;9.50;41.40;0.76;1.48 -835;11;44.60;9.50;487.00;-1.07;1.24 -838;11;26.80;9.50;1304.60;0.04;1.04 -839;11;266.40;9.50;1515.00;-0.59;1.02 -840;11;414.80;9.50;614.60;0.60;0.92 -842;11;1412.60;9.50;649.80;-0.10;1.24 -990;11;3142.60;9.50;1730.80;0.46;0.62 -991;11;2533.60;9.50;804.20;0.06;1.10 -995;11;2227.60;9.50;670.00;-0.62;1.16 -999;11;2241.80;9.50;1797.20;0.29;1.52 -1000;11;837.20;9.50;55.40;-0.26;1.26 -1007;11;3888.20;9.50;881.60;0.37;0.98 -1008;11;3278.40;9.50;1196.60;-0.74;0.66 -1011;11;5054.60;9.50;623.40;0.49;1.08 -1012;11;5210.20;9.50;1270.20;-0.67;1.46 -1016;11;4695.20;9.50;412.20;-0.04;1.02 -1017;11;4324.80;9.50;595.80;-0.20;1.00 -1021;11;4471.20;9.50;193.20;-0.55;1.16 -1022;11;3774.00;9.50;676.20;-1.52;0.94 -1026;11;2894.80;9.50;14.20;-1.04;0.90 -1030;11;2165.60;9.50;91.80;-0.36;1.08 -1031;11;2288.60;9.50;332.00;-0.48;0.96 -1032;11;2473.20;9.50;1153.60;-0.44;1.22 -1035;11;2510.00;9.50;1527.00;0.55;1.54 -1039;11;1111.00;9.50;101.80;-0.55;1.16 -1040;11;90.60;9.50;463.00;-1.27;1.04 -1044;11;272.40;9.50;1562.20;0.60;1.18 -1045;11;446.00;9.50;617.40;0.00;0.98 -1049;11;1352.20;9.50;697.60;-0.25;1.10 -1158;11;4827.00;9.50;1197.00;0.00;0.80 -1211;11;3103.40;9.50;1715.80;-0.35;0.92 -1212;11;2624.00;9.50;711.20;0.31;1.18 -1215;11;2095.80;9.50;849.80;0.40;0.72 -1218;11;2195.80;9.50;1731.20;-0.33;1.06 -1219;11;799.20;9.50;139.80;-0.43;1.30 -1226;11;3861.00;9.50;782.40;-0.28;0.82 -1227;11;2886.20;9.50;1713.60;0.46;0.48 -1231;11;5137.60;9.50;640.40;-0.34;1.32 -1232;11;5191.00;9.50;1217.20;0.19;1.36 -1235;11;4599.60;9.50;417.80;-0.74;1.10 -1236;11;4375.00;9.50;591.80;-0.50;0.94 -1240;11;4554.20;9.50;160.80;0.35;1.12 -1241;11;3827.40;9.50;698.40;0.44;0.78 -1245;11;2903.20;9.50;100.80;0.52;1.16 -1249;11;2137.20;9.50;135.00;-0.81;0.96 -1250;11;2335.20;9.50;340.00;-0.19;1.24 -1251;11;2466.40;9.50;1202.80;0.12;1.22 -1255;11;2478.80;9.50;1596.80;0.04;1.24 -1256;11;1672.00;9.50;2029.20;-0.69;0.66 -1259;11;1292.20;9.50;202.60;0.17;1.10 -1260;11;176.20;9.50;466.00;0.19;1.06 -1264;11;21.80;9.50;1351.40;0.26;0.92 -1265;11;150.20;9.50;1523.00;-1.38;1.12 -1266;11;429.00;9.50;566.00;-0.38;1.10 -1270;11;1491.80;9.50;620.60;-0.59;1.14 -1434;11;3236.80;9.50;1724.60;0.43;0.62 -1435;11;2846.00;9.50;550.00;-0.58;0.96 -1439;11;2042.80;9.50;903.20;0.65;1.14 -1442;11;2282.40;9.50;1646.40;0.90;1.00 -1443;11;691.80;9.50;195.20;-0.15;1.14 -1447;11;5499.20;9.50;1706.00;-0.03;1.30 -1451;11;3793.40;9.50;736.20;-0.81;0.86 -1452;11;3016.00;9.50;1293.80;-0.17;1.24 -1456;11;5066.80;9.50;658.60;-0.92;1.06 -1457;11;5253.80;9.50;1251.80;-0.78;0.86 -1461;11;4659.40;9.50;380.40;-1.00;0.78 -1462;11;4268.00;9.50;637.80;-0.20;0.82 -1465;11;4500.00;9.50;151.60;-0.85;1.24 -1466;11;3783.60;9.50;701.60;0.37;0.84 -1470;11;3643.80;9.50;12.60;4.62;0.54 -1471;11;3013.20;9.50;51.00;0.61;1.06 -1475;11;2084.40;9.50;39.00;-0.51;0.92 -1476;11;2381.00;9.50;356.80;0.17;1.18 -1477;11;2503.40;9.50;1233.80;0.08;1.22 -1481;11;2479.00;9.50;1646.00;0.19;1.20 -1482;11;1559.00;9.50;1976.00;-0.46;1.04 -1486;11;1310.40;9.50;245.00;-0.59;1.60 -1487;11;171.60;9.50;508.20;-0.11;1.22 -1490;11;213.80;9.50;1512.60;-0.31;1.04 -1491;11;487.40;9.50;620.80;-0.39;1.02 -1495;11;1432.40;9.50;762.00;-0.72;1.02 -1660;11;3169.80;9.50;1713.00;-0.54;0.60 -1661;11;2768.80;9.50;712.00;-1.08;0.74 -1665;11;1916.40;9.50;968.00;-1.14;0.76 -1669;11;2060.60;9.50;1794.00;0.61;1.60 -1670;11;660.80;9.50;99.20;-0.49;1.30 -1673;11;5350.00;9.50;1692.00;0.00;1.06 -1677;11;3742.00;9.50;780.20;-1.33;0.88 -1681;11;5076.80;9.50;700.80;-0.25;1.56 -1682;11;5109.60;9.50;1068.00;-0.85;1.24 -1686;11;4689.00;9.50;347.60;0.00;0.86 -1687;11;4283.20;9.50;682.20;-0.27;0.78 -1691;11;4441.80;9.50;203.00;0.23;1.10 -1692;11;3851.60;9.50;698.40;-0.09;0.98 -1695;11;3124.60;9.50;39.80;-0.39;0.90 -1699;11;2111.40;9.50;92.40;-0.91;1.00 -1700;11;2245.00;9.50;296.20;-1.15;1.26 -1701;11;2537.60;9.50;1167.00;0.51;1.08 -1705;11;2418.40;9.50;1673.40;0.13;1.56 -1706;11;2074.00;9.50;1477.40;0.59;1.12 -1710;11;1274.60;9.50;256.00;-0.07;1.42 -1711;11;190.00;9.50;423.80;-0.39;1.00 -1715;11;49.40;9.50;1355.80;-0.39;1.34 -1716;11;216.20;9.50;1560.60;0.37;1.10 -1717;11;524.40;9.50;661.60;-1.28;1.34 -1720;11;1459.80;9.50;808.60;0.32;0.90 -1885;11;3174.20;9.50;1670.00;0.19;0.74 -1886;11;2897.20;9.50;660.40;-0.38;0.96 -1890;11;1897.60;9.50;980.00;-0.14;0.94 -1894;11;2171.80;9.50;1730.00;0.80;1.18 -1895;11;509.00;9.50;182.00;-0.89;0.86 -1899;11;5274.80;9.50;1722.60;-1.05;0.90 -1902;11;3812.80;9.50;830.20;-0.28;1.16 -1906;11;5120.60;9.50;700.20;-0.73;1.22 -1907;11;5155.60;9.50;1114.40;-0.44;1.26 -1911;11;4637.60;9.50;324.60;-0.09;1.26 -1912;11;4240.00;9.50;673.80;-0.39;0.96 -1916;11;4410.60;9.50;155.00;-0.11;1.06 -1917;11;3849.20;9.50;745.40;-0.05;0.88 -1921;11;3094.60;9.50;10.00;-1.16;0.76 -1924;11;2086.60;9.50;16.40;-1.46;0.78 -1925;11;2292.00;9.50;245.60;0.00;1.36 -1926;11;2565.00;9.50;1170.20;-0.36;1.06 -1930;11;2423.60;9.50;1540.80;0.08;1.24 -1931;11;2192.60;9.50;908.00;0.44;1.36 -1935;11;1212.20;9.50;183.00;0.29;1.42 -1936;11;234.60;9.50;450.20;-1.36;0.86 -1940;11;14.40;9.50;1400.40;-0.41;1.24 -1941;11;310.00;9.50;1485.40;0.00;0.88 -1942;11;523.20;9.50;612.00;-1.12;0.92 -1946;11;1464.80;9.50;882.40;0.05;0.84 -2107;11;3119.60;9.50;1674.20;-0.46;1.20 -2108;11;2972.40;9.50;564.00;0.49;0.78 -2110;11;1785.20;9.50;1035.60;0.21;0.82 -2112;11;2199.00;9.50;1636.60;0.42;1.40 -2113;11;471.40;9.50;230.20;-0.12;1.08 -2118;11;3721.00;9.50;812.60;-0.41;1.28 -2119;11;5505.00;9.50;31.80;-0.92;1.24 -2121;11;5100.40;9.50;762.20;-0.26;1.44 -2122;11;5067.60;9.50;1088.00;-0.95;1.16 -2124;11;4673.80;9.50;515.40;-0.38;1.04 -2125;11;4262.60;9.50;720.80;-0.60;0.96 -2127;11;4493.00;9.50;112.00;0.38;1.16 -2128;11;3811.60;9.50;773.60;-0.13;1.10 -2131;11;3032.60;9.50;72.40;-1.20;1.10 -2134;11;2252.80;9.50;214.20;0.03;1.22 -2135;11;2559.80;9.50;1129.60;-0.66;0.92 -2137;11;2378.40;9.50;1557.20;0.60;1.14 -2138;11;2115.60;9.50;917.40;-0.34;0.94 -2140;11;1129.20;9.50;199.40;0.14;1.26 -2141;11;280.40;9.50;471.80;-0.28;1.18 -2143;11;18.40;9.50;1452.80;-0.08;1.02 -2144;11;373.60;9.50;1443.60;-0.10;1.22 -2145;11;523.00;9.50;512.00;-0.19;1.18 -2148;11;1429.00;9.50;905.60;0.91;1.04 -2230;11;3080.40;9.50;1674.60;-0.29;0.92 -2231;11;2969.80;9.50;517.60;-0.46;0.94 -2232;11;1685.20;9.50;1030.20;-0.11;0.76 -2233;11;2148.80;9.50;1602.00;0.41;1.86 -2234;11;393.40;9.50;126.80;-0.46;1.16 -2235;11;3717.40;9.50;766.60;0.33;1.14 -2236;11;5427.40;9.50;10.20;-1.55;0.76 -2237;11;5169.00;9.50;810.60;-1.03;1.20 -2238;11;5182.60;9.50;1164.00;-0.48;1.20 -2239;11;4614.40;9.50;513.60;-0.91;0.66 -2240;11;4235.60;9.50;749.00;-0.71;1.02 -2241;11;4493.60;9.50;64.40;-0.53;1.16 -2242;11;3826.60;9.50;814.00;-0.87;1.00 -2243;11;3036.00;9.50;103.00;0.46;1.04 -2244;11;2123.00;9.50;19.20;-1.52;0.82 -2245;11;2205.80;9.50;184.00;-0.34;1.06 -2246;11;2603.00;9.50;1104.60;0.36;1.12 -2247;11;2423.80;9.50;1583.40;0.26;1.44 -2248;11;2222.00;9.50;891.40;-1.13;1.24 -2249;11;1076.00;9.50;116.00;0.00;1.42 -2250;11;342.60;9.50;421.80;0.53;1.28 -2251;11;93.80;9.50;1408.80;0.62;1.32 -2252;11;425.00;9.50;1433.20;-0.62;1.00 -2253;11;539.00;9.50;561.40;-0.42;1.08 -2254;11;1354.80;9.50;955.40;0.05;0.98 -2256;11;3123.60;9.50;1631.00;0.70;1.12 -2257;11;2980.80;9.50;392.20;0.03;0.98 -2258;11;1635.80;9.50;1050.80;-0.25;1.50 -2259;11;2079.40;9.50;1711.60;0.16;1.26 -2260;11;274.40;9.50;14.40;-1.50;0.82 -2261;11;5493.00;9.50;1799.60;-0.71;1.40 -2262;11;3643.40;9.50;687.00;-0.33;1.04 -2263;11;5200.00;9.50;731.60;-0.37;1.42 -2264;11;5131.60;9.50;1172.60;-0.33;1.02 -2265;11;4619.00;9.50;489.60;-1.37;0.94 -2266;11;4217.60;9.50;716.00;-0.14;1.12 -2267;11;4444.80;9.50;61.80;-0.44;1.02 -2268;11;3909.60;9.50;800.80;-0.32;1.06 -2269;11;2996.60;9.50;90.60;0.37;1.02 -2270;11;2174.20;9.50;9.60;-0.54;0.90 -2271;11;2160.80;9.50;175.60;0.03;1.12 -2272;11;2626.80;9.50;1133.20;-0.71;0.80 -2273;11;2358.20;9.50;1603.20;0.40;1.02 -2274;11;2523.60;9.50;1372.60;-0.78;1.36 -2275;11;1060.60;9.50;240.20;-1.00;1.72 -2276;11;338.60;9.50;473.40;-0.53;1.10 -2277;11;119.60;9.50;1415.20;-0.21;1.32 -2278;11;427.00;9.50;1479.60;0.34;1.24 -2279;11;591.80;9.50;516.80;-0.35;1.06 -2280;11;1446.20;9.50;975.00;0.34;1.04 -2282;11;3061.40;9.50;1639.40;-0.78;0.70 -2283;11;2969.80;9.50;228.40;-0.38;0.96 -2284;11;1540.40;9.50;1014.80;-0.10;0.84 -2285;11;2078.40;9.50;1666.20;-0.32;1.42 -2286;11;510.60;9.50;25.20;-1.54;1.04 -2287;11;5615.80;9.50;1962.80;0.27;1.94 -2288;11;3663.60;9.50;723.00;-1.16;1.22 -2289;11;5258.80;9.50;677.40;0.66;1.06 -2290;11;5120.40;9.50;1127.80;-0.28;1.06 -2291;11;4656.00;9.50;462.40;-0.50;1.32 -2292;11;4216.20;9.50;768.40;-0.03;0.96 -2293;11;4432.80;9.50;16.40;-0.68;0.90 -2294;11;3873.40;9.50;819.80;-0.28;1.06 -2295;11;2961.80;9.50;77.60;0.60;1.12 -2296;11;2149.20;9.50;3.60;4.58;0.20 -2297;11;2217.60;9.50;274.60;0.29;1.10 -2298;11;2312.80;9.50;802.40;-0.18;1.22 -2299;11;2363.40;9.50;1640.00;-0.08;1.28 -2300;11;2581.60;9.50;1336.60;-0.55;1.08 -2301;11;1012.60;9.50;255.00;0.22;1.58 -2302;11;376.80;9.50;426.00;-0.51;1.02 -2303;11;90.60;9.50;1465.20;-0.82;1.00 -2304;11;36.80;9.50;1167.40;-0.56;1.22 -2305;11;468.40;9.50;1470.80;-0.23;1.24 -2306;11;585.20;9.50;613.60;-0.82;1.38 -2307;11;1302.80;9.50;965.80;0.24;1.24 -2309;11;3106.00;9.50;1610.80;0.82;0.60 -2310;11;3016.60;9.50;144.60;0.29;0.92 -2311;11;1570.00;9.50;894.40;0.00;1.20 -2312;11;2093.80;9.50;1536.20;0.19;1.56 -2313;11;544.20;9.50;102.60;-0.75;1.34 -2314;11;3723.00;9.50;631.80;0.48;1.08 -2315;11;5295.60;9.50;676.80;-0.32;1.08 -2316;11;5081.60;9.50;1143.20;-0.11;0.94 -2317;11;4688.40;9.50;452.00;-0.33;0.92 -2318;11;4165.00;9.50;703.80;-0.39;1.10 -2319;11;4468.20;9.50;25.20;-1.29;0.98 -2320;11;3840.80;9.50;870.40;-0.48;1.04 -2321;11;2957.60;9.50;123.80;-0.64;1.18 -2322;11;2204.20;9.50;19.40;4.52;0.86 -2323;11;2184.40;9.50;227.80;-0.84;1.04 -2324;11;2320.40;9.50;895.20;0.52;1.34 -2325;11;2307.80;9.50;1587.60;0.21;1.22 -2326;11;2503.20;9.50;1336.00;0.29;1.26 -2327;11;1029.80;9.50;194.40;0.03;1.60 -2328;11;389.00;9.50;472.40;-0.50;1.12 -2329;11;463.80;9.50;1406.60;-1.24;1.12 -2330;11;676.40;9.50;637.80;-0.61;1.46 -2331;11;1344.60;9.50;995.40;-0.11;1.30 -2333;11;3047.80;9.50;1609.20;0.04;0.88 -2334;11;3064.40;9.50;33.60;-0.98;0.88 -2335;11;1542.00;9.50;816.00;0.78;1.22 -2336;11;2077.60;9.50;1425.80;-0.64;1.34 -2337;11;580.60;9.50;54.80;0.06;1.32 -2338;11;3730.80;9.50;525.80;0.04;1.02 -2339;11;5258.60;9.50;728.00;-0.31;1.04 -2340;11;5037.00;9.50;1102.00;-0.89;1.00 -2341;11;4647.20;9.50;419.60;-0.04;1.16 -2342;11;4133.40;9.50;720.60;-0.08;0.80 -2343;11;4507.40;9.50;13.40;4.57;0.58 -2344;11;3921.40;9.50;848.80;0.60;0.82 -2345;11;2930.00;9.50;120.80;0.39;1.04 -2346;11;2238.40;9.50;16.80;-1.18;1.00 -2347;11;2263.20;9.50;336.20;0.33;1.02 -2348;11;2305.60;9.50;852.00;0.44;1.10 -2349;11;2261.80;9.50;1602.20;0.59;1.48 -2350;11;2468.00;9.50;1293.80;0.36;1.38 -2351;11;1005.20;9.50;146.40;-0.04;1.34 -2352;11;410.00;9.50;416.00;-1.10;1.16 -2353;11;10.00;9.50;1505.60;0.00;0.52 -2354;11;552.00;9.50;1381.20;0.52;1.10 -2355;11;737.00;9.50;674.60;0.62;1.28 -2357;11;1270.40;9.50;1006.60;0.23;1.08 -2358;11;3027.00;9.50;1596.40;0.53;0.60 -2359;11;3195.00;9.50;49.00;0.46;1.10 -2360;11;1465.80;9.50;843.60;-0.46;0.98 -2361;11;1934.80;9.50;1640.80;-0.35;1.52 -2362;11;751.40;9.50;67.40;-0.78;1.44 -2363;11;3771.60;9.50;565.40;0.11;0.80 -2364;11;5275.80;9.50;774.00;-0.19;0.90 -2365;11;5064.40;9.50;987.00;-0.06;1.10 -2366;11;5534.00;9.50;1848.20;-0.67;1.48 -2367;11;4578.40;9.50;374.40;-0.49;1.14 -2368;11;4177.60;9.50;750.00;-0.57;1.14 -2369;11;4528.80;9.50;30.20;-0.18;1.02 -2370;11;3947.80;9.50;832.20;-0.28;0.80 -2371;11;2917.80;9.50;161.80;0.05;0.92 -2372;11;2196.40;9.50;361.00;-0.70;1.08 -2373;11;2260.80;9.50;820.20;-0.15;1.22 -2374;11;2534.60;9.50;1588.00;0.33;1.06 -2375;11;2622.80;9.50;1204.00;0.23;1.06 -2376;11;951.80;9.50;188.60;-0.69;1.52 -2377;11;738.80;9.50;878.00;0.23;1.04 -2378;11;529.40;9.50;1479.00;-0.70;1.16 -2379;11;678.80;9.50;731.60;-0.92;1.44 -2380;11;1205.80;9.50;998.60;-0.66;0.98 -2381;11;2729.40;9.50;1490.60;-0.98;0.48 -2382;11;3012.20;9.50;1621.60;0.46;0.52 -2383;11;3332.60;9.50;73.00;0.06;1.06 -2384;11;1471.40;9.50;705.80;0.08;1.08 -2385;11;1924.20;9.50;1554.20;0.49;1.34 -2386;11;803.80;9.50;29.00;4.56;1.26 -2387;11;3696.60;9.50;396.60;0.29;1.10 -2388;11;5620.40;9.50;20.20;1.55;1.20 -2389;11;5380.00;9.50;772.80;0.55;1.06 -2390;11;5079.40;9.50;1032.60;-0.58;1.02 -2391;11;4558.20;9.50;432.80;-0.52;1.08 -2392;11;4137.00;9.50;765.40;-0.28;0.96 -2393;11;4574.40;9.50;39.20;-0.32;0.96 -2394;11;3923.00;9.50;923.40;0.22;1.26 -2395;11;2989.20;9.50;181.80;-0.20;1.02 -2396;11;2387.00;9.50;63.80;0.17;0.98 -2397;11;2237.20;9.50;324.20;0.87;1.00 -2398;11;2221.60;9.50;797.00;0.38;0.92 -2399;11;2570.60;9.50;1478.60;0.40;1.18 -2400;11;2682.00;9.50;1214.40;-0.89;0.72 -2401;11;944.80;9.50;228.60;0.44;1.54 -2402;11;463.60;9.50;508.20;-0.25;1.30 -2403;11;7.40;9.50;1551.00;0.14;0.36 -2404;11;528.60;9.50;1432.00;0.59;1.22 -2405;11;586.80;9.50;656.20;-0.21;1.30 -2406;11;1125.60;9.50;1001.00;-0.85;1.04 -2408;11;2980.00;9.50;1605.20;0.19;0.84 -2409;11;3364.40;9.50;173.60;-0.48;1.20 -2410;11;1539.80;9.50;630.60;-0.66;1.08 -2411;11;1806.20;9.50;1465.00;-0.05;0.94 -2412;11;1305.20;9.50;53.00;-0.61;1.42 -2413;11;3686.60;9.50;199.20;-0.55;1.06 -2414;11;5491.00;9.50;759.80;0.48;1.00 -2415;11;5041.00;9.50;958.00;0.38;1.22 -2416;11;4559.60;9.50;477.20;-0.29;0.90 -2417;11;4010.20;9.50;711.20;-0.22;1.26 -2418;11;4579.60;9.50;118.80;0.28;1.12 -2419;11;3847.00;9.50;915.20;-0.44;0.94 -2420;11;3046.20;9.50;174.00;0.43;1.30 -2421;11;2331.00;9.50;62.20;-1.27;1.02 -2422;11;2175.40;9.50;307.40;-0.21;0.88 -2423;11;2232.00;9.50;834.20;0.54;1.02 -2424;11;2576.60;9.50;1440.80;-0.51;0.94 -2425;11;2031.80;9.50;1515.40;-0.36;1.10 -2426;11;880.00;9.50;164.80;0.17;1.50 -2427;11;379.80;9.50;522.00;-1.09;0.86 -2428;11;606.00;9.50;1378.20;0.36;1.04 -2429;11;655.20;9.50;702.00;-0.38;1.00 -2430;11;1065.80;9.50;1018.40;-0.48;1.06 -2431;11;2999.40;9.50;1646.80;0.75;0.70 -2432;11;3374.60;9.50;278.20;0.06;1.06 -2433;11;1629.60;9.50;525.20;0.44;1.48 -2434;11;1806.40;9.50;1579.40;-1.48;1.00 -2435;11;1256.20;9.50;100.60;0.54;1.12 -2436;11;5020.80;9.50;1697.80;-0.78;0.58 -2437;11;3404.00;9.50;68.60;-0.17;1.06 -2438;11;5432.60;9.50;823.40;-0.44;0.82 -2439;11;4989.40;9.50;994.40;-0.61;1.22 -2440;11;4586.20;9.50;465.40;-0.75;1.28 -2441;11;3970.20;9.50;746.00;-0.67;1.12 -2442;11;4610.80;9.50;106.40;-0.56;1.08 -2443;11;3796.60;9.50;889.40;-0.68;0.92 -2444;11;3065.00;9.50;131.00;0.46;0.94 -2445;11;2383.60;9.50;13.80;-0.32;1.06 -2446;11;2719.60;9.50;2021.00;0.84;0.62 -2447;11;2173.60;9.50;841.00;0.08;0.94 -2448;11;2525.20;9.50;1631.60;-0.21;1.22 -2449;11;1989.80;9.50;1585.80;-0.35;1.74 -2450;11;861.40;9.50;107.20;-0.36;1.26 -2451;11;334.40;9.50;511.00;0.87;1.22 -2452;11;563.60;9.50;1428.80;-0.64;1.16 -2453;11;635.60;9.50;668.40;-0.65;0.98 -2454;11;1129.40;9.50;1043.80;0.32;1.22 -2455;11;2950.80;9.50;1673.80;-0.52;1.16 -2456;11;3462.20;9.50;376.20;-0.48;1.34 -2457;11;1658.80;9.50;348.20;-0.15;1.40 -2458;11;1773.20;9.50;1504.20;0.75;1.54 -2459;11;1378.60;9.50;149.00;0.22;1.32 -2460;11;5110.40;9.50;1615.80;-0.50;1.72 -2461;11;3262.80;9.50;6.20;-1.32;0.58 -2462;11;5500.80;9.50;805.60;-0.10;1.40 -2463;11;5012.00;9.50;1026.80;-0.62;1.14 -2464;11;4522.20;9.50;352.80;0.20;1.16 -2465;11;3991.00;9.50;664.40;-0.42;0.94 -2466;11;4542.20;9.50;82.20;0.11;1.16 -2467;11;3773.80;9.50;864.00;0.05;0.92 -2468;11;3589.60;9.50;10.20;-0.96;1.04 -2469;11;3077.20;9.50;92.20;0.40;0.96 -2470;11;2401.80;9.50;5.00;-1.36;0.52 -2471;11;2150.20;9.50;355.20;-0.48;0.90 -2472;11;2173.20;9.55;823.40;0.91;0.44 -2473;11;2610.80;9.50;1637.80;0.02;1.26 -2474;11;1991.40;9.50;1533.00;0.11;1.42 -2475;11;785.20;9.50;110.40;-1.30;0.96 -2476;11;342.80;9.50;537.40;-1.00;0.96 -2477;11;655.00;9.50;1379.00;-0.38;1.04 -2478;11;556.00;9.50;705.60;-0.62;1.38 -2479;11;1131.20;9.50;1093.20;0.15;1.24 -2480;11;3455.20;9.50;222.20;0.42;1.18 -2481;11;2653.40;9.50;1665.40;0.58;0.74 -2482;11;1656.20;9.50;254.80;-0.52;0.92 -2483;11;1697.80;9.50;1464.00;-0.11;1.16 -2484;11;1327.00;9.50;23.00;4.71;1.16 -2485;11;5045.00;9.50;1549.40;-0.30;0.72 -2486;11;3768.60;9.50;124.40;-0.24;1.24 -2487;11;5384.60;9.50;858.20;-0.70;1.40 -2488;11;4965.40;9.50;1004.40;0.44;1.24 -2490;11;4531.40;9.50;481.40;0.13;0.86 -2491;11;3944.20;9.50;735.40;4.00;1.26 -2492;11;4644.80;9.50;60.40;0.75;0.96 -2493;11;3789.40;9.50;915.20;1.02;0.90 -2494;11;3660.40;9.50;30.80;-0.06;0.90 -2495;11;3100.20;9.50;43.00;0.43;0.82 -2496;11;2369.80;9.50;3.80;4.64;0.20 -2497;11;2198.00;9.50;392.80;0.62;0.92 -2498;11;2119.20;9.50;828.60;0.46;0.62 -2499;11;2744.60;9.50;1812.00;0.44;1.18 -2500;11;1615.60;9.50;1160.60;0.58;0.70 -2501;11;731.60;9.50;18.80;-1.33;1.24 -2502;11;251.60;9.50;522.80;-0.64;1.00 -2503;11;597.40;9.50;1485.40;-0.65;0.84 -2504;11;615.00;9.50;769.00;0.64;1.24 -2505;11;1066.40;9.50;1057.80;-0.08;1.04 -2506;11;2908.00;9.50;1664.80;-0.25;1.42 -2507;11;3564.40;9.50;173.40;-0.61;0.94 -2508;11;1672.20;9.50;127.60;-0.04;0.94 -2509;11;1504.20;9.50;12.60;4.64;0.54 -2510;11;5011.40;9.50;1511.20;-0.04;0.80 -2511;11;3962.00;9.50;55.20;1.06;1.32 -2512;11;5467.60;9.50;901.00;0.97;0.98 -2513;11;4968.80;9.50;1050.20;-0.42;1.42 -2514;11;4503.60;9.50;490.20;0.57;0.94 -2515;11;3933.80;9.50;665.80;-1.04;0.92 -2516;11;4666.40;9.50;104.80;-0.46;0.74 -2517;11;3850.60;9.50;951.00;0.13;0.88 -2518;11;3608.20;9.50;48.60;-0.04;1.26 -2519;11;3003.20;9.50;233.20;-0.34;1.02 -2520;11;2297.20;9.50;22.80;-0.43;1.26 -2521;11;2114.00;9.50;353.20;-0.52;0.86 -2522;11;2137.60;9.50;834.80;0.20;1.00 -2523;11;2568.80;9.50;1681.60;0.68;1.60 -2524;11;699.80;9.50;47.20;-0.33;1.44 -2525;11;221.80;9.50;520.60;0.37;1.06 -2526;11;2.60;9.50;1609.80;-0.36;0.64 -2527;11;675.00;9.50;1505.60;0.41;1.48 -2528;11;659.60;9.50;774.00;-0.99;1.08 -2529;11;1116.20;9.50;1139.80;0.52;1.14 -2530;11;2874.00;9.50;1747.80;4.61;0.84 -2531;11;3612.40;9.50;257.80;-0.28;1.08 -2532;11;1698.20;9.50;56.00;0.95;0.78 -2533;11;1644.40;9.50;37.60;-0.08;1.02 -2534;11;5006.80;9.50;1447.80;0.03;0.82 -2535;11;5301.00;9.50;815.20;-0.45;1.28 -2536;11;4996.60;9.50;1111.00;-0.26;1.10 -2537;11;4517.00;9.50;430.20;-0.36;1.02 -2538;11;3909.80;9.50;629.80;-0.44;0.80 -2539;11;4710.00;9.50;72.80;-0.39;1.02 -2540;11;3819.00;9.50;987.40;-0.53;0.88 -2541;11;3652.60;9.50;84.80;0.74;1.34 -2542;11;3005.80;9.50;288.20;0.40;1.16 -2543;11;2337.40;9.50;10.60;-0.74;0.84 -2544;11;2087.40;9.50;353.60;-0.29;0.94 -2545;11;2094.60;9.50;877.40;0.07;1.16 -2546;11;2515.40;9.50;1682.80;0.76;1.08 -2547;11;1602.20;9.50;1008.40;0.10;1.22 -2548;11;650.00;9.50;18.40;-1.52;0.98 -2549;11;172.80;9.50;565.20;-0.98;1.16 -2550;11;53.20;9.50;1522.20;0.33;1.20 -2551;11;624.00;9.50;1429.40;-0.15;1.18 -2552;11;637.00;9.50;729.00;0.19;1.48 -2553;11;1066.80;9.50;1227.40;0.75;1.32 -2554;11;2952.00;9.50;1823.60;0.00;1.36 -2555;11;3748.60;9.50;309.40;0.48;1.14 -2556;11;171.60;9.50;1959.40;0.25;1.16 -2557;11;1550.60;9.50;156.80;-0.59;1.32 -2558;11;5023.60;9.50;604.00;0.83;0.94 -2559;11;4936.40;9.50;1090.20;-0.43;1.28 -2560;11;5353.20;9.50;1819.80;4.54;0.64 -2561;11;4488.60;9.50;384.40;-0.58;0.98 -2562;11;3966.00;9.50;619.60;0.41;0.90 -2563;11;4552.80;9.50;13.00;-1.31;0.84 -2564;11;3861.00;9.50;985.20;-0.44;0.88 -2565;11;3710.20;9.50;73.40;0.18;1.12 -2566;11;2950.80;9.50;265.00;-0.61;0.86 -2567;11;2320.00;9.50;6.60;4.51;0.32 -2568;11;2674.40;9.50;2019.80;0.91;0.66 -2569;11;2025.00;9.70;852.40;-0.74;1.48 -2570;11;2448.60;9.50;1700.60;0.47;1.44 -2571;11;1741.80;9.50;1043.80;0.31;1.36 -2572;11;577.80;9.50;24.60;4.65;1.04 -2573;11;276.00;9.50;565.20;0.00;1.34 -2574;11;59.40;9.50;1581.20;1.05;1.14 -2575;11;693.00;9.50;1463.80;0.00;1.26 -2576;11;638.00;9.50;803.00;-0.86;1.56 -2577;11;1032.80;9.50;1183.40;0.46;1.12 -2578;11;3002.40;9.50;1938.80;-0.28;1.18 -2579;11;3622.40;9.50;432.80;-0.85;1.02 -2580;11;1890.80;9.50;86.20;0.03;1.30 -2581;11;245.20;9.50;1852.40;0.82;0.84 -2582;11;1487.60;9.50;53.00;-0.38;0.98 -2583;11;4987.20;9.50;1375.00;0.11;1.44 -2584;11;3467.40;9.50;15.40;-0.49;1.20 -2585;11;4927.00;9.50;650.40;4.13;1.08 -2586;11;4966.00;9.50;1139.60;-0.41;1.06 -2587;11;4463.40;9.50;392.00;0.10;0.94 -2588;11;3997.80;9.50;622.60;0.32;0.92 -2589;11;4593.80;9.50;16.60;-1.07;1.02 -2590;11;3839.20;9.50;1019.00;-0.63;1.10 -2591;11;3686.60;9.50;29.40;-0.90;1.00 -2592;11;2930.00;9.50;227.20;-0.55;1.06 -2593;11;2270.00;9.50;8.80;4.67;0.42 -2594;11;2125.20;9.50;399.80;0.44;0.94 -2595;11;2042.00;9.50;934.60;-1.08;1.10 -2596;11;2415.40;9.50;1762.60;0.27;1.38 -2597;11;1841.60;9.50;1029.60;0.29;1.02 -2598;11;657.40;9.50;45.20;0.70;1.30 -2599;11;312.80;9.50;616.00;0.69;1.34 -2600;11;117.00;9.50;1509.00;0.24;0.86 -2601;11;717.60;9.50;1514.40;-0.58;1.18 -2602;11;601.20;9.50;815.20;-0.27;0.90 -2603;11;985.60;9.50;1223.40;-0.44;1.22 -2604;11;3103.80;9.50;2035.00;-1.42;0.46 -2605;11;3503.40;9.50;445.60;-0.07;1.18 -2606;11;1912.80;9.50;138.00;-0.67;1.58 -2607;11;42.80;9.50;1908.60;0.60;1.06 -2608;11;1436.40;9.50;206.20;0.11;1.30 -2609;11;4821.20;9.50;1284.60;-0.18;1.28 -2610;11;3507.60;9.50;13.20;4.60;0.60 -2611;11;4991.20;9.50;638.40;-0.04;1.06 -2612;11;4933.20;9.50;1166.80;-0.52;1.16 -2613;11;5463.00;9.50;1757.20;-0.19;1.44 -2614;11;4478.40;9.50;433.00;-0.44;1.06 -2615;11;3979.40;9.50;580.60;-0.29;0.96 -2616;11;4628.40;9.50;10.80;4.66;0.50 -2617;11;3780.00;9.50;1000.20;-0.30;0.90 -2618;11;3712.80;9.50;114.60;-0.21;0.98 -2619;11;2898.80;9.50;237.20;0.03;0.84 -2620;11;2198.20;9.50;423.40;-0.26;0.92 -2621;11;2046.80;9.50;967.60;0.04;1.06 -2622;11;2327.00;9.50;1692.40;-0.84;1.18 -2623;11;1359.80;9.50;1280.60;-0.17;1.22 -2624;11;603.20;9.50;94.40;-0.89;1.34 -2625;11;164.40;9.50;608.20;-0.80;0.96 -2626;11;106.00;9.50;1546.40;0.22;0.92 -2627;11;572.40;9.50;1525.20;-0.99;1.02 -2628;11;726.60;9.50;829.20;0.07;1.20 -2629;11;946.60;9.50;1260.20;-0.29;1.30 -2630;11;3348.60;9.50;2015.60;-0.16;0.78 -2631;11;3507.00;9.50;500.80;0.48;1.10 -2632;11;1974.00;9.50;145.20;-0.19;1.18 -2633;11;1575.40;9.50;295.40;-0.60;1.46 -2634;11;4887.20;9.50;1313.60;-1.27;0.78 -2635;11;3512.60;9.50;30.80;-0.10;1.04 -2636;11;4942.80;9.50;668.40;-0.27;1.10 -2637;11;4898.60;9.50;1123.60;-0.66;1.30 -2638;11;4454.80;9.50;480.20;-1.04;1.10 -2639;11;3940.60;9.50;588.80;0.10;0.96 -2640;11;3745.40;9.50;1007.20;-0.36;1.12 -2641;11;3645.40;9.50;122.20;-0.64;1.28 -2642;11;2932.40;9.50;271.40;0.28;0.88 -2643;11;2067.20;9.50;415.40;-0.04;1.14 -2644;11;2014.20;9.50;954.60;0.59;1.26 -2645;11;2389.60;9.50;1728.20;0.57;1.16 -2646;11;1302.40;9.50;1277.20;-0.19;1.08 -2647;11;721.20;9.50;96.60;-0.21;1.20 -2648;11;236.80;9.50;620.80;-0.30;1.16 -2649;11;102.80;9.50;1590.60;-0.17;1.14 -2650;11;500.40;9.50;1524.40;-0.88;0.96 -2651;11;608.60;9.50;855.40;0.09;1.02 -2652;11;906.40;9.50;1300.80;-0.08;1.10 -2653;11;3438.40;9.50;1998.00;-0.27;1.42 -2654;11;3528.00;9.50;586.40;-0.55;1.18 -2655;11;2056.60;9.50;71.40;-0.34;1.10 -2656;11;62.40;9.50;1828.00;-0.70;0.70 -2657;11;1426.40;9.50;838.00;-0.05;0.94 -2658;11;4934.40;9.50;1256.60;-0.76;0.90 -2659;11;3592.20;9.50;96.40;0.12;0.86 -2660;11;5249.60;9.50;2.40;-1.42;0.52 -2661;11;4956.40;9.50;728.40;-0.30;1.10 -2662;11;4884.00;9.50;1087.20;-0.30;0.92 -2663;11;5436.60;9.50;1707.40;-0.28;1.10 -2664;11;4390.20;9.50;501.00;-0.50;1.14 -2665;11;3890.40;9.50;593.40;-0.39;0.74 -2666;11;3629.80;9.50;1045.00;-0.42;0.98 -2667;11;3615.40;9.50;146.60;-0.07;1.18 -2668;11;2890.80;9.50;290.80;0.03;0.74 -2669;11;2056.00;9.50;161.80;-0.96;1.02 -2670;11;1997.80;9.51;941.60;0.60;0.98 -2671;11;2331.00;9.50;1743.60;0.62;1.32 -2672;11;1293.40;9.50;1207.40;-0.31;1.10 -2673;11;674.40;9.50;150.20;-0.51;1.22 -2674;11;284.20;9.50;674.20;0.49;1.46 -2675;11;53.00;9.50;1619.00;-0.19;1.28 -2676;11;497.80;9.50;1605.80;-0.63;1.10 -2677;11;632.40;9.50;936.60;-1.46;0.98 -2678;11;795.00;9.50;1311.00;-1.46;0.88 -2679;11;3441.00;9.52;1880.00;-0.98;0.84 -2680;11;3600.20;9.50;531.80;0.30;0.96 -2681;11;2010.20;9.50;191.60;0.12;1.34 -2682;11;187.20;9.50;1713.20;0.42;1.44 -2683;11;1460.80;9.50;916.20;0.03;1.42 -2684;11;4875.60;11.11;1235.00;-0.85;0.84 -2685;11;3822.00;9.50;87.20;0.44;1.20 -2686;11;5016.60;9.50;724.60;-0.16;1.00 -2687;11;4880.00;9.50;1046.20;0.36;1.02 -2688;11;5399.80;9.50;1744.00;-0.42;1.08 -2689;11;4391.00;9.50;548.20;-0.75;0.86 -2690;11;3842.20;9.50;583.00;-0.50;0.86 -2691;11;3596.20;9.50;1066.60;-0.60;1.10 -2692;11;3721.40;9.50;154.00;-0.08;1.06 -2693;11;2925.40;9.50;323.80;0.12;0.92 -2694;11;2129.40;9.50;440.40;-0.06;0.98 -2695;11;2743.20;9.50;1871.40;-0.14;1.02 -2696;11;2261.40;9.50;1748.00;0.48;1.04 -2697;11;1354.00;9.50;1170.80;-0.60;1.12 -2698;11;755.20;9.50;137.20;0.11;1.26 -2699;11;206.20;9.50;699.00;-0.67;1.16 -2700;11;80.80;9.50;1656.60;-0.97;1.22 -2701;11;550.80;9.50;1577.20;-0.98;1.58 -2702;11;666.80;9.50;863.40;-0.12;1.46 -2704;11;3603.40;9.50;721.20;-0.09;0.98 -2705;11;2060.00;9.50;233.60;-0.21;1.18 -2706;11;260.00;9.50;1891.80;0.25;1.02 -2707;11;1497.40;9.50;886.20;-0.49;1.50 -2708;11;4807.00;9.50;1188.00;0.00;1.06 -2709;11;3692.80;9.50;12.00;4.71;0.52 -2710;11;5222.40;9.50;15.40;-1.07;0.92 -2711;11;5035.80;9.50;762.60;-0.52;1.76 -2712;11;4837.20;9.50;1006.20;-0.40;1.22 -2713;11;5371.20;9.50;1687.40;-0.68;1.16 -2714;11;4440.40;9.50;502.40;0.08;1.28 -2715;11;3827.60;9.50;547.40;-0.82;1.04 -2716;11;3718.40;9.50;964.00;-0.84;0.94 -2717;11;3690.80;9.50;150.00;0.56;1.14 -2718;11;2887.00;9.50;344.20;-0.23;0.88 -2719;11;2164.40;9.50;464.60;-0.29;1.06 -2720;11;1947.00;9.50;988.60;-0.27;1.12 -2721;11;2289.80;9.50;1702.60;0.25;0.94 -2722;11;1391.80;9.50;1309.40;-1.00;0.96 -2723;11;809.80;9.50;276.80;-1.12;1.64 -2724;11;232.80;9.50;736.80;-0.20;1.08 -2725;11;69.80;9.50;1688.00;0.91;1.34 -2726;11;583.60;9.50;1617.40;-1.09;1.16 -2727;11;863.80;9.50;815.20;0.40;1.34 -2728;11;790.40;9.50;1338.40;0.24;1.40 -2729;11;2931.60;9.50;1594.40;0.11;0.74 -2730;11;3622.20;9.50;805.40;-0.46;1.18 -2731;11;2147.00;9.50;407.60;-0.49;0.76 -2732;11;441.40;9.50;1664.20;0.18;0.96 -2733;11;1513.60;9.50;951.00;0.67;1.08 -2734;11;4667.20;9.50;1279.60;-0.32;1.38 -2735;11;4968.80;9.50;770.80;-0.63;0.94 -2736;11;4887.20;9.50;978.80;-0.02;1.26 -2737;11;4504.40;9.50;544.80;0.75;0.76 -2738;11;3868.40;9.50;555.20;-0.51;0.80 -2739;11;3756.40;9.50;957.40;-0.65;1.14 -2740;11;3655.20;9.50;188.60;0.81;1.18 -2741;11;2912.60;9.50;379.20;-0.36;0.88 -2742;11;2130.80;9.50;232.40;-0.95;0.90 -2743;11;1906.40;9.50;1013.80;-0.56;1.06 -2744;11;2254.00;9.50;1689.40;0.63;1.18 -2745;11;1467.80;9.50;1281.40;0.33;0.98 -2746;11;879.20;9.50;221.80;0.67;1.32 -2747;11;286.80;9.50;732.00;-0.34;1.38 -2748;11;95.80;9.50;1699.40;0.53;0.98 -2749;11;663.60;9.50;1611.00;-0.48;1.06 -2750;11;748.20;9.50;788.40;-0.04;1.02 -2751;11;730.80;9.50;1652.60;0.84;1.24 -2752;11;2886.40;9.50;1584.20;-0.81;0.92 -2753;11;3520.60;9.50;826.60;-0.66;0.86 -2754;11;2149.40;9.50;311.20;0.55;1.08 -2755;11;545.20;9.50;1671.60;-1.17;1.28 -2756;11;1469.00;9.50;993.80;0.14;0.76 -2757;11;4701.00;9.50;1222.00;0.24;1.16 -2758;11;5013.80;9.50;805.60;-0.69;1.06 -2759;11;4907.40;9.50;965.20;-0.70;1.40 -2760;11;4524.60;9.50;546.40;-0.09;0.96 -2761;11;3922.80;9.50;561.60;-0.60;0.78 -2762;11;3682.60;9.50;924.40;-0.81;1.08 -2763;11;3651.80;9.50;222.20;-0.51;1.12 -2764;11;2891.20;9.50;428.60;-1.01;0.94 -2765;11;2070.60;9.50;308.00;-0.73;1.22 -2766;11;1874.00;9.50;1009.00;0.00;1.02 -2767;11;2183.00;9.50;1687.20;-0.55;1.14 -2768;11;1882.20;9.50;1676.20;0.40;1.08 -2769;11;781.80;9.50;194.80;-0.87;1.24 -2770;11;334.40;9.50;699.40;0.17;1.24 -2771;11;77.80;9.50;1743.00;0.29;0.98 -2772;11;629.40;9.50;1561.80;-0.95;1.24 -2773;11;738.40;9.50;737.80;-0.64;1.06 -2774;11;721.40;9.50;1699.40;-0.65;1.34 -2775;11;2872.00;9.50;1563.40;0.00;0.44 -2776;11;3491.80;9.50;826.60;-0.60;0.90 -2777;11;1760.60;9.50;10.60;-1.40;0.64 -2778;11;2254.40;9.50;499.80;0.10;1.32 -2779;11;517.40;9.50;1565.00;0.57;1.14 -2780;11;1276.80;9.50;1069.40;-0.32;1.24 -2781;11;4731.20;9.50;1232.60;-0.93;1.18 -2782;11;5311.40;9.50;183.80;-0.73;1.34 -2783;11;5035.00;9.50;853.60;0.41;0.98 -2784;11;4888.60;9.50;913.80;0.39;1.36 -2785;11;4577.60;9.50;531.40;-0.53;0.84 -2786;11;3895.40;9.50;522.60;-0.48;1.02 -2787;11;3638.40;9.50;893.40;-1.07;0.98 -2788;11;3749.00;9.50;186.40;0.43;0.90 -2789;11;2863.80;9.50;434.00;0.04;0.90 -2790;11;2054.20;9.50;276.20;0.40;1.20 -2791;11;1887.80;9.50;1057.80;-0.16;0.92 -2792;11;2122.40;9.50;1716.00;-0.13;0.92 -2793;11;1041.20;9.50;106.20;0.73;1.18 -2794;11;361.00;9.50;734.00;-0.64;1.36 -2795;11;34.00;9.50;1734.80;0.39;1.08 -2796;11;735.80;9.50;1407.60;-0.37;1.12 -2797;11;779.20;9.50;696.60;0.37;1.38 -2798;11;626.80;9.50;1658.80;-0.51;1.20 -2799;11;2836.40;9.50;1567.60;0.22;0.54 -2800;11;3473.20;9.50;864.20;0.51;1.42 -2801;11;2340.60;9.50;606.80;-0.12;0.98 -2802;11;432.60;9.50;1621.40;-0.34;1.06 -2803;11;1181.40;9.50;1124.80;-0.35;1.06 -2804;11;4727.60;9.50;1123.60;-0.13;1.02 -2805;11;5256.80;9.50;214.00;-0.75;0.82 -2806;11;5027.00;9.50;899.40;-0.63;1.32 -2807;11;4857.20;9.50;959.40;0.56;1.26 -2808;11;5243.80;9.50;1742.80;-0.67;1.26 -2809;11;4626.20;9.50;538.00;-0.04;1.34 -2810;11;3854.60;9.50;510.40;-0.44;0.88 -2811;11;3677.40;9.50;845.80;-0.35;0.96 -2812;11;3742.80;9.50;235.20;-0.71;1.08 -2813;11;2911.20;9.50;463.40;-0.04;0.90 -2814;11;2107.20;9.50;246.20;-0.02;1.02 -2815;11;1931.40;9.50;1089.80;0.15;0.86 -2816;11;2125.20;9.50;1776.80;1.12;0.86 -2817;11;1828.40;9.50;1608.40;-0.39;0.78 -2818;11;1038.20;9.50;54.40;-0.03;1.18 -2819;11;323.20;9.50;768.60;-0.60;1.24 -2820;11;8.80;9.50;1709.20;0.04;0.44 -2821;11;794.60;9.50;1391.80;-0.32;1.32 -2822;11;814.40;9.50;713.80;-0.46;1.30 -2823;11;643.00;9.50;1714.80;0.20;1.20 -2824;11;2819.80;9.50;1555.60;0.12;0.36 -2825;11;3377.20;9.50;1042.00;0.51;1.18 -2826;11;2248.00;9.50;907.60;-0.65;1.38 -2827;11;235.60;9.50;1697.40;-0.65;1.36 -2828;11;1108.00;9.50;1233.40;-0.22;1.12 -2829;11;4741.40;9.50;1010.80;-0.06;1.18 -2830;11;5233.80;9.50;179.40;-0.68;0.84 -2831;11;5081.60;9.50;925.20;-0.09;1.36 -2832;11;4779.00;9.50;862.40;-0.35;1.32 -2833;11;4643.60;9.50;612.00;-0.38;1.12 -2834;11;3891.20;9.50;474.60;0.21;0.94 -2835;11;3715.80;9.50;870.00;-1.01;0.92 -2836;11;2869.60;9.50;478.60;0.08;1.16 -2837;11;2112.60;9.50;202.40;0.61;1.04 -2838;11;1957.80;9.50;1118.60;0.44;1.02 -2839;11;2070.80;9.50;1752.20;-0.51;0.78 -2840;11;1789.20;9.50;1546.80;0.45;1.18 -2841;11;889.40;9.50;47.40;-0.25;1.32 -2842;11;304.60;9.50;792.20;0.49;1.48 -2844;11;720.80;9.50;1370.40;-0.48;0.90 -2845;11;854.80;9.50;765.20;-0.85;1.20 -2846;11;711.60;9.50;1733.00;0.54;1.46 -2847;11;2796.40;9.50;1505.80;0.72;0.40 -2848;11;3692.40;9.50;883.40;-0.49;1.08 -2849;11;2268.00;9.50;777.00;0.54;1.16 -2850;11;161.60;9.50;1556.40;0.07;1.04 -2851;11;1050.20;9.50;1336.20;0.55;1.02 -2852;11;5567.20;9.50;520.40;-0.77;1.28 -2854;11;5300.40;9.50;151.80;0.91;1.22 -2855;11;5083.20;9.50;884.00;-0.63;1.16 -2856;11;4792.80;9.50;805.80;0.36;1.42 -2857;11;4606.60;9.50;731.40;-0.38;1.12 -2858;11;3930.80;9.50;479.00;0.50;0.90 -2859;11;3772.80;9.50;809.60;-0.14;1.16 -2860;11;3705.20;9.50;245.60;-0.04;1.10 -2861;11;2959.20;9.50;308.20;0.15;0.72 -2862;11;2033.60;9.50;185.80;-0.64;1.06 -2863;11;1915.00;9.50;1134.20;0.65;1.12 -2864;11;2020.20;9.50;1747.80;0.27;0.80 -2865;11;1660.60;9.50;1109.00;0.33;1.20 -2866;11;1010.80;9.50;382.00;-0.34;1.24 -2867;11;148.00;9.50;638.40;0.86;1.14 -2868;11;735.20;9.50;1332.60;0.46;0.96 -2869;11;937.00;9.50;803.20;0.89;0.94 -2870;11;589.40;9.50;1762.80;-1.09;1.14 -2871;11;2765.40;9.50;1491.20;-0.18;0.48 -2872;11;3737.80;9.50;912.20;0.03;0.90 -2873;11;2137.80;9.50;894.60;-0.97;1.18 -2874;11;15.20;9.50;1665.00;-0.50;1.06 -2875;11;909.20;9.50;1399.40;-0.53;1.44 -2876;11;4725.80;9.50;825.20;0.40;1.14 -2878;11;5204.20;9.50;126.60;-0.51;1.24 -2879;11;5115.00;9.50;912.20;-0.93;0.92 -2880;11;4830.80;9.50;822.40;0.03;1.14 -2881;11;5279.40;9.50;1748.20;-1.06;1.28 -2882;11;4560.40;9.50;698.60;-0.58;0.98 -2883;11;3978.80;9.50;535.80;0.43;0.96 -2884;11;3658.40;9.50;261.00;-0.22;1.34 -2885;11;2983.40;9.50;343.20;0.36;0.78 -2886;11;2122.80;9.50;153.60;0.44;0.84 -2887;11;1834.80;9.50;1125.40;-0.32;1.12 -2888;11;2027.00;9.50;1724.60;0.65;0.70 -2889;11;1332.40;9.50;1064.60;-0.20;1.24 -2890;11;993.80;9.50;336.40;-0.84;1.22 -2891;11;72.20;9.50;598.00;-0.91;1.10 -2892;11;758.00;9.50;1292.00;0.64;0.96 -2893;11;994.60;9.50;799.40;-0.11;1.26 -2894;11;560.00;9.50;1800.00;-0.98;1.24 -2895;11;2783.80;9.50;1535.80;0.24;0.26 -2896;11;3578.40;9.50;1098.40;-0.07;1.16 -2897;11;2132.20;9.50;955.40;-0.26;1.06 -2898;11;795.40;9.50;1520.00;-1.33;1.02 -2899;11;4709.60;9.50;742.00;-0.31;1.16 -2901;11;5104.40;9.50;823.00;0.65;1.48 -2902;11;4836.80;9.50;763.00;0.03;0.90 -2903;11;5179.40;9.50;1697.80;-1.27;1.10 -2904;11;4509.00;9.58;664.20;-0.65;0.98 -2905;11;3932.80;9.50;512.60;-0.66;0.94 -2906;11;3667.00;9.50;802.80;-0.48;1.14 -2907;11;3658.00;9.50;326.60;-0.42;0.96 -2908;11;2952.60;9.50;365.60;0.06;0.72 -2909;11;2613.00;9.50;2024.40;0.89;0.56 -2910;11;1817.00;9.50;1065.60;0.57;1.06 -2911;11;2031.40;9.50;1772.00;0.26;1.34 -2912;11;1367.80;9.50;1048.40;-0.71;1.18 -2913;11;890.00;9.50;265.40;-0.35;1.28 -2914;11;25.00;9.50;661.60;0.00;1.04 -2915;11;731.40;9.50;1251.00;-1.07;0.92 -2916;11;948.80;9.50;754.40;0.21;1.28 -2917;11;543.80;9.50;1826.20;1.23;1.22 -2918;11;2812.80;9.50;1608.20;0.49;0.50 -2919;11;3686.20;9.50;1057.20;0.18;0.82 -2920;11;2203.40;9.50;1060.60;0.57;1.16 -2921;11;793.80;9.50;1598.00;-1.03;0.94 -2922;11;4734.80;9.50;698.00;-0.15;0.94 -2924;11;5322.00;9.50;16.80;-1.32;1.24 -2925;11;5137.20;9.50;826.20;0.11;1.26 -2926;11;4945.40;9.50;956.00;-0.83;1.08 -2927;11;5185.00;9.50;1657.00;-0.95;0.96 -2928;11;4486.40;9.50;698.40;-0.95;1.12 -2929;11;3968.60;9.50;476.60;0.07;0.96 -2930;11;3768.00;9.50;736.60;0.00;0.86 -2931;11;3698.80;9.50;347.60;-0.31;1.02 -2932;11;2947.20;9.50;429.60;-0.18;0.92 -2933;11;2027.60;9.50;133.80;0.08;1.22 -2934;11;1784.20;9.50;1182.20;-0.35;1.28 -2935;11;1951.00;9.50;1731.60;0.00;1.20 -2936;11;2795.00;9.50;1961.00;-0.16;1.36 -2937;11;948.40;9.50;286.00;-0.51;1.48 -2938;11;82.00;9.50;645.20;0.16;1.30 -2939;11;803.20;9.50;1206.60;0.31;0.94 -2940;11;875.20;9.50;721.00;-0.81;0.96 -2941;11;647.80;9.50;965.20;-0.40;0.84 -2942;11;2778.40;9.50;1632.60;-0.07;1.24 -2943;11;3717.00;9.50;1036.20;-0.30;0.86 -2944;11;2164.00;9.50;1220.00;-0.12;1.14 -2945;11;788.20;9.50;1722.00;0.22;1.76 -2946;11;4623.00;9.50;777.60;0.00;1.06 -2948;11;5271.20;9.50;40.00;-1.12;1.06 -2949;11;5256.60;9.50;810.40;0.06;1.28 -2950;11;4926.60;9.50;916.60;-0.62;0.84 -2951;11;5196.00;9.50;1625.20;-0.30;0.90 -2952;11;4541.20;9.50;708.20;-0.22;1.10 -2953;11;3971.60;9.50;432.00;-0.38;0.96 -2954;11;3668.60;9.50;758.20;0.32;1.10 -2955;11;3716.80;9.50;290.80;0.43;1.24 -2956;11;3011.40;9.50;456.40;0.98;1.04 -2957;11;2077.40;9.50;113.60;-0.58;1.18 -2958;11;2346.20;9.50;924.60;-0.84;0.92 -2959;11;2151.60;9.50;1779.00;0.59;1.14 -2960;11;2835.20;9.50;1899.00;-0.02;0.94 -2961;11;854.60;9.50;319.40;-0.68;1.30 -2962;11;24.40;9.50;709.20;-0.07;1.08 -2963;11;829.00;9.50;1184.80;-0.96;1.36 -2964;11;960.20;9.50;690.80;0.30;1.38 -2965;11;566.80;9.50;1876.00;-1.17;1.16 -2966;11;2837.40;9.50;1613.60;-0.48;0.94 -2967;11;3796.00;9.50;1033.20;-0.75;0.86 -2968;11;2133.20;9.50;1116.60;-0.04;1.08 -2969;11;64.80;9.50;1468.00;0.35;1.22 -2970;11;695.60;9.50;1860.60;0.52;1.98 -2971;11;4658.80;9.50;812.40;-0.27;1.04 -2973;11;5366.40;9.50;60.60;0.13;1.00 -2974;11;5329.60;9.50;873.80;-0.55;1.48 -2975;11;4997.80;9.50;940.40;0.46;1.10 -2977;11;2788.00;9.50;1522.40;0.00;0.28 -2978;11;4565.40;9.50;756.80;-0.61;1.14 -2979;11;4020.40;9.50;435.80;-0.08;0.98 -2980;11;3729.60;9.50;730.60;0.37;0.72 -2981;11;3631.60;9.50;351.20;-0.14;0.98 -2982;11;2980.00;9.50;484.40;-0.50;0.90 -2983;11;2016.20;9.50;80.00;-0.35;1.28 -2984;11;2366.60;9.50;968.00;0.44;1.22 -2985;11;2163.60;9.50;1544.80;0.23;1.96 -2986;11;2873.60;9.50;1845.60;0.06;0.86 -2987;11;907.40;9.50;316.80;-0.74;0.98 -2988;11;28.80;9.50;757.20;-0.18;0.92 -2989;11;820.40;9.50;1244.40;-0.41;1.28 -2990;11;1004.20;9.50;731.20;0.42;1.24 -2991;11;219.60;9.50;2025.60;-0.78;0.24 -2993;11;2849.20;9.50;1658.00;0.13;0.98 -2997;11;2095.20;9.50;1073.00;0.15;1.02 -3001;11;204.60;9.50;1383.00;-0.73;1.36 -3002;11;510.20;9.50;1944.40;0.23;1.24 -3006;11;4660.00;9.50;940.80;0.14;1.06 -3011;11;5482.00;9.50;91.60;0.74;1.66 -3014;11;5260.60;9.50;867.20;-0.11;1.18 -3015;11;5001.80;9.50;896.80;-0.11;1.28 -3019;11;5339.20;9.50;1640.40;-0.26;1.12 -3020;11;4520.80;9.50;741.60;-0.40;1.10 -3023;11;4063.20;9.50;397.80;0.63;0.94 -3024;11;3736.80;9.50;697.00;0.38;0.78 -3028;11;3581.40;9.50;338.00;-0.38;0.90 -3029;11;2953.00;9.50;486.20;0.23;0.98 -3032;11;2028.60;9.50;29.40;-0.90;1.02 -3036;11;2315.80;9.50;941.60;-0.17;1.12 -3037;11;2139.80;9.50;1652.60;-0.17;1.82 -3038;11;2876.20;9.50;1910.20;-0.02;0.92 -3042;11;941.60;9.50;360.40;-0.13;0.92 -3043;11;83.80;9.50;697.60;-0.17;1.32 -3046;11;13.00;9.50;1779.40;0.00;0.80 -3047;11;864.80;9.50;1214.80;-1.04;1.14 -3051;11;1053.00;9.50;813.40;-0.42;1.02 -3052;11;245.00;9.50;2023.40;1.76;0.82 -3195;11;2731.80;9.50;1691.00;-0.69;1.16 -3198;11;2096.60;9.50;927.20;0.36;0.92 -3200;11;215.20;9.50;1432.00;0.42;0.96 -3201;11;335.20;9.50;1917.20;-0.16;0.48 -3204;11;4614.00;9.50;988.80;-0.25;0.94 -3209;11;5381.00;9.50;104.60;0.00;1.00 -3212;11;5192.20;9.50;900.00;-0.95;1.20 -3213;11;4940.40;9.50;881.40;-0.78;1.00 -3218;11;4466.80;9.50;780.00;-1.09;0.98 -3222;11;4004.00;9.50;394.00;-0.46;0.88 -3223;11;3769.80;9.50;600.80;0.04;1.00 -3227;11;3575.20;9.50;288.20;-0.27;0.84 -3228;11;2945.00;9.50;528.60;0.21;0.94 -3232;11;2627.40;9.50;134.60;-0.98;1.06 -3233;11;2009.40;9.50;31.00;-0.08;0.82 -3237;11;2277.20;9.50;950.80;0.52;1.08 -3238;11;2215.20;9.50;1566.40;0.23;1.66 -3239;11;1404.20;9.50;1029.80;-0.71;1.22 -3243;11;949.60;9.50;405.40;-0.28;1.26 -3244;11;141.20;9.50;682.20;-0.22;1.06 -3248;11;58.00;9.50;1789.20;0.89;1.00 -3249;11;888.00;9.50;1253.00;-0.19;1.04 -3252;11;1077.00;9.50;771.80;-0.97;1.08 -3253;11;454.40;9.50;1924.60;0.66;1.70 -3400;11;2813.80;9.50;1707.80;-0.45;0.88 -3405;11;2105.60;9.50;966.40;0.31;1.12 -3408;11;230.00;9.50;1342.60;-1.03;1.34 -3411;11;4566.60;9.50;902.40;0.07;0.92 -3416;11;5379.60;9.50;147.20;0.51;0.98 -3419;11;5164.80;9.50;920.80;0.03;1.22 -3420;11;4962.20;9.50;856.20;-0.65;1.10 -3424;11;5173.60;9.50;1554.80;-0.43;1.20 -3425;11;4445.00;9.50;753.60;0.00;1.02 -3428;11;4020.20;9.50;351.60;-0.44;0.92 -3429;11;3758.40;9.50;652.00;0.48;1.14 -3432;11;3621.40;9.50;308.00;0.11;1.18 -3433;11;2934.40;9.50;574.60;-0.08;0.96 -3436;11;2663.00;9.50;175.60;0.00;0.78 -3437;11;2034.60;9.50;12.40;-1.49;0.68 -3440;11;2298.20;9.50;993.00;0.84;1.28 -3441;11;2045.60;9.50;1685.40;0.65;1.02 -3442;11;1502.40;9.50;982.80;0.21;0.88 -3445;11;1030.60;9.50;432.40;-0.09;1.24 -3446;11;87.00;9.50;745.00;-0.38;1.22 -3450;11;122.00;9.50;1757.60;0.57;0.96 -3451;11;896.80;9.50;1172.20;-0.87;1.08 -3453;11;1158.20;9.50;780.20;-0.40;1.26 -3454;11;461.40;9.50;1903.60;-0.71;0.74 -3528;11;2747.60;9.50;1508.40;-0.58;0.52 -3590;11;2694.00;12.77;1633.60;0.00;1.02 -3591;11;210.40;9.50;1885.60;0.78;0.72 -3595;11;1973.20;9.50;1152.20;-0.55;1.08 -3599;11;325.00;9.50;1449.60;0.69;0.82 -3600;11;459.00;9.50;1834.20;0.23;1.46 -3603;11;4542.20;9.50;798.80;-1.13;0.80 -3607;11;5410.00;9.50;150.80;-0.14;1.38 -3610;11;5220.40;9.50;937.00;-0.51;1.38 -3611;11;4868.60;9.50;757.00;-0.07;0.96 -3615;11;5185.60;9.50;1528.20;-0.60;0.68 -3616;11;4432.20;9.50;713.00;-0.50;0.92 -3619;11;3968.20;9.50;368.20;-1.29;0.86 -3620;11;3632.00;9.50;652.20;-0.30;1.10 -3624;11;3543.80;9.50;242.00;-0.76;1.22 -3625;11;2918.60;9.50;616.60;-0.57;0.94 -3628;11;2588.40;9.50;131.40;-0.18;0.88 -3632;11;2316.20;9.50;999.20;0.21;1.00 -3633;11;1996.20;9.50;1782.80;0.87;0.98 -3634;11;1543.80;9.50;859.20;0.40;1.18 -3637;11;977.00;9.50;455.80;0.00;1.04 -3638;11;164.80;9.50;764.60;-0.21;0.84 -3642;11;71.80;9.50;1792.60;-0.80;0.90 -3643;11;955.60;9.50;1213.40;0.49;1.08 -3647;11;1074.40;9.50;861.00;-0.38;1.26 -3648;11;493.80;9.50;1912.00;-1.28;1.20 -3785;11;2676.60;9.50;1640.60;0.91;0.60 -3789;11;1962.40;9.50;1025.20;-0.32;0.90 -3792;11;679.00;9.50;1427.60;-0.27;0.74 -3793;11;566.80;9.50;1848.20;0.94;1.16 -3797;11;4473.60;9.50;728.00;-0.62;1.12 -3801;11;5349.40;9.50;110.20;0.73;1.28 -3804;11;5186.60;9.50;962.80;-0.49;1.16 -3805;11;4912.80;9.50;739.40;0.46;1.02 -3808;11;5134.40;9.50;1555.80;-0.36;1.44 -3809;11;4410.00;9.50;739.60;0.00;0.78 -3812;11;4001.20;9.50;321.20;-0.06;0.96 -3813;11;3678.40;9.50;663.20;-0.51;1.04 -3817;11;3618.60;9.50;223.40;0.78;1.04 -3818;11;2938.40;9.50;672.20;-0.07;0.78 -3821;11;2601.40;9.50;204.00;-0.59;0.94 -3822;11;1992.80;9.50;12.80;4.66;0.58 -3825;11;2258.80;9.50;1051.00;0.41;1.20 -3826;11;1989.00;9.50;1753.20;0.85;0.96 -3827;11;770.20;9.50;239.40;-0.53;1.10 -3831;11;707.00;9.50;244.00;-1.03;1.24 -3832;11;16.00;9.50;802.40;-0.13;0.98 -3836;11;5.20;9.50;1822.60;-0.05;0.30 -3837;11;972.20;9.50;1166.40;0.38;1.32 -3841;11;1167.20;9.50;839.60;0.23;1.42 -3842;11;592.40;9.50;1908.00;0.31;1.20 -3990;11;2706.60;9.50;1571.00;-0.49;0.70 -3993;11;1944.80;9.50;1038.40;0.46;0.92 -3997;11;834.40;9.50;1342.20;-0.36;1.46 -3998;11;734.60;9.50;1602.80;-0.60;1.20 -4002;11;4369.60;9.50;806.40;-0.44;1.24 -4007;11;5310.20;9.50;83.80;0.16;1.02 -4011;11;5245.80;9.50;996.20;0.47;1.22 -4012;11;4869.60;9.50;819.00;-0.11;0.86 -4015;11;5130.40;9.50;1498.60;-0.47;1.20 -4016;11;4377.00;9.50;764.20;-0.23;0.90 -4020;11;3936.00;9.50;394.60;0.21;0.94 -4021;11;3660.60;9.50;612.80;-0.64;1.06 -4025;11;3521.80;9.50;192.60;-0.37;1.02 -4026;11;2846.60;9.50;714.20;0.32;0.94 -4030;11;2655.20;9.50;231.20;0.33;0.92 -4034;11;2777.60;9.50;1824.20;-0.34;1.08 -4035;11;1979.20;9.50;1697.20;-0.48;0.96 -4036;11;1514.60;9.50;736.80;-0.39;0.80 -4039;11;629.20;9.50;142.60;-0.18;1.06 -4040;11;53.60;9.50;795.40;-0.44;1.18 -4043;11;33.20;9.50;1824.20;0.24;0.80 -4044;11;854.40;9.50;1119.00;-0.45;1.42 -4048;11;1118.00;9.50;895.80;-0.71;1.26 -4049;11;592.80;9.50;1946.60;-1.36;0.70 -4212;11;2691.40;9.50;1532.80;0.12;1.12 -4213;11;2529.20;9.50;1219.40;-1.05;1.00 -4217;11;1966.20;9.50;1072.40;-0.04;0.88 -4220;11;453.00;9.50;1324.00;0.38;1.22 -4221;11;721.60;9.50;1564.40;0.30;0.94 -4225;11;4479.00;9.50;574.00;0.24;0.90 -4230;11;5236.80;9.50;63.40;-0.95;1.02 -4234;11;5188.40;9.50;1013.80;0.12;0.86 -4235;11;4915.60;9.50;781.60;-0.33;1.14 -4239;11;5082.40;9.50;1438.40;-0.48;1.30 -4240;11;4415.20;9.50;773.20;0.12;1.28 -4243;11;3950.60;9.50;348.40;0.49;1.14 -4244;11;3733.40;9.50;578.00;0.10;0.90 -4248;11;3579.20;9.50;207.40;0.23;0.88 -4249;11;2856.60;9.50;672.80;-0.15;0.92 -4253;11;2622.80;9.50;282.20;-0.87;0.96 -4257;11;2410.40;9.50;995.20;0.25;1.30 -4258;11;2085.80;9.50;1594.20;0.26;1.60 -4259;11;1529.00;9.50;677.60;0.54;1.04 -4263;11;592.00;9.50;155.40;0.00;1.00 -4264;11;104.40;9.50;797.40;-0.78;0.92 -4267;11;883.00;9.50;1076.20;0.00;1.38 -4271;11;1078.20;9.50;917.40;0.18;1.04 -4370;11;2738.20;9.50;1524.20;-0.96;0.52 -4438;11;2622.20;9.50;1511.60;-0.96;1.26 -4439;11;2420.80;9.50;1084.80;-0.16;1.06 -4443;11;1890.00;9.50;1102.80;0.00;1.04 -4447;11;756.20;9.50;1195.20;-0.04;1.32 -4448;11;752.80;9.50;1453.40;0.26;1.18 -4451;11;4637.40;9.50;573.20;-0.41;1.10 -4456;11;5192.80;9.50;78.60;-0.17;1.12 -4460;11;5125.80;9.50;1018.80;-0.90;1.20 -4461;11;4938.00;9.50;822.40;-0.53;1.02 -4465;11;5069.00;9.51;1399.40;0.63;0.98 -4466;11;4515.20;9.50;811.00;-0.81;1.12 -4470;11;3952.00;9.50;308.80;-0.25;0.92 -4471;11;3616.40;9.50;616.00;-1.03;0.92 -4474;11;3545.40;9.50;126.80;-0.28;1.20 -4475;11;2806.60;9.50;677.40;-0.44;0.80 -4479;11;2582.00;9.50;291.80;-0.17;1.16 -4483;11;2444.60;9.50;989.00;-0.31;1.16 -4484;11;2045.60;9.50;1607.80;0.57;1.56 -4485;11;1543.20;9.50;681.40;-0.40;1.12 -4489;11;620.40;9.50;198.80;-0.84;0.94 -4490;11;74.80;9.50;845.40;0.04;1.06 -4494;11;936.40;9.50;1106.60;0.43;1.22 -4497;11;1067.40;9.50;963.80;0.10;1.28 -4498;11;613.40;9.50;1837.00;-1.06;1.18 -4662;11;2624.60;9.50;1588.80;0.35;0.96 -4663;11;2272.20;9.50;1282.00;0.22;1.28 -4667;11;1852.20;9.50;1170.60;-0.32;0.88 -4671;11;481.60;9.50;1275.60;0.76;1.08 -4672;11;799.40;9.50;877.80;-0.08;1.00 -4676;11;4730.80;9.50;489.40;1.44;0.40 -4679;11;5128.00;9.50;40.00;0.46;0.96 -4683;11;5127.40;9.50;952.00;-0.45;1.32 -4684;11;4913.00;9.50;605.80;0.12;0.98 -4688;11;5048.40;9.50;1444.20;-0.22;1.16 -4689;11;4541.60;9.50;853.20;-0.14;1.04 -4693;11;3905.80;9.50;309.20;-0.40;0.94 -4694;11;3609.40;9.50;764.00;-0.10;1.12 -4698;11;3497.00;9.50;127.80;-0.28;1.32 -4699;11;2893.80;9.50;614.60;0.25;0.98 -4702;11;2608.80;9.50;246.20;0.27;0.96 -4706;11;2404.40;9.50;1051.60;-0.37;1.36 -4707;11;2108.00;9.50;1476.60;0.29;1.18 -4708;11;1567.40;9.50;655.80;-0.88;1.36 -4712;11;593.20;9.50;204.80;0.35;1.18 -4713;11;128.20;9.50;844.80;-0.03;1.14 -4717;11;963.80;9.50;1113.80;-0.61;1.38 -4721;11;1106.80;9.50;950.40;-0.61;1.20 -4722;11;734.60;9.50;1829.00;1.14;1.04 -4885;11;2715.00;9.50;1465.60;-0.36;0.86 -4886;11;2340.80;9.50;1163.60;-0.37;1.02 -4890;11;1798.20;9.50;1247.80;-0.70;1.36 -4894;11;586.40;9.50;1110.20;0.60;1.24 -4895;11;898.60;9.50;1346.00;-0.11;1.10 -4899;11;4795.40;9.50;613.20;1.36;1.46 -4905;11;5006.40;9.50;12.00;-1.03;1.04 -4906;11;5213.80;9.50;1055.80;0.73;1.16 -4907;11;4870.20;9.50;647.60;-0.03;1.02 -4911;11;5102.00;9.50;1496.20;0.31;1.02 -4912;11;4532.40;9.50;889.80;0.15;1.18 -4916;11;4008.00;9.50;284.40;0.42;1.02 -4917;11;3595.80;9.50;676.80;-0.16;1.04 -4921;11;3507.20;9.50;80.40;0.56;1.10 -4922;11;2841.40;9.50;643.00;-0.13;0.68 -4926;11;2570.00;9.50;191.80;-0.17;0.88 -4929;11;2465.80;9.50;1053.80;-0.13;1.08 -4930;11;2116.80;9.50;1332.00;0.29;0.88 -4931;11;1637.80;9.50;602.60;0.86;1.10 -4935;11;645.80;9.50;240.00;0.05;1.02 -4936;11;192.80;9.50;800.40;-0.18;0.92 -4940;11;989.80;9.50;1084.80;-0.67;1.12 -4944;11;1189.00;9.50;948.40;0.00;1.08 -4945;11;694.60;9.50;1779.40;0.68;1.14 -5108;11;2789.80;9.70;1423.60;0.96;0.76 -5109;11;2325.20;9.50;1460.60;1.03;1.18 -5111;11;1864.20;9.50;1284.80;-0.05;0.98 -5113;11;236.40;9.50;1283.00;-0.27;1.24 -5114;11;1053.80;9.50;1143.80;0.52;0.98 -5116;11;4737.20;9.50;429.00;0.15;1.00 -5122;11;5048.20;9.50;49.80;0.78;0.86 -5123;11;5244.80;9.50;1056.00;-0.43;1.18 -5124;11;4911.20;9.50;675.60;0.12;1.02 -5126;11;5070.00;9.50;1496.60;0.29;0.68 -5127;11;4499.40;9.50;907.00;-0.06;1.24 -5129;11;3945.00;9.50;270.00;0.24;0.88 -5130;11;3586.40;9.50;633.80;0.15;1.02 -5132;11;3556.80;9.50;67.20;0.19;1.26 -5133;11;2797.40;9.50;637.80;-0.10;0.88 -5137;11;2548.40;9.50;192.80;0.42;1.02 -5140;11;2470.40;9.50;1106.80;0.32;1.16 -5141;11;2110.80;9.50;1374.60;0.04;1.04 -5142;11;1566.80;9.50;577.20;-0.42;1.26 -5144;11;610.40;9.50;240.80;0.36;1.34 -5145;11;179.40;9.50;842.80;-0.28;0.98 -5147;11;997.80;9.50;1051.60;-1.44;1.16 -5149;11;1207.20;9.50;842.40;-0.46;1.14 -5150;11;763.40;9.50;1782.40;0.53;1.10 -5233;11;2729.80;9.50;1392.40;-0.48;0.78 -5234;11;2472.80;9.50;1452.40;0.03;1.06 -5235;11;1955.40;9.50;1309.00;0.74;1.26 -5237;11;1067.20;9.50;1099.60;0.17;1.06 -5238;11;4837.40;9.50;526.20;-0.22;1.18 -5240;11;5048.00;9.50;21.00;-1.29;1.48 -5241;11;5202.00;9.50;1109.80;-0.69;1.12 -5242;11;4831.80;9.50;717.40;-0.18;1.02 -5243;11;5089.80;9.50;1557.80;-0.13;1.16 -5244;11;4485.00;9.50;953.40;-0.22;1.40 -5245;11;3988.20;9.50;259.80;0.63;0.86 -5246;11;3555.40;9.50;658.20;0.08;1.30 -5247;11;3453.20;9.50;272.40;-0.38;1.30 -5248;11;2780.20;9.50;589.00;-0.56;1.08 -5249;11;2507.60;9.50;194.00;0.22;1.00 -5250;11;2416.80;9.50;1145.80;-0.13;1.24 -5251;11;2076.40;9.50;1336.40;0.28;1.00 -5252;11;1677.60;9.50;558.40;0.49;1.06 -5253;11;661.80;9.50;275.00;-1.08;0.86 -5254;11;226.40;9.50;837.00;-0.44;1.26 -5255;11;920.60;9.50;1065.00;-1.07;1.40 -5256;11;1184.40;9.50;899.60;-0.75;1.32 -5257;11;886.40;10.59;1694.20;0.46;1.38 -5258;11;2659.60;9.50;1403.00;-1.20;0.80 -5259;11;2421.00;9.50;1624.20;0.00;1.44 -5260;11;1928.20;9.50;1210.80;0.16;1.40 -5261;11;60.00;9.50;1216.00;-0.19;1.22 -5262;11;1218.60;9.50;1043.40;-0.28;1.24 -5263;11;4825.00;9.50;429.80;-0.33;1.04 -5265;11;5116.00;9.50;16.60;-1.48;0.78 -5266;11;5233.20;9.50;1160.80;-0.62;1.20 -5267;11;4831.00;9.50;662.60;0.00;1.04 -5268;11;5053.00;9.50;1609.40;-0.50;1.20 -5269;11;4544.40;9.50;948.60;-0.52;1.42 -5270;11;3949.80;9.50;223.20;-0.40;1.04 -5271;11;3607.40;9.50;587.20;0.60;1.04 -5272;11;3496.40;9.50;199.40;0.38;1.14 -5273;11;2816.40;9.50;523.60;0.33;1.14 -5274;11;2569.00;9.50;243.20;0.44;0.98 -5275;11;2408.40;9.50;1198.00;0.48;1.10 -5276;11;2071.00;9.50;1383.80;0.20;0.92 -5277;11;1679.00;9.50;505.20;0.00;1.22 -5278;11;613.00;9.50;296.40;-0.86;1.06 -5279;11;166.00;9.50;926.80;0.55;1.08 -5280;11;899.20;9.50;1029.40;0.38;1.26 -5281;11;1221.60;9.50;946.40;-0.88;1.08 -5282;11;837.80;9.50;1694.60;0.54;0.94 -5284;11;2645.80;9.50;1352.60;0.07;0.80 -5285;11;1599.80;9.50;43.40;-0.64;0.84 -5286;11;2486.20;9.50;1733.60;0.46;1.32 -5287;11;1963.00;9.50;1215.40;-1.12;1.06 -5288;11;9.20;9.50;1153.40;0.32;0.30 -5289;11;1300.00;9.50;1014.20;-0.31;1.16 -5290;11;4871.40;9.50;542.80;-0.28;0.98 -5292;11;5180.20;9.50;33.20;-0.78;1.08 -5293;11;5272.40;9.50;1110.80;-0.23;1.22 -5294;11;4778.00;9.50;643.00;-0.12;1.16 -5295;11;5014.80;9.50;1606.60;0.21;1.14 -5296;11;4599.00;9.50;932.00;-0.16;1.30 -5297;11;3967.60;9.50;179.00;-0.57;1.02 -5298;11;3510.40;9.50;638.20;-0.32;1.10 -5299;11;3436.60;9.50;322.00;1.07;1.40 -5300;11;2780.20;9.50;497.00;0.19;0.84 -5301;11;2479.00;9.50;263.20;-1.37;0.96 -5302;11;2395.40;9.50;1132.40;1.09;1.20 -5303;11;2029.20;9.50;1438.60;-0.21;1.10 -5304;11;1642.00;9.50;460.00;-1.16;1.20 -5305;11;734.20;9.50;283.20;0.85;1.06 -5306;11;96.60;9.50;896.60;-0.09;1.28 -5307;11;903.60;9.50;986.40;-0.34;1.28 -5308;11;1235.80;9.50;898.40;-0.47;1.02 -5309;11;771.60;9.50;1672.40;-0.34;1.04 -5311;11;2635.80;9.50;1314.00;-0.38;0.78 -5312;11;2528.60;9.50;1779.40;0.91;1.50 -5313;11;2042.60;9.50;1321.60;0.24;1.18 -5314;11;159.00;9.50;1178.00;-0.64;0.94 -5315;11;1408.80;9.50;956.80;0.27;1.24 -5316;11;4950.80;9.50;453.80;0.02;1.38 -5318;11;5149.60;9.50;113.40;-0.34;1.16 -5319;11;5290.80;9.50;1166.60;-0.80;0.98 -5320;11;4859.60;9.50;588.60;0.37;1.00 -5321;11;4964.00;9.50;1597.40;-0.22;1.10 -5322;11;4679.20;9.50;1032.00;0.15;0.94 -5323;11;3994.80;9.50;213.80;-0.44;0.98 -5324;11;3501.80;9.50;579.00;0.04;0.88 -5325;11;3413.40;9.50;249.40;0.07;0.98 -5326;11;2783.80;9.50;450.60;0.04;0.94 -5327;11;2490.00;9.50;289.60;0.17;1.26 -5328;11;2340.20;9.50;1117.00;0.76;1.40 -5329;11;1982.20;9.50;1492.20;-0.27;1.38 -5330;11;1667.20;9.50;402.20;-0.22;1.26 -5331;11;757.20;9.50;291.40;0.14;1.02 -5332;11;15.40;9.50;871.60;-0.06;0.78 -5333;11;1016.00;9.50;970.60;0.34;1.24 -5334;11;1300.40;9.50;911.80;0.26;1.26 -5335;11;852.20;9.50;1638.60;0.40;1.32 -5336;11;2637.40;9.50;1284.00;0.19;0.86 -5337;11;2312.20;9.50;1968.80;-0.04;1.44 -5338;11;1911.20;9.50;1411.60;-0.32;0.82 -5339;11;345.80;9.50;1018.40;0.33;0.98 -5340;11;4937.40;9.50;415.80;-0.35;0.76 -5341;11;5187.20;9.50;202.20;-0.27;1.04 -5342;11;5307.80;9.50;1115.40;-0.81;1.30 -5343;11;4715.80;9.50;605.80;-0.22;1.74 -5344;11;4932.60;9.50;1616.00;-0.29;0.54 -5345;11;4652.40;9.50;993.00;-0.08;0.94 -5346;11;4070.20;9.50;206.00;0.42;0.94 -5347;11;3457.00;9.50;598.80;-0.55;1.26 -5348;11;3386.60;9.50;222.40;0.25;1.34 -5349;11;2826.40;9.50;429.00;-0.08;0.86 -5350;11;2480.00;9.50;340.20;0.00;0.90 -5351;11;2288.00;9.50;1077.80;-0.66;1.20 -5352;11;1980.60;9.50;1444.80;0.08;1.22 -5353;11;1672.80;9.50;296.40;0.66;1.26 -5354;11;710.20;9.50;330.60;-0.44;1.06 -5355;11;20.60;9.50;931.80;-0.32;1.04 -5356;11;7.00;9.50;1860.00;-0.38;0.66 -5357;11;991.40;9.50;918.80;-0.95;1.26 -5358;11;1340.00;9.50;865.60;0.57;0.94 -5359;11;800.60;9.50;1633.40;0.61;0.82 -5360;11;2665.00;9.50;1221.20;-0.30;0.80 -5361;11;2209.80;9.50;1942.00;-0.76;1.38 -5362;11;2024.20;9.50;1375.20;-0.03;1.02 -5363;11;601.40;9.50;966.60;-0.24;1.18 -5364;11;5053.40;9.50;468.80;-0.39;1.46 -5365;11;5192.00;9.50;244.20;0.52;1.32 -5366;11;4755.00;9.50;552.80;0.25;0.84 -5367;11;4680.80;9.50;989.60;-0.92;1.12 -5368;11;4038.00;9.50;176.20;0.19;1.02 -5369;11;3442.60;9.50;562.20;-0.46;0.84 -5370;11;3331.20;9.50;192.40;-0.38;1.22 -5371;11;2779.60;9.50;403.60;-0.13;1.08 -5372;11;2517.00;9.50;331.40;-0.73;1.12 -5373;11;2248.60;9.50;1098.80;0.28;1.28 -5374;11;1923.60;9.50;1449.60;-0.10;1.20 -5375;11;1669.60;9.50;219.80;0.35;0.80 -5376;11;646.60;9.50;325.80;-1.19;0.84 -5377;11;87.20;9.50;955.80;0.45;1.26 -5378;11;39.00;9.50;1862.00;-0.89;0.92 -5379;11;956.80;9.50;935.80;-0.13;1.28 -5380;11;1344.40;9.50;911.00;-0.27;0.94 -5381;11;836.40;9.50;1550.40;0.11;1.16 -5382;11;2699.20;9.50;1244.80;0.78;0.62 -5383;11;3564.80;9.50;835.20;-0.49;0.98 -5384;11;1926.00;9.50;1502.20;0.00;1.06 -5385;11;724.40;9.50;1065.80;-0.08;1.02 -5386;11;5552.60;9.50;65.60;-0.88;1.76 -5387;11;5082.40;9.50;412.60;-1.13;1.18 -5388;11;3337.60;9.50;1087.80;-0.15;1.04 -5389;11;5183.00;9.50;294.00;-0.89;0.92 -5390;11;4801.20;9.50;568.80;-0.05;1.30 -5391;11;4962.00;9.50;1640.00;0.00;0.64 -5392;11;4626.00;9.50;887.80;-0.25;1.02 -5393;11;4101.60;9.50;174.00;-0.38;1.10 -5394;11;3427.40;9.50;509.60;-0.54;1.16 -5395;11;3300.80;9.50;131.40;-0.47;1.38 -5396;11;2822.20;9.50;382.20;-0.27;1.06 -5397;11;2633.40;9.50;320.40;0.11;1.12 -5398;11;2203.80;9.50;1152.80;-0.35;1.20 -5399;11;1977.00;9.50;1362.40;0.22;1.06 -5400;11;1628.60;9.50;199.40;0.61;1.42 -5401;11;595.80;9.50;362.20;-0.49;1.32 -5402;11;106.80;9.50;993.00;-1.28;1.12 -5404;11;897.00;9.50;942.00;-0.46;1.30 -5405;11;1383.80;9.50;867.60;-0.37;0.92 -5406;11;778.80;9.50;1537.00;0.02;1.20 -5407;11;2737.60;9.50;1236.80;0.14;0.58 -5408;11;2133.40;9.50;1824.00;-0.72;1.24 -5409;11;1884.60;9.50;1429.00;1.38;0.96 -5410;11;961.20;9.50;1001.20;-0.14;1.46 -5411;11;5145.60;9.50;364.20;0.81;1.32 -5412;11;3254.40;9.50;1334.60;-0.37;0.66 -5413;11;5265.40;9.50;287.20;-1.24;1.08 -5414;11;4726.80;9.50;504.00;-0.65;1.22 -5415;11;5107.80;9.50;1697.60;-1.07;0.74 -5416;11;4592.00;9.50;883.00;-0.24;1.00 -5417;11;4140.40;9.50;147.80;-0.10;1.00 -5418;11;3497.00;9.50;537.60;0.00;1.02 -5419;11;3344.20;9.50;126.00;-0.41;0.94 -5420;11;2775.20;9.50;357.00;-0.23;1.08 -5421;11;2629.80;9.50;373.00;0.04;1.06 -5422;11;2252.40;9.50;1140.00;-0.84;1.20 -5423;11;2001.00;9.50;1415.20;1.37;1.02 -5424;11;1668.80;9.50;167.60;0.60;1.20 -5425;11;569.60;9.50;317.00;-0.31;1.34 -5426;11;65.60;9.50;1014.40;0.09;0.98 -5428;11;879.60;9.50;903.00;-0.38;1.28 -5429;11;1348.20;9.50;823.80;0.20;0.82 -5430;11;817.20;9.50;1484.00;-1.22;0.64 -5431;11;2789.40;9.50;1246.20;-0.32;0.78 -5432;11;2234.00;9.50;1864.40;-0.15;1.50 -5433;11;1740.20;9.50;1411.00;-0.50;0.88 -5434;11;988.40;9.50;847.00;0.31;1.22 -5435;11;5227.80;9.50;237.00;-0.10;1.52 -5436;11;1590.60;9.50;946.20;0.09;0.40 -5437;11;5290.20;9.50;244.20;-1.01;1.00 -5438;11;4779.40;9.50;494.40;-0.61;0.82 -5439;11;5066.20;9.50;1663.00;-0.23;1.18 -5440;11;4589.80;9.50;837.40;-0.18;0.92 -5441;11;4779.80;9.50;84.00;0.29;0.86 -5442;11;3549.00;9.50;541.00;0.00;1.02 -5443;11;3289.00;9.50;85.40;0.18;1.24 -5444;11;2840.80;9.50;337.00;-0.51;0.74 -5445;11;2585.40;9.50;347.00;0.10;0.90 -5446;11;2188.40;9.50;1111.60;0.13;1.04 -5447;11;1930.80;9.50;1362.40;0.53;1.16 -5448;11;1626.80;9.50;123.80;-0.16;1.00 -5449;11;538.40;9.50;288.60;-0.74;1.02 -5450;11;20.80;9.50;978.80;0.04;0.88 -5451;11;867.20;9.50;859.40;-0.26;1.42 -5452;11;1396.40;9.50;796.40;0.08;1.48 -5453;11;803.40;9.50;1442.60;0.33;1.02 -5454;11;2817.20;9.50;1291.20;0.24;0.84 -5455;11;2304.20;9.50;1858.20;-0.65;1.04 -5456;11;1794.60;9.50;1338.80;0.46;0.90 -5457;11;832.60;9.50;964.40;-0.65;1.02 -5458;11;5179.00;9.50;10.20;4.55;0.46 -5459;11;5171.00;9.50;157.60;-0.41;1.06 -5460;11;5511.00;9.50;269.80;0.66;1.02 -5461;11;5543.40;9.50;1639.00;-1.21;1.24 -5462;11;4799.80;9.50;529.20;0.04;0.94 -5463;11;4643.80;9.50;876.60;-0.97;0.82 -5464;11;4077.60;9.50;166.80;0.70;0.92 -5465;11;4699.20;9.50;29.20;-0.27;0.88 -5466;11;3554.60;9.50;494.60;-0.13;1.08 -5467;11;3288.80;9.50;34.00;-0.43;1.20 -5468;11;2776.00;9.50;306.40;0.00;1.20 -5469;11;2628.20;9.50;421.00;0.19;0.92 -5470;11;1965.60;9.50;12.20;4.24;0.56 -5471;11;2169.20;9.50;1160.20;0.28;0.98 -5472;11;1694.80;9.50;1304.40;-0.18;0.98 -5473;11;1669.20;9.50;84.80;0.16;0.98 -5474;11;534.00;9.50;365.00;-0.54;1.22 -5475;11;10.60;9.50;1029.00;-0.10;0.64 -5476;11;931.00;9.50;837.00;0.00;1.30 -5477;11;1360.80;9.50;775.20;0.65;1.16 -5478;11;780.40;9.50;1486.00;0.57;0.98 -5479;11;2854.20;9.50;1267.20;-0.04;0.94 -5480;11;2361.20;9.50;1777.40;0.47;1.26 -5481;11;1726.40;9.50;1241.40;-0.11;0.88 -5482;11;801.60;9.50;828.00;0.44;1.04 -5483;11;5416.60;9.50;54.60;-0.78;1.18 -5484;11;5137.80;9.50;70.00;-0.42;1.22 -5485;11;5400.60;9.50;236.60;-1.07;1.22 -5486;11;5610.00;9.50;1621.80;0.00;0.86 -5487;11;4808.00;9.50;483.00;-0.78;1.02 -5488;11;5220.00;9.50;1496.00;0.24;0.92 -5489;11;4625.20;9.50;823.00;-0.35;1.10 -5490;11;4092.20;9.50;132.80;-0.30;1.02 -5491;11;4772.20;9.50;123.00;-0.29;1.00 -5492;11;3601.80;9.50;481.20;-0.18;1.08 -5493;11;3250.20;9.50;58.00;0.15;1.24 -5494;11;2821.20;9.50;282.80;-0.24;0.94 -5495;11;2581.00;9.50;452.40;0.22;1.00 -5496;11;1899.60;9.50;15.80;4.28;0.72 -5497;11;2141.80;9.50;1064.20;0.22;1.12 -5498;11;1835.60;9.50;1381.60;-0.41;0.86 -5499;11;1595.80;9.50;92.80;-1.43;0.94 -5500;11;501.20;9.50;306.80;-0.65;1.06 -5501;11;70.60;9.50;1053.80;-0.15;0.96 -5502;11;932.60;9.50;890.20;-0.83;0.88 -5503;11;1304.00;9.50;815.60;-0.21;0.98 -5504;11;853.20;9.50;1447.20;-0.27;0.98 -5505;11;2866.80;9.50;1342.80;-0.16;1.00 -5506;11;2320.60;9.50;1648.60;0.54;1.14 -5507;11;1799.60;9.50;1117.20;0.32;1.54 -5508;11;612.00;9.50;901.60;0.29;1.42 -5509;11;5248.60;9.50;102.20;-0.11;1.26 -5510;11;5016.80;9.50;58.60;1.10;1.02 -5511;11;5465.80;9.50;167.40;-0.64;1.16 -5512;11;5532.40;9.50;1678.40;-1.21;1.28 -5513;11;4867.20;9.50;464.80;-0.03;1.06 -5514;11;5070.00;9.50;1707.40;-0.62;0.44 -5515;11;4700.60;9.50;550.80;-0.60;1.12 -5516;11;4136.40;9.50;100.00;0.11;1.10 -5517;11;4746.40;9.50;56.80;0.21;0.62 -5518;11;3542.20;9.50;431.00;-0.30;0.96 -5519;11;3247.40;9.50;24.00;-0.67;1.06 -5520;11;2864.20;9.50;289.40;0.14;0.80 -5521;11;2581.00;9.50;402.60;0.00;1.02 -5522;11;1970.60;9.50;57.20;-0.11;1.02 -5523;11;2154.00;9.50;1005.80;0.47;1.22 -5524;11;1818.00;9.50;1421.00;0.54;0.94 -5525;11;1575.60;9.50;56.80;0.23;1.24 -5526;11;471.60;9.50;313.00;-0.31;1.26 -5527;11;140.60;9.50;1030.40;0.09;1.22 -5528;11;1030.20;9.50;854.00;-0.02;1.34 -5529;11;1265.60;9.50;803.20;0.32;1.14 -5530;11;857.20;9.50;1403.60;-0.25;1.22 -5531;11;2889.60;9.50;1265.80;-0.15;0.88 -5532;11;2431.80;9.50;1478.80;0.02;1.04 -5533;11;1852.80;9.50;1072.60;0.21;1.12 -5534;11;350.60;9.50;812.20;-0.84;1.32 -5535;11;5373.40;9.50;198.20;0.25;1.14 -5536;11;4908.00;9.50;90.20;0.19;1.10 -5537;11;5421.80;9.50;207.40;-1.10;1.18 -5538;11;4911.20;9.50;465.20;0.40;0.86 -5539;11;4431.00;9.50;650.60;-0.15;0.92 -5540;11;3996.00;9.50;143.80;-0.39;1.08 -5541;11;4812.00;9.50;79.40;-0.59;1.00 -5542;11;3599.60;9.50;438.60;0.08;0.98 -5543;11;3437.00;9.50;180.80;0.28;1.12 -5544;11;2860.40;9.50;248.80;0.15;0.80 -5545;11;2535.40;9.50;375.80;0.12;1.26 -5546;11;1930.00;9.50;15.60;-1.03;1.08 -5547;11;2189.20;9.50;950.00;0.34;1.30 -5548;11;1789.00;9.50;1380.20;0.00;0.86 -5549;11;1575.60;9.50;116.40;-0.28;1.14 -5550;11;482.00;9.50;179.60;0.42;1.18 -5551;11;147.40;9.50;1071.80;-0.28;1.32 -5552;11;777.40;9.50;979.20;-0.51;1.00 -5553;11;1216.00;9.50;784.20;0.00;1.22 -5554;11;963.00;9.50;1359.00;0.24;1.28 -5555;11;2926.00;9.50;1378.00;-1.10;0.86 -5556;11;2253.40;9.50;1350.80;-0.10;0.84 -5557;11;1771.60;9.50;1078.00;0.23;1.00 -5558;11;331.20;9.50;894.20;-0.19;1.18 -5559;11;5379.20;9.50;253.80;0.45;1.08 -5560;11;4819.00;9.50;123.80;0.00;1.02 -5561;11;5621.20;9.50;59.60;0.07;0.88 -5562;11;5402.80;9.50;1379.00;-0.34;1.14 -5563;11;4988.60;9.50;458.00;-0.26;1.30 -5564;11;4471.80;9.50;676.40;0.26;1.04 -5565;11;4053.40;9.50;128.00;0.38;0.98 -5566;11;4670.40;9.50;12.00;4.71;0.52 -5567;11;3597.20;9.50;395.80;-0.52;0.86 -5568;11;3461.80;9.50;172.60;-0.46;1.04 -5569;11;2801.40;9.50;225.60;-0.47;0.88 -5570;11;2537.40;9.50;426.60;-0.24;0.98 -5571;11;2230.40;9.50;947.80;0.26;1.04 -5572;11;1727.20;9.50;1376.00;-0.63;0.90 -5573;11;1532.00;9.50;86.80;-0.12;1.32 -5574;11;527.20;9.50;218.40;-0.04;0.96 -5575;11;205.00;9.50;1039.20;0.00;0.98 -5576;11;822.40;9.50;920.00;-0.08;1.20 -5577;11;1299.80;9.50;776.80;0.85;1.16 -5578;11;968.40;9.50;1307.80;-0.39;1.50 -5579;11;2939.40;9.50;1343.60;-0.75;0.84 -5580;11;2217.40;9.50;1235.60;0.10;1.42 -5581;11;1733.60;9.50;1179.20;0.32;1.44 -5582;11;305.40;9.50;981.80;0.42;1.34 -5583;11;5191.20;9.50;370.80;-1.07;1.14 -5584;11;4621.40;9.50;152.60;0.33;1.00 -5585;11;5589.20;9.50;134.60;-0.84;0.94 -5586;11;5198.00;9.50;1352.80;0.47;1.20 -5587;11;5092.40;9.50;447.80;-0.74;1.26 -5588;11;4979.80;9.50;1649.40;-0.96;1.10 -5589;11;4460.40;9.50;640.20;-0.81;0.86 -5590;11;4055.80;9.50;66.00;0.02;0.90 -5591;11;4777.80;9.50;48.60;-0.97;0.90 -5592;11;3645.00;9.50;390.00;-0.24;0.92 -5593;11;3449.40;9.50;138.00;-0.43;1.08 -5594;11;2868.60;9.50;197.40;0.25;0.96 -5595;11;2703.60;9.50;168.80;0.08;0.98 -5596;11;1867.20;9.50;21.80;4.65;0.86 -5597;11;2225.60;9.50;1002.00;0.22;0.92 -5598;11;1702.20;9.50;1346.40;-0.33;0.84 -5599;11;1490.40;9.50;148.00;-0.51;1.26 -5600;11;531.60;9.50;258.20;0.12;0.86 -5601;11;243.60;9.50;1037.00;-0.84;1.14 -5602;11;817.80;9.50;1011.60;-1.14;1.02 -5603;11;1302.00;9.50;737.80;-0.66;1.18 -5604;11;1011.40;9.50;1267.80;-0.46;1.40 -5605;11;2970.20;9.50;1270.20;0.58;0.86 -5606;11;2351.60;9.50;1072.00;-0.31;1.18 -5607;11;1723.80;9.50;1104.80;0.44;1.54 -5608;11;59.40;9.50;883.20;0.11;1.12 -5609;11;5397.80;9.50;342.40;-0.92;1.08 -5610;11;4567.60;9.50;200.60;-0.33;1.12 -5611;11;5616.00;9.50;178.40;0.59;1.20 -5612;11;5204.60;9.50;1407.40;-0.28;1.04 -5613;11;5047.20;9.50;430.80;0.16;0.98 -5614;11;5107.80;9.50;1426.20;-0.74;1.26 -5615;11;4451.40;9.50;612.20;0.36;0.82 -5616;11;4089.80;9.50;83.00;-0.15;1.14 -5617;11;4775.60;9.50;11.00;-1.16;0.82 -5618;11;3642.00;9.50;477.60;0.00;0.82 -5619;11;3394.60;9.50;155.80;-0.75;1.12 -5620;11;2826.60;9.50;180.80;0.06;1.10 -5621;11;2759.60;9.50;209.60;-0.43;1.06 -5622;11;1819.60;9.50;8.20;-1.05;0.92 -5623;11;2180.80;9.50;999.20;-0.12;0.92 -5624;11;1628.40;9.50;1368.80;-0.46;0.72 -5625;11;1523.80;9.50;201.80;-0.67;1.20 -5626;11;467.20;9.50;266.60;-0.04;1.10 -5627;11;299.00;9.50;1043.40;-0.49;1.08 -5628;11;844.40;9.50;1050.80;0.26;1.06 -5629;11;1287.80;9.50;689.80;-0.16;1.04 -5630;11;1094.20;9.50;1277.60;0.59;1.26 -5631;11;3000.20;9.50;1195.40;0.38;0.88 -5632;11;2351.00;9.50;881.20;-0.62;1.18 -5633;11;1597.20;9.50;1114.60;-0.72;1.58 -5634;11;155.40;9.50;891.00;-1.13;0.96 -5635;11;5539.20;10.37;218.20;0.83;1.16 -5636;11;4631.60;9.50;377.00;-0.14;0.98 -5637;11;5538.20;9.50;118.80;0.49;1.68 -5638;11;5276.80;9.50;998.60;-0.26;1.28 -5639;11;5079.00;9.50;386.80;0.48;0.94 -5640;11;5119.80;9.50;1375.20;-0.15;1.26 -5641;11;4502.80;9.50;585.40;0.02;1.20 -5642;11;4088.40;9.50;39.60;0.41;1.16 -5643;11;4738.40;9.50;29.00;-1.03;0.72 -5644;11;3679.00;9.50;487.80;-0.48;0.84 -5645;11;3203.60;9.50;20.80;0.14;0.78 -5646;11;2861.00;9.50;86.40;0.53;0.90 -5647;11;2750.60;9.50;261.80;-0.86;1.06 -5648;11;2049.80;9.50;1052.80;0.04;1.20 -5649;11;1649.00;9.50;1290.80;0.00;0.84 -5650;11;1610.60;9.50;243.40;-0.24;1.36 -5651;11;412.60;9.50;105.20;-1.06;1.42 -5652;11;364.00;9.50;1094.80;0.00;1.18 -5653;11;725.60;9.50;1022.20;0.09;0.92 -5654;11;1230.40;9.50;680.80;0.12;0.98 -5655;11;1097.00;9.50;1187.00;0.19;1.26 -5656;11;2963.00;9.50;1317.20;-0.65;1.00 -5657;11;2402.40;9.50;797.40;0.21;1.06 -5658;11;1634.20;9.50;1169.40;-0.74;0.58 -5659;11;241.80;9.50;776.80;-0.78;1.16 -5660;11;5385.20;9.50;389.20;-0.60;0.90 -5661;11;4556.60;9.50;377.20;0.19;0.94 -5662;11;5592.00;9.50;256.60;0.00;1.16 -5663;11;5293.60;9.50;1059.40;-0.62;1.24 -5664;11;4983.60;9.50;1187.40;0.25;1.34 -5665;11;5321.40;9.50;1457.60;-0.48;0.98 -5666;11;4574.00;9.50;562.80;1.03;1.00 -5667;11;4118.20;9.50;54.20;-0.65;0.96 -5668;11;4747.40;9.50;9.00;4.71;0.40 -5669;11;3731.40;9.50;485.80;-0.10;0.82 -5670;11;3369.60;9.50;104.80;-0.49;1.00 -5671;11;2821.00;9.50;132.60;-0.69;1.04 -5672;11;2731.20;9.50;217.80;0.35;0.80 -5673;11;2048.80;9.50;1104.40;0.21;1.10 -5674;11;1637.60;9.50;1255.20;-0.84;0.92 -5675;11;1583.20;9.50;231.40;0.57;1.32 -5676;11;433.60;9.50;159.00;-0.87;1.10 -5677;11;208.60;9.50;1082.20;-0.11;1.16 -5678;11;776.00;9.50;1022.80;-0.39;0.94 -5679;11;1249.00;9.50;724.20;0.00;1.24 -5680;11;1142.80;9.50;1194.00;0.04;0.82 -5681;11;3056.80;9.50;1279.40;0.74;0.80 -5682;11;2302.40;9.50;761.40;-0.78;1.22 -5683;11;1570.40;9.50;1059.40;-0.27;1.16 -5684;11;505.20;9.50;567.40;0.47;1.06 -5685;11;5605.20;9.50;397.20;0.15;1.38 -5686;11;4449.00;9.50;451.60;0.71;1.00 -5687;11;3421.00;9.50;1850.00;0.46;0.84 -5688;11;5537.40;9.50;297.20;-1.03;1.32 -5689;11;5316.40;9.50;1040.00;-1.13;1.24 -5690;11;5015.80;9.50;1170.20;-0.58;1.18 -5691;11;5240.80;9.50;1452.40;-1.23;1.10 -5692;11;4290.60;9.50;884.00;-0.87;1.00 -5693;11;4075.40;9.50;14.00;-1.38;1.00 -5694;11;4861.40;9.50;152.00;0.19;0.64 -5695;11;3682.60;9.50;442.60;0.29;0.94 -5696;11;3441.80;9.50;108.00;0.50;0.98 -5697;11;2795.60;9.50;151.80;0.39;0.98 -5698;11;2691.20;9.50;218.20;0.12;0.92 -5699;11;2015.80;9.50;1155.80;-0.51;0.98 -5700;11;1619.80;9.50;1213.40;0.04;1.08 -5701;11;1546.20;9.50;333.80;-0.58;1.40 -5702;11;396.00;9.50;174.20;-0.36;1.12 -5703;11;152.40;9.50;1123.40;-0.07;1.18 -5704;11;783.00;9.50;1067.20;0.00;0.92 -5705;11;1155.40;9.50;669.20;-0.70;1.18 -5706;11;1147.80;9.50;1149.80;-0.35;0.94 -5707;11;3056.80;9.50;1242.80;-0.63;1.36 -5708;11;2387.60;9.50;615.40;-0.44;1.06 -5709;11;1534.80;9.50;1051.20;0.16;1.54 -5710;11;600.60;9.50;563.40;0.09;1.14 -5711;11;5564.00;9.50;199.60;-0.66;1.46 -5712;11;4517.80;9.50;202.20;-0.49;1.04 -5713;11;3468.00;9.50;1913.40;0.15;1.44 -5714;11;5615.00;9.50;303.20;0.16;0.96 -5715;11;5410.60;9.50;1075.80;0.70;1.04 -5716;11;5022.40;9.50;1218.20;-0.26;1.02 -5717;11;5264.80;9.50;1482.20;0.27;1.28 -5718;11;4326.40;9.50;840.80;0.12;0.94 -5719;11;4123.40;9.50;24.20;-1.53;1.22 -5720;11;4906.20;9.50;138.20;0.51;0.74 -5721;11;3720.40;9.50;451.00;0.14;0.98 -5722;11;3464.60;9.50;67.00;0.54;0.92 -5723;11;2757.00;9.50;110.20;0.00;1.24 -5724;11;2728.20;9.50;266.60;0.14;0.82 -5725;11;2001.00;9.50;1090.00;0.00;1.30 -5726;11;1868.80;9.50;1455.60;0.04;1.10 -5727;11;1534.40;9.50;278.20;0.25;1.24 -5728;11;420.20;9.50;220.00;0.15;1.20 -5729;11;211.20;9.50;1134.40;-0.03;1.34 -5730;11;795.60;9.50;1107.40;-0.68;1.16 -5731;11;1125.60;9.50;669.60;0.24;1.26 -5732;11;1177.60;9.50;1077.60;-0.13;1.14 -5733;11;3055.40;9.50;1172.80;0.28;1.16 -5734;11;2500.80;9.50;680.20;-0.24;0.74 -5735;11;1553.40;9.50;1179.20;0.72;1.46 -5737;11;638.40;9.50;579.00;-0.29;1.52 -5738;11;3843.00;9.50;18.00;-1.19;1.18 -5739;11;4576.40;9.50;78.40;-0.39;0.90 -5740;11;3523.00;9.77;1940.80;-0.24;2.04 -5741;11;5432.40;9.50;283.80;0.42;1.22 -5742;11;5452.60;9.50;1100.80;0.06;1.22 -5743;11;5049.60;9.50;1199.20;-1.12;1.16 -5744;11;5304.60;9.50;1496.20;-1.00;0.90 -5745;11;4315.00;9.50;808.80;-1.31;0.74 -5746;11;4864.20;9.50;106.40;-0.03;1.04 -5747;11;3740.20;9.50;410.00;0.42;0.98 -5748;11;3435.00;9.50;26.60;0.21;1.16 -5749;11;2799.80;9.50;90.40;0.03;1.06 -5750;11;2685.40;9.50;275.60;0.10;0.96 -5751;11;1936.00;9.50;1163.40;0.35;1.28 -5752;11;1868.40;9.50;1500.00;-0.06;1.16 -5753;11;1607.00;9.50;366.20;0.31;1.30 -5754;11;347.60;9.50;215.40;-0.34;1.00 -5755;11;267.40;9.50;1086.80;0.10;1.22 -5756;11;669.40;9.50;1081.60;0.41;0.78 -5757;11;1112.40;9.50;725.20;0.29;1.22 -5758;11;1173.20;9.50;1040.40;-0.33;0.90 -5759;11;3091.40;9.50;1193.80;0.15;0.90 -5760;11;2619.20;9.50;669.80;-0.40;0.78 -5761;11;1567.00;9.50;1130.00;0.38;1.02 -5762;11;790.40;9.50;777.20;-0.91;1.28 -5763;11;5362.80;9.50;530.40;-0.23;0.88 -5764;11;4653.20;9.50;26.80;-0.52;0.82 -5765;11;3325.40;9.50;1970.20;-0.06;1.10 -5766;11;5454.80;9.50;323.40;-0.86;0.98 -5767;11;5426.60;9.50;1191.00;-0.65;1.38 -5768;11;5073.80;9.50;1238.20;-0.63;1.12 -5769;11;5345.80;9.50;1541.60;-0.31;1.02 -5770;11;4292.80;9.50;832.80;0.24;1.04 -5771;11;4951.80;9.50;105.80;0.05;1.08 -5772;11;3746.40;9.50;364.20;-0.07;1.04 -5773;11;3418.60;9.50;14.20;4.54;0.64 -5774;11;2811.60;9.50;38.20;-0.11;1.10 -5775;11;2727.00;9.50;317.80;-0.20;1.00 -5776;11;1792.20;9.50;10.40;4.44;0.46 -5777;11;1951.20;9.50;1243.00;0.64;1.34 -5778;11;1812.80;9.50;1506.60;-0.14;1.20 -5779;11;1606.20;9.50;418.80;-0.03;1.26 -5780;11;333.40;9.50;173.00;-0.33;0.94 -5781;11;313.00;9.50;1108.20;-0.19;1.08 -5782;11;24.00;9.50;1955.20;0.30;0.72 -5783;11;615.40;9.50;1115.20;-0.43;0.98 -5784;11;1070.00;9.50;711.60;0.41;1.24 -5785;11;1229.40;9.50;1097.20;-0.43;1.26 -5786;11;3011.00;9.50;1397.40;-0.28;0.82 -5787;11;2462.60;9.50;550.40;-0.11;0.92 -5788;11;1518.00;9.50;1125.40;0.35;1.22 -5789;11;1023.00;9.50;766.60;-0.94;1.38 -5790;11;5335.60;9.50;441.20;-0.52;1.14 -5791;11;4712.40;9.50;12.20;-1.51;0.70 -5792;11;3058.60;9.50;1968.60;-0.49;1.98 -5793;11;5349.80;9.50;307.00;0.04;0.88 -5794;11;5396.00;9.50;1133.20;-0.65;1.52 -5795;11;5142.20;9.50;1248.40;-0.46;0.98 -5796;11;5397.40;9.50;1557.60;-0.75;0.90 -5797;11;4296.40;9.50;779.40;0.11;0.76 -5798;11;4935.40;9.50;62.20;-0.51;1.12 -5799;11;3776.80;9.50;424.60;0.44;1.02 -5800;11;2865.40;9.50;48.00;0.14;0.86 -5801;11;2682.20;9.50;328.60;-0.04;1.08 -5802;11;1840.80;9.50;48.00;0.02;1.32 -5803;11;1978.60;9.50;1254.40;0.25;1.24 -5804;11;1746.20;9.50;1454.20;-0.03;1.02 -5805;11;1494.80;9.50;371.60;-0.54;1.66 -5806;11;274.00;9.50;177.20;-0.19;1.20 -5807;11;242.40;9.50;1142.00;-0.97;1.02 -5808;11;14.40;9.50;1987.80;0.21;0.60 -5809;11;679.20;9.50;1115.80;-0.43;0.96 -5810;11;1004.00;9.50;667.80;-0.28;1.20 -5811;11;673.00;9.50;1037.20;0.00;1.00 -5812;11;3036.80;9.50;1365.40;0.04;0.78 -5813;11;2579.80;9.50;595.00;0.49;1.12 -5814;11;1441.20;9.50;1128.20;-0.55;1.14 -5815;11;1112.60;9.50;819.60;-0.33;1.12 -5816;11;5232.20;9.50;416.00;-0.03;1.38 -5817;11;4913.40;9.50;29.00;-0.67;0.86 -5818;11;3006.20;9.50;1997.20;-0.02;1.14 -5819;11;5358.80;9.50;348.00;-0.61;0.94 -5820;11;5491.40;9.50;1091.80;-0.70;0.90 -5821;11;5098.20;9.50;1285.00;-0.29;1.08 -5822;11;5444.80;9.50;1521.20;0.35;1.00 -5823;11;4267.60;9.50;890.20;0.22;0.86 -5824;11;4957.60;9.50;28.00;-0.87;0.98 -5825;11;3768.60;9.50;465.40;-0.17;0.94 -5826;11;2838.20;9.50;16.80;-1.23;0.98 -5827;11;2678.20;9.50;376.20;0.12;1.04 -5828;11;1804.60;9.50;104.80;-0.42;1.60 -5829;11;2087.40;9.50;1124.40;0.13;0.86 -5830;11;1932.40;9.50;1932.20;0.21;1.32 -5831;11;1606.00;9.50;475.60;-0.21;1.00 -5832;11;283.00;9.50;226.40;0.00;1.06 -5833;11;356.00;9.50;1145.60;0.72;1.04 -5834;11;10.20;9.50;2017.20;-0.06;0.58 -5835;11;732.80;9.50;1112.40;-0.56;0.96 -5836;11;1022.20;9.50;615.60;0.14;1.10 -5837;11;610.60;9.50;1023.40;-0.44;1.16 -5838;11;3090.20;9.50;1334.60;0.46;1.24 -5839;11;2155.60;9.50;267.80;0.10;0.96 -5840;11;1461.00;9.50;1181.00;0.00;0.96 -5841;11;1267.00;9.50;853.40;0.00;1.24 -5842;11;5184.60;9.50;500.40;-0.24;1.40 -5843;11;4926.40;9.50;6.60;-1.22;0.68 -5844;11;4970.80;9.50;7.80;4.66;0.38 -5845;11;2962.00;9.50;1958.20;-0.31;1.22 -5846;11;5277.00;9.50;316.40;0.22;1.28 -5847;11;5537.60;9.50;1157.20;-1.19;1.56 -5848;11;5169.80;9.50;1290.20;-0.63;1.30 -5849;11;5303.00;9.50;1551.40;0.00;1.08 -5850;11;4236.80;9.50;943.40;-0.68;0.98 -5851;11;3808.20;9.50;380.20;0.58;1.24 -5852;11;2790.60;9.50;14.00;4.71;0.74 -5853;11;2734.00;9.50;361.80;0.25;0.84 -5854;11;1865.60;9.50;46.80;-0.91;0.66 -5855;11;2091.80;9.50;1028.60;-0.17;1.02 -5856;11;1988.80;9.50;1836.00;0.24;1.32 -5857;11;1547.40;9.50;467.80;0.26;1.24 -5858;11;236.60;9.50;180.60;0.76;1.08 -5859;11;330.40;9.50;1193.20;-0.09;0.90 -5860;11;60.20;9.50;1985.00;0.54;0.86 -5861;11;778.00;9.50;1152.80;-1.00;1.08 -5862;11;1040.00;9.50;570.00;0.89;0.90 -5863;11;2616.40;9.50;1358.60;0.78;1.08 -5864;11;3093.00;9.50;1307.20;0.00;0.60 -5865;11;2832.00;9.50;606.60;-0.69;0.88 -5866;11;1476.40;9.50;1227.60;0.37;1.20 -5867;11;1212.20;9.50;727.80;0.30;1.10 -5868;11;5300.80;9.50;500.00;0.80;1.34 -5869;11;2992.60;9.50;1867.20;-0.27;1.96 -5870;11;5321.60;9.50;346.00;0.06;1.32 -5871;11;5240.00;9.50;1327.00;0.00;1.24 -5872;11;5285.60;9.50;1520.80;-1.02;1.04 -5873;11;4217.80;9.50;955.80;0.02;0.98 -5874;11;3888.80;9.50;726.20;0.03;0.62 -5875;11;3641.20;9.50;528.00;0.15;1.24 -5876;11;3387.80;9.50;2.80;-1.12;0.66 -5877;11;2743.60;9.50;14.00;4.71;0.60 -5878;11;2736.20;9.50;443.60;0.17;1.04 -5879;11;1873.00;9.50;134.00;-0.32;1.28 -5880;11;2116.20;9.50;1164.00;-0.14;0.98 -5881;11;1919.20;9.50;2003.40;0.18;1.06 -5882;11;722.40;9.50;185.80;-0.67;1.16 -5883;11;1475.40;9.50;445.60;-1.22;1.08 -5884;11;123.60;9.50;183.60;-0.90;1.40 -5885;11;231.20;9.50;1186.40;0.14;1.18 -5886;11;71.60;9.50;1955.00;-0.19;0.68 -5887;11;662.80;9.50;1160.40;-0.92;0.96 -5888;11;1085.40;9.50;572.20;0.14;0.98 -5889;11;2512.60;9.50;1429.80;-0.12;1.14 -5890;11;3103.60;9.50;1262.80;0.28;0.98 -5891;11;2913.00;9.50;509.60;0.17;0.82 -5892;11;1417.00;9.50;1219.60;0.69;0.94 -5893;11;1042.00;9.50;666.40;-0.84;0.96 -5894;11;5427.00;9.50;635.00;0.19;1.24 -5895;11;2950.20;9.50;1892.20;-0.16;1.48 -5896;11;5321.80;9.50;396.00;0.50;0.98 -5897;11;5570.40;9.50;1107.40;-0.41;1.32 -5898;11;5289.60;9.50;1340.60;-0.23;1.36 -5899;11;5284.60;9.50;1587.60;-0.22;0.56 -5900;11;4238.60;9.50;899.60;0.54;0.76 -5901;11;3643.20;9.50;571.00;-0.38;1.02 -5902;11;2674.80;9.50;434.80;-0.44;0.88 -5903;11;1941.20;9.50;103.20;-0.89;0.88 -5904;11;2032.20;9.50;1218.80;0.16;1.16 -5905;11;1869.40;9.50;1960.40;0.13;0.94 -5906;11;1535.20;9.50;576.20;0.33;1.28 -5907;11;167.00;9.50;139.80;-1.19;1.30 -5908;11;277.40;9.50;1191.20;-0.07;1.10 -5909;11;129.60;9.50;1858.60;0.63;1.04 -5910;11;683.20;9.50;1204.40;-0.46;0.98 -5911;11;1047.60;9.50;615.00;-0.83;1.10 -5912;11;2394.40;9.50;1496.00;0.26;1.06 -5913;11;3132.00;9.50;1260.40;0.00;1.06 -5914;11;2864.40;9.50;384.80;-0.46;1.16 -5915;11;1336.40;9.50;1169.20;0.25;1.26 -5916;11;1110.40;9.50;610.60;-0.54;1.36 -5917;11;5372.60;9.50;571.60;0.24;1.18 -5919;11;5265.60;9.50;382.00;-0.14;1.12 -5920;11;5615.80;9.50;1108.20;-0.18;0.64 -5921;11;5247.00;9.50;1385.80;-0.17;1.14 -5922;11;5068.00;9.50;1365.60;-0.36;1.04 -5923;11;4222.40;9.50;856.60;-0.08;0.74 -5924;11;3701.00;9.50;579.40;0.72;0.70 -5925;11;2653.60;9.50;465.80;-0.76;0.88 -5926;11;1885.20;9.50;185.00;0.19;1.10 -5927;11;2080.00;9.50;1219.60;0.00;1.28 -5928;11;1902.00;9.50;1831.20;0.49;2.32 -5929;11;2832.80;9.50;1543.00;-0.26;0.52 -5930;11;1531.40;9.50;414.40;-0.65;1.38 -5931;11;262.00;9.50;85.40;-0.22;1.12 -5932;11;182.60;9.50;1222.40;0.06;1.12 -5933;11;91.80;9.50;1904.80;0.43;1.08 -5934;11;744.00;9.50;1157.60;0.00;0.96 -5935;11;1143.80;9.50;723.80;-0.67;1.28 -5936;11;3553.20;9.50;22.00;-0.05;1.04 -5937;11;3125.80;9.50;1219.40;0.26;1.00 -5938;11;2891.60;9.50;195.20;-0.83;1.08 -5939;11;1602.00;9.50;1335.00;-0.32;0.80 -5940;11;1207.40;9.50;576.60;-0.48;1.10 -5941;11;5516.00;9.50;688.20;0.87;0.86 -5942;11;2886.60;9.50;1781.00;-0.52;1.34 -5943;11;5218.40;9.50;334.20;-0.70;1.12 -5944;11;5612.60;9.50;1054.20;0.07;0.84 -5945;11;5302.60;9.50;1400.80;-0.10;1.36 -5946;11;5029.20;9.50;1319.20;0.28;1.06 -5947;11;4221.60;9.50;817.20;0.09;0.68 -5948;11;3683.60;9.50;527.20;-0.29;1.12 -5949;11;2683.00;9.50;15.00;4.71;0.62 -5950;11;2669.60;9.50;510.00;-0.26;1.06 -5951;11;1924.20;9.50;251.20;-0.22;1.52 -5952;11;2081.80;9.50;1164.40;0.21;1.24 -5953;11;1810.60;9.50;1953.40;-0.58;1.02 -5954;11;1480.40;9.50;533.80;-0.04;1.22 -5955;11;192.80;9.50;58.00;-0.25;1.16 -5956;11;174.60;9.50;1274.80;0.10;0.74 -5957;11;134.80;9.50;1923.00;0.29;0.88 -5958;11;402.80;9.50;1147.80;0.50;1.28 -5959;11;1197.00;9.50;623.40;0.63;1.20 -5960;11;4401.80;9.50;667.00;0.72;1.48 -5961;11;3195.40;9.83;1177.00;0.40;0.94 -5962;11;2965.60;9.50;170.80;0.28;0.94 -5963;11;1335.60;9.50;1337.60;-1.46;0.80 -5964;11;1420.20;9.50;703.00;-0.04;1.24 -5965;11;5581.40;9.50;807.60;-0.11;1.08 -5966;11;2907.60;9.50;1846.80;-0.23;1.02 -5967;11;5135.00;9.50;299.60;-0.21;0.90 -5968;11;5610.20;9.50;1007.40;-0.04;0.86 -5969;11;5318.60;9.50;1348.60;-0.78;1.38 -5970;11;5020.80;9.50;1263.00;-0.15;0.82 -5971;11;4200.20;9.50;819.40;0.47;0.80 -5972;11;3852.80;9.50;423.60;0.04;0.98 -5973;11;2733.00;9.50;73.40;-0.72;1.04 -5974;11;2742.40;9.50;487.60;-0.08;0.76 -5975;11;1966.00;9.50;274.00;-0.56;1.30 -5976;11;2026.00;9.50;1267.60;-0.57;1.14 -5977;11;1772.60;9.50;1981.80;-0.97;0.94 -5978;11;1423.00;9.50;520.60;-0.71;1.28 -5979;11;205.60;9.50;18.60;4.65;0.82 -5980;11;232.20;9.50;1236.60;-0.25;1.06 -5981;11;195.60;9.50;1910.60;0.58;1.12 -5982;11;361.80;9.50;1052.40;0.04;0.98 -5983;11;1144.20;9.50;569.80;-0.50;1.24 -5984;11;4340.00;9.50;719.60;-0.41;1.08 -5985;11;3253.60;9.50;1170.40;1.31;0.62 -5986;11;1346.20;9.50;1231.00;-0.19;1.34 -5987;11;1231.40;9.50;518.80;-0.73;1.24 -5988;11;5457.20;9.50;862.00;-0.89;1.22 -5989;11;2873.00;9.50;1686.60;0.50;0.74 -5990;11;5178.20;9.50;332.40;0.38;1.12 -5991;11;5531.00;9.50;1012.20;-1.37;0.78 -5992;11;5405.20;9.50;1471.20;0.58;1.22 -5993;11;5053.20;9.50;1264.00;-0.17;0.92 -5994;11;4127.00;9.50;821.20;-1.06;1.02 -5995;11;3894.00;9.50;423.60;0.00;0.96 -5996;11;2717.60;9.50;33.20;0.09;1.02 -5997;11;2720.40;9.50;541.60;-1.13;0.94 -5998;11;2013.20;9.50;251.80;0.52;1.10 -5999;11;1991.20;9.50;1307.80;-0.03;1.24 -6000;11;1744.20;9.50;1989.40;0.48;0.82 -6001;11;1390.80;9.50;529.40;-0.12;0.98 -6002;11;246.40;9.50;39.80;-0.28;1.14 -6003;11;288.40;9.50;1241.00;-0.27;1.02 -6004;11;143.60;9.50;1882.00;-0.71;1.10 -6005;11;194.20;9.50;982.80;-0.20;1.36 -6006;11;1232.80;9.50;622.60;0.03;1.20 -6007;11;4340.80;9.50;760.00;0.63;0.84 -6011;11;3261.20;9.50;1161.20;-0.65;0.78 -6014;11;1414.40;9.50;1258.00;-0.10;0.90 -6018;11;1089.00;9.50;440.20;0.23;1.08 -6019;11;5543.60;9.50;965.00;-0.87;0.88 -6026;11;2865.00;9.50;1778.20;-0.13;0.82 -6030;11;5100.40;10.09;344.40;0.13;1.00 -6031;11;5535.40;9.50;1077.00;-1.26;0.68 -6032;11;5448.80;9.50;1485.60;0.05;1.18 -6036;11;5139.60;9.50;1295.00;-0.42;1.38 -6037;11;4149.40;9.50;856.60;-0.29;0.92 -6043;11;3906.20;9.50;358.80;0.25;0.90 -6044;11;2704.60;9.50;120.00;-0.38;1.20 -6048;11;2772.60;9.50;541.20;0.07;0.82 -6049;11;2642.40;9.50;1974.00;0.54;1.28 -6053;11;2086.60;9.50;1279.00;-0.10;1.22 -6054;11;1812.40;9.50;2020.40;-0.39;0.64 -6058;11;1379.40;9.50;435.00;-0.44;1.28 -6059;11;142.20;9.50;86.80;-0.20;1.32 -6060;11;299.20;9.50;1288.00;-0.23;1.02 -6064;11;233.00;9.50;1824.00;0.78;1.12 -6065;11;225.20;9.50;944.20;0.87;1.12 -6068;11;1189.40;9.50;535.40;-0.49;1.02 -6069;11;4841.80;9.50;43.20;0.06;0.86 -6219;11;3332.20;9.50;1167.40;-0.04;0.70 -6223;11;1446.60;9.50;1316.40;0.35;1.38 -6227;11;877.20;9.50;622.00;-0.02;1.10 -6228;11;5562.40;9.50;1035.80;-0.10;0.80 -6234;11;2847.80;9.50;1736.20;-0.90;0.66 -6238;11;5170.40;9.50;388.00;-0.59;1.02 -6239;11;5510.60;9.50;1031.40;-0.11;1.10 -6240;11;5455.80;9.50;1556.60;-0.37;1.10 -6244;11;4185.20;9.50;916.00;-0.29;1.00 -6250;11;3864.60;9.50;378.60;0.48;1.00 -6251;11;2639.40;9.50;87.00;-0.72;1.22 -6255;11;2736.60;9.50;570.80;-0.12;0.98 -6256;11;2047.80;9.50;370.40;-0.38;1.06 -6260;11;1880.40;9.50;1357.80;-0.46;1.28 -6261;11;1760.80;9.55;2027.40;-1.35;0.78 -6265;11;1438.20;9.50;421.80;-0.20;1.40 -6266;11;144.40;9.50;19.80;-1.29;1.26 -6267;11;335.60;9.50;1237.80;-0.76;1.02 -6271;11;143.80;9.50;1821.20;-0.24;1.10 -6272;11;240.80;9.50;896.20;-0.24;1.32 -6276;11;1170.20;9.50;489.60;-0.03;0.98 -6277;11;4820.40;9.50;18.80;4.67;0.82 -6419;11;3348.40;9.50;1227.80;0.39;0.92 -6422;11;1515.80;9.50;1282.60;0.60;1.08 -6425;11;876.40;9.50;563.00;-0.54;1.28 -6426;11;1313.60;9.50;609.20;0.70;1.02 -6427;11;5476.80;9.50;1009.80;0.04;1.22 -6433;11;4363.20;9.50;80.00;-0.19;0.82 -6434;11;2846.80;9.50;1768.80;0.31;0.84 -6437;11;5142.20;9.50;412.40;-0.18;1.26 -6438;11;5469.20;9.50;1059.20;-0.04;0.96 -6439;11;5510.40;9.50;1515.00;0.14;0.94 -6442;11;4951.20;9.50;1421.00;-0.80;1.08 -6443;11;4170.80;9.50;965.40;-0.48;0.84 -6447;11;4264.20;9.50;7.40;-1.13;0.82 -6448;11;4304.80;9.50;285.60;-0.31;1.00 -6452;11;3842.80;9.50;326.60;0.56;1.14 -6453;11;2680.20;9.50;71.20;-0.65;0.86 -6456;11;2709.60;9.50;563.40;0.65;0.94 -6457;11;2303.00;9.50;413.60;-0.83;1.38 -6461;11;1871.60;9.50;1236.80;0.08;1.20 -6465;11;1407.60;9.50;371.80;-0.64;1.30 -6466;11;114.00;9.50;41.00;0.00;1.50 -6467;11;417.40;9.50;1203.20;0.83;0.96 -6471;11;151.60;9.50;1773.40;0.25;1.28 -6472;11;294.60;9.50;939.20;0.07;0.94 -6475;11;1129.60;9.50;525.40;-0.53;1.02 -6476;11;4866.80;9.50;58.60;-0.14;1.04 -6608;11;3312.80;9.50;1224.00;0.91;0.96 -6612;11;1488.20;9.50;1325.80;0.20;0.94 -6616;11;969.40;9.50;523.20;-0.88;1.06 -6617;11;5273.60;9.50;923.40;0.06;1.34 -6623;11;4442.40;9.50;150.80;-0.46;1.14 -6624;11;2878.00;9.50;1645.40;0.00;0.80 -6627;11;5187.60;9.50;441.20;-0.08;1.26 -6628;11;5428.60;9.50;1037.20;0.32;1.10 -6629;11;5459.40;9.50;1383.60;-0.11;0.98 -6632;11;4899.20;9.50;1366.20;-0.89;1.22 -6633;11;4157.80;9.50;921.20;0.19;1.14 -6636;11;4179.00;9.50;9.20;-1.52;0.50 -6637;11;4345.80;9.50;250.20;0.04;1.04 -6640;11;3772.00;9.50;313.20;-0.16;0.94 -6641;11;2653.40;9.50;35.20;-0.32;1.10 -6645;11;2697.00;9.50;609.40;-0.18;1.04 -6646;11;2390.00;9.50;453.40;-0.72;1.06 -6649;11;1891.40;9.50;1190.40;0.87;1.22 -6653;11;1332.00;9.50;504.20;-0.45;1.24 -6654;11;77.40;9.50;16.60;4.65;0.74 -6655;11;494.60;9.50;1184.80;0.74;1.02 -6659;11;137.60;9.50;1706.40;0.30;1.06 -6660;11;251.40;9.50;962.60;0.07;1.12 -6663;11;1221.40;9.50;473.60;0.33;1.26 -6664;11;4888.20;9.50;49.20;-0.60;0.92 -6801;11;3202.80;9.50;1240.20;0.67;1.02 -6802;11;2908.40;9.50;52.60;-0.29;0.96 -6805;11;1503.80;9.50;1242.00;-0.87;1.04 -6809;11;926.20;9.50;498.80;-0.03;1.20 -6810;11;5313.20;9.50;724.20;-0.34;1.48 -6815;11;4315.20;9.50;171.80;-0.85;0.98 -6816;11;2924.60;9.50;1625.00;0.13;0.62 -6819;11;5253.00;9.50;468.60;-1.34;0.74 -6820;11;5313.40;9.50;968.20;-0.43;1.24 -6821;11;5521.40;9.50;1387.00;-0.70;0.82 -6824;11;4963.60;9.50;1339.00;0.54;1.12 -6825;11;4128.40;9.50;900.40;-0.09;1.08 -6829;11;4218.00;9.50;12.40;-1.47;0.70 -6830;11;4432.60;9.50;253.80;0.23;1.00 -6834;11;3762.80;9.50;269.60;-0.46;1.12 -6835;11;2606.00;9.50;37.40;-0.18;1.16 -6839;11;2649.20;9.50;573.40;-0.57;0.98 -6840;11;2356.40;9.50;458.40;0.53;1.02 -6844;11;1788.80;9.50;1213.80;0.05;1.38 -6847;11;1344.60;9.50;561.00;0.33;1.02 -6848;11;4511.60;9.50;20.40;1.57;0.94 -6849;11;566.60;9.50;1167.00;0.81;1.36 -6853;11;147.20;9.50;1659.60;-0.04;1.04 -6854;11;418.80;9.50;1110.80;-0.63;1.18 -6858;11;1219.60;9.50;417.20;-0.09;1.12 -6859;11;4872.40;9.50;19.40;-1.48;1.06 -7002;11;3239.80;9.50;1226.80;-0.57;1.02 -7006;11;1582.40;9.50;1235.40;0.17;0.80 -7009;11;759.80;9.50;601.20;-1.06;1.10 -7010;11;5180.20;9.50;562.00;-0.02;1.58 -7017;11;4382.00;9.50;314.80;0.39;0.98 -7018;11;2898.60;9.50;1639.40;-0.24;0.62 -7022;11;5278.60;9.50;430.20;-0.70;0.80 -7023;11;5371.60;9.50;1005.20;-0.11;1.22 -7024;11;5425.00;9.50;1426.00;-0.16;1.60 -7028;11;4852.20;9.50;1335.00;-0.81;1.22 -7029;11;4062.60;9.50;877.00;-0.84;1.20 -7031;11;4169.60;9.50;40.80;-1.10;1.02 -7032;11;4411.40;9.50;254.20;0.73;1.08 -7036;11;3797.60;9.50;227.80;-0.64;1.20 -7037;11;3360.00;9.50;48.60;-0.34;1.28 -7038;11;2584.40;9.50;82.80;-0.75;1.10 -7042;11;2745.60;9.50;612.60;-0.16;0.74 -7043;11;2374.80;9.50;493.40;-1.17;0.88 -7047;11;1762.80;9.50;1266.80;0.62;1.20 -7051;11;1254.80;9.50;567.20;-0.74;1.10 -7052;11;44.20;9.50;44.60;0.17;1.12 -7053;11;362.00;9.50;1286.40;-0.73;0.92 -7056;11;131.40;9.50;1623.60;-1.22;1.00 -7057;11;438.60;9.50;1155.80;-0.12;1.06 -7061;11;1160.80;9.50;437.80;-0.44;1.16 -7062;11;5359.20;9.50;818.40;-0.26;1.18 -7226;11;3221.40;9.50;1255.20;0.36;1.00 -7230;11;1671.80;9.50;1192.60;0.25;1.00 -7234;11;798.20;9.50;504.40;-0.38;1.24 -7235;11;5137.80;9.50;565.20;-0.40;1.00 -7241;11;4371.40;9.50;358.20;0.11;1.18 -7242;11;2849.00;9.50;1569.20;-0.44;0.64 -7246;11;5474.80;9.50;390.00;0.81;1.12 -7247;11;5362.20;9.50;940.20;-0.19;1.38 -7248;11;5525.80;9.50;1480.80;1.23;1.00 -7252;11;4857.20;9.50;1282.00;-0.29;1.02 -7253;11;4070.60;9.50;823.20;-0.11;0.92 -7257;11;4224.00;9.50;34.00;0.00;1.02 -7258;11;4420.60;9.50;305.20;0.07;0.98 -7261;11;3850.80;9.50;281.20;-0.40;0.90 -7262;11;3394.20;9.50;20.60;0.46;1.02 -7263;11;2631.80;9.50;15.00;4.71;0.64 -7267;11;2751.80;9.50;646.40;-0.23;0.76 -7268;11;2348.60;9.50;503.80;-0.64;1.04 -7272;11;1873.20;9.50;1322.80;-0.05;1.06 -7276;11;1293.40;9.50;514.40;-0.06;1.04 -7277;11;31.80;9.50;93.00;0.03;1.30 -7278;11;421.00;9.50;1240.00;0.00;1.24 -7282;11;207.60;9.50;1609.80;-0.12;1.02 -7283;11;474.40;9.50;1072.40;0.13;1.18 -7286;11;1049.40;9.50;532.40;-1.08;1.20 -7287;11;5422.40;9.50;774.40;-0.35;1.08 -7452;11;3195.20;9.50;1298.20;0.18;1.08 -7456;11;1665.20;9.50;1233.20;-0.60;0.88 -7460;11;837.40;9.50;339.60;0.20;1.20 -7461;11;5076.00;9.50;581.60;0.41;0.94 -7467;11;4377.80;9.50;455.20;-0.40;1.06 -7468;11;2807.60;9.51;1590.80;-1.10;0.46 -7472;11;5426.40;9.50;425.20;-1.16;0.98 -7473;11;5388.60;9.50;929.00;-1.02;1.18 -7474;11;5498.60;9.50;1419.20;0.57;1.14 -7478;11;4900.20;9.50;1266.60;-0.54;0.90 -7479;11;4044.20;9.50;784.00;-0.81;1.00 -7483;11;4266.00;9.50;30.80;0.20;0.92 -7484;11;4351.40;9.50;293.80;0.12;0.80 -7488;11;3863.20;9.50;228.40;0.14;1.14 -7489;11;3303.00;9.50;25.00;-1.10;1.00 -7490;11;2561.20;9.50;15.80;4.68;0.66 -7493;11;2706.20;9.50;662.40;0.38;0.90 -7494;11;2421.00;9.50;522.00;-0.64;1.14 -7498;11;1808.80;9.50;1293.80;0.30;1.00 -7499;11;1953.20;9.50;2031.00;-0.54;0.42 -7503;11;1267.60;9.50;449.60;-0.20;1.34 -7504;11;69.80;9.50;90.00;-0.49;1.30 -7505;11;479.00;9.50;1229.60;-0.21;1.02 -7509;11;281.20;9.50;1624.40;0.38;1.04 -7510;11;516.80;9.50;1063.80;-0.78;0.84 -7514;11;1112.00;9.50;465.60;-0.71;1.48 -7515;11;5333.40;9.50;918.60;0.78;1.24 -7678;11;3222.80;10.02;1327.00;-1.08;0.40 -7679;11;2450.40;9.50;5.80;-1.29;0.68 -7686;11;520.20;9.50;459.20;-0.03;1.16 -7690;11;5163.60;9.50;677.00;-0.73;1.52 -7694;11;4379.80;9.50;566.40;1.05;1.02 -7695;11;2861.80;9.50;1603.40;-0.32;0.70 -7698;11;5390.60;9.50;444.40;-0.98;0.90 -7699;11;5479.00;9.50;938.20;0.30;0.66 -7700;11;5548.00;9.50;1462.40;-0.53;0.82 -7704;11;4961.40;9.50;1292.60;0.13;1.18 -7705;11;4096.20;9.50;744.80;-0.04;0.90 -7709;11;4291.20;9.50;43.80;-0.43;0.98 -7710;11;4255.60;9.50;182.80;0.08;0.98 -7714;11;3904.80;9.50;267.80;0.52;1.10 -7715;11;3353.80;9.50;12.40;-0.91;0.86 -7719;11;2663.40;9.50;619.20;0.09;1.08 -7720;11;2382.20;9.50;541.40;-0.74;0.84 -7723;11;1820.40;9.50;1329.00;-0.44;1.06 -7724;11;1967.00;9.50;1988.00;0.19;0.94 -7728;11;1271.40;9.50;403.20;-0.51;0.92 -7729;11;87.20;9.50;149.00;-0.67;1.30 -7730;11;539.60;9.50;1219.40;-0.34;1.40 -7734;11;294.60;9.50;1660.40;-0.65;1.02 -7735;11;587.40;9.50;1065.40;-0.49;1.04 -7739;11;1079.60;9.50;487.80;-0.12;1.14 -7740;11;5511.00;9.50;1121.60;-0.27;1.08 -7906;11;3245.60;9.50;1364.40;-0.68;1.00 -7907;11;2767.40;9.50;32.40;-0.09;1.08 -7910;11;1574.20;9.50;1267.00;-0.95;1.08 -7914;11;456.00;9.50;462.20;0.23;0.92 -7918;11;5160.20;9.50;757.20;0.12;1.26 -7922;11;4335.20;9.50;454.80;-0.30;0.78 -7923;11;2817.00;9.50;1631.60;-0.21;0.88 -7927;11;5353.20;9.50;404.60;-0.51;1.08 -7928;11;5497.80;9.50;966.20;-0.49;1.22 -7929;11;5507.00;9.50;1555.20;-0.19;1.24 -7932;11;4853.80;9.50;1212.40;0.25;1.26 -7933;11;4055.20;9.50;736.00;0.65;1.14 -7937;11;4216.40;9.50;186.40;0.11;1.06 -7941;11;3915.60;9.50;180.80;-0.75;1.24 -7942;11;3307.40;9.50;8.00;4.71;0.46 -7946;11;2613.00;9.50;633.60;0.00;0.84 -7947;11;2311.60;9.50;518.80;-0.49;1.34 -7951;11;1749.00;9.50;1316.20;-0.23;1.14 -7952;11;2007.20;9.50;1879.00;-0.29;1.00 -7955;11;1275.60;9.50;352.20;0.43;1.42 -7956;11;342.80;9.50;129.20;0.27;1.02 -7957;11;555.20;9.50;1263.00;-0.23;1.46 -7961;11;206.00;9.50;1657.40;-0.18;1.22 -7962;11;529.00;9.50;1095.60;0.00;0.98 -7966;11;1021.80;9.50;494.40;0.26;1.08 -7967;11;5393.20;9.50;1642.00;-0.04;1.14 -8131;11;3299.00;9.50;1400.80;0.20;1.46 -8132;11;2855.40;9.50;157.20;-0.99;0.92 -8135;11;1563.40;9.50;1309.00;0.08;0.84 -8137;11;220.20;9.50;660.60;1.14;1.08 -8139;11;5034.20;9.50;671.20;0.55;1.26 -8141;11;4210.40;9.50;680.00;0.38;0.86 -8142;11;2797.20;9.50;1672.60;-0.88;0.80 -8145;11;5483.80;9.50;352.60;-0.54;1.28 -8146;11;5430.40;9.50;974.00;-1.13;0.92 -8147;11;5574.00;9.50;1499.00;-0.89;0.96 -8150;11;4824.60;9.50;1146.40;0.65;0.98 -8151;11;4076.40;9.50;700.60;-0.29;0.98 -8153;11;4314.80;9.50;5.40;-1.48;0.42 -8154;11;4264.80;9.50;136.80;0.43;0.98 -8156;11;3862.00;9.50;180.80;-0.39;1.04 -8158;11;2611.60;9.50;591.40;-0.34;1.10 -8159;11;2288.80;9.50;536.80;0.27;1.30 -8162;11;2211.20;9.50;1196.80;0.20;1.08 -8163;11;2051.20;9.50;1849.00;0.76;0.82 -8166;11;1224.40;9.50;318.00;0.31;0.98 -8167;11;328.80;9.50;89.20;-0.85;1.06 -8168;11;591.00;9.50;1161.60;-0.91;0.92 -8170;11;195.40;9.50;1755.20;-1.10;1.32 -8171;11;479.40;9.50;1121.00;-0.06;1.10 -8173;11;895.80;9.50;457.20;-0.98;1.22 -8174;11;5376.20;9.50;1591.20;-0.55;1.10 -8256;11;3292.80;9.50;1349.40;-0.32;1.18 -8257;11;2819.80;9.50;329.00;0.23;0.94 -8258;11;1690.40;9.50;1268.80;-0.10;0.74 -8259;11;154.00;9.50;728.60;-0.27;0.78 -8260;11;4977.00;9.50;813.80;-0.55;1.14 -8261;11;4304.80;9.50;735.60;-0.17;0.98 -8262;11;2780.40;9.50;1687.20;-0.22;0.90 -8263;11;5509.80;9.50;321.00;-0.76;1.28 -8264;11;5396.40;9.50;991.60;-0.98;1.16 -8265;11;5564.00;9.50;1520.00;0.19;1.00 -8266;11;4748.60;9.50;1156.60;-1.15;1.02 -8267;11;4125.60;9.50;682.60;0.37;1.00 -8268;11;4401.40;9.50;8.40;-1.45;0.54 -8269;11;4265.20;9.50;82.20;-0.03;0.82 -8270;11;3771.80;9.50;184.80;-0.16;0.94 -8271;11;2564.80;9.50;655.60;0.25;1.10 -8272;11;2337.80;9.50;564.80;-0.20;1.06 -8273;11;2145.20;9.50;1224.00;0.60;1.38 -8274;11;2091.00;9.50;1806.20;0.55;1.00 -8275;11;1154.20;9.50;389.20;-0.03;1.24 -8276;11;381.20;9.50;54.80;-0.24;1.38 -8277;11;611.80;9.50;1207.00;-0.42;0.88 -8278;11;305.40;9.50;1699.00;0.31;1.08 -8279;11;519.80;9.50;1137.60;-0.17;1.08 -8280;11;845.20;9.50;485.80;-0.83;1.04 -8281;11;5433.20;9.50;1598.00;-0.56;1.04 -8282;11;3376.40;9.50;1424.80;-0.10;0.84 -8283;11;2827.40;9.50;478.60;0.13;1.06 -8284;11;1612.20;9.50;1294.60;0.54;0.96 -8285;11;26.20;9.50;604.80;-0.20;1.22 -8286;11;5189.00;9.50;856.20;0.52;1.42 -8287;11;4278.60;9.50;771.20;0.61;1.00 -8288;11;2794.40;9.50;1749.40;-0.16;1.26 -8289;11;5584.80;9.50;349.60;-0.31;1.00 -8290;11;5539.20;9.50;652.60;-1.10;1.12 -8291;11;5542.00;9.50;1562.60;-0.52;1.06 -8292;11;4772.00;9.50;1114.60;-0.50;0.76 -8293;11;4168.80;9.50;658.20;0.04;1.06 -8294;11;4389.80;9.50;28.80;-0.63;0.96 -8295;11;4232.00;9.50;81.60;0.00;0.92 -8296;11;3828.60;9.50;178.40;0.49;1.08 -8297;11;2541.20;9.50;710.20;-0.03;1.10 -8298;11;2292.20;9.50;596.20;-0.48;0.94 -8299;11;2132.60;9.50;1281.80;-0.32;1.26 -8300;11;2687.80;9.50;1768.20;-0.33;1.40 -8301;11;1135.40;9.50;347.80;-0.35;0.92 -8302;11;304.80;9.50;38.20;-0.49;1.32 -8303;11;627.80;9.50;1249.00;0.04;1.20 -8304;11;212.00;9.50;1787.00;0.00;1.34 -8305;11;410.60;9.50;1068.20;0.09;1.24 -8306;11;819.20;9.50;435.40;-0.21;1.40 -8307;11;5439.20;9.50;1647.00;-0.17;1.22 -8308;11;3356.60;9.50;1362.60;-0.09;1.36 -8309;11;2817.40;9.50;564.60;-0.37;1.00 -8310;11;1648.00;9.50;1328.80;-0.25;0.78 -8311;11;26.40;9.50;545.20;-0.22;1.26 -8312;11;5086.80;9.50;977.20;-0.73;1.20 -8313;11;4241.80;9.50;816.00;-0.30;0.74 -8314;11;2717.20;9.50;1540.00;-0.38;0.64 -8315;11;5522.20;9.50;392.60;-0.86;1.10 -8316;11;5578.00;9.50;696.60;-0.27;0.96 -8317;11;5609.60;9.50;1540.20;0.09;1.10 -8318;11;4803.60;9.50;1099.40;-0.68;1.00 -8319;11;4134.40;9.50;632.00;0.31;0.96 -8320;11;4354.40;9.50;11.80;-1.39;0.70 -8321;11;4178.40;9.50;77.80;-0.35;0.82 -8322;11;3826.60;9.50;129.80;-0.64;1.20 -8323;11;2569.00;9.50;696.40;-1.03;0.92 -8324;11;2307.20;9.50;645.60;-0.21;1.04 -8325;11;2049.80;9.50;1009.80;0.24;1.10 -8326;11;3196.40;10.03;2014.20;0.86;1.04 -8327;11;1063.80;9.50;337.80;-0.30;1.30 -8328;11;335.20;9.50;21.40;-1.34;1.26 -8329;11;695.00;9.50;1250.60;0.00;0.98 -8330;11;265.40;9.50;1750.00;-0.51;1.54 -8331;11;359.00;9.50;973.00;-0.19;1.26 -8332;11;878.40;9.50;410.80;-0.08;1.46 -8333;11;5486.40;9.50;1603.20;-0.80;1.16 -8334;11;3405.20;9.50;1346.20;-0.40;1.30 -8335;11;2574.20;9.50;493.40;0.48;0.86 -8336;11;1665.00;9.50;1368.60;-0.34;1.04 -8337;11;132.80;9.50;561.80;0.04;1.02 -8338;11;5352.00;9.50;1083.60;-0.42;1.34 -8339;11;4109.80;9.50;844.80;-0.13;1.04 -8340;11;2726.60;9.51;1600.00;0.13;0.88 -8341;11;5561.20;9.50;438.00;-0.89;1.00 -8342;11;5544.80;9.50;726.80;-1.07;0.92 -8343;11;4745.00;9.50;1061.00;-0.38;1.16 -8344;11;4038.60;9.50;663.00;-0.11;0.84 -8345;11;4324.60;9.50;19.00;-0.14;1.02 -8346;11;4183.80;9.50;115.60;0.25;1.08 -8347;11;3914.00;9.50;128.60;0.49;1.36 -8348;11;2902.20;9.50;564.20;0.15;0.84 -8349;11;2504.60;9.50;760.40;-0.68;1.00 -8350;11;2355.00;9.50;654.60;-0.34;1.20 -8351;11;2005.40;9.50;1041.60;0.13;1.02 -8352;11;3276.20;9.50;2019.40;0.84;0.64 -8353;11;1117.20;9.50;298.60;-0.83;1.06 -8354;11;392.80;9.50;19.40;-1.50;1.10 -8355;11;649.80;9.50;1294.20;-0.85;0.94 -8356;11;295.40;9.50;1791.60;-1.22;1.18 -8357;11;427.80;9.50;956.80;0.07;0.80 -8358;11;784.00;9.50;396.40;-0.86;1.04 -8359;11;662.80;9.50;1003.40;0.05;0.80 -8361;11;2659.40;9.50;1726.80;-0.73;1.10 -8362;11;2712.20;9.50;491.80;0.13;0.88 -8363;11;1539.40;9.50;1371.00;-0.97;0.92 -8364;11;123.60;9.50;497.40;0.06;1.28 -8365;11;5472.60;9.50;1154.60;-0.10;1.36 -8366;11;4190.00;9.50;870.00;0.19;0.96 -8367;11;2704.80;9.50;1719.40;-0.71;1.14 -8368;11;5523.80;9.50;434.00;0.50;0.92 -8369;11;5579.20;9.50;766.20;-0.04;1.08 -8370;11;3600.60;9.50;1949.00;-0.93;2.28 -8371;11;4723.20;9.50;1085.80;1.12;1.26 -8372;11;4028.20;9.50;618.60;-0.25;1.10 -8373;11;4364.20;9.50;35.80;0.35;1.00 -8374;11;4182.20;9.50;162.80;0.16;1.22 -8375;11;3874.00;9.50;87.60;0.21;1.12 -8376;11;2457.00;9.50;706.40;0.18;1.00 -8377;11;2362.80;9.50;710.00;0.19;1.00 -8378;11;1994.20;9.50;999.40;-0.57;1.12 -8379;11;3410.60;9.50;1951.00;-0.26;1.28 -8380;11;1182.40;9.50;250.60;0.60;1.32 -8381;11;430.40;9.50;52.60;-0.76;1.24 -8382;11;661.60;9.50;1337.20;0.51;0.80 -8383;11;200.20;9.50;1930.60;-0.72;1.34 -8384;11;448.00;9.50;987.00;0.67;1.06 -8385;11;782.60;9.50;320.00;-0.87;1.18 -8386;11;2356.60;9.50;1015.60;0.07;1.20 -8387;11;2605.20;9.50;1797.80;0.78;1.80 -8388;11;2702.00;9.50;410.80;-1.27;1.00 -8389;11;1577.60;9.50;1405.80;-1.10;1.06 -8390;11;71.00;9.50;529.60;-0.34;1.30 -8391;11;5486.60;9.50;1213.40;-0.70;1.14 -8392;11;4101.20;9.50;790.80;-0.24;0.88 -8393;11;2631.80;9.50;1624.40;-1.21;0.58 -8394;11;5512.00;9.50;472.20;0.00;0.98 -8395;11;5583.60;9.50;843.20;-0.14;1.26 -8396;11;4694.40;9.50;1153.40;-0.43;1.16 -8397;11;4062.60;9.50;568.20;0.06;1.08 -8398;11;4320.20;9.50;79.80;-0.85;0.92 -8399;11;4121.20;9.50;204.80;-1.05;0.82 -8400;11;3950.40;9.50;130.80;-0.28;1.28 -8401;11;2507.20;9.50;712.40;0.56;1.08 -8402;11;2314.80;9.50;698.40;-0.38;1.14 -8403;11;2394.20;9.50;1325.20;0.58;1.68 -8404;11;2649.20;9.50;1811.60;-0.64;1.50 -8405;11;1290.20;9.50;317.00;-0.67;1.04 -8406;11;525.40;9.50;56.00;0.48;1.06 -8407;11;606.80;9.50;1303.20;0.78;0.88 -8408;11;695.00;9.50;928.00;-0.46;1.36 -8409;11;295.40;9.50;1827.80;0.59;1.34 -8410;11;422.00;9.50;1028.40;0.00;1.16 -8411;11;773.00;9.50;357.60;0.71;1.06 -8412;11;4723.40;9.50;668.80;-0.88;0.72 -8413;11;2590.00;9.50;1885.60;-0.13;1.18 -8414;11;2743.20;9.50;160.80;-0.03;0.98 -8415;11;1600.20;9.50;1366.80;-0.05;0.88 -8416;11;139.60;9.50;362.00;-0.26;1.26 -8417;11;4157.40;9.50;791.20;-0.99;1.00 -8418;11;2633.20;9.50;1544.80;0.44;1.08 -8419;11;5592.80;9.50;481.80;-0.16;1.22 -8420;11;5517.00;9.50;914.00;-0.67;1.34 -8421;11;4756.00;9.50;1189.60;0.21;0.94 -8422;11;4100.80;9.50;581.60;-0.46;1.00 -8423;11;4379.60;9.50;69.20;-0.92;0.98 -8424;11;4094.00;9.50;224.60;0.34;1.12 -8425;11;3914.60;9.50;89.20;-0.55;0.98 -8426;11;2409.00;9.50;688.60;0.00;1.18 -8427;11;2298.00;9.50;724.60;0.83;1.18 -8428;11;2620.40;9.50;1851.20;-0.36;1.24 -8429;11;1352.60;9.50;338.60;0.58;1.20 -8430;11;449.40;9.50;20.20;-1.54;1.02 -8431;11;588.60;9.50;1339.60;0.58;0.82 -8432;11;342.00;9.50;1812.40;-0.22;1.36 -8433;11;487.60;9.50;943.80;-0.32;1.14 -8434;11;686.40;9.50;439.40;-0.49;1.48 -8436;11;2413.00;9.50;1910.20;-1.00;1.34 -8437;11;2629.80;9.50;168.60;0.25;0.94 -8438;11;1705.60;9.50;1406.20;0.36;1.04 -8439;11;335.80;9.50;565.20;0.22;1.08 -8440;11;5520.20;9.50;1293.60;0.21;0.84 -8441;11;4080.20;9.50;649.60;-0.04;1.08 -8442;11;2592.40;9.50;1526.80;0.23;1.04 -8443;11;5602.00;9.50;1464.40;-0.42;1.00 -8444;11;5565.40;9.50;876.80;0.39;1.08 -8445;11;4717.80;9.50;1263.40;-0.27;1.32 -8446;11;4100.20;9.50;525.60;0.12;1.24 -8447;11;4408.80;9.50;110.00;0.05;0.88 -8448;11;4052.40;9.50;254.60;0.09;1.18 -8449;11;3965.80;9.50;89.20;-0.58;1.02 -8450;11;2817.40;9.50;1534.60;0.78;0.44 -8451;11;2451.20;9.50;655.00;-0.04;1.04 -8452;11;2202.20;9.50;505.20;0.15;1.16 -8453;11;2393.00;9.50;1248.20;-0.39;1.78 -8454;11;2649.40;9.50;1689.00;-0.10;1.08 -8455;11;1383.00;9.50;326.20;-0.76;1.28 -8456;11;506.40;9.50;139.60;0.16;0.86 -8457;11;523.80;9.50;1306.40;0.62;1.22 -8458;11;390.20;9.50;1829.80;-0.02;1.40 -8459;11;498.20;9.50;988.20;-0.04;1.14 -8460;11;673.20;9.50;397.40;-0.57;1.36 -8462;11;2685.40;9.50;1513.60;-0.24;0.54 -8463;11;2425.20;9.50;1946.20;0.49;1.70 -8464;11;2529.60;9.50;288.40;-0.81;1.08 -8465;11;1664.60;9.50;1428.20;0.54;1.24 -8466;11;211.60;9.50;472.40;-0.70;1.04 -8467;11;5348.40;9.50;1307.20;0.29;1.22 -8468;11;4251.40;9.50;525.20;-0.12;0.80 -8469;11;2675.20;9.50;1497.00;-1.14;0.80 -8470;11;5513.20;9.50;512.20;0.40;1.14 -8471;11;5612.60;9.50;895.00;0.27;1.24 -8472;11;4849.40;9.50;1103.20;-0.32;0.98 -8473;11;4132.00;9.50;546.00;-0.38;1.18 -8474;11;4451.80;9.50;101.40;0.26;1.10 -8475;11;4041.80;9.50;308.20;-0.18;0.88 -8476;11;4000.00;9.50;66.00;-1.10;0.96 -8477;11;3140.80;9.50;16.80;4.66;0.88 -8478;11;2503.60;9.50;16.00;4.71;0.68 -8479;11;2401.80;9.50;648.00;-0.54;1.04 -8480;11;2212.00;9.50;552.00;-0.24;1.26 -8481;11;2320.20;9.50;1312.80;-0.04;1.24 -8482;11;2629.40;9.50;1737.00;-0.04;1.46 -8483;11;1418.60;9.50;264.80;0.23;1.34 -8484;11;502.20;9.50;103.40;-0.33;0.78 -8485;11;505.40;9.50;1349.20;0.14;0.92 -8486;11;338.00;9.50;1857.00;-0.58;0.82 -8487;11;489.80;9.50;1029.20;-0.18;1.04 -8488;11;759.20;9.50;459.80;-0.58;1.26 -8489;11;3809.80;9.50;421.40;-0.18;0.84 -8490;11;2473.40;9.50;1927.00;-0.40;1.90 -8491;11;2436.40;9.50;92.00;-0.10;0.98 -8492;11;1647.80;9.50;1486.00;0.04;1.20 -8493;11;299.60;9.50;348.80;0.74;1.26 -8494;11;5359.20;9.50;1175.00;-0.80;1.20 -8495;11;4258.40;9.50;361.00;-0.44;1.00 -8496;11;2688.80;9.50;1467.80;0.94;1.04 -8497;11;5524.20;9.50;551.80;-0.70;1.52 -8498;11;5570.00;9.50;939.00;-1.24;1.00 -8499;11;4814.20;9.50;1064.80;-0.30;0.82 -8500;11;4164.80;9.50;517.20;0.04;1.06 -8501;11;4376.80;9.50;133.00;0.04;0.96 -8502;11;4085.20;9.50;281.00;0.13;1.12 -8503;11;3874.40;9.50;52.40;-0.78;0.96 -8504;11;3185.40;9.50;7.40;-1.52;0.50 -8505;11;2566.20;9.50;35.40;0.56;0.96 -8506;11;2499.60;9.50;639.00;0.27;1.02 -8507;11;2236.60;9.50;619.40;-0.13;1.16 -8508;11;2327.40;9.50;1262.00;0.31;1.20 -8509;11;2516.80;9.50;1828.60;-0.88;1.38 -8510;11;1481.80;9.50;260.80;0.30;0.96 -8511;11;556.00;9.50;151.00;0.46;1.08 -8512;11;437.60;9.50;1378.00;0.38;1.28 -8513;11;306.60;9.50;1882.80;0.53;1.62 -8514;11;556.60;9.50;973.20;-0.14;1.08 -8515;11;763.40;9.50;512.20;0.72;1.08 -8516;11;3814.20;9.50;466.00;-0.05;0.82 -8517;11;2375.80;9.50;1995.20;-1.00;1.30 -8518;11;1671.40;9.50;1534.40;-0.88;0.94 -8519;11;163.00;9.50;276.60;-1.09;1.02 -8520;11;5221.60;9.50;1207.00;-0.62;1.10 -8521;11;4210.60;9.50;122.20;-0.21;0.82 -8522;11;2701.40;9.50;1437.20;-0.12;0.72 -8523;11;5601.80;9.50;576.40;0.62;1.06 -8524;11;5609.40;9.50;968.80;0.15;0.84 -8525;11;4797.60;9.50;1018.00;-0.31;1.20 -8526;11;4169.80;9.50;463.00;0.23;1.22 -8527;11;4298.00;9.50;90.80;-0.17;0.92 -8528;11;4120.40;9.50;317.80;0.75;1.02 -8529;11;3971.40;9.50;23.40;-0.65;1.16 -8530;11;2906.60;9.50;1910.00;-0.22;1.08 -8531;11;2506.40;9.50;37.40;0.11;1.00 -8532;11;2528.20;9.50;629.40;-0.05;0.94 -8533;11;2348.60;9.50;1204.40;0.41;1.44 -8534;11;2469.40;9.50;1843.20;0.46;1.22 -8535;11;1485.80;9.50;209.00;0.03;1.14 -8536;11;295.80;9.50;267.60;-0.17;1.08 -8537;11;381.20;9.50;1327.60;0.21;0.90 -8538;11;367.00;9.50;1889.00;-1.03;0.78 -8539;11;564.80;9.50;1016.80;0.04;1.12 -8540;11;711.40;9.50;482.60;-0.58;1.26 -8541;11;3821.00;9.50;511.20;0.36;0.92 -8542;11;2659.60;9.50;1891.40;0.22;1.18 -8543;11;1714.00;9.50;1580.80;-0.80;1.14 -8544;11;28.00;9.50;276.20;0.00;1.18 -8545;11;5040.80;9.50;1128.00;0.05;0.86 -8546;11;2740.80;9.50;1452.80;-0.78;0.48 -8547;11;5582.20;9.50;615.80;-0.05;1.08 -8548;11;4784.80;9.50;978.40;0.04;1.06 -8549;11;4212.00;9.50;489.00;0.64;1.14 -8550;11;4338.40;9.50;119.00;-0.08;0.92 -8551;11;4075.60;9.50;369.00;-0.91;1.12 -8552;11;4031.40;9.50;16.20;-0.64;1.18 -8553;11;2438.60;9.50;22.00;-0.62;1.28 -8554;11;2512.80;9.50;592.60;-0.37;1.06 -8555;11;2262.00;9.50;382.40;-0.86;1.18 -8556;11;2306.40;9.50;1170.60;0.78;1.20 -8557;11;2546.80;9.50;1941.00;0.14;1.64 -8558;11;1374.60;9.50;208.00;0.06;1.30 -8559;11;333.80;9.50;302.60;0.51;1.06 -8560;11;378.20;9.50;1367.40;-0.04;1.08 -8561;11;451.40;9.50;1872.80;-0.46;1.14 -8562;11;475.80;9.50;896.20;-0.18;1.32 -8563;11;669.40;9.50;529.20;-0.32;0.96 -8564;11;3805.20;9.50;564.60;-0.21;0.80 -8565;11;2565.20;9.50;2008.60;0.69;0.96 -8566;11;1784.00;9.50;1606.20;0.00;1.14 -8567;11;29.40;9.50;154.40;-0.18;1.64 -8568;11;5042.40;9.50;1052.40;0.11;1.26 -8569;11;2721.40;9.50;1431.40;-1.18;0.56 -8570;11;5523.40;9.50;608.60;0.66;1.08 -8571;11;5599.20;9.50;1244.60;-0.05;0.98 -8572;11;4738.20;9.50;862.80;0.11;1.18 -8573;11;4177.00;9.50;429.00;-0.58;0.96 -8574;11;4283.00;9.50;137.20;-0.52;0.88 -8575;11;4125.80;9.50;342.00;-1.08;1.08 -8576;11;2413.80;9.50;50.80;-0.67;1.04 -8577;11;2494.80;9.50;595.80;0.58;1.08 -8578;11;2349.80;9.50;403.20;-0.75;1.24 -8579;11;2275.20;9.50;1221.40;-0.03;1.36 -8580;11;2600.20;9.50;1947.00;0.13;1.54 -8581;11;1492.60;9.50;95.80;0.28;1.16 -8582;11;351.40;9.50;260.20;-0.32;0.90 -8583;11;360.80;9.50;1411.80;0.70;0.88 -8584;11;450.00;9.50;1800.00;0.46;1.04 -8585;11;540.00;9.50;931.80;-0.25;0.94 -8586;11;646.80;9.50;478.40;-0.32;1.16 -8587;11;3775.60;9.50;497.00;-0.49;1.00 -8588;11;2686.80;9.50;1863.40;-0.32;1.26 -8589;11;1891.60;9.50;1617.00;0.38;1.22 -8590;11;266.40;9.50;128.60;-0.08;1.08 -8591;11;4879.80;9.50;871.60;-0.80;1.02 -8592;11;2769.80;9.50;1389.20;0.04;0.76 -8593;11;5471.80;9.50;553.20;-0.37;1.30 -8594;11;5597.80;9.50;1204.80;0.05;1.20 -8595;11;4742.40;9.50;915.20;-0.07;1.20 -8596;11;4214.80;9.50;439.80;0.03;1.06 -8597;11;4387.80;9.50;217.80;-0.20;1.02 -8598;11;4125.00;9.50;371.00;0.00;0.90 -8599;11;3989.40;9.50;5.60;-1.46;0.50 -8600;11;2558.60;9.50;83.40;0.07;1.12 -8601;11;2505.80;9.50;551.80;0.30;0.92 -8602;11;2233.00;9.50;402.40;-0.50;1.26 -8603;11;2249.40;9.50;1278.20;0.73;1.32 -8604;11;2515.80;9.50;2009.20;0.78;0.90 -8605;11;1447.00;9.50;69.40;0.23;1.22 -8606;11;366.20;9.50;302.60;-0.72;0.80 -8607;11;309.00;9.50;1335.80;-0.25;0.90 -8608;11;85.40;9.50;2004.00;0.38;0.50 -8609;11;542.60;9.50;883.80;-0.12;1.00 -8610;11;573.20;9.50;462.80;-0.50;1.22 -8611;11;3771.00;9.50;528.80;0.00;0.84 -8612;11;2755.20;9.50;1751.80;-0.02;1.26 -8613;11;2869.00;9.50;516.20;-0.30;1.04 -8614;11;1833.60;9.50;1658.40;0.48;1.36 -8615;11;176.80;9.50;230.20;-1.01;1.00 -8616;11;4895.40;9.50;815.80;-0.46;1.28 -8617;11;4017.20;9.50;97.60;-0.04;1.00 -8618;11;2694.00;9.50;1394.60;-0.41;0.88 -8619;11;5429.20;9.50;559.60;0.21;1.04 -8620;11;5536.00;9.50;1182.60;0.21;1.26 -8621;11;2840.40;9.50;1540.60;-0.91;0.58 -8622;11;2881.20;9.50;1566.00;-1.14;0.32 -8623;11;4739.40;9.50;962.80;0.15;1.12 -8624;11;4244.40;9.50;417.80;-0.35;0.74 -8625;11;4368.60;9.50;176.60;-0.33;1.12 -8626;11;4092.20;9.50;402.60;-0.72;0.98 -8627;11;3945.20;9.50;12.20;4.46;0.56 -8628;11;2557.60;9.50;134.40;0.07;1.10 -8629;11;2437.60;9.50;611.00;-0.38;0.94 -8630;11;2285.40;9.50;480.60;-0.58;1.34 -8631;11;2188.40;9.50;1295.80;0.67;1.22 -8632;11;2543.80;9.50;1750.40;-0.95;1.08 -8633;11;1381.80;9.50;97.40;0.03;1.16 -8634;11;432.20;9.50;324.40;0.18;1.00 -8635;11;318.60;9.50;1375.60;0.48;1.12 -8636;11;133.40;9.50;1963.00;0.73;0.88 -8637;11;539.60;9.50;828.40;-0.11;1.20 -8638;11;638.00;9.50;417.20;0.23;1.32 -8639;11;3446.80;9.50;431.60;-0.18;1.30 -8640;11;2792.60;9.50;1893.60;-0.09;1.02 -8641;11;2286.20;9.50;187.40;-0.03;1.14 -8642;11;1720.00;9.90;1689.00;-1.14;1.46 -8643;11;411.00;9.50;266.40;-0.18;1.26 -8644;11;4867.00;9.50;702.00;-0.19;0.98 -8645;11;4177.00;9.50;252.20;0.44;1.12 -8646;11;2666.00;9.50;1429.40;0.35;1.22 -8647;11;5423.00;9.50;599.40;-0.72;0.80 -8648;11;5612.80;9.50;1680.00;0.04;0.82 -8649;11;4773.20;9.50;915.80;-0.31;0.68 -8650;11;4198.80;9.50;395.40;-0.68;1.06 -8651;11;4291.40;9.50;188.80;-0.08;0.78 -8652;11;4159.00;9.50;367.60;-0.99;1.06 -8654;11;2506.40;9.50;85.60;0.13;1.00 -8655;11;2430.20;9.50;565.20;0.33;0.98 -8656;11;2279.00;9.50;434.40;0.30;1.32 -8657;11;2191.80;9.50;1337.20;-0.42;1.20 -8658;11;2436.00;9.50;1798.40;-0.97;1.38 -8659;11;1460.80;9.50;146.20;0.69;1.32 -8660;11;433.00;9.50;365.80;0.00;1.08 -8661;11;753.60;9.50;927.40;-0.58;1.14 -8662;11;108.40;9.50;2004.40;-0.56;0.96 -8663;11;422.20;9.50;855.40;-0.95;1.16 -8664;11;571.00;9.50;414.00;-0.78;1.02 -8665;11;3530.00;9.50;406.00;1.05;1.08 -8666;11;2823.00;9.50;1837.00;-0.46;0.90 -8667;11;2384.40;9.50;274.20;1.12;1.04 -8668;11;1897.00;9.50;1726.00;0.46;1.08 -8669;11;502.40;9.50;416.00;-0.70;0.90 -8670;11;4784.40;9.50;709.60;-0.08;1.14 -8671;11;4277.60;9.50;453.60;0.98;0.82 -8672;11;2611.80;9.50;1421.60;-0.97;1.02 -8673;11;5466.00;9.50;639.20;-0.39;1.22 -8674;11;5606.60;9.50;1285.40;0.06;1.12 -8675;11;5611.60;9.50;1727.60;-0.13;0.82 -8676;11;4676.60;9.50;935.00;-0.54;1.10 -8677;11;4295.40;9.50;454.20;-0.09;0.90 -8678;11;4334.40;9.50;207.20;-0.32;1.12 -8679;11;4125.60;9.50;438.40;-0.65;1.14 -8680;11;2505.00;9.50;134.00;-0.16;1.20 -8681;11;2633.40;9.50;538.00;-0.10;1.02 -8682;11;2759.60;9.50;680.40;0.11;0.76 -8683;11;2160.00;9.50;1346.20;0.19;1.20 -8684;11;2363.40;9.50;1821.20;-0.64;1.10 -8685;11;1562.00;9.50;38.80;1.22;1.06 -8686;11;347.60;9.50;344.20;-0.84;0.96 -8687;11;260.60;9.50;1397.40;-0.33;1.32 -8688;11;174.80;9.50;2001.40;-0.23;0.90 -8689;11;452.80;9.50;821.40;-1.04;1.42 -8690;11;671.80;9.50;570.60;-0.69;1.14 -8691;11;3468.20;9.50;330.60;0.46;1.36 -8692;11;2919.60;9.50;1969.00;0.27;1.24 -8693;11;2621.60;9.50;459.20;0.09;1.04 -8694;11;1858.60;9.50;1916.20;-0.84;1.36 -8695;11;491.40;9.50;364.40;-0.07;1.12 -8696;11;4795.80;9.50;752.40;-0.14;0.96 -8697;11;4165.40;9.50;396.00;0.38;1.14 -8698;11;2641.80;9.50;1380.40;0.05;0.92 -8699;11;5459.20;9.50;724.00;-1.22;1.02 -8700;11;5602.80;9.50;1346.80;0.03;1.22 -8701;11;4675.40;9.50;911.00;0.67;0.54 -8702;11;4341.80;9.50;488.20;0.06;0.78 -8703;11;4299.40;9.50;234.20;-0.07;0.92 -8704;11;4065.20;9.50;436.60;-1.01;1.04 -8705;11;2458.60;9.50;134.00;-0.10;1.16 -8706;11;1508.60;9.50;775.40;-0.13;0.98 -8707;11;2875.80;9.50;704.80;-0.20;0.92 -8708;11;2156.00;9.50;1399.60;0.34;1.42 -8709;11;2375.20;9.50;1866.80;-0.17;1.24 -8710;11;1567.40;9.50;13.60;-1.28;1.02 -8711;11;363.80;9.50;379.40;-0.38;1.02 -8712;11;189.60;9.50;1309.80;-0.12;1.00 -8713;11;206.40;9.50;1989.40;-0.16;0.42 -8714;11;422.40;9.50;803.00;0.11;1.26 -8715;11;769.00;9.50;556.60;0.91;1.02 -8716;11;2086.80;9.50;448.40;-0.86;1.04 -8717;11;2916.80;9.50;2016.40;-0.48;0.88 -8718;11;2516.40;9.50;489.60;-0.74;1.04 -8719;11;1961.60;9.50;1832.20;0.56;2.14 -8720;11;621.40;9.50;346.20;-0.93;1.34 -8721;11;4835.60;9.50;872.40;-0.28;1.38 -8722;11;4068.60;9.50;335.80;0.28;0.98 -8723;11;2597.20;9.50;1396.00;0.51;1.56 -8724;11;5396.00;9.50;693.40;-1.19;1.00 -8725;11;5621.00;9.50;1399.00;-0.16;0.26 -8726;11;5556.20;9.50;1712.00;-0.23;1.28 -8727;11;4699.40;9.50;778.80;0.49;1.32 -8728;11;4369.20;9.50;507.00;0.49;0.88 -8729;11;4258.80;9.50;231.60;-0.17;0.94 -8730;11;4061.40;9.50;465.00;0.31;0.88 -8731;11;2393.60;9.50;124.80;-0.42;1.20 -8732;11;2630.60;9.50;499.80;-0.15;0.82 -8733;11;2703.60;9.50;701.20;-0.68;0.74 -8734;11;2200.80;9.50;1398.20;0.19;1.12 -8735;11;2416.40;9.50;1824.80;0.08;1.40 -8736;11;1623.80;9.50;15.60;4.64;0.66 -8737;11;206.00;9.50;379.00;-0.54;1.32 -8738;11;138.20;9.50;1311.00;0.34;0.94 -8739;11;312.20;9.50;1908.60;-0.64;0.88 -8740;11;394.80;9.50;769.80;-0.93;1.20 -8741;11;809.40;9.50;555.40;-0.09;0.94 -8742;11;3400.00;9.50;993.20;0.36;1.08 -8743;11;2699.60;9.50;1952.20;0.32;1.42 -8744;11;2385.00;9.50;572.80;0.20;0.88 -8745;11;1578.40;9.50;1949.20;0.46;0.88 -8746;11;1375.80;9.50;742.80;-0.52;1.12 -8747;11;4808.80;9.50;917.60;-0.26;0.90 -8748;11;3974.80;9.50;393.00;0.29;0.96 -8749;11;2643.40;9.50;1333.80;-0.21;0.64 -8750;11;5416.60;9.50;725.80;-0.15;1.04 -8751;11;4739.40;9.50;789.00;-0.54;0.86 -8752;11;4309.00;9.50;490.80;0.81;0.70 -8753;11;4220.40;9.50;235.80;0.12;1.04 -8754;11;4064.80;9.50;513.80;-0.44;1.00 -8755;11;2437.00;9.50;181.80;-0.71;1.20 -8756;11;2595.80;9.50;554.80;0.05;0.86 -8757;11;2646.80;9.50;696.20;-0.40;1.18 -8758;11;2242.60;9.50;1391.00;0.06;0.96 -8759;11;2366.00;9.50;1919.20;0.36;1.46 -8760;11;1678.60;9.50;17.20;-1.02;1.06 -8761;11;295.80;9.50;391.60;0.04;1.16 -8762;11;120.00;9.50;1356.20;0.36;1.16 -8763;11;422.60;9.50;1756.20;0.61;1.54 -8764;11;321.00;9.50;834.80;0.17;1.16 -8765;11;715.60;9.50;615.80;-0.76;1.48 -8766;11;3409.60;9.50;941.80;-0.32;1.14 -8767;11;2783.00;9.50;2021.80;1.06;0.60 -8768;11;1571.60;9.50;1854.80;-0.16;1.38 -8769;11;880.80;9.50;365.00;0.04;1.16 -8770;11;4921.40;9.50;1029.00;0.08;1.38 -8771;11;4092.20;9.50;469.20;-0.48;1.20 -8772;11;2625.00;9.50;1248.60;-0.50;0.82 -8773;11;5364.40;9.50;716.80;-0.23;1.26 -8774;11;4677.40;9.50;737.40;0.68;1.16 -8775;11;4323.00;9.50;522.40;0.97;0.90 -8776;11;4208.20;9.50;283.60;0.17;1.08 -8777;11;4035.20;9.50;524.20;-0.19;0.76 -8778;11;2325.20;9.50;88.20;-0.41;1.32 -8779;11;2524.80;9.50;569.20;-1.32;0.84 -8780;11;2569.00;9.50;746.00;-0.64;1.18 -8781;11;2146.60;9.50;1452.40;0.06;0.98 -8782;11;2306.00;9.50;1906.20;0.45;1.44 -8783;11;250.20;9.50;270.00;0.13;1.20 -8784;11;157.60;9.50;1352.80;-0.88;0.80 -8785;11;460.80;9.50;1745.00;-0.29;1.36 -8786;11;274.60;9.50;870.20;-0.39;1.38 -8787;11;782.80;9.50;645.00;0.03;1.22 -8788;11;3629.00;9.50;850.80;0.39;1.30 -8789;11;2846.00;9.50;1970.40;-0.30;1.20 -8790;11;925.80;9.50;127.20;-0.55;1.38 -8791;11;4875.60;9.50;1162.60;-0.57;1.34 -8792;11;4132.20;9.50;489.80;0.13;1.12 -8793;11;2773.00;9.50;1235.20;0.30;0.68 -8794;11;5356.20;9.50;672.60;-0.05;0.98 -8795;11;5554.60;9.50;1339.00;0.08;0.84 -8796;11;5168.80;9.50;1401.20;0.03;0.92 -8797;11;4654.60;9.50;676.80;-0.36;1.26 -8798;11;4313.00;9.50;554.40;-0.53;1.04 -8799;11;4238.40;9.50;278.00;-1.06;0.86 -8800;11;4009.20;9.50;570.20;-0.48;1.00 -8801;11;2418.40;9.50;182.20;0.08;0.84 -8802;11;2589.60;9.50;513.60;-0.41;0.80 -8803;11;2572.20;9.50;786.40;0.48;1.22 -8804;11;2177.40;9.50;1503.40;0.80;1.38 -8805;11;2170.00;9.50;1876.00;-0.27;1.52 -8806;11;1457.40;9.50;24.40;-1.49;0.98 -8807;11;248.60;9.50;321.40;-0.17;0.90 -8808;11;158.80;9.50;1392.40;-0.18;0.94 -8809;11;542.00;9.50;1765.00;0.67;1.24 -8810;11;371.20;9.50;856.00;-0.05;0.74 -8811;11;838.40;9.50;595.20;-0.06;1.32 -8812;11;343.20;9.50;1925.20;-0.78;0.38 -8813;11;2599.80;9.50;1701.00;0.23;1.02 -8814;11;1908.20;9.50;36.00;-0.54;1.04 -8815;11;1479.20;9.50;1860.60;0.59;1.58 -8816;11;1071.80;9.50;284.00;0.23;1.38 -8817;11;5098.80;9.50;1218.40;-1.10;0.94 -8818;11;4096.60;9.50;615.20;0.64;0.80 -8819;11;2822.80;9.50;1260.20;-0.24;0.80 -8820;11;5371.60;9.50;626.20;0.43;1.08 -8821;11;5459.20;9.50;1351.20;0.24;0.84 -8822;11;4666.80;9.50;652.80;-0.67;1.00 -8823;11;4291.40;9.50;567.80;-0.05;0.80 -8824;11;4224.20;9.50;318.80;-0.70;1.20 -8825;11;4004.60;9.50;520.80;0.08;0.84 -8826;11;3041.40;9.50;9.80;-1.08;0.94 -8827;11;2366.00;9.50;155.00;-0.24;1.28 -8828;11;2554.60;9.50;529.00;-0.19;0.82 -8829;11;2506.20;9.50;806.00;0.65;1.32 -8830;11;2191.80;9.50;1453.80;0.04;1.10 -8831;11;2286.60;9.50;1794.00;-0.42;1.40 -8832;11;1376.20;9.50;53.00;-0.81;1.10 -8833;11;172.40;9.50;337.60;-1.12;1.28 -8834;11;240.40;9.50;1467.60;-0.29;1.08 -8835;11;566.00;9.50;1717.00;0.38;1.12 -8836;11;416.80;9.50;919.00;-0.42;1.08 -8837;11;827.20;9.50;650.80;-0.04;1.18 -8838;11;1933.40;9.50;1583.40;-0.07;1.12 -8839;11;2547.60;9.50;1530.20;0.22;1.20 -8840;11;2603.40;9.50;1466.20;-0.26;1.24 -8841;11;1522.40;9.50;1919.60;0.13;1.22 -8842;11;1089.20;9.50;391.00;-0.04;1.06 -8843;11;5106.20;9.50;1329.60;-0.44;1.16 -8844;11;3921.80;9.50;710.20;0.03;0.66 -8845;11;2845.40;9.50;1308.60;0.51;0.92 -8846;11;5307.20;9.50;612.80;-0.52;1.50 -8847;11;5463.80;9.50;1287.40;0.05;1.10 -8848;11;4697.40;9.50;693.40;-0.30;0.86 -8849;11;4263.20;9.50;554.80;-0.05;0.88 -8850;11;4271.60;9.50;314.40;-0.34;0.98 -8851;11;4159.80;9.50;218.40;-1.00;1.02 -8852;11;3013.40;9.50;10.00;4.31;0.44 -8853;11;2375.80;9.50;219.40;0.21;1.16 -8854;11;2512.20;9.50;521.60;0.82;0.86 -8855;11;2482.00;9.50;760.40;0.42;1.00 -8856;11;2236.20;9.50;1450.80;0.25;1.16 -8857;11;1545.80;9.50;959.20;-0.73;1.12 -8858;11;1398.20;9.50;21.60;-1.31;1.28 -8859;11;137.80;9.50;293.40;-0.10;1.38 -8860;11;180.20;9.50;1463.60;0.17;1.12 -8861;11;389.20;9.50;1726.40;0.53;1.42 -8862;11;378.80;9.50;889.00;-0.75;0.76 -8863;11;867.20;9.50;684.20;0.40;0.74 -8864;11;1872.00;9.50;1559.80;0.17;1.08 -8865;11;2576.40;9.50;1594.20;0.07;1.14 -8866;11;1721.80;9.50;18.40;4.55;0.80 -8867;11;1442.00;9.50;1931.00;0.16;1.12 -8868;11;1339.60;9.50;444.20;0.70;1.20 -8869;11;5065.20;9.50;1326.40;-0.04;1.10 -8870;11;3895.20;9.50;222.80;-0.71;1.06 -8871;11;2866.00;9.50;1302.40;-0.53;0.94 -8872;11;5267.40;9.50;555.20;-0.32;1.70 -8873;11;5454.20;9.50;1242.40;-0.26;1.28 -8874;11;4672.20;9.50;66.20;-0.04;0.86 -8875;11;4256.80;9.50;591.40;-0.18;0.90 -8876;11;4192.60;9.50;329.00;-0.11;0.98 -8877;11;4127.80;9.50;233.80;-0.20;0.88 -8878;11;2308.40;9.50;163.60;-1.22;1.30 -8879;11;2453.80;9.50;501.00;-0.75;1.14 -8880;11;2436.60;9.50;803.00;-0.71;1.10 -8881;11;2304.60;9.50;1369.00;0.38;1.28 -8882;11;2322.80;9.50;2007.40;-0.48;1.00 -8883;11;1255.00;9.50;22.60;4.65;0.94 -8884;11;138.00;9.50;232.20;0.00;1.16 -8885;11;93.40;9.50;1134.20;-0.09;1.00 -8886;11;328.40;9.50;1723.60;-1.13;1.22 -8887;11;352.00;9.50;936.80;-0.62;0.96 -8888;11;898.40;9.50;665.60;-0.75;1.12 -8889;11;2496.20;9.50;856.00;-0.95;1.04 -8890;11;2550.00;9.50;1398.60;-0.36;1.02 -8891;11;1471.40;9.50;1938.20;-0.39;1.40 -8892;11;1354.20;9.50;485.00;-1.22;1.16 -8893;11;5178.60;9.50;1451.40;-0.80;0.90 -8894;11;3899.40;9.50;674.80;-0.88;0.92 -8895;11;2901.80;9.50;1310.00;-0.34;0.92 -8896;11;5257.80;9.50;627.20;-0.49;1.06 -8897;11;5513.20;9.50;1257.60;-0.05;0.88 -8898;11;4823.00;9.50;609.40;-0.30;0.96 -8899;11;4251.00;9.50;491.60;0.27;0.78 -8900;11;4233.60;9.50;360.80;0.08;0.96 -8901;11;4099.40;9.50;272.00;-0.83;1.06 -8902;11;2330.00;9.50;205.20;0.00;1.18 -8903;11;2497.40;9.50;459.00;0.14;1.08 -8904;11;2430.80;9.50;757.60;0.03;1.00 -8905;11;2319.40;9.50;1403.60;-0.74;1.32 -8906;11;1178.60;9.50;18.40;-1.51;0.94 -8907;11;69.20;9.50;214.00;-0.41;1.14 -8908;11;76.00;9.50;1090.20;-0.44;0.92 -8909;11;438.60;9.50;1700.20;0.07;1.32 -8910;11;536.20;9.50;794.40;1.00;1.18 -8911;11;899.20;9.50;607.20;-0.92;1.00 -8912;11;2585.40;9.50;1295.40;0.58;1.42 -8914;11;1531.40;9.50;1974.60;-0.16;1.62 -8915;11;1460.80;9.50;639.80;-0.45;1.38 -8916;11;5357.00;9.50;1410.60;-0.34;1.26 -8917;11;3992.40;9.50;477.00;-0.82;1.04 -8918;11;2903.00;9.50;1351.60;-0.27;0.84 -8919;11;5212.20;9.50;629.20;-0.22;1.10 -8920;11;5547.80;9.50;1231.80;-0.30;1.14 -8921;11;4918.00;9.50;503.60;-0.83;1.08 -8922;11;4206.40;9.50;525.00;-0.43;0.84 -8923;11;4725.00;9.50;113.40;-0.28;0.78 -8924;11;4281.40;9.50;402.60;-0.75;1.24 -8925;11;4160.40;9.50;291.80;0.12;0.96 -8926;11;2293.00;9.50;121.00;0.14;1.18 -8927;11;2445.80;9.50;454.60;0.04;0.94 -8928;11;2373.80;9.50;755.20;-1.14;0.98 -8929;11;2366.80;9.50;1401.80;0.15;1.40 -8930;11;1705.00;9.50;1990.00;0.87;1.18 -8931;11;1230.20;9.50;47.20;-0.67;1.22 -8932;11;85.80;9.50;265.00;-0.13;1.18 -8933;11;13.40;9.50;1082.60;0.16;0.64 -8934;11;374.20;9.50;1673.00;-0.04;1.16 -8935;11;560.80;9.50;754.60;0.44;1.46 -8936;11;962.60;9.50;640.00;0.08;1.02 -8937;11;2654.00;9.50;1179.20;-0.19;0.90 -8938;11;1515.40;9.50;525.20;-0.26;1.02 -8939;11;5544.20;9.50;1424.80;-0.05;0.80 -8940;11;3931.20;9.50;439.00;-0.29;0.86 -8941;11;2917.00;9.50;1270.80;-0.39;0.90 -8942;11;5224.80;9.50;584.60;-0.14;0.92 -8943;11;5565.80;9.50;1289.40;0.21;1.02 -8944;11;5602.00;9.50;1826.00;0.46;1.40 -8945;11;4959.60;9.50;533.80;1.05;1.32 -8946;11;4215.20;9.50;561.80;-0.66;0.86 -8947;11;4315.80;9.50;344.20;-0.15;1.14 -8948;11;4624.20;9.50;197.00;0.29;1.32 -8949;11;2239.60;9.50;147.20;-0.25;1.12 -8950;11;2482.60;9.50;417.20;-0.55;0.98 -8951;11;2359.20;9.50;772.40;-0.18;1.20 -8952;11;2278.80;9.50;1426.80;-0.16;1.10 -8953;11;1763.60;9.50;1937.60;0.63;1.38 -8954;11;1104.20;9.50;20.40;-1.42;1.16 -8955;11;20.80;9.50;223.60;-0.14;1.16 -8956;11;18.20;9.50;1114.60;-0.60;1.24 -8957;11;494.80;9.50;1693.20;-0.15;1.20 -8958;11;455.40;9.50;755.00;-0.70;1.26 -8959;11;942.00;9.50;555.00;-0.38;1.16 -8960;11;2597.60;9.50;1156.00;-0.85;1.22 -8961;11;1803.80;9.50;20.60;0.25;1.02 -8963;11;1591.00;9.50;518.00;0.89;1.20 -8964;11;4037.00;9.50;240.20;0.62;1.10 -8965;11;2989.80;9.50;1277.80;0.24;0.98 -8966;11;5428.40;9.50;469.80;-0.56;1.02 -8967;11;5514.20;9.50;1333.40;-0.03;0.86 -8968;11;5578.00;9.50;1762.60;-0.54;1.58 -8969;11;4876.40;9.50;509.80;-0.46;0.78 -8970;11;4179.60;9.50;554.20;-0.14;0.96 -8971;11;4332.00;9.50;396.00;0.00;0.88 -8972;11;4589.60;9.50;250.40;-0.51;1.16 -8973;11;2814.80;9.50;2018.60;-0.66;0.66 -8974;11;2279.00;9.50;75.40;-0.89;1.10 -8975;11;2474.20;9.50;379.60;0.21;0.80 -8976;11;2355.60;9.50;829.00;0.38;1.08 -8977;11;2261.20;9.50;1507.00;0.93;1.42 -8978;11;1582.20;9.50;2019.20;-0.92;0.64 -8979;11;1177.20;9.50;59.20;-0.03;1.46 -8980;11;85.60;9.50;322.60;0.29;1.12 -8981;11;716.20;9.50;980.60;-0.54;1.02 -8982;11;519.60;9.50;1644.40;0.30;1.06 -8983;11;435.80;9.50;709.80;-0.16;1.14 -8984;11;965.40;9.50;597.80;-0.35;0.98 -8985;11;2562.40;9.50;1248.20;-0.26;1.38 -8986;11;1758.60;9.50;57.00;-0.84;1.14 -8987;11;1455.80;9.50;483.60;-0.81;0.96 -8988;11;3812.40;9.50;282.40;-0.07;1.18 -8989;11;2473.60;9.50;1506.60;0.08;1.28 -8990;11;5458.60;9.50;509.80;0.83;1.22 -8991;11;5437.40;9.50;1311.20;-0.80;1.02 -8992;11;5521.80;9.50;1766.60;-0.59;1.32 -8993;11;4986.00;9.50;390.60;0.13;1.12 -8994;11;4147.60;9.50;594.20;-0.46;1.00 -8995;11;4372.80;9.50;408.00;0.04;0.98 -8996;11;4564.40;9.50;251.60;0.10;1.00 -8997;11;2260.20;9.50;99.60;-0.25;0.98 -8998;11;2426.20;9.50;412.20;-0.65;1.24 -8999;11;2441.80;9.50;841.80;-0.52;1.16 -9000;11;2286.60;9.50;1513.60;0.58;1.40 -9001;11;1537.00;9.50;1855.00;0.46;1.50 -9002;11;1320.20;9.50;114.60;0.26;1.48 -9003;11;25.80;9.50;338.80;-0.13;1.10 -9004;11;104.80;9.50;1179.00;-0.15;1.16 -9005;11;364.40;9.50;1637.80;-0.46;1.02 -9006;11;468.80;9.50;680.60;-1.07;1.34 -9007;11;869.40;9.50;525.80;0.15;0.94 -9008;11;2458.60;9.50;1390.60;1.01;1.22 -9009;11;1822.00;9.50;158.20;-0.19;1.56 -9010;11;1344.00;9.50;389.00;-0.38;1.24 -9011;11;5604.00;9.50;1578.80;0.00;1.10 -9012;11;3869.20;9.50;323.40;-0.03;0.92 -9013;11;3000.60;9.50;1231.80;-0.12;1.32 -9014;11;5389.60;9.50;485.20;0.80;1.00 -9015;11;5406.60;9.50;1230.40;-0.08;1.28 -9016;11;5585.40;9.50;1894.80;-1.09;1.10 -9017;11;4975.00;9.50;388.20;0.89;0.64 -9018;11;4194.80;9.50;591.20;-0.51;0.78 -9019;11;4419.80;9.50;405.00;0.04;1.00 -9020;11;4602.20;9.50;304.80;-0.03;1.20 -9021;11;2248.00;9.50;69.40;4.51;0.92 -9022;11;2423.80;9.50;372.40;0.46;1.04 -9023;11;2728.80;9.50;1947.80;-0.40;1.44 -9024;11;2396.60;9.50;856.00;-0.49;1.02 -9025;11;2307.40;9.50;1532.00;0.47;1.48 -9026;11;1256.20;9.50;152.60;-0.51;1.04 -9027;11;105.80;9.50;363.00;0.63;1.32 -9028;11;154.00;9.50;1221.60;0.82;1.12 -9029;11;437.40;9.50;1573.60;0.33;1.04 -9030;11;533.20;9.50;707.80;0.69;1.28 -9031;11;741.40;9.50;406.00;-0.22;1.26 -9034;11;2498.40;9.50;1289.80;-0.73;0.94 -9037;11;1921.20;9.50;193.20;-0.03;1.12 -9040;11;1205.80;9.50;366.00;-0.15;1.12 -9044;11;5387.60;9.50;1515.00;0.33;1.16 -9048;11;3850.00;9.50;470.20;0.00;0.80 -9049;11;3097.40;9.50;1154.20;0.14;0.86 -9052;11;5318.60;9.50;529.40;0.06;1.42 -9053;11;5331.80;9.50;1213.00;-0.87;1.08 -9057;11;4789.20;9.50;431.00;0.26;0.86 -9058;11;4236.60;9.50;606.60;0.07;0.92 -9062;11;4419.00;9.50;355.00;0.00;0.98 -9063;11;4557.00;9.50;306.80;-0.28;1.14 -9067;11;3899.00;9.50;20.20;-1.33;1.12 -9070;11;2230.80;9.50;47.40;0.03;0.88 -9071;11;2458.80;9.50;233.80;0.24;1.16 -9072;11;2436.80;9.50;887.80;0.62;1.26 -9076;11;2366.20;9.50;1459.80;0.61;1.58 -9077;11;1511.40;9.50;2031.80;-0.21;0.48 -9080;11;1177.60;9.50;122.00;-0.65;1.40 -9081;11;148.00;9.50;415.80;0.81;0.94 -9085;11;25.40;9.50;1199.60;1.01;0.84 -9086;11;369.00;9.50;1593.60;0.49;1.30 -9087;11;348.60;9.50;654.20;0.26;1.30 -9091;11;1437.40;9.50;578.60;-0.20;1.38 -9092;11;1556.40;9.50;1775.60;0.18;1.22 -11748;11;2809.00;9.50;1525.20;-1.19;0.36 -12389;11;2806.40;9.50;1517.40;-1.40;0.28 -13004;11;2801.80;9.50;1541.00;-1.22;0.34 -13006;11;2707.20;9.50;1518.60;-1.10;0.48 -13007;11;2720.20;9.50;1498.40;-0.08;0.54 -13193;11;3862.80;9.50;1961.20;0.92;2.14 -4;12;3160.00;9.50;1843.60;-0.50;0.88 -5;12;2897.40;9.50;1614.80;0.51;0.82 -9;12;1948.00;9.50;219.20;-0.89;1.24 -13;12;1364.20;9.50;274.20;0.11;1.34 -16;12;5243.00;9.50;1533.60;-0.82;1.18 -19;12;3865.80;9.50;642.20;-1.04;1.12 -20;12;3123.20;9.50;1187.00;-0.50;0.68 -24;12;5236.60;9.50;484.00;0.33;0.98 -25;12;5326.40;9.50;1263.00;-1.06;1.18 -28;12;4806.80;9.50;465.20;1.23;0.92 -29;12;4187.80;9.50;622.40;0.57;0.80 -33;12;4485.80;9.50;340.20;0.89;1.00 -34;12;3956.00;9.50;769.00;0.64;1.02 -41;12;2219.00;9.50;107.80;-0.82;0.88 -42;12;2423.00;9.50;295.00;-1.10;1.24 -43;12;2433.40;9.50;942.60;0.68;1.22 -47;12;2361.40;9.50;1532.60;1.44;1.10 -48;12;1479.20;9.50;2001.00;0.42;1.12 -50;12;1124.20;9.50;49.80;0.78;1.26 -51;12;4.60;9.50;392.20;-0.63;1.06 -54;12;20.40;9.50;1239.20;0.86;0.54 -55;12;320.40;9.50;1561.40;0.45;1.42 -56;12;378.40;9.50;658.00;-0.63;1.00 -59;12;1418.20;9.50;615.00;1.57;1.40 -209;12;3388.20;9.50;1836.80;0.63;1.70 -210;12;2548.00;9.50;1070.20;-0.44;1.40 -213;12;2024.20;9.50;344.40;-1.47;1.02 -217;12;1865.60;9.50;2004.20;0.09;0.98 -218;12;1450.00;9.50;316.40;-0.83;1.76 -220;12;5188.60;9.50;1487.60;1.28;1.08 -224;12;3959.40;9.50;802.60;-1.13;1.08 -225;12;3171.60;9.50;1214.80;0.56;0.74 -229;12;5213.60;9.50;544.20;-0.68;1.06 -230;12;5380.00;9.50;1292.80;-1.06;1.18 -234;12;4762.40;9.50;443.40;2.35;0.24 -235;12;4230.00;9.50;648.40;0.89;0.84 -239;12;4533.40;9.50;306.40;0.44;1.14 -240;12;3877.80;9.50;680.60;-0.17;1.10 -244;12;3805.80;9.50;51.40;-1.10;1.06 -245;12;2889.00;9.50;11.00;2.03;0.52 -249;12;2214.60;9.50;138.20;0.51;0.80 -250;12;2423.20;9.50;260.40;0.84;0.86 -251;12;2465.80;9.50;945.40;-0.38;1.32 -254;12;2437.00;9.50;1444.20;0.96;1.52 -255;12;1428.80;9.50;1994.40;0.76;1.24 -258;12;1087.00;9.50;20.00;1.44;1.06 -259;12;55.40;9.50;429.80;-0.73;0.92 -262;12;18.00;9.50;1270.80;-1.22;1.02 -263;12;431.20;9.50;1530.60;-0.86;0.98 -264;12;467.60;9.50;660.80;0.92;1.08 -267;12;1366.40;9.50;618.80;1.19;1.32 -411;12;3134.00;9.50;1809.60;-0.50;0.86 -412;12;2521.20;9.50;919.80;-0.43;1.22 -416;12;2241.00;9.50;477.00;1.37;0.86 -419;12;2102.00;9.50;1838.60;1.09;1.08 -420;12;1245.00;9.50;245.40;0.66;1.52 -423;12;5317.60;9.50;1591.60;-0.66;1.08 -427;12;3945.00;9.50;884.60;0.83;1.02 -428;12;3252.80;9.50;1193.40;1.06;1.00 -430;12;5161.80;9.50;501.60;0.70;1.88 -431;12;5397.60;9.50;1330.60;0.29;1.30 -435;12;4762.20;9.50;460.20;0.71;0.62 -436;12;4335.20;9.50;660.80;0.78;1.08 -439;12;4492.40;9.50;298.60;1.13;0.92 -440;12;3827.00;9.50;636.00;4.71;0.88 -443;12;3834.80;9.50;15.20;1.81;0.68 -446;12;2210.80;9.50;82.80;0.85;1.02 -447;12;2402.00;9.50;338.00;-1.19;1.16 -448;12;2493.00;9.50;984.60;-0.57;1.60 -450;12;2402.40;9.50;1372.40;-1.18;1.34 -451;12;1358.00;9.50;1924.40;-0.55;1.84 -455;12;1010.40;9.50;25.60;1.63;1.14 -456;12;4.80;9.50;453.40;-0.95;1.06 -459;12;72.40;9.50;1282.80;-1.44;0.92 -460;12;399.80;9.50;1552.40;1.24;1.30 -461;12;369.60;9.50;614.60;0.75;0.82 -465;12;1376.80;9.50;669.60;1.45;1.06 -593;12;3086.60;9.50;1754.80;-0.36;1.08 -594;12;2532.60;9.50;891.00;1.06;1.10 -597;12;2227.20;9.50;586.80;-0.66;1.26 -600;12;1984.00;9.50;1936.00;0.00;1.54 -601;12;1172.40;9.50;163.00;1.27;1.16 -604;12;5472.40;9.50;1671.60;4.63;1.24 -608;12;3909.80;9.50;962.80;0.66;1.50 -609;12;3349.40;9.50;1197.00;0.57;0.78 -612;12;5579.20;9.50;1409.80;-0.71;0.92 -613;12;5305.00;9.50;1226.80;0.82;1.52 -616;12;4776.00;9.60;403.00;0.78;0.64 -617;12;4285.00;9.50;628.60;-0.83;0.96 -621;12;4458.80;9.50;248.40;-0.56;1.02 -622;12;3899.60;9.50;768.00;-0.91;0.96 -623;12;3838.20;9.50;661.80;0.20;0.78 -626;12;3746.60;9.50;62.80;-0.67;1.32 -627;12;3008.00;9.50;13.80;0.82;0.98 -631;12;2182.00;9.50;45.60;0.00;0.90 -632;12;2394.00;9.50;305.40;0.73;1.28 -633;12;2547.00;9.50;1027.00;0.78;1.60 -635;12;2501.60;9.50;1407.80;1.03;1.44 -639;12;936.20;9.50;10.60;1.36;0.84 -640;12;4.40;9.50;510.80;-1.18;1.04 -643;12;58.20;9.50;1326.80;4.67;1.00 -644;12;369.20;9.50;1500.20;0.63;1.22 -645;12;395.00;9.50;566.40;0.50;1.02 -647;12;1261.80;9.50;661.20;-1.39;0.84 -786;12;3125.80;9.50;1760.80;0.05;0.82 -787;12;2478.60;9.50;890.80;0.53;1.00 -791;12;2286.20;9.50;651.60;0.59;1.16 -795;12;2163.40;9.50;1794.80;-1.39;1.20 -796;12;1002.40;9.50;78.20;1.05;1.46 -802;12;3791.60;9.50;946.20;-0.84;0.98 -803;12;3308.20;9.50;1165.80;-0.07;0.72 -807;12;5124.80;9.50;605.60;0.60;1.08 -808;12;5262.60;9.50;1305.60;-1.48;1.16 -811;12;4719.00;9.50;372.40;-0.50;0.88 -812;12;4349.80;9.70;627.80;0.11;1.10 -815;12;4536.60;9.50;273.60;1.66;1.08 -816;12;3789.60;9.50;630.80;-1.35;0.98 -820;12;3795.20;9.50;16.40;1.04;1.36 -821;12;2966.20;9.50;26.80;1.12;1.30 -824;12;2121.20;9.50;60.20;-1.52;0.98 -825;12;2335.80;9.50;280.20;0.29;1.26 -826;12;2524.80;9.50;1100.20;0.40;1.36 -830;12;2545.40;9.50;1456.40;0.55;1.30 -834;12;926.00;9.50;35.80;-0.47;1.48 -835;12;63.80;9.50;479.00;-0.15;1.24 -838;12;5.20;9.50;1318.20;-1.34;1.04 -839;12;254.40;9.50;1532.60;-1.47;1.02 -840;12;401.20;9.50;614.60;-0.04;0.92 -842;12;1391.00;9.50;647.40;-0.75;1.24 -990;12;3118.60;9.50;1748.40;4.37;0.62 -991;12;2519.20;9.50;821.80;-1.05;1.10 -995;12;2251.60;9.50;685.20;1.10;1.16 -999;12;2264.20;9.50;1822.80;1.46;1.52 -1000;12;866.80;9.50;70.60;1.47;1.26 -1007;12;3868.20;9.50;891.20;-0.96;0.98 -1008;12;3300.80;9.50;1195.00;0.81;0.66 -1011;12;5068.20;9.50;632.20;1.20;1.08 -1012;12;5233.40;9.50;1272.60;0.33;1.46 -1016;12;4711.20;9.50;416.20;0.87;1.02 -1017;12;4340.80;9.50;598.20;0.78;1.00 -1021;12;4494.40;9.50;194.80;0.49;1.16 -1022;12;3795.60;9.50;658.60;0.29;0.94 -1026;12;2926.00;9.50;23.80;1.62;0.90 -1030;12;2166.40;9.50;91.80;-0.33;1.08 -1031;12;2305.40;9.50;331.20;0.29;0.96 -1032;12;2502.80;9.50;1152.00;0.80;1.22 -1035;12;2484.40;9.50;1540.60;-0.29;1.54 -1039;12;1143.00;9.50;109.80;1.06;1.16 -1040;12;121.80;9.50;455.00;0.29;1.04 -1044;12;241.20;9.50;1579.80;-1.38;1.18 -1045;12;427.60;9.50;631.00;-1.35;0.98 -1049;12;1330.60;9.50;710.40;-1.36;1.10 -1158;12;4827.00;9.50;1197.00;0.00;0.80 -1211;12;3121.00;9.50;1720.60;0.85;0.92 -1212;12;2607.20;9.50;721.60;-0.54;1.18 -1215;12;2104.60;9.50;850.60;0.91;0.72 -1218;12;2214.20;9.50;1736.00;0.61;1.06 -1219;12;784.80;9.50;159.00;4.71;1.30 -1226;12;3877.00;9.50;780.80;0.66;0.82 -1227;12;2876.60;9.50;1716.00;-1.01;0.48 -1231;12;5168.00;9.50;640.40;0.93;1.32 -1232;12;5208.60;9.50;1231.60;1.28;1.36 -1235;12;4622.80;9.50;414.60;0.72;1.10 -1236;12;4393.40;9.50;585.40;0.81;0.94 -1240;12;4532.60;9.50;174.40;-1.20;1.12 -1241;12;3833.80;9.50;713.60;1.69;0.78 -1245;12;2915.20;9.50;105.60;1.01;1.16 -1249;12;2165.20;9.50;140.60;0.82;0.96 -1250;12;2355.20;9.50;344.80;0.67;1.24 -1251;12;2492.00;9.50;1212.40;1.24;1.22 -1255;12;2500.40;9.50;1611.20;1.36;1.24 -1256;12;1705.60;9.50;2022.00;1.18;0.66 -1259;12;1325.80;9.50;204.20;1.14;1.10 -1260;12;152.20;9.50;478.00;-1.38;1.06 -1264;12;3.40;9.50;1364.20;-1.23;0.92 -1265;12;177.40;9.50;1508.60;0.33;1.12 -1266;12;453.80;9.50;568.40;0.76;1.10 -1270;12;1483.00;9.50;621.40;-0.83;1.14 -1434;12;3228.80;9.50;1725.40;-0.32;0.62 -1435;12;2865.20;9.50;553.20;0.15;0.96 -1439;12;2017.20;9.50;913.60;-1.10;1.14 -1442;12;2247.20;9.50;1656.00;-1.01;1.00 -1443;12;714.20;9.50;204.80;1.04;1.14 -1447;12;5516.00;9.50;1705.20;0.57;1.30 -1451;12;3809.40;9.50;733.00;0.14;0.86 -1452;12;3021.60;9.50;1292.20;0.06;1.24 -1456;12;5091.60;9.50;651.40;0.25;1.06 -1457;12;5292.20;9.50;1265.40;1.50;0.86 -1461;12;4683.40;9.50;381.20;0.18;0.78 -1462;12;4283.20;9.50;650.60;1.05;0.82 -1465;12;4523.20;9.50;138.00;0.43;1.24 -1466;12;3796.40;9.50;712.80;1.39;0.84 -1470;12;3682.20;9.50;11.80;1.61;0.54 -1471;12;3034.80;9.50;51.80;1.13;1.06 -1475;12;2096.40;9.50;40.60;-0.07;0.92 -1476;12;2364.20;9.50;374.40;-1.15;1.18 -1477;12;2486.60;9.50;1244.20;-0.70;1.22 -1481;12;2497.40;9.50;1640.40;0.71;1.20 -1482;12;1549.40;9.50;1986.40;-1.26;1.04 -1486;12;1342.40;9.50;250.60;0.90;1.60 -1487;12;155.60;9.50;529.00;4.71;1.22 -1490;12;228.20;9.50;1513.40;0.32;1.04 -1491;12;507.40;9.50;628.80;0.60;1.02 -1495;12;1456.40;9.50;767.60;0.41;1.02 -1660;12;3165.00;9.50;1714.60;-0.85;0.60 -1661;12;2798.40;9.50;709.60;0.94;0.74 -1665;12;1926.00;9.50;965.60;-0.65;0.76 -1669;12;2062.20;9.50;1804.40;0.81;1.60 -1670;12;683.20;9.50;100.80;0.52;1.30 -1673;12;5362.80;9.50;1712.00;1.26;1.06 -1677;12;3766.80;9.50;770.60;0.32;0.88 -1681;12;5058.40;9.50;712.80;-1.03;1.56 -1682;12;5136.80;9.50;1064.80;0.43;1.24 -1686;12;4669.80;9.50;358.80;-1.40;0.86 -1687;12;4292.80;9.50;675.00;0.19;0.78 -1691;12;4455.40;9.50;217.40;1.27;1.10 -1692;12;3862.00;9.50;708.80;0.48;0.98 -1695;12;3147.80;9.50;40.60;0.86;0.90 -1699;12;2139.40;9.50;88.40;0.53;1.00 -1700;12;2274.60;9.50;289.00;0.54;1.26 -1701;12;2529.60;9.50;1162.20;0.19;1.08 -1705;12;2448.00;9.50;1657.40;0.76;1.56 -1706;12;2048.40;9.50;1488.60;-1.13;1.12 -1710;12;1255.40;9.50;280.80;-1.24;1.42 -1711;12;174.00;9.50;438.20;-1.37;1.00 -1715;12;68.60;9.50;1356.60;0.40;1.34 -1716;12;243.40;9.50;1560.60;1.08;1.10 -1717;12;552.40;9.50;648.00;0.31;1.34 -1720;12;1431.80;9.50;811.80;-1.12;0.90 -1885;12;3167.80;9.50;1674.80;-0.27;0.74 -1886;12;2914.80;9.50;660.40;0.38;0.96 -1890;12;1912.80;9.50;986.40;0.92;0.94 -1894;12;2140.60;9.50;1739.60;-0.78;1.18 -1895;12;539.40;9.50;189.20;0.86;0.86 -1899;12;5289.20;9.50;1721.00;0.38;0.90 -1902;12;3805.60;9.50;843.00;-0.87;1.16 -1906;12;5134.20;9.50;699.40;-0.33;1.22 -1907;12;5182.80;9.50;1130.40;1.24;1.26 -1911;12;4623.20;9.50;346.20;-1.29;1.26 -1912;12;4259.20;9.50;676.20;0.58;0.96 -1916;12;4421.00;9.50;155.00;0.38;1.06 -1917;12;3830.80;9.50;751.80;-1.21;0.88 -1921;12;3132.20;9.50;17.20;1.52;0.76 -1924;12;2115.40;9.50;18.80;1.62;0.78 -1925;12;2272.00;9.50;255.20;-1.00;1.36 -1926;12;2588.20;9.50;1181.40;1.00;1.06 -1930;12;2442.80;9.50;1549.60;1.10;1.24 -1931;12;2170.20;9.50;918.40;-0.92;1.36 -1935;12;1181.00;9.50;191.00;-0.98;1.42 -1936;12;253.80;9.50;437.40;-0.18;0.86 -1940;12;39.20;9.50;1406.80;0.78;1.24 -1941;12;337.20;9.50;1489.40;1.23;0.88 -1942;12;555.20;9.50;608.80;0.44;0.92 -1946;12;1446.40;9.50;890.40;-1.26;0.84 -2107;12;3136.40;9.50;1672.60;0.27;1.20 -2108;12;2957.20;9.50;563.20;-0.60;0.78 -2110;12;1795.60;9.50;1047.60;1.39;0.82 -2112;12;2207.00;9.50;1650.20;1.00;1.40 -2113;12;492.20;9.50;235.80;1.21;1.08 -2118;12;3741.00;9.50;807.00;0.46;1.28 -2119;12;5536.20;9.50;34.20;0.71;1.24 -2121;12;5129.20;9.50;757.40;0.73;1.44 -2122;12;5081.20;9.50;1082.40;-0.38;1.16 -2124;12;4680.20;9.50;518.60;-0.05;1.04 -2125;12;4279.40;9.50;721.60;0.41;0.96 -2127;12;4471.40;9.50;124.00;-1.03;1.16 -2128;12;3830.80;9.50;775.20;0.78;1.10 -2131;12;3055.80;9.50;59.60;0.44;1.10 -2134;12;2239.20;9.50;220.60;-0.72;1.22 -2135;12;2575.00;9.50;1126.40;0.22;0.92 -2137;12;2389.60;9.50;1572.40;1.35;1.14 -2138;12;2122.00;9.50;913.40;0.00;0.94 -2140;12;1096.40;9.50;203.40;-1.03;1.26 -2141;12;301.20;9.50;472.60;0.69;1.18 -2143;12;39.20;9.50;1459.20;0.98;1.02 -2144;12;388.80;9.50;1440.40;0.46;1.22 -2145;12;503.00;9.50;532.00;4.71;1.18 -2148;12;1429.80;9.50;904.80;0.91;1.04 -2230;12;3086.00;9.50;1674.60;0.00;0.92 -2231;12;2986.60;9.50;524.80;0.35;0.94 -2232;12;1692.40;9.50;1026.20;0.05;0.76 -2233;12;2171.20;9.50;1605.20;1.07;1.86 -2234;12;417.40;9.50;131.60;0.78;1.16 -2235;12;3735.00;9.50;766.60;0.91;1.14 -2236;12;5496.20;9.50;8.60;1.49;0.76 -2237;12;5199.40;9.50;805.80;0.32;1.20 -2238;12;5212.20;9.50;1176.80;1.21;1.20 -2239;12;4623.20;12.39;516.00;-0.54;0.66 -2240;12;4254.80;9.50;747.40;0.57;1.02 -2241;12;4517.60;9.50;68.40;0.78;1.16 -2242;12;3846.60;9.50;811.60;0.37;1.00 -2243;12;3018.40;9.50;101.40;-0.49;1.04 -2244;12;2144.60;9.50;7.20;0.41;0.82 -2245;12;2193.80;9.50;199.20;-1.32;1.06 -2246;12;2580.60;9.50;1104.60;-1.05;1.12 -2247;12;2449.40;9.50;1573.00;0.82;1.44 -2248;12;2246.80;9.50;877.00;0.56;1.24 -2249;12;1089.60;9.50;133.60;0.47;1.42 -2250;12;317.80;9.50;429.80;-0.63;1.28 -2251;12;71.40;9.50;1412.00;-0.27;1.32 -2252;12;455.40;9.50;1437.20;0.96;1.00 -2253;12;562.20;9.50;559.00;0.65;1.08 -2254;12;1384.40;9.50;953.00;1.08;0.98 -2256;12;3130.00;9.50;1627.80;0.80;1.12 -2257;12;2967.20;9.50;405.80;-0.85;0.98 -2258;12;1622.20;9.50;1063.60;-0.96;1.50 -2259;12;2101.00;9.50;1710.00;0.98;1.26 -2260;12;323.20;9.50;19.20;1.70;0.82 -2261;12;5521.00;9.50;1805.20;0.75;1.40 -2262;12;3663.40;9.50;690.20;0.84;1.04 -2263;12;5219.20;9.50;731.60;0.23;1.42 -2264;12;5152.40;9.50;1171.80;0.64;1.02 -2265;12;4633.40;9.50;472.80;0.12;0.94 -2266;12;4236.80;9.50;719.20;0.92;1.12 -2267;12;4467.20;9.50;61.80;0.78;1.02 -2268;12;3894.40;9.50;807.20;-1.03;1.06 -2269;12;2975.00;9.50;97.80;-1.14;1.02 -2270;12;2197.40;9.50;20.80;1.35;0.90 -2271;12;2139.20;9.50;188.40;-1.13;1.12 -2272;12;2638.00;9.50;1128.40;0.00;0.80 -2273;12;2381.40;9.50;1612.00;1.31;1.02 -2274;12;2555.60;9.50;1365.40;0.88;1.36 -2275;12;1070.20;9.50;217.80;-0.40;1.72 -2276;12;358.60;9.50;469.40;0.41;1.10 -2277;12;138.00;9.50;1426.40;0.59;1.32 -2278;12;403.80;9.50;1487.60;-0.81;1.24 -2279;12;568.60;9.50;532.00;-1.44;1.06 -2280;12;1425.40;9.50;991.00;-1.28;1.04 -2282;12;3076.60;9.50;1637.00;0.43;0.70 -2283;12;2981.00;9.50;230.00;0.24;0.96 -2284;12;1526.80;9.50;1018.00;-0.90;0.84 -2285;12;2102.40;9.50;1659.80;0.67;1.42 -2286;12;564.20;9.50;25.20;1.54;1.04 -2287;12;5626.20;9.50;1959.60;0.50;1.94 -2288;12;3688.40;9.50;708.60;0.27;1.22 -2289;12;5232.40;9.50;680.60;-0.48;1.06 -2290;12;5141.20;9.50;1141.40;1.21;1.06 -2291;12;4671.20;9.50;470.40;0.23;1.32 -2292;12;4208.20;9.50;782.80;-0.66;0.96 -2293;12;4460.00;9.50;25.20;1.27;0.90 -2294;12;3892.60;9.50;831.00;1.03;1.06 -2295;12;2950.60;9.50;73.60;0.07;1.12 -2296;12;2170.00;9.50;5.20;1.95;0.20 -2297;12;2240.80;9.50;273.80;0.98;1.10 -2298;12;2336.80;9.50;812.00;1.20;1.22 -2299;12;2385.00;9.50;1636.80;0.71;1.28 -2300;12;2606.40;9.50;1327.00;0.74;1.08 -2301;12;986.20;9.50;250.20;-0.62;1.58 -2302;12;363.20;9.50;442.80;-1.44;1.02 -2303;12;115.40;9.50;1470.80;0.15;1.00 -2304;12;60.80;9.50;1168.20;0.65;1.22 -2305;12;490.00;9.50;1477.20;0.76;1.24 -2306;12;598.00;9.50;616.00;-0.58;1.38 -2307;12;1316.40;9.50;958.60;0.60;1.24 -2309;12;3097.20;9.50;1611.60;0.29;0.60 -2310;12;2999.00;9.50;157.40;-1.13;0.92 -2311;12;1554.80;9.50;904.00;-0.76;1.20 -2312;12;2116.20;9.50;1530.60;0.73;1.56 -2313;12;562.60;9.50;108.20;-0.29;1.34 -2314;12;3702.20;9.50;633.40;-0.75;1.08 -2315;12;5314.00;9.50;676.80;0.55;1.08 -2316;12;5098.40;9.50;1140.00;0.54;0.94 -2317;12;4674.00;9.50;449.60;-0.82;0.92 -2318;12;4183.40;9.50;711.00;0.71;1.10 -2319;12;4499.40;9.50;17.20;0.84;0.98 -2320;12;3855.20;9.50;860.80;0.30;1.04 -2321;12;2980.80;9.50;127.00;0.50;1.18 -2322;12;2230.60;9.50;15.40;1.45;0.86 -2323;12;2206.00;9.50;228.60;0.00;1.04 -2324;12;2328.40;9.50;907.20;1.05;1.34 -2325;12;2325.40;9.50;1590.80;0.86;1.22 -2326;12;2527.20;9.50;1342.40;1.05;1.26 -2327;12;1053.00;9.50;200.00;0.87;1.60 -2328;12;378.60;9.50;491.60;-1.46;1.12 -2329;12;484.60;9.50;1393.00;0.08;1.12 -2330;12;690.00;9.50;628.20;0.00;1.46 -2331;12;1322.20;9.50;1003.40;-1.06;1.30 -2333;12;3039.00;9.50;1615.60;-0.65;0.88 -2334;12;3087.60;9.50;29.60;0.91;0.88 -2335;12;1520.40;9.50;820.00;-0.10;1.22 -2336;12;2097.60;9.50;1421.00;0.22;1.34 -2337;12;600.60;9.50;62.80;0.95;1.32 -2338;12;3746.80;9.50;525.80;0.71;1.02 -2339;12;5245.00;9.50;748.00;4.71;1.04 -2340;12;5070.60;9.50;1114.00;1.28;1.00 -2341;12;4664.80;9.50;417.20;0.67;1.16 -2342;12;4150.20;9.50;731.80;1.12;0.80 -2343;12;4544.20;9.50;11.80;1.61;0.58 -2344;12;3896.60;9.50;856.80;-1.10;0.82 -2345;12;2908.40;9.50;132.80;-1.08;1.04 -2346;12;2263.20;9.50;12.00;0.54;1.00 -2347;12;2243.20;9.50;349.00;-1.01;1.02 -2348;12;2284.00;9.50;860.00;-0.78;1.10 -2349;12;2231.40;9.50;1614.20;-0.81;1.48 -2350;12;2445.60;9.50;1309.00;-0.57;1.38 -2351;12;980.40;9.50;153.60;-1.18;1.34 -2352;12;442.00;9.50;412.80;0.00;1.16 -2353;12;2.00;9.50;1509.60;-0.50;0.52 -2354;12;527.20;9.50;1386.00;-0.67;1.10 -2355;12;712.20;9.50;681.80;-0.52;1.28 -2357;12;1249.60;9.50;1021.80;-0.91;1.08 -2358;12;3028.60;9.50;1600.40;0.78;0.60 -2359;12;3168.60;9.50;45.00;-0.74;1.10 -2360;12;1494.60;9.50;852.40;1.31;0.98 -2361;12;1964.40;9.50;1646.40;1.02;1.52 -2362;12;778.60;9.50;62.60;0.40;1.44 -2363;12;3754.80;9.50;570.20;-1.04;0.80 -2364;12;5303.80;9.50;781.20;1.23;0.90 -2365;12;5052.40;9.50;997.40;-0.78;1.10 -2366;12;5558.80;9.50;1849.00;0.19;1.48 -2367;12;4597.60;9.50;374.40;0.49;1.14 -2368;12;4200.80;9.50;754.00;0.81;1.14 -2369;12;4548.00;9.50;35.80;0.96;1.02 -2370;12;3943.00;9.50;841.00;-0.64;0.80 -2371;12;2895.40;9.50;169.80;-1.24;0.92 -2372;12;2214.80;9.50;361.80;0.30;1.08 -2373;12;2285.60;9.50;826.60;0.98;1.22 -2374;12;2513.80;9.50;1588.80;-0.78;1.06 -2375;12;2603.60;9.50;1208.80;-0.75;1.06 -2376;12;987.00;9.50;188.60;0.82;1.52 -2377;12;762.80;9.50;878.00;0.96;1.04 -2378;12;564.60;9.50;1476.60;0.86;1.16 -2379;12;710.00;9.50;727.60;0.57;1.44 -2380;12;1191.40;9.50;1013.00;4.71;0.98 -2381;12;2737.40;9.50;1491.40;-0.27;0.48 -2382;12;3021.80;9.50;1624.80;1.32;0.52 -2383;12;3344.60;9.50;87.40;0.95;1.06 -2384;12;1485.80;9.50;717.80;0.83;1.08 -2385;12;1948.20;9.50;1554.20;1.03;1.34 -2386;12;863.80;9.50;19.40;1.40;1.26 -2387;12;3679.80;9.50;397.40;-0.56;1.10 -2388;12;5518.80;9.50;10.60;-1.39;1.20 -2389;12;5404.80;9.50;772.00;1.07;1.06 -2390;12;5103.40;9.50;1030.20;0.70;1.02 -2391;12;4575.80;9.50;429.60;0.44;1.08 -2392;12;4154.60;9.50;758.20;0.57;0.96 -2393;12;4596.00;9.50;44.80;0.96;0.96 -2394;12;3895.80;9.50;927.40;-1.04;1.26 -2395;12;2981.20;9.50;201.00;-1.26;1.02 -2396;12;2398.20;9.50;75.00;0.90;0.98 -2397;12;2215.60;9.50;321.80;-0.39;1.00 -2398;12;2226.40;9.50;810.60;0.94;0.92 -2399;12;2579.40;9.50;1496.20;1.31;1.18 -2400;12;2689.20;9.50;1210.40;-0.33;0.72 -2401;12;920.00;9.50;219.00;-0.51;1.54 -2402;12;444.40;9.50;514.60;-0.94;1.30 -2403;12;1.00;9.50;1567.80;4.51;0.36 -2404;12;541.40;9.50;1445.60;1.33;1.22 -2405;12;600.40;9.50;667.40;0.28;1.30 -2406;12;1158.40;9.50;998.60;0.66;1.04 -2408;12;2975.20;9.70;1606.00;-0.04;0.84 -2409;12;3379.60;9.50;166.40;0.21;1.20 -2410;12;1561.40;9.50;630.60;0.62;1.08 -2411;12;1835.00;9.50;1462.60;0.98;0.94 -2412;12;1337.20;9.50;57.00;0.65;1.42 -2413;12;3706.60;9.50;200.80;0.56;1.06 -2414;12;5448.60;9.50;763.00;-1.23;1.00 -2415;12;5034.60;9.50;956.40;0.07;1.22 -2416;12;4554.00;9.50;478.00;-0.54;0.90 -2417;12;4030.20;9.50;715.20;0.73;1.26 -2418;12;4593.20;9.50;130.80;1.21;1.12 -2419;12;3866.20;9.50;923.20;0.90;0.94 -2420;12;3059.80;9.50;178.80;0.91;1.30 -2421;12;2348.60;9.50;47.00;0.08;1.02 -2422;12;2185.00;9.50;313.80;0.20;0.88 -2423;12;2214.40;9.50;842.20;0.09;1.02 -2424;12;2603.00;9.50;1442.40;1.12;0.94 -2425;12;2027.00;9.50;1537.00;-1.10;1.10 -2426;12;842.40;9.50;177.60;-1.27;1.50 -2427;12;411.00;9.50;522.00;0.00;0.86 -2428;12;585.20;9.50;1379.00;-0.56;1.04 -2429;12;680.80;9.50;696.40;0.86;1.00 -2430;12;1097.00;9.50;1022.40;1.19;1.06 -2431;12;2995.40;9.50;1649.20;0.68;0.70 -2432;12;3389.00;9.50;293.40;1.03;1.06 -2433;12;1642.40;9.50;541.20;1.11;1.48 -2434;12;1826.40;9.50;1562.60;0.13;1.00 -2435;12;1213.80;9.50;105.40;-1.16;1.12 -2436;12;5012.00;9.50;1699.40;-1.23;0.58 -2437;12;3395.20;9.50;80.60;-0.88;1.06 -2438;12;5407.80;9.54;829.00;-1.32;0.82 -2439;12;5013.40;9.50;996.80;0.91;1.22 -2440;12;4607.80;9.50;458.20;0.40;1.28 -2441;12;3995.80;9.50;754.00;1.01;1.12 -2442;12;4630.80;9.50;103.20;0.40;1.08 -2443;12;3811.00;9.50;883.00;0.00;0.92 -2444;12;3080.20;9.50;134.20;1.06;0.94 -2445;12;2406.00;9.50;20.20;0.89;1.06 -2446;12;2687.60;9.50;2033.00;4.71;0.62 -2447;12;2188.00;9.50;843.40;0.73;0.94 -2448;12;2550.00;9.50;1648.40;1.29;1.22 -2449;12;2025.80;9.50;1580.20;0.86;1.74 -2450;12;887.00;9.50;120.00;0.92;1.26 -2451;12;306.40;9.50;508.60;-0.75;1.22 -2452;12;587.60;9.50;1428.80;0.46;1.16 -2453;12;662.00;9.50;674.80;1.14;0.98 -2454;12;1102.20;9.50;1049.40;-0.99;1.22 -2455;12;2942.00;9.50;1682.60;-1.09;1.16 -2456;12;3495.00;9.50;384.20;1.21;1.34 -2457;12;1686.00;9.50;347.40;0.83;1.40 -2458;12;1751.60;9.50;1507.40;0.07;1.54 -2459;12;1409.00;9.50;146.60;0.93;1.32 -2460;12;5141.60;9.50;1633.40;0.41;1.72 -2461;12;3298.00;9.50;8.60;1.42;0.58 -2462;12;5525.60;9.50;819.20;0.91;1.40 -2463;12;5031.20;9.50;1014.80;0.45;1.14 -2464;12;4494.20;9.50;361.60;-1.31;1.16 -2465;12;4008.60;9.50;663.60;0.48;0.94 -2466;12;4529.40;9.50;96.60;-0.58;1.16 -2467;12;3791.40;9.50;868.80;1.02;0.92 -2468;12;3632.80;9.50;15.00;1.25;1.04 -2469;12;3063.60;9.50;95.40;-0.44;0.96 -2470;12;2439.40;9.50;5.00;1.35;0.52 -2471;12;2168.60;9.50;356.00;0.54;0.90 -2472;12;2186.00;9.50;825.00;1.37;0.44 -2473;12;2597.20;9.50;1654.60;-0.88;1.26 -2474;12;2016.20;9.50;1538.60;1.08;1.42 -2475;12;821.20;9.50;99.20;0.73;0.96 -2476;12;375.60;9.50;540.60;1.22;0.96 -2477;12;682.20;9.50;1379.00;0.76;1.04 -2478;12;581.60;9.50;712.80;0.56;1.38 -2479;12;1109.60;9.50;1096.40;-0.80;1.24 -2480;12;3437.60;9.50;231.80;-0.39;1.18 -2481;12;2633.40;9.50;1676.60;4.59;0.74 -2482;12;1648.20;9.50;271.60;4.61;0.92 -2483;12;1720.20;9.50;1483.20;1.14;1.16 -2484;12;1384.60;9.50;20.60;1.49;1.16 -2485;12;5057.00;9.50;1554.20;0.19;0.72 -2486;12;3789.40;9.50;130.80;0.64;1.24 -2487;12;5414.20;9.50;854.20;0.63;1.40 -2488;12;4945.40;9.50;1013.20;-0.64;1.24 -2490;12;4545.80;9.50;497.40;1.47;0.86 -2491;12;3939.40;9.50;702.60;-0.86;1.26 -2492;12;4627.20;9.50;58.80;-0.30;0.96 -2493;12;3771.80;9.50;907.20;-0.18;0.90 -2494;12;3677.20;9.50;50.80;1.36;0.90 -2495;12;3087.40;9.50;52.60;-0.11;0.82 -2496;12;2393.80;9.50;3.80;1.63;0.20 -2497;12;2173.20;9.50;393.60;-1.01;0.92 -2498;12;2110.40;9.55;832.60;-1.16;0.62 -2499;12;2721.40;9.50;1812.80;-0.61;1.18 -2500;12;1617.20;9.50;1163.80;0.78;0.70 -2501;12;790.00;9.50;29.20;1.68;1.24 -2502;12;241.20;9.50;542.00;4.71;1.00 -2503;12;619.80;9.50;1486.20;0.48;0.84 -2504;12;595.00;9.50;758.60;-0.29;1.24 -2505;12;1047.20;9.50;1066.60;-1.10;1.04 -2506;12;2921.60;9.50;1658.40;0.41;1.42 -2507;12;3583.60;9.50;167.80;0.46;0.94 -2508;12;1683.40;9.50;126.00;0.48;0.94 -2509;12;1555.40;9.50;11.80;1.60;0.54 -2510;12;5021.80;9.50;1515.20;0.26;0.80 -2511;12;3936.40;9.50;48.80;-0.56;1.32 -2512;12;5418.80;9.50;901.80;-1.22;0.98 -2513;12;4985.60;9.50;1043.00;0.17;1.42 -2514;12;4483.60;9.50;503.80;-0.72;0.94 -2515;12;3959.40;9.50;665.00;0.49;0.92 -2516;12;4649.60;9.50;117.60;4.64;0.74 -2517;12;3831.40;9.50;959.80;-1.39;0.88 -2518;12;3633.80;9.50;55.80;1.14;1.26 -2519;12;2996.80;9.50;253.20;-1.26;1.02 -2520;12;2317.20;9.50;21.20;0.49;1.26 -2521;12;2127.60;9.50;356.40;0.09;0.86 -2522;12;2145.60;9.50;838.80;0.53;1.00 -2523;12;2550.40;9.50;1682.40;0.21;1.60 -2524;12;733.40;9.50;48.80;0.94;1.44 -2525;12;198.60;9.50;538.20;-1.24;1.06 -2526;12;2.60;9.50;1616.20;-0.46;0.64 -2527;12;653.40;9.50;1490.40;-0.38;1.48 -2528;12;692.40;9.50;773.20;0.84;1.08 -2529;12;1091.40;9.50;1141.40;-0.65;1.14 -2530;12;2878.80;9.50;1731.00;-0.19;0.84 -2531;12;3630.00;9.50;253.80;0.47;1.08 -2532;12;1687.80;9.50;52.80;0.07;0.78 -2533;12;1628.40;9.50;53.60;-1.43;1.02 -2534;12;4993.20;9.50;1461.40;-0.92;0.82 -2535;12;5292.20;9.50;836.00;-1.38;1.28 -2536;12;5015.80;9.50;1111.80;0.50;1.10 -2537;12;4530.60;9.50;430.20;0.26;1.02 -2538;12;3904.20;9.50;645.00;4.71;0.80 -2539;12;4730.00;9.50;81.60;0.85;1.02 -2540;12;3836.60;9.50;983.40;0.49;0.88 -2541;12;3626.20;9.50;88.80;-0.52;1.34 -2542;12;2985.00;9.50;293.80;-0.66;1.16 -2543;12;2363.00;9.50;7.40;0.86;0.84 -2544;12;2106.60;9.50;369.60;1.39;0.94 -2545;12;2112.20;9.50;888.60;1.07;1.16 -2546;12;2517.80;9.50;1703.60;1.64;1.08 -2547;12;1610.20;9.50;1016.40;0.47;1.22 -2548;12;715.60;9.50;17.60;1.49;0.98 -2549;12;172.80;9.50;582.00;-1.44;1.16 -2550;12;71.60;9.50;1530.20;1.10;1.20 -2551;12;637.60;9.50;1430.20;0.36;1.18 -2552;12;619.40;9.50;722.60;-0.47;1.48 -2553;12;1048.40;9.50;1221.00;-0.27;1.32 -2554;12;2963.20;9.63;1824.40;0.41;1.36 -2555;12;3733.40;9.50;318.20;-0.09;1.14 -2556;12;190.00;9.50;1972.20;1.21;1.16 -2557;12;1546.60;9.50;174.40;-1.16;1.32 -2558;12;5031.60;9.50;611.20;1.24;0.94 -2559;12;4958.80;9.50;1096.60;0.72;1.28 -2560;12;5354.00;9.50;1807.80;-0.34;0.64 -2561;12;4507.00;9.50;390.80;0.25;0.98 -2562;12;3949.20;9.50;625.20;-0.60;0.90 -2563;12;4584.80;9.50;14.60;1.42;0.84 -2564;12;3852.20;9.50;995.60;-1.20;0.88 -2565;12;3731.80;9.50;85.40;1.34;1.12 -2566;12;2966.80;9.50;265.00;0.29;0.86 -2567;12;2333.60;9.50;7.40;1.97;0.32 -2568;12;2694.40;9.50;2019.00;1.23;0.66 -2569;12;2037.80;9.50;842.80;-0.22;1.48 -2570;12;2460.60;9.50;1712.60;1.05;1.44 -2571;12;1749.00;9.50;1043.80;0.53;1.36 -2572;12;634.60;9.50;19.00;1.43;1.04 -2573;12;302.40;9.50;583.60;1.48;1.34 -2574;12;36.20;9.50;1574.80;-0.04;1.14 -2575;12;717.00;9.50;1479.80;1.43;1.26 -2576;12;670.80;9.50;807.80;0.24;1.56 -2577;12;1000.00;9.50;1197.00;-1.40;1.12 -2578;12;3025.60;9.50;1950.00;1.14;1.18 -2579;12;3640.00;9.50;431.20;0.00;1.02 -2580;12;1891.60;9.50;82.20;0.06;1.30 -2581;12;222.80;9.50;1862.80;-0.41;0.84 -2582;12;1518.00;9.50;64.20;1.37;0.98 -2583;12;4968.80;9.50;1382.20;-0.63;1.44 -2584;12;3495.40;9.50;17.80;0.88;1.20 -2585;12;4935.00;9.50;616.80;-0.33;1.08 -2586;12;4987.60;9.50;1153.20;1.23;1.06 -2587;12;4478.60;9.50;400.00;0.83;0.94 -2588;12;3979.40;9.50;641.00;4.42;0.92 -2589;12;4621.80;9.50;14.20;0.60;1.02 -2590;12;3860.80;9.50;1018.20;0.78;1.10 -2591;12;3707.40;9.50;30.20;-0.09;1.00 -2592;12;2951.60;9.50;223.20;0.68;1.06 -2593;12;2312.40;9.50;7.20;1.53;0.42 -2594;12;2106.00;9.50;400.60;-0.69;0.94 -2595;12;2070.00;9.50;923.40;0.73;1.10 -2596;12;2432.20;9.50;1765.00;0.85;1.38 -2597;12;1854.40;9.50;1032.00;0.85;1.02 -2598;12;623.80;9.50;46.00;-0.87;1.30 -2599;12;280.80;9.50;618.40;-0.71;1.34 -2600;12;141.00;9.50;1506.60;0.98;0.86 -2601;12;725.60;9.50;1509.60;-0.23;1.18 -2602;12;629.20;9.50;828.80;1.43;0.90 -2603;12;1006.40;9.50;1227.40;0.53;1.22 -2604;12;3158.20;9.50;2036.60;1.48;0.46 -2605;12;3525.00;9.50;463.20;1.33;1.18 -2606;12;1933.60;9.50;136.40;0.06;1.58 -2607;12;52.40;9.50;1927.80;1.60;1.06 -2608;12;1462.00;9.50;205.40;0.91;1.30 -2609;12;4830.00;9.50;1284.60;0.15;1.28 -2610;12;3575.60;9.50;7.60;1.50;0.60 -2611;12;5013.60;9.50;650.40;1.31;1.06 -2612;12;4944.40;9.50;1151.60;0.07;1.16 -2613;12;5479.80;9.50;1757.20;0.55;1.44 -2614;12;4490.40;9.50;429.00;0.10;1.06 -2615;12;4001.80;9.50;597.40;1.47;0.96 -2616;12;4662.00;9.50;11.60;1.67;0.50 -2617;12;3800.80;9.50;996.20;0.78;0.90 -2618;12;3740.80;9.50;115.40;1.06;0.98 -2619;12;2886.00;9.50;240.40;-0.59;0.84 -2620;12;2222.20;9.50;437.00;1.36;0.92 -2621;12;2063.60;9.50;973.20;0.94;1.06 -2622;12;2354.20;9.50;1690.00;0.34;1.18 -2623;12;1384.60;9.50;1283.80;0.95;1.22 -2624;12;632.00;9.50;89.60;0.57;1.34 -2625;12;197.20;9.50;610.60;0.81;0.96 -2626;12;74.00;9.50;1556.80;-1.31;0.92 -2627;12;601.20;9.50;1525.20;0.18;1.02 -2628;12;702.60;9.50;842.00;-1.22;1.20 -2629;12;930.60;9.50;1273.00;-1.22;1.30 -2630;12;3385.40;9.50;2027.60;1.50;0.78 -2631;12;3480.60;9.50;503.20;-0.96;1.10 -2632;12;1961.20;9.50;167.60;4.61;1.18 -2633;12;1603.40;9.50;297.80;0.42;1.46 -2634;12;4912.00;9.50;1305.60;0.27;0.78 -2635;12;3529.40;9.50;46.80;1.10;1.04 -2636;12;4964.40;9.50;675.60;0.66;1.10 -2637;12;4925.00;9.50;1129.20;0.75;1.30 -2638;12;4480.40;9.50;475.40;0.65;1.10 -2639;12;3957.40;9.50;598.40;1.27;0.96 -2640;12;3739.80;9.50;1015.20;-0.73;1.12 -2641;12;3671.00;9.50;115.00;0.67;1.28 -2642;12;2914.80;9.50;278.60;-0.66;0.88 -2643;12;2089.60;9.50;418.60;0.98;1.14 -2644;12;1993.40;9.50;968.20;-0.56;1.26 -2645;12;2398.40;9.50;1743.40;1.32;1.16 -2646;12;1290.40;9.50;1286.00;-0.72;1.08 -2647;12;741.20;9.50;105.40;0.84;1.20 -2648;12;224.80;9.50;632.00;-1.01;1.16 -2649;12;133.20;9.50;1598.60;1.20;1.14 -2650;12;528.40;9.50;1524.40;0.34;0.96 -2651;12;579.80;9.50;866.60;-1.34;1.02 -2652;12;929.60;9.50;1307.20;1.03;1.10 -2653;12;3476.80;9.50;2013.20;1.42;1.42 -2654;12;3548.80;9.50;590.40;0.21;1.18 -2655;12;2079.80;9.50;81.80;1.16;1.10 -2656;12;84.00;9.50;1832.00;0.58;0.70 -2657;12;1418.40;9.50;850.80;-0.56;0.94 -2658;12;4931.20;9.50;1260.60;-0.96;0.90 -2659;12;3577.00;9.50;104.40;-0.59;0.86 -2660;12;5306.40;9.50;12.80;1.82;0.52 -2661;12;4983.60;9.50;740.40;1.31;1.10 -2662;12;4907.20;9.50;1088.80;1.04;0.92 -2663;12;5425.40;9.50;1720.20;-1.10;1.10 -2664;12;4415.80;9.50;497.80;0.71;1.14 -2665;12;3908.80;9.50;593.40;0.75;0.74 -2666;12;3645.80;9.50;1044.20;0.48;0.98 -2667;12;3629.80;9.50;156.20;0.78;1.18 -2668;12;2878.80;9.50;314.00;4.71;0.74 -2669;12;2076.00;9.50;154.60;0.21;1.02 -2670;12;1984.20;9.50;952.00;-0.10;0.98 -2671;12;2307.80;9.50;1746.00;-0.34;1.32 -2672;12;1311.80;9.50;1216.20;0.40;1.10 -2673;12;701.60;9.50;149.40;0.78;1.22 -2674;12;261.80;9.50;672.60;-0.46;1.46 -2675;12;77.00;9.50;1626.20;1.00;1.28 -2676;12;536.20;9.50;1615.40;1.36;1.10 -2677;12;658.80;9.50;922.20;0.27;0.98 -2678;12;827.80;9.50;1299.00;-0.19;0.88 -2679;12;3435.40;9.50;1883.20;-1.16;0.84 -2680;12;3581.80;9.50;537.40;-0.56;0.96 -2681;12;1991.00;9.50;198.80;-0.69;1.34 -2682;12;172.00;9.50;1710.80;-0.14;1.44 -2683;12;1437.60;9.50;926.60;-0.99;1.42 -2684;12;4874.00;9.50;1251.00;4.71;0.84 -2685;12;3795.60;9.50;96.80;-1.19;1.20 -2686;12;4987.00;9.50;719.80;-1.03;1.00 -2687;12;4862.40;9.50;1054.20;-0.64;1.02 -2688;12;5431.80;9.50;1752.00;1.25;1.08 -2689;12;4415.80;9.50;553.00;1.01;0.86 -2690;12;3857.40;9.50;585.40;0.44;0.86 -2691;12;3600.20;9.50;1073.00;-0.63;1.10 -2692;12;3740.60;9.50;164.40;1.07;1.06 -2693;12;2907.80;9.50;329.40;-0.84;0.92 -2694;12;2145.40;9.50;450.00;0.73;0.98 -2695;12;2762.40;9.50;1882.60;0.57;1.02 -2696;12;2277.40;9.50;1764.80;1.45;1.04 -2697;12;1366.80;9.50;1174.00;-0.15;1.12 -2698;12;757.60;9.50;137.20;0.19;1.26 -2699;12;243.00;9.50;703.80;1.13;1.16 -2700;12;100.00;9.50;1644.60;0.17;1.22 -2701;12;586.80;9.50;1568.40;0.66;1.58 -2702;12;649.20;9.50;858.60;-0.60;1.46 -2704;12;3632.20;9.50;730.00;1.28;0.98 -2705;12;2080.80;9.50;237.60;0.86;1.18 -2706;12;240.00;9.50;1891.80;-0.81;1.02 -2707;12;1488.60;9.50;903.00;-1.02;1.50 -2708;12;4833.40;9.50;1184.00;0.92;1.06 -2709;12;3738.40;9.50;12.00;1.57;0.52 -2710;12;5256.00;9.50;16.20;1.06;0.92 -2711;12;5051.00;11.15;768.20;0.00;1.76 -2712;12;4864.40;9.50;1022.20;1.31;1.22 -2713;12;5392.80;9.50;1693.00;0.04;1.16 -2714;12;4424.40;9.50;521.60;-0.91;1.28 -2715;12;3848.40;9.50;543.40;0.65;1.04 -2716;12;3733.60;9.50;960.00;0.10;0.94 -2717;12;3667.60;9.50;156.40;-0.65;1.14 -2718;12;2906.20;9.50;354.60;1.17;0.88 -2719;12;2150.00;9.50;479.00;-1.37;1.06 -2720;12;1964.60;9.50;983.00;0.59;1.12 -2721;12;2312.20;9.50;1718.60;1.48;0.94 -2722;12;1411.00;9.50;1299.80;0.20;0.96 -2723;12;843.40;9.50;267.20;0.46;1.64 -2724;12;257.60;9.50;756.00;1.75;1.08 -2725;12;41.80;9.50;1693.60;-0.60;1.34 -2726;12;620.40;9.50;1606.20;0.72;1.16 -2727;12;883.00;9.50;824.80;1.19;1.34 -2728;12;769.60;9.50;1348.80;-0.75;1.40 -2729;12;2947.60;9.59;1594.40;0.91;0.74 -2730;12;3640.60;9.50;802.20;0.43;1.18 -2731;12;2156.60;9.50;407.60;-0.10;0.76 -2732;12;468.60;9.50;1673.00;1.43;0.96 -2733;12;1488.00;9.50;959.00;-1.32;1.08 -2734;12;4672.00;9.50;1278.00;-0.14;1.38 -2735;12;4996.80;9.50;768.40;0.76;0.94 -2736;12;4873.60;9.50;990.00;-0.73;1.26 -2737;12;4496.40;9.55;548.80;0.51;0.76 -2738;12;3882.00;9.50;559.20;0.30;0.80 -2739;12;3770.00;9.50;953.40;0.00;1.14 -2740;12;3631.20;9.50;190.20;-0.60;1.18 -2741;12;2927.00;9.50;374.40;0.35;0.88 -2742;12;2151.60;9.50;229.20;0.09;0.90 -2743;12;1930.40;9.50;1019.40;0.98;1.06 -2744;12;2264.40;9.50;1695.00;1.02;1.18 -2745;12;1444.60;9.50;1289.40;-1.27;0.98 -2746;12;841.60;9.50;232.20;-1.19;1.32 -2747;12;271.60;9.50;728.00;-0.75;1.38 -2748;12;103.00;9.50;1701.00;0.78;0.98 -2749;12;690.80;9.50;1611.00;0.69;1.06 -2750;12;723.40;9.50;788.40;-0.96;1.02 -2751;12;696.40;9.50;1654.20;-0.68;1.24 -2752;12;2890.40;9.50;1581.00;-0.54;0.92 -2753;12;3531.00;9.50;827.40;-0.22;0.86 -2754;12;2159.80;9.50;324.00;1.38;1.08 -2755;12;586.80;9.50;1657.20;0.59;1.28 -2756;12;1458.60;9.50;1009.80;-0.51;0.76 -2757;12;4688.20;9.50;1217.20;-0.40;1.16 -2758;12;5044.20;9.50;817.60;1.17;1.06 -2759;12;4917.00;9.50;957.20;-0.27;1.40 -2760;12;4531.80;9.50;549.60;0.21;0.96 -2761;12;3948.40;9.50;566.40;1.27;0.78 -2762;12;3701.80;9.50;927.60;0.43;1.08 -2763;12;3674.20;9.50;222.20;0.87;1.12 -2764;12;2914.40;9.50;423.00;0.38;0.94 -2765;12;2093.00;9.50;304.80;0.39;1.22 -2766;12;1862.00;9.50;1010.60;-0.49;1.02 -2767;12;2219.80;9.50;1684.00;1.06;1.14 -2768;12;1903.00;9.50;1681.80;1.19;1.08 -2769;12;806.60;9.50;195.60;0.08;1.24 -2770;12;304.80;9.50;697.80;-1.06;1.24 -2771;12;51.40;9.50;1755.80;-1.42;0.98 -2772;12;659.80;9.50;1555.40;0.38;1.24 -2773;12;764.80;9.50;744.20;0.48;1.06 -2774;12;755.00;9.50;1709.00;1.19;1.34 -2775;12;2867.20;9.50;1565.00;-0.38;0.44 -2776;12;3506.20;9.50;821.80;0.44;0.90 -2777;12;1787.00;9.50;11.40;1.43;0.64 -2778;12;2238.40;9.50;502.20;-0.57;1.32 -2779;12;551.80;9.50;1559.40;1.12;1.14 -2780;12;1296.80;9.50;1069.40;0.53;1.24 -2781;12;4730.40;9.50;1244.60;-1.32;1.18 -2782;12;5326.60;9.50;175.00;0.06;1.34 -2783;12;5009.40;9.50;858.40;-0.91;0.98 -2784;12;4861.40;9.50;922.60;-0.88;1.36 -2785;12;4586.40;9.50;531.40;-0.09;0.84 -2786;12;3905.80;9.50;522.60;0.04;1.02 -2787;12;3658.40;9.50;884.60;0.13;0.98 -2788;12;3735.40;9.50;196.00;-0.10;0.90 -2789;12;2850.20;9.50;448.40;-1.15;0.90 -2790;12;2031.80;9.50;281.80;-0.93;1.20 -2791;12;1900.60;9.50;1053.80;0.39;0.92 -2792;12;2145.60;9.50;1714.40;1.00;0.92 -2793;12;1000.40;9.50;114.20;-1.24;1.18 -2794;12;381.80;9.50;725.20;0.34;1.36 -2795;12;46.80;9.50;1735.60;0.84;1.08 -2796;12;767.80;9.50;1422.00;1.41;1.12 -2797;12;748.00;9.50;707.80;-1.27;1.38 -2798;12;644.40;9.50;1661.20;0.09;1.20 -2799;12;2828.40;9.50;1570.80;-0.66;0.54 -2800;12;3475.60;9.50;862.60;0.54;1.42 -2801;12;2325.40;9.50;618.00;-1.14;0.98 -2802;12;467.00;9.50;1631.80;1.31;1.06 -2803;12;1207.00;9.50;1132.00;1.19;1.06 -2804;12;4746.00;9.50;1126.80;0.81;1.02 -2805;12;5295.20;9.50;221.20;1.39;0.82 -2806;12;5025.40;9.50;919.40;-1.48;1.32 -2807;12;4833.20;9.50;966.60;-0.88;1.26 -2808;12;5223.00;9.50;1743.60;-1.09;1.26 -2809;12;4603.80;9.50;562.80;4.50;1.34 -2810;12;3877.00;9.50;514.40;1.03;0.88 -2811;12;3700.60;9.50;848.20;0.94;0.96 -2812;12;3769.20;9.50;232.00;0.76;1.08 -2813;12;2928.00;9.50;473.00;1.10;0.90 -2814;12;2118.40;9.50;253.40;0.44;1.02 -2815;12;1944.20;9.50;1098.60;1.17;0.86 -2816;12;2096.40;9.50;1778.40;-0.52;0.86 -2817;12;1814.00;9.50;1618.00;-1.37;0.78 -2818;12;1061.40;9.50;75.20;1.53;1.18 -2819;12;348.80;9.50;769.40;0.62;1.24 -2820;12;1.60;9.50;1718.00;-0.67;0.44 -2821;12;820.20;9.50;1396.60;0.92;1.32 -2822;12;828.00;9.50;718.60;0.00;1.30 -2823;12;678.20;9.50;1710.00;1.02;1.20 -2824;12;2824.60;9.50;1559.60;1.16;0.36 -2825;12;3359.60;9.50;1046.80;-0.39;1.18 -2826;12;2272.00;9.50;894.80;0.60;1.38 -2827;12;263.60;9.50;1689.40;0.68;1.36 -2828;12;1127.20;9.50;1237.40;0.84;1.12 -2829;12;4760.60;9.50;1018.80;0.85;1.18 -2830;12;5213.00;9.50;185.80;-1.34;0.84 -2831;12;5068.80;9.50;941.20;-1.04;1.36 -2832;12;4801.40;9.50;866.40;0.68;1.32 -2833;12;4658.00;9.50;609.60;0.41;1.12 -2834;12;3872.80;9.50;476.20;-0.87;0.94 -2835;12;3735.00;9.50;863.60;0.00;0.92 -2836;12;2886.40;9.50;484.20;0.96;1.16 -2837;12;2088.60;9.50;200.80;-0.75;1.04 -2838;12;1941.80;9.50;1121.00;-0.42;1.02 -2839;12;2096.40;9.50;1750.60;0.90;0.78 -2840;12;1765.20;9.50;1554.00;-0.67;1.18 -2841;12;877.40;9.50;47.40;-0.52;1.32 -2842;12;279.80;9.50;809.00;-0.42;1.48 -2844;12;752.80;9.50;1380.80;1.44;0.90 -2845;12;881.20;9.50;762.80;0.35;1.20 -2846;12;681.20;9.50;1738.60;-1.10;1.46 -2847;12;2802.80;9.50;1505.80;1.05;0.40 -2848;12;3715.60;9.50;893.80;1.08;1.08 -2849;12;2257.60;9.50;776.20;0.07;1.16 -2850;12;141.60;9.50;1568.40;-1.09;1.04 -2851;12;1035.80;9.50;1348.20;0.06;1.02 -2852;12;5608.80;9.50;534.00;0.95;1.28 -2854;12;5271.60;9.50;149.40;-0.81;1.22 -2855;12;5112.80;9.50;885.60;1.10;1.16 -2856;12;4776.80;9.50;799.40;-0.23;1.42 -2857;12;4610.60;9.50;736.20;-0.29;1.12 -2858;12;3917.20;9.50;477.40;-0.26;0.90 -2859;12;3794.40;9.50;816.80;0.88;1.16 -2860;12;3687.60;9.50;248.00;-0.85;1.10 -2861;12;2971.20;9.50;320.20;1.04;0.72 -2862;12;2057.60;9.50;193.00;0.67;1.06 -2863;12;1919.00;9.50;1145.40;1.12;1.12 -2864;12;2042.60;9.50;1749.40;1.21;0.80 -2865;12;1670.20;9.50;1112.20;0.65;1.20 -2866;12;1040.40;9.50;386.00;0.95;1.24 -2867;12;123.20;9.50;632.80;-0.43;1.14 -2868;12;768.00;9.50;1331.80;1.20;0.96 -2869;12;905.00;9.50;802.40;-0.86;0.94 -2870;12;624.60;9.50;1761.20;0.32;1.14 -2871;12;2773.40;9.50;1492.00;0.67;0.48 -2872;12;3723.40;9.50;922.60;-0.91;0.90 -2873;12;2164.20;9.50;888.20;0.58;1.18 -2874;12;40.00;9.50;1666.60;0.83;1.06 -2875;12;894.80;9.50;1422.60;4.65;1.44 -2876;12;4703.40;9.50;834.80;-0.88;1.14 -2878;12;5231.40;9.50;141.00;1.06;1.24 -2879;12;5135.00;9.50;904.20;0.44;0.92 -2880;12;4812.40;9.50;835.20;-1.10;1.14 -2881;12;5297.80;9.50;1749.00;-0.76;1.28 -2882;12;4558.00;9.50;701.80;-0.71;0.98 -2883;12;3962.80;9.50;543.00;-0.54;0.96 -2884;12;3684.00;9.50;276.20;1.15;1.34 -2885;12;2967.40;9.50;348.00;-0.67;0.78 -2886;12;2106.00;9.50;152.00;-0.38;0.84 -2887;12;1822.80;9.50;1142.20;-1.32;1.12 -2888;12;2042.20;9.50;1722.20;1.06;0.70 -2889;12;1346.80;9.50;1059.80;0.27;1.24 -2890;12;1016.20;9.50;324.40;0.27;1.22 -2891;12;86.60;9.50;596.40;-0.34;1.10 -2892;12;726.00;9.50;1293.60;-0.94;0.96 -2893;12;1012.20;9.50;803.40;0.71;1.26 -2894;12;596.80;9.50;1799.20;0.65;1.24 -2895;12;2769.40;9.50;1539.80;4.65;0.26 -2896;12;3592.00;9.50;1101.60;0.57;1.16 -2897;12;2153.80;9.50;956.20;0.78;1.06 -2898;12;837.80;9.50;1513.60;0.54;1.02 -2899;12;4695.20;9.50;749.20;-1.01;1.16 -2901;12;5079.60;9.50;827.80;-0.32;1.48 -2902;12;4821.60;9.50;781.40;-1.20;0.90 -2903;12;5223.40;9.50;1699.40;-0.39;1.10 -2904;12;4504.20;9.50;668.20;-0.89;0.98 -2905;12;3954.40;9.50;521.40;1.07;0.94 -2906;12;3691.00;9.50;806.80;0.96;1.14 -2907;12;3677.20;9.50;335.40;0.38;0.96 -2908;12;2963.00;9.50;375.20;0.62;0.72 -2909;12;2625.80;9.50;2034.00;1.57;0.56 -2910;12;1793.00;9.50;1069.60;-0.69;1.06 -2911;12;2043.40;9.50;1779.20;0.83;1.34 -2912;12;1397.40;9.50;1062.00;1.30;1.18 -2913;12;910.00;9.50;267.80;0.55;1.28 -2914;12;5.00;9.50;678.40;-1.49;1.04 -2915;12;739.40;9.50;1251.00;-0.93;0.92 -2916;12;964.80;9.50;772.80;1.41;1.28 -2917;12;519.80;9.50;1816.60;0.04;1.22 -2918;12;2796.80;9.50;1612.20;-1.16;0.50 -2919;12;3695.80;9.50;1062.80;0.85;0.82 -2920;12;2210.60;9.50;1079.80;1.42;1.16 -2921;12;824.20;9.50;1598.80;0.20;0.94 -2922;12;4722.00;9.50;713.20;-1.27;0.94 -2924;12;5407.60;9.50;13.60;1.23;1.24 -2925;12;5151.60;9.50;833.40;0.68;1.26 -2926;12;4979.00;9.50;965.60;1.19;1.08 -2927;12;5204.20;9.50;1659.40;-0.46;0.96 -2928;12;4508.00;9.50;692.00;0.46;1.12 -2929;12;3956.60;9.50;481.40;-0.53;0.96 -2930;12;3750.40;9.50;746.20;-1.30;0.86 -2931;12;3690.80;9.50;367.60;-1.41;1.02 -2932;12;2961.60;9.50;436.00;0.44;0.92 -2933;12;2006.00;9.50;137.00;-0.89;1.22 -2934;12;1814.60;9.50;1173.40;0.87;1.28 -2935;12;1936.60;9.50;1748.40;-1.46;1.20 -2936;12;2778.20;9.50;1985.00;4.71;1.36 -2937;12;979.60;9.50;298.80;1.00;1.48 -2938;12;99.60;9.50;658.00;1.06;1.30 -2939;12;816.80;9.50;1218.60;1.10;0.94 -2940;12;904.80;9.50;721.00;0.67;0.96 -2941;12;635.00;9.50;979.60;-1.45;0.84 -2942;12;2791.20;9.50;1631.80;0.45;1.24 -2943;12;3737.80;9.50;1042.60;1.20;0.86 -2944;12;2176.80;9.50;1230.40;0.38;1.14 -2945;12;801.80;9.50;1730.80;0.73;1.76 -2946;12;4607.00;9.50;789.60;-1.19;1.06 -2948;12;5307.20;9.50;40.80;0.78;1.06 -2949;12;5230.20;9.50;832.00;-1.41;1.28 -2950;12;4952.20;9.50;917.40;0.84;0.84 -2951;12;5213.60;9.50;1634.80;1.34;0.90 -2952;12;4560.40;9.50;724.20;1.24;1.10 -2953;12;3994.00;9.50;432.80;0.81;0.96 -2954;12;3647.00;9.50;757.40;-0.73;1.10 -2955;12;3736.00;9.50;294.00;1.05;1.24 -2956;12;2989.80;9.50;446.80;-0.35;1.04 -2957;12;2089.40;9.50;100.80;0.08;1.18 -2958;12;2367.00;9.50;927.00;0.00;0.92 -2959;12;2161.20;9.50;1775.00;0.76;1.14 -2960;12;2820.80;9.50;1923.00;-1.31;0.94 -2961;12;871.40;9.50;313.80;0.10;1.30 -2962;12;5.20;9.50;721.20;-1.17;1.08 -2963;12;860.20;9.50;1179.20;0.73;1.36 -2964;12;932.20;9.50;703.60;-1.10;1.38 -2965;12;606.80;9.50;1870.40;0.99;1.16 -2966;12;2830.20;9.50;1620.80;-0.98;0.94 -2967;12;3815.20;9.50;1028.40;0.38;0.86 -2968;12;2112.40;9.50;1118.20;-0.91;1.08 -2969;12;79.20;9.50;1487.20;1.36;1.22 -2970;12;723.60;10.77;1884.60;1.43;1.98 -2971;12;4649.20;9.50;811.60;-0.56;1.04 -2973;12;5332.80;9.50;69.40;-1.27;1.00 -2974;12;5311.20;9.50;889.80;-1.35;1.48 -2975;12;4971.40;9.50;938.80;-1.09;1.10 -2977;12;2774.40;9.50;1527.20;-1.51;0.28 -2978;12;4582.20;9.50;757.60;0.17;1.14 -2979;12;4004.40;9.50;452.60;-1.43;0.98 -2980;12;3707.20;9.50;745.00;4.71;0.72 -2981;12;3650.00;9.50;360.00;1.10;0.98 -2982;12;2976.80;9.50;495.60;-0.97;0.90 -2983;12;2002.60;9.50;93.60;-1.13;1.28 -2984;12;2381.00;9.50;980.80;1.27;1.22 -2985;12;2192.40;9.50;1548.80;1.06;1.96 -2986;12;2858.40;9.50;1868.00;-1.28;0.86 -2987;12;946.60;9.50;331.20;1.35;0.98 -2988;12;52.80;9.50;754.80;0.82;0.92 -2989;12;837.20;9.50;1238.80;0.25;1.28 -2990;12;979.40;9.50;733.60;-0.54;1.24 -2991;12;221.20;9.50;2029.60;3.60;0.24 -2993;12;2842.00;9.50;1665.20;-0.23;0.98 -2997;12;2108.80;9.50;1087.40;1.24;1.02 -3001;12;235.80;9.50;1383.80;0.83;1.36 -3002;12;482.20;9.50;1944.40;-1.06;1.24 -3006;12;4668.00;9.50;958.40;0.89;1.06 -3011;12;5449.20;9.50;98.80;-0.20;1.66 -3014;12;5226.20;9.50;874.40;-1.21;1.18 -3015;12;4994.60;9.50;904.00;-0.48;1.28 -3019;12;5360.80;9.50;1658.80;1.61;1.12 -3020;12;4535.20;9.50;750.40;0.18;1.10 -3023;12;4047.20;9.50;393.80;-0.24;0.94 -3024;12;3714.40;9.50;698.60;-1.03;0.78 -3028;12;3573.40;9.50;338.80;-0.64;0.90 -3029;12;2968.20;9.50;495.00;1.17;0.98 -3032;12;2051.80;9.50;32.60;0.05;1.02 -3036;12;2339.00;9.50;946.40;0.97;1.12 -3037;12;2171.80;9.50;1639.80;0.74;1.82 -3038;12;2891.40;9.50;1935.80;1.35;0.92 -3042;12;972.00;9.50;368.40;1.24;0.92 -3043;12;107.80;9.50;685.60;0.60;1.32 -3046;12;33.80;9.50;1776.20;0.89;0.80 -3047;12;900.00;9.50;1212.40;0.86;1.14 -3051;12;1081.00;9.50;817.40;0.97;1.02 -3052;12;215.40;9.50;2011.40;-1.07;0.82 -3195;12;2728.60;9.95;1690.20;-0.74;1.16 -3198;12;2102.20;9.50;942.40;1.00;0.92 -3200;12;189.60;9.50;1433.60;-0.90;0.96 -3201;12;343.20;9.50;1916.40;0.91;0.48 -3204;12;4629.20;9.50;986.40;0.56;0.94 -3209;12;5400.20;9.50;120.60;1.44;1.00 -3212;12;5230.60;9.50;902.40;1.15;1.20 -3213;12;4966.00;9.50;889.40;1.13;1.00 -3218;12;4491.60;9.50;776.80;0.10;0.98 -3222;12;4020.00;9.50;394.80;0.48;0.88 -3223;12;3788.20;9.50;604.80;0.90;1.00 -3227;12;3592.80;9.50;290.60;0.72;0.84 -3228;12;2957.80;9.50;535.00;0.95;0.94 -3232;12;2656.20;9.50;135.40;0.48;1.06 -3233;12;2024.60;9.50;50.20;1.51;0.82 -3237;12;2259.60;9.50;948.40;-0.28;1.08 -3238;12;2229.60;9.50;1569.60;0.68;1.66 -3239;12;1388.20;9.50;1033.80;-1.13;1.22 -3243;12;985.60;9.50;420.60;1.35;1.26 -3244;12;166.00;9.50;691.80;1.06;1.06 -3248;12;46.80;9.50;1782.00;0.23;1.00 -3249;12;912.00;9.50;1255.40;0.84;1.04 -3252;12;1104.20;9.50;773.40;-0.04;1.08 -3253;12;414.40;9.50;1924.60;-0.94;1.70 -3400;12;2809.80;9.50;1722.20;-1.04;0.88 -3405;12;2114.40;9.50;984.80;1.02;1.12 -3408;12;250.00;9.50;1334.60;-0.17;1.34 -3411;12;4553.00;9.50;919.20;-1.19;0.92 -3416;12;5347.60;9.50;156.80;-1.26;0.98 -3419;12;5147.20;9.50;932.80;-0.98;1.22 -3420;12;4978.20;9.50;855.40;0.18;1.10 -3424;12;5174.40;9.50;1584.40;-1.45;1.20 -3425;12;4433.00;9.50;758.40;-0.72;1.02 -3428;12;4029.00;9.50;349.20;0.00;0.92 -3429;12;3745.60;9.50;648.80;-0.10;1.14 -3432;12;3640.60;9.50;316.00;1.06;1.18 -3433;12;2920.80;9.50;589.80;-1.36;0.96 -3436;12;2678.20;9.50;172.40;0.53;0.78 -3437;12;2077.80;9.50;15.60;1.64;0.68 -3440;12;2270.20;9.50;997.80;-0.04;1.28 -3441;12;2027.20;9.50;1692.60;-0.43;1.02 -3442;12;1524.00;9.50;989.20;1.37;0.88 -3445;12;1053.00;9.50;430.80;0.63;1.24 -3446;12;111.80;9.50;749.80;0.83;1.22 -3450;12;132.40;9.50;1762.40;1.02;0.96 -3451;12;917.60;9.50;1164.20;0.26;1.08 -3453;12;1141.40;9.50;794.60;-1.32;1.26 -3454;12;488.60;9.50;1895.60;0.98;0.74 -3528;12;2739.60;9.50;1514.80;-1.35;0.52 -3590;12;2702.80;9.50;1637.60;0.22;1.02 -3591;12;182.40;9.50;1897.60;4.62;0.72 -3595;12;1993.20;9.50;1149.80;0.30;1.08 -3599;12;341.80;9.50;1461.60;1.48;0.82 -3600;12;484.60;9.50;1823.00;0.81;1.46 -3603;12;4553.40;9.50;798.00;-0.93;0.80 -3607;12;5426.80;9.50;156.40;0.53;1.38 -3610;12;5248.40;9.50;958.60;1.40;1.38 -3611;12;4878.20;9.50;772.20;0.40;0.96 -3615;12;5198.40;9.50;1533.00;-0.10;0.68 -3616;12;4424.20;9.50;712.20;-0.78;0.92 -3619;12;3991.40;9.50;358.60;0.41;0.86 -3620;12;3652.80;9.50;655.40;1.05;1.10 -3624;12;3563.80;9.50;245.20;0.04;1.22 -3625;12;2934.60;9.50;617.40;0.07;0.94 -3628;12;2598.00;9.50;136.20;0.16;0.88 -3632;12;2298.60;9.50;1019.20;-0.68;1.00 -3633;12;1999.40;9.50;1799.60;1.48;0.98 -3634;12;1526.20;9.50;863.20;-0.48;1.18 -3637;12;997.00;9.50;467.80;1.06;1.04 -3638;12;131.20;9.50;777.40;-1.52;0.84 -3642;12;95.00;9.50;1796.60;0.27;0.90 -3643;12;933.20;9.50;1216.60;-0.72;1.08 -3647;12;1062.40;9.50;884.20;-1.53;1.26 -3648;12;513.80;9.50;1900.80;-0.35;1.20 -3785;12;2682.20;10.98;1639.00;1.01;0.60 -3789;12;1980.00;9.50;1028.40;0.72;0.90 -3792;12;656.60;9.50;1442.80;4.68;0.74 -3793;12;525.20;9.50;1858.60;-0.88;1.16 -3797;12;4492.80;9.50;732.00;0.29;1.12 -3801;12;5320.60;9.50;120.60;-0.41;1.28 -3804;12;5210.60;9.50;969.20;0.81;1.16 -3805;12;4889.60;9.50;742.60;-0.78;1.02 -3808;12;5166.40;9.50;1585.40;1.27;1.44 -3809;12;4420.40;9.50;742.80;0.74;0.78 -3812;12;4020.40;9.50;325.20;1.12;0.96 -3813;12;3699.20;9.50;669.60;0.82;1.04 -3817;12;3597.00;9.50;227.40;-0.69;1.04 -3818;12;2952.00;9.50;679.40;0.72;0.78 -3821;12;2620.60;9.50;211.20;0.41;0.94 -3822;12;2024.80;9.50;12.00;1.57;0.58 -3825;12;2278.00;9.50;1056.60;1.09;1.20 -3826;12;1962.60;9.50;1766.00;-0.29;0.96 -3827;12;791.80;9.50;240.20;0.40;1.10 -3831;12;738.20;9.50;240.00;0.61;1.24 -3832;12;4.00;9.50;808.00;-0.58;0.98 -3836;12;10.00;9.50;1823.40;0.28;0.30 -3837;12;944.20;9.50;1164.00;-0.80;1.32 -3841;12;1176.00;9.50;841.20;0.50;1.42 -3842;12;621.20;9.50;1917.60;1.28;1.20 -3990;12;2713.00;9.50;1567.80;0.00;0.70 -3993;12;1928.00;9.50;1048.00;-0.24;0.92 -3997;12;818.40;9.50;1358.20;-1.24;1.46 -3998;12;763.40;9.50;1598.00;0.74;1.20 -4002;12;4358.40;9.50;808.80;-0.84;1.24 -4007;12;5328.60;9.50;93.40;1.15;1.02 -4011;12;5218.60;9.50;1005.80;-0.75;1.22 -4012;12;4885.60;9.50;836.60;1.39;0.86 -4015;12;5121.60;9.50;1521.80;-1.42;1.20 -4016;12;4380.20;9.50;762.60;-0.04;0.90 -4020;12;3952.00;9.50;389.80;0.71;0.94 -4021;12;3680.60;9.50;613.60;0.29;1.06 -4025;12;3542.60;9.50;197.40;0.78;1.02 -4026;12;2829.00;9.50;715.00;-0.64;0.94 -4030;12;2640.00;9.50;236.00;-0.46;0.92 -4034;12;2796.80;9.50;1827.40;0.33;1.08 -4035;12;1995.20;9.50;1694.80;0.35;0.96 -4036;12;1544.20;9.50;740.00;1.09;0.80 -4039;12;615.60;9.50;144.20;-0.63;1.06 -4040;12;72.80;9.50;793.80;0.36;1.18 -4043;12;15.60;9.50;1837.00;4.71;0.80 -4044;12;872.80;9.50;1125.40;0.21;1.42 -4048;12;1144.40;9.50;897.40;0.28;1.26 -4049;12;628.00;9.50;1937.80;1.13;0.70 -4212;12;2701.00;9.50;1532.00;0.54;1.12 -4213;12;2562.80;9.50;1214.60;0.86;1.00 -4217;12;1980.60;9.50;1081.20;0.99;0.88 -4220;12;472.20;9.50;1334.40;1.23;1.22 -4221;12;744.00;9.50;1576.40;1.37;0.94 -4225;12;4460.60;9.50;570.80;-0.64;0.90 -4230;12;5250.40;9.50;54.60;-0.24;1.02 -4234;12;5176.40;9.50;1013.80;-0.46;0.86 -4235;12;4930.00;9.50;776.00;0.32;1.14 -4239;12;5106.40;9.50;1456.80;0.96;1.30 -4240;12;4426.40;9.50;790.80;1.10;1.28 -4243;12;3929.80;9.50;351.60;-0.66;1.14 -4244;12;3746.20;9.50;590.00;0.90;0.90 -4248;12;3604.00;9.50;205.80;1.07;0.88 -4249;12;2873.40;9.50;671.20;0.70;0.92 -4253;12;2642.80;9.50;278.20;0.27;0.96 -4257;12;2427.20;9.50;1008.00;1.09;1.30 -4258;12;2105.80;9.50;1601.40;0.84;1.60 -4259;12;1516.20;9.50;680.00;0.13;1.04 -4263;12;608.80;9.50;169.00;1.12;1.00 -4264;12;139.60;9.50;800.60;0.88;0.92 -4267;12;863.00;9.50;1088.20;-1.15;1.38 -4271;12;1103.80;9.50;927.00;1.30;1.04 -4370;12;2739.00;9.50;1528.20;-1.19;0.52 -4438;12;2642.20;9.50;1506.80;-0.04;1.26 -4439;12;2441.60;9.50;1084.00;0.72;1.06 -4443;12;1909.20;9.50;1094.00;0.67;1.04 -4447;12;787.40;9.50;1194.40;1.04;1.32 -4448;12;768.00;9.50;1465.40;1.29;1.18 -4451;12;4664.60;9.50;575.60;1.12;1.10 -4456;12;5215.20;9.50;86.60;1.07;1.12 -4460;12;5151.40;9.50;1013.20;0.29;1.20 -4461;12;4960.40;9.50;828.00;1.06;1.02 -4465;12;5062.60;9.50;1403.40;0.49;0.98 -4466;12;4546.40;9.50;817.40;0.98;1.12 -4470;12;3968.80;9.50;308.00;0.67;0.92 -4471;12;3634.00;9.50;604.80;0.20;0.92 -4474;12;3571.00;9.50;141.20;1.33;1.20 -4475;12;2825.80;9.50;676.60;0.72;0.80 -4479;12;2596.40;9.50;292.60;0.43;1.16 -4483;12;2455.80;9.50;995.40;0.03;1.16 -4484;12;2041.60;9.50;1600.60;0.43;1.56 -4485;12;1562.40;9.50;693.40;0.34;1.12 -4489;12;640.40;9.50;201.20;-0.09;0.94 -4490;12;97.20;9.50;843.80;0.87;1.06 -4494;12;912.40;9.50;1113.80;-0.73;1.22 -4497;12;1089.00;9.50;977.40;1.19;1.28 -4498;12;642.20;9.50;1829.80;0.35;1.18 -4662;12;2603.80;9.50;1589.60;-0.81;0.96 -4663;12;2284.20;9.50;1294.00;0.76;1.28 -4667;12;1879.40;9.50;1176.20;1.19;0.88 -4671;12;440.80;9.50;1282.80;-1.12;1.08 -4672;12;825.00;9.50;877.00;0.87;1.00 -4676;12;4713.20;9.50;485.40;-0.70;0.40 -4679;12;5099.20;9.50;55.20;-1.53;0.96 -4683;12;5117.80;9.50;960.00;-0.85;1.32 -4684;12;4922.60;9.50;609.80;0.46;0.98 -4688;12;5042.00;9.50;1453.00;-0.64;1.16 -4689;12;4517.60;9.50;852.40;-0.98;1.04 -4693;12;3923.40;9.50;306.00;0.48;0.94 -4694;12;3589.40;9.50;775.20;-1.35;1.12 -4698;12;3515.40;9.50;130.20;0.39;1.32 -4699;12;2878.60;9.50;613.80;-0.49;0.98 -4702;12;2589.60;9.50;262.20;-1.51;0.96 -4706;12;2431.60;9.50;1043.60;0.76;1.36 -4707;12;2118.40;9.50;1495.00;1.16;1.18 -4708;12;1596.20;9.50;646.20;0.63;1.36 -4712;12;607.60;9.50;216.80;1.24;1.18 -4713;12;108.20;9.50;866.40;-1.49;1.14 -4717;12;991.80;9.50;1126.60;0.54;1.38 -4721;12;1131.60;9.50;954.40;0.49;1.20 -4722;12;762.60;9.50;1839.40;1.62;1.04 -4885;12;2731.00;9.50;1466.40;0.89;0.86 -4886;12;2360.80;9.50;1167.60;0.72;1.02 -4890;12;1828.60;9.50;1241.40;0.68;1.36 -4894;12;559.20;9.50;1118.20;-0.78;1.24 -4895;12;878.60;9.50;1365.20;-1.53;1.10 -4899;12;4758.60;9.50;595.60;-0.57;1.46 -4905;12;5036.80;9.50;19.20;1.52;1.04 -4906;12;5217.80;9.50;1077.40;1.50;1.16 -4907;12;4858.20;9.50;652.40;-0.62;1.02 -4911;12;5083.60;9.50;1497.80;-0.42;1.02 -4912;12;4512.40;9.50;885.80;-0.74;1.18 -4916;12;3991.20;9.50;293.20;-0.78;1.02 -4917;12;3611.80;9.50;683.20;0.78;1.04 -4921;12;3489.60;9.50;74.80;-0.26;1.10 -4922;12;2823.00;9.50;644.60;-1.09;0.68 -4926;12;2582.80;9.50;196.60;0.44;0.88 -4929;12;2449.80;9.50;1053.80;-0.69;1.08 -4930;12;2100.00;9.50;1331.20;-0.62;0.88 -4931;12;1608.20;9.50;613.80;-1.32;1.10 -4935;12;625.80;9.50;258.40;4.58;1.02 -4936;12;224.00;9.50;810.80;1.31;0.92 -4940;12;980.20;9.50;1094.40;-1.20;1.12 -4944;12;1215.40;9.50;968.40;1.51;1.08 -4945;12;662.60;9.50;1790.60;-0.94;1.14 -5108;12;2789.80;9.70;1422.80;0.94;0.76 -5109;12;2290.00;9.50;1466.20;-0.30;1.18 -5111;12;1887.40;9.50;1296.00;1.39;0.98 -5113;12;219.60;9.50;1291.00;-1.07;1.24 -5114;12;1030.60;9.50;1139.80;-0.64;0.98 -5116;12;4718.80;9.50;440.20;-1.04;1.00 -5122;12;5025.00;9.50;45.80;-0.96;0.86 -5123;12;5264.80;9.50;1057.60;0.37;1.18 -5124;12;4924.00;9.50;700.40;1.47;1.02 -5126;12;5058.00;9.50;1507.00;-0.24;0.68 -5127;12;4514.60;9.50;919.80;0.88;1.24 -5129;12;3933.00;9.50;272.40;-0.53;0.88 -5130;12;3564.00;9.50;641.80;-1.22;1.02 -5132;12;3573.60;9.50;71.20;0.80;1.26 -5133;12;2783.00;9.50;637.00;-0.78;0.88 -5137;12;2534.00;9.50;193.60;-0.17;1.02 -5140;12;2485.60;9.50;1121.20;1.35;1.16 -5141;12;2095.60;9.50;1374.60;-0.66;1.04 -5142;12;1567.60;9.50;577.20;-0.39;1.26 -5144;12;616.80;9.50;260.80;1.16;1.34 -5145;12;157.80;9.50;843.60;-0.97;0.98 -5147;12;1015.40;9.50;1030.80;-0.06;1.16 -5149;12;1236.00;9.50;843.20;0.87;1.14 -5150;12;729.00;9.50;1783.20;-0.96;1.10 -5233;12;2737.80;9.50;1391.60;0.05;0.78 -5234;12;2489.60;9.50;1462.80;1.00;1.06 -5235;12;1923.40;9.50;1313.00;-0.70;1.26 -5237;12;1039.20;9.50;1114.80;-1.44;1.06 -5238;12;4852.60;9.50;521.40;0.31;1.18 -5240;12;5102.40;9.50;18.60;1.19;1.48 -5241;12;5230.80;9.50;1110.60;0.60;1.12 -5242;12;4817.40;9.50;729.40;-1.26;1.02 -5243;12;5076.20;9.50;1558.60;-0.64;1.16 -5244;12;4471.40;9.50;943.80;-0.57;1.40 -5245;12;3972.20;9.50;259.00;-0.29;0.86 -5246;12;3539.40;9.50;671.00;-0.70;1.30 -5247;12;3476.40;9.50;266.00;0.47;1.30 -5248;12;2792.20;9.50;586.60;-0.03;1.08 -5249;12;2517.20;9.50;218.80;1.62;1.00 -5250;12;2438.40;9.50;1149.00;0.74;1.24 -5251;12;2087.60;9.50;1350.00;1.14;1.00 -5252;12;1700.80;9.50;565.60;1.26;1.06 -5253;12;695.40;9.50;270.20;0.96;0.86 -5254;12;243.20;9.50;833.00;0.29;1.26 -5255;12;953.40;9.50;1063.40;0.65;1.40 -5256;12;1208.40;9.50;890.80;0.42;1.32 -5257;12;881.60;9.50;1701.40;0.41;1.38 -5258;12;2672.40;9.50;1390.20;0.14;0.80 -5259;12;2445.80;9.50;1631.40;1.06;1.44 -5260;12;1955.40;9.50;1198.80;0.77;1.40 -5261;12;84.00;9.50;1221.60;0.94;1.22 -5262;12;1206.60;9.50;1057.00;-1.16;1.24 -5263;12;4837.80;9.50;426.60;0.18;1.04 -5265;12;5168.00;9.50;12.60;1.31;0.78 -5266;12;5212.40;9.50;1159.20;-0.98;1.20 -5267;12;4815.00;9.50;670.60;-0.83;1.04 -5268;12;5077.00;9.50;1610.20;0.52;1.20 -5269;12;4538.00;9.50;951.80;-0.72;1.42 -5270;12;3967.40;9.50;223.20;0.55;1.04 -5271;12;3610.60;9.50;591.20;0.80;1.04 -5272;12;3504.40;9.50;215.40;1.09;1.14 -5273;12;2796.40;9.50;528.40;-0.78;1.14 -5274;12;2583.40;9.50;242.40;0.90;0.98 -5275;12;2375.60;9.50;1220.40;4.60;1.10 -5276;12;2083.80;9.50;1392.60;1.01;0.92 -5277;12;1703.00;9.50;503.60;0.82;1.22 -5278;12;649.00;9.50;298.80;1.06;1.06 -5279;12;130.80;9.50;938.00;-1.23;1.08 -5280;12;875.20;9.50;1032.60;-0.86;1.26 -5281;12;1239.20;9.50;948.00;-0.41;1.08 -5282;12;809.80;9.50;1702.60;-1.24;0.94 -5284;12;2663.40;9.50;1352.60;1.05;0.80 -5285;12;1619.80;9.50;37.00;0.67;0.84 -5286;12;2457.40;9.50;1740.80;-0.85;1.32 -5287;12;1985.40;9.50;1205.00;0.11;1.06 -5288;12;1.20;9.50;1151.00;-0.38;0.30 -5289;12;1289.60;9.50;1035.00;-1.35;1.16 -5290;12;4889.00;9.50;561.20;1.50;0.98 -5292;12;5195.40;9.50;28.40;-0.07;1.08 -5293;12;5300.40;9.50;1135.60;1.64;1.22 -5294;12;4789.20;9.50;650.20;0.28;1.16 -5295;12;4993.20;9.50;1622.60;-1.20;1.14 -5296;12;4617.40;9.50;941.60;0.78;1.30 -5297;12;3986.80;9.50;182.20;0.60;1.02 -5298;12;3532.00;9.50;643.00;0.92;1.10 -5299;12;3415.80;9.50;317.20;0.40;1.40 -5300;12;2763.40;9.50;511.40;-1.45;0.84 -5301;12;2497.40;9.50;252.00;-0.33;0.96 -5302;12;2377.00;9.50;1122.80;0.00;1.20 -5303;12;2050.00;9.50;1437.00;0.58;1.10 -5304;12;1670.80;9.50;452.00;0.04;1.20 -5305;12;703.00;9.50;292.00;-0.98;1.06 -5306;12;79.80;9.50;918.20;-1.32;1.28 -5307;12;880.40;9.50;991.20;-1.16;1.28 -5308;12;1256.60;9.50;903.20;0.51;1.02 -5309;12;798.00;9.50;1679.60;1.09;1.04 -5311;12;2655.00;9.50;1310.00;0.92;0.78 -5312;12;2499.00;9.50;1776.20;-0.62;1.50 -5313;12;2055.40;9.50;1328.00;0.85;1.18 -5314;12;191.00;9.50;1182.00;1.03;0.94 -5315;12;1422.40;9.50;957.60;0.63;1.24 -5316;12;4938.00;9.50;461.00;-0.54;1.38 -5318;12;5172.00;9.50;119.00;0.92;1.16 -5319;12;5285.20;9.50;1185.80;4.68;0.98 -5320;12;4838.00;9.50;589.40;-0.86;1.00 -5321;12;4954.40;9.50;1609.40;-1.18;1.10 -5322;12;4666.40;9.50;1039.20;-0.64;0.94 -5323;12;4014.00;9.50;213.80;0.66;0.98 -5324;12;3484.20;9.50;585.40;-0.89;0.88 -5325;12;3403.80;9.50;259.00;-0.29;0.98 -5326;12;2765.40;9.50;463.40;-1.26;0.94 -5327;12;2471.60;9.50;285.60;-0.49;1.26 -5328;12;2313.80;9.50;1117.00;-0.34;1.40 -5329;12;2012.60;9.50;1494.60;1.05;1.38 -5330;12;1692.80;9.50;407.80;0.94;1.26 -5331;12;772.40;9.50;295.40;0.80;1.02 -5332;12;3.40;9.50;882.00;-0.70;0.78 -5333;12;986.40;9.50;981.80;-1.09;1.24 -5334;12;1275.60;9.50;927.00;-1.16;1.26 -5335;12;864.20;9.50;1638.60;0.72;1.32 -5336;12;2661.40;9.50;1284.80;1.17;0.86 -5337;12;2341.00;9.50;1972.80;1.07;1.44 -5338;12;1888.80;9.50;1411.60;-1.08;0.82 -5339;12;316.20;9.50;1025.60;-1.31;0.98 -5340;12;4944.60;9.50;417.40;0.11;0.76 -5341;12;5212.00;9.50;207.80;1.06;1.04 -5342;12;5321.40;9.50;1121.00;-0.63;1.30 -5343;12;4723.00;9.50;603.40;0.00;1.74 -5344;12;4923.80;9.50;1616.80;-0.99;0.54 -5345;12;4639.60;9.50;1009.80;-1.35;0.94 -5346;12;4085.40;9.50;212.40;1.16;0.94 -5347;12;3485.80;9.50;615.60;1.42;1.26 -5348;12;3402.60;9.50;229.60;0.98;1.34 -5349;12;2844.00;9.50;427.40;0.63;0.86 -5350;12;2502.40;9.50;355.40;1.49;0.90 -5351;12;2305.60;9.50;1069.80;0.23;1.20 -5352;12;2003.80;9.50;1459.20;1.38;1.22 -5353;12;1687.20;9.50;296.40;0.96;1.26 -5354;12;700.60;9.50;341.80;-1.19;1.06 -5355;12;44.60;9.50;939.00;0.97;1.04 -5356;12;20.60;9.50;1860.80;0.28;0.66 -5357;12;1018.60;9.50;914.00;0.27;1.26 -5358;12;1355.20;9.50;865.60;0.97;0.94 -5359;12;763.80;9.50;1640.60;-1.34;0.82 -5360;12;2653.80;9.50;1232.40;-1.46;0.80 -5361;12;2236.20;9.50;1938.00;0.29;1.38 -5362;12;2008.20;9.50;1382.40;-0.76;1.02 -5363;12;620.60;9.50;964.20;0.50;1.18 -5364;12;5080.60;9.50;478.40;0.91;1.46 -5365;12;5200.80;9.50;259.40;1.30;1.32 -5366;12;4738.20;9.50;578.40;4.03;0.84 -5367;12;4699.20;9.50;989.60;-0.05;1.12 -5368;12;4047.60;9.50;187.40;0.95;1.02 -5369;12;3469.00;9.50;566.20;1.15;0.84 -5370;12;3355.20;9.50;204.40;1.00;1.22 -5371;12;2759.60;9.50;404.40;-0.90;1.08 -5372;12;2535.40;9.50;331.40;0.13;1.12 -5373;12;2267.80;9.50;1106.00;1.12;1.28 -5374;12;1945.20;9.50;1447.20;0.65;1.20 -5375;12;1680.80;9.50;217.40;0.76;0.80 -5376;12;684.20;9.50;321.00;1.01;0.84 -5377;12;56.80;9.50;966.20;-0.98;1.26 -5378;12;67.80;9.50;1862.00;0.50;0.92 -5379;12;982.40;9.50;949.40;1.16;1.28 -5380;12;1326.00;9.50;929.40;-1.50;0.94 -5381;12;858.80;9.50;1552.80;0.91;1.16 -5382;12;2680.80;9.50;1248.00;-0.73;0.62 -5383;12;3558.40;9.50;852.00;-1.34;0.98 -5384;12;1902.80;9.50;1523.00;4.71;1.06 -5385;12;746.80;9.50;1065.00;0.80;1.02 -5386;12;5588.60;9.50;56.80;0.46;1.76 -5387;12;5113.60;9.50;402.20;0.80;1.18 -5388;12;3349.60;9.50;1089.40;0.61;1.04 -5389;12;5218.20;9.50;297.20;0.87;0.92 -5390;12;4777.20;9.50;573.60;-1.17;1.30 -5391;12;4950.80;9.50;1638.40;-0.86;0.64 -5392;12;4638.00;9.50;899.80;0.20;1.02 -5393;12;4122.40;9.50;179.60;0.94;1.10 -5394;12;3443.40;9.50;509.60;0.10;1.16 -5395;12;3324.80;9.50;130.60;0.51;1.38 -5396;12;2842.20;9.50;383.00;0.76;1.06 -5397;12;2611.80;9.50;330.00;-1.01;1.12 -5398;12;2222.20;9.50;1152.00;0.51;1.20 -5399;12;1999.40;9.50;1365.60;1.07;1.06 -5400;12;1599.00;9.50;200.20;-1.00;1.42 -5401;12;623.00;9.50;375.80;1.14;1.32 -5402;12;137.20;9.50;978.60;0.14;1.12 -5404;12;925.80;9.50;933.20;0.69;1.30 -5405;12;1368.60;9.50;884.40;-1.49;0.92 -5406;12;768.40;9.50;1548.20;-0.51;1.20 -5407;12;2752.00;9.50;1238.40;1.03;0.58 -5408;12;2159.80;9.50;1825.60;0.44;1.24 -5409;12;1860.60;9.50;1417.00;-0.14;0.96 -5410;12;945.20;9.50;1019.60;-0.96;1.46 -5411;12;5118.40;9.50;366.60;-0.91;1.32 -5412;12;3258.40;9.50;1333.80;-0.10;0.66 -5413;12;5287.00;9.50;280.00;-0.24;1.08 -5414;12;4738.00;9.50;501.60;-0.17;1.22 -5415;12;5136.60;9.50;1698.40;0.78;0.74 -5416;12;4577.60;9.50;890.20;-1.12;1.00 -5417;12;4157.20;9.50;155.80;1.12;1.00 -5418;12;3473.00;9.50;545.60;-1.31;1.02 -5419;12;3363.40;9.50;136.40;0.82;0.94 -5420;12;2794.40;9.50;366.60;0.94;1.08 -5421;12;2609.00;9.50;385.80;-1.22;1.06 -5422;12;2277.20;9.50;1127.20;0.42;1.20 -5423;12;1972.20;9.50;1404.00;-0.29;1.02 -5424;12;1679.20;9.50;183.60;1.46;1.20 -5425;12;587.20;9.50;307.40;0.36;1.34 -5426;12;93.60;9.50;1021.60;1.23;0.98 -5428;12;904.40;9.50;894.20;0.63;1.28 -5429;12;1331.40;9.50;839.80;4.65;0.82 -5430;12;858.00;9.50;1484.80;0.62;0.64 -5431;12;2784.60;9.50;1256.60;-1.01;0.78 -5432;12;2266.00;9.50;1863.60;0.81;1.50 -5433;12;1769.80;9.50;1415.80;1.07;0.88 -5434;12;962.00;9.50;863.80;-1.41;1.22 -5435;12;5239.00;9.50;243.40;0.30;1.52 -5436;12;1595.40;9.50;959.80;1.10;0.40 -5437;12;5317.40;9.50;239.40;0.34;1.00 -5438;12;4801.80;9.50;505.60;1.38;0.82 -5439;12;5047.80;9.50;1679.80;-1.43;1.18 -5440;12;4572.20;9.50;845.40;-1.13;0.92 -5441;12;4795.00;9.50;100.00;1.57;0.86 -5442;12;3532.20;9.50;543.40;-0.76;1.02 -5443;12;3270.60;9.50;96.60;-0.94;1.24 -5444;12;2855.20;9.50;341.00;0.19;0.74 -5445;12;2599.80;9.50;357.40;0.89;0.90 -5446;12;2211.60;9.50;1124.40;1.35;1.04 -5447;12;1902.80;9.50;1379.20;-1.26;1.16 -5448;12;1646.80;9.50;127.00;0.81;1.00 -5449;12;576.00;9.50;288.60;1.21;1.02 -5450;12;4.00;9.50;990.00;-1.10;0.88 -5451;12;896.00;9.50;866.60;1.16;1.42 -5452;12;1375.60;9.50;808.40;-0.80;1.48 -5453;12;815.40;9.50;1457.80;1.39;1.02 -5454;12;2802.80;9.50;1288.80;-0.63;0.84 -5455;12;2343.40;9.50;1859.80;1.04;1.04 -5456;12;1772.20;9.50;1350.00;-1.01;0.90 -5457;12;857.40;9.50;956.40;0.58;1.02 -5458;12;5231.80;9.50;2.20;1.42;0.46 -5459;12;5191.80;9.50;163.20;0.78;1.06 -5460;12;5467.00;9.50;274.60;-1.25;1.02 -5461;12;5566.60;9.50;1629.40;0.09;1.24 -5462;12;4813.40;9.50;530.00;0.73;0.94 -5463;12;4667.00;9.50;874.20;0.55;0.82 -5464;12;4060.00;9.50;163.60;-0.50;0.92 -5465;12;4689.60;9.50;42.80;-1.35;0.88 -5466;12;3577.00;9.50;507.40;1.29;1.08 -5467;12;3282.40;9.50;48.40;-1.07;1.20 -5468;12;2798.40;9.50;309.60;0.99;1.20 -5469;12;2605.80;9.50;433.00;-1.36;0.92 -5470;12;1985.60;9.50;12.20;1.80;0.56 -5471;12;2179.60;9.50;1179.40;1.26;0.98 -5472;12;1714.80;9.50;1312.40;1.05;0.98 -5473;12;1662.00;9.50;85.60;-0.21;0.98 -5474;12;558.80;9.50;368.20;0.65;1.22 -5475;12;2.60;9.50;1038.60;-0.62;0.64 -5476;12;956.60;9.50;836.20;0.88;1.30 -5477;12;1339.20;9.50;774.40;-0.46;1.16 -5478;12;794.80;9.50;1495.60;1.31;0.98 -5479;12;2843.00;9.50;1280.00;-1.24;0.94 -5480;12;2373.20;9.50;1790.20;1.20;1.26 -5481;12;1749.60;9.50;1248.60;1.28;0.88 -5482;12;818.40;9.50;846.40;1.51;1.04 -5483;12;5435.00;9.50;52.20;0.00;1.18 -5484;12;5161.80;9.50;68.40;0.76;1.22 -5485;12;5432.60;9.50;238.20;0.41;1.22 -5486;12;5593.20;9.50;1627.40;-0.76;0.86 -5487;12;4827.20;9.50;483.00;0.19;1.02 -5488;12;5195.20;9.50;1512.80;4.67;0.92 -5489;12;4650.00;9.50;841.40;1.23;1.10 -5490;12;4112.20;9.50;139.20;1.04;1.02 -5491;12;4757.80;9.50;132.60;-1.24;1.00 -5492;12;3624.20;9.50;478.00;0.76;1.08 -5493;12;3233.40;9.50;57.20;-0.57;1.24 -5494;12;2811.60;9.50;288.40;-0.81;0.94 -5495;12;2562.60;9.50;467.60;-1.40;1.00 -5496;12;1921.20;9.50;11.80;1.64;0.72 -5497;12;2124.20;9.50;1064.20;-0.55;1.12 -5498;12;1862.00;9.50;1390.40;1.29;0.86 -5499;12;1612.60;9.50;77.60;-0.33;0.94 -5500;12;522.00;9.50;315.60;0.00;1.06 -5501;12;104.20;9.50;1064.20;1.41;0.96 -5502;12;967.00;9.50;895.00;0.92;0.88 -5503;12;1322.40;9.50;814.80;0.64;0.98 -5504;12;832.40;9.50;1440.00;-0.81;0.98 -5505;12;2852.40;9.50;1346.80;-0.85;1.00 -5506;12;2306.20;9.50;1648.60;-0.03;1.14 -5507;12;1815.60;9.50;1118.00;0.74;1.54 -5508;12;631.20;9.50;908.00;0.93;1.42 -5509;12;5227.00;9.50;109.40;-1.05;1.26 -5510;12;5008.00;9.50;54.60;0.69;1.02 -5511;12;5450.60;9.50;180.20;-1.21;1.16 -5512;12;5538.00;9.50;1662.40;-0.66;1.28 -5513;12;4874.40;9.50;464.00;0.26;1.06 -5514;12;5090.00;9.50;1710.60;1.42;0.44 -5515;12;4721.40;9.50;540.40;0.38;1.12 -5516;12;4150.80;9.50;106.40;0.89;1.10 -5517;12;4724.80;9.50;60.80;-1.21;0.62 -5518;12;3559.80;9.50;439.80;0.43;0.96 -5519;12;3267.40;9.50;22.40;0.65;1.06 -5520;12;2848.20;9.50;308.60;-1.38;0.80 -5521;12;2562.60;9.50;411.40;-1.09;1.02 -5522;12;1989.80;9.50;65.20;0.92;1.02 -5523;12;2161.20;9.50;1029.80;1.61;1.22 -5524;12;1826.80;9.50;1423.40;0.86;0.94 -5525;12;1586.00;9.50;64.00;0.78;1.24 -5526;12;498.00;9.50;329.00;1.37;1.26 -5527;12;165.40;9.50;1031.20;1.00;1.22 -5528;12;1010.20;9.50;874.80;-1.23;1.34 -5529;12;1244.00;9.50;810.40;-1.03;1.14 -5530;12;876.40;9.50;1397.20;0.52;1.22 -5531;12;2900.00;9.50;1269.80;0.62;0.88 -5532;12;2447.80;9.50;1493.20;0.92;1.04 -5533;12;1829.60;9.50;1089.40;-1.27;1.12 -5534;12;378.60;9.50;803.40;0.56;1.32 -5535;12;5349.40;9.50;215.80;-1.18;1.14 -5536;12;4919.20;9.50;99.80;0.93;1.10 -5537;12;5458.60;9.50;208.20;0.64;1.18 -5538;12;4917.60;9.50;478.80;1.34;0.86 -5539;12;4421.40;9.50;654.60;-0.54;0.92 -5540;12;4005.60;9.50;144.60;0.08;1.08 -5541;12;4832.80;9.50;81.00;0.50;1.00 -5542;12;3585.20;9.50;445.80;-0.85;0.98 -5543;12;3444.20;9.50;196.80;0.93;1.12 -5544;12;2876.40;9.50;264.00;1.57;0.80 -5545;12;2556.20;9.50;381.40;1.04;1.26 -5546;12;1962.00;9.50;16.40;0.53;1.08 -5547;12;2210.80;9.50;946.00;0.87;1.30 -5548;12;1768.20;9.50;1393.00;-1.38;0.86 -5549;12;1563.60;9.50;131.60;-1.23;1.14 -5550;12;466.00;9.50;188.40;-0.22;1.18 -5551;12;173.00;9.50;1070.20;0.76;1.32 -5552;12;795.00;9.50;976.00;0.38;1.00 -5553;12;1200.00;9.50;804.20;-1.27;1.22 -5554;12;935.00;9.50;1371.00;-1.40;1.28 -5555;12;2958.00;9.50;1379.60;1.19;0.86 -5556;12;2279.80;9.50;1355.60;1.17;0.84 -5557;12;1761.20;9.50;1086.00;-0.02;1.00 -5558;12;332.00;9.50;894.20;-0.16;1.18 -5559;12;5347.20;9.50;268.20;-1.17;1.08 -5560;12;4836.60;9.50;136.60;1.22;1.02 -5561;12;5628.40;9.50;54.80;0.21;0.88 -5562;12;5387.60;9.50;1391.80;-1.26;1.14 -5563;12;4976.60;9.50;483.60;4.62;1.30 -5564;12;4489.40;9.50;674.80;0.86;1.04 -5565;12;4034.20;9.50;134.40;-0.92;0.98 -5566;12;4704.80;9.50;12.00;1.57;0.52 -5567;12;3616.40;9.50;395.00;0.57;0.86 -5568;12;3485.80;9.50;180.60;1.20;1.04 -5569;12;2817.40;9.50;236.00;0.14;0.88 -5570;12;2557.40;9.50;434.60;0.78;0.98 -5571;12;2207.20;9.50;967.00;-1.33;1.04 -5572;12;1744.80;9.50;1368.00;0.41;0.90 -5573;12;1528.00;9.50;94.00;-0.32;1.32 -5574;12;505.60;9.50;215.20;-0.82;0.96 -5575;12;180.20;9.50;1043.20;-1.09;0.98 -5576;12;843.20;9.50;916.80;0.69;1.20 -5577;12;1270.20;9.50;772.80;-0.83;1.16 -5578;12;991.60;9.50;1313.40;0.65;1.50 -5579;12;2929.80;9.50;1347.60;-1.14;0.84 -5580;12;2237.40;9.50;1245.20;1.05;1.42 -5581;12;1740.00;9.50;1178.40;0.49;1.44 -5582;12;322.20;9.50;993.00;1.15;1.34 -5583;12;5224.80;9.50;372.40;0.92;1.14 -5584;12;4643.80;9.50;153.40;1.02;1.00 -5585;12;5589.20;9.50;143.40;-1.13;0.94 -5586;12;5208.40;9.50;1366.40;1.16;1.20 -5587;12;5124.40;9.50;456.60;0.94;1.26 -5588;12;5006.20;9.50;1653.40;-0.26;1.10 -5589;12;4470.00;9.50;635.40;-0.22;0.86 -5590;12;4064.60;9.50;77.20;0.51;0.90 -5591;12;4797.80;9.50;43.00;0.29;0.90 -5592;12;3663.40;9.50;390.80;0.75;0.92 -5593;12;3468.60;9.50;126.80;0.53;1.08 -5594;12;2849.40;9.50;215.00;-1.28;0.96 -5595;12;2721.20;9.50;166.40;0.72;0.98 -5596;12;1893.60;9.50;17.80;1.34;0.86 -5597;12;2205.60;9.50;1025.20;-1.51;0.92 -5598;12;1727.80;9.50;1353.60;1.27;0.84 -5599;12;1520.00;9.50;150.40;0.63;1.26 -5600;12;564.40;9.50;264.60;1.38;0.86 -5601;12;265.20;9.50;1037.00;-0.04;1.14 -5602;12;850.60;9.50;1004.40;0.49;1.02 -5603;12;1334.00;9.50;740.20;1.00;1.18 -5604;12;1034.60;9.50;1266.20;0.57;1.40 -5605;12;2963.00;9.50;1272.60;0.27;0.86 -5606;12;2332.40;9.50;1085.60;-1.32;1.18 -5607;12;1739.00;9.50;1128.00;1.42;1.54 -5608;12;39.40;9.50;899.20;-1.30;1.12 -5609;12;5413.00;9.50;341.60;-0.41;1.08 -5610;12;4582.80;9.50;195.80;0.36;1.12 -5611;12;5601.60;9.50;183.20;-0.18;1.20 -5612;12;5225.40;9.50;1421.00;1.06;1.04 -5613;12;5051.20;9.50;433.20;0.40;0.98 -5614;12;5099.80;9.50;1427.80;-0.95;1.26 -5615;12;4462.60;9.50;623.40;1.26;0.82 -5616;12;4107.40;9.50;87.00;0.73;1.14 -5617;12;4810.80;9.50;19.00;1.57;0.82 -5618;12;3654.00;9.50;484.00;0.64;0.82 -5619;12;3413.00;9.50;151.80;0.20;1.12 -5620;12;2808.20;9.50;196.00;-1.12;1.10 -5621;12;2780.40;9.50;212.80;0.49;1.06 -5622;12;1859.60;9.50;21.80;1.61;0.92 -5623;12;2198.40;9.50;997.60;0.49;0.92 -5624;12;1642.80;9.50;1369.60;0.25;0.72 -5625;12;1557.40;9.50;211.40;1.09;1.20 -5626;12;491.20;9.50;280.20;1.36;1.10 -5627;12;297.40;9.50;1064.20;-1.10;1.08 -5628;12;823.60;9.50;1056.40;-0.68;1.06 -5629;12;1265.40;9.50;701.00;-1.26;1.04 -5630;12;1075.00;9.50;1286.40;-0.28;1.26 -5631;12;2991.40;9.50;1199.40;-0.11;0.88 -5632;12;2376.60;9.50;882.80;0.73;1.18 -5633;12;1622.80;9.50;1109.00;0.56;1.58 -5634;12;189.00;9.50;888.60;0.50;0.96 -5635;12;5541.60;9.50;230.20;1.16;1.16 -5636;12;4615.60;9.50;388.20;-1.31;0.98 -5637;12;5531.80;9.50;124.40;0.40;1.68 -5638;12;5296.80;9.50;1008.20;0.65;1.28 -5639;12;5067.00;9.50;382.80;-0.20;0.94 -5640;12;5142.20;9.50;1379.20;0.85;1.26 -5641;12;4482.00;9.50;618.20;4.55;1.20 -5642;12;4065.20;9.50;44.40;-1.05;1.16 -5643;12;4755.20;9.50;23.40;0.23;0.72 -5644;12;3700.60;9.50;491.00;0.84;0.84 -5645;12;3176.40;9.50;27.20;-1.38;0.78 -5646;12;2832.20;9.50;87.20;-1.01;0.90 -5647;12;2771.40;9.50;263.40;-0.09;1.06 -5648;12;2069.00;9.50;1039.20;0.54;1.20 -5649;12;1633.80;9.50;1290.80;-0.78;0.84 -5650;12;1597.00;9.50;259.40;-1.12;1.36 -5651;12;439.80;9.50;103.60;-0.17;1.42 -5652;12;381.60;9.50;1102.00;0.97;1.18 -5653;12;703.20;9.50;1025.40;-0.99;0.92 -5654;12;1247.20;9.50;683.20;0.85;0.98 -5655;12;1121.00;9.50;1187.00;0.95;1.26 -5656;12;2960.60;9.50;1320.40;-0.80;1.00 -5657;12;2388.80;9.50;808.60;-0.37;1.06 -5658;12;1667.00;9.50;1172.60;1.31;0.58 -5659;12;279.40;9.50;778.40;1.02;1.16 -5660;12;5362.80;9.50;392.40;-1.27;0.90 -5661;12;4545.40;9.50;388.40;-0.30;0.94 -5662;12;5557.60;9.50;258.20;-1.21;1.16 -5663;12;5292.80;9.50;1081.80;-1.40;1.24 -5664;12;4994.80;9.50;1181.80;0.55;1.34 -5665;12;5305.40;9.50;1472.80;-1.44;0.98 -5666;12;4560.40;9.50;544.40;-0.06;1.00 -5667;12;4136.60;9.50;55.80;0.35;0.96 -5668;12;4768.20;9.50;9.00;1.57;0.40 -5669;12;3745.00;9.50;489.80;0.82;0.82 -5670;12;3390.40;9.50;111.20;0.68;1.00 -5671;12;2839.40;9.50;125.40;0.28;1.04 -5672;12;2715.20;9.50;217.80;-0.43;0.80 -5673;12;2064.80;9.50;1111.60;0.96;1.10 -5674;12;1639.20;9.50;1248.80;-0.58;0.92 -5675;12;1556.80;9.50;243.40;-0.38;1.32 -5676;12;459.20;9.50;156.60;0.66;1.10 -5677;12;231.80;9.50;1080.60;0.74;1.16 -5678;12;760.80;9.50;1022.00;-0.85;0.94 -5679;12;1262.60;9.50;729.80;0.61;1.24 -5680;12;1128.40;9.50;1204.40;-0.95;0.82 -5681;12;3043.20;9.50;1274.60;-0.32;0.80 -5682;12;2322.40;9.50;754.20;0.29;1.22 -5683;12;1587.20;9.50;1068.20;0.28;1.16 -5684;12;485.20;9.50;569.00;-0.41;1.06 -5685;12;5578.80;9.50;412.40;-1.33;1.38 -5686;12;4458.60;9.50;457.20;1.10;1.00 -5687;12;3430.60;9.50;1849.20;0.80;0.84 -5688;12;5575.00;9.50;290.80;0.69;1.32 -5689;12;5354.80;9.50;1042.40;0.92;1.24 -5690;12;5039.00;9.50;1171.80;0.66;1.18 -5691;12;5256.80;9.50;1445.20;-0.58;1.10 -5692;12;4313.80;9.50;885.60;0.70;1.00 -5693;12;4113.80;9.50;22.80;1.84;1.00 -5694;12;4841.40;9.50;161.60;-1.43;0.64 -5695;12;3664.20;9.50;453.80;-1.05;0.94 -5696;12;3461.00;9.50;113.60;1.21;0.98 -5697;12;2776.40;9.50;154.20;-0.43;0.98 -5698;12;2676.00;9.50;227.00;-0.64;0.92 -5699;12;2012.60;9.50;1179.80;-1.39;0.98 -5700;12;1628.60;9.50;1209.40;0.41;1.08 -5701;12;1575.00;9.50;342.60;0.99;1.40 -5702;12;425.60;9.50;186.20;1.18;1.12 -5703;12;178.00;9.50;1124.20;0.85;1.18 -5704;12;759.80;9.50;1085.60;4.64;0.92 -5705;12;1183.40;9.50;674.80;0.60;1.18 -5706;12;1165.40;9.50;1157.00;0.71;0.94 -5707;12;3080.80;9.50;1237.20;0.55;1.36 -5708;12;2407.60;9.50;613.80;0.73;1.06 -5709;12;1507.60;9.50;1047.20;-0.59;1.54 -5710;12;577.40;9.50;581.00;4.71;1.14 -5711;12;5566.40;9.50;198.00;-0.59;1.46 -5712;12;4537.00;9.50;205.40;0.42;1.04 -5713;12;3452.80;9.50;1913.40;-0.41;1.44 -5714;12;5595.80;9.50;320.00;-1.08;0.96 -5715;12;5380.20;9.50;1073.40;-0.99;1.04 -5716;12;5009.60;9.50;1225.40;-0.93;1.02 -5717;12;5239.20;9.50;1482.20;-0.89;1.28 -5718;12;4311.20;9.50;857.60;-1.38;0.94 -5719;12;4169.00;9.50;12.20;1.08;1.22 -5720;12;4914.20;9.50;144.60;1.17;0.74 -5721;12;3704.40;9.50;450.20;-0.68;0.98 -5722;12;3443.80;9.50;73.40;-0.86;0.92 -5723;12;2774.60;9.50;123.80;1.18;1.24 -5724;12;2741.00;9.50;284.20;1.27;0.82 -5725;12;2017.80;9.50;1094.80;0.71;1.30 -5726;12;1891.20;9.50;1468.40;1.33;1.10 -5727;12;1522.40;9.50;267.00;-0.15;1.24 -5728;12;438.60;9.50;227.20;1.03;1.20 -5729;12;188.80;9.50;1147.20;-1.20;1.34 -5730;12;829.20;9.50;1109.00;0.87;1.16 -5731;12;1105.60;9.50;670.40;-0.58;1.26 -5732;12;1158.40;9.50;1084.80;-1.09;1.14 -5733;12;3061.00;9.50;1172.80;0.42;1.16 -5734;12;2527.20;9.50;690.60;1.46;0.74 -5735;12;1553.40;9.50;1189.60;1.05;1.46 -5737;12;627.20;9.50;595.00;-0.91;1.52 -5738;12;3887.80;9.50;20.40;1.34;1.18 -5739;12;4608.40;9.50;87.20;1.39;0.90 -5740;12;3545.40;9.50;1928.00;0.17;2.04 -5741;12;5398.00;9.50;292.60;-1.03;1.22 -5742;12;5431.00;9.50;1107.20;-0.87;1.22 -5743;12;5078.40;9.50;1191.20;0.55;1.16 -5744;12;5300.60;9.50;1501.00;-1.19;0.90 -5745;12;4326.20;9.50;794.40;-0.04;0.74 -5746;12;4879.40;9.50;120.00;1.06;1.04 -5747;12;3713.00;9.50;426.00;4.71;0.98 -5748;12;3449.40;9.50;41.80;1.39;1.16 -5749;12;2782.20;9.50;96.00;-0.81;1.06 -5750;12;2700.60;9.50;294.80;1.39;0.96 -5751;12;1953.60;9.50;1176.20;1.24;1.28 -5752;12;1891.60;9.50;1498.40;0.70;1.16 -5753;12;1625.40;9.50;381.40;1.22;1.30 -5754;12;378.00;9.50;218.60;1.03;1.00 -5755;12;241.80;9.50;1106.80;-1.43;1.22 -5756;12;639.00;9.50;1093.60;-1.47;0.78 -5757;12;1089.20;9.50;739.60;-1.20;1.22 -5758;12;1194.00;9.50;1036.40;0.73;0.90 -5759;12;3107.40;9.50;1203.40;1.27;0.90 -5760;12;2648.00;9.50;674.60;1.31;0.78 -5761;12;1543.80;9.50;1147.60;-1.41;1.02 -5762;12;812.80;9.50;770.80;0.03;1.28 -5763;12;5345.20;9.50;545.60;4.63;0.88 -5764;12;4641.20;9.50;38.00;-1.38;0.82 -5765;12;3323.80;9.50;1976.60;-0.17;1.10 -5766;12;5488.40;9.50;316.20;0.92;0.98 -5767;12;5420.20;9.50;1206.20;-1.23;1.38 -5768;12;5099.40;9.50;1245.40;0.65;1.12 -5769;12;5360.20;9.50;1550.40;0.48;1.02 -5770;12;4275.20;9.50;830.40;-0.53;1.04 -5771;12;4971.80;9.50;104.20;0.89;1.08 -5772;12;3763.20;9.50;370.60;0.81;1.04 -5773;12;3459.40;9.50;11.00;1.57;0.64 -5774;12;2829.20;9.50;39.80;0.67;1.10 -5775;12;2743.00;9.50;314.60;0.49;1.00 -5776;12;1811.40;9.50;5.60;1.34;0.46 -5777;12;1924.00;9.50;1259.00;0.00;1.34 -5778;12;1835.20;9.50;1506.60;0.70;1.20 -5779;12;1631.00;9.50;427.60;1.03;1.26 -5780;12;308.60;9.50;173.00;-1.08;0.94 -5781;12;297.00;9.50;1124.20;-1.33;1.08 -5782;12;4508.80;10.90;1968.80;1.57;0.72 -5783;12;601.00;9.50;1133.60;-1.47;0.98 -5784;12;1041.20;9.50;722.80;-1.23;1.24 -5785;12;1257.40;9.50;1106.80;1.02;1.26 -5786;12;3024.60;9.50;1402.20;0.82;0.82 -5787;12;2472.20;9.50;550.40;0.32;0.92 -5788;12;1542.00;9.50;1125.40;0.97;1.22 -5789;12;1047.00;9.50;757.00;0.16;1.38 -5790;12;5348.40;9.50;448.40;-0.09;1.14 -5791;12;4741.20;9.50;9.80;1.36;0.70 -5792;12;3074.60;9.50;1965.40;-0.06;1.98 -5793;12;5329.80;9.50;313.40;-0.95;0.88 -5794;12;5425.60;9.50;1136.40;0.65;1.52 -5795;12;5168.60;9.50;1258.80;1.18;0.98 -5796;12;5422.20;9.50;1557.60;0.66;0.90 -5797;12;4282.00;9.50;795.40;-1.13;0.76 -5798;12;4957.80;9.50;63.80;0.70;1.12 -5799;12;3756.00;9.50;435.80;-1.03;1.02 -5800;12;2843.00;9.50;62.40;-1.49;0.86 -5801;12;2703.00;9.50;340.60;1.26;1.08 -5802;12;1823.20;9.50;56.00;-0.69;1.32 -5803;12;1953.80;9.50;1270.40;-1.28;1.24 -5804;12;1765.40;9.50;1459.80;0.88;1.02 -5805;12;1520.40;9.50;357.20;0.41;1.66 -5806;12;303.60;9.50;193.20;1.38;1.20 -5807;12;264.80;9.50;1143.60;-0.37;1.02 -5808;12;22.40;9.50;1999.80;1.64;0.60 -5809;12;697.60;9.50;1113.40;0.41;0.96 -5810;12;991.20;9.50;676.60;-0.84;1.20 -5811;12;692.20;9.50;1046.80;1.21;1.00 -5812;12;3046.40;9.50;1375.80;0.96;0.78 -5813;12;2557.40;9.50;596.60;-0.40;1.12 -5814;12;1429.20;9.50;1128.20;-0.87;1.14 -5815;12;1139.00;9.50;826.00;1.03;1.12 -5816;12;5249.00;9.50;423.20;0.76;1.38 -5817;12;4925.40;9.50;26.60;0.16;0.86 -5818;12;2994.20;9.50;2007.60;-0.60;1.14 -5819;12;5390.80;9.50;364.00;1.57;0.94 -5820;12;5523.40;9.50;1093.40;1.16;0.90 -5821;12;5123.00;9.50;1285.00;0.89;1.08 -5822;12;5418.40;9.50;1519.60;-0.98;1.00 -5823;12;4274.00;9.50;898.20;0.62;0.86 -5824;12;4980.00;9.50;22.40;0.42;0.98 -5825;12;3788.60;9.50;461.40;0.78;0.94 -5826;12;2871.00;9.50;13.60;0.85;0.98 -5827;12;2695.00;9.50;382.60;0.82;1.04 -5828;12;1831.80;9.50;112.00;0.81;1.60 -5829;12;2105.80;9.50;1138.80;1.41;0.86 -5830;12;1907.60;9.50;1939.40;-0.70;1.32 -5831;12;1582.00;9.50;490.80;-1.45;1.00 -5832;12;313.40;9.50;237.60;1.36;1.06 -5833;12;358.40;9.50;1165.60;1.46;1.04 -5834;12;20.60;9.50;2019.60;0.74;0.58 -5835;12;720.00;9.50;1131.60;4.64;0.96 -5836;12;999.00;9.50;625.20;-1.00;1.10 -5837;12;602.60;9.50;1039.40;-1.27;1.16 -5838;12;3096.60;9.50;1336.20;0.70;1.24 -5839;12;2132.40;9.50;283.80;4.67;0.96 -5840;12;1443.40;9.50;1189.80;-1.00;0.96 -5841;12;1247.00;9.50;869.40;-1.29;1.24 -5842;12;5207.00;9.50;512.40;0.86;1.40 -5843;12;4962.40;9.50;9.00;1.35;0.68 -5844;12;4999.60;9.50;9.40;1.74;0.38 -5845;12;2985.20;9.50;1971.00;0.90;1.22 -5846;12;5249.00;9.50;320.40;-1.05;1.28 -5847;12;5583.20;9.50;1158.80;0.20;1.56 -5848;12;5201.80;9.50;1301.40;1.05;1.30 -5849;12;5287.00;9.50;1562.60;-1.42;1.08 -5850;12;4255.20;9.50;941.00;0.42;0.98 -5851;12;3788.20;9.50;377.00;-0.41;1.24 -5852;12;2828.20;9.50;14.80;1.61;0.74 -5853;12;2710.80;9.50;365.00;-1.01;0.84 -5854;12;1864.00;9.50;58.80;4.66;0.66 -5855;12;2111.00;9.50;1038.20;1.06;1.02 -5856;12;1996.00;9.50;1840.00;0.39;1.32 -5857;12;1522.60;9.50;476.60;-0.90;1.24 -5858;12;213.40;9.50;183.00;-0.08;1.08 -5859;12;311.20;9.50;1210.80;4.67;0.90 -5860;12;81.00;9.50;1991.40;1.37;0.86 -5861;12;806.80;9.50;1154.40;0.33;1.08 -5862;12;1016.00;9.50;570.80;-0.25;0.90 -5863;12;2596.40;9.50;1365.00;-0.13;1.08 -5864;12;3115.40;9.50;1307.20;1.19;0.60 -5865;12;2856.00;9.50;606.60;0.69;0.88 -5866;12;1460.40;9.50;1234.00;-0.27;1.20 -5867;12;1222.60;9.50;750.20;1.52;1.10 -5868;12;5313.60;9.50;496.80;0.96;1.34 -5869;12;2976.60;9.50;1876.80;-0.77;1.96 -5870;12;5301.60;9.50;354.80;-0.88;1.32 -5871;12;5218.40;9.50;1334.20;-0.91;1.24 -5872;12;5311.20;9.50;1523.20;0.68;1.04 -5873;12;4205.00;9.50;961.40;-0.50;0.98 -5874;12;3876.00;9.50;736.60;-0.85;0.62 -5875;12;3658.00;9.50;526.40;0.74;1.24 -5876;12;3411.80;9.50;14.00;1.99;0.66 -5877;12;2781.20;9.50;14.00;1.57;0.60 -5878;12;2715.40;9.50;456.40;-1.26;1.04 -5879;12;1858.60;9.50;150.80;-1.26;1.28 -5880;12;2129.00;9.50;1168.80;0.28;0.98 -5881;12;1935.20;9.50;2013.80;1.21;1.06 -5882;12;738.40;9.50;191.40;-0.25;1.16 -5883;12;1489.80;9.50;426.40;-0.12;1.08 -5884;12;161.20;9.50;175.60;0.70;1.40 -5885;12;247.20;9.50;1185.60;0.70;1.18 -5886;12;96.40;9.50;1958.20;1.19;0.68 -5887;12;690.80;9.50;1160.40;0.26;0.96 -5888;12;1054.20;9.50;587.40;-1.51;0.98 -5889;12;2529.40;9.50;1432.20;0.70;1.14 -5890;12;3085.20;9.50;1278.00;-1.26;0.98 -5891;12;2897.80;9.50;527.20;-1.16;0.82 -5892;12;1385.80;9.50;1221.20;-0.98;0.94 -5893;12;1037.20;9.50;683.20;-1.53;0.96 -5894;12;5399.80;9.50;651.00;-1.40;1.24 -5895;12;2972.60;9.50;1909.80;1.00;1.48 -5896;12;5293.00;9.50;407.20;-1.33;0.98 -5897;12;5547.20;9.50;1111.40;-1.07;1.32 -5898;12;5272.80;9.50;1356.60;-1.14;1.36 -5899;12;5281.40;9.50;1598.80;4.57;0.56 -5900;12;4239.40;9.50;911.60;0.94;0.76 -5901;12;3666.40;9.50;568.60;0.90;1.02 -5902;12;2700.40;9.50;436.40;0.93;0.88 -5903;12;1971.60;9.50;106.40;0.61;0.88 -5904;12;2009.80;9.50;1237.20;-1.52;1.16 -5905;12;1842.20;9.50;1970.80;-1.28;0.94 -5906;12;1546.40;9.50;595.40;1.48;1.28 -5907;12;199.80;9.50;128.60;0.21;1.30 -5908;12;258.20;9.50;1208.80;-1.41;1.10 -5909;12;152.00;9.50;1861.00;1.15;1.04 -5910;12;712.80;9.50;1204.40;0.86;0.98 -5911;12;1065.20;9.50;616.60;-0.37;1.10 -5912;12;2405.60;9.50;1515.20;1.30;1.06 -5913;12;3144.00;9.50;1259.60;0.57;1.06 -5914;12;2882.80;9.50;384.00;0.41;1.16 -5915;12;1324.40;9.50;1173.20;-0.26;1.26 -5916;12;1133.60;9.50;614.60;0.48;1.36 -5917;12;5387.00;9.50;583.60;1.09;1.18 -5919;12;5285.60;9.50;382.00;0.83;1.12 -5920;12;5610.20;9.50;1127.40;4.44;0.64 -5921;12;5268.60;9.50;1385.00;0.63;1.14 -5922;12;5043.20;9.50;1360.80;-1.08;1.04 -5923;12;4236.80;9.50;869.40;1.15;0.74 -5924;12;3684.20;9.50;581.00;-0.38;0.70 -5925;12;2676.80;9.50;471.40;0.33;0.88 -5926;12;1863.60;9.50;198.60;-1.44;1.10 -5927;12;2097.60;9.50;1223.60;0.76;1.28 -5928;12;1925.20;9.50;1828.80;0.83;2.32 -5929;12;2830.40;9.50;1545.40;-0.52;0.52 -5930;12;1559.40;9.50;410.40;0.58;1.38 -5931;12;292.40;9.50;87.80;1.04;1.12 -5932;12;197.00;9.50;1229.60;0.71;1.12 -5933;12;109.40;9.50;1912.80;1.17;1.08 -5934;12;766.40;9.50;1168.00;1.22;0.96 -5935;12;1169.40;9.50;720.60;0.43;1.28 -5936;12;3574.00;9.50;34.00;1.37;1.04 -5937;12;3105.80;9.50;1226.60;-0.97;1.00 -5938;12;2913.20;9.50;198.40;0.23;1.08 -5939;12;1621.20;9.50;1329.40;0.71;0.80 -5940;12;1191.40;9.50;591.00;-1.41;1.10 -5941;12;5488.00;9.50;693.80;-0.62;0.86 -5942;12;2893.80;9.53;1784.20;-0.37;1.34 -5943;12;5207.20;9.50;343.80;-1.20;1.12 -5944;12;5595.80;9.50;1060.60;-0.81;0.84 -5945;12;5280.20;9.50;1414.40;-1.20;1.36 -5946;12;5022.00;9.50;1323.20;0.00;1.06 -5947;12;4233.60;9.50;826.80;1.08;0.68 -5948;12;3706.80;9.50;548.00;1.57;1.12 -5949;12;2732.60;9.50;14.20;1.54;0.62 -5950;12;2690.40;9.50;530.80;1.35;1.06 -5951;12;1943.40;9.50;253.60;0.66;1.52 -5952;12;2099.40;9.50;1180.40;1.32;1.24 -5953;12;1829.00;9.50;1947.80;0.66;1.02 -5954;12;1467.60;9.50;551.40;-0.58;1.22 -5955;12;210.40;9.50;49.20;0.27;1.16 -5956;12;200.20;9.50;1274.80;1.06;0.74 -5957;12;154.80;9.50;1937.40;1.50;0.88 -5958;12;382.00;9.50;1143.80;-0.28;1.28 -5959;12;1174.60;9.50;626.60;-0.33;1.20 -5960;12;4397.00;9.50;671.80;0.71;1.48 -5961;12;3197.00;9.50;1184.20;0.62;0.94 -5962;12;2949.60;9.50;163.60;-0.37;0.94 -5963;12;1360.40;9.50;1327.20;0.18;0.80 -5964;12;1395.40;9.50;715.80;-1.29;1.24 -5965;12;5540.60;9.50;801.20;-1.11;1.08 -5966;12;2928.40;9.50;1863.60;0.94;1.02 -5967;12;5148.60;9.50;299.60;0.48;0.90 -5968;12;5595.00;9.50;1017.80;-1.14;0.86 -5969;12;5337.80;9.50;1358.20;-0.49;1.38 -5970;12;5036.80;9.50;1287.00;1.87;0.82 -5971;12;4187.40;9.50;822.60;-0.08;0.80 -5972;12;3834.40;9.50;442.00;4.71;0.98 -5973;12;2759.40;9.50;75.00;0.87;1.04 -5974;12;2757.60;9.50;487.60;0.63;0.76 -5975;12;1966.00;9.50;290.80;-0.80;1.30 -5976;12;2058.00;9.50;1269.20;0.87;1.14 -5977;12;1803.00;9.50;1982.60;0.50;0.94 -5978;12;1453.40;9.50;521.40;0.68;1.28 -5979;12;260.80;9.50;14.60;1.48;0.82 -5980;12;254.60;9.50;1239.00;0.83;1.06 -5981;12;219.60;9.50;1910.60;1.16;1.12 -5982;12;378.60;9.50;1051.60;0.76;0.98 -5983;12;1165.80;9.50;569.80;0.36;1.24 -5984;12;4356.00;9.50;723.60;0.50;1.08 -5985;12;3237.60;9.50;1165.60;0.49;0.62 -5986;12;1358.20;9.50;1229.40;0.27;1.34 -5987;12;1257.00;9.50;514.00;0.54;1.24 -5988;12;5442.80;9.50;876.40;-1.42;1.22 -5989;12;2858.60;9.50;1693.00;-0.67;0.74 -5990;12;5152.60;9.50;336.40;-0.93;1.12 -5991;12;5559.00;9.50;1001.80;0.25;0.78 -5992;12;5381.20;9.50;1468.80;-0.58;1.22 -5993;12;5066.80;9.50;1276.80;0.52;0.92 -5994;12;4137.40;9.50;809.20;-0.26;1.02 -5995;12;3909.20;9.50;431.60;0.81;0.96 -5996;12;2737.60;9.50;45.20;1.35;1.02 -5997;12;2742.00;9.50;533.60;0.50;0.94 -5998;12;2026.00;9.50;255.00;0.98;1.10 -5999;12;2012.80;9.50;1312.60;0.84;1.24 -6000;12;1753.00;9.50;1999.00;1.32;0.82 -6001;12;1411.60;9.50;549.40;1.26;0.98 -6002;12;277.60;9.50;54.20;1.38;1.14 -6003;12;306.00;9.50;1238.60;0.49;1.02 -6004;12;174.80;9.50;1874.00;0.80;1.10 -6005;12;172.60;9.50;978.80;-0.77;1.36 -6006;12;1259.20;9.50;623.40;0.90;1.20 -6007;12;4323.20;9.50;766.40;-1.00;0.84 -6011;12;3267.60;9.50;1162.00;-0.38;0.78 -6014;12;1436.00;9.50;1268.40;1.29;0.90 -6018;12;1065.00;9.50;459.40;4.59;1.08 -6019;12;5570.80;9.50;963.40;0.75;0.88 -6026;12;2857.00;9.50;1803.80;-1.31;0.82 -6030;12;5114.00;9.50;342.80;0.69;1.00 -6031;12;5562.60;9.50;1073.00;0.13;0.68 -6032;12;5425.60;9.50;1492.00;-1.22;1.18 -6036;12;5133.20;9.50;1307.00;-0.80;1.38 -6037;12;4168.60;9.50;859.00;0.70;0.92 -6043;12;3915.00;9.50;375.60;0.99;0.90 -6044;12;2724.60;9.50;112.80;0.53;1.20 -6048;12;2757.40;9.50;555.60;-1.13;0.82 -6049;12;2653.60;9.50;1990.80;1.29;1.28 -6053;12;2104.20;9.50;1283.80;0.67;1.22 -6054;12;1796.40;9.61;2022.80;-1.09;0.64 -6058;12;1399.40;9.50;429.40;0.38;1.28 -6059;12;168.60;9.50;94.00;0.93;1.32 -6060;12;326.40;9.50;1288.80;0.86;1.02 -6064;12;253.80;9.50;1824.00;1.11;1.12 -6065;12;190.00;9.50;949.80;-1.22;1.12 -6068;12;1216.60;9.50;547.40;1.26;1.02 -6069;12;4822.60;9.50;43.20;-0.96;0.86 -6219;12;3325.00;9.50;1179.40;-0.96;0.70 -6223;12;1428.20;9.50;1326.80;-0.52;1.38 -6227;12;867.60;9.50;634.00;-0.57;1.10 -6228;12;5588.00;9.50;1040.60;1.16;0.80 -6234;12;2858.20;9.50;1724.20;-0.03;0.66 -6238;12;5196.80;9.50;398.40;0.92;1.02 -6239;12;5499.40;9.50;1045.00;-1.03;1.10 -6240;12;5479.00;9.50;1574.20;1.52;1.10 -6244;12;4205.20;9.50;927.20;1.26;1.00 -6250;12;3874.20;9.50;396.20;1.52;1.00 -6251;12;2658.60;9.50;86.20;0.07;1.22 -6255;12;2722.20;9.50;581.20;-1.08;0.98 -6256;12;2076.60;9.50;384.00;1.38;1.06 -6260;12;1906.00;9.50;1349.80;0.80;1.28 -6261;12;1781.60;9.50;2015.40;0.78;0.78 -6265;12;1467.00;9.50;418.60;0.73;1.40 -6266;12;193.20;9.50;20.60;1.30;1.26 -6267;12;370.00;9.50;1241.80;0.81;1.02 -6271;12;169.40;9.50;1814.00;0.84;1.10 -6272;12;228.00;9.50;910.60;-0.94;1.32 -6276;12;1155.80;9.50;500.80;-0.93;0.98 -6277;12;4862.80;9.50;18.80;1.60;0.82 -6419;12;3360.40;9.50;1225.40;0.80;0.92 -6422;12;1498.20;9.50;1281.80;-0.24;1.08 -6425;12;906.80;9.50;559.00;0.80;1.28 -6426;12;1292.80;9.50;614.00;-0.19;1.02 -6427;12;5496.80;9.50;1016.20;1.01;1.22 -6433;12;4375.20;9.50;88.80;0.44;0.82 -6434;12;2831.60;9.50;1766.40;-0.21;0.84 -6437;12;5127.00;9.50;424.40;-0.97;1.26 -6438;12;5449.20;9.50;1068.80;-1.23;0.96 -6439;12;5483.20;9.50;1521.40;-1.20;0.94 -6442;12;4972.00;9.50;1429.00;0.00;1.08 -6443;12;4186.80;9.50;964.60;0.54;0.84 -6447;12;4305.00;9.50;7.40;1.12;0.82 -6448;12;4323.20;9.50;290.40;0.56;1.00 -6452;12;3824.40;9.50;333.00;-0.08;1.14 -6453;12;2697.80;9.50;68.80;0.24;0.86 -6456;12;2691.20;9.50;565.00;-0.29;0.94 -6457;12;2327.00;9.50;400.00;0.27;1.38 -6461;12;1891.60;9.50;1226.40;0.63;1.20 -6465;12;1442.80;9.50;375.80;0.94;1.30 -6466;12;87.60;9.50;57.80;-1.30;1.50 -6467;12;430.20;9.50;1212.80;1.34;0.96 -6471;12;132.40;9.50;1785.40;-0.95;1.28 -6472;12;277.00;9.50;947.20;-0.89;0.94 -6475;12;1148.00;9.50;527.00;0.46;1.02 -6476;12;4858.00;9.50;69.80;-0.82;1.04 -6608;12;3295.20;9.50;1224.00;0.19;0.96 -6612;12;1507.40;9.50;1330.60;1.13;0.94 -6616;12;1003.00;9.50;532.00;0.58;1.06 -6617;12;5289.60;9.50;944.20;1.30;1.34 -6623;12;4465.60;9.50;158.80;0.88;1.14 -6624;12;2867.60;9.50;1648.60;-0.62;0.80 -6627;12;5174.80;9.50;457.20;-0.87;1.26 -6628;12;5407.80;9.50;1044.40;-1.00;1.10 -6629;12;5440.20;9.50;1402.00;4.52;0.98 -6632;12;4927.20;9.50;1374.20;0.68;1.22 -6633;12;4158.60;9.50;922.00;0.22;1.14 -6636;12;4210.20;9.50;11.60;1.67;0.50 -6637;12;4363.40;9.50;253.40;0.93;1.04 -6640;12;3759.20;9.50;333.20;-1.29;0.94 -6641;12;2679.80;9.50;34.40;0.86;1.10 -6645;12;2713.00;9.50;608.60;0.49;1.04 -6646;12;2411.60;9.50;447.80;0.46;1.06 -6649;12;1891.40;9.50;1204.80;1.21;1.22 -6653;12;1356.80;9.50;514.60;0.72;1.24 -6654;12;131.00;9.50;17.40;1.65;0.74 -6655;12;503.40;9.50;1200.00;1.42;1.02 -6659;12;111.20;9.50;1721.60;-1.45;1.06 -6660;12;237.80;9.50;973.80;-0.52;1.12 -6663;12;1240.60;9.50;484.80;1.29;1.26 -6664;12;4908.20;9.50;54.00;0.95;0.92 -6801;12;3196.40;9.50;1242.60;0.51;1.02 -6802;12;2933.20;9.50;59.80;1.04;0.96 -6805;12;1495.80;9.50;1254.00;-1.42;1.04 -6809;12;949.40;9.50;509.20;1.05;1.20 -6810;12;5343.60;9.50;748.20;1.53;1.48 -6815;12;4332.80;9.50;166.20;0.27;0.98 -6816;12;2913.40;9.50;1627.40;-0.78;0.62 -6819;12;5285.80;9.50;465.40;0.46;0.74 -6820;12;5340.60;9.50;979.40;1.07;1.24 -6821;12;5503.00;9.50;1396.60;-1.37;0.82 -6824;12;4982.00;9.50;1335.80;0.97;1.12 -6825;12;4145.20;9.50;905.20;0.87;1.08 -6829;12;4254.00;9.50;6.80;1.22;0.70 -6830;12;4413.40;9.50;276.20;-1.51;1.00 -6834;12;3786.00;9.50;269.60;0.83;1.12 -6835;12;2630.80;9.50;55.00;1.38;1.16 -6839;12;2668.40;9.50;565.40;0.44;0.98 -6840;12;2334.00;9.50;460.00;-0.64;1.02 -6844;12;1818.40;9.50;1205.80;0.91;1.38 -6847;12;1317.40;9.50;569.00;-1.21;1.02 -6848;12;63.60;9.50;18.00;1.43;0.94 -6849;12;567.40;9.50;1183.80;1.30;1.36 -6853;12;168.80;9.50;1658.80;0.82;1.04 -6854;12;451.60;9.50;1113.20;1.03;1.18 -6858;12;1238.00;9.50;426.80;0.81;1.12 -6859;12;4915.60;9.50;8.20;1.10;1.06 -7002;12;3263.80;9.50;1222.00;0.81;1.02 -7006;12;1595.20;9.50;1241.80;1.12;0.80 -7009;12;797.40;9.50;598.80;0.75;1.10 -7010;12;5198.60;9.50;571.60;0.58;1.58 -7017;12;4391.60;9.50;329.20;1.30;0.98 -7018;12;2909.00;9.50;1642.60;0.89;0.62 -7022;12;5301.00;9.50;433.40;0.53;0.80 -7023;12;5351.60;9.50;1011.60;-0.99;1.22 -7024;12;5401.00;9.50;1440.40;-1.24;1.60 -7028;12;4866.60;9.50;1330.20;-0.11;1.22 -7029;12;4075.40;9.50;877.80;-0.46;1.20 -7031;12;4189.60;9.50;26.40;0.25;1.02 -7032;12;4405.80;9.50;276.60;1.42;1.08 -7036;12;3819.20;9.50;226.20;0.33;1.20 -7037;12;3350.40;9.50;57.40;-0.91;1.28 -7038;12;2603.60;9.50;86.80;-0.12;1.10 -7042;12;2769.60;9.50;618.20;1.18;0.74 -7043;12;2403.60;9.50;490.20;0.41;0.88 -7047;12;1741.20;9.50;1272.40;-0.26;1.20 -7051;12;1282.80;9.50;574.40;0.57;1.10 -7052;12;81.80;9.50;39.80;1.05;1.12 -7053;12;394.80;9.50;1288.00;0.81;0.92 -7056;12;162.60;9.50;1610.80;0.61;1.00 -7057;12;421.80;9.50;1174.20;-1.52;1.06 -7061;12;1190.40;9.50;449.80;1.42;1.16 -7062;12;5348.80;9.50;851.20;3.92;1.18 -7226;12;3205.40;9.50;1257.60;-0.58;1.00 -7230;12;1684.60;9.50;1193.40;0.78;1.00 -7234;12;813.40;9.50;498.80;0.23;1.24 -7235;12;5146.60;9.50;567.60;0.11;1.00 -7241;12;4389.80;9.50;358.20;0.78;1.18 -7242;12;2856.20;9.50;1570.00;-0.05;0.64 -7246;12;5446.80;9.50;382.80;-0.67;1.12 -7247;12;5385.40;9.50;957.00;1.16;1.38 -7248;12;5493.80;9.50;1469.60;-0.54;1.00 -7252;12;4879.60;9.50;1288.40;1.07;1.02 -7253;12;4056.20;9.50;826.40;-0.76;0.92 -7257;12;4208.00;9.50;50.80;-1.37;1.02 -7258;12;4439.00;9.50;318.00;1.19;0.98 -7261;12;3834.00;9.50;281.20;-0.96;0.90 -7262;12;3375.00;9.50;25.40;-0.89;1.02 -7263;12;2671.80;9.50;15.00;1.57;0.64 -7267;12;2778.20;9.50;658.40;1.50;0.76 -7268;12;2336.60;9.50;504.60;-0.96;1.04 -7272;12;1893.20;9.50;1318.80;0.78;1.06 -7276;12;1309.40;9.50;507.20;0.41;1.04 -7277;12;4511.00;9.50;113.80;1.57;1.30 -7278;12;443.40;9.50;1250.40;1.16;1.24 -7282;12;234.80;9.50;1613.00;0.99;1.02 -7283;12;492.00;9.50;1082.80;1.22;1.18 -7286;12;1078.20;9.50;530.00;0.19;1.20 -7287;12;5410.40;9.50;793.60;-1.28;1.08 -7452;12;3207.20;9.50;1297.40;0.71;1.08 -7456;12;1646.80;9.50;1234.80;-1.18;0.88 -7460;12;821.40;9.50;350.00;-0.44;1.20 -7461;12;5088.00;9.50;591.20;1.15;0.94 -7467;12;4367.40;9.50;470.40;-1.48;1.06 -7468;12;2802.80;9.50;1590.80;-1.21;0.46 -7472;12;5456.00;9.50;425.20;0.00;0.98 -7473;12;5424.60;9.50;929.80;0.56;1.18 -7474;12;5473.80;9.50;1421.60;-0.54;1.14 -7478;12;4928.20;9.50;1273.00;1.17;0.90 -7479;12;4053.00;9.50;781.60;-0.41;1.00 -7483;12;4250.00;9.50;28.40;-0.50;0.92 -7484;12;4364.20;9.50;301.80;0.93;0.80 -7488;12;3880.80;9.50;240.40;1.13;1.14 -7489;12;3321.40;9.50;23.40;-0.39;1.00 -7490;12;2619.60;9.50;15.00;1.57;0.66 -7493;12;2681.40;9.50;670.40;-1.07;0.90 -7494;12;2433.80;9.50;515.60;0.03;1.14 -7498;12;1829.60;9.50;1301.80;1.29;1.00 -7499;12;1986.80;9.50;2036.60;1.48;0.42 -7503;12;1291.60;9.50;471.20;1.10;1.34 -7504;12;93.80;9.50;98.00;0.41;1.30 -7505;12;504.60;9.50;1229.60;0.86;1.02 -7509;12;246.80;9.50;1636.40;-1.36;1.04 -7510;12;545.60;9.50;1061.40;0.91;0.84 -7514;12;1124.00;9.50;451.20;-0.12;1.48 -7515;12;5303.00;9.50;917.00;-0.78;1.24 -7678;12;3221.20;9.50;1327.00;-1.12;0.40 -7679;12;2493.60;9.50;15.40;1.70;0.68 -7686;12;549.00;9.50;480.80;1.59;1.16 -7690;12;5191.60;9.50;669.00;0.51;1.52 -7694;12;4360.60;9.50;561.60;-0.16;1.02 -7695;12;2874.60;9.50;1601.00;0.67;0.70 -7698;12;5426.60;9.50;446.80;1.24;0.90 -7699;12;5454.20;9.50;949.40;-1.49;0.66 -7700;12;5522.40;9.50;1463.20;-1.20;0.82 -7704;12;4940.60;9.50;1295.00;-0.85;1.18 -7705;12;4113.80;9.50;757.60;1.20;0.90 -7709;12;4311.20;9.50;53.40;0.86;0.98 -7710;12;4271.60;9.50;186.80;0.85;0.98 -7714;12;3882.40;9.50;269.40;-0.78;1.10 -7715;12;3379.40;9.50;4.40;0.93;0.86 -7719;12;2674.60;9.50;619.20;0.50;1.08 -7720;12;2408.60;9.50;543.00;1.14;0.84 -7723;12;1839.60;9.50;1324.20;0.36;1.06 -7724;12;1979.80;9.50;2006.40;1.47;0.94 -7728;12;1310.60;9.50;417.60;1.49;0.92 -7729;12;122.40;9.50;149.80;0.97;1.30 -7730;12;562.80;9.50;1210.60;0.56;1.40 -7734;12;321.80;9.50;1653.20;0.67;1.02 -7735;12;566.60;9.50;1075.80;-1.33;1.04 -7739;12;1102.80;9.50;504.60;1.45;1.14 -7740;12;5538.20;9.50;1127.20;1.20;1.08 -7906;12;3256.00;9.50;1365.20;-0.23;1.00 -7907;12;2788.20;9.50;35.60;0.92;1.08 -7910;12;1613.40;9.50;1259.80;0.86;1.08 -7914;12;427.20;9.50;466.20;-1.09;0.92 -7918;12;5178.60;9.50;774.80;1.24;1.26 -7922;12;4348.00;9.50;454.80;0.48;0.78 -7923;12;2806.60;9.50;1646.00;-1.30;0.88 -7927;12;5378.00;9.50;415.80;0.82;1.08 -7928;12;5513.80;9.50;967.00;0.23;1.22 -7929;12;5481.40;9.50;1552.00;-0.88;1.24 -7932;12;4846.60;9.50;1215.60;0.05;1.26 -7933;12;4032.80;9.50;748.00;-0.73;1.14 -7937;12;4229.20;9.50;186.40;0.61;1.06 -7941;12;3938.00;9.50;178.40;0.42;1.24 -7942;12;3347.40;9.50;10.40;1.70;0.46 -7946;12;2594.60;9.50;640.00;-1.16;0.84 -7947;12;2338.80;9.50;527.60;1.01;1.34 -7951;12;1772.20;9.50;1321.80;1.04;1.14 -7952;12;2020.80;9.50;1882.20;0.60;1.00 -7955;12;1251.60;9.50;351.40;-0.58;1.42 -7956;12;310.00;9.50;127.60;-0.98;1.02 -7957;12;584.00;9.50;1251.80;0.65;1.46 -7961;12;234.80;9.50;1663.80;1.02;1.22 -7962;12;558.60;9.50;1098.00;1.18;0.98 -7966;12;991.40;9.50;504.80;-1.29;1.08 -7967;12;5370.00;9.50;1641.20;-0.85;1.14 -8131;12;3275.80;9.50;1404.00;-0.87;1.46 -8132;12;2874.60;9.50;146.00;0.27;0.92 -8135;12;1570.60;9.50;1309.80;0.33;0.84 -8137;12;189.00;9.50;651.80;-0.39;1.08 -8139;12;5044.60;9.50;680.80;1.03;1.26 -8141;12;4221.60;9.50;691.20;1.30;0.86 -8142;12;2815.60;9.50;1670.20;0.41;0.80 -8145;12;5511.00;9.50;361.40;1.03;1.28 -8146;12;5457.60;9.50;969.20;0.09;0.92 -8147;12;5554.00;9.50;1499.80;-1.20;0.96 -8150;12;4805.40;9.50;1149.60;-0.37;0.98 -8151;12;4059.60;9.50;709.40;-1.16;0.98 -8153;12;4346.80;9.50;10.20;1.81;0.42 -8154;12;4248.80;9.50;137.60;-0.37;0.98 -8156;12;3883.60;9.50;186.40;0.78;1.04 -8158;12;2635.60;9.50;601.00;1.14;1.10 -8159;12;2272.00;9.50;548.80;-0.39;1.30 -8162;12;2234.40;9.50;1190.40;0.88;1.08 -8163;12;2049.60;9.50;1859.40;1.18;0.82 -8166;12;1197.20;9.50;331.60;-1.27;0.98 -8167;12;366.40;9.50;95.60;1.05;1.06 -8168;12;621.40;9.50;1161.60;0.33;0.92 -8170;12;233.00;9.50;1744.00;0.78;1.32 -8171;12;496.20;9.50;1127.40;0.71;1.10 -8173;12;931.00;9.50;452.40;0.73;1.22 -8174;12;5366.60;9.50;1610.40;-1.49;1.10 -8256;12;3280.00;9.50;1355.80;-0.92;1.18 -8257;12;2800.60;9.50;336.20;-0.84;0.94 -8258;12;1678.40;9.50;1277.60;-1.13;0.74 -8259;12;186.00;9.50;735.80;1.31;0.78 -8260;12;5003.40;9.50;828.20;1.24;1.14 -8261;12;4314.40;9.50;734.80;0.32;0.98 -8262;12;2791.60;9.50;1696.00;0.33;0.90 -8263;12;5504.20;9.50;331.40;-1.13;1.28 -8264;12;5412.40;9.50;984.40;-0.25;1.16 -8265;12;5545.60;9.50;1512.00;-0.47;1.00 -8266;12;4768.60;9.50;1146.20;0.32;1.02 -8267;12;4104.00;9.50;687.40;-1.03;1.00 -8268;12;4427.00;9.50;12.40;1.76;0.54 -8269;12;4253.20;9.50;104.60;4.58;0.82 -8270;12;3759.00;9.50;203.20;-1.52;0.94 -8271;12;2584.80;9.50;662.00;1.12;1.10 -8272;12;2355.40;9.50;556.80;0.55;1.06 -8273;12;2145.20;9.50;1243.20;1.14;1.38 -8274;12;2105.40;9.50;1811.80;1.26;1.00 -8275;12;1183.00;9.50;402.80;1.31;1.24 -8276;12;400.40;9.50;51.60;0.57;1.38 -8277;12;586.20;9.50;1223.00;4.71;0.88 -8278;12;327.80;9.50;1700.60;1.00;1.08 -8279;12;544.60;9.50;1148.00;1.21;1.08 -8280;12;878.00;9.50;487.40;0.86;1.04 -8281;12;5422.80;9.50;1616.40;-1.50;1.04 -8282;12;3371.60;9.50;1428.00;-0.49;0.84 -8283;12;2807.40;9.50;487.40;-1.07;1.06 -8284;12;1621.80;9.50;1308.20;1.34;0.96 -8285;12;55.00;9.50;622.40;1.34;1.22 -8286;12;5155.40;9.50;872.20;-1.35;1.42 -8287;12;4251.40;9.50;782.40;-0.61;1.00 -8288;12;2809.60;9.50;1758.20;0.36;1.26 -8289;12;5565.60;9.50;363.20;-1.24;1.00 -8290;12;5587.20;9.50;655.00;0.61;1.12 -8291;12;5558.80;9.50;1573.00;-0.13;1.06 -8292;12;4799.20;9.50;1127.40;1.48;0.76 -8293;12;4151.20;9.50;667.80;-1.16;1.06 -8294;12;4409.00;9.50;25.60;0.41;0.96 -8295;12;4217.60;9.50;97.60;-1.15;0.92 -8296;12;3804.60;9.50;178.40;-0.68;1.08 -8297;12;2542.00;9.50;710.20;0.00;1.10 -8298;12;2310.60;9.50;593.00;0.44;0.94 -8299;12;2154.20;9.50;1283.40;0.71;1.26 -8300;12;2711.80;9.50;1770.60;0.74;1.40 -8301;12;1114.60;9.50;363.80;4.68;0.92 -8302;12;283.20;9.50;35.80;-0.95;1.32 -8303;12;599.80;9.50;1273.00;4.56;1.20 -8304;12;233.60;9.50;1796.60;1.28;1.34 -8305;12;389.00;9.50;1071.40;-0.97;1.24 -8306;12;846.40;9.50;449.00;1.22;1.40 -8307;12;5424.80;9.50;1667.80;-1.21;1.22 -8308;12;3365.40;9.50;1362.60;0.23;1.36 -8309;12;2838.20;9.50;575.00;1.31;1.00 -8310;12;1632.80;9.50;1344.80;4.67;0.78 -8311;12;58.40;9.50;566.00;1.42;1.26 -8312;12;5115.60;9.50;986.80;1.08;1.20 -8313;12;4253.80;9.50;822.40;0.02;0.74 -8314;12;2710.80;9.50;1548.00;-1.22;0.64 -8315;12;5536.60;9.50;384.60;-0.10;1.10 -8316;12;5542.00;9.50;706.20;-1.45;0.96 -8317;12;5586.40;9.50;1549.80;-1.24;1.10 -8318;12;4795.60;9.50;1104.20;-1.05;1.00 -8319;12;4116.00;9.50;637.60;-0.69;0.96 -8320;12;4392.80;9.50;9.40;1.30;0.70 -8321;12;4159.20;9.50;85.80;-1.28;0.82 -8322;12;3855.40;9.50;133.00;0.73;1.20 -8323;12;2602.60;9.50;696.40;1.07;0.92 -8324;12;2324.80;9.50;649.60;0.60;1.04 -8325;12;2067.40;9.50;1017.00;1.07;1.10 -8326;12;3196.40;9.76;1999.80;0.42;1.04 -8327;12;1041.40;9.50;331.40;-0.78;1.30 -8328;12;381.60;9.50;20.60;1.28;1.26 -8329;12;671.80;9.50;1251.40;-0.92;0.98 -8330;12;287.00;9.50;1750.00;0.32;1.54 -8331;12;384.60;9.50;979.40;1.00;1.26 -8332;12;908.00;9.50;406.00;0.86;1.46 -8333;12;5482.40;9.50;1620.80;-1.44;1.16 -8334;12;3422.00;9.50;1347.80;0.39;1.30 -8335;12;2595.00;9.50;497.40;1.24;0.86 -8336;12;1683.40;9.50;1375.80;0.60;1.04 -8337;12;106.40;9.50;573.80;-1.29;1.02 -8338;12;5342.40;9.50;1100.40;-1.15;1.34 -8339;12;4124.20;9.50;852.00;0.61;1.04 -8340;12;2714.60;9.50;1601.60;-0.78;0.88 -8341;12;5553.20;9.50;454.00;-1.44;1.00 -8342;12;5539.20;9.50;740.40;-1.43;0.92 -8343;12;4773.80;9.50;1068.20;1.01;1.16 -8344;12;4054.60;9.50;675.00;1.03;0.84 -8345;12;4309.40;9.50;27.00;-1.14;1.02 -8346;12;4161.40;9.50;127.60;-1.22;1.08 -8347;12;3888.40;9.50;135.00;-0.70;1.36 -8348;12;2884.60;9.50;583.40;-1.46;0.84 -8349;12;2526.20;9.50;760.40;0.38;1.00 -8350;12;2370.20;9.50;653.80;0.30;1.20 -8351;12;2019.80;9.50;1051.20;1.08;1.02 -8352;12;3295.40;9.50;2032.20;1.54;0.64 -8353;12;1105.20;9.50;317.80;-1.48;1.06 -8354;12;437.60;9.50;20.20;1.53;1.10 -8355;12;686.60;9.50;1295.00;0.83;0.94 -8356;12;341.80;9.50;1781.20;1.04;1.18 -8357;12;455.80;9.50;964.80;1.46;0.80 -8358;12;820.80;9.50;400.40;1.13;1.04 -8359;12;687.60;9.50;1010.60;1.32;0.80 -8361;12;2682.60;9.50;1722.00;0.44;1.10 -8362;12;2723.40;9.50;507.00;1.06;0.88 -8363;12;1557.80;9.50;1366.20;0.04;0.92 -8364;12;98.80;9.50;511.80;-1.12;1.28 -8365;12;5495.80;9.50;1160.20;0.89;1.36 -8366;12;4170.80;9.50;890.00;4.71;0.96 -8367;12;2717.60;9.50;1717.00;-0.11;1.14 -8368;12;5491.80;9.50;446.80;-1.43;0.92 -8369;12;5538.40;9.50;765.40;-1.17;1.08 -8370;12;3597.40;9.50;2005.80;4.42;2.28 -8371;12;4692.80;9.50;1073.00;-0.65;1.26 -8372;12;4042.60;9.50;617.80;0.46;1.10 -8373;12;4345.80;9.50;48.60;-1.05;1.00 -8374;12;4195.80;9.50;168.40;0.89;1.22 -8375;12;3853.20;9.50;90.00;-0.81;1.12 -8376;12;2473.80;9.50;710.40;0.86;1.00 -8377;12;2343.60;9.50;730.80;-1.35;1.00 -8378;12;2016.60;9.50;1000.20;0.81;1.12 -8379;12;3440.20;9.50;1961.40;1.04;1.28 -8380;12;1160.00;9.50;253.00;-0.16;1.32 -8381;12;460.80;9.50;51.80;0.58;1.24 -8382;12;636.80;9.50;1338.00;-0.76;0.80 -8383;12;230.60;9.50;1928.20;0.80;1.34 -8384;12;456.80;9.50;988.60;0.93;1.06 -8385;12;795.40;9.50;304.80;-0.05;1.18 -8386;12;2375.00;9.50;1034.00;1.37;1.20 -8387;12;2574.00;9.50;1793.00;-0.46;1.80 -8388;12;2737.20;9.50;402.80;0.63;1.00 -8389;12;1600.80;9.50;1404.20;-0.40;1.06 -8390;12;55.80;9.50;532.00;-0.85;1.30 -8391;12;5483.40;9.50;1227.80;-1.24;1.14 -8392;12;4119.60;9.50;793.20;0.68;0.88 -8393;12;2645.40;9.50;1621.20;-0.18;0.58 -8394;12;5479.20;9.50;469.80;-1.04;0.98 -8395;12;5545.20;9.50;851.20;-1.35;1.26 -8396;12;4704.80;9.50;1154.20;-0.19;1.16 -8397;12;4073.00;9.50;577.00;0.64;1.08 -8398;12;4338.60;9.50;74.20;0.32;0.92 -8399;12;4140.40;9.50;193.60;0.33;0.82 -8400;12;3972.00;9.50;134.00;0.78;1.28 -8401;12;2515.20;9.50;730.00;1.57;1.08 -8402;12;2338.00;9.50;698.40;0.73;1.14 -8403;12;2353.40;9.50;1343.60;-1.12;1.68 -8404;12;2679.60;9.50;1817.20;0.68;1.50 -8405;12;1332.60;9.50;323.40;1.25;1.04 -8406;12;486.20;9.50;77.60;4.65;1.06 -8407;12;622.00;9.50;1315.20;1.42;0.88 -8408;12;684.60;9.50;944.80;-1.26;1.36 -8409;12;274.60;9.50;1831.80;-0.10;1.34 -8410;12;392.40;9.50;1025.20;-0.95;1.16 -8411;12;733.80;9.50;365.60;-1.14;1.06 -8412;12;4741.00;9.50;668.00;0.32;0.72 -8413;12;2606.80;9.50;1900.80;0.70;1.18 -8414;12;2760.80;9.50;176.00;1.12;0.98 -8415;12;1583.40;9.50;1367.60;-0.88;0.88 -8416;12;161.20;9.50;371.60;0.81;1.26 -8417;12;4178.20;9.50;788.00;0.54;1.00 -8418;12;2612.40;9.50;1556.80;-1.34;1.08 -8419;12;5564.80;9.50;494.60;-1.36;1.22 -8420;12;5543.40;9.50;914.80;0.49;1.34 -8421;12;4735.20;9.50;1206.40;-1.47;0.94 -8422;12;4121.60;9.50;585.60;0.91;1.00 -8423;12;4400.40;9.50;70.00;-0.10;0.98 -8424;12;4076.40;9.50;235.80;-0.70;1.12 -8425;12;3934.60;9.50;91.60;0.58;0.98 -8426;12;2427.40;9.50;695.00;0.74;1.18 -8427;12;2281.20;9.50;711.80;-0.02;1.18 -8428;12;2646.00;9.50;1858.40;0.73;1.24 -8429;12;1327.00;9.50;351.40;-0.53;1.20 -8430;12;498.20;9.50;24.20;1.70;1.02 -8431;12;607.80;9.50;1354.00;1.57;0.82 -8432;12;371.60;9.50;1814.00;1.01;1.36 -8433;12;514.80;9.50;955.00;1.20;1.14 -8434;12;715.20;9.50;445.80;1.04;1.48 -8436;12;2425.80;9.50;1899.80;-0.30;1.34 -8437;12;2611.40;9.50;178.20;-0.99;0.94 -8438;12;1686.40;9.50;1412.60;-0.48;1.04 -8439;12;319.00;9.50;560.40;-0.43;1.08 -8440;12;5536.20;9.50;1308.00;1.57;0.84 -8441;12;4101.00;9.50;661.60;1.26;1.08 -8442;12;2579.60;9.50;1525.20;-0.21;1.04 -8443;12;5622.00;9.50;1469.20;0.75;1.00 -8444;12;5541.40;9.50;877.60;-0.88;1.08 -8445;12;4743.40;9.50;1273.80;0.88;1.32 -8446;12;4111.40;9.50;534.40;0.68;1.24 -8447;12;4391.20;9.50;115.60;-1.01;0.88 -8448;12;4042.00;9.50;270.60;-0.65;1.18 -8449;12;3978.60;9.50;82.80;0.06;1.02 -8450;12;2806.20;9.50;1532.20;-1.07;0.44 -8451;12;2465.60;9.50;648.60;0.47;1.04 -8452;12;2220.60;9.50;521.20;1.35;1.16 -8453;12;2436.20;9.50;1251.40;0.88;1.78 -8454;12;2670.20;9.50;1697.00;1.17;1.08 -8455;12;1415.80;9.50;324.60;0.74;1.28 -8456;12;482.40;9.50;150.00;-1.38;0.86 -8457;12;501.40;9.50;1305.60;-0.48;1.22 -8458;12;405.40;9.50;1839.40;0.68;1.40 -8459;12;528.60;9.50;997.80;1.33;1.14 -8460;12;696.40;9.50;385.40;0.51;1.36 -8462;12;2701.40;9.50;1512.00;1.06;0.54 -8463;12;2391.60;9.50;1955.00;-1.07;1.70 -8464;12;2556.00;9.50;286.00;0.64;1.08 -8465;12;1666.20;9.50;1444.20;0.98;1.24 -8466;12;233.20;9.50;475.60;0.17;1.04 -8467;12;5322.80;9.50;1318.40;-1.10;1.22 -8468;12;4266.60;9.50;522.80;0.73;0.80 -8469;12;2700.80;9.50;1490.60;1.01;0.80 -8470;12;5477.20;9.50;525.80;-1.46;1.14 -8471;12;5587.80;9.50;903.80;-1.04;1.24 -8472;12;4866.20;9.50;1114.40;0.38;0.98 -8473;12;4148.80;9.50;550.80;0.52;1.18 -8474;12;4431.80;9.50;106.20;-0.87;1.10 -8475;12;4058.60;9.50;317.00;1.03;0.88 -8476;12;4030.40;9.50;58.80;0.75;0.96 -8477;12;3172.80;9.50;8.80;1.16;0.88 -8478;12;2548.40;9.50;16.00;1.57;0.68 -8479;12;2425.00;9.50;647.20;0.89;1.04 -8480;12;2237.60;9.50;552.80;0.95;1.26 -8481;12;2354.60;9.50;1313.60;1.07;1.24 -8482;12;2622.20;9.50;1745.00;-0.30;1.46 -8483;12;1433.80;9.50;279.20;1.17;1.34 -8484;12;533.40;9.50;115.40;1.51;0.78 -8485;12;535.00;9.50;1359.60;1.37;0.92 -8486;12;358.80;9.50;1867.40;1.44;0.82 -8487;12;519.40;9.50;1039.60;1.33;1.04 -8488;12;790.40;9.50;470.20;1.12;1.26 -8489;12;3825.00;9.50;415.80;0.47;0.84 -8490;12;2499.00;9.50;1928.60;0.37;1.90 -8491;12;2466.00;9.50;104.80;1.45;0.98 -8492;12;1621.40;9.50;1488.40;-0.96;1.20 -8493;12;264.40;9.50;355.20;-0.94;1.26 -8494;12;5351.20;9.50;1188.60;-1.35;1.20 -8495;12;4276.80;9.50;360.20;0.40;1.00 -8496;12;2664.80;9.50;1473.40;-0.32;1.04 -8497;12;5556.20;9.50;553.40;0.95;1.52 -8498;12;5598.80;9.50;935.80;0.40;1.00 -8499;12;4834.20;9.50;1064.80;0.78;0.82 -8500;12;4177.60;9.50;526.00;1.03;1.06 -8501;12;4389.60;9.50;141.00;0.84;0.96 -8502;12;4072.40;9.50;289.80;-0.56;1.12 -8503;12;3899.20;9.50;50.00;0.61;0.96 -8504;12;3250.20;9.50;5.80;1.46;0.50 -8505;12;2540.60;9.50;36.20;-0.70;0.96 -8506;12;2488.40;9.50;643.00;-0.33;1.02 -8507;12;2267.00;9.50;615.40;0.91;1.16 -8508;12;2343.40;9.50;1278.80;1.42;1.20 -8509;12;2560.00;9.50;1840.60;0.99;1.38 -8510;12;1446.60;9.50;261.60;-1.12;0.96 -8511;12;541.60;9.50;141.40;-0.24;1.08 -8512;12;455.20;9.50;1382.80;0.95;1.28 -8513;12;292.20;9.50;1882.00;-0.03;1.62 -8514;12;577.40;9.50;986.00;1.35;1.08 -8515;12;769.80;9.50;529.80;1.44;1.08 -8516;12;3798.20;9.50;472.40;-1.05;0.82 -8517;12;2409.40;9.50;1999.20;-0.26;1.30 -8518;12;1696.20;9.50;1535.20;0.18;0.94 -8519;12;196.60;9.50;275.00;0.33;1.02 -8520;12;5237.60;9.50;1208.60;0.08;1.10 -8521;12;4221.80;9.50;128.60;0.21;0.82 -8522;12;2688.60;9.50;1446.80;-1.35;0.72 -8523;12;5559.40;9.50;583.60;-1.23;1.06 -8524;12;5588.60;9.50;981.60;-1.44;0.84 -8525;12;4820.80;9.50;1033.20;1.29;1.20 -8526;12;4150.60;9.50;471.80;-0.91;1.22 -8527;12;4286.80;9.50;107.60;-1.17;0.92 -8528;12;4094.80;9.50;324.20;-0.90;1.02 -8529;12;3993.80;9.50;21.80;0.43;1.16 -8530;12;2896.20;9.50;1905.20;-0.47;1.08 -8531;12;2490.40;9.50;38.20;-0.57;1.00 -8532;12;2543.40;9.50;637.40;1.20;0.94 -8533;12;2375.00;9.50;1199.60;0.93;1.44 -8534;12;2487.80;9.50;1851.20;1.15;1.22 -8535;12;1461.80;9.50;231.40;-1.50;1.14 -8536;12;323.80;9.50;281.20;1.38;1.08 -8537;12;406.80;9.50;1340.40;1.51;0.90 -8538;12;383.00;9.50;1888.20;-0.30;0.78 -8539;12;584.00;9.50;1015.20;0.76;1.12 -8540;12;741.00;9.50;489.00;1.19;1.26 -8541;12;3803.40;9.50;521.60;-0.74;0.92 -8542;12;2642.00;9.50;1910.60;-0.34;1.18 -8543;12;1730.80;9.50;1580.00;-0.15;1.14 -8544;12;52.00;9.50;268.20;0.63;1.18 -8545;12;5025.60;9.50;1135.20;-1.02;0.86 -8546;12;2728.80;9.50;1454.40;-1.28;0.48 -8547;12;5542.20;9.50;610.20;-1.09;1.08 -8548;12;4802.40;9.50;983.20;0.96;1.06 -8549;12;4187.20;9.50;497.80;-1.05;1.14 -8550;12;4326.40;9.50;130.20;-0.99;0.92 -8551;12;4096.40;9.50;357.00;0.48;1.12 -8552;12;4064.20;9.50;16.20;1.06;1.18 -8553;12;2459.40;9.50;24.40;0.34;1.28 -8554;12;2522.40;9.50;594.20;0.14;1.06 -8555;12;2290.80;9.50;380.80;0.70;1.18 -8556;12;2315.20;9.50;1185.80;1.34;1.20 -8557;12;2522.00;9.50;1966.60;-1.26;1.64 -8558;12;1343.40;9.50;219.20;-1.16;1.30 -8559;12;310.60;9.50;309.80;-0.60;1.06 -8560;12;407.00;9.50;1369.80;1.07;1.08 -8561;12;486.60;9.50;1867.20;1.05;1.14 -8562;12;502.20;9.50;905.80;1.27;1.32 -8563;12;695.80;9.50;528.40;0.86;0.96 -8564;12;3797.20;9.50;567.00;-0.56;0.80 -8565;12;2578.00;9.50;2014.20;1.14;0.96 -8566;12;1766.40;9.50;1618.20;-1.30;1.14 -8567;12;4511.80;9.50;149.60;1.56;1.64 -8568;12;5061.60;9.50;1062.00;1.06;1.26 -8569;12;2736.60;9.50;1426.60;0.15;0.56 -8570;12;5505.00;9.50;610.20;-0.23;1.08 -8571;12;5580.00;9.50;1257.40;-1.49;0.98 -8572;12;4745.40;9.50;864.40;0.38;1.18 -8573;12;4195.40;9.50;429.00;0.71;0.96 -8574;12;4299.80;9.50;139.60;0.25;0.88 -8575;12;4150.60;9.50;337.20;0.64;1.08 -8576;12;2441.80;9.50;61.20;0.96;1.04 -8577;12;2498.00;9.50;609.40;1.23;1.08 -8578;12;2349.80;9.50;424.80;-1.43;1.24 -8579;12;2302.40;9.50;1238.20;1.39;1.36 -8580;12;2615.40;9.50;1936.60;0.49;1.54 -8581;12;1468.60;9.50;112.60;-1.44;1.16 -8582;12;375.40;9.50;260.20;0.83;0.90 -8583;12;330.40;9.50;1418.20;-1.10;0.88 -8584;12;478.80;9.50;1806.40;1.31;1.04 -8585;12;514.40;9.50;933.40;-1.14;0.94 -8586;12;673.20;9.50;485.60;0.92;1.16 -8587;12;3799.60;9.50;496.20;0.94;1.00 -8588;12;2711.60;9.50;1858.60;0.34;1.26 -8589;12;1901.20;9.50;1632.20;1.14;1.22 -8590;12;295.20;9.50;147.00;1.57;1.08 -8591;12;4905.40;9.50;878.00;0.49;1.02 -8592;12;2774.60;9.50;1390.00;0.33;0.76 -8593;12;5483.80;9.50;558.00;0.03;1.30 -8594;12;5572.20;9.50;1212.00;-1.25;1.20 -8595;12;4762.40;9.50;941.60;1.86;1.20 -8596;12;4224.40;9.50;446.20;0.55;1.06 -8597;12;4409.40;9.50;228.20;1.31;1.02 -8598;12;4109.80;9.50;378.20;-1.04;0.90 -8599;12;4025.40;9.50;12.00;1.84;0.50 -8600;12;2541.80;9.50;84.20;-0.63;1.12 -8601;12;2485.80;9.50;569.40;4.55;0.92 -8602;12;2257.80;9.50;412.80;0.85;1.26 -8603;12;2227.80;9.50;1282.20;0.03;1.32 -8604;12;2475.00;9.50;2026.00;4.71;0.90 -8605;12;1455.80;9.50;77.40;0.58;1.22 -8606;12;356.60;9.50;316.20;-1.53;0.80 -8607;12;289.00;9.50;1354.20;4.58;0.90 -8608;12;76.60;9.50;2006.40;-0.17;0.50 -8609;12;518.60;9.50;883.80;-0.94;1.00 -8610;12;562.80;9.50;458.80;-0.70;1.22 -8611;12;3755.00;9.50;542.40;-1.47;0.84 -8612;12;2772.00;9.50;1778.20;1.27;1.26 -8613;12;2892.20;9.50;505.00;0.67;1.04 -8614;12;1818.40;9.50;1660.00;-0.06;1.36 -8615;12;208.80;9.50;230.20;0.27;1.00 -8616;12;4906.60;9.50;823.00;-0.22;1.28 -8617;12;4034.80;9.50;107.20;1.08;1.00 -8618;12;2702.00;9.50;1395.40;0.00;0.88 -8619;12;5450.80;9.50;570.00;1.41;1.04 -8620;12;5507.20;9.50;1193.00;-1.25;1.26 -8621;12;2838.80;9.50;1542.20;-1.04;0.58 -8622;12;2891.60;9.50;1565.20;0.32;0.32 -8623;12;4719.40;9.50;971.60;-1.22;1.12 -8624;12;4254.00;9.50;417.80;0.25;0.74 -8625;12;4355.80;9.50;183.80;-1.04;1.12 -8626;12;4117.80;9.50;405.80;0.85;0.98 -8627;12;3978.80;9.50;5.80;1.41;0.56 -8628;12;2573.60;9.50;155.20;1.52;1.10 -8629;12;2451.20;9.50;604.60;0.31;0.94 -8630;12;2307.00;9.50;468.60;0.42;1.34 -8631;12;2193.20;9.50;1311.80;1.27;1.22 -8632;12;2581.40;9.50;1748.80;0.88;1.08 -8633;12;1406.60;9.50;115.00;1.41;1.16 -8634;12;441.80;9.50;320.40;0.53;1.00 -8635;12;337.80;9.50;1389.20;1.40;1.12 -8636;12;137.40;9.50;1978.20;1.52;0.88 -8637;12;567.60;9.50;838.00;1.13;1.20 -8638;12;646.80;9.50;431.60;0.74;1.32 -8639;12;3460.40;9.50;442.00;0.22;1.30 -8640;12;2813.40;9.50;1891.20;0.56;1.02 -8641;12;2271.00;9.50;196.20;-0.89;1.14 -8642;12;1718.40;10.27;1685.80;-1.12;1.46 -8643;12;390.20;9.50;280.80;-1.28;1.26 -8644;12;4855.80;9.50;710.00;-0.90;0.98 -8645;12;4155.40;9.50;260.20;-0.99;1.12 -8646;12;2646.00;9.50;1443.80;-1.03;1.22 -8647;12;5459.80;9.50;603.40;1.20;0.80 -8648;12;1122.40;11.69;1691.20;-1.56;0.82 -8649;12;4783.60;9.50;919.80;0.06;0.68 -8650;12;4206.00;9.50;386.60;-0.17;1.06 -8651;12;4305.80;9.50;200.00;1.01;0.78 -8652;12;4184.60;9.50;367.60;0.74;1.06 -8654;12;2528.00;9.50;104.00;1.57;1.00 -8655;12;2414.20;9.50;566.80;-0.43;0.98 -8656;12;2260.60;9.50;446.40;-0.65;1.32 -8657;12;2211.00;9.50;1337.20;0.31;1.20 -8658;12;2457.60;9.50;1788.00;0.06;1.38 -8659;12;1439.20;9.50;146.20;-0.03;1.32 -8660;12;405.80;9.50;368.20;-1.01;1.08 -8661;12;775.20;9.50;927.40;0.32;1.14 -8662;12;132.40;9.50;2007.60;0.51;0.96 -8663;12;470.20;9.50;864.20;1.20;1.16 -8664;12;604.60;9.50;414.00;0.83;1.02 -8665;12;3517.20;9.50;401.20;0.63;1.08 -8666;12;2818.20;9.50;1857.80;-1.38;0.90 -8667;12;2363.60;9.50;268.60;-0.16;1.04 -8668;12;1878.60;9.50;1724.40;-0.53;1.08 -8669;12;533.60;9.50;415.20;0.80;0.90 -8670;12;4765.20;9.50;720.00;-1.20;1.14 -8671;12;4259.20;9.50;453.60;0.21;0.82 -8672;12;2632.60;9.50;1417.60;0.37;1.02 -8673;12;5454.80;9.50;662.40;-1.33;1.22 -8674;12;1121.00;9.75;1284.60;-1.56;1.12 -8675;12;5600.40;9.50;1742.00;-1.28;0.82 -8676;12;4686.20;9.50;939.00;-0.23;1.10 -8677;12;4280.20;9.50;468.60;-1.42;0.90 -8678;12;4356.00;9.50;212.00;0.92;1.12 -8679;12;4146.40;9.50;436.80;0.60;1.14 -8680;12;2489.00;9.50;158.00;4.71;1.20 -8681;12;2654.20;9.50;546.00;1.17;1.02 -8682;12;2782.00;9.50;690.80;1.43;0.76 -8683;12;2176.80;9.50;1360.60;1.27;1.20 -8684;12;2390.60;9.50;1816.40;0.78;1.10 -8685;12;1536.40;9.50;30.00;-0.33;1.06 -8686;12;374.80;9.50;340.20;0.65;0.96 -8687;12;248.60;9.50;1415.00;-1.07;1.32 -8688;12;195.60;9.50;2003.80;1.00;0.90 -8689;12;468.00;9.50;806.20;-0.27;1.42 -8690;12;709.40;9.50;584.20;1.36;1.14 -8691;12;3489.80;9.50;329.80;0.95;1.36 -8692;12;2940.40;9.50;1964.20;0.81;1.24 -8693;12;2600.80;9.50;457.60;-0.80;1.04 -8694;12;1894.60;9.50;1907.40;0.78;1.36 -8695;12;509.00;9.50;367.60;0.71;1.12 -8696;12;4812.60;9.50;754.00;0.59;0.96 -8697;12;4146.20;9.50;399.20;-0.78;1.14 -8698;12;2657.80;9.50;1382.00;0.95;0.92 -8699;12;5493.60;9.50;722.40;0.11;1.02 -8700;12;1120.40;14.74;1346.00;-1.56;1.22 -8701;12;4681.80;9.50;909.40;0.92;0.54 -8702;12;4322.60;9.50;501.80;4.66;0.78 -8703;12;4286.60;9.50;252.60;-1.40;0.92 -8704;12;4091.60;9.50;434.20;0.64;1.04 -8705;12;2474.60;9.50;132.40;0.48;1.16 -8706;12;1484.60;9.50;775.40;-0.98;0.98 -8707;12;2895.00;9.50;708.80;0.96;0.92 -8708;12;2174.40;9.50;1399.60;0.86;1.42 -8709;12;2393.60;9.50;1878.00;0.70;1.24 -8710;12;1612.20;9.50;16.80;1.43;1.02 -8711;12;394.20;9.50;389.00;1.23;1.02 -8712;12;216.00;9.50;1317.80;1.13;1.00 -8713;12;214.40;9.50;1997.40;1.32;0.42 -8714;12;447.20;9.50;796.60;0.80;1.26 -8715;12;747.40;9.50;559.80;0.15;1.02 -8716;12;2105.20;9.50;435.60;0.31;1.04 -8717;12;2952.80;9.50;2013.20;1.04;0.88 -8718;12;2537.20;9.50;484.00;0.61;1.04 -8719;12;1918.40;9.50;1861.00;-0.97;2.14 -8720;12;650.20;9.50;351.80;-0.24;1.34 -8721;12;4858.00;9.50;873.20;0.65;1.38 -8722;12;4054.20;9.50;343.80;-0.66;0.98 -8723;12;2614.80;9.50;1388.00;0.79;1.56 -8724;12;5418.40;9.50;686.20;-0.09;1.00 -8725;12;1125.00;13.00;1398.20;-1.56;0.26 -8726;12;5536.20;9.50;1727.20;-1.38;1.28 -8727;12;4676.20;9.50;776.40;-0.53;1.32 -8728;12;4354.00;9.50;517.40;0.00;0.88 -8729;12;4276.40;9.50;232.40;0.68;0.94 -8730;12;4044.60;9.50;467.40;-0.53;0.88 -8731;12;2379.20;9.50;136.00;-1.12;1.20 -8732;12;2645.80;9.50;499.80;0.70;0.82 -8733;12;2730.00;9.50;707.60;1.19;0.74 -8734;12;2216.00;9.50;1391.80;0.57;1.12 -8735;12;2430.00;9.50;1833.60;0.71;1.40 -8736;12;1669.40;9.50;14.80;1.60;0.66 -8737;12;240.40;9.50;387.80;1.10;1.32 -8738;12;109.40;9.50;1329.40;-1.49;0.94 -8739;12;334.60;9.50;1904.60;1.03;0.88 -8740;12;415.60;9.50;758.60;0.24;1.20 -8741;12;836.60;9.50;561.80;1.15;0.94 -8742;12;3410.40;9.50;1003.60;1.05;1.08 -8743;12;2710.80;9.50;1977.80;1.41;1.42 -8744;12;2397.80;9.50;586.40;1.24;0.88 -8745;12;1556.00;9.50;1956.40;-1.23;0.88 -8746;12;1403.00;9.50;748.40;0.86;1.12 -8747;12;4827.20;9.50;925.60;0.54;0.90 -8748;12;3954.80;9.50;409.00;4.71;0.96 -8749;12;2663.40;9.50;1331.40;1.09;0.64 -8750;12;5398.20;9.50;741.00;4.71;1.04 -8751;12;4747.40;9.50;786.60;-0.08;0.86 -8752;12;4313.00;9.50;502.80;1.41;0.70 -8753;12;4238.00;9.50;234.20;0.76;1.04 -8754;12;4084.00;9.50;513.00;0.64;1.00 -8755;12;2461.00;9.50;187.40;0.22;1.20 -8756;12;2579.80;9.50;557.20;-0.87;0.86 -8757;12;2666.00;9.50;695.40;0.59;1.18 -8758;12;2223.40;9.50;1412.60;-1.43;0.96 -8759;12;2342.00;9.50;1907.20;-0.45;1.46 -8760;12;1713.00;9.50;20.40;1.29;1.06 -8761;12;326.20;9.50;387.60;0.94;1.16 -8762;12;134.40;9.50;1371.40;1.32;1.16 -8763;12;427.40;9.50;1775.40;1.32;1.54 -8764;12;333.80;9.50;842.80;0.83;1.16 -8765;12;732.40;9.50;609.40;-0.06;1.48 -8766;12;3429.60;9.50;941.80;0.61;1.14 -8767;12;2786.20;9.50;2033.00;1.57;0.60 -8768;12;1562.00;9.50;1855.60;-0.39;1.38 -8769;12;900.00;9.50;361.80;0.71;1.16 -8770;12;4905.40;9.50;1036.20;-0.57;1.38 -8771;12;4116.20;9.50;472.40;0.84;1.20 -8772;12;2608.20;9.50;1260.60;-1.47;0.82 -8773;12;5383.60;9.50;716.80;0.53;1.26 -8774;12;4661.40;9.50;737.40;-0.09;1.16 -8775;12;4296.60;9.50;524.00;-0.49;0.90 -8776;12;4189.80;9.50;288.40;-0.84;1.08 -8777;12;4047.20;9.50;522.60;0.26;0.76 -8778;12;2338.00;9.50;95.40;0.00;1.32 -8779;12;2548.80;9.50;559.60;0.32;0.84 -8780;12;2596.20;9.50;750.80;0.93;1.18 -8781;12;2163.40;9.50;1451.60;0.60;0.98 -8782;12;2266.00;9.50;1918.20;-1.14;1.44 -8783;12;235.80;9.50;272.40;-0.47;1.20 -8784;12;189.60;9.50;1354.40;0.78;0.80 -8785;12;480.80;9.50;1745.80;0.50;1.36 -8786;12;297.80;9.50;879.00;0.67;1.38 -8787;12;762.80;9.50;657.80;-1.04;1.22 -8788;12;3607.40;9.50;845.20;-0.50;1.30 -8789;12;2832.40;9.50;1990.40;-1.31;1.20 -8790;12;952.20;9.50;125.60;0.40;1.38 -8791;12;4898.00;9.50;1162.60;0.34;1.34 -8792;12;4119.40;9.50;503.40;-0.78;1.12 -8793;12;2764.20;9.50;1236.80;-0.40;0.68 -8794;12;5326.60;9.50;673.40;-1.15;0.98 -8795;12;5538.60;9.50;1356.60;-1.40;0.84 -8796;12;5152.80;9.50;1410.00;-0.90;0.92 -8797;12;4665.80;9.50;684.80;0.04;1.26 -8798;12;4334.60;9.50;557.60;0.91;1.04 -8799;12;4260.00;9.50;274.80;0.00;0.86 -8800;12;4029.20;9.50;577.40;0.86;1.00 -8801;12;2404.00;9.50;198.20;-0.75;0.84 -8802;12;2605.60;9.50;508.00;0.44;0.80 -8803;12;2546.60;9.50;787.20;-0.96;1.22 -8804;12;2147.00;9.50;1510.60;-0.85;1.38 -8805;12;2202.80;9.50;1904.00;1.57;1.52 -8806;12;1494.20;9.50;15.60;0.97;0.98 -8807;12;223.80;9.50;320.60;-1.08;0.90 -8808;12;186.00;9.50;1405.20;1.37;0.94 -8809;12;506.80;9.50;1774.60;-1.07;1.24 -8810;12;346.40;9.50;868.80;-1.44;0.74 -8811;12;857.60;9.50;601.60;0.76;1.32 -8812;12;352.00;9.50;1931.60;1.95;0.38 -8813;12;2572.60;9.50;1718.60;-1.46;1.02 -8814;12;1928.20;9.50;43.20;0.15;1.04 -8815;12;1448.80;9.50;1874.20;-0.33;1.58 -8816;12;1043.80;9.50;296.00;-1.23;1.38 -8817;12;5123.60;9.50;1212.80;0.35;0.94 -8818;12;4069.40;9.50;618.40;-1.07;0.80 -8819;12;2812.40;9.50;1269.00;-1.28;0.80 -8820;12;5388.40;9.50;628.60;0.96;1.08 -8821;12;5428.00;9.50;1360.00;-1.42;0.84 -8822;12;4676.40;9.50;655.20;-0.32;1.00 -8823;12;4284.20;9.50;581.40;-0.57;0.80 -8824;12;4241.00;9.50;310.80;0.17;1.20 -8825;12;3988.60;9.50;523.20;-0.70;0.84 -8826;12;3083.00;9.50;9.80;1.31;0.94 -8827;12;2383.60;9.50;168.60;0.48;1.28 -8828;12;2573.00;9.50;534.60;1.19;0.82 -8829;12;2511.00;9.50;821.20;1.33;1.32 -8830;12;2212.60;9.50;1446.60;0.68;1.10 -8831;12;2301.00;9.50;1800.40;0.00;1.40 -8832;12;1409.80;9.50;55.40;0.89;1.10 -8833;12;195.60;9.50;322.40;0.06;1.28 -8834;12;269.20;9.50;1472.40;1.04;1.08 -8835;12;590.80;9.50;1715.40;0.98;1.12 -8836;12;446.40;9.50;927.80;1.26;1.08 -8837;12;804.80;9.50;651.60;-0.90;1.18 -8838;12;1954.20;9.50;1581.80;0.69;1.12 -8839;12;2561.20;9.50;1552.60;1.44;1.20 -8840;12;2620.20;9.50;1463.00;0.43;1.24 -8841;12;1492.80;9.50;1922.80;-1.06;1.22 -8842;12;1062.80;9.50;403.00;-1.28;1.06 -8843;12;5133.40;9.50;1340.00;1.16;1.16 -8844;12;3932.20;9.50;729.40;1.42;0.66 -8845;12;2827.00;9.50;1317.40;-0.69;0.92 -8846;12;5337.60;9.50;612.00;0.93;1.50 -8847;12;5440.60;9.50;1291.40;-1.16;1.10 -8848;12;4712.60;9.50;689.40;0.41;0.86 -8849;12;4281.60;9.50;559.60;1.03;0.88 -8850;12;4291.60;9.50;325.60;1.13;0.98 -8851;12;4178.20;9.50;210.40;0.18;1.02 -8852;12;3035.00;9.50;7.60;1.70;0.44 -8853;12;2351.80;9.50;243.40;4.58;1.16 -8854;12;2484.20;9.50;527.20;-1.29;0.86 -8855;12;2490.00;9.50;779.60;1.67;1.00 -8856;12;2213.00;9.50;1476.40;-1.47;1.16 -8857;12;1567.40;9.50;950.40;0.24;1.12 -8858;12;1446.20;9.50;24.80;1.43;1.28 -8859;12;157.00;9.50;303.00;0.67;1.38 -8860;12;155.40;9.50;1465.20;-0.91;1.12 -8861;12;361.20;9.50;1743.20;-0.96;1.42 -8862;12;421.20;9.50;897.00;1.44;0.76 -8863;12;884.00;9.50;698.60;1.47;0.74 -8864;12;1891.20;9.50;1555.80;0.70;1.08 -8865;12;2556.40;9.50;1607.80;-0.74;1.14 -8866;12;1753.00;9.50;11.20;1.27;0.80 -8867;12;1419.60;9.50;1954.20;-1.52;1.12 -8868;12;1310.80;9.50;444.20;-0.49;1.20 -8869;12;5045.20;9.50;1336.80;-1.23;1.10 -8870;12;3916.00;9.50;223.60;0.21;1.06 -8871;12;2882.80;9.50;1300.00;0.50;0.94 -8872;12;5249.80;9.50;567.20;-1.01;1.70 -8873;12;5435.00;9.50;1252.80;-1.27;1.28 -8874;12;4689.00;9.50;69.40;0.86;0.86 -8875;12;4243.20;9.50;595.40;-0.89;0.90 -8876;12;4179.80;9.50;337.00;-0.90;0.98 -8877;12;4111.80;9.50;246.60;-1.44;0.88 -8878;12;2339.60;9.50;147.60;0.54;1.30 -8879;12;2478.60;9.50;500.20;0.81;1.14 -8880;12;2461.40;9.50;800.60;0.78;1.10 -8881;12;2283.80;9.50;1377.00;-0.61;1.28 -8882;12;2356.40;9.50;2021.00;1.57;1.00 -8883;12;1312.60;9.50;22.60;1.62;0.94 -8884;12;160.40;9.50;248.20;1.36;1.16 -8885;12;122.20;9.50;1152.60;1.63;1.00 -8886;12;353.20;9.50;1714.80;0.63;1.22 -8887;12;384.80;9.50;927.20;0.87;0.96 -8888;12;920.00;9.50;652.80;0.28;1.12 -8889;12;2520.20;9.50;852.00;0.42;1.04 -8890;12;2570.80;9.50;1395.40;0.89;1.02 -8891;12;1494.60;9.50;1953.40;0.49;1.40 -8892;12;1390.20;9.50;481.00;0.19;1.16 -8893;12;5209.00;9.50;1457.00;0.78;0.90 -8894;12;3916.20;9.50;671.60;0.21;0.92 -8895;12;2892.20;9.50;1326.00;-1.33;0.92 -8896;12;5277.80;9.50;625.60;0.37;1.06 -8897;12;5492.40;9.50;1271.20;-1.53;0.88 -8898;12;4819.00;9.50;618.20;-0.62;0.96 -8899;12;4265.40;9.50;491.60;0.90;0.78 -8900;12;4216.80;9.50;369.60;-0.97;0.96 -8901;12;4121.00;9.50;272.00;0.24;1.06 -8902;12;2347.60;9.50;208.40;0.68;1.18 -8903;12;2475.00;9.50;459.80;-0.92;1.08 -8904;12;2440.40;9.50;760.80;0.49;1.00 -8905;12;2346.60;9.50;1393.20;0.70;1.32 -8906;12;1240.20;9.50;22.40;1.64;0.94 -8907;12;96.40;9.50;218.80;0.88;1.14 -8908;12;110.40;9.50;1088.60;0.96;0.92 -8909;12;463.40;9.50;1694.60;0.78;1.32 -8910;12;498.60;9.50;792.00;-1.07;1.18 -8911;12;924.80;9.50;604.00;0.50;1.00 -8912;12;2599.80;9.50;1288.20;0.78;1.42 -8914;12;1537.80;9.50;1973.00;0.02;1.62 -8915;12;1488.00;9.50;651.00;0.92;1.38 -8916;12;5341.80;9.50;1429.00;-1.40;1.26 -8917;12;3992.40;9.50;491.40;-1.31;1.04 -8918;12;2893.40;9.50;1364.40;-1.45;0.84 -8919;12;5193.80;9.50;637.20;-1.06;1.10 -8920;12;5536.60;9.50;1244.60;-1.05;1.14 -8921;12;4942.00;9.50;504.40;0.53;1.08 -8922;12;4224.00;9.50;520.20;0.62;0.84 -8923;12;4742.60;9.50;115.00;0.84;0.78 -8924;12;4306.20;9.50;396.20;0.49;1.24 -8925;12;4141.20;9.50;300.60;-1.01;0.96 -8926;12;2280.20;9.50;134.60;-0.54;1.18 -8927;12;2429.80;9.50;469.80;-1.36;0.94 -8928;12;2403.40;9.50;749.60;0.62;0.98 -8929;12;2374.00;9.50;1409.80;0.47;1.40 -8930;12;1721.00;9.50;1990.80;1.12;1.18 -8931;12;1207.00;9.50;52.00;-1.19;1.22 -8932;12;113.80;9.50;277.80;1.14;1.18 -8933;12;26.20;9.50;1087.40;1.00;0.64 -8934;12;396.60;9.50;1669.00;0.73;1.16 -8935;12;530.40;9.50;758.60;-0.98;1.46 -8936;12;943.40;9.50;644.00;-0.83;1.02 -8937;12;2657.20;9.50;1180.00;-0.04;0.90 -8938;12;1496.20;9.50;526.80;-0.91;1.02 -8939;12;5517.00;9.50;1439.20;-1.54;0.80 -8940;12;3947.20;9.50;437.40;0.56;0.86 -8941;12;2930.60;9.50;1270.00;0.27;0.90 -8942;12;5207.20;9.50;600.60;-1.27;0.92 -8943;12;5576.20;9.50;1311.00;1.57;1.02 -8944;12;5568.40;9.50;1822.80;-0.92;1.40 -8945;12;4906.80;9.50;533.80;-0.78;1.32 -8946;12;4232.80;9.50;556.20;0.48;0.86 -8947;12;4331.80;9.50;343.40;0.53;1.14 -8948;12;4641.80;9.50;199.40;0.85;1.32 -8949;12;2254.80;9.50;149.60;0.37;1.12 -8950;12;2505.80;9.50;420.40;0.75;0.98 -8951;12;2376.80;9.50;784.40;0.75;1.20 -8952;12;2303.60;9.50;1437.20;1.18;1.10 -8953;12;1729.20;9.50;1950.40;-1.30;1.38 -8954;12;1165.00;9.50;19.60;1.31;1.16 -8955;12;44.00;9.50;238.80;1.22;1.16 -8956;12;31.00;9.50;1099.40;0.00;1.24 -8957;12;474.00;9.50;1710.80;-1.43;1.20 -8958;12;489.00;9.50;759.80;1.06;1.26 -8959;12;970.00;9.50;559.80;0.92;1.16 -8960;12;2614.40;9.50;1148.00;-0.06;1.22 -8961;12;1818.20;9.50;27.80;1.04;1.02 -8963;12;1555.80;9.50;518.80;-0.78;1.20 -8964;12;4014.60;9.50;247.40;-0.82;1.10 -8965;12;2973.80;9.50;1291.40;-1.10;0.98 -8966;12;5456.40;9.50;466.60;0.78;1.02 -8967;12;5530.20;9.50;1333.40;0.61;0.86 -8968;12;5552.40;9.50;1763.40;-1.01;1.58 -8969;12;4896.40;9.50;506.60;0.78;0.78 -8970;12;4193.20;9.50;558.20;0.71;0.96 -8971;12;4340.80;9.50;403.20;0.40;0.88 -8972;12;4605.60;9.50;256.00;0.08;1.16 -8973;12;2838.80;9.50;2021.80;0.85;0.66 -8974;12;2300.60;9.50;69.80;0.56;1.10 -8975;12;2448.60;9.50;388.40;-1.32;0.80 -8976;12;2366.80;9.50;844.20;1.17;1.08 -8977;12;2229.20;9.50;1511.00;-0.29;1.42 -8978;12;1591.00;9.67;2040.00;3.92;0.64 -8979;12;1152.40;9.50;73.60;-1.18;1.46 -8980;12;59.20;9.50;324.20;-0.89;1.12 -8981;12;742.60;9.50;976.60;0.76;1.02 -8982;12;550.00;9.50;1646.00;1.15;1.06 -8983;12;464.60;9.50;716.20;1.10;1.14 -8984;12;991.00;9.50;601.00;1.03;0.98 -8985;12;2582.40;9.50;1242.60;0.49;1.38 -8986;12;1780.20;9.50;58.60;-0.04;1.14 -8987;12;1487.80;9.50;483.60;0.86;0.96 -8988;12;3833.20;9.50;299.20;1.32;1.18 -8989;12;2493.60;9.50;1504.20;0.80;1.28 -8990;12;5438.60;9.50;512.20;0.26;1.22 -8991;12;5433.40;9.50;1323.20;-1.24;1.02 -8992;12;5554.60;9.50;1784.20;1.30;1.32 -8993;12;4970.00;9.50;403.40;-0.59;1.12 -8994;12;4166.00;9.50;591.80;0.66;1.00 -8995;12;4391.20;9.50;408.80;0.78;0.98 -8996;12;4578.80;9.50;273.20;1.52;1.00 -8997;12;2276.20;9.50;106.80;0.78;0.98 -8998;12;2446.20;9.50;411.40;0.38;1.24 -8999;12;2467.40;9.50;850.60;0.94;1.16 -9000;12;2260.20;9.50;1530.40;-0.74;1.40 -9001;12;1509.80;9.50;1856.60;-0.59;1.50 -9002;12;1289.80;9.50;127.40;-1.04;1.48 -9003;12;46.60;9.50;350.80;1.00;1.10 -9004;12;81.60;9.50;1190.20;-1.24;1.16 -9005;12;394.80;9.50;1627.40;0.85;1.02 -9006;12;495.20;9.50;674.20;0.40;1.34 -9007;12;844.60;9.50;537.00;-1.39;0.94 -9008;12;2416.20;9.50;1401.00;-1.01;1.22 -9009;12;1799.60;9.50;160.60;-0.96;1.56 -9010;12;1379.20;9.50;401.00;1.28;1.24 -9011;12;5582.40;9.50;1576.40;-0.88;1.10 -9012;12;3886.00;9.50;322.60;0.62;0.92 -9013;12;3019.80;9.50;1234.20;0.78;1.32 -9014;12;5362.40;9.50;489.20;-0.32;1.00 -9015;12;5389.00;9.50;1245.60;-0.94;1.28 -9016;12;5604.60;9.50;1876.40;-0.08;1.10 -9017;12;4965.40;9.50;399.40;1.32;0.64 -9018;12;4215.60;9.50;593.60;0.91;0.78 -9019;12;4437.40;9.50;424.20;1.52;1.00 -9020;12;4623.80;9.50;303.20;0.69;1.20 -9021;12;2263.20;9.50;51.80;0.20;0.92 -9022;12;2397.40;9.50;387.60;-1.43;1.04 -9023;12;2748.00;9.50;1951.00;0.12;1.44 -9024;12;2419.00;9.50;848.00;0.67;1.02 -9025;12;2279.40;9.50;1556.00;-0.67;1.48 -9026;12;1294.60;9.50;171.00;1.41;1.04 -9027;12;110.60;9.50;383.80;1.29;1.32 -9028;12;152.40;9.50;1244.00;1.57;1.12 -9029;12;403.80;9.50;1579.20;-1.13;1.04 -9030;12;507.60;9.50;711.80;-0.32;1.28 -9031;12;769.40;9.50;421.20;1.19;1.26 -9034;12;2485.60;9.50;1308.20;4.59;0.94 -9037;12;1907.60;9.50;210.00;-1.06;1.12 -9040;12;1229.00;9.50;382.80;1.41;1.12 -9044;12;5362.80;9.50;1520.60;-1.07;1.16 -9048;12;3835.60;9.50;488.60;4.60;0.80 -9049;12;3102.20;9.50;1151.80;0.35;0.86 -9052;12;5298.60;9.50;540.60;-0.90;1.42 -9053;12;5370.20;9.50;1216.20;0.98;1.08 -9057;12;4777.20;9.50;430.20;-0.60;0.86 -9058;12;4225.40;9.50;614.60;-0.58;0.92 -9062;12;4438.20;9.50;371.00;1.36;0.98 -9063;12;4549.80;9.50;330.00;-1.31;1.14 -9067;12;3937.40;9.50;15.40;1.09;1.12 -9070;12;2241.20;9.50;48.20;0.49;0.88 -9071;12;2474.80;9.50;237.80;0.94;1.16 -9072;12;2415.20;9.50;889.40;-0.21;1.26 -9076;12;2389.40;9.50;1451.80;0.87;1.58 -9077;12;1493.00;9.50;2031.80;-1.22;0.48 -9080;12;1206.40;9.50;131.60;0.62;1.40 -9081;12;104.00;9.50;420.60;-1.21;0.94 -9085;12;8.60;9.50;1188.40;-0.34;0.84 -9086;12;389.00;9.50;1604.80;1.23;1.30 -9087;12;315.80;9.50;664.60;-1.20;1.30 -9091;12;1459.80;9.50;593.80;0.98;1.38 -9092;12;1565.20;9.50;1778.80;0.45;1.22 -11748;12;2819.40;9.50;1525.20;-0.32;0.36 -12389;12;2814.40;9.50;1514.20;-0.32;0.28 -13004;12;2813.80;9.50;1541.00;0.19;0.34 -13006;12;2720.00;9.50;1519.40;0.00;0.48 -13007;12;2709.80;9.50;1501.60;-1.05;0.54 -13193;12;3846.00;9.50;1962.80;0.79;2.14 -4;13;3177.60;9.50;1844.40;0.61;0.88 -5;13;2907.80;9.50;1622.00;1.33;0.82 -9;13;1980.00;9.50;228.00;1.32;1.24 -13;13;1378.60;9.50;291.80;1.00;1.34 -16;13;5275.80;9.50;1537.60;0.72;1.18 -19;13;3897.00;9.50;646.20;1.27;1.12 -20;13;3126.40;9.50;1189.40;-0.39;0.68 -24;13;5249.40;9.50;491.20;1.12;0.98 -25;13;5370.40;9.50;1266.20;1.19;1.18 -28;13;4764.40;9.50;473.20;-1.52;0.92 -29;13;4204.60;9.50;630.40;1.35;0.80 -33;13;4447.40;9.50;343.40;-0.91;1.00 -34;13;3940.80;9.50;764.20;-0.15;1.02 -41;13;2244.60;9.50;119.00;1.57;0.88 -42;13;2455.80;9.50;308.60;1.89;1.24 -43;13;2435.00;9.50;964.20;1.53;1.22 -47;13;2326.20;9.50;1542.20;4.30;1.10 -48;13;1454.40;9.50;2018.60;4.62;1.12 -50;13;1074.60;9.50;73.80;4.55;1.26 -51;13;4.60;9.50;419.40;4.58;1.06 -54;13;2.00;9.50;1239.20;-0.73;0.54 -55;13;331.60;9.50;1579.00;1.13;1.42 -56;13;417.60;9.50;660.40;0.78;1.00 -59;13;1372.60;9.50;596.60;-0.96;1.40 -209;13;3369.00;9.50;1841.60;0.15;1.70 -210;13;2572.00;9.50;1071.00;0.78;1.40 -213;13;2055.40;9.50;338.00;1.06;1.02 -217;13;1889.60;9.50;2005.80;1.03;0.98 -218;13;1503.60;9.50;327.60;1.23;1.76 -220;13;5177.40;9.50;1483.60;0.78;1.08 -224;13;3992.20;9.50;798.60;1.07;1.08 -225;13;3149.20;9.50;1231.60;4.58;0.74 -229;13;5239.20;9.50;537.80;0.67;1.06 -230;13;5421.60;9.50;1317.60;2.13;1.18 -234;13;4756.80;9.50;450.60;3.46;0.24 -235;13;4198.80;9.50;664.40;4.39;0.84 -239;13;4541.40;9.50;328.80;1.61;1.14 -240;13;3895.40;9.50;699.00;1.57;1.10 -244;13;3833.80;9.50;49.00;0.63;1.06 -249;13;2197.80;9.50;140.60;-0.46;0.80 -250;13;2398.40;9.50;257.20;-0.51;0.86 -251;13;2497.00;9.50;951.00;1.10;1.32 -254;13;2389.80;9.50;1468.20;4.41;1.52 -255;13;1441.60;9.50;2018.40;1.64;1.24 -258;13;1075.80;9.50;40.00;2.22;1.06 -259;13;84.20;9.50;438.60;1.17;0.92 -262;13;60.40;9.50;1281.20;1.71;1.02 -263;13;477.60;9.50;1544.20;1.54;0.98 -264;13;459.60;9.50;678.40;1.48;1.08 -267;13;1328.80;9.50;627.60;4.62;1.32 -411;13;3123.60;9.50;1813.60;-1.05;0.86 -412;13;2547.60;9.50;930.20;1.10;1.22 -416;13;2201.00;9.50;481.00;4.71;0.86 -419;13;2081.20;9.50;1837.00;-0.06;1.08 -420;13;1203.40;9.50;276.60;4.45;1.52 -423;13;5355.20;9.50;1610.00;1.57;1.08 -427;13;3907.40;9.50;900.60;4.63;1.02 -428;13;3206.40;9.50;1210.20;4.56;1.00 -430;13;5151.40;9.50;504.80;0.56;1.88 -431;13;5371.20;9.50;1341.00;-1.20;1.30 -435;13;4758.20;9.50;473.00;1.57;0.62 -436;13;4327.20;9.64;664.00;0.54;1.08 -439;13;4450.80;9.50;297.00;-1.01;0.92 -440;13;3866.20;9.50;624.00;1.09;0.88 -443;13;3813.20;9.50;26.40;3.69;0.68 -446;13;2188.40;9.50;102.00;4.01;1.02 -447;13;2446.80;9.50;340.40;1.34;1.16 -448;13;2534.60;9.50;990.20;1.16;1.60 -450;13;2444.00;9.50;1370.00;1.29;1.34 -451;13;1398.00;9.50;1916.40;0.62;1.84 -455;13;964.00;9.50;34.40;4.23;1.14 -456;13;47.20;9.50;459.80;1.27;1.06 -459;13;114.00;9.50;1274.00;0.92;0.92 -460;13;358.20;9.50;1547.60;-0.72;1.30 -461;13;334.40;9.50;629.00;4.71;0.82 -465;13;1332.00;9.50;672.00;4.71;1.06 -593;13;3095.40;9.50;1757.20;-0.06;1.08 -594;13;2491.00;9.50;911.80;4.29;1.10 -597;13;2256.00;9.50;586.80;1.06;1.26 -600;13;2000.80;10.17;1955.20;1.75;1.54 -601;13;1116.40;9.50;170.20;-1.54;1.16 -604;13;5505.20;9.50;1653.20;0.58;1.24 -608;13;3878.60;9.50;971.60;-1.46;1.50 -609;13;3351.80;9.50;1204.20;0.96;0.78 -612;13;5614.40;9.50;1434.60;1.86;0.92 -613;13;5267.40;9.50;1230.00;-1.26;1.52 -616;13;4773.60;9.50;411.80;1.24;0.64 -617;13;4308.20;9.50;632.60;0.60;0.96 -621;13;4451.60;9.50;269.20;4.54;1.02 -622;13;3923.60;9.50;777.60;1.68;0.96 -623;13;3854.20;9.50;665.80;1.04;0.78 -626;13;3743.40;9.50;84.40;-1.49;1.32 -627;13;3024.80;9.50;32.20;1.81;0.98 -631;13;2164.40;9.50;62.40;4.57;0.90 -632;13;2401.20;9.50;316.60;1.30;1.28 -633;13;2542.20;9.50;1062.20;2.35;1.60 -635;13;2467.20;9.50;1407.80;-0.52;1.44 -639;13;919.40;9.50;27.40;2.19;0.84 -640;13;35.60;9.50;508.40;0.95;1.04 -643;13;99.00;9.50;1328.40;1.69;1.00 -644;13;382.80;9.50;1516.20;1.40;1.22 -645;13;402.20;9.50;585.60;1.44;1.02 -647;13;1322.60;9.50;658.00;1.33;0.84 -786;13;3116.20;9.50;1780.80;4.21;0.82 -787;13;2453.00;9.50;912.40;-1.43;1.00 -791;13;2286.20;9.50;674.00;1.57;1.16 -795;13;2205.00;9.50;1787.60;1.16;1.20 -796;13;962.40;9.50;83.80;-1.18;1.46 -802;13;3822.80;9.50;943.00;0.81;0.98 -803;13;3323.40;9.50;1165.00;0.87;0.72 -807;13;5093.60;9.50;612.00;-0.99;1.08 -808;13;5317.00;9.50;1292.80;1.07;1.16 -811;13;4743.00;9.50;388.40;1.13;0.88 -812;13;4341.80;9.50;627.00;-0.73;1.10 -815;13;4501.40;9.50;255.20;-0.80;1.08 -816;13;3824.00;9.50;618.00;0.89;0.98 -820;13;3745.60;9.50;35.60;4.50;1.36 -821;13;2940.60;9.50;52.40;3.65;1.30 -824;13;2139.60;9.50;43.40;0.09;0.98 -825;13;2321.40;9.50;291.40;-0.30;1.26 -826;13;2501.60;9.50;1097.80;-0.55;1.36 -830;13;2548.60;9.50;1468.40;0.88;1.30 -834;13;922.80;9.50;71.80;4.01;1.48 -835;13;82.20;9.50;483.80;0.78;1.24 -838;13;50.00;9.50;1307.00;0.98;1.04 -839;13;293.60;9.50;1522.20;0.81;1.02 -840;13;418.80;9.50;630.60;1.42;0.92 -842;13;1388.60;9.50;669.80;-1.45;1.24 -990;13;3154.60;9.50;1732.40;1.07;0.62 -991;13;2545.60;9.50;817.80;0.88;1.10 -995;13;2221.20;9.50;676.40;-0.99;1.16 -999;13;2205.00;9.50;1814.80;-1.19;1.52 -1000;13;810.00;9.50;75.40;4.63;1.26 -1007;13;3897.80;9.50;900.80;1.61;0.98 -1008;13;3311.20;9.50;1202.20;1.36;0.66 -1011;13;5030.60;9.50;629.00;-0.87;1.08 -1012;13;5199.00;9.50;1283.00;-1.29;1.46 -1016;13;4679.20;9.50;429.80;4.66;1.02 -1017;13;4310.40;9.50;608.60;-1.43;1.00 -1021;13;4464.80;9.50;215.60;4.62;1.16 -1022;13;3807.60;9.50;677.80;1.61;0.94 -1026;13;2894.80;9.50;34.20;4.07;0.90 -1030;13;2160.80;9.50;109.40;-1.00;1.08 -1031;13;2283.00;9.50;352.00;4.71;0.96 -1032;13;2507.60;9.50;1173.60;1.63;1.22 -1035;13;2512.40;9.50;1557.40;1.49;1.54 -1039;13;1087.00;9.50;106.60;-1.19;1.16 -1040;13;141.80;9.50;459.00;1.12;1.04 -1044;13;274.00;9.50;1585.40;1.72;1.18 -1045;13;465.20;9.50;619.80;0.90;0.98 -1049;13;1376.20;9.50;699.20;0.85;1.10 -1158;13;4827.00;9.50;1197.00;0.00;0.80 -1211;13;3095.40;9.58;1720.60;-0.91;0.92 -1212;13;2630.40;9.50;728.00;1.06;1.18 -1215;13;2105.40;9.50;857.80;1.35;0.72 -1218;13;2185.40;9.50;1748.00;-1.34;1.06 -1219;13;835.20;9.50;147.80;1.18;1.30 -1226;13;3885.00;9.50;788.00;1.19;0.82 -1227;13;2888.60;9.57;1723.20;2.09;0.48 -1231;13;5176.00;9.50;648.40;1.27;1.32 -1232;13;5164.60;9.50;1219.60;-0.88;1.36 -1235;13;4622.80;9.50;436.20;2.08;1.10 -1236;13;4395.80;9.50;591.80;1.16;0.94 -1240;13;4565.40;9.50;175.20;1.31;1.12 -1241;13;3810.60;9.50;700.00;-0.71;0.78 -1245;13;2877.60;9.50;112.80;-1.10;1.16 -1249;13;2123.60;9.50;138.20;-1.17;0.96 -1250;13;2320.80;9.50;361.60;-1.44;1.24 -1251;13;2437.60;9.50;1216.40;-1.36;1.22 -1255;13;2454.80;9.50;1606.40;-1.17;1.24 -1256;13;1695.20;9.50;2032.40;1.48;0.66 -1259;13;1254.60;9.50;217.00;-1.45;1.10 -1260;13;193.00;9.50;486.80;1.80;1.06 -1264;13;31.40;9.50;1369.80;1.62;0.92 -1265;13;190.20;9.50;1531.00;1.77;1.12 -1266;13;413.00;9.50;585.20;-1.53;1.10 -1270;13;1514.20;9.50;628.60;0.46;1.14 -1434;13;3243.20;9.50;1729.40;1.10;0.62 -1435;13;2846.00;9.50;574.00;4.71;0.96 -1439;13;2054.00;9.50;911.20;1.21;1.14 -1442;13;2284.00;9.50;1662.40;1.50;1.00 -1443;13;675.80;9.50;219.20;4.54;1.14 -1447;13;5524.00;9.50;1726.80;1.43;1.30 -1451;13;3821.40;9.50;737.00;0.87;0.86 -1452;13;3034.40;9.50;1305.00;0.87;1.24 -1456;13;5110.80;9.50;671.40;1.50;1.06 -1457;13;5233.00;9.50;1255.80;-1.26;0.86 -1461;13;4660.20;9.50;394.00;4.71;0.78 -1462;13;4258.40;9.50;648.20;-0.99;0.82 -1465;13;4534.40;9.50;146.00;0.95;1.24 -1466;13;3761.20;9.50;714.40;-1.47;0.84 -1470;13;3660.60;9.50;22.20;3.35;0.54 -1471;13;3023.60;9.50;70.20;1.71;1.06 -1475;13;2082.80;9.50;52.60;-0.97;0.92 -1476;13;2394.60;9.50;362.40;0.78;1.18 -1477;13;2520.20;9.50;1246.60;0.92;1.22 -1481;13;2495.00;9.50;1659.60;1.26;1.20 -1482;13;1585.40;9.50;1998.40;1.90;1.04 -1486;13;1305.60;9.50;277.00;4.13;1.60 -1487;13;197.20;9.50;513.80;0.99;1.22 -1490;13;200.20;9.50;1532.60;-1.45;1.04 -1491;13;476.20;9.50;636.80;-1.23;1.02 -1495;13;1423.60;9.50;774.80;-1.30;1.02 -1660;13;3173.80;9.50;1713.00;-0.26;0.60 -1661;13;2808.00;9.50;724.00;1.73;0.74 -1665;13;1944.40;9.50;966.40;0.82;0.76 -1669;13;2034.20;9.50;1813.20;-0.04;1.60 -1670;13;652.80;9.50;119.20;-1.52;1.30 -1673;13;5336.40;9.61;1702.40;-0.78;1.06 -1677;13;3784.40;9.50;786.60;1.64;0.88 -1681;13;5108.00;9.50;724.80;1.43;1.56 -1682;13;5152.00;9.50;1084.80;1.60;1.24 -1686;13;4705.00;9.50;352.40;1.03;0.86 -1687;13;4296.00;9.50;682.20;0.44;0.78 -1691;13;4423.40;9.50;206.20;-0.68;1.10 -1692;13;3840.40;9.50;716.00;-1.03;0.98 -1695;13;3111.00;9.50;56.60;4.63;0.90 -1699;13;2151.40;9.50;106.80;1.60;1.00 -1700;13;2289.80;9.50;308.20;1.69;1.26 -1701;13;2516.00;9.50;1177.40;-0.53;1.08 -1705;13;2443.20;9.50;1677.40;1.10;1.56 -1706;13;2077.20;9.50;1499.00;1.82;1.12 -1710;13;1296.20;9.50;281.60;1.24;1.42 -1711;13;214.80;9.50;428.60;0.86;1.00 -1715;13;39.80;9.50;1371.80;-1.21;1.34 -1716;13;231.40;9.50;1579.00;1.57;1.10 -1717;13;566.00;9.50;670.40;1.69;1.34 -1720;13;1483.00;9.50;815.00;1.29;0.90 -1885;13;3179.80;9.50;1672.40;0.57;0.74 -1886;13;2908.40;9.50;658.80;0.10;0.96 -1890;13;1890.40;9.58;989.60;-0.98;0.94 -1894;13;2175.00;9.50;1747.60;1.47;1.18 -1895;13;501.80;9.50;194.00;-1.42;0.86 -1899;13;5306.80;9.50;1739.40;2.03;0.90 -1902;13;3830.40;9.50;842.20;0.68;1.16 -1906;13;5155.80;9.50;715.40;0.92;1.22 -1907;13;5141.20;9.50;1118.40;-0.95;1.26 -1911;13;4648.80;9.50;332.60;0.44;1.26 -1912;13;4230.40;9.50;690.60;-1.43;0.96 -1916;13;4427.40;9.50;174.20;1.51;1.06 -1917;13;3869.20;9.50;762.20;1.73;0.88 -1921;13;3095.40;9.50;25.20;4.32;0.76 -1924;13;2097.00;9.50;31.60;3.42;0.78 -1925;13;2312.00;9.50;260.80;1.22;1.36 -1926;13;2553.80;9.50;1179.80;-1.04;1.06 -1930;13;2406.00;9.50;1549.60;-0.99;1.24 -1931;13;2206.20;9.50;923.20;1.36;1.36 -1935;13;1236.20;9.50;193.40;1.16;1.42 -1936;13;270.60;9.50;440.60;0.75;0.86 -1940;13;4.80;9.50;1426.80;4.46;1.24 -1941;13;285.20;9.50;1497.40;-1.50;0.88 -1942;13;574.40;9.50;627.20;1.69;0.92 -1946;13;1478.40;9.50;898.40;1.73;0.84 -2107;13;3140.40;9.50;1680.60;0.62;1.20 -2108;13;2957.20;9.50;588.00;3.77;0.78 -2110;13;1770.80;9.50;1040.40;-0.86;0.82 -2112;13;2171.00;9.50;1665.40;4.56;1.40 -2113;13;447.40;9.50;251.80;4.38;1.08 -2118;13;3747.40;9.50;833.40;1.70;1.28 -2119;13;5497.80;9.50;43.00;-1.42;1.24 -2121;13;5125.20;10.77;766.20;0.85;1.44 -2122;13;5102.80;9.50;1095.20;0.96;1.16 -2124;13;4665.80;9.50;520.20;-0.87;1.04 -2125;13;4289.00;9.50;734.40;1.47;0.96 -2127;13;4507.40;9.50;122.40;1.16;1.16 -2128;13;3798.80;9.50;775.20;-0.73;1.10 -2131;13;3064.60;9.50;72.40;1.26;1.10 -2134;13;2267.20;9.50;225.40;1.00;1.22 -2135;13;2588.60;9.50;1130.40;0.91;0.92 -2137;13;2352.80;9.50;1563.60;-0.66;1.14 -2138;13;2130.80;9.50;924.60;0.70;0.94 -2140;13;1160.40;9.50;221.80;1.59;1.26 -2141;13;266.80;9.50;495.80;4.46;1.18 -2143;13;4.00;9.50;1464.00;-1.10;1.02 -2144;13;397.60;9.50;1454.80;1.09;1.22 -2145;13;551.80;9.50;515.20;0.97;1.18 -2148;13;1401.80;9.50;908.00;-0.19;1.04 -2230;13;3074.00;9.50;1676.20;-0.62;0.92 -2231;13;2965.80;9.50;533.60;-1.17;0.94 -2232;13;1694.00;9.64;1043.80;0.14;0.76 -2233;13;2108.80;9.50;1629.20;4.48;1.86 -2234;13;381.40;9.50;149.20;4.56;1.16 -2235;13;3731.80;9.50;780.20;1.34;1.14 -2236;13;5458.60;9.50;14.20;4.24;0.76 -2237;13;5223.40;9.50;805.80;1.00;1.20 -2238;13;5172.20;9.50;1189.60;4.44;1.20 -2239;13;4635.20;10.31;515.20;0.68;0.66 -2240;13;4263.60;9.50;761.00;1.57;1.02 -2241;13;4481.60;9.50;82.80;4.67;1.16 -2242;13;3855.40;9.50;834.00;2.07;1.00 -2243;13;3012.80;9.50;118.20;-1.51;1.04 -2244;13;2155.00;9.50;23.20;1.76;0.82 -2245;13;2229.00;9.50;196.00;1.10;1.06 -2246;13;2589.40;9.50;1115.80;4.62;1.12 -2247;13;2446.20;9.50;1586.60;1.08;1.44 -2248;13;2258.80;9.50;881.00;0.99;1.24 -2249;13;1060.80;9.50;137.60;-0.59;1.42 -2250;13;351.40;9.50;442.60;1.46;1.28 -2251;13;96.20;9.50;1433.60;1.65;1.32 -2252;13;409.80;9.50;1451.60;4.65;1.00 -2253;13;567.00;9.50;580.60;1.65;1.08 -2254;13;1328.40;9.50;969.80;4.68;0.98 -2256;13;3103.60;9.50;1633.40;-0.44;1.12 -2257;13;2990.40;9.50;408.20;0.86;0.98 -2258;13;1642.20;9.50;1049.20;-0.02;1.50 -2259;13;2090.60;9.50;1731.60;1.96;1.26 -2260;13;301.60;9.50;29.60;3.02;0.82 -2261;13;5497.80;9.50;1832.40;3.80;1.40 -2262;13;3632.20;9.50;704.60;4.61;1.04 -2263;13;5188.80;9.50;740.40;-0.82;1.42 -2264;13;5161.20;9.50;1191.00;1.57;1.02 -2265;13;4643.80;9.50;489.60;1.38;0.94 -2266;13;4203.20;9.50;730.40;-1.47;1.12 -2267;13;4471.20;9.50;81.80;1.81;1.02 -2268;13;3931.20;9.50;810.40;1.00;1.06 -2269;13;3005.40;9.50;115.40;2.19;1.02 -2270;13;2163.80;9.50;24.00;4.71;0.90 -2271;13;2182.40;9.50;181.20;0.92;1.12 -2272;13;2644.40;9.50;1134.80;0.51;0.80 -2273;13;2323.80;9.50;1623.20;4.59;1.02 -2274;13;2565.20;9.50;1377.40;1.39;1.36 -2275;13;1095.80;9.50;237.80;0.43;1.72 -2276;13;368.20;9.50;491.00;1.57;1.10 -2277;13;106.00;9.50;1436.00;-1.19;1.32 -2278;13;440.60;9.50;1498.00;1.38;1.24 -2279;13;622.20;9.50;523.20;1.06;1.06 -2280;13;1453.40;9.50;1004.60;2.15;1.04 -2282;13;3082.20;9.50;1650.60;1.71;0.70 -2283;13;2962.60;9.50;238.00;-1.06;0.96 -2284;13;1552.40;9.50;1019.60;0.78;0.84 -2285;13;2108.80;9.50;1679.80;1.44;1.42 -2286;13;499.40;9.50;46.00;4.22;1.04 -2287;13;5626.20;9.50;1974.00;0.76;1.94 -2288;13;3702.80;9.50;718.20;1.01;1.22 -2289;13;5269.20;9.50;698.20;1.54;1.06 -2290;13;5107.60;9.50;1151.00;4.49;1.06 -2291;13;4651.20;9.50;488.00;4.47;1.32 -2292;13;4223.40;9.50;775.60;0.33;0.96 -2293;13;4427.20;9.50;43.60;4.03;0.90 -2294;13;3863.00;9.50;836.60;-1.42;1.06 -2295;13;2938.60;9.50;84.80;-0.74;1.12 -2297;13;2189.60;9.50;285.80;-1.26;1.10 -2298;13;2289.60;9.50;807.20;-1.11;1.22 -2299;13;2384.20;9.50;1662.40;1.69;1.28 -2300;13;2609.60;9.50;1335.00;1.06;1.08 -2301;13;978.20;9.50;267.00;-1.17;1.58 -2302;13;406.40;9.50;440.40;1.27;1.02 -2303;13;90.60;9.50;1486.00;4.71;1.00 -2304;13;20.80;9.50;1177.80;-1.31;1.22 -2305;13;451.60;9.50;1496.40;4.60;1.24 -2306;13;587.60;9.50;630.40;-1.22;1.38 -2307;13;1317.20;9.50;973.00;1.01;1.24 -2309;13;3106.00;9.50;1613.20;0.93;0.60 -2310;13;3027.00;9.50;159.00;1.32;0.92 -2311;13;1579.60;9.50;908.00;0.67;1.20 -2312;13;2117.80;9.50;1545.80;1.08;1.56 -2313;13;545.80;9.50;117.80;-1.12;1.34 -2314;13;3725.40;9.50;661.40;2.51;1.08 -2315;13;5322.80;9.50;692.80;1.41;1.08 -2316;13;5099.20;9.50;1154.40;1.00;0.94 -2317;13;4676.40;9.50;467.20;-1.52;0.92 -2318;13;4153.80;9.50;710.20;-0.98;1.10 -2319;13;4502.60;9.50;38.80;2.03;0.98 -2320;13;3863.20;9.50;864.80;0.67;1.04 -2321;13;2951.20;9.50;141.40;-1.49;1.18 -2322;13;2222.60;9.50;32.20;2.78;0.86 -2323;13;2184.40;9.50;247.00;4.71;1.04 -2324;13;2304.40;9.50;900.00;-0.08;1.34 -2325;13;2283.80;9.50;1616.40;4.39;1.22 -2326;13;2484.00;9.50;1348.00;-0.78;1.26 -2327;13;1003.40;9.50;216.00;-1.41;1.60 -2328;13;419.40;9.50;487.60;1.23;1.12 -2329;13;503.80;9.50;1409.80;1.41;1.12 -2330;13;706.80;9.50;644.20;0.92;1.46 -2331;13;1368.60;9.50;1011.40;1.31;1.30 -2333;13;3052.60;9.50;1610.00;0.33;0.88 -2334;13;3084.40;9.50;47.20;2.17;0.88 -2335;13;1546.80;9.50;820.00;0.99;1.22 -2336;13;2114.40;9.50;1442.60;1.46;1.34 -2337;13;567.80;9.50;56.40;-0.47;1.32 -2338;13;3710.80;9.50;526.60;-0.80;1.02 -2339;13;5278.60;9.50;728.80;0.61;1.04 -2340;13;5026.60;9.50;1107.60;-1.24;1.00 -2341;13;4669.60;9.50;431.60;1.28;1.16 -2342;13;4121.40;9.50;732.60;-1.13;0.80 -2343;13;4527.40;9.50;23.00;2.94;0.58 -2344;13;3931.80;9.50;860.80;1.41;0.82 -2345;13;2941.20;9.50;140.80;1.61;1.04 -2346;13;2250.40;9.70;26.40;4.30;1.00 -2347;13;2274.40;9.50;353.00;1.35;1.02 -2348;13;2315.20;9.50;872.00;1.57;1.10 -2349;13;2272.20;9.50;1619.80;1.31;1.48 -2350;13;2474.40;9.50;1312.20;0.96;1.38 -2351;13;1037.20;9.50;168.00;1.69;1.34 -2352;13;470.80;9.50;433.60;1.62;1.16 -2353;13;19.60;9.50;1515.20;0.82;0.52 -2354;13;562.40;9.50;1400.40;1.49;1.10 -2355;13;744.20;9.50;681.80;0.99;1.28 -2357;13;1280.80;9.50;1033.80;1.61;1.08 -2358;13;3022.20;9.50;1598.00;0.26;0.60 -2359;13;3159.00;9.50;61.80;-1.45;1.10 -2360;13;1448.20;9.50;860.40;4.61;0.98 -2361;13;1912.40;9.50;1660.00;4.71;1.52 -2362;13;793.00;9.50;66.60;0.91;1.44 -2363;13;3787.60;9.50;577.40;1.48;0.80 -2364;13;5244.60;9.50;787.60;-1.50;0.90 -2365;13;5082.00;9.50;1004.60;1.19;1.10 -2366;13;5528.40;9.50;1869.00;-1.41;1.48 -2367;13;4604.00;9.50;373.60;0.71;1.14 -2368;13;4167.20;9.50;762.80;-1.41;1.14 -2369;13;4512.00;9.50;42.20;-1.33;1.02 -2370;13;3961.40;9.50;840.20;0.36;0.80 -2371;13;2937.80;9.50;177.00;1.57;0.92 -2372;13;2186.80;9.50;372.20;-1.36;1.08 -2373;13;2242.40;9.50;845.00;4.52;1.22 -2374;13;2553.80;9.50;1588.00;0.99;1.06 -2375;13;2638.00;9.50;1213.60;1.09;1.06 -2376;13;929.40;9.50;197.40;-1.32;1.52 -2377;13;758.00;9.50;898.00;1.57;1.04 -2378;13;572.60;9.50;1499.80;1.73;1.16 -2379;13;719.60;9.50;755.60;1.98;1.44 -2380;13;1238.60;9.50;999.40;1.00;0.98 -2381;13;2747.00;9.50;1493.00;1.10;0.48 -2382;13;2998.60;9.50;1624.00;-1.20;0.52 -2383;13;3319.00;9.50;81.80;-0.66;1.06 -2384;13;1460.20;9.50;708.20;-0.34;1.08 -2385;13;1929.00;9.50;1577.40;1.72;1.34 -2386;13;863.80;9.50;35.40;1.87;1.26 -2387;13;3711.80;9.50;402.20;1.01;1.10 -2388;13;5546.80;9.50;29.00;4.46;1.20 -2389;13;5397.60;9.50;792.00;1.57;1.06 -2390;13;5112.20;9.50;1039.80;1.27;1.02 -2391;13;4587.00;9.50;439.20;1.15;1.08 -2392;13;4157.80;9.50;765.40;0.89;0.96 -2393;13;4557.60;9.50;57.60;4.64;0.96 -2394;13;3941.40;9.50;929.80;1.10;1.26 -2395;13;3002.00;9.50;189.00;0.46;1.02 -2396;13;2367.00;9.50;81.40;-1.23;0.98 -2397;13;2204.40;9.50;335.40;-1.48;1.00 -2398;13;2216.80;9.50;801.80;0.24;0.92 -2399;13;2544.20;9.50;1501.00;4.71;1.18 -2400;13;2697.20;9.50;1216.80;0.41;0.72 -2401;13;911.20;9.50;238.20;-1.23;1.54 -2402;13;482.00;9.50;509.00;0.46;1.30 -2403;13;11.40;9.50;1561.40;0.85;0.36 -2404;13;496.60;9.50;1439.20;-0.96;1.22 -2405;13;575.60;9.50;674.60;-0.90;1.30 -2406;13;1176.80;9.50;1013.80;1.47;1.04 -2408;13;2986.40;9.50;1607.60;0.51;0.84 -2409;13;3387.60;9.50;185.60;1.13;1.20 -2410;13;1561.40;9.50;651.40;2.12;1.08 -2411;13;1834.20;9.50;1478.60;1.48;0.94 -2412;13;1293.20;9.50;73.80;-1.46;1.42 -2413;13;3675.40;9.50;204.00;-1.06;1.06 -2414;13;5481.40;9.50;767.00;-0.19;1.00 -2415;13;5020.20;9.50;968.40;-0.92;1.22 -2416;13;4577.20;9.50;493.20;1.16;0.90 -2417;13;3995.80;9.50;724.00;-1.17;1.26 -2418;13;4558.80;9.50;131.60;-1.17;1.12 -2419;13;3835.80;9.50;927.20;-1.32;0.94 -2420;13;3025.40;9.50;185.20;-0.64;1.30 -2421;13;2363.00;9.50;54.20;0.89;1.02 -2422;13;2168.20;9.50;325.00;-1.01;0.88 -2423;13;2232.00;9.50;850.20;0.87;1.02 -2424;13;2598.20;9.50;1459.20;2.01;0.94 -2425;13;2048.60;9.50;1521.80;0.23;1.10 -2426;13;906.40;9.50;180.80;1.33;1.50 -2427;13;371.80;9.50;522.80;-1.20;0.86 -2428;13;621.20;9.50;1399.00;1.57;1.04 -2429;13;684.80;9.50;705.20;1.23;1.00 -2430;13;1040.20;9.50;1024.80;-1.35;1.06 -2431;13;2998.60;9.50;1651.60;0.91;0.70 -2432;13;3359.40;9.50;295.80;-1.08;1.06 -2433;13;1596.80;9.50;546.80;-1.21;1.48 -2434;13;1844.00;9.50;1564.20;0.87;1.00 -2435;13;1283.40;9.50;103.80;1.19;1.12 -2436;13;5038.40;9.50;1706.60;1.72;0.58 -2437;13;3416.80;9.50;75.00;0.50;1.06 -2438;13;5463.80;9.50;839.40;1.66;0.82 -2439;13;4983.00;9.50;1015.20;4.29;1.22 -2440;13;4619.00;9.50;465.40;0.97;1.28 -2441;13;3963.80;9.50;764.40;4.58;1.12 -2442;13;4637.20;9.50;104.80;0.67;1.08 -2443;13;3824.60;9.50;899.00;1.03;0.92 -2444;13;3041.80;9.50;140.60;-1.17;0.94 -2445;13;2370.80;9.50;26.60;-1.24;1.06 -2446;13;2726.00;9.50;2033.80;1.61;0.62 -2447;13;2156.00;9.50;860.20;-1.52;0.94 -2448;13;2506.00;9.50;1657.20;4.58;1.22 -2449;13;2006.60;9.50;1618.60;2.52;1.74 -2450;13;843.80;9.50;122.40;-1.23;1.26 -2451;13;353.60;9.50;519.80;1.47;1.22 -2452;13;597.20;9.50;1452.00;1.77;1.16 -2453;13;625.20;9.50;688.40;4.41;0.98 -2454;13;1145.40;9.50;1059.00;1.39;1.22 -2455;13;2963.60;9.50;1681.00;0.13;1.16 -2456;13;3437.40;9.50;389.80;-1.47;1.34 -2457;13;1686.00;9.50;365.00;1.40;1.40 -2458;13;1775.60;9.50;1517.80;1.15;1.54 -2459;13;1403.40;9.50;173.00;1.57;1.32 -2460;13;5102.40;9.50;1639.80;-1.09;1.72 -2461;13;3272.40;9.50;17.40;4.12;0.58 -2462;13;5476.80;9.50;815.20;-0.91;1.40 -2463;13;5037.60;9.50;1025.20;0.94;1.14 -2464;13;4547.80;9.50;364.00;1.43;1.16 -2465;13;4015.80;9.50;683.60;1.66;0.94 -2466;13;4543.00;9.50;83.00;0.14;1.16 -2467;13;3758.60;9.50;864.80;-0.75;0.92 -2468;13;3584.80;9.50;31.00;4.38;1.04 -2469;13;3083.60;9.50;105.80;1.34;0.96 -2470;13;2412.20;9.50;15.40;4.08;0.52 -2471;13;2147.00;9.50;378.40;4.22;0.90 -2472;13;2159.60;9.50;823.40;-0.85;0.44 -2473;13;2626.00;9.50;1641.00;0.58;1.26 -2474;13;1964.20;9.50;1549.00;-1.41;1.42 -2475;13;830.80;9.50;119.20;1.69;0.96 -2476;13;325.20;9.50;551.80;4.56;0.96 -2477;13;634.20;9.50;1399.00;4.71;1.04 -2478;13;549.60;9.50;725.60;-1.46;1.38 -2479;13;1150.40;9.50;1111.60;1.46;1.24 -2480;13;3461.60;9.50;239.00;1.14;1.18 -2481;13;2667.00;9.50;1671.00;1.37;0.74 -2482;13;1677.80;9.50;258.00;0.81;0.92 -2483;13;1680.20;9.50;1476.80;-0.94;1.16 -2484;13;1368.60;9.50;43.80;2.56;1.16 -2485;13;5043.40;9.50;1559.00;-0.54;0.72 -2486;13;3751.00;9.50;135.60;-1.03;1.24 -2487;13;5426.20;9.50;875.00;1.57;1.40 -2488;13;4974.20;9.50;1018.80;1.21;1.24 -2490;13;4516.20;9.50;486.20;-0.78;0.86 -2491;13;3963.40;9.50;703.40;0.13;1.26 -2492;13;4614.40;9.50;67.60;-1.22;0.96 -2493;13;3756.60;9.50;912.80;-1.02;0.90 -2494;13;3643.60;9.50;36.40;-0.80;0.90 -2495;13;3102.60;9.50;59.00;1.03;0.82 -2496;13;2381.80;9.50;7.80;2.97;0.20 -2497;13;2174.00;9.50;412.00;4.24;0.92 -2498;13;2122.40;9.50;836.60;1.81;0.62 -2499;13;2756.60;9.50;1840.80;1.95;1.18 -2500;13;1609.20;9.50;1164.60;0.29;0.70 -2501;13;744.40;9.50;40.40;4.02;1.24 -2502;13;272.40;9.50;523.60;0.33;1.00 -2503;13;586.20;9.50;1501.40;-1.50;0.84 -2504;13;584.60;9.50;787.40;4.58;1.24 -2505;13;1089.60;9.50;1072.20;1.35;1.04 -2506;13;2935.20;9.50;1662.40;0.92;1.42 -2507;13;3594.00;9.50;183.00;1.37;0.94 -2508;13;1680.20;9.50;142.00;1.06;0.94 -2509;13;1533.80;9.50;23.00;2.76;0.54 -2510;13;5001.80;9.50;1518.40;-0.36;0.80 -2511;13;3924.40;9.50;67.20;4.56;1.32 -2512;13;5402.00;9.50;913.80;4.69;0.98 -2513;13;4992.00;9.50;1056.60;0.57;1.42 -2514;13;4506.80;9.50;507.00;1.33;0.94 -2515;13;3943.40;9.67;683.40;4.12;0.92 -2516;13;4692.00;9.50;111.20;1.33;0.74 -2517;13;3868.20;9.50;969.40;1.89;0.88 -2518;13;3583.40;9.50;54.20;-1.10;1.26 -2519;13;3019.20;9.50;237.20;0.33;1.02 -2520;13;2321.20;9.50;30.80;0.93;1.26 -2521;13;2113.20;9.50;370.00;-1.26;0.86 -2522;13;2125.60;9.50;842.00;-0.31;1.00 -2523;13;2574.40;9.50;1690.40;0.95;1.60 -2524;13;679.80;9.50;67.20;-1.54;1.44 -2525;13;230.60;9.50;542.20;1.52;1.06 -2526;13;14.60;9.50;1618.60;0.08;0.64 -2527;13;647.00;9.50;1507.20;-0.87;1.48 -2528;13;705.20;9.50;793.20;1.83;1.08 -2529;13;1081.00;9.50;1163.80;4.51;1.14 -2530;13;2886.80;9.50;1735.00;0.38;0.84 -2531;13;3634.80;9.50;280.20;1.75;1.08 -2532;13;1671.80;9.50;65.60;4.60;0.78 -2533;13;1662.00;9.50;45.60;0.99;1.02 -2534;13;5017.20;9.50;1454.20;0.58;0.82 -2535;13;5320.20;9.50;816.80;0.30;1.28 -2536;13;4983.80;9.50;1120.60;-0.92;1.10 -2537;13;4510.60;9.50;455.80;4.39;1.02 -2538;13;3925.00;9.50;630.60;0.50;0.80 -2539;13;4699.60;9.50;88.80;-1.39;1.02 -2540;13;3843.80;9.50;995.40;1.24;0.88 -2541;13;3663.80;9.50;97.60;1.35;1.34 -2542;13;3014.60;9.50;305.80;1.39;1.16 -2543;13;2362.20;9.50;24.20;1.77;0.84 -2544;13;2073.80;9.50;359.20;-0.98;0.94 -2545;13;2078.60;9.50;892.60;-1.15;1.16 -2546;13;2483.40;9.50;1689.20;-0.81;1.08 -2547;13;1596.60;9.50;1014.00;-0.10;1.22 -2548;13;694.80;9.50;37.60;2.51;0.98 -2549;13;205.60;9.50;567.60;0.08;1.16 -2550;13;26.00;9.50;1536.60;-1.26;1.20 -2551;13;607.20;9.50;1453.40;-1.49;1.18 -2552;13;610.60;9.50;737.00;-1.07;1.48 -2553;13;1033.20;9.50;1240.20;-1.53;1.32 -2554;13;2944.80;9.50;1824.40;-0.27;1.36 -2555;13;3751.00;9.50;332.60;1.42;1.14 -2556;13;161.20;9.50;1961.00;-0.23;1.16 -2557;13;1573.00;9.50;164.00;0.19;1.32 -2558;13;5011.60;9.50;609.60;0.49;0.94 -2559;13;4920.40;9.50;1103.00;-1.26;1.28 -2560;13;5370.00;9.69;1824.60;2.00;0.64 -2561;13;4487.00;9.50;398.00;-1.10;0.98 -2562;13;3972.40;9.50;641.20;1.78;0.90 -2563;13;4555.20;9.50;29.80;3.92;0.84 -2564;13;3877.00;9.50;994.00;0.78;0.88 -2565;13;3684.60;9.50;84.60;-1.29;1.12 -2566;13;2948.40;9.50;287.40;4.27;0.86 -2567;13;2321.60;9.50;13.80;3.77;0.32 -2568;13;2678.40;9.50;2032.60;1.65;0.66 -2569;13;2049.80;9.50;854.00;0.23;1.48 -2570;13;2427.00;9.50;1712.60;-0.50;1.44 -2571;13;1724.20;9.50;1056.60;-0.54;1.36 -2572;13;616.20;9.50;38.20;2.50;1.04 -2573;13;248.00;9.50;590.80;4.54;1.34 -2574;13;11.40;9.50;1588.40;-1.35;1.14 -2575;13;662.60;9.50;1474.20;-1.28;1.26 -2576;13;641.20;9.50;827.80;4.68;1.56 -2577;13;1053.60;9.50;1194.60;1.35;1.12 -2578;13;2988.80;9.50;1943.60;-0.92;1.18 -2579;13;3658.40;9.50;433.60;0.90;1.02 -2580;13;1867.60;9.50;101.40;-1.32;1.30 -2581;13;240.40;9.50;1867.60;1.40;0.84 -2582;13;1462.00;9.50;56.20;-1.19;0.98 -2583;13;4993.60;9.50;1383.80;0.46;1.44 -2584;13;3458.60;9.50;39.40;4.37;1.20 -2585;13;4943.80;9.50;623.20;0.04;1.08 -2586;13;4962.00;9.50;1165.20;4.17;1.06 -2587;13;4446.60;9.50;399.20;-0.70;0.94 -2588;13;4015.40;9.50;625.00;1.07;0.92 -2589;13;4631.40;9.50;35.00;1.98;1.02 -2590;13;3871.20;9.50;1026.20;1.36;1.10 -2591;13;3733.00;9.50;39.00;1.24;1.00 -2592;13;2954.80;9.50;236.80;1.38;1.06 -2593;13;2294.00;9.50;16.00;2.67;0.42 -2594;13;2135.60;9.50;416.60;1.66;0.94 -2595;13;2070.80;9.50;941.80;1.61;1.10 -2596;13;2395.40;9.50;1770.60;-0.75;1.38 -2597;13;1831.20;9.50;1031.20;-0.27;1.02 -2598;13;613.40;9.50;59.60;-1.49;1.30 -2599;13;322.40;9.50;630.40;1.36;1.34 -2600;13;138.60;9.50;1522.60;1.47;0.86 -2601;13;747.20;9.50;1520.00;0.76;1.18 -2602;13;580.40;9.50;820.80;-1.15;0.90 -2603;13;976.80;9.50;1237.80;-1.21;1.22 -2604;13;3184.60;9.50;2043.80;1.66;0.46 -2605;13;3509.00;9.50;448.80;0.20;1.18 -2606;13;1911.20;9.50;161.20;-1.53;1.58 -2607;13;17.20;9.50;1909.40;-0.62;1.06 -2608;13;1451.60;9.50;230.20;1.75;1.30 -2609;13;4838.80;9.50;1307.00;1.26;1.28 -2610;13;3550.00;9.50;16.40;2.06;0.60 -2611;13;4969.60;9.50;651.20;-1.36;1.06 -2612;13;4955.60;9.50;1170.00;0.84;1.16 -2613;13;5443.80;9.50;1778.00;4.71;1.44 -2614;13;4503.20;9.50;456.20;1.77;1.06 -2615;13;3969.80;9.50;583.00;-0.76;0.96 -2616;13;4650.00;9.50;20.40;2.77;0.50 -2617;13;3802.40;9.50;1009.00;1.35;0.90 -2618;13;3688.80;9.50;127.40;-1.51;0.98 -2619;13;2914.00;9.50;250.80;1.14;0.84 -2620;13;2182.20;9.50;442.60;4.63;0.92 -2621;13;2026.80;9.50;978.00;-1.17;1.06 -2622;13;2374.20;9.50;1708.40;1.51;1.18 -2623;13;1337.40;9.50;1304.60;4.49;1.22 -2624;13;642.40;9.50;116.80;1.94;1.34 -2625;13;151.60;9.50;615.40;-1.26;0.96 -2626;13;134.00;9.50;1548.00;1.10;0.92 -2627;13;570.80;9.50;1538.80;-1.45;1.02 -2628;13;751.40;9.50;851.60;1.63;1.20 -2629;13;975.40;9.50;1269.00;1.07;1.30 -2630;13;3313.40;9.50;2031.60;4.67;0.78 -2631;13;3472.60;9.50;518.40;4.62;1.10 -2632;13;1998.00;9.50;163.60;1.45;1.18 -2633;13;1563.40;9.50;304.20;-1.05;1.46 -2634;13;4928.80;9.50;1320.00;1.57;0.78 -2635;13;3495.80;9.50;50.00;-1.36;1.04 -2636;13;4930.00;9.50;672.40;-0.74;1.10 -2637;13;4889.00;9.50;1134.80;-1.27;1.30 -2638;13;4459.60;9.70;482.60;-1.01;1.10 -2639;13;3923.00;9.50;607.20;4.51;0.96 -2640;13;3763.00;9.50;1021.60;0.65;1.12 -2641;13;3676.60;9.50;128.60;1.28;1.28 -2642;13;2941.20;9.50;289.80;1.36;0.88 -2643;13;2048.00;9.50;418.60;-0.94;1.14 -2644;13;2023.00;9.50;963.40;1.05;1.26 -2645;13;2365.60;9.50;1735.40;-0.65;1.16 -2646;13;1320.00;9.50;1286.00;0.54;1.08 -2647;13;706.00;9.50;122.20;4.55;1.20 -2648;13;248.80;9.50;624.00;0.23;1.16 -2649;13;78.00;9.50;1600.20;-1.26;1.14 -2650;13;492.40;9.50;1543.60;4.65;0.96 -2651;13;634.20;9.50;871.40;1.51;1.02 -2652;13;882.40;9.50;1319.20;-1.54;1.10 -2653;13;3400.80;9.50;2010.00;-1.38;1.42 -2654;13;3524.80;9.50;605.60;-1.24;1.18 -2655;13;2052.60;9.50;98.60;3.96;1.10 -2656;13;53.60;9.50;1841.60;-1.46;0.70 -2657;13;1439.20;9.50;862.00;1.22;0.94 -2658;13;4939.20;9.50;1263.00;-0.81;0.90 -2659;13;3605.00;9.50;122.80;1.62;0.86 -2660;13;5265.60;9.50;12.80;4.50;0.52 -2661;13;4936.40;9.50;736.40;-1.21;1.10 -2662;13;4908.80;9.50;1100.80;1.60;0.92 -2663;13;5459.00;9.50;1725.00;1.32;1.10 -2664;13;4416.60;9.50;518.60;1.66;1.14 -2665;13;3914.40;9.50;607.80;1.61;0.74 -2666;13;3616.20;9.50;1046.60;-0.96;0.98 -2667;13;3602.60;9.50;157.00;-0.87;1.18 -2668;13;2903.60;9.50;303.60;0.91;0.74 -2669;13;2088.80;9.50;173.00;1.57;1.02 -2670;13;2003.40;9.50;946.40;0.93;0.98 -2671;13;2340.60;9.50;1759.60;1.32;1.32 -2672;13;1288.60;9.50;1219.40;-0.68;1.10 -2673;13;709.60;9.50;165.40;1.50;1.22 -2674;13;241.80;9.50;683.00;-1.20;1.46 -2675;13;34.60;9.50;1640.60;4.64;1.28 -2676;13;470.60;9.50;1613.80;-1.38;1.10 -2677;13;674.00;9.50;942.20;1.72;0.98 -2678;13;865.40;9.50;1301.40;1.19;0.88 -2679;13;3469.00;9.70;1889.60;0.55;0.84 -2680;13;3609.00;9.50;555.00;1.57;0.96 -2681;13;2023.80;9.50;209.20;1.08;1.34 -2682;13;160.00;9.50;1731.60;-1.19;1.44 -2683;13;1484.80;9.50;929.00;1.12;1.42 -2684;13;4881.20;9.50;1240.60;-0.88;0.84 -2685;13;3838.00;9.50;106.40;1.67;1.20 -2686;13;4995.00;9.50;739.00;4.71;1.00 -2687;13;4891.20;9.50;1062.20;1.32;1.02 -2688;13;5372.60;9.50;1751.20;-1.32;1.08 -2689;13;4379.00;9.50;551.40;-1.19;0.86 -2690;13;3835.00;9.50;598.20;-1.52;0.86 -2691;13;3622.60;9.50;1077.00;1.03;1.10 -2692;13;3705.40;9.50;172.40;-1.48;1.06 -2693;13;2937.40;9.50;343.80;1.62;0.92 -2694;13;2119.00;9.50;464.40;-1.43;0.98 -2695;13;2729.60;9.50;1904.20;-1.52;1.02 -2696;13;2229.40;9.50;1761.60;-1.28;1.04 -2697;13;1355.60;9.50;1194.80;4.65;1.12 -2698;13;739.20;9.50;146.00;-0.56;1.26 -2699;13;188.60;9.50;711.00;-1.44;1.16 -2700;13;114.40;9.50;1652.60;0.90;1.22 -2701;13;602.00;9.50;1585.20;1.42;1.58 -2702;13;646.80;9.50;874.60;-1.01;1.46 -2704;13;3572.20;9.50;723.60;-1.15;0.98 -2705;13;2042.40;9.50;239.20;-1.03;1.18 -2706;13;270.40;9.50;1912.60;1.94;1.02 -2707;13;1520.60;9.50;902.20;0.32;1.50 -2708;13;4829.40;9.50;1191.20;1.05;1.06 -2709;13;3708.80;9.50;23.20;3.71;0.52 -2710;13;5225.60;9.50;33.00;4.20;0.92 -2711;13;5060.60;9.50;769.00;0.44;1.76 -2712;13;4819.60;9.50;1007.00;-0.92;1.22 -2713;13;5371.20;9.50;1711.40;-1.49;1.16 -2714;13;4448.40;9.50;511.20;0.46;1.28 -2715;13;3853.20;9.50;561.00;1.82;1.04 -2716;13;3745.60;9.50;980.00;1.85;0.94 -2717;13;3696.40;9.50;171.60;1.65;1.14 -2718;13;2874.20;9.50;359.40;-1.47;0.88 -2719;13;2183.60;9.50;464.60;0.63;1.06 -2720;13;1967.80;9.50;998.20;1.29;1.12 -2721;13;2260.20;9.50;1720.20;-1.53;0.94 -2722;13;1428.60;9.50;1301.40;0.88;0.96 -2723;13;862.60;9.50;287.20;1.54;1.64 -2724;13;257.60;9.50;744.80;1.24;1.08 -2725;13;65.80;9.50;1708.00;1.80;1.34 -2726;13;628.40;9.50;1628.60;1.63;1.16 -2727;13;839.80;9.50;820.80;-0.78;1.34 -2728;13;806.40;9.50;1357.60;1.29;1.40 -2729;13;2937.20;9.50;1594.40;0.48;0.74 -2730;13;3647.80;9.50;826.20;1.75;1.18 -2731;13;2143.80;9.50;419.60;-0.97;0.76 -2732;13;411.80;9.50;1683.40;4.48;0.96 -2733;13;1525.60;9.50;973.40;2.02;1.08 -2734;13;4676.00;9.50;1280.40;0.00;1.38 -2735;13;5008.80;9.50;781.20;1.40;0.94 -2736;13;4904.00;9.50;999.60;1.19;1.26 -2737;13;4504.40;9.50;560.00;1.57;0.76 -2738;13;3861.20;9.50;564.00;-1.12;0.80 -2739;13;3787.60;9.50;973.40;1.48;1.14 -2740;13;3664.00;9.50;201.40;1.50;1.18 -2741;13;2933.40;9.50;395.20;1.51;0.88 -2742;13;2173.20;9.50;246.80;1.60;0.90 -2743;13;1899.20;9.50;1029.00;4.71;1.06 -2744;13;2220.40;9.50;1707.80;-1.39;1.18 -2745;13;1475.00;9.50;1300.60;2.00;0.98 -2746;13;896.80;9.50;237.00;1.44;1.32 -2747;13;269.20;9.50;756.00;4.55;1.38 -2748;13;72.60;9.50;1711.40;-0.82;0.98 -2749;13;707.60;9.50;1626.20;1.42;1.06 -2750;13;719.40;9.50;797.20;-1.28;1.02 -2751;13;742.00;9.50;1662.20;1.30;1.24 -2752;13;2884.00;9.50;1589.80;-1.14;0.92 -2753;13;3519.00;9.50;841.80;-1.37;0.86 -2754;13;2124.60;9.50;312.80;-0.75;1.08 -2755;13;601.20;9.50;1682.00;1.57;1.28 -2756;13;1476.20;9.50;1007.40;0.68;0.76 -2757;13;4682.60;9.50;1225.20;-0.84;1.16 -2758;13;5011.40;9.50;826.40;4.57;1.06 -2759;13;4937.00;9.50;976.40;0.89;1.40 -2760;13;4518.20;9.50;547.20;-0.34;0.96 -2761;13;3908.40;9.50;577.60;4.45;0.78 -2762;13;3673.00;9.50;930.80;-1.27;1.08 -2763;13;3637.40;9.50;236.60;4.63;1.12 -2764;13;2930.40;9.50;427.80;1.10;0.94 -2765;13;2107.40;9.50;326.40;1.67;1.22 -2766;13;1880.40;9.50;1014.60;0.33;1.02 -2767;13;2211.00;9.50;1705.60;1.84;1.14 -2768;13;1853.40;9.50;1682.60;-1.12;1.08 -2769;13;773.80;9.50;208.40;-1.39;1.24 -2770;13;313.60;9.51;710.60;-1.44;1.24 -2771;13;100.20;9.50;1749.40;1.23;0.98 -2772;13;684.60;9.50;1561.80;1.14;1.24 -2773;13;731.20;9.50;758.60;-1.47;1.06 -2774;13;698.20;9.50;1708.20;-1.33;1.34 -2775;13;2876.00;9.50;1569.80;0.50;0.44 -2776;13;3511.80;9.50;840.20;1.81;0.90 -2777;13;1772.60;9.50;25.00;3.33;0.64 -2778;13;2268.80;9.50;513.40;1.05;1.32 -2779;13;538.20;9.50;1575.40;1.39;1.14 -2780;13;1306.40;9.50;1093.40;1.67;1.24 -2781;13;4753.60;9.50;1233.40;-0.13;1.18 -2782;13;5345.80;9.50;183.80;0.94;1.34 -2783;13;5051.80;9.50;867.20;1.38;0.98 -2784;13;4901.40;9.50;931.40;1.32;1.36 -2785;13;4596.00;9.50;530.60;0.41;0.84 -2786;13;3884.20;9.50;535.40;-1.30;1.02 -2787;13;3676.00;9.50;900.60;1.45;0.98 -2788;13;3751.40;9.50;204.80;1.10;0.90 -2789;13;2879.80;9.50;450.00;1.33;0.90 -2790;13;2074.20;9.50;289.00;1.42;1.20 -2791;13;1906.20;9.50;1073.00;1.31;0.92 -2792;13;2100.00;9.50;1732.00;4.54;0.92 -2793;13;1050.80;9.50;130.20;1.85;1.18 -2794;13;393.00;9.50;736.40;0.97;1.36 -2795;13;14.00;9.50;1748.40;-1.13;1.08 -2796;13;712.60;9.50;1417.20;-1.28;1.12 -2797;13;802.40;9.50;707.80;1.33;1.38 -2798;13;615.60;9.50;1682.80;-1.45;1.20 -2799;13;2842.00;9.50;1578.00;1.57;0.54 -2800;13;3473.20;9.50;876.20;0.67;1.42 -2801;13;2359.80;9.50;615.60;1.01;0.98 -2802;13;409.40;9.50;1640.60;4.65;1.06 -2803;13;1159.00;9.50;1136.80;-1.45;1.06 -2804;13;4708.40;9.50;1130.00;-1.06;1.02 -2805;13;5235.20;9.50;222.00;-1.44;0.82 -2806;13;5054.20;9.50;908.20;0.71;1.32 -2807;13;4865.20;9.50;984.20;1.93;1.26 -2808;13;5237.40;9.50;1758.80;-1.42;1.26 -2809;13;4611.00;9.50;543.60;-0.83;1.34 -2810;13;3841.00;9.50;520.80;-1.41;0.88 -2811;13;3663.00;9.50;852.20;-1.15;0.96 -2812;13;3778.80;9.50;243.20;1.38;1.08 -2813;13;2892.80;9.50;465.80;-0.90;0.90 -2814;13;2092.00;9.50;266.20;-1.06;1.02 -2815;13;1916.20;9.50;1109.00;4.41;0.86 -2816;13;2126.00;9.50;1788.00;1.57;0.86 -2817;13;1848.40;9.50;1614.80;1.10;0.78 -2818;13;1015.80;9.50;56.80;-0.87;1.18 -2819;13;320.00;9.50;803.00;3.92;1.24 -2820;13;16.80;9.50;1725.20;1.48;0.44 -2821;13;773.80;9.50;1403.00;-1.28;1.32 -2822;13;808.80;9.50;729.80;-1.04;1.30 -2823;13;679.00;9.50;1711.60;1.06;1.20 -2824;13;2814.20;9.50;1558.00;-0.87;0.36 -2825;13;3390.80;9.50;1046.00;0.99;1.18 -2826;13;2274.40;9.50;919.60;1.65;1.38 -2827;13;264.40;9.50;1719.00;1.98;1.36 -2828;13;1093.60;9.50;1255.80;4.45;1.12 -2829;13;4722.20;9.50;1023.60;-1.10;1.18 -2830;13;5269.80;9.50;185.80;1.28;0.84 -2831;13;5101.60;9.50;937.20;0.94;1.36 -2832;13;4767.00;9.50;884.80;4.67;1.32 -2833;13;4662.80;9.50;619.20;0.96;1.12 -2834;13;3873.60;9.50;489.80;4.65;0.94 -2835;13;3751.00;9.50;884.40;1.72;0.92 -2836;13;2850.40;9.50;504.20;4.32;1.16 -2837;13;2081.40;9.50;216.00;4.71;1.04 -2838;13;1969.00;9.50;1129.80;1.22;1.02 -2839;13;2108.40;9.50;1760.20;1.41;0.78 -2840;13;1797.20;9.50;1577.20;1.93;1.18 -2841;13;878.20;9.50;73.00;-1.04;1.32 -2842;13;310.20;9.50;810.60;1.01;1.48 -2844;13;700.00;9.50;1388.00;4.57;0.90 -2845;13;902.80;9.50;778.80;1.46;1.20 -2846;13;727.60;9.50;1761.80;2.03;1.46 -2847;13;2789.20;9.50;1506.60;-0.12;0.40 -2848;13;3685.20;9.50;900.20;-1.52;1.08 -2849;13;2251.20;9.60;786.60;-0.43;1.16 -2850;13;179.20;9.50;1562.00;0.87;1.04 -2851;13;1055.80;9.50;1341.00;0.80;1.02 -2852;13;5560.00;9.50;528.40;-1.06;1.28 -2854;13;5262.00;9.50;168.60;4.48;1.22 -2855;13;5060.80;9.50;891.20;-1.41;1.16 -2856;13;4775.20;9.50;809.00;-0.41;1.42 -2857;13;4601.00;9.50;746.60;-0.99;1.12 -2858;13;3906.80;9.50;495.00;4.71;0.90 -2859;13;3756.80;9.50;833.60;4.62;1.16 -2860;13;3725.20;9.50;263.20;1.52;1.10 -2861;13;2944.80;9.50;317.00;-0.75;0.72 -2862;13;2032.00;9.50;206.60;4.61;1.06 -2863;13;1895.00;9.50;1141.40;-0.28;1.12 -2864;13;1996.20;9.50;1763.00;4.52;0.80 -2865;13;1639.80;9.50;1131.40;-1.10;1.20 -2866;13;988.40;9.50;390.80;-1.20;1.24 -2867;13;110.40;9.50;654.40;4.60;1.14 -2868;13;758.40;9.50;1345.40;1.51;0.96 -2869;13;896.20;9.50;820.80;4.52;0.94 -2870;13;661.40;9.50;1769.20;1.36;1.14 -2871;13;2778.20;9.50;1496.00;1.22;0.48 -2872;13;3752.20;9.50;928.20;1.26;0.90 -2873;13;2181.00;9.50;893.00;1.16;1.18 -2874;13;4.80;9.50;1671.40;-1.10;1.06 -2875;13;946.80;9.50;1402.60;0.93;1.44 -2876;13;4711.40;9.50;846.00;4.71;1.14 -2878;13;5192.20;9.50;139.40;-1.20;1.24 -2879;13;5146.20;9.50;909.80;1.04;0.92 -2880;13;4848.40;9.50;843.20;1.52;1.14 -2881;13;5291.40;9.50;1767.40;-1.50;1.28 -2882;13;4568.40;9.50;701.80;-0.39;0.98 -2883;13;3982.80;9.50;551.80;1.32;0.96 -2884;13;3644.00;9.50;281.80;-1.41;1.34 -2885;13;2987.40;9.50;359.20;1.49;0.78 -2886;13;2097.20;9.50;172.80;4.66;0.84 -2887;13;1844.40;9.50;1134.20;0.18;1.12 -2888;13;2041.40;9.50;1733.40;1.49;0.70 -2889;13;1357.20;9.50;1077.40;0.95;1.24 -2890;13;1030.60;9.50;350.00;1.57;1.22 -2891;13;110.60;9.50;601.20;0.94;1.10 -2892;13;786.80;9.50;1296.00;1.28;0.96 -2893;13;974.60;9.50;807.40;-1.02;1.26 -2894;13;556.80;9.50;1822.40;4.48;1.24 -2895;13;2797.40;9.50;1536.60;1.40;0.26 -2896;13;3568.80;9.50;1109.60;-0.82;1.16 -2897;13;2122.60;9.50;980.20;4.24;1.06 -2898;13;871.40;9.50;1517.60;1.33;1.02 -2899;13;4711.20;9.52;753.20;-0.49;1.16 -2901;13;5106.80;9.50;846.20;1.53;1.48 -2902;13;4849.60;9.50;792.60;1.96;0.90 -2903;13;5265.00;9.50;1702.60;1.29;1.10 -2904;13;4512.20;9.50;672.20;-0.78;0.98 -2905;13;3932.00;9.50;531.80;4.33;0.94 -2906;13;3656.60;9.50;825.20;4.33;1.14 -2907;13;3652.40;9.50;332.20;-0.70;0.96 -2908;13;2944.60;9.50;371.20;-0.29;0.72 -2909;13;2573.00;9.50;2034.80;4.68;0.56 -2910;13;1821.00;9.50;1087.20;1.76;1.06 -2911;13;2009.80;9.50;1798.40;4.55;1.34 -2912;13;1366.20;9.50;1072.40;4.34;1.18 -2913;13;875.60;9.50;287.00;4.71;1.28 -2914;13;45.00;9.50;681.60;1.65;1.04 -2915;13;769.00;9.50;1251.00;0.46;0.92 -2916;13;922.40;9.50;762.40;-1.00;1.28 -2917;13;498.20;9.50;1835.00;4.71;1.22 -2918;13;2822.40;9.50;1617.80;1.62;0.50 -2919;13;3682.20;10.28;1069.20;-0.16;0.82 -2920;13;2183.40;9.50;1064.60;-0.29;1.16 -2921;13;784.20;9.50;1611.60;-1.50;0.94 -2922;13;4751.60;9.50;704.40;0.78;0.94 -2924;13;5412.40;9.50;28.80;1.58;1.24 -2925;13;5128.40;9.50;830.20;-0.22;1.26 -2926;13;4944.60;9.50;973.60;4.62;1.08 -2927;13;5181.80;9.50;1670.60;-1.36;0.96 -2928;13;4495.20;9.79;707.20;-1.40;1.12 -2929;13;3983.00;9.50;491.80;1.14;0.96 -2930;13;3786.40;9.50;753.40;1.70;0.86 -2931;13;3716.40;9.50;355.60;0.62;1.02 -2932;13;2937.60;9.50;445.60;-0.94;0.92 -2933;13;2051.60;9.50;141.80;1.15;1.22 -2934;13;1821.00;9.50;1184.60;1.25;1.28 -2935;13;1963.80;9.50;1737.20;0.78;1.20 -2936;13;2820.60;9.50;1965.80;0.84;1.36 -2937;13;933.20;9.50;298.00;-1.17;1.48 -2938;13;64.40;9.50;655.60;-0.75;1.30 -2939;13;779.20;9.50;1224.20;-1.29;0.94 -2940;13;919.20;9.50;735.40;1.51;0.96 -2941;13;672.60;9.50;978.00;1.34;0.84 -2942;13;2776.80;9.50;1634.20;-0.15;1.24 -2943;13;3699.40;9.50;1044.20;-1.35;0.86 -2944;13;2153.60;9.50;1243.20;-1.02;1.14 -2945;13;765.80;9.50;1738.00;-0.76;1.76 -2946;13;4636.60;9.50;787.20;0.99;1.06 -2948;13;5282.40;9.50;61.60;4.09;1.06 -2949;13;5280.60;9.50;835.20;1.54;1.28 -2950;13;4913.00;9.50;930.20;-1.53;0.84 -2951;13;5182.40;9.50;1639.60;4.62;0.90 -2952;13;4526.80;9.50;722.60;-1.24;1.10 -2953;13;3995.60;9.50;451.20;1.75;0.96 -2954;13;3646.20;9.50;775.80;4.66;1.10 -2955;13;3692.00;9.50;302.00;-1.10;1.24 -2956;13;2977.80;9.50;462.00;-1.36;1.04 -2957;13;2100.60;9.50;116.80;0.88;1.18 -2958;13;2348.60;9.50;943.00;4.71;0.92 -2959;13;2154.80;9.50;1795.00;1.33;1.14 -2960;13;2851.20;9.50;1908.60;0.69;0.94 -2961;13;886.60;9.50;336.20;1.52;1.30 -2962;13;46.80;9.50;712.40;0.86;1.08 -2963;13;875.40;9.50;1189.60;1.36;1.36 -2964;13;980.20;9.50;702.00;1.15;1.38 -2965;13;619.60;9.50;1890.40;1.75;1.16 -2966;13;2853.40;9.50;1623.20;0.62;0.94 -2967;13;3827.20;9.50;1043.60;1.44;0.86 -2968;13;2154.00;9.50;1115.80;0.80;1.08 -2969;13;38.40;9.50;1484.80;-1.18;1.22 -2970;13;745.20;9.56;1860.60;1.14;1.98 -2971;13;4667.60;9.50;823.60;0.11;1.04 -2973;13;5395.20;9.50;77.40;1.52;1.00 -2974;13;5352.80;9.50;877.00;0.41;1.48 -2975;13;4985.00;9.50;961.20;3.76;1.10 -2977;13;2801.60;9.50;1524.00;1.28;0.28 -2978;13;4561.40;9.50;776.80;4.66;1.14 -2979;13;4037.20;9.50;442.20;0.87;0.98 -2980;13;3745.60;9.50;732.20;1.03;0.72 -2981;13;3614.80;9.50;375.20;4.35;0.98 -2982;13;2993.60;9.50;492.40;0.11;0.90 -2983;13;2032.20;9.50;81.60;0.31;1.28 -2984;13;2340.20;9.50;980.00;-1.12;1.22 -2985;13;2130.00;9.50;1564.80;-1.45;1.96 -2986;13;2887.20;9.50;1848.00;0.56;0.86 -2987;13;897.80;9.50;336.00;4.71;0.98 -2988;13;58.40;9.50;767.60;1.33;0.92 -2989;13;849.20;9.50;1245.20;0.74;1.28 -2990;13;1019.40;9.50;741.60;1.07;1.24 -2991;13;206.00;9.50;2028.80;4.66;0.24 -2993;13;2860.40;9.50;1666.80;0.75;0.98 -2997;13;2075.20;9.50;1086.60;-1.20;1.02 -3001;13;197.40;9.50;1403.00;4.52;1.36 -3002;13;495.00;9.50;1963.60;4.27;1.24 -3006;13;4648.80;9.50;948.80;-0.35;1.06 -3011;13;5486.80;9.50;101.20;1.00;1.66 -3014;13;5291.80;9.50;868.80;0.98;1.18 -3015;13;5017.80;9.50;920.00;1.26;1.28 -3019;13;5332.00;9.69;1663.60;4.27;1.12 -3020;13;4515.20;9.50;758.40;-1.05;1.10 -3023;13;4036.00;9.50;413.00;4.71;0.94 -3024;13;3756.80;9.50;701.00;1.25;0.78 -3028;13;3599.00;9.50;350.80;0.62;0.90 -3029;13;2933.00;9.50;498.20;-1.27;0.98 -3032;13;2032.60;9.50;49.40;4.58;1.02 -3036;13;2297.40;9.50;968.00;4.35;1.12 -3037;13;2162.20;9.50;1667.00;1.36;1.82 -3038;13;2860.20;9.50;1939.00;4.71;0.92 -3042;13;916.80;9.50;378.00;4.71;0.92 -3043;13;110.20;9.50;706.40;1.17;1.32 -3046;13;25.00;9.50;1779.40;0.72;0.80 -3047;13;909.60;9.50;1234.00;1.87;1.14 -3051;13;1037.00;9.50;830.20;-1.53;1.02 -3052;13;207.40;9.50;2019.40;-1.50;0.82 -3195;13;2729.40;10.41;1691.80;-0.75;1.16 -3198;13;2077.40;9.50;944.00;-0.87;0.92 -3200;13;169.60;9.50;1443.20;-1.44;0.96 -3201;13;340.80;9.50;1923.60;1.89;0.48 -3204;13;4632.40;9.50;1008.00;1.84;0.94 -3209;13;5361.00;9.50;123.80;4.67;1.00 -3212;13;5188.20;9.50;924.00;4.18;1.20 -3213;13;4938.00;9.50;899.00;4.46;1.00 -3218;13;4514.80;9.50;786.40;1.34;0.98 -3222;13;3995.20;9.50;410.80;4.66;0.88 -3223;13;3752.20;9.50;621.60;4.61;1.00 -3227;13;3565.60;9.50;311.40;4.29;0.84 -3228;13;2926.60;9.50;547.00;4.71;0.94 -3232;13;2621.00;9.50;145.00;-1.42;1.06 -3233;13;1996.60;9.50;41.40;-0.98;0.82 -3237;13;2248.40;9.50;973.20;4.53;1.08 -3238;13;2201.60;9.50;1576.00;-0.31;1.66 -3239;13;1431.40;9.50;1029.80;0.49;1.22 -3243;13;924.00;9.50;419.80;-1.34;1.26 -3244;13;122.00;9.50;703.80;4.67;1.06 -3248;13;26.80;9.50;1798.00;-1.31;1.00 -3249;13;868.00;9.50;1272.20;-1.53;1.04 -3252;13;1081.00;9.50;787.80;-1.43;1.08 -3253;13;427.20;9.50;1927.00;-0.67;1.70 -3400;13;2830.60;9.50;1711.80;0.28;0.88 -3405;13;2091.20;9.50;976.80;-0.24;1.12 -3408;13;269.20;9.50;1338.60;0.69;1.34 -3411;13;4577.00;9.50;915.20;0.93;0.92 -3416;13;5389.20;9.50;168.00;1.77;0.98 -3419;13;5179.20;9.50;930.40;0.84;1.22 -3420;13;4990.20;9.50;875.40;1.72;1.10 -3424;13;5196.00;9.50;1570.80;0.48;1.20 -3425;13;4463.40;9.50;761.60;1.05;1.02 -3428;13;4041.80;9.50;366.80;1.32;0.92 -3429;13;3732.00;9.50;666.40;-1.23;1.14 -3432;13;3599.80;9.50;320.00;-1.17;1.18 -3433;13;2951.20;9.50;591.40;1.46;0.96 -3436;13;2675.80;9.50;190.80;1.05;0.78 -3437;13;2053.00;9.50;26.00;3.46;0.68 -3440;13;2291.00;9.50;1016.20;1.53;1.28 -3441;13;2049.60;9.50;1699.00;1.34;1.02 -3442;13;1526.40;9.50;989.20;1.39;0.88 -3445;13;1054.60;9.50;459.60;1.64;1.24 -3446;13;71.00;9.50;765.80;4.67;1.22 -3450;13;96.40;9.50;1768.80;-1.08;0.96 -3451;13;929.60;9.50;1184.20;1.52;1.08 -3453;13;1187.00;9.50;781.80;0.80;1.26 -3454;13;483.00;9.50;1910.00;1.57;0.74 -3528;13;2759.60;9.50;1510.80;0.66;0.52 -3590;13;2693.20;10.87;1636.80;-0.02;1.02 -3591;13;227.20;9.50;1895.20;1.54;0.72 -3595;13;2003.60;9.50;1177.80;1.83;1.08 -3599;13;292.20;9.50;1456.00;-1.20;0.82 -3600;13;485.40;9.50;1838.20;1.17;1.46 -3603;13;4577.40;9.50;801.20;0.18;0.80 -3607;13;5398.00;9.50;170.80;-1.14;1.38 -3610;13;5206.00;9.50;945.80;-1.07;1.38 -3611;13;4863.00;9.50;765.80;-0.33;0.96 -3615;13;5186.40;9.50;1538.60;-0.91;0.68 -3616;13;4424.20;9.50;721.00;-1.12;0.92 -3619;13;4005.00;9.50;372.20;1.53;0.86 -3620;13;3614.40;9.50;664.20;-1.53;1.10 -3624;13;3547.00;9.50;255.60;-1.19;1.22 -3625;13;2917.80;9.50;628.60;-0.97;0.94 -3628;13;2581.20;9.50;156.20;-1.21;0.88 -3632;13;2325.00;9.50;1011.20;0.65;1.00 -3633;13;1963.40;9.50;1790.80;-0.70;0.98 -3634;13;1551.00;9.50;875.20;1.27;1.18 -3637;13;957.80;9.50;476.60;-1.44;1.04 -3638;13;201.60;9.50;771.00;1.33;0.84 -3642;13;68.60;9.50;1807.00;-1.39;0.90 -3643;13;966.80;9.50;1235.00;1.76;1.08 -3647;13;1100.80;9.50;867.40;0.76;1.26 -3648;13;541.00;9.50;1905.60;0.94;1.20 -3785;13;2660.60;9.50;1643.80;-0.32;0.60 -3789;13;1954.40;9.50;1050.00;4.18;0.90 -3792;13;711.80;9.50;1441.20;1.54;0.74 -3793;13;582.80;9.50;1852.20;1.21;1.16 -3797;13;4468.00;9.50;739.20;-1.15;1.12 -3801;13;5350.20;9.50;126.20;1.20;1.28 -3804;13;5178.60;9.50;989.20;4.33;1.16 -3805;13;4925.60;9.50;753.00;1.38;1.02 -3808;13;5116.00;9.50;1559.80;-0.79;1.44 -3809;13;4404.40;9.50;745.20;-0.56;0.78 -3812;13;3980.40;9.50;338.80;4.49;0.96 -3813;13;3667.20;9.50;672.00;-1.20;1.04 -3817;13;3626.60;9.50;237.00;1.57;1.04 -3818;13;2926.40;9.50;694.60;4.59;0.78 -3821;13;2597.40;9.50;220.00;-1.34;0.94 -3822;13;2008.80;9.50;23.20;3.07;0.58 -3825;13;2232.40;9.50;1055.00;-0.83;1.20 -3826;13;1985.80;9.50;1766.00;1.20;0.96 -3827;13;764.60;9.50;265.80;4.45;1.10 -3831;13;753.40;9.50;264.80;1.89;1.24 -3832;13;35.20;9.50;821.60;0.97;0.98 -3836;13;1.20;9.50;1828.20;-0.49;0.30 -3837;13;940.20;9.50;1184.00;4.71;1.32 -3841;13;1142.40;9.50;855.60;-0.88;1.42 -3842;13;558.00;9.50;1929.60;4.65;1.20 -3990;13;2717.00;9.50;1572.60;0.36;0.70 -3993;13;1947.20;9.50;1054.40;1.00;0.92 -3997;13;860.80;9.50;1343.00;0.61;1.46 -3998;13;769.00;9.50;1612.40;1.34;1.20 -4002;13;4393.60;9.50;818.40;0.95;1.24 -4007;13;5293.40;9.50;92.60;-0.91;1.02 -4011;13;5253.00;9.50;1021.00;1.57;1.22 -4012;13;4853.60;9.50;824.60;-0.90;0.86 -4015;13;5152.80;9.50;1510.60;0.54;1.20 -4016;13;4390.60;9.50;767.40;0.61;0.90 -4020;13;3947.20;9.50;409.80;1.36;0.94 -4021;13;3658.20;9.50;624.00;-1.12;1.06 -4025;13;3513.00;9.50;212.60;4.61;1.02 -4026;13;2858.60;9.50;730.20;1.52;0.94 -4030;13;2663.20;9.50;252.80;1.62;0.92 -4034;13;2767.20;9.50;1845.00;-1.20;1.08 -4035;13;1973.60;9.51;1710.80;-1.35;0.96 -4036;13;1492.20;9.50;752.00;4.71;0.80 -4039;13;644.40;9.50;149.80;0.49;1.06 -4040;13;83.20;9.50;816.20;1.52;1.18 -4043;13;44.40;9.50;1840.20;1.78;0.80 -4044;13;846.40;9.50;1137.40;-1.15;1.42 -4048;13;1116.40;9.50;923.80;4.49;1.26 -4049;13;623.20;9.50;1952.20;1.73;0.70 -4212;13;2702.60;9.50;1536.00;0.70;1.12 -4213;13;2574.80;9.50;1223.40;1.37;1.00 -4217;13;1955.00;9.50;1079.60;-0.85;0.88 -4220;13;428.20;9.50;1328.00;-0.81;1.22 -4221;13;690.40;9.50;1582.80;4.68;0.94 -4225;13;4461.40;9.50;580.40;-0.95;0.90 -4230;13;5274.40;9.50;66.60;1.05;1.02 -4234;13;5174.00;9.50;1035.40;4.51;0.86 -4235;13;4939.60;9.50;792.00;1.14;1.14 -4239;13;5080.80;9.50;1465.60;4.60;1.30 -4240;13;4397.60;9.50;790.80;-1.10;1.28 -4243;13;3968.20;9.50;353.20;1.13;1.14 -4244;13;3719.80;9.50;580.40;-0.47;0.90 -4248;13;3604.80;9.50;207.40;1.13;0.88 -4249;13;2879.80;9.50;682.40;1.30;0.92 -4253;13;2657.20;9.50;296.60;1.65;0.96 -4257;13;2386.40;9.50;1002.40;-0.78;1.30 -4258;13;2053.80;9.50;1639.80;4.20;1.60 -4259;13;1529.00;9.50;703.20;1.52;1.04 -4263;13;574.40;9.50;179.40;4.57;1.00 -4264;13;94.80;9.50;815.80;4.68;0.92 -4267;13;906.20;9.50;1088.20;1.20;1.38 -4271;13;1052.60;9.50;920.60;-0.99;1.04 -4370;13;2751.00;9.50;1526.60;0.00;0.52 -4438;13;2656.60;9.50;1518.00;1.03;1.26 -4439;13;2401.60;9.50;1109.60;4.46;1.06 -4443;13;1908.40;9.50;1111.60;1.23;1.04 -4447;13;731.40;9.50;1220.80;4.38;1.32 -4448;13;730.40;9.50;1459.00;-0.97;1.18 -4451;13;4666.20;9.50;586.80;1.60;1.10 -4456;13;5176.00;9.50;91.40;-1.29;1.12 -4460;13;5165.80;9.50;1035.60;1.64;1.20 -4461;13;4934.00;9.50;844.00;4.12;1.02 -4465;13;5073.80;9.50;1403.40;0.86;0.98 -4466;13;4500.00;9.50;821.40;-1.39;1.12 -4470;13;3972.80;9.50;318.40;1.24;0.92 -4471;13;3649.20;9.50;622.40;1.48;0.92 -4474;13;3534.20;9.50;151.60;4.39;1.20 -4475;13;2830.60;9.50;691.80;1.61;0.80 -4479;13;2569.20;9.50;310.20;-1.29;1.16 -4483;13;2437.40;9.50;1008.20;-0.94;1.16 -4484;13;2011.20;9.50;1627.00;-0.41;1.56 -4485;13;1537.60;9.50;704.60;-1.23;1.12 -4489;13;618.80;9.50;215.60;-1.46;0.94 -4490;13;97.20;9.50;865.40;1.67;1.06 -4494;13;944.40;9.50;1130.60;1.65;1.22 -4497;13;1045.00;9.50;968.60;-0.82;1.28 -4498;13;662.20;9.50;1840.20;1.25;1.18 -4662;13;2643.00;9.50;1594.40;1.19;0.96 -4663;13;2252.20;9.50;1306.80;-1.05;1.28 -4667;13;1834.60;9.50;1182.60;-1.46;0.88 -4671;13;505.60;9.50;1283.60;1.32;1.08 -4672;13;832.20;9.50;892.20;1.41;1.00 -4676;13;4730.00;9.50;485.40;1.13;0.40 -4679;13;5151.20;9.50;47.20;1.29;0.96 -4683;13;5145.80;9.50;963.20;0.27;1.32 -4684;13;4903.40;9.50;617.80;-0.28;0.98 -4688;13;5072.40;9.50;1466.60;1.44;1.16 -4689;13;4517.60;9.50;858.80;-1.17;1.04 -4693;13;3929.80;9.50;326.80;1.61;0.94 -4694;13;3635.80;9.50;776.80;1.44;1.12 -4698;13;3482.60;9.50;145.40;-1.16;1.32 -4699;13;2873.80;9.50;628.20;-1.26;0.98 -4702;13;2621.60;9.50;259.00;1.34;0.96 -4706;13;2438.00;9.50;1051.60;1.09;1.36 -4707;13;2084.80;9.50;1500.60;-1.41;1.18 -4708;13;1607.40;9.50;658.20;1.24;1.36 -4712;13;568.40;9.50;216.00;-1.14;1.18 -4713;13;149.80;9.50;860.00;1.20;1.14 -4717;13;955.80;9.50;1133.00;-1.28;1.38 -4721;13;1100.40;9.50;974.40;4.60;1.20 -4722;13;693.00;9.50;1825.00;-1.10;1.04 -4885;13;2704.60;9.50;1475.20;-1.51;0.86 -4886;13;2328.00;9.50;1183.60;4.63;1.02 -4890;13;1835.00;9.50;1264.60;1.63;1.36 -4894;13;590.40;9.50;1132.60;1.65;1.24 -4895;13;922.60;9.50;1349.20;0.91;1.10 -4899;13;4776.20;9.50;602.00;0.19;1.46 -4905;13;5004.00;9.50;31.20;4.10;1.04 -4906;13;5192.20;9.50;1060.60;-0.04;1.16 -4907;13;4879.80;9.50;648.40;0.38;1.02 -4911;13;5111.60;9.50;1521.00;1.57;1.02 -4912;13;4510.80;9.50;889.80;-0.90;1.18 -4916;13;4018.40;9.50;296.40;1.27;1.02 -4917;13;3581.40;9.50;696.80;4.66;1.04 -4921;13;3480.00;9.50;88.40;-1.03;1.10 -4922;13;2824.60;9.50;656.60;4.62;0.68 -4926;13;2561.20;9.50;213.40;-1.44;0.88 -4929;13;2483.40;9.50;1057.00;0.62;1.08 -4930;13;2096.00;9.50;1348.00;4.71;0.88 -4931;13;1653.80;9.50;608.20;1.30;1.10 -4935;13;672.20;9.50;252.00;1.42;1.02 -4936;13;164.80;9.50;819.60;4.66;0.92 -4940;13;1009.00;9.50;1085.60;0.21;1.12 -4944;13;1165.80;9.50;956.40;-1.04;1.08 -4945;13;705.00;9.50;1799.40;1.51;1.14 -5108;13;2785.80;9.50;1428.40;1.05;0.76 -5109;13;2313.20;9.50;1485.40;1.89;1.18 -5111;13;1841.80;9.50;1288.80;-1.12;0.98 -5113;13;258.80;9.50;1287.80;0.83;1.24 -5114;13;1021.00;9.50;1155.00;-1.40;0.98 -5116;13;4749.20;9.50;438.60;0.97;1.00 -5122;13;5037.80;9.69;50.60;-0.46;0.86 -5123;13;5230.40;9.50;1077.60;-1.47;1.18 -5124;13;4892.00;9.50;689.20;-0.89;1.02 -5126;13;5070.80;9.50;1523.00;1.57;0.68 -5127;13;4496.20;9.50;911.00;-0.23;1.24 -5129;13;3955.40;9.50;284.40;1.46;0.88 -5130;13;3604.80;9.50;649.00;1.57;1.02 -5132;13;3538.40;9.50;80.00;-0.84;1.26 -5133;13;2787.00;9.50;657.00;4.39;0.88 -5137;13;2554.00;9.50;213.60;1.42;1.02 -5140;13;2442.40;9.50;1121.20;-1.35;1.16 -5141;13;2092.40;9.50;1390.60;-1.43;1.04 -5142;13;1556.40;9.50;596.40;-1.31;1.26 -5144;13;591.20;9.50;248.80;-0.43;1.34 -5145;13;206.60;9.50;862.80;1.60;0.98 -5147;13;1035.40;9.50;1039.60;0.90;1.16 -5149;13;1190.40;9.50;858.40;-1.50;1.14 -5150;13;720.20;9.50;1799.20;-1.54;1.10 -5233;13;2744.20;9.50;1392.40;0.48;0.78 -5234;13;2452.00;9.50;1464.40;-1.12;1.06 -5235;13;1958.60;9.50;1331.40;1.68;1.26 -5237;13;1090.40;9.50;1114.00;1.42;1.06 -5238;13;4851.00;9.50;539.00;0.58;1.18 -5240;13;5072.80;10.14;13.00;-0.19;1.48 -5241;13;5180.40;9.50;1109.80;-1.09;1.12 -5242;13;4850.20;9.50;735.80;1.62;1.02 -5243;13;5114.60;9.50;1578.60;1.46;1.16 -5244;13;4467.40;9.50;949.40;-0.78;1.40 -5245;13;3993.00;9.50;271.80;1.37;0.86 -5246;13;3565.00;9.50;668.60;0.57;1.30 -5247;13;3482.00;9.50;267.60;0.64;1.30 -5248;13;2801.00;9.50;596.20;0.55;1.08 -5249;13;2494.00;9.50;194.80;-0.33;1.00 -5250;13;2399.20;9.50;1163.40;-1.30;1.24 -5251;13;2057.20;9.50;1355.60;-1.38;1.00 -5252;13;1640.80;9.50;575.20;-1.54;1.06 -5253;13;695.40;9.50;288.60;1.86;0.86 -5254;13;254.40;9.50;847.40;1.09;1.26 -5255;13;967.80;9.50;1089.00;2.02;1.40 -5256;13;1218.00;9.50;916.40;1.69;1.32 -5257;13;890.40;9.50;1699.80;0.67;1.38 -5258;13;2681.20;9.50;1395.80;0.78;0.80 -5259;13;2395.40;9.50;1659.40;4.20;1.44 -5260;13;1951.40;9.50;1216.40;1.09;1.40 -5261;13;40.00;9.50;1222.40;-1.05;1.22 -5262;13;1243.40;9.50;1057.00;1.16;1.24 -5263;13;4841.80;9.50;434.60;0.44;1.04 -5265;13;5169.60;9.50;27.00;1.87;0.78 -5266;13;5223.60;9.50;1176.80;-1.30;1.20 -5267;13;4847.00;9.50;677.80;1.14;1.04 -5268;13;5040.20;9.50;1612.60;-0.93;1.20 -5269;13;4556.40;9.50;952.60;-0.20;1.42 -5270;13;3940.20;9.50;244.00;4.47;1.04 -5271;13;3591.40;9.50;590.40;-0.09;1.04 -5272;13;3479.60;9.50;209.00;-0.38;1.14 -5273;13;2833.20;9.50;530.80;1.12;1.14 -5274;13;2545.80;9.50;246.40;-0.84;0.98 -5275;13;2430.00;9.50;1199.60;1.04;1.10 -5276;13;2052.60;9.50;1407.00;4.44;0.92 -5277;13;1703.80;9.50;523.60;1.47;1.22 -5278;13;606.60;9.50;318.80;4.33;1.06 -5279;13;195.60;9.50;929.20;1.18;1.08 -5280;13;919.20;9.50;1042.20;1.39;1.26 -5281;13;1227.20;9.50;968.00;4.71;1.08 -5282;13;855.40;9.50;1702.60;1.33;0.94 -5284;13;2662.60;9.50;1355.80;1.18;0.80 -5285;13;1620.60;9.50;53.00;1.57;0.84 -5286;13;2503.80;9.50;1744.80;1.20;1.32 -5287;13;2003.80;9.50;1213.00;1.04;1.06 -5288;13;1.20;9.50;1169.40;3.78;0.30 -5289;13;1325.60;9.50;1034.20;1.30;1.16 -5290;13;4865.80;9.50;567.60;4.24;0.98 -5292;13;5217.00;9.50;38.00;1.03;1.08 -5293;13;5254.80;9.50;1134.00;4.71;1.22 -5294;13;4794.00;9.50;660.60;0.69;1.16 -5295;13;5026.80;9.50;1610.60;0.74;1.14 -5296;13;4583.00;9.50;943.20;-1.00;1.30 -5297;13;3962.80;9.50;198.20;4.50;1.02 -5298;13;3496.00;9.50;648.60;-1.26;1.10 -5299;13;3383.80;9.50;328.40;-1.17;1.40 -5300;13;2794.60;9.50;507.40;1.26;0.84 -5301;13;2518.20;9.50;252.00;0.76;0.96 -5302;13;2357.80;9.50;1139.60;-1.44;1.20 -5303;13;2056.40;9.50;1452.20;1.19;1.10 -5304;13;1698.80;9.50;464.80;1.32;1.20 -5305;13;729.40;9.50;304.80;1.89;1.06 -5306;13;115.80;9.50;901.40;0.66;1.28 -5307;13;937.20;9.50;993.60;1.20;1.28 -5308;13;1227.80;9.50;917.60;-1.44;1.02 -5309;13;753.20;9.50;1679.60;-1.17;1.04 -5311;13;2658.20;9.50;1316.40;1.28;0.78 -5312;13;2491.00;9.50;1805.80;4.14;1.50 -5313;13;2021.80;9.50;1339.20;-1.26;1.18 -5314;13;140.60;9.50;1181.20;-1.17;0.94 -5315;13;1384.00;9.50;976.80;-0.96;1.24 -5316;13;4962.80;9.50;455.40;0.46;1.38 -5318;13;5130.40;9.50;121.40;-1.21;1.16 -5319;13;5321.20;9.50;1169.00;0.61;0.98 -5320;13;4842.00;11.13;598.20;-1.19;1.00 -5321;13;4977.60;9.50;1606.20;0.82;1.10 -5322;13;4680.80;9.50;1037.60;0.32;0.94 -5323;13;4022.80;9.50;226.60;1.45;0.98 -5324;13;3516.20;9.50;603.00;1.82;0.88 -5325;13;3419.80;9.50;263.00;0.41;0.98 -5326;13;2802.20;9.50;462.60;1.24;0.94 -5327;13;2465.20;9.50;310.40;-1.49;1.26 -5328;13;2297.00;9.50;1145.00;4.39;1.40 -5329;13;1962.20;9.50;1501.00;-1.25;1.38 -5330;13;1645.60;9.50;408.60;-1.07;1.26 -5331;13;737.20;9.50;307.40;-1.24;1.02 -5332;13;29.00;9.50;875.60;0.49;0.78 -5333;13;1031.20;9.50;992.20;1.53;1.24 -5334;13;1314.80;9.50;930.20;1.34;1.26 -5335;13;864.20;9.50;1647.40;0.92;1.32 -5336;13;2615.00;9.50;1300.80;4.47;0.86 -5337;13;2281.80;9.50;1984.80;-1.46;1.44 -5338;13;1937.60;9.50;1423.60;1.46;0.82 -5339;13;372.20;9.50;1031.20;1.54;0.98 -5340;13;4930.20;9.50;419.80;-0.85;0.76 -5341;13;5168.00;9.50;207.00;-1.10;1.04 -5342;13;5312.60;9.50;1137.80;-1.30;1.30 -5343;13;4742.20;9.50;629.80;1.21;1.74 -5344;13;4947.00;9.50;1627.20;1.83;0.54 -5345;13;4671.60;9.50;1010.60;1.43;0.94 -5346;13;4048.60;9.50;216.40;-1.20;0.94 -5347;13;3438.60;9.50;605.20;-1.17;1.26 -5348;13;3364.20;9.50;236.00;-1.12;1.34 -5349;13;2843.20;9.50;447.40;1.46;0.86 -5350;13;2456.00;9.50;357.00;4.71;0.90 -5351;13;2318.40;9.50;1070.60;0.68;1.20 -5352;13;1958.20;9.50;1469.60;4.44;1.22 -5353;13;1686.40;9.50;309.20;1.28;1.26 -5354;13;733.40;9.50;335.40;0.81;1.06 -5355;13;5.40;9.50;942.20;-1.18;1.04 -5356;13;3.00;9.50;1869.60;-0.85;0.66 -5357;13;1037.00;9.50;938.80;1.76;1.26 -5358;13;1316.00;9.50;865.60;-0.57;0.94 -5359;13;815.00;9.50;1652.60;1.80;0.82 -5360;13;2684.20;9.50;1230.00;1.31;0.80 -5361;13;2261.00;9.50;1953.20;1.30;1.38 -5362;13;2043.40;9.50;1386.40;0.93;1.02 -5363;13;625.40;9.50;981.00;1.16;1.18 -5364;13;5037.40;9.50;489.60;-1.47;1.46 -5365;13;5165.60;9.50;249.00;-0.73;1.32 -5366;13;4769.40;9.50;559.20;1.12;0.84 -5367;13;4719.20;9.50;998.40;1.28;1.12 -5368;13;4023.60;9.50;185.00;-0.71;1.02 -5369;13;3430.60;9.50;569.40;-1.27;0.84 -5370;13;3320.80;9.50;204.40;-1.10;1.22 -5371;13;2761.20;9.50;421.20;-1.53;1.08 -5372;13;2554.60;9.50;337.80;1.09;1.12 -5373;13;2223.80;9.50;1106.80;-1.04;1.28 -5374;13;1947.60;9.50;1471.20;1.53;1.20 -5375;13;1680.00;9.50;234.20;1.52;0.80 -5376;13;689.80;9.50;338.60;1.79;0.84 -5377;13;107.20;9.50;966.20;1.18;1.26 -5378;13;79.00;9.50;1879.60;1.65;0.92 -5379;13;939.20;9.50;959.00;4.71;1.28 -5380;13;1362.80;9.50;912.60;0.60;0.94 -5381;13;860.40;9.50;1559.20;1.11;1.16 -5382;13;2702.40;9.50;1252.00;1.30;0.62 -5383;13;3584.00;9.50;838.40;0.42;0.98 -5384;13;1950.00;9.50;1523.00;1.57;1.06 -5385;13;702.00;9.50;1073.00;-1.10;1.02 -5386;13;5599.80;9.50;94.40;1.96;1.76 -5387;13;5116.80;9.50;420.60;1.64;1.18 -5388;13;3333.60;9.50;1097.40;-0.85;1.04 -5389;13;5172.60;9.50;311.60;4.66;0.92 -5390;13;4830.00;9.50;576.00;1.29;1.30 -5391;13;4960.40;9.50;1652.00;3.52;0.64 -5392;13;4620.40;9.50;904.60;-0.75;1.02 -5393;13;4091.20;9.50;189.20;-1.52;1.10 -5394;13;3424.20;9.50;516.80;-0.83;1.16 -5395;13;3332.00;9.50;155.40;1.69;1.38 -5396;13;2810.20;9.50;393.40;-1.24;1.06 -5397;13;2652.60;9.50;328.40;1.00;1.12 -5398;13;2235.00;9.50;1168.80;1.43;1.20 -5399;13;1954.60;9.50;1366.40;-0.93;1.06 -5400;13;1638.20;9.50;230.60;2.31;1.42 -5401;13;584.60;9.50;392.60;4.30;1.32 -5402;13;162.00;9.50;998.60;1.48;1.12 -5404;13;928.20;9.50;958.80;1.60;1.30 -5405;13;1412.60;9.50;882.80;1.42;0.92 -5406;13;790.80;9.50;1547.40;0.62;1.20 -5407;13;2731.20;9.50;1239.20;-0.49;0.58 -5408;13;2115.80;9.50;1837.60;-1.39;1.24 -5409;13;1842.20;9.50;1422.60;-1.10;0.96 -5410;13;979.60;9.50;1013.20;0.57;1.46 -5411;13;5149.60;9.50;390.60;2.22;1.32 -5412;13;3252.00;9.50;1338.60;-0.65;0.66 -5413;13;5319.80;9.50;294.40;1.51;1.08 -5414;13;4742.80;9.50;505.60;0.04;1.22 -5415;13;5100.60;9.50;1709.60;4.65;0.74 -5416;13;4612.00;9.50;883.80;0.81;1.00 -5417;13;4123.60;9.50;157.40;-1.27;1.00 -5418;13;3519.40;9.50;560.80;1.94;1.02 -5419;13;3340.20;9.50;154.00;4.15;0.94 -5420;13;2760.80;9.50;379.40;4.58;1.08 -5421;13;2648.20;9.50;395.40;1.69;1.06 -5422;13;2286.00;9.50;1148.00;1.37;1.20 -5423;13;1946.60;9.50;1410.40;-1.26;1.02 -5424;13;1689.60;9.50;177.20;1.31;1.20 -5425;13;596.00;9.50;324.20;1.00;1.34 -5426;13;37.60;9.50;1023.20;-1.24;0.98 -5428;13;912.40;9.50;907.80;1.17;1.28 -5429;13;1358.60;9.50;839.80;1.63;0.82 -5430;13;810.80;9.50;1494.40;-1.53;0.64 -5431;13;2795.80;9.50;1249.40;0.05;0.78 -5432;13;2268.40;9.50;1880.40;1.26;1.50 -5433;13;1725.80;9.50;1427.80;4.67;0.88 -5434;13;1000.40;9.50;871.80;1.82;1.22 -5435;13;5211.00;9.50;260.20;-1.15;1.52 -5436;13;1583.40;9.50;966.20;4.19;0.40 -5437;13;5341.40;9.50;245.00;1.19;1.00 -5438;13;4764.20;9.50;500.00;-1.25;0.82 -5439;13;5098.20;9.50;1676.60;1.34;1.18 -5440;13;4609.80;9.50;857.40;1.71;0.92 -5441;13;4763.00;9.50;86.40;-0.72;0.86 -5442;13;3567.40;9.50;565.00;1.78;1.02 -5443;13;3305.80;9.50;104.60;1.45;1.24 -5444;13;2840.00;9.50;353.00;-1.24;0.74 -5445;13;2568.60;9.50;355.00;-0.73;0.90 -5446;13;2162.00;9.50;1133.20;4.58;1.04 -5447;13;1938.80;9.50;1385.60;1.64;1.16 -5448;13;1611.60;9.50;143.00;4.71;1.00 -5449;13;507.20;9.50;299.00;4.71;1.02 -5450;13;38.40;9.50;994.80;1.39;0.88 -5451;13;846.40;9.50;888.20;4.30;1.42 -5452;13;1419.60;9.50;799.60;0.77;1.48 -5453;13;785.80;9.50;1446.60;-0.66;1.02 -5454;13;2799.60;9.50;1293.60;-0.94;0.84 -5455;13;2284.20;9.50;1877.40;4.63;1.04 -5456;13;1802.60;9.50;1357.20;1.52;0.90 -5457;13;861.40;9.50;966.00;0.99;1.02 -5458;13;5214.20;9.50;11.80;1.87;0.46 -5459;13;5157.40;9.50;168.00;-1.21;1.06 -5460;13;5542.20;9.50;275.40;1.35;1.02 -5461;13;5586.60;9.50;1654.20;1.89;1.24 -5462;13;4782.20;9.50;531.60;-0.86;0.94 -5463;13;4679.80;9.50;875.80;1.07;0.82 -5464;13;4054.40;9.50;183.60;4.32;0.92 -5465;13;4716.00;9.50;33.20;0.75;0.88 -5466;13;3534.60;9.50;501.00;-1.07;1.08 -5467;13;3310.40;9.50;47.60;0.78;1.20 -5468;13;2757.60;9.50;332.00;4.30;1.20 -5469;13;2645.00;9.50;429.80;1.22;0.92 -5471;13;2152.40;9.50;1165.80;-0.46;0.98 -5472;13;1678.80;9.50;1314.80;-1.21;0.98 -5473;13;1680.40;9.50;90.40;0.81;0.98 -5474;13;523.60;9.50;389.00;4.53;1.22 -5475;13;22.60;9.50;1045.80;0.92;0.64 -5476;13;904.60;9.50;843.40;-1.09;1.30 -5477;13;1326.40;9.50;793.60;4.63;1.16 -5478;13;749.20;9.50;1494.80;-1.23;0.98 -5479;13;2863.00;9.50;1268.80;0.48;0.94 -5480;13;2332.40;9.50;1792.60;-1.22;1.26 -5481;13;1705.60;9.50;1255.00;4.71;0.88 -5482;13;773.60;9.50;832.00;-0.85;1.04 -5483;13;5449.40;9.50;63.40;0.98;1.18 -5484;13;5165.80;9.50;89.20;1.72;1.22 -5485;13;5412.60;9.50;260.60;4.12;1.22 -5486;13;1122.00;12.30;1643.40;-1.57;0.86 -5487;13;4808.80;9.50;503.80;4.40;1.02 -5488;13;5232.00;9.50;1508.00;1.32;0.92 -5489;13;4615.60;9.50;832.60;-0.90;1.10 -5490;13;4079.40;9.50;142.40;-1.26;1.02 -5491;13;4792.20;9.50;143.80;1.87;1.00 -5492;13;3621.00;9.50;499.60;1.67;1.08 -5493;13;3227.80;9.50;73.20;-1.32;1.24 -5494;13;2838.00;9.50;286.00;0.64;0.94 -5495;13;2594.60;9.50;472.40;1.70;1.00 -5496;13;1905.20;9.50;25.40;3.46;0.72 -5497;13;2158.60;9.50;1067.40;0.88;1.12 -5498;13;1818.80;9.50;1397.60;4.64;0.86 -5499;13;1635.80;9.50;80.80;0.83;0.94 -5500;13;506.80;9.50;329.20;-1.26;1.06 -5501;13;38.60;9.50;1069.00;4.71;0.96 -5502;13;925.40;9.50;905.40;-1.50;0.88 -5503;13;1289.60;9.50;835.60;4.62;0.98 -5504;13;827.60;9.50;1458.40;-1.38;0.98 -5505;13;2881.20;9.50;1349.20;0.71;1.00 -5506;13;2293.40;9.50;1663.80;-1.08;1.14 -5507;13;1772.40;9.50;1143.60;-1.43;1.54 -5508;13;584.80;9.50;917.60;-1.07;1.42 -5509;13;5271.80;9.50;115.80;1.23;1.26 -5510;13;4992.00;9.50;59.40;-0.39;1.02 -5511;13;5501.00;9.50;183.40;1.03;1.16 -5512;13;5562.00;9.50;1671.20;0.23;1.28 -5513;13;4880.00;9.50;468.80;0.55;1.06 -5514;13;5074.00;9.50;1717.80;3.14;0.44 -5515;13;4730.20;9.50;578.00;2.12;1.12 -5516;13;4116.40;9.50;112.80;-1.18;1.10 -5517;13;4762.40;9.50;68.00;1.57;0.62 -5518;13;3534.20;9.50;461.40;4.57;0.96 -5519;13;3237.00;9.50;36.00;4.71;1.06 -5520;13;2876.20;9.50;290.20;0.63;0.80 -5521;13;2600.20;9.50;410.60;1.07;1.02 -5522;13;1953.80;9.50;75.60;-1.44;1.02 -5523;13;2137.20;9.50;1008.20;-0.22;1.22 -5524;13;1802.80;9.50;1423.40;-0.18;0.94 -5525;13;1558.00;9.50;67.20;-0.75;1.24 -5526;13;458.00;9.50;337.80;4.47;1.26 -5527;13;115.00;9.50;1038.40;-1.19;1.22 -5528;13;1044.60;9.50;858.00;0.51;1.34 -5529;13;1280.00;9.50;832.80;2.14;1.14 -5530;13;882.80;9.50;1422.80;1.60;1.22 -5531;13;2883.20;9.50;1268.20;-0.60;0.88 -5532;13;2414.20;9.50;1512.40;4.34;1.04 -5533;13;1866.40;9.50;1096.60;1.65;1.12 -5534;13;385.80;9.50;829.00;1.76;1.32 -5535;13;5385.40;9.50;207.00;0.85;1.14 -5536;13;4890.40;9.50;96.60;-0.75;1.10 -5537;13;5410.60;9.50;217.00;-1.46;1.18 -5538;13;4902.40;9.50;467.60;-0.11;0.86 -5539;13;4437.40;9.50;651.40;0.09;0.92 -5540;13;3988.00;9.50;153.40;-1.03;1.08 -5541;13;4804.80;9.50;99.40;4.58;1.00 -5542;13;3615.60;9.50;454.60;1.43;0.98 -5543;13;3421.80;9.50;194.40;-0.48;1.12 -5544;13;2840.40;9.50;262.40;-1.48;0.80 -5545;13;2511.40;9.50;380.60;-0.98;1.26 -5546;13;1934.00;9.50;36.40;4.40;1.08 -5547;13;2198.80;9.50;966.80;1.38;1.30 -5548;13;1806.60;9.50;1381.80;0.85;0.86 -5549;13;1592.40;9.50;120.40;0.53;1.14 -5550;13;490.00;9.50;195.60;1.09;1.18 -5551;13;175.40;9.50;1097.40;1.84;1.32 -5552;13;810.20;9.50;986.40;1.17;1.00 -5553;13;1230.40;9.50;784.20;0.52;1.22 -5554;13;989.40;9.50;1367.80;1.33;1.28 -5555;13;2942.00;9.50;1374.00;0.00;0.86 -5556;13;2231.80;9.50;1366.00;4.71;0.84 -5557;13;1779.60;9.50;1098.80;0.74;1.00 -5558;13;317.60;9.50;911.80;-1.19;1.18 -5559;13;5400.80;9.50;265.80;1.24;1.08 -5560;13;4798.20;9.50;125.40;-0.86;1.02 -5561;13;5628.40;9.50;73.20;0.34;0.88 -5562;13;5417.20;9.50;1383.00;0.42;1.14 -5563;13;5004.60;9.50;461.20;0.43;1.30 -5564;13;4479.80;9.50;695.60;1.69;1.04 -5565;13;4066.20;9.50;131.20;0.98;0.98 -5566;13;4676.80;9.50;21.60;4.00;0.52 -5567;13;3621.20;9.50;407.80;1.36;0.86 -5568;13;3452.20;9.50;192.60;4.39;1.04 -5569;13;2800.60;9.50;242.40;-0.98;0.88 -5570;13;2526.20;9.50;442.60;-1.20;0.98 -5571;13;2240.00;9.50;973.40;1.72;1.04 -5572;13;1753.60;9.50;1372.80;0.85;0.90 -5573;13;1548.00;9.50;98.80;0.55;1.32 -5574;13;503.20;9.50;234.40;-1.50;0.96 -5575;13;230.60;9.50;1056.80;1.60;0.98 -5576;13;848.80;9.50;932.80;1.28;1.20 -5577;13;1255.00;9.50;780.80;-1.34;1.16 -5578;13;946.00;9.50;1331.00;4.71;1.50 -5579;13;2948.20;9.50;1347.60;-0.43;0.84 -5580;13;2192.60;9.50;1263.60;4.46;1.42 -5581;13;1748.80;9.50;1185.60;0.83;1.44 -5582;13;271.00;9.50;1007.40;4.61;1.34 -5583;13;5202.40;9.50;393.20;3.85;1.14 -5584;13;4591.00;9.50;159.00;-1.10;1.00 -5585;13;5609.20;9.50;139.40;-0.05;0.94 -5586;13;5176.40;9.50;1359.20;-0.51;1.20 -5587;13;5079.60;9.50;452.60;-1.12;1.26 -5588;13;4981.40;9.50;1659.00;-1.18;1.10 -5589;13;4486.00;9.50;641.80;0.82;0.86 -5590;13;4047.00;9.50;76.40;-0.42;0.90 -5591;13;4814.60;9.50;56.60;1.46;0.90 -5592;13;3629.80;9.50;406.80;4.67;0.92 -5593;13;3472.60;9.50;144.40;1.26;1.08 -5594;13;2879.80;9.50;214.20;1.29;0.96 -5595;13;2718.80;9.50;187.20;1.52;0.98 -5596;13;1893.60;9.50;37.80;2.46;0.86 -5597;13;2239.20;9.50;1006.00;0.76;0.92 -5598;13;1682.20;9.50;1356.00;-1.41;0.84 -5599;13;1477.60;9.50;169.60;-1.48;1.26 -5600;13;502.00;9.50;260.60;-1.21;0.86 -5601;13;242.00;9.50;1039.40;-0.93;1.14 -5602;13;868.20;9.50;1008.40;1.10;1.02 -5603;13;1283.60;9.50;749.00;-1.44;1.18 -5604;13;1048.20;9.50;1280.60;1.34;1.40 -5605;13;2976.60;9.50;1271.80;0.85;0.86 -5606;13;2373.20;9.50;1072.80;0.67;1.18 -5607;13;1694.20;9.50;1112.80;-0.71;1.54 -5608;13;71.40;9.50;914.40;2.19;1.12 -5609;13;5438.60;9.50;352.00;1.14;1.08 -5610;13;4587.60;9.50;219.80;1.63;1.12 -5611;13;5588.00;9.50;180.80;-0.81;1.20 -5612;13;5193.40;9.50;1427.40;-1.48;1.04 -5613;13;5039.20;9.50;434.80;-0.30;0.98 -5614;13;5122.20;9.50;1428.60;-0.25;1.26 -5615;13;4456.20;9.50;612.20;0.58;0.82 -5616;13;4076.20;9.50;105.40;4.57;1.14 -5617;13;4778.00;9.50;26.20;4.29;0.82 -5618;13;3628.40;9.50;500.00;4.71;0.82 -5619;13;3427.40;9.50;163.80;1.19;1.12 -5620;13;2844.20;9.50;186.40;0.82;1.10 -5621;13;2750.00;9.50;233.60;4.63;1.06 -5622;13;1826.80;9.50;24.20;4.50;0.92 -5623;13;2198.40;9.50;1024.80;1.62;0.92 -5624;13;1650.00;9.50;1390.40;1.76;0.72 -5625;13;1518.20;9.50;226.60;4.44;1.20 -5626;13;445.60;9.50;269.80;-0.97;1.10 -5627;13;319.80;9.50;1052.20;0.22;1.08 -5628;13;860.40;9.50;1058.80;0.97;1.06 -5629;13;1315.00;9.50;692.20;0.96;1.04 -5630;13;1110.20;9.50;1280.80;1.01;1.26 -5631;13;3005.80;9.50;1196.20;0.65;0.88 -5632;13;2339.80;9.50;902.80;4.50;1.18 -5633;13;1631.60;9.50;1129.80;1.60;1.58 -5634;13;220.20;9.50;890.20;1.25;0.96 -5635;13;5514.40;9.50;220.60;0.10;1.16 -5636;13;4650.80;9.50;393.80;1.61;0.98 -5637;13;5544.60;9.50;124.40;0.71;1.68 -5638;13;5273.60;9.50;998.60;-0.37;1.28 -5639;13;5064.60;9.50;390.80;-0.51;0.94 -5640;13;5102.20;9.50;1386.40;-1.13;1.26 -5641;13;4514.00;9.50;595.00;0.54;1.20 -5642;13;4101.20;9.50;57.20;1.73;1.16 -5643;13;4769.60;9.50;29.80;1.18;0.72 -5644;13;3667.00;9.50;503.00;4.71;0.84 -5645;13;3226.00;9.50;35.20;1.70;0.78 -5646;13;2882.60;9.50;91.20;1.28;0.90 -5647;13;2750.60;9.50;282.60;4.64;1.06 -5648;13;2067.40;9.50;1058.40;0.93;1.20 -5649;13;1667.40;9.50;1296.40;1.09;0.84 -5650;13;1625.80;9.50;253.80;0.52;1.36 -5651;13;462.20;9.50;108.40;0.95;1.42 -5652;13;341.60;9.50;1102.80;-1.10;1.18 -5653;13;746.40;9.50;1037.40;1.49;0.92 -5654;13;1213.60;9.50;682.40;-0.68;0.98 -5655;13;1071.40;9.50;1187.80;-0.84;1.26 -5656;13;2975.00;9.50;1322.00;-0.24;1.00 -5657;13;2409.60;9.50;806.20;0.57;1.06 -5658;13;1623.00;9.50;1178.20;-1.53;0.58 -5659;13;225.00;9.50;786.40;-1.39;1.16 -5660;13;5409.20;9.50;390.00;0.90;0.90 -5661;13;4564.60;9.50;398.00;1.03;0.94 -5662;13;5623.20;9.50;267.00;1.44;1.16 -5663;13;5317.60;9.50;1069.00;0.33;1.24 -5664;13;4998.80;9.50;1195.40;0.99;1.34 -5665;13;5348.60;9.50;1462.40;0.91;0.98 -5666;13;4563.60;9.50;559.60;0.15;1.00 -5667;13;4111.00;9.50;60.60;-1.09;0.96 -5668;13;4756.20;9.50;17.80;3.23;0.40 -5669;13;3716.20;9.50;506.60;4.39;0.82 -5670;13;3357.60;9.50;111.20;-1.05;1.00 -5671;13;2854.60;9.50;132.60;0.98;1.04 -5672;13;2740.80;9.50;234.60;1.42;0.80 -5673;13;2025.60;9.50;1126.80;4.66;1.10 -5674;13;1662.40;9.50;1258.40;0.82;0.92 -5675;13;1584.80;9.50;232.20;0.62;1.32 -5676;13;474.40;9.50;166.20;1.39;1.10 -5677;13;231.00;9.50;1105.40;1.69;1.16 -5678;13;758.40;9.50;1038.00;-1.41;0.94 -5679;13;1231.40;9.50;749.80;4.66;1.24 -5680;13;1156.40;9.50;1208.40;1.20;0.82 -5681;13;3044.00;10.02;1285.00;-0.78;0.80 -5682;13;2337.60;9.50;765.40;1.15;1.22 -5683;13;1566.40;9.50;1087.40;-1.18;1.16 -5684;13;517.20;9.50;584.20;1.36;1.06 -5685;13;1120.40;9.50;419.60;4.71;1.38 -5686;13;4427.40;9.50;455.60;-0.37;1.00 -5687;13;3428.20;9.50;1859.60;1.17;0.84 -5688;13;5585.40;9.50;316.40;1.80;1.32 -5689;13;5323.60;9.50;1062.40;4.19;1.24 -5690;13;5008.60;9.50;1191.00;4.49;1.18 -5691;13;5281.60;9.50;1451.60;0.91;1.10 -5692;13;4282.60;9.50;894.40;-1.49;1.00 -5693;13;4091.40;9.50;32.40;3.51;1.00 -5694;13;4878.20;9.50;161.60;1.44;0.64 -5695;13;3691.40;9.50;463.40;1.73;0.94 -5696;13;3417.00;9.50;116.00;-1.10;0.98 -5697;13;2805.20;9.50;161.40;0.95;0.98 -5698;13;2703.20;9.50;241.40;1.46;0.92 -5699;13;2034.20;9.50;1158.20;0.12;0.98 -5700;13;1632.60;9.50;1218.20;0.81;1.08 -5701;13;1542.20;9.50;366.60;4.03;1.40 -5702;13;378.40;9.50;189.40;-1.35;1.12 -5703;13;130.00;9.50;1128.20;-0.96;1.18 -5704;13;809.40;9.50;1081.60;1.48;0.92 -5705;13;1150.60;9.50;686.80;-1.42;1.18 -5706;13;1139.80;9.50;1163.40;-1.21;0.94 -5707;13;3088.80;9.50;1246.00;1.04;1.36 -5708;13;2416.40;9.50;625.00;1.39;1.06 -5709;13;1503.60;9.50;1058.40;-0.88;1.54 -5710;13;627.80;9.50;569.80;1.20;1.14 -5711;13;5565.60;9.50;207.60;-0.78;1.46 -5712;13;4509.80;9.50;223.00;4.71;1.04 -5713;13;3448.00;9.50;1926.20;-0.89;1.44 -5714;13;5627.00;9.50;323.20;1.27;0.96 -5715;13;5385.00;9.50;1095.00;4.24;1.04 -5716;13;5041.60;9.50;1228.60;0.91;1.02 -5717;13;5240.80;9.50;1505.40;4.39;1.28 -5718;13;4340.80;9.50;843.20;0.78;0.94 -5719;13;4161.80;9.50;36.20;2.15;1.22 -5720;13;4890.20;9.50;145.40;-1.00;0.74 -5721;13;3699.60;9.50;464.60;-1.44;0.98 -5722;13;3471.80;9.50;85.40;1.71;0.92 -5723;13;2738.60;9.50;134.20;4.54;1.24 -5724;13;2712.20;9.50;272.20;-0.65;0.82 -5725;13;1981.80;9.50;1106.00;-1.17;1.30 -5726;13;1846.40;9.50;1477.20;4.56;1.10 -5727;13;1513.60;9.50;286.20;-0.70;1.24 -5728;13;393.00;9.50;240.80;4.67;1.20 -5729;13;236.00;9.50;1156.80;1.60;1.34 -5730;13;783.60;9.50;1127.40;4.62;1.16 -5731;13;1140.00;9.50;687.20;1.33;1.26 -5732;13;1203.20;9.50;1089.60;1.30;1.14 -5733;13;3062.60;9.50;1183.20;0.61;1.16 -5734;13;2480.00;9.50;689.80;-1.43;0.74 -5735;13;1579.00;9.50;1181.60;1.17;1.46 -5737;13;659.20;9.50;598.20;0.71;1.52 -5738;13;3841.40;9.50;42.00;4.07;1.18 -5739;13;4561.20;9.50;96.80;4.48;0.90 -5740;13;3562.20;9.50;1942.40;0.53;2.04 -5741;13;5454.00;9.50;295.80;1.23;1.22 -5742;13;5464.60;9.50;1114.40;0.95;1.22 -5743;13;5099.20;9.50;1201.60;1.36;1.16 -5744;13;5332.60;9.50;1500.20;0.12;0.90 -5745;13;4339.80;9.50;804.00;1.01;0.74 -5746;13;4852.20;9.50;114.40;-0.75;1.04 -5747;13;3758.60;9.50;415.60;1.18;0.98 -5748;13;3414.20;9.50;34.60;-1.01;1.16 -5749;13;2817.40;9.50;101.60;1.05;1.06 -5750;13;2669.40;9.50;278.00;-0.59;0.96 -5751;13;1913.60;9.50;1174.60;-0.94;1.28 -5752;13;1891.60;9.50;1523.20;1.53;1.16 -5753;13;1578.20;9.50;380.60;-1.10;1.30 -5754;13;326.80;9.50;219.40;-1.10;1.00 -5755;13;289.80;9.50;1098.80;1.14;1.22 -5756;13;690.20;9.50;1093.60;1.48;0.78 -5757;13;1127.60;9.50;748.40;1.68;1.22 -5758;13;1197.20;9.50;1054.80;1.61;0.90 -5759;13;3072.20;9.50;1209.00;4.71;0.90 -5760;13;2596.00;9.50;677.00;-1.42;0.78 -5761;13;1577.40;9.50;1150.00;1.57;1.02 -5762;13;836.80;9.50;792.40;1.50;1.28 -5763;13;5389.20;9.50;545.60;1.64;0.88 -5764;13;4671.60;9.50;27.60;0.58;0.82 -5765;13;3336.60;9.50;1975.00;0.44;1.10 -5766;13;5490.80;9.50;329.00;1.41;0.98 -5767;13;5451.40;9.50;1200.60;0.41;1.38 -5768;13;5066.60;9.50;1248.60;-1.13;1.12 -5769;13;5336.20;9.50;1550.40;-0.89;1.02 -5770;13;4273.60;9.50;856.80;4.39;1.04 -5771;13;4970.20;9.50;113.00;1.17;1.08 -5772;13;3730.40;9.50;377.80;-1.18;1.04 -5773;13;3436.20;9.50;19.80;3.23;0.64 -5774;13;2794.00;9.50;60.60;4.63;1.10 -5775;13;2748.60;9.50;334.60;1.43;1.00 -5776;13;1804.20;9.50;14.40;2.67;0.46 -5777;13;1944.00;9.50;1271.00;1.19;1.34 -5778;13;1839.20;9.50;1530.60;1.64;1.20 -5779;13;1581.40;9.50;439.60;-1.47;1.26 -5780;13;315.80;9.50;191.40;4.60;0.94 -5781;13;337.00;9.50;1123.40;1.29;1.08 -5782;13;36.80;9.50;1968.80;1.61;0.72 -5783;13;636.20;9.50;1117.60;0.54;0.98 -5784;13;1091.60;9.50;714.00;1.07;1.24 -5785;13;1215.00;9.50;1108.40;-1.19;1.26 -5786;13;3004.60;9.50;1402.20;-0.86;0.82 -5787;13;2453.80;9.50;559.20;-0.71;0.92 -5788;13;1534.00;9.50;1147.00;1.57;1.22 -5789;13;1068.60;9.50;785.80;1.75;1.38 -5790;13;5330.80;9.50;452.40;-0.95;1.14 -5791;13;4733.20;9.50;24.20;2.57;0.70 -5792;13;3067.40;9.50;1963.00;-0.23;1.98 -5793;13;5382.60;9.50;325.40;1.52;0.88 -5794;13;5383.20;9.50;1157.20;4.60;1.52 -5795;13;5126.20;9.50;1262.80;-1.44;0.98 -5796;13;5385.40;9.50;1572.00;4.71;0.90 -5797;13;4307.60;9.50;785.80;0.73;0.76 -5798;13;4923.40;9.50;74.20;-1.35;1.12 -5799;13;3784.80;9.50;443.80;1.61;1.02 -5800;13;2885.40;9.50;52.00;1.07;0.86 -5801;13;2661.40;9.50;349.40;4.60;1.08 -5802;13;1856.00;9.50;62.40;0.86;1.32 -5803;13;1995.40;9.50;1268.00;1.22;1.24 -5804;13;1727.00;9.50;1455.80;-0.80;1.02 -5805;13;1531.60;9.50;374.00;1.01;1.66 -5806;13;254.00;9.50;200.40;4.61;1.20 -5807;13;248.00;9.50;1158.00;-1.40;1.02 -5808;13;4507.20;10.00;2000.60;1.57;0.60 -5809;13;708.80;9.50;1132.60;1.45;0.96 -5810;13;1027.20;9.50;685.40;1.00;1.20 -5811;13;651.40;9.50;1057.20;4.56;1.00 -5812;13;3032.00;9.50;1370.20;-0.30;0.78 -5813;13;2585.40;9.50;609.40;1.09;1.12 -5814;13;1461.20;9.50;1128.20;0.33;1.14 -5815;13;1096.60;9.50;839.60;4.64;1.12 -5816;13;5215.40;9.50;426.40;-0.91;1.38 -5817;13;4936.60;9.50;42.60;1.68;0.86 -5818;13;3025.40;9.50;2020.40;1.27;1.14 -5819;13;5349.20;9.50;364.80;4.67;0.94 -5820;13;5474.60;9.50;1110.20;4.44;0.90 -5821;13;5123.00;9.50;1301.80;1.61;1.08 -5822;13;5418.40;9.50;1536.40;4.60;1.00 -5823;13;4255.60;9.50;895.80;-0.32;0.86 -5824;13;4994.40;9.50;35.20;1.36;0.98 -5825;13;3789.40;9.50;471.80;1.19;0.94 -5826;13;2884.60;9.50;34.40;1.95;0.98 -5827;13;2659.00;9.50;376.20;-0.57;1.04 -5828;13;1782.20;9.50;118.40;-1.28;1.60 -5829;13;2066.60;9.50;1137.20;-1.31;0.86 -5830;13;1947.60;9.50;1941.80;0.84;1.32 -5831;13;1635.60;9.50;487.60;1.32;1.00 -5832;13;251.00;9.50;244.00;4.71;1.06 -5833;13;329.60;9.50;1153.60;-0.41;1.04 -5834;13;4507.00;9.80;2030.80;1.57;0.58 -5835;13;759.20;9.50;1113.20;0.73;0.96 -5836;13;1042.20;9.50;636.40;1.50;1.10 -5837;13;633.80;9.50;1034.60;0.88;1.16 -5838;13;3086.20;9.50;1338.60;0.37;1.24 -5839;13;2182.80;9.50;270.20;1.15;0.96 -5840;13;1479.40;9.50;1181.80;0.76;0.96 -5841;13;1287.00;9.50;860.60;0.94;1.24 -5842;13;5171.80;9.50;525.20;-1.52;1.40 -5843;13;4929.60;9.50;21.00;4.20;0.68 -5844;13;4982.80;9.50;15.80;3.49;0.38 -5845;13;2950.80;9.50;1981.40;-1.48;1.22 -5846;13;5301.00;9.50;327.60;1.34;1.28 -5847;13;5616.00;9.50;1159.60;1.19;1.56 -5848;13;5170.60;9.50;1315.00;4.44;1.30 -5849;13;5324.60;9.50;1569.80;1.78;1.08 -5850;13;4265.60;9.50;957.80;1.61;0.98 -5851;13;3777.00;9.50;393.80;-1.41;1.24 -5852;13;2796.20;9.50;28.40;3.86;0.74 -5853;13;2754.00;9.50;363.40;1.05;0.84 -5854;13;1884.80;9.50;49.20;0.49;0.66 -5855;13;2076.60;9.50;1053.40;4.37;1.02 -5856;13;1964.00;9.50;1878.40;-0.89;1.32 -5857;13;1569.00;9.50;469.40;0.91;1.24 -5858;13;241.40;9.50;201.40;1.51;1.08 -5859;13;354.40;9.50;1199.60;1.13;0.90 -5860;13;36.20;9.50;1986.60;-1.01;0.86 -5861;13;778.00;9.50;1166.40;-1.50;1.08 -5862;13;1041.60;9.50;586.80;1.60;0.90 -5863;13;2619.60;9.50;1367.40;1.15;1.08 -5864;13;3119.40;9.50;1309.60;1.33;0.60 -5865;13;2821.60;9.50;622.60;4.64;0.88 -5866;13;1482.00;9.50;1231.60;0.62;1.20 -5867;13;1188.20;9.50;750.20;-1.52;1.10 -5868;13;5306.40;9.50;519.20;1.54;1.34 -5869;13;2999.80;9.50;1872.80;-0.10;1.96 -5870;13;5339.20;9.50;366.00;1.36;1.32 -5871;13;5258.40;9.50;1331.80;0.76;1.24 -5872;13;5284.00;9.50;1533.60;4.63;1.04 -5873;13;4229.80;9.50;975.00;1.01;0.98 -5874;13;3900.00;9.50;739.00;0.98;0.62 -5875;13;3659.60;9.50;541.60;1.28;1.24 -5876;13;3397.40;9.50;15.60;3.92;0.66 -5877;13;2766.00;9.50;25.20;2.79;0.60 -5878;13;2754.60;9.50;445.20;0.91;1.04 -5879;13;1901.00;9.50;160.40;1.69;1.28 -5880;13;2108.20;9.50;1182.40;-0.75;0.98 -5881;13;1896.00;9.50;2024.20;4.55;1.06 -5882;13;724.00;9.50;204.20;-1.15;1.16 -5883;13;1509.80;9.50;446.40;1.24;1.08 -5884;13;173.20;9.50;202.00;1.69;1.40 -5885;13;248.00;9.50;1208.00;1.57;1.18 -5886;13;55.60;9.50;1956.60;-1.05;0.68 -5887;13;710.80;9.50;1177.20;1.53;0.96 -5888;13;1115.80;9.50;585.80;1.47;0.98 -5889;13;2498.20;9.50;1457.80;4.23;1.14 -5890;13;3112.40;9.50;1282.80;1.62;0.98 -5891;13;2924.20;9.50;522.40;1.00;0.82 -5892;13;1433.80;9.50;1226.00;1.30;0.94 -5893;13;1070.00;9.50;668.00;0.46;0.96 -5894;13;5443.80;9.50;659.80;1.79;1.24 -5895;13;2935.80;9.50;1904.20;-0.85;1.48 -5896;13;5333.80;9.50;416.00;1.76;0.98 -5897;13;5594.40;9.50;1108.20;0.60;1.32 -5898;13;5316.00;9.50;1370.20;1.72;1.36 -5899;13;5295.00;9.50;1601.20;1.95;0.56 -5900;13;4223.40;9.50;906.00;-0.10;0.76 -5901;13;3668.00;9.50;576.60;1.26;1.02 -5902;13;2655.60;9.50;448.40;-1.51;0.88 -5903;13;1930.80;9.50;113.60;-1.36;0.88 -5904;13;2053.80;9.50;1225.20;1.09;1.16 -5905;13;1894.20;9.50;1978.00;1.57;0.94 -5906;13;1509.60;9.50;593.80;-1.39;1.28 -5907;13;220.60;9.50;134.20;0.99;1.30 -5908;13;296.60;9.50;1192.80;0.74;1.10 -5909;13;106.40;9.50;1861.80;-0.56;1.04 -5910;13;718.40;9.50;1222.80;1.60;0.98 -5911;13;1053.20;9.50;636.60;-1.45;1.10 -5912;13;2372.80;9.50;1507.20;-0.87;1.06 -5913;13;3140.80;9.50;1271.60;0.94;1.06 -5914;13;2894.00;9.50;399.20;1.33;1.16 -5915;13;1347.60;9.50;1194.80;1.61;1.26 -5916;13;1104.80;9.50;637.80;4.46;1.36 -5917;13;5347.80;9.50;582.00;-1.01;1.18 -5919;13;5246.40;9.50;398.00;4.71;1.12 -5920;13;5628.60;9.50;1118.60;0.98;0.64 -5921;13;5269.40;9.50;1411.40;1.70;1.14 -5922;13;5048.80;9.50;1367.20;-1.20;1.04 -5923;13;4209.60;9.50;869.40;-1.20;0.74 -5924;13;3706.60;9.50;593.00;1.57;0.70 -5925;13;2652.00;9.50;476.20;-1.15;0.88 -5926;13;1899.60;9.50;206.60;1.87;1.10 -5927;13;2059.20;9.50;1242.00;4.71;1.28 -5928;13;375.60;9.50;372.80;-0.78;2.32 -5929;13;2842.40;9.50;1553.40;1.32;0.52 -5930;13;1569.00;9.50;437.60;1.80;1.38 -5931;13;235.60;9.50;107.80;4.55;1.12 -5932;13;162.60;9.50;1244.80;-1.39;1.12 -5933;13;68.60;9.50;1906.40;-0.68;1.08 -5934;13;730.40;9.50;1160.00;-0.70;0.96 -5935;13;1187.00;9.50;727.00;1.05;1.28 -5936;13;3537.20;9.50;43.60;4.39;1.04 -5937;13;3141.00;9.50;1233.00;1.37;1.00 -5938;13;2934.80;9.50;206.40;1.34;1.08 -5939;13;1623.60;9.50;1345.40;1.48;0.80 -5940;13;1245.80;9.50;598.20;1.68;1.10 -5941;13;5524.80;9.50;705.00;1.57;0.86 -5942;13;2888.20;9.50;1808.20;-1.29;1.34 -5943;13;5251.20;9.50;350.20;1.26;1.12 -5944;13;1122.20;9.50;1068.60;-1.56;0.84 -5945;13;5327.40;9.50;1406.40;0.90;1.36 -5946;13;5038.80;9.50;1323.20;0.67;1.06 -5947;13;4208.80;9.50;840.40;4.19;0.68 -5948;13;3670.00;9.50;541.60;-1.26;1.12 -5949;13;2715.80;9.50;26.20;2.47;0.62 -5950;13;2657.60;9.50;522.00;-0.99;1.06 -5951;13;1913.00;9.50;260.80;-0.96;1.52 -5952;13;2057.80;9.50;1187.60;4.62;1.24 -5953;13;1832.20;9.50;1967.80;1.87;1.02 -5954;13;1492.40;9.50;552.20;0.46;1.22 -5955;13;216.00;9.50;69.20;0.76;1.16 -5956;13;139.40;9.50;1289.20;-1.54;0.74 -5957;13;106.00;9.50;1935.00;-1.40;0.88 -5958;13;369.20;9.50;1166.20;-1.34;1.28 -5959;13;1200.20;9.50;647.40;1.69;1.20 -5960;13;4409.80;9.50;670.20;0.92;1.48 -5961;13;3192.20;9.50;1181.00;0.34;0.94 -5962;13;2946.40;9.50;179.60;-0.91;0.94 -5963;13;1382.00;9.50;1335.20;1.37;0.80 -5964;13;1443.40;9.50;727.80;1.78;1.24 -5965;13;5541.40;9.50;816.40;-1.43;1.08 -5966;13;2896.40;9.50;1870.00;-1.34;1.02 -5967;13;5129.40;9.50;310.00;-0.87;0.90 -5968;13;1122.20;9.50;1013.80;-1.56;0.86 -5969;13;5326.60;9.50;1372.60;-1.29;1.38 -5970;13;5006.40;9.50;1267.00;-0.83;0.82 -5971;13;4202.60;9.50;841.80;1.63;0.80 -5972;13;3871.20;9.50;426.00;0.87;0.98 -5973;13;2721.00;9.50;91.00;4.54;1.04 -5974;13;2756.80;9.50;510.00;1.87;0.76 -5975;13;1990.00;9.50;293.20;-0.16;1.30 -5976;13;2010.00;9.50;1284.40;-1.51;1.14 -5977;13;1764.60;9.50;1997.80;4.68;0.94 -5978;13;1420.60;9.50;546.20;4.33;1.28 -5979;13;266.40;9.50;27.40;1.86;0.82 -5980;13;213.00;9.50;1252.60;-1.47;1.06 -5981;13;194.80;9.50;1926.60;1.75;1.12 -5982;13;379.40;9.50;1068.40;1.48;0.98 -5983;13;1179.40;9.50;590.60;1.46;1.24 -5984;13;4331.20;9.50;730.00;-1.12;1.08 -5985;13;3244.80;9.50;1164.80;0.85;0.62 -5986;13;1371.80;9.50;1243.80;1.07;1.34 -5987;13;1265.00;9.50;538.80;1.80;1.24 -5988;13;5500.40;9.50;873.20;1.12;1.22 -5989;13;2877.80;9.50;1701.00;1.57;0.74 -5990;13;5194.20;9.50;342.80;1.27;1.12 -5991;13;5578.20;9.50;1004.20;1.06;0.78 -5992;13;5370.00;9.50;1482.40;-1.34;1.22 -5993;13;5043.60;9.50;1288.80;-1.35;0.92 -5994;13;4154.20;9.50;818.00;0.75;1.02 -5995;13;3876.40;9.50;447.60;4.62;0.96 -5996;13;2692.80;9.50;42.00;-1.23;1.02 -5997;13;2754.80;9.50;538.40;1.13;0.94 -5998;13;1983.60;9.50;259.80;-1.02;1.10 -5999;13;1969.60;9.50;1331.80;4.67;1.24 -6000;13;1725.00;9.50;2002.20;-1.50;0.82 -6001;13;1378.80;9.50;545.40;-1.00;0.98 -6002;13;226.40;9.50;63.80;4.52;1.14 -6003;13;314.80;9.50;1258.60;1.45;1.02 -6004;13;185.20;9.50;1880.40;1.16;1.10 -6005;13;175.00;9.50;999.60;-1.31;1.36 -6006;13;1256.00;9.50;634.60;1.16;1.20 -6007;13;4346.40;9.50;773.60;1.68;0.84 -6011;13;3256.40;9.50;1164.40;-0.91;0.78 -6014;13;1395.20;9.50;1265.20;-1.17;0.90 -6018;13;1113.00;9.50;444.20;1.14;1.08 -6019;13;5578.80;9.50;980.20;1.72;0.88 -6026;13;2877.00;9.50;1779.80;0.28;0.82 -6030;13;5126.80;9.50;344.40;1.02;1.00 -6031;13;5587.40;9.50;1086.60;1.63;0.68 -6032;13;5471.20;9.50;1500.80;1.60;1.18 -6036;13;5164.40;9.50;1318.20;0.86;1.38 -6037;13;4139.80;9.50;874.20;-1.51;0.92 -6043;13;3891.80;9.50;368.40;-0.38;0.90 -6044;13;2729.40;9.50;135.20;1.52;1.20 -6048;13;2785.40;9.50;559.60;1.40;0.82 -6049;13;2612.00;9.50;1990.00;-1.10;1.28 -6053;13;2072.20;9.50;1295.80;-1.16;1.22 -6054;13;1800.40;9.50;2033.20;-1.52;0.64 -6058;13;1411.40;9.50;453.40;1.49;1.28 -6059;13;123.00;9.50;119.60;4.33;1.32 -6060;13;275.20;9.50;1308.80;4.68;1.02 -6064;13;201.00;9.50;1833.60;-0.85;1.12 -6065;13;230.00;9.50;966.60;2.01;1.12 -6068;13;1173.40;9.50;549.00;-1.41;1.02 -6069;13;4824.20;9.50;56.00;4.71;0.86 -6219;13;3336.20;9.50;1167.40;0.18;0.70 -6223;13;1454.60;9.50;1345.20;1.75;1.38 -6227;13;890.00;9.50;633.20;0.62;1.10 -6228;13;5540.80;9.50;1051.80;4.67;0.80 -6234;13;2869.40;9.50;1728.20;0.55;0.66 -6238;13;5160.00;9.50;396.80;-1.13;1.02 -6239;13;5519.40;9.50;1033.80;0.32;1.10 -6240;13;5445.40;9.50;1576.60;4.62;1.10 -6244;13;4176.40;9.50;935.20;4.48;1.00 -6250;13;3843.00;9.50;384.20;-0.75;1.00 -6251;13;2676.20;9.50;107.00;1.57;1.22 -6255;13;2753.40;9.50;581.20;1.02;0.98 -6256;13;2023.80;9.50;372.80;-1.11;1.06 -6260;13;1896.40;9.50;1376.20;2.17;1.28 -6261;13;1786.40;9.50;2021.80;1.19;0.78 -6265;13;1465.40;9.50;444.20;1.53;1.40 -6266;13;156.40;9.50;44.60;3.79;1.26 -6267;13;326.80;9.50;1257.80;4.68;1.02 -6271;13;174.20;9.50;1826.80;1.31;1.10 -6272;13;263.20;9.50;914.60;0.97;1.32 -6276;13;1187.00;9.50;508.00;1.32;0.98 -6277;13;4842.00;9.50;35.60;3.14;0.82 -6419;13;3360.40;9.50;1231.80;1.02;0.92 -6422;13;1483.00;9.50;1301.80;4.67;1.08 -6425;13;910.80;9.50;576.60;1.47;1.28 -6426;13;1318.40;9.50;628.40;1.49;1.02 -6427;13;5453.60;9.50;1025.00;-1.39;1.22 -6433;13;4354.40;9.50;99.20;-1.23;0.82 -6434;13;2826.00;9.50;1797.60;4.58;0.84 -6437;13;5161.40;9.50;423.60;0.78;1.26 -6438;13;5495.60;9.50;1071.20;1.38;0.96 -6439;13;5532.80;9.50;1532.60;1.63;0.94 -6442;13;4949.60;9.50;1425.80;-0.97;1.08 -6443;13;4192.40;9.50;982.20;1.78;0.84 -6447;13;4301.00;9.50;23.40;1.95;0.82 -6448;13;4294.40;9.50;296.80;-1.00;1.00 -6452;13;3844.40;9.50;349.00;1.35;1.14 -6453;13;2710.60;9.50;91.20;1.75;0.86 -6456;13;2713.60;9.50;579.40;1.48;0.94 -6457;13;2339.00;9.50;424.80;1.41;1.38 -6461;13;1890.00;9.50;1248.80;1.22;1.20 -6465;13;1381.20;9.50;380.60;-1.32;1.30 -6466;13;145.20;9.50;52.20;1.18;1.50 -6467;13;389.40;9.50;1204.80;-0.56;0.96 -6471;13;167.60;9.50;1787.00;1.21;1.28 -6472;13;301.80;9.50;944.00;0.50;0.94 -6475;13;1121.60;9.50;535.00;-1.16;1.02 -6476;13;4881.20;9.50;72.20;0.90;1.04 -6608;13;3277.60;9.50;1238.40;-1.46;0.96 -6612;13;1468.20;9.50;1327.40;-0.89;0.94 -6616;13;963.80;9.50;536.80;-1.34;1.06 -6617;13;5251.20;9.50;926.60;-0.74;1.34 -6623;13;4435.20;9.50;173.20;4.52;1.14 -6624;13;2888.40;9.50;1659.80;1.27;0.80 -6627;13;5208.40;9.50;459.60;1.05;1.26 -6628;13;5442.20;9.50;1045.20;1.14;1.10 -6629;13;5490.60;9.50;1385.20;1.16;0.98 -6632;13;4899.20;9.50;1377.40;-1.30;1.22 -6633;13;4143.40;9.50;934.80;-0.70;1.14 -6636;13;4191.80;9.50;18.80;3.49;0.50 -6637;13;4325.80;9.50;263.80;-1.40;1.04 -6640;13;3789.60;9.50;326.00;0.84;0.94 -6641;13;2632.60;9.50;36.00;-1.02;1.10 -6645;13;2715.40;9.50;629.40;1.46;1.04 -6646;13;2421.20;9.50;468.60;1.65;1.06 -6649;13;1861.00;9.50;1201.60;0.00;1.22 -6653;13;1322.40;9.50;525.80;-1.42;1.24 -6654;13;111.80;9.50;31.00;2.63;0.74 -6655;13;482.60;9.50;1187.20;0.32;1.02 -6659;13;151.20;9.50;1728.80;1.81;1.06 -6660;13;261.00;9.50;972.20;0.52;1.12 -6663;13;1189.40;9.50;480.80;-1.15;1.26 -6664;13;4886.60;9.50;68.40;4.16;0.92 -6801;13;3203.60;9.50;1245.00;0.83;1.02 -6802;13;2894.80;9.50;67.00;-1.36;0.96 -6805;13;1547.80;9.50;1244.40;1.06;1.04 -6809;13;903.80;9.50;513.20;-1.20;1.20 -6810;13;5334.00;9.50;725.80;0.47;1.48 -6815;13;4344.80;9.50;170.20;0.92;0.98 -6816;13;2936.60;9.50;1629.00;1.03;0.62 -6819;13;5315.40;9.50;472.60;1.50;0.74 -6820;13;5295.00;9.50;982.60;-1.34;1.24 -6821;13;5550.20;9.50;1389.40;0.84;0.82 -6824;13;4984.40;9.50;1342.20;1.17;1.12 -6825;13;4114.00;9.50;916.40;-1.47;1.08 -6829;13;4244.40;9.50;21.20;2.17;0.70 -6830;13;4443.00;9.50;271.40;1.23;1.00 -6834;13;3786.00;9.50;292.00;2.03;1.12 -6835;13;2587.60;9.50;55.00;-1.39;1.16 -6839;13;2673.20;9.50;589.40;1.72;0.98 -6840;13;2368.40;9.50;471.20;1.36;1.02 -6844;13;1815.20;9.50;1219.40;1.23;1.38 -6847;13;1367.00;9.50;576.20;1.54;1.02 -6848;13;42.80;9.50;36.40;2.59;0.94 -6849;13;538.60;9.50;1174.20;-0.14;1.36 -6853;13;172.00;9.50;1677.20;1.53;1.04 -6854;13;396.40;9.50;1125.20;-1.54;1.18 -6858;13;1203.60;9.50;426.80;-0.88;1.12 -6859;13;4906.80;9.50;25.00;1.80;1.06 -7002;13;3268.60;9.50;1238.00;1.57;1.02 -7006;13;1576.00;9.50;1234.60;-0.27;0.80 -7009;13;806.20;9.50;621.20;1.87;1.10 -7010;13;5179.40;9.50;570.80;-0.05;1.58 -7017;13;4359.60;9.50;330.00;-1.30;0.98 -7018;13;2893.00;9.50;1657.00;3.92;0.62 -7022;13;5269.00;9.50;442.20;-1.37;0.80 -7023;13;5392.40;9.50;1016.40;1.09;1.22 -7024;13;5451.40;9.50;1447.60;1.46;1.60 -7028;13;4884.20;9.50;1335.00;0.76;1.22 -7029;13;4062.60;9.50;885.00;-1.07;1.20 -7031;13;4204.00;9.50;29.60;0.82;1.02 -7032;13;4392.20;9.50;259.00;0.15;1.08 -7036;13;3837.60;9.50;229.40;0.96;1.20 -7037;13;3377.60;9.50;55.80;0.56;1.28 -7038;13;2587.60;9.50;101.20;-1.31;1.10 -7042;13;2724.80;9.50;628.60;4.64;0.74 -7043;13;2424.40;9.50;501.40;1.51;0.88 -7047;13;1771.60;9.50;1279.60;1.18;1.20 -7051;13;1244.40;9.50;574.40;-1.14;1.10 -7052;13;73.00;9.50;57.40;1.39;1.12 -7053;13;344.40;9.50;1304.80;4.68;0.92 -7056;13;180.20;9.50;1614.00;1.09;1.00 -7057;13;462.60;9.50;1170.20;1.35;1.06 -7061;13;1150.40;9.50;461.00;4.28;1.16 -7062;13;5387.20;9.50;822.40;1.04;1.18 -7226;13;3236.60;9.50;1259.20;1.03;1.00 -7230;13;1655.80;9.50;1195.00;-0.61;1.00 -7234;13;823.80;9.50;510.00;0.81;1.24 -7235;13;5153.00;9.50;566.00;0.46;1.00 -7241;13;4348.20;9.50;372.60;-1.27;1.18 -7242;13;2846.60;9.50;1579.60;-1.01;0.64 -7246;13;5435.60;9.50;405.20;4.59;1.12 -7247;13;5343.00;9.50;950.60;-1.03;1.38 -7248;13;5475.40;9.50;1480.80;-1.33;1.00 -7252;13;4846.00;9.50;1304.40;4.33;1.02 -7253;13;4087.40;9.50;833.60;0.94;0.92 -7257;13;4240.80;9.50;54.80;1.61;1.02 -7258;13;4402.20;9.50;310.00;-0.81;0.98 -7261;13;3874.00;9.50;297.20;1.52;0.90 -7262;13;3403.00;9.50;44.60;2.11;1.02 -7263;13;2651.80;9.50;27.80;3.07;0.64 -7267;13;2730.20;9.50;654.40;-1.34;0.76 -7268;13;2347.00;9.50;524.60;4.61;1.04 -7272;13;1895.60;9.50;1328.40;1.15;1.06 -7276;13;1312.60;9.50;528.00;0.97;1.04 -7277;13;54.20;9.50;120.20;1.70;1.30 -7278;13;395.40;9.50;1261.60;4.65;1.24 -7282;13;182.80;9.50;1630.60;4.65;1.02 -7283;13;452.80;9.50;1076.40;-0.95;1.18 -7286;13;1107.00;9.50;550.00;1.69;1.20 -7287;13;5442.40;9.50;785.60;0.62;1.08 -7452;13;3178.40;12.46;1296.60;-0.63;1.08 -7456;13;1654.00;9.50;1236.40;-1.12;0.88 -7460;13;846.20;9.50;352.40;0.71;1.20 -7461;13;5070.40;9.50;584.80;0.15;0.94 -7467;13;4400.20;9.50;456.00;0.76;1.06 -7468;13;2815.60;9.50;1590.80;-0.72;0.46 -7472;13;5426.40;9.50;430.00;-1.30;0.98 -7473;13;5395.00;9.50;953.00;4.33;1.18 -7474;13;5505.00;9.50;1439.20;1.53;1.14 -7478;13;4881.00;9.50;1274.60;-1.34;0.90 -7479;13;4075.40;9.50;792.00;1.06;1.00 -7483;13;4248.40;9.50;54.00;4.42;0.92 -7484;13;4336.20;9.50;313.80;4.65;0.80 -7488;13;3840.80;9.50;250.80;4.67;1.14 -7489;13;3342.20;9.50;31.40;1.21;1.00 -7490;13;2573.20;9.50;27.80;4.06;0.66 -7493;13;2723.80;9.50;672.00;1.25;0.90 -7494;13;2444.20;9.50;529.20;0.90;1.14 -7498;13;1780.80;9.50;1301.00;-1.23;1.00 -7499;13;1925.20;9.50;2040.60;4.66;0.42 -7503;13;1254.00;9.50;459.20;-0.76;1.34 -7504;13;65.00;9.50;120.40;4.59;1.30 -7505;13;453.40;9.50;1230.40;-1.03;1.02 -7509;13;307.60;9.50;1636.40;1.40;1.04 -7510;13;552.80;9.50;1074.20;1.53;0.84 -7514;13;1142.40;9.50;467.20;0.70;1.48 -7515;13;5299.00;9.50;941.00;4.33;1.24 -7678;13;3225.20;9.50;1331.80;-1.32;0.40 -7679;13;2464.00;9.50;18.60;4.27;0.68 -7686;13;490.60;9.50;463.20;-1.06;1.16 -7690;13;5200.40;9.50;699.40;1.84;1.52 -7694;13;4345.40;9.50;577.60;4.62;1.02 -7695;13;2879.40;9.50;1603.40;0.98;0.70 -7698;13;5381.80;9.50;462.80;4.35;0.90 -7699;13;5499.00;9.50;948.60;1.47;0.66 -7700;13;5576.00;9.50;1464.00;1.03;0.82 -7704;13;4977.40;9.50;1297.40;0.93;1.18 -7705;13;4082.60;9.50;752.00;-0.87;0.90 -7709;13;4284.80;9.50;59.80;-1.36;0.98 -7710;13;4238.00;9.50;204.40;4.56;0.98 -7714;13;3916.00;9.50;282.20;1.53;1.10 -7715;13;3369.80;9.50;22.00;1.99;0.86 -7719;13;2646.60;9.50;630.40;-0.81;1.08 -7720;13;2370.20;9.50;558.20;4.37;0.84 -7723;13;1848.40;9.50;1349.00;1.57;1.06 -7724;13;1955.00;9.50;1993.60;-0.50;0.94 -7728;13;1245.00;9.50;406.40;-1.21;0.92 -7729;13;80.00;9.50;175.40;4.23;1.30 -7730;13;571.60;9.50;1225.80;1.15;1.40 -7734;13;329.80;9.50;1662.00;1.12;1.02 -7735;13;619.40;9.50;1071.80;1.10;1.04 -7739;13;1059.60;9.50;491.00;-0.95;1.14 -7740;13;5491.80;9.50;1136.00;4.71;1.08 -7906;13;3243.20;9.50;1369.20;-0.92;1.00 -7907;13;2749.00;9.50;33.20;-0.87;1.08 -7910;13;1623.00;9.50;1272.60;1.37;1.08 -7914;13;478.40;9.50;481.40;1.66;0.92 -7918;13;5137.00;9.50;787.60;4.43;1.26 -7922;13;4323.20;9.50;470.00;4.71;0.78 -7923;13;2831.40;9.50;1639.60;0.78;0.88 -7927;13;5344.40;9.50;419.00;-1.21;1.08 -7928;13;5491.40;9.50;983.80;-1.39;1.22 -7929;13;5488.60;9.50;1574.40;-1.49;1.24 -7932;13;4859.40;9.74;1215.60;0.44;1.26 -7933;13;4052.80;9.50;749.60;1.10;1.14 -7937;13;4230.00;9.50;205.60;1.42;1.06 -7941;13;3953.20;9.50;198.40;1.67;1.24 -7942;13;3321.80;9.50;17.60;3.78;0.46 -7946;13;2634.60;9.50;652.00;1.75;0.84 -7947;13;2305.20;9.50;547.60;4.19;1.34 -7951;13;1729.80;9.50;1331.40;-1.50;1.14 -7952;13;1995.20;9.50;1895.00;4.71;1.00 -7955;13;1240.40;9.50;380.20;4.43;1.42 -7956;13;309.20;9.50;146.80;4.68;1.02 -7957;13;586.40;9.50;1275.80;1.30;1.46 -7961;13;184.40;9.50;1677.40;-1.50;1.22 -7962;13;501.80;9.50;1104.40;-1.36;0.98 -7966;13;1040.20;9.50;504.00;1.23;1.08 -7967;13;5370.80;9.50;1659.60;-1.46;1.14 -8131;13;3315.80;9.50;1408.80;1.07;1.46 -8132;13;2886.60;9.50;156.40;1.07;0.92 -8135;13;1557.00;9.50;1313.00;-0.16;0.84 -8137;13;169.00;9.50;665.40;-1.37;1.08 -8139;13;5005.40;9.50;678.40;-0.65;1.26 -8141;13;4192.00;9.50;686.40;-0.89;0.86 -8142;13;2825.20;9.50;1686.20;1.77;0.80 -8145;13;5467.80;9.50;364.60;-1.34;1.28 -8146;13;5480.80;9.50;983.60;1.47;0.92 -8147;13;5608.40;9.50;1507.00;1.06;0.96 -8150;13;4835.00;9.50;1153.60;1.16;0.98 -8151;13;4098.00;9.50;711.80;1.14;0.98 -8153;13;4326.00;9.50;13.40;4.03;0.42 -8154;13;4239.20;9.50;156.00;4.71;0.98 -8156;13;3849.20;9.50;200.80;4.67;1.04 -8158;13;2595.60;9.50;607.40;-1.49;1.10 -8159;13;2296.80;9.50;553.60;0.86;1.30 -8162;13;2233.60;9.50;1203.20;1.24;1.08 -8163;13;2030.40;9.50;1858.60;-0.71;0.82 -8166;13;1241.20;9.50;318.80;0.87;0.98 -8167;13;312.80;9.50;106.80;4.69;1.06 -8168;13;647.00;9.50;1180.00;1.57;0.92 -8170;13;245.80;9.50;1757.60;1.37;1.32 -8171;13;464.20;9.50;1141.00;-1.33;1.10 -8173;13;945.40;9.50;474.80;1.72;1.22 -8174;13;5397.80;9.50;1593.60;0.44;1.10 -8256;13;3300.80;9.50;1355.00;0.05;1.18 -8257;13;2832.60;9.50;351.40;1.70;0.94 -8258;13;1704.00;9.50;1273.60;0.85;0.74 -8259;13;124.40;9.50;732.60;-1.27;0.78 -8260;13;4962.60;9.50;816.20;-1.00;1.14 -8261;13;4321.60;9.50;742.00;0.84;0.98 -8262;13;2770.00;9.50;1695.20;-0.76;0.90 -8263;13;5541.80;9.50;332.20;0.60;1.28 -8264;13;5430.80;9.50;997.20;0.96;1.16 -8265;13;5543.20;9.50;1534.40;-1.24;1.00 -8266;13;4779.00;9.50;1167.00;1.81;1.02 -8267;13;4140.80;9.50;693.80;1.41;1.00 -8268;13;4411.80;9.50;18.80;3.49;0.54 -8269;13;4282.00;9.50;83.00;0.67;0.82 -8270;13;3790.20;9.50;200.00;1.31;0.94 -8271;13;2540.80;9.50;666.00;-1.17;1.10 -8272;13;2360.20;9.50;564.00;0.87;1.06 -8273;13;2123.60;9.50;1234.40;-0.13;1.38 -8274;13;2062.20;9.50;1827.00;4.34;1.00 -8275;13;1129.40;9.50;392.40;-0.96;1.24 -8276;13;406.00;9.50;73.20;1.53;1.38 -8277;13;646.20;9.50;1207.80;1.06;0.88 -8278;13;275.00;9.50;1720.60;4.64;1.08 -8279;13;499.80;9.50;1159.20;4.57;1.08 -8280;13;834.80;9.50;505.00;4.56;1.04 -8281;13;5455.60;9.50;1600.40;0.49;1.04 -8282;13;3382.80;9.50;1426.40;0.33;0.84 -8283;13;2845.80;9.50;483.40;0.99;1.06 -8284;13;1587.40;9.50;1305.00;-1.03;0.96 -8285;13;6.20;9.50;614.40;-1.06;1.22 -8286;13;5213.00;9.50;864.20;1.22;1.42 -8287;13;4275.40;9.50;794.40;1.46;1.00 -8288;13;2777.60;9.50;1751.00;-0.61;1.26 -8289;13;5604.00;9.50;356.80;0.66;1.00 -8290;13;5531.20;9.50;657.40;-1.27;1.12 -8291;13;5544.40;9.50;1584.20;-0.94;1.06 -8292;13;4756.00;9.50;1115.40;-1.05;0.76 -8293;13;4188.80;9.50;667.80;1.23;1.06 -8294;13;4418.60;9.50;46.40;1.70;0.96 -8295;13;4243.20;9.50;82.40;0.47;0.92 -8296;13;3839.00;9.50;200.00;1.76;1.08 -8297;13;2524.40;9.50;731.00;-1.34;1.10 -8298;13;2317.00;9.50;615.40;1.72;0.94 -8299;13;2118.20;9.50;1304.20;4.56;1.26 -8300;13;2668.60;9.50;1785.00;-1.42;1.40 -8301;13;1169.80;9.50;355.00;1.30;0.92 -8302;13;290.40;9.50;54.20;-1.38;1.32 -8303;13;656.60;9.50;1267.40;1.51;1.20 -8304;13;182.40;9.50;1799.80;-1.46;1.34 -8305;13;436.20;9.50;1085.00;1.57;1.24 -8306;13;793.60;9.50;445.80;-1.21;1.40 -8307;13;5462.40;9.50;1672.60;1.44;1.22 -8308;13;3381.40;9.50;1381.00;1.22;1.36 -8309;13;2807.00;9.50;590.20;4.10;1.00 -8310;13;1671.20;9.50;1337.60;1.24;0.78 -8311;13;4511.20;9.50;560.40;1.56;1.26 -8312;13;5089.20;9.50;1001.20;4.20;1.20 -8313;13;4240.20;9.50;830.40;-0.53;0.74 -8314;13;2725.20;9.50;1549.60;0.92;0.64 -8315;13;5554.20;9.50;387.00;0.65;1.10 -8316;13;1116.40;9.50;703.00;-1.56;0.96 -8317;13;1121.60;15.71;1547.40;-1.56;1.10 -8318;13;4818.80;9.50;1105.80;0.07;1.00 -8319;13;4145.60;9.50;644.80;1.18;0.96 -8320;13;4384.00;9.50;23.00;2.15;0.70 -8321;13;4203.20;9.50;78.60;0.92;0.82 -8322;13;3815.40;9.50;151.40;4.61;1.20 -8323;13;2567.40;9.50;714.80;4.24;0.92 -8324;13;2294.40;9.50;672.80;4.44;1.04 -8325;13;2028.20;9.50;1023.40;-1.24;1.10 -8326;13;3210.00;9.50;2009.40;1.05;1.04 -8327;13;1043.00;9.50;352.20;-1.26;1.30 -8328;13;376.00;9.50;45.40;2.42;1.26 -8329;13;719.00;9.50;1265.80;1.43;0.98 -8330;13;259.00;9.50;1759.60;-0.94;1.54 -8331;13;344.60;9.50;975.40;-0.80;1.26 -8332;13;908.80;9.50;420.40;1.24;1.46 -8333;13;5516.00;9.50;1607.20;0.44;1.16 -8334;13;3433.20;9.50;1347.80;0.78;1.30 -8335;13;2553.40;9.50;495.80;-0.88;0.86 -8336;13;1657.00;9.50;1391.00;4.71;1.04 -8337;13;148.00;9.50;562.60;0.71;1.02 -8338;13;5377.60;9.50;1099.60;0.91;1.34 -8339;13;4095.40;9.50;860.80;-1.18;1.04 -8340;13;2738.60;9.50;1600.80;0.88;0.88 -8341;13;5594.00;9.50;443.60;0.50;1.00 -8342;13;5584.80;9.50;732.40;0.33;0.92 -8343;13;4715.40;9.50;1062.60;-1.11;1.16 -8344;13;4024.20;9.50;683.80;4.66;0.84 -8345;13;4343.80;9.50;27.00;1.12;1.02 -8346;13;4198.20;9.50;131.60;1.44;1.08 -8347;13;3925.20;9.50;147.00;1.40;1.36 -8348;13;2914.20;9.50;569.00;0.76;0.84 -8349;13;2499.00;9.50;779.60;4.63;1.00 -8350;13;2379.80;9.50;670.60;1.20;1.20 -8351;13;1988.60;9.50;1053.60;-1.15;1.02 -8352;13;3245.80;9.50;2022.60;-0.97;0.64 -8353;13;1154.80;9.50;305.80;0.70;1.06 -8354;13;406.40;9.50;41.00;3.58;1.10 -8355;13;637.80;9.50;1313.40;4.63;0.94 -8356;13;353.00;9.50;1795.60;1.51;1.18 -8357;13;392.60;9.50;963.20;-1.43;0.80 -8358;13;780.00;9.50;417.20;4.36;1.04 -8359;13;636.40;9.50;1013.00;-1.41;0.80 -8361;13;2693.80;9.50;1738.80;1.41;1.10 -8362;13;2696.20;9.50;499.80;-0.70;0.88 -8363;13;1573.00;9.50;1379.80;1.37;0.92 -8364;13;143.60;9.50;504.60;0.86;1.28 -8365;13;5449.40;9.50;1173.00;-1.41;1.36 -8366;13;4202.80;9.50;888.40;1.47;0.96 -8367;13;2726.40;9.50;1717.80;0.32;1.14 -8368;13;5539.00;9.50;452.40;1.67;0.92 -8369;13;5538.40;9.50;781.40;-1.53;1.08 -8370;13;3636.60;9.65;1957.00;-0.52;2.28 -8371;13;4676.80;9.50;1078.60;-1.13;1.26 -8372;13;4051.40;9.50;635.40;1.48;1.10 -8373;13;4373.80;9.50;49.40;1.24;1.00 -8374;13;4159.80;9.50;179.60;-1.44;1.22 -8375;13;3890.80;9.50;106.00;1.57;1.12 -8376;13;2437.80;9.50;725.60;-1.41;1.00 -8377;13;2376.40;9.50;726.00;1.16;1.00 -8378;13;1979.80;9.50;1011.40;-1.50;1.12 -8379;13;3398.60;9.50;1957.40;-0.80;1.28 -8380;13;1191.20;9.50;277.80;1.60;1.32 -8381;13;481.60;9.50;55.00;1.12;1.24 -8382;13;622.40;9.50;1354.00;4.71;0.80 -8383;13;224.20;9.50;1960.20;2.50;1.34 -8384;13;438.40;9.94;995.80;0.51;1.06 -8385;13;813.00;9.50;317.60;0.83;1.18 -8386;13;2332.60;9.50;1042.00;4.53;1.20 -8387;13;2546.80;9.50;1809.00;-1.36;1.80 -8388;13;2722.00;9.50;403.60;-0.27;1.00 -8389;13;1630.40;9.50;1414.60;1.29;1.06 -8390;13;97.40;9.50;544.80;1.19;1.30 -8391;13;5508.20;9.50;1222.20;0.24;1.14 -8392;13;4089.20;9.50;809.20;-1.52;0.88 -8393;13;2658.20;9.50;1622.80;0.99;0.58 -8394;13;5476.80;9.50;485.80;-1.48;0.98 -8395;13;1117.20;9.50;856.00;-1.57;1.26 -8396;13;4717.60;9.50;1167.80;0.23;1.16 -8397;13;4053.00;9.50;581.00;-0.58;1.08 -8398;13;4347.40;9.50;96.60;1.94;0.92 -8399;13;4151.60;9.50;199.20;0.94;0.82 -8400;13;3936.00;9.50;146.80;-1.41;1.28 -8401;13;2476.00;9.50;733.20;4.55;1.08 -8402;13;2296.40;9.50;704.80;-1.15;1.14 -8403;13;2411.80;9.50;1338.80;1.17;1.68 -8404;13;2638.80;9.50;1822.80;-1.18;1.50 -8405;13;1266.20;9.50;325.00;-1.35;1.04 -8406;13;545.40;9.50;73.60;1.49;1.06 -8407;13;572.40;9.50;1311.20;-1.10;0.88 -8408;13;717.40;9.50;928.80;0.42;1.36 -8409;13;305.80;9.50;1839.00;1.06;1.34 -8410;13;403.60;9.50;1026.00;-0.74;1.16 -8411;13;794.60;9.50;372.00;1.46;1.06 -8412;13;4733.00;9.50;667.20;-0.30;0.72 -8413;13;2583.60;9.82;1912.00;-1.20;1.18 -8414;13;2727.20;9.50;186.40;4.57;0.98 -8415;13;1581.80;9.50;1379.60;-1.44;0.88 -8416;13;122.80;9.50;382.80;-1.43;1.26 -8417;13;4191.80;9.50;804.00;1.76;1.00 -8418;13;2651.60;9.50;1559.20;1.54;1.08 -8419;13;1119.20;9.50;487.40;-1.56;1.22 -8420;13;5506.60;9.50;929.20;-1.39;1.34 -8421;13;4768.80;9.50;1211.20;1.75;0.94 -8422;13;4085.60;9.50;597.60;4.64;1.00 -8423;13;4382.00;9.50;85.20;-1.53;0.98 -8424;13;4100.40;9.50;228.60;0.66;1.12 -8425;13;3901.80;9.50;106.00;4.71;0.98 -8426;13;2391.40;9.50;699.00;-0.83;1.18 -8427;13;2266.80;9.50;720.60;-0.69;1.18 -8428;13;2606.00;9.50;1867.20;-1.21;1.24 -8429;13;1358.20;9.50;357.00;1.23;1.20 -8430;13;466.20;9.50;41.80;3.54;1.02 -8431;13;551.00;9.50;1343.60;-1.21;0.82 -8432;13;367.60;9.50;1834.80;1.78;1.36 -8433;13;470.80;9.50;950.20;-1.06;1.14 -8434;13;672.00;9.50;457.80;4.67;1.48 -8436;13;2442.60;9.70;1916.60;0.98;1.34 -8437;13;2641.00;9.50;195.00;2.03;0.94 -8438;13;1715.20;9.50;1428.60;1.44;1.04 -8439;13;313.40;9.50;583.60;-1.43;1.08 -8440;13;5496.20;9.50;1296.00;-1.04;0.84 -8441;13;4061.80;9.50;653.60;-0.92;1.08 -8442;13;2570.00;9.50;1552.40;-1.47;1.04 -8443;13;5590.80;9.50;1479.60;-1.44;1.00 -8444;13;5536.60;9.50;892.00;4.71;1.08 -8445;13;4709.00;9.59;1270.60;-0.71;1.32 -8446;13;4086.60;9.50;542.40;-0.82;1.24 -8447;13;4422.40;9.50;129.20;1.78;0.88 -8448;13;4065.20;9.50;265.80;0.78;1.18 -8449;13;3986.60;9.50;91.60;0.58;1.02 -8450;13;2803.80;9.50;1536.20;-1.49;0.44 -8451;13;2466.40;9.50;663.00;0.87;1.04 -8452;13;2181.40;9.50;510.00;-0.83;1.16 -8453;13;2364.20;9.50;1254.60;-1.06;1.78 -8454;13;2630.20;9.50;1697.00;-1.20;1.08 -8455;13;1430.20;9.50;342.20;1.54;1.28 -8456;13;524.00;9.50;155.60;1.65;0.86 -8457;13;485.40;9.50;1330.40;4.46;1.22 -8458;13;376.60;9.50;1840.20;-0.70;1.40 -8459;13;468.60;9.50;1009.00;4.58;1.14 -8460;13;707.60;9.50;394.20;0.99;1.36 -8462;13;2700.60;9.50;1517.60;1.39;0.54 -8463;13;2441.20;9.50;1975.80;1.88;1.70 -8464;13;2560.80;9.50;307.60;1.89;1.08 -8465;13;1641.40;9.50;1438.60;-0.29;1.24 -8466;13;204.40;9.50;489.20;-1.38;1.04 -8467;13;5361.20;9.50;1336.80;2.00;1.22 -8468;13;4271.40;9.50;538.00;1.57;0.80 -8469;13;2702.40;9.50;1500.20;1.52;0.80 -8470;13;5542.80;9.50;525.00;1.46;1.14 -8471;13;1121.40;9.50;913.40;-1.57;1.24 -8472;13;4844.60;9.50;1122.40;-0.98;0.98 -8473;13;4123.20;9.50;557.20;-1.08;1.18 -8474;13;4473.40;9.50;104.60;1.07;1.10 -8475;13;4030.60;9.50;311.40;-0.81;0.88 -8476;13;4039.20;9.50;72.40;1.50;0.96 -8477;13;3167.20;9.50;24.00;2.19;0.88 -8478;13;2510.80;9.50;28.80;4.01;0.68 -8479;13;2389.00;9.50;667.20;4.36;1.04 -8480;13;2192.80;9.50;560.80;-1.27;1.26 -8481;13;2291.40;9.50;1328.80;-1.46;1.24 -8482;13;2644.60;9.50;1753.80;0.61;1.46 -8483;13;1393.00;9.50;268.00;-0.78;1.34 -8484;13;477.40;9.50;119.40;4.63;0.78 -8485;13;473.40;9.50;1360.40;-1.38;0.92 -8486;13;331.60;9.50;1869.00;4.71;0.82 -8487;13;466.60;9.50;1035.60;-1.19;1.04 -8488;13;742.40;9.50;466.20;-1.16;1.26 -8489;13;3826.60;9.50;441.40;1.74;0.84 -8490;13;2523.80;9.50;1932.60;0.94;1.90 -8491;13;2406.80;9.50;105.60;-1.49;0.98 -8492;13;1672.60;9.50;1506.00;1.57;1.20 -8493;13;318.00;9.50;365.60;1.50;1.26 -8494;13;5388.80;9.50;1179.80;0.52;1.20 -8495;13;4286.40;9.50;373.80;1.19;1.00 -8496;13;2694.40;9.50;1476.60;1.33;1.04 -8497;13;5548.20;9.50;559.80;0.99;1.52 -8498;13;1118.80;9.50;956.60;4.71;1.00 -8499;13;4842.20;9.50;1076.80;1.43;0.82 -8500;13;4147.20;9.50;526.80;-1.16;1.06 -8501;13;4361.60;9.50;150.60;-1.40;0.96 -8502;13;4095.60;9.50;294.60;0.91;1.12 -8503;13;3912.80;9.50;67.60;1.63;0.96 -8504;13;3239.80;9.50;18.60;2.00;0.50 -8505;13;2535.00;9.50;54.60;4.63;0.96 -8506;13;2511.60;9.50;658.20;1.52;1.02 -8507;13;2275.00;9.50;629.80;1.37;1.16 -8508;13;2301.00;9.50;1270.00;-1.03;1.20 -8509;13;2505.60;9.50;1835.00;-1.17;1.38 -8510;13;1446.60;9.50;276.80;4.68;0.96 -8511;13;532.80;9.50;158.20;-1.04;1.08 -8512;13;409.60;9.50;1394.80;-1.19;1.28 -8513;13;311.40;9.50;1894.80;1.02;1.62 -8514;13;539.00;9.50;977.20;-1.00;1.08 -8515;13;733.80;9.50;520.20;-0.71;1.08 -8516;13;3828.60;9.50;470.80;0.88;0.82 -8517;13;2456.60;9.50;2002.40;1.17;1.30 -8518;13;1657.00;9.50;1539.20;-1.22;0.94 -8519;13;216.60;9.50;295.00;1.72;1.02 -8520;13;5218.40;9.50;1229.40;4.57;1.10 -8521;13;4205.80;9.50;135.00;-0.61;0.82 -8522;13;2715.80;9.50;1443.60;1.10;0.72 -8523;13;1117.80;9.50;590.80;-1.57;1.06 -8524;13;1121.40;9.50;972.80;-1.56;0.84 -8525;13;4783.20;9.50;1035.60;-1.45;1.20 -8526;13;4184.20;9.50;475.00;1.17;1.22 -8527;13;4314.00;9.50;106.00;0.98;0.92 -8528;13;4129.20;9.50;323.40;1.17;1.02 -8529;13;3981.80;9.50;36.20;-0.58;1.16 -8530;13;2898.60;9.50;1935.60;-1.40;1.08 -8531;13;2524.80;9.50;55.80;1.41;1.00 -8532;13;2518.60;9.50;655.00;3.85;0.94 -8533;13;2363.80;9.50;1222.00;1.41;1.44 -8534;13;2439.80;9.50;1864.80;4.67;1.22 -8535;13;1507.40;9.50;229.00;1.39;1.14 -8536;13;276.60;9.50;290.80;4.50;1.08 -8537;13;349.20;9.50;1332.40;-1.24;0.90 -8538;13;400.60;9.81;1903.40;1.74;0.78 -8539;13;591.20;9.50;1037.60;1.63;1.12 -8540;13;697.80;9.50;506.60;4.32;1.26 -8541;13;3830.60;9.50;514.40;0.78;0.92 -8542;13;2667.60;9.50;1920.20;0.94;1.18 -8543;13;1742.80;9.50;1580.00;0.41;1.14 -8544;13;51.20;9.50;291.40;1.17;1.18 -8545;13;5056.00;9.50;1156.00;2.21;0.86 -8546;13;2758.40;9.50;1453.60;1.01;0.48 -8547;13;5549.40;9.50;626.20;-1.42;1.08 -8548;13;4773.60;9.50;980.00;-0.57;1.06 -8549;13;4227.20;9.50;493.00;1.15;1.14 -8550;13;4352.80;9.50;127.00;0.81;0.92 -8551;13;4106.00;9.50;363.40;0.97;1.12 -8552;13;4016.20;9.50;36.20;4.43;1.18 -8553;13;2428.20;9.50;34.00;-1.25;1.28 -8554;13;2505.60;9.50;608.60;-1.40;1.06 -8555;13;2308.40;9.50;389.60;1.36;1.18 -8556;13;2268.80;9.50;1181.00;-0.90;1.20 -8557;13;2566.80;9.50;1950.60;0.83;1.64 -8558;13;1398.60;9.50;210.40;0.87;1.30 -8559;13;345.00;9.50;317.80;1.27;1.06 -8560;13;355.80;9.50;1373.00;-1.09;1.08 -8561;13;486.60;9.50;1881.60;1.49;1.14 -8562;13;447.00;9.50;907.40;-1.39;1.32 -8563;13;707.00;9.50;543.60;1.49;0.96 -8564;13;3819.60;9.50;575.00;0.67;0.80 -8565;13;2549.20;9.50;2011.80;-0.05;0.96 -8566;13;1800.80;9.50;1607.00;0.81;1.14 -8567;13;4511.80;9.50;164.00;1.56;1.64 -8568;13;5031.20;10.17;1068.40;-1.00;1.26 -8569;13;2748.60;9.50;1437.80;1.63;0.56 -8570;13;5481.80;9.50;622.20;-1.39;1.08 -8571;13;1120.00;9.50;1262.20;4.71;0.98 -8572;13;4756.60;9.50;886.00;1.38;1.18 -8573;13;4196.20;9.50;447.40;2.09;0.96 -8574;13;4279.80;9.50;155.60;-1.41;0.88 -8575;13;4165.00;9.50;349.20;1.53;1.08 -8576;13;2407.40;9.50;71.60;4.63;1.04 -8577;13;2472.40;9.50;601.40;-0.61;1.08 -8578;13;2369.00;9.50;408.80;-0.20;1.24 -8579;13;2246.40;9.50;1222.20;-0.95;1.36 -8580;13;2619.40;9.50;1955.80;0.97;1.54 -8581;13;1507.00;9.50;118.20;1.72;1.16 -8582;13;329.80;9.50;263.40;-1.10;0.90 -8583;13;382.40;9.50;1423.00;1.45;0.88 -8584;13;410.80;9.50;1812.00;-1.44;1.04 -8585;13;567.20;9.50;944.60;1.46;0.94 -8586;13;626.80;9.50;494.40;-1.36;1.16 -8587;13;3757.20;9.50;511.40;4.61;1.00 -8588;13;2719.60;9.50;1902.60;1.82;1.26 -8589;13;1873.20;9.50;1621.00;-0.41;1.22 -8590;13;240.80;9.50;151.00;4.56;1.08 -8591;13;4875.80;9.50;888.40;-1.50;1.02 -8592;13;2761.80;9.50;1390.80;-0.44;0.76 -8593;13;5462.20;9.50;571.60;-1.10;1.30 -8594;13;5624.20;9.50;1220.00;1.57;1.20 -8595;13;4720.00;9.50;918.40;-0.93;1.20 -8596;13;4202.00;9.50;451.80;-0.82;1.06 -8597;13;4371.80;9.50;233.00;4.71;1.02 -8598;13;4139.40;9.50;379.80;1.10;0.90 -8599;13;3999.00;9.50;15.20;4.17;0.50 -8600;13;2577.80;9.50;101.00;1.38;1.12 -8601;13;2522.60;9.50;553.40;1.00;0.92 -8602;13;2224.20;9.50;412.00;-1.04;1.26 -8603;13;2244.60;9.50;1304.60;1.66;1.32 -8604;13;2519.00;9.50;2029.20;1.72;0.90 -8605;13;1428.60;9.50;81.40;-0.44;1.22 -8606;13;399.80;9.50;312.20;1.34;0.80 -8607;13;340.20;9.50;1351.80;1.60;0.90 -8608;13;84.60;9.50;2022.40;1.97;0.50 -8609;13;573.80;9.50;892.60;1.22;1.00 -8610;13;562.00;9.50;482.00;-1.40;1.22 -8611;13;3787.80;9.50;545.60;1.66;0.84 -8612;13;2738.40;9.50;1763.80;-0.74;1.26 -8613;13;2890.60;9.50;526.60;1.43;1.04 -8614;13;1844.00;9.50;1667.20;0.96;1.36 -8615;13;173.60;9.50;247.00;4.71;1.00 -8616;13;4893.80;9.50;839.00;-1.01;1.28 -8617;13;4000.40;9.50;118.40;4.57;1.00 -8618;13;2711.60;9.50;1395.40;0.49;0.88 -8619;13;5398.80;9.50;566.80;-1.31;1.04 -8620;13;5559.20;9.50;1208.20;1.83;1.26 -8621;13;2844.40;9.50;1540.60;-0.74;0.58 -8622;13;2886.00;9.50;1565.20;-0.69;0.32 -8623;13;4756.20;9.50;987.60;2.03;1.12 -8624;13;4234.00;9.50;425.00;-1.10;0.74 -8625;13;4393.40;9.50;191.00;1.35;1.12 -8626;13;4080.20;9.50;414.60;-1.47;0.98 -8627;13;3966.00;9.50;17.00;2.35;0.56 -8628;13;2539.20;9.50;160.00;4.47;1.10 -8629;13;2459.20;9.50;623.00;1.31;0.94 -8630;13;2315.00;9.50;483.80;1.06;1.34 -8631;13;2176.40;9.50;1296.60;0.27;1.22 -8632;13;2594.20;9.50;1761.60;1.49;1.08 -8633;13;1358.60;9.50;108.60;-1.13;1.16 -8634;13;448.20;9.50;339.60;1.44;1.00 -8635;13;282.60;9.50;1384.40;-1.22;1.12 -8636;13;105.40;9.50;1972.60;-1.13;0.88 -8637;13;515.60;9.50;852.40;4.62;1.20 -8638;13;614.80;9.50;438.00;-0.90;1.32 -8639;13;3441.20;9.50;438.80;-0.38;1.30 -8640;13;2812.60;9.50;1921.60;1.66;1.02 -8641;13;2303.00;9.50;201.00;1.10;1.14 -8642;13;1728.80;10.98;1693.00;-1.14;1.46 -8643;13;436.60;9.50;289.60;1.64;1.26 -8644;13;4886.20;9.50;718.00;1.31;0.98 -8645;13;4187.40;9.50;263.40;1.27;1.12 -8646;13;2678.80;9.50;1434.20;0.89;1.22 -8647;13;5401.40;9.50;609.80;-1.47;0.80 -8648;13;5597.60;9.50;1683.20;-0.70;0.82 -8649;13;4770.00;9.50;943.00;4.71;0.68 -8650;13;4220.40;9.50;399.40;0.82;1.06 -8651;13;4277.80;9.50;208.00;4.71;0.78 -8652;13;4149.40;9.50;378.00;4.71;1.06 -8654;13;2479.20;9.50;87.20;-0.97;1.00 -8655;13;2441.40;9.50;582.00;1.35;0.98 -8656;13;2291.80;9.50;447.20;1.01;1.32 -8657;13;2227.00;9.50;1344.40;0.93;1.20 -8658;13;2480.00;9.50;1809.60;1.47;1.38 -8659;13;1416.80;9.50;172.60;4.64;1.32 -8660;13;453.80;9.50;372.20;1.01;1.08 -8661;13;790.40;9.50;946.60;1.46;1.14 -8662;13;93.20;9.50;2023.60;-1.48;0.96 -8663;13;402.20;9.50;857.80;-1.24;1.16 -8664;13;606.20;9.50;434.00;1.77;1.02 -8665;13;3488.40;9.50;412.40;-0.95;1.08 -8666;13;2840.60;9.50;1838.60;0.24;0.90 -8667;13;2350.80;9.50;292.60;4.14;1.04 -8668;13;1864.20;9.50;1735.60;-1.31;1.08 -8669;13;482.40;9.50;416.00;-1.12;0.90 -8670;13;4784.40;9.51;720.00;-0.19;1.14 -8671;13;4272.00;9.50;468.00;1.57;0.82 -8672;13;2647.80;9.50;1421.60;1.10;1.02 -8673;13;5486.00;9.50;648.00;0.38;1.22 -8674;13;1121.00;10.06;1292.60;-1.56;1.12 -8675;13;1122.80;11.80;1742.00;-1.57;0.82 -8676;13;4675.00;9.50;956.60;-1.42;1.10 -8677;13;4311.40;9.50;454.20;0.70;0.90 -8678;13;4316.80;9.50;222.40;-1.50;1.12 -8679;13;4158.40;9.50;445.60;1.29;1.14 -8680;13;2525.80;9.50;136.40;0.66;1.20 -8681;13;2616.60;9.50;546.80;-1.19;1.02 -8682;13;2734.80;9.50;689.20;-1.36;0.76 -8683;13;2135.20;9.50;1363.00;-1.38;1.20 -8684;13;2391.40;9.50;1837.20;1.74;1.10 -8685;13;1520.40;9.50;38.80;-1.24;1.06 -8686;13;391.60;9.50;349.80;1.33;0.96 -8687;13;282.20;9.50;1411.80;0.63;1.32 -8688;13;166.00;9.50;2030.20;3.81;0.90 -8689;13;488.00;9.50;821.40;0.72;1.42 -8690;13;667.00;9.50;593.80;4.47;1.14 -8691;13;3488.20;9.50;343.40;1.27;1.36 -8692;13;2939.60;9.50;1982.60;1.32;1.24 -8693;13;2603.20;9.50;473.60;-1.42;1.04 -8694;13;1897.00;9.50;1933.00;1.73;1.36 -8695;13;472.20;9.50;370.00;-0.91;1.12 -8696;13;4781.40;9.50;759.60;-0.88;0.96 -8697;13;4180.60;9.50;409.60;1.46;1.14 -8698;13;2661.00;9.50;1386.00;1.19;0.92 -8699;13;5521.60;9.50;738.40;1.65;1.02 -8700;13;5579.60;9.50;1364.40;-1.32;1.22 -8701;13;4665.80;9.50;911.00;-0.38;0.54 -8702;13;4363.40;9.50;496.20;1.36;0.78 -8703;13;4315.40;9.50;242.20;0.84;0.92 -8704;13;4106.00;9.50;447.00;1.57;1.04 -8705;13;2479.40;9.50;158.00;1.57;1.16 -8706;13;1487.80;9.50;789.80;-1.43;0.98 -8707;13;2866.20;9.50;728.00;4.15;0.92 -8708;13;2171.20;9.50;1415.60;1.30;1.42 -8709;13;2360.80;9.50;1882.80;-1.04;1.24 -8710;13;1571.40;9.50;33.60;4.05;1.02 -8711;13;343.00;9.50;397.00;4.71;1.02 -8712;13;166.40;9.50;1328.20;-1.54;1.00 -8713;13;201.60;9.50;1991.00;-0.67;0.42 -8714;13;441.60;9.50;819.00;1.38;1.26 -8715;13;770.60;9.50;572.60;1.47;1.02 -8716;13;2112.40;9.50;462.80;1.89;1.04 -8717;13;2966.40;9.50;2030.80;1.59;0.88 -8718;13;2538.80;9.50;510.40;2.25;1.04 -8719;13;1956.00;9.50;1875.40;1.69;2.14 -8720;13;620.60;9.50;347.80;-0.97;1.34 -8721;13;4818.80;9.50;888.40;-1.33;1.38 -8722;13;4076.60;9.50;342.20;0.81;0.98 -8723;13;2612.40;9.50;1402.40;1.09;1.56 -8724;13;5440.80;9.50;692.60;1.10;1.00 -8725;13;1125.00;15.22;1427.00;4.71;0.26 -8726;13;5585.00;9.50;1722.40;1.19;1.28 -8727;13;4665.00;9.50;795.60;-1.47;1.32 -8728;13;4369.20;9.50;527.00;1.08;0.88 -8729;13;4245.20;9.50;249.20;-1.52;0.94 -8730;13;4070.20;9.50;485.80;1.62;0.88 -8731;13;2416.00;9.50;131.20;0.62;1.20 -8732;13;2617.00;9.50;519.00;4.46;0.82 -8733;13;2686.80;9.50;710.00;-1.42;0.74 -8734;13;2214.40;9.50;1414.20;1.12;1.12 -8735;13;2399.60;9.50;1840.80;-0.91;1.40 -8736;13;1627.80;9.50;29.20;4.04;0.66 -8737;13;186.80;9.50;399.00;4.71;1.32 -8738;13;123.00;9.50;1311.80;-0.39;0.94 -8739;13;331.40;9.50;1915.80;1.62;0.88 -8740;13;432.40;9.50;774.60;1.29;1.20 -8741;13;783.80;9.50;572.20;-1.54;0.94 -8742;13;3387.20;9.50;995.60;-0.25;1.08 -8743;13;2675.60;9.50;1960.20;-0.60;1.42 -8744;13;2366.60;9.50;587.20;-1.24;0.88 -8745;13;1588.00;9.50;1968.40;1.95;0.88 -8746;13;1357.40;9.50;752.40;-1.25;1.12 -8747;13;4800.80;9.50;944.80;4.66;0.90 -8748;13;3986.80;9.50;410.60;1.66;0.96 -8749;13;2665.00;9.50;1338.60;1.45;0.64 -8750;13;5447.00;9.50;738.60;1.48;1.04 -8751;13;4752.20;9.50;792.20;0.24;0.86 -8752;13;4289.80;9.50;494.00;-0.26;0.70 -8753;13;4236.40;9.50;250.20;1.31;1.04 -8754;13;4081.60;9.50;537.80;2.31;1.00 -8755;13;2439.40;9.50;207.40;4.57;1.20 -8756;13;2614.20;9.50;569.20;1.52;0.86 -8757;13;2674.80;9.50;709.80;1.41;1.18 -8758;13;2257.80;9.50;1407.80;1.16;0.96 -8759;13;2335.60;9.50;1929.60;-1.13;1.46 -8760;13;1671.40;9.50;39.60;4.15;1.06 -8761;13;327.80;9.50;399.60;1.26;1.16 -8762;13;90.40;9.50;1375.40;-1.49;1.16 -8763;13;385.80;9.50;1776.20;-1.32;1.54 -8764;13;300.20;9.50;849.20;-1.08;1.16 -8765;13;746.80;9.50;620.60;0.72;1.48 -8766;13;3397.60;9.50;953.80;-1.19;1.14 -8767;13;2757.40;9.50;2023.40;-0.52;0.60 -8768;13;1569.20;9.51;1879.60;-0.54;1.38 -8769;13;904.00;9.50;379.40;1.34;1.16 -8770;13;4931.80;9.50;1043.40;0.75;1.38 -8771;13;4079.40;9.50;486.00;4.71;1.20 -8772;13;2652.20;9.50;1253.40;1.10;0.82 -8773;13;5345.20;9.50;718.40;-0.85;1.26 -8774;13;4651.00;9.50;742.20;-0.75;1.16 -8775;13;4281.40;9.50;537.60;4.63;0.90 -8776;13;4224.20;9.50;292.40;1.10;1.08 -8777;13;4052.00;9.50;543.40;1.13;0.76 -8778;13;2314.00;9.50;101.00;-0.98;1.32 -8779;13;2568.00;9.60;574.80;1.60;0.84 -8780;13;2557.00;9.50;764.40;4.61;1.18 -8781;13;2161.00;9.50;1474.80;1.37;0.98 -8782;13;2322.80;9.50;1927.80;1.46;1.44 -8783;13;266.20;9.50;292.40;1.48;1.20 -8784;13;147.20;9.50;1369.60;4.65;0.80 -8785;13;440.00;9.50;1773.00;4.57;1.36 -8786;13;261.00;9.50;880.60;-1.03;1.38 -8787;13;799.60;9.50;674.60;1.87;1.22 -8788;13;3601.00;9.50;865.20;-1.33;1.30 -8789;13;2863.60;9.50;1974.40;0.41;1.20 -8790;13;966.60;9.50;132.00;0.90;1.38 -8791;13;4864.40;9.50;1179.40;-1.35;1.34 -8792;13;4142.60;9.50;502.60;0.91;1.12 -8793;13;2780.20;9.50;1239.20;0.90;0.68 -8794;13;5333.80;9.50;691.00;4.54;0.98 -8795;13;5571.40;9.50;1343.80;0.88;0.84 -8796;13;5184.80;9.50;1426.00;1.80;0.92 -8797;13;4649.80;9.50;680.00;-0.56;1.26 -8798;13;4306.60;9.50;576.00;4.20;1.04 -8799;13;4280.80;9.50;280.40;1.13;0.86 -8800;13;3996.40;9.50;575.80;-1.09;1.00 -8801;13;2431.20;9.50;208.60;1.41;0.84 -8802;13;2609.60;9.50;521.60;1.13;0.80 -8803;13;2592.20;9.50;794.40;1.36;1.22 -8804;13;2194.20;9.50;1514.60;1.39;1.38 -8805;13;2149.20;9.50;1895.20;-1.27;1.52 -8806;13;1507.80;9.50;34.80;1.86;0.98 -8807;13;276.60;9.50;328.60;1.32;0.90 -8808;13;134.00;9.50;1400.40;-1.24;0.94 -8809;13;560.40;9.50;1776.20;1.32;1.24 -8810;13;399.20;9.50;871.20;1.54;0.74 -8811;13;817.60;9.50;622.40;4.60;1.32 -8812;13;348.80;9.50;1933.20;2.89;0.38 -8813;13;2619.00;9.50;1714.60;1.31;1.02 -8814;13;1902.60;9.50;46.40;-0.90;1.04 -8815;13;1486.40;9.50;1883.80;1.21;1.58 -8816;13;1090.20;9.50;314.40;1.99;1.38 -8817;13;5142.80;9.50;1227.20;1.53;0.94 -8818;13;4115.80;9.50;622.40;1.37;0.80 -8819;13;2834.80;9.50;1262.60;0.70;0.80 -8820;13;5338.80;9.50;643.80;-1.43;1.08 -8821;13;5488.00;9.50;1368.00;1.69;0.84 -8822;13;4663.60;9.50;663.20;-1.12;1.00 -8823;13;4301.00;9.50;581.40;0.53;0.80 -8824;13;4253.80;9.50;331.60;1.42;1.20 -8825;13;4019.00;9.50;541.60;1.67;0.84 -8826;13;3060.60;9.50;29.00;2.70;0.94 -8827;13;2357.20;9.50;173.40;-0.89;1.28 -8828;13;2539.40;9.50;533.80;-1.18;0.82 -8829;13;2487.00;9.50;810.00;-0.24;1.32 -8830;13;2205.40;9.50;1475.40;1.73;1.10 -8831;13;2277.80;9.50;1822.80;-1.43;1.40 -8832;13;1365.00;9.50;74.60;4.51;1.10 -8833;13;218.00;9.50;340.80;1.27;1.28 -8834;13;218.00;9.50;1487.60;4.65;1.08 -8835;13;590.00;9.50;1733.80;1.47;1.12 -8836;13;399.20;9.50;940.60;4.49;1.08 -8837;13;851.20;9.50;664.40;1.33;1.18 -8838;13;1955.00;9.50;1609.80;1.80;1.12 -8839;13;2528.40;9.50;1534.20;-0.57;1.20 -8840;13;2629.80;9.50;1475.00;1.04;1.24 -8841;13;1548.00;9.50;1933.20;1.40;1.22 -8842;13;1114.80;9.50;413.40;1.66;1.06 -8843;13;5096.60;9.50;1350.40;4.58;1.16 -8844;13;3911.40;9.50;720.60;-0.74;0.66 -8845;13;2846.20;9.54;1317.40;0.86;0.92 -8846;13;5300.00;9.50;644.00;3.92;1.50 -8847;13;5487.00;9.50;1309.00;1.89;1.10 -8848;13;4715.00;9.50;711.80;1.63;0.86 -8849;13;4246.40;9.50;570.00;4.71;0.88 -8850;13;4262.00;9.50;331.20;-1.52;0.98 -8851;13;4190.20;9.50;223.20;1.26;1.02 -8853;13;2394.20;9.50;234.60;1.30;1.16 -8854;13;2525.00;9.50;539.20;1.86;0.86 -8855;13;2463.60;9.50;762.00;-0.57;1.00 -8856;13;2249.00;9.50;1465.20;1.00;1.16 -8857;13;1577.80;9.50;968.80;1.16;1.12 -8858;13;1415.80;9.50;47.20;3.50;1.28 -8859;13;125.00;9.50;308.60;-0.83;1.38 -8860;13;204.20;9.50;1486.80;1.74;1.12 -8861;13;398.00;9.50;1739.20;1.08;1.42 -8862;13;365.20;9.50;903.40;4.61;0.76 -8863;13;839.20;9.50;694.60;-1.27;0.74 -8864;13;1884.80;9.50;1581.40;1.47;1.08 -8865;13;2592.40;9.50;1612.60;0.90;1.14 -8866;13;1752.20;9.50;24.80;2.09;0.80 -8867;13;1454.80;9.50;1959.80;1.84;1.12 -8868;13;1345.20;9.50;455.40;1.17;1.20 -8869;13;5081.20;9.50;1331.20;0.87;1.10 -8870;13;3891.20;9.50;238.80;-1.41;1.06 -8871;13;2885.20;9.50;1323.20;2.14;0.94 -8872;13;5254.60;9.50;550.40;-0.58;1.70 -8873;13;5480.60;9.50;1250.40;1.15;1.28 -8874;13;4654.60;9.50;82.20;-1.52;0.86 -8875;13;4275.20;9.50;607.40;1.46;0.90 -8876;13;4208.60;9.50;342.60;1.13;0.98 -8877;13;4149.40;9.50;238.60;1.05;0.88 -8878;13;2347.60;9.50;170.00;1.57;1.30 -8879;13;2491.40;9.50;507.40;1.36;1.14 -8880;13;2466.20;9.50;818.20;1.73;1.10 -8881;13;2321.40;9.50;1378.60;1.07;1.28 -8882;13;2326.00;9.50;2040.20;3.34;1.00 -8883;13;1273.40;9.50;41.00;3.58;0.94 -8884;13;116.40;9.50;245.80;-1.24;1.16 -8885;13;65.40;9.50;1144.60;-1.35;1.00 -8886;13;354.80;9.50;1738.80;2.17;1.22 -8887;13;386.40;9.50;943.20;1.39;0.96 -8888;13;930.40;9.50;668.00;0.99;1.12 -8889;13;2544.20;9.50;853.60;1.13;1.04 -8890;13;2558.80;9.50;1420.20;2.73;1.02 -8891;13;1464.20;9.50;1963.00;-1.20;1.40 -8892;13;1423.00;9.50;498.60;1.61;1.16 -8893;13;5164.20;9.50;1461.00;-1.33;0.90 -8894;13;3928.20;9.50;680.40;1.21;0.92 -8895;13;2917.00;9.50;1316.40;0.53;0.92 -8896;13;5290.60;9.50;648.00;1.57;1.06 -8897;13;5538.80;9.50;1274.40;1.66;0.88 -8898;13;4826.20;9.50;611.80;-0.20;0.96 -8899;13;4230.20;9.50;499.60;-1.20;0.78 -8900;13;4246.40;9.50;385.60;1.94;0.96 -8901;13;4134.60;9.50;277.60;1.03;1.06 -8902;13;2310.80;9.50;226.80;-1.40;1.18 -8903;13;2522.20;9.50;465.40;1.23;1.08 -8904;13;2420.40;9.50;772.80;-0.92;1.00 -8905;13;2341.00;9.50;1419.60;2.00;1.32 -8906;13;1222.60;9.50;37.60;2.48;0.94 -8907;13;54.80;9.50;236.40;4.60;1.14 -8908;13;112.80;9.50;1103.00;1.43;0.92 -8909;13;461.80;9.50;1712.20;1.23;1.32 -8910;13;497.00;9.50;815.20;4.27;1.18 -8911;13;936.80;9.50;620.00;1.57;1.00 -8912;13;2602.20;9.50;1305.00;1.20;1.42 -8914;13;1543.40;9.50;1989.80;0.32;1.62 -8915;13;1452.80;9.50;673.40;4.21;1.38 -8916;13;5382.60;9.50;1415.40;0.78;1.26 -8917;13;4013.20;9.50;480.20;-0.04;1.04 -8918;13;2919.80;9.50;1358.80;1.05;0.84 -8919;13;5237.80;9.50;647.60;1.45;1.10 -8920;13;5565.40;9.50;1236.60;0.51;1.14 -8921;13;4914.80;9.50;514.00;-1.36;1.08 -8922;13;4226.40;9.50;537.00;1.57;0.84 -8923;13;4709.00;9.50;125.40;-1.49;0.78 -8924;13;4313.40;9.50;419.40;1.70;1.24 -8925;13;4176.40;9.50;310.20;1.52;0.96 -8926;13;2304.20;9.50;130.60;0.69;1.18 -8927;13;2464.20;9.50;473.80;1.61;0.94 -8928;13;2413.00;9.50;769.60;1.84;0.98 -8929;13;2347.60;9.50;1423.40;-0.98;1.40 -8930;13;1666.60;10.33;2010.00;4.71;1.18 -8931;13;1266.20;9.50;50.40;0.82;1.22 -8932;13;63.40;9.50;289.00;4.71;1.18 -8933;13;4507.00;10.82;1093.80;1.57;0.64 -8934;13;399.00;9.50;1686.60;1.31;1.16 -8935;13;574.40;9.50;785.00;2.06;1.46 -8936;13;980.20;9.50;649.60;1.07;1.02 -8937;13;2647.60;9.50;1191.20;-0.86;0.90 -8938;13;1540.20;9.50;545.20;1.52;1.02 -8939;13;5572.20;9.50;1441.60;1.63;0.80 -8940;13;3951.20;9.50;452.60;1.41;0.86 -8941;13;2909.80;9.50;1286.80;-1.36;0.90 -8942;13;5248.80;9.50;601.40;1.30;0.92 -8943;13;5553.00;9.50;1291.80;-0.39;1.02 -8944;13;5554.80;9.50;1830.00;-1.27;1.40 -8945;13;4965.20;9.50;534.60;1.13;1.32 -8946;13;4238.40;9.50;570.60;1.40;0.86 -8947;13;4300.60;9.50;353.80;-1.02;1.14 -8948;13;4596.20;9.50;220.20;-1.53;1.32 -8949;13;2225.20;9.50;166.40;-1.30;1.12 -8950;13;2471.40;9.50;433.20;-1.53;0.98 -8951;13;2352.00;9.50;783.60;-0.69;1.20 -8952;13;2262.80;9.50;1437.20;-1.14;1.10 -8953;13;1777.20;9.50;1963.20;1.83;1.38 -8954;13;1131.40;9.50;41.20;3.70;1.16 -8955;13;4509.60;9.50;230.80;1.56;1.16 -8956;13;44.60;9.50;1115.40;0.65;1.24 -8957;13;522.00;9.50;1703.60;1.16;1.20 -8958;13;444.20;9.50;772.60;4.64;1.26 -8959;13;923.60;9.50;575.80;4.68;1.16 -8960;13;2628.80;9.50;1160.80;0.85;1.22 -8961;13;1795.00;9.50;27.80;-0.34;1.02 -8963;13;1587.80;9.50;542.80;2.05;1.20 -8964;13;4037.00;9.50;265.80;2.20;1.10 -8965;13;2998.60;9.50;1286.60;0.91;0.98 -8966;13;5462.00;9.50;485.00;1.57;1.02 -8967;13;5531.00;9.50;1355.80;1.62;0.86 -8968;13;5566.00;9.50;1784.20;-1.40;1.58 -8969;13;4904.40;9.50;514.60;1.29;0.78 -8970;13;4164.40;9.50;572.60;4.62;0.96 -8971;13;4320.80;9.50;420.80;-1.29;0.88 -8972;13;4587.20;9.50;273.60;-1.42;1.16 -8973;13;2798.80;9.50;2033.00;4.71;0.66 -8974;13;2304.60;9.50;94.60;2.18;1.10 -8975;13;2495.00;9.50;394.00;1.57;0.80 -8976;13;2334.00;9.50;843.40;-0.89;1.08 -8977;13;2253.20;9.50;1527.80;1.61;1.42 -8978;13;1602.20;9.50;2023.20;0.34;0.64 -8979;13;1206.80;9.50;76.80;1.32;1.46 -8980;13;107.20;9.50;338.60;1.48;1.12 -8981;13;749.00;9.50;997.40;1.67;1.02 -8982;13;490.80;9.50;1654.00;-1.23;1.06 -8983;13;407.00;9.50;717.00;-1.21;1.14 -8984;13;947.80;9.50;618.60;4.47;0.98 -8985;13;2595.20;9.50;1261.80;1.31;1.38 -8986;13;1753.00;9.50;60.20;-1.03;1.14 -8987;13;1439.80;9.50;488.40;-1.27;0.96 -8988;13;3794.80;9.50;296.00;-1.17;1.18 -8989;13;2480.80;9.50;1533.80;2.35;1.28 -8990;13;5462.60;9.50;526.60;1.35;1.22 -8991;13;5462.20;9.50;1320.00;0.26;1.02 -8992;13;5505.00;9.50;1773.80;-1.12;1.32 -8993;13;4993.20;9.50;394.60;0.40;1.12 -8994;13;4172.40;9.50;604.60;1.44;1.00 -8995;13;4391.20;9.50;427.20;1.52;0.98 -8996;13;4547.60;9.50;253.20;-0.60;1.00 -8997;13;2251.40;9.50;102.80;-0.73;0.98 -8998;13;2460.60;9.50;432.20;1.71;1.24 -8999;13;2433.00;9.50;858.60;-1.45;1.16 -9000;13;2295.40;9.50;1520.00;0.92;1.40 -9001;13;1544.20;9.50;1894.20;2.24;1.50 -9002;13;1339.40;9.50;133.80;1.30;1.48 -9003;13;4510.60;9.50;354.00;1.56;1.10 -9004;13;132.80;9.50;1197.40;1.50;1.16 -9005;13;395.60;9.50;1642.60;1.32;1.02 -9006;13;516.80;9.50;689.40;1.51;1.34 -9007;13;893.40;9.50;538.60;1.48;0.94 -9008;13;2457.80;9.50;1405.00;1.43;1.22 -9009;13;1807.60;9.50;175.00;-1.35;1.56 -9010;13;1316.80;9.50;396.20;-1.22;1.24 -9011;13;5586.40;9.50;1596.40;4.57;1.10 -9012;13;3887.60;9.50;337.80;1.18;0.92 -9013;13;2983.80;9.50;1239.80;-1.04;1.32 -9014;13;5400.80;9.50;498.00;1.33;1.00 -9015;13;5417.80;9.50;1234.40;0.33;1.28 -9016;13;1121.40;11.30;1895.60;-1.56;1.10 -9017;13;4966.20;9.70;393.00;0.73;0.64 -9018;13;4182.00;9.50;604.00;4.71;0.78 -9019;13;4400.60;9.50;426.60;4.62;1.00 -9020;13;4623.80;9.50;313.60;0.96;1.20 -9021;13;2280.00;9.50;54.20;1.00;0.92 -9022;13;2440.60;9.50;377.20;1.10;1.04 -9023;13;2721.60;9.50;1978.20;-1.36;1.44 -9024;13;2423.00;9.50;860.00;1.19;1.02 -9025;13;2315.40;9.50;1548.80;0.94;1.48 -9026;13;1237.80;9.50;166.20;-1.29;1.04 -9027;13;79.40;9.50;370.20;-0.26;1.32 -9028;13;125.20;9.50;1226.40;-0.26;1.12 -9029;13;461.40;9.50;1590.40;1.51;1.04 -9030;13;538.00;9.50;726.20;1.37;1.28 -9031;13;723.00;9.50;414.80;-1.00;1.26 -9034;13;2537.60;9.50;1294.60;1.18;0.94 -9037;13;1934.80;9.50;197.20;0.55;1.12 -9040;13;1186.60;9.50;374.00;-1.07;1.12 -9044;13;5406.80;9.50;1535.80;1.76;1.16 -9048;13;3866.00;9.50;489.40;1.72;0.80 -9049;13;3106.20;9.50;1152.60;0.54;0.86 -9052;13;5335.40;9.50;547.80;1.19;1.42 -9053;13;5309.40;9.50;1213.80;-1.22;1.08 -9057;13;4802.00;9.50;435.80;1.14;0.86 -9058;13;4245.40;9.50;621.00;0.91;0.92 -9062;13;4399.80;9.50;379.00;4.50;0.98 -9063;13;4580.20;9.50;334.80;1.62;1.14 -9067;13;3947.80;9.50;27.40;1.65;1.12 -9070;13;2213.20;9.50;61.00;-1.12;0.88 -9071;13;2435.60;9.50;242.60;-1.05;1.16 -9072;13;2408.80;9.50;921.40;3.96;1.26 -9076;13;2376.60;9.50;1473.40;1.14;1.58 -9077;13;1539.40;9.50;2039.00;1.57;0.48 -9080;13;1168.00;9.50;135.60;-1.21;1.40 -9081;13;132.00;10.00;423.00;0.00;0.94 -9085;13;4507.80;11.45;1202.00;1.57;0.84 -9086;13;334.60;9.50;1609.60;-1.29;1.30 -9087;13;367.80;9.50;680.60;1.79;1.30 -9091;13;1420.60;9.50;582.60;-0.78;1.38 -9092;13;1570.80;9.50;1793.20;0.89;1.22 -11748;13;2818.60;9.50;1533.20;3.78;0.36 -12389;13;2821.60;9.50;1516.60;1.16;0.28 -13004;13;2803.40;9.50;1545.80;4.62;0.34 -13006;13;2732.80;9.50;1526.60;1.69;0.48 -13007;13;2728.20;9.50;1502.40;0.91;0.54 -13193;13;3790.00;9.50;1984.40;-0.30;2.14 -4;14;3143.20;9.50;1850.80;-1.28;0.88 -5;14;2907.00;9.50;1625.20;1.52;0.82 -9;14;1950.40;9.50;245.60;3.92;1.24 -13;14;1329.00;9.50;308.60;4.53;1.34 -16;14;5279.00;9.50;1560.00;2.03;1.18 -19;14;3863.40;9.50;660.60;4.21;1.12 -20;14;3133.60;9.50;1193.40;0.16;0.68 -24;14;5215.00;9.50;507.20;4.29;0.98 -25;14;5369.60;9.50;1287.00;2.07;1.18 -28;14;4799.60;9.50;478.00;1.79;0.92 -29;14;4155.80;9.50;641.60;4.47;0.80 -33;14;4483.40;9.50;359.40;1.70;1.00 -34;14;3936.00;9.50;762.60;-0.34;1.02 -41;14;2219.80;9.50;131.00;3.89;0.88 -42;14;2413.40;9.50;312.60;4.35;1.24 -43;14;2398.20;9.50;957.80;-1.16;1.22 -47;14;2348.60;9.50;1555.00;2.86;1.10 -48;14;1498.40;9.50;2009.80;1.30;1.12 -50;14;1137.80;9.50;70.60;1.62;1.26 -51;14;45.40;9.50;408.20;1.19;1.06 -54;14;2.00;9.50;1260.00;3.73;0.54 -55;14;283.60;9.50;1587.00;-1.39;1.42 -56;14;378.40;9.50;682.00;4.71;1.00 -59;14;1376.60;9.50;616.60;4.64;1.40 -209;14;3391.40;9.50;1841.60;0.78;1.70 -210;14;2581.60;9.50;1083.00;1.41;1.40 -213;14;2063.40;9.50;354.00;1.91;1.02 -217;14;1885.60;9.50;2024.20;1.71;0.98 -218;14;1445.20;9.50;341.20;4.60;1.76 -220;14;5138.20;9.50;1488.40;-1.37;1.08 -224;14;3991.40;9.50;805.80;1.39;1.08 -225;14;3171.60;9.50;1237.20;2.21;0.74 -229;14;5235.20;10.94;540.20;0.58;1.06 -230;14;5399.20;9.50;1321.60;3.18;1.18 -234;14;4759.20;9.50;454.60;3.20;0.24 -235;14;4245.20;9.50;657.20;1.54;0.84 -239;14;4502.20;9.50;319.20;-1.17;1.14 -240;14;3867.40;9.50;703.80;4.37;1.10 -244;14;3846.60;9.50;65.80;1.78;1.06 -249;14;2217.00;9.50;163.00;2.15;0.80 -250;14;2392.80;9.50;272.40;-1.46;0.86 -251;14;2446.60;9.50;963.80;4.68;1.32 -254;14;2440.20;9.50;1461.80;1.60;1.52 -255;14;1377.60;9.50;2023.20;4.48;1.24 -258;14;1041.40;9.50;44.00;3.73;1.06 -259;14;56.20;9.50;455.40;4.03;0.92 -262;14;7.60;9.50;1286.00;4.45;1.02 -263;14;415.20;9.50;1549.00;4.59;0.98 -264;14;423.60;9.50;684.00;4.49;1.08 -267;14;1377.60;9.50;638.00;1.95;1.32 -411;14;3150.00;9.50;1817.60;0.89;0.86 -412;14;2508.40;9.50;946.20;4.39;1.22 -416;14;2232.20;9.50;493.80;2.42;0.86 -419;14;2058.80;9.50;1856.20;4.41;1.08 -420;14;1245.00;9.50;277.40;1.88;1.52 -423;14;5301.60;9.50;1592.40;-1.04;1.08 -427;14;3951.40;9.50;895.00;1.39;1.02 -428;14;3252.80;9.50;1205.40;1.50;1.00 -430;14;5140.20;9.50;504.00;0.30;1.88 -431;14;5418.40;9.50;1341.00;1.27;1.30 -435;14;4746.20;9.50;471.40;-1.24;0.62 -436;14;4342.40;9.50;668.00;1.22;1.08 -439;14;4449.20;9.50;314.60;4.44;0.92 -440;14;3858.20;9.50;639.20;1.77;0.88 -446;14;2212.40;9.50;102.80;2.11;1.02 -447;14;2444.40;9.50;354.80;1.94;1.16 -448;14;2533.00;9.50;996.60;1.34;1.60 -450;14;2413.60;9.50;1394.80;3.28;1.34 -451;14;1406.80;9.50;1953.20;1.66;1.84 -455;14;1004.80;9.50;46.40;2.39;1.14 -456;14;4.80;9.50;468.60;4.62;1.06 -459;14;134.00;9.50;1274.80;1.26;0.92 -460;14;344.60;9.50;1573.20;4.31;1.30 -461;14;376.00;9.50;630.60;1.65;0.82 -465;14;1328.00;9.50;684.80;4.28;1.06 -593;14;3080.20;9.50;1758.00;-0.61;1.08 -594;14;2517.40;9.50;912.60;2.55;1.10 -597;14;2204.80;9.50;604.40;4.51;1.26 -600;14;1960.80;9.50;1960.00;4.38;1.54 -601;14;1169.20;9.50;183.80;2.07;1.16 -604;14;5498.80;10.50;1659.60;0.43;1.24 -608;14;3933.80;9.50;983.60;1.85;1.50 -609;14;3320.60;9.50;1211.40;-1.48;0.78 -612;14;5582.40;9.50;1439.40;4.06;0.92 -613;14;5315.40;9.50;1255.60;2.23;1.52 -616;14;4755.20;9.50;414.20;-1.48;0.64 -617;14;4289.00;9.50;647.80;4.33;0.96 -621;14;4488.40;9.50;269.20;1.74;1.02 -622;14;3894.00;9.50;784.00;4.24;0.96 -623;14;3816.60;9.50;677.80;4.66;0.78 -626;14;3793.80;9.50;74.00;1.17;1.32 -627;14;3012.00;9.50;42.60;2.40;0.98 -631;14;2201.20;9.50;48.80;1.04;0.90 -632;14;2356.40;9.50;324.60;4.63;1.28 -633;14;2500.60;9.50;1066.20;4.08;1.60 -635;14;2515.20;9.50;1419.00;1.46;1.44 -639;14;890.60;9.50;33.80;3.85;0.84 -640;14;44.40;9.50;525.20;1.88;1.04 -643;14;72.60;9.50;1346.00;3.45;1.00 -644;14;325.20;9.50;1534.60;4.27;1.22 -645;14;362.20;9.50;588.80;4.67;1.02 -647;14;1318.60;9.50;670.80;1.73;0.84 -786;14;3136.20;9.50;1761.60;0.66;0.82 -787;14;2481.80;9.50;914.00;1.57;1.00 -791;14;2257.40;9.50;682.00;4.18;1.16 -795;14;2194.60;9.50;1809.20;2.26;1.20 -796;14;991.20;9.50;107.80;2.55;1.46 -802;14;3822.80;9.50;959.00;1.57;0.98 -803;14;3304.20;9.50;1167.40;-0.46;0.72 -807;14;5144.00;9.50;619.20;1.42;1.08 -808;14;5312.20;9.50;1314.40;1.84;1.16 -811;14;4715.80;9.50;392.40;-1.46;0.88 -812;14;4370.60;9.50;627.00;1.21;1.10 -815;14;4498.20;9.50;270.40;-1.49;1.08 -816;14;3819.20;9.50;635.60;1.67;0.98 -820;14;3795.20;9.50;45.20;2.15;1.36 -821;14;2966.20;9.50;52.40;2.45;1.30 -824;14;2155.60;9.50;62.60;1.66;0.98 -825;14;2343.00;9.50;297.80;0.96;1.26 -826;14;2496.00;9.50;1120.20;-1.53;1.36 -830;14;2537.40;9.50;1498.00;2.42;1.30 -834;14;954.00;9.50;77.40;2.42;1.48 -835;14;87.80;9.50;507.00;1.93;1.24 -838;14;47.60;9.50;1326.20;1.71;1.04 -839;14;310.40;9.50;1537.40;1.65;1.02 -840;14;385.20;9.50;631.40;-1.47;0.92 -842;14;1433.40;9.50;655.40;0.80;1.24 -990;14;3126.60;9.50;1742.80;4.63;0.62 -991;14;2551.20;9.50;837.80;2.00;1.10 -995;14;2228.40;9.50;690.00;4.71;1.16 -999;14;2197.80;9.50;1842.00;4.28;1.52 -1000;14;828.40;9.50;90.60;3.79;1.26 -1007;14;3871.40;9.50;916.80;3.66;0.98 -1008;14;3264.80;9.50;1205.40;-1.50;0.66 -1011;14;5024.20;9.50;647.40;4.41;1.08 -1012;14;5250.20;9.50;1302.20;2.02;1.46 -1016;14;4711.20;9.50;436.20;2.01;1.02 -1017;14;4349.60;9.50;607.80;1.42;1.00 -1021;14;4500.80;9.50;221.20;1.97;1.16 -1022;14;3786.00;9.50;693.80;3.37;0.94 -1026;14;2907.60;9.50;43.00;3.26;0.90 -1030;14;2184.00;9.50;107.00;0.58;1.08 -1031;14;2312.60;9.50;359.20;2.05;0.96 -1032;14;2454.80;9.50;1174.40;4.62;1.22 -1035;14;2460.40;9.50;1578.20;4.13;1.54 -1039;14;1099.00;9.50;125.80;4.51;1.16 -1040;14;141.00;9.50;475.80;1.76;1.04 -1044;14;244.40;9.50;1603.80;3.72;1.18 -1045;14;466.00;9.50;635.00;1.57;0.98 -1049;14;1382.60;9.50;714.40;1.50;1.10 -1158;14;4827.00;9.50;1197.00;0.00;0.80 -1211;14;3093.80;9.50;1723.00;-1.08;0.92 -1212;14;2591.20;9.50;732.00;-1.41;1.18 -1215;14;2079.80;9.50;856.20;-1.16;0.72 -1218;14;2231.00;9.50;1744.00;1.29;1.06 -1219;14;828.80;9.50;171.80;2.12;1.30 -1226;14;3844.20;9.50;791.20;-1.34;0.82 -1227;14;2874.20;9.50;1723.20;4.36;0.48 -1231;14;5122.40;9.50;668.40;4.26;1.32 -1232;14;5156.60;9.50;1229.20;-1.28;1.36 -1235;14;4595.60;9.50;435.40;4.29;1.10 -1236;14;4391.00;9.50;596.60;1.37;0.94 -1240;14;4562.20;9.50;192.80;2.27;1.12 -1241;14;3805.00;9.50;712.00;4.71;0.78 -1245;14;2902.40;9.50;128.80;2.27;1.16 -1249;14;2130.80;9.50;149.40;-1.50;0.96 -1250;14;2356.80;9.50;371.20;1.97;1.24 -1251;14;2479.20;9.50;1236.40;2.32;1.22 -1255;14;2457.20;9.50;1625.60;4.28;1.24 -1256;14;1639.20;9.50;2042.00;4.49;0.66 -1259;14;1326.60;9.50;217.00;1.46;1.10 -1260;14;153.80;9.50;496.40;4.06;1.06 -1264;14;3.40;9.50;1387.40;3.77;0.92 -1265;14;147.80;9.50;1540.60;4.18;1.12 -1266;14;459.40;9.50;589.20;1.71;1.10 -1270;14;1495.00;9.50;647.00;4.39;1.14 -1434;14;3219.20;9.50;1727.00;-1.01;0.62 -1435;14;2882.80;9.50;558.00;0.91;0.96 -1439;14;2037.20;9.50;930.40;2.53;1.14 -1442;14;2224.80;9.50;1668.00;4.59;1.00 -1443;14;700.60;9.50;236.00;2.86;1.14 -1447;14;5472.00;9.50;1710.00;-0.95;1.30 -1451;14;3822.20;9.50;749.80;1.62;0.86 -1452;14;3004.80;9.50;1307.40;-1.00;1.24 -1456;14;5058.00;9.50;676.20;4.59;1.06 -1457;14;5241.80;9.50;1267.80;4.68;0.86 -1461;14;4705.80;9.50;392.40;1.50;0.78 -1462;14;4256.00;9.50;657.00;4.71;0.82 -1465;14;4525.60;9.50;170.80;2.14;1.24 -1466;14;3787.60;9.50;729.60;2.52;0.84 -1470;14;3677.40;9.50;22.20;2.23;0.54 -1471;14;2976.40;9.50;59.00;-1.26;1.06 -1475;14;2113.20;9.50;60.60;1.41;0.92 -1476;14;2389.80;9.50;385.60;1.98;1.18 -1477;14;2473.00;9.50;1269.00;4.43;1.22 -1481;14;2455.00;9.50;1672.40;4.40;1.20 -1482;14;1563.80;9.50;2002.40;3.44;1.04 -1486;14;1337.60;9.50;283.40;2.50;1.60 -1487;14;190.80;9.50;535.40;1.93;1.22 -1490;14;242.60;9.50;1532.60;1.46;1.04 -1491;14;514.60;9.50;656.80;2.20;1.02 -1495;14;1475.60;9.50;787.60;1.78;1.02 -1660;14;3176.20;9.50;1717.80;-0.11;0.60 -1661;14;2753.60;9.50;722.40;4.63;0.74 -1665;14;1955.60;9.50;969.60;1.28;0.76 -1669;14;2052.60;9.50;1829.20;1.52;1.60 -1670;14;695.20;9.50;122.40;1.67;1.30 -1673;14;5330.80;9.50;1712.80;-1.40;1.06 -1677;14;3747.60;9.50;797.80;3.98;0.88 -1681;14;5062.40;9.50;739.20;4.23;1.56 -1682;14;5110.40;9.50;1091.20;4.32;1.24 -1686;14;4710.60;9.50;366.00;1.75;0.86 -1687;14;4297.60;9.50;691.80;0.92;0.78 -1691;14;4414.60;9.50;207.80;-0.97;1.10 -1692;14;3869.20;9.50;732.00;2.05;0.98 -1695;14;3147.80;9.50;59.80;1.84;0.90 -1699;14;2109.00;9.50;112.40;4.40;1.00 -1700;14;2245.80;9.50;317.80;4.12;1.26 -1701;14;2544.00;9.50;1179.80;1.06;1.08 -1705;14;2390.40;9.50;1690.20;-1.54;1.56 -1706;14;2036.40;9.50;1503.80;4.38;1.12 -1710;14;1312.20;9.50;305.60;2.03;1.42 -1711;14;222.80;9.50;447.80;1.76;1.00 -1715;14;88.60;9.50;1359.00;0.97;1.34 -1716;14;188.20;9.50;1583.00;4.52;1.10 -1717;14;528.40;9.50;684.80;3.95;1.34 -1720;14;1431.80;9.50;829.40;4.44;0.90 -1885;14;3182.20;9.50;1675.60;0.82;0.74 -1886;14;2889.20;9.50;681.20;-1.52;0.96 -1890;14;1918.40;9.50;999.20;1.74;0.94 -1894;14;2123.00;9.50;1757.20;4.46;1.18 -1895;14;561.80;9.50;201.20;1.66;0.86 -1899;14;5291.60;9.50;1741.00;2.70;0.90 -1902;14;3835.20;9.50;864.60;2.13;1.16 -1906;14;5119.80;9.50;724.20;-1.53;1.22 -1907;14;5149.20;9.50;1139.20;4.52;1.26 -1911;14;4660.80;9.50;340.60;1.10;1.26 -1912;14;4266.40;9.50;696.20;1.74;0.96 -1916;14;4395.40;9.50;167.00;-1.14;1.06 -1917;14;3838.00;9.50;768.60;4.03;0.88 -1921;14;3121.00;9.50;32.40;2.63;0.76 -1924;14;2114.60;9.50;33.20;2.41;0.78 -1925;14;2257.60;9.50;271.20;4.62;1.36 -1926;14;2551.40;9.50;1191.00;4.71;1.06 -1930;14;2401.20;9.50;1568.80;4.31;1.24 -1931;14;2211.80;9.50;932.00;1.70;1.36 -1935;14;1237.80;9.50;214.20;1.78;1.42 -1936;14;287.40;9.50;451.00;1.44;0.86 -1940;14;43.20;9.50;1430.00;1.96;1.24 -1941;14;326.00;9.50;1507.80;2.07;0.88 -1942;14;517.60;9.50;624.80;4.68;0.92 -1946;14;1441.60;9.50;899.20;4.57;0.84 -2107;14;3106.00;9.50;1679.80;-1.00;1.20 -2108;14;2980.40;9.50;580.00;1.84;0.78 -2110;14;1767.60;9.50;1051.60;4.60;0.82 -2112;14;2210.20;9.50;1667.80;1.77;1.40 -2113;14;490.60;9.50;255.00;2.16;1.08 -2118;14;3705.80;9.50;827.80;-1.43;1.28 -2119;14;5542.60;9.50;58.20;2.13;1.24 -2121;14;5126.80;9.50;787.80;1.79;1.44 -2122;14;5077.20;9.50;1111.20;4.20;1.16 -2124;14;4696.20;9.50;517.80;0.78;1.04 -2125;14;4254.60;9.50;730.40;-1.27;0.96 -2127;14;4494.60;9.50;145.60;2.52;1.16 -2128;14;3794.80;9.50;788.00;-1.36;1.10 -2131;14;3059.00;9.50;89.20;2.32;1.10 -2134;14;2239.20;9.50;244.60;4.06;1.22 -2135;14;2547.00;9.50;1142.40;-1.50;0.92 -2137;14;2340.00;9.50;1569.20;-1.21;1.14 -2138;14;2109.20;9.50;939.00;4.41;0.94 -2140;14;1103.60;9.50;230.60;4.30;1.26 -2141;14;310.00;9.50;484.60;1.31;1.18 -2143;14;31.20;9.50;1480.80;2.23;1.02 -2144;14;354.40;9.50;1462.00;-1.38;1.22 -2145;14;554.20;9.50;531.20;1.54;1.18 -2148;14;1426.60;9.50;923.20;1.53;1.04 -2230;14;3087.60;9.50;1679.40;0.11;0.92 -2231;14;2997.00;9.50;544.00;1.81;0.94 -2232;14;1686.00;9.50;1051.00;-0.19;0.76 -2233;14;2139.20;9.50;1642.80;3.18;1.86 -2234;14;424.60;9.50;154.00;1.92;1.16 -2235;14;3699.00;9.50;767.40;-0.59;1.14 -2236;14;5477.00;9.54;23.80;2.38;0.76 -2237;14;5217.80;9.50;829.80;1.76;1.20 -2238;14;5213.00;9.50;1198.40;2.19;1.20 -2239;14;4608.00;10.00;520.00;-1.37;0.66 -2240;14;4229.20;9.50;769.00;4.26;1.02 -2241;14;4522.40;9.50;90.80;2.01;1.16 -2242;14;3834.60;9.50;836.40;3.69;1.00 -2243;14;3045.60;9.50;117.40;1.48;1.04 -2244;14;2139.80;9.50;35.20;3.08;0.82 -2245;14;2231.40;9.50;214.40;2.08;1.06 -2246;14;2620.60;9.50;1114.20;1.53;1.12 -2247;14;2399.00;9.50;1595.40;-1.29;1.44 -2248;14;2243.60;9.50;903.40;2.15;1.24 -2249;14;1102.40;9.50;168.00;1.86;1.42 -2250;14;301.80;9.50;449.00;4.56;1.28 -2251;14;53.80;9.50;1432.00;4.71;1.32 -2252;14;467.40;9.50;1450.80;1.59;1.00 -2253;14;527.80;9.50;582.20;4.54;1.08 -2254;14;1374.80;9.50;973.00;1.76;0.98 -2256;14;3131.60;9.50;1635.00;1.06;1.12 -2257;14;2967.20;9.50;428.20;3.99;0.98 -2258;14;1649.40;9.50;1054.00;0.26;1.50 -2259;14;2053.00;9.50;1731.60;4.48;1.26 -2261;14;5537.80;9.50;1825.20;1.81;1.40 -2262;14;3657.00;9.50;717.40;2.63;1.04 -2263;14;5234.40;9.50;750.80;1.10;1.42 -2264;14;5111.60;9.50;1185.40;-1.36;1.02 -2265;14;4638.20;9.50;503.20;2.57;0.94 -2266;14;4244.00;9.50;729.60;1.47;1.12 -2267;14;4427.20;9.50;69.80;-1.28;1.02 -2268;14;3900.00;9.50;827.20;4.29;1.06 -2269;14;2984.60;9.50;119.40;3.56;1.02 -2270;14;2182.20;9.50;38.40;3.19;0.90 -2271;14;2183.20;9.50;198.00;1.57;1.12 -2272;14;2650.00;9.50;1144.40;1.43;0.80 -2273;14;2360.60;9.50;1632.00;2.46;1.02 -2274;14;2546.00;9.50;1393.40;2.28;1.36 -2275;14;1116.60;9.50;269.80;1.97;1.72 -2276;14;322.60;9.50;484.60;-1.33;1.10 -2277;14;153.20;9.50;1442.40;1.51;1.32 -2278;14;395.80;9.50;1512.40;4.29;1.24 -2279;14;628.60;9.50;544.00;1.83;1.06 -2280;14;1435.00;9.50;1019.00;3.30;1.04 -2282;14;3059.00;9.50;1649.80;4.64;0.70 -2283;14;2989.80;9.50;250.80;1.93;0.96 -2284;14;1562.00;9.50;1022.80;1.22;0.84 -2285;14;2060.00;9.50;1695.00;4.24;1.42 -2286;14;529.80;9.50;46.00;3.48;1.04 -2287;14;5581.40;9.50;1988.40;-1.35;1.94 -2288;14;3698.80;9.50;742.20;2.15;1.22 -2289;14;5213.20;9.50;700.60;4.65;1.06 -2290;14;5129.20;9.50;1163.80;2.95;1.06 -2291;14;4682.40;10.63;492.80;2.11;1.32 -2292;14;4233.00;9.50;793.20;1.52;0.96 -2293;14;4443.20;9.50;52.40;3.17;0.90 -2294;14;3890.20;9.50;851.80;2.42;1.06 -2295;14;2966.60;9.50;96.00;1.57;1.12 -2297;14;2241.60;9.50;276.20;1.05;1.10 -2298;14;2296.00;9.50;822.40;4.59;1.22 -2299;14;2341.80;9.50;1662.40;4.60;1.28 -2300;14;2612.00;9.50;1346.20;1.53;1.08 -2301;14;1036.60;9.50;267.00;1.18;1.58 -2302;14;414.40;9.50;459.60;2.04;1.02 -2303;14;139.40;9.50;1486.80;1.60;1.00 -2304;14;69.60;9.50;1187.40;1.68;1.22 -2305;14;494.80;9.50;1501.20;1.90;1.24 -2306;14;630.00;9.50;630.40;1.03;1.38 -2307;14;1278.00;9.50;982.60;-1.45;1.24 -2309;14;3110.80;9.50;1613.20;1.08;0.60 -2310;14;3020.60;9.50;178.20;2.57;0.92 -2311;14;1552.40;9.50;927.20;4.32;1.20 -2312;14;2064.20;9.50;1563.40;4.61;1.56 -2313;14;590.60;9.50;125.80;1.42;1.34 -2314;14;3704.60;9.50;663.00;3.71;1.08 -2315;14;5281.20;9.50;697.60;4.63;1.08 -2316;14;5064.80;9.50;1160.00;-1.36;0.94 -2317;14;4712.40;9.50;464.80;1.39;0.92 -2318;14;4157.80;9.50;728.60;4.35;1.10 -2319;14;4473.80;9.50;52.40;3.60;0.98 -2320;14;3869.60;9.50;870.40;1.00;1.04 -2321;14;2996.80;9.50;136.60;1.31;1.18 -2323;14;2230.00;9.50;247.00;1.57;1.04 -2324;14;2284.40;9.50;920.00;4.71;1.34 -2325;14;2314.20;9.50;1621.20;2.35;1.22 -2326;14;2540.00;9.50;1351.20;1.37;1.26 -2327;14;1049.00;9.50;232.80;2.14;1.60 -2328;14;430.60;9.50;506.80;1.97;1.12 -2329;14;464.60;9.50;1429.80;3.97;1.12 -2330;14;659.60;9.50;652.20;-1.41;1.46 -2331;14;1333.40;9.50;1029.80;3.95;1.30 -2333;14;3060.60;9.50;1614.80;0.88;0.88 -2334;14;3049.20;9.50;45.60;4.49;0.88 -2335;14;1498.00;9.50;827.20;-1.21;1.22 -2336;14;2068.00;9.50;1449.00;4.54;1.34 -2337;14;558.20;9.50;74.00;-1.38;1.32 -2338;14;3746.80;9.50;542.60;1.42;1.02 -2339;14;5285.80;9.50;745.60;1.45;1.04 -2340;14;5026.60;9.50;1108.40;-1.26;1.00 -2341;14;4630.40;9.50;438.00;4.71;1.16 -2342;14;4121.40;9.50;752.60;3.92;0.80 -2344;14;3882.20;9.50;866.40;4.62;0.82 -2345;14;2897.20;9.50;151.20;4.28;1.04 -2346;14;2272.80;9.50;32.00;2.01;1.00 -2347;14;2240.00;9.50;374.60;3.87;1.02 -2348;14;2271.20;9.50;876.00;4.55;1.10 -2349;14;2218.60;9.50;1643.00;4.16;1.48 -2350;14;2428.00;9.50;1333.00;4.43;1.38 -2351;14;994.80;9.50;180.00;3.75;1.34 -2352;14;417.20;9.50;437.60;4.49;1.16 -2353;14;2.00;9.50;1526.40;4.42;0.52 -2354;14;515.20;9.50;1407.60;4.49;1.10 -2355;14;737.80;9.50;704.20;1.97;1.28 -2357;14;1251.20;9.50;1050.60;3.77;1.08 -2358;14;3021.40;9.50;1602.80;0.32;0.60 -2359;14;3215.80;9.50;70.60;1.76;1.10 -2360;14;1498.60;9.50;872.40;2.08;0.98 -2361;14;1970.80;9.50;1666.40;1.78;1.52 -2362;14;795.40;9.50;77.80;1.30;1.44 -2363;14;3754.00;9.50;585.40;4.33;0.80 -2364;14;5311.00;9.50;797.20;1.79;0.90 -2365;14;5046.80;9.50;1019.80;4.28;1.10 -2366;14;5574.80;9.50;1888.20;2.20;1.48 -2367;14;4572.00;9.50;395.20;4.51;1.14 -2368;14;4202.40;9.50;777.20;2.23;1.14 -2369;14;4548.00;9.50;55.80;2.07;1.02 -2370;14;3971.00;9.50;849.80;1.14;0.80 -2371;14;2914.60;9.50;191.40;3.30;0.92 -2372;14;2230.80;9.50;378.60;1.64;1.08 -2373;14;2277.60;9.50;853.80;2.32;1.22 -2374;14;2547.40;9.50;1603.20;1.52;1.06 -2375;14;2589.20;9.50;1222.40;-1.51;1.06 -2376;14;991.00;9.50;213.40;1.83;1.52 -2377;14;709.20;9.50;898.80;4.68;1.04 -2378;14;508.60;9.50;1501.40;4.52;1.16 -2379;14;671.60;9.50;748.40;4.62;1.44 -2380;14;1250.60;9.50;999.40;1.18;0.98 -2381;14;2731.80;9.50;1500.20;4.29;0.48 -2382;14;2996.20;9.50;1622.40;-1.15;0.52 -2383;14;3315.00;9.50;102.60;4.37;1.06 -2384;14;1453.00;9.50;729.80;-1.37;1.08 -2385;14;1893.80;9.50;1579.80;4.46;1.34 -2386;14;835.00;9.50;45.80;2.95;1.26 -2387;14;3674.20;9.50;411.80;-1.38;1.10 -2388;14;5613.20;9.50;43.40;2.13;1.20 -2389;14;5345.60;9.50;783.20;-1.19;1.06 -2390;14;5059.40;9.50;1039.80;-1.33;1.02 -2391;14;4548.60;9.50;451.20;4.54;1.08 -2392;14;4151.40;9.50;787.00;2.22;0.96 -2393;14;4604.00;9.50;64.00;1.89;0.96 -2394;14;3889.40;9.50;934.60;-1.35;1.26 -2395;14;3008.40;9.50;209.80;1.89;1.02 -2396;14;2395.80;9.50;101.40;2.41;0.98 -2397;14;2236.40;9.50;345.00;2.07;1.00 -2398;14;2204.80;9.50;812.20;-0.68;0.92 -2399;14;2574.60;9.50;1514.60;2.35;1.18 -2400;14;2689.20;9.50;1228.00;4.01;0.72 -2401;14;917.60;9.50;259.80;4.10;1.54 -2402;14;491.60;9.50;532.20;1.53;1.30 -2403;14;5.00;9.50;1583.00;3.14;0.36 -2404;14;483.00;9.50;1451.20;-1.54;1.22 -2405;14;614.80;9.50;689.80;1.60;1.30 -2406;14;1105.60;9.50;1005.00;-1.26;1.04 -2408;14;2977.60;9.50;1612.40;0.11;0.84 -2409;14;3349.20;9.50;182.40;-1.20;1.20 -2410;14;1580.60;9.50;636.20;1.28;1.08 -2411;14;1778.20;9.50;1478.60;-1.48;0.94 -2412;14;1350.80;9.50;76.20;1.54;1.42 -2413;14;3681.80;9.50;218.40;4.55;1.06 -2414;14;5452.60;9.50;780.60;4.53;1.00 -2415;14;5050.60;9.50;970.80;1.18;1.22 -2416;14;4553.20;9.50;497.20;-1.50;0.90 -2417;14;4039.80;9.50;722.40;1.20;1.26 -2418;14;4546.80;9.50;141.20;4.59;1.12 -2419;14;3876.60;9.50;932.80;1.60;0.94 -2420;14;3045.40;9.50;198.00;1.57;1.30 -2421;14;2359.80;9.50;77.40;2.25;1.02 -2422;14;2196.20;9.50;334.60;1.67;0.88 -2423;14;2195.20;9.50;868.60;4.61;1.02 -2424;14;2559.80;9.50;1461.60;4.32;0.94 -2425;14;2063.80;9.50;1535.40;1.13;1.10 -2426;14;911.20;9.50;193.60;1.72;1.50 -2427;14;386.20;9.50;538.80;4.68;0.86 -2428;14;574.00;9.50;1399.80;4.67;1.04 -2429;14;630.40;9.50;706.80;-1.33;1.00 -2430;14;1046.60;9.50;1035.20;4.59;1.06 -2431;14;2984.20;9.50;1651.60;-0.07;0.70 -2432;14;3353.00;9.50;319.00;4.03;1.06 -2433;14;1630.40;9.50;570.80;2.43;1.48 -2434;14;1841.60;9.50;1583.40;1.70;1.00 -2435;14;1276.20;9.50;123.00;1.69;1.12 -2436;14;5030.40;9.50;1712.20;2.82;0.58 -2437;14;3424.80;9.50;92.60;1.66;1.06 -2438;14;5416.60;9.50;832.20;-1.36;0.82 -2439;14;5007.80;9.50;1020.80;2.53;1.22 -2440;14;4612.60;9.50;487.00;2.10;1.28 -2441;14;4007.80;9.50;770.00;1.88;1.12 -2442;14;4639.60;9.50;119.20;1.30;1.08 -2443;14;3796.60;9.50;911.80;4.39;0.92 -2444;14;3070.60;9.50;151.80;1.91;0.94 -2445;14;2415.60;9.50;32.20;1.54;1.06 -2447;14;2187.20;9.50;867.40;1.96;0.94 -2448;14;2547.60;9.50;1670.80;2.33;1.22 -2449;14;1967.40;9.50;1609.80;4.55;1.74 -2450;14;900.60;9.50;145.60;2.00;1.26 -2451;14;335.20;9.50;532.60;2.13;1.22 -2452;14;554.00;9.50;1444.80;-1.43;1.16 -2453;14;652.40;9.50;695.60;2.70;0.98 -2454;14;1100.60;9.50;1069.40;4.43;1.22 -2455;14;2976.40;9.50;1680.20;0.84;1.16 -2456;14;3444.60;9.50;405.80;4.26;1.34 -2457;14;1630.80;9.50;357.00;-1.20;1.40 -2458;14;1725.20;9.50;1524.20;-1.38;1.54 -2459;14;1341.80;9.50;171.40;-1.52;1.32 -2460;14;5165.60;9.50;1666.20;1.89;1.72 -2461;14;3294.00;9.50;19.80;2.20;0.58 -2462;14;5476.80;9.50;839.20;4.59;1.40 -2463;14;5045.60;9.50;1038.00;1.57;1.14 -2464;14;4539.00;9.50;380.80;2.14;1.16 -2465;14;3980.60;9.50;670.80;-1.02;0.94 -2466;14;4552.60;9.50;100.60;0.91;1.16 -2467;14;3758.60;9.50;884.00;4.44;0.92 -2468;14;3632.80;9.50;30.20;1.85;1.04 -2469;14;3054.00;9.50;115.40;4.33;0.96 -2470;14;2432.20;9.50;15.40;2.09;0.52 -2471;14;2176.60;9.50;371.20;1.52;0.90 -2472;14;2150.80;9.50;825.80;-1.36;0.44 -2473;14;2631.60;9.50;1651.40;1.00;1.26 -2474;14;1963.40;9.50;1549.80;-1.44;1.42 -2475;14;768.40;9.50;127.20;4.42;0.96 -2476;14;341.20;9.50;557.40;4.15;0.96 -2477;14;687.00;9.50;1391.00;1.24;1.04 -2478;14;598.40;9.50;732.80;1.75;1.38 -2479;14;1103.20;9.50;1113.20;-1.53;1.24 -2480;14;3426.40;9.50;255.80;4.24;1.18 -2481;14;2648.60;9.50;1683.00;2.94;0.74 -2482;14;1684.20;9.50;272.40;1.69;0.92 -2483;14;1683.40;9.50;1503.20;4.14;1.16 -2484;14;1343.80;9.50;46.20;3.59;1.16 -2485;14;5063.40;9.50;1576.60;1.72;0.72 -2486;14;3802.20;9.50;151.60;1.63;1.24 -2487;14;5375.80;9.50;885.40;4.29;1.40 -2488;14;4939.00;9.50;1037.20;4.10;1.24 -2490;14;4514.60;9.50;504.60;4.34;0.86 -2491;14;3981.80;9.50;706.60;0.96;1.26 -2492;14;4646.40;9.50;80.40;1.98;0.96 -2493;14;3759.80;9.50;926.40;4.55;0.90 -2494;14;3644.40;9.50;53.20;-1.52;0.90 -2495;14;3073.00;9.50;70.20;4.51;0.82 -2497;14;2213.20;9.50;408.00;1.74;0.92 -2498;14;2109.60;9.50;845.40;3.69;0.62 -2499;14;2711.00;9.50;1829.60;-1.47;1.18 -2500;14;1596.40;9.50;1168.60;-0.98;0.70 -2501;14;777.20;9.50;50.80;2.59;1.24 -2502;14;294.00;9.50;536.40;1.37;1.00 -2503;14;635.80;9.50;1503.00;1.57;0.84 -2504;14;628.60;9.50;787.40;1.66;1.24 -2505;14;1041.60;9.50;1085.00;4.41;1.04 -2506;14;2936.00;9.50;1667.20;1.08;1.42 -2507;14;3546.80;9.50;181.40;-1.36;0.94 -2508;14;1658.60;9.50;146.80;4.65;0.94 -2510;14;5001.80;9.50;1528.00;-0.51;0.80 -2511;14;3959.60;9.50;80.80;2.46;1.32 -2512;14;5490.00;9.50;925.00;1.86;0.98 -2513;14;4955.20;9.50;1070.20;-1.38;1.42 -2514;14;4470.00;9.50;522.20;4.20;0.94 -2515;14;3972.20;9.50;681.80;1.81;0.92 -2516;14;4697.60;9.50;123.20;1.84;0.74 -2517;14;3841.00;9.50;975.80;3.70;0.88 -2518;14;3585.00;9.50;66.20;-1.53;1.26 -2519;14;3031.20;9.50;246.80;1.04;1.02 -2520;14;2282.80;9.50;35.60;-1.30;1.26 -2521;14;2140.40;9.50;378.80;1.89;0.86 -2522;14;2148.00;9.50;860.40;1.47;1.00 -2523;14;2527.20;9.50;1705.60;-1.20;1.60 -2524;14;739.00;9.50;64.00;1.44;1.44 -2525;14;207.40;9.50;559.00;3.47;1.06 -2526;14;2.60;9.50;1641.80;4.28;0.64 -2527;14;692.60;9.50;1534.40;1.95;1.48 -2528;14;643.60;9.50;787.60;4.66;1.08 -2529;14;1129.80;9.50;1161.40;1.66;1.14 -2530;14;2896.40;9.77;1738.20;1.02;0.84 -2531;14;3596.40;9.50;271.40;-1.31;1.08 -2532;14;1710.20;9.50;60.80;1.43;0.78 -2533;14;1663.60;9.50;64.00;1.99;1.02 -2534;14;5019.60;9.50;1475.00;1.85;0.82 -2535;14;5338.60;9.50;852.00;2.00;1.28 -2536;14;5018.20;9.50;1133.40;1.46;1.10 -2537;14;4540.20;9.50;451.80;1.62;1.02 -2538;14;3930.60;9.50;641.80;1.34;0.80 -2539;14;4741.20;9.50;93.60;1.64;1.02 -2540;14;3811.00;9.50;1006.60;4.37;0.88 -2541;14;3641.40;9.50;116.00;2.65;1.34 -2542;14;2979.40;9.50;316.20;4.32;1.16 -2543;14;2329.40;9.50;26.60;4.40;0.84 -2544;14;2084.20;9.50;380.80;3.92;0.94 -2545;14;2066.60;9.50;907.00;4.41;1.16 -2546;14;2473.00;9.50;1707.60;4.48;1.08 -2547;14;1586.20;9.50;1021.20;-0.65;1.22 -2548;14;665.20;9.50;36.80;3.92;0.98 -2549;14;228.80;9.50;570.80;1.02;1.16 -2550;14;62.80;9.50;1552.60;2.09;1.20 -2551;14;645.60;9.50;1445.40;1.07;1.18 -2552;14;621.00;9.50;761.80;3.89;1.48 -2553;14;1065.20;9.50;1257.00;2.53;1.32 -2554;14;2972.00;9.67;1828.40;0.74;1.36 -2555;14;3716.60;9.50;334.20;-1.52;1.14 -2556;14;146.80;9.50;1978.60;-1.44;1.16 -2557;14;1595.40;9.50;171.20;1.11;1.32 -2558;14;5001.20;9.50;612.00;-0.54;0.94 -2559;14;4972.40;9.50;1115.80;1.75;1.28 -2561;14;4523.80;9.50;407.60;1.64;0.98 -2562;14;3938.80;9.50;640.40;4.58;0.90 -2563;14;4572.00;9.50;31.40;2.87;0.84 -2564;14;3884.20;9.50;1008.40;1.96;0.88 -2565;14;3678.20;9.50;95.00;4.57;1.12 -2566;14;2982.00;9.50;277.80;1.41;0.86 -2568;14;2653.60;9.50;2021.40;-0.58;0.66 -2569;14;1997.80;9.63;849.20;-1.08;1.48 -2570;14;2410.20;9.50;1739.00;4.26;1.44 -2571;14;1757.80;9.50;1055.80;1.02;1.36 -2572;14;585.80;9.50;43.80;3.88;1.04 -2573;14;276.80;9.50;608.40;3.10;1.34 -2574;14;64.20;9.50;1597.20;1.68;1.14 -2575;14;680.20;9.50;1497.40;3.86;1.26 -2576;14;698.80;9.50;814.20;1.19;1.56 -2577;14;1042.40;9.50;1213.00;2.14;1.12 -2578;14;2992.80;9.50;1966.00;4.22;1.18 -2579;14;3656.80;9.50;451.20;1.75;1.02 -2580;14;1912.40;9.50;95.00;1.07;1.30 -2581;14;199.60;9.50;1875.60;4.50;0.84 -2582;14;1466.80;9.50;70.60;4.65;0.98 -2583;14;5004.80;9.50;1387.00;0.91;1.44 -2584;14;3488.20;9.50;45.80;2.42;1.20 -2585;14;4933.40;9.50;625.60;-0.58;1.08 -2586;14;4982.80;9.50;1177.20;2.71;1.06 -2587;14;4445.80;9.50;422.40;4.31;0.94 -2588;14;4007.40;9.50;637.00;1.57;0.92 -2589;14;4602.60;9.50;39.00;3.85;1.02 -2590;14;3835.20;9.50;1040.60;4.06;1.10 -2591;14;3686.60;9.50;49.40;4.60;1.00 -2592;14;2922.00;9.50;247.20;4.29;1.06 -2594;14;2098.00;9.50;407.80;-1.22;0.94 -2595;14;2034.00;9.50;956.20;4.06;1.10 -2596;14;2385.00;9.50;1787.40;4.61;1.38 -2597;14;1844.80;9.50;1036.80;0.66;1.02 -2598;14;667.00;9.50;66.00;1.73;1.30 -2599;14;272.80;9.50;640.80;4.50;1.34 -2600;14;92.20;9.50;1513.80;-1.07;0.86 -2601;14;705.60;9.50;1536.80;4.68;1.18 -2602;14;580.40;9.50;834.40;4.61;0.90 -2603;14;1021.60;9.50;1241.00;1.41;1.22 -2605;14;3481.80;9.50;470.40;4.60;1.18 -2606;14;1952.00;9.50;166.80;1.80;1.58 -2607;14;6.00;9.50;1928.60;4.64;1.06 -2608;14;1412.40;9.50;231.80;4.49;1.30 -2609;14;4818.00;9.50;1290.20;-0.36;1.28 -2610;14;3517.20;9.50;22.00;4.18;0.60 -2611;14;4972.80;9.50;668.00;4.15;1.06 -2612;14;4925.20;9.50;1188.40;4.34;1.16 -2613;14;5491.00;9.50;1771.60;1.31;1.44 -2614;14;4469.60;9.50;453.80;4.66;1.06 -2615;14;3966.60;9.50;597.40;-1.48;0.96 -2617;14;3760.00;9.50;1004.20;-1.21;0.90 -2618;14;3739.20;9.50;131.40;1.67;0.98 -2619;14;2884.40;9.50;262.80;4.37;0.84 -2620;14;2215.80;9.50;456.20;2.44;0.92 -2621;14;2025.20;9.50;994.80;4.31;1.06 -2622;14;2324.60;9.50;1716.40;4.43;1.18 -2623;14;1383.00;9.50;1305.40;1.88;1.22 -2624;14;600.80;9.50;121.60;4.09;1.34 -2625;14;212.40;9.50;628.20;1.67;0.96 -2626;14;130.00;9.50;1565.60;1.62;0.92 -2627;14;626.80;9.50;1535.60;1.35;1.02 -2628;14;704.20;9.50;866.80;4.03;1.20 -2629;14;984.20;9.50;1282.60;1.62;1.30 -2631;14;3523.00;9.50;517.60;1.63;1.10 -2632;14;1985.20;9.50;188.40;2.83;1.18 -2633;14;1615.40;9.50;325.00;1.74;1.46 -2634;14;4892.00;9.50;1328.80;4.21;0.78 -2635;14;3511.00;9.50;71.60;3.36;1.04 -2636;14;4932.40;9.50;698.80;4.44;1.10 -2637;14;4902.60;9.50;1154.00;3.85;1.30 -2638;14;4479.60;9.50;499.40;2.39;1.10 -2639;14;3945.40;9.50;618.40;2.72;0.96 -2640;14;3734.20;9.50;1024.00;-1.20;1.12 -2641;14;3663.00;9.50;149.40;2.63;1.28 -2642;14;2910.80;9.50;299.40;4.31;0.88 -2643;14;2045.60;9.50;422.60;-1.13;1.14 -2644;14;2017.40;9.50;976.20;1.52;1.26 -2645;14;2352.80;9.50;1756.20;4.41;1.16 -2646;14;1326.40;9.50;1306.00;1.57;1.08 -2647;14;734.00;9.50;136.60;2.71;1.20 -2648;14;262.40;9.50;642.40;1.48;1.16 -2649;14;122.80;9.50;1619.40;2.12;1.14 -2650;14;555.60;9.50;1538.80;1.47;0.96 -2651;14;586.20;9.50;886.60;4.13;1.02 -2652;14;932.00;9.50;1328.80;1.92;1.10 -2653;14;3404.00;9.50;2025.20;4.53;1.42 -2654;14;3568.80;9.50;594.40;0.95;1.18 -2655;14;2072.60;9.50;105.80;2.62;1.10 -2656;14;101.60;9.50;1845.60;1.63;0.70 -2657;14;1420.00;9.50;878.80;3.70;0.94 -2658;14;4951.20;9.50;1267.00;-0.10;0.90 -2659;14;3578.60;9.50;136.40;3.76;0.86 -2661;14;4937.20;9.50;750.80;4.52;1.10 -2662;14;4864.00;9.50;1093.60;-1.31;0.92 -2663;14;5439.00;9.50;1745.80;3.37;1.10 -2664;14;4378.20;9.50;523.40;4.41;1.14 -2665;14;3876.80;9.50;605.40;-1.48;0.74 -2666;14;3653.80;9.50;1052.20;1.08;0.98 -2667;14;3602.60;9.50;179.40;4.08;1.18 -2668;14;2901.20;9.50;323.60;2.27;0.74 -2669;14;2062.40;9.50;186.60;3.75;1.02 -2670;14;1990.60;9.50;964.80;2.27;0.98 -2671;14;2290.20;9.50;1764.40;-1.50;1.32 -2672;14;1283.80;9.50;1236.20;-1.52;1.10 -2673;14;662.40;9.50;174.20;4.39;1.22 -2674;14;290.60;9.50;682.20;0.94;1.46 -2675;14;73.00;9.50;1651.00;2.21;1.28 -2676;14;481.00;9.50;1628.20;4.46;1.10 -2677;14;630.00;9.50;954.20;4.14;0.98 -2678;14;867.00;9.50;1318.20;1.65;0.88 -2679;14;3489.00;9.50;1898.40;1.67;0.84 -2680;14;3576.20;9.50;563.80;4.23;0.96 -2681;14;1978.20;9.50;206.00;-1.17;1.34 -2682;14;204.00;9.50;1726.00;1.16;1.44 -2683;14;1479.20;9.50;954.60;2.18;1.42 -2684;14;4890.80;9.50;1241.40;-0.32;0.84 -2685;14;3797.20;9.50;121.60;3.90;1.20 -2686;14;5049.40;9.50;741.40;1.65;1.00 -2687;14;4852.80;9.50;1074.20;4.35;1.02 -2688;14;5389.40;9.50;1768.80;4.24;1.08 -2689;14;4387.80;9.50;563.40;4.55;0.86 -2690;14;3867.80;9.50;603.80;1.84;0.86 -2691;14;3591.40;9.50;1082.60;-1.43;1.10 -2692;14;3732.60;9.50;188.40;2.55;1.06 -2693;14;2912.60;9.50;351.00;4.05;0.92 -2694;14;2142.20;9.50;475.60;2.27;0.98 -2695;14;2766.40;9.50;1917.80;2.17;1.02 -2696;14;2219.00;9.50;1781.60;4.31;1.04 -2697;14;1381.20;9.50;1181.20;0.71;1.12 -2698;14;773.60;9.50;160.40;1.31;1.26 -2699;14;256.60;9.50;720.60;1.71;1.16 -2700;14;114.40;9.50;1671.00;1.78;1.22 -2701;14;548.40;9.50;1609.20;3.98;1.58 -2702;14;693.20;9.50;874.60;1.01;1.46 -2704;14;3565.80;9.50;726.80;-1.29;0.98 -2705;14;2083.20;9.50;261.60;2.03;1.18 -2706;14;238.40;9.50;1897.40;-1.07;1.02 -2707;14;1541.40;9.50;927.00;1.86;1.50 -2708;14;4835.80;9.50;1188.00;1.06;1.06 -2710;14;5272.80;9.50;25.80;1.59;0.92 -2711;14;5023.00;9.50;781.80;-1.31;1.76 -2712;14;4829.20;9.50;1031.00;4.47;1.22 -2713;14;5412.80;9.50;1698.60;0.96;1.16 -2714;14;4459.60;9.50;526.40;1.31;1.28 -2715;14;3825.20;9.50;569.00;3.95;1.04 -2716;14;3720.00;9.50;981.60;4.27;0.94 -2717;14;3653.20;9.50;170.80;4.68;1.14 -2718;14;2907.00;9.50;372.20;2.18;0.88 -2719;14;2190.80;9.50;481.40;1.49;1.06 -2720;14;1928.60;9.50;1000.60;-1.46;1.12 -2721;14;2301.80;9.50;1737.00;2.33;0.94 -2722;14;1422.20;9.50;1322.20;1.77;0.96 -2723;14;820.20;9.50;308.80;3.69;1.64 -2724;14;208.80;9.50;753.60;4.65;1.08 -2725;14;25.00;9.50;1720.80;4.10;1.34 -2726;14;565.20;9.50;1633.40;4.54;1.16 -2727;14;831.00;9.50;844.00;4.39;1.34 -2728;14;764.00;9.50;1376.80;4.14;1.40 -2729;14;2950.00;9.50;1593.60;0.94;0.74 -2730;14;3607.00;9.50;816.60;-1.31;1.18 -2731;14;2167.80;9.50;417.20;0.60;0.76 -2732;14;439.00;9.50;1691.40;3.14;0.96 -2733;14;1503.20;9.50;976.60;3.20;1.08 -2734;14;4662.40;9.50;1285.20;-0.57;1.38 -2735;14;4951.20;9.50;789.20;4.60;0.94 -2736;14;4872.80;9.50;1018.00;4.04;1.26 -2737;14;4486.00;9.50;553.60;-0.55;0.76 -2738;14;3898.00;9.50;577.60;1.84;0.80 -2739;14;3753.20;9.50;979.80;4.43;1.14 -2740;14;3648.00;9.50;215.80;2.58;1.18 -2741;14;2903.00;9.50;397.60;4.61;0.88 -2742;14;2126.80;9.50;247.60;4.64;0.90 -2743;14;1924.80;9.50;1041.00;2.50;1.06 -2744;14;2250.80;9.50;1718.20;2.08;1.18 -2745;14;1439.80;9.50;1296.60;4.64;0.98 -2746;14;883.20;9.50;256.20;2.24;1.32 -2747;14;313.20;9.50;739.20;0.98;1.38 -2748;14;101.40;9.50;1721.00;1.57;0.98 -2749;14;642.80;9.50;1629.40;-1.52;1.06 -2750;14;777.00;9.50;805.20;1.54;1.02 -2751;14;683.60;9.50;1679.00;4.41;1.24 -2752;14;2894.40;9.50;1589.80;-0.66;0.92 -2753;14;3545.40;9.50;831.40;0.65;0.86 -2754;14;2118.20;9.50;327.20;-1.53;1.08 -2755;14;536.40;9.50;1697.20;4.28;1.28 -2756;14;1479.40;9.50;1023.40;1.73;0.76 -2757;14;4673.80;9.50;1230.00;-1.23;1.16 -2758;14;5052.20;9.50;839.20;2.15;1.06 -2759;14;4911.40;9.50;995.60;4.09;1.40 -2760;14;4511.80;9.50;562.40;-1.00;0.96 -2761;14;3938.80;9.50;582.40;2.43;0.78 -2762;14;3692.20;9.50;945.20;3.73;1.08 -2763;14;3678.20;9.50;242.20;1.93;1.12 -2764;14;2928.80;9.50;442.20;1.72;0.94 -2765;14;2064.20;9.50;333.60;4.28;1.22 -2766;14;1857.20;9.50;1015.40;-0.76;1.02 -2767;14;2152.60;9.50;1702.40;4.65;1.14 -2768;14;1863.80;9.50;1679.40;-0.68;1.08 -2769;14;831.40;9.50;204.40;1.22;1.24 -2770;14;369.60;9.50;715.40;1.63;1.24 -2771;14;89.00;9.50;1765.40;1.95;0.98 -2772;14;677.40;9.50;1581.80;1.75;1.24 -2773;14;788.00;9.50;756.20;1.42;1.06 -2774;14;718.20;9.50;1726.60;4.19;1.34 -2775;14;2868.00;9.50;1581.00;3.92;0.44 -2776;14;3479.00;9.50;835.40;-1.49;0.90 -2777;14;1790.20;9.50;22.60;2.13;0.64 -2778;14;2231.20;9.50;520.60;-1.45;1.32 -2779;14;483.00;9.50;1571.40;-1.19;1.14 -2780;14;1257.60;9.50;1079.80;-1.17;1.24 -2781;14;4773.60;9.50;1238.20;0.94;1.18 -2782;14;5296.20;9.50;199.00;4.71;1.34 -2783;14;5000.60;9.50;875.20;4.59;0.98 -2784;14;4849.40;9.50;937.80;4.68;1.36 -2785;14;4571.20;9.50;533.00;-0.81;0.84 -2786;14;3924.20;9.50;534.60;1.24;1.02 -2787;14;3632.00;9.50;911.00;4.39;0.98 -2788;14;3721.00;9.50;220.00;4.24;0.90 -2789;14;2883.00;9.50;460.40;1.88;0.90 -2790;14;2063.00;9.50;301.80;2.07;1.20 -2791;14;1879.00;9.50;1070.60;-1.08;0.92 -2792;14;2135.20;9.50;1735.20;2.14;0.92 -2793;14;983.60;9.50;126.20;4.63;1.18 -2794;14;340.20;9.50;744.40;-1.40;1.36 -2795;14;42.00;9.50;1754.80;1.62;1.08 -2796;14;723.80;9.50;1438.00;4.15;1.12 -2797;14;797.60;9.50;724.60;1.93;1.38 -2798;14;670.00;9.50;1682.00;1.42;1.20 -2799;14;2823.60;9.50;1576.40;-1.41;0.54 -2800;14;3456.40;9.50;879.40;0.24;1.42 -2801;14;2363.80;9.50;630.00;1.76;0.98 -2802;14;475.80;9.50;1649.40;1.84;1.06 -2803;14;1171.80;9.50;1151.20;4.07;1.06 -2804;14;4713.20;9.50;1139.60;-1.42;1.02 -2805;14;5246.40;9.50;234.80;4.32;0.82 -2806;14;5060.60;9.50;935.40;2.25;1.32 -2807;14;4821.20;9.50;991.40;4.18;1.26 -2808;14;5279.80;9.50;1766.00;1.76;1.26 -2809;14;4658.20;9.50;549.20;1.29;1.34 -2810;14;3875.40;9.50;532.00;2.07;0.88 -2811;14;3659.00;9.50;863.40;4.61;0.96 -2812;14;3727.60;9.50;244.80;-1.45;1.08 -2813;14;2895.20;9.50;481.00;4.71;0.90 -2814;14;2123.20;9.50;282.20;2.01;1.02 -2815;14;1937.80;9.50;1114.60;2.40;0.86 -2816;14;2075.60;9.50;1796.00;4.41;0.86 -2817;14;1852.40;9.50;1628.40;1.90;0.78 -2818;14;1014.20;9.50;75.20;-1.53;1.18 -2819;14;364.00;9.50;787.80;1.59;1.24 -2820;14;1.60;9.50;1738.00;3.63;0.44 -2821;14;779.40;9.50;1419.00;4.35;1.32 -2822;14;849.60;9.50;735.40;1.31;1.30 -2823;14;668.60;9.50;1735.60;1.62;1.20 -2824;14;2807.80;9.50;1558.80;-1.29;0.36 -2825;14;3382.80;9.50;1054.00;1.12;1.18 -2826;14;2226.40;9.50;930.00;4.32;1.38 -2827;14;218.00;9.50;1720.60;4.38;1.36 -2828;14;1133.60;9.50;1251.80;1.60;1.12 -2829;14;4771.00;9.50;1034.80;1.59;1.18 -2830;14;5280.20;9.50;197.80;1.70;0.84 -2831;14;5106.40;9.50;954.00;1.74;1.36 -2832;14;4807.80;9.50;886.40;1.68;1.32 -2833;14;4628.40;9.50;620.00;-1.21;1.12 -2834;14;3900.00;9.50;493.80;1.95;0.94 -2835;14;3722.20;9.50;890.00;4.15;0.92 -2836;14;2868.00;9.50;509.80;3.14;1.16 -2837;14;2128.60;9.50;215.20;1.54;1.04 -2838;14;1929.00;9.50;1141.80;4.47;1.02 -2839;14;2055.60;9.50;1757.00;-1.22;0.78 -2840;14;1761.20;9.50;1585.20;3.97;1.18 -2841;14;915.00;9.50;77.00;1.10;1.32 -2842;14;264.60;9.50;841.00;4.09;1.48 -2844;14;732.80;9.50;1399.20;2.83;0.90 -2845;14;849.20;9.50;790.00;4.40;1.20 -2846;14;678.00;9.50;1763.40;4.17;1.46 -2847;14;2803.60;9.50;1509.80;1.34;0.40 -2848;14;3716.40;9.50;916.20;2.38;1.08 -2849;14;2276.00;9.50;789.80;1.22;1.16 -2850;14;178.40;9.50;1582.80;1.82;1.04 -2851;14;1047.80;9.50;1350.60;0.88;1.02 -2852;14;5588.80;9.50;530.80;-0.20;1.28 -2854;14;5303.60;9.50;176.60;2.22;1.22 -2855;14;5080.00;9.62;898.40;4.51;1.16 -2856;14;4772.00;9.50;817.80;-0.82;1.42 -2857;14;4617.00;9.50;744.20;0.00;1.12 -2858;14;3941.20;9.50;493.40;1.48;0.90 -2859;14;3796.80;9.50;838.40;1.86;1.16 -2860;14;3692.40;9.50;272.00;4.18;1.10 -2861;14;2944.00;9.50;341.00;3.92;0.72 -2862;14;2070.40;9.50;213.80;1.94;1.06 -2863;14;1879.00;9.50;1153.40;-1.49;1.12 -2864;14;2043.40;9.50;1755.80;1.45;0.80 -2865;14;1666.20;9.50;1137.80;1.62;1.20 -2866;14;1048.40;9.50;401.20;1.54;1.24 -2867;14;156.00;9.50;661.60;1.95;1.14 -2868;14;703.20;9.50;1335.80;-1.14;0.96 -2869;14;952.20;9.50;815.20;1.54;0.94 -2870;14;579.00;9.50;1774.80;-1.49;1.14 -2871;14;2759.80;9.50;1494.40;-0.91;0.48 -2872;14;3721.80;9.50;941.00;4.22;0.90 -2873;14;2164.20;9.50;913.80;2.23;1.18 -2874;14;54.40;9.50;1673.80;1.33;1.06 -2875;14;964.40;9.50;1414.60;1.42;1.44 -2876;14;4722.60;10.03;831.60;0.37;1.14 -2878;14;5199.40;9.50;157.80;4.24;1.24 -2879;14;5139.80;9.50;928.20;2.08;0.92 -2880;14;4810.00;9.50;858.40;4.08;1.14 -2881;14;5337.80;9.50;1774.60;1.83;1.28 -2882;14;4566.80;9.50;723.40;-1.42;0.98 -2883;14;3947.60;9.50;551.00;-1.39;0.96 -2884;14;3683.20;9.50;297.00;2.12;1.34 -2885;14;2968.20;9.50;368.80;3.92;0.78 -2886;14;2130.00;9.50;183.20;2.18;0.84 -2887;14;1862.80;9.50;1136.60;1.10;1.12 -2888;14;1996.60;9.50;1736.60;4.64;0.70 -2889;14;1317.20;9.50;1093.40;4.59;1.24 -2890;14;985.00;9.50;353.20;4.58;1.22 -2891;14;67.40;9.50;619.60;4.49;1.10 -2892;14;778.00;9.50;1309.60;1.62;0.96 -2893;14;967.40;9.50;816.20;-1.41;1.26 -2894;14;620.00;9.50;1816.00;1.57;1.24 -2895;14;2795.80;9.50;1539.80;1.63;0.26 -2896;14;3596.00;9.50;1120.80;1.62;1.16 -2897;14;2150.60;9.50;978.60;1.96;1.06 -2898;14;865.80;9.50;1524.80;1.48;1.02 -2899;14;4728.00;9.50;747.60;0.69;1.16 -2901;14;5063.60;9.50;843.80;-1.42;1.48 -2902;14;4818.40;9.50;807.00;3.86;0.90 -2903;14;5263.40;9.50;1719.40;1.75;1.10 -2904;14;4535.40;9.50;672.20;0.68;0.98 -2905;14;3957.60;9.50;537.40;2.22;0.94 -2906;14;3695.00;9.50;825.20;1.91;1.14 -2907;14;3657.20;9.50;357.00;4.41;0.96 -2908;14;2939.80;9.50;394.40;4.50;0.72 -2910;14;1788.20;9.50;1092.00;4.26;1.06 -2911;14;2032.20;9.50;1806.40;2.53;1.34 -2912;14;1400.60;9.50;1082.00;2.30;1.18 -2913;14;920.40;9.50;293.40;1.84;1.28 -2914;14;5.00;9.50;696.80;4.01;1.04 -2915;14;732.20;9.50;1265.40;-1.51;0.92 -2916;14;916.80;9.50;777.60;4.65;1.28 -2917;14;521.40;9.50;1851.80;3.00;1.22 -2918;14;2790.40;9.50;1621.00;4.48;0.50 -2919;14;3669.40;9.50;1062.00;-0.84;0.82 -2920;14;2166.60;9.50;1087.00;4.53;1.16 -2921;14;855.40;9.50;1605.20;1.32;0.94 -2922;14;4755.60;9.50;718.00;1.57;0.94 -2924;14;5298.00;9.50;26.40;-1.54;1.24 -2925;14;5116.40;9.50;847.80;-1.18;1.26 -2926;14;4982.20;9.50;987.20;2.24;1.08 -2927;14;5228.20;9.50;1664.20;0.87;0.96 -2928;14;4517.60;9.50;718.40;2.10;1.12 -2929;14;3950.20;9.50;494.20;-1.29;0.96 -2930;14;3746.40;9.50;759.80;4.32;0.86 -2931;14;3722.00;9.50;374.80;1.86;1.02 -2932;14;2968.80;9.50;460.00;1.80;0.92 -2933;14;2046.80;9.50;157.80;1.79;1.22 -2934;14;1760.20;9.50;1207.80;4.29;1.28 -2935;14;1975.00;9.50;1746.00;1.40;1.20 -2936;14;2821.40;9.50;1988.20;1.71;1.36 -2937;14;954.00;9.50;326.00;3.60;1.48 -2938;14;55.60;9.50;679.60;4.30;1.30 -2939;14;813.60;9.50;1237.00;1.99;0.94 -2940;14;862.40;9.50;734.60;-1.49;0.96 -2941;14;682.20;9.50;992.40;1.93;0.84 -2942;14;2798.40;9.50;1647.00;1.16;1.24 -2943;14;3703.40;9.50;1057.80;4.24;0.86 -2944;14;2183.20;9.50;1262.40;2.17;1.14 -2945;14;813.00;9.50;1741.20;1.19;1.76 -2946;14;4647.00;9.50;788.80;1.27;1.06 -2948;14;5319.20;9.50;64.00;2.04;1.06 -2949;14;5228.60;9.50;856.00;4.06;1.28 -2950;14;4962.60;9.50;923.80;1.29;0.84 -2951;14;5201.60;9.50;1651.60;3.02;0.90 -2952;14;4538.00;9.50;742.60;3.67;1.10 -2953;14;3959.60;9.50;451.20;4.54;0.96 -2954;14;3683.80;9.50;776.60;1.64;1.10 -2955;14;3728.00;9.50;313.20;1.72;1.24 -2956;14;3012.20;9.50;481.20;2.35;1.04 -2957;14;2065.40;9.50;132.00;4.52;1.18 -2958;14;2387.00;9.50;939.00;1.37;0.92 -2959;14;2133.20;9.50;1790.20;-0.49;1.14 -2960;14;2852.00;9.50;1936.60;2.11;0.94 -2961;14;853.80;9.50;345.80;4.18;1.30 -2962;14;49.20;9.50;728.40;1.50;1.08 -2963;14;857.00;9.50;1208.80;2.38;1.36 -2964;14;971.40;9.50;725.20;2.11;1.38 -2965;14;554.00;9.50;1898.40;4.29;1.16 -2966;14;2836.60;9.50;1636.00;4.34;0.94 -2967;14;3784.80;9.50;1048.40;4.60;0.86 -2968;14;2151.60;9.50;1134.20;1.52;1.08 -2969;14;28.80;9.50;1508.80;4.15;1.22 -2970;14;657.20;9.50;1872.60;-0.84;1.98 -2971;14;4656.40;9.50;839.60;4.54;1.04 -2973;14;5340.00;9.50;88.60;4.33;1.00 -2974;14;5364.80;9.50;889.80;1.23;1.48 -2975;14;5012.20;9.50;962.80;2.15;1.10 -2977;14;2802.40;9.50;1527.20;1.51;0.28 -2978;14;4596.60;9.50;768.00;1.14;1.14 -2979;14;4046.80;9.50;449.40;1.34;0.98 -2980;14;3741.60;9.50;745.00;1.57;0.72 -2981;14;3642.00;9.50;382.40;2.63;0.98 -2982;14;3006.40;9.50;502.00;1.30;0.90 -2983;14;2045.00;9.50;101.60;1.45;1.28 -2984;14;2334.60;9.50;1002.40;4.14;1.22 -2985;14;2191.60;9.50;1570.40;1.64;1.96 -2986;14;2888.00;9.50;1869.60;1.42;0.86 -2987;14;968.20;9.50;350.40;1.89;0.98 -2988;14;6.40;9.50;764.40;-1.21;0.92 -2989;14;802.00;9.50;1269.20;4.59;1.28 -2990;14;1013.00;9.50;761.60;1.84;1.24 -2993;14;2854.80;9.50;1689.20;2.25;0.98 -2997;14;2074.40;9.50;1105.00;4.11;1.02 -3001;14;238.20;9.50;1409.40;2.06;1.36 -3002;14;537.40;9.50;1957.20;1.54;1.24 -3006;14;4637.60;9.50;968.00;4.71;1.06 -3011;14;5416.40;9.50;99.60;-1.03;1.66 -3014;14;5295.00;9.50;888.00;1.57;1.18 -3015;14;4981.80;9.50;916.00;-1.23;1.28 -3019;14;5361.60;9.50;1676.40;2.37;1.12 -3020;14;4552.00;9.50;775.20;1.91;1.10 -3023;14;4069.60;9.50;413.80;1.61;0.94 -3024;14;3752.00;9.50;713.00;1.76;0.78 -3028;14;3581.40;9.50;366.80;4.24;0.90 -3029;14;2963.40;9.50;510.20;2.03;0.98 -3032;14;2073.40;9.50;49.40;1.67;1.02 -3036;14;2332.60;9.50;974.40;2.38;1.12 -3037;14;2120.60;9.50;1677.40;4.43;1.82 -3038;14;2868.20;9.50;1963.00;3.49;0.92 -3042;14;973.60;9.50;386.00;1.83;0.92 -3043;14;61.40;9.50;725.60;4.35;1.32 -3046;14;21.00;9.50;1796.20;1.95;0.80 -3047;14;860.00;9.50;1237.20;4.27;1.14 -3051;14;1085.00;9.50;838.20;1.86;1.02 -3052;14;221.80;9.50;2024.20;4.43;0.82 -3195;14;2735.00;9.50;1699.00;-0.78;1.16 -3198;14;2071.80;9.50;966.40;3.95;0.92 -3200;14;242.40;9.50;1447.20;1.54;0.96 -3201;14;332.80;9.50;1931.60;3.46;0.48 -3204;14;4600.40;9.50;1001.60;-1.43;0.94 -3209;14;5381.80;9.50;139.00;3.09;1.00 -3212;14;5238.60;9.50;919.20;1.80;1.20 -3213;14;4971.60;9.50;910.20;2.28;1.00 -3218;14;4462.80;9.50;792.80;4.68;0.98 -3222;14;4028.00;9.50;412.40;1.72;0.88 -3223;14;3782.60;9.50;628.00;2.10;1.00 -3227;14;3592.00;9.50;315.40;2.28;0.84 -3228;14;2952.20;9.50;557.40;2.31;0.94 -3232;14;2676.20;9.50;150.60;1.63;1.06 -3233;14;1997.40;9.50;59.80;4.13;0.82 -3237;14;2286.80;9.50;970.00;1.57;1.08 -3238;14;2184.80;9.50;1600.00;4.54;1.66 -3239;14;1445.80;9.50;1045.80;1.44;1.22 -3243;14;939.20;9.50;443.80;3.92;1.26 -3244;14;174.00;9.50;708.60;1.76;1.06 -3248;14;58.80;9.50;1805.20;1.75;1.00 -3249;14;918.40;9.50;1271.40;1.51;1.04 -3252;14;1131.40;9.50;775.00;1.02;1.08 -3253;14;416.00;9.50;1944.60;4.64;1.70 -3400;14;2841.00;9.50;1715.80;0.81;0.88 -3405;14;2077.60;9.50;992.80;-1.39;1.12 -3408;14;277.20;9.50;1355.40;1.50;1.34 -3411;14;4575.40;9.50;936.80;2.45;0.92 -3416;14;5354.80;9.50;176.80;4.01;0.98 -3419;14;5192.00;9.50;942.40;1.51;1.22 -3420;14;4953.40;9.50;869.00;-1.38;1.10 -3424;14;5208.00;9.50;1588.40;1.69;1.20 -3425;14;4433.00;9.50;785.60;3.86;1.02 -3428;14;4013.80;9.50;371.60;4.60;0.92 -3429;14;3771.20;9.50;655.20;0.94;1.14 -3432;14;3642.20;9.50;327.20;1.53;1.18 -3433;14;2953.60;9.50;606.60;2.22;0.96 -3436;14;2648.60;9.50;197.20;-1.51;0.78 -3437;14;2076.20;9.50;29.20;2.24;0.68 -3440;14;2247.00;9.50;1023.40;4.45;1.28 -3441;14;2014.40;9.50;1710.20;4.32;1.02 -3442;14;1476.80;9.50;987.60;-1.30;0.88 -3445;14;1009.00;9.50;442.00;-0.98;1.24 -3446;14;116.60;9.50;774.60;1.98;1.22 -3450;14;125.20;9.50;1781.60;1.92;0.96 -3451;14;888.80;9.50;1187.40;4.60;1.08 -3453;14;1190.20;9.50;802.60;1.64;1.26 -3454;14;435.00;9.50;1915.60;4.53;0.74 -3528;14;2767.60;9.50;1516.40;1.45;0.52 -3590;14;2698.80;9.50;1644.00;0.14;1.02 -3591;14;198.40;9.50;1904.80;3.32;0.72 -3595;14;1965.20;9.50;1173.80;4.67;1.08 -3599;14;280.20;9.50;1458.40;-1.40;0.82 -3600;14;426.20;9.50;1862.20;4.34;1.46 -3603;14;4555.00;9.50;814.80;4.67;0.80 -3607;14;5436.40;9.50;177.20;1.53;1.38 -3610;14;5218.00;9.50;965.00;4.46;1.38 -3611;14;4856.60;9.50;793.00;4.44;0.96 -3615;14;5210.40;9.50;1557.00;2.22;0.68 -3616;14;4453.00;9.50;720.20;0.93;0.92 -3619;14;3962.60;9.50;381.80;4.33;0.86 -3620;14;3619.20;9.50;677.00;4.09;1.10 -3624;14;3580.60;9.50;258.00;1.34;1.22 -3625;14;2946.60;9.50;626.20;0.81;0.94 -3628;14;2610.00;9.50;147.40;0.86;0.88 -3632;14;2323.40;9.50;1040.80;2.11;1.00 -3633;14;1941.00;9.50;1807.60;4.53;0.98 -3634;14;1511.00;9.50;876.80;-1.43;1.18 -3637;14;959.40;9.50;500.60;3.82;1.04 -3638;14;207.20;9.50;783.80;1.69;0.84 -3642;14;113.40;9.50;1815.00;1.74;0.90 -3643;14;922.00;9.50;1235.00;4.54;1.08 -3647;14;1111.20;9.50;871.40;1.10;1.26 -3648;14;545.00;9.50;1928.00;1.89;1.20 -3785;14;2642.20;9.50;1648.60;-1.45;0.60 -3789;14;1981.60;9.50;1050.00;2.10;0.90 -3792;14;691.00;9.50;1455.60;2.61;0.74 -3793;14;557.20;9.50;1873.00;1.77;1.16 -3797;14;4506.40;9.50;754.40;1.90;1.12 -3801;14;5292.60;9.50;131.00;-1.45;1.28 -3804;14;5211.40;9.50;998.00;2.40;1.16 -3805;14;4884.80;9.50;765.80;4.28;1.02 -3808;14;5125.60;9.50;1580.60;-1.13;1.44 -3809;14;4397.20;9.50;750.00;-1.26;0.78 -3812;14;4014.80;9.50;344.40;2.25;0.96 -3813;14;3671.20;9.50;685.60;4.39;1.04 -3817;14;3609.80;9.50;249.80;2.78;1.04 -3818;14;2954.40;9.50;695.40;1.73;0.78 -3821;14;2639.80;9.50;219.20;1.38;0.94 -3822;14;2020.00;9.50;22.40;2.28;0.58 -3825;14;2222.80;9.50;1077.40;4.48;1.20 -3826;14;1940.20;9.50;1778.80;4.52;0.96 -3827;14;808.60;9.50;252.20;1.24;1.10 -3831;14;691.00;9.50;260.00;4.60;1.24 -3832;14;4.00;9.50;829.60;-1.42;0.98 -3836;14;10.80;9.50;1837.00;1.57;0.30 -3837;14;996.20;9.50;1176.00;1.32;1.32 -3841;14;1179.20;9.50;860.40;1.10;1.42 -3842;14;589.20;9.50;1942.40;2.92;1.20 -3990;14;2727.40;9.50;1579.00;1.30;0.70 -3993;14;1914.40;9.50;1070.40;4.36;0.92 -3997;14;867.20;9.50;1365.40;1.50;1.46 -3998;14;721.80;9.50;1623.60;4.47;1.20 -4002;14;4359.20;9.50;816.00;-1.04;1.24 -4007;14;5283.00;9.50;111.80;4.36;1.02 -4011;14;5209.80;9.50;1032.20;4.26;1.22 -4012;14;4856.80;9.50;842.20;4.50;0.86 -4015;14;5175.20;9.50;1533.80;1.84;1.20 -4016;14;4372.20;9.50;769.00;-0.63;0.90 -4020;14;3917.60;9.50;406.60;-1.15;0.94 -4021;14;3699.00;9.50;615.20;0.96;1.06 -4025;14;3545.80;9.50;219.80;2.05;1.02 -4026;14;2819.40;9.50;726.20;-1.35;0.94 -4030;14;2630.40;9.50;256.80;4.44;0.92 -4034;14;2808.80;9.50;1856.20;1.72;1.08 -4035;14;2005.60;9.50;1712.40;1.48;0.96 -4036;14;1554.60;9.50;750.40;1.52;0.80 -4039;14;617.20;9.50;167.40;-1.47;1.06 -4040;14;44.00;9.50;818.60;4.63;1.18 -4043;14;23.60;9.50;1852.20;3.54;0.80 -4044;14;892.80;9.50;1141.40;1.34;1.42 -4048;14;1162.00;9.50;927.00;1.89;1.26 -4049;14;589.60;9.50;1957.80;4.16;0.70 -4212;14;2704.20;9.50;1548.00;1.31;1.12 -4213;14;2529.20;9.50;1240.20;4.12;1.00 -4217;14;1951.80;9.50;1095.60;4.35;0.88 -4220;14;420.20;9.50;1340.80;-1.44;1.22 -4221;14;728.80;9.50;1595.60;2.38;0.94 -4225;14;4476.60;9.50;613.20;3.07;0.90 -4230;14;5227.20;9.50;82.60;4.52;1.02 -4234;14;5200.40;9.50;1034.60;1.68;0.86 -4235;14;4899.60;9.50;796.80;-1.42;1.14 -4239;14;5124.00;9.50;1482.40;2.15;1.30 -4240;14;4400.00;9.50;812.40;3.83;1.28 -4243;14;3923.40;9.50;371.60;4.40;1.14 -4244;14;3715.00;9.50;594.80;-1.14;0.90 -4248;14;3591.20;9.50;224.20;1.77;0.88 -4249;14;2839.80;9.50;691.20;4.54;0.92 -4253;14;2617.20;9.50;299.00;4.52;0.96 -4257;14;2384.80;9.50;1030.40;4.21;1.30 -4258;14;2096.20;9.50;1630.20;1.73;1.60 -4259;14;1501.00;9.50;690.40;-0.72;1.04 -4263;14;594.40;9.50;195.40;3.01;1.00 -4264;14;150.00;9.50;819.00;1.71;0.92 -4267;14;903.80;9.50;1107.40;2.03;1.38 -4271;14;1049.40;9.50;939.00;4.55;1.04 -4370;14;2742.20;9.50;1537.00;4.28;0.52 -4438;14;2615.80;9.50;1524.40;-1.51;1.26 -4439;14;2434.40;9.50;1116.80;2.45;1.06 -4443;14;1869.20;9.50;1118.00;4.71;1.04 -4447;14;771.40;9.50;1220.80;2.11;1.32 -4448;14;728.00;9.50;1477.40;4.40;1.18 -4451;14;4623.00;9.50;590.80;4.47;1.10 -4456;14;5216.00;9.50;104.20;1.91;1.12 -4460;14;5123.40;9.50;1037.20;4.56;1.20 -4461;14;4956.40;9.50;848.80;2.45;1.02 -4465;14;5045.00;9.50;1408.20;-0.55;0.98 -4466;14;4509.60;9.50;827.80;4.67;1.12 -4470;14;3938.40;9.50;326.40;4.57;0.92 -4471;14;3630.80;9.50;644.00;3.10;0.92 -4474;14;3559.80;9.50;165.20;2.71;1.20 -4475;14;2793.00;9.50;679.00;-1.03;0.80 -4479;14;2606.80;9.50;303.00;1.04;1.16 -4483;14;2473.40;9.50;1021.80;1.61;1.16 -4484;14;2042.40;9.50;1643.80;1.42;1.56 -4485;14;1579.20;9.50;708.60;1.46;1.12 -4489;14;660.40;9.50;202.80;0.88;0.94 -4490;14;46.00;9.50;858.20;-1.40;1.06 -4494;14;904.40;9.50;1137.80;4.32;1.22 -4497;14;1042.60;9.50;991.00;4.53;1.28 -4498;14;602.20;9.50;1848.20;-1.54;1.18 -4662;14;2601.40;9.50;1608.00;4.48;0.96 -4663;14;2280.20;9.50;1325.20;2.20;1.28 -4667;14;1860.20;9.50;1195.40;2.84;0.88 -4671;14;492.00;9.50;1299.60;1.76;1.08 -4672;14;771.40;9.50;897.80;4.68;1.00 -4676;14;4705.20;9.50;495.00;4.41;0.40 -4679;14;5132.80;9.50;64.00;2.12;0.96 -4683;14;5123.40;9.50;984.00;4.48;1.32 -4684;14;4920.20;9.50;649.80;2.42;0.98 -4688;14;5035.60;9.50;1474.60;4.41;1.16 -4689;14;4565.60;9.50;866.80;1.42;1.04 -4693;14;3896.20;9.50;334.00;4.26;0.94 -4694;14;3618.20;9.50;796.80;2.73;1.12 -4698;14;3525.00;9.50;153.40;1.49;1.32 -4699;14;2909.00;9.50;627.40;1.29;0.98 -4702;14;2616.00;9.50;275.80;2.38;0.96 -4706;14;2418.00;9.50;1077.20;2.52;1.36 -4707;14;2096.00;9.50;1524.60;3.32;1.18 -4708;14;1596.20;9.50;676.60;2.13;1.36 -4712;14;566.00;9.50;233.60;4.26;1.18 -4713;14;145.00;9.50;884.00;2.35;1.14 -4717;14;1008.60;9.50;1151.40;1.95;1.38 -4721;14;1145.20;9.50;976.80;1.77;1.20 -4722;14;678.60;9.50;1837.80;4.69;1.04 -4885;14;2734.20;9.50;1476.00;1.57;0.86 -4886;14;2375.20;9.50;1182.80;1.60;1.02 -4890;14;1784.60;9.50;1274.20;4.31;1.36 -4894;14;554.40;9.50;1143.00;4.11;1.24 -4895;14;923.40;9.50;1369.20;1.71;1.10 -4899;14;4742.60;9.50;602.80;-1.10;1.46 -4905;14;5020.80;9.50;38.40;3.09;1.04 -4906;14;5166.60;9.50;1065.40;-1.09;1.16 -4907;14;4887.00;9.50;659.60;0.99;1.02 -4911;14;5077.20;9.50;1522.60;4.61;1.02 -4912;14;4508.40;9.50;897.00;-1.21;1.18 -4916;14;3981.60;9.50;314.00;4.13;1.02 -4917;14;3622.20;9.50;703.20;1.87;1.04 -4921;14;3517.60;9.50;102.80;1.78;1.10 -4922;14;2865.40;9.50;655.00;1.57;0.68 -4926;14;2589.20;9.50;218.20;1.77;0.88 -4929;14;2450.60;9.50;1078.60;4.62;1.08 -4930;14;2128.80;9.50;1341.60;1.20;0.88 -4931;14;1639.40;9.50;615.40;1.48;1.10 -4935;14;674.60;9.50;260.00;1.70;1.02 -4936;14;218.40;9.50;829.20;2.03;0.92 -4940;14;1029.00;9.50;1090.40;1.05;1.12 -4944;14;1158.60;9.50;976.40;4.50;1.08 -4945;14;638.60;9.50;1813.00;4.41;1.14 -5108;14;2758.60;9.50;1427.60;-0.78;0.76 -5109;14;2260.40;9.50;1486.20;4.50;1.18 -5111;14;1841.80;9.50;1300.00;4.71;0.98 -5113;14;262.80;9.50;1307.80;1.79;1.24 -5114;14;1069.00;9.50;1163.80;1.76;0.98 -5116;14;4751.60;9.50;452.20;1.75;1.00 -5122;14;5025.80;9.50;56.20;-1.51;0.86 -5123;14;5281.60;9.50;1080.80;1.60;1.18 -5124;14;4893.60;9.50;714.00;4.01;1.02 -5126;14;5050.80;9.50;1528.60;4.24;0.68 -5127;14;4488.20;9.50;916.60;-0.72;1.24 -5129;14;3925.00;9.50;282.80;-1.37;0.88 -5130;14;3571.20;9.50;661.00;3.95;1.02 -5132;14;3569.60;9.50;98.40;1.92;1.26 -5133;14;2815.80;9.50;656.20;1.75;0.88 -5137;14;2524.40;9.50;218.40;4.53;1.02 -5140;14;2447.20;9.50;1140.40;4.00;1.16 -5141;14;2129.20;9.50;1389.80;1.40;1.04 -5142;14;1590.00;9.50;584.40;0.59;1.26 -5144;14;575.20;9.50;256.80;-1.14;1.34 -5145;14;161.00;9.50;858.80;-1.43;0.98 -5147;14;1037.00;9.50;1062.00;1.95;1.16 -5149;14;1236.80;9.50;866.40;1.86;1.14 -5150;14;745.80;9.70;1805.60;4.05;1.10 -5233;14;2723.40;9.50;1394.00;-0.84;0.78 -5234;14;2456.00;9.50;1486.80;4.03;1.06 -5235;14;1908.20;9.50;1326.60;-1.48;1.26 -5237;14;1083.20;9.50;1133.20;2.24;1.06 -5238;14;4847.80;9.50;525.40;0.18;1.18 -5240;14;5082.40;9.70;17.80;0.51;1.48 -5241;14;5193.20;9.50;1129.00;4.71;1.12 -5242;14;4819.80;9.50;746.20;4.07;1.02 -5243;14;5071.40;9.50;1577.80;-1.42;1.16 -5244;14;4462.60;9.50;954.20;-1.00;1.40 -5245;14;3962.60;9.50;282.20;4.24;0.86 -5246;14;3572.20;9.50;695.00;1.96;1.30 -5247;14;3478.00;9.50;283.60;0.99;1.30 -5248;14;2773.00;9.50;600.20;-1.15;1.08 -5249;14;2490.00;9.50;208.40;-0.89;1.00 -5250;14;2442.40;9.50;1173.80;1.78;1.24 -5251;14;2087.60;9.50;1367.60;2.07;1.00 -5252;14;1688.00;9.50;582.40;1.88;1.06 -5253;14;641.00;9.50;284.60;4.66;0.86 -5254;14;216.80;9.50;861.80;4.46;1.26 -5255;14;918.20;9.50;1084.20;4.43;1.40 -5256;14;1174.00;9.50;926.00;4.24;1.32 -5257;14;886.40;9.50;1711.00;0.87;1.38 -5258;14;2681.20;9.50;1410.20;1.84;0.80 -5259;14;2419.40;9.50;1664.20;3.22;1.44 -5260;14;1901.00;9.50;1243.60;4.19;1.40 -5261;14;31.20;9.50;1236.80;4.68;1.22 -5262;14;1245.80;9.50;1074.60;2.00;1.24 -5263;14;4816.20;9.50;445.80;-1.16;1.04 -5265;14;5132.80;9.50;32.60;3.83;0.78 -5266;14;5254.80;9.50;1164.80;0.24;1.20 -5267;14;4813.40;9.50;695.40;4.17;1.04 -5268;14;5041.80;9.50;1631.80;4.67;1.20 -5269;14;4536.40;9.50;957.40;-0.87;1.42 -5270;14;3977.00;9.50;236.80;1.41;1.04 -5271;14;3573.80;9.50;609.60;4.62;1.04 -5272;14;3470.00;9.50;234.60;4.17;1.14 -5273;14;2835.60;9.50;536.40;1.35;1.14 -5274;14;2581.00;9.50;261.60;1.65;0.98 -5275;14;2424.40;9.50;1215.60;1.48;1.10 -5276;14;2072.60;9.50;1417.40;2.77;0.92 -5277;14;1655.00;9.50;512.40;-1.05;1.22 -5278;14;665.80;9.50;308.40;1.52;1.06 -5279;14;178.80;9.50;947.60;1.63;1.08 -5280;14;910.40;9.50;1059.00;2.14;1.26 -5281;14;1267.20;9.50;958.40;1.10;1.08 -5282;14;863.40;9.66;1705.00;1.45;0.94 -5284;14;2629.00;9.50;1364.60;4.61;0.80 -5285;14;1593.40;9.50;58.60;4.32;0.84 -5286;14;2445.40;9.50;1759.20;4.60;1.32 -5287;14;2000.60;9.50;1234.60;2.07;1.06 -5288;14;12.40;9.50;1173.40;2.59;0.30 -5289;14;1326.40;9.50;1054.20;2.26;1.16 -5290;14;4881.00;9.50;560.40;1.19;0.98 -5292;14;5166.60;9.50;46.00;-1.44;1.08 -5293;14;5260.40;9.50;1154.80;3.84;1.22 -5294;14;4769.20;9.50;665.40;-0.92;1.16 -5295;14;5030.80;9.50;1631.40;1.68;1.14 -5296;14;4584.60;9.50;967.20;4.16;1.30 -5297;14;4001.20;9.50;193.40;1.50;1.02 -5298;14;3532.00;9.50;664.60;2.11;1.10 -5299;14;3423.00;9.50;350.00;2.21;1.40 -5300;14;2789.80;9.50;522.60;2.21;0.84 -5301;14;2527.80;9.50;263.20;1.38;0.96 -5302;14;2390.60;9.50;1158.00;2.43;1.20 -5303;14;2016.40;9.50;1441.80;-0.74;1.10 -5304;14;1698.80;9.50;482.40;1.91;1.20 -5305;14;683.00;9.50;306.40;4.51;1.06 -5306;14;125.40;9.50;914.20;1.24;1.28 -5307;14;934.00;9.50;1013.60;1.95;1.28 -5308;14;1276.60;9.50;908.00;1.18;1.02 -5309;14;763.60;9.50;1703.60;3.95;1.04 -5311;14;2619.80;9.50;1330.00;4.31;0.78 -5312;14;2531.80;9.50;1804.20;2.06;1.50 -5313;14;2050.60;9.50;1352.80;2.14;1.18 -5314;14;145.40;9.50;1196.40;4.61;0.94 -5315;14;1417.60;9.50;989.60;1.66;1.24 -5316;14;4967.60;9.50;483.40;1.70;1.38 -5318;14;5134.40;9.50;129.40;-1.49;1.16 -5319;14;5337.20;9.50;1186.60;1.63;0.98 -5320;14;4831.60;9.62;597.40;-1.32;1.00 -5321;14;4993.60;9.68;1600.60;1.05;1.10 -5322;14;4684.00;9.50;1045.60;0.89;0.94 -5323;14;3986.00;9.50;234.60;4.37;0.98 -5324;14;3492.20;9.50;611.80;3.74;0.88 -5325;14;3396.60;9.50;289.40;4.29;0.98 -5326;14;2799.00;9.50;481.80;2.24;0.94 -5327;14;2511.60;9.50;308.80;1.44;1.26 -5328;14;2346.60;9.50;1138.60;1.63;1.40 -5329;14;1962.20;9.50;1520.20;4.28;1.38 -5330;14;1644.00;9.50;423.80;4.68;1.26 -5331;14;774.00;9.50;316.20;1.72;1.02 -5332;14;31.40;9.50;898.00;1.57;0.78 -5333;14;988.00;9.50;1005.00;4.17;1.24 -5334;14;1276.40;9.50;951.80;3.95;1.26 -5335;14;825.00;9.50;1656.20;-1.06;1.32 -5336;14;2662.20;9.50;1291.20;1.39;0.86 -5337;14;2359.40;9.50;1983.20;1.46;1.44 -5338;14;1895.20;9.50;1427.60;4.63;0.82 -5339;14;355.40;9.50;1036.80;1.89;0.98 -5340;14;4955.00;9.50;431.80;1.63;0.76 -5341;14;5170.40;9.50;217.40;-1.49;1.04 -5342;14;5353.40;9.50;1134.60;0.94;1.30 -5343;14;4707.80;9.50;618.60;-0.69;1.74 -5344;14;4925.40;9.50;1624.80;4.62;0.54 -5345;14;4674.00;9.50;1022.60;2.01;0.94 -5346;14;4071.80;9.50;230.80;2.35;0.94 -5347;14;3449.80;9.50;614.80;-1.40;1.26 -5348;14;3397.80;9.50;251.20;1.97;1.34 -5349;14;2812.00;9.50;441.00;-1.10;0.86 -5350;14;2453.60;9.50;370.60;4.23;0.90 -5351;14;2320.80;9.50;1085.80;1.23;1.20 -5352;14;1980.60;9.50;1483.20;3.05;1.22 -5353;14;1642.40;9.50;301.20;-0.68;1.26 -5354;14;751.80;9.50;344.20;1.42;1.06 -5355;14;54.20;9.50;948.60;1.48;1.04 -5356;14;27.80;9.50;1881.60;1.69;0.66 -5357;14;993.00;9.50;944.40;4.23;1.26 -5358;14;1299.20;9.50;883.20;-1.54;0.94 -5359;14;758.20;9.50;1657.40;4.40;0.82 -5360;14;2677.00;9.50;1243.60;2.44;0.80 -5361;14;2185.00;9.50;1959.60;-1.51;1.38 -5362;14;2044.20;9.50;1406.40;1.89;1.02 -5363;14;583.00;9.50;968.20;-0.85;1.18 -5364;14;5042.20;9.50;506.40;4.10;1.46 -5365;14;5164.80;9.50;256.20;-1.04;1.32 -5366;14;4767.00;9.50;570.40;1.72;0.84 -5367;14;4680.80;9.50;1008.80;4.46;1.12 -5368;14;4012.40;9.50;193.80;-1.42;1.02 -5369;14;3473.80;9.50;580.60;1.79;0.84 -5370;14;3323.20;9.50;223.60;4.19;1.22 -5371;14;2801.20;9.50;417.20;1.32;1.08 -5372;14;2513.00;9.50;353.80;4.47;1.12 -5373;14;2223.00;9.50;1122.00;4.51;1.28 -5374;14;1902.80;9.50;1452.80;-0.87;1.20 -5375;14;1647.20;9.50;235.00;4.71;0.80 -5376;14;652.20;9.50;344.20;3.99;0.84 -5377;14;95.20;9.50;988.60;2.03;1.26 -5378;14;36.60;9.50;1881.20;4.57;0.92 -5379;14;976.80;9.50;975.00;2.33;1.28 -5380;14;1372.40;9.50;927.80;1.42;0.94 -5381;14;806.00;9.50;1574.40;4.62;1.16 -5382;14;2704.80;9.50;1256.80;1.61;0.62 -5383;14;3592.00;9.50;862.40;1.95;0.98 -5384;14;1926.80;9.50;1543.80;3.10;1.06 -5385;14;748.40;9.50;1085.80;1.60;1.02 -5386;14;5538.20;9.50;85.60;4.66;1.76 -5387;14;5070.40;9.50;435.80;4.13;1.18 -5388;14;3356.00;9.50;1101.40;1.47;1.04 -5389;14;5243.80;9.50;306.00;1.47;0.92 -5390;14;4827.60;9.50;585.60;1.63;1.30 -5391;14;4971.60;9.50;1654.40;2.15;0.64 -5392;14;4650.00;9.50;921.40;1.72;1.02 -5393;14;4116.00;9.50;200.40;2.48;1.10 -5394;14;3461.00;9.50;521.60;1.09;1.16 -5395;14;3284.00;9.50;141.00;-1.16;1.38 -5396;14;2844.60;9.50;402.20;1.75;1.06 -5397;14;2651.00;9.50;348.40;1.88;1.12 -5398;14;2189.40;9.50;1176.80;4.49;1.20 -5399;14;1997.80;9.50;1378.40;1.50;1.06 -5400;14;1595.80;9.50;222.60;4.32;1.42 -5401;14;635.00;9.50;403.00;2.19;1.32 -5402;14;107.60;9.50;1015.40;4.21;1.12 -5404;14;873.80;9.50;962.00;4.58;1.30 -5405;14;1399.00;9.50;900.40;2.63;0.92 -5406;14;794.80;9.50;1573.00;2.01;1.20 -5407;14;2745.60;9.50;1238.40;0.78;0.58 -5408;14;2181.40;9.50;1845.60;1.62;1.24 -5409;14;1843.80;9.50;1437.80;4.46;0.96 -5410;14;987.60;9.50;1047.60;2.13;1.46 -5411;14;5104.00;9.50;386.60;4.38;1.32 -5412;14;3260.80;9.50;1337.00;0.06;0.66 -5413;14;5318.20;9.50;307.20;1.96;1.08 -5414;14;4715.60;9.50;508.80;-1.04;1.22 -5415;14;5139.00;9.50;1715.20;2.11;0.74 -5416;14;4612.80;9.50;900.60;1.66;1.00 -5417;14;4129.20;9.50;174.20;3.99;1.00 -5418;14;3478.60;9.50;561.60;4.23;1.02 -5419;14;3360.20;9.50;164.40;2.76;0.94 -5420;14;2800.80;9.50;389.00;2.09;1.08 -5421;14;2609.80;9.50;405.00;4.15;1.06 -5422;14;2246.00;9.50;1164.80;4.14;1.20 -5423;14;1949.80;9.50;1422.40;4.62;1.02 -5424;14;1632.00;9.50;170.80;-1.00;1.20 -5425;14;552.80;9.50;337.00;4.71;1.34 -5426;14;100.00;9.50;1035.20;1.65;0.98 -5428;14;861.20;9.50;928.60;4.34;1.28 -5429;14;1343.40;9.50;856.60;3.23;0.82 -5430;14;893.20;9.50;1486.40;1.35;0.64 -5431;14;2803.00;9.50;1251.00;0.58;0.78 -5432;14;2203.60;9.50;1869.20;-1.02;1.50 -5433;14;1773.00;9.50;1432.60;1.80;0.88 -5434;14;973.20;9.50;887.00;3.55;1.22 -5435;14;5252.60;9.50;259.40;1.15;1.52 -5436;14;1593.00;9.50;976.60;2.85;0.40 -5437;14;5268.60;9.50;257.00;4.71;1.00 -5438;14;4767.40;9.50;501.60;-1.28;0.82 -5439;14;5096.60;9.50;1692.60;1.93;1.18 -5440;14;4575.40;9.50;863.80;4.24;0.92 -5441;14;4752.60;9.50;95.20;-1.36;0.86 -5442;14;3529.80;9.50;562.60;4.62;1.02 -5443;14;3261.00;9.50;115.00;4.39;1.24 -5444;14;2868.80;9.50;345.80;0.98;0.74 -5445;14;2566.20;9.50;376.60;4.39;0.90 -5446;14;2198.80;9.50;1144.40;2.41;1.04 -5447;14;1887.60;9.50;1400.80;4.20;1.16 -5448;14;1650.00;9.50;146.20;1.72;1.00 -5449;14;527.20;9.50;308.60;4.28;1.02 -5450;14;4.00;9.50;1008.40;4.13;0.88 -5451;14;876.80;9.50;894.60;2.87;1.42 -5452;14;1419.60;9.50;812.40;1.08;1.48 -5453;14;777.80;9.50;1463.40;4.58;1.02 -5454;14;2806.00;9.65;1299.20;-1.03;0.84 -5455;14;2348.20;9.50;1879.00;1.69;1.04 -5456;14;1763.40;9.50;1366.80;4.32;0.90 -5457;14;821.40;9.50;982.80;4.49;1.02 -5458;14;5195.80;9.50;19.80;3.38;0.46 -5459;14;5161.40;9.50;180.00;4.48;1.06 -5460;14;5525.40;9.50;292.20;1.83;1.02 -5461;14;5563.40;9.50;1663.00;3.24;1.24 -5462;14;4817.40;9.50;547.60;1.65;0.94 -5463;14;4682.20;9.50;877.40;1.17;0.82 -5464;14;4083.20;9.50;186.80;2.09;0.92 -5465;14;4721.60;9.50;45.20;1.52;0.88 -5466;14;3534.60;9.50;517.00;4.53;1.08 -5467;14;3280.80;9.50;66.00;4.31;1.20 -5468;14;2792.80;9.50;331.20;1.97;1.20 -5469;14;2644.20;9.50;445.80;2.00;0.92 -5471;14;2146.00;9.50;1193.00;4.24;0.98 -5472;14;1718.80;9.50;1329.20;1.90;0.98 -5473;14;1653.20;9.50;101.60;-1.38;0.98 -5474;14;572.40;9.50;393.00;1.86;1.22 -5475;14;2.60;9.50;1064.20;3.89;0.64 -5476;14;951.80;9.50;861.80;1.79;1.30 -5477;14;1366.40;9.50;801.60;2.05;1.16 -5478;14;754.80;9.50;1513.20;4.07;0.98 -5479;14;2870.20;9.50;1269.60;0.81;0.94 -5480;14;2334.80;9.50;1814.20;3.92;1.26 -5481;14;1737.60;9.50;1265.40;2.39;0.88 -5482;14;764.80;9.50;851.20;4.59;1.04 -5483;14;5409.40;9.50;76.20;4.58;1.18 -5484;14;5121.80;9.50;88.40;4.60;1.22 -5485;14;5463.00;9.50;256.60;1.72;1.22 -5486;14;5595.60;9.50;1653.80;4.16;0.86 -5487;14;4843.20;9.50;499.00;1.57;1.02 -5488;14;5206.40;9.50;1508.80;-1.24;0.92 -5489;14;4618.00;9.50;855.80;4.21;1.10 -5490;14;4114.60;9.50;154.40;1.92;1.02 -5491;14;4766.60;9.50;144.60;4.21;1.00 -5492;14;3583.40;9.50;490.00;-1.21;1.08 -5493;14;3270.20;9.50;70.00;1.23;1.24 -5494;14;2841.20;9.50;306.80;1.87;0.94 -5495;14;2576.20;9.50;486.00;3.19;1.00 -5497;14;2117.80;9.50;1085.80;4.67;1.12 -5498;14;1828.40;9.50;1407.20;4.02;0.86 -5499;14;1643.80;9.50;100.00;1.73;0.94 -5500;14;542.00;9.50;336.40;1.69;1.06 -5501;14;38.60;9.50;1081.80;4.35;0.96 -5502;14;985.40;9.50;902.20;1.43;0.88 -5503;14;1324.00;9.50;838.80;1.86;0.98 -5504;14;887.60;9.50;1458.40;1.38;0.98 -5505;14;2886.00;9.50;1363.60;1.67;1.00 -5506;14;2330.20;9.50;1664.60;1.30;1.14 -5507;14;1812.40;9.50;1142.00;1.39;1.54 -5508;14;622.40;9.50;934.40;1.90;1.42 -5509;14;5238.20;9.50;135.80;3.92;1.26 -5510;14;4978.40;9.50;80.20;4.14;1.02 -5511;14;5465.80;9.50;202.60;4.24;1.16 -5512;14;5585.20;9.50;1697.60;1.91;1.28 -5513;14;4852.00;9.50;481.60;-1.19;1.06 -5514;14;5051.60;9.50;1716.20;4.57;0.44 -5515;14;4719.80;9.50;568.40;1.83;1.12 -5516;14;4152.40;9.50;124.80;1.82;1.10 -5517;14;4735.20;9.50;76.80;3.92;0.62 -5518;14;3571.00;9.50;468.60;2.01;0.96 -5519;14;3273.80;9.50;44.00;2.01;1.06 -5520;14;2873.00;9.50;313.40;1.76;0.80 -5521;14;2597.00;9.50;429.80;2.07;1.02 -5522;14;1992.20;9.50;88.40;2.06;1.02 -5523;14;2121.20;9.50;1013.80;-0.94;1.22 -5524;14;1784.40;9.50;1435.40;-1.31;0.94 -5525;14;1586.00;9.50;89.60;2.11;1.24 -5526;14;488.40;9.50;353.80;2.67;1.26 -5527;14;167.00;9.50;1041.60;1.34;1.22 -5528;14;1051.80;9.50;883.60;1.64;1.34 -5529;14;1244.80;9.50;835.20;3.92;1.14 -5530;14;834.80;9.50;1420.40;-1.51;1.22 -5531;14;2908.00;9.50;1269.00;0.92;0.88 -5532;14;2445.40;9.50;1518.80;2.29;1.04 -5533;14;1850.40;9.60;1082.20;0.18;1.12 -5534;14;343.40;9.50;836.20;4.23;1.32 -5535;14;5394.20;9.50;217.40;1.36;1.14 -5536;14;4887.20;9.50;116.60;4.39;1.10 -5537;14;5437.00;9.50;232.20;3.96;1.18 -5538;14;4892.80;9.50;471.60;-0.82;0.86 -5539;14;4445.40;9.50;662.60;0.62;0.92 -5540;14;4021.60;9.50;158.20;1.30;1.08 -5541;14;4844.80;9.50;93.80;1.41;1.00 -5542;14;3580.40;9.50;468.20;4.14;0.98 -5543;14;3406.60;9.50;208.80;4.67;1.12 -5544;14;2844.40;9.50;278.40;3.89;0.80 -5545;14;2507.40;9.50;394.20;-1.54;1.26 -5546;14;1985.20;9.50;27.60;1.49;1.08 -5547;14;2159.60;9.50;978.00;4.36;1.30 -5548;14;1808.20;9.50;1397.80;1.61;0.86 -5549;14;1602.00;9.50;142.00;1.76;1.14 -5550;14;451.60;9.50;203.60;-1.44;1.18 -5551;14;126.60;9.50;1099.80;4.39;1.32 -5552;14;761.40;9.50;997.60;4.65;1.00 -5553;14;1240.80;9.50;785.00;0.80;1.22 -5554;14;984.60;9.50;1378.20;1.69;1.28 -5555;14;2948.40;9.50;1378.00;0.67;0.86 -5556;14;2275.80;9.50;1371.60;1.83;0.84 -5557;14;1749.20;9.50;1125.20;4.20;1.00 -5558;14;354.40;9.50;907.00;0.99;1.18 -5559;14;5387.20;9.50;286.60;2.03;1.08 -5560;14;4800.60;9.50;144.60;4.62;1.02 -5561;14;5608.40;9.50;98.00;-1.17;0.88 -5562;14;5430.00;9.50;1402.20;1.72;1.14 -5563;14;5010.20;9.50;473.20;1.04;1.30 -5564;14;4451.80;9.50;694.00;4.71;1.04 -5565;14;4069.40;9.50;141.60;1.46;0.98 -5566;14;4696.00;9.50;22.40;2.48;0.52 -5567;14;3591.60;9.50;409.40;-1.46;0.86 -5568;14;3476.20;9.50;201.40;2.67;1.04 -5569;14;2834.20;9.50;247.20;1.32;0.88 -5570;14;2555.80;9.50;463.40;2.41;0.98 -5571;14;2206.40;9.50;987.00;3.97;1.04 -5572;14;1757.60;9.50;1391.20;1.71;0.90 -5573;14;1516.80;9.50;118.80;4.67;1.32 -5574;14;554.40;9.50;236.00;1.57;0.96 -5575;14;183.40;9.50;1063.20;4.39;0.98 -5576;14;801.60;9.50;944.80;4.50;1.20 -5577;14;1271.00;9.50;796.80;4.21;1.16 -5578;14;1011.60;9.50;1327.00;1.45;1.50 -5579;14;2967.40;9.50;1354.80;1.35;0.84 -5580;14;2225.40;9.50;1273.20;2.54;1.42 -5581;14;1721.60;9.50;1185.60;-0.10;1.44 -5582;14;307.00;9.50;1020.20;2.47;1.34 -5583;14;5235.20;9.50;394.80;2.07;1.14 -5584;14;4647.00;9.50;162.20;1.30;1.00 -5585;14;5626.80;9.50;157.80;1.84;0.94 -5586;14;5154.80;9.50;1364.00;-1.20;1.20 -5587;14;5090.00;9.50;473.40;4.40;1.26 -5588;14;5032.60;9.50;1658.20;1.03;1.10 -5589;14;4453.20;9.50;657.80;4.48;0.86 -5590;14;4042.20;9.50;102.80;4.11;0.90 -5591;14;4772.20;9.50;66.20;4.37;0.90 -5592;14;3665.80;9.50;410.00;1.80;0.92 -5593;14;3436.60;9.50;159.60;4.23;1.08 -5594;14;2879.00;9.50;232.60;2.27;0.96 -5595;14;2683.60;9.50;188.80;4.66;0.98 -5596;14;1884.80;9.50;41.80;2.91;0.86 -5597;14;2236.80;9.50;1025.20;1.52;0.92 -5598;14;1721.40;9.50;1370.40;2.19;0.84 -5599;14;1533.60;9.50;172.00;1.57;1.26 -5600;14;503.60;9.50;277.40;4.47;0.86 -5601;14;287.60;9.50;1061.00;1.75;1.14 -5602;14;865.00;9.50;1027.60;1.80;1.02 -5603;14;1342.80;9.50;750.60;1.48;1.18 -5604;14;997.80;9.50;1283.80;-1.43;1.40 -5605;14;2968.60;9.50;1289.40;1.81;0.86 -5606;14;2381.20;9.50;1090.40;1.50;1.18 -5607;14;1678.20;9.50;1136.80;4.56;1.54 -5608;14;50.60;9.50;929.60;3.38;1.12 -5609;14;5401.00;9.50;363.20;4.55;1.08 -5610;14;4558.00;9.50;226.20;4.29;1.12 -5611;14;5625.60;9.50;199.20;1.71;1.20 -5612;14;5229.40;9.50;1445.80;2.31;1.04 -5613;14;5060.00;9.50;442.00;1.10;0.98 -5614;14;5142.20;9.50;1433.40;0.84;1.26 -5615;14;4441.80;9.50;613.80;-0.20;0.82 -5616;14;4108.20;9.50;109.40;1.96;1.14 -5617;14;4798.00;9.50;35.00;2.89;0.82 -5618;14;3658.00;9.50;502.40;1.72;0.82 -5619;14;3394.60;9.50;181.40;4.08;1.12 -5620;14;2841.80;9.50;212.00;2.01;1.10 -5621;14;2791.60;9.50;238.40;1.85;1.06 -5622;14;1841.20;9.50;37.00;3.19;0.92 -5623;14;2169.60;9.50;1028.80;4.39;0.92 -5624;14;1625.20;9.50;1386.40;-1.44;0.72 -5625;14;1551.80;9.50;235.40;2.41;1.20 -5626;14;447.20;9.50;289.00;4.52;1.10 -5627;14;333.40;9.50;1077.00;1.78;1.08 -5628;14;854.00;9.50;1083.60;2.11;1.06 -5629;14;1317.40;9.50;709.00;1.57;1.04 -5630;14;1099.80;9.50;1288.80;1.07;1.26 -5631;14;3011.40;9.50;1205.00;1.16;0.88 -5632;14;2386.20;9.50;906.80;1.93;1.18 -5633;14;1587.60;9.50;1145.80;4.06;1.58 -5634;14;214.60;9.50;906.20;1.66;0.96 -5635;14;5538.40;9.75;226.20;1.00;1.16 -5636;14;4627.60;9.50;407.40;3.56;0.98 -5637;14;5495.00;9.50;142.80;-1.13;1.68 -5638;14;5263.20;9.50;1021.80;-1.41;1.28 -5639;14;5091.80;9.50;391.60;1.10;0.94 -5640;14;5143.80;9.50;1404.80;1.97;1.26 -5641;14;4494.00;9.67;607.00;-0.78;1.20 -5642;14;4070.00;9.50;69.20;3.81;1.16 -5643;14;4731.20;9.50;43.40;4.41;0.72 -5644;14;3707.00;9.50;507.00;1.76;0.84 -5645;14;3198.00;9.50;42.40;3.50;0.78 -5646;14;2828.20;9.50;99.20;-1.53;0.90 -5647;14;2797.00;9.50;271.40;1.19;1.06 -5648;14;2027.40;9.50;1071.20;-1.53;1.20 -5649;14;1631.40;9.50;1306.80;4.66;0.84 -5650;14;1638.60;9.50;271.40;1.68;1.36 -5651;14;464.60;9.50;120.40;1.49;1.42 -5652;14;346.40;9.50;1120.40;4.36;1.18 -5653;14;702.40;9.50;1043.80;4.49;0.92 -5654;14;1206.40;9.50;700.80;4.67;0.98 -5655;14;1067.40;9.50;1195.80;-1.15;1.26 -5656;14;2961.40;9.50;1330.00;-1.14;1.00 -5657;14;2416.80;9.50;827.80;1.60;1.06 -5658;14;1653.40;9.50;1169.40;0.82;0.58 -5659;14;273.80;9.50;802.40;2.12;1.16 -5660;14;5406.80;9.50;404.40;1.75;0.90 -5661;14;4533.40;9.50;407.60;4.62;0.94 -5662;14;5560.80;9.50;272.60;4.66;1.16 -5663;14;5332.00;9.50;1095.40;2.05;1.24 -5664;14;4956.40;9.50;1202.60;-1.28;1.34 -5665;14;5357.40;9.50;1480.00;1.72;0.98 -5666;14;4551.60;9.50;547.60;-0.43;1.00 -5667;14;4153.40;9.50;67.80;1.42;0.96 -5669;14;3747.40;9.50;509.80;2.11;0.82 -5670;14;3368.80;9.50;132.00;4.09;1.00 -5671;14;2848.20;9.50;153.40;1.96;1.04 -5672;14;2710.40;9.50;240.20;4.48;0.80 -5673;14;2058.40;9.50;1134.00;2.07;1.10 -5674;14;1635.20;9.50;1270.40;4.57;0.92 -5675;14;1586.40;9.50;257.80;1.42;1.32 -5676;14;461.60;9.50;181.40;2.22;1.10 -5677;14;187.00;9.50;1099.80;-1.43;1.16 -5678;14;804.80;9.50;1032.40;1.13;0.94 -5679;14;1270.60;9.50;748.20;1.53;1.24 -5680;14;1133.20;9.50;1230.00;3.64;0.82 -5681;14;3052.80;10.75;1288.20;1.40;0.80 -5682;14;2342.40;9.50;779.00;1.72;1.22 -5683;14;1600.80;9.50;1084.20;1.17;1.16 -5684;14;470.80;9.50;589.80;4.67;1.06 -5685;14;5597.20;9.50;435.60;3.40;1.38 -5686;14;4413.00;9.50;470.80;4.67;1.00 -5687;14;3403.40;9.50;1854.80;-0.70;0.84 -5688;14;5547.00;9.50;325.20;3.81;1.32 -5689;14;5382.80;9.50;1059.20;1.74;1.24 -5690;14;5052.60;9.50;1178.20;1.24;1.18 -5691;14;5292.80;9.50;1470.00;1.88;1.10 -5692;14;4326.60;9.50;890.40;1.31;1.00 -5693;14;4111.40;9.50;43.60;2.62;1.00 -5694;14;4875.00;9.50;172.00;2.03;0.64 -5695;14;3661.00;9.50;476.20;3.95;0.94 -5696;14;3445.00;9.50;132.80;2.20;0.98 -5697;14;2769.20;9.50;174.20;-1.52;0.98 -5698;14;2671.20;9.50;251.00;4.26;0.92 -5699;14;2048.60;9.50;1160.60;0.66;0.98 -5700;14;1607.80;9.50;1218.20;-0.71;1.08 -5701;14;1570.20;9.50;373.00;2.63;1.40 -5702;14;438.40;9.50;201.40;1.75;1.12 -5703;14;177.20;9.50;1145.00;1.57;1.18 -5704;14;790.20;9.50;1099.20;2.69;0.92 -5705;14;1195.40;9.50;698.80;1.94;1.18 -5706;14;1180.60;9.50;1168.20;1.54;0.94 -5707;14;3039.20;9.50;1251.60;-1.35;1.36 -5708;14;2374.00;9.50;630.60;4.63;1.06 -5709;14;1556.40;9.50;1084.80;1.75;1.54 -5710;14;617.40;9.50;589.00;1.98;1.14 -5711;14;5558.40;9.50;204.40;-0.85;1.46 -5712;14;4549.00;9.50;227.00;1.76;1.04 -5713;14;3485.60;9.50;1940.60;1.64;1.44 -5714;14;5627.00;9.50;347.20;2.44;0.96 -5715;14;5432.20;9.50;1088.60;1.62;1.04 -5716;14;5002.40;9.50;1236.60;-1.47;1.02 -5717;14;5286.40;9.50;1498.20;1.54;1.28 -5718;14;4339.20;9.50;851.20;1.04;0.94 -5719;14;4139.40;9.50;46.60;3.39;1.22 -5720;14;4886.20;9.50;159.00;4.15;0.74 -5721;14;3738.00;9.50;462.20;1.33;0.98 -5722;14;3434.20;9.50;91.00;4.34;0.92 -5723;14;2770.60;9.50;145.40;2.38;1.24 -5724;14;2709.00;9.50;293.00;4.46;0.82 -5725;14;2017.00;9.50;1124.40;2.14;1.30 -5726;14;1868.00;9.50;1490.00;3.14;1.10 -5727;14;1550.40;9.50;300.60;1.46;1.24 -5728;14;436.20;9.50;251.20;2.09;1.20 -5729;14;199.20;9.50;1174.40;3.74;1.34 -5730;14;834.80;9.50;1133.00;1.88;1.16 -5731;14;1098.40;9.50;688.00;-1.38;1.26 -5732;14;1160.80;9.50;1108.00;4.15;1.14 -5733;14;3047.40;9.50;1177.60;0.07;1.16 -5734;14;2484.00;9.50;703.40;4.23;0.74 -5735;14;1514.20;9.50;1183.20;-0.89;1.46 -5737;14;636.80;9.50;624.60;3.83;1.52 -5738;14;3869.40;9.50;44.40;2.80;1.18 -5739;14;4602.80;9.50;100.00;1.93;0.90 -5740;14;3573.40;9.50;2005.60;2.00;2.04 -5741;14;5410.00;9.51;293.40;-0.72;1.22 -5742;14;5414.20;9.50;1116.00;-1.35;1.22 -5743;14;5088.80;9.50;1214.40;1.86;1.16 -5744;14;5359.00;9.50;1501.80;1.19;0.90 -5745;14;4340.60;9.50;815.20;1.80;0.74 -5746;14;4845.80;9.50;133.60;4.42;1.04 -5747;14;3749.00;9.50;432.40;1.95;0.98 -5748;14;3411.80;9.50;46.60;4.62;1.16 -5749;14;2783.00;9.50;120.00;4.24;1.06 -5750;14;2666.20;9.50;297.20;-1.52;0.96 -5751;14;1904.80;9.50;1198.60;4.18;1.28 -5752;14;1850.00;9.50;1529.60;4.43;1.16 -5753;14;1561.40;9.50;391.00;4.71;1.30 -5754;14;327.60;9.50;235.40;4.62;1.00 -5755;14;286.60;9.50;1120.40;2.02;1.22 -5756;14;674.20;9.50;1108.00;2.39;0.78 -5757;14;1104.40;9.50;764.40;3.22;1.22 -5758;14;1156.40;9.50;1057.20;4.56;0.90 -5759;14;3099.40;9.50;1221.00;2.42;0.90 -5760;14;2640.80;9.50;689.80;2.05;0.78 -5761;14;1577.40;9.50;1160.40;2.08;1.02 -5762;14;789.60;9.50;802.80;4.33;1.28 -5763;14;5372.40;9.50;561.60;2.79;0.88 -5764;14;4681.20;9.50;42.00;1.57;0.82 -5765;14;3353.40;9.50;1973.40;0.88;1.10 -5766;14;5449.20;9.50;343.40;4.15;0.98 -5767;14;5471.40;9.50;1223.80;1.89;1.38 -5768;14;5113.80;9.50;1261.40;1.66;1.12 -5769;14;5334.60;9.50;1569.60;4.41;1.02 -5770;14;4308.80;9.50;837.60;0.96;1.04 -5771;14;4950.20;9.50;130.60;3.22;1.08 -5772;14;3767.20;9.50;391.40;1.89;1.04 -5774;14;2833.20;9.50;61.40;1.69;1.10 -5775;14;2711.00;9.50;322.60;-0.94;1.00 -5777;14;1899.20;9.50;1275.80;-1.44;1.34 -5778;14;1788.80;9.50;1517.80;-1.18;1.20 -5779;14;1629.40;9.50;454.00;2.06;1.26 -5780;14;361.40;9.50;173.80;0.97;0.94 -5781;14;301.80;9.50;1145.00;3.90;1.08 -5782;14;29.60;9.50;1980.80;2.49;0.72 -5783;14;650.60;9.50;1136.00;1.57;0.98 -5784;14;1080.40;9.50;736.40;1.90;1.24 -5785;14;1217.40;9.50;1127.60;4.29;1.26 -5786;14;3035.80;9.50;1407.80;1.41;0.82 -5787;14;2478.60;9.50;570.40;1.45;0.92 -5788;14;1490.00;9.50;1127.80;-0.80;1.22 -5789;14;1021.40;9.50;795.40;4.12;1.38 -5790;14;5370.80;9.50;465.20;1.53;1.14 -5791;14;4720.40;9.50;26.60;3.53;0.70 -5792;14;3036.20;9.50;1980.60;-1.06;1.98 -5793;14;5365.00;9.50;322.20;1.27;0.88 -5794;14;5436.80;9.50;1168.40;2.09;1.52 -5795;14;5132.60;9.50;1278.00;4.13;0.98 -5796;14;5435.00;9.50;1576.00;1.73;0.90 -5797;14;4308.40;9.50;806.60;1.94;0.76 -5798;14;4968.20;9.50;82.20;1.70;1.12 -5799;14;3748.00;9.50;457.40;4.08;1.02 -5800;14;2884.60;9.50;65.60;1.64;0.86 -5801;14;2701.40;9.50;359.00;2.14;1.08 -5802;14;1819.20;9.50;76.80;4.67;1.32 -5803;14;1997.00;9.50;1282.40;1.83;1.24 -5804;14;1729.40;9.50;1479.80;4.44;1.02 -5805;14;1474.00;9.50;397.20;4.49;1.66 -5806;14;282.00;9.50;217.20;2.93;1.20 -5807;14;292.80;9.50;1151.60;1.10;1.02 -5808;14;10.40;9.50;2011.00;3.27;0.60 -5809;14;663.20;9.50;1135.80;4.68;0.96 -5810;14;992.00;9.50;698.20;4.55;1.20 -5811;14;691.40;9.50;1066.80;2.17;1.00 -5812;14;3026.40;9.50;1377.40;-1.04;0.78 -5813;14;2547.80;9.50;607.80;-1.04;1.12 -5814;14;1431.60;9.50;1146.60;-1.46;1.14 -5815;14;1134.20;9.50;849.20;2.20;1.12 -5816;14;5257.00;9.50;440.80;1.60;1.38 -5817;14;4913.40;9.50;49.80;3.97;0.86 -5818;14;2983.00;9.50;2030.00;4.54;1.14 -5819;14;5380.40;9.50;381.60;2.60;0.94 -5820;14;5531.40;9.50;1106.20;1.67;0.90 -5821;14;5083.80;9.50;1306.60;4.42;1.08 -5822;14;5467.20;9.50;1536.40;1.65;1.00 -5823;14;4246.80;9.50;910.20;-1.26;0.86 -5824;14;4946.40;9.50;42.40;4.61;0.98 -5825;14;3751.80;9.50;471.00;-1.17;0.94 -5826;14;2838.20;9.50;32.80;4.31;0.98 -5827;14;2657.40;9.50;397.00;-1.34;1.04 -5828;14;1843.80;9.50;124.80;1.46;1.60 -5829;14;2059.40;9.50;1152.40;4.32;0.86 -5830;14;1949.20;9.50;1961.80;1.60;1.32 -5831;14;1641.20;9.50;506.00;1.93;1.00 -5832;14;315.00;9.50;256.80;1.95;1.06 -5833;14;308.80;9.50;1172.00;4.56;1.04 -5834;14;18.20;9.50;2034.00;2.07;0.58 -5835;14;770.40;9.50;1128.40;1.51;0.96 -5836;14;991.80;9.50;645.20;4.45;1.10 -5837;14;641.00;9.50;1055.40;2.05;1.16 -5838;14;3101.40;9.50;1339.40;0.90;1.24 -5839;14;2178.00;9.50;283.80;1.60;0.96 -5840;14;1477.00;9.50;1200.20;1.52;0.96 -5841;14;1287.00;9.50;881.40;1.88;1.24 -5842;14;5207.00;9.50;538.00;2.21;1.40 -5843;14;4952.00;9.50;22.60;2.44;0.68 -5845;14;2986.80;9.50;1999.00;2.33;1.22 -5846;14;5258.60;9.50;346.00;4.01;1.28 -5847;14;1116.00;9.50;1171.60;-1.57;1.56 -5848;14;5207.40;9.50;1326.20;2.16;1.30 -5849;14;5311.80;9.50;1582.60;2.67;1.08 -5850;14;4236.00;9.50;969.80;3.89;0.98 -5851;14;3820.20;9.50;394.60;1.46;1.24 -5852;14;2810.60;9.50;29.20;3.03;0.74 -5853;14;2750.80;9.50;379.40;1.68;0.84 -5854;14;1899.20;9.50;61.20;1.73;0.66 -5855;14;2115.80;9.50;1056.60;2.00;1.02 -5856;14;1998.40;9.50;1860.00;0.67;1.32 -5857;14;1568.20;9.50;490.20;1.54;1.24 -5858;14;187.80;9.50;203.00;4.71;1.08 -5859;14;352.80;9.50;1216.40;1.86;0.90 -5860;14;30.60;9.50;1999.40;4.60;0.86 -5861;14;830.80;9.50;1161.60;1.35;1.08 -5862;14;996.00;9.50;578.80;-1.27;0.90 -5863;14;2599.60;9.50;1388.20;3.00;1.08 -5864;14;3074.60;9.50;1313.60;-1.44;0.60 -5865;14;2864.80;9.50;625.80;1.79;0.88 -5866;14;1443.60;9.50;1245.20;-1.19;1.20 -5867;14;1194.60;9.50;771.80;3.60;1.10 -5868;14;5309.60;9.50;508.80;1.20;1.34 -5869;14;3004.60;9.50;1882.40;0.07;1.96 -5870;14;5288.00;9.50;370.00;4.71;1.32 -5871;14;5261.60;9.50;1353.40;1.68;1.24 -5872;14;5303.20;9.50;1544.80;3.20;1.04 -5873;14;4200.20;9.50;983.00;4.71;0.98 -5874;14;3895.20;9.50;762.20;2.69;0.62 -5875;14;3622.80;9.50;530.40;-0.71;1.24 -5876;14;3408.60;9.50;27.60;2.83;0.66 -5878;14;2755.40;9.50;462.00;1.57;1.04 -5879;14;1861.80;9.50;170.80;4.12;1.28 -5880;14;2137.80;9.50;1195.20;1.52;0.98 -5881;14;1916.80;9.50;2037.00;3.09;1.06 -5882;14;761.60;9.50;208.20;1.30;1.16 -5883;14;1513.00;9.50;468.80;2.26;1.08 -5884;14;103.60;9.50;201.20;4.62;1.40 -5885;14;207.20;9.50;1203.20;-1.34;1.18 -5886;14;47.60;9.50;1968.60;4.65;0.68 -5887;14;661.20;9.50;1179.60;4.64;0.96 -5888;14;1102.20;9.50;601.80;2.15;0.98 -5889;14;2538.20;9.50;1442.60;1.30;1.14 -5890;14;3078.00;9.50;1300.40;3.96;0.98 -5891;14;2920.20;9.50;544.00;2.39;0.82 -5892;14;1382.60;9.50;1239.60;4.46;0.94 -5893;14;1086.80;9.50;686.40;1.66;0.96 -5894;14;5413.40;11.24;643.80;-0.70;1.24 -5895;14;2936.60;9.50;1932.20;4.16;1.48 -5896;14;5305.00;9.50;426.40;3.64;0.98 -5897;14;5602.40;9.50;1128.20;1.53;1.32 -5898;14;5277.60;9.50;1376.60;4.23;1.36 -5899;14;5295.80;9.50;1611.60;2.56;0.56 -5900;14;4211.40;9.50;910.80;-0.88;0.76 -5901;14;3662.40;9.50;590.20;2.03;1.02 -5902;14;2705.20;9.50;454.00;1.74;0.88 -5903;14;1991.60;9.50;116.80;1.46;0.88 -5904;14;2049.00;9.50;1241.20;1.72;1.16 -5905;14;1839.80;9.50;1989.20;4.32;0.94 -5906;14;1518.40;9.50;619.40;3.54;1.28 -5907;14;226.20;9.50;151.80;1.59;1.30 -5908;14;300.60;9.50;1211.20;1.53;1.10 -5909;14;90.40;9.50;1879.40;4.61;1.04 -5910;14;665.60;9.50;1224.40;4.62;0.98 -5911;14;1094.80;9.50;639.00;1.57;1.10 -5912;14;2370.40;9.50;1529.60;4.21;1.06 -5913;14;3119.20;9.50;1282.00;4.41;1.06 -5914;14;2854.00;9.50;403.20;-1.53;1.16 -5915;14;1310.80;9.50;1181.20;-0.98;1.26 -5916;14;1147.20;9.50;641.80;1.93;1.36 -5917;14;5338.20;9.50;593.20;-1.54;1.18 -5919;14;5284.00;9.50;404.40;1.95;1.12 -5920;14;5628.60;9.50;1132.20;2.21;0.64 -5921;14;5227.80;9.50;1394.60;-1.01;1.14 -5922;14;5067.20;9.50;1380.00;4.01;1.04 -5923;14;4210.40;9.50;885.40;4.06;0.74 -5924;14;3670.60;9.50;592.20;-1.52;0.70 -5925;14;2698.40;9.50;481.00;1.42;0.88 -5926;14;1869.20;9.50;217.80;3.79;1.10 -5927;14;2096.00;9.50;1252.40;2.14;1.28 -5928;14;1907.60;9.50;1860.00;1.26;2.32 -5929;14;2828.00;9.50;1551.00;-1.10;0.52 -5930;14;1520.20;9.50;442.40;4.31;1.38 -5931;14;296.40;9.50;106.20;1.67;1.12 -5932;14;201.80;9.50;1251.20;1.72;1.12 -5933;14;63.00;9.50;1927.20;4.55;1.08 -5934;14;722.40;9.50;1176.80;4.67;0.96 -5935;14;1179.00;9.50;748.60;1.84;1.28 -5936;14;3572.40;9.50;48.40;2.08;1.04 -5937;14;3099.40;9.50;1241.80;4.49;1.00 -5938;14;2889.20;9.50;212.80;4.67;1.08 -5939;14;1584.40;9.50;1349.40;4.60;0.80 -5940;14;1229.80;9.50;612.60;2.51;1.10 -5941;14;5462.40;9.50;703.40;-1.52;0.86 -5942;14;2896.20;9.50;1790.60;-0.37;1.34 -5943;14;5229.60;9.50;367.00;3.63;1.12 -5944;14;5597.40;9.50;1084.60;4.09;0.84 -5945;14;5329.80;9.50;1427.20;1.69;1.36 -5946;14;5036.40;9.50;1336.80;1.10;1.06 -5947;14;4221.60;9.50;848.40;3.03;0.68 -5948;14;3674.80;9.50;561.60;3.98;1.12 -5949;14;2736.60;9.50;26.20;1.93;0.62 -5950;14;2662.40;9.50;542.00;4.18;1.06 -5951;14;1953.00;9.50;281.60;1.95;1.52 -5952;14;2079.40;9.50;1208.40;3.03;1.24 -5953;14;1795.40;10.20;1963.00;4.71;1.02 -5954;14;1467.60;9.50;587.40;3.92;1.22 -5955;14;176.80;9.50;67.60;-0.90;1.16 -5956;14;205.80;9.50;1288.40;1.52;0.74 -5957;14;107.60;9.50;1952.60;4.16;0.88 -5958;14;411.60;9.50;1173.40;1.68;1.28 -5959;14;1158.60;9.50;644.20;-1.53;1.20 -5960;14;4410.60;9.50;673.40;0.99;1.48 -5961;14;3185.00;9.50;1181.80;0.00;0.94 -5962;14;2974.40;9.50;198.00;2.07;0.94 -5963;14;1378.00;9.50;1347.20;1.91;0.80 -5964;14;1409.80;9.50;740.60;3.70;1.24 -5965;14;1116.60;9.50;827.60;4.71;1.08 -5966;14;2927.60;9.50;1894.80;2.56;1.02 -5967;14;5159.80;9.50;313.20;1.34;0.90 -5968;14;1122.20;9.50;1033.00;4.71;0.86 -5969;14;5367.40;9.50;1369.40;1.09;1.38 -5970;14;5009.60;9.50;1273.40;-0.98;0.82 -5971;14;4173.00;9.50;834.60;-1.19;0.80 -5972;14;3868.00;9.50;446.80;1.86;0.98 -5973;14;2775.40;9.50;85.40;1.51;1.04 -5974;14;2730.40;9.50;505.20;-1.51;0.76 -5975;14;2017.20;9.50;310.80;1.27;1.30 -5976;14;2062.00;9.50;1292.40;1.83;1.14 -5977;14;1825.40;9.50;1993.00;1.44;0.94 -5978;14;1459.00;9.50;544.60;1.84;1.28 -5979;14;242.40;9.50;31.40;2.51;0.82 -5980;14;258.60;9.50;1260.60;1.82;1.06 -5981;14;168.40;9.50;1918.60;-1.22;1.12 -5982;14;342.60;9.50;1076.40;4.37;0.98 -5983;14;1125.00;9.50;573.80;-1.03;1.24 -5984;14;4329.60;9.50;738.80;4.66;1.08 -5985;14;3228.80;9.50;1168.80;-0.41;0.62 -5986;14;1331.80;9.50;1250.20;-1.32;1.34 -5987;14;1217.00;9.50;530.80;-1.45;1.24 -5988;14;5521.20;9.50;890.00;1.77;1.22 -5989;14;2873.00;9.50;1712.20;2.52;0.74 -5990;14;5141.40;9.50;342.00;-1.30;1.12 -5991;14;5583.80;9.50;1016.20;1.54;0.78 -5992;14;5414.80;9.50;1489.60;1.64;1.22 -5993;14;5074.80;9.50;1304.80;2.22;0.92 -5994;14;4163.80;9.50;832.40;1.68;1.02 -5995;14;3910.80;9.50;454.80;2.05;0.96 -5996;14;2702.40;9.50;61.20;4.02;1.02 -5997;14;2750.00;9.50;552.80;1.86;0.94 -5998;14;2022.80;9.50;277.40;1.86;1.10 -5999;14;2012.80;9.50;1336.60;1.83;1.24 -6000;14;1717.80;9.50;2015.80;4.12;0.82 -6001;14;1378.00;9.50;571.80;3.90;0.98 -6002;14;259.20;9.50;76.60;2.75;1.14 -6003;14;270.00;9.50;1261.80;4.67;1.02 -6004;14;173.20;9.50;1897.20;1.73;1.10 -6005;14;221.40;9.50;1006.80;1.60;1.36 -6006;14;1210.40;9.50;647.40;4.60;1.20 -6007;14;4339.20;9.50;776.80;2.15;0.84 -6011;14;3262.00;9.50;1170.80;-1.03;0.78 -6014;14;1395.20;9.50;1278.80;4.48;0.90 -6018;14;1103.40;9.50;460.20;1.74;1.08 -6019;14;5534.80;9.50;980.20;4.57;0.88 -6026;14;2881.00;9.50;1807.00;1.57;0.82 -6030;14;5093.20;9.50;352.40;-0.46;1.00 -6031;14;5529.80;9.50;1081.80;-1.46;0.68 -6032;14;5446.40;9.50;1514.40;3.25;1.18 -6036;14;5141.20;9.50;1335.80;4.11;1.38 -6037;14;4164.60;9.50;887.00;2.46;0.92 -6043;14;3883.00;9.50;394.00;4.24;0.90 -6044;14;2693.40;9.50;133.60;-1.43;1.20 -6048;14;2759.80;9.50;575.60;3.83;0.82 -6049;14;2593.60;9.50;2008.40;4.41;1.28 -6053;14;2108.20;9.50;1304.60;1.65;1.22 -6054;14;1838.00;9.50;2034.00;1.57;0.64 -6058;14;1358.60;9.50;453.40;-1.51;1.28 -6059;14;157.40;9.50;131.60;2.69;1.32 -6060;14;329.60;9.50;1305.60;1.47;1.02 -6064;14;261.80;9.50;1829.60;1.28;1.12 -6065;14;196.40;9.50;973.00;3.84;1.12 -6068;14;1174.20;9.50;561.80;4.37;1.02 -6069;14;4860.20;9.50;48.00;1.17;0.86 -6219;14;3340.20;9.50;1171.40;0.48;0.70 -6223;14;1416.20;9.50;1349.20;4.37;1.38 -6227;14;891.60;9.50;659.60;2.18;1.10 -6228;14;5586.40;9.50;1055.80;1.78;0.80 -6234;14;2869.40;9.50;1747.40;1.79;0.66 -6238;14;5168.80;9.50;417.60;4.14;1.02 -6239;14;5530.60;9.50;1052.20;1.52;1.10 -6240;14;5459.00;9.50;1591.80;3.37;1.10 -6244;14;4199.60;9.50;951.20;2.67;1.00 -6250;14;3831.80;9.50;394.60;-1.46;1.00 -6251;14;2635.40;9.50;107.00;4.71;1.22 -6255;14;2762.20;9.50;596.40;1.84;0.98 -6256;14;2023.00;9.50;375.20;-1.19;1.06 -6260;14;1862.00;9.50;1373.00;4.54;1.28 -6261;14;1766.40;9.50;2035.40;3.38;0.78 -6265;14;1422.20;9.50;451.40;4.41;1.40 -6266;14;186.80;9.50;46.20;2.42;1.26 -6267;14;382.00;9.50;1261.00;1.71;1.02 -6271;14;119.80;9.50;1832.40;-1.51;1.10 -6272;14;214.40;9.50;925.00;4.71;1.32 -6276;14;1154.20;9.50;520.80;4.23;0.98 -6419;14;3314.00;9.50;1243.00;4.71;0.92 -6422;14;1525.40;9.50;1294.60;1.29;1.08 -6425;14;856.40;9.50;575.80;-1.46;1.28 -6426;14;1268.80;9.50;631.60;4.65;1.02 -6427;14;5492.00;9.50;1040.20;2.18;1.22 -6433;14;4383.20;9.50;111.20;2.01;0.82 -6434;14;2850.80;9.50;1801.60;1.98;0.84 -6437;14;5166.20;9.50;450.80;2.15;1.26 -6438;14;5485.20;9.50;1086.40;2.17;0.96 -6439;14;5480.80;9.50;1535.80;4.53;0.94 -6442;14;4956.80;9.50;1433.00;-1.08;1.08 -6443;14;4162.80;9.50;976.60;-1.41;0.84 -6447;14;4270.60;9.50;24.20;4.24;0.82 -6448;14;4328.80;9.50;312.80;1.84;1.00 -6452;14;3803.60;9.50;352.20;-1.53;1.14 -6453;14;2683.40;9.50;103.20;3.70;0.86 -6456;14;2680.80;9.50;588.20;4.27;0.94 -6457;14;2301.40;9.50;440.80;4.08;1.38 -6461;14;1846.80;9.50;1263.20;4.41;1.20 -6465;14;1393.20;9.50;397.40;4.49;1.30 -6466;14;159.60;9.50;63.40;1.53;1.50 -6467;14;366.20;9.50;1218.40;-1.52;0.96 -6471;14;153.20;9.50;1798.20;1.98;1.28 -6472;14;319.40;9.50;959.20;1.54;0.94 -6475;14;1161.60;9.50;547.00;1.75;1.02 -6476;14;4854.00;9.50;90.60;4.17;1.04 -6608;14;3308.80;9.50;1228.80;0.98;0.96 -6612;14;1464.20;9.50;1345.00;4.52;0.94 -6616;14;1028.60;9.50;552.80;1.82;1.06 -6617;14;5256.00;9.50;956.20;4.29;1.34 -6623;14;4475.20;9.50;174.80;1.77;1.14 -6624;14;2866.80;9.50;1663.00;4.71;0.80 -6627;14;5158.00;9.50;473.20;4.61;1.26 -6628;14;5439.80;9.50;1064.40;2.12;1.10 -6629;14;5488.20;9.50;1395.60;1.48;0.98 -6632;14;4905.60;9.50;1380.60;-1.40;1.22 -6633;14;4169.00;9.50;938.00;1.10;1.14 -6637;14;4363.40;9.50;270.20;1.74;1.04 -6640;14;3793.60;9.50;349.20;2.13;0.94 -6641;14;2681.40;9.50;42.40;1.16;1.10 -6645;14;2683.40;9.50;634.20;4.53;1.04 -6646;14;2379.60;9.50;469.40;4.60;1.06 -6649;14;1829.80;9.50;1216.80;4.68;1.22 -6653;14;1368.80;9.50;540.20;1.99;1.24 -6654;14;94.20;9.50;30.20;3.66;0.74 -6655;14;460.20;9.50;1192.80;-0.98;1.02 -6659;14;112.00;9.50;1742.40;3.96;1.06 -6660;14;261.80;9.50;1005.00;2.32;1.12 -6663;14;1195.80;9.50;504.00;4.15;1.26 -6664;14;4913.80;9.50;70.80;2.05;0.92 -6801;14;3188.40;9.50;1241.80;0.12;1.02 -6802;14;2931.60;9.50;79.80;2.03;0.96 -6805;14;1551.00;9.50;1253.20;1.40;1.04 -6809;14;950.20;9.50;532.40;1.99;1.20 -6810;14;5297.20;9.50;745.80;-1.44;1.48 -6815;14;4346.40;9.50;181.40;1.48;0.98 -6816;14;2913.40;9.50;1640.20;4.39;0.62 -6819;14;5303.40;9.50;479.80;1.78;0.74 -6820;14;5304.60;9.50;1001.00;4.13;1.24 -6821;14;5565.40;9.50;1391.00;1.19;0.82 -6824;14;4930.80;9.50;1340.60;-1.01;1.12 -6825;14;4138.80;9.50;929.20;2.47;1.08 -6829;14;4214.00;9.50;22.80;4.29;0.70 -6830;14;4442.20;9.50;290.60;2.30;1.00 -6834;14;3743.60;9.50;280.80;-1.45;1.12 -6835;14;2630.00;9.50;77.40;2.31;1.16 -6839;14;2635.60;9.50;585.40;-1.49;0.98 -6840;14;2325.20;9.50;480.00;4.52;1.02 -6844;14;1793.60;9.50;1241.00;2.70;1.38 -6847;14;1315.80;9.50;588.20;4.26;1.02 -6848;14;4511.60;9.50;38.80;1.57;0.94 -6849;14;516.20;9.50;1197.40;4.46;1.36 -6853;14;124.80;9.50;1673.20;-1.36;1.04 -6854;14;454.00;9.50;1137.20;2.00;1.18 -6858;14;1201.20;9.50;447.60;4.44;1.12 -6859;14;4870.00;9.50;41.00;3.92;1.06 -7002;14;3220.60;9.50;1235.60;-1.48;1.02 -7006;14;1568.00;9.50;1238.60;-0.85;0.80 -7009;14;756.60;9.50;616.40;4.62;1.10 -7010;14;5181.80;10.00;576.40;0.03;1.58 -7017;14;4350.00;9.50;345.20;4.27;0.98 -7018;14;2905.80;9.50;1658.60;2.67;0.62 -7022;14;5319.40;9.50;448.60;1.63;0.80 -7023;14;5333.20;9.50;1019.60;-1.41;1.22 -7024;14;5412.20;9.50;1463.60;4.03;1.60 -7028;14;4837.80;9.50;1345.40;-1.39;1.22 -7029;14;4097.80;9.50;890.60;1.10;1.20 -7031;14;4200.00;9.50;49.60;1.67;1.02 -7032;14;4372.20;9.50;272.60;-1.20;1.08 -7036;14;3831.20;9.50;250.20;1.73;1.20 -7037;14;3387.20;9.50;76.60;1.85;1.28 -7038;14;2625.20;9.50;106.80;1.61;1.10 -7042;14;2772.80;9.50;631.80;1.76;0.74 -7043;14;2385.20;9.50;511.00;4.15;0.88 -7047;14;1720.40;9.50;1287.60;-1.47;1.20 -7051;14;1257.20;9.50;596.80;4.23;1.10 -7052;14;4513.00;9.50;65.40;1.57;1.12 -7053;14;412.40;9.50;1305.60;1.61;0.92 -7056;14;170.60;9.50;1630.80;1.60;1.00 -7057;14;453.00;9.50;1187.00;2.35;1.06 -7061;14;1180.00;9.50;473.00;2.60;1.16 -7062;14;5392.80;9.50;828.80;1.32;1.18 -7226;14;3216.60;9.50;1262.40;0.16;1.00 -7230;14;1687.80;9.50;1212.60;1.64;1.00 -7234;14;782.20;9.50;528.40;4.61;1.24 -7235;14;5133.00;9.50;566.00;-0.64;1.00 -7241;14;4389.80;9.50;379.80;1.60;1.18 -7242;14;2865.00;9.50;1582.80;1.19;0.64 -7246;14;5433.20;9.50;408.40;4.49;1.12 -7247;14;5349.40;9.50;974.60;4.21;1.38 -7248;14;5482.60;9.50;1498.40;4.27;1.00 -7252;14;4878.00;9.50;1309.20;2.18;1.02 -7253;14;4055.40;9.50;833.60;-1.03;0.92 -7257;14;4211.20;9.50;70.80;3.79;1.02 -7258;14;4400.60;9.50;327.60;4.62;0.98 -7261;14;3842.00;9.50;298.00;4.71;0.90 -7262;14;3381.40;9.50;48.60;3.53;1.02 -7267;14;2735.00;9.50;668.00;4.33;0.76 -7268;14;2378.20;9.50;515.00;1.08;1.04 -7272;14;1857.20;9.50;1346.80;4.23;1.06 -7276;14;1275.00;9.50;540.00;4.71;1.04 -7277;14;28.60;9.50;141.00;3.24;1.30 -7278;14;432.20;9.50;1276.00;2.53;1.24 -7282;14;248.40;9.50;1618.60;1.30;1.02 -7283;14;448.80;9.50;1086.00;-1.40;1.18 -7286;14;1044.60;9.50;553.20;4.48;1.20 -7287;14;5423.25;10.10;795.34;-1.37;1.08 -7452;14;3215.20;9.50;1298.20;0.94;1.08 -7456;14;1690.80;9.50;1239.60;1.20;0.88 -7460;14;809.40;9.50;370.80;4.67;1.20 -7461;14;5063.20;9.50;589.60;-0.43;0.94 -7467;14;4403.40;9.50;471.20;1.52;1.06 -7468;14;2830.00;9.50;1590.80;0.83;0.46 -7472;14;5485.60;9.50;429.20;1.28;0.98 -7473;14;5442.20;9.50;948.20;1.68;1.18 -7474;14;5458.60;9.50;1430.40;-1.22;1.14 -7478;14;4889.00;9.50;1285.00;4.51;0.90 -7479;14;4057.80;9.50;796.00;-0.67;1.00 -7483;14;4277.20;9.50;57.20;2.01;0.92 -7484;14;4354.60;9.50;325.80;2.72;0.80 -7488;14;3875.20;9.50;262.80;2.27;1.14 -7489;14;3315.80;9.50;43.40;4.19;1.00 -7490;14;2602.00;9.50;28.60;2.41;0.66 -7493;14;2723.00;9.50;686.40;1.83;0.90 -7494;14;2408.20;9.50;529.20;-1.23;1.14 -7498;14;1782.40;9.50;1317.00;4.35;1.00 -7503;14;1252.40;9.50;482.40;4.60;1.34 -7504;14;110.60;9.50;121.20;1.69;1.30 -7505;14;455.80;9.50;1248.00;4.71;1.02 -7509;14;288.40;9.50;1654.00;2.26;1.04 -7510;14;503.20;9.50;1079.80;4.52;0.84 -7514;14;1112.00;9.50;500.00;3.92;1.48 -7515;14;5333.40;9.50;944.20;2.23;1.24 -7678;14;3226.00;9.58;1330.20;-1.19;0.40 -7679;14;2484.80;9.50;29.00;2.63;0.68 -7686;14;492.20;9.50;481.60;4.65;1.16 -7690;14;5162.80;9.50;709.00;3.90;1.52 -7694;14;4371.80;9.50;587.20;2.47;1.02 -7695;14;2846.60;9.50;1606.60;-1.23;0.70 -7698;14;5421.80;9.50;463.60;2.09;0.90 -7699;14;5491.00;9.50;959.00;2.03;0.66 -7700;14;5580.00;9.50;1478.40;1.67;0.82 -7704;14;4980.60;9.50;1301.40;1.15;1.18 -7705;14;4085.80;9.50;763.20;-1.49;0.90 -7709;14;4320.80;9.50;62.20;1.53;0.98 -7710;14;4270.00;9.50;206.80;1.86;0.98 -7714;14;3881.60;9.50;294.20;4.05;1.10 -7715;14;3349.00;9.50;27.60;4.03;0.86 -7719;14;2675.40;9.50;636.80;1.10;1.08 -7720;14;2407.80;9.50;559.80;2.05;0.84 -7723;14;1811.60;9.50;1355.40;4.37;1.06 -7724;14;1944.60;9.50;2011.20;4.54;0.94 -7728;14;1249.80;9.50;422.40;4.63;0.92 -7729;14;136.80;9.50;159.40;1.42;1.30 -7730;14;520.40;9.50;1247.40;4.32;1.40 -7734;14;269.00;9.50;1670.80;-1.48;1.02 -7735;14;636.20;9.50;1078.20;1.44;1.04 -7739;14;1053.20;9.50;503.00;-1.43;1.14 -7740;14;5524.60;9.50;1149.60;2.52;1.08 -7906;14;3271.20;9.50;1375.60;1.05;1.00 -7907;14;2748.20;9.50;45.20;-1.34;1.08 -7910;14;1620.60;9.50;1266.20;1.16;1.08 -7914;14;429.60;9.50;484.60;4.46;0.92 -7918;14;5172.20;9.50;770.80;0.93;1.26 -7922;14;4358.40;9.50;470.00;1.57;0.78 -7923;14;2837.00;9.50;1658.80;2.07;0.88 -7927;14;5402.80;9.50;429.40;1.63;1.08 -7928;14;5525.00;9.50;982.20;1.27;1.22 -7929;14;5534.20;9.50;1580.00;1.74;1.24 -7932;14;4849.80;9.50;1221.20;0.19;1.26 -7933;14;4048.80;9.50;764.00;2.30;1.14 -7937;14;4199.60;9.50;198.40;-0.98;1.06 -7941;14;3907.60;9.50;202.40;4.43;1.24 -7946;14;2595.40;9.50;656.80;4.24;0.84 -7947;14;2334.00;9.50;556.40;2.56;1.34 -7951;14;1765.80;9.50;1345.00;2.32;1.14 -7952;14;2030.40;9.50;1893.40;1.48;1.00 -7955;14;1295.60;9.50;377.00;1.70;1.42 -7956;14;368.40;9.50;149.20;1.67;1.02 -7957;14;527.20;9.50;1275.00;-1.33;1.46 -7961;14;228.40;9.50;1691.00;2.14;1.22 -7962;14;550.60;9.50;1114.00;1.75;0.98 -7966;14;1037.80;9.50;525.60;2.15;1.08 -7967;14;5416.40;9.50;1645.20;0.92;1.14 -8131;14;3322.20;9.50;1413.60;1.34;1.46 -8132;14;2885.80;9.50;167.60;1.66;0.92 -8135;14;1572.20;9.50;1324.20;0.71;0.84 -8137;14;226.60;9.50;678.20;1.80;1.08 -8139;14;4986.20;9.50;697.60;4.66;1.26 -8141;14;4189.60;9.50;705.60;4.12;0.86 -8142;14;2796.40;9.50;1690.20;4.22;0.80 -8145;14;5481.40;9.50;383.80;3.95;1.28 -8146;14;5438.40;9.50;993.20;4.32;0.92 -8147;14;5570.80;9.50;1515.00;4.71;0.96 -8150;14;4788.60;9.50;1167.20;4.57;0.98 -8151;14;4053.20;9.50;719.80;4.68;0.98 -8154;14;4272.00;9.50;155.20;1.52;0.98 -8156;14;3895.60;9.50;203.20;1.69;1.04 -8158;14;2638.00;9.50;623.40;2.19;1.10 -8159;14;2264.80;9.50;580.80;4.01;1.30 -8162;14;2180.80;9.50;1207.20;-1.39;1.08 -8163;14;2025.60;9.50;1876.20;3.89;0.82 -8166;14;1249.20;9.50;326.00;1.20;0.98 -8167;14;388.80;9.50;110.00;1.66;1.06 -8168;14;582.20;9.50;1181.60;4.66;0.92 -8170;14;212.20;9.50;1779.20;3.19;1.32 -8171;14;491.40;9.50;1157.00;2.42;1.10 -8173;14;876.60;9.50;472.40;4.65;1.22 -8174;14;5411.40;9.50;1615.20;1.71;1.10 -8256;14;3308.80;9.50;1359.00;0.63;1.18 -8257;14;2801.40;9.50;361.00;3.98;0.94 -8258;14;1709.60;9.50;1286.40;1.70;0.74 -8259;14;124.40;9.50;745.40;4.64;0.78 -8260;14;4969.00;9.50;827.40;-1.29;1.14 -8261;14;4294.40;9.50;750.80;-1.34;0.98 -8262;14;2774.00;9.50;1717.60;4.27;0.90 -8263;14;5518.60;9.50;356.20;4.05;1.28 -8264;14;5401.20;9.50;1012.40;4.34;1.16 -8265;14;5576.80;9.50;1546.40;1.93;1.00 -8266;14;4743.00;9.50;1177.40;4.08;1.02 -8267;14;4105.60;9.50;707.40;4.08;1.00 -8269;14;4279.60;9.50;105.40;1.74;0.82 -8270;14;3790.20;9.50;219.20;2.35;0.94 -8271;14;2583.20;9.50;675.60;1.64;1.10 -8272;14;2358.60;9.50;584.80;1.83;1.06 -8273;14;2105.20;9.50;1254.40;4.59;1.38 -8274;14;2081.40;9.50;1831.00;3.27;1.00 -8275;14;1127.80;9.50;413.20;4.59;1.24 -8276;14;359.60;9.50;70.80;-1.45;1.38 -8277;14;651.00;9.50;1224.60;1.62;0.88 -8278;14;319.80;9.50;1721.40;1.68;1.08 -8279;14;535.00;9.50;1167.20;2.32;1.08 -8280;14;890.80;9.50;509.00;1.84;1.04 -8281;14;5470.00;9.50;1619.60;1.63;1.04 -8282;14;3360.40;9.50;1427.20;-0.94;0.84 -8283;14;2841.80;9.50;504.20;1.97;1.06 -8284;14;1580.20;9.50;1319.40;4.41;0.96 -8285;14;6.20;9.50;633.60;4.49;1.22 -8286;14;5209.00;9.50;872.20;1.42;1.42 -8287;14;4254.60;9.50;793.60;-1.21;1.00 -8288;14;2780.80;9.52;1761.40;-0.72;1.26 -8289;14;5580.00;10.58;364.80;-1.03;1.00 -8290;14;1115.20;9.50;656.60;-1.56;1.12 -8291;14;5578.00;9.50;1597.00;1.57;1.06 -8292;14;4756.00;9.50;1124.20;-1.37;0.76 -8293;14;4184.80;9.50;682.20;1.97;1.06 -8294;14;4382.60;9.50;47.20;4.54;0.96 -8295;14;4246.40;9.50;104.80;1.62;0.92 -8296;14;3799.00;9.50;198.40;4.59;1.08 -8297;14;2558.80;9.50;720.60;0.86;1.10 -8298;14;2287.40;9.50;625.00;3.98;0.94 -8299;14;2151.80;9.50;1308.20;2.08;1.26 -8300;14;2720.60;9.50;1781.80;1.29;1.40 -8301;14;1173.00;9.50;369.40;1.76;0.92 -8302;14;339.20;9.50;52.60;1.30;1.32 -8303;14;641.40;9.50;1285.80;2.43;1.20 -8304;14;200.00;9.50;1811.80;4.08;1.34 -8305;14;390.60;9.50;1096.20;4.16;1.24 -8306;14;800.80;9.50;465.80;4.35;1.40 -8307;14;5423.20;9.50;1691.00;4.05;1.22 -8308;14;3342.20;9.50;1365.00;-0.61;1.36 -8309;14;2827.80;9.50;598.20;2.89;1.00 -8310;14;1671.20;9.50;1352.80;2.00;0.78 -8311;14;6.40;9.50;586.00;4.15;1.26 -8312;14;5117.20;9.50;1010.80;2.40;1.20 -8313;14;4249.80;9.50;824.80;-0.11;0.74 -8314;14;2734.00;11.45;1553.60;1.70;0.64 -8315;14;5566.20;9.50;410.20;1.68;1.10 -8316;14;1116.40;9.50;717.40;4.71;0.96 -8317;14;1121.60;15.13;1565.80;4.71;1.10 -8318;14;4836.40;9.50;1119.40;1.70;1.00 -8319;14;4110.40;9.50;658.40;4.36;0.96 -8320;14;4352.80;9.50;23.00;4.31;0.70 -8321;14;4208.00;9.50;95.40;1.67;0.82 -8322;14;3866.60;9.50;154.60;1.78;1.20 -8323;14;2601.00;9.50;715.60;2.11;0.92 -8324;14;2332.00;9.50;672.80;1.80;1.04 -8325;14;2049.00;9.50;1044.20;2.88;1.10 -8326;14;3152.40;9.50;2018.20;-1.42;1.04 -8327;14;1087.00;9.50;345.00;0.78;1.30 -8328;14;348.00;9.50;46.20;3.70;1.26 -8329;14;670.20;9.50;1267.40;-1.50;0.98 -8330;14;315.80;9.50;1757.20;1.14;1.54 -8331;14;335.80;9.50;990.60;-1.48;1.26 -8332;14;849.60;9.50;419.60;-1.24;1.46 -8333;14;5536.80;9.50;1615.20;1.27;1.16 -8334;14;3390.00;9.50;1350.20;-0.96;1.30 -8335;14;2547.00;9.50;511.80;4.47;0.86 -8336;14;1695.40;9.50;1389.40;1.49;1.04 -8337;14;158.40;9.50;581.00;1.57;1.02 -8338;14;5396.80;9.50;1113.20;1.66;1.34 -8339;14;4131.40;9.50;872.80;1.82;1.04 -8340;14;2745.80;9.50;1600.00;1.04;0.88 -8341;14;1117.20;9.50;466.80;4.71;1.00 -8342;14;1116.00;9.50;746.00;4.71;0.92 -8343;14;4714.60;9.50;1065.00;-1.17;1.16 -8344;14;4051.40;9.50;702.20;2.64;0.84 -8345;14;4339.80;9.50;44.60;2.21;1.02 -8346;14;4164.60;9.50;150.00;3.87;1.08 -8347;14;3878.80;9.50;155.00;4.54;1.36 -8348;14;2913.40;9.50;588.20;1.78;0.84 -8349;14;2544.60;9.50;767.60;1.18;1.00 -8350;14;2342.20;9.50;674.60;-1.45;1.20 -8351;14;1987.80;9.50;1075.20;3.92;1.02 -8352;14;3226.60;9.50;2032.20;-1.54;0.64 -8353;14;1191.60;9.50;313.80;1.42;1.06 -8354;14;424.00;9.50;42.60;2.78;1.10 -8355;14;700.20;9.50;1313.40;1.64;0.94 -8356;14;335.40;9.50;1806.00;1.91;1.18 -8357;14;397.40;9.50;974.40;4.49;0.80 -8358;14;833.60;9.50;410.80;1.59;1.04 -8359;14;690.80;9.50;1021.00;1.70;0.80 -8361;14;2653.00;9.50;1747.60;4.43;1.10 -8362;14;2697.00;9.50;527.00;3.92;0.88 -8363;14;1538.60;9.50;1380.60;-1.44;0.92 -8364;14;145.20;9.50;527.80;1.77;1.28 -8365;14;5503.00;9.50;1169.80;1.31;1.36 -8366;14;4184.40;9.50;907.60;3.23;0.96 -8367;14;2732.80;9.50;1719.40;0.62;1.14 -8368;14;5512.60;9.50;464.40;3.30;0.92 -8369;14;1116.00;9.50;782.20;-1.57;1.08 -8370;14;3692.60;9.50;1961.00;0.93;2.28 -8371;14;4681.60;9.50;1083.40;-1.22;1.26 -8372;14;4015.40;9.50;637.00;4.71;1.10 -8373;14;4332.20;9.50;60.60;4.49;1.00 -8374;14;4192.60;9.50;193.20;2.26;1.22 -8375;14;3849.20;9.50;106.80;4.67;1.12 -8376;14;2467.40;9.50;732.80;1.89;1.00 -8377;14;2366.80;9.50;749.20;2.61;1.00 -8378;14;1987.00;9.50;1022.60;4.17;1.12 -8379;14;3382.60;9.50;1965.40;-1.29;1.28 -8380;14;1132.00;9.50;273.80;-1.47;1.32 -8381;14;472.80;9.50;76.60;1.79;1.24 -8382;14;684.00;9.50;1353.20;1.54;0.80 -8383;14;199.40;9.50;1965.00;3.73;1.34 -8384;14;401.60;9.50;1003.00;-1.44;1.06 -8385;14;814.60;9.50;342.40;2.10;1.18 -8386;14;2351.00;9.50;1061.20;3.31;1.20 -8387;14;2622.80;9.50;1819.40;1.63;1.80 -8388;14;2750.00;9.50;420.40;1.67;1.00 -8389;14;1573.60;9.50;1416.20;-1.43;1.06 -8390;14;67.80;9.50;562.40;3.96;1.30 -8391;14;5526.60;9.50;1240.60;1.82;1.14 -8392;14;4119.60;9.50;817.20;2.05;0.88 -8393;14;2662.20;9.50;1630.80;1.62;0.58 -8394;14;5544.80;9.50;476.20;1.19;0.98 -8395;14;1117.20;9.50;874.40;4.70;1.26 -8396;14;4691.20;10.30;1156.60;-0.54;1.16 -8397;14;4076.20;9.50;597.00;1.82;1.08 -8398;14;4320.20;9.50;101.40;4.03;0.92 -8399;14;4151.60;9.50;215.20;1.75;0.82 -8400;14;3978.40;9.50;150.80;1.60;1.28 -8401;14;2486.40;9.50;750.80;3.57;1.08 -8402;14;2306.00;9.50;720.00;4.46;1.14 -8403;14;2394.20;9.50;1367.60;2.18;1.68 -8404;14;2653.20;9.50;1850.00;3.81;1.50 -8405;14;1283.00;9.50;344.20;4.20;1.04 -8406;14;533.40;9.50;92.00;2.28;1.06 -8407;14;554.00;9.50;1326.40;4.53;0.88 -8408;14;733.40;9.50;946.40;1.36;1.36 -8409;14;278.60;9.66;1853.40;0.78;1.34 -8410;14;394.80;9.50;1030.80;-1.06;1.16 -8411;14;722.60;9.50;387.20;4.39;1.06 -8412;14;4717.80;9.50;668.80;-1.04;0.72 -8413;14;2599.60;9.50;1936.00;2.86;1.18 -8414;14;2754.40;9.50;200.00;2.56;0.98 -8415;14;1617.80;9.50;1385.20;1.75;0.88 -8416;14;172.40;9.50;396.40;1.94;1.26 -8417;14;4159.80;9.50;812.00;3.89;1.00 -8418;14;2641.20;9.50;1561.60;1.67;1.08 -8419;14;1119.20;9.50;507.40;4.71;1.22 -8420;14;5561.80;9.50;922.00;1.17;1.34 -8421;14;4770.40;9.50;1200.80;1.19;0.94 -8422;14;4126.40;9.50;607.20;2.11;1.00 -8423;14;4419.60;9.50;82.80;1.39;0.98 -8424;14;4102.80;9.50;246.20;1.52;1.12 -8425;14;3948.20;9.50;107.60;1.64;0.98 -8426;14;2429.00;9.50;723.00;1.95;1.18 -8427;14;2262.80;9.50;729.40;-1.10;1.18 -8428;14;2614.00;9.50;1892.80;3.90;1.24 -8429;14;1309.40;9.50;375.40;4.32;1.20 -8431;14;550.20;9.50;1357.20;4.60;0.82 -8432;14;319.60;9.50;1834.00;4.56;1.36 -8433;14;469.20;9.50;963.80;4.68;1.14 -8434;14;706.40;9.50;474.60;2.60;1.48 -8436;14;2406.60;9.50;1921.40;-1.51;1.34 -8437;14;2622.60;9.50;203.80;3.28;0.94 -8438;14;1676.00;9.50;1439.00;4.33;1.04 -8439;14;351.80;9.50;588.40;1.68;1.08 -8440;14;5497.80;9.50;1310.40;4.58;0.84 -8441;14;4062.60;9.50;672.00;4.49;1.08 -8442;14;2604.40;9.50;1530.00;0.65;1.04 -8443;14;1122.00;15.43;1485.20;4.71;1.00 -8444;14;5578.20;9.50;899.20;1.93;1.08 -8445;14;4715.40;9.90;1277.00;-0.67;1.32 -8446;14;4114.60;9.50;554.40;1.70;1.24 -8447;14;4396.00;9.50;135.60;4.03;0.88 -8448;14;4066.00;9.50;285.00;1.81;1.18 -8449;14;3958.60;9.50;107.60;4.62;1.02 -8450;14;2814.20;9.50;1539.40;3.46;0.44 -8451;14;2433.60;9.50;670.20;-1.31;1.04 -8452;14;2172.60;9.50;521.20;-1.39;1.16 -8453;14;2360.20;9.50;1277.80;4.69;1.78 -8454;14;2630.20;9.50;1711.40;4.41;1.08 -8455;14;1371.00;9.50;352.60;4.38;1.28 -8456;14;485.60;9.50;162.80;4.26;0.86 -8457;14;538.20;9.50;1327.20;1.68;1.22 -8458;14;413.40;9.50;1863.40;1.84;1.40 -8459;14;524.60;9.50;1015.40;1.95;1.14 -8460;14;710.00;9.50;411.00;1.57;1.36 -8462;14;2691.00;9.50;1526.40;2.58;0.54 -8463;14;2379.60;9.50;1979.00;4.37;1.70 -8464;14;2523.20;9.50;306.80;4.48;1.08 -8465;14;1616.60;9.50;1453.00;-1.44;1.24 -8466;14;255.60;9.50;496.40;1.66;1.04 -8467;14;5336.40;9.50;1348.00;3.41;1.22 -8468;14;4234.60;9.50;537.20;-1.52;0.80 -8469;14;2684.80;9.50;1509.80;3.05;0.80 -8470;14;5518.00;9.50;544.20;2.47;1.14 -8471;14;5576.60;9.50;918.20;4.60;1.24 -8472;14;4878.20;9.50;1132.80;1.61;0.98 -8473;14;4156.00;9.50;571.60;1.90;1.18 -8474;14;4463.80;9.50;121.40;1.71;1.10 -8475;14;4029.00;9.50;323.40;-1.47;0.88 -8476;14;3994.40;9.50;85.20;4.23;0.96 -8477;14;3152.80;9.50;32.80;3.33;0.88 -8478;14;2534.80;9.50;28.80;2.53;0.68 -8479;14;2425.00;9.50;667.20;1.99;1.04 -8480;14;2223.20;9.50;580.80;2.62;1.26 -8481;14;2342.60;9.50;1339.20;1.89;1.24 -8482;14;2607.80;9.50;1763.40;-1.17;1.46 -8483;14;1389.00;9.50;288.80;4.67;1.34 -8484;14;507.00;9.50;132.20;3.14;0.78 -8485;14;470.20;9.50;1375.60;4.42;0.92 -8486;14;345.20;9.50;1880.20;3.21;0.82 -8487;14;465.00;9.50;1050.80;4.54;1.04 -8488;14;751.20;9.50;485.40;4.41;1.26 -8489;14;3793.80;9.50;443.00;4.50;0.84 -8490;14;2511.00;9.50;1963.80;1.76;1.90 -8491;14;2422.80;9.50;123.20;3.92;0.98 -8492;14;1618.20;9.50;1495.60;-1.22;1.20 -8493;14;243.60;9.50;364.80;-1.48;1.26 -8494;14;5407.20;9.50;1202.20;1.83;1.20 -8495;14;4253.60;9.50;385.80;4.39;1.00 -8496;14;2672.00;9.50;1493.40;2.77;1.04 -8497;14;5517.80;9.50;577.40;4.21;1.52 -8498;14;5578.00;9.50;957.40;4.13;1.00 -8499;14;4799.00;9.50;1069.60;-1.09;0.82 -8500;14;4184.80;9.50;538.00;1.76;1.06 -8501;14;4388.00;9.50;162.60;2.24;0.96 -8502;14;4066.00;9.50;313.00;4.24;1.12 -8503;14;3859.20;9.50;66.80;4.68;0.96 -8504;14;3207.00;9.50;16.20;4.17;0.50 -8505;14;2576.60;9.50;53.80;1.60;0.96 -8506;14;2474.80;9.50;659.80;4.67;1.02 -8507;14;2206.20;9.50;628.20;-1.30;1.16 -8508;14;2295.40;9.50;1287.60;4.49;1.20 -8509;14;2504.80;9.50;1848.60;-1.51;1.38 -8510;14;1503.40;9.50;280.80;1.75;0.96 -8511;14;565.60;9.50;177.40;2.10;1.08 -8512;14;452.80;9.50;1404.40;1.66;1.28 -8513;14;277.80;9.50;1912.40;4.31;1.62 -8514;14;540.60;9.50;994.80;4.45;1.08 -8515;14;721.00;9.50;541.00;4.39;1.08 -8516;14;3828.60;9.50;487.60;1.96;0.82 -8517;14;2373.40;9.50;2020.80;4.69;1.30 -8518;14;1721.00;9.50;1552.80;1.59;0.94 -8519;14;167.00;9.50;296.60;4.48;1.02 -8520;14;5256.00;9.50;1227.80;1.61;1.10 -8521;14;4231.40;9.50;155.00;1.84;0.82 -8522;14;2719.80;9.50;1452.40;1.71;0.72 -8523;14;5583.40;9.50;608.40;3.51;1.06 -8524;14;1121.40;9.50;987.20;4.71;0.84 -8525;14;4788.00;9.50;1052.40;3.98;1.20 -8526;14;4180.20;9.50;493.40;2.17;1.22 -8527;14;4318.80;9.50;125.20;2.15;0.92 -8528;14;4118.80;9.50;338.60;1.98;1.02 -8529;14;4005.00;9.50;38.60;1.45;1.16 -8530;14;2928.20;9.50;1935.60;1.41;1.08 -8531;14;2483.20;9.50;57.40;-1.49;1.00 -8532;14;2534.60;9.50;659.80;2.82;0.94 -8533;14;2319.80;9.50;1212.40;-0.95;1.44 -8534;14;2481.40;9.50;1864.00;1.57;1.22 -8535;14;1515.40;9.50;249.80;2.07;1.14 -8536;14;306.20;9.50;302.00;2.71;1.08 -8537;14;353.20;9.50;1350.00;4.40;0.90 -8538;14;381.40;9.50;1905.80;4.00;0.78 -8539;14;537.60;9.50;1021.60;-1.07;1.12 -8540;14;729.00;9.50;513.00;2.67;1.26 -8541;14;3831.40;9.50;522.40;1.09;0.92 -8542;14;2630.00;9.50;1948.20;4.06;1.18 -8543;14;1752.40;9.50;1591.20;1.12;1.14 -8544;14;4510.40;9.50;289.00;1.56;1.18 -8545;14;5041.60;9.50;1163.20;3.05;0.86 -8546;14;2768.00;9.50;1456.80;1.41;0.48 -8547;14;1116.60;9.50;634.20;4.71;1.08 -8548;14;4765.60;9.50;991.20;-1.31;1.06 -8549;14;4220.80;9.50;499.40;1.30;1.14 -8550;14;4354.40;9.50;147.80;2.11;0.92 -8551;14;4102.00;9.50;376.20;1.52;1.12 -8552;14;4057.00;9.50;39.40;2.14;1.18 -8553;14;2473.00;9.50;54.00;2.11;1.28 -8554;14;2538.40;9.50;606.20;1.31;1.06 -8555;14;2294.80;9.50;407.20;2.15;1.18 -8556;14;2248.80;9.50;1199.40;4.53;1.20 -8557;14;2563.60;9.50;1979.40;1.85;1.64 -8558;14;1400.20;9.50;232.80;1.60;1.30 -8559;14;288.20;9.50;317.80;-1.35;1.06 -8560;14;351.80;9.50;1387.40;4.62;1.08 -8561;14;425.80;9.50;1895.20;4.36;1.14 -8562;14;457.40;9.50;923.40;4.26;1.32 -8563;14;643.80;9.50;546.00;4.71;0.96 -8564;14;3795.60;9.50;579.00;-1.06;0.80 -8565;14;2529.20;9.50;2029.40;4.59;0.96 -8566;14;1804.00;9.50;1618.20;1.33;1.14 -8567;14;53.40;9.50;160.00;0.65;1.64 -8568;14;5015.20;9.50;1083.60;4.34;1.26 -8569;14;2722.20;9.50;1441.00;4.41;0.56 -8570;14;5534.60;9.72;625.40;1.50;1.08 -8571;14;5605.60;9.50;1275.00;2.80;0.98 -8572;14;4734.20;9.50;872.40;-0.04;1.18 -8573;14;4168.20;9.50;443.40;4.57;0.96 -8574;14;4315.00;9.50;150.80;1.22;0.88 -8575;14;4152.20;9.50;362.00;2.39;1.08 -8576;14;2465.80;9.50;78.80;1.80;1.04 -8577;14;2466.80;9.50;620.60;4.35;1.08 -8578;14;2393.80;9.50;416.80;1.07;1.24 -8579;14;2249.60;9.50;1242.20;-1.54;1.36 -8580;14;2574.60;9.50;1979.00;4.36;1.54 -8581;14;1470.20;9.50;135.00;3.84;1.16 -8582;14;378.60;9.50;278.60;1.64;0.90 -8583;14;315.20;9.50;1435.80;4.45;0.88 -8584;14;456.40;9.50;1827.20;2.23;1.04 -8585;14;524.80;9.50;951.80;4.46;0.94 -8586;14;684.40;9.50;507.20;1.80;1.16 -8587;14;3797.20;9.50;517.00;2.05;1.00 -8588;14;2677.20;9.50;1913.00;4.05;1.26 -8589;14;1862.00;9.50;1632.20;-1.15;1.22 -8590;14;272.00;9.50;167.00;2.94;1.08 -8591;14;4927.00;9.50;898.00;1.84;1.02 -8592;14;2779.40;9.50;1392.40;0.65;0.76 -8593;14;5507.00;9.50;580.40;1.50;1.30 -8594;14;1119.40;9.50;1233.60;4.70;1.20 -8595;14;4722.40;9.50;924.80;-1.09;1.20 -8596;14;4230.80;9.50;468.60;1.89;1.06 -8597;14;4372.60;9.50;246.60;4.07;1.02 -8598;14;4139.40;9.50;394.20;2.03;0.90 -8600;14;2538.60;9.50;104.20;-1.52;1.12 -8601;14;2516.20;9.50;567.80;1.62;0.92 -8602;14;2230.60;9.50;433.60;4.12;1.26 -8603;14;2204.60;9.50;1308.60;4.46;1.32 -8605;14;1459.00;9.50;110.20;1.91;1.22 -8606;14;400.60;9.50;327.40;2.02;0.80 -8607;14;319.40;9.50;1367.00;2.76;0.90 -8608;14;71.80;9.57;2022.40;4.39;0.50 -8609;14;515.40;9.50;903.80;4.68;1.00 -8610;14;598.80;9.50;471.60;0.72;1.22 -8611;14;3771.80;9.50;558.40;3.08;0.84 -8612;14;2732.80;9.50;1780.60;-1.46;1.26 -8613;14;2848.20;9.50;533.80;4.52;1.04 -8614;14;1818.40;9.50;1669.60;-0.11;1.36 -8615;14;239.20;9.50;232.60;1.18;1.00 -8616;14;4927.40;9.50;847.00;1.30;1.28 -8617;14;4028.40;9.50;128.80;2.45;1.00 -8618;14;2717.20;9.50;1408.20;1.26;0.88 -8619;14;5398.80;9.50;579.60;4.50;1.04 -8620;14;5513.60;9.50;1215.40;4.04;1.26 -8621;14;2849.20;9.50;1542.20;-0.49;0.58 -8622;14;2896.40;9.50;1570.00;1.57;0.32 -8623;14;4726.60;9.50;993.20;3.74;1.12 -8624;14;4268.40;9.50;432.20;1.52;0.74 -8625;14;4363.00;9.50;206.20;3.96;1.12 -8626;14;4129.00;9.50;420.20;1.70;0.98 -8628;14;2566.40;9.50;180.00;2.73;1.10 -8629;14;2426.40;9.50;624.60;-1.43;0.94 -8630;14;2277.40;9.50;507.80;4.08;1.34 -8631;14;2158.00;9.50;1311.80;-1.03;1.22 -8632;14;2527.00;9.50;1755.20;-1.33;1.08 -8633;14;1353.00;9.50;129.40;4.35;1.16 -8634;14;410.60;9.50;332.40;-1.09;1.00 -8635;14;289.80;9.50;1405.20;4.18;1.12 -8636;14;94.20;9.50;1987.80;4.37;0.88 -8637;14;566.80;9.50;862.00;2.02;1.20 -8638;14;658.80;9.50;456.40;1.78;1.32 -8639;14;3440.40;9.50;459.60;-0.91;1.30 -8640;14;2775.80;9.50;1920.80;4.67;1.02 -8641;14;2302.20;9.50;222.60;2.30;1.14 -8642;14;1729.60;9.83;1699.40;-1.22;1.46 -8643;14;407.00;9.50;306.40;3.55;1.26 -8644;14;4857.40;9.50;733.20;4.02;0.98 -8645;14;4182.60;9.50;281.80;2.32;1.12 -8646;14;2679.60;9.50;1447.00;1.38;1.22 -8647;14;5467.00;9.50;619.40;1.76;0.80 -8648;14;5596.00;9.50;1700.00;4.71;0.82 -8649;14;4794.00;9.50;944.60;1.70;0.68 -8650;14;4190.80;9.50;409.00;4.71;1.06 -8651;14;4307.40;9.50;219.20;2.23;0.78 -8652;14;4168.60;9.50;389.20;3.66;1.06 -8654;14;2479.20;9.50;104.00;4.71;1.00 -8655;14;2406.20;9.50;585.20;-1.52;0.98 -8656;14;2243.80;9.50;459.20;-1.54;1.32 -8657;14;2186.20;9.50;1359.60;-1.42;1.20 -8658;14;2438.40;9.50;1825.60;4.05;1.38 -8659;14;1464.80;9.50;169.40;1.50;1.32 -8660;14;406.60;9.50;386.60;4.65;1.08 -8661;14;745.60;9.50;945.80;-1.42;1.14 -8662;14;154.80;9.50;2032.40;1.76;0.96 -8663;14;414.20;9.50;871.40;-1.52;1.16 -8664;14;561.40;9.50;430.80;4.68;1.02 -8665;14;3540.40;9.50;414.80;1.38;1.08 -8666;14;2853.40;9.50;1841.00;0.74;0.90 -8667;14;2372.40;9.50;298.20;2.74;1.04 -8668;14;1905.00;9.50;1746.00;1.81;1.08 -8669;14;547.20;9.50;431.20;1.54;0.90 -8670;14;4806.00;9.50;710.40;0.84;1.14 -8671;14;4239.20;9.50;469.60;4.61;0.82 -8672;14;2639.80;9.50;1440.00;2.12;1.02 -8673;14;5509.20;12.23;667.20;1.54;1.22 -8674;14;5587.40;9.50;1287.80;-0.64;1.12 -8675;14;1122.80;12.17;1762.00;4.70;0.82 -8676;14;4688.60;9.50;947.80;-0.21;1.10 -8677;14;4314.60;9.50;470.20;1.52;0.90 -8678;14;4361.60;9.50;231.20;1.89;1.12 -8679;14;4116.80;9.50;448.00;-1.36;1.14 -8680;14;2529.80;9.50;160.40;1.68;1.20 -8681;14;2644.60;9.50;566.80;2.49;1.02 -8682;14;2738.80;9.50;703.60;4.24;0.76 -8683;14;2138.40;9.50;1384.60;3.92;1.20 -8684;14;2345.80;9.50;1840.40;4.48;1.10 -8685;14;1527.60;9.50;59.60;3.95;1.06 -8686;14;334.00;9.50;363.40;4.48;0.96 -8687;14;299.80;9.50;1435.80;1.86;1.32 -8688;14;158.00;9.83;2020.60;4.43;0.90 -8689;14;502.40;9.50;849.40;2.07;1.42 -8690;14;706.20;9.50;606.60;2.31;1.14 -8691;14;3433.00;9.50;353.00;4.71;1.36 -8692;14;2893.20;9.50;1974.60;-0.96;1.24 -8693;14;2641.60;9.50;474.40;1.49;1.04 -8694;14;1833.80;9.50;1930.60;4.67;1.36 -8695;14;513.00;9.50;389.20;1.72;1.12 -8696;14;4814.20;9.50;778.80;1.87;0.96 -8697;14;4139.80;9.50;419.20;4.35;1.14 -8698;14;2653.80;9.50;1400.40;2.03;0.92 -8699;14;5461.60;9.50;737.60;4.66;1.02 -8700;14;1120.40;14.92;1364.40;-1.57;1.22 -8701;14;4680.20;9.50;915.00;1.22;0.54 -8702;14;4351.40;9.50;510.60;2.31;0.78 -8703;14;4317.00;9.50;261.40;1.95;0.92 -8704;14;4058.80;9.50;447.80;4.67;1.04 -8705;14;2441.00;9.50;155.60;-1.45;1.16 -8706;14;1534.20;9.50;790.60;1.46;0.98 -8707;14;2887.80;9.50;730.40;2.43;0.92 -8708;14;2130.40;9.50;1413.20;-1.10;1.42 -8709;14;2411.20;9.50;1890.80;1.46;1.24 -8710;14;1596.20;9.50;36.80;2.73;1.02 -8711;14;395.80;9.50;409.00;2.02;1.02 -8712;14;217.60;9.50;1337.00;1.87;1.00 -8713;14;201.60;9.50;2000.60;4.46;0.42 -8714;14;396.80;9.50;828.60;4.47;1.26 -8715;14;719.40;9.50;563.00;-1.13;1.02 -8716;14;2078.00;9.50;470.80;4.14;1.04 -8717;14;2885.60;9.50;2023.60;-1.40;0.88 -8718;14;2503.60;9.50;504.80;4.50;1.04 -8719;14;1907.20;9.50;1896.20;4.03;2.14 -8720;14;632.60;9.50;373.40;4.60;1.34 -8721;14;4864.40;9.50;889.20;1.36;1.38 -8722;14;4071.00;9.50;364.60;2.44;0.98 -8723;14;2565.20;9.50;1421.60;4.44;1.56 -8724;14;5447.20;9.50;703.00;1.57;1.00 -8725;14;5620.20;9.50;1433.40;3.57;0.26 -8726;14;5589.80;9.50;1739.20;1.81;1.28 -8727;14;4664.20;9.50;802.00;4.55;1.32 -8728;14;4338.00;9.50;533.40;-1.47;0.88 -8729;14;4278.80;9.50;251.60;1.66;0.94 -8730;14;4043.00;9.50;493.80;4.08;0.88 -8731;14;2429.60;9.50;153.60;1.78;1.20 -8732;14;2649.00;9.50;518.20;1.76;0.82 -8733;14;2739.60;9.50;721.20;1.84;0.74 -8734;14;2180.80;9.50;1415.80;-1.12;1.12 -8735;14;2430.80;9.50;1862.40;2.12;1.40 -8736;14;1644.60;9.50;29.20;3.29;0.66 -8737;14;248.40;9.50;412.60;1.99;1.32 -8738;14;154.20;9.50;1328.60;1.46;0.94 -8739;14;308.20;9.50;1928.60;3.71;0.88 -8740;14;378.80;9.50;786.60;4.53;1.20 -8741;14;841.40;9.50;574.60;1.62;0.94 -8742;14;3376.80;9.50;1012.40;-1.46;1.08 -8743;14;2666.00;9.50;1987.40;4.45;1.42 -8744;14;2385.00;9.50;608.00;2.89;0.88 -8745;14;1544.80;9.50;1963.60;4.65;0.88 -8746;14;1368.60;9.50;769.20;4.33;1.12 -8747;14;4836.80;9.50;939.20;1.34;0.90 -8748;14;3970.00;9.50;424.20;3.14;0.96 -8749;14;2623.40;9.50;1345.00;4.52;0.64 -8750;14;5445.40;9.50;745.80;1.75;1.04 -8751;14;4758.60;9.50;793.00;0.67;0.86 -8752;14;4274.60;9.50;503.60;-1.44;0.70 -8753;14;4202.00;9.50;246.20;-1.06;1.04 -8754;14;4058.40;9.50;539.40;4.06;1.00 -8755;14;2481.00;9.50;205.80;1.60;1.20 -8756;14;2578.20;9.50;574.00;4.47;0.86 -8757;14;2638.00;9.50;723.40;4.13;1.18 -8758;14;2254.60;9.50;1431.00;2.43;0.96 -8759;14;2391.60;9.50;1924.80;1.14;1.46 -8760;14;1709.80;9.50;40.40;2.27;1.06 -8761;14;263.80;9.50;414.80;4.56;1.16 -8762;14;124.00;9.50;1393.80;2.52;1.16 -8763;14;371.40;9.50;1792.20;4.39;1.54 -8764;14;335.40;9.50;866.00;1.98;1.16 -8765;14;715.60;9.50;639.80;4.45;1.48 -8766;14;3445.60;9.50;949.00;1.18;1.14 -8767;14;2737.40;9.50;2033.80;4.68;0.60 -8768;14;1554.80;9.50;1897.20;4.57;1.38 -8769;14;856.80;9.50;386.60;4.64;1.16 -8770;14;4900.60;9.50;1060.20;4.54;1.38 -8771;14;4113.80;9.50;498.00;2.32;1.20 -8772;14;2665.00;9.50;1262.20;1.54;0.82 -8773;14;5353.20;9.50;746.40;4.34;1.26 -8774;14;4688.60;9.50;742.20;1.10;1.16 -8775;14;4327.80;9.50;533.60;1.47;0.90 -8776;14;4217.80;9.50;312.40;2.25;1.08 -8777;14;4026.40;9.50;543.40;-1.18;0.76 -8778;14;2363.60;9.50;110.60;1.32;1.32 -8779;14;2562.40;9.50;572.40;1.48;0.84 -8780;14;2604.20;9.50;769.20;1.87;1.18 -8781;14;2130.60;9.50;1468.40;-0.98;0.98 -8782;14;2274.00;9.50;1947.00;4.03;1.44 -8783;14;227.80;9.50;295.60;4.62;1.20 -8784;14;214.40;9.50;1363.20;1.44;0.80 -8785;14;500.00;9.50;1754.60;1.14;1.36 -8786;14;307.40;9.50;907.00;2.06;1.38 -8787;14;756.40;9.50;676.20;4.43;1.22 -8788;14;3641.00;9.50;854.80;0.92;1.30 -8789;14;2878.00;9.50;1996.80;1.60;1.20 -8790;14;967.40;9.50;151.20;1.54;1.38 -8791;14;4914.80;9.50;1189.00;1.73;1.34 -8792;14;4140.20;9.50;522.60;2.27;1.12 -8793;14;2757.80;9.50;1249.60;4.57;0.68 -8794;14;5386.60;9.50;677.40;1.25;0.98 -8795;14;5569.80;9.50;1362.20;1.75;0.84 -8796;14;5150.40;9.50;1428.40;4.36;0.92 -8797;14;4649.80;9.50;688.80;-0.78;1.26 -8798;14;4337.00;9.50;576.00;2.03;1.04 -8799;14;4235.20;9.50;290.00;4.71;0.86 -8800;14;4008.40;9.50;595.00;4.01;1.00 -8801;14;2403.20;9.50;228.60;3.77;0.84 -8802;14;2580.80;9.50;532.00;4.45;0.80 -8803;14;2585.80;9.50;804.00;1.76;1.22 -8804;14;2195.80;9.50;1517.80;1.48;1.38 -8805;14;2162.00;9.50;1919.20;3.95;1.52 -8806;14;1484.60;9.50;44.40;2.84;0.98 -8807;14;229.40;9.50;338.20;4.56;0.90 -8808;14;145.20;9.50;1419.60;4.19;0.94 -8809;14;548.40;9.50;1793.80;1.94;1.24 -8810;14;375.20;9.50;883.20;2.86;0.74 -8811;14;860.00;9.50;628.00;1.95;1.32 -8813;14;2615.00;9.50;1734.60;2.16;1.02 -8814;14;1908.20;9.50;62.40;-1.47;1.04 -8815;14;1413.60;9.50;1893.40;-1.53;1.58 -8816;14;1056.60;9.69;312.00;4.05;1.38 -8817;14;5105.20;9.50;1239.20;3.99;0.94 -8818;14;4062.20;9.50;633.60;4.49;0.80 -8819;14;2842.80;9.50;1262.60;1.01;0.80 -8820;14;5387.60;9.50;649.40;1.66;1.08 -8821;14;5426.40;9.50;1376.00;4.32;0.84 -8822;14;4683.60;9.50;664.80;0.21;1.00 -8823;14;4281.80;9.50;604.60;4.00;0.80 -8824;14;4217.00;9.50;339.60;4.43;1.20 -8825;14;3989.40;9.50;548.80;4.13;0.84 -8826;14;3036.60;9.50;30.60;4.07;0.94 -8827;14;2395.60;9.50;193.40;1.85;1.28 -8828;14;2536.20;9.50;541.00;4.71;0.82 -8829;14;2475.00;9.50;820.40;-1.23;1.32 -8830;14;2170.20;9.50;1473.80;4.67;1.10 -8831;14;2325.00;9.50;1819.60;1.31;1.40 -8832;14;1419.40;9.50;74.60;1.78;1.10 -8833;14;170.80;9.50;364.00;4.10;1.28 -8834;14;272.40;9.50;1494.80;1.89;1.08 -8835;14;527.60;9.50;1733.00;-1.44;1.12 -8836;14;456.80;9.50;944.60;1.85;1.08 -8837;14;808.80;9.50;674.80;4.46;1.18 -8838;14;1911.80;9.50;1625.00;4.00;1.12 -8839;14;2522.80;9.50;1556.60;4.62;1.20 -8840;14;2589.00;9.50;1493.40;4.40;1.24 -8841;14;1501.60;9.50;1946.80;4.26;1.22 -8842;14;1064.40;9.50;421.40;4.32;1.06 -8843;14;5140.60;9.50;1358.40;1.95;1.16 -8844;14;3906.60;9.50;735.80;4.39;0.66 -8845;14;2848.60;9.50;1327.00;1.57;0.92 -8846;14;5329.60;9.50;640.00;2.29;1.50 -8847;14;5463.00;9.50;1313.80;3.14;1.10 -8848;14;4690.20;9.50;714.20;4.46;0.86 -8849;14;4278.40;9.50;576.40;1.98;0.88 -8850;14;4292.40;9.50;347.20;2.38;0.98 -8851;14;4158.20;9.50;234.40;4.34;1.02 -8853;14;2391.00;9.50;250.60;2.01;1.16 -8854;14;2479.40;9.50;542.40;4.26;0.86 -8855;14;2455.60;9.50;774.80;-1.39;1.00 -8856;14;2247.40;9.50;1486.00;1.98;1.16 -8857;14;1537.00;9.50;976.00;4.71;1.12 -8858;14;1447.80;9.50;48.00;2.24;1.28 -8859;14;161.80;9.50;332.60;2.00;1.38 -8860;14;152.20;9.50;1486.00;4.55;1.12 -8861;14;379.60;9.50;1770.40;2.84;1.42 -8862;14;410.00;9.50;912.20;2.08;0.76 -8863;14;834.40;9.50;710.60;4.35;0.74 -8864;14;1850.40;9.50;1583.80;4.66;1.08 -8865;14;2558.80;9.50;1643.00;3.90;1.14 -8866;14;1740.20;9.50;29.60;2.91;0.80 -8867;14;1434.80;9.50;1982.20;3.25;1.12 -8868;14;1301.20;9.50;468.20;4.56;1.20 -8869;14;5086.80;9.50;1349.60;1.83;1.10 -8870;14;3931.20;9.50;244.40;1.69;1.06 -8871;14;2856.40;9.50;1324.80;4.24;0.94 -8872;14;5297.00;9.50;575.20;1.15;1.70 -8873;14;5481.40;9.50;1268.80;1.94;1.28 -8874;14;4690.60;9.50;87.00;1.79;0.86 -8875;14;4250.40;9.50;617.00;4.01;0.90 -8876;14;4175.80;9.50;349.00;4.71;0.98 -8877;14;4147.80;9.50;256.20;1.97;0.88 -8878;14;2310.80;9.50;193.20;3.72;1.30 -8879;14;2477.00;9.50;523.40;2.28;1.14 -8880;14;2427.00;9.50;825.40;4.23;1.10 -8881;14;2312.60;9.50;1399.40;1.92;1.28 -8883;14;1297.40;9.50;41.80;2.53;0.94 -8884;14;123.60;9.50;270.60;3.82;1.16 -8885;14;70.20;9.50;1161.40;4.31;1.00 -8886;14;328.40;9.50;1748.40;3.77;1.22 -8887;14;332.80;9.50;956.80;4.39;0.96 -8888;14;894.40;9.50;694.40;4.02;1.12 -8889;14;2545.00;9.51;855.20;1.19;1.04 -8890;14;2530.80;9.50;1416.20;4.41;1.02 -8891;14;1509.00;9.50;1983.00;2.03;1.40 -8892;14;1365.40;9.50;508.20;4.23;1.16 -8893;14;5181.80;9.50;1474.60;4.35;0.90 -8894;14;3901.80;9.50;696.40;3.96;0.92 -8895;14;2930.60;9.50;1326.80;1.42;0.92 -8896;14;5248.20;9.50;647.20;-1.53;1.06 -8897;14;5519.60;9.50;1286.40;2.77;0.88 -8898;14;4833.40;9.50;615.80;0.12;0.96 -8899;14;4265.40;9.50;503.60;1.44;0.78 -8900;14;4224.80;9.50;393.60;3.62;0.96 -8901;14;4102.60;9.50;291.20;4.49;1.06 -8902;14;2343.60;9.50;241.20;2.26;1.18 -8903;14;2474.20;9.50;474.20;-1.53;1.08 -8904;14;2446.80;9.50;775.20;1.29;1.00 -8905;14;2313.00;9.50;1430.80;3.90;1.32 -8907;14;104.40;9.50;242.00;1.86;1.14 -8908;14;55.20;9.50;1110.20;4.60;0.92 -8909;14;413.80;9.50;1713.80;-1.27;1.32 -8910;14;563.40;9.50;812.80;1.77;1.18 -8911;14;897.60;9.50;627.20;4.33;1.00 -8912;14;2548.60;9.50;1313.80;-1.42;1.42 -8914;14;1519.40;9.50;1990.60;-0.76;1.62 -8915;14;1492.80;9.50;682.20;2.31;1.38 -8916;14;5388.20;9.50;1437.00;1.74;1.26 -8917;14;4034.80;9.50;496.20;1.53;1.04 -8918;14;2919.00;9.50;1374.00;2.15;0.84 -8919;14;5190.60;9.50;646.80;-1.45;1.10 -8920;14;5571.00;9.50;1256.60;1.67;1.14 -8921;14;4950.80;9.50;518.80;1.61;1.08 -8922;14;4194.40;9.50;538.60;4.62;0.84 -8923;14;4748.20;9.50;130.20;1.73;0.78 -8924;14;4304.60;9.70;412.20;1.10;1.24 -8925;14;4172.40;9.50;329.40;2.47;0.96 -8926;14;2301.00;9.50;159.40;2.28;1.18 -8927;14;2449.80;9.50;493.00;2.90;0.94 -8928;14;2382.60;9.50;777.60;3.79;0.98 -8929;14;2384.40;9.50;1429.00;1.39;1.40 -8930;14;1713.80;9.50;2003.60;1.37;1.18 -8931;14;1278.20;9.50;72.00;1.69;1.22 -8932;14;114.60;9.50;301.80;2.03;1.18 -8933;14;14.20;9.50;1107.40;2.84;0.64 -8934;14;347.80;9.50;1684.20;-1.25;1.16 -8935;14;516.80;9.50;770.60;-1.50;1.46 -8936;14;940.20;9.50;664.00;4.52;1.02 -8937;14;2663.60;9.50;1192.00;0.61;0.90 -8938;14;1500.20;9.50;546.80;4.67;1.02 -8939;14;5545.80;9.50;1455.20;3.08;0.80 -8940;14;3919.20;9.50;456.60;4.61;0.86 -8941;14;2921.00;9.50;1271.60;-0.21;0.90 -8942;14;5249.60;9.50;619.00;2.07;0.92 -8943;14;5545.00;9.50;1308.60;-1.42;1.02 -8944;14;5566.80;9.50;1842.80;4.68;1.40 -8945;14;4934.80;9.50;540.20;0.60;1.32 -8946;14;4206.40;9.50;575.40;4.57;0.86 -8947;14;4339.00;9.50;351.40;0.97;1.14 -8948;14;4637.00;9.50;219.40;1.49;1.32 -8949;14;2263.60;9.50;163.20;1.10;1.12 -8950;14;2516.20;9.50;439.60;1.80;0.98 -8951;14;2382.40;9.50;802.80;1.82;1.20 -8952;14;2259.60;9.50;1458.80;4.19;1.10 -8953;14;1763.60;9.50;1973.60;2.48;1.38 -8954;14;1185.80;9.50;43.60;1.94;1.16 -8955;14;4509.60;9.50;246.80;1.57;1.16 -8956;14;31.80;11.51;1119.40;0.05;1.24 -8957;14;515.60;9.50;1728.40;2.25;1.20 -8958;14;500.20;9.50;770.20;1.54;1.26 -8959;14;982.00;9.50;576.60;1.62;1.16 -8960;14;2596.80;9.50;1177.60;4.42;1.22 -8961;14;1777.40;9.50;37.40;-1.49;1.02 -8963;14;1550.20;9.50;542.80;4.31;1.20 -8964;14;4002.60;9.50;268.20;4.24;1.10 -8965;14;3003.40;9.50;1289.80;1.19;0.98 -8966;14;5408.40;9.50;480.20;-1.41;1.02 -8967;14;5499.00;9.50;1345.40;-1.03;0.86 -8968;14;5613.20;9.50;1775.40;0.95;1.58 -8969;14;4858.80;10.16;533.00;4.23;0.78 -8970;14;4198.00;9.50;575.00;1.81;0.96 -8971;14;4344.00;9.50;428.00;1.89;0.88 -8972;14;4621.60;9.50;259.20;0.80;1.16 -8973;14;2854.00;9.50;2034.60;1.62;0.66 -8974;14;2281.40;9.50;100.20;3.70;1.10 -8975;14;2452.60;9.50;404.40;4.19;0.80 -8976;14;2325.20;9.50;868.20;4.08;1.08 -8977;14;2210.80;9.50;1519.00;-1.23;1.42 -8978;14;1623.00;9.50;2029.60;1.47;0.64 -8979;14;1154.00;9.50;102.40;4.05;1.46 -8980;14;56.80;9.50;346.60;4.47;1.12 -8981;14;696.20;9.50;995.00;4.71;1.02 -8982;14;534.00;9.50;1667.60;1.84;1.06 -8983;14;406.20;9.50;732.20;4.61;1.14 -8984;14;989.40;9.50;620.20;1.94;0.98 -8985;14;2538.40;9.50;1271.40;4.63;1.38 -8986;14;1753.00;9.50;63.40;-1.11;1.14 -8987;14;1439.80;9.50;498.80;4.68;0.96 -8988;14;3797.20;9.50;319.20;3.97;1.18 -8989;14;2453.60;9.50;1522.60;-1.44;1.28 -8990;14;5413.80;9.50;521.80;-1.04;1.22 -8991;14;5487.00;9.50;1329.60;1.48;1.02 -8992;14;5526.60;9.50;1799.40;3.92;1.32 -8993;14;4976.40;9.50;402.60;-0.29;1.12 -8994;14;4135.60;9.50;609.40;4.58;1.00 -8995;14;4352.00;9.50;428.80;4.67;0.98 -8996;14;4545.20;9.50;274.00;4.71;1.00 -8997;14;2251.40;9.50;118.80;4.65;0.98 -8998;14;2414.20;9.50;429.00;4.71;1.24 -8999;14;2477.80;9.50;867.40;1.82;1.16 -9000;14;2275.40;9.50;1550.40;2.59;1.40 -9001;14;1500.20;9.50;1880.60;4.64;1.50 -9002;14;1303.40;9.50;164.20;3.53;1.48 -9003;14;4510.60;9.50;368.40;1.57;1.10 -9004;14;92.80;9.50;1214.20;3.92;1.16 -9005;14;342.80;9.50;1657.00;4.42;1.02 -9006;14;502.40;9.50;703.80;2.29;1.34 -9007;14;872.60;9.50;555.40;2.77;0.94 -9008;14;2397.80;9.50;1424.20;4.25;1.22 -9009;14;1850.80;9.50;175.00;1.41;1.56 -9010;14;1324.80;9.50;415.40;4.48;1.24 -9011;14;1120.80;14.01;1595.60;4.71;1.10 -9012;14;3853.20;9.50;347.40;4.57;0.92 -9013;14;2979.00;9.50;1245.40;-1.34;1.32 -9014;14;5336.80;9.50;494.00;-1.20;1.00 -9015;14;5425.00;9.50;1252.80;1.14;1.28 -9016;14;1121.40;11.30;1924.40;4.70;1.10 -9017;14;4949.40;9.70;403.40;4.46;0.64 -9018;14;4218.80;9.50;609.60;1.89;0.78 -9019;14;4407.00;9.50;446.60;3.64;1.00 -9020;14;4580.60;9.50;306.40;-0.80;1.20 -9021;14;2272.80;9.50;71.80;1.93;0.92 -9022;14;2437.40;9.50;387.60;1.46;1.04 -9023;14;2767.20;9.50;1955.80;0.70;1.44 -9024;14;2375.00;9.50;864.80;-1.45;1.02 -9025;14;2325.00;9.50;1567.20;1.54;1.48 -9026;14;1249.00;9.50;187.00;4.17;1.04 -9027;14;57.00;9.50;389.40;-1.51;1.32 -9028;14;103.60;9.50;1247.20;4.59;1.12 -9029;14;403.80;9.50;1600.00;4.42;1.04 -9030;14;490.00;9.50;733.40;4.61;1.28 -9031;14;725.40;9.50;440.40;4.26;1.26 -9034;14;2536.80;9.50;1311.40;1.82;0.94 -9037;14;1939.60;9.50;216.40;1.48;1.12 -9040;14;1193.80;9.50;398.00;4.04;1.12 -9044;14;5366.00;9.50;1543.80;4.03;1.16 -9048;14;3852.40;9.50;503.00;2.99;0.80 -9049;14;3112.60;9.50;1158.20;0.94;0.86 -9052;14;5305.00;9.50;569.40;3.83;1.42 -9053;14;5316.60;9.50;1225.00;-1.45;1.08 -9057;14;4767.60;9.50;443.80;4.66;0.86 -9058;14;4215.80;9.50;629.00;4.71;0.92 -9062;14;4438.20;9.50;391.00;2.26;0.98 -9063;14;4557.00;9.50;357.20;3.47;1.14 -9067;14;3931.00;9.50;41.00;2.49;1.12 -9070;14;2242.00;9.50;69.80;1.63;0.88 -9071;14;2432.40;9.50;256.20;4.56;1.16 -9072;14;2444.00;9.50;911.80;1.60;1.26 -9076;14;2323.80;9.50;1487.00;4.71;1.58 -9080;14;1182.40;9.50;158.00;3.98;1.40 -9081;14;160.80;9.50;435.80;1.73;0.94 -9085;14;4507.80;13.71;1217.20;1.57;0.84 -9086;14;361.80;9.50;1631.20;2.83;1.30 -9087;14;341.40;10.77;675.80;4.24;1.30 -9091;14;1427.00;9.50;613.00;4.24;1.38 -9092;14;1543.60;9.50;1785.20;-0.25;1.22 -11748;14;2829.00;9.50;1527.60;1.27;0.36 -12389;14;2826.40;9.50;1520.60;1.72;0.28 -13004;14;2811.40;9.50;1549.00;3.52;0.34 -13006;14;2707.20;9.50;1526.60;4.58;0.48 -13007;14;2733.00;9.50;1512.80;1.95;0.54 -13193;14;3846.80;9.50;2001.20;1.39;2.14 -4;15;3188.80;9.50;1853.20;1.34;0.88 -5;15;2896.60;9.50;1634.80;2.57;0.82 -9;15;1976.00;9.50;252.00;2.60;1.24 -13;15;1344.20;9.50;317.40;4.00;1.34 -16;15;5251.80;9.50;1557.60;4.24;1.18 -19;15;3893.00;9.50;667.80;2.52;1.12 -20;15;3116.00;9.50;1202.20;-1.52;0.68 -24;15;5263.00;9.50;497.60;1.49;0.98 -25;15;5326.40;9.50;1283.80;4.32;1.18 -28;15;4778.00;9.50;487.60;3.42;0.92 -29;15;4195.80;9.50;642.40;1.93;0.80 -33;15;4447.40;9.50;367.40;4.17;1.00 -34;15;3930.40;9.50;779.40;-1.18;1.02 -41;15;2236.60;9.50;136.60;2.83;0.88 -42;15;2431.00;9.50;321.40;3.55;1.24 -43;15;2392.60;9.50;976.20;4.24;1.22 -48;15;1471.20;9.50;2035.40;3.18;1.12 -50;15;1107.40;9.50;91.40;3.03;1.26 -51;15;46.20;9.50;424.20;1.87;1.06 -54;15;12.40;9.50;1264.80;3.00;0.54 -55;15;324.40;9.50;1604.60;2.20;1.42 -56;15;414.40;9.50;684.40;1.70;1.00 -59;15;1409.40;9.50;638.20;2.72;1.40 -209;15;3360.20;9.50;1846.40;-0.21;1.70 -210;15;2532.80;9.50;1093.40;4.44;1.40 -213;15;2045.00;9.50;362.00;2.89;1.02 -217;15;1847.20;9.50;2031.40;4.15;0.98 -218;15;1488.40;9.50;361.20;2.58;1.76 -220;15;5187.80;9.50;1496.40;1.68;1.08 -224;15;3987.40;9.50;815.40;1.98;1.08 -225;15;3170.00;9.50;1246.00;2.67;0.74 -229;15;5225.60;9.59;543.40;0.11;1.06 -235;15;4234.00;9.50;666.80;2.07;0.84 -239;15;4497.40;9.50;334.40;4.46;1.14 -240;15;3903.40;9.50;714.20;2.16;1.10 -244;15;3805.80;9.50;69.00;4.31;1.06 -249;15;2189.80;9.50;161.40;4.31;0.80 -250;15;2416.80;9.50;289.20;2.61;0.86 -251;15;2486.60;9.50;976.60;2.35;1.32 -254;15;2428.20;9.50;1469.80;2.09;1.52 -259;15;81.00;9.50;457.80;2.38;0.92 -262;15;29.20;9.50;1295.60;3.60;1.02 -263;15;440.80;9.50;1564.20;3.50;0.98 -264;15;436.40;9.50;700.00;3.41;1.08 -267;15;1356.00;9.50;645.20;2.74;1.32 -411;15;3122.00;9.50;1821.60;-1.45;0.86 -412;15;2546.80;9.50;959.00;2.44;1.22 -416;15;2206.60;9.50;496.20;3.90;0.86 -419;15;2079.60;9.50;1861.80;3.32;1.08 -420;15;1208.20;9.50;303.80;3.61;1.52 -423;15;5304.00;9.50;1603.60;-1.34;1.08 -427;15;3945.80;9.50;907.80;2.05;1.02 -428;15;3236.00;9.50;1220.60;2.61;1.00 -430;15;5159.40;9.50;528.00;1.19;1.88 -431;15;5415.20;9.50;1357.00;1.90;1.30 -435;15;4739.80;9.50;481.00;4.09;0.62 -436;15;4340.80;9.50;672.80;1.41;1.08 -439;15;4491.60;9.50;315.40;1.85;0.92 -440;15;3839.80;9.50;653.60;3.32;0.88 -446;15;2206.00;9.50;117.20;2.81;1.02 -447;15;2403.60;9.50;355.60;4.23;1.16 -448;15;2512.20;9.50;1022.20;2.78;1.60 -450;15;2384.80;9.50;1398.80;4.12;1.34 -451;15;1337.20;9.50;1946.00;-1.46;1.84 -455;15;987.20;9.50;48.00;3.00;1.14 -456;15;36.00;9.50;480.60;2.41;1.06 -459;15;124.40;9.50;1288.40;1.66;0.92 -460;15;391.80;9.50;1573.20;2.06;1.30 -461;15;351.20;9.50;645.00;3.43;0.82 -465;15;1352.00;9.50;688.80;3.37;1.06 -593;15;3078.60;9.50;1763.60;-0.78;1.08 -594;15;2495.00;9.50;927.00;3.73;1.10 -597;15;2236.00;9.50;611.60;3.14;1.26 -600;15;1971.20;9.50;1976.80;3.61;1.54 -601;15;1133.20;9.50;189.40;3.74;1.16 -604;15;5519.60;9.50;1674.80;1.75;1.24 -608;15;3919.40;9.50;986.00;2.14;1.50 -609;15;3355.80;9.50;1213.00;1.57;0.78 -612;15;5599.20;9.50;1453.80;3.01;0.92 -613;15;5297.00;9.50;1259.60;2.95;1.52 -616;15;4772.80;9.50;424.60;2.40;0.64 -617;15;4320.20;9.50;643.80;1.61;0.96 -621;15;4470.80;9.50;285.20;3.10;1.02 -622;15;3908.40;9.50;792.00;3.24;0.96 -623;15;3855.00;9.50;680.20;1.72;0.78 -626;15;3785.80;9.50;93.20;1.90;1.32 -627;15;3033.60;9.50;42.60;2.00;0.98 -631;15;2203.60;9.50;59.20;1.53;0.90 -632;15;2393.20;9.50;333.40;2.17;1.28 -633;15;2514.20;9.50;1075.00;3.57;1.60 -635;15;2504.80;9.50;1424.60;1.62;1.44 -640;15;4.40;9.50;533.20;4.00;1.04 -644;15;354.80;9.50;1539.40;3.09;1.22 -645;15;375.00;9.50;606.40;3.55;1.02 -647;15;1259.40;9.50;676.40;4.37;0.84 -786;15;3137.80;9.50;1767.20;0.96;0.82 -787;15;2443.40;9.50;932.40;4.00;1.00 -791;15;2286.20;9.50;696.40;2.54;1.16 -795;15;2165.80;9.50;1816.40;3.83;1.20 -796;15;946.40;9.50;107.00;4.26;1.46 -802;15;3794.80;9.50;970.20;3.92;0.98 -803;15;3320.20;9.50;1177.80;1.64;0.72 -807;15;5101.60;9.68;618.40;-1.07;1.08 -808;15;5268.20;9.50;1323.20;4.08;1.16 -811;15;4748.60;9.50;410.00;2.30;0.88 -812;15;4367.40;9.50;630.20;1.31;1.10 -815;15;4502.20;9.50;291.20;3.86;1.08 -816;15;3782.40;9.50;647.60;4.15;0.98 -820;15;3772.00;9.50;54.00;3.14;1.36 -821;15;2951.00;9.50;61.20;3.14;1.30 -824;15;2141.20;9.50;79.40;2.96;0.98 -825;15;2302.20;9.50;309.00;4.71;1.26 -826;15;2524.80;9.50;1120.20;1.48;1.36 -830;15;2500.60;9.50;1486.80;4.68;1.30 -835;15;44.60;9.50;504.60;4.46;1.24 -838;15;5.20;9.50;1336.60;4.13;1.04 -839;15;305.60;9.50;1551.00;2.12;1.02 -840;15;399.60;9.50;649.00;3.29;0.92 -842;15;1441.40;9.50;675.40;1.66;1.24 -990;15;3153.80;9.50;1738.80;1.38;0.62 -991;15;2560.00;9.50;835.40;1.79;1.10 -995;15;2242.00;9.50;703.60;3.14;1.16 -999;15;2233.00;9.50;1851.60;3.14;1.52 -1000;15;855.60;9.50;95.40;2.59;1.26 -1007;15;3888.20;9.50;919.20;2.78;0.98 -1008;15;3310.40;9.50;1210.20;1.71;0.66 -1011;15;5058.60;9.50;652.20;2.26;1.08 -1012;15;5210.20;9.50;1297.40;4.34;1.46 -1016;15;4688.80;9.50;444.20;3.58;1.02 -1017;15;4337.60;9.50;622.20;2.43;1.00 -1021;15;4480.00;9.50;238.00;3.30;1.16 -1022;15;3804.40;9.50;693.00;2.40;0.94 -1026;15;2894.80;9.50;43.80;3.77;0.90 -1030;15;2192.00;9.50;133.40;2.30;1.08 -1031;15;2295.00;9.50;372.00;3.33;0.96 -1032;15;2470.00;9.50;1192.80;3.66;1.22 -1035;15;2506.00;9.50;1579.80;2.48;1.54 -1039;15;1153.40;9.50;130.60;1.87;1.16 -1040;15;92.20;9.50;478.20;4.43;1.04 -1045;15;427.60;9.50;651.00;3.99;0.98 -1049;15;1342.60;9.50;732.80;3.85;1.10 -1158;15;4827.00;9.50;1197.00;0.00;0.80 -1211;15;3101.00;9.50;1727.80;-1.19;0.92 -1212;15;2603.20;9.50;745.60;4.06;1.18 -1215;15;2078.20;9.50;866.60;4.30;0.72 -1218;15;2219.80;9.50;1758.40;1.93;1.06 -1219;15;807.20;9.50;184.60;3.17;1.30 -1226;15;3884.20;9.50;802.40;1.89;0.82 -1227;15;2879.00;9.50;1725.60;3.76;0.48 -1231;15;5156.80;9.50;670.00;2.32;1.32 -1232;15;5175.80;9.50;1253.20;3.77;1.36 -1235;15;4610.00;9.50;448.20;3.14;1.10 -1236;15;4371.80;9.50;602.20;4.29;0.94 -1240;15;4540.60;9.50;196.80;3.50;1.12 -1241;15;3812.20;9.50;725.60;3.71;0.78 -1245;15;2866.40;9.50;127.20;4.43;1.16 -1249;15;2179.60;9.50;160.60;1.93;0.96 -1250;15;2320.80;9.50;383.20;3.92;1.24 -1251;15;2448.00;9.50;1240.40;3.85;1.22 -1255;15;2479.60;9.50;1636.00;3.06;1.24 -1259;15;1303.40;9.50;236.20;2.38;1.10 -1260;15;171.40;9.50;498.80;3.23;1.06 -1264;15;13.00;9.50;1389.80;3.33;0.92 -1265;15;163.80;9.50;1546.20;3.50;1.12 -1266;15;421.80;9.50;605.20;3.81;1.10 -1270;15;1524.60;9.50;650.20;1.95;1.14 -1434;15;3211.20;9.50;1727.80;-1.23;0.62 -1435;15;2877.20;9.50;581.20;2.01;0.96 -1439;15;2012.40;9.50;938.40;3.90;1.14 -1442;15;2233.60;9.50;1676.80;4.26;1.00 -1443;15;682.20;9.50;244.00;3.57;1.14 -1447;15;5470.40;9.50;1725.20;-1.41;1.30 -1451;15;3794.20;9.50;753.00;4.41;0.86 -1452;15;3047.20;9.50;1314.60;1.48;1.24 -1456;15;5077.20;9.50;689.80;3.62;1.06 -1457;15;5281.80;9.50;1281.40;2.41;0.86 -1461;15;4692.20;9.50;405.20;2.35;0.78 -1462;15;4264.00;9.50;669.00;3.73;0.82 -1465;15;4487.20;9.50;173.20;4.28;1.24 -1466;15;3756.40;9.50;726.40;4.26;0.84 -1471;15;2972.40;9.50;71.80;4.55;1.06 -1475;15;2086.80;9.50;76.60;3.83;0.92 -1476;15;2369.80;9.50;399.20;3.50;1.18 -1477;15;2525.00;9.50;1269.80;1.92;1.22 -1481;15;2479.00;9.50;1682.00;2.89;1.20 -1482;15;1575.80;9.50;2011.20;2.71;1.04 -1487;15;156.40;9.50;552.20;3.79;1.22 -1490;15;218.60;9.50;1551.80;3.28;1.04 -1491;15;478.60;9.50;653.60;4.23;1.02 -1495;15;1430.80;9.50;790.80;4.28;1.02 -1660;15;3160.20;9.50;1721.80;-1.38;0.60 -1661;15;2776.80;9.50;726.40;3.98;0.74 -1665;15;1919.60;9.50;982.40;4.29;0.76 -1669;15;2010.20;9.50;1848.40;4.07;1.60 -1670;15;652.00;9.50;140.00;3.92;1.30 -1673;15;5355.60;9.50;1727.20;2.67;1.06 -1677;15;3770.00;9.50;800.20;2.65;0.88 -1681;15;5073.60;9.54;751.20;3.56;1.56 -1682;15;5148.00;9.50;1104.00;2.35;1.24 -1686;15;4685.00;9.50;374.80;3.44;0.86 -1687;15;4274.40;9.50;697.40;-1.45;0.78 -1691;15;4418.60;9.50;226.20;4.54;1.10 -1692;15;3830.80;9.50;732.00;4.38;0.98 -1695;15;3126.20;9.50;71.80;3.42;0.90 -1699;15;2132.20;9.50;126.00;2.98;1.00 -1700;15;2281.80;9.50;322.60;2.37;1.26 -1701;15;2536.00;9.50;1191.00;1.57;1.08 -1705;15;2388.00;9.50;1704.60;4.26;1.56 -1706;15;2052.40;9.50;1511.80;3.66;1.12 -1710;15;1285.00;9.50;308.00;2.76;1.42 -1711;15;158.00;9.50;453.40;4.45;1.00 -1715;15;79.80;9.50;1375.80;1.41;1.34 -1716;15;207.40;9.50;1599.80;3.21;1.10 -1717;15;550.80;9.50;693.60;2.95;1.34 -1720;15;1484.60;9.50;824.60;1.62;0.90 -1885;15;3159.80;9.50;1682.00;-1.22;0.74 -1886;15;2919.60;9.50;692.40;2.22;0.96 -1890;15;1885.60;9.50;1007.20;4.05;0.94 -1894;15;2154.20;9.50;1769.20;2.97;1.18 -1895;15;527.40;9.50;210.80;3.26;0.86 -1902;15;3800.80;9.50;863.80;4.28;1.16 -1906;15;5175.00;9.50;733.00;1.81;1.22 -1907;15;5177.20;9.50;1154.40;2.59;1.26 -1911;15;4660.00;9.50;356.60;1.84;1.26 -1912;15;4242.40;9.50;711.40;3.43;0.96 -1916;15;4401.00;9.50;187.00;3.92;1.06 -1917;15;3858.00;9.50;775.00;2.67;0.88 -1921;15;3105.00;9.50;33.20;3.62;0.76 -1925;15;2280.00;9.50;281.60;3.86;1.36 -1926;15;2594.60;9.50;1202.20;2.04;1.06 -1930;15;2424.40;9.50;1575.20;2.98;1.24 -1931;15;2189.40;9.50;941.60;2.70;1.36 -1935;15;1176.20;9.50;219.00;4.31;1.42 -1936;15;274.60;9.50;464.60;2.07;0.86 -1940;15;19.20;9.50;1442.80;3.36;1.24 -1941;15;299.60;9.50;1515.00;3.71;0.88 -1942;15;552.80;9.50;639.20;2.83;0.92 -1946;15;1461.60;9.50;907.20;3.35;0.84 -2107;15;3107.60;9.50;1687.00;-1.22;1.20 -2108;15;2968.40;9.50;592.80;3.00;0.78 -2110;15;1788.40;9.50;1062.80;2.67;0.82 -2112;15;2182.20;9.50;1679.80;3.42;1.40 -2113;15;468.20;9.50;258.20;3.44;1.08 -2118;15;3709.80;9.50;842.20;4.18;1.28 -2119;15;5504.20;9.50;53.40;4.41;1.24 -2121;15;5083.60;9.50;787.80;4.50;1.44 -2122;15;5113.20;9.50;1119.20;2.15;1.16 -2124;15;4701.80;9.50;518.60;0.96;1.04 -2125;15;4260.20;9.50;742.40;4.24;0.96 -2127;15;4472.20;9.50;151.20;3.73;1.16 -2128;15;3834.00;9.50;790.40;1.49;1.10 -2131;15;3039.80;9.50;94.80;3.54;1.10 -2134;15;2264.00;9.50;248.60;2.41;1.22 -2135;15;2588.60;9.50;1150.40;1.92;0.92 -2137;15;2337.60;9.50;1584.40;4.47;1.14 -2138;15;2143.60;9.50;940.60;1.82;0.94 -2140;15;1152.40;9.50;241.80;2.23;1.26 -2141;15;299.60;9.50;502.20;2.26;1.18 -2143;15;4.00;9.50;1483.20;4.10;1.02 -2144;15;395.20;9.50;1480.40;2.21;1.22 -2145;15;535.00;9.50;552.00;2.76;1.18 -2148;15;1383.40;9.50;926.40;4.60;1.04 -2230;15;3068.40;9.50;1678.60;-0.88;0.92 -2231;15;2975.40;9.50;556.80;3.46;0.94 -2232;15;1698.80;9.50;1075.00;1.99;0.76 -2233;15;2113.60;9.50;1647.60;3.94;1.86 -2234;15;395.80;9.50;164.40;3.51;1.16 -2235;15;3693.40;9.50;778.60;-1.22;1.14 -2236;15;5441.80;9.50;18.20;4.41;0.76 -2237;15;5163.40;9.50;827.40;4.63;1.20 -2238;15;5192.20;9.50;1206.40;3.17;1.20 -2239;15;4642.40;9.50;519.20;1.24;0.66 -2240;15;4274.80;9.50;764.20;1.68;1.02 -2241;15;4484.80;9.50;97.20;4.04;1.16 -2242;15;3853.80;9.50;849.20;2.63;1.00 -2243;15;3036.00;9.50;135.00;2.67;1.04 -2244;15;2154.20;9.50;36.80;2.40;0.82 -2245;15;2207.40;9.50;220.00;3.47;1.06 -2246;15;2580.60;9.50;1120.60;4.41;1.12 -2247;15;2395.00;9.50;1608.20;4.42;1.44 -2248;15;2216.40;9.50;917.00;3.86;1.24 -2249;15;1051.20;9.50;167.20;4.43;1.42 -2250;15;309.80;9.50;463.40;3.94;1.28 -2251;15;50.60;9.50;1451.20;4.08;1.32 -2252;15;461.00;9.50;1462.00;2.03;1.00 -2253;15;555.00;9.50;599.80;2.77;1.08 -2254;15;1346.00;9.50;985.80;3.58;0.98 -2256;15;3090.00;9.50;1650.20;4.55;1.12 -2257;15;2996.80;9.50;430.60;2.25;0.98 -2258;15;1670.20;9.50;1063.60;1.08;1.50 -2259;15;2054.60;9.50;1742.80;4.06;1.26 -2261;15;5525.00;9.50;1837.20;2.44;1.40 -2262;15;3641.00;9.50;723.00;3.52;1.04 -2263;15;5204.80;9.50;742.80;-0.35;1.42 -2264;15;5113.20;9.50;1198.20;4.43;1.02 -2265;15;4621.40;9.50;504.00;3.81;0.94 -2266;15;4230.40;9.50;743.20;2.39;1.12 -2267;15;4429.60;9.50;81.00;4.53;1.02 -2268;15;3935.20;9.50;833.60;2.18;1.06 -2270;15;2202.20;9.50;38.40;2.21;0.90 -2271;15;2140.00;9.50;211.60;4.11;1.12 -2272;15;2633.20;9.50;1155.60;3.60;0.80 -2273;15;2329.40;9.50;1638.40;4.00;1.02 -2274;15;2513.20;9.50;1399.80;4.03;1.36 -2275;15;1052.60;9.50;262.60;4.55;1.72 -2276;15;340.20;9.50;504.60;3.71;1.10 -2277;15;145.20;9.50;1457.60;2.18;1.32 -2278;15;425.40;9.50;1522.00;2.83;1.24 -2279;15;572.60;9.50;550.40;4.21;1.06 -2282;15;3066.20;9.61;1657.00;3.68;0.70 -2283;15;2969.80;9.50;258.00;3.68;0.96 -2284;15;1564.40;9.50;1034.00;1.74;0.84 -2285;15;2080.80;9.50;1703.00;3.30;1.42 -2286;15;559.40;9.50;46.00;2.30;1.04 -2287;15;5626.20;9.50;1999.60;1.85;1.94 -2288;15;3653.20;9.50;739.80;4.41;1.22 -2289;15;5225.20;9.50;719.00;3.84;1.06 -2291;15;4695.20;9.50;493.60;1.91;1.32 -2292;15;4201.00;9.50;802.80;4.21;0.96 -2294;15;3869.40;9.50;855.80;3.66;1.06 -2295;15;2926.60;9.50;100.80;4.50;1.12 -2297;15;2234.40;9.50;293.80;1.60;1.10 -2298;15;2328.00;9.50;836.80;2.52;1.22 -2299;15;2357.80;9.50;1680.00;3.48;1.28 -2300;15;2558.40;9.50;1348.60;4.65;1.08 -2301;15;1031.80;9.50;291.00;2.02;1.58 -2302;15;366.40;9.50;460.40;4.12;1.02 -2303;15;117.00;9.50;1501.20;2.88;1.00 -2304;15;32.00;9.50;1195.40;4.13;1.22 -2305;15;468.40;9.50;1515.60;3.39;1.24 -2306;15;644.40;9.50;648.80;1.85;1.38 -2307;15;1312.40;9.50;997.00;2.26;1.24 -2309;15;3094.80;9.50;1617.20;0.16;0.60 -2310;15;3005.40;9.50;180.60;3.45;0.92 -2311;15;1593.20;9.50;924.00;1.74;1.20 -2312;15;2116.20;9.50;1563.40;1.65;1.56 -2313;15;560.20;9.50;143.40;3.69;1.34 -2315;15;5309.20;9.50;713.60;2.75;1.08 -2316;15;5100.80;9.50;1180.00;2.33;0.94 -2317;15;4718.80;9.50;475.20;1.85;0.92 -2318;15;4193.80;9.50;728.60;1.83;1.10 -2319;15;4489.80;9.50;54.00;2.94;0.98 -2320;15;3861.60;9.50;888.00;1.85;1.04 -2321;15;2991.20;9.50;153.40;2.06;1.18 -2323;15;2193.20;9.50;263.00;3.81;1.04 -2324;15;2334.00;9.50;920.00;1.57;1.34 -2325;15;2291.00;9.50;1635.60;3.58;1.22 -2326;15;2516.00;9.50;1368.00;1.95;1.26 -2327;15;1017.00;9.50;243.20;3.61;1.60 -2328;15;409.00;9.50;513.20;2.74;1.12 -2329;15;490.20;9.50;1431.40;2.76;1.12 -2330;15;670.80;9.50;669.80;4.12;1.46 -2331;15;1373.40;9.50;1027.40;1.94;1.30 -2333;15;3067.00;9.50;1624.40;1.49;0.88 -2334;15;3049.20;9.50;46.40;4.46;0.88 -2335;15;1546.00;9.50;831.20;1.37;1.22 -2336;15;2120.00;9.50;1461.80;2.11;1.34 -2337;15;595.00;9.50;88.40;2.14;1.32 -2338;15;3714.80;9.50;547.40;4.55;1.02 -2339;15;5270.60;9.50;759.20;2.67;1.04 -2340;15;5044.20;9.50;1122.80;4.35;1.00 -2341;15;4664.80;9.50;443.60;1.89;1.16 -2342;15;4135.80;9.50;757.40;3.09;0.80 -2344;15;3894.20;9.50;874.40;4.15;0.82 -2345;15;2918.80;9.50;154.40;3.36;1.04 -2346;15;2246.40;9.50;39.20;3.70;1.00 -2347;15;2257.60;9.50;374.60;3.05;1.02 -2348;15;2280.00;9.50;885.60;4.00;1.10 -2349;15;2244.20;9.50;1648.60;3.17;1.48 -2350;15;2476.00;9.50;1341.00;2.24;1.38 -2351;15;1025.20;9.50;183.20;2.35;1.34 -2352;15;454.00;9.50;452.80;2.61;1.16 -2353;15;18.80;9.50;1532.80;2.35;0.52 -2354;15;556.00;9.50;1419.60;2.40;1.10 -2355;15;697.00;9.50;701.80;4.51;1.28 -2357;15;1272.80;9.50;1057.80;2.80;1.08 -2358;15;3038.20;9.50;1605.20;1.32;0.60 -2359;15;3154.20;9.50;77.00;4.36;1.10 -2360;15;1466.60;9.50;874.80;3.50;0.98 -2361;15;1916.40;9.50;1675.20;4.17;1.52 -2362;15;749.80;9.50;98.60;4.09;1.44 -2363;15;3770.00;9.50;592.60;3.14;0.80 -2364;15;5240.60;9.50;798.80;4.48;0.90 -2365;15;5074.80;9.50;1025.40;2.59;1.10 -2366;15;5559.60;9.50;1901.00;2.94;1.48 -2367;15;4606.40;9.50;388.00;1.35;1.14 -2368;15;4181.60;9.50;781.20;3.54;1.14 -2369;15;4523.20;9.50;61.40;3.69;1.02 -2370;15;3940.60;9.50;859.40;4.54;0.80 -2372;15;2202.00;9.50;387.40;3.79;1.08 -2373;15;2252.80;9.50;865.80;3.56;1.22 -2374;15;2510.60;9.50;1608.80;4.45;1.06 -2375;15;2643.60;9.50;1230.40;1.81;1.06 -2376;15;951.00;9.50;220.60;4.00;1.52 -2377;15;746.80;9.50;917.20;2.55;1.04 -2378;15;532.60;9.50;1515.00;3.62;1.16 -2379;15;696.40;9.50;765.20;3.22;1.44 -2380;15;1240.20;9.50;1017.80;1.77;0.98 -2381;15;2750.20;9.50;1501.00;1.91;0.48 -2382;15;2999.40;9.50;1628.80;4.62;0.52 -2383;15;3347.80;9.50;105.80;2.05;1.06 -2384;15;1481.80;9.50;748.20;2.44;1.08 -2385;15;1897.80;9.50;1603.80;3.62;1.34 -2386;15;805.40;9.50;54.60;3.85;1.26 -2387;15;3704.60;9.50;423.80;2.14;1.10 -2388;15;5589.20;9.50;44.20;2.69;1.20 -2389;15;5328.80;9.50;797.60;4.57;1.06 -2390;15;5071.40;9.50;1056.60;4.21;1.02 -2391;15;4579.80;9.50;459.20;2.29;1.08 -2392;15;4122.60;9.50;776.60;-1.44;0.96 -2393;15;4576.00;9.50;71.20;3.39;0.96 -2394;15;3939.00;9.50;939.40;1.49;1.26 -2395;15;2984.40;9.50;221.80;3.66;1.02 -2396;15;2372.60;9.50;104.60;3.67;0.98 -2397;15;2217.20;9.50;353.80;3.42;1.00 -2398;15;2196.00;9.50;817.80;-1.37;0.92 -2399;15;2551.40;9.50;1519.40;3.62;1.18 -2400;15;2703.60;9.50;1226.40;1.81;0.72 -2401;15;964.00;9.50;260.60;2.02;1.54 -2402;15;449.20;9.50;537.80;4.48;1.30 -2403;15;1.00;9.50;1590.20;3.31;0.36 -2404;15;498.20;9.50;1468.80;3.92;1.22 -2405;15;586.00;9.50;705.00;3.60;1.30 -2406;15;1111.20;9.50;1019.40;4.63;1.04 -2408;15;2988.80;9.50;1611.60;0.72;0.84 -2409;15;3362.00;9.50;200.00;4.12;1.20 -2410;15;1533.40;9.50;650.60;4.40;1.08 -2411;15;1784.60;9.50;1494.60;4.16;0.94 -2412;15;1346.80;9.50;100.20;2.32;1.42 -2413;15;3713.00;9.50;220.80;1.86;1.06 -2414;15;5519.00;9.50;779.80;1.70;1.00 -2415;15;5008.20;9.50;978.00;4.71;1.22 -2416;15;4582.00;9.50;509.20;2.18;0.90 -2417;15;4027.80;9.50;743.20;2.29;1.26 -2418;15;4559.60;9.50;152.40;3.92;1.12 -2419;15;3873.40;9.50;943.20;2.11;0.94 -2420;15;3016.60;9.50;208.40;4.19;1.30 -2421;15;2339.80;9.50;85.40;3.51;1.02 -2422;15;2173.00;9.50;348.20;3.62;0.88 -2423;15;2217.60;9.50;885.40;2.84;1.02 -2424;15;2575.00;9.50;1468.80;3.58;0.94 -2425;15;2055.00;9.50;1560.20;2.47;1.10 -2426;15;845.60;9.50;199.20;4.35;1.50 -2427;15;437.40;9.50;538.80;1.60;0.86 -2428;15;618.00;9.50;1418.20;2.33;1.04 -2429;15;642.40;9.50;722.00;4.28;1.00 -2430;15;1092.20;9.50;1043.20;2.09;1.06 -2431;15;3000.20;9.50;1654.80;1.12;0.70 -2432;15;3377.00;9.50;321.40;2.92;1.06 -2433;15;1597.60;9.50;574.80;3.86;1.48 -2434;15;1808.80;9.50;1598.60;3.85;1.00 -2435;15;1216.20;9.50;126.20;4.46;1.12 -2436;15;5042.40;9.50;1714.60;2.15;0.58 -2437;15;3396.00;9.50;104.60;3.86;1.06 -2438;15;5422.20;9.50;846.60;4.19;0.82 -2439;15;4989.40;9.50;1029.60;3.56;1.22 -2440;15;4583.80;9.50;489.40;4.11;1.28 -2441;15;4003.80;9.50;774.80;2.12;1.12 -2442;15;4602.80;9.50;128.00;4.50;1.08 -2443;15;3827.00;9.50;922.20;2.33;0.92 -2444;15;3036.20;9.50;155.80;4.31;0.94 -2445;15;2406.00;9.50;43.40;2.14;1.06 -2447;15;2168.00;9.50;879.40;3.35;0.94 -2448;15;2522.00;9.50;1673.20;3.53;1.22 -2449;15;1975.40;9.50;1635.40;3.75;1.74 -2450;15;847.80;9.50;142.40;4.29;1.26 -2451;15;304.80;9.50;532.60;4.14;1.22 -2452;15;571.60;9.50;1467.20;3.46;1.16 -2454;15;1147.00;9.50;1078.20;2.13;1.22 -2455;15;2986.00;9.50;1681.80;1.13;1.16 -2456;15;3482.20;9.50;406.60;2.45;1.34 -2457;15;1638.00;9.50;377.00;4.39;1.40 -2458;15;1759.60;9.50;1545.80;2.62;1.54 -2459;15;1336.20;9.50;191.40;4.24;1.32 -2460;15;5110.40;9.50;1671.00;4.07;1.72 -2461;15;3285.20;9.50;24.60;2.91;0.58 -2462;15;5528.80;9.50;846.40;1.96;1.40 -2463;15;5000.00;9.50;1049.20;4.20;1.14 -2464;15;4510.20;9.50;383.20;3.66;1.16 -2465;15;3981.40;9.50;682.80;4.66;0.94 -2466;15;4518.20;9.50;118.20;4.37;1.16 -2467;15;3789.00;9.50;884.00;1.81;0.92 -2468;15;3608.00;9.50;39.80;3.14;1.04 -2469;15;3086.00;9.50;116.20;1.99;0.96 -2471;15;2167.00;9.50;387.20;2.65;0.90 -2472;15;2152.40;9.50;832.20;4.48;0.44 -2473;15;2626.00;9.50;1674.60;2.11;1.26 -2474;15;1965.00;9.50;1571.40;4.05;1.42 -2475;15;798.80;9.50;131.20;3.58;0.96 -2476;15;373.20;9.50;560.60;2.30;0.96 -2477;15;696.60;9.50;1411.80;1.93;1.04 -2478;15;564.80;9.50;745.60;3.53;1.38 -2479;15;1120.80;9.50;1130.80;3.54;1.24 -2480;15;3449.60;9.50;263.00;2.80;1.18 -2482;15;1674.60;9.50;286.80;2.62;0.92 -2483;15;1715.40;9.50;1516.80;2.61;1.16 -2485;15;5041.80;9.50;1583.80;4.04;0.72 -2486;15;3751.00;9.50;159.60;4.33;1.24 -2487;15;5408.60;9.50;894.20;2.67;1.40 -2488;15;4963.80;9.50;1040.40;2.59;1.24 -2490;15;4542.60;9.50;514.20;2.41;0.86 -2491;15;3940.20;9.50;727.40;4.41;1.26 -2492;15;4618.40;9.50;83.60;4.09;0.96 -2493;15;3785.40;9.50;939.20;2.54;0.90 -2494;15;3658.00;9.50;74.80;3.33;0.90 -2495;15;3094.60;9.50;79.80;2.72;0.82 -2497;15;2195.60;9.50;416.00;2.70;0.92 -2499;15;2719.00;9.50;1845.60;4.00;1.18 -2500;15;1615.60;9.50;1177.40;1.81;0.70 -2502;15;306.80;9.50;550.80;1.78;1.00 -2503;15;603.80;9.50;1517.40;3.60;0.84 -2504;15;625.40;9.50;794.60;1.97;1.24 -2505;15;1097.60;9.50;1089.00;1.95;1.04 -2506;15;2945.60;9.60;1668.00;1.22;1.42 -2507;15;3551.60;9.50;192.60;4.46;0.94 -2508;15;1691.40;9.50;146.00;1.57;0.94 -2510;15;5021.80;9.50;1532.80;0.52;0.80 -2511;15;3938.80;9.50;83.20;3.50;1.32 -2512;15;5431.60;9.50;923.40;4.19;0.98 -2513;15;5003.20;9.50;1083.80;1.93;1.42 -2514;15;4489.20;9.50;523.00;3.20;0.94 -2515;15;3936.20;9.50;678.60;4.61;0.92 -2516;15;4676.00;9.50;123.20;2.63;0.74 -2517;15;3857.00;9.50;977.40;2.63;0.88 -2518;15;3621.00;9.50;81.40;2.44;1.26 -2519;15;3028.00;9.50;265.20;1.99;1.02 -2520;15;2322.80;9.50;57.20;2.30;1.26 -2521;15;2126.80;9.50;391.60;3.09;0.86 -2522;15;2113.60;9.50;858.00;-1.35;1.00 -2523;15;2562.40;9.50;1716.80;1.82;1.60 -2524;15;717.40;9.50;86.40;2.62;1.44 -2526;15;25.80;9.50;1640.20;1.81;0.64 -2527;15;640.60;9.50;1532.00;4.41;1.48 -2528;15;673.20;9.50;799.60;3.48;1.08 -2529;15;1099.40;9.50;1177.40;3.43;1.14 -2530;15;2888.40;9.50;1746.20;1.44;0.84 -2531;15;3600.40;9.50;285.00;4.28;1.08 -2532;15;1688.60;9.50;69.60;2.86;0.78 -2533;15;1641.20;9.50;72.80;3.42;1.02 -2534;15;4993.20;9.50;1479.80;4.11;0.82 -2535;15;5329.80;9.50;836.80;1.38;1.28 -2536;15;4993.40;9.50;1148.60;3.75;1.10 -2537;15;4545.80;9.50;468.60;2.27;1.02 -2538;15;3926.60;9.50;659.40;2.55;0.80 -2539;15;4701.20;9.50;106.40;4.00;1.02 -2540;15;3835.00;9.50;1013.00;2.55;0.88 -2541;15;3614.20;9.50;119.20;4.08;1.34 -2542;15;3002.60;9.50;329.80;2.87;1.16 -2543;15;2348.60;9.50;37.80;3.04;0.84 -2544;15;2101.00;9.50;392.00;2.76;0.94 -2545;15;2109.80;9.50;910.20;2.15;1.16 -2546;15;2490.60;9.50;1722.80;3.44;1.08 -2547;15;1575.80;9.50;1035.60;-1.46;1.22 -2549;15;233.60;9.50;590.80;1.73;1.16 -2550;15;19.60;9.50;1556.60;4.23;1.20 -2551;15;649.60;9.50;1468.60;2.13;1.18 -2552;15;658.60;9.50;749.00;1.57;1.48 -2553;15;1041.20;9.50;1257.00;3.81;1.32 -2554;15;2933.60;9.50;1834.80;-0.88;1.36 -2555;15;3722.20;9.50;348.60;3.89;1.14 -2556;15;193.20;9.50;1987.40;1.80;1.16 -2557;15;1595.40;9.50;172.00;1.14;1.32 -2558;15;4990.80;9.50;615.20;-1.26;0.94 -2559;15;4931.60;9.50;1123.00;4.01;1.28 -2561;15;4493.40;9.50;419.60;3.75;0.98 -2562;15;3946.00;9.50;647.60;4.03;0.90 -2564;15;3865.00;9.50;1012.40;3.50;0.88 -2565;15;3681.40;9.50;106.20;4.17;1.12 -2566;15;2978.00;9.50;288.20;1.99;0.86 -2568;15;2637.60;9.50;2033.40;4.60;0.66 -2569;15;2020.20;9.50;868.40;-1.34;1.48 -2570;15;2449.40;9.50;1735.00;2.07;1.44 -2571;15;1707.40;9.50;1075.00;4.55;1.36 -2573;15;255.20;9.50;612.40;3.80;1.34 -2574;15;19.40;9.50;1610.00;3.97;1.14 -2575;15;709.80;9.50;1503.80;2.46;1.26 -2576;15;690.80;9.50;837.40;1.96;1.56 -2577;15;1012.00;9.50;1218.60;3.74;1.12 -2578;15;3022.40;9.50;1971.60;2.32;1.18 -2579;15;3624.00;9.50;452.80;4.42;1.02 -2580;15;1916.40;9.50;111.00;1.72;1.30 -2581;15;215.60;9.50;1880.40;3.92;0.84 -2582;15;1519.60;9.50;84.20;2.10;0.98 -2583;15;5008.00;9.50;1397.40;1.34;1.44 -2584;15;3469.00;9.50;57.00;3.46;1.20 -2585;15;4959.00;9.50;627.20;0.89;1.08 -2587;15;4473.00;9.50;425.60;2.24;0.94 -2588;15;3989.80;9.50;655.40;3.31;0.92 -2589;15;4623.40;9.50;49.40;2.70;1.02 -2590;15;3868.00;9.50;1031.80;1.61;1.10 -2591;15;3735.40;9.50;55.00;1.86;1.00 -2592;15;2946.00;9.50;256.80;2.69;1.06 -2594;15;2099.60;9.50;415.00;4.71;0.94 -2595;15;2048.40;9.50;958.60;3.45;1.10 -2596;15;2426.60;9.50;1793.00;1.99;1.38 -2597;15;1823.20;9.63;1039.20;-0.96;1.02 -2598;15;636.60;9.50;80.40;3.47;1.30 -2599;15;306.40;9.50;656.80;2.67;1.34 -2600;15;85.00;9.50;1526.60;4.65;0.86 -2601;15;759.20;9.50;1542.40;1.80;1.18 -2602;15;608.40;9.50;847.20;2.98;0.90 -2603;15;1006.40;9.50;1259.40;2.51;1.22 -2605;15;3524.20;9.50;492.00;2.46;1.18 -2606;15;1936.80;9.50;186.00;2.94;1.58 -2607;15;26.00;9.50;1947.00;3.33;1.06 -2608;15;1438.00;9.50;251.80;2.98;1.30 -2609;15;4814.00;9.50;1295.00;-0.64;1.28 -2611;15;5000.00;9.50;670.40;2.63;1.06 -2612;15;4949.20;9.50;1197.20;2.69;1.16 -2613;15;5484.60;9.50;1791.60;2.22;1.44 -2614;15;4484.00;9.50;468.20;3.39;1.06 -2615;15;3971.40;9.50;611.80;3.95;0.96 -2617;15;3768.80;9.50;1017.80;4.40;0.90 -2618;15;3698.40;9.50;141.80;4.08;0.98 -2619;15;2909.20;9.50;271.60;2.45;0.84 -2620;15;2230.20;9.50;455.40;2.05;0.92 -2621;15;2067.60;9.50;990.80;1.78;1.06 -2622;15;2359.80;9.50;1727.60;2.51;1.18 -2623;15;1361.40;9.50;1319.00;3.22;1.22 -2624;15;626.40;9.50;130.40;2.86;1.34 -2625;15;158.00;9.50;633.00;4.39;0.96 -2626;15;72.40;9.50;1575.20;4.35;0.92 -2627;15;618.80;9.50;1554.80;2.12;1.02 -2628;15;737.00;9.50;868.40;2.56;1.20 -2629;15;963.40;9.50;1297.80;2.58;1.30 -2631;15;3497.40;9.50;530.40;3.25;1.10 -2633;15;1581.80;9.50;336.20;3.77;1.46 -2634;15;4921.60;9.50;1333.60;2.35;0.78 -2635;15;3531.00;9.50;72.40;2.42;1.04 -2636;15;4972.40;9.50;697.20;1.71;1.10 -2637;15;4927.40;9.50;1158.80;2.43;1.30 -2638;15;4454.80;9.50;502.60;3.98;1.10 -2639;15;3929.40;9.50;622.40;3.62;0.96 -2640;15;3744.60;9.50;1039.20;4.10;1.12 -2641;15;3637.40;9.50;149.40;4.02;1.28 -2642;15;2938.80;9.50;309.80;2.49;0.88 -2643;15;2080.80;9.50;443.40;2.25;1.14 -2644;15;1993.40;9.50;992.20;3.49;1.26 -2645;15;2388.80;9.50;1763.40;2.41;1.16 -2646;15;1290.40;9.50;1302.80;-1.39;1.08 -2647;15;710.00;9.50;139.80;3.79;1.20 -2648;15;229.60;9.50;655.20;4.05;1.16 -2649;15;86.80;9.50;1620.20;4.18;1.14 -2650;15;520.40;9.50;1557.20;3.24;0.96 -2651;15;612.60;9.50;890.60;2.83;1.02 -2652;15;873.60;9.50;1333.60;4.33;1.10 -2654;15;3564.00;9.50;610.40;1.49;1.18 -2656;15;71.20;9.50;1855.20;3.54;0.70 -2657;15;1439.20;9.50;884.40;2.59;0.94 -2658;15;4936.80;9.50;1271.80;-1.36;0.90 -2659;15;3597.00;9.50;147.60;2.83;0.86 -2661;15;4965.20;9.50;762.80;2.95;1.10 -2662;15;4872.00;9.50;1108.00;4.24;0.92 -2663;15;5458.20;9.50;1747.40;2.45;1.10 -2664;15;4390.20;9.50;539.40;3.51;1.14 -2665;15;3876.80;9.50;618.20;4.18;0.74 -2666;15;3615.40;9.50;1057.80;-1.42;0.98 -2667;15;3641.00;9.50;170.60;1.63;1.18 -2668;15;2886.80;9.50;334.80;3.29;0.74 -2669;15;2082.40;9.50;192.20;2.64;1.02 -2670;15;1965.00;9.50;961.60;4.63;0.98 -2671;15;2325.40;9.50;1786.00;2.66;1.32 -2672;15;1322.20;9.50;1246.60;2.03;1.10 -2673;15;689.60;9.50;185.40;2.84;1.22 -2674;15;293.00;9.50;694.20;1.53;1.46 -2675;15;46.60;9.50;1658.20;3.63;1.28 -2676;15;518.60;9.50;1636.20;2.57;1.10 -2677;15;647.60;9.50;956.60;3.49;0.98 -2678;15;788.60;9.50;1325.40;4.47;0.88 -2679;15;3435.40;9.50;1890.40;-1.38;0.84 -2680;15;3591.40;9.50;579.80;3.20;0.96 -2681;15;1988.60;9.50;225.20;4.33;1.34 -2682;15;188.00;9.50;1750.00;2.35;1.44 -2683;15;1434.40;9.50;948.20;4.43;1.42 -2684;15;4898.00;9.50;1243.00;0.46;0.84 -2685;15;3821.20;9.50;120.80;2.73;1.20 -2686;15;5029.40;9.50;752.60;2.48;1.00 -2687;15;4880.80;9.50;1080.60;2.56;1.02 -2688;15;5431.80;9.50;1774.40;2.09;1.08 -2689;15;4427.80;9.50;560.20;1.53;0.86 -2690;15;3833.40;9.50;611.00;4.11;0.86 -2691;15;3633.00;9.50;1088.20;1.70;1.10 -2692;15;3711.80;9.50;192.40;3.68;1.06 -2693;15;2939.00;9.50;361.40;2.42;0.92 -2694;15;2110.20;9.50;484.40;3.98;0.98 -2695;15;2748.80;9.50;1935.40;3.11;1.02 -2696;15;2245.40;9.50;1785.60;3.45;1.04 -2697;15;1389.20;9.50;1200.40;1.89;1.12 -2698;15;723.20;9.50;165.20;-1.54;1.26 -2699;15;198.20;9.50;730.20;4.08;1.16 -2700;15;68.80;9.50;1671.00;4.56;1.22 -2701;15;577.20;9.50;1610.00;2.79;1.58 -2702;15;696.40;9.50;897.00;1.86;1.46 -2704;15;3574.60;9.50;739.60;4.66;0.98 -2705;15;2038.40;9.50;251.20;-1.54;1.18 -2706;15;233.60;9.50;1907.00;4.71;1.02 -2707;15;1495.80;9.50;924.60;4.42;1.50 -2708;15;4835.00;9.50;1191.20;1.14;1.06 -2710;15;5260.00;9.50;34.60;2.01;0.92 -2711;15;5072.60;9.50;789.00;1.57;1.76 -2712;15;4857.20;9.50;1046.20;2.61;1.22 -2713;15;5415.20;9.50;1717.00;1.74;1.16 -2714;15;4461.20;9.50;534.40;1.67;1.28 -2715;15;3839.60;9.50;574.60;3.05;1.04 -2716;15;3732.00;9.50;992.80;3.14;0.94 -2717;15;3662.80;9.50;182.00;4.04;1.14 -2718;15;2886.20;9.50;375.40;3.46;0.88 -2719;15;2146.00;9.50;493.40;4.30;1.06 -2720;15;1937.40;9.50;1014.20;4.02;1.12 -2721;15;2247.40;9.50;1737.80;4.29;0.94 -2722;15;1391.80;9.50;1331.00;4.04;0.96 -2723;15;847.40;9.50;309.60;2.55;1.64 -2724;15;215.20;9.50;765.60;4.13;1.08 -2725;15;38.60;9.50;1724.80;3.60;1.34 -2726;15;567.60;9.50;1639.00;4.37;1.16 -2727;15;863.80;9.50;851.20;2.61;1.34 -2728;15;791.20;9.50;1382.40;2.76;1.40 -2729;15;2939.60;9.50;1597.60;0.74;0.74 -2730;15;3608.60;9.50;825.40;4.60;1.18 -2731;15;2173.40;9.50;440.40;2.19;0.76 -2734;15;4680.00;9.50;1294.00;0.32;1.38 -2735;15;4952.00;9.50;781.20;-1.40;0.94 -2736;15;4899.20;9.50;1026.00;2.63;1.26 -2737;15;4476.40;9.50;555.20;-1.23;0.76 -2738;15;3862.80;9.50;580.00;4.22;0.80 -2739;15;3777.20;9.50;992.60;2.75;1.14 -2740;15;3617.60;9.50;203.80;4.67;1.18 -2741;15;2916.60;9.50;414.40;3.27;0.88 -2742;15;2154.80;9.50;260.40;2.82;0.90 -2743;15;1905.60;9.50;1044.20;3.74;1.06 -2744;15;2221.20;9.50;1727.80;3.92;1.18 -2745;15;1451.80;9.50;1307.00;3.89;0.98 -2746;15;824.80;9.50;248.20;4.53;1.32 -2747;15;275.60;9.59;745.60;-1.23;1.38 -2748;15;58.20;9.50;1729.00;4.40;0.98 -2749;15;689.20;9.50;1646.20;2.35;1.06 -2750;15;715.40;9.50;810.00;4.59;1.02 -2751;15;739.60;9.50;1675.80;1.73;1.24 -2752;15;2892.00;9.50;1585.00;-0.58;0.92 -2753;15;3550.20;9.50;849.80;1.87;0.86 -2754;15;2146.20;9.50;346.40;2.76;1.08 -2755;15;568.40;9.50;1706.00;3.20;1.28 -2756;15;1469.80;9.65;1029.80;2.64;0.76 -2757;15;4718.60;9.50;1242.00;1.75;1.16 -2758;15;5035.40;9.50;844.00;2.83;1.06 -2759;15;4939.40;9.50;1005.20;2.49;1.40 -2760;15;4539.00;9.50;571.20;1.50;0.96 -2761;15;3958.80;9.50;577.60;1.76;0.78 -2762;15;3713.80;9.50;942.00;1.80;1.08 -2763;15;3638.20;9.50;245.40;4.24;1.12 -2764;15;2888.80;9.50;447.00;4.31;0.94 -2765;15;2105.80;9.50;343.20;2.31;1.22 -2766;15;1890.80;9.50;1029.80;1.38;1.02 -2767;15;2159.00;9.50;1708.80;4.44;1.14 -2768;15;1887.00;9.74;1698.60;2.00;1.08 -2769;15;829.80;9.50;226.80;2.04;1.24 -2770;15;352.80;9.50;726.60;2.15;1.24 -2771;15;45.80;9.50;1769.40;4.34;0.98 -2772;15;618.20;9.50;1582.60;4.54;1.24 -2773;15;779.20;9.50;770.60;1.96;1.06 -2774;15;756.60;9.50;1730.60;2.13;1.34 -2775;15;2876.80;9.50;1576.20;1.40;0.44 -2776;15;3482.20;9.50;840.20;4.52;0.90 -2778;15;2266.40;9.50;539.80;2.43;1.32 -2779;15;476.60;9.50;1588.20;4.48;1.14 -2780;15;1266.40;9.50;1101.40;4.17;1.24 -2781;15;4776.00;9.50;1244.60;1.26;1.18 -2782;15;5341.00;9.50;211.00;2.21;1.34 -2783;15;5047.80;9.50;886.40;2.17;0.98 -2784;15;4863.80;9.50;951.40;3.95;1.36 -2785;15;4596.00;9.50;561.00;2.55;0.84 -2786;15;3887.40;9.50;553.00;4.11;1.02 -2787;15;3674.40;9.50;917.40;2.23;0.98 -2788;15;3739.40;9.50;228.00;2.99;0.90 -2789;15;2868.60;9.50;470.00;2.80;0.90 -2790;15;2027.80;9.50;305.80;4.12;1.20 -2791;15;1875.00;9.50;1093.00;3.92;0.92 -2792;15;2105.60;9.50;1743.20;4.02;0.92 -2793;15;1009.20;9.50;138.20;3.97;1.18 -2794;15;356.20;9.50;762.00;4.09;1.36 -2795;15;5.20;9.50;1763.60;4.28;1.08 -2796;15;751.80;9.50;1444.40;2.69;1.12 -2797;15;768.00;9.50;735.00;3.33;1.38 -2798;15;643.60;9.50;1705.20;3.05;1.20 -2799;15;2823.60;9.50;1582.80;4.28;0.54 -2800;15;3467.60;9.50;897.00;1.14;1.42 -2801;15;2331.00;9.50;641.20;3.81;0.98 -2802;15;441.40;9.50;1656.60;3.00;1.06 -2803;15;1211.80;9.50;1151.20;1.99;1.06 -2804;15;4742.00;9.50;1152.40;2.28;1.02 -2805;15;5281.60;9.50;238.00;2.29;0.82 -2806;15;5043.00;9.50;946.60;3.14;1.32 -2807;15;4837.20;9.50;996.20;3.57;1.26 -2808;15;5274.20;9.50;1782.00;2.49;1.26 -2809;15;4662.20;9.50;560.40;1.63;1.34 -2810;15;3853.00;9.50;536.80;3.70;0.88 -2811;15;3705.40;9.50;865.80;1.78;0.96 -2812;15;3734.80;9.50;260.00;4.15;1.08 -2813;15;2925.60;9.50;493.80;2.32;0.90 -2814;15;2086.40;9.50;285.40;4.26;1.02 -2815;15;1921.00;9.50;1124.20;3.53;0.86 -2816;15;2094.80;9.50;1800.00;3.68;0.86 -2817;15;1816.40;9.50;1626.80;4.44;0.78 -2818;15;1043.80;9.50;96.80;2.91;1.18 -2819;15;344.80;9.50;804.60;2.67;1.24 -2820;15;10.40;9.50;1742.80;3.00;0.44 -2821;15;822.60;9.50;1418.20;1.89;1.32 -2822;15;802.40;9.50;752.20;4.30;1.30 -2823;15;606.20;9.50;1733.20;-1.54;1.20 -2824;15;2809.40;9.50;1561.20;-1.48;0.36 -2825;15;3351.60;9.50;1063.60;4.60;1.18 -2826;15;2225.60;9.50;935.60;4.18;1.38 -2827;15;239.60;9.50;1733.40;3.42;1.36 -2828;15;1123.20;9.50;1262.20;2.35;1.12 -2829;15;4711.80;9.50;1036.40;4.63;1.18 -2830;15;5222.60;9.50;202.60;4.30;0.84 -2831;15;5060.80;9.50;965.20;4.13;1.36 -2832;15;4803.00;9.50;905.60;2.50;1.32 -2833;15;4628.40;9.50;624.80;-1.42;1.12 -2834;15;3882.40;9.50;507.40;3.43;0.94 -2835;15;3737.40;9.50;902.00;3.02;0.92 -2836;15;2844.80;9.50;521.80;3.89;1.16 -2837;15;2121.40;9.50;226.40;2.08;1.04 -2838;15;1965.80;9.50;1145.00;2.01;1.02 -2839;15;2054.00;9.50;1773.00;4.39;0.78 -2840;15;1782.80;9.50;1595.60;2.95;1.18 -2841;15;892.60;9.50;110.60;3.38;1.32 -2842;15;294.20;9.50;842.60;2.75;1.48 -2844;15;759.20;9.50;1397.60;1.98;0.90 -2845;15;895.60;9.50;795.60;2.13;1.20 -2846;15;699.60;9.50;1769.00;3.26;1.46 -2847;15;2783.60;9.58;1510.60;-1.21;0.40 -2848;15;3702.80;9.50;920.20;3.10;1.08 -2849;15;2236.00;9.50;789.80;-1.22;1.16 -2850;15;144.00;9.50;1592.40;3.98;1.04 -2851;15;1020.60;9.50;1366.60;4.34;1.02 -2852;15;1118.40;9.50;538.80;-1.56;1.28 -2854;15;5278.00;9.50;179.80;3.58;1.22 -2855;15;5064.00;9.50;903.20;4.46;1.16 -2856;15;4808.00;9.50;815.40;1.05;1.42 -2857;15;4627.40;9.50;757.00;1.57;1.12 -2858;15;3928.40;9.50;506.20;2.62;0.90 -2859;15;3774.40;9.50;854.40;3.21;1.16 -2860;15;3730.80;9.50;276.80;2.04;1.10 -2861;15;2963.20;9.50;341.80;2.62;0.72 -2862;15;2056.80;9.50;224.20;2.71;1.06 -2863;15;1907.80;9.50;1168.60;2.56;1.12 -2864;15;2029.80;9.50;1764.60;1.98;0.80 -2865;15;1626.20;9.50;1156.20;4.05;1.20 -2866;15;998.00;9.50;415.60;4.11;1.24 -2867;15;138.40;9.50;672.00;2.83;1.14 -2868;15;699.20;9.50;1351.80;4.54;0.96 -2869;15;929.00;9.50;828.80;2.58;0.94 -2870;15;651.00;9.50;1786.00;1.81;1.14 -2871;15;2755.80;9.50;1501.60;4.57;0.48 -2872;15;3749.80;9.50;949.00;2.46;0.90 -2873;15;2137.00;9.50;918.60;4.00;1.18 -2874;15;4.80;9.50;1687.40;4.39;1.06 -2875;15;949.20;9.50;1414.60;1.34;1.44 -2876;15;4737.80;9.50;833.20;1.01;1.14 -2878;15;5248.20;9.50;165.80;2.06;1.24 -2879;15;5110.20;9.50;931.40;4.15;0.92 -2880;15;4833.20;9.50;862.40;2.96;1.14 -2881;15;5315.40;9.70;1777.80;3.32;1.28 -2882;15;4580.40;9.50;713.80;0.21;0.98 -2883;15;3956.40;9.50;563.00;4.18;0.96 -2884;15;3649.60;9.50;307.40;3.71;1.34 -2885;15;2986.60;9.50;375.20;2.57;0.78 -2886;15;2114.80;9.50;193.60;3.10;0.84 -2887;15;1830.80;9.50;1146.20;-1.49;1.12 -2888;15;1988.60;9.50;1743.00;4.45;0.70 -2889;15;1363.60;9.50;1097.40;1.81;1.24 -2890;15;985.00;9.50;362.80;4.22;1.22 -2891;15;101.80;11.71;608.40;1.00;1.10 -2892;15;715.60;9.50;1312.80;4.55;0.96 -2893;15;1024.20;9.50;828.20;1.83;1.26 -2894;15;603.20;9.50;1830.40;2.21;1.24 -2895;15;2779.00;9.50;1542.20;4.03;0.26 -2896;15;3560.80;9.50;1132.00;4.15;1.16 -2897;15;2136.20;9.50;997.00;3.17;1.06 -2898;15;801.00;9.50;1540.00;4.30;1.02 -2899;15;4736.00;9.50;756.40;1.29;1.16 -2901;15;5066.00;9.50;856.60;4.26;1.48 -2902;15;4832.00;9.50;811.00;3.30;0.90 -2903;15;5205.00;9.66;1713.80;4.67;1.10 -2904;15;4523.40;9.50;674.60;-0.15;0.98 -2906;15;3675.80;9.50;837.20;3.10;1.14 -2907;15;3683.60;9.50;364.20;2.26;0.96 -2908;15;2961.40;9.50;400.80;2.27;0.72 -2910;15;1802.60;9.50;1104.80;3.25;1.06 -2911;15;2005.80;9.50;1821.60;3.78;1.34 -2912;15;1386.20;9.50;1086.00;2.98;1.18 -2913;15;877.20;9.50;303.80;4.03;1.28 -2914;15;24.20;9.50;699.20;3.18;1.04 -2915;15;788.20;9.50;1269.40;1.65;0.92 -2916;15;941.60;9.50;795.20;3.26;1.28 -2917;15;499.00;9.50;1857.40;3.87;1.22 -2918;15;2796.80;9.50;1624.20;4.14;0.50 -2919;15;3667.00;9.50;1070.00;-1.32;0.82 -2920;15;2189.00;9.50;1102.20;3.14;1.16 -2921;15;857.80;9.50;1614.80;1.59;0.94 -2922;15;4755.60;9.50;734.00;2.30;0.94 -2924;15;5321.20;9.50;36.00;4.53;1.24 -2925;15;5146.80;9.50;867.80;2.35;1.26 -2926;15;4994.20;9.50;976.80;1.72;1.08 -2927;15;5244.20;9.50;1681.80;1.72;0.96 -2928;15;4495.20;9.50;724.00;3.43;1.12 -2929;15;3959.00;9.50;515.80;3.58;0.96 -2930;15;3768.00;9.50;763.80;3.14;0.86 -2931;15;3699.60;9.50;387.60;3.49;1.02 -2932;15;2936.00;9.50;468.00;4.06;0.92 -2933;15;2007.60;9.50;161.00;4.30;1.22 -2934;15;1789.00;9.50;1207.00;3.14;1.28 -2935;15;1959.80;9.50;1761.20;2.47;1.20 -2936;15;2809.40;9.50;2009.00;2.73;1.36 -2937;15;984.40;9.50;328.40;2.25;1.48 -2938;15;82.00;9.50;688.40;2.92;1.30 -2939;15;776.00;9.50;1243.40;4.08;0.94 -2940;15;884.80;9.50;753.80;3.54;0.96 -2941;15;661.40;9.50;996.40;2.72;0.84 -2942;15;2773.60;9.50;1639.80;-0.39;1.24 -2943;15;3736.20;9.50;1059.40;2.17;0.86 -2944;15;2160.00;9.50;1273.60;3.49;1.14 -2945;15;806.60;9.50;1750.80;1.44;1.76 -2946;15;4647.00;9.64;794.40;1.50;1.06 -2948;15;5308.00;9.50;73.60;2.63;1.06 -2949;15;5259.00;9.50;856.80;2.95;1.28 -2950;15;4960.20;9.50;935.00;1.74;0.84 -2952;15;4558.80;9.50;747.40;2.53;1.10 -2953;15;3970.80;9.50;466.40;3.51;0.96 -2954;15;3647.00;9.50;792.60;3.87;1.10 -2955;15;3679.20;9.50;314.00;4.57;1.24 -2956;15;2994.60;9.50;484.40;3.27;1.04 -2957;15;2110.20;9.50;133.60;1.80;1.18 -2958;15;2388.60;9.50;953.40;2.02;0.92 -2959;15;2116.40;9.50;1807.80;4.32;1.14 -2960;15;2828.00;9.50;1954.20;3.42;0.94 -2961;15;878.60;9.50;355.40;2.66;1.30 -2962;15;5.20;9.50;742.80;4.16;1.08 -2963;15;826.60;9.50;1212.00;3.99;1.36 -2964;15;931.40;9.50;730.80;4.05;1.38 -2965;15;592.40;9.50;1899.20;2.74;1.16 -2966;15;2867.00;9.50;1633.60;1.65;0.94 -2967;15;3811.20;9.50;1058.00;2.88;0.86 -2968;15;2115.60;9.50;1137.40;4.58;1.08 -2969;15;55.20;9.50;1512.00;3.18;1.22 -2970;15;638.00;9.50;1891.80;4.69;1.98 -2971;15;4678.00;9.50;830.00;0.98;1.04 -2973;15;5398.40;9.50;91.00;1.90;1.00 -2974;15;5338.40;9.50;911.40;3.51;1.48 -2977;15;2800.00;9.50;1532.00;1.89;0.28 -2978;15;4598.20;9.50;785.60;2.03;1.14 -2979;15;4038.00;9.50;461.40;1.95;0.98 -2980;15;3720.00;9.50;758.60;3.42;0.72 -2981;15;3622.00;9.50;386.40;3.71;0.98 -2982;15;3007.20;9.50;510.00;1.82;0.90 -2983;15;2004.20;9.50;113.60;4.28;1.28 -2984;15;2377.00;9.50;996.00;1.95;1.22 -2985;15;2122.00;9.50;1589.60;4.17;1.96 -2986;15;2888.00;9.50;1892.00;2.46;0.86 -2987;15;937.80;9.50;352.00;2.46;0.98 -2988;15;6.40;9.50;780.40;4.46;0.92 -2989;15;855.60;9.50;1270.80;1.75;1.28 -2990;15;974.60;9.50;768.80;4.10;1.24 -2993;15;2832.40;9.50;1686.00;4.42;0.98 -2997;15;2104.00;9.50;1109.80;2.52;1.02 -3001;15;217.40;9.50;1422.20;3.21;1.36 -3002;15;543.80;9.50;1962.80;1.70;1.24 -3006;15;4672.00;9.50;982.40;2.30;1.06 -3011;15;5414.80;9.50;120.40;-1.53;1.66 -3014;15;5241.40;9.50;897.60;4.29;1.18 -3015;15;4976.20;9.50;922.40;-1.51;1.28 -3019;15;5348.80;9.50;1680.40;2.93;1.12 -3020;15;4523.20;9.50;781.60;3.71;1.10 -3023;15;4059.20;9.50;429.80;2.73;0.94 -3024;15;3712.80;9.50;713.80;4.46;0.78 -3028;15;3606.20;9.50;374.00;2.23;0.90 -3029;15;2932.20;9.50;516.60;4.03;0.98 -3032;15;2054.20;9.50;63.00;2.94;1.02 -3036;15;2307.80;9.50;981.60;3.62;1.12 -3037;15;2114.20;9.50;1699.00;3.94;1.82 -3038;15;2885.80;9.50;1964.60;2.81;0.92 -3042;15;947.20;9.50;395.60;2.96;0.92 -3043;15;110.20;9.50;727.20;2.02;1.32 -3046;15;2.60;9.50;1798.60;4.21;0.80 -3047;15;886.40;9.50;1243.60;3.00;1.14 -3051;15;1050.60;9.50;847.80;3.69;1.02 -3195;15;2736.60;9.50;1695.80;-0.67;1.16 -3198;15;2089.40;9.50;968.00;2.99;0.92 -3200;15;186.40;9.50;1456.80;4.32;0.96 -3204;15;4603.60;9.50;1013.60;4.12;0.94 -3209;15;5403.40;9.50;139.80;2.21;1.00 -3212;15;5215.40;9.50;927.20;2.74;1.20 -3213;15;4955.60;9.50;910.20;3.03;1.00 -3218;15;4525.20;9.50;794.40;1.63;0.98 -3222;15;4000.80;9.50;425.20;3.77;0.88 -3223;15;3762.60;9.50;641.60;3.43;1.00 -3227;15;3579.20;9.50;326.60;3.17;0.84 -3228;15;2922.60;9.50;561.40;4.04;0.94 -3232;15;2634.60;9.50;161.00;4.01;1.06 -3233;15;2013.40;9.50;69.40;3.01;0.82 -3237;15;2269.20;9.50;988.40;2.96;1.08 -3238;15;2236.00;9.50;1588.00;1.29;1.66 -3239;15;1405.00;9.50;1058.60;4.17;1.22 -3243;15;993.60;9.50;435.80;1.80;1.26 -3244;15;151.60;9.50;720.60;2.83;1.06 -3248;15;35.60;9.50;1817.20;3.54;1.00 -3249;15;903.20;9.50;1291.40;2.59;1.04 -3252;15;1129.00;9.50;792.60;1.63;1.08 -3253;15;474.40;9.50;1931.80;1.25;1.70 -3400;15;2841.00;9.50;1733.40;1.72;0.88 -3405;15;2077.60;9.50;1010.40;4.04;1.12 -3408;15;230.00;9.50;1361.00;4.54;1.34 -3411;15;4557.00;9.50;941.60;3.56;0.92 -3416;15;5374.00;9.50;186.40;2.96;0.98 -3419;15;5180.00;9.50;955.20;2.18;1.22 -3420;15;4970.20;9.50;885.00;3.52;1.10 -3424;15;5207.20;9.50;1598.80;2.15;1.20 -3425;15;4457.80;9.50;776.00;1.87;1.02 -3428;15;4049.80;9.50;378.80;1.97;0.92 -3429;15;3765.60;9.50;675.20;1.75;1.14 -3432;15;3628.60;9.50;343.20;2.57;1.18 -3433;15;2935.20;9.50;608.20;3.19;0.96 -3436;15;2671.00;9.50;218.00;2.76;0.78 -3440;15;2263.00;9.50;1040.20;3.47;1.28 -3441;15;2029.60;9.50;1718.20;3.29;1.02 -3442;15;1483.20;9.50;1002.00;4.26;0.88 -3445;15;1008.20;9.50;463.60;4.49;1.24 -3446;15;79.00;9.50;783.40;3.85;1.22 -3450;15;88.40;9.50;1783.20;4.39;0.96 -3451;15;905.60;9.50;1204.20;3.46;1.08 -3453;15;1148.60;9.50;818.60;3.94;1.26 -3454;15;459.80;9.50;1918.00;3.87;0.74 -3528;15;2751.60;9.50;1523.60;3.54;0.52 -3590;15;2707.60;9.50;1639.20;0.35;1.02 -3595;15;1967.60;9.50;1187.40;4.04;1.08 -3599;15;282.60;9.50;1468.00;4.58;0.82 -3600;15;451.00;9.50;1866.20;3.39;1.46 -3603;15;4597.40;9.50;814.00;1.57;0.80 -3607;15;5394.80;9.50;198.00;3.90;1.38 -3610;15;5246.00;9.50;984.20;2.66;1.38 -3611;15;4889.40;9.50;794.60;1.86;0.96 -3615;15;5198.40;9.50;1563.40;3.25;0.68 -3616;15;4458.60;9.50;735.40;1.92;0.92 -3619;15;3977.80;9.50;385.80;3.65;0.86 -3620;15;3656.80;9.50;669.00;1.76;1.10 -3624;15;3585.40;9.50;268.40;1.84;1.22 -3625;15;2947.40;9.50;647.80;2.11;0.94 -3628;15;2605.20;9.50;173.00;2.39;0.88 -3632;15;2289.80;9.50;1048.80;3.99;1.00 -3633;15;1943.40;9.50;1815.60;4.28;0.98 -3634;15;1524.60;9.50;894.40;3.76;1.18 -3637;15;983.40;9.50;498.20;2.82;1.04 -3638;15;187.20;9.50;792.60;2.18;0.84 -3642;15;87.00;9.50;1825.40;3.41;0.90 -3643;15;922.80;9.50;1247.00;4.10;1.08 -3647;15;1107.20;9.50;889.00;1.74;1.26 -3648;15;490.60;9.50;1927.20;4.48;1.20 -3785;15;2687.80;9.50;1641.40;1.20;0.60 -3789;15;1966.40;9.50;1062.80;3.21;0.90 -3792;15;717.40;9.50;1453.20;1.88;0.74 -3793;15;502.80;9.50;1878.60;4.44;1.16 -3797;15;4472.00;9.50;756.80;4.21;1.12 -3801;15;5308.60;9.50;146.20;4.16;1.28 -3804;15;5190.60;9.50;1003.60;3.43;1.16 -3805;15;4892.00;10.40;759.40;4.51;1.02 -3808;15;5144.80;9.50;1620.60;3.24;1.44 -3809;15;4426.00;9.50;754.80;1.62;0.78 -3812;15;3980.40;9.50;346.80;4.17;0.96 -3813;15;3708.80;9.50;686.40;1.86;1.04 -3817;15;3589.00;9.50;253.00;3.92;1.04 -3818;15;2940.80;9.50;702.60;3.05;0.78 -3821;15;2633.40;9.50;230.40;1.90;0.94 -3822;15;1996.00;9.50;24.00;3.92;0.58 -3825;15;2278.00;9.50;1073.40;1.65;1.20 -3826;15;1961.80;9.50;1785.20;3.42;0.96 -3827;15;799.80;9.50;271.40;2.12;1.10 -3831;15;705.40;9.50;264.80;4.32;1.24 -3832;15;35.20;9.50;852.00;2.49;0.98 -3836;15;1.20;9.50;1842.60;3.85;0.30 -3837;15;988.20;9.50;1193.60;1.96;1.32 -3841;15;1126.40;9.50;868.40;-1.52;1.42 -3842;15;553.20;9.50;1951.20;4.09;1.20 -3990;15;2700.20;9.50;1581.40;-1.44;0.70 -3993;15;1948.00;9.50;1074.40;2.14;0.92 -3997;15;828.80;9.50;1387.80;3.77;1.46 -3998;15;754.60;9.50;1634.80;2.62;1.20 -4002;15;4364.00;9.50;826.40;-1.47;1.24 -4007;15;5316.60;9.50;114.20;2.43;1.02 -4011;15;5216.20;9.75;1037.00;3.95;1.22 -4012;15;4874.40;9.50;861.40;3.03;0.86 -4015;15;5133.60;9.50;1542.60;3.67;1.20 -4016;15;4373.00;9.50;775.40;-0.96;0.90 -4020;15;3916.80;9.50;425.00;4.04;0.94 -4021;15;3694.20;9.50;630.40;1.48;1.06 -4025;15;3524.20;9.50;231.80;3.36;1.02 -4026;15;2820.20;9.50;739.00;4.34;0.94 -4030;15;2644.80;9.50;269.60;3.32;0.92 -4034;15;2770.40;9.50;1872.20;3.88;1.08 -4035;15;1971.20;9.50;1730.00;3.95;0.96 -4036;15;1542.60;9.50;764.00;2.07;0.80 -4039;15;652.40;9.50;174.60;1.86;1.06 -4040;15;72.80;9.50;836.20;2.71;1.18 -4043;15;33.20;9.50;1853.80;2.95;0.80 -4044;15;888.00;9.50;1164.60;2.29;1.42 -4048;15;1134.80;9.50;943.80;3.27;1.26 -4049;15;563.20;9.50;1961.00;4.42;0.70 -4212;15;2673.80;9.50;1548.00;-1.31;1.12 -4213;15;2558.00;9.50;1240.20;2.32;1.00 -4217;15;1975.00;9.50;1101.20;2.52;0.88 -4220;15;461.80;9.50;1356.00;2.19;1.22 -4221;15;699.20;9.50;1601.20;3.86;0.94 -4225;15;4461.40;9.50;590.00;4.71;0.90 -4230;15;5283.20;9.50;87.40;1.93;1.02 -4234;15;5190.80;9.50;1051.40;2.88;0.86 -4235;15;4908.40;9.50;812.80;3.95;1.14 -4239;15;5102.40;9.50;1484.80;2.84;1.30 -4240;15;4438.40;9.50;804.40;1.80;1.28 -4243;15;3959.40;9.50;366.80;1.61;1.14 -4244;15;3744.60;9.50;618.00;2.43;0.90 -4248;15;3555.20;9.50;221.80;4.67;0.88 -4249;15;2871.80;9.50;698.40;2.25;0.92 -4253;15;2634.80;9.50;311.00;3.33;0.96 -4257;15;2403.20;9.50;1042.40;3.17;1.30 -4258;15;2077.00;9.50;1655.00;3.14;1.60 -4259;15;1494.60;9.50;712.00;4.30;1.04 -4263;15;610.40;9.50;190.60;2.20;1.00 -4264;15;106.80;9.50;834.20;3.81;0.92 -4267;15;875.80;9.50;1115.40;3.51;1.38 -4271;15;1097.40;9.50;943.00;1.91;1.04 -4370;15;2764.60;9.50;1533.00;1.57;0.52 -4438;15;2666.20;9.50;1528.40;1.67;1.26 -4439;15;2404.80;9.50;1124.80;3.88;1.06 -4443;15;1872.40;9.50;1130.80;4.08;1.04 -4447;15;738.60;9.50;1240.00;3.72;1.32 -4448;15;744.80;9.50;1488.60;3.32;1.18 -4451;15;4659.80;9.50;592.40;1.93;1.10 -4456;15;5180.00;9.50;112.20;3.95;1.12 -4460;15;5140.20;9.50;1054.80;3.36;1.20 -4465;15;5079.40;9.50;1413.00;1.27;0.98 -4466;15;4513.60;9.50;835.80;4.26;1.12 -4470;15;3971.20;9.50;336.80;2.27;0.92 -4471;15;3614.00;9.50;644.00;3.81;0.92 -4475;15;2793.00;9.50;690.20;-1.53;0.80 -4479;15;2602.80;9.50;324.60;2.09;1.16 -4483;15;2440.60;9.50;1034.60;3.95;1.16 -4484;15;1986.40;9.50;1663.80;4.24;1.56 -4485;15;1573.60;9.50;722.20;2.13;1.12 -4489;15;665.20;9.50;219.60;1.64;0.94 -4490;15;40.40;9.50;868.60;4.54;1.06 -4494;15;920.40;9.50;1153.00;3.37;1.22 -4497;15;1089.80;9.50;999.00;2.02;1.28 -4498;15;616.60;9.50;1863.40;4.04;1.18 -4662;15;2648.60;9.50;1596.80;1.33;0.96 -4663;15;2239.40;9.50;1334.80;4.03;1.28 -4667;15;1832.20;9.50;1197.00;4.26;0.88 -4671;15;429.60;9.50;1303.60;4.44;1.08 -4672;15;817.80;9.50;911.40;2.27;1.00 -4676;15;4722.00;9.50;497.40;2.58;0.40 -4679;15;5092.80;9.50;72.00;4.18;0.96 -4683;15;5167.40;9.50;988.80;1.89;1.32 -4684;15;4910.60;9.50;634.60;0.58;0.98 -4688;15;5049.20;9.50;1492.20;3.34;1.16 -4689;15;4516.80;9.50;868.40;-1.51;1.04 -4693;15;3924.20;9.50;343.60;2.57;0.94 -4694;15;3600.60;9.50;796.80;3.69;1.12 -4698;15;3493.00;9.50;174.20;3.70;1.32 -4699;15;2893.80;9.50;650.60;2.87;0.98 -4702;15;2600.00;9.50;282.20;3.34;0.96 -4706;15;2391.60;9.50;1085.20;3.90;1.36 -4707;15;2075.20;9.50;1527.00;3.94;1.18 -4708;15;1567.40;9.50;684.60;3.79;1.36 -4712;15;588.40;9.50;240.00;2.99;1.18 -4713;15;121.80;9.50;890.40;3.45;1.14 -4717;15;975.80;9.50;1157.80;3.54;1.38 -4721;15;1121.20;9.50;992.00;3.18;1.20 -4722;15;731.40;9.51;1844.20;2.03;1.04 -4885;15;2732.60;9.50;1481.60;1.96;0.86 -4886;15;2350.40;9.50;1195.60;2.96;1.02 -4890;15;1810.20;9.50;1284.60;3.17;1.36 -4894;15;582.40;9.50;1151.80;2.67;1.24 -4895;15;884.20;9.50;1386.00;3.84;1.10 -4899;15;4752.20;9.50;626.00;4.34;1.46 -4905;15;5012.80;9.50;44.80;3.42;1.04 -4906;15;5165.00;9.50;1083.80;4.54;1.16 -4907;15;4855.00;9.50;674.80;4.42;1.02 -4911;15;5105.20;9.50;1545.80;2.71;1.02 -4912;15;4546.00;9.50;915.40;2.14;1.18 -4916;15;4021.60;9.50;306.80;1.78;1.02 -4917;15;3602.20;9.50;712.80;2.95;1.04 -4921;15;3473.60;9.50;108.40;4.27;1.10 -4922;15;2853.40;9.50;666.20;2.39;0.68 -4926;15;2571.60;9.50;234.20;3.26;0.88 -4929;15;2489.00;9.50;1072.20;1.33;1.08 -4930;15;2126.40;9.50;1359.20;2.23;0.88 -4931;15;1621.00;9.50;632.20;3.14;1.10 -4935;15;655.40;9.50;269.60;2.48;1.02 -4936;15;181.60;9.50;834.00;3.87;0.92 -4940;15;1027.40;9.50;1112.00;1.91;1.12 -4944;15;1167.40;9.50;989.20;3.98;1.08 -4945;15;685.00;9.50;1817.80;2.69;1.14 -5108;15;2772.20;9.50;1427.60;0.29;0.76 -5109;15;2273.20;9.50;1497.40;3.98;1.18 -5111;15;1846.60;9.50;1314.40;4.04;0.98 -5113;15;226.00;9.50;1312.60;4.17;1.24 -5114;15;1012.20;9.50;1171.00;4.36;0.98 -5116;15;4720.40;9.50;461.00;3.98;1.00 -5122;15;5035.40;9.50;65.80;3.70;0.86 -5123;15;5268.00;9.50;1100.00;2.60;1.18 -5124;15;4913.60;9.50;728.40;2.93;1.02 -5126;15;5058.80;9.50;1543.80;3.29;0.68 -5127;15;4481.80;9.50;923.00;-1.17;1.24 -5129;15;3929.00;9.50;298.00;3.92;0.88 -5130;15;3604.00;9.50;661.00;2.11;1.02 -5132;15;3528.80;9.50;101.60;4.32;1.26 -5133;15;2803.80;9.50;669.80;2.86;0.88 -5137;15;2541.20;9.50;237.60;2.99;1.02 -5140;15;2469.60;9.50;1144.40;2.84;1.16 -5141;15;2122.80;9.50;1407.40;2.41;1.04 -5142;15;1610.80;9.50;594.00;1.33;1.26 -5144;15;578.40;9.50;264.00;-1.38;1.34 -5145;15;189.80;9.50;880.40;2.88;0.98 -5147;15;1011.40;9.50;1075.60;3.39;1.16 -5149;15;1212.00;9.50;880.00;3.33;1.14 -5150;15;793.80;9.50;1792.80;1.39;1.10 -5233;15;2749.80;9.50;1406.80;1.63;0.78 -5234;15;2489.60;9.50;1484.40;2.10;1.06 -5235;15;1916.20;9.50;1341.80;4.16;1.26 -5237;15;1057.60;9.50;1135.60;3.49;1.06 -5238;15;4826.20;9.50;548.60;-1.42;1.18 -5240;15;5062.40;9.68;22.60;-1.13;1.48 -5241;15;5242.80;9.50;1133.00;1.73;1.12 -5242;15;4836.60;9.50;752.60;3.05;1.02 -5243;15;5102.60;9.50;1601.00;2.69;1.16 -5244;15;4462.60;9.50;959.80;-1.17;1.40 -5245;15;3986.60;9.50;287.80;2.49;0.86 -5246;15;3524.20;9.50;684.60;-1.48;1.30 -5247;15;3439.60;9.50;290.80;-1.42;1.30 -5248;15;2811.40;9.50;620.20;2.11;1.08 -5249;15;2484.40;9.50;230.80;4.08;1.00 -5250;15;2389.60;9.50;1180.20;4.35;1.24 -5251;15;2071.60;9.50;1374.80;3.04;1.00 -5252;15;1628.80;9.50;588.80;4.39;1.06 -5253;15;658.60;9.50;293.40;4.19;0.86 -5254;15;251.20;9.50;873.00;2.38;1.26 -5255;15;939.80;9.50;1096.20;3.30;1.40 -5256;15;1190.80;9.50;937.20;3.44;1.32 -5257;15;872.80;9.54;1707.00;0.05;1.38 -5258;15;2656.40;9.50;1416.60;4.09;0.80 -5260;15;1924.20;9.50;1249.20;3.18;1.40 -5261;15;90.40;9.50;1245.60;1.92;1.22 -5262;15;1212.20;9.50;1083.40;3.74;1.24 -5263;15;4847.40;9.50;447.40;1.20;1.04 -5266;15;5273.20;9.50;1185.60;1.64;1.20 -5267;15;4815.00;9.50;687.40;4.56;1.04 -5268;15;5089.00;9.50;1635.00;1.73;1.20 -5269;15;4576.40;9.50;971.80;1.10;1.42 -5270;15;3968.20;9.50;252.00;2.39;1.04 -5271;15;3609.00;9.50;612.80;1.86;1.04 -5272;15;3506.80;9.50;231.40;1.86;1.14 -5273;15;2793.20;9.50;555.60;4.03;1.14 -5274;15;2539.40;9.50;261.60;4.63;0.98 -5275;15;2391.60;9.50;1236.40;3.47;1.10 -5276;15;2056.60;9.50;1425.40;3.57;0.92 -5277;15;1655.00;9.50;535.60;4.33;1.22 -5278;15;639.40;9.50;321.20;2.39;1.06 -5279;15;122.80;9.50;959.60;4.30;1.08 -5280;15;871.20;9.50;1053.40;4.41;1.26 -5281;15;1268.00;9.50;979.20;2.08;1.08 -5282;15;853.80;9.50;1710.60;1.63;0.94 -5284;15;2662.60;9.50;1363.80;1.61;0.80 -5285;15;1610.20;9.50;69.00;2.94;0.84 -5286;15;2509.40;9.50;1753.60;1.50;1.32 -5287;15;1963.00;9.50;1232.20;4.36;1.06 -5288;15;6.80;9.50;1179.80;3.09;0.30 -5289;15;1301.60;9.50;1059.00;3.45;1.16 -5290;15;4882.60;9.50;585.20;2.90;0.98 -5292;15;5225.00;9.50;58.00;1.84;1.08 -5293;15;5284.40;9.50;1156.40;2.86;1.22 -5294;15;4794.80;9.50;675.00;1.57;1.16 -5295;15;5006.00;9.50;1645.00;3.38;1.14 -5296;15;4627.00;9.50;965.60;1.95;1.30 -5297;15;3990.00;9.50;207.00;2.35;1.02 -5298;15;3494.40;9.50;661.40;4.42;1.10 -5299;15;3373.40;9.50;342.00;4.59;1.40 -5300;15;2763.40;9.50;531.40;3.77;0.84 -5301;15;2493.40;9.50;280.80;3.78;0.96 -5302;15;2366.60;9.50;1159.60;3.67;1.20 -5303;15;2014.80;9.50;1458.60;-1.44;1.10 -5304;15;1647.60;9.50;483.20;4.24;1.20 -5305;15;694.20;9.50;314.40;4.10;1.06 -5306;15;119.80;9.50;933.40;2.03;1.28 -5307;15;882.00;9.50;1004.80;4.68;1.28 -5308;15;1266.20;9.50;924.00;1.77;1.02 -5309;15;799.60;9.50;1698.80;1.95;1.04 -5311;15;2661.40;9.50;1323.60;1.64;0.78 -5312;15;2510.20;9.50;1817.00;3.17;1.50 -5313;15;2012.20;9.50;1358.40;4.18;1.18 -5314;15;195.80;9.50;1200.40;1.82;0.94 -5315;15;1379.20;9.50;1005.60;4.01;1.24 -5316;15;4927.60;9.50;464.20;-0.92;1.38 -5318;15;5180.00;9.50;135.80;1.76;1.16 -5319;15;5323.60;9.50;1204.20;2.52;0.98 -5320;15;4870.80;9.70;606.20;1.75;1.00 -5321;15;4984.80;9.50;1619.80;1.84;1.10 -5322;15;4661.60;9.50;1051.20;-1.51;0.94 -5323;15;4010.00;9.50;241.80;2.58;0.98 -5324;15;3507.40;9.50;627.00;2.91;0.88 -5325;15;3429.40;9.50;288.60;1.86;0.98 -5326;15;2765.40;9.50;480.20;4.14;0.94 -5327;15;2507.60;9.50;324.00;2.07;1.26 -5328;15;2335.40;9.50;1154.60;2.45;1.40 -5329;15;2021.40;9.50;1506.60;1.50;1.38 -5330;15;1696.80;9.50;431.80;1.91;1.26 -5331;15;740.40;9.50;328.20;3.87;1.02 -5332;15;3.40;9.50;910.00;3.98;0.78 -5333;15;1027.20;9.50;1017.00;2.46;1.24 -5334;15;1302.00;9.50;955.80;2.77;1.26 -5335;15;867.40;9.50;1659.40;1.36;1.32 -5336;15;2659.00;9.50;1296.80;1.60;0.86 -5337;15;2355.40;9.50;1988.80;1.59;1.44 -5338;15;1921.60;9.50;1440.40;2.77;0.82 -5339;15;375.40;9.50;1035.20;1.66;0.98 -5340;15;4927.80;9.50;427.00;-1.31;0.76 -5341;15;5220.00;9.50;220.60;1.62;1.04 -5342;15;5368.60;9.50;1155.40;1.90;1.30 -5343;15;4706.20;10.07;624.20;-0.92;1.74 -5344;15;4945.40;9.50;1633.60;2.31;0.54 -5345;15;4662.00;9.50;1031.40;2.73;0.94 -5346;15;4035.00;9.50;225.20;4.59;0.94 -5347;15;3463.40;9.50;630.80;3.55;1.26 -5348;15;3360.20;9.50;256.00;4.18;1.34 -5349;15;2811.20;9.50;458.60;4.19;0.86 -5350;15;2476.00;9.50;372.20;3.39;0.90 -5351;15;2279.20;9.50;1101.00;4.34;1.20 -5353;15;1628.00;9.50;324.40;4.48;1.26 -5354;15;726.20;9.50;360.20;2.57;1.06 -5355;15;47.00;9.50;960.60;2.01;1.04 -5356;15;3.00;9.50;1890.40;3.99;0.66 -5357;15;1017.00;9.50;958.80;2.98;1.26 -5358;15;1356.00;9.50;884.00;1.57;0.94 -5359;15;774.20;9.50;1663.80;3.92;0.82 -5360;15;2659.40;9.50;1247.60;3.75;0.80 -5361;15;2265.00;9.50;1979.60;2.02;1.38 -5362;15;2010.60;9.50;1411.20;4.05;1.02 -5363;15;587.00;9.50;985.80;-1.41;1.18 -5364;15;5091.80;9.50;500.80;1.86;1.46 -5365;15;5164.00;9.50;270.60;4.37;1.32 -5366;15;4738.20;9.50;565.60;-1.38;0.84 -5367;15;4692.00;9.55;1008.00;4.24;1.12 -5368;15;4020.40;9.50;207.40;4.06;1.02 -5369;15;3428.20;9.50;582.20;4.37;0.84 -5370;15;3356.00;9.50;230.00;2.35;1.22 -5371;15;2802.80;9.50;435.60;2.15;1.08 -5372;15;2558.60;9.50;350.60;1.63;1.12 -5373;15;2247.80;9.50;1133.20;2.83;1.28 -5374;15;1902.80;9.50;1468.00;-1.40;1.20 -5375;15;1656.00;9.50;247.80;3.70;0.80 -5377;15;49.60;9.50;991.00;4.28;1.26 -5378;15;48.60;9.50;1898.80;3.60;0.92 -5379;15;947.20;9.50;984.60;3.60;1.28 -5380;15;1354.00;9.50;947.80;2.90;0.94 -5381;15;862.00;9.50;1570.40;1.51;1.16 -5382;15;2676.00;9.50;1260.80;4.33;0.62 -5383;15;3566.40;9.50;872.00;3.68;0.98 -5384;15;1951.60;9.50;1543.00;2.23;1.06 -5385;15;702.80;9.50;1091.40;4.44;1.02 -5386;15;5544.60;9.50;96.00;4.33;1.76 -5387;15;5089.60;9.50;438.20;3.46;1.18 -5388;15;3328.00;9.50;1108.60;4.27;1.04 -5389;15;5235.00;9.50;315.60;1.74;0.92 -5390;15;4801.20;9.50;606.40;3.17;1.30 -5391;15;4971.60;9.50;1664.00;2.60;0.64 -5392;15;4623.60;9.50;934.20;3.74;1.02 -5393;15;4094.40;9.50;206.00;3.84;1.10 -5394;15;3421.80;9.50;536.00;4.50;1.16 -5395;15;3292.00;9.50;155.40;4.59;1.38 -5396;15;2810.20;9.50;412.60;4.03;1.06 -5397;15;2609.40;9.50;351.60;4.29;1.12 -5398;15;2211.80;9.50;1188.80;3.09;1.20 -5399;15;1949.80;9.50;1384.80;4.50;1.06 -5400;15;1611.00;9.50;232.20;3.53;1.42 -5401;15;633.40;9.50;403.80;2.23;1.32 -5402;15;139.60;9.50;1021.00;2.86;1.12 -5404;15;902.60;9.50;977.20;3.26;1.30 -5405;15;1371.00;9.50;903.60;3.99;0.92 -5406;15;756.40;9.50;1573.00;4.35;1.20 -5407;15;2751.20;9.50;1249.60;1.67;0.58 -5408;15;2127.80;9.50;1852.80;4.35;1.24 -5409;15;1867.80;9.50;1447.40;2.82;0.96 -5410;15;934.00;9.50;1039.60;4.53;1.46 -5411;15;5120.80;9.50;393.80;3.73;1.32 -5412;15;3264.00;9.70;1343.40;0.62;0.66 -5413;15;5261.40;9.50;303.20;4.47;1.08 -5414;15;4750.80;9.50;508.80;0.52;1.22 -5415;15;5146.20;9.50;1708.80;1.61;0.74 -5416;15;4583.20;9.50;910.20;3.99;1.00 -5417;15;4152.40;9.50;175.80;2.45;1.00 -5418;15;3501.00;9.50;569.60;2.91;1.02 -5420;15;2779.20;9.50;394.60;3.18;1.08 -5421;15;2629.00;9.50;412.20;3.14;1.06 -5422;15;2265.20;9.50;1172.80;3.18;1.20 -5423;15;1980.20;9.50;1436.00;2.94;1.02 -5424;15;1612.80;9.50;172.40;-1.26;1.20 -5425;15;604.80;9.50;341.00;1.70;1.34 -5426;15;32.80;9.50;1041.60;4.41;0.98 -5428;15;893.20;9.50;934.20;2.69;1.28 -5430;15;887.60;9.50;1493.60;1.50;0.64 -5431;15;2808.60;9.50;1255.00;1.03;0.78 -5432;15;2214.80;9.50;1901.20;4.26;1.50 -5433;15;1746.60;9.50;1444.60;3.27;0.88 -5435;15;5253.40;9.50;281.80;2.09;1.52 -5436;15;1587.40;9.50;982.20;3.22;0.40 -5437;15;5335.80;9.50;264.20;1.85;1.00 -5438;15;4773.00;9.50;504.00;-1.32;0.82 -5439;15;5047.00;9.50;1702.20;4.03;1.18 -5440;15;4591.40;9.50;874.20;3.22;0.92 -5441;15;4751.80;9.50;109.60;4.32;0.86 -5442;15;3549.80;9.50;580.20;3.10;1.02 -5443;15;3269.80;9.50;123.00;3.90;1.24 -5444;15;2866.40;9.50;358.60;1.68;0.74 -5445;15;2599.80;9.50;381.40;2.12;0.90 -5446;15;2174.00;9.50;1149.20;3.70;1.04 -5447;15;1911.60;9.50;1403.20;3.46;1.16 -5448;15;1626.80;9.50;162.20;3.30;1.00 -5449;15;564.00;9.50;309.40;2.14;1.02 -5450;15;28.80;9.50;1016.40;2.69;0.88 -5451;15;852.80;9.50;904.20;3.75;1.42 -5452;15;1368.40;9.50;837.20;4.30;1.48 -5453;15;806.60;9.50;1477.00;2.60;1.02 -5454;15;2830.00;9.50;1298.40;1.23;0.84 -5455;15;2333.80;9.50;1894.20;2.42;1.04 -5456;15;1788.20;9.50;1372.40;2.92;0.90 -5457;15;867.00;9.50;986.00;1.89;1.02 -5459;15;5199.80;9.50;182.40;1.86;1.06 -5460;15;5469.40;9.50;291.40;4.49;1.02 -5461;15;5588.20;9.50;1672.60;2.40;1.24 -5462;15;4776.60;9.50;542.00;-1.39;0.94 -5463;15;4684.60;9.50;881.40;1.35;0.82 -5464;15;4071.20;9.50;197.20;2.97;0.92 -5465;15;4716.80;9.50;56.40;2.25;0.88 -5466;15;3574.60;9.50;529.00;2.30;1.08 -5467;15;3312.80;9.50;74.00;2.46;1.20 -5468;15;2774.40;9.50;346.40;3.21;1.20 -5469;15;2622.60;9.50;451.40;3.30;0.92 -5471;15;2171.60;9.50;1201.80;2.62;0.98 -5472;15;1680.40;9.50;1333.20;4.14;0.98 -5473;15;1678.00;9.50;102.40;1.43;0.98 -5474;15;562.80;9.50;405.00;2.44;1.22 -5475;15;26.60;9.50;1065.80;2.32;0.64 -5476;15;907.80;9.50;862.60;4.47;1.30 -5477;15;1330.40;9.50;806.40;4.02;1.16 -5478;15;783.60;9.50;1514.80;2.32;0.98 -5479;15;2869.40;9.50;1278.40;1.20;0.94 -5480;15;2358.80;9.50;1814.20;2.61;1.26 -5481;15;1711.20;9.50;1267.80;4.06;0.88 -5482;15;797.60;9.50;868.00;2.86;1.04 -5483;15;5463.00;9.50;70.60;1.48;1.18 -5484;15;5125.00;9.50;101.20;4.06;1.22 -5485;15;5452.60;9.50;267.80;2.15;1.22 -5486;15;1122.00;12.00;1664.20;4.70;0.86 -5487;15;4833.60;9.50;515.80;2.62;1.02 -5488;15;5219.20;9.57;1523.20;2.86;0.92 -5489;15;4638.80;9.50;868.60;2.92;1.10 -5490;15;4083.40;9.50;160.80;3.95;1.02 -5491;15;4778.60;9.50;155.00;3.04;1.00 -5492;15;3586.60;9.50;504.40;4.37;1.08 -5493;15;3263.00;9.50;90.80;2.24;1.24 -5494;15;2808.40;9.50;305.20;4.53;0.94 -5497;15;2156.20;9.50;1087.40;1.69;1.12 -5498;15;1872.40;9.50;1403.20;1.80;0.86 -5499;15;1599.80;9.50;112.00;4.01;0.94 -5500;15;529.20;9.50;354.80;2.80;1.06 -5501;15;73.80;9.50;1082.60;3.08;0.96 -5502;15;979.00;9.50;913.40;1.79;0.88 -5503;15;1295.20;9.50;852.40;3.74;0.98 -5504;15;899.60;9.50;1467.20;1.64;0.98 -5505;15;2851.60;9.50;1355.60;-1.23;1.00 -5506;15;2319.00;9.50;1684.60;2.41;1.14 -5507;15;1794.00;9.50;1152.40;2.58;1.54 -5508;15;579.20;9.50;940.80;4.23;1.42 -5509;15;5277.40;9.50;128.60;1.78;1.26 -5510;15;5016.00;9.50;69.80;1.61;1.02 -5511;15;5531.40;9.50;198.60;1.69;1.16 -5512;15;5555.60;9.50;1703.20;3.29;1.28 -5513;15;4864.80;9.50;473.60;-0.21;1.06 -5514;15;5053.20;9.50;1718.60;4.44;0.44 -5515;15;4688.60;9.50;568.40;4.60;1.12 -5516;15;4119.60;9.50;133.60;3.95;1.10 -5517;15;4756.80;9.50;80.00;2.32;0.62 -5518;15;3553.40;9.50;483.80;3.04;0.96 -5519;15;3252.20;9.50;49.60;3.48;1.06 -5520;15;2857.00;9.50;331.80;3.33;0.80 -5521;15;2565.00;9.50;429.00;4.24;1.02 -5522;15;1973.80;9.50;98.00;3.10;1.02 -5523;15;2120.40;9.50;1034.60;4.45;1.22 -5524;15;1832.40;9.50;1439.40;1.51;0.94 -5525;15;1554.80;9.50;91.20;4.07;1.24 -5526;15;468.40;9.50;355.40;3.54;1.26 -5527;15;117.40;9.50;1060.00;4.20;1.22 -5528;15;1001.40;9.50;897.20;4.23;1.34 -5529;15;1265.60;9.50;842.40;2.89;1.14 -5530;15;854.00;9.50;1438.80;3.58;1.22 -5531;15;2876.80;9.50;1277.80;-1.36;0.88 -5532;15;2425.40;9.50;1530.00;3.37;1.04 -5533;15;1868.00;9.50;1083.00;1.03;1.12 -5534;15;369.80;9.50;846.60;2.92;1.32 -5535;15;5388.60;9.50;231.00;1.92;1.14 -5536;15;4924.80;9.50;116.60;1.83;1.10 -5537;15;5473.00;9.50;231.40;1.98;1.18 -5538;15;4890.40;9.50;487.60;4.32;0.86 -5539;15;4419.80;9.50;659.40;-0.71;0.92 -5540;15;3992.00;9.50;175.80;3.89;1.08 -5541;15;4844.00;9.50;108.20;2.08;1.00 -5542;15;3600.40;9.50;473.00;2.99;0.98 -5543;15;3412.20;9.50;222.40;4.00;1.12 -5544;15;2863.60;9.50;280.00;2.80;0.80 -5545;15;2553.00;9.50;406.20;2.08;1.26 -5546;15;1985.20;9.50;37.20;1.79;1.08 -5547;15;2180.40;9.50;988.40;3.22;1.30 -5548;15;1777.80;9.50;1409.80;3.86;0.86 -5549;15;1575.60;9.50;154.80;3.50;1.14 -5550;15;449.20;9.50;220.40;4.10;1.18 -5551;15;152.20;9.50;1112.60;3.17;1.32 -5552;15;807.00;9.50;1006.40;2.05;1.00 -5553;15;1235.20;9.50;808.20;1.52;1.22 -5554;15;976.60;9.50;1393.40;2.37;1.28 -5555;15;2963.60;9.50;1383.60;1.46;0.86 -5556;15;2245.40;9.50;1381.20;3.70;0.84 -5557;15;1766.80;9.50;1138.00;2.90;1.00 -5558;15;347.20;9.50;931.00;2.39;1.18 -5559;15;5335.20;9.50;290.60;4.31;1.08 -5560;15;4833.40;9.50;157.40;2.35;1.02 -5561;15;5628.40;9.50;110.80;2.27;0.88 -5562;15;5391.60;9.50;1408.60;4.23;1.14 -5563;15;5019.80;9.88;474.80;1.28;1.30 -5564;15;4458.20;9.50;692.40;-1.39;1.04 -5565;15;4030.20;9.50;154.40;4.15;0.98 -5567;15;3585.20;9.50;399.80;-1.07;0.86 -5568;15;3460.20;9.50;210.20;3.50;1.04 -5569;15;2831.80;9.50;260.00;2.01;0.88 -5570;15;2531.80;9.50;460.20;3.92;0.98 -5571;15;2226.40;9.50;991.00;3.02;1.04 -5572;15;1708.00;9.50;1388.80;4.68;0.90 -5573;15;1554.40;9.50;127.60;2.05;1.32 -5574;15;560.80;9.50;250.40;1.98;0.96 -5575;15;207.40;9.50;1072.80;3.00;0.98 -5576;15;828.80;9.50;956.80;2.86;1.20 -5577;15;1314.20;9.50;792.80;1.74;1.16 -5578;15;1010.80;9.50;1339.80;1.83;1.50 -5579;15;2947.40;9.71;1355.60;-1.16;0.84 -5580;15;2197.40;9.50;1283.60;3.74;1.42 -5581;15;1705.60;9.50;1192.00;-0.85;1.44 -5582;15;271.00;9.50;1026.60;3.98;1.34 -5583;15;5228.00;9.50;404.40;2.52;1.14 -5584;15;4579.00;9.50;173.40;4.64;1.00 -5585;15;5590.80;9.50;152.20;-1.52;0.94 -5586;15;5154.80;9.50;1375.20;-1.54;1.20 -5587;15;5142.00;9.50;472.60;1.74;1.26 -5588;15;5035.80;9.50;1677.40;1.82;1.10 -5589;15;4500.40;9.50;652.20;1.54;0.86 -5590;15;4068.60;9.50;103.60;2.18;0.90 -5591;15;4805.80;9.50;71.80;2.35;0.90 -5592;15;3641.80;9.50;422.80;3.54;0.92 -5593;15;3459.00;9.50;165.20;2.88;1.08 -5594;15;2861.40;9.50;239.80;3.21;0.96 -5595;15;2694.00;9.50;207.20;3.53;0.98 -5597;15;2226.40;9.50;1046.00;2.83;0.92 -5598;15;1690.20;9.50;1369.60;4.19;0.84 -5599;15;1516.80;9.50;192.00;2.57;1.26 -5600;15;534.80;9.50;283.00;2.76;0.86 -5601;15;242.80;9.50;1057.00;4.71;1.14 -5602;15;816.20;9.50;1028.40;4.46;1.02 -5603;15;1332.40;9.50;766.60;2.20;1.18 -5604;15;1044.20;9.50;1293.40;1.84;1.40 -5605;15;2955.00;9.50;1275.80;-0.34;0.86 -5606;15;2347.60;9.50;1108.00;3.71;1.18 -5607;15;1697.40;9.50;1152.80;3.72;1.54 -5609;15;5453.00;9.50;362.40;1.64;1.08 -5610;15;4566.80;9.50;240.60;3.46;1.12 -5611;15;5580.80;9.50;183.20;-1.06;1.20 -5612;15;5211.80;9.50;1449.00;3.10;1.04 -5613;15;5032.80;9.50;448.40;-1.42;0.98 -5614;15;5112.60;9.50;1453.40;4.29;1.26 -5615;15;4453.00;9.92;621.00;0.78;0.82 -5616;15;4075.40;9.50;123.00;3.86;1.14 -5617;15;4813.20;9.50;35.80;2.29;0.82 -5618;15;3642.00;9.50;518.40;3.14;0.82 -5619;15;3417.80;9.50;187.00;2.63;1.12 -5620;15;2819.40;9.50;226.40;3.38;1.10 -5621;15;2770.80;9.50;253.60;3.10;1.06 -5622;15;1858.00;9.50;39.40;2.42;0.92 -5623;15;2182.40;9.50;1052.80;3.19;0.92 -5624;15;1636.40;9.50;1408.00;3.22;0.72 -5626;15;491.20;9.50;296.20;2.02;1.10 -5627;15;299.80;9.50;1091.40;3.83;1.08 -5628;15;820.40;9.50;1079.60;4.40;1.06 -5629;15;1271.00;9.50;721.80;4.14;1.04 -5630;15;1061.40;9.50;1308.00;4.28;1.26 -5631;15;2979.40;9.50;1207.40;-1.18;0.88 -5632;15;2366.20;9.50;918.00;2.98;1.18 -5633;15;1606.80;9.50;1150.60;3.28;1.58 -5634;15;141.80;9.50;910.20;4.53;0.96 -5635;15;5485.60;9.50;235.80;-1.30;1.16 -5636;15;4644.40;9.50;410.60;2.60;0.98 -5637;15;5516.60;9.50;129.20;-0.09;1.68 -5638;15;5315.20;9.50;1019.40;1.39;1.28 -5639;15;5077.40;9.50;409.20;2.41;0.94 -5640;15;5111.80;9.50;1411.20;3.77;1.26 -5641;15;4521.20;9.50;609.40;1.28;1.20 -5642;15;4087.60;9.50;73.20;2.85;1.16 -5643;15;4769.60;9.50;44.20;1.95;0.72 -5644;15;3667.80;9.50;517.40;4.06;0.84 -5645;15;3224.40;9.50;48.00;2.19;0.78 -5646;15;2869.80;9.50;108.80;2.05;0.90 -5647;15;2801.00;9.50;284.20;1.68;1.06 -5648;15;2066.60;9.50;1082.40;2.10;1.20 -5649;15;1669.00;9.50;1311.60;1.84;0.84 -5650;15;1608.20;9.50;287.40;3.58;1.36 -5651;15;407.80;9.50;113.20;-1.32;1.42 -5652;15;383.20;9.50;1122.80;2.00;1.18 -5653;15;724.00;9.50;1056.60;3.14;0.92 -5654;15;1252.80;9.50;699.20;1.53;0.98 -5655;15;1118.60;9.50;1203.00;1.41;1.26 -5656;15;2995.00;9.50;1334.80;1.37;1.00 -5657;15;2376.80;9.50;839.00;4.15;1.06 -5658;15;1660.60;9.50;1183.80;1.83;0.58 -5659;15;236.20;9.50;805.60;4.13;1.16 -5660;15;5418.80;9.50;402.00;1.57;0.90 -5661;15;4535.80;9.50;421.20;3.92;0.94 -5662;15;5623.20;9.50;283.00;1.93;1.16 -5663;15;5316.00;9.50;1109.00;2.97;1.24 -5664;15;4999.60;9.50;1219.40;2.02;1.34 -5665;15;5332.60;9.50;1492.80;3.04;0.98 -5666;15;4544.40;9.50;549.20;-0.70;1.00 -5667;15;4115.00;9.50;80.60;4.17;0.96 -5669;15;3731.40;9.50;517.00;3.24;0.82 -5670;15;3396.80;9.50;131.20;1.97;1.00 -5671;15;2814.60;9.50;155.80;4.26;1.04 -5672;15;2740.80;9.50;253.00;2.33;0.80 -5673;15;2036.80;9.50;1146.80;3.47;1.10 -5674;15;1670.40;9.50;1274.40;1.90;0.92 -5675;15;1531.20;9.50;255.40;-1.40;1.32 -5676;15;434.40;9.50;181.40;4.06;1.10 -5677;15;189.40;9.50;1115.80;4.17;1.16 -5678;15;812.80;9.50;1050.00;1.84;0.94 -5679;15;1262.60;9.50;765.00;2.43;1.24 -5680;15;1153.20;9.50;1224.40;2.31;0.82 -5681;15;3030.40;9.61;1286.60;-1.43;0.80 -5682;15;2288.00;9.50;785.40;4.35;1.22 -5683;15;1591.20;9.50;1107.40;2.48;1.16 -5684;15;512.40;9.50;605.00;2.28;1.06 -5685;15;1120.40;9.50;443.60;4.70;1.38 -5686;15;4447.40;9.50;476.40;1.98;1.00 -5687;15;3396.20;9.50;1870.80;4.43;0.84 -5688;15;5578.20;9.50;337.20;2.52;1.32 -5689;15;5368.40;9.50;1066.40;2.07;1.24 -5690;15;5041.40;9.50;1195.00;2.07;1.18 -5691;15;5240.80;9.50;1463.60;4.65;1.10 -5692;15;4325.80;9.50;896.80;1.60;1.00 -5694;15;4837.40;9.50;172.80;4.32;0.64 -5695;15;3677.00;9.50;479.40;3.14;0.94 -5696;15;3407.40;9.50;131.20;4.43;0.98 -5697;15;2800.40;9.50;190.20;2.38;0.98 -5698;15;2704.80;9.50;263.00;2.44;0.92 -5699;15;2048.60;9.50;1187.00;1.79;0.98 -5700;15;1597.40;9.50;1227.00;-1.38;1.08 -5702;15;388.00;9.50;211.00;3.92;1.12 -5703;15;134.00;9.50;1151.40;4.40;1.18 -5704;15;767.00;9.50;1104.00;3.81;0.92 -5705;15;1172.20;9.50;710.00;3.18;1.18 -5706;15;1169.40;9.50;1177.00;2.07;0.94 -5707;15;3040.00;9.50;1256.40;-1.51;1.36 -5708;15;2398.80;9.50;641.80;2.78;1.06 -5709;15;1507.60;9.50;1084.00;4.53;1.54 -5710;15;595.00;9.50;604.20;3.31;1.14 -5711;15;5596.00;9.50;215.60;0.50;1.46 -5712;15;4521.80;9.50;241.40;3.51;1.04 -5713;15;3431.20;9.50;1938.20;-1.54;1.44 -5714;15;5607.80;9.50;348.00;3.30;0.96 -5715;15;5421.00;9.50;1099.80;2.14;1.04 -5716;15;5054.40;9.50;1244.60;1.78;1.02 -5717;15;5276.80;9.50;1514.20;2.30;1.28 -5718;15;4338.40;9.50;862.40;1.73;0.94 -5720;15;4906.20;9.50;155.80;2.15;0.74 -5721;15;3741.20;9.50;468.60;1.64;0.98 -5722;15;3446.20;9.50;99.80;3.62;0.92 -5723;15;2745.80;9.50;150.20;3.67;1.24 -5724;15;2725.80;9.50;308.20;3.10;0.82 -5725;15;1979.40;9.50;1125.20;4.23;1.30 -5726;15;1845.60;9.50;1495.60;3.94;1.10 -5727;15;1514.40;9.50;320.60;3.79;1.24 -5728;15;387.40;9.50;252.80;4.30;1.20 -5729;15;228.00;9.50;1176.00;2.46;1.34 -5730;15;808.40;9.50;1145.80;3.21;1.16 -5731;15;1136.00;9.50;713.60;2.50;1.26 -5732;15;1203.20;9.50;1104.00;1.90;1.14 -5733;15;3043.40;9.50;1187.20;-0.07;1.16 -5734;15;2508.80;9.50;705.00;2.76;0.74 -5735;15;1491.80;9.50;1200.00;4.71;1.46 -5737;15;668.00;9.50;628.60;2.29;1.52 -5739;15;4581.20;9.50;109.60;3.18;0.90 -5740;15;3501.40;9.50;1967.20;-1.01;2.04 -5741;15;5402.00;10.20;297.40;-1.12;1.22 -5742;15;5433.40;9.50;1130.40;4.36;1.22 -5743;15;5049.60;9.50;1222.40;4.04;1.16 -5744;15;5352.60;9.50;1517.00;1.75;0.90 -5745;15;4341.40;9.50;828.80;2.43;0.74 -5746;15;4883.40;9.50;140.80;2.17;1.04 -5747;15;3723.40;9.50;442.80;3.66;0.98 -5748;15;3439.00;9.50;65.80;2.77;1.16 -5749;15;2814.20;9.50;125.60;2.30;1.06 -5750;15;2682.20;9.50;318.80;3.18;0.96 -5751;15;1928.80;9.50;1201.80;3.09;1.28 -5752;15;1872.40;9.50;1548.00;3.04;1.16 -5753;15;1570.20;9.50;402.20;4.34;1.30 -5754;15;380.40;9.50;239.40;1.80;1.00 -5755;15;263.40;9.50;1133.20;3.21;1.22 -5756;15;643.80;9.50;1109.60;4.09;0.78 -5758;15;1177.20;9.50;1069.20;3.19;0.90 -5759;15;3085.00;9.50;1227.40;3.35;0.90 -5760;15;2655.20;9.50;681.00;1.57;0.78 -5761;15;1558.20;9.50;1169.20;3.18;1.02 -5762;15;831.20;9.50;812.40;2.33;1.28 -5763;15;5386.80;9.50;560.80;2.25;0.88 -5764;15;4650.80;9.50;54.00;3.89;0.82 -5765;15;3367.80;9.50;1987.80;1.39;1.10 -5766;15;5478.00;9.50;345.00;2.35;0.98 -5767;15;5425.00;9.50;1225.40;4.23;1.38 -5768;15;5073.00;9.50;1270.20;4.10;1.12 -5769;15;5373.80;9.50;1570.40;1.86;1.02 -5770;15;4304.00;9.50;856.00;1.81;1.04 -5771;15;4934.20;9.50;118.60;-1.42;1.08 -5772;15;3723.20;9.50;396.20;4.28;1.04 -5774;15;2824.40;9.50;79.00;2.66;1.10 -5775;15;2712.60;9.50;338.60;4.62;1.00 -5777;15;1899.20;9.50;1291.80;4.23;1.34 -5778;15;1796.80;9.50;1538.60;4.24;1.20 -5779;15;1582.20;9.50;459.60;4.09;1.26 -5780;15;365.40;9.50;188.20;1.54;0.94 -5781;15;325.80;9.50;1145.80;2.65;1.08 -5782;15;16.00;9.50;1981.60;3.42;0.72 -5783;15;650.60;9.50;1152.00;2.12;0.98 -5784;15;1033.20;9.50;736.40;4.49;1.24 -5785;15;1267.80;9.50;1125.20;1.81;1.26 -5786;15;3000.60;9.50;1407.80;-1.35;0.82 -5787;15;2449.80;9.50;579.20;4.27;0.92 -5788;15;1486.80;9.50;1151.00;4.54;1.22 -5789;15;1049.40;9.50;803.40;2.86;1.38 -5790;15;5329.20;9.50;470.80;4.48;1.14 -5792;15;3089.80;9.50;1979.00;0.49;1.98 -5793;15;5316.20;9.50;326.20;-1.54;0.88 -5794;15;5395.20;9.50;1171.60;3.90;1.52 -5795;15;5183.80;9.50;1278.00;1.92;0.98 -5796;15;5402.20;9.50;1585.60;3.71;0.90 -5797;15;4294.00;9.50;822.60;3.14;0.76 -5798;15;4927.40;9.50;93.40;4.02;1.12 -5799;15;3768.00;9.50;458.20;3.14;1.02 -5800;15;2863.00;9.50;79.20;3.14;0.86 -5801;15;2679.80;9.50;365.40;3.31;1.08 -5802;15;1864.00;9.50;75.20;1.53;1.32 -5803;15;1987.40;9.50;1296.80;2.53;1.24 -5804;15;1766.20;9.50;1477.40;1.69;1.02 -5805;15;1523.60;9.50;406.00;2.30;1.66 -5806;15;311.60;9.50;212.40;1.97;1.20 -5807;15;296.00;9.50;1170.80;1.92;1.02 -5809;15;691.20;9.50;1151.80;2.95;0.96 -5810;15;1031.20;9.50;715.80;2.39;1.20 -5811;15;651.40;9.50;1072.40;4.00;1.00 -5812;15;3021.60;9.50;1386.20;4.49;0.78 -5813;15;2551.00;9.50;632.60;4.00;1.12 -5814;15;1475.60;9.50;1151.40;1.68;1.14 -5815;15;1107.80;9.50;858.00;3.65;1.12 -5816;15;5217.00;9.50;453.60;4.00;1.38 -5817;15;4931.00;9.50;54.60;2.61;0.86 -5820;15;5508.20;9.50;1115.00;2.60;0.90 -5821;15;5103.80;9.50;1320.20;3.10;1.08 -5822;15;5451.20;9.50;1548.40;2.48;1.00 -5823;15;4274.80;9.50;915.00;1.57;0.86 -5824;15;4963.20;9.50;56.00;3.64;0.98 -5825;15;3752.60;9.50;485.40;4.37;0.94 -5826;15;2864.60;9.50;40.00;2.80;0.98 -5827;15;2691.80;9.50;407.40;1.93;1.04 -5828;15;1845.40;9.50;144.80;2.07;1.60 -5829;15;2083.40;9.50;1155.60;3.25;0.86 -5830;15;1906.00;9.50;1974.60;4.11;1.32 -5831;15;1598.80;9.50;510.00;3.75;1.00 -5832;15;257.40;9.50;260.00;4.15;1.06 -5833;15;308.00;9.50;1184.00;4.19;1.04 -5835;15;766.40;9.50;1145.20;2.16;0.96 -5836;15;1005.40;9.50;656.40;3.77;1.10 -5837;15;624.20;9.50;1064.20;2.97;1.16 -5838;15;3079.00;9.50;1342.60;0.00;1.24 -5839;15;2170.00;9.50;297.40;2.30;0.96 -5840;15;1450.60;9.50;1210.60;3.96;0.96 -5841;15;1260.60;9.50;894.20;3.46;1.24 -5842;15;5182.20;9.50;547.60;3.52;1.40 -5845;15;2962.00;9.50;2003.80;3.50;1.22 -5846;15;5292.20;9.50;347.60;2.18;1.28 -5847;15;5524.00;9.50;1169.20;-1.48;1.56 -5848;15;5197.80;9.50;1339.80;2.72;1.30 -5850;15;4264.80;9.50;965.00;2.01;0.98 -5851;15;3806.60;9.50;413.00;2.60;1.24 -5853;15;2706.00;9.50;377.80;4.67;0.84 -5854;15;1894.40;9.50;67.60;2.15;0.66 -5855;15;2095.80;9.50;1063.80;3.09;1.02 -5856;15;1988.00;9.50;1893.60;2.00;1.32 -5857;15;1513.00;9.50;501.40;4.35;1.24 -5858;15;211.00;9.50;221.40;3.35;1.08 -5859;15;313.60;9.50;1228.40;3.92;0.90 -5860;15;71.40;9.50;2001.80;1.82;0.86 -5861;15;820.40;9.50;1179.20;2.11;1.08 -5862;15;1000.80;9.50;595.60;4.24;0.90 -5863;15;2578.00;9.50;1376.20;-1.53;1.08 -5864;15;3110.60;9.50;1314.40;1.48;0.60 -5865;15;2841.60;9.50;636.20;3.29;0.88 -5866;15;1484.40;9.50;1253.20;1.52;1.20 -5867;15;1213.80;9.50;772.60;2.75;1.10 -5868;15;5280.80;9.50;504.80;0.05;1.34 -5869;15;3003.80;9.50;1887.20;0.04;1.96 -5870;15;5296.00;9.50;376.40;4.45;1.32 -5871;15;5219.20;9.50;1361.40;4.24;1.24 -5872;15;5326.40;9.50;1544.00;2.06;1.04 -5873;15;4237.80;9.50;991.00;1.93;0.98 -5874;15;3876.80;9.50;759.80;3.86;0.62 -5875;15;3618.00;9.50;553.60;4.43;1.24 -5878;15;2710.60;9.50;476.40;4.14;1.04 -5879;15;1885.00;9.50;176.40;2.92;1.28 -5880;15;2105.80;9.50;1214.40;3.83;0.98 -5882;15;762.40;9.50;229.80;2.31;1.16 -5883;15;1492.20;9.50;474.40;3.17;1.08 -5884;15;109.20;9.50;211.60;4.31;1.40 -5885;15;206.40;9.50;1221.60;4.15;1.18 -5886;15;96.40;9.50;1970.20;1.71;0.68 -5887;15;682.00;9.50;1195.60;3.36;0.96 -5888;15;1067.00;9.50;606.60;3.87;0.98 -5889;15;2519.00;9.50;1462.60;2.85;1.14 -5890;15;3094.00;9.50;1300.40;3.35;0.98 -5891;15;2892.20;9.50;549.60;3.90;0.82 -5892;15;1431.40;9.50;1241.20;1.83;0.94 -5893;15;1070.00;9.50;702.40;2.73;0.96 -5894;15;5399.80;9.50;671.00;4.10;1.24 -5895;15;2978.20;9.50;1936.20;2.15;1.48 -5896;15;5328.20;9.50;430.40;2.45;0.98 -5897;15;5551.20;9.50;1125.80;-1.46;1.32 -5898;15;5300.80;9.50;1389.40;2.93;1.36 -5900;15;4212.20;9.50;925.20;4.46;0.76 -5901;15;3621.60;9.50;586.20;4.59;1.02 -5902;15;2678.80;9.50;464.40;3.36;0.88 -5903;15;1939.60;9.50;128.00;4.36;0.88 -5904;15;2024.20;9.50;1258.00;3.37;1.16 -5905;15;1866.20;9.50;1995.60;3.18;0.94 -5906;15;1535.20;9.50;621.00;2.85;1.28 -5907;15;155.80;9.50;156.60;4.57;1.30 -5908;15;263.00;9.50;1230.40;3.85;1.10 -5909;15;136.00;9.50;1878.60;1.65;1.04 -5910;15;694.40;9.50;1241.20;3.01;0.98 -5911;15;1072.40;9.50;659.00;3.22;1.10 -5912;15;2399.20;9.50;1541.60;2.66;1.06 -5913;15;3136.80;9.50;1282.80;2.35;1.06 -5914;15;2884.40;9.50;421.60;2.60;1.16 -5915;15;1304.40;9.50;1192.40;-1.50;1.26 -5916;15;1126.40;9.50;657.80;3.04;1.36 -5917;15;5347.80;9.50;605.20;4.18;1.18 -5919;15;5256.00;9.50;414.80;3.76;1.12 -5920;15;1123.80;9.50;1143.40;4.70;0.64 -5921;15;5233.40;9.50;1417.00;4.28;1.14 -5922;15;5092.80;9.50;1374.40;1.49;1.04 -5923;15;4223.20;9.50;896.60;3.17;0.74 -5924;15;3683.40;9.50;605.80;3.55;0.70 -5925;15;2653.60;9.50;493.80;4.26;0.88 -5926;15;1880.40;9.50;219.40;3.22;1.10 -5927;15;2066.40;9.50;1260.40;3.77;1.28 -5928;15;1886.00;9.50;1845.60;0.17;2.32 -5929;15;2828.00;9.50;1558.20;4.33;0.52 -5930;15;1548.20;9.50;456.00;3.00;1.38 -5931;15;295.60;9.50;119.00;2.06;1.12 -5932;15;176.20;9.50;1266.40;3.39;1.12 -5933;15;96.60;9.50;1932.00;2.10;1.08 -5934;15;753.60;9.50;1188.00;2.46;0.96 -5935;15;1138.20;9.50;747.80;4.48;1.28 -5936;15;3557.20;9.50;56.40;2.96;1.04 -5937;15;3129.80;9.50;1252.20;2.61;1.00 -5938;15;2924.40;9.50;221.60;2.15;1.08 -5939;15;1601.20;9.50;1359.80;3.50;0.80 -5940;15;1204.20;9.50;613.40;3.74;1.10 -5941;15;5500.80;9.88;702.60;1.10;0.86 -5942;15;2909.80;9.50;1799.40;0.33;1.34 -5943;15;5271.20;9.50;367.00;1.89;1.12 -5944;15;5627.00;9.50;1089.40;2.30;0.84 -5945;15;5289.00;9.50;1444.00;3.81;1.36 -5946;15;5018.80;9.50;1332.80;-0.27;1.06 -5948;15;3686.00;9.50;566.40;3.35;1.12 -5949;15;2689.40;9.50;27.00;4.11;0.62 -5950;15;2672.00;9.50;554.80;3.33;1.06 -5951;15;1907.40;9.50;276.80;4.49;1.52 -5952;15;2063.40;9.50;1214.80;3.58;1.24 -5953;15;1790.60;9.50;1964.60;4.65;1.02 -5954;15;1500.40;9.50;589.00;2.28;1.22 -5955;15;179.20;9.50;89.20;4.56;1.16 -5956;15;185.80;9.50;1302.00;2.32;0.74 -5957;15;154.00;9.50;1952.60;2.08;0.88 -5958;15;366.00;9.50;1191.80;3.99;1.28 -5959;15;1185.00;9.50;665.80;2.95;1.20 -5960;15;4405.00;9.50;677.40;1.01;1.48 -5961;15;3178.60;9.50;1183.40;-0.34;0.94 -5962;15;2944.80;9.50;202.00;4.04;0.94 -5963;15;1368.40;9.50;1352.80;2.45;0.80 -5964;15;1426.60;9.50;750.20;2.93;1.24 -5965;15;5583.00;9.50;835.60;3.14;1.08 -5966;15;2906.80;9.50;1897.20;3.44;1.02 -5967;15;5119.00;9.50;317.20;-1.53;0.90 -5968;15;5597.40;9.50;1035.40;4.06;0.86 -5969;15;5375.40;9.50;1387.80;1.89;1.38 -5970;15;5008.80;9.50;1280.60;-1.41;0.82 -5971;15;4175.40;9.50;852.20;4.02;0.80 -5972;15;3850.40;9.50;461.20;3.22;0.98 -5973;15;2771.40;9.50;91.00;1.72;1.04 -5974;15;2744.00;9.50;525.20;3.14;0.76 -5975;15;1970.80;9.50;310.00;-1.23;1.30 -5976;15;2022.00;9.50;1303.60;3.87;1.14 -5977;15;1791.80;9.70;1998.60;4.24;0.94 -5978;15;1436.60;9.50;565.40;3.23;1.28 -5979;15;216.80;9.50;35.40;3.83;0.82 -5980;15;213.00;9.50;1267.80;4.22;1.06 -5981;15;166.00;9.50;1934.60;4.26;1.12 -5982;15;363.40;9.50;1086.00;2.99;0.98 -5983;15;1130.60;9.50;586.60;-1.33;1.24 -5984;15;4366.40;9.50;732.40;1.27;1.08 -5985;15;3209.60;9.50;1171.20;-1.36;0.62 -5986;15;1382.20;9.50;1261.40;1.77;1.34 -5987;15;1225.80;9.50;543.60;4.24;1.24 -5988;15;5474.00;9.50;894.80;3.70;1.22 -5989;15;2849.00;9.50;1709.80;4.21;0.74 -5990;15;5153.40;9.50;358.80;4.24;1.12 -5991;15;5527.80;9.50;1026.60;4.37;0.78 -5992;15;5371.60;9.50;1496.80;4.33;1.22 -5993;15;5046.00;9.50;1312.80;3.66;0.92 -5994;15;4130.20;9.50;844.40;3.86;1.02 -5995;15;3892.40;9.50;466.00;3.22;0.96 -5996;15;2727.20;9.50;66.00;2.53;1.02 -5997;15;2709.20;9.50;553.60;4.49;0.94 -5998;15;1991.60;9.50;283.80;3.82;1.10 -5999;15;1980.80;9.50;1352.60;3.62;1.24 -6000;15;1736.20;9.50;2014.20;3.21;0.82 -6001;15;1410.80;9.50;572.60;2.37;0.98 -6003;15;269.20;9.50;1279.40;4.07;1.02 -6004;15;123.60;9.50;1906.80;4.31;1.10 -6005;15;177.40;9.50;1022.80;4.05;1.36 -6006;15;1250.40;9.50;657.00;2.14;1.20 -6007;15;4315.20;9.50;780.00;4.26;0.84 -6011;15;3275.60;9.50;1166.80;0.14;0.78 -6014;15;1435.20;9.50;1285.20;2.09;0.90 -6018;15;1080.20;9.50;477.80;3.36;1.08 -6019;15;5559.60;9.50;993.80;3.04;0.88 -6026;15;2860.20;9.50;1830.20;3.50;0.82 -6030;15;5111.60;9.50;363.60;1.68;1.00 -6031;15;5535.40;9.50;1089.80;4.52;0.68 -6032;15;5471.20;9.50;1515.20;2.15;1.18 -6036;15;5170.00;9.50;1349.40;2.52;1.38 -6037;15;4150.20;9.50;896.60;3.36;0.92 -6043;15;3911.00;9.50;401.20;2.47;0.90 -6044;15;2688.60;9.50;148.00;4.22;1.20 -6048;15;2775.80;9.50;579.60;2.87;0.82 -6049;15;2647.20;9.50;2014.80;2.29;1.28 -6053;15;2065.80;9.50;1319.80;4.08;1.22 -6058;15;1390.60;9.50;472.60;3.05;1.28 -6059;15;131.80;9.50;138.80;3.62;1.32 -6060;15;334.40;9.50;1325.60;2.09;1.02 -6064;15;217.80;9.50;1831.20;0.35;1.12 -6068;15;1203.80;9.50;568.20;2.83;1.02 -6069;15;4852.20;9.50;64.80;2.23;0.86 -6219;15;3344.20;9.50;1177.00;0.95;0.70 -6223;15;1411.40;9.50;1357.20;4.17;1.38 -6227;15;861.20;9.50;660.40;4.15;1.10 -6228;15;5563.20;9.50;1066.20;3.19;0.80 -6234;15;2851.00;9.50;1758.60;3.67;0.66 -6238;15;5205.60;9.50;420.00;2.07;1.02 -6239;15;5504.20;9.50;1066.60;3.71;1.10 -6240;15;5477.40;9.50;1593.40;2.47;1.10 -6244;15;4189.20;9.50;955.20;3.17;1.00 -6250;15;3833.40;9.50;407.40;4.26;1.00 -6251;15;2657.80;9.50;127.00;3.10;1.22 -6255;15;2720.60;9.50;600.40;4.19;0.98 -6256;15;2027.80;9.50;382.40;-1.36;1.06 -6260;15;1870.80;9.50;1385.00;3.90;1.28 -6265;15;1450.20;9.50;473.00;2.89;1.40 -6267;15;357.20;9.50;1277.00;2.98;1.02 -6271;15;115.80;9.50;1843.60;4.41;1.10 -6272;15;232.80;9.50;937.80;4.01;1.32 -6276;15;1183.80;9.50;527.20;2.44;0.98 -6419;15;3337.20;9.50;1239.80;-0.98;0.92 -6422;15;1517.40;9.50;1307.40;1.98;1.08 -6425;15;866.80;9.50;593.40;4.06;1.28 -6426;15;1294.40;9.50;644.40;3.25;1.02 -6427;15;5452.80;9.50;1040.20;4.26;1.22 -6433;15;4358.40;9.50;120.00;3.68;0.82 -6434;15;2841.20;9.50;1825.60;3.03;0.84 -6437;15;5131.80;9.50;450.80;4.01;1.26 -6438;15;5511.60;9.50;1080.00;1.66;0.96 -6439;15;5506.40;9.50;1546.20;3.24;0.94 -6442;15;4963.20;9.50;1442.60;4.53;1.08 -6443;15;4165.20;9.50;984.60;4.30;0.84 -6447;15;4288.20;9.50;34.60;2.96;0.82 -6448;15;4298.40;9.50;320.80;3.95;1.00 -6452;15;3814.00;9.50;371.40;3.71;1.14 -6453;15;2701.00;9.50;110.40;2.79;0.86 -6456;15;2696.00;9.50;599.40;3.14;0.94 -6457;15;2328.60;9.50;450.40;2.73;1.38 -6461;15;1888.40;9.50;1271.20;2.26;1.20 -6465;15;1457.20;9.50;397.40;1.75;1.30 -6466;15;135.60;9.50;77.80;2.10;1.50 -6467;15;436.60;9.50;1224.80;1.69;0.96 -6471;15;169.20;9.50;1798.20;1.70;1.28 -6472;15;269.80;9.50;965.60;4.47;0.94 -6475;15;1120.00;9.50;549.40;4.40;1.02 -6476;15;4883.60;9.50;90.60;2.18;1.04 -6608;15;3304.00;9.50;1242.40;1.76;0.96 -6612;15;1509.00;9.50;1340.20;1.53;0.94 -6616;15;979.00;9.50;553.60;4.17;1.06 -6617;15;5284.80;9.50;974.60;2.67;1.34 -6623;15;4464.80;9.50;184.40;2.41;1.14 -6624;15;2886.80;9.50;1677.40;2.59;0.80 -6627;15;5162.80;9.50;479.60;4.37;1.26 -6628;15;5399.00;9.50;1059.60;4.48;1.10 -6629;15;5469.00;9.50;1413.20;2.65;0.98 -6632;15;4915.20;9.50;1387.00;4.01;1.22 -6633;15;4129.00;9.50;948.40;4.61;1.14 -6637;15;4329.80;9.50;282.20;3.92;1.04 -6640;15;3768.80;9.50;361.20;3.44;0.94 -6641;15;2640.60;9.50;53.60;4.62;1.10 -6645;15;2719.40;9.50;648.60;2.33;1.04 -6646;15;2404.40;9.50;483.00;2.99;1.06 -6649;15;1869.80;9.50;1228.80;2.53;1.22 -6653;15;1345.60;9.50;551.40;3.07;1.24 -6655;15;445.80;9.50;1209.60;4.53;1.02 -6659;15;126.40;9.50;1747.20;3.37;1.06 -6660;15;231.40;9.50;1004.20;4.14;1.12 -6663;15;1225.40;9.50;510.40;2.62;1.26 -6664;15;4906.60;9.50;80.40;2.66;0.92 -6801;15;3182.00;9.50;1245.00;-0.24;1.02 -6802;15;2894.80;9.50;85.40;4.06;0.96 -6805;15;1523.00;9.50;1246.80;0.00;1.04 -6809;15;905.40;9.50;534.80;4.17;1.20 -6810;15;5312.40;9.50;773.00;3.52;1.48 -6815;15;4312.80;9.50;195.00;4.04;0.98 -6816;15;2931.80;9.50;1639.40;1.83;0.62 -6819;15;5259.40;9.50;486.20;4.23;0.74 -6820;15;5341.40;9.50;1004.20;2.26;1.24 -6821;15;5567.00;9.50;1404.60;1.62;0.82 -6824;15;4921.20;9.50;1349.40;-1.40;1.12 -6825;15;4112.40;9.50;931.60;4.05;1.08 -6829;15;4226.00;9.50;26.00;3.73;0.70 -6830;15;4422.20;9.50;295.40;3.39;1.00 -6834;15;3748.40;9.50;288.80;4.49;1.12 -6835;15;2604.40;9.50;77.40;3.43;1.16 -6839;15;2643.60;9.50;596.60;4.12;0.98 -6840;15;2364.40;9.50;488.00;2.14;1.02 -6844;15;1758.40;9.50;1231.40;4.63;1.38 -6847;15;1360.60;9.50;589.00;2.07;1.02 -6849;15;538.60;9.50;1210.20;3.26;1.36 -6853;15;116.00;9.50;1692.40;4.29;1.04 -6854;15;410.80;9.50;1138.80;4.12;1.18 -6858;15;1243.60;9.50;451.60;1.98;1.12 -6859;15;4886.80;9.50;41.00;3.30;1.06 -7002;15;3215.80;9.50;1240.40;4.63;1.02 -7006;15;1562.40;9.50;1251.40;4.57;0.80 -7009;15;783.00;9.50;634.00;3.14;1.10 -7010;15;5189.80;9.50;582.80;0.52;1.58 -7017;15;4372.40;9.50;349.20;3.24;0.98 -7022;15;5288.20;9.50;459.80;3.50;0.80 -7023;15;5361.20;9.50;1037.20;3.99;1.22 -7024;15;5460.20;9.50;1473.20;2.21;1.60 -7028;15;4904.20;9.50;1348.60;1.50;1.22 -7029;15;4061.80;9.50;894.60;-1.46;1.20 -7031;15;4164.00;9.50;63.20;4.06;1.02 -7032;15;4372.20;9.50;295.00;3.95;1.08 -7036;15;3790.40;9.50;243.00;-1.38;1.20 -7037;15;3352.00;9.50;82.20;4.10;1.28 -7038;15;2600.40;9.50;125.20;3.42;1.10 -7042;15;2750.40;9.50;639.80;2.95;0.74 -7043;15;2414.00;9.50;515.00;2.21;0.88 -7047;15;1769.20;9.50;1297.20;1.87;1.20 -7051;15;1302.80;9.50;590.40;1.65;1.10 -7052;15;61.00;9.50;79.00;2.24;1.12 -7053;15;414.80;9.50;1320.00;1.98;0.92 -7056;15;125.00;9.50;1645.20;4.14;1.00 -7057;15;425.80;9.50;1194.20;3.81;1.06 -7061;15;1169.60;9.50;477.80;3.07;1.16 -7062;15;5344.80;9.50;832.80;-1.40;1.18 -7226;15;3206.20;9.50;1268.80;-1.22;1.00 -7230;15;1647.00;9.50;1201.40;-1.12;1.00 -7234;15;832.60;9.50;534.00;1.87;1.24 -7235;15;5157.80;9.50;567.60;0.72;1.00 -7241;15;4348.20;9.50;394.20;4.08;1.18 -7242;15;2848.20;9.50;1594.00;3.97;0.64 -7246;15;5489.20;9.50;412.40;1.93;1.12 -7247;15;5386.20;9.50;983.40;2.33;1.38 -7248;15;5536.20;9.50;1494.40;1.77;1.00 -7252;15;4865.20;9.50;1319.60;2.99;1.02 -7253;15;4057.00;9.50;840.80;-1.37;0.92 -7257;15;4230.40;9.50;71.60;2.79;1.02 -7258;15;4438.20;9.50;337.20;2.09;0.98 -7261;15;3866.80;9.50;314.00;2.63;0.90 -7262;15;3399.80;9.50;57.40;2.62;1.02 -7267;15;2781.40;9.50;672.80;2.02;0.76 -7268;15;2376.60;9.50;535.80;2.32;1.04 -7272;15;1878.00;9.50;1351.60;2.85;1.06 -7276;15;1308.60;9.50;561.60;2.58;1.04 -7278;15;403.40;9.50;1279.20;3.88;1.24 -7282;15;234.00;9.50;1633.80;1.76;1.02 -7283;15;460.00;9.50;1106.00;3.78;1.18 -7286;15;1051.00;9.50;562.00;4.12;1.20 -7287;15;5462.40;9.50;808.00;1.82;1.08 -7452;15;3176.00;9.50;1302.20;-0.89;1.08 -7456;15;1694.80;9.50;1253.20;1.90;0.88 -7460;15;847.00;9.50;383.60;2.27;1.20 -7461;15;5053.60;9.50;594.40;-1.20;0.94 -7467;15;4372.20;9.50;490.40;3.74;1.06 -7468;15;2803.60;9.50;1596.40;-1.48;0.46 -7472;15;5480.00;9.50;444.40;1.83;0.98 -7473;15;5407.80;9.50;959.40;3.60;1.18 -7474;15;5462.60;9.50;1445.60;4.46;1.14 -7478;15;4930.60;9.50;1289.00;1.92;0.90 -7479;15;4070.60;9.62;788.00;0.67;1.00 -7483;15;4249.20;9.50;71.60;3.67;0.92 -7484;15;4337.80;9.50;333.00;3.65;0.80 -7488;15;3851.20;9.50;271.60;3.52;1.14 -7489;15;3342.20;9.50;50.60;2.30;1.00 -7490;15;2618.80;9.50;28.60;2.01;0.66 -7493;15;2670.20;9.50;680.80;4.68;0.90 -7494;15;2417.00;9.50;540.40;4.56;1.14 -7498;15;1815.20;9.50;1321.00;2.39;1.00 -7503;15;1289.20;9.50;502.40;2.54;1.34 -7504;15;84.20;9.50;139.60;3.17;1.30 -7505;15;507.80;9.50;1249.60;1.63;1.02 -7509;15;247.60;9.50;1656.40;4.21;1.04 -7510;15;528.80;9.50;1088.60;3.08;0.84 -7514;15;1147.20;9.50;495.20;2.09;1.48 -7515;15;5312.60;9.50;957.00;3.40;1.24 -7678;15;3238.00;9.50;1331.00;0.00;0.40 -7686;15;492.20;9.50;498.40;4.14;1.16 -7690;15;5193.20;9.50;717.80;2.59;1.52 -7694;15;4347.80;9.50;591.20;3.92;1.02 -7695;15;2876.20;9.50;1617.80;1.97;0.70 -7698;15;5398.60;9.50;470.00;3.52;0.90 -7699;15;5461.40;9.50;962.20;4.02;0.66 -7700;15;5536.00;9.50;1478.40;4.59;0.82 -7704;15;4939.00;9.50;1318.20;4.36;1.18 -7705;15;4080.20;9.50;775.20;4.12;0.90 -7709;15;4313.60;9.50;74.20;2.26;0.98 -7710;15;4257.20;9.50;222.00;2.98;0.98 -7714;15;3902.40;9.50;300.60;2.79;1.10 -7715;15;3358.60;9.50;38.00;3.26;0.86 -7719;15;2644.20;9.50;651.20;4.30;1.08 -7720;15;2387.00;9.50;564.60;3.42;0.84 -7723;15;1850.80;9.50;1369.00;2.33;1.06 -7724;15;1954.20;9.50;2024.80;3.62;0.94 -7728;15;1302.60;9.50;435.20;2.18;0.92 -7729;15;115.20;9.50;177.00;2.23;1.30 -7730;15;552.40;9.50;1253.80;2.77;1.40 -7734;15;275.40;9.50;1682.00;4.44;1.02 -7735;15;625.80;9.50;1091.00;1.84;1.04 -7739;15;1079.60;9.50;522.20;3.29;1.14 -7740;15;5503.80;9.50;1152.00;3.75;1.08 -7906;15;3243.20;9.50;1374.80;-1.16;1.00 -7907;15;2785.00;9.50;58.80;2.07;1.08 -7910;15;1560.60;9.50;1273.40;-1.38;1.08 -7914;15;460.00;9.50;497.40;2.73;0.92 -7918;15;5145.00;9.50;785.20;4.45;1.26 -7922;15;4341.60;9.50;482.00;3.00;0.78 -7923;15;2817.80;9.50;1663.60;3.37;0.88 -7927;15;5382.80;9.50;439.00;2.19;1.08 -7928;15;5521.80;9.50;1006.20;2.55;1.22 -7929;15;5516.60;9.50;1597.60;2.88;1.24 -7932;15;4859.40;10.94;1218.00;0.47;1.26 -7933;15;4019.20;9.50;768.80;4.16;1.14 -7937;15;4198.00;9.50;219.20;4.10;1.06 -7941;15;3944.40;9.50;214.40;2.47;1.24 -7946;15;2617.00;9.50;663.20;2.88;0.84 -7951;15;1737.00;9.50;1348.20;3.95;1.14 -7952;15;2007.20;9.50;1911.00;3.43;1.00 -7955;15;1299.60;9.50;389.00;2.01;1.42 -7956;15;333.20;9.50;164.40;3.39;1.02 -7957;15;524.80;9.50;1281.40;-1.52;1.46 -7961;15;250.00;9.50;1671.80;1.39;1.22 -7962;15;505.80;9.50;1120.40;4.29;0.98 -7966;15;1007.40;9.50;525.60;3.75;1.08 -7967;15;5414.80;9.50;1665.20;1.72;1.14 -8131;15;3264.60;9.60;1415.20;-1.41;1.46 -8132;15;2853.00;9.50;178.80;4.03;0.92 -8135;15;1553.80;9.50;1322.60;-0.46;0.84 -8137;15;176.20;9.50;685.40;4.10;1.08 -8139;15;5045.40;9.50;706.40;1.94;1.26 -8141;15;4214.40;9.50;708.80;2.45;0.86 -8142;15;2810.80;9.50;1698.20;3.08;0.80 -8145;15;5513.40;9.50;385.40;2.23;1.28 -8146;15;5472.80;9.50;1001.20;2.30;0.92 -8147;15;1118.80;17.37;1524.60;4.71;0.96 -8150;15;4838.20;9.50;1164.00;1.57;0.98 -8151;15;4063.60;9.50;728.60;4.23;0.98 -8154;15;4256.00;9.50;173.60;3.14;0.98 -8156;15;3886.80;9.50;214.40;2.27;1.04 -8158;15;2614.00;9.50;625.80;3.37;1.10 -8159;15;2304.00;9.50;572.00;1.73;1.30 -8162;15;2184.80;9.50;1222.40;4.29;1.08 -8163;15;2043.20;9.50;1876.20;2.57;0.82 -8166;15;1242.00;9.50;344.40;1.83;0.98 -8167;15;382.40;9.50;118.80;1.92;1.06 -8168;15;576.60;9.50;1199.20;4.24;0.92 -8170;15;181.00;9.50;1780.80;4.22;1.32 -8171;15;470.60;9.50;1164.20;3.63;1.10 -8173;15;888.60;9.50;481.20;4.31;1.22 -8174;15;5392.20;9.50;1632.00;2.98;1.10 -8256;15;3318.40;9.50;1360.60;1.05;1.18 -8257;15;2819.80;9.50;372.20;2.93;0.94 -8258;15;1676.00;9.50;1292.00;4.24;0.74 -8259;15;193.20;9.50;751.80;1.81;0.78 -8260;15;4981.00;9.50;847.40;3.64;1.14 -8261;15;4318.40;9.50;762.80;2.27;0.98 -8262;15;2802.00;9.50;1718.40;1.95;0.90 -8263;15;5553.80;9.50;357.80;2.12;1.28 -8264;15;5442.00;9.50;1020.40;2.11;1.16 -8265;15;5558.40;9.50;1561.60;3.21;1.00 -8266;15;4758.20;9.50;1180.60;3.40;1.02 -8267;15;4130.40;9.50;712.20;2.54;1.00 -8269;15;4266.80;9.50;126.20;3.10;0.82 -8270;15;3773.40;9.50;223.20;3.22;0.94 -8271;15;2535.20;9.50;674.80;4.68;1.10 -8272;15;2316.20;9.50;574.40;-1.34;1.06 -8273;15;2130.00;9.50;1272.00;2.94;1.38 -8274;15;2060.60;9.50;1839.80;3.96;1.00 -8275;15;1190.20;9.50;420.40;1.85;1.24 -8276;15;374.00;9.50;89.20;3.81;1.38 -8277;15;595.80;9.50;1239.80;4.08;0.88 -8278;15;291.00;9.50;1739.00;3.52;1.08 -8279;15;503.80;9.50;1175.20;3.92;1.08 -8280;15;868.40;9.50;517.80;2.77;1.04 -8281;15;5426.80;9.50;1636.40;3.94;1.04 -8282;15;3390.80;9.50;1428.00;0.81;0.84 -8283;15;2804.20;9.50;504.20;4.37;1.06 -8284;15;1601.00;9.50;1328.20;3.14;0.96 -8285;15;55.00;9.50;647.20;2.24;1.22 -8286;15;5185.80;9.50;893.00;2.63;1.42 -8287;15;4241.80;9.50;793.60;-1.44;1.00 -8288;15;2780.80;9.50;1778.20;-1.32;1.26 -8289;15;5589.60;9.70;364.00;-0.29;1.00 -8290;15;5528.80;9.50;667.80;-1.50;1.12 -8291;15;5547.60;9.50;1609.80;3.98;1.06 -8292;15;4772.00;9.50;1139.40;3.79;0.76 -8293;15;4150.40;9.50;689.40;4.02;1.06 -8294;15;4400.20;9.50;61.60;3.18;0.96 -8295;15;4224.80;9.50;119.20;3.58;0.92 -8296;15;3820.60;9.50;216.00;3.06;1.08 -8297;15;2561.20;9.50;740.60;1.85;1.10 -8298;15;2305.00;9.50;634.60;2.95;0.94 -8299;15;2122.20;9.50;1322.60;3.80;1.26 -8300;15;2689.40;9.50;1794.60;3.92;1.40 -8301;15;1151.40;9.50;379.80;2.58;0.92 -8302;15;345.60;9.50;67.80;1.86;1.32 -8303;15;614.20;9.50;1293.00;3.63;1.20 -8304;15;187.20;9.50;1820.60;4.09;1.34 -8305;15;414.60;9.50;1102.60;2.83;1.24 -8306;15;837.60;9.50;477.00;2.54;1.40 -8307;15;5436.80;9.50;1696.60;3.46;1.22 -8308;15;3347.00;9.50;1365.00;-0.46;1.36 -8310;15;1660.80;9.50;1359.20;2.61;0.78 -8311;15;60.00;9.50;589.20;2.17;1.26 -8312;15;5106.00;9.50;1019.60;2.98;1.20 -8313;15;4253.80;9.50;848.00;0.19;0.74 -8314;15;2742.00;11.61;1552.80;1.61;0.64 -8315;15;5504.60;9.50;413.40;4.52;1.10 -8316;15;5585.20;9.50;725.40;2.92;0.96 -8317;15;5604.80;9.50;1571.40;3.36;1.10 -8318;15;4826.00;9.91;1114.60;1.27;1.00 -8319;15;4143.20;9.50;663.20;2.20;0.96 -8320;15;4367.20;9.50;27.80;3.50;0.70 -8321;15;4160.80;9.50;101.00;4.38;0.82 -8322;15;3833.00;9.50;169.00;3.52;1.20 -8324;15;2312.80;9.50;688.80;3.10;1.04 -8325;15;2028.20;9.50;1045.00;3.95;1.10 -8326;15;3183.60;9.50;2007.80;-0.15;1.04 -8327;15;1100.60;9.50;363.40;1.65;1.30 -8329;15;715.80;9.50;1285.80;2.25;0.98 -8330;15;324.60;9.50;1765.20;1.38;1.54 -8331;15;387.80;9.50;1000.20;1.85;1.26 -8332;15;857.60;9.50;443.60;4.16;1.46 -8333;15;5532.00;9.50;1634.40;1.98;1.16 -8334;15;3440.40;9.50;1351.80;1.04;1.30 -8335;15;2583.80;9.50;509.40;1.71;0.86 -8336;15;1681.80;9.50;1404.60;2.56;1.04 -8337;15;118.40;9.50;594.60;3.92;1.02 -8338;15;5386.40;9.50;1124.40;2.14;1.34 -8339;15;4103.40;9.50;884.80;3.66;1.04 -8340;15;2744.20;9.50;1603.20;1.14;0.88 -8341;15;5559.60;9.50;470.00;4.28;1.00 -8342;15;5579.20;9.50;758.80;3.20;0.92 -8343;15;4732.20;9.50;1083.40;4.59;1.16 -8344;15;4035.40;9.50;705.40;3.38;0.84 -8345;15;4316.60;9.50;47.80;3.82;1.02 -8346;15;4182.20;9.50;153.20;2.97;1.08 -8347;15;3910.00;9.50;171.80;2.77;1.36 -8348;15;2895.80;9.50;605.00;3.30;0.84 -8349;15;2537.40;9.50;782.80;1.82;1.00 -8350;15;2382.20;9.50;691.40;2.21;1.20 -8351;15;2018.20;9.50;1068.80;2.09;1.02 -8352;15;3210.60;9.50;2042.60;4.52;0.64 -8353;15;1182.00;9.50;328.20;1.74;1.06 -8355;15;691.40;9.50;1328.60;2.23;0.94 -8356;15;273.80;9.50;1814.80;4.30;1.18 -8357;15;426.20;9.50;977.60;3.22;0.80 -8358;15;833.60;9.50;415.60;1.73;1.04 -8359;15;642.00;9.50;1029.00;4.17;0.80 -8361;15;2683.40;9.50;1758.80;2.58;1.10 -8362;15;2715.40;9.50;535.00;2.83;0.88 -8363;15;1543.40;9.50;1389.40;4.27;0.92 -8364;15;106.00;9.50;539.00;3.92;1.28 -8365;15;5495.80;9.50;1188.20;2.06;1.36 -8366;15;4203.60;9.50;904.40;2.25;0.96 -8367;15;2737.60;9.50;1732.20;1.30;1.14 -8369;15;5580.80;9.50;799.80;3.09;1.08 -8370;15;3718.20;9.80;1953.80;1.06;2.28 -8371;15;4684.00;9.50;1088.20;-1.37;1.26 -8372;15;4037.00;9.50;653.80;2.90;1.10 -8373;15;4370.60;9.50;63.00;2.10;1.00 -8374;15;4160.60;9.50;193.20;4.16;1.22 -8375;15;3861.20;9.50;124.40;3.58;1.12 -8376;15;2445.00;9.50;750.40;3.48;1.00 -8377;15;2346.00;9.50;757.20;3.61;1.00 -8378;15;2019.80;9.50;1020.20;1.97;1.12 -8379;15;3385.80;9.50;1983.80;4.43;1.28 -8380;15;1159.20;9.50;297.00;3.37;1.32 -8381;15;418.40;9.50;72.60;4.65;1.24 -8382;15;616.80;9.50;1369.20;4.30;0.80 -8383;15;207.40;9.50;1978.60;3.30;1.34 -8384;15;425.60;11.51;998.20;-0.62;1.06 -8385;15;767.40;9.50;340.80;4.42;1.18 -8386;15;2329.40;9.50;1059.60;4.01;1.20 -8387;15;2568.40;9.50;1833.80;3.95;1.80 -8388;15;2709.20;9.50;430.00;4.09;1.00 -8389;15;1649.60;9.50;1419.40;1.53;1.06 -8390;15;95.80;9.50;568.00;2.33;1.30 -8391;15;5489.80;9.50;1245.40;4.11;1.14 -8392;15;4094.00;9.50;826.80;3.76;0.88 -8393;15;2633.40;9.50;1634.00;4.42;0.58 -8394;15;5548.00;9.50;492.20;1.65;0.98 -8395;15;5570.80;9.50;870.40;4.11;1.26 -8396;15;4700.00;9.50;1155.00;-0.32;1.16 -8397;15;4041.80;9.50;597.00;4.50;1.08 -8398;15;4337.00;9.50;109.40;2.92;0.92 -8399;15;4110.00;9.50;221.60;4.33;0.82 -8400;15;3943.20;9.50;169.20;3.73;1.28 -8401;15;2500.00;9.50;750.80;2.95;1.08 -8402;15;2336.40;9.50;727.20;2.23;1.14 -8403;15;2337.40;9.50;1370.80;4.29;1.68 -8404;15;2697.20;9.50;1830.00;1.44;1.50 -8405;15;1320.60;9.50;345.00;2.16;1.04 -8406;15;503.80;9.50;95.20;3.67;1.06 -8407;15;590.80;9.50;1332.80;3.07;0.88 -8408;15;683.00;9.50;972.00;4.01;1.36 -8409;15;250.60;9.50;1864.60;4.36;1.34 -8410;15;391.60;9.50;1038.00;-1.31;1.16 -8411;15;775.40;9.50;389.60;2.20;1.06 -8412;15;4718.60;9.50;676.00;-1.35;0.72 -8413;15;2577.20;9.50;1939.20;3.76;1.18 -8414;15;2735.20;9.50;207.20;3.50;0.98 -8415;15;1599.40;9.50;1396.40;3.25;0.88 -8416;15;150.80;9.50;406.80;2.91;1.26 -8417;15;4183.80;9.50;814.40;2.41;1.00 -8418;15;2635.60;9.50;1568.80;2.31;1.08 -8419;15;5608.80;9.50;496.20;1.21;1.22 -8420;15;5557.80;9.50;936.40;1.66;1.34 -8421;15;4773.60;9.50;1221.60;2.13;0.94 -8422;15;4100.80;9.50;608.80;3.65;1.00 -8423;15;4422.80;9.50;99.60;2.15;0.98 -8424;15;4072.40;9.50;259.00;3.98;1.12 -8425;15;3918.60;9.50;119.60;3.58;0.98 -8426;15;2386.60;9.50;722.20;4.40;1.18 -8427;15;2264.40;9.50;739.80;4.66;1.18 -8428;15;2638.00;9.50;1899.20;2.81;1.24 -8429;15;1340.60;9.50;380.20;2.78;1.20 -8431;15;581.40;9.50;1370.00;2.99;0.82 -8432;15;317.20;9.50;1854.80;4.00;1.36 -8433;15;526.00;9.50;971.80;1.83;1.14 -8434;15;727.20;9.50;461.80;1.72;1.48 -8436;15;2429.00;9.50;1937.40;3.41;1.34 -8438;15;1716.80;9.50;1447.00;2.22;1.04 -8439;15;319.80;9.50;606.00;3.65;1.08 -8440;15;5514.60;9.50;1324.00;3.29;0.84 -8441;15;4096.20;9.50;681.60;2.30;1.08 -8442;15;2604.40;9.50;1555.60;1.65;1.04 -8443;15;5611.60;9.50;1500.40;3.05;1.00 -8444;15;5548.60;9.50;906.40;3.76;1.08 -8445;15;4687.40;9.79;1278.60;-1.30;1.32 -8446;15;4080.20;9.50;568.80;3.92;1.24 -8447;15;4409.60;9.50;145.20;3.05;0.88 -8448;15;4028.40;9.50;292.20;4.23;1.18 -8449;15;3992.20;9.50;116.40;2.17;1.02 -8450;15;2826.20;9.50;1541.80;1.97;0.44 -8451;15;2469.60;9.50;686.20;2.13;1.04 -8452;15;2175.00;9.50;530.00;4.54;1.16 -8453;15;2453.80;9.50;1272.20;1.47;1.78 -8454;15;2655.00;9.50;1719.40;2.87;1.08 -8455;15;1403.00;9.50;362.20;2.93;1.28 -8456;15;488.80;9.50;169.20;3.92;0.86 -8457;15;537.40;9.50;1337.60;2.04;1.22 -8458;15;367.80;9.50;1865.00;4.38;1.40 -8459;15;491.00;9.50;1021.00;3.60;1.14 -8460;15;650.00;9.50;408.60;-1.49;1.36 -8462;15;2675.00;9.50;1527.20;4.17;0.54 -8463;15;2409.20;9.50;1988.60;3.36;1.70 -8464;15;2537.60;9.50;322.00;3.45;1.08 -8465;15;1622.20;9.50;1461.00;4.55;1.24 -8466;15;208.40;9.50;506.80;4.17;1.04 -8468;15;4238.60;9.50;549.20;4.05;0.80 -8469;15;2664.80;9.50;1513.00;4.15;0.80 -8470;15;5488.40;9.50;547.40;3.90;1.14 -8471;15;5601.40;9.50;929.40;3.51;1.24 -8472;15;4869.40;9.50;1152.00;2.66;0.98 -8473;15;4128.00;9.50;579.60;3.86;1.18 -8474;15;4430.20;9.50;127.80;4.23;1.10 -8475;15;4050.60;9.50;337.80;2.72;0.88 -8476;15;4016.80;9.50;89.20;3.08;0.96 -8477;15;3162.40;9.50;35.20;2.82;0.88 -8479;15;2409.00;9.50;677.60;3.14;1.04 -8480;15;2191.20;9.50;567.20;-1.53;1.26 -8481;15;2293.00;9.50;1348.80;4.17;1.24 -8482;15;2655.80;9.50;1781.80;1.91;1.46 -8483;15;1437.80;9.50;306.40;2.20;1.34 -8484;15;533.40;9.50;131.40;2.07;0.78 -8485;15;519.80;9.50;1378.80;2.22;0.92 -8486;15;358.80;9.50;1882.60;2.38;0.82 -8487;15;509.80;9.50;1058.00;2.19;1.04 -8488;15;791.20;9.50;495.00;2.26;1.26 -8489;15;3797.00;9.50;453.40;3.98;0.84 -8490;15;2464.60;9.50;1949.40;-1.16;1.90 -8491;15;2454.00;9.50;124.00;2.35;0.98 -8492;15;1614.20;9.50;1493.20;-1.19;1.20 -8493;15;253.20;9.50;381.60;4.27;1.26 -8494;15;5376.00;9.50;1209.40;3.41;1.20 -8495;15;4276.00;9.50;395.40;2.63;1.00 -8496;15;2644.00;9.50;1487.80;4.51;1.04 -8497;15;5549.00;9.50;578.20;2.32;1.52 -8498;15;5606.80;9.50;961.40;2.41;1.00 -8499;15;4804.60;10.10;1082.40;4.54;0.82 -8500;15;4153.60;9.50;544.40;3.92;1.06 -8501;15;4354.40;9.50;164.20;4.23;0.96 -8502;15;4090.00;9.50;318.60;2.61;1.12 -8503;15;3877.60;9.50;79.60;3.79;0.96 -8505;15;2574.20;9.50;72.20;2.35;0.96 -8506;15;2498.80;9.50;673.40;2.82;1.02 -8507;15;2205.40;9.50;643.40;4.52;1.16 -8508;15;2320.20;9.50;1302.80;3.18;1.20 -8509;15;2540.00;9.50;1866.20;3.39;1.38 -8510;15;1473.80;9.50;295.20;3.30;0.96 -8511;15;543.20;9.50;183.00;3.43;1.08 -8512;15;398.40;9.50;1418.00;4.21;1.28 -8513;15;307.40;9.50;1906.80;1.62;1.62 -8514;15;563.80;9.50;1007.60;2.87;1.08 -8515;15;747.40;9.50;551.40;3.01;1.08 -8516;15;3806.20;9.50;490.80;3.92;0.82 -8517;15;2476.60;9.50;2004.80;1.32;1.30 -8518;15;1658.60;9.50;1544.80;-1.36;0.94 -8519;15;195.00;9.50;311.00;2.94;1.02 -8520;15;5247.20;9.50;1243.80;2.55;1.10 -8521;15;4203.40;9.50;162.20;4.02;0.82 -8522;15;2711.80;9.50;1460.40;2.43;0.72 -8523;15;1117.80;9.50;607.60;4.70;1.06 -8524;15;5588.60;9.50;997.60;4.07;0.84 -8525;15;4811.20;9.50;1056.40;2.76;1.20 -8526;15;4149.80;9.50;496.60;3.98;1.22 -8527;15;4301.20;9.50;130.80;3.18;0.92 -8528;15;4085.20;9.50;337.80;4.48;1.02 -8529;15;3961.00;9.50;30.60;-1.16;1.16 -8530;15;2919.40;9.50;1958.80;2.84;1.08 -8531;15;2531.20;9.50;75.00;2.10;1.00 -8533;15;2315.00;9.50;1234.80;4.36;1.44 -8534;15;2458.20;9.50;1876.80;3.20;1.22 -8535;15;1483.40;9.50;252.20;3.22;1.14 -8537;15;378.00;9.50;1358.80;3.14;0.90 -8538;15;415.80;9.67;1910.60;1.89;0.78 -8539;15;533.60;9.50;1037.60;4.66;1.12 -8540;15;705.00;9.50;518.60;3.77;1.26 -8541;15;3822.60;9.50;542.40;2.39;0.92 -8542;15;2667.60;9.50;1950.60;2.35;1.18 -8543;15;1706.80;9.50;1587.20;-1.13;1.14 -8544;15;4510.40;9.50;317.80;1.57;1.18 -8546;15;2736.80;9.50;1463.20;4.43;0.48 -8547;15;5588.60;9.50;647.00;2.80;1.08 -8548;15;4808.80;9.50;995.20;1.53;1.06 -8549;15;4204.00;9.50;518.60;2.85;1.14 -8550;15;4324.00;9.50;147.00;4.24;0.92 -8551;15;4061.20;9.50;380.20;4.58;1.12 -8552;15;4035.40;9.50;49.80;3.40;1.18 -8553;15;2446.60;9.50;55.60;3.58;1.28 -8554;15;2526.40;9.50;623.00;2.65;1.06 -8555;15;2246.80;9.50;392.80;-1.46;1.18 -8556;15;2308.80;9.50;1205.80;2.04;1.20 -8557;15;2502.00;9.50;1995.40;4.20;1.64 -8558;15;1352.20;9.50;244.00;4.18;1.30 -8559;15;290.60;9.50;326.60;4.66;1.06 -8560;15;399.80;9.50;1391.40;1.86;1.08 -8561;15;459.40;9.50;1898.40;2.97;1.14 -8562;15;501.40;9.50;926.60;2.11;1.32 -8563;15;705.40;9.50;557.20;1.92;0.96 -8564;15;3826.80;9.50;595.80;2.05;0.80 -8565;15;2562.80;9.50;2033.40;2.03;0.96 -8566;15;1780.80;9.67;1618.20;-0.58;1.14 -8567;15;67.00;9.50;179.20;1.42;1.64 -8568;15;5057.60;9.50;1082.00;1.99;1.26 -8569;15;2738.20;9.50;1448.20;2.86;0.56 -8570;15;5528.20;9.50;627.80;1.61;1.08 -8572;15;4729.40;9.50;872.40;-0.30;1.18 -8573;15;4173.80;9.50;454.60;3.83;0.96 -8574;15;4308.60;9.50;166.80;2.14;0.88 -8575;15;4117.00;9.50;358.00;4.39;1.08 -8576;15;2464.20;9.50;80.40;1.85;1.04 -8577;15;2486.00;9.50;634.20;2.93;1.08 -8578;15;2401.00;9.50;428.80;1.59;1.24 -8579;15;2292.00;9.50;1262.20;2.44;1.36 -8580;15;2605.80;9.50;1984.60;2.56;1.54 -8581;15;1487.00;9.50;136.60;3.14;1.16 -8582;15;335.40;9.50;279.40;4.60;0.90 -8583;15;368.00;9.50;1435.80;1.98;0.88 -8584;15;415.60;9.50;1831.20;4.19;1.04 -8585;15;553.60;9.50;964.60;2.64;0.94 -8586;15;633.20;9.50;516.00;4.05;1.16 -8587;15;3757.20;9.50;518.60;4.34;1.00 -8588;15;2701.20;9.50;1935.40;3.05;1.26 -8589;15;1857.20;9.50;1645.00;4.55;1.22 -8590;15;294.40;9.50;164.60;2.15;1.08 -8591;15;4892.60;9.50;904.40;3.56;1.02 -8592;15;2756.20;9.50;1391.60;-0.72;0.76 -8593;15;5469.40;9.50;597.20;3.87;1.30 -8594;15;5573.80;9.50;1229.60;4.32;1.20 -8595;15;4718.40;9.50;932.00;-1.41;1.20 -8596;15;4194.00;9.50;471.00;4.33;1.06 -8597;15;4392.60;9.50;249.80;3.04;1.02 -8598;15;4121.80;9.50;399.80;3.38;0.90 -8600;15;2581.00;9.50;120.20;2.13;1.12 -8601;15;2509.00;9.50;583.80;2.69;0.92 -8602;15;2255.40;9.50;439.20;2.54;1.26 -8603;15;2215.80;9.50;1325.40;3.60;1.32 -8605;15;1418.20;9.50;111.80;4.31;1.22 -8606;15;378.20;9.50;332.20;3.19;0.80 -8607;15;342.60;9.50;1366.20;2.04;0.90 -8609;15;573.00;9.50;912.60;1.90;1.00 -8610;15;613.20;9.50;491.60;1.77;1.22 -8611;15;3789.40;9.50;558.40;2.23;0.84 -8612;15;2748.80;9.50;1802.20;3.50;1.26 -8613;15;2867.40;9.50;544.20;3.49;1.04 -8614;15;1805.60;9.50;1668.00;-0.73;1.36 -8615;15;235.20;9.50;244.60;1.49;1.00 -8616;15;4908.20;9.50;870.20;3.38;1.28 -8617;15;4008.40;9.50;135.20;3.60;1.00 -8618;15;2692.40;9.50;1397.00;-0.54;0.88 -8619;15;5421.20;9.50;591.60;3.40;1.04 -8620;15;5543.20;9.50;1221.00;2.63;1.26 -8621;15;2846.00;9.50;1552.60;4.51;0.58 -8622;15;2886.00;9.50;1571.60;4.33;0.32 -8623;15;4740.20;9.50;999.60;2.99;1.12 -8624;15;4231.60;9.50;440.20;4.33;0.74 -8625;15;4402.20;9.50;202.20;1.83;1.12 -8626;15;4096.20;9.50;428.20;3.80;0.98 -8628;15;2552.00;9.50;180.80;3.30;1.10 -8629;15;2432.00;9.50;640.60;3.86;0.94 -8630;15;2323.00;9.50;499.00;1.71;1.34 -8631;15;2140.40;9.50;1335.80;4.19;1.22 -8632;15;2539.00;9.50;1773.60;4.33;1.08 -8633;15;1380.20;9.50;138.20;3.18;1.16 -8634;15;405.00;9.50;346.80;4.51;1.00 -8635;15;322.60;9.50;1411.60;2.48;1.12 -8636;15;93.40;9.50;1995.80;4.13;0.88 -8637;15;518.80;9.50;871.60;3.96;1.20 -8638;15;607.60;9.50;464.40;4.14;1.32 -8639;15;3471.60;9.50;470.80;1.61;1.30 -8640;15;2777.40;9.50;1943.20;3.79;1.02 -8641;15;2274.20;9.50;220.20;3.99;1.14 -8642;15;1744.80;10.69;1709.00;-1.28;1.46 -8643;15;429.40;9.50;313.60;2.62;1.26 -8644;15;4883.00;9.50;735.60;2.41;0.98 -8645;15;4145.00;9.50;273.80;4.51;1.12 -8646;15;2662.80;9.50;1467.00;2.85;1.22 -8647;15;5403.00;9.50;621.80;4.44;0.80 -8648;15;1122.40;12.31;1712.80;4.71;0.82 -8649;15;4784.40;9.50;967.80;3.04;0.68 -8650;15;4226.00;9.50;420.20;2.18;1.06 -8651;15;4282.60;9.50;224.00;3.71;0.78 -8652;15;4191.80;9.50;389.20;2.15;1.06 -8654;15;2483.20;9.50;121.60;4.01;1.00 -8655;15;2433.40;9.50;602.80;2.58;0.98 -8656;15;2251.00;9.50;472.80;4.14;1.32 -8657;15;2221.40;9.50;1365.20;1.74;1.20 -8658;15;2488.00;9.50;1827.20;2.01;1.38 -8659;15;1437.60;9.50;195.00;3.24;1.32 -8660;15;461.80;9.50;389.80;1.73;1.08 -8661;15;751.20;9.50;967.40;3.88;1.14 -8662;15;128.40;10.17;2029.20;2.03;0.96 -8663;15;499.80;9.50;876.20;1.63;1.16 -8664;15;573.40;9.50;451.60;3.70;1.02 -8665;15;3532.40;9.50;423.60;1.62;1.08 -8666;15;2851.00;9.50;1865.80;1.86;0.90 -8668;15;1868.20;9.50;1743.60;4.63;1.08 -8669;15;485.60;9.50;433.60;4.66;0.90 -8670;15;4807.60;9.50;728.00;1.57;1.14 -8671;15;4252.80;9.50;484.00;3.33;0.82 -8672;15;2611.80;9.50;1438.40;4.31;1.02 -8673;15;5501.20;9.50;668.00;1.57;1.22 -8674;15;5585.00;9.50;1311.00;4.71;1.12 -8675;15;5617.20;9.50;1766.80;2.98;0.82 -8676;15;4706.20;9.50;946.20;0.87;1.10 -8677;15;4275.40;9.50;484.60;4.15;0.90 -8678;15;4323.20;9.50;236.00;4.09;1.12 -8679;15;4144.80;9.50;465.60;2.56;1.14 -8680;15;2509.00;9.50;182.00;3.14;1.20 -8681;15;2622.20;9.50;566.00;3.95;1.02 -8682;15;2763.60;9.50;706.80;2.72;0.76 -8683;15;2157.60;9.50;1388.60;3.06;1.20 -8684;15;2354.60;9.50;1851.60;3.94;1.10 -8685;15;1552.40;9.50;60.40;2.51;1.06 -8686;15;391.60;9.50;362.60;1.75;0.96 -8687;15;255.00;9.50;1443.00;3.92;1.32 -8688;15;196.40;9.50;2018.20;1.74;0.90 -8689;15;476.00;9.50;856.60;3.14;1.42 -8690;15;689.40;9.50;614.60;3.04;1.14 -8691;15;3485.80;9.50;354.60;1.62;1.36 -8692;15;2890.00;9.50;1995.40;4.45;1.24 -8693;15;2628.00;9.50;492.00;2.67;1.04 -8694;15;1840.20;9.50;1941.00;4.36;1.36 -8695;15;473.80;9.50;390.00;4.50;1.12 -8696;15;4783.80;9.50;769.20;-1.26;0.96 -8697;15;4171.80;9.50;423.20;2.29;1.14 -8698;15;2623.40;9.50;1398.00;4.48;0.92 -8699;15;5489.60;9.50;745.60;3.38;1.02 -8700;15;5616.40;9.50;1388.40;2.47;1.22 -8701;15;4657.00;9.50;921.40;4.51;0.54 -8702;15;4330.60;9.50;515.40;3.76;0.78 -8703;15;4289.00;9.50;273.40;3.71;0.92 -8704;15;4066.80;9.50;457.40;4.11;1.04 -8705;15;2461.80;9.50;178.00;3.10;1.16 -8706;15;1494.20;9.50;809.00;3.95;0.98 -8707;15;2898.20;9.50;719.20;1.52;0.92 -8708;15;2125.60;9.50;1438.00;4.09;1.42 -8709;15;2402.40;9.50;1904.40;2.00;1.24 -8710;15;1579.40;9.50;44.80;3.51;1.02 -8711;15;351.00;9.50;412.20;4.06;1.02 -8712;15;192.80;9.50;1346.60;3.09;1.00 -8713;15;210.40;9.50;2007.00;2.85;0.42 -8714;15;416.80;9.50;845.40;3.28;1.26 -8715;15;721.00;9.50;581.40;4.45;1.02 -8716;15;2092.40;9.50;477.20;3.42;1.04 -8717;15;2873.60;9.50;2034.00;4.63;0.88 -8718;15;2517.20;9.50;515.20;3.66;1.04 -8719;15;1934.40;9.50;1914.60;3.18;2.14 -8720;15;684.60;9.50;367.80;1.46;1.34 -8721;15;4832.40;9.50;915.60;3.56;1.38 -8722;15;4048.60;9.50;363.80;4.16;0.98 -8723;15;2603.60;9.50;1418.40;1.70;1.56 -8724;15;5393.60;9.50;709.40;4.47;1.00 -8725;15;1125.00;16.27;1454.20;4.70;0.26 -8726;15;5571.40;9.50;1751.20;2.64;1.28 -8727;15;4711.40;9.50;802.80;1.78;1.32 -8728;15;4341.20;9.50;551.00;3.81;0.88 -8729;15;4260.40;9.50;266.80;3.23;0.94 -8730;15;4061.40;9.50;505.00;2.83;0.88 -8731;15;2389.60;9.50;160.80;3.98;1.20 -8732;15;2633.00;9.50;530.20;3.14;0.82 -8733;15;2692.40;9.50;718.00;4.52;0.74 -8734;15;2173.60;9.50;1440.60;4.04;1.12 -8735;15;2400.40;9.50;1869.60;3.79;1.40 -8737;15;218.80;9.50;419.80;3.10;1.32 -8738;15;148.60;9.50;1345.40;2.25;0.94 -8740;15;387.60;9.50;794.60;4.16;1.20 -8741;15;832.60;9.50;585.80;2.10;0.94 -8742;15;3404.80;9.50;1025.20;2.29;1.08 -8743;15;2680.40;9.50;2009.80;3.46;1.42 -8744;15;2367.40;9.50;608.80;3.82;0.88 -8745;15;1560.00;9.50;1970.00;4.12;0.88 -8746;15;1411.00;9.50;770.80;1.92;1.12 -8747;15;4827.20;9.50;960.00;2.53;0.90 -8748;15;3954.00;9.50;428.20;3.83;0.96 -8749;15;2664.20;9.50;1345.80;1.81;0.64 -8750;15;5435.80;9.50;756.20;2.30;1.04 -8751;15;4761.80;9.50;793.80;0.85;0.86 -8752;15;4274.60;9.50;516.40;4.19;0.70 -8753;15;4197.20;9.50;260.60;4.44;1.04 -8754;15;4064.80;9.50;555.40;3.40;1.00 -8755;15;2459.40;9.50;224.20;3.01;1.20 -8756;15;2607.00;9.50;583.60;2.41;0.86 -8757;15;2665.20;9.50;725.80;2.42;1.18 -8758;15;2222.60;9.50;1435.00;3.88;0.96 -8759;15;2380.40;9.50;1949.60;1.97;1.46 -8760;15;1689.00;9.50;45.20;3.34;1.06 -8761;15;311.00;9.50;422.80;2.24;1.16 -8762;15;100.80;9.50;1397.80;3.63;1.16 -8763;15;383.40;9.50;1804.20;3.89;1.54 -8764;15;304.20;9.50;871.60;3.89;1.16 -8765;15;753.20;9.50;651.00;2.26;1.48 -8766;15;3439.20;9.50;960.20;1.53;1.14 -8768;15;1559.60;9.50;1924.40;3.68;1.38 -8769;15;878.40;9.50;401.80;3.23;1.16 -8770;15;4943.00;9.50;1066.60;1.95;1.38 -8771;15;4089.80;9.50;504.40;3.68;1.20 -8772;15;2661.80;9.50;1269.40;1.78;0.82 -8773;15;5349.20;9.50;723.20;-0.89;1.26 -8774;15;4682.20;9.50;747.80;1.21;1.16 -8775;15;4309.40;9.50;548.00;2.65;0.90 -8776;15;4185.80;9.50;308.40;4.39;1.08 -8777;15;4033.60;9.50;569.80;3.44;0.76 -8778;15;2314.00;9.50;124.20;4.42;1.32 -8779;15;2527.20;9.50;586.80;4.06;0.84 -8780;15;2575.40;9.50;778.80;3.46;1.18 -8781;15;2127.40;9.50;1490.00;4.11;0.98 -8782;15;2308.40;9.50;1957.40;2.64;1.44 -8783;15;273.40;9.50;311.60;2.15;1.20 -8784;15;196.00;9.50;1376.80;1.98;0.80 -8785;15;495.20;9.50;1771.40;1.65;1.36 -8786;15;270.60;9.50;908.60;3.95;1.38 -8787;15;781.20;9.50;687.40;3.18;1.22 -8788;15;3646.60;9.50;865.20;1.38;1.30 -8789;15;2844.40;9.50;2014.40;3.62;1.20 -8790;15;914.60;9.50;149.60;-1.48;1.38 -8791;15;4865.20;9.50;1183.40;-1.50;1.34 -8792;15;4117.80;9.50;526.60;3.83;1.12 -8793;15;2779.40;9.50;1253.60;2.06;0.68 -8794;15;5383.40;9.50;690.20;1.69;0.98 -8795;15;5553.80;9.50;1380.60;3.10;0.84 -8796;15;5154.40;9.50;1434.00;3.98;0.92 -8797;15;4643.40;9.50;697.60;-1.28;1.26 -8798;15;4323.40;9.50;587.20;3.01;1.04 -8799;15;4284.00;9.50;293.20;1.70;0.86 -8800;15;4033.20;9.50;595.80;2.09;1.00 -8801;15;2428.00;9.50;234.20;2.66;0.84 -8802;15;2608.80;9.50;541.60;2.38;0.80 -8803;15;2552.20;9.50;812.00;3.95;1.22 -8804;15;2163.80;9.50;1535.40;2.82;1.38 -8805;15;2199.60;9.50;1930.40;2.45;1.52 -8807;15;258.20;9.50;348.60;2.65;0.90 -8808;15;180.40;9.50;1426.00;2.28;0.94 -8809;15;495.60;9.50;1800.20;4.24;1.24 -8810;15;339.20;9.50;884.80;4.34;0.74 -8811;15;829.60;9.50;640.80;3.60;1.32 -8813;15;2587.80;9.50;1740.20;3.50;1.02 -8814;15;1944.20;9.50;72.80;2.00;1.04 -8815;15;1414.40;9.50;1905.40;4.46;1.58 -8816;15;1063.00;9.50;326.40;3.31;1.38 -8817;15;5135.60;9.50;1240.80;2.20;0.94 -8818;15;4107.80;9.50;632.80;1.79;0.80 -8819;15;2837.20;9.50;1277.80;1.97;0.80 -8820;15;5357.20;9.50;664.60;3.40;1.08 -8821;15;5458.40;9.50;1376.80;2.95;0.84 -8822;15;4692.40;9.50;670.40;1.41;1.00 -8823;15;4303.40;9.50;605.40;2.35;0.80 -8824;15;4252.20;9.50;351.60;2.42;1.20 -8825;15;4006.20;9.50;560.80;2.98;0.84 -8827;15;2356.40;9.50;199.80;4.08;1.28 -8828;15;2572.20;9.50;551.40;2.17;0.82 -8829;15;2475.00;9.50;843.60;3.87;1.32 -8830;15;2183.80;9.50;1493.80;3.47;1.10 -8831;15;2331.40;9.50;1838.80;1.96;1.40 -8832;15;1384.20;9.50;87.40;3.58;1.10 -8833;15;226.00;9.50;360.80;1.95;1.28 -8834;15;233.20;9.50;1503.60;3.77;1.08 -8835;15;518.00;9.50;1748.20;4.43;1.12 -8836;15;427.20;9.50;950.20;2.93;1.08 -8837;15;832.80;9.50;688.40;2.88;1.18 -8838;15;1933.40;9.50;1629.80;3.20;1.12 -8839;15;2537.20;9.50;1578.20;3.34;1.20 -8840;15;2632.20;9.50;1488.60;1.64;1.24 -8841;15;1545.60;9.50;1951.60;2.05;1.22 -8842;15;1090.00;9.50;431.00;3.14;1.06 -8843;15;5118.20;9.50;1365.60;2.96;1.16 -8844;15;3917.80;9.50;750.20;3.30;0.66 -8845;15;2816.60;9.50;1331.80;4.45;0.92 -8846;15;5318.40;9.50;661.60;3.07;1.50 -8848;15;4707.00;9.50;731.80;2.95;0.86 -8849;15;4257.60;9.50;583.60;3.58;0.88 -8850;15;4278.80;9.50;350.40;3.09;0.98 -8851;15;4193.40;9.50;240.80;2.17;1.02 -8853;15;2364.60;9.50;260.20;3.46;1.16 -8854;15;2505.80;9.50;544.80;2.78;0.86 -8855;15;2466.80;9.50;793.20;3.58;1.00 -8856;15;2228.20;9.50;1501.20;3.17;1.16 -8857;15;1549.80;9.77;988.00;3.89;1.12 -8858;15;1443.80;9.50;54.40;2.47;1.28 -8859;15;119.40;9.50;335.00;4.20;1.38 -8860;15;153.80;9.50;1498.00;4.10;1.12 -8861;15;343.60;9.50;1760.80;4.43;1.42 -8862;15;429.20;9.50;905.00;1.67;0.76 -8863;15;868.80;9.50;713.80;2.53;0.74 -8864;15;1855.20;9.50;1607.00;3.63;1.08 -8865;15;2590.00;9.50;1647.00;2.46;1.14 -8866;15;1727.40;9.50;33.60;3.64;0.80 -8867;15;1449.20;9.50;1984.60;2.78;1.12 -8868;15;1341.20;9.50;478.60;2.18;1.20 -8869;15;5066.80;9.50;1359.20;3.08;1.10 -8870;15;3908.00;9.50;259.60;3.36;1.06 -8871;15;2861.20;9.50;1317.60;4.58;0.94 -8872;15;5258.60;9.50;596.80;4.10;1.70 -8873;15;5463.00;9.50;1279.20;2.93;1.28 -8874;15;4647.40;9.50;96.60;4.22;0.86 -8875;15;4276.80;9.50;621.80;2.22;0.90 -8876;15;4188.60;9.50;361.80;3.60;0.98 -8877;15;4123.80;9.50;264.20;3.58;0.88 -8878;15;2329.20;9.50;193.20;3.00;1.30 -8879;15;2450.60;9.50;524.20;4.05;1.14 -8880;15;2440.60;9.50;832.60;3.49;1.10 -8881;15;2268.60;9.50;1403.40;4.33;1.28 -8884;15;152.40;9.50;269.00;2.40;1.16 -8885;15;102.20;9.50;1169.40;2.76;1.00 -8887;15;379.20;9.50;959.20;2.09;0.96 -8888;15;924.00;9.50;696.80;2.52;1.12 -8889;15;2543.40;9.50;863.20;1.41;1.04 -8890;15;2537.20;9.50;1424.20;3.97;1.02 -8891;15;1481.80;9.50;1991.80;3.29;1.40 -8892;15;1412.60;9.50;512.20;2.10;1.16 -8893;15;5226.60;9.50;1465.00;1.43;0.90 -8894;15;3933.00;9.50;690.00;1.76;0.92 -8895;15;2929.00;9.50;1333.20;1.72;0.92 -8896;15;5264.20;9.50;667.20;3.38;1.06 -8897;15;5543.60;9.50;1284.00;1.95;0.88 -8898;15;4846.20;9.50;634.20;1.51;0.96 -8899;15;4231.00;9.50;514.00;4.24;0.78 -8900;15;4240.80;9.50;407.20;2.82;0.96 -8901;15;4133.00;9.50;296.00;2.03;1.06 -8902;15;2319.60;9.50;253.20;3.56;1.18 -8903;15;2510.20;9.50;484.60;2.13;1.08 -8904;15;2433.20;9.50;796.00;2.94;1.00 -8907;15;62.00;9.50;254.80;3.79;1.14 -8908;15;116.00;9.50;1120.60;1.97;0.92 -8909;15;410.60;9.50;1733.00;4.28;1.32 -8910;15;535.40;9.50;819.20;2.38;1.18 -8911;15;934.40;9.50;636.00;2.28;1.00 -8912;15;2578.20;9.50;1330.60;2.65;1.42 -8914;15;1511.40;9.50;2008.20;-1.54;1.62 -8915;15;1472.00;9.50;691.80;3.14;1.38 -8916;15;5355.40;9.50;1453.80;3.57;1.26 -8917;15;4006.80;9.50;512.20;3.58;1.04 -8918;15;2902.20;9.50;1378.80;3.50;0.84 -8919;15;5199.40;9.50;660.40;4.17;1.10 -8920;15;5547.00;9.50;1271.00;3.60;1.14 -8921;15;4936.40;9.50;533.20;2.98;1.08 -8922;15;4199.20;9.50;551.40;3.86;0.84 -8923;15;4710.60;9.50;135.00;4.30;0.78 -8924;15;4277.40;9.50;429.00;4.11;1.24 -8925;15;4139.60;9.50;319.00;4.30;0.96 -8926;15;2272.20;9.50;158.60;4.19;1.18 -8927;15;2433.80;9.50;495.40;3.60;0.94 -8928;15;2401.80;9.50;784.80;2.74;0.98 -8929;15;2369.20;9.50;1449.00;2.71;1.40 -8930;15;1673.00;9.50;2024.40;3.64;1.18 -8931;15;1220.60;9.50;73.60;4.50;1.22 -8932;15;87.40;9.50;312.20;3.21;1.18 -8933;15;4507.00;11.17;1113.00;1.57;0.64 -8934;15;343.00;9.50;1695.40;4.63;1.16 -8935;15;542.40;9.50;788.20;3.70;1.46 -8936;15;981.00;9.50;669.60;2.01;1.02 -8937;15;2675.60;9.50;1202.40;1.70;0.90 -8938;15;1533.80;9.50;566.00;2.57;1.02 -8940;15;3950.40;9.50;472.60;2.45;0.86 -8941;15;2937.80;9.50;1270.80;0.58;0.90 -8942;15;5214.40;9.50;620.60;3.92;0.92 -8943;15;5539.40;9.50;1324.60;4.15;1.02 -8944;15;1118.80;12.42;1843.60;4.71;1.40 -8945;15;4898.80;9.50;559.40;4.48;1.32 -8946;15;4220.00;9.50;587.40;3.41;0.86 -8947;15;4338.20;9.50;369.80;1.81;1.14 -8948;15;4629.00;9.50;240.20;2.58;1.32 -8949;15;2262.80;9.50;188.80;2.35;1.12 -8950;15;2497.00;9.50;450.80;2.90;0.98 -8951;15;2346.40;9.50;807.60;4.21;1.20 -8952;15;2316.40;9.50;1448.40;1.64;1.10 -8953;15;1746.80;9.50;1980.00;3.27;1.38 -8954;15;1169.80;9.50;47.60;2.21;1.16 -8955;15;27.20;9.50;265.20;2.97;1.16 -8956;15;4511.00;14.11;1133.80;1.57;1.24 -8957;15;486.80;9.50;1734.80;3.63;1.20 -8958;15;488.20;9.50;785.40;2.21;1.26 -8959;15;961.20;9.50;590.20;2.50;1.16 -8960;15;2639.20;9.50;1185.60;2.10;1.22 -8961;15;1815.00;9.50;48.60;2.11;1.02 -8963;15;1566.20;9.50;563.60;3.30;1.20 -8964;15;4013.00;9.50;275.40;3.71;1.10 -8965;15;2997.80;9.50;1303.40;2.03;0.98 -8966;15;5414.80;9.50;493.80;4.35;1.02 -8967;15;5499.80;9.50;1366.20;4.07;0.86 -8968;15;1118.80;11.28;1781.00;-1.56;1.58 -8969;15;4864.40;9.50;529.80;4.24;0.78 -8970;15;4171.60;9.50;584.60;3.79;0.96 -8971;15;4318.40;9.50;444.80;3.72;0.88 -8972;15;4624.80;9.50;266.40;1.13;1.16 -8974;15;2293.40;9.50;108.20;3.03;1.10 -8975;15;2478.20;9.50;409.20;2.69;0.80 -8976;15;2363.60;9.50;861.80;2.03;1.08 -8977;15;2207.60;9.50;1540.60;4.23;1.42 -8978;15;1575.00;9.50;2032.80;4.67;0.64 -8979;15;1200.40;9.50;98.40;2.14;1.46 -8980;15;78.40;9.50;360.20;3.22;1.12 -8981;15;700.20;9.50;1006.20;4.28;1.02 -8982;15;483.60;9.50;1670.00;4.45;1.06 -8983;15;475.00;9.50;733.00;1.68;1.14 -8984;15;964.60;9.50;630.60;3.49;0.98 -8985;15;2584.80;9.50;1285.80;2.35;1.38 -8986;15;1757.00;9.50;78.60;4.64;1.14 -8987;15;1499.00;9.50;502.80;1.74;0.96 -8988;15;3822.00;9.50;323.20;2.74;1.18 -8989;15;2452.80;9.50;1542.60;3.97;1.28 -8990;15;5402.60;9.50;543.40;4.38;1.22 -8991;15;5487.80;9.50;1340.80;1.86;1.02 -8992;15;5557.00;9.50;1812.20;2.43;1.32 -8993;15;4998.00;9.50;408.20;0.89;1.12 -8994;15;4158.00;9.50;620.60;2.85;1.00 -8995;15;4354.40;9.50;446.40;3.90;0.98 -8996;15;4541.20;9.50;295.60;3.90;1.00 -8997;15;2275.40;9.50;128.40;2.35;0.98 -8998;15;2419.00;9.50;440.20;4.20;1.24 -8999;15;2443.40;9.50;877.80;3.66;1.16 -9000;15;2241.80;9.50;1558.40;4.11;1.40 -9001;15;1551.40;9.50;1869.40;1.22;1.50 -9002;15;1329.80;9.50;165.00;2.53;1.48 -9003;15;45.80;9.50;383.60;2.48;1.10 -9004;15;120.80;9.50;1217.40;2.53;1.16 -9005;15;373.20;9.50;1664.20;2.93;1.02 -9006;15;474.40;9.50;708.60;3.79;1.34 -9007;15;847.80;9.50;555.40;4.06;0.94 -9008;15;2422.60;9.50;1426.60;3.49;1.22 -9009;15;1852.40;9.50;194.20;2.09;1.56 -9010;15;1372.00;9.50;425.80;2.26;1.24 -9011;15;1120.80;13.87;1607.60;4.70;1.10 -9012;15;3886.00;9.50;360.20;2.33;0.92 -9013;15;3022.20;9.50;1250.20;1.52;1.32 -9014;15;5324.00;9.50;516.40;4.48;1.00 -9015;15;5382.60;9.50;1263.20;4.59;1.28 -9016;15;5602.20;9.50;1930.80;3.33;1.10 -9017;15;4947.80;9.50;411.40;3.96;0.64 -9018;15;4192.40;9.50;616.00;3.81;0.78 -9019;15;4424.60;9.50;446.60;2.88;1.00 -9020;15;4587.80;9.50;333.60;4.35;1.20 -9021;15;2259.20;9.50;89.40;3.17;0.92 -9022;15;2421.40;9.50;404.40;2.72;1.04 -9023;15;2767.20;9.50;1984.60;1.64;1.44 -9024;15;2384.60;9.50;876.80;4.26;1.02 -9025;15;2305.00;9.50;1579.20;2.18;1.48 -9026;15;1315.40;9.50;191.80;1.91;1.04 -9027;15;57.80;9.50;403.00;4.29;1.32 -9028;15;120.40;9.50;1265.60;3.56;1.12 -9029;15;455.00;9.50;1608.00;2.15;1.04 -9030;15;522.80;9.50;750.20;2.71;1.28 -9031;15;778.20;9.50;440.40;1.89;1.26 -9034;15;2506.40;9.50;1325.00;3.41;0.94 -9037;15;1904.40;9.50;234.00;3.97;1.12 -9040;15;1217.00;9.50;406.00;2.76;1.12 -9044;15;5391.60;9.50;1549.40;2.66;1.16 -9048;15;3838.00;9.50;505.40;3.71;0.80 -9049;15;3090.20;9.50;1159.00;-0.38;0.86 -9052;15;5337.80;9.50;574.20;2.31;1.42 -9053;15;5377.40;9.50;1239.40;1.94;1.08 -9057;15;4806.80;9.50;443.80;1.60;0.86 -9058;15;4233.40;9.50;642.60;3.25;0.92 -9062;15;4419.80;9.50;395.00;3.10;0.98 -9063;15;4559.40;9.50;362.80;3.33;1.14 -9067;15;3905.40;9.50;41.80;3.82;1.12 -9070;15;2217.20;9.50;77.80;4.11;0.88 -9071;15;2469.20;9.50;260.20;2.01;1.16 -9072;15;2397.60;9.50;909.40;-1.49;1.26 -9076;15;2364.60;9.50;1500.60;2.22;1.58 -9080;15;1223.20;9.50;160.40;2.05;1.40 -9081;15;109.60;10.50;431.80;4.67;0.94 -9085;15;30.20;9.50;1216.40;2.17;0.84 -9086;15;324.20;9.50;1631.20;4.27;1.30 -9087;15;304.60;9.50;678.20;4.62;1.30 -9091;15;1470.20;9.50;613.80;1.88;1.38 -9092;15;1528.40;9.50;1813.20;4.56;1.22 -11748;15;2829.80;9.50;1532.40;1.83;0.36 -12389;15;2807.20;9.50;1522.20;4.36;0.28 -13004;15;2823.40;9.50;1549.00;1.93;0.34 -13006;15;2716.80;9.50;1531.40;3.60;0.48 -13007;15;2708.20;9.50;1509.60;4.58;0.54 -13193;15;3731.60;9.50;2021.20;4.54;2.14 -4;16;3144.00;9.50;1854.80;-1.43;0.88 -5;16;2875.80;9.50;1632.40;4.31;0.82 -9;16;1960.00;9.50;256.80;3.30;1.24 -13;16;1375.40;9.50;318.20;2.38;1.34 -16;16;5268.60;9.50;1573.60;2.88;1.18 -19;16;3877.80;9.50;671.00;3.30;1.12 -20;16;3141.60;9.50;1195.80;0.92;0.68 -24;16;5247.80;9.50;508.00;2.01;0.98 -25;16;5328.80;9.50;1286.20;4.18;1.18 -28;16;4757.20;9.50;486.80;4.23;0.92 -29;16;4171.00;9.50;650.40;3.64;0.80 -33;16;4464.20;9.50;380.20;3.17;1.00 -34;16;3953.60;9.50;797.80;2.49;1.02 -43;16;2436.60;9.50;977.80;2.10;1.22 -48;16;1484.80;9.50;2027.40;2.25;1.12 -51;16;25.40;9.50;439.40;3.03;1.06 -54;16;2.00;9.50;1272.00;3.46;0.54 -55;16;267.60;9.50;1611.00;4.23;1.42 -56;16;398.40;9.50;707.60;3.04;1.00 -209;16;3379.40;9.68;1853.60;0.78;1.70 -210;16;2572.00;9.50;1099.00;2.21;1.40 -218;16;1453.20;9.50;365.20;3.79;1.76 -220;16;5157.40;9.50;1504.40;3.88;1.08 -224;16;3982.60;9.50;826.60;2.64;1.08 -225;16;3150.00;9.50;1250.00;3.68;0.74 -229;16;5239.20;9.50;561.80;1.87;1.06 -235;16;4213.20;9.50;672.40;3.46;0.84 -239;16;4523.00;9.50;344.80;3.14;1.14 -240;16;3887.40;9.50;716.60;2.79;1.10 -244;16;3824.20;9.50;78.60;3.18;1.06 -249;16;2191.40;9.50;172.60;3.79;0.80 -250;16;2400.00;9.50;295.60;3.49;0.86 -251;16;2459.40;9.50;983.80;3.72;1.32 -254;16;2399.40;9.50;1484.20;3.67;1.52 -259;16;64.20;9.50;468.20;3.34;0.92 -263;16;471.20;9.50;1564.20;2.26;0.98 -267;16;1334.40;9.50;650.00;3.65;1.32 -411;16;3156.40;9.50;1824.80;1.62;0.86 -412;16;2530.80;9.50;964.60;3.11;1.22 -420;16;1225.80;9.50;304.60;3.11;1.52 -423;16;5307.20;9.50;1614.00;4.55;1.08 -427;16;3925.00;9.50;915.00;3.38;1.02 -428;16;3206.40;9.50;1225.40;4.00;1.00 -430;16;5131.40;9.50;511.20;0.08;1.88 -431;16;5376.00;9.50;1363.40;3.98;1.30 -435;16;4736.60;9.50;481.80;4.16;0.62 -436;16;4302.40;9.50;677.60;4.62;1.08 -439;16;4468.40;9.50;325.80;3.23;0.92 -447;16;2425.20;9.50;363.60;2.96;1.16 -448;16;2483.40;9.50;1018.20;4.09;1.60 -451;16;1346.00;9.50;1981.20;3.87;1.84 -456;16;15.20;9.50;486.20;3.57;1.06 -459;16;64.40;9.50;1299.60;4.32;0.92 -460;16;371.80;9.50;1582.80;3.10;1.30 -461;16;370.40;9.50;647.40;2.47;0.82 -593;16;3110.60;9.50;1782.00;1.57;1.08 -597;16;2206.40;9.50;612.40;4.26;1.26 -604;16;5498.00;9.50;1694.00;2.97;1.24 -608;16;3883.40;9.50;988.40;4.02;1.50 -609;16;3322.20;9.50;1218.60;4.39;0.78 -612;16;5584.00;9.50;1454.60;3.58;0.92 -616;16;4760.80;9.50;428.60;3.37;0.64 -617;16;4310.60;9.50;656.60;2.52;0.96 -623;16;3847.80;9.50;689.00;2.32;0.78 -626;16;3750.60;9.50;106.80;3.74;1.32 -631;16;2185.20;9.50;75.20;2.93;0.90 -632;16;2362.80;9.50;336.60;3.98;1.28 -635;16;2449.60;9.50;1436.60;4.23;1.44 -640;16;24.40;9.50;534.80;3.00;1.04 -644;16;330.00;9.50;1547.40;3.87;1.22 -645;16;397.40;9.50;605.60;2.45;1.02 -647;16;1287.40;9.50;681.20;3.24;0.84 -786;16;3137.00;9.50;1776.00;1.57;0.82 -787;16;2464.20;9.50;935.60;3.17;1.00 -791;16;2279.00;9.50;698.80;2.83;1.16 -796;16;960.00;9.50;113.40;3.87;1.46 -802;16;3814.80;9.50;979.00;2.72;0.98 -803;16;3300.20;9.50;1169.80;-0.88;0.72 -807;16;5081.60;9.50;628.80;4.55;1.08 -808;16;5288.20;9.50;1328.80;3.18;1.16 -811;16;4718.20;9.50;409.20;3.84;0.88 -812;16;4361.00;9.50;638.20;1.83;1.10 -815;16;4518.20;9.50;296.00;3.17;1.08 -816;16;3798.40;9.50;650.00;3.47;0.98 -824;16;2158.00;9.50;80.20;2.33;0.98 -825;16;2346.20;9.50;321.80;2.15;1.26 -826;16;2536.00;9.50;1137.80;2.26;1.36 -830;16;2504.60;9.50;1496.40;4.27;1.30 -835;16;68.60;9.50;519.00;3.06;1.24 -838;16;23.60;9.50;1342.20;3.26;1.04 -839;16;257.60;9.50;1551.80;4.06;1.02 -842;16;1387.80;9.50;690.60;4.13;1.24 -990;16;3158.60;9.50;1736.40;1.31;0.62 -991;16;2524.00;9.50;844.20;3.62;1.10 -995;16;2258.80;9.50;710.80;2.46;1.16 -1008;16;3272.00;9.50;1215.80;4.21;0.66 -1011;16;5039.40;9.50;660.20;3.42;1.08 -1012;16;5237.40;9.50;1315.00;2.73;1.46 -1017;16;4313.60;9.50;626.20;3.90;1.00 -1021;16;4494.40;9.50;243.60;2.80;1.16 -1022;16;3768.40;9.50;694.60;4.02;0.94 -1030;16;2169.60;9.50;134.20;3.54;1.08 -1032;16;2446.80;9.50;1190.40;4.23;1.22 -1035;16;2481.20;9.50;1585.40;3.46;1.54 -1039;16;1133.40;9.50;141.80;2.67;1.16 -1040;16;122.60;9.50;487.00;2.80;1.04 -1045;16;447.60;9.50;653.40;3.05;0.98 -1049;16;1369.80;9.50;733.60;2.51;1.10 -1158;16;4827.00;9.50;1197.00;0.00;0.80 -1211;16;3113.00;9.50;1746.20;2.88;0.92 -1212;16;2630.40;9.50;748.80;2.29;1.18 -1215;16;2094.20;9.50;869.80;2.79;0.72 -1218;16;2174.20;9.50;1765.60;4.27;1.06 -1226;16;3851.40;9.50;805.60;4.09;0.82 -1227;16;2896.60;9.50;1728.80;2.14;0.48 -1231;16;5134.40;9.50;686.00;3.47;1.32 -1232;16;5202.20;9.50;1259.60;2.52;1.36 -1236;16;4383.00;9.50;606.20;2.63;0.94 -1245;16;2879.20;9.50;136.80;3.79;1.16 -1249;16;2159.60;9.50;166.20;2.78;0.96 -1250;16;2331.20;9.50;387.20;3.50;1.24 -1255;16;2460.40;9.50;1642.40;3.73;1.24 -1259;16;1257.80;9.50;235.40;4.28;1.10 -1266;16;444.20;9.50;607.60;2.82;1.10 -1270;16;1515.00;9.50;667.80;2.83;1.14 -1434;16;3208.00;9.50;1733.40;-1.50;0.62 -1435;16;2859.60;9.50;597.20;3.24;0.96 -1439;16;2020.40;9.50;943.20;3.53;1.14 -1442;16;2258.40;9.50;1680.00;3.24;1.00 -1447;16;5486.40;9.50;1747.60;3.79;1.30 -1451;16;3810.20;9.50;765.00;2.94;0.86 -1452;16;3044.80;9.50;1317.80;1.60;1.24 -1456;16;5109.20;9.50;689.80;2.19;1.06 -1457;16;5310.60;9.50;1282.20;1.92;0.86 -1461;16;4671.40;9.50;408.40;3.73;0.78 -1462;16;4280.00;9.50;673.80;2.69;0.82 -1465;16;4500.00;9.50;184.40;3.63;1.24 -1466;16;3770.00;9.50;729.60;3.67;0.84 -1471;16;2998.80;9.50;83.00;3.33;1.06 -1475;16;2105.20;9.50;83.80;2.80;0.92 -1477;16;2477.00;9.50;1281.00;4.01;1.22 -1481;16;2456.60;9.50;1688.40;3.82;1.20 -1487;16;166.80;9.50;553.80;3.42;1.22 -1490;16;191.40;9.50;1553.40;4.15;1.04 -1491;16;497.00;9.50;664.80;3.14;1.02 -1495;16;1458.80;9.50;800.40;2.69;1.02 -1660;16;3189.00;9.50;1723.40;1.43;0.60 -1661;16;2761.60;9.50;728.80;4.33;0.74 -1665;16;1943.60;9.50;983.20;2.21;0.76 -1669;16;2030.20;9.50;1851.60;3.36;1.60 -1670;16;672.00;9.50;140.80;3.14;1.30 -1673;16;5361.20;9.50;1742.40;2.74;1.06 -1681;16;5096.00;9.50;751.20;2.66;1.56 -1682;16;5162.40;9.50;1100.80;2.02;1.24 -1687;16;4282.40;9.50;714.20;3.49;0.78 -1691;16;4452.20;9.50;239.80;2.40;1.10 -1692;16;3850.00;9.50;738.40;3.41;0.98 -1700;16;2265.00;9.50;325.80;3.14;1.26 -1701;16;2504.00;9.50;1206.20;4.06;1.08 -1705;16;2423.20;9.50;1705.40;2.67;1.56 -1710;16;1253.00;9.50;308.80;3.99;1.42 -1711;16;181.20;9.50;458.20;3.97;1.00 -1715;16;46.20;9.50;1398.20;3.73;1.34 -1716;16;192.20;9.50;1603.80;3.73;1.10 -1717;16;539.60;9.50;695.20;3.37;1.34 -1720;16;1462.20;9.50;836.60;2.65;0.90 -1885;16;3182.20;9.50;1682.00;1.22;0.74 -1886;16;2900.40;9.50;701.20;3.42;0.96 -1890;16;1903.20;9.50;1007.20;2.86;0.94 -1894;16;2135.00;9.50;1769.20;3.83;1.18 -1895;16;557.00;9.50;210.80;2.00;0.86 -1902;16;3812.80;9.50;872.60;3.53;1.16 -1906;16;5157.40;9.50;745.80;2.53;1.22 -1907;16;5195.60;9.50;1149.60;2.00;1.26 -1911;16;4614.40;9.50;365.40;4.20;1.26 -1912;16;4257.60;9.50;712.20;2.67;0.96 -1916;16;4418.60;9.50;196.60;2.88;1.06 -1925;16;2314.40;9.50;283.20;2.16;1.36 -1926;16;2568.20;9.50;1207.00;3.43;1.06 -1931;16;2155.80;9.50;939.20;4.32;1.36 -1935;16;1210.60;9.50;231.80;2.92;1.42 -1936;16;238.60;9.50;467.80;4.10;0.86 -1942;16;577.60;9.50;643.20;2.14;0.92 -2107;16;3146.00;9.50;1683.80;0.96;1.20 -2110;16;1775.60;9.50;1064.40;3.56;0.82 -2118;16;3733.80;9.50;853.40;2.93;1.28 -2119;16;5519.40;9.50;63.80;3.46;1.24 -2121;16;5108.40;9.50;810.20;3.05;1.44 -2122;16;5126.00;9.50;1112.00;1.78;1.16 -2124;16;4689.00;9.50;534.60;1.76;1.04 -2125;16;4287.40;9.50;747.20;2.23;0.96 -2128;16;3821.20;9.50;807.20;2.69;1.10 -2134;16;2248.80;9.50;262.20;3.25;1.22 -2135;16;2547.00;9.50;1157.60;4.19;0.92 -2137;16;2360.80;9.50;1594.80;3.33;1.14 -2138;16;2129.20;9.50;947.80;2.62;0.94 -2141;16;276.40;9.50;513.40;3.54;1.18 -2143;16;12.00;9.50;1495.20;3.47;1.02 -2144;16;350.40;9.50;1482.80;4.13;1.22 -2145;16;511.80;9.50;556.00;3.70;1.18 -2148;16;1394.60;9.50;944.00;3.62;1.04 -2230;16;3069.20;9.50;1687.40;-1.24;0.92 -2231;16;2994.60;9.50;552.00;2.29;0.94 -2232;16;1692.40;9.70;1065.40;0.40;0.76 -2234;16;374.20;9.50;165.20;4.12;1.16 -2235;16;3698.20;9.50;800.20;3.84;1.14 -2236;16;5493.00;9.50;24.60;2.02;0.76 -2237;16;5192.20;9.50;845.80;3.18;1.20 -2239;16;4599.20;9.50;520.80;-1.46;0.66 -2240;16;4248.40;9.50;775.40;2.97;1.02 -2241;16;4496.80;9.50;102.00;3.48;1.16 -2243;16;3008.00;9.50;131.80;4.14;1.04 -2246;16;2625.40;9.50;1119.00;1.72;1.12 -2247;16;2443.00;9.50;1603.40;1.67;1.44 -2249;16;1062.40;9.50;188.00;3.59;1.42 -2250;16;334.60;9.50;464.20;2.85;1.28 -2251;16;83.40;9.50;1454.40;2.86;1.32 -2252;16;430.60;9.50;1469.20;3.46;1.00 -2253;16;571.80;9.50;601.40;2.30;1.08 -2256;16;3129.20;9.50;1643.80;1.40;1.12 -2257;16;2986.40;9.50;437.00;2.83;0.98 -2258;16;1672.60;9.50;1083.60;1.75;1.50 -2259;16;2070.60;9.50;1744.40;3.47;1.26 -2263;16;5189.60;9.50;770.80;4.33;1.42 -2264;16;5127.60;9.50;1205.40;3.76;1.02 -2265;16;4615.00;9.50;507.20;3.95;0.94 -2266;16;4207.20;9.50;747.20;3.84;1.12 -2267;16;4452.80;9.50;93.00;3.09;1.02 -2268;16;3922.40;9.50;840.00;2.83;1.06 -2271;16;2175.20;9.50;218.00;2.49;1.12 -2272;16;2650.00;9.50;1159.60;2.41;0.80 -2275;16;1075.80;9.50;274.60;3.70;1.72 -2276;16;367.40;9.50;512.60;2.43;1.10 -2277;16;118.00;9.50;1462.40;3.55;1.32 -2278;16;403.00;9.50;1527.60;3.70;1.24 -2279;16;600.60;9.50;554.40;3.05;1.06 -2282;16;3059.80;9.50;1653.80;4.30;0.70 -2284;16;1517.20;9.50;1026.80;-1.44;0.84 -2285;16;2055.20;9.50;1711.80;3.92;1.42 -2287;16;5626.20;9.50;2023.60;2.56;1.94 -2288;16;3672.40;9.50;749.40;3.62;1.22 -2289;16;5254.00;9.50;718.20;2.58;1.06 -2291;16;4669.60;9.50;494.40;2.98;1.32 -2292;16;4234.60;9.50;804.40;2.10;0.96 -2295;16;2935.40;9.50;112.00;3.84;1.12 -2297;16;2191.20;9.50;305.80;4.16;1.10 -2298;16;2309.60;9.50;841.60;3.43;1.22 -2299;16;2380.20;9.50;1684.00;2.57;1.28 -2300;16;2566.40;9.50;1358.20;4.23;1.08 -2301;16;988.60;9.50;292.60;4.07;1.58 -2302;16;386.40;9.50;462.80;3.23;1.02 -2304;16;56.80;9.50;1205.80;2.74;1.22 -2305;16;490.80;9.50;1514.80;2.46;1.24 -2306;16;604.40;9.50;657.60;3.64;1.38 -2307;16;1266.80;9.50;993.80;4.43;1.24 -2309;16;3115.60;9.50;1615.60;1.28;0.60 -2311;16;1592.40;9.50;931.20;2.03;1.20 -2312;16;2088.20;9.50;1581.00;3.18;1.56 -2313;16;602.60;9.50;136.20;1.78;1.34 -2315;16;5331.60;9.50;709.60;2.00;1.08 -2316;16;5064.00;9.50;1173.60;4.26;0.94 -2317;16;4687.60;9.50;482.40;3.56;0.92 -2318;16;4174.60;9.50;741.40;3.05;1.10 -2320;16;3832.00;9.50;894.40;4.13;1.04 -2321;16;2968.00;9.50;161.40;3.35;1.18 -2323;16;2216.40;9.50;265.40;2.62;1.04 -2324;16;2313.20;9.50;933.60;2.65;1.34 -2325;16;2305.40;9.50;1636.40;3.05;1.22 -2326;16;2460.00;9.50;1366.40;4.53;1.26 -2330;16;706.00;9.50;673.80;2.38;1.46 -2331;16;1360.60;9.50;1038.60;2.58;1.30 -2333;16;3029.40;9.50;1624.40;-1.48;0.88 -2334;16;3061.20;9.50;52.00;3.95;0.88 -2335;16;1504.40;9.50;848.00;4.11;1.22 -2336;16;2080.00;9.50;1467.40;3.63;1.34 -2337;16;564.60;9.50;98.00;3.76;1.32 -2338;16;3746.80;9.50;563.40;2.40;1.02 -2339;16;5273.00;10.75;765.60;2.71;1.04 -2340;16;5076.20;9.50;1134.00;2.26;1.00 -2341;16;4652.00;9.50;453.20;2.88;1.16 -2344;16;3919.00;9.50;876.00;2.55;0.82 -2345;16;2942.00;9.50;153.60;2.16;1.04 -2346;16;2262.40;9.50;43.20;2.82;1.00 -2348;16;2302.40;9.50;890.40;2.80;1.10 -2350;16;2448.80;9.50;1345.80;3.47;1.38 -2352;16;474.80;9.50;453.60;2.15;1.16 -2353;16;2.00;9.50;1540.80;3.58;0.52 -2354;16;533.60;9.50;1422.00;3.45;1.10 -2355;16;714.60;9.50;717.80;3.44;1.28 -2358;16;3000.60;9.50;1606.80;-1.39;0.60 -2359;16;3169.40;9.50;81.00;3.97;1.10 -2360;16;1489.00;9.50;874.00;2.35;0.98 -2361;16;1961.20;9.50;1673.60;2.18;1.52 -2362;16;777.80;9.50;104.20;2.71;1.44 -2364;16;5261.40;9.50;801.20;4.14;0.90 -2367;16;4595.20;9.50;410.40;2.76;1.14 -2369;16;4540.80;9.50;69.40;2.76;1.02 -2370;16;3968.60;9.50;856.20;1.51;0.80 -2372;16;2233.20;9.50;389.00;2.04;1.08 -2374;16;2525.00;9.50;1621.60;3.36;1.06 -2375;16;2592.40;9.50;1233.60;4.35;1.06 -2376;16;978.20;9.50;235.80;2.77;1.52 -2377;16;722.80;9.50;918.00;3.65;1.04 -2378;16;561.40;9.50;1515.80;2.41;1.16 -2379;16;713.20;9.50;776.40;2.67;1.44 -2380;16;1201.80;9.50;1028.20;3.92;0.98 -2381;16;2744.60;9.50;1504.20;2.48;0.48 -2382;16;3009.00;9.50;1632.00;3.14;0.52 -2383;16;3339.80;9.50;116.20;2.71;1.06 -2384;16;1460.20;9.50;757.80;3.48;1.08 -2387;16;3668.60;9.50;427.00;4.22;1.10 -2389;16;5331.20;9.50;807.20;4.32;1.06 -2390;16;5101.80;9.50;1060.60;2.38;1.02 -2391;16;4559.80;9.50;467.20;3.50;1.08 -2392;16;4126.60;9.50;787.00;4.20;0.96 -2393;16;4551.20;9.50;72.00;4.20;0.96 -2394;16;3913.40;9.50;956.20;3.49;1.26 -2395;16;2999.60;9.50;222.60;2.83;1.02 -2396;16;2389.40;9.50;112.60;2.89;0.98 -2398;16;2195.20;9.50;823.40;4.57;0.92 -2400;16;2706.00;9.50;1233.60;2.24;0.72 -2401;16;943.20;9.50;273.40;2.87;1.54 -2402;16;460.40;9.50;557.80;3.51;1.30 -2403;16;1.00;9.50;1595.80;3.28;0.36 -2404;16;523.80;9.50;1470.40;2.69;1.22 -2405;16;617.20;9.50;701.80;2.07;1.30 -2406;16;1166.40;9.50;1033.00;2.19;1.04 -2408;16;2968.80;9.50;1613.20;-0.51;0.84 -2409;16;3395.60;9.50;205.60;2.13;1.20 -2410;16;1536.60;9.50;665.80;3.74;1.08 -2411;16;1811.00;9.50;1497.00;2.89;0.94 -2412;16;1298.80;9.50;95.40;4.04;1.42 -2413;16;3703.40;9.50;236.00;2.83;1.06 -2414;16;5477.40;9.98;785.40;3.63;1.00 -2415;16;5020.20;9.50;990.80;3.92;1.22 -2416;16;4569.20;9.50;512.40;2.92;0.90 -2417;16;4002.20;9.50;748.00;3.81;1.26 -2418;16;4582.80;9.50;152.40;2.59;1.12 -2419;16;3832.60;9.50;937.60;4.46;0.94 -2420;16;3038.20;9.50;221.20;3.00;1.30 -2422;16;2190.60;9.50;352.20;2.67;0.88 -2423;16;2192.80;9.50;885.40;3.94;1.02 -2425;16;2035.00;9.50;1568.20;3.47;1.10 -2426;16;908.00;9.50;207.20;2.11;1.50 -2427;16;423.80;9.50;556.40;2.53;0.86 -2428;16;591.60;9.50;1419.00;3.45;1.04 -2429;16;671.20;9.50;725.20;2.35;1.00 -2430;16;1067.40;9.50;1048.80;3.46;1.06 -2431;16;2974.60;9.50;1656.40;-1.07;0.70 -2432;16;3356.20;9.50;327.00;3.75;1.06 -2434;16;1826.40;9.50;1600.20;3.01;1.00 -2435;16;1251.40;9.50;141.40;2.86;1.12 -2437;16;3412.00;9.50;109.40;2.92;1.06 -2438;16;5448.60;9.50;853.00;2.60;0.82 -2440;16;4598.20;9.50;506.20;3.17;1.28 -2441;16;3984.60;9.50;778.80;3.04;1.12 -2442;16;4641.20;9.50;137.60;2.18;1.08 -2443;16;3811.80;9.50;929.40;3.10;0.92 -2444;16;3050.60;9.50;163.80;3.50;0.94 -2445;16;2371.60;9.50;47.40;4.04;1.06 -2450;16;879.00;9.50;153.60;2.78;1.26 -2452;16;590.80;9.50;1474.40;2.69;1.16 -2454;16;1130.20;9.50;1083.00;2.79;1.22 -2455;16;2982.00;9.50;1689.00;1.37;1.16 -2456;16;3450.20;9.50;416.20;3.87;1.34 -2457;16;1686.80;9.50;382.60;2.07;1.40 -2458;16;1732.40;9.50;1548.20;3.88;1.54 -2459;16;1342.60;9.50;194.60;4.09;1.32 -2460;16;5160.00;9.50;1686.20;2.41;1.72 -2462;16;5504.80;9.50;864.00;3.11;1.40 -2463;16;5038.40;9.50;1045.20;1.94;1.14 -2465;16;3989.40;9.50;698.80;3.66;0.94 -2466;16;4551.80;9.50;126.20;2.44;1.16 -2467;16;3771.40;9.50;898.40;3.22;0.92 -2469;16;3067.60;9.50;123.40;3.30;0.96 -2471;16;2156.60;9.50;396.00;3.24;0.90 -2472;16;2172.40;9.50;834.60;2.29;0.44 -2473;16;2587.60;9.50;1681.00;4.09;1.26 -2474;16;1988.20;9.50;1575.40;3.17;1.42 -2477;16;644.60;9.50;1419.00;3.88;1.04 -2478;16;588.80;9.50;747.20;2.42;1.38 -2479;16;1147.20;9.50;1131.60;2.31;1.24 -2483;16;1697.80;9.50;1523.20;3.24;1.16 -2485;16;5050.60;9.50;1598.20;3.24;0.72 -2486;16;3795.80;9.50;169.20;2.31;1.24 -2490;16;4531.40;9.50;515.00;2.99;0.86 -2491;16;3985.00;9.50;721.80;1.60;1.26 -2492;16;4632.80;9.50;93.20;3.10;0.96 -2493;16;3771.00;9.50;943.20;3.34;0.90 -2494;16;3675.60;9.50;77.20;2.61;0.90 -2495;16;3081.00;9.50;83.80;3.58;0.82 -2499;16;2740.60;9.50;1856.80;2.92;1.18 -2500;16;1593.20;9.50;1176.60;4.58;0.70 -2502;16;274.00;9.50;556.40;2.63;1.00 -2504;16;600.60;9.50;805.80;3.25;1.24 -2505;16;1068.00;9.50;1091.40;3.14;1.04 -2506;16;2950.40;9.50;1670.40;1.32;1.42 -2507;16;3578.80;9.50;200.60;2.80;0.94 -2508;16;1689.80;9.50;155.60;2.09;0.94 -2510;16;5005.00;9.50;1544.00;-1.10;0.80 -2512;16;5474.00;9.50;930.60;2.20;0.98 -2513;16;4965.60;9.50;1089.40;3.92;1.42 -2514;16;4498.80;9.50;523.00;2.50;0.94 -2515;16;3961.80;9.50;694.60;2.67;0.92 -2516;16;4658.40;9.50;129.60;3.92;0.74 -2518;16;3596.20;9.50;85.40;3.74;1.26 -2519;16;2992.00;9.50;273.20;4.06;1.02 -2520;16;2289.20;9.50;49.20;4.30;1.26 -2521;16;2140.40;9.50;396.40;2.57;0.86 -2522;16;2120.00;9.50;881.20;3.70;1.00 -2523;16;2517.60;9.50;1736.00;3.97;1.60 -2524;16;690.20;9.50;90.40;3.78;1.44 -2526;16;13.00;9.50;1656.20;3.14;0.64 -2527;16;663.00;9.50;1544.80;3.33;1.48 -2530;16;2900.40;10.09;1744.60;1.44;0.84 -2531;16;3621.20;9.50;297.80;2.98;1.08 -2532;16;1673.40;9.50;76.80;3.95;0.78 -2533;16;1658.00;9.50;76.00;2.60;1.02 -2534;16;4998.00;9.50;1489.40;3.55;0.82 -2535;16;5301.80;9.50;859.20;3.67;1.28 -2536;16;5011.00;9.50;1159.80;2.83;1.10 -2537;16;4530.60;9.50;471.80;2.87;1.02 -2538;16;3917.00;9.50;663.40;3.14;0.80 -2539;16;4722.80;9.50;106.40;2.82;1.02 -2540;16;3819.00;9.50;1019.40;3.55;0.88 -2541;16;3619.00;9.50;133.60;3.63;1.34 -2542;16;2987.40;9.50;333.00;3.52;1.16 -2545;16;2077.80;9.50;915.00;3.90;1.16 -2547;16;1619.80;9.50;1031.60;1.27;1.22 -2549;16;201.60;9.50;602.80;3.28;1.16 -2550;16;38.00;9.50;1564.60;3.49;1.20 -2551;16;623.20;9.50;1476.60;3.36;1.18 -2552;16;650.60;9.50;766.60;2.35;1.48 -2554;16;2961.60;9.50;1830.00;0.44;1.36 -2555;16;3743.80;9.50;354.20;2.71;1.14 -2556;16;172.40;9.50;1994.60;2.70;1.16 -2557;16;1589.00;9.50;194.40;2.05;1.32 -2558;16;4980.40;9.50;619.20;-1.54;0.94 -2559;16;4960.40;9.50;1130.20;2.49;1.28 -2561;16;4512.60;9.50;421.20;2.57;0.98 -2562;16;3960.40;9.50;657.20;3.01;0.90 -2564;16;3896.20;9.50;1014.80;2.01;0.88 -2565;16;3711.00;9.50;107.00;2.89;1.12 -2566;16;2960.40;9.50;298.60;3.23;0.86 -2569;16;2069.00;9.50;869.20;1.37;1.48 -2570;16;2420.60;9.50;1751.00;3.68;1.44 -2571;16;1713.00;9.50;1054.20;-0.87;1.36 -2574;16;49.00;9.50;1610.00;2.49;1.14 -2576;16;666.00;9.50;851.00;3.14;1.56 -2578;16;3006.40;9.50;1983.60;3.20;1.18 -2579;16;3641.60;9.50;467.20;3.05;1.02 -2580;16;1858.80;9.50;120.60;4.30;1.30 -2581;16;234.00;9.50;1884.40;2.63;0.84 -2582;16;1494.00;9.50;86.60;3.14;0.98 -2583;16;4954.40;9.50;1399.80;-1.46;1.44 -2584;16;3485.80;9.50;61.80;2.84;1.20 -2585;16;4965.40;9.50;634.40;1.32;1.08 -2587;16;4454.60;9.50;440.80;3.39;0.94 -2590;16;3862.40;9.50;1034.20;1.78;1.10 -2591;16;3710.60;9.50;64.60;3.05;1.00 -2592;16;2934.80;9.50;260.80;3.29;1.06 -2594;16;2109.20;9.50;427.00;3.77;0.94 -2596;16;2397.80;9.50;1806.60;3.62;1.38 -2597;16;1806.40;9.50;1036.00;-1.18;1.02 -2598;16;655.00;9.50;87.60;2.70;1.30 -2599;16;288.80;9.50;662.40;3.40;1.34 -2600;16;108.20;9.50;1538.60;3.48;0.86 -2601;16;700.80;9.50;1553.60;4.19;1.18 -2602;16;636.40;9.50;847.20;2.03;0.90 -2603;16;984.00;9.50;1261.80;3.76;1.22 -2605;16;3508.20;9.50;491.20;3.00;1.18 -2606;16;1954.40;9.50;193.20;2.51;1.58 -2607;16;4510.80;10.44;1946.20;1.57;1.06 -2608;16;1422.80;9.50;252.60;3.55;1.30 -2609;16;4811.60;9.50;1300.60;-0.94;1.28 -2612;16;4930.00;9.50;1201.20;3.70;1.16 -2613;16;5451.00;9.50;1793.20;3.95;1.44 -2614;16;4508.00;9.50;477.00;2.44;1.06 -2615;16;3996.20;9.50;615.00;2.53;0.96 -2617;16;3791.20;9.50;1026.60;2.65;0.90 -2618;16;3720.00;9.50;145.00;2.89;0.98 -2619;16;2892.40;9.50;279.60;3.39;0.84 -2620;16;2190.20;9.50;456.20;3.84;0.92 -2621;16;2050.00;9.50;1001.20;2.88;1.06 -2622;16;2337.40;9.50;1732.40;3.54;1.18 -2625;16;186.00;9.50;642.60;2.91;0.96 -2626;16;102.00;9.50;1581.60;3.14;0.92 -2627;16;570.00;9.50;1551.60;4.38;1.02 -2629;16;938.60;9.50;1299.40;3.80;1.30 -2631;16;3522.20;9.50;534.40;2.24;1.10 -2633;16;1617.00;9.50;347.40;2.40;1.46 -2636;16;4954.00;9.50;718.00;2.97;1.10 -2640;16;3774.20;9.50;1045.60;2.18;1.12 -2642;16;2926.00;9.50;313.80;3.14;0.88 -2643;16;2050.40;9.50;437.80;4.44;1.14 -2644;16;1977.40;9.50;993.00;4.07;1.26 -2645;16;2366.40;9.50;1767.40;3.62;1.16 -2646;16;1288.80;9.50;1313.20;4.35;1.08 -2648;16;256.00;9.50;662.40;2.56;1.16 -2649;16;102.00;9.50;1633.00;3.30;1.14 -2652;16;900.00;9.50;1336.80;3.58;1.10 -2654;16;3537.60;9.50;634.40;3.42;1.18 -2656;16;98.40;9.50;1855.20;2.03;0.70 -2657;16;1433.60;9.50;894.00;2.94;0.94 -2658;16;4944.80;9.50;1271.80;-1.15;0.90 -2659;16;3586.60;9.50;154.80;3.21;0.86 -2661;16;4938.00;9.50;765.20;4.03;1.10 -2662;16;4893.60;9.50;1115.20;2.78;0.92 -2665;16;3886.40;9.50;620.60;3.75;0.74 -2666;16;3657.80;9.50;1067.40;1.86;0.98 -2667;16;3626.60;9.50;183.40;2.55;1.18 -2668;16;2876.40;9.50;337.20;3.67;0.74 -2670;16;1965.80;9.50;966.40;4.39;0.98 -2671;16;2303.80;9.50;1788.40;3.60;1.32 -2672;16;1285.40;9.50;1253.80;3.95;1.10 -2673;16;710.40;9.50;176.60;1.92;1.22 -2674;16;253.80;9.50;699.80;4.46;1.46 -2676;16;546.60;9.50;1632.20;1.86;1.10 -2678;16;799.80;9.50;1328.60;4.30;0.88 -2679;16;3445.00;9.50;1896.00;4.71;0.84 -2680;16;3578.60;9.50;583.00;3.61;0.96 -2681;16;2031.00;9.50;232.40;2.11;1.34 -2682;16;145.60;9.50;1754.80;4.20;1.44 -2683;16;1450.40;9.50;964.20;3.53;1.42 -2684;16;4914.00;10.49;1241.40;1.12;0.84 -2686;16;5004.60;9.50;759.00;3.76;1.00 -2689;16;4402.20;9.50;563.40;3.46;0.86 -2690;16;3851.00;9.50;614.20;3.14;0.86 -2691;16;3621.00;9.50;1095.40;2.28;1.10 -2693;16;2927.80;9.50;363.80;2.91;0.92 -2694;16;2117.40;9.50;488.40;3.68;0.98 -2696;16;2276.60;9.50;1782.40;2.08;1.04 -2697;16;1378.80;9.50;1213.20;2.71;1.12 -2698;16;740.00;9.50;182.00;3.78;1.26 -2699;16;229.40;9.50;729.40;2.51;1.16 -2700;16;79.20;9.50;1680.60;4.03;1.22 -2702;16;644.40;9.50;900.20;4.30;1.46 -2704;16;3637.80;9.50;741.20;1.66;0.98 -2705;16;2057.60;9.50;268.00;3.52;1.18 -2706;16;239.20;9.50;1920.60;4.03;1.02 -2707;16;1515.80;9.50;942.20;3.10;1.50 -2708;16;4826.20;9.50;1200.00;1.36;1.06 -2710;16;5247.20;9.50;44.20;2.78;0.92 -2711;16;5048.60;9.50;810.60;3.25;1.76 -2712;16;4839.60;9.50;1054.20;3.37;1.22 -2713;16;5396.80;9.50;1734.60;2.92;1.16 -2714;16;4453.20;9.50;540.00;2.05;1.28 -2716;16;3740.80;9.50;996.00;2.72;0.94 -2717;16;3682.80;9.50;190.00;2.90;1.14 -2719;16;2154.80;9.50;497.40;3.95;1.06 -2720;16;1969.40;9.50;1009.40;1.90;1.12 -2721;16;2268.20;9.50;1738.60;3.90;0.94 -2722;16;1403.80;9.50;1342.20;3.27;0.96 -2723;16;837.80;9.50;323.20;3.00;1.64 -2724;16;237.60;9.50;768.80;3.04;1.08 -2726;16;593.20;9.50;1646.20;3.57;1.16 -2727;16;889.40;9.50;839.20;1.66;1.34 -2729;16;2950.00;9.50;1595.20;1.00;0.74 -2730;16;3631.00;9.50;841.40;3.14;1.18 -2731;16;2151.00;9.50;442.80;3.70;0.76 -2734;16;4655.20;9.50;1290.80;-0.94;1.38 -2735;16;4961.60;9.50;796.40;4.19;0.94 -2736;16;4883.20;9.50;1034.00;3.31;1.26 -2737;16;4469.20;9.50;556.00;-1.38;0.76 -2738;16;3886.80;9.50;586.40;2.59;0.80 -2740;16;3625.60;9.50;216.60;3.95;1.18 -2745;16;1463.80;9.50;1318.20;3.10;0.98 -2746;16;849.60;9.50;257.80;3.85;1.32 -2747;16;324.40;9.50;744.80;1.33;1.38 -2748;16;79.80;9.50;1735.40;3.36;0.98 -2749;16;650.80;9.50;1650.20;4.02;1.06 -2750;16;731.40;9.50;820.40;4.02;1.02 -2751;16;716.40;9.50;1690.20;2.82;1.24 -2752;16;2909.60;9.50;1589.00;0.87;0.92 -2753;16;3529.40;9.50;860.20;3.49;0.86 -2754;16;2130.20;9.50;347.20;3.57;1.08 -2756;16;1454.60;9.50;1040.20;3.63;0.76 -2757;16;4674.60;9.50;1236.40;-1.49;1.16 -2759;16;4922.60;9.50;1014.80;3.22;1.40 -2760;16;4519.00;9.50;586.40;3.64;0.96 -2761;16;3915.60;9.50;586.40;3.92;0.78 -2762;16;3711.40;9.50;956.40;2.47;1.08 -2763;16;3657.40;9.50;251.00;3.24;1.12 -2764;16;2910.40;9.50;455.00;2.99;0.94 -2765;16;2085.80;9.50;344.00;3.10;1.22 -2766;16;1862.00;9.50;1029.00;-1.24;1.02 -2767;16;2179.80;9.50;1720.00;3.65;1.14 -2768;16;1907.00;9.50;1689.80;1.47;1.08 -2769;16;796.20;9.50;230.80;3.62;1.24 -2770;16;320.80;9.50;731.40;3.68;1.24 -2771;16;55.40;9.50;1771.80;4.08;0.98 -2772;16;630.20;9.50;1596.20;3.96;1.24 -2773;16;749.60;9.50;779.40;3.47;1.06 -2775;16;2878.40;9.50;1586.60;2.55;0.44 -2776;16;3501.40;9.50;850.60;2.96;0.90 -2778;16;2244.80;9.50;543.80;3.47;1.32 -2779;16;497.40;9.50;1597.80;3.66;1.14 -2780;16;1293.60;9.50;1115.80;2.77;1.24 -2781;16;4776.00;9.50;1249.40;1.49;1.18 -2782;16;5306.60;9.50;215.80;3.97;1.34 -2783;16;5006.20;9.50;886.40;4.10;0.98 -2784;16;4898.20;9.50;955.40;2.33;1.36 -2785;16;4569.60;9.65;537.00;-0.99;0.84 -2786;16;3934.60;9.50;548.20;1.80;1.02 -2787;16;3652.00;9.50;918.20;3.39;0.98 -2789;16;2853.40;9.50;474.80;3.57;0.90 -2790;16;2039.00;9.50;314.60;3.49;1.20 -2791;16;1880.60;9.50;1078.60;4.56;0.92 -2794;16;387.40;9.50;763.60;2.32;1.36 -2795;16;15.60;9.50;1771.60;3.67;1.08 -2796;16;775.00;9.50;1439.60;1.97;1.12 -2798;16;607.60;9.50;1705.20;4.20;1.20 -2799;16;2832.40;9.50;1586.80;3.32;0.54 -2800;16;3434.00;9.50;898.60;-1.19;1.42 -2801;16;2351.00;9.50;644.40;2.73;0.98 -2802;16;409.40;9.50;1658.20;4.13;1.06 -2803;16;1198.20;9.50;1156.00;2.53;1.06 -2804;16;4721.20;9.50;1158.00;3.64;1.02 -2809;16;4634.20;9.50;567.60;2.49;1.34 -2810;16;3865.00;9.50;545.60;2.95;0.88 -2811;16;3663.80;9.50;876.20;4.04;0.96 -2812;16;3759.60;9.50;262.40;2.77;1.08 -2813;16;2900.00;9.50;495.40;3.83;0.90 -2814;16;2097.60;9.50;295.00;3.62;1.02 -2817;16;1826.00;9.50;1630.80;3.87;0.78 -2818;16;1070.20;9.50;97.60;2.17;1.18 -2819;16;324.80;9.50;820.60;3.46;1.24 -2821;16;804.20;9.50;1432.60;2.99;1.32 -2822;16;845.60;9.50;757.00;2.30;1.30 -2823;16;628.60;9.50;1752.40;3.65;1.20 -2824;16;2815.00;9.50;1566.80;3.83;0.36 -2825;16;3376.40;9.50;1069.20;2.17;1.18 -2826;16;2236.80;9.50;937.20;3.92;1.38 -2827;16;258.80;9.50;1737.40;2.69;1.36 -2828;16;1100.80;9.50;1267.80;3.73;1.12 -2829;16;4712.60;9.50;1041.20;4.48;1.18 -2830;16;5252.20;9.50;207.40;2.67;0.84 -2831;16;5083.20;9.50;968.40;3.18;1.36 -2832;16;4784.60;9.50;908.00;3.24;1.32 -2833;16;4666.00;9.50;632.00;1.81;1.12 -2834;16;3892.00;9.50;512.20;2.97;0.94 -2835;16;3748.60;9.50;904.40;2.59;0.92 -2837;16;2088.60;9.50;230.40;3.92;1.04 -2838;16;1940.20;9.50;1153.80;3.62;1.02 -2839;16;2091.60;9.50;1773.80;2.14;0.78 -2841;16;930.20;9.50;105.80;2.15;1.32 -2842;16;275.00;9.50;856.20;3.50;1.48 -2845;16;867.60;9.50;804.40;3.42;1.20 -2846;16;718.80;9.50;1773.00;2.53;1.46 -2847;16;2775.60;9.50;1512.20;-1.51;0.40 -2849;16;2235.20;9.50;805.80;4.31;1.16 -2850;16;164.80;9.50;1600.40;2.93;1.04 -2851;16;1041.40;9.50;1369.80;2.51;1.02 -2852;16;5567.20;9.50;549.20;4.58;1.28 -2855;16;5108.00;9.50;907.20;2.18;1.16 -2856;16;4803.20;9.50;832.20;1.73;1.42 -2857;16;4633.00;9.95;753.00;1.32;1.12 -2858;16;3909.20;9.50;513.40;3.74;0.90 -2860;16;3716.40;9.50;281.60;2.60;1.10 -2861;16;2953.60;9.50;353.00;3.24;0.72 -2863;16;1887.80;9.50;1170.20;3.77;1.12 -2864;16;2005.00;9.50;1774.20;3.81;0.80 -2865;16;1653.40;9.50;1157.00;3.02;1.20 -2866;16;1027.60;9.50;421.20;2.67;1.24 -2867;16;116.80;9.50;672.80;3.77;1.14 -2868;16;720.80;9.50;1363.00;3.56;0.96 -2870;16;603.80;9.50;1791.60;3.98;1.14 -2871;16;2775.00;9.50;1504.80;2.11;0.48 -2872;16;3734.60;9.50;951.40;3.27;0.90 -2874;16;36.80;9.50;1689.00;2.12;1.06 -2875;16;961.20;9.50;1420.20;1.55;1.44 -2876;16;4735.40;9.50;829.20;0.83;1.14 -2878;16;5228.20;9.50;170.60;2.66;1.24 -2879;16;5124.60;9.50;940.20;3.26;0.92 -2881;16;5345.80;9.50;1797.80;2.35;1.28 -2882;16;4589.20;9.50;721.00;1.22;0.98 -2883;16;3976.40;9.50;571.80;2.77;0.96 -2884;16;3667.20;9.50;305.00;2.98;1.34 -2885;16;2980.20;9.50;380.80;2.98;0.78 -2887;16;1867.60;9.50;1151.80;1.75;1.12 -2888;16;2020.60;9.50;1743.00;2.94;0.70 -2889;16;1348.40;9.50;1111.00;2.66;1.24 -2890;16;1009.00;9.50;371.60;3.14;1.22 -2891;16;133.80;9.50;613.20;1.55;1.10 -2892;16;738.80;9.50;1324.80;3.54;0.96 -2893;16;969.80;9.50;829.00;4.42;1.26 -2894;16;576.00;9.50;1837.60;3.49;1.24 -2895;16;2771.80;9.50;1543.00;4.36;0.26 -2896;16;3587.20;9.50;1136.00;2.71;1.16 -2898;16;861.80;9.50;1536.80;1.83;1.02 -2899;16;4704.80;9.50;771.60;4.00;1.16 -2901;16;5063.60;9.81;862.20;4.11;1.48 -2902;16;4846.40;9.50;814.20;2.77;0.90 -2903;16;5237.80;9.50;1733.00;2.72;1.10 -2904;16;4501.00;9.50;673.00;-1.10;0.98 -2907;16;3667.60;9.50;380.20;3.23;0.96 -2908;16;2947.00;9.50;416.80;3.30;0.72 -2913;16;902.00;9.50;307.00;2.94;1.28 -2915;16;761.00;9.50;1283.80;3.14;0.92 -2916;16;964.00;9.50;798.40;2.41;1.28 -2918;16;2814.40;9.50;1625.00;2.46;0.50 -2919;16;3696.60;9.50;1074.80;1.63;0.82 -2920;16;2213.00;9.50;1099.80;2.18;1.16 -2921;16;858.60;9.50;1622.00;1.78;0.94 -2922;16;4748.40;9.50;736.40;2.62;0.94 -2924;16;5417.20;9.50;36.80;1.74;1.24 -2925;16;5121.20;9.50;877.40;3.66;1.26 -2926;16;4967.00;9.50;993.60;2.95;1.08 -2927;16;5220.20;9.50;1692.20;2.69;0.96 -2928;16;4514.40;9.50;729.60;2.55;1.12 -2929;16;3981.40;9.50;515.00;2.40;0.96 -2930;16;3789.60;9.50;767.00;2.20;0.86 -2932;16;2953.60;9.50;476.80;3.06;0.92 -2933;16;2029.20;9.50;175.40;3.00;1.22 -2935;16;1925.40;9.69;1764.40;4.20;1.20 -2936;16;2790.20;9.50;2012.20;3.45;1.36 -2938;16;57.20;9.50;700.40;3.74;1.30 -2940;16;912.00;9.50;754.60;2.29;0.96 -2942;16;2771.20;9.50;1648.60;-0.94;1.24 -2943;16;3717.80;9.50;1062.60;3.37;0.86 -2944;16;2176.00;9.50;1283.20;2.89;1.14 -2945;16;819.40;10.00;1752.40;1.52;1.76 -2946;16;4651.80;10.05;795.20;1.54;1.06 -2950;16;4919.40;9.50;946.20;4.00;0.84 -2953;16;3985.20;9.50;467.20;2.78;0.96 -2954;16;3664.60;9.50;794.20;3.05;1.10 -2955;16;3684.80;9.50;326.80;4.08;1.24 -2957;16;2100.60;9.50;143.20;2.41;1.18 -2958;16;2368.60;9.50;959.00;3.04;0.92 -2959;16;2130.80;9.50;1815.00;3.56;1.14 -2960;16;2842.40;9.50;1956.60;2.92;0.94 -2962;16;27.60;9.50;748.40;3.05;1.08 -2963;16;840.20;9.50;1224.80;3.30;1.36 -2964;16;950.60;9.50;742.00;3.22;1.38 -2966;16;2861.40;9.50;1642.40;2.19;0.94 -2967;16;3794.40;9.50;1057.20;4.02;0.86 -2968;16;2131.60;9.50;1156.60;3.25;1.08 -2969;16;80.80;9.50;1507.20;2.12;1.22 -2970;16;639.60;9.50;1910.20;4.24;1.98 -2971;16;4682.80;9.50;848.40;2.12;1.04 -2973;16;5377.60;9.50;95.80;2.46;1.00 -2974;16;5380.80;9.50;910.60;1.92;1.48 -2977;16;2772.00;9.50;1532.00;4.46;0.28 -2978;16;4578.20;9.50;793.60;3.18;1.14 -2979;16;4014.80;9.50;471.80;3.54;0.98 -2982;16;2988.80;9.50;518.00;3.40;0.90 -2983;16;2027.40;9.50;124.00;3.02;1.28 -2984;16;2357.00;9.50;1005.60;3.14;1.22 -2985;16;2152.40;9.50;1591.20;3.37;1.96 -2986;16;2858.40;9.50;1897.60;3.63;0.86 -2987;16;909.00;9.50;352.00;3.92;0.98 -2988;16;47.20;9.50;786.80;2.27;0.92 -2989;16;803.60;9.50;1287.60;4.02;1.28 -2990;16;993.80;9.50;786.40;3.11;1.24 -2993;16;2834.80;9.50;1702.00;3.65;0.98 -2997;16;2088.80;9.50;1114.60;3.28;1.02 -3002;16;524.60;9.50;1970.80;2.20;1.24 -3006;16;4652.80;9.50;984.00;3.33;1.06 -3011;16;5494.80;9.50;112.40;1.34;1.66 -3014;16;5291.80;9.50;908.00;2.17;1.18 -3015;16;5000.20;9.50;935.20;3.54;1.28 -3020;16;4544.80;9.50;788.80;2.59;1.10 -3023;16;4043.20;9.50;433.80;3.54;0.94 -3024;16;3731.20;9.50;723.40;3.19;0.78 -3028;16;3594.20;9.50;386.00;3.00;0.90 -3029;16;2946.60;9.50;519.80;3.28;0.98 -3032;16;2037.40;9.50;70.20;3.67;1.02 -3036;16;2318.20;9.50;984.80;3.17;1.12 -3037;16;2143.00;9.50;1696.60;3.14;1.82 -3042;16;920.80;9.50;395.60;4.06;0.92 -3043;16;85.40;9.50;735.20;3.22;1.32 -3046;16;6.60;9.50;1813.80;3.44;0.80 -3051;16;1069.80;9.50;850.20;2.71;1.02 -3195;16;2747.80;9.50;1699.00;-0.34;1.16 -3200;16;232.80;9.50;1460.00;2.02;0.96 -3204;16;4611.60;9.50;1014.40;3.69;0.94 -3218;16;4470.00;9.50;797.60;4.43;0.98 -3222;16;4018.40;9.50;426.80;2.77;0.88 -3228;16;2935.40;9.50;565.40;3.43;0.94 -3232;16;2660.20;9.50;165.80;2.55;1.06 -3237;16;2248.40;9.50;994.80;3.75;1.08 -3238;16;2224.00;9.50;1608.00;2.21;1.66 -3239;16;1437.80;9.50;1067.40;2.40;1.22 -3243;16;972.80;9.50;445.40;2.40;1.26 -3248;16;17.20;9.50;1816.40;4.18;1.00 -3249;16;877.60;9.50;1293.00;3.76;1.04 -3252;16;1089.80;9.50;809.40;3.83;1.08 -3253;16;468.80;9.50;1941.40;1.51;1.70 -3400;16;2814.60;9.50;1747.80;3.69;0.88 -3405;16;2112.00;9.50;1007.20;2.18;1.12 -3408;16;242.80;9.50;1375.40;3.68;1.34 -3419;16;5150.40;9.50;956.00;3.98;1.22 -3420;16;4988.60;9.50;893.80;2.56;1.10 -3424;16;5193.60;9.50;1614.80;2.95;1.20 -3425;16;4443.40;9.50;784.00;3.27;1.02 -3428;16;4042.60;9.50;385.20;2.41;0.92 -3429;16;3720.80;9.50;684.80;4.27;1.14 -3432;16;3604.60;9.50;344.00;3.87;1.18 -3436;16;2649.40;9.50;214.00;3.84;0.78 -3442;16;1514.40;9.50;998.80;1.89;0.88 -3445;16;1049.80;9.50;481.20;2.51;1.24 -3446;16;99.00;9.50;787.40;2.96;1.22 -3450;16;98.80;9.50;1789.60;3.83;0.96 -3451;16;926.40;9.50;1207.40;2.57;1.08 -3453;16;1168.60;9.50;825.80;3.07;1.26 -3454;16;431.80;9.50;1912.40;4.64;0.74 -3528;16;2767.60;9.50;1525.20;2.05;0.52 -3590;16;2711.60;9.50;1643.20;0.49;1.02 -3595;16;1986.00;9.50;1194.60;3.14;1.08 -3599;16;310.60;9.50;1478.40;3.30;0.82 -3600;16;415.00;9.50;1879.80;4.08;1.46 -3603;16;4603.80;9.50;826.00;1.96;0.80 -3607;16;5414.80;9.50;198.80;3.10;1.38 -3610;16;5263.60;9.50;985.80;2.26;1.38 -3611;16;4887.00;9.50;803.40;2.30;0.96 -3616;16;4421.00;9.50;730.60;4.63;0.92 -3619;16;3998.60;9.50;386.60;2.35;0.86 -3620;16;3640.80;9.50;679.40;2.82;1.10 -3624;16;3571.80;9.50;279.60;2.67;1.22 -3625;16;2920.20;9.50;651.80;3.92;0.94 -3628;16;2586.80;9.50;185.80;3.42;0.88 -3632;16;2307.40;9.50;1057.60;3.20;1.00 -3633;16;1969.00;9.50;1818.00;3.38;0.98 -3634;16;1547.80;9.50;896.00;2.46;1.18 -3637;16;965.80;9.50;510.20;3.48;1.04 -3638;16;148.80;9.50;793.40;4.06;0.84 -3642;16;108.60;9.50;1827.80;2.33;0.90 -3643;16;945.20;9.50;1250.20;3.18;1.08 -3647;16;1080.00;9.50;907.40;3.31;1.26 -3648;16;513.00;9.50;1936.80;3.58;1.20 -3785;16;2681.40;9.50;1652.60;1.65;0.60 -3793;16;502.80;9.50;1887.40;4.23;1.16 -3797;16;4491.20;9.50;768.00;2.98;1.12 -3801;16;5339.00;9.50;151.00;2.49;1.28 -3805;16;4896.80;10.48;772.20;3.58;1.02 -3808;16;5172.00;9.50;1630.20;2.59;1.44 -3809;16;4390.80;9.51;755.60;4.62;0.78 -3812;16;3994.80;9.50;350.80;3.54;0.96 -3813;16;3705.60;9.50;692.80;2.20;1.04 -3818;16;2952.00;9.50;706.60;2.41;0.78 -3821;16;2594.20;9.50;235.20;4.21;0.94 -3825;16;2250.00;9.50;1089.40;3.14;1.20 -3826;16;1940.20;9.50;1786.80;4.23;0.96 -3827;16;778.20;9.50;285.00;3.33;1.10 -3831;16;736.60;9.50;274.40;2.66;1.24 -3832;16;4.00;9.50;850.40;3.85;0.98 -3836;16;5.20;9.50;1851.40;3.19;0.30 -3837;16;959.40;9.50;1204.00;3.41;1.32 -3841;16;1148.80;9.50;887.60;3.70;1.42 -3842;16;557.20;9.50;1952.00;4.01;1.20 -3990;16;2703.40;9.50;1588.60;4.18;0.70 -3993;16;1932.00;9.50;1081.60;3.14;0.92 -3997;16;853.60;9.50;1392.60;2.78;1.46 -3998;16;737.80;9.50;1642.00;3.43;1.20 -4002;16;4408.00;9.50;828.00;1.57;1.24 -4011;16;5221.80;9.50;1044.20;3.59;1.22 -4012;16;4864.00;9.50;862.20;3.47;0.86 -4015;16;5164.80;9.50;1542.60;2.27;1.20 -4016;16;4391.40;9.50;787.40;2.12;0.90 -4020;16;3930.40;9.50;430.60;3.23;0.94 -4021;16;3660.60;9.50;648.80;3.85;1.06 -4025;16;3537.00;9.50;231.80;2.77;1.02 -4026;16;2825.00;9.50;740.60;4.17;0.94 -4030;16;2662.40;9.50;268.80;2.43;0.92 -4034;16;2791.20;9.50;1880.20;3.02;1.08 -4035;16;1990.40;9.50;1732.40;3.01;0.96 -4036;16;1510.60;9.50;767.20;3.74;0.80 -4039;16;638.80;9.50;191.40;2.93;1.06 -4044;16;844.00;9.50;1157.40;4.30;1.42 -4048;16;1155.60;9.50;946.20;2.56;1.26 -4212;16;2664.20;9.50;1557.60;4.49;1.12 -4217;16;1961.40;9.50;1109.20;3.42;0.88 -4220;16;420.20;9.50;1361.60;4.09;1.22 -4225;16;4463.00;9.50;598.00;4.12;0.90 -4230;16;5249.60;9.50;93.00;3.52;1.02 -4235;16;4933.20;9.50;815.20;2.50;1.14 -4239;16;5120.80;9.50;1486.40;2.30;1.30 -4240;16;4435.20;9.50;807.60;1.96;1.28 -4243;16;3937.80;9.50;385.20;3.30;1.14 -4244;16;3710.20;9.50;609.20;4.37;0.90 -4248;16;3566.40;9.50;237.00;3.68;0.88 -4249;16;2850.20;9.50;705.60;3.60;0.92 -4257;16;2382.40;9.50;1058.40;3.65;1.30 -4258;16;2054.60;9.50;1670.20;3.62;1.60 -4259;16;1513.00;9.50;727.20;3.14;1.04 -4263;16;574.40;9.50;197.00;3.86;1.00 -4264;16;126.80;9.50;834.20;2.89;0.92 -4271;16;1069.40;9.50;953.40;3.43;1.04 -4370;16;2763.00;9.50;1538.60;2.00;0.52 -4438;16;2636.60;9.50;1538.00;3.63;1.26 -4439;16;2417.60;9.50;1132.80;3.36;1.06 -4443;16;1893.20;9.50;1134.00;2.94;1.04 -4448;16;728.80;9.50;1496.60;3.78;1.18 -4451;16;4665.40;9.50;591.60;1.81;1.10 -4456;16;5200.00;9.50;116.20;2.93;1.12 -4460;16;5157.00;9.50;1056.40;2.65;1.20 -4465;16;5034.60;9.50;1418.60;-1.44;0.98 -4466;16;4560.00;9.50;839.80;2.00;1.12 -4470;16;3953.60;9.50;340.00;3.29;0.92 -4475;16;2804.20;9.50;703.80;3.74;0.80 -4479;16;2565.20;9.50;331.00;4.05;1.16 -4483;16;2463.00;9.50;1042.60;2.78;1.16 -4484;16;1988.80;9.50;1672.60;4.02;1.56 -4485;16;1551.20;9.50;731.80;3.36;1.12 -4489;16;618.80;9.50;230.80;4.20;0.94 -4490;16;62.80;9.50;875.00;3.89;1.06 -4494;16;936.40;9.50;1153.00;2.73;1.22 -4497;16;1064.20;9.50;1009.40;3.17;1.28 -4498;16;648.60;9.50;1864.20;2.41;1.18 -4662;16;2636.60;9.50;1602.40;1.48;0.96 -4663;16;2255.40;9.50;1340.40;3.49;1.28 -4671;16;456.80;9.50;1314.00;3.48;1.08 -4672;16;781.80;9.50;917.00;3.90;1.00 -4679;16;5102.40;9.50;75.20;3.88;0.96 -4683;16;5150.60;9.50;1002.40;2.73;1.32 -4684;16;4897.00;9.82;636.20;-1.50;0.98 -4688;16;5068.40;9.50;1485.80;2.43;1.16 -4689;16;4516.00;9.50;875.60;4.51;1.04 -4693;16;3909.00;9.50;346.80;3.33;0.94 -4698;16;3533.00;9.50;175.00;2.19;1.32 -4699;16;2874.60;9.50;650.60;3.82;0.98 -4708;16;1589.00;9.50;691.00;2.82;1.36 -4722;16;703.40;9.50;1849.80;3.95;1.04 -4885;16;2707.80;9.50;1485.60;4.00;0.86 -4890;16;1831.00;9.50;1281.40;2.31;1.36 -4894;16;572.80;9.50;1155.00;3.10;1.24 -4895;16;905.00;9.50;1388.40;2.96;1.10 -4899;16;4765.00;9.50;618.80;4.61;1.46 -4906;16;5197.00;9.50;1099.80;2.95;1.16 -4907;16;4884.60;9.50;682.80;2.32;1.02 -4911;16;5090.00;9.50;1545.80;3.30;1.02 -4912;16;4520.40;9.50;914.60;3.92;1.18 -4916;16;4000.80;9.50;314.80;3.07;1.02 -4921;16;3476.80;9.50;116.40;3.94;1.10 -4922;16;2831.80;9.50;669.40;3.80;0.68 -4929;16;2492.20;9.50;1089.00;2.04;1.08 -4930;16;2111.20;9.50;1365.60;3.18;0.88 -4931;16;1594.60;9.50;630.60;4.23;1.10 -4940;16;996.20;9.50;1119.20;3.66;1.12 -4944;16;1200.20;9.50;990.00;2.63;1.08 -4945;16;650.60;9.50;1820.20;4.08;1.14 -5108;16;2786.60;9.50;1430.00;1.14;0.76 -5109;16;2291.60;9.50;1501.40;3.24;1.18 -5111;16;1871.40;9.50;1315.20;2.74;0.98 -5113;16;247.60;9.50;1323.80;2.87;1.24 -5114;16;1037.00;9.50;1175.00;3.60;0.98 -5116;16;4742.80;9.50;466.60;2.67;1.00 -5122;16;5056.20;9.50;66.60;2.13;0.86 -5123;16;5238.40;9.50;1100.80;3.84;1.18 -5124;16;4925.60;9.50;727.60;2.53;1.02 -5126;16;5070.00;9.50;1547.00;2.82;0.68 -5127;16;4476.20;9.50;930.20;-1.53;1.24 -5129;16;3949.00;9.50;301.20;2.65;0.88 -5130;16;3592.80;9.50;667.40;2.69;1.02 -5132;16;3545.60;9.50;116.00;3.40;1.26 -5137;16;2525.20;9.50;241.60;3.60;1.02 -5141;16;2101.20;9.50;1410.60;3.60;1.04 -5142;16;1599.60;9.50;610.80;1.95;1.26 -5144;16;586.40;9.50;282.40;3.89;1.34 -5149;16;1229.60;9.50;886.40;2.66;1.14 -5150;16;785.80;9.50;1804.00;1.69;1.10 -5233;16;2724.20;9.50;1406.80;4.65;0.78 -5234;16;2473.60;9.50;1496.40;3.07;1.06 -5235;16;1934.60;9.50;1351.40;3.24;1.26 -5238;16;4859.00;9.50;565.40;2.30;1.18 -5240;16;5083.20;10.60;34.60;2.23;1.48 -5241;16;5226.80;9.50;1149.80;2.74;1.12 -5242;16;4855.80;9.50;755.00;2.33;1.02 -5243;16;5082.60;9.50;1600.20;3.63;1.16 -5244;16;4464.20;9.50;966.20;-1.38;1.40 -5245;16;3973.00;9.50;298.20;3.31;0.86 -5246;16;3533.80;9.50;692.60;4.42;1.30 -5247;16;3482.80;9.50;306.00;2.09;1.30 -5248;16;2778.60;9.50;614.60;4.34;1.08 -5249;16;2497.20;9.50;242.00;3.33;1.00 -5250;16;2391.20;9.50;1188.20;4.12;1.24 -5251;16;2052.40;9.50;1378.00;3.86;1.00 -5252;16;1647.20;9.50;594.40;3.98;1.06 -5254;16;231.20;9.50;881.00;3.33;1.26 -5255;16;955.80;9.50;1101.00;2.65;1.40 -5256;16;1211.60;9.50;935.60;2.58;1.32 -5257;16;872.00;9.66;1707.80;0.00;1.38 -5258;16;2668.40;9.50;1420.60;3.25;0.80 -5261;16;52.80;9.50;1251.20;3.77;1.22 -5262;16;1226.60;9.50;1086.60;3.06;1.24 -5263;16;4852.20;9.50;454.60;1.65;1.04 -5266;16;5240.40;9.50;1200.00;3.68;1.20 -5267;16;4847.80;9.50;702.60;2.37;1.04 -5268;16;5043.40;9.50;1650.20;3.98;1.20 -5269;16;4539.60;9.50;969.40;-1.16;1.42 -5270;16;3948.20;9.50;260.80;3.54;1.04 -5271;16;3588.20;9.50;625.60;3.40;1.04 -5272;16;3494.00;9.50;240.20;2.65;1.14 -5273;16;2835.60;9.50;543.60;1.63;1.14 -5274;16;2559.40;9.50;277.60;3.23;0.98 -5277;16;1704.60;9.50;544.40;2.19;1.22 -5278;16;616.20;9.50;334.00;3.63;1.06 -5279;16;163.60;9.50;966.80;2.70;1.08 -5280;16;884.80;9.50;1066.20;3.50;1.26 -5281;16;1244.80;9.50;990.40;3.28;1.08 -5282;16;811.40;9.50;1721.80;4.08;0.94 -5284;16;2661.00;9.50;1370.20;1.99;0.80 -5286;16;2491.80;9.50;1768.80;2.22;1.32 -5287;16;1980.60;9.50;1244.20;3.26;1.06 -5290;16;4890.60;9.50;586.80;2.64;0.98 -5292;16;5172.20;9.50;61.20;4.28;1.08 -5294;16;4799.60;10.36;670.20;1.30;1.16 -5296;16;4611.00;9.50;979.20;2.81;1.30 -5297;16;3971.60;9.50;214.20;3.46;1.02 -5298;16;3508.80;9.50;672.60;3.53;1.10 -5299;16;3389.40;9.50;356.40;3.90;1.40 -5300;16;2773.80;9.50;531.40;3.31;0.84 -5301;16;2521.40;9.50;281.60;2.20;0.96 -5303;16;2042.80;9.50;1481.80;2.74;1.10 -5304;16;1677.20;9.50;494.40;2.83;1.20 -5305;16;709.40;9.50;320.80;3.40;1.06 -5306;16;68.60;9.50;943.00;4.13;1.28 -5307;16;902.80;9.50;1020.80;3.54;1.28 -5308;16;1239.00;9.50;938.40;3.55;1.02 -5309;16;787.60;9.50;1709.20;2.67;1.04 -5311;16;2642.20;9.50;1330.00;2.76;0.78 -5313;16;2026.60;9.50;1364.00;3.62;1.18 -5314;16;162.20;9.50;1211.60;3.60;0.94 -5315;16;1400.00;9.50;1017.60;3.14;1.24 -5316;16;4926.80;9.50;478.60;-1.46;1.38 -5318;16;5140.00;9.50;141.40;4.13;1.16 -5320;16;4838.00;9.50;609.40;4.33;1.00 -5321;16;4953.60;9.50;1625.40;4.08;1.10 -5322;16;4688.80;9.50;1052.80;1.63;0.94 -5323;16;3993.20;9.50;250.60;3.52;0.98 -5325;16;3416.60;9.50;306.20;2.90;0.98 -5326;16;2781.40;9.50;488.20;3.22;0.94 -5327;16;2481.20;9.50;331.20;3.38;1.26 -5328;16;2313.80;9.50;1159.40;3.45;1.40 -5329;16;1991.00;9.50;1524.20;2.88;1.38 -5330;16;1671.20;9.50;442.20;3.18;1.26 -5332;16;18.60;9.50;921.20;3.07;0.78 -5333;16;1013.60;9.50;1018.60;2.92;1.24 -5335;16;865.80;9.50;1669.00;1.73;1.32 -5336;16;2655.80;9.50;1299.20;1.72;0.86 -5337;16;2275.40;9.50;2003.20;4.32;1.44 -5339;16;325.00;9.50;1044.00;4.06;0.98 -5340;16;4935.80;9.50;434.20;4.29;0.76 -5341;16;5171.20;9.50;228.60;4.28;1.04 -5342;16;5327.00;9.50;1161.00;3.78;1.30 -5343;16;4711.80;9.50;636.20;-1.49;1.74 -5344;16;4938.20;9.50;1633.60;2.82;0.54 -5345;16;4641.20;9.50;1029.80;3.79;0.94 -5346;16;4044.60;9.50;233.20;4.16;0.94 -5347;16;3486.60;9.50;641.20;2.49;1.26 -5348;16;3376.20;9.50;266.40;3.35;1.34 -5349;16;2828.00;9.50;469.00;3.14;0.86 -5350;16;2500.80;9.50;373.00;2.22;0.90 -5351;16;2309.60;9.50;1108.20;2.57;1.20 -5353;16;1687.20;9.50;326.80;1.84;1.26 -5354;16;697.40;9.50;363.40;4.12;1.06 -5355;16;5.40;9.50;957.40;4.42;1.04 -5356;16;14.20;9.50;1900.00;3.18;0.66 -5357;16;1034.60;9.50;958.00;2.40;1.26 -5358;16;1292.80;9.50;900.80;4.26;0.94 -5361;16;2221.00;9.50;1982.00;3.52;1.38 -5362;16;2027.40;9.50;1426.40;3.05;1.02 -5363;16;625.40;9.50;1007.40;2.35;1.18 -5364;16;5087.80;9.50;504.80;2.04;1.46 -5365;16;5156.00;9.50;276.20;4.27;1.32 -5366;16;4754.20;9.50;585.60;2.96;0.84 -5367;16;4713.60;9.50;1017.60;2.35;1.12 -5368;16;4042.80;9.50;211.40;2.59;1.02 -5369;16;3453.00;9.50;590.20;2.88;0.84 -5370;16;3336.80;9.50;237.20;3.27;1.22 -5371;16;2764.40;9.50;437.20;4.00;1.08 -5372;16;2535.40;9.50;366.60;3.00;1.12 -5373;16;2228.60;9.50;1141.20;3.69;1.28 -5374;16;1902.80;9.50;1488.00;4.10;1.20 -5375;16;1635.20;9.50;247.00;4.31;0.80 -5377;16;68.00;9.50;1003.80;3.45;1.26 -5378;16;63.80;9.50;1897.20;2.89;0.92 -5379;16;960.00;9.50;986.20;3.14;1.28 -5380;16;1326.80;9.50;947.80;4.08;0.94 -5381;16;858.80;9.50;1582.40;1.96;1.16 -5382;16;2702.40;9.50;1260.80;1.89;0.62 -5383;16;3580.80;9.50;880.80;2.95;0.98 -5384;16;1902.80;9.50;1543.80;3.98;1.06 -5385;16;705.20;9.50;1103.40;3.98;1.02 -5386;16;5559.00;9.50;105.60;3.77;1.76 -5388;16;3336.00;9.65;1108.60;3.76;1.04 -5389;16;5184.60;9.50;324.40;4.04;0.92 -5390;16;4790.00;9.50;590.40;4.22;1.30 -5392;16;4644.40;9.50;939.00;2.66;1.02 -5393;16;4098.40;9.50;213.20;3.53;1.10 -5394;16;3461.80;9.50;541.60;2.00;1.16 -5395;16;3308.00;9.50;174.60;3.32;1.38 -5396;16;2826.20;9.50;419.00;3.18;1.06 -5397;16;2630.20;9.50;362.80;3.18;1.12 -5399;16;1971.40;9.50;1396.00;3.24;1.06 -5401;16;608.60;9.50;404.60;3.06;1.32 -5406;16;770.00;9.50;1587.40;3.48;1.20 -5407;16;2713.60;9.50;1243.20;-1.36;0.58 -5408;16;2186.20;9.50;1860.00;1.99;1.24 -5409;16;1890.20;9.50;1445.00;1.98;0.96 -5410;16;958.00;9.50;1054.80;3.50;1.46 -5411;16;5139.20;9.50;400.20;2.84;1.32 -5412;16;3274.40;9.50;1345.80;1.35;0.66 -5413;16;5280.60;9.50;308.80;3.82;1.08 -5414;16;4754.80;9.50;513.60;0.88;1.22 -5415;16;5105.40;9.50;1716.80;4.32;0.74 -5416;16;4597.60;9.50;920.60;3.06;1.00 -5417;16;4142.00;9.50;183.80;3.14;1.00 -5418;16;3518.60;9.50;574.40;2.37;1.02 -5422;16;2246.00;9.50;1178.40;3.79;1.20 -5423;16;2005.00;9.50;1433.60;2.02;1.02 -5424;16;1636.00;9.50;194.00;4.33;1.20 -5425;16;589.60;9.50;353.00;2.43;1.34 -5426;16;68.80;9.50;1046.40;2.82;0.98 -5428;16;866.00;9.50;944.60;3.80;1.28 -5430;16;892.40;9.50;1501.60;1.70;0.64 -5431;16;2806.20;9.50;1267.00;1.91;0.78 -5432;16;2254.80;9.50;1910.00;2.44;1.50 -5435;16;5223.80;9.50;289.00;3.48;1.52 -5437;16;5291.00;9.50;272.20;4.06;1.00 -5438;16;4778.60;9.50;507.20;-1.49;0.82 -5439;16;5069.40;9.50;1701.40;3.22;1.18 -5441;16;4771.80;9.50;115.20;3.34;0.86 -5443;16;3295.40;9.50;122.20;2.54;1.24 -5444;16;2847.20;9.50;374.60;3.40;0.74 -5445;16;2581.40;9.50;392.60;3.21;0.90 -5447;16;1934.80;9.50;1403.20;2.42;1.16 -5448;16;1607.60;9.50;163.00;3.98;1.00 -5450;16;12.00;9.50;1018.00;3.52;0.88 -5452;16;1382.00;9.50;834.00;4.12;1.48 -5453;16;785.80;9.50;1477.80;3.73;1.02 -5454;16;2824.40;9.50;1302.40;1.41;0.84 -5455;16;2310.60;9.50;1895.00;3.45;1.04 -5457;16;851.00;9.50;995.60;2.71;1.02 -5459;16;5163.00;9.50;192.00;3.92;1.06 -5460;16;5495.00;9.50;306.60;3.32;1.02 -5462;16;4779.00;9.50;554.80;4.29;0.94 -5463;16;4678.20;9.50;883.80;1.40;0.82 -5465;16;4695.20;9.50;62.00;3.64;0.88 -5466;16;3550.60;9.50;531.40;3.47;1.08 -5467;16;3292.00;9.50;75.60;3.56;1.20 -5468;16;2763.20;9.50;352.80;3.56;1.20 -5469;16;2644.20;9.50;456.20;2.35;0.92 -5471;16;2162.80;9.50;1206.60;3.10;0.98 -5472;16;1700.40;9.50;1338.80;3.00;0.98 -5473;16;1682.80;9.50;112.00;2.01;0.98 -5474;16;539.60;9.50;405.80;3.44;1.22 -5475;16;13.80;9.50;1073.80;3.10;0.64 -5476;16;928.60;9.50;880.20;3.24;1.30 -5477;16;1348.80;9.50;814.40;3.10;1.16 -5478;16;777.20;9.50;1524.40;2.83;0.98 -5479;16;2862.20;9.50;1296.00;2.60;0.94 -5482;16;774.40;9.50;868.00;3.86;1.04 -5483;16;5471.00;9.50;77.80;1.70;1.18 -5484;16;5147.40;9.50;104.40;3.01;1.22 -5485;16;5433.40;9.50;272.60;2.85;1.22 -5486;16;5612.40;9.50;1669.00;3.04;0.86 -5487;16;4818.40;9.50;520.60;3.39;1.02 -5488;16;5233.60;9.50;1525.60;2.22;0.92 -5489;16;4619.60;9.50;873.40;3.64;1.10 -5490;16;4099.40;9.50;165.60;3.00;1.02 -5491;16;4791.40;9.50;162.20;2.58;1.00 -5492;16;3602.60;9.50;520.40;3.24;1.08 -5493;16;3227.80;9.50;90.00;4.15;1.24 -5494;16;2822.00;9.50;319.60;3.36;0.94 -5497;16;2133.80;9.50;1106.60;3.28;1.12 -5498;16;1874.00;9.50;1405.60;1.86;0.86 -5499;16;1624.60;9.50;114.40;2.84;0.94 -5500;16;514.80;9.50;357.20;3.44;1.06 -5501;16;39.40;9.50;1086.60;4.23;0.96 -5502;16;935.00;9.50;923.00;3.92;0.88 -5503;16;1312.00;9.50;855.60;2.95;0.98 -5504;16;894.00;9.50;1473.60;1.83;0.98 -5505;16;2857.20;9.50;1358.80;-1.32;1.00 -5506;16;2278.20;9.50;1687.00;4.20;1.14 -5507;16;1772.40;9.50;1158.80;4.08;1.54 -5508;16;600.80;9.50;954.40;3.26;1.42 -5509;16;5264.60;9.50;141.40;2.50;1.26 -5510;16;5004.80;9.50;73.00;1.99;1.02 -5511;16;5528.20;9.50;204.20;1.82;1.16 -5512;16;5527.60;9.50;1696.80;4.43;1.28 -5513;16;4875.20;9.50;474.40;0.48;1.06 -5515;16;4707.80;9.50;574.00;3.52;1.12 -5516;16;4138.80;9.50;139.20;2.89;1.10 -5518;16;3572.60;9.50;482.20;2.39;0.96 -5521;16;2581.80;9.50;442.60;3.10;1.02 -5523;16;2142.80;9.50;1053.00;3.10;1.22 -5524;16;1777.20;9.50;1453.00;4.31;0.94 -5525;16;1573.20;9.50;104.80;3.01;1.24 -5527;16;144.60;9.50;1063.20;2.78;1.22 -5528;16;1022.20;9.50;903.60;3.52;1.34 -5531;16;2903.20;9.50;1285.00;1.91;0.88 -5533;16;1853.60;9.67;1091.80;1.05;1.12 -5534;16;385.80;9.50;848.20;2.41;1.32 -5535;16;5352.60;9.50;238.20;3.90;1.14 -5536;16;4919.20;9.50;126.20;2.35;1.10 -5538;16;4888.00;9.50;475.60;-1.19;0.86 -5539;16;4434.20;9.50;664.20;-0.06;0.92 -5540;16;4017.60;9.50;178.20;2.41;1.08 -5541;16;4820.00;9.50;114.60;3.36;1.00 -5543;16;3434.60;9.50;224.00;2.80;1.12 -5545;16;2513.80;9.50;412.60;3.97;1.26 -5546;16;1966.80;9.50;47.60;2.51;1.08 -5547;16;2162.00;9.50;994.00;3.83;1.30 -5548;16;1799.40;9.50;1414.60;2.60;0.86 -5550;16;494.00;9.50;209.20;1.70;1.18 -5552;16;776.60;9.50;1013.60;3.67;1.00 -5553;16;1187.20;9.50;829.00;4.10;1.22 -5554;16;954.20;9.50;1393.40;3.39;1.28 -5555;16;2961.20;9.50;1390.00;1.77;0.86 -5556;16;2227.80;9.50;1380.40;4.22;0.84 -5557;16;1742.80;9.50;1157.20;3.59;1.00 -5558;16;310.40;9.50;935.80;4.13;1.18 -5559;16;5353.60;9.50;297.00;3.76;1.08 -5560;16;4809.40;9.50;163.00;3.58;1.02 -5561;16;5610.80;9.50;129.20;3.40;0.88 -5562;16;5421.20;9.50;1415.80;2.55;1.14 -5563;16;5023.80;9.50;487.60;1.76;1.30 -5564;16;4458.20;9.50;713.20;3.57;1.04 -5565;16;4055.80;9.50;156.80;2.53;0.98 -5567;16;3615.60;9.50;425.40;2.55;0.86 -5569;16;2805.40;9.50;265.60;3.75;0.88 -5570;16;2540.60;9.50;473.80;3.23;0.98 -5572;16;1713.60;9.50;1397.60;4.30;0.90 -5573;16;1526.40;9.50;139.60;3.56;1.32 -5574;16;531.20;9.50;251.20;2.93;0.96 -5576;16;802.40;9.50;964.80;3.85;1.20 -5577;16;1299.80;9.50;806.40;2.53;1.16 -5578;16;938.00;9.50;1342.20;4.43;1.50 -5579;16;2929.00;9.50;1357.20;-1.53;0.84 -5581;16;1699.20;9.50;1212.00;4.55;1.44 -5582;16;295.00;9.50;1029.80;3.14;1.34 -5584;16;4647.80;9.50;174.20;1.66;1.00 -5585;16;5598.80;9.50;156.20;4.43;0.94 -5586;16;5214.80;9.50;1388.00;1.96;1.20 -5587;16;5138.80;9.50;478.20;1.94;1.26 -5588;16;4992.60;9.50;1677.40;4.37;1.10 -5589;16;4494.00;9.50;661.80;1.98;0.86 -5590;16;4055.00;9.50;118.00;3.14;0.90 -5591;16;4783.40;9.50;75.80;3.66;0.90 -5593;16;3442.20;9.50;169.20;3.73;1.08 -5594;16;2843.80;9.50;240.60;3.86;0.96 -5595;16;2710.80;9.50;208.00;2.72;0.98 -5597;16;2209.60;9.50;1049.20;3.56;0.92 -5599;16;1476.00;9.50;194.40;4.03;1.26 -5601;16;242.80;9.50;1071.40;4.15;1.14 -5602;16;845.00;9.50;1040.40;2.92;1.02 -5603;16;1305.20;9.50;769.80;3.62;1.18 -5604;16;1000.20;9.50;1304.60;4.01;1.40 -5605;16;2947.00;9.50;1287.00;4.71;0.86 -5606;16;2388.40;9.50;1107.20;2.03;1.18 -5607;16;1684.60;9.50;1156.00;3.97;1.54 -5609;16;5429.80;9.50;376.00;2.63;1.08 -5610;16;4583.60;9.50;239.00;2.69;1.12 -5611;16;5576.80;9.50;186.40;-1.23;1.20 -5613;16;5049.60;9.50;460.40;2.64;0.98 -5614;16;5141.40;9.50;1436.60;0.94;1.26 -5615;16;4441.00;9.50;618.60;-0.36;0.82 -5616;16;4091.40;9.50;123.80;3.21;1.14 -5623;16;2168.00;9.50;1055.20;3.61;0.92 -5626;16;469.60;9.50;303.40;3.05;1.10 -5627;16;331.80;9.50;1094.60;2.48;1.08 -5628;16;834.80;9.50;1098.80;3.27;1.06 -5629;16;1297.40;9.50;729.00;2.83;1.04 -5630;16;1087.80;9.50;1307.20;2.25;1.26 -5631;16;2970.60;9.50;1211.40;-1.49;0.88 -5633;16;1594.00;9.50;1152.20;3.74;1.58 -5634;16;162.60;9.50;911.00;4.30;0.96 -5635;16;5524.80;9.50;234.20;0.96;1.16 -5637;16;5548.60;9.50;133.20;0.95;1.68 -5638;16;5304.80;9.50;1034.60;2.00;1.28 -5639;16;5059.80;9.50;402.00;4.71;0.94 -5640;16;5093.40;9.50;1408.00;4.32;1.26 -5641;16;4518.00;9.50;621.40;1.95;1.20 -5643;16;4748.00;9.50;50.60;3.42;0.72 -5644;16;3683.00;9.50;518.20;3.39;0.84 -5646;16;2843.40;9.50;116.00;3.68;0.90 -5647;16;2775.40;9.50;297.80;3.00;1.06 -5648;16;2027.40;9.50;1086.40;4.12;1.20 -5649;16;1629.80;9.50;1321.20;4.04;0.84 -5650;16;1634.60;9.50;291.40;2.47;1.36 -5651;16;425.40;9.50;126.80;4.44;1.42 -5652;16;376.80;9.50;1132.40;2.53;1.18 -5654;16;1244.80;9.50;714.40;2.27;0.98 -5655;16;1074.60;9.50;1220.60;4.07;1.26 -5656;16;2961.40;9.50;1338.00;4.71;1.00 -5657;16;2395.20;9.50;847.80;3.18;1.06 -5658;16;1636.60;9.50;1187.80;3.77;0.58 -5659;16;247.40;9.50;820.00;3.47;1.16 -5660;16;5419.60;9.50;408.40;1.81;0.90 -5661;16;4555.00;9.50;424.40;2.92;0.94 -5662;16;5581.60;9.50;283.00;3.85;1.16 -5664;16;4942.00;9.50;1213.80;4.58;1.34 -5666;16;4546.00;9.50;570.80;4.66;1.00 -5667;16;4148.60;9.50;81.40;2.10;0.96 -5670;16;3388.80;9.50;146.40;2.76;1.00 -5671;16;2828.20;9.50;169.40;3.35;1.04 -5672;16;2728.00;9.50;256.20;2.93;0.80 -5674;16;1649.60;9.50;1283.20;3.29;0.92 -5675;16;1541.60;9.50;269.80;4.33;1.32 -5677;16;211.00;9.50;1123.80;3.14;1.16 -5678;16;758.40;9.50;1056.40;4.20;0.94 -5679;16;1237.00;9.50;772.20;3.61;1.24 -5680;16;1147.60;9.50;1234.80;2.87;0.82 -5681;16;3036.80;10.07;1287.40;-1.42;0.80 -5682;16;2312.80;9.50;793.40;3.31;1.22 -5683;16;1571.20;9.50;1118.60;3.47;1.16 -5684;16;486.80;9.50;609.80;3.47;1.06 -5686;16;4422.60;9.50;488.40;3.65;1.00 -5687;16;3425.00;9.50;1877.20;2.32;0.84 -5689;16;5347.60;9.50;1072.00;2.86;1.24 -5690;16;5022.20;9.50;1207.80;3.36;1.18 -5691;16;5266.40;9.50;1474.80;3.26;1.10 -5692;16;4296.20;9.50;901.60;4.14;1.00 -5694;16;4853.40;9.50;175.20;3.60;0.64 -5696;16;3417.80;9.50;142.40;3.83;0.98 -5697;16;2783.60;9.50;201.40;3.23;0.98 -5698;16;2686.40;9.50;264.60;3.21;0.92 -5699;16;2013.40;9.50;1204.60;3.82;0.98 -5700;16;1635.80;9.50;1231.80;1.61;1.08 -5702;16;417.60;9.50;211.00;2.43;1.12 -5703;16;155.60;9.50;1168.20;3.07;1.18 -5706;16;1133.40;9.50;1179.40;4.26;0.94 -5707;16;3079.20;9.50;1273.20;2.50;1.36 -5708;16;2376.40;9.50;644.20;4.00;1.06 -5709;16;1504.40;9.50;1107.20;3.89;1.54 -5711;16;5557.60;9.50;210.80;-1.00;1.46 -5712;16;4541.00;9.50;243.00;2.60;1.04 -5713;16;3449.60;9.50;1954.20;3.90;1.44 -5716;16;5005.60;9.50;1242.20;4.57;1.02 -5717;16;5259.20;9.50;1521.40;3.17;1.28 -5718;16;4335.20;9.50;867.20;2.14;0.94 -5720;16;4896.60;9.50;165.40;3.30;0.74 -5721;16;3728.40;9.50;479.00;2.42;0.98 -5723;16;2732.20;9.50;155.00;3.94;1.24 -5725;16;1996.20;9.50;1138.00;3.33;1.30 -5727;16;1540.00;9.50;323.80;2.61;1.24 -5728;16;411.40;9.50;256.80;3.46;1.20 -5731;16;1103.20;9.50;706.40;4.00;1.26 -5732;16;1180.00;9.50;1116.00;3.14;1.14 -5733;16;3033.80;9.50;1192.00;-0.61;1.16 -5734;16;2533.60;9.50;701.80;1.86;0.74 -5735;16;1585.40;9.50;1196.00;1.49;1.46 -5740;16;3561.40;9.66;1969.60;0.96;2.04 -5741;16;5393.20;10.73;301.40;-1.37;1.22 -5742;16;5479.00;9.50;1133.60;1.90;1.22 -5743;16;5069.60;9.50;1228.00;3.06;1.16 -5744;16;5316.60;9.50;1519.40;4.29;0.90 -5745;16;4316.60;9.50;829.60;3.67;0.74 -5746;16;4862.60;9.50;144.80;3.28;1.04 -5748;16;3421.40;9.50;65.80;3.57;1.16 -5749;16;2798.20;9.50;139.20;3.17;1.06 -5750;16;2701.40;9.50;314.80;2.31;0.96 -5751;16;1903.20;9.50;1212.20;3.88;1.28 -5752;16;1853.20;9.50;1552.80;3.67;1.16 -5753;16;1631.00;9.50;402.20;1.90;1.30 -5754;16;350.80;9.50;251.40;3.31;1.00 -5760;16;2610.40;9.50;691.40;4.06;0.78 -5762;16;805.60;9.50;817.20;3.41;1.28 -5764;16;4670.00;9.50;58.00;2.67;0.82 -5765;16;3315.00;9.50;1984.60;-0.85;1.10 -5766;16;5447.60;9.50;346.60;4.07;0.98 -5767;16;5451.40;9.50;1233.40;2.80;1.38 -5768;16;5095.40;9.50;1276.60;2.79;1.12 -5769;16;5347.40;9.50;1580.80;3.46;1.02 -5770;16;4287.20;9.50;875.20;3.17;1.04 -5771;16;4961.40;9.50;120.20;1.49;1.08 -5772;16;3743.20;9.50;401.80;3.42;1.04 -5774;16;2802.80;9.50;79.80;3.63;1.10 -5775;16;2734.20;9.50;353.80;2.95;1.00 -5777;16;1920.80;9.50;1303.00;3.27;1.34 -5778;16;1824.80;9.50;1552.20;2.77;1.20 -5779;16;1605.40;9.50;465.20;3.21;1.26 -5780;16;344.60;9.50;206.60;2.83;0.94 -5783;16;623.40;9.50;1152.80;3.23;0.98 -5784;16;1050.80;9.50;746.80;3.73;1.24 -5785;16;1249.40;9.50;1133.20;2.54;1.26 -5786;16;3024.60;9.50;1414.20;1.89;0.82 -5787;16;2469.00;9.50;592.80;2.95;0.92 -5788;16;1509.20;9.50;1172.60;3.17;1.22 -5790;16;5336.40;9.50;477.20;4.02;1.14 -5792;16;3076.20;9.50;1976.60;-0.03;1.98 -5793;16;5327.40;9.50;337.40;4.26;0.88 -5794;16;5420.00;9.50;1178.80;2.83;1.52 -5795;16;5163.00;9.50;1281.20;2.47;0.98 -5796;16;5426.20;9.50;1588.80;2.40;0.90 -5798;16;4950.60;9.50;97.40;2.84;1.12 -5802;16;1857.60;9.50;95.20;2.40;1.32 -5803;16;1962.60;9.50;1298.40;3.57;1.24 -5804;16;1751.00;9.50;1496.60;2.95;1.02 -5805;16;1542.80;9.50;390.80;1.59;1.66 -5806;16;254.00;9.50;222.80;3.91;1.20 -5807;16;256.00;9.50;1176.40;3.98;1.02 -5809;16;719.20;9.50;1151.80;2.06;0.96 -5810;16;1008.00;9.50;719.00;3.30;1.20 -5811;16;671.40;9.50;1073.20;3.22;1.00 -5812;16;3044.00;9.50;1390.20;2.30;0.78 -5813;16;2585.40;9.50;634.20;2.26;1.12 -5814;16;1437.20;9.50;1165.00;3.95;1.14 -5816;16;5243.40;9.50;461.60;2.69;1.38 -5821;16;5088.60;9.50;1322.60;3.73;1.08 -5822;16;5467.20;9.50;1543.60;1.91;1.00 -5823;16;4258.00;9.50;932.60;3.36;0.86 -5824;16;4987.20;9.50;53.60;2.30;0.98 -5825;16;3773.40;9.50;491.00;2.94;0.94 -5827;16;2655.00;9.50;422.60;3.88;1.04 -5828;16;1779.80;9.50;134.40;4.53;1.60 -5829;16;2109.00;9.50;1153.20;2.00;0.86 -5830;16;1947.60;9.50;1984.20;2.39;1.32 -5831;16;1628.40;9.50;513.20;2.37;1.00 -5832;16;292.60;9.50;259.20;2.57;1.06 -5833;16;331.20;9.50;1184.80;3.42;1.04 -5835;16;744.00;9.50;1148.40;3.14;0.96 -5836;16;1033.40;9.50;657.20;2.49;1.10 -5838;16;3103.00;9.50;1342.60;1.03;1.24 -5839;16;2152.40;9.50;302.20;3.22;0.96 -5840;16;1445.00;9.50;1219.40;3.85;0.96 -5842;16;5167.00;9.50;547.60;3.98;1.40 -5847;16;5545.60;9.50;1177.20;4.62;1.56 -5850;16;4255.20;9.50;970.60;2.65;0.98 -5851;16;3771.40;9.50;409.80;4.24;1.24 -5853;16;2722.80;9.50;389.80;3.65;0.84 -5854;16;1889.60;9.50;72.40;2.55;0.66 -5856;16;1982.40;9.50;1923.20;2.96;1.32 -5857;16;1549.80;9.50;510.20;2.71;1.24 -5859;16;331.20;9.50;1228.40;3.18;0.90 -5860;16;48.20;9.50;2008.20;3.54;0.86 -5861;16;796.40;9.50;1185.60;3.45;1.08 -5862;16;1022.40;9.50;605.20;3.01;0.90 -5863;16;2579.60;9.50;1389.00;4.13;1.08 -5864;16;3115.40;9.54;1312.80;1.42;0.60 -5866;16;1446.00;9.50;1264.40;4.23;1.20 -5868;16;5257.60;9.50;512.00;-1.22;1.34 -5869;16;2982.20;9.50;1906.40;4.59;1.96 -5870;16;5348.00;9.50;386.00;2.09;1.32 -5871;16;5244.80;9.50;1374.20;2.93;1.24 -5873;16;4235.40;9.50;996.60;2.20;0.98 -5874;16;3881.60;9.50;771.00;3.40;0.62 -5875;16;3641.20;9.50;564.00;2.94;1.24 -5878;16;2740.20;9.50;478.80;2.73;1.04 -5879;16;1913.00;9.50;181.20;2.19;1.28 -5880;16;2122.60;9.50;1223.20;3.08;0.98 -5882;16;741.60;9.50;231.40;3.27;1.16 -5884;16;164.40;9.50;220.40;2.35;1.40 -5885;16;230.40;9.50;1227.20;3.01;1.18 -5886;16;64.40;9.50;1979.00;3.81;0.68 -5887;16;659.60;9.50;1198.80;4.04;0.96 -5891;16;2904.20;9.50;553.60;3.36;0.82 -5892;16;1412.20;9.50;1250.00;2.71;0.94 -5894;16;5419.00;9.50;676.60;3.32;1.24 -5895;16;2959.00;9.50;1945.80;2.98;1.48 -5897;16;5583.20;9.50;1149.80;2.98;1.32 -5900;16;4232.20;9.50;936.40;2.67;0.76 -5901;16;3637.60;9.50;596.60;3.79;1.02 -5903;16;1993.20;9.50;130.40;1.89;0.88 -5904;16;2006.60;9.50;1260.40;3.92;1.16 -5907;16;171.80;9.50;166.20;4.13;1.30 -5908;16;285.40;9.50;1231.20;2.82;1.10 -5909;16;98.40;9.50;1895.40;3.90;1.04 -5910;16;717.60;9.50;1242.00;2.23;0.98 -5911;16;1096.40;9.50;659.80;2.31;1.10 -5912;16;2383.20;9.50;1545.60;3.32;1.06 -5913;16;3127.20;9.50;1287.60;3.60;1.06 -5914;16;2853.20;9.50;418.40;4.10;1.16 -5915;16;1317.20;9.50;1207.60;3.89;1.26 -5916;16;1145.60;9.50;657.80;2.42;1.36 -5917;16;5387.80;9.50;606.00;2.09;1.18 -5919;16;5273.60;9.50;420.40;2.89;1.12 -5920;16;5623.80;9.50;1149.80;2.95;0.64 -5921;16;5253.40;9.50;1434.60;3.04;1.14 -5922;16;5092.00;9.50;1382.40;1.88;1.04 -5925;16;2688.80;9.50;493.80;2.05;0.88 -5926;16;1890.00;9.50;222.60;2.78;1.10 -5927;16;2084.80;9.50;1266.80;2.95;1.28 -5928;16;1847.60;9.50;1887.20;4.20;2.32 -5929;16;2836.80;9.50;1563.00;3.04;0.52 -5931;16;266.00;9.50;119.80;3.14;1.12 -5932;16;150.60;9.50;1267.20;4.14;1.12 -5933;16;73.40;9.50;1946.40;3.54;1.08 -5934;16;723.20;9.50;1195.20;3.96;0.96 -5935;16;1142.20;9.50;765.40;3.78;1.28 -5937;16;3108.20;9.50;1253.80;3.79;1.00 -5938;16;2901.20;9.50;228.00;3.64;1.08 -5939;16;1622.00;9.50;1360.60;2.27;0.80 -5941;16;5494.40;9.50;716.20;3.28;0.86 -5942;16;2918.60;10.16;1805.00;1.03;1.34 -5943;16;5259.20;9.50;373.40;2.24;1.12 -5944;16;5600.60;9.50;1097.40;3.57;0.84 -5945;16;5316.20;9.50;1447.20;2.69;1.36 -5946;16;5011.60;9.50;1344.80;4.63;1.06 -5948;16;3701.20;9.50;570.40;2.67;1.12 -5950;16;2697.60;9.50;550.80;2.23;1.06 -5951;16;1941.00;9.50;285.60;2.41;1.52 -5953;16;1807.40;9.50;1975.80;3.78;1.02 -5954;16;1486.80;9.50;606.60;3.00;1.22 -5955;16;222.40;9.50;104.40;2.25;1.16 -5956;16;146.60;9.50;1302.80;4.26;0.74 -5957;16;135.60;9.50;1955.00;2.80;0.88 -5958;16;387.60;9.50;1195.00;3.24;1.28 -5959;16;1204.20;9.50;671.40;2.42;1.20 -5960;16;4385.00;9.50;680.60;0.50;1.48 -5961;16;3172.20;9.50;1186.60;-0.72;0.94 -5962;16;2956.00;9.50;213.20;3.31;0.94 -5963;16;1340.40;9.50;1353.60;4.05;0.80 -5967;16;5115.00;9.50;327.60;4.33;0.90 -5968;16;5612.60;9.50;1044.20;3.05;0.86 -5969;16;5336.20;9.50;1397.40;3.74;1.38 -5970;16;5010.40;9.50;1287.80;4.37;0.82 -5971;16;4190.60;9.50;860.20;3.05;0.80 -5972;16;3836.00;9.50;462.80;3.79;0.98 -5973;16;2754.60;9.50;101.40;2.55;1.04 -5975;16;1982.00;9.50;327.60;4.03;1.30 -5976;16;2042.80;9.50;1310.00;2.94;1.14 -5977;16;1824.60;9.50;2006.60;1.88;0.94 -5980;16;235.40;9.50;1273.40;3.22;1.06 -5981;16;175.60;9.50;1948.20;3.56;1.12 -5983;16;1140.20;9.50;606.60;4.03;1.24 -5984;16;4368.00;9.50;737.20;1.53;1.08 -5985;16;3218.40;9.50;1171.20;-1.23;0.62 -5986;16;1357.40;9.50;1271.80;2.77;1.34 -5987;16;1249.00;9.50;556.40;2.96;1.24 -5988;16;5506.80;9.50;903.60;2.28;1.22 -5989;16;2859.40;9.50;1715.40;3.51;0.74 -5990;16;5183.00;9.50;364.40;2.44;1.12 -5991;16;5560.60;9.50;1029.00;2.70;0.78 -5992;16;5390.00;9.50;1506.40;3.35;1.22 -5993;16;5063.60;9.50;1316.00;2.91;0.92 -5994;16;4147.00;9.50;847.60;2.91;1.02 -5995;16;3911.60;9.50;467.60;2.45;0.96 -5997;16;2717.20;9.50;556.80;4.23;0.94 -6001;16;1391.60;9.50;579.80;3.23;0.98 -6003;16;297.20;9.50;1278.60;2.96;1.02 -6004;16;162.00;9.50;1912.40;2.73;1.10 -6005;16;203.80;9.50;1029.20;2.93;1.36 -6006;16;1231.20;9.50;669.80;3.17;1.20 -6007;16;4327.20;9.50;786.40;3.46;0.84 -6011;16;3284.40;9.50;1170.00;0.91;0.78 -6014;16;1412.80;9.50;1290.80;3.33;0.90 -6026;16;2873.00;9.50;1832.60;2.98;0.82 -6030;16;5077.20;9.50;363.60;4.63;1.00 -6031;16;5566.60;9.50;1098.60;2.75;0.68 -6037;16;4158.20;9.50;907.00;3.04;0.92 -6043;16;3895.00;9.50;411.60;3.29;0.90 -6044;16;2705.40;9.50;158.40;3.38;1.20 -6049;16;2618.40;9.50;2017.20;3.60;1.28 -6053;16;2095.40;9.50;1322.20;2.82;1.22 -6058;16;1423.40;9.50;479.80;2.19;1.28 -6060;16;307.20;9.50;1327.20;2.97;1.02 -6064;16;237.00;9.54;1839.20;1.37;1.12 -6068;16;1229.40;9.50;567.40;2.01;1.02 -6069;16;4836.20;9.50;72.80;3.42;0.86 -6219;16;3346.60;9.50;1185.00;1.57;0.70 -6223;16;1407.40;9.50;1361.20;4.13;1.38 -6227;16;870.80;9.50;674.00;3.43;1.10 -6234;16;2863.00;9.50;1765.80;2.95;0.66 -6238;16;5186.40;9.50;428.80;3.02;1.02 -6239;16;5525.80;9.50;1070.60;2.51;1.10 -6250;16;3853.40;9.50;414.60;3.23;1.00 -6251;16;2682.60;9.50;127.80;2.25;1.22 -6255;16;2743.80;9.50;605.20;2.83;0.98 -6256;16;2038.20;9.50;397.60;4.19;1.06 -6267;16;336.40;9.50;1278.60;3.82;1.02 -6271;16;167.00;9.50;1841.20;1.91;1.10 -6272;16;268.00;9.50;940.20;2.22;1.32 -6276;16;1202.20;9.50;526.40;2.00;0.98 -6419;16;3319.60;9.50;1235.80;-1.26;0.92 -6422;16;1532.60;9.67;1308.20;1.80;1.08 -6425;16;893.20;9.50;599.00;2.79;1.28 -6427;16;5470.40;9.50;1049.80;3.40;1.22 -6433;16;4375.20;9.50;123.20;2.78;0.82 -6438;16;5446.00;9.50;1086.40;4.30;0.96 -6439;16;5531.20;9.50;1549.40;2.24;0.94 -6442;16;4990.40;9.50;1441.00;1.57;1.08 -6443;16;4167.60;9.50;992.60;3.79;0.84 -6448;16;4314.40;9.50;332.80;3.04;1.00 -6452;16;3837.20;9.50;375.40;2.67;1.14 -6456;16;2681.60;9.50;606.60;3.65;0.94 -6457;16;2311.80;9.50;455.20;3.40;1.38 -6461;16;1865.20;9.50;1276.00;3.37;1.20 -6465;16;1434.00;9.50;411.00;2.60;1.30 -6466;16;99.60;9.50;87.40;3.71;1.50 -6467;16;416.60;9.50;1232.00;2.16;0.96 -6471;16;124.40;9.50;1811.80;4.05;1.28 -6472;16;305.00;9.50;972.80;2.38;0.94 -6475;16;1140.80;9.50;559.80;3.09;1.02 -6476;16;4865.20;9.50;97.00;3.43;1.04 -6608;16;3280.80;9.50;1252.00;3.89;0.96 -6612;16;1500.20;9.50;1351.40;2.17;0.94 -6616;16;1011.00;9.50;562.40;2.42;1.06 -6617;16;5274.40;9.50;983.40;3.07;1.34 -6623;16;4444.80;9.50;192.40;3.45;1.14 -6624;16;2875.60;9.50;1679.00;3.29;0.80 -6627;16;5210.00;9.50;482.00;2.11;1.26 -6628;16;5415.00;9.50;1069.20;3.62;1.10 -6632;16;4941.60;9.50;1395.80;2.10;1.22 -6633;16;4132.20;9.50;952.40;4.41;1.14 -6637;16;4350.60;9.50;284.60;2.83;1.04 -6640;16;3784.00;9.50;365.20;2.85;0.94 -6641;16;2673.40;9.50;64.00;2.26;1.10 -6645;16;2706.60;9.50;652.60;2.88;1.04 -6649;16;1838.60;9.50;1232.00;4.09;1.22 -6655;16;477.80;9.50;1220.80;3.09;1.02 -6660;16;240.20;9.50;1024.20;3.41;1.12 -6801;16;3174.80;9.50;1252.20;-0.90;1.02 -6802;16;2907.60;9.50;91.00;3.45;0.96 -6805;16;1539.00;9.50;1246.00;0.92;1.04 -6809;16;937.40;9.50;544.40;2.70;1.20 -6810;16;5336.40;9.50;774.60;2.62;1.48 -6815;16;4332.00;9.50;199.00;2.89;0.98 -6816;16;2923.80;9.50;1649.80;3.07;0.62 -6819;16;5281.80;9.50;483.80;3.05;0.74 -6821;16;5508.60;9.50;1411.80;4.39;0.82 -6824;16;4986.00;9.50;1349.40;1.39;1.12 -6825;16;4118.80;9.50;937.20;3.67;1.08 -6834;16;3755.60;9.50;299.20;3.90;1.12 -6839;16;2662.80;9.50;607.80;2.91;0.98 -6840;16;2345.20;9.50;494.40;3.18;1.02 -6844;16;1761.60;9.50;1243.40;4.21;1.38 -6847;16;1338.20;9.50;594.60;3.18;1.02 -6849;16;516.20;9.50;1218.20;3.88;1.36 -6853;16;140.80;9.50;1697.20;3.50;1.04 -6854;16;436.40;9.50;1146.00;2.83;1.18 -6858;16;1222.80;9.50;463.60;3.10;1.12 -6859;16;4870.80;9.50;46.60;3.78;1.06 -7002;16;3243.00;9.50;1248.40;3.50;1.02 -7006;16;1572.00;9.50;1261.00;3.73;0.80 -7009;16;795.80;9.50;640.40;2.69;1.10 -7010;16;5181.00;9.50;584.40;0.00;1.58 -7023;16;5398.00;9.50;1038.80;2.06;1.22 -7024;16;5445.00;9.50;1475.60;2.58;1.60 -7028;16;4837.80;9.50;1352.60;4.66;1.22 -7029;16;4067.40;9.50;901.00;4.48;1.20 -7031;16;4178.40;9.50;68.80;3.40;1.02 -7032;16;4396.20;9.50;300.60;2.82;1.08 -7036;16;3794.40;9.50;262.20;4.00;1.20 -7037;16;3367.20;9.50;94.20;3.17;1.28 -7038;16;2618.80;9.50;126.00;2.57;1.10 -7047;16;1724.40;9.50;1306.00;4.07;1.20 -7051;16;1288.40;9.50;605.60;2.45;1.10 -7052;16;33.80;9.50;82.20;3.50;1.12 -7053;16;381.20;9.50;1320.00;2.94;0.92 -7056;16;147.40;9.50;1650.00;3.22;1.00 -7062;16;5381.60;9.50;835.20;1.52;1.18 -7226;16;3234.20;9.50;1264.80;1.21;1.00 -7230;16;1642.20;9.50;1214.20;4.58;1.00 -7234;16;808.60;9.50;546.00;3.06;1.24 -7235;16;5127.40;9.50;578.00;-1.34;1.00 -7241;16;4372.20;9.50;398.20;2.97;1.18 -7242;16;2860.20;9.50;1598.00;2.88;0.64 -7246;16;5457.20;9.50;418.00;3.43;1.12 -7247;16;5370.20;9.50;993.00;3.02;1.38 -7248;16;5534.60;9.50;1501.60;2.00;1.00 -7253;16;4087.40;9.50;856.00;2.26;0.92 -7258;16;4419.00;9.50;345.20;3.14;0.98 -7261;16;3849.20;9.50;315.60;3.60;0.90 -7267;16;2759.00;9.50;673.60;2.85;0.76 -7268;16;2394.20;9.50;526.20;1.67;1.04 -7276;16;1287.00;9.50;564.80;3.45;1.04 -7282;16;206.00;9.50;1647.40;3.35;1.02 -7283;16;490.40;9.50;1100.40;2.08;1.18 -7286;16;1083.80;9.50;563.60;2.67;1.20 -7287;16;5453.48;10.00;802.61;1.72;1.08 -7452;16;3172.00;10.14;1300.60;-0.94;1.08 -7456;16;1666.80;9.50;1254.00;3.87;0.88 -7460;16;827.00;9.50;392.40;3.31;1.20 -7461;16;5044.00;9.50;597.60;-1.47;0.94 -7467;16;4387.40;9.50;492.00;3.02;1.06 -7468;16;2841.20;9.50;1596.40;1.48;0.46 -7472;16;5420.80;9.50;431.60;-1.39;0.98 -7473;16;5422.20;9.50;965.80;2.80;1.18 -7474;16;5508.20;9.50;1456.00;2.17;1.14 -7478;16;4912.20;9.50;1297.80;2.95;0.90 -7479;16;4041.80;9.50;796.80;-1.40;1.00 -7483;16;4264.40;9.50;71.60;3.03;0.92 -7489;16;3331.80;9.50;61.00;2.94;1.00 -7493;16;2675.00;9.50;688.80;4.36;0.90 -7494;16;2447.40;9.50;552.40;2.35;1.14 -7498;16;1798.40;9.50;1329.00;3.41;1.00 -7503;16;1262.80;9.50;503.20;3.59;1.34 -7504;16;63.40;9.50;146.80;3.78;1.30 -7505;16;485.40;9.50;1266.40;3.01;1.02 -7514;16;1127.20;9.50;513.60;3.16;1.48 -7678;16;3247.60;9.50;1331.80;1.24;0.40 -7686;16;521.80;9.50;501.60;3.10;1.16 -7695;16;2857.00;9.50;1619.40;4.03;0.70 -7700;16;5566.40;9.50;1491.20;2.54;0.82 -7704;16;4983.80;9.50;1311.00;1.57;1.18 -7705;16;4113.80;9.50;773.60;2.09;0.90 -7709;16;4288.80;9.50;75.00;3.89;0.98 -7710;16;4245.20;9.50;223.60;3.52;0.98 -7714;16;3891.20;9.50;310.20;3.31;1.10 -7719;16;2673.80;9.50;663.20;2.55;1.08 -7723;16;1833.20;9.50;1372.20;3.00;1.06 -7728;16;1269.00;9.50;437.60;3.74;0.92 -7734;16;333.80;9.50;1680.40;1.78;1.02 -7735;16;572.20;9.50;1092.60;4.34;1.04 -7739;16;1110.00;9.50;527.80;2.21;1.14 -7906;16;3245.60;9.50;1382.00;4.71;1.00 -7907;16;2764.20;9.50;67.60;3.40;1.08 -7910;16;1587.00;9.65;1273.40;-0.62;1.08 -7918;16;5161.80;9.50;802.00;2.90;1.26 -7922;16;4318.40;9.50;483.60;4.15;0.78 -7927;16;5351.60;9.50;440.60;3.95;1.08 -7928;16;5503.40;9.50;1007.80;3.40;1.22 -7932;16;4837.00;9.50;1220.40;-0.30;1.26 -7933;16;4040.00;9.50;775.20;3.14;1.14 -7937;16;4219.60;9.50;226.40;2.84;1.06 -7941;16;3919.60;9.50;214.40;3.65;1.24 -7951;16;1748.20;9.50;1357.00;3.33;1.14 -7952;16;2018.40;9.50;1912.60;2.79;1.00 -7955;16;1268.40;9.50;393.80;3.02;1.42 -7957;16;533.60;9.50;1298.20;4.19;1.46 -7961;16;194.00;9.50;1701.40;3.76;1.22 -7962;16;521.00;9.50;1128.40;3.55;0.98 -7967;16;5387.60;9.59;1656.40;-0.85;1.14 -8131;16;3269.40;9.50;1417.60;-1.47;1.46 -8132;16;2883.40;9.50;186.00;2.51;0.92 -8135;16;1549.00;9.50;1333.00;-1.24;0.84 -8137;16;201.80;9.50;690.20;2.89;1.08 -8139;16;5016.60;9.50;716.00;3.26;1.26 -8147;16;5606.80;9.50;1531.80;2.49;0.96 -8150;16;4834.20;9.50;1166.40;1.67;0.98 -8151;16;4110.80;9.50;728.60;1.89;0.98 -8154;16;4237.60;9.50;176.00;3.88;0.98 -8156;16;3865.20;9.50;218.40;3.39;1.04 -8159;16;2288.00;9.50;587.20;2.74;1.30 -8162;16;2232.80;9.50;1216.00;1.73;1.08 -8166;16;1185.20;9.50;350.00;4.36;0.98 -8167;16;344.80;9.50;121.20;3.34;1.06 -8168;16;611.00;9.50;1198.40;3.35;0.92 -8171;16;483.40;9.50;1175.40;3.06;1.10 -8173;16;923.80;9.50;488.40;2.69;1.22 -8256;16;3327.20;9.50;1361.40;1.23;1.18 -8258;16;1693.60;9.50;1296.80;3.01;0.74 -8259;16;162.80;9.50;757.40;2.82;0.78 -8260;16;5001.80;9.50;850.60;2.51;1.14 -8261;16;4287.20;9.50;762.80;4.31;0.98 -8262;16;2791.60;9.50;1735.20;2.90;0.90 -8263;16;5535.40;9.50;372.20;3.05;1.28 -8264;16;5427.60;9.50;1027.60;2.72;1.16 -8265;16;5573.60;9.50;1565.60;2.65;1.00 -8266;16;4774.20;9.50;1183.80;2.64;1.02 -8267;16;4143.20;9.50;705.00;1.90;1.00 -8269;16;4277.20;9.50;126.20;2.69;0.82 -8271;16;2538.40;9.50;686.80;4.17;1.10 -8272;16;2318.60;9.50;586.40;4.43;1.06 -8273;16;2111.60;9.50;1273.60;3.73;1.38 -8275;16;1158.20;9.50;429.20;2.97;1.24 -8276;16;401.20;9.50;95.60;2.52;1.38 -8277;16;626.20;9.50;1239.80;2.73;0.88 -8281;16;5439.60;9.50;1635.60;3.49;1.04 -8282;16;3355.60;9.50;1434.40;-1.32;0.84 -8283;16;2819.40;9.50;514.60;3.45;1.06 -8285;16;6.20;9.50;648.00;4.03;1.22 -8286;16;5156.20;9.50;901.00;3.85;1.42 -8287;16;4255.40;9.50;811.20;3.49;1.00 -8288;16;2818.40;9.50;1795.00;2.14;1.26 -8289;16;5623.20;9.50;370.40;1.52;1.00 -8290;16;1115.20;9.50;676.60;4.71;1.12 -8291;16;5583.60;9.50;1617.80;2.33;1.06 -8292;16;4799.20;9.50;1142.60;2.18;0.76 -8293;16;4164.00;9.50;694.20;3.34;1.06 -8294;16;4417.00;9.50;63.20;2.44;0.96 -8295;16;4244.00;9.50;127.20;2.66;0.92 -8297;16;2576.40;9.50;731.80;1.47;1.10 -8298;16;2292.20;9.50;639.40;3.46;0.94 -8300;16;2713.40;9.50;1804.20;2.26;1.40 -8302;16;302.40;9.50;79.00;3.73;1.32 -8304;16;200.80;9.50;1825.40;3.60;1.34 -8306;16;858.40;9.50;469.80;1.92;1.40 -8307;16;5460.80;9.50;1699.00;2.53;1.22 -8308;16;3331.80;9.50;1382.60;-1.34;1.36 -8310;16;1645.60;9.50;1360.80;3.50;0.78 -8311;16;26.40;9.50;593.20;3.37;1.26 -8313;16;4266.60;9.50;856.80;1.91;0.74 -8314;16;2743.60;9.50;1556.00;1.75;0.64 -8315;16;5502.20;9.50;423.00;4.30;1.10 -8318;16;4806.80;9.50;1125.00;4.09;1.00 -8319;16;4127.20;9.50;673.60;3.17;0.96 -8321;16;4184.80;9.50;107.40;3.08;0.82 -8322;16;3856.20;9.50;170.60;2.52;1.20 -8326;16;3170.00;9.50;2012.60;-0.99;1.04 -8327;16;1051.00;9.50;377.80;4.01;1.30 -8329;16;691.80;9.50;1286.60;3.32;0.98 -8330;16;288.60;9.50;1786.80;2.49;1.54 -8331;16;350.20;9.50;1010.60;3.77;1.26 -8332;16;888.80;9.50;449.20;2.71;1.46 -8333;16;5508.00;9.50;1644.00;3.14;1.16 -8334;16;3380.40;9.50;1353.40;-1.18;1.30 -8335;16;2556.60;9.50;522.20;3.74;0.86 -8336;16;1662.60;9.50;1413.40;3.57;1.04 -8337;16;154.40;9.50;599.40;2.25;1.02 -8338;16;5358.40;9.50;1127.60;3.45;1.34 -8339;16;4125.00;9.50;890.40;2.65;1.04 -8340;16;2704.20;9.50;1607.20;-1.34;0.88 -8341;16;5590.80;9.50;473.20;2.83;1.00 -8342;16;1116.00;9.50;758.80;4.71;0.92 -8343;16;4774.60;9.50;1083.40;1.68;1.16 -8347;16;3890.00;9.50;176.60;3.58;1.36 -8348;16;2911.80;9.50;605.80;2.59;0.84 -8349;16;2511.80;9.50;796.40;3.51;1.00 -8350;16;2346.20;9.50;690.60;4.03;1.20 -8351;16;2001.40;9.50;1079.20;3.22;1.02 -8353;16;1101.20;9.50;337.00;4.33;1.06 -8355;16;665.00;9.50;1328.60;3.36;0.94 -8356;16;302.60;9.50;1816.40;3.65;1.18 -8357;16;433.40;9.50;978.40;2.59;0.80 -8358;16;814.40;9.50;426.00;2.40;1.04 -8359;16;670.80;9.50;1029.80;2.53;0.80 -8363;16;1567.40;9.50;1398.20;2.54;0.92 -8364;16;130.80;9.50;550.20;2.82;1.28 -8365;16;5457.40;9.50;1193.00;3.97;1.36 -8366;16;4165.20;9.50;910.80;3.92;0.96 -8367;16;2703.20;9.50;1737.80;4.66;1.14 -8369;16;1116.00;9.50;798.20;4.70;1.08 -8370;16;3727.80;9.50;1960.20;1.19;2.28 -8371;16;4688.80;9.50;1095.40;4.58;1.26 -8372;16;4052.20;9.50;647.40;2.06;1.10 -8373;16;4343.40;9.50;67.00;3.98;1.00 -8374;16;4179.00;9.50;201.20;3.14;1.22 -8375;16;3882.00;9.50;126.00;2.60;1.12 -8376;16;2459.40;9.50;752.00;2.88;1.00 -8377;16;2358.00;9.50;759.60;3.14;1.00 -8378;16;2005.40;9.50;1032.20;3.01;1.12 -8379;16;3469.80;9.50;1975.80;1.58;1.28 -8381;16;440.80;9.50;93.40;3.45;1.24 -8382;16;652.80;9.50;1370.00;3.09;0.80 -8384;16;455.20;9.50;1009.40;1.67;1.06 -8385;16;781.00;9.50;348.80;3.90;1.18 -8387;16;2611.60;9.50;1839.40;2.29;1.80 -8388;16;2734.80;9.50;434.80;2.65;1.00 -8389;16;1577.60;9.50;1420.20;-1.54;1.06 -8390;16;83.80;9.50;584.00;2.99;1.30 -8391;16;5511.40;9.50;1250.20;2.74;1.14 -8392;16;4108.40;9.50;833.20;3.03;0.88 -8393;16;2657.40;9.50;1639.60;2.31;0.58 -8394;16;5474.40;9.50;501.00;4.40;0.98 -8395;16;5608.40;9.50;884.00;2.39;1.26 -8396;16;4688.00;10.43;1157.40;-0.62;1.16 -8397;16;4048.20;9.50;609.00;3.81;1.08 -8399;16;4128.40;9.50;226.40;3.51;0.82 -8400;16;3963.20;9.50;170.00;2.79;1.28 -8402;16;2323.60;9.50;742.40;3.08;1.14 -8403;16;2355.80;9.50;1381.20;3.75;1.68 -8404;16;2680.40;9.50;1850.80;2.43;1.50 -8406;16;476.60;9.50;99.20;4.16;1.06 -8407;16;624.40;9.50;1331.20;1.88;0.88 -8408;16;712.60;9.50;972.00;2.86;1.36 -8409;16;289.00;9.50;1871.80;2.52;1.34 -8410;16;450.80;9.50;1050.80;1.73;1.16 -8411;16;743.40;9.50;395.20;3.75;1.06 -8412;16;4749.00;9.50;674.40;1.13;0.72 -8416;16;179.60;9.50;412.40;2.23;1.26 -8418;16;2644.40;10.88;1576.80;2.31;1.08 -8419;16;5599.20;9.75;510.60;2.82;1.22 -8420;16;5510.60;9.50;945.20;4.24;1.34 -8421;16;4772.80;9.50;1224.00;2.22;0.94 -8423;16;4407.60;9.50;102.00;2.80;0.98 -8424;16;4093.20;9.50;263.80;2.73;1.12 -8425;16;3944.20;9.50;122.00;2.26;0.98 -8426;16;2406.60;9.50;739.80;3.23;1.18 -8427;16;2295.60;9.50;754.20;2.41;1.18 -8428;16;2622.00;9.50;1917.60;3.33;1.24 -8429;16;1363.80;9.50;375.40;1.91;1.20 -8431;16;559.80;9.50;1371.60;3.97;0.82 -8432;16;338.00;9.50;1849.20;3.53;1.36 -8433;16;497.20;9.50;979.80;2.95;1.14 -8434;16;681.60;9.50;477.00;3.76;1.48 -8436;16;2453.80;9.50;1942.20;2.31;1.34 -8438;16;1696.80;9.50;1451.80;3.10;1.04 -8439;16;341.40;9.50;606.00;2.66;1.08 -8440;16;5498.60;9.50;1324.80;3.97;0.84 -8441;16;4076.20;9.50;690.40;3.35;1.08 -8442;16;2565.20;9.50;1578.00;3.85;1.04 -8443;16;1122.00;19.32;1501.20;4.70;1.00 -8445;16;4689.80;9.50;1290.60;4.66;1.32 -8446;16;4098.60;9.50;572.80;3.06;1.24 -8448;16;4042.80;9.50;299.40;3.51;1.18 -8449;16;3976.20;9.50;125.20;3.18;1.02 -8451;16;2436.00;9.50;687.00;4.06;1.04 -8452;16;2183.00;9.50;540.40;3.98;1.16 -8453;16;2407.40;9.50;1281.00;2.60;1.78 -8454;16;2633.40;9.50;1723.40;3.90;1.08 -8456;16;504.00;9.50;173.20;3.14;0.86 -8457;16;507.00;9.50;1340.80;3.37;1.22 -8458;16;399.80;9.50;1882.60;2.81;1.40 -8460;16;657.20;9.50;423.80;4.23;1.36 -8465;16;1614.20;9.50;1458.60;4.66;1.24 -8466;16;225.20;9.50;510.80;3.42;1.04 -8468;16;4261.00;9.50;548.40;2.48;0.80 -8471;16;1121.40;9.50;935.00;4.70;1.24 -8472;16;4855.80;9.50;1146.40;3.36;0.98 -8473;16;4144.80;9.50;586.00;2.90;1.18 -8474;16;4441.40;9.50;140.60;3.39;1.10 -8475;16;4032.20;9.50;340.20;3.84;0.88 -8480;16;2197.60;9.50;584.00;3.99;1.26 -8481;16;2309.80;9.50;1356.80;3.56;1.24 -8482;16;2614.20;9.50;1789.00;3.95;1.46 -8483;16;1418.60;9.50;313.60;2.92;1.34 -8485;16;488.60;9.50;1383.60;3.82;0.92 -8487;16;478.60;9.50;1063.60;3.82;1.04 -8488;16;768.80;9.50;501.40;3.28;1.26 -8489;16;3813.80;9.50;457.40;3.09;0.84 -8490;16;2455.80;9.50;1974.20;4.25;1.90 -8492;16;1627.80;9.50;1500.40;-1.28;1.20 -8493;16;293.20;9.50;383.20;2.50;1.26 -8494;16;5400.80;9.50;1217.40;2.39;1.20 -8495;16;4257.60;9.50;407.40;3.51;1.00 -8496;16;2647.20;9.50;1498.20;4.08;1.04 -8497;16;5529.00;9.50;596.60;3.40;1.52 -8499;16;4787.80;9.50;1083.20;4.61;0.82 -8500;16;4176.00;9.50;546.80;2.38;1.06 -8501;16;4368.80;9.50;168.20;3.58;0.96 -8502;16;4072.40;9.50;325.80;3.57;1.12 -8503;16;3907.20;9.50;81.20;2.24;0.96 -8505;16;2558.20;9.50;73.00;2.98;0.96 -8506;16;2522.00;9.50;671.80;2.00;1.02 -8507;16;2257.40;9.50;649.80;2.17;1.16 -8509;16;2588.80;9.50;1862.20;1.81;1.38 -8512;16;423.20;9.50;1423.60;3.36;1.28 -8513;16;278.60;10.02;1931.60;3.65;1.62 -8516;16;3821.40;9.50;501.20;2.82;0.82 -8517;16;2458.20;9.50;2024.80;1.68;1.30 -8518;16;1657.00;9.50;1551.20;-1.54;0.94 -8519;16;211.80;9.50;311.80;2.35;1.02 -8521;16;4217.00;9.50;175.00;3.14;0.82 -8522;16;2695.80;9.50;1461.20;3.71;0.72 -8524;16;5609.40;9.50;999.20;2.98;0.84 -8526;16;4165.00;9.50;507.00;3.14;1.22 -8528;16;4100.40;9.50;348.20;3.49;1.02 -8529;16;3969.80;9.50;50.60;4.14;1.16 -8531;16;2506.40;9.50;76.60;3.00;1.00 -8533;16;2351.00;9.50;1244.40;2.56;1.44 -8534;16;2427.00;9.50;1884.80;4.13;1.22 -8535;16;1513.80;9.50;253.00;2.17;1.14 -8538;16;403.80;9.50;1916.20;2.30;0.78 -8539;16;552.80;9.50;1053.60;3.70;1.12 -8541;16;3796.20;9.50;543.20;4.12;0.92 -8542;16;2646.80;9.50;1961.00;3.25;1.18 -8543;16;1706.00;9.50;1592.80;-1.31;1.14 -8544;16;48.80;9.50;316.20;2.20;1.18 -8546;16;2768.00;9.50;1460.00;1.57;0.48 -8548;16;4807.20;9.50;1000.80;1.77;1.06 -8549;16;4184.80;9.50;520.20;3.92;1.14 -8550;16;4335.20;9.50;157.40;3.39;0.92 -8551;16;4070.00;9.50;390.60;4.00;1.12 -8552;16;4053.00;9.50;53.00;2.67;1.18 -8554;16;2504.80;9.50;629.40;3.83;1.06 -8555;16;2264.40;9.50;407.20;4.02;1.18 -8556;16;2276.80;9.50;1211.40;3.51;1.20 -8557;16;2524.40;9.50;1998.60;3.74;1.64 -8558;16;1385.00;9.50;256.80;2.69;1.30 -8559;16;339.40;9.50;337.80;2.17;1.06 -8560;16;367.00;9.50;1403.40;3.71;1.08 -8562;16;484.60;9.50;933.80;2.87;1.32 -8563;16;669.40;9.50;562.00;3.47;0.96 -8564;16;3796.40;9.50;598.20;4.02;0.80 -8566;16;1796.00;9.70;1623.00;1.57;1.14 -8567;16;4511.80;9.50;196.80;1.57;1.64 -8568;16;5033.60;9.50;1093.20;3.46;1.26 -8570;16;5492.20;9.50;639.80;4.06;1.08 -8572;16;4723.80;9.50;877.20;-0.71;1.18 -8574;16;4279.80;9.50;178.00;3.79;0.88 -8575;16;4128.20;9.50;363.60;3.89;1.08 -8576;16;2434.60;9.50;84.40;2.77;1.04 -8577;16;2471.60;9.50;636.60;3.59;1.08 -8578;16;2384.20;9.50;445.60;2.57;1.24 -8579;16;2259.20;9.50;1266.20;3.76;1.36 -8580;16;2574.60;9.50;1997.40;3.84;1.54 -8582;16;341.00;9.50;293.00;3.92;0.90 -8583;16;332.00;9.50;1442.20;3.95;0.88 -8585;16;570.40;9.50;959.80;2.02;0.94 -8586;16;665.20;9.50;520.00;2.63;1.16 -8587;16;3773.20;9.50;521.80;3.74;1.00 -8588;16;2719.60;9.50;1930.60;2.57;1.26 -8589;16;1864.40;9.70;1653.80;4.08;1.22 -8590;16;247.20;9.50;169.40;3.89;1.08 -8591;16;4919.00;9.50;908.40;2.31;1.02 -8592;16;2756.20;9.50;1406.80;4.65;0.76 -8593;16;5499.80;9.50;601.20;2.42;1.30 -8594;16;5598.60;9.50;1236.80;3.04;1.20 -8595;16;4719.20;9.50;940.00;4.55;1.20 -8596;16;4214.80;9.50;480.60;3.09;1.06 -8600;16;2557.80;9.50;124.20;3.10;1.12 -8601;16;2498.60;9.50;586.20;3.26;0.92 -8605;16;1422.20;9.50;132.60;3.65;1.22 -8609;16;540.20;9.50;923.00;3.37;1.00 -8610;16;563.60;9.50;506.00;3.98;1.22 -8612;16;2771.20;9.50;1810.20;2.63;1.26 -8614;16;1796.80;9.50;1685.60;4.64;1.36 -8615;16;227.20;9.50;263.00;2.17;1.00 -8616;16;4941.00;9.50;864.60;2.02;1.28 -8618;16;2687.60;9.50;1411.40;-1.46;0.88 -8621;16;2854.00;9.50;1544.60;0.00;0.58 -8622;16;2893.20;9.50;1574.80;2.55;0.32 -8624;16;4258.00;9.50;446.60;2.61;0.74 -8625;16;4384.60;9.50;210.20;2.57;1.12 -8626;16;4119.40;9.50;431.40;2.35;0.98 -8629;16;2449.60;9.50;645.40;2.84;0.94 -8630;16;2306.20;9.50;510.20;2.50;1.34 -8631;16;2185.20;9.50;1328.60;2.13;1.22 -8632;16;2569.40;9.50;1782.40;2.80;1.08 -8634;16;432.20;9.50;357.20;2.93;1.00 -8636;16;107.80;9.50;1995.00;3.75;0.88 -8637;16;542.00;9.50;873.20;3.14;1.20 -8638;16;642.00;9.50;468.40;2.56;1.32 -8639;16;3434.80;9.50;486.00;4.01;1.30 -8640;16;2794.20;9.50;1948.00;3.17;1.02 -8641;16;2291.00;9.50;233.80;2.98;1.14 -8642;16;1821.60;9.50;1711.40;1.00;1.46 -8644;16;4868.60;9.50;743.60;3.25;0.98 -8645;16;4162.60;9.50;283.40;3.56;1.12 -8646;16;2639.60;9.50;1467.80;3.97;1.22 -8647;16;5429.40;9.50;626.60;3.53;0.80 -8648;16;5595.20;9.50;1716.00;3.95;0.82 -8650;16;4200.40;9.50;422.60;3.75;1.06 -8651;16;4297.80;9.50;224.80;2.86;0.78 -8654;16;2504.00;9.50;123.20;3.14;1.00 -8655;16;2413.40;9.50;605.20;3.60;0.98 -8656;16;2280.60;9.50;473.60;2.52;1.32 -8657;16;2202.20;9.50;1386.00;3.17;1.20 -8658;16;2468.80;9.50;1832.80;2.59;1.38 -8659;16;1412.00;9.50;198.20;3.94;1.32 -8660;16;432.20;12.54;379.40;-0.14;1.08 -8661;16;773.60;9.50;969.80;2.87;1.14 -8663;16;499.00;9.50;877.80;1.66;1.16 -8665;16;3470.00;9.50;432.40;4.39;1.08 -8666;16;2821.40;9.50;1879.40;3.77;0.90 -8668;16;1889.80;9.50;1757.20;3.08;1.08 -8669;16;519.20;9.50;449.60;2.96;0.90 -8670;16;4770.00;9.50;740.00;4.06;1.14 -8671;16;4238.40;9.50;485.60;3.92;0.82 -8672;16;2623.80;9.50;1452.00;3.30;1.02 -8673;16;5498.80;9.50;679.20;2.06;1.22 -8674;16;1121.00;13.05;1315.80;4.71;1.12 -8676;16;4698.20;9.50;949.40;0.64;1.10 -8677;16;4290.60;9.50;487.00;3.52;0.90 -8678;16;4344.80;9.50;241.60;2.87;1.12 -8679;16;4123.20;9.50;465.60;3.89;1.14 -8680;16;2528.20;9.50;182.00;2.46;1.20 -8684;16;2373.80;9.50;1854.80;3.10;1.10 -8685;16;1533.20;9.50;72.40;3.46;1.06 -8686;16;362.00;9.50;371.40;3.14;0.96 -8687;16;283.80;9.50;1448.60;2.60;1.32 -8688;16;197.20;9.50;2026.20;2.09;0.90 -8691;16;3459.40;9.50;368.20;2.98;1.36 -8692;16;2914.80;9.50;2008.20;3.10;1.24 -8693;16;2605.60;9.50;491.20;3.90;1.04 -8694;16;1870.60;9.50;1950.60;3.25;1.36 -8695;16;497.80;9.50;406.80;2.91;1.12 -8696;16;4780.60;9.50;778.00;4.49;0.96 -8697;16;4151.00;9.50;428.80;3.58;1.14 -8698;16;2635.40;9.50;1410.00;3.47;0.92 -8699;16;5492.80;9.50;752.00;3.09;1.02 -8700;16;5578.80;9.50;1384.40;4.15;1.22 -8701;16;4681.80;9.50;923.00;1.87;0.54 -8703;16;4302.60;9.50;275.00;3.06;0.92 -8704;16;4088.40;9.50;461.40;2.72;1.04 -8705;16;2485.80;9.50;182.80;2.35;1.16 -8706;16;1518.20;9.50;811.40;2.76;0.98 -8707;16;2876.60;9.50;744.00;3.24;0.92 -8708;16;2147.20;9.50;1441.20;3.18;1.42 -8709;16;2370.40;9.50;1910.00;3.68;1.24 -8711;16;373.40;9.50;416.20;3.01;1.02 -8715;16;752.20;9.50;593.40;2.76;1.02 -8716;16;2101.20;9.50;481.20;3.00;1.04 -8718;16;2533.20;9.50;525.60;2.86;1.04 -8720;16;667.80;9.50;389.40;2.53;1.34 -8721;16;4854.00;9.50;914.00;2.60;1.38 -8723;16;2577.20;9.50;1433.60;3.60;1.56 -8724;16;5416.80;9.50;718.20;3.34;1.00 -8725;16;5625.00;9.50;1457.40;3.14;0.26 -8727;16;4672.20;9.50;807.60;4.19;1.32 -8728;16;4369.20;9.50;546.20;2.20;0.88 -8730;16;4050.20;9.50;509.80;3.33;0.88 -8731;16;2416.00;9.50;169.60;2.63;1.20 -8733;16;2702.80;9.50;721.20;4.14;0.74 -8734;16;2192.80;9.50;1443.80;3.29;1.12 -8737;16;246.00;9.50;426.20;2.34;1.32 -8738;16;123.80;9.50;1347.00;3.56;0.94 -8740;16;420.40;9.50;794.60;2.48;1.20 -8741;16;803.00;9.50;590.60;3.56;0.94 -8742;16;3365.60;9.50;1026.80;4.26;1.08 -8746;16;1395.00;9.50;783.60;2.78;1.12 -8747;16;4808.80;9.50;972.80;3.38;0.90 -8749;16;2645.80;9.50;1348.20;3.03;0.64 -8750;16;5415.00;9.50;761.80;3.33;1.04 -8751;16;4745.00;10.19;803.40;-1.19;0.86 -8752;16;4294.60;9.50;518.00;3.00;0.70 -8753;16;4230.00;9.50;271.00;2.49;1.04 -8756;16;2623.00;9.50;582.00;1.97;0.86 -8757;16;2648.40;9.50;738.60;3.35;1.18 -8758;16;2238.60;9.50;1438.20;3.24;0.96 -8759;16;2350.00;9.50;1963.20;3.47;1.46 -8761;16;278.20;9.50;431.60;3.80;1.16 -8762;16;116.80;9.50;1401.80;2.95;1.16 -8763;16;403.40;9.50;1805.00;3.20;1.54 -8764;16;327.40;9.50;882.00;2.73;1.16 -8765;16;739.60;9.50;662.20;2.93;1.48 -8766;16;3392.80;9.50;973.00;4.23;1.14 -8768;16;1579.60;9.50;1935.60;3.10;1.38 -8769;16;849.60;9.50;405.80;4.11;1.16 -8770;16;4931.00;9.50;1079.40;2.65;1.38 -8771;16;4101.00;9.50;512.40;3.14;1.20 -8772;16;2669.80;9.50;1267.80;1.70;0.82 -8773;16;5388.40;9.50;740.80;1.61;1.26 -8774;16;4684.60;9.50;747.80;1.24;1.16 -8775;16;4289.40;9.50;552.80;3.82;0.90 -8776;16;4194.60;9.50;319.60;3.67;1.08 -8777;16;4048.80;9.50;572.20;2.77;0.76 -8778;16;2366.00;9.50;129.80;2.00;1.32 -8779;16;2552.80;9.50;587.60;2.56;0.84 -8780;16;2597.00;9.50;779.60;2.40;1.18 -8781;16;2144.20;9.50;1502.00;3.17;0.98 -8783;16;247.80;9.50;313.20;3.10;1.20 -8784;16;161.60;9.50;1384.00;3.87;0.80 -8785;16;455.20;9.50;1790.60;3.67;1.36 -8786;16;293.00;9.50;926.20;2.89;1.38 -8788;16;3631.40;9.50;886.80;2.58;1.30 -8789;16;2871.60;9.50;2016.80;2.43;1.20 -8790;16;919.40;9.50;173.60;3.92;1.38 -8791;16;4868.40;9.50;1191.40;4.42;1.34 -8792;16;4129.80;9.50;535.40;3.10;1.12 -8793;16;2761.80;9.50;1260.00;3.68;0.68 -8794;16;5361.80;9.50;706.20;2.89;0.98 -8796;16;5172.80;9.50;1442.00;2.90;0.92 -8797;16;4682.60;9.50;712.80;2.03;1.26 -8799;16;4245.60;9.50;302.00;4.01;0.86 -8800;16;4025.20;9.50;608.60;2.82;1.00 -8801;16;2415.20;9.50;239.00;3.17;0.84 -8802;16;2596.00;9.50;546.40;3.14;0.80 -8803;16;2573.80;9.50;816.00;2.63;1.22 -8804;16;2131.80;9.50;1537.80;4.15;1.38 -8809;16;521.20;9.50;1806.60;3.36;1.24 -8814;16;1917.00;9.50;74.40;3.79;1.04 -8815;16;1480.00;9.50;1914.20;2.24;1.58 -8818;16;4081.40;9.50;641.60;3.53;0.80 -8819;16;2819.60;9.50;1285.00;3.63;0.80 -8822;16;4702.80;9.50;668.00;1.38;1.00 -8823;16;4291.40;9.50;616.60;3.21;0.80 -8824;16;4234.60;9.50;351.60;3.27;1.20 -8827;16;2376.40;9.50;208.60;3.03;1.28 -8828;16;2533.80;9.50;548.20;4.41;0.82 -8829;16;2491.80;9.50;847.60;3.10;1.32 -8831;16;2301.00;9.50;1848.40;3.14;1.40 -8833;16;201.20;9.50;368.80;2.80;1.28 -8834;16;259.60;9.50;1505.20;2.52;1.08 -8835;16;577.20;9.50;1754.60;2.31;1.12 -8837;16;813.60;9.50;698.80;3.60;1.18 -8840;16;2615.40;9.50;1503.80;2.77;1.24 -8841;16;1528.00;9.50;1960.40;2.79;1.22 -8843;16;5101.40;9.50;1368.80;3.72;1.16 -8844;16;3931.40;9.50;751.80;2.67;0.66 -8845;16;2845.40;9.50;1339.80;2.45;0.92 -8846;16;5316.80;9.50;663.20;3.11;1.50 -8848;16;4696.60;9.50;733.40;3.42;0.86 -8851;16;4178.20;9.50;244.00;2.94;1.02 -8853;16;2344.60;9.50;266.60;3.94;1.16 -8855;16;2483.60;9.50;800.40;2.73;1.00 -8856;16;2208.20;9.50;1506.00;3.78;1.16 -8857;16;1538.60;9.50;985.60;4.30;1.12 -8859;16;117.00;9.50;349.40;3.87;1.38 -8860;16;178.60;9.50;1499.60;3.05;1.12 -8861;16;354.00;9.50;1772.00;3.92;1.42 -8862;16;390.80;9.50;917.80;3.09;0.76 -8864;16;1870.40;9.50;1609.40;3.05;1.08 -8865;16;2574.80;9.50;1664.60;3.12;1.14 -8868;16;1327.60;9.50;491.40;2.93;1.20 -8870;16;3927.20;9.50;263.60;2.52;1.06 -8871;16;2870.00;9.50;1320.80;3.83;0.94 -8872;16;5320.20;9.50;591.20;1.73;1.70 -8873;16;5484.60;9.50;1286.40;2.37;1.28 -8874;16;4666.60;9.50;98.20;3.54;0.86 -8875;16;4265.60;9.50;628.20;2.85;0.90 -8876;16;4209.40;9.50;363.40;2.35;0.98 -8879;16;2462.60;9.50;538.60;3.23;1.14 -8880;16;2427.80;9.50;837.40;3.85;1.10 -8881;16;2281.40;9.50;1416.20;3.67;1.28 -8884;16;137.20;9.50;279.40;3.17;1.16 -8885;16;125.40;9.50;1172.60;2.18;1.00 -8887;16;358.40;9.50;964.00;3.24;0.96 -8888;16;908.80;9.50;709.60;3.24;1.12 -8889;16;2543.40;9.50;867.20;1.54;1.04 -8892;16;1389.40;9.50;517.80;3.02;1.16 -8893;16;5226.60;9.50;1476.20;1.80;0.90 -8894;16;3929.80;9.50;695.60;2.09;0.92 -8895;16;2921.00;9.50;1342.00;2.35;0.92 -8896;16;5289.00;9.50;667.20;2.33;1.06 -8898;16;4816.60;9.50;638.20;4.49;0.96 -8899;16;4250.20;9.50;518.80;2.89;0.78 -8901;16;4122.60;9.50;308.80;2.87;1.06 -8902;16;2334.80;9.50;264.40;3.00;1.18 -8903;16;2484.60;9.50;492.60;3.67;1.08 -8904;16;2416.40;9.50;796.80;3.82;1.00 -8907;16;83.60;9.50;254.00;2.86;1.14 -8908;16;91.20;9.50;1125.40;2.76;0.92 -8909;16;454.60;9.50;1735.40;2.25;1.32 -8910;16;563.40;9.50;815.20;1.82;1.18 -8911;16;920.80;9.50;640.80;2.91;1.00 -8912;16;2542.20;9.50;1333.80;4.18;1.42 -8914;16;1520.20;9.50;2018.60;4.19;1.62 -8916;16;5375.40;9.50;1457.80;2.74;1.26 -8917;16;4030.00;9.50;513.80;2.38;1.04 -8918;16;2898.20;9.50;1378.80;3.74;0.84 -8919;16;5227.40;9.50;670.80;2.67;1.10 -8920;16;5564.60;9.50;1278.20;2.74;1.14 -8922;16;4212.80;9.50;554.60;3.09;0.84 -8923;16;4721.80;9.50;139.00;3.68;0.78 -8924;16;4285.40;9.50;443.40;3.49;1.24 -8925;16;4154.00;9.50;329.40;3.35;0.96 -8926;16;2286.60;9.50;175.40;3.23;1.18 -8927;16;2436.20;9.50;502.60;3.43;0.94 -8929;16;2332.40;9.50;1445.80;4.30;1.40 -8930;16;1639.40;9.50;2025.20;4.36;1.18 -8931;16;1256.60;9.50;90.40;2.73;1.22 -8934;16;359.80;9.50;1707.40;3.95;1.16 -8936;16;961.80;9.50;680.00;3.10;1.02 -8937;16;2646.00;9.50;1208.80;4.08;0.90 -8938;16;1555.40;9.50;566.00;2.09;1.02 -8940;16;3933.60;9.50;471.00;3.29;0.86 -8941;16;2941.00;9.50;1273.20;0.76;0.90 -8943;16;5556.20;9.50;1329.40;3.39;1.02 -8944;16;1118.80;10.14;1862.00;4.70;1.40 -8945;16;4962.00;9.50;544.20;1.33;1.32 -8946;16;4236.00;9.50;588.20;2.47;0.86 -8947;16;4296.60;9.50;370.60;4.46;1.14 -8948;16;4608.20;9.50;245.00;3.49;1.32 -8949;16;2235.60;9.50;189.60;3.67;1.12 -8951;16;2359.20;9.50;818.00;3.37;1.20 -8952;16;2287.60;9.50;1459.60;2.75;1.10 -8953;16;1734.80;9.50;1980.00;3.70;1.38 -8955;16;4509.60;9.50;262.00;1.57;1.16 -8956;16;52.60;9.50;1141.00;1.92;1.24 -8958;16;457.00;9.50;786.20;3.81;1.26 -8959;16;931.60;9.50;595.00;3.88;1.16 -8960;16;2622.40;9.50;1193.60;2.85;1.22 -8961;16;1783.80;9.50;51.00;4.04;1.02 -8965;16;2976.20;9.50;1313.80;3.62;0.98 -8966;16;5439.60;9.50;502.60;3.05;1.02 -8967;16;5501.40;9.50;1376.60;3.70;0.86 -8968;16;1118.80;11.04;1797.80;4.71;1.58 -8969;16;4898.00;9.50;527.40;1.95;0.78 -8970;16;4190.80;9.50;584.60;2.56;0.96 -8971;16;4333.60;9.50;445.60;3.06;0.88 -8972;16;4622.40;9.50;284.80;2.01;1.16 -8976;16;2347.60;9.50;872.20;3.05;1.08 -8977;16;2220.40;9.50;1552.60;3.63;1.42 -8978;16;1623.80;9.50;2041.60;1.94;0.64 -8979;16;1174.00;9.50;109.60;3.29;1.46 -8981;16;725.80;9.50;1013.40;3.09;1.02 -8982;16;478.80;9.50;1682.80;4.17;1.06 -8983;16;449.40;9.50;746.60;2.60;1.14 -8985;16;2548.80;9.50;1287.40;3.94;1.38 -8986;16;1807.40;9.50;77.00;1.57;1.14 -8987;16;1459.80;9.50;513.20;3.77;0.96 -8989;16;2460.00;9.50;1557.80;3.49;1.28 -8990;16;5461.80;9.50;543.40;1.91;1.22 -8991;16;5431.80;9.50;1337.60;4.50;1.02 -8993;16;4962.80;9.50;429.80;4.28;1.12 -8994;16;4129.20;9.50;618.20;4.28;1.00 -8995;16;4375.20;9.50;446.40;2.96;0.98 -8996;16;4556.40;9.50;294.80;3.40;1.00 -8997;16;2258.60;9.50;138.80;3.44;0.98 -8998;16;2444.60;9.50;445.80;2.82;1.24 -8999;16;2461.80;9.50;878.60;2.67;1.16 -9001;16;1523.40;9.50;1907.80;3.19;1.50 -9003;16;25.80;9.50;384.40;3.28;1.10 -9008;16;2405.80;9.50;1436.20;3.84;1.22 -9009;16;1811.60;9.50;188.60;4.12;1.56 -9010;16;1345.60;9.50;433.00;3.40;1.24 -9011;16;5608.80;9.50;1611.60;2.87;1.10 -9012;16;3867.60;9.50;368.20;3.24;0.92 -9013;16;3027.00;9.50;1255.00;1.73;1.32 -9014;16;5330.40;9.50;505.20;-1.55;1.00 -9015;16;5405.80;9.50;1280.80;3.29;1.28 -9016;16;5615.80;9.50;1945.20;2.92;1.10 -9020;16;4615.80;9.50;341.60;2.38;1.20 -9022;16;2402.20;9.50;409.20;3.73;1.04 -9023;16;2711.20;9.50;2009.40;4.03;1.44 -9024;16;2411.80;9.50;880.80;2.53;1.02 -9025;16;2252.20;9.50;1582.40;4.33;1.48 -9026;16;1288.20;9.50;193.40;2.33;1.04 -9027;16;69.00;9.50;412.60;3.77;1.32 -9029;16;431.00;9.50;1612.00;3.14;1.04 -9030;16;498.00;9.50;751.80;3.79;1.28 -9031;16;754.20;9.50;450.00;2.79;1.26 -9037;16;1922.80;9.50;240.40;3.10;1.12 -9040;16;1230.60;9.50;399.60;2.13;1.12 -9049;16;3081.40;9.50;1163.00;-1.03;0.86 -9053;16;5348.60;9.50;1245.00;3.29;1.08 -9057;16;4790.00;9.50;454.20;2.79;0.86 -9058;16;4251.00;9.50;642.60;2.27;0.92 -9062;16;4400.60;9.50;398.20;3.81;0.98 -9063;16;4573.80;9.50;362.80;2.84;1.14 -9070;16;2231.60;9.50;89.00;3.06;0.88 -9071;16;2450.00;9.50;272.20;3.34;1.16 -9072;16;2397.60;9.50;932.60;3.94;1.26 -9076;16;2340.60;9.50;1507.80;3.44;1.58 -9080;16;1210.40;9.50;170.80;2.61;1.40 -9081;16;96.80;9.50;435.80;4.57;0.94 -9085;16;13.40;9.50;1220.40;3.25;0.84 -9086;16;332.20;9.50;1641.60;3.91;1.30 -9087;16;336.60;9.50;691.80;3.50;1.30 -9091;16;1455.00;9.50;628.20;2.66;1.38 -9092;16;1564.40;9.50;1823.60;2.32;1.22 -11748;16;2832.20;9.50;1538.00;2.19;0.36 -12389;16;2818.40;9.50;1523.00;2.60;0.28 -13004;16;2818.60;9.50;1552.20;2.48;0.34 -13006;16;2729.60;9.50;1533.80;2.31;0.48 -13007;16;2720.20;9.50;1516.00;3.24;0.54 -4;17;3187.20;9.50;1857.20;1.52;0.88 -5;17;2880.60;9.50;1638.00;3.85;0.82 -13;17;1357.80;9.50;326.20;3.27;1.34 -16;17;5279.80;9.50;1578.40;2.57;1.18 -20;17;3148.00;9.50;1195.80;1.14;0.68 -24;17;5234.20;9.50;522.40;3.00;0.98 -25;17;5349.60;9.50;1296.60;3.06;1.18 -28;17;4760.40;9.50;490.00;4.07;0.92 -33;17;4481.00;9.50;374.60;2.40;1.00 -34;17;3936.80;9.50;803.40;3.51;1.02 -43;17;2412.60;9.50;984.20;3.26;1.22 -55;17;287.60;9.50;1614.20;3.81;1.42 -56;17;382.40;9.50;709.20;3.60;1.00 -209;17;3353.00;9.50;1852.00;-0.64;1.70 -210;17;2548.80;9.50;1107.80;3.47;1.40 -220;17;5185.40;9.50;1509.20;2.26;1.08 -224;17;3965.00;9.50;830.60;3.49;1.08 -225;17;3162.80;9.50;1250.80;3.10;0.74 -229;17;5234.40;9.94;549.00;0.91;1.06 -244;17;3844.20;9.50;81.00;2.37;1.06 -249;17;2204.20;9.50;174.20;3.18;0.80 -411;17;3131.60;9.50;1827.20;4.41;0.86 -423;17;5315.20;9.50;1621.20;4.12;1.08 -427;17;3944.20;9.50;916.60;2.42;1.02 -428;17;3213.60;9.50;1226.20;3.78;1.00 -430;17;5122.60;9.50;519.20;-0.29;1.88 -431;17;5399.20;9.50;1369.00;2.79;1.30 -435;17;4747.00;9.50;484.20;3.48;0.62 -436;17;4329.60;9.50;681.60;2.09;1.08 -448;17;2490.60;9.50;1042.20;3.49;1.60 -451;17;1382.00;9.50;1983.60;2.90;1.84 -456;17;4.80;9.50;480.60;4.09;1.06 -459;17;90.80;9.50;1300.40;3.60;0.92 -593;17;3078.60;9.50;1770.80;-1.02;1.08 -608;17;3900.20;9.50;986.00;3.20;1.50 -609;17;3347.80;9.50;1221.80;2.35;0.78 -616;17;4755.20;9.50;431.80;3.62;0.64 -617;17;4295.40;9.50;663.80;3.40;0.96 -623;17;3830.20;9.50;691.40;3.46;0.78 -626;17;3766.60;9.50;111.60;3.07;1.32 -631;17;2167.60;9.50;80.00;3.76;0.90 -632;17;2381.20;9.50;345.40;3.00;1.28 -635;17;2473.60;9.50;1442.20;3.26;1.44 -786;17;3133.80;9.50;1787.20;2.47;0.82 -802;17;3805.20;9.50;985.40;3.17;0.98 -803;17;3296.20;9.50;1180.20;4.46;0.72 -807;17;5131.20;9.50;633.60;2.03;1.08 -808;17;5306.60;9.50;1334.40;2.55;1.16 -811;17;4736.60;9.50;418.00;2.91;0.88 -812;17;4343.40;9.50;639.00;4.09;1.10 -816;17;3817.60;9.50;654.00;2.54;0.98 -825;17;2311.00;9.50;322.60;4.00;1.26 -826;17;2509.60;9.50;1141.80;3.44;1.36 -830;17;2517.40;9.50;1512.40;3.49;1.30 -838;17;42.80;9.50;1344.60;2.48;1.04 -839;17;276.80;9.50;1552.60;3.32;1.02 -842;17;1419.00;9.50;693.00;2.94;1.24 -990;17;3147.40;9.50;1742.80;1.64;0.62 -995;17;2250.80;9.50;714.00;2.79;1.16 -1008;17;3294.40;9.50;1217.40;2.59;0.66 -1158;17;4827.00;9.50;1197.00;0.00;0.80 -1211;17;3099.40;9.50;1736.60;4.18;0.92 -1212;17;2621.60;9.50;756.00;2.86;1.18 -1218;17;2192.60;9.50;1768.80;3.69;1.06 -1226;17;3870.60;9.50;811.20;2.78;0.82 -1232;17;5216.60;9.50;1250.00;1.95;1.36 -1236;17;4359.80;9.50;605.40;4.39;0.94 -1250;17;2343.20;9.50;390.40;3.02;1.24 -1259;17;1277.00;9.50;242.60;3.64;1.10 -1434;17;3250.40;9.50;1731.80;1.39;0.62 -1435;17;2873.20;9.50;602.00;2.76;0.96 -1447;17;5533.60;9.50;1751.60;2.14;1.30 -1452;17;3003.20;9.50;1330.60;4.03;1.24 -1465;17;4514.40;9.50;190.00;3.05;1.24 -1471;17;3013.20;9.50;91.00;2.70;1.06 -1475;17;2091.60;9.50;87.80;3.39;0.92 -1477;17;2496.20;9.50;1281.00;3.37;1.22 -1660;17;3197.00;9.50;1724.20;1.53;0.60 -1661;17;2797.60;9.50;732.80;2.32;0.74 -1669;17;2011.80;9.50;1866.00;3.71;1.60 -1681;17;5067.20;9.50;756.80;3.67;1.56 -1687;17;4304.80;9.50;706.20;1.97;0.78 -1691;17;4421.00;9.50;243.00;3.81;1.10 -1701;17;2524.80;9.50;1211.80;3.10;1.08 -1705;17;2397.60;9.50;1716.60;3.76;1.56 -1711;17;205.20;9.50;462.20;2.78;1.00 -1715;17;67.80;9.50;1401.40;2.76;1.34 -1885;17;3155.80;9.50;1684.40;-1.46;0.74 -1886;17;2913.20;9.50;712.40;2.90;0.96 -1906;17;5136.60;9.50;745.80;3.44;1.22 -1907;17;5158.00;9.50;1160.80;3.45;1.26 -1911;17;4632.80;9.50;368.60;3.53;1.26 -1931;17;2163.00;9.50;947.20;3.94;1.36 -1935;17;1190.60;9.50;236.60;3.59;1.42 -2107;17;3147.60;9.50;1686.20;1.10;1.20 -2118;17;3749.80;9.50;855.00;2.42;1.28 -2119;17;5523.40;9.50;72.60;3.20;1.24 -2121;17;5122.80;9.50;815.80;2.66;1.44 -2122;17;5099.60;9.50;1128.00;2.76;1.16 -2124;17;4704.20;9.50;523.40;1.17;1.04 -2125;17;4270.60;9.50;751.20;3.29;0.96 -2128;17;3802.00;9.50;808.80;3.76;1.10 -2135;17;2564.60;9.50;1160.80;3.50;0.92 -2137;17;2388.00;9.50;1590.80;2.06;1.14 -2138;17;2110.80;9.50;954.20;3.67;0.94 -2144;17;373.60;9.50;1489.20;3.24;1.22 -2148;17;1409.80;9.50;944.00;2.90;1.04 -2230;17;3096.40;9.50;1689.00;1.20;0.92 -2231;17;2992.20;9.50;559.20;2.61;0.94 -2232;17;1682.00;9.50;1082.20;3.76;0.76 -2235;17;3717.40;9.50;803.40;2.80;1.14 -2236;17;5483.40;9.81;31.80;2.41;0.76 -2239;17;4648.00;9.50;528.00;1.76;0.66 -2243;17;3020.00;9.50;135.80;3.58;1.04 -2246;17;2619.00;9.50;1127.00;2.11;1.12 -2247;17;2420.60;9.50;1615.40;3.03;1.44 -2249;17;1086.40;9.50;191.20;2.82;1.42 -2251;17;69.00;9.50;1456.00;3.46;1.32 -2256;17;3128.40;9.50;1652.60;1.86;1.12 -2258;17;1613.40;9.50;1081.20;4.60;1.50 -2263;17;5231.20;9.50;782.00;2.37;1.42 -2264;17;5154.80;9.50;1210.20;2.42;1.02 -2265;17;4648.60;9.50;506.40;2.25;0.94 -2266;17;4216.80;9.50;756.00;3.27;1.12 -2271;17;2153.60;9.50;219.60;3.43;1.12 -2272;17;2650.00;9.50;1168.40;2.65;0.80 -2275;17;1106.20;9.50;285.80;2.55;1.72 -2282;17;3063.00;9.50;1659.40;3.79;0.70 -2284;17;1513.20;9.50;1031.60;4.65;0.84 -2288;17;3693.20;9.50;756.60;2.72;1.22 -2291;17;4700.80;9.50;500.80;2.04;1.32 -2292;17;4221.00;9.50;809.20;2.88;0.96 -2295;17;2953.00;9.50;114.40;2.92;1.12 -2297;17;2213.60;9.50;313.00;3.06;1.10 -2300;17;2594.40;9.50;1359.00;2.65;1.08 -2301;17;1015.80;9.50;310.20;2.86;1.58 -2306;17;629.20;9.50;660.00;2.49;1.38 -2307;17;1277.20;9.50;997.00;4.18;1.24 -2309;17;3113.20;9.50;1617.20;1.32;0.60 -2311;17;1586.80;9.50;937.60;2.37;1.20 -2312;17;2059.40;9.50;1590.60;3.92;1.56 -2313;17;587.40;9.50;145.80;2.31;1.34 -2315;17;5286.00;9.50;718.40;3.76;1.08 -2316;17;5081.60;9.50;1182.40;3.27;0.94 -2317;17;4708.40;9.50;480.80;2.29;0.92 -2318;17;4161.00;9.50;747.00;3.60;1.10 -2320;17;3845.60;9.50;905.60;3.25;1.04 -2321;17;2984.80;9.50;169.40;2.69;1.18 -2324;17;2285.20;9.50;940.80;3.92;1.34 -2326;17;2472.00;9.50;1380.80;3.99;1.26 -2330;17;686.80;9.50;685.00;3.25;1.46 -2331;17;1348.60;9.50;1045.00;3.08;1.30 -2333;17;3039.80;9.67;1625.20;-1.46;0.88 -2335;17;1523.60;9.50;854.40;3.05;1.22 -2336;17;2106.40;9.50;1465.00;2.51;1.34 -2338;17;3733.20;9.50;566.60;2.99;1.02 -2341;17;4628.80;9.50;457.20;3.92;1.16 -2353;17;8.40;9.50;1542.40;3.22;0.52 -2355;17;731.40;9.50;725.00;2.78;1.28 -2358;17;3014.20;9.70;1610.00;4.71;0.60 -2359;17;3198.20;9.50;82.60;2.57;1.10 -2361;17;1928.40;9.50;1675.20;3.87;1.52 -2362;17;758.60;9.50;121.00;3.42;1.44 -2364;17;5294.20;9.50;805.20;2.35;0.90 -2367;17;4580.00;9.50;418.40;3.43;1.14 -2370;17;3966.20;9.50;867.40;2.31;0.80 -2372;17;2226.00;9.50;393.00;2.35;1.08 -2374;17;2508.20;9.50;1628.00;3.85;1.06 -2375;17;2622.00;9.50;1240.80;2.90;1.06 -2380;17;1217.00;9.50;1033.00;3.14;0.98 -2382;17;3017.00;9.50;1629.60;1.76;0.52 -2383;17;3328.60;9.50;119.40;3.24;1.06 -2384;17;1476.20;9.50;763.40;2.90;1.08 -2387;17;3685.40;9.50;433.40;3.43;1.10 -2389;17;5360.00;9.50;809.60;3.56;1.06 -2390;17;5081.00;9.50;1071.00;3.46;1.02 -2392;17;4137.00;9.50;799.00;3.33;0.96 -2394;17;3938.20;9.50;952.20;2.09;1.26 -2398;17;2214.40;9.50;833.00;2.94;0.92 -2400;17;2707.60;9.50;1236.80;2.32;0.72 -2402;17;480.40;9.50;557.80;2.74;1.30 -2405;17;611.60;9.50;710.60;2.45;1.30 -2406;17;1133.60;9.50;1034.60;3.67;1.04 -2408;17;2983.20;9.50;1619.60;0.84;0.84 -2409;17;3385.20;9.50;212.00;2.63;1.20 -2410;17;1542.20;9.50;668.20;3.50;1.08 -2412;17;1322.00;9.50;101.80;3.14;1.42 -2413;17;3716.20;9.50;238.40;2.43;1.06 -2414;17;5496.60;9.50;793.40;2.50;1.00 -2415;17;5045.80;9.50;990.80;2.35;1.22 -2416;17;4557.20;9.50;513.20;3.66;0.90 -2419;17;3851.80;9.50;944.80;3.38;0.94 -2420;17;3023.80;9.50;225.20;3.53;1.30 -2423;17;2198.40;9.50;895.80;3.58;1.02 -2425;17;2046.20;9.50;1580.20;3.05;1.10 -2426;17;881.60;9.50;211.20;2.90;1.50 -2427;17;400.60;9.50;556.40;3.65;0.86 -2431;17;2969.80;9.50;1661.20;-1.51;0.70 -2440;17;4594.20;9.50;506.20;3.31;1.28 -2441;17;3999.00;9.50;780.40;2.42;1.12 -2442;17;4622.80;9.50;143.20;3.10;1.08 -2445;17;2388.40;9.50;53.00;3.22;1.06 -2455;17;2940.40;9.50;1692.20;-1.53;1.16 -2457;17;1665.20;9.50;391.40;3.00;1.40 -2458;17;1746.00;9.50;1565.80;3.25;1.54 -2459;17;1374.60;9.50;196.20;3.07;1.32 -2460;17;5137.60;9.50;1687.80;2.97;1.72 -2462;17;5530.40;9.50;866.40;2.42;1.40 -2463;17;5019.20;10.05;1049.20;3.21;1.14 -2465;17;4007.00;9.50;701.20;2.74;0.94 -2466;17;4528.60;9.50;127.80;3.69;1.16 -2473;17;2602.80;9.50;1689.80;3.42;1.26 -2477;17;675.00;9.50;1419.00;2.60;1.04 -2479;17;1142.40;9.50;1138.80;2.61;1.24 -2486;17;3756.60;9.50;174.00;3.79;1.24 -2490;17;4519.40;9.50;519.80;3.57;0.86 -2491;17;3965.80;9.50;737.80;2.86;1.26 -2500;17;1605.20;9.50;1187.00;3.20;0.70 -2502;17;306.00;9.50;551.60;1.80;1.00 -2504;17;579.80;9.50;809.00;3.91;1.24 -2506;17;2893.60;9.50;1680.80;4.66;1.42 -2508;17;1672.20;9.50;159.60;3.20;0.94 -2510;17;5017.80;9.50;1553.60;2.43;0.80 -2513;17;4992.00;9.50;1099.00;2.67;1.42 -2514;17;4482.00;9.50;527.00;3.60;0.94 -2516;17;4693.60;9.50;128.80;2.10;0.74 -2519;17;3008.80;9.50;278.00;3.30;1.02 -2520;17;2303.60;9.50;61.20;3.26;1.26 -2522;17;2133.60;9.50;886.00;3.07;1.00 -2523;17;2540.00;9.50;1740.00;3.28;1.60 -2530;17;2890.00;9.50;1760.60;2.61;0.84 -2534;17;5018.80;9.50;1491.00;2.57;0.82 -2535;17;5323.40;9.50;862.40;2.70;1.28 -2536;17;4999.80;9.50;1167.00;3.24;1.10 -2545;17;2097.80;9.50;916.60;2.87;1.16 -2547;17;1613.40;9.50;1055.60;2.45;1.22 -2549;17;228.80;9.50;609.20;2.32;1.16 -2551;17;645.60;9.50;1476.60;2.45;1.18 -2554;17;2975.20;10.16;1833.20;0.94;1.36 -2556;17;141.20;9.50;1998.60;4.09;1.16 -2557;17;1563.40;9.50;204.00;3.41;1.32 -2558;17;5022.80;9.50;624.80;1.84;0.94 -2559;17;4945.20;9.50;1137.40;3.17;1.28 -2562;17;3972.40;9.50;662.00;2.60;0.90 -2564;17;3885.80;9.50;1016.40;2.27;0.88 -2569;17;2069.00;9.50;887.60;2.08;1.48 -2571;17;1718.60;9.70;1070.20;-1.51;1.36 -2579;17;3631.20;9.50;468.00;3.55;1.02 -2580;17;1874.80;9.50;123.80;3.87;1.30 -2583;17;5011.20;9.50;1415.80;2.01;1.44 -2585;17;4959.80;9.50;648.00;2.01;1.08 -2590;17;3852.00;9.50;1043.80;2.83;1.10 -2594;17;2126.80;9.50;430.20;2.61;0.94 -2596;17;2415.40;9.50;1811.40;2.90;1.38 -2597;17;1806.40;9.50;1047.20;-1.54;1.02 -2601;17;724.80;9.50;1555.20;3.50;1.18 -2606;17;1963.20;9.50;194.80;2.38;1.58 -2607;17;46.80;9.50;1948.60;2.48;1.06 -2609;17;4802.80;9.50;1307.80;-1.43;1.28 -2612;17;4933.20;9.50;1206.00;3.49;1.16 -2613;17;5468.60;9.50;1801.20;3.07;1.44 -2614;17;4503.20;9.50;478.60;2.60;1.06 -2619;17;2883.60;9.50;279.60;3.73;0.84 -2627;17;592.40;9.50;1558.80;3.46;1.02 -2633;17;1605.80;9.50;352.20;2.75;1.46 -2636;17;4973.20;9.50;710.80;2.19;1.10 -2640;17;3771.00;9.50;1052.80;2.48;1.12 -2643;17;2054.40;9.50;449.80;3.82;1.14 -2646;17;1325.60;9.50;1330.80;2.52;1.08 -2654;17;3556.00;9.50;634.40;2.65;1.18 -2658;17;4960.00;9.50;1272.60;1.27;0.90 -2665;17;3905.60;9.50;622.20;2.57;0.74 -2666;17;3628.20;9.50;1072.20;3.80;0.98 -2667;17;3612.20;9.50;195.40;3.32;1.18 -2670;17;1971.40;9.50;974.40;3.89;0.98 -2672;17;1301.40;9.50;1263.40;3.20;1.10 -2673;17;668.80;9.50;192.60;3.67;1.22 -2674;17;297.00;9.50;709.40;2.11;1.46 -2678;17;831.80;9.50;1331.80;3.09;0.88 -2679;17;3468.20;9.50;1904.80;2.79;0.84 -2681;17;2014.20;9.50;241.20;2.84;1.34 -2682;17;157.60;9.50;1762.00;3.79;1.44 -2683;17;1468.80;9.50;977.00;2.90;1.42 -2684;17;4918.80;9.50;1242.20;1.23;0.84 -2689;17;4420.60;9.50;566.60;1.87;0.86 -2691;17;3597.80;9.50;1094.60;4.00;1.10 -2694;17;2130.20;9.50;490.80;3.17;0.98 -2697;17;1362.00;9.50;1217.20;3.47;1.12 -2698;17;771.20;9.50;185.20;2.35;1.26 -2700;17;98.40;9.50;1688.60;3.03;1.22 -2702;17;662.00;9.50;912.20;3.47;1.46 -2704;17;3635.40;9.50;750.00;1.94;0.98 -2706;17;248.00;9.50;1931.00;3.46;1.02 -2707;17;1536.60;9.50;947.80;2.49;1.50 -2708;17;4783.00;9.50;1192.00;-1.10;1.06 -2711;17;5072.60;9.50;816.20;2.47;1.76 -2714;17;4422.80;9.50;547.20;3.92;1.28 -2716;17;3749.60;9.50;996.80;2.43;0.94 -2719;17;2175.60;9.50;501.40;2.84;1.06 -2720;17;1959.00;9.50;1017.40;2.63;1.12 -2722;17;1393.40;9.50;1340.60;3.70;0.96 -2726;17;618.80;9.50;1647.00;2.44;1.16 -2727;17;835.80;9.50;864.80;3.73;1.34 -2729;17;2944.40;9.50;1600.00;1.06;0.74 -2730;17;3644.60;9.50;842.20;2.52;1.18 -2731;17;2162.20;9.50;454.00;3.00;0.76 -2734;17;4649.60;9.50;1296.40;-1.22;1.38 -2735;17;4978.40;9.58;799.60;3.25;0.94 -2737;17;4465.20;9.50;557.60;-1.47;0.76 -2747;17;314.80;9.50;761.60;2.00;1.38 -2750;17;765.00;9.50;823.60;2.40;1.02 -2751;17;692.40;9.50;1697.40;3.73;1.24 -2752;17;2914.40;9.50;1591.40;1.20;0.92 -2753;17;3544.60;9.50;864.20;2.67;0.86 -2756;17;1460.20;9.50;1047.40;3.32;0.76 -2757;17;4680.20;9.50;1243.60;4.39;1.16 -2760;17;4544.60;9.50;594.40;2.47;0.96 -2762;17;3704.20;9.88;962.80;2.85;1.08 -2766;17;1858.00;9.50;1038.60;4.37;1.02 -2767;17;2193.40;9.50;1720.80;3.02;1.14 -2768;17;1859.00;9.50;1707.40;3.98;1.08 -2771;17;64.20;9.50;1780.60;3.52;0.98 -2772;17;659.00;9.50;1600.20;2.81;1.24 -2775;17;2876.00;9.50;1593.80;2.90;0.44 -2776;17;3485.40;9.50;849.00;3.98;0.90 -2778;17;2250.40;9.50;552.60;3.19;1.32 -2780;17;1304.80;9.50;1116.60;2.45;1.24 -2781;17;4773.60;9.50;1260.60;2.07;1.18 -2782;17;5320.20;9.50;227.80;3.30;1.34 -2783;17;5023.80;9.50;889.60;3.32;0.98 -2784;17;4885.40;9.50;965.00;2.91;1.36 -2785;17;4579.20;9.91;540.20;-0.78;0.84 -2786;17;3917.80;9.50;555.40;2.41;1.02 -2791;17;1890.20;9.50;1094.60;3.18;0.92 -2795;17;27.60;9.50;1769.20;3.03;1.08 -2800;17;3424.40;9.50;909.80;4.52;1.42 -2809;17;4595.00;9.50;582.00;4.06;1.34 -2811;17;3688.60;9.50;875.40;2.77;0.96 -2813;17;2913.60;9.50;499.40;3.05;0.90 -2814;17;2118.40;9.50;302.20;2.77;1.02 -2817;17;1842.00;9.50;1636.40;2.63;0.78 -2818;17;1068.60;9.50;99.20;2.23;1.18 -2821;17;821.00;9.50;1429.40;2.31;1.32 -2822;17;816.00;9.50;760.20;3.70;1.30 -2824;17;2825.40;9.50;1567.60;2.29;0.36 -2825;17;3346.80;9.50;1071.60;4.24;1.18 -2826;17;2257.60;9.50;938.00;3.06;1.38 -2829;17;4767.00;9.50;1046.80;2.06;1.18 -2831;17;5068.00;9.50;974.80;3.71;1.36 -2833;17;4638.80;9.50;630.40;4.50;1.12 -2837;17;2106.20;9.50;234.40;2.96;1.04 -2839;17;2069.20;9.50;1781.00;3.64;0.78 -2841;17;917.40;9.50;113.80;2.57;1.32 -2847;17;2774.80;9.50;1515.40;4.55;0.40 -2849;17;2277.60;9.50;802.60;1.82;1.16 -2851;17;1016.60;9.50;1381.00;3.88;1.02 -2852;17;5623.20;9.50;555.60;1.86;1.28 -2855;17;5086.40;9.50;908.00;3.57;1.16 -2856;17;4768.80;9.50;829.80;4.66;1.42 -2857;17;4637.00;9.50;764.20;1.91;1.12 -2863;17;1899.00;9.50;1178.20;3.14;1.12 -2865;17;1635.80;9.50;1161.00;3.70;1.20 -2868;17;695.20;9.50;1368.60;4.13;0.96 -2871;17;2762.20;9.50;1507.20;3.73;0.48 -2874;17;12.00;9.50;1700.20;3.70;1.06 -2875;17;948.40;9.50;1428.20;1.83;1.44 -2876;17;4712.20;9.66;835.60;-0.43;1.14 -2882;17;4594.00;9.50;725.00;1.57;0.98 -2883;17;3986.80;9.50;569.40;2.27;0.96 -2884;17;3656.80;9.50;313.00;3.39;1.34 -2887;17;1826.00;9.50;1157.40;4.13;1.12 -2888;17;1999.80;9.50;1745.40;4.21;0.70 -2889;17;1326.80;9.50;1121.40;3.49;1.24 -2891;17;115.40;9.50;625.20;2.03;1.10 -2893;17;991.40;9.50;837.80;3.46;1.26 -2895;17;2791.00;9.50;1543.00;2.03;0.26 -2896;17;3562.40;9.50;1138.40;3.90;1.16 -2898;17;835.40;9.50;1541.60;2.70;1.02 -2899;17;4712.80;10.09;761.20;-1.32;1.16 -2901;17;5082.00;9.50;874.20;3.28;1.48 -2903;17;5261.80;9.50;1737.00;2.20;1.10 -2904;17;4513.00;9.50;687.40;4.51;0.98 -2907;17;3675.60;9.50;385.00;2.96;0.96 -2908;17;2939.00;9.50;418.40;3.56;0.72 -2919;17;3675.00;9.50;1083.60;3.83;0.82 -2920;17;2165.00;9.50;1105.40;3.96;1.16 -2921;17;848.20;9.50;1628.40;2.05;0.94 -2922;17;4732.40;9.50;738.80;3.40;0.94 -2924;17;5402.80;9.50;45.60;2.01;1.24 -2925;17;5136.40;9.50;891.00;3.07;1.26 -2929;17;3968.60;9.50;513.40;3.03;0.96 -2932;17;2972.00;9.50;474.40;2.31;0.92 -2933;17;2014.00;9.50;178.60;3.58;1.22 -2935;17;1930.20;9.58;1770.00;3.94;1.20 -2942;17;2761.60;9.50;1655.80;4.66;1.24 -2945;17;743.40;9.50;1762.80;4.48;1.76 -2946;17;4640.60;9.50;803.20;1.95;1.06 -2950;17;4940.20;9.50;947.80;2.95;0.84 -2955;17;3708.00;9.50;323.60;3.14;1.24 -2957;17;2063.80;9.50;136.80;4.35;1.18 -2959;17;2114.00;9.50;1818.20;4.03;1.14 -2966;17;2849.40;9.50;1648.00;2.99;0.94 -2967;17;3831.20;9.50;1060.40;2.12;0.86 -2968;17;2146.80;9.50;1155.80;2.59;1.08 -2970;17;680.40;9.50;1922.20;3.06;1.98 -2971;17;4678.80;9.50;861.20;2.63;1.04 -2973;17;5356.80;9.50;99.00;3.48;1.00 -2974;17;5374.40;9.50;919.40;2.20;1.48 -2977;17;2784.80;9.50;1533.60;3.66;0.28 -2982;17;3004.80;9.50;524.40;2.53;0.90 -2983;17;2053.00;9.50;127.20;2.26;1.28 -2986;17;2875.20;9.50;1896.80;3.01;0.86 -2988;17;18.40;9.50;790.80;3.82;0.92 -2989;17;827.60;9.50;1289.20;3.24;1.28 -3002;17;500.60;9.50;1978.80;3.44;1.24 -3006;17;4636.80;9.50;979.20;4.18;1.06 -3011;17;5482.00;9.50;136.40;2.04;1.66 -3014;17;5271.80;9.50;911.20;2.77;1.18 -3015;17;5029.00;9.50;945.60;2.30;1.28 -3037;17;2126.20;9.50;1704.60;3.60;1.82 -3043;17;63.80;9.50;743.20;3.84;1.32 -3195;17;2757.40;9.50;1698.20;0.11;1.16 -3200;17;259.20;9.50;1455.20;1.71;0.96 -3204;17;4622.00;9.50;1019.20;2.88;0.94 -3218;17;4506.80;9.50;804.00;2.19;0.98 -3238;17;2203.20;9.50;1623.20;3.31;1.66 -3239;17;1435.40;9.50;1074.60;2.62;1.22 -3248;17;55.60;9.50;1819.60;2.48;1.00 -3252;17;1109.80;9.50;810.20;2.89;1.08 -3253;17;447.20;9.60;1957.40;2.67;1.70 -3400;17;2829.00;9.50;1753.40;2.96;0.88 -3405;17;2092.00;9.50;1018.40;3.31;1.12 -3408;17;271.60;9.50;1377.00;2.42;1.34 -3425;17;4449.80;9.50;786.40;2.82;1.02 -3428;17;4023.40;9.50;386.80;3.46;0.92 -3429;17;3740.00;9.50;689.60;3.56;1.14 -3436;17;2658.20;9.50;220.40;3.35;0.78 -3442;17;1501.60;9.50;1004.40;2.98;0.88 -3445;17;1025.00;9.50;483.60;3.44;1.24 -3590;17;2714.80;9.74;1648.00;0.63;1.02 -3603;17;4586.20;9.50;829.20;2.50;0.80 -3611;17;4869.40;9.50;809.00;3.22;0.96 -3616;17;4426.60;9.50;737.80;4.16;0.92 -3624;17;3555.80;9.50;281.20;3.50;1.22 -3625;17;2937.00;9.50;661.40;2.96;0.94 -3628;17;2597.20;9.50;191.40;3.03;0.88 -3633;17;1988.20;9.50;1818.80;2.40;0.98 -3785;17;2656.60;9.50;1660.60;3.73;0.60 -3793;17;517.20;9.50;1890.60;3.90;1.16 -3801;17;5327.00;9.50;162.20;3.14;1.28 -3805;17;4912.00;9.50;773.00;2.67;1.02 -3808;17;5172.00;9.50;1639.80;2.68;1.44 -3809;17;4396.40;9.50;762.00;4.18;0.78 -3813;17;3689.60;9.50;698.40;3.05;1.04 -3818;17;2940.80;9.50;713.80;3.10;0.78 -3821;17;2611.00;9.50;238.40;3.41;0.94 -3827;17;792.60;9.50;290.60;2.82;1.10 -3831;17;751.80;9.50;280.00;2.34;1.24 -3832;17;16.00;9.50;858.40;3.29;0.98 -3837;17;979.40;9.50;1211.20;2.65;1.32 -3841;17;1176.80;9.50;890.80;2.46;1.42 -3990;17;2723.40;9.50;1586.20;1.86;0.70 -3993;17;1917.60;9.50;1083.20;3.78;0.92 -4002;17;4405.60;9.50;832.00;1.72;1.24 -4011;17;5240.20;9.50;1044.20;2.84;1.22 -4016;17;4367.40;9.50;789.00;4.18;0.90 -4021;17;3675.80;9.50;653.60;3.10;1.06 -4026;17;2832.20;9.50;744.60;3.71;0.94 -4044;17;864.80;9.50;1169.40;3.28;1.42 -4212;17;2701.80;9.50;1564.80;2.35;1.12 -4220;17;441.00;9.50;1366.40;3.31;1.22 -4225;17;4484.60;9.50;598.80;2.31;0.90 -4235;17;4949.20;9.50;809.60;1.91;1.14 -4240;17;4424.00;9.50;810.80;2.38;1.28 -4244;17;3726.20;9.50;622.80;3.36;0.90 -4264;17;145.20;9.50;834.20;2.26;0.92 -4370;17;2758.20;9.50;1541.80;2.45;0.52 -4438;17;2664.60;9.50;1542.80;2.23;1.26 -4451;17;4623.80;9.50;599.60;4.09;1.10 -4465;17;5085.00;9.50;1422.60;1.62;0.98 -4466;17;4515.20;9.50;841.40;4.00;1.12 -4475;17;2823.40;9.50;707.00;2.56;0.80 -4479;17;2586.00;9.50;335.80;3.14;1.16 -4484;17;2024.80;9.50;1681.40;3.00;1.56 -4485;17;1567.20;9.50;733.40;2.67;1.12 -4489;17;645.20;9.50;232.40;2.92;0.94 -4490;17;91.60;9.50;884.60;2.45;1.06 -4662;17;2645.40;9.50;1597.60;1.33;0.96 -4679;17;5110.40;9.50;76.00;3.58;0.96 -4683;17;5167.40;9.50;1003.20;2.29;1.32 -4684;17;4894.60;9.50;653.00;3.87;0.98 -4688;17;5075.60;9.50;1487.40;2.27;1.16 -4689;17;4535.20;9.50;882.80;3.74;1.04 -4698;17;3517.00;9.50;181.40;2.71;1.32 -4699;17;2879.40;9.50;660.20;3.48;0.98 -4885;17;2725.40;9.50;1486.40;2.59;0.86 -4899;17;4793.80;9.50;624.40;1.86;1.46 -4907;17;4867.00;9.50;691.60;3.32;1.02 -4912;17;4538.00;9.50;933.80;2.87;1.18 -4921;17;3495.20;9.50;116.40;3.18;1.10 -4929;17;2471.40;9.50;1097.00;3.02;1.08 -4931;17;1604.20;9.50;636.20;3.86;1.10 -4940;17;1022.60;9.50;1128.80;2.52;1.12 -5108;17;2755.40;9.50;1438.00;4.71;0.76 -5114;17;1061.80;9.50;1178.20;2.42;0.98 -5116;17;4730.80;9.50;472.20;3.27;1.00 -5122;17;5047.40;9.50;70.60;2.70;0.86 -5123;17;5291.20;9.50;1102.40;2.13;1.18 -5127;17;4487.40;9.50;945.40;3.89;1.24 -5132;17;3524.80;9.50;117.60;3.95;1.26 -5142;17;1566.80;9.50;622.00;3.65;1.26 -5144;17;625.60;9.50;281.60;2.05;1.34 -5150;17;775.40;9.50;1811.20;2.03;1.10 -5233;17;2737.00;9.50;1420.40;3.14;0.78 -5235;17;1947.40;9.50;1356.20;2.77;1.26 -5238;17;4838.20;9.50;569.40;3.39;1.18 -5240;17;5061.60;10.61;35.40;4.29;1.48 -5244;17;4503.40;9.50;966.20;1.24;1.40 -5246;17;3549.00;9.50;708.60;3.32;1.30 -5247;17;3447.60;9.50;313.20;3.78;1.30 -5248;17;2796.20;9.50;629.00;2.98;1.08 -5250;17;2412.80;9.50;1188.20;3.50;1.24 -5252;17;1672.00;9.50;595.20;2.93;1.06 -5254;17;238.40;9.50;882.60;3.04;1.26 -5257;17;876.00;9.50;1715.80;0.50;1.38 -5261;17;82.40;9.50;1258.40;2.45;1.22 -5263;17;4817.00;9.50;461.00;4.24;1.04 -5266;17;5266.80;9.50;1206.40;2.49;1.20 -5267;17;4815.00;9.50;701.80;3.90;1.04 -5268;17;5065.00;9.50;1652.60;3.14;1.20 -5269;17;4539.60;9.50;978.20;-1.53;1.42 -5272;17;3481.20;9.50;252.20;3.31;1.14 -5273;17;2814.80;9.50;557.20;2.83;1.14 -5274;17;2577.00;9.50;280.80;2.48;0.98 -5277;17;1679.80;9.50;548.40;3.10;1.22 -5279;17;141.20;9.50;967.60;3.67;1.08 -5282;17;845.00;9.50;1718.60;2.11;0.94 -5284;17;2663.40;9.50;1369.40;1.90;0.80 -5286;17;2461.40;9.50;1776.80;3.72;1.32 -5292;17;5193.00;9.50;69.20;3.34;1.08 -5294;17;4803.60;9.50;693.40;2.27;1.16 -5299;17;3403.80;9.50;366.00;3.25;1.40 -5303;17;2022.00;9.50;1485.00;3.60;1.10 -5306;17;91.80;9.50;944.60;3.46;1.28 -5314;17;180.60;9.50;1211.60;2.64;0.94 -5316;17;4945.20;9.50;497.00;3.43;1.38 -5318;17;5166.40;9.50;148.60;2.60;1.16 -5320;17;4886.00;9.50;611.80;1.83;1.00 -5321;17;4963.20;9.50;1633.40;3.39;1.10 -5322;17;4663.20;9.50;1054.40;4.52;0.94 -5327;17;2459.60;9.50;333.60;4.02;1.26 -5329;17;2020.60;9.50;1508.20;1.54;1.38 -5330;17;1700.00;9.50;448.60;2.31;1.26 -5335;17;874.60;9.50;1662.60;1.49;1.32 -5336;17;2635.00;9.50;1308.80;3.14;0.86 -5337;17;2319.40;9.50;2000.80;2.67;1.44 -5339;17;357.80;9.50;1044.80;2.22;0.98 -5340;17;4934.20;9.50;443.00;3.77;0.76 -5341;17;5220.00;9.50;227.00;1.84;1.04 -5342;17;5351.00;9.50;1165.00;2.60;1.30 -5343;17;4724.60;9.50;637.00;1.57;1.74 -5345;17;4647.60;9.50;1037.00;3.40;0.94 -5346;17;4055.00;9.50;242.80;3.50;0.94 -5347;17;3474.60;9.50;643.60;2.92;1.26 -5348;17;3364.20;9.50;270.40;3.70;1.34 -5351;17;2284.00;9.50;1115.40;3.76;1.20 -5353;17;1657.60;9.50;338.00;3.06;1.26 -5354;17;703.80;9.50;373.00;3.70;1.06 -5355;17;5.40;9.50;966.20;4.09;1.04 -5358;17;1307.20;9.50;901.60;4.01;0.94 -5363;17;592.60;9.50;1005.80;3.85;1.18 -5364;17;5044.60;9.50;512.00;3.88;1.46 -5365;17;5178.40;9.50;285.00;3.22;1.32 -5367;17;4684.80;9.54;1016.00;4.04;1.12 -5371;17;2783.60;9.50;441.20;3.05;1.08 -5374;17;1926.00;9.50;1492.00;3.14;1.20 -5381;17;826.80;9.50;1590.40;3.51;1.16 -5382;17;2700.00;9.50;1265.60;2.24;0.62 -5385;17;729.20;9.50;1103.40;2.96;1.02 -5386;17;5547.00;9.50;104.00;4.09;1.76 -5388;17;3347.20;9.50;1112.60;2.49;1.04 -5389;17;5211.80;9.50;325.20;2.61;0.92 -5390;17;4808.40;9.50;596.00;2.65;1.30 -5394;17;3441.00;9.50;553.60;3.14;1.16 -5395;17;3336.80;9.50;174.60;2.28;1.38 -5397;17;2650.20;9.50;364.40;2.43;1.12 -5406;17;785.20;9.50;1588.20;2.84;1.20 -5407;17;2721.60;9.67;1245.60;-1.40;0.58 -5408;17;2164.60;9.50;1864.00;2.54;1.24 -5409;17;1846.20;9.50;1453.00;3.84;0.96 -5410;17;982.00;9.50;1070.80;2.73;1.46 -5412;17;3255.20;9.70;1345.80;-0.98;0.66 -5414;17;4720.40;9.50;512.80;-1.09;1.22 -5423;17;1955.40;9.50;1436.80;4.05;1.02 -5424;17;1688.80;9.69;188.40;1.64;1.20 -5425;17;564.80;9.50;358.60;3.62;1.34 -5430;17;883.60;9.50;1504.00;1.80;0.64 -5431;17;2780.60;9.50;1267.00;4.44;0.78 -5432;17;2238.00;9.50;1923.60;3.14;1.50 -5438;17;4786.60;10.31;512.80;3.60;0.82 -5441;17;4789.40;9.50;116.80;2.43;0.86 -5444;17;2860.00;9.50;375.40;2.73;0.74 -5452;17;1411.60;9.50;842.80;2.33;1.48 -5454;17;2822.80;9.50;1312.80;2.35;0.84 -5459;17;5184.60;9.50;193.60;2.83;1.06 -5460;17;5503.00;9.50;309.00;2.97;1.02 -5462;17;4800.60;9.50;561.20;3.03;0.94 -5463;17;4643.00;9.50;893.40;4.33;0.82 -5465;17;4707.20;9.50;63.60;2.96;0.88 -5471;17;2152.40;9.50;1210.60;3.50;0.98 -5473;17;1654.00;9.50;119.20;3.81;0.98 -5476;17;913.40;9.50;881.80;3.75;1.30 -5479;17;2838.20;9.50;1294.40;4.15;0.94 -5483;17;5445.40;9.50;89.00;2.56;1.18 -5484;17;5125.80;9.50;106.80;3.88;1.22 -5488;17;5201.60;9.50;1525.60;3.95;0.92 -5489;17;4626.00;9.50;873.40;3.43;1.10 -5492;17;3616.20;9.50;520.40;2.67;1.08 -5493;17;3242.20;9.50;99.60;3.36;1.24 -5494;17;2835.60;9.50;326.00;2.76;0.94 -5498;17;1856.40;9.50;1409.60;2.32;0.86 -5502;17;955.00;9.50;925.40;2.92;0.88 -5504;17;859.60;9.50;1478.40;3.03;0.98 -5505;17;2858.80;9.50;1366.00;4.36;1.00 -5506;17;2294.20;9.50;1692.60;3.67;1.14 -5507;17;1784.40;9.50;1172.40;3.35;1.54 -5510;17;4988.80;9.50;81.80;3.65;1.02 -5511;17;5523.40;9.50;209.00;1.96;1.16 -5513;17;4883.20;9.50;488.80;1.62;1.06 -5515;17;4689.40;9.50;578.80;4.17;1.12 -5521;17;2593.00;9.50;446.60;2.70;1.02 -5524;17;1806.00;9.50;1457.00;3.14;0.94 -5527;17;121.40;9.50;1076.80;3.69;1.22 -5528;17;1043.80;9.50;910.00;2.71;1.34 -5531;17;2886.40;9.50;1293.00;3.57;0.88 -5533;17;1852.00;9.50;1102.20;2.63;1.12 -5535;17;5379.00;9.50;243.00;2.60;1.14 -5536;17;4907.20;9.50;130.20;2.97;1.10 -5538;17;4912.00;9.50;496.40;2.63;0.86 -5539;17;4421.40;9.50;666.60;-0.91;0.92 -5543;17;3417.00;9.50;234.40;3.56;1.12 -5545;17;2535.40;9.50;415.80;3.02;1.26 -5550;17;470.80;9.50;222.80;3.09;1.18 -5553;17;1207.20;9.50;832.20;3.50;1.22 -5554;17;973.40;9.50;1401.40;2.64;1.28 -5555;17;2919.60;9.50;1388.40;4.60;0.86 -5557;17;1747.60;9.50;1160.40;3.46;1.00 -5560;17;4820.60;9.50;164.60;3.06;1.02 -5561;17;5628.40;9.50;133.20;2.82;0.88 -5562;17;5443.60;9.50;1422.20;2.17;1.14 -5563;17;5022.20;9.50;498.00;2.10;1.30 -5564;17;4469.40;9.50;717.20;3.03;1.04 -5565;17;4040.60;9.50;165.60;3.43;0.98 -5567;17;3601.20;9.50;429.40;3.39;0.86 -5569;17;2819.00;9.50;272.80;2.95;0.88 -5570;17;2548.60;9.50;484.20;2.98;0.98 -5572;17;1737.60;9.50;1403.20;3.03;0.90 -5573;17;1544.00;9.50;143.60;2.83;1.32 -5578;17;966.80;9.50;1350.20;3.67;1.50 -5579;17;2953.80;10.02;1365.20;3.03;0.84 -5581;17;1747.20;9.50;1210.40;1.67;1.44 -5584;17;4591.00;9.50;186.20;4.14;1.00 -5585;17;5606.00;9.50;164.20;3.48;0.94 -5586;17;5172.40;9.50;1392.00;3.84;1.20 -5587;17;5129.20;9.50;481.40;2.21;1.26 -5588;17;5017.40;9.50;1691.00;2.83;1.10 -5589;17;4473.20;9.50;668.20;3.19;0.86 -5599;17;1489.60;9.50;196.80;3.66;1.26 -5601;17;267.60;9.50;1076.20;3.05;1.14 -5604;17;1025.80;9.50;1306.20;2.89;1.40 -5605;17;2947.80;9.50;1301.40;3.80;0.86 -5606;17;2373.20;9.50;1112.80;2.51;1.18 -5607;17;1676.60;9.50;1156.00;4.10;1.54 -5609;17;5438.60;9.50;374.40;2.25;1.08 -5611;17;5574.40;9.50;193.60;-1.49;1.20 -5613;17;5066.40;9.50;449.20;1.53;0.98 -5614;17;5150.20;9.50;1456.60;1.96;1.26 -5615;17;4440.20;9.50;638.60;3.60;0.82 -5626;17;490.40;9.50;297.00;2.06;1.10 -5627;17;312.60;9.50;1097.00;3.24;1.08 -5628;17;848.40;9.50;1104.40;2.81;1.06 -5630;17;1074.20;9.50;1321.60;3.36;1.26 -5631;17;2998.60;9.50;1224.20;2.67;0.88 -5633;17;1616.40;9.50;1151.40;2.86;1.58 -5634;17;171.40;9.50;918.20;3.70;0.96 -5635;17;5541.60;9.50;252.60;1.88;1.16 -5637;17;5546.20;9.50;140.40;1.10;1.68 -5638;17;5270.40;9.50;1046.60;3.70;1.28 -5639;17;5057.40;9.50;414.00;3.98;0.94 -5640;17;5107.00;9.50;1416.00;3.81;1.26 -5641;17;4510.80;9.50;630.20;2.61;1.20 -5644;17;3702.20;9.50;518.20;2.35;0.84 -5647;17;2751.40;9.50;303.40;3.90;1.06 -5648;17;2049.80;9.50;1093.60;3.10;1.20 -5649;17;1647.40;9.50;1321.20;3.24;0.84 -5651;17;470.20;9.50;143.60;2.24;1.42 -5652;17;361.60;9.50;1134.80;3.25;1.18 -5654;17;1216.80;9.50;717.60;3.70;0.98 -5655;17;1104.20;9.50;1224.60;2.57;1.26 -5656;17;2959.80;9.50;1342.00;4.50;1.00 -5658;17;1651.00;9.50;1188.60;2.44;0.58 -5660;17;5383.60;9.50;410.80;4.01;0.90 -5662;17;5611.20;9.50;291.80;2.39;1.16 -5664;17;4946.80;9.50;1217.00;4.46;1.34 -5666;17;4582.00;9.50;584.40;2.19;1.00 -5667;17;4135.80;9.50;90.20;2.89;0.96 -5670;17;3380.80;9.50;152.80;3.11;1.00 -5675;17;1569.60;9.50;283.40;2.89;1.32 -5677;17;230.20;9.50;1130.20;2.52;1.16 -5678;17;783.20;9.50;1058.80;3.18;0.94 -5681;17;3040.00;9.50;1299.40;3.79;0.80 -5683;17;1556.00;9.50;1114.60;3.98;1.16 -5684;17;474.80;9.50;610.60;3.86;1.06 -5686;17;4439.40;9.50;490.00;2.83;1.00 -5687;17;3405.80;9.50;1879.60;3.62;0.84 -5691;17;5292.00;9.50;1486.00;2.35;1.10 -5692;17;4288.20;9.50;902.40;4.34;1.00 -5697;17;2795.60;9.50;210.20;2.87;0.98 -5699;17;2032.60;9.50;1207.80;3.07;0.98 -5700;17;1603.00;9.50;1238.20;4.29;1.08 -5706;17;1145.40;9.50;1185.00;3.68;0.94 -5707;17;3045.60;9.50;1262.00;4.53;1.36 -5709;17;1522.00;9.50;1112.00;3.38;1.54 -5711;17;5556.80;9.50;227.60;-1.49;1.46 -5713;17;3487.20;9.50;1957.40;2.24;1.44 -5716;17;5004.80;9.50;1247.80;4.35;1.02 -5718;17;4331.20;9.50;876.80;2.73;0.94 -5721;17;3706.80;9.50;483.80;3.73;0.98 -5725;17;2009.80;9.50;1142.00;2.83;1.30 -5727;17;1524.80;9.50;339.80;3.22;1.24 -5728;17;435.40;9.50;260.80;2.41;1.20 -5731;17;1115.20;9.50;714.40;3.35;1.26 -5733;17;3025.00;9.50;1193.60;-0.94;1.16 -5735;17;1581.40;9.50;1202.40;1.62;1.46 -5740;17;3493.40;9.50;1978.40;-1.34;2.04 -5741;17;5416.40;9.70;310.20;4.19;1.22 -5742;17;5467.80;9.50;1144.00;2.44;1.22 -5744;17;5341.40;9.50;1531.40;2.62;0.90 -5745;17;4327.00;9.50;831.20;3.14;0.74 -5750;17;2663.00;9.50;319.60;3.88;0.96 -5753;17;1604.60;9.50;408.60;2.83;1.30 -5760;17;2625.60;9.50;700.20;3.05;0.78 -5765;17;3286.20;9.50;1985.40;-1.34;1.10 -5769;17;5369.00;9.50;1581.60;2.40;1.02 -5770;17;4272.80;9.50;877.60;3.67;1.04 -5771;17;4937.40;9.50;134.60;3.92;1.08 -5774;17;2789.20;9.50;79.80;4.01;1.10 -5777;17;1903.20;9.50;1307.00;3.78;1.34 -5784;17;1068.40;9.50;759.60;2.92;1.24 -5785;17;1231.80;9.50;1141.20;3.44;1.26 -5786;17;3034.20;9.50;1413.40;1.69;0.82 -5787;17;2455.40;9.50;593.60;3.56;0.92 -5788;17;1489.20;9.50;1171.00;3.85;1.22 -5790;17;5383.60;9.50;475.60;1.84;1.14 -5792;17;3105.80;9.50;1983.80;0.98;1.98 -5793;17;5383.40;9.50;335.80;1.82;0.88 -5795;17;5139.00;9.50;1282.80;3.76;0.98 -5802;17;1836.80;9.50;101.60;3.26;1.32 -5805;17;1479.60;9.50;407.60;4.12;1.66 -5807;17;276.00;9.50;1181.20;2.93;1.02 -5812;17;3018.40;9.50;1389.40;4.36;0.78 -5813;17;2566.20;9.50;644.60;3.17;1.12 -5814;17;1459.60;9.50;1170.60;2.88;1.14 -5816;17;5237.00;9.50;472.00;3.01;1.38 -5822;17;5428.00;9.50;1550.00;3.78;1.00 -5823;17;4276.40;9.50;931.00;2.40;0.86 -5827;17;2673.40;9.50;425.00;3.20;1.04 -5828;17;1819.80;9.50;148.00;2.90;1.60 -5830;17;1921.20;9.50;1991.40;3.29;1.32 -5838;17;3102.20;9.50;1349.00;1.23;1.24 -5840;17;1459.40;9.50;1223.40;3.21;0.96 -5842;17;5171.00;9.50;550.00;3.83;1.40 -5847;17;5620.80;9.50;1195.60;2.05;1.56 -5850;17;4246.40;9.50;980.20;3.21;0.98 -5851;17;3782.60;9.50;415.40;3.80;1.24 -5853;17;2738.00;9.50;394.60;2.71;0.84 -5856;17;1957.60;9.50;1927.20;3.58;1.32 -5857;17;1519.40;9.50;514.20;3.89;1.24 -5860;17;29.00;9.50;2013.00;4.12;0.86 -5861;17;804.40;9.50;1194.40;3.05;1.08 -5862;17;1036.80;9.50;604.40;2.40;0.90 -5864;17;3112.20;9.57;1319.20;1.73;0.60 -5866;17;1468.40;9.50;1273.20;3.01;1.20 -5868;17;5267.20;9.79;516.80;-1.32;1.34 -5869;17;3011.80;9.50;1897.60;0.94;1.96 -5870;17;5323.20;9.50;387.60;2.96;1.32 -5873;17;4202.60;9.50;997.40;3.92;0.98 -5875;17;3616.40;9.50;575.20;3.81;1.24 -5878;17;2717.00;9.50;481.20;3.83;1.04 -5884;17;138.80;9.50;221.20;3.27;1.40 -5895;17;2948.60;9.50;1950.60;3.35;1.48 -5900;17;4219.40;9.50;943.60;3.39;0.76 -5901;17;3655.20;9.50;603.00;2.79;1.02 -5903;17;1970.80;9.50;136.00;2.63;0.88 -5907;17;209.40;9.50;172.60;2.55;1.30 -5913;17;3157.60;11.46;1285.20;1.84;1.06 -5914;17;2866.00;9.50;424.00;3.52;1.16 -5915;17;1342.00;9.50;1218.80;2.69;1.26 -5917;17;5372.60;9.50;615.60;2.88;1.18 -5922;17;5071.20;9.70;1388.00;3.20;1.04 -5925;17;2668.80;9.50;500.20;3.34;0.88 -5928;17;1860.40;9.50;1904.00;3.68;2.32 -5929;17;2844.80;9.50;1563.00;2.30;0.52 -5931;17;234.80;9.50;124.60;4.10;1.12 -5935;17;1156.60;9.50;768.60;3.23;1.28 -5941;17;5528.00;9.50;718.60;1.97;0.86 -5942;17;2926.60;9.50;1810.60;1.46;1.34 -5944;17;5614.20;9.50;1098.20;3.00;0.84 -5946;17;5007.60;9.50;1340.80;-1.35;1.06 -5948;17;3711.60;9.50;569.60;2.35;1.12 -5950;17;2687.20;9.50;555.60;2.66;1.06 -5951;17;1921.00;9.50;285.60;3.67;1.52 -5955;17;200.80;9.50;115.60;3.11;1.16 -5960;17;4375.40;9.50;684.60;-0.15;1.48 -5961;17;3167.40;9.50;1192.20;-1.10;0.94 -5962;17;2966.40;9.50;217.20;2.91;0.94 -5963;17;1351.60;9.50;1352.80;3.60;0.80 -5967;17;5146.20;9.50;330.00;2.60;0.90 -5969;17;5353.80;9.50;1399.80;2.91;1.38 -5970;17;5016.80;9.50;1295.80;3.65;0.82 -5971;17;4202.60;9.50;862.60;2.58;0.80 -5972;17;3865.60;9.50;466.80;2.64;0.98 -5973;17;2731.40;9.50;103.00;3.84;1.04 -5975;17;2014.80;9.50;338.80;2.35;1.30 -5977;17;1787.00;9.50;2009.00;3.73;0.94 -5983;17;1169.80;9.50;616.20;2.63;1.24 -5984;17;4364.80;9.50;744.40;1.93;1.08 -5985;17;3206.40;9.50;1179.20;4.58;0.62 -5986;17;1328.60;9.50;1275.80;3.96;1.34 -5990;17;5167.80;9.50;376.40;3.26;1.12 -5992;17;5409.20;9.50;1510.40;2.54;1.22 -5997;17;2735.60;9.50;562.40;3.03;0.94 -6004;17;139.60;9.50;1914.00;3.76;1.10 -6005;17;228.60;9.50;1029.20;2.23;1.36 -6007;17;4339.20;9.50;791.20;2.78;0.84 -6011;17;3286.80;9.50;1171.60;1.10;0.78 -6030;17;5072.40;9.50;371.60;4.35;1.00 -6043;17;3880.60;9.50;414.80;3.71;0.90 -6044;17;2687.80;9.50;160.00;3.91;1.20 -6053;17;2080.20;9.50;1325.40;3.51;1.22 -6060;17;279.20;9.50;1328.80;4.01;1.02 -6064;17;180.20;9.50;1843.20;-1.54;1.12 -6219;17;3334.60;9.50;1197.80;3.01;0.70 -6223;17;1417.00;9.50;1362.00;3.92;1.38 -6256;17;2064.60;9.50;406.40;2.66;1.06 -6271;17;135.80;9.50;1850.00;3.75;1.10 -6272;17;251.20;9.50;949.00;3.00;1.32 -6419;17;3360.40;9.50;1240.60;1.44;0.92 -6422;17;1532.60;9.69;1311.40;1.90;1.08 -6425;17;878.80;9.50;607.80;3.38;1.28 -6438;17;5456.40;9.50;1091.20;3.87;0.96 -6442;17;4986.40;9.50;1455.40;2.35;1.08 -6443;17;4183.60;9.50;997.40;2.84;0.84 -6465;17;1406.00;9.50;416.60;3.70;1.30 -6467;17;379.00;9.50;1234.40;4.08;0.96 -6471;17;143.60;9.50;1813.40;3.27;1.28 -6472;17;330.60;9.50;968.80;1.80;0.94 -6608;17;3304.80;9.50;1253.60;2.38;0.96 -6612;17;1473.80;9.50;1356.20;3.77;0.94 -6627;17;5174.00;9.50;487.60;3.87;1.26 -6632;17;4922.40;9.50;1395.80;2.95;1.22 -6633;17;4165.80;9.50;958.80;2.35;1.14 -6641;17;2659.00;9.50;75.20;3.14;1.10 -6801;17;3199.60;9.50;1255.40;1.18;1.02 -6805;17;1547.00;9.50;1269.20;2.00;1.04 -6809;17;915.00;9.50;547.60;3.58;1.20 -6816;17;2931.00;9.50;1649.80;2.58;0.62 -6819;17;5316.20;10.36;483.00;1.79;0.74 -6821;17;5542.20;9.50;1417.40;2.67;0.82 -6824;17;4983.60;9.50;1357.40;1.65;1.12 -6834;17;3770.80;9.50;302.40;3.09;1.12 -6844;17;1771.20;9.50;1254.60;3.72;1.38 -6847;17;1322.20;9.50;598.60;3.80;1.02 -6853;17;166.40;9.50;1698.80;2.41;1.04 -7002;17;3227.80;9.50;1248.40;4.21;1.02 -7006;17;1590.40;9.50;1256.20;2.17;0.80 -7010;17;5197.80;9.50;598.80;1.61;1.58 -7028;17;4841.00;9.50;1357.40;4.48;1.22 -7029;17;4074.60;9.50;903.40;4.16;1.20 -7032;17;4385.00;9.50;303.80;3.30;1.08 -7036;17;3812.00;9.50;271.00;3.14;1.20 -7047;17;1747.60;9.50;1307.60;3.05;1.20 -7051;17;1267.60;9.50;612.00;3.40;1.10 -7062;17;5377.60;9.50;850.40;2.38;1.18 -7226;17;3231.80;9.50;1268.80;1.38;1.00 -7230;17;1681.40;9.50;1219.80;2.11;1.00 -7234;17;781.40;9.50;546.80;4.03;1.24 -7235;17;5162.60;9.50;571.60;1.03;1.00 -7248;17;5509.80;9.50;1506.40;2.88;1.00 -7253;17;4061.00;9.50;853.60;4.03;0.92 -7258;17;4399.80;9.50;347.60;3.86;0.98 -7268;17;2359.80;9.50;545.40;3.28;1.04 -7282;17;181.20;9.50;1649.00;4.10;1.02 -7283;17;477.60;9.50;1110.00;2.86;1.18 -7286;17;1108.60;9.50;564.40;2.07;1.20 -7287;17;5400.80;9.50;815.20;4.25;1.08 -7452;17;3216.80;10.09;1306.20;1.23;1.08 -7456;17;1686.80;9.50;1261.20;2.44;0.88 -7461;17;5044.00;9.50;607.20;4.42;0.94 -7467;17;4375.40;9.50;494.40;3.54;1.06 -7468;17;2838.00;9.50;1603.60;1.90;0.46 -7472;17;5436.80;9.50;443.60;4.42;0.98 -7473;17;5411.80;9.50;972.20;3.25;1.18 -7474;17;5489.80;9.50;1460.00;2.90;1.14 -7479;17;4080.20;9.50;807.20;1.93;1.00 -7493;17;2700.60;9.50;694.40;3.03;0.90 -7494;17;2432.20;9.50;555.60;3.18;1.14 -7505;17;511.80;9.50;1268.00;2.17;1.02 -7678;17;3247.60;9.50;1335.80;1.65;0.40 -7704;17;4982.20;9.50;1320.60;1.96;1.18 -7705;17;4099.40;9.50;781.60;3.00;0.90 -7709;17;4297.60;9.50;80.60;3.27;0.98 -7719;17;2655.40;9.50;667.20;3.37;1.08 -7723;17;1814.80;9.50;1372.20;3.72;1.06 -7734;17;306.60;9.50;1690.00;3.04;1.02 -7735;17;591.40;9.50;1100.60;3.45;1.04 -7906;17;3252.00;9.50;1386.80;4.17;1.00 -7910;17;1560.60;9.50;1286.20;4.48;1.08 -7918;17;5141.80;9.50;811.60;3.61;1.26 -7928;17;5509.80;9.50;1018.20;3.11;1.22 -7932;17;4857.00;9.50;1227.60;0.57;1.26 -7933;17;4020.80;9.50;772.00;4.01;1.14 -7957;17;566.40;9.50;1303.80;2.84;1.46 -7967;17;5393.20;9.50;1682.80;3.18;1.14 -8131;17;3320.60;9.50;1420.00;1.57;1.46 -8132;17;2869.80;9.50;186.80;3.10;0.92 -8135;17;1547.40;9.50;1341.80;4.37;0.84 -8150;17;4838.20;9.50;1169.60;1.77;0.98 -8151;17;4093.20;9.50;735.80;2.55;0.98 -8156;17;3849.20;9.50;220.00;3.94;1.04 -8159;17;2275.20;9.50;601.60;3.28;1.30 -8162;17;2216.00;9.50;1226.40;2.63;1.08 -8166;17;1207.60;9.50;356.40;3.65;0.98 -8256;17;3320.00;9.50;1379.00;1.95;1.18 -8261;17;4288.00;9.50;762.80;4.29;0.98 -8271;17;2564.00;9.50;690.00;2.89;1.10 -8272;17;2340.20;9.50;597.60;3.18;1.06 -8275;17;1127.00;9.50;434.80;3.98;1.24 -8277;17;656.60;9.50;1242.20;2.04;0.88 -8281;17;5464.40;9.50;1637.20;2.37;1.04 -8282;17;3393.20;9.50;1435.20;1.26;0.84 -8285;17;26.20;9.50;651.20;3.34;1.22 -8286;17;5167.40;9.50;907.40;3.44;1.42 -8287;17;4269.80;9.50;819.20;2.77;1.00 -8288;17;2799.20;9.50;1813.40;3.16;1.26 -8289;17;5604.00;9.50;380.00;2.15;1.00 -8290;17;5532.00;9.50;681.40;4.48;1.12 -8291;17;5566.00;9.50;1619.40;2.96;1.06 -8297;17;2530.80;9.50;751.80;3.73;1.10 -8300;17;2685.40;9.50;1808.20;3.60;1.40 -8302;17;322.40;9.50;79.80;2.84;1.32 -8306;17;816.80;9.50;485.00;3.39;1.40 -8308;17;3328.60;9.50;1402.60;4.29;1.36 -8313;17;4242.60;9.50;864.80;3.82;0.74 -8314;17;2740.40;9.50;1557.60;1.86;0.64 -8315;17;5528.60;9.50;425.40;3.65;1.10 -8318;17;4826.00;9.50;1137.00;2.76;1.00 -8321;17;4204.00;9.50;110.60;2.29;0.82 -8326;17;3221.20;9.70;2014.20;1.32;1.04 -8327;17;1085.40;9.50;381.00;2.51;1.30 -8330;17;247.00;9.50;1790.80;4.22;1.54 -8331;17;380.60;9.50;1014.60;2.45;1.26 -8333;17;5528.00;9.50;1649.60;2.47;1.16 -8334;17;3448.40;9.50;1358.20;1.32;1.30 -8336;17;1669.80;9.50;1415.00;3.27;1.04 -8340;17;2702.60;9.50;1611.20;-1.53;0.88 -8343;17;4782.60;9.50;1097.00;2.06;1.16 -8349;17;2531.00;9.50;794.00;2.49;1.00 -8350;17;2363.80;9.50;698.60;3.10;1.20 -8353;17;1135.60;9.50;339.40;3.47;1.06 -8357;17;447.00;9.50;979.20;2.08;0.80 -8363;17;1547.40;9.50;1399.00;3.68;0.92 -8365;17;5480.60;9.50;1201.80;2.92;1.36 -8367;17;2731.20;9.50;1754.60;2.57;1.14 -8370;17;3600.60;9.50;1970.60;-1.24;2.28 -8371;17;4692.80;9.50;1102.60;4.14;1.26 -8372;17;4015.40;9.50;654.60;3.92;1.10 -8373;17;4361.00;9.50;70.20;2.88;1.00 -8379;17;3433.00;9.50;1989.40;2.30;1.28 -8384;17;416.00;11.05;1013.40;4.33;1.06 -8389;17;1580.80;9.50;1425.00;4.56;1.06 -8394;17;5514.40;9.50;504.20;2.98;0.98 -8396;17;4694.40;10.85;1159.00;-0.50;1.16 -8397;17;4064.20;9.50;611.40;2.96;1.08 -8403;17;2369.40;9.50;1386.00;3.31;1.68 -8404;17;2662.80;9.50;1871.60;3.22;1.50 -8409;17;264.20;9.50;1881.40;3.59;1.34 -8410;17;390.80;9.50;1046.80;4.68;1.16 -8412;17;4756.20;9.67;676.80;1.40;0.72 -8418;17;2642.80;9.50;1578.40;2.40;1.08 -8419;17;5609.60;9.50;525.00;2.62;1.22 -8420;17;5538.60;9.50;956.40;2.89;1.34 -8421;17;4752.80;9.50;1224.80;3.09;0.94 -8424;17;4086.00;9.50;269.40;3.14;1.12 -8426;17;2426.60;9.50;744.60;2.60;1.18 -8427;17;2264.40;9.50;755.80;3.95;1.18 -8433;17;469.20;9.50;979.80;4.11;1.14 -8442;17;2578.80;9.50;1579.60;3.41;1.04 -8445;17;4695.40;9.50;1283.40;-1.38;1.32 -8449;17;3990.60;9.50;132.40;2.66;1.02 -8451;17;2456.80;9.50;695.80;2.91;1.04 -8452;17;2208.60;9.50;543.60;2.64;1.16 -8453;17;2435.40;9.50;1299.40;2.20;1.78 -8458;17;383.80;9.50;1879.40;3.45;1.40 -8460;17;683.60;9.50;430.20;3.05;1.36 -8465;17;1669.40;9.50;1469.80;2.09;1.24 -8466;17;244.40;9.50;513.20;2.49;1.04 -8472;17;4844.60;9.50;1147.20;3.90;0.98 -8474;17;4427.80;9.50;143.80;3.80;1.10 -8482;17;2642.20;9.50;1799.40;2.74;1.46 -8490;17;2471.00;9.50;1990.20;3.61;1.90 -8492;17;1615.80;9.50;1505.20;-1.54;1.20 -8497;17;5533.00;9.50;597.40;3.27;1.52 -8499;17;4803.80;9.50;1092.00;4.04;0.82 -8507;17;2210.20;9.50;657.00;4.10;1.16 -8509;17;2580.00;9.50;1872.60;2.11;1.38 -8512;17;399.20;9.50;1427.60;3.98;1.28 -8513;17;268.20;9.50;1939.60;3.77;1.62 -8517;17;2356.60;9.50;2040.00;4.38;1.30 -8518;17;1657.80;9.50;1555.20;4.62;0.94 -8529;17;3993.80;9.50;59.40;2.69;1.16 -8531;17;2480.80;9.50;76.60;4.06;1.00 -8533;17;2331.00;9.50;1250.80;3.45;1.44 -8534;17;2431.00;9.50;1888.00;4.00;1.22 -8539;17;580.80;9.50;1056.00;2.44;1.12 -8541;17;3805.80;9.50;553.60;3.46;0.92 -8543;17;1707.60;9.50;1599.20;-1.54;1.14 -8544;17;25.60;9.50;326.60;3.23;1.18 -8546;17;2765.60;9.50;1461.60;1.66;0.48 -8548;17;4793.60;9.50;1009.60;2.52;1.06 -8551;17;4088.40;9.50;394.60;3.00;1.12 -8555;17;2280.40;9.50;421.60;3.04;1.18 -8557;17;2547.60;9.50;2001.00;2.94;1.64 -8558;17;1366.60;9.50;260.00;3.36;1.30 -8559;17;307.40;9.50;340.20;3.87;1.06 -8563;17;643.00;9.50;562.80;4.22;0.96 -8564;17;3811.60;9.50;607.00;3.06;0.80 -8566;17;1800.00;9.90;1638.20;2.33;1.14 -8567;17;82.20;9.50;198.40;1.86;1.64 -8570;17;5525.80;9.50;643.80;2.35;1.08 -8572;17;4717.40;9.77;876.40;-0.91;1.18 -8574;17;4291.80;9.50;178.80;3.29;0.88 -8578;17;2361.80;9.50;448.80;3.63;1.24 -8579;17;2274.40;9.50;1267.80;3.20;1.36 -8582;17;361.80;9.50;294.60;2.87;0.90 -8589;17;1900.40;9.50;1656.20;2.26;1.22 -8592;17;2780.20;9.50;1398.00;0.95;0.76 -8595;17;4720.00;9.50;945.60;4.33;1.20 -8600;17;2535.40;9.50;125.80;3.94;1.12 -8605;17;1439.00;9.50;132.60;3.14;1.22 -8610;17;589.20;9.50;506.80;2.98;1.22 -8614;17;1842.40;9.50;1680.80;1.42;1.36 -8615;17;199.20;9.50;266.20;3.38;1.00 -8616;17;4932.20;9.50;872.60;2.41;1.28 -8618;17;2714.80;9.50;1426.60;2.38;0.88 -8621;17;2861.20;9.50;1545.40;0.91;0.58 -8622;17;2888.40;9.50;1575.60;3.42;0.32 -8630;17;2291.80;9.50;522.20;3.25;1.34 -8631;17;2162.80;9.50;1336.60;3.53;1.22 -8634;17;453.00;9.50;358.00;2.15;1.00 -8639;17;3471.60;9.50;494.00;2.50;1.30 -8642;17;1844.00;9.50;1713.80;1.32;1.46 -8647;17;5457.40;9.50;628.20;2.16;0.80 -8648;17;5611.20;9.50;1718.40;3.18;0.82 -8650;17;4214.00;9.50;429.00;2.94;1.06 -8656;17;2258.20;9.50;487.20;3.58;1.32 -8657;17;2185.40;9.50;1387.60;3.74;1.20 -8660;17;440.20;9.50;403.40;2.76;1.08 -8663;17;469.40;9.50;888.20;2.16;1.16 -8665;17;3502.80;9.50;436.40;3.08;1.08 -8666;17;2835.00;9.50;1885.80;3.14;0.90 -8668;17;1913.00;9.50;1762.80;2.28;1.08 -8669;17;548.80;9.50;448.00;2.02;0.90 -8670;17;4775.60;9.50;748.80;3.60;1.14 -8673;17;5484.40;9.50;686.40;2.80;1.22 -8674;17;5603.40;9.50;1335.00;3.20;1.12 -8676;17;4709.40;9.50;950.20;1.12;1.10 -8679;17;4133.60;9.50;477.60;3.23;1.14 -8686;17;339.60;9.50;377.00;3.98;0.96 -8691;17;3425.00;9.50;374.60;4.11;1.36 -8693;17;2610.40;9.50;497.60;3.56;1.04 -8696;17;4780.60;9.50;783.60;4.23;0.96 -8699;17;5520.80;9.50;756.00;2.17;1.02 -8700;17;5597.20;9.50;1394.80;3.33;1.22 -8701;17;4672.20;9.50;927.00;2.76;0.54 -8715;17;734.60;9.50;597.40;3.57;1.02 -8723;17;2552.40;9.50;1436.00;4.17;1.56 -8724;17;5444.80;9.50;717.40;2.09;1.00 -8727;17;4715.40;9.50;806.80;1.89;1.32 -8728;17;4358.80;9.50;553.40;2.88;0.88 -8731;17;2426.40;9.50;170.40;2.35;1.20 -8733;17;2729.20;9.50;728.40;2.32;0.74 -8738;17;103.00;9.50;1349.40;4.13;0.94 -8742;17;3382.40;9.50;1032.40;3.62;1.08 -8749;17;2625.80;9.50;1351.40;4.21;0.64 -8750;17;5419.80;9.50;762.60;3.10;1.04 -8751;17;4762.60;9.50;807.40;1.74;0.86 -8753;17;4210.80;9.50;274.20;3.50;1.04 -8756;17;2585.40;9.50;585.20;3.70;0.86 -8763;17;393.00;9.50;1814.60;3.48;1.54 -8766;17;3424.80;9.50;974.60;2.56;1.14 -8770;17;4913.40;9.50;1080.20;3.37;1.38 -8772;17;2661.80;9.50;1274.20;1.94;0.82 -8773;17;5380.40;9.50;762.40;2.70;1.26 -8774;17;4645.40;9.50;749.40;-1.26;1.16 -8775;17;4293.40;9.50;556.00;3.58;0.90 -8778;17;2342.00;9.50;137.00;2.94;1.32 -8781;17;2127.40;9.50;1514.00;3.59;0.98 -8788;17;3601.80;9.50;886.80;3.99;1.30 -8790;17;946.60;9.50;177.60;2.92;1.38 -8791;17;4880.40;9.50;1190.60;4.18;1.34 -8793;17;2757.00;9.50;1259.20;3.96;0.68 -8797;17;4642.60;9.50;703.20;-1.53;1.26 -8799;17;4268.00;9.50;306.00;2.67;0.86 -8800;17;4020.40;9.50;615.00;3.05;1.00 -8803;17;2566.60;9.50;822.40;3.07;1.22 -8809;17;498.80;9.50;1809.80;3.97;1.24 -8814;17;1919.40;9.50;86.40;3.38;1.04 -8815;17;1445.60;9.50;1919.00;3.55;1.58 -8822;17;4707.60;9.50;674.40;1.66;1.00 -8828;17;2551.40;9.50;553.00;3.57;0.82 -8831;17;2278.60;9.50;1850.80;3.87;1.40 -8835;17;548.40;9.50;1755.40;3.62;1.12 -8837;17;814.40;9.50;699.60;3.57;1.18 -8840;17;2597.00;9.50;1513.40;3.56;1.24 -8845;17;2820.60;9.50;1335.00;4.20;0.92 -8857;17;1577.80;9.50;993.60;2.37;1.12 -8859;17;138.60;9.50;349.40;3.23;1.38 -8860;17;205.00;9.50;1502.00;2.19;1.12 -8868;17;1314.80;9.50;492.20;3.40;1.20 -8871;17;2867.60;9.50;1333.60;3.49;0.94 -8872;17;5299.40;9.50;604.00;2.30;1.70 -8876;17;4203.00;9.50;374.60;2.83;0.98 -8889;17;2489.80;9.50;868.80;4.67;1.04 -8893;17;5194.60;9.50;1482.60;3.31;0.90 -8894;17;3920.20;9.50;701.20;2.69;0.92 -8895;17;2889.00;9.50;1342.80;4.14;0.92 -8898;17;4850.20;9.50;645.40;2.06;0.96 -8909;17;429.00;9.50;1744.20;3.47;1.32 -8914;17;1562.60;9.50;2028.20;2.21;1.62 -8918;17;2909.40;9.50;1381.20;2.98;0.84 -8920;17;5577.40;9.50;1276.60;2.33;1.14 -8923;17;4740.20;9.50;139.00;2.39;0.78 -8924;17;4295.00;9.50;443.40;3.14;1.24 -8929;17;2338.80;9.50;1451.40;4.04;1.40 -8934;17;401.40;9.50;1708.20;2.09;1.16 -8937;17;2674.80;9.50;1209.60;2.09;0.90 -8941;17;2940.20;9.50;1287.60;1.41;0.90 -8944;17;5602.00;9.50;1863.60;2.78;1.40 -8945;17;4907.60;9.58;551.40;-1.48;1.32 -8946;17;4234.40;9.50;595.40;2.70;0.86 -8947;17;4311.00;9.50;385.80;3.50;1.14 -8949;17;2251.60;9.50;201.60;2.95;1.12 -8956;17;14.20;9.50;1147.40;4.00;1.24 -8958;17;466.60;9.50;793.40;3.24;1.26 -8967;17;5517.40;9.50;1377.40;3.03;0.86 -8968;17;5602.00;9.50;1815.40;2.84;1.58 -8969;17;4872.40;9.50;534.60;3.75;0.78 -8972;17;4602.40;9.50;294.40;3.22;1.16 -8976;17;2328.40;9.50;881.80;3.69;1.08 -8981;17;749.00;9.50;1012.60;2.20;1.02 -8982;17;498.00;9.50;1682.80;3.79;1.06 -8983;17;421.40;9.50;748.20;3.88;1.14 -8986;17;1797.80;9.50;94.60;2.37;1.14 -8987;17;1486.20;9.50;517.20;2.47;0.96 -8990;17;5430.60;9.50;551.40;3.27;1.22 -8991;17;5459.80;9.50;1344.80;3.07;1.02 -8993;17;5000.40;9.50;424.20;1.74;1.12 -8994;17;4139.60;9.50;623.00;3.87;1.00 -8996;17;4572.40;9.50;295.60;2.69;1.00 -8998;17;2463.80;9.50;450.60;2.28;1.24 -9009;17;1830.00;9.95;194.20;2.88;1.56 -9013;17;2979.80;9.50;1257.40;4.44;1.32 -9014;17;5400.80;9.50;516.40;1.87;1.00 -9015;17;5429.80;9.50;1283.20;2.41;1.28 -9020;17;4600.60;9.50;361.60;3.21;1.20 -9023;17;2727.20;9.50;2011.00;3.68;1.44 -9025;17;2270.60;9.50;1590.40;3.82;1.48 -9027;17;94.60;9.50;412.60;2.72;1.32 -9029;17;407.00;9.50;1616.00;3.92;1.04 -9037;17;1910.80;9.50;242.80;3.56;1.12 -9049;17;3114.20;9.50;1166.20;1.32;0.86 -9057;17;4769.20;9.50;454.20;4.12;0.86 -9070;17;2244.40;9.50;93.00;2.60;0.88 -9071;17;2465.20;9.50;273.80;2.64;1.16 -9072;17;2417.60;9.50;933.40;3.24;1.26 -9076;17;2311.00;9.50;1509.40;4.15;1.58 -9081;17;124.80;9.50;447.00;3.56;0.94 -9091;17;1439.00;9.50;641.80;3.25;1.38 -9092;17;1556.40;9.50;1838.80;2.92;1.22 -11748;17;2829.80;9.50;1538.00;2.30;0.36 -12389;17;2827.20;9.50;1523.80;1.97;0.28 -13007;17;2732.20;9.50;1519.20;2.35;0.54 -4;18;3146.40;9.50;1860.40;4.60;0.88 -16;18;5287.80;9.50;1580.80;2.43;1.18 -20;18;3150.40;9.50;1198.20;1.31;0.68 -25;18;5368.00;9.50;1306.20;2.57;1.18 -34;18;3945.60;9.50;817.80;3.09;1.02 -56;18;386.40;9.50;711.60;3.45;1.00 -209;18;3350.60;9.50;1862.40;-1.20;1.70 -210;18;2556.80;9.50;1118.20;3.11;1.40 -220;18;5179.00;9.50;1517.20;2.66;1.08 -224;18;3977.00;9.50;833.80;2.98;1.08 -225;18;3155.60;9.50;1254.80;3.39;0.74 -229;18;5220.00;9.50;551.40;-0.62;1.06 -411;18;3164.40;9.50;1828.80;1.78;0.86 -423;18;5336.80;9.50;1630.80;2.91;1.08 -430;18;5113.80;9.50;528.80;-0.93;1.88 -436;18;4318.40;9.50;696.00;3.22;1.08 -459;18;116.40;9.50;1302.80;2.31;0.92 -593;18;3081.00;9.50;1778.00;-1.32;1.08 -608;18;3933.80;9.50;992.40;2.08;1.50 -609;18;3357.40;9.50;1217.80;1.82;0.78 -786;18;3133.00;9.50;1796.80;2.77;0.82 -803;18;3305.00;9.50;1189.00;3.46;0.72 -807;18;5096.80;9.50;641.60;3.85;1.08 -812;18;4329.80;9.50;642.20;4.35;1.10 -825;18;2332.60;9.50;329.00;2.86;1.26 -826;18;2528.00;9.50;1148.20;2.72;1.36 -830;18;2525.40;9.50;1520.40;3.18;1.30 -842;18;1449.40;9.50;696.20;2.16;1.24 -990;18;3139.40;9.50;1748.40;2.78;0.62 -1158;18;4827.00;9.50;1197.00;0.00;0.80 -1211;18;3115.40;9.50;1736.60;2.29;0.92 -1236;18;4369.40;9.50;611.80;3.78;0.94 -1434;18;3258.40;9.50;1734.20;1.54;0.62 -1447;18;5514.40;9.50;1754.80;2.61;1.30 -1452;18;3044.00;9.50;1321.80;1.76;1.24 -1660;18;3197.00;9.50;1731.40;1.88;0.60 -1687;18;4298.40;9.50;712.60;2.48;0.78 -1691;18;4434.60;9.50;243.00;3.26;1.10 -1701;18;2508.00;9.50;1219.80;3.64;1.08 -1885;18;3163.00;9.50;1695.60;3.83;0.74 -1911;18;4651.20;9.50;371.80;2.64;1.26 -2107;18;3145.20;9.50;1694.20;1.51;1.20 -2124;18;4658.60;9.50;529.80;-1.42;1.04 -2128;18;3811.60;9.50;817.60;3.23;1.10 -2230;18;3071.60;9.50;1696.20;4.49;0.92 -2231;18;2989.00;9.50;565.60;2.83;0.94 -2232;18;1678.00;9.50;1099.00;3.54;0.76 -2239;18;4599.20;9.50;522.40;-1.51;0.66 -2246;18;2611.00;9.50;1136.60;2.63;1.12 -2247;18;2395.80;9.50;1625.00;3.91;1.44 -2249;18;1068.00;9.50;198.40;3.34;1.42 -2256;18;3096.40;9.50;1661.40;3.89;1.12 -2258;18;1629.40;9.50;1098.80;3.72;1.50 -2263;18;5203.20;9.50;793.20;3.41;1.42 -2265;18;4611.80;9.50;507.20;4.04;0.94 -2282;18;3064.60;9.50;1664.20;3.54;0.70 -2284;18;1537.20;9.50;1041.20;3.54;0.84 -2291;18;4692.00;9.50;502.40;2.22;1.32 -2292;18;4205.80;9.50;810.00;3.75;0.96 -2301;18;1028.60;9.50;315.00;2.60;1.58 -2307;18;1298.00;9.50;1003.40;3.14;1.24 -2309;18;3076.40;9.50;1617.20;-1.30;0.60 -2311;18;1569.20;9.50;939.20;3.18;1.20 -2326;18;2492.00;9.50;1384.00;3.30;1.26 -2333;18;3031.80;9.50;1633.20;4.27;0.88 -2341;18;4636.80;9.50;462.00;3.57;1.16 -2358;18;2997.40;9.50;1608.40;-1.49;0.60 -2361;18;1938.80;9.50;1680.80;3.29;1.52 -2370;18;3950.20;9.50;876.20;3.38;0.80 -2382;18;3021.00;9.50;1630.40;1.76;0.52 -2387;18;3699.00;9.50;439.80;2.83;1.10 -2394;18;3935.00;9.50;963.40;2.52;1.26 -2398;18;2196.00;9.50;835.40;3.98;0.92 -2400;18;2705.20;9.50;1238.40;2.48;0.72 -2408;18;2961.60;9.50;1618.00;-1.06;0.84 -2414;18;5520.60;9.50;791.80;1.99;1.00 -2415;18;5033.80;9.50;1002.80;3.10;1.22 -2431;18;3000.20;9.50;1659.60;1.41;0.70 -2440;18;4593.40;9.50;511.80;3.31;1.28 -2455;18;2945.20;9.50;1696.20;4.52;1.16 -2460;18;5155.20;9.50;1693.40;2.59;1.72 -2473;18;2622.00;9.50;1689.00;2.67;1.26 -2486;18;3771.80;9.50;174.00;3.27;1.24 -2490;18;4513.00;9.50;521.40;3.76;0.86 -2491;18;3949.00;9.50;746.60;3.58;1.26 -2502;18;241.20;9.50;562.00;4.03;1.00 -2506;18;2932.00;9.50;1680.00;1.57;1.42 -2510;18;5010.60;9.69;1562.40;3.30;0.80 -2513;18;5011.20;9.50;1099.00;2.22;1.42 -2514;18;4476.40;9.50;527.00;3.84;0.94 -2519;18;3027.20;9.50;279.60;2.52;1.02 -2520;18;2318.80;9.50;73.20;2.75;1.26 -2522;18;2124.00;9.50;898.80;3.35;1.00 -2530;18;2898.00;10.05;1758.20;2.18;0.84 -2534;18;5010.00;9.50;1495.80;2.98;0.82 -2547;18;1591.00;9.50;1057.20;3.53;1.22 -2554;18;2966.40;9.50;1842.80;1.10;1.36 -2557;18;1584.20;9.50;216.00;2.69;1.32 -2558;18;4978.00;9.50;630.40;4.35;0.94 -2564;18;3897.00;9.50;1018.80;2.11;0.88 -2569;18;2045.80;9.50;894.00;3.10;1.48 -2571;18;1755.40;9.50;1076.60;1.81;1.36 -2580;18;1904.40;9.50;127.00;2.51;1.30 -2583;18;4974.40;9.50;1421.40;3.62;1.44 -2585;18;4941.40;9.50;657.60;3.23;1.08 -2590;18;3846.40;9.50;1054.20;3.21;1.10 -2597;18;1852.80;9.50;1049.60;1.66;1.02 -2609;18;4802.00;9.50;1314.20;4.58;1.28 -2640;18;3760.60;9.50;1052.80;2.87;1.12 -2643;18;2060.00;9.50;455.40;3.48;1.14 -2646;18;1295.20;9.50;1325.20;3.73;1.08 -2654;18;3553.60;9.50;643.20;2.84;1.18 -2658;18;4960.00;9.50;1285.40;2.48;0.90 -2666;18;3647.40;9.50;1079.40;2.62;0.98 -2672;18;1286.20;9.50;1262.60;3.72;1.10 -2674;18;282.60;9.50;720.60;2.78;1.46 -2683;18;1468.00;9.50;977.80;2.92;1.42 -2684;18;4907.60;9.50;1244.60;1.13;0.84 -2689;18;4398.20;9.50;577.80;3.42;0.86 -2691;18;3609.00;9.50;1101.80;3.14;1.10 -2702;18;687.60;9.50;915.40;2.55;1.46 -2704;18;3580.20;9.50;751.60;4.21;0.98 -2708;18;4779.80;9.50;1210.40;4.48;1.06 -2714;18;4454.00;9.50;548.00;2.35;1.28 -2719;18;2163.60;9.50;504.60;3.43;1.06 -2720;18;1948.60;9.50;1026.20;3.24;1.12 -2729;18;2919.60;9.50;1607.20;-1.49;0.74 -2730;18;3652.60;9.50;844.60;2.35;1.18 -2734;18;4648.00;9.50;1302.80;-1.45;1.38 -2735;18;5004.00;9.50;798.00;2.03;0.94 -2737;18;4463.60;9.50;560.00;4.71;0.76 -2747;18;286.80;9.50;770.40;3.51;1.38 -2752;18;2901.60;9.50;1589.80;0.21;0.92 -2757;18;4685.80;9.50;1250.00;3.89;1.16 -2760;18;4533.40;9.50;595.20;2.87;0.96 -2766;18;1884.40;9.50;1049.00;2.56;1.02 -2768;18;1875.80;9.50;1714.60;3.10;1.08 -2771;18;68.20;9.50;1782.20;3.34;0.98 -2776;18;3487.00;9.50;849.00;3.92;0.90 -2781;18;4749.60;9.50;1266.20;3.54;1.18 -2785;18;4579.20;9.50;558.60;3.88;0.84 -2795;18;5.20;9.50;1774.00;3.94;1.08 -2800;18;3469.20;9.50;906.60;1.65;1.42 -2809;18;4603.00;9.50;581.20;3.94;1.34 -2824;18;2819.80;9.50;1570.00;3.04;0.36 -2825;18;3368.40;9.50;1082.00;3.02;1.18 -2829;18;4715.00;9.50;1049.20;4.21;1.18 -2833;18;4642.00;9.50;641.60;3.67;1.12 -2847;18;2801.20;9.50;1516.20;1.84;0.40 -2849;18;2259.20;9.50;811.40;2.92;1.16 -2851;18;1028.60;9.50;1381.80;3.44;1.02 -2852;18;5602.40;9.50;566.80;2.67;1.28 -2855;18;5083.20;9.50;914.40;3.58;1.16 -2856;18;4767.20;9.50;838.60;4.19;1.42 -2857;18;4604.20;9.50;764.20;4.20;1.12 -2871;18;2771.00;9.50;1509.60;2.74;0.48 -2875;18;931.60;9.50;1429.80;2.31;1.44 -2876;18;4741.00;9.50;835.60;1.16;1.14 -2882;18;4593.20;9.50;740.20;2.35;0.98 -2887;18;1849.20;9.50;1163.00;2.71;1.12 -2891;18;85.00;9.50;634.00;3.52;1.10 -2893;18;1023.40;9.50;841.80;2.23;1.26 -2895;18;2768.60;9.50;1544.60;4.34;0.26 -2896;18;3574.40;9.50;1140.00;3.41;1.16 -2899;18;4721.60;9.50;765.20;2.09;1.16 -2901;18;5074.80;9.50;871.80;3.56;1.48 -2904;18;4537.80;9.50;678.60;1.10;0.98 -2919;18;3684.60;9.50;1087.60;3.02;0.82 -2921;18;806.60;9.50;1626.80;3.98;0.94 -2922;18;4741.20;9.50;741.20;3.00;0.94 -2924;18;5366.80;9.50;50.40;3.10;1.24 -2929;18;3978.20;9.50;524.60;2.72;0.96 -2942;18;2752.00;10.13;1655.80;4.68;1.24 -2945;18;813.00;9.50;1759.60;1.74;1.76 -2946;18;4607.00;9.50;810.40;3.98;1.06 -2955;18;3699.20;9.50;335.60;3.47;1.24 -2957;18;2079.00;9.50;145.60;3.56;1.18 -2970;18;642.80;9.50;1926.20;3.92;1.98 -2971;18;4668.40;9.50;864.40;3.05;1.04 -2974;18;5357.60;9.50;926.60;2.71;1.48 -3011;18;5434.80;9.50;145.20;3.83;1.66 -3195;18;2767.80;9.50;1719.00;1.57;1.16 -3204;18;4627.60;9.50;1024.00;2.69;0.94 -3218;18;4472.40;9.50;804.00;4.11;0.98 -3238;18;2184.80;9.50;1624.80;3.82;1.66 -3239;18;1425.80;9.50;1074.60;2.95;1.22 -3253;18;432.00;9.50;1967.80;3.45;1.70 -3405;18;2078.40;9.50;1024.00;3.70;1.12 -3408;18;257.20;9.50;1383.40;3.02;1.34 -3425;18;4442.60;9.50;794.40;3.24;1.02 -3442;18;1493.60;9.50;1013.20;3.46;0.88 -3590;18;2687.60;9.50;1657.60;-0.33;1.02 -3616;18;4444.20;9.50;745.00;2.94;0.92 -3625;18;2949.80;9.50;661.40;2.49;0.94 -3809;18;4414.80;9.50;764.40;2.70;0.78 -3818;18;2928.00;9.50;715.40;3.63;0.78 -3990;18;2712.20;9.50;1595.80;3.20;0.70 -4002;18;4368.80;9.50;837.60;4.00;1.24 -4016;18;4361.00;10.17;791.40;4.23;0.90 -4026;18;2841.80;9.50;745.40;3.08;0.94 -4212;18;2664.20;9.50;1560.00;4.40;1.12 -4225;18;4470.20;9.50;602.00;3.52;0.90 -4240;18;4430.40;9.50;810.80;2.17;1.28 -4244;18;3742.20;9.50;634.80;2.81;0.90 -4370;18;2748.60;9.50;1541.80;3.40;0.52 -4451;18;4642.20;9.50;603.60;3.18;1.10 -4465;18;5018.60;9.50;1429.80;4.46;0.98 -4466;18;4539.20;9.50;844.60;2.75;1.12 -4484;18;2001.60;9.50;1681.40;3.63;1.56 -4662;18;2635.80;9.50;1610.40;1.93;0.96 -4684;18;4911.40;9.50;662.60;3.04;0.98 -4689;18;4567.20;9.50;884.40;2.12;1.04 -4698;18;3500.20;9.50;185.40;3.29;1.32 -4885;18;2719.80;9.50;1492.00;3.09;0.86 -4899;18;4805.00;9.50;634.80;2.05;1.46 -5108;18;2781.80;9.50;1438.00;1.57;0.76 -5127;18;4508.20;9.50;942.20;2.57;1.24 -5144;18;607.20;9.50;288.00;2.79;1.34 -5150;18;741.80;9.54;1821.60;3.62;1.10 -5233;18;2752.20;9.50;1421.20;2.35;0.78 -5238;18;4857.40;9.50;578.20;2.65;1.18 -5240;18;5090.40;9.50;49.80;2.53;1.48 -5244;18;4510.60;9.50;970.20;1.53;1.40 -5246;18;3561.80;9.50;713.40;2.82;1.30 -5247;18;3469.20;9.50;318.80;2.85;1.30 -5248;18;2813.00;9.50;635.40;2.49;1.08 -5257;18;882.40;9.50;1721.40;1.41;1.38 -5263;18;4845.00;9.50;474.60;2.63;1.04 -5266;18;5289.20;9.50;1204.80;2.05;1.20 -5267;18;4831.00;9.50;707.40;3.14;1.04 -5269;18;4537.20;9.50;987.80;4.37;1.42 -5273;18;2795.60;9.50;573.20;3.57;1.14 -5282;18;830.60;9.50;1725.80;3.04;0.94 -5284;18;2642.60;9.50;1374.20;3.35;0.80 -5294;18;4763.60;9.50;685.40;4.19;1.16 -5316;18;4964.40;9.50;509.80;2.67;1.38 -5318;18;5145.60;9.50;151.00;3.62;1.16 -5320;18;4865.20;9.50;614.20;2.35;1.00 -5321;18;4971.20;9.50;1638.20;3.00;1.10 -5322;18;4667.20;9.50;1059.20;4.02;0.94 -5335;18;810.60;9.50;1674.60;4.40;1.32 -5336;18;2615.80;9.50;1316.80;3.88;0.86 -5340;18;4949.40;9.50;443.80;2.67;0.76 -5341;18;5194.40;9.50;235.00;2.99;1.04 -5343;18;4696.60;9.50;629.80;-1.30;1.74 -5345;18;4650.80;9.50;1041.00;3.25;0.94 -5355;18;22.20;9.50;969.40;3.39;1.04 -5358;18;1340.00;9.50;901.60;2.54;0.94 -5363;18;607.80;9.50;1012.20;3.10;1.18 -5364;18;5081.40;9.50;512.80;2.41;1.46 -5365;18;5149.60;9.50;285.00;4.13;1.32 -5367;18;4698.40;9.50;1017.60;3.25;1.12 -5374;18;1950.00;9.50;1493.60;2.30;1.20 -5381;18;856.40;9.50;1590.40;2.25;1.16 -5382;18;2685.60;9.50;1265.60;3.38;0.62 -5386;18;5549.40;9.50;104.80;4.03;1.76 -5388;18;3345.60;9.67;1121.40;2.84;1.04 -5390;18;4813.20;9.50;608.00;2.70;1.30 -5394;18;3417.80;9.50;552.80;3.98;1.16 -5395;18;3325.60;9.50;180.20;2.67;1.38 -5407;18;2712.00;9.50;1250.40;4.61;0.58 -5412;18;3280.00;9.60;1345.00;1.37;0.66 -5414;18;4734.00;9.50;517.60;-0.89;1.22 -5424;18;1668.00;9.50;210.00;2.67;1.20 -5430;18;899.60;9.50;1503.20;1.71;0.64 -5431;18;2780.60;9.50;1270.20;4.24;0.78 -5438;18;4772.20;9.50;516.00;4.26;0.82 -5452;18;1368.40;9.50;854.00;3.88;1.48 -5454;18;2804.40;9.50;1306.40;4.46;0.84 -5463;18;4683.80;9.60;884.60;1.47;0.82 -5473;18;1670.80;9.50;119.20;2.83;0.98 -5479;18;2849.40;9.50;1300.00;3.47;0.94 -5498;18;1825.20;9.50;1412.00;3.95;0.86 -5505;18;2856.40;9.50;1370.80;4.13;1.00 -5507;18;1762.00;9.50;1173.20;3.94;1.54 -5510;18;4984.00;9.70;93.80;3.59;1.02 -5511;18;5509.00;9.50;210.60;2.20;1.16 -5513;18;4852.00;9.50;496.80;4.21;1.06 -5515;18;4719.00;9.50;578.80;2.58;1.12 -5531;18;2898.40;9.50;1300.20;2.82;0.88 -5533;18;1827.20;9.50;1107.80;4.16;1.12 -5538;18;4900.80;9.50;498.80;3.33;0.86 -5539;18;4427.80;9.65;668.20;-0.68;0.92 -5555;18;2923.60;9.50;1390.80;4.45;0.86 -5563;18;5011.80;9.50;498.80;2.35;1.30 -5578;18;998.80;9.50;1350.20;2.31;1.50 -5579;18;2942.60;9.50;1362.80;4.28;0.84 -5581;18;1725.60;9.50;1232.00;3.07;1.44 -5584;18;4644.60;9.50;182.20;1.93;1.00 -5585;18;5617.20;9.50;169.80;2.73;0.94 -5586;18;5199.60;9.50;1396.80;2.56;1.20 -5587;18;5118.00;9.50;483.80;2.69;1.26 -5605;18;2955.00;9.50;1304.60;3.36;0.86 -5607;18;1717.40;9.50;1156.80;2.88;1.54 -5609;18;5421.00;9.50;380.00;3.14;1.08 -5611;18;5599.20;9.50;208.80;3.50;1.20 -5613;18;5027.20;9.50;460.40;4.15;0.98 -5614;18;5139.00;9.50;1470.20;2.66;1.26 -5615;18;4429.00;9.50;630.60;4.61;0.82 -5626;18;449.60;9.50;309.00;3.79;1.10 -5630;18;1052.60;9.50;1322.40;4.00;1.26 -5631;18;2969.80;9.50;1217.00;4.54;0.88 -5635;18;5480.00;9.50;255.00;4.35;1.16 -5637;18;5535.00;9.50;150.80;1.37;1.68 -5638;18;5288.00;9.50;1047.40;2.96;1.28 -5639;18;5056.60;9.50;423.60;3.73;0.94 -5641;18;4491.60;9.50;634.20;3.63;1.20 -5651;18;458.20;9.50;146.80;2.59;1.42 -5654;18;1200.80;9.50;718.40;4.11;0.98 -5655;18;1090.60;9.50;1233.40;3.23;1.26 -5656;18;2972.60;9.50;1350.80;3.60;1.00 -5658;18;1625.40;9.50;1189.40;4.17;0.58 -5660;18;5414.00;9.50;418.00;2.24;0.90 -5664;18;4957.20;9.50;1220.20;4.21;1.34 -5666;18;4556.40;9.50;589.20;3.42;1.00 -5681;18;3053.60;9.50;1297.00;2.53;0.80 -5687;18;3417.00;9.50;1882.00;2.89;0.84 -5692;18;4324.20;9.50;906.40;2.06;1.00 -5700;18;1632.60;9.50;1239.80;2.14;1.08 -5706;18;1158.20;9.50;1185.80;2.95;0.94 -5707;18;3060.80;9.50;1273.20;3.58;1.36 -5711;18;5622.40;9.50;243.60;1.94;1.46 -5716;18;5005.60;9.50;1254.20;4.11;1.02 -5718;18;4317.60;9.50;878.40;3.47;0.94 -5733;18;3063.40;9.50;1208.80;1.61;1.16 -5735;18;1571.80;9.50;1208.00;1.78;1.46 -5740;18;3495.00;9.50;2007.20;4.26;2.04 -5741;18;5397.20;9.50;321.40;4.18;1.22 -5765;18;3277.40;9.50;1989.40;-1.45;1.10 -5771;18;4957.40;9.50;132.20;2.62;1.08 -5786;18;3002.20;9.50;1412.60;4.58;0.82 -5790;18;5358.80;9.50;481.20;2.61;1.14 -5792;18;3113.80;9.50;1979.00;0.99;1.98 -5793;18;5354.60;9.50;340.60;2.75;0.88 -5805;18;1492.40;9.50;414.00;3.65;1.66 -5812;18;3028.80;9.50;1396.60;3.62;0.78 -5823;18;4274.00;9.50;941.40;2.71;0.86 -5830;18;1902.00;9.50;1993.80;3.77;1.32 -5838;18;3071.80;9.50;1347.40;-0.64;1.24 -5842;18;5176.60;9.50;553.20;3.62;1.40 -5847;18;5594.40;9.50;1195.60;2.55;1.56 -5853;18;2749.20;9.50;395.40;2.33;0.84 -5864;18;3069.80;9.50;1318.40;4.60;0.60 -5866;18;1490.80;9.50;1272.40;2.20;1.20 -5868;18;5288.00;9.50;520.80;1.67;1.34 -5869;18;3020.60;9.50;1907.20;1.75;1.96 -5870;18;5344.00;9.50;393.20;2.33;1.32 -5873;18;4208.20;9.50;1000.60;3.60;0.98 -5913;18;3146.40;9.96;1287.60;2.15;1.06 -5922;18;5080.00;9.50;1393.60;2.71;1.04 -5942;18;2933.80;9.50;1813.00;1.57;1.34 -5946;18;5004.40;9.50;1344.00;4.71;1.06 -5951;18;1897.00;9.50;288.80;4.22;1.52 -5960;18;4397.80;9.50;681.40;0.99;1.48 -5961;18;3162.60;9.50;1193.00;-1.22;0.94 -5967;18;5122.20;9.50;334.00;3.95;0.90 -5970;18;5021.60;9.50;1303.80;3.25;0.82 -5975;18;1998.00;9.50;346.00;3.00;1.30 -5977;18;1807.80;9.50;2013.00;2.46;0.94 -5984;18;4360.00;9.50;748.40;2.28;1.08 -5985;18;3230.40;9.50;1185.60;3.30;0.62 -6011;18;3289.20;9.50;1180.40;1.72;0.78 -6030;18;5084.40;9.50;378.80;3.82;1.00 -6064;18;220.20;9.50;1857.60;2.65;1.12 -6219;18;3348.20;9.50;1189.80;1.87;0.70 -6223;18;1435.40;9.50;1362.00;3.22;1.38 -6256;18;2085.40;9.50;402.40;2.01;1.06 -6419;18;3361.20;9.50;1252.60;2.03;0.92 -6422;18;1491.80;9.50;1317.80;3.73;1.08 -6442;18;4968.80;9.50;1453.00;3.40;1.08 -6443;18;4188.40;9.50;995.80;2.58;0.84 -6608;18;3300.00;9.50;1256.00;2.67;0.96 -6612;18;1487.40;9.50;1356.20;2.98;0.94 -6627;18;5170.00;9.50;483.60;4.11;1.26 -6632;18;4929.60;9.50;1404.60;2.72;1.22 -6633;18;4138.60;9.50;959.60;3.95;1.14 -6801;18;3167.60;9.50;1265.80;4.45;1.02 -6805;18;1519.80;9.50;1274.00;3.33;1.04 -6819;18;5313.80;10.46;487.80;1.94;0.74 -6824;18;4934.00;9.50;1368.60;4.11;1.12 -7002;18;3259.80;9.50;1250.80;2.35;1.02 -7010;18;5161.80;9.50;596.40;-1.48;1.58 -7028;18;4889.00;9.50;1359.80;1.98;1.22 -7029;18;4105.00;9.50;912.20;2.22;1.20 -7036;18;3824.80;9.50;271.00;2.65;1.20 -7062;18;5356.80;9.50;864.80;3.38;1.18 -7226;18;3227.80;9.50;1273.60;1.69;1.00 -7230;18;1663.80;9.50;1226.20;3.34;1.00 -7235;18;5166.60;9.50;575.60;1.28;1.00 -7253;18;4060.20;9.50;861.60;3.77;0.92 -7287;18;5472.20;9.50;763.13;3.19;1.08 -7452;18;3164.80;9.50;1303.80;-1.18;1.08 -7461;18;5084.80;9.50;607.20;1.97;0.94 -7468;18;2799.60;9.50;1602.80;4.50;0.46 -7472;18;5460.00;9.50;457.20;2.93;0.98 -7479;18;4045.00;9.50;805.60;4.37;1.00 -7678;18;3233.20;9.50;1337.40;4.24;0.40 -7704;18;4964.60;9.50;1330.20;2.85;1.18 -7705;18;4082.60;9.50;784.80;3.74;0.90 -7735;18;609.80;9.50;1104.60;2.60;1.04 -7906;18;3268.80;9.50;1396.40;2.59;1.00 -7910;18;1622.20;9.50;1285.40;1.77;1.08 -7932;18;4829.80;9.50;1227.60;-0.69;1.26 -7933;18;4027.20;9.50;778.40;3.66;1.14 -8131;18;3313.40;9.50;1425.60;1.86;1.46 -8135;18;1575.40;9.50;1347.40;2.19;0.84 -8150;18;4807.80;9.50;1180.00;3.33;0.98 -8151;18;4069.20;9.50;737.40;3.74;0.98 -8256;18;3279.20;9.50;1373.40;4.59;1.18 -8261;18;4299.20;9.50;770.00;3.64;0.98 -8271;18;2545.60;9.50;698.00;3.68;1.10 -8275;18;1129.40;9.50;436.40;3.91;1.24 -8282;18;3346.00;9.50;1437.60;-1.49;0.84 -8288;18;2816.00;9.50;1821.40;2.74;1.26 -8289;18;1118.40;9.50;383.20;4.71;1.00 -8290;18;5576.80;9.50;688.60;3.09;1.12 -8308;18;3337.40;9.50;1403.40;4.12;1.36 -8313;18;4253.80;9.50;883.20;3.11;0.74 -8314;18;2730.00;9.50;1560.00;2.35;0.64 -8315;18;5551.80;9.50;427.80;2.59;1.10 -8326;18;3211.60;9.50;2030.20;1.84;1.04 -8327;18;1112.60;9.50;382.60;2.05;1.30 -8330;18;246.20;9.50;1810.00;3.88;1.54 -8331;18;377.40;9.50;1017.80;2.61;1.26 -8334;18;3392.40;9.50;1376.60;4.29;1.30 -8340;18;2745.00;9.50;1611.20;1.53;0.88 -8343;18;4766.60;9.50;1105.00;2.62;1.16 -8363;18;1554.60;9.50;1402.20;3.26;0.92 -8367;18;2716.80;9.50;1760.20;3.27;1.14 -8370;18;3719.80;9.50;1984.20;1.49;2.28 -8371;18;4696.00;9.50;1106.60;3.86;1.26 -8384;18;424.00;9.50;1020.60;3.67;1.06 -8389;18;1633.60;9.50;1431.40;1.95;1.06 -8394;18;5551.20;9.50;509.00;2.04;0.98 -8396;18;4704.80;9.79;1164.60;-0.26;1.16 -8410;18;413.20;9.50;1060.40;3.69;1.16 -8412;18;4754.60;9.50;686.40;1.92;0.72 -8418;18;2626.00;9.50;1580.00;3.14;1.08 -8419;18;5590.40;9.50;517.00;3.47;1.22 -8420;18;5518.60;9.50;956.40;3.71;1.34 -8427;18;2273.20;9.50;765.40;3.46;1.18 -8442;18;2597.20;9.50;1579.60;2.72;1.04 -8445;18;4705.80;9.50;1281.00;-1.17;1.32 -8453;18;2371.40;9.50;1302.60;4.06;1.78 -8465;18;1625.40;9.50;1469.00;4.20;1.24 -8472;18;4853.40;9.50;1157.60;3.35;0.98 -8492;18;1615.80;9.50;1510.80;4.56;1.20 -8499;18;4850.20;9.50;1089.60;1.86;0.82 -8507;18;2227.00;9.50;659.40;3.63;1.16 -8518;18;1661.80;9.50;1554.40;4.63;0.94 -8529;18;3980.20;9.50;69.80;3.30;1.16 -8543;18;1714.00;9.50;1608.80;4.29;1.14 -8546;18;2753.60;9.50;1468.00;2.53;0.48 -8548;18;4768.80;9.50;1011.20;3.92;1.06 -8563;18;643.80;9.50;566.00;4.14;0.96 -8566;18;1763.20;9.50;1633.40;4.24;1.14 -8567;18;60.60;9.50;204.00;2.23;1.64 -8572;18;4712.60;9.50;877.20;-1.05;1.18 -8589;18;1883.60;9.50;1665.80;3.07;1.22 -8592;18;2782.60;9.50;1406.00;1.57;0.76 -8595;18;4740.80;9.50;954.40;3.31;1.20 -8614;18;1784.80;9.50;1693.60;4.44;1.36 -8618;18;2687.60;9.50;1426.60;3.95;0.88 -8621;18;2867.60;9.50;1545.40;1.18;0.58 -8639;18;3446.00;9.50;497.20;3.42;1.30 -8642;18;1739.20;9.50;1711.40;-1.35;1.46 -8660;18;465.80;9.50;406.60;2.15;1.08 -8663;18;432.60;9.50;891.40;3.80;1.16 -8670;18;4793.20;9.50;743.20;2.69;1.14 -8673;18;5452.40;9.50;685.60;4.11;1.22 -8674;18;5581.80;9.50;1334.20;3.92;1.12 -8676;18;4710.20;9.50;967.80;2.00;1.10 -8696;18;4795.80;9.50;794.80;3.29;0.96 -8701;18;4681.80;9.50;927.80;2.17;0.54 -8723;18;2557.20;9.50;1442.40;3.97;1.56 -8727;18;4709.00;9.50;812.40;2.19;1.32 -8751;18;4733.00;9.50;798.60;-1.19;0.86 -8766;18;3404.80;9.50;982.60;3.62;1.14 -8772;18;2612.20;9.50;1277.40;4.10;0.82 -8774;18;4671.00;9.50;767.80;2.58;1.16 -8778;18;2358.80;9.50;141.00;2.42;1.32 -8788;18;3615.40;9.50;891.60;3.39;1.30 -8791;18;4876.40;11.53;1199.40;3.89;1.34 -8793;18;2769.80;9.50;1260.00;3.07;0.68 -8797;18;4645.80;9.50;708.00;4.50;1.26 -8814;18;1933.80;9.50;92.00;2.83;1.04 -8815;18;1465.60;9.50;1923.00;2.81;1.58 -8822;18;4669.20;9.50;678.40;4.24;1.00 -8845;18;2826.20;9.50;1340.60;3.71;0.92 -8857;18;1556.20;9.50;997.60;3.36;1.12 -8872;18;5279.40;9.50;612.80;3.05;1.70 -8889;18;2538.60;9.50;874.40;1.81;1.04 -8893;18;5216.20;9.50;1487.40;2.33;0.90 -8895;18;2903.40;9.50;1344.40;3.51;0.92 -8898;18;4817.40;9.50;651.00;3.84;0.96 -8914;18;1544.20;9.50;2033.00;2.85;1.62 -8934;18;389.40;9.50;1714.60;2.55;1.16 -8937;18;2662.80;9.50;1214.40;2.82;0.90 -8941;18;2933.80;9.50;1302.80;2.53;0.90 -8945;18;4947.60;9.50;563.40;2.02;1.32 -8947;18;4329.40;9.50;384.20;2.64;1.14 -8956;18;33.40;9.50;1157.00;3.04;1.24 -8968;18;1118.80;11.30;1818.60;4.70;1.58 -8986;18;1774.60;9.50;95.40;3.47;1.14 -8987;18;1478.20;9.50;518.80;2.80;0.96 -8993;18;5000.40;9.50;438.60;2.33;1.12 -9009;18;1834.00;9.75;208.60;2.87;1.56 -9013;18;3023.00;9.50;1263.80;2.14;1.32 -9014;18;5328.80;9.50;519.60;4.37;1.00 -9015;18;5427.40;9.50;1296.80;2.67;1.28 -9023;18;2753.60;9.50;2013.40;2.83;1.44 -9049;18;3074.20;9.50;1164.60;-1.27;0.86 -9076;18;2319.00;9.50;1515.80;3.91;1.58 -9092;18;1542.00;9.50;1841.20;3.39;1.22 -14;19;2966.00;9.50;1726.00;0.79;0.24 -21;19;2937.00;9.50;1820.00;-1.84;0.44 -22;19;3165.00;9.50;2001.00;-1.79;0.34 -38;19;3037.00;9.50;1926.00;-1.57;0.28 -44;19;3100.00;9.50;1992.00;0.00;0.36 -53;19;2898.75;9.50;1708.79;-3.46;0.24 -64;19;3265.00;9.50;1993.00;0.00;0.22 -65;19;2901.00;9.50;1736.00;-1.77;0.32 -66;19;3175.00;9.50;1835.00;-2.16;0.24 -68;19;2878.01;9.50;1567.58;-1.76;0.20 -83;19;3173.00;9.50;1703.00;-1.11;0.26 -86;19;3327.00;9.60;1890.00;-3.41;0.28 -91;19;3081.00;9.50;1964.00;-2.94;0.58 -94;19;3351.00;9.55;1850.00;-4.57;0.28 -98;19;3426.00;9.53;1889.00;0.97;0.56 -104;19;3251.00;9.50;1731.00;-2.68;0.18 -105;19;3601.00;9.55;1944.00;-2.76;1.22 -107;19;2977.00;9.65;1844.00;-2.21;0.20 -116;19;3338.00;9.50;1972.00;-2.91;0.50 -122;19;2895.50;9.50;1742.74;-2.09;0.44 -130;19;3084.00;9.50;1795.00;0.69;0.32 -131;19;2729.00;10.60;1713.00;-3.14;0.24 -137;19;2908.00;9.60;1712.00;-1.57;0.32 -153;19;1738.00;9.50;1065.00;-1.82;0.26 -158;19;3196.00;9.50;1858.00;-1.41;0.28 -161;19;3086.00;9.53;1712.00;-0.64;0.28 -169;19;3143.00;9.50;1771.00;-1.95;0.26 -171;19;2981.00;9.50;1713.00;-1.57;0.20 -177;19;1856.00;9.53;1106.00;-1.57;0.16 -182;19;3099.00;9.60;1814.00;0.38;0.30 -185;19;3161.00;9.55;1702.00;-4.47;0.36 -188;19;2882.00;9.50;1778.00;-1.57;0.34 -192;19;3075.00;9.50;1945.00;-2.25;0.28 -195;19;3176.00;9.50;1836.00;-2.25;0.36 -198;19;3807.00;9.55;1977.00;-3.34;1.26 -199;19;2882.00;9.50;1761.00;-1.25;0.18 -200;19;2763.00;9.68;1684.00;1.03;0.24 -204;19;3215.00;9.50;1745.00;0.00;0.20 -205;19;3080.00;9.50;1794.00;0.79;0.32 -211;19;3062.00;9.50;1657.00;-0.46;0.24 -221;19;2814.14;9.40;1566.89;0.59;0.24 -241;19;2931.71;9.50;1592.72;-3.91;0.32 -271;19;2821.58;9.40;1575.45;1.17;0.24 -276;19;2692.00;10.03;1626.00;0.54;0.26 -284;19;2713.00;9.50;1655.00;0.24;0.26 -285;19;2694.59;9.50;1576.24;-5.97;0.28 -299;19;3061.00;9.53;1661.00;1.19;0.22 -312;19;3433.00;9.60;1845.00;-2.36;0.36 -316;19;2935.00;9.50;1661.00;-0.79;0.28 -317;19;2953.00;9.60;1619.00;-4.12;0.22 -321;19;2994.99;9.60;1604.75;-3.04;0.28 -322;19;2823.11;9.50;1582.73;1.77;0.24 -329;19;3058.00;9.53;1658.00;1.19;0.22 -332;19;2942.00;9.50;1625.00;-0.79;0.26 -337;19;2666.00;9.68;1636.00;-1.25;0.36 -348;19;3138.00;9.50;1628.00;-2.03;0.28 -349;19;3024.00;9.77;1594.00;-4.12;0.24 -351;19;2773.00;10.15;1635.00;-4.33;0.22 -362;19;3098.09;9.50;1609.23;-3.92;0.24 -373;19;1926.23;9.40;1676.38;-0.44;0.16 -374;19;2939.00;9.50;1596.00;-2.68;0.18 -377;19;2741.00;9.50;1559.00;0.00;0.22 -379;19;1850.00;9.50;1076.00;-1.57;0.14 -383;19;2989.96;9.50;1680.43;-3.01;0.24 -391;19;2887.01;9.50;1564.84;-3.76;0.16 -394;19;2965.00;9.55;1680.00;-3.14;0.32 -399;19;2933.00;9.50;1648.00;-0.98;0.24 -407;19;2737.00;9.50;1563.00;-0.59;0.20 -408;19;3105.00;9.50;1692.00;-3.14;0.30 -480;19;2859.14;9.60;1544.49;-2.83;0.08 -485;19;2821.73;9.40;1515.31;-2.96;0.20 -490;19;1559.00;9.50;1806.00;-1.74;1.54 -505;19;865.00;9.50;1592.00;-1.37;0.30 -540;19;2729.00;9.55;1538.00;-0.64;0.28 -542;19;2744.00;9.50;1475.00;-1.33;0.16 -567;19;3184.00;9.50;1720.00;-1.82;0.20 -568;19;3324.00;9.50;1441.00;-0.46;0.20 -575;19;2843.00;9.50;1539.00;-3.14;0.16 -591;19;3039.00;9.50;1417.00;-1.11;0.18 -610;19;867.00;9.57;1555.00;-1.74;0.32 -628;19;3011.00;9.50;1434.00;0.24;0.22 -657;19;3252.00;9.53;1396.00;1.43;0.24 -677;19;898.00;9.65;1510.00;-0.38;0.26 -687;19;3268.06;9.40;1421.25;1.09;0.28 -705;19;3324.00;9.50;1422.00;-1.19;0.28 -717;19;3414.00;9.50;1402.00;-0.79;0.22 -719;19;3405.00;9.50;1406.00;0.46;0.24 -721;19;3315.00;9.50;1440.00;-1.57;0.24 -740;19;2766.00;9.75;1386.00;-3.46;0.20 -743;19;2783.00;9.65;1389.00;-2.21;0.24 -747;19;2761.00;9.50;1264.00;0.32;0.20 -750;19;3393.00;9.50;1428.00;-2.36;0.26 -758;19;2675.00;9.50;1387.00;-2.36;0.24 -761;19;1482.00;9.60;1852.00;-3.03;1.90 -772;19;3457.00;9.50;1361.00;-1.43;0.24 -782;19;2996.00;9.68;1410.00;-4.47;0.18 -788;19;1619.71;9.50;1484.40;-4.45;0.24 -792;19;3363.00;9.50;1216.00;-1.82;0.22 -799;19;2667.00;9.50;1322.00;-0.98;0.16 -806;19;3369.97;9.40;1266.18;-0.53;0.28 -819;19;3032.00;9.50;1336.00;-0.32;0.20 -848;19;4800.00;9.70;1306.00;-3.73;0.28 -849;19;3217.17;9.50;1325.68;0.92;0.36 -851;19;3047.00;9.53;1325.00;-0.59;0.24 -854;19;2847.29;9.50;1354.53;0.56;0.24 -855;19;5037.00;9.50;1601.00;-4.15;0.50 -859;19;1676.00;9.50;1559.00;-3.93;0.20 -865;19;1614.00;9.55;1497.00;1.19;0.32 -866;19;1546.00;9.55;1334.00;-4.47;0.30 -873;19;1599.00;9.55;1516.00;1.57;0.32 -883;19;3055.00;9.68;1350.00;-4.25;0.18 -895;19;3177.00;9.53;1332.00;1.57;0.28 -898;19;4837.00;9.50;1363.00;0.79;0.26 -902;19;2954.00;9.50;1308.00;0.32;0.18 -904;19;3292.02;9.50;1344.48;-2.73;0.24 -905;19;1712.00;9.50;1567.00;-1.11;0.34 -911;19;2903.00;9.50;1382.00;0.00;0.18 -912;19;4762.00;9.50;1316.00;-0.79;0.20 -914;19;3120.00;9.50;1318.00;-0.98;0.22 -922;19;3243.00;9.50;1359.00;-4.47;0.24 -923;19;3022.00;9.50;1347.00;0.17;0.22 -925;19;3020.89;9.50;1388.19;-5.53;0.24 -947;19;3257.00;9.63;1330.00;-2.76;0.22 -955;19;3027.80;9.50;1335.27;-1.79;0.22 -957;19;4873.00;9.50;1386.00;-0.46;0.34 -959;19;4830.00;9.55;1347.00;1.57;0.22 -962;19;2805.00;9.50;1298.00;0.77;0.20 -964;19;4711.00;9.50;1326.00;-1.77;0.24 -967;19;3007.00;10.60;1396.00;-3.73;0.24 -970;19;2664.00;9.53;1297.00;-1.25;0.18 -975;19;3406.00;10.03;1340.00;-3.46;0.22 -976;19;3160.00;9.88;1301.00;-4.33;0.26 -979;19;3318.00;10.23;1357.00;-2.90;0.24 -980;19;2669.00;9.50;1290.00;-1.57;0.20 -986;19;920.00;9.50;1456.00;-0.64;0.28 -989;19;2777.00;9.53;1233.00;-3.39;0.34 -994;19;4511.00;9.50;944.00;-0.32;0.26 -998;19;4944.00;9.55;1266.00;-1.57;0.22 -1002;19;5407.00;9.53;830.00;1.57;0.16 -1003;19;4771.00;9.50;1284.00;0.00;0.20 -1005;19;3286.59;9.40;1266.02;0.04;0.28 -1009;19;3032.00;9.50;1265.00;-0.46;0.24 -1013;19;2820.00;9.60;1256.00;-3.68;0.28 -1014;19;4271.00;9.50;967.00;-0.79;0.32 -1015;19;3350.00;9.75;1135.00;0.00;0.20 -1018;19;4500.00;9.50;1005.00;-0.79;0.24 -1019;19;1590.00;9.53;1434.00;0.54;0.26 -1020;19;4857.00;9.68;1177.00;0.98;0.14 -1024;19;5005.00;10.05;1281.00;-4.51;0.22 -1025;19;4845.00;9.98;1210.00;-2.36;0.20 -1029;19;4669.00;9.55;1228.00;-4.17;0.28 -1033;19;3360.00;9.50;1100.00;-2.10;0.56 -1038;19;4522.00;9.55;971.00;-2.50;0.28 -1041;19;3061.00;9.60;1164.00;-3.68;0.32 -1042;19;5337.00;9.70;481.00;1.11;0.22 -1047;19;4577.00;9.53;1018.00;0.79;0.28 -1048;19;2708.00;9.50;1261.00;-1.37;0.20 -1051;19;4930.00;9.50;1211.00;0.64;0.24 -1052;19;4661.00;9.50;1309.00;0.54;0.30 -1054;19;4802.00;9.50;1228.00;0.32;0.26 -1055;19;4691.00;9.50;1106.00;1.19;0.28 -1061;19;3904.00;9.60;1025.00;0.00;0.40 -1063;19;4990.00;9.50;1309.00;-1.82;0.26 -1065;19;3353.00;9.50;1192.00;-1.57;0.24 -1067;19;4927.00;9.50;1241.00;-2.21;0.20 -1070;19;4538.46;9.50;970.30;-2.92;0.28 -1071;19;3257.00;9.68;1157.00;-3.31;0.26 -1077;19;1619.00;9.50;1459.00;-1.57;0.28 -1085;19;5315.00;9.70;517.00;1.25;0.32 -1088;19;3367.00;9.50;1235.00;-1.57;0.32 -1089;19;4686.00;9.50;1181.00;1.11;0.20 -1091;19;4683.00;9.50;1038.00;-2.36;0.14 -1092;19;4877.00;9.50;1217.00;0.00;0.22 -1096;19;4692.00;10.32;1145.00;-3.14;0.20 -1098;19;4680.00;9.50;651.00;1.11;0.22 -1102;19;2656.00;9.50;1173.00;-1.57;0.44 -1104;19;4684.00;9.50;1282.00;-3.14;0.22 -1106;19;3129.00;9.53;1300.00;-1.57;0.22 -1108;19;3368.00;9.50;1224.00;-1.95;0.28 -1109;19;3158.00;9.50;1293.00;-0.79;0.20 -1112;19;3317.00;9.50;1134.00;-1.19;0.36 -1117;19;4976.00;9.53;1284.00;-2.36;0.28 -1118;19;3047.00;9.80;1172.00;-3.61;0.24 -1119;19;3276.00;9.53;1255.00;0.79;0.28 -1122;19;3294.00;9.50;1265.00;-0.20;0.26 -1123;19;4818.00;9.50;1103.00;-4.25;0.18 -1127;19;3116.00;9.78;1152.00;-2.68;0.26 -1130;19;3178.00;10.28;1180.00;-3.39;0.22 -1132;19;1592.80;9.50;1439.25;0.73;0.36 -1133;19;4920.00;9.50;1204.00;-0.79;0.20 -1135;19;88.00;9.50;1785.00;-4.43;0.34 -1136;19;4919.00;9.50;1240.00;-3.52;0.24 -1142;19;4248.00;9.50;985.00;-0.79;0.26 -1145;19;2858.00;9.60;1263.00;-3.52;0.24 -1148;19;4811.00;10.50;1291.00;-4.04;0.24 -1149;19;3014.00;9.68;1193.00;-3.61;0.22 -1150;19;4700.00;9.60;1304.00;-2.03;0.24 -1155;19;3320.00;9.50;1162.00;-3.14;0.28 -1156;19;3030.00;10.13;1286.00;-3.46;0.20 -1157;19;4476.00;9.50;985.00;0.79;0.28 -1158;19;4830.00;9.50;1208.00;-4.25;0.24 -1159;19;4183.00;9.50;999.00;-0.24;0.26 -1160;19;2933.00;9.53;1266.00;-3.34;0.30 -1163;19;1614.00;9.50;1449.00;-4.47;0.28 -1164;19;3188.00;10.23;1237.00;-3.93;0.16 -1165;19;5019.00;9.65;1307.00;0.59;0.22 -1167;19;4891.00;10.00;1240.00;-3.14;0.24 -1168;19;4700.00;9.50;1114.00;0.59;0.24 -1173;19;3143.00;9.50;1277.00;-1.11;0.16 -1175;19;4699.00;9.53;1023.00;1.25;0.20 -1177;19;4783.00;9.53;1200.00;-1.57;0.12 -1179;19;3845.00;9.50;1064.00;-0.62;0.50 -1182;19;4987.00;9.50;1240.00;0.00;0.20 -1183;19;4838.00;9.50;1176.00;-1.19;0.18 -1184;19;4672.00;10.15;1271.00;-2.98;0.22 -1185;19;4459.00;9.53;970.00;0.79;0.20 -1189;19;3005.00;10.05;1191.00;-3.27;0.26 -1190;19;3881.00;9.50;1024.00;0.00;0.32 -1191;19;4872.00;9.80;1233.00;-3.39;0.22 -1194;19;2708.00;9.75;1227.00;-1.95;0.30 -1198;19;3107.00;9.63;1147.00;-2.68;0.26 -1200;19;4701.00;10.78;1278.00;-4.12;0.22 -1201;19;3350.00;9.50;1183.00;-2.03;0.20 -1204;19;3149.00;9.65;1194.00;-3.31;0.24 -1205;19;3137.00;9.50;1293.00;-0.32;0.22 -1208;19;4523.00;9.55;672.00;0.79;0.84 -1209;19;4551.00;9.50;519.00;0.79;0.20 -1214;19;849.00;9.50;1718.00;-0.64;0.36 -1221;19;4694.00;9.50;871.00;-0.46;0.20 -1222;19;5063.00;9.50;529.00;0.14;0.32 -1224;19;4747.00;9.50;834.00;-2.68;0.22 -1234;19;4762.00;9.55;753.00;1.11;0.24 -1237;19;5410.00;10.25;406.00;-2.76;0.40 -1238;19;3999.00;9.50;803.00;-1.33;0.26 -1242;19;5077.00;9.50;524.00;-0.32;0.26 -1244;19;4396.00;9.50;851.00;-0.40;0.26 -1246;19;4458.00;9.60;588.00;1.33;0.20 -1252;19;4646.00;9.50;664.00;1.11;0.34 -1261;19;4730.00;9.90;822.00;-2.82;0.22 -1263;19;5405.00;10.18;295.00;-1.11;0.20 -1269;19;5291.56;9.50;499.67;-1.60;0.48 -1273;19;3960.00;9.50;892.00;-1.33;0.22 -1277;19;4404.00;9.50;662.00;-4.12;0.38 -1279;19;4392.00;9.60;753.00;-3.46;0.22 -1280;19;1049.00;9.50;317.00;-1.57;0.24 -1281;19;4353.00;9.55;805.00;-3.52;0.16 -1283;19;5033.00;9.53;503.00;-4.39;0.32 -1284;19;1708.00;9.63;1680.00;-2.76;0.42 -1285;19;4510.00;9.53;842.00;1.57;0.20 -1286;19;5166.00;9.50;570.00;-2.68;0.18 -1288;19;4701.00;10.07;891.00;1.57;0.18 -1289;19;4713.00;9.50;659.00;0.20;0.22 -1291;19;4373.00;9.50;737.00;-1.03;0.22 -1293;19;4765.00;9.50;797.00;-3.02;0.24 -1298;19;4682.00;9.50;517.00;-3.61;0.20 -1300;19;4508.00;9.65;880.00;1.37;0.18 -1301;19;5140.00;9.70;561.00;-3.61;0.22 -1302;19;4474.00;10.65;924.00;-4.47;0.26 -1306;19;4664.00;9.55;732.00;-3.93;0.26 -1308;19;4353.00;9.55;812.00;0.98;0.16 -1310;19;5027.00;9.50;504.00;0.00;0.24 -1311;19;4759.00;9.50;849.00;-3.93;0.20 -1315;19;4338.00;9.50;872.00;-1.03;0.30 -1316;19;4511.54;9.40;631.11;0.63;0.46 -1321;19;4004.00;9.50;786.00;0.00;0.24 -1322;19;5026.00;10.40;1475.00;-1.57;0.30 -1326;19;4773.00;9.73;514.00;0.32;0.18 -1329;19;5121.00;9.50;561.00;-2.03;0.16 -1330;19;4312.00;9.50;914.00;0.46;0.28 -1332;19;4421.00;9.60;632.00;-4.12;0.18 -1337;19;4368.00;9.53;782.00;1.25;0.20 -1338;19;1739.00;9.50;1624.00;-0.12;0.30 -1339;19;4756.00;9.60;498.00;0.17;0.20 -1340;19;4764.00;10.60;841.00;-4.33;0.20 -1342;19;4458.00;9.50;561.00;0.38;0.14 -1345;19;4436.00;9.60;621.00;-3.64;0.46 -1349;19;3945.00;9.50;961.00;-1.77;0.26 -1351;19;4783.00;9.50;723.00;-4.12;0.48 -1353;19;4410.00;9.50;840.00;-0.46;0.24 -1354;19;1791.00;9.60;1638.00;0.79;0.44 -1355;19;4735.00;9.50;491.00;-2.82;0.42 -1356;19;1710.00;9.60;1691.00;1.15;0.42 -1358;19;5216.18;9.50;552.47;-2.31;0.18 -1361;19;5171.00;10.15;602.00;-1.11;0.26 -1366;19;4351.00;9.50;774.00;-0.79;0.22 -1368;19;4722.00;9.85;824.00;1.11;0.24 -1370;19;5285.62;9.50;482.36;-2.18;0.16 -1372;19;4727.00;9.68;872.00;-3.14;0.24 -1376;19;4378.00;9.50;709.00;-0.93;0.26 -1379;19;4778.00;9.50;781.00;1.57;0.22 -1381;19;4052.00;9.55;814.00;0.17;0.32 -1385;19;4342.00;9.50;864.00;-1.41;0.22 -1386;19;4499.00;9.68;546.00;-3.46;0.20 -1388;19;4702.00;10.35;901.00;0.98;0.18 -1389;19;5062.00;9.55;586.00;-3.82;0.26 -1393;19;870.00;9.50;1732.00;-0.59;0.46 -1396;19;4472.00;9.50;812.00;0.79;0.22 -1398;19;4457.00;9.55;546.00;-1.25;0.20 -1399;19;5202.00;9.57;1508.00;-3.93;0.44 -1401;19;4457.00;9.60;604.00;-3.46;0.30 -1403;19;4330.00;9.50;914.00;-1.11;0.26 -1404;19;4636.00;9.50;698.00;-4.25;0.26 -1408;19;883.00;9.50;1731.00;-1.25;0.32 -1410;19;4938.00;9.55;460.00;-4.12;0.40 -1413;19;4533.00;9.53;542.00;-2.55;0.24 -1415;19;4684.00;9.95;906.00;-2.68;0.18 -1416;19;4622.00;9.50;606.00;1.11;0.28 -1419;19;4802.00;9.55;684.00;-0.93;0.40 -1420;19;849.00;10.13;1741.00;-3.39;0.38 -1421;19;4713.00;9.82;760.00;0.00;0.16 -1422;19;4923.00;9.63;461.00;-3.84;0.36 -1423;19;4463.00;9.65;807.00;1.03;0.24 -1424;19;1795.05;9.30;1658.63;1.32;0.48 -1425;19;4479.00;9.50;532.00;0.00;0.24 -1426;19;1814.00;9.50;1941.00;-2.88;1.46 -1427;19;4369.00;9.53;864.00;0.24;0.28 -1428;19;4369.00;9.53;607.00;0.71;0.58 -1430;19;4057.00;9.53;898.00;1.57;0.32 -1431;19;4851.00;9.50;449.00;-1.99;0.34 -1437;19;4799.00;9.50;639.00;0.79;0.20 -1440;19;1769.00;9.50;1159.00;-1.57;0.20 -1460;19;4361.00;9.50;647.00;-1.17;0.26 -1468;19;3287.00;9.50;157.00;1.22;0.80 -1480;19;1533.00;9.55;1378.00;1.11;0.46 -1484;19;4701.00;9.63;634.00;0.20;0.24 -1500;19;1328.00;9.50;1356.00;-0.69;0.36 -1501;19;5001.00;9.57;397.00;-2.11;0.34 -1505;19;4709.00;9.50;624.00;-2.94;0.34 -1511;19;4626.00;9.50;255.00;-1.89;0.56 -1512;19;5054.00;9.50;1379.00;1.41;0.30 -1513;19;1637.60;9.40;1244.27;-3.93;0.52 -1514;19;4960.00;9.68;395.00;-3.31;0.44 -1515;19;5148.00;9.53;1435.00;-0.46;0.88 -1518;19;4691.00;9.80;628.00;-3.14;0.26 -1540;19;4640.00;9.50;228.00;-1.33;0.58 -1546;19;4926.00;9.50;602.00;-2.03;0.42 -1547;19;1544.00;9.55;1405.00;0.52;0.34 -1550;19;1612.18;9.50;1191.47;0.43;0.32 -1556;19;1507.00;9.50;1352.00;-1.11;0.38 -1562;19;976.00;9.50;1415.00;-1.95;0.20 -1565;19;5558.00;9.70;192.00;-3.82;0.24 -1572;19;1539.00;9.68;1352.00;-4.47;0.28 -1574;19;4802.00;9.50;599.00;-1.89;0.30 -1584;19;1516.00;9.50;1339.00;-1.43;0.36 -1589;19;4684.00;9.60;586.00;1.41;0.30 -1594;19;1676.00;9.55;1188.00;-2.76;0.40 -1611;19;5161.00;9.55;201.00;-4.59;0.34 -1619;19;1760.00;9.50;1636.00;1.33;0.36 -1624;19;1883.00;9.53;226.00;0.32;0.46 -1629;19;4982.00;9.50;520.00;-0.52;0.34 -1633;19;1545.48;9.40;985.31;-0.07;0.44 -1635;19;1666.00;9.55;1166.00;-3.61;0.20 -1639;19;1841.00;9.50;222.00;0.54;0.46 -1642;19;5039.00;10.13;1408.00;-4.02;0.38 -1644;19;5017.00;9.50;479.00;-2.50;0.38 -1648;19;4337.00;9.60;717.00;-3.55;0.40 -1652;19;4655.00;9.50;182.00;-0.93;0.30 -1712;19;1566.00;9.50;2008.00;0.98;0.96 -1713;19;5549.00;9.50;164.00;-1.57;0.20 -1742;19;5024.00;9.50;1548.00;-1.48;0.52 -1751;19;2406.09;9.50;1279.42;0.98;0.70 -1755;19;5025.00;9.50;1517.00;-1.57;0.58 -1759;19;5070.00;9.57;64.00;0.36;0.44 -1772;19;4915.00;10.03;1618.00;1.41;0.64 -1773;19;4982.00;9.50;91.00;-0.54;0.40 -1799;19;780.00;9.57;1817.00;-0.16;1.26 -1801;19;5584.00;9.55;150.00;-4.17;0.32 -1814;19;5557.00;9.50;111.00;-0.46;0.30 -1820;19;5023.00;9.78;1495.00;-1.11;0.58 -1823;19;5392.00;9.50;1766.00;-0.14;2.72 -1830;19;328.00;9.50;1925.00;-0.16;2.30 -1833;19;3248.00;9.53;111.00;0.71;0.66 -1839;19;5240.00;9.53;1668.00;-1.24;1.68 -1843;19;1543.00;9.50;1282.00;-0.51;0.36 -1863;19;5337.00;9.57;1675.00;1.17;1.28 -1865;19;5244.00;9.65;1775.00;0.96;2.30 -1869;19;754.00;9.50;1791.00;0.46;0.66 -1889;19;3709.00;9.50;1069.00;-1.25;0.64 -1892;19;986.00;9.50;1389.00;-1.28;0.36 -1903;19;2940.00;9.55;704.00;-1.57;0.16 -1904;19;1021.00;9.53;1323.00;-2.23;0.68 -1909;19;2597.00;9.50;798.00;-1.11;0.74 -1913;19;1529.00;9.50;1297.00;-1.19;0.34 -1920;19;3475.00;9.50;905.00;-1.13;0.60 -1923;19;3445.00;9.50;963.00;-1.00;0.64 -1937;19;1643.37;9.40;1041.37;-3.28;0.64 -1944;19;1684.50;9.40;1032.64;-5.19;0.56 -1945;19;1109.00;9.50;1286.00;-1.03;0.68 -1947;19;3709.00;9.68;979.00;1.35;0.70 -1951;19;2827.00;9.50;748.00;0.27;0.38 -1955;19;3561.00;9.60;1117.00;-4.02;0.50 -1966;19;3603.00;9.57;830.00;1.57;0.52 -1977;19;3374.00;9.70;1013.00;-4.21;0.70 -1981;19;1871.00;9.60;1003.00;-3.73;0.68 -1988;19;1497.87;9.40;1052.48;1.15;0.60 -1997;19;1694.07;9.40;1015.90;-2.69;0.60 -2003;19;3397.00;10.10;948.00;-4.25;0.72 -2021;19;1354.00;9.50;1166.00;-3.93;0.48 -2029;19;3599.00;9.50;892.00;0.86;0.78 -2031;19;1474.09;9.50;1124.78;-2.97;0.76 -2033;19;3411.00;9.50;1027.00;-1.25;0.74 -2035;19;1988.29;9.50;843.19;-3.89;1.28 -2038;19;2603.00;9.82;784.00;-0.86;0.60 -2042;19;1284.00;9.60;1325.00;0.88;0.46 -2048;19;3650.00;9.60;1039.00;-2.75;0.56 -2050;19;2880.00;9.50;749.00;0.79;0.42 -2051;19;1165.00;9.50;1186.00;-1.19;0.52 -2069;19;1041.00;9.50;1378.00;-1.11;0.50 -2075;19;1502.59;9.40;1075.75;1.45;0.68 -2077;19;1431.00;9.55;1163.00;1.57;0.44 -2085;19;1676.37;9.40;1058.86;-2.42;0.56 -2089;19;3562.00;9.50;1142.00;1.20;0.32 -2094;19;2605.00;9.50;780.00;-1.13;0.72 -2095;19;3379.00;9.50;1072.00;-1.14;0.48 -2103;19;3654.00;9.50;924.00;0.32;0.44 -2115;19;2995.00;9.50;569.00;-0.88;0.32 -2120;19;3346.00;9.50;334.00;0.56;0.76 -2123;19;3438.00;9.50;435.00;-3.65;0.60 -2132;19;2184.00;9.68;821.00;-3.14;0.56 -2153;19;2169.00;9.50;530.00;1.01;0.40 -2156;19;1540.00;9.50;776.00;-2.03;0.62 -2161;19;1692.00;9.50;151.00;-2.03;0.54 -2165;19;3977.00;9.50;32.00;-1.57;0.44 -2166;19;4996.00;9.50;388.00;-2.25;0.48 -2175;19;2231.00;9.68;788.00;-3.79;0.46 -2183;19;5058.00;9.50;28.00;-1.25;0.24 -2188;19;3692.00;9.50;574.00;0.59;0.24 -2189;19;5079.00;9.50;11.00;0.24;0.34 -2191;19;4803.00;9.50;169.00;0.56;0.76 -2193;19;3353.00;9.53;312.00;1.57;0.68 -2196;19;3417.00;9.60;543.00;1.57;0.60 -2197;19;5522.00;9.50;66.00;0.88;0.38 -2200;19;3502.00;9.50;239.00;-0.46;0.58 -2201;19;4735.00;9.50;362.00;-2.90;0.84 -2202;19;3436.00;9.55;466.00;1.49;0.68 -2203;19;5490.00;9.60;44.00;1.15;0.38 -2207;19;3033.00;9.50;263.00;-1.39;0.54 -2210;19;1678.00;9.50;598.00;-0.64;0.70 -2211;19;5475.00;9.50;22.00;0.90;0.44 -2219;19;4916.00;9.50;148.00;-1.39;0.68 -2225;19;1625.00;9.50;632.00;-0.57;0.76 -2227;19;2260.00;9.68;760.00;1.41;0.34 -2228;19;2157.00;9.50;822.23;-3.26;0.60 -2229;19;3038.00;9.50;242.00;-2.25;0.48 -2489;19;5179.00;9.50;772.00;0.00;0.18 -2995;19;3203.00;9.57;2009.00;-3.73;0.66 -3008;19;3319.00;9.80;1897.00;-4.25;0.32 -3016;19;3182.00;9.63;2003.00;-2.94;0.38 -3018;19;2974.00;9.50;1844.00;-2.60;0.32 -3022;19;2967.42;9.60;1816.59;-3.24;0.20 -3034;19;3065.00;9.50;1938.00;-1.95;0.32 -3040;19;3164.00;9.82;1991.00;-2.94;0.36 -3045;19;3074.00;9.57;1756.00;1.57;0.20 -3048;19;3020.00;9.50;1899.00;-2.21;0.34 -3058;19;3122.00;9.57;1972.00;-2.50;0.30 -3060;19;3271.00;9.50;1740.00;-0.59;0.22 -3061;19;3230.00;9.50;1749.00;0.00;0.22 -3080;19;3389.00;9.50;1841.00;-1.57;0.46 -3082;19;3127.00;9.50;1992.00;-2.36;0.42 -3083;19;3150.72;9.50;1745.18;-2.24;0.30 -3088;19;2999.00;9.50;1884.00;-1.57;0.22 -3090;19;2891.00;9.50;1770.00;-0.98;0.22 -3092;19;3393.00;9.50;1828.00;-2.92;0.40 -3096;19;2939.00;9.50;1816.00;-2.36;0.32 -3113;19;3122.00;9.50;1824.00;1.03;0.26 -3114;19;2897.00;9.57;1760.00;-2.76;0.24 -3117;19;3142.00;9.50;1775.00;-1.57;0.32 -3118;19;2542.57;9.50;1189.37;-0.07;0.16 -3121;19;3314.00;9.50;1908.00;-4.33;0.28 -3122;19;3138.00;9.50;1803.00;-1.25;0.32 -3126;19;3002.00;9.50;1877.00;-1.89;0.24 -3132;19;3055.00;9.57;1938.00;-2.45;0.42 -3134;19;3327.00;9.60;1964.00;-3.14;0.32 -3145;19;3078.00;9.50;1950.00;-1.22;0.28 -3147;19;3551.00;9.50;1913.00;-2.97;1.00 -3150;19;2744.00;11.45;1666.00;0.98;0.24 -3151;19;3274.00;9.50;1736.00;-0.79;0.22 -3152;19;3195.15;9.50;1725.79;-4.50;0.18 -3159;19;2731.00;9.57;1695.00;1.11;0.24 -3161;19;3222.00;9.50;1746.00;0.24;0.20 -3168;19;3432.00;9.57;1846.00;-3.14;0.46 -3170;19;3379.00;9.60;1961.00;-3.93;0.62 -3171;19;2973.00;9.50;1724.00;-1.57;0.22 -3172;19;3163.00;9.60;1822.00;-2.60;0.28 -3174;19;3184.00;9.60;1698.00;-0.59;0.20 -3178;19;2703.00;9.50;1683.00;-2.68;0.34 -3182;19;3080.00;9.60;1748.00;-3.46;0.28 -3188;19;2908.00;9.50;1765.00;-1.11;0.30 -3189;19;3342.00;9.55;1867.00;1.35;0.26 -3192;19;2894.00;9.65;1724.00;0.24;0.38 -3205;19;2753.00;9.40;1597.00;-2.03;0.24 -3206;19;2952.00;9.68;1656.00;-2.68;0.30 -3208;19;1769.00;9.57;1932.00;-2.99;2.10 -3211;19;2874.00;9.57;1560.00;-2.16;0.16 -3229;19;3065.00;9.53;1677.00;1.57;0.22 -3231;19;2941.00;9.50;1607.00;-1.71;0.20 -3242;19;2694.00;9.82;1624.00;-2.68;0.24 -3260;19;2990.00;9.70;1637.00;-2.36;0.28 -3274;19;2733.00;9.50;1581.00;-2.16;0.24 -3277;19;2959.00;9.57;1638.00;1.46;0.20 -3284;19;1845.00;9.50;1031.00;-1.11;0.26 -3287;19;2805.95;9.50;1590.63;-3.26;0.28 -3296;19;3142.00;9.57;1674.00;-2.50;0.26 -3305;19;2994.00;9.57;1624.00;-4.21;0.32 -3307;19;2998.00;9.50;1667.00;-1.37;0.24 -3311;19;2728.37;9.50;1615.21;-0.67;0.14 -3314;19;2880.75;9.50;1577.26;-2.44;0.20 -3319;19;3138.00;9.57;1664.00;-2.21;0.26 -3325;19;2975.00;9.53;1629.00;-4.76;0.36 -3326;19;2939.00;9.63;1590.00;-2.55;0.22 -3329;19;2696.00;10.00;1639.00;-3.93;0.22 -3338;19;3430.00;9.50;1862.00;-1.48;0.68 -3340;19;3017.00;9.60;1602.00;-4.39;0.28 -3353;19;2796.00;9.75;1601.00;-4.47;0.24 -3359;19;2697.16;9.50;1610.63;-4.49;0.32 -3368;19;2946.00;9.50;1600.00;-1.33;0.20 -3369;19;2755.00;10.03;1560.00;-1.37;0.24 -3373;19;2709.00;9.65;1655.00;1.57;0.40 -3374;19;2973.00;9.50;1618.00;0.00;0.26 -3379;19;2708.00;9.50;1625.00;1.37;0.26 -3380;19;3109.00;9.50;1607.00;-3.61;0.26 -3396;19;2657.00;9.50;1597.00;-1.43;0.20 -3401;19;3185.00;9.50;1278.00;-2.23;0.44 -3421;19;3402.00;9.53;1460.00;0.32;0.24 -3422;19;2764.00;9.50;1548.00;0.79;0.18 -3456;19;3850.00;9.50;1054.00;-1.05;0.50 -3463;19;2749.00;9.78;1554.00;-2.98;0.24 -3501;19;2814.33;9.70;1552.44;0.22;0.28 -3525;19;3165.00;9.60;1675.00;-3.61;0.22 -3552;19;2731.68;9.50;1484.36;-2.68;0.22 -3579;19;2790.00;9.55;1504.00;-3.39;0.20 -3644;19;869.00;9.50;1566.00;-1.89;0.32 -3651;19;4267.00;9.50;961.00;-2.16;0.42 -3653;19;3457.00;9.57;1355.00;-1.89;0.20 -3678;19;905.00;9.55;1505.00;-2.36;0.22 -3686;19;3330.05;9.50;1411.30;-1.69;0.24 -3691;19;1687.00;9.50;2042.00;-1.68;1.08 -3698;19;3418.00;9.50;1399.00;-0.64;0.26 -3701;19;3266.97;9.50;1429.35;1.41;0.28 -3712;19;1700.00;9.60;1598.00;1.35;0.32 -3714;19;3438.00;9.55;1343.00;-2.98;0.26 -3722;19;3343.00;9.68;1434.00;-3.93;0.28 -3732;19;1707.00;9.50;1607.00;0.93;0.36 -3738;19;3301.00;9.68;1459.00;0.79;0.24 -3739;19;4962.00;9.60;1446.00;0.98;0.28 -3753;19;4968.00;9.60;1458.00;1.37;0.30 -3755;19;3315.00;9.50;1450.00;-0.12;0.22 -3761;19;2687.00;9.78;1393.00;-3.14;0.22 -3772;19;2934.00;10.00;1402.00;0.98;0.22 -3783;19;4701.00;9.53;1316.00;-1.57;0.28 -3790;19;2673.00;9.40;1270.00;-0.05;0.20 -3838;19;2944.00;9.50;1360.00;-0.79;0.26 -3840;19;909.00;9.50;1471.00;-0.93;0.28 -3844;19;3158.00;9.50;1328.00;1.57;0.18 -3851;19;3256.00;9.50;1333.00;-1.77;0.14 -3852;19;4809.00;9.50;1325.00;0.20;0.22 -3857;19;3021.00;10.28;1285.00;-2.90;0.20 -3861;19;2663.00;9.50;1314.00;-1.57;0.24 -3864;19;3162.00;10.48;1307.00;0.98;0.22 -3866;19;2668.00;9.50;1286.00;-1.82;0.20 -3868;19;3067.00;9.50;1385.00;1.11;0.28 -3873;19;2813.00;9.50;1333.00;1.57;0.24 -3878;19;1658.46;9.50;1555.45;0.18;0.24 -3879;19;3230.00;9.52;1337.00;0.78;0.24 -3884;19;3109.00;9.53;1338.00;-1.95;0.24 -3900;19;4669.00;9.50;1320.00;0.64;0.34 -3901;19;3056.00;9.50;1311.00;-1.25;0.20 -3906;19;1694.00;9.57;1577.00;0.20;0.22 -3917;19;1621.00;9.50;1492.00;-0.79;0.20 -3924;19;3067.00;9.50;1388.00;0.00;0.16 -3928;19;2912.00;9.50;1388.00;0.59;0.20 -3936;19;3177.00;9.50;1339.00;1.11;0.20 -3943;19;3046.00;9.50;1399.00;-1.25;0.26 -3946;19;2852.00;10.15;1377.00;1.57;0.22 -3957;19;1613.00;9.53;1524.00;1.45;0.24 -3962;19;4994.00;9.50;1350.00;1.33;0.36 -3966;19;3039.00;9.53;1361.00;-3.79;0.18 -3967;19;3346.00;10.40;1359.00;-2.86;0.24 -3968;19;3052.00;9.55;1323.00;-1.11;0.14 -3973;19;3165.40;10.80;1312.64;2.19;0.36 -3981;19;4802.00;9.50;1323.00;0.20;0.22 -3982;19;3334.00;10.35;1359.00;-2.76;0.24 -3988;19;3166.00;9.50;1285.00;0.60;0.24 -3995;19;5085.00;9.50;906.00;-1.57;0.18 -4003;19;3868.00;9.50;1035.00;-0.66;0.50 -4008;19;3308.00;9.50;1257.00;-1.41;0.28 -4013;19;4697.00;9.50;1111.00;0.64;0.28 -4014;19;3044.89;9.50;1272.46;-5.33;0.20 -4023;19;4517.00;9.50;999.00;-0.32;0.24 -4027;19;4860.00;9.50;1202.00;1.57;0.22 -4031;19;4681.00;10.30;1221.00;-3.93;0.26 -4042;19;4695.00;9.53;1155.00;0.24;0.22 -4046;19;2886.00;9.63;1262.00;-3.46;0.30 -4047;19;3067.00;9.60;1163.00;-3.50;0.28 -4050;19;4599.00;9.50;1015.00;0.28;0.28 -4052;19;4763.00;9.50;1310.00;-1.11;0.24 -4054;19;4935.00;9.53;1217.00;1.25;0.20 -4056;19;4822.00;9.53;1235.00;1.57;0.22 -4057;19;3105.00;9.60;1147.00;-3.25;0.28 -4062;19;4181.00;9.50;1007.00;0.54;0.32 -4065;19;2777.00;9.73;1270.00;0.98;0.24 -4067;19;4986.00;9.88;1298.00;-1.98;0.30 -4068;19;3349.00;9.93;1060.00;-4.15;0.42 -4073;19;3311.98;9.50;1137.77;0.64;0.20 -4076;19;3279.00;9.57;1164.00;-3.14;0.28 -4080;19;2705.00;9.50;1267.00;-0.64;0.24 -4088;19;3345.00;9.68;1170.00;-2.21;0.20 -4089;19;4656.00;9.60;1284.00;-3.79;0.22 -4090;19;3897.00;9.50;994.00;-0.40;0.36 -4091;19;4695.00;9.60;1188.00;-4.25;0.24 -4094;19;4892.00;9.50;1216.00;-2.82;0.20 -4096;19;4702.00;9.55;1032.00;0.59;0.20 -4098;19;2796.97;9.60;1290.96;-5.29;0.20 -4099;19;4684.00;9.50;1097.00;1.33;0.24 -4100;19;4999.00;9.50;1254.00;1.57;0.20 -4101;19;4712.00;9.57;943.00;-3.14;0.20 -4102;19;4839.00;9.50;1166.00;0.00;0.14 -4104;19;4161.00;9.55;993.00;1.21;0.30 -4107;19;4759.00;9.53;1286.00;-1.57;0.24 -4109;19;3179.68;10.40;1286.04;-4.84;0.24 -4112;19;3223.42;9.40;1292.78;-3.03;0.24 -4115;19;3352.00;9.50;1134.00;-1.05;0.32 -4116;19;2781.00;9.53;1235.00;-2.94;0.26 -4118;19;5007.00;9.53;1275.00;1.57;0.24 -4119;19;4469.00;9.55;979.00;1.25;0.24 -4120;19;3121.00;9.50;1161.00;-1.57;0.22 -4124;19;3332.00;9.50;1253.00;0.79;0.26 -4126;19;4783.00;9.50;1242.00;-1.85;0.26 -4127;19;3301.00;9.50;1261.00;-0.67;0.28 -4132;19;3916.00;9.50;985.00;0.93;0.36 -4135;19;2722.24;9.50;1252.93;1.12;0.20 -4136;19;3187.00;10.18;1177.00;-3.39;0.18 -4137;19;4640.00;9.50;1302.00;-4.55;0.18 -4142;19;4937.00;9.65;1226.00;0.98;0.20 -4145;19;3269.00;9.50;1161.00;-2.68;0.26 -4151;19;3143.00;9.50;1194.00;-3.14;0.18 -4155;19;1793.00;9.50;1153.00;-0.32;0.28 -4157;19;4673.00;9.80;1244.00;1.03;0.24 -4159;19;3044.00;9.50;1283.00;-4.25;0.22 -4160;19;4518.60;9.50;980.70;0.79;0.22 -4161;19;3339.00;9.65;1164.00;-3.00;0.20 -4162;19;4215.00;9.88;1030.00;1.21;0.30 -4163;19;2940.00;9.55;1266.00;-3.14;0.26 -4164;19;4840.00;9.50;1197.00;-0.98;0.16 -4168;19;1607.00;9.50;1460.00;1.45;0.30 -4169;19;4670.24;9.40;1084.80;1.45;0.28 -4170;19;3210.00;9.50;1234.00;-2.68;0.16 -4178;19;3161.00;9.88;1275.00;-4.25;0.28 -4179;19;4882.00;10.53;1211.00;-3.14;0.20 -4180;19;384.00;9.50;1023.00;-0.46;0.26 -4184;19;4989.00;9.50;1231.00;-0.79;0.20 -4186;19;4689.00;10.18;1260.00;0.24;0.28 -4187;19;3943.00;9.50;986.00;-1.98;0.38 -4188;19;4992.00;9.50;1242.00;-1.37;0.16 -4189;19;4574.00;9.57;1011.00;0.79;0.24 -4193;19;3141.00;9.50;1279.00;-1.89;0.22 -4194;19;3018.00;10.20;1191.00;-3.28;0.20 -4196;19;4671.68;9.50;1076.63;-4.91;0.28 -4198;19;4857.00;9.50;1152.00;-4.12;0.32 -4199;19;2741.00;10.00;1234.00;-3.34;0.22 -4205;19;4709.00;9.88;1278.00;1.57;0.26 -4206;19;3347.00;9.50;1174.00;-2.03;0.20 -4211;19;4486.00;9.50;600.00;-0.79;0.22 -4214;19;4713.00;10.15;928.00;-4.39;0.14 -4216;19;4542.00;9.50;678.00;-1.86;0.30 -4219;19;4069.00;9.50;743.00;-0.54;0.26 -4223;19;4445.00;9.50;808.00;-1.11;0.26 -4226;19;5242.96;9.50;539.73;-0.04;0.10 -4228;19;4744.00;9.50;856.00;1.19;0.22 -4231;19;5429.00;9.60;303.00;-2.36;0.40 -4233;19;4704.00;10.00;906.00;0.46;0.20 -4237;19;4090.00;9.57;923.00;0.95;0.36 -4241;19;4769.00;9.50;759.00;1.25;0.22 -4245;19;4182.00;9.50;1009.00;0.00;0.22 -4247;19;5449.00;9.53;338.00;-2.82;0.28 -4252;19;5282.00;9.63;529.00;-1.57;0.32 -4255;19;4507.00;9.68;884.00;1.57;0.18 -4262;19;4694.00;9.53;672.00;-2.76;0.24 -4266;19;4748.00;9.50;744.00;-0.24;0.24 -4268;19;5410.00;9.68;292.00;-1.57;0.24 -4269;19;4756.00;9.50;809.00;-1.57;0.18 -4273;19;4603.00;9.50;514.00;-0.79;0.38 -4275;19;4347.00;9.50;842.00;-2.47;0.40 -4279;19;4507.00;9.50;660.00;-2.42;0.34 -4282;19;4625.00;9.68;749.00;-3.31;0.30 -4284;19;4444.00;9.60;803.00;-1.37;0.20 -4285;19;1777.84;9.40;1644.23;-0.03;0.44 -4286;19;5584.00;9.50;356.00;1.57;0.32 -4288;19;4682.00;9.50;869.00;-2.18;0.32 -4289;19;5094.00;9.50;510.00;-0.98;0.22 -4292;19;5273.69;9.50;506.24;-4.04;0.20 -4296;19;888.00;9.63;1700.00;-4.07;0.38 -4301;19;4700.00;9.50;508.00;0.00;0.18 -4304;19;5149.00;9.50;570.00;-3.46;0.24 -4305;19;1764.00;9.73;1720.00;-2.85;0.54 -4306;19;4580.00;9.50;537.00;1.57;0.48 -4307;19;4687.00;9.50;660.00;0.59;0.20 -4308;19;4667.00;9.53;616.00;-2.16;0.20 -4312;19;4366.00;9.50;798.00;-3.93;0.24 -4320;19;4434.00;9.50;562.00;-0.62;0.28 -4321;19;4058.00;9.60;901.00;0.67;0.32 -4327;19;4025.00;9.60;787.00;0.64;0.26 -4329;19;5100.00;9.50;502.00;-0.79;0.20 -4332;19;5145.00;9.53;551.00;-0.32;0.18 -4334;19;4511.00;9.50;864.00;1.57;0.18 -4336;19;4323.00;9.50;924.00;-0.32;0.22 -4341;19;4450.00;9.63;790.00;-0.79;0.20 -4342;19;1769.00;9.50;1641.00;0.40;0.36 -4346;19;5124.00;9.50;488.00;0.00;0.22 -4349;19;4681.00;9.50;562.00;0.37;0.24 -4350;19;4686.00;9.50;927.00;-1.82;0.18 -4352;19;5160.00;9.50;608.00;1.43;0.22 -4355;19;4418.00;9.68;725.00;1.57;0.20 -4357;19;4893.00;10.00;775.00;-3.39;0.20 -4358;19;4752.00;9.50;492.00;1.19;0.20 -4359;19;4407.00;9.50;833.00;-1.11;0.24 -4360;19;1824.00;9.50;1662.00;-1.57;0.44 -4361;19;4447.00;9.55;561.00;-0.24;0.24 -4364;19;4442.00;9.57;616.00;1.57;0.18 -4367;19;4422.00;9.53;689.00;-4.47;0.24 -4368;19;4686.00;9.50;934.00;-1.57;0.22 -4371;19;4369.00;10.18;766.00;1.57;0.20 -4373;19;4763.00;9.50;825.00;-1.57;0.24 -4377;19;4747.00;9.60;870.00;-1.57;0.24 -4378;19;5239.54;9.50;546.57;-5.72;0.20 -4379;19;4484.00;10.30;914.00;-4.25;0.24 -4380;19;871.00;9.50;1637.00;-1.77;0.28 -4385;19;863.00;9.50;1747.00;-0.59;0.48 -4387;19;5520.00;9.50;652.00;-1.57;0.18 -4388;19;4359.00;9.53;824.00;1.57;0.22 -4390;19;4548.00;9.70;543.00;-3.46;0.20 -4393;19;5073.00;9.55;580.00;-3.79;0.26 -4395;19;3953.00;9.50;907.00;-1.29;0.34 -4396;19;4572.00;9.50;698.00;-2.62;0.44 -4397;19;4456.00;9.68;949.00;-4.51;0.24 -4398;19;878.00;9.50;1665.00;-0.79;0.32 -4399;19;4718.00;9.85;774.00;-2.68;0.18 -4401;19;4473.00;9.50;818.00;0.14;0.22 -4404;19;4998.00;9.60;1505.00;1.01;0.38 -4405;19;4511.00;9.57;852.00;1.57;0.20 -4409;19;4537.00;9.50;605.00;0.28;0.34 -4412;19;4395.00;9.50;687.00;-0.38;0.28 -4415;19;4874.00;9.70;458.00;-2.90;0.36 -4416;19;4041.00;9.50;805.00;0.90;0.26 -4418;19;5102.00;11.23;531.00;-4.51;0.26 -4421;19;5190.00;9.50;579.00;-1.57;0.18 -4422;19;1803.00;9.50;1713.00;0.86;0.52 -4424;19;4409.00;9.50;677.00;-0.46;0.28 -4427;19;4746.00;9.50;765.00;-1.77;0.22 -4428;19;884.00;9.50;1724.00;-1.57;0.12 -4429;19;4657.00;9.93;803.00;-3.55;0.32 -4430;19;1861.00;9.53;1678.00;-3.51;0.72 -4432;19;1793.38;9.50;1679.75;-4.37;0.48 -4433;19;4387.00;9.50;850.00;-0.79;0.20 -4434;19;4507.00;9.50;528.00;0.00;0.24 -4436;19;1988.00;9.50;350.00;1.45;0.38 -4446;19;4351.00;9.50;659.00;-1.21;0.28 -4450;19;1826.00;9.50;1147.00;-2.03;0.38 -4457;19;1892.00;9.50;302.00;-0.79;0.46 -4462;19;4927.00;9.60;418.00;-4.53;0.32 -4464;19;1411.00;9.50;1367.00;0.32;0.26 -4468;19;4841.00;9.65;622.00;-1.43;0.68 -4476;19;1579.00;9.50;1233.00;-2.84;0.48 -4481;19;5152.00;9.98;276.00;-4.43;0.32 -4493;19;4724.00;9.53;629.00;-3.39;0.34 -4507;19;1366.00;9.60;1357.00;0.00;0.36 -4509;19;4955.00;9.60;625.00;-2.50;0.42 -4520;19;5064.00;9.60;389.00;1.49;0.40 -4524;19;4907.00;9.75;604.00;1.57;0.38 -4526;19;1734.91;9.40;1050.51;-4.06;0.60 -4528;19;3072.00;9.50;166.00;-0.49;0.70 -4533;19;2047.00;9.50;437.00;1.30;0.56 -4535;19;1385.00;9.50;1349.00;0.00;0.32 -4537;19;4701.00;9.55;618.00;-3.93;0.28 -4543;19;5548.00;9.50;191.00;-0.20;0.32 -4548;19;2042.00;9.50;412.00;0.95;0.60 -4560;19;5096.00;9.70;347.00;-4.12;0.46 -4564;19;4714.00;9.63;602.00;-3.34;0.54 -4573;19;1904.00;9.68;264.00;-4.61;0.38 -4576;19;5026.00;9.68;1421.00;-4.25;0.48 -4579;19;4898.00;9.50;545.00;-4.33;0.96 -4593;19;4958.00;9.50;565.00;-0.38;0.50 -4598;19;1698.00;9.53;1190.00;-3.82;0.32 -4600;19;1494.00;9.50;1236.00;-3.03;0.54 -4608;19;4559.00;9.65;540.00;-3.61;0.22 -4611;19;1521.46;9.50;1002.04;-0.12;0.48 -4615;19;5533.00;9.57;224.00;-2.68;0.40 -4621;19;4483.00;9.50;531.00;0.00;0.24 -4623;19;1779.00;9.50;1630.00;-0.79;0.48 -4624;19;1546.12;9.40;1012.77;-2.67;0.32 -4630;19;4647.00;9.50;202.00;-1.25;0.60 -4640;19;3236.00;9.60;1721.00;-3.46;0.22 -4641;19;1676.21;9.40;1167.67;-2.06;0.40 -4643;19;1853.00;9.53;220.00;-0.62;0.42 -4645;19;4629.00;9.53;296.00;-1.63;0.54 -4646;19;5070.00;9.75;1393.00;1.28;0.38 -4647;19;1578.78;9.40;1303.76;-2.47;0.40 -4648;19;5008.00;9.50;452.00;-2.63;0.34 -4652;19;4348.00;9.95;704.00;-3.82;0.40 -4669;19;3876.00;9.50;1943.00;-2.36;1.50 -4673;19;5123.00;9.50;116.00;-4.33;0.28 -4696;19;3194.00;9.55;87.00;0.00;0.66 -4718;19;5576.00;9.55;180.00;-3.61;0.32 -4720;19;1923.00;10.05;1817.00;-3.33;0.96 -4728;19;5250.00;9.60;1565.00;1.42;0.98 -4744;19;5520.00;9.60;1867.00;1.42;2.58 -4748;19;5597.00;9.50;156.00;0.64;0.32 -4753;19;1420.00;9.65;1887.00;-3.90;1.52 -4763;19;5116.00;9.50;87.00;1.37;0.30 -4769;19;1723.00;9.53;1707.00;1.30;0.36 -4791;19;5008.00;9.50;75.00;-0.32;0.36 -4804;19;5558.00;9.50;134.00;-1.57;0.26 -4810;19;4982.00;9.50;1674.00;0.67;1.04 -4819;19;5537.00;9.78;98.00;1.57;0.34 -4833;19;450.00;9.50;1956.00;-1.25;0.90 -4841;19;5007.00;9.50;1552.00;1.33;0.52 -4844;19;4970.00;9.53;1592.00;-3.27;0.46 -4848;19;527.00;9.50;1977.00;-1.24;1.22 -4861;19;2479.00;9.50;1912.00;-2.74;1.02 -4864;19;5130.00;9.50;125.00;1.11;0.24 -4884;19;1303.00;9.50;1340.00;0.61;0.46 -4891;19;3766.00;9.50;1060.00;0.88;0.40 -4904;19;1390.76;9.50;1187.62;-2.08;0.68 -4908;19;1078.93;9.40;1326.46;-0.59;0.52 -4932;19;3606.00;9.68;1044.00;-3.37;0.60 -4948;19;2548.00;9.50;877.00;-0.34;0.56 -4952;19;2890.00;9.50;734.00;-0.66;0.60 -4959;19;3672.00;9.50;1084.00;0.92;0.70 -4965;19;1443.70;9.60;1199.54;-5.41;0.84 -4967;19;3950.44;9.50;708.38;-3.05;0.36 -4969;19;1595.47;9.40;978.13;-1.10;0.72 -4977;19;1090.00;9.50;1312.00;-1.33;0.48 -4980;19;2023.92;9.50;897.80;2.43;1.60 -4982;19;1901.20;9.50;976.47;-3.77;0.88 -4985;19;3475.00;9.50;838.00;1.03;0.40 -4989;19;2544.14;9.60;862.96;-1.57;0.16 -4993;19;3700.00;9.90;1037.00;-3.86;0.58 -5005;19;3574.04;9.50;1146.39;-0.26;0.48 -5012;19;2582.00;9.57;1077.00;-1.97;0.92 -5015;19;1288.00;9.53;1287.00;1.57;0.56 -5021;19;1279.00;10.07;1226.00;-4.47;0.54 -5023;19;1378.00;9.57;843.00;-1.57;0.74 -5034;19;2548.00;9.50;911.00;-1.30;0.60 -5036;19;2962.00;9.50;700.00;-1.33;0.50 -5046;19;2633.00;9.65;1119.00;-1.62;0.42 -5047;19;3410.00;9.70;936.00;-3.61;0.52 -5065;19;3547.00;9.57;714.00;0.85;0.54 -5066;19;1227.00;9.50;1150.00;0.20;0.48 -5069;19;3362.00;9.50;1041.00;-4.07;0.52 -5074;19;3508.58;9.50;856.41;0.17;0.52 -5088;19;1700.85;9.60;1047.42;-2.99;0.60 -5089;19;3591.00;9.50;1139.00;-0.40;0.68 -5091;19;3417.00;9.70;916.00;-4.19;0.36 -5107;19;2209.00;9.57;805.00;-3.86;0.56 -5112;19;2084.85;9.50;480.26;0.28;0.36 -5118;19;1701.00;9.50;183.00;-2.45;0.38 -5120;19;1553.00;9.53;815.00;-2.40;0.64 -5121;19;1686.00;9.50;230.00;-0.98;0.42 -5125;19;4645.00;9.50;324.00;-2.25;0.84 -5128;19;3580.00;10.82;393.00;-4.49;1.02 -5131;19;1711.00;9.50;554.00;-1.82;0.64 -5139;19;2955.00;9.50;655.00;-1.42;0.64 -5154;19;3054.00;9.50;191.00;-1.25;0.78 -5158;19;3017.00;9.50;485.00;-1.62;0.76 -5159;19;1684.00;9.55;137.00;-3.14;0.44 -5164;19;3417.00;9.50;380.00;0.63;0.78 -5167;19;2072.00;9.50;473.00;1.24;0.40 -5168;19;2259.00;9.53;733.00;1.37;0.28 -5169;19;1699.00;9.50;190.00;-0.27;0.32 -5171;19;1706.00;9.50;469.00;-1.76;0.50 -5172;19;2117.00;9.50;494.00;-0.10;0.40 -5173;19;1754.00;9.50;83.00;1.36;0.84 -5181;19;5072.00;9.55;36.00;-2.98;0.30 -5183;19;4894.00;9.50;170.00;0.08;0.72 -5185;19;3514.00;9.50;393.00;-2.31;0.88 -5187;19;5084.00;9.50;15.00;0.67;0.34 -5190;19;1579.00;9.50;725.00;-1.06;0.64 -5191;19;1696.00;9.50;334.00;-0.71;0.38 -5195;19;5495.00;9.60;56.00;0.54;0.46 -5197;19;4869.00;9.50;179.00;0.13;0.80 -5201;19;1748.00;9.50;60.00;1.47;0.32 -5202;19;1661.00;9.50;608.00;-0.90;0.70 -5207;19;4806.00;9.68;433.00;-2.53;0.66 -5209;19;1734.00;9.50;37.00;-0.09;0.40 -5210;19;3420.57;9.50;578.13;2.77;0.74 -5212;19;3357.00;9.60;263.00;1.57;0.70 -5215;19;1699.00;9.50;53.00;-1.89;0.58 -5220;19;2109.56;9.50;839.75;-3.88;0.72 -5222;19;3592.00;10.40;406.00;0.90;0.88 -5225;19;4958.00;9.50;158.00;-0.94;0.54 -5228;19;1696.00;9.50;395.00;-2.55;0.42 -5239;19;1326.00;9.70;1945.00;-4.31;1.38 -6009;19;3209.00;9.50;1742.00;0.36;0.24 -6015;19;3220.00;9.57;2015.00;-3.14;0.46 -6029;19;3351.00;9.50;1877.00;-4.47;0.32 -6038;19;2979.00;9.65;1824.00;-2.27;0.32 -6040;19;3741.00;9.50;1946.00;-2.06;1.10 -6041;19;2985.00;9.50;1849.00;-1.65;0.32 -6046;19;2721.00;11.13;1684.00;-4.12;0.24 -6050;19;3090.34;9.50;1720.24;-1.11;0.24 -6062;19;2686.00;9.50;1702.00;-0.32;0.42 -6066;19;3140.00;9.50;1755.00;-0.90;0.24 -6071;19;3035.00;9.63;1912.00;-2.50;0.30 -6079;19;3145.00;9.50;1993.00;-2.94;0.42 -6083;19;3138.00;9.57;1865.00;1.01;0.32 -6092;19;3269.00;9.50;1985.00;-4.59;0.38 -6104;19;2722.00;10.30;1685.00;0.40;0.26 -6108;19;3182.00;9.50;1736.00;0.46;0.18 -6115;19;2974.00;9.50;1733.00;-0.59;0.24 -6116;19;2963.00;9.68;1829.00;-0.79;0.32 -6117;19;3313.00;9.57;1985.00;-3.84;0.48 -6120;19;3028.00;9.57;1636.00;0.98;0.14 -6125;19;3165.00;9.50;1876.00;0.28;0.34 -6132;19;3128.00;9.50;1828.00;0.79;0.30 -6145;19;2905.00;9.50;1746.00;0.00;0.18 -6151;19;2955.00;9.60;1714.00;1.11;0.26 -6165;19;3153.00;9.57;1874.00;0.46;0.34 -6174;19;3278.00;9.50;1733.00;-2.82;0.22 -6176;19;2898.00;9.50;1700.00;-0.59;0.24 -6181;19;3310.00;9.50;1913.00;-0.17;0.24 -6186;19;3238.00;9.50;1747.00;-0.14;0.22 -6187;19;2999.00;9.50;1861.00;-1.77;0.42 -6192;19;3497.00;9.50;1894.00;-1.08;1.06 -6196;19;2774.00;9.50;1746.00;-1.57;0.30 -6201;19;3152.00;9.50;1708.00;-1.57;0.18 -6205;19;2706.00;9.50;1694.00;-1.57;0.26 -6209;19;3097.00;9.60;1728.00;1.33;0.20 -6214;19;3038.00;9.65;1912.00;-2.62;0.38 -6222;19;3178.00;9.60;1665.00;-2.94;0.24 -6235;19;2966.00;9.55;1663.00;1.57;0.28 -6241;19;2891.00;9.50;1563.00;-2.36;0.24 -6258;19;3089.00;9.50;1668.00;0.14;0.28 -6282;19;3028.57;9.50;1592.34;-3.04;0.16 -6286;19;2899.00;9.50;1572.00;-1.57;0.20 -6287;19;3000.00;9.55;1646.00;-3.34;0.22 -6289;19;2647.00;10.45;1581.00;-2.36;0.24 -6300;19;2752.00;10.15;1664.00;1.57;0.16 -6310;19;2989.00;9.50;1683.00;-0.98;0.22 -6314;19;3135.00;9.50;1643.43;-1.43;0.28 -6322;19;3156.00;9.60;1682.00;-3.39;0.26 -6325;19;2957.00;9.57;1590.00;-2.25;0.18 -6332;19;3119.44;9.50;1612.26;-1.85;0.24 -6334;19;3030.00;9.70;1599.00;-2.03;0.24 -6335;19;2749.17;9.50;1610.38;-1.99;0.20 -6336;19;2893.00;9.50;1577.00;-0.32;0.28 -6345;19;3006.00;9.50;1644.00;-0.79;0.18 -6349;19;2950.00;9.53;1592.00;-3.39;0.20 -6350;19;2719.00;9.75;1638.00;-2.11;0.26 -6361;19;3038.00;9.53;1627.00;-1.57;0.12 -6363;19;2723.00;9.50;1588.00;-0.79;0.32 -6364;19;2969.00;9.60;1655.00;-4.07;0.32 -6378;19;2753.00;9.50;1563.00;-0.46;0.16 -6384;19;2748.99;9.50;1604.87;-2.11;0.20 -6385;19;2721.00;9.50;1659.00;-0.79;0.22 -6389;19;2964.08;9.50;1611.39;-4.07;0.24 -6393;19;2992.00;9.65;1642.00;-3.14;0.28 -6395;19;2723.00;9.50;1649.00;-1.57;0.18 -6399;19;2748.00;9.50;1615.00;-0.79;0.20 -6402;19;3113.00;9.55;1608.00;-2.21;0.24 -6405;19;2637.00;9.50;1574.00;-1.57;0.20 -6412;19;3003.00;9.50;1662.00;-1.11;0.22 -6420;19;3391.00;9.50;1459.00;0.59;0.18 -6445;19;3406.00;9.50;1460.00;0.32;0.20 -6446;19;2847.73;9.50;1540.77;-2.68;0.24 -6449;19;2780.91;9.50;1510.29;-3.17;0.24 -6489;19;2771.00;9.50;1545.00;-0.46;0.26 -6526;19;2717.00;9.50;1538.00;-2.03;0.28 -6536;19;2757.00;9.50;1469.00;-0.32;0.24 -6550;19;3210.00;9.40;1295.83;-1.59;0.44 -6560;19;2853.21;9.30;1542.71;-2.66;0.20 -6572;19;2750.00;9.50;1493.00;-2.21;0.18 -6598;19;2871.32;9.50;1543.73;-2.65;0.16 -6599;19;2805.23;9.70;1502.42;-2.90;0.24 -6621;19;2789.00;9.50;1427.00;-3.28;0.12 -6626;19;3017.03;9.50;1427.28;-1.29;0.16 -6657;19;2783.00;9.50;1442.00;-1.19;0.30 -6681;19;887.00;9.50;1512.00;-0.14;0.28 -6699;19;913.00;9.85;1504.00;-1.85;0.32 -6704;19;3342.00;9.57;1411.00;0.59;0.28 -6715;19;4951.00;9.57;1431.00;0.93;0.32 -6727;19;3280.27;9.50;1438.53;0.92;0.28 -6732;19;1697.67;9.50;1588.43;-4.71;0.28 -6734;19;2670.00;9.50;1368.00;-1.57;0.24 -6741;19;3378.00;9.50;1422.00;-2.36;0.16 -6749;19;2722.00;10.25;1389.00;-3.39;0.20 -6755;19;3408.00;9.60;1437.00;-2.36;0.22 -6756;19;2768.00;9.98;1385.00;-3.93;0.20 -6757;19;878.00;9.50;1521.00;-1.11;0.30 -6764;19;2690.00;9.98;1392.00;-3.34;0.18 -6771;19;3353.00;9.50;1443.00;0.32;0.20 -6777;19;2786.00;9.50;1405.00;-1.89;0.20 -6783;19;3407.00;9.50;1440.00;-2.16;0.30 -6785;19;1279.00;9.68;1316.00;1.57;0.38 -6788;19;2950.00;9.50;1406.00;0.00;0.20 -6793;19;2999.00;9.50;1415.00;1.43;0.16 -6812;19;2826.00;9.43;1346.00;0.39;0.24 -6817;19;2810.00;9.50;1328.00;0.79;0.20 -6822;19;4830.00;9.53;1354.00;-4.55;0.30 -6831;19;3027.00;10.32;1369.00;-3.73;0.24 -6833;19;4933.00;9.50;1414.00;0.79;0.30 -6837;19;4693.00;9.50;1337.00;0.79;0.26 -6843;19;3062.00;9.53;1348.00;-3.82;0.22 -6845;19;1630.00;9.50;1540.00;0.00;0.20 -6846;19;1610.00;9.50;1503.00;1.57;0.26 -6851;19;4717.00;9.50;1313.00;0.79;0.16 -6862;19;2987.00;9.50;1367.00;-0.90;0.26 -6864;19;3214.00;9.50;1314.00;-1.11;0.24 -6870;19;5021.00;10.40;1317.00;-4.47;0.22 -6873;19;4996.00;9.50;1342.00;-1.82;0.26 -6875;19;2979.00;9.50;1374.00;-0.59;0.22 -6880;19;2687.00;9.50;1271.00;0.46;0.16 -6881;19;931.00;9.50;1442.00;-0.59;0.24 -6882;19;1650.00;9.60;1559.00;0.98;0.22 -6889;19;3091.00;9.50;1372.00;0.00;0.24 -6891;19;2952.86;9.50;1348.63;-2.32;0.20 -6892;19;1621.00;9.50;1512.00;-1.57;0.24 -6895;19;3240.00;9.50;1343.00;0.78;0.24 -6906;19;2800.00;9.55;1313.00;1.57;0.20 -6909;19;1673.00;9.50;1567.00;0.59;0.22 -6912;19;3236.00;9.50;1335.00;-3.14;0.26 -6918;19;4718.00;9.50;1314.00;0.64;0.22 -6922;19;4822.00;9.60;1337.00;0.59;0.26 -6924;19;2670.00;9.55;1334.00;-1.89;0.18 -6927;19;2854.27;9.50;1358.16;0.75;0.20 -6928;19;4795.00;9.55;1318.00;0.67;0.20 -6939;19;3043.00;9.60;1359.00;-3.28;0.20 -6943;19;1608.00;9.55;1469.00;0.98;0.28 -6944;19;4841.00;9.53;1367.00;0.67;0.28 -6946;19;2967.00;9.50;1389.00;-1.57;0.22 -6959;19;2801.00;9.68;1307.00;-4.25;0.20 -6960;19;2861.00;9.50;1386.00;0.79;0.20 -6961;19;4887.00;9.50;1375.00;-0.24;0.30 -6966;19;2818.33;9.50;1336.30;1.23;0.20 -6973;19;2964.00;9.50;1400.00;-0.59;0.24 -6979;19;3092.00;9.50;1321.00;0.00;0.16 -6980;19;3057.00;9.88;1359.00;-3.93;0.14 -6981;19;4739.00;9.50;1321.00;-0.24;0.20 -6984;19;1613.00;9.50;1530.00;0.93;0.20 -6994;19;5007.00;10.20;1340.00;-3.31;0.22 -6995;19;3353.31;9.50;1361.67;-3.84;0.36 -7003;19;3229.41;9.50;1264.23;0.11;0.24 -7005;19;2969.00;9.53;1207.00;-3.93;0.36 -7013;19;3941.00;9.50;975.00;-1.57;0.28 -7014;19;4700.00;9.68;1168.00;-4.39;0.16 -7016;19;5000.00;9.50;1261.00;0.98;0.22 -7020;19;3877.00;9.50;1037.00;-1.11;0.38 -7021;19;4814.00;11.03;1286.00;-4.12;0.26 -7026;19;3329.00;9.53;1253.00;0.00;0.28 -7027;19;4666.25;9.50;1060.37;0.69;0.28 -7039;19;4543.00;9.50;997.00;0.17;0.26 -7046;19;4873.00;9.50;1200.00;-1.89;0.26 -7050;19;4858.00;10.48;1221.00;-2.68;0.16 -7058;19;4694.00;10.20;1146.00;-3.34;0.20 -7059;19;3003.45;9.50;1291.57;2.54;0.24 -7067;19;4612.00;9.50;1021.00;0.20;0.28 -7068;19;2743.00;9.50;1264.00;-0.17;0.20 -7069;19;2682.00;9.80;1203.00;-2.03;0.34 -7071;19;4657.40;9.50;1049.75;0.78;0.20 -7072;19;4917.18;9.50;1221.48;-0.51;0.24 -7078;19;4202.00;9.60;1007.00;0.20;0.20 -7079;19;3206.00;9.55;1169.00;-3.68;0.26 -7081;19;2917.00;9.53;1266.00;-3.14;0.20 -7082;19;3160.00;9.65;1191.00;-3.82;0.24 -7087;19;4965.00;9.55;1230.00;0.38;0.24 -7091;19;3285.00;9.53;1168.00;-3.14;0.18 -7093;19;4483.00;9.50;990.00;0.46;0.26 -7096;19;3167.00;9.57;1278.00;1.11;0.26 -7102;19;4932.00;10.57;1253.00;-2.50;0.24 -7105;19;4675.00;10.25;1271.00;-2.25;0.28 -7108;19;4593.08;9.30;1017.15;0.78;0.24 -7110;19;4840.00;10.38;1204.00;-2.90;0.18 -7112;19;349.00;9.50;1036.00;-4.39;0.20 -7113;19;4913.46;9.50;1213.72;-0.41;0.26 -7114;19;2828.89;9.40;1303.65;0.90;0.16 -7115;19;4832.00;9.50;1117.00;-1.57;0.24 -7121;19;4824.00;10.43;1251.00;1.57;0.16 -7123;19;1850.00;9.50;1112.00;-1.57;0.12 -7125;19;4783.00;9.63;1282.00;-1.57;0.18 -7127;19;3176.93;12.00;1296.54;2.74;0.44 -7130;19;3232.00;9.50;1282.00;-1.11;0.24 -7132;19;2798.00;9.50;1246.00;-3.14;0.20 -7135;19;4519.00;9.50;993.00;-1.57;0.18 -7145;19;4883.00;10.48;1240.00;-2.82;0.24 -7147;19;3020.00;9.50;1272.00;-0.46;0.22 -7150;19;3944.00;9.55;998.00;-1.57;0.32 -7153;19;2726.00;9.50;1258.00;0.46;0.20 -7155;19;4762.00;9.55;1298.00;-2.36;0.16 -7157;19;4977.00;9.50;1228.00;0.00;0.18 -7162;19;2972.00;9.68;1245.00;-4.39;0.28 -7166;19;2883.00;9.55;1265.00;-3.70;0.26 -7169;19;5004.00;9.60;1287.00;0.79;0.30 -7175;19;4785.00;9.50;1247.00;-1.19;0.20 -7178;19;4859.00;9.57;1181.00;0.79;0.16 -7185;19;1356.00;9.75;1918.00;-4.09;1.66 -7186;19;4707.00;9.55;1055.00;1.19;0.22 -7191;19;4682.00;9.57;1150.00;1.25;0.18 -7193;19;3313.00;9.50;1226.00;-0.93;0.32 -7195;19;403.00;9.50;1022.00;-2.11;0.26 -7197;19;4888.00;9.50;1202.00;0.46;0.22 -7202;19;1567.06;9.50;1416.65;-5.40;0.48 -7203;19;2656.00;9.50;1152.00;-1.75;0.48 -7204;19;4787.00;9.50;1264.00;-2.25;0.22 -7207;19;3931.00;9.50;1003.00;1.46;0.38 -7209;19;3026.00;9.75;1190.00;-3.34;0.24 -7211;19;3144.09;9.50;1289.88;-2.04;0.20 -7212;19;4898.00;9.50;1223.00;0.00;0.24 -7214;19;4690.00;11.38;1048.00;-2.36;0.26 -7215;19;2752.00;9.65;1235.00;-3.14;0.24 -7221;19;4784.00;9.50;1276.00;-1.77;0.30 -7223;19;4506.00;10.25;541.00;-2.94;0.20 -7225;19;4382.00;9.50;860.00;-1.33;0.20 -7227;19;4550.00;9.50;604.00;-0.64;0.30 -7231;19;4645.00;9.70;675.00;1.57;0.24 -7232;19;3948.00;9.50;929.00;-1.57;0.36 -7236;19;4379.00;9.60;757.00;-3.61;0.20 -7244;19;3974.00;9.50;855.00;-1.25;0.28 -7245;19;1624.01;9.50;1269.28;-0.97;0.48 -7251;19;5179.00;9.93;581.00;-4.12;0.18 -7259;19;859.00;9.50;1711.00;-1.21;0.42 -7260;19;4061.00;9.50;742.00;-0.98;0.32 -7264;19;5369.00;9.50;319.00;-2.36;0.26 -7265;19;4036.00;9.50;794.00;1.19;0.28 -7269;19;4922.00;9.50;579.00;-0.79;0.36 -7275;19;4680.00;9.50;892.00;-1.57;0.20 -7280;19;4467.00;9.53;939.00;-3.46;0.26 -7284;19;4776.00;9.50;757.00;0.79;0.22 -7290;19;117.00;9.50;425.00;-1.95;0.24 -7292;19;4405.00;9.50;842.00;-0.17;0.26 -7293;19;4618.00;9.50;509.00;-0.32;0.24 -7295;19;4337.00;9.50;877.00;-0.93;0.22 -7296;19;4598.00;9.57;586.00;-0.24;0.28 -7297;19;4087.00;9.50;913.00;0.59;0.24 -7302;19;5577.00;9.50;358.00;-1.57;0.24 -7303;19;4469.00;9.50;801.00;0.98;0.24 -7304;19;1826.00;9.68;1653.00;-4.19;0.32 -7305;19;5119.00;9.60;514.00;-3.93;0.24 -7307;19;4737.00;9.78;844.00;-1.57;0.28 -7308;19;4408.00;9.50;583.00;-0.69;0.54 -7309;19;4999.00;9.50;1517.00;1.45;0.34 -7311;19;4730.00;9.53;666.00;-3.14;0.24 -7315;19;897.00;9.50;1699.00;-1.77;0.26 -7321;19;4706.00;9.50;509.00;-0.46;0.14 -7323;19;4691.00;9.50;885.00;-0.54;0.20 -7324;19;5163.00;9.88;563.00;-2.60;0.20 -7329;19;4402.00;9.50;745.00;-3.73;0.26 -7331;19;4454.00;9.53;794.00;0.98;0.24 -7333;19;5128.00;9.63;504.00;-3.93;0.24 -7336;19;4694.00;9.50;608.00;0.20;0.30 -7339;19;5094.00;9.50;616.00;-1.43;0.28 -7340;19;4073.00;9.55;910.00;0.64;0.36 -7342;19;4373.00;9.50;727.00;-1.11;0.28 -7344;19;4051.00;9.50;773.00;-2.55;0.26 -7349;19;5112.00;9.50;491.00;-0.54;0.22 -7351;19;4687.00;9.95;884.00;-0.59;0.22 -7352;19;5158.00;9.55;561.00;-2.94;0.18 -7360;19;4739.00;9.65;780.00;-3.14;0.24 -7361;19;1813.04;9.40;1629.24;0.72;0.36 -7364;19;1741.00;9.53;1971.00;-3.84;2.24 -7365;19;5107.00;10.15;554.00;-3.79;0.20 -7368;19;4380.00;9.50;620.00;-1.43;0.26 -7369;19;4769.00;9.50;621.00;1.37;0.28 -7371;19;4599.00;9.60;724.00;-2.55;0.24 -7377;19;2701.47;9.50;1590.56;-5.21;0.28 -7379;19;1779.78;9.50;1694.74;-4.43;0.56 -7381;19;4471.00;9.60;553.00;-3.14;0.18 -7382;19;4282.00;9.50;906.00;-0.46;0.28 -7384;19;4457.00;9.50;623.00;-1.57;0.30 -7385;19;4741.00;9.50;806.00;1.57;0.34 -7386;19;894.00;9.50;1686.00;-3.14;0.38 -7387;19;4594.00;9.50;721.00;-2.76;0.24 -7388;19;1520.00;9.50;1324.00;-1.11;0.30 -7389;19;4724.00;9.50;763.00;-0.17;0.20 -7390;19;5402.00;9.73;479.00;-3.61;0.38 -7391;19;3985.00;9.50;836.00;-1.19;0.36 -7393;19;5501.00;9.50;699.00;-1.57;0.16 -7394;19;2669.00;9.50;1569.00;0.59;0.24 -7395;19;3971.00;9.50;872.00;-1.29;0.38 -7396;19;4462.00;9.50;605.00;1.33;0.26 -7399;19;4419.00;9.55;711.00;-4.33;0.20 -7402;19;4010.00;9.50;778.00;-0.79;0.28 -7404;19;4420.00;9.50;823.00;-0.64;0.26 -7408;19;4379.71;9.50;864.56;-0.30;0.20 -7412;19;5188.00;9.50;600.00;-0.32;0.24 -7413;19;4797.00;9.50;661.00;-2.36;0.24 -7415;19;4632.00;9.82;703.00;-4.57;0.22 -7417;19;4735.00;9.65;774.00;0.00;0.24 -7419;19;4671.00;9.50;828.00;-1.11;0.46 -7423;19;4713.00;9.90;835.00;-2.36;0.26 -7427;19;4402.00;9.50;680.00;-0.46;0.24 -7432;19;4423.00;9.50;817.00;-0.38;0.32 -7433;19;1701.00;9.93;1675.00;-3.14;0.30 -7437;19;5319.55;9.50;483.60;-3.30;0.24 -7439;19;4713.00;9.50;910.00;0.38;0.18 -7440;19;4391.00;9.50;600.00;-0.88;0.28 -7447;19;3992.00;9.50;817.00;-1.33;0.26 -7450;19;5157.00;9.60;182.00;1.57;0.32 -7451;19;1565.00;9.50;1237.00;-4.21;0.42 -7453;19;4655.00;9.50;151.00;-2.28;0.52 -7457;19;4925.00;9.50;429.00;1.37;0.28 -7462;19;1722.00;9.50;1618.00;0.79;0.36 -7463;19;4394.00;9.50;677.00;-3.52;0.34 -7480;19;1431.00;9.53;1373.00;0.09;0.22 -7481;19;4953.00;9.53;403.00;-4.49;0.36 -7487;19;4880.00;9.50;614.00;0.14;0.30 -7506;19;5006.00;9.50;419.00;-1.57;0.36 -7512;19;4865.00;9.50;622.00;-0.32;0.34 -7517;19;974.00;9.50;1420.00;-1.25;0.26 -7520;19;5142.00;9.50;157.00;0.38;0.36 -7522;19;5159.00;9.50;269.00;-4.12;0.44 -7524;19;1407.00;9.50;1366.00;0.28;0.30 -7529;19;4994.00;9.57;612.00;-3.34;0.30 -7532;19;4996.00;9.53;1370.00;0.17;0.48 -7535;19;5160.00;9.55;257.00;-4.57;0.28 -7542;19;4927.00;9.65;637.00;0.40;0.42 -7546;19;1594.00;9.50;1204.00;-0.79;0.32 -7552;19;1405.00;9.60;1356.00;-4.57;0.30 -7553;19;2056.00;9.60;462.00;0.66;0.48 -7557;19;4782.00;9.57;601.00;-2.11;0.24 -7564;19;5159.00;9.75;246.00;-4.04;0.28 -7566;19;5075.00;9.55;360.00;-3.73;0.44 -7567;19;4955.00;9.50;131.00;-1.57;0.56 -7576;19;3270.00;9.50;133.00;0.67;0.70 -7585;19;4920.00;9.68;596.00;-4.42;0.40 -7590;19;1632.85;9.40;1192.46;0.03;0.28 -7598;19;4660.00;9.50;606.00;-2.16;0.28 -7614;19;5081.00;9.55;571.00;-4.35;0.30 -7617;19;1553.85;9.50;1015.56;-2.80;0.28 -7621;19;1896.00;9.50;231.00;1.11;0.42 -7622;19;1525.00;9.55;1245.00;-3.39;0.24 -7627;19;4969.00;9.50;547.00;-1.21;0.50 -7630;19;1562.47;9.40;1019.85;-2.61;0.36 -7632;19;1695.00;9.65;1160.00;0.22;0.48 -7638;19;1983.00;9.60;344.00;0.52;0.44 -7642;19;4522.00;9.50;525.00;0.00;0.18 -7644;19;1818.00;9.50;1632.00;0.00;0.40 -7654;19;4592.00;9.63;523.00;-4.25;0.32 -7658;19;4307.00;10.68;729.00;-3.27;0.48 -7660;19;1714.84;9.50;1166.72;0.40;0.28 -7668;19;1421.00;9.50;1369.00;0.20;0.26 -7669;19;4858.00;9.50;456.00;-1.85;0.28 -7673;19;4365.00;9.90;687.00;-3.50;0.28 -7683;19;1821.00;9.50;1746.00;0.54;1.32 -7742;19;5591.00;9.50;176.00;-3.31;0.38 -7758;19;1952.00;9.50;1726.00;-2.65;0.76 -7783;19;5547.00;9.50;158.00;-2.03;0.28 -7788;19;1880.00;9.50;1696.00;-1.04;0.80 -7798;19;5050.21;9.40;81.24;0.04;0.40 -7807;19;1741.00;9.50;1722.00;0.94;0.90 -7810;19;1932.00;9.57;1781.00;-4.48;0.74 -7811;19;5018.00;9.50;73.00;-1.11;0.40 -7813;19;1795.00;9.53;2023.00;1.21;0.56 -7826;19;5574.00;9.50;121.00;0.79;0.32 -7839;19;5529.00;9.60;89.00;1.48;0.34 -7855;19;240.00;9.68;2034.00;-3.21;2.30 -7868;19;5004.00;9.63;1579.00;1.25;0.54 -7869;19;668.00;10.23;1934.00;0.37;2.56 -7871;19;4922.00;10.00;1614.00;-3.82;0.60 -7878;19;5273.00;9.55;1586.00;0.29;1.50 -7884;19;416.00;9.50;1898.00;0.95;1.18 -7887;19;5552.00;9.50;179.00;-1.57;0.22 -7917;19;3823.00;9.50;1062.00;0.22;0.46 -7936;19;1604.00;9.53;930.00;-2.18;0.64 -7959;19;2637.00;9.50;753.00;-0.95;0.74 -7960;19;3664.00;9.50;1056.00;-2.30;0.54 -7964;19;1029.00;9.78;1351.00;-4.12;0.64 -7968;19;1788.00;9.68;1030.00;-3.36;0.68 -7972;19;2554.00;9.50;865.00;-1.36;0.38 -7982;19;3686.00;9.50;1094.00;-0.61;0.46 -7991;19;1580.00;9.50;901.00;-1.89;0.66 -7992;19;2552.00;9.50;964.00;-1.15;0.96 -8000;19;3655.00;9.50;850.00;1.19;0.20 -8002;19;3707.00;9.50;956.00;1.15;0.74 -8006;19;2653.00;9.50;741.00;-0.32;0.80 -8017;19;1442.99;9.40;1123.57;-3.26;0.68 -8020;19;3732.00;10.93;1017.00;-4.47;0.46 -8032;19;1198.49;9.70;1163.10;-0.41;0.48 -8034;19;2913.00;9.50;724.00;-0.17;0.68 -8038;19;2586.00;9.57;1080.00;-0.98;0.64 -8043;19;3475.00;9.60;855.00;-3.79;0.80 -8047;19;1574.00;9.50;888.00;-3.42;0.72 -8051;19;3606.00;9.60;1048.00;0.95;0.40 -8056;19;1650.12;9.50;1049.66;-3.03;0.40 -8057;19;1131.82;9.70;1262.00;-0.85;0.64 -8073;19;3466.00;9.50;930.00;-0.59;0.62 -8079;19;1286.00;9.50;1217.00;-4.42;0.56 -8085;19;3554.00;9.60;1140.00;-4.60;0.48 -8092;19;3385.00;9.50;1062.00;-1.15;0.50 -8108;19;3623.00;9.53;1039.00;-2.94;0.46 -8111;19;2622.00;9.65;1111.00;-2.90;0.60 -8113;19;1768.47;9.40;1038.79;-3.18;0.32 -8119;19;1061.00;9.50;1307.00;-3.82;0.56 -8124;19;3477.83;9.50;835.77;-3.95;0.36 -8130;19;4697.00;9.50;132.00;0.43;0.52 -8143;19;2219.00;9.60;681.00;0.88;0.60 -8152;19;4661.00;9.55;334.00;-1.77;0.58 -8164;19;3483.00;9.50;658.00;0.62;0.62 -8178;19;3305.00;9.57;179.00;0.32;0.62 -8179;19;2220.00;9.53;795.00;-3.97;0.60 -8180;19;3484.00;9.50;302.00;-1.62;0.90 -8181;19;2051.00;9.50;453.00;1.11;0.56 -8182;19;3419.00;9.50;518.00;1.57;0.60 -8183;19;3415.00;9.53;567.00;-4.66;0.66 -8186;19;4948.00;9.53;152.00;0.40;0.48 -8188;19;3525.00;9.50;397.00;-2.65;0.86 -8190;19;2157.00;9.53;510.00;0.46;0.40 -8194;19;1695.00;9.50;373.00;-1.48;0.56 -8196;19;2185.00;9.55;570.00;1.18;0.54 -8197;19;2198.00;9.50;645.00;-4.57;0.44 -8198;19;1677.00;9.50;101.00;-1.57;0.48 -8199;19;1572.00;9.50;739.00;-0.21;0.64 -8204;19;5498.00;9.53;99.00;-2.03;0.50 -8207;19;2952.00;9.50;619.00;-1.72;1.24 -8209;19;4761.00;9.68;385.00;-3.22;0.80 -8212;19;5492.00;9.57;86.00;-2.94;0.50 -8217;19;1712.00;9.50;525.00;-1.70;0.38 -8218;19;1692.00;9.68;86.00;-2.27;0.72 -8219;19;3005.00;9.50;541.00;-1.69;0.62 -8220;19;4905.00;9.50;166.00;-1.04;0.64 -8222;19;1692.00;9.50;317.00;-1.37;0.32 -8228;19;4656.00;9.50;160.00;-1.64;0.56 -8236;19;1310.00;9.50;1125.00;-0.67;0.50 -8241;19;5449.00;9.50;20.00;-0.14;0.36 -8243;19;4688.00;9.50;127.00;0.11;0.48 -8244;19;2955.00;9.57;672.00;-1.64;0.42 -8245;19;3325.00;9.50;239.00;0.35;0.68 -8246;19;3541.00;9.50;245.00;1.08;0.80 -8247;19;4781.00;9.80;399.00;-1.74;0.68 -8248;19;3015.00;9.60;509.00;-1.57;0.74 -8252;19;1555.00;9.50;829.00;-0.32;0.56 -8360;19;4326.00;9.50;693.00;-0.88;0.44 -8435;19;3210.78;9.60;1308.03;-1.29;0.52 -8461;19;3855.00;9.50;2005.00;-1.47;1.76 -9041;19;3443.00;9.50;1882.00;-3.14;1.06 -9042;19;3228.00;9.50;2004.00;-1.71;0.44 -9045;19;3359.00;9.68;1839.00;-4.17;0.18 -9055;19;3366.00;9.82;1837.00;-3.79;0.30 -9064;19;3245.00;9.57;2001.00;-4.05;0.34 -9075;19;2727.00;11.03;1684.00;-2.94;0.26 -9088;19;3086.00;9.68;1803.00;0.46;0.24 -9089;19;3201.00;9.60;1992.00;-2.68;0.40 -9090;19;2717.00;9.50;1714.00;-2.98;0.24 -9096;19;2948.00;9.50;1704.00;0.79;0.18 -9097;19;3264.00;9.55;1735.00;-3.14;0.18 -9100;19;3253.00;9.50;1744.00;-1.29;0.26 -9108;19;3144.00;9.50;1867.00;0.79;0.34 -9115;19;3336.00;9.50;1901.00;-0.46;0.38 -9116;19;3273.97;9.50;1981.30;-3.20;0.52 -9126;19;3048.00;9.73;1919.00;-1.70;0.32 -9127;19;2914.00;9.50;1793.00;-2.36;0.26 -9132;19;2983.00;9.50;1833.00;-1.03;0.30 -9140;19;3295.19;9.50;1982.38;-3.73;0.48 -9143;19;3138.00;9.50;1856.00;1.25;0.22 -9147;19;3169.00;9.50;1878.00;0.32;0.34 -9151;19;3077.00;9.63;1790.00;1.57;0.24 -9161;19;2733.00;10.05;1690.00;-2.47;0.28 -9162;19;3315.00;9.68;1904.00;-4.45;0.36 -9165;19;3406.00;9.50;1884.00;0.49;0.62 -9174;19;2959.00;9.50;1714.00;0.00;0.18 -9179;19;3400.00;9.57;1949.00;-3.80;0.54 -9194;19;3161.00;9.50;1736.00;-1.05;0.30 -9195;19;3349.00;9.63;1855.00;-4.47;0.30 -9205;19;3693.00;9.60;1950.00;-3.61;1.10 -9206;19;3246.00;9.53;1749.00;-0.79;0.22 -9215;19;3450.00;9.55;1908.00;-4.47;0.42 -9216;19;2937.00;9.50;1812.00;-2.36;0.42 -9217;19;3363.00;9.50;1893.00;-0.17;0.38 -9228;19;3130.00;9.50;1746.00;-3.93;0.36 -9237;19;2724.00;9.85;1644.00;-1.74;0.16 -9240;19;3187.00;9.50;1672.00;-1.82;0.22 -9248;19;3400.00;9.50;1832.00;-1.89;0.44 -9250;19;2790.00;9.75;1605.00;-4.12;0.24 -9262;19;3134.00;9.50;1649.00;-1.77;0.30 -9263;19;3095.27;9.40;1613.59;-4.24;0.32 -9279;19;3007.33;9.50;1637.79;2.81;0.18 -9296;19;2931.42;9.50;1691.47;0.35;0.20 -9303;19;2650.00;9.50;1597.00;-0.20;0.20 -9317;19;3186.00;9.50;1681.00;-1.57;0.24 -9321;19;2643.00;9.50;1620.00;-2.90;0.20 -9322;19;2797.00;9.60;1589.00;-4.39;0.24 -9334;19;3043.00;9.53;1603.00;-2.76;0.22 -9335;19;2901.00;9.55;1587.00;-3.14;0.22 -9340;19;3185.00;9.53;1670.00;-2.36;0.24 -9347;19;2957.00;9.50;1592.00;-1.57;0.16 -9350;19;2730.00;9.50;1632.00;0.24;0.24 -9361;19;3056.00;9.55;1606.00;-2.94;0.22 -9362;19;3008.00;9.50;1654.00;-1.74;0.20 -9364;19;2744.00;11.05;1598.00;-2.90;0.18 -9369;19;2647.00;9.50;1610.00;-1.25;0.28 -9377;19;1844.00;9.68;1130.00;-3.14;0.22 -9383;19;2738.00;10.07;1658.00;1.57;0.18 -9388;19;3014.00;9.50;1607.00;-3.93;0.32 -9392;19;2746.00;10.75;1655.00;-3.14;0.18 -9405;19;2646.00;9.50;1563.00;-1.19;0.22 -9417;19;3420.00;9.50;1460.00;-1.33;0.16 -9430;19;3418.00;9.50;1463.00;0.00;0.20 -9431;19;2872.50;9.40;1548.47;-1.73;0.16 -9434;19;2808.47;9.50;1507.67;-1.19;0.24 -9458;19;2779.91;9.80;1547.36;-0.16;0.24 -9484;19;2751.00;10.13;1557.00;-2.11;0.18 -9498;19;2869.38;9.40;1554.27;-1.77;0.16 -9500;19;2830.00;9.50;1524.00;-1.77;0.18 -9510;19;2763.00;9.50;1468.00;-0.69;0.26 -9525;19;2763.00;9.57;1488.00;-3.14;0.20 -9550;19;2782.00;9.50;1495.00;-2.16;0.16 -9562;19;2733.00;10.82;1554.00;-2.90;0.16 -9571;19;3381.00;9.53;1454.00;0.54;0.20 -9582;19;3000.00;9.60;1417.00;1.57;0.16 -9597;19;2794.00;9.50;1428.00;-1.37;0.24 -9604;19;4994.00;9.55;1490.00;1.57;0.26 -9635;19;3255.05;9.50;1408.24;0.93;0.28 -9637;19;905.00;9.50;1475.00;-0.98;0.28 -9663;19;3426.00;9.50;1392.00;-0.98;0.20 -9671;19;896.00;9.50;1499.00;-1.89;0.28 -9677;19;3354.00;10.43;1417.00;0.46;0.24 -9680;19;3374.53;9.50;1423.35;-4.93;0.20 -9689;19;2670.00;9.50;1372.00;-1.57;0.18 -9703;19;2737.00;10.05;1387.00;-3.61;0.16 -9710;19;2785.00;9.50;1397.00;-2.03;0.24 -9712;19;3334.00;9.50;1443.00;0.24;0.24 -9713;19;911.00;9.50;1508.00;-0.29;0.34 -9718;19;3350.00;9.68;1430.00;-3.46;0.26 -9719;19;2703.00;9.60;1390.00;-3.34;0.20 -9729;19;3362.00;9.50;1447.00;0.79;0.18 -9730;19;875.00;9.68;1533.00;-1.19;0.36 -9737;19;2795.00;9.60;1418.00;-3.31;0.18 -9740;19;1533.00;9.55;1786.00;-4.19;0.82 -9758;19;1626.00;9.55;1537.00;-1.57;0.28 -9764;19;2838.77;9.50;1348.79;0.46;0.20 -9772;19;2938.00;9.57;1339.00;-2.60;0.20 -9780;19;3112.00;9.50;1354.00;-0.79;0.20 -9783;19;3241.27;9.50;1382.25;1.27;0.28 -9784;19;3071.36;9.50;1345.77;-5.08;0.20 -9786;19;1629.00;9.68;1523.00;1.57;0.24 -9790;19;4764.00;9.50;1312.00;-1.29;0.20 -9793;19;2848.05;9.50;1316.35;-0.40;0.24 -9799;19;3226.00;9.50;1316.00;-1.37;0.18 -9801;19;1650.00;9.57;1549.00;1.57;0.22 -9805;19;3124.00;9.50;1311.00;-1.11;0.20 -9809;19;3104.07;9.80;1362.09;-0.72;0.20 -9814;19;960.00;9.50;1428.00;-0.64;0.26 -9815;19;2697.00;9.50;1272.00;-0.24;0.20 -9817;19;2670.00;9.50;1348.00;-1.57;0.20 -9821;19;3100.00;9.80;1367.00;-0.46;0.24 -9824;19;2855.67;9.50;1366.21;-5.45;0.20 -9826;19;3022.00;9.50;1345.00;-0.90;0.20 -9832;19;1683.00;9.50;1568.00;0.38;0.16 -9833;19;3253.65;9.50;1342.44;-0.03;0.20 -9834;19;1541.00;9.50;1310.00;-2.28;0.32 -9835;19;4705.00;9.57;1340.00;0.24;0.20 -9838;19;3021.00;10.13;1381.00;1.57;0.22 -9845;19;2870.05;9.50;1321.29;-0.37;0.12 -9847;19;1661.00;9.50;1563.00;0.20;0.20 -9851;19;2954.00;9.70;1370.00;0.98;0.20 -9853;19;2853.00;9.85;1375.00;-4.51;0.20 -9854;19;4730.00;9.57;1321.00;0.64;0.24 -9856;19;3065.00;9.50;1325.00;0.59;0.16 -9859;19;5011.00;9.50;1345.00;-3.14;0.20 -9863;19;2956.00;9.57;1340.00;-4.31;0.22 -9864;19;1645.00;9.57;1535.00;0.24;0.18 -9865;19;4986.00;9.50;1323.00;-1.03;0.26 -9876;19;1616.00;9.50;1471.00;1.37;0.26 -9887;19;3222.00;9.50;1328.00;-2.60;0.24 -9895;19;4907.00;9.50;1384.00;0.67;0.28 -9896;19;2804.00;9.50;1321.00;1.11;0.20 -9898;19;2872.00;9.50;1389.00;0.46;0.20 -9902;19;3237.28;9.50;1368.77;-4.23;0.20 -9904;19;3003.00;9.50;1352.00;-0.46;0.28 -9909;19;2923.00;9.50;1395.00;0.32;0.22 -9914;19;3109.00;9.50;1344.00;-1.57;0.24 -9916;19;3131.00;9.50;1307.00;-0.38;0.22 -9919;19;3240.66;9.50;1375.16;1.33;0.28 -9924;19;3000.00;10.60;1400.00;-4.51;0.16 -9930;19;3193.00;9.50;1340.00;0.59;0.22 -9932;19;3423.50;9.60;1343.81;-3.44;0.24 -9935;19;4192.00;9.57;1003.00;-0.79;0.28 -9938;19;4629.00;9.50;1030.00;1.03;0.24 -9940;19;3198.81;9.50;1237.89;3.16;0.20 -9941;19;3244.00;9.80;1269.00;-1.19;0.24 -9945;19;2722.00;9.50;1248.00;-3.46;0.22 -9947;19;3315.00;9.50;1142.00;-0.32;0.26 -9950;19;4838.00;9.50;1190.00;0.00;0.26 -9952;19;4965.00;9.50;1283.00;-1.57;0.12 -9953;19;4692.00;9.53;1195.00;-4.33;0.24 -9955;19;4707.00;9.53;1049.00;1.11;0.24 -9957;19;3326.00;9.78;1108.00;-4.39;0.36 -9963;19;4552.00;9.50;1000.00;0.59;0.20 -9964;19;2837.00;10.43;1259.00;-3.14;0.30 -9965;19;4905.00;9.57;1208.00;-4.25;0.22 -9971;19;4669.00;9.98;1239.00;1.11;0.26 -9974;19;4709.00;9.50;1130.00;-4.47;0.32 -9975;19;3942.00;9.50;1011.00;0.00;0.42 -9978;19;4620.00;9.50;1021.00;0.98;0.24 -9979;19;2733.28;9.50;1259.70;0.52;0.20 -9980;19;3045.00;9.53;1181.00;-3.68;0.24 -9985;19;4911.00;10.40;1242.00;-3.61;0.22 -9989;19;3216.00;9.55;1169.00;-3.46;0.24 -9990;19;3054.00;9.50;1294.00;-0.79;0.22 -9991;19;4243.00;9.50;992.00;-1.19;0.32 -9992;19;3166.00;9.70;1188.00;-3.61;0.18 -9994;19;2955.00;9.60;1272.00;-3.42;0.30 -9998;19;4980.00;9.53;1237.00;0.54;0.24 -10000;19;4679.00;10.57;1255.00;0.24;0.28 -10001;19;4120.00;9.57;947.00;0.79;0.34 -10004;19;4498.00;9.50;1004.00;0.93;0.24 -10005;19;3302.00;9.60;1165.00;-3.66;0.22 -10007;19;3243.98;9.40;1251.40;-5.39;0.40 -10010;19;4646.49;9.50;1042.44;0.83;0.24 -10011;19;4823.00;9.50;1216.00;-0.79;0.10 -10016;19;4454.00;9.50;956.00;1.41;0.20 -10018;19;4707.00;9.55;1269.00;0.64;0.20 -10024;19;2792.95;9.40;1281.46;1.54;0.20 -10026;19;2965.00;9.50;1220.00;1.25;0.32 -10027;19;3063.00;9.88;1320.00;1.57;0.20 -10032;19;4946.00;10.18;1262.00;-1.95;0.28 -10035;19;4217.00;9.85;1016.00;1.57;0.26 -10038;19;3235.00;9.50;1273.00;-1.11;0.24 -10046;19;3083.00;9.60;1159.00;-3.42;0.26 -10047;19;1568.00;9.60;1422.00;0.72;0.32 -10048;19;423.00;10.13;990.00;-2.74;0.22 -10052;19;4869.00;9.50;1213.00;0.93;0.20 -10055;19;4904.00;11.25;1241.00;-2.94;0.20 -10056;19;3340.00;9.57;1261.00;0.28;0.32 -10058;19;4703.00;9.55;1127.00;1.33;0.24 -10061;19;3234.00;9.68;1163.00;-3.84;0.28 -10062;19;4586.74;9.50;1011.44;-0.20;0.20 -10063;19;2748.00;9.50;1264.00;-0.32;0.16 -10065;19;4766.00;9.50;1299.00;-1.17;0.16 -10068;19;4641.00;9.50;1305.00;0.56;0.22 -10069;19;4680.93;9.40;1090.70;0.79;0.24 -10070;19;2699.00;9.60;1212.00;-2.21;0.32 -10074;19;3018.80;9.50;1290.64;-4.65;0.20 -10076;19;4691.00;9.55;1175.00;-3.82;0.22 -10078;19;2904.00;9.50;1268.00;-3.14;0.30 -10087;19;3367.00;9.50;1225.00;-1.71;0.28 -10088;19;4159.00;9.50;977.00;1.30;0.26 -10091;19;2976.00;9.60;1264.00;0.98;0.28 -10092;19;4863.00;9.60;1190.00;-4.39;0.22 -10093;19;4640.27;9.50;1037.77;0.56;0.28 -10099;19;3341.00;9.50;1106.00;0.00;0.42 -10109;19;2783.65;9.40;1277.31;0.56;0.24 -10110;19;4780.00;9.50;1231.00;-2.03;0.22 -10113;19;2710.00;9.90;1233.00;-1.85;0.16 -10116;19;4141.00;9.50;970.00;0.90;0.26 -10117;19;3088.00;9.60;1156.00;-3.55;0.30 -10118;19;3905.00;9.50;1021.00;-2.27;0.40 -10120;19;3197.00;10.70;1173.00;-3.61;0.20 -10122;19;3243.00;9.50;1264.00;-1.42;0.18 -10123;19;3129.00;9.73;1188.00;-2.68;0.22 -10124;19;4782.00;9.50;1083.00;-3.93;0.46 -10125;19;4946.00;9.50;1227.00;-0.20;0.24 -10126;19;3318.00;9.68;1120.00;-4.25;0.36 -10128;19;4954.00;10.55;1266.00;-2.36;0.24 -10135;19;4534.00;9.50;520.00;-0.20;0.24 -10137;19;4505.00;9.55;891.00;-4.51;0.22 -10138;19;4580.00;9.50;600.00;-0.28;0.22 -10141;19;4805.00;9.75;668.00;-2.11;0.24 -10143;19;4643.00;9.50;747.00;-4.12;0.22 -10145;19;4641.00;9.78;789.00;-0.79;0.34 -10147;19;5025.00;9.78;521.00;0.86;0.38 -10149;19;4052.49;9.50;839.38;1.23;0.28 -10152;19;4055.00;9.55;889.00;-4.55;0.26 -10153;19;4752.98;11.50;662.41;-0.87;0.28 -10156;19;4363.00;9.50;746.00;-0.38;0.20 -10157;19;886.00;9.50;1709.00;-1.37;0.38 -10158;19;4345.00;9.50;802.00;-1.89;0.20 -10160;19;5385.00;9.68;311.00;-3.93;0.22 -10162;19;4510.00;9.63;846.00;1.41;0.18 -10163;19;3161.00;9.50;1334.00;0.64;0.20 -10166;19;5182.00;9.50;571.00;1.19;0.16 -10169;19;4721.00;9.53;665.00;-3.39;0.16 -10175;19;4689.00;9.50;510.00;-0.14;0.22 -10176;19;1579.00;9.50;1846.00;-1.82;0.82 -10178;19;4609.00;9.50;590.00;-0.59;0.34 -10181;19;4650.00;9.68;670.00;-2.90;0.26 -10182;19;4281.00;9.50;938.00;-1.77;0.26 -10183;19;872.00;9.50;1656.00;-1.95;0.30 -10184;19;4696.00;9.50;743.00;-4.09;0.56 -10186;19;4717.00;9.50;804.00;-2.36;0.28 -10188;19;429.00;9.50;378.00;0.00;0.20 -10190;19;3979.00;9.50;841.00;-0.52;0.30 -10191;19;4642.00;10.30;513.00;-3.14;0.24 -10194;19;4384.00;9.50;610.00;-1.11;0.32 -10197;19;4748.55;10.60;656.47;-0.86;0.24 -10199;19;4650.00;9.50;738.00;-4.07;0.24 -10201;19;4065.00;9.60;796.00;-2.60;0.44 -10203;19;3114.00;9.60;1316.00;1.57;0.24 -10206;19;5180.00;9.50;564.00;1.57;0.18 -10207;19;3575.00;9.60;1931.00;-2.28;1.20 -10212;19;4616.00;9.50;738.00;-2.16;0.24 -10214;19;4752.00;9.50;793.00;-2.76;0.14 -10217;19;4346.00;9.50;820.00;-1.25;0.32 -10219;19;4775.00;9.50;525.00;-4.55;0.30 -10222;19;4717.00;9.50;571.00;-4.25;0.42 -10223;19;4278.00;9.50;907.00;-0.11;0.20 -10225;19;4419.00;9.78;639.00;1.57;0.24 -10228;19;807.00;9.50;1798.00;-1.57;0.78 -10229;19;4079.00;9.53;772.00;-4.33;0.30 -10231;19;5143.00;9.75;492.00;-4.51;0.20 -10232;19;4495.00;9.50;823.00;0.64;0.30 -10234;19;5210.09;9.50;567.30;-2.67;0.20 -10236;19;4709.00;9.50;887.00;-4.19;0.28 -10237;19;4641.00;9.50;635.00;0.98;0.34 -10240;19;4650.00;9.63;726.00;1.03;0.24 -10241;19;4688.00;9.50;947.00;-2.36;0.18 -10242;19;868.00;9.50;1685.00;-0.20;0.32 -10243;19;4747.00;9.68;782.00;-2.94;0.20 -10244;19;1839.00;9.60;1654.00;-2.68;0.36 -10245;19;1988.00;9.50;2006.00;-1.97;2.34 -10248;19;5155.00;9.50;499.00;-0.46;0.38 -10251;19;5116.00;9.57;560.00;0.32;0.28 -10252;19;4714.00;10.13;927.00;1.57;0.20 -10254;19;1597.81;9.40;1275.34;0.64;0.40 -10255;19;4097.00;9.50;928.00;0.12;0.34 -10258;19;856.00;10.07;1759.00;0.08;0.76 -10260;19;5154.00;9.50;486.00;1.25;0.20 -10263;19;4670.00;9.50;568.00;-2.50;0.18 -10265;19;4692.00;9.50;879.00;-1.57;0.20 -10267;19;4303.00;9.50;909.00;1.11;0.22 -10271;19;884.00;9.50;1663.00;-1.68;0.40 -10272;19;4691.00;9.50;855.00;0.00;0.24 -10276;19;4864.00;9.50;465.00;-4.33;0.22 -10278;19;4057.83;9.40;853.23;-4.55;0.20 -10279;19;4465.00;9.60;554.00;-3.52;0.20 -10280;19;4676.00;9.50;911.00;-2.98;0.18 -10282;19;4523.00;9.50;620.00;-1.33;0.32 -10285;19;4586.00;9.50;718.00;-2.50;0.36 -10288;19;4884.00;9.57;461.00;-2.27;0.32 -10291;19;5307.61;9.50;496.30;-2.08;0.38 -10297;19;4388.00;9.50;696.00;-1.11;0.30 -10300;19;4742.00;9.68;777.00;-2.68;0.22 -10302;19;4710.00;9.50;818.00;0.12;0.40 -10306;19;4708.00;9.50;864.00;0.98;0.28 -10307;19;4468.00;9.50;533.00;-1.57;0.20 -10309;19;4493.00;9.75;908.00;-4.07;0.28 -10310;19;4559.00;9.50;598.00;0.24;0.26 -10313;19;4428.00;9.80;680.00;0.64;0.54 -10317;19;4435.00;9.50;816.00;-0.98;0.22 -10319;19;5272.00;9.57;513.00;0.98;0.40 -10321;19;4271.00;9.65;757.00;0.33;0.48 -10325;19;4646.00;9.57;685.00;1.57;0.26 -10328;19;4779.00;9.63;771.00;-4.39;0.18 -10334;19;5547.00;9.50;220.00;-4.31;0.32 -10337;19;1320.00;9.50;1345.00;0.72;0.38 -10338;19;5030.00;9.70;448.00;-4.39;0.28 -10342;19;4803.00;9.50;623.00;-3.14;0.18 -10347;19;1958.00;9.57;301.00;0.00;0.48 -10350;19;5033.00;9.80;431.00;-4.25;0.44 -10352;19;1456.00;9.50;1371.00;-0.46;0.26 -10354;19;4369.00;9.50;635.00;-1.11;0.38 -10362;19;1928.00;9.50;290.00;-0.14;0.32 -10365;19;5054.00;9.82;419.00;-4.39;0.28 -10369;19;4960.00;9.53;625.00;-2.62;0.34 -10373;19;5536.00;9.50;212.00;-1.11;0.24 -10374;19;1565.00;9.50;1219.00;-0.40;0.34 -10378;19;5055.00;10.10;407.00;-4.63;0.26 -10380;19;1467.00;9.50;1365.00;-0.22;0.38 -10382;19;4377.00;9.50;627.00;-1.17;0.24 -10405;19;2039.00;9.60;415.00;0.89;0.40 -10407;19;1486.00;9.50;1361.00;0.00;0.34 -10409;19;4846.00;11.20;595.00;1.11;0.36 -10415;19;3083.00;9.50;139.00;-1.71;1.04 -10419;19;2198.00;9.55;618.00;1.25;0.46 -10423;19;5009.00;9.60;608.00;-2.99;0.50 -10432;19;2104.87;9.50;490.01;0.88;0.40 -10440;19;1691.05;9.50;1218.36;-0.73;0.52 -10444;19;5004.00;9.50;1371.00;-0.14;0.32 -10445;19;5164.00;9.68;234.00;-4.45;0.34 -10447;19;1997.00;9.50;345.00;0.07;0.72 -10450;19;4696.00;9.50;603.00;-0.98;0.28 -10458;19;5167.00;9.55;222.00;1.57;0.36 -10460;19;5107.00;9.53;334.00;1.57;0.42 -10464;19;4685.00;9.63;592.00;1.57;0.26 -10475;19;5119.00;9.50;318.00;-4.12;0.40 -10479;19;4569.00;10.35;527.00;-4.25;0.24 -10482;19;1583.01;9.40;995.44;-0.87;0.52 -10484;19;1709.00;9.68;1185.00;-3.93;0.36 -10487;19;5117.00;9.60;313.00;-3.52;0.38 -10489;19;1542.00;9.50;1313.00;-1.11;0.34 -10494;19;1597.38;9.30;957.39;-1.68;0.36 -10498;19;1533.00;9.50;1229.00;-0.79;0.36 -10502;19;1890.00;9.50;317.00;-1.08;0.56 -10505;19;4994.00;9.50;517.00;-0.40;0.28 -10509;19;4322.00;10.05;728.00;-3.93;0.32 -10512;19;5021.00;9.50;1372.00;-0.56;0.34 -10515;19;1885.00;9.55;312.00;1.07;0.66 -10520;19;1436.00;9.50;1369.00;-0.35;0.30 -10522;19;4349.00;9.50;673.00;-1.05;0.38 -10534;19;1832.00;9.50;1746.00;-0.16;0.80 -10540;19;5270.00;9.57;1788.00;-0.32;3.16 -10548;19;799.00;9.50;1824.00;-0.84;1.16 -10577;19;4953.00;9.53;1596.00;-4.22;0.88 -10598;19;4941.00;9.50;1638.00;-0.21;0.82 -10605;19;1398.00;9.93;1893.00;-4.15;1.56 -10609;19;5585.00;9.55;152.00;1.21;0.30 -10621;19;1553.00;10.57;1766.00;-3.50;0.66 -10622;19;5105.00;9.50;82.00;0.46;0.28 -10636;19;2190.00;9.50;1983.00;0.09;1.36 -10637;19;5078.00;9.57;71.00;-0.11;0.36 -10650;19;5522.00;9.50;123.00;-3.46;0.44 -10665;19;5061.00;9.55;40.00;1.57;0.50 -10679;19;426.00;9.53;1969.00;0.61;0.88 -10694;19;260.00;9.50;1839.00;-1.13;1.10 -10707;19;635.00;9.50;1958.00;-1.37;0.64 -10710;19;5590.00;9.55;175.00;-3.14;0.34 -10715;19;1764.00;9.50;1741.00;0.40;1.02 -10721;19;1339.00;9.68;1995.00;0.64;1.72 -10730;19;1241.00;9.50;1143.00;-0.51;0.56 -10732;19;1289.00;9.68;1201.00;-3.61;0.54 -10752;19;3484.00;9.50;853.00;-0.16;0.62 -10760;19;3712.00;9.75;1034.00;-3.61;0.52 -10762;19;2698.00;9.50;724.00;0.12;0.80 -10767;19;1850.30;9.40;1007.97;1.51;0.48 -10777;19;3494.00;9.60;819.00;-3.85;0.58 -10791;19;3586.00;9.60;1073.00;-3.82;0.56 -10797;19;3597.00;9.50;1134.00;-0.91;0.66 -10803;19;2735.00;9.50;734.00;-0.64;0.52 -10818;19;3589.00;9.57;784.00;-4.60;0.68 -10823;19;1830.93;9.50;1028.43;-3.81;0.68 -10831;19;2930.00;9.50;722.00;-0.23;0.68 -10833;19;3513.00;9.50;820.00;-2.78;0.44 -10840;19;3476.00;9.50;890.00;-1.57;0.52 -10848;19;1054.00;9.55;1344.00;-1.06;0.56 -10855;19;1744.79;9.40;1036.89;-3.47;0.56 -10862;19;2796.00;9.50;735.00;0.46;0.54 -10864;19;1619.37;9.40;1018.30;-2.64;0.56 -10874;19;2044.73;9.50;865.43;-3.39;1.24 -10875;19;2554.00;9.50;1025.00;-1.79;1.24 -10886;19;1374.00;9.50;1097.00;-1.57;0.40 -10889;19;1320.00;9.73;1169.00;-3.57;0.52 -10891;19;3592.00;9.53;790.00;1.29;0.58 -10895;19;1150.00;9.50;1241.00;-1.11;0.56 -10904;19;3685.00;9.75;1065.00;-3.61;0.38 -10906;19;1941.00;9.55;964.00;-3.20;0.68 -10912;19;1820.59;9.50;1040.34;-3.17;0.60 -10919;19;2836.00;9.50;750.00;0.05;0.32 -10921;19;3562.00;9.57;830.00;-3.61;0.34 -10925;19;4961.00;9.50;135.00;-1.11;0.44 -10928;19;3499.00;9.53;674.00;0.32;0.64 -10933;19;2253.00;9.57;785.00;-3.73;0.42 -10939;19;2249.00;9.57;717.00;0.90;0.36 -10946;19;2202.00;9.50;668.00;0.00;0.56 -10953;19;1783.00;9.55;142.00;-4.31;0.90 -10961;19;1688.00;9.50;119.00;-1.57;0.44 -10968;19;3000.00;9.50;554.00;-1.00;0.58 -10971;19;4634.00;9.55;319.00;-2.54;0.62 -10974;19;5109.00;9.65;527.00;-3.73;0.28 -10976;19;3440.00;9.50;610.00;0.50;0.54 -10978;19;3015.00;9.50;315.00;-1.57;1.02 -10980;19;2130.61;9.50;497.32;0.36;0.28 -10981;19;1801.00;9.50;195.00;1.00;0.54 -10993;19;3567.00;9.57;327.00;-4.53;0.90 -10995;19;2211.00;9.50;42.00;-1.82;0.54 -10998;19;2243.00;9.50;708.00;0.79;0.40 -10999;19;2179.00;9.50;544.00;0.59;0.42 -11000;19;1701.00;9.50;422.00;-1.68;0.46 -11002;19;2192.00;9.50;582.00;1.01;0.52 -11009;19;1779.00;9.55;32.00;-4.51;0.70 -11011;19;4717.00;9.50;144.00;0.32;0.60 -11015;19;3497.00;9.50;342.00;-1.57;0.80 -11016;19;4796.00;9.50;436.00;-3.22;0.62 -11034;19;3282.00;9.50;1997.00;-4.51;0.28 -11038;19;3385.00;9.55;1829.00;-3.31;0.28 -11040;19;3074.00;9.53;1775.00;1.03;0.26 -11047;19;3612.00;9.50;2035.00;-0.28;0.88 -11050;19;3104.54;9.50;1981.77;-2.34;0.48 -11063;19;3263.00;9.53;2012.00;-3.14;0.36 -11064;19;2746.95;9.50;1723.53;0.00;0.60 -11065;19;3153.00;9.70;1812.00;-2.55;0.28 -11077;19;3174.00;9.55;1999.00;-2.58;0.30 -11081;19;3202.00;9.50;1870.00;-1.46;0.26 -11082;19;3080.00;9.55;1711.00;0.24;0.32 -11090;19;3078.00;9.50;1976.00;-1.11;0.32 -11091;19;3075.00;9.55;1754.00;-3.93;0.24 -11100;19;2922.00;9.50;1801.00;-2.16;0.30 -11105;19;3202.11;9.50;1738.66;-0.93;0.24 -11106;19;1843.00;9.53;1064.00;-1.57;0.14 -11119;19;3728.00;9.60;1946.00;-2.90;1.10 -11121;19;3192.00;9.53;1853.00;-2.90;0.32 -11125;19;3183.00;9.50;1878.00;0.00;0.36 -11126;19;3140.00;9.50;1788.00;-1.57;0.32 -11127;19;3220.00;9.55;1724.00;-3.34;0.24 -11136;19;2763.00;9.50;1681.00;0.93;0.26 -11140;19;3447.00;9.53;1920.00;-4.25;0.48 -11147;19;3072.00;9.65;1769.00;1.41;0.26 -11151;19;2981.00;9.50;1715.00;-1.11;0.24 -11157;19;3054.00;9.55;1966.00;-4.07;0.84 -11160;19;3030.00;9.57;1645.00;0.54;0.18 -11161;19;2713.00;9.60;1670.00;-1.11;0.22 -11164;19;3192.00;9.50;1874.00;-0.79;0.30 -11176;19;2938.00;9.53;1696.00;0.46;0.22 -11183;19;3328.00;9.50;1974.00;-4.09;0.42 -11186;19;3258.00;9.50;1731.00;-2.98;0.22 -11196;19;3406.00;9.60;1944.00;-2.75;0.46 -11201;19;3135.00;9.60;1849.00;-3.52;0.24 -11207;19;2741.00;9.75;1693.00;-3.14;0.24 -11211;19;3164.00;9.50;1733.00;-0.32;0.20 -11215;19;3052.23;9.50;1646.27;-1.60;0.18 -11218;19;2740.00;9.50;1635.00;0.00;0.28 -11237;19;2685.00;9.50;1575.00;0.24;0.28 -11251;19;2953.00;9.60;1624.00;1.11;0.30 -11265;19;3119.00;9.53;1621.00;-2.68;0.40 -11266;19;2704.00;9.65;1673.00;0.46;0.34 -11270;19;2776.00;10.00;1627.00;-4.17;0.18 -11278;19;3100.00;9.60;1734.00;-4.25;0.28 -11291;19;3188.00;9.50;1695.00;-1.37;0.24 -11293;19;2699.96;9.50;1601.36;-5.03;0.24 -11297;19;2792.00;9.60;1612.00;-4.47;0.24 -11299;19;2770.00;9.57;1647.00;-4.17;0.26 -11305;19;2981.91;9.50;1599.60;-3.39;0.24 -11317;19;2789.00;9.63;1620.00;-4.12;0.26 -11318;19;2907.00;9.60;1587.00;-3.14;0.24 -11327;19;3036.00;9.50;1648.00;0.24;0.20 -11331;19;2974.00;9.60;1600.00;-4.39;0.16 -11332;19;2741.00;9.50;1622.00;-1.77;0.24 -11334;19;2645.00;9.50;1585.00;-0.79;0.24 -11343;19;3075.00;9.50;1616.00;-2.90;0.16 -11350;19;1877.00;9.57;1082.00;1.57;0.14 -11360;19;2923.00;9.55;1593.00;-2.36;0.20 -11361;19;2714.00;9.50;1569.00;-2.03;0.22 -11366;19;2945.00;9.50;1614.00;-1.57;0.24 -11367;19;2916.00;9.50;1689.00;-0.59;0.20 -11371;19;2668.00;9.90;1624.00;-2.36;0.24 -11372;19;3061.00;9.50;1610.00;-2.50;0.28 -11374;19;2809.00;9.50;1562.00;0.93;0.28 -11376;19;3015.00;9.50;1630.00;0.17;0.18 -11378;19;2753.00;9.82;1657.00;-3.34;0.22 -11380;19;3068.43;9.50;1694.70;-0.35;0.24 -11390;19;3063.00;9.68;1684.00;1.11;0.24 -11406;19;2730.00;9.50;1553.00;-2.36;0.24 -11420;19;2830.02;9.50;1521.91;-2.17;0.28 -11426;19;3208.00;9.53;1726.00;-3.34;0.24 -11443;19;3228.00;9.55;1722.00;-3.52;0.20 -11446;19;2800.00;9.55;1546.00;1.41;0.12 -11465;19;2767.00;9.50;1465.00;-0.98;0.18 -11495;19;863.00;9.50;1597.00;-1.06;0.26 -11508;19;2772.00;9.53;1490.00;-3.14;0.24 -11535;19;2801.00;9.70;1502.00;-3.39;0.20 -11548;19;2834.00;9.50;1537.00;-2.03;0.16 -11559;19;3420.00;9.57;1458.00;-2.36;0.22 -11564;19;3034.00;9.50;1419.00;-0.46;0.24 -11565;19;2796.00;9.50;1422.00;-2.11;0.24 -11575;19;4988.00;9.50;1481.00;1.45;0.34 -11584;19;3002.00;9.70;1430.00;1.19;0.26 -11597;19;3251.00;9.57;1389.00;1.17;0.24 -11599;19;3455.00;9.50;1368.00;-1.37;0.24 -11600;19;2776.00;9.50;1452.00;-0.98;0.24 -11616;19;2774.00;9.50;1461.00;-1.77;0.18 -11617;19;3447.00;9.50;1379.00;-0.46;0.24 -11626;19;4946.00;9.53;1426.00;1.25;0.28 -11647;19;3441.00;9.50;1382.00;-0.46;0.20 -11649;19;3323.00;9.50;1424.00;-1.57;0.22 -11658;19;900.00;9.50;1510.00;-0.12;0.22 -11668;19;3392.00;9.50;1412.00;-0.59;0.20 -11670;19;3284.00;9.60;1444.00;0.79;0.30 -11673;19;2669.00;9.50;1354.00;-1.25;0.24 -11682;19;1565.00;10.40;1770.00;-2.87;0.70 -11683;19;3304.00;9.50;1462.00;0.00;0.28 -11688;19;2746.00;10.28;1388.00;-2.55;0.16 -11700;19;3355.00;9.50;1445.00;0.54;0.20 -11703;19;3300.00;9.55;1462.00;1.29;0.26 -11707;19;2716.00;10.40;1390.00;-2.90;0.20 -11710;19;2662.00;9.50;1381.00;-1.82;0.28 -11719;19;4976.00;9.65;1468.00;0.93;0.26 -11729;19;3395.00;9.50;1424.00;-1.70;0.20 -11735;19;3022.02;9.40;1415.46;-0.54;0.32 -11738;19;1605.00;9.60;1491.00;-4.31;0.30 -11740;19;1635.00;9.50;1528.00;-0.32;0.24 -11745;19;4926.00;9.53;1407.00;0.79;0.30 -11746;19;3357.35;9.50;1261.16;-0.38;0.32 -11751;19;2989.39;9.50;1361.59;-2.23;0.28 -11753;19;3443.00;9.60;1345.00;-2.76;0.30 -11755;19;2955.00;11.45;1326.00;-4.51;0.22 -11757;19;958.00;9.50;1412.00;-0.75;0.48 -11764;19;4715.00;9.50;1334.00;-0.79;0.24 -11767;19;3106.31;9.50;1329.58;-2.51;0.24 -11773;19;2948.24;9.50;1305.18;-1.29;0.24 -11774;19;3196.00;9.50;1342.00;-0.24;0.20 -11782;19;1648.00;9.55;1550.00;-4.39;0.22 -11804;19;2942.00;9.50;1371.00;-2.60;0.22 -11805;19;2666.00;9.50;1303.00;-0.24;0.22 -11810;19;3348.00;9.50;1264.00;-0.36;0.28 -11811;19;3282.00;9.60;1344.00;-3.46;0.32 -11816;19;3077.00;9.50;1382.00;-0.79;0.24 -11818;19;3163.00;9.50;1331.00;-0.46;0.16 -11824;19;2940.00;9.50;1322.00;-0.67;0.22 -11829;19;3261.00;9.50;1341.00;-1.57;0.18 -11830;19;1692.00;9.50;1576.00;0.86;0.28 -11833;19;2969.92;9.50;1377.58;-2.21;0.26 -11834;19;2895.00;9.50;1383.00;-0.59;0.22 -11835;19;4748.00;9.50;1321.00;-0.38;0.24 -11837;19;3069.95;9.50;1329.78;-0.80;0.26 -11846;19;3010.94;9.50;1345.79;-1.48;0.26 -11847;19;5014.00;10.50;1333.00;-4.39;0.26 -11848;19;3225.00;9.57;1299.00;-1.82;0.24 -11849;19;2879.00;9.50;1387.00;0.00;0.20 -11859;19;935.00;9.50;1433.00;-0.67;0.40 -11866;19;3297.00;9.50;1348.00;-2.76;0.26 -11867;19;3251.00;9.55;1330.00;-3.02;0.24 -11874;19;2937.00;9.50;1312.00;-1.37;0.24 -11877;19;2874.00;9.50;1389.00;-0.12;0.18 -11879;19;4846.00;9.50;1368.00;0.00;0.46 -11881;19;3373.15;9.50;1347.86;-3.61;0.32 -11883;19;3312.00;10.38;1355.00;-2.76;0.22 -11886;19;4682.00;9.50;1327.00;0.46;0.32 -11891;19;2924.00;9.50;1395.00;0.64;0.22 -11892;19;1603.00;9.50;1514.00;0.46;0.28 -11894;19;3382.00;10.13;1347.00;-3.34;0.30 -11900;19;1630.00;9.53;1536.00;-1.25;0.24 -11901;19;3049.00;9.55;1403.00;-1.89;0.26 -11904;19;4915.00;9.57;1391.00;0.79;0.30 -11905;19;3212.00;9.50;1339.00;-0.51;0.28 -11910;19;3250.00;9.55;1161.00;-3.36;0.30 -11911;19;4221.00;9.50;1017.00;1.57;0.30 -11912;19;4824.00;10.00;1271.00;-4.47;0.20 -11914;19;4692.00;9.50;1006.00;0.32;0.22 -11919;19;3355.00;9.53;1197.00;-1.57;0.24 -11921;19;2968.00;10.05;1223.00;0.98;0.32 -11923;19;2807.00;9.50;1248.00;-2.68;0.28 -11925;19;4844.00;9.65;1189.00;-1.41;0.16 -11927;19;1578.00;9.50;1430.00;0.56;0.36 -11928;19;4705.00;9.63;1179.00;0.46;0.26 -11929;19;4217.00;9.50;1030.00;0.24;0.28 -11930;19;4984.00;9.68;1294.00;-3.02;0.22 -11932;19;4792.00;9.50;1074.00;-4.18;0.46 -11936;19;4459.00;9.50;969.00;1.19;0.20 -11938;19;4567.00;9.50;1005.00;0.64;0.26 -11939;19;2860.00;9.70;1263.00;-3.14;0.24 -11943;19;2674.00;9.55;1200.00;-2.25;0.48 -11944;19;4641.00;9.68;1296.00;-4.55;0.22 -11946;19;4884.00;9.57;1220.00;0.32;0.16 -11948;19;4787.00;9.60;1224.00;-0.79;0.24 -11949;19;4847.00;9.50;1172.00;-0.79;0.18 -11952;19;3939.00;9.50;1003.00;-1.33;0.28 -11954;19;3120.00;9.82;1180.00;-1.82;0.20 -11957;19;2978.00;9.50;1210.00;-3.42;0.40 -11958;19;4809.00;10.23;1295.00;-4.07;0.24 -11959;19;4687.00;9.50;1045.00;-2.21;0.22 -11963;19;4502.00;9.50;957.00;-1.43;0.30 -11964;19;3302.00;9.55;1167.00;-3.93;0.22 -11965;19;3151.04;9.50;1267.00;-0.23;0.24 -11967;19;3222.00;9.55;1168.00;-3.66;0.32 -11968;19;4221.00;9.50;1026.00;-0.64;0.28 -11969;19;2966.00;9.60;1263.00;-3.34;0.18 -11975;19;1538.00;9.50;1387.00;0.98;0.44 -11978;19;4128.00;9.63;957.00;1.21;0.32 -11979;19;3327.00;9.53;1162.00;-2.76;0.20 -11981;19;4529.00;9.50;992.00;-0.17;0.24 -11984;19;3330.35;9.50;1228.96;-5.73;0.40 -11985;19;4853.00;9.50;1212.00;-1.57;0.24 -11986;19;4660.54;9.40;1055.81;0.89;0.24 -11990;19;4531.00;9.53;956.00;1.43;0.34 -11991;19;4683.00;10.43;1147.00;-3.66;0.26 -11992;19;4780.00;9.50;1258.00;-2.03;0.28 -11997;19;4873.00;9.50;1195.00;0.00;0.24 -11998;19;3089.15;9.50;1335.68;-2.16;0.22 -12001;19;3130.00;9.50;1303.00;-1.89;0.24 -12002;19;3333.00;10.20;1092.00;-4.36;0.42 -12003;19;3033.00;9.50;1245.00;0.79;0.16 -12006;19;4844.00;9.50;1185.00;-1.77;0.14 -12007;19;4962.00;9.50;1270.00;-2.36;0.30 -12010;19;4233.00;9.50;1019.00;-0.79;0.36 -12011;19;4822.00;10.32;1275.00;-3.93;0.20 -12021;19;433.00;9.50;978.00;0.00;0.34 -12028;19;4900.00;9.50;1199.00;0.24;0.18 -12029;19;3367.03;9.50;1250.20;-1.57;0.32 -12031;19;4910.00;9.50;1226.00;0.00;0.20 -12032;19;4851.00;9.50;1163.00;0.79;0.22 -12037;19;3889.00;9.55;1010.00;-2.21;0.34 -12038;19;2775.00;10.23;1268.00;0.00;0.20 -12039;19;2985.00;9.68;1198.00;-3.14;0.30 -12040;19;4780.00;9.50;1284.00;-0.54;0.22 -12043;19;4647.00;9.50;1310.00;0.00;0.28 -12049;19;3308.78;9.50;1162.45;-3.18;0.16 -12051;19;2913.00;9.63;1266.00;-3.14;0.24 -12052;19;4698.00;9.70;1170.00;-3.79;0.20 -12058;19;3179.77;9.50;1240.85;2.97;0.20 -12060;19;4814.00;9.50;1234.00;0.59;0.14 -12063;19;4161.00;9.60;988.00;1.29;0.28 -12066;19;3054.00;9.50;1298.00;-1.77;0.24 -12067;19;4687.00;9.53;1204.00;1.03;0.22 -12068;19;4680.98;9.50;1018.71;-2.75;0.22 -12070;19;2693.00;9.53;1273.00;0.17;0.20 -12073;19;3346.00;9.50;1121.00;0.98;0.38 -12074;19;4663.00;9.65;1274.00;-3.73;0.26 -12076;19;4701.00;9.50;1158.00;1.25;0.16 -12085;19;4795.00;9.50;1223.00;0.32;0.26 -12087;19;2730.00;10.95;1235.00;-3.79;0.26 -12088;19;3096.00;9.60;1151.00;-3.61;0.28 -12090;19;4256.00;9.50;977.00;-0.38;0.38 -12093;19;4655.00;9.60;1284.00;-3.42;0.24 -12094;19;3136.00;9.65;1191.00;-3.14;0.20 -12096;19;3260.00;9.50;1258.00;-0.24;0.24 -12097;19;4946.00;9.50;1223.00;-0.64;0.20 -12098;19;3073.00;9.50;1312.00;-3.61;0.22 -12100;19;2757.00;9.50;1236.00;-2.68;0.28 -12101;19;3350.00;9.50;1124.00;-1.42;0.52 -12103;19;4888.00;9.50;756.00;-0.46;0.24 -12110;19;4591.00;9.50;596.00;-0.20;0.22 -12112;19;4724.00;9.50;811.00;-2.16;0.22 -12113;19;4431.00;9.50;661.00;-1.57;0.14 -12116;19;4742.00;9.50;758.00;-1.95;0.28 -12118;19;4737.00;9.50;814.00;-4.25;0.12 -12120;19;5433.00;9.50;367.00;0.30;0.36 -12122;19;4367.00;9.53;855.00;-4.25;0.20 -12123;19;5059.00;9.50;528.00;0.64;0.34 -12125;19;4332.00;9.50;898.00;-1.43;0.28 -12126;19;4330.00;9.50;659.00;0.93;0.98 -12127;19;4317.00;10.07;922.00;0.67;0.20 -12129;19;4508.00;9.50;669.00;-2.16;0.36 -12131;19;4388.00;9.60;756.00;-3.79;0.22 -12132;19;5382.00;9.50;306.00;-0.93;0.20 -12135;19;5086.00;9.50;521.00;-0.79;0.28 -12138;19;4400.00;9.50;594.00;-1.29;0.32 -12140;19;5065.00;9.50;866.00;-1.57;0.28 -12144;19;4372.00;9.50;745.00;-1.33;0.24 -12147;19;1576.00;9.50;1873.00;-0.73;2.84 -12148;19;464.00;9.50;363.00;0.79;0.22 -12149;19;1696.00;9.50;1679.00;1.45;0.38 -12151;19;4721.00;9.50;513.00;1.57;0.18 -12153;19;4733.00;9.50;808.00;0.00;0.14 -12154;19;5083.00;9.93;562.00;-4.07;0.28 -12158;19;4762.00;9.50;742.00;-0.32;0.24 -12159;19;5596.00;9.55;379.00;1.57;0.28 -12160;19;4760.00;9.90;787.00;-2.94;0.18 -12162;19;4650.00;9.65;518.00;-2.03;0.26 -12164;19;4050.00;9.55;833.00;-4.39;0.28 -12165;19;4457.00;9.55;583.00;-4.39;0.26 -12168;19;4413.00;9.70;654.00;-4.59;0.32 -12171;19;4610.00;9.57;726.00;-2.11;0.26 -12178;19;4789.00;9.50;517.00;-1.57;0.24 -12180;19;4058.00;9.50;866.00;1.11;0.22 -12184;19;4425.00;9.53;649.00;-3.46;0.24 -12188;19;4766.00;9.90;790.00;-2.03;0.20 -12190;19;4764.00;9.73;513.00;-2.82;0.18 -12193;19;5089.00;9.82;561.00;-3.97;0.40 -12196;19;4641.00;9.50;652.00;1.19;0.28 -12199;19;4415.00;9.68;731.00;1.57;0.26 -12201;19;4355.00;9.80;794.00;-3.93;0.24 -12204;19;4501.00;9.53;827.00;1.11;0.24 -12206;19;4749.00;9.85;503.00;-2.68;0.18 -12207;19;5386.00;9.50;1653.00;-1.41;0.20 -12208;19;3965.00;9.50;885.00;-1.17;0.28 -12209;19;4421.00;9.50;573.00;-0.64;0.34 -12211;19;871.00;9.50;1640.00;-1.39;0.32 -12213;19;4699.69;9.50;948.72;-1.94;0.30 -12215;19;4377.00;9.50;712.00;-1.25;0.16 -12219;19;4667.00;9.65;500.00;-1.57;0.20 -12220;19;4366.00;9.50;841.00;1.25;0.16 -12222;19;5156.00;9.50;552.00;0.00;0.16 -12225;19;4621.00;9.50;624.00;0.90;0.30 -12228;19;4643.00;9.50;711.00;0.98;0.26 -12230;19;4341.00;9.50;778.00;-0.20;0.22 -12231;19;820.00;9.55;1761.00;-1.49;0.66 -12232;19;4482.00;9.60;815.00;-0.17;0.18 -12234;19;4678.00;9.50;491.00;-3.34;0.36 -12236;19;4702.00;9.50;870.00;0.24;0.26 -12237;19;5099.00;10.00;540.00;0.93;0.20 -12240;19;5046.00;9.68;594.00;-3.52;0.28 -12243;19;4640.00;9.50;710.00;1.57;0.18 -12246;19;4873.00;9.50;472.00;-1.11;0.14 -12249;19;4485.00;9.68;550.00;-3.14;0.26 -12251;19;4253.00;9.50;842.00;0.00;0.16 -12252;19;4623.00;9.50;617.00;-4.17;0.28 -12253;19;4685.00;9.65;918.00;-1.57;0.18 -12258;19;4083.00;9.65;759.00;-4.55;0.28 -12259;19;808.00;9.75;1757.00;-2.03;0.36 -12265;19;5257.00;9.50;535.00;0.79;0.26 -12267;19;4295.00;9.63;903.00;-0.24;0.24 -12268;19;4439.00;9.50;610.00;-3.61;0.26 -12269;19;3946.00;9.50;939.00;-1.41;0.30 -12271;19;4420.00;9.55;693.00;-4.60;0.20 -12272;19;822.00;9.50;1737.00;-1.89;0.40 -12277;19;4527.00;10.25;538.00;-2.98;0.22 -12279;19;4727.00;10.18;867.00;-3.00;0.24 -12280;19;4572.00;9.50;603.00;-0.12;0.28 -12281;19;868.00;9.50;1612.00;-1.45;0.40 -12283;19;4551.00;9.50;691.00;-1.82;0.30 -12286;19;4360.00;9.50;762.00;-0.46;0.20 -12290;19;4901.00;9.50;466.00;-3.14;0.32 -12291;19;1720.00;9.57;1693.00;-2.55;0.56 -12292;19;4342.00;9.50;847.00;-0.93;0.40 -12297;19;4461.00;9.68;942.00;-3.79;0.28 -12299;19;4421.00;9.50;668.00;-1.33;0.18 -12302;19;4375.00;9.68;679.00;-3.50;0.32 -12304;19;1614.00;9.60;1160.00;-4.17;0.22 -12308;19;5145.00;9.68;285.00;-4.21;0.42 -12311;19;4843.00;9.57;419.00;-2.77;0.62 -12313;19;1342.00;9.50;1359.00;-0.28;0.34 -12315;19;4899.00;10.15;631.00;-4.25;0.34 -12321;19;1825.00;9.50;191.00;1.14;0.66 -12323;19;4634.00;9.50;270.00;-1.40;0.54 -12326;19;4840.00;9.50;429.00;-1.95;0.62 -12330;19;4686.00;9.50;606.00;1.29;0.22 -12336;19;1947.00;9.50;291.00;0.36;0.38 -12347;19;1621.00;9.55;1210.00;-3.68;0.36 -12349;19;1795.00;9.75;177.00;1.22;0.68 -12352;19;5013.00;9.50;1393.00;-1.77;0.30 -12358;19;4669.00;9.50;624.00;-1.89;0.32 -12362;19;5563.00;9.50;195.00;-2.68;0.20 -12364;19;1886.00;9.68;294.00;-4.25;0.40 -12367;19;5064.00;9.73;375.00;-4.55;0.42 -12369;19;1284.00;9.70;1303.00;-4.64;0.38 -12371;19;4997.00;9.55;611.00;-3.42;0.26 -12379;19;1900.00;9.68;285.00;-4.39;0.34 -12381;19;1537.00;9.53;1361.00;1.06;0.32 -12386;19;4883.00;9.50;586.00;0.24;0.54 -12396;19;2017.00;9.53;378.00;0.73;0.52 -12398;19;1404.00;9.50;1353.00;0.79;0.26 -12400;19;5023.00;9.68;601.00;-2.55;0.46 -12406;19;5137.00;9.55;150.00;1.37;0.32 -12410;19;1313.00;9.50;1340.00;0.43;0.44 -12439;19;1543.00;9.60;1344.00;-4.57;0.34 -12444;19;4707.00;9.50;574.00;-0.24;0.30 -12446;19;5046.42;9.50;1446.43;1.33;0.56 -12453;19;1890.00;9.55;326.00;0.14;0.50 -12457;19;4973.00;9.55;526.00;-3.61;0.34 -12459;19;1729.00;9.60;1628.00;0.64;0.36 -12461;19;982.00;9.50;1402.00;-1.45;0.32 -12462;19;4138.00;9.50;966.00;1.29;0.30 -12472;19;4563.00;9.50;517.00;-0.54;0.24 -12477;19;1601.00;9.68;1165.00;-4.60;0.68 -12484;19;5028.00;9.60;517.00;1.42;0.42 -12488;19;4322.00;9.50;701.00;-0.59;0.44 -12493;19;5025.00;9.50;1370.00;-1.05;0.38 -12494;19;1837.00;9.50;217.00;1.22;0.62 -12499;19;4939.00;9.50;439.00;1.28;0.36 -12503;19;1871.00;9.50;1851.00;-4.38;1.10 -12505;19;1981.19;9.50;1679.43;-5.02;0.52 -12512;19;2050.00;9.85;1878.00;-1.18;2.12 -12518;19;5037.00;9.50;1719.00;0.38;1.52 -12522;19;5214.00;9.50;1601.00;-0.79;1.28 -12530;19;3559.00;9.50;1961.00;-1.57;0.44 -12547;19;3148.00;9.50;83.00;0.00;0.60 -12551;19;5084.00;9.50;1716.00;-0.15;1.42 -12559;19;4987.00;9.60;1605.00;-2.50;0.56 -12560;19;5118.00;9.80;102.00;-4.57;0.28 -12589;19;3093.00;9.50;84.00;-1.11;0.84 -12604;19;5548.00;9.50;142.00;-1.82;0.32 -12617;19;5554.00;9.50;137.00;-0.54;0.30 -12632;19;5535.00;9.50;121.00;-4.00;0.44 -12645;19;5090.00;9.50;38.00;0.00;0.36 -12661;19;402.00;9.50;1926.00;-4.30;1.92 -12664;19;5561.00;9.70;189.00;-2.68;0.26 -12674;19;2438.93;9.50;1885.45;-1.92;1.28 -12680;19;1953.47;9.50;1686.41;0.05;0.84 -12683;19;5175.00;9.50;1712.00;-0.60;1.58 -12689;19;2584.00;9.50;1892.00;-4.29;1.60 -12698;19;1903.00;9.50;1735.00;-2.09;0.88 -12702;19;3588.00;9.50;1077.00;-4.61;0.56 -12712;19;1281.00;9.50;1126.00;-1.21;0.50 -12715;19;1412.16;9.50;1214.42;-3.24;0.60 -12716;19;1890.95;9.40;987.66;-4.23;0.92 -12725;19;3387.00;9.65;970.00;1.34;0.62 -12736;19;1081.27;9.50;1262.82;-3.44;0.92 -12738;19;1457.57;9.50;1057.11;-0.82;0.64 -12742;19;2786.00;9.50;731.00;0.15;0.60 -12746;19;1163.02;9.50;1203.72;-1.27;0.72 -12747;19;2566.00;9.50;840.00;-1.39;0.48 -12752;19;1525.00;9.50;1303.00;-1.05;0.42 -12753;19;1365.00;9.50;1105.00;-0.20;0.72 -12759;19;3525.00;9.65;822.00;-2.74;0.38 -12766;19;3421.00;10.70;899.00;-4.21;0.48 -12772;19;1686.00;9.50;1019.00;-3.99;0.56 -12774;19;3796.00;9.50;1061.00;0.67;0.58 -12785;19;2821.00;9.50;743.00;0.28;0.36 -12790;19;1633.93;9.50;1042.78;-2.67;0.36 -12810;19;1310.00;9.60;1171.00;-3.93;0.56 -12821;19;3545.00;9.50;869.00;0.12;0.74 -12823;19;1414.52;9.30;1085.25;-0.38;0.36 -12828;19;1927.00;9.55;963.00;-3.40;0.76 -12832;19;3629.00;9.50;1096.00;-0.69;0.70 -12833;19;1027.00;9.50;1391.00;-0.28;0.48 -12834;19;2552.00;9.50;852.00;-1.40;0.28 -12840;19;3567.00;9.50;740.00;1.30;0.64 -12853;19;2060.53;9.40;857.60;-3.15;0.72 -12857;19;2649.00;9.65;1133.00;-2.15;0.20 -12858;19;2580.00;9.50;815.00;-0.87;0.76 -12859;19;1008.00;9.50;1353.00;-0.56;0.56 -12865;19;1441.11;9.40;1083.34;-0.93;0.72 -12867;19;1375.00;9.55;1166.00;-3.05;0.48 -12873;19;1157.00;9.50;1227.00;-1.52;0.60 -12878;19;1500.36;9.40;1006.32;-0.92;0.44 -12883;19;3422.00;9.50;986.00;0.00;0.68 -12885;19;1984.00;9.68;950.00;-3.99;0.72 -12889;19;3342.00;10.55;1071.00;1.28;0.38 -12891;19;2556.00;9.53;851.00;-2.03;0.52 -12905;19;4541.00;9.68;674.00;-2.03;0.26 -12910;19;4964.09;9.50;125.92;-1.47;0.40 -12921;19;3003.00;9.50;340.00;-0.28;0.84 -12924;19;4976.00;9.50;117.00;-1.65;0.52 -12933;19;2147.49;9.50;824.48;-3.31;0.72 -12935;19;3348.00;9.68;328.00;-4.60;0.70 -12941;19;3464.32;9.50;634.83;-0.66;0.50 -12944;19;3431.00;9.57;487.00;-4.53;0.68 -12948;19;4819.00;9.53;171.00;0.00;0.64 -12952;19;1768.00;9.68;119.00;-4.41;0.62 -12954;19;1684.00;9.50;167.00;-0.20;0.46 -12956;19;3489.00;9.50;271.00;-1.36;0.70 -12957;19;4991.00;9.53;383.00;-3.32;0.48 -12958;19;3008.00;10.18;441.00;-2.50;0.78 -12960;19;1913.00;9.70;79.00;-2.47;0.40 -12966;19;5467.00;9.53;68.00;-2.58;0.44 -12971;19;3389.00;9.50;367.00;0.84;0.74 -12974;19;5447.00;9.50;56.00;-2.55;0.46 -12976;19;4788.00;9.57;165.00;0.73;0.48 -12980;19;5443.00;10.00;51.00;-2.19;0.42 -12983;19;1586.00;9.50;708.00;-1.71;0.64 -12984;19;1689.00;9.53;265.00;-1.95;0.36 -12985;19;2999.00;9.55;418.00;-2.13;0.54 -12988;19;5429.00;9.50;32.00;-1.66;0.36 -12990;19;4768.00;9.55;152.00;1.13;0.52 -12991;19;3526.00;9.50;691.00;0.51;0.60 -12994;19;1710.00;9.50;495.00;-1.48;0.50 -12995;19;5135.00;9.50;487.00;0.24;0.22 -12996;19;2165.00;9.55;522.00;-4.57;0.40 -12997;19;1601.00;9.50;680.00;-1.35;0.54 -12999;19;2039.60;9.50;837.62;-2.64;1.00 -13001;19;4759.00;9.50;511.00;-2.60;0.20 -13002;19;4303.00;9.50;409.00;0.00;0.24 -13003;19;2689.00;9.50;1785.00;-3.14;0.36 -13005;19;4457.00;9.60;484.00;-1.57;0.20 -13009;19;1853.00;9.50;1089.00;1.57;0.12 -13010;19;1824.30;9.30;1409.30;-1.49;0.36 -13012;19;1860.00;9.53;1048.00;1.11;0.12 -13013;19;2565.00;9.50;573.00;-1.57;0.16 -13014;19;2407.00;9.50;925.00;-2.33;0.78 -13015;19;2922.00;9.50;676.00;-0.46;0.32 -13016;19;2721.00;9.53;400.00;-3.14;0.24 -13017;19;3665.00;9.50;314.00;-0.46;0.18 -13018;19;3708.00;9.57;331.00;-0.79;0.20 -13019;19;3967.00;9.50;513.00;-1.57;0.18 -13020;19;5528.00;9.50;635.00;-2.36;0.28 -13021;19;5510.00;10.23;669.00;-1.57;0.20 -13022;19;5508.00;10.40;680.00;-1.57;0.16 -13023;19;5071.00;10.23;880.00;-1.57;0.14 -13024;19;5079.00;10.30;897.00;-1.57;0.14 -13025;19;5017.00;9.70;1047.00;-0.62;0.48 -13026;19;5210.00;9.60;1042.00;-1.57;0.26 -13027;19;4947.00;10.32;779.00;-1.57;0.16 -13028;19;4962.00;10.07;800.00;-1.57;0.24 -13029;19;4980.00;9.73;797.00;-1.57;0.18 -13030;19;5049.00;9.50;770.00;1.45;0.34 -13031;19;5073.00;9.50;751.00;-3.14;0.34 -13032;19;5130.00;9.73;764.00;1.57;0.26 -13033;19;5140.00;10.10;787.00;-3.93;0.24 -13034;19;5203.00;9.50;737.00;-1.57;0.20 -13035;19;5344.00;10.07;720.00;1.37;0.18 -13036;19;5269.00;9.50;762.00;-1.57;0.20 -13037;19;5089.00;9.53;1405.00;-0.99;0.70 -13038;19;5415.00;9.93;645.00;-1.57;0.18 -13039;19;5453.00;9.70;743.00;-3.14;0.20 -13040;19;5487.00;9.50;746.00;-1.57;0.14 -13041;19;5432.00;9.50;776.00;-2.55;0.52 -13042;19;5483.00;9.95;766.00;-1.57;0.16 -13043;19;5473.00;9.50;789.00;-1.57;0.22 -13044;19;5451.00;9.50;806.00;-3.14;0.12 -13045;19;5385.00;9.50;833.00;-1.57;0.16 -13046;19;5339.00;9.50;830.00;0.79;0.18 -13047;19;5409.00;9.50;960.00;-1.57;0.18 -13048;19;276.00;9.50;742.00;1.57;0.10 -13049;19;307.00;10.35;715.00;1.11;0.20 -13050;19;105.00;9.50;606.00;0.00;0.26 -13051;19;160.00;9.82;918.00;-1.57;0.24 -13052;19;31.00;9.50;1113.00;0.00;0.20 -13053;19;340.00;9.50;674.00;-1.57;0.22 -13054;19;5556.00;10.38;557.00;-1.57;0.28 -13055;19;5593.00;9.65;525.00;0.00;0.20 -13056;19;5598.00;9.50;508.00;0.00;0.20 -13057;19;5612.00;10.32;500.00;-1.57;0.20 -13063;19;5603.00;9.50;1935.00;0.99;2.54 -13066;19;2166.00;9.50;1966.00;-4.57;1.70 -13067;19;5504.00;10.15;1659.00;1.57;0.24 -13070;19;2804.00;9.78;1557.00;-4.02;0.20 -13071;19;2553.65;9.50;1114.41;0.62;0.56 -13072;19;3501.00;9.55;455.00;1.01;0.60 -13076;19;3846.00;9.55;1959.00;-3.77;1.16 -13079;19;3632.00;9.50;917.00;1.43;0.76 -13080;19;131.00;9.50;420.00;-1.45;0.18 -13084;19;1824.00;9.50;1157.00;-1.57;0.12 -13085;19;1419.00;9.60;1123.00;-4.23;0.52 -13086;19;1695.00;9.50;584.00;-0.90;0.80 -13087;19;1486.00;9.40;1023.27;-0.86;0.52 -13088;19;1279.00;9.60;1251.00;1.50;0.52 -13090;19;199.00;9.50;1815.00;1.57;0.76 -13091;19;453.00;9.50;1992.00;-1.04;0.66 -13092;19;1468.50;9.40;1042.30;-0.98;0.56 -13093;19;1431.00;9.50;1081.00;0.00;0.32 -13216;19;1013.00;9.45;1389.00;-4.94;0.28 -13218;19;2711.00;10.03;1390.00;-3.14;0.20 -13228;19;2710.00;9.50;1256.00;-0.98;0.24 -13236;19;2891.00;9.50;1584.00;-2.68;0.08 -13237;19;2750.89;9.50;1718.27;0.51;0.28 -13238;19;2973.36;9.50;1607.46;-3.03;0.28 -13240;19;3105.23;9.50;1609.56;-2.93;0.24 -13241;19;3136.11;9.50;1636.45;-1.60;0.16 -14;20;2967.23;9.50;1727.23;2.35;0.24 -21;20;2935.34;9.50;1820.55;4.39;0.44 -22;20;3164.57;9.50;1999.30;-0.24;0.34 -38;20;3035.26;9.50;1925.80;-1.46;0.28 -44;20;3098.31;9.50;1992.48;4.43;0.36 -53;20;2899.98;9.50;1710.04;2.36;0.24 -64;20;3263.76;9.50;1991.76;-0.78;0.22 -65;20;2899.30;9.50;1736.42;4.46;0.32 -66;20;3175.48;9.50;1836.68;2.86;0.24 -68;20;2877.08;9.50;1569.06;3.69;0.20 -83;20;3171.76;9.50;1701.76;-0.78;0.26 -86;20;3327.31;9.60;1891.72;2.96;0.28 -91;20;3079.32;9.50;1963.48;-1.27;0.58 -94;20;3352.63;9.55;1850.61;1.93;0.28 -98;20;3427.35;9.53;1887.89;0.88;0.56 -104;20;3251.69;9.50;1732.60;2.73;0.18 -105;20;3599.36;9.55;1944.62;4.34;1.22 -107;20;2975.30;9.65;1844.42;4.46;0.20 -116;20;3337.54;9.50;1973.69;3.40;0.50 -122;20;2896.77;9.50;1741.54;0.81;0.44 -130;20;3084.78;9.50;1793.43;0.46;0.32 -131;20;2729.34;10.60;1714.71;2.94;0.24 -137;20;2909.56;9.60;1711.21;1.10;0.32 -153;20;1739.71;9.50;1064.64;1.36;0.26 -158;20;3194.26;9.50;1857.78;-1.44;0.28 -161;20;3085.57;9.53;1710.30;-0.24;0.28 -169;20;3142.38;9.50;1772.63;3.50;0.26 -171;20;2980.44;9.50;1714.66;3.46;0.20 -177;20;1857.45;9.53;1106.97;2.15;0.16 -182;20;3099.00;9.60;1812.25;0.00;0.30 -185;20;3162.09;9.55;1703.36;2.46;0.36 -188;20;2880.39;9.50;1777.29;-1.15;0.34 -192;20;3073.54;9.50;1945.97;4.12;0.28 -195;20;3174.26;9.50;1835.80;-1.46;0.36 -198;20;3808.60;9.55;1977.68;1.97;1.26 -199;20;2880.32;9.50;1760.48;-1.27;0.18 -200;20;2763.90;9.68;1682.49;0.54;0.24 -204;20;3215.00;9.50;1743.25;0.00;0.20 -205;20;3081.23;9.50;1792.76;0.78;0.32 -211;20;3060.76;9.50;1655.76;-0.78;0.24 -221;20;2814.95;9.40;1565.34;0.48;0.24 -241;20;2932.04;9.50;1594.44;2.95;0.32 -271;20;2823.27;9.40;1574.98;1.30;0.24 -276;20;2692.55;10.03;1624.34;0.32;0.26 -284;20;2712.35;9.50;1653.37;-0.38;0.26 -285;20;2695.94;9.50;1575.13;0.88;0.28 -299;20;3062.50;9.53;1660.10;1.03;0.22 -312;20;3431.64;9.60;1846.10;4.02;0.36 -316;20;2933.43;9.50;1660.21;-1.10;0.28 -317;20;2952.35;9.60;1620.62;3.52;0.22 -321;20;2994.98;9.60;1606.50;3.14;0.28 -322;20;2824.78;9.50;1582.19;1.26;0.24 -329;20;3059.72;9.53;1658.28;1.73;0.22 -332;20;2941.02;9.50;1623.54;-0.58;0.26 -337;20;2664.43;9.68;1636.78;4.24;0.36 -348;20;3137.51;9.50;1629.68;3.42;0.28 -349;20;3025.69;9.77;1594.42;1.81;0.24 -351;20;2774.72;10.15;1635.28;1.73;0.22 -362;20;3098.52;9.50;1610.92;2.88;0.24 -373;20;1927.29;9.40;1674.99;0.65;0.16 -374;20;2937.60;9.50;1597.05;4.06;0.18 -377;20;2739.60;9.50;1557.95;-0.92;0.22 -379;20;1849.44;9.50;1074.34;-0.32;0.14 -383;20;2986.81;9.50;1682.35;4.01;0.24 -391;20;2888.50;9.50;1565.75;2.11;0.16 -394;20;2965.28;9.55;1681.72;2.97;0.32 -399;20;2932.02;9.50;1649.45;3.73;0.24 -407;20;2738.45;9.50;1562.02;0.98;0.20 -408;20;3106.13;9.50;1693.32;2.43;0.30 -480;20;2857.59;9.60;1545.30;4.23;0.08 -485;20;2820.19;9.40;1516.14;4.21;0.20 -490;20;1557.44;9.50;1806.79;4.23;1.54 -505;20;863.88;9.50;1593.34;3.83;0.30 -540;20;2727.34;9.55;1537.44;-1.24;0.28 -542;20;2745.23;9.50;1473.76;0.78;0.16 -567;20;3185.09;9.50;1721.36;2.46;0.20 -568;20;3324.00;9.50;1439.25;0.00;0.20 -575;20;2843.42;9.50;1540.69;2.89;0.16 -591;20;3037.76;9.50;1418.23;3.92;0.18 -610;20;865.25;9.57;1555.00;4.71;0.32 -628;20;3012.23;9.50;1432.76;0.78;0.22 -657;20;3253.60;9.53;1395.31;1.16;0.24 -677;20;899.69;9.65;1509.57;1.32;0.26 -687;20;3269.73;9.40;1421.79;1.88;0.28 -705;20;3322.25;9.50;1422.00;4.71;0.28 -717;20;3413.57;9.50;1400.30;-0.24;0.22 -719;20;3405.97;9.50;1404.54;0.58;0.24 -721;20;3316.36;9.50;1438.90;0.89;0.24 -740;20;2767.66;9.75;1386.55;1.89;0.20 -743;20;2781.76;9.65;1390.23;3.92;0.24 -747;20;2762.23;9.50;1262.76;0.78;0.20 -750;20;3391.54;9.50;1427.02;-0.98;0.26 -758;20;2675.78;9.50;1388.56;2.67;0.24 -761;20;1481.70;9.60;1853.72;3.31;1.90 -772;20;3455.43;9.50;1360.21;-1.10;0.24 -782;20;2997.05;9.68;1411.40;2.49;0.18 -788;20;1621.40;9.50;1484.87;1.84;0.24 -792;20;3362.57;9.50;1217.69;3.38;0.22 -799;20;2665.95;9.50;1320.60;-0.64;0.16 -806;20;3369.10;9.40;1264.65;-0.51;0.28 -819;20;3032.65;9.50;1334.37;0.38;0.20 -848;20;4801.62;9.70;1306.65;1.95;0.28 -849;20;3216.46;9.50;1323.43;-0.16;0.36 -851;20;3047.78;9.53;1323.43;0.46;0.24 -854;20;2848.87;9.50;1353.79;1.13;0.24 -855;20;5037.50;9.50;1602.67;2.85;0.50 -859;20;1677.75;9.50;1559.00;1.57;0.20 -865;20;1615.69;9.55;1497.42;1.81;0.32 -866;20;1547.56;9.55;1334.78;2.03;0.30 -873;20;1600.75;9.55;1516.00;1.57;0.32 -883;20;3056.56;9.68;1350.78;2.03;0.18 -895;20;3178.23;9.53;1333.23;2.35;0.28 -898;20;4838.75;9.50;1363.00;1.57;0.26 -902;20;2954.48;9.50;1306.31;0.27;0.18 -904;20;3292.51;9.50;1346.15;2.85;0.24 -905;20;1713.31;9.50;1565.84;0.85;0.34 -911;20;2904.23;9.50;1380.76;0.78;0.18 -912;20;4762.55;9.50;1314.34;0.32;0.20 -914;20;3120.00;9.50;1316.25;0.00;0.22 -922;20;3244.09;9.50;1360.36;2.46;0.24 -923;20;3022.65;9.50;1345.37;0.38;0.22 -925;20;3023.47;9.50;1390.61;1.77;0.24 -947;20;3256.10;9.63;1331.50;3.68;0.22 -955;20;3025.46;9.50;1334.65;-1.24;0.22 -957;20;4874.75;9.50;1386.00;1.57;0.34 -959;20;4831.40;9.55;1348.05;2.21;0.22 -962;20;2806.75;9.50;1298.00;1.57;0.20 -964;20;4709.27;9.50;1325.71;-1.40;0.24 -967;20;3006.65;10.60;1397.71;3.33;0.24 -970;20;2662.30;9.53;1296.57;-1.32;0.18 -975;20;3407.56;10.03;1340.78;2.03;0.22 -976;20;3161.68;9.88;1301.48;1.84;0.26 -979;20;3316.43;10.23;1357.78;4.24;0.24 -980;20;2667.25;9.50;1290.00;4.71;0.20 -986;20;919.35;9.50;1454.37;-0.38;0.28 -989;20;2777.85;9.53;1234.53;2.63;0.34 -994;20;4511.00;9.50;942.25;0.00;0.26 -998;20;4944.34;9.55;1264.28;0.19;0.22 -1002;20;5405.34;9.53;829.44;-1.24;0.16 -1003;20;4770.44;9.50;1282.34;-0.32;0.20 -1005;20;3288.24;9.40;1265.43;1.23;0.28 -1009;20;3033.05;9.50;1263.60;0.64;0.24 -1013;20;2820.42;9.60;1257.69;2.89;0.28 -1014;20;4270.44;9.50;965.34;-0.32;0.32 -1015;20;3349.84;9.75;1133.25;-0.09;0.20 -1018;20;4498.27;9.50;1005.28;4.54;0.24 -1019;20;1591.69;9.53;1433.57;1.32;0.26 -1020;20;4858.45;9.68;1177.97;2.15;0.14 -1024;20;5006.62;10.05;1281.65;1.95;0.22 -1025;20;4844.57;9.98;1211.69;3.38;0.20 -1029;20;4670.56;9.55;1228.78;2.03;0.28 -1033;20;3358.43;9.50;1100.78;4.24;0.56 -1038;20;4522.90;9.55;972.50;2.60;0.28 -1041;20;3062.34;9.60;1165.12;2.26;0.32 -1042;20;5338.75;9.70;481.00;1.57;0.22 -1047;20;4578.05;9.53;1016.60;0.64;0.28 -1048;20;2707.02;9.50;1259.54;-0.58;0.20 -1051;20;4930.65;9.50;1209.37;0.38;0.24 -1052;20;4661.78;9.50;1307.43;0.46;0.30 -1054;20;4801.03;9.50;1226.54;-0.58;0.26 -1055;20;4692.73;9.50;1105.75;1.42;0.28 -1061;20;3904.00;9.60;1023.25;0.00;0.40 -1063;20;4988.30;9.50;1308.57;-1.32;0.26 -1065;20;3351.28;9.50;1191.65;-1.37;0.24 -1067;20;4926.21;9.50;1242.56;3.60;0.20 -1070;20;4539.89;9.50;970.27;1.46;0.28 -1071;20;3257.00;9.68;1158.75;3.14;0.26 -1077;20;1620.23;9.50;1457.76;0.78;0.28 -1085;20;5314.54;9.70;518.68;3.40;0.32 -1088;20;3366.10;9.50;1233.49;-0.54;0.32 -1089;20;4687.71;9.50;1180.65;1.37;0.20 -1091;20;4682.71;9.50;1039.72;3.30;0.14 -1092;20;4878.50;9.50;1216.10;1.03;0.22 -1096;20;4692.48;10.32;1146.68;2.86;0.20 -1098;20;4681.05;9.50;652.40;2.49;0.22 -1102;20;2655.10;9.50;1174.50;3.68;0.44 -1104;20;4682.43;9.50;1282.78;4.24;0.22 -1106;20;3129.34;9.53;1301.71;2.94;0.22 -1108;20;3367.35;9.50;1225.62;3.52;0.28 -1109;20;3156.37;9.50;1292.35;-1.19;0.20 -1112;20;3315.47;9.50;1134.85;4.20;0.36 -1117;20;4975.71;9.53;1285.72;3.30;0.28 -1118;20;3047.28;9.80;1173.72;2.97;0.24 -1119;20;3276.55;9.53;1253.34;0.32;0.28 -1122;20;3293.57;9.50;1263.30;-0.24;0.26 -1123;20;4819.23;9.50;1104.23;2.35;0.18 -1127;20;3114.34;9.78;1152.55;4.39;0.26 -1130;20;3178.65;10.28;1181.62;2.76;0.22 -1132;20;1593.04;9.50;1437.52;0.13;0.36 -1133;20;4918.76;9.50;1202.76;-0.78;0.20 -1135;20;89.70;9.50;1785.38;1.79;0.34 -1136;20;4919.55;9.50;1241.66;2.82;0.24 -1142;20;4247.57;9.50;983.30;-0.24;0.26 -1145;20;2859.34;9.60;1264.12;2.26;0.24 -1148;20;4812.36;10.50;1292.09;2.24;0.24 -1149;20;3014.78;9.68;1194.56;2.67;0.22 -1150;20;4698.34;9.60;1303.44;-1.24;0.24 -1155;20;3320.55;9.50;1163.66;2.82;0.28 -1156;20;3028.54;10.13;1286.97;4.12;0.20 -1157;20;4477.23;9.50;983.76;0.78;0.28 -1158;20;4830.46;9.50;1209.68;2.87;0.24 -1159;20;4182.31;9.50;997.39;-0.40;0.26 -1160;20;2933.55;9.53;1267.66;2.82;0.30 -1163;20;1615.70;9.50;1448.62;1.35;0.28 -1164;20;3188.00;10.23;1238.75;3.14;0.16 -1165;20;5020.34;9.65;1308.12;2.26;0.22 -1167;20;4891.55;10.00;1241.66;2.82;0.24 -1168;20;4700.78;9.50;1112.43;0.46;0.24 -1173;20;3142.44;9.50;1278.66;3.46;0.16 -1175;20;4700.69;9.53;1023.42;1.81;0.20 -1177;20;4784.66;9.53;1199.44;1.24;0.12 -1179;20;3845.69;9.50;1062.39;0.40;0.50 -1182;20;4987.42;9.50;1238.30;0.24;0.20 -1183;20;4836.43;9.50;1175.21;-1.10;0.18 -1184;20;4672.00;10.15;1272.75;3.14;0.22 -1185;20;4459.00;9.53;968.25;0.00;0.20 -1189;20;3005.78;10.05;1192.56;2.67;0.26 -1190;20;3879.26;9.50;1023.80;-1.46;0.32 -1191;20;4872.55;9.80;1234.66;2.82;0.22 -1194;20;2706.54;9.75;1227.97;4.12;0.30 -1198;20;3105.76;9.63;1148.23;3.92;0.26 -1200;20;4702.56;10.78;1278.78;2.03;0.22 -1201;20;3348.43;9.50;1182.21;-1.10;0.20 -1204;20;3148.44;9.65;1195.66;3.46;0.24 -1205;20;3135.60;9.50;1291.95;-0.92;0.22 -1208;20;4524.23;9.55;670.76;0.78;0.84 -1209;20;4549.76;9.50;517.76;-0.78;0.20 -1214;20;848.31;9.50;1716.39;-0.40;0.36 -1221;20;4695.23;9.50;869.76;0.78;0.20 -1222;20;5063.28;9.50;527.27;0.16;0.32 -1224;20;4746.28;9.50;835.59;3.56;0.22 -1234;20;4763.56;9.55;752.21;1.10;0.24 -1237;20;5409.44;10.25;407.66;3.46;0.40 -1238;20;3998.44;9.50;801.34;-0.32;0.26 -1242;20;5078.05;9.50;522.60;0.64;0.26 -1244;20;4395.71;9.50;849.27;-0.16;0.26 -1246;20;4459.40;9.60;586.95;0.92;0.20 -1252;20;4647.68;9.50;664.48;1.84;0.34 -1261;20;4730.34;9.90;823.71;2.94;0.22 -1263;20;5406.72;10.18;294.71;1.40;0.20 -1269;20;5292.63;9.50;503.64;3.43;0.48 -1273;20;3959.44;9.50;890.34;-0.32;0.22 -1277;20;4405.75;9.50;662.00;1.57;0.38 -1279;20;4391.75;9.60;754.73;3.28;0.22 -1280;20;1047.49;9.50;317.90;4.17;0.24 -1281;20;4353.55;9.55;806.66;2.82;0.16 -1283;20;5032.71;9.53;501.27;-0.16;0.32 -1284;20;1706.25;9.63;1680.00;4.71;0.42 -1285;20;4511.36;9.53;843.09;2.24;0.20 -1286;20;5165.03;9.50;571.45;3.73;0.18 -1288;20;4702.45;10.07;890.02;0.98;0.18 -1289;20;4714.45;9.50;658.02;0.98;0.22 -1291;20;4371.50;9.50;736.10;-1.03;0.22 -1293;20;4764.03;9.50;795.54;-0.58;0.24 -1298;20;4683.05;9.50;518.40;2.49;0.20 -1300;20;4509.56;9.65;880.78;2.03;0.18 -1301;20;5141.45;9.70;561.97;2.15;0.22 -1302;20;4474.42;10.65;925.69;2.89;0.26 -1306;20;4665.66;9.55;732.55;1.89;0.26 -1308;20;4353.97;9.55;810.54;0.58;0.16 -1310;20;5028.64;9.50;503.40;1.22;0.24 -1311;20;4760.52;9.50;849.86;2.09;0.20 -1315;20;4336.25;9.50;872.00;4.71;0.30 -1316;20;4510.95;9.50;627.33;-0.19;0.46 -1321;20;4004.28;9.50;784.27;0.16;0.24 -1322;20;5024.76;10.40;1473.76;-0.78;0.30 -1326;20;4772.21;9.73;515.56;3.60;0.18 -1329;20;5119.37;9.50;561.65;4.33;0.16 -1330;20;4312.55;9.50;912.34;0.32;0.28 -1332;20;4420.44;9.60;633.66;3.46;0.18 -1337;20;4368.00;9.53;783.75;3.14;0.20 -1338;20;1739.17;9.50;1622.25;0.10;0.30 -1339;20;4757.23;9.60;496.76;0.78;0.20 -1340;20;4765.66;10.60;841.55;1.89;0.20 -1342;20;4459.05;9.50;559.60;0.64;0.14 -1345;20;4436.86;9.60;619.48;0.51;0.46 -1349;20;3944.31;9.50;962.60;3.54;0.26 -1351;20;4783.85;9.50;724.53;2.63;0.48 -1353;20;4409.21;9.50;838.43;-0.46;0.24 -1354;20;1790.62;9.60;1639.70;3.36;0.44 -1355;20;4735.00;9.50;492.75;3.14;0.42 -1356;20;1711.32;9.60;1689.86;0.86;0.42 -1358;20;5215.50;9.50;550.72;5.98;0.18 -1361;20;5169.76;10.15;603.23;3.92;0.26 -1366;20;4350.21;9.50;772.43;-0.46;0.22 -1368;20;4722.00;9.85;822.25;0.00;0.24 -1370;20;5284.95;9.50;480.12;5.81;0.16 -1372;20;4728.75;9.68;872.00;1.57;0.24 -1376;20;4376.27;9.50;709.28;4.54;0.26 -1379;20;4779.56;9.50;781.78;2.03;0.22 -1381;20;4053.36;9.55;812.90;0.89;0.32 -1385;20;4340.25;9.50;864.00;4.71;0.22 -1386;20;4499.97;9.68;547.45;2.55;0.20 -1388;20;4703.45;10.35;900.02;0.98;0.18 -1389;20;5063.23;9.55;587.23;2.35;0.26 -1393;20;868.64;9.50;1730.89;-0.88;0.46 -1396;20;4473.36;9.50;810.90;0.89;0.22 -1398;20;4455.76;9.55;547.23;3.92;0.20 -1399;20;5202.97;9.57;1509.45;2.55;0.44 -1401;20;4458.71;9.60;603.65;1.37;0.30 -1403;20;4328.76;9.50;915.23;3.92;0.26 -1404;20;4637.09;9.50;699.36;2.46;0.26 -1408;20;881.26;9.50;1731.21;4.58;0.32 -1410;20;4939.23;9.55;461.23;2.35;0.40 -1413;20;4531.43;9.53;542.78;4.24;0.24 -1415;20;4682.76;9.95;907.23;3.92;0.18 -1416;20;4623.75;9.50;606.00;1.57;0.28 -1419;20;4802.00;9.55;685.75;3.14;0.40 -1420;20;850.75;10.13;1741.00;1.57;0.38 -1421;20;4713.78;9.82;758.43;0.46;0.16 -1422;20;4924.13;9.63;462.32;2.43;0.36 -1423;20;4463.00;9.65;805.25;0.00;0.24 -1424;20;1795.10;9.30;1656.88;0.02;0.48 -1425;20;4478.65;9.50;530.28;-0.19;0.24 -1426;20;1813.61;9.50;1942.70;3.36;1.46 -1427;20;4368.44;9.53;862.34;-0.32;0.28 -1428;20;4370.29;9.53;605.82;0.83;0.58 -1430;20;4058.56;9.53;898.78;2.03;0.32 -1431;20;4849.61;9.50;450.07;4.05;0.34 -1437;20;4800.56;9.50;638.21;1.10;0.20 -1440;20;1769.55;9.50;1157.34;0.32;0.20 -1460;20;4360.65;9.50;645.28;-0.19;0.26 -1468;20;3288.68;9.50;156.54;1.30;0.80 -1480;20;1534.38;9.55;1376.92;0.91;0.46 -1484;20;4701.00;9.63;635.75;3.14;0.24 -1500;20;1327.02;9.50;1354.54;-0.58;0.36 -1501;20;4999.65;9.57;395.88;-0.87;0.34 -1505;20;4708.75;9.50;622.26;-0.14;0.34 -1511;20;4624.34;9.50;255.55;4.39;0.56 -1512;20;5052.43;9.50;1378.21;-1.10;0.30 -1513;20;1636.48;9.40;1245.61;3.83;0.52 -1514;20;4959.38;9.68;396.63;3.50;0.44 -1515;20;5147.03;9.53;1433.54;-0.58;0.88 -1518;20;4691.34;9.80;629.71;2.94;0.26 -1540;20;4638.56;9.50;229.00;4.10;0.58 -1546;20;4924.34;9.50;602.55;4.39;0.42 -1547;20;1544.90;9.55;1403.49;0.54;0.34 -1550;20;1613.35;9.50;1190.17;0.73;0.32 -1556;20;1506.57;9.50;1350.30;-0.24;0.38 -1562;20;974.76;9.50;1416.23;3.92;0.20 -1565;20;5559.09;9.70;193.36;2.46;0.24 -1572;20;1540.71;9.68;1351.65;1.37;0.28 -1574;20;4800.25;9.50;599.15;4.62;0.30 -1584;20;1514.34;9.50;1338.44;-1.24;0.36 -1589;20;4685.56;9.60;586.78;2.03;0.30 -1594;20;1676.34;9.55;1189.71;2.94;0.40 -1611;20;5162.68;9.55;200.51;1.29;0.34 -1619;20;1761.71;9.50;1635.65;1.37;0.36 -1624;20;1884.13;9.53;224.67;0.70;0.46 -1629;20;4981.51;9.50;518.31;-0.27;0.34 -1633;20;1545.96;9.40;983.62;0.27;0.44 -1635;20;1667.74;9.55;1166.15;1.66;0.20 -1639;20;1842.23;9.50;220.76;0.78;0.46 -1642;20;5039.42;10.13;1409.69;2.89;0.38 -1644;20;5017.00;9.50;480.75;3.14;0.38 -1648;20;4337.38;9.60;718.70;2.92;0.40 -1652;20;4653.63;9.50;183.09;4.03;0.30 -1712;20;1567.54;9.50;2007.18;1.08;0.96 -1713;20;5547.43;9.50;163.21;-1.10;0.20 -1742;20;5022.95;9.50;1546.60;-0.64;0.52 -1751;20;2389.01;9.50;1278.75;5.09;0.70 -1755;20;5023.81;9.50;1515.71;-0.74;0.58 -1759;20;5070.71;9.57;62.40;0.41;0.44 -1772;20;4916.29;10.03;1616.82;0.83;0.64 -1773;20;4980.26;9.50;91.21;4.58;0.40 -1799;20;779.63;9.57;1815.28;-0.21;1.26 -1801;20;5584.67;9.55;151.61;2.74;0.32 -1814;20;5557.00;9.50;109.25;0.00;0.30 -1820;20;5021.50;9.78;1494.10;-1.03;0.58 -1823;20;5392.15;9.50;1764.25;0.08;2.72 -1830;20;327.62;9.50;1923.29;-0.21;2.30 -1833;20;3249.74;9.53;110.86;1.49;0.66 -1839;20;5238.49;9.53;1667.11;-1.03;1.68 -1843;20;1541.88;9.50;1280.65;-0.69;0.36 -1863;20;5338.74;9.57;1675.12;1.64;1.28 -1865;20;5245.72;9.65;1774.68;1.38;2.30 -1869;20;754.90;9.50;1789.49;0.54;0.66 -1889;20;3708.16;9.50;1067.46;-0.49;0.64 -1892;20;984.61;9.50;1390.07;4.05;0.36 -1903;20;2938.76;9.55;702.76;-0.78;0.16 -1904;20;1019.43;9.53;1323.78;4.24;0.68 -1909;20;2595.88;9.50;796.64;-0.68;0.74 -1913;20;1527.31;9.50;1297.48;4.43;0.34 -1920;20;3473.51;9.50;904.07;-1.01;0.60 -1923;20;3443.35;9.50;962.40;-1.22;0.64 -1937;20;1642.67;9.40;1042.97;3.54;0.64 -1944;20;1685.57;9.40;1031.25;0.66;0.56 -1945;20;1107.76;9.50;1284.76;-0.78;0.68 -1947;20;3709.28;9.68;977.27;0.16;0.70 -1951;20;2827.19;9.50;746.26;0.11;0.38 -1955;20;3561.11;9.60;1118.74;3.07;0.50 -1966;20;3604.68;9.57;830.48;1.84;0.52 -1977;20;3375.50;9.70;1013.90;2.11;0.70 -1981;20;1872.56;9.60;1003.78;2.03;0.68 -1988;20;1499.52;9.40;1051.90;1.23;0.60 -1997;20;1692.58;9.40;1016.82;4.15;0.60 -2003;20;3398.73;10.10;948.21;1.69;0.72 -2021;20;1355.38;9.50;1167.06;2.22;0.48 -2029;20;3600.44;9.50;891.00;0.96;0.78 -2031;20;1473.83;9.50;1126.51;3.29;0.76 -2033;20;3409.76;9.50;1025.76;-0.78;0.74 -2035;20;1989.26;9.50;844.64;2.55;1.28 -2038;20;2601.76;9.82;782.76;-0.78;0.60 -2042;20;1283.65;9.60;1323.28;-0.19;0.46 -2048;20;3649.54;9.60;1040.68;3.40;0.56 -2050;20;2881.40;9.50;747.95;0.92;0.42 -2051;20;1163.27;9.50;1186.28;4.54;0.52 -2069;20;1039.25;9.50;1378.14;4.62;0.50 -2075;20;1503.72;9.40;1074.41;0.70;0.68 -2077;20;1431.88;9.55;1164.50;2.61;0.44 -2085;20;1675.50;9.40;1060.38;3.66;0.56 -2089;20;3563.66;9.50;1141.44;1.24;0.32 -2094;20;2603.25;9.50;780.17;4.61;0.72 -2095;20;3377.35;9.50;1071.40;-1.22;0.48 -2103;20;3655.36;9.50;922.90;0.89;0.44 -2115;20;2993.25;9.50;569.00;4.71;0.32 -2120;20;3346.45;9.50;332.30;0.26;0.76 -2123;20;3438.71;9.50;436.59;2.71;0.60 -2132;20;2185.23;9.68;822.23;2.35;0.56 -2153;20;2170.40;9.50;528.95;0.92;0.40 -2156;20;1538.54;9.50;775.02;-0.98;0.62 -2161;20;1690.60;9.50;152.05;4.06;0.54 -2165;20;3975.60;9.50;30.95;-0.92;0.44 -2166;20;4994.63;9.50;389.09;4.03;0.48 -2175;20;2232.05;9.68;789.40;2.49;0.46 -2183;20;5057.03;9.50;29.45;3.73;0.24 -2188;20;3693.75;9.50;574.00;1.57;0.24 -2189;20;5080.69;9.50;10.57;1.32;0.34 -2191;20;4803.71;9.50;167.40;0.41;0.76 -2193;20;3353.71;9.53;313.59;2.72;0.68 -2196;20;3418.23;9.60;544.23;2.35;0.60 -2197;20;5523.43;9.50;64.99;0.96;0.38 -2200;20;3502.00;9.50;237.25;0.00;0.58 -2201;20;4735.13;9.50;363.74;3.06;0.84 -2202;20;3437.45;9.55;466.97;2.15;0.68 -2203;20;5491.69;9.60;43.57;1.32;0.38 -2207;20;3031.49;9.50;262.10;-1.03;0.54 -2210;20;1677.51;9.50;596.31;-0.27;0.70 -2211;20;5475.00;9.50;20.25;0.00;0.44 -2219;20;4914.29;9.50;148.39;4.48;0.68 -2225;20;1624.65;9.50;630.28;-0.19;0.76 -2227;20;2261.72;9.68;759.71;1.40;0.34 -2228;20;2157.47;9.50;823.91;2.86;0.60 -2229;20;3036.60;9.50;243.05;4.06;0.48 -2489;20;5180.23;9.50;773.23;2.35;0.18 -2995;20;3204.75;9.57;2009.00;1.57;0.66 -3008;20;3319.28;9.80;1898.72;2.97;0.32 -3016;20;3181.21;9.63;2004.56;3.60;0.38 -3018;20;2974.21;9.50;1845.73;3.01;0.32 -3022;20;2968.26;9.60;1818.12;2.64;0.20 -3034;20;3063.43;9.50;1937.21;-1.10;0.32 -3040;20;3164.55;9.82;1992.66;2.82;0.36 -3045;20;3075.50;9.57;1755.10;1.03;0.20 -3048;20;3020.55;9.50;1900.66;2.82;0.34 -3058;20;3120.60;9.57;1973.05;4.06;0.30 -3060;20;3272.69;9.50;1739.57;1.32;0.22 -3061;20;3229.44;9.50;1747.34;-0.32;0.22 -3080;20;3388.62;9.50;1839.29;-0.21;0.46 -3082;20;3126.11;9.50;1993.51;3.67;0.42 -3083;20;3149.36;9.50;1740.89;-0.30;0.30 -3088;20;2997.25;9.50;1884.13;4.63;0.22 -3090;20;2889.76;9.50;1768.76;-0.78;0.22 -3092;20;3392.38;9.50;1829.63;3.50;0.40 -3096;20;2937.83;9.50;1817.30;3.86;0.32 -3113;20;3123.75;9.50;1824.00;1.57;0.26 -3114;20;2895.48;9.57;1760.86;4.19;0.24 -3117;20;3140.28;9.50;1774.65;-1.37;0.32 -3118;20;2544.04;9.50;1188.43;1.00;0.16 -3121;20;3315.73;9.50;1908.26;1.72;0.28 -3122;20;3136.34;9.50;1802.44;-1.24;0.32 -3126;20;3000.29;9.50;1877.38;4.49;0.24 -3132;20;3054.57;9.57;1939.69;3.38;0.42 -3134;20;3327.55;9.60;1965.66;2.82;0.32 -3145;20;3078.00;9.50;1948.25;0.00;0.28 -3147;20;3550.92;9.50;1914.74;3.18;1.00 -3150;20;2742.49;11.45;1665.10;-1.03;0.24 -3151;20;3272.43;9.50;1735.21;-1.10;0.22 -3152;20;3196.31;9.50;1728.38;2.94;0.18 -3159;20;2732.75;9.57;1695.00;1.57;0.24 -3161;20;3222.00;9.50;1744.25;0.00;0.20 -3168;20;3433.30;9.57;1847.16;2.29;0.46 -3170;20;3380.54;9.60;1961.82;2.06;0.62 -3171;20;2971.76;9.50;1725.23;3.92;0.22 -3172;20;3163.00;9.60;1823.75;3.14;0.28 -3174;20;3185.56;9.60;1697.21;1.10;0.20 -3178;20;2704.56;9.50;1682.21;1.10;0.34 -3182;20;3079.44;9.60;1749.66;3.46;0.28 -3188;20;2906.28;9.50;1764.65;-1.37;0.30 -3189;20;3343.09;9.55;1865.63;0.67;0.26 -3192;20;2892.25;9.65;1724.00;4.71;0.38 -3205;20;2751.76;9.40;1598.23;3.92;0.24 -3206;20;2953.70;9.68;1656.38;1.78;0.30 -3208;20;1768.81;9.57;1933.74;3.24;2.10 -3211;20;2873.21;9.57;1561.56;3.60;0.16 -3229;20;3066.62;9.53;1677.65;1.95;0.22 -3231;20;2939.26;9.50;1607.21;4.58;0.20 -3242;20;2693.35;9.82;1625.62;3.52;0.24 -3260;20;2991.56;9.70;1637.78;2.03;0.28 -3274;20;2732.65;9.50;1582.71;3.33;0.24 -3277;20;2960.75;9.57;1638.00;1.57;0.20 -3284;20;1843.76;9.50;1029.76;-0.78;0.26 -3287;20;2805.94;9.50;1592.38;3.14;0.28 -3296;20;3140.30;9.57;1674.42;4.46;0.26 -3305;20;2995.32;9.57;1625.13;2.27;0.32 -3307;20;2996.54;9.50;1666.02;-0.98;0.24 -3311;20;2726.89;9.50;1612.48;-0.33;0.14 -3314;20;2879.22;9.50;1578.11;4.20;0.20 -3319;20;3136.25;9.57;1664.00;4.71;0.26 -3325;20;2976.63;9.53;1628.38;1.21;0.36 -3326;20;2937.90;9.63;1591.36;3.81;0.22 -3329;20;2695.35;10.00;1640.62;3.52;0.22 -3338;20;3428.29;9.50;1862.39;4.48;0.68 -3340;20;3017.55;9.60;1603.66;2.82;0.28 -3353;20;2796.28;9.75;1602.72;2.97;0.24 -3359;20;2698.72;9.50;1611.42;2.04;0.32 -3368;20;2944.27;9.50;1600.28;4.54;0.20 -3369;20;2753.49;10.03;1559.10;-1.03;0.24 -3373;20;2709.65;9.65;1656.62;2.76;0.40 -3374;20;2973.90;9.50;1616.49;0.54;0.26 -3379;20;2709.71;9.50;1625.34;1.76;0.26 -3380;20;3109.78;9.50;1608.56;2.67;0.26 -3396;20;2655.27;9.50;1597.28;4.54;0.20 -3401;20;3183.54;9.50;1278.97;4.12;0.44 -3421;20;3403.23;9.53;1458.76;0.78;0.24 -3422;20;2765.66;9.50;1548.55;1.89;0.18 -3456;20;3848.32;9.50;1054.50;4.42;0.50 -3463;20;2749.24;9.78;1555.73;3.00;0.24 -3501;20;2816.06;9.70;1552.21;1.44;0.28 -3525;20;3165.00;9.60;1676.75;3.14;0.22 -3552;20;2727.70;9.50;1485.72;4.28;0.22 -3579;20;2790.97;9.55;1505.45;2.55;0.20 -3644;20;867.34;9.50;1565.44;-1.24;0.32 -3651;20;4265.61;9.50;962.07;4.05;0.42 -3653;20;3455.25;9.57;1355.00;4.71;0.20 -3678;20;905.00;9.55;1506.75;3.14;0.22 -3686;20;3328.32;9.50;1411.56;4.56;0.24 -3691;20;1685.32;9.50;2042.49;4.42;1.08 -3698;20;3416.30;9.50;1398.57;-1.32;0.26 -3701;20;3268.72;9.50;1429.48;1.64;0.28 -3712;20;1701.63;9.60;1597.38;1.21;0.32 -3714;20;3437.71;9.55;1344.72;3.30;0.26 -3722;20;3344.75;9.68;1434.00;1.57;0.28 -3732;20;1707.48;9.50;1605.31;0.27;0.36 -3738;20;3302.09;9.68;1460.36;2.46;0.24 -3739;20;4963.69;9.60;1446.42;1.81;0.28 -3753;20;4969.71;9.60;1458.34;1.76;0.30 -3755;20;3314.75;9.50;1448.26;-0.14;0.22 -3761;20;2688.05;9.78;1394.40;2.49;0.22 -3772;20;2934.00;10.00;1400.25;0.00;0.22 -3783;20;4699.28;9.53;1315.65;-1.37;0.28 -3790;20;2673.78;9.40;1268.43;0.46;0.20 -3838;20;2942.95;9.50;1361.40;3.78;0.26 -3840;20;907.25;9.50;1471.00;4.71;0.28 -3844;20;3159.69;9.50;1328.42;1.81;0.18 -3851;20;3254.25;9.50;1333.00;4.71;0.14 -3852;20;4809.00;9.50;1323.25;0.00;0.22 -3857;20;3020.02;10.28;1286.45;3.73;0.20 -3861;20;2661.34;9.50;1313.44;-1.24;0.24 -3864;20;3163.75;10.48;1307.00;1.57;0.22 -3866;20;2666.90;9.50;1287.36;3.81;0.20 -3868;20;3066.65;9.50;1386.71;3.33;0.28 -3873;20;2814.69;9.50;1332.57;1.32;0.24 -3878;20;1659.87;9.50;1554.42;0.93;0.24 -3879;20;3230.42;9.52;1335.30;0.24;0.24 -3884;20;3107.28;9.53;1338.34;4.51;0.24 -3900;20;4670.23;9.50;1318.76;0.78;0.34 -3901;20;3054.54;9.50;1311.97;4.12;0.20 -3906;20;1694.00;9.57;1575.25;0.00;0.22 -3917;20;1620.38;9.50;1490.36;-0.35;0.20 -3924;20;3068.23;9.50;1386.76;0.78;0.16 -3928;20;2913.75;9.50;1388.00;1.57;0.20 -3936;20;3178.75;9.50;1339.00;1.57;0.20 -3943;20;3045.21;9.50;1400.56;3.60;0.26 -3946;20;2852.97;10.15;1375.54;0.58;0.22 -3957;20;1614.73;9.53;1523.80;1.46;0.24 -3962;20;4993.38;9.50;1348.36;-0.35;0.36 -3966;20;3039.65;9.53;1362.62;2.76;0.18 -3967;20;3346.00;10.40;1360.75;3.14;0.24 -3968;20;3050.60;9.55;1321.95;-0.92;0.14 -3973;20;3166.83;10.80;1311.64;0.96;0.36 -3981;20;4802.97;9.50;1321.54;0.58;0.22 -3982;20;3333.35;10.35;1360.62;3.52;0.24 -3988;20;3166.00;9.50;1283.25;0.00;0.24 -3995;20;5085.00;9.50;904.25;0.00;0.18 -4003;20;3867.08;9.50;1033.51;-0.55;0.50 -4008;20;3306.27;9.50;1256.71;-1.40;0.28 -4013;20;4698.60;9.50;1110.31;1.16;0.28 -4014;20;3047.20;9.50;1274.25;2.06;0.20 -4023;20;4518.56;9.50;998.21;1.10;0.24 -4027;20;4861.69;9.50;1202.42;1.81;0.22 -4031;20;4682.62;10.30;1221.65;1.95;0.26 -4042;20;4696.75;9.53;1155.00;1.57;0.22 -4046;20;2885.71;9.63;1263.72;3.30;0.30 -4047;20;3067.21;9.60;1164.73;3.01;0.28 -4050;20;4599.21;9.50;1013.26;0.12;0.28 -4052;20;4762.35;9.50;1311.62;3.52;0.24 -4054;20;4934.44;9.53;1215.34;-0.32;0.20 -4056;20;4822.00;9.53;1233.25;0.00;0.22 -4057;20;3105.38;9.60;1148.70;2.92;0.28 -4062;20;4182.75;9.50;1007.00;1.57;0.32 -4065;20;2778.05;9.73;1268.60;0.64;0.24 -4067;20;4984.31;9.88;1298.48;4.43;0.30 -4068;20;3350.73;9.93;1060.19;1.68;0.42 -4073;20;3313.04;9.50;1136.38;0.65;0.20 -4076;20;3280.23;9.57;1165.23;2.35;0.28 -4080;20;2704.65;9.50;1265.28;-0.19;0.24 -4088;20;3344.65;9.68;1171.71;3.33;0.20 -4089;20;4656.00;9.60;1285.75;3.14;0.22 -4090;20;3895.34;9.50;993.44;-1.24;0.36 -4091;20;4696.05;9.60;1189.40;2.49;0.24 -4094;20;4891.21;9.50;1217.56;3.60;0.20 -4096;20;4703.45;9.55;1031.02;0.98;0.20 -4098;20;2798.67;9.60;1291.37;1.80;0.20 -4099;20;4685.75;9.50;1097.00;1.57;0.24 -4100;20;5000.05;9.50;1255.40;2.49;0.20 -4101;20;4712.97;9.57;944.45;2.55;0.20 -4102;20;4838.21;9.50;1164.43;-0.46;0.14 -4104;20;4161.97;9.55;991.54;0.58;0.30 -4107;20;4757.43;9.53;1285.21;-1.10;0.24 -4109;20;3181.37;10.40;1285.59;1.31;0.24 -4112;20;3221.85;9.40;1293.55;4.25;0.24 -4115;20;3350.39;9.50;1133.31;-1.16;0.32 -4116;20;2779.76;9.53;1236.23;3.92;0.26 -4118;20;5008.56;9.53;1275.78;2.03;0.24 -4119;20;4470.23;9.55;977.76;0.78;0.24 -4120;20;3120.21;9.50;1159.43;-0.46;0.22 -4124;20;3331.71;9.50;1251.27;-0.16;0.26 -4126;20;4781.28;9.50;1242.34;4.51;0.26 -4127;20;3299.63;9.50;1259.90;-0.89;0.28 -4132;20;3915.13;9.50;983.48;-0.51;0.36 -4135;20;2723.93;9.50;1252.50;1.32;0.20 -4136;20;3188.05;10.18;1178.40;2.49;0.18 -4137;20;4641.71;9.50;1302.34;1.76;0.18 -4142;20;4938.05;9.65;1224.60;0.64;0.20 -4145;20;3269.24;9.50;1162.73;3.00;0.26 -4151;20;3142.57;9.50;1195.69;3.38;0.18 -4155;20;1792.13;9.50;1151.48;-0.51;0.28 -4157;20;4673.78;9.80;1242.43;0.46;0.24 -4159;20;3045.75;9.50;1283.00;1.57;0.22 -4160;20;4517.09;9.50;982.08;-1.46;0.22 -4161;20;3339.21;9.65;1165.73;3.01;0.20 -4162;20;4216.73;9.88;1029.78;1.44;0.30 -4163;20;2939.65;9.55;1267.71;3.33;0.26 -4164;20;4838.30;9.50;1197.42;4.46;0.16 -4168;20;1608.75;9.50;1460.00;1.57;0.30 -4169;20;4671.96;9.40;1085.13;1.75;0.28 -4170;20;3211.56;9.50;1234.78;2.03;0.16 -4178;20;3161.00;9.88;1276.75;3.14;0.28 -4179;20;4882.00;10.53;1212.75;3.14;0.20 -4180;20;384.34;9.50;1021.28;0.19;0.26 -4184;20;4987.95;9.50;1229.60;-0.64;0.20 -4186;20;4688.35;10.18;1258.37;-0.38;0.28 -4187;20;3941.43;9.50;986.78;4.24;0.38 -4188;20;4990.30;9.50;1241.57;-1.32;0.16 -4189;20;4575.23;9.57;1009.76;0.78;0.24 -4193;20;3141.00;9.50;1277.25;0.00;0.22 -4194;20;3017.78;10.20;1192.73;3.26;0.20 -4196;20;4672.93;9.50;1077.85;2.34;0.28 -4198;20;4858.40;9.50;1153.05;2.21;0.32 -4199;20;2742.09;10.00;1235.36;2.46;0.22 -4205;20;4707.95;9.88;1279.40;3.78;0.26 -4206;20;3345.25;9.50;1174.00;4.71;0.20 -4211;20;4484.76;9.50;598.76;-0.78;0.22 -4214;20;4714.56;10.15;927.21;1.10;0.14 -4216;20;4540.40;9.50;678.71;4.29;0.30 -4219;20;4067.88;9.50;741.65;-0.69;0.26 -4223;20;4444.35;9.50;806.37;-0.38;0.26 -4226;20;5243.80;9.50;538.40;1.05;0.10 -4228;20;4745.71;9.50;856.34;1.76;0.22 -4231;20;5430.59;9.60;302.27;1.14;0.40 -4233;20;4703.57;10.00;904.30;-0.24;0.20 -4237;20;4091.12;9.57;921.65;0.69;0.36 -4241;20;4770.71;9.50;758.65;1.37;0.22 -4245;20;4182.00;9.50;1007.25;0.00;0.22 -4247;20;5450.23;9.53;336.76;0.78;0.28 -4252;20;5280.76;9.63;530.23;3.92;0.32 -4255;20;4508.56;9.68;883.21;1.10;0.18 -4262;20;4693.31;9.53;673.60;3.54;0.24 -4266;20;4746.30;9.50;743.57;-1.32;0.24 -4268;20;5411.23;9.68;293.23;2.35;0.24 -4269;20;4756.00;9.50;807.25;0.00;0.18 -4273;20;4603.00;9.50;512.25;0.00;0.38 -4275;20;4346.57;9.50;843.69;3.38;0.40 -4279;20;4506.15;9.50;661.53;3.64;0.34 -4282;20;4623.43;9.68;748.21;-1.10;0.30 -4284;20;4442.54;9.60;803.97;4.12;0.20 -4285;20;1777.19;9.40;1642.61;-0.38;0.44 -4286;20;5583.03;9.50;354.54;-0.58;0.32 -4288;20;4680.69;9.50;870.17;3.98;0.32 -4289;20;5092.25;9.50;510.00;4.71;0.22 -4292;20;5272.57;9.60;507.25;4.18;0.20 -4296;20;889.31;9.63;1701.15;2.29;0.38 -4301;20;4700.97;9.50;506.54;0.58;0.18 -4304;20;5149.55;9.50;571.66;2.82;0.24 -4305;20;1764.28;9.73;1721.72;2.97;0.54 -4306;20;4581.71;9.50;536.65;1.37;0.48 -4307;20;4687.00;9.50;658.25;0.00;0.20 -4308;20;4665.43;9.53;616.78;4.24;0.20 -4312;20;4366.71;9.50;799.59;2.72;0.24 -4320;20;4432.76;9.50;560.76;-0.78;0.28 -4321;20;4057.71;9.60;899.27;-0.16;0.32 -4327;20;4026.69;9.60;786.57;1.32;0.26 -4329;20;5098.43;9.50;502.78;4.24;0.20 -4332;20;5146.45;9.53;550.02;0.98;0.18 -4334;20;4512.23;9.50;862.76;0.78;0.18 -4336;20;4321.76;9.50;925.23;3.92;0.22 -4341;20;4451.71;9.63;790.34;1.76;0.20 -4342;20;1770.13;9.50;1639.67;0.70;0.36 -4346;20;5125.23;9.50;486.76;0.78;0.22 -4349;20;4681.00;9.50;560.25;0.00;0.24 -4350;20;4684.95;9.50;928.40;3.78;0.18 -4352;20;5161.72;9.50;608.28;1.73;0.22 -4355;20;4418.55;9.68;726.66;2.82;0.20 -4357;20;4892.44;10.00;776.66;3.46;0.20 -4358;20;4753.75;9.50;492.00;1.57;0.20 -4359;20;4405.29;9.50;832.62;-1.35;0.24 -4360;20;1825.36;9.50;1660.90;0.89;0.44 -4361;20;4447.00;9.55;559.25;0.00;0.24 -4364;20;4443.75;9.57;616.00;1.57;0.18 -4367;20;4423.56;9.53;689.78;2.03;0.24 -4368;20;4684.25;9.50;934.00;4.71;0.22 -4371;20;4370.75;10.18;766.00;1.57;0.20 -4373;20;4763.90;9.50;823.49;0.54;0.24 -4377;20;4748.71;9.60;870.34;1.76;0.24 -4378;20;5240.71;9.50;547.53;2.55;0.20 -4379;20;4485.23;10.30;915.23;2.35;0.24 -4380;20;870.02;9.50;1638.45;3.73;0.28 -4385;20;862.44;9.50;1748.66;3.46;0.48 -4387;20;5520.00;9.50;650.25;0.00;0.18 -4388;20;4360.23;9.53;822.76;0.78;0.22 -4390;20;4548.00;9.70;544.75;3.14;0.20 -4393;20;5074.50;9.55;580.90;2.11;0.26 -4395;20;3951.90;9.50;905.63;-0.67;0.34 -4396;20;4572.38;9.50;699.70;2.92;0.44 -4397;20;4457.75;9.68;949.00;1.57;0.24 -4398;20;878.38;9.50;1663.29;0.21;0.32 -4399;20;4719.23;9.85;775.23;2.35;0.18 -4401;20;4473.42;9.50;816.30;0.24;0.22 -4404;20;4999.63;9.60;1504.38;1.21;0.38 -4405;20;4512.05;9.57;850.60;0.64;0.20 -4409;20;4538.40;9.50;603.95;0.92;0.34 -4412;20;4393.54;9.50;686.02;-0.98;0.28 -4415;20;4873.21;9.70;459.56;3.60;0.36 -4416;20;4042.12;9.50;803.65;0.69;0.26 -4418;20;5103.50;11.23;530.10;1.03;0.26 -4421;20;5188.25;9.50;579.00;4.71;0.18 -4422;20;1804.74;9.50;1713.10;1.63;0.52 -4424;20;4407.25;9.50;677.00;4.71;0.28 -4427;20;4744.76;9.50;766.23;3.92;0.22 -4428;20;882.34;9.50;1724.55;4.39;0.12 -4429;20;4658.05;9.93;804.40;2.49;0.32 -4430;20;1861.55;9.53;1679.66;2.82;0.72 -4432;20;1794.98;9.50;1679.04;1.15;0.48 -4433;20;4387.42;9.50;848.30;0.24;0.20 -4434;20;4508.56;9.50;527.21;1.10;0.24 -4436;20;1988.55;9.50;348.34;0.32;0.38 -4446;20;4349.48;9.50;658.13;-1.05;0.28 -4450;20;1824.43;9.50;1147.78;4.24;0.38 -4457;20;1890.36;9.50;301.38;-1.21;0.46 -4462;20;4928.68;9.60;418.46;1.83;0.32 -4464;20;1411.38;9.50;1365.29;0.21;0.26 -4468;20;4839.64;9.65;620.89;-0.88;0.68 -4476;20;1578.13;9.50;1234.51;3.66;0.48 -4481;20;5153.73;9.98;275.80;1.46;0.32 -4493;20;4724.00;9.53;627.25;0.00;0.34 -4507;20;1364.49;9.60;1356.10;-1.03;0.36 -4509;20;4956.09;9.60;626.36;2.46;0.42 -4520;20;5065.75;9.60;389.00;1.57;0.40 -4524;20;4908.23;9.75;602.76;0.78;0.38 -4526;20;1736.52;9.40;1051.17;1.96;0.60 -4528;20;3070.25;9.50;166.00;4.71;0.70 -4533;20;2048.61;9.50;436.32;1.17;0.56 -4535;20;1385.31;9.50;1347.27;0.18;0.32 -4537;20;4701.00;9.55;619.75;3.14;0.28 -4543;20;5548.00;9.50;189.25;0.00;0.32 -4548;20;2043.58;9.50;412.74;2.00;0.60 -4560;20;5097.74;9.70;347.17;1.67;0.46 -4564;20;4714.19;9.63;603.73;3.03;0.54 -4573;20;1905.01;9.68;265.42;2.52;0.38 -4576;20;5026.55;9.68;1422.66;2.82;0.48 -4579;20;4899.73;9.50;545.23;1.70;0.96 -4593;20;4958.78;9.50;563.43;0.46;0.50 -4598;20;1698.24;9.53;1191.73;3.00;0.32 -4600;20;1492.86;9.50;1237.32;3.85;0.54 -4608;20;4559.28;9.65;541.72;2.97;0.22 -4611;20;1521.81;9.50;1000.32;0.20;0.48 -4615;20;5533.97;9.57;222.54;0.58;0.40 -4621;20;4481.25;9.50;531.00;4.71;0.24 -4623;20;1778.54;9.50;1631.68;3.40;0.48 -4624;20;1546.64;9.40;1014.44;2.83;0.32 -4630;20;4645.32;9.50;202.51;4.41;0.60 -4640;20;3236.00;9.60;1722.75;3.14;0.22 -4641;20;1676.49;9.40;1165.95;0.16;0.40 -4643;20;1852.31;9.53;218.39;-0.40;0.42 -4645;20;4627.57;9.53;297.01;4.09;0.54 -4646;20;5071.73;9.75;1392.80;1.46;0.38 -4647;20;1577.05;9.40;1304.04;4.55;0.40 -4648;20;5006.90;9.50;453.36;3.81;0.34 -4652;20;4347.44;9.95;705.66;3.46;0.40 -4669;20;3874.51;9.50;1943.92;4.15;1.50 -4673;20;5124.69;9.50;115.57;1.32;0.28 -4696;20;3193.11;9.55;85.48;-0.52;0.66 -4718;20;5576.92;9.55;181.48;2.58;0.32 -4720;20;1924.36;10.05;1818.09;2.24;0.96 -4728;20;5251.73;9.60;1565.24;1.71;0.98 -4744;20;5521.72;9.60;1866.70;1.40;2.58 -4748;20;5598.09;9.50;154.63;0.67;0.32 -4753;20;1419.74;9.65;1888.73;3.29;1.52 -4763;20;5117.50;9.50;86.10;1.03;0.30 -4769;20;1724.62;9.53;1706.35;1.19;0.36 -4791;20;5007.65;9.50;73.28;-0.19;0.36 -4804;20;5557.44;9.50;135.66;3.46;0.26 -4810;20;4982.44;9.50;1672.30;0.25;1.04 -4819;20;5538.73;9.78;97.80;1.46;0.34 -4833;20;448.57;9.50;1954.98;-0.95;0.90 -4841;20;5008.51;9.50;1552.88;2.09;0.52 -4844;20;4971.31;9.53;1593.15;2.29;0.46 -4848;20;525.30;9.50;1976.57;-1.32;1.22 -4861;20;2477.27;9.50;1912.29;4.54;1.02 -4864;20;5131.12;9.50;123.65;0.69;0.24 -4884;20;1304.23;9.50;1338.76;0.78;0.46 -4891;20;3767.56;9.50;1059.21;1.10;0.40 -4904;20;1390.02;9.50;1189.20;3.57;0.68 -4908;20;1078.91;9.40;1324.71;-0.01;0.52 -4932;20;3605.75;9.68;1045.73;3.28;0.60 -4948;20;2547.73;9.50;875.27;-0.15;0.56 -4952;20;2888.84;9.50;732.68;-0.71;0.60 -4959;20;3673.23;9.50;1082.76;0.78;0.70 -4965;20;1444.98;9.60;1200.74;2.32;0.84 -4967;20;3956.39;9.50;705.30;1.80;0.36 -4969;20;1593.93;9.40;977.29;-1.07;0.72 -4977;20;1088.26;9.50;1312.21;4.58;0.48 -4980;20;2025.53;9.50;898.47;1.96;1.60 -4982;20;1901.71;9.50;978.15;2.84;0.88 -4985;20;3475.55;9.50;836.34;0.32;0.40 -4989;20;2542.41;9.60;863.27;4.53;0.16 -4993;20;3701.73;9.90;1037.26;1.72;0.58 -5005;20;3574.63;9.50;1144.74;0.34;0.48 -5012;20;2580.82;9.57;1078.30;3.87;0.92 -5015;20;1289.60;9.53;1287.68;1.97;0.56 -5021;20;1280.51;10.07;1225.11;1.04;0.54 -5023;20;1376.76;9.57;844.23;3.92;0.74 -5034;20;2546.95;9.50;909.60;-0.64;0.60 -5036;20;2960.26;9.50;700.21;4.58;0.50 -5046;20;2631.25;9.65;1119.00;4.71;0.42 -5047;20;3411.13;9.70;937.32;2.43;0.52 -5065;20;3548.23;9.57;712.76;0.78;0.54 -5066;20;1226.75;9.50;1148.26;-0.14;0.48 -5069;20;3363.66;9.50;1041.55;1.89;0.52 -5074;20;3507.70;9.50;854.90;-0.52;0.52 -5088;20;1700.42;9.60;1049.11;3.39;0.60 -5089;20;3590.54;9.50;1137.30;-0.26;0.68 -5091;20;3417.97;9.70;917.45;2.55;0.36 -5107;20;2210.70;9.57;805.39;1.79;0.56 -5112;20;2083.70;9.50;478.95;-0.71;0.36 -5118;20;1700.75;9.50;184.73;3.28;0.38 -5120;20;1551.76;9.53;816.23;3.92;0.64 -5121;20;1685.21;9.50;228.43;-0.46;0.42 -5125;20;4643.36;9.50;324.62;4.34;0.84 -5128;20;3580.95;10.82;394.46;2.56;1.02 -5131;20;1709.49;9.50;553.10;-1.03;0.64 -5139;20;2953.34;9.50;655.55;4.39;0.64 -5154;20;3052.95;9.50;189.60;-0.64;0.78 -5158;20;3015.25;9.50;485.08;4.66;0.76 -5159;20;1685.75;9.55;137.00;1.57;0.44 -5164;20;3418.02;9.50;378.58;0.62;0.78 -5167;20;2073.50;9.50;472.10;1.03;0.40 -5168;20;2259.78;9.53;731.43;0.46;0.28 -5169;20;1698.82;9.50;188.25;-0.10;0.32 -5171;20;1704.47;9.50;469.85;4.20;0.50 -5172;20;2117.34;9.50;492.28;0.19;0.40 -5173;20;1755.74;9.50;83.10;1.63;0.84 -5181;20;5071.71;9.55;37.72;3.30;0.30 -5183;20;4893.84;9.50;168.25;-0.09;0.72 -5185;20;3514.16;9.50;394.74;3.04;0.88 -5187;20;5085.09;9.50;13.63;0.67;0.34 -5190;20;1577.51;9.50;724.07;-1.01;0.64 -5191;20;1694.37;9.50;333.35;-1.19;0.38 -5195;20;5494.57;9.60;54.30;-0.24;0.46 -5197;20;4870.40;9.50;177.96;0.93;0.80 -5201;20;1749.74;9.50;59.83;1.47;0.32 -5202;20;1661.28;9.50;606.27;0.16;0.70 -5207;20;4804.95;9.68;434.40;3.78;0.66 -5209;20;1732.68;9.50;35.84;-0.85;0.40 -5210;20;3435.72;9.30;581.31;2.06;0.74 -5212;20;3358.67;9.60;263.51;1.86;0.70 -5215;20;1697.29;9.50;53.40;4.48;0.58 -5220;20;2110.78;9.50;841.00;2.36;0.72 -5222;20;3593.37;10.40;404.91;0.90;0.88 -5225;20;4956.76;9.50;156.76;-0.78;0.54 -5228;20;1694.43;9.50;394.21;-1.10;0.42 -5239;20;1327.59;9.70;1945.72;1.99;1.38 -6009;20;3209.42;9.50;1740.30;0.24;0.24 -6015;20;3220.51;9.57;2016.67;2.84;0.46 -6029;20;3352.61;9.50;1876.32;1.17;0.32 -6038;20;2978.02;9.65;1825.45;3.73;0.32 -6040;20;3739.32;9.50;1946.49;4.42;1.10 -6041;20;2983.31;9.50;1848.51;-1.29;0.32 -6046;20;2722.23;11.13;1685.23;2.35;0.24 -6050;20;3093.88;9.50;1716.91;0.41;0.24 -6062;20;2685.02;9.50;1703.45;3.73;0.42 -6066;20;3138.28;9.50;1755.34;4.51;0.24 -6071;20;3036.15;9.63;1913.31;2.42;0.30 -6079;20;3144.35;9.50;1994.62;3.52;0.42 -6083;20;3139.71;9.57;1864.65;1.37;0.32 -6092;20;3270.72;9.50;1984.71;1.40;0.38 -6104;20;2722.48;10.30;1683.31;0.27;0.26 -6108;20;3183.56;9.50;1735.21;1.10;0.18 -6115;20;2975.75;9.50;1733.00;1.57;0.24 -6116;20;2962.02;9.68;1830.45;3.73;0.32 -6117;20;3313.97;9.57;1986.45;2.55;0.48 -6120;20;3029.66;9.57;1635.44;1.24;0.14 -6125;20;3166.01;9.50;1874.57;0.62;0.34 -6132;20;3128.97;9.50;1826.54;0.58;0.30 -6145;20;2905.00;9.50;1744.25;0.00;0.18 -6151;20;2956.72;9.60;1714.28;1.73;0.26 -6165;20;3154.09;9.57;1872.63;0.67;0.34 -6174;20;3278.28;9.50;1734.72;2.97;0.22 -6176;20;2896.27;9.50;1700.28;4.54;0.24 -6181;20;3308.95;9.50;1911.60;-0.64;0.24 -6186;20;3237.71;9.50;1745.27;-0.16;0.22 -6187;20;2997.49;9.50;1860.10;-1.03;0.42 -6192;20;3495.76;9.50;1892.76;-0.78;1.06 -6196;20;2773.65;9.50;1744.28;-0.19;0.30 -6201;20;3150.27;9.50;1707.71;-1.40;0.18 -6205;20;2704.30;9.50;1694.42;4.46;0.26 -6209;20;3098.75;9.60;1728.00;1.57;0.20 -6214;20;3036.76;9.65;1913.23;3.92;0.38 -6222;20;3178.78;9.60;1666.56;2.67;0.24 -6235;20;2967.68;9.55;1663.48;1.84;0.28 -6241;20;2889.43;9.50;1563.78;4.24;0.24 -6258;20;3087.76;9.50;1666.76;-0.78;0.28 -6282;20;3028.39;9.50;1594.08;3.24;0.16 -6286;20;2898.21;9.50;1573.56;3.60;0.20 -6287;20;3000.90;9.55;1647.50;2.60;0.22 -6289;20;2645.43;10.45;1581.78;4.24;0.24 -6300;20;2753.60;10.15;1664.68;1.97;0.16 -6310;20;2988.75;9.50;1681.26;-0.14;0.22 -6314;20;3133.26;9.50;1643.27;-1.47;0.28 -6322;20;3156.00;9.60;1683.75;3.14;0.26 -6325;20;2955.95;9.57;1591.40;3.78;0.18 -6332;20;3117.71;9.50;1612.04;-1.44;0.24 -6334;20;3028.49;9.70;1599.90;4.17;0.24 -6335;20;2747.43;9.50;1610.55;4.61;0.20 -6336;20;2892.35;9.50;1575.37;-0.38;0.28 -6345;20;3004.43;9.50;1643.21;-1.10;0.18 -6349;20;2949.65;9.53;1593.71;3.33;0.20 -6350;20;2718.44;9.75;1639.66;3.46;0.26 -6361;20;3038.00;9.53;1628.75;3.14;0.12 -6363;20;2721.43;9.50;1587.21;-1.10;0.32 -6364;20;2970.12;9.60;1656.34;2.44;0.32 -6378;20;2752.10;9.50;1561.49;-0.54;0.16 -6384;20;2747.98;9.50;1606.30;3.75;0.20 -6385;20;2719.90;9.50;1657.63;-0.67;0.22 -6389;20;2964.49;9.50;1613.08;2.90;0.24 -6393;20;2992.00;9.65;1643.75;3.14;0.28 -6395;20;2723.00;9.50;1647.25;0.00;0.18 -6399;20;2748.00;9.50;1613.25;0.00;0.20 -6402;20;3111.54;9.55;1608.97;4.12;0.24 -6405;20;2635.49;9.50;1574.90;4.17;0.20 -6412;20;3001.28;9.50;1662.34;4.51;0.22 -6420;20;3392.66;9.50;1458.44;1.24;0.18 -6445;20;3405.44;9.50;1458.34;-0.32;0.20 -6446;20;2846.97;9.50;1542.35;3.58;0.24 -6449;20;2780.87;9.50;1512.04;3.16;0.24 -6489;20;2770.65;9.50;1543.28;-0.19;0.26 -6526;20;2716.21;9.50;1539.56;3.60;0.28 -6536;20;2757.42;9.50;1467.30;0.24;0.24 -6550;20;3209.15;9.40;1297.36;3.64;0.44 -6560;20;2851.67;9.30;1543.54;4.21;0.20 -6572;20;2748.95;9.50;1494.40;3.78;0.18 -6598;20;2870.41;9.50;1545.22;3.69;0.16 -6599;20;2804.20;9.70;1503.84;3.77;0.24 -6621;20;2789.00;9.50;1428.75;3.14;0.12 -6626;20;3015.71;9.50;1426.12;-0.85;0.16 -6657;20;2781.31;9.50;1442.48;4.43;0.30 -6681;20;887.00;9.50;1510.25;0.00;0.28 -6699;20;911.27;9.85;1504.28;4.54;0.32 -6704;20;3342.55;9.57;1409.34;0.32;0.28 -6715;20;4951.97;9.57;1429.54;0.58;0.32 -6727;20;3281.98;9.50;1438.89;1.77;0.28 -6732;20;1699.28;9.50;1587.74;1.16;0.28 -6734;20;2669.57;9.50;1369.69;3.38;0.24 -6741;20;3376.26;9.50;1422.21;4.58;0.16 -6749;20;2720.76;10.25;1390.23;3.92;0.20 -6755;20;3407.44;9.60;1438.66;3.46;0.22 -6756;20;2766.54;9.98;1385.97;4.12;0.20 -6757;20;877.21;9.50;1519.43;-0.46;0.30 -6764;20;2689.75;9.98;1393.73;3.28;0.18 -6771;20;3354.72;9.50;1442.71;1.40;0.20 -6777;20;2784.25;9.50;1405.00;4.71;0.20 -6783;20;3407.55;9.50;1438.34;0.32;0.30 -6785;20;1280.69;9.68;1316.42;1.81;0.38 -6788;20;2951.23;9.50;1404.76;0.78;0.20 -6793;20;3000.73;9.50;1415.24;1.71;0.16 -6812;20;2827.75;9.43;1346.00;1.57;0.24 -6817;20;2811.62;9.50;1328.65;1.95;0.20 -6822;20;4831.66;9.53;1354.55;1.89;0.30 -6831;20;3026.35;10.32;1370.62;3.52;0.24 -6833;20;4934.75;9.50;1414.00;1.57;0.30 -6837;20;4694.66;9.50;1336.44;1.24;0.26 -6843;20;3063.23;9.53;1349.23;2.35;0.22 -6845;20;1630.00;9.50;1538.25;0.00;0.20 -6846;20;1611.68;9.50;1502.51;1.29;0.26 -6851;20;4718.72;9.50;1313.28;1.73;0.16 -6862;20;2985.37;9.50;1366.35;-1.19;0.26 -6864;20;3212.76;9.50;1312.76;-0.78;0.24 -6870;20;5022.75;10.40;1317.00;1.57;0.22 -6873;20;4996.00;9.50;1343.75;3.14;0.26 -6875;20;2977.54;9.50;1374.97;4.12;0.22 -6880;20;2688.69;9.50;1270.57;1.32;0.16 -6881;20;931.90;9.50;1440.49;0.54;0.24 -6882;20;1651.69;9.60;1559.42;1.81;0.22 -6889;20;3092.23;9.50;1370.76;0.78;0.24 -6891;20;2955.61;9.50;1351.33;3.26;0.20 -6892;20;1621.42;9.50;1510.30;0.24;0.24 -6895;20;3240.97;9.50;1341.54;0.58;0.24 -6906;20;2801.75;9.55;1313.00;1.57;0.20 -6909;20;1674.23;9.50;1565.76;0.78;0.22 -6912;20;3235.51;9.50;1336.68;3.42;0.26 -6918;20;4717.65;9.50;1312.28;-0.19;0.22 -6922;20;4823.66;9.60;1337.55;1.89;0.26 -6924;20;2668.76;9.55;1332.76;-0.78;0.18 -6927;20;2855.96;9.50;1357.72;1.31;0.20 -6928;20;4796.45;9.55;1317.02;0.98;0.20 -6939;20;3042.71;9.60;1360.72;3.30;0.20 -6943;20;1609.56;9.55;1468.21;1.10;0.28 -6944;20;4842.23;9.53;1365.76;0.78;0.28 -6946;20;2965.43;9.50;1388.21;-1.10;0.22 -6959;20;2802.45;9.68;1307.97;2.15;0.20 -6960;20;2862.56;9.50;1385.21;1.10;0.20 -6961;20;4887.90;9.50;1373.49;0.54;0.30 -6966;20;2819.76;9.50;1335.30;0.96;0.20 -6973;20;2965.23;9.50;1398.76;0.78;0.24 -6979;20;3092.97;9.50;1319.54;0.58;0.16 -6980;20;3058.50;9.88;1359.90;2.11;0.14 -6981;20;4737.76;9.50;1319.76;-0.78;0.20 -6984;20;1614.40;9.50;1528.95;0.92;0.20 -6994;20;5007.97;10.20;1341.45;2.55;0.22 -6995;20;3352.79;9.50;1363.34;3.44;0.36 -7003;20;3231.08;9.50;1264.73;1.86;0.24 -7005;20;2970.75;9.53;1207.00;1.57;0.36 -7013;20;3939.67;9.50;976.13;4.00;0.28 -7014;20;4700.00;9.68;1169.75;3.14;0.16 -7016;20;5001.66;9.50;1261.55;1.89;0.22 -7020;20;3875.25;9.50;1037.00;4.71;0.38 -7021;20;4815.09;11.03;1287.36;2.46;0.26 -7026;20;3330.56;9.53;1252.21;1.10;0.28 -7027;20;4667.58;9.50;1059.24;0.86;0.28 -7039;20;4544.23;9.50;995.76;0.78;0.26 -7046;20;4871.54;9.50;1199.02;-0.98;0.26 -7050;20;4856.25;10.48;1221.00;4.71;0.16 -7058;20;4693.35;10.20;1147.62;3.52;0.20 -7059;20;3002.17;9.50;1294.24;-3.08;0.24 -7067;20;4613.66;9.50;1020.44;1.24;0.28 -7068;20;2743.42;9.50;1262.30;0.24;0.20 -7069;20;2680.60;9.80;1204.05;4.06;0.34 -7071;20;4659.12;9.50;1049.41;1.37;0.20 -7072;20;4916.24;9.50;1220.85;-1.19;0.24 -7078;20;4200.76;9.60;1005.76;-0.78;0.20 -7079;20;3207.36;9.55;1170.09;2.24;0.26 -7081;20;2916.10;9.53;1267.50;3.68;0.20 -7082;20;3160.28;9.65;1192.72;2.97;0.24 -7087;20;4965.55;9.55;1228.34;0.32;0.24 -7091;20;3284.21;9.53;1169.56;3.60;0.18 -7093;20;4484.05;9.50;988.60;0.64;0.26 -7096;20;3168.69;9.57;1277.57;1.32;0.26 -7102;20;4931.65;10.57;1254.71;3.33;0.24 -7105;20;4673.27;10.25;1271.28;4.54;0.28 -7108;20;4594.75;9.30;1016.64;1.27;0.24 -7110;20;4840.55;10.38;1205.66;2.82;0.18 -7112;20;347.26;9.50;1035.75;-1.42;0.20 -7113;20;4912.71;9.50;1213.90;5.80;0.26 -7114;20;2830.55;9.40;1304.23;1.90;0.16 -7115;20;4833.40;9.50;1118.05;2.21;0.24 -7121;20;4825.05;10.43;1249.60;0.64;0.16 -7123;20;1850.78;9.50;1110.43;0.46;0.12 -7125;20;4781.25;9.63;1282.00;4.71;0.18 -7127;20;3176.70;12.00;1298.27;3.27;0.44 -7130;20;3231.02;9.50;1280.54;-0.58;0.24 -7132;20;2798.65;9.50;1247.62;2.76;0.20 -7135;20;4518.03;9.50;994.45;3.73;0.18 -7145;20;4884.09;10.48;1241.36;2.46;0.24 -7147;20;3020.97;9.50;1270.54;0.58;0.22 -7150;20;3942.28;9.55;998.34;4.51;0.32 -7153;20;2726.78;9.50;1256.43;0.46;0.20 -7155;20;4762.00;9.55;1299.75;3.14;0.16 -7157;20;4978.23;9.50;1226.76;0.78;0.18 -7162;20;2973.23;9.68;1246.23;2.35;0.28 -7166;20;2884.15;9.55;1266.31;2.42;0.26 -7169;20;5004.00;9.60;1285.25;0.00;0.30 -7175;20;4784.57;9.50;1245.30;-0.24;0.20 -7178;20;4859.78;9.57;1179.43;0.46;0.16 -7185;20;1357.44;9.75;1918.98;2.17;1.66 -7186;20;4708.75;9.55;1055.00;1.57;0.22 -7191;20;4683.75;9.57;1150.00;1.57;0.18 -7193;20;3311.60;9.50;1224.95;-0.92;0.32 -7195;20;401.86;9.50;1023.32;3.85;0.26 -7197;20;4888.00;9.50;1200.25;0.00;0.22 -7202;20;1568.76;9.50;1417.06;1.80;0.48 -7203;20;2654.90;9.50;1153.36;3.81;0.48 -7204;20;4785.60;9.50;1265.05;4.06;0.22 -7207;20;3932.63;9.50;1002.38;1.21;0.38 -7209;20;3025.13;9.75;1191.51;3.66;0.24 -7211;20;3142.51;9.50;1290.64;4.25;0.20 -7212;20;4899.23;9.50;1221.76;0.78;0.24 -7214;20;4688.60;11.38;1046.95;-0.92;0.26 -7215;20;2753.09;9.65;1236.36;2.46;0.24 -7221;20;4782.76;9.50;1277.23;3.92;0.30 -7223;20;4505.10;10.25;542.50;3.68;0.20 -7225;20;4380.39;9.50;859.31;-1.16;0.20 -7227;20;4548.25;9.50;604.00;4.71;0.30 -7231;20;4646.71;9.70;675.34;1.76;0.24 -7232;20;3946.31;9.50;929.48;4.43;0.36 -7236;20;4380.71;9.60;757.34;1.76;0.20 -7244;20;3972.48;9.50;854.13;-1.05;0.28 -7245;20;1625.41;9.50;1268.24;0.93;0.48 -7251;20;5179.78;9.93;582.56;2.67;0.18 -7259;20;857.34;9.50;1710.44;-1.24;0.42 -7260;20;4061.42;9.50;740.30;0.24;0.32 -7264;20;5367.34;9.50;319.55;4.39;0.26 -7265;20;4037.23;9.50;792.76;0.78;0.28 -7269;20;4920.95;9.50;577.60;-0.64;0.36 -7275;20;4678.34;9.50;891.44;-1.24;0.20 -7280;20;4467.42;9.53;940.69;2.89;0.26 -7284;20;4777.23;9.50;755.76;0.78;0.22 -7290;20;118.48;9.50;424.07;1.01;0.24 -7292;20;4405.55;9.50;840.34;0.32;0.26 -7293;20;4616.95;9.50;507.60;-0.64;0.24 -7295;20;4337.00;9.50;875.25;0.00;0.22 -7296;20;4598.00;9.57;584.25;0.00;0.28 -7297;20;4088.62;9.50;912.35;1.19;0.24 -7302;20;5576.35;9.50;356.37;-0.38;0.24 -7303;20;4470.75;9.50;801.00;1.57;0.24 -7304;20;1827.71;9.68;1653.34;1.76;0.32 -7305;20;5119.55;9.60;515.66;2.82;0.24 -7307;20;4738.56;9.78;844.78;2.03;0.28 -7308;20;4406.30;9.50;583.42;4.46;0.54 -7309;20;5000.31;9.50;1515.84;0.85;0.34 -7311;20;4729.44;9.53;667.66;3.46;0.24 -7315;20;896.21;9.50;1700.56;3.60;0.26 -7321;20;4704.60;9.50;507.95;-0.92;0.14 -7323;20;4690.21;9.50;883.43;-0.46;0.20 -7324;20;5162.57;9.88;564.69;3.38;0.20 -7329;20;4402.61;9.50;746.63;2.78;0.26 -7331;20;4455.23;9.53;792.76;0.78;0.24 -7333;20;5128.00;9.63;505.75;3.14;0.24 -7336;20;4695.23;9.50;606.76;0.78;0.30 -7339;20;5092.27;9.50;615.71;-1.40;0.28 -7340;20;4074.60;9.55;909.31;1.16;0.36 -7342;20;4371.50;9.50;726.10;-1.03;0.28 -7344;20;4049.43;9.50;773.78;4.24;0.26 -7349;20;5112.00;9.50;489.25;0.00;0.22 -7351;20;4688.23;9.95;882.76;0.78;0.22 -7352;20;5158.78;9.55;562.56;2.67;0.18 -7360;20;4740.75;9.65;780.00;1.57;0.24 -7361;20;1814.20;9.40;1627.94;0.73;0.36 -7364;20;1742.10;9.53;1972.35;2.45;2.24 -7365;20;5108.68;10.15;554.48;1.84;0.20 -7368;20;4378.28;9.50;619.65;-1.37;0.26 -7369;20;4770.74;9.50;621.15;1.66;0.28 -7371;20;4598.10;9.60;725.50;3.68;0.24 -7377;20;2703.15;9.50;1591.04;1.84;0.28 -7379;20;1781.27;9.50;1695.65;2.11;0.56 -7381;20;4470.03;9.60;554.45;3.73;0.18 -7382;20;4280.63;9.50;904.90;-0.89;0.28 -7384;20;4457.42;9.50;624.69;2.89;0.30 -7385;20;4740.03;9.50;807.45;3.73;0.34 -7386;20;895.09;9.50;1687.36;2.46;0.38 -7387;20;4594.00;9.50;722.75;3.14;0.24 -7388;20;1518.76;9.50;1322.76;-0.78;0.30 -7389;20;4724.00;9.50;761.25;0.00;0.20 -7390;20;5403.05;9.73;480.40;2.49;0.38 -7391;20;3983.49;9.50;836.90;4.17;0.36 -7393;20;5500.44;9.50;697.34;-0.32;0.16 -7394;20;2670.71;9.50;1569.34;1.76;0.24 -7395;20;3969.25;9.50;872.00;4.71;0.38 -7396;20;4460.34;9.50;604.44;-1.24;0.26 -7399;20;4420.09;9.55;712.36;2.46;0.20 -7402;20;4008.95;9.50;776.60;-0.64;0.28 -7404;20;4419.57;9.50;821.30;-0.24;0.26 -7408;20;4379.57;9.50;862.82;-0.08;0.20 -7412;20;5189.01;9.50;601.42;2.52;0.24 -7413;20;4796.21;9.50;662.56;3.60;0.24 -7415;20;4633.56;9.82;703.78;2.03;0.22 -7417;20;4736.23;9.65;775.23;2.35;0.24 -7419;20;4671.24;9.50;829.73;3.00;0.46 -7423;20;4712.65;9.90;836.71;3.33;0.26 -7427;20;4400.76;9.50;678.76;-0.78;0.24 -7432;20;4421.34;9.50;816.44;-1.24;0.32 -7433;20;1701.90;9.93;1676.50;2.60;0.30 -7437;20;5321.31;9.50;482.86;1.22;0.24 -7439;20;4714.05;9.50;908.60;0.64;0.18 -7440;20;4389.26;9.50;599.80;-1.46;0.28 -7447;20;3990.34;9.50;816.44;-1.24;0.26 -7450;20;5158.71;9.60;182.34;1.76;0.32 -7451;20;1566.45;9.50;1237.97;2.15;0.42 -7453;20;4654.38;9.50;152.63;3.50;0.52 -7457;20;4926.74;9.50;429.15;1.66;0.28 -7462;20;1722.86;9.50;1616.48;0.51;0.36 -7463;20;4395.53;9.50;677.85;2.07;0.34 -7480;20;1431.48;9.53;1371.31;0.27;0.22 -7481;20;4954.74;9.53;403.11;1.63;0.36 -7487;20;4879.13;9.50;612.48;-0.51;0.30 -7506;20;5004.76;9.50;417.76;-0.78;0.36 -7512;20;4863.28;9.50;621.65;-1.37;0.34 -7517;20;972.54;9.50;1419.02;-0.98;0.26 -7520;20;5142.42;9.50;155.30;0.24;0.36 -7522;20;5160.63;9.50;269.61;1.93;0.44 -7524;20;1408.38;9.50;1364.92;0.91;0.30 -7529;20;4995.63;9.57;612.61;1.93;0.30 -7532;20;4995.65;9.53;1368.28;-0.19;0.48 -7535;20;5161.45;9.55;257.97;2.15;0.28 -7542;20;4926.78;9.65;638.73;3.26;0.42 -7546;20;1592.76;9.50;1202.76;-0.78;0.32 -7552;20;1406.51;9.60;1355.13;1.05;0.30 -7553;20;2056.92;9.60;460.51;0.55;0.48 -7557;20;4782.00;9.57;602.75;3.14;0.24 -7564;20;5159.65;9.75;247.62;2.76;0.28 -7566;20;5076.68;9.55;360.48;1.84;0.44 -7567;20;4956.23;9.50;129.76;0.78;0.56 -7576;20;3271.66;9.50;132.44;1.24;0.70 -7585;20;4921.74;9.68;596.10;1.63;0.40 -7590;20;1632.30;9.40;1190.79;-0.31;0.28 -7598;20;4658.65;9.50;607.12;4.01;0.28 -7614;20;5082.75;9.55;571.00;1.57;0.30 -7617;20;1552.52;9.50;1016.70;4.00;0.28 -7621;20;1896.34;9.50;229.28;0.19;0.42 -7622;20;1525.90;9.55;1246.50;2.60;0.24 -7627;20;4967.28;9.50;547.34;4.51;0.50 -7630;20;1560.86;9.40;1020.54;4.30;0.36 -7632;20;1695.68;9.65;1158.39;0.40;0.48 -7638;20;1984.31;9.60;345.15;2.29;0.44 -7642;20;4523.36;9.50;523.90;0.89;0.18 -7644;20;1816.95;9.50;1630.60;-0.64;0.40 -7654;20;4593.45;9.63;523.97;2.15;0.32 -7658;20;4307.97;10.68;730.45;2.55;0.48 -7660;20;1713.22;9.50;1166.07;-1.18;0.28 -7668;20;1421.21;9.50;1367.26;0.12;0.26 -7669;20;4856.43;9.50;456.78;4.24;0.28 -7673;20;4365.65;9.90;688.62;2.76;0.28 -7683;20;1822.41;9.50;1744.97;0.94;1.32 -7742;20;5589.29;9.50;176.38;4.49;0.38 -7758;20;1951.21;9.50;1727.56;3.60;0.76 -7783;20;5545.39;9.50;158.68;4.30;0.28 -7788;20;1878.43;9.50;1695.21;-1.10;0.80 -7798;20;5051.95;9.40;81.42;1.67;0.40 -7807;20;1742.48;9.50;1721.07;1.01;0.90 -7810;20;1933.69;9.57;1781.45;1.83;0.74 -7811;20;5016.25;9.50;72.84;-1.48;0.40 -7813;20;1796.19;9.53;2021.72;0.75;0.56 -7826;20;5575.72;9.50;120.71;1.40;0.32 -7839;20;5530.72;9.60;89.31;1.75;0.34 -7855;20;239.51;9.68;2035.68;3.42;2.30 -7868;20;5004.50;9.63;1580.67;2.85;0.54 -7869;20;668.25;10.23;1932.26;0.14;2.56 -7871;20;4923.19;10.00;1615.28;2.39;0.60 -7878;20;5272.88;9.55;1584.25;-0.06;1.50 -7884;20;417.23;9.50;1896.76;0.78;1.18 -7887;20;5550.37;9.50;179.65;4.33;0.22 -7917;20;3824.49;9.50;1061.08;1.01;0.46 -7936;20;1603.13;9.53;931.51;3.66;0.64 -7959;20;2635.64;9.50;751.89;-0.88;0.74 -7960;20;3663.63;9.50;1057.71;3.35;0.54 -7964;20;1028.82;9.78;1352.74;3.24;0.64 -7968;20;1788.86;9.68;1031.51;2.62;0.68 -7972;20;2552.36;9.50;864.38;-1.21;0.38 -7982;20;3684.86;9.50;1092.67;-0.70;0.46 -7991;20;1578.25;9.50;900.84;-1.48;0.66 -7992;20;2550.41;9.50;963.25;-1.13;0.96 -8000;20;3656.74;9.50;850.14;1.65;0.20 -8002;20;3708.71;9.50;956.34;1.76;0.74 -8006;20;2651.25;9.50;741.00;4.71;0.80 -8017;20;1444.15;9.40;1124.87;2.41;0.68 -8020;20;3733.16;10.93;1018.30;2.41;0.46 -8032;20;1197.43;9.70;1161.70;-0.65;0.48 -8034;20;2912.54;9.50;722.30;-0.26;0.68 -8038;20;2584.56;9.57;1078.99;-0.96;0.64 -8043;20;3476.43;9.60;853.99;0.96;0.80 -8047;20;1574.86;9.50;889.51;2.62;0.72 -8051;20;3606.36;9.60;1046.28;0.21;0.40 -8056;20;1649.03;9.50;1051.03;3.81;0.40 -8057;20;1131.57;9.70;1260.27;-0.14;0.64 -8073;20;3465.02;9.50;928.54;-0.58;0.62 -8079;20;1287.59;9.50;1217.72;1.99;0.56 -8085;20;3555.32;9.60;1141.13;2.27;0.48 -8092;20;3383.46;9.50;1062.83;4.21;0.50 -8108;20;3621.84;9.53;1040.31;3.86;0.46 -8111;20;2620.92;9.65;1112.38;3.80;0.60 -8113;20;1769.76;9.40;1039.97;2.31;0.32 -8119;20;1062.69;9.50;1307.42;1.81;0.56 -8124;20;3479.45;9.50;836.42;1.95;0.36 -8130;20;4697.46;9.50;130.31;0.26;0.52 -8143;20;2219.00;9.60;679.25;0.00;0.60 -8152;20;4659.25;9.55;334.00;4.71;0.58 -8164;20;3483.36;9.50;656.28;0.20;0.62 -8178;20;3305.26;9.57;177.27;0.15;0.62 -8179;20;2221.47;9.53;795.94;2.14;0.60 -8180;20;3482.29;9.50;301.60;-1.34;0.90 -8181;20;2052.52;9.50;452.14;1.05;0.56 -8182;20;3420.66;9.50;518.55;1.89;0.60 -8183;20;3416.75;9.53;567.00;1.57;0.66 -8186;20;4948.28;9.53;150.27;0.16;0.48 -8188;20;3523.38;9.50;397.67;4.31;0.86 -8190;20;2158.66;9.53;510.55;1.89;0.40 -8194;20;1693.76;9.50;374.23;3.92;0.56 -8196;20;2186.72;9.55;569.71;1.40;0.54 -8197;20;2199.73;9.50;645.21;1.69;0.44 -8198;20;1675.25;9.50;100.84;-1.48;0.48 -8199;20;1571.81;9.50;737.26;-0.10;0.64 -8204;20;5496.98;9.53;100.42;3.76;0.50 -8207;20;2950.25;9.50;619.00;4.71;1.24 -8209;20;4760.21;9.68;386.56;3.60;0.80 -8212;20;5492.14;9.57;87.74;3.05;0.50 -8217;20;1710.43;9.50;525.78;4.24;0.38 -8218;20;1691.21;9.68;87.56;3.60;0.72 -8219;20;3003.25;9.50;541.00;4.71;0.62 -8220;20;4903.26;9.50;166.23;4.58;0.64 -8222;20;1690.92;9.50;318.38;3.80;0.32 -8228;20;4654.25;9.50;160.13;4.63;0.56 -8236;20;1308.81;9.50;1123.71;-0.74;0.50 -8241;20;5447.29;9.50;19.62;-1.35;0.36 -8243;20;4689.51;9.50;126.11;1.04;0.48 -8244;20;2953.28;9.57;671.63;-1.36;0.42 -8245;20;3326.58;9.50;238.26;1.13;0.68 -8246;20;3542.06;9.50;243.61;0.65;0.80 -8247;20;4779.26;9.80;399.21;4.58;0.68 -8248;20;3013.27;9.60;508.73;-1.41;0.74 -8252;20;1554.86;9.50;827.25;-0.07;0.56 -8360;20;4324.38;9.50;693.67;4.31;0.44 -8435;20;3211.36;9.60;1306.37;0.33;0.52 -8461;20;3853.25;9.50;2005.08;4.66;1.76 -9041;20;3441.32;9.50;1882.49;4.42;1.06 -9042;20;3226.61;9.50;2002.92;-0.91;0.44 -9045;20;3360.71;9.68;1839.34;1.76;0.18 -9055;20;3365.71;9.82;1838.72;3.30;0.30 -9064;20;3246.53;9.57;2001.83;2.07;0.34 -9075;20;2727.00;11.03;1685.75;3.14;0.26 -9088;20;3085.31;9.68;1801.39;-0.40;0.24 -9089;20;3200.57;9.60;1993.69;3.38;0.40 -9090;20;2716.78;9.50;1715.73;3.26;0.24 -9096;20;2949.23;9.50;1702.76;0.78;0.18 -9097;20;3263.57;9.55;1736.69;3.38;0.18 -9100;20;3251.34;9.50;1743.44;-1.24;0.26 -9108;20;3145.05;9.50;1865.60;0.64;0.34 -9115;20;3336.78;9.50;1899.43;0.46;0.38 -9116;20;3274.71;9.50;1982.88;2.70;0.52 -9126;20;3048.00;9.73;1920.75;3.14;0.32 -9127;20;2912.76;9.50;1794.23;3.92;0.26 -9132;20;2981.34;9.50;1833.55;4.39;0.30 -9140;20;3295.98;9.50;1983.94;2.67;0.48 -9143;20;3139.75;9.50;1856.00;1.57;0.22 -9147;20;3168.31;9.50;1876.39;-0.40;0.34 -9151;20;3078.75;9.63;1790.00;1.57;0.24 -9161;20;2732.10;10.05;1691.50;3.68;0.28 -9162;20;3316.32;9.68;1905.13;2.27;0.36 -9165;20;3407.01;9.50;1882.57;0.62;0.62 -9174;20;2959.00;9.50;1712.25;0.00;0.18 -9179;20;3401.63;9.57;1949.62;1.93;0.54 -9194;20;3160.02;9.50;1734.54;-0.58;0.30 -9195;20;3350.62;9.63;1854.35;1.19;0.30 -9205;20;3692.65;9.60;1951.71;3.33;1.10 -9206;20;3244.43;9.53;1748.21;-1.10;0.22 -9215;20;3451.67;9.55;1908.52;1.87;0.42 -9216;20;2937.00;9.50;1813.75;3.14;0.42 -9217;20;3361.48;9.50;1892.13;-1.05;0.38 -9228;20;3131.48;9.50;1746.92;2.12;0.36 -9237;20;2723.21;9.85;1645.56;3.60;0.16 -9240;20;3185.27;9.50;1672.28;4.54;0.22 -9248;20;3398.25;9.50;1832.17;4.61;0.44 -9250;20;2790.65;9.75;1606.62;2.76;0.24 -9262;20;3132.76;9.50;1647.76;-0.78;0.30 -9263;20;3096.79;9.40;1614.46;2.09;0.32 -9279;20;3006.24;9.50;1640.19;3.52;0.18 -9296;20;2932.63;9.50;1690.21;0.76;0.20 -9303;20;2648.95;9.50;1595.60;-0.64;0.20 -9317;20;3184.25;9.50;1681.00;4.71;0.24 -9321;20;2642.10;9.50;1621.50;3.68;0.20 -9322;20;2798.62;9.60;1589.65;1.95;0.24 -9334;20;3042.21;9.53;1604.56;3.60;0.22 -9335;20;2900.44;9.55;1588.66;3.46;0.22 -9340;20;3184.44;9.53;1671.66;3.46;0.24 -9347;20;2955.25;9.50;1592.00;4.71;0.16 -9350;20;2728.54;9.50;1631.02;-0.98;0.24 -9361;20;3056.34;9.55;1607.71;2.94;0.22 -9362;20;3006.76;9.50;1655.23;3.92;0.20 -9364;20;2744.42;11.05;1599.69;2.89;0.18 -9369;20;2647.69;9.50;1611.60;2.73;0.28 -9377;20;1843.21;9.68;1131.56;3.60;0.22 -9383;20;2739.66;10.07;1658.55;1.89;0.18 -9388;20;3015.75;9.50;1607.00;1.57;0.32 -9392;20;2746.55;10.75;1656.66;2.82;0.18 -9405;20;2644.30;9.50;1562.57;-1.32;0.22 -9417;20;3418.34;9.50;1459.44;-1.24;0.16 -9430;20;3418.78;9.50;1461.43;0.46;0.20 -9431;20;2874.24;9.40;1548.62;1.65;0.16 -9434;20;2806.79;9.50;1507.18;-1.28;0.24 -9458;20;2779.48;9.80;1549.05;3.38;0.24 -9484;20;2749.76;10.13;1558.23;3.92;0.18 -9498;20;2867.63;9.40;1554.33;4.68;0.16 -9500;20;2828.25;9.50;1524.00;4.71;0.18 -9510;20;2761.76;9.50;1466.76;-0.78;0.26 -9525;20;2762.02;9.57;1489.45;3.73;0.20 -9550;20;2780.76;9.50;1496.23;3.92;0.16 -9562;20;2731.63;10.82;1555.09;4.03;0.16 -9571;20;3382.40;9.53;1452.95;0.92;0.20 -9582;20;3001.71;9.60;1416.65;1.37;0.16 -9597;20;2792.43;9.50;1427.21;-1.10;0.24 -9604;20;4995.36;9.55;1488.90;0.89;0.26 -9635;20;3256.78;9.50;1407.98;1.42;0.28 -9637;20;903.90;9.50;1473.63;-0.67;0.28 -9663;20;3424.30;9.50;1392.42;4.46;0.20 -9671;20;895.13;9.50;1500.51;3.66;0.28 -9677;20;3355.23;10.43;1415.76;0.78;0.24 -9680;20;3376.25;9.50;1423.70;1.77;0.20 -9689;20;2668.28;9.50;1372.34;4.51;0.18 -9703;20;2737.55;10.05;1388.66;2.82;0.16 -9710;20;2783.76;9.50;1398.23;3.92;0.24 -9712;20;3332.34;9.50;1442.44;-1.24;0.24 -9713;20;910.62;9.50;1506.29;-0.21;0.34 -9718;20;3351.75;9.68;1430.00;1.57;0.26 -9719;20;2704.23;9.60;1391.23;2.35;0.20 -9729;20;3361.10;9.50;1445.49;-0.54;0.18 -9730;20;875.00;9.68;1531.25;0.00;0.36 -9737;20;2795.34;9.60;1419.71;2.94;0.18 -9740;20;1533.85;9.55;1787.53;2.63;0.82 -9758;20;1626.86;9.55;1538.51;2.62;0.28 -9764;20;2840.37;9.50;1348.10;1.16;0.20 -9772;20;2937.57;9.57;1340.69;3.38;0.20 -9780;20;3111.57;9.50;1352.30;-0.24;0.20 -9783;20;3242.99;9.50;1381.95;1.39;0.28 -9784;20;3075.37;9.50;1347.55;2.04;0.20 -9786;20;1629.00;9.68;1524.75;3.14;0.24 -9790;20;4762.50;9.50;1311.10;-1.03;0.20 -9793;20;2846.31;9.50;1316.51;4.62;0.24 -9799;20;3224.30;9.50;1316.42;4.46;0.18 -9801;20;1650.97;9.57;1550.45;2.55;0.22 -9805;20;3123.44;9.50;1309.34;-0.32;0.20 -9809;20;3103.29;9.80;1360.52;-0.45;0.20 -9814;20;960.55;9.50;1426.34;0.32;0.26 -9815;20;2696.21;9.50;1270.43;-0.46;0.20 -9817;20;2668.28;9.50;1348.34;4.51;0.20 -9821;20;3100.42;9.80;1365.30;0.24;0.24 -9824;20;2857.42;9.50;1366.27;1.60;0.20 -9826;20;3020.37;9.50;1344.35;-1.19;0.20 -9832;20;1684.40;9.50;1566.95;0.92;0.16 -9833;20;3254.60;9.50;1340.97;0.57;0.20 -9834;20;1539.76;9.50;1311.23;3.92;0.32 -9835;20;4706.50;9.57;1339.10;1.03;0.20 -9838;20;3021.34;10.13;1382.71;2.94;0.22 -9845;20;2871.50;9.50;1320.32;0.98;0.12 -9847;20;1661.00;9.50;1561.25;0.00;0.20 -9851;20;2955.66;9.70;1370.55;1.89;0.20 -9853;20;2854.50;9.85;1375.90;2.11;0.20 -9854;20;4731.56;9.57;1320.21;1.10;0.24 -9856;20;3065.00;9.50;1323.25;0.00;0.16 -9859;20;5012.56;9.50;1345.78;2.03;0.20 -9863;20;2957.34;9.57;1341.12;2.26;0.22 -9864;20;1646.75;9.57;1535.00;1.57;0.18 -9865;20;4984.39;9.50;1322.31;-1.16;0.26 -9876;20;1616.78;9.50;1469.43;0.46;0.26 -9887;20;3220.76;9.50;1329.23;3.92;0.24 -9895;20;4908.73;9.50;1383.80;1.46;0.28 -9896;20;2805.71;9.50;1321.34;1.76;0.20 -9898;20;2873.56;9.50;1388.21;1.10;0.20 -9902;20;3238.27;9.50;1370.21;2.53;0.20 -9904;20;3002.71;9.50;1350.27;-0.16;0.28 -9909;20;2924.75;9.50;1395.00;1.57;0.22 -9914;20;3107.60;9.50;1342.95;-0.92;0.24 -9916;20;3130.02;9.50;1305.54;-0.58;0.22 -9919;20;3242.40;9.50;1375.40;1.70;0.28 -9924;20;3001.66;10.60;1400.55;1.89;0.16 -9930;20;3194.75;9.50;1340.00;1.57;0.22 -9932;20;3423.66;9.60;1345.55;3.05;0.24 -9935;20;4190.50;9.57;1002.10;-1.03;0.28 -9938;20;4630.56;9.50;1029.21;1.10;0.24 -9940;20;3199.41;9.50;1239.53;2.78;0.20 -9941;20;3245.66;9.80;1268.44;1.24;0.24 -9945;20;2723.12;9.50;1249.34;2.44;0.22 -9947;20;3314.21;9.50;1140.43;-0.46;0.26 -9950;20;4839.66;9.50;1190.55;1.89;0.26 -9952;20;4965.00;9.50;1281.25;0.00;0.12 -9953;20;4693.72;9.53;1195.28;1.73;0.24 -9955;20;4708.45;9.53;1049.97;2.15;0.24 -9957;20;3327.75;9.78;1108.00;1.57;0.36 -9963;20;4552.78;9.50;998.43;0.46;0.20 -9964;20;2837.00;10.43;1260.75;3.14;0.30 -9965;20;4905.78;9.57;1206.43;0.46;0.22 -9971;20;4670.69;9.98;1239.42;1.81;0.26 -9974;20;4709.78;9.50;1128.43;0.46;0.32 -9975;20;3942.50;9.50;1009.32;0.29;0.42 -9978;20;4620.00;9.50;1019.25;0.00;0.24 -9979;20;2733.49;9.50;1257.96;0.12;0.20 -9980;20;3046.36;9.53;1182.09;2.24;0.24 -9985;20;4911.97;10.40;1243.45;2.55;0.22 -9989;20;3216.90;9.55;1170.50;2.60;0.24 -9990;20;3053.65;9.50;1295.71;3.33;0.22 -9991;20;4242.65;9.50;990.28;-0.19;0.32 -9992;20;3165.80;9.70;1189.73;3.25;0.18 -9994;20;2955.78;9.60;1273.56;2.67;0.30 -9998;20;4980.78;9.53;1235.43;0.46;0.24 -10000;20;4677.54;10.57;1254.02;-0.98;0.28 -10001;20;4121.75;9.57;947.00;1.57;0.34 -10004;20;4499.60;9.50;1004.68;1.97;0.24 -10005;20;3302.69;9.60;1166.60;2.73;0.22 -10007;20;3245.67;9.40;1251.88;1.84;0.40 -10010;20;4647.86;9.50;1041.35;0.90;0.24 -10011;20;4822.44;9.50;1214.34;-0.32;0.10 -10016;20;4455.56;9.50;955.21;1.10;0.20 -10018;20;4708.71;9.55;1268.65;1.37;0.20 -10024;20;2794.62;9.40;1280.94;1.26;0.20 -10026;20;2966.75;9.50;1220.00;1.57;0.32 -10027;20;3064.72;9.88;1320.28;1.73;0.20 -10032;20;4947.36;10.18;1263.09;2.24;0.28 -10035;20;4218.34;9.85;1014.88;0.87;0.26 -10038;20;3234.21;9.50;1271.43;-0.46;0.24 -10046;20;3084.42;9.60;1160.01;2.19;0.26 -10047;20;1569.12;9.60;1420.65;0.69;0.32 -10048;20;421.30;10.13;990.42;4.46;0.22 -10052;20;4870.69;9.50;1212.57;1.32;0.20 -10055;20;4905.09;11.25;1242.36;2.46;0.20 -10056;20;3339.75;9.57;1259.26;-0.14;0.32 -10058;20;4704.69;9.55;1126.57;1.32;0.24 -10061;20;3234.00;9.68;1164.75;3.14;0.28 -10062;20;4587.49;9.50;1009.86;0.44;0.20 -10063;20;2746.76;9.50;1262.76;-0.78;0.16 -10065;20;4764.34;9.50;1298.44;-1.24;0.16 -10068;20;4642.01;9.50;1303.57;0.62;0.22 -10069;20;4682.67;9.40;1090.90;1.68;0.24 -10070;20;2697.25;9.60;1212.00;4.71;0.32 -10074;20;3019.90;9.50;1294.36;2.43;0.20 -10076;20;4692.56;9.55;1175.78;2.03;0.22 -10078;20;2904.48;9.50;1269.68;2.86;0.30 -10087;20;3365.49;9.50;1224.10;-1.03;0.28 -10088;20;4160.72;9.50;976.68;1.39;0.26 -10091;20;2977.50;9.60;1264.90;2.11;0.28 -10092;20;4864.45;9.60;1189.02;0.98;0.22 -10093;20;4642.02;9.50;1037.67;1.51;0.28 -10099;20;3341.97;9.50;1104.54;0.58;0.42 -10109;20;2784.87;9.40;1276.06;0.77;0.24 -10110;20;4778.76;9.50;1229.76;-0.78;0.22 -10113;20;2708.27;9.90;1232.71;-1.40;0.16 -10116;20;4142.23;9.50;968.76;0.78;0.26 -10117;20;3088.48;9.60;1157.68;2.86;0.30 -10118;20;3904.21;9.50;1022.56;3.60;0.40 -10120;20;3198.71;10.70;1173.34;1.76;0.20 -10122;20;3241.26;9.50;1263.80;-1.46;0.18 -10123;20;3129.55;9.73;1189.66;2.82;0.22 -10124;20;4780.26;9.50;1083.20;4.59;0.46 -10125;20;4946.65;9.50;1225.37;0.38;0.24 -10126;20;3319.59;9.68;1119.28;1.15;0.36 -10128;20;4953.44;10.55;1267.66;3.46;0.24 -10135;20;4534.42;9.50;518.30;0.24;0.24 -10137;20;4506.60;9.55;890.31;1.16;0.22 -10138;20;4578.76;9.50;598.76;-0.78;0.22 -10141;20;4803.43;9.75;668.78;4.24;0.24 -10143;20;4644.71;9.50;747.34;1.76;0.22 -10145;20;4641.00;9.78;790.75;3.14;0.34 -10147;20;5023.30;9.78;520.57;-1.32;0.38 -10149;20;4054.08;9.50;838.65;1.13;0.28 -10152;20;4055.78;9.55;890.56;2.67;0.26 -10153;20;4753.14;10.30;661.04;-0.27;0.28 -10156;20;4362.65;9.50;744.28;-0.19;0.20 -10157;20;884.25;9.50;1709.00;4.71;0.38 -10158;20;4343.76;9.50;803.23;3.92;0.20 -10160;20;5386.69;9.68;311.42;1.81;0.22 -10162;20;4511.75;9.63;846.00;1.57;0.18 -10163;20;3162.40;9.50;1332.95;0.92;0.20 -10166;20;5183.62;9.50;570.35;1.19;0.16 -10169;20;4721.97;9.53;666.45;2.55;0.16 -10175;20;4689.00;9.50;508.25;0.00;0.22 -10176;20;1577.33;9.50;1846.54;4.39;0.82 -10178;20;4607.95;9.50;588.60;-0.64;0.34 -10181;20;4649.21;9.68;671.56;3.60;0.26 -10182;20;4279.76;9.50;939.23;3.92;0.26 -10183;20;870.25;9.50;1656.00;4.71;0.30 -10184;20;4696.00;9.50;744.75;3.14;0.56 -10186;20;4715.76;9.50;805.23;3.92;0.28 -10188;20;427.34;9.50;377.44;-1.24;0.20 -10190;20;3978.21;9.50;839.43;-0.46;0.30 -10191;20;4643.50;10.30;513.90;2.11;0.24 -10194;20;4382.25;9.50;610.00;4.71;0.32 -10197;20;4747.52;9.90;655.00;-0.64;0.24 -10199;20;4651.66;9.50;738.55;1.89;0.24 -10201;20;4066.12;9.60;797.34;2.44;0.44 -10203;20;3114.00;9.60;1317.75;3.14;0.24 -10206;20;5181.75;9.50;564.00;1.57;0.18 -10207;20;3573.88;9.60;1932.34;3.83;1.20 -10212;20;4614.30;9.50;737.57;-1.32;0.24 -10214;20;4751.44;9.50;794.66;3.46;0.14 -10217;20;4345.44;9.50;821.66;3.46;0.32 -10219;20;4776.62;9.50;525.65;1.95;0.30 -10222;20;4715.76;9.50;572.23;3.92;0.42 -10223;20;4277.44;9.50;905.34;-0.32;0.20 -10225;20;4420.72;9.78;639.28;1.73;0.24 -10228;20;805.38;9.50;1798.66;4.32;0.78 -10229;20;4080.56;9.53;771.21;1.10;0.30 -10231;20;5144.62;9.75;491.35;1.19;0.20 -10232;20;4496.72;9.50;822.71;1.40;0.30 -10234;20;5208.61;9.50;565.85;-0.98;0.20 -10236;20;4710.42;9.50;888.01;2.19;0.28 -10237;20;4642.75;9.50;635.00;1.57;0.34 -10240;20;4651.69;9.63;725.57;1.32;0.24 -10241;20;4687.10;9.50;948.50;3.68;0.18 -10242;20;868.17;9.50;1683.25;0.10;0.32 -10243;20;4746.65;9.68;783.71;3.33;0.20 -10244;20;1838.78;9.60;1655.73;3.26;0.36 -10245;20;1986.41;9.50;2006.74;4.27;2.34 -10248;20;5153.34;9.50;499.55;4.39;0.38 -10251;20;5116.94;9.57;561.47;2.57;0.28 -10252;20;4714.34;10.13;928.71;2.94;0.20 -10254;20;1599.08;9.40;1276.54;2.32;0.40 -10255;20;4096.57;9.50;926.30;-0.24;0.34 -10258;20;856.00;10.07;1757.25;0.00;0.76 -10260;20;5155.56;9.50;486.78;2.03;0.20 -10263;20;4668.34;9.50;567.44;-1.24;0.18 -10265;20;4690.34;9.50;878.44;-1.24;0.20 -10267;20;4303.00;9.50;907.25;0.00;0.22 -10271;20;882.30;9.50;1663.42;4.46;0.40 -10272;20;4689.76;9.50;856.23;3.92;0.24 -10276;20;4865.50;9.50;464.10;1.03;0.22 -10278;20;4059.55;9.40;852.89;1.37;0.20 -10279;20;4466.05;9.60;555.40;2.49;0.20 -10280;20;4675.57;9.50;912.69;3.38;0.18 -10282;20;4521.57;9.50;618.98;-0.95;0.32 -10285;20;4586.31;9.50;719.72;2.96;0.36 -10288;20;4882.37;9.57;461.65;4.33;0.32 -10291;20;5308.36;9.50;498.22;2.86;0.38 -10297;20;4386.34;9.50;696.55;4.39;0.30 -10300;20;4741.71;9.68;778.72;3.30;0.22 -10302;20;4709.21;9.50;816.43;-0.46;0.40 -10306;20;4706.34;9.50;863.44;-1.24;0.28 -10307;20;4466.54;9.50;532.02;-0.98;0.20 -10309;20;4493.65;9.75;909.62;2.76;0.28 -10310;20;4558.31;9.50;596.39;-0.40;0.26 -10313;20;4428.00;9.80;681.75;3.14;0.54 -10317;20;4433.34;9.50;815.44;-1.24;0.22 -10319;20;5273.59;9.57;512.27;1.14;0.40 -10321;20;4271.67;9.65;755.38;0.39;0.48 -10325;20;4647.75;9.57;685.00;1.57;0.26 -10328;20;4779.78;9.63;772.56;2.67;0.18 -10334;20;5548.73;9.50;220.19;1.68;0.32 -10337;20;1320.67;9.50;1343.38;0.39;0.38 -10338;20;5031.66;9.70;448.55;1.89;0.28 -10342;20;4804.56;9.50;622.21;1.10;0.18 -10347;20;1957.80;9.57;299.26;-0.11;0.48 -10350;20;5034.05;9.80;432.40;2.49;0.44 -10352;20;1457.23;9.50;1369.76;0.78;0.26 -10354;20;4368.38;9.50;633.36;-0.35;0.38 -10362;20;1929.40;9.50;288.95;0.92;0.32 -10365;20;5055.45;9.82;419.97;2.15;0.28 -10369;20;4958.84;9.53;626.31;3.86;0.34 -10373;20;5534.39;9.50;212.68;4.30;0.24 -10374;20;1563.57;9.50;1217.98;-0.95;0.34 -10378;20;5056.50;10.10;407.90;2.11;0.26 -10380;20;1465.54;9.50;1364.02;-0.98;0.38 -10382;20;4376.35;9.50;625.37;-0.38;0.24 -10405;20;2040.30;9.60;413.82;0.83;0.40 -10407;20;1485.44;9.50;1359.34;-0.32;0.34 -10409;20;4847.66;11.20;594.44;1.24;0.36 -10415;20;3081.40;9.50;139.72;4.28;1.04 -10419;20;2199.72;9.55;617.68;1.39;0.46 -10423;20;5008.31;9.60;609.60;3.54;0.50 -10432;20;2105.78;9.50;488.51;0.54;0.40 -10440;20;1692.79;9.50;1218.56;1.68;0.52 -10444;20;5002.65;9.50;1369.88;-0.87;0.32 -10445;20;5165.45;9.68;234.97;2.15;0.34 -10447;20;1996.92;9.50;343.25;-0.04;0.72 -10450;20;4695.38;9.50;604.63;3.50;0.28 -10458;20;5168.59;9.55;222.72;1.99;0.36 -10460;20;5108.45;9.53;334.97;2.15;0.42 -10464;20;4686.56;9.63;591.21;1.10;0.26 -10475;20;5118.32;9.50;319.61;3.53;0.40 -10479;20;4570.73;10.35;527.21;1.69;0.24 -10482;20;1581.36;9.40;994.83;-1.22;0.52 -10484;20;1707.83;9.68;1186.30;3.86;0.36 -10487;20;5118.32;9.60;314.13;2.27;0.38 -10489;20;1540.76;9.50;1311.76;-0.78;0.34 -10494;20;1595.73;9.30;957.98;4.36;0.36 -10498;20;1531.54;9.50;1228.02;-0.98;0.36 -10502;20;1888.56;9.50;316.00;-0.96;0.56 -10505;20;4992.26;9.50;516.75;-1.42;0.28 -10509;20;4322.00;10.05;729.75;3.14;0.32 -10512;20;5020.13;9.50;1370.48;-0.51;0.34 -10515;20;1886.53;9.55;311.15;1.06;0.66 -10520;20;1435.44;9.50;1367.34;-0.32;0.30 -10522;20;4347.60;9.50;671.95;-0.92;0.38 -10534;20;1830.89;9.50;1744.64;-0.68;0.80 -10540;20;5269.24;9.57;1786.42;-0.44;3.16 -10548;20;797.25;9.50;1824.00;4.71;1.16 -10577;20;4954.66;9.53;1595.44;1.24;0.88 -10598;20;4940.79;9.50;1636.26;-0.11;0.82 -10605;20;1399.37;9.93;1894.08;2.23;1.56 -10609;20;5586.60;9.55;151.31;1.16;0.30 -10621;20;1553.30;10.57;1767.72;2.96;0.66 -10622;20;5106.62;9.50;81.35;1.19;0.28 -10636;20;2188.97;9.50;1981.58;-0.62;1.36 -10637;20;5077.57;9.57;69.30;-0.24;0.36 -10650;20;5523.23;9.50;124.23;2.35;0.44 -10665;20;5062.50;9.55;40.90;2.11;0.50 -10679;20;426.65;9.53;1967.37;0.38;0.88 -10694;20;258.55;9.50;1838.00;-0.96;1.10 -10707;20;635.78;9.50;1959.56;2.67;0.64 -10710;20;5591.34;9.55;176.12;2.26;0.34 -10715;20;1765.06;9.50;1739.61;0.65;1.02 -10721;20;1340.23;9.68;1993.76;0.78;1.72 -10730;20;1239.28;9.50;1142.67;-1.38;0.56 -10732;20;1289.46;9.68;1202.68;2.87;0.54 -10752;20;3483.71;9.50;851.27;-0.16;0.62 -10760;20;3712.15;9.75;1035.74;3.05;0.52 -10762;20;2698.07;9.50;722.25;0.04;0.80 -10767;20;1851.36;9.40;1006.57;0.64;0.48 -10777;20;3495.71;9.60;819.34;1.76;0.58 -10791;20;3586.08;9.60;1074.74;3.09;0.56 -10797;20;3595.43;9.50;1134.78;4.24;0.66 -10803;20;2734.02;9.50;732.54;-0.58;0.52 -10818;20;3590.37;9.57;785.08;2.23;0.68 -10823;20;1831.87;9.50;1029.90;2.57;0.68 -10831;20;2929.28;9.50;720.40;-0.42;0.68 -10833;20;3513.34;9.50;821.71;2.94;0.44 -10840;20;3474.35;9.50;889.41;-1.22;0.52 -10848;20;1053.02;9.55;1342.54;-0.58;0.56 -10855;20;1746.31;9.40;1037.74;2.08;0.56 -10862;20;2796.00;9.50;733.25;0.00;0.54 -10864;20;1618.54;9.40;1019.84;3.63;0.56 -10874;20;2045.97;9.50;866.66;2.35;1.24 -10875;20;2552.37;9.50;1025.65;4.33;1.24 -10886;20;1372.26;9.50;1096.76;-1.43;0.40 -10889;20;1320.28;9.73;1170.72;2.97;0.52 -10891;20;3592.82;9.53;788.45;0.49;0.58 -10895;20;1148.37;9.50;1240.35;-1.19;0.56 -10904;20;3686.56;9.75;1065.78;2.03;0.38 -10906;20;1940.53;9.55;965.68;3.41;0.68 -10912;20;1821.77;9.50;1041.63;2.39;0.60 -10919;20;2835.55;9.50;748.30;-0.25;0.32 -10921;20;3562.78;9.57;831.56;2.67;0.34 -10925;20;4959.50;9.50;134.10;-1.03;0.44 -10928;20;3498.54;9.53;672.30;-0.26;0.64 -10933;20;2254.23;9.57;786.23;2.35;0.42 -10939;20;2249.24;9.57;715.26;0.14;0.36 -10946;20;2201.65;9.50;666.28;-0.19;0.56 -10953;20;1784.45;9.55;141.02;0.98;0.90 -10961;20;1686.29;9.50;118.62;-1.35;0.44 -10968;20;2998.63;9.50;552.90;-0.89;0.58 -10971;20;4632.86;9.55;320.32;3.85;0.62 -10974;20;5109.42;9.65;528.69;2.89;0.28 -10976;20;3440.11;9.50;608.25;0.06;0.54 -10978;20;3013.45;9.50;315.81;4.22;1.02 -10980;20;2129.82;9.50;495.77;-0.47;0.28 -10981;20;1802.42;9.50;193.98;0.95;0.54 -10993;20;3568.36;9.57;328.10;2.25;0.90 -10995;20;2209.32;9.50;42.51;4.41;0.54 -10998;20;2244.50;9.50;707.10;1.03;0.40 -10999;20;2179.97;9.50;542.54;0.58;0.42 -11000;20;1699.76;9.50;420.76;-0.78;0.46 -11002;20;2192.94;9.50;580.52;0.56;0.52 -11009;20;1780.72;9.55;31.69;1.39;0.70 -11011;20;4717.17;9.50;142.25;0.10;0.60 -11015;20;3495.25;9.50;342.08;4.66;0.80 -11016;20;4796.55;9.50;437.66;2.82;0.62 -11034;20;3283.40;9.50;1995.95;0.92;0.28 -11038;20;3385.97;9.55;1830.45;2.55;0.28 -11040;20;3074.65;9.53;1773.37;0.38;0.26 -11047;20;3610.27;9.50;2035.28;4.55;0.88 -11050;20;3103.09;9.50;1982.76;4.11;0.48 -11063;20;3264.30;9.53;2013.16;2.29;0.36 -11064;20;2747.70;9.50;1725.12;2.70;0.60 -11065;20;3151.54;9.70;1812.97;4.12;0.28 -11077;20;3173.86;9.55;2000.74;3.21;0.30 -11081;20;3200.26;9.50;1870.24;4.57;0.26 -11082;20;3081.72;9.55;1711.28;1.73;0.32 -11090;20;3078.00;9.50;1977.75;3.14;0.32 -11091;20;3075.78;9.55;1755.56;2.67;0.24 -11100;20;2920.25;9.50;1801.00;4.71;0.30 -11105;20;3202.32;9.50;1735.72;-0.07;0.24 -11106;20;1843.00;9.53;1065.75;3.14;0.14 -11119;20;3727.28;9.60;1947.59;3.56;1.10 -11121;20;3191.10;9.53;1854.50;3.68;0.32 -11125;20;3182.75;9.50;1876.26;-0.14;0.36 -11126;20;3138.76;9.50;1786.76;-0.78;0.32 -11127;20;3221.36;9.55;1725.09;2.24;0.24 -11136;20;2764.66;9.50;1681.55;1.89;0.26 -11140;20;3448.75;9.53;1920.00;1.57;0.48 -11147;20;3073.75;9.65;1769.00;1.57;0.26 -11151;20;2979.43;9.50;1714.21;-1.10;0.24 -11157;20;3055.09;9.55;1967.36;2.46;0.84 -11160;20;3031.23;9.57;1643.76;0.78;0.18 -11161;20;2711.25;9.60;1670.00;4.71;0.22 -11164;20;3190.39;9.50;1873.31;-1.16;0.30 -11176;20;2937.65;9.53;1694.28;-0.19;0.22 -11183;20;3329.51;9.50;1974.88;2.09;0.42 -11186;20;3258.55;9.50;1732.66;2.82;0.22 -11196;20;3404.97;9.60;1945.41;3.77;0.46 -11201;20;3135.00;9.60;1850.75;3.14;0.24 -11207;20;2739.63;9.75;1694.09;4.03;0.24 -11211;20;3162.43;9.50;1732.21;-1.10;0.20 -11215;20;3049.86;9.50;1645.23;5.04;0.18 -11218;20;2739.02;9.50;1633.54;-0.58;0.28 -11237;20;2686.72;9.50;1574.71;1.40;0.28 -11251;20;2953.00;9.60;1622.25;0.00;0.30 -11265;20;3117.27;9.53;1620.71;-1.40;0.40 -11266;20;2705.23;9.65;1674.23;2.35;0.34 -11270;20;2777.71;10.00;1627.34;1.76;0.18 -11278;20;3101.68;9.60;1733.51;1.29;0.28 -11291;20;3186.54;9.50;1695.97;4.12;0.24 -11293;20;2701.65;9.50;1601.82;1.83;0.24 -11297;20;2793.23;9.60;1613.23;2.35;0.24 -11299;20;2771.56;9.57;1647.78;2.03;0.26 -11305;20;2982.73;9.50;1601.14;2.65;0.24 -11317;20;2790.75;9.63;1620.00;1.57;0.26 -11318;20;2905.63;9.60;1588.09;4.03;0.24 -11327;20;3036.00;9.50;1646.25;0.00;0.20 -11331;20;2975.75;9.60;1600.00;1.57;0.16 -11332;20;2739.76;9.50;1620.76;-0.78;0.24 -11334;20;2643.39;9.50;1584.31;-1.16;0.24 -11343;20;3073.31;9.50;1616.48;4.43;0.16 -11350;20;1877.55;9.57;1083.66;2.82;0.14 -11360;20;2923.78;9.55;1594.56;2.67;0.20 -11361;20;2712.26;9.50;1569.21;4.58;0.22 -11366;20;2945.55;9.50;1612.34;0.32;0.24 -11367;20;2916.00;9.50;1687.25;0.00;0.20 -11371;20;2668.97;9.90;1625.45;2.55;0.24 -11372;20;3059.34;9.50;1610.55;4.39;0.28 -11374;20;2810.66;9.50;1561.44;1.24;0.28 -11376;20;3014.21;9.50;1628.43;-0.46;0.18 -11378;20;2752.21;9.82;1658.56;3.60;0.22 -11380;20;3069.87;9.50;1691.80;0.35;0.24 -11390;20;3063.78;9.68;1682.43;0.46;0.24 -11406;20;2730.24;9.50;1554.73;3.00;0.24 -11420;20;2828.89;9.50;1523.24;3.84;0.28 -11426;20;3208.90;9.53;1727.50;2.60;0.24 -11443;20;3228.78;9.55;1723.56;2.67;0.20 -11446;20;2801.71;9.55;1545.65;1.37;0.12 -11465;20;2765.26;9.50;1464.80;-1.46;0.18 -11495;20;861.36;9.50;1596.38;-1.21;0.26 -11508;20;2771.10;9.53;1491.50;3.68;0.24 -11535;20;2802.56;9.70;1502.78;2.03;0.20 -11548;20;2834.00;9.50;1538.75;3.14;0.16 -11559;20;3421.09;9.57;1459.36;2.46;0.22 -11564;20;3033.57;9.50;1417.30;-0.24;0.24 -11565;20;2794.90;9.50;1423.36;3.81;0.24 -11575;20;4989.66;9.50;1480.44;1.24;0.34 -11584;20;3003.68;9.70;1430.48;1.84;0.26 -11597;20;3252.69;9.57;1388.57;1.32;0.24 -11599;20;3454.02;9.50;1366.54;-0.58;0.24 -11600;20;2774.43;9.50;1452.78;4.24;0.24 -11616;20;2772.43;9.50;1461.78;4.24;0.18 -11617;20;3446.21;9.50;1377.43;-0.46;0.24 -11626;20;4947.69;9.53;1426.42;1.81;0.28 -11647;20;3442.05;9.50;1380.60;0.64;0.20 -11649;20;3323.55;9.50;1422.34;0.32;0.22 -11658;20;899.02;9.50;1508.54;-0.58;0.22 -11668;20;3392.00;9.50;1410.25;0.00;0.20 -11670;20;3284.42;9.60;1442.30;0.24;0.30 -11673;20;2667.43;9.50;1353.21;-1.10;0.24 -11682;20;1564.32;10.40;1771.61;3.53;0.70 -11683;20;3303.02;9.50;1463.45;3.73;0.28 -11688;20;2744.76;10.28;1389.23;3.92;0.16 -11700;20;3355.42;9.50;1443.30;0.24;0.20 -11703;20;3301.72;9.55;1461.71;1.40;0.26 -11707;20;2716.00;10.40;1391.75;3.14;0.20 -11710;20;2660.60;9.50;1382.05;4.06;0.28 -11719;20;4977.45;9.65;1467.02;0.98;0.26 -11729;20;3393.25;9.50;1424.00;4.71;0.20 -11735;20;3020.89;9.40;1414.12;-0.70;0.32 -11738;20;1606.45;9.60;1491.97;2.15;0.30 -11740;20;1633.76;9.50;1526.76;-0.78;0.24 -11745;20;4927.63;9.53;1407.61;1.93;0.30 -11746;20;3357.15;9.50;1259.42;-0.11;0.32 -11751;20;2985.84;9.50;1357.29;-0.82;0.28 -11753;20;3441.34;9.60;1345.55;4.39;0.30 -11755;20;2956.66;11.45;1325.44;1.24;0.22 -11757;20;956.95;9.50;1410.60;-0.64;0.48 -11764;20;4715.42;9.50;1332.30;0.24;0.24 -11767;20;3102.79;9.50;1329.25;-1.68;0.24 -11773;20;2947.71;9.50;1300.83;6.13;0.24 -11774;20;3194.37;9.50;1341.35;-1.19;0.20 -11782;20;1649.72;9.55;1550.28;1.73;0.22 -11804;20;2941.10;9.50;1372.50;3.68;0.22 -11805;20;2667.69;9.50;1302.57;1.32;0.22 -11810;20;3347.31;9.50;1262.39;-0.40;0.28 -11811;20;3283.34;9.60;1345.12;2.26;0.32 -11816;20;3078.45;9.50;1381.02;0.98;0.24 -11818;20;3162.21;9.50;1329.43;-0.46;0.16 -11824;20;2939.21;9.50;1320.43;-0.46;0.22 -11829;20;3259.28;9.50;1340.65;-1.37;0.18 -11830;20;1693.75;9.50;1576.00;1.57;0.28 -11833;20;2966.30;9.50;1375.60;4.79;0.26 -11834;20;2896.23;9.50;1381.76;0.78;0.22 -11835;20;4746.54;9.50;1320.02;-0.98;0.24 -11837;20;3072.22;9.50;1325.17;0.28;0.26 -11846;20;3011.18;9.50;1341.23;-0.50;0.26 -11847;20;5014.65;10.50;1334.62;2.76;0.26 -11848;20;3224.21;9.57;1297.43;-0.46;0.24 -11849;20;2878.21;9.50;1385.43;-0.46;0.20 -11859;20;933.92;9.50;1431.61;-0.66;0.40 -11866;20;3295.34;9.50;1348.55;4.39;0.26 -11867;20;3251.00;9.55;1331.75;3.14;0.24 -11874;20;2935.63;9.50;1310.90;-0.89;0.24 -11877;20;2873.51;9.50;1387.31;-0.27;0.18 -11879;20;4844.99;9.50;1366.56;-0.61;0.46 -11881;20;3374.65;9.50;1348.75;2.10;0.32 -11883;20;3311.57;10.38;1356.69;3.38;0.22 -11886;20;4682.90;9.50;1325.49;0.54;0.32 -11891;20;2923.21;9.50;1393.43;-0.46;0.22 -11892;20;1601.25;9.50;1514.00;4.71;0.28 -11894;20;3381.71;10.13;1348.72;3.30;0.30 -11900;20;1628.37;9.53;1535.35;-1.19;0.24 -11901;20;3050.50;9.55;1402.10;1.03;0.26 -11904;20;4916.60;9.57;1390.31;1.16;0.30 -11905;20;3211.57;9.50;1337.30;-0.24;0.28 -11910;20;3250.78;9.55;1162.56;2.67;0.30 -11911;20;4222.01;9.50;1018.42;2.52;0.30 -11912;20;4824.90;10.00;1272.50;2.60;0.20 -11914;20;4692.78;9.50;1004.43;0.46;0.22 -11919;20;3353.76;9.53;1195.76;-0.78;0.24 -11921;20;2967.21;10.05;1221.43;-0.46;0.32 -11923;20;2806.71;9.50;1249.72;3.30;0.28 -11925;20;4842.25;9.65;1189.00;4.71;0.16 -11927;20;1579.59;9.50;1429.28;1.15;0.36 -11928;20;4706.56;9.63;1179.78;2.03;0.26 -11929;20;4217.69;9.50;1028.39;0.40;0.28 -11930;20;4984.21;9.68;1295.73;3.01;0.22 -11932;20;4793.01;9.50;1075.42;2.52;0.46 -11936;20;4460.66;9.50;969.55;1.89;0.20 -11938;20;4568.69;9.50;1004.57;1.32;0.26 -11939;20;2858.49;9.70;1263.90;4.17;0.24 -11943;20;2674.48;9.55;1201.68;2.86;0.48 -11944;20;4642.40;9.68;1297.05;2.21;0.22 -11946;20;4885.23;9.57;1218.76;0.78;0.16 -11948;20;4788.69;9.60;1224.42;1.81;0.24 -11949;20;4846.21;9.50;1170.43;-0.46;0.18 -11952;20;3937.34;9.50;1002.44;-1.24;0.28 -11954;20;3119.65;9.82;1181.71;3.33;0.20 -11957;20;2978.59;9.50;1211.64;2.79;0.40 -11958;20;4810.75;10.23;1295.00;1.57;0.24 -11959;20;4685.95;9.50;1046.40;3.78;0.22 -11963;20;4500.27;9.50;956.71;-1.40;0.30 -11964;20;3303.68;9.55;1167.48;1.84;0.22 -11965;20;3149.29;9.50;1267.00;4.71;0.24 -11967;20;3221.57;9.55;1169.69;3.38;0.32 -11968;20;4219.34;9.50;1025.44;-1.24;0.28 -11969;20;2967.66;9.60;1262.44;1.24;0.18 -11975;20;1538.78;9.50;1385.43;0.46;0.44 -11978;20;4129.75;9.63;957.00;1.57;0.32 -11979;20;3326.35;9.53;1163.62;3.52;0.20 -11981;20;4529.00;9.50;990.25;0.00;0.24 -11984;20;3330.13;9.50;1227.23;-0.12;0.40 -11985;20;4853.00;9.50;1210.25;0.00;0.24 -11986;20;4661.98;9.40;1054.81;0.96;0.24 -11990;20;4532.63;9.53;956.61;1.93;0.34 -11991;20;4683.28;10.43;1148.72;2.97;0.26 -11992;20;4779.03;9.50;1256.54;-0.58;0.28 -11997;20;4871.28;9.50;1195.34;4.51;0.24 -11998;20;3092.56;9.50;1339.29;-3.45;0.22 -12001;20;3128.28;9.50;1303.34;4.51;0.24 -12002;20;3334.75;10.20;1092.00;1.57;0.42 -12003;20;3034.40;9.50;1243.95;0.92;0.16 -12006;20;4842.43;9.50;1185.78;4.24;0.14 -12007;20;4960.34;9.50;1270.55;4.39;0.30 -12010;20;4231.76;9.50;1020.23;3.92;0.36 -12011;20;4823.75;10.32;1275.00;1.57;0.20 -12021;20;432.68;9.50;976.27;-0.18;0.34 -12028;20;4900.28;9.50;1197.27;0.16;0.18 -12029;20;3365.91;9.50;1248.85;-0.69;0.32 -12031;20;4911.23;9.50;1224.76;0.78;0.20 -12032;20;4851.55;9.50;1161.34;0.32;0.22 -12037;20;3887.76;9.55;1011.23;3.92;0.34 -12038;20;2776.62;10.23;1268.65;1.95;0.20 -12039;20;2983.95;9.68;1199.40;3.78;0.30 -12040;20;4779.03;9.50;1282.54;-0.58;0.22 -12043;20;4647.00;9.50;1308.25;0.00;0.28 -12049;20;3309.24;9.50;1164.13;2.87;0.16 -12051;20;2913.21;9.63;1267.73;3.01;0.24 -12052;20;4699.71;9.70;1170.34;1.76;0.20 -12058;20;3180.69;9.50;1242.33;2.58;0.20 -12060;20;4815.23;9.50;1232.76;0.78;0.14 -12063;20;4162.75;9.60;988.00;1.57;0.28 -12066;20;3052.25;9.50;1298.00;4.71;0.24 -12067;20;4688.36;9.53;1202.90;0.89;0.22 -12068;20;4680.20;9.50;1017.82;5.51;0.22 -12070;20;2693.78;9.53;1271.43;0.46;0.20 -12073;20;3346.85;9.50;1119.47;0.50;0.38 -12074;20;4663.48;9.65;1275.68;2.86;0.26 -12076;20;4702.23;9.50;1156.76;0.78;0.16 -12085;20;4795.69;9.50;1221.39;0.40;0.26 -12087;20;2731.45;10.95;1235.97;2.15;0.26 -12088;20;3096.38;9.60;1152.70;2.92;0.28 -12090;20;4254.54;9.50;976.02;-0.98;0.38 -12093;20;4656.52;9.60;1284.86;2.09;0.24 -12094;20;3136.65;9.65;1192.62;2.76;0.20 -12096;20;3258.25;9.50;1258.00;4.71;0.24 -12097;20;4944.40;9.50;1222.28;-1.15;0.20 -12098;20;3074.50;9.50;1312.90;2.11;0.22 -12100;20;2756.21;9.50;1237.56;3.60;0.28 -12101;20;3348.48;9.50;1124.88;4.18;0.52 -12103;20;4887.44;9.50;754.34;-0.32;0.24 -12110;20;4590.78;9.50;594.26;-0.12;0.22 -12112;20;4723.57;9.50;812.69;3.38;0.22 -12113;20;4429.25;9.50;661.00;4.71;0.14 -12116;20;4740.90;9.50;759.36;3.81;0.28 -12118;20;4736.03;9.50;812.54;-0.58;0.12 -12120;20;5433.33;9.50;365.28;0.19;0.36 -12122;20;4368.23;9.53;856.23;2.35;0.20 -12123;20;5060.74;9.50;527.82;1.47;0.34 -12125;20;4330.25;9.50;898.00;4.71;0.28 -12126;20;4331.23;9.50;657.76;0.78;0.98 -12127;20;4317.69;10.07;920.39;0.40;0.20 -12129;20;4506.48;9.50;669.86;4.19;0.36 -12131;20;4389.36;9.60;757.09;2.24;0.22 -12132;20;5380.36;9.50;306.61;4.35;0.20 -12135;20;5084.43;9.50;521.78;4.24;0.28 -12138;20;4398.31;9.50;594.48;4.43;0.32 -12140;20;5065.86;9.50;867.51;2.62;0.28 -12144;20;4371.21;9.50;743.43;-0.46;0.24 -12147;20;1575.03;9.50;1871.53;-0.58;2.84 -12148;20;465.23;9.50;361.76;0.78;0.22 -12149;20;1697.56;9.50;1678.21;1.10;0.38 -12151;20;4719.34;9.50;512.44;-1.24;0.18 -12153;20;4733.00;9.50;809.75;3.14;0.14 -12154;20;5084.69;9.93;562.42;1.81;0.28 -12158;20;4762.00;9.50;740.25;0.00;0.24 -12159;20;5594.36;9.55;378.38;-1.21;0.28 -12160;20;4758.76;9.90;788.23;3.92;0.18 -12162;20;4648.76;9.65;519.23;3.92;0.26 -12164;20;4051.36;9.55;834.09;2.24;0.28 -12165;20;4458.01;9.55;584.42;2.52;0.26 -12168;20;4414.75;9.70;654.00;1.57;0.32 -12171;20;4608.43;9.57;725.21;-1.10;0.26 -12178;20;4789.97;9.50;518.45;2.55;0.24 -12180;20;4059.62;9.50;865.35;1.19;0.22 -12184;20;4426.63;9.53;649.61;1.93;0.24 -12188;20;4764.37;9.90;790.65;4.33;0.20 -12190;20;4762.90;9.73;514.36;3.81;0.18 -12193;20;5088.75;9.82;562.73;3.28;0.40 -12196;20;4642.34;9.50;653.12;2.26;0.28 -12199;20;4416.75;9.68;731.00;1.57;0.26 -12201;20;4356.09;9.80;795.36;2.46;0.24 -12204;20;4501.55;9.53;825.34;0.32;0.24 -12206;20;4750.36;9.85;504.09;2.24;0.18 -12207;20;5384.43;9.50;1652.21;-1.10;0.20 -12208;20;3963.25;9.50;885.00;4.71;0.28 -12209;20;4419.26;9.50;573.24;4.57;0.34 -12211;20;869.43;9.50;1639.21;-1.10;0.32 -12213;20;4701.00;9.50;951.47;2.68;0.30 -12215;20;4376.71;9.50;710.27;-0.16;0.16 -12219;20;4665.60;9.65;501.05;4.06;0.20 -12220;20;4367.75;9.50;841.00;1.57;0.16 -12222;20;5157.71;9.50;551.65;1.37;0.16 -12225;20;4622.05;9.50;622.60;0.64;0.30 -12228;20;4642.10;9.50;709.49;-0.54;0.26 -12230;20;4340.65;9.50;776.28;-0.19;0.22 -12231;20;818.25;9.55;1760.87;-1.49;0.66 -12232;20;4482.65;9.60;813.37;0.38;0.18 -12234;20;4676.26;9.50;491.24;4.57;0.36 -12236;20;4702.00;9.50;868.25;0.00;0.26 -12237;20;5099.78;10.00;538.43;0.46;0.20 -12240;20;5045.44;9.68;595.66;3.46;0.28 -12243;20;4641.74;9.50;710.17;1.67;0.18 -12246;20;4871.25;9.50;472.00;4.71;0.14 -12249;20;4485.00;9.68;551.75;3.14;0.26 -12251;20;4252.71;9.50;840.27;-0.16;0.16 -12252;20;4624.62;9.50;617.65;1.95;0.28 -12253;20;4683.95;9.65;919.40;3.78;0.18 -12258;20;4084.56;9.65;758.21;1.10;0.28 -12259;20;806.84;9.75;1758.31;3.86;0.36 -12265;20;5257.97;9.50;533.54;0.58;0.26 -12267;20;4295.00;9.63;901.25;0.00;0.24 -12268;20;4439.00;9.50;611.75;3.14;0.26 -12269;20;3944.30;9.50;938.57;-1.32;0.30 -12271;20;4421.69;9.55;692.57;1.32;0.20 -12272;20;820.31;9.50;1737.46;4.44;0.40 -12277;20;4527.78;10.25;539.56;2.67;0.22 -12279;20;4726.44;10.18;868.66;3.46;0.24 -12280;20;4571.57;9.50;601.30;-0.24;0.28 -12281;20;866.48;9.50;1611.13;-1.05;0.40 -12283;20;4550.75;9.50;692.73;3.28;0.30 -12286;20;4360.28;9.50;760.27;0.16;0.20 -12290;20;4900.80;9.50;467.73;3.25;0.32 -12291;20;1718.37;9.57;1692.35;-1.19;0.56 -12292;20;4340.76;9.50;845.76;-0.78;0.40 -12297;20;4462.23;9.68;943.23;2.35;0.28 -12299;20;4419.43;9.50;667.21;-1.10;0.18 -12302;20;4375.90;9.68;680.50;2.60;0.32 -12304;20;1615.73;9.60;1160.19;1.68;0.22 -12308;20;5146.75;9.68;285.00;1.57;0.42 -12311;20;4842.61;9.57;420.70;3.36;0.62 -12313;20;1340.37;9.50;1358.35;-1.19;0.34 -12315;20;4900.72;10.15;630.68;1.39;0.34 -12321;20;1826.23;9.50;189.76;0.78;0.66 -12323;20;4632.29;9.50;270.39;4.48;0.54 -12326;20;4838.28;9.50;429.36;4.50;0.62 -12330;20;4687.75;9.50;606.00;1.57;0.22 -12336;20;1948.23;9.50;289.76;0.78;0.38 -12347;20;1621.97;9.55;1211.45;2.55;0.36 -12349;20;1796.64;9.75;176.40;1.22;0.68 -12352;20;5011.34;9.50;1392.44;-1.24;0.30 -12358;20;4667.76;9.50;622.76;-0.78;0.32 -12362;20;5563.00;9.50;193.25;0.00;0.20 -12364;20;1887.05;9.68;295.40;2.49;0.40 -12367;20;5065.67;9.73;375.50;1.86;0.42 -12369;20;1285.72;9.70;1303.31;1.75;0.38 -12371;20;4996.78;9.55;612.73;3.26;0.26 -12379;20;1900.71;9.68;286.59;2.72;0.34 -12381;20;1538.48;9.53;1360.07;1.01;0.32 -12386;20;4883.13;9.50;584.25;0.07;0.54 -12396;20;2017.62;9.53;376.36;0.36;0.52 -12398;20;1405.56;9.50;1353.78;2.03;0.26 -12400;20;5021.70;9.68;602.17;3.97;0.46 -12406;20;5138.34;9.55;151.12;2.26;0.32 -12410;20;1313.90;9.50;1338.49;0.54;0.44 -12439;20;1544.66;9.60;1344.55;1.89;0.34 -12444;20;4706.71;9.50;572.27;-0.16;0.30 -12446;20;5048.09;9.50;1445.93;1.28;0.56 -12453;20;1890.12;9.55;324.25;0.07;0.50 -12457;20;4974.63;9.55;526.61;1.93;0.34 -12459;20;1729.78;9.60;1626.43;0.46;0.36 -12461;20;980.31;9.50;1402.48;4.43;0.32 -12462;20;4139.74;9.50;966.17;1.67;0.30 -12472;20;4561.37;9.50;516.35;-1.19;0.24 -12477;20;1602.74;9.68;1164.89;1.50;0.68 -12484;20;5029.71;9.60;516.63;1.36;0.42 -12488;20;4322.00;9.50;699.25;0.00;0.44 -12493;20;5023.25;9.50;1370.00;4.71;0.38 -12494;20;1838.67;9.50;216.49;1.27;0.62 -12499;20;4940.74;9.50;439.11;1.63;0.36 -12503;20;1872.18;9.50;1852.29;2.40;1.10 -12505;20;1982.79;9.50;1678.73;1.16;0.52 -12512;20;2048.42;9.85;1877.23;-1.11;2.12 -12518;20;5038.02;9.50;1717.58;0.62;1.52 -12522;20;5212.83;9.50;1599.69;-0.72;1.28 -12530;20;3557.32;9.50;1960.48;-1.27;0.44 -12547;20;3146.64;9.50;81.88;-0.88;0.60 -12551;20;5084.24;9.50;1714.26;0.14;1.42 -12559;20;4986.73;9.60;1606.73;3.29;0.56 -12560;20;5119.62;9.80;101.35;1.19;0.28 -12589;20;3091.35;9.50;83.39;-1.21;0.84 -12604;20;5549.01;9.50;140.57;0.62;0.32 -12617;20;5553.35;9.50;135.37;-0.38;0.30 -12632;20;5536.00;9.50;122.43;2.53;0.44 -12645;20;5091.71;9.50;38.34;1.76;0.36 -12661;20;403.73;9.50;1925.73;1.41;1.92 -12664;20;5560.13;9.70;190.51;3.66;0.26 -12674;20;2446.69;9.50;1862.49;6.45;1.28 -12680;20;1954.89;9.50;1685.39;0.94;0.84 -12683;20;5175.97;9.50;1710.54;0.58;1.58 -12689;20;2585.74;9.50;1891.86;1.49;1.60 -12698;20;1901.28;9.50;1734.65;-1.37;0.88 -12702;20;3589.73;9.50;1076.74;1.42;0.56 -12712;20;1279.56;9.50;1124.99;-0.96;0.50 -12715;20;1411.13;9.50;1215.83;3.77;0.60 -12716;20;1892.30;9.40;988.78;2.26;0.92 -12725;20;3388.43;9.65;969.00;0.96;0.62 -12736;20;1082.79;9.50;1261.95;1.05;0.92 -12738;20;1458.37;9.50;1055.55;0.47;0.64 -12742;20;2787.38;9.50;729.93;0.91;0.60 -12746;20;1161.36;9.50;1203.17;-1.25;0.72 -12747;20;2564.25;9.50;840.14;4.62;0.48 -12752;20;1524.49;9.50;1301.32;-0.29;0.42 -12753;20;1365.86;9.50;1103.48;0.51;0.72 -12759;20;3523.60;9.65;823.05;4.06;0.38 -12766;20;3421.42;10.70;900.69;2.89;0.48 -12772;20;1687.68;9.50;1019.46;1.83;0.56 -12774;20;3797.43;9.50;1060.00;0.96;0.58 -12785;20;2821.49;9.50;741.32;0.28;0.36 -12790;20;1634.15;9.50;1044.51;3.01;0.36 -12810;20;1311.74;9.60;1170.82;1.47;0.56 -12821;20;3545.00;9.50;867.25;0.00;0.74 -12823;20;1415.43;9.30;1083.75;0.54;0.36 -12828;20;1927.67;9.55;964.61;2.74;0.76 -12832;20;3628.48;9.50;1094.32;-0.29;0.70 -12833;20;1026.02;9.50;1389.54;-0.58;0.48 -12834;20;2550.27;9.50;851.71;-1.40;0.28 -12840;20;3568.68;9.50;739.54;1.30;0.64 -12853;20;2059.92;9.40;859.24;3.50;0.72 -12857;20;2649.00;9.65;1134.75;3.14;0.20 -12858;20;2579.14;9.50;813.47;-0.51;0.76 -12859;20;1007.82;9.50;1351.25;-0.10;0.56 -12865;20;1440.28;9.40;1081.79;-0.49;0.72 -12867;20;1376.23;9.55;1167.23;2.35;0.48 -12873;20;1155.25;9.50;1226.91;-1.52;0.60 -12878;20;1499.60;9.40;1004.74;-0.44;0.44 -12883;20;3420.88;9.50;984.65;-0.69;0.68 -12885;20;1985.30;9.68;951.16;2.29;0.72 -12889;20;3343.50;10.55;1070.10;1.03;0.38 -12891;20;2554.76;9.53;852.23;3.92;0.52 -12905;20;4540.75;9.68;675.73;3.28;0.26 -12910;20;4962.39;9.50;126.32;4.48;0.40 -12921;20;3002.29;9.50;338.39;-0.41;0.84 -12924;20;4974.52;9.50;117.94;4.14;0.52 -12933;20;2149.08;9.50;825.22;2.00;0.72 -12935;20;3349.63;9.68;328.63;1.94;0.70 -12941;20;3470.41;9.50;630.72;0.25;0.50 -12944;20;3432.74;9.57;486.85;1.48;0.68 -12948;20;4818.83;9.53;169.25;-0.09;0.64 -12952;20;1769.36;9.68;120.09;2.24;0.62 -12954;20;1683.79;9.50;165.26;-0.11;0.46 -12956;20;3488.17;9.50;269.45;-0.49;0.70 -12957;20;4991.83;9.53;384.53;2.64;0.48 -12958;20;3006.36;10.18;440.37;-1.20;0.78 -12960;20;1914.72;9.70;79.28;1.73;0.40 -12966;20;5465.60;9.53;69.05;4.06;0.44 -12971;20;3390.71;9.50;366.63;1.36;0.74 -12974;20;5445.25;9.50;56.17;4.61;0.46 -12976;20;4789.72;9.57;164.69;1.39;0.48 -12980;20;5443.19;10.00;52.73;3.03;0.42 -12983;20;1584.26;9.50;708.24;4.57;0.64 -12984;20;1687.88;9.53;263.65;-0.69;0.36 -12985;20;2998.79;9.55;419.73;3.25;0.54 -12988;20;5427.54;9.50;32.97;4.12;0.36 -12990;20;4769.74;9.55;151.90;1.51;0.52 -12991;20;3526.28;9.50;689.27;0.16;0.60 -12994;20;1708.92;9.50;496.38;3.80;0.50 -12995;20;5136.23;9.50;485.76;0.78;0.22 -12996;20;2166.56;9.55;522.78;2.03;0.40 -12997;20;1599.26;9.50;679.78;-1.44;0.54 -12999;20;2038.87;9.50;839.21;3.57;1.00 -13001;20;4758.35;9.50;512.62;3.52;0.20 -13002;20;4301.76;9.50;407.76;-0.78;0.24 -13003;20;2689.19;9.50;1783.26;0.11;0.36 -13005;20;4457.00;9.60;485.75;3.14;0.20 -13009;20;1852.21;9.50;1087.43;-0.46;0.12 -13010;20;1823.07;9.30;1408.06;-0.78;0.36 -13012;20;1861.23;9.53;1046.76;0.78;0.12 -13013;20;2563.43;9.50;573.78;4.24;0.16 -13014;20;2405.79;9.50;926.27;3.90;0.78 -13015;20;2922.87;9.50;677.51;2.61;0.32 -13016;20;2721.00;9.53;401.75;3.14;0.24 -13017;20;3663.43;9.50;314.78;4.24;0.18 -13018;20;3706.76;9.57;332.23;3.92;0.20 -13019;20;3966.21;9.50;511.43;-0.46;0.18 -13020;20;5526.95;9.50;636.40;3.78;0.28 -13021;20;5511.66;10.23;669.55;1.89;0.20 -13022;20;5509.56;10.40;679.21;1.10;0.16 -13023;20;5070.21;10.23;881.56;3.60;0.14 -13024;20;5080.23;10.30;895.76;0.78;0.14 -13025;20;5016.11;9.70;1045.48;-0.52;0.48 -13026;20;5208.34;9.60;1042.55;4.39;0.26 -13027;20;4948.56;10.32;778.21;1.10;0.16 -13028;20;4963.71;10.07;800.34;1.76;0.24 -13029;20;4980.55;9.73;795.34;0.32;0.18 -13030;20;5050.23;9.50;771.23;2.35;0.34 -13031;20;5073.78;9.50;749.43;0.46;0.34 -13032;20;5130.78;9.73;765.56;2.67;0.26 -13033;20;5139.21;10.10;788.56;3.60;0.24 -13034;20;5203.00;9.50;735.25;0.00;0.20 -13035;20;5345.75;10.07;720.00;1.57;0.18 -13036;20;5267.25;9.50;762.00;4.71;0.20 -13037;20;5087.41;9.53;1404.26;-1.13;0.70 -13038;20;5416.23;9.93;646.23;2.35;0.18 -13039;20;5453.55;9.70;741.34;0.32;0.20 -13040;20;5485.76;9.50;744.76;-0.78;0.14 -13041;20;5433.02;9.50;774.58;0.62;0.52 -13042;20;5484.56;9.95;766.78;2.03;0.16 -13043;20;5471.34;9.50;789.55;4.39;0.22 -13044;20;5449.43;9.50;806.78;4.24;0.12 -13045;20;5384.21;9.50;831.43;-0.46;0.16 -13046;20;5339.42;9.50;828.30;0.24;0.18 -13047;20;5410.23;9.50;958.76;0.78;0.18 -13048;20;277.66;9.50;741.44;1.24;0.10 -13049;20;307.00;10.35;716.75;3.14;0.20 -13050;20;105.78;9.50;604.43;0.46;0.26 -13051;20;160.65;9.82;919.62;2.76;0.24 -13052;20;30.57;9.50;1111.30;-0.24;0.20 -13053;20;339.21;9.50;672.43;-0.46;0.22 -13054;20;5557.71;10.38;556.65;1.37;0.28 -13055;20;5594.56;9.65;525.78;2.03;0.20 -13056;20;5597.44;9.50;506.34;-0.32;0.20 -13057;20;5612.00;10.32;501.75;3.14;0.20 -13063;20;5604.45;9.50;1934.02;0.97;2.54 -13066;20;2167.60;9.50;1966.68;1.97;1.70 -13067;20;5505.62;10.15;1659.65;1.95;0.24 -13070;20;2805.36;9.78;1558.09;2.24;0.20 -13071;20;2553.24;9.50;1114.42;0.16;0.56 -13072;20;3502.73;9.55;455.24;1.71;0.60 -13076;20;3846.23;9.55;1960.73;3.00;1.16 -13079;20;3633.74;9.50;917.17;1.67;0.76 -13080;20;129.29;9.50;419.62;-1.35;0.18 -13084;20;1824.97;9.50;1155.54;0.58;0.12 -13085;20;1420.43;9.60;1123.99;2.17;0.52 -13086;20;1693.71;9.50;582.81;-0.82;0.80 -13087;20;1484.73;9.40;1022.05;-0.80;0.52 -13088;20;1280.45;9.60;1250.02;0.98;0.52 -13090;20;200.72;9.50;1815.28;1.73;0.76 -13091;20;451.28;9.50;1991.67;-1.38;0.66 -13092;20;1467.01;9.40;1043.22;4.15;0.56 -13093;20;1432.09;9.50;1079.63;0.67;0.32 -13216;20;1014.23;9.45;1390.23;2.35;0.28 -13218;20;2712.05;10.03;1391.40;2.49;0.20 -13228;20;2708.34;9.50;1255.44;-1.24;0.24 -13236;20;2891.00;9.50;1585.75;3.14;0.08 -13237;20;2751.67;9.50;1716.70;0.46;0.28 -13238;20;2972.65;9.50;1609.06;3.55;0.28 -13240;20;3103.92;9.50;1610.72;3.98;0.24 -13241;20;3135.19;9.50;1637.94;3.69;0.16 -1;21;3358.28;9.77;1166.00;1.57;0.08 -2;21;3426.30;9.80;1699.00;1.57;0.30 -3;21;3364.30;10.40;1807.00;1.57;0.28 -4;21;3155.76;9.50;1858.00;1.57;0.88 -5;21;2883.62;9.50;1626.00;1.57;0.82 -6;21;3574.50;10.55;1758.00;1.57;0.26 -7;21;3271.12;10.26;1829.00;1.57;0.32 -8;21;3309.38;11.31;1677.00;1.57;0.18 -9;21;1952.84;9.50;232.00;1.57;1.24 -10;21;2996.30;12.34;1768.00;1.57;0.28 -11;21;3072.40;11.95;1872.00;1.57;0.34 -12;21;3501.48;9.80;1677.00;1.57;0.24 -13;21;1346.42;9.50;303.00;1.57;1.34 -14;21;2960.84;10.29;1723.00;1.57;0.24 -15;21;3284.22;10.79;1918.00;1.57;0.36 -16;21;5252.38;9.50;1552.00;1.57;1.18 -17;21;3072.48;9.70;1567.00;1.57;0.20 -18;21;3366.12;10.11;1796.00;1.57;0.24 -19;21;3870.92;9.50;651.00;1.57;1.12 -20;21;3123.18;9.50;1203.00;1.57;0.68 -21;21;2954.04;9.50;1816.00;-1.57;0.44 -22;21;3159.88;9.50;2005.00;1.57;0.34 -23;21;3497.66;9.80;1709.00;1.57;0.24 -24;21;5216.78;9.50;500.00;1.57;0.98 -25;21;5337.38;9.50;1275.00;1.57;1.18 -26;21;3382.22;10.12;1794.00;1.57;0.32 -27;21;2951.58;12.92;1754.00;1.57;0.34 -28;21;4770.12;9.50;474.00;1.57;0.92 -29;21;4167.48;9.50;636.00;1.57;0.80 -30;21;3213.22;10.40;1878.00;1.57;0.24 -31;21;3613.02;10.20;1714.00;1.57;0.22 -32;21;3155.76;9.70;1768.00;1.57;0.24 -33;21;4456.00;9.50;357.00;1.57;1.00 -34;21;3934.82;9.50;785.00;1.57;1.02 -35;21;3064.52;9.65;1730.00;-1.57;0.28 -36;21;3307.04;9.80;1860.00;1.57;0.44 -37;21;3248.68;10.35;1782.00;1.57;0.20 -38;21;3042.58;9.50;1927.00;1.57;0.28 -39;21;3359.48;10.30;1702.00;1.57;0.22 -40;21;3316.12;10.40;1785.00;1.57;0.26 -41;21;2223.08;9.50;119.00;1.57;0.88 -42;21;2427.84;9.50;303.00;1.57;1.24 -43;21;2404.02;9.50;965.00;1.57;1.22 -44;21;3102.86;9.55;1990.00;1.57;0.36 -45;21;3576.48;10.00;1720.00;1.57;0.28 -46;21;3039.22;11.39;1815.00;1.57;0.26 -47;21;2333.10;9.50;1535.00;1.57;1.10 -48;21;1461.02;9.50;2017.00;1.57;1.12 -49;21;3055.30;10.89;1761.00;1.57;0.30 -50;21;1087.90;9.50;69.00;1.57;1.26 -51;21;13.46;9.50;417.00;1.57;1.06 -52;21;3256.02;9.77;1766.00;1.57;0.22 -53;21;2899.46;9.90;1706.30;-1.57;0.24 -54;21;5.14;9.50;1248.00;1.57;0.54 -55;21;289.08;9.50;1591.00;1.57;1.42 -56;21;387.00;9.50;682.00;1.57;1.00 -57;21;3326.12;9.85;1735.00;1.57;0.24 -58;21;3066.22;12.81;1908.00;1.57;0.34 -59;21;1384.60;9.50;615.00;1.57;1.40 -60;21;3364.30;10.70;1750.00;1.57;0.28 -61;21;3164.96;11.25;1935.00;-1.57;0.36 -62;21;3442.12;10.40;1697.00;1.57;0.20 -63;21;3167.22;9.70;1808.00;1.57;0.34 -64;21;3263.32;9.70;1996.00;1.57;0.22 -65;21;2901.76;10.55;1735.00;1.57;0.32 -66;21;3170.12;9.71;1828.00;1.57;0.24 -67;21;3201.76;9.80;1760.00;1.57;0.24 -68;21;2879.18;9.80;1564.44;-1.57;0.20 -69;21;2991.94;10.29;1713.00;1.57;0.26 -70;21;3312.48;10.30;1733.00;1.57;0.28 -71;21;3298.66;9.70;1704.00;1.57;0.26 -72;21;3429.94;10.57;1761.00;1.57;0.34 -73;21;3510.48;9.80;1698.00;1.57;0.18 -74;21;3270.86;10.75;1933.00;1.57;0.46 -75;21;3430.30;9.95;1745.00;1.57;0.30 -76;21;3184.12;11.63;1983.00;1.57;0.32 -77;21;3006.94;11.60;1755.00;1.57;0.32 -78;21;3539.04;9.70;1177.00;1.57;0.44 -79;21;3283.84;10.30;1725.00;1.57;0.20 -80;21;3282.68;10.50;1820.00;1.57;0.38 -81;21;3382.94;10.25;1725.00;1.57;0.28 -82;21;3222.30;10.40;1852.00;1.57;0.30 -83;21;3174.66;9.50;1707.00;1.57;0.26 -84;21;3475.94;9.90;1737.00;1.57;0.22 -85;21;3366.48;10.50;1684.00;1.57;0.24 -86;21;3322.48;10.00;1879.00;1.57;0.28 -87;21;3515.54;10.50;1811.00;1.57;0.92 -88;21;3621.58;10.05;1734.00;1.57;0.36 -89;21;3383.58;9.90;1775.00;1.57;0.24 -90;21;3331.12;10.25;1766.00;1.57;0.18 -91;21;3088.78;9.50;1968.00;1.57;0.58 -92;21;3345.30;9.50;1793.00;1.57;0.24 -93;21;3364.30;10.04;1711.00;1.57;0.24 -94;21;3339.94;10.40;1847.00;1.57;0.28 -95;21;3264.02;9.82;1690.00;1.57;0.22 -96;21;3978.48;9.70;2008.00;1.57;1.66 -97;21;3452.38;10.24;1687.00;1.57;0.18 -98;21;3409.42;10.55;1898.00;1.57;0.56 -99;21;3580.50;10.50;1777.00;1.57;0.50 -100;21;2929.30;12.60;1723.00;1.57;0.26 -101;21;3116.68;11.94;1930.00;-1.57;0.36 -102;21;2925.22;13.31;1788.00;1.57;0.28 -103;21;3230.86;9.93;1966.00;1.57;0.44 -104;21;3246.38;9.69;1724.00;1.57;0.18 -105;21;3625.24;9.75;1929.00;1.57;1.22 -106;21;3449.30;10.45;1716.00;1.57;0.20 -107;21;2981.76;10.11;1842.00;1.57;0.20 -108;21;3563.04;10.47;1772.00;1.57;0.44 -109;21;3088.76;11.28;1863.00;1.57;0.32 -110;21;3320.48;10.40;1687.00;1.57;0.28 -111;21;2983.84;13.38;1786.00;1.57;0.24 -112;21;3523.76;9.80;1685.00;1.57;0.16 -113;21;3022.12;12.37;1792.00;1.57;0.32 -114;21;3033.48;10.90;1740.00;1.57;0.24 -115;21;2991.12;11.31;1826.00;1.57;0.32 -116;21;3337.50;9.90;1957.00;1.57;0.50 -117;21;3289.48;9.74;1705.00;1.57;0.28 -118;21;3096.40;10.85;1833.00;1.57;0.38 -119;21;3520.48;9.80;1725.00;1.57;0.28 -120;21;3211.94;10.25;1854.00;1.57;0.32 -121;21;3418.66;10.50;1677.00;1.57;0.26 -122;21;2897.75;10.30;1742.36;-1.57;0.44 -123;21;3648.68;9.80;1735.00;1.57;0.28 -124;21;3199.60;10.44;1896.00;-1.57;0.40 -125;21;3059.48;10.00;1781.00;1.57;0.28 -126;21;3243.84;10.25;1714.00;1.57;0.24 -127;21;3365.48;10.09;1785.00;1.57;0.24 -128;21;3171.22;11.31;1969.00;1.57;0.34 -129;21;3389.76;9.50;1707.00;1.57;0.30 -130;21;3077.12;10.71;1803.00;1.57;0.32 -131;21;2725.66;11.83;1708.00;1.57;0.24 -132;21;3208.40;10.10;1827.00;1.57;0.40 -133;21;2987.58;11.76;1768.00;1.57;0.34 -134;21;3313.94;9.80;1847.00;1.57;0.30 -135;21;3490.94;9.80;1680.00;1.57;0.24 -136;21;3235.48;10.40;1788.00;1.57;0.26 -137;21;2908.88;9.50;1713.00;-1.57;0.32 -138;21;3377.30;9.87;1786.00;1.57;0.28 -139;21;3265.94;9.51;1775.00;1.57;0.30 -140;21;3404.40;9.80;1813.00;1.57;0.40 -141;21;3224.84;9.50;1798.00;1.57;0.24 -142;21;3292.14;9.90;1959.00;1.57;0.36 -143;21;3461.02;10.45;1703.00;1.57;0.22 -144;21;2957.76;11.36;1746.00;1.57;0.24 -145;21;3072.40;11.50;1848.00;1.57;0.36 -146;21;3602.30;9.80;1711.00;1.57;0.30 -147;21;2993.12;10.38;1723.00;1.57;0.26 -148;21;3103.22;10.91;1887.00;1.57;0.36 -149;21;3283.02;9.85;1737.00;1.57;0.22 -150;21;3370.66;10.40;1694.00;1.57;0.24 -151;21;3153.04;11.20;1928.00;-1.57;0.36 -152;21;3332.84;10.30;1743.00;1.57;0.20 -153;21;1729.31;9.50;1064.25;1.57;0.26 -154;21;3588.90;10.43;1832.00;1.57;0.80 -155;21;3327.04;9.95;1811.00;1.57;0.36 -156;21;3041.84;10.56;1752.00;1.57;0.24 -157;21;3311.12;10.50;1810.00;1.57;0.32 -158;21;3199.50;9.50;1859.00;1.57;0.28 -159;21;2732.84;12.71;1665.00;1.57;0.22 -160;21;3376.12;10.40;1732.00;1.57;0.30 -161;21;3090.24;9.57;1716.00;-1.57;0.28 -162;21;3206.14;10.10;1887.00;1.57;0.28 -163;21;3395.66;10.40;1744.00;1.57;0.26 -164;21;3439.12;10.40;1690.00;1.57;0.22 -165;21;3230.02;9.50;1771.00;1.57;0.22 -166;21;3371.48;10.15;1759.00;1.57;0.26 -167;21;3202.40;10.50;1948.00;1.57;0.40 -168;21;3010.76;11.40;1827.00;1.57;0.32 -169;21;3143.48;9.69;1763.00;1.57;0.26 -170;21;3326.12;10.12;1846.00;1.57;0.32 -171;21;2982.20;9.50;1704.00;1.57;0.20 -172;21;3340.84;10.40;1727.00;1.57;0.24 -173;21;3032.40;11.28;1893.00;1.57;0.32 -174;21;3454.84;10.35;1726.00;1.57;0.24 -175;21;3512.84;9.80;1691.00;1.57;0.20 -176;21;3306.58;9.80;1879.00;1.57;0.38 -177;21;1851.56;9.50;1104.00;1.57;0.16 -178;21;3305.32;10.40;1927.00;1.57;0.32 -179;21;2993.66;10.46;1741.00;1.57;0.26 -180;21;3482.98;9.80;1840.00;1.57;0.78 -181;21;3261.12;10.30;1718.00;1.57;0.22 -182;21;3096.30;10.44;1818.00;1.57;0.30 -183;21;3456.22;10.29;1780.00;1.57;0.42 -184;21;3043.50;11.75;1849.00;1.57;0.34 -185;21;3152.86;9.70;1697.00;1.57;0.36 -186;21;3543.60;10.49;1761.00;1.57;0.36 -187;21;3333.66;10.63;1687.00;1.57;0.24 -188;21;2893.14;9.50;1785.00;1.57;0.34 -189;21;3643.04;10.60;1722.00;1.57;0.34 -190;21;3074.14;14.14;1918.00;1.57;0.24 -191;21;3240.44;12.90;461.00;1.57;0.84 -192;21;3078.28;10.20;1943.38;-1.57;0.28 -193;21;3249.76;10.40;1816.00;1.57;0.22 -194;21;3337.30;10.60;1709.00;1.57;0.26 -195;21;3181.22;9.70;1837.00;1.57;0.36 -196;21;3497.12;9.80;1719.00;1.57;0.20 -197;21;3264.40;11.00;1902.00;1.57;0.36 -198;21;3762.96;9.70;1968.00;1.57;1.26 -199;21;2890.14;10.09;1765.00;1.57;0.18 -200;21;2757.12;10.16;1689.00;1.57;0.24 -201;21;3173.32;10.60;1904.00;-1.57;0.44 -202;21;2998.94;13.00;1782.00;1.57;0.22 -203;21;3192.76;10.97;1945.00;-1.57;0.48 -204;21;3213.20;9.70;1752.00;1.57;0.20 -205;21;3069.12;10.68;1802.00;1.57;0.32 -206;21;3653.94;10.00;1659.00;1.57;0.30 -207;21;3275.66;10.16;1657.00;1.57;0.26 -208;21;3523.38;9.80;1573.00;1.57;0.18 -209;21;3348.26;9.50;1868.00;1.57;1.70 -210;21;2543.40;9.50;1087.00;1.57;1.40 -211;21;3063.84;9.50;1661.00;1.57;0.24 -212;21;3392.20;10.10;1584.00;1.57;0.20 -213;21;2031.28;9.50;346.00;1.57;1.02 -214;21;3432.20;9.84;1631.00;1.57;0.20 -215;21;3242.68;9.80;1563.00;1.57;0.24 -216;21;3244.48;9.90;1595.00;1.57;0.22 -217;21;1851.58;9.50;2021.00;1.57;0.98 -218;21;1458.16;9.50;338.00;1.57;1.76 -219;21;2752.30;12.94;1633.00;1.57;0.26 -220;21;5153.14;9.50;1494.00;1.57;1.08 -221;21;2814.52;9.50;1571.00;-1.57;0.24 -222;21;3231.30;10.40;1661.00;1.57;0.24 -223;21;3296.94;10.00;1609.00;1.57;0.18 -224;21;3963.28;9.50;809.00;1.57;1.08 -225;21;3155.34;9.50;1230.00;1.57;0.74 -226;21;3333.12;10.41;1665.00;1.57;0.24 -227;21;3625.58;9.84;1599.00;1.57;0.26 -228;21;3597.48;10.35;1634.00;1.57;0.20 -229;21;5213.20;9.50;557.00;1.57;1.06 -230;21;5389.38;9.50;1304.00;1.57;1.18 -231;21;3403.02;9.82;1675.00;1.57;0.22 -232;21;3458.02;9.90;1582.00;1.57;0.22 -233;21;3231.96;10.15;1632.00;-1.57;0.32 -234;21;4757.84;9.50;441.00;1.57;0.24 -235;21;4206.48;9.50;658.00;1.57;0.84 -236;21;3313.84;9.90;1591.00;1.57;0.24 -237;21;3714.94;11.90;1683.00;1.57;0.34 -238;21;3317.84;10.40;1557.00;1.57;0.20 -239;21;4511.66;9.50;328.00;1.57;1.14 -240;21;3870.20;9.50;699.00;1.57;1.10 -241;21;2930.87;9.80;1591.35;-1.57;0.32 -242;21;3034.40;10.60;1669.00;1.57;0.22 -243;21;3087.66;9.80;1577.00;1.57;0.24 -244;21;3815.46;9.50;61.00;1.57;1.06 -245;21;2873.98;9.50;7.00;1.57;0.52 -246;21;3361.84;10.00;1604.00;1.57;0.20 -247;21;2930.66;9.70;1571.00;1.57;0.18 -248;21;3291.48;11.09;1664.00;1.57;0.28 -249;21;2197.80;9.50;155.00;1.57;0.80 -250;21;2400.26;9.50;274.00;1.57;0.86 -251;21;2460.04;9.50;963.00;1.57;1.32 -252;21;3417.48;9.94;1667.00;1.57;0.24 -253;21;2739.84;11.85;1573.00;1.57;0.24 -254;21;2399.32;9.50;1461.00;1.57;1.52 -255;21;1389.82;9.50;2016.00;1.57;1.24 -256;21;3487.94;10.40;1671.00;1.57;0.24 -257;21;3525.84;10.66;1582.00;1.57;0.20 -258;21;1038.80;9.50;24.00;1.57;1.06 -259;21;60.72;9.50;445.00;1.57;0.92 -260;21;3572.30;9.71;1643.00;1.57;0.28 -261;21;3384.20;10.10;1586.00;1.57;0.18 -262;21;23.78;9.50;1278.00;1.57;1.02 -263;21;431.08;9.50;1545.00;1.57;0.98 -264;21;431.20;9.50;680.00;1.57;1.08 -265;21;3182.30;10.22;1655.00;1.57;0.24 -266;21;3145.80;9.80;1602.00;-1.57;0.20 -267;21;1335.76;9.50;626.00;1.57;1.32 -268;21;2998.48;9.70;1589.00;1.57;0.20 -269;21;3433.84;9.86;1602.00;1.57;0.20 -270;21;3498.12;10.45;1656.00;1.57;0.22 -271;21;2814.27;10.00;1581.63;-1.57;0.24 -272;21;3581.94;9.80;1695.00;1.57;0.28 -273;21;3663.58;10.00;1614.00;1.57;0.36 -274;21;3359.02;10.00;1622.00;1.57;0.20 -275;21;3452.66;10.01;1589.00;1.57;0.18 -276;21;2687.66;11.30;1632.00;1.57;0.26 -277;21;3224.66;10.60;1605.00;1.57;0.26 -278;21;3707.58;13.60;1698.00;1.57;0.38 -279;21;3087.20;9.80;1586.14;-1.57;0.24 -280;21;3438.20;9.80;1648.00;1.57;0.20 -281;21;3157.24;10.00;1619.00;-1.57;0.20 -282;21;3558.66;10.30;1659.00;1.57;0.26 -283;21;3429.66;10.45;1621.00;1.57;0.20 -284;21;2712.66;10.05;1660.00;1.57;0.26 -285;21;2693.24;9.90;1580.00;-1.57;0.28 -286;21;3530.48;10.44;1590.00;1.57;0.24 -287;21;3325.30;10.70;1642.00;1.57;0.30 -288;21;3330.48;9.80;1564.00;1.57;0.18 -289;21;3292.66;9.90;1598.00;1.57;0.24 -290;21;3166.60;9.89;1569.00;-1.57;0.28 -291;21;3672.04;9.90;1625.00;1.57;0.34 -292;21;3578.30;10.46;1613.00;1.57;0.22 -293;21;3000.84;9.70;1596.00;1.57;0.24 -294;21;3245.66;10.36;1605.00;1.57;0.24 -295;21;2999.40;10.25;1695.00;1.57;0.30 -296;21;2792.84;9.86;1580.00;1.57;0.22 -297;21;3500.02;10.00;1620.00;1.57;0.22 -298;21;3612.12;10.48;1600.00;1.57;0.20 -299;21;3053.66;10.37;1664.00;1.57;0.22 -300;21;3367.56;10.00;1595.00;1.57;0.16 -301;21;3398.48;10.29;1638.00;1.57;0.24 -302;21;3388.48;10.15;1559.00;1.57;0.24 -303;21;2675.12;10.30;1596.00;1.57;0.24 -304;21;3246.48;9.80;1573.00;1.57;0.28 -305;21;3612.94;9.80;1672.00;1.57;0.28 -306;21;3302.94;10.00;1616.00;1.57;0.18 -307;21;3769.96;10.60;1657.00;1.57;0.26 -308;21;3200.48;9.70;1694.00;1.57;0.24 -309;21;2935.66;10.20;1579.00;1.57;0.22 -310;21;3218.84;10.15;1645.00;1.57;0.24 -311;21;2738.84;12.36;1586.00;1.57;0.24 -312;21;3439.14;9.70;1836.00;1.57;0.36 -313;21;3463.84;9.80;1559.00;1.57;0.20 -314;21;3435.20;9.98;1592.00;1.57;0.20 -315;21;3313.84;9.91;1565.00;1.57;0.22 -316;21;2939.04;9.67;1665.00;1.57;0.28 -317;21;2952.84;9.70;1614.00;1.57;0.22 -318;21;3189.24;9.91;1583.00;-1.57;0.24 -319;21;3236.02;9.80;1670.00;1.57;0.22 -320;21;3284.94;9.89;1675.00;1.57;0.22 -321;21;2995.98;9.70;1600.39;-1.57;0.28 -322;21;2818.52;9.90;1585.00;-1.57;0.24 -323;21;3275.30;9.89;1633.00;1.57;0.20 -324;21;3508.30;11.60;1596.00;1.57;0.26 -325;21;3533.66;9.90;1648.00;1.57;0.22 -326;21;3537.20;10.24;1557.00;1.57;0.18 -327;21;3184.30;9.94;1612.00;1.57;0.28 -328;21;3388.02;10.67;1566.00;1.57;0.22 -329;21;3049.84;9.81;1657.00;1.57;0.22 -330;21;3447.66;10.18;1610.00;1.57;0.20 -331;21;3253.48;9.80;1577.00;1.57;0.26 -332;21;2941.66;9.50;1628.00;1.57;0.26 -333;21;3354.48;10.14;1670.00;1.57;0.22 -334;21;3080.84;9.80;1596.00;1.57;0.24 -335;21;3350.20;10.00;1627.00;1.57;0.20 -336;21;2925.66;9.70;1582.00;1.57;0.18 -337;21;2666.96;10.99;1633.00;1.57;0.36 -338;21;3597.66;9.70;1565.00;1.57;0.18 -339;21;3586.48;10.39;1596.00;1.57;0.28 -340;21;3455.20;9.80;1565.00;1.57;0.20 -341;21;3224.30;10.40;1654.00;1.57;0.18 -342;21;3265.84;9.90;1598.00;1.57;0.24 -343;21;3321.84;9.90;1569.00;1.57;0.24 -344;21;3376.30;10.50;1655.00;1.57;0.16 -345;21;3509.66;10.05;1609.00;1.57;0.24 -346;21;3430.84;9.93;1666.00;1.57;0.20 -347;21;3175.16;10.40;1584.00;-1.57;0.24 -348;21;3142.52;9.70;1621.00;-1.57;0.28 -349;21;3022.52;10.14;1593.00;-1.57;0.24 -350;21;3419.84;10.35;1622.00;1.57;0.22 -351;21;2764.48;11.20;1634.00;1.57;0.22 -352;21;3332.38;10.00;1602.00;1.57;0.18 -353;21;3524.02;9.90;1563.00;1.57;0.22 -354;21;3292.52;9.90;1636.00;-1.57;0.20 -355;21;3596.48;10.35;1616.00;1.57;0.26 -356;21;3397.38;9.91;1570.00;1.57;0.18 -357;21;3446.84;10.00;1652.00;1.57;0.18 -358;21;3242.52;10.45;1629.00;-1.57;0.28 -359;21;3597.12;9.80;1700.00;1.57;0.28 -360;21;3236.30;9.90;1584.00;1.57;0.28 -361;21;3706.12;10.53;1667.00;1.57;0.32 -362;21;3094.00;10.35;1605.00;0.00;0.24 -363;21;3042.02;10.42;1661.00;1.57;0.22 -364;21;2782.02;10.67;1589.00;1.57;0.22 -365;21;3584.48;9.80;1562.00;1.57;0.26 -366;21;3357.02;10.60;1643.00;1.57;0.22 -367;21;3461.02;9.90;1569.00;1.57;0.22 -368;21;3513.02;9.90;1648.00;1.57;0.18 -369;21;2674.48;10.19;1604.00;1.57;0.24 -370;21;3616.48;9.90;1692.00;1.57;0.28 -371;21;3313.84;10.06;1577.00;1.57;0.24 -372;21;3571.12;9.81;1630.00;1.57;0.26 -373;21;1926.44;9.50;1678.00;-1.57;0.16 -374;21;2941.02;9.50;1593.00;1.57;0.18 -375;21;2998.30;9.70;1574.00;1.57;0.26 -376;21;3467.66;9.80;1598.00;1.57;0.16 -377;21;2742.48;10.94;1562.00;1.57;0.22 -378;21;3430.02;9.87;1648.00;1.57;0.22 -379;21;1849.74;9.66;1079.00;1.57;0.14 -380;21;3530.56;9.85;1574.00;1.57;0.16 -381;21;3618.12;10.41;1682.00;1.57;0.22 -382;21;3369.02;10.10;1612.00;1.57;0.20 -383;21;2993.84;9.70;1681.00;1.57;0.24 -384;21;3388.20;10.05;1576.00;1.57;0.20 -385;21;2680.48;10.95;1626.00;1.57;0.26 -386;21;3248.30;9.90;1587.00;1.57;0.22 -387;21;3274.66;10.50;1645.00;1.57;0.26 -388;21;3059.58;9.85;1576.00;1.57;0.22 -389;21;3090.66;10.40;1599.00;1.57;0.20 -390;21;3660.30;9.80;1678.00;1.57;0.30 -391;21;2885.44;9.60;1563.00;-1.57;0.16 -392;21;3548.30;11.55;1606.00;1.57;0.24 -393;21;3600.30;9.80;1572.00;1.57;0.20 -394;21;2959.50;9.70;1674.00;1.57;0.32 -395;21;3141.60;9.70;1611.00;-1.57;0.28 -396;21;3452.66;9.81;1576.00;1.57;0.20 -397;21;3438.20;9.80;1609.00;1.57;0.20 -398;21;3321.02;9.90;1582.00;1.57;0.22 -399;21;2934.84;9.50;1642.00;1.57;0.24 -400;21;3170.52;10.40;1597.00;-1.57;0.20 -401;21;3358.20;10.00;1632.00;1.57;0.20 -402;21;3148.48;10.09;1566.00;1.57;0.26 -403;21;3625.12;10.28;1607.00;1.57;0.18 -404;21;3580.58;9.86;1649.00;1.57;0.22 -405;21;2940.48;10.15;1563.00;1.57;0.26 -406;21;3230.24;9.90;1615.00;-1.57;0.36 -407;21;2731.48;9.60;1565.00;1.57;0.20 -408;21;3095.94;9.70;1685.00;1.57;0.30 -409;21;3296.84;9.90;1483.00;1.57;0.24 -410;21;3577.12;9.70;1541.00;1.57;0.20 -411;21;3131.20;9.50;1824.00;1.57;0.86 -412;21;2519.02;9.50;939.00;1.57;1.22 -413;21;3416.20;10.07;1548.00;1.57;0.20 -414;21;3233.58;9.85;1481.00;1.57;0.26 -415;21;3238.66;9.89;1680.00;1.57;0.26 -416;21;2209.30;9.50;481.00;1.57;0.86 -417;21;3121.12;12.40;1507.00;1.57;0.22 -418;21;3365.20;9.80;1515.00;1.57;0.20 -419;21;2069.22;9.50;1849.00;1.57;1.08 -420;21;1211.32;9.50;271.00;1.57;1.52 -421;21;3065.48;12.75;1516.00;1.57;0.20 -422;21;3184.66;9.90;1531.00;1.57;0.24 -423;21;5319.04;9.50;1610.00;1.57;1.08 -424;21;3003.48;13.10;1517.00;1.57;0.20 -425;21;2978.02;10.12;1548.00;1.57;0.22 -426;21;3437.66;9.70;1455.00;1.57;0.18 -427;21;3917.66;9.50;899.00;1.57;1.02 -428;21;3217.02;9.50;1207.00;1.57;1.00 -429;21;3371.94;9.80;1466.00;1.57;0.22 -430;21;5112.08;9.50;540.00;1.57;1.88 -431;21;5380.12;9.50;1349.00;1.57;1.30 -432;21;3613.40;9.60;1511.00;1.57;0.34 -433;21;3484.30;9.80;1545.00;1.57;0.16 -434;21;3285.66;9.90;1485.00;1.57;0.20 -435;21;4744.52;9.50;473.00;1.57;0.62 -436;21;4310.28;9.50;676.00;1.57;1.08 -437;21;3442.66;10.49;1518.00;1.57;0.26 -438;21;3209.02;10.12;1502.00;1.57;0.22 -439;21;4459.38;9.50;309.00;1.57;0.92 -440;21;3833.28;9.50;636.00;1.57;0.88 -441;21;3258.48;10.00;1531.00;1.57;0.24 -442;21;3130.48;11.80;1519.00;1.57;0.24 -443;21;3811.92;9.50;12.00;1.57;0.68 -444;21;3045.66;9.71;1564.00;1.57;0.14 -445;21;3059.38;11.57;1522.00;1.57;0.18 -446;21;2187.74;9.50;94.00;1.57;1.02 -447;21;2410.66;9.50;346.00;1.57;1.16 -448;21;2490.60;9.50;1003.00;1.57;1.60 -449;21;3446.12;9.70;1469.00;1.57;0.20 -450;21;2398.54;9.50;1378.00;1.57;1.34 -451;21;1357.44;9.50;1950.00;1.57;1.84 -452;21;3556.94;9.70;1548.00;1.57;0.26 -453;21;3356.48;9.80;1482.00;1.57;0.20 -454;21;2843.66;10.31;1511.00;1.57;0.24 -455;21;970.32;9.50;24.00;1.57;1.14 -456;21;14.46;9.50;467.00;1.57;1.06 -457;21;3378.12;10.51;1550.00;1.57;0.22 -458;21;3294.30;9.90;1493.00;1.57;0.24 -459;21;82.16;9.50;1286.00;1.57;0.92 -460;21;355.16;9.50;1562.00;1.57;1.30 -461;21;344.48;9.50;629.00;1.57;0.82 -462;21;3218.02;10.40;1499.00;1.57;0.22 -463;21;3325.02;9.80;1529.00;1.57;0.22 -464;21;3602.22;9.60;1463.00;1.57;0.32 -465;21;1344.30;9.50;672.00;1.57;1.06 -466;21;3151.16;11.71;1508.00;-1.57;0.24 -467;21;3125.84;10.10;1549.00;1.57;0.22 -468;21;3553.94;9.60;1478.00;1.57;0.32 -469;21;3028.20;12.55;1535.00;1.57;0.20 -470;21;3567.30;9.70;1510.00;1.57;0.30 -471;21;3457.20;9.80;1553.00;1.57;0.20 -472;21;3367.84;9.80;1477.00;1.57;0.22 -473;21;3406.84;9.80;1522.00;1.57;0.22 -474;21;3202.12;9.96;1539.00;1.57;0.26 -475;21;3642.42;9.60;1431.00;1.57;0.56 -476;21;3241.94;10.20;1499.00;1.57;0.34 -477;21;3560.76;9.60;1470.00;1.57;0.34 -478;21;3017.66;9.80;1555.00;1.57;0.24 -479;21;3089.84;10.60;1538.00;1.57;0.24 -480;21;2864.52;9.65;1543.00;-1.57;0.08 -481;21;3501.30;9.78;1466.00;1.57;0.20 -482;21;2972.30;11.05;1532.00;1.57;0.22 -483;21;3521.20;10.29;1552.00;1.57;0.20 -484;21;3445.30;10.16;1478.00;1.57;0.20 -485;21;2822.10;9.90;1513.23;-1.57;0.20 -486;21;3371.30;9.80;1483.00;1.57;0.22 -487;21;3475.38;9.80;1520.00;1.57;0.18 -488;21;3303.66;9.90;1499.00;1.57;0.24 -489;21;3281.56;9.80;1533.00;1.57;0.16 -490;21;1586.14;12.09;1785.00;1.57;1.54 -491;21;3189.12;9.75;1507.00;1.57;0.24 -492;21;1446.50;10.25;1396.00;1.57;0.30 -493;21;3100.84;9.91;1558.00;1.57;0.24 -494;21;3053.02;10.92;1525.00;1.57;0.22 -495;21;2921.48;10.09;1547.00;1.57;0.20 -496;21;3194.30;10.30;1712.00;1.57;0.22 -497;21;3593.94;9.70;1557.00;1.57;0.20 -498;21;3498.84;9.80;1481.00;1.57;0.18 -499;21;3536.30;11.71;1527.00;1.57;0.26 -500;21;3446.48;9.95;1486.00;1.57;0.22 -501;21;3352.20;9.80;1525.00;1.57;0.20 -502;21;3384.30;9.80;1489.00;1.57;0.20 -503;21;2786.76;9.70;1470.00;1.57;0.18 -504;21;3272.02;10.00;1514.00;1.57;0.22 -505;21;867.30;10.02;1586.00;1.57;0.30 -506;21;3105.16;10.34;1532.00;-1.57;0.24 -507;21;2781.48;9.95;1555.00;1.57;0.20 -508;21;3608.12;9.60;1524.00;1.57;0.28 -509;21;3455.84;9.88;1482.00;1.57;0.24 -510;21;3428.84;10.31;1530.00;1.57;0.24 -511;21;3342.66;10.23;1503.00;1.57;0.26 -512;21;2833.94;10.12;1477.00;1.57;0.20 -513;21;3194.66;10.10;1532.00;1.57;0.26 -514;21;3015.84;10.21;1546.00;1.57;0.20 -515;21;1044.16;12.00;1807.00;1.57;0.72 -516;21;2873.10;9.80;1533.77;1.57;0.18 -517;21;4484.22;14.20;1240.00;1.57;0.42 -518;21;3492.84;9.80;1525.00;1.57;0.20 -519;21;2948.66;13.37;1483.00;1.57;0.24 -520;21;3510.02;9.80;1489.00;1.57;0.22 -521;21;2910.02;12.45;1481.00;1.57;0.22 -522;21;3332.66;9.80;1537.00;1.57;0.16 -523;21;3412.48;10.40;1499.00;1.57;0.22 -524;21;3136.30;9.80;1566.00;1.57;0.22 -525;21;3276.84;9.93;1521.00;1.57;0.24 -526;21;2965.20;10.93;1565.00;1.57;0.18 -527;21;2784.38;9.78;1480.00;1.57;0.18 -528;21;882.40;10.56;1610.00;1.57;0.36 -529;21;2920.02;10.55;1529.00;1.57;0.22 -530;21;3178.02;10.22;1644.00;1.57;0.22 -531;21;4443.86;14.11;1203.00;1.57;0.46 -532;21;3012.66;10.85;1493.00;1.57;0.20 -533;21;3475.12;10.01;1493.00;1.57;0.16 -534;21;3397.02;9.95;1536.00;1.57;0.22 -535;21;3224.12;9.80;1550.00;1.57;0.16 -536;21;3180.88;10.16;1522.00;-1.57;0.24 -537;21;3029.66;9.70;1576.00;1.57;0.18 -538;21;2986.20;10.80;1541.00;1.57;0.20 -539;21;2789.38;11.37;1491.00;1.57;0.18 -540;21;2731.12;10.60;1539.74;-1.57;0.28 -541;21;3082.84;9.88;1486.00;1.57;0.20 -542;21;2738.76;9.55;1477.00;1.57;0.16 -543;21;3031.84;13.58;1493.00;1.57;0.18 -544;21;3469.48;9.90;1533.00;1.57;0.26 -545;21;3541.94;9.72;1500.00;1.57;0.30 -546;21;3290.48;9.80;1553.00;1.57;0.20 -547;21;3424.20;9.80;1500.00;1.57;0.20 -548;21;3105.30;9.80;1566.00;1.57;0.18 -549;21;2922.30;12.07;1495.00;1.57;0.16 -550;21;3261.66;10.10;1522.00;1.57;0.20 -551;21;2861.84;9.80;1491.00;1.57;0.24 -552;21;3058.67;9.90;1548.37;-1.57;0.20 -553;21;2806.02;10.37;1490.00;1.57;0.22 -554;21;3641.94;9.60;1489.00;1.57;0.34 -555;21;3114.66;10.04;1489.00;1.57;0.22 -556;21;4440.86;15.23;1241.00;1.57;0.46 -557;21;3058.12;9.95;1496.00;1.57;0.16 -558;21;3370.02;10.02;1540.00;1.57;0.22 -559;21;3324.66;9.80;1511.00;1.57;0.26 -560;21;3208.30;10.40;1560.00;1.57;0.22 -561;21;2975.84;10.83;1499.00;1.57;0.18 -562;21;3139.02;9.90;1534.00;1.57;0.22 -563;21;2923.02;11.92;1501.00;1.57;0.18 -564;21;2949.30;10.86;1546.00;1.57;0.26 -565;21;3240.48;10.14;1461.00;1.57;0.20 -566;21;3612.48;9.70;1545.00;1.57;0.16 -567;21;3175.86;9.66;1715.00;1.57;0.20 -568;21;3327.24;9.68;1442.00;-1.57;0.20 -569;21;3048.66;12.65;1504.00;1.57;0.18 -570;21;3402.66;10.25;1509.00;1.57;0.24 -571;21;2985.48;10.94;1506.00;1.57;0.22 -572;21;3203.02;10.02;1527.00;1.57;0.22 -573;21;3024.56;10.70;1543.00;1.57;0.16 -574;21;3312.94;9.70;1466.00;1.57;0.22 -575;21;2840.38;9.70;1535.00;1.57;0.16 -576;21;3630.58;9.60;1506.00;1.57;0.34 -577;21;3208.20;10.28;1484.00;1.57;0.20 -578;21;3504.48;9.90;1538.00;1.57;0.22 -579;21;3481.02;9.90;1511.00;1.57;0.22 -580;21;3350.84;10.50;1548.00;1.57;0.24 -581;21;3111.48;12.35;1497.00;1.57;0.20 -582;21;3295.30;9.80;1522.00;1.57;0.16 -583;21;3052.30;12.59;1516.00;1.57;0.18 -584;21;3097.94;10.72;1540.00;1.57;0.16 -585;21;3427.02;9.70;1455.00;1.57;0.18 -586;21;2990.30;12.36;1515.00;1.57;0.22 -587;21;2911.44;9.95;1536.00;-1.57;0.16 -588;21;3344.12;9.80;1463.00;1.57;0.22 -589;21;2938.02;10.42;1514.00;1.57;0.22 -590;21;2851.56;12.87;1430.00;1.57;0.16 -591;21;3039.38;9.62;1415.00;1.57;0.18 -592;21;3230.66;10.35;1686.00;1.57;0.26 -593;21;3087.28;9.50;1782.00;1.57;1.08 -594;21;2499.84;9.50;903.00;1.57;1.10 -595;21;2802.02;10.04;1426.00;1.57;0.22 -596;21;3044.48;11.65;1444.00;1.57;0.18 -597;21;2222.14;9.50;598.00;1.57;1.26 -598;21;1627.94;10.06;1628.00;1.57;0.26 -599;21;3023.02;10.10;1431.00;1.57;0.22 -600;21;1968.88;9.50;1952.00;1.57;1.54 -601;21;1129.80;9.50;171.00;1.57;1.16 -602;21;1488.42;10.87;1687.00;1.57;0.50 -603;21;2973.48;9.85;1428.00;1.57;0.24 -604;21;5479.96;9.50;1670.00;1.57;1.24 -605;21;1587.94;10.62;1632.00;1.57;0.26 -606;21;3100.02;10.70;1411.00;1.57;0.22 -607;21;2942.38;10.28;1432.00;1.57;0.18 -608;21;3886.60;9.50;974.00;1.57;1.50 -609;21;3330.36;9.50;1213.00;1.57;0.78 -610;21;869.76;10.16;1555.00;1.57;0.32 -611;21;2916.02;16.05;1429.00;1.57;0.22 -612;21;5587.72;9.50;1429.00;1.57;0.92 -613;21;5279.14;9.50;1238.00;1.57;1.52 -614;21;3131.84;10.31;1418.00;1.57;0.24 -615;21;3590.12;9.60;1458.00;1.57;0.32 -616;21;4758.24;9.50;415.00;1.57;0.64 -617;21;4291.64;9.50;643.00;1.57;0.96 -618;21;3555.84;9.60;1457.00;1.57;0.24 -619;21;3104.66;9.80;1426.00;1.57;0.20 -620;21;2823.84;10.10;1434.00;1.57;0.24 -621;21;4460.82;9.50;266.00;1.57;1.02 -622;21;3901.36;9.50;776.00;1.57;0.96 -623;21;3824.56;9.50;677.00;1.57;0.78 -624;21;3063.66;9.85;1428.00;1.57;0.26 -625;21;2813.66;9.80;1436.00;1.57;0.20 -626;21;3753.12;9.50;86.00;1.57;1.32 -627;21;2981.42;9.50;25.00;1.57;0.98 -628;21;3006.48;9.70;1436.00;1.57;0.22 -629;21;2805.66;9.98;1443.00;1.57;0.26 -630;21;3145.76;12.49;1406.00;1.57;0.20 -631;21;2171.56;9.50;60.00;1.57;0.90 -632;21;2366.48;9.50;323.00;1.57;1.28 -633;21;2512.60;9.50;1047.00;1.57;1.60 -634;21;1753.58;9.85;1667.00;1.57;0.38 -635;21;2460.52;9.50;1423.00;1.57;1.44 -636;21;2930.38;15.23;1447.00;1.57;0.18 -637;21;3180.20;11.52;1412.00;1.57;0.20 -638;21;1497.66;9.84;1426.00;1.57;0.26 -639;21;891.68;9.50;17.00;1.57;0.84 -640;21;12.64;9.50;518.00;1.57;1.04 -641;21;2884.02;10.10;1444.00;1.57;0.20 -642;21;3647.96;9.60;1450.00;1.57;0.44 -643;21;66.22;9.50;1326.00;1.57;1.00 -644;21;338.52;9.50;1521.00;1.57;1.22 -645;21;372.92;9.50;588.00;1.57;1.02 -646;21;3127.94;9.97;1435.00;1.57;0.24 -647;21;1274.60;9.50;666.00;1.57;0.84 -648;21;2874.84;10.30;1452.00;1.57;0.24 -649;21;3222.40;10.50;1388.00;1.57;0.30 -650;21;1707.12;10.54;314.00;1.57;0.32 -651;21;2824.48;9.80;1450.00;1.57;0.18 -652;21;3462.76;15.33;1318.00;1.57;0.30 -653;21;3038.20;13.12;1454.00;1.57;0.20 -654;21;3470.94;13.12;1371.00;1.57;0.20 -655;21;2795.66;10.21;1447.00;1.57;0.24 -656;21;2990.02;14.95;1445.00;1.57;0.18 -657;21;3248.60;9.80;1399.00;-1.57;0.24 -658;21;2947.66;14.25;1449.00;1.57;0.16 -659;21;1504.76;10.88;1558.00;1.57;0.28 -660;21;3197.48;11.35;1420.00;1.57;0.26 -661;21;2946.84;14.95;1455.00;1.57;0.16 -662;21;3150.66;13.77;1430.00;1.57;0.26 -663;21;2935.12;12.50;1464.00;1.57;0.18 -664;21;4892.66;9.96;1431.00;1.57;0.26 -665;21;3053.20;10.30;1446.00;1.57;0.14 -666;21;3519.84;11.10;1377.00;1.57;0.18 -667;21;2855.84;10.00;1459.00;1.57;0.24 -668;21;3007.84;13.99;1456.00;1.57;0.16 -669;21;2819.20;9.80;1457.00;1.57;0.20 -670;21;3508.20;11.72;1381.00;1.57;0.20 -671;21;2997.84;15.04;1456.00;1.57;0.24 -672;21;3459.12;14.45;1377.00;1.57;0.22 -673;21;2982.94;14.13;1465.00;1.57;0.16 -674;21;3224.30;9.70;1412.00;1.57;0.22 -675;21;4905.96;10.60;1511.00;1.57;0.56 -676;21;3177.94;12.33;1440.00;1.57;0.24 -677;21;891.66;10.31;1511.00;1.57;0.26 -678;21;2916.20;12.85;1470.00;1.57;0.20 -679;21;3123.20;9.73;1443.00;1.57;0.18 -680;21;2880.48;10.59;1469.00;1.57;0.16 -681;21;4911.30;9.90;1449.00;1.57;0.30 -682;21;3081.76;10.06;1450.00;1.57;0.18 -683;21;3523.66;10.93;1393.00;1.57;0.22 -684;21;3111.48;9.80;1458.00;1.57;0.20 -685;21;3479.58;17.71;1388.00;1.57;0.26 -686;21;3065.84;10.61;1465.00;1.57;0.24 -687;21;3255.42;10.00;1421.24;-1.57;0.28 -688;21;3013.40;14.00;1468.16;-1.57;0.20 -689;21;1486.04;10.65;1570.00;1.57;0.24 -690;21;3207.12;14.14;1429.00;1.57;0.18 -691;21;1483.48;10.45;1580.00;1.57;0.28 -692;21;2984.02;11.32;1478.00;1.57;0.22 -693;21;3163.84;14.08;1446.00;1.57;0.22 -694;21;2939.84;12.60;1477.00;1.57;0.18 -695;21;1469.12;10.70;1580.00;1.57;0.22 -696;21;3153.66;12.05;1450.00;1.57;0.20 -697;21;3176.38;12.90;410.00;1.57;1.18 -698;21;2909.20;12.17;1468.00;1.57;0.20 -699;21;3127.02;9.70;1461.00;1.57;0.22 -700;21;3540.66;10.18;1399.00;1.57;0.24 -701;21;3082.66;10.45;1460.00;1.57;0.18 -702;21;1585.84;11.40;1568.00;1.57;0.24 -703;21;1410.86;10.71;1651.00;1.57;0.42 -704;21;3048.02;12.90;1480.00;1.57;0.22 -705;21;3334.88;9.65;1422.00;-1.57;0.28 -706;21;1636.84;11.11;1573.00;1.57;0.24 -707;21;3001.48;13.60;1472.00;1.57;0.24 -708;21;2971.88;11.16;1484.00;-1.57;0.24 -709;21;1436.86;10.10;1654.00;1.57;0.46 -710;21;920.94;12.32;1524.00;1.57;0.34 -711;21;3204.48;14.60;1450.00;1.57;0.18 -712;21;3514.48;11.54;1404.00;1.57;0.26 -713;21;3153.84;10.95;1466.00;1.57;0.24 -714;21;3461.48;11.94;1401.00;1.57;0.22 -715;21;1678.48;10.10;1591.00;1.57;0.16 -716;21;3112.84;9.70;1468.00;1.57;0.24 -717;21;3412.48;9.69;1406.00;1.57;0.22 -718;21;1665.30;11.08;1591.00;1.57;0.14 -719;21;3404.19;10.90;1407.69;-1.57;0.24 -720;21;1418.12;10.00;1544.00;1.57;0.32 -721;21;3314.27;9.80;1447.31;-1.57;0.24 -722;21;1534.94;13.25;1598.00;1.57;0.28 -723;21;3237.84;9.88;1450.00;1.57;0.24 -724;21;2683.02;12.18;1348.00;1.57;0.16 -725;21;4932.94;12.14;1455.00;1.57;0.30 -726;21;2716.90;13.10;1372.38;-1.57;0.20 -727;21;3190.66;17.23;1466.00;1.57;0.20 -728;21;3520.48;10.60;1412.00;1.57;0.26 -729;21;2693.38;12.10;1377.00;1.57;0.18 -730;21;3134.84;9.76;1468.00;1.57;0.24 -731;21;3479.94;12.02;1407.00;1.57;0.20 -732;21;3025.48;11.10;1487.00;1.57;0.22 -733;21;1685.22;11.63;1614.00;1.57;0.34 -734;21;1583.66;11.32;1600.00;1.57;0.26 -735;21;3441.20;10.90;1421.00;1.57;0.20 -736;21;1134.58;11.09;1810.00;1.57;0.86 -737;21;3321.58;9.70;1450.00;1.57;0.22 -738;21;2745.16;12.71;1380.00;-1.57;0.20 -739;21;4928.12;10.31;1469.00;1.57;0.32 -740;21;2758.21;9.80;1384.88;-1.57;0.20 -741;21;3270.30;9.70;1454.00;1.57;0.30 -742;21;3526.38;10.81;1423.00;1.57;0.18 -743;21;2783.66;9.97;1386.00;1.57;0.24 -744;21;3217.12;11.23;1463.00;1.57;0.20 -745;21;3516.84;10.74;1424.00;1.57;0.24 -746;21;3164.94;10.50;1473.00;1.57;0.18 -747;21;2761.16;10.85;1266.00;-1.57;0.20 -748;21;3461.66;10.92;1424.00;1.57;0.24 -749;21;1562.30;9.70;1600.00;1.57;0.16 -750;21;3396.66;9.52;1432.00;1.57;0.26 -751;21;1453.32;10.00;1661.00;1.57;0.42 -752;21;2837.30;10.24;1406.00;1.57;0.18 -753;21;4947.40;13.61;1462.00;1.57;0.20 -754;21;3262.84;9.80;1465.00;1.57;0.24 -755;21;2823.66;10.00;1407.00;1.57;0.14 -756;21;3843.68;11.40;1279.00;-1.57;0.40 -757;21;3553.12;9.58;1434.00;1.57;0.16 -758;21;2673.64;9.80;1385.45;-1.57;0.24 -759;21;3511.94;10.11;1435.00;1.57;0.30 -760;21;2858.38;11.78;1399.00;1.57;0.18 -761;21;1472.00;9.80;1806.00;1.57;1.90 -762;21;2884.30;9.81;1414.00;1.57;0.18 -763;21;1341.04;10.80;1802.00;1.57;1.44 -764;21;2902.02;13.75;1419.00;1.57;0.20 -765;21;3414.66;9.70;1442.00;1.57;0.20 -766;21;910.48;13.24;1541.00;1.57;0.28 -767;21;3338.48;9.70;1452.00;1.57;0.22 -768;21;894.02;11.01;1541.00;1.57;0.22 -769;21;2855.02;13.32;1421.00;1.57;0.22 -770;21;2923.74;11.49;1409.00;1.57;0.14 -771;21;2940.66;11.55;1413.00;1.57;0.16 -772;21;3460.12;11.11;1364.00;1.57;0.24 -773;21;2961.02;9.74;1424.00;1.57;0.18 -774;21;1544.84;10.90;1609.00;1.57;0.24 -775;21;3446.20;9.80;1442.00;1.57;0.20 -776;21;2938.48;9.85;1425.00;1.57;0.24 -777;21;1470.70;10.95;1704.00;1.57;0.52 -778;21;2908.20;13.61;1433.00;1.57;0.20 -779;21;1543.66;10.40;1623.00;1.57;0.26 -780;21;2883.66;9.88;1421.00;1.57;0.18 -781;21;886.94;13.72;1557.00;1.57;0.34 -782;21;2991.02;10.19;1406.00;1.57;0.18 -783;21;4846.30;12.52;1394.00;1.57;0.30 -784;21;3285.12;12.00;1280.00;1.57;0.24 -785;21;3246.30;11.85;1313.00;1.57;0.26 -786;21;3117.62;9.50;1776.00;1.57;0.82 -787;21;2456.00;9.50;914.00;1.57;1.00 -788;21;1617.26;9.90;1483.20;-1.57;0.24 -789;21;3455.22;14.90;1336.00;1.57;0.24 -790;21;2803.80;10.31;1350.00;-1.57;0.12 -791;21;2260.56;9.50;674.00;1.57;1.16 -792;21;3362.02;9.57;1212.00;1.57;0.22 -793;21;3176.66;10.63;1387.00;1.57;0.26 -794;21;2718.16;13.11;1333.00;-1.57;0.24 -795;21;2168.22;9.50;1798.00;1.57;1.20 -796;21;965.78;9.50;91.00;1.57;1.46 -797;21;3106.84;11.65;1405.00;1.57;0.22 -798;21;2797.16;14.98;1332.00;-1.57;0.24 -799;21;2668.56;9.50;1326.00;1.57;0.16 -800;21;4793.84;12.51;1353.00;1.57;0.22 -801;21;1546.30;11.35;1530.00;1.57;0.30 -802;21;3797.18;9.50;959.00;1.57;0.98 -803;21;3316.20;9.50;1177.00;-1.57;0.72 -804;21;3329.02;11.15;1320.00;1.57;0.22 -805;21;1309.96;10.40;1389.00;1.57;0.34 -806;21;3368.91;10.50;1268.98;-1.57;0.28 -807;21;5095.44;9.50;624.00;1.57;1.08 -808;21;5274.78;9.50;1308.00;1.57;1.16 -809;21;2718.16;12.65;1295.00;-1.57;0.20 -810;21;4854.66;12.38;1407.00;1.57;0.24 -811;21;4723.08;9.50;394.00;1.57;0.88 -812;21;4339.10;9.50;635.00;1.57;1.10 -813;21;2782.88;12.56;1348.00;-1.57;0.20 -814;21;4651.76;11.10;1341.00;1.57;0.28 -815;21;4509.28;9.50;272.00;1.57;1.08 -816;21;3794.46;9.50;634.00;1.57;0.98 -817;21;2887.02;10.00;1458.00;1.57;0.22 -818;21;3192.30;9.70;1399.00;1.57;0.28 -819;21;3028.02;9.59;1341.00;1.57;0.20 -820;21;3759.76;9.50;30.00;1.57;1.36 -821;21;2939.30;9.50;34.00;1.57;1.30 -822;21;1605.66;10.00;1540.00;1.57;0.16 -823;21;986.86;12.65;1428.00;1.57;0.30 -824;21;2128.64;9.50;61.00;1.57;0.98 -825;21;2314.58;9.50;309.00;1.57;1.26 -826;21;2503.76;9.50;1121.00;1.57;1.36 -827;21;1524.94;10.80;1544.00;1.57;0.26 -828;21;4588.94;14.38;1344.00;1.57;0.34 -829;21;3527.68;9.78;1202.00;1.57;0.48 -830;21;2515.30;9.50;1486.00;1.57;1.30 -831;21;1484.02;10.45;1540.00;1.57;0.22 -832;21;2774.16;11.95;1305.00;-1.57;0.24 -833;21;3131.80;13.02;1351.00;-1.57;0.20 -834;21;924.68;9.50;59.00;1.57;1.48 -835;21;53.68;9.50;499.00;1.57;1.24 -836;21;4728.66;11.20;1333.00;1.57;0.22 -837;21;4911.76;12.32;1420.00;1.57;0.34 -838;21;15.74;9.50;1323.00;1.57;1.04 -839;21;265.60;9.50;1535.00;1.57;1.02 -840;21;393.00;9.50;633.00;1.57;0.92 -841;21;3131.20;14.19;1329.00;1.57;0.20 -842;21;1400.96;9.50;673.00;1.57;1.24 -844;21;2676.20;9.85;1310.00;1.57;0.18 -845;21;2691.20;12.66;1340.00;1.57;0.20 -846;21;4729.30;9.79;1368.00;1.57;0.28 -847;21;1585.12;10.43;1549.00;1.57;0.22 -848;21;4792.48;12.20;1304.00;1.57;0.28 -849;21;3222.32;9.50;1334.00;-1.57;0.36 -850;21;1035.80;15.05;1478.00;1.57;0.46 -851;21;3042.48;9.70;1329.00;1.57;0.24 -852;21;4789.66;14.70;1333.00;1.57;0.22 -853;21;1049.96;10.55;1426.00;1.57;0.46 -854;21;2844.52;10.84;1357.00;-1.57;0.24 -855;21;5026.50;9.60;1581.00;1.57;0.50 -856;21;3261.66;13.27;1314.00;1.57;0.26 -857;21;2766.16;13.26;1354.00;-1.57;0.16 -858;21;2738.00;12.60;1316.71;-1.57;0.16 -859;21;1667.58;9.70;1559.00;1.57;0.20 -860;21;1466.22;10.38;1400.00;1.57;0.34 -861;21;4802.66;13.68;1355.00;1.57;0.22 -862;21;1609.94;10.13;1565.00;1.57;0.28 -863;21;3149.84;10.69;1312.00;1.57;0.22 -864;21;3484.22;14.72;1288.00;1.57;0.24 -865;21;1602.40;9.70;1495.00;1.57;0.32 -866;21;1534.58;9.70;1330.00;1.57;0.30 -867;21;3134.16;14.25;1359.00;-1.57;0.20 -868;21;1132.60;18.79;1510.00;1.57;0.46 -869;21;3328.58;10.95;1291.00;1.57;0.20 -870;21;1473.30;10.70;1561.00;1.57;0.26 -871;21;2794.52;14.49;1325.00;-1.57;0.24 -872;21;2816.02;11.22;1359.00;1.57;0.20 -873;21;1590.76;9.80;1516.00;1.57;0.32 -874;21;2705.16;12.03;1342.00;-1.57;0.24 -875;21;2732.52;11.55;1286.00;-1.57;0.20 -876;21;3424.30;13.79;1301.00;1.57;0.30 -877;21;2701.20;11.50;1350.00;1.57;0.18 -878;21;3202.94;12.13;1351.00;1.57;0.18 -879;21;2725.16;12.73;1290.00;-1.57;0.20 -880;21;1566.84;10.66;1558.00;1.57;0.24 -881;21;4635.76;11.82;1340.00;1.57;0.24 -882;21;1540.48;10.84;1574.00;1.57;0.26 -883;21;3048.84;10.81;1348.00;1.57;0.18 -884;21;2766.52;14.45;1361.00;-1.57;0.20 -885;21;2748.89;13.00;1367.72;-1.57;0.16 -886;21;3374.41;13.70;1281.50;-1.57;0.36 -887;21;4752.66;10.41;1369.00;1.57;0.26 -888;21;2777.16;12.25;1314.00;-1.57;0.24 -889;21;2681.66;12.72;1341.00;1.57;0.16 -890;21;3283.94;12.06;1334.00;1.57;0.18 -891;21;1629.48;10.89;1566.00;1.57;0.22 -892;21;4723.66;12.18;1338.00;1.57;0.26 -893;21;3193.84;13.63;1354.00;1.57;0.22 -894;21;1615.30;10.99;1576.00;1.57;0.18 -895;21;3170.58;9.50;1329.00;1.57;0.28 -896;21;2736.80;11.20;1324.00;-1.57;0.20 -897;21;2819.84;12.26;1366.00;1.57;0.16 -898;21;4827.30;13.15;1363.00;1.57;0.26 -899;21;2815.44;12.60;1368.00;-1.57;0.16 -900;21;4644.84;10.28;1326.00;1.57;0.24 -901;21;3437.94;10.32;1234.00;1.57;0.34 -902;21;2950.38;10.47;1315.00;1.57;0.18 -903;21;2743.16;12.50;1364.00;-1.57;0.20 -904;21;3292.46;11.10;1339.51;-1.57;0.24 -905;21;1699.86;9.59;1574.00;1.57;0.34 -906;21;4788.02;14.72;1343.00;1.57;0.22 -907;21;3155.52;12.80;1361.00;-1.57;0.24 -908;21;1663.30;10.89;1584.00;1.57;0.16 -909;21;3284.30;13.78;1309.00;1.57;0.22 -910;21;2978.84;10.65;1383.00;1.57;0.22 -911;21;2899.20;9.73;1384.00;1.57;0.18 -912;21;4758.84;10.46;1319.00;1.57;0.20 -913;21;1498.58;9.99;1475.00;1.57;0.22 -914;21;3120.40;13.20;1325.29;1.57;0.22 -915;21;2807.52;13.69;1372.00;-1.57;0.24 -916;21;4739.58;9.80;1376.00;1.57;0.26 -917;21;856.94;12.70;1888.00;1.57;1.12 -918;21;2720.16;11.80;1355.00;-1.57;0.16 -919;21;3362.30;12.91;1317.00;1.57;0.30 -920;21;2710.52;12.90;1357.00;-1.57;0.20 -921;21;3358.48;12.89;1297.00;1.57;0.28 -922;21;3236.12;10.01;1354.00;1.57;0.24 -923;21;3018.02;10.60;1352.00;1.57;0.22 -924;21;2674.17;9.90;1313.29;1.57;0.22 -925;21;3012.84;11.21;1384.00;1.57;0.24 -926;21;1405.86;10.20;1619.00;1.57;0.34 -927;21;4803.12;13.61;1371.00;1.57;0.20 -928;21;3236.30;10.09;1300.00;1.57;0.22 -929;21;2810.48;10.40;1396.00;1.57;0.18 -930;21;4728.86;10.63;1396.00;1.57;0.38 -931;21;2709.16;10.81;1299.00;-1.57;0.20 -932;21;2774.16;11.13;1372.00;-1.57;0.20 -933;21;3360.30;12.26;1330.00;1.57;0.24 -934;21;4685.12;12.05;1352.00;1.57;0.30 -935;21;3159.66;13.81;1368.00;1.57;0.26 -936;21;3146.84;12.90;1339.00;1.57;0.24 -937;21;3111.88;12.78;1383.00;-1.57;0.24 -938;21;2693.38;13.20;1332.00;1.57;0.18 -939;21;2731.16;14.45;1333.00;-1.57;0.24 -940;21;3308.66;13.25;1285.00;1.57;0.26 -941;21;955.76;12.54;1463.00;1.57;0.36 -942;21;2768.80;12.00;1311.00;-1.57;0.20 -943;21;2831.02;10.47;1386.00;1.57;0.22 -944;21;4824.84;11.83;1375.00;1.57;0.24 -945;21;4759.48;11.15;1348.00;1.57;0.18 -946;21;4791.12;12.33;1383.00;1.57;0.26 -947;21;3258.02;11.91;1325.00;1.57;0.22 -948;21;2785.52;12.89;1342.00;-1.57;0.20 -949;21;3166.30;13.00;1374.00;1.57;0.20 -950;21;2749.52;12.25;1289.00;-1.57;0.20 -951;21;1582.40;10.40;1523.00;1.57;0.26 -952;21;4613.48;13.30;1349.00;1.57;0.28 -953;21;3090.66;14.05;1388.00;1.57;0.20 -954;21;1422.66;10.16;1500.00;1.57;0.26 -955;21;3037.02;9.60;1338.00;1.57;0.22 -956;21;2898.30;10.90;1392.00;1.57;0.18 -957;21;4867.58;9.50;1386.00;1.57;0.34 -958;21;2885.80;9.83;1399.00;-1.57;0.16 -959;21;4824.02;10.29;1344.00;1.57;0.22 -960;21;3387.12;13.45;1333.00;1.57;0.24 -961;21;3352.84;15.38;1286.00;1.57;0.24 -962;21;2804.83;11.30;1299.40;-1.57;0.20 -963;21;3022.02;12.62;1360.00;1.57;0.22 -964;21;4714.12;10.06;1327.00;1.57;0.24 -965;21;3164.48;11.85;1383.00;1.57;0.24 -966;21;3145.38;12.90;1329.00;1.57;0.18 -967;21;3005.84;11.66;1391.00;1.57;0.24 -968;21;1473.58;10.99;1444.00;1.57;0.26 -969;21;2955.56;9.80;1429.00;1.57;0.14 -970;21;2667.49;9.70;1296.28;1.57;0.18 -971;21;1515.48;10.45;1521.00;1.57;0.28 -972;21;4650.30;12.82;1364.00;1.57;0.22 -973;21;4833.30;11.66;1391.00;1.57;0.20 -974;21;3140.20;13.43;1345.00;1.57;0.18 -975;21;3397.86;12.95;1338.00;1.57;0.22 -976;21;3150.66;13.64;1299.00;1.57;0.26 -977;21;2748.16;13.73;1339.00;-1.57;0.24 -978;21;4781.84;13.07;1327.00;1.57;0.22 -979;21;3321.12;13.07;1354.00;1.57;0.24 -980;21;2670.20;9.61;1290.00;1.57;0.20 -981;21;3256.84;12.60;1307.00;1.57;0.24 -982;21;3108.52;13.89;1392.00;-1.57;0.28 -983;21;1636.26;9.60;1715.00;1.57;0.80 -984;21;3052.56;10.18;1403.00;1.57;0.16 -985;21;2723.52;11.24;1309.00;-1.57;0.20 -986;21;919.48;9.89;1461.00;1.57;0.28 -987;21;4725.12;9.70;1351.00;1.57;0.28 -988;21;3109.28;11.00;664.00;1.57;0.78 -989;21;2768.94;12.66;1224.00;1.57;0.34 -990;21;3127.46;9.50;1742.00;1.57;0.62 -991;21;2518.86;9.50;829.00;1.57;1.10 -992;21;3266.04;9.90;1142.00;1.57;0.38 -993;21;4986.02;9.70;1254.00;1.57;0.22 -994;21;4507.94;9.70;948.00;1.57;0.26 -995;21;2231.56;9.50;690.00;1.57;1.16 -996;21;4666.84;11.15;1169.00;1.57;0.18 -997;21;4250.12;9.90;1015.00;1.57;0.32 -998;21;4941.02;9.62;1271.00;1.57;0.22 -999;21;2216.26;9.50;1826.00;1.57;1.52 -1000;21;828.32;9.50;73.00;1.57;1.26 -1001;21;4647.76;9.70;1196.00;1.57;0.24 -1002;21;5407.84;10.27;831.00;1.57;0.16 -1003;21;4769.66;9.52;1287.00;1.57;0.20 -1004;21;4560.76;10.18;1220.00;1.57;0.36 -1005;21;3286.22;11.10;1268.96;-1.57;0.28 -1006;21;4627.66;13.47;1066.00;1.57;0.26 -1007;21;3872.18;9.50;900.00;1.57;0.98 -1008;21;3277.38;9.50;1207.00;1.57;0.66 -1009;21;3026.48;9.50;1269.00;1.57;0.24 -1010;21;4465.06;13.35;1110.00;1.57;0.34 -1011;21;5033.30;9.50;641.00;1.57;1.08 -1012;21;5213.86;9.50;1291.00;1.57;1.46 -1013;21;2815.22;9.70;1252.00;1.57;0.28 -1014;21;4269.12;9.50;970.00;1.57;0.32 -1015;21;3349.20;10.83;1146.00;1.57;0.20 -1016;21;4686.10;9.50;429.00;1.57;1.02 -1017;21;4317.56;9.50;611.00;1.57;1.00 -1018;21;4503.30;9.66;1004.00;1.57;0.24 -1019;21;1578.94;9.70;1436.00;1.57;0.26 -1020;21;4852.74;10.15;1175.00;1.57;0.14 -1021;21;4473.56;9.50;214.00;1.57;1.16 -1022;21;3780.28;9.50;677.00;1.57;0.94 -1023;21;4528.48;10.29;1055.00;1.57;0.28 -1024;21;4997.48;12.20;1279.00;1.57;0.22 -1025;21;4844.20;11.64;1206.00;1.57;0.20 -1026;21;2901.90;9.50;23.00;1.57;0.90 -1027;21;4576.20;14.48;1309.00;1.57;0.20 -1028;21;3310.48;12.23;1049.00;1.57;0.28 -1029;21;4660.48;9.70;1225.00;1.57;0.28 -1030;21;2166.28;9.50;119.00;1.57;1.08 -1031;21;2290.36;9.50;352.00;1.57;0.96 -1032;21;2465.26;9.50;1172.00;1.57;1.22 -1033;21;3366.96;9.67;1094.00;1.57;0.56 -1034;21;4534.76;11.31;1250.00;1.57;0.36 -1035;21;2476.14;9.50;1559.00;1.57;1.54 -1036;21;4596.76;11.40;1138.00;1.57;0.30 -1037;21;2951.66;11.32;1231.00;1.57;0.26 -1038;21;4515.94;9.85;966.00;1.57;0.28 -1039;21;1107.34;9.50;121.00;1.57;1.16 -1040;21;103.50;9.50;471.00;1.57;1.04 -1041;21;3051.94;9.85;1159.00;1.57;0.32 -1042;21;5327.94;9.50;481.00;1.57;0.22 -1043;21;2917.66;10.70;1114.00;1.57;1.26 -1044;21;244.14;9.50;1583.00;1.57;1.18 -1045;21;437.18;9.50;635.00;1.57;0.98 -1046;21;2942.58;11.24;1253.00;1.57;0.28 -1047;21;4573.30;9.90;1020.52;-1.57;0.28 -1048;21;2707.26;9.50;1261.40;-1.57;0.20 -1049;21;1343.32;9.50;716.00;1.57;1.10 -1051;21;4925.84;11.03;1216.00;1.57;0.24 -1052;21;4655.30;9.69;1315.00;1.57;0.30 -1053;21;4603.30;10.50;1069.00;1.57;0.30 -1054;21;4800.58;9.60;1231.00;1.57;0.26 -1055;21;4686.52;9.64;1107.00;-1.57;0.28 -1056;21;3381.87;12.70;1227.42;-1.57;0.36 -1057;21;3136.92;10.10;1077.00;1.57;0.82 -1058;21;2927.84;13.36;1246.00;1.57;0.24 -1059;21;4149.12;10.56;1009.00;1.57;0.30 -1060;21;3180.40;9.70;1143.00;1.57;0.40 -1061;21;3900.40;9.84;1035.00;1.57;0.40 -1062;21;3128.66;12.92;1170.00;1.57;0.26 -1063;21;4991.66;10.88;1310.00;1.57;0.26 -1064;21;3321.30;9.92;1057.00;1.57;0.30 -1065;21;3360.16;10.33;1193.00;-1.57;0.24 -1066;21;4648.84;11.29;1112.00;1.57;0.24 -1067;21;4926.66;10.13;1237.00;1.57;0.20 -1068;21;3282.94;9.70;1129.00;1.57;0.22 -1069;21;4633.12;10.77;1262.00;1.57;0.30 -1070;21;4528.48;9.69;965.00;1.57;0.28 -1071;21;3254.66;9.65;1151.00;1.57;0.26 -1072;21;3398.88;12.54;1234.00;-1.57;0.32 -1073;21;4445.30;9.80;1002.00;1.57;0.28 -1074;21;3365.66;11.12;1195.00;1.57;0.26 -1075;21;4234.52;10.20;1034.00;-1.57;0.28 -1076;21;4653.94;9.52;1215.00;1.57;0.26 -1077;21;1612.04;9.60;1462.00;1.57;0.28 -1078;21;4604.48;10.05;1046.00;1.57;0.26 -1079;21;2697.40;13.01;1201.00;1.57;0.30 -1080;21;3302.58;10.60;1106.00;1.57;0.38 -1081;21;4804.20;12.68;1249.00;1.57;0.20 -1082;21;4310.40;9.99;1053.00;1.57;0.40 -1083;21;4626.12;10.53;1156.00;1.57;0.30 -1084;21;4635.84;9.83;1276.00;1.57;0.24 -1085;21;5315.12;9.50;506.00;1.57;0.32 -1086;21;3353.38;10.88;1170.00;1.57;0.18 -1087;21;4543.12;9.98;1021.00;1.57;0.24 -1088;21;3372.88;10.55;1240.00;-1.57;0.32 -1089;21;4679.20;10.40;1182.00;1.57;0.20 -1090;21;2749.52;13.64;1276.00;-1.57;0.20 -1091;21;4682.74;11.17;1032.00;1.57;0.14 -1092;21;4869.84;9.75;1220.00;1.57;0.22 -1093;21;2786.16;10.95;1291.00;-1.57;0.20 -1094;21;4665.84;13.14;1096.00;1.57;0.24 -1095;21;2786.58;10.29;1108.00;1.57;0.98 -1096;21;4688.20;11.86;1138.00;1.57;0.20 -1097;21;4973.94;13.18;1249.00;1.57;0.22 -1098;21;4675.02;9.50;647.00;1.57;0.22 -1099;21;4653.48;9.70;1167.00;1.57;0.22 -1100;21;4796.02;9.90;1267.00;1.57;0.22 -1101;21;4137.94;9.90;991.00;1.57;0.30 -1102;21;2658.04;10.73;1163.00;1.57;0.44 -1103;21;3932.86;9.90;1043.00;1.57;0.40 -1104;21;4684.76;9.53;1280.00;1.57;0.22 -1105;21;2972.22;10.17;1186.00;1.57;0.30 -1106;21;3125.02;9.52;1290.00;1.57;0.22 -1107;21;3905.76;13.97;1154.00;1.57;0.36 -1108;21;3372.88;12.81;1219.00;-1.57;0.28 -1109;21;3159.94;10.66;1295.00;1.57;0.20 -1110;21;4622.94;10.12;1092.00;1.57;0.34 -1111;21;2755.76;12.96;1214.00;1.57;0.36 -1112;21;3322.58;9.65;1129.00;1.57;0.36 -1113;21;4986.48;10.50;1264.00;1.57;0.24 -1114;21;4421.68;12.33;1022.00;1.57;0.34 -1115;21;2753.92;10.25;1020.00;-1.57;1.40 -1116;21;4269.24;14.09;1100.00;1.57;0.46 -1117;21;4974.48;10.29;1278.00;1.57;0.28 -1118;21;3043.84;10.73;1166.00;1.57;0.24 -1119;21;3272.48;10.39;1258.00;1.57;0.28 -1120;21;4581.30;10.14;1044.00;1.57;0.30 -1121;21;4644.48;11.25;1211.00;1.57;0.22 -1122;21;3292.12;10.04;1269.00;1.57;0.26 -1123;21;4815.38;9.50;1102.00;1.57;0.18 -1124;21;4654.20;11.03;1235.00;1.57;0.20 -1125;21;4654.30;10.96;1140.00;1.57;0.30 -1126;21;2836.14;12.85;1202.00;1.57;0.46 -1127;21;3116.66;10.07;1151.00;1.57;0.26 -1128;21;2853.48;12.60;1237.00;1.57;0.24 -1129;21;4022.50;21.65;1179.00;1.57;0.50 -1130;21;3174.02;12.06;1175.00;1.57;0.22 -1131;21;4537.84;10.78;1012.00;1.57;0.24 -1132;21;1592.09;9.70;1441.67;-1.57;0.36 -1133;21;4920.84;9.70;1207.00;1.57;0.20 -1134;21;4615.84;9.91;1308.00;1.57;0.24 -1135;21;49.44;9.50;1780.00;1.57;0.34 -1136;21;4914.84;10.73;1234.00;1.57;0.24 -1137;21;4596.22;15.24;1323.00;1.57;0.26 -1138;21;4636.48;10.85;1086.00;1.57;0.28 -1139;21;4575.76;10.25;1235.00;1.57;0.22 -1140;21;3156.92;9.80;1116.00;1.57;0.72 -1141;21;2923.22;12.86;1231.00;1.57;0.42 -1142;21;4246.48;9.64;989.00;1.57;0.26 -1143;21;3224.06;9.60;1129.00;1.57;0.44 -1144;21;3918.22;10.30;1023.00;1.57;0.40 -1145;21;2849.30;10.76;1258.00;1.57;0.24 -1146;21;4650.48;9.70;1177.00;1.57;0.28 -1147;21;3894.42;9.70;1052.00;1.57;0.34 -1148;21;4803.48;12.19;1287.00;1.57;0.24 -1149;21;3008.02;10.52;1185.00;1.57;0.22 -1150;21;4700.30;9.50;1305.00;1.57;0.24 -1151;21;3306.58;10.10;1081.00;1.57;0.32 -1152;21;2734.68;16.59;1187.00;1.57;0.36 -1153;21;4624.22;10.10;1135.00;1.57;0.24 -1154;21;4656.66;11.50;1247.00;1.57;0.24 -1155;21;3321.24;9.80;1156.00;-1.57;0.28 -1156;21;3030.66;10.82;1284.00;1.57;0.20 -1157;21;4467.48;9.60;991.00;1.57;0.28 -1158;21;4822.86;9.50;1197.00;1.57;0.24 -1159;21;4183.66;9.59;1006.00;1.57;0.26 -1160;21;2928.30;10.49;1260.00;1.57;0.30 -1161;21;4637.94;11.22;1205.00;1.57;0.24 -1162;21;4592.76;10.10;1039.00;1.57;0.30 -1163;21;1601.40;9.70;1451.00;1.57;0.28 -1164;21;3190.52;10.95;1236.00;-1.57;0.16 -1165;21;5011.02;11.02;1302.00;1.57;0.22 -1166;21;4653.48;11.94;1074.00;1.57;0.28 -1167;21;4887.84;12.28;1237.00;1.57;0.24 -1168;21;4700.52;9.70;1118.00;-1.57;0.24 -1169;21;4595.94;10.22;1259.00;1.57;0.26 -1170;21;4329.40;12.36;1015.00;1.57;0.40 -1171;21;4648.30;9.85;1158.00;1.57;0.26 -1172;21;4445.22;14.43;1036.00;1.57;0.40 -1173;21;3143.56;9.51;1271.00;1.57;0.16 -1174;21;3017.66;10.38;1167.00;1.57;0.26 -1175;21;4693.20;11.36;1022.00;1.57;0.20 -1176;21;2754.63;14.40;1272.40;-1.57;0.20 -1177;21;4777.84;9.66;1201.00;1.57;0.12 -1178;21;2724.52;10.10;1279.00;-1.57;0.16 -1179;21;3835.88;10.93;1071.00;1.57;0.50 -1180;21;4565.76;11.43;1245.00;1.57;0.30 -1181;21;3243.88;12.11;628.00;1.57;0.68 -1182;21;4984.20;9.63;1244.00;1.57;0.20 -1183;21;4840.02;9.87;1178.00;1.57;0.18 -1184;21;4669.48;11.30;1265.00;1.57;0.22 -1185;21;4456.30;9.56;975.00;1.57;0.20 -1186;21;3153.94;9.80;1164.00;1.57;0.34 -1187;21;4555.84;10.48;1015.00;1.57;0.24 -1188;21;4595.66;10.46;1271.00;1.57;0.26 -1189;21;2998.66;11.04;1183.00;1.57;0.26 -1190;21;3885.14;9.70;1025.00;1.57;0.32 -1191;21;4867.66;11.75;1227.00;1.57;0.22 -1192;21;2765.16;14.81;1286.00;-1.57;0.24 -1193;21;4641.94;11.17;1077.00;1.57;0.24 -1194;21;2708.12;10.03;1225.00;1.57;0.30 -1195;21;4678.84;11.86;1121.00;1.57;0.24 -1196;21;4435.22;13.00;1028.00;1.57;0.38 -1197;21;4310.78;11.21;1087.00;1.57;0.40 -1198;21;3109.66;9.70;1142.00;1.57;0.26 -1199;21;3975.12;10.48;1044.00;1.57;0.32 -1200;21;4691.40;11.09;1275.00;1.57;0.22 -1201;21;3353.80;9.70;1184.00;-1.57;0.20 -1202;21;4584.94;9.89;1028.00;1.57;0.26 -1203;21;4569.30;12.82;1291.00;1.57;0.30 -1204;21;3148.84;11.01;1188.00;1.57;0.24 -1205;21;3138.48;10.80;1296.00;1.57;0.22 -1206;21;3305.22;10.59;1033.00;1.57;0.42 -1207;21;2712.96;17.33;1183.00;1.57;0.34 -1208;21;4528.44;10.50;669.09;1.57;0.84 -1209;21;4548.22;9.70;520.00;1.57;0.20 -1210;21;3679.48;10.00;1550.00;1.57;0.28 -1211;21;3117.28;9.50;1731.00;-1.57;0.92 -1212;21;2605.38;9.50;736.00;1.57;1.18 -1213;21;4063.30;12.76;757.00;1.57;0.30 -1214;21;847.50;10.30;1725.00;1.57;0.36 -1215;21;2083.26;9.50;861.00;1.57;0.72 -1216;21;3870.60;17.83;1303.00;-1.57;0.24 -1217;21;4904.12;10.44;441.00;1.57;0.32 -1218;21;2189.86;9.50;1752.00;1.57;1.06 -1219;21;791.80;9.50;159.00;1.57;1.30 -1220;21;3725.78;9.97;1463.00;1.57;0.44 -1221;21;4690.84;9.66;872.00;1.57;0.20 -1222;21;5059.12;10.85;535.00;1.57;0.32 -1223;21;3894.70;10.20;1527.00;1.57;0.38 -1224;21;4749.02;9.66;825.00;1.57;0.22 -1225;21;4599.66;9.70;604.00;1.57;0.26 -1226;21;3854.20;9.50;796.00;1.57;0.82 -1227;21;2877.24;9.50;1720.00;1.57;0.48 -1228;21;4071.30;9.80;923.00;1.57;0.30 -1229;21;3855.34;10.20;1576.00;1.57;0.44 -1230;21;4535.22;10.35;655.00;1.57;0.32 -1231;21;5130.32;9.50;658.00;1.57;1.32 -1232;21;5171.88;9.50;1238.00;1.57;1.36 -1233;21;3746.68;11.55;1628.00;1.57;0.34 -1234;21;4753.84;10.30;756.00;1.57;0.24 -1235;21;4599.56;9.50;429.00;1.57;1.10 -1236;21;4370.36;9.50;599.00;1.57;0.94 -1237;21;5408.40;9.50;400.00;1.57;0.40 -1238;21;3997.66;9.50;806.00;1.57;0.26 -1239;21;3974.70;11.50;1461.00;1.57;0.44 -1240;21;4536.92;9.50;180.00;1.57;1.12 -1241;21;3810.92;9.50;712.00;1.57;0.78 -1242;21;5070.76;9.70;528.00;1.57;0.26 -1243;21;3891.88;10.40;1479.00;1.57;0.52 -1244;21;4394.66;9.55;857.00;1.57;0.26 -1245;21;2880.48;9.50;120.00;1.57;1.16 -1246;21;4452.20;10.30;591.00;1.57;0.20 -1247;21;3677.86;11.36;1483.00;1.57;0.40 -1248;21;4484.84;11.98;883.00;1.57;0.24 -1249;21;2141.04;9.50;151.00;1.57;0.96 -1250;21;2328.84;9.50;364.00;1.57;1.24 -1251;21;2449.78;9.50;1222.00;1.57;1.22 -1252;21;4635.76;10.40;662.00;1.57;0.34 -1253;21;4333.58;10.81;937.00;1.57;0.38 -1254;21;3673.40;9.90;1536.00;1.57;0.38 -1255;21;2466.84;9.50;1616.00;1.57;1.24 -1256;21;1658.00;9.50;2034.00;1.57;0.66 -1257;21;4415.40;19.11;1186.00;1.57;0.40 -1258;21;3686.94;10.39;1603.00;1.57;0.34 -1259;21;1269.20;9.50;221.00;1.57;1.10 -1260;21;162.56;9.50;482.00;1.57;1.06 -1261;21;4727.02;10.08;817.00;1.57;0.22 -1262;21;1030.72;12.85;1734.00;1.57;0.68 -1263;21;5396.30;9.50;296.00;1.57;0.20 -1264;21;8.72;9.50;1369.00;1.57;0.92 -1265;21;158.76;9.50;1527.00;1.57;1.12 -1266;21;424.04;9.50;586.00;1.57;1.10 -1267;21;4967.04;12.98;1506.00;1.57;0.26 -1268;21;4033.48;11.89;836.00;1.57;0.28 -1269;21;5284.26;10.50;493.15;1.57;0.48 -1270;21;1496.74;9.50;643.00;1.57;1.14 -1272;21;3821.06;10.10;1502.00;1.57;0.46 -1273;21;3959.02;9.50;895.00;1.57;0.22 -1274;21;4426.40;10.67;587.00;1.57;0.28 -1275;21;4045.40;10.20;923.00;1.57;0.34 -1276;21;3828.68;9.91;1548.00;1.57;0.46 -1277;21;4392.58;10.30;662.00;1.57;0.38 -1278;21;3681.40;9.80;1615.00;1.57;0.26 -1279;21;4391.02;10.34;746.00;1.57;0.22 -1280;21;1051.30;9.98;314.00;1.57;0.24 -1281;21;4349.56;10.13;799.00;1.57;0.16 -1282;21;1736.04;10.42;1655.00;1.57;0.36 -1283;21;5030.22;10.02;509.00;1.57;0.32 -1284;21;1709.22;9.77;1680.00;1.57;0.42 -1285;21;4503.02;11.71;838.00;1.57;0.20 -1286;21;5166.02;9.72;567.00;1.57;0.18 -1287;21;3983.78;9.80;1521.00;1.57;0.58 -1288;21;4696.38;10.78;893.00;1.57;0.18 -1289;21;4704.66;10.00;663.00;1.57;0.22 -1290;21;3653.96;9.74;1531.00;-1.57;0.32 -1291;21;4376.02;9.70;740.00;1.57;0.22 -1292;21;3812.86;9.80;1635.00;1.57;0.44 -1293;21;4764.84;9.50;800.00;1.57;0.24 -1294;21;3853.42;9.80;1632.00;1.57;0.48 -1295;21;3616.72;9.85;1811.00;1.57;0.66 -1296;21;4353.02;10.24;842.00;1.57;0.22 -1297;21;4106.98;9.95;1595.00;1.57;0.42 -1298;21;4675.76;9.50;513.00;1.57;0.20 -1299;21;1543.42;11.10;1695.00;1.57;0.42 -1300;21;4501.84;12.28;878.00;1.57;0.18 -1301;21;5131.84;10.53;557.00;1.57;0.22 -1302;21;4470.48;10.74;920.00;1.57;0.26 -1303;21;3808.86;9.80;1536.00;1.57;0.46 -1304;21;4520.94;10.30;653.00;1.57;0.34 -1305;21;3671.58;9.89;1599.00;1.57;0.38 -1306;21;4654.94;10.25;730.00;1.57;0.26 -1307;21;3624.76;10.10;1752.00;1.57;0.36 -1308;21;4349.56;9.70;815.00;1.57;0.16 -1309;21;3934.96;10.30;1594.00;1.57;0.56 -1310;21;5011.86;10.03;508.00;1.57;0.24 -1311;21;4749.12;10.87;845.00;1.57;0.20 -1312;21;3878.96;10.70;1458.00;1.57;0.52 -1313;21;4435.30;9.97;578.00;1.57;0.26 -1314;21;3739.78;10.30;1480.00;1.57;0.48 -1315;21;4340.12;9.50;872.00;1.57;0.30 -1316;21;4514.78;9.66;637.00;1.57;0.46 -1317;21;4028.68;10.30;913.00;1.57;0.38 -1318;21;3634.48;9.70;1521.00;1.57;0.28 -1319;21;4401.96;15.37;1068.00;1.57;0.38 -1320;21;925.32;14.27;1708.00;1.57;0.52 -1321;21;4000.84;9.50;792.00;1.57;0.24 -1322;21;5024.30;9.50;1476.00;1.57;0.30 -1323;21;877.70;12.68;1799.00;1.57;0.70 -1324;21;4438.30;10.20;855.00;1.57;0.30 -1325;21;4953.94;13.06;1500.00;1.57;0.34 -1326;21;4773.20;11.74;510.00;1.57;0.18 -1327;21;3789.06;10.50;1626.00;1.57;0.44 -1328;21;4494.84;12.08;873.00;1.57;0.24 -1329;21;5123.84;9.61;559.00;1.57;0.16 -1330;21;4307.48;10.40;920.00;1.57;0.28 -1331;21;3808.14;9.80;1516.00;1.57;0.44 -1332;21;4418.76;9.85;629.00;1.57;0.18 -1333;21;4284.02;10.82;957.00;1.57;0.22 -1334;21;3732.04;10.30;1607.00;1.57;0.42 -1335;21;4609.76;12.12;717.00;1.57;0.36 -1336;21;3673.48;9.90;1696.00;1.57;0.28 -1337;21;4366.20;9.79;775.00;1.57;0.20 -1338;21;1735.30;9.65;1634.00;1.57;0.30 -1339;21;4752.20;10.71;500.00;1.57;0.20 -1340;21;4755.66;9.90;839.00;1.57;0.20 -1341;21;1625.86;10.08;1661.00;1.57;0.46 -1342;21;4453.74;9.70;565.00;1.57;0.14 -1343;21;4959.12;11.61;1521.00;1.57;0.32 -1344;21;4035.86;11.11;861.00;1.57;0.26 -1345;21;4427.86;9.70;628.00;1.57;0.46 -1346;21;2916.38;12.72;1488.00;1.57;0.18 -1347;21;957.02;14.50;1801.00;1.57;0.92 -1348;21;4406.02;10.77;719.00;1.57;0.22 -1349;21;3945.66;9.50;954.00;1.57;0.26 -1350;21;3639.30;9.83;1575.00;1.57;0.30 -1351;21;4773.68;9.50;714.00;1.57;0.48 -1352;21;1300.40;11.20;1515.00;1.57;0.40 -1353;21;4410.84;11.00;846.00;1.57;0.24 -1354;21;1796.96;9.70;1629.00;-1.57;0.44 -1355;21;4731.22;9.50;486.00;1.57;0.42 -1356;21;1698.32;11.84;1697.00;1.57;0.42 -1357;21;4389.58;11.24;917.00;1.57;0.38 -1358;21;5224.38;10.49;554.00;1.57;0.18 -1359;21;3997.58;10.65;931.00;1.57;0.38 -1360;21;3770.22;9.80;1513.00;1.57;0.42 -1361;21;5170.30;9.50;600.00;1.57;0.26 -1362;21;4436.94;11.35;948.00;1.57;0.30 -1363;21;3803.60;9.84;1583.00;1.57;0.38 -1364;21;4384.02;10.70;721.00;1.57;0.22 -1365;21;3652.30;9.80;1673.00;1.57;0.30 -1366;21;4350.02;9.55;776.00;1.57;0.22 -1367;21;4437.04;10.50;1165.00;1.57;0.44 -1368;21;4719.84;10.28;829.00;1.57;0.24 -1369;21;4157.50;10.65;1603.00;1.57;0.50 -1370;21;5294.60;9.84;484.00;-1.57;0.16 -1371;21;3718.50;9.80;1475.00;1.57;0.34 -1372;21;4718.84;9.56;872.00;1.57;0.24 -1373;21;4410.40;9.70;617.00;1.57;0.28 -1374;21;4455.30;10.12;899.00;1.57;0.30 -1375;21;3943.60;9.70;1541.00;1.57;0.58 -1376;21;4381.66;9.70;708.00;1.57;0.26 -1377;21;4056.68;9.80;1093.00;1.57;0.48 -1378;21;3677.12;9.91;1567.00;1.57;0.32 -1379;21;4772.02;10.27;779.00;1.57;0.22 -1380;21;3668.40;9.99;1655.00;1.57;0.26 -1381;21;4049.88;9.70;818.00;-1.57;0.32 -1382;21;3902.78;10.70;1451.00;1.57;0.58 -1383;21;4386.22;12.82;1029.00;1.57;0.42 -1384;21;3886.99;17.80;1294.25;1.57;0.36 -1385;21;4345.30;9.78;864.00;1.57;0.22 -1386;21;4495.20;10.33;543.00;1.57;0.20 -1387;21;3840.00;10.00;1665.46;-1.57;0.36 -1388;21;4697.38;10.50;903.00;1.57;0.18 -1389;21;5055.48;10.35;582.00;1.57;0.26 -1390;21;4433.30;10.04;939.00;1.57;0.30 -1391;21;3860.88;10.40;1592.00;1.57;0.46 -1392;21;4404.84;9.76;706.00;1.57;0.24 -1393;21;876.86;10.60;1741.00;1.57;0.46 -1394;21;4357.02;10.73;781.00;1.57;0.22 -1395;21;4431.58;10.40;1135.00;1.57;0.38 -1396;21;4465.02;9.62;816.00;1.57;0.22 -1397;21;4945.76;11.27;1486.00;1.57;0.36 -1398;21;4456.04;9.52;543.00;1.57;0.20 -1399;21;5194.04;9.50;1502.00;1.57;0.44 -1400;21;4489.02;11.20;860.00;1.57;0.22 -1401;21;4449.12;9.71;605.00;1.57;0.30 -1402;21;3951.32;11.35;1455.00;1.57;0.52 -1403;21;4330.66;9.50;911.00;1.57;0.26 -1404;21;4628.58;10.99;693.00;1.57;0.26 -1405;21;3973.86;12.19;958.00;1.57;0.34 -1406;21;3689.48;10.40;1553.00;1.57;0.28 -1407;21;4768.38;10.22;769.00;1.57;0.18 -1408;21;887.94;10.58;1730.00;1.57;0.32 -1409;21;4020.30;10.24;805.00;1.57;0.30 -1410;21;4928.40;10.16;454.00;1.57;0.40 -1411;21;900.58;12.55;1846.00;1.57;1.36 -1412;21;3989.94;12.66;865.00;1.57;0.34 -1413;21;4532.66;9.53;541.00;1.57;0.24 -1414;21;919.60;12.27;1621.00;1.57;0.60 -1415;21;4685.38;10.61;903.00;1.57;0.18 -1416;21;4610.12;11.00;606.00;1.57;0.28 -1417;21;4310.66;10.50;941.00;1.57;0.26 -1418;21;3890.70;10.30;1585.00;1.57;0.40 -1419;21;4798.40;10.28;678.00;1.57;0.40 -1420;21;836.50;12.00;1741.00;1.57;0.38 -1421;21;4710.56;9.63;762.00;1.57;0.16 -1422;21;4913.76;10.30;454.00;1.57;0.36 -1423;21;4459.94;9.70;810.00;1.57;0.24 -1424;21;1793.51;10.00;1660.63;-1.57;0.48 -1425;21;4477.84;10.73;537.00;1.57;0.24 -1426;21;1811.86;11.60;1892.00;1.57;1.46 -1427;21;4372.52;9.65;867.00;-1.57;0.28 -1428;21;4352.78;9.50;617.00;1.57;0.58 -1429;21;3737.04;9.90;1500.00;1.57;0.38 -1430;21;4045.76;9.90;894.00;1.57;0.32 -1431;21;4856.04;10.20;442.00;1.57;0.34 -1432;21;941.60;15.85;1500.00;1.57;0.50 -1433;21;1510.04;9.80;1377.00;1.57;0.30 -1434;21;3217.96;9.50;1735.00;1.57;0.62 -1435;21;2853.36;9.50;574.00;1.57;0.96 -1436;21;1633.66;11.30;1594.00;1.57;0.26 -1437;21;4792.84;9.50;641.00;1.57;0.20 -1438;21;4566.30;13.31;1305.00;1.57;0.30 -1439;21;2018.84;9.50;920.00;1.57;1.14 -1440;21;1773.21;9.70;1165.61;1.57;0.20 -1441;21;1356.22;11.00;1503.00;1.57;0.36 -1442;21;2243.98;9.50;1664.00;1.57;1.00 -1443;21;684.74;9.50;216.00;1.57;1.14 -1444;21;4152.12;10.18;1025.00;1.57;0.32 -1445;21;1482.12;10.21;1513.00;1.57;0.32 -1446;21;2237.04;10.70;747.00;1.57;0.36 -1447;21;5483.08;9.50;1730.00;1.57;1.30 -1448;21;4575.84;10.03;1084.00;1.57;0.24 -1449;21;1861.32;9.70;336.00;1.57;0.52 -1450;21;3547.94;14.78;1351.00;1.57;0.24 -1451;21;3799.26;9.50;749.00;1.57;0.86 -1452;21;3008.30;9.50;1317.00;1.57;1.24 -1453;21;1381.76;10.30;1373.00;1.57;0.30 -1454;21;4870.14;10.60;415.00;1.57;0.42 -1455;21;3521.48;16.96;1367.00;1.57;0.26 -1456;21;5071.42;9.50;673.00;1.57;1.06 -1457;21;5251.36;9.50;1267.00;1.57;0.86 -1458;21;4522.94;13.22;1273.00;1.57;0.34 -1459;21;3893.09;14.00;1344.49;-1.57;0.56 -1460;21;4358.40;9.70;652.00;1.57;0.26 -1461;21;4670.20;9.50;394.00;1.57;0.78 -1462;21;4264.62;9.50;657.00;1.57;0.82 -1463;21;3490.76;12.78;1277.00;1.57;0.30 -1464;21;4408.33;9.90;938.90;1.57;0.28 -1465;21;4500.84;9.50;162.00;1.57;1.24 -1466;21;3767.74;9.50;716.00;1.57;0.84 -1467;21;3526.30;15.64;1324.00;1.57;0.30 -1468;21;3268.80;13.60;160.00;1.57;0.80 -1469;21;4473.76;10.53;1019.00;1.57;0.32 -1470;21;3652.92;9.50;11.00;1.57;0.54 -1471;21;2985.62;9.50;67.00;1.57;1.06 -1472;21;5108.50;11.20;275.00;1.57;0.44 -1473;21;3140.92;10.90;864.00;-1.57;0.88 -1474;21;4499.04;11.00;1101.00;1.57;0.36 -1475;21;2089.72;9.50;63.00;1.57;0.92 -1476;21;2366.38;9.50;380.00;1.57;1.18 -1477;21;2486.24;9.50;1261.00;1.57;1.22 -1478;21;4872.70;9.90;398.00;1.57;0.48 -1479;21;3746.88;9.70;1384.00;1.57;0.48 -1480;21;1519.50;9.70;1385.00;1.57;0.46 -1481;21;2464.20;9.50;1666.00;1.57;1.20 -1482;21;1556.74;9.50;1992.00;1.57;1.04 -1483;21;3954.48;16.09;1337.00;-1.57;0.36 -1484;21;4698.84;10.90;626.00;1.57;0.24 -1485;21;1511.40;10.70;1441.00;1.57;0.40 -1486;21;1309.60;9.50;265.00;1.57;1.60 -1487;21;162.30;9.50;529.00;1.57;1.22 -1488;21;4342.30;11.22;949.00;1.57;0.30 -1489;21;4598.50;13.20;1356.00;1.57;0.28 -1490;21;208.58;9.50;1535.00;1.57;1.04 -1491;21;487.82;9.50;644.00;1.57;1.02 -1492;21;4307.84;11.65;1004.00;1.57;0.24 -1493;21;3717.52;12.20;1335.00;1.57;0.56 -1494;21;3270.08;14.17;190.00;1.57;0.84 -1495;21;1437.04;9.50;782.00;1.57;1.02 -1497;21;4214.04;10.95;1070.00;1.57;0.26 -1498;21;4676.16;10.48;256.00;1.57;0.62 -1499;21;4716.78;11.50;1409.00;1.57;0.34 -1500;21;1328.04;10.20;1362.00;1.57;0.36 -1501;21;5003.94;9.70;402.00;1.57;0.34 -1502;21;4689.98;11.70;1453.00;1.57;0.54 -1503;21;1349.96;10.35;1418.00;1.57;0.22 -1504;21;4919.30;10.04;1458.00;1.57;0.28 -1505;21;4706.94;12.01;631.00;1.57;0.34 -1506;21;1549.22;11.73;1493.00;1.57;0.32 -1507;21;4394.58;10.44;946.00;1.57;0.38 -1508;21;4668.94;11.42;1393.00;1.57;0.32 -1509;21;3140.84;12.03;192.00;1.57;1.08 -1510;21;4090.22;10.20;1018.00;1.57;0.38 -1511;21;4639.08;9.80;248.00;1.57;0.56 -1512;21;5053.34;9.76;1382.00;1.57;0.30 -1513;21;1648.48;9.50;1239.00;-1.57;0.52 -1514;21;4962.04;9.84;379.00;1.57;0.44 -1515;21;5148.08;9.50;1447.00;1.57;0.88 -1516;21;3187.80;12.40;511.00;1.57;0.80 -1517;21;3635.12;9.80;1384.00;-1.57;0.44 -1518;21;4687.66;12.94;623.00;1.57;0.26 -1519;21;4556.22;14.01;1268.00;1.57;0.32 -1520;21;4442.48;10.09;925.00;1.57;0.28 -1521;21;3714.34;13.10;1274.00;1.57;0.42 -1522;21;4400.78;12.40;1018.00;1.57;0.34 -1523;21;1373.34;10.40;1522.00;1.57;0.34 -1524;21;2215.86;10.45;717.00;1.57;0.38 -1525;21;4266.34;13.25;1079.00;1.57;0.48 -1526;21;4700.14;10.43;183.00;1.57;0.54 -1527;21;1394.94;10.07;1551.00;1.57;0.32 -1528;21;1347.76;10.30;1379.00;1.57;0.36 -1529;21;1996.70;12.65;425.00;1.57;0.50 -1530;21;3493.66;13.31;1363.00;1.57;0.18 -1531;21;4536.22;12.14;1264.00;1.57;0.36 -1532;21;3801.04;11.81;1373.00;-1.57;0.56 -1533;21;4393.22;10.59;625.00;1.57;0.30 -1534;21;1333.48;10.90;1486.00;1.57;0.28 -1535;21;4431.04;10.05;910.00;1.57;0.40 -1536;21;3569.84;9.98;1321.00;1.57;0.24 -1537;21;5111.50;13.35;155.00;1.57;0.46 -1538;21;4132.58;10.34;1003.00;1.57;0.32 -1539;21;3519.48;13.54;1336.00;1.57;0.28 -1540;21;4644.78;10.09;221.00;1.57;0.58 -1541;21;4120.04;10.22;1078.00;1.57;0.36 -1542;21;1988.88;11.13;407.00;1.57;0.56 -1543;21;3780.68;10.45;1672.00;1.57;0.38 -1544;21;3383.12;12.13;1177.00;1.57;0.32 -1545;21;4827.60;10.69;1458.00;1.57;0.40 -1546;21;4927.32;9.78;600.00;1.57;0.42 -1547;21;1537.94;9.70;1410.00;1.57;0.34 -1548;21;4440.04;9.80;899.00;1.57;0.28 -1549;21;3446.32;10.56;1264.00;1.57;0.38 -1550;21;1611.64;10.10;1194.19;-1.57;0.32 -1551;21;4568.50;13.60;1401.00;1.57;0.48 -1552;21;3116.00;14.70;435.00;1.57;1.00 -1553;21;4265.70;12.43;1063.00;1.57;0.42 -1554;21;3811.08;10.65;1345.00;1.57;0.60 -1555;21;1877.04;9.70;271.00;1.57;0.44 -1556;21;1503.86;9.50;1356.00;1.57;0.38 -1557;21;5049.42;10.90;325.00;1.57;0.62 -1558;21;4691.76;11.36;1424.00;1.57;0.36 -1559;21;1369.50;10.30;1406.00;1.57;0.34 -1560;21;1392.50;11.60;1595.00;1.57;0.28 -1561;21;4676.30;13.02;619.00;1.57;0.30 -1562;21;978.20;9.68;1411.00;1.57;0.20 -1563;21;4463.12;10.41;889.00;1.57;0.32 -1564;21;1334.86;10.65;1504.00;1.57;0.38 -1565;21;5551.84;10.05;187.00;1.57;0.24 -1566;21;4320.58;13.00;997.00;1.57;0.38 -1567;21;4761.58;10.20;1388.00;1.57;0.30 -1568;21;1869.96;10.00;253.00;1.57;0.54 -1569;21;4112.40;11.60;1059.00;1.57;0.40 -1570;21;5101.04;9.90;227.00;1.57;0.44 -1571;21;4845.04;12.64;1427.00;1.57;0.36 -1572;21;1525.40;9.70;1354.00;1.57;0.28 -1573;21;3817.96;10.04;1312.00;1.57;0.32 -1574;21;4807.24;9.50;598.00;1.57;0.30 -1575;21;4531.94;11.34;1233.00;1.57;0.34 -1576;21;3756.50;9.80;1352.00;1.57;0.46 -1577;21;4474.12;11.00;880.00;1.57;0.26 -1578;21;3433.12;11.50;1260.00;1.57;0.32 -1579;21;4089.68;11.48;980.00;1.57;0.42 -1580;21;3150.78;12.05;332.00;1.57;1.52 -1581;21;4270.32;12.65;1048.00;1.57;0.46 -1582;21;1491.68;11.59;1484.00;1.57;0.26 -1583;21;1992.70;10.20;509.00;1.57;0.48 -1584;21;1518.76;9.70;1341.00;1.57;0.36 -1585;21;1931.96;9.77;394.00;1.57;0.56 -1586;21;1354.68;10.34;1558.00;1.57;0.30 -1587;21;1432.30;10.40;1427.00;1.57;0.30 -1588;21;4751.06;9.80;1465.00;1.57;0.44 -1589;21;4675.30;10.06;583.00;1.57;0.30 -1590;21;4595.12;15.62;1332.00;1.57;0.28 -1591;21;4017.84;11.61;1382.00;-1.57;0.20 -1592;21;4453.20;9.80;880.00;1.57;0.20 -1593;21;3644.24;9.50;1303.00;1.57;0.62 -1594;21;1680.04;10.47;1183.00;-1.57;0.40 -1595;21;1458.58;10.05;1535.00;1.57;0.24 -1596;21;1815.68;9.85;250.00;1.57;0.48 -1597;21;4509.04;10.10;1036.00;1.57;0.30 -1598;21;1955.88;10.35;383.00;1.57;0.34 -1599;21;3499.30;12.49;1352.00;1.57;0.28 -1600;21;3472.86;11.36;1233.00;1.57;0.46 -1601;21;929.40;13.26;1512.00;1.57;0.40 -1602;21;4979.32;10.44;557.00;1.57;0.34 -1603;21;4542.04;12.45;1213.00;1.57;0.30 -1604;21;1426.58;9.80;1516.00;1.57;0.34 -1605;21;4491.84;12.31;849.00;1.57;0.24 -1606;21;3406.40;11.63;1251.00;1.57;0.20 -1607;21;4322.86;11.67;979.00;1.57;0.34 -1608;21;4589.70;12.40;1388.00;1.57;0.32 -1609;21;4183.02;9.70;1036.00;1.57;0.22 -1610;21;3538.02;11.19;1326.00;1.57;0.22 -1611;21;5150.94;12.41;203.00;1.57;0.34 -1612;21;4549.22;9.70;1153.00;1.57;0.42 -1613;21;1920.60;9.80;334.00;1.57;0.48 -1614;21;3738.60;9.79;1370.00;1.57;0.52 -1615;21;1411.40;10.40;1392.00;1.57;0.30 -1616;21;2973.48;10.15;1397.00;1.57;0.14 -1617;21;4995.58;9.70;539.00;1.57;0.38 -1618;21;1305.86;10.31;1460.00;1.57;0.38 -1619;21;1746.76;9.70;1638.00;1.57;0.36 -1620;21;4472.12;10.01;856.00;1.57;0.26 -1621;21;1372.22;10.80;1508.00;1.57;0.42 -1622;21;4071.68;10.72;964.00;1.57;0.30 -1623;21;3807.50;9.90;1327.00;1.57;0.50 -1624;21;1872.50;9.60;233.00;1.57;0.46 -1625;21;4447.22;12.79;1045.00;1.57;0.26 -1626;21;1936.96;9.90;346.00;1.57;0.56 -1627;21;4707.40;10.20;1433.00;1.57;0.40 -1628;21;4608.30;10.36;1130.00;1.57;0.30 -1629;21;4979.50;9.90;527.00;1.57;0.34 -1630;21;4418.78;14.56;1261.00;1.57;0.46 -1631;21;3417.44;11.60;1192.00;1.57;0.70 -1632;21;3822.76;10.10;1291.00;-1.57;0.56 -1633;21;1548.40;10.05;994.00;-1.57;0.44 -1634;21;3423.76;11.62;1251.00;1.57;0.36 -1635;21;1650.14;9.68;1165.00;1.57;0.20 -1636;21;3498.40;15.10;1306.00;1.57;0.40 -1637;21;4125.94;11.12;1039.00;1.57;0.34 -1638;21;4711.22;12.89;1395.00;1.57;0.40 -1639;21;1826.42;10.10;231.00;1.57;0.46 -1640;21;4578.84;10.03;1112.00;1.57;0.24 -1641;21;1957.50;9.80;332.00;1.57;0.50 -1642;21;5032.68;12.34;1400.00;1.57;0.38 -1643;21;1361.04;10.30;1374.00;1.57;0.38 -1644;21;5013.58;10.15;467.00;1.57;0.38 -1645;21;4756.50;11.50;1447.00;1.57;0.48 -1646;21;1384.22;10.30;1448.00;1.57;0.42 -1647;21;4466.50;13.40;1236.00;1.57;0.30 -1648;21;4331.40;13.07;708.00;1.57;0.40 -1649;21;3774.68;9.95;1323.00;-1.57;0.52 -1650;21;4295.12;11.15;965.00;1.57;0.24 -1651;21;972.78;13.88;1471.00;1.57;0.42 -1652;21;4659.57;10.40;173.76;1.57;0.30 -1653;21;4426.76;14.30;1039.00;1.57;0.36 -1654;21;1931.14;9.80;316.00;1.57;0.50 -1655;21;1431.30;10.17;1543.00;1.57;0.26 -1656;21;4163.68;11.10;1076.00;1.57;0.24 -1657;21;1710.96;11.30;1772.00;-1.57;1.20 -1658;21;1129.88;17.66;1528.00;1.57;0.52 -1659;21;3870.98;9.70;1745.00;1.57;0.78 -1660;21;3168.36;9.50;1725.00;1.57;0.60 -1661;21;2770.68;9.50;720.00;1.57;0.74 -1662;21;3921.42;9.89;1580.00;1.57;0.46 -1663;21;1039.32;11.54;1565.00;-1.57;0.48 -1664;21;3843.56;9.70;1853.00;1.57;0.94 -1665;21;1923.56;9.50;976.00;1.57;0.76 -1666;21;4639.18;12.66;1676.00;1.57;0.84 -1667;21;5074.50;9.90;116.00;1.57;0.42 -1668;21;4050.88;11.10;1469.62;-1.57;0.52 -1669;21;2020.60;9.50;1830.00;1.57;1.60 -1670;21;660.30;9.50;120.00;1.57;1.30 -1671;21;1115.52;12.15;1848.00;1.57;1.10 -1672;21;4560.98;12.65;1541.00;1.57;0.72 -1673;21;5340.46;9.50;1716.00;1.57;1.06 -1674;21;4066.36;10.40;1665.00;1.57;0.54 -1675;21;3997.96;15.42;1354.00;-1.57;0.44 -1676;21;4248.34;12.85;1541.00;1.57;0.52 -1677;21;3750.66;9.50;785.00;1.57;0.88 -1678;21;1336.68;11.33;1562.00;1.57;0.42 -1679;21;4151.44;9.80;1761.00;1.57;0.62 -1680;21;3914.78;9.80;1566.00;1.57;0.38 -1681;21;5069.78;9.50;728.00;1.57;1.56 -1682;21;5111.62;9.50;1084.00;1.57;1.24 -1683;21;1272.06;11.00;1589.00;1.57;0.38 -1684;21;3846.56;9.70;1886.00;1.57;0.66 -1685;21;4174.42;10.80;1600.00;1.57;0.62 -1686;21;4677.66;9.50;362.00;1.57;0.86 -1687;21;4280.98;9.50;699.00;1.57;0.78 -1688;21;3266.00;13.42;279.00;1.57;0.52 -1689;21;4303.44;15.14;1502.00;1.57;0.60 -1690;21;965.40;11.35;1691.00;1.57;0.40 -1691;21;4427.10;9.50;223.00;1.57;1.10 -1692;21;3845.18;9.50;724.00;1.57;0.98 -1693;21;4811.58;10.65;1490.00;1.57;0.38 -1694;21;3865.70;10.14;1621.00;1.57;0.60 -1695;21;3120.74;9.50;55.00;1.57;0.90 -1696;21;4513.06;12.25;1544.00;1.57;0.66 -1697;21;4357.98;10.35;1725.00;1.57;0.78 -1698;21;4237.00;17.67;1314.00;1.57;0.46 -1699;21;2116.22;9.50;106.00;1.57;1.00 -1700;21;2252.04;9.50;305.00;1.57;1.26 -1701;21;2514.28;9.50;1191.00;1.57;1.08 -1702;21;4189.70;14.44;1559.00;1.57;0.58 -1703;21;4064.08;19.55;1357.00;1.57;0.58 -1704;21;3761.14;9.90;1718.00;1.57;0.54 -1705;21;2401.78;9.50;1691.00;1.57;1.56 -1706;21;2050.48;9.50;1495.00;1.57;1.12 -1707;21;4477.34;11.25;1609.00;1.57;0.74 -1708;21;4097.88;12.90;1436.00;1.57;0.68 -1709;21;3936.14;10.31;1635.00;1.57;0.54 -1710;21;1262.24;9.50;288.00;1.57;1.42 -1711;21;179.46;9.50;443.00;1.57;1.00 -1712;21;1504.44;9.69;2027.00;1.57;0.96 -1713;21;5552.30;10.17;167.00;1.57;0.20 -1714;21;4945.64;11.76;1772.00;1.57;1.34 -1715;21;45.68;9.50;1379.00;1.57;1.34 -1716;21;196.22;9.50;1579.00;1.57;1.10 -1717;21;533.94;9.50;668.00;1.57;1.34 -1718;21;4147.24;10.48;1663.00;1.57;0.30 -1719;21;1347.76;10.31;1645.00;1.57;0.36 -1720;21;1441.32;9.50;823.00;1.57;0.90 -1722;21;4662.48;10.80;1904.00;1.57;1.46 -1723;21;4513.24;13.12;1381.00;1.57;0.60 -1724;21;4866.98;11.10;1585.00;1.57;0.48 -1725;21;4374.36;14.19;1429.00;1.57;0.66 -1726;21;4026.90;9.70;1747.00;1.57;0.56 -1727;21;4440.06;10.92;1569.00;1.57;0.66 -1728;21;4366.80;16.29;1456.00;1.57;0.62 -1729;21;4090.20;9.70;1854.00;1.57;1.20 -1730;21;4797.44;10.59;1623.00;1.57;0.58 -1731;21;3177.08;10.97;571.00;1.57;0.88 -1732;21;4824.60;11.44;1471.00;1.57;0.40 -1733;21;4020.52;9.80;1621.00;1.57;0.58 -1734;21;1354.88;11.10;1681.00;1.57;0.40 -1735;21;4440.52;11.20;1677.00;1.57;0.72 -1736;21;1044.16;17.05;1644.00;1.57;0.76 -1737;21;907.34;12.15;1781.00;1.57;0.72 -1738;21;1187.98;13.85;1495.00;1.57;0.38 -1739;21;4808.78;10.48;1570.00;1.57;0.58 -1740;21;1057.24;17.17;1496.00;1.57;0.44 -1741;21;4335.70;10.71;1811.00;1.57;0.96 -1742;21;5024.78;9.62;1556.00;1.57;0.52 -1743;21;4640.00;11.75;1455.00;1.57;0.56 -1744;21;3748.42;10.15;1805.00;1.57;0.62 -1745;21;4746.34;10.30;1890.00;1.57;1.74 -1746;21;5562.94;11.46;162.00;1.57;0.28 -1747;21;1189.06;13.13;1624.00;1.57;0.66 -1748;21;4755.18;12.53;1693.00;1.57;0.86 -1749;21;4153.12;15.16;1497.00;-1.57;0.64 -1750;21;3781.96;10.40;1688.00;1.57;0.36 -1751;21;2406.11;9.60;1282.40;1.57;0.70 -1752;21;1258.24;11.35;1684.00;1.57;0.56 -1753;21;1266.98;10.85;1530.00;1.57;0.56 -1754;21;3687.32;10.29;1701.00;1.57;0.36 -1755;21;5030.42;12.10;1529.00;1.57;0.58 -1756;21;1091.94;17.59;1530.00;1.57;0.34 -1757;21;4024.66;10.21;1809.00;1.57;0.88 -1758;21;1469.76;12.00;1461.00;1.57;0.36 -1759;21;5069.96;10.05;73.00;-1.57;0.44 -1760;21;1388.40;10.25;1623.00;1.57;0.40 -1761;21;4590.70;13.10;1644.00;1.57;0.62 -1762;21;4410.42;13.20;1537.00;1.57;0.62 -1763;21;946.64;12.25;1844.00;1.57;1.04 -1764;21;1610.60;11.00;1692.00;1.57;0.54 -1765;21;4000.00;9.80;1679.00;1.57;0.50 -1766;21;3967.88;17.87;1310.00;1.57;0.68 -1767;21;1163.88;11.50;1668.00;1.57;0.68 -1768;21;3932.26;10.40;1732.00;1.57;0.60 -1769;21;1363.44;11.10;1718.00;1.57;0.70 -1770;21;1328.22;11.18;1577.00;1.57;0.42 -1771;21;3750.78;10.40;1765.00;1.57;0.58 -1772;21;4892.66;11.04;1628.00;1.57;0.64 -1773;21;4993.60;9.70;90.00;-1.57;0.40 -1774;21;4226.36;17.23;1461.00;1.57;0.56 -1775;21;3830.42;9.90;1631.00;1.57;0.62 -1776;21;4700.62;11.70;1530.00;1.57;0.64 -1777;21;4246.86;10.76;1677.00;1.57;0.46 -1778;21;4309.34;14.60;1355.00;1.57;0.66 -1779;21;4121.34;11.16;1560.00;1.57;0.46 -1780;21;4203.80;10.30;1724.00;1.57;0.56 -1781;21;4310.62;14.03;1381.00;1.57;0.52 -1782;21;1500.72;11.00;1712.00;1.57;0.60 -1783;21;4122.06;11.33;1408.00;1.57;0.66 -1784;21;3984.18;9.70;1792.00;1.57;0.46 -1785;21;1766.92;11.57;1812.00;1.57;1.12 -1786;21;5564.48;12.44;150.00;1.57;0.26 -1787;21;4490.52;12.80;1423.00;1.57;0.58 -1788;21;1205.14;11.10;1735.00;1.57;0.54 -1789;21;1030.34;17.18;1605.00;1.57;0.58 -1790;21;4088.78;9.83;1645.00;1.57;0.52 -1791;21;4376.16;14.10;1537.00;1.57;0.62 -1792;21;4534.82;10.56;1699.00;1.57;0.74 -1793;21;1041.88;12.91;1444.00;1.57;0.46 -1794;21;4107.54;10.00;1584.80;-1.57;0.56 -1795;21;4709.56;11.80;1733.00;1.57;0.66 -1796;21;4551.68;12.92;1407.00;1.57;0.48 -1797;21;4034.16;10.50;1581.00;1.57;0.60 -1798;21;4398.26;14.30;1467.00;1.57;0.60 -1799;21;774.66;9.50;1845.00;1.57;1.26 -1800;21;3953.60;9.80;1605.00;1.57;0.58 -1801;21;5576.12;11.15;138.00;1.57;0.32 -1802;21;4838.88;10.53;1529.00;1.57;0.56 -1803;21;4377.32;11.46;1654.00;1.57;0.52 -1804;21;1064.98;11.20;1832.00;1.57;0.70 -1805;21;4886.82;11.00;1707.00;1.57;1.02 -1806;21;1301.96;14.58;1477.00;1.57;0.44 -1807;21;4853.70;11.34;1606.00;1.57;0.70 -1808;21;3760.14;10.08;1697.00;1.57;0.44 -1809;21;1177.06;13.40;1513.00;1.57;0.42 -1810;21;4355.52;16.19;1570.00;1.57;0.72 -1811;21;4666.32;12.04;1439.00;1.57;0.52 -1812;21;3896.44;9.70;1752.00;1.57;0.68 -1813;21;4333.78;12.80;1618.00;1.57;0.58 -1814;21;5553.76;9.97;115.00;1.57;0.30 -1815;21;1109.32;14.64;1610.00;1.57;0.52 -1816;21;4197.50;12.35;1588.00;1.57;0.50 -1817;21;3229.44;13.78;511.00;1.57;0.84 -1818;21;4116.70;13.25;1483.00;1.57;0.56 -1819;21;5144.94;10.42;2001.00;1.57;2.32 -1820;21;5030.26;12.69;1504.00;1.57;0.58 -1821;21;3750.86;10.46;1664.00;1.57;0.32 -1822;21;3510.22;11.27;1263.00;1.57;0.42 -1823;21;5360.56;9.70;1800.00;1.57;2.72 -1824;21;4018.34;10.40;1697.00;1.57;0.56 -1825;21;3982.84;12.78;1362.00;-1.57;0.40 -1826;21;4595.26;12.50;1588.00;1.57;0.64 -1827;21;1156.96;18.85;1538.00;1.57;0.38 -1828;21;4163.30;10.04;1782.00;1.57;0.82 -1829;21;4445.98;12.42;1606.00;1.57;0.78 -1830;21;312.98;11.34;1971.00;1.57;2.30 -1831;21;1364.60;10.30;1602.00;1.57;0.32 -1832;21;982.94;12.43;1706.00;1.57;0.34 -1833;21;3226.72;11.50;112.00;1.57;0.66 -1834;21;4372.96;13.90;1512.00;1.57;0.56 -1835;21;3973.06;9.80;1671.00;1.57;0.48 -1836;21;1238.68;11.31;1672.00;1.57;0.48 -1837;21;4309.92;10.90;1714.00;1.57;0.54 -1838;21;4257.62;12.20;1358.00;1.57;0.70 -1839;21;5267.26;9.50;1694.00;1.57;1.68 -1840;21;4051.12;11.04;1377.00;-1.57;0.44 -1841;21;3761.98;10.30;1751.00;1.57;0.66 -1842;21;4890.24;12.40;1573.00;1.57;0.64 -1843;21;1544.76;9.70;1288.00;1.57;0.36 -1844;21;4127.34;14.31;1438.00;1.57;0.64 -1845;21;4763.34;10.50;1622.00;1.57;0.74 -1846;21;3309.68;12.95;493.00;-1.57;0.96 -1847;21;4736.16;10.83;1486.00;1.57;0.76 -1848;21;1226.86;10.98;1729.00;1.57;0.46 -1849;21;1382.58;11.20;1662.00;1.57;0.38 -1850;21;4223.60;10.33;1671.00;1.57;0.54 -1851;21;1092.46;13.40;1646.00;1.57;0.46 -1852;21;4666.80;9.90;1801.00;1.57;1.12 -1853;21;4486.88;13.15;1379.00;1.57;0.66 -1854;21;1031.32;14.80;1698.00;1.57;0.52 -1855;21;4268.60;13.89;1424.00;1.57;0.60 -1856;21;4059.82;10.30;1762.00;1.57;0.54 -1857;21;1051.42;13.15;1711.00;1.57;0.32 -1858;21;895.58;13.82;1748.00;1.57;0.38 -1859;21;4410.52;14.60;1491.00;1.57;0.62 -1860;21;4053.24;9.80;1625.00;1.57;0.46 -1861;21;5094.76;11.95;116.00;1.57;0.36 -1862;21;977.70;15.05;1569.00;1.57;0.48 -1863;21;5298.48;10.05;1673.00;1.57;1.28 -1864;21;4101.24;12.56;1513.00;1.57;0.46 -1865;21;5174.30;11.74;1784.00;1.57;2.30 -1866;21;1335.04;10.30;1639.00;1.57;0.32 -1867;21;1302.58;11.77;1633.00;1.57;0.38 -1868;21;4536.80;14.47;1457.00;1.57;0.60 -1869;21;736.06;9.50;1811.00;1.57;0.66 -1870;21;1269.42;10.70;1707.00;1.57;0.52 -1871;21;4638.78;12.13;1437.00;1.57;0.38 -1872;21;774.20;12.78;1923.00;-1.57;1.80 -1873;21;1298.24;10.67;1728.00;1.57;0.46 -1874;21;3223.94;11.62;355.00;1.57;1.18 -1875;21;1220.60;11.40;1617.00;1.57;0.60 -1876;21;4317.68;11.76;1634.00;1.57;0.48 -1877;21;4281.80;12.66;1528.00;1.57;0.52 -1878;21;4853.22;10.02;1735.00;1.57;1.12 -1879;21;3967.88;9.80;1540.00;1.57;0.50 -1880;21;3858.88;9.70;1709.00;1.57;0.58 -1881;21;1462.30;10.52;1514.00;1.57;0.30 -1882;21;4326.62;21.05;1214.00;1.57;0.80 -1883;21;3094.92;10.95;802.00;1.57;0.58 -1884;21;4444.50;12.90;1060.00;1.57;0.42 -1885;21;3164.34;9.50;1686.00;1.57;0.74 -1886;21;2897.36;9.50;682.00;1.57;0.96 -1887;21;1683.38;9.96;958.00;1.57;0.90 -1888;21;3725.24;14.45;1228.00;1.57;0.60 -1889;21;3706.72;11.78;1080.00;1.57;0.64 -1890;21;1890.64;9.50;996.00;1.57;0.94 -1891;21;2878.00;10.10;846.00;1.57;1.00 -1892;21;988.44;9.90;1390.72;-1.57;0.36 -1893;21;4473.50;15.20;1142.00;1.57;0.38 -1894;21;2136.78;9.50;1750.00;1.57;1.18 -1895;21;513.52;9.50;198.00;1.57;0.86 -1896;21;3522.68;11.17;1285.00;1.57;0.28 -1897;21;2703.72;10.40;956.00;-1.57;1.08 -1898;21;4054.14;18.05;1147.00;1.57;0.48 -1899;21;5277.90;9.50;1729.00;1.57;0.90 -1900;21;1361.84;14.50;1140.63;-1.57;0.64 -1901;21;2853.04;13.53;1118.00;1.57;1.44 -1902;21;3808.48;9.50;855.00;1.57;1.16 -1903;21;2942.09;9.50;708.70;1.57;0.16 -1904;21;1021.98;9.70;1319.00;1.57;0.68 -1905;21;3530.16;11.30;783.00;1.57;0.42 -1906;21;5127.34;9.50;725.00;1.57;1.22 -1907;21;5153.58;9.50;1136.00;1.57;1.26 -1908;21;3964.14;10.28;1082.00;1.57;0.54 -1909;21;2594.24;9.50;804.26;1.57;0.74 -1910;21;3956.78;15.06;1227.00;1.57;0.58 -1911;21;4627.94;9.50;351.00;1.57;1.26 -1912;21;4239.36;9.50;693.00;1.57;0.96 -1913;21;1532.94;9.70;1295.00;1.57;0.34 -1914;21;3318.14;10.73;859.00;1.57;0.54 -1915;21;1243.78;10.97;1413.00;1.57;0.38 -1916;21;4403.46;9.50;175.00;1.57;1.06 -1917;21;3840.64;9.50;759.00;1.57;0.88 -1918;21;4382.14;19.65;1161.00;1.57;0.54 -1919;21;3878.04;16.70;1310.00;-1.57;0.28 -1920;21;3484.70;12.15;915.00;1.57;0.60 -1921;21;3102.20;9.50;18.00;1.57;0.76 -1922;21;3567.88;9.70;1180.00;1.57;0.56 -1923;21;3450.24;9.99;967.00;1.57;0.64 -1924;21;2093.26;9.50;18.00;1.57;0.78 -1925;21;2276.34;9.50;268.00;1.57;1.36 -1926;21;2560.58;9.50;1191.00;1.57;1.06 -1927;21;1271.86;10.81;1358.00;1.57;0.46 -1928;21;1926.82;10.21;918.00;1.57;0.62 -1929;21;3200.08;12.04;539.00;1.57;0.78 -1930;21;2410.84;9.50;1560.00;1.57;1.24 -1931;21;2169.68;9.50;928.00;1.57;1.36 -1932;21;2886.52;10.09;808.00;1.57;0.66 -1933;21;4451.50;14.10;1229.00;1.57;0.42 -1934;21;4325.22;11.36;1075.00;1.57;0.40 -1935;21;1185.56;9.50;207.00;1.57;1.42 -1936;21;240.80;9.50;455.00;1.57;0.86 -1937;21;1655.76;9.70;1026.00;-1.57;0.64 -1938;21;3454.04;12.48;1240.00;1.57;0.42 -1939;21;3383.69;14.00;629.27;1.57;0.48 -1940;21;12.84;9.50;1422.00;1.57;1.24 -1941;21;297.22;9.50;1499.00;1.57;0.88 -1942;21;532.16;9.50;624.00;1.57;0.92 -1943;21;4158.38;21.10;1280.00;1.57;1.06 -1944;21;1684.91;9.80;1036.59;-1.57;0.56 -1945;21;1121.84;10.11;1292.00;-1.57;0.68 -1946;21;1454.82;9.50;896.00;1.57;0.84 -1947;21;3700.62;9.80;985.00;1.57;0.70 -1948;21;3781.80;10.90;1160.00;1.57;0.54 -1949;21;4014.58;10.70;1047.00;1.57;0.38 -1950;21;3196.72;11.30;658.00;1.57;0.92 -1951;21;2826.03;9.70;749.45;1.57;0.38 -1952;21;1219.78;16.02;1250.00;1.57;0.58 -1953;21;3249.24;11.70;743.00;1.57;0.64 -1954;21;1180.42;12.09;1357.00;1.57;0.50 -1955;21;3555.50;10.85;1102.00;1.57;0.50 -1956;21;3007.76;10.70;931.00;1.57;1.36 -1957;21;3716.60;12.64;1250.00;1.57;0.60 -1958;21;2684.62;11.73;1109.00;1.57;0.82 -1959;21;4478.04;13.57;1325.00;1.57;0.42 -1960;21;3168.36;11.03;836.00;1.57;0.86 -1961;21;4043.60;22.03;1177.00;1.57;0.60 -1962;21;2639.74;10.18;951.00;1.57;1.14 -1963;21;3644.62;14.88;1185.00;1.57;0.58 -1964;21;3533.70;10.40;757.00;1.57;0.70 -1965;21;1253.40;17.69;1182.00;1.57;0.40 -1966;21;3581.98;11.87;826.00;1.57;0.52 -1967;21;2858.68;12.20;1203.00;1.57;0.48 -1968;21;3169.12;12.38;480.00;1.57;0.72 -1969;21;2913.16;10.93;838.00;1.57;0.76 -1970;21;4004.52;20.35;1269.00;1.57;0.62 -1971;21;3890.68;9.70;1106.00;1.57;0.48 -1972;21;1113.16;16.54;1445.00;1.57;0.56 -1973;21;3502.24;16.56;879.00;1.57;0.48 -1974;21;3117.28;10.68;779.00;-1.57;0.64 -1975;21;2834.00;12.25;881.00;1.57;0.70 -1976;21;4491.22;13.74;1210.00;1.57;0.22 -1977;21;3357.34;13.92;1007.00;1.57;0.70 -1978;21;3900.88;14.64;1179.00;1.57;0.52 -1979;21;1895.96;10.30;804.00;1.57;1.44 -1980;21;3896.22;9.70;1069.00;1.57;0.42 -1981;21;1858.20;9.80;993.00;-1.57;0.68 -1982;21;3584.32;15.99;1215.00;1.57;0.50 -1983;21;4083.76;11.27;1098.00;1.57;0.36 -1984;21;3399.20;15.31;861.00;-1.57;0.80 -1985;21;4452.68;14.75;1262.00;1.57;0.40 -1986;21;3709.06;12.02;1118.00;1.57;0.66 -1987;21;1424.12;11.65;1469.00;1.57;0.32 -1988;21;1492.20;9.80;1057.00;-1.57;0.60 -1989;21;2698.32;11.35;1146.00;1.57;0.46 -1990;21;4358.68;11.07;971.00;1.57;0.30 -1991;21;4107.72;22.33;1145.00;1.57;0.88 -1992;21;2944.36;12.64;767.00;-1.57;0.52 -1993;21;3037.62;11.28;797.00;1.57;0.72 -1994;21;3075.52;10.90;1039.00;1.57;1.72 -1995;21;3828.60;17.30;1212.00;1.57;0.58 -1996;21;4296.26;12.91;1113.00;1.57;0.74 -1997;21;1707.40;11.89;1011.00;-1.57;0.60 -1998;21;1204.60;12.09;1401.00;1.57;0.44 -1999;21;4372.68;17.79;1117.00;1.57;0.48 -2000;21;3749.58;13.29;1249.00;1.57;0.38 -2001;21;2815.34;10.10;835.00;1.57;0.74 -2002;21;3976.50;9.90;1140.00;1.57;0.50 -2003;21;3373.44;11.78;946.00;1.57;0.72 -2004;21;3516.04;9.70;1169.00;1.57;0.36 -2005;21;4094.86;10.66;1056.00;1.57;0.36 -2006;21;4471.04;12.89;1212.00;1.57;0.34 -2007;21;1633.04;10.60;889.00;1.57;0.92 -2008;21;1220.96;15.40;1209.00;1.57;0.56 -2009;21;3343.06;12.86;801.00;1.57;0.66 -2010;21;4142.82;22.20;1204.00;1.57;1.00 -2011;21;1238.96;15.89;1204.00;1.57;0.56 -2012;21;2623.88;11.43;863.00;1.57;0.68 -2013;21;3427.86;10.20;1228.00;1.57;0.46 -2014;21;4199.16;22.46;1118.00;1.57;0.72 -2015;21;3998.44;14.09;1305.00;1.57;0.72 -2016;21;3273.24;11.11;865.00;1.57;0.64 -2017;21;3783.78;10.90;1183.00;1.57;0.48 -2018;21;3667.26;9.80;972.00;1.57;0.86 -2019;21;1239.60;10.10;1347.00;1.57;0.56 -2020;21;3515.88;10.46;732.00;1.57;0.66 -2021;21;1341.77;10.00;1158.31;-1.57;0.48 -2022;21;4417.14;14.60;1244.00;1.57;0.32 -2023;21;1626.50;14.00;969.00;1.57;0.50 -2024;21;3159.96;11.07;562.00;1.57;0.56 -2025;21;2908.52;9.80;797.00;1.57;0.72 -2026;21;3606.34;16.66;1186.00;1.57;0.56 -2027;21;3383.50;14.00;1099.00;1.57;0.50 -2028;21;4346.60;12.99;1318.00;1.57;0.60 -2029;21;3575.08;12.52;903.00;1.57;0.78 -2030;21;4469.68;10.60;1153.00;1.57;0.36 -2031;21;1486.80;9.75;1112.00;-1.57;0.76 -2032;21;3998.68;10.32;1138.00;1.57;0.46 -2033;21;3407.34;9.50;1030.00;1.57;0.74 -2034;21;3238.76;11.30;717.00;1.57;0.60 -2035;21;1978.96;9.90;810.00;-1.57;1.28 -2036;21;4028.06;10.70;1071.00;1.57;0.46 -2037;21;1155.14;12.88;1355.00;1.57;0.54 -2038;21;2599.76;9.50;784.38;1.57;0.60 -2039;21;3718.44;12.35;1096.00;1.57;0.42 -2040;21;3362.52;11.20;845.00;1.57;0.72 -2041;21;3980.42;18.22;1234.00;1.57;0.56 -2042;21;1281.68;9.70;1335.00;1.57;0.46 -2043;21;1321.30;13.72;1471.00;1.57;0.30 -2044;21;2744.56;10.20;914.00;-1.57;0.64 -2045;21;4433.86;13.33;1188.00;1.57;0.40 -2046;21;3343.80;10.47;940.00;1.57;0.64 -2047;21;4606.96;12.86;692.00;1.57;0.56 -2048;21;3647.60;9.80;1028.00;1.57;0.56 -2049;21;2846.16;11.00;1175.00;1.57;0.76 -2050;21;2858.34;9.70;755.21;1.57;0.42 -2051;21;1175.08;11.18;1183.00;1.57;0.52 -2052;21;1686.96;11.61;995.00;-1.57;0.44 -2053;21;4358.26;14.41;1281.00;1.57;0.62 -2054;21;3989.60;10.39;1098.00;1.57;0.56 -2055;21;1224.60;14.34;1470.00;1.57;0.30 -2056;21;2843.58;11.80;861.33;1.57;0.72 -2057;21;3443.26;11.95;1118.00;1.57;0.58 -2058;21;3945.12;12.10;1325.00;-1.57;0.44 -2059;21;3632.44;10.30;948.00;1.57;0.76 -2060;21;1247.71;10.30;1314.70;-1.57;0.56 -2061;21;4335.76;11.87;1000.00;1.57;0.36 -2062;21;3758.14;13.28;1180.00;1.57;0.54 -2063;21;3481.64;10.45;713.00;1.57;0.68 -2064;21;3259.20;10.10;1030.00;1.57;1.00 -2065;21;3568.68;11.11;1202.00;1.57;0.48 -2066;21;3384.46;10.20;703.00;1.57;0.76 -2067;21;4404.22;16.87;1113.00;1.57;0.42 -2068;21;2837.74;10.47;933.00;1.57;0.98 -2069;21;1048.50;9.90;1377.00;1.57;0.50 -2070;21;3738.18;12.21;1116.00;1.57;0.66 -2071;21;3539.76;15.31;1265.00;1.57;0.36 -2072;21;3407.46;14.35;875.00;1.57;0.54 -2073;21;3168.24;10.56;692.00;1.57;0.64 -2074;21;4193.18;18.40;1304.00;1.57;0.78 -2075;21;1499.12;9.70;1087.00;-1.57;0.68 -2076;21;4000.78;15.36;1174.00;1.57;0.30 -2077;21;1426.34;10.00;1150.33;-1.57;0.44 -2078;21;3808.24;11.54;1184.00;1.57;0.60 -2079;21;1626.60;11.59;910.00;1.57;0.60 -2080;21;2988.97;11.40;709.89;1.57;0.90 -2081;21;3053.68;10.20;847.00;-1.57;0.52 -2082;21;1282.68;10.35;1424.00;1.57;0.38 -2083;21;1243.24;13.35;1244.00;1.57;0.52 -2084;21;3957.06;20.93;1252.00;1.57;0.48 -2085;21;1684.48;9.50;1056.00;-1.57;0.56 -2086;21;4004.94;10.55;1117.00;1.57;0.34 -2087;21;4497.24;13.07;1342.00;1.57;0.44 -2088;21;3362.78;10.60;909.00;1.57;0.58 -2089;21;3550.48;9.70;1148.00;-1.57;0.32 -2090;21;3461.34;13.15;1003.00;1.57;0.72 -2091;21;4473.40;11.63;1182.00;1.57;0.38 -2092;21;3991.40;10.85;1056.00;1.57;0.40 -2093;21;4146.02;21.64;1162.00;1.57;0.74 -2094;21;2617.62;10.30;778.00;1.57;0.72 -2095;21;3384.60;10.01;1076.00;1.57;0.48 -2096;21;3304.54;11.30;734.00;1.57;0.94 -2097;21;3500.76;10.13;1202.00;1.57;0.36 -2098;21;4234.24;21.76;1116.00;1.57;0.56 -2099;21;4327.62;20.41;1290.00;1.57;0.82 -2100;21;2602.34;9.85;859.00;1.57;0.44 -2101;21;3769.44;14.05;1142.00;1.57;0.58 -2102;21;1182.68;14.36;1471.00;1.57;0.48 -2103;21;3642.16;11.86;928.00;1.57;0.44 -2104;21;1199.24;12.35;1339.00;1.57;0.64 -2105;21;3999.86;10.71;1017.00;1.57;0.40 -2106;21;1865.62;10.40;431.00;1.57;0.82 -2107;21;3119.20;9.50;1695.00;1.57;1.20 -2108;21;2958.98;9.50;576.00;1.57;0.78 -2109;21;2006.80;10.50;487.00;1.57;0.64 -2110;21;1774.62;9.50;1050.00;1.57;0.82 -2111;21;1922.20;10.20;616.00;1.57;1.08 -2112;21;2174.40;9.50;1663.00;1.57;1.40 -2113;21;462.02;9.50;243.00;1.57;1.08 -2114;21;5022.80;9.70;150.00;1.57;0.80 -2115;21;2996.58;9.50;563.59;1.57;0.32 -2116;21;5068.52;9.90;229.00;1.57;0.72 -2117;21;4584.14;11.33;681.00;1.57;0.36 -2118;21;3717.48;9.50;831.00;1.57;1.28 -2119;21;5510.60;9.50;47.00;1.57;1.24 -2120;21;3331.74;11.27;349.00;1.57;0.76 -2121;21;5093.04;9.50;783.00;1.57;1.44 -2122;21;5074.16;9.50;1104.00;1.57;1.16 -2123;21;3423.60;10.50;415.00;1.57;0.60 -2124;21;4669.84;9.50;533.00;1.57;1.04 -2125;21;4264.36;9.50;736.00;1.57;0.96 -2126;21;3085.34;13.75;442.00;1.57;0.74 -2127;21;4474.56;9.50;132.00;1.57;1.16 -2128;21;3804.10;9.50;792.00;1.57;1.10 -2129;21;5022.32;12.82;555.00;1.57;0.52 -2130;21;5004.42;10.30;123.00;1.57;0.58 -2131;21;3037.10;9.50;78.00;1.57;1.10 -2132;21;2181.12;9.80;812.00;-1.57;0.56 -2133;21;4800.28;10.57;236.00;1.57;1.08 -2134;21;2241.02;9.50;235.00;1.57;1.22 -2135;21;2556.24;9.50;1144.00;1.57;0.92 -2136;21;1748.42;13.76;386.00;1.57;0.62 -2137;21;2351.58;9.50;1578.00;1.57;1.14 -2138;21;2113.54;9.50;935.00;1.57;0.94 -2139;21;4930.62;10.10;382.00;1.57;0.60 -2140;21;1104.58;9.50;221.00;1.57;1.26 -2141;21;275.02;9.50;491.00;1.57;1.18 -2142;21;1883.56;10.65;616.00;1.57;1.12 -2143;21;10.82;9.50;1472.00;1.57;1.02 -2144;21;363.58;9.50;1466.00;1.57;1.22 -2145;21;512.78;9.50;532.00;1.57;1.18 -2146;21;5035.86;9.70;121.00;1.57;0.46 -2147;21;1865.00;9.90;706.00;1.57;0.92 -2148;21;1392.40;9.50;924.00;1.57;1.04 -2149;21;1752.46;10.80;245.00;1.57;0.92 -2150;21;2108.08;9.85;778.00;1.57;0.88 -2151;21;3263.94;11.88;304.00;1.57;0.60 -2152;21;1911.78;10.30;453.00;1.57;0.58 -2153;21;2157.40;11.89;536.00;1.57;0.40 -2154;21;3254.90;11.95;689.00;1.57;0.84 -2155;21;5022.70;9.80;109.00;1.57;0.42 -2156;21;1546.42;10.00;784.00;1.57;0.62 -2157;21;4669.40;10.65;181.00;1.57;0.40 -2158;21;1757.62;12.25;355.00;1.57;0.76 -2159;21;3377.80;11.50;419.00;1.57;0.76 -2160;21;1827.62;10.78;566.00;1.57;0.82 -2161;21;1699.14;10.19;142.00;1.57;0.54 -2162;21;1626.88;18.55;682.00;1.57;0.68 -2163;21;5082.24;10.33;207.00;1.57;0.44 -2164;21;2180.88;10.50;761.00;1.57;0.58 -2165;21;3976.14;9.59;35.00;1.57;0.44 -2166;21;5000.24;9.70;380.00;1.57;0.48 -2167;21;2074.44;12.10;553.00;1.57;0.66 -2168;21;2033.82;10.00;730.00;1.57;1.02 -2169;21;1719.44;11.40;128.00;1.57;0.76 -2170;21;4555.78;10.11;641.00;1.57;0.58 -2171;21;3268.70;14.52;226.00;1.57;0.70 -2172;21;1860.14;9.70;372.00;1.57;0.54 -2173;21;1904.98;10.30;429.00;1.57;0.54 -2174;21;1745.62;20.28;525.00;1.57;0.82 -2175;21;2219.78;9.70;780.00;1.57;0.46 -2176;21;3282.92;10.03;546.00;1.57;0.84 -2177;21;4712.08;11.00;289.00;1.57;0.68 -2178;21;2172.24;10.32;786.00;1.57;0.64 -2179;21;1713.32;16.31;347.00;1.57;0.52 -2180;21;3367.80;11.37;392.00;1.57;0.64 -2181;21;1981.26;10.70;538.00;1.57;0.86 -2182;21;1712.28;20.62;631.00;-1.57;0.64 -2183;21;5059.84;9.50;22.00;1.57;0.24 -2184;21;4580.96;10.30;625.00;1.57;0.56 -2185;21;2101.86;12.05;517.00;1.57;0.42 -2186;21;4710.98;11.00;263.00;1.57;0.60 -2187;21;5002.42;9.70;361.00;1.57;0.56 -2188;21;3679.22;10.12;574.00;1.57;0.24 -2189;21;5067.58;9.70;13.00;1.57;0.34 -2190;21;2088.18;11.80;623.00;1.57;0.66 -2191;21;4801.84;9.90;187.00;-1.57;0.76 -2192;21;3040.36;11.75;616.00;-1.57;1.04 -2193;21;3338.88;10.50;294.00;1.57;0.68 -2194;21;1932.78;10.80;438.00;1.57;0.58 -2195;21;1849.98;10.00;497.00;1.57;0.78 -2196;21;3416.62;9.70;542.87;1.57;0.60 -2197;21;5508.04;10.09;73.00;1.57;0.38 -2198;21;1672.78;9.90;768.00;1.57;1.58 -2199;21;1712.24;12.62;214.00;1.57;0.64 -2200;21;3496.78;10.66;256.00;1.57;0.58 -2201;21;4724.10;9.70;349.00;1.57;0.84 -2202;21;3417.88;10.38;458.00;1.57;0.68 -2203;21;5477.86;11.75;46.00;1.57;0.38 -2204;21;1954.80;10.40;682.00;1.57;1.66 -2205;21;4966.10;9.76;205.00;1.57;1.10 -2206;21;3358.72;12.99;595.00;1.57;0.88 -2207;21;3038.14;10.62;269.00;1.57;0.54 -2208;21;1817.52;10.10;434.00;1.57;0.72 -2209;21;1883.72;10.40;481.00;1.57;0.92 -2210;21;1675.16;15.89;612.00;1.57;0.70 -2211;21;5471.04;10.68;31.00;1.57;0.44 -2212;21;1628.52;11.63;718.00;1.57;0.72 -2213;21;3203.70;13.70;220.00;1.57;0.70 -2214;21;2034.64;10.03;785.00;-1.57;0.96 -2215;21;1722.98;16.25;283.00;1.57;0.62 -2216;21;3271.12;13.16;383.00;1.57;0.64 -2217;21;3395.82;11.06;436.00;1.57;0.88 -2218;21;2077.62;12.11;601.00;1.57;0.54 -2219;21;4935.12;9.71;145.00;-1.57;0.68 -2220;21;3265.19;9.80;596.65;1.57;0.60 -2221;21;5010.80;9.78;235.00;1.57;0.80 -2222;21;4556.24;9.77;663.00;1.57;0.36 -2223;21;4904.96;10.80;317.00;1.57;1.00 -2224;21;1770.90;20.69;498.00;1.57;0.66 -2225;21;1621.16;10.33;647.00;1.57;0.76 -2226;21;1644.00;10.27;728.00;1.57;1.00 -2227;21;2250.94;9.82;761.00;1.57;0.34 -2228;21;2154.93;9.90;819.47;-1.57;0.60 -2229;21;3041.68;10.10;236.00;1.57;0.48 -2230;21;3095.72;9.50;1693.00;-1.57;0.92 -2231;21;2972.54;9.50;540.00;1.57;0.94 -2232;21;1683.16;9.50;1071.00;1.57;0.76 -2233;21;2122.00;9.50;1622.00;1.57;1.86 -2234;21;388.60;9.50;146.00;1.57;1.16 -2235;21;3700.56;9.50;785.00;1.57;1.14 -2236;21;5446.64;9.50;11.00;1.57;0.76 -2237;21;5177.16;9.50;825.00;1.57;1.20 -2238;21;5179.68;9.50;1184.00;1.57;1.20 +2239;1;4619.50;9.50;517.50;-0.91;0.66 +2239;2;4625.00;9.50;519.00;-0.54;0.66 +2239;3;4632.50;9.50;518.50;0.68;0.66 +2239;4;4615.50;9.50;521.50;-1.37;0.66 +2239;5;4637.00;9.50;521.00;1.24;0.66 +2239;6;4610.00;9.50;522.00;-1.46;0.66 +2239;7;4640.50;9.50;526.50;1.76;0.66 +2239;8;4610.00;9.50;523.00;-1.51;0.66 +2239;9;4616.30;9.50;524.00;1.57;0.66 +2239;10;4639.70;9.50;524.00;-1.57;0.66 +2239;11;4614.40;9.50;513.60;-0.91;0.66 +2239;12;4623.20;12.39;516.00;-0.54;0.66 +2239;13;4635.20;10.31;515.20;0.68;0.66 +2239;14;4608.00;10.00;520.00;-1.37;0.66 +2239;15;4642.40;9.50;519.20;1.24;0.66 +2239;16;4599.20;9.50;520.80;-1.46;0.66 +2239;17;4648.00;9.50;528.00;1.76;0.66 +2239;18;4599.20;9.50;522.40;-1.51;0.66 2239;21;4616.30;9.50;524.00;1.57;0.66 +2240;0;4246.00;9.50;761.00;0.00;1.02 +2240;1;4239.50;9.50;753.50;-0.71;1.02 +2240;2;4251.50;9.50;752.50;0.57;1.02 +2240;3;4257.00;9.50;761.00;1.57;1.02 +2240;4;4235.50;9.50;766.00;4.26;1.02 +2240;5;4264.00;9.50;763.00;1.68;1.02 +2240;6;4247.50;9.50;770.00;2.97;1.02 +2240;9;4234.12;9.50;761.00;1.57;1.02 +2240;10;4257.88;9.50;761.00;-1.57;1.02 +2240;11;4235.60;9.50;749.00;-0.71;1.02 +2240;12;4254.80;9.50;747.40;0.57;1.02 +2240;13;4263.60;9.50;761.00;1.57;1.02 +2240;14;4229.20;9.50;769.00;4.26;1.02 +2240;15;4274.80;9.50;764.20;1.68;1.02 +2240;16;4248.40;9.50;775.40;2.97;1.02 2240;21;4234.12;9.50;761.00;1.57;1.02 +2241;0;4504.00;9.50;82.00;0.00;1.16 +2241;1;4497.50;9.50;71.00;-0.53;1.16 +2241;2;4512.50;9.50;73.50;0.78;1.16 +2241;3;4490.00;9.50;82.50;4.67;1.16 +2241;4;4515.50;9.50;87.50;2.01;1.16 +2241;5;4492.00;9.50;91.50;4.04;1.16 +2241;6;4499.50;9.50;94.50;3.48;1.16 +2241;9;4491.58;9.50;82.00;1.57;1.16 +2241;10;4516.42;9.50;82.00;-1.57;1.16 +2241;11;4493.60;9.50;64.40;-0.53;1.16 +2241;12;4517.60;9.50;68.40;0.78;1.16 +2241;13;4481.60;9.50;82.80;4.67;1.16 +2241;14;4522.40;9.50;90.80;2.01;1.16 +2241;15;4484.80;9.50;97.20;4.04;1.16 +2241;16;4496.80;9.50;102.00;3.48;1.16 2241;21;4491.58;9.50;82.00;1.57;1.16 +2242;0;3841.00;9.50;826.00;0.00;1.00 +2242;1;3832.00;9.50;818.50;-0.87;1.00 +2242;2;3844.50;9.50;817.00;0.37;1.00 +2242;3;3850.00;9.50;831.00;2.07;1.00 +2242;4;3837.00;9.50;832.50;3.69;1.00 +2242;5;3849.00;9.50;840.50;2.63;1.00 +2242;9;3832.00;9.50;826.00;1.57;1.00 +2242;10;3850.00;9.50;826.00;-1.57;1.00 +2242;11;3826.60;9.50;814.00;-0.87;1.00 +2242;12;3846.60;9.50;811.60;0.37;1.00 +2242;13;3855.40;9.50;834.00;2.07;1.00 +2242;14;3834.60;9.50;836.40;3.69;1.00 +2242;15;3853.80;9.50;849.20;2.63;1.00 2242;21;3832.00;9.50;826.00;1.57;1.00 +2243;0;3028.00;9.50;119.00;0.00;1.04 +2243;1;3033.00;9.50;109.00;0.46;1.04 +2243;2;3022.00;9.50;108.00;-0.49;1.04 +2243;3;3018.50;9.50;118.50;-1.51;1.04 +2243;4;3039.00;9.50;118.00;1.48;1.04 +2243;5;3033.00;9.50;129.00;2.67;1.04 +2243;6;3015.50;9.50;127.00;4.14;1.04 +2243;7;3023.00;9.50;129.50;3.58;1.04 +2243;9;3017.92;9.50;119.00;1.57;1.04 +2243;10;3038.08;9.50;119.00;-1.57;1.04 +2243;11;3036.00;9.50;103.00;0.46;1.04 +2243;12;3018.40;9.50;101.40;-0.49;1.04 +2243;13;3012.80;9.50;118.20;-1.51;1.04 +2243;14;3045.60;9.50;117.40;1.48;1.04 +2243;15;3036.00;9.50;135.00;2.67;1.04 +2243;16;3008.00;9.50;131.80;4.14;1.04 +2243;17;3020.00;9.50;135.80;3.58;1.04 2243;21;3017.92;9.50;119.00;1.57;1.04 +2244;0;2139.00;9.50;20.00;0.00;0.82 +2244;1;2129.00;9.50;19.50;-1.52;0.82 +2244;2;2142.50;9.50;12.00;0.41;0.82 +2244;3;2149.00;9.50;22.00;1.76;0.82 +2244;4;2139.50;9.50;29.50;3.08;0.82 +2244;5;2148.50;9.50;30.50;2.40;0.82 +2244;9;2130.72;9.50;20.00;1.57;0.82 +2244;10;2147.28;9.50;20.00;-1.57;0.82 +2244;11;2123.00;9.50;19.20;-1.52;0.82 +2244;12;2144.60;9.50;7.20;0.41;0.82 +2244;13;2155.00;9.50;23.20;1.76;0.82 +2244;14;2139.80;9.50;35.20;3.08;0.82 +2244;15;2154.20;9.50;36.80;2.40;0.82 2244;21;2130.72;9.50;20.00;1.57;0.82 +2245;0;2213.00;9.50;204.00;0.00;1.06 +2245;1;2208.50;9.50;191.50;-0.34;1.06 +2245;2;2201.00;9.50;201.00;-1.32;1.06 +2245;3;2223.00;9.50;199.00;1.10;1.06 +2245;4;2224.50;9.50;210.50;2.08;1.06 +2245;5;2209.50;9.50;214.00;3.47;1.06 +2245;9;2202.20;9.50;204.00;1.57;1.06 +2245;10;2223.80;9.50;204.00;-1.57;1.06 +2245;11;2205.80;9.50;184.00;-0.34;1.06 +2245;12;2193.80;9.50;199.20;-1.32;1.06 +2245;13;2229.00;9.50;196.00;1.10;1.06 +2245;14;2231.40;9.50;214.40;2.08;1.06 +2245;15;2207.40;9.50;220.00;3.47;1.06 2245;21;2202.20;9.50;204.00;1.57;1.06 +2246;0;2599.00;9.50;1115.00;0.00;1.12 +2246;1;2601.50;9.50;1108.50;0.36;1.12 +2246;2;2587.50;9.50;1108.50;-1.05;1.12 +2246;3;2593.00;9.50;1115.50;4.62;1.12 +2246;4;2612.50;9.50;1114.50;1.53;1.12 +2246;5;2587.50;9.50;1118.50;4.41;1.12 +2246;6;2615.50;9.50;1117.50;1.72;1.12 +2246;7;2611.50;9.50;1122.50;2.11;1.12 +2246;8;2606.50;9.50;1128.50;2.63;1.12 +2246;9;2586.22;9.50;1115.00;1.57;1.12 +2246;10;2611.78;9.50;1115.00;-1.57;1.12 +2246;11;2603.00;9.50;1104.60;0.36;1.12 +2246;12;2580.60;9.50;1104.60;-1.05;1.12 +2246;13;2589.40;9.50;1115.80;4.62;1.12 +2246;14;2620.60;9.50;1114.20;1.53;1.12 +2246;15;2580.60;9.50;1120.60;4.41;1.12 +2246;16;2625.40;9.50;1119.00;1.72;1.12 +2246;17;2619.00;9.50;1127.00;2.11;1.12 +2246;18;2611.00;9.50;1136.60;2.63;1.12 2246;21;2586.22;9.50;1115.00;1.57;1.12 +2247;0;2419.00;9.50;1601.00;0.00;1.44 +2247;1;2422.00;9.50;1590.00;0.26;1.44 +2247;2;2438.00;9.50;1583.50;0.82;1.44 +2247;3;2436.00;9.50;1592.00;1.08;1.44 +2247;4;2406.50;9.50;1597.50;-1.29;1.44 +2247;5;2404.00;9.50;1605.50;4.42;1.44 +2247;6;2434.00;9.50;1602.50;1.67;1.44 +2247;7;2420.00;9.50;1610.00;3.03;1.44 +2247;8;2404.50;9.50;1616.00;3.91;1.44 +2247;9;2406.04;9.50;1601.00;1.57;1.44 +2247;10;2431.96;9.50;1601.00;-1.57;1.44 +2247;11;2423.80;9.50;1583.40;0.26;1.44 +2247;12;2449.40;9.50;1573.00;0.82;1.44 +2247;13;2446.20;9.50;1586.60;1.08;1.44 +2247;14;2399.00;9.50;1595.40;-1.29;1.44 +2247;15;2395.00;9.50;1608.20;4.42;1.44 +2247;16;2443.00;9.50;1603.40;1.67;1.44 +2247;17;2420.60;9.50;1615.40;3.03;1.44 +2247;18;2395.80;9.50;1625.00;3.91;1.44 2247;21;2406.04;9.50;1601.00;1.57;1.44 +2248;0;2234.00;9.50;897.00;0.00;1.24 +2248;1;2226.50;9.50;893.50;-1.13;1.24 +2248;2;2242.00;9.50;884.50;0.56;1.24 +2248;3;2249.50;9.50;887.00;0.99;1.24 +2248;4;2240.00;9.50;901.00;2.15;1.24 +2248;5;2223.00;9.50;909.50;3.86;1.24 +2248;9;2222.84;9.50;897.00;1.57;1.24 +2248;10;2245.16;9.50;897.00;-1.57;1.24 +2248;11;2222.00;9.50;891.40;-1.13;1.24 +2248;12;2246.80;9.50;877.00;0.56;1.24 +2248;13;2258.80;9.50;881.00;0.99;1.24 +2248;14;2243.60;9.50;903.40;2.15;1.24 +2248;15;2216.40;9.50;917.00;3.86;1.24 2248;21;2222.84;9.50;897.00;1.57;1.24 +2249;0;1076.00;9.50;160.00;0.00;1.42 +2249;1;1076.00;9.50;132.50;0.00;1.42 +2249;2;1084.50;9.50;143.50;0.47;1.42 +2249;3;1066.50;9.50;146.00;-0.59;1.42 +2249;4;1092.50;9.50;165.00;1.86;1.42 +2249;5;1060.50;9.50;164.50;4.43;1.42 +2249;6;1067.50;9.50;177.50;3.59;1.42 +2249;7;1082.50;9.50;179.50;2.82;1.42 +2249;8;1071.00;9.50;184.00;3.34;1.42 +2249;9;1063.22;9.50;160.00;1.57;1.42 +2249;10;1088.78;9.50;160.00;-1.57;1.42 +2249;11;1076.00;9.50;116.00;0.00;1.42 +2249;12;1089.60;9.50;133.60;0.47;1.42 +2249;13;1060.80;9.50;137.60;-0.59;1.42 +2249;14;1102.40;9.50;168.00;1.86;1.42 +2249;15;1051.20;9.50;167.20;4.43;1.42 +2249;16;1062.40;9.50;188.00;3.59;1.42 +2249;17;1086.40;9.50;191.20;2.82;1.42 +2249;18;1068.00;9.50;198.40;3.34;1.42 2249;21;1063.22;9.50;160.00;1.57;1.42 +2250;0;329.00;9.50;445.00;0.00;1.28 +2250;1;337.50;9.50;430.50;0.53;1.28 +2250;2;322.00;9.50;435.50;-0.63;1.28 +2250;3;343.00;9.50;443.50;1.46;1.28 +2250;4;312.00;9.50;447.50;4.56;1.28 +2250;5;317.00;9.50;456.50;3.94;1.28 +2250;6;332.50;9.50;457.00;2.85;1.28 +2250;9;316.76;9.50;445.00;1.57;1.28 +2250;10;341.24;9.50;445.00;-1.57;1.28 +2250;11;342.60;9.50;421.80;0.53;1.28 +2250;12;317.80;9.50;429.80;-0.63;1.28 +2250;13;351.40;9.50;442.60;1.46;1.28 +2250;14;301.80;9.50;449.00;4.56;1.28 +2250;15;309.80;9.50;463.40;3.94;1.28 +2250;16;334.60;9.50;464.20;2.85;1.28 2250;21;316.76;9.50;445.00;1.57;1.28 +2251;0;77.00;9.50;1432.00;0.00;1.32 +2251;1;87.50;9.50;1417.50;0.62;1.32 +2251;2;73.50;9.50;1419.50;-0.27;1.32 +2251;3;89.00;9.50;1433.00;1.65;1.32 +2251;4;62.50;9.50;1432.00;4.71;1.32 +2251;5;60.50;9.50;1444.00;4.08;1.32 +2251;6;81.00;9.50;1446.00;2.86;1.32 +2251;7;72.00;9.50;1447.00;3.46;1.32 +2251;9;62.60;9.50;1432.00;1.57;1.32 +2251;10;91.40;9.50;1432.00;-1.57;1.32 +2251;11;93.80;9.50;1408.80;0.62;1.32 +2251;12;71.40;9.50;1412.00;-0.27;1.32 +2251;13;96.20;9.50;1433.60;1.65;1.32 +2251;14;53.80;9.50;1432.00;4.71;1.32 +2251;15;50.60;9.50;1451.20;4.08;1.32 +2251;16;83.40;9.50;1454.40;2.86;1.32 +2251;17;69.00;9.50;1456.00;3.46;1.32 2251;21;62.60;9.50;1432.00;1.57;1.32 +2252;0;437.00;9.50;1450.00;0.00;1.00 +2252;1;429.50;9.50;1439.50;-0.62;1.00 +2252;2;448.50;9.50;1442.00;0.96;1.00 +2252;3;420.00;9.50;1451.00;4.65;1.00 +2252;4;456.00;9.50;1450.50;1.59;1.00 +2252;5;452.00;9.50;1457.50;2.03;1.00 +2252;6;433.00;9.50;1462.00;3.46;1.00 +2252;9;420.80;9.50;1450.00;1.57;1.00 +2252;10;453.20;9.50;1450.00;-1.57;1.00 +2252;11;425.00;9.50;1433.20;-0.62;1.00 +2252;12;455.40;9.50;1437.20;0.96;1.00 +2252;13;409.80;9.50;1451.60;4.65;1.00 +2252;14;467.40;9.50;1450.80;1.59;1.00 +2252;15;461.00;9.50;1462.00;2.03;1.00 +2252;16;430.60;9.50;1469.20;3.46;1.00 2252;21;420.80;9.50;1450.00;1.57;1.00 +2253;0;547.00;9.50;579.00;0.00;1.08 +2253;1;542.00;9.50;568.00;-0.42;1.08 +2253;2;556.50;9.50;566.50;0.65;1.08 +2253;3;559.50;9.50;580.00;1.65;1.08 +2253;4;535.00;9.50;581.00;4.54;1.08 +2253;5;552.00;9.50;592.00;2.77;1.08 +2253;6;562.50;9.50;593.00;2.30;1.08 +2253;9;534.58;9.50;579.00;1.57;1.08 +2253;10;559.42;9.50;579.00;-1.57;1.08 +2253;11;539.00;9.50;561.40;-0.42;1.08 +2253;12;562.20;9.50;559.00;0.65;1.08 +2253;13;567.00;9.50;580.60;1.65;1.08 +2253;14;527.80;9.50;582.20;4.54;1.08 +2253;15;555.00;9.50;599.80;2.77;1.08 +2253;16;571.80;9.50;601.40;2.30;1.08 2253;21;534.58;9.50;579.00;1.57;1.08 +2254;0;1354.00;9.50;969.00;0.00;0.98 +2254;1;1354.50;9.50;960.50;0.05;0.98 +2254;2;1373.00;9.50;959.00;1.08;0.98 +2254;3;1338.00;9.50;969.50;4.68;0.98 +2254;4;1367.00;9.50;971.50;1.76;0.98 +2254;5;1349.00;9.50;979.50;3.58;0.98 +2254;9;1341.04;9.50;969.00;1.57;0.98 +2254;10;1366.96;9.50;969.00;-1.57;0.98 +2254;11;1354.80;9.50;955.40;0.05;0.98 +2254;12;1384.40;9.50;953.00;1.08;0.98 +2254;13;1328.40;9.50;969.80;4.68;0.98 +2254;14;1374.80;9.50;973.00;1.76;0.98 +2254;15;1346.00;9.50;985.80;3.58;0.98 2254;21;1341.04;9.50;969.00;1.57;0.98 +2256;0;3110.00;9.50;1647.00;0.00;1.12 +2256;1;3118.50;9.50;1637.00;0.70;1.12 +2256;2;3122.50;9.50;1635.00;0.80;1.12 +2256;3;3106.00;9.50;1638.50;-0.44;1.12 +2256;4;3123.50;9.50;1639.50;1.06;1.12 +2256;5;3097.50;9.50;1649.00;4.55;1.12 +2256;6;3122.00;9.50;1645.00;1.40;1.12 +2256;7;3121.50;9.50;1650.50;1.86;1.12 +2256;8;3101.50;9.50;1656.00;3.89;1.12 +2256;9;3099.92;9.50;1647.00;1.57;1.12 +2256;10;3120.08;9.50;1647.00;-1.57;1.12 +2256;11;3123.60;9.50;1631.00;0.70;1.12 +2256;12;3130.00;9.50;1627.80;0.80;1.12 +2256;13;3103.60;9.50;1633.40;-0.44;1.12 +2256;14;3131.60;9.50;1635.00;1.06;1.12 +2256;15;3090.00;9.50;1650.20;4.55;1.12 +2256;16;3129.20;9.50;1643.80;1.40;1.12 +2256;17;3128.40;9.50;1652.60;1.86;1.12 +2256;18;3096.40;9.50;1661.40;3.89;1.12 2256;21;3110.00;9.50;1647.00;0.00;1.12 +2256;22;3118.50;9.50;1637.00;0.70;1.12 +2256;23;3122.50;9.50;1635.00;0.80;1.12 +2256;24;3106.00;9.50;1638.50;-0.44;1.12 +2256;25;3123.50;9.50;1639.50;1.06;1.12 +2256;26;3097.50;9.50;1649.00;4.55;1.12 +2256;27;3122.00;9.50;1645.00;1.40;1.12 +2256;28;3121.50;9.50;1650.50;1.86;1.12 +2256;29;3101.50;9.50;1656.00;3.89;1.12 +2256;30;3123.60;9.50;1631.00;0.70;1.12 +2256;31;3130.00;9.50;1627.80;0.80;1.12 +2256;32;3103.60;9.50;1633.40;-0.44;1.12 +2256;33;3131.60;9.50;1635.00;1.06;1.12 +2256;34;3090.00;9.50;1650.20;4.55;1.12 +2256;35;3129.20;9.50;1643.80;1.40;1.12 +2256;36;3128.40;9.50;1652.60;1.86;1.12 +2256;37;3096.40;9.50;1661.40;3.89;1.12 +2256;38;3120.08;9.50;1647.00;-1.57;1.12 +2257;0;2980.00;9.50;417.00;0.00;0.98 +2257;1;2980.50;9.50;401.50;0.03;0.98 +2257;2;2972.00;9.50;410.00;-0.85;0.98 +2257;3;2986.50;9.50;411.50;0.86;0.98 +2257;4;2972.00;9.50;424.00;3.99;0.98 +2257;5;2990.50;9.50;425.50;2.25;0.98 +2257;6;2984.00;9.50;429.50;2.83;0.98 +2257;9;2971.18;9.50;417.00;1.57;0.98 +2257;10;2988.82;9.50;417.00;-1.57;0.98 +2257;11;2980.80;9.50;392.20;0.03;0.98 +2257;12;2967.20;9.50;405.80;-0.85;0.98 +2257;13;2990.40;9.50;408.20;0.86;0.98 +2257;14;2967.20;9.50;428.20;3.99;0.98 +2257;15;2996.80;9.50;430.60;2.25;0.98 +2257;16;2986.40;9.50;437.00;2.83;0.98 2257;21;2971.18;9.50;417.00;1.57;0.98 +2258;0;1643.00;9.50;1078.00;0.00;1.50 +2258;1;1638.50;9.50;1061.00;-0.25;1.50 +2258;2;1630.00;9.50;1069.00;-0.96;1.50 +2258;3;1642.50;9.50;1060.00;-0.02;1.50 +2258;4;1647.00;9.50;1063.00;0.26;1.50 +2258;5;1660.00;9.50;1069.00;1.08;1.50 +2258;6;1661.50;9.50;1081.50;1.75;1.50 +2258;7;1624.50;9.50;1080.00;4.60;1.50 +2258;8;1634.50;9.50;1091.00;3.72;1.50 +2258;9;1627.88;9.50;1078.00;1.57;1.50 +2258;10;1658.12;9.50;1078.00;-1.57;1.50 +2258;11;1635.80;9.50;1050.80;-0.25;1.50 +2258;12;1622.20;9.50;1063.60;-0.96;1.50 +2258;13;1642.20;9.50;1049.20;-0.02;1.50 +2258;14;1649.40;9.50;1054.00;0.26;1.50 +2258;15;1670.20;9.50;1063.60;1.08;1.50 +2258;16;1672.60;9.50;1083.60;1.75;1.50 +2258;17;1613.40;9.50;1081.20;4.60;1.50 +2258;18;1629.40;9.50;1098.80;3.72;1.50 2258;21;1627.88;9.50;1078.00;1.57;1.50 +2259;0;2077.00;9.50;1726.00;0.00;1.26 +2259;1;2078.50;9.50;1717.00;0.16;1.26 +2259;2;2092.00;9.50;1716.00;0.98;1.26 +2259;3;2085.50;9.50;1729.50;1.96;1.26 +2259;4;2062.00;9.50;1729.50;4.48;1.26 +2259;5;2063.00;9.50;1736.50;4.06;1.26 +2259;6;2073.00;9.50;1737.50;3.47;1.26 +2259;9;2065.12;9.50;1726.00;1.57;1.26 +2259;10;2088.88;9.50;1726.00;-1.57;1.26 +2259;11;2079.40;9.50;1711.60;0.16;1.26 +2259;12;2101.00;9.50;1710.00;0.98;1.26 +2259;13;2090.60;9.50;1731.60;1.96;1.26 +2259;14;2053.00;9.50;1731.60;4.48;1.26 +2259;15;2054.60;9.50;1742.80;4.06;1.26 +2259;16;2070.60;9.50;1744.40;3.47;1.26 2259;21;2065.12;9.50;1726.00;1.57;1.26 +2260;0;300.00;9.50;16.00;0.00;0.82 +2260;1;284.00;9.50;15.00;-1.50;0.82 +2260;2;314.50;9.50;18.00;1.70;0.82 +2260;3;301.00;9.50;24.50;3.02;0.82 +2260;9;287.76;9.50;16.00;1.57;0.82 +2260;10;312.24;9.50;16.00;-1.57;0.82 +2260;11;274.40;9.50;14.40;-1.50;0.82 +2260;12;323.20;9.50;19.20;1.70;0.82 +2260;13;301.60;9.50;29.60;3.02;0.82 2260;21;287.76;9.50;16.00;1.57;0.82 +2261;0;5509.00;9.50;1818.00;0.00;1.40 +2261;1;5499.00;9.50;1806.50;-0.71;1.40 +2261;2;5516.50;9.50;1810.00;0.75;1.40 +2261;3;5502.00;9.50;1827.00;3.80;1.40 +2261;4;5527.00;9.50;1822.50;1.81;1.40 +2261;5;5519.00;9.50;1830.00;2.44;1.40 +2261;9;5496.40;9.50;1818.00;1.57;1.40 +2261;10;5521.60;9.50;1818.00;-1.57;1.40 +2261;11;5493.00;9.50;1799.60;-0.71;1.40 +2261;12;5521.00;9.50;1805.20;0.75;1.40 +2261;13;5497.80;9.50;1832.40;3.80;1.40 +2261;14;5537.80;9.50;1825.20;1.81;1.40 +2261;15;5525.00;9.50;1837.20;2.44;1.40 2261;21;5496.40;9.50;1818.00;1.57;1.40 +2262;0;3649.00;9.50;703.00;0.00;1.04 +2262;1;3645.50;9.50;693.00;-0.33;1.04 +2262;2;3658.00;9.50;695.00;0.84;1.04 +2262;3;3638.50;9.50;704.00;4.61;1.04 +2262;4;3654.00;9.50;712.00;2.63;1.04 +2262;5;3644.00;9.50;715.50;3.52;1.04 +2262;9;3639.64;9.50;703.00;1.57;1.04 +2262;10;3658.36;9.50;703.00;-1.57;1.04 +2262;11;3643.40;9.50;687.00;-0.33;1.04 +2262;12;3663.40;9.50;690.20;0.84;1.04 +2262;13;3632.20;9.50;704.60;4.61;1.04 +2262;14;3657.00;9.50;717.40;2.63;1.04 +2262;15;3641.00;9.50;723.00;3.52;1.04 2262;21;3639.64;9.50;703.00;1.57;1.04 +2263;0;5212.00;9.50;762.00;0.00;1.42 +2263;1;5204.50;9.50;743.00;-0.37;1.42 +2263;2;5216.50;9.50;743.00;0.23;1.42 +2263;3;5197.50;9.50;748.50;-0.82;1.42 +2263;4;5226.00;9.50;755.00;1.10;1.42 +2263;5;5207.50;9.50;750.00;-0.35;1.42 +2263;6;5198.00;9.50;767.50;4.33;1.42 +2263;7;5224.00;9.50;774.50;2.37;1.42 +2263;8;5206.50;9.50;781.50;3.41;1.42 +2263;9;5199.22;9.50;762.00;1.57;1.42 +2263;10;5224.78;9.50;762.00;-1.57;1.42 +2263;11;5200.00;9.50;731.60;-0.37;1.42 +2263;12;5219.20;9.50;731.60;0.23;1.42 +2263;13;5188.80;9.50;740.40;-0.82;1.42 +2263;14;5234.40;9.50;750.80;1.10;1.42 +2263;15;5204.80;9.50;742.80;-0.35;1.42 +2263;16;5189.60;9.50;770.80;4.33;1.42 +2263;17;5231.20;9.50;782.00;2.37;1.42 +2263;18;5203.20;9.50;793.20;3.41;1.42 2263;21;5199.22;9.50;762.00;1.57;1.42 +2264;0;5138.00;9.50;1191.00;0.00;1.02 +2264;1;5134.00;9.50;1179.50;-0.33;1.02 +2264;2;5147.00;9.50;1179.00;0.64;1.02 +2264;3;5152.50;9.50;1191.00;1.57;1.02 +2264;4;5121.50;9.50;1187.50;-1.36;1.02 +2264;5;5122.50;9.50;1195.50;4.43;1.02 +2264;6;5131.50;9.50;1200.00;3.76;1.02 +2264;7;5148.50;9.50;1203.00;2.42;1.02 +2264;9;5124.86;9.50;1191.00;1.57;1.02 +2264;10;5151.14;9.50;1191.00;-1.57;1.02 +2264;11;5131.60;9.50;1172.60;-0.33;1.02 +2264;12;5152.40;9.50;1171.80;0.64;1.02 +2264;13;5161.20;9.50;1191.00;1.57;1.02 +2264;14;5111.60;9.50;1185.40;-1.36;1.02 +2264;15;5113.20;9.50;1198.20;4.43;1.02 +2264;16;5127.60;9.50;1205.40;3.76;1.02 +2264;17;5154.80;9.50;1210.20;2.42;1.02 2264;21;5124.86;9.50;1191.00;1.57;1.02 +2265;0;4631.00;9.50;492.00;0.00;0.94 +2265;1;4623.50;9.50;490.50;-1.37;0.94 +2265;2;4632.50;9.50;480.00;0.12;0.94 +2265;3;4639.00;9.50;490.50;1.38;0.94 +2265;4;4635.50;9.50;499.00;2.57;0.94 +2265;5;4625.00;9.50;499.50;3.81;0.94 +2265;6;4621.00;9.50;501.50;3.95;0.94 +2265;7;4642.00;9.50;501.00;2.25;0.94 +2265;8;4619.00;9.50;501.50;4.04;0.94 +2265;9;4621.46;9.50;492.00;1.57;0.94 +2265;10;4640.54;9.50;492.00;-1.57;0.94 +2265;11;4619.00;9.50;489.60;-1.37;0.94 +2265;12;4633.40;9.50;472.80;0.12;0.94 +2265;13;4643.80;9.50;489.60;1.38;0.94 +2265;14;4638.20;9.50;503.20;2.57;0.94 +2265;15;4621.40;9.50;504.00;3.81;0.94 +2265;16;4615.00;9.50;507.20;3.95;0.94 +2265;17;4648.60;9.50;506.40;2.25;0.94 +2265;18;4611.80;9.50;507.20;4.04;0.94 2265;21;4621.46;9.50;492.00;1.57;0.94 +2266;0;4220.00;9.50;732.00;0.00;1.12 +2266;1;4218.50;9.50;722.00;-0.14;1.12 +2266;2;4230.50;9.50;724.00;0.92;1.12 +2266;3;4209.50;9.50;731.00;-1.47;1.12 +2266;4;4235.00;9.50;730.50;1.47;1.12 +2266;5;4226.50;9.50;739.00;2.39;1.12 +2266;6;4212.00;9.50;741.50;3.84;1.12 +2266;7;4218.00;9.50;747.00;3.27;1.12 +2266;9;4209.92;9.50;732.00;1.57;1.12 +2266;10;4230.08;9.50;732.00;-1.57;1.12 +2266;11;4217.60;9.50;716.00;-0.14;1.12 +2266;12;4236.80;9.50;719.20;0.92;1.12 +2266;13;4203.20;9.50;730.40;-1.47;1.12 +2266;14;4244.00;9.50;729.60;1.47;1.12 +2266;15;4230.40;9.50;743.20;2.39;1.12 +2266;16;4207.20;9.50;747.20;3.84;1.12 +2266;17;4216.80;9.50;756.00;3.27;1.12 2266;21;4209.92;9.50;732.00;1.57;1.12 +2267;0;4452.00;9.50;77.00;0.00;1.02 +2267;1;4447.50;9.50;67.50;-0.44;1.02 +2267;2;4461.50;9.50;67.50;0.78;1.02 +2267;3;4464.00;9.50;80.00;1.81;1.02 +2267;4;4436.50;9.50;72.50;-1.28;1.02 +2267;5;4438.00;9.50;79.50;4.53;1.02 +2267;6;4452.50;9.50;87.00;3.09;1.02 +2267;9;4441.38;9.50;77.00;1.57;1.02 +2267;10;4462.62;9.50;77.00;-1.57;1.02 +2267;11;4444.80;9.50;61.80;-0.44;1.02 +2267;12;4467.20;9.50;61.80;0.78;1.02 +2267;13;4471.20;9.50;81.80;1.81;1.02 +2267;14;4427.20;9.50;69.80;-1.28;1.02 +2267;15;4429.60;9.50;81.00;4.53;1.02 +2267;16;4452.80;9.50;93.00;3.09;1.02 2267;21;4441.38;9.50;77.00;1.57;1.02 +2268;0;3916.00;9.50;820.00;0.00;1.06 +2268;1;3912.00;9.50;808.00;-0.32;1.06 +2268;2;3902.50;9.50;812.00;-1.03;1.06 +2268;3;3925.50;9.50;814.00;1.00;1.06 +2268;4;3906.00;9.50;824.50;4.29;1.06 +2268;5;3928.00;9.50;828.50;2.18;1.06 +2268;6;3920.00;9.50;832.50;2.83;1.06 +2268;9;3905.38;9.50;820.00;1.57;1.06 +2268;10;3926.62;9.50;820.00;-1.57;1.06 +2268;11;3909.60;9.50;800.80;-0.32;1.06 +2268;12;3894.40;9.50;807.20;-1.03;1.06 +2268;13;3931.20;9.50;810.40;1.00;1.06 +2268;14;3900.00;9.50;827.20;4.29;1.06 +2268;15;3935.20;9.50;833.60;2.18;1.06 +2268;16;3922.40;9.50;840.00;2.83;1.06 2268;21;3905.38;9.50;820.00;1.57;1.06 +2269;0;2991.00;9.50;105.00;0.00;1.02 +2269;1;2994.50;9.50;96.00;0.37;1.02 +2269;2;2981.00;9.50;100.50;-1.14;1.02 +2269;3;3000.00;9.50;111.50;2.19;1.02 +2269;4;2987.00;9.50;114.00;3.56;1.02 +2269;9;2981.82;9.50;105.00;1.57;1.02 +2269;10;3000.18;9.50;105.00;-1.57;1.02 +2269;11;2996.60;9.50;90.60;0.37;1.02 +2269;12;2975.00;9.50;97.80;-1.14;1.02 +2269;13;3005.40;9.50;115.40;2.19;1.02 +2269;14;2984.60;9.50;119.40;3.56;1.02 2269;21;2981.82;9.50;105.00;1.57;1.02 +2270;0;2183.00;9.50;24.00;0.00;0.90 +2270;1;2177.50;9.50;15.00;-0.54;0.90 +2270;2;2192.00;9.50;22.00;1.35;0.90 +2270;3;2171.00;9.50;24.00;4.71;0.90 +2270;4;2182.50;9.50;33.00;3.19;0.90 +2270;5;2195.00;9.50;33.00;2.21;0.90 +2270;9;2173.28;9.50;24.00;1.57;0.90 +2270;10;2192.72;9.50;24.00;-1.57;0.90 +2270;11;2174.20;9.50;9.60;-0.54;0.90 +2270;12;2197.40;9.50;20.80;1.35;0.90 +2270;13;2163.80;9.50;24.00;4.71;0.90 +2270;14;2182.20;9.50;38.40;3.19;0.90 +2270;15;2202.20;9.50;38.40;2.21;0.90 2270;21;2173.28;9.50;24.00;1.57;0.90 +2271;0;2160.00;9.50;198.00;0.00;1.12 +2271;1;2160.50;9.50;184.00;0.03;1.12 +2271;2;2147.00;9.50;192.00;-1.13;1.12 +2271;3;2174.00;9.50;187.50;0.92;1.12 +2271;4;2174.50;9.50;198.00;1.57;1.12 +2271;5;2147.50;9.50;206.50;4.11;1.12 +2271;6;2169.50;9.50;210.50;2.49;1.12 +2271;7;2156.00;9.50;211.50;3.43;1.12 +2271;9;2149.92;9.50;198.00;1.57;1.12 +2271;10;2170.08;9.50;198.00;-1.57;1.12 +2271;11;2160.80;9.50;175.60;0.03;1.12 +2271;12;2139.20;9.50;188.40;-1.13;1.12 +2271;13;2182.40;9.50;181.20;0.92;1.12 +2271;14;2183.20;9.50;198.00;1.57;1.12 +2271;15;2140.00;9.50;211.60;4.11;1.12 +2271;16;2175.20;9.50;218.00;2.49;1.12 +2271;17;2153.60;9.50;219.60;3.43;1.12 2271;21;2149.92;9.50;198.00;1.57;1.12 +2272;0;2638.00;9.50;1146.00;0.00;0.80 +2272;1;2631.00;9.50;1138.00;-0.71;0.80 +2272;2;2638.00;9.50;1135.00;0.00;0.80 +2272;3;2642.00;9.50;1139.00;0.51;0.80 +2272;4;2645.50;9.50;1145.00;1.43;0.80 +2272;5;2635.00;9.50;1152.00;3.60;0.80 +2272;6;2645.50;9.50;1154.50;2.41;0.80 +2272;7;2645.50;9.50;1160.00;2.65;0.80 +2272;9;2630.80;9.50;1146.00;1.57;0.80 +2272;10;2645.20;9.50;1146.00;-1.57;0.80 +2272;11;2626.80;9.50;1133.20;-0.71;0.80 +2272;12;2638.00;9.50;1128.40;0.00;0.80 +2272;13;2644.40;9.50;1134.80;0.51;0.80 +2272;14;2650.00;9.50;1144.40;1.43;0.80 +2272;15;2633.20;9.50;1155.60;3.60;0.80 +2272;16;2650.00;9.50;1159.60;2.41;0.80 +2272;17;2650.00;9.50;1168.40;2.65;0.80 2272;21;2630.80;9.50;1146.00;1.57;0.80 +2273;0;2351.00;9.50;1620.00;0.00;1.02 +2273;1;2355.50;9.50;1609.50;0.40;1.02 +2273;2;2370.00;9.50;1615.00;1.31;1.02 +2273;3;2334.00;9.50;1622.00;4.59;1.02 +2273;4;2357.00;9.50;1627.50;2.46;1.02 +2273;5;2337.50;9.50;1631.50;4.00;1.02 +2273;9;2335.34;9.50;1620.00;1.57;1.02 +2273;10;2366.66;9.50;1620.00;-1.57;1.02 +2273;11;2358.20;9.50;1603.20;0.40;1.02 +2273;12;2381.40;9.50;1612.00;1.31;1.02 +2273;13;2323.80;9.50;1623.20;4.59;1.02 +2273;14;2360.60;9.50;1632.00;2.46;1.02 +2273;15;2329.40;9.50;1638.40;4.00;1.02 2273;21;2335.34;9.50;1620.00;1.57;1.02 +2274;0;2534.00;9.50;1383.00;0.00;1.36 +2274;1;2527.50;9.50;1376.50;-0.78;1.36 +2274;2;2547.50;9.50;1372.00;0.88;1.36 +2274;3;2553.50;9.50;1379.50;1.39;1.36 +2274;4;2541.50;9.50;1389.50;2.28;1.36 +2274;5;2521.00;9.50;1393.50;4.03;1.36 +2274;9;2519.42;9.50;1383.00;1.57;1.36 +2274;10;2548.58;9.50;1383.00;-1.57;1.36 +2274;11;2523.60;9.50;1372.60;-0.78;1.36 +2274;12;2555.60;9.50;1365.40;0.88;1.36 +2274;13;2565.20;9.50;1377.40;1.39;1.36 +2274;14;2546.00;9.50;1393.40;2.28;1.36 +2274;15;2513.20;9.50;1399.80;4.03;1.36 2274;21;2519.42;9.50;1383.00;1.57;1.36 +2275;0;1087.00;9.50;257.00;0.00;1.72 +2275;1;1070.50;9.50;246.50;-1.00;1.72 +2275;2;1076.50;9.50;232.50;-0.40;1.72 +2275;3;1092.50;9.50;245.00;0.43;1.72 +2275;4;1105.50;9.50;265.00;1.97;1.72 +2275;5;1065.50;9.50;260.50;4.55;1.72 +2275;6;1080.00;9.50;268.00;3.70;1.72 +2275;7;1099.00;9.50;275.00;2.55;1.72 +2275;9;1071.16;9.50;257.00;1.57;1.72 +2275;10;1102.84;9.50;257.00;-1.57;1.72 +2275;11;1060.60;9.50;240.20;-1.00;1.72 +2275;12;1070.20;9.50;217.80;-0.40;1.72 +2275;13;1095.80;9.50;237.80;0.43;1.72 +2275;14;1116.60;9.50;269.80;1.97;1.72 +2275;15;1052.60;9.50;262.60;4.55;1.72 +2275;16;1075.80;9.50;274.60;3.70;1.72 +2275;17;1106.20;9.50;285.80;2.55;1.72 2275;21;1071.16;9.50;257.00;1.57;1.72 +2276;0;349.00;9.50;491.00;0.00;1.10 +2276;1;342.50;9.50;480.00;-0.53;1.10 +2276;2;355.00;9.50;477.50;0.41;1.10 +2276;3;361.00;9.50;491.00;1.57;1.10 +2276;4;332.50;9.50;487.00;-1.33;1.10 +2276;5;343.50;9.50;499.50;3.71;1.10 +2276;6;360.50;9.50;504.50;2.43;1.10 +2276;9;336.22;9.50;491.00;1.57;1.10 +2276;10;361.78;9.50;491.00;-1.57;1.10 +2276;11;338.60;9.50;473.40;-0.53;1.10 +2276;12;358.60;9.50;469.40;0.41;1.10 +2276;13;368.20;9.50;491.00;1.57;1.10 +2276;14;322.60;9.50;484.60;-1.33;1.10 +2276;15;340.20;9.50;504.60;3.71;1.10 +2276;16;367.40;9.50;512.60;2.43;1.10 2276;21;336.22;9.50;491.00;1.57;1.10 +2277;0;126.00;9.50;1444.00;0.00;1.32 +2277;1;122.00;9.50;1426.00;-0.21;1.32 +2277;2;133.50;9.50;1433.00;0.59;1.32 +2277;3;113.50;9.50;1439.00;-1.19;1.32 +2277;4;143.00;9.50;1443.00;1.51;1.32 +2277;5;138.00;9.50;1452.50;2.18;1.32 +2277;6;121.00;9.50;1455.50;3.55;1.32 +2277;9;111.78;9.50;1444.00;1.57;1.32 +2277;10;140.22;9.50;1444.00;-1.57;1.32 +2277;11;119.60;9.50;1415.20;-0.21;1.32 +2277;12;138.00;9.50;1426.40;0.59;1.32 +2277;13;106.00;9.50;1436.00;-1.19;1.32 +2277;14;153.20;9.50;1442.40;1.51;1.32 +2277;15;145.20;9.50;1457.60;2.18;1.32 +2277;16;118.00;9.50;1462.40;3.55;1.32 2277;21;111.78;9.50;1444.00;1.57;1.32 +2278;0;419.00;9.50;1502.00;0.00;1.24 +2278;1;424.00;9.50;1488.00;0.34;1.24 +2278;2;409.50;9.50;1493.00;-0.81;1.24 +2278;3;432.50;9.50;1499.50;1.38;1.24 +2278;4;404.50;9.50;1508.50;4.29;1.24 +2278;5;423.00;9.50;1514.50;2.83;1.24 +2278;6;409.00;9.50;1518.00;3.70;1.24 +2278;9;406.40;9.50;1502.00;1.57;1.24 +2278;10;431.60;9.50;1502.00;-1.57;1.24 +2278;11;427.00;9.50;1479.60;0.34;1.24 +2278;12;403.80;9.50;1487.60;-0.81;1.24 +2278;13;440.60;9.50;1498.00;1.38;1.24 +2278;14;395.80;9.50;1512.40;4.29;1.24 +2278;15;425.40;9.50;1522.00;2.83;1.24 +2278;16;403.00;9.50;1527.60;3.70;1.24 2278;21;406.40;9.50;1502.00;1.57;1.24 +2279;0;599.00;9.50;536.00;0.00;1.06 +2279;1;594.50;9.50;524.00;-0.35;1.06 +2279;2;580.00;9.50;533.50;-1.44;1.06 +2279;3;613.50;9.50;528.00;1.06;1.06 +2279;4;617.50;9.50;541.00;1.83;1.06 +2279;5;582.50;9.50;545.00;4.21;1.06 +2279;6;600.00;9.50;547.50;3.05;1.06 +2279;9;584.60;9.50;536.00;1.57;1.06 +2279;10;613.40;9.50;536.00;-1.57;1.06 +2279;11;591.80;9.50;516.80;-0.35;1.06 +2279;12;568.60;9.50;532.00;-1.44;1.06 +2279;13;622.20;9.50;523.20;1.06;1.06 +2279;14;628.60;9.50;544.00;1.83;1.06 +2279;15;572.60;9.50;550.40;4.21;1.06 +2279;16;600.60;9.50;554.40;3.05;1.06 2279;21;584.60;9.50;536.00;1.57;1.06 +2280;0;1439.00;9.50;995.00;0.00;1.04 +2280;1;1443.50;9.50;982.50;0.34;1.04 +2280;2;1430.50;9.50;992.50;-1.28;1.04 +2280;3;1448.00;9.50;1001.00;2.15;1.04 +2280;4;1436.50;9.50;1010.00;3.30;1.04 +2280;9;1429.64;9.50;995.00;1.57;1.04 +2280;10;1448.36;9.50;995.00;-1.57;1.04 +2280;11;1446.20;9.50;975.00;0.34;1.04 +2280;12;1425.40;9.50;991.00;-1.28;1.04 +2280;13;1453.40;9.50;1004.60;2.15;1.04 +2280;14;1435.00;9.50;1019.00;3.30;1.04 2280;21;1429.64;9.50;995.00;1.57;1.04 +2282;0;3071.00;9.50;1649.00;0.00;0.70 +2282;1;3065.00;9.50;1643.00;-0.78;0.70 +2282;2;3074.50;9.50;1641.50;0.43;0.70 +2282;3;3078.00;9.50;1650.00;1.71;0.70 +2282;4;3063.50;9.50;1649.50;4.64;0.70 +2282;5;3068.00;9.50;1654.00;3.68;0.70 +2282;6;3064.00;9.50;1652.00;4.30;0.70 +2282;7;3066.00;9.50;1655.50;3.79;0.70 +2282;8;3067.00;9.50;1658.50;3.54;0.70 +2282;9;3064.70;9.50;1649.00;1.57;0.70 +2282;10;3077.30;9.50;1649.00;-1.57;0.70 +2282;11;3061.40;9.50;1639.40;-0.78;0.70 +2282;12;3076.60;9.50;1637.00;0.43;0.70 +2282;13;3082.20;9.50;1650.60;1.71;0.70 +2282;14;3059.00;9.50;1649.80;4.64;0.70 +2282;15;3066.20;9.61;1657.00;3.68;0.70 +2282;16;3059.80;9.50;1653.80;4.30;0.70 +2282;17;3063.00;9.50;1659.40;3.79;0.70 +2282;18;3064.60;9.50;1664.20;3.54;0.70 2282;21;3064.70;9.50;1649.00;1.57;0.70 +2283;0;2977.00;9.50;246.00;0.00;0.96 +2283;1;2972.50;9.50;235.00;-0.38;0.96 +2283;2;2979.50;9.50;236.00;0.24;0.96 +2283;3;2968.00;9.50;241.00;-1.06;0.96 +2283;4;2985.00;9.50;249.00;1.93;0.96 +2283;5;2972.50;9.50;253.50;3.68;0.96 +2283;9;2968.36;9.50;246.00;1.57;0.96 +2283;10;2985.64;9.50;246.00;-1.57;0.96 +2283;11;2969.80;9.50;228.40;-0.38;0.96 +2283;12;2981.00;9.50;230.00;0.24;0.96 +2283;13;2962.60;9.50;238.00;-1.06;0.96 +2283;14;2989.80;9.50;250.80;1.93;0.96 +2283;15;2969.80;9.50;258.00;3.68;0.96 2283;21;2968.36;9.50;246.00;1.57;0.96 +2284;0;1542.00;9.50;1030.00;0.00;0.84 +2284;1;1541.00;9.50;1020.50;-0.10;0.84 +2284;2;1532.50;9.50;1022.50;-0.90;0.84 +2284;3;1548.50;9.50;1023.50;0.78;0.84 +2284;4;1554.50;9.50;1025.50;1.22;0.84 +2284;5;1556.00;9.50;1032.50;1.74;0.84 +2284;6;1526.50;9.50;1028.00;-1.44;0.84 +2284;7;1524.00;9.50;1031.00;4.65;0.84 +2284;8;1539.00;9.50;1037.00;3.54;0.84 +2284;9;1529.40;9.50;1030.00;1.57;0.84 +2284;10;1554.60;9.50;1030.00;-1.57;0.84 +2284;11;1540.40;9.50;1014.80;-0.10;0.84 +2284;12;1526.80;9.50;1018.00;-0.90;0.84 +2284;13;1552.40;9.50;1019.60;0.78;0.84 +2284;14;1562.00;9.50;1022.80;1.22;0.84 +2284;15;1564.40;9.50;1034.00;1.74;0.84 +2284;16;1517.20;9.50;1026.80;-1.44;0.84 +2284;17;1513.20;9.50;1031.60;4.65;0.84 +2284;18;1537.20;9.50;1041.20;3.54;0.84 2284;21;1554.60;9.50;1030.00;-1.57;0.84 +2285;0;2084.00;9.50;1683.00;0.00;1.42 +2285;1;2080.50;9.50;1672.50;-0.32;1.42 +2285;2;2095.50;9.50;1668.50;0.67;1.42 +2285;3;2099.50;9.50;1681.00;1.44;1.42 +2285;4;2069.00;9.50;1690.50;4.24;1.42 +2285;5;2082.00;9.50;1695.50;3.30;1.42 +2285;6;2066.00;9.50;1701.00;3.92;1.42 +2285;9;2071.22;9.50;1683.00;1.57;1.42 +2285;10;2096.78;9.50;1683.00;-1.57;1.42 +2285;11;2078.40;9.50;1666.20;-0.32;1.42 +2285;12;2102.40;9.50;1659.80;0.67;1.42 +2285;13;2108.80;9.50;1679.80;1.44;1.42 +2285;14;2060.00;9.50;1695.00;4.24;1.42 +2285;15;2080.80;9.50;1703.00;3.30;1.42 +2285;16;2055.20;9.50;1711.80;3.92;1.42 2285;21;2071.22;9.50;1683.00;1.57;1.42 +2286;0;537.00;9.50;26.00;0.00;1.04 +2286;1;520.50;9.50;25.50;-1.54;1.04 +2286;2;554.00;9.50;25.50;1.54;1.04 +2286;3;513.50;9.50;38.50;4.22;1.04 +2286;4;532.50;9.50;38.50;3.48;1.04 +2286;5;551.00;9.50;38.50;2.30;1.04 +2286;9;520.62;9.50;26.00;1.57;1.04 +2286;10;553.38;9.50;26.00;-1.57;1.04 +2286;11;510.60;9.50;25.20;-1.54;1.04 +2286;12;564.20;9.50;25.20;1.54;1.04 +2286;13;499.40;9.50;46.00;4.22;1.04 +2286;14;529.80;9.50;46.00;3.48;1.04 +2286;15;559.40;9.50;46.00;2.30;1.04 2286;21;520.62;9.50;26.00;1.57;1.04 +2287;0;5607.00;9.50;1994.00;0.00;1.94 +2287;1;5612.50;9.50;1974.50;0.27;1.94 +2287;2;5619.00;9.50;1972.50;0.50;1.94 +2287;3;5619.00;9.50;1981.50;0.76;1.94 +2287;4;5591.00;9.50;1990.50;-1.35;1.94 +2287;5;5619.00;9.50;1997.50;1.85;1.94 +2287;6;5619.00;9.50;2012.50;2.56;1.94 +2287;9;5588.46;9.50;1994.00;1.57;1.94 +2287;10;5625.54;9.50;1994.00;-1.57;1.94 +2287;11;5615.80;9.50;1962.80;0.27;1.94 +2287;12;5626.20;9.50;1959.60;0.50;1.94 +2287;13;5626.20;9.50;1974.00;0.76;1.94 +2287;14;5581.40;9.50;1988.40;-1.35;1.94 +2287;15;5626.20;9.50;1999.60;1.85;1.94 +2287;16;5626.20;9.50;2023.60;2.56;1.94 2287;21;5588.46;9.50;1994.00;1.57;1.94 +2288;0;3682.00;9.50;731.00;0.00;1.22 +2288;1;3670.50;9.50;726.00;-1.16;1.22 +2288;2;3686.00;9.50;717.00;0.27;1.22 +2288;3;3695.00;9.50;723.00;1.01;1.22 +2288;4;3692.50;9.50;738.00;2.15;1.22 +2288;5;3664.00;9.50;736.50;4.41;1.22 +2288;6;3676.00;9.50;742.50;3.62;1.22 +2288;7;3689.00;9.50;747.00;2.72;1.22 +2288;9;3670.12;9.50;731.00;1.57;1.22 +2288;10;3693.88;9.50;731.00;-1.57;1.22 +2288;11;3663.60;9.50;723.00;-1.16;1.22 +2288;12;3688.40;9.50;708.60;0.27;1.22 +2288;13;3702.80;9.50;718.20;1.01;1.22 +2288;14;3698.80;9.50;742.20;2.15;1.22 +2288;15;3653.20;9.50;739.80;4.41;1.22 +2288;16;3672.40;9.50;749.40;3.62;1.22 +2288;17;3693.20;9.50;756.60;2.72;1.22 2288;21;3670.12;9.50;731.00;1.57;1.22 +2289;0;5242.00;9.50;699.00;0.00;1.06 +2289;1;5252.50;9.50;685.50;0.66;1.06 +2289;2;5236.00;9.50;687.50;-0.48;1.06 +2289;3;5259.00;9.50;698.50;1.54;1.06 +2289;4;5224.00;9.50;700.00;4.65;1.06 +2289;5;5231.50;9.50;711.50;3.84;1.06 +2289;6;5249.50;9.50;711.00;2.58;1.06 +2289;9;5228.14;9.50;699.00;1.57;1.06 +2289;10;5255.86;9.50;699.00;-1.57;1.06 +2289;11;5258.80;9.50;677.40;0.66;1.06 +2289;12;5232.40;9.50;680.60;-0.48;1.06 +2289;13;5269.20;9.50;698.20;1.54;1.06 +2289;14;5213.20;9.50;700.60;4.65;1.06 +2289;15;5225.20;9.50;719.00;3.84;1.06 +2289;16;5254.00;9.50;718.20;2.58;1.06 2289;21;5228.14;9.50;699.00;1.57;1.06 +2290;0;5126.00;9.50;1147.00;0.00;1.06 +2290;1;5122.50;9.50;1135.00;-0.28;1.06 +2290;2;5135.50;9.50;1143.50;1.21;1.06 +2290;3;5114.50;9.50;1149.50;4.49;1.06 +2290;4;5128.00;9.50;1157.50;2.95;1.06 +2290;9;5116.46;9.50;1147.00;1.57;1.06 +2290;10;5135.54;9.50;1147.00;-1.57;1.06 +2290;11;5120.40;9.50;1127.80;-0.28;1.06 +2290;12;5141.20;9.50;1141.40;1.21;1.06 +2290;13;5107.60;9.50;1151.00;4.49;1.06 +2290;14;5129.20;9.50;1163.80;2.95;1.06 2290;21;5116.46;9.50;1147.00;1.57;1.06 +2291;0;4668.00;9.50;484.00;0.00;1.32 +2291;1;4660.50;9.50;470.50;-0.50;1.32 +2291;2;4670.00;9.50;475.50;0.23;1.32 +2291;3;4657.50;9.50;486.50;4.47;1.32 +2291;4;4677.00;9.50;489.50;2.11;1.32 +2291;5;4685.00;10.40;490.00;1.91;1.32 +2291;6;4669.00;9.50;490.50;2.98;1.32 +2291;7;4688.50;9.50;494.50;2.04;1.32 +2291;8;4683.00;10.10;495.50;2.22;1.32 +2291;9;4655.04;9.50;484.00;1.57;1.32 +2291;10;4680.96;9.50;484.00;-1.57;1.32 +2291;11;4656.00;9.50;462.40;-0.50;1.32 +2291;12;4671.20;9.50;470.40;0.23;1.32 +2291;13;4651.20;9.50;488.00;4.47;1.32 +2291;14;4682.40;10.63;492.80;2.11;1.32 +2291;15;4695.20;9.50;493.60;1.91;1.32 +2291;16;4669.60;9.50;494.40;2.98;1.32 +2291;17;4700.80;9.50;500.80;2.04;1.32 +2291;18;4692.00;9.50;502.40;2.22;1.32 2291;21;4655.04;9.50;484.00;1.57;1.32 +2292;0;4217.00;9.50;794.00;0.00;0.96 +2292;1;4216.50;9.50;778.00;-0.03;0.96 +2292;2;4211.50;9.50;787.00;-0.66;0.96 +2292;3;4221.00;9.50;782.50;0.33;0.96 +2292;4;4227.00;9.50;793.50;1.52;0.96 +2292;5;4207.00;9.50;799.50;4.21;0.96 +2292;6;4228.00;9.50;800.50;2.10;0.96 +2292;7;4219.50;9.50;803.50;2.88;0.96 +2292;8;4210.00;9.50;804.00;3.75;0.96 +2292;9;4208.36;9.50;794.00;1.57;0.96 +2292;10;4225.64;9.50;794.00;-1.57;0.96 +2292;11;4216.20;9.50;768.40;-0.03;0.96 +2292;12;4208.20;9.50;782.80;-0.66;0.96 +2292;13;4223.40;9.50;775.60;0.33;0.96 +2292;14;4233.00;9.50;793.20;1.52;0.96 +2292;15;4201.00;9.50;802.80;4.21;0.96 +2292;16;4234.60;9.50;804.40;2.10;0.96 +2292;17;4221.00;9.50;809.20;2.88;0.96 +2292;18;4205.80;9.50;810.00;3.75;0.96 2292;21;4208.36;9.50;794.00;1.57;0.96 +2293;0;4444.00;9.50;30.00;0.00;0.90 +2293;1;4437.00;9.50;21.50;-0.68;0.90 +2293;2;4454.00;9.50;27.00;1.27;0.90 +2293;3;4433.50;9.50;38.50;4.03;0.90 +2293;4;4443.50;9.50;44.00;3.17;0.90 +2293;9;4435.90;9.50;30.00;1.57;0.90 +2293;10;4452.10;9.50;30.00;-1.57;0.90 +2293;11;4432.80;9.50;16.40;-0.68;0.90 +2293;12;4460.00;9.50;25.20;1.27;0.90 +2293;13;4427.20;9.50;43.60;4.03;0.90 +2293;14;4443.20;9.50;52.40;3.17;0.90 2293;21;4435.90;9.50;30.00;1.57;0.90 +2294;0;3879.00;9.50;839.00;0.00;1.06 +2294;1;3875.50;9.50;827.00;-0.28;1.06 +2294;2;3887.50;9.50;834.00;1.03;1.06 +2294;3;3869.00;9.50;837.50;-1.42;1.06 +2294;4;3886.00;9.50;847.00;2.42;1.06 +2294;5;3873.00;9.50;849.50;3.66;1.06 +2294;9;3869.46;9.50;839.00;1.57;1.06 +2294;10;3888.54;9.50;839.00;-1.57;1.06 +2294;11;3873.40;9.50;819.80;-0.28;1.06 +2294;12;3892.60;9.50;831.00;1.03;1.06 +2294;13;3863.00;9.50;836.60;-1.42;1.06 +2294;14;3890.20;9.50;851.80;2.42;1.06 +2294;15;3869.40;9.50;855.80;3.66;1.06 2294;21;3869.46;9.50;839.00;1.57;1.06 +2295;0;2949.00;9.50;96.00;0.00;1.12 +2295;1;2957.00;9.50;84.50;0.60;1.12 +2295;2;2950.00;9.50;82.00;0.07;1.12 +2295;3;2942.50;9.50;89.00;-0.74;1.12 +2295;4;2960.00;9.50;96.00;1.57;1.12 +2295;5;2935.00;9.50;99.00;4.50;1.12 +2295;6;2940.50;9.50;106.00;3.84;1.12 +2295;7;2951.50;9.50;107.50;2.92;1.12 +2295;9;2938.92;9.50;96.00;1.57;1.12 +2295;10;2959.08;9.50;96.00;-1.57;1.12 +2295;11;2961.80;9.50;77.60;0.60;1.12 +2295;12;2950.60;9.50;73.60;0.07;1.12 +2295;13;2938.60;9.50;84.80;-0.74;1.12 +2295;14;2966.60;9.50;96.00;1.57;1.12 +2295;15;2926.60;9.50;100.80;4.50;1.12 +2295;16;2935.40;9.50;112.00;3.84;1.12 +2295;17;2953.00;9.50;114.40;2.92;1.12 2295;21;2938.92;9.50;96.00;1.57;1.12 +2296;0;2162.00;9.50;2.00;0.00;0.20 +2296;1;2154.00;9.50;3.00;4.58;0.20 +2296;2;2167.00;9.50;4.00;1.95;0.20 +2296;9;2153.00;9.50;2.00;1.57;0.20 +2296;10;2171.00;9.50;2.00;-1.57;0.20 +2296;11;2149.20;9.50;3.60;4.58;0.20 +2296;12;2170.00;9.50;5.20;1.95;0.20 2296;21;2153.00;9.50;2.00;1.57;0.20 +2297;0;2212.00;9.50;293.00;0.00;1.10 +2297;1;2215.50;9.50;281.50;0.29;1.10 +2297;2;2230.00;9.50;281.00;0.98;1.10 +2297;3;2198.00;9.50;288.50;-1.26;1.10 +2297;4;2230.50;9.50;282.50;1.05;1.10 +2297;5;2226.00;9.50;293.50;1.60;1.10 +2297;6;2199.00;9.50;301.00;4.16;1.10 +2297;7;2213.00;9.50;305.50;3.06;1.10 +2297;9;2198.86;9.50;293.00;1.57;1.10 +2297;10;2225.14;9.50;293.00;-1.57;1.10 +2297;11;2217.60;9.50;274.60;0.29;1.10 +2297;12;2240.80;9.50;273.80;0.98;1.10 +2297;13;2189.60;9.50;285.80;-1.26;1.10 +2297;14;2241.60;9.50;276.20;1.05;1.10 +2297;15;2234.40;9.50;293.80;1.60;1.10 +2297;16;2191.20;9.50;305.80;4.16;1.10 +2297;17;2213.60;9.50;313.00;3.06;1.10 2297;21;2198.86;9.50;293.00;1.57;1.10 +2298;0;2316.00;9.50;820.00;0.00;1.22 +2298;1;2314.00;9.50;809.00;-0.18;1.22 +2298;2;2329.00;9.50;815.00;1.20;1.22 +2298;3;2299.50;9.50;812.00;-1.11;1.22 +2298;4;2303.50;9.50;821.50;4.59;1.22 +2298;5;2323.50;9.50;830.50;2.52;1.22 +2298;6;2312.00;9.50;833.50;3.43;1.22 +2298;9;2305.02;9.50;820.00;1.57;1.22 +2298;10;2326.98;9.50;820.00;-1.57;1.22 +2298;11;2312.80;9.50;802.40;-0.18;1.22 +2298;12;2336.80;9.50;812.00;1.20;1.22 +2298;13;2289.60;9.50;807.20;-1.11;1.22 +2298;14;2296.00;9.50;822.40;4.59;1.22 +2298;15;2328.00;9.50;836.80;2.52;1.22 +2298;16;2309.60;9.50;841.60;3.43;1.22 2298;21;2305.02;9.50;820.00;1.57;1.22 +2299;0;2365.00;9.50;1660.00;0.00;1.28 +2299;1;2364.00;9.50;1647.50;-0.08;1.28 +2299;2;2377.50;9.50;1645.50;0.71;1.28 +2299;3;2377.00;9.50;1661.50;1.69;1.28 +2299;4;2350.50;9.50;1661.50;4.60;1.28 +2299;5;2360.50;9.50;1672.50;3.48;1.28 +2299;6;2374.50;9.50;1675.00;2.57;1.28 +2299;9;2353.12;9.50;1660.00;1.57;1.28 +2299;10;2376.88;9.50;1660.00;-1.57;1.28 +2299;11;2363.40;9.50;1640.00;-0.08;1.28 +2299;12;2385.00;9.50;1636.80;0.71;1.28 +2299;13;2384.20;9.50;1662.40;1.69;1.28 +2299;14;2341.80;9.50;1662.40;4.60;1.28 +2299;15;2357.80;9.50;1680.00;3.48;1.28 +2299;16;2380.20;9.50;1684.00;2.57;1.28 2299;21;2353.12;9.50;1660.00;1.57;1.28 +2300;0;2588.00;9.50;1347.00;0.00;1.08 +2300;1;2584.00;9.50;1340.50;-0.55;1.08 +2300;2;2599.50;9.50;1334.50;0.74;1.08 +2300;3;2601.50;9.50;1339.50;1.06;1.08 +2300;4;2603.00;9.50;1346.50;1.53;1.08 +2300;5;2569.50;9.50;1348.00;4.65;1.08 +2300;6;2574.50;9.50;1354.00;4.23;1.08 +2300;7;2592.00;9.50;1354.50;2.65;1.08 +2300;9;2575.40;9.50;1347.00;1.57;1.08 +2300;10;2600.60;9.50;1347.00;-1.57;1.08 +2300;11;2581.60;9.50;1336.60;-0.55;1.08 +2300;12;2606.40;9.50;1327.00;0.74;1.08 +2300;13;2609.60;9.50;1335.00;1.06;1.08 +2300;14;2612.00;9.50;1346.20;1.53;1.08 +2300;15;2558.40;9.50;1348.60;4.65;1.08 +2300;16;2566.40;9.50;1358.20;4.23;1.08 +2300;17;2594.40;9.50;1359.00;2.65;1.08 2300;21;2575.40;9.50;1347.00;1.57;1.08 +2301;0;1007.00;9.50;279.00;0.00;1.58 +2301;1;1010.50;9.50;264.00;0.22;1.58 +2301;2;994.00;9.50;261.00;-0.62;1.58 +2301;3;989.00;9.50;271.50;-1.17;1.58 +2301;4;1025.50;9.50;271.50;1.18;1.58 +2301;5;1022.50;9.50;286.50;2.02;1.58 +2301;6;995.50;9.50;287.50;4.07;1.58 +2301;7;1012.50;9.50;298.50;2.86;1.58 +2301;8;1020.50;9.50;301.50;2.60;1.58 +2301;9;992.78;9.50;279.00;1.57;1.58 +2301;10;1021.22;9.50;279.00;-1.57;1.58 +2301;11;1012.60;9.50;255.00;0.22;1.58 +2301;12;986.20;9.50;250.20;-0.62;1.58 +2301;13;978.20;9.50;267.00;-1.17;1.58 +2301;14;1036.60;9.50;267.00;1.18;1.58 +2301;15;1031.80;9.50;291.00;2.02;1.58 +2301;16;988.60;9.50;292.60;4.07;1.58 +2301;17;1015.80;9.50;310.20;2.86;1.58 +2301;18;1028.60;9.50;315.00;2.60;1.58 2301;21;992.78;9.50;279.00;1.57;1.58 +2302;0;388.00;9.50;446.00;0.00;1.02 +2302;1;381.00;9.50;433.50;-0.51;1.02 +2302;2;372.50;9.50;444.00;-1.44;1.02 +2302;3;399.50;9.50;442.50;1.27;1.02 +2302;4;404.50;9.50;454.50;2.04;1.02 +2302;5;374.50;9.50;455.00;4.12;1.02 +2302;6;387.00;9.50;456.50;3.23;1.02 +2302;9;374.50;9.50;446.00;1.57;1.02 +2302;10;401.50;9.50;446.00;-1.57;1.02 +2302;11;376.80;9.50;426.00;-0.51;1.02 +2302;12;363.20;9.50;442.80;-1.44;1.02 +2302;13;406.40;9.50;440.40;1.27;1.02 +2302;14;414.40;9.50;459.60;2.04;1.02 +2302;15;366.40;9.50;460.40;4.12;1.02 +2302;16;386.40;9.50;462.80;3.23;1.02 2302;21;374.50;9.50;446.00;1.57;1.02 +2303;0;113.00;9.50;1486.00;0.00;1.00 +2303;1;99.00;9.50;1473.00;-0.82;1.00 +2303;2;114.50;9.50;1476.50;0.15;1.00 +2303;3;99.00;9.50;1486.00;4.71;1.00 +2303;4;129.50;9.50;1486.50;1.60;1.00 +2303;5;115.50;9.50;1495.50;2.88;1.00 +2303;9;101.30;9.50;1486.00;1.57;1.00 +2303;10;124.70;9.50;1486.00;-1.57;1.00 +2303;11;90.60;9.50;1465.20;-0.82;1.00 +2303;12;115.40;9.50;1470.80;0.15;1.00 +2303;13;90.60;9.50;1486.00;4.71;1.00 +2303;14;139.40;9.50;1486.80;1.60;1.00 +2303;15;117.00;9.50;1501.20;2.88;1.00 2303;21;101.30;9.50;1486.00;1.57;1.00 +2304;0;48.00;9.50;1185.00;0.00;1.22 +2304;1;41.00;9.50;1174.00;-0.56;1.22 +2304;2;56.00;9.50;1174.50;0.65;1.22 +2304;3;31.00;9.50;1180.50;-1.31;1.22 +2304;4;61.50;9.50;1186.50;1.68;1.22 +2304;5;38.00;9.50;1191.50;4.13;1.22 +2304;6;53.50;9.50;1198.00;2.74;1.22 +2304;9;36.48;9.50;1185.00;1.57;1.22 +2304;10;59.52;9.50;1185.00;-1.57;1.22 +2304;11;36.80;9.50;1167.40;-0.56;1.22 +2304;12;60.80;9.50;1168.20;0.65;1.22 +2304;13;20.80;9.50;1177.80;-1.31;1.22 +2304;14;69.60;9.50;1187.40;1.68;1.22 +2304;15;32.00;9.50;1195.40;4.13;1.22 +2304;16;56.80;9.50;1205.80;2.74;1.22 2304;21;36.48;9.50;1185.00;1.57;1.22 +2305;0;474.00;9.50;1494.00;0.00;1.24 +2305;1;470.50;9.50;1479.50;-0.23;1.24 +2305;2;484.00;9.50;1483.50;0.76;1.24 +2305;3;460.00;9.50;1495.50;4.60;1.24 +2305;4;487.00;9.50;1498.50;1.90;1.24 +2305;5;470.50;9.50;1507.50;3.39;1.24 +2305;6;484.50;9.50;1507.00;2.46;1.24 +2305;9;461.94;9.50;1494.00;1.57;1.24 +2305;10;486.06;9.50;1494.00;-1.57;1.24 +2305;11;468.40;9.50;1470.80;-0.23;1.24 +2305;12;490.00;9.50;1477.20;0.76;1.24 +2305;13;451.60;9.50;1496.40;4.60;1.24 +2305;14;494.80;9.50;1501.20;1.90;1.24 +2305;15;468.40;9.50;1515.60;3.39;1.24 +2305;16;490.80;9.50;1514.80;2.46;1.24 2305;21;461.94;9.50;1494.00;1.57;1.24 +2306;0;614.00;9.50;640.00;0.00;1.38 +2306;1;596.00;9.50;623.50;-0.82;1.38 +2306;2;604.00;9.50;625.00;-0.58;1.38 +2306;3;597.50;9.50;634.00;-1.22;1.38 +2306;4;624.00;9.50;634.00;1.03;1.38 +2306;5;633.00;9.50;645.50;1.85;1.38 +2306;6;608.00;9.50;651.00;3.64;1.38 +2306;7;623.50;9.50;652.50;2.49;1.38 +2306;9;599.42;9.50;640.00;1.57;1.38 +2306;10;628.58;9.50;640.00;-1.57;1.38 +2306;11;585.20;9.50;613.60;-0.82;1.38 +2306;12;598.00;9.50;616.00;-0.58;1.38 +2306;13;587.60;9.50;630.40;-1.22;1.38 +2306;14;630.00;9.50;630.40;1.03;1.38 +2306;15;644.40;9.50;648.80;1.85;1.38 +2306;16;604.40;9.50;657.60;3.64;1.38 +2306;17;629.20;9.50;660.00;2.49;1.38 2306;21;599.42;9.50;640.00;1.57;1.38 +2307;0;1298.00;9.50;985.00;0.00;1.24 +2307;1;1301.00;9.50;973.00;0.24;1.24 +2307;2;1309.50;9.50;968.50;0.60;1.24 +2307;3;1310.00;9.50;977.50;1.01;1.24 +2307;4;1285.50;9.50;983.50;-1.45;1.24 +2307;5;1307.00;9.50;992.50;2.26;1.24 +2307;6;1278.50;9.50;990.50;4.43;1.24 +2307;7;1285.00;9.50;992.50;4.18;1.24 +2307;8;1298.00;9.50;996.50;3.14;1.24 +2307;9;1286.48;9.50;985.00;1.57;1.24 +2307;10;1309.52;9.50;985.00;-1.57;1.24 +2307;11;1302.80;9.50;965.80;0.24;1.24 +2307;12;1316.40;9.50;958.60;0.60;1.24 +2307;13;1317.20;9.50;973.00;1.01;1.24 +2307;14;1278.00;9.50;982.60;-1.45;1.24 +2307;15;1312.40;9.50;997.00;2.26;1.24 +2307;16;1266.80;9.50;993.80;4.43;1.24 +2307;17;1277.20;9.50;997.00;4.18;1.24 +2307;18;1298.00;9.50;1003.40;3.14;1.24 2307;21;1286.48;9.50;985.00;1.57;1.24 +2309;0;3094.00;9.50;1622.00;0.00;0.60 +2309;1;3101.50;9.50;1615.00;0.82;0.60 +2309;2;3096.00;9.50;1615.50;0.29;0.60 +2309;3;3101.50;9.50;1616.50;0.93;0.60 +2309;4;3104.50;9.50;1616.50;1.08;0.60 +2309;5;3094.50;9.50;1619.00;0.16;0.60 +2309;6;3107.50;9.50;1618.00;1.28;0.60 +2309;7;3106.00;9.50;1619.00;1.32;0.60 +2309;8;3083.00;9.50;1619.00;-1.30;0.60 +2309;9;3084.64;9.50;1622.00;1.57;0.60 +2309;10;3103.36;9.50;1622.00;-1.57;0.60 +2309;11;3106.00;9.50;1610.80;0.82;0.60 +2309;12;3097.20;9.50;1611.60;0.29;0.60 +2309;13;3106.00;9.50;1613.20;0.93;0.60 +2309;14;3110.80;9.50;1613.20;1.08;0.60 +2309;15;3094.80;9.50;1617.20;0.16;0.60 +2309;16;3115.60;9.50;1615.60;1.28;0.60 +2309;17;3113.20;9.50;1617.20;1.32;0.60 +2309;18;3076.40;9.50;1617.20;-1.30;0.60 2309;21;3094.00;9.50;1622.00;0.00;0.60 +2309;22;3101.50;9.50;1615.00;0.82;0.60 +2309;23;3096.00;9.50;1615.50;0.29;0.60 +2309;24;3101.50;9.50;1616.50;0.93;0.60 +2309;25;3104.50;9.50;1616.50;1.08;0.60 +2309;26;3094.50;9.50;1619.00;0.16;0.60 +2309;27;3107.50;9.50;1618.00;1.28;0.60 +2309;28;3106.00;9.50;1619.00;1.32;0.60 +2309;29;3083.00;9.50;1619.00;-1.30;0.60 +2309;30;3106.00;9.50;1610.80;0.82;0.60 +2309;31;3097.20;9.50;1611.60;0.29;0.60 +2309;32;3106.00;9.50;1613.20;0.93;0.60 +2309;33;3110.80;9.50;1613.20;1.08;0.60 +2309;34;3094.80;9.50;1617.20;0.16;0.60 +2309;35;3115.60;9.50;1615.60;1.28;0.60 +2309;36;3113.20;9.50;1617.20;1.32;0.60 +2309;37;3076.40;9.50;1617.20;-1.30;0.60 +2309;38;3103.36;9.50;1622.00;-1.57;0.60 +2310;0;3011.00;9.50;163.00;0.00;0.92 +2310;1;3014.50;9.50;151.50;0.29;0.92 +2310;2;3003.50;9.50;159.50;-1.13;0.92 +2310;3;3021.00;9.50;160.50;1.32;0.92 +2310;4;3017.00;9.50;172.50;2.57;0.92 +2310;5;3007.50;9.50;174.00;3.45;0.92 +2310;9;3002.72;9.50;163.00;1.57;0.92 +2310;10;3019.28;9.50;163.00;-1.57;0.92 +2310;11;3016.60;9.50;144.60;0.29;0.92 +2310;12;2999.00;9.50;157.40;-1.13;0.92 +2310;13;3027.00;9.50;159.00;1.32;0.92 +2310;14;3020.60;9.50;178.20;2.57;0.92 +2310;15;3005.40;9.50;180.60;3.45;0.92 2310;21;3002.72;9.50;163.00;1.57;0.92 +2311;0;1570.00;9.50;920.00;0.00;1.20 +2311;1;1570.00;9.50;904.00;0.00;1.20 +2311;2;1560.50;9.50;910.00;-0.76;1.20 +2311;3;1576.00;9.50;912.50;0.67;1.20 +2311;4;1559.00;9.50;924.50;4.32;1.20 +2311;5;1584.50;9.50;922.50;1.74;1.20 +2311;6;1584.00;9.50;927.00;2.03;1.20 +2311;7;1580.50;9.50;931.00;2.37;1.20 +2311;8;1569.50;9.50;932.00;3.18;1.20 +2311;9;1558.12;9.50;920.00;1.57;1.20 +2311;10;1581.88;9.50;920.00;-1.57;1.20 +2311;11;1570.00;9.50;894.40;0.00;1.20 +2311;12;1554.80;9.50;904.00;-0.76;1.20 +2311;13;1579.60;9.50;908.00;0.67;1.20 +2311;14;1552.40;9.50;927.20;4.32;1.20 +2311;15;1593.20;9.50;924.00;1.74;1.20 +2311;16;1592.40;9.50;931.20;2.03;1.20 +2311;17;1586.80;9.50;937.60;2.37;1.20 +2311;18;1569.20;9.50;939.20;3.18;1.20 2311;21;1558.12;9.50;920.00;1.57;1.20 +2312;0;2089.00;9.50;1561.00;0.00;1.56 +2312;1;2092.00;9.50;1545.50;0.19;1.56 +2312;2;2106.00;9.50;1542.00;0.73;1.56 +2312;3;2107.00;9.50;1551.50;1.08;1.56 +2312;4;2073.50;9.50;1562.50;4.61;1.56 +2312;5;2106.00;9.50;1562.50;1.65;1.56 +2312;6;2088.50;9.50;1573.50;3.18;1.56 +2312;7;2070.50;9.50;1579.50;3.92;1.56 +2312;9;2074.96;9.50;1561.00;1.57;1.56 +2312;10;2103.04;9.50;1561.00;-1.57;1.56 +2312;11;2093.80;9.50;1536.20;0.19;1.56 +2312;12;2116.20;9.50;1530.60;0.73;1.56 +2312;13;2117.80;9.50;1545.80;1.08;1.56 +2312;14;2064.20;9.50;1563.40;4.61;1.56 +2312;15;2116.20;9.50;1563.40;1.65;1.56 +2312;16;2088.20;9.50;1581.00;3.18;1.56 +2312;17;2059.40;9.50;1590.60;3.92;1.56 2312;21;2074.96;9.50;1561.00;1.57;1.56 +2313;0;569.00;9.50;129.00;0.00;1.34 +2313;1;553.50;9.50;112.50;-0.75;1.34 +2313;2;565.00;9.50;116.00;-0.29;1.34 +2313;3;554.50;9.50;122.00;-1.12;1.34 +2313;4;582.50;9.50;127.00;1.42;1.34 +2313;5;563.50;9.50;138.00;3.69;1.34 +2313;6;590.00;9.50;133.50;1.78;1.34 +2313;7;580.50;9.50;139.50;2.31;1.34 +2313;9;554.96;9.50;129.00;1.57;1.34 +2313;10;583.04;9.50;129.00;-1.57;1.34 +2313;11;544.20;9.50;102.60;-0.75;1.34 +2313;12;562.60;9.50;108.20;-0.29;1.34 +2313;13;545.80;9.50;117.80;-1.12;1.34 +2313;14;590.60;9.50;125.80;1.42;1.34 +2313;15;560.20;9.50;143.40;3.69;1.34 +2313;16;602.60;9.50;136.20;1.78;1.34 +2313;17;587.40;9.50;145.80;2.31;1.34 2313;21;554.96;9.50;129.00;1.57;1.34 +2314;0;3715.00;9.50;647.00;0.00;1.08 +2314;1;3720.00;9.50;637.50;0.48;1.08 +2314;2;3707.00;9.50;638.50;-0.75;1.08 +2314;3;3721.50;9.50;656.00;2.51;1.08 +2314;4;3708.50;9.50;657.00;3.71;1.08 +2314;9;3705.28;9.50;647.00;1.57;1.08 +2314;10;3724.72;9.50;647.00;-1.57;1.08 +2314;11;3723.00;9.50;631.80;0.48;1.08 +2314;12;3702.20;9.50;633.40;-0.75;1.08 +2314;13;3725.40;9.50;661.40;2.51;1.08 +2314;14;3704.60;9.50;663.00;3.71;1.08 2314;21;3705.28;9.50;647.00;1.57;1.08 +2315;0;5302.00;9.50;696.00;0.00;1.08 +2315;1;5298.00;9.50;684.00;-0.32;1.08 +2315;2;5309.50;9.50;684.00;0.55;1.08 +2315;3;5315.00;9.50;694.00;1.41;1.08 +2315;4;5289.00;9.50;697.00;4.63;1.08 +2315;5;5306.50;9.50;707.00;2.75;1.08 +2315;6;5320.50;9.50;704.50;2.00;1.08 +2315;7;5292.00;9.50;710.00;3.76;1.08 +2315;9;5289.94;9.50;696.00;1.57;1.08 +2315;10;5314.06;9.50;696.00;-1.57;1.08 +2315;11;5295.60;9.50;676.80;-0.32;1.08 +2315;12;5314.00;9.50;676.80;0.55;1.08 +2315;13;5322.80;9.50;692.80;1.41;1.08 +2315;14;5281.20;9.50;697.60;4.63;1.08 +2315;15;5309.20;9.50;713.60;2.75;1.08 +2315;16;5331.60;9.50;709.60;2.00;1.08 +2315;17;5286.00;9.50;718.40;3.76;1.08 2315;21;5289.94;9.50;696.00;1.57;1.08 +2316;0;5084.00;9.50;1164.00;0.00;0.94 +2316;1;5082.50;9.50;1151.00;-0.11;0.94 +2316;2;5093.00;9.50;1149.00;0.54;0.94 +2316;3;5093.50;9.50;1158.00;1.00;0.94 +2316;4;5072.00;9.50;1161.50;-1.36;0.94 +2316;5;5094.50;9.50;1174.00;2.33;0.94 +2316;6;5071.50;9.50;1170.00;4.26;0.94 +2316;7;5082.50;9.50;1175.50;3.27;0.94 +2316;9;5075.54;9.50;1164.00;1.57;0.94 +2316;10;5092.46;9.50;1164.00;-1.57;0.94 +2316;11;5081.60;9.50;1143.20;-0.11;0.94 +2316;12;5098.40;9.50;1140.00;0.54;0.94 +2316;13;5099.20;9.50;1154.40;1.00;0.94 +2316;14;5064.80;9.50;1160.00;-1.36;0.94 +2316;15;5100.80;9.50;1180.00;2.33;0.94 +2316;16;5064.00;9.50;1173.60;4.26;0.94 +2316;17;5081.60;9.50;1182.40;3.27;0.94 2316;21;5075.54;9.50;1164.00;1.57;0.94 +2317;0;4694.00;9.50;468.00;0.00;0.92 +2317;1;4690.50;9.50;458.00;-0.33;0.92 +2317;2;4681.50;9.50;456.50;-0.82;0.92 +2317;3;4683.00;9.50;467.50;-1.52;0.92 +2317;4;4705.50;9.50;466.00;1.39;0.92 +2317;5;4709.50;9.50;472.50;1.85;0.92 +2317;6;4690.00;9.50;477.00;3.56;0.92 +2317;7;4703.00;9.50;476.00;2.29;0.92 +2317;9;4683.02;9.50;468.00;1.57;0.92 +2317;10;4704.98;9.50;468.00;-1.57;0.92 +2317;11;4688.40;9.50;452.00;-0.33;0.92 +2317;12;4674.00;9.50;449.60;-0.82;0.92 +2317;13;4676.40;9.50;467.20;-1.52;0.92 +2317;14;4712.40;9.50;464.80;1.39;0.92 +2317;15;4718.80;9.50;475.20;1.85;0.92 +2317;16;4687.60;9.50;482.40;3.56;0.92 +2317;17;4708.40;9.50;480.80;2.29;0.92 2317;21;4683.02;9.50;468.00;1.57;0.92 +2318;0;4173.00;9.50;723.00;0.00;1.10 +2318;1;4168.00;9.50;711.00;-0.39;1.10 +2318;2;4179.50;9.50;715.50;0.71;1.10 +2318;3;4161.00;9.50;715.00;-0.98;1.10 +2318;4;4163.50;9.50;726.50;4.35;1.10 +2318;5;4186.00;9.50;726.50;1.83;1.10 +2318;6;4174.00;9.50;734.50;3.05;1.10 +2318;7;4165.50;9.50;738.00;3.60;1.10 +2318;9;4163.10;9.50;723.00;1.57;1.10 +2318;10;4182.90;9.50;723.00;-1.57;1.10 +2318;11;4165.00;9.50;703.80;-0.39;1.10 +2318;12;4183.40;9.50;711.00;0.71;1.10 +2318;13;4153.80;9.50;710.20;-0.98;1.10 +2318;14;4157.80;9.50;728.60;4.35;1.10 +2318;15;4193.80;9.50;728.60;1.83;1.10 +2318;16;4174.60;9.50;741.40;3.05;1.10 +2318;17;4161.00;9.50;747.00;3.60;1.10 2318;21;4163.10;9.50;723.00;1.57;1.10 +2319;0;4485.00;9.50;30.00;0.00;0.98 +2319;1;4474.50;9.50;27.00;-1.29;0.98 +2319;2;4494.00;9.50;22.00;0.84;0.98 +2319;3;4496.00;9.50;35.50;2.03;0.98 +2319;4;4478.00;9.50;44.00;3.60;0.98 +2319;5;4488.00;9.50;45.00;2.94;0.98 +2319;9;4476.18;9.50;30.00;1.57;0.98 +2319;10;4493.82;9.50;30.00;-1.57;0.98 +2319;11;4468.20;9.50;25.20;-1.29;0.98 +2319;12;4499.40;9.50;17.20;0.84;0.98 +2319;13;4502.60;9.50;38.80;2.03;0.98 +2319;14;4473.80;9.50;52.40;3.60;0.98 +2319;15;4489.80;9.50;54.00;2.94;0.98 2319;21;4476.18;9.50;30.00;1.57;0.98 +2320;0;3848.00;9.50;884.00;0.00;1.04 +2320;1;3843.50;9.50;875.50;-0.48;1.04 +2320;2;3852.50;9.50;869.50;0.30;1.04 +2320;3;3857.50;9.50;872.00;0.67;1.04 +2320;4;3861.50;9.50;875.50;1.00;1.04 +2320;5;3856.50;9.50;886.50;1.85;1.04 +2320;6;3838.00;9.50;890.50;4.13;1.04 +2320;7;3846.50;9.50;897.50;3.25;1.04 +2320;9;3838.64;9.50;884.00;1.57;1.04 +2320;10;3857.36;9.50;884.00;-1.57;1.04 +2320;11;3840.80;9.50;870.40;-0.48;1.04 +2320;12;3855.20;9.50;860.80;0.30;1.04 +2320;13;3863.20;9.50;864.80;0.67;1.04 +2320;14;3869.60;9.50;870.40;1.00;1.04 +2320;15;3861.60;9.50;888.00;1.85;1.04 +2320;16;3832.00;9.50;894.40;4.13;1.04 +2320;17;3845.60;9.50;905.60;3.25;1.04 2320;21;3838.64;9.50;884.00;1.57;1.04 +2321;0;2972.00;9.50;143.00;0.00;1.18 +2321;1;2963.00;9.50;131.00;-0.64;1.18 +2321;2;2977.50;9.50;133.00;0.50;1.18 +2321;3;2959.00;9.50;142.00;-1.49;1.18 +2321;4;2987.50;9.50;139.00;1.31;1.18 +2321;5;2984.00;9.50;149.50;2.06;1.18 +2321;6;2969.50;9.50;154.50;3.35;1.18 +2321;7;2980.00;9.50;159.50;2.69;1.18 +2321;9;2961.38;9.50;143.00;1.57;1.18 +2321;10;2982.62;9.50;143.00;-1.57;1.18 +2321;11;2957.60;9.50;123.80;-0.64;1.18 +2321;12;2980.80;9.50;127.00;0.50;1.18 +2321;13;2951.20;9.50;141.40;-1.49;1.18 +2321;14;2996.80;9.50;136.60;1.31;1.18 +2321;15;2991.20;9.50;153.40;2.06;1.18 +2321;16;2968.00;9.50;161.40;3.35;1.18 +2321;17;2984.80;9.50;169.40;2.69;1.18 2321;21;2961.38;9.50;143.00;1.57;1.18 +2322;0;2217.00;9.50;17.00;0.00;0.86 +2322;1;2209.00;9.50;18.50;4.52;0.86 +2322;2;2225.50;9.50;16.00;1.45;0.86 +2322;3;2220.50;9.50;26.50;2.78;0.86 +2322;9;2208.36;9.50;17.00;1.57;0.86 +2322;10;2225.64;9.50;17.00;-1.57;0.86 +2322;11;2204.20;9.50;19.40;4.52;0.86 +2322;12;2230.60;9.50;15.40;1.45;0.86 +2322;13;2222.60;9.50;32.20;2.78;0.86 2322;21;2208.36;9.50;17.00;1.57;0.86 +2323;0;2206.00;9.50;247.00;0.00;1.04 +2323;1;2192.50;9.50;235.00;-0.84;1.04 +2323;2;2206.00;9.50;235.50;0.00;1.04 +2323;3;2192.50;9.50;247.00;4.71;1.04 +2323;4;2221.00;9.50;247.00;1.57;1.04 +2323;5;2198.00;9.50;257.00;3.81;1.04 +2323;6;2212.50;9.50;258.50;2.62;1.04 +2323;9;2192.32;9.50;247.00;1.57;1.04 +2323;10;2219.68;9.50;247.00;-1.57;1.04 +2323;11;2184.40;9.50;227.80;-0.84;1.04 +2323;12;2206.00;9.50;228.60;0.00;1.04 +2323;13;2184.40;9.50;247.00;4.71;1.04 +2323;14;2230.00;9.50;247.00;1.57;1.04 +2323;15;2193.20;9.50;263.00;3.81;1.04 +2323;16;2216.40;9.50;265.40;2.62;1.04 2323;21;2192.32;9.50;247.00;1.57;1.04 +2324;0;2306.00;9.50;920.00;0.00;1.34 +2324;1;2315.00;9.50;904.50;0.52;1.34 +2324;2;2320.00;9.50;912.00;1.05;1.34 +2324;3;2305.00;9.50;907.50;-0.08;1.34 +2324;4;2292.50;9.50;920.00;4.71;1.34 +2324;5;2323.50;9.50;920.00;1.57;1.34 +2324;6;2310.50;9.50;928.50;2.65;1.34 +2324;7;2293.00;9.50;933.00;3.92;1.34 +2324;9;2293.22;9.50;920.00;1.57;1.34 +2324;10;2318.78;9.50;920.00;-1.57;1.34 +2324;11;2320.40;9.50;895.20;0.52;1.34 +2324;12;2328.40;9.50;907.20;1.05;1.34 +2324;13;2304.40;9.50;900.00;-0.08;1.34 +2324;14;2284.40;9.50;920.00;4.71;1.34 +2324;15;2334.00;9.50;920.00;1.57;1.34 +2324;16;2313.20;9.50;933.60;2.65;1.34 +2324;17;2285.20;9.50;940.80;3.92;1.34 2324;21;2293.22;9.50;920.00;1.57;1.34 +2325;0;2303.00;9.50;1610.00;0.00;1.22 +2325;1;2306.00;9.50;1596.00;0.21;1.22 +2325;2;2317.00;9.50;1598.00;0.86;1.22 +2325;3;2291.00;9.50;1614.00;4.39;1.22 +2325;4;2310.00;9.50;1617.00;2.35;1.22 +2325;5;2295.50;9.50;1626.00;3.58;1.22 +2325;6;2304.50;9.50;1626.50;3.05;1.22 +2325;9;2292.02;9.50;1610.00;1.57;1.22 +2325;10;2313.98;9.50;1610.00;-1.57;1.22 +2325;11;2307.80;9.50;1587.60;0.21;1.22 +2325;12;2325.40;9.50;1590.80;0.86;1.22 +2325;13;2283.80;9.50;1616.40;4.39;1.22 +2325;14;2314.20;9.50;1621.20;2.35;1.22 +2325;15;2291.00;9.50;1635.60;3.58;1.22 +2325;16;2305.40;9.50;1636.40;3.05;1.22 2325;21;2292.02;9.50;1610.00;1.57;1.22 +2326;0;2496.00;9.50;1360.00;0.00;1.26 +2326;1;2500.50;9.50;1345.00;0.29;1.26 +2326;2;2515.50;9.50;1349.00;1.05;1.26 +2326;3;2488.50;9.50;1352.50;-0.78;1.26 +2326;4;2523.50;9.50;1354.50;1.37;1.26 +2326;5;2508.50;9.50;1365.00;1.95;1.26 +2326;6;2473.50;9.50;1364.00;4.53;1.26 +2326;7;2481.00;9.50;1373.00;3.99;1.26 +2326;8;2493.50;9.50;1375.00;3.30;1.26 +2326;9;2476.02;9.50;1360.00;1.57;1.26 +2326;10;2515.98;9.50;1360.00;-1.57;1.26 +2326;11;2503.20;9.50;1336.00;0.29;1.26 +2326;12;2527.20;9.50;1342.40;1.05;1.26 +2326;13;2484.00;9.50;1348.00;-0.78;1.26 +2326;14;2540.00;9.50;1351.20;1.37;1.26 +2326;15;2516.00;9.50;1368.00;1.95;1.26 +2326;16;2460.00;9.50;1366.40;4.53;1.26 +2326;17;2472.00;9.50;1380.80;3.99;1.26 +2326;18;2492.00;9.50;1384.00;3.30;1.26 2326;21;2476.02;9.50;1360.00;1.57;1.26 +2327;0;1029.00;9.50;220.00;0.00;1.60 +2327;1;1029.50;9.50;204.00;0.03;1.60 +2327;2;1044.00;9.50;207.50;0.87;1.60 +2327;3;1013.00;9.50;217.50;-1.41;1.60 +2327;4;1041.50;9.50;228.00;2.14;1.60 +2327;5;1021.50;9.50;234.50;3.61;1.60 +2327;9;1014.60;9.50;220.00;1.57;1.60 +2327;10;1043.40;9.50;220.00;-1.57;1.60 +2327;11;1029.80;9.50;194.40;0.03;1.60 +2327;12;1053.00;9.50;200.00;0.87;1.60 +2327;13;1003.40;9.50;216.00;-1.41;1.60 +2327;14;1049.00;9.50;232.80;2.14;1.60 +2327;15;1017.00;9.50;243.20;3.61;1.60 2327;21;1014.60;9.50;220.00;1.57;1.60 +2328;0;401.00;9.50;494.00;0.00;1.12 +2328;1;393.50;9.50;480.50;-0.50;1.12 +2328;2;387.00;9.50;492.50;-1.46;1.12 +2328;3;412.50;9.50;490.00;1.23;1.12 +2328;4;419.50;9.50;502.00;1.97;1.12 +2328;5;406.00;9.50;506.00;2.74;1.12 +2328;9;386.96;9.50;494.00;1.57;1.12 +2328;10;415.04;9.50;494.00;-1.57;1.12 +2328;11;389.00;9.50;472.40;-0.50;1.12 +2328;12;378.60;9.50;491.60;-1.46;1.12 +2328;13;419.40;9.50;487.60;1.23;1.12 +2328;14;430.60;9.50;506.80;1.97;1.12 +2328;15;409.00;9.50;513.20;2.74;1.12 2328;21;386.96;9.50;494.00;1.57;1.12 +2329;0;483.00;9.50;1413.00;0.00;1.12 +2329;1;471.00;9.50;1409.00;-1.24;1.12 +2329;2;484.00;9.50;1400.50;0.08;1.12 +2329;3;496.00;9.50;1411.00;1.41;1.12 +2329;4;471.50;9.50;1423.50;3.97;1.12 +2329;5;487.50;9.50;1424.50;2.76;1.12 +2329;9;471.66;9.50;1413.00;1.57;1.12 +2329;10;494.34;9.50;1413.00;-1.57;1.12 +2329;11;463.80;9.50;1406.60;-1.24;1.12 +2329;12;484.60;9.50;1393.00;0.08;1.12 +2329;13;503.80;9.50;1409.80;1.41;1.12 +2329;14;464.60;9.50;1429.80;3.97;1.12 +2329;15;490.20;9.50;1431.40;2.76;1.12 2329;21;471.66;9.50;1413.00;1.57;1.12 +2330;0;690.00;9.50;657.00;0.00;1.46 +2330;1;681.50;9.50;645.00;-0.61;1.46 +2330;2;690.00;9.50;639.00;0.00;1.46 +2330;3;700.50;9.50;649.00;0.92;1.46 +2330;4;671.00;9.50;654.00;-1.41;1.46 +2330;5;678.00;9.50;665.00;4.12;1.46 +2330;6;700.00;9.50;667.50;2.38;1.46 +2330;7;688.00;9.50;674.50;3.25;1.46 +2330;9;674.70;9.50;657.00;1.57;1.46 +2330;10;705.30;9.50;657.00;-1.57;1.46 +2330;11;676.40;9.50;637.80;-0.61;1.46 +2330;12;690.00;9.50;628.20;0.00;1.46 +2330;13;706.80;9.50;644.20;0.92;1.46 +2330;14;659.60;9.50;652.20;-1.41;1.46 +2330;15;670.80;9.50;669.80;4.12;1.46 +2330;16;706.00;9.50;673.80;2.38;1.46 +2330;17;686.80;9.50;685.00;3.25;1.46 2330;21;674.70;9.50;657.00;1.57;1.46 +2331;0;1347.00;9.50;1017.00;0.00;1.30 +2331;1;1345.50;9.50;1003.50;-0.11;1.30 +2331;2;1331.50;9.50;1008.50;-1.06;1.30 +2331;3;1360.50;9.50;1013.50;1.31;1.30 +2331;4;1338.50;9.50;1025.00;3.95;1.30 +2331;5;1363.50;9.50;1023.50;1.94;1.30 +2331;6;1355.50;9.50;1030.50;2.58;1.30 +2331;7;1348.00;9.50;1034.50;3.08;1.30 +2331;9;1333.86;9.50;1017.00;1.57;1.30 +2331;10;1360.14;9.50;1017.00;-1.57;1.30 +2331;11;1344.60;9.50;995.40;-0.11;1.30 +2331;12;1322.20;9.50;1003.40;-1.06;1.30 +2331;13;1368.60;9.50;1011.40;1.31;1.30 +2331;14;1333.40;9.50;1029.80;3.95;1.30 +2331;15;1373.40;9.50;1027.40;1.94;1.30 +2331;16;1360.60;9.50;1038.60;2.58;1.30 +2331;17;1348.60;9.50;1045.00;3.08;1.30 2331;21;1333.86;9.50;1017.00;1.57;1.30 +2332;0;3296.00;9.50;1752.00;-1.20;0.80 +2332;1;3295.50;9.50;1744.00;-0.06;0.80 +2332;2;3292.00;9.50;1746.50;-0.62;0.80 +2332;3;3299.50;9.50;1745.50;0.49;0.80 +2332;4;3304.50;9.50;1745.00;0.88;0.80 +2332;5;3305.50;9.50;1748.50;1.21;0.80 +2332;6;3307.00;9.50;1750.50;1.43;0.80 +2332;7;3289.50;9.50;1750.00;-1.27;0.80 +2332;8;3288.00;9.50;1753.00;4.58;0.80 +2332;9;3287.72;9.50;1752.00;1.57;0.80 +2332;10;3304.28;9.50;1752.00;-1.57;0.80 +2332;11;3295.20;9.50;1739.20;-0.06;0.80 +2332;12;3289.60;9.50;1743.20;-0.62;0.80 +2332;13;3301.60;9.50;1741.60;0.49;0.80 +2332;14;3309.60;9.50;1740.80;0.88;0.80 +2332;15;3311.20;9.50;1746.40;1.21;0.80 +2332;16;3313.60;9.50;1749.60;1.43;0.80 +2332;17;3285.60;9.50;1748.80;-1.27;0.80 +2332;18;3283.20;9.50;1753.60;4.58;0.80 +2332;21;3296.00;9.50;1752.00;-1.20;0.80 +2332;22;3295.50;9.50;1744.00;-0.06;0.80 +2332;23;3292.00;9.50;1746.50;-0.62;0.80 +2332;24;3299.50;9.50;1745.50;0.49;0.80 +2332;25;3304.50;9.50;1745.00;0.88;0.80 +2332;26;3305.50;9.50;1748.50;1.21;0.80 +2332;27;3307.00;9.50;1750.50;1.43;0.80 +2332;28;3289.50;9.50;1750.00;-1.27;0.80 +2332;29;3288.00;9.50;1753.00;4.58;0.80 +2332;30;3295.20;9.50;1739.20;-0.06;0.80 +2332;31;3289.60;9.50;1743.20;-0.62;0.80 +2332;32;3301.60;9.50;1741.60;0.49;0.80 +2332;33;3309.60;9.50;1740.80;0.88;0.80 +2332;34;3311.20;9.50;1746.40;1.21;0.80 +2332;35;3313.60;9.50;1749.60;1.43;0.80 +2332;36;3285.60;9.50;1748.80;-1.27;0.80 +2332;37;3283.20;9.50;1753.60;4.58;0.80 +2332;38;3304.28;9.50;1752.00;-1.57;0.80 +2333;0;3047.00;9.50;1626.00;0.00;0.88 +2333;1;3047.50;9.50;1615.50;0.04;0.88 +2333;2;3042.00;9.50;1619.50;-0.65;0.88 +2333;3;3050.50;9.50;1616.00;0.33;0.88 +2333;4;3055.50;9.50;1619.00;0.88;0.88 +2333;5;3059.50;9.50;1625.00;1.49;0.88 +2333;6;3036.00;9.50;1625.00;-1.48;0.88 +2333;7;3042.50;9.50;1625.50;-1.46;0.88 +2333;8;3037.50;9.50;1630.50;4.27;0.88 +2333;9;3038.36;9.65;1626.00;1.57;0.88 +2333;10;3055.64;9.50;1626.00;-1.57;0.88 +2333;11;3047.80;9.50;1609.20;0.04;0.88 +2333;12;3039.00;9.50;1615.60;-0.65;0.88 +2333;13;3052.60;9.50;1610.00;0.33;0.88 +2333;14;3060.60;9.50;1614.80;0.88;0.88 +2333;15;3067.00;9.50;1624.40;1.49;0.88 +2333;16;3029.40;9.50;1624.40;-1.48;0.88 +2333;17;3039.80;9.67;1625.20;-1.46;0.88 +2333;18;3031.80;9.50;1633.20;4.27;0.88 2333;21;3038.36;9.65;1626.00;1.57;0.88 +2334;0;3074.00;9.50;40.00;0.00;0.88 +2334;1;3068.00;9.50;36.00;-0.98;0.88 +2334;2;3082.50;9.50;33.50;0.91;0.88 +2334;3;3080.50;9.50;44.50;2.17;0.88 +2334;4;3058.50;9.50;43.50;4.49;0.88 +2334;5;3058.50;9.50;44.00;4.46;0.88 +2334;6;3066.00;9.50;47.50;3.95;0.88 +2334;9;3063.38;9.50;40.00;1.57;0.88 +2334;10;3084.62;9.50;40.00;-1.57;0.88 +2334;11;3064.40;9.50;33.60;-0.98;0.88 +2334;12;3087.60;9.50;29.60;0.91;0.88 +2334;13;3084.40;9.50;47.20;2.17;0.88 +2334;14;3049.20;9.50;45.60;4.49;0.88 +2334;15;3049.20;9.50;46.40;4.46;0.88 +2334;16;3061.20;9.50;52.00;3.95;0.88 2334;21;3063.38;9.50;40.00;1.57;0.88 +2335;0;1522.00;9.50;836.00;0.00;1.22 +2335;1;1534.50;9.50;823.50;0.78;1.22 +2335;2;1521.00;9.50;826.00;-0.10;1.22 +2335;3;1537.50;9.50;826.00;0.99;1.22 +2335;4;1507.00;9.50;830.50;-1.21;1.22 +2335;5;1537.00;9.50;833.00;1.37;1.22 +2335;6;1511.00;9.50;843.50;4.11;1.22 +2335;7;1523.00;9.50;847.50;3.05;1.22 +2335;9;1509.58;9.50;836.00;1.57;1.22 +2335;10;1534.42;9.50;836.00;-1.57;1.22 +2335;11;1542.00;9.50;816.00;0.78;1.22 +2335;12;1520.40;9.50;820.00;-0.10;1.22 +2335;13;1546.80;9.50;820.00;0.99;1.22 +2335;14;1498.00;9.50;827.20;-1.21;1.22 +2335;15;1546.00;9.50;831.20;1.37;1.22 +2335;16;1504.40;9.50;848.00;4.11;1.22 +2335;17;1523.60;9.50;854.40;3.05;1.22 2335;21;1509.58;9.50;836.00;1.57;1.22 +2336;0;2092.00;9.50;1445.00;0.00;1.34 +2336;1;2083.00;9.50;1433.00;-0.64;1.34 +2336;2;2095.50;9.50;1430.00;0.22;1.34 +2336;3;2106.00;9.50;1443.50;1.46;1.34 +2336;4;2077.00;9.50;1447.50;4.54;1.34 +2336;5;2109.50;9.50;1455.50;2.11;1.34 +2336;6;2084.50;9.50;1459.00;3.63;1.34 +2336;7;2101.00;9.50;1457.50;2.51;1.34 +2336;9;2079.94;9.50;1445.00;1.57;1.34 +2336;10;2104.06;9.50;1445.00;-1.57;1.34 +2336;11;2077.60;9.50;1425.80;-0.64;1.34 +2336;12;2097.60;9.50;1421.00;0.22;1.34 +2336;13;2114.40;9.50;1442.60;1.46;1.34 +2336;14;2068.00;9.50;1449.00;4.54;1.34 +2336;15;2120.00;9.50;1461.80;2.11;1.34 +2336;16;2080.00;9.50;1467.40;3.63;1.34 +2336;17;2106.40;9.50;1465.00;2.51;1.34 2336;21;2079.94;9.50;1445.00;1.57;1.34 +2337;0;579.00;9.50;78.00;0.00;1.32 +2337;1;580.00;9.50;63.50;0.06;1.32 +2337;2;592.50;9.50;68.50;0.95;1.32 +2337;3;572.00;9.50;64.50;-0.47;1.32 +2337;4;566.00;9.50;75.50;-1.38;1.32 +2337;5;589.00;9.50;84.50;2.14;1.32 +2337;6;570.00;9.50;90.50;3.76;1.32 +2337;9;565.32;9.50;78.00;1.57;1.32 +2337;10;592.68;9.50;78.00;-1.57;1.32 +2337;11;580.60;9.50;54.80;0.06;1.32 +2337;12;600.60;9.50;62.80;0.95;1.32 +2337;13;567.80;9.50;56.40;-0.47;1.32 +2337;14;558.20;9.50;74.00;-1.38;1.32 +2337;15;595.00;9.50;88.40;2.14;1.32 +2337;16;564.60;9.50;98.00;3.76;1.32 2337;21;565.32;9.50;78.00;1.57;1.32 +2338;0;3730.00;9.50;545.00;0.00;1.02 +2338;1;3730.50;9.50;533.00;0.04;1.02 +2338;2;3740.50;9.50;533.00;0.71;1.02 +2338;3;3718.00;9.50;533.50;-0.80;1.02 +2338;4;3740.50;9.50;543.50;1.42;1.02 +2338;5;3720.50;9.50;546.50;4.55;1.02 +2338;6;3740.50;9.50;556.50;2.40;1.02 +2338;7;3732.00;9.50;558.50;2.99;1.02 +2338;9;3720.82;9.50;545.00;1.57;1.02 +2338;10;3739.18;9.50;545.00;-1.57;1.02 +2338;11;3730.80;9.50;525.80;0.04;1.02 +2338;12;3746.80;9.50;525.80;0.71;1.02 +2338;13;3710.80;9.50;526.60;-0.80;1.02 +2338;14;3746.80;9.50;542.60;1.42;1.02 +2338;15;3714.80;9.50;547.40;4.55;1.02 +2338;16;3746.80;9.50;563.40;2.40;1.02 +2338;17;3733.20;9.50;566.60;2.99;1.02 2338;21;3720.82;9.50;545.00;1.57;1.02 +2339;0;5265.00;9.50;748.00;0.00;1.04 +2339;1;5261.00;9.50;735.50;-0.31;1.04 +2339;2;5252.50;9.50;748.00;4.71;1.04 +2339;3;5273.50;9.50;736.00;0.61;1.04 +2339;4;5278.00;9.50;746.50;1.45;1.04 +2339;5;5268.50;9.50;755.00;2.67;1.04 +2339;6;5270.00;9.50;759.00;2.71;1.04 +2339;9;5252.76;9.50;748.00;1.57;1.04 +2339;10;5277.24;9.50;748.00;-1.57;1.04 +2339;11;5258.60;9.50;728.00;-0.31;1.04 +2339;12;5245.00;9.50;748.00;4.71;1.04 +2339;13;5278.60;9.50;728.80;0.61;1.04 +2339;14;5285.80;9.50;745.60;1.45;1.04 +2339;15;5270.60;9.50;759.20;2.67;1.04 +2339;16;5273.00;10.75;765.60;2.71;1.04 2339;21;5252.76;9.50;748.00;1.57;1.04 +2340;0;5057.00;9.50;1118.00;0.00;1.00 +2340;1;5044.50;9.50;1108.00;-0.89;1.00 +2340;2;5065.50;9.50;1115.50;1.28;1.00 +2340;3;5038.00;9.50;1111.50;-1.24;1.00 +2340;4;5038.00;9.50;1112.00;-1.26;1.00 +2340;5;5049.00;9.50;1121.00;4.35;1.00 +2340;6;5069.00;9.50;1128.00;2.26;1.00 +2340;9;5042.06;9.50;1118.00;1.57;1.00 +2340;10;5071.94;9.50;1118.00;-1.57;1.00 +2340;11;5037.00;9.50;1102.00;-0.89;1.00 +2340;12;5070.60;9.50;1114.00;1.28;1.00 +2340;13;5026.60;9.50;1107.60;-1.24;1.00 +2340;14;5026.60;9.50;1108.40;-1.26;1.00 +2340;15;5044.20;9.50;1122.80;4.35;1.00 +2340;16;5076.20;9.50;1134.00;2.26;1.00 2340;21;5042.06;9.50;1118.00;1.57;1.00 +2341;0;4648.00;9.50;438.00;0.00;1.16 +2341;1;4647.50;9.50;426.50;-0.04;1.16 +2341;2;4658.50;9.50;425.00;0.67;1.16 +2341;3;4661.50;9.50;434.00;1.28;1.16 +2341;4;4637.00;9.50;438.00;4.71;1.16 +2341;5;4658.50;9.50;441.50;1.89;1.16 +2341;6;4650.50;9.50;447.50;2.88;1.16 +2341;7;4636.00;9.50;450.00;3.92;1.16 +2341;8;4641.00;9.50;453.00;3.57;1.16 +2341;9;4636.84;9.50;438.00;1.57;1.16 +2341;10;4659.16;9.50;438.00;-1.57;1.16 +2341;11;4647.20;9.50;419.60;-0.04;1.16 +2341;12;4664.80;9.50;417.20;0.67;1.16 +2341;13;4669.60;9.50;431.60;1.28;1.16 +2341;14;4630.40;9.50;438.00;4.71;1.16 +2341;15;4664.80;9.50;443.60;1.89;1.16 +2341;16;4652.00;9.50;453.20;2.88;1.16 +2341;17;4628.80;9.50;457.20;3.92;1.16 +2341;18;4636.80;9.50;462.00;3.57;1.16 2341;21;4636.84;9.50;438.00;1.57;1.16 +2342;0;4135.00;9.50;739.00;0.00;0.80 +2342;1;4134.00;9.50;727.50;-0.08;0.80 +2342;2;4144.50;9.50;734.50;1.12;0.80 +2342;3;4126.50;9.50;735.00;-1.13;0.80 +2342;4;4126.50;9.50;747.50;3.92;0.80 +2342;5;4135.50;9.50;750.50;3.09;0.80 +2342;9;4127.80;9.50;739.00;1.57;0.80 +2342;10;4142.20;9.50;739.00;-1.57;0.80 +2342;11;4133.40;9.50;720.60;-0.08;0.80 +2342;12;4150.20;9.50;731.80;1.12;0.80 +2342;13;4121.40;9.50;732.60;-1.13;0.80 +2342;14;4121.40;9.50;752.60;3.92;0.80 +2342;15;4135.80;9.50;757.40;3.09;0.80 2342;21;4127.80;9.50;739.00;1.57;0.80 +2343;0;4525.00;9.50;11.00;0.00;0.58 +2343;1;4514.00;9.50;12.50;4.57;0.58 +2343;2;4537.00;9.50;11.50;1.61;0.58 +2343;3;4526.50;9.50;18.50;2.94;0.58 +2343;9;4515.28;9.50;11.00;1.57;0.58 +2343;10;4534.72;9.50;11.00;-1.57;0.58 +2343;11;4507.40;9.50;13.40;4.57;0.58 +2343;12;4544.20;9.50;11.80;1.61;0.58 +2343;13;4527.40;9.50;23.00;2.94;0.58 2343;21;4515.28;9.50;11.00;1.57;0.58 +2344;0;3911.00;9.50;864.00;0.00;0.82 +2344;1;3917.50;9.50;854.50;0.60;0.82 +2344;2;3902.00;9.50;859.50;-1.10;0.82 +2344;3;3924.00;9.50;862.00;1.41;0.82 +2344;4;3893.00;9.50;865.50;4.62;0.82 +2344;5;3900.50;9.50;870.50;4.15;0.82 +2344;6;3916.00;9.50;871.50;2.55;0.82 +2344;9;3899.66;9.50;864.00;1.57;0.82 +2344;10;3922.34;9.50;864.00;-1.57;0.82 +2344;11;3921.40;9.50;848.80;0.60;0.82 +2344;12;3896.60;9.50;856.80;-1.10;0.82 +2344;13;3931.80;9.50;860.80;1.41;0.82 +2344;14;3882.20;9.50;866.40;4.62;0.82 +2344;15;3894.20;9.50;874.40;4.15;0.82 +2344;16;3919.00;9.50;876.00;2.55;0.82 2344;21;3899.66;9.50;864.00;1.57;0.82 +2345;0;2922.00;9.50;140.00;0.00;1.04 +2345;1;2927.00;9.50;128.00;0.39;1.04 +2345;2;2913.50;9.50;135.50;-1.08;1.04 +2345;3;2934.00;9.50;140.50;1.61;1.04 +2345;4;2906.50;9.50;147.00;4.28;1.04 +2345;5;2920.00;9.50;149.00;3.36;1.04 +2345;6;2934.50;9.50;148.50;2.16;1.04 +2345;9;2911.74;9.50;140.00;1.57;1.04 +2345;10;2932.26;9.50;140.00;-1.57;1.04 +2345;11;2930.00;9.50;120.80;0.39;1.04 +2345;12;2908.40;9.50;132.80;-1.08;1.04 +2345;13;2941.20;9.50;140.80;1.61;1.04 +2345;14;2897.20;9.50;151.20;4.28;1.04 +2345;15;2918.80;9.50;154.40;3.36;1.04 +2345;16;2942.00;9.50;153.60;2.16;1.04 2345;21;2911.74;9.50;140.00;1.57;1.04 +2346;0;2256.00;9.50;24.00;0.00;1.00 +2346;1;2245.00;9.50;19.50;-1.18;1.00 +2346;2;2260.50;9.50;16.50;0.54;1.00 +2346;3;2252.50;9.70;25.50;4.30;1.00 +2346;4;2266.50;9.50;29.00;2.01;1.00 +2346;5;2250.00;9.50;33.50;3.70;1.00 +2346;6;2260.00;9.50;36.00;2.82;1.00 +2346;9;2246.28;9.50;24.00;1.57;1.00 +2346;10;2265.72;9.50;24.00;-1.57;1.00 +2346;11;2238.40;9.50;16.80;-1.18;1.00 +2346;12;2263.20;9.50;12.00;0.54;1.00 +2346;13;2250.40;9.70;26.40;4.30;1.00 +2346;14;2272.80;9.50;32.00;2.01;1.00 +2346;15;2246.40;9.50;39.20;3.70;1.00 +2346;16;2262.40;9.50;43.20;2.82;1.00 2346;21;2246.28;9.50;24.00;1.57;1.00 +2347;0;2256.00;9.50;357.00;0.00;1.02 +2347;1;2260.50;9.50;344.00;0.33;1.02 +2347;2;2248.00;9.50;352.00;-1.01;1.02 +2347;3;2267.50;9.50;354.50;1.35;1.02 +2347;4;2246.00;9.50;368.00;3.87;1.02 +2347;5;2257.00;9.50;368.00;3.05;1.02 +2347;9;2246.82;9.50;357.00;1.57;1.02 +2347;10;2265.18;9.50;357.00;-1.57;1.02 +2347;11;2263.20;9.50;336.20;0.33;1.02 +2347;12;2243.20;9.50;349.00;-1.01;1.02 +2347;13;2274.40;9.50;353.00;1.35;1.02 +2347;14;2240.00;9.50;374.60;3.87;1.02 +2347;15;2257.60;9.50;374.60;3.05;1.02 2347;21;2246.82;9.50;357.00;1.57;1.02 +2348;0;2296.00;9.50;872.00;0.00;1.10 +2348;1;2302.00;9.50;859.50;0.44;1.10 +2348;2;2288.50;9.50;864.50;-0.78;1.10 +2348;3;2308.00;9.50;872.00;1.57;1.10 +2348;4;2280.50;9.50;874.50;4.55;1.10 +2348;5;2286.00;9.50;880.50;4.00;1.10 +2348;6;2300.00;9.50;883.50;2.80;1.10 +2348;9;2286.10;9.50;872.00;1.57;1.10 +2348;10;2305.90;9.50;872.00;-1.57;1.10 +2348;11;2305.60;9.50;852.00;0.44;1.10 +2348;12;2284.00;9.50;860.00;-0.78;1.10 +2348;13;2315.20;9.50;872.00;1.57;1.10 +2348;14;2271.20;9.50;876.00;4.55;1.10 +2348;15;2280.00;9.50;885.60;4.00;1.10 +2348;16;2302.40;9.50;890.40;2.80;1.10 2348;21;2286.10;9.50;872.00;1.57;1.10 +2349;0;2245.00;9.50;1627.00;0.00;1.48 +2349;1;2255.50;9.50;1611.50;0.59;1.48 +2349;2;2236.50;9.50;1619.00;-0.81;1.48 +2349;3;2262.00;9.50;1622.50;1.31;1.48 +2349;4;2228.50;9.50;1637.00;4.16;1.48 +2349;5;2244.50;9.50;1640.50;3.17;1.48 +2349;9;2231.14;9.50;1627.00;1.57;1.48 +2349;10;2258.86;9.50;1627.00;-1.57;1.48 +2349;11;2261.80;9.50;1602.20;0.59;1.48 +2349;12;2231.40;9.50;1614.20;-0.81;1.48 +2349;13;2272.20;9.50;1619.80;1.31;1.48 +2349;14;2218.60;9.50;1643.00;4.16;1.48 +2349;15;2244.20;9.50;1648.60;3.17;1.48 2349;21;2231.14;9.50;1627.00;1.57;1.48 +2350;0;2456.00;9.50;1325.00;0.00;1.38 +2350;1;2463.50;9.50;1305.50;0.36;1.38 +2350;2;2449.50;9.50;1315.00;-0.57;1.38 +2350;3;2467.50;9.50;1317.00;0.96;1.38 +2350;4;2438.50;9.50;1330.00;4.43;1.38 +2350;5;2468.50;9.50;1335.00;2.24;1.38 +2350;6;2451.50;9.50;1338.00;3.47;1.38 +2350;9;2441.96;9.50;1325.00;1.57;1.38 +2350;10;2470.04;9.50;1325.00;-1.57;1.38 +2350;11;2468.00;9.50;1293.80;0.36;1.38 +2350;12;2445.60;9.50;1309.00;-0.57;1.38 +2350;13;2474.40;9.50;1312.20;0.96;1.38 +2350;14;2428.00;9.50;1333.00;4.43;1.38 +2350;15;2476.00;9.50;1341.00;2.24;1.38 +2350;16;2448.80;9.50;1345.80;3.47;1.38 2350;21;2441.96;9.50;1325.00;1.57;1.38 +2351;0;1006.00;9.50;164.00;0.00;1.34 +2351;1;1005.50;9.50;153.00;-0.04;1.34 +2351;2;990.00;9.50;157.50;-1.18;1.34 +2351;3;1025.50;9.50;166.50;1.69;1.34 +2351;4;999.00;9.50;174.00;3.75;1.34 +2351;5;1018.00;9.50;176.00;2.35;1.34 +2351;9;991.60;9.50;164.00;1.57;1.34 +2351;10;1020.40;9.50;164.00;-1.57;1.34 +2351;11;1005.20;9.50;146.40;-0.04;1.34 +2351;12;980.40;9.50;153.60;-1.18;1.34 +2351;13;1037.20;9.50;168.00;1.69;1.34 +2351;14;994.80;9.50;180.00;3.75;1.34 +2351;15;1025.20;9.50;183.20;2.35;1.34 2351;21;991.60;9.50;164.00;1.57;1.34 +2352;0;442.00;9.50;432.00;0.00;1.16 +2352;1;422.00;9.50;422.00;-1.10;1.16 +2352;2;442.00;9.50;420.00;0.00;1.16 +2352;3;460.00;9.50;433.00;1.62;1.16 +2352;4;426.50;9.50;435.50;4.49;1.16 +2352;5;449.50;9.50;445.00;2.61;1.16 +2352;6;462.50;9.50;445.50;2.15;1.16 +2352;9;425.80;9.50;432.00;1.57;1.16 +2352;10;458.20;9.50;432.00;-1.57;1.16 +2352;11;410.00;9.50;416.00;-1.10;1.16 +2352;12;442.00;9.50;412.80;0.00;1.16 +2352;13;470.80;9.50;433.60;1.62;1.16 +2352;14;417.20;9.50;437.60;4.49;1.16 +2352;15;454.00;9.50;452.80;2.61;1.16 +2352;16;474.80;9.50;453.60;2.15;1.16 2352;21;425.80;9.50;432.00;1.57;1.16 +2353;0;10.00;9.50;1524.00;0.00;0.52 +2353;1;10.00;9.50;1512.50;0.00;0.52 +2353;2;5.00;9.50;1515.00;-0.50;0.52 +2353;3;16.00;9.50;1518.50;0.82;0.52 +2353;4;5.00;9.50;1525.50;4.42;0.52 +2353;5;15.50;9.50;1529.50;2.35;0.52 +2353;6;5.00;9.50;1534.50;3.58;0.52 +2353;7;9.00;9.50;1535.50;3.22;0.52 +2353;9;5.32;9.50;1524.00;1.57;0.52 +2353;10;14.68;9.50;1524.00;-1.57;0.52 +2353;11;10.00;9.50;1505.60;0.00;0.52 +2353;12;2.00;9.50;1509.60;-0.50;0.52 +2353;13;19.60;9.50;1515.20;0.82;0.52 +2353;14;2.00;9.50;1526.40;4.42;0.52 +2353;15;18.80;9.50;1532.80;2.35;0.52 +2353;16;2.00;9.50;1540.80;3.58;0.52 +2353;17;8.40;9.50;1542.40;3.22;0.52 2353;21;5.32;9.50;1524.00;1.57;0.52 +2354;0;540.00;9.50;1402.00;0.00;1.10 +2354;1;547.50;9.50;1389.00;0.52;1.10 +2354;2;532.00;9.50;1392.00;-0.67;1.10 +2354;3;554.00;9.50;1401.00;1.49;1.10 +2354;4;524.50;9.50;1405.50;4.49;1.10 +2354;5;550.00;9.50;1413.00;2.40;1.10 +2354;6;536.00;9.50;1414.50;3.45;1.10 +2354;9;527.94;9.50;1402.00;1.57;1.10 +2354;10;552.06;9.50;1402.00;-1.57;1.10 +2354;11;552.00;9.50;1381.20;0.52;1.10 +2354;12;527.20;9.50;1386.00;-0.67;1.10 +2354;13;562.40;9.50;1400.40;1.49;1.10 +2354;14;515.20;9.50;1407.60;4.49;1.10 +2354;15;556.00;9.50;1419.60;2.40;1.10 +2354;16;533.60;9.50;1422.00;3.45;1.10 2354;21;527.94;9.50;1402.00;1.57;1.10 +2355;0;721.00;9.50;697.00;0.00;1.28 +2355;1;731.00;9.50;683.00;0.62;1.28 +2355;2;715.50;9.50;687.50;-0.52;1.28 +2355;3;735.50;9.50;687.50;0.99;1.28 +2355;4;731.50;9.50;701.50;1.97;1.28 +2355;5;706.00;9.50;700.00;4.51;1.28 +2355;6;717.00;9.50;710.00;3.44;1.28 +2355;7;727.50;9.50;714.50;2.78;1.28 +2355;9;709.48;9.50;697.00;1.57;1.28 +2355;10;732.52;9.50;697.00;-1.57;1.28 +2355;11;737.00;9.50;674.60;0.62;1.28 +2355;12;712.20;9.50;681.80;-0.52;1.28 +2355;13;744.20;9.50;681.80;0.99;1.28 +2355;14;737.80;9.50;704.20;1.97;1.28 +2355;15;697.00;9.50;701.80;4.51;1.28 +2355;16;714.60;9.50;717.80;3.44;1.28 +2355;17;731.40;9.50;725.00;2.78;1.28 2355;21;709.48;9.50;697.00;1.57;1.28 +2356;0;3363.00;9.50;1770.00;0.00;0.48 +2356;1;3361.50;9.50;1764.00;-0.24;0.48 +2356;2;3363.50;9.50;1763.50;0.07;0.48 +2356;3;3361.50;9.50;1766.50;-0.40;0.48 +2356;4;3367.00;9.50;1766.00;0.78;0.48 +2356;5;3367.50;9.50;1769.50;1.46;0.48 +2356;6;3360.00;9.50;1772.00;4.12;0.48 +2356;7;3364.50;9.50;1773.00;2.67;0.48 +2356;8;3359.50;9.50;1776.50;3.63;0.48 +2356;9;3358.68;9.50;1770.00;1.57;0.48 +2356;10;3367.32;9.50;1770.00;-1.57;0.48 +2356;11;3360.60;9.64;1760.40;-0.24;0.48 +2356;12;3363.80;9.50;1759.60;0.07;0.48 +2356;13;3360.60;9.50;1764.40;-0.40;0.48 +2356;14;3369.40;9.50;1763.60;0.78;0.48 +2356;15;3370.20;9.50;1769.20;1.46;0.48 +2356;16;3358.20;9.50;1773.20;4.12;0.48 +2356;17;3365.40;9.50;1774.80;2.67;0.48 +2356;18;3357.40;9.50;1780.40;3.63;0.48 +2356;21;3363.00;9.50;1770.00;0.00;0.48 +2356;22;3361.50;9.50;1764.00;-0.24;0.48 +2356;23;3363.50;9.50;1763.50;0.07;0.48 +2356;24;3361.50;9.50;1766.50;-0.40;0.48 +2356;25;3367.00;9.50;1766.00;0.78;0.48 +2356;26;3367.50;9.50;1769.50;1.46;0.48 +2356;27;3360.00;9.50;1772.00;4.12;0.48 +2356;28;3364.50;9.50;1773.00;2.67;0.48 +2356;29;3359.50;9.50;1776.50;3.63;0.48 +2356;30;3360.60;9.64;1760.40;-0.24;0.48 +2356;31;3363.80;9.50;1759.60;0.07;0.48 +2356;32;3360.60;9.50;1764.40;-0.40;0.48 +2356;33;3369.40;9.50;1763.60;0.78;0.48 +2356;34;3370.20;9.50;1769.20;1.46;0.48 +2356;35;3358.20;9.50;1773.20;4.12;0.48 +2356;36;3365.40;9.50;1774.80;2.67;0.48 +2356;37;3357.40;9.50;1780.40;3.63;0.48 +2356;38;3367.32;9.50;1770.00;-1.57;0.48 +2357;0;1264.00;9.50;1033.00;0.00;1.08 +2357;1;1268.00;9.50;1016.50;0.23;1.08 +2357;2;1255.00;9.50;1026.00;-0.91;1.08 +2357;3;1274.50;9.50;1033.50;1.61;1.08 +2357;4;1256.00;9.50;1044.00;3.77;1.08 +2357;5;1269.50;9.50;1048.50;2.80;1.08 +2357;9;1254.28;9.50;1033.00;1.57;1.08 +2357;10;1273.72;9.50;1033.00;-1.57;1.08 +2357;11;1270.40;9.50;1006.60;0.23;1.08 +2357;12;1249.60;9.50;1021.80;-0.91;1.08 +2357;13;1280.80;9.50;1033.80;1.61;1.08 +2357;14;1251.20;9.50;1050.60;3.77;1.08 +2357;15;1272.80;9.50;1057.80;2.80;1.08 2357;21;1254.28;9.50;1033.00;1.57;1.08 +2358;0;3019.00;9.50;1610.00;0.00;0.60 +2358;1;3024.00;9.50;1601.50;0.53;0.60 +2358;2;3025.00;9.50;1604.00;0.78;0.60 +2358;3;3021.00;9.55;1602.50;0.26;0.60 +2358;4;3020.50;9.50;1605.50;0.32;0.60 +2358;5;3031.00;9.50;1607.00;1.32;0.60 +2358;6;3007.50;9.65;1608.00;-1.39;0.60 +2358;7;3016.00;9.65;1610.00;4.71;0.60 +2358;8;3005.50;9.50;1609.00;-1.49;0.60 +2358;9;3009.10;9.50;1610.00;1.57;0.60 +2358;10;3028.90;9.50;1610.00;-1.57;0.60 +2358;11;3027.00;9.50;1596.40;0.53;0.60 +2358;12;3028.60;9.50;1600.40;0.78;0.60 +2358;13;3022.20;9.50;1598.00;0.26;0.60 +2358;14;3021.40;9.50;1602.80;0.32;0.60 +2358;15;3038.20;9.50;1605.20;1.32;0.60 +2358;16;3000.60;9.50;1606.80;-1.39;0.60 +2358;17;3014.20;9.70;1610.00;4.71;0.60 +2358;18;2997.40;9.50;1608.40;-1.49;0.60 2358;21;3009.10;9.50;1610.00;1.57;0.60 +2359;0;3187.00;9.50;65.00;0.00;1.10 +2359;1;3192.00;9.50;55.00;0.46;1.10 +2359;2;3175.50;9.50;52.50;-0.74;1.10 +2359;3;3169.50;9.50;63.00;-1.45;1.10 +2359;4;3205.00;9.50;68.50;1.76;1.10 +2359;5;3166.50;9.50;72.50;4.36;1.10 +2359;6;3176.00;9.50;75.00;3.97;1.10 +2359;7;3194.00;9.50;76.00;2.57;1.10 +2359;9;3171.88;9.50;65.00;1.57;1.10 +2359;10;3202.12;9.50;65.00;-1.57;1.10 +2359;11;3195.00;9.50;49.00;0.46;1.10 +2359;12;3168.60;9.50;45.00;-0.74;1.10 +2359;13;3159.00;9.50;61.80;-1.45;1.10 +2359;14;3215.80;9.50;70.60;1.76;1.10 +2359;15;3154.20;9.50;77.00;4.36;1.10 +2359;16;3169.40;9.50;81.00;3.97;1.10 +2359;17;3198.20;9.50;82.60;2.57;1.10 2359;21;3171.88;9.50;65.00;1.57;1.10 +2360;0;1473.00;9.50;858.00;0.00;0.98 +2360;1;1468.50;9.50;849.00;-0.46;0.98 +2360;2;1486.50;9.50;854.50;1.31;0.98 +2360;3;1457.50;9.50;859.50;4.61;0.98 +2360;4;1489.00;9.50;867.00;2.08;0.98 +2360;5;1469.00;9.50;868.50;3.50;0.98 +2360;6;1483.00;9.50;868.00;2.35;0.98 +2360;9;1459.86;9.50;858.00;1.57;0.98 +2360;10;1486.14;9.50;858.00;-1.57;0.98 +2360;11;1465.80;9.50;843.60;-0.46;0.98 +2360;12;1494.60;9.50;852.40;1.31;0.98 +2360;13;1448.20;9.50;860.40;4.61;0.98 +2360;14;1498.60;9.50;872.40;2.08;0.98 +2360;15;1466.60;9.50;874.80;3.50;0.98 +2360;16;1489.00;9.50;874.00;2.35;0.98 2360;21;1459.86;9.50;858.00;1.57;0.98 +2361;0;1942.00;9.50;1660.00;0.00;1.52 +2361;1;1937.50;9.50;1648.00;-0.35;1.52 +2361;2;1956.00;9.50;1651.50;1.02;1.52 +2361;3;1923.50;9.50;1660.00;4.71;1.52 +2361;4;1960.00;9.50;1664.00;1.78;1.52 +2361;5;1926.00;9.50;1669.50;4.17;1.52 +2361;6;1954.00;9.50;1668.50;2.18;1.52 +2361;7;1933.50;9.50;1669.50;3.87;1.52 +2361;8;1940.00;9.50;1673.00;3.29;1.52 +2361;9;1928.32;9.50;1660.00;1.57;1.52 +2361;10;1955.68;9.50;1660.00;-1.57;1.52 +2361;11;1934.80;9.50;1640.80;-0.35;1.52 +2361;12;1964.40;9.50;1646.40;1.02;1.52 +2361;13;1912.40;9.50;1660.00;4.71;1.52 +2361;14;1970.80;9.50;1666.40;1.78;1.52 +2361;15;1916.40;9.50;1675.20;4.17;1.52 +2361;16;1961.20;9.50;1673.60;2.18;1.52 +2361;17;1928.40;9.50;1675.20;3.87;1.52 +2361;18;1938.80;9.50;1680.80;3.29;1.52 2361;21;1928.32;9.50;1660.00;1.57;1.52 +2362;0;769.00;9.50;85.00;0.00;1.44 +2362;1;758.00;9.50;74.00;-0.78;1.44 +2362;2;775.00;9.50;71.00;0.40;1.44 +2362;3;784.00;9.50;73.50;0.91;1.44 +2362;4;785.50;9.50;80.50;1.30;1.44 +2362;5;757.00;9.50;93.50;4.09;1.44 +2362;6;774.50;9.50;97.00;2.71;1.44 +2362;7;762.50;9.50;107.50;3.42;1.44 +2362;9;756.04;9.50;85.00;1.57;1.44 +2362;10;781.96;9.50;85.00;-1.57;1.44 +2362;11;751.40;9.50;67.40;-0.78;1.44 +2362;12;778.60;9.50;62.60;0.40;1.44 +2362;13;793.00;9.50;66.60;0.91;1.44 +2362;14;795.40;9.50;77.80;1.30;1.44 +2362;15;749.80;9.50;98.60;4.09;1.44 +2362;16;777.80;9.50;104.20;2.71;1.44 +2362;17;758.60;9.50;121.00;3.42;1.44 2362;21;756.04;9.50;85.00;1.57;1.44 +2363;0;3770.00;9.50;579.00;0.00;0.80 +2363;1;3771.00;9.50;570.50;0.11;0.80 +2363;2;3760.50;9.50;573.50;-1.04;0.80 +2363;3;3781.00;9.50;578.00;1.48;0.80 +2363;4;3760.00;9.50;583.00;4.33;0.80 +2363;5;3770.00;9.50;587.50;3.14;0.80 +2363;9;3762.08;9.50;579.00;1.57;0.80 +2363;10;3777.92;9.50;579.00;-1.57;0.80 +2363;11;3771.60;9.50;565.40;0.11;0.80 +2363;12;3754.80;9.50;570.20;-1.04;0.80 +2363;13;3787.60;9.50;577.40;1.48;0.80 +2363;14;3754.00;9.50;585.40;4.33;0.80 +2363;15;3770.00;9.50;592.60;3.14;0.80 2363;21;3762.08;9.50;579.00;1.57;0.80 +2364;0;5279.00;9.50;790.00;0.00;0.90 +2364;1;5277.00;9.50;780.00;-0.19;0.90 +2364;2;5294.50;9.50;784.50;1.23;0.90 +2364;3;5257.50;9.50;788.50;-1.50;0.90 +2364;4;5299.00;9.50;794.50;1.79;0.90 +2364;5;5255.00;9.50;795.50;4.48;0.90 +2364;6;5268.00;9.50;797.00;4.14;0.90 +2364;7;5288.50;9.50;799.50;2.35;0.90 +2364;9;5261.72;9.50;790.00;1.57;0.90 +2364;10;5296.28;9.50;790.00;-1.57;0.90 +2364;11;5275.80;9.50;774.00;-0.19;0.90 +2364;12;5303.80;9.50;781.20;1.23;0.90 +2364;13;5244.60;9.50;787.60;-1.50;0.90 +2364;14;5311.00;9.50;797.20;1.79;0.90 +2364;15;5240.60;9.50;798.80;4.48;0.90 +2364;16;5261.40;9.50;801.20;4.14;0.90 +2364;17;5294.20;9.50;805.20;2.35;0.90 2364;21;5261.72;9.50;790.00;1.57;0.90 +2365;0;5066.00;9.50;1011.00;0.00;1.10 +2365;1;5065.00;9.50;996.00;-0.06;1.10 +2365;2;5057.50;9.50;1002.50;-0.78;1.10 +2365;3;5076.00;9.50;1007.00;1.19;1.10 +2365;4;5054.00;9.50;1016.50;4.28;1.10 +2365;5;5071.50;9.50;1020.00;2.59;1.10 +2365;9;5053.04;9.50;1011.00;1.57;1.10 +2365;10;5078.96;9.50;1011.00;-1.57;1.10 +2365;11;5064.40;9.50;987.00;-0.06;1.10 +2365;12;5052.40;9.50;997.40;-0.78;1.10 +2365;13;5082.00;9.50;1004.60;1.19;1.10 +2365;14;5046.80;9.50;1019.80;4.28;1.10 +2365;15;5074.80;9.50;1025.40;2.59;1.10 2365;21;5053.04;9.50;1011.00;1.57;1.10 +2366;0;5554.00;9.50;1873.00;0.00;1.48 +2366;1;5541.50;9.50;1857.50;-0.67;1.48 +2366;2;5557.00;9.50;1858.00;0.19;1.48 +2366;3;5538.00;9.50;1870.50;-1.41;1.48 +2366;4;5567.00;9.50;1882.50;2.20;1.48 +2366;5;5557.50;9.50;1890.50;2.94;1.48 +2366;9;5540.68;9.50;1873.00;1.57;1.48 +2366;10;5567.32;9.50;1873.00;-1.57;1.48 +2366;11;5534.00;9.50;1848.20;-0.67;1.48 +2366;12;5558.80;9.50;1849.00;0.19;1.48 +2366;13;5528.40;9.50;1869.00;-1.41;1.48 +2366;14;5574.80;9.50;1888.20;2.20;1.48 +2366;15;5559.60;9.50;1901.00;2.94;1.48 2366;21;5540.68;9.50;1873.00;1.57;1.48 +2367;0;4588.00;9.50;392.00;0.00;1.14 +2367;1;4582.00;9.50;381.00;-0.49;1.14 +2367;2;4594.00;9.50;381.00;0.49;1.14 +2367;3;4598.00;9.50;380.50;0.71;1.14 +2367;4;4578.00;9.50;394.00;4.51;1.14 +2367;5;4599.50;9.50;389.50;1.35;1.14 +2367;6;4592.50;9.50;403.50;2.76;1.14 +2367;7;4583.00;9.50;408.50;3.43;1.14 +2367;9;4577.74;9.50;392.00;1.57;1.14 +2367;10;4598.26;9.50;392.00;-1.57;1.14 +2367;11;4578.40;9.50;374.40;-0.49;1.14 +2367;12;4597.60;9.50;374.40;0.49;1.14 +2367;13;4604.00;9.50;373.60;0.71;1.14 +2367;14;4572.00;9.50;395.20;4.51;1.14 +2367;15;4606.40;9.50;388.00;1.35;1.14 +2367;16;4595.20;9.50;410.40;2.76;1.14 +2367;17;4580.00;9.50;418.40;3.43;1.14 2367;21;4577.74;9.50;392.00;1.57;1.14 +2368;0;4188.00;9.50;766.00;0.00;1.14 +2368;1;4181.50;9.50;756.00;-0.57;1.14 +2368;2;4196.00;9.50;758.50;0.81;1.14 +2368;3;4175.00;9.50;764.00;-1.41;1.14 +2368;4;4197.00;9.50;773.00;2.23;1.14 +2368;5;4184.00;9.50;775.50;3.54;1.14 +2368;9;4177.74;9.50;766.00;1.57;1.14 +2368;10;4198.26;9.50;766.00;-1.57;1.14 +2368;11;4177.60;9.50;750.00;-0.57;1.14 +2368;12;4200.80;9.50;754.00;0.81;1.14 +2368;13;4167.20;9.50;762.80;-1.41;1.14 +2368;14;4202.40;9.50;777.20;2.23;1.14 +2368;15;4181.60;9.50;781.20;3.54;1.14 2368;21;4177.74;9.50;766.00;1.57;1.14 +2369;0;4532.00;9.50;47.00;0.00;1.02 +2369;1;4530.00;9.50;36.50;-0.18;1.02 +2369;2;4542.00;9.50;40.00;0.96;1.02 +2369;3;4519.50;9.50;44.00;-1.33;1.02 +2369;4;4542.00;9.50;52.50;2.07;1.02 +2369;5;4526.50;9.50;56.00;3.69;1.02 +2369;6;4537.50;9.50;61.00;2.76;1.02 +2369;9;4521.56;9.50;47.00;1.57;1.02 +2369;10;4542.44;9.50;47.00;-1.57;1.02 +2369;11;4528.80;9.50;30.20;-0.18;1.02 +2369;12;4548.00;9.50;35.80;0.96;1.02 +2369;13;4512.00;9.50;42.20;-1.33;1.02 +2369;14;4548.00;9.50;55.80;2.07;1.02 +2369;15;4523.20;9.50;61.40;3.69;1.02 +2369;16;4540.80;9.50;69.40;2.76;1.02 2369;21;4521.56;9.50;47.00;1.57;1.02 +2370;0;3955.00;9.50;857.00;0.00;0.80 +2370;1;3950.50;9.50;841.50;-0.28;0.80 +2370;2;3947.50;9.50;847.00;-0.64;0.80 +2370;3;3959.00;9.50;846.50;0.36;0.80 +2370;4;3965.00;9.50;852.50;1.14;0.80 +2370;5;3946.00;9.50;858.50;4.54;0.80 +2370;6;3963.50;9.50;856.50;1.51;0.80 +2370;7;3962.00;9.50;863.50;2.31;0.80 +2370;8;3952.00;9.50;869.00;3.38;0.80 +2370;9;3947.80;9.50;857.00;1.57;0.80 +2370;10;3962.20;9.50;857.00;-1.57;0.80 +2370;11;3947.80;9.50;832.20;-0.28;0.80 +2370;12;3943.00;9.50;841.00;-0.64;0.80 +2370;13;3961.40;9.50;840.20;0.36;0.80 +2370;14;3971.00;9.50;849.80;1.14;0.80 +2370;15;3940.60;9.50;859.40;4.54;0.80 +2370;16;3968.60;9.50;856.20;1.51;0.80 +2370;17;3966.20;9.50;867.40;2.31;0.80 +2370;18;3950.20;9.50;876.20;3.38;0.80 2370;21;3947.80;9.50;857.00;1.57;0.80 +2371;0;2917.00;9.50;177.00;0.00;0.92 +2371;1;2917.50;9.50;167.50;0.05;0.92 +2371;2;2903.50;9.50;172.50;-1.24;0.92 +2371;3;2930.00;9.50;177.00;1.57;0.92 +2371;4;2915.50;9.50;186.00;3.30;0.92 +2371;9;2906.38;9.50;177.00;1.57;0.92 +2371;10;2927.62;9.50;177.00;-1.57;0.92 +2371;11;2917.80;9.50;161.80;0.05;0.92 +2371;12;2895.40;9.50;169.80;-1.24;0.92 +2371;13;2937.80;9.50;177.00;1.57;0.92 +2371;14;2914.60;9.50;191.40;3.30;0.92 2371;21;2906.38;9.50;177.00;1.57;0.92 +2372;0;2210.00;9.50;377.00;0.00;1.08 +2372;1;2201.50;9.50;367.00;-0.70;1.08 +2372;2;2213.00;9.50;367.50;0.30;1.08 +2372;3;2195.50;9.50;374.00;-1.36;1.08 +2372;4;2223.00;9.50;378.00;1.64;1.08 +2372;5;2205.00;9.50;383.50;3.79;1.08 +2372;6;2224.50;9.50;384.50;2.04;1.08 +2372;7;2220.00;9.50;387.00;2.35;1.08 +2372;9;2198.66;9.50;377.00;1.57;1.08 +2372;10;2221.34;9.50;377.00;-1.57;1.08 +2372;11;2196.40;9.50;361.00;-0.70;1.08 +2372;12;2214.80;9.50;361.80;0.30;1.08 +2372;13;2186.80;9.50;372.20;-1.36;1.08 +2372;14;2230.80;9.50;378.60;1.64;1.08 +2372;15;2202.00;9.50;387.40;3.79;1.08 +2372;16;2233.20;9.50;389.00;2.04;1.08 +2372;17;2226.00;9.50;393.00;2.35;1.08 2372;21;2198.66;9.50;377.00;1.57;1.08 +2373;0;2264.00;9.50;841.00;0.00;1.22 +2373;1;2262.00;9.50;828.00;-0.15;1.22 +2373;2;2277.50;9.50;832.00;0.98;1.22 +2373;3;2250.50;9.50;843.50;4.52;1.22 +2373;4;2272.50;9.50;849.00;2.32;1.22 +2373;5;2257.00;9.50;856.50;3.56;1.22 +2373;9;2253.02;9.50;841.00;1.57;1.22 +2373;10;2274.98;9.50;841.00;-1.57;1.22 +2373;11;2260.80;9.50;820.20;-0.15;1.22 +2373;12;2285.60;9.50;826.60;0.98;1.22 +2373;13;2242.40;9.50;845.00;4.52;1.22 +2373;14;2277.60;9.50;853.80;2.32;1.22 +2373;15;2252.80;9.50;865.80;3.56;1.22 2373;21;2253.02;9.50;841.00;1.57;1.22 +2374;0;2529.00;9.50;1604.00;0.00;1.06 +2374;1;2532.50;9.50;1594.00;0.33;1.06 +2374;2;2519.50;9.50;1594.50;-0.78;1.06 +2374;3;2544.50;9.50;1594.00;0.99;1.06 +2374;4;2540.50;9.50;1603.50;1.52;1.06 +2374;5;2517.50;9.50;1607.00;4.45;1.06 +2374;6;2526.50;9.50;1615.00;3.36;1.06 +2374;7;2516.00;9.50;1619.00;3.85;1.06 +2374;9;2518.74;9.50;1604.00;1.57;1.06 +2374;10;2539.26;9.50;1604.00;-1.57;1.06 +2374;11;2534.60;9.50;1588.00;0.33;1.06 +2374;12;2513.80;9.50;1588.80;-0.78;1.06 +2374;13;2553.80;9.50;1588.00;0.99;1.06 +2374;14;2547.40;9.50;1603.20;1.52;1.06 +2374;15;2510.60;9.50;1608.80;4.45;1.06 +2374;16;2525.00;9.50;1621.60;3.36;1.06 +2374;17;2508.20;9.50;1628.00;3.85;1.06 2374;21;2518.74;9.50;1604.00;1.57;1.06 +2375;0;2618.00;9.50;1224.00;0.00;1.06 +2375;1;2621.00;9.50;1211.50;0.23;1.06 +2375;2;2609.00;9.50;1214.50;-0.75;1.06 +2375;3;2630.50;9.50;1217.50;1.09;1.06 +2375;4;2600.00;9.50;1223.00;-1.51;1.06 +2375;5;2634.00;9.50;1228.00;1.81;1.06 +2375;6;2602.00;9.50;1230.00;4.35;1.06 +2375;7;2620.50;9.50;1234.50;2.90;1.06 +2375;9;2604.14;9.50;1224.00;1.57;1.06 +2375;10;2631.86;9.50;1224.00;-1.57;1.06 +2375;11;2622.80;9.50;1204.00;0.23;1.06 +2375;12;2603.60;9.50;1208.80;-0.75;1.06 +2375;13;2638.00;9.50;1213.60;1.09;1.06 +2375;14;2589.20;9.50;1222.40;-1.51;1.06 +2375;15;2643.60;9.50;1230.40;1.81;1.06 +2375;16;2592.40;9.50;1233.60;4.35;1.06 +2375;17;2622.00;9.50;1240.80;2.90;1.06 2375;21;2604.14;9.50;1224.00;1.57;1.06 +2376;0;967.00;9.50;207.00;0.00;1.52 +2376;1;957.50;9.50;195.50;-0.69;1.52 +2376;2;979.50;9.50;195.50;0.82;1.52 +2376;3;943.50;9.50;201.00;-1.32;1.52 +2376;4;982.00;9.50;211.00;1.83;1.52 +2376;5;957.00;9.50;215.50;4.00;1.52 +2376;6;974.00;9.50;225.00;2.77;1.52 +2376;9;950.98;9.50;207.00;1.57;1.52 +2376;10;983.02;9.50;207.00;-1.57;1.52 +2376;11;951.80;9.50;188.60;-0.69;1.52 +2376;12;987.00;9.50;188.60;0.82;1.52 +2376;13;929.40;9.50;197.40;-1.32;1.52 +2376;14;991.00;9.50;213.40;1.83;1.52 +2376;15;951.00;9.50;220.60;4.00;1.52 +2376;16;978.20;9.50;235.80;2.77;1.52 2376;21;950.98;9.50;207.00;1.57;1.52 +2377;0;734.00;9.50;898.00;0.00;1.04 +2377;1;737.00;9.50;885.50;0.23;1.04 +2377;2;752.00;9.50;885.50;0.96;1.04 +2377;3;749.00;9.50;898.00;1.57;1.04 +2377;4;718.50;9.50;898.50;4.68;1.04 +2377;5;742.00;9.50;910.00;2.55;1.04 +2377;6;727.00;9.50;910.50;3.65;1.04 +2377;9;720.86;9.50;898.00;1.57;1.04 +2377;10;747.14;9.50;898.00;-1.57;1.04 +2377;11;738.80;9.50;878.00;0.23;1.04 +2377;12;762.80;9.50;878.00;0.96;1.04 +2377;13;758.00;9.50;898.00;1.57;1.04 +2377;14;709.20;9.50;898.80;4.68;1.04 +2377;15;746.80;9.50;917.20;2.55;1.04 +2377;16;722.80;9.50;918.00;3.65;1.04 2377;21;720.86;9.50;898.00;1.57;1.04 +2378;0;543.00;9.50;1495.00;0.00;1.16 +2378;1;534.50;9.50;1485.00;-0.70;1.16 +2378;2;556.50;9.50;1483.50;0.86;1.16 +2378;3;561.50;9.50;1498.00;1.73;1.16 +2378;4;521.50;9.50;1499.00;4.52;1.16 +2378;5;536.50;9.50;1507.50;3.62;1.16 +2378;6;554.50;9.50;1508.00;2.41;1.16 +2378;9;525.36;9.50;1495.00;1.57;1.16 +2378;10;560.64;9.50;1495.00;-1.57;1.16 +2378;11;529.40;9.50;1479.00;-0.70;1.16 +2378;12;564.60;9.50;1476.60;0.86;1.16 +2378;13;572.60;9.50;1499.80;1.73;1.16 +2378;14;508.60;9.50;1501.40;4.52;1.16 +2378;15;532.60;9.50;1515.00;3.62;1.16 +2378;16;561.40;9.50;1515.80;2.41;1.16 2378;21;525.36;9.50;1495.00;1.57;1.16 +2379;0;698.00;9.50;746.00;0.00;1.44 +2379;1;686.00;9.50;737.00;-0.92;1.44 +2379;2;705.50;9.50;734.50;0.57;1.44 +2379;3;711.50;9.50;752.00;1.98;1.44 +2379;4;681.50;9.50;747.50;4.62;1.44 +2379;5;697.00;9.50;758.00;3.22;1.44 +2379;6;707.50;9.50;765.00;2.67;1.44 +2379;9;683.78;9.50;746.00;1.57;1.44 +2379;10;712.22;9.50;746.00;-1.57;1.44 +2379;11;678.80;9.50;731.60;-0.92;1.44 +2379;12;710.00;9.50;727.60;0.57;1.44 +2379;13;719.60;9.50;755.60;1.98;1.44 +2379;14;671.60;9.50;748.40;4.62;1.44 +2379;15;696.40;9.50;765.20;3.22;1.44 +2379;16;713.20;9.50;776.40;2.67;1.44 2379;21;683.78;9.50;746.00;1.57;1.44 +2380;0;1217.00;9.50;1013.00;0.00;0.98 +2380;1;1210.00;9.50;1004.00;-0.66;0.98 +2380;2;1201.00;9.50;1013.00;4.71;0.98 +2380;3;1230.50;9.50;1004.50;1.00;0.98 +2380;4;1238.00;9.50;1004.50;1.18;0.98 +2380;5;1231.50;9.50;1016.00;1.77;0.98 +2380;6;1207.50;9.50;1022.50;3.92;0.98 +2380;7;1217.00;9.50;1025.50;3.14;0.98 +2380;9;1202.06;9.50;1013.00;1.57;0.98 +2380;10;1231.94;9.50;1013.00;-1.57;0.98 +2380;11;1205.80;9.50;998.60;-0.66;0.98 +2380;12;1191.40;9.50;1013.00;4.71;0.98 +2380;13;1238.60;9.50;999.40;1.00;0.98 +2380;14;1250.60;9.50;999.40;1.18;0.98 +2380;15;1240.20;9.50;1017.80;1.77;0.98 +2380;16;1201.80;9.50;1028.20;3.92;0.98 +2380;17;1217.00;9.50;1033.00;3.14;0.98 2380;21;1202.06;9.50;1013.00;1.57;0.98 +2381;0;2739.00;9.50;1497.00;0.00;0.48 +2381;1;2733.00;9.50;1493.00;-0.98;0.48 +2381;2;2738.00;9.50;1493.50;-0.27;0.48 +2381;3;2744.00;9.50;1494.50;1.10;0.48 +2381;4;2734.50;9.50;1499.00;4.29;0.48 +2381;5;2746.00;9.50;1499.50;1.91;0.48 +2381;6;2742.50;9.50;1501.50;2.48;0.48 +2381;9;2733.78;9.50;1497.00;1.57;0.48 +2381;10;2744.22;9.50;1497.00;-1.57;0.48 +2381;11;2729.40;9.50;1490.60;-0.98;0.48 +2381;12;2737.40;9.50;1491.40;-0.27;0.48 +2381;13;2747.00;9.50;1493.00;1.10;0.48 +2381;14;2731.80;9.50;1500.20;4.29;0.48 +2381;15;2750.20;9.50;1501.00;1.91;0.48 +2381;16;2744.60;9.50;1504.20;2.48;0.48 2381;21;2733.78;9.50;1497.00;1.57;0.48 +2382;0;3009.00;9.50;1628.00;0.00;0.52 +2382;1;3011.00;9.50;1624.00;0.46;0.52 +2382;2;3017.00;9.50;1626.00;1.32;0.52 +2382;3;3002.50;9.50;1625.50;-1.20;0.52 +2382;4;3001.00;9.50;1624.50;-1.15;0.52 +2382;5;3003.00;9.50;1628.50;4.62;0.52 +2382;6;3009.00;9.50;1630.50;3.14;0.52 +2382;7;3014.00;9.50;1629.00;1.76;0.52 +2382;8;3016.50;9.50;1629.50;1.76;0.52 +2382;9;3003.24;9.50;1628.00;1.57;0.52 +2382;10;3014.76;9.50;1628.00;-1.57;0.52 +2382;11;3012.20;9.50;1621.60;0.46;0.52 +2382;12;3021.80;9.50;1624.80;1.32;0.52 +2382;13;2998.60;9.50;1624.00;-1.20;0.52 +2382;14;2996.20;9.50;1622.40;-1.15;0.52 +2382;15;2999.40;9.50;1628.80;4.62;0.52 +2382;16;3009.00;9.50;1632.00;3.14;0.52 +2382;17;3017.00;9.50;1629.60;1.76;0.52 +2382;18;3021.00;9.50;1630.40;1.76;0.52 2382;21;3003.24;9.50;1628.00;1.57;0.52 +2383;0;3331.00;9.50;97.00;0.00;1.06 +2383;1;3332.00;9.50;82.00;0.06;1.06 +2383;2;3339.50;9.50;91.00;0.95;1.06 +2383;3;3323.50;9.50;87.50;-0.66;1.06 +2383;4;3321.00;9.50;100.50;4.37;1.06 +2383;5;3341.50;9.50;102.50;2.05;1.06 +2383;6;3336.50;9.50;109.00;2.71;1.06 +2383;7;3329.50;9.50;111.00;3.24;1.06 +2383;9;3321.46;9.50;97.00;1.57;1.06 +2383;10;3340.54;9.50;97.00;-1.57;1.06 +2383;11;3332.60;9.50;73.00;0.06;1.06 +2383;12;3344.60;9.50;87.40;0.95;1.06 +2383;13;3319.00;9.50;81.80;-0.66;1.06 +2383;14;3315.00;9.50;102.60;4.37;1.06 +2383;15;3347.80;9.50;105.80;2.05;1.06 +2383;16;3339.80;9.50;116.20;2.71;1.06 +2383;17;3328.60;9.50;119.40;3.24;1.06 2383;21;3321.46;9.50;97.00;1.57;1.06 +2384;0;1469.00;9.50;733.00;0.00;1.08 +2384;1;1470.50;9.50;716.00;0.08;1.08 +2384;2;1479.50;9.50;723.50;0.83;1.08 +2384;3;1463.50;9.50;717.50;-0.34;1.08 +2384;4;1459.00;9.50;731.00;-1.37;1.08 +2384;5;1477.00;9.50;742.50;2.44;1.08 +2384;6;1463.50;9.50;748.50;3.48;1.08 +2384;7;1473.50;9.50;752.00;2.90;1.08 +2384;9;1459.28;9.50;733.00;1.57;1.08 +2384;10;1478.72;9.50;733.00;-1.57;1.08 +2384;11;1471.40;9.50;705.80;0.08;1.08 +2384;12;1485.80;9.50;717.80;0.83;1.08 +2384;13;1460.20;9.50;708.20;-0.34;1.08 +2384;14;1453.00;9.50;729.80;-1.37;1.08 +2384;15;1481.80;9.50;748.20;2.44;1.08 +2384;16;1460.20;9.50;757.80;3.48;1.08 +2384;17;1476.20;9.50;763.40;2.90;1.08 2384;21;1459.28;9.50;733.00;1.57;1.08 +2385;0;1913.00;9.50;1575.00;0.00;1.34 +2385;1;1920.00;9.50;1562.00;0.49;1.34 +2385;2;1935.00;9.50;1562.00;1.03;1.34 +2385;3;1923.00;9.50;1576.50;1.72;1.34 +2385;4;1901.00;9.50;1578.00;4.46;1.34 +2385;5;1903.50;9.50;1593.00;3.62;1.34 +2385;9;1899.14;9.50;1575.00;1.57;1.34 +2385;10;1926.86;9.50;1575.00;-1.57;1.34 +2385;11;1924.20;9.50;1554.20;0.49;1.34 +2385;12;1948.20;9.50;1554.20;1.03;1.34 +2385;13;1929.00;9.50;1577.40;1.72;1.34 +2385;14;1893.80;9.50;1579.80;4.46;1.34 +2385;15;1897.80;9.50;1603.80;3.62;1.34 2385;21;1899.14;9.50;1575.00;1.57;1.34 +2386;0;831.00;9.50;25.00;0.00;1.26 +2386;1;814.00;9.50;27.50;4.56;1.26 +2386;2;851.50;9.50;21.50;1.40;1.26 +2386;3;851.50;9.50;31.50;1.87;1.26 +2386;4;833.50;9.50;38.00;2.95;1.26 +2386;5;815.00;9.50;43.50;3.85;1.26 +2386;9;816.96;9.50;25.00;1.57;1.26 +2386;10;845.04;9.50;25.00;-1.57;1.26 +2386;11;803.80;9.50;29.00;4.56;1.26 +2386;12;863.80;9.50;19.40;1.40;1.26 +2386;13;863.80;9.50;35.40;1.87;1.26 +2386;14;835.00;9.50;45.80;2.95;1.26 +2386;15;805.40;9.50;54.60;3.85;1.26 2386;21;816.96;9.50;25.00;1.57;1.26 +2387;0;3691.00;9.50;415.00;0.00;1.10 +2387;1;3694.50;9.50;403.50;0.29;1.10 +2387;2;3684.00;9.50;404.00;-0.56;1.10 +2387;3;3704.00;9.50;407.00;1.01;1.10 +2387;4;3680.50;9.50;413.00;-1.38;1.10 +2387;5;3699.50;9.50;420.50;2.14;1.10 +2387;6;3677.00;9.50;422.50;4.22;1.10 +2387;7;3687.50;9.50;426.50;3.43;1.10 +2387;8;3696.00;9.50;430.50;2.83;1.10 +2387;9;3680.02;9.50;415.00;1.57;1.10 +2387;10;3701.98;9.50;415.00;-1.57;1.10 +2387;11;3696.60;9.50;396.60;0.29;1.10 +2387;12;3679.80;9.50;397.40;-0.56;1.10 +2387;13;3711.80;9.50;402.20;1.01;1.10 +2387;14;3674.20;9.50;411.80;-1.38;1.10 +2387;15;3704.60;9.50;423.80;2.14;1.10 +2387;16;3668.60;9.50;427.00;4.22;1.10 +2387;17;3685.40;9.50;433.40;3.43;1.10 +2387;18;3699.00;9.50;439.80;2.83;1.10 2387;21;3680.02;9.50;415.00;1.57;1.10 +2388;0;5578.00;9.50;21.00;0.00;1.20 +2388;1;5604.50;9.50;20.50;1.55;1.20 +2388;2;5541.00;9.50;14.50;-1.39;1.20 +2388;3;5558.50;9.50;26.00;4.46;1.20 +2388;4;5600.00;9.50;35.00;2.13;1.20 +2388;5;5585.00;9.50;35.50;2.69;1.20 +2388;9;5553.88;9.50;21.00;1.57;1.20 +2388;10;5602.12;9.50;21.00;-1.57;1.20 +2388;11;5620.40;9.50;20.20;1.55;1.20 +2388;12;5518.80;9.50;10.60;-1.39;1.20 +2388;13;5546.80;9.50;29.00;4.46;1.20 +2388;14;5613.20;9.50;43.40;2.13;1.20 +2388;15;5589.20;9.50;44.20;2.69;1.20 2388;21;5553.88;9.50;21.00;1.57;1.20 +2389;0;5368.00;9.50;792.00;0.00;1.06 +2389;1;5375.50;9.50;780.00;0.55;1.06 +2389;2;5391.00;9.50;779.50;1.07;1.06 +2389;3;5386.50;9.50;792.00;1.57;1.06 +2389;4;5354.00;9.50;786.50;-1.19;1.06 +2389;5;5343.50;9.50;795.50;4.57;1.06 +2389;6;5345.00;9.50;801.50;4.32;1.06 +2389;7;5363.00;9.50;803.00;3.56;1.06 +2389;9;5349.82;9.50;792.00;1.57;1.06 +2389;10;5386.18;9.50;792.00;-1.57;1.06 +2389;11;5380.00;9.50;772.80;0.55;1.06 +2389;12;5404.80;9.50;772.00;1.07;1.06 +2389;13;5397.60;9.50;792.00;1.57;1.06 +2389;14;5345.60;9.50;783.20;-1.19;1.06 +2389;15;5328.80;9.50;797.60;4.57;1.06 +2389;16;5331.20;9.50;807.20;4.32;1.06 +2389;17;5360.00;9.50;809.60;3.56;1.06 2389;21;5349.82;9.50;792.00;1.57;1.06 +2390;0;5089.00;9.50;1047.00;0.00;1.02 +2390;1;5083.00;9.50;1038.00;-0.58;1.02 +2390;2;5098.00;9.50;1036.50;0.70;1.02 +2390;3;5103.50;9.50;1042.50;1.27;1.02 +2390;4;5070.50;9.50;1042.50;-1.33;1.02 +2390;5;5078.00;9.50;1053.00;4.21;1.02 +2390;6;5097.00;9.50;1055.50;2.38;1.02 +2390;7;5084.00;9.50;1062.00;3.46;1.02 +2390;9;5074.60;9.50;1047.00;1.57;1.02 +2390;10;5103.40;9.50;1047.00;-1.57;1.02 +2390;11;5079.40;9.50;1032.60;-0.58;1.02 +2390;12;5103.40;9.50;1030.20;0.70;1.02 +2390;13;5112.20;9.50;1039.80;1.27;1.02 +2390;14;5059.40;9.50;1039.80;-1.33;1.02 +2390;15;5071.40;9.50;1056.60;4.21;1.02 +2390;16;5101.80;9.50;1060.60;2.38;1.02 +2390;17;5081.00;9.50;1071.00;3.46;1.02 2390;21;5074.60;9.50;1047.00;1.57;1.02 +2391;0;4567.00;9.50;448.00;0.00;1.08 +2391;1;4561.50;9.50;438.50;-0.52;1.08 +2391;2;4572.50;9.50;436.50;0.44;1.08 +2391;3;4579.50;9.50;442.50;1.15;1.08 +2391;4;4555.50;9.50;450.00;4.54;1.08 +2391;5;4575.00;9.50;455.00;2.29;1.08 +2391;6;4562.50;9.50;460.00;3.50;1.08 +2391;9;4555.12;9.50;448.00;1.57;1.08 +2391;10;4578.88;9.50;448.00;-1.57;1.08 +2391;11;4558.20;9.50;432.80;-0.52;1.08 +2391;12;4575.80;9.50;429.60;0.44;1.08 +2391;13;4587.00;9.50;439.20;1.15;1.08 +2391;14;4548.60;9.50;451.20;4.54;1.08 +2391;15;4579.80;9.50;459.20;2.29;1.08 +2391;16;4559.80;9.50;467.20;3.50;1.08 2391;21;4555.12;9.50;448.00;1.57;1.08 +2392;0;4141.00;9.50;779.00;0.00;0.96 +2392;1;4138.50;9.50;770.50;-0.28;0.96 +2392;2;4149.50;9.50;766.00;0.57;0.96 +2392;3;4151.50;9.50;770.50;0.89;0.96 +2392;4;4147.50;9.50;784.00;2.22;0.96 +2392;5;4129.50;9.50;777.50;-1.44;0.96 +2392;6;4132.00;9.50;784.00;4.20;0.96 +2392;7;4138.50;9.50;791.50;3.33;0.96 +2392;9;4132.36;9.50;779.00;1.57;0.96 +2392;10;4149.64;9.50;779.00;-1.57;0.96 +2392;11;4137.00;9.50;765.40;-0.28;0.96 +2392;12;4154.60;9.50;758.20;0.57;0.96 +2392;13;4157.80;9.50;765.40;0.89;0.96 +2392;14;4151.40;9.50;787.00;2.22;0.96 +2392;15;4122.60;9.50;776.60;-1.44;0.96 +2392;16;4126.60;9.50;787.00;4.20;0.96 +2392;17;4137.00;9.50;799.00;3.33;0.96 2392;21;4132.36;9.50;779.00;1.57;0.96 +2393;0;4580.00;9.50;56.00;0.00;0.96 +2393;1;4576.50;9.50;45.50;-0.32;0.96 +2393;2;4590.00;9.50;49.00;0.96;0.96 +2393;3;4566.00;9.50;57.00;4.64;0.96 +2393;4;4595.00;9.50;61.00;1.89;0.96 +2393;5;4577.50;9.50;65.50;3.39;0.96 +2393;6;4562.00;9.50;66.00;4.20;0.96 +2393;9;4567.04;9.50;56.00;1.57;0.96 +2393;10;4592.96;9.50;56.00;-1.57;0.96 +2393;11;4574.40;9.50;39.20;-0.32;0.96 +2393;12;4596.00;9.50;44.80;0.96;0.96 +2393;13;4557.60;9.50;57.60;4.64;0.96 +2393;14;4604.00;9.50;64.00;1.89;0.96 +2393;15;4576.00;9.50;71.20;3.39;0.96 +2393;16;4551.20;9.50;72.00;4.20;0.96 2393;21;4567.04;9.50;56.00;1.57;0.96 +2394;0;3919.00;9.50;941.00;0.00;1.26 +2394;1;3921.50;9.50;930.00;0.22;1.26 +2394;2;3904.50;9.50;932.50;-1.04;1.26 +2394;3;3933.00;9.50;934.00;1.10;1.26 +2394;4;3900.50;9.50;937.00;-1.35;1.26 +2394;5;3931.50;9.50;940.00;1.49;1.26 +2394;6;3915.50;9.50;950.50;3.49;1.26 +2394;7;3931.00;9.50;948.00;2.09;1.26 +2394;8;3929.00;9.50;955.00;2.52;1.26 +2394;9;3906.76;9.50;941.00;1.57;1.26 +2394;10;3931.24;9.50;941.00;-1.57;1.26 +2394;11;3923.00;9.50;923.40;0.22;1.26 +2394;12;3895.80;9.50;927.40;-1.04;1.26 +2394;13;3941.40;9.50;929.80;1.10;1.26 +2394;14;3889.40;9.50;934.60;-1.35;1.26 +2394;15;3939.00;9.50;939.40;1.49;1.26 +2394;16;3913.40;9.50;956.20;3.49;1.26 +2394;17;3938.20;9.50;952.20;2.09;1.26 +2394;18;3935.00;9.50;963.40;2.52;1.26 2394;21;3906.76;9.50;941.00;1.57;1.26 +2395;0;2994.00;9.50;205.00;0.00;1.02 +2395;1;2991.00;9.50;190.50;-0.20;1.02 +2395;2;2986.00;9.50;202.50;-1.26;1.02 +2395;3;2999.00;9.50;195.00;0.46;1.02 +2395;4;3003.00;9.50;208.00;1.89;1.02 +2395;5;2988.00;9.50;215.50;3.66;1.02 +2395;6;2997.50;9.50;216.00;2.83;1.02 +2395;9;2984.82;9.50;205.00;1.57;1.02 +2395;10;3003.18;9.50;205.00;-1.57;1.02 +2395;11;2989.20;9.50;181.80;-0.20;1.02 +2395;12;2981.20;9.50;201.00;-1.26;1.02 +2395;13;3002.00;9.50;189.00;0.46;1.02 +2395;14;3008.40;9.50;209.80;1.89;1.02 +2395;15;2984.40;9.50;221.80;3.66;1.02 +2395;16;2999.60;9.50;222.60;2.83;1.02 2395;21;2984.82;9.50;205.00;1.57;1.02 +2396;0;2383.00;9.50;87.00;0.00;0.98 +2396;1;2385.50;9.50;72.50;0.17;0.98 +2396;2;2392.50;9.50;79.50;0.90;0.98 +2396;3;2373.00;9.50;83.50;-1.23;0.98 +2396;4;2391.00;9.50;96.00;2.41;0.98 +2396;5;2376.50;9.50;98.00;3.67;0.98 +2396;6;2387.00;9.50;103.00;2.89;0.98 +2396;9;2374.18;9.50;87.00;1.57;0.98 +2396;10;2391.82;9.50;87.00;-1.57;0.98 +2396;11;2387.00;9.50;63.80;0.17;0.98 +2396;12;2398.20;9.50;75.00;0.90;0.98 +2396;13;2367.00;9.50;81.40;-1.23;0.98 +2396;14;2395.80;9.50;101.40;2.41;0.98 +2396;15;2372.60;9.50;104.60;3.67;0.98 +2396;16;2389.40;9.50;112.60;2.89;0.98 2396;21;2374.18;9.50;87.00;1.57;0.98 +2397;0;2222.00;9.50;337.00;0.00;1.00 +2397;1;2231.50;9.50;329.00;0.87;1.00 +2397;2;2218.00;9.50;327.50;-0.39;1.00 +2397;3;2211.00;9.50;336.00;-1.48;1.00 +2397;4;2231.00;9.50;342.00;2.07;1.00 +2397;5;2219.00;9.50;347.50;3.42;1.00 +2397;9;2212.64;9.50;337.00;1.57;1.00 +2397;10;2231.36;9.50;337.00;-1.57;1.00 +2397;11;2237.20;9.50;324.20;0.87;1.00 +2397;12;2215.60;9.50;321.80;-0.39;1.00 +2397;13;2204.40;9.50;335.40;-1.48;1.00 +2397;14;2236.40;9.50;345.00;2.07;1.00 +2397;15;2217.20;9.50;353.80;3.42;1.00 2397;21;2212.64;9.50;337.00;1.57;1.00 +2398;0;2212.00;9.50;821.00;0.00;0.92 +2398;1;2218.00;9.50;806.00;0.38;0.92 +2398;2;2221.00;9.50;814.50;0.94;0.92 +2398;3;2215.00;9.50;809.00;0.24;0.92 +2398;4;2207.50;9.50;815.50;-0.68;0.92 +2398;5;2202.00;9.50;819.00;-1.37;0.92 +2398;6;2201.50;9.50;822.50;4.57;0.92 +2398;7;2213.50;9.50;828.50;2.94;0.92 +2398;8;2202.00;9.50;830.00;3.98;0.92 +2398;9;2203.72;9.50;821.00;1.57;0.92 +2398;10;2220.28;9.50;821.00;-1.57;0.92 +2398;11;2221.60;9.50;797.00;0.38;0.92 +2398;12;2226.40;9.50;810.60;0.94;0.92 +2398;13;2216.80;9.50;801.80;0.24;0.92 +2398;14;2204.80;9.50;812.20;-0.68;0.92 +2398;15;2196.00;9.50;817.80;-1.37;0.92 +2398;16;2195.20;9.50;823.40;4.57;0.92 +2398;17;2214.40;9.50;833.00;2.94;0.92 +2398;18;2196.00;9.50;835.40;3.98;0.92 2398;21;2203.72;9.50;821.00;1.57;0.92 +2399;0;2561.00;9.50;1501.00;0.00;1.18 +2399;1;2567.00;9.50;1487.00;0.40;1.18 +2399;2;2572.50;9.50;1498.00;1.31;1.18 +2399;3;2550.50;9.50;1501.00;4.71;1.18 +2399;4;2569.50;9.50;1509.50;2.35;1.18 +2399;5;2555.00;9.50;1512.50;3.62;1.18 +2399;9;2550.02;9.50;1501.00;1.57;1.18 +2399;10;2571.98;9.50;1501.00;-1.57;1.18 +2399;11;2570.60;9.50;1478.60;0.40;1.18 +2399;12;2579.40;9.50;1496.20;1.31;1.18 +2399;13;2544.20;9.50;1501.00;4.71;1.18 +2399;14;2574.60;9.50;1514.60;2.35;1.18 +2399;15;2551.40;9.50;1519.40;3.62;1.18 2399;21;2550.02;9.50;1501.00;1.57;1.18 +2400;0;2694.00;9.50;1224.00;0.00;0.72 +2400;1;2686.50;9.50;1218.00;-0.89;0.72 +2400;2;2691.00;9.50;1215.50;-0.33;0.72 +2400;3;2696.00;9.50;1219.50;0.41;0.72 +2400;4;2691.00;9.50;1226.50;4.01;0.72 +2400;5;2700.00;9.50;1225.50;1.81;0.72 +2400;6;2701.50;9.50;1230.00;2.24;0.72 +2400;7;2702.50;9.50;1232.00;2.32;0.72 +2400;8;2701.00;9.50;1233.00;2.48;0.72 +2400;9;2687.52;9.50;1224.00;1.57;0.72 +2400;10;2700.48;9.50;1224.00;-1.57;0.72 +2400;11;2682.00;9.50;1214.40;-0.89;0.72 +2400;12;2689.20;9.50;1210.40;-0.33;0.72 +2400;13;2697.20;9.50;1216.80;0.41;0.72 +2400;14;2689.20;9.50;1228.00;4.01;0.72 +2400;15;2703.60;9.50;1226.40;1.81;0.72 +2400;16;2706.00;9.50;1233.60;2.24;0.72 +2400;17;2707.60;9.50;1236.80;2.32;0.72 +2400;18;2705.20;9.50;1238.40;2.48;0.72 2400;21;2687.52;9.50;1224.00;1.57;0.72 +2401;0;936.00;9.50;247.00;0.00;1.54 +2401;1;941.50;9.50;235.50;0.44;1.54 +2401;2;926.00;9.50;229.50;-0.51;1.54 +2401;3;920.50;9.50;241.50;-1.23;1.54 +2401;4;924.50;9.50;255.00;4.10;1.54 +2401;5;953.50;9.50;255.50;2.02;1.54 +2401;6;940.50;9.50;263.50;2.87;1.54 +2401;9;922.14;9.50;247.00;1.57;1.54 +2401;10;949.86;9.50;247.00;-1.57;1.54 +2401;11;944.80;9.50;228.60;0.44;1.54 +2401;12;920.00;9.50;219.00;-0.51;1.54 +2401;13;911.20;9.50;238.20;-1.23;1.54 +2401;14;917.60;9.50;259.80;4.10;1.54 +2401;15;964.00;9.50;260.60;2.02;1.54 +2401;16;943.20;9.50;273.40;2.87;1.54 2401;21;922.14;9.50;247.00;1.57;1.54 +2402;0;470.00;9.50;533.00;0.00;1.30 +2402;1;466.00;9.50;517.50;-0.25;1.30 +2402;2;454.00;9.50;521.50;-0.94;1.30 +2402;3;477.50;9.50;518.00;0.46;1.30 +2402;4;483.50;9.50;532.50;1.53;1.30 +2402;5;457.00;9.50;536.00;4.48;1.30 +2402;6;464.00;9.50;548.50;3.51;1.30 +2402;7;476.50;9.50;548.50;2.74;1.30 +2402;9;457.76;9.50;533.00;1.57;1.30 +2402;10;482.24;9.50;533.00;-1.57;1.30 +2402;11;463.60;9.50;508.20;-0.25;1.30 +2402;12;444.40;9.50;514.60;-0.94;1.30 +2402;13;482.00;9.50;509.00;0.46;1.30 +2402;14;491.60;9.50;532.20;1.53;1.30 +2402;15;449.20;9.50;537.80;4.48;1.30 +2402;16;460.40;9.50;557.80;3.51;1.30 +2402;17;480.40;9.50;557.80;2.74;1.30 2402;21;457.76;9.50;533.00;1.57;1.30 +2403;0;5.00;9.50;1567.00;0.00;0.36 +2403;1;6.50;9.50;1557.00;0.14;0.36 +2403;2;2.50;9.50;1567.50;4.51;0.36 +2403;3;9.00;9.50;1563.50;0.85;0.36 +2403;4;5.00;9.50;1577.00;3.14;0.36 +2403;5;2.50;9.50;1581.50;3.31;0.36 +2403;6;2.50;9.50;1585.00;3.28;0.36 +2403;9;1.76;9.50;1567.00;1.57;0.36 +2403;10;8.24;9.50;1567.00;-1.57;0.36 +2403;11;7.40;9.50;1551.00;0.14;0.36 +2403;12;1.00;9.50;1567.80;4.51;0.36 +2403;13;11.40;9.50;1561.40;0.85;0.36 +2403;14;5.00;9.50;1583.00;3.14;0.36 +2403;15;1.00;9.50;1590.20;3.31;0.36 +2403;16;1.00;9.50;1595.80;3.28;0.36 2403;21;1.76;9.50;1567.00;1.57;0.36 +2404;0;515.00;9.50;1452.00;0.00;1.22 +2404;1;523.50;9.50;1439.50;0.59;1.22 +2404;2;531.50;9.50;1448.00;1.33;1.22 +2404;3;503.50;9.50;1444.00;-0.96;1.22 +2404;4;495.00;9.50;1451.50;-1.54;1.22 +2404;5;504.50;9.50;1462.50;3.92;1.22 +2404;6;520.50;9.50;1463.50;2.69;1.22 +2404;9;500.42;9.50;1452.00;1.57;1.22 +2404;10;529.58;9.50;1452.00;-1.57;1.22 +2404;11;528.60;9.50;1432.00;0.59;1.22 +2404;12;541.40;9.50;1445.60;1.33;1.22 +2404;13;496.60;9.50;1439.20;-0.96;1.22 +2404;14;483.00;9.50;1451.20;-1.54;1.22 +2404;15;498.20;9.50;1468.80;3.92;1.22 +2404;16;523.80;9.50;1470.40;2.69;1.22 2404;21;500.42;9.50;1452.00;1.57;1.22 +2405;0;594.00;9.50;689.00;0.00;1.30 +2405;1;589.50;9.50;668.50;-0.21;1.30 +2405;2;598.00;9.50;675.50;0.28;1.30 +2405;3;582.50;9.50;680.00;-0.90;1.30 +2405;4;607.00;9.50;689.50;1.60;1.30 +2405;5;589.00;9.50;699.00;3.60;1.30 +2405;6;608.50;9.50;697.00;2.07;1.30 +2405;7;605.00;9.50;702.50;2.45;1.30 +2405;9;582.30;9.50;689.00;1.57;1.30 +2405;10;605.70;9.50;689.00;-1.57;1.30 +2405;11;586.80;9.50;656.20;-0.21;1.30 +2405;12;600.40;9.50;667.40;0.28;1.30 +2405;13;575.60;9.50;674.60;-0.90;1.30 +2405;14;614.80;9.50;689.80;1.60;1.30 +2405;15;586.00;9.50;705.00;3.60;1.30 +2405;16;617.20;9.50;701.80;2.07;1.30 +2405;17;611.60;9.50;710.60;2.45;1.30 2405;21;582.30;9.50;689.00;1.57;1.30 +2406;0;1144.00;9.50;1017.00;0.00;1.04 +2406;1;1132.50;9.50;1007.00;-0.85;1.04 +2406;2;1153.00;9.50;1005.50;0.66;1.04 +2406;3;1164.50;9.50;1015.00;1.47;1.04 +2406;4;1120.00;9.50;1009.50;-1.26;1.04 +2406;5;1123.50;9.50;1018.50;4.63;1.04 +2406;6;1158.00;9.50;1027.00;2.19;1.04 +2406;7;1137.50;9.50;1028.00;3.67;1.04 +2406;9;1126.18;9.50;1017.00;1.57;1.04 +2406;10;1161.82;9.50;1017.00;-1.57;1.04 +2406;11;1125.60;9.50;1001.00;-0.85;1.04 +2406;12;1158.40;9.50;998.60;0.66;1.04 +2406;13;1176.80;9.50;1013.80;1.47;1.04 +2406;14;1105.60;9.50;1005.00;-1.26;1.04 +2406;15;1111.20;9.50;1019.40;4.63;1.04 +2406;16;1166.40;9.50;1033.00;2.19;1.04 +2406;17;1133.60;9.50;1034.60;3.67;1.04 2406;21;1126.18;9.50;1017.00;1.57;1.04 +2407;0;1003.00;11.07;1957.00;0.00;1.60 +2407;1;1008.00;12.40;1941.50;0.31;1.60 +2407;2;985.50;11.40;1942.00;-0.86;1.60 +2407;3;1027.50;11.60;1945.50;1.13;1.60 +2407;4;1027.50;10.90;1961.00;1.73;1.60 +2407;5;979.00;10.40;1960.50;4.56;1.60 +2407;6;1009.00;10.35;1971.50;2.74;1.60 +2407;9;981.04;10.80;1957.00;1.57;1.60 +2407;10;1024.96;10.95;1957.00;-1.57;1.60 2407;21;1024.96;10.95;1957.00;-1.57;1.60 +2408;0;2976.00;9.50;1626.00;0.00;0.84 +2408;1;2978.50;9.50;1613.00;0.19;0.84 +2408;2;2975.50;9.50;1613.50;-0.04;0.84 +2408;3;2982.50;9.50;1614.50;0.51;0.84 +2408;4;2977.00;9.50;1617.50;0.11;0.84 +2408;5;2984.00;9.67;1617.00;0.72;0.84 +2408;6;2971.50;9.50;1618.00;-0.51;0.84 +2408;7;2980.50;9.50;1622.00;0.84;0.84 +2408;8;2967.00;9.50;1621.00;-1.06;0.84 +2408;9;2968.44;9.75;1626.00;1.57;0.84 +2408;10;2983.56;9.50;1626.00;-1.57;0.84 +2408;11;2980.00;9.50;1605.20;0.19;0.84 +2408;12;2975.20;9.70;1606.00;-0.04;0.84 +2408;13;2986.40;9.50;1607.60;0.51;0.84 +2408;14;2977.60;9.50;1612.40;0.11;0.84 +2408;15;2988.80;9.50;1611.60;0.72;0.84 +2408;16;2968.80;9.50;1613.20;-0.51;0.84 +2408;17;2983.20;9.50;1619.60;0.84;0.84 +2408;18;2961.60;9.50;1618.00;-1.06;0.84 2408;21;2983.56;9.50;1626.00;-1.57;0.84 +2409;0;3374.00;9.50;192.00;0.00;1.20 +2409;1;3368.00;9.50;180.50;-0.48;1.20 +2409;2;3377.50;9.50;176.00;0.21;1.20 +2409;3;3382.50;9.50;188.00;1.13;1.20 +2409;4;3358.50;9.50;186.00;-1.20;1.20 +2409;5;3366.50;9.50;197.00;4.12;1.20 +2409;6;3387.50;9.50;200.50;2.13;1.20 +2409;7;3381.00;9.50;204.50;2.63;1.20 +2409;9;3363.20;9.50;192.00;1.57;1.20 +2409;10;3384.80;9.50;192.00;-1.57;1.20 +2409;11;3364.40;9.50;173.60;-0.48;1.20 +2409;12;3379.60;9.50;166.40;0.21;1.20 +2409;13;3387.60;9.50;185.60;1.13;1.20 +2409;14;3349.20;9.50;182.40;-1.20;1.20 +2409;15;3362.00;9.50;200.00;4.12;1.20 +2409;16;3395.60;9.50;205.60;2.13;1.20 +2409;17;3385.20;9.50;212.00;2.63;1.20 2409;21;3363.20;9.50;192.00;1.57;1.20 +2410;0;1551.00;9.50;645.00;0.00;1.08 +2410;1;1544.00;9.50;636.00;-0.66;1.08 +2410;2;1557.50;9.50;636.00;0.62;1.08 +2410;3;1557.50;9.50;649.00;2.12;1.08 +2410;4;1569.50;9.50;639.50;1.28;1.08 +2410;5;1540.00;9.50;648.50;4.40;1.08 +2410;6;1542.00;9.50;658.00;3.74;1.08 +2410;7;1545.50;9.50;659.50;3.50;1.08 +2410;9;1539.84;9.50;645.00;1.57;1.08 +2410;10;1562.16;9.50;645.00;-1.57;1.08 +2410;11;1539.80;9.50;630.60;-0.66;1.08 +2410;12;1561.40;9.50;630.60;0.62;1.08 +2410;13;1561.40;9.50;651.40;2.12;1.08 +2410;14;1580.60;9.50;636.20;1.28;1.08 +2410;15;1533.40;9.50;650.60;4.40;1.08 +2410;16;1536.60;9.50;665.80;3.74;1.08 +2410;17;1542.20;9.50;668.20;3.50;1.08 2410;21;1539.84;9.50;645.00;1.57;1.08 +2411;0;1807.00;9.50;1481.00;0.00;0.94 +2411;1;1806.50;9.50;1471.00;-0.05;0.94 +2411;2;1824.50;9.50;1469.50;0.98;0.94 +2411;3;1824.00;9.50;1479.50;1.48;0.94 +2411;4;1789.00;9.50;1479.50;-1.48;0.94 +2411;5;1793.00;9.50;1489.50;4.16;0.94 +2411;6;1809.50;9.50;1491.00;2.89;0.94 +2411;9;1794.04;9.50;1481.00;1.57;0.94 +2411;10;1819.96;9.50;1481.00;-1.57;0.94 +2411;11;1806.20;9.50;1465.00;-0.05;0.94 +2411;12;1835.00;9.50;1462.60;0.98;0.94 +2411;13;1834.20;9.50;1478.60;1.48;0.94 +2411;14;1778.20;9.50;1478.60;-1.48;0.94 +2411;15;1784.60;9.50;1494.60;4.16;0.94 +2411;16;1811.00;9.50;1497.00;2.89;0.94 2411;21;1794.04;9.50;1481.00;1.57;0.94 +2412;0;1322.00;9.50;77.00;0.00;1.42 +2412;1;1311.50;9.50;62.00;-0.61;1.42 +2412;2;1331.50;9.50;64.50;0.65;1.42 +2412;3;1304.00;9.50;75.00;-1.46;1.42 +2412;4;1340.00;9.50;76.50;1.54;1.42 +2412;5;1337.50;9.50;91.50;2.32;1.42 +2412;6;1307.50;9.50;88.50;4.04;1.42 +2412;7;1322.00;9.50;92.50;3.14;1.42 +2412;9;1307.42;9.50;77.00;1.57;1.42 +2412;10;1336.58;9.50;77.00;-1.57;1.42 +2412;11;1305.20;9.50;53.00;-0.61;1.42 +2412;12;1337.20;9.50;57.00;0.65;1.42 +2412;13;1293.20;9.50;73.80;-1.46;1.42 +2412;14;1350.80;9.50;76.20;1.54;1.42 +2412;15;1346.80;9.50;100.20;2.32;1.42 +2412;16;1298.80;9.50;95.40;4.04;1.42 +2412;17;1322.00;9.50;101.80;3.14;1.42 2412;21;1307.42;9.50;77.00;1.57;1.42 +2413;0;3697.00;9.50;216.00;0.00;1.06 +2413;1;3690.50;9.50;205.50;-0.55;1.06 +2413;2;3703.00;9.50;206.50;0.56;1.06 +2413;3;3683.50;9.50;208.50;-1.06;1.06 +2413;4;3687.50;9.50;217.50;4.55;1.06 +2413;5;3707.00;9.50;219.00;1.86;1.06 +2413;6;3701.00;9.50;228.50;2.83;1.06 +2413;7;3709.00;9.50;230.00;2.43;1.06 +2413;9;3687.46;9.50;216.00;1.57;1.06 +2413;10;3706.54;9.50;216.00;-1.57;1.06 +2413;11;3686.60;9.50;199.20;-0.55;1.06 +2413;12;3706.60;9.50;200.80;0.56;1.06 +2413;13;3675.40;9.50;204.00;-1.06;1.06 +2413;14;3681.80;9.50;218.40;4.55;1.06 +2413;15;3713.00;9.50;220.80;1.86;1.06 +2413;16;3703.40;9.50;236.00;2.83;1.06 +2413;17;3716.20;9.50;238.40;2.43;1.06 2413;21;3687.46;9.50;216.00;1.57;1.06 +2414;0;5483.00;9.50;775.00;0.00;1.00 +2414;1;5488.00;9.50;765.50;0.48;1.00 +2414;2;5461.50;9.50;767.50;-1.23;1.00 +2414;3;5482.00;9.50;770.00;-0.19;1.00 +2414;4;5464.00;9.50;778.50;4.53;1.00 +2414;5;5505.50;9.50;778.00;1.70;1.00 +2414;6;5479.50;9.50;781.50;3.63;1.00 +2414;7;5491.50;9.50;786.50;2.50;1.00 +2414;8;5506.50;9.50;785.50;1.99;1.00 +2414;9;5463.20;9.50;775.00;1.57;1.00 +2414;10;5502.80;9.50;775.00;-1.57;1.00 +2414;11;5491.00;9.50;759.80;0.48;1.00 +2414;12;5448.60;9.50;763.00;-1.23;1.00 +2414;13;5481.40;9.50;767.00;-0.19;1.00 +2414;14;5452.60;9.50;780.60;4.53;1.00 +2414;15;5519.00;9.50;779.80;1.70;1.00 +2414;16;5477.40;9.98;785.40;3.63;1.00 +2414;17;5496.60;9.50;793.40;2.50;1.00 +2414;18;5520.60;9.50;791.80;1.99;1.00 2414;21;5463.20;9.50;775.00;1.57;1.00 +2415;0;5033.00;9.50;978.00;0.00;1.22 +2415;1;5038.00;9.50;965.50;0.38;1.22 +2415;2;5034.00;9.50;964.50;0.07;1.22 +2415;3;5025.00;9.50;972.00;-0.92;1.22 +2415;4;5044.00;9.50;973.50;1.18;1.22 +2415;5;5017.50;9.50;978.00;4.71;1.22 +2415;6;5025.00;9.50;986.00;3.92;1.22 +2415;7;5041.00;9.50;986.00;2.35;1.22 +2415;8;5033.50;9.50;993.50;3.10;1.22 +2415;9;5022.02;9.50;978.00;1.57;1.22 +2415;10;5043.98;9.50;978.00;-1.57;1.22 +2415;11;5041.00;9.50;958.00;0.38;1.22 +2415;12;5034.60;9.50;956.40;0.07;1.22 +2415;13;5020.20;9.50;968.40;-0.92;1.22 +2415;14;5050.60;9.50;970.80;1.18;1.22 +2415;15;5008.20;9.50;978.00;4.71;1.22 +2415;16;5020.20;9.50;990.80;3.92;1.22 +2415;17;5045.80;9.50;990.80;2.35;1.22 +2415;18;5033.80;9.50;1002.80;3.10;1.22 2415;21;5022.02;9.50;978.00;1.57;1.22 +2416;0;4566.00;9.50;498.00;0.00;0.90 +2416;1;4562.00;9.50;485.00;-0.29;0.90 +2416;2;4558.50;9.50;485.50;-0.54;0.90 +2416;3;4573.00;9.50;495.00;1.16;0.90 +2416;4;4558.00;9.50;497.50;-1.50;0.90 +2416;5;4576.00;9.50;505.00;2.18;0.90 +2416;6;4568.00;9.50;507.00;2.92;0.90 +2416;7;4560.50;9.50;507.50;3.66;0.90 +2416;9;4557.90;9.50;498.00;1.57;0.90 +2416;10;4574.10;9.50;498.00;-1.57;0.90 +2416;11;4559.60;9.50;477.20;-0.29;0.90 +2416;12;4554.00;9.50;478.00;-0.54;0.90 +2416;13;4577.20;9.50;493.20;1.16;0.90 +2416;14;4553.20;9.50;497.20;-1.50;0.90 +2416;15;4582.00;9.50;509.20;2.18;0.90 +2416;16;4569.20;9.50;512.40;2.92;0.90 +2416;17;4557.20;9.50;513.20;3.66;0.90 2416;21;4557.90;9.50;498.00;1.57;0.90 +2417;0;4015.00;9.50;732.00;0.00;1.26 +2417;1;4012.00;9.50;719.00;-0.22;1.26 +2417;2;4024.50;9.50;721.50;0.73;1.26 +2417;3;4003.00;9.50;727.00;-1.17;1.26 +2417;4;4030.50;9.50;726.00;1.20;1.26 +2417;5;4023.00;9.50;739.00;2.29;1.26 +2417;6;4007.00;9.50;742.00;3.81;1.26 +2417;9;4003.66;9.50;732.00;1.57;1.26 +2417;10;4026.34;9.50;732.00;-1.57;1.26 +2417;11;4010.20;9.50;711.20;-0.22;1.26 +2417;12;4030.20;9.50;715.20;0.73;1.26 +2417;13;3995.80;9.50;724.00;-1.17;1.26 +2417;14;4039.80;9.50;722.40;1.20;1.26 +2417;15;4027.80;9.50;743.20;2.29;1.26 +2417;16;4002.20;9.50;748.00;3.81;1.26 2417;21;4003.66;9.50;732.00;1.57;1.26 +2418;0;4574.00;9.50;138.00;0.00;1.12 +2418;1;4577.50;9.50;126.00;0.28;1.12 +2418;2;4586.00;9.50;133.50;1.21;1.12 +2418;3;4564.50;9.50;134.00;-1.17;1.12 +2418;4;4557.00;9.50;140.00;4.59;1.12 +2418;5;4565.00;9.50;147.00;3.92;1.12 +2418;6;4579.50;9.50;147.00;2.59;1.12 +2418;9;4562.84;9.50;138.00;1.57;1.12 +2418;10;4585.16;9.50;138.00;-1.57;1.12 +2418;11;4579.60;9.50;118.80;0.28;1.12 +2418;12;4593.20;9.50;130.80;1.21;1.12 +2418;13;4558.80;9.50;131.60;-1.17;1.12 +2418;14;4546.80;9.50;141.20;4.59;1.12 +2418;15;4559.60;9.50;152.40;3.92;1.12 +2418;16;4582.80;9.50;152.40;2.59;1.12 2418;21;4562.84;9.50;138.00;1.57;1.12 +2419;0;3855.00;9.50;932.00;0.00;0.94 +2419;1;3850.00;9.50;921.50;-0.44;0.94 +2419;2;3862.00;9.50;926.50;0.90;0.94 +2419;3;3843.00;9.50;929.00;-1.32;0.94 +2419;4;3868.50;9.50;932.50;1.60;0.94 +2419;5;3866.50;9.50;939.00;2.11;0.94 +2419;6;3841.00;9.50;935.50;4.46;0.94 +2419;7;3853.00;9.50;940.00;3.38;0.94 +2419;9;3845.10;9.50;932.00;1.57;0.94 +2419;10;3864.90;9.50;932.00;-1.57;0.94 +2419;11;3847.00;9.50;915.20;-0.44;0.94 +2419;12;3866.20;9.50;923.20;0.90;0.94 +2419;13;3835.80;9.50;927.20;-1.32;0.94 +2419;14;3876.60;9.50;932.80;1.60;0.94 +2419;15;3873.40;9.50;943.20;2.11;0.94 +2419;16;3832.60;9.50;937.60;4.46;0.94 +2419;17;3851.80;9.50;944.80;3.38;0.94 2419;21;3845.10;9.50;932.00;1.57;0.94 +2420;0;3035.00;9.50;198.00;0.00;1.30 +2420;1;3042.00;9.50;183.00;0.43;1.30 +2420;2;3050.50;9.50;186.00;0.91;1.30 +2420;3;3029.00;9.50;190.00;-0.64;1.30 +2420;4;3041.50;9.50;198.00;1.57;1.30 +2420;5;3023.50;9.50;204.50;4.19;1.30 +2420;6;3037.00;9.50;212.50;3.00;1.30 +2420;7;3028.00;9.50;215.00;3.53;1.30 +2420;9;3023.30;9.50;198.00;1.57;1.30 +2420;10;3046.70;9.50;198.00;-1.57;1.30 +2420;11;3046.20;9.50;174.00;0.43;1.30 +2420;12;3059.80;9.50;178.80;0.91;1.30 +2420;13;3025.40;9.50;185.20;-0.64;1.30 +2420;14;3045.40;9.50;198.00;1.57;1.30 +2420;15;3016.60;9.50;208.40;4.19;1.30 +2420;16;3038.20;9.50;221.20;3.00;1.30 +2420;17;3023.80;9.50;225.20;3.53;1.30 2420;21;3023.30;9.50;198.00;1.57;1.30 +2421;0;2347.00;9.50;67.00;0.00;1.02 +2421;1;2337.00;9.50;64.00;-1.27;1.02 +2421;2;2348.00;9.50;54.50;0.08;1.02 +2421;3;2357.00;9.50;59.00;0.89;1.02 +2421;4;2355.00;9.50;73.50;2.25;1.02 +2421;5;2342.50;9.50;78.50;3.51;1.02 +2421;9;2337.82;9.50;67.00;1.57;1.02 +2421;10;2356.18;9.50;67.00;-1.57;1.02 +2421;11;2331.00;9.50;62.20;-1.27;1.02 +2421;12;2348.60;9.50;47.00;0.08;1.02 +2421;13;2363.00;9.50;54.20;0.89;1.02 +2421;14;2359.80;9.50;77.40;2.25;1.02 +2421;15;2339.80;9.50;85.40;3.51;1.02 2421;21;2337.82;9.50;67.00;1.57;1.02 +2422;0;2181.00;9.50;333.00;0.00;0.88 +2422;1;2177.50;9.50;317.00;-0.21;0.88 +2422;2;2183.50;9.50;321.00;0.20;0.88 +2422;3;2173.00;9.50;328.00;-1.01;0.88 +2422;4;2190.50;9.50;334.00;1.67;0.88 +2422;5;2176.00;9.50;342.50;3.62;0.88 +2422;6;2187.00;9.50;345.00;2.67;0.88 +2422;9;2173.08;9.50;333.00;1.57;0.88 +2422;10;2188.92;9.50;333.00;-1.57;0.88 +2422;11;2175.40;9.50;307.40;-0.21;0.88 +2422;12;2185.00;9.50;313.80;0.20;0.88 +2422;13;2168.20;9.50;325.00;-1.01;0.88 +2422;14;2196.20;9.50;334.60;1.67;0.88 +2422;15;2173.00;9.50;348.20;3.62;0.88 +2422;16;2190.60;9.50;352.20;2.67;0.88 2422;21;2173.08;9.50;333.00;1.57;0.88 +2423;0;2212.00;9.50;867.00;0.00;1.02 +2423;1;2224.50;9.50;846.50;0.54;1.02 +2423;2;2213.50;9.50;851.50;0.09;1.02 +2423;3;2224.50;9.50;856.50;0.87;1.02 +2423;4;2201.50;9.50;868.00;4.61;1.02 +2423;5;2215.50;9.50;878.50;2.84;1.02 +2423;6;2200.00;9.50;878.50;3.94;1.02 +2423;7;2203.50;9.50;885.00;3.58;1.02 +2423;9;2202.82;9.50;867.00;1.57;1.02 +2423;10;2221.18;9.50;867.00;-1.57;1.02 +2423;11;2232.00;9.50;834.20;0.54;1.02 +2423;12;2214.40;9.50;842.20;0.09;1.02 +2423;13;2232.00;9.50;850.20;0.87;1.02 +2423;14;2195.20;9.50;868.60;4.61;1.02 +2423;15;2217.60;9.50;885.40;2.84;1.02 +2423;16;2192.80;9.50;885.40;3.94;1.02 +2423;17;2198.40;9.50;895.80;3.58;1.02 2423;21;2202.82;9.50;867.00;1.57;1.02 +2424;0;2583.00;9.50;1452.00;0.00;0.94 +2424;1;2579.00;9.50;1445.00;-0.51;0.94 +2424;2;2595.50;9.50;1446.00;1.12;0.94 +2424;3;2592.50;9.50;1456.50;2.01;0.94 +2424;4;2568.50;9.50;1458.00;4.32;0.94 +2424;5;2578.00;9.50;1462.50;3.58;0.94 +2424;9;2570.94;9.50;1452.00;1.57;0.94 +2424;10;2595.06;9.50;1452.00;-1.57;0.94 +2424;11;2576.60;9.50;1440.80;-0.51;0.94 +2424;12;2603.00;9.50;1442.40;1.12;0.94 +2424;13;2598.20;9.50;1459.20;2.01;0.94 +2424;14;2559.80;9.50;1461.60;4.32;0.94 +2424;15;2575.00;9.50;1468.80;3.58;0.94 2424;21;2570.94;9.50;1452.00;1.57;0.94 +2425;0;2043.00;9.50;1545.00;0.00;1.10 +2425;1;2036.00;9.50;1526.50;-0.36;1.10 +2425;2;2033.00;9.50;1540.00;-1.10;1.10 +2425;3;2046.50;9.50;1530.50;0.23;1.10 +2425;4;2056.00;9.50;1539.00;1.13;1.10 +2425;5;2050.50;9.50;1554.50;2.47;1.10 +2425;6;2038.00;9.50;1559.50;3.47;1.10 +2425;7;2045.00;9.50;1567.00;3.05;1.10 +2425;9;2033.10;9.50;1545.00;1.57;1.10 +2425;10;2052.90;9.50;1545.00;-1.57;1.10 +2425;11;2031.80;9.50;1515.40;-0.36;1.10 +2425;12;2027.00;9.50;1537.00;-1.10;1.10 +2425;13;2048.60;9.50;1521.80;0.23;1.10 +2425;14;2063.80;9.50;1535.40;1.13;1.10 +2425;15;2055.00;9.50;1560.20;2.47;1.10 +2425;16;2035.00;9.50;1568.20;3.47;1.10 +2425;17;2046.20;9.50;1580.20;3.05;1.10 2425;21;2033.10;9.50;1545.00;1.57;1.10 +2426;0;876.00;9.50;188.00;0.00;1.50 +2426;1;878.50;9.50;173.50;0.17;1.50 +2426;2;855.00;9.50;181.50;-1.27;1.50 +2426;3;895.00;9.50;183.50;1.33;1.50 +2426;4;898.00;9.50;191.50;1.72;1.50 +2426;5;857.00;9.50;195.00;4.35;1.50 +2426;6;896.00;9.50;200.00;2.11;1.50 +2426;7;879.50;9.50;202.50;2.90;1.50 +2426;9;857.82;9.50;188.00;1.57;1.50 +2426;10;894.18;9.50;188.00;-1.57;1.50 +2426;11;880.00;9.50;164.80;0.17;1.50 +2426;12;842.40;9.50;177.60;-1.27;1.50 +2426;13;906.40;9.50;180.80;1.33;1.50 +2426;14;911.20;9.50;193.60;1.72;1.50 +2426;15;845.60;9.50;199.20;4.35;1.50 +2426;16;908.00;9.50;207.20;2.11;1.50 +2426;17;881.60;9.50;211.20;2.90;1.50 2426;21;857.82;9.50;188.00;1.57;1.50 +2427;0;411.00;9.50;538.00;0.00;0.86 +2427;1;391.50;9.50;528.00;-1.09;0.86 +2427;2;411.00;9.50;528.00;0.00;0.86 +2427;3;386.50;9.50;528.50;-1.20;0.86 +2427;4;395.50;9.50;538.50;4.68;0.86 +2427;5;427.50;9.50;538.50;1.60;0.86 +2427;6;419.00;9.50;549.50;2.53;0.86 +2427;7;404.50;9.50;549.50;3.65;0.86 +2427;9;394.08;9.50;538.00;1.57;0.86 +2427;10;427.92;9.50;538.00;-1.57;0.86 +2427;11;379.80;9.50;522.00;-1.09;0.86 +2427;12;411.00;9.50;522.00;0.00;0.86 +2427;13;371.80;9.50;522.80;-1.20;0.86 +2427;14;386.20;9.50;538.80;4.68;0.86 +2427;15;437.40;9.50;538.80;1.60;0.86 +2427;16;423.80;9.50;556.40;2.53;0.86 +2427;17;400.60;9.50;556.40;3.65;0.86 2427;21;394.08;9.50;538.00;1.57;0.86 +2428;0;598.00;9.50;1399.00;0.00;1.04 +2428;1;603.00;9.50;1386.00;0.36;1.04 +2428;2;590.00;9.50;1386.50;-0.56;1.04 +2428;3;612.50;9.50;1399.00;1.57;1.04 +2428;4;583.00;9.50;1399.50;4.67;1.04 +2428;5;610.50;9.50;1411.00;2.33;1.04 +2428;6;594.00;9.50;1411.50;3.45;1.04 +2428;9;585.58;9.50;1399.00;1.57;1.04 +2428;10;610.42;9.50;1399.00;-1.57;1.04 +2428;11;606.00;9.50;1378.20;0.36;1.04 +2428;12;585.20;9.50;1379.00;-0.56;1.04 +2428;13;621.20;9.50;1399.00;1.57;1.04 +2428;14;574.00;9.50;1399.80;4.67;1.04 +2428;15;618.00;9.50;1418.20;2.33;1.04 +2428;16;591.60;9.50;1419.00;3.45;1.04 2428;21;585.58;9.50;1399.00;1.57;1.04 +2429;0;660.00;9.50;714.00;0.00;1.00 +2429;1;657.00;9.50;706.50;-0.38;1.00 +2429;2;673.00;9.50;703.00;0.86;1.00 +2429;3;675.50;9.50;708.50;1.23;1.00 +2429;4;641.50;9.50;709.50;-1.33;1.00 +2429;5;649.00;9.50;719.00;4.28;1.00 +2429;6;667.00;9.50;721.00;2.35;1.00 +2429;9;647.40;9.50;714.00;1.57;1.00 +2429;10;672.60;9.50;714.00;-1.57;1.00 +2429;11;655.20;9.50;702.00;-0.38;1.00 +2429;12;680.80;9.50;696.40;0.86;1.00 +2429;13;684.80;9.50;705.20;1.23;1.00 +2429;14;630.40;9.50;706.80;-1.33;1.00 +2429;15;642.40;9.50;722.00;4.28;1.00 +2429;16;671.20;9.50;725.20;2.35;1.00 2429;21;647.40;9.50;714.00;1.57;1.00 +2430;0;1073.00;9.50;1032.00;0.00;1.06 +2430;1;1068.50;9.50;1023.50;-0.48;1.06 +2430;2;1088.00;9.50;1026.00;1.19;1.06 +2430;3;1052.50;9.50;1027.50;-1.35;1.06 +2430;4;1056.50;9.50;1034.00;4.59;1.06 +2430;5;1085.00;9.50;1039.00;2.09;1.06 +2430;6;1069.50;9.50;1042.50;3.46;1.06 +2430;9;1058.24;9.50;1032.00;1.57;1.06 +2430;10;1087.76;9.50;1032.00;-1.57;1.06 +2430;11;1065.80;9.50;1018.40;-0.48;1.06 +2430;12;1097.00;9.50;1022.40;1.19;1.06 +2430;13;1040.20;9.50;1024.80;-1.35;1.06 +2430;14;1046.60;9.50;1035.20;4.59;1.06 +2430;15;1092.20;9.50;1043.20;2.09;1.06 +2430;16;1067.40;9.50;1048.80;3.46;1.06 2430;21;1058.24;9.50;1032.00;1.57;1.06 +2431;0;2985.00;9.50;1662.00;0.00;0.70 +2431;1;2994.00;9.50;1652.50;0.75;0.70 +2431;2;2991.50;9.50;1654.00;0.68;0.70 +2431;3;2993.50;9.50;1655.50;0.91;0.70 +2431;4;2984.50;9.50;1655.50;-0.07;0.70 +2431;5;2994.50;9.50;1657.50;1.12;0.70 +2431;6;2978.50;9.50;1658.50;-1.07;0.70 +2431;7;2975.50;9.50;1661.50;-1.51;0.70 +2431;8;2994.50;9.50;1660.50;1.41;0.70 +2431;9;2977.08;9.50;1662.00;1.57;0.70 +2431;10;2992.92;9.50;1662.00;-1.57;0.70 +2431;11;2999.40;9.50;1646.80;0.75;0.70 +2431;12;2995.40;9.50;1649.20;0.68;0.70 +2431;13;2998.60;9.50;1651.60;0.91;0.70 +2431;14;2984.20;9.50;1651.60;-0.07;0.70 +2431;15;3000.20;9.50;1654.80;1.12;0.70 +2431;16;2974.60;9.50;1656.40;-1.07;0.70 +2431;17;2969.80;9.50;1661.20;-1.51;0.70 +2431;18;3000.20;9.50;1659.60;1.41;0.70 2431;21;2977.08;9.50;1662.00;1.57;0.70 +2432;0;3373.00;9.50;303.00;0.00;1.06 +2432;1;3374.00;9.50;287.50;0.06;1.06 +2432;2;3383.00;9.50;297.00;1.03;1.06 +2432;3;3364.50;9.50;298.50;-1.08;1.06 +2432;4;3360.50;9.50;313.00;4.03;1.06 +2432;5;3375.50;9.50;314.50;2.92;1.06 +2432;6;3362.50;9.50;318.00;3.75;1.06 +2432;9;3363.46;9.50;303.00;1.57;1.06 +2432;10;3382.54;9.50;303.00;-1.57;1.06 +2432;11;3374.60;9.50;278.20;0.06;1.06 +2432;12;3389.00;9.50;293.40;1.03;1.06 +2432;13;3359.40;9.50;295.80;-1.08;1.06 +2432;14;3353.00;9.50;319.00;4.03;1.06 +2432;15;3377.00;9.50;321.40;2.92;1.06 +2432;16;3356.20;9.50;327.00;3.75;1.06 2432;21;3363.46;9.50;303.00;1.57;1.06 +2433;0;1616.00;9.50;554.00;0.00;1.48 +2433;1;1624.50;9.50;536.00;0.44;1.48 +2433;2;1632.50;9.50;546.00;1.11;1.48 +2433;3;1604.00;9.50;549.50;-1.21;1.48 +2433;4;1625.00;9.50;564.50;2.43;1.48 +2433;5;1604.50;9.50;567.00;3.86;1.48 +2433;9;1600.88;9.50;554.00;1.57;1.48 +2433;10;1631.12;9.50;554.00;-1.57;1.48 +2433;11;1629.60;9.50;525.20;0.44;1.48 +2433;12;1642.40;9.50;541.20;1.11;1.48 +2433;13;1596.80;9.50;546.80;-1.21;1.48 +2433;14;1630.40;9.50;570.80;2.43;1.48 +2433;15;1597.60;9.50;574.80;3.86;1.48 2433;21;1600.88;9.50;554.00;1.57;1.48 +2434;0;1824.00;9.50;1581.00;0.00;1.00 +2434;1;1813.00;9.50;1580.00;-1.48;1.00 +2434;2;1825.50;9.50;1569.50;0.13;1.00 +2434;3;1836.50;9.50;1570.50;0.87;1.00 +2434;4;1835.00;9.50;1582.50;1.70;1.00 +2434;5;1814.50;9.50;1592.00;3.85;1.00 +2434;6;1825.50;9.50;1593.00;3.01;1.00 +2434;9;1815.00;9.50;1581.00;1.57;1.00 +2434;10;1833.00;9.50;1581.00;-1.57;1.00 +2434;11;1806.40;9.50;1579.40;-1.48;1.00 +2434;12;1826.40;9.50;1562.60;0.13;1.00 +2434;13;1844.00;9.50;1564.20;0.87;1.00 +2434;14;1841.60;9.50;1583.40;1.70;1.00 +2434;15;1808.80;9.50;1598.60;3.85;1.00 +2434;16;1826.40;9.50;1600.20;3.01;1.00 2434;21;1815.00;9.50;1581.00;1.57;1.00 +2435;0;1245.00;9.50;119.00;0.00;1.12 +2435;1;1252.00;9.50;107.50;0.54;1.12 +2435;2;1225.50;9.50;110.50;-1.16;1.12 +2435;3;1269.00;9.50;109.50;1.19;1.12 +2435;4;1264.50;9.50;121.50;1.69;1.12 +2435;5;1227.00;9.50;123.50;4.46;1.12 +2435;6;1249.00;9.50;133.00;2.86;1.12 +2435;9;1225.74;9.50;119.00;1.57;1.12 +2435;10;1264.26;9.50;119.00;-1.57;1.12 +2435;11;1256.20;9.50;100.60;0.54;1.12 +2435;12;1213.80;9.50;105.40;-1.16;1.12 +2435;13;1283.40;9.50;103.80;1.19;1.12 +2435;14;1276.20;9.50;123.00;1.69;1.12 +2435;15;1216.20;9.50;126.20;4.46;1.12 +2435;16;1251.40;9.50;141.40;2.86;1.12 2435;21;1225.74;9.50;119.00;1.57;1.12 +2436;0;5028.00;9.50;1705.00;0.00;0.58 +2436;1;5023.50;9.50;1700.50;-0.78;0.58 +2436;2;5018.00;9.50;1701.50;-1.23;0.58 +2436;3;5034.50;9.50;1706.00;1.72;0.58 +2436;4;5029.50;9.50;1709.50;2.82;0.58 +2436;5;5037.00;9.50;1711.00;2.15;0.58 +2436;9;5019.72;9.50;1705.00;1.57;0.58 +2436;10;5036.28;9.50;1705.00;-1.57;0.58 +2436;11;5020.80;9.50;1697.80;-0.78;0.58 +2436;12;5012.00;9.50;1699.40;-1.23;0.58 +2436;13;5038.40;9.50;1706.60;1.72;0.58 +2436;14;5030.40;9.50;1712.20;2.82;0.58 +2436;15;5042.40;9.50;1714.60;2.15;0.58 2436;21;5019.72;9.50;1705.00;1.57;0.58 +2437;0;3408.00;9.50;91.00;0.00;1.06 +2437;1;3405.50;9.50;77.00;-0.17;1.06 +2437;2;3400.00;9.50;84.50;-0.88;1.06 +2437;3;3413.50;9.50;81.00;0.50;1.06 +2437;4;3418.50;9.50;92.00;1.66;1.06 +2437;5;3400.50;9.50;99.50;3.86;1.06 +2437;6;3410.50;9.50;102.50;2.92;1.06 +2437;9;3398.46;9.50;91.00;1.57;1.06 +2437;10;3417.54;9.50;91.00;-1.57;1.06 +2437;11;3404.00;9.50;68.60;-0.17;1.06 +2437;12;3395.20;9.50;80.60;-0.88;1.06 +2437;13;3416.80;9.50;75.00;0.50;1.06 +2437;14;3424.80;9.50;92.60;1.66;1.06 +2437;15;3396.00;9.50;104.60;3.86;1.06 +2437;16;3412.00;9.50;109.40;2.92;1.06 2437;21;3398.46;9.50;91.00;1.57;1.06 +2438;0;5439.00;9.50;837.00;0.00;0.82 +2438;1;5435.00;9.50;828.50;-0.44;0.82 +2438;2;5419.50;9.50;832.00;-1.32;0.82 +2438;3;5454.50;9.50;838.50;1.66;0.82 +2438;4;5425.00;9.50;834.00;-1.36;0.82 +2438;5;5428.50;9.50;843.00;4.19;0.82 +2438;6;5445.00;9.50;847.00;2.60;0.82 +2438;9;5424.96;9.50;837.00;1.57;0.82 +2438;10;5453.04;9.50;837.00;-1.57;0.82 +2438;11;5432.60;9.50;823.40;-0.44;0.82 +2438;12;5407.80;9.54;829.00;-1.32;0.82 +2438;13;5463.80;9.50;839.40;1.66;0.82 +2438;14;5416.60;9.50;832.20;-1.36;0.82 +2438;15;5422.20;9.50;846.60;4.19;0.82 +2438;16;5448.60;9.50;853.00;2.60;0.82 2438;21;5424.96;9.50;837.00;1.57;0.82 +2439;0;4999.00;9.50;1008.00;0.00;1.22 +2439;1;4993.00;9.50;999.50;-0.61;1.22 +2439;2;5008.00;9.50;1001.00;0.91;1.22 +2439;3;4989.00;9.50;1012.50;4.29;1.22 +2439;4;5004.50;9.50;1016.00;2.53;1.22 +2439;5;4993.00;9.50;1021.50;3.56;1.22 +2439;9;4988.02;9.50;1008.00;1.57;1.22 +2439;10;5009.98;9.50;1008.00;-1.57;1.22 +2439;11;4989.40;9.50;994.40;-0.61;1.22 +2439;12;5013.40;9.50;996.80;0.91;1.22 +2439;13;4983.00;9.50;1015.20;4.29;1.22 +2439;14;5007.80;9.50;1020.80;2.53;1.22 +2439;15;4989.40;9.50;1029.60;3.56;1.22 2439;21;4988.02;9.50;1008.00;1.57;1.22 +2440;0;4599.00;9.50;479.00;0.00;1.28 +2440;1;4591.00;9.50;470.50;-0.75;1.28 +2440;2;4604.50;9.50;466.00;0.40;1.28 +2440;3;4611.50;9.50;470.50;0.97;1.28 +2440;4;4607.50;9.50;484.00;2.10;1.28 +2440;5;4589.50;9.50;485.50;4.11;1.28 +2440;6;4598.50;9.50;496.00;3.17;1.28 +2440;7;4596.00;9.50;496.00;3.31;1.28 +2440;8;4595.50;9.50;499.50;3.31;1.28 +2440;9;4587.48;9.50;479.00;1.57;1.28 +2440;10;4610.52;9.50;479.00;-1.57;1.28 +2440;11;4586.20;9.50;465.40;-0.75;1.28 +2440;12;4607.80;9.50;458.20;0.40;1.28 +2440;13;4619.00;9.50;465.40;0.97;1.28 +2440;14;4612.60;9.50;487.00;2.10;1.28 +2440;15;4583.80;9.50;489.40;4.11;1.28 +2440;16;4598.20;9.50;506.20;3.17;1.28 +2440;17;4594.20;9.50;506.20;3.31;1.28 +2440;18;4593.40;9.50;511.80;3.31;1.28 2440;21;4587.48;9.50;479.00;1.57;1.28 +2441;0;3983.00;9.50;762.00;0.00;1.12 +2441;1;3975.00;9.50;752.00;-0.67;1.12 +2441;2;3991.00;9.50;757.00;1.01;1.12 +2441;3;3971.00;9.50;763.50;4.58;1.12 +2441;4;3998.50;9.50;767.00;1.88;1.12 +2441;5;3996.00;9.50;770.00;2.12;1.12 +2441;6;3984.00;9.50;772.50;3.04;1.12 +2441;7;3993.00;9.50;773.50;2.42;1.12 +2441;9;3970.94;9.50;762.00;1.57;1.12 +2441;10;3995.06;9.50;762.00;-1.57;1.12 +2441;11;3970.20;9.50;746.00;-0.67;1.12 +2441;12;3995.80;9.50;754.00;1.01;1.12 +2441;13;3963.80;9.50;764.40;4.58;1.12 +2441;14;4007.80;9.50;770.00;1.88;1.12 +2441;15;4003.80;9.50;774.80;2.12;1.12 +2441;16;3984.60;9.50;778.80;3.04;1.12 +2441;17;3999.00;9.50;780.40;2.42;1.12 2441;21;3970.94;9.50;762.00;1.57;1.12 +2442;0;4622.00;9.50;124.00;0.00;1.08 +2442;1;4615.00;9.50;113.00;-0.56;1.08 +2442;2;4627.50;9.50;111.00;0.40;1.08 +2442;3;4631.50;9.50;112.00;0.67;1.08 +2442;4;4633.00;9.50;121.00;1.30;1.08 +2442;5;4610.00;9.50;126.50;4.50;1.08 +2442;6;4634.00;9.50;132.50;2.18;1.08 +2442;7;4622.50;9.50;136.00;3.10;1.08 +2442;9;4611.74;9.50;124.00;1.57;1.08 +2442;10;4632.26;9.50;124.00;-1.57;1.08 +2442;11;4610.80;9.50;106.40;-0.56;1.08 +2442;12;4630.80;9.50;103.20;0.40;1.08 +2442;13;4637.20;9.50;104.80;0.67;1.08 +2442;14;4639.60;9.50;119.20;1.30;1.08 +2442;15;4602.80;9.50;128.00;4.50;1.08 +2442;16;4641.20;9.50;137.60;2.18;1.08 +2442;17;4622.80;9.50;143.20;3.10;1.08 2442;21;4611.74;9.50;124.00;1.57;1.08 +2443;0;3811.00;9.50;907.00;0.00;0.92 +2443;1;3802.00;9.50;896.00;-0.68;0.92 +2443;2;3811.00;9.50;892.00;0.00;0.92 +2443;3;3819.50;9.50;902.00;1.03;0.92 +2443;4;3802.00;9.50;910.00;4.39;0.92 +2443;5;3821.00;9.50;916.50;2.33;0.92 +2443;6;3811.50;9.50;921.00;3.10;0.92 +2443;9;3802.72;9.50;907.00;1.57;0.92 +2443;10;3819.28;9.50;907.00;-1.57;0.92 +2443;11;3796.60;9.50;889.40;-0.68;0.92 +2443;12;3811.00;9.50;883.00;0.00;0.92 +2443;13;3824.60;9.50;899.00;1.03;0.92 +2443;14;3796.60;9.50;911.80;4.39;0.92 +2443;15;3827.00;9.50;922.20;2.33;0.92 +2443;16;3811.80;9.50;929.40;3.10;0.92 2443;21;3802.72;9.50;907.00;1.57;0.92 +2444;0;3057.00;9.50;147.00;0.00;0.94 +2444;1;3062.00;9.50;137.00;0.46;0.94 +2444;2;3071.50;9.50;139.00;1.06;0.94 +2444;3;3047.50;9.50;143.00;-1.17;0.94 +2444;4;3065.50;9.50;150.00;1.91;0.94 +2444;5;3044.00;9.50;152.50;4.31;0.94 +2444;6;3053.00;9.50;157.50;3.50;0.94 +2444;9;3045.84;9.50;147.00;1.57;0.94 +2444;10;3068.16;9.50;147.00;-1.57;0.94 +2444;11;3065.00;9.50;131.00;0.46;0.94 +2444;12;3080.20;9.50;134.20;1.06;0.94 +2444;13;3041.80;9.50;140.60;-1.17;0.94 +2444;14;3070.60;9.50;151.80;1.91;0.94 +2444;15;3036.20;9.50;155.80;4.31;0.94 +2444;16;3050.60;9.50;163.80;3.50;0.94 2444;21;3045.84;9.50;147.00;1.57;0.94 +2445;0;2390.00;9.50;33.00;0.00;1.06 +2445;1;2386.00;9.50;21.00;-0.32;1.06 +2445;2;2400.00;9.50;25.00;0.89;1.06 +2445;3;2378.00;9.50;29.00;-1.24;1.06 +2445;4;2406.00;9.50;32.50;1.54;1.06 +2445;5;2400.00;9.50;39.50;2.14;1.06 +2445;6;2378.50;9.50;42.00;4.04;1.06 +2445;7;2389.00;9.50;45.50;3.22;1.06 +2445;9;2378.48;9.50;33.00;1.57;1.06 +2445;10;2401.52;9.50;33.00;-1.57;1.06 +2445;11;2383.60;9.50;13.80;-0.32;1.06 +2445;12;2406.00;9.50;20.20;0.89;1.06 +2445;13;2370.80;9.50;26.60;-1.24;1.06 +2445;14;2415.60;9.50;32.20;1.54;1.06 +2445;15;2406.00;9.50;43.40;2.14;1.06 +2445;16;2371.60;9.50;47.40;4.04;1.06 +2445;17;2388.40;9.50;53.00;3.22;1.06 2445;21;2378.48;9.50;33.00;1.57;1.06 +2446;0;2706.00;9.50;2033.00;0.00;0.62 +2446;1;2714.50;9.50;2025.50;0.84;0.62 +2446;2;2694.50;9.50;2033.00;4.71;0.62 +2446;3;2718.50;9.50;2033.50;1.61;0.62 +2446;9;2691.06;9.50;2033.00;1.57;0.62 +2446;10;2720.94;9.50;2033.00;-1.57;0.62 +2446;11;2719.60;9.50;2021.00;0.84;0.62 +2446;12;2687.60;9.50;2033.00;4.71;0.62 +2446;13;2726.00;9.50;2033.80;1.61;0.62 2446;21;2691.06;9.50;2033.00;1.57;0.62 +2447;0;2172.00;9.50;861.00;0.00;0.94 +2447;1;2173.00;9.50;848.50;0.08;0.94 +2447;2;2182.00;9.50;850.00;0.73;0.94 +2447;3;2162.00;9.50;860.50;-1.52;0.94 +2447;4;2181.50;9.50;865.00;1.96;0.94 +2447;5;2169.50;9.50;872.50;3.35;0.94 +2447;9;2163.54;9.50;861.00;1.57;0.94 +2447;10;2180.46;9.50;861.00;-1.57;0.94 +2447;11;2173.60;9.50;841.00;0.08;0.94 +2447;12;2188.00;9.50;843.40;0.73;0.94 +2447;13;2156.00;9.50;860.20;-1.52;0.94 +2447;14;2187.20;9.50;867.40;1.96;0.94 +2447;15;2168.00;9.50;879.40;3.35;0.94 2447;21;2163.54;9.50;861.00;1.57;0.94 +2448;0;2530.00;9.50;1654.00;0.00;1.22 +2448;1;2527.00;9.50;1640.00;-0.21;1.22 +2448;2;2542.50;9.50;1650.50;1.29;1.22 +2448;3;2515.00;9.50;1656.00;4.58;1.22 +2448;4;2541.00;9.50;1664.50;2.33;1.22 +2448;5;2525.00;9.50;1666.00;3.53;1.22 +2448;9;2518.48;9.50;1654.00;1.57;1.22 +2448;10;2541.52;9.50;1654.00;-1.57;1.22 +2448;11;2525.20;9.50;1631.60;-0.21;1.22 +2448;12;2550.00;9.50;1648.40;1.29;1.22 +2448;13;2506.00;9.50;1657.20;4.58;1.22 +2448;14;2547.60;9.50;1670.80;2.33;1.22 +2448;15;2522.00;9.50;1673.20;3.53;1.22 2448;21;2518.48;9.50;1654.00;1.57;1.22 +2449;0;1997.00;9.50;1605.00;0.00;1.74 +2449;1;1992.50;9.50;1593.00;-0.35;1.74 +2449;2;2015.00;9.50;1589.50;0.86;1.74 +2449;3;2003.00;9.50;1613.50;2.52;1.74 +2449;4;1978.50;9.50;1608.00;4.55;1.74 +2449;5;1983.50;9.50;1624.00;3.75;1.74 +2449;9;1981.34;9.50;1605.00;1.57;1.74 +2449;10;2012.66;9.50;1605.00;-1.57;1.74 +2449;11;1989.80;9.50;1585.80;-0.35;1.74 +2449;12;2025.80;9.50;1580.20;0.86;1.74 +2449;13;2006.60;9.50;1618.60;2.52;1.74 +2449;14;1967.40;9.50;1609.80;4.55;1.74 +2449;15;1975.40;9.50;1635.40;3.75;1.74 2449;21;1981.34;9.50;1605.00;1.57;1.74 +2450;0;871.00;9.50;132.00;0.00;1.26 +2450;1;865.00;9.50;116.50;-0.36;1.26 +2450;2;881.00;9.50;124.50;0.92;1.26 +2450;3;854.00;9.50;126.00;-1.23;1.26 +2450;4;889.50;9.50;140.50;2.00;1.26 +2450;5;856.50;9.50;138.50;4.29;1.26 +2450;6;876.00;9.50;145.50;2.78;1.26 +2450;9;856.96;9.50;132.00;1.57;1.26 +2450;10;885.04;9.50;132.00;-1.57;1.26 +2450;11;861.40;9.50;107.20;-0.36;1.26 +2450;12;887.00;9.50;120.00;0.92;1.26 +2450;13;843.80;9.50;122.40;-1.23;1.26 +2450;14;900.60;9.50;145.60;2.00;1.26 +2450;15;847.80;9.50;142.40;4.29;1.26 +2450;16;879.00;9.50;153.60;2.78;1.26 2450;21;856.96;9.50;132.00;1.57;1.26 +2451;0;320.00;9.50;523.00;0.00;1.22 +2451;1;329.00;9.50;515.50;0.87;1.22 +2451;2;311.50;9.50;514.00;-0.75;1.22 +2451;3;341.00;9.50;521.00;1.47;1.22 +2451;4;329.50;9.50;529.00;2.13;1.22 +2451;5;310.50;9.50;529.00;4.14;1.22 +2451;9;306.50;9.50;523.00;1.57;1.22 +2451;10;333.50;9.50;523.00;-1.57;1.22 +2451;11;334.40;9.50;511.00;0.87;1.22 +2451;12;306.40;9.50;508.60;-0.75;1.22 +2451;13;353.60;9.50;519.80;1.47;1.22 +2451;14;335.20;9.50;532.60;2.13;1.22 +2451;15;304.80;9.50;532.60;4.14;1.22 2451;21;306.50;9.50;523.00;1.57;1.22 +2452;0;578.00;9.50;1448.00;0.00;1.16 +2452;1;569.00;9.50;1436.00;-0.64;1.16 +2452;2;584.00;9.50;1436.00;0.46;1.16 +2452;3;590.00;9.50;1450.50;1.77;1.16 +2452;4;563.00;9.50;1446.00;-1.43;1.16 +2452;5;574.00;9.50;1460.00;3.46;1.16 +2452;6;586.00;9.50;1464.50;2.69;1.16 +2452;9;566.66;9.50;1448.00;1.57;1.16 +2452;10;589.34;9.50;1448.00;-1.57;1.16 +2452;11;563.60;9.50;1428.80;-0.64;1.16 +2452;12;587.60;9.50;1428.80;0.46;1.16 +2452;13;597.20;9.50;1452.00;1.77;1.16 +2452;14;554.00;9.50;1444.80;-1.43;1.16 +2452;15;571.60;9.50;1467.20;3.46;1.16 +2452;16;590.80;9.50;1474.40;2.69;1.16 2452;21;566.66;9.50;1448.00;1.57;1.16 +2453;0;646.00;9.50;682.00;0.00;0.98 +2453;1;639.50;9.50;673.50;-0.65;0.98 +2453;2;656.00;9.50;677.50;1.14;0.98 +2453;3;633.00;9.50;686.00;4.41;0.98 +2453;4;650.00;9.50;690.50;2.70;0.98 +2453;9;633.94;9.50;682.00;1.57;0.98 +2453;10;658.06;9.50;682.00;-1.57;0.98 +2453;11;635.60;9.50;668.40;-0.65;0.98 +2453;12;662.00;9.50;674.80;1.14;0.98 +2453;13;625.20;9.50;688.40;4.41;0.98 +2453;14;652.40;9.50;695.60;2.70;0.98 2453;21;633.94;9.50;682.00;1.57;0.98 +2454;0;1123.00;9.50;1063.00;0.00;1.22 +2454;1;1127.00;9.50;1051.00;0.32;1.22 +2454;2;1110.00;9.50;1054.50;-0.99;1.22 +2454;3;1137.00;9.50;1060.50;1.39;1.22 +2454;4;1109.00;9.50;1067.00;4.43;1.22 +2454;5;1138.00;9.50;1072.50;2.13;1.22 +2454;6;1127.50;9.50;1075.50;2.79;1.22 +2454;9;1109.86;9.50;1063.00;1.57;1.22 +2454;10;1136.14;9.50;1063.00;-1.57;1.22 +2454;11;1129.40;9.50;1043.80;0.32;1.22 +2454;12;1102.20;9.50;1049.40;-0.99;1.22 +2454;13;1145.40;9.50;1059.00;1.39;1.22 +2454;14;1100.60;9.50;1069.40;4.43;1.22 +2454;15;1147.00;9.50;1078.20;2.13;1.22 +2454;16;1130.20;9.50;1083.00;2.79;1.22 2454;21;1109.86;9.50;1063.00;1.57;1.22 +2455;0;2962.00;9.50;1693.00;0.00;1.16 +2455;1;2955.00;9.50;1681.00;-0.52;1.16 +2455;2;2949.50;9.50;1686.50;-1.09;1.16 +2455;3;2963.00;9.50;1685.50;0.13;1.16 +2455;4;2971.00;9.50;1685.00;0.84;1.16 +2455;5;2977.00;9.50;1686.00;1.13;1.16 +2455;6;2974.50;9.50;1690.50;1.37;1.16 +2455;7;2948.50;9.50;1692.50;-1.53;1.16 +2455;8;2951.50;9.50;1695.00;4.52;1.16 +2455;9;2951.56;9.50;1693.00;1.57;1.16 +2455;10;2972.44;9.50;1693.00;-1.57;1.16 +2455;11;2950.80;9.50;1673.80;-0.52;1.16 +2455;12;2942.00;9.50;1682.60;-1.09;1.16 +2455;13;2963.60;9.50;1681.00;0.13;1.16 +2455;14;2976.40;9.50;1680.20;0.84;1.16 +2455;15;2986.00;9.50;1681.80;1.13;1.16 +2455;16;2982.00;9.50;1689.00;1.37;1.16 +2455;17;2940.40;9.50;1692.20;-1.53;1.16 +2455;18;2945.20;9.50;1696.20;4.52;1.16 2455;21;2951.56;9.50;1693.00;1.57;1.16 +2456;0;3471.00;9.50;393.00;0.00;1.34 +2456;1;3465.50;9.50;382.50;-0.48;1.34 +2456;2;3486.00;9.50;387.50;1.21;1.34 +2456;3;3450.00;9.50;391.00;-1.47;1.34 +2456;4;3454.50;9.50;401.00;4.26;1.34 +2456;5;3478.00;9.50;401.50;2.45;1.34 +2456;6;3458.00;9.50;407.50;3.87;1.34 +2456;9;3454.26;9.50;393.00;1.57;1.34 +2456;10;3487.74;9.50;393.00;-1.57;1.34 +2456;11;3462.20;9.50;376.20;-0.48;1.34 +2456;12;3495.00;9.50;384.20;1.21;1.34 +2456;13;3437.40;9.50;389.80;-1.47;1.34 +2456;14;3444.60;9.50;405.80;4.26;1.34 +2456;15;3482.20;9.50;406.60;2.45;1.34 +2456;16;3450.20;9.50;416.20;3.87;1.34 2456;21;3454.26;9.50;393.00;1.57;1.34 +2457;0;1662.00;9.50;369.00;0.00;1.40 +2457;1;1660.00;9.50;356.00;-0.15;1.40 +2457;2;1677.00;9.50;355.50;0.83;1.40 +2457;3;1677.00;9.50;366.50;1.40;1.40 +2457;4;1642.50;9.50;361.50;-1.20;1.40 +2457;5;1647.00;9.50;374.00;4.39;1.40 +2457;6;1677.50;9.50;377.50;2.07;1.40 +2457;7;1664.00;9.50;383.00;3.00;1.40 +2457;9;1648.86;9.50;369.00;1.57;1.40 +2457;10;1675.14;9.50;369.00;-1.57;1.40 +2457;11;1658.80;9.50;348.20;-0.15;1.40 +2457;12;1686.00;9.50;347.40;0.83;1.40 +2457;13;1686.00;9.50;365.00;1.40;1.40 +2457;14;1630.80;9.50;357.00;-1.20;1.40 +2457;15;1638.00;9.50;377.00;4.39;1.40 +2457;16;1686.80;9.50;382.60;2.07;1.40 +2457;17;1665.20;9.50;391.40;3.00;1.40 2457;21;1648.86;9.50;369.00;1.57;1.40 +2458;0;1750.00;9.50;1529.00;0.00;1.54 +2458;1;1764.50;9.50;1513.50;0.75;1.54 +2458;2;1751.00;9.50;1515.50;0.07;1.54 +2458;3;1766.00;9.50;1522.00;1.15;1.54 +2458;4;1734.50;9.50;1526.00;-1.38;1.54 +2458;5;1756.00;9.50;1539.50;2.62;1.54 +2458;6;1739.00;9.50;1541.00;3.88;1.54 +2458;7;1747.50;9.50;1552.00;3.25;1.54 +2458;9;1736.14;9.50;1529.00;1.57;1.54 +2458;10;1763.86;9.50;1529.00;-1.57;1.54 +2458;11;1773.20;9.50;1504.20;0.75;1.54 +2458;12;1751.60;9.50;1507.40;0.07;1.54 +2458;13;1775.60;9.50;1517.80;1.15;1.54 +2458;14;1725.20;9.50;1524.20;-1.38;1.54 +2458;15;1759.60;9.50;1545.80;2.62;1.54 +2458;16;1732.40;9.50;1548.20;3.88;1.54 +2458;17;1746.00;9.50;1565.80;3.25;1.54 2458;21;1736.14;9.50;1529.00;1.57;1.54 +2459;0;1373.00;9.50;173.00;0.00;1.32 +2459;1;1376.50;9.50;158.00;0.22;1.32 +2459;2;1395.50;9.50;156.50;0.93;1.32 +2459;3;1392.00;9.50;173.00;1.57;1.32 +2459;4;1353.50;9.50;172.00;-1.52;1.32 +2459;5;1350.00;9.50;184.50;4.24;1.32 +2459;6;1354.00;9.50;186.50;4.09;1.32 +2459;7;1374.00;9.50;187.50;3.07;1.32 +2459;9;1356.44;9.50;173.00;1.57;1.32 +2459;10;1389.56;9.50;173.00;-1.57;1.32 +2459;11;1378.60;9.50;149.00;0.22;1.32 +2459;12;1409.00;9.50;146.60;0.93;1.32 +2459;13;1403.40;9.50;173.00;1.57;1.32 +2459;14;1341.80;9.50;171.40;-1.52;1.32 +2459;15;1336.20;9.50;191.40;4.24;1.32 +2459;16;1342.60;9.50;194.60;4.09;1.32 +2459;17;1374.60;9.50;196.20;3.07;1.32 2459;21;1356.44;9.50;173.00;1.57;1.32 +2460;0;5132.00;9.50;1655.00;0.00;1.72 +2460;1;5118.50;9.50;1630.50;-0.50;1.72 +2460;2;5138.00;9.50;1641.50;0.41;1.72 +2460;3;5113.50;9.50;1645.50;-1.09;1.72 +2460;4;5153.00;9.50;1662.00;1.89;1.72 +2460;5;5118.50;9.50;1665.00;4.07;1.72 +2460;6;5149.50;9.50;1674.50;2.41;1.72 +2460;7;5135.50;9.50;1675.50;2.97;1.72 +2460;8;5146.50;9.50;1679.00;2.59;1.72 +2460;9;5116.52;9.50;1655.00;1.57;1.72 +2460;10;5147.48;9.50;1655.00;-1.57;1.72 +2460;11;5110.40;9.50;1615.80;-0.50;1.72 +2460;12;5141.60;9.50;1633.40;0.41;1.72 +2460;13;5102.40;9.50;1639.80;-1.09;1.72 +2460;14;5165.60;9.50;1666.20;1.89;1.72 +2460;15;5110.40;9.50;1671.00;4.07;1.72 +2460;16;5160.00;9.50;1686.20;2.41;1.72 +2460;17;5137.60;9.50;1687.80;2.97;1.72 +2460;18;5155.20;9.50;1693.40;2.59;1.72 2460;21;5116.52;9.50;1655.00;1.57;1.72 +2461;0;3282.00;9.50;11.00;0.00;0.58 +2461;1;3270.00;9.50;8.00;-1.32;0.58 +2461;2;3292.00;9.50;9.50;1.42;0.58 +2461;3;3276.00;9.50;15.00;4.12;0.58 +2461;4;3289.50;9.50;16.50;2.20;0.58 +2461;5;3284.00;9.50;19.50;2.91;0.58 +2461;9;3272.64;9.50;11.00;1.57;0.58 +2461;10;3291.36;9.50;11.00;-1.57;0.58 +2461;11;3262.80;9.50;6.20;-1.32;0.58 +2461;12;3298.00;9.50;8.60;1.42;0.58 +2461;13;3272.40;9.50;17.40;4.12;0.58 +2461;14;3294.00;9.50;19.80;2.20;0.58 +2461;15;3285.20;9.50;24.60;2.91;0.58 2461;21;3272.64;9.50;11.00;1.57;0.58 +2462;0;5504.00;9.50;836.00;0.00;1.40 +2462;1;5502.00;9.50;817.00;-0.10;1.40 +2462;2;5517.50;9.50;825.50;0.91;1.40 +2462;3;5487.00;9.50;823.00;-0.91;1.40 +2462;4;5487.00;9.50;838.00;4.59;1.40 +2462;5;5519.50;9.50;842.50;1.96;1.40 +2462;6;5504.50;9.50;853.50;3.11;1.40 +2462;7;5520.50;9.50;855.00;2.42;1.40 +2462;9;5491.40;9.50;836.00;1.57;1.40 +2462;10;5516.60;9.50;836.00;-1.57;1.40 +2462;11;5500.80;9.50;805.60;-0.10;1.40 +2462;12;5525.60;9.50;819.20;0.91;1.40 +2462;13;5476.80;9.50;815.20;-0.91;1.40 +2462;14;5476.80;9.50;839.20;4.59;1.40 +2462;15;5528.80;9.50;846.40;1.96;1.40 +2462;16;5504.80;9.50;864.00;3.11;1.40 +2462;17;5530.40;9.50;866.40;2.42;1.40 2462;21;5491.40;9.50;836.00;1.57;1.40 +2463;0;5020.00;9.50;1038.00;0.00;1.14 +2463;1;5015.00;9.50;1031.00;-0.62;1.14 +2463;2;5027.00;9.50;1023.50;0.45;1.14 +2463;3;5031.00;9.50;1030.00;0.94;1.14 +2463;4;5036.00;9.50;1038.00;1.57;1.14 +2463;5;5007.50;9.50;1045.00;4.20;1.14 +2463;6;5031.50;9.50;1042.50;1.94;1.14 +2463;7;5019.50;9.50;1045.00;3.21;1.14 +2463;9;5008.30;9.50;1038.00;1.57;1.14 +2463;10;5031.70;9.50;1038.00;-1.57;1.14 +2463;11;5012.00;9.50;1026.80;-0.62;1.14 +2463;12;5031.20;9.50;1014.80;0.45;1.14 +2463;13;5037.60;9.50;1025.20;0.94;1.14 +2463;14;5045.60;9.50;1038.00;1.57;1.14 +2463;15;5000.00;9.50;1049.20;4.20;1.14 +2463;16;5038.40;9.50;1045.20;1.94;1.14 +2463;17;5019.20;10.05;1049.20;3.21;1.14 2463;21;5008.30;9.50;1038.00;1.57;1.14 +2464;0;4519.00;9.50;368.00;0.00;1.16 +2464;1;4521.00;9.50;358.50;0.20;1.16 +2464;2;4503.50;9.50;364.00;-1.31;1.16 +2464;3;4537.00;9.50;365.50;1.43;1.16 +2464;4;4531.50;9.50;376.00;2.14;1.16 +2464;5;4513.50;9.50;377.50;3.66;1.16 +2464;9;4506.04;9.50;368.00;1.57;1.16 +2464;10;4531.96;9.50;368.00;-1.57;1.16 +2464;11;4522.20;9.50;352.80;0.20;1.16 +2464;12;4494.20;9.50;361.60;-1.31;1.16 +2464;13;4547.80;9.50;364.00;1.43;1.16 +2464;14;4539.00;9.50;380.80;2.14;1.16 +2464;15;4510.20;9.50;383.20;3.66;1.16 2464;21;4506.04;9.50;368.00;1.57;1.16 +2465;0;3999.00;9.50;682.00;0.00;0.94 +2465;1;3994.00;9.50;671.00;-0.42;0.94 +2465;2;4005.00;9.50;670.50;0.48;0.94 +2465;3;4009.50;9.50;683.00;1.66;0.94 +2465;4;3987.50;9.50;675.00;-1.02;0.94 +2465;5;3988.00;9.50;682.50;4.66;0.94 +2465;6;3993.00;9.50;692.50;3.66;0.94 +2465;7;4004.00;9.50;694.00;2.74;0.94 +2465;9;3990.54;9.50;682.00;1.57;0.94 +2465;10;4007.46;9.50;682.00;-1.57;0.94 +2465;11;3991.00;9.50;664.40;-0.42;0.94 +2465;12;4008.60;9.50;663.60;0.48;0.94 +2465;13;4015.80;9.50;683.60;1.66;0.94 +2465;14;3980.60;9.50;670.80;-1.02;0.94 +2465;15;3981.40;9.50;682.80;4.66;0.94 +2465;16;3989.40;9.50;698.80;3.66;0.94 +2465;17;4007.00;9.50;701.20;2.74;0.94 2465;21;3990.54;9.50;682.00;1.57;0.94 +2466;0;4539.00;9.50;111.00;0.00;1.16 +2466;1;4541.00;9.50;93.00;0.11;1.16 +2466;2;4533.00;9.50;102.00;-0.58;1.16 +2466;3;4541.50;9.50;93.50;0.14;1.16 +2466;4;4547.50;9.50;104.50;0.91;1.16 +2466;5;4526.00;9.50;115.50;4.37;1.16 +2466;6;4547.00;9.50;120.50;2.44;1.16 +2466;7;4532.50;9.50;121.50;3.69;1.16 +2466;9;4528.56;9.50;111.00;1.57;1.16 +2466;10;4549.44;9.50;111.00;-1.57;1.16 +2466;11;4542.20;9.50;82.20;0.11;1.16 +2466;12;4529.40;9.50;96.60;-0.58;1.16 +2466;13;4543.00;9.50;83.00;0.14;1.16 +2466;14;4552.60;9.50;100.60;0.91;1.16 +2466;15;4518.20;9.50;118.20;4.37;1.16 +2466;16;4551.80;9.50;126.20;2.44;1.16 +2466;17;4528.60;9.50;127.80;3.69;1.16 2466;21;4528.56;9.50;111.00;1.57;1.16 +2467;0;3773.00;9.50;880.00;0.00;0.92 +2467;1;3773.50;9.50;870.00;0.05;0.92 +2467;2;3784.50;9.50;873.00;1.02;0.92 +2467;3;3764.00;9.50;870.50;-0.75;0.92 +2467;4;3764.00;9.50;882.50;4.44;0.92 +2467;5;3783.00;9.50;882.50;1.81;0.92 +2467;6;3772.00;9.50;891.50;3.22;0.92 +2467;9;3764.72;9.50;880.00;1.57;0.92 +2467;10;3781.28;9.50;880.00;-1.57;0.92 +2467;11;3773.80;9.50;864.00;0.05;0.92 +2467;12;3791.40;9.50;868.80;1.02;0.92 +2467;13;3758.60;9.50;864.80;-0.75;0.92 +2467;14;3758.60;9.50;884.00;4.44;0.92 +2467;15;3789.00;9.50;884.00;1.81;0.92 +2467;16;3771.40;9.50;898.40;3.22;0.92 2467;21;3764.72;9.50;880.00;1.57;0.92 +2468;0;3608.00;9.50;23.00;0.00;1.04 +2468;1;3596.50;9.50;15.00;-0.96;1.04 +2468;2;3623.50;9.50;18.00;1.25;1.04 +2468;3;3593.50;9.50;28.00;4.38;1.04 +2468;4;3623.50;9.50;27.50;1.85;1.04 +2468;5;3608.00;9.50;33.50;3.14;1.04 +2468;9;3596.66;9.50;23.00;1.57;1.04 +2468;10;3619.34;9.50;23.00;-1.57;1.04 +2468;11;3589.60;9.50;10.20;-0.96;1.04 +2468;12;3632.80;9.50;15.00;1.25;1.04 +2468;13;3584.80;9.50;31.00;4.38;1.04 +2468;14;3632.80;9.50;30.20;1.85;1.04 +2468;15;3608.00;9.50;39.80;3.14;1.04 2468;21;3596.66;9.50;23.00;1.57;1.04 +2469;0;3070.00;9.50;109.00;0.00;0.96 +2469;1;3074.50;9.50;98.50;0.40;0.96 +2469;2;3066.00;9.50;100.50;-0.44;0.96 +2469;3;3078.50;9.50;107.00;1.34;0.96 +2469;4;3060.00;9.50;113.00;4.33;0.96 +2469;5;3080.00;9.50;113.50;1.99;0.96 +2469;6;3068.50;9.50;118.00;3.30;0.96 +2469;9;3061.36;9.50;109.00;1.57;0.96 +2469;10;3078.64;9.50;109.00;-1.57;0.96 +2469;11;3077.20;9.50;92.20;0.40;0.96 +2469;12;3063.60;9.50;95.40;-0.44;0.96 +2469;13;3083.60;9.50;105.80;1.34;0.96 +2469;14;3054.00;9.50;115.40;4.33;0.96 +2469;15;3086.00;9.50;116.20;1.99;0.96 +2469;16;3067.60;9.50;123.40;3.30;0.96 2469;21;3061.36;9.50;109.00;1.57;0.96 +2470;0;2421.00;9.50;9.00;0.00;0.52 +2470;1;2409.00;9.50;6.50;-1.36;0.52 +2470;2;2432.50;9.50;6.50;1.35;0.52 +2470;3;2415.50;9.50;13.00;4.08;0.52 +2470;4;2428.00;9.50;13.00;2.09;0.52 +2470;9;2411.64;9.50;9.00;1.57;0.52 +2470;10;2430.36;9.50;9.00;-1.57;0.52 +2470;11;2401.80;9.50;5.00;-1.36;0.52 +2470;12;2439.40;9.50;5.00;1.35;0.52 +2470;13;2412.20;9.50;15.40;4.08;0.52 +2470;14;2432.20;9.50;15.40;2.09;0.52 2470;21;2411.64;9.50;9.00;1.57;0.52 +2471;0;2159.00;9.50;372.00;0.00;0.90 +2471;1;2153.50;9.50;361.50;-0.48;0.90 +2471;2;2165.00;9.50;362.00;0.54;0.90 +2471;3;2151.50;9.50;376.00;4.22;0.90 +2471;4;2170.00;9.50;371.50;1.52;0.90 +2471;5;2164.00;9.50;381.50;2.65;0.90 +2471;6;2157.50;9.50;387.00;3.24;0.90 +2471;9;2150.90;9.50;372.00;1.57;0.90 +2471;10;2167.10;9.50;372.00;-1.57;0.90 +2471;11;2150.20;9.50;355.20;-0.48;0.90 +2471;12;2168.60;9.50;356.00;0.54;0.90 +2471;13;2147.00;9.50;378.40;4.22;0.90 +2471;14;2176.60;9.50;371.20;1.52;0.90 +2471;15;2167.00;9.50;387.20;2.65;0.90 +2471;16;2156.60;9.50;396.00;3.24;0.90 2471;21;2150.90;9.50;372.00;1.57;0.90 +2472;0;2166.00;9.50;829.00;0.00;0.44 +2472;1;2170.50;9.50;825.50;0.91;0.44 +2472;2;2178.50;9.50;826.50;1.37;0.44 +2472;3;2162.00;9.50;825.50;-0.85;0.44 +2472;4;2156.50;9.50;827.00;-1.36;0.44 +2472;5;2157.50;9.50;831.00;4.48;0.44 +2472;6;2170.00;9.50;832.50;2.29;0.44 +2472;9;2157.00;9.50;829.00;1.57;0.44 +2472;10;2175.00;9.50;829.00;-1.57;0.44 +2472;11;2173.20;9.55;823.40;0.91;0.44 +2472;12;2186.00;9.50;825.00;1.37;0.44 +2472;13;2159.60;9.50;823.40;-0.85;0.44 +2472;14;2150.80;9.50;825.80;-1.36;0.44 +2472;15;2152.40;9.50;832.20;4.48;0.44 +2472;16;2172.40;9.50;834.60;2.29;0.44 2472;21;2157.00;9.50;829.00;1.57;0.44 +2473;0;2610.00;9.50;1665.00;0.00;1.26 +2473;1;2610.50;9.50;1648.00;0.02;1.26 +2473;2;2602.00;9.50;1658.50;-0.88;1.26 +2473;3;2620.00;9.50;1650.00;0.58;1.26 +2473;4;2623.50;9.50;1656.50;1.00;1.26 +2473;5;2620.00;9.50;1671.00;2.11;1.26 +2473;6;2596.00;9.50;1675.00;4.09;1.26 +2473;7;2605.50;9.50;1680.50;3.42;1.26 +2473;8;2617.50;9.50;1680.00;2.67;1.26 +2473;9;2598.66;9.50;1665.00;1.57;1.26 +2473;10;2621.34;9.50;1665.00;-1.57;1.26 +2473;11;2610.80;9.50;1637.80;0.02;1.26 +2473;12;2597.20;9.50;1654.60;-0.88;1.26 +2473;13;2626.00;9.50;1641.00;0.58;1.26 +2473;14;2631.60;9.50;1651.40;1.00;1.26 +2473;15;2626.00;9.50;1674.60;2.11;1.26 +2473;16;2587.60;9.50;1681.00;4.09;1.26 +2473;17;2602.80;9.50;1689.80;3.42;1.26 +2473;18;2622.00;9.50;1689.00;2.67;1.26 2473;21;2598.66;9.50;1665.00;1.57;1.26 +2474;0;1989.00;9.50;1553.00;0.00;1.42 +2474;1;1990.50;9.50;1540.50;0.11;1.42 +2474;2;2006.00;9.50;1544.00;1.08;1.42 +2474;3;1973.50;9.50;1550.50;-1.41;1.42 +2474;4;1973.00;9.50;1551.00;-1.44;1.42 +2474;5;1974.00;9.50;1564.50;4.05;1.42 +2474;6;1988.50;9.50;1567.00;3.17;1.42 +2474;9;1976.22;9.50;1553.00;1.57;1.42 +2474;10;2001.78;9.50;1553.00;-1.57;1.42 +2474;11;1991.40;9.50;1533.00;0.11;1.42 +2474;12;2016.20;9.50;1538.60;1.08;1.42 +2474;13;1964.20;9.50;1549.00;-1.41;1.42 +2474;14;1963.40;9.50;1549.80;-1.44;1.42 +2474;15;1965.00;9.50;1571.40;4.05;1.42 +2474;16;1988.20;9.50;1575.40;3.17;1.42 2474;21;1976.22;9.50;1553.00;1.57;1.42 +2475;0;806.00;9.50;116.00;0.00;0.96 +2475;1;793.00;9.50;112.50;-1.30;0.96 +2475;2;815.50;9.50;105.50;0.73;0.96 +2475;3;821.50;9.50;118.00;1.69;0.96 +2475;4;782.50;9.50;123.00;4.42;0.96 +2475;5;801.50;9.50;125.50;3.58;0.96 +2475;9;790.34;9.50;116.00;1.57;0.96 +2475;10;821.66;9.50;116.00;-1.57;0.96 +2475;11;785.20;9.50;110.40;-1.30;0.96 +2475;12;821.20;9.50;99.20;0.73;0.96 +2475;13;830.80;9.50;119.20;1.69;0.96 +2475;14;768.40;9.50;127.20;4.42;0.96 +2475;15;798.80;9.50;131.20;3.58;0.96 2475;21;790.34;9.50;116.00;1.57;0.96 +2476;0;358.00;9.50;547.00;0.00;0.96 +2476;1;348.50;9.50;541.00;-1.00;0.96 +2476;2;369.00;9.50;543.00;1.22;0.96 +2476;3;337.50;9.50;550.00;4.56;0.96 +2476;4;347.50;9.50;553.50;4.15;0.96 +2476;5;367.50;9.50;555.50;2.30;0.96 +2476;9;343.24;9.50;547.00;1.57;0.96 +2476;10;372.76;9.50;547.00;-1.57;0.96 +2476;11;342.80;9.50;537.40;-1.00;0.96 +2476;12;375.60;9.50;540.60;1.22;0.96 +2476;13;325.20;9.50;551.80;4.56;0.96 +2476;14;341.20;9.50;557.40;4.15;0.96 +2476;15;373.20;9.50;560.60;2.30;0.96 2476;21;343.24;9.50;547.00;1.57;0.96 +2477;0;663.00;9.50;1399.00;0.00;1.04 +2477;1;658.00;9.50;1386.50;-0.38;1.04 +2477;2;675.00;9.50;1386.50;0.76;1.04 +2477;3;645.00;9.50;1399.00;4.71;1.04 +2477;4;678.00;9.50;1394.00;1.24;1.04 +2477;5;684.00;9.50;1407.00;1.93;1.04 +2477;6;651.50;9.50;1411.50;3.88;1.04 +2477;7;670.50;9.50;1411.50;2.60;1.04 +2477;9;646.44;9.50;1399.00;1.57;1.04 +2477;10;679.56;9.50;1399.00;-1.57;1.04 +2477;11;655.00;9.50;1379.00;-0.38;1.04 +2477;12;682.20;9.50;1379.00;0.76;1.04 +2477;13;634.20;9.50;1399.00;4.71;1.04 +2477;14;687.00;9.50;1391.00;1.24;1.04 +2477;15;696.60;9.50;1411.80;1.93;1.04 +2477;16;644.60;9.50;1419.00;3.88;1.04 +2477;17;675.00;9.50;1419.00;2.60;1.04 2477;21;646.44;9.50;1399.00;1.57;1.04 +2478;0;572.00;9.50;728.00;0.00;1.38 +2478;1;562.00;9.50;714.00;-0.62;1.38 +2478;2;578.00;9.50;718.50;0.56;1.38 +2478;3;558.00;9.50;726.50;-1.46;1.38 +2478;4;588.50;9.50;731.00;1.75;1.38 +2478;5;567.50;9.50;739.00;3.53;1.38 +2478;6;582.50;9.50;740.00;2.42;1.38 +2478;9;559.58;9.50;728.00;1.57;1.38 +2478;10;584.42;9.50;728.00;-1.57;1.38 +2478;11;556.00;9.50;705.60;-0.62;1.38 +2478;12;581.60;9.50;712.80;0.56;1.38 +2478;13;549.60;9.50;725.60;-1.46;1.38 +2478;14;598.40;9.50;732.80;1.75;1.38 +2478;15;564.80;9.50;745.60;3.53;1.38 +2478;16;588.80;9.50;747.20;2.42;1.38 2478;21;559.58;9.50;728.00;1.57;1.38 +2479;0;1128.00;9.50;1114.00;0.00;1.24 +2479;1;1130.00;9.50;1101.00;0.15;1.24 +2479;2;1116.50;9.50;1103.00;-0.80;1.24 +2479;3;1142.00;9.50;1112.50;1.46;1.24 +2479;4;1112.50;9.50;1113.50;-1.53;1.24 +2479;5;1123.50;9.50;1124.50;3.54;1.24 +2479;6;1140.00;9.50;1125.00;2.31;1.24 +2479;7;1137.00;9.50;1129.50;2.61;1.24 +2479;9;1115.94;9.50;1114.00;1.57;1.24 +2479;10;1140.06;9.50;1114.00;-1.57;1.24 +2479;11;1131.20;9.50;1093.20;0.15;1.24 +2479;12;1109.60;9.50;1096.40;-0.80;1.24 +2479;13;1150.40;9.50;1111.60;1.46;1.24 +2479;14;1103.20;9.50;1113.20;-1.53;1.24 +2479;15;1120.80;9.50;1130.80;3.54;1.24 +2479;16;1147.20;9.50;1131.60;2.31;1.24 +2479;17;1142.40;9.50;1138.80;2.61;1.24 2479;21;1115.94;9.50;1114.00;1.57;1.24 +2480;0;3444.00;9.50;247.00;0.00;1.18 +2480;1;3451.00;9.50;231.50;0.42;1.18 +2480;2;3440.00;9.50;237.50;-0.39;1.18 +2480;3;3455.00;9.50;242.00;1.14;1.18 +2480;4;3433.00;9.50;252.50;4.24;1.18 +2480;5;3447.50;9.50;257.00;2.80;1.18 +2480;9;3433.38;9.50;247.00;1.57;1.18 +2480;10;3454.62;9.50;247.00;-1.57;1.18 +2480;11;3455.20;9.50;222.20;0.42;1.18 +2480;12;3437.60;9.50;231.80;-0.39;1.18 +2480;13;3461.60;9.50;239.00;1.14;1.18 +2480;14;3426.40;9.50;255.80;4.24;1.18 +2480;15;3449.60;9.50;263.00;2.80;1.18 2480;21;3433.38;9.50;247.00;1.57;1.18 +2481;0;2647.00;9.50;1675.00;0.00;0.74 +2481;1;2651.00;9.50;1669.00;0.58;0.74 +2481;2;2638.50;9.50;1676.00;4.59;0.74 +2481;3;2659.50;9.50;1672.50;1.37;0.74 +2481;4;2648.00;9.50;1680.00;2.94;0.74 +2481;9;2638.36;9.50;1675.00;1.57;0.74 +2481;10;2655.64;9.50;1675.00;-1.57;0.74 +2481;11;2653.40;9.50;1665.40;0.58;0.74 +2481;12;2633.40;9.50;1676.60;4.59;0.74 +2481;13;2667.00;9.50;1671.00;1.37;0.74 +2481;14;2648.60;9.50;1683.00;2.94;0.74 2481;21;2638.36;9.50;1675.00;1.57;0.74 +2482;0;1665.00;9.50;270.00;0.00;0.92 +2482;1;1659.50;9.50;260.50;-0.52;0.92 +2482;2;1654.50;9.50;271.00;4.61;0.92 +2482;3;1673.00;9.50;262.50;0.81;0.92 +2482;4;1677.00;9.50;271.50;1.69;0.92 +2482;5;1671.00;9.50;280.50;2.62;0.92 +2482;9;1652.94;9.50;270.00;1.57;0.92 +2482;10;1677.06;9.50;270.00;-1.57;0.92 +2482;11;1656.20;9.50;254.80;-0.52;0.92 +2482;12;1648.20;9.50;271.60;4.61;0.92 +2482;13;1677.80;9.50;258.00;0.81;0.92 +2482;14;1684.20;9.50;272.40;1.69;0.92 +2482;15;1674.60;9.50;286.80;2.62;0.92 2482;21;1652.94;9.50;270.00;1.57;0.92 +2483;0;1701.00;9.50;1492.00;0.00;1.16 +2483;1;1699.00;9.50;1474.50;-0.11;1.16 +2483;2;1713.00;9.50;1486.50;1.14;1.16 +2483;3;1688.00;9.50;1482.50;-0.94;1.16 +2483;4;1690.00;9.50;1499.00;4.14;1.16 +2483;5;1710.00;9.50;1507.50;2.61;1.16 +2483;6;1699.00;9.50;1511.50;3.24;1.16 +2483;9;1690.56;9.50;1492.00;1.57;1.16 +2483;10;1711.44;9.50;1492.00;-1.57;1.16 +2483;11;1697.80;9.50;1464.00;-0.11;1.16 +2483;12;1720.20;9.50;1483.20;1.14;1.16 +2483;13;1680.20;9.50;1476.80;-0.94;1.16 +2483;14;1683.40;9.50;1503.20;4.14;1.16 +2483;15;1715.40;9.50;1516.80;2.61;1.16 +2483;16;1697.80;9.50;1523.20;3.24;1.16 2483;21;1690.56;9.50;1492.00;1.57;1.16 +2484;0;1355.00;9.50;23.00;0.00;1.16 +2484;1;1337.50;9.50;23.00;4.71;1.16 +2484;2;1373.50;9.50;21.50;1.49;1.16 +2484;3;1363.50;9.50;36.00;2.56;1.16 +2484;4;1348.00;9.50;37.50;3.59;1.16 +2484;9;1340.06;9.50;23.00;1.57;1.16 +2484;10;1369.94;9.50;23.00;-1.57;1.16 +2484;11;1327.00;9.50;23.00;4.71;1.16 +2484;12;1384.60;9.50;20.60;1.49;1.16 +2484;13;1368.60;9.50;43.80;2.56;1.16 +2484;14;1343.80;9.50;46.20;3.59;1.16 2484;21;1340.06;9.50;23.00;1.57;1.16 +2485;0;5053.00;9.50;1575.00;0.00;0.72 +2485;1;5048.00;9.50;1559.00;-0.30;0.72 +2485;2;5055.50;9.50;1562.00;0.19;0.72 +2485;3;5047.00;9.50;1565.00;-0.54;0.72 +2485;4;5059.50;9.50;1576.00;1.72;0.72 +2485;5;5046.00;9.50;1580.50;4.04;0.72 +2485;6;5051.50;9.50;1589.50;3.24;0.72 +2485;9;5046.52;9.50;1575.00;1.57;0.72 +2485;10;5059.48;9.50;1575.00;-1.57;0.72 +2485;11;5045.00;9.50;1549.40;-0.30;0.72 +2485;12;5057.00;9.50;1554.20;0.19;0.72 +2485;13;5043.40;9.50;1559.00;-0.54;0.72 +2485;14;5063.40;9.50;1576.60;1.72;0.72 +2485;15;5041.80;9.50;1583.80;4.04;0.72 +2485;16;5050.60;9.50;1598.20;3.24;0.72 2485;21;5046.52;9.50;1575.00;1.57;0.72 +2486;0;3775.00;9.50;150.00;0.00;1.24 +2486;1;3771.00;9.50;134.00;-0.24;1.24 +2486;2;3784.00;9.50;138.00;0.64;1.24 +2486;3;3760.00;9.50;141.00;-1.03;1.24 +2486;4;3792.00;9.50;151.00;1.63;1.24 +2486;5;3760.00;9.50;156.00;4.33;1.24 +2486;6;3788.00;9.50;162.00;2.31;1.24 +2486;7;3763.50;9.50;165.00;3.79;1.24 +2486;8;3773.00;9.50;165.00;3.27;1.24 +2486;9;3760.78;9.50;150.00;1.57;1.24 +2486;10;3789.22;9.50;150.00;-1.57;1.24 +2486;11;3768.60;9.50;124.40;-0.24;1.24 +2486;12;3789.40;9.50;130.80;0.64;1.24 +2486;13;3751.00;9.50;135.60;-1.03;1.24 +2486;14;3802.20;9.50;151.60;1.63;1.24 +2486;15;3751.00;9.50;159.60;4.33;1.24 +2486;16;3795.80;9.50;169.20;2.31;1.24 +2486;17;3756.60;9.50;174.00;3.79;1.24 +2486;18;3771.80;9.50;174.00;3.27;1.24 2486;21;3760.78;9.50;150.00;1.57;1.24 +2487;0;5399.00;9.50;875.00;0.00;1.40 +2487;1;5390.00;9.50;864.50;-0.70;1.40 +2487;2;5408.50;9.50;862.00;0.63;1.40 +2487;3;5416.00;9.50;875.00;1.57;1.40 +2487;4;5384.50;9.50;881.50;4.29;1.40 +2487;5;5405.00;9.50;887.00;2.67;1.40 +2487;9;5384.42;9.50;875.00;1.57;1.40 +2487;10;5413.58;9.50;875.00;-1.57;1.40 +2487;11;5384.60;9.50;858.20;-0.70;1.40 +2487;12;5414.20;9.50;854.20;0.63;1.40 +2487;13;5426.20;9.50;875.00;1.57;1.40 +2487;14;5375.80;9.50;885.40;4.29;1.40 +2487;15;5408.60;9.50;894.20;2.67;1.40 2487;21;5384.42;9.50;875.00;1.57;1.40 +2488;0;4955.00;9.50;1026.00;0.00;1.24 +2488;1;4961.50;9.50;1012.50;0.44;1.24 +2488;2;4949.00;9.50;1018.00;-0.64;1.24 +2488;3;4967.00;9.50;1021.50;1.21;1.24 +2488;4;4945.00;9.50;1033.00;4.10;1.24 +2488;5;4960.50;9.50;1035.00;2.59;1.24 +2488;9;4943.84;9.50;1026.00;1.57;1.24 +2488;10;4966.16;9.50;1026.00;-1.57;1.24 +2488;11;4965.40;9.50;1004.40;0.44;1.24 +2488;12;4945.40;9.50;1013.20;-0.64;1.24 +2488;13;4974.20;9.50;1018.80;1.21;1.24 +2488;14;4939.00;9.50;1037.20;4.10;1.24 +2488;15;4963.80;9.50;1040.40;2.59;1.24 2488;21;4943.84;9.50;1026.00;1.57;1.24 +2489;0;5176.00;9.50;769.00;0.00;0.18 +2489;1;5176.00;9.50;768.50;0.00;0.18 +2489;9;5174.38;9.50;769.00;1.57;0.18 +2489;10;5177.62;9.50;769.00;-1.57;0.18 +2489;19;5179.00;9.50;772.00;0.00;0.18 +2489;20;5180.23;9.50;773.23;2.35;0.18 2489;21;5174.38;9.50;769.00;1.57;0.18 +2490;0;4529.00;9.50;499.00;0.00;0.86 +2490;1;4530.50;9.50;488.00;0.13;0.86 +2490;2;4539.50;9.50;498.00;1.47;0.86 +2490;3;4521.00;9.50;491.00;-0.78;0.86 +2490;4;4520.00;9.50;502.50;4.34;0.86 +2490;5;4537.50;9.50;508.50;2.41;0.86 +2490;6;4530.50;9.50;509.00;2.99;0.86 +2490;7;4523.00;9.50;512.00;3.57;0.86 +2490;8;4519.00;9.50;513.00;3.76;0.86 +2490;9;4521.26;9.50;499.00;1.57;0.86 +2490;10;4536.74;9.50;499.00;-1.57;0.86 +2490;11;4531.40;9.50;481.40;0.13;0.86 +2490;12;4545.80;9.50;497.40;1.47;0.86 +2490;13;4516.20;9.50;486.20;-0.78;0.86 +2490;14;4514.60;9.50;504.60;4.34;0.86 +2490;15;4542.60;9.50;514.20;2.41;0.86 +2490;16;4531.40;9.50;515.00;2.99;0.86 +2490;17;4519.40;9.50;519.80;3.57;0.86 +2490;18;4513.00;9.50;521.40;3.76;0.86 2490;21;4521.26;9.50;499.00;1.57;0.86 +2491;0;3961.00;9.50;721.00;0.00;1.26 +2491;1;3950.50;9.50;730.00;4.00;1.26 +2491;2;3947.50;9.50;709.50;-0.86;1.26 +2491;3;3962.50;9.50;710.00;0.13;1.26 +2491;4;3974.00;9.50;712.00;0.96;1.26 +2491;5;3948.00;9.50;725.00;4.41;1.26 +2491;6;3976.00;9.50;721.50;1.60;1.26 +2491;7;3964.00;9.50;731.50;2.86;1.26 +2491;8;3953.50;9.50;737.00;3.58;1.26 +2491;9;3949.48;9.50;721.00;1.57;1.26 +2491;10;3972.52;9.50;721.00;-1.57;1.26 +2491;11;3944.20;9.50;735.40;4.00;1.26 +2491;12;3939.40;9.50;702.60;-0.86;1.26 +2491;13;3963.40;9.50;703.40;0.13;1.26 +2491;14;3981.80;9.50;706.60;0.96;1.26 +2491;15;3940.20;9.50;727.40;4.41;1.26 +2491;16;3985.00;9.50;721.80;1.60;1.26 +2491;17;3965.80;9.50;737.80;2.86;1.26 +2491;18;3949.00;9.50;746.60;3.58;1.26 2491;21;3949.48;9.50;721.00;1.57;1.26 +2492;0;4632.00;9.50;74.00;0.00;0.96 +2492;1;4640.00;9.50;65.50;0.75;0.96 +2492;2;4629.00;9.50;64.50;-0.30;0.96 +2492;3;4621.00;9.50;70.00;-1.22;0.96 +2492;4;4641.00;9.50;78.00;1.98;0.96 +2492;5;4623.50;9.50;80.00;4.09;0.96 +2492;6;4632.50;9.50;86.00;3.10;0.96 +2492;9;4622.28;9.50;74.00;1.57;0.96 +2492;10;4641.72;9.50;74.00;-1.57;0.96 +2492;11;4644.80;9.50;60.40;0.75;0.96 +2492;12;4627.20;9.50;58.80;-0.30;0.96 +2492;13;4614.40;9.50;67.60;-1.22;0.96 +2492;14;4646.40;9.50;80.40;1.98;0.96 +2492;15;4618.40;9.50;83.60;4.09;0.96 +2492;16;4632.80;9.50;93.20;3.10;0.96 2492;21;4622.28;9.50;74.00;1.57;0.96 +2493;0;3775.00;9.50;924.00;0.00;0.90 +2493;1;3784.00;9.50;918.50;1.02;0.90 +2493;2;3773.00;9.50;913.50;-0.18;0.90 +2493;3;3763.50;9.50;917.00;-1.02;0.90 +2493;4;3765.50;9.50;925.50;4.55;0.90 +2493;5;3781.50;9.50;933.50;2.54;0.90 +2493;6;3772.50;9.50;936.00;3.34;0.90 +2493;9;3766.90;9.50;924.00;1.57;0.90 +2493;10;3783.10;9.50;924.00;-1.57;0.90 +2493;11;3789.40;9.50;915.20;1.02;0.90 +2493;12;3771.80;9.50;907.20;-0.18;0.90 +2493;13;3756.60;9.50;912.80;-1.02;0.90 +2493;14;3759.80;9.50;926.40;4.55;0.90 +2493;15;3785.40;9.50;939.20;2.54;0.90 +2493;16;3771.00;9.50;943.20;3.34;0.90 2493;21;3766.90;9.50;924.00;1.57;0.90 +2494;0;3662.00;9.50;54.00;0.00;0.90 +2494;1;3661.00;9.50;39.50;-0.06;0.90 +2494;2;3671.50;9.50;52.00;1.36;0.90 +2494;3;3650.50;9.50;43.00;-0.80;0.90 +2494;4;3651.00;9.50;53.50;-1.52;0.90 +2494;5;3659.50;9.50;67.00;3.33;0.90 +2494;6;3670.50;9.50;68.50;2.61;0.90 +2494;9;3653.90;9.50;54.00;1.57;0.90 +2494;10;3670.10;9.50;54.00;-1.57;0.90 +2494;11;3660.40;9.50;30.80;-0.06;0.90 +2494;12;3677.20;9.50;50.80;1.36;0.90 +2494;13;3643.60;9.50;36.40;-0.80;0.90 +2494;14;3644.40;9.50;53.20;-1.52;0.90 +2494;15;3658.00;9.50;74.80;3.33;0.90 +2494;16;3675.60;9.50;77.20;2.61;0.90 2494;21;3653.90;9.50;54.00;1.57;0.90 +2495;0;3089.00;9.50;67.00;0.00;0.82 +2495;1;3096.00;9.50;52.00;0.43;0.82 +2495;2;3088.00;9.50;58.00;-0.11;0.82 +2495;3;3097.50;9.50;62.00;1.03;0.82 +2495;4;3079.00;9.50;69.00;4.51;0.82 +2495;5;3092.50;9.50;75.00;2.72;0.82 +2495;6;3084.00;9.50;77.50;3.58;0.82 +2495;9;3081.62;9.50;67.00;1.57;0.82 +2495;10;3096.38;9.50;67.00;-1.57;0.82 +2495;11;3100.20;9.50;43.00;0.43;0.82 +2495;12;3087.40;9.50;52.60;-0.11;0.82 +2495;13;3102.60;9.50;59.00;1.03;0.82 +2495;14;3073.00;9.50;70.20;4.51;0.82 +2495;15;3094.60;9.50;79.80;2.72;0.82 +2495;16;3081.00;9.50;83.80;3.58;0.82 2495;21;3081.62;9.50;67.00;1.57;0.82 +2496;0;2381.00;9.50;3.00;0.00;0.20 +2496;1;2374.00;9.50;3.50;4.64;0.20 +2496;2;2389.00;9.50;3.50;1.63;0.20 +2496;3;2381.50;9.50;6.00;2.97;0.20 +2496;9;2375.06;9.50;3.00;1.57;0.20 +2496;10;2386.94;9.50;3.00;-1.57;0.20 +2496;11;2369.80;9.50;3.80;4.64;0.20 +2496;12;2393.80;9.50;3.80;1.63;0.20 +2496;13;2381.80;9.50;7.80;2.97;0.20 2496;21;2375.06;9.50;3.00;1.57;0.20 +2497;0;2190.00;9.50;404.00;0.00;0.92 +2497;1;2195.00;9.50;397.00;0.62;0.92 +2497;2;2179.50;9.50;397.50;-1.01;0.92 +2497;3;2180.00;9.50;409.00;4.24;0.92 +2497;4;2204.50;9.50;406.50;1.74;0.92 +2497;5;2193.50;9.50;411.50;2.70;0.92 +2497;9;2179.20;9.50;404.00;1.57;0.92 +2497;10;2200.80;9.50;404.00;-1.57;0.92 +2497;11;2198.00;9.50;392.80;0.62;0.92 +2497;12;2173.20;9.50;393.60;-1.01;0.92 +2497;13;2174.00;9.50;412.00;4.24;0.92 +2497;14;2213.20;9.50;408.00;1.74;0.92 +2497;15;2195.60;9.50;416.00;2.70;0.92 2497;21;2179.20;9.50;404.00;1.57;0.92 +2498;0;2116.00;9.50;835.00;0.00;0.62 +2498;1;2118.00;9.50;831.00;0.46;0.62 +2498;2;2112.50;9.70;833.50;-1.16;0.62 +2498;3;2120.00;9.50;836.00;1.81;0.62 +2498;4;2112.00;9.50;841.50;3.69;0.62 +2498;9;2109.52;9.50;835.00;1.57;0.62 +2498;10;2122.48;9.50;835.00;-1.57;0.62 +2498;11;2119.20;9.50;828.60;0.46;0.62 +2498;12;2110.40;9.55;832.60;-1.16;0.62 +2498;13;2122.40;9.50;836.60;1.81;0.62 +2498;14;2109.60;9.50;845.40;3.69;0.62 2498;21;2109.52;9.50;835.00;1.57;0.62 +2499;0;2735.00;9.50;1832.00;0.00;1.18 +2499;1;2741.00;9.50;1819.50;0.44;1.18 +2499;2;2726.50;9.50;1820.00;-0.61;1.18 +2499;3;2748.50;9.50;1837.50;1.95;1.18 +2499;4;2720.00;9.50;1830.50;-1.47;1.18 +2499;5;2725.00;9.50;1840.50;4.00;1.18 +2499;6;2738.50;9.50;1847.50;2.92;1.18 +2499;9;2724.38;9.50;1832.00;1.57;1.18 +2499;10;2745.62;9.50;1832.00;-1.57;1.18 +2499;11;2744.60;9.50;1812.00;0.44;1.18 +2499;12;2721.40;9.50;1812.80;-0.61;1.18 +2499;13;2756.60;9.50;1840.80;1.95;1.18 +2499;14;2711.00;9.50;1829.60;-1.47;1.18 +2499;15;2719.00;9.50;1845.60;4.00;1.18 +2499;16;2740.60;9.50;1856.80;2.92;1.18 2499;21;2724.38;9.50;1832.00;1.57;1.18 +2500;0;1606.00;9.50;1175.00;0.00;0.70 +2500;1;1612.00;9.50;1166.00;0.58;0.70 +2500;2;1613.00;9.50;1168.00;0.78;0.70 +2500;3;1608.00;9.50;1168.50;0.29;0.70 +2500;4;1600.00;9.50;1171.00;-0.98;0.70 +2500;5;1612.00;9.50;1176.50;1.81;0.70 +2500;6;1598.00;9.50;1176.00;4.58;0.70 +2500;7;1605.50;9.50;1182.50;3.20;0.70 +2500;9;1599.52;9.50;1175.00;1.57;0.70 +2500;10;1612.48;9.50;1175.00;-1.57;0.70 +2500;11;1615.60;9.50;1160.60;0.58;0.70 +2500;12;1617.20;9.50;1163.80;0.78;0.70 +2500;13;1609.20;9.50;1164.60;0.29;0.70 +2500;14;1596.40;9.50;1168.60;-0.98;0.70 +2500;15;1615.60;9.50;1177.40;1.81;0.70 +2500;16;1593.20;9.50;1176.60;4.58;0.70 +2500;17;1605.20;9.50;1187.00;3.20;0.70 2500;21;1599.52;9.50;1175.00;1.57;0.70 +2501;0;762.00;9.50;26.00;0.00;1.24 +2501;1;743.00;9.50;21.50;-1.33;1.24 +2501;2;779.50;9.50;28.00;1.68;1.24 +2501;3;751.00;9.50;35.00;4.02;1.24 +2501;4;771.50;9.50;41.50;2.59;1.24 +2501;9;747.24;9.50;26.00;1.57;1.24 +2501;10;776.76;9.50;26.00;-1.57;1.24 +2501;11;731.60;9.50;18.80;-1.33;1.24 +2501;12;790.00;9.50;29.20;1.68;1.24 +2501;13;744.40;9.50;40.40;4.02;1.24 +2501;14;777.20;9.50;50.80;2.59;1.24 2501;21;747.24;9.50;26.00;1.57;1.24 +2502;0;266.00;9.50;542.00;0.00;1.00 +2502;1;257.00;9.50;530.00;-0.64;1.00 +2502;2;250.50;9.50;542.00;4.71;1.00 +2502;3;270.00;9.50;530.50;0.33;1.00 +2502;4;283.50;9.50;538.50;1.37;1.00 +2502;5;291.50;9.50;547.50;1.78;1.00 +2502;6;271.00;9.50;551.00;2.63;1.00 +2502;7;291.00;9.50;548.00;1.80;1.00 +2502;8;250.50;9.50;554.50;4.03;1.00 +2502;9;251.24;9.50;542.00;1.57;1.00 +2502;10;280.76;9.50;542.00;-1.57;1.00 +2502;11;251.60;9.50;522.80;-0.64;1.00 +2502;12;241.20;9.50;542.00;4.71;1.00 +2502;13;272.40;9.50;523.60;0.33;1.00 +2502;14;294.00;9.50;536.40;1.37;1.00 +2502;15;306.80;9.50;550.80;1.78;1.00 +2502;16;274.00;9.50;556.40;2.63;1.00 +2502;17;306.00;9.50;551.60;1.80;1.00 +2502;18;241.20;9.50;562.00;4.03;1.00 2502;21;251.24;9.50;542.00;1.57;1.00 +2503;0;611.00;9.50;1503.00;0.00;0.84 +2503;1;602.50;9.50;1492.00;-0.65;0.84 +2503;2;616.50;9.50;1492.50;0.48;0.84 +2503;3;595.50;9.50;1502.00;-1.50;0.84 +2503;4;626.50;9.50;1503.00;1.57;0.84 +2503;5;606.50;9.50;1512.00;3.60;0.84 +2503;9;596.06;9.50;1503.00;1.57;0.84 +2503;10;625.94;9.50;1503.00;-1.57;0.84 +2503;11;597.40;9.50;1485.40;-0.65;0.84 +2503;12;619.80;9.50;1486.20;0.48;0.84 +2503;13;586.20;9.50;1501.40;-1.50;0.84 +2503;14;635.80;9.50;1503.00;1.57;0.84 +2503;15;603.80;9.50;1517.40;3.60;0.84 2503;21;596.06;9.50;1503.00;1.57;0.84 +2504;0;603.00;9.50;785.00;0.00;1.24 +2504;1;610.50;9.50;775.00;0.64;1.24 +2504;2;598.00;9.50;768.50;-0.29;1.24 +2504;3;591.50;9.50;786.50;4.58;1.24 +2504;4;619.00;9.50;786.50;1.66;1.24 +2504;5;617.00;9.50;791.00;1.97;1.24 +2504;6;601.50;9.50;798.00;3.25;1.24 +2504;7;588.50;9.50;800.00;3.91;1.24 +2504;9;591.84;9.50;785.00;1.57;1.24 +2504;10;614.16;9.50;785.00;-1.57;1.24 +2504;11;615.00;9.50;769.00;0.64;1.24 +2504;12;595.00;9.50;758.60;-0.29;1.24 +2504;13;584.60;9.50;787.40;4.58;1.24 +2504;14;628.60;9.50;787.40;1.66;1.24 +2504;15;625.40;9.50;794.60;1.97;1.24 +2504;16;600.60;9.50;805.80;3.25;1.24 +2504;17;579.80;9.50;809.00;3.91;1.24 2504;21;591.84;9.50;785.00;1.57;1.24 +2505;0;1068.00;9.50;1077.00;0.00;1.04 +2505;1;1067.00;9.50;1065.00;-0.08;1.04 +2505;2;1055.00;9.50;1070.50;-1.10;1.04 +2505;3;1081.50;9.50;1074.00;1.35;1.04 +2505;4;1051.50;9.50;1082.00;4.41;1.04 +2505;5;1086.50;9.50;1084.50;1.95;1.04 +2505;6;1068.00;9.50;1086.00;3.14;1.04 +2505;9;1054.68;9.50;1077.00;1.57;1.04 +2505;10;1081.32;9.50;1077.00;-1.57;1.04 +2505;11;1066.40;9.50;1057.80;-0.08;1.04 +2505;12;1047.20;9.50;1066.60;-1.10;1.04 +2505;13;1089.60;9.50;1072.20;1.35;1.04 +2505;14;1041.60;9.50;1085.00;4.41;1.04 +2505;15;1097.60;9.50;1089.00;1.95;1.04 +2505;16;1068.00;9.50;1091.40;3.14;1.04 2505;21;1054.68;9.50;1077.00;1.57;1.04 +2506;0;2912.00;9.50;1680.00;0.00;1.42 +2506;1;2909.50;9.50;1670.50;-0.25;1.42 +2506;2;2918.00;9.50;1666.50;0.41;1.42 +2506;3;2926.50;9.50;1669.00;0.92;1.42 +2506;4;2927.00;9.50;1672.00;1.08;1.42 +2506;5;2933.00;9.50;1672.50;1.22;1.42 +2506;6;2936.00;9.50;1674.00;1.32;1.42 +2506;7;2900.50;9.50;1680.50;4.66;1.42 +2506;8;2924.50;9.50;1680.00;1.57;1.42 +2506;9;2896.70;9.50;1680.00;1.57;1.42 +2506;10;2927.30;9.50;1680.00;-1.57;1.42 +2506;11;2908.00;9.50;1664.80;-0.25;1.42 +2506;12;2921.60;9.50;1658.40;0.41;1.42 +2506;13;2935.20;9.50;1662.40;0.92;1.42 +2506;14;2936.00;9.50;1667.20;1.08;1.42 +2506;15;2945.60;9.60;1668.00;1.22;1.42 +2506;16;2950.40;9.50;1670.40;1.32;1.42 +2506;17;2893.60;9.50;1680.80;4.66;1.42 +2506;18;2932.00;9.50;1680.00;1.57;1.42 2506;21;2896.70;9.50;1680.00;1.57;1.42 +2507;0;3574.00;9.50;187.00;0.00;0.94 +2507;1;3568.00;9.50;178.50;-0.61;0.94 +2507;2;3580.00;9.50;175.00;0.46;0.94 +2507;3;3586.50;9.50;184.50;1.37;0.94 +2507;4;3557.00;9.50;183.50;-1.36;0.94 +2507;5;3560.00;9.50;190.50;4.46;0.94 +2507;6;3577.00;9.50;195.50;2.80;0.94 +2507;9;3561.22;9.50;187.00;1.57;0.94 +2507;10;3586.78;9.50;187.00;-1.57;0.94 +2507;11;3564.40;9.50;173.40;-0.61;0.94 +2507;12;3583.60;9.50;167.80;0.46;0.94 +2507;13;3594.00;9.50;183.00;1.37;0.94 +2507;14;3546.80;9.50;181.40;-1.36;0.94 +2507;15;3551.60;9.50;192.60;4.46;0.94 +2507;16;3578.80;9.50;200.60;2.80;0.94 2507;21;3561.22;9.50;187.00;1.57;0.94 +2508;0;1673.00;9.50;146.00;0.00;0.94 +2508;1;1672.50;9.50;134.50;-0.04;0.94 +2508;2;1679.50;9.70;133.50;0.48;0.94 +2508;3;1677.50;9.50;143.50;1.06;0.94 +2508;4;1664.00;9.50;146.50;4.65;0.94 +2508;5;1684.50;9.50;146.00;1.57;0.94 +2508;6;1683.50;9.50;152.00;2.09;0.94 +2508;7;1672.50;9.50;154.50;3.20;0.94 +2508;9;1663.82;9.50;146.00;1.57;0.94 +2508;10;1682.18;9.50;146.00;-1.57;0.94 +2508;11;1672.20;9.50;127.60;-0.04;0.94 +2508;12;1683.40;9.50;126.00;0.48;0.94 +2508;13;1680.20;9.50;142.00;1.06;0.94 +2508;14;1658.60;9.50;146.80;4.65;0.94 +2508;15;1691.40;9.50;146.00;1.57;0.94 +2508;16;1689.80;9.50;155.60;2.09;0.94 +2508;17;1672.20;9.50;159.60;3.20;0.94 2508;21;1663.82;9.50;146.00;1.57;0.94 +2509;0;1529.00;9.50;11.00;0.00;0.54 +2509;1;1513.50;9.50;12.00;4.64;0.54 +2509;2;1545.50;9.50;11.50;1.60;0.54 +2509;3;1532.00;9.50;18.50;2.76;0.54 +2509;9;1514.24;9.50;11.00;1.57;0.54 +2509;10;1543.76;9.50;11.00;-1.57;0.54 +2509;11;1504.20;9.50;12.60;4.64;0.54 +2509;12;1555.40;9.50;11.80;1.60;0.54 +2509;13;1533.80;9.50;23.00;2.76;0.54 2509;21;1514.24;9.50;11.00;1.57;0.54 +2510;0;5013.00;9.50;1548.00;0.00;0.80 +2510;1;5012.00;9.50;1525.00;-0.04;0.80 +2510;2;5018.50;9.50;1527.50;0.26;0.80 +2510;3;5006.00;9.50;1529.50;-0.36;0.80 +2510;4;5006.00;9.50;1535.50;-0.51;0.80 +2510;5;5018.50;9.50;1538.50;0.52;0.80 +2510;6;5008.00;9.50;1545.50;-1.10;0.80 +2510;7;5016.00;9.50;1551.50;2.43;0.80 +2510;8;5011.50;9.50;1557.00;3.30;0.80 +2510;9;5005.80;9.50;1548.00;1.57;0.80 +2510;10;5020.20;9.50;1548.00;-1.57;0.80 +2510;11;5011.40;9.50;1511.20;-0.04;0.80 +2510;12;5021.80;9.50;1515.20;0.26;0.80 +2510;13;5001.80;9.50;1518.40;-0.36;0.80 +2510;14;5001.80;9.50;1528.00;-0.51;0.80 +2510;15;5021.80;9.50;1532.80;0.52;0.80 +2510;16;5005.00;9.50;1544.00;-1.10;0.80 +2510;17;5017.80;9.50;1553.60;2.43;0.80 +2510;18;5010.60;9.69;1562.40;3.30;0.80 2510;21;5005.80;9.50;1548.00;1.57;0.80 +2511;0;3946.00;9.50;64.00;0.00;1.32 +2511;1;3956.00;9.50;58.50;1.06;1.32 +2511;2;3940.00;9.50;54.50;-0.56;1.32 +2511;3;3932.50;9.50;66.00;4.56;1.32 +2511;4;3954.50;9.50;74.50;2.46;1.32 +2511;5;3941.50;9.50;76.00;3.50;1.32 +2511;9;3934.12;9.50;64.00;1.57;1.32 +2511;10;3957.88;9.50;64.00;-1.57;1.32 +2511;11;3962.00;9.50;55.20;1.06;1.32 +2511;12;3936.40;9.50;48.80;-0.56;1.32 +2511;13;3924.40;9.50;67.20;4.56;1.32 +2511;14;3959.60;9.50;80.80;2.46;1.32 +2511;15;3938.80;9.50;83.20;3.50;1.32 2511;21;3934.12;9.50;64.00;1.57;1.32 +2512;0;5450.00;9.50;913.00;0.00;0.98 +2512;1;5461.00;9.50;905.50;0.97;0.98 +2512;2;5430.50;9.50;906.00;-1.22;0.98 +2512;3;5420.00;9.50;913.50;4.69;0.98 +2512;4;5475.00;9.50;920.50;1.86;0.98 +2512;5;5438.50;9.50;919.50;4.19;0.98 +2512;6;5465.00;9.50;924.00;2.20;0.98 +2512;9;5428.76;9.50;913.00;1.57;0.98 +2512;10;5471.24;9.50;913.00;-1.57;0.98 +2512;11;5467.60;9.50;901.00;0.97;0.98 +2512;12;5418.80;9.50;901.80;-1.22;0.98 +2512;13;5402.00;9.50;913.80;4.69;0.98 +2512;14;5490.00;9.50;925.00;1.86;0.98 +2512;15;5431.60;9.50;923.40;4.19;0.98 +2512;16;5474.00;9.50;930.60;2.20;0.98 2512;21;5428.76;9.50;913.00;1.57;0.98 +2513;0;4980.00;9.50;1075.00;0.00;1.42 +2513;1;4973.00;9.50;1059.50;-0.42;1.42 +2513;2;4983.50;9.50;1055.00;0.17;1.42 +2513;3;4987.50;9.50;1063.50;0.57;1.42 +2513;4;4964.50;9.50;1072.00;-1.38;1.42 +2513;5;4994.50;9.50;1080.50;1.93;1.42 +2513;6;4971.00;9.50;1084.00;3.92;1.42 +2513;7;4987.50;9.50;1090.00;2.67;1.42 +2513;8;4999.50;9.50;1090.00;2.22;1.42 +2513;9;4967.22;9.50;1075.00;1.57;1.42 +2513;10;4992.78;9.50;1075.00;-1.57;1.42 +2513;11;4968.80;9.50;1050.20;-0.42;1.42 +2513;12;4985.60;9.50;1043.00;0.17;1.42 +2513;13;4992.00;9.50;1056.60;0.57;1.42 +2513;14;4955.20;9.50;1070.20;-1.38;1.42 +2513;15;5003.20;9.50;1083.80;1.93;1.42 +2513;16;4965.60;9.50;1089.40;3.92;1.42 +2513;17;4992.00;9.50;1099.00;2.67;1.42 +2513;18;5011.20;9.50;1099.00;2.22;1.42 2513;21;4967.22;9.50;1075.00;1.57;1.42 +2514;0;4490.00;9.50;511.00;0.00;0.94 +2514;1;4498.50;9.50;498.00;0.57;0.94 +2514;2;4486.00;9.50;506.50;-0.72;0.94 +2514;3;4500.50;9.50;508.50;1.33;0.94 +2514;4;4477.50;9.50;518.00;4.20;0.94 +2514;5;4489.50;9.50;518.50;3.20;0.94 +2514;6;4495.50;9.50;518.50;2.50;0.94 +2514;7;4485.00;9.50;521.00;3.60;0.94 +2514;8;4481.50;9.50;521.00;3.84;0.94 +2514;9;4480.64;9.50;511.00;1.57;0.94 +2514;10;4499.36;9.50;511.00;-1.57;0.94 +2514;11;4503.60;9.50;490.20;0.57;0.94 +2514;12;4483.60;9.50;503.80;-0.72;0.94 +2514;13;4506.80;9.50;507.00;1.33;0.94 +2514;14;4470.00;9.50;522.20;4.20;0.94 +2514;15;4489.20;9.50;523.00;3.20;0.94 +2514;16;4498.80;9.50;523.00;2.50;0.94 +2514;17;4482.00;9.50;527.00;3.60;0.94 +2514;18;4476.40;9.50;527.00;3.84;0.94 2514;21;4480.64;9.50;511.00;1.57;0.94 +2515;0;3953.00;9.50;677.00;0.00;0.92 +2515;1;3941.00;9.50;670.00;-1.04;0.92 +2515;2;3957.00;9.50;669.50;0.49;0.92 +2515;3;3947.00;9.50;681.00;4.12;0.92 +2515;4;3965.00;9.50;680.00;1.81;0.92 +2515;5;3942.50;9.50;678.00;4.61;0.92 +2515;6;3958.50;9.50;688.00;2.67;0.92 +2515;9;3943.64;9.50;677.00;1.57;0.92 +2515;10;3962.36;9.50;677.00;-1.57;0.92 +2515;11;3933.80;9.50;665.80;-1.04;0.92 +2515;12;3959.40;9.50;665.00;0.49;0.92 +2515;13;3943.40;9.67;683.40;4.12;0.92 +2515;14;3972.20;9.50;681.80;1.81;0.92 +2515;15;3936.20;9.50;678.60;4.61;0.92 +2515;16;3961.80;9.50;694.60;2.67;0.92 2515;21;3943.64;9.50;677.00;1.57;0.92 +2516;0;4672.00;9.50;116.00;0.00;0.74 +2516;1;4668.50;9.50;109.00;-0.46;0.74 +2516;2;4658.00;9.50;117.00;4.64;0.74 +2516;3;4684.50;9.50;113.00;1.33;0.74 +2516;4;4688.00;9.50;120.50;1.84;0.74 +2516;5;4674.50;9.50;120.50;2.63;0.74 +2516;6;4663.50;9.50;124.50;3.92;0.74 +2516;7;4685.50;9.50;124.00;2.10;0.74 +2516;9;4660.48;9.50;116.00;1.57;0.74 +2516;10;4683.52;9.50;116.00;-1.57;0.74 +2516;11;4666.40;9.50;104.80;-0.46;0.74 +2516;12;4649.60;9.50;117.60;4.64;0.74 +2516;13;4692.00;9.50;111.20;1.33;0.74 +2516;14;4697.60;9.50;123.20;1.84;0.74 +2516;15;4676.00;9.50;123.20;2.63;0.74 +2516;16;4658.40;9.50;129.60;3.92;0.74 +2516;17;4693.60;9.50;128.80;2.10;0.74 2516;21;4660.48;9.50;116.00;1.57;0.74 +2517;0;3849.00;9.50;963.00;0.00;0.88 +2517;1;3850.00;9.50;955.50;0.13;0.88 +2517;2;3838.00;9.50;961.00;-1.39;0.88 +2517;3;3861.00;9.50;967.00;1.89;0.88 +2517;4;3844.00;9.50;971.00;3.70;0.88 +2517;5;3854.00;9.50;972.00;2.63;0.88 +2517;9;3840.36;9.50;963.00;1.57;0.88 +2517;10;3857.64;9.50;963.00;-1.57;0.88 +2517;11;3850.60;9.50;951.00;0.13;0.88 +2517;12;3831.40;9.50;959.80;-1.39;0.88 +2517;13;3868.20;9.50;969.40;1.89;0.88 +2517;14;3841.00;9.50;975.80;3.70;0.88 +2517;15;3857.00;9.50;977.40;2.63;0.88 2517;21;3840.36;9.50;963.00;1.57;0.88 +2518;0;3609.00;9.50;67.00;0.00;1.26 +2518;1;3608.50;9.50;55.50;-0.04;1.26 +2518;2;3624.50;9.50;60.00;1.14;1.26 +2518;3;3593.00;9.50;59.00;-1.10;1.26 +2518;4;3594.00;9.50;66.50;-1.53;1.26 +2518;5;3616.50;9.50;76.00;2.44;1.26 +2518;6;3601.00;9.50;78.50;3.74;1.26 +2518;9;3597.48;9.50;67.00;1.57;1.26 +2518;10;3620.52;9.50;67.00;-1.57;1.26 +2518;11;3608.20;9.50;48.60;-0.04;1.26 +2518;12;3633.80;9.50;55.80;1.14;1.26 +2518;13;3583.40;9.50;54.20;-1.10;1.26 +2518;14;3585.00;9.50;66.20;-1.53;1.26 +2518;15;3621.00;9.50;81.40;2.44;1.26 +2518;16;3596.20;9.50;85.40;3.74;1.26 2518;21;3597.48;9.50;67.00;1.57;1.26 +2519;0;3012.00;9.50;258.00;0.00;1.02 +2519;1;3006.50;9.50;242.50;-0.34;1.02 +2519;2;3002.50;9.50;255.00;-1.26;1.02 +2519;3;3016.50;9.50;245.00;0.33;1.02 +2519;4;3024.00;9.50;251.00;1.04;1.02 +2519;5;3022.00;9.50;262.50;1.99;1.02 +2519;6;2999.50;9.50;267.50;4.06;1.02 +2519;7;3010.00;9.50;270.50;3.30;1.02 +2519;8;3021.50;9.50;271.50;2.52;1.02 +2519;9;3002.82;9.50;258.00;1.57;1.02 +2519;10;3021.18;9.50;258.00;-1.57;1.02 +2519;11;3003.20;9.50;233.20;-0.34;1.02 +2519;12;2996.80;9.50;253.20;-1.26;1.02 +2519;13;3019.20;9.50;237.20;0.33;1.02 +2519;14;3031.20;9.50;246.80;1.04;1.02 +2519;15;3028.00;9.50;265.20;1.99;1.02 +2519;16;2992.00;9.50;273.20;4.06;1.02 +2519;17;3008.80;9.50;278.00;3.30;1.02 +2519;18;3027.20;9.50;279.60;2.52;1.02 2519;21;3002.82;9.50;258.00;1.57;1.02 +2520;0;2306.00;9.50;42.00;0.00;1.26 +2520;1;2300.50;9.50;30.00;-0.43;1.26 +2520;2;2313.00;9.50;29.00;0.49;1.26 +2520;3;2315.50;9.50;35.00;0.93;1.26 +2520;4;2291.50;9.50;38.00;-1.30;1.26 +2520;5;2316.50;9.50;51.50;2.30;1.26 +2520;6;2295.50;9.50;46.50;4.30;1.26 +2520;7;2304.50;9.50;54.00;3.26;1.26 +2520;8;2314.00;9.50;61.50;2.75;1.26 +2520;9;2294.66;9.50;42.00;1.57;1.26 +2520;10;2317.34;9.50;42.00;-1.57;1.26 +2520;11;2297.20;9.50;22.80;-0.43;1.26 +2520;12;2317.20;9.50;21.20;0.49;1.26 +2520;13;2321.20;9.50;30.80;0.93;1.26 +2520;14;2282.80;9.50;35.60;-1.30;1.26 +2520;15;2322.80;9.50;57.20;2.30;1.26 +2520;16;2289.20;9.50;49.20;4.30;1.26 +2520;17;2303.60;9.50;61.20;3.26;1.26 +2520;18;2318.80;9.50;73.20;2.75;1.26 2520;21;2294.66;9.50;42.00;1.57;1.26 +2521;0;2126.00;9.50;374.00;0.00;0.86 +2521;1;2118.50;9.50;361.00;-0.52;0.86 +2521;2;2127.00;9.50;363.00;0.09;0.86 +2521;3;2118.00;9.50;371.50;-1.26;0.86 +2521;4;2135.00;9.50;377.00;1.89;0.86 +2521;5;2126.50;9.50;385.00;3.09;0.86 +2521;6;2135.00;9.50;388.00;2.57;0.86 +2521;9;2118.26;9.50;374.00;1.57;0.86 +2521;10;2133.74;9.50;374.00;-1.57;0.86 +2521;11;2114.00;9.50;353.20;-0.52;0.86 +2521;12;2127.60;9.50;356.40;0.09;0.86 +2521;13;2113.20;9.50;370.00;-1.26;0.86 +2521;14;2140.40;9.50;378.80;1.89;0.86 +2521;15;2126.80;9.50;391.60;3.09;0.86 +2521;16;2140.40;9.50;396.40;2.57;0.86 2521;21;2118.26;9.50;374.00;1.57;0.86 +2522;0;2132.00;9.50;862.00;0.00;1.00 +2522;1;2135.50;9.50;845.00;0.20;1.00 +2522;2;2140.50;9.50;847.50;0.53;1.00 +2522;3;2128.00;9.50;849.50;-0.31;1.00 +2522;4;2142.00;9.50;861.00;1.47;1.00 +2522;5;2120.50;9.50;859.50;-1.35;1.00 +2522;6;2124.50;9.50;874.00;3.70;1.00 +2522;7;2133.00;9.50;877.00;3.07;1.00 +2522;8;2127.00;9.50;885.00;3.35;1.00 +2522;9;2123.00;9.50;862.00;1.57;1.00 +2522;10;2141.00;9.50;862.00;-1.57;1.00 +2522;11;2137.60;9.50;834.80;0.20;1.00 +2522;12;2145.60;9.50;838.80;0.53;1.00 +2522;13;2125.60;9.50;842.00;-0.31;1.00 +2522;14;2148.00;9.50;860.40;1.47;1.00 +2522;15;2113.60;9.50;858.00;-1.35;1.00 +2522;16;2120.00;9.50;881.20;3.70;1.00 +2522;17;2133.60;9.50;886.00;3.07;1.00 +2522;18;2124.00;9.50;898.80;3.35;1.00 2522;21;2123.00;9.50;862.00;1.57;1.00 +2523;0;2544.00;9.50;1712.00;0.00;1.60 +2523;1;2559.50;9.50;1693.00;0.68;1.60 +2523;2;2548.00;9.50;1693.50;0.21;1.60 +2523;3;2563.00;9.50;1698.50;0.95;1.60 +2523;4;2533.50;9.50;1708.00;-1.20;1.60 +2523;5;2555.50;9.50;1715.00;1.82;1.60 +2523;6;2527.50;9.50;1727.00;3.97;1.60 +2523;7;2541.50;9.50;1729.50;3.28;1.60 +2523;9;2529.42;9.50;1712.00;1.57;1.60 +2523;10;2558.58;9.50;1712.00;-1.57;1.60 +2523;11;2568.80;9.50;1681.60;0.68;1.60 +2523;12;2550.40;9.50;1682.40;0.21;1.60 +2523;13;2574.40;9.50;1690.40;0.95;1.60 +2523;14;2527.20;9.50;1705.60;-1.20;1.60 +2523;15;2562.40;9.50;1716.80;1.82;1.60 +2523;16;2517.60;9.50;1736.00;3.97;1.60 +2523;17;2540.00;9.50;1740.00;3.28;1.60 2523;21;2529.42;9.50;1712.00;1.57;1.60 +2524;0;707.00;9.50;68.00;0.00;1.44 +2524;1;702.50;9.50;55.00;-0.33;1.44 +2524;2;723.50;9.50;56.00;0.94;1.44 +2524;3;690.00;9.50;67.50;-1.54;1.44 +2524;4;727.00;9.50;65.50;1.44;1.44 +2524;5;713.50;9.50;79.50;2.62;1.44 +2524;6;696.50;9.50;82.00;3.78;1.44 +2524;9;689.18;9.50;68.00;1.57;1.44 +2524;10;724.82;9.50;68.00;-1.57;1.44 +2524;11;699.80;9.50;47.20;-0.33;1.44 +2524;12;733.40;9.50;48.80;0.94;1.44 +2524;13;679.80;9.50;67.20;-1.54;1.44 +2524;14;739.00;9.50;64.00;1.44;1.44 +2524;15;717.40;9.50;86.40;2.62;1.44 +2524;16;690.20;9.50;90.40;3.78;1.44 2524;21;689.18;9.50;68.00;1.57;1.44 +2525;0;213.00;9.50;543.00;0.00;1.06 +2525;1;218.50;9.50;529.00;0.37;1.06 +2525;2;204.00;9.50;540.00;-1.24;1.06 +2525;3;224.00;9.50;542.50;1.52;1.06 +2525;4;209.50;9.50;553.00;3.47;1.06 +2525;9;202.74;9.50;543.00;1.57;1.06 +2525;10;223.26;9.50;543.00;-1.57;1.06 +2525;11;221.80;9.50;520.60;0.37;1.06 +2525;12;198.60;9.50;538.20;-1.24;1.06 +2525;13;230.60;9.50;542.20;1.52;1.06 +2525;14;207.40;9.50;559.00;3.47;1.06 2525;21;202.74;9.50;543.00;1.57;1.06 +2526;0;13.00;9.50;1637.00;0.00;0.64 +2526;1;6.50;9.50;1620.00;-0.36;0.64 +2526;2;6.50;9.50;1624.00;-0.46;0.64 +2526;3;14.00;9.50;1625.50;0.08;0.64 +2526;4;6.50;9.50;1640.00;4.28;0.64 +2526;5;21.00;9.50;1639.00;1.81;0.64 +2526;6;13.00;9.50;1649.00;3.14;0.64 +2526;9;7.24;9.50;1637.00;1.57;0.64 +2526;10;18.76;9.50;1637.00;-1.57;0.64 +2526;11;2.60;9.50;1609.80;-0.36;0.64 +2526;12;2.60;9.50;1616.20;-0.46;0.64 +2526;13;14.60;9.50;1618.60;0.08;0.64 +2526;14;2.60;9.50;1641.80;4.28;0.64 +2526;15;25.80;9.50;1640.20;1.81;0.64 +2526;16;13.00;9.50;1656.20;3.14;0.64 2526;21;7.24;9.50;1637.00;1.57;0.64 +2527;0;667.00;9.50;1524.00;0.00;1.48 +2527;1;672.00;9.50;1512.50;0.41;1.48 +2527;2;658.50;9.50;1503.00;-0.38;1.48 +2527;3;654.50;9.50;1513.50;-0.87;1.48 +2527;4;683.00;9.50;1530.50;1.95;1.48 +2527;5;650.50;9.50;1529.00;4.41;1.48 +2527;6;664.50;9.50;1537.00;3.33;1.48 +2527;9;653.50;9.50;1524.00;1.57;1.48 +2527;10;680.50;9.50;1524.00;-1.57;1.48 +2527;11;675.00;9.50;1505.60;0.41;1.48 +2527;12;653.40;9.50;1490.40;-0.38;1.48 +2527;13;647.00;9.50;1507.20;-0.87;1.48 +2527;14;692.60;9.50;1534.40;1.95;1.48 +2527;15;640.60;9.50;1532.00;4.41;1.48 +2527;16;663.00;9.50;1544.80;3.33;1.48 2527;21;653.50;9.50;1524.00;1.57;1.48 +2528;0;678.00;9.50;786.00;0.00;1.08 +2528;1;666.50;9.50;778.50;-0.99;1.08 +2528;2;687.00;9.50;778.00;0.84;1.08 +2528;3;695.00;9.50;790.50;1.83;1.08 +2528;4;656.50;9.50;787.00;4.66;1.08 +2528;5;675.00;9.50;794.50;3.48;1.08 +2528;9;663.24;9.50;786.00;1.57;1.08 +2528;10;692.76;9.50;786.00;-1.57;1.08 +2528;11;659.60;9.50;774.00;-0.99;1.08 +2528;12;692.40;9.50;773.20;0.84;1.08 +2528;13;705.20;9.50;793.20;1.83;1.08 +2528;14;643.60;9.50;787.60;4.66;1.08 +2528;15;673.20;9.50;799.60;3.48;1.08 2528;21;663.24;9.50;786.00;1.57;1.08 +2529;0;1105.00;9.50;1159.00;0.00;1.14 +2529;1;1112.00;9.50;1147.00;0.52;1.14 +2529;2;1096.50;9.50;1148.00;-0.65;1.14 +2529;3;1090.00;9.50;1162.00;4.51;1.14 +2529;4;1120.50;9.50;1160.50;1.66;1.14 +2529;5;1101.50;9.50;1170.50;3.43;1.14 +2529;9;1090.78;9.50;1159.00;1.57;1.14 +2529;10;1119.22;9.50;1159.00;-1.57;1.14 +2529;11;1116.20;9.50;1139.80;0.52;1.14 +2529;12;1091.40;9.50;1141.40;-0.65;1.14 +2529;13;1081.00;9.50;1163.80;4.51;1.14 +2529;14;1129.80;9.50;1161.40;1.66;1.14 +2529;15;1099.40;9.50;1177.40;3.43;1.14 2529;21;1090.78;9.50;1159.00;1.57;1.14 +2530;0;2882.00;9.50;1747.00;0.00;0.84 +2530;1;2877.00;9.50;1747.50;4.61;0.84 +2530;2;2880.00;9.50;1737.00;-0.19;0.84 +2530;3;2885.00;9.50;1739.50;0.38;0.84 +2530;4;2891.00;9.70;1741.50;1.02;0.84 +2530;5;2886.00;9.50;1746.50;1.44;0.84 +2530;6;2893.50;9.60;1745.50;1.44;0.84 +2530;7;2887.00;9.50;1755.50;2.61;0.84 +2530;8;2892.00;9.75;1754.00;2.18;0.84 +2530;9;2874.44;9.50;1747.00;1.57;0.84 +2530;10;2889.56;9.50;1747.00;-1.57;0.84 +2530;11;2874.00;9.50;1747.80;4.61;0.84 +2530;12;2878.80;9.50;1731.00;-0.19;0.84 +2530;13;2886.80;9.50;1735.00;0.38;0.84 +2530;14;2896.40;9.77;1738.20;1.02;0.84 +2530;15;2888.40;9.50;1746.20;1.44;0.84 +2530;16;2900.40;10.09;1744.60;1.44;0.84 +2530;17;2890.00;9.50;1760.60;2.61;0.84 +2530;18;2898.00;10.05;1758.20;2.18;0.84 2530;21;2874.44;9.50;1747.00;1.57;0.84 +2531;0;3618.00;9.50;277.00;0.00;1.08 +2531;1;3614.50;9.50;265.00;-0.28;1.08 +2531;2;3625.50;9.50;262.50;0.47;1.08 +2531;3;3628.50;9.50;279.00;1.75;1.08 +2531;4;3604.50;9.50;273.50;-1.31;1.08 +2531;5;3607.00;9.50;282.00;4.28;1.08 +2531;6;3620.00;9.50;290.00;2.98;1.08 +2531;9;3608.28;9.50;277.00;1.57;1.08 +2531;10;3627.72;9.50;277.00;-1.57;1.08 +2531;11;3612.40;9.50;257.80;-0.28;1.08 +2531;12;3630.00;9.50;253.80;0.47;1.08 +2531;13;3634.80;9.50;280.20;1.75;1.08 +2531;14;3596.40;9.50;271.40;-1.31;1.08 +2531;15;3600.40;9.50;285.00;4.28;1.08 +2531;16;3621.20;9.50;297.80;2.98;1.08 2531;21;3608.28;9.50;277.00;1.57;1.08 +2532;0;1687.00;9.50;64.00;0.00;0.78 +2532;1;1694.00;9.50;59.00;0.95;0.78 +2532;2;1687.50;9.50;57.00;0.07;0.78 +2532;3;1677.50;9.50;65.00;4.60;0.78 +2532;4;1701.50;9.50;62.00;1.43;0.78 +2532;5;1688.00;9.50;67.50;2.86;0.78 +2532;6;1678.50;9.50;72.00;3.95;0.78 +2532;9;1675.84;9.50;64.00;1.57;0.78 +2532;10;1698.16;9.50;64.00;-1.57;0.78 +2532;11;1698.20;9.50;56.00;0.95;0.78 +2532;12;1687.80;9.50;52.80;0.07;0.78 +2532;13;1671.80;9.50;65.60;4.60;0.78 +2532;14;1710.20;9.50;60.80;1.43;0.78 +2532;15;1688.60;9.50;69.60;2.86;0.78 +2532;16;1673.40;9.50;76.80;3.95;0.78 2532;21;1675.84;9.50;64.00;1.57;0.78 +2533;0;1646.00;9.50;56.00;0.00;1.02 +2533;1;1645.00;9.50;44.50;-0.08;1.02 +2533;2;1635.00;9.50;54.50;-1.43;1.02 +2533;3;1656.00;9.50;49.50;0.99;1.02 +2533;4;1657.00;9.50;61.00;1.99;1.02 +2533;5;1643.00;9.50;66.50;3.42;1.02 +2533;6;1653.50;9.50;68.50;2.60;1.02 +2533;9;1636.28;9.50;56.00;1.57;1.02 +2533;10;1655.72;9.50;56.00;-1.57;1.02 +2533;11;1644.40;9.50;37.60;-0.08;1.02 +2533;12;1628.40;9.50;53.60;-1.43;1.02 +2533;13;1662.00;9.50;45.60;0.99;1.02 +2533;14;1663.60;9.50;64.00;1.99;1.02 +2533;15;1641.20;9.50;72.80;3.42;1.02 +2533;16;1658.00;9.50;76.00;2.60;1.02 2533;21;1636.28;9.50;56.00;1.57;1.02 +2534;0;5006.00;9.50;1471.00;0.00;0.82 +2534;1;5006.50;9.50;1456.50;0.03;0.82 +2534;2;4998.00;9.50;1465.00;-0.92;0.82 +2534;3;5013.00;9.50;1460.50;0.58;0.82 +2534;4;5014.50;9.50;1473.50;1.85;0.82 +2534;5;4998.00;9.50;1476.50;4.11;0.82 +2534;6;5001.00;9.50;1482.50;3.55;0.82 +2534;7;5014.00;9.50;1483.50;2.57;0.82 +2534;8;5008.50;9.50;1486.50;2.98;0.82 +2534;9;4998.62;9.50;1471.00;1.57;0.82 +2534;10;5013.38;9.50;1471.00;-1.57;0.82 +2534;11;5006.80;9.50;1447.80;0.03;0.82 +2534;12;4993.20;9.50;1461.40;-0.92;0.82 +2534;13;5017.20;9.50;1454.20;0.58;0.82 +2534;14;5019.60;9.50;1475.00;1.85;0.82 +2534;15;4993.20;9.50;1479.80;4.11;0.82 +2534;16;4998.00;9.50;1489.40;3.55;0.82 +2534;17;5018.80;9.50;1491.00;2.57;0.82 +2534;18;5010.00;9.50;1495.80;2.98;0.82 2534;21;4998.62;9.50;1471.00;1.57;0.82 +2535;0;5313.00;9.50;840.00;0.00;1.28 +2535;1;5305.50;9.50;824.50;-0.45;1.28 +2535;2;5300.00;9.50;837.50;-1.38;1.28 +2535;3;5317.50;9.50;825.50;0.30;1.28 +2535;4;5329.00;9.50;847.50;2.00;1.28 +2535;5;5323.50;9.50;838.00;1.38;1.28 +2535;6;5306.00;9.50;852.00;3.67;1.28 +2535;7;5319.50;9.50;854.00;2.70;1.28 +2535;9;5299.14;9.50;840.00;1.57;1.28 +2535;10;5326.86;9.50;840.00;-1.57;1.28 +2535;11;5301.00;9.50;815.20;-0.45;1.28 +2535;12;5292.20;9.50;836.00;-1.38;1.28 +2535;13;5320.20;9.50;816.80;0.30;1.28 +2535;14;5338.60;9.50;852.00;2.00;1.28 +2535;15;5329.80;9.50;836.80;1.38;1.28 +2535;16;5301.80;9.50;859.20;3.67;1.28 +2535;17;5323.40;9.50;862.40;2.70;1.28 2535;21;5299.14;9.50;840.00;1.57;1.28 +2536;0;5003.00;9.50;1135.00;0.00;1.10 +2536;1;4999.00;9.50;1120.00;-0.26;1.10 +2536;2;5011.00;9.50;1120.50;0.50;1.10 +2536;3;4991.00;9.50;1126.00;-0.92;1.10 +2536;4;5012.50;9.50;1134.00;1.46;1.10 +2536;5;4997.00;9.50;1143.50;3.75;1.10 +2536;6;5008.00;9.50;1150.50;2.83;1.10 +2536;7;5001.00;9.50;1155.00;3.24;1.10 +2536;9;4993.10;9.50;1135.00;1.57;1.10 +2536;10;5012.90;9.50;1135.00;-1.57;1.10 +2536;11;4996.60;9.50;1111.00;-0.26;1.10 +2536;12;5015.80;9.50;1111.80;0.50;1.10 +2536;13;4983.80;9.50;1120.60;-0.92;1.10 +2536;14;5018.20;9.50;1133.40;1.46;1.10 +2536;15;4993.40;9.50;1148.60;3.75;1.10 +2536;16;5011.00;9.50;1159.80;2.83;1.10 +2536;17;4999.80;9.50;1167.00;3.24;1.10 2536;21;4993.10;9.50;1135.00;1.57;1.10 +2537;0;4525.00;9.50;451.00;0.00;1.02 +2537;1;4520.00;9.50;438.00;-0.36;1.02 +2537;2;4528.50;9.50;438.00;0.26;1.02 +2537;3;4516.00;9.50;454.00;4.39;1.02 +2537;4;4534.50;9.50;451.50;1.62;1.02 +2537;5;4538.00;9.50;462.00;2.27;1.02 +2537;6;4528.50;9.50;464.00;2.87;1.02 +2537;9;4515.82;9.50;451.00;1.57;1.02 +2537;10;4534.18;9.50;451.00;-1.57;1.02 +2537;11;4517.00;9.50;430.20;-0.36;1.02 +2537;12;4530.60;9.50;430.20;0.26;1.02 +2537;13;4510.60;9.50;455.80;4.39;1.02 +2537;14;4540.20;9.50;451.80;1.62;1.02 +2537;15;4545.80;9.50;468.60;2.27;1.02 +2537;16;4530.60;9.50;471.80;2.87;1.02 2537;21;4515.82;9.50;451.00;1.57;1.02 +2538;0;3917.00;9.50;645.00;0.00;0.80 +2538;1;3912.50;9.50;635.50;-0.44;0.80 +2538;2;3909.00;9.50;645.00;4.71;0.80 +2538;3;3922.00;9.50;636.00;0.50;0.80 +2538;4;3925.50;9.50;643.00;1.34;0.80 +2538;5;3923.00;9.50;654.00;2.55;0.80 +2538;6;3917.00;9.50;656.50;3.14;0.80 +2538;9;3909.80;9.50;645.00;1.57;0.80 +2538;10;3924.20;9.50;645.00;-1.57;0.80 +2538;11;3909.80;9.50;629.80;-0.44;0.80 +2538;12;3904.20;9.50;645.00;4.71;0.80 +2538;13;3925.00;9.50;630.60;0.50;0.80 +2538;14;3930.60;9.50;641.80;1.34;0.80 +2538;15;3926.60;9.50;659.40;2.55;0.80 +2538;16;3917.00;9.50;663.40;3.14;0.80 2538;21;3909.80;9.50;645.00;1.57;0.80 +2539;0;4718.00;9.50;92.00;0.00;1.02 +2539;1;4713.00;9.50;80.00;-0.39;1.02 +2539;2;4725.50;9.50;85.50;0.85;1.02 +2539;3;4706.50;9.50;90.00;-1.39;1.02 +2539;4;4732.50;9.50;93.00;1.64;1.02 +2539;5;4707.50;9.50;101.00;4.00;1.02 +2539;6;4721.00;9.50;101.00;2.82;1.02 +2539;9;4706.48;9.50;92.00;1.57;1.02 +2539;10;4729.52;9.50;92.00;-1.57;1.02 +2539;11;4710.00;9.50;72.80;-0.39;1.02 +2539;12;4730.00;9.50;81.60;0.85;1.02 +2539;13;4699.60;9.50;88.80;-1.39;1.02 +2539;14;4741.20;9.50;93.60;1.64;1.02 +2539;15;4701.20;9.50;106.40;4.00;1.02 +2539;16;4722.80;9.50;106.40;2.82;1.02 2539;21;4706.48;9.50;92.00;1.57;1.02 +2540;0;3827.00;9.50;1001.00;0.00;0.88 +2540;1;3822.00;9.50;992.50;-0.53;0.88 +2540;2;3833.00;9.50;990.00;0.49;0.88 +2540;3;3837.50;9.50;997.50;1.24;0.88 +2540;4;3817.00;9.50;1004.50;4.37;0.88 +2540;5;3832.00;9.50;1008.50;2.55;0.88 +2540;6;3822.00;9.50;1012.50;3.55;0.88 +2540;9;3819.08;9.50;1001.00;1.57;0.88 +2540;10;3834.92;9.50;1001.00;-1.57;0.88 +2540;11;3819.00;9.50;987.40;-0.53;0.88 +2540;12;3836.60;9.50;983.40;0.49;0.88 +2540;13;3843.80;9.50;995.40;1.24;0.88 +2540;14;3811.00;9.50;1006.60;4.37;0.88 +2540;15;3835.00;9.50;1013.00;2.55;0.88 +2540;16;3819.00;9.50;1019.40;3.55;0.88 2540;21;3819.08;9.50;1001.00;1.57;0.88 +2541;0;3635.00;9.50;104.00;0.00;1.34 +2541;1;3646.00;9.50;92.00;0.74;1.34 +2541;2;3629.50;9.50;94.50;-0.52;1.34 +2541;3;3653.00;9.50;100.00;1.35;1.34 +2541;4;3639.00;9.50;111.50;2.65;1.34 +2541;5;3622.00;9.50;113.50;4.08;1.34 +2541;6;3625.00;9.50;122.50;3.63;1.34 +2541;9;3622.94;9.50;104.00;1.57;1.34 +2541;10;3647.06;9.50;104.00;-1.57;1.34 +2541;11;3652.60;9.50;84.80;0.74;1.34 +2541;12;3626.20;9.50;88.80;-0.52;1.34 +2541;13;3663.80;9.50;97.60;1.35;1.34 +2541;14;3641.40;9.50;116.00;2.65;1.34 +2541;15;3614.20;9.50;119.20;4.08;1.34 +2541;16;3619.00;9.50;133.60;3.63;1.34 2541;21;3622.94;9.50;104.00;1.57;1.34 +2542;0;2997.00;9.50;309.00;0.00;1.16 +2542;1;3002.50;9.50;296.00;0.40;1.16 +2542;2;2989.50;9.50;299.50;-0.66;1.16 +2542;3;3008.00;9.50;307.00;1.39;1.16 +2542;4;2986.00;9.50;313.50;4.32;1.16 +2542;5;3000.50;9.50;322.00;2.87;1.16 +2542;6;2991.00;9.50;324.00;3.52;1.16 +2542;9;2986.56;9.50;309.00;1.57;1.16 +2542;10;3007.44;9.50;309.00;-1.57;1.16 +2542;11;3005.80;9.50;288.20;0.40;1.16 +2542;12;2985.00;9.50;293.80;-0.66;1.16 +2542;13;3014.60;9.50;305.80;1.39;1.16 +2542;14;2979.40;9.50;316.20;4.32;1.16 +2542;15;3002.60;9.50;329.80;2.87;1.16 +2542;16;2987.40;9.50;333.00;3.52;1.16 2542;21;2986.56;9.50;309.00;1.57;1.16 +2543;0;2347.00;9.50;21.00;0.00;0.84 +2543;1;2341.00;9.50;14.50;-0.74;0.84 +2543;2;2357.00;9.50;12.50;0.86;0.84 +2543;3;2356.50;9.50;23.00;1.77;0.84 +2543;4;2336.00;9.50;24.50;4.40;0.84 +2543;5;2348.00;9.50;31.50;3.04;0.84 +2543;9;2338.18;9.50;21.00;1.57;0.84 +2543;10;2355.82;9.50;21.00;-1.57;0.84 +2543;11;2337.40;9.50;10.60;-0.74;0.84 +2543;12;2363.00;9.50;7.40;0.86;0.84 +2543;13;2362.20;9.50;24.20;1.77;0.84 +2543;14;2329.40;9.50;26.60;4.40;0.84 +2543;15;2348.60;9.50;37.80;3.04;0.84 2543;21;2338.18;9.50;21.00;1.57;0.84 +2544;0;2093.00;9.50;372.00;0.00;0.94 +2544;1;2089.50;9.50;360.50;-0.29;0.94 +2544;2;2101.50;9.50;370.50;1.39;0.94 +2544;3;2081.00;9.50;364.00;-0.98;0.94 +2544;4;2087.50;9.50;377.50;3.92;0.94 +2544;5;2098.00;9.50;384.50;2.76;0.94 +2544;9;2084.54;9.50;372.00;1.57;0.94 +2544;10;2101.46;9.50;372.00;-1.57;0.94 +2544;11;2087.40;9.50;353.60;-0.29;0.94 +2544;12;2106.60;9.50;369.60;1.39;0.94 +2544;13;2073.80;9.50;359.20;-0.98;0.94 +2544;14;2084.20;9.50;380.80;3.92;0.94 +2544;15;2101.00;9.50;392.00;2.76;0.94 2544;21;2084.54;9.50;372.00;1.57;0.94 +2545;0;2093.00;9.50;899.00;0.00;1.16 +2545;1;2094.00;9.50;885.50;0.07;1.16 +2545;2;2105.00;9.50;892.50;1.07;1.16 +2545;3;2084.00;9.50;895.00;-1.15;1.16 +2545;4;2076.50;9.50;904.00;4.41;1.16 +2545;5;2103.50;9.50;906.00;2.15;1.16 +2545;6;2083.50;9.50;909.00;3.90;1.16 +2545;7;2096.00;9.50;910.00;2.87;1.16 +2545;9;2081.30;9.50;899.00;1.57;1.16 +2545;10;2104.70;9.50;899.00;-1.57;1.16 +2545;11;2094.60;9.50;877.40;0.07;1.16 +2545;12;2112.20;9.50;888.60;1.07;1.16 +2545;13;2078.60;9.50;892.60;-1.15;1.16 +2545;14;2066.60;9.50;907.00;4.41;1.16 +2545;15;2109.80;9.50;910.20;2.15;1.16 +2545;16;2077.80;9.50;915.00;3.90;1.16 +2545;17;2097.80;9.50;916.60;2.87;1.16 2545;21;2081.30;9.50;899.00;1.57;1.16 +2546;0;2497.00;9.50;1702.00;0.00;1.08 +2546;1;2508.50;9.50;1690.00;0.76;1.08 +2546;2;2510.00;9.50;1703.00;1.64;1.08 +2546;3;2488.50;9.50;1694.00;-0.81;1.08 +2546;4;2482.00;9.50;1705.50;4.48;1.08 +2546;5;2493.00;9.50;1715.00;3.44;1.08 +2546;9;2482.60;9.50;1702.00;1.57;1.08 +2546;10;2511.40;9.50;1702.00;-1.57;1.08 +2546;11;2515.40;9.50;1682.80;0.76;1.08 +2546;12;2517.80;9.50;1703.60;1.64;1.08 +2546;13;2483.40;9.50;1689.20;-0.81;1.08 +2546;14;2473.00;9.50;1707.60;4.48;1.08 +2546;15;2490.60;9.50;1722.80;3.44;1.08 2546;21;2482.60;9.50;1702.00;1.57;1.08 +2547;0;1599.00;9.50;1038.00;0.00;1.22 +2547;1;1601.00;9.50;1019.50;0.10;1.22 +2547;2;1606.00;9.50;1024.50;0.47;1.22 +2547;3;1597.50;9.50;1023.00;-0.10;1.22 +2547;4;1591.00;9.50;1027.50;-0.65;1.22 +2547;5;1584.50;9.50;1036.50;-1.46;1.22 +2547;6;1612.00;9.50;1034.00;1.27;1.22 +2547;7;1608.00;9.50;1049.00;2.45;1.22 +2547;8;1594.00;9.50;1050.00;3.53;1.22 +2547;9;1588.02;9.50;1038.00;1.57;1.22 +2547;10;1609.98;9.50;1038.00;-1.57;1.22 +2547;11;1602.20;9.50;1008.40;0.10;1.22 +2547;12;1610.20;9.50;1016.40;0.47;1.22 +2547;13;1596.60;9.50;1014.00;-0.10;1.22 +2547;14;1586.20;9.50;1021.20;-0.65;1.22 +2547;15;1575.80;9.50;1035.60;-1.46;1.22 +2547;16;1619.80;9.50;1031.60;1.27;1.22 +2547;17;1613.40;9.50;1055.60;2.45;1.22 +2547;18;1591.00;9.50;1057.20;3.53;1.22 2547;21;1588.02;9.50;1038.00;1.57;1.22 +2548;0;682.00;9.50;20.00;0.00;0.98 +2548;1;662.00;9.50;19.00;-1.52;0.98 +2548;2;703.00;9.50;18.50;1.49;0.98 +2548;3;690.00;9.50;31.00;2.51;0.98 +2548;4;671.50;9.50;30.50;3.92;0.98 +2548;9;665.80;9.50;20.00;1.57;0.98 +2548;10;698.20;9.50;20.00;-1.57;0.98 +2548;11;650.00;9.50;18.40;-1.52;0.98 +2548;12;715.60;9.50;17.60;1.49;0.98 +2548;13;694.80;9.50;37.60;2.51;0.98 +2548;14;665.20;9.50;36.80;3.92;0.98 2548;21;665.80;9.50;20.00;1.57;0.98 +2549;0;204.00;9.50;586.00;0.00;1.16 +2549;1;184.50;9.50;573.00;-0.98;1.16 +2549;2;184.50;9.50;583.50;-1.44;1.16 +2549;3;205.00;9.50;574.50;0.08;1.16 +2549;4;219.50;9.50;576.50;1.02;1.16 +2549;5;222.50;9.50;589.00;1.73;1.16 +2549;6;202.50;9.50;596.50;3.28;1.16 +2549;7;219.50;9.50;600.50;2.32;1.16 +2549;9;187.08;9.50;586.00;1.57;1.16 +2549;10;220.92;9.50;586.00;-1.57;1.16 +2549;11;172.80;9.50;565.20;-0.98;1.16 +2549;12;172.80;9.50;582.00;-1.44;1.16 +2549;13;205.60;9.50;567.60;0.08;1.16 +2549;14;228.80;9.50;570.80;1.02;1.16 +2549;15;233.60;9.50;590.80;1.73;1.16 +2549;16;201.60;9.50;602.80;3.28;1.16 +2549;17;228.80;9.50;609.20;2.32;1.16 2549;21;187.08;9.50;586.00;1.57;1.16 +2550;0;46.00;9.50;1543.00;0.00;1.20 +2550;1;50.50;9.50;1530.00;0.33;1.20 +2550;2;62.00;9.50;1535.00;1.10;1.20 +2550;3;33.50;9.50;1539.00;-1.26;1.20 +2550;4;56.50;9.50;1549.00;2.09;1.20 +2550;5;29.50;9.50;1551.50;4.23;1.20 +2550;6;41.00;9.50;1556.50;3.49;1.20 +2550;9;32.50;9.50;1543.00;1.57;1.20 +2550;10;59.50;9.50;1543.00;-1.57;1.20 +2550;11;53.20;9.50;1522.20;0.33;1.20 +2550;12;71.60;9.50;1530.20;1.10;1.20 +2550;13;26.00;9.50;1536.60;-1.26;1.20 +2550;14;62.80;9.50;1552.60;2.09;1.20 +2550;15;19.60;9.50;1556.60;4.23;1.20 +2550;16;38.00;9.50;1564.60;3.49;1.20 2550;21;32.50;9.50;1543.00;1.57;1.20 +2551;0;628.00;9.50;1455.00;0.00;1.18 +2551;1;625.50;9.50;1439.00;-0.15;1.18 +2551;2;634.00;9.50;1439.50;0.36;1.18 +2551;3;615.00;9.50;1454.00;-1.49;1.18 +2551;4;639.00;9.50;1449.00;1.07;1.18 +2551;5;641.50;9.50;1463.50;2.13;1.18 +2551;6;625.00;9.50;1468.50;3.36;1.18 +2551;7;639.00;9.50;1468.50;2.45;1.18 +2551;9;616.12;9.50;1455.00;1.57;1.18 +2551;10;639.88;9.50;1455.00;-1.57;1.18 +2551;11;624.00;9.50;1429.40;-0.15;1.18 +2551;12;637.60;9.50;1430.20;0.36;1.18 +2551;13;607.20;9.50;1453.40;-1.49;1.18 +2551;14;645.60;9.50;1445.40;1.07;1.18 +2551;15;649.60;9.50;1468.60;2.13;1.18 +2551;16;623.20;9.50;1476.60;3.36;1.18 +2551;17;645.60;9.50;1476.60;2.45;1.18 2551;21;616.12;9.50;1455.00;1.57;1.18 +2552;0;633.00;9.50;749.00;0.00;1.48 +2552;1;635.50;9.50;736.50;0.19;1.48 +2552;2;624.50;9.50;732.50;-0.47;1.48 +2552;3;619.00;9.50;741.50;-1.07;1.48 +2552;4;625.50;9.50;757.00;3.89;1.48 +2552;5;649.00;9.50;749.00;1.57;1.48 +2552;6;644.00;9.50;760.00;2.35;1.48 +2552;9;619.68;9.50;749.00;1.57;1.48 +2552;10;646.32;9.50;749.00;-1.57;1.48 +2552;11;637.00;9.50;729.00;0.19;1.48 +2552;12;619.40;9.50;722.60;-0.47;1.48 +2552;13;610.60;9.50;737.00;-1.07;1.48 +2552;14;621.00;9.50;761.80;3.89;1.48 +2552;15;658.60;9.50;749.00;1.57;1.48 +2552;16;650.60;9.50;766.60;2.35;1.48 2552;21;619.68;9.50;749.00;1.57;1.48 +2553;0;1054.00;9.50;1241.00;0.00;1.32 +2553;1;1062.00;9.50;1232.50;0.75;1.32 +2553;2;1050.50;9.50;1228.50;-0.27;1.32 +2553;3;1041.00;9.50;1240.50;-1.53;1.32 +2553;4;1061.00;9.50;1251.00;2.53;1.32 +2553;5;1046.00;9.50;1251.00;3.81;1.32 +2553;9;1042.12;9.50;1241.00;1.57;1.32 +2553;10;1065.88;9.50;1241.00;-1.57;1.32 +2553;11;1066.80;9.50;1227.40;0.75;1.32 +2553;12;1048.40;9.50;1221.00;-0.27;1.32 +2553;13;1033.20;9.50;1240.20;-1.53;1.32 +2553;14;1065.20;9.50;1257.00;2.53;1.32 +2553;15;1041.20;9.50;1257.00;3.81;1.32 2553;21;1042.12;9.50;1241.00;1.57;1.32 +2554;0;2952.00;9.50;1850.00;0.00;1.36 +2554;1;2952.00;9.50;1833.50;0.00;1.36 +2554;2;2959.00;9.50;1834.00;0.41;1.36 +2554;3;2947.50;9.50;1834.00;-0.27;1.36 +2554;4;2964.50;9.50;1836.50;0.74;1.36 +2554;5;2940.50;9.50;1840.50;-0.88;1.36 +2554;6;2958.00;9.50;1837.50;0.44;1.36 +2554;7;2966.50;9.50;1839.50;0.94;1.36 +2554;8;2961.00;9.50;1845.50;1.10;1.36 +2554;9;2939.76;9.50;1850.00;1.57;1.36 +2554;10;2964.24;9.50;1850.00;-1.57;1.36 +2554;11;2952.00;9.50;1823.60;0.00;1.36 +2554;12;2963.20;9.63;1824.40;0.41;1.36 +2554;13;2944.80;9.50;1824.40;-0.27;1.36 +2554;14;2972.00;9.67;1828.40;0.74;1.36 +2554;15;2933.60;9.50;1834.80;-0.88;1.36 +2554;16;2961.60;9.50;1830.00;0.44;1.36 +2554;17;2975.20;10.16;1833.20;0.94;1.36 +2554;18;2966.40;9.50;1842.80;1.10;1.36 2554;21;2939.76;9.50;1850.00;1.57;1.36 +2555;0;3735.00;9.50;335.00;0.00;1.14 +2555;1;3743.50;9.50;319.00;0.48;1.14 +2555;2;3734.00;9.50;324.50;-0.09;1.14 +2555;3;3745.00;9.50;333.50;1.42;1.14 +2555;4;3723.50;9.50;334.50;-1.52;1.14 +2555;5;3727.00;9.50;343.50;3.89;1.14 +2555;6;3740.50;9.50;347.00;2.71;1.14 +2555;9;3724.74;9.50;335.00;1.57;1.14 +2555;10;3745.26;9.50;335.00;-1.57;1.14 +2555;11;3748.60;9.50;309.40;0.48;1.14 +2555;12;3733.40;9.50;318.20;-0.09;1.14 +2555;13;3751.00;9.50;332.60;1.42;1.14 +2555;14;3716.60;9.50;334.20;-1.52;1.14 +2555;15;3722.20;9.50;348.60;3.89;1.14 +2555;16;3743.80;9.50;354.20;2.71;1.14 2555;21;3724.74;9.50;335.00;1.57;1.14 +2556;0;166.00;9.50;1981.00;0.00;1.16 +2556;1;169.50;9.50;1967.50;0.25;1.16 +2556;2;181.00;9.50;1975.50;1.21;1.16 +2556;3;163.00;9.50;1968.50;-0.23;1.16 +2556;4;154.00;9.50;1979.50;-1.44;1.16 +2556;5;183.00;9.50;1985.00;1.80;1.16 +2556;6;170.00;9.50;1989.50;2.70;1.16 +2556;7;150.50;9.50;1992.00;4.09;1.16 +2556;9;151.78;9.50;1981.00;1.57;1.16 +2556;10;180.22;9.50;1981.00;-1.57;1.16 +2556;11;171.60;9.50;1959.40;0.25;1.16 +2556;12;190.00;9.50;1972.20;1.21;1.16 +2556;13;161.20;9.50;1961.00;-0.23;1.16 +2556;14;146.80;9.50;1978.60;-1.44;1.16 +2556;15;193.20;9.50;1987.40;1.80;1.16 +2556;16;172.40;9.50;1994.60;2.70;1.16 +2556;17;141.20;9.50;1998.60;4.09;1.16 2556;21;151.78;9.50;1981.00;1.57;1.16 +2557;0;1569.00;9.50;184.00;0.00;1.32 +2557;1;1557.50;9.50;167.00;-0.59;1.32 +2557;2;1555.00;9.50;178.00;-1.16;1.32 +2557;3;1571.50;9.50;171.50;0.19;1.32 +2557;4;1585.50;9.50;176.00;1.11;1.32 +2557;5;1585.50;9.50;176.50;1.14;1.32 +2557;6;1581.50;9.50;190.50;2.05;1.32 +2557;7;1565.50;9.50;196.50;3.41;1.32 +2557;8;1578.50;9.50;204.00;2.69;1.32 +2557;9;1557.12;9.50;184.00;1.57;1.32 +2557;10;1580.88;9.50;184.00;-1.57;1.32 +2557;11;1550.60;9.50;156.80;-0.59;1.32 +2557;12;1546.60;9.50;174.40;-1.16;1.32 +2557;13;1573.00;9.50;164.00;0.19;1.32 +2557;14;1595.40;9.50;171.20;1.11;1.32 +2557;15;1595.40;9.50;172.00;1.14;1.32 +2557;16;1589.00;9.50;194.40;2.05;1.32 +2557;17;1563.40;9.50;204.00;3.41;1.32 +2557;18;1584.20;9.50;216.00;2.69;1.32 2557;21;1557.12;9.50;184.00;1.57;1.32 +2558;0;5006.00;9.50;620.00;0.00;0.94 +2558;1;5017.00;9.50;610.00;0.83;0.94 +2558;2;5022.00;9.50;614.50;1.24;0.94 +2558;3;5009.50;9.50;613.50;0.49;0.94 +2558;4;5003.00;9.50;615.00;-0.54;0.94 +2558;5;4996.50;9.50;617.00;-1.26;0.94 +2558;6;4990.00;9.50;619.50;-1.54;0.94 +2558;7;5016.50;9.50;623.00;1.84;0.94 +2558;8;4988.50;9.50;626.50;4.35;0.94 +2558;9;4992.68;9.50;620.00;1.57;0.94 +2558;10;5019.32;9.50;620.00;-1.57;0.94 +2558;11;5023.60;9.50;604.00;0.83;0.94 +2558;12;5031.60;9.50;611.20;1.24;0.94 +2558;13;5011.60;9.50;609.60;0.49;0.94 +2558;14;5001.20;9.50;612.00;-0.54;0.94 +2558;15;4990.80;9.50;615.20;-1.26;0.94 +2558;16;4980.40;9.50;619.20;-1.54;0.94 +2558;17;5022.80;9.50;624.80;1.84;0.94 +2558;18;4978.00;9.50;630.40;4.35;0.94 2558;21;4992.68;9.50;620.00;1.57;0.94 +2559;0;4946.00;9.50;1111.00;0.00;1.28 +2559;1;4940.00;9.50;1098.00;-0.43;1.28 +2559;2;4954.00;9.50;1102.00;0.72;1.28 +2559;3;4930.00;9.50;1106.00;-1.26;1.28 +2559;4;4962.50;9.50;1114.00;1.75;1.28 +2559;5;4937.00;9.50;1118.50;4.01;1.28 +2559;6;4955.00;9.50;1123.00;2.49;1.28 +2559;7;4945.50;9.50;1127.50;3.17;1.28 +2559;9;4932.86;9.50;1111.00;1.57;1.28 +2559;10;4959.14;9.50;1111.00;-1.57;1.28 +2559;11;4936.40;9.50;1090.20;-0.43;1.28 +2559;12;4958.80;9.50;1096.60;0.72;1.28 +2559;13;4920.40;9.50;1103.00;-1.26;1.28 +2559;14;4972.40;9.50;1115.80;1.75;1.28 +2559;15;4931.60;9.50;1123.00;4.01;1.28 +2559;16;4960.40;9.50;1130.20;2.49;1.28 +2559;17;4945.20;9.50;1137.40;3.17;1.28 2559;21;4932.86;9.50;1111.00;1.57;1.28 +2560;0;5358.00;9.50;1819.00;0.00;0.64 +2560;1;5355.00;9.50;1819.50;4.54;0.64 +2560;2;5355.50;9.50;1812.00;-0.34;0.64 +2560;3;5365.50;9.50;1822.50;2.00;0.64 +2560;9;5350.44;9.50;1819.00;1.57;0.64 +2560;10;5365.56;9.70;1819.00;-1.57;0.64 +2560;11;5353.20;9.50;1819.80;4.54;0.64 +2560;12;5354.00;9.50;1807.80;-0.34;0.64 +2560;13;5370.00;9.69;1824.60;2.00;0.64 2560;21;5350.44;9.50;1819.00;1.57;0.64 +2561;0;4503.00;9.50;406.00;0.00;0.98 +2561;1;4494.00;9.50;392.50;-0.58;0.98 +2561;2;4505.50;9.50;396.50;0.25;0.98 +2561;3;4493.00;9.50;401.00;-1.10;0.98 +2561;4;4516.00;9.50;407.00;1.64;0.98 +2561;5;4497.00;9.50;414.50;3.75;0.98 +2561;6;4509.00;9.50;415.50;2.57;0.98 +2561;9;4494.18;9.50;406.00;1.57;0.98 +2561;10;4511.82;9.50;406.00;-1.57;0.98 +2561;11;4488.60;9.50;384.40;-0.58;0.98 +2561;12;4507.00;9.50;390.80;0.25;0.98 +2561;13;4487.00;9.50;398.00;-1.10;0.98 +2561;14;4523.80;9.50;407.60;1.64;0.98 +2561;15;4493.40;9.50;419.60;3.75;0.98 +2561;16;4512.60;9.50;421.20;2.57;0.98 2561;21;4494.18;9.50;406.00;1.57;0.98 +2562;0;3958.00;9.50;638.00;0.00;0.90 +2562;1;3963.00;9.50;626.50;0.41;0.90 +2562;2;3952.50;9.50;630.00;-0.60;0.90 +2562;3;3967.00;9.50;640.00;1.78;0.90 +2562;4;3946.00;9.50;639.50;4.58;0.90 +2562;5;3950.50;9.50;644.00;4.03;0.90 +2562;6;3959.50;9.50;650.00;3.01;0.90 +2562;7;3967.00;9.50;653.00;2.60;0.90 +2562;9;3949.90;9.50;638.00;1.57;0.90 +2562;10;3966.10;9.50;638.00;-1.57;0.90 +2562;11;3966.00;9.50;619.60;0.41;0.90 +2562;12;3949.20;9.50;625.20;-0.60;0.90 +2562;13;3972.40;9.50;641.20;1.78;0.90 +2562;14;3938.80;9.50;640.40;4.58;0.90 +2562;15;3946.00;9.50;647.60;4.03;0.90 +2562;16;3960.40;9.50;657.20;3.01;0.90 +2562;17;3972.40;9.50;662.00;2.60;0.90 2562;21;3949.90;9.50;638.00;1.57;0.90 +2563;0;4568.00;9.50;17.00;0.00;0.84 +2563;1;4558.50;9.50;14.50;-1.31;0.84 +2563;2;4578.50;9.50;15.50;1.42;0.84 +2563;3;4560.00;9.50;25.00;3.92;0.84 +2563;4;4570.50;9.50;26.00;2.87;0.84 +2563;9;4559.18;9.50;17.00;1.57;0.84 +2563;10;4576.82;9.50;17.00;-1.57;0.84 +2563;11;4552.80;9.50;13.00;-1.31;0.84 +2563;12;4584.80;9.50;14.60;1.42;0.84 +2563;13;4555.20;9.50;29.80;3.92;0.84 +2563;14;4572.00;9.50;31.40;2.87;0.84 2563;21;4559.18;9.50;17.00;1.57;0.84 +2564;0;3869.00;9.50;1002.00;0.00;0.88 +2564;1;3864.00;9.50;991.50;-0.44;0.88 +2564;2;3858.50;9.50;998.00;-1.20;0.88 +2564;3;3874.00;9.50;997.00;0.78;0.88 +2564;4;3878.50;9.50;1006.00;1.96;0.88 +2564;5;3866.50;9.50;1008.50;3.50;0.88 +2564;6;3886.00;9.60;1010.00;2.01;0.88 +2564;7;3879.50;9.50;1011.00;2.27;0.88 +2564;8;3886.50;9.50;1012.50;2.11;0.88 +2564;9;3858.56;9.50;1002.00;1.57;0.88 +2564;10;3879.44;9.50;1002.00;-1.57;0.88 +2564;11;3861.00;9.50;985.20;-0.44;0.88 +2564;12;3852.20;9.50;995.60;-1.20;0.88 +2564;13;3877.00;9.50;994.00;0.78;0.88 +2564;14;3884.20;9.50;1008.40;1.96;0.88 +2564;15;3865.00;9.50;1012.40;3.50;0.88 +2564;16;3896.20;9.50;1014.80;2.01;0.88 +2564;17;3885.80;9.50;1016.40;2.27;0.88 +2564;18;3897.00;9.50;1018.80;2.11;0.88 2564;21;3858.56;9.50;1002.00;1.57;0.88 +2565;0;3707.00;9.50;91.00;0.00;1.12 +2565;1;3709.00;9.50;80.00;0.18;1.12 +2565;2;3722.50;9.50;87.50;1.34;1.12 +2565;3;3693.00;9.50;87.00;-1.29;1.12 +2565;4;3689.00;9.50;93.50;4.57;1.12 +2565;5;3691.00;9.50;100.50;4.17;1.12 +2565;6;3709.50;9.50;101.00;2.89;1.12 +2565;9;3693.68;9.50;91.00;1.57;1.12 +2565;10;3720.32;9.50;91.00;-1.57;1.12 +2565;11;3710.20;9.50;73.40;0.18;1.12 +2565;12;3731.80;9.50;85.40;1.34;1.12 +2565;13;3684.60;9.50;84.60;-1.29;1.12 +2565;14;3678.20;9.50;95.00;4.57;1.12 +2565;15;3681.40;9.50;106.20;4.17;1.12 +2565;16;3711.00;9.50;107.00;2.89;1.12 2565;21;3693.68;9.50;91.00;1.57;1.12 +2566;0;2962.00;9.50;281.00;0.00;0.86 +2566;1;2955.00;9.50;271.00;-0.61;0.86 +2566;2;2965.00;9.50;271.00;0.29;0.86 +2566;3;2953.50;9.50;285.00;4.27;0.86 +2566;4;2974.50;9.50;279.00;1.41;0.86 +2566;5;2972.00;9.50;285.50;1.99;0.86 +2566;6;2961.00;9.50;292.00;3.23;0.86 +2566;9;2954.26;9.50;281.00;1.57;0.86 +2566;10;2969.74;9.50;281.00;-1.57;0.86 +2566;11;2950.80;9.50;265.00;-0.61;0.86 +2566;12;2966.80;9.50;265.00;0.29;0.86 +2566;13;2948.40;9.50;287.40;4.27;0.86 +2566;14;2982.00;9.50;277.80;1.41;0.86 +2566;15;2978.00;9.50;288.20;1.99;0.86 +2566;16;2960.40;9.50;298.60;3.23;0.86 2566;21;2954.26;9.50;281.00;1.57;0.86 +2567;0;2328.00;9.50;5.00;0.00;0.32 +2567;1;2323.00;9.50;6.00;4.51;0.32 +2567;2;2331.50;9.50;6.50;1.97;0.32 +2567;3;2324.00;9.50;10.50;3.77;0.32 +2567;9;2322.06;9.50;5.00;1.57;0.32 +2567;10;2333.94;9.50;5.00;-1.57;0.32 +2567;11;2320.00;9.50;6.60;4.51;0.32 +2567;12;2333.60;9.50;7.40;1.97;0.32 +2567;13;2321.60;9.50;13.80;3.77;0.32 2567;21;2322.06;9.50;5.00;1.57;0.32 +2568;0;2660.00;9.50;2031.00;0.00;0.66 +2568;1;2669.00;9.50;2024.00;0.91;0.66 +2568;2;2681.50;9.50;2023.50;1.23;0.66 +2568;3;2671.50;9.50;2032.00;1.65;0.66 +2568;4;2656.00;9.50;2025.00;-0.58;0.66 +2568;5;2646.00;9.50;2032.50;4.60;0.66 +2568;9;2643.62;9.50;2031.00;1.57;0.66 +2568;10;2676.38;9.50;2031.00;-1.57;0.66 +2568;11;2674.40;9.50;2019.80;0.91;0.66 +2568;12;2694.40;9.50;2019.00;1.23;0.66 +2568;13;2678.40;9.50;2032.60;1.65;0.66 +2568;14;2653.60;9.50;2021.40;-0.58;0.66 +2568;15;2637.60;9.50;2033.40;4.60;0.66 2568;21;2643.62;9.50;2031.00;1.57;0.66 +2569;0;2045.00;9.50;874.00;0.00;1.48 +2569;1;2032.50;9.60;860.50;-0.74;1.48 +2569;2;2040.50;9.70;854.50;-0.22;1.48 +2569;3;2048.00;9.70;861.50;0.23;1.48 +2569;4;2015.50;9.50;858.50;-1.08;1.48 +2569;5;2029.50;9.50;870.50;-1.34;1.48 +2569;6;2060.00;9.50;871.00;1.37;1.48 +2569;7;2060.00;9.50;882.50;2.08;1.48 +2569;8;2045.50;9.50;886.50;3.10;1.48 +2569;9;2027.18;9.55;874.00;1.57;1.48 +2569;10;2062.82;9.50;874.00;-1.57;1.48 +2569;11;2025.00;9.70;852.40;-0.74;1.48 +2569;12;2037.80;9.50;842.80;-0.22;1.48 +2569;13;2049.80;9.50;854.00;0.23;1.48 +2569;14;1997.80;9.63;849.20;-1.08;1.48 +2569;15;2020.20;9.50;868.40;-1.34;1.48 +2569;16;2069.00;9.50;869.20;1.37;1.48 +2569;17;2069.00;9.50;887.60;2.08;1.48 +2569;18;2045.80;9.50;894.00;3.10;1.48 2569;21;2027.18;9.55;874.00;1.57;1.48 +2570;0;2435.00;9.50;1727.00;0.00;1.44 +2570;1;2443.50;9.50;1710.50;0.47;1.44 +2570;2;2451.00;9.50;1718.00;1.05;1.44 +2570;3;2430.00;9.50;1718.00;-0.50;1.44 +2570;4;2419.50;9.50;1734.50;4.26;1.44 +2570;5;2444.00;9.50;1732.00;2.07;1.44 +2570;6;2426.00;9.50;1742.00;3.68;1.44 +2570;9;2421.86;9.50;1727.00;1.57;1.44 +2570;10;2448.14;9.50;1727.00;-1.57;1.44 +2570;11;2448.60;9.50;1700.60;0.47;1.44 +2570;12;2460.60;9.50;1712.60;1.05;1.44 +2570;13;2427.00;9.50;1712.60;-0.50;1.44 +2570;14;2410.20;9.50;1739.00;4.26;1.44 +2570;15;2449.40;9.50;1735.00;2.07;1.44 +2570;16;2420.60;9.50;1751.00;3.68;1.44 2570;21;2421.86;9.50;1727.00;1.57;1.44 +2571;0;1733.00;9.50;1071.00;0.00;1.36 +2571;1;1738.50;9.50;1054.00;0.31;1.36 +2571;2;1743.00;9.50;1054.00;0.53;1.36 +2571;3;1727.50;9.50;1062.00;-0.54;1.36 +2571;4;1748.50;9.50;1061.50;1.02;1.36 +2571;5;1717.00;9.70;1073.50;4.55;1.36 +2571;6;1720.50;9.50;1060.50;-0.87;1.36 +2571;7;1724.00;9.50;1070.50;-1.51;1.36 +2571;8;1747.00;9.50;1074.50;1.81;1.36 +2571;9;1720.40;9.65;1071.00;1.57;1.36 +2571;10;1745.60;9.50;1071.00;-1.57;1.36 +2571;11;1741.80;9.50;1043.80;0.31;1.36 +2571;12;1749.00;9.50;1043.80;0.53;1.36 +2571;13;1724.20;9.50;1056.60;-0.54;1.36 +2571;14;1757.80;9.50;1055.80;1.02;1.36 +2571;15;1707.40;9.50;1075.00;4.55;1.36 +2571;16;1713.00;9.50;1054.20;-0.87;1.36 +2571;17;1718.60;9.70;1070.20;-1.51;1.36 +2571;18;1755.40;9.50;1076.60;1.81;1.36 2571;21;1720.40;9.65;1071.00;1.57;1.36 +2572;0;605.00;9.50;23.00;0.00;1.04 +2572;1;588.00;9.50;24.00;4.65;1.04 +2572;2;623.50;9.50;20.50;1.43;1.04 +2572;3;612.00;9.50;32.50;2.50;1.04 +2572;4;593.00;9.50;36.00;3.88;1.04 +2572;9;591.14;9.50;23.00;1.57;1.04 +2572;10;618.86;9.50;23.00;-1.57;1.04 +2572;11;577.80;9.50;24.60;4.65;1.04 +2572;12;634.60;9.50;19.00;1.43;1.04 +2572;13;616.20;9.50;38.20;2.50;1.04 +2572;14;585.80;9.50;43.80;3.88;1.04 2572;21;591.14;9.50;23.00;1.57;1.04 +2573;0;276.00;9.50;586.00;0.00;1.34 +2573;1;276.00;9.50;573.00;0.00;1.34 +2573;2;292.50;9.50;584.50;1.48;1.34 +2573;3;258.50;9.50;589.00;4.54;1.34 +2573;4;276.50;9.50;600.00;3.10;1.34 +2573;5;263.00;9.50;602.50;3.80;1.34 +2573;9;261.60;9.50;586.00;1.57;1.34 +2573;10;290.40;9.50;586.00;-1.57;1.34 +2573;11;276.00;9.50;565.20;0.00;1.34 +2573;12;302.40;9.50;583.60;1.48;1.34 +2573;13;248.00;9.50;590.80;4.54;1.34 +2573;14;276.80;9.50;608.40;3.10;1.34 +2573;15;255.20;9.50;612.40;3.80;1.34 2573;21;261.60;9.50;586.00;1.57;1.34 +2574;0;37.00;9.50;1594.00;0.00;1.14 +2574;1;51.00;9.50;1586.00;1.05;1.14 +2574;2;36.50;9.50;1582.00;-0.04;1.14 +2574;3;21.00;9.50;1590.50;-1.35;1.14 +2574;4;54.00;9.50;1596.00;1.68;1.14 +2574;5;26.00;9.50;1604.00;3.97;1.14 +2574;6;44.50;9.50;1604.00;2.49;1.14 +2574;9;24.04;9.50;1594.00;1.57;1.14 +2574;10;49.96;9.50;1594.00;-1.57;1.14 +2574;11;59.40;9.50;1581.20;1.05;1.14 +2574;12;36.20;9.50;1574.80;-0.04;1.14 +2574;13;11.40;9.50;1588.40;-1.35;1.14 +2574;14;64.20;9.50;1597.20;1.68;1.14 +2574;15;19.40;9.50;1610.00;3.97;1.14 +2574;16;49.00;9.50;1610.00;2.49;1.14 2574;21;24.04;9.50;1594.00;1.57;1.14 +2575;0;693.00;9.50;1483.00;0.00;1.26 +2575;1;693.00;9.50;1471.00;0.00;1.26 +2575;2;708.00;9.50;1481.00;1.43;1.26 +2575;3;674.00;9.50;1477.50;-1.28;1.26 +2575;4;685.00;9.50;1492.00;3.86;1.26 +2575;5;703.50;9.50;1496.00;2.46;1.26 +2575;9;679.32;9.50;1483.00;1.57;1.26 +2575;10;706.68;9.50;1483.00;-1.57;1.26 +2575;11;693.00;9.50;1463.80;0.00;1.26 +2575;12;717.00;9.50;1479.80;1.43;1.26 +2575;13;662.60;9.50;1474.20;-1.28;1.26 +2575;14;680.20;9.50;1497.40;3.86;1.26 +2575;15;709.80;9.50;1503.80;2.46;1.26 2575;21;679.32;9.50;1483.00;1.57;1.26 +2576;0;666.00;9.50;827.00;0.00;1.56 +2576;1;648.50;9.50;812.00;-0.86;1.56 +2576;2;669.00;9.50;815.00;0.24;1.56 +2576;3;650.50;9.50;827.50;4.68;1.56 +2576;4;686.50;9.50;819.00;1.19;1.56 +2576;5;681.50;9.50;833.50;1.96;1.56 +2576;6;666.00;9.50;842.00;3.14;1.56 +2576;9;651.24;9.50;827.00;1.57;1.56 +2576;10;680.76;9.50;827.00;-1.57;1.56 +2576;11;638.00;9.50;803.00;-0.86;1.56 +2576;12;670.80;9.50;807.80;0.24;1.56 +2576;13;641.20;9.50;827.80;4.68;1.56 +2576;14;698.80;9.50;814.20;1.19;1.56 +2576;15;690.80;9.50;837.40;1.96;1.56 +2576;16;666.00;9.50;851.00;3.14;1.56 2576;21;651.24;9.50;827.00;1.57;1.56 +2577;0;1024.00;9.50;1201.00;0.00;1.12 +2577;1;1029.50;9.50;1190.00;0.46;1.12 +2577;2;1009.00;9.50;1198.50;-1.40;1.12 +2577;3;1042.50;9.50;1197.00;1.35;1.12 +2577;4;1035.50;9.50;1208.50;2.14;1.12 +2577;5;1016.50;9.50;1212.00;3.74;1.12 +2577;9;1009.24;9.50;1201.00;1.57;1.12 +2577;10;1038.76;9.50;1201.00;-1.57;1.12 +2577;11;1032.80;9.50;1183.40;0.46;1.12 +2577;12;1000.00;9.50;1197.00;-1.40;1.12 +2577;13;1053.60;9.50;1194.60;1.35;1.12 +2577;14;1042.40;9.50;1213.00;2.14;1.12 +2577;15;1012.00;9.50;1218.60;3.74;1.12 2577;21;1009.24;9.50;1201.00;1.57;1.12 +2578;0;3008.00;9.50;1958.00;0.00;1.18 +2578;1;3004.50;9.50;1946.00;-0.28;1.18 +2578;2;3019.00;9.50;1953.00;1.14;1.18 +2578;3;2996.00;9.50;1949.00;-0.92;1.18 +2578;4;2998.50;9.50;1963.00;4.22;1.18 +2578;5;3017.00;9.50;1966.50;2.32;1.18 +2578;6;3007.00;9.50;1974.00;3.20;1.18 +2578;9;2995.04;9.50;1958.00;1.57;1.18 +2578;10;3020.96;9.50;1958.00;-1.57;1.18 +2578;11;3002.40;9.50;1938.80;-0.28;1.18 +2578;12;3025.60;9.50;1950.00;1.14;1.18 +2578;13;2988.80;9.50;1943.60;-0.92;1.18 +2578;14;2992.80;9.50;1966.00;4.22;1.18 +2578;15;3022.40;9.50;1971.60;2.32;1.18 +2578;16;3006.40;9.50;1983.60;3.20;1.18 2578;21;2995.04;9.50;1958.00;1.57;1.18 +2579;0;3640.00;9.50;448.00;0.00;1.02 +2579;1;3629.00;9.50;438.50;-0.85;1.02 +2579;2;3640.00;9.50;437.50;0.00;1.02 +2579;3;3651.50;9.50;439.00;0.90;1.02 +2579;4;3650.50;9.50;450.00;1.75;1.02 +2579;5;3630.00;9.50;451.00;4.42;1.02 +2579;6;3641.00;9.50;460.00;3.05;1.02 +2579;7;3634.50;9.50;460.50;3.55;1.02 +2579;9;3630.10;9.50;448.00;1.57;1.02 +2579;10;3649.90;9.50;448.00;-1.57;1.02 +2579;11;3622.40;9.50;432.80;-0.85;1.02 +2579;12;3640.00;9.50;431.20;0.00;1.02 +2579;13;3658.40;9.50;433.60;0.90;1.02 +2579;14;3656.80;9.50;451.20;1.75;1.02 +2579;15;3624.00;9.50;452.80;4.42;1.02 +2579;16;3641.60;9.50;467.20;3.05;1.02 +2579;17;3631.20;9.50;468.00;3.55;1.02 2579;21;3630.10;9.50;448.00;1.57;1.02 +2580;0;1890.00;9.50;107.00;0.00;1.30 +2580;1;1890.50;9.50;94.00;0.03;1.30 +2580;2;1891.00;9.50;91.50;0.06;1.30 +2580;3;1876.00;9.50;103.50;-1.32;1.30 +2580;4;1904.00;9.50;99.50;1.07;1.30 +2580;5;1906.50;9.50;109.50;1.72;1.30 +2580;6;1870.50;9.50;115.50;4.30;1.30 +2580;7;1880.50;9.50;117.50;3.87;1.30 +2580;8;1899.00;9.50;119.50;2.51;1.30 +2580;9;1876.68;9.50;107.00;1.57;1.30 +2580;10;1903.32;9.50;107.00;-1.57;1.30 +2580;11;1890.80;9.50;86.20;0.03;1.30 +2580;12;1891.60;9.50;82.20;0.06;1.30 +2580;13;1867.60;9.50;101.40;-1.32;1.30 +2580;14;1912.40;9.50;95.00;1.07;1.30 +2580;15;1916.40;9.50;111.00;1.72;1.30 +2580;16;1858.80;9.50;120.60;4.30;1.30 +2580;17;1874.80;9.50;123.80;3.87;1.30 +2580;18;1904.40;9.50;127.00;2.51;1.30 2580;21;1876.68;9.50;107.00;1.57;1.30 +2581;0;226.00;9.50;1870.00;0.00;0.84 +2581;1;238.00;9.50;1859.00;0.82;0.84 +2581;2;224.00;9.50;1865.50;-0.41;0.84 +2581;3;235.00;9.50;1868.50;1.40;0.84 +2581;4;209.50;9.50;1873.50;4.50;0.84 +2581;5;219.50;9.50;1876.50;3.92;0.84 +2581;6;231.00;9.50;1879.00;2.63;0.84 +2581;9;214.84;9.50;1870.00;1.57;0.84 +2581;10;237.16;9.50;1870.00;-1.57;0.84 +2581;11;245.20;9.50;1852.40;0.82;0.84 +2581;12;222.80;9.50;1862.80;-0.41;0.84 +2581;13;240.40;9.50;1867.60;1.40;0.84 +2581;14;199.60;9.50;1875.60;4.50;0.84 +2581;15;215.60;9.50;1880.40;3.92;0.84 +2581;16;234.00;9.50;1884.40;2.63;0.84 2581;21;214.84;9.50;1870.00;1.57;0.84 +2582;0;1494.00;9.50;69.00;0.00;0.98 +2582;1;1490.00;9.50;59.00;-0.38;0.98 +2582;2;1509.00;9.50;66.00;1.37;0.98 +2582;3;1474.00;9.50;61.00;-1.19;0.98 +2582;4;1477.00;9.50;70.00;4.65;0.98 +2582;5;1510.00;9.50;78.50;2.10;0.98 +2582;6;1494.00;9.50;80.00;3.14;0.98 +2582;9;1480.14;9.50;69.00;1.57;0.98 +2582;10;1507.86;9.50;69.00;-1.57;0.98 +2582;11;1487.60;9.50;53.00;-0.38;0.98 +2582;12;1518.00;9.50;64.20;1.37;0.98 +2582;13;1462.00;9.50;56.20;-1.19;0.98 +2582;14;1466.80;9.50;70.60;4.65;0.98 +2582;15;1519.60;9.50;84.20;2.10;0.98 +2582;16;1494.00;9.50;86.60;3.14;0.98 2582;21;1480.14;9.50;69.00;1.57;0.98 +2583;0;4984.00;9.50;1403.00;0.00;1.44 +2583;1;4986.00;9.50;1385.50;0.11;1.44 +2583;2;4974.50;9.50;1390.00;-0.63;1.44 +2583;3;4990.00;9.50;1391.00;0.46;1.44 +2583;4;4997.00;9.50;1393.00;0.91;1.44 +2583;5;4999.00;9.50;1399.50;1.34;1.44 +2583;6;4965.50;9.50;1401.00;-1.46;1.44 +2583;7;5001.00;9.50;1411.00;2.01;1.44 +2583;8;4978.00;9.50;1414.50;3.62;1.44 +2583;9;4969.24;9.50;1403.00;1.57;1.44 +2583;10;4998.76;9.50;1403.00;-1.57;1.44 +2583;11;4987.20;9.50;1375.00;0.11;1.44 +2583;12;4968.80;9.50;1382.20;-0.63;1.44 +2583;13;4993.60;9.50;1383.80;0.46;1.44 +2583;14;5004.80;9.50;1387.00;0.91;1.44 +2583;15;5008.00;9.50;1397.40;1.34;1.44 +2583;16;4954.40;9.50;1399.80;-1.46;1.44 +2583;17;5011.20;9.50;1415.80;2.01;1.44 +2583;18;4974.40;9.50;1421.40;3.62;1.44 2583;21;4969.24;9.50;1403.00;1.57;1.44 +2584;0;3477.00;9.50;33.00;0.00;1.20 +2584;1;3471.00;9.50;22.00;-0.49;1.20 +2584;2;3488.50;9.50;23.50;0.88;1.20 +2584;3;3465.50;9.50;37.00;4.37;1.20 +2584;4;3484.00;9.50;41.00;2.42;1.20 +2584;5;3472.00;9.50;48.00;3.46;1.20 +2584;6;3482.50;9.50;51.00;2.84;1.20 +2584;9;3466.20;9.50;33.00;1.57;1.20 +2584;10;3487.80;9.50;33.00;-1.57;1.20 +2584;11;3467.40;9.50;15.40;-0.49;1.20 +2584;12;3495.40;9.50;17.80;0.88;1.20 +2584;13;3458.60;9.50;39.40;4.37;1.20 +2584;14;3488.20;9.50;45.80;2.42;1.20 +2584;15;3469.00;9.50;57.00;3.46;1.20 +2584;16;3485.80;9.50;61.80;2.84;1.20 2584;21;3466.20;9.50;33.00;1.57;1.20 +2585;0;4943.00;9.50;640.00;0.00;1.08 +2585;1;4933.00;9.50;646.50;4.13;1.08 +2585;2;4938.00;9.50;625.50;-0.33;1.08 +2585;3;4943.50;9.50;629.50;0.04;1.08 +2585;4;4937.00;9.50;631.00;-0.58;1.08 +2585;5;4953.00;9.50;632.00;0.89;1.08 +2585;6;4957.00;9.50;636.50;1.32;1.08 +2585;7;4953.50;9.50;645.00;2.01;1.08 +2585;8;4942.00;9.50;651.00;3.23;1.08 +2585;9;4933.28;9.50;640.00;1.57;1.08 +2585;10;4952.72;9.50;640.00;-1.57;1.08 +2585;11;4927.00;9.50;650.40;4.13;1.08 +2585;12;4935.00;9.50;616.80;-0.33;1.08 +2585;13;4943.80;9.50;623.20;0.04;1.08 +2585;14;4933.40;9.50;625.60;-0.58;1.08 +2585;15;4959.00;9.50;627.20;0.89;1.08 +2585;16;4965.40;9.50;634.40;1.32;1.08 +2585;17;4959.80;9.50;648.00;2.01;1.08 +2585;18;4941.40;9.50;657.60;3.23;1.08 2585;21;4933.28;9.50;640.00;1.57;1.08 +2586;0;4974.00;9.50;1158.00;0.00;1.06 +2586;1;4969.00;9.50;1146.50;-0.41;1.06 +2586;2;4982.50;9.50;1155.00;1.23;1.06 +2586;3;4966.50;9.50;1162.50;4.17;1.06 +2586;4;4979.50;9.50;1170.00;2.71;1.06 +2586;9;4964.46;9.50;1158.00;1.57;1.06 +2586;10;4983.54;9.50;1158.00;-1.57;1.06 +2586;11;4966.00;9.50;1139.60;-0.41;1.06 +2586;12;4987.60;9.50;1153.20;1.23;1.06 +2586;13;4962.00;9.50;1165.20;4.17;1.06 +2586;14;4982.80;9.50;1177.20;2.71;1.06 2586;21;4964.46;9.50;1158.00;1.57;1.06 +2587;0;4461.00;9.50;416.00;0.00;0.94 +2587;1;4462.50;9.50;401.00;0.10;0.94 +2587;2;4472.00;9.50;406.00;0.83;0.94 +2587;3;4452.00;9.50;405.50;-0.70;0.94 +2587;4;4451.50;9.50;420.00;4.31;0.94 +2587;5;4468.50;9.50;422.00;2.24;0.94 +2587;6;4457.00;9.50;431.50;3.39;0.94 +2587;9;4452.54;9.50;416.00;1.57;0.94 +2587;10;4469.46;9.50;416.00;-1.57;0.94 +2587;11;4463.40;9.50;392.00;0.10;0.94 +2587;12;4478.60;9.50;400.00;0.83;0.94 +2587;13;4446.60;9.50;399.20;-0.70;0.94 +2587;14;4445.80;9.50;422.40;4.31;0.94 +2587;15;4473.00;9.50;425.60;2.24;0.94 +2587;16;4454.60;9.50;440.80;3.39;0.94 2587;21;4452.54;9.50;416.00;1.57;0.94 +2588;0;3993.00;9.50;637.00;0.00;0.92 +2588;1;3996.00;9.50;628.00;0.32;0.92 +2588;2;3984.50;9.50;639.50;4.42;0.92 +2588;3;4007.00;9.50;629.50;1.07;0.92 +2588;4;4002.00;9.50;637.00;1.57;0.92 +2588;5;3991.00;9.50;648.50;3.31;0.92 +2588;9;3984.72;9.50;637.00;1.57;0.92 +2588;10;4001.28;9.50;637.00;-1.57;0.92 +2588;11;3997.80;9.50;622.60;0.32;0.92 +2588;12;3979.40;9.50;641.00;4.42;0.92 +2588;13;4015.40;9.50;625.00;1.07;0.92 +2588;14;4007.40;9.50;637.00;1.57;0.92 +2588;15;3989.80;9.50;655.40;3.31;0.92 2588;21;3984.72;9.50;637.00;1.57;0.92 +2589;0;4613.00;9.50;27.00;0.00;1.02 +2589;1;4601.00;9.50;20.50;-1.07;1.02 +2589;2;4618.50;9.50;19.00;0.60;1.02 +2589;3;4624.50;9.50;32.00;1.98;1.02 +2589;4;4606.50;9.50;34.50;3.85;1.02 +2589;5;4619.50;9.50;41.00;2.70;1.02 +2589;9;4603.82;9.50;27.00;1.57;1.02 +2589;10;4622.18;9.50;27.00;-1.57;1.02 +2589;11;4593.80;9.50;16.60;-1.07;1.02 +2589;12;4621.80;9.50;14.20;0.60;1.02 +2589;13;4631.40;9.50;35.00;1.98;1.02 +2589;14;4602.60;9.50;39.00;3.85;1.02 +2589;15;4623.40;9.50;49.40;2.70;1.02 2589;21;4603.82;9.50;27.00;1.57;1.02 +2590;0;3848.00;9.50;1031.00;0.00;1.10 +2590;1;3842.50;9.50;1023.50;-0.63;1.10 +2590;2;3856.00;9.50;1023.00;0.78;1.10 +2590;3;3862.50;9.50;1028.00;1.36;1.10 +2590;4;3840.00;9.50;1037.00;4.06;1.10 +2590;5;3860.50;9.50;1031.50;1.61;1.10 +2590;6;3857.00;9.50;1033.00;1.78;1.10 +2590;7;3850.50;9.50;1039.00;2.83;1.10 +2590;8;3847.00;9.50;1045.50;3.21;1.10 +2590;9;3838.10;9.50;1031.00;1.57;1.10 +2590;10;3857.90;9.50;1031.00;-1.57;1.10 +2590;11;3839.20;9.50;1019.00;-0.63;1.10 +2590;12;3860.80;9.50;1018.20;0.78;1.10 +2590;13;3871.20;9.50;1026.20;1.36;1.10 +2590;14;3835.20;9.50;1040.60;4.06;1.10 +2590;15;3868.00;9.50;1031.80;1.61;1.10 +2590;16;3862.40;9.50;1034.20;1.78;1.10 +2590;17;3852.00;9.50;1043.80;2.83;1.10 +2590;18;3846.40;9.50;1054.20;3.21;1.10 2590;21;3838.10;9.50;1031.00;1.57;1.10 +2591;0;3709.00;9.50;47.00;0.00;1.00 +2591;1;3695.00;9.50;36.00;-0.90;1.00 +2591;2;3708.00;9.50;36.50;-0.09;1.00 +2591;3;3724.00;9.50;42.00;1.24;1.00 +2591;4;3695.00;9.50;48.50;4.60;1.00 +2591;5;3725.50;9.50;52.00;1.86;1.00 +2591;6;3710.00;9.50;58.00;3.05;1.00 +2591;9;3697.30;9.50;47.00;1.57;1.00 +2591;10;3720.70;9.50;47.00;-1.57;1.00 +2591;11;3686.60;9.50;29.40;-0.90;1.00 +2591;12;3707.40;9.50;30.20;-0.09;1.00 +2591;13;3733.00;9.50;39.00;1.24;1.00 +2591;14;3686.60;9.50;49.40;4.60;1.00 +2591;15;3735.40;9.50;55.00;1.86;1.00 +2591;16;3710.60;9.50;64.60;3.05;1.00 2591;21;3697.30;9.50;47.00;1.57;1.00 +2592;0;2938.00;9.50;240.00;0.00;1.06 +2592;1;2933.00;9.50;232.00;-0.55;1.06 +2592;2;2946.50;9.50;229.50;0.68;1.06 +2592;3;2948.50;9.50;238.00;1.38;1.06 +2592;4;2928.00;9.50;244.50;4.29;1.06 +2592;5;2943.00;9.50;250.50;2.69;1.06 +2592;6;2936.00;9.50;253.00;3.29;1.06 +2592;9;2928.46;9.50;240.00;1.57;1.06 +2592;10;2947.54;9.50;240.00;-1.57;1.06 +2592;11;2930.00;9.50;227.20;-0.55;1.06 +2592;12;2951.60;9.50;223.20;0.68;1.06 +2592;13;2954.80;9.50;236.80;1.38;1.06 +2592;14;2922.00;9.50;247.20;4.29;1.06 +2592;15;2946.00;9.50;256.80;2.69;1.06 +2592;16;2934.80;9.50;260.80;3.29;1.06 2592;21;2928.46;9.50;240.00;1.57;1.06 +2593;0;2290.00;9.50;8.00;0.00;0.42 +2593;1;2277.50;9.50;8.50;4.67;0.42 +2593;2;2304.00;9.50;7.50;1.53;0.42 +2593;3;2292.50;9.50;13.00;2.67;0.42 +2593;9;2279.56;9.50;8.00;1.57;0.42 +2593;10;2300.44;9.50;8.00;-1.57;0.42 +2593;11;2270.00;9.50;8.80;4.67;0.42 +2593;12;2312.40;9.50;7.20;1.53;0.42 +2593;13;2294.00;9.50;16.00;2.67;0.42 2593;21;2279.56;9.50;8.00;1.57;0.42 +2594;0;2118.00;9.50;415.00;0.00;0.94 +2594;1;2122.50;9.50;405.50;0.44;0.94 +2594;2;2110.50;9.50;406.00;-0.69;0.94 +2594;3;2129.00;9.50;416.00;1.66;0.94 +2594;4;2105.50;9.50;410.50;-1.22;0.94 +2594;5;2106.50;9.50;415.00;4.71;0.94 +2594;6;2112.50;9.50;422.50;3.77;0.94 +2594;7;2123.50;9.50;424.50;2.61;0.94 +2594;9;2109.00;9.50;415.00;1.57;0.94 +2594;10;2127.00;9.50;415.00;-1.57;0.94 +2594;11;2125.20;9.50;399.80;0.44;0.94 +2594;12;2106.00;9.50;400.60;-0.69;0.94 +2594;13;2135.60;9.50;416.60;1.66;0.94 +2594;14;2098.00;9.50;407.80;-1.22;0.94 +2594;15;2099.60;9.50;415.00;4.71;0.94 +2594;16;2109.20;9.50;427.00;3.77;0.94 +2594;17;2126.80;9.50;430.20;2.61;0.94 2594;21;2109.00;9.50;415.00;1.57;0.94 +2595;0;2054.00;9.50;941.00;0.00;1.10 +2595;1;2046.50;9.50;937.00;-1.08;1.10 +2595;2;2064.00;9.50;930.00;0.73;1.10 +2595;3;2064.50;9.50;941.50;1.61;1.10 +2595;4;2041.50;9.50;950.50;4.06;1.10 +2595;5;2050.50;9.50;952.00;3.45;1.10 +2595;9;2041.58;9.50;941.00;1.57;1.10 +2595;10;2066.42;9.50;941.00;-1.57;1.10 +2595;11;2042.00;9.50;934.60;-1.08;1.10 +2595;12;2070.00;9.50;923.40;0.73;1.10 +2595;13;2070.80;9.50;941.80;1.61;1.10 +2595;14;2034.00;9.50;956.20;4.06;1.10 +2595;15;2048.40;9.50;958.60;3.45;1.10 2595;21;2041.58;9.50;941.00;1.57;1.10 +2596;0;2409.00;9.50;1785.00;0.00;1.38 +2596;1;2413.00;9.50;1771.00;0.27;1.38 +2596;2;2423.50;9.50;1772.50;0.85;1.38 +2596;3;2400.50;9.50;1776.00;-0.75;1.38 +2596;4;2394.00;9.50;1786.50;4.61;1.38 +2596;5;2420.00;9.50;1790.00;1.99;1.38 +2596;6;2402.00;9.50;1798.50;3.62;1.38 +2596;7;2413.00;9.50;1801.50;2.90;1.38 +2596;9;2396.22;9.50;1785.00;1.57;1.38 +2596;10;2421.78;9.50;1785.00;-1.57;1.38 +2596;11;2415.40;9.50;1762.60;0.27;1.38 +2596;12;2432.20;9.50;1765.00;0.85;1.38 +2596;13;2395.40;9.50;1770.60;-0.75;1.38 +2596;14;2385.00;9.50;1787.40;4.61;1.38 +2596;15;2426.60;9.50;1793.00;1.99;1.38 +2596;16;2397.80;9.50;1806.60;3.62;1.38 +2596;17;2415.40;9.50;1811.40;2.90;1.38 2596;21;2396.22;9.50;1785.00;1.57;1.38 +2597;0;1836.00;9.50;1048.00;0.00;1.02 +2597;1;1839.50;9.50;1036.50;0.29;1.02 +2597;2;1847.50;9.50;1038.00;0.85;1.02 +2597;3;1833.00;9.50;1037.50;-0.27;1.02 +2597;4;1841.50;9.50;1041.00;0.66;1.02 +2597;5;1828.00;9.50;1042.50;-0.96;1.02 +2597;6;1817.50;9.50;1040.50;-1.18;1.02 +2597;7;1817.50;9.50;1047.50;-1.54;1.02 +2597;8;1846.50;9.50;1049.00;1.66;1.02 +2597;9;1821.96;9.50;1048.00;1.57;1.02 +2597;10;1850.04;9.50;1048.00;-1.57;1.02 +2597;11;1841.60;9.50;1029.60;0.29;1.02 +2597;12;1854.40;9.50;1032.00;0.85;1.02 +2597;13;1831.20;9.50;1031.20;-0.27;1.02 +2597;14;1844.80;9.50;1036.80;0.66;1.02 +2597;15;1823.20;9.63;1039.20;-0.96;1.02 +2597;16;1806.40;9.50;1036.00;-1.18;1.02 +2597;17;1806.40;9.50;1047.20;-1.54;1.02 +2597;18;1852.80;9.50;1049.60;1.66;1.02 2597;21;1821.96;9.50;1048.00;1.57;1.02 +2598;0;643.00;9.50;62.00;0.00;1.30 +2598;1;652.00;9.50;51.50;0.70;1.30 +2598;2;631.00;9.50;52.00;-0.87;1.30 +2598;3;624.50;9.50;60.50;-1.49;1.30 +2598;4;658.00;9.50;64.50;1.73;1.30 +2598;5;639.00;9.50;73.50;3.47;1.30 +2598;6;650.50;9.50;78.00;2.70;1.30 +2598;9;627.88;9.50;62.00;1.57;1.30 +2598;10;658.12;9.50;62.00;-1.57;1.30 +2598;11;657.40;9.50;45.20;0.70;1.30 +2598;12;623.80;9.50;46.00;-0.87;1.30 +2598;13;613.40;9.50;59.60;-1.49;1.30 +2598;14;667.00;9.50;66.00;1.73;1.30 +2598;15;636.60;9.50;80.40;3.47;1.30 +2598;16;655.00;9.50;87.60;2.70;1.30 2598;21;627.88;9.50;62.00;1.57;1.30 +2599;0;296.00;9.50;636.00;0.00;1.34 +2599;1;306.50;9.50;623.50;0.69;1.34 +2599;2;286.50;9.50;625.00;-0.71;1.34 +2599;3;312.50;9.50;632.50;1.36;1.34 +2599;4;281.50;9.50;639.00;4.50;1.34 +2599;5;302.50;9.50;649.00;2.67;1.34 +2599;6;291.50;9.50;652.50;3.40;1.34 +2599;9;281.78;9.50;636.00;1.57;1.34 +2599;10;310.22;9.50;636.00;-1.57;1.34 +2599;11;312.80;9.50;616.00;0.69;1.34 +2599;12;280.80;9.50;618.40;-0.71;1.34 +2599;13;322.40;9.50;630.40;1.36;1.34 +2599;14;272.80;9.50;640.80;4.50;1.34 +2599;15;306.40;9.50;656.80;2.67;1.34 +2599;16;288.80;9.50;662.40;3.40;1.34 2599;21;281.78;9.50;636.00;1.57;1.34 +2600;0;113.00;9.50;1525.00;0.00;0.86 +2600;1;115.50;9.50;1515.00;0.24;0.86 +2600;2;130.50;9.50;1513.50;0.98;0.86 +2600;3;129.00;9.50;1523.50;1.47;0.86 +2600;4;100.00;9.50;1518.00;-1.07;0.86 +2600;5;95.50;9.50;1526.00;4.65;0.86 +2600;6;110.00;9.50;1533.50;3.48;0.86 +2600;9;99.50;9.50;1525.00;1.57;0.86 +2600;10;126.50;9.50;1525.00;-1.57;0.86 +2600;11;117.00;9.50;1509.00;0.24;0.86 +2600;12;141.00;9.50;1506.60;0.98;0.86 +2600;13;138.60;9.50;1522.60;1.47;0.86 +2600;14;92.20;9.50;1513.80;-1.07;0.86 +2600;15;85.00;9.50;1526.60;4.65;0.86 +2600;16;108.20;9.50;1538.60;3.48;0.86 2600;21;99.50;9.50;1525.00;1.57;0.86 +2601;0;732.00;9.50;1536.00;0.00;1.18 +2601;1;723.00;9.50;1522.50;-0.58;1.18 +2601;2;728.00;9.50;1519.50;-0.23;1.18 +2601;3;741.50;9.50;1526.00;0.76;1.18 +2601;4;715.50;9.50;1536.50;4.68;1.18 +2601;5;749.00;9.50;1540.00;1.80;1.18 +2601;6;712.50;9.50;1547.00;4.19;1.18 +2601;7;727.50;9.50;1548.00;3.50;1.18 +2601;9;716.52;9.50;1536.00;1.57;1.18 +2601;10;747.48;9.50;1536.00;-1.57;1.18 +2601;11;717.60;9.50;1514.40;-0.58;1.18 +2601;12;725.60;9.50;1509.60;-0.23;1.18 +2601;13;747.20;9.50;1520.00;0.76;1.18 +2601;14;705.60;9.50;1536.80;4.68;1.18 +2601;15;759.20;9.50;1542.40;1.80;1.18 +2601;16;700.80;9.50;1553.60;4.19;1.18 +2601;17;724.80;9.50;1555.20;3.50;1.18 2601;21;716.52;9.50;1536.00;1.57;1.18 +2602;0;606.00;9.50;832.00;0.00;0.90 +2602;1;603.00;9.50;821.50;-0.27;0.90 +2602;2;620.50;9.50;830.00;1.43;0.90 +2602;3;590.00;9.50;825.00;-1.15;0.90 +2602;4;590.00;9.50;833.50;4.61;0.90 +2602;5;607.50;9.50;841.50;2.98;0.90 +2602;6;625.00;9.50;841.50;2.03;0.90 +2602;9;593.22;9.50;832.00;1.57;0.90 +2602;10;618.78;9.50;832.00;-1.57;0.90 +2602;11;601.20;9.50;815.20;-0.27;0.90 +2602;12;629.20;9.50;828.80;1.43;0.90 +2602;13;580.40;9.50;820.80;-1.15;0.90 +2602;14;580.40;9.50;834.40;4.61;0.90 +2602;15;608.40;9.50;847.20;2.98;0.90 +2602;16;636.40;9.50;847.20;2.03;0.90 2602;21;593.22;9.50;832.00;1.57;0.90 +2603;0;996.00;9.50;1245.00;0.00;1.22 +2603;1;989.50;9.50;1231.50;-0.44;1.22 +2603;2;1002.50;9.50;1234.00;0.53;1.22 +2603;3;984.00;9.50;1240.50;-1.21;1.22 +2603;4;1012.00;9.50;1242.50;1.41;1.22 +2603;5;1002.50;9.50;1254.00;2.51;1.22 +2603;6;988.50;9.50;1255.50;3.76;1.22 +2603;9;983.04;9.50;1245.00;1.57;1.22 +2603;10;1008.96;9.50;1245.00;-1.57;1.22 +2603;11;985.60;9.50;1223.40;-0.44;1.22 +2603;12;1006.40;9.50;1227.40;0.53;1.22 +2603;13;976.80;9.50;1237.80;-1.21;1.22 +2603;14;1021.60;9.50;1241.00;1.41;1.22 +2603;15;1006.40;9.50;1259.40;2.51;1.22 +2603;16;984.00;9.50;1261.80;3.76;1.22 2603;21;983.04;9.50;1245.00;1.57;1.22 +2604;0;3131.00;9.50;2039.00;0.00;0.46 +2604;1;3114.00;9.50;2036.50;-1.42;0.46 +2604;2;3148.00;9.50;2037.50;1.48;0.46 +2604;3;3164.50;9.50;2042.00;1.66;0.46 +2604;9;3106.52;9.50;2039.00;1.57;0.46 +2604;10;3155.48;9.50;2039.00;-1.57;0.46 +2604;11;3103.80;9.50;2035.00;-1.42;0.46 +2604;12;3158.20;9.50;2036.60;1.48;0.46 +2604;13;3184.60;9.50;2043.80;1.66;0.46 2604;21;3106.52;9.50;2039.00;1.57;0.46 +2605;0;3505.00;9.50;468.00;0.00;1.18 +2605;1;3504.00;9.50;454.00;-0.07;1.18 +2605;2;3517.50;9.50;465.00;1.33;1.18 +2605;3;3507.50;9.50;456.00;0.20;1.18 +2605;4;3490.50;9.50;469.50;4.60;1.18 +2605;5;3517.00;9.50;483.00;2.46;1.18 +2605;6;3507.00;9.50;482.50;3.00;1.18 +2605;9;3494.38;9.50;468.00;1.57;1.18 +2605;10;3515.62;9.50;468.00;-1.57;1.18 +2605;11;3503.40;9.50;445.60;-0.07;1.18 +2605;12;3525.00;9.50;463.20;1.33;1.18 +2605;13;3509.00;9.50;448.80;0.20;1.18 +2605;14;3481.80;9.50;470.40;4.60;1.18 +2605;15;3524.20;9.50;492.00;2.46;1.18 +2605;16;3508.20;9.50;491.20;3.00;1.18 2605;21;3494.38;9.50;468.00;1.57;1.18 +2606;0;1932.00;9.50;162.00;0.00;1.58 +2606;1;1920.00;9.50;147.00;-0.67;1.58 +2606;2;1933.00;9.50;146.00;0.06;1.58 +2606;3;1919.00;9.50;161.50;-1.53;1.58 +2606;4;1944.50;9.50;165.00;1.80;1.58 +2606;5;1935.00;9.50;177.00;2.94;1.58 +2606;6;1946.00;9.50;181.50;2.51;1.58 +2606;7;1951.50;9.50;182.50;2.38;1.58 +2606;9;1917.78;9.50;162.00;1.57;1.58 +2606;10;1946.22;9.50;162.00;-1.57;1.58 +2606;11;1912.80;9.50;138.00;-0.67;1.58 +2606;12;1933.60;9.50;136.40;0.06;1.58 +2606;13;1911.20;9.50;161.20;-1.53;1.58 +2606;14;1952.00;9.50;166.80;1.80;1.58 +2606;15;1936.80;9.50;186.00;2.94;1.58 +2606;16;1954.40;9.50;193.20;2.51;1.58 +2606;17;1963.20;9.50;194.80;2.38;1.58 2606;21;1917.78;9.50;162.00;1.57;1.58 +2607;0;30.00;9.50;1927.00;0.00;1.06 +2607;1;38.00;9.50;1915.50;0.60;1.06 +2607;2;44.00;9.50;1927.50;1.60;1.06 +2607;3;22.00;9.50;1916.00;-0.62;1.06 +2607;4;15.00;9.50;1928.00;4.64;1.06 +2607;5;27.50;9.50;1939.50;3.33;1.06 +2607;6;2830.50;9.50;1939.00;1.57;1.06 +2607;7;40.50;9.50;1940.50;2.48;1.06 +2607;9;18.30;9.50;1927.00;1.57;1.06 +2607;10;41.70;9.50;1927.00;-1.57;1.06 +2607;11;42.80;9.50;1908.60;0.60;1.06 +2607;12;52.40;9.50;1927.80;1.60;1.06 +2607;13;17.20;9.50;1909.40;-0.62;1.06 +2607;14;6.00;9.50;1928.60;4.64;1.06 +2607;15;26.00;9.50;1947.00;3.33;1.06 +2607;16;4510.80;10.44;1946.20;1.57;1.06 +2607;17;46.80;9.50;1948.60;2.48;1.06 2607;21;18.30;9.50;1927.00;1.57;1.06 +2608;0;1434.00;9.50;227.00;0.00;1.30 +2608;1;1435.50;9.50;214.00;0.11;1.30 +2608;2;1451.50;9.50;213.50;0.91;1.30 +2608;3;1445.00;9.50;229.00;1.75;1.30 +2608;4;1420.50;9.50;230.00;4.49;1.30 +2608;5;1436.50;9.50;242.50;2.98;1.30 +2608;6;1427.00;9.50;243.00;3.55;1.30 +2608;9;1422.30;9.50;227.00;1.57;1.30 +2608;10;1445.70;9.50;227.00;-1.57;1.30 +2608;11;1436.40;9.50;206.20;0.11;1.30 +2608;12;1462.00;9.50;205.40;0.91;1.30 +2608;13;1451.60;9.50;230.20;1.75;1.30 +2608;14;1412.40;9.50;231.80;4.49;1.30 +2608;15;1438.00;9.50;251.80;2.98;1.30 +2608;16;1422.80;9.50;252.60;3.55;1.30 2608;21;1422.30;9.50;227.00;1.57;1.30 +2609;0;4826.00;9.50;1311.00;0.00;1.28 +2609;1;4823.00;9.50;1294.50;-0.18;1.28 +2609;2;4828.50;9.50;1294.50;0.15;1.28 +2609;3;4834.00;9.50;1308.50;1.26;1.28 +2609;4;4821.00;9.50;1298.00;-0.36;1.28 +2609;5;4818.50;9.50;1301.00;-0.64;1.28 +2609;6;4817.00;9.50;1304.50;-0.94;1.28 +2609;7;4811.50;9.50;1309.00;-1.43;1.28 +2609;8;4811.00;9.50;1313.00;4.58;1.28 +2609;9;4813.22;9.50;1311.00;1.57;1.28 +2609;10;4838.78;9.50;1311.00;-1.57;1.28 +2609;11;4821.20;9.50;1284.60;-0.18;1.28 +2609;12;4830.00;9.50;1284.60;0.15;1.28 +2609;13;4838.80;9.50;1307.00;1.26;1.28 +2609;14;4818.00;9.50;1290.20;-0.36;1.28 +2609;15;4814.00;9.50;1295.00;-0.64;1.28 +2609;16;4811.60;9.50;1300.60;-0.94;1.28 +2609;17;4802.80;9.50;1307.80;-1.43;1.28 +2609;18;4802.00;9.50;1314.20;4.58;1.28 2609;21;4813.22;9.50;1311.00;1.57;1.28 +2610;0;3538.00;9.50;10.00;0.00;0.60 +2610;1;3519.00;9.50;12.00;4.60;0.60 +2610;2;3561.50;9.50;8.50;1.50;0.60 +2610;3;3545.50;9.50;14.00;2.06;0.60 +2610;4;3525.00;9.50;17.50;4.18;0.60 +2610;9;3520.90;9.50;10.00;1.57;0.60 +2610;10;3555.10;9.50;10.00;-1.57;0.60 +2610;11;3507.60;9.50;13.20;4.60;0.60 +2610;12;3575.60;9.50;7.60;1.50;0.60 +2610;13;3550.00;9.50;16.40;2.06;0.60 +2610;14;3517.20;9.50;22.00;4.18;0.60 2610;21;3520.90;9.50;10.00;1.57;0.60 +2611;0;4992.00;9.50;656.00;0.00;1.06 +2611;1;4991.50;9.50;645.00;-0.04;1.06 +2611;2;5005.50;9.50;652.50;1.31;1.06 +2611;3;4978.00;9.50;653.00;-1.36;1.06 +2611;4;4980.00;9.50;663.50;4.15;1.06 +2611;5;4997.00;9.50;665.00;2.63;1.06 +2611;9;4979.94;9.50;656.00;1.57;1.06 +2611;10;5004.06;9.50;656.00;-1.57;1.06 +2611;11;4991.20;9.50;638.40;-0.04;1.06 +2611;12;5013.60;9.50;650.40;1.31;1.06 +2611;13;4969.60;9.50;651.20;-1.36;1.06 +2611;14;4972.80;9.50;668.00;4.15;1.06 +2611;15;5000.00;9.50;670.40;2.63;1.06 2611;21;4979.94;9.50;656.00;1.57;1.06 +2612;0;4942.00;9.50;1182.00;0.00;1.16 +2612;1;4936.50;9.50;1172.50;-0.52;1.16 +2612;2;4943.50;9.50;1163.00;0.07;1.16 +2612;3;4950.50;9.50;1174.50;0.84;1.16 +2612;4;4931.50;9.50;1186.00;4.34;1.16 +2612;5;4946.50;9.50;1191.50;2.69;1.16 +2612;6;4934.50;9.50;1194.00;3.70;1.16 +2612;7;4936.50;9.50;1197.00;3.49;1.16 +2612;9;4931.56;9.50;1182.00;1.57;1.16 +2612;10;4952.44;9.50;1182.00;-1.57;1.16 +2612;11;4933.20;9.50;1166.80;-0.52;1.16 +2612;12;4944.40;9.50;1151.60;0.07;1.16 +2612;13;4955.60;9.50;1170.00;0.84;1.16 +2612;14;4925.20;9.50;1188.40;4.34;1.16 +2612;15;4949.20;9.50;1197.20;2.69;1.16 +2612;16;4930.00;9.50;1201.20;3.70;1.16 +2612;17;4933.20;9.50;1206.00;3.49;1.16 2612;21;4931.56;9.50;1182.00;1.57;1.16 +2613;0;5467.00;9.50;1778.00;0.00;1.44 +2613;1;5464.50;9.50;1765.00;-0.19;1.44 +2613;2;5475.00;9.50;1765.00;0.55;1.44 +2613;3;5452.50;9.50;1778.00;4.71;1.44 +2613;4;5482.00;9.50;1774.00;1.31;1.44 +2613;5;5478.00;9.50;1786.50;2.22;1.44 +2613;6;5457.00;9.50;1787.50;3.95;1.44 +2613;7;5468.00;9.50;1792.50;3.07;1.44 +2613;9;5452.78;9.50;1778.00;1.57;1.44 +2613;10;5481.22;9.50;1778.00;-1.57;1.44 +2613;11;5463.00;9.50;1757.20;-0.19;1.44 +2613;12;5479.80;9.50;1757.20;0.55;1.44 +2613;13;5443.80;9.50;1778.00;4.71;1.44 +2613;14;5491.00;9.50;1771.60;1.31;1.44 +2613;15;5484.60;9.50;1791.60;2.22;1.44 +2613;16;5451.00;9.50;1793.20;3.95;1.44 +2613;17;5468.60;9.50;1801.20;3.07;1.44 2613;21;5452.78;9.50;1778.00;1.57;1.44 +2614;0;4488.00;9.50;453.00;0.00;1.06 +2614;1;4482.00;9.50;440.50;-0.44;1.06 +2614;2;4489.50;9.50;438.00;0.10;1.06 +2614;3;4497.50;9.50;455.00;1.77;1.06 +2614;4;4476.50;9.50;453.50;4.66;1.06 +2614;5;4485.50;9.50;462.50;3.39;1.06 +2614;6;4500.50;9.50;468.00;2.44;1.06 +2614;7;4497.50;9.50;469.00;2.60;1.06 +2614;9;4478.46;9.50;453.00;1.57;1.06 +2614;10;4497.54;9.50;453.00;-1.57;1.06 +2614;11;4478.40;9.50;433.00;-0.44;1.06 +2614;12;4490.40;9.50;429.00;0.10;1.06 +2614;13;4503.20;9.50;456.20;1.77;1.06 +2614;14;4469.60;9.50;453.80;4.66;1.06 +2614;15;4484.00;9.50;468.20;3.39;1.06 +2614;16;4508.00;9.50;477.00;2.44;1.06 +2614;17;4503.20;9.50;478.60;2.60;1.06 2614;21;4478.46;9.50;453.00;1.57;1.06 +2615;0;3985.00;9.50;599.00;0.00;0.96 +2615;1;3981.50;9.50;587.50;-0.29;0.96 +2615;2;3995.50;9.50;598.00;1.47;0.96 +2615;3;3975.50;9.50;589.00;-0.76;0.96 +2615;4;3973.50;9.50;598.00;-1.48;0.96 +2615;5;3976.50;9.50;607.00;3.95;0.96 +2615;6;3992.00;9.50;609.00;2.53;0.96 +2615;9;3973.84;9.50;599.00;1.57;0.96 +2615;10;3996.16;9.50;599.00;-1.57;0.96 +2615;11;3979.40;9.50;580.60;-0.29;0.96 +2615;12;4001.80;9.50;597.40;1.47;0.96 +2615;13;3969.80;9.50;583.00;-0.76;0.96 +2615;14;3966.60;9.50;597.40;-1.48;0.96 +2615;15;3971.40;9.50;611.80;3.95;0.96 +2615;16;3996.20;9.50;615.00;2.53;0.96 2615;21;3973.84;9.50;599.00;1.57;0.96 +2616;0;4646.00;9.50;10.00;0.00;0.50 +2616;1;4635.00;9.50;10.50;4.66;0.50 +2616;2;4656.00;9.50;11.00;1.67;0.50 +2616;3;4648.50;9.50;16.50;2.77;0.50 +2616;9;4636.64;9.50;10.00;1.57;0.50 +2616;10;4655.36;9.50;10.00;-1.57;0.50 +2616;11;4628.40;9.50;10.80;4.66;0.50 +2616;12;4662.00;9.50;11.60;1.67;0.50 +2616;13;4650.00;9.50;20.40;2.77;0.50 2616;21;4636.64;9.50;10.00;1.57;0.50 +2617;0;3784.00;9.50;1013.00;0.00;0.90 +2617;1;3781.50;9.50;1005.00;-0.30;0.90 +2617;2;3794.50;9.50;1002.50;0.78;0.90 +2617;3;3795.50;9.50;1010.50;1.35;0.90 +2617;4;3769.00;9.50;1007.50;-1.21;0.90 +2617;5;3774.50;9.50;1016.00;4.40;0.90 +2617;6;3788.50;9.50;1021.50;2.65;0.90 +2617;9;3774.10;9.50;1013.00;1.57;0.90 +2617;10;3793.90;9.50;1013.00;-1.57;0.90 +2617;11;3780.00;9.50;1000.20;-0.30;0.90 +2617;12;3800.80;9.50;996.20;0.78;0.90 +2617;13;3802.40;9.50;1009.00;1.35;0.90 +2617;14;3760.00;9.50;1004.20;-1.21;0.90 +2617;15;3768.80;9.50;1017.80;4.40;0.90 +2617;16;3791.20;9.50;1026.60;2.65;0.90 2617;21;3774.10;9.50;1013.00;1.57;0.90 +2618;0;3716.00;9.50;129.00;0.00;0.98 +2618;1;3714.00;9.50;120.00;-0.21;0.98 +2618;2;3731.50;9.50;120.50;1.06;0.98 +2618;3;3699.00;9.50;128.00;-1.51;0.98 +2618;4;3730.50;9.50;130.50;1.67;0.98 +2618;5;3705.00;9.50;137.00;4.08;0.98 +2618;6;3718.50;9.50;139.00;2.89;0.98 +2618;9;3703.40;9.50;129.00;1.57;0.98 +2618;10;3728.60;9.50;129.00;-1.57;0.98 +2618;11;3712.80;9.50;114.60;-0.21;0.98 +2618;12;3740.80;9.50;115.40;1.06;0.98 +2618;13;3688.80;9.50;127.40;-1.51;0.98 +2618;14;3739.20;9.50;131.40;1.67;0.98 +2618;15;3698.40;9.50;141.80;4.08;0.98 +2618;16;3720.00;9.50;145.00;2.89;0.98 2618;21;3703.40;9.50;129.00;1.57;0.98 +2619;0;2898.00;9.50;258.00;0.00;0.84 +2619;1;2898.50;9.50;245.00;0.03;0.84 +2619;2;2890.50;9.50;247.00;-0.59;0.84 +2619;3;2908.00;9.50;253.50;1.14;0.84 +2619;4;2889.50;9.50;261.00;4.37;0.84 +2619;5;2905.00;9.50;266.50;2.45;0.84 +2619;6;2894.50;9.50;271.50;3.39;0.84 +2619;7;2889.00;9.50;271.50;3.73;0.84 +2619;9;2890.44;9.50;258.00;1.57;0.84 +2619;10;2905.56;9.50;258.00;-1.57;0.84 +2619;11;2898.80;9.50;237.20;0.03;0.84 +2619;12;2886.00;9.50;240.40;-0.59;0.84 +2619;13;2914.00;9.50;250.80;1.14;0.84 +2619;14;2884.40;9.50;262.80;4.37;0.84 +2619;15;2909.20;9.50;271.60;2.45;0.84 +2619;16;2892.40;9.50;279.60;3.39;0.84 +2619;17;2883.60;9.50;279.60;3.73;0.84 2619;21;2890.44;9.50;258.00;1.57;0.84 +2620;0;2203.00;9.50;441.00;0.00;0.92 +2620;1;2200.00;9.50;430.00;-0.26;0.92 +2620;2;2215.00;9.50;438.50;1.36;0.92 +2620;3;2190.00;9.50;442.00;4.63;0.92 +2620;4;2211.00;9.50;450.50;2.44;0.92 +2620;5;2220.00;9.50;450.00;2.05;0.92 +2620;6;2195.00;9.50;450.50;3.84;0.92 +2620;9;2191.48;9.50;441.00;1.57;0.92 +2620;10;2214.52;9.50;441.00;-1.57;0.92 +2620;11;2198.20;9.50;423.40;-0.26;0.92 +2620;12;2222.20;9.50;437.00;1.36;0.92 +2620;13;2182.20;9.50;442.60;4.63;0.92 +2620;14;2215.80;9.50;456.20;2.44;0.92 +2620;15;2230.20;9.50;455.40;2.05;0.92 +2620;16;2190.20;9.50;456.20;3.84;0.92 2620;21;2191.48;9.50;441.00;1.57;0.92 +2621;0;2046.00;9.50;986.00;0.00;1.06 +2621;1;2046.50;9.50;974.50;0.04;1.06 +2621;2;2057.00;9.50;978.00;0.94;1.06 +2621;3;2034.00;9.50;981.00;-1.17;1.06 +2621;4;2033.00;9.50;991.50;4.31;1.06 +2621;5;2059.50;9.50;989.00;1.78;1.06 +2621;6;2048.50;9.50;995.50;2.88;1.06 +2621;9;2034.12;9.50;986.00;1.57;1.06 +2621;10;2057.88;9.50;986.00;-1.57;1.06 +2621;11;2046.80;9.50;967.60;0.04;1.06 +2621;12;2063.60;9.50;973.20;0.94;1.06 +2621;13;2026.80;9.50;978.00;-1.17;1.06 +2621;14;2025.20;9.50;994.80;4.31;1.06 +2621;15;2067.60;9.50;990.80;1.78;1.06 +2621;16;2050.00;9.50;1001.20;2.88;1.06 2621;21;2034.12;9.50;986.00;1.57;1.06 +2622;0;2347.00;9.50;1710.00;0.00;1.18 +2622;1;2334.50;9.50;1699.00;-0.84;1.18 +2622;2;2351.50;9.50;1697.50;0.34;1.18 +2622;3;2364.00;9.50;1709.00;1.51;1.18 +2622;4;2333.00;9.50;1714.00;4.43;1.18 +2622;5;2355.00;9.50;1721.00;2.51;1.18 +2622;6;2341.00;9.50;1724.00;3.54;1.18 +2622;9;2334.58;9.50;1710.00;1.57;1.18 +2622;10;2359.42;9.50;1710.00;-1.57;1.18 +2622;11;2327.00;9.50;1692.40;-0.84;1.18 +2622;12;2354.20;9.50;1690.00;0.34;1.18 +2622;13;2374.20;9.50;1708.40;1.51;1.18 +2622;14;2324.60;9.50;1716.40;4.43;1.18 +2622;15;2359.80;9.50;1727.60;2.51;1.18 +2622;16;2337.40;9.50;1732.40;3.54;1.18 2622;21;2334.58;9.50;1710.00;1.57;1.18 +2623;0;1363.00;9.50;1299.00;0.00;1.22 +2623;1;1361.00;9.50;1287.50;-0.17;1.22 +2623;2;1376.50;9.50;1289.50;0.95;1.22 +2623;3;1347.00;9.50;1302.50;4.49;1.22 +2623;4;1375.50;9.50;1303.00;1.88;1.22 +2623;5;1362.00;9.50;1311.50;3.22;1.22 +2623;9;1351.48;9.50;1299.00;1.57;1.22 +2623;10;1374.52;9.50;1299.00;-1.57;1.22 +2623;11;1359.80;9.50;1280.60;-0.17;1.22 +2623;12;1384.60;9.50;1283.80;0.95;1.22 +2623;13;1337.40;9.50;1304.60;4.49;1.22 +2623;14;1383.00;9.50;1305.40;1.88;1.22 +2623;15;1361.40;9.50;1319.00;3.22;1.22 2623;21;1351.48;9.50;1299.00;1.57;1.22 +2624;0;620.00;9.50;108.00;0.00;1.34 +2624;1;609.50;9.50;99.50;-0.89;1.34 +2624;2;627.50;9.50;96.50;0.57;1.34 +2624;3;634.00;9.50;113.50;1.94;1.34 +2624;4;608.00;9.50;116.50;4.09;1.34 +2624;5;624.00;9.50;122.00;2.86;1.34 +2624;9;607.22;9.50;108.00;1.57;1.34 +2624;10;632.78;9.50;108.00;-1.57;1.34 +2624;11;603.20;9.50;94.40;-0.89;1.34 +2624;12;632.00;9.50;89.60;0.57;1.34 +2624;13;642.40;9.50;116.80;1.94;1.34 +2624;14;600.80;9.50;121.60;4.09;1.34 +2624;15;626.40;9.50;130.40;2.86;1.34 2624;21;607.22;9.50;108.00;1.57;1.34 +2625;0;182.00;9.50;625.00;0.00;0.96 +2625;1;171.00;9.50;614.50;-0.80;0.96 +2625;2;191.50;9.50;616.00;0.81;0.96 +2625;3;163.00;9.50;619.00;-1.26;0.96 +2625;4;201.00;9.50;627.00;1.67;0.96 +2625;5;167.00;9.50;630.00;4.39;0.96 +2625;6;184.50;9.50;636.00;2.91;0.96 +2625;9;167.24;9.50;625.00;1.57;0.96 +2625;10;196.76;9.50;625.00;-1.57;0.96 +2625;11;164.40;9.50;608.20;-0.80;0.96 +2625;12;197.20;9.50;610.60;0.81;0.96 +2625;13;151.60;9.50;615.40;-1.26;0.96 +2625;14;212.40;9.50;628.20;1.67;0.96 +2625;15;158.00;9.50;633.00;4.39;0.96 +2625;16;186.00;9.50;642.60;2.91;0.96 2625;21;167.24;9.50;625.00;1.57;0.96 +2626;0;102.00;9.50;1564.00;0.00;0.92 +2626;1;104.50;9.50;1553.00;0.22;0.92 +2626;2;84.50;9.50;1559.50;-1.31;0.92 +2626;3;122.00;9.50;1554.00;1.10;0.92 +2626;4;119.50;9.50;1565.00;1.62;0.92 +2626;5;83.50;9.50;1571.00;4.35;0.92 +2626;6;102.00;9.50;1575.00;3.14;0.92 +2626;9;87.78;9.50;1564.00;1.57;0.92 +2626;10;116.22;9.50;1564.00;-1.57;0.92 +2626;11;106.00;9.50;1546.40;0.22;0.92 +2626;12;74.00;9.50;1556.80;-1.31;0.92 +2626;13;134.00;9.50;1548.00;1.10;0.92 +2626;14;130.00;9.50;1565.60;1.62;0.92 +2626;15;72.40;9.50;1575.20;4.35;0.92 +2626;16;102.00;9.50;1581.60;3.14;0.92 2626;21;87.78;9.50;1564.00;1.57;0.92 +2627;0;598.00;9.50;1542.00;0.00;1.02 +2627;1;582.00;9.50;1531.50;-0.99;1.02 +2627;2;600.00;9.50;1531.50;0.18;1.02 +2627;3;581.00;9.50;1540.00;-1.45;1.02 +2627;4;616.00;9.50;1538.00;1.35;1.02 +2627;5;611.00;9.50;1550.00;2.12;1.02 +2627;6;580.50;9.50;1548.00;4.38;1.02 +2627;7;594.50;9.50;1552.50;3.46;1.02 +2627;9;584.32;9.50;1542.00;1.57;1.02 +2627;10;611.68;9.50;1542.00;-1.57;1.02 +2627;11;572.40;9.50;1525.20;-0.99;1.02 +2627;12;601.20;9.50;1525.20;0.18;1.02 +2627;13;570.80;9.50;1538.80;-1.45;1.02 +2627;14;626.80;9.50;1535.60;1.35;1.02 +2627;15;618.80;9.50;1554.80;2.12;1.02 +2627;16;570.00;9.50;1551.60;4.38;1.02 +2627;17;592.40;9.50;1558.80;3.46;1.02 2627;21;584.32;9.50;1542.00;1.57;1.02 +2628;0;725.00;9.50;850.00;0.00;1.20 +2628;1;726.00;9.50;837.00;0.07;1.20 +2628;2;711.00;9.50;845.00;-1.22;1.20 +2628;3;741.50;9.50;851.00;1.63;1.20 +2628;4;712.00;9.50;860.50;4.03;1.20 +2628;5;732.50;9.50;861.50;2.56;1.20 +2628;9;710.24;9.50;850.00;1.57;1.20 +2628;10;739.76;9.50;850.00;-1.57;1.20 +2628;11;726.60;9.50;829.20;0.07;1.20 +2628;12;702.60;9.50;842.00;-1.22;1.20 +2628;13;751.40;9.50;851.60;1.63;1.20 +2628;14;704.20;9.50;866.80;4.03;1.20 +2628;15;737.00;9.50;868.40;2.56;1.20 2628;21;710.24;9.50;850.00;1.57;1.20 +2629;0;953.00;9.50;1281.00;0.00;1.30 +2629;1;949.00;9.50;1268.00;-0.29;1.30 +2629;2;939.00;9.50;1276.00;-1.22;1.30 +2629;3;967.00;9.50;1273.50;1.07;1.30 +2629;4;972.50;9.50;1282.00;1.62;1.30 +2629;5;959.50;9.50;1291.50;2.58;1.30 +2629;6;944.00;9.50;1292.50;3.80;1.30 +2629;9;938.96;9.50;1281.00;1.57;1.30 +2629;10;967.04;9.50;1281.00;-1.57;1.30 +2629;11;946.60;9.50;1260.20;-0.29;1.30 +2629;12;930.60;9.50;1273.00;-1.22;1.30 +2629;13;975.40;9.50;1269.00;1.07;1.30 +2629;14;984.20;9.50;1282.60;1.62;1.30 +2629;15;963.40;9.50;1297.80;2.58;1.30 +2629;16;938.60;9.50;1299.40;3.80;1.30 2629;21;938.96;9.50;1281.00;1.57;1.30 +2630;0;3351.00;9.50;2030.00;0.00;0.78 +2630;1;3349.50;9.50;2021.00;-0.16;0.78 +2630;2;3372.50;9.50;2028.50;1.50;0.78 +2630;3;3327.50;9.50;2031.00;4.67;0.78 +2630;9;3331.74;9.50;2030.00;1.57;0.78 +2630;10;3370.26;9.50;2030.00;-1.57;0.78 +2630;11;3348.60;9.50;2015.60;-0.16;0.78 +2630;12;3385.40;9.50;2027.60;1.50;0.78 +2630;13;3313.40;9.50;2031.60;4.67;0.78 2630;21;3331.74;9.50;2030.00;1.57;0.78 +2631;0;3499.00;9.50;516.00;0.00;1.10 +2631;1;3504.00;9.50;506.50;0.48;1.10 +2631;2;3487.50;9.50;508.00;-0.96;1.10 +2631;3;3482.50;9.50;517.50;4.62;1.10 +2631;4;3514.00;9.50;517.00;1.63;1.10 +2631;5;3498.00;9.50;525.00;3.25;1.10 +2631;6;3513.50;9.50;527.50;2.24;1.10 +2631;9;3486.94;9.50;516.00;1.57;1.10 +2631;10;3511.06;9.50;516.00;-1.57;1.10 +2631;11;3507.00;9.50;500.80;0.48;1.10 +2631;12;3480.60;9.50;503.20;-0.96;1.10 +2631;13;3472.60;9.50;518.40;4.62;1.10 +2631;14;3523.00;9.50;517.60;1.63;1.10 +2631;15;3497.40;9.50;530.40;3.25;1.10 +2631;16;3522.20;9.50;534.40;2.24;1.10 2631;21;3486.94;9.50;516.00;1.57;1.10 +2632;0;1978.00;9.50;166.00;0.00;1.18 +2632;1;1975.50;9.50;153.00;-0.19;1.18 +2632;2;1967.50;9.50;167.00;4.61;1.18 +2632;3;1990.50;9.50;164.50;1.45;1.18 +2632;4;1982.50;9.50;180.00;2.83;1.18 +2632;9;1967.38;9.50;166.00;1.57;1.18 +2632;10;1988.62;9.50;166.00;-1.57;1.18 +2632;11;1974.00;9.50;145.20;-0.19;1.18 +2632;12;1961.20;9.50;167.60;4.61;1.18 +2632;13;1998.00;9.50;163.60;1.45;1.18 +2632;14;1985.20;9.50;188.40;2.83;1.18 2632;21;1967.38;9.50;166.00;1.57;1.18 +2633;0;1593.00;9.50;321.00;0.00;1.46 +2633;1;1582.00;9.50;305.00;-0.60;1.46 +2633;2;1599.50;9.50;306.50;0.42;1.46 +2633;3;1574.50;9.50;310.50;-1.05;1.46 +2633;4;1607.00;9.50;323.50;1.74;1.46 +2633;5;1586.00;9.50;330.50;3.77;1.46 +2633;6;1608.00;9.50;337.50;2.40;1.46 +2633;7;1601.00;9.50;340.50;2.75;1.46 +2633;9;1579.86;9.50;321.00;1.57;1.46 +2633;10;1606.14;9.50;321.00;-1.57;1.46 +2633;11;1575.40;9.50;295.40;-0.60;1.46 +2633;12;1603.40;9.50;297.80;0.42;1.46 +2633;13;1563.40;9.50;304.20;-1.05;1.46 +2633;14;1615.40;9.50;325.00;1.74;1.46 +2633;15;1581.80;9.50;336.20;3.77;1.46 +2633;16;1617.00;9.50;347.40;2.40;1.46 +2633;17;1605.80;9.50;352.20;2.75;1.46 2633;21;1579.86;9.50;321.00;1.57;1.46 +2634;0;4908.00;9.50;1320.00;0.00;0.78 +2634;1;4895.00;9.50;1316.00;-1.27;0.78 +2634;2;4910.50;9.50;1311.00;0.27;0.78 +2634;3;4921.00;9.50;1320.00;1.57;0.78 +2634;4;4898.00;9.50;1325.50;4.21;0.78 +2634;5;4916.50;9.50;1328.50;2.35;0.78 +2634;9;4894.68;9.50;1320.00;1.57;0.78 +2634;10;4921.32;9.50;1320.00;-1.57;0.78 +2634;11;4887.20;9.50;1313.60;-1.27;0.78 +2634;12;4912.00;9.50;1305.60;0.27;0.78 +2634;13;4928.80;9.50;1320.00;1.57;0.78 +2634;14;4892.00;9.50;1328.80;4.21;0.78 +2634;15;4921.60;9.50;1333.60;2.35;0.78 2634;21;4894.68;9.50;1320.00;1.57;0.78 +2635;0;3515.00;9.50;54.00;0.00;1.04 +2635;1;3513.50;9.50;39.50;-0.10;1.04 +2635;2;3524.00;9.50;49.50;1.10;1.04 +2635;3;3503.00;9.50;51.50;-1.36;1.04 +2635;4;3512.50;9.50;65.00;3.36;1.04 +2635;5;3525.00;9.50;65.50;2.42;1.04 +2635;9;3505.64;9.50;54.00;1.57;1.04 +2635;10;3524.36;9.50;54.00;-1.57;1.04 +2635;11;3512.60;9.50;30.80;-0.10;1.04 +2635;12;3529.40;9.50;46.80;1.10;1.04 +2635;13;3495.80;9.50;50.00;-1.36;1.04 +2635;14;3511.00;9.50;71.60;3.36;1.04 +2635;15;3531.00;9.50;72.40;2.42;1.04 2635;21;3505.64;9.50;54.00;1.57;1.04 +2636;0;4950.00;9.50;694.00;0.00;1.10 +2636;1;4945.50;9.50;678.00;-0.27;1.10 +2636;2;4959.00;9.50;682.50;0.66;1.10 +2636;3;4937.50;9.50;680.50;-0.74;1.10 +2636;4;4939.00;9.50;697.00;4.44;1.10 +2636;5;4964.00;9.50;696.00;1.71;1.10 +2636;6;4952.50;9.50;709.00;2.97;1.10 +2636;7;4964.50;9.50;704.50;2.19;1.10 +2636;9;4940.10;9.50;694.00;1.57;1.10 +2636;10;4959.90;9.50;694.00;-1.57;1.10 +2636;11;4942.80;9.50;668.40;-0.27;1.10 +2636;12;4964.40;9.50;675.60;0.66;1.10 +2636;13;4930.00;9.50;672.40;-0.74;1.10 +2636;14;4932.40;9.50;698.80;4.44;1.10 +2636;15;4972.40;9.50;697.20;1.71;1.10 +2636;16;4954.00;9.50;718.00;2.97;1.10 +2636;17;4973.20;9.50;710.80;2.19;1.10 2636;21;4940.10;9.50;694.00;1.57;1.10 +2637;0;4913.00;9.50;1142.00;0.00;1.30 +2637;1;4904.00;9.50;1130.50;-0.66;1.30 +2637;2;4920.50;9.50;1134.00;0.75;1.30 +2637;3;4898.00;9.50;1137.50;-1.27;1.30 +2637;4;4906.50;9.50;1149.50;3.85;1.30 +2637;5;4922.00;9.50;1152.50;2.43;1.30 +2637;9;4901.30;9.50;1142.00;1.57;1.30 +2637;10;4924.70;9.50;1142.00;-1.57;1.30 +2637;11;4898.60;9.50;1123.60;-0.66;1.30 +2637;12;4925.00;9.50;1129.20;0.75;1.30 +2637;13;4889.00;9.50;1134.80;-1.27;1.30 +2637;14;4902.60;9.50;1154.00;3.85;1.30 +2637;15;4927.40;9.50;1158.80;2.43;1.30 2637;21;4901.30;9.50;1142.00;1.57;1.30 +2638;0;4470.00;9.50;489.00;0.00;1.10 +2638;1;4460.50;9.70;483.50;-1.04;1.10 +2638;2;4476.50;9.50;480.50;0.65;1.10 +2638;3;4463.50;9.50;485.00;-1.01;1.10 +2638;4;4476.00;9.50;495.50;2.39;1.10 +2638;5;4460.50;9.50;497.50;3.98;1.10 +2638;9;4459.20;9.50;489.00;1.57;1.10 +2638;10;4480.80;9.50;489.00;-1.57;1.10 +2638;11;4454.80;9.50;480.20;-1.04;1.10 +2638;12;4480.40;9.50;475.40;0.65;1.10 +2638;13;4459.60;9.70;482.60;-1.01;1.10 +2638;14;4479.60;9.50;499.40;2.39;1.10 +2638;15;4454.80;9.50;502.60;3.98;1.10 2638;21;4459.20;9.50;489.00;1.57;1.10 +2639;0;3939.00;9.50;604.00;0.00;0.96 +2639;1;3940.00;9.50;594.50;0.10;0.96 +2639;2;3950.50;9.50;600.50;1.27;0.96 +2639;3;3929.00;9.50;606.00;4.51;0.96 +2639;4;3943.00;9.50;613.00;2.72;0.96 +2639;5;3933.00;9.50;615.50;3.62;0.96 +2639;9;3930.18;9.50;604.00;1.57;0.96 +2639;10;3947.82;9.50;604.00;-1.57;0.96 +2639;11;3940.60;9.50;588.80;0.10;0.96 +2639;12;3957.40;9.50;598.40;1.27;0.96 +2639;13;3923.00;9.50;607.20;4.51;0.96 +2639;14;3945.40;9.50;618.40;2.72;0.96 +2639;15;3929.40;9.50;622.40;3.62;0.96 2639;21;3930.18;9.50;604.00;1.57;0.96 +2640;0;3755.00;9.50;1032.00;0.00;1.12 +2640;1;3749.00;9.50;1016.50;-0.36;1.12 +2640;2;3745.50;9.50;1021.50;-0.73;1.12 +2640;3;3760.00;9.50;1025.50;0.65;1.12 +2640;4;3742.00;9.50;1027.00;-1.20;1.12 +2640;5;3748.50;9.50;1036.50;4.10;1.12 +2640;6;3767.00;9.50;1040.50;2.18;1.12 +2640;7;3765.00;9.50;1045.00;2.48;1.12 +2640;8;3758.50;9.50;1045.00;2.87;1.12 +2640;9;3744.92;9.50;1032.00;1.57;1.12 +2640;10;3765.08;9.50;1032.00;-1.57;1.12 +2640;11;3745.40;9.50;1007.20;-0.36;1.12 +2640;12;3739.80;9.50;1015.20;-0.73;1.12 +2640;13;3763.00;9.50;1021.60;0.65;1.12 +2640;14;3734.20;9.50;1024.00;-1.20;1.12 +2640;15;3744.60;9.50;1039.20;4.10;1.12 +2640;16;3774.20;9.50;1045.60;2.18;1.12 +2640;17;3771.00;9.50;1052.80;2.48;1.12 +2640;18;3760.60;9.50;1052.80;2.87;1.12 2640;21;3744.92;9.50;1032.00;1.57;1.12 +2641;0;3655.00;9.50;135.00;0.00;1.28 +2641;1;3649.00;9.50;127.00;-0.64;1.28 +2641;2;3665.00;9.50;122.50;0.67;1.28 +2641;3;3668.50;9.50;131.00;1.28;1.28 +2641;4;3660.00;9.50;144.00;2.63;1.28 +2641;5;3644.00;9.50;144.00;4.02;1.28 +2641;9;3643.48;9.50;135.00;1.57;1.28 +2641;10;3666.52;9.50;135.00;-1.57;1.28 +2641;11;3645.40;9.50;122.20;-0.64;1.28 +2641;12;3671.00;9.50;115.00;0.67;1.28 +2641;13;3676.60;9.50;128.60;1.28;1.28 +2641;14;3663.00;9.50;149.40;2.63;1.28 +2641;15;3637.40;9.50;149.40;4.02;1.28 2641;21;3643.48;9.50;135.00;1.57;1.28 +2642;0;2926.00;9.50;293.00;0.00;0.88 +2642;1;2930.00;9.50;279.50;0.28;0.88 +2642;2;2919.00;9.50;284.00;-0.66;0.88 +2642;3;2935.50;9.50;291.00;1.36;0.88 +2642;4;2916.50;9.50;297.00;4.31;0.88 +2642;5;2934.00;9.50;303.50;2.49;0.88 +2642;6;2926.00;9.50;306.00;3.14;0.88 +2642;9;2918.08;9.50;293.00;1.57;0.88 +2642;10;2933.92;9.50;293.00;-1.57;0.88 +2642;11;2932.40;9.50;271.40;0.28;0.88 +2642;12;2914.80;9.50;278.60;-0.66;0.88 +2642;13;2941.20;9.50;289.80;1.36;0.88 +2642;14;2910.80;9.50;299.40;4.31;0.88 +2642;15;2938.80;9.50;309.80;2.49;0.88 +2642;16;2926.00;9.50;313.80;3.14;0.88 2642;21;2918.08;9.50;293.00;1.57;0.88 +2643;0;2068.00;9.50;433.00;0.00;1.14 +2643;1;2067.50;9.50;422.00;-0.04;1.14 +2643;2;2081.50;9.50;424.00;0.98;1.14 +2643;3;2055.50;9.50;424.00;-0.94;1.14 +2643;4;2054.00;9.50;426.50;-1.13;1.14 +2643;5;2076.00;9.50;439.50;2.25;1.14 +2643;6;2057.00;9.50;436.00;4.44;1.14 +2643;7;2059.50;9.50;443.50;3.82;1.14 +2643;8;2063.00;9.50;447.00;3.48;1.14 +2643;9;2057.74;9.50;433.00;1.57;1.14 +2643;10;2078.26;9.50;433.00;-1.57;1.14 +2643;11;2067.20;9.50;415.40;-0.04;1.14 +2643;12;2089.60;9.50;418.60;0.98;1.14 +2643;13;2048.00;9.50;418.60;-0.94;1.14 +2643;14;2045.60;9.50;422.60;-1.13;1.14 +2643;15;2080.80;9.50;443.40;2.25;1.14 +2643;16;2050.40;9.50;437.80;4.44;1.14 +2643;17;2054.40;9.50;449.80;3.82;1.14 +2643;18;2060.00;9.50;455.40;3.48;1.14 2643;21;2057.74;9.50;433.00;1.57;1.14 +2644;0;1999.00;9.50;977.00;0.00;1.26 +2644;1;2008.50;9.50;963.00;0.59;1.26 +2644;2;1995.50;9.50;971.50;-0.56;1.26 +2644;3;2014.00;9.50;968.50;1.05;1.26 +2644;4;2010.50;9.50;976.50;1.52;1.26 +2644;5;1995.50;9.50;986.50;3.49;1.26 +2644;6;1985.50;9.50;987.00;4.07;1.26 +2644;9;1987.12;9.50;977.00;1.57;1.26 +2644;10;2010.88;9.50;977.00;-1.57;1.26 +2644;11;2014.20;9.50;954.60;0.59;1.26 +2644;12;1993.40;9.50;968.20;-0.56;1.26 +2644;13;2023.00;9.50;963.40;1.05;1.26 +2644;14;2017.40;9.50;976.20;1.52;1.26 +2644;15;1993.40;9.50;992.20;3.49;1.26 +2644;16;1977.40;9.50;993.00;4.07;1.26 2644;21;1987.12;9.50;977.00;1.57;1.26 +2645;0;2376.00;9.50;1749.00;0.00;1.16 +2645;1;2384.50;9.50;1736.00;0.57;1.16 +2645;2;2390.00;9.50;1745.50;1.32;1.16 +2645;3;2369.50;9.50;1740.50;-0.65;1.16 +2645;4;2361.50;9.50;1753.50;4.41;1.16 +2645;5;2384.00;9.50;1758.00;2.41;1.16 +2645;6;2370.00;9.50;1760.50;3.62;1.16 +2645;9;2365.02;9.50;1749.00;1.57;1.16 +2645;10;2386.98;9.50;1749.00;-1.57;1.16 +2645;11;2389.60;9.50;1728.20;0.57;1.16 +2645;12;2398.40;9.50;1743.40;1.32;1.16 +2645;13;2365.60;9.50;1735.40;-0.65;1.16 +2645;14;2352.80;9.50;1756.20;4.41;1.16 +2645;15;2388.80;9.50;1763.40;2.41;1.16 +2645;16;2366.40;9.50;1767.40;3.62;1.16 2645;21;2365.02;9.50;1749.00;1.57;1.16 +2646;0;1308.00;9.50;1306.00;0.00;1.08 +2646;1;1304.50;9.50;1288.00;-0.19;1.08 +2646;2;1297.00;9.50;1293.50;-0.72;1.08 +2646;3;1315.50;9.50;1293.50;0.54;1.08 +2646;4;1319.50;9.50;1306.00;1.57;1.08 +2646;5;1297.00;9.50;1304.00;-1.39;1.08 +2646;6;1296.00;9.50;1310.50;4.35;1.08 +2646;7;1319.00;9.50;1321.50;2.52;1.08 +2646;8;1300.00;9.50;1318.00;3.73;1.08 +2646;9;1298.28;9.50;1306.00;1.57;1.08 +2646;10;1317.72;9.50;1306.00;-1.57;1.08 +2646;11;1302.40;9.50;1277.20;-0.19;1.08 +2646;12;1290.40;9.50;1286.00;-0.72;1.08 +2646;13;1320.00;9.50;1286.00;0.54;1.08 +2646;14;1326.40;9.50;1306.00;1.57;1.08 +2646;15;1290.40;9.50;1302.80;-1.39;1.08 +2646;16;1288.80;9.50;1313.20;4.35;1.08 +2646;17;1325.60;9.50;1330.80;2.52;1.08 +2646;18;1295.20;9.50;1325.20;3.73;1.08 2646;21;1298.28;9.50;1306.00;1.57;1.08 +2647;0;726.00;9.50;119.00;0.00;1.20 +2647;1;723.00;9.50;105.00;-0.21;1.20 +2647;2;735.50;9.50;110.50;0.84;1.20 +2647;3;713.50;9.50;121.00;4.55;1.20 +2647;4;731.00;9.50;130.00;2.71;1.20 +2647;5;716.00;9.50;132.00;3.79;1.20 +2647;9;715.20;9.50;119.00;1.57;1.20 +2647;10;736.80;9.50;119.00;-1.57;1.20 +2647;11;721.20;9.50;96.60;-0.21;1.20 +2647;12;741.20;9.50;105.40;0.84;1.20 +2647;13;706.00;9.50;122.20;4.55;1.20 +2647;14;734.00;9.50;136.60;2.71;1.20 +2647;15;710.00;9.50;139.80;3.79;1.20 2647;21;715.20;9.50;119.00;1.57;1.20 +2648;0;244.00;9.50;644.00;0.00;1.16 +2648;1;239.50;9.50;629.50;-0.30;1.16 +2648;2;232.00;9.50;636.50;-1.01;1.16 +2648;3;247.00;9.50;631.50;0.23;1.16 +2648;4;255.50;9.50;643.00;1.48;1.16 +2648;5;235.00;9.50;651.00;4.05;1.16 +2648;6;251.50;9.50;655.50;2.56;1.16 +2648;9;232.30;9.50;644.00;1.57;1.16 +2648;10;255.70;9.50;644.00;-1.57;1.16 +2648;11;236.80;9.50;620.80;-0.30;1.16 +2648;12;224.80;9.50;632.00;-1.01;1.16 +2648;13;248.80;9.50;624.00;0.23;1.16 +2648;14;262.40;9.50;642.40;1.48;1.16 +2648;15;229.60;9.50;655.20;4.05;1.16 +2648;16;256.00;9.50;662.40;2.56;1.16 2648;21;232.30;9.50;644.00;1.57;1.16 +2649;0;106.00;9.50;1609.00;0.00;1.14 +2649;1;104.00;9.50;1597.50;-0.17;1.14 +2649;2;123.00;9.50;1602.50;1.20;1.14 +2649;3;88.50;9.50;1603.50;-1.26;1.14 +2649;4;116.50;9.50;1615.50;2.12;1.14 +2649;5;94.00;9.50;1616.00;4.18;1.14 +2649;6;103.50;9.50;1624.00;3.30;1.14 +2649;9;91.78;9.50;1609.00;1.57;1.14 +2649;10;120.22;9.50;1609.00;-1.57;1.14 +2649;11;102.80;9.50;1590.60;-0.17;1.14 +2649;12;133.20;9.50;1598.60;1.20;1.14 +2649;13;78.00;9.50;1600.20;-1.26;1.14 +2649;14;122.80;9.50;1619.40;2.12;1.14 +2649;15;86.80;9.50;1620.20;4.18;1.14 +2649;16;102.00;9.50;1633.00;3.30;1.14 2649;21;91.78;9.50;1609.00;1.57;1.14 +2650;0;522.00;9.50;1542.00;0.00;0.96 +2650;1;508.50;9.50;1531.00;-0.88;0.96 +2650;2;526.00;9.50;1531.00;0.34;0.96 +2650;3;503.50;9.50;1543.00;4.65;0.96 +2650;4;543.00;9.50;1540.00;1.47;0.96 +2650;5;521.00;9.50;1551.50;3.24;0.96 +2650;9;506.16;9.50;1542.00;1.57;0.96 +2650;10;537.84;9.50;1542.00;-1.57;0.96 +2650;11;500.40;9.50;1524.40;-0.88;0.96 +2650;12;528.40;9.50;1524.40;0.34;0.96 +2650;13;492.40;9.50;1543.60;4.65;0.96 +2650;14;555.60;9.50;1538.80;1.47;0.96 +2650;15;520.40;9.50;1557.20;3.24;0.96 2650;21;506.16;9.50;1542.00;1.57;0.96 +2651;0;607.00;9.50;873.00;0.00;1.02 +2651;1;608.00;9.50;862.00;0.09;1.02 +2651;2;590.00;9.50;869.00;-1.34;1.02 +2651;3;624.00;9.50;872.00;1.51;1.02 +2651;4;594.00;9.50;881.50;4.13;1.02 +2651;5;610.50;9.50;884.00;2.83;1.02 +2651;9;594.04;9.50;873.00;1.57;1.02 +2651;10;619.96;9.50;873.00;-1.57;1.02 +2651;11;608.60;9.50;855.40;0.09;1.02 +2651;12;579.80;9.50;866.60;-1.34;1.02 +2651;13;634.20;9.50;871.40;1.51;1.02 +2651;14;586.20;9.50;886.60;4.13;1.02 +2651;15;612.60;9.50;890.60;2.83;1.02 2651;21;594.04;9.50;873.00;1.57;1.02 +2652;0;908.00;9.50;1320.00;0.00;1.10 +2652;1;907.00;9.50;1308.00;-0.08;1.10 +2652;2;921.50;9.50;1312.00;1.03;1.10 +2652;3;892.00;9.50;1319.50;-1.54;1.10 +2652;4;923.00;9.50;1325.50;1.92;1.10 +2652;5;886.50;9.50;1328.50;4.33;1.10 +2652;6;903.00;9.50;1330.50;3.58;1.10 +2652;9;891.98;9.50;1320.00;1.57;1.10 +2652;10;924.02;9.50;1320.00;-1.57;1.10 +2652;11;906.40;9.50;1300.80;-0.08;1.10 +2652;12;929.60;9.50;1307.20;1.03;1.10 +2652;13;882.40;9.50;1319.20;-1.54;1.10 +2652;14;932.00;9.50;1328.80;1.92;1.10 +2652;15;873.60;9.50;1333.60;4.33;1.10 +2652;16;900.00;9.50;1336.80;3.58;1.10 2652;21;891.98;9.50;1320.00;1.57;1.10 +2653;0;3444.00;9.50;2018.00;0.00;1.42 +2653;1;3440.50;9.50;2005.50;-0.27;1.42 +2653;2;3464.50;9.50;2015.00;1.42;1.42 +2653;3;3417.00;9.50;2013.00;-1.38;1.42 +2653;4;3419.00;9.50;2022.50;4.53;1.42 +2653;9;3426.18;9.50;2018.00;1.57;1.42 +2653;10;3461.82;9.50;2018.00;-1.57;1.42 +2653;11;3438.40;9.50;1998.00;-0.27;1.42 +2653;12;3476.80;9.50;2013.20;1.42;1.42 +2653;13;3400.80;9.50;2010.00;-1.38;1.42 +2653;14;3404.00;9.50;2025.20;4.53;1.42 2653;21;3426.18;9.50;2018.00;1.57;1.42 +2654;0;3544.00;9.50;612.00;0.00;1.18 +2654;1;3534.00;9.50;596.00;-0.55;1.18 +2654;2;3547.00;9.50;598.50;0.21;1.18 +2654;3;3532.00;9.50;608.00;-1.24;1.18 +2654;4;3559.50;9.50;601.00;0.95;1.18 +2654;5;3556.50;9.50;611.00;1.49;1.18 +2654;6;3540.00;9.50;626.00;3.42;1.18 +2654;7;3551.50;9.50;626.00;2.65;1.18 +2654;8;3550.00;9.50;631.50;2.84;1.18 +2654;9;3533.38;9.50;612.00;1.57;1.18 +2654;10;3554.62;9.50;612.00;-1.57;1.18 +2654;11;3528.00;9.50;586.40;-0.55;1.18 +2654;12;3548.80;9.50;590.40;0.21;1.18 +2654;13;3524.80;9.50;605.60;-1.24;1.18 +2654;14;3568.80;9.50;594.40;0.95;1.18 +2654;15;3564.00;9.50;610.40;1.49;1.18 +2654;16;3537.60;9.50;634.40;3.42;1.18 +2654;17;3556.00;9.50;634.40;2.65;1.18 +2654;18;3553.60;9.50;643.20;2.84;1.18 2654;21;3533.38;9.50;612.00;1.57;1.18 +2655;0;2063.00;9.50;89.00;0.00;1.10 +2655;1;2059.00;9.50;78.00;-0.34;1.10 +2655;2;2073.50;9.50;84.50;1.16;1.10 +2655;3;2056.50;9.50;95.00;3.96;1.10 +2655;4;2069.00;9.50;99.50;2.62;1.10 +2655;9;2053.10;9.50;89.00;1.57;1.10 +2655;10;2072.90;9.50;89.00;-1.57;1.10 +2655;11;2056.60;9.50;71.40;-0.34;1.10 +2655;12;2079.80;9.50;81.80;1.16;1.10 +2655;13;2052.60;9.50;98.60;3.96;1.10 +2655;14;2072.60;9.50;105.80;2.62;1.10 2655;21;2053.10;9.50;89.00;1.57;1.10 +2656;0;76.00;9.50;1844.00;0.00;0.70 +2656;1;67.50;9.50;1834.00;-0.70;0.70 +2656;2;81.00;9.50;1836.50;0.58;0.70 +2656;3;62.00;9.50;1842.50;-1.46;0.70 +2656;4;92.00;9.50;1845.00;1.63;0.70 +2656;5;73.00;9.50;1851.00;3.54;0.70 +2656;6;90.00;9.50;1851.00;2.03;0.70 +2656;9;62.32;9.50;1844.00;1.57;0.70 +2656;10;89.68;9.50;1844.00;-1.57;0.70 +2656;11;62.40;9.50;1828.00;-0.70;0.70 +2656;12;84.00;9.50;1832.00;0.58;0.70 +2656;13;53.60;9.50;1841.60;-1.46;0.70 +2656;14;101.60;9.50;1845.60;1.63;0.70 +2656;15;71.20;9.50;1855.20;3.54;0.70 +2656;16;98.40;9.50;1855.20;2.03;0.70 2656;21;62.32;9.50;1844.00;1.57;0.70 +2657;0;1428.00;9.50;866.00;0.00;0.94 +2657;1;1427.00;9.50;848.50;-0.05;0.94 +2657;2;1422.00;9.50;856.50;-0.56;0.94 +2657;3;1435.00;9.50;863.50;1.22;0.94 +2657;4;1423.00;9.50;874.00;3.70;0.94 +2657;5;1435.00;9.50;877.50;2.59;0.94 +2657;6;1431.50;9.50;883.50;2.94;0.94 +2657;9;1419.54;9.50;866.00;1.57;0.94 +2657;10;1436.46;9.50;866.00;-1.57;0.94 +2657;11;1426.40;9.50;838.00;-0.05;0.94 +2657;12;1418.40;9.50;850.80;-0.56;0.94 +2657;13;1439.20;9.50;862.00;1.22;0.94 +2657;14;1420.00;9.50;878.80;3.70;0.94 +2657;15;1439.20;9.50;884.40;2.59;0.94 +2657;16;1433.60;9.50;894.00;2.94;0.94 2657;21;1419.54;9.50;866.00;1.57;0.94 +2658;0;4952.00;9.50;1275.00;0.00;0.90 +2658;1;4941.00;9.55;1263.50;-0.76;0.90 +2658;2;4939.00;9.50;1266.00;-0.96;0.90 +2658;3;4944.00;9.55;1267.50;-0.81;0.90 +2658;4;4951.50;9.50;1270.00;-0.10;0.90 +2658;5;4942.50;9.70;1273.00;-1.36;0.90 +2658;6;4947.50;9.50;1273.00;-1.15;0.90 +2658;7;4957.00;9.50;1273.50;1.27;0.90 +2658;8;4957.00;9.50;1281.50;2.48;0.90 +2658;9;4941.56;9.50;1275.00;1.57;0.90 +2658;10;4962.44;9.50;1275.00;-1.57;0.90 +2658;11;4934.40;9.50;1256.60;-0.76;0.90 +2658;12;4931.20;9.50;1260.60;-0.96;0.90 +2658;13;4939.20;9.50;1263.00;-0.81;0.90 +2658;14;4951.20;9.50;1267.00;-0.10;0.90 +2658;15;4936.80;9.50;1271.80;-1.36;0.90 +2658;16;4944.80;9.50;1271.80;-1.15;0.90 +2658;17;4960.00;9.50;1272.60;1.27;0.90 +2658;18;4960.00;9.50;1285.40;2.48;0.90 2658;21;4941.56;9.50;1275.00;1.57;0.90 +2659;0;3589.00;9.50;122.00;0.00;0.86 +2659;1;3591.00;9.50;106.00;0.12;0.86 +2659;2;3581.50;9.50;111.00;-0.59;0.86 +2659;3;3599.00;9.50;122.50;1.62;0.86 +2659;4;3582.50;9.50;131.00;3.76;0.86 +2659;5;3594.00;9.50;138.00;2.83;0.86 +2659;6;3587.50;9.50;142.50;3.21;0.86 +2659;9;3581.26;9.50;122.00;1.57;0.86 +2659;10;3596.74;9.50;122.00;-1.57;0.86 +2659;11;3592.20;9.50;96.40;0.12;0.86 +2659;12;3577.00;9.50;104.40;-0.59;0.86 +2659;13;3605.00;9.50;122.80;1.62;0.86 +2659;14;3578.60;9.50;136.40;3.76;0.86 +2659;15;3597.00;9.50;147.60;2.83;0.86 +2659;16;3586.60;9.50;154.80;3.21;0.86 2659;21;3581.26;9.50;122.00;1.57;0.86 +2660;0;5288.00;9.50;8.00;0.00;0.52 +2660;1;5264.00;9.50;4.50;-1.42;0.52 +2660;2;5299.50;9.50;11.00;1.82;0.52 +2660;3;5274.00;9.50;11.00;4.50;0.52 +2660;9;5270.54;9.50;8.00;1.57;0.52 +2660;10;5305.46;9.50;8.00;-1.57;0.52 +2660;11;5249.60;9.50;2.40;-1.42;0.52 +2660;12;5306.40;9.50;12.80;1.82;0.52 +2660;13;5265.60;9.50;12.80;4.50;0.52 2660;21;5270.54;9.50;8.00;1.57;0.52 +2661;0;4962.00;9.50;746.00;0.00;1.10 +2661;1;4958.50;9.50;735.00;-0.30;1.10 +2661;2;4975.50;9.50;742.50;1.31;1.10 +2661;3;4946.00;9.50;740.00;-1.21;1.10 +2661;4;4946.50;9.50;749.00;4.52;1.10 +2661;5;4964.00;9.50;756.50;2.95;1.10 +2661;6;4947.00;9.50;758.00;4.03;1.10 +2661;9;4949.22;9.50;746.00;1.57;1.10 +2661;10;4974.78;9.50;746.00;-1.57;1.10 +2661;11;4956.40;9.50;728.40;-0.30;1.10 +2661;12;4983.60;9.50;740.40;1.31;1.10 +2661;13;4936.40;9.50;736.40;-1.21;1.10 +2661;14;4937.20;9.50;750.80;4.52;1.10 +2661;15;4965.20;9.50;762.80;2.95;1.10 +2661;16;4938.00;9.50;765.20;4.03;1.10 2661;21;4949.22;9.50;746.00;1.57;1.10 +2662;0;4888.00;9.50;1100.00;0.00;0.92 +2662;1;4885.50;9.50;1092.00;-0.30;0.92 +2662;2;4900.00;9.50;1093.00;1.04;0.92 +2662;3;4901.00;9.50;1100.50;1.60;0.92 +2662;4;4873.00;9.50;1096.00;-1.31;0.92 +2662;5;4878.00;9.50;1105.00;4.24;0.92 +2662;6;4891.50;9.50;1109.50;2.78;0.92 +2662;9;4877.38;9.50;1100.00;1.57;0.92 +2662;10;4898.62;9.50;1100.00;-1.57;0.92 +2662;11;4884.00;9.50;1087.20;-0.30;0.92 +2662;12;4907.20;9.50;1088.80;1.04;0.92 +2662;13;4908.80;9.50;1100.80;1.60;0.92 +2662;14;4864.00;9.50;1093.60;-1.31;0.92 +2662;15;4872.00;9.50;1108.00;4.24;0.92 +2662;16;4893.60;9.50;1115.20;2.78;0.92 2662;21;4877.38;9.50;1100.00;1.57;0.92 +2663;0;5443.00;9.50;1729.00;0.00;1.10 +2663;1;5439.00;9.50;1715.50;-0.28;1.10 +2663;2;5432.00;9.50;1723.50;-1.10;1.10 +2663;3;5453.00;9.50;1726.50;1.32;1.10 +2663;4;5440.50;9.50;1739.50;3.37;1.10 +2663;5;5452.50;9.50;1740.50;2.45;1.10 +2663;9;5433.10;9.50;1729.00;1.57;1.10 +2663;10;5452.90;9.50;1729.00;-1.57;1.10 +2663;11;5436.60;9.50;1707.40;-0.28;1.10 +2663;12;5425.40;9.50;1720.20;-1.10;1.10 +2663;13;5459.00;9.50;1725.00;1.32;1.10 +2663;14;5439.00;9.50;1745.80;3.37;1.10 +2663;15;5458.20;9.50;1747.40;2.45;1.10 2663;21;5433.10;9.50;1729.00;1.57;1.10 +2664;0;4399.00;9.50;517.00;0.00;1.14 +2664;1;4393.50;9.50;507.00;-0.50;1.14 +2664;2;4409.50;9.50;505.00;0.71;1.14 +2664;3;4410.00;9.50;518.00;1.66;1.14 +2664;4;4386.00;9.50;521.00;4.41;1.14 +2664;5;4393.50;9.50;531.00;3.51;1.14 +2664;9;4386.76;9.50;517.00;1.57;1.14 +2664;10;4411.24;9.50;517.00;-1.57;1.14 +2664;11;4390.20;9.50;501.00;-0.50;1.14 +2664;12;4415.80;9.50;497.80;0.71;1.14 +2664;13;4416.60;9.50;518.60;1.66;1.14 +2664;14;4378.20;9.50;523.40;4.41;1.14 +2664;15;4390.20;9.50;539.40;3.51;1.14 2664;21;4386.76;9.50;517.00;1.57;1.14 +2665;0;3896.00;9.50;607.00;0.00;0.74 +2665;1;3892.50;9.50;598.50;-0.39;0.74 +2665;2;3904.00;9.50;598.50;0.75;0.74 +2665;3;3907.50;9.50;607.50;1.61;0.74 +2665;4;3884.00;9.50;606.00;-1.48;0.74 +2665;5;3884.00;9.50;614.00;4.18;0.74 +2665;6;3890.00;9.50;615.50;3.75;0.74 +2665;7;3902.00;9.50;616.50;2.57;0.74 +2665;9;3887.18;9.50;607.00;1.57;0.74 +2665;10;3904.82;9.50;607.00;-1.57;0.74 +2665;11;3890.40;9.50;593.40;-0.39;0.74 +2665;12;3908.80;9.50;593.40;0.75;0.74 +2665;13;3914.40;9.50;607.80;1.61;0.74 +2665;14;3876.80;9.50;605.40;-1.48;0.74 +2665;15;3876.80;9.50;618.20;4.18;0.74 +2665;16;3886.40;9.50;620.60;3.75;0.74 +2665;17;3905.60;9.50;622.20;2.57;0.74 2665;21;3887.18;9.50;607.00;1.57;0.74 +2666;0;3637.00;9.50;1061.00;0.00;0.98 +2666;1;3632.50;9.50;1051.00;-0.42;0.98 +2666;2;3642.50;9.50;1050.50;0.48;0.98 +2666;3;3624.00;9.50;1052.00;-0.96;0.98 +2666;4;3647.50;9.50;1055.50;1.08;0.98 +2666;5;3623.50;9.50;1059.00;-1.42;0.98 +2666;6;3650.00;9.50;1065.00;1.86;0.98 +2666;7;3631.50;9.50;1068.00;3.80;0.98 +2666;8;3643.50;9.50;1072.50;2.62;0.98 +2666;9;3626.38;9.50;1061.00;1.57;0.98 +2666;10;3647.62;9.50;1061.00;-1.57;0.98 +2666;11;3629.80;9.50;1045.00;-0.42;0.98 +2666;12;3645.80;9.50;1044.20;0.48;0.98 +2666;13;3616.20;9.50;1046.60;-0.96;0.98 +2666;14;3653.80;9.50;1052.20;1.08;0.98 +2666;15;3615.40;9.50;1057.80;-1.42;0.98 +2666;16;3657.80;9.50;1067.40;1.86;0.98 +2666;17;3628.20;9.50;1072.20;3.80;0.98 +2666;18;3647.40;9.50;1079.40;2.62;0.98 2666;21;3626.38;9.50;1061.00;1.57;0.98 +2667;0;3617.00;9.50;169.00;0.00;1.18 +2667;1;3616.00;9.50;155.00;-0.07;1.18 +2667;2;3625.00;9.50;161.00;0.78;1.18 +2667;3;3608.00;9.50;161.50;-0.87;1.18 +2667;4;3608.00;9.50;175.50;4.08;1.18 +2667;5;3632.00;9.50;170.00;1.63;1.18 +2667;6;3623.00;9.50;178.00;2.55;1.18 +2667;7;3614.00;9.50;185.50;3.32;1.18 +2667;9;3606.38;9.50;169.00;1.57;1.18 +2667;10;3627.62;9.50;169.00;-1.57;1.18 +2667;11;3615.40;9.50;146.60;-0.07;1.18 +2667;12;3629.80;9.50;156.20;0.78;1.18 +2667;13;3602.60;9.50;157.00;-0.87;1.18 +2667;14;3602.60;9.50;179.40;4.08;1.18 +2667;15;3641.00;9.50;170.60;1.63;1.18 +2667;16;3626.60;9.50;183.40;2.55;1.18 +2667;17;3612.20;9.50;195.40;3.32;1.18 2667;21;3606.38;9.50;169.00;1.57;1.18 +2668;0;2890.00;9.50;314.00;0.00;0.74 +2668;1;2890.50;9.50;299.50;0.03;0.74 +2668;2;2883.00;9.50;314.00;4.71;0.74 +2668;3;2898.50;9.50;307.50;0.91;0.74 +2668;4;2897.00;9.50;320.00;2.27;0.74 +2668;5;2888.00;9.50;327.00;3.29;0.74 +2668;6;2881.50;9.50;328.50;3.67;0.74 +2668;9;2883.34;9.50;314.00;1.57;0.74 +2668;10;2896.66;9.50;314.00;-1.57;0.74 +2668;11;2890.80;9.50;290.80;0.03;0.74 +2668;12;2878.80;9.50;314.00;4.71;0.74 +2668;13;2903.60;9.50;303.60;0.91;0.74 +2668;14;2901.20;9.50;323.60;2.27;0.74 +2668;15;2886.80;9.50;334.80;3.29;0.74 +2668;16;2876.40;9.50;337.20;3.67;0.74 2668;21;2883.34;9.50;314.00;1.57;0.74 +2669;0;2072.00;9.50;173.00;0.00;1.02 +2669;1;2062.00;9.50;166.00;-0.96;1.02 +2669;2;2074.50;9.50;161.50;0.21;1.02 +2669;3;2082.50;9.50;173.00;1.57;1.02 +2669;4;2066.00;9.50;181.50;3.75;1.02 +2669;5;2078.50;9.50;185.00;2.64;1.02 +2669;9;2062.82;9.50;173.00;1.57;1.02 +2669;10;2081.18;9.50;173.00;-1.57;1.02 +2669;11;2056.00;9.50;161.80;-0.96;1.02 +2669;12;2076.00;9.50;154.60;0.21;1.02 +2669;13;2088.80;9.50;173.00;1.57;1.02 +2669;14;2062.40;9.50;186.60;3.75;1.02 +2669;15;2082.40;9.50;192.20;2.64;1.02 2669;21;2062.82;9.50;173.00;1.57;1.02 +2670;0;1985.00;9.50;960.00;0.00;0.98 +2670;1;1993.00;9.50;948.50;0.60;0.98 +2670;2;1984.50;9.50;955.00;-0.10;0.98 +2670;3;1996.50;9.50;951.50;0.93;0.98 +2670;4;1988.50;9.50;963.00;2.27;0.98 +2670;5;1972.50;9.50;961.00;4.63;0.98 +2670;6;1973.00;9.50;964.00;4.39;0.98 +2670;7;1976.50;9.50;969.00;3.89;0.98 +2670;9;1974.92;9.50;960.00;1.57;0.98 +2670;10;1995.08;9.50;960.00;-1.57;0.98 +2670;11;1997.80;9.51;941.60;0.60;0.98 +2670;12;1984.20;9.50;952.00;-0.10;0.98 +2670;13;2003.40;9.50;946.40;0.93;0.98 +2670;14;1990.60;9.50;964.80;2.27;0.98 +2670;15;1965.00;9.50;961.60;4.63;0.98 +2670;16;1965.80;9.50;966.40;4.39;0.98 +2670;17;1971.40;9.50;974.40;3.89;0.98 2670;21;1974.92;9.50;960.00;1.57;0.98 +2671;0;2315.00;9.50;1766.00;0.00;1.32 +2671;1;2325.00;9.50;1752.00;0.62;1.32 +2671;2;2310.50;9.50;1753.50;-0.34;1.32 +2671;3;2331.00;9.50;1762.00;1.32;1.32 +2671;4;2299.50;9.50;1765.00;-1.50;1.32 +2671;5;2321.50;9.50;1778.50;2.66;1.32 +2671;6;2308.00;9.50;1780.00;3.60;1.32 +2671;9;2302.58;9.50;1766.00;1.57;1.32 +2671;10;2327.42;9.50;1766.00;-1.57;1.32 +2671;11;2331.00;9.50;1743.60;0.62;1.32 +2671;12;2307.80;9.50;1746.00;-0.34;1.32 +2671;13;2340.60;9.50;1759.60;1.32;1.32 +2671;14;2290.20;9.50;1764.40;-1.50;1.32 +2671;15;2325.40;9.50;1786.00;2.66;1.32 +2671;16;2303.80;9.50;1788.40;3.60;1.32 2671;21;2302.58;9.50;1766.00;1.57;1.32 +2672;0;1303.00;9.50;1237.00;0.00;1.10 +2672;1;1297.00;9.50;1218.50;-0.31;1.10 +2672;2;1308.50;9.50;1224.00;0.40;1.10 +2672;3;1294.00;9.50;1226.00;-0.68;1.10 +2672;4;1291.00;9.50;1236.50;-1.52;1.10 +2672;5;1315.00;9.50;1243.00;2.03;1.10 +2672;6;1292.00;9.50;1247.50;3.95;1.10 +2672;7;1302.00;9.50;1253.50;3.20;1.10 +2672;8;1292.50;9.50;1253.00;3.72;1.10 +2672;9;1293.10;9.50;1237.00;1.57;1.10 +2672;10;1312.90;9.50;1237.00;-1.57;1.10 +2672;11;1293.40;9.50;1207.40;-0.31;1.10 +2672;12;1311.80;9.50;1216.20;0.40;1.10 +2672;13;1288.60;9.50;1219.40;-0.68;1.10 +2672;14;1283.80;9.50;1236.20;-1.52;1.10 +2672;15;1322.20;9.50;1246.60;2.03;1.10 +2672;16;1285.40;9.50;1253.80;3.95;1.10 +2672;17;1301.40;9.50;1263.40;3.20;1.10 +2672;18;1286.20;9.50;1262.60;3.72;1.10 2672;21;1293.10;9.50;1237.00;1.57;1.10 +2673;0;684.00;9.50;167.00;0.00;1.22 +2673;1;678.00;9.50;156.50;-0.51;1.22 +2673;2;695.00;9.50;156.00;0.78;1.22 +2673;3;700.00;9.50;166.00;1.50;1.22 +2673;4;670.50;9.50;171.50;4.39;1.22 +2673;5;687.50;9.50;178.50;2.84;1.22 +2673;6;700.50;9.50;173.00;1.92;1.22 +2673;7;674.50;9.50;183.00;3.67;1.22 +2673;9;671.76;9.50;167.00;1.57;1.22 +2673;10;696.24;9.50;167.00;-1.57;1.22 +2673;11;674.40;9.50;150.20;-0.51;1.22 +2673;12;701.60;9.50;149.40;0.78;1.22 +2673;13;709.60;9.50;165.40;1.50;1.22 +2673;14;662.40;9.50;174.20;4.39;1.22 +2673;15;689.60;9.50;185.40;2.84;1.22 +2673;16;710.40;9.50;176.60;1.92;1.22 +2673;17;668.80;9.50;192.60;3.67;1.22 2673;21;671.76;9.50;167.00;1.57;1.22 +2674;0;273.00;9.50;695.00;0.00;1.46 +2674;1;280.00;9.50;682.00;0.49;1.46 +2674;2;266.00;9.50;681.00;-0.46;1.46 +2674;3;253.50;9.50;687.50;-1.20;1.46 +2674;4;284.00;9.50;687.00;0.94;1.46 +2674;5;285.50;9.50;694.50;1.53;1.46 +2674;6;261.00;9.50;698.00;4.46;1.46 +2674;7;288.00;9.50;704.00;2.11;1.46 +2674;8;279.00;9.50;711.00;2.78;1.46 +2674;9;259.14;9.50;695.00;1.57;1.46 +2674;10;286.86;9.50;695.00;-1.57;1.46 +2674;11;284.20;9.50;674.20;0.49;1.46 +2674;12;261.80;9.50;672.60;-0.46;1.46 +2674;13;241.80;9.50;683.00;-1.20;1.46 +2674;14;290.60;9.50;682.20;0.94;1.46 +2674;15;293.00;9.50;694.20;1.53;1.46 +2674;16;253.80;9.50;699.80;4.46;1.46 +2674;17;297.00;9.50;709.40;2.11;1.46 +2674;18;282.60;9.50;720.60;2.78;1.46 2674;21;259.14;9.50;695.00;1.57;1.46 +2675;0;57.00;9.50;1639.00;0.00;1.28 +2675;1;54.50;9.50;1626.50;-0.19;1.28 +2675;2;69.50;9.50;1631.00;1.00;1.28 +2675;3;43.00;9.50;1640.00;4.64;1.28 +2675;4;67.00;9.50;1646.50;2.21;1.28 +2675;5;50.50;9.50;1651.00;3.63;1.28 +2675;9;44.94;9.50;1639.00;1.57;1.28 +2675;10;69.06;9.50;1639.00;-1.57;1.28 +2675;11;53.00;9.50;1619.00;-0.19;1.28 +2675;12;77.00;9.50;1626.20;1.00;1.28 +2675;13;34.60;9.50;1640.60;4.64;1.28 +2675;14;73.00;9.50;1651.00;2.21;1.28 +2675;15;46.60;9.50;1658.20;3.63;1.28 2675;21;44.94;9.50;1639.00;1.57;1.28 +2676;0;509.00;9.50;1621.00;0.00;1.10 +2676;1;502.00;9.50;1611.50;-0.63;1.10 +2676;2;526.00;9.50;1617.50;1.36;1.10 +2676;3;485.00;9.50;1616.50;-1.38;1.10 +2676;4;491.50;9.50;1625.50;4.46;1.10 +2676;5;515.00;9.50;1630.50;2.57;1.10 +2676;6;532.50;9.50;1628.00;1.86;1.10 +2676;9;491.72;9.50;1621.00;1.57;1.10 +2676;10;526.28;9.50;1621.00;-1.57;1.10 +2676;11;497.80;9.50;1605.80;-0.63;1.10 +2676;12;536.20;9.50;1615.40;1.36;1.10 +2676;13;470.60;9.50;1613.80;-1.38;1.10 +2676;14;481.00;9.50;1628.20;4.46;1.10 +2676;15;518.60;9.50;1636.20;2.57;1.10 +2676;16;546.60;9.50;1632.20;1.86;1.10 2676;21;491.72;9.50;1621.00;1.57;1.10 +2677;0;654.00;9.50;939.00;0.00;0.98 +2677;1;640.50;9.50;937.50;-1.46;0.98 +2677;2;657.00;9.50;928.50;0.27;0.98 +2677;3;666.50;9.50;941.00;1.72;0.98 +2677;4;639.00;9.50;948.50;4.14;0.98 +2677;5;650.00;9.50;950.00;3.49;0.98 +2677;9;642.66;9.50;939.00;1.57;0.98 +2677;10;665.34;9.50;939.00;-1.57;0.98 +2677;11;632.40;9.50;936.60;-1.46;0.98 +2677;12;658.80;9.50;922.20;0.27;0.98 +2677;13;674.00;9.50;942.20;1.72;0.98 +2677;14;630.00;9.50;954.20;4.14;0.98 +2677;15;647.60;9.50;956.60;3.49;0.98 2677;21;642.66;9.50;939.00;1.57;0.98 +2678;0;831.00;9.50;1315.00;0.00;0.88 +2678;1;808.50;9.50;1312.50;-1.46;0.88 +2678;2;829.00;9.50;1305.00;-0.19;0.88 +2678;3;852.50;9.50;1306.50;1.19;0.88 +2678;4;853.50;9.50;1317.00;1.65;0.88 +2678;5;804.50;9.50;1321.50;4.47;0.88 +2678;6;811.50;9.50;1323.50;4.30;0.88 +2678;7;831.50;9.50;1325.50;3.09;0.88 +2678;9;810.12;9.50;1315.00;1.57;0.88 +2678;10;851.88;9.50;1315.00;-1.57;0.88 +2678;11;795.00;9.50;1311.00;-1.46;0.88 +2678;12;827.80;9.50;1299.00;-0.19;0.88 +2678;13;865.40;9.50;1301.40;1.19;0.88 +2678;14;867.00;9.50;1318.20;1.65;0.88 +2678;15;788.60;9.50;1325.40;4.47;0.88 +2678;16;799.80;9.50;1328.60;4.30;0.88 +2678;17;831.80;9.50;1331.80;3.09;0.88 2678;21;810.12;9.50;1315.00;1.57;0.88 +2679;0;3465.00;9.50;1896.00;0.00;0.84 +2679;1;3450.00;9.50;1886.00;-0.98;0.84 +2679;2;3446.50;9.50;1888.00;-1.16;0.84 +2679;3;3467.50;9.70;1892.00;0.55;0.84 +2679;4;3480.00;9.50;1897.50;1.67;0.84 +2679;5;3446.50;9.50;1892.50;-1.38;0.84 +2679;6;3452.50;9.50;1896.00;4.71;0.84 +2679;7;3467.00;9.50;1901.50;2.79;0.84 +2679;9;3451.50;9.50;1896.00;1.57;0.84 +2679;10;3478.50;9.50;1896.00;-1.57;0.84 +2679;11;3441.00;9.52;1880.00;-0.98;0.84 +2679;12;3435.40;9.50;1883.20;-1.16;0.84 +2679;13;3469.00;9.70;1889.60;0.55;0.84 +2679;14;3489.00;9.50;1898.40;1.67;0.84 +2679;15;3435.40;9.50;1890.40;-1.38;0.84 +2679;16;3445.00;9.50;1896.00;4.71;0.84 +2679;17;3468.20;9.50;1904.80;2.79;0.84 2679;21;3451.50;9.50;1896.00;1.57;0.84 +2680;0;3593.00;9.50;555.00;0.00;0.96 +2680;1;3597.50;9.50;540.50;0.30;0.96 +2680;2;3586.00;9.50;544.00;-0.56;0.96 +2680;3;3603.00;9.50;555.00;1.57;0.96 +2680;4;3582.50;9.50;560.50;4.23;0.96 +2680;5;3592.00;9.50;570.50;3.20;0.96 +2680;6;3584.00;9.50;572.50;3.61;0.96 +2680;9;3584.36;9.50;555.00;1.57;0.96 +2680;10;3601.64;9.50;555.00;-1.57;0.96 +2680;11;3600.20;9.50;531.80;0.30;0.96 +2680;12;3581.80;9.50;537.40;-0.56;0.96 +2680;13;3609.00;9.50;555.00;1.57;0.96 +2680;14;3576.20;9.50;563.80;4.23;0.96 +2680;15;3591.40;9.50;579.80;3.20;0.96 +2680;16;3578.60;9.50;583.00;3.61;0.96 2680;21;3584.36;9.50;555.00;1.57;0.96 +2681;0;2007.00;9.50;218.00;0.00;1.34 +2681;1;2009.00;9.50;201.50;0.12;1.34 +2681;2;1997.00;9.50;206.00;-0.69;1.34 +2681;3;2017.50;9.50;212.50;1.08;1.34 +2681;4;1989.00;9.50;210.50;-1.17;1.34 +2681;5;1995.50;9.50;222.50;4.33;1.34 +2681;6;2022.00;9.50;227.00;2.11;1.34 +2681;7;2011.50;9.50;232.50;2.84;1.34 +2681;9;1994.22;9.50;218.00;1.57;1.34 +2681;10;2019.78;9.50;218.00;-1.57;1.34 +2681;11;2010.20;9.50;191.60;0.12;1.34 +2681;12;1991.00;9.50;198.80;-0.69;1.34 +2681;13;2023.80;9.50;209.20;1.08;1.34 +2681;14;1978.20;9.50;206.00;-1.17;1.34 +2681;15;1988.60;9.50;225.20;4.33;1.34 +2681;16;2031.00;9.50;232.40;2.11;1.34 +2681;17;2014.20;9.50;241.20;2.84;1.34 2681;21;1994.22;9.50;218.00;1.57;1.34 +2682;0;176.00;9.50;1738.00;0.00;1.44 +2682;1;183.00;9.50;1722.50;0.42;1.44 +2682;2;173.50;9.50;1721.00;-0.14;1.44 +2682;3;166.00;9.50;1734.00;-1.19;1.44 +2682;4;193.50;9.50;1730.50;1.16;1.44 +2682;5;183.50;9.50;1745.50;2.35;1.44 +2682;6;157.00;9.50;1748.50;4.20;1.44 +2682;7;164.50;9.50;1753.00;3.79;1.44 +2682;9;161.60;9.50;1738.00;1.57;1.44 +2682;10;190.40;9.50;1738.00;-1.57;1.44 +2682;11;187.20;9.50;1713.20;0.42;1.44 +2682;12;172.00;9.50;1710.80;-0.14;1.44 +2682;13;160.00;9.50;1731.60;-1.19;1.44 +2682;14;204.00;9.50;1726.00;1.16;1.44 +2682;15;188.00;9.50;1750.00;2.35;1.44 +2682;16;145.60;9.50;1754.80;4.20;1.44 +2682;17;157.60;9.50;1762.00;3.79;1.44 2682;21;161.60;9.50;1738.00;1.57;1.44 +2683;0;1460.00;9.50;941.00;0.00;1.42 +2683;1;1460.50;9.50;925.50;0.03;1.42 +2683;2;1446.00;9.50;932.00;-0.99;1.42 +2683;3;1475.50;9.50;933.50;1.12;1.42 +2683;4;1472.00;9.50;949.50;2.18;1.42 +2683;5;1444.00;9.50;945.50;4.43;1.42 +2683;6;1454.00;9.50;955.50;3.53;1.42 +2683;7;1465.50;9.50;963.50;2.90;1.42 +2683;8;1465.00;9.50;964.00;2.92;1.42 +2683;9;1447.22;9.50;941.00;1.57;1.42 +2683;10;1472.78;9.50;941.00;-1.57;1.42 +2683;11;1460.80;9.50;916.20;0.03;1.42 +2683;12;1437.60;9.50;926.60;-0.99;1.42 +2683;13;1484.80;9.50;929.00;1.12;1.42 +2683;14;1479.20;9.50;954.60;2.18;1.42 +2683;15;1434.40;9.50;948.20;4.43;1.42 +2683;16;1450.40;9.50;964.20;3.53;1.42 +2683;17;1468.80;9.50;977.00;2.90;1.42 +2683;18;1468.00;9.50;977.80;2.92;1.42 2683;21;1447.22;9.50;941.00;1.57;1.42 +2684;0;4894.00;9.50;1251.00;0.00;0.84 +2684;1;4882.50;9.50;1241.00;-0.85;0.84 +2684;2;4881.50;9.50;1251.00;4.71;0.84 +2684;3;4886.00;9.50;1244.50;-0.88;0.84 +2684;4;4892.00;9.50;1245.00;-0.32;0.84 +2684;5;4896.50;9.50;1246.00;0.46;0.84 +2684;6;4906.50;9.50;1245.00;1.12;0.84 +2684;7;4909.50;9.50;1245.50;1.23;0.84 +2684;8;4902.50;9.50;1247.00;1.13;0.84 +2684;9;4882.48;9.50;1251.00;1.57;0.84 +2684;10;4905.52;9.50;1251.00;-1.57;0.84 +2684;11;4875.60;11.11;1235.00;-0.85;0.84 +2684;12;4874.00;9.50;1251.00;4.71;0.84 +2684;13;4881.20;9.50;1240.60;-0.88;0.84 +2684;14;4890.80;9.50;1241.40;-0.32;0.84 +2684;15;4898.00;9.50;1243.00;0.46;0.84 +2684;16;4914.00;10.49;1241.40;1.12;0.84 +2684;17;4918.80;9.50;1242.20;1.23;0.84 +2684;18;4907.60;9.50;1244.60;1.13;0.84 2684;21;4882.48;9.50;1251.00;1.57;0.84 +2685;0;3814.00;9.50;104.00;0.00;1.20 +2685;1;3819.00;9.50;93.50;0.44;1.20 +2685;2;3802.50;9.50;99.50;-1.19;1.20 +2685;3;3829.00;9.50;105.50;1.67;1.20 +2685;4;3803.50;9.50;115.00;3.90;1.20 +2685;5;3818.50;9.50;114.50;2.73;1.20 +2685;9;3802.30;9.50;104.00;1.57;1.20 +2685;10;3825.70;9.50;104.00;-1.57;1.20 +2685;11;3822.00;9.50;87.20;0.44;1.20 +2685;12;3795.60;9.50;96.80;-1.19;1.20 +2685;13;3838.00;9.50;106.40;1.67;1.20 +2685;14;3797.20;9.50;121.60;3.90;1.20 +2685;15;3821.20;9.50;120.80;2.73;1.20 2685;21;3802.30;9.50;104.00;1.57;1.20 +2686;0;5019.00;9.50;739.00;0.00;1.00 +2686;1;5017.50;9.50;730.00;-0.16;1.00 +2686;2;4999.00;9.50;727.00;-1.03;1.00 +2686;3;5004.00;9.50;739.00;4.71;1.00 +2686;4;5038.00;9.50;740.50;1.65;1.00 +2686;5;5025.50;9.50;747.50;2.48;1.00 +2686;6;5010.00;9.50;751.50;3.76;1.00 +2686;9;5004.60;9.50;739.00;1.57;1.00 +2686;10;5033.40;9.50;739.00;-1.57;1.00 +2686;11;5016.60;9.50;724.60;-0.16;1.00 +2686;12;4987.00;9.50;719.80;-1.03;1.00 +2686;13;4995.00;9.50;739.00;4.71;1.00 +2686;14;5049.40;9.50;741.40;1.65;1.00 +2686;15;5029.40;9.50;752.60;2.48;1.00 +2686;16;5004.60;9.50;759.00;3.76;1.00 2686;21;5004.60;9.50;739.00;1.57;1.00 +2687;0;4872.00;9.50;1067.00;0.00;1.02 +2687;1;4877.00;9.50;1054.00;0.36;1.02 +2687;2;4866.00;9.50;1059.00;-0.64;1.02 +2687;3;4884.00;9.50;1064.00;1.32;1.02 +2687;4;4860.00;9.50;1071.50;4.35;1.02 +2687;5;4877.50;9.50;1075.50;2.56;1.02 +2687;9;4859.22;9.50;1067.00;1.57;1.02 +2687;10;4884.78;9.50;1067.00;-1.57;1.02 +2687;11;4880.00;9.50;1046.20;0.36;1.02 +2687;12;4862.40;9.50;1054.20;-0.64;1.02 +2687;13;4891.20;9.50;1062.20;1.32;1.02 +2687;14;4852.80;9.50;1074.20;4.35;1.02 +2687;15;4880.80;9.50;1080.60;2.56;1.02 2687;21;4859.22;9.50;1067.00;1.57;1.02 +2688;0;5407.00;9.50;1760.00;0.00;1.08 +2688;1;5402.50;9.50;1750.00;-0.42;1.08 +2688;2;5422.50;9.50;1755.00;1.25;1.08 +2688;3;5385.50;9.50;1754.50;-1.32;1.08 +2688;4;5396.00;9.50;1765.50;4.24;1.08 +2688;5;5422.50;9.50;1769.00;2.09;1.08 +2688;9;5389.18;9.50;1760.00;1.57;1.08 +2688;10;5424.82;9.50;1760.00;-1.57;1.08 +2688;11;5399.80;9.50;1744.00;-0.42;1.08 +2688;12;5431.80;9.50;1752.00;1.25;1.08 +2688;13;5372.60;9.50;1751.20;-1.32;1.08 +2688;14;5389.40;9.50;1768.80;4.24;1.08 +2688;15;5431.80;9.50;1774.40;2.09;1.08 2688;21;5389.18;9.50;1760.00;1.57;1.08 +2689;0;4403.00;9.50;561.00;0.00;0.86 +2689;1;4395.50;9.50;553.00;-0.75;0.86 +2689;2;4411.00;9.50;556.00;1.01;0.86 +2689;3;4388.00;9.50;555.00;-1.19;0.86 +2689;4;4393.50;9.50;562.50;4.55;0.86 +2689;5;4418.50;9.50;560.50;1.53;0.86 +2689;6;4402.50;9.50;562.50;3.46;0.86 +2689;7;4414.00;9.50;564.50;1.87;0.86 +2689;8;4400.00;9.50;571.50;3.42;0.86 +2689;9;4391.48;9.50;561.00;1.57;0.86 +2689;10;4414.52;9.50;561.00;-1.57;0.86 +2689;11;4391.00;9.50;548.20;-0.75;0.86 +2689;12;4415.80;9.50;553.00;1.01;0.86 +2689;13;4379.00;9.50;551.40;-1.19;0.86 +2689;14;4387.80;9.50;563.40;4.55;0.86 +2689;15;4427.80;9.50;560.20;1.53;0.86 +2689;16;4402.20;9.50;563.40;3.46;0.86 +2689;17;4420.60;9.50;566.60;1.87;0.86 +2689;18;4398.20;9.50;577.80;3.42;0.86 2689;21;4391.48;9.50;561.00;1.57;0.86 +2690;0;3851.00;9.50;599.00;0.00;0.86 +2690;1;3845.50;9.50;589.00;-0.50;0.86 +2690;2;3855.00;9.50;590.50;0.44;0.86 +2690;3;3841.00;9.50;598.50;-1.52;0.86 +2690;4;3861.50;9.50;602.00;1.84;0.86 +2690;5;3840.00;9.50;606.50;4.11;0.86 +2690;6;3851.00;9.50;608.50;3.14;0.86 +2690;9;3843.26;9.50;599.00;1.57;0.86 +2690;10;3858.74;9.50;599.00;-1.57;0.86 +2690;11;3842.20;9.50;583.00;-0.50;0.86 +2690;12;3857.40;9.50;585.40;0.44;0.86 +2690;13;3835.00;9.50;598.20;-1.52;0.86 +2690;14;3867.80;9.50;603.80;1.84;0.86 +2690;15;3833.40;9.50;611.00;4.11;0.86 +2690;16;3851.00;9.50;614.20;3.14;0.86 2690;21;3843.26;9.50;599.00;1.57;0.86 +2691;0;3609.00;9.50;1085.00;0.00;1.10 +2691;1;3601.00;9.50;1073.50;-0.60;1.10 +2691;2;3603.50;9.50;1077.50;-0.63;1.10 +2691;3;3617.50;9.50;1080.00;1.03;1.10 +2691;4;3598.00;9.50;1083.50;-1.43;1.10 +2691;5;3624.00;9.50;1087.00;1.70;1.10 +2691;6;3616.50;9.50;1091.50;2.28;1.10 +2691;7;3602.00;9.50;1091.00;4.00;1.10 +2691;8;3609.00;9.50;1095.50;3.14;1.10 +2691;9;3598.38;9.50;1085.00;1.57;1.10 +2691;10;3619.62;9.50;1085.00;-1.57;1.10 +2691;11;3596.20;9.50;1066.60;-0.60;1.10 +2691;12;3600.20;9.50;1073.00;-0.63;1.10 +2691;13;3622.60;9.50;1077.00;1.03;1.10 +2691;14;3591.40;9.50;1082.60;-1.43;1.10 +2691;15;3633.00;9.50;1088.20;1.70;1.10 +2691;16;3621.00;9.50;1095.40;2.28;1.10 +2691;17;3597.80;9.50;1094.60;4.00;1.10 +2691;18;3609.00;9.50;1101.80;3.14;1.10 2691;21;3598.38;9.50;1085.00;1.57;1.10 +2692;0;3723.00;9.50;174.00;0.00;1.06 +2692;1;3722.00;9.50;161.50;-0.08;1.06 +2692;2;3734.00;9.50;168.00;1.07;1.06 +2692;3;3712.00;9.50;173.00;-1.48;1.06 +2692;4;3729.00;9.50;183.00;2.55;1.06 +2692;5;3716.00;9.50;185.50;3.68;1.06 +2692;9;3713.46;9.50;174.00;1.57;1.06 +2692;10;3732.54;9.50;174.00;-1.57;1.06 +2692;11;3721.40;9.50;154.00;-0.08;1.06 +2692;12;3740.60;9.50;164.40;1.07;1.06 +2692;13;3705.40;9.50;172.40;-1.48;1.06 +2692;14;3732.60;9.50;188.40;2.55;1.06 +2692;15;3711.80;9.50;192.40;3.68;1.06 2692;21;3713.46;9.50;174.00;1.57;1.06 +2693;0;2923.00;9.50;343.00;0.00;0.92 +2693;1;2924.50;9.50;331.00;0.12;0.92 +2693;2;2913.50;9.50;334.50;-0.84;0.92 +2693;3;2932.00;9.50;343.50;1.62;0.92 +2693;4;2916.50;9.50;348.00;4.05;0.92 +2693;5;2933.00;9.50;354.50;2.42;0.92 +2693;6;2926.00;9.50;356.00;2.91;0.92 +2693;9;2914.72;9.50;343.00;1.57;0.92 +2693;10;2931.28;9.50;343.00;-1.57;0.92 +2693;11;2925.40;9.50;323.80;0.12;0.92 +2693;12;2907.80;9.50;329.40;-0.84;0.92 +2693;13;2937.40;9.50;343.80;1.62;0.92 +2693;14;2912.60;9.50;351.00;4.05;0.92 +2693;15;2939.00;9.50;361.40;2.42;0.92 +2693;16;2927.80;9.50;363.80;2.91;0.92 2693;21;2914.72;9.50;343.00;1.57;0.92 +2694;0;2131.00;9.50;466.00;0.00;0.98 +2694;1;2130.00;9.50;450.00;-0.06;0.98 +2694;2;2140.00;9.50;456.00;0.73;0.98 +2694;3;2123.50;9.50;465.00;-1.43;0.98 +2694;4;2138.00;9.50;472.00;2.27;0.98 +2694;5;2118.00;9.50;477.50;3.98;0.98 +2694;6;2122.50;9.50;480.00;3.68;0.98 +2694;7;2130.50;9.50;481.50;3.17;0.98 +2694;9;2122.18;9.50;466.00;1.57;0.98 +2694;10;2139.82;9.50;466.00;-1.57;0.98 +2694;11;2129.40;9.50;440.40;-0.06;0.98 +2694;12;2145.40;9.50;450.00;0.73;0.98 +2694;13;2119.00;9.50;464.40;-1.43;0.98 +2694;14;2142.20;9.50;475.60;2.27;0.98 +2694;15;2110.20;9.50;484.40;3.98;0.98 +2694;16;2117.40;9.50;488.40;3.68;0.98 +2694;17;2130.20;9.50;490.80;3.17;0.98 2694;21;2122.18;9.50;466.00;1.57;0.98 +2695;0;2748.00;9.50;1905.00;0.00;1.02 +2695;1;2745.00;9.50;1884.00;-0.14;1.02 +2695;2;2757.00;9.50;1891.00;0.57;1.02 +2695;3;2736.50;9.50;1904.50;-1.52;1.02 +2695;4;2759.50;9.50;1913.00;2.17;1.02 +2695;5;2748.50;9.50;1924.00;3.11;1.02 +2695;9;2738.82;9.50;1905.00;1.57;1.02 +2695;10;2757.18;9.50;1905.00;-1.57;1.02 +2695;11;2743.20;9.50;1871.40;-0.14;1.02 +2695;12;2762.40;9.50;1882.60;0.57;1.02 +2695;13;2729.60;9.50;1904.20;-1.52;1.02 +2695;14;2766.40;9.50;1917.80;2.17;1.02 +2695;15;2748.80;9.50;1935.40;3.11;1.02 2695;21;2738.82;9.50;1905.00;1.57;1.02 +2696;0;2251.00;9.50;1768.00;0.00;1.04 +2696;1;2257.50;9.50;1755.50;0.48;1.04 +2696;2;2267.50;9.50;1766.00;1.45;1.04 +2696;3;2237.50;9.50;1764.00;-1.28;1.04 +2696;4;2231.00;9.50;1776.50;4.31;1.04 +2696;5;2247.50;9.50;1779.00;3.45;1.04 +2696;6;2267.00;9.50;1777.00;2.08;1.04 +2696;9;2236.60;9.50;1768.00;1.57;1.04 +2696;10;2265.40;9.50;1768.00;-1.57;1.04 +2696;11;2261.40;9.50;1748.00;0.48;1.04 +2696;12;2277.40;9.50;1764.80;1.45;1.04 +2696;13;2229.40;9.50;1761.60;-1.28;1.04 +2696;14;2219.00;9.50;1781.60;4.31;1.04 +2696;15;2245.40;9.50;1785.60;3.45;1.04 +2696;16;2276.60;9.50;1782.40;2.08;1.04 2696;21;2236.60;9.50;1768.00;1.57;1.04 +2697;0;1370.00;9.50;1194.00;0.00;1.12 +2697;1;1360.00;9.50;1179.50;-0.60;1.12 +2697;2;1368.00;9.50;1181.50;-0.15;1.12 +2697;3;1361.00;9.50;1194.50;4.65;1.12 +2697;4;1377.00;9.50;1186.00;0.71;1.12 +2697;5;1382.00;9.50;1198.00;1.89;1.12 +2697;6;1375.50;9.50;1206.00;2.71;1.12 +2697;7;1365.00;9.50;1208.50;3.47;1.12 +2697;9;1359.92;9.50;1194.00;1.57;1.12 +2697;10;1380.08;9.50;1194.00;-1.57;1.12 +2697;11;1354.00;9.50;1170.80;-0.60;1.12 +2697;12;1366.80;9.50;1174.00;-0.15;1.12 +2697;13;1355.60;9.50;1194.80;4.65;1.12 +2697;14;1381.20;9.50;1181.20;0.71;1.12 +2697;15;1389.20;9.50;1200.40;1.89;1.12 +2697;16;1378.80;9.50;1213.20;2.71;1.12 +2697;17;1362.00;9.50;1217.20;3.47;1.12 2697;21;1359.92;9.50;1194.00;1.57;1.12 +2698;0;752.00;9.50;166.00;0.00;1.26 +2698;1;754.00;9.50;148.00;0.11;1.26 +2698;2;755.50;9.50;148.00;0.19;1.26 +2698;3;744.00;9.50;153.50;-0.56;1.26 +2698;4;765.50;9.50;162.50;1.31;1.26 +2698;5;734.00;9.50;165.50;-1.54;1.26 +2698;6;744.50;9.50;176.00;3.78;1.26 +2698;7;764.00;9.50;178.00;2.35;1.26 +2698;9;737.96;9.50;166.00;1.57;1.26 +2698;10;766.04;9.50;166.00;-1.57;1.26 +2698;11;755.20;9.50;137.20;0.11;1.26 +2698;12;757.60;9.50;137.20;0.19;1.26 +2698;13;739.20;9.50;146.00;-0.56;1.26 +2698;14;773.60;9.50;160.40;1.31;1.26 +2698;15;723.20;9.50;165.20;-1.54;1.26 +2698;16;740.00;9.50;182.00;3.78;1.26 +2698;17;771.20;9.50;185.20;2.35;1.26 2698;21;737.96;9.50;166.00;1.57;1.26 +2699;0;219.00;9.50;715.00;0.00;1.16 +2699;1;211.00;9.50;705.00;-0.67;1.16 +2699;2;234.00;9.50;708.00;1.13;1.16 +2699;3;200.00;9.50;712.50;-1.44;1.16 +2699;4;242.50;9.50;718.50;1.71;1.16 +2699;5;206.00;9.50;724.50;4.08;1.16 +2699;6;225.50;9.50;724.00;2.51;1.16 +2699;9;202.44;9.50;715.00;1.57;1.16 +2699;10;235.56;9.50;715.00;-1.57;1.16 +2699;11;206.20;9.50;699.00;-0.67;1.16 +2699;12;243.00;9.50;703.80;1.13;1.16 +2699;13;188.60;9.50;711.00;-1.44;1.16 +2699;14;256.60;9.50;720.60;1.71;1.16 +2699;15;198.20;9.50;730.20;4.08;1.16 +2699;16;229.40;9.50;729.40;2.51;1.16 2699;21;202.44;9.50;715.00;1.57;1.16 +2700;0;96.00;9.50;1667.00;0.00;1.22 +2700;1;86.50;9.50;1660.50;-0.97;1.22 +2700;2;98.50;9.50;1653.00;0.17;1.22 +2700;3;107.50;9.50;1658.00;0.90;1.22 +2700;4;107.50;9.50;1669.50;1.78;1.22 +2700;5;79.00;9.50;1669.50;4.56;1.22 +2700;6;85.50;9.50;1675.50;4.03;1.22 +2700;7;97.50;9.50;1680.50;3.03;1.22 +2700;9;83.40;9.50;1667.00;1.57;1.22 +2700;10;108.60;9.50;1667.00;-1.57;1.22 +2700;11;80.80;9.50;1656.60;-0.97;1.22 +2700;12;100.00;9.50;1644.60;0.17;1.22 +2700;13;114.40;9.50;1652.60;0.90;1.22 +2700;14;114.40;9.50;1671.00;1.78;1.22 +2700;15;68.80;9.50;1671.00;4.56;1.22 +2700;16;79.20;9.50;1680.60;4.03;1.22 +2700;17;98.40;9.50;1688.60;3.03;1.22 2700;21;83.40;9.50;1667.00;1.57;1.22 +2701;0;570.00;9.50;1590.00;0.00;1.58 +2701;1;558.00;9.50;1582.00;-0.98;1.58 +2701;2;580.50;9.50;1576.50;0.66;1.58 +2701;3;590.00;9.50;1587.00;1.42;1.58 +2701;4;556.50;9.50;1602.00;3.98;1.58 +2701;5;574.50;9.50;1602.50;2.79;1.58 +2701;9;554.16;9.50;1590.00;1.57;1.58 +2701;10;585.84;9.50;1590.00;-1.57;1.58 +2701;11;550.80;9.50;1577.20;-0.98;1.58 +2701;12;586.80;9.50;1568.40;0.66;1.58 +2701;13;602.00;9.50;1585.20;1.42;1.58 +2701;14;548.40;9.50;1609.20;3.98;1.58 +2701;15;577.20;9.50;1610.00;2.79;1.58 2701;21;554.16;9.50;1590.00;1.57;1.58 +2702;0;670.00;9.50;889.00;0.00;1.46 +2702;1;668.00;9.50;873.00;-0.12;1.46 +2702;2;657.00;9.50;870.00;-0.60;1.46 +2702;3;655.50;9.50;880.00;-1.01;1.46 +2702;4;684.50;9.50;880.00;1.01;1.46 +2702;5;686.50;9.50;894.00;1.86;1.46 +2702;6;654.00;9.50;896.00;4.30;1.46 +2702;7;665.00;9.50;903.50;3.47;1.46 +2702;8;681.00;9.50;905.50;2.55;1.46 +2702;9;656.50;9.50;889.00;1.57;1.46 +2702;10;683.50;9.50;889.00;-1.57;1.46 +2702;11;666.80;9.50;863.40;-0.12;1.46 +2702;12;649.20;9.50;858.60;-0.60;1.46 +2702;13;646.80;9.50;874.60;-1.01;1.46 +2702;14;693.20;9.50;874.60;1.01;1.46 +2702;15;696.40;9.50;897.00;1.86;1.46 +2702;16;644.40;9.50;900.20;4.30;1.46 +2702;17;662.00;9.50;912.20;3.47;1.46 +2702;18;687.60;9.50;915.40;2.55;1.46 2702;21;656.50;9.50;889.00;1.57;1.46 +2704;0;3605.00;9.50;738.00;0.00;0.98 +2704;1;3604.00;9.50;727.50;-0.09;0.98 +2704;2;3622.00;9.50;733.00;1.28;0.98 +2704;3;3584.50;9.50;729.00;-1.15;0.98 +2704;4;3580.50;9.50;731.00;-1.29;0.98 +2704;5;3586.00;9.50;739.00;4.66;0.98 +2704;6;3625.50;9.50;740.00;1.66;0.98 +2704;7;3624.00;9.50;745.50;1.94;0.98 +2704;8;3589.50;9.50;746.50;4.21;0.98 +2704;9;3588.62;9.50;738.00;1.57;0.98 +2704;10;3621.38;9.50;738.00;-1.57;0.98 +2704;11;3603.40;9.50;721.20;-0.09;0.98 +2704;12;3632.20;9.50;730.00;1.28;0.98 +2704;13;3572.20;9.50;723.60;-1.15;0.98 +2704;14;3565.80;9.50;726.80;-1.29;0.98 +2704;15;3574.60;9.50;739.60;4.66;0.98 +2704;16;3637.80;9.50;741.20;1.66;0.98 +2704;17;3635.40;9.50;750.00;1.94;0.98 +2704;18;3580.20;9.50;751.60;4.21;0.98 2704;21;3588.62;9.50;738.00;1.57;0.98 +2705;0;2064.00;9.50;252.00;0.00;1.18 +2705;1;2061.50;9.50;240.50;-0.21;1.18 +2705;2;2074.50;9.50;243.00;0.86;1.18 +2705;3;2050.50;9.50;244.00;-1.03;1.18 +2705;4;2076.00;9.50;258.00;2.03;1.18 +2705;5;2048.00;9.50;251.50;-1.54;1.18 +2705;6;2060.00;9.50;262.00;3.52;1.18 +2705;9;2052.12;9.50;252.00;1.57;1.18 +2705;10;2075.88;9.50;252.00;-1.57;1.18 +2705;11;2060.00;9.50;233.60;-0.21;1.18 +2705;12;2080.80;9.50;237.60;0.86;1.18 +2705;13;2042.40;9.50;239.20;-1.03;1.18 +2705;14;2083.20;9.50;261.60;2.03;1.18 +2705;15;2038.40;9.50;251.20;-1.54;1.18 +2705;16;2057.60;9.50;268.00;3.52;1.18 2705;21;2052.12;9.50;252.00;1.57;1.18 +2706;0;256.00;9.50;1907.00;0.00;1.02 +2706;1;258.50;9.50;1897.50;0.25;1.02 +2706;2;246.00;9.50;1897.50;-0.81;1.02 +2706;3;265.00;9.50;1910.50;1.94;1.02 +2706;4;245.00;9.50;1901.00;-1.07;1.02 +2706;5;242.00;9.50;1907.00;4.71;1.02 +2706;6;245.50;9.50;1915.50;4.03;1.02 +2706;7;251.00;9.50;1922.00;3.46;1.02 +2706;9;243.94;9.50;1907.00;1.57;1.02 +2706;10;268.06;9.50;1907.00;-1.57;1.02 +2706;11;260.00;9.50;1891.80;0.25;1.02 +2706;12;240.00;9.50;1891.80;-0.81;1.02 +2706;13;270.40;9.50;1912.60;1.94;1.02 +2706;14;238.40;9.50;1897.40;-1.07;1.02 +2706;15;233.60;9.50;1907.00;4.71;1.02 +2706;16;239.20;9.50;1920.60;4.03;1.02 +2706;17;248.00;9.50;1931.00;3.46;1.02 2706;21;243.94;9.50;1907.00;1.57;1.02 +2707;0;1515.00;9.50;919.00;0.00;1.50 +2707;1;1504.00;9.50;898.50;-0.49;1.50 +2707;2;1498.50;9.50;909.00;-1.02;1.50 +2707;3;1518.50;9.50;908.50;0.32;1.50 +2707;4;1531.50;9.50;924.00;1.86;1.50 +2707;5;1503.00;9.50;922.50;4.42;1.50 +2707;6;1515.50;9.50;933.50;3.10;1.50 +2707;7;1528.50;9.50;937.00;2.49;1.50 +2707;9;1501.50;9.50;919.00;1.57;1.50 +2707;10;1528.50;9.50;919.00;-1.57;1.50 +2707;11;1497.40;9.50;886.20;-0.49;1.50 +2707;12;1488.60;9.50;903.00;-1.02;1.50 +2707;13;1520.60;9.50;902.20;0.32;1.50 +2707;14;1541.40;9.50;927.00;1.86;1.50 +2707;15;1495.80;9.50;924.60;4.42;1.50 +2707;16;1515.80;9.50;942.20;3.10;1.50 +2707;17;1536.60;9.50;947.80;2.49;1.50 2707;21;1501.50;9.50;919.00;1.57;1.50 +2708;0;4807.00;9.50;1204.00;0.00;1.06 +2708;1;4807.00;9.50;1194.00;0.00;1.06 +2708;2;4823.50;9.50;1191.50;0.92;1.06 +2708;3;4821.00;9.50;1196.00;1.05;1.06 +2708;4;4825.00;9.50;1194.00;1.06;1.06 +2708;5;4824.50;9.50;1196.00;1.14;1.06 +2708;6;4819.00;9.50;1201.50;1.36;1.06 +2708;7;4792.00;9.50;1196.50;-1.10;1.06 +2708;8;4790.00;9.50;1208.00;4.48;1.06 +2708;9;4793.86;9.50;1204.00;1.57;1.06 +2708;10;4820.14;9.50;1204.00;-1.57;1.06 +2708;11;4807.00;9.50;1188.00;0.00;1.06 +2708;12;4833.40;9.50;1184.00;0.92;1.06 +2708;13;4829.40;9.50;1191.20;1.05;1.06 +2708;14;4835.80;9.50;1188.00;1.06;1.06 +2708;15;4835.00;9.50;1191.20;1.14;1.06 +2708;16;4826.20;9.50;1200.00;1.36;1.06 +2708;17;4783.00;9.50;1192.00;-1.10;1.06 +2708;18;4779.80;9.50;1210.40;4.48;1.06 2708;21;4793.86;9.50;1204.00;1.57;1.06 +2709;0;3716.00;9.50;12.00;0.00;0.52 +2709;1;3701.50;9.50;12.00;4.71;0.52 +2709;2;3730.00;9.50;12.00;1.57;0.52 +2709;3;3711.50;9.50;19.00;3.71;0.52 +2709;9;3702.68;9.50;12.00;1.57;0.52 +2709;10;3729.32;9.50;12.00;-1.57;0.52 +2709;11;3692.80;9.50;12.00;4.71;0.52 +2709;12;3738.40;9.50;12.00;1.57;0.52 +2709;13;3708.80;9.50;23.20;3.71;0.52 2709;21;3702.68;9.50;12.00;1.57;0.52 +2710;0;5240.00;9.50;25.00;0.00;0.92 +2710;1;5229.00;9.50;19.00;-1.07;0.92 +2710;2;5250.00;9.50;19.50;1.06;0.92 +2710;3;5231.00;9.50;30.00;4.20;0.92 +2710;4;5260.50;9.50;25.50;1.59;0.92 +2710;5;5252.50;9.50;31.00;2.01;0.92 +2710;6;5244.50;9.50;37.00;2.78;0.92 +2710;9;5224.52;9.50;25.00;1.57;0.92 +2710;10;5255.48;9.50;25.00;-1.57;0.92 +2710;11;5222.40;9.50;15.40;-1.07;0.92 +2710;12;5256.00;9.50;16.20;1.06;0.92 +2710;13;5225.60;9.50;33.00;4.20;0.92 +2710;14;5272.80;9.50;25.80;1.59;0.92 +2710;15;5260.00;9.50;34.60;2.01;0.92 +2710;16;5247.20;9.50;44.20;2.78;0.92 2710;21;5224.52;9.50;25.00;1.57;0.92 +2711;0;5051.00;9.50;789.00;0.00;1.76 +2711;1;5041.50;9.50;772.50;-0.52;1.76 +2711;2;5051.00;9.50;776.00;0.00;1.76 +2711;3;5057.00;9.50;776.50;0.44;1.76 +2711;4;5033.50;9.50;784.50;-1.31;1.76 +2711;5;5064.50;9.50;789.00;1.57;1.76 +2711;6;5049.50;9.50;802.50;3.25;1.76 +2711;7;5064.50;9.50;806.00;2.47;1.76 +2711;9;5034.80;9.50;789.00;1.57;1.76 +2711;10;5067.20;9.50;789.00;-1.57;1.76 +2711;11;5035.80;9.50;762.60;-0.52;1.76 +2711;12;5051.00;11.15;768.20;0.00;1.76 +2711;13;5060.60;9.50;769.00;0.44;1.76 +2711;14;5023.00;9.50;781.80;-1.31;1.76 +2711;15;5072.60;9.50;789.00;1.57;1.76 +2711;16;5048.60;9.50;810.60;3.25;1.76 +2711;17;5072.60;9.50;816.20;2.47;1.76 2711;21;5034.80;9.50;789.00;1.57;1.76 +2712;0;4846.00;9.50;1027.00;0.00;1.22 +2712;1;4840.50;9.50;1014.00;-0.40;1.22 +2712;2;4857.50;9.50;1024.00;1.31;1.22 +2712;3;4829.50;9.50;1014.50;-0.92;1.22 +2712;4;4835.50;9.50;1029.50;4.47;1.22 +2712;5;4853.00;9.50;1039.00;2.61;1.22 +2712;6;4842.00;9.50;1044.00;3.37;1.22 +2712;9;4833.58;9.50;1027.00;1.57;1.22 +2712;10;4858.42;9.50;1027.00;-1.57;1.22 +2712;11;4837.20;9.50;1006.20;-0.40;1.22 +2712;12;4864.40;9.50;1022.20;1.31;1.22 +2712;13;4819.60;9.50;1007.00;-0.92;1.22 +2712;14;4829.20;9.50;1031.00;4.47;1.22 +2712;15;4857.20;9.50;1046.20;2.61;1.22 +2712;16;4839.60;9.50;1054.20;3.37;1.22 2712;21;4833.58;9.50;1027.00;1.57;1.22 +2713;0;5392.00;9.50;1713.00;0.00;1.16 +2713;1;5379.00;9.50;1697.00;-0.68;1.16 +2713;2;5392.50;9.50;1700.50;0.04;1.16 +2713;3;5379.00;9.50;1712.00;-1.49;1.16 +2713;4;5405.00;9.50;1704.00;0.96;1.16 +2713;5;5406.50;9.50;1715.50;1.74;1.16 +2713;6;5395.00;9.50;1726.50;2.92;1.16 +2713;9;5381.56;9.50;1713.00;1.57;1.16 +2713;10;5402.44;9.50;1713.00;-1.57;1.16 +2713;11;5371.20;9.50;1687.40;-0.68;1.16 +2713;12;5392.80;9.50;1693.00;0.04;1.16 +2713;13;5371.20;9.50;1711.40;-1.49;1.16 +2713;14;5412.80;9.50;1698.60;0.96;1.16 +2713;15;5415.20;9.50;1717.00;1.74;1.16 +2713;16;5396.80;9.50;1734.60;2.92;1.16 2713;21;5381.56;9.50;1713.00;1.57;1.16 +2714;0;4438.00;9.50;532.00;0.00;1.28 +2714;1;4439.50;9.50;513.50;0.08;1.28 +2714;2;4429.50;9.50;525.50;-0.91;1.28 +2714;3;4444.50;9.50;519.00;0.46;1.28 +2714;4;4451.50;9.50;528.50;1.31;1.28 +2714;5;4452.50;9.50;533.50;1.67;1.28 +2714;6;4447.50;9.50;537.00;2.05;1.28 +2714;7;4428.50;9.50;541.50;3.92;1.28 +2714;8;4448.00;9.50;542.00;2.35;1.28 +2714;9;4426.48;9.50;532.00;1.57;1.28 +2714;10;4449.52;9.50;532.00;-1.57;1.28 +2714;11;4440.40;9.50;502.40;0.08;1.28 +2714;12;4424.40;9.50;521.60;-0.91;1.28 +2714;13;4448.40;9.50;511.20;0.46;1.28 +2714;14;4459.60;9.50;526.40;1.31;1.28 +2714;15;4461.20;9.50;534.40;1.67;1.28 +2714;16;4453.20;9.50;540.00;2.05;1.28 +2714;17;4422.80;9.50;547.20;3.92;1.28 +2714;18;4454.00;9.50;548.00;2.35;1.28 2714;21;4426.48;9.50;532.00;1.57;1.28 +2715;0;3838.00;9.50;557.00;0.00;1.04 +2715;1;3831.50;9.50;551.00;-0.82;1.04 +2715;2;3844.50;9.50;548.50;0.65;1.04 +2715;3;3847.50;9.50;559.50;1.82;1.04 +2715;4;3830.00;9.50;564.50;3.95;1.04 +2715;5;3839.00;9.50;568.00;3.05;1.04 +2715;9;3828.64;9.50;557.00;1.57;1.04 +2715;10;3847.36;9.50;557.00;-1.57;1.04 +2715;11;3827.60;9.50;547.40;-0.82;1.04 +2715;12;3848.40;9.50;543.40;0.65;1.04 +2715;13;3853.20;9.50;561.00;1.82;1.04 +2715;14;3825.20;9.50;569.00;3.95;1.04 +2715;15;3839.60;9.50;574.60;3.05;1.04 2715;21;3828.64;9.50;557.00;1.57;1.04 +2716;0;3732.00;9.50;976.00;0.00;0.94 +2716;1;3723.50;9.50;968.50;-0.84;0.94 +2716;2;3733.00;9.50;966.00;0.10;0.94 +2716;3;3740.50;9.50;978.50;1.85;0.94 +2716;4;3724.50;9.50;979.50;4.27;0.94 +2716;5;3732.00;9.50;986.50;3.14;0.94 +2716;6;3737.50;9.50;988.50;2.72;0.94 +2716;7;3743.00;9.50;989.00;2.43;0.94 +2716;9;3723.54;9.50;976.00;1.57;0.94 +2716;10;3740.46;9.50;976.00;-1.57;0.94 +2716;11;3718.40;9.50;964.00;-0.84;0.94 +2716;12;3733.60;9.50;960.00;0.10;0.94 +2716;13;3745.60;9.50;980.00;1.85;0.94 +2716;14;3720.00;9.50;981.60;4.27;0.94 +2716;15;3732.00;9.50;992.80;3.14;0.94 +2716;16;3740.80;9.50;996.00;2.72;0.94 +2716;17;3749.60;9.50;996.80;2.43;0.94 2716;21;3723.54;9.50;976.00;1.57;0.94 +2717;0;3678.00;9.50;170.00;0.00;1.14 +2717;1;3686.00;9.50;157.50;0.56;1.14 +2717;2;3671.50;9.50;161.50;-0.65;1.14 +2717;3;3689.50;9.50;171.00;1.65;1.14 +2717;4;3662.50;9.50;170.50;4.68;1.14 +2717;5;3668.50;9.50;177.50;4.04;1.14 +2717;6;3681.00;9.50;182.50;2.90;1.14 +2717;9;3667.74;9.50;170.00;1.57;1.14 +2717;10;3688.26;9.50;170.00;-1.57;1.14 +2717;11;3690.80;9.50;150.00;0.56;1.14 +2717;12;3667.60;9.50;156.40;-0.65;1.14 +2717;13;3696.40;9.50;171.60;1.65;1.14 +2717;14;3653.20;9.50;170.80;4.68;1.14 +2717;15;3662.80;9.50;182.00;4.04;1.14 +2717;16;3682.80;9.50;190.00;2.90;1.14 2717;21;3667.74;9.50;170.00;1.57;1.14 +2718;0;2891.00;9.50;361.00;0.00;0.88 +2718;1;2888.50;9.50;350.50;-0.23;0.88 +2718;2;2900.50;9.50;357.00;1.17;0.88 +2718;3;2880.50;9.50;360.00;-1.47;0.88 +2718;4;2901.00;9.50;368.00;2.18;0.88 +2718;5;2888.00;9.50;370.00;3.46;0.88 +2718;9;2881.82;9.50;361.00;1.57;0.88 +2718;10;2900.18;9.50;361.00;-1.57;0.88 +2718;11;2887.00;9.50;344.20;-0.23;0.88 +2718;12;2906.20;9.50;354.60;1.17;0.88 +2718;13;2874.20;9.50;359.40;-1.47;0.88 +2718;14;2907.00;9.50;372.20;2.18;0.88 +2718;15;2886.20;9.50;375.40;3.46;0.88 2718;21;2881.82;9.50;361.00;1.57;0.88 +2719;0;2170.00;9.50;483.00;0.00;1.06 +2719;1;2166.50;9.50;471.50;-0.29;1.06 +2719;2;2157.50;9.50;480.50;-1.37;1.06 +2719;3;2178.50;9.50;471.50;0.63;1.06 +2719;4;2183.00;9.50;482.00;1.49;1.06 +2719;5;2155.00;9.50;489.50;4.30;1.06 +2719;6;2160.50;9.50;492.00;3.95;1.06 +2719;7;2173.50;9.50;494.50;2.84;1.06 +2719;8;2166.00;9.50;496.50;3.43;1.06 +2719;9;2158.48;9.50;483.00;1.57;1.06 +2719;10;2181.52;9.50;483.00;-1.57;1.06 +2719;11;2164.40;9.50;464.60;-0.29;1.06 +2719;12;2150.00;9.50;479.00;-1.37;1.06 +2719;13;2183.60;9.50;464.60;0.63;1.06 +2719;14;2190.80;9.50;481.40;1.49;1.06 +2719;15;2146.00;9.50;493.40;4.30;1.06 +2719;16;2154.80;9.50;497.40;3.95;1.06 +2719;17;2175.60;9.50;501.40;2.84;1.06 +2719;18;2163.60;9.50;504.60;3.43;1.06 2719;21;2158.48;9.50;483.00;1.57;1.06 +2720;0;1951.00;9.50;1003.00;0.00;1.12 +2720;1;1948.50;9.50;994.00;-0.27;1.12 +2720;2;1959.50;9.50;990.50;0.59;1.12 +2720;3;1961.50;9.50;1000.00;1.29;1.12 +2720;4;1937.00;9.50;1001.50;-1.46;1.12 +2720;5;1942.50;9.50;1010.00;4.02;1.12 +2720;6;1962.50;9.50;1007.00;1.90;1.12 +2720;7;1956.00;9.50;1012.00;2.63;1.12 +2720;8;1949.50;9.50;1017.50;3.24;1.12 +2720;9;1940.92;9.50;1003.00;1.57;1.12 +2720;10;1961.08;9.50;1003.00;-1.57;1.12 +2720;11;1947.00;9.50;988.60;-0.27;1.12 +2720;12;1964.60;9.50;983.00;0.59;1.12 +2720;13;1967.80;9.50;998.20;1.29;1.12 +2720;14;1928.60;9.50;1000.60;-1.46;1.12 +2720;15;1937.40;9.50;1014.20;4.02;1.12 +2720;16;1969.40;9.50;1009.40;1.90;1.12 +2720;17;1959.00;9.50;1017.40;2.63;1.12 +2720;18;1948.60;9.50;1026.20;3.24;1.12 2720;21;1940.92;9.50;1003.00;1.57;1.12 +2721;0;2285.00;9.50;1721.00;0.00;0.94 +2721;1;2288.00;9.50;1709.50;0.25;0.94 +2721;2;2302.00;9.50;1719.50;1.48;0.94 +2721;3;2269.50;9.50;1720.50;-1.53;0.94 +2721;4;2295.50;9.50;1731.00;2.33;0.94 +2721;5;2261.50;9.50;1731.50;4.29;0.94 +2721;6;2274.50;9.50;1732.00;3.90;0.94 +2721;9;2270.06;9.50;1721.00;1.57;0.94 +2721;10;2299.94;9.50;1721.00;-1.57;0.94 +2721;11;2289.80;9.50;1702.60;0.25;0.94 +2721;12;2312.20;9.50;1718.60;1.48;0.94 +2721;13;2260.20;9.50;1720.20;-1.53;0.94 +2721;14;2301.80;9.50;1737.00;2.33;0.94 +2721;15;2247.40;9.50;1737.80;4.29;0.94 +2721;16;2268.20;9.50;1738.60;3.90;0.94 2721;21;2270.06;9.50;1721.00;1.57;0.94 +2722;0;1407.00;9.50;1319.00;0.00;0.96 +2722;1;1397.50;9.50;1313.00;-1.00;0.96 +2722;2;1409.50;9.50;1307.00;0.20;0.96 +2722;3;1420.50;9.50;1308.00;0.88;0.96 +2722;4;1416.50;9.50;1321.00;1.77;0.96 +2722;5;1397.50;9.50;1326.50;4.04;0.96 +2722;6;1405.00;9.50;1333.50;3.27;0.96 +2722;7;1398.50;9.50;1332.50;3.70;0.96 +2722;9;1398.36;9.50;1319.00;1.57;0.96 +2722;10;1415.64;9.50;1319.00;-1.57;0.96 +2722;11;1391.80;9.50;1309.40;-1.00;0.96 +2722;12;1411.00;9.50;1299.80;0.20;0.96 +2722;13;1428.60;9.50;1301.40;0.88;0.96 +2722;14;1422.20;9.50;1322.20;1.77;0.96 +2722;15;1391.80;9.50;1331.00;4.04;0.96 +2722;16;1403.80;9.50;1342.20;3.27;0.96 +2722;17;1393.40;9.50;1340.60;3.70;0.96 2722;21;1398.36;9.50;1319.00;1.57;0.96 +2723;0;833.00;9.50;288.00;0.00;1.64 +2723;1;818.50;9.50;281.00;-1.12;1.64 +2723;2;839.50;9.50;275.00;0.46;1.64 +2723;3;851.50;9.50;287.50;1.54;1.64 +2723;4;825.00;9.50;301.00;3.69;1.64 +2723;5;842.00;9.50;301.50;2.55;1.64 +2723;6;836.00;9.50;310.00;3.00;1.64 +2723;9;818.06;9.50;288.00;1.57;1.64 +2723;10;847.94;9.50;288.00;-1.57;1.64 +2723;11;809.80;9.50;276.80;-1.12;1.64 +2723;12;843.40;9.50;267.20;0.46;1.64 +2723;13;862.60;9.50;287.20;1.54;1.64 +2723;14;820.20;9.50;308.80;3.69;1.64 +2723;15;847.40;9.50;309.60;2.55;1.64 +2723;16;837.80;9.50;323.20;3.00;1.64 2723;21;818.06;9.50;288.00;1.57;1.64 +2724;0;236.00;9.50;752.00;0.00;1.08 +2724;1;234.00;9.50;742.50;-0.20;1.08 +2724;2;249.50;9.50;754.50;1.75;1.08 +2724;3;249.50;9.50;747.50;1.24;1.08 +2724;4;219.00;9.50;753.00;4.65;1.08 +2724;5;223.00;9.50;760.50;4.13;1.08 +2724;6;237.00;9.50;762.50;3.04;1.08 +2724;9;224.12;9.50;752.00;1.57;1.08 +2724;10;247.88;9.50;752.00;-1.57;1.08 +2724;11;232.80;9.50;736.80;-0.20;1.08 +2724;12;257.60;9.50;756.00;1.75;1.08 +2724;13;257.60;9.50;744.80;1.24;1.08 +2724;14;208.80;9.50;753.60;4.65;1.08 +2724;15;215.20;9.50;765.60;4.13;1.08 +2724;16;237.60;9.50;768.80;3.04;1.08 2724;21;224.12;9.50;752.00;1.57;1.08 +2725;0;49.00;9.50;1704.00;0.00;1.34 +2725;1;62.00;9.50;1694.00;0.91;1.34 +2725;2;44.50;9.50;1697.50;-0.60;1.34 +2725;3;59.50;9.50;1706.50;1.80;1.34 +2725;4;34.00;9.50;1714.50;4.10;1.34 +2725;5;42.50;9.50;1717.00;3.60;1.34 +2725;9;36.04;9.50;1704.00;1.57;1.34 +2725;10;61.96;9.50;1704.00;-1.57;1.34 +2725;11;69.80;9.50;1688.00;0.91;1.34 +2725;12;41.80;9.50;1693.60;-0.60;1.34 +2725;13;65.80;9.50;1708.00;1.80;1.34 +2725;14;25.00;9.50;1720.80;4.10;1.34 +2725;15;38.60;9.50;1724.80;3.60;1.34 2725;21;36.04;9.50;1704.00;1.57;1.34 +2726;0;602.00;9.50;1627.00;0.00;1.16 +2726;1;590.50;9.50;1621.00;-1.09;1.16 +2726;2;613.50;9.50;1614.00;0.72;1.16 +2726;3;618.50;9.50;1628.00;1.63;1.16 +2726;4;579.00;9.50;1631.00;4.54;1.16 +2726;5;580.50;9.50;1634.50;4.37;1.16 +2726;6;596.50;9.50;1639.00;3.57;1.16 +2726;7;612.50;9.50;1639.50;2.44;1.16 +2726;9;585.80;9.50;1627.00;1.57;1.16 +2726;10;618.20;9.50;1627.00;-1.57;1.16 +2726;11;583.60;9.50;1617.40;-1.09;1.16 +2726;12;620.40;9.50;1606.20;0.72;1.16 +2726;13;628.40;9.50;1628.60;1.63;1.16 +2726;14;565.20;9.50;1633.40;4.54;1.16 +2726;15;567.60;9.50;1639.00;4.37;1.16 +2726;16;593.20;9.50;1646.20;3.57;1.16 +2726;17;618.80;9.50;1647.00;2.44;1.16 2726;21;585.80;9.50;1627.00;1.57;1.16 +2727;0;855.00;9.50;836.00;0.00;1.34 +2727;1;860.50;9.50;823.00;0.40;1.34 +2727;2;872.50;9.50;829.00;1.19;1.34 +2727;3;845.50;9.50;826.50;-0.78;1.34 +2727;4;840.00;9.50;841.00;4.39;1.34 +2727;5;860.50;9.50;845.50;2.61;1.34 +2727;6;876.50;9.50;838.00;1.66;1.34 +2727;7;843.00;9.50;854.00;3.73;1.34 +2727;9;840.42;9.50;836.00;1.57;1.34 +2727;10;869.58;9.50;836.00;-1.57;1.34 +2727;11;863.80;9.50;815.20;0.40;1.34 +2727;12;883.00;9.50;824.80;1.19;1.34 +2727;13;839.80;9.50;820.80;-0.78;1.34 +2727;14;831.00;9.50;844.00;4.39;1.34 +2727;15;863.80;9.50;851.20;2.61;1.34 +2727;16;889.40;9.50;839.20;1.66;1.34 +2727;17;835.80;9.50;864.80;3.73;1.34 2727;21;840.42;9.50;836.00;1.57;1.34 +2728;0;784.00;9.50;1364.00;0.00;1.40 +2728;1;788.00;9.50;1348.00;0.24;1.40 +2728;2;775.00;9.50;1354.50;-0.75;1.40 +2728;3;798.00;9.50;1360.00;1.29;1.40 +2728;4;771.50;9.50;1372.00;4.14;1.40 +2728;5;788.50;9.50;1375.50;2.76;1.40 +2728;9;771.40;9.50;1364.00;1.57;1.40 +2728;10;796.60;9.50;1364.00;-1.57;1.40 +2728;11;790.40;9.50;1338.40;0.24;1.40 +2728;12;769.60;9.50;1348.80;-0.75;1.40 +2728;13;806.40;9.50;1357.60;1.29;1.40 +2728;14;764.00;9.50;1376.80;4.14;1.40 +2728;15;791.20;9.50;1382.40;2.76;1.40 2728;21;771.40;9.50;1364.00;1.57;1.40 +2729;0;2930.00;9.50;1608.00;0.00;0.74 +2729;1;2931.00;9.50;1599.50;0.11;0.74 +2729;2;2941.00;9.50;1599.50;0.91;0.74 +2729;3;2934.50;9.50;1599.50;0.48;0.74 +2729;4;2942.50;9.50;1599.00;0.94;0.74 +2729;5;2936.00;9.50;1601.50;0.74;0.74 +2729;6;2942.50;9.50;1600.00;1.00;0.74 +2729;7;2939.00;9.50;1603.00;1.06;0.74 +2729;8;2923.50;9.50;1607.50;-1.49;0.74 +2729;9;2921.90;9.50;1608.00;1.57;0.74 +2729;10;2938.10;9.50;1608.00;-1.57;0.74 +2729;11;2931.60;9.50;1594.40;0.11;0.74 +2729;12;2947.60;9.59;1594.40;0.91;0.74 +2729;13;2937.20;9.50;1594.40;0.48;0.74 +2729;14;2950.00;9.50;1593.60;0.94;0.74 +2729;15;2939.60;9.50;1597.60;0.74;0.74 +2729;16;2950.00;9.50;1595.20;1.00;0.74 +2729;17;2944.40;9.50;1600.00;1.06;0.74 +2729;18;2919.60;9.50;1607.20;-1.49;0.74 2729;21;2921.90;9.50;1608.00;1.57;0.74 +2730;0;3631.00;9.50;823.00;0.00;1.18 +2730;1;3625.50;9.50;812.00;-0.46;1.18 +2730;2;3637.00;9.50;810.00;0.43;1.18 +2730;3;3641.50;9.50;825.00;1.75;1.18 +2730;4;3616.00;9.50;819.00;-1.31;1.18 +2730;5;3617.00;9.50;824.50;4.60;1.18 +2730;6;3631.00;9.50;834.50;3.14;1.18 +2730;7;3639.50;9.50;835.00;2.52;1.18 +2730;8;3644.50;9.50;836.50;2.35;1.18 +2730;9;3620.38;9.50;823.00;1.57;1.18 +2730;10;3641.62;9.50;823.00;-1.57;1.18 +2730;11;3622.20;9.50;805.40;-0.46;1.18 +2730;12;3640.60;9.50;802.20;0.43;1.18 +2730;13;3647.80;9.50;826.20;1.75;1.18 +2730;14;3607.00;9.50;816.60;-1.31;1.18 +2730;15;3608.60;9.50;825.40;4.60;1.18 +2730;16;3631.00;9.50;841.40;3.14;1.18 +2730;17;3644.60;9.50;842.20;2.52;1.18 +2730;18;3652.60;9.50;844.60;2.35;1.18 2730;21;3620.38;9.50;823.00;1.57;1.18 +2731;0;2159.00;9.50;430.00;0.00;0.76 +2731;1;2151.50;9.50;416.00;-0.49;0.76 +2731;2;2157.50;9.50;416.00;-0.10;0.76 +2731;3;2149.50;9.50;423.50;-0.97;0.76 +2731;4;2164.50;9.50;422.00;0.60;0.76 +2731;5;2168.00;9.50;436.50;2.19;0.76 +2731;6;2154.00;9.50;438.00;3.70;0.76 +2731;7;2161.00;9.50;445.00;3.00;0.76 +2731;9;2152.16;9.50;430.00;1.57;0.76 +2731;10;2165.84;9.50;430.00;-1.57;0.76 +2731;11;2147.00;9.50;407.60;-0.49;0.76 +2731;12;2156.60;9.50;407.60;-0.10;0.76 +2731;13;2143.80;9.50;419.60;-0.97;0.76 +2731;14;2167.80;9.50;417.20;0.60;0.76 +2731;15;2173.40;9.50;440.40;2.19;0.76 +2731;16;2151.00;9.50;442.80;3.70;0.76 +2731;17;2162.20;9.50;454.00;3.00;0.76 2731;21;2152.16;9.50;430.00;1.57;0.76 +2732;0;439.00;9.50;1677.00;0.00;0.96 +2732;1;440.50;9.50;1669.00;0.18;0.96 +2732;2;457.50;9.50;1674.50;1.43;0.96 +2732;3;422.00;9.50;1681.00;4.48;0.96 +2732;4;439.00;9.50;1686.00;3.14;0.96 +2732;9;424.24;9.50;1677.00;1.57;0.96 +2732;10;453.76;9.50;1677.00;-1.57;0.96 +2732;11;441.40;9.50;1664.20;0.18;0.96 +2732;12;468.60;9.50;1673.00;1.43;0.96 +2732;13;411.80;9.50;1683.40;4.48;0.96 +2732;14;439.00;9.50;1691.40;3.14;0.96 2732;21;424.24;9.50;1677.00;1.57;0.96 +2733;0;1504.00;9.50;963.00;0.00;1.08 +2733;1;1510.00;9.50;955.50;0.67;1.08 +2733;2;1494.00;9.50;960.50;-1.32;1.08 +2733;3;1517.50;9.50;969.50;2.02;1.08 +2733;4;1503.50;9.50;971.50;3.20;1.08 +2733;9;1493.02;9.50;963.00;1.57;1.08 +2733;10;1514.98;9.50;963.00;-1.57;1.08 +2733;11;1513.60;9.50;951.00;0.67;1.08 +2733;12;1488.00;9.50;959.00;-1.32;1.08 +2733;13;1525.60;9.50;973.40;2.02;1.08 +2733;14;1503.20;9.50;976.60;3.20;1.08 2733;21;1493.02;9.50;963.00;1.57;1.08 +2734;0;4679.78;9.50;1299.47;-0.60;1.38 +2734;1;4670.50;9.50;1289.50;-0.32;1.38 +2734;2;4673.50;9.50;1288.50;-0.14;1.38 +2734;3;4676.00;9.50;1290.00;0.00;1.38 +2734;4;4667.50;9.50;1293.00;-0.57;1.38 +2734;5;4678.50;9.50;1298.50;0.32;1.38 +2734;6;4663.00;9.50;1296.50;-0.94;1.38 +2734;7;4659.50;9.50;1300.00;-1.22;1.38 +2734;8;4658.50;9.50;1304.00;-1.45;1.38 +2734;9;4662.68;9.50;1306.00;1.57;1.38 +2734;10;4689.32;9.50;1306.00;-1.57;1.38 +2734;11;4667.20;9.50;1279.60;-0.32;1.38 +2734;12;4672.00;9.50;1278.00;-0.14;1.38 +2734;13;4676.00;9.50;1280.40;0.00;1.38 +2734;14;4662.40;9.50;1285.20;-0.57;1.38 +2734;15;4680.00;9.50;1294.00;0.32;1.38 +2734;16;4655.20;9.50;1290.80;-0.94;1.38 +2734;17;4649.60;9.50;1296.40;-1.22;1.38 +2734;18;4648.00;9.50;1302.80;-1.45;1.38 2734;21;4662.68;9.50;1306.00;1.57;1.38 +2735;0;4980.00;9.50;786.00;0.00;0.94 +2735;1;4973.00;9.50;776.50;-0.63;0.94 +2735;2;4990.50;9.50;775.00;0.76;0.94 +2735;3;4998.00;9.50;783.00;1.40;0.94 +2735;4;4962.00;9.50;788.00;4.60;0.94 +2735;5;4962.50;9.50;783.00;-1.40;0.94 +2735;6;4968.50;9.50;792.50;4.19;0.94 +2735;7;4979.00;9.50;794.50;3.25;0.94 +2735;8;4995.00;9.50;793.50;2.03;0.94 +2735;9;4962.36;9.50;786.00;1.57;0.94 +2735;10;4997.64;9.50;786.00;-1.57;0.94 +2735;11;4968.80;9.50;770.80;-0.63;0.94 +2735;12;4996.80;9.50;768.40;0.76;0.94 +2735;13;5008.80;9.50;781.20;1.40;0.94 +2735;14;4951.20;9.50;789.20;4.60;0.94 +2735;15;4952.00;9.50;781.20;-1.40;0.94 +2735;16;4961.60;9.50;796.40;4.19;0.94 +2735;17;4978.40;9.58;799.60;3.25;0.94 +2735;18;5004.00;9.50;798.00;2.03;0.94 2735;21;4962.36;9.50;786.00;1.57;0.94 +2736;0;4888.00;9.50;1006.00;0.00;1.26 +2736;1;4887.50;9.50;989.00;-0.02;1.26 +2736;2;4879.00;9.50;996.00;-0.73;1.26 +2736;3;4898.00;9.50;1002.00;1.19;1.26 +2736;4;4878.50;9.50;1013.50;4.04;1.26 +2736;5;4895.00;9.50;1018.50;2.63;1.26 +2736;6;4885.00;9.50;1023.50;3.31;1.26 +2736;9;4876.66;9.50;1006.00;1.57;1.26 +2736;10;4899.34;9.50;1006.00;-1.57;1.26 +2736;11;4887.20;9.50;978.80;-0.02;1.26 +2736;12;4873.60;9.50;990.00;-0.73;1.26 +2736;13;4904.00;9.50;999.60;1.19;1.26 +2736;14;4872.80;9.50;1018.00;4.04;1.26 +2736;15;4899.20;9.50;1026.00;2.63;1.26 +2736;16;4883.20;9.50;1034.00;3.31;1.26 2736;21;4876.66;9.50;1006.00;1.57;1.26 +2737;0;4490.00;9.50;560.00;0.00;0.76 +2737;1;4499.00;9.50;550.50;0.75;0.76 +2737;2;4494.00;9.50;553.00;0.51;0.76 +2737;3;4499.00;9.50;560.00;1.57;0.76 +2737;4;4487.50;9.50;556.00;-0.55;0.76 +2737;5;4481.50;9.50;557.00;-1.23;0.76 +2737;6;4477.00;9.50;557.50;-1.38;0.76 +2737;7;4474.50;9.50;558.50;-1.47;0.76 +2737;8;4473.50;9.50;560.00;4.71;0.76 +2737;9;4479.74;9.50;560.00;1.57;0.76 +2737;10;4500.26;9.50;560.00;-1.57;0.76 +2737;11;4504.40;9.50;544.80;0.75;0.76 +2737;12;4496.40;9.55;548.80;0.51;0.76 +2737;13;4504.40;9.50;560.00;1.57;0.76 +2737;14;4486.00;9.50;553.60;-0.55;0.76 +2737;15;4476.40;9.50;555.20;-1.23;0.76 +2737;16;4469.20;9.50;556.00;-1.38;0.76 +2737;17;4465.20;9.50;557.60;-1.47;0.76 +2737;18;4463.60;9.50;560.00;4.71;0.76 2737;21;4479.74;9.50;560.00;1.57;0.76 +2738;0;3878.00;9.50;572.00;0.00;0.80 +2738;1;3872.00;9.50;561.50;-0.51;0.80 +2738;2;3880.50;9.50;564.00;0.30;0.80 +2738;3;3867.50;9.50;567.00;-1.12;0.80 +2738;4;3890.50;9.50;575.50;1.84;0.80 +2738;5;3868.50;9.50;577.00;4.22;0.80 +2738;6;3883.50;9.50;581.00;2.59;0.80 +2738;9;3867.56;9.50;572.00;1.57;0.80 +2738;10;3888.44;9.50;572.00;-1.57;0.80 +2738;11;3868.40;9.50;555.20;-0.51;0.80 +2738;12;3882.00;9.50;559.20;0.30;0.80 +2738;13;3861.20;9.50;564.00;-1.12;0.80 +2738;14;3898.00;9.50;577.60;1.84;0.80 +2738;15;3862.80;9.50;580.00;4.22;0.80 +2738;16;3886.80;9.50;586.40;2.59;0.80 2738;21;3867.56;9.50;572.00;1.57;0.80 +2739;0;3770.00;9.50;975.00;0.00;1.14 +2739;1;3761.50;9.50;964.00;-0.65;1.14 +2739;2;3770.00;9.50;961.50;0.00;1.14 +2739;3;3781.00;9.50;974.00;1.48;1.14 +2739;4;3759.50;9.50;978.00;4.43;1.14 +2739;5;3774.50;9.50;986.00;2.75;1.14 +2739;9;3759.38;9.50;975.00;1.57;1.14 +2739;10;3780.62;9.50;975.00;-1.57;1.14 +2739;11;3756.40;9.50;957.40;-0.65;1.14 +2739;12;3770.00;9.50;953.40;0.00;1.14 +2739;13;3787.60;9.50;973.40;1.48;1.14 +2739;14;3753.20;9.50;979.80;4.43;1.14 +2739;15;3777.20;9.50;992.60;2.75;1.14 2739;21;3759.38;9.50;975.00;1.57;1.14 +2740;0;3640.00;9.50;203.00;0.00;1.18 +2740;1;3649.50;9.50;194.00;0.81;1.18 +2740;2;3634.50;9.50;195.00;-0.60;1.18 +2740;3;3655.00;9.50;202.00;1.50;1.18 +2740;4;3645.00;9.50;211.00;2.58;1.18 +2740;5;3626.00;9.50;203.50;4.67;1.18 +2740;6;3631.00;9.50;211.50;3.95;1.18 +2740;9;3629.38;9.50;203.00;1.57;1.18 +2740;10;3650.62;9.50;203.00;-1.57;1.18 +2740;11;3655.20;9.50;188.60;0.81;1.18 +2740;12;3631.20;9.50;190.20;-0.60;1.18 +2740;13;3664.00;9.50;201.40;1.50;1.18 +2740;14;3648.00;9.50;215.80;2.58;1.18 +2740;15;3617.60;9.50;203.80;4.67;1.18 +2740;16;3625.60;9.50;216.60;3.95;1.18 2740;21;3629.38;9.50;203.00;1.57;1.18 +2741;0;2919.00;9.50;396.00;0.00;0.88 +2741;1;2915.00;9.50;385.50;-0.36;0.88 +2741;2;2924.00;9.50;382.50;0.35;0.88 +2741;3;2928.00;9.50;395.50;1.51;0.88 +2741;4;2909.00;9.50;397.00;4.61;0.88 +2741;5;2917.50;9.50;407.50;3.27;0.88 +2741;9;2911.08;9.50;396.00;1.57;0.88 +2741;10;2926.92;9.50;396.00;-1.57;0.88 +2741;11;2912.60;9.50;379.20;-0.36;0.88 +2741;12;2927.00;9.50;374.40;0.35;0.88 +2741;13;2933.40;9.50;395.20;1.51;0.88 +2741;14;2903.00;9.50;397.60;4.61;0.88 +2741;15;2916.60;9.50;414.40;3.27;0.88 2741;21;2911.08;9.50;396.00;1.57;0.88 +2742;0;2150.00;9.50;246.00;0.00;0.90 +2742;1;2138.00;9.50;237.50;-0.95;0.90 +2742;2;2151.00;9.50;235.50;0.09;0.90 +2742;3;2164.50;9.50;246.50;1.60;0.90 +2742;4;2135.50;9.50;247.00;4.64;0.90 +2742;5;2153.00;9.50;255.00;2.82;0.90 +2742;9;2137.22;9.50;246.00;1.57;0.90 +2742;10;2162.78;9.50;246.00;-1.57;0.90 +2742;11;2130.80;9.50;232.40;-0.95;0.90 +2742;12;2151.60;9.50;229.20;0.09;0.90 +2742;13;2173.20;9.50;246.80;1.60;0.90 +2742;14;2126.80;9.50;247.60;4.64;0.90 +2742;15;2154.80;9.50;260.40;2.82;0.90 2742;21;2137.22;9.50;246.00;1.57;0.90 +2743;0;1916.00;9.50;1029.00;0.00;1.06 +2743;1;1910.00;9.50;1019.50;-0.56;1.06 +2743;2;1925.00;9.50;1023.00;0.98;1.06 +2743;3;1905.50;9.50;1029.00;4.71;1.06 +2743;4;1921.50;9.50;1036.50;2.50;1.06 +2743;5;1909.50;9.50;1038.50;3.74;1.06 +2743;9;1905.56;9.50;1029.00;1.57;1.06 +2743;10;1926.44;9.50;1029.00;-1.57;1.06 +2743;11;1906.40;9.50;1013.80;-0.56;1.06 +2743;12;1930.40;9.50;1019.40;0.98;1.06 +2743;13;1899.20;9.50;1029.00;4.71;1.06 +2743;14;1924.80;9.50;1041.00;2.50;1.06 +2743;15;1905.60;9.50;1044.20;3.74;1.06 2743;21;1905.56;9.50;1029.00;1.57;1.06 +2744;0;2238.00;9.50;1711.00;0.00;1.18 +2744;1;2248.00;9.50;1697.50;0.63;1.18 +2744;2;2254.50;9.50;1701.00;1.02;1.18 +2744;3;2227.00;9.50;1709.00;-1.39;1.18 +2744;4;2246.00;9.50;1715.50;2.08;1.18 +2744;5;2227.50;9.50;1721.50;3.92;1.18 +2744;9;2223.24;9.50;1711.00;1.57;1.18 +2744;10;2252.76;9.50;1711.00;-1.57;1.18 +2744;11;2254.00;9.50;1689.40;0.63;1.18 +2744;12;2264.40;9.50;1695.00;1.02;1.18 +2744;13;2220.40;9.50;1707.80;-1.39;1.18 +2744;14;2250.80;9.50;1718.20;2.08;1.18 +2744;15;2221.20;9.50;1727.80;3.92;1.18 2744;21;2223.24;9.50;1711.00;1.57;1.18 +2745;0;1463.00;9.50;1295.00;0.00;0.98 +2745;1;1466.00;9.50;1286.50;0.33;0.98 +2745;2;1451.50;9.50;1291.50;-1.27;0.98 +2745;3;1470.50;9.50;1298.50;2.00;0.98 +2745;4;1448.50;9.50;1296.00;4.64;0.98 +2745;5;1456.00;9.50;1302.50;3.89;0.98 +2745;6;1463.50;9.50;1309.50;3.10;0.98 +2745;9;1452.38;9.50;1295.00;1.57;0.98 +2745;10;1473.62;9.50;1295.00;-1.57;0.98 +2745;11;1467.80;9.50;1281.40;0.33;0.98 +2745;12;1444.60;9.50;1289.40;-1.27;0.98 +2745;13;1475.00;9.50;1300.60;2.00;0.98 +2745;14;1439.80;9.50;1296.60;4.64;0.98 +2745;15;1451.80;9.50;1307.00;3.89;0.98 +2745;16;1463.80;9.50;1318.20;3.10;0.98 2745;21;1452.38;9.50;1295.00;1.57;0.98 +2746;0;864.00;9.50;241.00;0.00;1.32 +2746;1;873.50;9.50;229.00;0.67;1.32 +2746;2;850.00;9.50;235.50;-1.19;1.32 +2746;3;884.50;9.50;238.50;1.44;1.32 +2746;4;876.00;9.50;250.50;2.24;1.32 +2746;5;839.50;9.50;245.50;4.53;1.32 +2746;6;855.00;9.50;251.50;3.85;1.32 +2746;9;846.72;9.50;241.00;1.57;1.32 +2746;10;881.28;9.50;241.00;-1.57;1.32 +2746;11;879.20;9.50;221.80;0.67;1.32 +2746;12;841.60;9.50;232.20;-1.19;1.32 +2746;13;896.80;9.50;237.00;1.44;1.32 +2746;14;883.20;9.50;256.20;2.24;1.32 +2746;15;824.80;9.50;248.20;4.53;1.32 +2746;16;849.60;9.50;257.80;3.85;1.32 2746;21;846.72;9.50;241.00;1.57;1.32 +2747;0;294.00;9.50;752.00;0.00;1.38 +2747;1;289.50;9.50;739.50;-0.34;1.38 +2747;2;280.00;9.50;737.00;-0.75;1.38 +2747;3;278.50;9.50;754.50;4.55;1.38 +2747;4;306.00;9.50;744.00;0.98;1.38 +2747;5;282.50;9.50;748.00;-1.23;1.38 +2747;6;313.00;9.50;747.50;1.33;1.38 +2747;7;307.00;9.50;758.00;2.00;1.38 +2747;8;289.50;9.50;763.50;3.51;1.38 +2747;9;281.22;9.50;752.00;1.57;1.38 +2747;10;306.78;9.50;752.00;-1.57;1.38 +2747;11;286.80;9.50;732.00;-0.34;1.38 +2747;12;271.60;9.50;728.00;-0.75;1.38 +2747;13;269.20;9.50;756.00;4.55;1.38 +2747;14;313.20;9.50;739.20;0.98;1.38 +2747;15;275.60;9.59;745.60;-1.23;1.38 +2747;16;324.40;9.50;744.80;1.33;1.38 +2747;17;314.80;9.50;761.60;2.00;1.38 +2747;18;286.80;9.50;770.40;3.51;1.38 2747;21;281.22;9.50;752.00;1.57;1.38 +2748;0;83.00;9.50;1721.00;0.00;0.98 +2748;1;91.00;9.50;1707.50;0.53;0.98 +2748;2;95.50;9.50;1708.50;0.78;0.98 +2748;3;76.50;9.50;1715.00;-0.82;0.98 +2748;4;94.50;9.50;1721.00;1.57;0.98 +2748;5;67.50;9.50;1726.00;4.40;0.98 +2748;6;81.00;9.50;1730.00;3.36;0.98 +2748;9;72.56;9.50;1721.00;1.57;0.98 +2748;10;93.44;9.50;1721.00;-1.57;0.98 +2748;11;95.80;9.50;1699.40;0.53;0.98 +2748;12;103.00;9.50;1701.00;0.78;0.98 +2748;13;72.60;9.50;1711.40;-0.82;0.98 +2748;14;101.40;9.50;1721.00;1.57;0.98 +2748;15;58.20;9.50;1729.00;4.40;0.98 +2748;16;79.80;9.50;1735.40;3.36;0.98 2748;21;72.56;9.50;1721.00;1.57;0.98 +2749;0;674.00;9.50;1631.00;0.00;1.06 +2749;1;667.50;9.50;1618.50;-0.48;1.06 +2749;2;684.50;9.50;1618.50;0.69;1.06 +2749;3;695.00;9.50;1628.00;1.42;1.06 +2749;4;654.50;9.50;1630.00;-1.52;1.06 +2749;5;683.50;9.50;1640.50;2.35;1.06 +2749;6;659.50;9.50;1643.00;4.02;1.06 +2749;9;656.54;9.50;1631.00;1.57;1.06 +2749;10;691.46;9.50;1631.00;-1.57;1.06 +2749;11;663.60;9.50;1611.00;-0.48;1.06 +2749;12;690.80;9.50;1611.00;0.69;1.06 +2749;13;707.60;9.50;1626.20;1.42;1.06 +2749;14;642.80;9.50;1629.40;-1.52;1.06 +2749;15;689.20;9.50;1646.20;2.35;1.06 +2749;16;650.80;9.50;1650.20;4.02;1.06 2749;21;656.54;9.50;1631.00;1.57;1.06 +2750;0;749.00;9.50;806.00;0.00;1.02 +2750;1;748.50;9.50;795.00;-0.04;1.02 +2750;2;733.00;9.50;795.00;-0.96;1.02 +2750;3;730.50;9.50;800.50;-1.28;1.02 +2750;4;766.50;9.50;805.50;1.54;1.02 +2750;5;728.00;9.50;808.50;4.59;1.02 +2750;6;738.00;9.50;815.00;4.02;1.02 +2750;7;759.00;9.50;817.00;2.40;1.02 +2750;9;733.88;9.50;806.00;1.57;1.02 +2750;10;764.12;9.50;806.00;-1.57;1.02 +2750;11;748.20;9.50;788.40;-0.04;1.02 +2750;12;723.40;9.50;788.40;-0.96;1.02 +2750;13;719.40;9.50;797.20;-1.28;1.02 +2750;14;777.00;9.50;805.20;1.54;1.02 +2750;15;715.40;9.50;810.00;4.59;1.02 +2750;16;731.40;9.50;820.40;4.02;1.02 +2750;17;765.00;9.50;823.60;2.40;1.02 2750;21;733.88;9.50;806.00;1.57;1.02 +2751;0;710.00;9.50;1671.00;0.00;1.24 +2751;1;723.00;9.50;1659.50;0.84;1.24 +2751;2;701.50;9.50;1660.50;-0.68;1.24 +2751;3;730.00;9.50;1665.50;1.30;1.24 +2751;4;693.50;9.50;1676.00;4.41;1.24 +2751;5;728.50;9.50;1674.00;1.73;1.24 +2751;6;714.00;9.50;1683.00;2.82;1.24 +2751;7;699.00;9.50;1687.50;3.73;1.24 +2751;9;694.34;9.50;1671.00;1.57;1.24 +2751;10;725.66;9.50;1671.00;-1.57;1.24 +2751;11;730.80;9.50;1652.60;0.84;1.24 +2751;12;696.40;9.50;1654.20;-0.68;1.24 +2751;13;742.00;9.50;1662.20;1.30;1.24 +2751;14;683.60;9.50;1679.00;4.41;1.24 +2751;15;739.60;9.50;1675.80;1.73;1.24 +2751;16;716.40;9.50;1690.20;2.82;1.24 +2751;17;692.40;9.50;1697.40;3.73;1.24 2751;21;694.34;9.50;1671.00;1.57;1.24 +2752;0;2900.00;9.50;1597.00;0.00;0.92 +2752;1;2891.50;9.50;1589.00;-0.81;0.92 +2752;2;2894.00;9.50;1587.00;-0.54;0.92 +2752;3;2890.00;9.50;1592.50;-1.14;0.92 +2752;4;2896.50;9.50;1592.50;-0.66;0.92 +2752;5;2895.00;9.50;1589.50;-0.58;0.92 +2752;6;2906.00;9.50;1592.00;0.87;0.92 +2752;7;2909.00;9.50;1593.50;1.20;0.92 +2752;8;2901.00;9.50;1592.50;0.21;0.92 +2752;9;2891.36;9.50;1597.00;1.57;0.92 +2752;10;2908.64;9.50;1597.00;-1.57;0.92 +2752;11;2886.40;9.50;1584.20;-0.81;0.92 +2752;12;2890.40;9.50;1581.00;-0.54;0.92 +2752;13;2884.00;9.50;1589.80;-1.14;0.92 +2752;14;2894.40;9.50;1589.80;-0.66;0.92 +2752;15;2892.00;9.50;1585.00;-0.58;0.92 +2752;16;2909.60;9.50;1589.00;0.87;0.92 +2752;17;2914.40;9.50;1591.40;1.20;0.92 +2752;18;2901.60;9.50;1589.80;0.21;0.92 2752;21;2908.64;9.50;1597.00;-1.57;0.92 +2753;0;3535.00;9.50;845.00;0.00;0.86 +2753;1;3526.00;9.50;833.50;-0.66;0.86 +2753;2;3532.50;9.50;834.00;-0.22;0.86 +2753;3;3525.00;9.50;843.00;-1.37;0.86 +2753;4;3541.50;9.50;836.50;0.65;0.86 +2753;5;3544.50;9.50;848.00;1.87;0.86 +2753;6;3531.50;9.50;854.50;3.49;0.86 +2753;7;3541.00;9.50;857.00;2.67;0.86 +2753;9;3527.26;9.50;845.00;1.57;0.86 +2753;10;3542.74;9.50;845.00;-1.57;0.86 +2753;11;3520.60;9.50;826.60;-0.66;0.86 +2753;12;3531.00;9.50;827.40;-0.22;0.86 +2753;13;3519.00;9.50;841.80;-1.37;0.86 +2753;14;3545.40;9.50;831.40;0.65;0.86 +2753;15;3550.20;9.50;849.80;1.87;0.86 +2753;16;3529.40;9.50;860.20;3.49;0.86 +2753;17;3544.60;9.50;864.20;2.67;0.86 2753;21;3527.26;9.50;845.00;1.57;0.86 +2754;0;2139.00;9.50;328.00;0.00;1.08 +2754;1;2145.50;9.50;317.50;0.55;1.08 +2754;2;2152.00;9.50;325.50;1.38;1.08 +2754;3;2130.00;9.50;318.50;-0.75;1.08 +2754;4;2126.00;9.50;327.50;-1.53;1.08 +2754;5;2143.50;9.50;339.50;2.76;1.08 +2754;6;2133.50;9.50;340.00;3.57;1.08 +2754;9;2127.66;9.50;328.00;1.57;1.08 +2754;10;2150.34;9.50;328.00;-1.57;1.08 +2754;11;2149.40;9.50;311.20;0.55;1.08 +2754;12;2159.80;9.50;324.00;1.38;1.08 +2754;13;2124.60;9.50;312.80;-0.75;1.08 +2754;14;2118.20;9.50;327.20;-1.53;1.08 +2754;15;2146.20;9.50;346.40;2.76;1.08 +2754;16;2130.20;9.50;347.20;3.57;1.08 2754;21;2127.66;9.50;328.00;1.57;1.08 +2755;0;570.00;9.50;1682.00;0.00;1.28 +2755;1;554.50;9.50;1675.50;-1.17;1.28 +2755;2;580.50;9.50;1666.50;0.59;1.28 +2755;3;589.50;9.50;1682.00;1.57;1.28 +2755;4;549.00;9.50;1691.50;4.28;1.28 +2755;5;569.00;9.50;1697.00;3.20;1.28 +2755;9;551.28;9.50;1682.00;1.57;1.28 +2755;10;588.72;9.50;1682.00;-1.57;1.28 +2755;11;545.20;9.50;1671.60;-1.17;1.28 +2755;12;586.80;9.50;1657.20;0.59;1.28 +2755;13;601.20;9.50;1682.00;1.57;1.28 +2755;14;536.40;9.50;1697.20;4.28;1.28 +2755;15;568.40;9.50;1706.00;3.20;1.28 2755;21;551.28;9.50;1682.00;1.57;1.28 +2756;0;1465.00;9.50;1021.00;0.00;0.76 +2756;1;1467.50;9.50;1004.00;0.14;0.76 +2756;2;1461.00;9.50;1014.00;-0.51;0.76 +2756;3;1472.00;9.50;1012.50;0.68;0.76 +2756;4;1474.00;9.50;1022.50;1.73;0.76 +2756;5;1468.00;9.50;1026.50;2.64;0.76 +2756;6;1458.50;9.50;1033.00;3.63;0.76 +2756;7;1462.00;9.50;1037.50;3.32;0.76 +2756;9;1458.16;9.50;1021.00;1.57;0.76 +2756;10;1471.84;9.50;1021.00;-1.57;0.76 +2756;11;1469.00;9.50;993.80;0.14;0.76 +2756;12;1458.60;9.50;1009.80;-0.51;0.76 +2756;13;1476.20;9.50;1007.40;0.68;0.76 +2756;14;1479.40;9.50;1023.40;1.73;0.76 +2756;15;1469.80;9.65;1029.80;2.64;0.76 +2756;16;1454.60;9.50;1040.20;3.63;0.76 +2756;17;1460.20;9.50;1047.40;3.32;0.76 2756;21;1458.16;9.50;1021.00;1.57;0.76 +2757;0;4702.69;9.50;1235.44;0.60;1.16 +2757;1;4699.50;9.50;1228.00;0.24;1.16 +2757;2;4691.50;9.50;1225.00;-0.40;1.16 +2757;3;4688.00;9.50;1230.00;-0.84;1.16 +2757;4;4682.50;9.50;1233.00;-1.23;1.16 +2757;5;4710.50;9.50;1240.50;1.75;1.16 +2757;6;4683.00;9.50;1237.00;-1.49;1.16 +2757;7;4686.50;9.50;1241.50;4.39;1.16 +2757;8;4690.00;9.50;1245.50;3.89;1.16 +2757;9;4684.22;9.50;1238.00;1.57;1.16 +2757;10;4709.78;9.50;1238.00;-1.57;1.16 +2757;11;4701.00;9.50;1222.00;0.24;1.16 +2757;12;4688.20;9.50;1217.20;-0.40;1.16 +2757;13;4682.60;9.50;1225.20;-0.84;1.16 +2757;14;4673.80;9.50;1230.00;-1.23;1.16 +2757;15;4718.60;9.50;1242.00;1.75;1.16 +2757;16;4674.60;9.50;1236.40;-1.49;1.16 +2757;17;4680.20;9.50;1243.60;4.39;1.16 +2757;18;4685.80;9.50;1250.00;3.89;1.16 2757;21;4684.22;9.50;1238.00;1.57;1.16 +2758;0;5029.00;9.50;824.00;0.00;1.06 +2758;1;5019.50;9.50;812.50;-0.69;1.06 +2758;2;5038.50;9.50;820.00;1.17;1.06 +2758;3;5018.00;9.50;825.50;4.57;1.06 +2758;4;5043.50;9.50;833.50;2.15;1.06 +2758;5;5033.00;9.50;836.50;2.83;1.06 +2758;9;5015.50;9.50;824.00;1.57;1.06 +2758;10;5042.50;9.50;824.00;-1.57;1.06 +2758;11;5013.80;9.50;805.60;-0.69;1.06 +2758;12;5044.20;9.50;817.60;1.17;1.06 +2758;13;5011.40;9.50;826.40;4.57;1.06 +2758;14;5052.20;9.50;839.20;2.15;1.06 +2758;15;5035.40;9.50;844.00;2.83;1.06 2758;21;5015.50;9.50;824.00;1.57;1.06 +2759;0;4925.00;9.50;986.00;0.00;1.40 +2759;1;4914.00;9.50;973.00;-0.70;1.40 +2759;2;4920.00;9.50;968.00;-0.27;1.40 +2759;3;4932.50;9.50;980.00;0.89;1.40 +2759;4;4916.50;9.50;992.00;4.09;1.40 +2759;5;4934.00;9.50;998.00;2.49;1.40 +2759;6;4923.50;9.50;1004.00;3.22;1.40 +2759;9;4912.40;9.50;986.00;1.57;1.40 +2759;10;4937.60;9.50;986.00;-1.57;1.40 +2759;11;4907.40;9.50;965.20;-0.70;1.40 +2759;12;4917.00;9.50;957.20;-0.27;1.40 +2759;13;4937.00;9.50;976.40;0.89;1.40 +2759;14;4911.40;9.50;995.60;4.09;1.40 +2759;15;4939.40;9.50;1005.20;2.49;1.40 +2759;16;4922.60;9.50;1014.80;3.22;1.40 2759;21;4912.40;9.50;986.00;1.57;1.40 +2760;0;4527.00;9.50;572.00;0.00;0.96 +2760;1;4525.50;9.50;556.00;-0.09;0.96 +2760;2;4530.00;9.50;558.00;0.21;0.96 +2760;3;4521.50;9.50;556.50;-0.34;0.96 +2760;4;4517.50;9.50;566.00;-1.00;0.96 +2760;5;4534.50;9.50;571.50;1.50;0.96 +2760;6;4522.00;9.50;581.00;3.64;0.96 +2760;7;4538.00;9.50;586.00;2.47;0.96 +2760;8;4531.00;9.50;586.50;2.87;0.96 +2760;9;4518.36;9.50;572.00;1.57;0.96 +2760;10;4535.64;9.50;572.00;-1.57;0.96 +2760;11;4524.60;9.50;546.40;-0.09;0.96 +2760;12;4531.80;9.50;549.60;0.21;0.96 +2760;13;4518.20;9.50;547.20;-0.34;0.96 +2760;14;4511.80;9.50;562.40;-1.00;0.96 +2760;15;4539.00;9.50;571.20;1.50;0.96 +2760;16;4519.00;9.50;586.40;3.64;0.96 +2760;17;4544.60;9.50;594.40;2.47;0.96 +2760;18;4533.40;9.50;595.20;2.87;0.96 2760;21;4518.36;9.50;572.00;1.57;0.96 +2761;0;3930.00;9.50;572.00;0.00;0.78 +2761;1;3925.50;9.50;565.50;-0.60;0.78 +2761;2;3941.50;9.50;568.50;1.27;0.78 +2761;3;3916.50;9.50;575.50;4.45;0.78 +2761;4;3935.50;9.50;578.50;2.43;0.78 +2761;5;3948.00;9.50;575.50;1.76;0.78 +2761;6;3921.00;9.50;581.00;3.92;0.78 +2761;9;3918.30;9.50;572.00;1.57;0.78 +2761;10;3941.70;9.50;572.00;-1.57;0.78 +2761;11;3922.80;9.50;561.60;-0.60;0.78 +2761;12;3948.40;9.50;566.40;1.27;0.78 +2761;13;3908.40;9.50;577.60;4.45;0.78 +2761;14;3938.80;9.50;582.40;2.43;0.78 +2761;15;3958.80;9.50;577.60;1.76;0.78 +2761;16;3915.60;9.50;586.40;3.92;0.78 2761;21;3918.30;9.50;572.00;1.57;0.78 +2762;0;3697.00;9.50;938.00;0.00;1.08 +2762;1;3688.00;9.50;929.50;-0.81;1.08 +2762;2;3700.00;9.50;931.50;0.43;1.08 +2762;3;3682.00;9.50;933.50;-1.27;1.08 +2762;4;3694.00;9.50;942.50;3.73;1.08 +2762;5;3707.50;9.50;940.50;1.80;1.08 +2762;6;3706.00;9.50;949.50;2.47;1.08 +2762;7;3701.50;9.50;953.50;2.85;1.08 +2762;9;3687.10;9.50;938.00;1.57;1.08 +2762;10;3706.90;9.50;938.00;-1.57;1.08 +2762;11;3682.60;9.50;924.40;-0.81;1.08 +2762;12;3701.80;9.50;927.60;0.43;1.08 +2762;13;3673.00;9.50;930.80;-1.27;1.08 +2762;14;3692.20;9.50;945.20;3.73;1.08 +2762;15;3713.80;9.50;942.00;1.80;1.08 +2762;16;3711.40;9.50;956.40;2.47;1.08 +2762;17;3704.20;9.88;962.80;2.85;1.08 2762;21;3687.10;9.50;938.00;1.57;1.08 +2763;0;3659.00;9.50;235.00;0.00;1.12 +2763;1;3654.50;9.50;227.00;-0.51;1.12 +2763;2;3668.50;9.50;227.00;0.87;1.12 +2763;3;3645.50;9.50;236.00;4.63;1.12 +2763;4;3671.00;9.50;239.50;1.93;1.12 +2763;5;3646.00;9.50;241.50;4.24;1.12 +2763;6;3658.00;9.50;245.00;3.24;1.12 +2763;9;3648.74;9.50;235.00;1.57;1.12 +2763;10;3669.26;9.50;235.00;-1.57;1.12 +2763;11;3651.80;9.50;222.20;-0.51;1.12 +2763;12;3674.20;9.50;222.20;0.87;1.12 +2763;13;3637.40;9.50;236.60;4.63;1.12 +2763;14;3678.20;9.50;242.20;1.93;1.12 +2763;15;3638.20;9.50;245.40;4.24;1.12 +2763;16;3657.40;9.50;251.00;3.24;1.12 2763;21;3648.74;9.50;235.00;1.57;1.12 +2764;0;2908.00;9.50;439.00;0.00;0.94 +2764;1;2897.50;9.50;432.50;-1.01;0.94 +2764;2;2912.00;9.50;429.00;0.38;0.94 +2764;3;2922.00;9.50;432.00;1.10;0.94 +2764;4;2921.00;9.50;441.00;1.72;0.94 +2764;5;2896.00;9.50;444.00;4.31;0.94 +2764;6;2909.50;9.50;449.00;2.99;0.94 +2764;9;2897.56;9.50;439.00;1.57;0.94 +2764;10;2918.44;9.50;439.00;-1.57;0.94 +2764;11;2891.20;9.50;428.60;-1.01;0.94 +2764;12;2914.40;9.50;423.00;0.38;0.94 +2764;13;2930.40;9.50;427.80;1.10;0.94 +2764;14;2928.80;9.50;442.20;1.72;0.94 +2764;15;2888.80;9.50;447.00;4.31;0.94 +2764;16;2910.40;9.50;455.00;2.99;0.94 2764;21;2897.56;9.50;439.00;1.57;0.94 +2765;0;2085.00;9.50;324.00;0.00;1.22 +2765;1;2076.00;9.50;314.00;-0.73;1.22 +2765;2;2090.00;9.50;312.00;0.39;1.22 +2765;3;2099.00;9.50;325.50;1.67;1.22 +2765;4;2072.00;9.50;330.00;4.28;1.22 +2765;5;2098.00;9.50;336.00;2.31;1.22 +2765;6;2085.50;9.50;336.50;3.10;1.22 +2765;9;2073.30;9.50;324.00;1.57;1.22 +2765;10;2096.70;9.50;324.00;-1.57;1.22 +2765;11;2070.60;9.50;308.00;-0.73;1.22 +2765;12;2093.00;9.50;304.80;0.39;1.22 +2765;13;2107.40;9.50;326.40;1.67;1.22 +2765;14;2064.20;9.50;333.60;4.28;1.22 +2765;15;2105.80;9.50;343.20;2.31;1.22 +2765;16;2085.80;9.50;344.00;3.10;1.22 2765;21;2073.30;9.50;324.00;1.57;1.22 +2766;0;1874.00;9.50;1033.00;0.00;1.02 +2766;1;1874.00;9.50;1018.00;0.00;1.02 +2766;2;1866.50;9.50;1019.00;-0.49;1.02 +2766;3;1878.00;9.50;1021.50;0.33;1.02 +2766;4;1863.50;9.50;1022.00;-0.76;1.02 +2766;5;1884.50;9.50;1031.00;1.38;1.02 +2766;6;1866.50;9.50;1030.50;-1.24;1.02 +2766;7;1864.00;9.50;1036.50;4.37;1.02 +2766;8;1880.50;9.50;1043.00;2.56;1.02 +2766;9;1864.82;9.50;1033.00;1.57;1.02 +2766;10;1883.18;9.50;1033.00;-1.57;1.02 +2766;11;1874.00;9.50;1009.00;0.00;1.02 +2766;12;1862.00;9.50;1010.60;-0.49;1.02 +2766;13;1880.40;9.50;1014.60;0.33;1.02 +2766;14;1857.20;9.50;1015.40;-0.76;1.02 +2766;15;1890.80;9.50;1029.80;1.38;1.02 +2766;16;1862.00;9.50;1029.00;-1.24;1.02 +2766;17;1858.00;9.50;1038.60;4.37;1.02 +2766;18;1884.40;9.50;1049.00;2.56;1.02 2766;21;1864.82;9.50;1033.00;1.57;1.02 +2767;0;2191.00;9.50;1700.00;0.00;1.14 +2767;1;2186.00;9.50;1692.00;-0.55;1.14 +2767;2;2209.00;9.50;1690.00;1.06;1.14 +2767;3;2203.50;9.50;1703.50;1.84;1.14 +2767;4;2167.00;9.50;1701.50;4.65;1.14 +2767;5;2171.00;9.50;1705.50;4.44;1.14 +2767;6;2184.00;9.50;1712.50;3.65;1.14 +2767;7;2192.50;9.50;1713.00;3.02;1.14 +2767;9;2173.54;9.50;1700.00;1.57;1.14 +2767;10;2208.46;9.50;1700.00;-1.57;1.14 +2767;11;2183.00;9.50;1687.20;-0.55;1.14 +2767;12;2219.80;9.50;1684.00;1.06;1.14 +2767;13;2211.00;9.50;1705.60;1.84;1.14 +2767;14;2152.60;9.50;1702.40;4.65;1.14 +2767;15;2159.00;9.50;1708.80;4.44;1.14 +2767;16;2179.80;9.50;1720.00;3.65;1.14 +2767;17;2193.40;9.50;1720.80;3.02;1.14 2767;21;2173.54;9.50;1700.00;1.57;1.14 +2768;0;1875.00;9.50;1693.00;0.00;1.08 +2768;1;1879.50;9.50;1682.50;0.40;1.08 +2768;2;1892.50;9.50;1686.00;1.19;1.08 +2768;3;1861.50;9.50;1686.50;-1.12;1.08 +2768;4;1868.00;9.50;1684.50;-0.68;1.08 +2768;5;1882.50;9.70;1696.50;2.00;1.08 +2768;6;1895.00;9.50;1691.00;1.47;1.08 +2768;7;1865.00;9.50;1702.00;3.98;1.08 +2768;8;1875.50;9.50;1706.50;3.10;1.08 +2768;9;1862.22;9.50;1693.00;1.57;1.08 +2768;10;1887.78;9.71;1693.00;-1.57;1.08 +2768;11;1882.20;9.50;1676.20;0.40;1.08 +2768;12;1903.00;9.50;1681.80;1.19;1.08 +2768;13;1853.40;9.50;1682.60;-1.12;1.08 +2768;14;1863.80;9.50;1679.40;-0.68;1.08 +2768;15;1887.00;9.74;1698.60;2.00;1.08 +2768;16;1907.00;9.50;1689.80;1.47;1.08 +2768;17;1859.00;9.50;1707.40;3.98;1.08 +2768;18;1875.80;9.50;1714.60;3.10;1.08 2768;21;1862.22;9.50;1693.00;1.57;1.08 +2769;0;805.00;9.50;214.00;0.00;1.24 +2769;1;790.50;9.50;202.00;-0.87;1.24 +2769;2;806.00;9.50;202.50;0.08;1.24 +2769;3;785.50;9.50;210.50;-1.39;1.24 +2769;4;821.50;9.50;208.00;1.22;1.24 +2769;5;820.50;9.50;222.00;2.04;1.24 +2769;6;799.50;9.50;224.50;3.62;1.24 +2769;9;787.18;9.50;214.00;1.57;1.24 +2769;10;822.82;9.50;214.00;-1.57;1.24 +2769;11;781.80;9.50;194.80;-0.87;1.24 +2769;12;806.60;9.50;195.60;0.08;1.24 +2769;13;773.80;9.50;208.40;-1.39;1.24 +2769;14;831.40;9.50;204.40;1.22;1.24 +2769;15;829.80;9.50;226.80;2.04;1.24 +2769;16;796.20;9.50;230.80;3.62;1.24 2769;21;787.18;9.50;214.00;1.57;1.24 +2770;0;332.00;9.50;713.00;0.00;1.24 +2770;1;333.50;9.50;704.50;0.17;1.24 +2770;2;315.00;9.50;703.50;-1.06;1.24 +2770;3;320.50;9.50;711.50;-1.44;1.24 +2770;4;355.50;9.50;714.50;1.63;1.24 +2770;5;345.00;9.50;721.50;2.15;1.24 +2770;6;325.00;9.50;724.50;3.68;1.24 +2770;9;316.16;9.50;713.00;1.57;1.24 +2770;10;347.84;9.50;713.00;-1.57;1.24 +2770;11;334.40;9.50;699.40;0.17;1.24 +2770;12;304.80;9.50;697.80;-1.06;1.24 +2770;13;313.60;9.51;710.60;-1.44;1.24 +2770;14;369.60;9.50;715.40;1.63;1.24 +2770;15;352.80;9.50;726.60;2.15;1.24 +2770;16;320.80;9.50;731.40;3.68;1.24 2770;21;316.16;9.50;713.00;1.57;1.24 +2771;0;73.00;9.50;1759.00;0.00;0.98 +2771;1;76.00;9.50;1749.00;0.29;0.98 +2771;2;59.50;9.50;1757.00;-1.42;0.98 +2771;3;90.00;9.50;1753.00;1.23;0.98 +2771;4;83.00;9.50;1763.00;1.95;0.98 +2771;5;56.00;9.50;1765.50;4.34;0.98 +2771;6;62.00;9.50;1767.00;4.08;0.98 +2771;7;67.50;9.50;1772.50;3.52;0.98 +2771;8;70.00;9.50;1773.50;3.34;0.98 +2771;9;60.04;9.50;1759.00;1.57;0.98 +2771;10;85.96;9.50;1759.00;-1.57;0.98 +2771;11;77.80;9.50;1743.00;0.29;0.98 +2771;12;51.40;9.50;1755.80;-1.42;0.98 +2771;13;100.20;9.50;1749.40;1.23;0.98 +2771;14;89.00;9.50;1765.40;1.95;0.98 +2771;15;45.80;9.50;1769.40;4.34;0.98 +2771;16;55.40;9.50;1771.80;4.08;0.98 +2771;17;64.20;9.50;1780.60;3.52;0.98 +2771;18;68.20;9.50;1782.20;3.34;0.98 2771;21;60.04;9.50;1759.00;1.57;0.98 +2772;0;651.00;9.50;1577.00;0.00;1.24 +2772;1;637.50;9.50;1567.50;-0.95;1.24 +2772;2;656.50;9.50;1563.50;0.38;1.24 +2772;3;672.00;9.50;1567.50;1.14;1.24 +2772;4;667.50;9.50;1580.00;1.75;1.24 +2772;5;630.50;9.50;1580.50;4.54;1.24 +2772;6;638.00;9.50;1589.00;3.96;1.24 +2772;7;656.00;9.50;1591.50;2.81;1.24 +2772;9;634.62;9.50;1577.00;1.57;1.24 +2772;10;667.38;9.50;1577.00;-1.57;1.24 +2772;11;629.40;9.50;1561.80;-0.95;1.24 +2772;12;659.80;9.50;1555.40;0.38;1.24 +2772;13;684.60;9.50;1561.80;1.14;1.24 +2772;14;677.40;9.50;1581.80;1.75;1.24 +2772;15;618.20;9.50;1582.60;4.54;1.24 +2772;16;630.20;9.50;1596.20;3.96;1.24 +2772;17;659.00;9.50;1600.20;2.81;1.24 2772;21;634.62;9.50;1577.00;1.57;1.24 +2773;0;756.00;9.50;761.00;0.00;1.06 +2773;1;745.00;9.50;746.50;-0.64;1.06 +2773;2;761.50;9.50;750.50;0.48;1.06 +2773;3;740.50;9.50;759.50;-1.47;1.06 +2773;4;776.00;9.50;758.00;1.42;1.06 +2773;5;770.50;9.50;767.00;1.96;1.06 +2773;6;752.00;9.50;772.50;3.47;1.06 +2773;9;741.42;9.50;761.00;1.57;1.06 +2773;10;770.58;9.50;761.00;-1.57;1.06 +2773;11;738.40;9.50;737.80;-0.64;1.06 +2773;12;764.80;9.50;744.20;0.48;1.06 +2773;13;731.20;9.50;758.60;-1.47;1.06 +2773;14;788.00;9.50;756.20;1.42;1.06 +2773;15;779.20;9.50;770.60;1.96;1.06 +2773;16;749.60;9.50;779.40;3.47;1.06 2773;21;741.42;9.50;761.00;1.57;1.06 +2774;0;735.00;9.50;1717.00;0.00;1.34 +2774;1;726.50;9.50;1706.00;-0.65;1.34 +2774;2;747.50;9.50;1712.00;1.19;1.34 +2774;3;712.00;9.50;1711.50;-1.33;1.34 +2774;4;724.50;9.50;1723.00;4.19;1.34 +2774;5;748.50;9.50;1725.50;2.13;1.34 +2774;9;717.54;9.50;1717.00;1.57;1.34 +2774;10;752.46;9.50;1717.00;-1.57;1.34 +2774;11;721.40;9.50;1699.40;-0.65;1.34 +2774;12;755.00;9.50;1709.00;1.19;1.34 +2774;13;698.20;9.50;1708.20;-1.33;1.34 +2774;14;718.20;9.50;1726.60;4.19;1.34 +2774;15;756.60;9.50;1730.60;2.13;1.34 2774;21;717.54;9.50;1717.00;1.57;1.34 +2775;0;2872.00;9.50;1577.00;0.00;0.44 +2775;1;2872.00;9.50;1568.50;0.00;0.44 +2775;2;2869.00;9.50;1569.50;-0.38;0.44 +2775;3;2874.50;9.50;1572.50;0.50;0.44 +2775;4;2869.50;9.50;1579.50;3.92;0.44 +2775;5;2875.00;9.50;1576.50;1.40;0.44 +2775;6;2876.00;9.50;1583.00;2.55;0.44 +2775;7;2874.50;9.50;1587.50;2.90;0.44 +2775;9;2868.04;9.50;1577.00;1.57;0.44 +2775;10;2875.96;9.50;1577.00;-1.57;0.44 +2775;11;2872.00;9.50;1563.40;0.00;0.44 +2775;12;2867.20;9.50;1565.00;-0.38;0.44 +2775;13;2876.00;9.50;1569.80;0.50;0.44 +2775;14;2868.00;9.50;1581.00;3.92;0.44 +2775;15;2876.80;9.50;1576.20;1.40;0.44 +2775;16;2878.40;9.50;1586.60;2.55;0.44 +2775;17;2876.00;9.50;1593.80;2.90;0.44 2775;21;2868.04;9.50;1577.00;1.57;0.44 +2776;0;3499.00;9.50;837.00;0.00;0.90 +2776;1;3494.50;9.50;830.50;-0.60;0.90 +2776;2;3503.50;9.50;827.50;0.44;0.90 +2776;3;3507.00;9.50;839.00;1.81;0.90 +2776;4;3486.50;9.50;836.00;-1.49;0.90 +2776;5;3488.50;9.50;839.00;4.52;0.90 +2776;6;3500.50;9.50;845.50;2.96;0.90 +2776;7;3490.50;9.50;844.50;3.98;0.90 +2776;8;3491.50;9.50;844.50;3.92;0.90 +2776;9;3490.36;9.50;837.00;1.57;0.90 +2776;10;3507.64;9.50;837.00;-1.57;0.90 +2776;11;3491.80;9.50;826.60;-0.60;0.90 +2776;12;3506.20;9.50;821.80;0.44;0.90 +2776;13;3511.80;9.50;840.20;1.81;0.90 +2776;14;3479.00;9.50;835.40;-1.49;0.90 +2776;15;3482.20;9.50;840.20;4.52;0.90 +2776;16;3501.40;9.50;850.60;2.96;0.90 +2776;17;3485.40;9.50;849.00;3.98;0.90 +2776;18;3487.00;9.50;849.00;3.92;0.90 2776;21;3490.36;9.50;837.00;1.57;0.90 +2777;0;1775.00;9.50;13.00;0.00;0.64 +2777;1;1766.00;9.50;11.50;-1.40;0.64 +2777;2;1782.50;9.50;12.00;1.43;0.64 +2777;3;1773.50;9.50;20.50;3.33;0.64 +2777;4;1784.50;9.50;19.00;2.13;0.64 +2777;9;1767.62;9.50;13.00;1.57;0.64 +2777;10;1782.38;9.50;13.00;-1.57;0.64 +2777;11;1760.60;9.50;10.60;-1.40;0.64 +2777;12;1787.00;9.50;11.40;1.43;0.64 +2777;13;1772.60;9.50;25.00;3.33;0.64 +2777;14;1790.20;9.50;22.60;2.13;0.64 2777;21;1767.62;9.50;13.00;1.57;0.64 +2778;0;2252.00;9.50;523.00;0.00;1.32 +2778;1;2253.50;9.50;508.50;0.10;1.32 +2778;2;2243.50;9.50;510.00;-0.57;1.32 +2778;3;2262.50;9.50;517.00;1.05;1.32 +2778;4;2239.00;9.50;521.50;-1.45;1.32 +2778;5;2261.00;9.50;533.50;2.43;1.32 +2778;6;2247.50;9.50;536.00;3.47;1.32 +2778;7;2251.00;9.50;541.50;3.19;1.32 +2778;9;2238.68;9.50;523.00;1.57;1.32 +2778;10;2265.32;9.50;523.00;-1.57;1.32 +2778;11;2254.40;9.50;499.80;0.10;1.32 +2778;12;2238.40;9.50;502.20;-0.57;1.32 +2778;13;2268.80;9.50;513.40;1.05;1.32 +2778;14;2231.20;9.50;520.60;-1.45;1.32 +2778;15;2266.40;9.50;539.80;2.43;1.32 +2778;16;2244.80;9.50;543.80;3.47;1.32 +2778;17;2250.40;9.50;552.60;3.19;1.32 2778;21;2238.68;9.50;523.00;1.57;1.32 +2779;0;507.00;9.50;1581.00;0.00;1.14 +2779;1;513.50;9.50;1571.00;0.57;1.14 +2779;2;535.00;9.50;1567.50;1.12;1.14 +2779;3;526.50;9.50;1577.50;1.39;1.14 +2779;4;492.00;9.50;1575.00;-1.19;1.14 +2779;5;488.00;9.50;1585.50;4.48;1.14 +2779;6;501.00;9.50;1591.50;3.66;1.14 +2779;9;488.46;9.50;1581.00;1.57;1.14 +2779;10;525.54;9.50;1581.00;-1.57;1.14 +2779;11;517.40;9.50;1565.00;0.57;1.14 +2779;12;551.80;9.50;1559.40;1.12;1.14 +2779;13;538.20;9.50;1575.40;1.39;1.14 +2779;14;483.00;9.50;1571.40;-1.19;1.14 +2779;15;476.60;9.50;1588.20;4.48;1.14 +2779;16;497.40;9.50;1597.80;3.66;1.14 2779;21;488.46;9.50;1581.00;1.57;1.14 +2780;0;1284.00;9.50;1091.00;0.00;1.24 +2780;1;1279.50;9.50;1077.50;-0.32;1.24 +2780;2;1292.00;9.50;1077.50;0.53;1.24 +2780;3;1298.00;9.50;1092.50;1.67;1.24 +2780;4;1267.50;9.50;1084.00;-1.17;1.24 +2780;5;1273.00;9.50;1097.50;4.17;1.24 +2780;6;1290.00;9.50;1106.50;2.77;1.24 +2780;7;1297.00;9.50;1107.00;2.45;1.24 +2780;9;1270.32;9.50;1091.00;1.57;1.24 +2780;10;1297.68;9.50;1091.00;-1.57;1.24 +2780;11;1276.80;9.50;1069.40;-0.32;1.24 +2780;12;1296.80;9.50;1069.40;0.53;1.24 +2780;13;1306.40;9.50;1093.40;1.67;1.24 +2780;14;1257.60;9.50;1079.80;-1.17;1.24 +2780;15;1266.40;9.50;1101.40;4.17;1.24 +2780;16;1293.60;9.50;1115.80;2.77;1.24 +2780;17;1304.80;9.50;1116.60;2.45;1.24 2780;21;1270.32;9.50;1091.00;1.57;1.24 +2781;0;4749.68;9.50;1244.21;-0.70;1.18 +2781;1;4740.50;9.50;1239.50;-0.93;1.18 +2781;2;4740.00;9.50;1247.00;-1.32;1.18 +2781;3;4754.50;9.50;1240.00;-0.13;1.18 +2781;4;4767.00;9.50;1243.00;0.94;1.18 +2781;5;4768.50;9.50;1247.00;1.26;1.18 +2781;6;4768.50;9.50;1250.00;1.49;1.18 +2781;7;4767.00;9.50;1257.00;2.07;1.18 +2781;8;4752.00;9.50;1260.50;3.54;1.18 +2781;9;4743.76;9.50;1251.00;1.57;1.18 +2781;10;4768.24;9.50;1251.00;-1.57;1.18 +2781;11;4731.20;9.50;1232.60;-0.93;1.18 +2781;12;4730.40;9.50;1244.60;-1.32;1.18 +2781;13;4753.60;9.50;1233.40;-0.13;1.18 +2781;14;4773.60;9.50;1238.20;0.94;1.18 +2781;15;4776.00;9.50;1244.60;1.26;1.18 +2781;16;4776.00;9.50;1249.40;1.49;1.18 +2781;17;4773.60;9.50;1260.60;2.07;1.18 +2781;18;4749.60;9.50;1266.20;3.54;1.18 2781;21;4743.76;9.50;1251.00;1.57;1.18 +2782;0;5325.00;9.50;199.00;0.00;1.34 +2782;1;5316.50;9.50;189.50;-0.73;1.34 +2782;2;5326.00;9.50;184.00;0.06;1.34 +2782;3;5338.00;9.50;189.50;0.94;1.34 +2782;4;5307.00;9.50;199.00;4.71;1.34 +2782;5;5335.00;9.50;206.50;2.21;1.34 +2782;6;5313.50;9.50;209.50;3.97;1.34 +2782;7;5322.00;9.50;217.00;3.30;1.34 +2782;9;5309.16;9.50;199.00;1.57;1.34 +2782;10;5340.84;9.50;199.00;-1.57;1.34 +2782;11;5311.40;9.50;183.80;-0.73;1.34 +2782;12;5326.60;9.50;175.00;0.06;1.34 +2782;13;5345.80;9.50;183.80;0.94;1.34 +2782;14;5296.20;9.50;199.00;4.71;1.34 +2782;15;5341.00;9.50;211.00;2.21;1.34 +2782;16;5306.60;9.50;215.80;3.97;1.34 +2782;17;5320.20;9.50;227.80;3.30;1.34 2782;21;5309.16;9.50;199.00;1.57;1.34 +2783;0;5027.00;9.50;872.00;0.00;0.98 +2783;1;5032.00;9.50;860.50;0.41;0.98 +2783;2;5016.00;9.50;863.50;-0.91;0.98 +2783;3;5042.50;9.50;869.00;1.38;0.98 +2783;4;5010.50;9.50;874.00;4.59;0.98 +2783;5;5040.00;9.50;881.00;2.17;0.98 +2783;6;5014.00;9.50;881.00;4.10;0.98 +2783;7;5025.00;9.50;883.00;3.32;0.98 +2783;9;5012.78;9.50;872.00;1.57;0.98 +2783;10;5041.22;9.50;872.00;-1.57;0.98 +2783;11;5035.00;9.50;853.60;0.41;0.98 +2783;12;5009.40;9.50;858.40;-0.91;0.98 +2783;13;5051.80;9.50;867.20;1.38;0.98 +2783;14;5000.60;9.50;875.20;4.59;0.98 +2783;15;5047.80;9.50;886.40;2.17;0.98 +2783;16;5006.20;9.50;886.40;4.10;0.98 +2783;17;5023.80;9.50;889.60;3.32;0.98 2783;21;5012.78;9.50;872.00;1.57;0.98 +2784;0;4879.00;9.50;937.00;0.00;1.36 +2784;1;4885.00;9.50;922.50;0.39;1.36 +2784;2;4868.00;9.50;928.00;-0.88;1.36 +2784;3;4893.00;9.50;933.50;1.32;1.36 +2784;4;4860.50;9.50;937.50;4.68;1.36 +2784;5;4869.50;9.50;946.00;3.95;1.36 +2784;6;4891.00;9.50;948.50;2.33;1.36 +2784;7;4883.00;9.50;954.50;2.91;1.36 +2784;9;4866.40;9.50;937.00;1.57;1.36 +2784;10;4891.60;9.50;937.00;-1.57;1.36 +2784;11;4888.60;9.50;913.80;0.39;1.36 +2784;12;4861.40;9.50;922.60;-0.88;1.36 +2784;13;4901.40;9.50;931.40;1.32;1.36 +2784;14;4849.40;9.50;937.80;4.68;1.36 +2784;15;4863.80;9.50;951.40;3.95;1.36 +2784;16;4898.20;9.50;955.40;2.33;1.36 +2784;17;4885.40;9.50;965.00;2.91;1.36 2784;21;4866.40;9.50;937.00;1.57;1.36 +2785;0;4588.00;9.50;549.00;0.00;0.84 +2785;1;4581.50;9.60;538.00;-0.53;0.84 +2785;2;4587.00;9.50;538.00;-0.09;0.84 +2785;3;4593.00;9.50;537.50;0.41;0.84 +2785;4;4577.50;10.60;539.00;-0.81;0.84 +2785;5;4593.00;9.50;556.50;2.55;0.84 +2785;6;4576.50;9.50;541.50;-0.99;0.84 +2785;7;4582.50;9.50;543.50;-0.78;0.84 +2785;8;4582.50;9.50;555.00;3.88;0.84 +2785;9;4580.44;9.50;549.00;1.57;0.84 +2785;10;4595.56;9.50;549.00;-1.57;0.84 +2785;11;4577.60;9.50;531.40;-0.53;0.84 +2785;12;4586.40;9.50;531.40;-0.09;0.84 +2785;13;4596.00;9.50;530.60;0.41;0.84 +2785;14;4571.20;9.50;533.00;-0.81;0.84 +2785;15;4596.00;9.50;561.00;2.55;0.84 +2785;16;4569.60;9.65;537.00;-0.99;0.84 +2785;17;4579.20;9.91;540.20;-0.78;0.84 +2785;18;4579.20;9.50;558.60;3.88;0.84 2785;21;4580.44;9.50;549.00;1.57;0.84 +2786;0;3905.00;9.50;541.00;0.00;1.02 +2786;1;3899.00;9.50;529.50;-0.48;1.02 +2786;2;3905.50;9.50;529.50;0.04;1.02 +2786;3;3892.00;9.50;537.50;-1.30;1.02 +2786;4;3917.00;9.50;537.00;1.24;1.02 +2786;5;3894.00;9.50;548.50;4.11;1.02 +2786;6;3923.50;9.50;545.50;1.80;1.02 +2786;7;3913.00;9.50;550.00;2.41;1.02 +2786;9;3891.32;9.50;541.00;1.57;1.02 +2786;10;3918.68;9.50;541.00;-1.57;1.02 +2786;11;3895.40;9.50;522.60;-0.48;1.02 +2786;12;3905.80;9.50;522.60;0.04;1.02 +2786;13;3884.20;9.50;535.40;-1.30;1.02 +2786;14;3924.20;9.50;534.60;1.24;1.02 +2786;15;3887.40;9.50;553.00;4.11;1.02 +2786;16;3934.60;9.50;548.20;1.80;1.02 +2786;17;3917.80;9.50;555.40;2.41;1.02 2786;21;3891.32;9.50;541.00;1.57;1.02 +2787;0;3656.00;9.50;903.00;0.00;0.98 +2787;1;3645.00;9.50;897.00;-1.07;0.98 +2787;2;3657.50;9.50;891.50;0.13;0.98 +2787;3;3668.50;9.50;901.50;1.45;0.98 +2787;4;3641.00;9.50;908.00;4.39;0.98 +2787;5;3667.50;9.50;912.00;2.23;0.98 +2787;6;3653.50;9.50;912.50;3.39;0.98 +2787;9;3643.22;9.50;903.00;1.57;0.98 +2787;10;3668.78;9.50;903.00;-1.57;0.98 +2787;11;3638.40;9.50;893.40;-1.07;0.98 +2787;12;3658.40;9.50;884.60;0.13;0.98 +2787;13;3676.00;9.50;900.60;1.45;0.98 +2787;14;3632.00;9.50;911.00;4.39;0.98 +2787;15;3674.40;9.50;917.40;2.23;0.98 +2787;16;3652.00;9.50;918.20;3.39;0.98 2787;21;3643.22;9.50;903.00;1.57;0.98 +2788;0;3737.00;9.50;212.00;0.00;0.90 +2788;1;3744.50;9.50;196.00;0.43;0.90 +2788;2;3736.00;9.50;202.00;-0.10;0.90 +2788;3;3746.00;9.50;207.50;1.10;0.90 +2788;4;3727.00;9.50;217.00;4.24;0.90 +2788;5;3738.50;9.50;222.00;2.99;0.90 +2788;9;3728.90;9.50;212.00;1.57;0.90 +2788;10;3745.10;9.50;212.00;-1.57;0.90 +2788;11;3749.00;9.50;186.40;0.43;0.90 +2788;12;3735.40;9.50;196.00;-0.10;0.90 +2788;13;3751.40;9.50;204.80;1.10;0.90 +2788;14;3721.00;9.50;220.00;4.24;0.90 +2788;15;3739.40;9.50;228.00;2.99;0.90 2788;21;3728.90;9.50;212.00;1.57;0.90 +2789;0;2863.00;9.50;454.00;0.00;0.90 +2789;1;2863.50;9.50;441.50;0.04;0.90 +2789;2;2855.00;9.50;450.50;-1.15;0.90 +2789;3;2873.50;9.50;451.50;1.33;0.90 +2789;4;2875.50;9.50;458.00;1.88;0.90 +2789;5;2866.50;9.50;464.00;2.80;0.90 +2789;6;2857.00;9.50;467.00;3.57;0.90 +2789;9;2854.90;9.50;454.00;1.57;0.90 +2789;10;2871.10;9.50;454.00;-1.57;0.90 +2789;11;2863.80;9.50;434.00;0.04;0.90 +2789;12;2850.20;9.50;448.40;-1.15;0.90 +2789;13;2879.80;9.50;450.00;1.33;0.90 +2789;14;2883.00;9.50;460.40;1.88;0.90 +2789;15;2868.60;9.50;470.00;2.80;0.90 +2789;16;2853.40;9.50;474.80;3.57;0.90 2789;21;2854.90;9.50;454.00;1.57;0.90 +2790;0;2047.00;9.50;293.00;0.00;1.20 +2790;1;2051.50;9.50;282.50;0.40;1.20 +2790;2;2037.50;9.50;286.00;-0.93;1.20 +2790;3;2064.00;9.50;290.50;1.42;1.20 +2790;4;2057.00;9.50;298.50;2.07;1.20 +2790;5;2035.00;9.50;301.00;4.12;1.20 +2790;6;2042.00;9.50;306.50;3.49;1.20 +2790;9;2036.20;9.50;293.00;1.57;1.20 +2790;10;2057.80;9.50;293.00;-1.57;1.20 +2790;11;2054.20;9.50;276.20;0.40;1.20 +2790;12;2031.80;9.50;281.80;-0.93;1.20 +2790;13;2074.20;9.50;289.00;1.42;1.20 +2790;14;2063.00;9.50;301.80;2.07;1.20 +2790;15;2027.80;9.50;305.80;4.12;1.20 +2790;16;2039.00;9.50;314.60;3.49;1.20 2790;21;2036.20;9.50;293.00;1.57;1.20 +2791;0;1891.00;9.50;1077.00;0.00;0.92 +2791;1;1889.00;9.50;1065.00;-0.16;0.92 +2791;2;1897.00;9.50;1062.50;0.39;0.92 +2791;3;1900.50;9.50;1074.50;1.31;0.92 +2791;4;1883.50;9.50;1073.00;-1.08;0.92 +2791;5;1881.00;9.50;1087.00;3.92;0.92 +2791;6;1884.50;9.50;1078.00;4.56;0.92 +2791;7;1890.50;9.50;1088.00;3.18;0.92 +2791;9;1882.72;9.50;1077.00;1.57;0.92 +2791;10;1899.28;9.50;1077.00;-1.57;0.92 +2791;11;1887.80;9.50;1057.80;-0.16;0.92 +2791;12;1900.60;9.50;1053.80;0.39;0.92 +2791;13;1906.20;9.50;1073.00;1.31;0.92 +2791;14;1879.00;9.50;1070.60;-1.08;0.92 +2791;15;1875.00;9.50;1093.00;3.92;0.92 +2791;16;1880.60;9.50;1078.60;4.56;0.92 +2791;17;1890.20;9.50;1094.60;3.18;0.92 2791;21;1882.72;9.50;1077.00;1.57;0.92 +2792;0;2124.00;9.50;1728.00;0.00;0.92 +2792;1;2123.00;9.50;1720.50;-0.13;0.92 +2792;2;2137.50;9.50;1719.50;1.00;0.92 +2792;3;2109.00;9.50;1730.50;4.54;0.92 +2792;4;2131.00;9.50;1732.50;2.14;0.92 +2792;5;2112.50;9.50;1737.50;4.02;0.92 +2792;9;2110.86;9.50;1728.00;1.57;0.92 +2792;10;2137.14;9.50;1728.00;-1.57;0.92 +2792;11;2122.40;9.50;1716.00;-0.13;0.92 +2792;12;2145.60;9.50;1714.40;1.00;0.92 +2792;13;2100.00;9.50;1732.00;4.54;0.92 +2792;14;2135.20;9.50;1735.20;2.14;0.92 +2792;15;2105.60;9.50;1743.20;4.02;0.92 2792;21;2110.86;9.50;1728.00;1.57;0.92 +2793;0;1026.00;9.50;123.00;0.00;1.18 +2793;1;1035.50;9.50;112.50;0.73;1.18 +2793;2;1010.00;9.50;117.50;-1.24;1.18 +2793;3;1041.50;9.50;127.50;1.85;1.18 +2793;4;999.50;9.50;125.00;4.63;1.18 +2793;5;1015.50;9.50;132.50;3.97;1.18 +2793;9;1007.64;9.50;123.00;1.57;1.18 +2793;10;1044.36;9.50;123.00;-1.57;1.18 +2793;11;1041.20;9.50;106.20;0.73;1.18 +2793;12;1000.40;9.50;114.20;-1.24;1.18 +2793;13;1050.80;9.50;130.20;1.85;1.18 +2793;14;983.60;9.50;126.20;4.63;1.18 +2793;15;1009.20;9.50;138.20;3.97;1.18 2793;21;1007.64;9.50;123.00;1.57;1.18 +2794;0;373.00;9.50;750.00;0.00;1.36 +2794;1;365.50;9.50;740.00;-0.64;1.36 +2794;2;378.50;9.50;734.50;0.34;1.36 +2794;3;385.50;9.50;741.50;0.97;1.36 +2794;4;352.50;9.50;746.50;-1.40;1.36 +2794;5;362.50;9.50;757.50;4.09;1.36 +2794;6;382.00;9.50;758.50;2.32;1.36 +2794;9;358.60;9.50;750.00;1.57;1.36 +2794;10;387.40;9.50;750.00;-1.57;1.36 +2794;11;361.00;9.50;734.00;-0.64;1.36 +2794;12;381.80;9.50;725.20;0.34;1.36 +2794;13;393.00;9.50;736.40;0.97;1.36 +2794;14;340.20;9.50;744.40;-1.40;1.36 +2794;15;356.20;9.50;762.00;4.09;1.36 +2794;16;387.40;9.50;763.60;2.32;1.36 2794;21;358.60;9.50;750.00;1.57;1.36 +2795;0;26.00;9.50;1754.00;0.00;1.08 +2795;1;31.00;9.50;1742.00;0.39;1.08 +2795;2;39.00;9.50;1742.50;0.84;1.08 +2795;3;18.50;9.50;1750.50;-1.13;1.08 +2795;4;36.00;9.50;1754.50;1.62;1.08 +2795;5;13.00;9.50;1760.00;4.28;1.08 +2795;6;19.50;9.50;1765.00;3.67;1.08 +2795;7;27.00;9.50;1763.50;3.03;1.08 +2795;8;13.00;9.50;1766.50;3.94;1.08 +2795;9;16.28;9.50;1754.00;1.57;1.08 +2795;10;35.72;9.50;1754.00;-1.57;1.08 +2795;11;34.00;9.50;1734.80;0.39;1.08 +2795;12;46.80;9.50;1735.60;0.84;1.08 +2795;13;14.00;9.50;1748.40;-1.13;1.08 +2795;14;42.00;9.50;1754.80;1.62;1.08 +2795;15;5.20;9.50;1763.60;4.28;1.08 +2795;16;15.60;9.50;1771.60;3.67;1.08 +2795;17;27.60;9.50;1769.20;3.03;1.08 +2795;18;5.20;9.50;1774.00;3.94;1.08 2795;21;16.28;9.50;1754.00;1.57;1.08 +2796;0;743.00;9.50;1426.00;0.00;1.12 +2796;1;738.50;9.50;1414.50;-0.37;1.12 +2796;2;758.50;9.50;1423.50;1.41;1.12 +2796;3;724.00;9.50;1420.50;-1.28;1.12 +2796;4;731.00;9.50;1433.50;4.15;1.12 +2796;5;748.50;9.50;1437.50;2.69;1.12 +2796;6;763.00;9.50;1434.50;1.97;1.12 +2796;9;728.24;9.50;1426.00;1.57;1.12 +2796;10;757.76;9.50;1426.00;-1.57;1.12 +2796;11;735.80;9.50;1407.60;-0.37;1.12 +2796;12;767.80;9.50;1422.00;1.41;1.12 +2796;13;712.60;9.50;1417.20;-1.28;1.12 +2796;14;723.80;9.50;1438.00;4.15;1.12 +2796;15;751.80;9.50;1444.40;2.69;1.12 +2796;16;775.00;9.50;1439.60;1.97;1.12 2796;21;728.24;9.50;1426.00;1.57;1.12 +2797;0;772.00;9.50;715.00;0.00;1.38 +2797;1;776.50;9.50;703.50;0.37;1.38 +2797;2;757.00;9.50;710.50;-1.27;1.38 +2797;3;791.00;9.50;710.50;1.33;1.38 +2797;4;788.00;9.50;721.00;1.93;1.38 +2797;5;769.50;9.50;727.50;3.33;1.38 +2797;9;758.32;9.50;715.00;1.57;1.38 +2797;10;785.68;9.50;715.00;-1.57;1.38 +2797;11;779.20;9.50;696.60;0.37;1.38 +2797;12;748.00;9.50;707.80;-1.27;1.38 +2797;13;802.40;9.50;707.80;1.33;1.38 +2797;14;797.60;9.50;724.60;1.93;1.38 +2797;15;768.00;9.50;735.00;3.33;1.38 2797;21;758.32;9.50;715.00;1.57;1.38 +2798;0;642.00;9.50;1686.00;0.00;1.20 +2798;1;632.50;9.50;1669.00;-0.51;1.20 +2798;2;643.50;9.50;1670.50;0.09;1.20 +2798;3;625.50;9.50;1684.00;-1.45;1.20 +2798;4;659.50;9.50;1683.50;1.42;1.20 +2798;5;643.00;9.50;1698.00;3.05;1.20 +2798;6;620.50;9.50;1698.00;4.20;1.20 +2798;9;625.80;9.50;1686.00;1.57;1.20 +2798;10;658.20;9.50;1686.00;-1.57;1.20 +2798;11;626.80;9.50;1658.80;-0.51;1.20 +2798;12;644.40;9.50;1661.20;0.09;1.20 +2798;13;615.60;9.50;1682.80;-1.45;1.20 +2798;14;670.00;9.50;1682.00;1.42;1.20 +2798;15;643.60;9.50;1705.20;3.05;1.20 +2798;16;607.60;9.50;1705.20;4.20;1.20 2798;21;625.80;9.50;1686.00;1.57;1.20 +2799;0;2834.00;9.50;1578.00;0.00;0.54 +2799;1;2835.50;9.50;1571.50;0.22;0.54 +2799;2;2830.50;9.50;1573.50;-0.66;0.54 +2799;3;2839.00;9.50;1578.00;1.57;0.54 +2799;4;2827.50;9.50;1577.00;-1.41;0.54 +2799;5;2827.50;9.50;1581.00;4.28;0.54 +2799;6;2833.00;9.50;1583.50;3.32;0.54 +2799;9;2829.14;9.50;1578.00;1.57;0.54 +2799;10;2838.86;9.50;1578.00;-1.57;0.54 +2799;11;2836.40;9.50;1567.60;0.22;0.54 +2799;12;2828.40;9.50;1570.80;-0.66;0.54 +2799;13;2842.00;9.50;1578.00;1.57;0.54 +2799;14;2823.60;9.50;1576.40;-1.41;0.54 +2799;15;2823.60;9.50;1582.80;4.28;0.54 +2799;16;2832.40;9.50;1586.80;3.32;0.54 2799;21;2829.14;9.50;1578.00;1.57;0.54 +2800;0;3450.00;9.50;905.00;0.00;1.42 +2800;1;3464.50;9.50;879.50;0.51;1.42 +2800;2;3466.00;9.50;878.50;0.54;1.42 +2800;3;3464.50;9.50;887.00;0.67;1.42 +2800;4;3454.00;9.50;889.00;0.24;1.42 +2800;5;3461.00;9.50;900.00;1.14;1.42 +2800;6;3440.00;9.50;901.00;-1.19;1.42 +2800;7;3434.00;9.50;908.00;4.52;1.42 +2800;8;3462.00;9.50;906.00;1.65;1.42 +2800;9;3437.22;9.50;905.00;1.57;1.42 +2800;10;3462.78;9.50;905.00;-1.57;1.42 +2800;11;3473.20;9.50;864.20;0.51;1.42 +2800;12;3475.60;9.50;862.60;0.54;1.42 +2800;13;3473.20;9.50;876.20;0.67;1.42 +2800;14;3456.40;9.50;879.40;0.24;1.42 +2800;15;3467.60;9.50;897.00;1.14;1.42 +2800;16;3434.00;9.50;898.60;-1.19;1.42 +2800;17;3424.40;9.50;909.80;4.52;1.42 +2800;18;3469.20;9.50;906.60;1.65;1.42 2800;21;3437.22;9.50;905.00;1.57;1.42 +2801;0;2343.00;9.50;626.00;0.00;0.98 +2801;1;2341.50;9.50;614.00;-0.12;0.98 +2801;2;2332.00;9.50;621.00;-1.14;0.98 +2801;3;2353.50;9.50;619.50;1.01;0.98 +2801;4;2356.00;9.50;628.50;1.76;0.98 +2801;5;2335.50;9.50;635.50;3.81;0.98 +2801;6;2348.00;9.50;637.50;2.73;0.98 +2801;9;2334.18;9.50;626.00;1.57;0.98 +2801;10;2351.82;9.50;626.00;-1.57;0.98 +2801;11;2340.60;9.50;606.80;-0.12;0.98 +2801;12;2325.40;9.50;618.00;-1.14;0.98 +2801;13;2359.80;9.50;615.60;1.01;0.98 +2801;14;2363.80;9.50;630.00;1.76;0.98 +2801;15;2331.00;9.50;641.20;3.81;0.98 +2801;16;2351.00;9.50;644.40;2.73;0.98 2801;21;2334.18;9.50;626.00;1.57;0.98 +2802;0;439.00;9.50;1639.00;0.00;1.06 +2802;1;435.00;9.50;1628.00;-0.34;1.06 +2802;2;456.50;9.50;1634.50;1.31;1.06 +2802;3;420.50;9.50;1640.00;4.65;1.06 +2802;4;462.00;9.50;1645.50;1.84;1.06 +2802;5;440.50;9.50;1650.00;3.00;1.06 +2802;6;420.50;9.50;1651.00;4.13;1.06 +2802;9;423.52;9.50;1639.00;1.57;1.06 +2802;10;454.48;9.50;1639.00;-1.57;1.06 +2802;11;432.60;9.50;1621.40;-0.34;1.06 +2802;12;467.00;9.50;1631.80;1.31;1.06 +2802;13;409.40;9.50;1640.60;4.65;1.06 +2802;14;475.80;9.50;1649.40;1.84;1.06 +2802;15;441.40;9.50;1656.60;3.00;1.06 +2802;16;409.40;9.50;1658.20;4.13;1.06 2802;21;423.52;9.50;1639.00;1.57;1.06 +2803;0;1187.00;9.50;1140.00;0.00;1.06 +2803;1;1183.50;9.50;1130.50;-0.35;1.06 +2803;2;1199.50;9.50;1135.00;1.19;1.06 +2803;3;1169.50;9.50;1138.00;-1.45;1.06 +2803;4;1177.50;9.50;1147.00;4.07;1.06 +2803;5;1202.50;9.50;1147.00;1.99;1.06 +2803;6;1194.00;9.50;1150.00;2.53;1.06 +2803;9;1172.96;9.50;1140.00;1.57;1.06 +2803;10;1201.04;9.50;1140.00;-1.57;1.06 +2803;11;1181.40;9.50;1124.80;-0.35;1.06 +2803;12;1207.00;9.50;1132.00;1.19;1.06 +2803;13;1159.00;9.50;1136.80;-1.45;1.06 +2803;14;1171.80;9.50;1151.20;4.07;1.06 +2803;15;1211.80;9.50;1151.20;1.99;1.06 +2803;16;1198.20;9.50;1156.00;2.53;1.06 2803;21;1172.96;9.50;1140.00;1.57;1.06 +2804;0;4730.00;9.50;1142.00;0.00;1.02 +2804;1;4728.50;9.50;1130.50;-0.13;1.02 +2804;2;4740.00;9.50;1132.50;0.81;1.02 +2804;3;4716.50;9.50;1134.50;-1.06;1.02 +2804;4;4719.50;9.50;1140.50;-1.42;1.02 +2804;5;4737.50;9.50;1148.50;2.28;1.02 +2804;6;4724.50;9.50;1152.00;3.64;1.02 +2804;9;4720.82;9.50;1142.00;1.57;1.02 +2804;10;4739.18;9.50;1142.00;-1.57;1.02 +2804;11;4727.60;9.50;1123.60;-0.13;1.02 +2804;12;4746.00;9.50;1126.80;0.81;1.02 +2804;13;4708.40;9.50;1130.00;-1.06;1.02 +2804;14;4713.20;9.50;1139.60;-1.42;1.02 +2804;15;4742.00;9.50;1152.40;2.28;1.02 +2804;16;4721.20;9.50;1158.00;3.64;1.02 2804;21;4720.82;9.50;1142.00;1.57;1.02 +2805;0;5268.00;9.50;226.00;0.00;0.82 +2805;1;5261.00;9.50;218.50;-0.75;0.82 +2805;2;5285.00;9.50;223.00;1.39;0.82 +2805;3;5247.50;9.50;223.50;-1.44;0.82 +2805;4;5254.50;9.50;231.50;4.32;0.82 +2805;5;5276.50;9.50;233.50;2.29;0.82 +2805;9;5250.90;9.50;226.00;1.57;0.82 +2805;10;5285.10;9.50;226.00;-1.57;0.82 +2805;11;5256.80;9.50;214.00;-0.75;0.82 +2805;12;5295.20;9.50;221.20;1.39;0.82 +2805;13;5235.20;9.50;222.00;-1.44;0.82 +2805;14;5246.40;9.50;234.80;4.32;0.82 +2805;15;5281.60;9.50;238.00;2.29;0.82 2805;21;5250.90;9.50;226.00;1.57;0.82 +2806;0;5043.00;9.50;921.00;0.00;1.32 +2806;1;5033.00;9.50;907.50;-0.63;1.32 +2806;2;5032.00;9.50;920.00;-1.48;1.32 +2806;3;5050.00;9.50;913.00;0.71;1.32 +2806;4;5054.00;9.50;930.00;2.25;1.32 +2806;5;5043.00;9.50;937.00;3.14;1.32 +2806;9;5030.40;9.50;921.00;1.57;1.32 +2806;10;5055.60;9.50;921.00;-1.57;1.32 +2806;11;5027.00;9.50;899.40;-0.63;1.32 +2806;12;5025.40;9.50;919.40;-1.48;1.32 +2806;13;5054.20;9.50;908.20;0.71;1.32 +2806;14;5060.60;9.50;935.40;2.25;1.32 +2806;15;5043.00;9.50;946.60;3.14;1.32 2806;21;5030.40;9.50;921.00;1.57;1.32 +2807;0;4846.00;9.50;977.00;0.00;1.26 +2807;1;4853.00;9.50;966.00;0.56;1.26 +2807;2;4838.00;9.50;970.50;-0.88;1.26 +2807;3;4858.00;9.50;981.50;1.93;1.26 +2807;4;4830.50;9.50;986.00;4.18;1.26 +2807;5;4840.50;9.50;989.00;3.57;1.26 +2807;9;4833.76;9.50;977.00;1.57;1.26 +2807;10;4858.24;9.50;977.00;-1.57;1.26 +2807;11;4857.20;9.50;959.40;0.56;1.26 +2807;12;4833.20;9.50;966.60;-0.88;1.26 +2807;13;4865.20;9.50;984.20;1.93;1.26 +2807;14;4821.20;9.50;991.40;4.18;1.26 +2807;15;4837.20;9.50;996.20;3.57;1.26 2807;21;4833.76;9.50;977.00;1.57;1.26 +2808;0;5259.00;9.50;1762.00;0.00;1.26 +2808;1;5249.50;9.50;1750.00;-0.67;1.26 +2808;2;5236.50;9.50;1750.50;-1.09;1.26 +2808;3;5245.50;9.50;1760.00;-1.42;1.26 +2808;4;5272.00;9.50;1764.50;1.76;1.26 +2808;5;5268.50;9.50;1774.50;2.49;1.26 +2808;9;5242.80;9.50;1762.00;1.57;1.26 +2808;10;5275.20;9.50;1762.00;-1.57;1.26 +2808;11;5243.80;9.50;1742.80;-0.67;1.26 +2808;12;5223.00;9.50;1743.60;-1.09;1.26 +2808;13;5237.40;9.50;1758.80;-1.42;1.26 +2808;14;5279.80;9.50;1766.00;1.76;1.26 +2808;15;5274.20;9.50;1782.00;2.49;1.26 2808;21;5242.80;9.50;1762.00;1.57;1.26 +2809;0;4627.00;9.50;558.00;0.00;1.34 +2809;1;4626.50;9.50;545.50;-0.04;1.34 +2809;2;4612.50;9.50;561.00;4.50;1.34 +2809;3;4617.00;9.50;549.00;-0.83;1.34 +2809;4;4646.50;9.50;552.50;1.29;1.34 +2809;5;4649.00;9.50;559.50;1.63;1.34 +2809;6;4631.50;9.50;564.00;2.49;1.34 +2809;7;4607.00;9.50;573.00;4.06;1.34 +2809;8;4612.00;9.50;572.50;3.94;1.34 +2809;9;4610.62;9.50;558.00;1.57;1.34 +2809;10;4643.38;9.50;558.00;-1.57;1.34 +2809;11;4626.20;9.50;538.00;-0.04;1.34 +2809;12;4603.80;9.50;562.80;4.50;1.34 +2809;13;4611.00;9.50;543.60;-0.83;1.34 +2809;14;4658.20;9.50;549.20;1.29;1.34 +2809;15;4662.20;9.50;560.40;1.63;1.34 +2809;16;4634.20;9.50;567.60;2.49;1.34 +2809;17;4595.00;9.50;582.00;4.06;1.34 +2809;18;4603.00;9.50;581.20;3.94;1.34 2809;21;4610.62;9.50;558.00;1.57;1.34 +2810;0;3861.00;9.50;524.00;0.00;0.88 +2810;1;3857.00;9.50;515.50;-0.44;0.88 +2810;2;3871.00;9.50;518.00;1.03;0.88 +2810;3;3848.50;9.50;522.00;-1.41;0.88 +2810;4;3870.00;9.50;529.00;2.07;0.88 +2810;5;3856.00;9.50;532.00;3.70;0.88 +2810;6;3863.50;9.50;537.50;2.95;0.88 +2810;9;3850.74;9.50;524.00;1.57;0.88 +2810;10;3871.26;9.50;524.00;-1.57;0.88 +2810;11;3854.60;9.50;510.40;-0.44;0.88 +2810;12;3877.00;9.50;514.40;1.03;0.88 +2810;13;3841.00;9.50;520.80;-1.41;0.88 +2810;14;3875.40;9.50;532.00;2.07;0.88 +2810;15;3853.00;9.50;536.80;3.70;0.88 +2810;16;3865.00;9.50;545.60;2.95;0.88 2810;21;3850.74;9.50;524.00;1.57;0.88 +2811;0;3683.00;9.50;861.00;0.00;0.96 +2811;1;3679.50;9.50;851.50;-0.35;0.96 +2811;2;3694.00;9.50;853.00;0.94;0.96 +2811;3;3670.50;9.50;855.50;-1.15;0.96 +2811;4;3668.00;9.50;862.50;4.61;0.96 +2811;5;3697.00;9.50;864.00;1.78;0.96 +2811;6;3671.00;9.50;870.50;4.04;0.96 +2811;7;3686.50;9.50;870.00;2.77;0.96 +2811;9;3670.76;9.50;861.00;1.57;0.96 +2811;10;3695.24;9.50;861.00;-1.57;0.96 +2811;11;3677.40;9.50;845.80;-0.35;0.96 +2811;12;3700.60;9.50;848.20;0.94;0.96 +2811;13;3663.00;9.50;852.20;-1.15;0.96 +2811;14;3659.00;9.50;863.40;4.61;0.96 +2811;15;3705.40;9.50;865.80;1.78;0.96 +2811;16;3663.80;9.50;876.20;4.04;0.96 +2811;17;3688.60;9.50;875.40;2.77;0.96 2811;21;3670.76;9.50;861.00;1.57;0.96 +2812;0;3754.00;9.50;248.00;0.00;1.08 +2812;1;3747.00;9.50;240.00;-0.71;1.08 +2812;2;3763.50;9.50;238.00;0.76;1.08 +2812;3;3769.50;9.50;245.00;1.38;1.08 +2812;4;3737.50;9.50;246.00;-1.45;1.08 +2812;5;3742.00;9.50;255.50;4.15;1.08 +2812;6;3757.50;9.50;257.00;2.77;1.08 +2812;9;3741.94;9.50;248.00;1.57;1.08 +2812;10;3766.06;9.50;248.00;-1.57;1.08 +2812;11;3742.80;9.50;235.20;-0.71;1.08 +2812;12;3769.20;9.50;232.00;0.76;1.08 +2812;13;3778.80;9.50;243.20;1.38;1.08 +2812;14;3727.60;9.50;244.80;-1.45;1.08 +2812;15;3734.80;9.50;260.00;4.15;1.08 +2812;16;3759.60;9.50;262.40;2.77;1.08 2812;21;3741.94;9.50;248.00;1.57;1.08 +2813;0;2912.00;9.50;481.00;0.00;0.90 +2813;1;2911.50;9.50;470.00;-0.04;0.90 +2813;2;2922.00;9.50;476.00;1.10;0.90 +2813;3;2900.00;9.50;471.50;-0.90;0.90 +2813;4;2901.50;9.50;481.00;4.71;0.90 +2813;5;2920.50;9.50;489.00;2.32;0.90 +2813;6;2904.50;9.50;490.00;3.83;0.90 +2813;7;2913.00;9.50;492.50;3.05;0.90 +2813;9;2903.90;9.50;481.00;1.57;0.90 +2813;10;2920.10;9.50;481.00;-1.57;0.90 +2813;11;2911.20;9.50;463.40;-0.04;0.90 +2813;12;2928.00;9.50;473.00;1.10;0.90 +2813;13;2892.80;9.50;465.80;-0.90;0.90 +2813;14;2895.20;9.50;481.00;4.71;0.90 +2813;15;2925.60;9.50;493.80;2.32;0.90 +2813;16;2900.00;9.50;495.40;3.83;0.90 +2813;17;2913.60;9.50;499.40;3.05;0.90 2813;21;2903.90;9.50;481.00;1.57;0.90 +2814;0;2108.00;9.50;275.00;0.00;1.02 +2814;1;2107.50;9.50;257.00;-0.02;1.02 +2814;2;2114.50;9.50;261.50;0.44;1.02 +2814;3;2098.00;9.50;269.50;-1.06;1.02 +2814;4;2117.50;9.50;279.50;2.01;1.02 +2814;5;2094.50;9.50;281.50;4.26;1.02 +2814;6;2101.50;9.50;287.50;3.62;1.02 +2814;7;2114.50;9.50;292.00;2.77;1.02 +2814;9;2098.82;9.50;275.00;1.57;1.02 +2814;10;2117.18;9.50;275.00;-1.57;1.02 +2814;11;2107.20;9.50;246.20;-0.02;1.02 +2814;12;2118.40;9.50;253.40;0.44;1.02 +2814;13;2092.00;9.50;266.20;-1.06;1.02 +2814;14;2123.20;9.50;282.20;2.01;1.02 +2814;15;2086.40;9.50;285.40;4.26;1.02 +2814;16;2097.60;9.50;295.00;3.62;1.02 +2814;17;2118.40;9.50;302.20;2.77;1.02 2814;21;2098.82;9.50;275.00;1.57;1.02 +2815;0;1929.00;9.50;1105.00;0.00;0.86 +2815;1;1930.50;9.50;1095.50;0.15;0.86 +2815;2;1938.50;9.50;1101.00;1.17;0.86 +2815;3;1921.00;9.50;1107.50;4.41;0.86 +2815;4;1934.50;9.50;1111.00;2.40;0.86 +2815;5;1924.00;9.50;1117.00;3.53;0.86 +2815;9;1921.26;9.50;1105.00;1.57;0.86 +2815;10;1936.74;9.50;1105.00;-1.57;0.86 +2815;11;1931.40;9.50;1089.80;0.15;0.86 +2815;12;1944.20;9.50;1098.60;1.17;0.86 +2815;13;1916.20;9.50;1109.00;4.41;0.86 +2815;14;1937.80;9.50;1114.60;2.40;0.86 +2815;15;1921.00;9.50;1124.20;3.53;0.86 2815;21;1921.26;9.50;1105.00;1.57;0.86 +2816;0;2102.00;9.50;1788.00;0.00;0.86 +2816;1;2116.50;9.50;1781.00;1.12;0.86 +2816;2;2098.50;9.50;1782.00;-0.52;0.86 +2816;3;2117.00;9.50;1788.00;1.57;0.86 +2816;4;2085.50;9.50;1793.00;4.41;0.86 +2816;5;2097.50;9.50;1795.50;3.68;0.86 +2816;9;2087.60;9.50;1788.00;1.57;0.86 +2816;10;2116.40;9.50;1788.00;-1.57;0.86 +2816;11;2125.20;9.50;1776.80;1.12;0.86 +2816;12;2096.40;9.50;1778.40;-0.52;0.86 +2816;13;2126.00;9.50;1788.00;1.57;0.86 +2816;14;2075.60;9.50;1796.00;4.41;0.86 +2816;15;2094.80;9.50;1800.00;3.68;0.86 2816;21;2087.60;9.50;1788.00;1.57;0.86 +2817;0;1834.00;9.50;1622.00;0.00;0.78 +2817;1;1830.50;9.50;1613.50;-0.39;0.78 +2817;2;1821.50;9.50;1619.50;-1.37;0.78 +2817;3;1843.00;9.50;1617.50;1.10;0.78 +2817;4;1845.50;9.50;1626.00;1.90;0.78 +2817;5;1823.00;9.50;1625.00;4.44;0.78 +2817;6;1829.00;9.50;1627.50;3.87;0.78 +2817;7;1839.00;9.50;1631.00;2.63;0.78 +2817;9;1824.28;9.50;1622.00;1.57;0.78 +2817;10;1843.72;9.50;1622.00;-1.57;0.78 +2817;11;1828.40;9.50;1608.40;-0.39;0.78 +2817;12;1814.00;9.50;1618.00;-1.37;0.78 +2817;13;1848.40;9.50;1614.80;1.10;0.78 +2817;14;1852.40;9.50;1628.40;1.90;0.78 +2817;15;1816.40;9.50;1626.80;4.44;0.78 +2817;16;1826.00;9.50;1630.80;3.87;0.78 +2817;17;1842.00;9.50;1636.40;2.63;0.78 2817;21;1824.28;9.50;1622.00;1.57;0.78 +2818;0;1039.00;9.50;76.00;0.00;1.18 +2818;1;1038.50;9.50;62.50;-0.03;1.18 +2818;2;1053.00;9.50;75.50;1.53;1.18 +2818;3;1024.50;9.50;64.00;-0.87;1.18 +2818;4;1023.50;9.50;75.50;-1.53;1.18 +2818;5;1042.00;9.50;89.00;2.91;1.18 +2818;6;1058.50;9.50;89.50;2.17;1.18 +2818;7;1057.50;9.50;90.50;2.23;1.18 +2818;9;1025.32;9.50;76.00;1.57;1.18 +2818;10;1052.68;9.50;76.00;-1.57;1.18 +2818;11;1038.20;9.50;54.40;-0.03;1.18 +2818;12;1061.40;9.50;75.20;1.53;1.18 +2818;13;1015.80;9.50;56.80;-0.87;1.18 +2818;14;1014.20;9.50;75.20;-1.53;1.18 +2818;15;1043.80;9.50;96.80;2.91;1.18 +2818;16;1070.20;9.50;97.60;2.17;1.18 +2818;17;1068.60;9.50;99.20;2.23;1.18 2818;21;1025.32;9.50;76.00;1.57;1.18 +2819;0;336.00;9.50;787.00;0.00;1.24 +2819;1;328.00;9.50;775.50;-0.60;1.24 +2819;2;344.00;9.50;776.00;0.62;1.24 +2819;3;326.00;9.50;797.00;3.92;1.24 +2819;4;353.50;9.50;787.50;1.59;1.24 +2819;5;341.50;9.50;798.00;2.67;1.24 +2819;6;329.00;9.50;808.00;3.46;1.24 +2819;9;324.84;9.50;787.00;1.57;1.24 +2819;10;347.16;9.50;787.00;-1.57;1.24 +2819;11;323.20;9.50;768.60;-0.60;1.24 +2819;12;348.80;9.50;769.40;0.62;1.24 +2819;13;320.00;9.50;803.00;3.92;1.24 +2819;14;364.00;9.50;787.80;1.59;1.24 +2819;15;344.80;9.50;804.60;2.67;1.24 +2819;16;324.80;9.50;820.60;3.46;1.24 2819;21;324.84;9.50;787.00;1.57;1.24 +2820;0;8.00;9.50;1726.00;0.00;0.44 +2820;1;8.50;9.50;1715.50;0.04;0.44 +2820;2;4.00;9.50;1721.00;-0.67;0.44 +2820;3;13.50;9.50;1725.50;1.48;0.44 +2820;4;4.00;9.50;1733.50;3.63;0.44 +2820;5;9.50;9.50;1736.50;3.00;0.44 +2820;9;4.04;9.50;1726.00;1.57;0.44 +2820;10;11.96;9.50;1726.00;-1.57;0.44 +2820;11;8.80;9.50;1709.20;0.04;0.44 +2820;12;1.60;9.50;1718.00;-0.67;0.44 +2820;13;16.80;9.50;1725.20;1.48;0.44 +2820;14;1.60;9.50;1738.00;3.63;0.44 +2820;15;10.40;9.50;1742.80;3.00;0.44 2820;21;4.04;9.50;1726.00;1.57;0.44 +2821;0;801.00;9.50;1411.00;0.00;1.32 +2821;1;797.00;9.50;1399.00;-0.32;1.32 +2821;2;813.00;9.50;1402.00;0.92;1.32 +2821;3;784.00;9.50;1406.00;-1.28;1.32 +2821;4;787.50;9.50;1416.00;4.35;1.32 +2821;5;814.50;9.50;1415.50;1.89;1.32 +2821;6;803.00;9.50;1424.50;2.99;1.32 +2821;7;813.50;9.50;1422.50;2.31;1.32 +2821;9;789.12;9.50;1411.00;1.57;1.32 +2821;10;812.88;9.50;1411.00;-1.57;1.32 +2821;11;794.60;9.50;1391.80;-0.32;1.32 +2821;12;820.20;9.50;1396.60;0.92;1.32 +2821;13;773.80;9.50;1403.00;-1.28;1.32 +2821;14;779.40;9.50;1419.00;4.35;1.32 +2821;15;822.60;9.50;1418.20;1.89;1.32 +2821;16;804.20;9.50;1432.60;2.99;1.32 +2821;17;821.00;9.50;1429.40;2.31;1.32 2821;21;789.12;9.50;1411.00;1.57;1.32 +2822;0;828.00;9.50;741.00;0.00;1.30 +2822;1;819.50;9.50;724.00;-0.46;1.30 +2822;2;828.00;9.50;727.00;0.00;1.30 +2822;3;816.00;9.50;734.00;-1.04;1.30 +2822;4;841.50;9.50;737.50;1.31;1.30 +2822;5;812.00;9.50;748.00;4.30;1.30 +2822;6;839.00;9.50;751.00;2.30;1.30 +2822;7;820.50;9.50;753.00;3.70;1.30 +2822;9;814.86;9.50;741.00;1.57;1.30 +2822;10;841.14;9.50;741.00;-1.57;1.30 +2822;11;814.40;9.50;713.80;-0.46;1.30 +2822;12;828.00;9.50;718.60;0.00;1.30 +2822;13;808.80;9.50;729.80;-1.04;1.30 +2822;14;849.60;9.50;735.40;1.31;1.30 +2822;15;802.40;9.50;752.20;4.30;1.30 +2822;16;845.60;9.50;757.00;2.30;1.30 +2822;17;816.00;9.50;760.20;3.70;1.30 2822;21;814.86;9.50;741.00;1.57;1.30 +2823;0;639.00;9.50;1734.00;0.00;1.20 +2823;1;641.50;9.50;1722.00;0.20;1.20 +2823;2;663.50;9.50;1719.00;1.02;1.20 +2823;3;664.00;9.50;1720.00;1.06;1.20 +2823;4;657.50;9.50;1735.00;1.62;1.20 +2823;5;618.50;9.50;1733.50;-1.54;1.20 +2823;6;632.50;9.50;1745.50;3.65;1.20 +2823;9;620.82;9.50;1734.00;1.57;1.20 +2823;10;657.18;9.50;1734.00;-1.57;1.20 +2823;11;643.00;9.50;1714.80;0.20;1.20 +2823;12;678.20;9.50;1710.00;1.02;1.20 +2823;13;679.00;9.50;1711.60;1.06;1.20 +2823;14;668.60;9.50;1735.60;1.62;1.20 +2823;15;606.20;9.50;1733.20;-1.54;1.20 +2823;16;628.60;9.50;1752.40;3.65;1.20 2823;21;620.82;9.50;1734.00;1.57;1.20 +2824;0;2819.00;9.50;1562.00;0.00;0.36 +2824;1;2819.50;9.50;1558.00;0.12;0.36 +2824;2;2822.50;9.50;1560.50;1.16;0.36 +2824;3;2816.00;9.50;1559.50;-0.87;0.36 +2824;4;2812.00;9.50;1560.00;-1.29;0.36 +2824;5;2813.00;9.50;1561.50;-1.48;0.36 +2824;6;2816.50;9.50;1565.00;3.83;0.36 +2824;7;2823.00;9.50;1565.50;2.29;0.36 +2824;8;2819.50;9.50;1567.00;3.04;0.36 +2824;9;2813.78;9.50;1562.00;1.57;0.36 +2824;10;2824.22;9.50;1562.00;-1.57;0.36 +2824;11;2819.80;9.50;1555.60;0.12;0.36 +2824;12;2824.60;9.50;1559.60;1.16;0.36 +2824;13;2814.20;9.50;1558.00;-0.87;0.36 +2824;14;2807.80;9.50;1558.80;-1.29;0.36 +2824;15;2809.40;9.50;1561.20;-1.48;0.36 +2824;16;2815.00;9.50;1566.80;3.83;0.36 +2824;17;2825.40;9.50;1567.60;2.29;0.36 +2824;18;2819.80;9.50;1570.00;3.04;0.36 2824;21;2813.78;9.50;1562.00;1.57;0.36 +2825;0;3366.00;9.50;1062.00;0.00;1.18 +2825;1;3373.00;9.50;1049.50;0.51;1.18 +2825;2;3362.00;9.50;1052.50;-0.39;1.18 +2825;3;3381.50;9.50;1052.00;0.99;1.18 +2825;4;3376.50;9.50;1057.00;1.12;1.18 +2825;5;3357.00;9.50;1063.00;4.60;1.18 +2825;6;3372.50;9.50;1066.50;2.17;1.18 +2825;7;3354.00;9.50;1068.00;4.24;1.18 +2825;8;3367.50;9.50;1074.50;3.02;1.18 +2825;9;3355.38;9.50;1062.00;1.57;1.18 +2825;10;3376.62;9.50;1062.00;-1.57;1.18 +2825;11;3377.20;9.50;1042.00;0.51;1.18 +2825;12;3359.60;9.50;1046.80;-0.39;1.18 +2825;13;3390.80;9.50;1046.00;0.99;1.18 +2825;14;3382.80;9.50;1054.00;1.12;1.18 +2825;15;3351.60;9.50;1063.60;4.60;1.18 +2825;16;3376.40;9.50;1069.20;2.17;1.18 +2825;17;3346.80;9.50;1071.60;4.24;1.18 +2825;18;3368.40;9.50;1082.00;3.02;1.18 2825;21;3355.38;9.50;1062.00;1.57;1.18 +2826;0;2256.00;9.50;918.00;0.00;1.38 +2826;1;2251.00;9.50;911.50;-0.65;1.38 +2826;2;2266.00;9.50;903.50;0.60;1.38 +2826;3;2267.50;9.50;919.00;1.65;1.38 +2826;4;2237.50;9.50;925.50;4.32;1.38 +2826;5;2237.00;9.50;929.00;4.18;1.38 +2826;6;2244.00;9.50;930.00;3.92;1.38 +2826;7;2257.00;9.50;930.50;3.06;1.38 +2826;9;2243.22;9.50;918.00;1.57;1.38 +2826;10;2268.78;9.50;918.00;-1.57;1.38 +2826;11;2248.00;9.50;907.60;-0.65;1.38 +2826;12;2272.00;9.50;894.80;0.60;1.38 +2826;13;2274.40;9.50;919.60;1.65;1.38 +2826;14;2226.40;9.50;930.00;4.32;1.38 +2826;15;2225.60;9.50;935.60;4.18;1.38 +2826;16;2236.80;9.50;937.20;3.92;1.38 +2826;17;2257.60;9.50;938.00;3.06;1.38 2826;21;2243.22;9.50;918.00;1.57;1.38 +2827;0;246.00;9.50;1711.00;0.00;1.36 +2827;1;239.50;9.50;1702.50;-0.65;1.36 +2827;2;257.00;9.50;1697.50;0.68;1.36 +2827;3;257.50;9.50;1716.00;1.98;1.36 +2827;4;228.50;9.50;1717.00;4.38;1.36 +2827;5;242.00;9.50;1725.00;3.42;1.36 +2827;6;254.00;9.50;1727.50;2.69;1.36 +2827;9;233.76;9.50;1711.00;1.57;1.36 +2827;10;258.24;9.50;1711.00;-1.57;1.36 +2827;11;235.60;9.50;1697.40;-0.65;1.36 +2827;12;263.60;9.50;1689.40;0.68;1.36 +2827;13;264.40;9.50;1719.00;1.98;1.36 +2827;14;218.00;9.50;1720.60;4.38;1.36 +2827;15;239.60;9.50;1733.40;3.42;1.36 +2827;16;258.80;9.50;1737.40;2.69;1.36 2827;21;233.76;9.50;1711.00;1.57;1.36 +2828;0;1112.00;9.50;1251.00;0.00;1.12 +2828;1;1109.50;9.50;1240.00;-0.22;1.12 +2828;2;1121.50;9.50;1242.50;0.84;1.12 +2828;3;1100.50;9.50;1254.00;4.45;1.12 +2828;4;1125.50;9.50;1251.50;1.60;1.12 +2828;5;1119.00;9.50;1258.00;2.35;1.12 +2828;6;1105.00;9.50;1261.50;3.73;1.12 +2828;9;1100.48;9.50;1251.00;1.57;1.12 +2828;10;1123.52;9.50;1251.00;-1.57;1.12 +2828;11;1108.00;9.50;1233.40;-0.22;1.12 +2828;12;1127.20;9.50;1237.40;0.84;1.12 +2828;13;1093.60;9.50;1255.80;4.45;1.12 +2828;14;1133.60;9.50;1251.80;1.60;1.12 +2828;15;1123.20;9.50;1262.20;2.35;1.12 +2828;16;1100.80;9.50;1267.80;3.73;1.12 2828;21;1100.48;9.50;1251.00;1.57;1.12 +2829;0;4743.00;9.50;1034.00;0.00;1.18 +2829;1;4742.00;9.50;1019.50;-0.06;1.18 +2829;2;4754.00;9.50;1024.50;0.85;1.18 +2829;3;4730.00;9.50;1027.50;-1.10;1.18 +2829;4;4760.50;9.50;1034.50;1.59;1.18 +2829;5;4723.50;9.50;1035.50;4.63;1.18 +2829;6;4724.00;9.50;1038.50;4.48;1.18 +2829;7;4758.00;9.50;1042.00;2.06;1.18 +2829;8;4725.50;9.50;1043.50;4.21;1.18 +2829;9;4729.14;9.50;1034.00;1.57;1.18 +2829;10;4756.86;9.50;1034.00;-1.57;1.18 +2829;11;4741.40;9.50;1010.80;-0.06;1.18 +2829;12;4760.60;9.50;1018.80;0.85;1.18 +2829;13;4722.20;9.50;1023.60;-1.10;1.18 +2829;14;4771.00;9.50;1034.80;1.59;1.18 +2829;15;4711.80;9.50;1036.40;4.63;1.18 +2829;16;4712.60;9.50;1041.20;4.48;1.18 +2829;17;4767.00;9.50;1046.80;2.06;1.18 +2829;18;4715.00;9.50;1049.20;4.21;1.18 2829;21;4729.14;9.50;1034.00;1.57;1.18 +2830;0;5245.00;9.50;193.00;0.00;0.84 +2830;1;5238.00;9.50;184.50;-0.68;0.84 +2830;2;5225.00;9.50;188.50;-1.34;0.84 +2830;3;5260.50;9.50;188.50;1.28;0.84 +2830;4;5267.00;9.50;196.00;1.70;0.84 +2830;5;5231.00;9.50;199.00;4.30;0.84 +2830;6;5249.50;9.50;202.00;2.67;0.84 +2830;9;5228.44;9.50;193.00;1.57;0.84 +2830;10;5261.56;9.50;193.00;-1.57;0.84 +2830;11;5233.80;9.50;179.40;-0.68;0.84 +2830;12;5213.00;9.50;185.80;-1.34;0.84 +2830;13;5269.80;9.50;185.80;1.28;0.84 +2830;14;5280.20;9.50;197.80;1.70;0.84 +2830;15;5222.60;9.50;202.60;4.30;0.84 +2830;16;5252.20;9.50;207.40;2.67;0.84 2830;21;5228.44;9.50;193.00;1.57;0.84 +2831;0;5084.00;9.50;950.00;0.00;1.36 +2831;1;5082.50;9.50;934.50;-0.09;1.36 +2831;2;5074.50;9.50;944.50;-1.04;1.36 +2831;3;5095.00;9.50;942.00;0.94;1.36 +2831;4;5098.00;9.50;952.50;1.74;1.36 +2831;5;5069.50;9.50;959.50;4.13;1.36 +2831;6;5083.50;9.50;961.50;3.18;1.36 +2831;7;5074.00;9.50;965.50;3.71;1.36 +2831;9;5070.32;9.50;950.00;1.57;1.36 +2831;10;5097.68;9.50;950.00;-1.57;1.36 +2831;11;5081.60;9.50;925.20;-0.09;1.36 +2831;12;5068.80;9.50;941.20;-1.04;1.36 +2831;13;5101.60;9.50;937.20;0.94;1.36 +2831;14;5106.40;9.50;954.00;1.74;1.36 +2831;15;5060.80;9.50;965.20;4.13;1.36 +2831;16;5083.20;9.50;968.40;3.18;1.36 +2831;17;5068.00;9.50;974.80;3.71;1.36 2831;21;5070.32;9.50;950.00;1.57;1.36 +2832;0;4787.00;9.50;884.00;0.00;1.32 +2832;1;4782.00;9.50;870.50;-0.35;1.32 +2832;2;4796.00;9.50;873.00;0.68;1.32 +2832;3;4774.50;9.50;884.50;4.67;1.32 +2832;4;4800.00;9.50;885.50;1.68;1.32 +2832;5;4797.00;9.50;897.50;2.50;1.32 +2832;6;4785.50;9.50;899.00;3.24;1.32 +2832;9;4774.76;9.50;884.00;1.57;1.32 +2832;10;4799.24;9.50;884.00;-1.57;1.32 +2832;11;4779.00;9.50;862.40;-0.35;1.32 +2832;12;4801.40;9.50;866.40;0.68;1.32 +2832;13;4767.00;9.50;884.80;4.67;1.32 +2832;14;4807.80;9.50;886.40;1.68;1.32 +2832;15;4803.00;9.50;905.60;2.50;1.32 +2832;16;4784.60;9.50;908.00;3.24;1.32 2832;21;4774.76;9.50;884.00;1.57;1.32 +2833;0;4650.00;9.50;628.00;0.00;1.12 +2833;1;4646.00;9.50;618.00;-0.38;1.12 +2833;2;4655.00;9.50;616.50;0.41;1.12 +2833;3;4658.00;9.50;622.50;0.96;1.12 +2833;4;4636.50;9.50;623.00;-1.21;1.12 +2833;5;4636.50;9.50;626.00;-1.42;1.12 +2833;6;4660.00;9.50;630.50;1.81;1.12 +2833;7;4643.00;9.50;629.50;4.50;1.12 +2833;8;4645.00;9.50;636.50;3.67;1.12 +2833;9;4639.92;9.50;628.00;1.57;1.12 +2833;10;4660.08;9.50;628.00;-1.57;1.12 +2833;11;4643.60;9.50;612.00;-0.38;1.12 +2833;12;4658.00;9.50;609.60;0.41;1.12 +2833;13;4662.80;9.50;619.20;0.96;1.12 +2833;14;4628.40;9.50;620.00;-1.21;1.12 +2833;15;4628.40;9.50;624.80;-1.42;1.12 +2833;16;4666.00;9.50;632.00;1.81;1.12 +2833;17;4638.80;9.50;630.40;4.50;1.12 +2833;18;4642.00;9.50;641.60;3.67;1.12 2833;21;4639.92;9.50;628.00;1.57;1.12 +2834;0;3888.00;9.50;489.00;0.00;0.94 +2834;1;3890.00;9.50;480.00;0.21;0.94 +2834;2;3878.50;9.50;481.00;-0.87;0.94 +2834;3;3879.00;9.50;489.50;4.65;0.94 +2834;4;3895.50;9.50;492.00;1.95;0.94 +2834;5;3884.50;9.50;500.50;3.43;0.94 +2834;6;3890.50;9.50;503.50;2.97;0.94 +2834;9;3879.54;9.50;489.00;1.57;0.94 +2834;10;3896.46;9.50;489.00;-1.57;0.94 +2834;11;3891.20;9.50;474.60;0.21;0.94 +2834;12;3872.80;9.50;476.20;-0.87;0.94 +2834;13;3873.60;9.50;489.80;4.65;0.94 +2834;14;3900.00;9.50;493.80;1.95;0.94 +2834;15;3882.40;9.50;507.40;3.43;0.94 +2834;16;3892.00;9.50;512.20;2.97;0.94 2834;21;3879.54;9.50;489.00;1.57;0.94 +2835;0;3735.00;9.50;882.00;0.00;0.92 +2835;1;3723.00;9.50;874.50;-1.01;0.92 +2835;2;3735.00;9.50;870.50;0.00;0.92 +2835;3;3745.00;9.50;883.50;1.72;0.92 +2835;4;3727.00;9.50;887.00;4.15;0.92 +2835;5;3736.50;9.50;894.50;3.02;0.92 +2835;6;3743.50;9.50;896.00;2.59;0.92 +2835;9;3726.72;9.50;882.00;1.57;0.92 +2835;10;3743.28;9.50;882.00;-1.57;0.92 +2835;11;3715.80;9.50;870.00;-1.01;0.92 +2835;12;3735.00;9.50;863.60;0.00;0.92 +2835;13;3751.00;9.50;884.40;1.72;0.92 +2835;14;3722.20;9.50;890.00;4.15;0.92 +2835;15;3737.40;9.50;902.00;3.02;0.92 +2835;16;3748.60;9.50;904.40;2.59;0.92 2835;21;3726.72;9.50;882.00;1.57;0.92 +2836;0;2868.00;9.50;497.00;0.00;1.16 +2836;1;2869.00;9.50;485.50;0.08;1.16 +2836;2;2879.50;9.50;489.00;0.96;1.16 +2836;3;2857.00;9.50;501.50;4.32;1.16 +2836;4;2868.00;9.50;505.00;3.14;1.16 +2836;5;2853.50;9.50;512.50;3.89;1.16 +2836;9;2857.56;9.50;497.00;1.57;1.16 +2836;10;2878.44;9.50;497.00;-1.57;1.16 +2836;11;2869.60;9.50;478.60;0.08;1.16 +2836;12;2886.40;9.50;484.20;0.96;1.16 +2836;13;2850.40;9.50;504.20;4.32;1.16 +2836;14;2868.00;9.50;509.80;3.14;1.16 +2836;15;2844.80;9.50;521.80;3.89;1.16 2836;21;2857.56;9.50;497.00;1.57;1.16 +2837;0;2103.00;9.50;216.00;0.00;1.04 +2837;1;2109.00;9.50;207.50;0.61;1.04 +2837;2;2094.00;9.50;206.50;-0.75;1.04 +2837;3;2089.50;9.50;216.00;4.71;1.04 +2837;4;2119.00;9.50;215.50;1.54;1.04 +2837;5;2114.50;9.50;222.50;2.08;1.04 +2837;6;2094.00;9.50;225.00;3.92;1.04 +2837;7;2105.00;9.50;227.50;2.96;1.04 +2837;9;2092.38;9.50;216.00;1.57;1.04 +2837;10;2113.62;9.50;216.00;-1.57;1.04 +2837;11;2112.60;9.50;202.40;0.61;1.04 +2837;12;2088.60;9.50;200.80;-0.75;1.04 +2837;13;2081.40;9.50;216.00;4.71;1.04 +2837;14;2128.60;9.50;215.20;1.54;1.04 +2837;15;2121.40;9.50;226.40;2.08;1.04 +2837;16;2088.60;9.50;230.40;3.92;1.04 +2837;17;2106.20;9.50;234.40;2.96;1.04 2837;21;2092.38;9.50;216.00;1.57;1.04 +2838;0;1949.00;9.50;1137.00;0.00;1.02 +2838;1;1954.50;9.50;1125.50;0.44;1.02 +2838;2;1944.50;9.50;1127.00;-0.42;1.02 +2838;3;1961.50;9.50;1132.50;1.22;1.02 +2838;4;1936.50;9.50;1140.00;4.47;1.02 +2838;5;1959.50;9.50;1142.00;2.01;1.02 +2838;6;1943.50;9.50;1147.50;3.62;1.02 +2838;9;1937.48;9.50;1137.00;1.57;1.02 +2838;10;1960.52;9.50;1137.00;-1.57;1.02 +2838;11;1957.80;9.50;1118.60;0.44;1.02 +2838;12;1941.80;9.50;1121.00;-0.42;1.02 +2838;13;1969.00;9.50;1129.80;1.22;1.02 +2838;14;1929.00;9.50;1141.80;4.47;1.02 +2838;15;1965.80;9.50;1145.00;2.01;1.02 +2838;16;1940.20;9.50;1153.80;3.62;1.02 2838;21;1937.48;9.50;1137.00;1.57;1.02 +2839;0;2078.00;9.50;1765.00;0.00;0.78 +2839;1;2073.50;9.50;1757.00;-0.51;0.78 +2839;2;2089.50;9.50;1756.00;0.90;0.78 +2839;3;2097.00;9.50;1762.00;1.41;0.78 +2839;4;2064.00;9.50;1760.00;-1.22;0.78 +2839;5;2063.00;9.50;1770.00;4.39;0.78 +2839;6;2086.50;9.50;1770.50;2.14;0.78 +2839;7;2072.50;9.50;1775.00;3.64;0.78 +2839;9;2064.68;9.50;1765.00;1.57;0.78 +2839;10;2091.32;9.50;1765.00;-1.57;0.78 +2839;11;2070.80;9.50;1752.20;-0.51;0.78 +2839;12;2096.40;9.50;1750.60;0.90;0.78 +2839;13;2108.40;9.50;1760.20;1.41;0.78 +2839;14;2055.60;9.50;1757.00;-1.22;0.78 +2839;15;2054.00;9.50;1773.00;4.39;0.78 +2839;16;2091.60;9.50;1773.80;2.14;0.78 +2839;17;2069.20;9.50;1781.00;3.64;0.78 2839;21;2064.68;9.50;1765.00;1.57;0.78 +2840;0;1778.00;9.50;1570.00;0.00;1.18 +2840;1;1785.00;9.50;1555.50;0.45;1.18 +2840;2;1770.00;9.50;1560.00;-0.67;1.18 +2840;3;1790.00;9.50;1574.50;1.93;1.18 +2840;4;1767.50;9.50;1579.50;3.97;1.18 +2840;5;1781.00;9.50;1586.00;2.95;1.18 +2840;9;1767.38;9.50;1570.00;1.57;1.18 +2840;10;1788.62;9.50;1570.00;-1.57;1.18 +2840;11;1789.20;9.50;1546.80;0.45;1.18 +2840;12;1765.20;9.50;1554.00;-0.67;1.18 +2840;13;1797.20;9.50;1577.20;1.93;1.18 +2840;14;1761.20;9.50;1585.20;3.97;1.18 +2840;15;1782.80;9.50;1595.60;2.95;1.18 2840;21;1767.38;9.50;1570.00;1.57;1.18 +2841;0;899.00;9.50;85.00;0.00;1.32 +2841;1;893.00;9.50;61.50;-0.25;1.32 +2841;2;885.50;9.50;61.50;-0.52;1.32 +2841;3;886.00;9.50;77.50;-1.04;1.32 +2841;4;909.00;9.50;80.00;1.10;1.32 +2841;5;895.00;9.50;101.00;3.38;1.32 +2841;6;918.50;9.50;98.00;2.15;1.32 +2841;7;910.50;9.50;103.00;2.57;1.32 +2841;9;887.12;9.50;85.00;1.57;1.32 +2841;10;910.88;9.50;85.00;-1.57;1.32 +2841;11;889.40;9.50;47.40;-0.25;1.32 +2841;12;877.40;9.50;47.40;-0.52;1.32 +2841;13;878.20;9.50;73.00;-1.04;1.32 +2841;14;915.00;9.50;77.00;1.10;1.32 +2841;15;892.60;9.50;110.60;3.38;1.32 +2841;16;930.20;9.50;105.80;2.15;1.32 +2841;17;917.40;9.50;113.80;2.57;1.32 2841;21;887.12;9.50;85.00;1.57;1.32 +2842;0;287.00;9.50;825.00;0.00;1.48 +2842;1;298.00;9.50;804.50;0.49;1.48 +2842;2;282.50;9.50;815.00;-0.42;1.48 +2842;3;301.50;9.50;816.00;1.01;1.48 +2842;4;273.00;9.50;835.00;4.09;1.48 +2842;5;291.50;9.50;836.00;2.75;1.48 +2842;6;279.50;9.50;844.50;3.50;1.48 +2842;9;273.68;9.50;825.00;1.57;1.48 +2842;10;300.32;9.50;825.00;-1.57;1.48 +2842;11;304.60;9.50;792.20;0.49;1.48 +2842;12;279.80;9.50;809.00;-0.42;1.48 +2842;13;310.20;9.50;810.60;1.01;1.48 +2842;14;264.60;9.50;841.00;4.09;1.48 +2842;15;294.20;9.50;842.60;2.75;1.48 +2842;16;275.00;9.50;856.20;3.50;1.48 2842;21;273.68;9.50;825.00;1.57;1.48 +2843;0;4199.00;10.00;1022.00;0.00;0.24 +2843;1;4198.50;10.00;1018.50;-0.14;0.24 +2843;2;4196.50;10.00;1021.00;-1.19;0.24 +2843;3;4200.00;10.00;1019.50;0.38;0.24 +2843;4;4201.50;10.00;1022.00;1.57;0.24 +2843;5;4201.50;10.00;1024.50;2.35;0.24 +2843;6;4199.00;10.00;1025.00;3.14;0.24 +2843;9;4196.84;10.00;1022.00;1.57;0.24 +2843;10;4201.16;10.00;1022.00;-1.57;0.24 2843;21;4196.84;10.00;1022.00;1.57;0.24 +2844;0;728.00;9.50;1384.00;0.00;0.90 +2844;1;723.50;9.50;1375.50;-0.48;0.90 +2844;2;743.50;9.50;1382.00;1.44;0.90 +2844;3;710.50;9.50;1386.50;4.57;0.90 +2844;4;731.00;9.50;1393.50;2.83;0.90 +2844;5;747.50;9.50;1392.50;1.98;0.90 +2844;9;713.60;9.50;1384.00;1.57;0.90 +2844;10;742.40;9.50;1384.00;-1.57;0.90 +2844;11;720.80;9.50;1370.40;-0.48;0.90 +2844;12;752.80;9.50;1380.80;1.44;0.90 +2844;13;700.00;9.50;1388.00;4.57;0.90 +2844;14;732.80;9.50;1399.20;2.83;0.90 +2844;15;759.20;9.50;1397.60;1.98;0.90 2844;21;713.60;9.50;1384.00;1.57;0.90 +2845;0;874.00;9.50;782.00;0.00;1.20 +2845;1;862.00;9.50;771.50;-0.85;1.20 +2845;2;878.50;9.50;770.00;0.35;1.20 +2845;3;892.00;9.50;780.00;1.46;1.20 +2845;4;858.50;9.50;787.00;4.40;1.20 +2845;5;887.50;9.50;790.50;2.13;1.20 +2845;6;870.00;9.50;796.00;3.42;1.20 +2845;9;857.98;9.50;782.00;1.57;1.20 +2845;10;890.02;9.50;782.00;-1.57;1.20 +2845;11;854.80;9.50;765.20;-0.85;1.20 +2845;12;881.20;9.50;762.80;0.35;1.20 +2845;13;902.80;9.50;778.80;1.46;1.20 +2845;14;849.20;9.50;790.00;4.40;1.20 +2845;15;895.60;9.50;795.60;2.13;1.20 +2845;16;867.60;9.50;804.40;3.42;1.20 2845;21;857.98;9.50;782.00;1.57;1.20 +2846;0;702.00;9.50;1749.00;0.00;1.46 +2846;1;708.00;9.50;1739.00;0.54;1.46 +2846;2;689.00;9.50;1742.50;-1.10;1.46 +2846;3;718.00;9.50;1757.00;2.03;1.46 +2846;4;687.00;9.50;1758.00;4.17;1.46 +2846;5;700.50;9.50;1761.50;3.26;1.46 +2846;6;712.50;9.50;1764.00;2.53;1.46 +2846;9;688.14;9.50;1749.00;1.57;1.46 +2846;10;715.86;9.50;1749.00;-1.57;1.46 +2846;11;711.60;9.50;1733.00;0.54;1.46 +2846;12;681.20;9.50;1738.60;-1.10;1.46 +2846;13;727.60;9.50;1761.80;2.03;1.46 +2846;14;678.00;9.50;1763.40;4.17;1.46 +2846;15;699.60;9.50;1769.00;3.26;1.46 +2846;16;718.80;9.50;1773.00;2.53;1.46 2846;21;688.14;9.50;1749.00;1.57;1.46 +2847;0;2790.00;9.50;1513.00;0.00;0.40 +2847;1;2794.00;9.50;1508.50;0.72;0.40 +2847;2;2798.00;9.50;1508.50;1.05;0.40 +2847;3;2789.50;9.50;1509.00;-0.12;0.40 +2847;4;2798.50;9.50;1511.00;1.34;0.40 +2847;5;2786.00;9.50;1511.50;-1.21;0.40 +2847;6;2781.00;9.50;1512.50;-1.51;0.40 +2847;7;2780.50;9.50;1514.50;4.55;0.40 +2847;8;2797.00;9.50;1515.00;1.84;0.40 +2847;9;2782.80;9.50;1513.00;1.57;0.40 +2847;10;2797.20;9.50;1513.00;-1.57;0.40 +2847;11;2796.40;9.50;1505.80;0.72;0.40 +2847;12;2802.80;9.50;1505.80;1.05;0.40 +2847;13;2789.20;9.50;1506.60;-0.12;0.40 +2847;14;2803.60;9.50;1509.80;1.34;0.40 +2847;15;2783.60;9.58;1510.60;-1.21;0.40 +2847;16;2775.60;9.50;1512.20;-1.51;0.40 +2847;17;2774.80;9.50;1515.40;4.55;0.40 +2847;18;2801.20;9.50;1516.20;1.84;0.40 2847;21;2782.80;9.50;1513.00;1.57;0.40 +2848;0;3702.00;9.50;901.00;0.00;1.08 +2848;1;3696.00;9.50;890.00;-0.49;1.08 +2848;2;3710.50;9.50;896.50;1.08;1.08 +2848;3;3691.50;9.50;900.50;-1.52;1.08 +2848;4;3711.00;9.50;910.50;2.38;1.08 +2848;5;3702.50;9.50;913.00;3.10;1.08 +2848;9;3692.28;9.50;901.00;1.57;1.08 +2848;10;3711.72;9.50;901.00;-1.57;1.08 +2848;11;3692.40;9.50;883.40;-0.49;1.08 +2848;12;3715.60;9.50;893.80;1.08;1.08 +2848;13;3685.20;9.50;900.20;-1.52;1.08 +2848;14;3716.40;9.50;916.20;2.38;1.08 +2848;15;3702.80;9.50;920.20;3.10;1.08 2848;21;3692.28;9.50;901.00;1.57;1.08 +2849;0;2256.00;9.50;797.00;0.00;1.16 +2849;1;2263.50;9.50;784.50;0.54;1.16 +2849;2;2257.00;9.50;784.00;0.07;1.16 +2849;3;2253.00;9.50;790.50;-0.43;1.16 +2849;4;2268.50;9.50;792.50;1.22;1.16 +2849;5;2243.50;9.50;792.50;-1.22;1.16 +2849;6;2243.00;9.50;802.50;4.31;1.16 +2849;7;2269.50;9.50;800.50;1.82;1.16 +2849;8;2258.00;9.50;806.00;2.92;1.16 +2849;9;2245.38;9.50;797.00;1.57;1.16 +2849;10;2266.62;9.50;797.00;-1.57;1.16 +2849;11;2268.00;9.50;777.00;0.54;1.16 +2849;12;2257.60;9.50;776.20;0.07;1.16 +2849;13;2251.20;9.60;786.60;-0.43;1.16 +2849;14;2276.00;9.50;789.80;1.22;1.16 +2849;15;2236.00;9.50;789.80;-1.22;1.16 +2849;16;2235.20;9.50;805.80;4.31;1.16 +2849;17;2277.60;9.50;802.60;1.82;1.16 +2849;18;2259.20;9.50;811.40;2.92;1.16 2849;21;2245.38;9.50;797.00;1.57;1.16 +2850;0;160.00;9.50;1578.00;0.00;1.04 +2850;1;161.00;9.50;1564.50;0.07;1.04 +2850;2;148.50;9.50;1572.00;-1.09;1.04 +2850;3;172.00;9.50;1568.00;0.87;1.04 +2850;4;171.50;9.50;1581.00;1.82;1.04 +2850;5;150.00;9.50;1587.00;3.98;1.04 +2850;6;163.00;9.50;1592.00;2.93;1.04 +2850;9;150.64;9.50;1578.00;1.57;1.04 +2850;10;169.36;9.50;1578.00;-1.57;1.04 +2850;11;161.60;9.50;1556.40;0.07;1.04 +2850;12;141.60;9.50;1568.40;-1.09;1.04 +2850;13;179.20;9.50;1562.00;0.87;1.04 +2850;14;178.40;9.50;1582.80;1.82;1.04 +2850;15;144.00;9.50;1592.40;3.98;1.04 +2850;16;164.80;9.50;1600.40;2.93;1.04 2850;21;150.64;9.50;1578.00;1.57;1.04 +2851;0;1035.00;9.50;1361.00;0.00;1.02 +2851;1;1044.50;9.50;1345.50;0.55;1.02 +2851;2;1035.50;9.50;1353.00;0.06;1.02 +2851;3;1048.00;9.50;1348.50;0.80;1.02 +2851;4;1043.00;9.50;1354.50;0.88;1.02 +2851;5;1026.00;9.50;1364.50;4.34;1.02 +2851;6;1039.00;9.50;1366.50;2.51;1.02 +2851;7;1023.50;9.50;1373.50;3.88;1.02 +2851;8;1031.00;9.50;1374.00;3.44;1.02 +2851;9;1025.82;9.50;1361.00;1.57;1.02 +2851;10;1044.18;9.50;1361.00;-1.57;1.02 +2851;11;1050.20;9.50;1336.20;0.55;1.02 +2851;12;1035.80;9.50;1348.20;0.06;1.02 +2851;13;1055.80;9.50;1341.00;0.80;1.02 +2851;14;1047.80;9.50;1350.60;0.88;1.02 +2851;15;1020.60;9.50;1366.60;4.34;1.02 +2851;16;1041.40;9.50;1369.80;2.51;1.02 +2851;17;1016.60;9.50;1381.00;3.88;1.02 +2851;18;1028.60;9.50;1381.80;3.44;1.02 2851;21;1025.82;9.50;1361.00;1.57;1.02 +2852;0;5592.00;9.50;546.00;0.00;1.28 +2852;1;5576.50;9.50;530.00;-0.77;1.28 +2852;2;5602.50;9.50;538.50;0.95;1.28 +2852;3;5572.00;9.50;535.00;-1.06;1.28 +2852;4;5590.00;9.50;536.50;-0.20;1.28 +2852;5;2796.00;9.50;541.50;-1.56;1.28 +2852;6;5576.50;9.50;548.00;4.58;1.28 +2852;7;5611.50;9.50;552.00;1.86;1.28 +2852;8;5598.50;9.50;559.00;2.67;1.28 +2852;9;5576.34;9.50;546.00;1.57;1.28 +2852;10;5607.66;9.50;546.00;-1.57;1.28 +2852;11;5567.20;9.50;520.40;-0.77;1.28 +2852;12;5608.80;9.50;534.00;0.95;1.28 +2852;13;5560.00;9.50;528.40;-1.06;1.28 +2852;14;5588.80;9.50;530.80;-0.20;1.28 +2852;15;1118.40;9.50;538.80;-1.56;1.28 +2852;16;5567.20;9.50;549.20;4.58;1.28 +2852;17;5623.20;9.50;555.60;1.86;1.28 +2852;18;5602.40;9.50;566.80;2.67;1.28 2852;21;5576.34;9.50;546.00;1.57;1.28 +2853;0;4689.00;10.50;1847.00;0.00;1.32 +2853;1;4661.50;10.60;1839.00;-1.28;1.32 +2853;2;4691.00;10.60;1834.50;0.15;1.32 +2853;3;4720.00;10.10;1839.50;1.33;1.32 +2853;4;4722.50;9.90;1852.50;1.73;1.32 +2853;5;4662.00;10.80;1859.50;4.27;1.32 +2853;6;4690.00;10.50;1860.00;3.06;1.32 +2853;9;4660.74;10.68;1847.00;1.57;1.32 +2853;10;4717.26;9.90;1847.00;-1.57;1.32 2853;21;4660.74;10.68;1847.00;1.57;1.32 +2854;0;5286.00;9.50;163.00;0.00;1.22 +2854;1;5295.00;9.50;156.00;0.91;1.22 +2854;2;5277.00;9.50;154.50;-0.81;1.22 +2854;3;5271.00;9.50;166.50;4.48;1.22 +2854;4;5297.00;9.50;171.50;2.22;1.22 +2854;5;5281.00;9.50;173.50;3.58;1.22 +2854;9;5272.50;9.50;163.00;1.57;1.22 +2854;10;5299.50;9.50;163.00;-1.57;1.22 +2854;11;5300.40;9.50;151.80;0.91;1.22 +2854;12;5271.60;9.50;149.40;-0.81;1.22 +2854;13;5262.00;9.50;168.60;4.48;1.22 +2854;14;5303.60;9.50;176.60;2.22;1.22 +2854;15;5278.00;9.50;179.80;3.58;1.22 2854;21;5272.50;9.50;163.00;1.57;1.22 +2855;0;5092.00;9.50;896.00;0.00;1.16 +2855;1;5086.50;9.50;888.50;-0.63;1.16 +2855;2;5105.00;9.50;889.50;1.10;1.16 +2855;3;5072.50;9.50;893.00;-1.41;1.16 +2855;4;5084.50;9.50;897.50;4.51;1.16 +2855;5;5074.50;9.50;900.50;4.46;1.16 +2855;6;5102.00;9.50;903.00;2.18;1.16 +2855;7;5088.50;9.50;903.50;3.57;1.16 +2855;8;5086.50;9.50;907.50;3.58;1.16 +2855;9;5075.44;9.50;896.00;1.57;1.16 +2855;10;5108.56;9.50;896.00;-1.57;1.16 +2855;11;5083.20;9.50;884.00;-0.63;1.16 +2855;12;5112.80;9.50;885.60;1.10;1.16 +2855;13;5060.80;9.50;891.20;-1.41;1.16 +2855;14;5080.00;9.62;898.40;4.51;1.16 +2855;15;5064.00;9.50;903.20;4.46;1.16 +2855;16;5108.00;9.50;907.20;2.18;1.16 +2855;17;5086.40;9.50;908.00;3.57;1.16 +2855;18;5083.20;9.50;914.40;3.58;1.16 2855;21;5075.44;9.50;896.00;1.57;1.16 +2856;0;4784.00;9.50;829.00;0.00;1.42 +2856;1;4789.50;9.50;814.50;0.36;1.42 +2856;2;4779.50;9.50;810.50;-0.23;1.42 +2856;3;4778.50;9.50;816.50;-0.41;1.42 +2856;4;4776.50;9.50;822.00;-0.82;1.42 +2856;5;4799.00;9.50;820.50;1.05;1.42 +2856;6;4796.00;9.50;831.00;1.73;1.42 +2856;7;4774.50;9.50;829.50;4.66;1.42 +2856;8;4773.50;9.50;835.00;4.19;1.42 +2856;9;4771.22;9.50;829.00;1.57;1.42 +2856;10;4796.78;9.50;829.00;-1.57;1.42 +2856;11;4792.80;9.50;805.80;0.36;1.42 +2856;12;4776.80;9.50;799.40;-0.23;1.42 +2856;13;4775.20;9.50;809.00;-0.41;1.42 +2856;14;4772.00;9.50;817.80;-0.82;1.42 +2856;15;4808.00;9.50;815.40;1.05;1.42 +2856;16;4803.20;9.50;832.20;1.73;1.42 +2856;17;4768.80;9.50;829.80;4.66;1.42 +2856;18;4767.20;9.50;838.60;4.19;1.42 2856;21;4771.22;9.50;829.00;1.57;1.42 +2857;0;4617.00;9.50;757.00;0.00;1.12 +2857;1;4610.50;9.50;741.00;-0.38;1.12 +2857;2;4613.00;9.50;744.00;-0.29;1.12 +2857;3;4607.00;9.50;750.50;-0.99;1.12 +2857;4;4617.00;9.50;749.00;0.00;1.12 +2857;5;4623.50;9.50;757.00;1.57;1.12 +2857;6;4627.00;9.50;754.50;1.32;1.12 +2857;7;4629.50;9.50;761.50;1.91;1.12 +2857;8;4609.00;9.50;761.50;4.20;1.12 +2857;9;4606.74;9.50;757.00;1.57;1.12 +2857;10;4627.26;9.50;757.00;-1.57;1.12 +2857;11;4606.60;9.50;731.40;-0.38;1.12 +2857;12;4610.60;9.50;736.20;-0.29;1.12 +2857;13;4601.00;9.50;746.60;-0.99;1.12 +2857;14;4617.00;9.50;744.20;0.00;1.12 +2857;15;4627.40;9.50;757.00;1.57;1.12 +2857;16;4633.00;9.95;753.00;1.32;1.12 +2857;17;4637.00;9.50;764.20;1.91;1.12 +2857;18;4604.20;9.50;764.20;4.20;1.12 2857;21;4606.74;9.50;757.00;1.57;1.12 +2858;0;3922.00;9.50;495.00;0.00;0.90 +2858;1;3927.50;9.50;485.00;0.50;0.90 +2858;2;3919.00;9.50;484.00;-0.26;0.90 +2858;3;3912.50;9.50;495.00;4.71;0.90 +2858;4;3934.00;9.50;494.00;1.48;0.90 +2858;5;3926.00;9.50;502.00;2.62;0.90 +2858;6;3914.00;9.50;506.50;3.74;0.90 +2858;9;3911.92;9.50;495.00;1.57;0.90 +2858;10;3932.08;9.50;495.00;-1.57;0.90 +2858;11;3930.80;9.50;479.00;0.50;0.90 +2858;12;3917.20;9.50;477.40;-0.26;0.90 +2858;13;3906.80;9.50;495.00;4.71;0.90 +2858;14;3941.20;9.50;493.40;1.48;0.90 +2858;15;3928.40;9.50;506.20;2.62;0.90 +2858;16;3909.20;9.50;513.40;3.74;0.90 2858;21;3911.92;9.50;495.00;1.57;0.90 +2859;0;3776.00;9.50;832.00;0.00;1.16 +2859;1;3774.00;9.50;818.00;-0.14;1.16 +2859;2;3787.50;9.50;822.50;0.88;1.16 +2859;3;3764.00;9.50;833.00;4.62;1.16 +2859;4;3789.00;9.50;836.00;1.86;1.16 +2859;5;3775.00;9.50;846.00;3.21;1.16 +2859;9;3765.02;9.50;832.00;1.57;1.16 +2859;10;3786.98;9.50;832.00;-1.57;1.16 +2859;11;3772.80;9.50;809.60;-0.14;1.16 +2859;12;3794.40;9.50;816.80;0.88;1.16 +2859;13;3756.80;9.50;833.60;4.62;1.16 +2859;14;3796.80;9.50;838.40;1.86;1.16 +2859;15;3774.40;9.50;854.40;3.21;1.16 2859;21;3765.02;9.50;832.00;1.57;1.16 +2860;0;3706.00;9.50;264.00;0.00;1.10 +2860;1;3705.50;9.50;252.50;-0.04;1.10 +2860;2;3694.50;9.50;254.00;-0.85;1.10 +2860;3;3718.00;9.50;263.50;1.52;1.10 +2860;4;3697.50;9.50;269.00;4.18;1.10 +2860;5;3721.50;9.50;272.00;2.04;1.10 +2860;6;3712.50;9.50;275.00;2.60;1.10 +2860;9;3695.38;9.50;264.00;1.57;1.10 +2860;10;3716.62;9.50;264.00;-1.57;1.10 +2860;11;3705.20;9.50;245.60;-0.04;1.10 +2860;12;3687.60;9.50;248.00;-0.85;1.10 +2860;13;3725.20;9.50;263.20;1.52;1.10 +2860;14;3692.40;9.50;272.00;4.18;1.10 +2860;15;3730.80;9.50;276.80;2.04;1.10 +2860;16;3716.40;9.50;281.60;2.60;1.10 2860;21;3695.38;9.50;264.00;1.57;1.10 +2861;0;2956.00;9.50;329.00;0.00;0.72 +2861;1;2958.00;9.50;316.00;0.15;0.72 +2861;2;2965.50;9.50;323.50;1.04;0.72 +2861;3;2949.00;9.50;321.50;-0.75;0.72 +2861;4;2948.50;9.50;336.50;3.92;0.72 +2861;5;2960.50;9.50;337.00;2.62;0.72 +2861;6;2954.50;9.50;344.00;3.24;0.72 +2861;9;2949.52;9.50;329.00;1.57;0.72 +2861;10;2962.48;9.50;329.00;-1.57;0.72 +2861;11;2959.20;9.50;308.20;0.15;0.72 +2861;12;2971.20;9.50;320.20;1.04;0.72 +2861;13;2944.80;9.50;317.00;-0.75;0.72 +2861;14;2944.00;9.50;341.00;3.92;0.72 +2861;15;2963.20;9.50;341.80;2.62;0.72 +2861;16;2953.60;9.50;353.00;3.24;0.72 2861;21;2949.52;9.50;329.00;1.57;0.72 +2862;0;2048.00;9.50;205.00;0.00;1.06 +2862;1;2039.00;9.50;193.00;-0.64;1.06 +2862;2;2054.00;9.50;197.50;0.67;1.06 +2862;3;2038.00;9.50;206.00;4.61;1.06 +2862;4;2062.00;9.50;210.50;1.94;1.06 +2862;5;2053.50;9.50;217.00;2.71;1.06 +2862;9;2037.02;9.50;205.00;1.57;1.06 +2862;10;2058.98;9.50;205.00;-1.57;1.06 +2862;11;2033.60;9.50;185.80;-0.64;1.06 +2862;12;2057.60;9.50;193.00;0.67;1.06 +2862;13;2032.00;9.50;206.60;4.61;1.06 +2862;14;2070.40;9.50;213.80;1.94;1.06 +2862;15;2056.80;9.50;224.20;2.71;1.06 2862;21;2037.02;9.50;205.00;1.57;1.06 +2863;0;1899.00;9.50;1155.00;0.00;1.12 +2863;1;1909.00;9.50;1142.00;0.65;1.12 +2863;2;1911.50;9.50;1149.00;1.12;1.12 +2863;3;1896.50;9.50;1146.50;-0.28;1.12 +2863;4;1886.50;9.50;1154.00;-1.49;1.12 +2863;5;1904.50;9.50;1163.50;2.56;1.12 +2863;6;1892.00;9.50;1164.50;3.77;1.12 +2863;7;1899.00;9.50;1169.50;3.14;1.12 +2863;9;1888.92;9.50;1155.00;1.57;1.12 +2863;10;1909.08;9.50;1155.00;-1.57;1.12 +2863;11;1915.00;9.50;1134.20;0.65;1.12 +2863;12;1919.00;9.50;1145.40;1.12;1.12 +2863;13;1895.00;9.50;1141.40;-0.28;1.12 +2863;14;1879.00;9.50;1153.40;-1.49;1.12 +2863;15;1907.80;9.50;1168.60;2.56;1.12 +2863;16;1887.80;9.50;1170.20;3.77;1.12 +2863;17;1899.00;9.50;1178.20;3.14;1.12 2863;21;1888.92;9.50;1155.00;1.57;1.12 +2864;0;2017.00;9.50;1759.00;0.00;0.80 +2864;1;2019.00;9.50;1752.00;0.27;0.80 +2864;2;2033.00;9.50;1753.00;1.21;0.80 +2864;3;2004.00;9.50;1761.50;4.52;0.80 +2864;4;2033.50;9.50;1757.00;1.45;0.80 +2864;5;2025.00;9.50;1762.50;1.98;0.80 +2864;6;2009.50;9.50;1768.50;3.81;0.80 +2864;9;2005.30;9.50;1759.00;1.57;0.80 +2864;10;2028.70;9.50;1759.00;-1.57;0.80 +2864;11;2020.20;9.50;1747.80;0.27;0.80 +2864;12;2042.60;9.50;1749.40;1.21;0.80 +2864;13;1996.20;9.50;1763.00;4.52;0.80 +2864;14;2043.40;9.50;1755.80;1.45;0.80 +2864;15;2029.80;9.50;1764.60;1.98;0.80 +2864;16;2005.00;9.50;1774.20;3.81;0.80 2864;21;2005.30;9.50;1759.00;1.57;0.80 +2865;0;1651.00;9.50;1137.00;0.00;1.20 +2865;1;1657.00;9.50;1119.50;0.33;1.20 +2865;2;1663.00;9.50;1121.50;0.65;1.20 +2865;3;1644.00;9.50;1133.50;-1.10;1.20 +2865;4;1660.50;9.50;1137.50;1.62;1.20 +2865;5;1635.50;9.50;1149.00;4.05;1.20 +2865;6;1652.50;9.50;1149.50;3.02;1.20 +2865;7;1641.50;9.50;1152.00;3.70;1.20 +2865;9;1640.20;9.50;1137.00;1.57;1.20 +2865;10;1661.80;9.50;1137.00;-1.57;1.20 +2865;11;1660.60;9.50;1109.00;0.33;1.20 +2865;12;1670.20;9.50;1112.20;0.65;1.20 +2865;13;1639.80;9.50;1131.40;-1.10;1.20 +2865;14;1666.20;9.50;1137.80;1.62;1.20 +2865;15;1626.20;9.50;1156.20;4.05;1.20 +2865;16;1653.40;9.50;1157.00;3.02;1.20 +2865;17;1635.80;9.50;1161.00;3.70;1.20 2865;21;1640.20;9.50;1137.00;1.57;1.20 +2866;0;1018.00;9.50;402.00;0.00;1.24 +2866;1;1013.50;9.50;389.50;-0.34;1.24 +2866;2;1032.00;9.50;392.00;0.95;1.24 +2866;3;999.50;9.50;395.00;-1.20;1.24 +2866;4;1037.00;9.50;401.50;1.54;1.24 +2866;5;1005.50;9.50;410.50;4.11;1.24 +2866;6;1024.00;9.50;414.00;2.67;1.24 +2866;9;1003.96;9.50;402.00;1.57;1.24 +2866;10;1032.04;9.50;402.00;-1.57;1.24 +2866;11;1010.80;9.50;382.00;-0.34;1.24 +2866;12;1040.40;9.50;386.00;0.95;1.24 +2866;13;988.40;9.50;390.80;-1.20;1.24 +2866;14;1048.40;9.50;401.20;1.54;1.24 +2866;15;998.00;9.50;415.60;4.11;1.24 +2866;16;1027.60;9.50;421.20;2.67;1.24 2866;21;1003.96;9.50;402.00;1.57;1.24 +2867;0;132.00;9.50;652.00;0.00;1.14 +2867;1;142.00;9.50;643.50;0.86;1.14 +2867;2;126.50;9.50;640.00;-0.43;1.14 +2867;3;118.50;9.50;653.50;4.60;1.14 +2867;4;147.00;9.50;658.00;1.95;1.14 +2867;5;136.00;9.50;664.50;2.83;1.14 +2867;6;122.50;9.50;665.00;3.77;1.14 +2867;9;119.04;9.50;652.00;1.57;1.14 +2867;10;144.96;9.50;652.00;-1.57;1.14 +2867;11;148.00;9.50;638.40;0.86;1.14 +2867;12;123.20;9.50;632.80;-0.43;1.14 +2867;13;110.40;9.50;654.40;4.60;1.14 +2867;14;156.00;9.50;661.60;1.95;1.14 +2867;15;138.40;9.50;672.00;2.83;1.14 +2867;16;116.80;9.50;672.80;3.77;1.14 2867;21;119.04;9.50;652.00;1.57;1.14 +2868;0;728.00;9.50;1347.00;0.00;0.96 +2868;1;732.50;9.50;1338.00;0.46;0.96 +2868;2;753.00;9.50;1337.50;1.20;0.96 +2868;3;747.00;9.50;1346.00;1.51;0.96 +2868;4;712.50;9.50;1340.00;-1.14;0.96 +2868;5;710.00;9.50;1350.00;4.54;0.96 +2868;6;723.50;9.50;1357.00;3.56;0.96 +2868;7;707.50;9.50;1360.50;4.13;0.96 +2868;9;711.08;9.50;1347.00;1.57;0.96 +2868;10;744.92;9.50;1347.00;-1.57;0.96 +2868;11;735.20;9.50;1332.60;0.46;0.96 +2868;12;768.00;9.50;1331.80;1.20;0.96 +2868;13;758.40;9.50;1345.40;1.51;0.96 +2868;14;703.20;9.50;1335.80;-1.14;0.96 +2868;15;699.20;9.50;1351.80;4.54;0.96 +2868;16;720.80;9.50;1363.00;3.56;0.96 +2868;17;695.20;9.50;1368.60;4.13;0.96 2868;21;711.08;9.50;1347.00;1.57;0.96 +2869;0;921.00;9.50;816.00;0.00;0.94 +2869;1;931.00;9.50;808.00;0.89;0.94 +2869;2;911.00;9.50;807.50;-0.86;0.94 +2869;3;905.50;9.50;819.00;4.52;0.94 +2869;4;940.50;9.50;815.50;1.54;0.94 +2869;5;926.00;9.50;824.00;2.58;0.94 +2869;9;906.24;9.50;816.00;1.57;0.94 +2869;10;935.76;9.50;816.00;-1.57;0.94 +2869;11;937.00;9.50;803.20;0.89;0.94 +2869;12;905.00;9.50;802.40;-0.86;0.94 +2869;13;896.20;9.50;820.80;4.52;0.94 +2869;14;952.20;9.50;815.20;1.54;0.94 +2869;15;929.00;9.50;828.80;2.58;0.94 2869;21;906.24;9.50;816.00;1.57;0.94 +2870;0;619.00;9.50;1778.00;0.00;1.14 +2870;1;600.50;9.50;1768.50;-1.09;1.14 +2870;2;622.50;9.50;1767.50;0.32;1.14 +2870;3;645.50;9.50;1772.50;1.36;1.14 +2870;4;594.00;9.50;1776.00;-1.49;1.14 +2870;5;639.00;9.50;1783.00;1.81;1.14 +2870;6;609.50;9.50;1786.50;3.98;1.14 +2870;9;597.76;9.50;1778.00;1.57;1.14 +2870;10;640.24;9.50;1778.00;-1.57;1.14 +2870;11;589.40;9.50;1762.80;-1.09;1.14 +2870;12;624.60;9.50;1761.20;0.32;1.14 +2870;13;661.40;9.50;1769.20;1.36;1.14 +2870;14;579.00;9.50;1774.80;-1.49;1.14 +2870;15;651.00;9.50;1786.00;1.81;1.14 +2870;16;603.80;9.50;1791.60;3.98;1.14 2870;21;597.76;9.50;1778.00;1.57;1.14 +2871;0;2767.00;9.50;1500.00;0.00;0.48 +2871;1;2766.00;9.50;1494.50;-0.18;0.48 +2871;2;2771.00;9.50;1495.00;0.67;0.48 +2871;3;2774.00;9.50;1497.50;1.22;0.48 +2871;4;2762.50;9.50;1496.50;-0.91;0.48 +2871;5;2760.00;9.50;1501.00;4.57;0.48 +2871;6;2772.00;9.50;1503.00;2.11;0.48 +2871;7;2764.00;9.50;1504.50;3.73;0.48 +2871;8;2769.50;9.50;1506.00;2.74;0.48 +2871;9;2761.60;9.50;1500.00;1.57;0.48 +2871;10;2772.40;9.50;1500.00;-1.57;0.48 +2871;11;2765.40;9.50;1491.20;-0.18;0.48 +2871;12;2773.40;9.50;1492.00;0.67;0.48 +2871;13;2778.20;9.50;1496.00;1.22;0.48 +2871;14;2759.80;9.50;1494.40;-0.91;0.48 +2871;15;2755.80;9.50;1501.60;4.57;0.48 +2871;16;2775.00;9.50;1504.80;2.11;0.48 +2871;17;2762.20;9.50;1507.20;3.73;0.48 +2871;18;2771.00;9.50;1509.60;2.74;0.48 2871;21;2761.60;9.50;1500.00;1.57;0.48 +2872;0;3737.00;9.50;933.00;0.00;0.90 +2872;1;3737.50;9.50;920.00;0.03;0.90 +2872;2;3728.50;9.50;926.50;-0.91;0.90 +2872;3;3746.50;9.50;930.00;1.26;0.90 +2872;4;3727.50;9.50;938.00;4.22;0.90 +2872;5;3745.00;9.50;943.00;2.46;0.90 +2872;6;3735.50;9.50;944.50;3.27;0.90 +2872;9;3728.90;9.50;933.00;1.57;0.90 +2872;10;3745.10;9.50;933.00;-1.57;0.90 +2872;11;3737.80;9.50;912.20;0.03;0.90 +2872;12;3723.40;9.50;922.60;-0.91;0.90 +2872;13;3752.20;9.50;928.20;1.26;0.90 +2872;14;3721.80;9.50;941.00;4.22;0.90 +2872;15;3749.80;9.50;949.00;2.46;0.90 +2872;16;3734.60;9.50;951.40;3.27;0.90 2872;21;3728.90;9.50;933.00;1.57;0.90 +2873;0;2153.00;9.50;905.00;0.00;1.18 +2873;1;2143.50;9.50;898.50;-0.97;1.18 +2873;2;2160.00;9.50;894.50;0.58;1.18 +2873;3;2170.50;9.50;897.50;1.16;1.18 +2873;4;2160.00;9.50;910.50;2.23;1.18 +2873;5;2143.00;9.50;913.50;4.00;1.18 +2873;9;2141.30;9.50;905.00;1.57;1.18 +2873;10;2164.70;9.50;905.00;-1.57;1.18 +2873;11;2137.80;9.50;894.60;-0.97;1.18 +2873;12;2164.20;9.50;888.20;0.58;1.18 +2873;13;2181.00;9.50;893.00;1.16;1.18 +2873;14;2164.20;9.50;913.80;2.23;1.18 +2873;15;2137.00;9.50;918.60;4.00;1.18 2873;21;2141.30;9.50;905.00;1.57;1.18 +2874;0;24.00;9.50;1681.00;0.00;1.06 +2874;1;18.50;9.50;1671.00;-0.50;1.06 +2874;2;34.00;9.50;1672.00;0.83;1.06 +2874;3;12.00;9.50;1675.00;-1.10;1.06 +2874;4;43.00;9.50;1676.50;1.33;1.06 +2874;5;12.00;9.50;1685.00;4.39;1.06 +2874;6;32.00;9.50;1686.00;2.12;1.06 +2874;7;16.50;9.50;1693.00;3.70;1.06 +2874;9;12.84;9.50;1681.00;1.57;1.06 +2874;10;35.16;9.50;1681.00;-1.57;1.06 +2874;11;15.20;9.50;1665.00;-0.50;1.06 +2874;12;40.00;9.50;1666.60;0.83;1.06 +2874;13;4.80;9.50;1671.40;-1.10;1.06 +2874;14;54.40;9.50;1673.80;1.33;1.06 +2874;15;4.80;9.50;1687.40;4.39;1.06 +2874;16;36.80;9.50;1689.00;2.12;1.06 +2874;17;12.00;9.50;1700.20;3.70;1.06 2874;21;12.84;9.50;1681.00;1.57;1.06 +2875;0;922.00;9.50;1421.00;0.00;1.44 +2875;1;914.00;9.50;1407.50;-0.53;1.44 +2875;2;905.00;9.50;1422.00;4.65;1.44 +2875;3;937.50;9.50;1409.50;0.93;1.44 +2875;4;948.50;9.50;1417.00;1.42;1.44 +2875;5;939.00;9.50;1417.00;1.34;1.44 +2875;6;946.50;9.50;1420.50;1.55;1.44 +2875;7;938.50;9.50;1425.50;1.83;1.44 +2875;8;928.00;9.50;1426.50;2.31;1.44 +2875;9;904.54;9.50;1421.00;1.57;1.44 +2875;10;939.46;9.50;1421.00;-1.57;1.44 +2875;11;909.20;9.50;1399.40;-0.53;1.44 +2875;12;894.80;9.50;1422.60;4.65;1.44 +2875;13;946.80;9.50;1402.60;0.93;1.44 +2875;14;964.40;9.50;1414.60;1.42;1.44 +2875;15;949.20;9.50;1414.60;1.34;1.44 +2875;16;961.20;9.50;1420.20;1.55;1.44 +2875;17;948.40;9.50;1428.20;1.83;1.44 +2875;18;931.60;9.50;1429.80;2.31;1.44 2875;21;904.54;9.50;1421.00;1.57;1.44 +2876;0;4717.00;9.50;846.00;0.00;1.14 +2876;1;4722.50;9.55;833.00;0.40;1.14 +2876;2;4708.50;9.50;839.00;-0.88;1.14 +2876;3;4713.50;9.50;846.00;4.71;1.14 +2876;4;4720.50;9.50;837.00;0.37;1.14 +2876;5;4730.00;9.50;838.00;1.01;1.14 +2876;6;4728.50;9.50;835.50;0.83;1.14 +2876;7;4714.00;9.50;839.50;-0.43;1.14 +2876;8;4732.00;9.50;839.50;1.16;1.14 +2876;9;4704.40;9.50;846.00;1.57;1.14 +2876;10;4729.60;9.50;846.00;-1.57;1.14 +2876;11;4725.80;9.50;825.20;0.40;1.14 +2876;12;4703.40;9.50;834.80;-0.88;1.14 +2876;13;4711.40;9.50;846.00;4.71;1.14 +2876;14;4722.60;10.03;831.60;0.37;1.14 +2876;15;4737.80;9.50;833.20;1.01;1.14 +2876;16;4735.40;9.50;829.20;0.83;1.14 +2876;17;4712.20;9.66;835.60;-0.43;1.14 +2876;18;4741.00;9.50;835.60;1.16;1.14 2876;21;4704.40;9.50;846.00;1.57;1.14 +2877;0;4793.00;11.32;1983.00;0.00;2.24 +2877;1;4794.50;12.00;1956.50;0.05;2.24 +2877;2;4774.50;10.90;1961.50;-0.71;2.24 +2877;3;4811.00;11.75;1988.00;1.84;2.24 +2877;4;4779.00;10.40;1991.00;4.19;2.24 +2877;9;4772.84;10.13;1983.00;1.57;2.24 +2877;10;4813.16;12.31;1983.00;-1.57;2.24 2877;21;4772.84;10.13;1983.00;1.57;2.24 +2878;0;5217.00;9.50;149.00;0.00;1.24 +2878;1;5209.00;9.50;135.00;-0.51;1.24 +2878;2;5226.00;9.50;144.00;1.06;1.24 +2878;3;5201.50;9.50;143.00;-1.20;1.24 +2878;4;5206.00;9.50;154.50;4.24;1.24 +2878;5;5236.50;9.50;159.50;2.06;1.24 +2878;6;5224.00;9.50;162.50;2.66;1.24 +2878;9;5202.78;9.50;149.00;1.57;1.24 +2878;10;5231.22;9.50;149.00;-1.57;1.24 +2878;11;5204.20;9.50;126.60;-0.51;1.24 +2878;12;5231.40;9.50;141.00;1.06;1.24 +2878;13;5192.20;9.50;139.40;-1.20;1.24 +2878;14;5199.40;9.50;157.80;4.24;1.24 +2878;15;5248.20;9.50;165.80;2.06;1.24 +2878;16;5228.20;9.50;170.60;2.66;1.24 2878;21;5202.78;9.50;149.00;1.57;1.24 +2879;0;5127.00;9.50;921.00;0.00;0.92 +2879;1;5119.50;9.50;915.50;-0.93;0.92 +2879;2;5132.00;9.50;910.50;0.44;0.92 +2879;3;5139.00;9.50;914.00;1.04;0.92 +2879;4;5135.00;9.50;925.50;2.08;0.92 +2879;5;5116.50;9.50;927.50;4.15;0.92 +2879;6;5125.50;9.50;933.00;3.26;0.92 +2879;9;5113.50;9.50;921.00;1.57;0.92 +2879;10;5140.50;9.50;921.00;-1.57;0.92 +2879;11;5115.00;9.50;912.20;-0.93;0.92 +2879;12;5135.00;9.50;904.20;0.44;0.92 +2879;13;5146.20;9.50;909.80;1.04;0.92 +2879;14;5139.80;9.50;928.20;2.08;0.92 +2879;15;5110.20;9.50;931.40;4.15;0.92 +2879;16;5124.60;9.50;940.20;3.26;0.92 2879;21;5113.50;9.50;921.00;1.57;0.92 +2880;0;4830.00;9.50;844.00;0.00;1.14 +2880;1;4830.50;9.50;830.50;0.03;1.14 +2880;2;4819.00;9.50;838.50;-1.10;1.14 +2880;3;4841.50;9.50;843.50;1.52;1.14 +2880;4;4817.50;9.50;853.00;4.08;1.14 +2880;5;4832.00;9.50;855.50;2.96;1.14 +2880;9;4819.74;9.50;844.00;1.57;1.14 +2880;10;4840.26;9.50;844.00;-1.57;1.14 +2880;11;4830.80;9.50;822.40;0.03;1.14 +2880;12;4812.40;9.50;835.20;-1.10;1.14 +2880;13;4848.40;9.50;843.20;1.52;1.14 +2880;14;4810.00;9.50;858.40;4.08;1.14 +2880;15;4833.20;9.50;862.40;2.96;1.14 2880;21;4819.74;9.50;844.00;1.57;1.14 +2881;0;5317.00;9.50;1769.00;0.00;1.28 +2881;1;5293.50;9.50;1756.00;-1.06;1.28 +2881;2;5305.00;9.50;1756.50;-0.76;1.28 +2881;3;5301.00;9.57;1768.00;-1.50;1.28 +2881;4;5330.00;9.50;1772.50;1.83;1.28 +2881;5;5316.00;9.50;1774.50;3.32;1.28 +2881;6;5335.00;9.50;1787.00;2.35;1.28 +2881;9;5300.44;9.50;1769.00;1.57;1.28 +2881;10;5333.56;9.50;1769.00;-1.57;1.28 +2881;11;5279.40;9.50;1748.20;-1.06;1.28 +2881;12;5297.80;9.50;1749.00;-0.76;1.28 +2881;13;5291.40;9.50;1767.40;-1.50;1.28 +2881;14;5337.80;9.50;1774.60;1.83;1.28 +2881;15;5315.40;9.70;1777.80;3.32;1.28 +2881;16;5345.80;9.50;1797.80;2.35;1.28 2881;21;5300.44;9.50;1769.00;1.57;1.28 +2882;0;4578.00;9.50;725.00;0.00;0.98 +2882;1;4567.00;9.50;708.50;-0.58;0.98 +2882;2;4565.50;9.50;710.50;-0.71;0.98 +2882;3;4572.00;9.50;710.50;-0.39;0.98 +2882;4;4571.00;9.50;724.00;-1.42;0.98 +2882;5;4579.50;9.50;718.00;0.21;0.98 +2882;6;4585.00;9.50;722.50;1.22;0.98 +2882;7;4588.00;9.50;725.00;1.57;0.98 +2882;8;4587.50;9.50;734.50;2.35;0.98 +2882;9;4569.18;9.50;725.00;1.57;0.98 +2882;10;4586.82;9.50;725.00;-1.57;0.98 +2882;11;4560.40;9.50;698.60;-0.58;0.98 +2882;12;4558.00;9.50;701.80;-0.71;0.98 +2882;13;4568.40;9.50;701.80;-0.39;0.98 +2882;14;4566.80;9.50;723.40;-1.42;0.98 +2882;15;4580.40;9.50;713.80;0.21;0.98 +2882;16;4589.20;9.50;721.00;1.22;0.98 +2882;17;4594.00;9.50;725.00;1.57;0.98 +2882;18;4593.20;9.50;740.20;2.35;0.98 2882;21;4569.18;9.50;725.00;1.57;0.98 +2883;0;3970.00;9.50;555.00;0.00;0.96 +2883;1;3975.50;9.50;543.00;0.43;0.96 +2883;2;3965.50;9.50;547.50;-0.54;0.96 +2883;3;3978.00;9.50;553.00;1.32;0.96 +2883;4;3956.00;9.50;552.50;-1.39;0.96 +2883;5;3961.50;9.50;560.00;4.18;0.96 +2883;6;3974.00;9.50;565.50;2.77;0.96 +2883;7;3980.50;9.50;564.00;2.27;0.96 +2883;9;3961.18;9.50;555.00;1.57;0.96 +2883;10;3978.82;9.50;555.00;-1.57;0.96 +2883;11;3978.80;9.50;535.80;0.43;0.96 +2883;12;3962.80;9.50;543.00;-0.54;0.96 +2883;13;3982.80;9.50;551.80;1.32;0.96 +2883;14;3947.60;9.50;551.00;-1.39;0.96 +2883;15;3956.40;9.50;563.00;4.18;0.96 +2883;16;3976.40;9.50;571.80;2.77;0.96 +2883;17;3986.80;9.50;569.40;2.27;0.96 2883;21;3961.18;9.50;555.00;1.57;0.96 +2884;0;3664.00;9.50;285.00;0.00;1.34 +2884;1;3660.50;9.50;270.00;-0.22;1.34 +2884;2;3676.50;9.50;279.50;1.15;1.34 +2884;3;3651.50;9.50;283.00;-1.41;1.34 +2884;4;3676.00;9.50;292.50;2.12;1.34 +2884;5;3655.00;9.50;299.00;3.71;1.34 +2884;6;3666.00;9.50;297.50;2.98;1.34 +2884;7;3659.50;9.50;302.50;3.39;1.34 +2884;9;3651.94;9.50;285.00;1.57;1.34 +2884;10;3676.06;9.50;285.00;-1.57;1.34 +2884;11;3658.40;9.50;261.00;-0.22;1.34 +2884;12;3684.00;9.50;276.20;1.15;1.34 +2884;13;3644.00;9.50;281.80;-1.41;1.34 +2884;14;3683.20;9.50;297.00;2.12;1.34 +2884;15;3649.60;9.50;307.40;3.71;1.34 +2884;16;3667.20;9.50;305.00;2.98;1.34 +2884;17;3656.80;9.50;313.00;3.39;1.34 2884;21;3651.94;9.50;285.00;1.57;1.34 +2885;0;2977.00;9.50;360.00;0.00;0.78 +2885;1;2981.00;9.50;349.50;0.36;0.78 +2885;2;2971.00;9.50;352.50;-0.67;0.78 +2885;3;2983.50;9.50;359.50;1.49;0.78 +2885;4;2971.50;9.50;365.50;3.92;0.78 +2885;5;2983.00;9.50;369.50;2.57;0.78 +2885;6;2979.00;9.50;373.00;2.98;0.78 +2885;9;2969.98;9.50;360.00;1.57;0.78 +2885;10;2984.02;9.50;360.00;-1.57;0.78 +2885;11;2983.40;9.50;343.20;0.36;0.78 +2885;12;2967.40;9.50;348.00;-0.67;0.78 +2885;13;2987.40;9.50;359.20;1.49;0.78 +2885;14;2968.20;9.50;368.80;3.92;0.78 +2885;15;2986.60;9.50;375.20;2.57;0.78 +2885;16;2980.20;9.50;380.80;2.98;0.78 2885;21;2969.98;9.50;360.00;1.57;0.78 +2886;0;2114.00;9.50;172.00;0.00;0.84 +2886;1;2119.50;9.50;160.50;0.44;0.84 +2886;2;2109.00;9.50;159.50;-0.38;0.84 +2886;3;2103.50;9.50;172.50;4.66;0.84 +2886;4;2124.00;9.50;179.00;2.18;0.84 +2886;5;2114.50;9.50;185.50;3.10;0.84 +2886;9;2106.44;9.50;172.00;1.57;0.84 +2886;10;2121.56;9.50;172.00;-1.57;0.84 +2886;11;2122.80;9.50;153.60;0.44;0.84 +2886;12;2106.00;9.50;152.00;-0.38;0.84 +2886;13;2097.20;9.50;172.80;4.66;0.84 +2886;14;2130.00;9.50;183.20;2.18;0.84 +2886;15;2114.80;9.50;193.60;3.10;0.84 2886;21;2106.44;9.50;172.00;1.57;0.84 +2887;0;1842.00;9.50;1147.00;0.00;1.12 +2887;1;1837.50;9.50;1133.50;-0.32;1.12 +2887;2;1830.00;9.50;1144.00;-1.32;1.12 +2887;3;1843.50;9.50;1139.00;0.18;1.12 +2887;4;1855.00;9.50;1140.50;1.10;1.12 +2887;5;1835.00;9.50;1146.50;-1.49;1.12 +2887;6;1858.00;9.50;1150.00;1.75;1.12 +2887;7;1832.00;9.50;1153.50;4.13;1.12 +2887;8;1846.50;9.50;1157.00;2.71;1.12 +2887;9;1829.94;9.50;1147.00;1.57;1.12 +2887;10;1854.06;9.50;1147.00;-1.57;1.12 +2887;11;1834.80;9.50;1125.40;-0.32;1.12 +2887;12;1822.80;9.50;1142.20;-1.32;1.12 +2887;13;1844.40;9.50;1134.20;0.18;1.12 +2887;14;1862.80;9.50;1136.60;1.10;1.12 +2887;15;1830.80;9.50;1146.20;-1.49;1.12 +2887;16;1867.60;9.50;1151.80;1.75;1.12 +2887;17;1826.00;9.50;1157.40;4.13;1.12 +2887;18;1849.20;9.50;1163.00;2.71;1.12 2887;21;1829.94;9.50;1147.00;1.57;1.12 +2888;0;2019.00;9.50;1735.00;0.00;0.70 +2888;1;2024.00;9.50;1728.50;0.65;0.70 +2888;2;2033.50;9.50;1727.00;1.06;0.70 +2888;3;2033.00;9.50;1734.00;1.49;0.70 +2888;4;2005.00;9.50;1736.00;4.64;0.70 +2888;5;2000.00;9.50;1740.00;4.45;0.70 +2888;6;2020.00;9.50;1740.00;2.94;0.70 +2888;7;2007.00;9.50;1741.50;4.21;0.70 +2888;9;2005.14;9.50;1735.00;1.57;0.70 +2888;10;2032.86;9.50;1735.00;-1.57;0.70 +2888;11;2027.00;9.50;1724.60;0.65;0.70 +2888;12;2042.20;9.50;1722.20;1.06;0.70 +2888;13;2041.40;9.50;1733.40;1.49;0.70 +2888;14;1996.60;9.50;1736.60;4.64;0.70 +2888;15;1988.60;9.50;1743.00;4.45;0.70 +2888;16;2020.60;9.50;1743.00;2.94;0.70 +2888;17;1999.80;9.50;1745.40;4.21;0.70 2888;21;2005.14;9.50;1735.00;1.57;0.70 +2889;0;1338.00;9.50;1091.00;0.00;1.24 +2889;1;1334.50;9.50;1074.50;-0.20;1.24 +2889;2;1343.50;9.50;1071.50;0.27;1.24 +2889;3;1350.00;9.50;1082.50;0.95;1.24 +2889;4;1325.00;9.50;1092.50;4.59;1.24 +2889;5;1354.00;9.50;1095.00;1.81;1.24 +2889;6;1344.50;9.50;1103.50;2.66;1.24 +2889;7;1331.00;9.50;1110.00;3.49;1.24 +2889;9;1326.84;9.50;1091.00;1.57;1.24 +2889;10;1349.16;9.50;1091.00;-1.57;1.24 +2889;11;1332.40;9.50;1064.60;-0.20;1.24 +2889;12;1346.80;9.50;1059.80;0.27;1.24 +2889;13;1357.20;9.50;1077.40;0.95;1.24 +2889;14;1317.20;9.50;1093.40;4.59;1.24 +2889;15;1363.60;9.50;1097.40;1.81;1.24 +2889;16;1348.40;9.50;1111.00;2.66;1.24 +2889;17;1326.80;9.50;1121.40;3.49;1.24 2889;21;1326.84;9.50;1091.00;1.57;1.24 +2890;0;1009.00;9.50;350.00;0.00;1.22 +2890;1;999.50;9.50;341.50;-0.84;1.22 +2890;2;1013.50;9.50;334.00;0.27;1.22 +2890;3;1022.50;9.50;350.00;1.57;1.22 +2890;4;994.00;9.50;352.00;4.58;1.22 +2890;5;994.00;9.50;358.00;4.22;1.22 +2890;6;1009.00;9.50;363.50;3.14;1.22 +2890;9;998.02;9.50;350.00;1.57;1.22 +2890;10;1019.98;9.50;350.00;-1.57;1.22 +2890;11;993.80;9.50;336.40;-0.84;1.22 +2890;12;1016.20;9.50;324.40;0.27;1.22 +2890;13;1030.60;9.50;350.00;1.57;1.22 +2890;14;985.00;9.50;353.20;4.58;1.22 +2890;15;985.00;9.50;362.80;4.22;1.22 +2890;16;1009.00;9.50;371.60;3.14;1.22 2890;21;998.02;9.50;350.00;1.57;1.22 +2891;0;93.00;9.50;614.00;0.00;1.10 +2891;1;80.00;9.50;604.00;-0.91;1.10 +2891;2;89.00;9.50;603.00;-0.34;1.10 +2891;3;104.00;9.50;606.00;0.94;1.10 +2891;4;77.00;9.50;617.50;4.49;1.10 +2891;5;98.50;9.50;610.50;1.00;1.10 +2891;6;118.50;9.50;613.50;1.55;1.10 +2891;7;107.00;9.50;621.00;2.03;1.10 +2891;8;88.00;9.50;626.50;3.52;1.10 +2891;9;76.08;9.50;614.00;1.57;1.10 +2891;10;109.92;9.50;614.00;-1.57;1.10 +2891;11;72.20;9.50;598.00;-0.91;1.10 +2891;12;86.60;9.50;596.40;-0.34;1.10 +2891;13;110.60;9.50;601.20;0.94;1.10 +2891;14;67.40;9.50;619.60;4.49;1.10 +2891;15;101.80;11.71;608.40;1.00;1.10 +2891;16;133.80;9.50;613.20;1.55;1.10 +2891;17;115.40;9.50;625.20;2.03;1.10 +2891;18;85.00;9.50;634.00;3.52;1.10 2891;21;76.08;9.50;614.00;1.57;1.10 +2892;0;746.00;9.50;1308.00;0.00;0.96 +2892;1;753.50;9.50;1298.00;0.64;0.96 +2892;2;733.50;9.50;1299.00;-0.94;0.96 +2892;3;771.50;9.50;1300.50;1.28;0.96 +2892;4;766.00;9.50;1309.00;1.62;0.96 +2892;5;727.00;9.50;1311.00;4.55;0.96 +2892;6;741.50;9.50;1318.50;3.54;0.96 +2892;9;728.18;9.50;1308.00;1.57;0.96 +2892;10;763.82;9.50;1308.00;-1.57;0.96 +2892;11;758.00;9.50;1292.00;0.64;0.96 +2892;12;726.00;9.50;1293.60;-0.94;0.96 +2892;13;786.80;9.50;1296.00;1.28;0.96 +2892;14;778.00;9.50;1309.60;1.62;0.96 +2892;15;715.60;9.50;1312.80;4.55;0.96 +2892;16;738.80;9.50;1324.80;3.54;0.96 2892;21;728.18;9.50;1308.00;1.57;0.96 +2893;0;997.00;9.50;821.00;0.00;1.26 +2893;1;995.50;9.50;807.50;-0.11;1.26 +2893;2;1006.50;9.50;810.00;0.71;1.26 +2893;3;983.00;9.50;812.50;-1.02;1.26 +2893;4;978.50;9.50;818.00;-1.41;1.26 +2893;5;1014.00;9.50;825.50;1.83;1.26 +2893;6;980.00;9.50;826.00;4.42;1.26 +2893;7;993.50;9.50;831.50;3.46;1.26 +2893;8;1013.50;9.50;834.00;2.23;1.26 +2893;9;982.24;9.50;821.00;1.57;1.26 +2893;10;1011.76;9.50;821.00;-1.57;1.26 +2893;11;994.60;9.50;799.40;-0.11;1.26 +2893;12;1012.20;9.50;803.40;0.71;1.26 +2893;13;974.60;9.50;807.40;-1.02;1.26 +2893;14;967.40;9.50;816.20;-1.41;1.26 +2893;15;1024.20;9.50;828.20;1.83;1.26 +2893;16;969.80;9.50;829.00;4.42;1.26 +2893;17;991.40;9.50;837.80;3.46;1.26 +2893;18;1023.40;9.50;841.80;2.23;1.26 2893;21;982.24;9.50;821.00;1.57;1.26 +2894;0;584.00;9.50;1816.00;0.00;1.24 +2894;1;569.00;9.50;1806.00;-0.98;1.24 +2894;2;592.00;9.50;1805.50;0.65;1.24 +2894;3;567.00;9.50;1820.00;4.48;1.24 +2894;4;606.50;9.50;1816.00;1.57;1.24 +2894;5;596.00;9.50;1825.00;2.21;1.24 +2894;6;579.00;9.50;1829.50;3.49;1.24 +2894;9;567.44;9.50;1816.00;1.57;1.24 +2894;10;600.56;9.50;1816.00;-1.57;1.24 +2894;11;560.00;9.50;1800.00;-0.98;1.24 +2894;12;596.80;9.50;1799.20;0.65;1.24 +2894;13;556.80;9.50;1822.40;4.48;1.24 +2894;14;620.00;9.50;1816.00;1.57;1.24 +2894;15;603.20;9.50;1830.40;2.21;1.24 +2894;16;576.00;9.50;1837.60;3.49;1.24 2894;21;567.44;9.50;1816.00;1.57;1.24 +2895;0;2783.00;9.50;1539.00;0.00;0.26 +2895;1;2783.50;9.50;1537.00;0.24;0.26 +2895;2;2774.50;9.50;1539.50;4.65;0.26 +2895;3;2792.00;9.50;1537.50;1.40;0.26 +2895;4;2791.00;9.50;1539.50;1.63;0.26 +2895;5;2780.50;9.50;1541.00;4.03;0.26 +2895;6;2776.00;9.50;1541.50;4.36;0.26 +2895;7;2788.00;9.50;1541.50;2.03;0.26 +2895;8;2774.00;9.50;1542.50;4.34;0.26 +2895;9;2776.34;9.50;1539.00;1.57;0.26 +2895;10;2789.66;9.50;1539.00;-1.57;0.26 +2895;11;2783.80;9.50;1535.80;0.24;0.26 +2895;12;2769.40;9.50;1539.80;4.65;0.26 +2895;13;2797.40;9.50;1536.60;1.40;0.26 +2895;14;2795.80;9.50;1539.80;1.63;0.26 +2895;15;2779.00;9.50;1542.20;4.03;0.26 +2895;16;2771.80;9.50;1543.00;4.36;0.26 +2895;17;2791.00;9.50;1543.00;2.03;0.26 +2895;18;2768.60;9.50;1544.60;4.34;0.26 2895;21;2776.34;9.50;1539.00;1.57;0.26 +2896;0;3580.00;9.50;1120.00;0.00;1.16 +2896;1;3579.00;9.50;1106.50;-0.07;1.16 +2896;2;3587.50;9.50;1108.50;0.57;1.16 +2896;3;3573.00;9.50;1113.50;-0.82;1.16 +2896;4;3590.00;9.50;1120.50;1.62;1.16 +2896;5;3568.00;9.50;1127.50;4.15;1.16 +2896;6;3584.50;9.50;1130.00;2.71;1.16 +2896;7;3569.00;9.50;1131.50;3.90;1.16 +2896;8;3576.50;9.50;1132.50;3.41;1.16 +2896;9;3569.56;9.50;1120.00;1.57;1.16 +2896;10;3590.44;9.50;1120.00;-1.57;1.16 +2896;11;3578.40;9.50;1098.40;-0.07;1.16 +2896;12;3592.00;9.50;1101.60;0.57;1.16 +2896;13;3568.80;9.50;1109.60;-0.82;1.16 +2896;14;3596.00;9.50;1120.80;1.62;1.16 +2896;15;3560.80;9.50;1132.00;4.15;1.16 +2896;16;3587.20;9.50;1136.00;2.71;1.16 +2896;17;3562.40;9.50;1138.40;3.90;1.16 +2896;18;3574.40;9.50;1140.00;3.41;1.16 2896;21;3569.56;9.50;1120.00;1.57;1.16 +2897;0;2137.00;9.50;973.00;0.00;1.06 +2897;1;2134.00;9.50;962.00;-0.26;1.06 +2897;2;2147.50;9.50;962.50;0.78;1.06 +2897;3;2128.00;9.50;977.50;4.24;1.06 +2897;4;2145.50;9.50;976.50;1.96;1.06 +2897;5;2136.50;9.50;988.00;3.17;1.06 +2897;9;2127.46;9.50;973.00;1.57;1.06 +2897;10;2146.54;9.50;973.00;-1.57;1.06 +2897;11;2132.20;9.50;955.40;-0.26;1.06 +2897;12;2153.80;9.50;956.20;0.78;1.06 +2897;13;2122.60;9.50;980.20;4.24;1.06 +2897;14;2150.60;9.50;978.60;1.96;1.06 +2897;15;2136.20;9.50;997.00;3.17;1.06 2897;21;2127.46;9.50;973.00;1.57;1.06 +2898;0;829.00;9.50;1528.00;0.00;1.02 +2898;1;808.00;9.50;1523.00;-1.33;1.02 +2898;2;834.50;9.50;1519.00;0.54;1.02 +2898;3;855.50;9.50;1521.50;1.33;1.02 +2898;4;852.00;9.50;1526.00;1.48;1.02 +2898;5;811.50;9.50;1535.50;4.30;1.02 +2898;6;849.50;9.50;1533.50;1.83;1.02 +2898;7;833.00;9.50;1536.50;2.70;1.02 +2898;9;810.10;9.50;1528.00;1.57;1.02 +2898;10;847.90;9.50;1528.00;-1.57;1.02 +2898;11;795.40;9.50;1520.00;-1.33;1.02 +2898;12;837.80;9.50;1513.60;0.54;1.02 +2898;13;871.40;9.50;1517.60;1.33;1.02 +2898;14;865.80;9.50;1524.80;1.48;1.02 +2898;15;801.00;9.50;1540.00;4.30;1.02 +2898;16;861.80;9.50;1536.80;1.83;1.02 +2898;17;835.40;9.50;1541.60;2.70;1.02 2898;21;810.10;9.50;1528.00;1.57;1.02 +2899;0;4716.00;9.50;762.00;0.00;1.16 +2899;1;4712.00;9.50;749.50;-0.31;1.16 +2899;2;4703.00;9.50;754.00;-1.01;1.16 +2899;3;4713.00;9.50;756.50;-0.49;1.16 +2899;4;4723.50;9.50;753.00;0.69;1.16 +2899;5;4728.50;9.50;758.50;1.29;1.16 +2899;6;4709.00;9.50;768.00;4.00;1.16 +2899;7;4714.00;9.60;761.50;-1.32;1.16 +2899;8;4719.50;9.50;764.00;2.09;1.16 +2899;9;4705.56;9.50;762.00;1.57;1.16 +2899;10;4726.44;9.50;762.00;-1.57;1.16 +2899;11;4709.60;9.50;742.00;-0.31;1.16 +2899;12;4695.20;9.50;749.20;-1.01;1.16 +2899;13;4711.20;9.52;753.20;-0.49;1.16 +2899;14;4728.00;9.50;747.60;0.69;1.16 +2899;15;4736.00;9.50;756.40;1.29;1.16 +2899;16;4704.80;9.50;771.60;4.00;1.16 +2899;17;4712.80;10.09;761.20;-1.32;1.16 +2899;18;4721.60;9.50;765.20;2.09;1.16 2899;21;4705.56;9.50;762.00;1.57;1.16 +2900;0;4487.00;10.90;1960.00;0.00;1.80 +2900;1;4486.00;10.37;1939.00;-0.04;1.80 +2900;2;4516.00;10.50;1947.50;1.16;1.80 +2900;3;4457.50;10.80;1947.50;-1.17;1.80 +2900;4;4451.00;10.40;1963.50;4.61;1.80 +2900;5;4524.50;11.30;1964.00;1.67;1.80 +2900;6;4489.00;10.85;1978.00;3.03;1.80 +2900;7;4448.50;10.20;1977.50;4.28;1.80 +2900;9;4457.84;10.66;1960.00;1.57;1.80 +2900;10;4516.16;11.30;1960.00;-1.57;1.80 2900;21;4457.84;10.66;1960.00;1.57;1.80 +2901;0;5086.00;9.50;847.00;0.00;1.48 +2901;1;5097.50;9.50;832.00;0.65;1.48 +2901;2;5082.00;9.50;835.00;-0.32;1.48 +2901;3;5099.00;9.50;846.50;1.53;1.48 +2901;4;5072.00;9.50;845.00;-1.42;1.48 +2901;5;5073.50;9.50;853.00;4.26;1.48 +2901;6;5072.00;9.50;856.50;4.11;1.48 +2901;7;5083.50;9.50;864.00;3.28;1.48 +2901;8;5079.00;9.50;862.50;3.56;1.48 +2901;9;5072.68;9.50;847.00;1.57;1.48 +2901;10;5099.32;9.50;847.00;-1.57;1.48 +2901;11;5104.40;9.50;823.00;0.65;1.48 +2901;12;5079.60;9.50;827.80;-0.32;1.48 +2901;13;5106.80;9.50;846.20;1.53;1.48 +2901;14;5063.60;9.50;843.80;-1.42;1.48 +2901;15;5066.00;9.50;856.60;4.26;1.48 +2901;16;5063.60;9.81;862.20;4.11;1.48 +2901;17;5082.00;9.50;874.20;3.28;1.48 +2901;18;5074.80;9.50;871.80;3.56;1.48 2901;21;5072.68;9.50;847.00;1.57;1.48 +2902;0;4836.00;9.50;787.00;0.00;0.90 +2902;1;4836.50;9.50;772.00;0.03;0.90 +2902;2;4827.00;9.50;783.50;-1.20;0.90 +2902;3;4844.50;9.50;790.50;1.96;0.90 +2902;4;4825.00;9.50;799.50;3.86;0.90 +2902;5;4833.50;9.50;802.00;3.30;0.90 +2902;6;4842.50;9.50;804.00;2.77;0.90 +2902;9;4827.90;9.50;787.00;1.57;0.90 +2902;10;4844.10;9.50;787.00;-1.57;0.90 +2902;11;4836.80;9.50;763.00;0.03;0.90 +2902;12;4821.60;9.50;781.40;-1.20;0.90 +2902;13;4849.60;9.50;792.60;1.96;0.90 +2902;14;4818.40;9.50;807.00;3.86;0.90 +2902;15;4832.00;9.50;811.00;3.30;0.90 +2902;16;4846.40;9.50;814.20;2.77;0.90 2902;21;4827.90;9.50;787.00;1.57;0.90 +2903;0;5229.00;9.50;1713.00;0.00;1.10 +2903;1;5198.00;9.50;1703.50;-1.27;1.10 +2903;2;5225.50;9.50;1704.50;-0.39;1.10 +2903;3;5251.50;9.50;1706.50;1.29;1.10 +2903;4;5250.50;9.50;1717.00;1.75;1.10 +2903;5;5214.00;9.50;1713.50;4.67;1.10 +2903;6;5234.50;9.50;1725.50;2.72;1.10 +2903;7;5249.50;9.50;1728.00;2.20;1.10 +2903;9;5209.38;9.50;1713.00;1.57;1.10 +2903;10;5248.62;9.50;1713.00;-1.57;1.10 +2903;11;5179.40;9.50;1697.80;-1.27;1.10 +2903;12;5223.40;9.50;1699.40;-0.39;1.10 +2903;13;5265.00;9.50;1702.60;1.29;1.10 +2903;14;5263.40;9.50;1719.40;1.75;1.10 +2903;15;5205.00;9.66;1713.80;4.67;1.10 +2903;16;5237.80;9.50;1733.00;2.72;1.10 +2903;17;5261.80;9.50;1737.00;2.20;1.10 2903;21;5209.38;9.50;1713.00;1.57;1.10 +2904;0;4525.00;9.50;685.00;0.00;0.98 +2904;1;4515.00;9.92;672.00;-0.65;0.98 +2904;2;4512.00;9.50;674.50;-0.89;0.98 +2904;3;4517.00;9.50;677.00;-0.78;0.98 +2904;4;4531.50;9.50;677.00;0.68;0.98 +2904;5;4524.00;9.50;678.50;-0.15;0.98 +2904;6;4510.00;9.50;677.50;-1.10;0.98 +2904;7;4517.50;9.50;686.50;4.51;0.98 +2904;8;4533.00;9.50;681.00;1.10;0.98 +2904;9;4514.38;9.50;685.00;1.57;0.98 +2904;10;4535.62;9.50;685.00;-1.57;0.98 +2904;11;4509.00;9.58;664.20;-0.65;0.98 +2904;12;4504.20;9.50;668.20;-0.89;0.98 +2904;13;4512.20;9.50;672.20;-0.78;0.98 +2904;14;4535.40;9.50;672.20;0.68;0.98 +2904;15;4523.40;9.50;674.60;-0.15;0.98 +2904;16;4501.00;9.50;673.00;-1.10;0.98 +2904;17;4513.00;9.50;687.40;4.51;0.98 +2904;18;4537.80;9.50;678.60;1.10;0.98 2904;21;4514.38;9.50;685.00;1.57;0.98 +2905;0;3944.00;9.50;527.00;0.00;0.94 +2905;1;3937.00;9.50;518.00;-0.66;0.94 +2905;2;3950.50;9.50;523.50;1.07;0.94 +2905;3;3936.50;9.50;530.00;4.33;0.94 +2905;4;3952.50;9.50;533.50;2.22;0.94 +2905;9;3933.02;9.50;527.00;1.57;0.94 +2905;10;3954.98;9.50;527.00;-1.57;0.94 +2905;11;3932.80;9.50;512.60;-0.66;0.94 +2905;12;3954.40;9.50;521.40;1.07;0.94 +2905;13;3932.00;9.50;531.80;4.33;0.94 +2905;14;3957.60;9.50;537.40;2.22;0.94 2905;21;3933.02;9.50;527.00;1.57;0.94 +2906;0;3675.00;9.50;818.00;0.00;1.14 +2906;1;3670.00;9.50;808.50;-0.48;1.14 +2906;2;3685.00;9.50;811.00;0.96;1.14 +2906;3;3663.50;9.50;822.50;4.33;1.14 +2906;4;3687.50;9.50;822.50;1.91;1.14 +2906;5;3675.50;9.50;830.00;3.10;1.14 +2906;9;3664.02;9.50;818.00;1.57;1.14 +2906;10;3685.98;9.50;818.00;-1.57;1.14 +2906;11;3667.00;9.50;802.80;-0.48;1.14 +2906;12;3691.00;9.50;806.80;0.96;1.14 +2906;13;3656.60;9.50;825.20;4.33;1.14 +2906;14;3695.00;9.50;825.20;1.91;1.14 +2906;15;3675.80;9.50;837.20;3.10;1.14 2906;21;3664.02;9.50;818.00;1.57;1.14 +2907;0;3670.00;9.50;353.00;0.00;0.96 +2907;1;3662.50;9.50;336.50;-0.42;0.96 +2907;2;3674.50;9.50;342.00;0.38;0.96 +2907;3;3659.00;9.50;340.00;-0.70;0.96 +2907;4;3662.00;9.50;355.50;4.41;0.96 +2907;5;3678.50;9.50;360.00;2.26;0.96 +2907;6;3668.50;9.50;370.00;3.23;0.96 +2907;7;3673.50;9.50;373.00;2.96;0.96 +2907;9;3661.36;9.50;353.00;1.57;0.96 +2907;10;3678.64;9.50;353.00;-1.57;0.96 +2907;11;3658.00;9.50;326.60;-0.42;0.96 +2907;12;3677.20;9.50;335.40;0.38;0.96 +2907;13;3652.40;9.50;332.20;-0.70;0.96 +2907;14;3657.20;9.50;357.00;4.41;0.96 +2907;15;3683.60;9.50;364.20;2.26;0.96 +2907;16;3667.60;9.50;380.20;3.23;0.96 +2907;17;3675.60;9.50;385.00;2.96;0.96 2907;21;3661.36;9.50;353.00;1.57;0.96 +2908;0;2951.00;9.50;392.00;0.00;0.72 +2908;1;2952.00;9.50;375.50;0.06;0.72 +2908;2;2958.50;9.50;381.50;0.62;0.72 +2908;3;2947.00;9.50;379.00;-0.29;0.72 +2908;4;2944.00;9.50;393.50;4.50;0.72 +2908;5;2957.50;9.50;397.50;2.27;0.72 +2908;6;2948.50;9.50;407.50;3.30;0.72 +2908;7;2943.50;9.50;408.50;3.56;0.72 +2908;9;2944.52;9.50;392.00;1.57;0.72 +2908;10;2957.48;9.50;392.00;-1.57;0.72 +2908;11;2952.60;9.50;365.60;0.06;0.72 +2908;12;2963.00;9.50;375.20;0.62;0.72 +2908;13;2944.60;9.50;371.20;-0.29;0.72 +2908;14;2939.80;9.50;394.40;4.50;0.72 +2908;15;2961.40;9.50;400.80;2.27;0.72 +2908;16;2947.00;9.50;416.80;3.30;0.72 +2908;17;2939.00;9.50;418.40;3.56;0.72 2908;21;2944.52;9.50;392.00;1.57;0.72 +2909;0;2601.00;9.50;2034.00;0.00;0.56 +2909;1;2608.50;9.50;2028.00;0.89;0.56 +2909;2;2616.50;9.50;2034.00;1.57;0.56 +2909;3;2583.50;9.50;2034.50;4.68;0.56 +2909;9;2583.18;9.50;2034.00;1.57;0.56 +2909;10;2618.82;9.50;2034.00;-1.57;0.56 +2909;11;2613.00;9.50;2024.40;0.89;0.56 +2909;12;2625.80;9.50;2034.00;1.57;0.56 +2909;13;2573.00;9.50;2034.80;4.68;0.56 2909;21;2583.18;9.50;2034.00;1.57;0.56 +2910;0;1805.00;9.50;1084.00;0.00;1.06 +2910;1;1812.50;9.50;1072.50;0.57;1.06 +2910;2;1797.50;9.50;1075.00;-0.69;1.06 +2910;3;1815.00;9.50;1086.00;1.76;1.06 +2910;4;1794.50;9.50;1089.00;4.26;1.06 +2910;5;1803.50;9.50;1097.00;3.25;1.06 +2910;9;1795.46;9.50;1084.00;1.57;1.06 +2910;10;1814.54;9.50;1084.00;-1.57;1.06 +2910;11;1817.00;9.50;1065.60;0.57;1.06 +2910;12;1793.00;9.50;1069.60;-0.69;1.06 +2910;13;1821.00;9.50;1087.20;1.76;1.06 +2910;14;1788.20;9.50;1092.00;4.26;1.06 +2910;15;1802.60;9.50;1104.80;3.25;1.06 2910;21;1795.46;9.50;1084.00;1.57;1.06 +2911;0;2025.00;9.50;1796.00;0.00;1.34 +2911;1;2029.00;9.50;1781.00;0.26;1.34 +2911;2;2036.50;9.50;1785.50;0.83;1.34 +2911;3;2015.50;9.50;1797.50;4.55;1.34 +2911;4;2029.50;9.50;1802.50;2.53;1.34 +2911;5;2013.00;9.50;1812.00;3.78;1.34 +2911;9;2012.94;9.50;1796.00;1.57;1.34 +2911;10;2037.06;9.50;1796.00;-1.57;1.34 +2911;11;2031.40;9.50;1772.00;0.26;1.34 +2911;12;2043.40;9.50;1779.20;0.83;1.34 +2911;13;2009.80;9.50;1798.40;4.55;1.34 +2911;14;2032.20;9.50;1806.40;2.53;1.34 +2911;15;2005.80;9.50;1821.60;3.78;1.34 2911;21;2012.94;9.50;1796.00;1.57;1.34 +2912;0;1383.00;9.50;1066.00;0.00;1.18 +2912;1;1373.50;9.50;1055.00;-0.71;1.18 +2912;2;1392.00;9.50;1063.50;1.30;1.18 +2912;3;1372.50;9.50;1070.00;4.34;1.18 +2912;4;1394.00;9.50;1076.00;2.30;1.18 +2912;5;1385.00;9.50;1078.50;2.98;1.18 +2912;9;1371.12;9.50;1066.00;1.57;1.18 +2912;10;1394.88;9.50;1066.00;-1.57;1.18 +2912;11;1367.80;9.50;1048.40;-0.71;1.18 +2912;12;1397.40;9.50;1062.00;1.30;1.18 +2912;13;1366.20;9.50;1072.40;4.34;1.18 +2912;14;1400.60;9.50;1082.00;2.30;1.18 +2912;15;1386.20;9.50;1086.00;2.98;1.18 2912;21;1371.12;9.50;1066.00;1.57;1.18 +2913;0;898.00;9.50;287.00;0.00;1.28 +2913;1;893.00;9.50;273.50;-0.35;1.28 +2913;2;905.50;9.50;275.00;0.55;1.28 +2913;3;884.00;9.50;287.00;4.71;1.28 +2913;4;912.00;9.50;291.00;1.84;1.28 +2913;5;885.00;9.50;297.50;4.03;1.28 +2913;6;900.50;9.50;299.50;2.94;1.28 +2913;9;886.48;9.50;287.00;1.57;1.28 +2913;10;909.52;9.50;287.00;-1.57;1.28 +2913;11;890.00;9.50;265.40;-0.35;1.28 +2913;12;910.00;9.50;267.80;0.55;1.28 +2913;13;875.60;9.50;287.00;4.71;1.28 +2913;14;920.40;9.50;293.40;1.84;1.28 +2913;15;877.20;9.50;303.80;4.03;1.28 +2913;16;902.00;9.50;307.00;2.94;1.28 2913;21;886.48;9.50;287.00;1.57;1.28 +2914;0;25.00;9.50;680.00;0.00;1.04 +2914;1;25.00;9.50;668.50;0.00;1.04 +2914;2;12.50;9.50;679.00;-1.49;1.04 +2914;3;37.50;9.50;681.00;1.65;1.04 +2914;4;12.50;9.50;690.50;4.01;1.04 +2914;5;24.50;9.50;692.00;3.18;1.04 +2914;9;15.64;9.50;680.00;1.57;1.04 +2914;10;34.36;9.50;680.00;-1.57;1.04 +2914;11;25.00;9.50;661.60;0.00;1.04 +2914;12;5.00;9.50;678.40;-1.49;1.04 +2914;13;45.00;9.50;681.60;1.65;1.04 +2914;14;5.00;9.50;696.80;4.01;1.04 +2914;15;24.20;9.50;699.20;3.18;1.04 2914;21;15.64;9.50;680.00;1.57;1.04 +2915;0;761.00;9.50;1267.00;0.00;0.92 +2915;1;742.50;9.50;1257.00;-1.07;0.92 +2915;2;747.50;9.50;1257.00;-0.93;0.92 +2915;3;766.00;9.50;1257.00;0.46;0.92 +2915;4;743.00;9.50;1266.00;-1.51;0.92 +2915;5;778.00;9.50;1268.50;1.65;0.92 +2915;6;761.00;9.50;1277.50;3.14;0.92 +2915;9;747.68;9.50;1267.00;1.57;0.92 +2915;10;774.32;9.50;1267.00;-1.57;0.92 +2915;11;731.40;9.50;1251.00;-1.07;0.92 +2915;12;739.40;9.50;1251.00;-0.93;0.92 +2915;13;769.00;9.50;1251.00;0.46;0.92 +2915;14;732.20;9.50;1265.40;-1.51;0.92 +2915;15;788.20;9.50;1269.40;1.65;0.92 +2915;16;761.00;9.50;1283.80;3.14;0.92 2915;21;747.68;9.50;1267.00;1.57;0.92 +2916;0;944.00;9.50;776.00;0.00;1.28 +2916;1;947.00;9.50;762.50;0.21;1.28 +2916;2;957.00;9.50;774.00;1.41;1.28 +2916;3;930.50;9.50;767.50;-1.00;1.28 +2916;4;927.00;9.50;777.00;4.65;1.28 +2916;5;942.50;9.50;788.00;3.26;1.28 +2916;6;956.50;9.50;790.00;2.41;1.28 +2916;9;929.96;9.50;776.00;1.57;1.28 +2916;10;958.04;9.50;776.00;-1.57;1.28 +2916;11;948.80;9.50;754.40;0.21;1.28 +2916;12;964.80;9.50;772.80;1.41;1.28 +2916;13;922.40;9.50;762.40;-1.00;1.28 +2916;14;916.80;9.50;777.60;4.65;1.28 +2916;15;941.60;9.50;795.20;3.26;1.28 +2916;16;964.00;9.50;798.40;2.41;1.28 2916;21;929.96;9.50;776.00;1.57;1.28 +2917;0;519.00;9.50;1835.00;0.00;1.22 +2917;1;534.50;9.50;1829.50;1.23;1.22 +2917;2;519.50;9.50;1823.50;0.04;1.22 +2917;3;506.00;9.50;1835.00;4.71;1.22 +2917;4;520.50;9.50;1845.50;3.00;1.22 +2917;5;506.50;9.50;1849.00;3.87;1.22 +2917;9;508.02;9.50;1835.00;1.57;1.22 +2917;10;529.98;9.50;1835.00;-1.57;1.22 +2917;11;543.80;9.50;1826.20;1.23;1.22 +2917;12;519.80;9.50;1816.60;0.04;1.22 +2917;13;498.20;9.50;1835.00;4.71;1.22 +2917;14;521.40;9.50;1851.80;3.00;1.22 +2917;15;499.00;9.50;1857.40;3.87;1.22 2917;21;508.02;9.50;1835.00;1.57;1.22 +2918;0;2808.00;9.50;1617.00;0.00;0.50 +2918;1;2811.00;9.50;1611.50;0.49;0.50 +2918;2;2801.00;9.50;1614.00;-1.16;0.50 +2918;3;2817.00;9.50;1617.50;1.62;0.50 +2918;4;2797.00;9.50;1619.50;4.48;0.50 +2918;5;2801.00;9.50;1621.50;4.14;0.50 +2918;6;2812.00;9.50;1622.00;2.46;0.50 +2918;9;2798.64;9.50;1617.00;1.57;0.50 +2918;10;2817.36;9.50;1617.00;-1.57;0.50 +2918;11;2812.80;9.50;1608.20;0.49;0.50 +2918;12;2796.80;9.50;1612.20;-1.16;0.50 +2918;13;2822.40;9.50;1617.80;1.62;0.50 +2918;14;2790.40;9.50;1621.00;4.48;0.50 +2918;15;2796.80;9.50;1624.20;4.14;0.50 +2918;16;2814.40;9.50;1625.00;2.46;0.50 2918;21;2798.64;9.50;1617.00;1.57;0.50 +2919;0;3683.00;9.80;1074.00;0.00;0.82 +2919;1;3685.00;9.75;1063.50;0.18;0.82 +2919;2;3691.00;9.50;1067.00;0.85;0.82 +2919;3;3682.50;10.10;1071.00;-0.16;0.82 +2919;4;3674.50;9.50;1066.50;-0.84;0.82 +2919;5;3673.00;9.50;1071.50;-1.32;0.82 +2919;6;3691.50;9.50;1074.50;1.63;0.82 +2919;7;3678.00;9.50;1080.00;3.83;0.82 +2919;8;3684.00;9.50;1082.50;3.02;0.82 +2919;9;3673.82;9.50;1074.00;1.57;0.82 +2919;10;3692.18;9.50;1074.00;-1.57;0.82 +2919;11;3686.20;9.50;1057.20;0.18;0.82 +2919;12;3695.80;9.50;1062.80;0.85;0.82 +2919;13;3682.20;10.28;1069.20;-0.16;0.82 +2919;14;3669.40;9.50;1062.00;-0.84;0.82 +2919;15;3667.00;9.50;1070.00;-1.32;0.82 +2919;16;3696.60;9.50;1074.80;1.63;0.82 +2919;17;3675.00;9.50;1083.60;3.83;0.82 +2919;18;3684.60;9.50;1087.60;3.02;0.82 2919;21;3673.82;9.50;1074.00;1.57;0.82 +2920;0;2189.00;9.50;1083.00;0.00;1.16 +2920;1;2198.00;9.50;1069.00;0.57;1.16 +2920;2;2202.50;9.50;1081.00;1.42;1.16 +2920;3;2185.50;9.50;1071.50;-0.29;1.16 +2920;4;2175.00;9.50;1085.50;4.53;1.16 +2920;5;2189.00;9.50;1095.00;3.14;1.16 +2920;6;2204.00;9.50;1093.50;2.18;1.16 +2920;7;2174.00;9.50;1097.00;3.96;1.16 +2920;9;2178.02;9.50;1083.00;1.57;1.16 +2920;10;2199.98;9.50;1083.00;-1.57;1.16 +2920;11;2203.40;9.50;1060.60;0.57;1.16 +2920;12;2210.60;9.50;1079.80;1.42;1.16 +2920;13;2183.40;9.50;1064.60;-0.29;1.16 +2920;14;2166.60;9.50;1087.00;4.53;1.16 +2920;15;2189.00;9.50;1102.20;3.14;1.16 +2920;16;2213.00;9.50;1099.80;2.18;1.16 +2920;17;2165.00;9.50;1105.40;3.96;1.16 2920;21;2178.02;9.50;1083.00;1.57;1.16 +2921;0;821.00;9.50;1614.00;0.00;0.94 +2921;1;804.00;9.50;1604.00;-1.03;0.94 +2921;2;823.00;9.50;1604.50;0.20;0.94 +2921;3;798.00;9.50;1612.50;-1.50;0.94 +2921;4;842.50;9.50;1608.50;1.32;0.94 +2921;5;844.00;9.50;1614.50;1.59;0.94 +2921;6;844.50;9.50;1619.00;1.78;0.94 +2921;7;838.00;9.50;1623.00;2.05;0.94 +2921;8;812.00;9.50;1622.00;3.98;0.94 +2921;9;802.28;9.50;1614.00;1.57;0.94 +2921;10;839.72;9.50;1614.00;-1.57;0.94 +2921;11;793.80;9.50;1598.00;-1.03;0.94 +2921;12;824.20;9.50;1598.80;0.20;0.94 +2921;13;784.20;9.50;1611.60;-1.50;0.94 +2921;14;855.40;9.50;1605.20;1.32;0.94 +2921;15;857.80;9.50;1614.80;1.59;0.94 +2921;16;858.60;9.50;1622.00;1.78;0.94 +2921;17;848.20;9.50;1628.40;2.05;0.94 +2921;18;806.60;9.50;1626.80;3.98;0.94 2921;21;802.28;9.50;1614.00;1.57;0.94 +2922;0;4738.00;9.50;718.00;0.00;0.94 +2922;1;4736.00;9.50;705.50;-0.15;0.94 +2922;2;4728.00;9.50;715.00;-1.27;0.94 +2922;3;4746.50;9.50;709.50;0.78;0.94 +2922;4;4749.00;9.50;718.00;1.57;0.94 +2922;5;4749.00;9.50;728.00;2.30;0.94 +2922;6;4744.50;9.50;729.50;2.62;0.94 +2922;7;4734.50;9.50;731.00;3.40;0.94 +2922;8;4740.00;9.50;732.50;3.00;0.94 +2922;9;4729.54;9.50;718.00;1.57;0.94 +2922;10;4746.46;9.50;718.00;-1.57;0.94 +2922;11;4734.80;9.50;698.00;-0.15;0.94 +2922;12;4722.00;9.50;713.20;-1.27;0.94 +2922;13;4751.60;9.50;704.40;0.78;0.94 +2922;14;4755.60;9.50;718.00;1.57;0.94 +2922;15;4755.60;9.50;734.00;2.30;0.94 +2922;16;4748.40;9.50;736.40;2.62;0.94 +2922;17;4732.40;9.50;738.80;3.40;0.94 +2922;18;4741.20;9.50;741.20;3.00;0.94 2922;21;4729.54;9.50;718.00;1.57;0.94 +2923;0;4343.00;12.05;1950.00;0.00;1.64 +2923;1;4335.00;11.50;1932.50;-0.42;1.64 +2923;2;4312.00;12.50;1937.50;-1.18;1.64 +2923;3;4363.50;11.90;1938.00;1.04;1.64 +2923;4;4312.00;12.40;1956.00;4.52;1.64 +2923;5;4379.00;11.10;1958.50;1.80;1.64 +2923;6;4345.00;11.40;1965.50;3.01;1.64 +2923;9;4315.46;12.50;1950.00;1.57;1.64 +2923;10;4370.54;10.75;1950.00;-1.57;1.64 2923;21;4315.46;12.50;1950.00;1.57;1.64 +2924;0;5366.00;9.50;28.00;0.00;1.24 +2924;1;5338.50;9.50;21.00;-1.32;1.24 +2924;2;5392.00;9.50;19.00;1.23;1.24 +2924;3;5395.00;9.50;28.50;1.58;1.24 +2924;4;5323.50;9.50;27.00;-1.54;1.24 +2924;5;5338.00;9.50;33.00;4.53;1.24 +2924;6;5398.00;9.50;33.50;1.74;1.24 +2924;7;5389.00;9.50;39.00;2.01;1.24 +2924;8;5366.50;9.50;42.00;3.10;1.24 +2924;9;5338.82;9.50;28.00;1.57;1.24 +2924;10;5393.18;9.50;28.00;-1.57;1.24 +2924;11;5322.00;9.50;16.80;-1.32;1.24 +2924;12;5407.60;9.50;13.60;1.23;1.24 +2924;13;5412.40;9.50;28.80;1.58;1.24 +2924;14;5298.00;9.50;26.40;-1.54;1.24 +2924;15;5321.20;9.50;36.00;4.53;1.24 +2924;16;5417.20;9.50;36.80;1.74;1.24 +2924;17;5402.80;9.50;45.60;2.01;1.24 +2924;18;5366.80;9.50;50.40;3.10;1.24 2924;21;5338.82;9.50;28.00;1.57;1.24 +2925;0;5134.00;9.50;855.00;0.00;1.26 +2925;1;5136.00;9.50;837.00;0.11;1.26 +2925;2;5145.00;9.50;841.50;0.68;1.26 +2925;3;5130.50;9.50;839.50;-0.22;1.26 +2925;4;5123.00;9.50;850.50;-1.18;1.26 +2925;5;5142.00;9.50;863.00;2.35;1.26 +2925;6;5126.00;9.50;869.00;3.66;1.26 +2925;7;5135.50;9.50;877.50;3.07;1.26 +2925;9;5122.66;9.50;855.00;1.57;1.26 +2925;10;5145.34;9.50;855.00;-1.57;1.26 +2925;11;5137.20;9.50;826.20;0.11;1.26 +2925;12;5151.60;9.50;833.40;0.68;1.26 +2925;13;5128.40;9.50;830.20;-0.22;1.26 +2925;14;5116.40;9.50;847.80;-1.18;1.26 +2925;15;5146.80;9.50;867.80;2.35;1.26 +2925;16;5121.20;9.50;877.40;3.66;1.26 +2925;17;5136.40;9.50;891.00;3.07;1.26 2925;21;5122.66;9.50;855.00;1.57;1.26 +2926;0;4963.00;9.50;972.00;0.00;1.08 +2926;1;4952.00;9.50;962.00;-0.83;1.08 +2926;2;4973.00;9.50;968.00;1.19;1.08 +2926;3;4951.50;9.50;973.00;4.62;1.08 +2926;4;4975.00;9.50;981.50;2.24;1.08 +2926;5;4982.50;9.50;975.00;1.72;1.08 +2926;6;4965.50;9.50;985.50;2.95;1.08 +2926;9;4948.06;9.50;972.00;1.57;1.08 +2926;10;4977.94;9.50;972.00;-1.57;1.08 +2926;11;4945.40;9.50;956.00;-0.83;1.08 +2926;12;4979.00;9.50;965.60;1.19;1.08 +2926;13;4944.60;9.50;973.60;4.62;1.08 +2926;14;4982.20;9.50;987.20;2.24;1.08 +2926;15;4994.20;9.50;976.80;1.72;1.08 +2926;16;4967.00;9.50;993.60;2.95;1.08 2926;21;4948.06;9.50;972.00;1.57;1.08 +2927;0;5213.00;9.50;1677.00;0.00;0.96 +2927;1;5195.50;9.50;1664.50;-0.95;0.96 +2927;2;5207.50;9.50;1666.00;-0.46;0.96 +2927;3;5193.50;9.50;1673.00;-1.36;0.96 +2927;4;5222.50;9.50;1669.00;0.87;0.96 +2927;5;5232.50;9.50;1680.00;1.72;0.96 +2927;6;5217.50;9.50;1686.50;2.69;0.96 +2927;9;5194.46;9.50;1677.00;1.57;0.96 +2927;10;5231.54;9.50;1677.00;-1.57;0.96 +2927;11;5185.00;9.50;1657.00;-0.95;0.96 +2927;12;5204.20;9.50;1659.40;-0.46;0.96 +2927;13;5181.80;9.50;1670.60;-1.36;0.96 +2927;14;5228.20;9.50;1664.20;0.87;0.96 +2927;15;5244.20;9.50;1681.80;1.72;0.96 +2927;16;5220.20;9.50;1692.20;2.69;0.96 2927;21;5194.46;9.50;1677.00;1.57;0.96 +2928;0;4500.00;9.50;708.00;0.00;1.12 +2928;1;4491.50;9.50;702.00;-0.95;1.12 +2928;2;4505.00;9.50;698.00;0.46;1.12 +2928;3;4497.00;9.95;707.50;-1.40;1.12 +2928;4;4511.00;9.50;714.50;2.10;1.12 +2928;5;4497.00;9.50;718.00;3.43;1.12 +2928;6;4509.00;9.50;721.50;2.55;1.12 +2928;9;4489.92;9.50;708.00;1.57;1.12 +2928;10;4510.08;9.50;708.00;-1.57;1.12 +2928;11;4486.40;9.50;698.40;-0.95;1.12 +2928;12;4508.00;9.50;692.00;0.46;1.12 +2928;13;4495.20;9.79;707.20;-1.40;1.12 +2928;14;4517.60;9.50;718.40;2.10;1.12 +2928;15;4495.20;9.50;724.00;3.43;1.12 +2928;16;4514.40;9.50;729.60;2.55;1.12 2928;21;4489.92;9.50;708.00;1.57;1.12 +2929;0;3967.00;9.50;499.00;0.00;0.96 +2929;1;3968.00;9.50;485.00;0.07;0.96 +2929;2;3960.50;9.50;488.00;-0.53;0.96 +2929;3;3977.00;9.50;494.50;1.14;0.96 +2929;4;3956.50;9.50;496.00;-1.29;0.96 +2929;5;3962.00;9.50;509.50;3.58;0.96 +2929;6;3976.00;9.50;509.00;2.40;0.96 +2929;7;3968.00;9.50;508.00;3.03;0.96 +2929;8;3974.00;9.57;515.00;2.72;0.96 +2929;9;3958.36;9.50;499.00;1.57;0.96 +2929;10;3975.64;9.50;499.00;-1.57;0.96 +2929;11;3968.60;9.50;476.60;0.07;0.96 +2929;12;3956.60;9.50;481.40;-0.53;0.96 +2929;13;3983.00;9.50;491.80;1.14;0.96 +2929;14;3950.20;9.50;494.20;-1.29;0.96 +2929;15;3959.00;9.50;515.80;3.58;0.96 +2929;16;3981.40;9.50;515.00;2.40;0.96 +2929;17;3968.60;9.50;513.40;3.03;0.96 +2929;18;3978.20;9.50;524.60;2.72;0.96 2929;21;3958.36;9.50;499.00;1.57;0.96 +2930;0;3768.00;9.50;751.00;0.00;0.86 +2930;1;3768.00;9.50;742.00;0.00;0.86 +2930;2;3757.00;9.50;748.00;-1.30;0.86 +2930;3;3779.50;9.50;752.50;1.70;0.86 +2930;4;3754.50;9.50;756.50;4.32;0.86 +2930;5;3768.00;9.50;759.00;3.14;0.86 +2930;6;3781.50;9.50;761.00;2.20;0.86 +2930;9;3758.46;9.50;751.00;1.57;0.86 +2930;10;3777.54;9.50;751.00;-1.57;0.86 +2930;11;3768.00;9.50;736.60;0.00;0.86 +2930;12;3750.40;9.50;746.20;-1.30;0.86 +2930;13;3786.40;9.50;753.40;1.70;0.86 +2930;14;3746.40;9.50;759.80;4.32;0.86 +2930;15;3768.00;9.50;763.80;3.14;0.86 +2930;16;3789.60;9.50;767.00;2.20;0.86 2930;21;3758.46;9.50;751.00;1.57;0.86 +2931;0;3706.00;9.50;370.00;0.00;1.02 +2931;1;3701.50;9.50;356.00;-0.31;1.02 +2931;2;3696.50;9.50;368.50;-1.41;1.02 +2931;3;3712.50;9.50;361.00;0.62;1.02 +2931;4;3716.00;9.50;373.00;1.86;1.02 +2931;5;3702.00;9.50;381.00;3.49;1.02 +2931;9;3695.38;9.50;370.00;1.57;1.02 +2931;10;3716.62;9.50;370.00;-1.57;1.02 +2931;11;3698.80;9.50;347.60;-0.31;1.02 +2931;12;3690.80;9.50;367.60;-1.41;1.02 +2931;13;3716.40;9.50;355.60;0.62;1.02 +2931;14;3722.00;9.50;374.80;1.86;1.02 +2931;15;3699.60;9.50;387.60;3.49;1.02 2931;21;3695.38;9.50;370.00;1.57;1.02 +2932;0;2952.00;9.50;456.00;0.00;0.92 +2932;1;2949.00;9.50;439.50;-0.18;0.92 +2932;2;2958.00;9.50;443.50;0.44;0.92 +2932;3;2943.00;9.50;449.50;-0.94;0.92 +2932;4;2962.50;9.50;458.50;1.80;0.92 +2932;5;2942.00;9.50;463.50;4.06;0.92 +2932;6;2953.00;9.50;469.00;3.06;0.92 +2932;7;2964.50;9.50;467.50;2.31;0.92 +2932;9;2943.72;9.50;456.00;1.57;0.92 +2932;10;2960.28;9.50;456.00;-1.57;0.92 +2932;11;2947.20;9.50;429.60;-0.18;0.92 +2932;12;2961.60;9.50;436.00;0.44;0.92 +2932;13;2937.60;9.50;445.60;-0.94;0.92 +2932;14;2968.80;9.50;460.00;1.80;0.92 +2932;15;2936.00;9.50;468.00;4.06;0.92 +2932;16;2953.60;9.50;476.80;3.06;0.92 +2932;17;2972.00;9.50;474.40;2.31;0.92 2932;21;2943.72;9.50;456.00;1.57;0.92 +2933;0;2026.00;9.50;153.00;0.00;1.22 +2933;1;2027.00;9.50;141.00;0.08;1.22 +2933;2;2013.50;9.50;143.00;-0.89;1.22 +2933;3;2042.00;9.50;146.00;1.15;1.22 +2933;4;2039.00;9.50;156.00;1.79;1.22 +2933;5;2014.50;9.50;158.00;4.30;1.22 +2933;6;2028.00;9.50;167.00;3.00;1.22 +2933;7;2018.50;9.50;169.00;3.58;1.22 +2933;9;2014.84;9.50;153.00;1.57;1.22 +2933;10;2037.16;9.50;153.00;-1.57;1.22 +2933;11;2027.60;9.50;133.80;0.08;1.22 +2933;12;2006.00;9.50;137.00;-0.89;1.22 +2933;13;2051.60;9.50;141.80;1.15;1.22 +2933;14;2046.80;9.50;157.80;1.79;1.22 +2933;15;2007.60;9.50;161.00;4.30;1.22 +2933;16;2029.20;9.50;175.40;3.00;1.22 +2933;17;2014.00;9.50;178.60;3.58;1.22 2933;21;2014.84;9.50;153.00;1.57;1.22 +2934;0;1789.00;9.50;1195.00;0.00;1.28 +2934;1;1786.00;9.50;1187.00;-0.35;1.28 +2934;2;1805.00;9.50;1181.50;0.87;1.28 +2934;3;1809.00;9.50;1188.50;1.25;1.28 +2934;4;1771.00;9.50;1203.00;4.29;1.28 +2934;5;1789.00;9.50;1202.50;3.14;1.28 +2934;9;1774.42;9.50;1195.00;1.57;1.28 +2934;10;1803.58;9.50;1195.00;-1.57;1.28 +2934;11;1784.20;9.50;1182.20;-0.35;1.28 +2934;12;1814.60;9.50;1173.40;0.87;1.28 +2934;13;1821.00;9.50;1184.60;1.25;1.28 +2934;14;1760.20;9.50;1207.80;4.29;1.28 +2934;15;1789.00;9.50;1207.00;3.14;1.28 2934;21;1774.42;9.50;1195.00;1.57;1.28 +2935;0;1951.00;9.50;1750.00;0.00;1.20 +2935;1;1951.00;9.50;1738.50;0.00;1.20 +2935;2;1942.00;9.50;1749.00;-1.46;1.20 +2935;3;1959.00;9.50;1742.00;0.78;1.20 +2935;4;1966.00;9.50;1747.50;1.40;1.20 +2935;5;1956.50;9.50;1757.00;2.47;1.20 +2935;6;1935.00;9.50;1759.00;4.20;1.20 +2935;7;1938.00;9.50;1762.50;3.94;1.20 +2935;9;1937.32;9.50;1750.00;1.57;1.20 +2935;10;1964.68;9.50;1750.00;-1.57;1.20 +2935;11;1951.00;9.50;1731.60;0.00;1.20 +2935;12;1936.60;9.50;1748.40;-1.46;1.20 +2935;13;1963.80;9.50;1737.20;0.78;1.20 +2935;14;1975.00;9.50;1746.00;1.40;1.20 +2935;15;1959.80;9.50;1761.20;2.47;1.20 +2935;16;1925.40;9.69;1764.40;4.20;1.20 +2935;17;1930.20;9.58;1770.00;3.94;1.20 2935;21;1937.32;9.50;1750.00;1.57;1.20 +2936;0;2799.00;9.50;1985.00;0.00;1.36 +2936;1;2796.50;9.50;1970.00;-0.16;1.36 +2936;2;2786.00;9.50;1985.00;4.71;1.36 +2936;3;2812.50;9.50;1973.00;0.84;1.36 +2936;4;2813.00;9.50;1987.00;1.71;1.36 +2936;5;2805.50;9.50;2000.00;2.73;1.36 +2936;6;2793.50;9.50;2002.00;3.45;1.36 +2936;9;2786.76;9.50;1985.00;1.57;1.36 +2936;10;2811.24;9.50;1985.00;-1.57;1.36 +2936;11;2795.00;9.50;1961.00;-0.16;1.36 +2936;12;2778.20;9.50;1985.00;4.71;1.36 +2936;13;2820.60;9.50;1965.80;0.84;1.36 +2936;14;2821.40;9.50;1988.20;1.71;1.36 +2936;15;2809.40;9.50;2009.00;2.73;1.36 +2936;16;2790.20;9.50;2012.20;3.45;1.36 2936;21;2786.76;9.50;1985.00;1.57;1.36 +2937;0;962.00;9.50;310.00;0.00;1.48 +2937;1;953.50;9.50;295.00;-0.51;1.48 +2937;2;973.00;9.50;303.00;1.00;1.48 +2937;3;944.00;9.50;302.50;-1.17;1.48 +2937;4;957.00;9.50;320.00;3.60;1.48 +2937;5;976.00;9.50;321.50;2.25;1.48 +2937;9;948.32;9.50;310.00;1.57;1.48 +2937;10;975.68;9.50;310.00;-1.57;1.48 +2937;11;948.40;9.50;286.00;-0.51;1.48 +2937;12;979.60;9.50;298.80;1.00;1.48 +2937;13;933.20;9.50;298.00;-1.17;1.48 +2937;14;954.00;9.50;326.00;3.60;1.48 +2937;15;984.40;9.50;328.40;2.25;1.48 2937;21;948.32;9.50;310.00;1.57;1.48 +2938;0;78.00;9.50;670.00;0.00;1.30 +2938;1;80.50;9.50;654.50;0.16;1.30 +2938;2;91.50;9.50;662.50;1.06;1.30 +2938;3;69.50;9.50;661.00;-0.75;1.30 +2938;4;64.00;9.50;676.00;4.30;1.30 +2938;5;80.50;9.50;681.50;2.92;1.30 +2938;6;65.00;9.50;689.00;3.74;1.30 +2938;9;66.30;9.50;670.00;1.57;1.30 +2938;10;89.70;9.50;670.00;-1.57;1.30 +2938;11;82.00;9.50;645.20;0.16;1.30 +2938;12;99.60;9.50;658.00;1.06;1.30 +2938;13;64.40;9.50;655.60;-0.75;1.30 +2938;14;55.60;9.50;679.60;4.30;1.30 +2938;15;82.00;9.50;688.40;2.92;1.30 +2938;16;57.20;9.50;700.40;3.74;1.30 2938;21;66.30;9.50;670.00;1.57;1.30 +2939;0;796.00;9.50;1229.00;0.00;0.94 +2939;1;800.50;9.50;1215.00;0.31;0.94 +2939;2;809.00;9.50;1222.50;1.10;0.94 +2939;3;785.50;9.50;1226.00;-1.29;0.94 +2939;4;807.00;9.50;1234.00;1.99;0.94 +2939;5;783.50;9.50;1238.00;4.08;0.94 +2939;9;779.08;9.50;1229.00;1.57;0.94 +2939;10;812.92;9.50;1229.00;-1.57;0.94 +2939;11;803.20;9.50;1206.60;0.31;0.94 +2939;12;816.80;9.50;1218.60;1.10;0.94 +2939;13;779.20;9.50;1224.20;-1.29;0.94 +2939;14;813.60;9.50;1237.00;1.99;0.94 +2939;15;776.00;9.50;1243.40;4.08;0.94 2939;21;779.08;9.50;1229.00;1.57;0.94 +2940;0;892.00;9.50;737.00;0.00;0.96 +2940;1;881.50;9.50;727.00;-0.81;0.96 +2940;2;900.00;9.50;727.00;0.67;0.96 +2940;3;909.00;9.50;736.00;1.51;0.96 +2940;4;873.50;9.50;735.50;-1.49;0.96 +2940;5;887.50;9.50;747.50;3.54;0.96 +2940;6;904.50;9.50;748.00;2.29;0.96 +2940;9;875.80;9.50;737.00;1.57;0.96 +2940;10;908.20;9.50;737.00;-1.57;0.96 +2940;11;875.20;9.50;721.00;-0.81;0.96 +2940;12;904.80;9.50;721.00;0.67;0.96 +2940;13;919.20;9.50;735.40;1.51;0.96 +2940;14;862.40;9.50;734.60;-1.49;0.96 +2940;15;884.80;9.50;753.80;3.54;0.96 +2940;16;912.00;9.50;754.60;2.29;0.96 2940;21;875.80;9.50;737.00;1.57;0.96 +2941;0;655.00;9.50;982.00;0.00;0.84 +2941;1;650.50;9.50;971.50;-0.40;0.84 +2941;2;642.50;9.50;980.50;-1.45;0.84 +2941;3;666.00;9.50;979.50;1.34;0.84 +2941;4;672.00;9.50;988.50;1.93;0.84 +2941;5;659.00;9.50;991.00;2.72;0.84 +2941;9;642.94;9.50;982.00;1.57;0.84 +2941;10;667.06;9.50;982.00;-1.57;0.84 +2941;11;647.80;9.50;965.20;-0.40;0.84 +2941;12;635.00;9.50;979.60;-1.45;0.84 +2941;13;672.60;9.50;978.00;1.34;0.84 +2941;14;682.20;9.50;992.40;1.93;0.84 +2941;15;661.40;9.50;996.40;2.72;0.84 2941;21;642.94;9.50;982.00;1.57;0.84 +2942;0;2780.00;9.50;1655.00;0.00;1.24 +2942;1;2779.00;9.50;1641.00;-0.07;1.24 +2942;2;2787.00;9.50;1640.50;0.45;1.24 +2942;3;2778.00;9.50;1642.00;-0.15;1.24 +2942;4;2791.50;9.50;1650.00;1.16;1.24 +2942;5;2776.00;9.50;1645.50;-0.39;1.24 +2942;6;2774.50;9.50;1651.00;-0.94;1.24 +2942;7;2768.50;9.50;1655.50;4.66;1.24 +2942;8;2762.50;9.50;1655.50;4.68;1.24 +2942;9;2767.04;9.50;1655.00;1.57;1.24 +2942;10;2792.96;9.50;1655.00;-1.57;1.24 +2942;11;2778.40;9.50;1632.60;-0.07;1.24 +2942;12;2791.20;9.50;1631.80;0.45;1.24 +2942;13;2776.80;9.50;1634.20;-0.15;1.24 +2942;14;2798.40;9.50;1647.00;1.16;1.24 +2942;15;2773.60;9.50;1639.80;-0.39;1.24 +2942;16;2771.20;9.50;1648.60;-0.94;1.24 +2942;17;2761.60;9.50;1655.80;4.66;1.24 +2942;18;2752.00;10.13;1655.80;4.68;1.24 2942;21;2767.04;9.50;1655.00;1.57;1.24 +2943;0;3721.00;9.50;1049.00;0.00;0.86 +2943;1;3718.50;9.50;1041.00;-0.30;0.86 +2943;2;3731.50;9.50;1045.00;1.20;0.86 +2943;3;3707.50;9.50;1046.00;-1.35;0.86 +2943;4;3710.00;9.50;1054.50;4.24;0.86 +2943;5;3730.50;9.50;1055.50;2.17;0.86 +2943;6;3719.00;9.50;1057.50;3.37;0.86 +2943;9;3708.58;9.50;1049.00;1.57;0.86 +2943;10;3733.42;9.50;1049.00;-1.57;0.86 +2943;11;3717.00;9.50;1036.20;-0.30;0.86 +2943;12;3737.80;9.50;1042.60;1.20;0.86 +2943;13;3699.40;9.50;1044.20;-1.35;0.86 +2943;14;3703.40;9.50;1057.80;4.24;0.86 +2943;15;3736.20;9.50;1059.40;2.17;0.86 +2943;16;3717.80;9.50;1062.60;3.37;0.86 2943;21;3708.58;9.50;1049.00;1.57;0.86 +2944;0;2168.00;9.50;1252.00;0.00;1.14 +2944;1;2165.50;9.50;1232.00;-0.12;1.14 +2944;2;2173.50;9.50;1238.50;0.38;1.14 +2944;3;2159.00;9.50;1246.50;-1.02;1.14 +2944;4;2177.50;9.50;1258.50;2.17;1.14 +2944;5;2163.00;9.50;1265.50;3.49;1.14 +2944;6;2173.00;9.50;1271.50;2.89;1.14 +2944;9;2157.74;9.50;1252.00;1.57;1.14 +2944;10;2178.26;9.50;1252.00;-1.57;1.14 +2944;11;2164.00;9.50;1220.00;-0.12;1.14 +2944;12;2176.80;9.50;1230.40;0.38;1.14 +2944;13;2153.60;9.50;1243.20;-1.02;1.14 +2944;14;2183.20;9.50;1262.40;2.17;1.14 +2944;15;2160.00;9.50;1273.60;3.49;1.14 +2944;16;2176.00;9.50;1283.20;2.89;1.14 2944;21;2157.74;9.50;1252.00;1.57;1.14 +2945;0;781.00;9.50;1754.00;0.00;1.76 +2945;1;785.50;9.50;1734.00;0.22;1.76 +2945;2;794.00;9.50;1739.50;0.73;1.76 +2945;3;771.50;9.50;1744.00;-0.76;1.76 +2945;4;801.00;9.50;1746.00;1.19;1.76 +2945;5;797.00;9.50;1752.00;1.44;1.76 +2945;6;805.00;9.65;1753.00;1.52;1.76 +2945;7;757.50;9.50;1759.50;4.48;1.76 +2945;8;801.00;9.50;1757.50;1.74;1.76 +2945;9;761.56;9.50;1754.00;1.57;1.76 +2945;10;800.44;9.50;1754.00;-1.57;1.76 +2945;11;788.20;9.50;1722.00;0.22;1.76 +2945;12;801.80;9.50;1730.80;0.73;1.76 +2945;13;765.80;9.50;1738.00;-0.76;1.76 +2945;14;813.00;9.50;1741.20;1.19;1.76 +2945;15;806.60;9.50;1750.80;1.44;1.76 +2945;16;819.40;10.00;1752.40;1.52;1.76 +2945;17;743.40;9.50;1762.80;4.48;1.76 +2945;18;813.00;9.50;1759.60;1.74;1.76 2945;21;761.56;9.50;1754.00;1.57;1.76 +2946;0;4623.00;9.50;796.00;0.00;1.06 +2946;1;4623.00;9.50;784.50;0.00;1.06 +2946;2;4613.00;9.50;792.00;-1.19;1.06 +2946;3;4631.50;9.50;790.50;0.99;1.06 +2946;4;4638.00;9.50;791.50;1.27;1.06 +2946;5;4638.00;9.50;795.00;1.50;1.06 +2946;6;4641.00;9.50;795.50;1.54;1.06 +2946;7;4634.00;9.50;800.50;1.95;1.06 +2946;8;4613.00;9.50;805.00;3.98;1.06 +2946;9;4611.12;9.50;796.00;1.57;1.06 +2946;10;4634.88;9.50;796.00;-1.57;1.06 +2946;11;4623.00;9.50;777.60;0.00;1.06 +2946;12;4607.00;9.50;789.60;-1.19;1.06 +2946;13;4636.60;9.50;787.20;0.99;1.06 +2946;14;4647.00;9.50;788.80;1.27;1.06 +2946;15;4647.00;9.64;794.40;1.50;1.06 +2946;16;4651.80;10.05;795.20;1.54;1.06 +2946;17;4640.60;9.50;803.20;1.95;1.06 +2946;18;4607.00;9.50;810.40;3.98;1.06 2946;21;4611.12;9.50;796.00;1.57;1.06 +2947;0;1243.00;10.30;2006.00;0.00;1.72 +2947;1;1238.50;9.50;1984.00;-0.20;1.72 +2947;2;621.00;9.50;1002.50;-0.55;1.72 +2947;3;1259.00;10.30;1984.00;0.62;1.72 +2947;4;621.00;9.50;1002.50;-0.55;1.72 +2947;5;1263.50;10.30;1996.50;1.13;1.72 +2947;6;1221.50;10.30;2008.00;4.62;1.72 +2947;7;621.00;9.50;1002.50;-0.55;1.72 +2947;8;621.00;9.50;1002.50;-0.55;1.72 +2947;9;1226.26;10.30;2006.00;1.57;1.72 +2947;10;1259.74;10.23;2006.00;-1.57;1.72 2947;21;1226.26;10.30;2006.00;1.57;1.72 +2948;0;5296.00;9.50;52.00;0.00;1.06 +2948;1;5280.50;9.50;44.50;-1.12;1.06 +2948;2;5303.00;9.50;45.00;0.78;1.06 +2948;3;5287.50;9.50;58.00;4.09;1.06 +2948;4;5310.50;9.50;59.50;2.04;1.06 +2948;5;5303.50;9.50;65.50;2.63;1.06 +2948;9;5280.34;9.50;52.00;1.57;1.06 +2948;10;5311.66;9.50;52.00;-1.57;1.06 +2948;11;5271.20;9.50;40.00;-1.12;1.06 +2948;12;5307.20;9.50;40.80;0.78;1.06 +2948;13;5282.40;9.50;61.60;4.09;1.06 +2948;14;5319.20;9.50;64.00;2.04;1.06 +2948;15;5308.00;9.50;73.60;2.63;1.06 2948;21;5280.34;9.50;52.00;1.57;1.06 +2949;0;5255.00;9.50;836.00;0.00;1.28 +2949;1;5256.00;9.50;820.00;0.06;1.28 +2949;2;5239.50;9.50;833.50;-1.41;1.28 +2949;3;5271.00;9.50;835.50;1.54;1.28 +2949;4;5238.50;9.50;848.50;4.06;1.28 +2949;5;5257.50;9.50;849.00;2.95;1.28 +2949;9;5241.14;9.50;836.00;1.57;1.28 +2949;10;5268.86;9.50;836.00;-1.57;1.28 +2949;11;5256.60;9.50;810.40;0.06;1.28 +2949;12;5230.20;9.50;832.00;-1.41;1.28 +2949;13;5280.60;9.50;835.20;1.54;1.28 +2949;14;5228.60;9.50;856.00;4.06;1.28 +2949;15;5259.00;9.50;856.80;2.95;1.28 2949;21;5241.14;9.50;836.00;1.57;1.28 +2950;0;4937.00;9.50;931.00;0.00;0.84 +2950;1;4930.50;9.50;922.00;-0.62;0.84 +2950;2;4946.50;9.50;922.50;0.84;0.84 +2950;3;4922.00;9.50;930.50;-1.53;0.84 +2950;4;4953.00;9.50;926.50;1.29;0.84 +2950;5;4951.50;9.50;933.50;1.74;0.84 +2950;6;4926.00;9.50;940.50;4.00;0.84 +2950;7;4939.00;9.50;941.50;2.95;0.84 +2950;9;4925.30;9.50;931.00;1.57;0.84 +2950;10;4948.70;9.50;931.00;-1.57;0.84 +2950;11;4926.60;9.50;916.60;-0.62;0.84 +2950;12;4952.20;9.50;917.40;0.84;0.84 +2950;13;4913.00;9.50;930.20;-1.53;0.84 +2950;14;4962.60;9.50;923.80;1.29;0.84 +2950;15;4960.20;9.50;935.00;1.74;0.84 +2950;16;4919.40;9.50;946.20;4.00;0.84 +2950;17;4940.20;9.50;947.80;2.95;0.84 2950;21;4925.30;9.50;931.00;1.57;0.84 +2951;0;5200.00;9.50;1638.00;0.00;0.90 +2951;1;5197.50;9.50;1630.00;-0.30;0.90 +2951;2;5208.50;9.50;1636.00;1.34;0.90 +2951;3;5189.00;9.50;1639.00;4.62;0.90 +2951;4;5201.00;9.50;1646.50;3.02;0.90 +2951;9;5191.18;9.50;1638.00;1.57;0.90 +2951;10;5208.82;9.50;1638.00;-1.57;0.90 +2951;11;5196.00;9.50;1625.20;-0.30;0.90 +2951;12;5213.60;9.50;1634.80;1.34;0.90 +2951;13;5182.40;9.50;1639.60;4.62;0.90 +2951;14;5201.60;9.50;1651.60;3.02;0.90 2951;21;5191.18;9.50;1638.00;1.57;0.90 +2952;0;4546.00;9.50;729.00;0.00;1.10 +2952;1;4543.00;9.50;716.00;-0.22;1.10 +2952;2;4555.00;9.50;726.00;1.24;1.10 +2952;3;4534.00;9.50;725.00;-1.24;1.10 +2952;4;4541.00;9.50;737.50;3.67;1.10 +2952;5;4554.00;9.50;740.50;2.53;1.10 +2952;9;4536.10;9.50;729.00;1.57;1.10 +2952;10;4555.90;9.50;729.00;-1.57;1.10 +2952;11;4541.20;9.50;708.20;-0.22;1.10 +2952;12;4560.40;9.50;724.20;1.24;1.10 +2952;13;4526.80;9.50;722.60;-1.24;1.10 +2952;14;4538.00;9.50;742.60;3.67;1.10 +2952;15;4558.80;9.50;747.40;2.53;1.10 2952;21;4536.10;9.50;729.00;1.57;1.10 +2953;0;3978.00;9.50;448.00;0.00;0.96 +2953;1;3974.00;9.50;438.00;-0.38;0.96 +2953;2;3988.00;9.50;438.50;0.81;0.96 +2953;3;3989.00;9.50;450.00;1.75;0.96 +2953;4;3966.50;9.50;450.00;4.54;0.96 +2953;5;3973.50;9.50;459.50;3.51;0.96 +2953;6;3982.50;9.50;460.00;2.78;0.96 +2953;9;3967.92;9.50;448.00;1.57;0.96 +2953;10;3988.08;9.50;448.00;-1.57;0.96 +2953;11;3971.60;9.50;432.00;-0.38;0.96 +2953;12;3994.00;9.50;432.80;0.81;0.96 +2953;13;3995.60;9.50;451.20;1.75;0.96 +2953;14;3959.60;9.50;451.20;4.54;0.96 +2953;15;3970.80;9.50;466.40;3.51;0.96 +2953;16;3985.20;9.50;467.20;2.78;0.96 2953;21;3967.92;9.50;448.00;1.57;0.96 +2954;0;3663.00;9.50;775.00;0.00;1.10 +2954;1;3666.50;9.50;764.50;0.32;1.10 +2954;2;3653.00;9.50;764.00;-0.73;1.10 +2954;3;3652.50;9.50;775.50;4.66;1.10 +2954;4;3676.00;9.50;776.00;1.64;1.10 +2954;5;3653.00;9.50;786.00;3.87;1.10 +2954;6;3664.00;9.50;787.00;3.05;1.10 +2954;9;3653.10;9.50;775.00;1.57;1.10 +2954;10;3672.90;9.50;775.00;-1.57;1.10 +2954;11;3668.60;9.50;758.20;0.32;1.10 +2954;12;3647.00;9.50;757.40;-0.73;1.10 +2954;13;3646.20;9.50;775.80;4.66;1.10 +2954;14;3683.80;9.50;776.60;1.64;1.10 +2954;15;3647.00;9.50;792.60;3.87;1.10 +2954;16;3664.60;9.50;794.20;3.05;1.10 2954;21;3653.10;9.50;775.00;1.57;1.10 +2955;0;3708.00;9.50;310.00;0.00;1.24 +2955;1;3713.50;9.50;298.00;0.43;1.24 +2955;2;3725.50;9.50;300.00;1.05;1.24 +2955;3;3698.00;9.50;305.00;-1.10;1.24 +2955;4;3720.50;9.50;312.00;1.72;1.24 +2955;5;3690.00;9.50;312.50;4.57;1.24 +2955;6;3693.50;9.50;320.50;4.08;1.24 +2955;7;3708.00;9.50;318.50;3.14;1.24 +2955;8;3702.50;9.50;326.00;3.47;1.24 +2955;9;3692.34;9.50;310.00;1.57;1.24 +2955;10;3723.66;9.50;310.00;-1.57;1.24 +2955;11;3716.80;9.50;290.80;0.43;1.24 +2955;12;3736.00;9.50;294.00;1.05;1.24 +2955;13;3692.00;9.50;302.00;-1.10;1.24 +2955;14;3728.00;9.50;313.20;1.72;1.24 +2955;15;3679.20;9.50;314.00;4.57;1.24 +2955;16;3684.80;9.50;326.80;4.08;1.24 +2955;17;3708.00;9.50;323.60;3.14;1.24 +2955;18;3699.20;9.50;335.60;3.47;1.24 2955;21;3692.34;9.50;310.00;1.57;1.24 +2956;0;2997.00;9.50;466.00;0.00;1.04 +2956;1;3006.00;9.50;460.00;0.98;1.04 +2956;2;2992.50;9.50;454.00;-0.35;1.04 +2956;3;2985.00;9.50;463.50;-1.36;1.04 +2956;4;3006.50;9.50;475.50;2.35;1.04 +2956;5;2995.50;9.50;477.50;3.27;1.04 +2956;9;2987.64;9.50;466.00;1.57;1.04 +2956;10;3006.36;9.50;466.00;-1.57;1.04 +2956;11;3011.40;9.50;456.40;0.98;1.04 +2956;12;2989.80;9.50;446.80;-0.35;1.04 +2956;13;2977.80;9.50;462.00;-1.36;1.04 +2956;14;3012.20;9.50;481.20;2.35;1.04 +2956;15;2994.60;9.50;484.40;3.27;1.04 2956;21;2987.64;9.50;466.00;1.57;1.04 +2957;0;2087.00;9.50;128.00;0.00;1.18 +2957;1;2081.00;9.50;119.00;-0.58;1.18 +2957;2;2088.50;9.50;111.00;0.08;1.18 +2957;3;2095.50;9.50;121.00;0.88;1.18 +2957;4;2073.50;9.50;130.50;4.52;1.18 +2957;5;2101.50;9.50;131.50;1.80;1.18 +2957;6;2095.50;9.50;137.50;2.41;1.18 +2957;7;2072.50;9.50;133.50;4.35;1.18 +2957;8;2082.00;9.50;139.00;3.56;1.18 +2957;9;2076.38;9.50;128.00;1.57;1.18 +2957;10;2097.62;9.50;128.00;-1.57;1.18 +2957;11;2077.40;9.50;113.60;-0.58;1.18 +2957;12;2089.40;9.50;100.80;0.08;1.18 +2957;13;2100.60;9.50;116.80;0.88;1.18 +2957;14;2065.40;9.50;132.00;4.52;1.18 +2957;15;2110.20;9.50;133.60;1.80;1.18 +2957;16;2100.60;9.50;143.20;2.41;1.18 +2957;17;2063.80;9.50;136.80;4.35;1.18 +2957;18;2079.00;9.50;145.60;3.56;1.18 2957;21;2076.38;9.50;128.00;1.57;1.18 +2958;0;2367.00;9.50;943.00;0.00;0.92 +2958;1;2354.00;9.50;931.50;-0.84;0.92 +2958;2;2367.00;9.50;933.00;0.00;0.92 +2958;3;2355.50;9.50;943.00;4.71;0.92 +2958;4;2379.50;9.50;940.50;1.37;0.92 +2958;5;2380.50;9.50;949.50;2.02;0.92 +2958;6;2368.00;9.50;953.00;3.04;0.92 +2958;9;2357.28;9.50;943.00;1.57;0.92 +2958;10;2376.72;9.50;943.00;-1.57;0.92 +2958;11;2346.20;9.50;924.60;-0.84;0.92 +2958;12;2367.00;9.50;927.00;0.00;0.92 +2958;13;2348.60;9.50;943.00;4.71;0.92 +2958;14;2387.00;9.50;939.00;1.37;0.92 +2958;15;2388.60;9.50;953.40;2.02;0.92 +2958;16;2368.60;9.50;959.00;3.04;0.92 2958;21;2357.28;9.50;943.00;1.57;0.92 +2959;0;2138.00;9.50;1799.00;0.00;1.14 +2959;1;2146.50;9.50;1786.50;0.59;1.14 +2959;2;2152.50;9.50;1784.00;0.76;1.14 +2959;3;2148.50;9.50;1796.50;1.33;1.14 +2959;4;2135.00;9.50;1793.50;-0.49;1.14 +2959;5;2124.50;9.50;1804.50;4.32;1.14 +2959;6;2133.50;9.50;1809.00;3.56;1.14 +2959;7;2123.00;9.50;1811.00;4.03;1.14 +2959;9;2125.58;9.50;1799.00;1.57;1.14 +2959;10;2150.42;9.50;1799.00;-1.57;1.14 +2959;11;2151.60;9.50;1779.00;0.59;1.14 +2959;12;2161.20;9.50;1775.00;0.76;1.14 +2959;13;2154.80;9.50;1795.00;1.33;1.14 +2959;14;2133.20;9.50;1790.20;-0.49;1.14 +2959;15;2116.40;9.50;1807.80;4.32;1.14 +2959;16;2130.80;9.50;1815.00;3.56;1.14 +2959;17;2114.00;9.50;1818.20;4.03;1.14 2959;21;2125.58;9.50;1799.00;1.57;1.14 +2960;0;2836.00;9.50;1927.00;0.00;0.94 +2960;1;2835.50;9.50;1909.50;-0.02;0.94 +2960;2;2826.50;9.50;1924.50;-1.31;0.94 +2960;3;2845.50;9.50;1915.50;0.69;0.94 +2960;4;2846.00;9.50;1933.00;2.11;0.94 +2960;5;2831.00;9.50;1944.00;3.42;0.94 +2960;6;2840.00;9.50;1945.50;2.92;0.94 +2960;9;2827.54;9.50;1927.00;1.57;0.94 +2960;10;2844.46;9.50;1927.00;-1.57;0.94 +2960;11;2835.20;9.50;1899.00;-0.02;0.94 +2960;12;2820.80;9.50;1923.00;-1.31;0.94 +2960;13;2851.20;9.50;1908.60;0.69;0.94 +2960;14;2852.00;9.50;1936.60;2.11;0.94 +2960;15;2828.00;9.50;1954.20;3.42;0.94 +2960;16;2842.40;9.50;1956.60;2.92;0.94 2960;21;2827.54;9.50;1927.00;1.57;0.94 +2961;0;869.00;9.50;337.00;0.00;1.30 +2961;1;860.00;9.50;326.00;-0.68;1.30 +2961;2;870.50;9.50;322.50;0.10;1.30 +2961;3;880.00;9.50;336.50;1.52;1.30 +2961;4;859.50;9.50;342.50;4.18;1.30 +2961;5;875.00;9.50;348.50;2.66;1.30 +2961;9;857.30;9.50;337.00;1.57;1.30 +2961;10;880.70;9.50;337.00;-1.57;1.30 +2961;11;854.60;9.50;319.40;-0.68;1.30 +2961;12;871.40;9.50;313.80;0.10;1.30 +2961;13;886.60;9.50;336.20;1.52;1.30 +2961;14;853.80;9.50;345.80;4.18;1.30 +2961;15;878.60;9.50;355.40;2.66;1.30 2961;21;857.30;9.50;337.00;1.57;1.30 +2962;0;26.00;9.50;730.00;0.00;1.08 +2962;1;25.00;9.50;717.00;-0.07;1.08 +2962;2;13.00;9.50;724.50;-1.17;1.08 +2962;3;39.00;9.50;719.00;0.86;1.08 +2962;4;40.50;9.50;729.00;1.50;1.08 +2962;5;13.00;9.50;738.00;4.16;1.08 +2962;6;27.00;9.50;741.50;3.05;1.08 +2962;9;15.56;9.50;730.00;1.57;1.08 +2962;10;36.44;9.50;730.00;-1.57;1.08 +2962;11;24.40;9.50;709.20;-0.07;1.08 +2962;12;5.20;9.50;721.20;-1.17;1.08 +2962;13;46.80;9.50;712.40;0.86;1.08 +2962;14;49.20;9.50;728.40;1.50;1.08 +2962;15;5.20;9.50;742.80;4.16;1.08 +2962;16;27.60;9.50;748.40;3.05;1.08 2962;21;15.56;9.50;730.00;1.57;1.08 +2963;0;845.00;9.50;1196.00;0.00;1.36 +2963;1;835.00;9.50;1189.00;-0.96;1.36 +2963;2;854.50;9.50;1185.50;0.73;1.36 +2963;3;864.00;9.50;1192.00;1.36;1.36 +2963;4;852.50;9.50;1204.00;2.38;1.36 +2963;5;833.50;9.50;1206.00;3.99;1.36 +2963;6;842.00;9.50;1214.00;3.30;1.36 +2963;9;830.96;9.50;1196.00;1.57;1.36 +2963;10;859.04;9.50;1196.00;-1.57;1.36 +2963;11;829.00;9.50;1184.80;-0.96;1.36 +2963;12;860.20;9.50;1179.20;0.73;1.36 +2963;13;875.40;9.50;1189.60;1.36;1.36 +2963;14;857.00;9.50;1208.80;2.38;1.36 +2963;15;826.60;9.50;1212.00;3.99;1.36 +2963;16;840.20;9.50;1224.80;3.30;1.36 2963;21;830.96;9.50;1196.00;1.57;1.36 +2964;0;953.00;9.50;714.00;0.00;1.38 +2964;1;957.50;9.50;699.50;0.30;1.38 +2964;2;940.00;9.50;707.50;-1.10;1.38 +2964;3;970.00;9.50;706.50;1.15;1.38 +2964;4;964.50;9.50;721.00;2.11;1.38 +2964;5;939.50;9.50;724.50;4.05;1.38 +2964;6;951.50;9.50;731.50;3.22;1.38 +2964;9;940.40;9.50;714.00;1.57;1.38 +2964;10;965.60;9.50;714.00;-1.57;1.38 +2964;11;960.20;9.50;690.80;0.30;1.38 +2964;12;932.20;9.50;703.60;-1.10;1.38 +2964;13;980.20;9.50;702.00;1.15;1.38 +2964;14;971.40;9.50;725.20;2.11;1.38 +2964;15;931.40;9.50;730.80;4.05;1.38 +2964;16;950.60;9.50;742.00;3.22;1.38 2964;21;940.40;9.50;714.00;1.57;1.38 +2965;0;586.00;9.50;1884.00;0.00;1.16 +2965;1;574.00;9.50;1879.00;-1.17;1.16 +2965;2;599.00;9.50;1875.50;0.99;1.16 +2965;3;607.00;9.50;1888.00;1.75;1.16 +2965;4;566.00;9.50;1893.00;4.29;1.16 +2965;5;590.00;9.50;1893.50;2.74;1.16 +2965;9;567.64;9.50;1884.00;1.57;1.16 +2965;10;604.36;9.50;1884.00;-1.57;1.16 +2965;11;566.80;9.50;1876.00;-1.17;1.16 +2965;12;606.80;9.50;1870.40;0.99;1.16 +2965;13;619.60;9.50;1890.40;1.75;1.16 +2965;14;554.00;9.50;1898.40;4.29;1.16 +2965;15;592.40;9.50;1899.20;2.74;1.16 2965;21;567.64;9.50;1884.00;1.57;1.16 +2966;0;2847.00;9.50;1632.00;0.00;0.94 +2966;1;2841.00;9.50;1620.50;-0.48;0.94 +2966;2;2836.50;9.50;1625.00;-0.98;0.94 +2966;3;2851.00;9.50;1626.50;0.62;0.94 +2966;4;2840.50;9.50;1634.50;4.34;0.94 +2966;5;2859.50;9.50;1633.00;1.65;0.94 +2966;6;2856.00;9.50;1638.50;2.19;0.94 +2966;7;2848.50;9.50;1642.00;2.99;0.94 +2966;9;2838.18;9.50;1632.00;1.57;0.94 +2966;10;2855.82;9.50;1632.00;-1.57;0.94 +2966;11;2837.40;9.50;1613.60;-0.48;0.94 +2966;12;2830.20;9.50;1620.80;-0.98;0.94 +2966;13;2853.40;9.50;1623.20;0.62;0.94 +2966;14;2836.60;9.50;1636.00;4.34;0.94 +2966;15;2867.00;9.50;1633.60;1.65;0.94 +2966;16;2861.40;9.50;1642.40;2.19;0.94 +2966;17;2849.40;9.50;1648.00;2.99;0.94 2966;21;2838.18;9.50;1632.00;1.57;0.94 +2967;0;3808.00;9.50;1046.00;0.00;0.86 +2967;1;3800.50;9.50;1038.00;-0.75;0.86 +2967;2;3812.50;9.50;1035.00;0.38;0.86 +2967;3;3820.00;9.50;1044.50;1.44;0.86 +2967;4;3793.50;9.50;1047.50;4.60;0.86 +2967;5;3810.00;9.50;1053.50;2.88;0.86 +2967;6;3799.50;9.50;1053.00;4.02;0.86 +2967;7;3822.50;9.50;1055.00;2.12;0.86 +2967;9;3795.94;9.50;1046.00;1.57;0.86 +2967;10;3820.06;9.50;1046.00;-1.57;0.86 +2967;11;3796.00;9.50;1033.20;-0.75;0.86 +2967;12;3815.20;9.50;1028.40;0.38;0.86 +2967;13;3827.20;9.50;1043.60;1.44;0.86 +2967;14;3784.80;9.50;1048.40;4.60;0.86 +2967;15;3811.20;9.50;1058.00;2.88;0.86 +2967;16;3794.40;9.50;1057.20;4.02;0.86 +2967;17;3831.20;9.50;1060.40;2.12;0.86 2967;21;3795.94;9.50;1046.00;1.57;0.86 +2968;0;2134.00;9.50;1135.00;0.00;1.08 +2968;1;2133.50;9.50;1123.50;-0.04;1.08 +2968;2;2120.50;9.50;1124.50;-0.91;1.08 +2968;3;2146.50;9.50;1123.00;0.80;1.08 +2968;4;2145.00;9.50;1134.50;1.52;1.08 +2968;5;2122.50;9.50;1136.50;4.58;1.08 +2968;6;2132.50;9.50;1148.50;3.25;1.08 +2968;7;2142.00;9.50;1148.00;2.59;1.08 +2968;9;2124.28;9.50;1135.00;1.57;1.08 +2968;10;2143.72;9.50;1135.00;-1.57;1.08 +2968;11;2133.20;9.50;1116.60;-0.04;1.08 +2968;12;2112.40;9.50;1118.20;-0.91;1.08 +2968;13;2154.00;9.50;1115.80;0.80;1.08 +2968;14;2151.60;9.50;1134.20;1.52;1.08 +2968;15;2115.60;9.50;1137.40;4.58;1.08 +2968;16;2131.60;9.50;1156.60;3.25;1.08 +2968;17;2146.80;9.50;1155.80;2.59;1.08 2968;21;2124.28;9.50;1135.00;1.57;1.08 +2969;0;56.00;9.50;1492.00;0.00;1.22 +2969;1;61.50;9.50;1477.00;0.35;1.22 +2969;2;70.50;9.50;1489.00;1.36;1.22 +2969;3;45.00;9.50;1487.50;-1.18;1.22 +2969;4;39.00;9.50;1502.50;4.15;1.22 +2969;5;55.50;9.50;1504.50;3.18;1.22 +2969;6;71.50;9.50;1501.50;2.12;1.22 +2969;9;43.94;9.50;1492.00;1.57;1.22 +2969;10;68.06;9.50;1492.00;-1.57;1.22 +2969;11;64.80;9.50;1468.00;0.35;1.22 +2969;12;79.20;9.50;1487.20;1.36;1.22 +2969;13;38.40;9.50;1484.80;-1.18;1.22 +2969;14;28.80;9.50;1508.80;4.15;1.22 +2969;15;55.20;9.50;1512.00;3.18;1.22 +2969;16;80.80;9.50;1507.20;2.12;1.22 2969;21;43.94;9.50;1492.00;1.57;1.22 +2970;0;678.00;9.50;1891.00;0.00;1.98 +2970;1;689.00;9.50;1872.00;0.52;1.98 +2970;2;706.50;9.50;1887.00;1.43;1.98 +2970;3;720.00;9.50;1872.00;1.14;1.98 +2970;4;665.00;9.50;1879.50;-0.84;1.98 +2970;5;653.00;9.50;1891.50;4.69;1.98 +2970;6;654.00;9.50;1903.00;4.24;1.98 +2970;7;679.50;9.50;1910.50;3.06;1.98 +2970;8;656.00;9.50;1913.00;3.92;1.98 +2970;9;653.16;9.50;1891.00;1.57;1.98 +2970;10;702.84;9.59;1891.00;-1.57;1.98 +2970;11;695.60;9.50;1860.60;0.52;1.98 +2970;12;723.60;10.77;1884.60;1.43;1.98 +2970;13;745.20;9.56;1860.60;1.14;1.98 +2970;14;657.20;9.50;1872.60;-0.84;1.98 +2970;15;638.00;9.50;1891.80;4.69;1.98 +2970;16;639.60;9.50;1910.20;4.24;1.98 +2970;17;680.40;9.50;1922.20;3.06;1.98 +2970;18;642.80;9.50;1926.20;3.92;1.98 2970;21;653.16;9.50;1891.00;1.57;1.98 +2971;0;4666.00;9.50;838.00;0.00;1.04 +2971;1;4661.50;9.50;822.00;-0.27;1.04 +2971;2;4655.50;9.50;821.50;-0.56;1.04 +2971;3;4667.00;9.50;829.00;0.11;1.04 +2971;4;4660.00;9.50;839.00;4.54;1.04 +2971;5;4673.50;9.50;833.00;0.98;1.04 +2971;6;4676.50;9.50;844.50;2.12;1.04 +2971;7;4674.00;9.50;852.50;2.63;1.04 +2971;8;4667.50;9.50;854.50;3.05;1.04 +2971;9;4656.64;9.50;838.00;1.57;1.04 +2971;10;4675.36;9.50;838.00;-1.57;1.04 +2971;11;4658.80;9.50;812.40;-0.27;1.04 +2971;12;4649.20;9.50;811.60;-0.56;1.04 +2971;13;4667.60;9.50;823.60;0.11;1.04 +2971;14;4656.40;9.50;839.60;4.54;1.04 +2971;15;4678.00;9.50;830.00;0.98;1.04 +2971;16;4682.80;9.50;848.40;2.12;1.04 +2971;17;4678.80;9.50;861.20;2.63;1.04 +2971;18;4668.40;9.50;864.40;3.05;1.04 2971;21;4656.64;9.50;838.00;1.57;1.04 +2972;0;4177.00;9.77;2015.00;0.00;1.50 +2972;1;4169.00;9.72;1999.00;-0.46;1.50 +2972;2;4199.00;9.70;2001.00;1.00;1.50 +2972;3;4146.50;9.70;1999.50;-1.10;1.50 +2972;4;2088.00;9.50;1007.00;-1.12;1.50 +2972;5;4214.00;9.70;2017.00;1.62;1.50 +2972;9;4147.48;9.70;2015.00;1.57;1.50 +2972;10;4206.52;9.70;2015.00;-1.57;1.50 2972;21;4147.48;9.70;2015.00;1.57;1.50 +2973;0;5364.00;9.50;79.00;0.00;1.00 +2973;1;5365.50;9.50;67.50;0.13;1.00 +2973;2;5344.50;9.50;73.00;-1.27;1.00 +2973;3;5383.50;9.50;78.00;1.52;1.00 +2973;4;5349.00;9.50;85.00;4.33;1.00 +2973;5;5385.50;9.50;86.50;1.90;1.00 +2973;6;5372.50;9.50;89.50;2.46;1.00 +2973;7;5359.50;9.50;91.50;3.48;1.00 +2973;9;5346.90;9.50;79.00;1.57;1.00 +2973;10;5381.10;9.50;79.00;-1.57;1.00 +2973;11;5366.40;9.50;60.60;0.13;1.00 +2973;12;5332.80;9.50;69.40;-1.27;1.00 +2973;13;5395.20;9.50;77.40;1.52;1.00 +2973;14;5340.00;9.50;88.60;4.33;1.00 +2973;15;5398.40;9.50;91.00;1.90;1.00 +2973;16;5377.60;9.50;95.80;2.46;1.00 +2973;17;5356.80;9.50;99.00;3.48;1.00 2973;21;5346.90;9.50;79.00;1.57;1.00 +2974;0;5344.00;9.50;897.00;0.00;1.48 +2974;1;5335.00;9.50;882.50;-0.55;1.48 +2974;2;5323.50;9.50;892.50;-1.35;1.48 +2974;3;5349.50;9.50;884.50;0.41;1.48 +2974;4;5357.00;9.50;892.50;1.23;1.48 +2974;5;5340.50;9.50;906.00;3.51;1.48 +2974;6;5367.00;9.50;905.50;1.92;1.48 +2974;7;5363.00;9.50;911.00;2.20;1.48 +2974;8;5352.50;9.50;915.50;2.71;1.48 +2974;9;5326.90;9.50;897.00;1.57;1.48 +2974;10;5361.10;9.50;897.00;-1.57;1.48 +2974;11;5329.60;9.50;873.80;-0.55;1.48 +2974;12;5311.20;9.50;889.80;-1.35;1.48 +2974;13;5352.80;9.50;877.00;0.41;1.48 +2974;14;5364.80;9.50;889.80;1.23;1.48 +2974;15;5338.40;9.50;911.40;3.51;1.48 +2974;16;5380.80;9.50;910.60;1.92;1.48 +2974;17;5374.40;9.50;919.40;2.20;1.48 +2974;18;5357.60;9.50;926.60;2.71;1.48 2974;21;5326.90;9.50;897.00;1.57;1.48 +2975;0;4993.00;9.50;950.00;0.00;1.10 +2975;1;4996.00;9.50;944.00;0.46;1.10 +2975;2;4979.50;9.50;943.00;-1.09;1.10 +2975;3;4988.00;9.50;957.00;3.76;1.10 +2975;4;5005.00;9.50;958.00;2.15;1.10 +2975;9;4981.12;9.50;950.00;1.57;1.10 +2975;10;5004.88;9.50;950.00;-1.57;1.10 +2975;11;4997.80;9.50;940.40;0.46;1.10 +2975;12;4971.40;9.50;938.80;-1.09;1.10 +2975;13;4985.00;9.50;961.20;3.76;1.10 +2975;14;5012.20;9.50;962.80;2.15;1.10 2975;21;4981.12;9.50;950.00;1.57;1.10 +2977;0;2788.00;9.50;1528.00;0.00;0.28 +2977;1;2788.00;9.50;1524.50;0.00;0.28 +2977;2;2779.50;9.50;1527.50;-1.51;0.28 +2977;3;2796.50;9.50;1525.50;1.28;0.28 +2977;4;2797.00;9.50;1527.50;1.51;0.28 +2977;5;2795.50;9.50;1530.50;1.89;0.28 +2977;6;2778.00;9.50;1530.50;4.46;0.28 +2977;7;2786.00;9.50;1531.50;3.66;0.28 +2977;9;2780.62;9.50;1528.00;1.57;0.28 +2977;10;2795.38;9.50;1528.00;-1.57;0.28 +2977;11;2788.00;9.50;1522.40;0.00;0.28 +2977;12;2774.40;9.50;1527.20;-1.51;0.28 +2977;13;2801.60;9.50;1524.00;1.28;0.28 +2977;14;2802.40;9.50;1527.20;1.51;0.28 +2977;15;2800.00;9.50;1532.00;1.89;0.28 +2977;16;2772.00;9.50;1532.00;4.46;0.28 +2977;17;2784.80;9.50;1533.60;3.66;0.28 2977;21;2780.62;9.50;1528.00;1.57;0.28 +2978;0;4579.00;9.50;776.00;0.00;1.14 +2978;1;4570.50;9.50;764.00;-0.61;1.14 +2978;2;4581.00;9.50;764.50;0.17;1.14 +2978;3;4568.00;9.50;776.50;4.66;1.14 +2978;4;4590.00;9.50;771.00;1.14;1.14 +2978;5;4591.00;9.50;782.00;2.03;1.14 +2978;6;4578.50;9.50;787.00;3.18;1.14 +2978;9;4568.56;9.50;776.00;1.57;1.14 +2978;10;4589.44;9.50;776.00;-1.57;1.14 +2978;11;4565.40;9.50;756.80;-0.61;1.14 +2978;12;4582.20;9.50;757.60;0.17;1.14 +2978;13;4561.40;9.50;776.80;4.66;1.14 +2978;14;4596.60;9.50;768.00;1.14;1.14 +2978;15;4598.20;9.50;785.60;2.03;1.14 +2978;16;4578.20;9.50;793.60;3.18;1.14 2978;21;4568.56;9.50;776.00;1.57;1.14 +2979;0;4022.00;9.50;455.00;0.00;0.98 +2979;1;4021.00;9.50;443.00;-0.08;0.98 +2979;2;4011.00;9.50;453.50;-1.43;0.98 +2979;3;4031.50;9.50;447.00;0.87;0.98 +2979;4;4037.50;9.50;451.50;1.34;0.98 +2979;5;4032.00;9.50;459.00;1.95;0.98 +2979;6;4017.50;9.50;465.50;3.54;0.98 +2979;9;4011.02;9.50;455.00;1.57;0.98 +2979;10;4032.98;9.50;455.00;-1.57;0.98 +2979;11;4020.40;9.50;435.80;-0.08;0.98 +2979;12;4004.40;9.50;452.60;-1.43;0.98 +2979;13;4037.20;9.50;442.20;0.87;0.98 +2979;14;4046.80;9.50;449.40;1.34;0.98 +2979;15;4038.00;9.50;461.40;1.95;0.98 +2979;16;4014.80;9.50;471.80;3.54;0.98 2979;21;4011.02;9.50;455.00;1.57;0.98 +2980;0;3724.00;9.50;745.00;0.00;0.72 +2980;1;3727.50;9.50;736.00;0.37;0.72 +2980;2;3713.50;9.50;745.00;4.71;0.72 +2980;3;3737.50;9.50;737.00;1.03;0.72 +2980;4;3735.00;9.50;745.00;1.57;0.72 +2980;5;3721.50;9.50;753.50;3.42;0.72 +2980;9;3714.28;9.50;745.00;1.57;0.72 +2980;10;3733.72;9.50;745.00;-1.57;0.72 +2980;11;3729.60;9.50;730.60;0.37;0.72 +2980;12;3707.20;9.50;745.00;4.71;0.72 +2980;13;3745.60;9.50;732.20;1.03;0.72 +2980;14;3741.60;9.50;745.00;1.57;0.72 +2980;15;3720.00;9.50;758.60;3.42;0.72 2980;21;3714.28;9.50;745.00;1.57;0.72 +2981;0;3634.00;9.50;368.00;0.00;0.98 +2981;1;3632.50;9.50;357.50;-0.14;0.98 +2981;2;3644.00;9.50;363.00;1.10;0.98 +2981;3;3622.00;9.50;372.50;4.35;0.98 +2981;4;3639.00;9.50;377.00;2.63;0.98 +2981;5;3626.50;9.50;379.50;3.71;0.98 +2981;9;3625.18;9.50;368.00;1.57;0.98 +2981;10;3642.82;9.50;368.00;-1.57;0.98 +2981;11;3631.60;9.50;351.20;-0.14;0.98 +2981;12;3650.00;9.50;360.00;1.10;0.98 +2981;13;3614.80;9.50;375.20;4.35;0.98 +2981;14;3642.00;9.50;382.40;2.63;0.98 +2981;15;3622.00;9.50;386.40;3.71;0.98 2981;21;3625.18;9.50;368.00;1.57;0.98 +2982;0;2992.00;9.50;506.00;0.00;0.90 +2982;1;2984.50;9.50;492.50;-0.50;0.90 +2982;2;2982.50;9.50;499.50;-0.97;0.90 +2982;3;2993.00;9.50;497.50;0.11;0.90 +2982;4;3001.00;9.50;503.50;1.30;0.90 +2982;5;3001.50;9.50;508.50;1.82;0.90 +2982;6;2990.00;9.50;513.50;3.40;0.90 +2982;7;3000.00;9.50;517.50;2.53;0.90 +2982;9;2983.90;9.50;506.00;1.57;0.90 +2982;10;3000.10;9.50;506.00;-1.57;0.90 +2982;11;2980.00;9.50;484.40;-0.50;0.90 +2982;12;2976.80;9.50;495.60;-0.97;0.90 +2982;13;2993.60;9.50;492.40;0.11;0.90 +2982;14;3006.40;9.50;502.00;1.30;0.90 +2982;15;3007.20;9.50;510.00;1.82;0.90 +2982;16;2988.80;9.50;518.00;3.40;0.90 +2982;17;3004.80;9.50;524.40;2.53;0.90 2982;21;2983.90;9.50;506.00;1.57;0.90 +2983;0;2025.00;9.50;104.00;0.00;1.28 +2983;1;2019.50;9.50;89.00;-0.35;1.28 +2983;2;2011.00;9.50;97.50;-1.13;1.28 +2983;3;2029.50;9.50;90.00;0.31;1.28 +2983;4;2037.50;9.50;102.50;1.45;1.28 +2983;5;2012.00;9.50;110.00;4.28;1.28 +2983;6;2026.50;9.50;116.50;3.02;1.28 +2983;7;2042.50;9.50;118.50;2.26;1.28 +2983;9;2012.58;9.50;104.00;1.57;1.28 +2983;10;2037.42;9.50;104.00;-1.57;1.28 +2983;11;2016.20;9.50;80.00;-0.35;1.28 +2983;12;2002.60;9.50;93.60;-1.13;1.28 +2983;13;2032.20;9.50;81.60;0.31;1.28 +2983;14;2045.00;9.50;101.60;1.45;1.28 +2983;15;2004.20;9.50;113.60;4.28;1.28 +2983;16;2027.40;9.50;124.00;3.02;1.28 +2983;17;2053.00;9.50;127.20;2.26;1.28 2983;21;2012.58;9.50;104.00;1.57;1.28 +2984;0;2357.00;9.50;988.00;0.00;1.22 +2984;1;2363.00;9.50;975.50;0.44;1.22 +2984;2;2372.00;9.50;983.50;1.27;1.22 +2984;3;2346.50;9.50;983.00;-1.12;1.22 +2984;4;2343.00;9.50;997.00;4.14;1.22 +2984;5;2369.50;9.50;993.00;1.95;1.22 +2984;6;2357.00;9.50;999.00;3.14;1.22 +2984;9;2344.94;9.50;988.00;1.57;1.22 +2984;10;2369.06;9.50;988.00;-1.57;1.22 +2984;11;2366.60;9.50;968.00;0.44;1.22 +2984;12;2381.00;9.50;980.80;1.27;1.22 +2984;13;2340.20;9.50;980.00;-1.12;1.22 +2984;14;2334.60;9.50;1002.40;4.14;1.22 +2984;15;2377.00;9.50;996.00;1.95;1.22 +2984;16;2357.00;9.50;1005.60;3.14;1.22 2984;21;2344.94;9.50;988.00;1.57;1.22 +2985;0;2158.00;9.50;1568.00;0.00;1.96 +2985;1;2161.50;9.50;1553.50;0.23;1.96 +2985;2;2179.50;9.50;1556.00;1.06;1.96 +2985;3;2140.50;9.50;1566.00;-1.45;1.96 +2985;4;2179.00;9.50;1569.50;1.64;1.96 +2985;5;2135.50;9.50;1581.50;4.17;1.96 +2985;6;2154.50;9.50;1582.50;3.37;1.96 +2985;9;2140.36;9.50;1568.00;1.57;1.96 +2985;10;2175.64;9.50;1568.00;-1.57;1.96 +2985;11;2163.60;9.50;1544.80;0.23;1.96 +2985;12;2192.40;9.50;1548.80;1.06;1.96 +2985;13;2130.00;9.50;1564.80;-1.45;1.96 +2985;14;2191.60;9.50;1570.40;1.64;1.96 +2985;15;2122.00;9.50;1589.60;4.17;1.96 +2985;16;2152.40;9.50;1591.20;3.37;1.96 2985;21;2140.36;9.50;1568.00;1.57;1.96 +2986;0;2872.00;9.50;1872.00;0.00;0.86 +2986;1;2873.00;9.50;1855.50;0.06;0.86 +2986;2;2863.50;9.50;1869.50;-1.28;0.86 +2986;3;2881.50;9.50;1857.00;0.56;0.86 +2986;4;2882.00;9.50;1870.50;1.42;0.86 +2986;5;2882.00;9.50;1884.50;2.46;0.86 +2986;6;2863.50;9.50;1888.00;3.63;0.86 +2986;7;2874.00;9.50;1887.50;3.01;0.86 +2986;9;2864.26;9.50;1872.00;1.57;0.86 +2986;10;2879.74;9.50;1872.00;-1.57;0.86 +2986;11;2873.60;9.50;1845.60;0.06;0.86 +2986;12;2858.40;9.50;1868.00;-1.28;0.86 +2986;13;2887.20;9.50;1848.00;0.56;0.86 +2986;14;2888.00;9.50;1869.60;1.42;0.86 +2986;15;2888.00;9.50;1892.00;2.46;0.86 +2986;16;2858.40;9.50;1897.60;3.63;0.86 +2986;17;2875.20;9.50;1896.80;3.01;0.86 2986;21;2864.26;9.50;1872.00;1.57;0.86 +2987;0;925.00;9.50;336.00;0.00;0.98 +2987;1;914.00;9.50;324.00;-0.74;0.98 +2987;2;938.50;9.50;333.00;1.35;0.98 +2987;3;908.00;9.50;336.00;4.71;0.98 +2987;4;952.00;9.50;345.00;1.89;0.98 +2987;5;933.00;9.50;346.00;2.46;0.98 +2987;6;915.00;9.50;346.00;3.92;0.98 +2987;9;907.18;9.50;336.00;1.57;0.98 +2987;10;942.82;9.50;336.00;-1.57;0.98 +2987;11;907.40;9.50;316.80;-0.74;0.98 +2987;12;946.60;9.50;331.20;1.35;0.98 +2987;13;897.80;9.50;336.00;4.71;0.98 +2987;14;968.20;9.50;350.40;1.89;0.98 +2987;15;937.80;9.50;352.00;2.46;0.98 +2987;16;909.00;9.50;352.00;3.92;0.98 2987;21;907.18;9.50;336.00;1.57;0.98 +2988;0;32.00;9.50;774.00;0.00;0.92 +2988;1;30.00;9.50;763.50;-0.18;0.92 +2988;2;45.00;9.50;762.00;0.82;0.92 +2988;3;48.50;9.50;770.00;1.33;0.92 +2988;4;16.00;9.50;768.00;-1.21;0.92 +2988;5;16.00;9.50;778.00;4.46;0.92 +2988;6;41.50;9.50;782.00;2.27;0.92 +2988;7;23.50;9.50;784.50;3.82;0.92 +2988;9;18.86;9.50;774.00;1.57;0.92 +2988;10;45.14;9.50;774.00;-1.57;0.92 +2988;11;28.80;9.50;757.20;-0.18;0.92 +2988;12;52.80;9.50;754.80;0.82;0.92 +2988;13;58.40;9.50;767.60;1.33;0.92 +2988;14;6.40;9.50;764.40;-1.21;0.92 +2988;15;6.40;9.50;780.40;4.46;0.92 +2988;16;47.20;9.50;786.80;2.27;0.92 +2988;17;18.40;9.50;790.80;3.82;0.92 2988;21;18.86;9.50;774.00;1.57;0.92 +2989;0;830.00;9.50;1266.00;0.00;1.28 +2989;1;824.00;9.50;1252.50;-0.41;1.28 +2989;2;834.50;9.50;1249.00;0.25;1.28 +2989;3;842.00;9.50;1253.00;0.74;1.28 +2989;4;812.50;9.50;1268.00;4.59;1.28 +2989;5;846.00;9.50;1269.00;1.75;1.28 +2989;6;813.50;9.50;1279.50;4.02;1.28 +2989;7;828.50;9.50;1280.50;3.24;1.28 +2989;9;816.50;9.50;1266.00;1.57;1.28 +2989;10;843.50;9.50;1266.00;-1.57;1.28 +2989;11;820.40;9.50;1244.40;-0.41;1.28 +2989;12;837.20;9.50;1238.80;0.25;1.28 +2989;13;849.20;9.50;1245.20;0.74;1.28 +2989;14;802.00;9.50;1269.20;4.59;1.28 +2989;15;855.60;9.50;1270.80;1.75;1.28 +2989;16;803.60;9.50;1287.60;4.02;1.28 +2989;17;827.60;9.50;1289.20;3.24;1.28 2989;21;816.50;9.50;1266.00;1.57;1.28 +2990;0;993.00;9.50;756.00;0.00;1.24 +2990;1;1000.00;9.50;740.50;0.42;1.24 +2990;2;984.50;9.50;742.00;-0.54;1.24 +2990;3;1009.50;9.50;747.00;1.07;1.24 +2990;4;1005.50;9.50;759.50;1.84;1.24 +2990;5;981.50;9.50;764.00;4.10;1.24 +2990;6;993.50;9.50;775.00;3.11;1.24 +2990;9;981.84;9.50;756.00;1.57;1.24 +2990;10;1004.16;9.50;756.00;-1.57;1.24 +2990;11;1004.20;9.50;731.20;0.42;1.24 +2990;12;979.40;9.50;733.60;-0.54;1.24 +2990;13;1019.40;9.50;741.60;1.07;1.24 +2990;14;1013.00;9.50;761.60;1.84;1.24 +2990;15;974.60;9.50;768.80;4.10;1.24 +2990;16;993.80;9.50;786.40;3.11;1.24 2990;21;981.84;9.50;756.00;1.57;1.24 +2991;0;222.00;9.50;2028.00;0.00;0.24 +2991;1;220.50;9.50;2026.50;-0.78;0.24 +2991;2;221.50;9.50;2029.00;3.60;0.24 +2991;3;212.00;9.50;2028.50;4.66;0.24 +2991;9;215.70;9.50;2028.00;1.57;0.24 +2991;10;228.30;9.50;2028.00;-1.57;0.24 +2991;11;219.60;9.50;2025.60;-0.78;0.24 +2991;12;221.20;9.50;2029.60;3.60;0.24 +2991;13;206.00;9.50;2028.80;4.66;0.24 2991;21;215.70;9.50;2028.00;1.57;0.24 +2992;0;3221.00;10.80;1946.00;0.00;0.36 +2992;1;3218.50;10.80;1940.50;-0.42;0.36 +2992;2;3223.00;10.70;1941.00;0.38;0.36 +2992;3;3217.00;10.52;1946.00;4.71;0.36 +2992;4;3224.00;10.80;1946.50;1.73;0.36 +2992;5;3219.50;10.90;1951.50;3.40;0.36 +2992;6;3223.00;10.90;1952.50;2.84;0.36 +2992;9;3217.76;10.62;1946.00;1.57;0.36 +2992;10;3224.24;10.80;1946.00;-1.57;0.36 2992;21;3217.76;10.62;1946.00;1.57;0.36 +2993;0;2846.00;9.50;1682.00;0.00;0.98 +2993;1;2848.00;9.50;1667.00;0.13;0.98 +2993;2;2843.50;9.50;1671.50;-0.23;0.98 +2993;3;2855.00;9.50;1672.50;0.75;0.98 +2993;4;2851.50;9.50;1686.50;2.25;0.98 +2993;5;2837.50;9.50;1684.50;4.42;0.98 +2993;6;2839.00;9.50;1694.50;3.65;0.98 +2993;9;2837.18;9.50;1682.00;1.57;0.98 +2993;10;2854.82;9.50;1682.00;-1.57;0.98 +2993;11;2849.20;9.50;1658.00;0.13;0.98 +2993;12;2842.00;9.50;1665.20;-0.23;0.98 +2993;13;2860.40;9.50;1666.80;0.75;0.98 +2993;14;2854.80;9.50;1689.20;2.25;0.98 +2993;15;2832.40;9.50;1686.00;4.42;0.98 +2993;16;2834.80;9.50;1702.00;3.65;0.98 2993;21;2837.18;9.50;1682.00;1.57;0.98 +2994;0;3328.00;9.80;1774.00;0.00;0.20 +2994;1;3329.50;9.80;1772.00;0.64;0.20 +2994;2;3326.50;9.80;1772.50;-0.78;0.20 +2994;3;3331.50;9.80;1773.50;1.42;0.20 +2994;4;3325.00;9.80;1775.00;4.39;0.20 +2994;5;3329.50;9.80;1775.50;2.35;0.20 +2994;6;3326.00;9.80;1777.00;3.73;0.20 +2994;9;3325.30;9.80;1774.00;1.57;0.20 +2994;10;3330.70;9.80;1774.00;-1.57;0.20 2994;21;3325.30;9.80;1774.00;1.57;0.20 +2995;0;3197.00;10.65;2009.00;0.00;0.66 +2995;1;3194.00;10.27;2000.00;-0.32;0.66 +2995;2;3196.00;9.85;1999.50;-0.10;0.66 +2995;3;3198.00;10.70;2010.50;2.55;0.66 +2995;4;3194.50;10.30;2005.00;-0.55;0.66 +2995;9;3190.34;9.50;2009.00;1.57;0.66 +2995;10;3203.66;9.50;2009.00;-1.57;0.66 +2995;19;3203.00;9.57;2009.00;-3.73;0.66 +2995;20;3204.75;9.57;2009.00;1.57;0.66 2995;21;3190.34;9.50;2009.00;1.57;0.66 +2996;0;3440.00;10.55;1713.00;0.00;0.24 +2996;1;3439.50;10.55;1711.00;-0.24;0.24 +2996;2;3437.00;10.50;1713.00;4.71;0.24 +2996;3;3442.50;10.50;1712.00;1.19;0.24 +2996;4;3443.00;10.50;1714.00;1.89;0.24 +2996;5;3436.50;10.50;1715.00;4.19;0.24 +2996;6;3439.00;10.50;1715.00;3.60;0.24 +2996;7;3442.00;10.50;1715.50;2.46;0.24 +2996;9;3437.30;10.50;1713.00;1.57;0.24 +2996;10;3442.70;10.50;1713.00;-1.57;0.24 2996;21;3437.30;10.50;1713.00;1.57;0.24 +2997;0;2092.00;9.50;1093.00;0.00;1.02 +2997;1;2094.00;9.50;1080.50;0.15;1.02 +2997;2;2102.50;9.50;1089.50;1.24;1.02 +2997;3;2081.50;9.50;1089.00;-1.20;1.02 +2997;4;2081.00;9.50;1100.50;4.11;1.02 +2997;5;2099.50;9.50;1103.50;2.52;1.02 +2997;6;2090.00;9.50;1106.50;3.28;1.02 +2997;9;2082.82;9.50;1093.00;1.57;1.02 +2997;10;2101.18;9.50;1093.00;-1.57;1.02 +2997;11;2095.20;9.50;1073.00;0.15;1.02 +2997;12;2108.80;9.50;1087.40;1.24;1.02 +2997;13;2075.20;9.50;1086.60;-1.20;1.02 +2997;14;2074.40;9.50;1105.00;4.11;1.02 +2997;15;2104.00;9.50;1109.80;2.52;1.02 +2997;16;2088.80;9.50;1114.60;3.28;1.02 2997;21;2082.82;9.50;1093.00;1.57;1.02 +2998;0;3305.00;10.60;1806.00;0.00;0.44 +2998;1;3308.50;10.60;1801.00;0.61;0.44 +2998;2;3310.00;10.60;1802.00;0.89;0.44 +2998;3;3305.00;10.60;1804.00;0.00;0.44 +2998;4;3308.00;10.52;1806.00;1.57;0.44 +2998;5;3300.00;10.60;1807.00;4.51;0.44 +2998;6;3300.50;10.70;1810.00;3.98;0.44 +2998;7;3304.00;10.60;1809.50;3.42;0.44 +2998;9;3300.68;10.60;1806.00;1.57;0.44 +2998;10;3309.32;10.50;1806.00;-1.57;0.44 2998;21;3300.68;10.60;1806.00;1.57;0.44 +2999;0;3339.00;10.70;1675.00;0.00;0.22 +2999;1;3338.00;10.70;1672.00;-0.32;0.22 +2999;2;3340.50;10.80;1673.50;0.78;0.22 +2999;3;3337.50;10.70;1675.50;4.39;0.22 +2999;4;3341.00;10.72;1677.00;2.35;0.22 +2999;5;3339.00;10.70;1678.50;3.14;0.22 +2999;9;3337.02;10.70;1675.00;1.57;0.22 +2999;10;3340.98;10.80;1675.00;-1.57;0.22 2999;21;3337.02;10.70;1675.00;1.57;0.22 +3000;0;3612.00;10.00;1751.00;0.00;0.32 +3000;1;3612.50;10.00;1748.00;0.16;0.32 +3000;2;3616.50;10.00;1750.00;1.35;0.32 +3000;3;3608.50;10.00;1751.50;4.57;0.32 +3000;4;3612.50;10.00;1753.50;2.94;0.32 +3000;5;3608.50;9.90;1754.50;3.92;0.32 +3000;9;3608.58;10.00;1751.00;1.57;0.32 +3000;10;3615.42;9.90;1751.00;-1.57;0.32 3000;21;3608.58;10.00;1751.00;1.57;0.32 +3001;0;219.00;9.50;1399.00;0.00;1.36 +3001;1;210.00;9.50;1389.00;-0.73;1.36 +3001;2;229.50;9.50;1389.50;0.83;1.36 +3001;3;205.50;9.50;1401.50;4.52;1.36 +3001;4;231.00;9.50;1405.50;2.06;1.36 +3001;5;218.00;9.50;1413.50;3.21;1.36 +3001;9;205.14;9.50;1399.00;1.57;1.36 +3001;10;232.86;9.50;1399.00;-1.57;1.36 +3001;11;204.60;9.50;1383.00;-0.73;1.36 +3001;12;235.80;9.50;1383.80;0.83;1.36 +3001;13;197.40;9.50;1403.00;4.52;1.36 +3001;14;238.20;9.50;1409.40;2.06;1.36 +3001;15;217.40;9.50;1422.20;3.21;1.36 3001;21;205.14;9.50;1399.00;1.57;1.36 +3002;0;507.00;9.50;1958.00;0.00;1.24 +3002;1;509.00;9.50;1949.50;0.23;1.24 +3002;2;491.50;9.50;1949.50;-1.06;1.24 +3002;3;499.50;9.50;1961.50;4.27;1.24 +3002;4;526.00;9.50;1957.50;1.54;1.24 +3002;5;530.00;9.50;1961.00;1.70;1.24 +3002;6;518.00;9.50;1966.00;2.20;1.24 +3002;7;503.00;9.50;1971.00;3.44;1.24 +3002;9;490.80;9.50;1958.00;1.57;1.24 +3002;10;523.20;9.50;1958.00;-1.57;1.24 +3002;11;510.20;9.50;1944.40;0.23;1.24 +3002;12;482.20;9.50;1944.40;-1.06;1.24 +3002;13;495.00;9.50;1963.60;4.27;1.24 +3002;14;537.40;9.50;1957.20;1.54;1.24 +3002;15;543.80;9.50;1962.80;1.70;1.24 +3002;16;524.60;9.50;1970.80;2.20;1.24 +3002;17;500.60;9.50;1978.80;3.44;1.24 3002;21;490.80;9.50;1958.00;1.57;1.24 +3003;0;3088.00;11.60;1875.00;0.00;0.28 +3003;1;3090.00;11.60;1872.00;0.58;0.28 +3003;2;3092.50;11.60;1872.50;1.06;0.28 +3003;3;3084.50;11.55;1874.00;-1.29;0.28 +3003;4;3091.50;11.60;1875.00;1.57;0.28 +3003;5;3087.50;11.85;1877.00;3.38;0.28 +3003;6;3083.50;11.80;1877.00;4.29;0.28 +3003;9;3084.04;11.62;1875.00;1.57;0.28 +3003;10;3091.96;11.62;1875.00;-1.57;0.28 3003;21;3084.04;11.62;1875.00;1.57;0.28 +3004;0;3513.00;9.80;1684.00;0.00;0.24 +3004;1;3514.00;9.80;1681.50;0.38;0.24 +3004;2;3516.50;9.80;1682.00;1.05;0.24 +3004;3;3510.50;9.80;1683.00;-1.19;0.24 +3004;4;3516.50;9.80;1684.50;1.71;0.24 +3004;5;3509.50;9.80;1685.50;4.30;0.24 +3004;6;3513.50;9.80;1686.00;2.89;0.24 +3004;9;3509.94;9.80;1684.00;1.57;0.24 +3004;10;3516.06;9.80;1684.00;-1.57;0.24 3004;21;3509.94;9.80;1684.00;1.57;0.24 +3005;0;3019.00;11.82;1765.00;0.00;0.26 +3005;1;3016.00;11.85;1762.50;-0.87;0.26 +3005;2;3019.00;11.70;1762.50;0.00;0.26 +3005;3;3021.00;11.70;1766.00;2.03;0.26 +3005;4;3016.00;11.90;1764.50;-1.40;0.26 +3005;5;3017.50;11.60;1767.00;3.78;0.26 +3005;6;3020.00;11.85;1769.00;2.89;0.26 +3005;9;3016.66;11.87;1765.00;1.57;0.26 +3005;10;3021.34;11.70;1765.00;-1.57;0.26 3005;21;3016.66;11.87;1765.00;1.57;0.26 +3006;0;4656.00;9.50;968.00;0.00;1.06 +3006;1;4658.50;9.50;951.00;0.14;1.06 +3006;2;4663.50;9.50;962.00;0.89;1.06 +3006;3;4651.50;9.50;956.00;-0.35;1.06 +3006;4;4644.50;9.50;968.00;4.71;1.06 +3006;5;4666.00;9.50;977.00;2.30;1.06 +3006;6;4654.00;9.50;978.00;3.33;1.06 +3006;7;4644.00;9.50;975.00;4.18;1.06 +3006;9;4646.46;9.50;968.00;1.57;1.06 +3006;10;4665.54;9.50;968.00;-1.57;1.06 +3006;11;4660.00;9.50;940.80;0.14;1.06 +3006;12;4668.00;9.50;958.40;0.89;1.06 +3006;13;4648.80;9.50;948.80;-0.35;1.06 +3006;14;4637.60;9.50;968.00;4.71;1.06 +3006;15;4672.00;9.50;982.40;2.30;1.06 +3006;16;4652.80;9.50;984.00;3.33;1.06 +3006;17;4636.80;9.50;979.20;4.18;1.06 3006;21;4646.46;9.50;968.00;1.57;1.06 +3007;0;2986.00;10.50;1731.00;0.00;0.22 +3007;1;2985.50;10.50;1727.50;-0.14;0.22 +3007;2;2984.00;10.45;1730.00;-1.10;0.22 +3007;3;2987.50;10.60;1728.50;0.54;0.22 +3007;4;2988.50;10.70;1731.00;1.57;0.22 +3007;5;2988.50;10.70;1733.50;2.35;0.22 +3007;6;2986.00;10.45;1733.50;3.14;0.22 +3007;7;2986.50;10.30;1735.00;3.01;0.22 +3007;9;2984.02;10.40;1731.00;1.57;0.22 +3007;10;2987.98;10.67;1731.00;-1.57;0.22 3007;21;2984.02;10.40;1731.00;1.57;0.22 +3008;0;3318.00;10.20;1891.00;0.00;0.32 +3008;1;3315.00;10.05;1888.50;-0.87;0.32 +3008;2;3320.00;9.75;1888.50;0.67;0.32 +3008;3;3315.00;10.30;1892.50;4.24;0.32 +3008;4;3322.00;10.05;1893.00;2.03;0.32 +3008;9;3313.68;10.39;1891.00;1.57;0.32 +3008;10;3322.32;9.85;1891.00;-1.57;0.32 +3008;19;3319.00;9.80;1897.00;-4.25;0.32 +3008;20;3319.28;9.80;1898.72;2.97;0.32 3008;21;3313.68;10.39;1891.00;1.57;0.32 +3009;0;3158.00;10.37;1779.00;0.00;0.26 +3009;1;3158.50;10.00;1775.50;0.14;0.26 +3009;2;3155.50;10.30;1778.50;-1.37;0.26 +3009;3;3160.50;10.40;1779.50;1.76;0.26 +3009;4;3157.00;9.85;1782.50;3.42;0.26 +3009;5;3159.50;10.25;1783.00;2.78;0.26 +3009;9;3155.66;10.21;1779.00;1.57;0.26 +3009;10;3160.34;10.40;1779.00;-1.57;0.26 3009;21;3155.66;10.21;1779.00;1.57;0.26 +3010;0;1028.00;11.90;1823.00;0.00;0.58 +3010;1;1025.00;12.00;1816.50;-0.43;0.58 +3010;2;1019.00;11.70;1820.50;-1.30;0.58 +3010;3;1034.00;11.90;1821.00;1.24;0.58 +3010;4;1040.50;11.70;1826.00;1.80;0.58 +3010;5;1021.50;11.90;1827.00;4.16;0.58 +3010;6;1031.50;11.90;1828.00;2.53;0.58 +3010;9;1019.72;11.74;1823.00;1.57;0.58 +3010;10;1036.28;11.82;1823.00;-1.57;0.58 3010;21;1019.72;11.74;1823.00;1.57;0.58 +3011;0;5454.00;9.50;122.00;0.00;1.66 +3011;1;5471.50;9.50;103.00;0.74;1.66 +3011;2;5451.00;9.50;107.50;-0.20;1.66 +3011;3;5474.50;9.50;109.00;1.00;1.66 +3011;4;5430.50;9.50;108.00;-1.03;1.66 +3011;5;5429.50;9.50;121.00;-1.53;1.66 +3011;6;5479.50;9.50;116.00;1.34;1.66 +3011;7;5471.50;9.50;131.00;2.04;1.66 +3011;8;5442.00;9.50;136.50;3.83;1.66 +3011;9;5434.38;9.50;122.00;1.57;1.66 +3011;10;5473.62;9.50;122.00;-1.57;1.66 +3011;11;5482.00;9.50;91.60;0.74;1.66 +3011;12;5449.20;9.50;98.80;-0.20;1.66 +3011;13;5486.80;9.50;101.20;1.00;1.66 +3011;14;5416.40;9.50;99.60;-1.03;1.66 +3011;15;5414.80;9.50;120.40;-1.53;1.66 +3011;16;5494.80;9.50;112.40;1.34;1.66 +3011;17;5482.00;9.50;136.40;2.04;1.66 +3011;18;5434.80;9.50;145.20;3.83;1.66 3011;21;5434.38;9.50;122.00;1.57;1.66 +3012;0;3349.00;10.57;1930.00;0.00;0.48 +3012;1;3350.00;9.92;1925.00;0.19;0.48 +3012;2;3342.50;10.40;1929.00;-1.41;0.48 +3012;3;3355.50;10.60;1929.50;1.49;0.48 +3012;4;3342.00;10.22;1934.00;4.19;0.48 +3012;5;3353.00;10.40;1934.00;2.35;0.48 +3012;6;3347.00;10.10;1936.00;3.46;0.48 +3012;9;3343.42;10.30;1930.00;1.57;0.48 +3012;10;3354.58;10.78;1930.00;-1.57;0.48 3012;21;3343.42;10.30;1930.00;1.57;0.48 +3013;0;3241.00;10.35;1776.00;0.00;0.26 +3013;1;1620.00;10.45;887.50;-1.06;0.26 +3013;2;3238.00;10.15;1775.50;-1.40;0.26 +3013;3;3244.00;10.30;1775.50;1.40;0.26 +3013;4;3243.50;10.40;1778.00;2.24;0.26 +3013;5;3238.50;9.90;1778.50;3.92;0.26 +3013;6;3240.50;10.10;1779.50;3.28;0.26 +3013;9;3238.66;10.20;1776.00;1.57;0.26 +3013;10;3243.34;10.35;1776.00;-1.57;0.26 3013;21;3238.66;10.20;1776.00;1.57;0.26 +3014;0;5263.00;9.50;888.00;0.00;1.18 +3014;1;5261.50;9.50;875.00;-0.11;1.18 +3014;2;5240.00;9.50;879.50;-1.21;1.18 +3014;3;5281.00;9.50;876.00;0.98;1.18 +3014;4;5283.00;9.50;888.00;1.57;1.18 +3014;5;5249.50;9.50;894.00;4.29;1.18 +3014;6;5281.00;9.50;900.50;2.17;1.18 +3014;7;5268.50;9.50;902.50;2.77;1.18 +3014;9;5245.36;9.50;888.00;1.57;1.18 +3014;10;5280.64;9.50;888.00;-1.57;1.18 +3014;11;5260.60;9.50;867.20;-0.11;1.18 +3014;12;5226.20;9.50;874.40;-1.21;1.18 +3014;13;5291.80;9.50;868.80;0.98;1.18 +3014;14;5295.00;9.50;888.00;1.57;1.18 +3014;15;5241.40;9.50;897.60;4.29;1.18 +3014;16;5291.80;9.50;908.00;2.17;1.18 +3014;17;5271.80;9.50;911.20;2.77;1.18 3014;21;5245.36;9.50;888.00;1.57;1.18 +3015;0;5005.00;9.50;924.00;0.00;1.28 +3015;1;5003.00;9.50;907.00;-0.11;1.28 +3015;2;4998.50;9.50;911.50;-0.48;1.28 +3015;3;5013.00;9.50;921.50;1.26;1.28 +3015;4;4990.50;9.50;919.00;-1.23;1.28 +3015;5;4987.00;9.50;923.00;-1.51;1.28 +3015;6;5002.00;9.50;931.00;3.54;1.28 +3015;7;5020.00;9.50;937.50;2.30;1.28 +3015;9;4992.40;9.50;924.00;1.57;1.28 +3015;10;5017.60;9.50;924.00;-1.57;1.28 +3015;11;5001.80;9.50;896.80;-0.11;1.28 +3015;12;4994.60;9.50;904.00;-0.48;1.28 +3015;13;5017.80;9.50;920.00;1.26;1.28 +3015;14;4981.80;9.50;916.00;-1.23;1.28 +3015;15;4976.20;9.50;922.40;-1.51;1.28 +3015;16;5000.20;9.50;935.20;3.54;1.28 +3015;17;5029.00;9.50;945.60;2.30;1.28 3015;21;4992.40;9.50;924.00;1.57;1.28 +3016;0;3184.00;10.60;1999.00;0.00;0.38 +3016;1;3181.00;10.85;1996.00;-0.78;0.38 +3016;2;3185.50;10.55;1996.00;0.46;0.38 +3016;3;3188.00;10.07;2000.00;1.81;0.38 +3016;4;3179.50;10.40;1999.50;4.60;0.38 +3016;5;3183.50;10.00;2001.50;3.33;0.38 +3016;9;3180.58;10.75;1999.00;1.57;0.38 +3016;10;3187.42;10.30;1999.00;-1.57;0.38 +3016;19;3182.00;9.63;2003.00;-2.94;0.38 +3016;20;3181.21;9.63;2004.56;3.60;0.38 3016;21;3180.58;10.75;1999.00;1.57;0.38 +3017;0;3512.00;10.00;1712.00;0.00;0.16 +3017;1;3512.50;9.80;1710.50;0.32;0.16 +3017;2;3508.50;9.80;1711.50;-1.42;0.16 +3017;3;3515.50;10.00;1712.50;1.71;0.16 +3017;4;3509.50;10.10;1713.50;4.17;0.16 +3017;5;3513.00;10.30;1714.00;2.67;0.16 +3017;6;3516.00;10.25;1714.50;2.12;0.16 +3017;9;3509.30;9.85;1712.00;1.57;0.16 +3017;10;3514.70;9.99;1712.00;-1.57;0.16 3017;21;3509.30;9.85;1712.00;1.57;0.16 +3018;0;2973.00;10.62;1836.00;0.00;0.32 +3018;1;2971.50;10.10;1838.50;3.68;0.32 +3018;2;2971.00;10.55;1834.50;-0.92;0.32 +3018;3;2976.00;10.60;1835.50;1.40;0.32 +3018;4;2976.00;10.65;1838.50;2.26;0.32 +3018;9;2969.94;10.16;1836.00;1.57;0.32 +3018;10;2976.06;10.62;1836.00;-1.57;0.32 +3018;19;2974.00;9.50;1844.00;-2.60;0.32 +3018;20;2974.21;9.50;1845.73;3.01;0.32 3018;21;2969.94;10.16;1836.00;1.57;0.32 +3019;0;5344.00;9.50;1658.00;0.00;1.12 +3019;1;5341.00;9.50;1647.00;-0.26;1.12 +3019;2;5354.50;9.50;1658.50;1.61;1.12 +3019;3;5336.50;9.50;1661.50;4.27;1.12 +3019;4;5355.00;9.50;1669.50;2.37;1.12 +3019;5;5347.00;9.50;1672.00;2.93;1.12 +3019;9;5333.92;9.50;1658.00;1.57;1.12 +3019;10;5354.08;9.50;1658.00;-1.57;1.12 +3019;11;5339.20;9.50;1640.40;-0.26;1.12 +3019;12;5360.80;9.50;1658.80;1.61;1.12 +3019;13;5332.00;9.69;1663.60;4.27;1.12 +3019;14;5361.60;9.50;1676.40;2.37;1.12 +3019;15;5348.80;9.50;1680.40;2.93;1.12 3019;21;5333.92;9.50;1658.00;1.57;1.12 +3020;0;4532.00;9.50;768.00;0.00;1.10 +3020;1;4525.00;9.50;751.50;-0.40;1.10 +3020;2;4534.00;9.50;757.00;0.18;1.10 +3020;3;4521.50;9.50;762.00;-1.05;1.10 +3020;4;4544.50;9.50;772.50;1.91;1.10 +3020;5;4526.50;9.50;776.50;3.71;1.10 +3020;6;4540.00;9.50;781.00;2.59;1.10 +3020;9;4522.10;9.50;768.00;1.57;1.10 +3020;10;4541.90;9.50;768.00;-1.57;1.10 +3020;11;4520.80;9.50;741.60;-0.40;1.10 +3020;12;4535.20;9.50;750.40;0.18;1.10 +3020;13;4515.20;9.50;758.40;-1.05;1.10 +3020;14;4552.00;9.50;775.20;1.91;1.10 +3020;15;4523.20;9.50;781.60;3.71;1.10 +3020;16;4544.80;9.50;788.80;2.59;1.10 3020;21;4522.10;9.50;768.00;1.57;1.10 +3021;0;2980.00;10.00;1756.00;0.00;0.34 +3021;1;2980.50;9.50;1753.00;0.16;0.34 +3021;2;2983.00;9.50;1753.50;0.87;0.34 +3021;3;2977.50;10.45;1755.00;-1.19;0.34 +3021;4;2983.50;9.95;1756.00;1.57;0.34 +3021;5;2978.00;10.30;1758.50;3.81;0.34 +3021;6;2981.50;10.40;1758.50;2.60;0.34 +3021;9;2976.58;10.43;1756.00;1.57;0.34 +3021;10;2983.42;9.92;1756.00;-1.57;0.34 3021;21;2976.58;10.43;1756.00;1.57;0.34 +3022;0;2966.00;10.17;1814.00;0.00;0.20 +3022;1;2965.00;10.75;1812.50;-0.58;0.20 +3022;2;2968.00;10.65;1813.00;1.10;0.20 +3022;3;2962.50;10.00;1814.50;4.57;0.20 +3022;4;2966.00;9.75;1816.00;3.14;0.20 +3022;5;2969.50;10.30;1815.00;1.84;0.20 +3022;9;2963.48;10.00;1814.00;1.57;0.20 +3022;10;2968.52;10.60;1814.00;-1.57;0.20 +3022;19;2967.42;9.60;1816.59;-3.24;0.20 +3022;20;2968.26;9.60;1818.12;2.64;0.20 3022;21;2968.52;10.60;1814.00;-1.57;0.20 +3023;0;4052.00;9.50;413.00;0.00;0.94 +3023;1;4059.00;9.50;403.50;0.63;0.94 +3023;2;4049.00;9.50;401.00;-0.24;0.94 +3023;3;4042.00;9.50;413.00;4.71;0.94 +3023;4;4063.00;9.50;413.50;1.61;0.94 +3023;5;4056.50;9.50;423.50;2.73;0.94 +3023;6;4046.50;9.50;426.00;3.54;0.94 +3023;9;4043.54;9.50;413.00;1.57;0.94 +3023;10;4060.46;9.50;413.00;-1.57;0.94 +3023;11;4063.20;9.50;397.80;0.63;0.94 +3023;12;4047.20;9.50;393.80;-0.24;0.94 +3023;13;4036.00;9.50;413.00;4.71;0.94 +3023;14;4069.60;9.50;413.80;1.61;0.94 +3023;15;4059.20;9.50;429.80;2.73;0.94 +3023;16;4043.20;9.50;433.80;3.54;0.94 3023;21;4043.54;9.50;413.00;1.57;0.94 +3024;0;3732.00;9.50;709.00;0.00;0.78 +3024;1;3735.00;9.50;701.50;0.38;0.78 +3024;2;3721.00;9.50;702.50;-1.03;0.78 +3024;3;3747.50;9.50;704.00;1.25;0.78 +3024;4;3744.50;9.50;711.50;1.76;0.78 +3024;5;3720.00;9.50;712.00;4.46;0.78 +3024;6;3731.50;9.50;718.00;3.19;0.78 +3024;9;3721.56;9.50;709.00;1.57;0.78 +3024;10;3742.44;9.50;709.00;-1.57;0.78 +3024;11;3736.80;9.50;697.00;0.38;0.78 +3024;12;3714.40;9.50;698.60;-1.03;0.78 +3024;13;3756.80;9.50;701.00;1.25;0.78 +3024;14;3752.00;9.50;713.00;1.76;0.78 +3024;15;3712.80;9.50;713.80;4.46;0.78 +3024;16;3731.20;9.50;723.40;3.19;0.78 3024;21;3721.56;9.50;709.00;1.57;0.78 +3025;0;3170.00;10.40;1777.00;0.00;0.40 +3025;1;3170.50;9.75;1771.00;0.08;0.40 +3025;2;3171.00;9.75;1771.00;0.16;0.40 +3025;3;3170.00;9.75;1771.00;0.00;0.40 +3025;4;3168.00;10.00;1773.50;-0.51;0.40 +3025;5;3172.00;9.95;1773.50;0.51;0.40 +3025;6;3166.50;10.40;1778.50;4.30;0.40 +3025;7;3173.50;10.30;1777.50;1.71;0.40 +3025;9;3166.40;10.35;1777.00;1.57;0.40 +3025;10;3173.60;10.28;1777.00;-1.57;0.40 3025;21;3173.60;10.28;1777.00;-1.57;0.40 +3026;0;3234.00;10.50;1867.00;0.00;0.36 +3026;1;3231.00;10.40;1862.00;-0.54;0.36 +3026;2;3235.00;10.50;1862.50;0.21;0.36 +3026;3;3237.00;10.50;1867.50;1.73;0.36 +3026;4;3231.00;10.40;1866.50;-1.40;0.36 +3026;5;3230.00;10.40;1870.50;3.99;0.36 +3026;6;3234.00;10.52;1872.00;3.14;0.36 +3026;7;3237.00;10.62;1872.00;2.60;0.36 +3026;9;3230.76;10.40;1867.00;1.57;0.36 +3026;10;3237.24;10.50;1867.00;-1.57;0.36 3026;21;3230.76;10.40;1867.00;1.57;0.36 +3027;0;3608.00;10.22;1689.00;0.00;0.24 +3027;1;3607.50;10.40;1686.50;-0.19;0.24 +3027;2;3611.00;10.40;1687.50;1.10;0.24 +3027;3;3605.50;10.00;1689.50;4.51;0.24 +3027;4;3610.50;10.10;1690.00;1.95;0.24 +3027;5;3606.50;9.80;1692.50;3.54;0.24 +3027;6;3609.00;9.87;1692.00;2.82;0.24 +3027;9;3605.84;10.06;1689.00;1.57;0.24 +3027;10;3610.16;10.26;1689.00;-1.57;0.24 3027;21;3605.84;10.06;1689.00;1.57;0.24 +3028;0;3591.00;9.50;362.00;0.00;0.90 +3028;1;3585.00;9.50;347.00;-0.38;0.90 +3028;2;3580.00;9.50;347.50;-0.64;0.90 +3028;3;3596.00;9.50;355.00;0.62;0.90 +3028;4;3585.00;9.50;365.00;4.24;0.90 +3028;5;3600.50;9.50;369.50;2.23;0.90 +3028;6;3593.00;9.50;377.00;3.00;0.90 +3028;9;3582.90;9.50;362.00;1.57;0.90 +3028;10;3599.10;9.50;362.00;-1.57;0.90 +3028;11;3581.40;9.50;338.00;-0.38;0.90 +3028;12;3573.40;9.50;338.80;-0.64;0.90 +3028;13;3599.00;9.50;350.80;0.62;0.90 +3028;14;3581.40;9.50;366.80;4.24;0.90 +3028;15;3606.20;9.50;374.00;2.23;0.90 +3028;16;3594.20;9.50;386.00;3.00;0.90 3028;21;3582.90;9.50;362.00;1.57;0.90 +3029;0;2949.00;9.50;503.00;0.00;0.98 +3029;1;2951.50;9.50;492.50;0.23;0.98 +3029;2;2961.00;9.50;498.00;1.17;0.98 +3029;3;2939.00;9.50;500.00;-1.27;0.98 +3029;4;2958.00;9.50;507.50;2.03;0.98 +3029;5;2938.50;9.50;511.50;4.03;0.98 +3029;6;2947.50;9.50;513.50;3.28;0.98 +3029;9;2940.18;9.50;503.00;1.57;0.98 +3029;10;2957.82;9.50;503.00;-1.57;0.98 +3029;11;2953.00;9.50;486.20;0.23;0.98 +3029;12;2968.20;9.50;495.00;1.17;0.98 +3029;13;2933.00;9.50;498.20;-1.27;0.98 +3029;14;2963.40;9.50;510.20;2.03;0.98 +3029;15;2932.20;9.50;516.60;4.03;0.98 +3029;16;2946.60;9.50;519.80;3.28;0.98 3029;21;2940.18;9.50;503.00;1.57;0.98 +3030;0;3277.00;10.05;1787.00;0.00;0.22 +3030;1;3276.00;10.15;1784.50;-0.38;0.22 +3030;2;1638.00;10.60;893.00;-1.07;0.22 +3030;3;3278.00;10.37;1785.00;0.46;0.22 +3030;4;3279.50;10.40;1786.50;1.37;0.22 +3030;5;3279.50;10.30;1788.50;2.11;0.22 +3030;6;3277.50;9.90;1789.50;2.94;0.22 +3030;9;3274.12;9.71;1787.00;1.57;0.22 +3030;10;3279.88;10.40;1787.00;-1.57;0.22 3030;21;3274.12;9.71;1787.00;1.57;0.22 +3031;0;3405.00;10.50;1785.00;0.00;0.32 +3031;1;3406.00;10.50;1782.00;0.32;0.32 +3031;2;3402.50;10.50;1784.00;-1.19;0.32 +3031;3;3409.00;10.50;1783.50;1.21;0.32 +3031;4;3406.50;10.50;1787.50;2.60;0.32 +3031;5;3401.00;10.25;1787.50;4.15;0.32 +3031;6;3403.00;10.05;1789.00;3.60;0.32 +3031;9;3402.12;10.50;1785.00;1.57;0.32 +3031;10;3407.88;10.50;1785.00;-1.57;0.32 3031;21;3402.12;10.50;1785.00;1.57;0.32 +3032;0;2051.00;9.50;47.00;0.00;1.02 +3032;1;2037.00;9.50;36.00;-0.90;1.02 +3032;2;2051.50;9.50;38.00;0.05;1.02 +3032;3;2039.50;9.50;48.50;4.58;1.02 +3032;4;2065.00;9.50;48.50;1.67;1.02 +3032;5;2053.00;9.50;57.00;2.94;1.02 +3032;6;2042.50;9.50;61.50;3.67;1.02 +3032;9;2040.38;9.50;47.00;1.57;1.02 +3032;10;2061.62;9.50;47.00;-1.57;1.02 +3032;11;2028.60;9.50;29.40;-0.90;1.02 +3032;12;2051.80;9.50;32.60;0.05;1.02 +3032;13;2032.60;9.50;49.40;4.58;1.02 +3032;14;2073.40;9.50;49.40;1.67;1.02 +3032;15;2054.20;9.50;63.00;2.94;1.02 +3032;16;2037.40;9.50;70.20;3.67;1.02 3032;21;2040.38;9.50;47.00;1.57;1.02 -3033;21;3337.66;10.31;1787.00;1.57;0.24 +3033;0;3340.00;10.02;1787.00;0.00;0.24 +3033;1;3342.00;10.00;1786.50;1.32;0.24 +3033;2;3339.00;9.97;1786.00;-0.78;0.24 +3033;3;3338.00;10.30;1787.50;4.46;0.24 +3033;4;3341.00;10.27;1790.00;2.82;0.24 +3033;5;3339.50;10.30;1790.00;3.30;0.24 +3033;9;3337.48;10.35;1787.00;1.57;0.24 +3033;10;3342.52;10.05;1787.00;-1.57;0.24 +3033;21;3337.00;10.37;1787.00;0.00;0.24 +3033;22;3342.00;10.00;1786.50;1.32;0.24 +3033;23;3339.00;9.97;1786.00;-0.78;0.24 +3033;24;3338.00;10.30;1787.50;4.46;0.24 +3033;25;3341.00;10.27;1790.00;2.82;0.24 +3033;26;3339.50;10.30;1790.00;3.30;0.24 +3033;38;3342.52;10.05;1787.00;-1.57;0.24 +3034;0;3067.00;9.97;1939.00;0.00;0.32 +3034;1;3065.50;9.80;1936.00;-0.46;0.32 +3034;2;3068.50;10.60;1936.50;0.54;0.32 +3034;3;3064.50;9.70;1940.00;4.33;0.32 +3034;4;3070.50;11.60;1939.50;1.71;0.32 +3034;9;3063.04;9.50;1939.00;1.57;0.32 +3034;10;3070.96;11.90;1939.00;-1.57;0.32 +3034;19;3065.00;9.50;1938.00;-1.95;0.32 +3034;20;3063.43;9.50;1937.21;-1.10;0.32 3034;21;3070.96;11.90;1939.00;-1.57;0.32 +3035;0;3384.00;9.92;1701.00;0.00;0.22 +3035;1;3384.00;10.00;1699.50;0.00;0.22 +3035;2;3381.00;10.35;1699.50;-1.10;0.22 +3035;3;3387.00;10.05;1700.00;1.24;0.22 +3035;4;3381.50;10.00;1702.00;4.33;0.22 +3035;5;3387.50;10.10;1701.50;1.71;0.22 +3035;6;1691.50;9.80;850.00;-1.10;0.22 +3035;7;3383.50;9.90;1704.00;3.30;0.22 +3035;9;3381.30;10.07;1701.00;1.57;0.22 +3035;10;3386.70;10.02;1701.00;-1.57;0.22 3035;21;3381.30;10.07;1701.00;1.57;0.22 +3036;0;2319.00;9.50;960.00;0.00;1.12 +3036;1;2317.00;9.50;948.50;-0.17;1.12 +3036;2;2331.50;9.50;951.50;0.97;1.12 +3036;3;2305.50;9.50;965.00;4.35;1.12 +3036;4;2327.50;9.50;969.00;2.38;1.12 +3036;5;2312.00;9.50;973.50;3.62;1.12 +3036;6;2318.50;9.50;975.50;3.17;1.12 +3036;9;2308.92;9.50;960.00;1.57;1.12 +3036;10;2329.08;9.50;960.00;-1.57;1.12 +3036;11;2315.80;9.50;941.60;-0.17;1.12 +3036;12;2339.00;9.50;946.40;0.97;1.12 +3036;13;2297.40;9.50;968.00;4.35;1.12 +3036;14;2332.60;9.50;974.40;2.38;1.12 +3036;15;2307.80;9.50;981.60;3.62;1.12 +3036;16;2318.20;9.50;984.80;3.17;1.12 3036;21;2308.92;9.50;960.00;1.57;1.12 +3037;0;2143.00;9.50;1671.00;0.00;1.82 +3037;1;2141.00;9.50;1659.50;-0.17;1.82 +3037;2;2161.00;9.50;1651.50;0.74;1.82 +3037;3;2155.00;9.50;1668.50;1.36;1.82 +3037;4;2129.00;9.50;1675.00;4.43;1.82 +3037;5;2125.00;9.50;1688.50;3.94;1.82 +3037;6;2143.00;9.50;1687.00;3.14;1.82 +3037;7;2132.50;9.50;1692.00;3.60;1.82 +3037;9;2126.44;9.50;1671.00;1.57;1.82 +3037;10;2159.56;9.50;1671.00;-1.57;1.82 +3037;11;2139.80;9.50;1652.60;-0.17;1.82 +3037;12;2171.80;9.50;1639.80;0.74;1.82 +3037;13;2162.20;9.50;1667.00;1.36;1.82 +3037;14;2120.60;9.50;1677.40;4.43;1.82 +3037;15;2114.20;9.50;1699.00;3.94;1.82 +3037;16;2143.00;9.50;1696.60;3.14;1.82 +3037;17;2126.20;9.50;1704.60;3.60;1.82 3037;21;2126.44;9.50;1671.00;1.57;1.82 +3038;0;2877.00;9.50;1939.00;0.00;0.92 +3038;1;2876.50;9.50;1921.00;-0.02;0.92 +3038;2;2886.00;9.50;1937.00;1.35;0.92 +3038;3;2866.50;9.50;1939.00;4.71;0.92 +3038;4;2871.50;9.50;1954.00;3.49;0.92 +3038;5;2882.50;9.50;1955.00;2.81;0.92 +3038;9;2868.72;9.50;1939.00;1.57;0.92 +3038;10;2885.28;9.50;1939.00;-1.57;0.92 +3038;11;2876.20;9.50;1910.20;-0.02;0.92 +3038;12;2891.40;9.50;1935.80;1.35;0.92 +3038;13;2860.20;9.50;1939.00;4.71;0.92 +3038;14;2868.20;9.50;1963.00;3.49;0.92 +3038;15;2885.80;9.50;1964.60;2.81;0.92 3038;21;2868.72;9.50;1939.00;1.57;0.92 +3039;0;3043.00;9.90;1825.00;0.00;0.34 +3039;1;3044.00;11.75;1821.50;0.27;0.34 +3039;2;3048.00;11.45;1822.00;1.03;0.34 +3039;3;3048.00;10.85;1823.50;1.27;0.34 +3039;4;3039.50;11.40;1825.00;4.71;0.34 +3039;5;3045.50;9.60;1825.50;1.76;0.34 +3039;6;1521.00;9.50;912.00;-1.03;0.34 +3039;7;3039.50;11.40;1828.50;3.92;0.34 +3039;9;3039.40;11.40;1825.00;1.57;0.34 +3039;10;3046.60;10.02;1825.00;-1.57;0.34 3039;21;3039.40;11.40;1825.00;1.57;0.34 +3040;0;3162.00;11.95;1985.00;0.00;0.36 +3040;1;3161.50;11.90;1980.50;-0.11;0.36 +3040;2;3164.50;12.10;1979.50;0.42;0.36 +3040;3;3166.00;11.65;1983.50;1.21;0.36 +3040;4;3159.50;12.00;1984.50;-1.37;0.36 +3040;5;3161.00;10.37;1990.00;3.33;0.36 +3040;9;3158.76;11.87;1985.00;1.57;0.36 +3040;10;3165.24;11.41;1985.00;-1.57;0.36 +3040;19;3164.00;9.82;1991.00;-2.94;0.36 +3040;20;3164.55;9.82;1992.66;2.82;0.36 3040;21;3158.76;11.87;1985.00;1.57;0.36 +3041;0;3585.00;10.37;1736.00;0.00;0.32 +3041;1;3583.00;10.40;1731.50;-0.41;0.32 +3041;2;3585.50;10.30;1731.50;0.11;0.32 +3041;3;3582.00;10.40;1735.00;-1.24;0.32 +3041;4;3587.00;10.00;1735.00;1.10;0.32 +3041;5;3585.00;10.47;1740.00;3.14;0.32 +3041;6;3588.50;10.30;1739.50;2.35;0.32 +3041;9;3582.12;10.40;1736.00;1.57;0.32 +3041;10;3587.88;9.91;1736.00;-1.57;0.32 3041;21;3582.12;10.40;1736.00;1.57;0.32 +3042;0;944.00;9.50;378.00;0.00;0.92 +3042;1;942.50;9.50;367.00;-0.13;0.92 +3042;2;961.50;9.50;372.00;1.24;0.92 +3042;3;927.00;9.50;378.00;4.71;0.92 +3042;4;962.50;9.50;383.00;1.83;0.92 +3042;5;946.00;9.50;389.00;2.96;0.92 +3042;6;929.50;9.50;389.00;4.06;0.92 +3042;9;930.14;9.50;378.00;1.57;0.92 +3042;10;957.86;9.50;378.00;-1.57;0.92 +3042;11;941.60;9.50;360.40;-0.13;0.92 +3042;12;972.00;9.50;368.40;1.24;0.92 +3042;13;916.80;9.50;378.00;4.71;0.92 +3042;14;973.60;9.50;386.00;1.83;0.92 +3042;15;947.20;9.50;395.60;2.96;0.92 +3042;16;920.80;9.50;395.60;4.06;0.92 3042;21;930.14;9.50;378.00;1.57;0.92 +3043;0;87.00;9.50;716.00;0.00;1.32 +3043;1;85.00;9.50;704.50;-0.17;1.32 +3043;2;100.00;9.50;697.00;0.60;1.32 +3043;3;101.50;9.50;710.00;1.17;1.32 +3043;4;71.00;9.50;722.00;4.35;1.32 +3043;5;101.50;9.50;723.00;2.02;1.32 +3043;6;86.00;9.50;728.00;3.22;1.32 +3043;7;72.50;9.50;733.00;3.84;1.32 +3043;9;75.12;9.50;716.00;1.57;1.32 +3043;10;98.88;9.50;716.00;-1.57;1.32 +3043;11;83.80;9.50;697.60;-0.17;1.32 +3043;12;107.80;9.50;685.60;0.60;1.32 +3043;13;110.20;9.50;706.40;1.17;1.32 +3043;14;61.40;9.50;725.60;4.35;1.32 +3043;15;110.20;9.50;727.20;2.02;1.32 +3043;16;85.40;9.50;735.20;3.22;1.32 +3043;17;63.80;9.50;743.20;3.84;1.32 3043;21;75.12;9.50;716.00;1.57;1.32 +3044;0;3056.00;11.95;1859.00;0.00;0.34 +3044;1;3054.00;12.25;1855.50;-0.51;0.34 +3044;2;3058.50;11.80;1858.00;1.19;0.34 +3044;3;3053.00;12.30;1860.50;4.24;0.34 +3044;4;3058.50;12.20;1862.00;2.44;0.34 +3044;5;3056.50;12.15;1863.00;3.01;0.34 +3044;9;3052.94;12.23;1859.00;1.57;0.34 +3044;10;3059.06;12.05;1859.00;-1.57;0.34 3044;21;3052.94;12.23;1859.00;1.57;0.34 +3045;0;3069.00;9.80;1759.00;0.00;0.20 +3045;1;3067.50;9.80;1756.00;-0.46;0.20 +3045;2;3069.50;9.80;1756.50;0.19;0.20 +3045;3;3066.50;9.90;1759.50;4.51;0.20 +3045;4;3071.50;9.70;1759.00;1.57;0.20 +3045;5;3069.50;9.80;1761.50;2.94;0.20 +3045;9;3067.20;9.83;1759.00;1.57;0.20 +3045;10;3070.80;9.73;1759.00;-1.57;0.20 +3045;19;3074.00;9.57;1756.00;1.57;0.20 +3045;20;3075.50;9.57;1755.10;1.03;0.20 3045;21;3067.20;9.83;1759.00;1.57;0.20 +3046;0;13.00;9.50;1793.00;0.00;0.80 +3046;1;13.00;9.50;1784.50;0.00;0.80 +3046;2;26.00;9.50;1782.50;0.89;0.80 +3046;3;20.50;9.50;1784.50;0.72;0.80 +3046;4;18.00;9.50;1795.00;1.95;0.80 +3046;5;6.50;9.50;1796.50;4.21;0.80 +3046;6;9.00;9.50;1806.00;3.44;0.80 +3046;9;5.80;9.50;1793.00;1.57;0.80 +3046;10;20.20;9.50;1793.00;-1.57;0.80 +3046;11;13.00;9.50;1779.40;0.00;0.80 +3046;12;33.80;9.50;1776.20;0.89;0.80 +3046;13;25.00;9.50;1779.40;0.72;0.80 +3046;14;21.00;9.50;1796.20;1.95;0.80 +3046;15;2.60;9.50;1798.60;4.21;0.80 +3046;16;6.60;9.50;1813.80;3.44;0.80 3046;21;5.80;9.50;1793.00;1.57;0.80 +3047;0;884.00;9.50;1226.00;0.00;1.14 +3047;1;872.00;9.50;1219.00;-1.04;1.14 +3047;2;894.00;9.50;1217.50;0.86;1.14 +3047;3;900.00;9.50;1231.00;1.87;1.14 +3047;4;869.00;9.50;1233.00;4.27;1.14 +3047;5;885.50;9.50;1237.00;3.00;1.14 +3047;9;868.34;9.50;1226.00;1.57;1.14 +3047;10;899.66;9.50;1226.00;-1.57;1.14 +3047;11;864.80;9.50;1214.80;-1.04;1.14 +3047;12;900.00;9.50;1212.40;0.86;1.14 +3047;13;909.60;9.50;1234.00;1.87;1.14 +3047;14;860.00;9.50;1237.20;4.27;1.14 +3047;15;886.40;9.50;1243.60;3.00;1.14 3047;21;868.34;9.50;1226.00;1.57;1.14 +3048;0;3018.00;10.32;1893.00;0.00;0.34 +3048;1;3017.00;10.40;1890.50;-0.38;0.34 +3048;2;3021.00;10.70;1890.00;0.78;0.34 +3048;3;3016.00;9.95;1894.50;4.06;0.34 +3048;4;3022.50;10.60;1893.00;1.57;0.34 +3048;5;3021.00;10.32;1895.00;2.15;0.34 +3048;9;3014.58;10.00;1893.00;1.57;0.34 +3048;10;3021.42;10.63;1893.00;-1.57;0.34 +3048;19;3020.00;9.50;1899.00;-2.21;0.34 +3048;20;3020.55;9.50;1900.66;2.82;0.34 3048;21;3014.58;10.00;1893.00;1.57;0.34 +3049;0;2916.00;11.30;1703.00;0.00;0.30 +3049;1;2916.50;11.10;1700.50;0.19;0.30 +3049;2;2920.00;11.10;1700.50;1.01;0.30 +3049;3;2912.50;10.65;1702.00;-1.29;0.30 +3049;4;2920.00;11.35;1703.00;1.57;0.30 +3049;5;2913.00;11.45;1705.50;4.01;0.30 +3049;6;2917.00;11.82;1706.00;2.82;0.30 +3049;9;2912.58;10.91;1703.00;1.57;0.30 +3049;10;2919.42;11.35;1703.00;-1.57;0.30 3049;21;2912.58;10.91;1703.00;1.57;0.30 -3050;21;3268.30;10.30;1764.00;1.57;0.26 +3050;0;3271.00;10.30;1764.00;0.00;0.28 +3050;1;3271.00;9.95;1761.50;0.00;0.28 +3050;2;3269.00;10.30;1763.50;-1.32;0.28 +3050;3;3274.00;9.90;1763.00;1.24;0.28 +3050;4;3272.50;10.30;1766.00;2.49;0.28 +3050;5;3267.50;10.30;1766.00;4.19;0.28 +3050;6;3269.00;10.30;1767.50;3.66;0.28 +3050;9;3268.12;10.30;1764.00;1.57;0.28 +3050;10;3273.88;10.08;1764.00;-1.57;0.28 +3050;21;3268.00;10.30;1764.00;0.00;0.28 +3050;22;3271.00;9.95;1761.50;0.00;0.28 +3050;23;3269.00;10.30;1763.50;-1.32;0.28 +3050;24;3274.00;9.90;1763.00;1.24;0.28 +3050;25;3272.50;10.30;1766.00;2.49;0.28 +3050;26;3267.50;10.30;1766.00;4.19;0.28 +3050;27;3269.00;10.30;1767.50;3.66;0.28 +3050;38;3273.88;10.08;1764.00;-1.57;0.28 +3051;0;1061.00;9.50;831.00;0.00;1.02 +3051;1;1056.00;9.50;820.00;-0.42;1.02 +3051;2;1073.50;9.50;822.50;0.97;1.02 +3051;3;1046.00;9.50;830.50;-1.53;1.02 +3051;4;1076.00;9.50;835.50;1.86;1.02 +3051;5;1054.50;9.50;841.50;3.69;1.02 +3051;6;1066.50;9.50;843.00;2.71;1.02 +3051;9;1048.22;9.50;831.00;1.57;1.02 +3051;10;1073.78;9.50;831.00;-1.57;1.02 +3051;11;1053.00;9.50;813.40;-0.42;1.02 +3051;12;1081.00;9.50;817.40;0.97;1.02 +3051;13;1037.00;9.50;830.20;-1.53;1.02 +3051;14;1085.00;9.50;838.20;1.86;1.02 +3051;15;1050.60;9.50;847.80;3.69;1.02 +3051;16;1069.80;9.50;850.20;2.71;1.02 3051;21;1048.22;9.50;831.00;1.57;1.02 +3052;0;233.00;9.50;2021.00;0.00;0.82 +3052;1;240.50;9.50;2022.50;1.76;0.82 +3052;2;222.00;9.50;2015.00;-1.07;0.82 +3052;3;217.00;9.50;2020.00;-1.50;0.82 +3052;4;226.00;9.50;2023.00;4.43;0.82 +3052;9;221.48;9.50;2021.00;1.57;0.82 +3052;10;244.52;9.50;2021.00;-1.57;0.82 +3052;11;245.00;9.50;2023.40;1.76;0.82 +3052;12;215.40;9.50;2011.40;-1.07;0.82 +3052;13;207.40;9.50;2019.40;-1.50;0.82 +3052;14;221.80;9.50;2024.20;4.43;0.82 3052;21;221.48;9.50;2021.00;1.57;0.82 +3053;0;3258.00;10.40;1699.00;0.00;0.30 +3053;1;3257.50;10.40;1697.00;-0.24;0.30 +3053;2;3261.00;10.40;1696.50;0.87;0.30 +3053;3;3255.00;10.40;1699.00;4.71;0.30 +3053;4;3261.00;10.25;1699.50;1.73;0.30 +3053;5;3255.50;10.40;1701.50;3.92;0.30 +3053;6;3259.00;10.35;1701.50;2.76;0.30 +3053;7;3256.50;10.40;1703.00;3.50;0.30 +3053;9;3255.30;10.40;1699.00;1.57;0.30 +3053;10;3260.70;10.33;1699.00;-1.57;0.30 3053;21;3255.30;10.40;1699.00;1.57;0.30 +3054;0;3120.00;11.55;1892.00;0.00;0.36 +3054;1;3122.00;11.35;1889.00;0.58;0.36 +3054;2;3117.00;11.70;1890.00;-0.98;0.36 +3054;3;3124.00;11.10;1892.00;1.57;0.36 +3054;4;3118.00;11.45;1895.00;3.73;0.36 +3054;5;3121.00;11.20;1896.00;2.89;0.36 +3054;9;3116.76;11.70;1892.00;1.57;0.36 +3054;10;3123.24;11.22;1892.00;-1.57;0.36 3054;21;3116.76;11.70;1892.00;1.57;0.36 +3055;0;3190.00;10.55;1916.00;0.00;0.30 +3055;1;3188.00;10.60;1913.00;-0.58;0.30 +3055;2;3192.00;10.55;1910.00;0.32;0.30 +3055;3;3192.00;10.60;1917.00;2.03;0.30 +3055;4;3188.50;10.30;1920.00;3.50;0.30 +3055;5;3191.50;10.60;1922.50;2.91;0.30 +3055;9;3187.30;10.51;1916.00;1.57;0.30 +3055;10;3192.70;10.60;1916.00;-1.57;0.30 3055;21;3187.30;10.51;1916.00;1.57;0.30 +3056;0;3454.00;10.40;1700.00;0.00;0.28 +3056;1;3454.50;10.40;1696.00;0.12;0.28 +3056;2;3456.00;10.40;1697.50;0.67;0.28 +3056;3;3451.50;10.40;1699.00;-1.19;0.28 +3056;4;3456.50;10.40;1701.00;1.95;0.28 +3056;5;3450.00;10.35;1701.50;4.35;0.28 +3056;6;3453.00;10.40;1702.50;3.52;0.28 +3056;9;3451.30;10.40;1700.00;1.57;0.28 +3056;10;3456.70;10.40;1700.00;-1.57;0.28 3056;21;3451.30;10.40;1700.00;1.57;0.28 +3057;0;3380.00;9.95;1744.00;0.00;0.24 +3057;1;3380.50;10.15;1741.00;0.16;0.24 +3057;2;3378.00;10.05;1742.50;-0.92;0.24 +3057;3;3382.50;9.90;1743.50;1.37;0.24 +3057;4;3376.50;10.50;1745.50;4.30;0.24 +3057;5;3380.00;10.15;1746.50;3.14;0.24 +3057;9;3377.66;10.23;1744.00;1.57;0.24 +3057;10;3382.34;9.90;1744.00;-1.57;0.24 3057;21;3377.66;10.23;1744.00;1.57;0.24 +3058;0;3126.00;11.92;1969.00;0.00;0.30 +3058;1;3122.00;12.00;1966.50;-1.01;0.30 +3058;2;3125.50;12.50;1966.50;-0.19;0.30 +3058;3;3129.50;12.00;1967.00;1.05;0.30 +3058;4;3121.00;11.15;1967.50;-1.27;0.30 +3058;5;3124.50;10.65;1971.00;3.78;0.30 +3058;6;3129.00;12.00;1970.50;2.03;0.30 +3058;9;3122.40;10.91;1969.00;1.57;0.30 +3058;10;3129.60;11.96;1969.00;-1.57;0.30 +3058;19;3122.00;9.57;1972.00;-2.50;0.30 +3058;20;3120.60;9.57;1973.05;4.06;0.30 3058;21;3122.40;10.91;1969.00;1.57;0.30 +3059;0;2932.00;14.22;1748.00;0.00;0.38 +3059;1;2931.50;15.80;1744.50;-0.14;0.38 +3059;2;2929.00;14.37;1746.00;-0.98;0.38 +3059;3;2936.50;13.85;1746.00;1.15;0.38 +3059;4;2937.00;13.37;1748.00;1.57;0.38 +3059;5;2929.50;14.80;1751.00;3.83;0.38 +3059;6;2934.00;13.60;1750.50;2.46;0.38 +3059;9;2928.40;14.03;1748.00;1.57;0.38 +3059;10;2935.60;13.71;1748.00;-1.57;0.38 3059;21;2928.40;14.03;1748.00;1.57;0.38 +3060;0;3267.00;9.67;1741.00;0.00;0.22 +3060;1;3270.00;9.50;1740.50;1.40;0.22 +3060;2;3266.05;9.90;1741.20;-0.58;0.22 +3060;3;3265.00;10.05;1742.50;4.06;0.22 +3060;4;3268.50;10.00;1742.50;2.35;0.22 +3060;9;3264.12;9.75;1741.00;1.57;0.22 +3060;10;3269.88;9.61;1741.00;-1.57;0.22 +3060;19;3271.00;9.50;1740.00;-0.59;0.22 +3060;20;3272.69;9.50;1739.57;1.32;0.22 3060;21;3264.12;9.75;1741.00;1.57;0.22 +3061;0;3231.00;9.65;1752.00;0.00;0.22 +3061;1;3231.00;9.50;1749.00;0.00;0.22 +3061;2;3233.00;9.65;1752.00;1.57;0.22 +3061;3;3229.00;9.70;1751.50;-1.32;0.22 +3061;4;3230.00;9.70;1754.00;3.60;0.22 +3061;5;3232.50;9.75;1755.00;2.67;0.22 +3061;9;3229.02;9.67;1752.00;1.57;0.22 +3061;10;3232.98;9.65;1752.00;-1.57;0.22 +3061;19;3230.00;9.50;1749.00;0.00;0.22 +3061;20;3229.44;9.50;1747.34;-0.32;0.22 3061;21;3229.02;9.67;1752.00;1.57;0.22 +3062;0;3107.00;11.35;1867.00;0.00;0.24 +3062;1;3106.50;11.15;1865.00;-0.24;0.24 +3062;2;3109.50;11.15;1865.00;0.89;0.24 +3062;3;3103.00;11.30;1866.50;-1.44;0.24 +3062;4;3110.00;11.40;1868.00;1.89;0.24 +3062;5;3102.00;11.40;1868.50;4.42;0.24 +3062;6;3106.00;11.47;1869.00;3.60;0.24 +3062;9;3103.76;11.35;1867.00;1.57;0.24 +3062;10;3110.24;11.35;1867.00;-1.57;0.24 3062;21;3103.76;11.35;1867.00;1.57;0.24 +3063;0;3027.00;9.77;1706.00;0.00;0.26 +3063;1;3025.50;9.80;1704.50;-0.78;0.26 +3063;2;1513.00;9.50;852.50;-1.05;0.26 +3063;3;3029.00;9.80;1707.00;2.03;0.26 +3063;4;1513.00;9.50;852.50;-1.05;0.26 +3063;5;3027.50;9.60;1708.50;2.94;0.26 +3063;6;3026.00;9.60;1709.00;3.46;0.26 +3063;9;3024.48;9.60;1706.00;1.57;0.26 +3063;10;3029.52;9.74;1706.00;-1.57;0.26 3063;21;3024.48;9.60;1706.00;1.57;0.26 +3064;0;3478.00;10.40;1793.00;0.00;0.36 +3064;1;3478.00;10.55;1790.50;0.00;0.36 +3064;2;3472.00;10.40;1790.50;-1.17;0.36 +3064;3;3484.00;10.35;1790.50;1.17;0.36 +3064;4;3473.50;10.35;1795.00;4.29;0.36 +3064;5;3483.50;10.10;1793.50;1.66;0.36 +3064;6;3478.50;9.90;1796.50;3.00;0.36 +3064;9;3473.50;10.40;1793.00;1.57;0.36 +3064;10;3482.50;10.15;1793.00;-1.57;0.36 3064;21;3473.50;10.40;1793.00;1.57;0.36 +3065;0;3459.00;10.30;1800.00;0.00;0.40 +3065;1;3460.00;9.97;1795.00;0.19;0.40 +3065;2;3464.00;10.40;1798.50;1.27;0.40 +3065;3;3455.50;9.90;1797.50;-0.95;0.40 +3065;4;3453.50;10.00;1801.00;4.53;0.40 +3065;5;3464.00;10.30;1803.00;2.11;0.40 +3065;6;3457.00;10.05;1803.50;3.66;0.40 +3065;7;3462.00;10.17;1804.00;2.49;0.40 +3065;9;3454.68;10.05;1800.00;1.57;0.40 +3065;10;3463.32;10.33;1800.00;-1.57;0.40 3065;21;3454.68;10.05;1800.00;1.57;0.40 +3066;0;3524.00;9.80;1695.00;0.00;0.22 +3066;1;3524.00;9.80;1692.00;0.00;0.22 +3066;2;3522.00;9.80;1694.00;-1.10;0.22 +3066;3;3526.00;9.80;1694.00;1.10;0.22 +3066;4;3521.50;9.80;1697.00;4.03;0.22 +3066;5;3525.00;9.80;1697.50;2.76;0.22 +3066;6;3522.50;9.80;1698.50;3.54;0.22 +3066;9;3522.02;9.80;1695.00;1.57;0.22 +3066;10;3525.98;9.80;1695.00;-1.57;0.22 3066;21;3522.02;9.80;1695.00;1.57;0.22 +3067;0;3296.00;10.55;1869.00;0.00;0.32 +3067;1;3294.50;10.35;1866.00;-0.46;0.32 +3067;2;3300.00;10.40;1867.00;1.10;0.32 +3067;3;3291.00;10.60;1869.00;4.71;0.32 +3067;4;3300.00;10.45;1872.00;2.21;0.32 +3067;5;3295.00;10.52;1872.00;3.46;0.32 +3067;9;3292.04;10.60;1869.00;1.57;0.32 +3067;10;3299.96;10.52;1869.00;-1.57;0.32 3067;21;3292.04;10.60;1869.00;1.57;0.32 +3068;0;3269.00;10.17;1802.00;0.00;0.20 +3068;1;3265.50;10.40;1800.50;-1.16;0.20 +3068;2;3270.00;10.40;1800.50;0.58;0.20 +3068;3;1634.00;11.30;900.50;-1.06;0.20 +3068;4;3266.50;10.35;1803.00;4.33;0.20 +3068;5;1634.00;11.30;900.50;-1.06;0.20 +3068;6;3270.00;9.70;1804.00;2.67;0.20 +3068;9;3265.76;10.40;1802.00;1.57;0.20 +3068;10;3272.24;10.11;1802.00;-1.57;0.20 3068;21;3265.76;10.40;1802.00;1.57;0.20 +3069;0;3215.00;10.60;1968.00;0.00;0.38 +3069;1;3212.50;10.30;1962.00;-0.39;0.38 +3069;2;3216.50;10.30;1962.50;0.26;0.38 +3069;3;3211.00;10.30;1966.50;-1.21;0.38 +3069;4;3219.50;10.50;1966.50;1.24;0.38 +3069;5;3212.00;10.47;1972.00;3.78;0.38 +3069;6;3217.50;10.55;1972.00;2.58;0.38 +3069;9;3211.58;10.45;1968.00;1.57;0.38 +3069;10;3218.42;10.55;1968.00;-1.57;0.38 3069;21;3211.58;10.45;1968.00;1.57;0.38 +3070;0;3023.00;10.95;1744.00;0.00;0.26 +3070;1;3022.50;10.90;1742.50;-0.32;0.26 +3070;2;3027.50;11.00;1742.50;1.24;0.26 +3070;3;3018.50;10.90;1744.50;4.60;0.26 +3070;4;3023.50;10.95;1745.00;2.67;0.26 +3070;5;3027.00;10.82;1745.00;1.81;0.26 +3070;6;3019.50;11.10;1746.50;4.09;0.26 +3070;9;3019.58;10.85;1744.00;1.57;0.26 +3070;10;3026.42;10.94;1744.00;-1.57;0.26 3070;21;3019.58;10.85;1744.00;1.57;0.26 +3071;0;3318.00;10.50;1821.00;0.00;0.30 +3071;1;3317.50;10.50;1818.00;-0.16;0.30 +3071;2;3321.50;10.40;1818.00;0.86;0.30 +3071;3;3314.50;10.60;1821.50;4.57;0.30 +3071;4;3320.50;10.50;1822.00;1.95;0.30 +3071;5;3314.00;10.60;1824.50;3.99;0.30 +3071;6;3317.00;10.50;1824.50;3.42;0.30 +3071;9;3314.94;10.60;1821.00;1.57;0.30 +3071;10;3321.06;10.44;1821.00;-1.57;0.30 3071;21;3314.94;10.60;1821.00;1.57;0.30 +3072;0;3296.00;10.30;1716.00;0.00;0.24 +3072;1;3295.50;10.30;1713.00;-0.16;0.24 +3072;2;3298.00;10.30;1714.00;0.78;0.24 +3072;3;3294.00;10.30;1716.00;4.71;0.24 +3072;4;3298.50;10.30;1715.00;1.19;0.24 +3072;5;3299.00;10.30;1716.50;1.73;0.24 +3072;6;3297.50;10.30;1718.00;2.49;0.24 +3072;7;3293.50;10.30;1718.50;3.92;0.24 +3072;8;3295.00;10.30;1719.00;3.46;0.24 +3072;9;3293.84;10.30;1716.00;1.57;0.24 +3072;10;3298.16;10.30;1716.00;-1.57;0.24 3072;21;3293.84;10.30;1716.00;1.57;0.24 +3073;0;3262.00;10.62;1861.00;0.00;0.34 +3073;1;3259.00;10.65;1857.50;-0.70;0.34 +3073;2;3262.50;10.60;1857.50;0.14;0.34 +3073;3;3265.00;10.70;1859.00;0.98;0.34 +3073;4;3257.50;10.70;1860.00;-1.35;0.34 +3073;5;3266.50;10.60;1862.50;1.89;0.34 +3073;6;3257.50;10.70;1863.00;4.29;0.34 +3073;7;3263.00;10.70;1864.00;2.82;0.34 +3073;9;3257.86;10.70;1861.00;1.57;0.34 +3073;10;3266.14;10.63;1861.00;-1.57;0.34 3073;21;3257.86;10.70;1861.00;1.57;0.34 +3074;0;3188.00;9.80;1706.00;0.00;0.24 +3074;1;3189.50;10.30;1703.50;0.54;0.24 +3074;2;3187.00;9.85;1704.50;-0.58;0.24 +3074;3;3190.00;10.17;1705.00;1.10;0.24 +3074;4;3185.50;9.70;1706.50;4.51;0.24 +3074;5;3190.00;9.95;1707.50;2.21;0.24 +3074;6;3187.00;9.75;1709.00;3.46;0.24 +3074;9;3185.84;9.70;1706.00;1.57;0.24 +3074;10;3190.16;10.04;1706.00;-1.57;0.24 3074;21;3185.84;9.70;1706.00;1.57;0.24 +3075;0;3468.00;9.80;1831.00;0.00;0.58 +3075;1;3466.50;9.70;1819.50;-0.13;0.58 +3075;2;3471.50;9.80;1823.00;0.41;0.58 +3075;3;3463.50;9.70;1825.00;-0.64;0.58 +3075;4;3473.00;9.80;1834.00;2.11;0.58 +3075;5;3462.00;9.70;1832.00;4.54;0.58 +3075;6;3463.00;9.70;1838.50;3.73;0.58 +3075;7;3467.00;9.70;1841.00;3.24;0.58 +3075;9;3462.78;9.70;1831.00;1.57;0.58 +3075;10;3473.22;9.80;1831.00;-1.57;0.58 3075;21;3462.78;9.70;1831.00;1.57;0.58 +3076;0;3246.00;9.70;1418.00;0.00;0.20 +3076;1;3244.00;9.70;1415.00;-0.58;0.20 +3076;2;3246.50;9.70;1416.00;0.24;0.20 +3076;3;3244.00;9.70;1417.50;-1.32;0.20 +3076;4;3248.50;9.80;1418.00;1.57;0.20 +3076;5;3244.50;9.70;1420.50;3.68;0.20 +3076;6;3247.00;9.75;1420.50;2.76;0.20 +3076;9;3244.20;9.71;1418.00;1.57;0.20 +3076;10;3247.80;9.80;1418.00;-1.57;0.20 3076;21;3244.20;9.71;1418.00;1.57;0.20 +3077;0;3395.00;10.47;1686.00;0.00;0.20 +3077;1;3393.50;10.50;1684.00;-0.64;0.20 +3077;2;3392.00;10.50;1685.00;-1.24;0.20 +3077;3;3396.00;10.40;1685.00;0.78;0.20 +3077;4;3398.50;10.40;1686.50;1.71;0.20 +3077;5;3392.50;10.50;1686.50;4.51;0.20 +3077;6;3398.00;10.40;1687.50;2.03;0.20 +3077;7;3395.00;10.50;1688.00;3.14;0.20 +3077;9;3392.12;10.50;1686.00;1.57;0.20 +3077;10;3397.88;10.40;1686.00;-1.57;0.20 3077;21;3392.12;10.50;1686.00;1.57;0.20 +3078;0;3351.00;9.80;1829.00;0.00;0.24 +3078;1;3349.50;9.80;1827.00;-0.64;0.24 +3078;2;3354.00;9.80;1827.50;1.10;0.24 +3078;3;3347.50;9.80;1829.50;4.57;0.24 +3078;4;3355.50;9.80;1830.00;1.78;0.24 +3078;5;3352.00;9.80;1831.50;2.76;0.24 +3078;9;3347.40;9.80;1829.00;1.57;0.24 +3078;10;3354.60;9.80;1829.00;-1.57;0.24 3078;21;3347.40;9.80;1829.00;1.57;0.24 +3079;0;3490.00;9.90;1745.00;0.00;0.24 +3079;1;3487.50;9.90;1742.50;-0.78;0.24 +3079;2;3490.50;9.90;1743.00;0.24;0.24 +3079;3;3493.50;9.90;1744.50;1.42;0.24 +3079;4;3486.50;9.90;1746.00;4.43;0.24 +3079;5;3494.50;10.00;1746.00;1.78;0.24 +3079;6;3490.50;9.90;1747.00;2.89;0.24 +3079;9;3486.76;9.90;1745.00;1.57;0.24 +3079;10;3493.24;9.90;1745.00;-1.57;0.24 3079;21;3486.76;9.90;1745.00;1.57;0.24 +3080;0;3391.00;9.80;1850.00;0.00;0.46 +3080;1;3397.50;9.70;1845.50;0.96;0.46 +3080;2;3387.00;9.72;1850.00;4.71;0.46 +3080;3;3401.00;9.50;1848.00;1.37;0.46 +3080;4;3396.00;9.80;1851.00;1.76;0.46 +3080;9;3381.46;9.50;1850.00;1.57;0.46 +3080;10;3400.54;9.50;1850.00;-1.57;0.46 +3080;19;3389.00;9.50;1841.00;-1.57;0.46 +3080;20;3388.62;9.50;1839.29;-0.21;0.46 3080;21;3381.46;9.50;1850.00;1.57;0.46 +3081;0;3521.00;10.00;1785.00;0.00;0.58 +3081;1;3521.50;9.90;1778.00;0.07;0.58 +3081;2;3526.00;9.85;1781.50;0.96;0.58 +3081;3;3518.00;9.90;1780.00;-0.54;0.58 +3081;4;3515.50;9.90;1785.00;4.71;0.58 +3081;5;3524.50;9.90;1789.50;2.48;0.58 +3081;6;3516.50;9.90;1789.50;3.92;0.58 +3081;9;3515.42;9.90;1785.00;1.57;0.58 +3081;10;3526.58;9.80;1785.00;-1.57;0.58 3081;21;3515.42;9.90;1785.00;1.57;0.58 +3082;0;3134.00;11.47;1980.00;0.00;0.42 +3082;1;3136.50;12.10;1974.50;0.42;0.42 +3082;2;3133.00;10.95;1976.00;-0.24;0.42 +3082;3;3138.50;11.55;1976.00;0.84;0.42 +3082;4;3132.00;10.62;1982.00;3.92;0.42 +3082;5;3136.50;11.00;1981.00;1.95;0.42 +3082;9;3130.22;10.37;1980.00;1.57;0.42 +3082;10;3137.78;11.18;1980.00;-1.57;0.42 +3082;19;3127.00;9.50;1992.00;-2.36;0.42 +3082;20;3126.11;9.50;1993.51;3.67;0.42 3082;21;3130.22;10.37;1980.00;1.57;0.42 +3083;0;3153.00;9.60;1747.00;0.00;0.30 +3083;1;3154.12;9.60;1746.51;-0.64;0.30 +3083;2;3156.50;9.70;1746.50;1.42;0.30 +3083;3;3155.00;9.70;1748.50;2.21;0.30 +3083;4;3151.00;9.70;1748.50;4.06;0.30 +3083;9;3149.94;9.50;1747.00;1.57;0.30 +3083;10;3156.06;9.70;1747.00;-1.57;0.30 +3083;19;3150.72;9.50;1745.18;-2.24;0.30 +3083;20;3149.36;9.50;1740.89;-0.30;0.30 3083;21;3149.94;9.50;1747.00;1.57;0.30 +3084;0;3345.00;9.77;1762.00;0.00;0.20 +3084;1;3345.50;9.80;1760.00;0.24;0.20 +3084;2;3343.50;9.70;1761.00;-0.98;0.20 +3084;3;3347.00;9.80;1762.50;1.81;0.20 +3084;4;3343.00;9.80;1763.50;4.06;0.20 +3084;5;3345.50;9.80;1764.00;2.89;0.20 +3084;9;3343.20;9.75;1762.00;1.57;0.20 +3084;10;3346.80;9.78;1762.00;-1.57;0.20 3084;21;3343.20;9.75;1762.00;1.57;0.20 +3085;0;3379.00;10.40;1714.00;0.00;0.22 +3085;1;3381.00;10.40;1710.50;0.51;0.22 +3085;2;3378.50;10.40;1712.00;-0.24;0.22 +3085;3;3381.50;10.40;1711.50;0.78;0.22 +3085;4;3381.00;10.40;1714.00;1.57;0.22 +3085;5;3376.00;10.30;1714.00;4.71;0.22 +3085;6;3377.50;10.40;1716.00;3.78;0.22 +3085;7;3380.00;10.40;1716.50;2.76;0.22 +3085;9;3377.02;10.37;1714.00;1.57;0.22 +3085;10;3380.98;10.40;1714.00;-1.57;0.22 3085;21;3377.02;10.37;1714.00;1.57;0.22 +3086;0;3383.00;9.90;1809.00;0.00;0.38 +3086;1;3382.50;9.85;1805.00;-0.12;0.38 +3086;2;3379.00;9.80;1805.00;-0.78;0.38 +3086;3;3386.50;9.90;1806.50;0.95;0.38 +3086;4;3378.00;9.90;1808.50;-1.47;0.38 +3086;5;3386.50;9.90;1811.00;2.09;0.38 +3086;6;3378.50;9.90;1811.50;4.20;0.38 +3086;7;3382.00;9.95;1812.50;3.42;0.38 +3086;9;3379.22;9.90;1809.00;1.57;0.38 +3086;10;3386.78;9.90;1809.00;-1.57;0.38 3086;21;3379.22;9.90;1809.00;1.57;0.38 +3087;0;3480.00;10.47;1729.00;0.00;0.26 +3087;1;3477.50;10.50;1727.00;-0.89;0.26 +3087;2;3481.50;10.55;1727.00;0.64;0.26 +3087;3;3476.50;10.20;1729.50;4.57;0.26 +3087;4;3482.50;10.45;1730.00;1.95;0.26 +3087;5;3480.00;10.00;1731.50;3.14;0.26 +3087;9;3477.30;10.43;1729.00;1.57;0.26 +3087;10;3482.70;10.50;1729.00;-1.57;0.26 3087;21;3477.30;10.43;1729.00;1.57;0.26 +3088;0;3012.00;9.92;1883.00;0.00;0.22 +3088;1;3014.00;10.00;1880.50;0.67;0.22 +3088;2;3008.00;9.50;1883.00;4.71;0.22 +3088;3;3016.50;10.70;1882.50;1.46;0.22 +3088;4;3014.00;10.10;1885.50;2.46;0.22 +3088;9;3007.50;9.50;1883.00;1.57;0.22 +3088;10;3016.50;10.75;1883.00;-1.57;0.22 +3088;19;2999.00;9.50;1884.00;-1.57;0.22 +3088;20;2997.25;9.50;1884.13;4.63;0.22 3088;21;3007.50;9.50;1883.00;1.57;0.22 +3089;0;3276.00;9.70;1691.00;0.00;0.26 +3089;1;3276.50;9.70;1688.50;0.19;0.26 +3089;2;3279.00;9.70;1689.50;1.10;0.26 +3089;3;3272.50;9.70;1691.00;4.71;0.26 +3089;4;3280.00;9.70;1692.00;1.81;0.26 +3089;5;3278.00;9.70;1693.00;2.35;0.26 +3089;6;3274.50;9.70;1694.00;3.60;0.26 +3089;9;3272.76;9.70;1691.00;1.57;0.26 +3089;10;3279.24;9.70;1691.00;-1.57;0.26 3089;21;3272.76;9.70;1691.00;1.57;0.26 +3090;0;2895.00;11.60;1774.00;0.00;0.22 +3090;1;2897.00;9.82;1771.00;0.58;0.22 +3090;2;2892.00;9.82;1772.00;-0.98;0.22 +3090;3;2899.50;11.50;1772.50;1.24;0.22 +3090;4;2893.00;11.95;1775.50;4.06;0.22 +3090;5;2900.00;10.70;1774.50;1.67;0.22 +3090;6;2899.00;10.07;1776.00;2.03;0.22 +3090;9;2890.86;10.36;1774.00;1.57;0.22 +3090;10;2899.14;11.24;1774.00;-1.57;0.22 +3090;19;2891.00;9.50;1770.00;-0.98;0.22 +3090;20;2889.76;9.50;1768.76;-0.78;0.22 3090;21;2890.86;10.36;1774.00;1.57;0.22 +3091;0;3466.00;10.17;1685.00;0.00;0.22 +3091;1;3467.00;9.90;1683.00;0.46;0.22 +3091;2;3463.50;10.10;1683.50;-1.03;0.22 +3091;3;3469.50;9.80;1684.50;1.42;0.22 +3091;4;3462.00;10.32;1685.00;4.71;0.22 +3091;5;3465.00;10.40;1687.00;3.60;0.22 +3091;6;3468.50;10.15;1687.00;2.24;0.22 +3091;9;3463.12;10.35;1685.00;1.57;0.22 +3091;10;3468.88;9.91;1685.00;-1.57;0.22 3091;21;3463.12;10.35;1685.00;1.57;0.22 +3092;0;3396.00;9.95;1820.00;0.00;0.40 +3092;1;3396.00;10.00;1814.50;0.00;0.40 +3092;2;3399.00;9.95;1818.50;1.10;0.40 +3092;3;3393.00;10.10;1816.50;-0.70;0.40 +3092;4;3393.00;9.90;1821.00;4.39;0.40 +3092;5;3399.50;9.75;1824.00;2.42;0.40 +3092;6;3395.00;9.70;1824.50;3.36;0.40 +3092;9;3392.40;9.95;1820.00;1.57;0.40 +3092;10;3399.60;9.90;1820.00;-1.57;0.40 +3092;19;3393.00;9.50;1828.00;-2.92;0.40 +3092;20;3392.38;9.50;1829.63;3.50;0.40 3092;21;3392.40;9.95;1820.00;1.57;0.40 +3093;0;2942.00;13.87;1790.00;0.00;0.32 +3093;1;2942.00;13.82;1785.00;0.00;0.32 +3093;2;2941.50;14.00;1785.50;-0.11;0.32 +3093;3;2944.00;14.70;1788.50;0.92;0.32 +3093;4;2939.00;14.02;1789.00;-1.24;0.32 +3093;5;2939.50;13.35;1793.00;3.83;0.32 +3093;6;2942.00;13.47;1793.00;3.14;0.32 +3093;7;2945.00;14.60;1793.50;2.43;0.32 +3093;9;2939.12;13.81;1790.00;1.57;0.32 +3093;10;2944.88;14.15;1790.00;-1.57;0.32 3093;21;2939.12;13.81;1790.00;1.57;0.32 +3094;0;2944.00;12.50;1737.00;0.00;0.26 +3094;1;2943.50;12.85;1734.00;-0.16;0.26 +3094;2;2946.00;12.35;1734.50;0.67;0.26 +3094;3;2942.00;12.70;1737.00;4.71;0.26 +3094;4;2947.00;12.30;1736.50;1.40;0.26 +3094;5;2945.50;12.30;1738.50;2.35;0.26 +3094;6;2942.50;12.90;1740.50;3.54;0.26 +3094;9;2941.66;12.76;1737.00;1.57;0.26 +3094;10;2946.34;12.34;1737.00;-1.57;0.26 3094;21;2941.66;12.76;1737.00;1.57;0.26 +3095;0;3127.00;12.15;1921.00;0.00;0.36 +3095;1;3127.00;12.00;1917.50;0.00;0.36 +3095;2;3122.00;12.10;1919.50;-1.27;0.36 +3095;3;3132.00;11.70;1920.50;1.47;0.36 +3095;4;3123.50;11.80;1923.50;4.09;0.36 +3095;5;3131.50;11.60;1924.00;2.15;0.36 +3095;6;3128.00;11.90;1924.50;2.86;0.36 +3095;9;3122.68;12.00;1921.00;1.57;0.36 +3095;10;3131.32;11.77;1921.00;-1.57;0.36 3095;21;3131.32;11.77;1921.00;-1.57;0.36 +3096;0;2947.00;12.72;1807.00;0.00;0.32 +3096;1;2947.50;13.60;1802.00;0.10;0.32 +3096;2;2949.00;13.55;1802.50;0.41;0.32 +3096;3;2945.00;12.42;1806.00;-1.10;0.32 +3096;4;2949.50;13.15;1805.00;0.89;0.32 +3096;5;2948.00;11.50;1809.50;2.76;0.32 +3096;6;2944.00;10.35;1810.00;3.92;0.32 +3096;7;2945.00;9.50;1812.50;3.49;0.32 +3096;9;2944.12;11.84;1807.00;1.57;0.32 +3096;10;2949.88;12.91;1807.00;-1.57;0.32 +3096;19;2939.00;9.50;1816.00;-2.36;0.32 +3096;20;2937.83;9.50;1817.30;3.86;0.32 3096;21;2944.12;11.84;1807.00;1.57;0.32 +3097;0;3251.00;9.90;1972.00;0.00;0.46 +3097;1;3249.50;9.90;1965.00;-0.21;0.46 +3097;2;3252.00;9.90;1966.00;0.16;0.46 +3097;3;3247.00;9.80;1970.00;-1.10;0.46 +3097;4;3254.00;9.90;1970.50;1.10;0.46 +3097;5;3253.50;9.90;1976.50;2.63;0.46 +3097;6;3247.50;10.00;1977.00;3.75;0.46 +3097;9;3246.86;9.83;1972.00;1.57;0.46 +3097;10;3255.14;9.90;1972.00;-1.57;0.46 3097;21;3246.86;9.83;1972.00;1.57;0.46 +3098;0;3019.00;12.72;1839.00;0.00;0.28 +3098;1;3018.00;13.95;1835.50;-0.27;0.28 +3098;2;3022.00;12.75;1837.50;1.10;0.28 +3098;3;3016.00;12.95;1839.00;4.71;0.28 +3098;4;3021.00;12.10;1842.00;2.55;0.28 +3098;5;3016.00;12.45;1842.00;3.92;0.28 +3098;6;3018.00;12.20;1842.50;3.42;0.28 +3098;9;3016.48;12.95;1839.00;1.57;0.28 +3098;10;3021.52;12.59;1839.00;-1.57;0.28 3098;21;3016.48;12.95;1839.00;1.57;0.28 +3099;0;3464.00;10.50;1715.00;0.00;0.24 +3099;1;3463.00;10.40;1711.00;-0.24;0.24 +3099;2;3462.00;10.40;1713.00;-0.78;0.24 +3099;3;3465.50;10.50;1714.00;0.98;0.24 +3099;4;3461.50;10.50;1716.50;4.17;0.24 +3099;5;3465.50;10.60;1717.00;2.49;0.24 +3099;6;3462.00;10.40;1718.50;3.66;0.24 +3099;9;3461.84;10.45;1715.00;1.57;0.24 +3099;10;3466.16;10.51;1715.00;-1.57;0.24 3099;21;3461.84;10.45;1715.00;1.57;0.24 +3100;0;3105.00;10.90;1856.00;0.00;0.32 +3100;1;3106.50;10.85;1853.00;0.46;0.32 +3100;2;3109.00;10.95;1854.00;1.10;0.32 +3100;3;3103.00;10.87;1855.00;-1.10;0.32 +3100;4;3108.00;11.10;1856.50;1.73;0.32 +3100;5;3101.50;11.05;1858.00;4.19;0.32 +3100;6;3105.50;11.10;1859.50;3.00;0.32 +3100;9;3101.76;10.90;1856.00;1.57;0.32 +3100;10;3108.24;11.10;1856.00;-1.57;0.32 3100;21;3101.76;10.90;1856.00;1.57;0.32 +3101;0;3346.00;10.00;1683.00;0.00;0.16 +3101;1;3347.00;10.50;1680.00;0.32;0.16 +3101;2;3344.50;10.05;1681.00;-0.64;0.16 +3101;3;3348.00;10.40;1681.50;0.92;0.16 +3101;4;3347.00;9.90;1684.50;2.55;0.16 +3101;5;3344.00;9.90;1685.00;3.92;0.16 +3101;6;3345.00;9.90;1686.50;3.42;0.16 +3101;9;3344.56;9.90;1683.00;1.57;0.16 +3101;10;3347.44;10.14;1683.00;-1.57;0.16 3101;21;3344.56;9.90;1683.00;1.57;0.16 +3102;0;3548.00;9.92;1749.00;0.00;0.28 +3102;1;3549.00;9.95;1746.00;0.32;0.28 +3102;2;3545.50;10.00;1748.00;-1.19;0.28 +3102;3;3551.00;9.90;1746.50;0.87;0.28 +3102;4;3552.50;9.90;1749.50;1.68;0.28 +3102;5;3543.50;10.05;1751.00;4.29;0.28 +3102;6;3548.00;9.90;1752.00;3.14;0.28 +3102;9;3544.58;9.90;1749.00;1.57;0.28 +3102;10;3551.42;9.90;1749.00;-1.57;0.28 3102;21;3544.58;9.90;1749.00;1.57;0.28 +3103;0;3535.00;10.05;1693.00;0.00;0.26 +3103;1;3533.00;10.30;1690.50;-0.67;0.26 +3103;2;3537.50;10.40;1691.00;0.89;0.26 +3103;3;3539.00;10.40;1692.00;1.32;0.26 +3103;4;3531.50;9.85;1693.00;4.71;0.26 +3103;5;3536.50;10.05;1695.00;2.49;0.26 +3103;6;3533.50;9.80;1696.00;3.60;0.26 +3103;9;3531.94;9.85;1693.00;1.57;0.26 +3103;10;3538.06;10.37;1693.00;-1.57;0.26 3103;21;3531.94;9.85;1693.00;1.57;0.26 +3104;0;3129.00;10.70;1880.00;0.00;0.28 +3104;1;3132.50;10.50;1878.00;1.05;0.28 +3104;2;3131.00;10.50;1877.00;0.58;0.28 +3104;3;3127.00;10.70;1878.50;-0.92;0.28 +3104;4;3123.50;10.80;1880.50;4.62;0.28 +3104;5;3134.00;10.25;1880.00;1.57;0.28 +3104;6;3132.50;10.50;1881.00;1.84;0.28 +3104;7;3126.50;10.85;1883.00;3.83;0.28 +3104;8;3130.50;10.75;1883.00;2.67;0.28 +3104;9;3125.22;10.71;1880.00;1.57;0.28 +3104;10;3132.78;10.40;1880.00;-1.57;0.28 3104;21;3125.22;10.71;1880.00;1.57;0.28 +3105;0;2993.00;13.12;1783.00;0.00;0.16 +3105;1;2992.00;13.30;1779.00;-0.24;0.16 +3105;2;2993.00;13.42;1779.00;0.00;0.16 +3105;3;2993.50;13.50;1779.50;0.14;0.16 +3105;4;2991.50;13.10;1783.00;4.71;0.16 +3105;5;2994.50;13.20;1782.50;1.24;0.16 +3105;6;2994.50;13.10;1786.50;2.73;0.16 +3105;7;2993.50;13.10;1786.50;3.00;0.16 +3105;9;2991.56;13.09;1783.00;1.57;0.16 +3105;10;2994.44;13.15;1783.00;-1.57;0.16 3105;21;2991.56;13.09;1783.00;1.57;0.16 +3106;0;3052.00;9.85;1733.00;0.00;0.24 +3106;1;3049.50;9.80;1731.00;-0.89;0.24 +3106;2;3052.00;9.80;1731.00;0.00;0.24 +3106;3;3055.00;9.80;1733.00;1.57;0.24 +3106;4;3051.50;9.90;1734.50;3.46;0.24 +3106;5;3054.50;9.85;1736.00;2.44;0.24 +3106;9;3049.84;9.90;1733.00;1.57;0.24 +3106;10;3054.16;9.80;1733.00;-1.57;0.24 3106;21;3049.84;9.90;1733.00;1.57;0.24 +3107;0;3243.00;10.70;1923.00;0.00;0.46 +3107;1;3238.50;10.30;1917.00;-0.64;0.46 +3107;2;3242.00;10.20;1917.00;-0.16;0.46 +3107;3;3239.00;10.45;1923.00;4.71;0.46 +3107;4;3246.00;10.45;1921.50;1.10;0.46 +3107;5;3248.50;10.70;1926.00;2.07;0.46 +3107;6;3245.50;10.80;1928.50;2.71;0.46 +3107;7;3242.00;10.87;1929.00;3.30;0.46 +3107;9;3238.86;10.45;1923.00;1.57;0.46 +3107;10;3247.14;10.61;1923.00;-1.57;0.46 3107;21;3238.86;10.45;1923.00;1.57;0.46 +3108;0;3056.00;11.30;1803.00;0.00;0.22 +3108;1;3054.50;11.20;1801.00;-0.64;0.22 +3108;2;3058.00;11.10;1801.50;0.92;0.22 +3108;3;3053.00;11.40;1803.50;4.54;0.22 +3108;4;3061.00;11.00;1803.50;1.67;0.22 +3108;5;3057.50;11.25;1805.00;2.49;0.22 +3108;6;3053.50;11.40;1806.00;3.83;0.22 +3108;9;3052.94;11.40;1803.00;1.57;0.22 +3108;10;3059.06;11.18;1803.00;-1.57;0.22 3108;21;3052.94;11.40;1803.00;1.57;0.22 +3109;0;3047.00;11.10;660.00;0.00;1.26 +3109;1;3053.00;11.00;643.50;0.34;1.26 +3109;2;3057.50;10.90;644.50;0.59;1.26 +3109;3;3045.00;11.00;651.50;-0.23;1.26 +3109;4;3057.50;11.00;658.00;1.38;1.26 +3109;5;3034.50;11.55;665.00;4.33;1.26 +3109;6;3044.50;11.30;671.50;3.35;1.26 +3109;7;3033.00;11.65;673.50;3.94;1.26 +3109;9;3035.30;11.40;660.00;1.57;1.26 +3109;10;3058.70;11.00;660.00;-1.57;1.26 3109;21;3035.30;11.40;660.00;1.57;1.26 +3110;0;3320.00;10.40;1713.00;0.00;0.24 +3110;1;3320.50;10.40;1710.50;0.19;0.24 +3110;2;3317.50;10.40;1711.50;-1.03;0.24 +3110;3;3322.00;10.40;1713.50;1.81;0.24 +3110;4;3317.50;10.40;1714.50;4.17;0.24 +3110;5;3320.50;10.40;1716.00;2.97;0.24 +3110;9;3317.84;10.40;1713.00;1.57;0.24 +3110;10;3322.16;10.40;1713.00;-1.57;0.24 3110;21;3317.84;10.40;1713.00;1.57;0.24 +3111;0;2999.00;14.67;1811.00;0.00;0.30 +3111;1;3001.00;14.45;1808.50;0.67;0.30 +3111;2;2998.00;14.55;1807.00;-0.24;0.30 +3111;3;2996.50;14.50;1809.50;-1.03;0.30 +3111;4;3003.00;14.60;1811.50;1.69;0.30 +3111;5;3000.00;14.35;1814.00;2.82;0.30 +3111;6;2996.50;14.05;1813.00;4.03;0.30 +3111;7;2997.00;13.50;1815.00;3.60;0.30 +3111;9;2996.30;14.24;1811.00;1.57;0.30 +3111;10;3001.70;14.68;1811.00;-1.57;0.30 3111;21;2996.30;14.24;1811.00;1.57;0.30 +3112;0;3533.00;9.80;1721.00;0.00;0.22 +3112;1;3530.00;9.80;1719.00;-0.98;0.22 +3112;2;3533.50;9.80;1719.00;0.24;0.22 +3112;3;3530.50;9.80;1721.50;4.51;0.22 +3112;4;3536.00;9.82;1722.00;1.89;0.22 +3112;5;3534.00;9.80;1723.00;2.67;0.22 +3112;9;3530.30;9.80;1721.00;1.57;0.22 +3112;10;3535.70;9.80;1721.00;-1.57;0.22 3112;21;3530.30;9.80;1721.00;1.57;0.22 +3113;0;3112.00;10.17;1824.00;0.00;0.26 +3113;1;3111.00;9.50;1821.00;-0.32;0.26 +3113;2;3108.50;10.20;1822.50;-1.16;0.26 +3113;3;3114.50;9.90;1822.50;1.03;0.26 +3113;4;3109.00;10.47;1826.00;4.12;0.26 +3113;5;3116.00;10.17;1825.00;1.81;0.26 +3113;6;3113.50;10.35;1826.00;2.49;0.26 +3113;9;3108.40;10.36;1824.00;1.57;0.26 +3113;10;3115.60;10.03;1824.00;-1.57;0.26 +3113;19;3122.00;9.50;1824.00;1.03;0.26 +3113;20;3123.75;9.50;1824.00;1.57;0.26 3113;21;3108.40;10.36;1824.00;1.57;0.26 +3114;0;2904.00;12.27;1756.00;0.00;0.24 +3114;1;2904.00;11.82;1754.00;0.00;0.24 +3114;2;2900.00;11.45;1755.50;-1.44;0.24 +3114;3;2907.50;12.00;1754.50;1.16;0.24 +3114;4;2908.50;11.85;1756.00;1.57;0.24 +3114;5;2907.50;10.80;1757.50;1.97;0.24 +3114;6;2903.00;10.65;1758.50;3.52;0.24 +3114;9;2900.58;11.47;1756.00;1.57;0.24 +3114;10;2907.42;12.02;1756.00;-1.57;0.24 +3114;19;2897.00;9.57;1760.00;-2.76;0.24 +3114;20;2895.48;9.57;1760.86;4.19;0.24 3114;21;2900.58;11.47;1756.00;1.57;0.24 +3115;0;3242.00;10.70;1854.00;0.00;0.32 +3115;1;3239.00;10.60;1850.50;-0.70;0.32 +3115;2;3244.50;10.70;1852.50;1.03;0.32 +3115;3;3236.50;10.50;1853.00;-1.39;0.32 +3115;4;3247.50;10.60;1856.50;1.99;0.32 +3115;5;3239.00;10.60;1856.00;4.12;0.32 +3115;6;3243.50;10.60;1856.50;2.60;0.32 +3115;9;3237.86;10.60;1854.00;1.57;0.32 +3115;10;3246.14;10.65;1854.00;-1.57;0.32 3115;21;3237.86;10.60;1854.00;1.57;0.32 +3116;0;3440.00;10.17;1674.00;0.00;0.22 +3116;1;3438.00;10.25;1671.50;-0.67;0.22 +3116;2;3441.00;10.35;1672.50;0.58;0.22 +3116;3;3438.50;9.95;1675.00;4.12;0.22 +3116;4;3442.50;10.00;1674.00;1.57;0.22 +3116;5;3440.50;9.90;1676.50;2.94;0.22 +3116;9;3438.02;10.00;1674.00;1.57;0.22 +3116;10;3441.98;10.07;1674.00;-1.57;0.22 3116;21;3438.02;10.00;1674.00;1.57;0.22 +3117;0;3147.00;9.90;1776.00;0.00;0.32 +3117;1;3147.00;9.65;1772.00;0.00;0.32 +3117;2;3149.50;9.70;1772.50;0.62;0.32 +3117;3;3143.50;9.95;1776.00;4.71;0.32 +3117;4;3150.00;10.12;1777.00;1.89;0.32 +3117;5;3145.50;10.20;1778.50;3.68;0.32 +3117;6;3149.00;10.30;1779.50;2.62;0.32 +3117;9;3144.12;10.01;1776.00;1.57;0.32 +3117;10;3149.88;9.93;1776.00;-1.57;0.32 +3117;19;3142.00;9.50;1775.00;-1.57;0.32 +3117;20;3140.28;9.50;1774.65;-1.37;0.32 3117;21;3144.12;10.01;1776.00;1.57;0.32 +3118;0;2540.11;9.70;1192.22;0.00;0.16 +3118;1;2539.50;9.65;1191.00;4.71;0.16 +3118;2;2543.00;9.70;1191.00;1.57;0.16 +3118;9;2537.84;9.51;1191.00;1.57;0.16 +3118;10;2542.16;9.70;1191.00;-1.57;0.16 +3118;19;2542.57;9.50;1189.37;-0.07;0.16 +3118;20;2544.04;9.50;1188.43;1.00;0.16 3118;21;2542.16;9.70;1191.00;-1.57;0.16 +3119;0;3187.00;10.50;1790.00;0.00;0.30 +3119;1;3186.00;10.40;1787.50;-0.38;0.30 +3119;2;1593.00;11.80;894.50;-1.05;0.30 +3119;3;3190.00;10.32;1787.00;0.78;0.30 +3119;4;3189.00;10.50;1790.50;1.81;0.30 +3119;5;3184.50;10.50;1791.50;4.17;0.30 +3119;6;3186.50;10.50;1794.00;3.26;0.30 +3119;9;3184.30;10.50;1790.00;1.57;0.30 +3119;10;3189.70;10.50;1790.00;-1.57;0.30 3119;21;3184.30;10.50;1790.00;1.57;0.30 +3120;0;3254.00;10.17;1713.00;0.00;0.20 +3120;1;3254.50;10.40;1710.00;0.16;0.20 +3120;2;3253.50;10.40;1710.50;-0.19;0.20 +3120;3;3256.00;10.12;1712.00;1.10;0.20 +3120;4;3252.00;10.37;1713.00;4.71;0.20 +3120;5;3256.50;9.95;1715.00;2.24;0.20 +3120;6;3252.50;10.10;1716.00;3.60;0.20 +3120;7;3254.00;9.85;1716.00;3.14;0.20 +3120;9;3252.20;10.36;1713.00;1.57;0.20 +3120;10;3255.80;9.98;1713.00;-1.57;0.20 3120;21;3252.20;10.36;1713.00;1.57;0.20 +3121;0;3301.00;10.45;1906.00;0.00;0.28 +3121;1;3297.50;10.40;1902.50;-0.78;0.28 +3121;2;3303.00;10.30;1904.00;0.78;0.28 +3121;3;3297.00;10.47;1905.00;-1.32;0.28 +3121;4;3306.00;10.42;1908.00;1.95;0.28 +3121;5;3298.00;10.70;1908.50;4.01;0.28 +3121;6;3302.00;10.60;1908.50;2.76;0.28 +3121;9;3297.04;10.50;1906.00;1.57;0.28 +3121;10;3304.96;10.40;1906.00;-1.57;0.28 +3121;19;3314.00;9.50;1908.00;-4.33;0.28 +3121;20;3315.73;9.50;1908.26;1.72;0.28 3121;21;3297.04;10.50;1906.00;1.57;0.28 +3122;0;3144.00;9.70;1805.00;0.00;0.32 +3122;1;3142.00;9.70;1802.00;-0.58;0.32 +3122;2;3146.00;9.67;1803.00;0.78;0.32 +3122;3;3139.50;9.50;1803.50;-1.24;0.32 +3122;4;3142.00;9.55;1807.50;3.81;0.32 +3122;5;3147.00;9.67;1806.00;1.89;0.32 +3122;9;3140.76;9.50;1805.00;1.57;0.32 +3122;10;3147.24;9.70;1805.00;-1.57;0.32 +3122;19;3138.00;9.50;1803.00;-1.25;0.32 +3122;20;3136.34;9.50;1802.44;-1.24;0.32 3122;21;3140.76;9.50;1805.00;1.57;0.32 +3123;0;3041.00;10.07;879.00;0.00;0.66 +3123;1;3046.00;9.90;870.50;0.53;0.66 +3123;2;1520.00;9.50;439.00;-1.28;0.66 +3123;3;3049.50;10.20;878.00;1.45;0.66 +3123;4;3031.50;10.00;882.00;4.40;0.66 +3123;5;3033.00;10.10;885.50;4.03;0.66 +3123;6;3042.00;10.30;885.50;2.98;0.66 +3123;9;3033.98;9.97;879.00;1.57;0.66 +3123;10;3048.02;10.20;879.00;-1.57;0.66 3123;21;3033.98;9.97;879.00;1.57;0.66 +3124;0;3405.00;9.95;1712.00;0.00;0.24 +3124;1;1702.00;9.80;855.50;-1.10;0.24 +3124;2;3407.50;10.10;1710.00;0.89;0.24 +3124;3;3401.50;9.50;1712.50;4.57;0.24 +3124;4;3408.00;10.12;1712.00;1.57;0.24 +3124;5;3406.00;10.20;1713.50;2.55;0.24 +3124;6;3400.50;9.60;1714.00;4.29;0.24 +3124;7;3402.50;10.00;1714.50;3.92;0.24 +3124;9;3401.76;9.50;1712.00;1.57;0.24 +3124;10;3408.24;10.11;1712.00;-1.57;0.24 3124;21;3401.76;9.50;1712.00;1.57;0.24 +3125;0;3239.00;10.37;1823.00;0.00;0.24 +3125;1;3238.50;10.40;1821.00;-0.24;0.24 +3125;2;3243.00;10.47;1821.00;1.10;0.24 +3125;3;3234.50;10.40;1822.50;-1.46;0.24 +3125;4;3244.00;10.30;1823.50;1.67;0.24 +3125;5;3234.00;10.15;1824.50;4.42;0.24 +3125;6;1619.00;13.30;911.00;-1.05;0.24 +3125;9;3234.86;10.35;1823.00;1.57;0.24 +3125;10;3243.14;10.40;1823.00;-1.57;0.24 3125;21;3234.86;10.35;1823.00;1.57;0.24 +3126;0;3011.00;11.07;1875.00;0.00;0.24 +3126;1;3010.50;11.75;1873.00;-0.24;0.24 +3126;2;3014.00;11.40;1873.50;1.10;0.24 +3126;3;3008.00;10.72;1876.00;4.39;0.24 +3126;4;3015.50;10.90;1875.50;1.68;0.24 +3126;5;3013.50;10.20;1876.50;2.11;0.24 +3126;9;3007.40;10.72;1875.00;1.57;0.24 +3126;10;3014.60;10.77;1875.00;-1.57;0.24 +3126;19;3002.00;9.50;1877.00;-1.89;0.24 +3126;20;3000.29;9.50;1877.38;4.49;0.24 3126;21;3007.40;10.72;1875.00;1.57;0.24 +3127;0;3679.00;10.05;1723.00;0.00;0.34 +3127;1;3678.00;10.15;1718.50;-0.21;0.34 +3127;2;3676.00;10.10;1722.50;-1.40;0.34 +3127;3;3681.50;10.00;1721.50;1.03;0.34 +3127;4;3682.50;10.10;1725.50;2.19;0.34 +3127;5;3678.50;10.00;1726.50;3.28;0.34 +3127;9;3675.94;10.10;1723.00;1.57;0.34 +3127;10;3682.06;10.04;1723.00;-1.57;0.34 3127;21;3675.94;10.10;1723.00;1.57;0.34 +3128;0;3003.00;11.62;1751.00;0.00;0.30 +3128;1;3004.50;11.50;1748.00;0.46;0.30 +3128;2;3002.00;11.45;1749.00;-0.46;0.30 +3128;3;3004.50;11.70;1752.50;2.35;0.30 +3128;4;3001.00;11.50;1752.50;4.06;0.30 +3128;5;3000.50;11.40;1756.00;3.60;0.30 +3128;6;3002.00;11.55;1756.50;3.32;0.30 +3128;9;3000.30;11.48;1751.00;1.57;0.30 +3128;10;3005.70;11.69;1751.00;-1.57;0.30 3128;21;3000.30;11.48;1751.00;1.57;0.30 +3129;0;2920.00;14.02;1715.00;0.00;0.32 +3129;1;2919.00;13.65;1712.00;-0.32;0.32 +3129;2;2923.00;12.70;1711.50;0.70;0.32 +3129;3;2915.50;13.00;1715.00;4.71;0.32 +3129;4;2923.50;13.00;1714.50;1.42;0.32 +3129;5;2922.50;13.10;1717.00;2.24;0.32 +3129;6;2918.50;13.90;1717.50;3.68;0.32 +3129;9;2916.76;13.16;1715.00;1.57;0.32 +3129;10;2923.24;13.19;1715.00;-1.57;0.32 3129;21;2916.76;13.16;1715.00;1.57;0.32 +3130;0;3435.00;10.40;1804.00;0.00;0.48 +3130;1;3432.50;10.10;1799.00;-0.46;0.48 +3130;2;3437.50;10.40;1800.00;0.55;0.48 +3130;3;3430.00;10.37;1802.00;-1.19;0.48 +3130;4;3441.50;10.50;1803.00;1.41;0.48 +3130;5;3432.50;10.35;1808.00;3.70;0.48 +3130;6;3439.00;10.40;1807.50;2.29;0.48 +3130;9;3430.32;10.40;1804.00;1.57;0.48 +3130;10;3439.68;10.40;1804.00;-1.57;0.48 3130;21;3430.32;10.40;1804.00;1.57;0.48 +3131;0;3251.00;9.85;1773.00;0.00;0.20 +3131;1;3250.50;9.50;1771.50;-0.32;0.20 +3131;2;3253.50;9.50;1771.50;1.03;0.20 +3131;3;3249.00;9.77;1774.00;4.24;0.20 +3131;4;3255.00;9.62;1773.00;1.57;0.20 +3131;5;3252.50;9.70;1773.50;1.89;0.20 +3131;6;3250.50;10.00;1775.50;3.33;0.20 +3131;9;3248.48;9.65;1773.00;1.57;0.20 +3131;10;3253.52;9.50;1773.00;-1.57;0.20 3131;21;3253.52;9.50;1773.00;-1.57;0.20 +3132;0;3057.00;10.80;1930.00;0.00;0.42 +3132;1;3056.50;11.10;1925.50;-0.11;0.42 +3132;2;3059.00;11.35;1927.00;0.58;0.42 +3132;3;3055.00;10.80;1928.50;-0.92;0.42 +3132;4;3060.50;11.00;1931.50;1.97;0.42 +3132;5;3054.50;9.65;1933.00;3.83;0.42 +3132;9;3053.22;10.48;1930.00;1.57;0.42 +3132;10;3060.78;11.52;1930.00;-1.57;0.42 +3132;19;3055.00;9.57;1938.00;-2.45;0.42 +3132;20;3054.57;9.57;1939.69;3.38;0.42 3132;21;3053.22;10.48;1930.00;1.57;0.42 +3133;0;3288.00;10.40;1784.00;0.00;0.22 +3133;1;3286.00;10.40;1782.50;-0.92;0.22 +3133;2;3289.50;10.40;1782.00;0.64;0.22 +3133;3;3290.50;10.40;1784.50;1.76;0.22 +3133;4;3285.00;10.40;1785.00;4.39;0.22 +3133;5;3287.50;10.40;1786.00;3.38;0.22 +3133;9;3285.30;10.40;1784.00;1.57;0.22 +3133;10;3290.70;10.40;1784.00;-1.57;0.22 3133;21;3285.30;10.40;1784.00;1.57;0.22 +3134;0;3325.00;9.80;1958.00;0.00;0.32 +3134;1;3322.50;9.80;1956.00;-0.89;0.32 +3134;2;3326.00;9.80;1955.50;0.38;0.32 +3134;3;3328.50;9.80;1959.00;1.84;0.32 +3134;4;3322.00;9.80;1960.00;4.12;0.32 +3134;5;3325.00;9.75;1961.00;3.14;0.32 +3134;9;3321.76;9.80;1958.00;1.57;0.32 +3134;10;3328.24;9.80;1958.00;-1.57;0.32 +3134;19;3327.00;9.60;1964.00;-3.14;0.32 +3134;20;3327.55;9.60;1965.66;2.82;0.32 3134;21;3326.73;10.00;1959.72;-1.57;0.32 +3135;0;3475.00;9.80;1702.00;0.00;0.20 +3135;1;3475.50;9.80;1700.00;0.24;0.20 +3135;2;3472.50;9.80;1700.50;-1.03;0.20 +3135;3;3471.50;9.80;1702.00;4.71;0.20 +3135;4;3478.50;9.80;1701.00;1.29;0.20 +3135;5;3478.00;9.80;1702.50;1.73;0.20 +3135;6;3473.50;9.80;1703.50;3.92;0.20 +3135;7;3476.50;9.80;1704.00;2.49;0.20 +3135;9;3472.48;9.80;1702.00;1.57;0.20 +3135;10;3477.52;9.80;1702.00;-1.57;0.20 3135;21;3472.48;9.80;1702.00;1.57;0.20 +3136;0;2993.00;11.12;1755.00;0.00;0.26 +3136;1;2992.50;10.90;1753.00;-0.24;0.26 +3136;2;2995.50;10.50;1751.50;0.62;0.26 +3136;3;2996.00;11.10;1754.50;1.40;0.26 +3136;4;2990.00;11.20;1755.50;4.54;0.26 +3136;5;2991.00;11.20;1757.50;3.81;0.26 +3136;6;2993.50;11.30;1757.50;2.94;0.26 +3136;9;2990.48;11.25;1755.00;1.57;0.26 +3136;10;2995.52;11.10;1755.00;-1.57;0.26 3136;21;2990.48;11.25;1755.00;1.57;0.26 +3137;0;3180.00;9.60;1767.00;0.00;0.24 +3137;1;3180.50;9.60;1765.00;0.24;0.24 +3137;2;3177.50;9.50;1766.00;-1.19;0.24 +3137;3;3179.50;9.60;1764.50;-0.19;0.24 +3137;4;3182.50;9.70;1766.00;1.19;0.24 +3137;5;3177.00;9.55;1768.50;4.24;0.24 +3137;6;3183.50;10.25;1768.00;1.84;0.24 +3137;7;3181.50;9.85;1769.00;2.49;0.24 +3137;8;3179.00;9.60;1770.00;3.46;0.24 +3137;9;3177.12;9.50;1767.00;1.57;0.24 +3137;10;3182.88;9.95;1767.00;-1.57;0.24 3137;21;3182.88;9.95;1767.00;-1.57;0.24 +3138;0;3072.00;11.77;1864.00;0.00;0.32 +3138;1;3075.00;11.62;1860.00;0.64;0.32 +3138;2;3071.00;11.70;1862.50;-0.58;0.32 +3138;3;3077.00;11.55;1861.50;1.10;0.32 +3138;4;3078.50;11.60;1863.50;1.49;0.32 +3138;5;3073.50;12.05;1866.00;2.49;0.32 +3138;6;3066.50;11.80;1864.50;4.62;0.32 +3138;7;3067.50;11.75;1867.00;4.12;0.32 +3138;9;3067.32;11.80;1864.00;1.57;0.32 +3138;10;3076.68;11.74;1864.00;-1.57;0.32 3138;21;3067.32;11.80;1864.00;1.57;0.32 +3139;0;3595.00;9.70;1689.00;0.00;0.24 +3139;1;3593.50;9.70;1687.00;-0.64;0.24 +3139;2;3597.00;9.70;1687.00;0.78;0.24 +3139;3;3591.50;9.70;1688.00;-1.29;0.24 +3139;4;3599.00;9.70;1689.50;1.69;0.24 +3139;5;3592.50;9.70;1690.50;4.17;0.24 +3139;6;3597.00;9.70;1692.00;2.55;0.24 +3139;9;3591.94;9.70;1689.00;1.57;0.24 +3139;10;3598.06;9.70;1689.00;-1.57;0.24 3139;21;3591.94;9.70;1689.00;1.57;0.24 +3140;0;3332.00;10.15;1726.00;0.00;0.24 +3140;1;3332.00;10.30;1723.50;0.00;0.24 +3140;2;3333.50;10.30;1724.00;0.64;0.24 +3140;3;3329.50;10.30;1725.50;-1.37;0.24 +3140;4;3335.00;10.35;1726.50;1.73;0.24 +3140;5;3331.50;9.90;1728.50;3.33;0.24 +3140;6;3334.50;10.30;1728.50;2.35;0.24 +3140;9;3329.84;10.21;1726.00;1.57;0.24 +3140;10;3334.16;10.28;1726.00;-1.57;0.24 3140;21;3329.84;10.21;1726.00;1.57;0.24 +3141;0;3024.00;10.40;1727.00;0.00;0.24 +3141;1;3023.00;10.25;1725.50;-0.58;0.24 +3141;2;3027.00;10.40;1724.50;0.87;0.24 +3141;3;3027.00;10.45;1727.50;1.73;0.24 +3141;4;3020.50;10.40;1728.50;4.30;0.24 +3141;5;3024.00;10.47;1729.00;3.14;0.24 +3141;9;3021.30;10.30;1727.00;1.57;0.24 +3141;10;3026.70;10.41;1727.00;-1.57;0.24 3141;21;3021.30;10.30;1727.00;1.57;0.24 +3142;0;3345.00;10.40;1746.00;0.00;0.24 +3142;1;3345.00;10.40;1743.50;0.00;0.24 +3142;2;3342.50;10.40;1745.00;-1.19;0.24 +3142;3;3347.50;10.50;1745.50;1.37;0.24 +3142;4;3343.50;10.40;1748.00;3.78;0.24 +3142;5;3346.00;10.40;1748.50;2.76;0.24 +3142;9;3342.84;10.40;1746.00;1.57;0.24 +3142;10;3347.16;10.48;1746.00;-1.57;0.24 3142;21;3342.84;10.40;1746.00;1.57;0.24 +3143;0;3384.00;10.22;1692.00;0.00;0.24 +3143;1;3383.50;10.10;1690.50;-0.32;0.24 +3143;2;3387.00;10.40;1689.50;0.87;0.24 +3143;3;3386.00;10.40;1693.00;2.03;0.24 +3143;4;3381.00;10.27;1693.00;4.39;0.24 +3143;5;3384.00;10.25;1695.00;3.14;0.24 +3143;9;3381.66;10.14;1692.00;1.57;0.24 +3143;10;3386.34;10.40;1692.00;-1.57;0.24 3143;21;3381.66;10.14;1692.00;1.57;0.24 -3144;21;3352.84;9.50;1786.00;1.57;0.24 +3144;0;3355.00;9.50;1786.00;0.00;0.28 +3144;1;3354.00;9.50;1784.00;-0.46;0.28 +3144;2;3355.50;9.50;1784.50;0.32;0.28 +3144;3;3353.50;9.80;1788.00;3.78;0.28 +3144;4;3357.00;9.70;1788.00;2.35;0.28 +3144;5;3358.00;9.50;1785.50;1.40;0.28 +3144;9;3352.48;9.50;1786.00;1.57;0.28 +3144;10;3357.52;9.55;1786.00;-1.57;0.28 +3144;21;3352.00;9.60;1786.00;0.00;0.28 +3144;22;3354.00;9.50;1784.00;-0.46;0.28 +3144;23;3355.50;9.50;1784.50;0.32;0.28 +3144;24;3353.50;9.80;1788.00;3.78;0.28 +3144;25;3357.00;9.70;1788.00;2.35;0.28 +3144;26;3358.00;9.50;1785.50;1.40;0.28 +3144;38;3357.52;9.55;1786.00;-1.57;0.28 +3145;0;3078.00;10.10;1952.00;0.00;0.28 +3145;1;3072.50;9.85;1950.00;-1.22;0.28 +3145;2;3081.50;9.50;1949.00;0.86;0.28 +3145;3;3083.50;10.20;1950.50;1.30;0.28 +3145;4;3084.50;11.20;1953.00;1.72;0.28 +3145;5;3076.00;9.67;1954.00;3.92;0.28 +3145;6;3083.00;10.55;1955.00;2.11;0.28 +3145;9;3071.70;10.02;1952.00;1.57;0.28 +3145;10;3084.30;10.98;1952.00;-1.57;0.28 +3145;19;3078.00;9.50;1950.00;-1.22;0.28 +3145;20;3078.00;9.50;1948.25;0.00;0.28 3145;21;3071.70;10.02;1952.00;1.57;0.28 +3146;0;3553.00;10.05;1711.00;0.00;0.26 +3146;1;3550.50;10.20;1709.00;-0.89;0.26 +3146;2;3554.00;10.35;1709.00;0.46;0.26 +3146;3;3557.50;9.90;1710.50;1.46;0.26 +3146;4;3549.50;9.80;1711.50;4.57;0.26 +3146;5;3557.00;9.80;1713.00;2.03;0.26 +3146;6;3550.50;9.80;1713.00;4.03;0.26 +3146;7;3554.50;9.80;1713.00;2.49;0.26 +3146;9;3549.94;9.85;1711.00;1.57;0.26 +3146;10;3556.06;10.04;1711.00;-1.57;0.26 3146;21;3549.94;9.85;1711.00;1.57;0.26 +3147;0;3552.00;9.70;1890.00;0.00;1.00 +3147;1;3551.50;9.85;1879.00;-0.04;1.00 +3147;2;3563.00;9.90;1880.50;0.85;1.00 +3147;3;3541.00;9.70;1888.50;-1.43;1.00 +3147;4;3559.50;9.80;1895.50;2.20;1.00 +3147;5;3550.00;9.70;1901.50;3.31;1.00 +3147;9;3543.00;9.70;1890.00;1.57;1.00 +3147;10;3561.00;9.80;1890.00;-1.57;1.00 +3147;19;3551.00;9.50;1913.00;-2.97;1.00 +3147;20;3550.92;9.50;1914.74;3.18;1.00 3147;21;3543.00;9.70;1890.00;1.57;1.00 +3148;0;3054.00;10.10;1754.00;0.00;0.24 +3148;1;3053.50;9.95;1752.00;-0.24;0.24 +3148;2;3056.50;10.00;1752.00;0.89;0.24 +3148;3;3051.00;10.45;1753.50;-1.40;0.24 +3148;4;3055.00;10.35;1755.50;2.55;0.24 +3148;5;3051.50;10.60;1756.00;4.03;0.24 +3148;9;3051.48;10.40;1754.00;1.57;0.24 +3148;10;3056.52;10.10;1754.00;-1.57;0.24 3148;21;3051.48;10.40;1754.00;1.57;0.24 +3149;0;3250.00;10.50;1846.00;0.00;0.28 +3149;1;3249.00;10.50;1843.50;-0.38;0.28 +3149;2;3253.00;10.60;1844.00;0.98;0.28 +3149;3;3245.50;10.55;1845.00;-1.35;0.28 +3149;4;3253.50;10.60;1847.00;1.84;0.28 +3149;5;3248.50;10.60;1848.50;3.68;0.28 +3149;6;3253.00;10.50;1850.00;2.49;0.28 +3149;9;3246.58;10.60;1846.00;1.57;0.28 +3149;10;3253.42;10.59;1846.00;-1.57;0.28 3149;21;3246.58;10.60;1846.00;1.57;0.28 +3150;0;2749.00;12.32;1669.00;0.00;0.24 +3150;1;2746.00;11.02;1667.00;-0.98;0.24 +3150;2;2744.50;12.30;1667.50;-1.24;0.24 +3150;3;2750.50;10.85;1668.00;0.98;0.24 +3150;4;2746.00;12.67;1669.00;4.71;0.24 +3150;5;2749.00;13.05;1671.00;3.14;0.24 +3150;6;2751.50;13.10;1671.50;2.35;0.24 +3150;9;2746.12;12.65;1669.00;1.57;0.24 +3150;10;2751.88;11.75;1669.00;-1.57;0.24 +3150;19;2744.00;11.45;1666.00;0.98;0.24 +3150;20;2742.49;11.45;1665.10;-1.03;0.24 3150;21;2746.12;12.65;1669.00;1.57;0.24 +3151;0;3278.00;9.72;1738.00;0.00;0.22 +3151;1;3278.50;9.60;1735.50;0.19;0.22 +3151;2;3280.00;9.75;1738.00;1.57;0.22 +3151;3;3276.00;9.50;1736.00;-0.78;0.22 +3151;4;3275.50;9.70;1739.00;4.33;0.22 +3151;5;3277.00;9.70;1741.00;3.46;0.22 +3151;9;3276.02;9.70;1738.00;1.57;0.22 +3151;10;3279.98;9.75;1738.00;-1.57;0.22 +3151;19;3274.00;9.50;1736.00;-0.79;0.22 +3151;20;3272.43;9.50;1735.21;-1.10;0.22 3151;21;3276.02;9.70;1738.00;1.57;0.22 +3152;0;3193.00;9.70;1719.00;0.00;0.18 +3152;1;3189.50;9.70;1718.00;-1.29;0.18 +3152;2;3194.00;9.80;1717.00;0.46;0.18 +3152;3;3196.00;9.65;1719.50;1.73;0.18 +3152;4;3192.50;9.70;1721.00;3.38;0.18 +3152;9;3190.12;9.70;1719.00;1.57;0.18 +3152;10;3195.88;9.66;1719.00;-1.57;0.18 +3152;19;3195.15;9.50;1725.79;-4.50;0.18 +3152;20;3196.31;9.50;1728.38;2.94;0.18 3152;21;3190.12;9.70;1719.00;1.57;0.18 +3153;0;3247.00;10.40;1868.00;0.00;0.34 +3153;1;3246.00;10.65;1863.50;-0.21;0.34 +3153;2;3243.50;10.65;1868.00;4.71;0.34 +3153;3;3250.00;10.35;1866.50;1.10;0.34 +3153;4;3250.50;10.50;1870.00;2.09;0.34 +3153;5;3247.00;10.70;1872.00;3.14;0.34 +3153;9;3243.94;10.67;1868.00;1.57;0.34 +3153;10;3250.06;10.25;1868.00;-1.57;0.34 3153;21;3243.94;10.67;1868.00;1.57;0.34 +3154;0;3399.00;10.50;1731.00;0.00;0.26 +3154;1;3399.50;10.50;1729.00;0.24;0.26 +3154;2;3402.50;10.40;1728.50;0.95;0.26 +3154;3;3403.00;10.40;1730.00;1.32;0.26 +3154;4;3395.50;10.60;1730.50;-1.42;0.26 +3154;5;3401.00;10.40;1732.00;2.03;0.26 +3154;6;3396.00;10.60;1733.00;4.12;0.26 +3154;7;3398.50;10.50;1734.50;3.28;0.26 +3154;9;3395.76;10.58;1731.00;1.57;0.26 +3154;10;3402.24;10.40;1731.00;-1.57;0.26 3154;21;3395.76;10.58;1731.00;1.57;0.26 +3155;0;3585.00;10.40;1801.00;0.00;0.70 +3155;1;3584.50;10.40;1794.00;-0.07;0.70 +3155;2;3579.00;10.50;1793.00;-0.64;0.70 +3155;3;3576.00;10.50;1795.00;-0.98;0.70 +3155;4;3591.00;10.40;1798.50;1.17;0.70 +3155;5;3579.50;10.45;1802.00;4.53;0.70 +3155;6;3594.50;10.40;1804.50;1.92;0.70 +3155;7;3588.50;10.40;1808.50;2.70;0.70 +3155;9;3577.80;10.50;1801.00;1.57;0.70 +3155;10;3592.20;10.40;1801.00;-1.57;0.70 3155;21;3577.80;10.50;1801.00;1.57;0.70 +3156;0;3260.00;10.70;1892.00;0.00;0.40 +3156;1;3262.50;10.80;1888.00;0.55;0.40 +3156;2;3258.50;10.70;1890.00;-0.64;0.40 +3156;3;3264.00;10.70;1891.00;1.32;0.40 +3156;4;3261.50;10.70;1895.00;2.67;0.40 +3156;5;3256.00;10.72;1894.00;4.24;0.40 +3156;6;3256.00;10.70;1896.50;3.86;0.40 +3156;7;3258.50;10.75;1897.00;3.43;0.40 +3156;9;3256.40;10.70;1892.00;1.57;0.40 +3156;10;3263.60;10.70;1892.00;-1.57;0.40 3156;21;3256.40;10.70;1892.00;1.57;0.40 +3157;0;3420.00;10.40;1745.00;0.00;0.30 +3157;1;3419.50;10.40;1741.50;-0.14;0.30 +3157;2;3421.50;10.40;1742.00;0.46;0.30 +3157;3;3417.50;10.40;1742.50;-0.78;0.30 +3157;4;3423.50;10.40;1745.00;1.57;0.30 +3157;5;3417.00;10.40;1745.50;4.54;0.30 +3157;6;3420.00;10.40;1748.00;3.14;0.30 +3157;7;3423.50;10.20;1748.50;2.35;0.30 +3157;9;3417.30;10.40;1745.00;1.57;0.30 +3157;10;3422.70;10.40;1745.00;-1.57;0.30 3157;21;3417.30;10.40;1745.00;1.57;0.30 +3158;0;3246.00;10.35;1947.00;0.00;0.34 +3158;1;3247.00;10.30;1940.50;0.15;0.34 +3158;2;3250.00;10.40;1941.50;0.62;0.34 +3158;3;3243.50;10.80;1946.50;-1.37;0.34 +3158;4;3249.00;10.30;1947.50;1.73;0.34 +3158;5;3243.50;10.30;1952.50;3.56;0.34 +3158;6;3247.00;10.05;1952.50;2.96;0.34 +3158;9;3242.94;10.75;1947.00;1.57;0.34 +3158;10;3249.06;10.35;1947.00;-1.57;0.34 3158;21;3242.94;10.75;1947.00;1.57;0.34 +3159;0;2728.00;11.77;1695.00;0.00;0.24 +3159;1;2726.50;12.80;1694.50;-1.24;0.24 +3159;2;2729.00;10.70;1694.50;1.10;0.24 +3159;3;2730.00;11.90;1698.50;2.62;0.24 +3159;4;2728.00;12.22;1699.00;3.14;0.24 +3159;9;2725.84;13.18;1695.00;1.57;0.24 +3159;10;2730.16;9.95;1695.00;-1.57;0.24 +3159;19;2731.00;9.57;1695.00;1.11;0.24 +3159;20;2732.75;9.57;1695.00;1.57;0.24 3159;21;2725.84;13.18;1695.00;1.57;0.24 +3160;0;3382.00;10.50;1753.00;0.00;0.22 +3160;1;3384.50;10.50;1751.00;0.89;0.22 +3160;2;3381.00;10.50;1751.00;-0.46;0.22 +3160;3;3377.50;10.55;1752.00;-1.35;0.22 +3160;4;3385.00;10.45;1753.50;1.73;0.22 +3160;5;3379.50;10.60;1754.00;4.33;0.22 +3160;6;3383.50;10.50;1755.50;2.60;0.22 +3160;9;3379.12;10.56;1753.00;1.57;0.22 +3160;10;3384.88;10.46;1753.00;-1.57;0.22 3160;21;3379.12;10.56;1753.00;1.57;0.22 +3161;0;3222.00;9.70;1749.00;0.00;0.20 +3161;1;3222.50;9.55;1747.00;0.24;0.20 +3161;2;3220.00;9.70;1749.50;4.46;0.20 +3161;3;3224.50;9.70;1750.00;1.95;0.20 +3161;4;3222.50;9.70;1751.50;2.94;0.20 +3161;9;3220.20;9.70;1749.00;1.57;0.20 +3161;10;3223.80;9.70;1749.00;-1.57;0.20 +3161;19;3222.00;9.50;1746.00;0.24;0.20 +3161;20;3222.00;9.50;1744.25;0.00;0.20 3161;21;3220.20;9.70;1749.00;1.57;0.20 +3162;0;3024.00;11.17;1815.00;0.00;0.28 +3162;1;3027.50;9.50;1812.50;0.95;0.28 +3162;2;3022.50;12.45;1814.00;-0.98;0.28 +3162;3;3029.00;9.50;1813.50;1.27;0.28 +3162;4;3029.00;9.50;1814.50;1.47;0.28 +3162;5;3024.50;11.10;1817.00;2.89;0.28 +3162;6;3020.00;11.80;1818.00;4.06;0.28 +3162;9;3020.58;12.40;1815.00;1.57;0.28 +3162;10;3027.42;9.50;1815.00;-1.57;0.28 3162;21;3020.58;12.40;1815.00;1.57;0.28 +3163;0;3363.00;10.35;1721.00;0.00;0.22 +3163;1;3362.00;10.35;1719.50;-0.58;0.22 +3163;2;3365.50;9.80;1718.50;0.78;0.22 +3163;3;3365.50;10.20;1721.00;1.57;0.22 +3163;4;3360.50;10.40;1722.00;4.33;0.22 +3163;5;3363.00;10.40;1723.00;3.14;0.22 +3163;9;3360.66;10.40;1721.00;1.57;0.22 +3163;10;3365.34;10.20;1721.00;-1.57;0.22 3163;21;3360.66;10.40;1721.00;1.57;0.22 +3164;0;3467.00;10.40;1731.00;0.00;0.26 +3164;1;3467.00;10.50;1729.00;0.00;0.26 +3164;2;3464.00;10.40;1730.00;-1.24;0.26 +3164;3;3470.00;10.50;1730.50;1.40;0.26 +3164;4;3470.00;10.17;1733.00;2.15;0.26 +3164;5;3463.50;10.10;1732.50;4.30;0.26 +3164;6;3466.50;10.05;1733.00;3.38;0.26 +3164;9;3464.12;10.33;1731.00;1.57;0.26 +3164;10;3469.88;10.45;1731.00;-1.57;0.26 3164;21;3464.12;10.33;1731.00;1.57;0.26 +3165;0;3147.00;11.50;738.00;0.00;0.86 +3165;1;3145.00;11.25;728.50;-0.20;0.86 +3165;2;3154.00;11.35;730.00;0.71;0.86 +3165;3;3136.50;10.80;730.50;-0.95;0.86 +3165;4;3137.00;11.45;739.50;4.56;0.86 +3165;5;3157.50;11.60;739.00;1.66;0.86 +3165;6;3148.00;11.60;747.50;3.03;0.86 +3165;9;3138.36;11.40;738.00;1.57;0.86 +3165;10;3155.64;11.60;738.00;-1.57;0.86 3165;21;3138.36;11.40;738.00;1.57;0.86 +3166;0;3493.00;9.95;1754.00;0.00;0.24 +3166;1;3492.00;9.90;1751.50;-0.38;0.24 +3166;2;3496.50;10.00;1753.50;1.42;0.24 +3166;3;3488.50;9.90;1753.00;-1.35;0.24 +3166;4;3489.50;9.90;1755.00;4.43;0.24 +3166;5;3493.00;10.00;1756.00;3.14;0.24 +3166;6;3496.50;10.00;1755.50;1.97;0.24 +3166;9;3489.58;9.90;1754.00;1.57;0.24 +3166;10;3496.42;10.00;1754.00;-1.57;0.24 3166;21;3489.58;9.90;1754.00;1.57;0.24 +3167;0;3530.00;9.80;1704.00;0.00;0.28 +3167;1;3531.00;9.80;1701.50;0.38;0.28 +3167;2;3528.00;9.80;1702.00;-0.78;0.28 +3167;3;3533.00;9.80;1703.50;1.40;0.28 +3167;4;3526.00;9.80;1704.00;4.71;0.28 +3167;5;3528.00;9.80;1705.50;4.06;0.28 +3167;6;3532.00;9.80;1706.00;2.35;0.28 +3167;9;3526.94;9.80;1704.00;1.57;0.28 +3167;10;3533.06;9.80;1704.00;-1.57;0.28 3167;21;3526.94;9.80;1704.00;1.57;0.28 +3168;0;3423.00;9.90;1838.00;0.00;0.46 +3168;1;3425.50;9.80;1833.00;0.46;0.46 +3168;2;3420.00;9.90;1836.00;-0.98;0.46 +3168;3;3428.00;9.80;1838.00;1.57;0.46 +3168;4;3417.00;9.80;1842.00;4.12;0.46 +3168;5;3423.00;9.80;1842.00;3.14;0.46 +3168;9;3418.86;9.90;1838.00;1.57;0.46 +3168;10;3427.14;9.80;1838.00;-1.57;0.46 +3168;19;3432.00;9.57;1846.00;-3.14;0.46 +3168;20;3433.30;9.57;1847.16;2.29;0.46 3168;21;3418.86;9.90;1838.00;1.57;0.46 +3169;0;3807.00;9.70;1860.00;0.00;1.18 +3169;1;3802.00;9.70;1850.50;-0.48;1.18 +3169;2;3817.50;9.70;1849.50;0.78;1.18 +3169;3;3817.00;9.70;1859.00;1.47;1.18 +3169;4;3790.00;10.17;1857.00;-1.39;1.18 +3169;5;3803.50;9.80;1867.50;3.57;1.18 +3169;6;3818.50;9.70;1870.50;2.31;1.18 +3169;7;3817.50;9.70;1876.50;2.57;1.18 +3169;9;3796.38;9.90;1860.00;1.57;1.18 +3169;10;3817.62;9.70;1860.00;-1.57;1.18 3169;21;3796.38;9.90;1860.00;1.57;1.18 +3170;0;3364.00;9.90;1953.00;0.00;0.62 +3170;1;3365.50;10.00;1945.00;0.18;0.62 +3170;2;3360.50;10.00;1945.50;-0.43;0.62 +3170;3;3368.50;10.00;1950.50;1.06;0.62 +3170;4;3358.00;10.05;1953.50;4.62;0.62 +3170;5;3369.00;9.85;1958.00;2.35;0.62 +3170;6;3362.00;9.95;1960.50;3.40;0.62 +3170;9;3358.42;10.00;1953.00;1.57;0.62 +3170;10;3369.58;9.95;1953.00;-1.57;0.62 +3170;19;3379.00;9.60;1961.00;-3.93;0.62 +3170;20;3380.54;9.60;1961.82;2.06;0.62 3170;21;3358.42;10.00;1953.00;1.57;0.62 +3171;0;2975.00;9.70;1722.00;0.00;0.22 +3171;1;2973.50;9.50;1722.00;4.71;0.22 +3171;2;2977.50;9.70;1720.00;0.89;0.22 +3171;3;2976.00;9.70;1723.00;2.35;0.22 +3171;4;2974.50;9.70;1725.50;3.28;0.22 +3171;9;2973.02;9.50;1722.00;1.57;0.22 +3171;10;2976.98;9.67;1722.00;-1.57;0.22 +3171;19;2973.00;9.50;1724.00;-1.57;0.22 +3171;20;2971.76;9.50;1725.23;3.92;0.22 3171;21;2973.02;9.50;1722.00;1.57;0.22 +3172;0;3163.00;9.67;1820.00;0.00;0.28 +3172;1;3161.00;9.65;1818.50;-0.92;0.28 +3172;2;3164.50;9.70;1817.50;0.54;0.28 +3172;3;3166.00;9.62;1820.00;1.57;0.28 +3172;4;3161.50;9.50;1822.50;3.68;0.28 +3172;5;3165.00;9.70;1822.50;2.46;0.28 +3172;9;3160.30;9.70;1820.00;1.57;0.28 +3172;10;3165.70;9.61;1820.00;-1.57;0.28 +3172;19;3163.00;9.60;1822.00;-2.60;0.28 +3172;20;3163.00;9.60;1823.75;3.14;0.28 3172;21;3160.30;9.70;1820.00;1.57;0.28 +3173;0;3089.00;11.35;1844.00;0.00;0.28 +3173;1;3087.50;11.30;1842.00;-0.64;0.28 +3173;2;3092.00;11.30;1841.50;0.87;0.28 +3173;3;3085.50;11.60;1845.50;4.30;0.28 +3173;4;3094.00;11.00;1844.50;1.67;0.28 +3173;5;3091.00;11.30;1845.50;2.21;0.28 +3173;9;3085.58;11.40;1844.00;1.57;0.28 +3173;10;3092.42;11.21;1844.00;-1.57;0.28 3173;21;3085.58;11.40;1844.00;1.57;0.28 +3174;0;3182.00;9.70;1699.00;0.00;0.20 +3174;1;3181.00;9.50;1697.50;-0.58;0.20 +3174;2;3185.00;9.57;1699.00;1.57;0.20 +3174;3;3180.00;9.70;1701.00;3.92;0.20 +3174;4;3184.00;9.70;1701.00;2.35;0.20 +3174;9;3179.30;9.63;1699.00;1.57;0.20 +3174;10;3184.70;9.62;1699.00;-1.57;0.20 +3174;19;3184.00;9.60;1698.00;-0.59;0.20 +3174;20;3185.56;9.60;1697.21;1.10;0.20 3174;21;3179.30;9.63;1699.00;1.57;0.20 +3175;0;3434.00;10.05;1724.00;0.00;0.26 +3175;1;3436.00;10.40;1720.50;0.51;0.26 +3175;2;3432.50;9.90;1722.50;-0.78;0.26 +3175;3;3437.00;10.20;1723.50;1.40;0.26 +3175;4;3431.00;10.05;1725.50;4.24;0.26 +3175;5;3435.00;9.95;1726.00;2.67;0.26 +3175;9;3430.94;9.92;1724.00;1.57;0.26 +3175;10;3437.06;10.12;1724.00;-1.57;0.26 3175;21;3430.94;9.92;1724.00;1.57;0.26 +3176;0;3357.00;10.55;1680.00;0.00;0.24 +3176;1;3356.00;10.50;1677.00;-0.32;0.24 +3176;2;3354.00;10.50;1678.00;-0.98;0.24 +3176;3;3359.00;10.60;1678.50;0.92;0.24 +3176;4;3353.50;10.50;1680.00;4.71;0.24 +3176;5;3360.00;10.60;1682.00;2.15;0.24 +3176;6;3356.00;10.50;1681.50;3.73;0.24 +3176;7;3359.00;10.57;1683.00;2.55;0.24 +3176;9;3354.48;10.50;1680.00;1.57;0.24 +3176;10;3359.52;10.60;1680.00;-1.57;0.24 3176;21;3354.48;10.50;1680.00;1.57;0.24 +3177;0;3539.00;10.37;1741.00;0.00;0.30 +3177;1;3541.00;10.12;1740.00;1.10;0.30 +3177;2;3536.50;10.45;1739.00;-0.89;0.30 +3177;3;3536.50;10.40;1741.50;4.51;0.30 +3177;4;3541.00;10.55;1744.00;2.55;0.30 +3177;9;3535.40;10.34;1741.00;1.57;0.30 +3177;10;3542.60;10.09;1741.00;-1.57;0.30 3177;21;3535.40;10.34;1741.00;1.57;0.30 +3178;0;2698.88;10.00;1683.80;0.00;0.34 +3178;1;2696.88;11.10;1688.48;3.60;0.34 +3178;2;2709.17;10.70;1679.62;0.78;0.34 +3178;3;2710.59;12.00;1683.12;1.27;0.34 +3178;4;2711.85;12.80;1684.98;1.75;0.34 +3178;5;2710.31;12.10;1683.83;1.73;0.34 +3178;9;2696.86;9.50;1684.00;1.57;0.34 +3178;10;2705.14;9.70;1684.00;-1.57;0.34 +3178;19;2703.00;9.50;1683.00;-2.68;0.34 +3178;20;2704.56;9.50;1682.21;1.10;0.34 3178;21;2696.86;9.50;1684.00;1.57;0.34 +3179;0;3096.00;11.47;1909.00;0.00;0.34 +3179;1;1547.50;9.50;954.00;-1.01;0.34 +3179;2;3097.00;11.25;1903.00;0.16;0.34 +3179;3;3098.00;11.50;1907.00;0.78;0.34 +3179;4;3093.50;11.40;1908.50;-1.37;0.34 +3179;5;3099.00;12.30;1911.50;2.26;0.34 +3179;6;3092.50;11.90;1912.50;3.92;0.34 +3179;7;3096.00;12.15;1913.00;3.14;0.34 +3179;9;3092.94;11.45;1909.00;1.57;0.34 +3179;10;3099.06;11.65;1909.00;-1.57;0.34 3179;21;3092.94;11.45;1909.00;1.57;0.34 +3180;0;2912.00;12.75;1779.00;0.00;0.32 +3180;1;2912.50;13.10;1775.50;0.14;0.32 +3180;2;2915.50;13.10;1776.50;0.95;0.32 +3180;3;2908.50;12.25;1777.00;-1.05;0.32 +3180;4;2915.50;13.90;1779.50;1.71;0.32 +3180;5;2908.50;11.80;1781.00;4.19;0.32 +3180;6;2915.50;12.70;1782.00;2.27;0.32 +3180;7;2912.50;13.60;1782.50;3.00;0.32 +3180;9;2909.12;12.01;1779.00;1.57;0.32 +3180;10;2914.88;13.63;1779.00;-1.57;0.32 3180;21;2909.12;12.01;1779.00;1.57;0.32 +3181;0;3108.00;10.60;823.00;0.00;0.74 +3181;1;3106.00;10.50;816.50;-0.29;0.74 +3181;2;3117.50;10.60;820.00;1.26;0.74 +3181;3;3096.00;10.50;822.50;-1.52;0.74 +3181;4;3115.50;10.60;828.00;2.15;0.74 +3181;5;3099.50;10.60;827.00;4.27;0.74 +3181;6;3106.00;10.65;830.50;3.40;0.74 +3181;9;3099.54;10.50;823.00;1.57;0.74 +3181;10;3116.46;10.60;823.00;-1.57;0.74 3181;21;3099.54;10.50;823.00;1.57;0.74 +3182;0;3082.00;9.70;1742.00;0.00;0.28 +3182;1;3082.00;9.70;1739.50;0.00;0.28 +3182;2;3079.00;9.70;1741.00;-1.24;0.28 +3182;3;3084.50;9.70;1741.50;1.37;0.28 +3182;4;3079.50;9.70;1743.50;4.17;0.28 +3182;5;3083.00;9.70;1745.00;2.82;0.28 +3182;9;3079.12;9.70;1742.00;1.57;0.28 +3182;10;3084.88;9.70;1742.00;-1.57;0.28 +3182;19;3080.00;9.60;1748.00;-3.46;0.28 +3182;20;3079.44;9.60;1749.66;3.46;0.28 3182;21;3084.88;9.70;1742.00;-1.57;0.28 +3183;0;2988.00;13.30;1797.00;0.00;0.28 +3183;1;2987.50;13.50;1794.50;-0.19;0.28 +3183;2;2991.00;13.35;1793.50;0.70;0.28 +3183;3;2991.00;13.02;1797.00;1.57;0.28 +3183;4;2984.50;13.50;1797.50;4.57;0.28 +3183;5;2984.00;12.90;1799.50;4.15;0.28 +3183;6;2987.50;13.00;1799.50;3.33;0.28 +3183;9;2984.94;13.46;1797.00;1.57;0.28 +3183;10;2991.06;13.02;1797.00;-1.57;0.28 3183;21;2984.94;13.46;1797.00;1.57;0.28 +3184;0;4713.00;9.80;1988.00;0.00;2.40 +3184;1;4696.50;9.90;1961.00;-0.54;2.40 +3184;2;4721.00;9.80;1963.00;0.31;2.40 +3184;3;4690.50;10.00;1988.00;4.71;2.40 +3184;4;4739.00;9.70;1993.50;1.77;2.40 +3184;9;4683.84;9.90;1988.00;1.57;2.40 +3184;10;4742.16;9.70;1988.00;-1.57;2.40 3184;21;4683.84;9.90;1988.00;1.57;2.40 +3185;0;3271.00;10.30;1816.00;0.00;0.32 +3185;1;3271.00;9.65;1811.00;0.00;0.32 +3185;2;1635.00;12.85;907.50;-1.06;0.32 +3185;3;1635.00;12.85;907.50;-1.06;0.32 +3185;4;3275.00;10.35;1815.00;1.32;0.32 +3185;5;3266.00;9.67;1817.00;4.51;0.32 +3185;6;3275.00;10.45;1818.00;2.03;0.32 +3185;7;3271.00;10.45;1818.50;3.14;0.32 +3185;8;3267.50;10.10;1818.50;4.09;0.32 +3185;9;3267.40;9.87;1816.00;1.57;0.32 +3185;10;3274.60;10.40;1816.00;-1.57;0.32 3185;21;3267.40;9.87;1816.00;1.57;0.32 +3186;0;3513.00;9.80;1722.00;0.00;0.24 +3186;1;3513.50;9.95;1719.00;0.16;0.24 +3186;2;3510.00;9.80;1720.50;-1.10;0.24 +3186;3;3515.50;9.80;1722.00;1.57;0.24 +3186;4;3511.00;9.80;1723.50;4.06;0.24 +3186;5;3513.00;9.80;1724.50;3.14;0.24 +3186;9;3510.84;9.80;1722.00;1.57;0.24 +3186;10;3515.16;9.80;1722.00;-1.57;0.24 3186;21;3510.84;9.80;1722.00;1.57;0.24 -3187;21;3278.84;10.33;1776.00;1.57;0.24 +3187;0;3281.00;10.35;1776.00;0.00;0.24 +3187;1;3280.50;10.40;1775.00;-0.46;0.24 +3187;2;3283.50;9.70;1774.00;0.89;0.24 +3187;3;3284.00;9.85;1776.00;1.57;0.24 +3187;4;3278.50;10.30;1777.50;4.17;0.24 +3187;5;3282.50;10.40;1778.50;2.60;0.24 +3187;6;3280.00;10.40;1779.50;3.42;0.24 +3187;9;3278.84;10.33;1776.00;1.57;0.24 +3187;10;3283.16;9.96;1776.00;-1.57;0.24 +3187;21;3278.00;10.27;1776.00;0.00;0.24 +3187;22;3280.50;10.40;1775.00;-0.46;0.24 +3187;23;3283.50;9.70;1774.00;0.89;0.24 +3187;24;3284.00;9.85;1776.00;1.57;0.24 +3187;25;3278.50;10.30;1777.50;4.17;0.24 +3187;26;3282.50;10.40;1778.50;2.60;0.24 +3187;27;3280.00;10.40;1779.50;3.42;0.24 +3187;38;3283.16;9.96;1776.00;-1.57;0.24 +3188;0;2913.00;10.05;1766.00;0.00;0.30 +3188;1;2915.50;11.20;1763.50;0.78;0.30 +3188;2;2912.00;9.75;1762.50;-0.27;0.30 +3188;3;2911.00;9.50;1765.00;-1.10;0.30 +3188;4;2916.50;11.00;1766.50;1.71;0.30 +3188;5;2909.00;9.50;1766.00;4.71;0.30 +3188;6;2908.50;10.50;1768.50;4.20;0.30 +3188;7;2913.00;11.15;1769.00;3.14;0.30 +3188;9;2909.58;9.50;1766.00;1.57;0.30 +3188;10;2916.42;11.08;1766.00;-1.57;0.30 +3188;19;2908.00;9.50;1765.00;-1.11;0.30 +3188;20;2906.28;9.50;1764.65;-1.37;0.30 3188;21;2909.58;9.50;1766.00;1.57;0.30 +3189;0;3338.00;10.10;1872.00;0.00;0.26 +3189;1;3337.50;9.80;1869.50;-0.19;0.26 +3189;2;3342.50;10.00;1871.00;1.35;0.26 +3189;3;3334.50;9.70;1870.50;-1.16;0.26 +3189;4;3334.50;9.70;1873.50;4.30;0.26 +3189;5;3339.00;10.30;1874.00;2.67;0.26 +3189;9;3334.58;9.70;1872.00;1.57;0.26 +3189;10;3341.42;10.20;1872.00;-1.57;0.26 +3189;19;3342.00;9.55;1867.00;1.35;0.26 +3189;20;3343.09;9.55;1865.63;0.67;0.26 3189;21;3334.58;9.70;1872.00;1.57;0.26 +3190;0;3446.00;9.80;1681.00;0.00;0.26 +3190;1;3446.50;9.80;1678.50;0.19;0.26 +3190;2;3448.50;9.80;1679.00;0.89;0.26 +3190;3;3443.50;9.80;1680.00;-1.19;0.26 +3190;4;3448.50;9.90;1682.00;1.95;0.26 +3190;5;3442.50;9.80;1681.50;4.57;0.26 +3190;6;3442.50;9.80;1683.00;4.19;0.26 +3190;7;3445.50;9.80;1683.50;3.33;0.26 +3190;9;3443.30;9.80;1681.00;1.57;0.26 +3190;10;3448.70;9.85;1681.00;-1.57;0.26 3190;21;3443.30;9.80;1681.00;1.57;0.26 +3191;0;3015.00;13.40;1786.00;0.00;0.28 +3191;1;3014.00;12.60;1782.50;-0.27;0.28 +3191;2;3016.50;13.10;1784.00;0.64;0.28 +3191;3;3012.50;13.00;1784.50;-1.03;0.28 +3191;4;3018.00;12.90;1787.00;1.89;0.28 +3191;5;3012.50;13.25;1787.00;4.33;0.28 +3191;6;3014.50;13.40;1788.50;3.33;0.28 +3191;9;3012.30;13.18;1786.00;1.57;0.28 +3191;10;3017.70;13.06;1786.00;-1.57;0.28 3191;21;3012.30;13.18;1786.00;1.57;0.28 +3192;0;2897.00;9.50;1724.00;0.00;0.38 +3192;1;2893.50;9.80;1724.00;4.71;0.38 +3192;2;2893.05;9.90;1721.39;0.24;0.38 +3192;3;2901.50;9.50;1722.00;1.15;0.38 +3192;4;2902.50;9.80;1724.50;1.66;0.38 +3192;5;2902.00;9.80;1727.00;2.11;0.38 +3192;6;2889.70;9.50;1731.28;3.98;0.38 +3192;9;2892.50;9.65;1724.00;1.57;0.38 +3192;10;2901.50;9.70;1724.00;-1.57;0.38 +3192;19;2894.00;9.65;1724.00;0.24;0.38 +3192;20;2892.25;9.65;1724.00;4.71;0.38 3192;21;2892.50;9.65;1724.00;1.57;0.38 +3193;0;3182.00;10.35;1903.00;0.00;0.32 +3193;1;3182.50;10.40;1897.50;0.09;0.32 +3193;2;3185.50;10.45;1900.00;0.86;0.32 +3193;3;3179.50;10.20;1899.00;-0.55;0.32 +3193;4;3179.50;10.20;1904.00;4.33;0.32 +3193;5;3184.00;10.50;1906.50;2.62;0.32 +3193;6;3178.50;10.15;1908.00;3.75;0.32 +3193;7;3181.00;10.40;1909.00;3.30;0.32 +3193;9;3179.12;10.23;1903.00;1.57;0.32 +3193;10;3184.88;10.50;1903.00;-1.57;0.32 3193;21;3179.12;10.23;1903.00;1.57;0.32 +3194;0;3156.00;10.35;1665.00;0.00;0.26 +3194;1;3155.50;10.30;1663.50;-0.32;0.26 +3194;2;3159.00;10.40;1663.00;0.98;0.26 +3194;3;3158.50;10.40;1665.50;1.76;0.26 +3194;4;3153.00;10.25;1665.00;4.71;0.26 +3194;5;3153.50;10.30;1667.00;4.03;0.26 +3194;6;3156.50;10.25;1668.00;2.97;0.26 +3194;9;3153.30;10.25;1665.00;1.57;0.26 +3194;10;3158.70;10.40;1665.00;-1.57;0.26 3194;21;3153.30;10.25;1665.00;1.57;0.26 +3195;0;2755.00;9.50;1719.00;0.00;1.16 +3195;1;2740.50;9.50;1701.50;-0.69;1.16 +3195;2;2738.50;9.50;1701.00;-0.74;1.16 +3195;3;2739.00;9.50;1702.00;-0.75;1.16 +3195;4;2742.50;9.50;1706.50;-0.78;1.16 +3195;5;2743.50;9.50;1704.50;-0.67;1.16 +3195;6;2750.50;9.50;1706.50;-0.34;1.16 +3195;7;2756.50;9.50;1706.00;0.11;1.16 +3195;8;2763.00;9.50;1719.00;1.57;1.16 +3195;9;2744.56;9.50;1719.00;1.57;1.16 +3195;10;2765.44;9.50;1719.00;-1.57;1.16 +3195;11;2731.80;9.50;1691.00;-0.69;1.16 +3195;12;2728.60;9.95;1690.20;-0.74;1.16 +3195;13;2729.40;10.41;1691.80;-0.75;1.16 +3195;14;2735.00;9.50;1699.00;-0.78;1.16 +3195;15;2736.60;9.50;1695.80;-0.67;1.16 +3195;16;2747.80;9.50;1699.00;-0.34;1.16 +3195;17;2757.40;9.50;1698.20;0.11;1.16 +3195;18;2767.80;9.50;1719.00;1.57;1.16 3195;21;2765.44;9.50;1719.00;-1.57;1.16 +3196;0;3539.00;9.85;1580.00;0.00;0.22 +3196;1;3539.50;10.45;1577.00;0.16;0.22 +3196;2;3537.00;9.90;1578.50;-0.92;0.22 +3196;3;3541.50;10.10;1580.00;1.57;0.22 +3196;4;3536.50;9.80;1581.00;4.33;0.22 +3196;5;3537.50;9.90;1583.00;3.60;0.22 +3196;6;3540.50;9.80;1582.50;2.60;0.22 +3196;9;3537.02;9.80;1580.00;1.57;0.22 +3196;10;3540.98;10.02;1580.00;-1.57;0.22 3196;21;3537.02;9.80;1580.00;1.57;0.22 +3197;0;3519.00;10.07;1616.00;0.00;0.26 +3197;1;3521.00;10.15;1614.00;0.78;0.26 +3197;2;3517.50;10.10;1614.00;-0.64;0.26 +3197;3;3516.50;10.00;1617.50;4.17;0.26 +3197;4;3522.00;10.10;1616.50;1.73;0.26 +3197;5;3518.50;10.00;1618.00;3.38;0.26 +3197;9;3516.12;10.00;1616.00;1.57;0.26 +3197;10;3521.88;10.11;1616.00;-1.57;0.26 3197;21;3516.12;10.00;1616.00;1.57;0.26 +3198;0;2087.00;9.50;952.00;0.00;0.92 +3198;1;2093.00;9.50;936.50;0.36;0.92 +3198;2;2096.50;9.50;946.00;1.00;0.92 +3198;3;2081.00;9.50;947.00;-0.87;0.92 +3198;4;2077.50;9.50;961.00;3.95;0.92 +3198;5;2088.50;9.50;962.00;2.99;0.92 +3198;9;2078.72;9.50;952.00;1.57;0.92 +3198;10;2095.28;9.50;952.00;-1.57;0.92 +3198;11;2096.60;9.50;927.20;0.36;0.92 +3198;12;2102.20;9.50;942.40;1.00;0.92 +3198;13;2077.40;9.50;944.00;-0.87;0.92 +3198;14;2071.80;9.50;966.40;3.95;0.92 +3198;15;2089.40;9.50;968.00;2.99;0.92 3198;21;2078.72;9.50;952.00;1.57;0.92 +3199;0;3411.00;10.00;1581.00;0.00;0.22 +3199;1;3410.50;10.00;1578.50;-0.19;0.22 +3199;2;3412.50;9.90;1578.50;0.54;0.22 +3199;3;3409.00;10.00;1580.50;-1.32;0.22 +3199;4;3413.00;9.95;1581.00;1.57;0.22 +3199;5;3410.00;10.00;1582.50;3.73;0.22 +3199;6;3412.50;10.00;1583.00;2.49;0.22 +3199;9;3409.02;10.00;1581.00;1.57;0.22 +3199;10;3412.98;9.95;1581.00;-1.57;0.22 3199;21;3409.02;10.00;1581.00;1.57;0.22 +3200;0;208.00;9.50;1448.00;0.00;0.96 +3200;1;212.50;9.50;1438.00;0.42;0.96 +3200;2;196.50;9.50;1439.00;-0.90;0.96 +3200;3;184.00;9.50;1445.00;-1.44;0.96 +3200;4;229.50;9.50;1447.50;1.54;0.96 +3200;5;194.50;9.50;1453.50;4.32;0.96 +3200;6;223.50;9.50;1455.50;2.02;0.96 +3200;7;240.00;9.50;1452.50;1.71;0.96 +3200;9;187.12;9.50;1448.00;1.57;0.96 +3200;10;228.88;9.50;1448.00;-1.57;0.96 +3200;11;215.20;9.50;1432.00;0.42;0.96 +3200;12;189.60;9.50;1433.60;-0.90;0.96 +3200;13;169.60;9.50;1443.20;-1.44;0.96 +3200;14;242.40;9.50;1447.20;1.54;0.96 +3200;15;186.40;9.50;1456.80;4.32;0.96 +3200;16;232.80;9.50;1460.00;2.02;0.96 +3200;17;259.20;9.50;1455.20;1.71;0.96 3200;21;187.12;9.50;1448.00;1.57;0.96 +3201;0;336.00;9.50;1922.00;0.00;0.48 +3201;1;335.50;9.50;1919.00;-0.16;0.48 +3201;2;340.50;9.50;1918.50;0.91;0.48 +3201;3;339.00;9.50;1923.00;1.89;0.48 +3201;4;334.00;9.50;1928.00;3.46;0.48 +3201;9;331.68;9.50;1922.00;1.57;0.48 +3201;10;340.32;9.50;1922.00;-1.57;0.48 +3201;11;335.20;9.50;1917.20;-0.16;0.48 +3201;12;343.20;9.50;1916.40;0.91;0.48 +3201;13;340.80;9.50;1923.60;1.89;0.48 +3201;14;332.80;9.50;1931.60;3.46;0.48 3201;21;331.68;9.50;1922.00;1.57;0.48 +3202;0;3444.00;9.80;1633.00;0.00;0.20 +3202;1;3444.00;9.80;1631.00;0.00;0.20 +3202;2;3447.00;9.80;1631.50;1.10;0.20 +3202;3;3441.00;9.80;1632.00;-1.24;0.20 +3202;4;3446.50;9.80;1633.50;1.76;0.20 +3202;5;3442.50;9.80;1634.00;4.12;0.20 +3202;6;3444.50;9.80;1635.50;2.94;0.20 +3202;9;3441.66;9.80;1633.00;1.57;0.20 +3202;10;3446.34;9.80;1633.00;-1.57;0.20 3202;21;3441.66;9.80;1633.00;1.57;0.20 +3203;0;3265.00;9.80;1560.00;0.00;0.28 +3203;1;3266.00;9.80;1557.00;0.32;0.28 +3203;2;3268.00;9.80;1558.00;0.98;0.28 +3203;3;3263.00;9.80;1559.00;-1.10;0.28 +3203;4;3268.50;9.80;1560.50;1.71;0.28 +3203;5;3261.00;9.80;1561.50;4.35;0.28 +3203;6;3264.50;9.80;1561.50;3.46;0.28 +3203;9;3261.58;9.80;1560.00;1.57;0.28 +3203;10;3268.42;9.80;1560.00;-1.57;0.28 3203;21;3261.58;9.80;1560.00;1.57;0.28 +3204;0;4618.00;9.50;1004.00;0.00;0.94 +3204;1;4615.50;9.50;994.50;-0.25;0.94 +3204;2;4625.00;9.50;993.00;0.56;0.94 +3204;3;4627.00;9.50;1006.50;1.84;0.94 +3204;4;4607.00;9.50;1002.50;-1.43;0.94 +3204;5;4609.00;9.50;1010.00;4.12;0.94 +3204;6;4614.00;9.50;1010.50;3.69;0.94 +3204;7;4620.50;9.50;1013.50;2.88;0.94 +3204;8;4624.00;9.50;1016.50;2.69;0.94 +3204;9;4609.54;9.50;1004.00;1.57;0.94 +3204;10;4626.46;9.50;1004.00;-1.57;0.94 +3204;11;4614.00;9.50;988.80;-0.25;0.94 +3204;12;4629.20;9.50;986.40;0.56;0.94 +3204;13;4632.40;9.50;1008.00;1.84;0.94 +3204;14;4600.40;9.50;1001.60;-1.43;0.94 +3204;15;4603.60;9.50;1013.60;4.12;0.94 +3204;16;4611.60;9.50;1014.40;3.69;0.94 +3204;17;4622.00;9.50;1019.20;2.88;0.94 +3204;18;4627.60;9.50;1024.00;2.69;0.94 3204;21;4609.54;9.50;1004.00;1.57;0.94 +3205;0;2755.00;9.97;1595.00;0.00;0.24 +3205;1;2755.50;9.90;1593.00;0.24;0.24 +3205;2;2752.50;10.10;1594.50;-1.37;0.24 +3205;3;2757.50;10.00;1594.50;1.37;0.24 +3205;4;2757.00;10.22;1596.00;2.03;0.24 +3205;5;2753.00;10.05;1596.00;4.24;0.24 +3205;6;2754.50;10.00;1597.00;3.38;0.24 +3205;9;2752.84;10.01;1595.00;1.57;0.24 +3205;10;2757.16;10.10;1595.00;-1.57;0.24 +3205;19;2753.00;9.40;1597.00;-2.03;0.24 +3205;20;2751.76;9.40;1598.23;3.92;0.24 3205;21;2757.16;10.10;1595.00;-1.57;0.24 +3206;0;2943.00;9.70;1654.00;0.00;0.30 +3206;1;2945.50;9.65;1653.00;1.19;0.30 +3206;2;2940.00;9.70;1652.00;-0.98;0.30 +3206;3;2938.00;9.70;1653.50;-1.47;0.30 +3206;4;2942.00;9.50;1656.00;3.60;0.30 +3206;5;2948.00;9.70;1655.50;1.86;0.30 +3206;9;2939.04;9.70;1654.00;1.57;0.30 +3206;10;2946.96;9.65;1654.00;-1.57;0.30 +3206;19;2952.00;9.68;1656.00;-2.68;0.30 +3206;20;2953.70;9.68;1656.38;1.78;0.30 3206;21;2939.04;9.70;1654.00;1.57;0.30 +3207;0;3022.00;10.22;1579.00;0.00;0.20 +3207;1;3024.00;9.80;1576.50;0.67;0.20 +3207;2;3022.00;9.95;1577.50;0.00;0.20 +3207;3;3024.50;9.90;1578.50;1.37;0.20 +3207;4;3020.00;10.30;1579.50;4.46;0.20 +3207;5;3024.00;10.15;1580.50;2.21;0.20 +3207;6;3021.50;10.40;1581.00;3.38;0.20 +3207;9;3020.02;10.27;1579.00;1.57;0.20 +3207;10;3023.98;10.02;1579.00;-1.57;0.20 3207;21;3020.02;10.27;1579.00;1.57;0.20 +3208;0;1773.00;10.82;1894.00;0.00;2.10 +3208;1;886.00;9.50;946.50;-0.75;2.10 +3208;2;1789.50;11.10;1903.00;2.07;2.10 +3208;3;1754.00;11.00;1880.50;-0.95;2.10 +3208;4;1765.00;11.10;1877.00;-0.44;2.10 +3208;5;1751.00;10.70;1897.00;4.57;2.10 +3208;6;1770.00;10.50;1913.50;3.29;2.10 +3208;7;1781.50;10.20;1928.50;2.90;2.10 +3208;9;1754.10;10.73;1894.00;1.57;2.10 +3208;10;1791.90;11.24;1894.00;-1.57;2.10 +3208;19;1769.00;9.57;1932.00;-2.99;2.10 +3208;20;1768.81;9.57;1933.74;3.24;2.10 3208;21;1754.10;10.73;1894.00;1.57;2.10 +3209;0;5381.00;9.50;123.00;0.00;1.00 +3209;1;5381.00;9.50;111.50;0.00;1.00 +3209;2;5393.00;9.50;121.50;1.44;1.00 +3209;3;5368.50;9.50;123.50;4.67;1.00 +3209;4;5381.50;9.50;133.00;3.09;1.00 +3209;5;5395.00;9.50;133.50;2.21;1.00 +3209;9;5371.10;9.50;123.00;1.57;1.00 +3209;10;5390.90;9.50;123.00;-1.57;1.00 +3209;11;5381.00;9.50;104.60;0.00;1.00 +3209;12;5400.20;9.50;120.60;1.44;1.00 +3209;13;5361.00;9.50;123.80;4.67;1.00 +3209;14;5381.80;9.50;139.00;3.09;1.00 +3209;15;5403.40;9.50;139.80;2.21;1.00 3209;21;5371.10;9.50;123.00;1.57;1.00 +3210;0;3311.00;10.50;1607.00;0.00;0.22 +3210;1;3310.50;10.20;1604.00;-0.16;0.22 +3210;2;3312.50;10.60;1605.50;0.78;0.22 +3210;3;3309.50;10.35;1606.00;-0.98;0.22 +3210;4;3313.00;10.50;1608.50;2.21;0.22 +3210;5;3309.00;10.50;1608.50;4.06;0.22 +3210;6;3311.00;10.55;1609.50;3.14;0.22 +3210;9;3309.02;10.40;1607.00;1.57;0.22 +3210;10;3312.98;10.60;1607.00;-1.57;0.22 3210;21;3309.02;10.40;1607.00;1.57;0.22 +3211;0;2877.75;9.70;1559.41;0.00;0.16 +3211;1;2875.00;9.70;1557.00;0.00;0.16 +3211;2;2872.50;9.70;1557.50;-1.37;0.16 +3211;3;2873.50;9.65;1559.00;4.12;0.16 +3211;4;2878.00;9.60;1558.50;1.73;0.16 +3211;5;2876.00;9.70;1560.00;2.67;0.16 +3211;9;2872.48;9.59;1558.00;1.57;0.16 +3211;10;2877.52;9.60;1558.00;-1.57;0.16 +3211;19;2874.00;9.57;1560.00;-2.16;0.16 +3211;20;2873.21;9.57;1561.56;3.60;0.16 3211;21;2873.76;9.80;1558.86;-1.57;0.16 +3212;0;5209.00;9.50;912.00;0.00;1.20 +3212;1;5198.50;9.50;904.50;-0.95;1.20 +3212;2;5222.50;9.50;906.00;1.15;1.20 +3212;3;5196.00;9.50;919.50;4.18;1.20 +3212;4;5227.50;9.50;916.50;1.80;1.20 +3212;5;5213.00;9.50;921.50;2.74;1.20 +3212;9;5192.44;9.50;912.00;1.57;1.20 +3212;10;5225.56;9.50;912.00;-1.57;1.20 +3212;11;5192.20;9.50;900.00;-0.95;1.20 +3212;12;5230.60;9.50;902.40;1.15;1.20 +3212;13;5188.20;9.50;924.00;4.18;1.20 +3212;14;5238.60;9.50;919.20;1.80;1.20 +3212;15;5215.40;9.50;927.20;2.74;1.20 3212;21;5192.44;9.50;912.00;1.57;1.20 +3213;0;4954.00;9.50;895.00;0.00;1.00 +3213;1;4945.50;9.50;886.50;-0.78;1.00 +3213;2;4961.50;9.50;891.50;1.13;1.00 +3213;3;4944.00;9.50;897.50;4.46;1.00 +3213;4;4965.00;9.50;904.50;2.28;1.00 +3213;5;4955.00;9.50;904.50;3.03;1.00 +3213;9;4943.56;9.50;895.00;1.57;1.00 +3213;10;4964.44;9.50;895.00;-1.57;1.00 +3213;11;4940.40;9.50;881.40;-0.78;1.00 +3213;12;4966.00;9.50;889.40;1.13;1.00 +3213;13;4938.00;9.50;899.00;4.46;1.00 +3213;14;4971.60;9.50;910.20;2.28;1.00 +3213;15;4955.60;9.50;910.20;3.03;1.00 3213;21;4943.56;9.50;895.00;1.57;1.00 +3214;0;3605.00;10.40;1626.00;0.00;0.24 +3214;1;3607.00;10.40;1623.50;0.67;0.24 +3214;2;3603.50;10.30;1623.50;-0.54;0.24 +3214;3;3608.00;10.40;1626.50;1.73;0.24 +3214;4;3601.00;10.05;1626.00;4.71;0.24 +3214;5;3603.00;10.40;1628.00;3.92;0.24 +3214;6;3600.50;10.20;1628.00;4.29;0.24 +3214;7;3607.00;10.42;1629.00;2.55;0.24 +3214;9;3601.94;10.16;1626.00;1.57;0.24 +3214;10;3608.06;10.40;1626.00;-1.57;0.24 3214;21;3601.94;10.16;1626.00;1.57;0.24 +3215;0;3355.00;10.00;1662.00;0.00;0.22 +3215;1;3356.00;10.00;1659.50;0.38;0.22 +3215;2;3353.50;10.00;1660.50;-0.78;0.22 +3215;3;3357.50;9.90;1660.00;0.89;0.22 +3215;4;3358.00;9.90;1662.00;1.57;0.22 +3215;5;3352.50;10.00;1663.50;4.17;0.22 +3215;6;3356.00;9.90;1664.50;2.76;0.22 +3215;9;3352.48;10.05;1662.00;1.57;0.22 +3215;10;3357.52;9.90;1662.00;-1.57;0.22 3215;21;3352.48;10.05;1662.00;1.57;0.22 +3216;0;3609.00;9.70;1580.00;0.00;0.20 +3216;1;3607.50;9.80;1578.00;-0.64;0.20 +3216;2;3611.50;9.70;1578.50;1.03;0.20 +3216;3;3605.50;9.80;1580.00;4.71;0.20 +3216;4;3612.50;9.75;1581.00;1.84;0.20 +3216;5;3610.00;9.80;1581.50;2.55;0.20 +3216;9;3606.30;9.80;1580.00;1.57;0.20 +3216;10;3611.70;9.70;1580.00;-1.57;0.20 3216;21;3606.30;9.80;1580.00;1.57;0.20 +3217;0;2695.00;9.50;1626.00;0.00;0.12 +3217;1;2694.50;9.55;1625.00;-0.46;0.12 +3217;2;2695.50;9.50;1626.00;1.57;0.12 +3217;3;2694.00;9.55;1626.50;4.24;0.12 +3217;4;2695.50;9.50;1626.50;2.35;0.12 +3217;9;2693.56;9.59;1626.00;1.57;0.12 +3217;10;2696.44;9.50;1626.00;-1.57;0.12 3217;21;2696.44;9.50;1626.00;-1.57;0.12 +3218;0;4490.00;9.50;792.00;0.00;0.98 +3218;1;4475.50;9.50;784.50;-1.09;0.98 +3218;2;4491.00;9.50;782.50;0.10;0.98 +3218;3;4505.50;9.50;788.50;1.34;0.98 +3218;4;4473.00;9.50;792.50;4.68;0.98 +3218;5;4512.00;9.50;793.50;1.63;0.98 +3218;6;4477.50;9.50;795.50;4.43;0.98 +3218;7;4500.50;9.50;799.50;2.19;0.98 +3218;8;4479.00;9.50;799.50;4.11;0.98 +3218;9;4475.06;9.50;792.00;1.57;0.98 +3218;10;4504.94;9.50;792.00;-1.57;0.98 +3218;11;4466.80;9.50;780.00;-1.09;0.98 +3218;12;4491.60;9.50;776.80;0.10;0.98 +3218;13;4514.80;9.50;786.40;1.34;0.98 +3218;14;4462.80;9.50;792.80;4.68;0.98 +3218;15;4525.20;9.50;794.40;1.63;0.98 +3218;16;4470.00;9.50;797.60;4.43;0.98 +3218;17;4506.80;9.50;804.00;2.19;0.98 +3218;18;4472.40;9.50;804.00;4.11;0.98 3218;21;4475.06;9.50;792.00;1.57;0.98 +3219;0;3245.00;9.80;1639.00;0.00;0.26 +3219;1;3245.50;9.80;1636.00;0.16;0.26 +3219;2;3243.00;9.80;1637.00;-0.78;0.26 +3219;3;3247.00;9.80;1639.00;1.57;0.26 +3219;4;3241.50;9.80;1638.50;-1.42;0.26 +3219;5;3241.50;9.80;1639.50;4.57;0.26 +3219;6;3244.00;9.80;1641.50;3.52;0.26 +3219;7;3246.50;9.80;1642.50;2.73;0.26 +3219;9;3242.66;9.80;1639.00;1.57;0.26 +3219;10;3247.34;9.80;1639.00;-1.57;0.26 3219;21;3242.66;9.80;1639.00;1.57;0.26 +3220;0;3432.00;9.97;1675.00;0.00;0.26 +3220;1;3432.00;10.30;1672.00;0.00;0.26 +3220;2;3429.50;10.30;1672.50;-0.78;0.26 +3220;3;3434.50;9.80;1675.50;1.76;0.26 +3220;4;3429.00;10.40;1674.50;-1.40;0.26 +3220;5;3432.00;9.85;1676.50;3.14;0.26 +3220;6;3434.00;9.80;1678.50;2.62;0.26 +3220;7;3435.50;9.80;1678.50;2.35;0.26 +3220;9;3429.66;10.33;1675.00;1.57;0.26 +3220;10;3434.34;9.80;1675.00;-1.57;0.26 3220;21;3429.66;10.33;1675.00;1.57;0.26 +3221;0;3475.00;9.95;1580.00;0.00;0.22 +3221;1;3476.00;9.90;1578.50;0.58;0.22 +3221;2;3473.00;9.90;1578.00;-0.78;0.22 +3221;3;3474.00;9.95;1581.00;3.92;0.22 +3221;4;3477.50;9.95;1580.00;1.57;0.22 +3221;5;3477.00;10.00;1581.50;2.21;0.22 +3221;6;3476.00;10.00;1582.50;2.76;0.22 +3221;9;3472.66;9.90;1580.00;1.57;0.22 +3221;10;3477.34;9.95;1580.00;-1.57;0.22 3221;21;3472.66;9.90;1580.00;1.57;0.22 +3222;0;4012.00;9.50;410.00;0.00;0.88 +3222;1;4007.00;9.50;400.00;-0.46;0.88 +3222;2;4017.00;9.50;400.50;0.48;0.88 +3222;3;4001.50;9.50;410.50;4.66;0.88 +3222;4;4022.00;9.50;411.50;1.72;0.88 +3222;5;4005.00;9.50;419.50;3.77;0.88 +3222;6;4016.00;9.50;420.50;2.77;0.88 +3222;9;4003.36;9.50;410.00;1.57;0.88 +3222;10;4020.64;9.50;410.00;-1.57;0.88 +3222;11;4004.00;9.50;394.00;-0.46;0.88 +3222;12;4020.00;9.50;394.80;0.48;0.88 +3222;13;3995.20;9.50;410.80;4.66;0.88 +3222;14;4028.00;9.50;412.40;1.72;0.88 +3222;15;4000.80;9.50;425.20;3.77;0.88 +3222;16;4018.40;9.50;426.80;2.77;0.88 3222;21;4003.36;9.50;410.00;1.57;0.88 +3223;0;3769.00;9.50;620.00;0.00;1.00 +3223;1;3769.50;9.50;608.00;0.04;1.00 +3223;2;3781.00;9.50;610.50;0.90;1.00 +3223;3;3758.50;9.50;621.00;4.61;1.00 +3223;4;3777.50;9.50;625.00;2.10;1.00 +3223;5;3765.00;9.50;633.50;3.43;1.00 +3223;9;3760.00;9.50;620.00;1.57;1.00 +3223;10;3778.00;9.50;620.00;-1.57;1.00 +3223;11;3769.80;9.50;600.80;0.04;1.00 +3223;12;3788.20;9.50;604.80;0.90;1.00 +3223;13;3752.20;9.50;621.60;4.61;1.00 +3223;14;3782.60;9.50;628.00;2.10;1.00 +3223;15;3762.60;9.50;641.60;3.43;1.00 3223;21;3760.00;9.50;620.00;1.57;1.00 +3224;0;3516.00;9.95;1633.00;0.00;0.22 +3224;1;3517.00;10.00;1631.50;0.58;0.22 +3224;2;3514.00;9.95;1632.00;-1.10;0.22 +3224;3;3518.50;9.90;1633.50;1.76;0.22 +3224;4;3514.00;9.90;1634.50;4.06;0.22 +3224;5;3517.00;9.90;1634.50;2.55;0.22 +3224;9;3513.66;9.90;1633.00;1.57;0.22 +3224;10;3518.34;9.94;1633.00;-1.57;0.22 3224;21;3513.66;9.90;1633.00;1.57;0.22 +3225;0;3330.00;9.80;1558.00;0.00;0.18 +3225;1;3329.00;9.80;1556.50;-0.58;0.18 +3225;2;3332.00;9.90;1556.50;0.92;0.18 +3225;3;3327.00;9.90;1558.50;4.54;0.18 +3225;4;3333.00;9.85;1558.00;1.57;0.18 +3225;5;3330.50;9.80;1560.00;2.89;0.18 +3225;9;3327.66;9.90;1558.00;1.57;0.18 +3225;10;3332.34;9.80;1558.00;-1.57;0.18 3225;21;3327.66;9.90;1558.00;1.57;0.18 +3226;0;3336.00;10.02;1590.00;0.00;0.22 +3226;1;3335.50;9.90;1588.50;-0.32;0.22 +3226;2;3338.50;10.20;1588.50;1.03;0.22 +3226;3;3333.50;9.95;1591.00;4.33;0.22 +3226;4;3339.50;10.30;1589.50;1.42;0.22 +3226;5;3338.00;10.15;1591.00;2.03;0.22 +3226;6;3335.50;10.00;1592.50;3.33;0.22 +3226;9;3333.66;9.91;1590.00;1.57;0.22 +3226;10;3338.34;10.24;1590.00;-1.57;0.22 3226;21;3333.66;9.91;1590.00;1.57;0.22 +3227;0;3580.00;9.50;305.00;0.00;0.84 +3227;1;3577.00;9.50;294.50;-0.27;0.84 +3227;2;3588.00;9.50;296.00;0.72;0.84 +3227;3;3571.00;9.50;309.00;4.29;0.84 +3227;4;3587.50;9.50;311.50;2.28;0.84 +3227;5;3579.50;9.50;318.50;3.17;0.84 +3227;9;3572.44;9.50;305.00;1.57;0.84 +3227;10;3587.56;9.50;305.00;-1.57;0.84 +3227;11;3575.20;9.50;288.20;-0.27;0.84 +3227;12;3592.80;9.50;290.60;0.72;0.84 +3227;13;3565.60;9.50;311.40;4.29;0.84 +3227;14;3592.00;9.50;315.40;2.28;0.84 +3227;15;3579.20;9.50;326.60;3.17;0.84 3227;21;3572.44;9.50;305.00;1.57;0.84 +3228;0;2941.00;9.50;547.00;0.00;0.94 +3228;1;2943.50;9.50;535.50;0.21;0.94 +3228;2;2951.50;9.50;539.50;0.95;0.94 +3228;3;2932.00;9.50;547.00;4.71;0.94 +3228;4;2948.00;9.50;553.50;2.31;0.94 +3228;5;2929.50;9.50;556.00;4.04;0.94 +3228;6;2937.50;9.50;558.50;3.43;0.94 +3228;9;2932.54;9.50;547.00;1.57;0.94 +3228;10;2949.46;9.50;547.00;-1.57;0.94 +3228;11;2945.00;9.50;528.60;0.21;0.94 +3228;12;2957.80;9.50;535.00;0.95;0.94 +3228;13;2926.60;9.50;547.00;4.71;0.94 +3228;14;2952.20;9.50;557.40;2.31;0.94 +3228;15;2922.60;9.50;561.40;4.04;0.94 +3228;16;2935.40;9.50;565.40;3.43;0.94 3228;21;2932.54;9.50;547.00;1.57;0.94 +3229;0;3060.00;9.70;1675.00;0.00;0.22 +3229;1;3059.50;9.70;1671.50;-0.14;0.22 +3229;2;3061.50;9.70;1671.50;0.40;0.22 +3229;3;3058.50;9.80;1675.50;4.39;0.22 +3229;4;3062.00;9.67;1675.00;1.57;0.22 +3229;5;3060.50;9.70;1677.50;2.94;0.22 +3229;9;3058.02;9.80;1675.00;1.57;0.22 +3229;10;3061.98;9.67;1675.00;-1.57;0.22 +3229;19;3065.00;9.53;1677.00;1.57;0.22 +3229;20;3066.62;9.53;1677.65;1.95;0.22 3229;21;3058.02;9.80;1675.00;1.57;0.22 +3230;0;3108.00;10.37;1574.00;0.00;0.24 +3230;1;3109.50;10.30;1571.50;0.54;0.24 +3230;2;3111.50;10.40;1573.00;1.29;0.24 +3230;3;3105.50;10.35;1574.00;4.71;0.24 +3230;4;3111.00;10.20;1575.00;1.89;0.24 +3230;5;3107.50;10.10;1575.50;3.46;0.24 +3230;6;3104.50;10.20;1576.50;4.09;0.24 +3230;9;3105.12;10.35;1574.00;1.57;0.24 +3230;10;3110.88;10.35;1574.00;-1.57;0.24 3230;21;3105.12;10.35;1574.00;1.57;0.24 +3231;0;2949.00;9.70;1606.00;0.00;0.20 +3231;1;2950.00;9.70;1604.50;0.58;0.20 +3231;2;2945.50;9.70;1606.50;4.57;0.20 +3231;3;2952.50;9.70;1605.00;1.29;0.20 +3231;4;2953.00;9.70;1606.50;1.69;0.20 +3231;5;2951.50;9.70;1608.50;2.35;0.20 +3231;6;2949.00;9.70;1608.00;3.14;0.20 +3231;9;2945.94;9.70;1606.00;1.57;0.20 +3231;10;2952.06;9.67;1606.00;-1.57;0.20 +3231;19;2941.00;9.50;1607.00;-1.71;0.20 +3231;20;2939.26;9.50;1607.21;4.58;0.20 3231;21;2945.94;9.70;1606.00;1.57;0.20 +3232;0;2649.00;9.50;149.00;0.00;1.06 +3232;1;2635.50;9.50;140.00;-0.98;1.06 +3232;2;2653.50;9.50;140.50;0.48;1.06 +3232;3;2631.50;9.50;146.50;-1.42;1.06 +3232;4;2666.00;9.50;150.00;1.63;1.06 +3232;5;2640.00;9.50;156.50;4.01;1.06 +3232;6;2656.00;9.50;159.50;2.55;1.06 +3232;9;2635.50;9.50;149.00;1.57;1.06 +3232;10;2662.50;9.50;149.00;-1.57;1.06 +3232;11;2627.40;9.50;134.60;-0.98;1.06 +3232;12;2656.20;9.50;135.40;0.48;1.06 +3232;13;2621.00;9.50;145.00;-1.42;1.06 +3232;14;2676.20;9.50;150.60;1.63;1.06 +3232;15;2634.60;9.50;161.00;4.01;1.06 +3232;16;2660.20;9.50;165.80;2.55;1.06 3232;21;2635.50;9.50;149.00;1.57;1.06 +3233;0;2011.00;9.50;51.00;0.00;0.82 +3233;1;2010.00;9.50;38.50;-0.08;0.82 +3233;2;2019.50;9.50;50.50;1.51;0.82 +3233;3;2002.00;9.50;45.00;-0.98;0.82 +3233;4;2002.50;9.50;56.50;4.13;0.82 +3233;5;2012.50;9.50;62.50;3.01;0.82 +3233;9;2003.62;9.50;51.00;1.57;0.82 +3233;10;2018.38;9.50;51.00;-1.57;0.82 +3233;11;2009.40;9.50;31.00;-0.08;0.82 +3233;12;2024.60;9.50;50.20;1.51;0.82 +3233;13;1996.60;9.50;41.40;-0.98;0.82 +3233;14;1997.40;9.50;59.80;4.13;0.82 +3233;15;2013.40;9.50;69.40;3.01;0.82 3233;21;2003.62;9.50;51.00;1.57;0.82 +3234;0;2945.00;9.70;1573.00;0.00;0.20 +3234;1;2943.50;9.70;1570.00;-0.46;0.20 +3234;2;2946.00;9.70;1571.50;0.58;0.20 +3234;3;2942.50;9.70;1572.00;-1.19;0.20 +3234;4;2943.00;9.95;1574.50;4.06;0.20 +3234;5;2947.00;9.70;1574.50;2.21;0.20 +3234;6;2945.50;9.80;1576.00;2.97;0.20 +3234;9;2943.20;9.75;1573.00;1.57;0.20 +3234;10;2946.80;9.70;1573.00;-1.57;0.20 3234;21;2943.20;9.75;1573.00;1.57;0.20 +3235;0;3311.00;9.90;1650.00;0.00;0.22 +3235;1;3309.50;10.20;1646.50;-0.40;0.22 +3235;2;3311.50;10.40;1646.50;0.14;0.22 +3235;3;3309.00;9.90;1648.50;-0.92;0.22 +3235;4;3312.50;10.00;1649.50;1.24;0.22 +3235;5;3310.00;10.02;1652.00;3.60;0.22 +3235;6;3313.00;10.05;1653.50;2.62;0.22 +3235;7;3311.50;10.20;1654.50;3.03;0.22 +3235;9;3309.02;9.95;1650.00;1.57;0.22 +3235;10;3312.98;10.00;1650.00;-1.57;0.22 3235;21;3309.02;9.95;1650.00;1.57;0.22 +3236;0;3375.00;10.17;1604.00;0.00;0.16 +3236;1;3373.50;10.50;1602.50;-0.78;0.16 +3236;2;3375.50;10.30;1603.00;0.46;0.16 +3236;3;3378.00;10.02;1604.00;1.57;0.16 +3236;4;3372.00;10.45;1604.50;4.54;0.16 +3236;5;3377.00;10.00;1605.00;2.03;0.16 +3236;6;3373.50;10.05;1606.00;3.78;0.16 +3236;9;3372.66;10.42;1604.00;1.57;0.16 +3236;10;3377.34;10.05;1604.00;-1.57;0.16 3236;21;3372.66;10.42;1604.00;1.57;0.16 +3237;0;2266.00;9.50;970.00;0.00;1.08 +3237;1;2273.00;9.50;958.00;0.52;1.08 +3237;2;2262.00;9.50;956.50;-0.28;1.08 +3237;3;2255.00;9.50;972.00;4.53;1.08 +3237;4;2279.00;9.50;970.00;1.57;1.08 +3237;5;2268.00;9.50;981.50;2.96;1.08 +3237;6;2255.00;9.50;985.50;3.75;1.08 +3237;9;2256.28;9.50;970.00;1.57;1.08 +3237;10;2275.72;9.50;970.00;-1.57;1.08 +3237;11;2277.20;9.50;950.80;0.52;1.08 +3237;12;2259.60;9.50;948.40;-0.28;1.08 +3237;13;2248.40;9.50;973.20;4.53;1.08 +3237;14;2286.80;9.50;970.00;1.57;1.08 +3237;15;2269.20;9.50;988.40;2.96;1.08 +3237;16;2248.40;9.50;994.80;3.75;1.08 3237;21;2256.28;9.50;970.00;1.57;1.08 +3238;0;2208.00;9.50;1596.00;0.00;1.66 +3238;1;2212.50;9.50;1577.50;0.23;1.66 +3238;2;2221.50;9.50;1579.50;0.68;1.66 +3238;3;2204.00;9.50;1583.50;-0.31;1.66 +3238;4;2193.50;9.50;1598.50;4.54;1.66 +3238;5;2225.50;9.50;1591.00;1.29;1.66 +3238;6;2218.00;9.50;1603.50;2.21;1.66 +3238;7;2205.00;9.50;1613.00;3.31;1.66 +3238;8;2193.50;9.50;1614.00;3.82;1.66 +3238;9;2192.88;9.50;1596.00;1.57;1.66 +3238;10;2223.12;9.50;1596.00;-1.57;1.66 +3238;11;2215.20;9.50;1566.40;0.23;1.66 +3238;12;2229.60;9.50;1569.60;0.68;1.66 +3238;13;2201.60;9.50;1576.00;-0.31;1.66 +3238;14;2184.80;9.50;1600.00;4.54;1.66 +3238;15;2236.00;9.50;1588.00;1.29;1.66 +3238;16;2224.00;9.50;1608.00;2.21;1.66 +3238;17;2203.20;9.50;1623.20;3.31;1.66 +3238;18;2184.80;9.50;1624.80;3.82;1.66 3238;21;2192.88;9.50;1596.00;1.57;1.66 +3239;0;1421.00;9.50;1049.00;0.00;1.22 +3239;1;1410.50;9.50;1037.00;-0.71;1.22 +3239;2;1400.50;9.50;1039.50;-1.13;1.22 +3239;3;1427.50;9.50;1037.00;0.49;1.22 +3239;4;1436.50;9.50;1047.00;1.44;1.22 +3239;5;1411.00;9.50;1055.00;4.17;1.22 +3239;6;1431.50;9.50;1060.50;2.40;1.22 +3239;7;1430.00;9.50;1065.00;2.62;1.22 +3239;8;1424.00;9.50;1065.00;2.95;1.22 +3239;9;1407.86;9.50;1049.00;1.57;1.22 +3239;10;1434.14;9.50;1049.00;-1.57;1.22 +3239;11;1404.20;9.50;1029.80;-0.71;1.22 +3239;12;1388.20;9.50;1033.80;-1.13;1.22 +3239;13;1431.40;9.50;1029.80;0.49;1.22 +3239;14;1445.80;9.50;1045.80;1.44;1.22 +3239;15;1405.00;9.50;1058.60;4.17;1.22 +3239;16;1437.80;9.50;1067.40;2.40;1.22 +3239;17;1435.40;9.50;1074.60;2.62;1.22 +3239;18;1425.80;9.50;1074.60;2.95;1.22 3239;21;1407.86;9.50;1049.00;1.57;1.22 +3240;0;3425.00;10.00;1661.00;0.00;0.20 +3240;1;3424.00;9.90;1659.00;-0.46;0.20 +3240;2;3423.00;9.90;1659.50;-0.92;0.20 +3240;3;3426.50;10.00;1659.50;0.78;0.20 +3240;4;3424.00;10.00;1662.50;3.73;0.20 +3240;5;3427.00;10.00;1662.50;2.21;0.20 +3240;9;3423.20;9.95;1661.00;1.57;0.20 +3240;10;3426.80;10.00;1661.00;-1.57;0.20 3240;21;3423.20;9.95;1661.00;1.57;0.20 +3241;0;2752.00;12.90;1573.00;0.00;0.22 +3241;1;2751.50;12.00;1570.00;-0.16;0.22 +3241;2;2749.50;13.40;1572.50;-1.37;0.22 +3241;3;2753.50;11.90;1572.00;0.98;0.22 +3241;4;2755.00;12.05;1574.00;1.89;0.22 +3241;5;2752.50;13.40;1574.50;2.82;0.22 +3241;9;2749.66;13.26;1573.00;1.57;0.22 +3241;10;2754.34;12.28;1573.00;-1.57;0.22 3241;21;2749.66;13.26;1573.00;1.57;0.22 +3242;0;2696.00;10.12;1619.00;0.00;0.24 +3242;1;2696.00;10.00;1616.50;0.00;0.24 +3242;2;2699.50;9.90;1617.50;1.16;0.24 +3242;3;2693.50;10.00;1618.00;-1.19;0.24 +3242;4;2698.50;10.30;1619.50;1.76;0.24 +3242;5;2692.50;10.20;1621.50;4.09;0.24 +3242;6;2695.00;10.00;1621.00;3.60;0.24 +3242;7;2694.00;10.00;1622.50;3.66;0.24 +3242;9;2692.76;10.12;1619.00;1.57;0.24 +3242;10;2699.24;10.16;1619.00;-1.57;0.24 +3242;19;2694.00;9.82;1624.00;-2.68;0.24 +3242;20;2693.35;9.82;1625.62;3.52;0.24 3242;21;2692.76;10.12;1619.00;1.57;0.24 +3243;0;956.00;9.50;427.00;0.00;1.26 +3243;1;952.00;9.50;413.50;-0.28;1.26 +3243;2;974.50;9.50;423.00;1.35;1.26 +3243;3;936.00;9.50;422.50;-1.34;1.26 +3243;4;945.50;9.50;437.50;3.92;1.26 +3243;5;979.50;9.50;432.50;1.80;1.26 +3243;6;966.50;9.50;438.50;2.40;1.26 +3243;9;939.80;9.50;427.00;1.57;1.26 +3243;10;972.20;9.50;427.00;-1.57;1.26 +3243;11;949.60;9.50;405.40;-0.28;1.26 +3243;12;985.60;9.50;420.60;1.35;1.26 +3243;13;924.00;9.50;419.80;-1.34;1.26 +3243;14;939.20;9.50;443.80;3.92;1.26 +3243;15;993.60;9.50;435.80;1.80;1.26 +3243;16;972.80;9.50;445.40;2.40;1.26 3243;21;939.80;9.50;427.00;1.57;1.26 +3244;0;146.00;9.50;703.00;0.00;1.06 +3244;1;143.00;9.50;690.00;-0.22;1.06 +3244;2;158.50;9.50;696.00;1.06;1.06 +3244;3;131.00;9.50;703.50;4.67;1.06 +3244;4;163.50;9.50;706.50;1.76;1.06 +3244;5;149.50;9.50;714.00;2.83;1.06 +3244;9;132.86;9.50;703.00;1.57;1.06 +3244;10;159.14;9.50;703.00;-1.57;1.06 +3244;11;141.20;9.50;682.20;-0.22;1.06 +3244;12;166.00;9.50;691.80;1.06;1.06 +3244;13;122.00;9.50;703.80;4.67;1.06 +3244;14;174.00;9.50;708.60;1.76;1.06 +3244;15;151.60;9.50;720.60;2.83;1.06 3244;21;132.86;9.50;703.00;1.57;1.06 +3245;0;3507.00;9.95;1666.00;0.00;0.24 +3245;1;3505.50;10.20;1663.00;-0.46;0.24 +3245;2;3508.50;10.35;1664.00;0.64;0.24 +3245;3;3504.50;9.75;1666.00;4.71;0.24 +3245;4;3509.50;10.20;1665.50;1.37;0.24 +3245;5;3508.50;9.85;1668.00;2.49;0.24 +3245;6;3506.00;9.87;1669.00;3.46;0.24 +3245;9;3504.84;9.78;1666.00;1.57;0.24 +3245;10;3509.16;10.10;1666.00;-1.57;0.24 3245;21;3504.84;9.78;1666.00;1.57;0.24 +3246;0;3549.00;10.70;1581.00;0.00;0.20 +3246;1;3547.50;10.80;1578.50;-0.54;0.20 +3246;2;3550.00;10.60;1579.50;0.58;0.20 +3246;3;3546.50;10.50;1580.50;-1.37;0.20 +3246;4;3551.00;10.55;1581.50;1.81;0.20 +3246;5;3548.50;10.60;1583.00;3.38;0.20 +3246;6;3550.50;10.70;1583.50;2.60;0.20 +3246;9;3547.20;10.55;1581.00;1.57;0.20 +3246;10;3550.80;10.52;1581.00;-1.57;0.20 3246;21;3547.20;10.55;1581.00;1.57;0.20 +3247;0;3303.00;10.25;1624.00;0.00;0.18 +3247;1;3303.00;10.05;1621.50;0.00;0.18 +3247;2;3300.00;9.90;1622.50;-1.10;0.18 +3247;3;3306.00;10.55;1623.50;1.40;0.18 +3247;4;3300.00;9.90;1624.00;4.71;0.18 +3247;5;3302.50;10.20;1625.50;3.46;0.18 +3247;6;3306.00;10.45;1625.50;2.03;0.18 +3247;9;3300.30;9.90;1624.00;1.57;0.18 +3247;10;3305.70;10.52;1624.00;-1.57;0.18 3247;21;3300.30;9.90;1624.00;1.57;0.18 +3248;0;42.00;9.50;1802.00;0.00;1.00 +3248;1;52.00;9.50;1794.00;0.89;1.00 +3248;2;45.00;9.50;1789.50;0.23;1.00 +3248;3;32.50;9.50;1799.50;-1.31;1.00 +3248;4;52.50;9.50;1804.00;1.75;1.00 +3248;5;38.00;9.50;1811.50;3.54;1.00 +3248;6;26.50;9.50;1811.00;4.18;1.00 +3248;7;50.50;9.50;1813.00;2.48;1.00 +3248;9;31.92;9.50;1802.00;1.57;1.00 +3248;10;52.08;9.50;1802.00;-1.57;1.00 +3248;11;58.00;9.50;1789.20;0.89;1.00 +3248;12;46.80;9.50;1782.00;0.23;1.00 +3248;13;26.80;9.50;1798.00;-1.31;1.00 +3248;14;58.80;9.50;1805.20;1.75;1.00 +3248;15;35.60;9.50;1817.20;3.54;1.00 +3248;16;17.20;9.50;1816.40;4.18;1.00 +3248;17;55.60;9.50;1819.60;2.48;1.00 3248;21;31.92;9.50;1802.00;1.57;1.00 +3249;0;892.00;9.50;1273.00;0.00;1.04 +3249;1;889.50;9.50;1260.50;-0.19;1.04 +3249;2;904.50;9.50;1262.00;0.84;1.04 +3249;3;877.00;9.50;1272.50;-1.53;1.04 +3249;4;908.50;9.50;1272.00;1.51;1.04 +3249;5;899.00;9.50;1284.50;2.59;1.04 +3249;6;883.00;9.50;1285.50;3.76;1.04 +3249;9;879.22;9.50;1273.00;1.57;1.04 +3249;10;904.78;9.50;1273.00;-1.57;1.04 +3249;11;888.00;9.50;1253.00;-0.19;1.04 +3249;12;912.00;9.50;1255.40;0.84;1.04 +3249;13;868.00;9.50;1272.20;-1.53;1.04 +3249;14;918.40;9.50;1271.40;1.51;1.04 +3249;15;903.20;9.50;1291.40;2.59;1.04 +3249;16;877.60;9.50;1293.00;3.76;1.04 3249;21;879.22;9.50;1273.00;1.57;1.04 +3250;0;3405.00;10.10;1587.00;0.00;0.20 +3250;1;3407.00;10.10;1585.50;0.92;0.20 +3250;2;3404.00;10.10;1585.50;-0.58;0.20 +3250;3;3401.50;10.10;1586.50;-1.42;0.20 +3250;4;3408.50;10.00;1588.00;1.84;0.20 +3250;5;3403.50;10.10;1588.50;3.92;0.20 +3250;6;3407.00;10.00;1589.00;2.35;0.20 +3250;9;3402.30;10.10;1587.00;1.57;0.20 +3250;10;3407.70;10.05;1587.00;-1.57;0.20 3250;21;3402.30;10.10;1587.00;1.57;0.20 +3251;0;3600.00;10.40;1645.00;0.00;0.26 +3251;1;3601.00;10.40;1641.50;0.27;0.26 +3251;2;3598.00;10.22;1644.00;-1.10;0.26 +3251;3;3603.00;10.42;1643.00;0.98;0.26 +3251;4;3602.00;10.40;1646.00;2.03;0.26 +3251;5;3596.50;9.90;1646.50;4.30;0.26 +3251;6;3598.00;10.27;1648.00;3.73;0.26 +3251;7;3600.50;10.40;1648.00;2.97;0.26 +3251;9;3597.66;10.08;1645.00;1.57;0.26 +3251;10;3602.34;10.40;1645.00;-1.57;0.26 3251;21;3597.66;10.08;1645.00;1.57;0.26 +3252;0;1105.00;9.50;791.00;0.00;1.08 +3252;1;1087.50;9.50;779.00;-0.97;1.08 +3252;2;1104.50;9.50;780.00;-0.04;1.08 +3252;3;1090.00;9.50;789.00;-1.43;1.08 +3252;4;1121.50;9.50;781.00;1.02;1.08 +3252;5;1120.00;9.50;792.00;1.63;1.08 +3252;6;1095.50;9.50;802.50;3.83;1.08 +3252;7;1108.00;9.50;803.00;2.89;1.08 +3252;9;1092.40;9.50;791.00;1.57;1.08 +3252;10;1117.60;9.50;791.00;-1.57;1.08 +3252;11;1077.00;9.50;771.80;-0.97;1.08 +3252;12;1104.20;9.50;773.40;-0.04;1.08 +3252;13;1081.00;9.50;787.80;-1.43;1.08 +3252;14;1131.40;9.50;775.00;1.02;1.08 +3252;15;1129.00;9.50;792.60;1.63;1.08 +3252;16;1089.80;9.50;809.40;3.83;1.08 +3252;17;1109.80;9.50;810.20;2.89;1.08 3252;21;1092.40;9.50;791.00;1.57;1.08 +3253;0;440.00;9.52;1943.00;0.00;1.70 +3253;1;449.00;9.50;1931.50;0.66;1.70 +3253;2;424.00;9.50;1931.50;-0.94;1.70 +3253;3;432.00;9.50;1933.00;-0.67;1.70 +3253;4;425.00;9.50;1944.00;4.64;1.70 +3253;5;461.50;9.50;1936.00;1.25;1.70 +3253;6;458.00;9.50;1942.00;1.51;1.70 +3253;7;444.50;9.50;1952.00;2.67;1.70 +3253;8;435.00;9.50;1958.50;3.45;1.70 +3253;9;424.52;9.50;1943.00;1.57;1.70 +3253;10;455.48;9.50;1943.00;-1.57;1.70 +3253;11;454.40;9.50;1924.60;0.66;1.70 +3253;12;414.40;9.50;1924.60;-0.94;1.70 +3253;13;427.20;9.50;1927.00;-0.67;1.70 +3253;14;416.00;9.50;1944.60;4.64;1.70 +3253;15;474.40;9.50;1931.80;1.25;1.70 +3253;16;468.80;9.50;1941.40;1.51;1.70 +3253;17;447.20;9.60;1957.40;2.67;1.70 +3253;18;432.00;9.50;1967.80;3.45;1.70 3253;21;424.52;9.50;1943.00;1.57;1.70 +3254;0;3165.00;9.92;1604.00;0.00;0.16 +3254;1;3162.50;9.90;1602.50;-1.03;0.16 +3254;2;3166.00;9.85;1602.00;0.46;0.16 +3254;3;3162.00;9.90;1604.50;4.54;0.16 +3254;4;3168.50;10.00;1603.50;1.42;0.16 +3254;5;3165.50;10.10;1605.50;2.82;0.16 +3254;6;3162.00;9.95;1606.00;4.12;0.16 +3254;9;3162.30;9.90;1604.00;1.57;0.16 +3254;10;3167.70;10.05;1604.00;-1.57;0.16 3254;21;3162.30;9.90;1604.00;1.57;0.16 +3255;0;3202.00;10.37;1652.00;0.00;0.20 +3255;1;3202.50;10.40;1650.00;0.24;0.20 +3255;2;3205.50;10.00;1651.00;1.29;0.20 +3255;3;3199.00;10.35;1651.50;-1.40;0.20 +3255;4;3205.50;10.30;1653.00;1.84;0.20 +3255;5;3197.00;10.30;1654.00;4.33;0.20 +3255;6;3200.50;10.35;1654.00;3.78;0.20 +3255;9;3198.40;10.30;1652.00;1.57;0.20 +3255;10;3205.60;10.14;1652.00;-1.57;0.20 3255;21;3198.40;10.30;1652.00;1.57;0.20 +3256;0;3188.00;9.80;1568.00;0.00;0.20 +3256;1;3187.00;9.80;1566.00;-0.46;0.20 +3256;2;3183.50;9.80;1567.50;-1.46;0.20 +3256;3;3192.00;9.85;1567.00;1.32;0.20 +3256;4;3191.50;9.80;1569.00;1.84;0.20 +3256;5;3186.50;9.85;1570.00;3.78;0.20 +3256;9;3184.04;9.80;1568.00;1.57;0.20 +3256;10;3191.96;9.84;1568.00;-1.57;0.20 3256;21;3191.96;9.84;1568.00;-1.57;0.20 +3257;0;3454.00;10.35;1603.00;0.00;0.20 +3257;1;3453.50;10.15;1601.00;-0.24;0.20 +3257;2;3456.00;10.50;1601.00;0.78;0.20 +3257;3;3451.50;9.95;1603.00;4.71;0.20 +3257;4;3456.00;10.40;1604.00;2.03;0.20 +3257;5;3453.50;10.35;1605.00;3.38;0.20 +3257;9;3452.02;10.02;1603.00;1.57;0.20 +3257;10;3455.98;10.45;1603.00;-1.57;0.20 3257;21;3452.02;10.02;1603.00;1.57;0.20 +3258;0;3011.00;9.75;1587.00;0.00;0.20 +3258;1;3010.00;9.75;1585.00;-0.46;0.20 +3258;2;3012.00;9.70;1584.50;0.38;0.20 +3258;3;3013.00;9.80;1586.50;1.32;0.20 +3258;4;3009.00;9.72;1587.00;4.71;0.20 +3258;5;3009.50;9.70;1589.50;3.68;0.20 +3258;6;3013.50;9.80;1589.50;2.35;0.20 +3258;7;3011.00;9.72;1590.00;3.14;0.20 +3258;9;3009.20;9.73;1587.00;1.57;0.20 +3258;10;3012.80;9.80;1587.00;-1.57;0.20 3258;21;3009.20;9.73;1587.00;1.57;0.20 +3259;0;3385.00;10.60;1649.00;0.00;0.22 +3259;1;3386.50;10.60;1647.00;0.64;0.22 +3259;2;3383.50;10.60;1647.50;-0.78;0.22 +3259;3;3387.50;10.60;1648.50;1.37;0.22 +3259;4;3382.50;10.60;1649.00;4.71;0.22 +3259;5;3384.00;10.65;1651.00;3.60;0.22 +3259;6;3386.50;10.60;1651.00;2.49;0.22 +3259;9;3382.84;10.60;1649.00;1.57;0.22 +3259;10;3387.16;10.60;1649.00;-1.57;0.22 3259;21;3382.84;10.60;1649.00;1.57;0.22 +3260;0;2984.00;9.70;1634.00;0.00;0.28 +3260;1;2983.00;9.70;1635.00;3.92;0.28 +3260;2;2985.50;9.70;1633.00;0.98;0.28 +3260;3;2979.50;9.50;1633.50;-1.46;0.28 +3260;9;2981.48;9.54;1634.00;1.57;0.28 +3260;10;2986.52;9.70;1634.00;-1.57;0.28 +3260;19;2990.00;9.70;1637.00;-2.36;0.28 +3260;20;2991.56;9.70;1637.78;2.03;0.28 3260;21;2981.48;9.54;1634.00;1.57;0.28 +3261;0;3513.00;10.40;1658.00;0.00;0.20 +3261;1;3511.00;10.40;1656.00;-0.78;0.20 +3261;2;3513.00;10.40;1655.50;0.00;0.20 +3261;3;3515.00;10.30;1657.00;1.10;0.20 +3261;4;3510.00;10.40;1657.50;-1.40;0.20 +3261;5;3516.00;10.35;1658.00;1.57;0.20 +3261;6;3511.50;10.40;1660.00;3.78;0.20 +3261;7;3514.50;10.40;1659.50;2.35;0.20 +3261;9;3510.48;10.40;1658.00;1.57;0.20 +3261;10;3515.52;10.35;1658.00;-1.57;0.20 3261;21;3510.48;10.40;1658.00;1.57;0.20 +3262;0;2880.00;9.70;1549.00;0.00;0.16 +3262;1;2877.00;9.60;1547.50;-1.10;0.16 +3262;2;2880.00;9.70;1547.50;0.00;0.16 +3262;3;2877.00;9.65;1548.50;-1.40;0.16 +3262;4;2882.50;9.70;1549.00;1.57;0.16 +3262;5;2880.00;9.70;1550.00;3.14;0.16 +3262;9;2877.48;9.64;1549.00;1.57;0.16 +3262;10;2882.52;9.70;1549.00;-1.57;0.16 3262;21;2881.74;9.80;1550.17;-1.57;0.16 +3263;0;3372.00;10.70;1621.00;0.00;0.20 +3263;1;3369.50;10.55;1619.00;-0.89;0.20 +3263;2;3372.00;10.60;1618.50;0.00;0.20 +3263;3;3374.00;11.10;1620.50;1.32;0.20 +3263;4;3369.00;10.45;1621.00;4.71;0.20 +3263;5;3371.50;10.80;1622.50;3.46;0.20 +3263;6;3374.50;11.30;1623.00;2.24;0.20 +3263;9;3369.66;10.45;1621.00;1.57;0.20 +3263;10;3374.34;11.21;1621.00;-1.57;0.20 3263;21;3369.66;10.45;1621.00;1.57;0.20 +3264;0;3580.00;10.50;1682.00;0.00;0.32 +3264;1;3579.00;10.40;1679.00;-0.32;0.32 +3264;2;3582.00;10.45;1681.00;1.10;0.32 +3264;3;3576.50;10.40;1680.50;-1.16;0.32 +3264;4;3577.50;10.40;1683.50;4.17;0.32 +3264;5;3584.00;10.40;1684.50;2.12;0.32 +3264;6;3581.50;10.50;1685.50;2.73;0.32 +3264;7;3579.00;10.50;1686.00;3.38;0.32 +3264;9;3577.12;10.40;1682.00;1.57;0.32 +3264;10;3582.88;10.46;1682.00;-1.57;0.32 3264;21;3577.12;10.40;1682.00;1.57;0.32 +3265;0;3624.00;9.90;1588.00;0.00;0.24 +3265;1;3624.50;9.85;1586.00;0.24;0.24 +3265;2;3621.00;9.80;1588.50;4.54;0.24 +3265;3;3627.50;9.90;1588.50;1.71;0.24 +3265;4;3624.50;9.90;1591.00;2.97;0.24 +3265;9;3621.12;9.80;1588.00;1.57;0.24 +3265;10;3626.88;9.88;1588.00;-1.57;0.24 3265;21;3621.12;9.80;1588.00;1.57;0.24 +3266;0;3470.00;9.90;1585.00;0.00;0.22 +3266;1;3471.50;9.90;1583.50;0.78;0.22 +3266;2;3468.50;9.90;1583.00;-0.64;0.22 +3266;3;3467.00;9.90;1584.00;-1.24;0.22 +3266;4;3469.50;9.90;1586.00;3.60;0.22 +3266;5;3472.00;9.90;1586.50;2.21;0.22 +3266;9;3467.84;9.90;1585.00;1.57;0.22 +3266;10;3472.16;9.90;1585.00;-1.57;0.22 3266;21;3467.84;9.90;1585.00;1.57;0.22 +3267;0;3241.00;10.20;1611.00;0.00;0.30 +3267;1;3239.50;10.50;1607.50;-0.40;0.30 +3267;2;3242.50;10.65;1609.00;0.64;0.30 +3267;3;3237.00;10.07;1609.00;-1.10;0.30 +3267;4;3238.00;10.00;1611.50;4.54;0.30 +3267;5;3243.00;10.00;1613.50;2.46;0.30 +3267;6;3240.50;10.00;1614.00;3.30;0.30 +3267;9;3238.30;10.04;1611.00;1.57;0.30 +3267;10;3243.70;10.30;1611.00;-1.57;0.30 3267;21;3238.30;10.04;1611.00;1.57;0.30 +3268;0;3455.00;10.40;1646.00;0.00;0.20 +3268;1;3455.00;10.35;1643.50;0.00;0.20 +3268;2;3456.50;10.40;1643.50;0.54;0.20 +3268;3;3456.50;10.40;1645.00;0.98;0.20 +3268;4;3453.00;10.10;1645.50;-1.32;0.20 +3268;5;3453.50;10.20;1648.50;3.68;0.20 +3268;6;3456.50;10.45;1648.00;2.49;0.20 +3268;9;3453.20;10.14;1646.00;1.57;0.20 +3268;10;3456.80;10.40;1646.00;-1.57;0.20 3268;21;3453.20;10.14;1646.00;1.57;0.20 +3269;0;3518.00;10.45;1602.00;0.00;0.22 +3269;1;3516.00;10.32;1600.00;-0.78;0.22 +3269;2;3520.00;10.60;1601.00;1.10;0.22 +3269;3;3520.00;10.67;1603.00;2.03;0.22 +3269;4;3516.50;10.25;1604.00;3.78;0.22 +3269;9;3515.48;10.35;1602.00;1.57;0.22 +3269;10;3520.52;10.65;1602.00;-1.57;0.22 3269;21;3515.48;10.35;1602.00;1.57;0.22 +3270;0;3590.00;10.40;1678.00;0.00;0.28 +3270;1;3590.50;10.35;1676.00;0.24;0.28 +3270;2;3587.50;10.30;1676.00;-0.89;0.28 +3270;3;3587.00;10.32;1679.00;4.39;0.28 +3270;4;3593.00;10.40;1679.00;1.89;0.28 +3270;5;3591.00;10.15;1681.50;2.86;0.28 +3270;9;3587.48;10.30;1678.00;1.57;0.28 +3270;10;3592.52;10.40;1678.00;-1.57;0.28 3270;21;3587.48;10.30;1678.00;1.57;0.28 +3271;0;2952.00;9.70;1578.00;0.00;0.20 +3271;1;2952.00;9.70;1576.00;0.00;0.20 +3271;2;2953.50;9.70;1576.00;0.64;0.20 +3271;3;2950.50;9.70;1577.00;-0.98;0.20 +3271;4;2954.00;9.70;1578.00;1.57;0.20 +3271;5;2950.50;9.70;1579.50;3.92;0.20 +3271;6;2952.50;9.70;1580.00;2.89;0.20 +3271;7;2954.00;9.70;1580.00;2.35;0.20 +3271;9;2950.20;9.70;1578.00;1.57;0.20 +3271;10;2953.80;9.70;1578.00;-1.57;0.20 3271;21;2950.20;9.70;1578.00;1.57;0.20 +3272;0;3175.00;10.40;1616.00;0.00;0.24 +3272;1;3176.00;11.00;1613.50;0.38;0.24 +3272;2;3172.50;10.75;1615.00;-1.19;0.24 +3272;3;3178.50;10.90;1613.50;0.95;0.24 +3272;4;3176.50;10.30;1616.50;1.89;0.24 +3272;5;3173.00;10.00;1617.50;4.06;0.24 +3272;6;3174.00;9.85;1619.00;3.46;0.24 +3272;9;3172.66;10.40;1616.00;1.57;0.24 +3272;10;3177.34;10.45;1616.00;-1.57;0.24 3272;21;3172.66;10.40;1616.00;1.57;0.24 +3273;0;2729.00;10.50;1654.00;0.00;0.24 +3273;1;2730.50;10.70;1651.50;0.54;0.24 +3273;2;2727.00;10.25;1653.50;-1.32;0.24 +3273;3;2730.50;11.20;1654.50;1.89;0.24 +3273;4;2728.00;10.40;1656.50;3.52;0.24 +3273;5;2730.00;11.40;1657.50;2.86;0.24 +3273;9;2726.84;10.28;1654.00;1.57;0.24 +3273;10;2731.16;11.36;1654.00;-1.57;0.24 3273;21;2726.84;10.28;1654.00;1.57;0.24 +3274;0;2734.00;11.30;1576.00;0.00;0.24 +3274;1;2734.00;11.20;1572.50;0.00;0.24 +3274;2;2736.00;11.42;1575.00;1.10;0.24 +3274;3;2731.50;10.95;1574.00;-0.89;0.24 +3274;4;2732.50;10.25;1577.00;4.12;0.24 +3274;5;2735.50;11.70;1579.00;2.67;0.24 +3274;6;2734.00;10.77;1580.00;3.14;0.24 +3274;9;2731.84;10.32;1576.00;1.57;0.24 +3274;10;2736.16;11.46;1576.00;-1.57;0.24 +3274;19;2733.00;9.50;1581.00;-2.16;0.24 +3274;20;2732.65;9.50;1582.71;3.33;0.24 3274;21;2731.84;10.32;1576.00;1.57;0.24 +3275;0;3442.00;9.80;1619.00;0.00;0.20 +3275;1;3441.50;9.80;1616.50;-0.19;0.20 +3275;2;3439.50;9.80;1617.00;-0.89;0.20 +3275;3;3444.50;9.80;1617.00;0.89;0.20 +3275;4;3439.50;9.80;1619.50;4.51;0.20 +3275;5;3444.50;9.80;1619.50;1.76;0.20 +3275;6;3443.00;9.80;1621.00;2.67;0.20 +3275;9;3439.84;9.80;1619.00;1.57;0.20 +3275;10;3444.16;9.80;1619.00;-1.57;0.20 3275;21;3439.84;9.80;1619.00;1.57;0.20 +3276;0;3545.00;10.47;1590.00;0.00;0.24 +3276;1;3543.50;10.30;1587.50;-0.54;0.24 +3276;2;3546.50;10.40;1587.50;0.54;0.24 +3276;3;3542.00;10.60;1589.50;-1.40;0.24 +3276;4;3548.00;10.27;1590.00;1.57;0.24 +3276;5;3544.00;10.70;1591.50;3.73;0.24 +3276;6;3547.00;10.47;1592.00;2.35;0.24 +3276;9;3542.66;10.60;1590.00;1.57;0.24 +3276;10;3547.34;10.21;1590.00;-1.57;0.24 3276;21;3542.66;10.60;1590.00;1.57;0.24 +3277;0;2951.00;9.70;1638.00;0.00;0.20 +3277;1;2952.00;9.70;1636.00;0.46;0.20 +3277;2;2955.50;9.70;1637.50;1.46;0.20 +3277;3;2949.00;9.70;1636.00;-0.78;0.20 +3277;4;2946.50;9.70;1638.50;4.60;0.20 +3277;5;2950.50;9.70;1639.50;3.46;0.20 +3277;6;2954.50;9.70;1639.50;1.97;0.20 +3277;7;2955.00;9.70;1636.50;1.21;0.20 +3277;9;2947.40;9.70;1638.00;1.57;0.20 +3277;10;2954.60;9.70;1638.00;-1.57;0.20 +3277;19;2959.00;9.57;1638.00;1.46;0.20 +3277;20;2960.75;9.57;1638.00;1.57;0.20 3277;21;2947.40;9.70;1638.00;1.57;0.20 +3278;0;3308.00;9.90;1596.00;0.00;0.18 +3278;1;3307.00;9.90;1594.50;-0.58;0.18 +3278;2;3311.00;9.90;1595.00;1.24;0.18 +3278;3;3304.50;9.90;1596.00;4.71;0.18 +3278;4;3307.00;9.90;1597.00;3.92;0.18 +3278;5;3311.00;9.90;1597.50;2.03;0.18 +3278;6;3309.00;9.90;1598.50;2.76;0.18 +3278;9;3305.30;9.90;1596.00;1.57;0.18 +3278;10;3310.70;9.90;1596.00;-1.57;0.18 3278;21;3305.30;9.90;1596.00;1.57;0.18 +3279;0;3338.00;10.42;1636.00;0.00;0.22 +3279;1;3337.50;10.50;1633.50;-0.19;0.22 +3279;2;3339.50;10.60;1633.50;0.54;0.22 +3279;3;3336.00;10.55;1636.00;4.71;0.22 +3279;4;3340.00;10.45;1635.50;1.32;0.22 +3279;5;3338.00;10.55;1638.00;3.14;0.22 +3279;6;3335.50;10.55;1639.00;3.83;0.22 +3279;9;3336.02;10.54;1636.00;1.57;0.22 +3279;10;3339.98;10.47;1636.00;-1.57;0.22 3279;21;3336.02;10.54;1636.00;1.57;0.22 +3280;0;3721.00;12.42;1664.00;0.00;0.30 +3280;1;3719.00;11.30;1659.50;-0.41;0.30 +3280;2;3721.00;11.67;1659.00;0.00;0.30 +3280;3;3723.00;12.65;1662.00;0.78;0.30 +3280;4;3718.00;12.35;1665.00;4.39;0.30 +3280;5;3722.50;13.70;1667.50;2.73;0.30 +3280;6;3720.00;13.20;1669.50;3.32;0.30 +3280;9;3718.30;12.27;1664.00;1.57;0.30 +3280;10;3723.70;12.75;1664.00;-1.57;0.30 3280;21;3718.30;12.27;1664.00;1.57;0.30 +3281;0;3184.00;9.95;1576.00;0.00;0.24 +3281;1;3184.50;9.90;1574.00;0.24;0.24 +3281;2;3182.00;9.90;1573.50;-0.67;0.24 +3281;3;3181.50;9.90;1575.50;-1.37;0.24 +3281;4;3187.50;9.90;1576.00;1.57;0.24 +3281;5;3181.00;10.30;1577.50;4.24;0.24 +3281;6;3184.50;10.20;1578.00;2.89;0.24 +3281;9;3181.12;10.00;1576.00;1.57;0.24 +3281;10;3186.88;9.90;1576.00;-1.57;0.24 3281;21;3186.88;9.90;1576.00;-1.57;0.24 +3282;0;3528.00;9.90;1642.00;0.00;0.18 +3282;1;3528.00;9.90;1640.00;0.00;0.18 +3282;2;3525.50;9.90;1641.50;-1.37;0.18 +3282;3;3531.00;9.80;1641.50;1.40;0.18 +3282;4;3530.00;9.80;1643.50;2.21;0.18 +3282;5;3527.00;9.90;1643.50;3.73;0.18 +3282;9;3525.66;9.90;1642.00;1.57;0.18 +3282;10;3530.34;9.81;1642.00;-1.57;0.18 3282;21;3525.66;9.90;1642.00;1.57;0.18 +3283;0;3074.00;10.00;1547.00;0.00;0.24 +3283;1;3072.50;10.40;1544.50;-0.54;0.24 +3283;2;3075.00;10.02;1546.00;0.78;0.24 +3283;3;3072.50;10.10;1547.50;4.39;0.24 +3283;4;3077.00;9.85;1548.50;2.03;0.24 +3283;5;3073.50;9.95;1549.00;3.38;0.24 +3283;6;3075.50;9.90;1549.50;2.60;0.24 +3283;9;3071.84;10.28;1547.00;1.57;0.24 +3283;10;3076.16;9.95;1547.00;-1.57;0.24 3283;21;3071.84;10.28;1547.00;1.57;0.24 +3284;0;1849.00;9.70;1035.00;0.00;0.26 +3284;1;1848.00;9.55;1034.50;-1.10;0.26 +3284;2;1851.50;9.70;1037.50;2.35;0.26 +3284;3;1848.00;9.50;1030.00;-0.19;0.26 +3284;4;1851.50;9.70;1038.50;2.52;0.26 +3284;9;1846.12;9.50;1035.00;1.57;0.26 +3284;10;1851.88;9.70;1035.00;-1.57;0.26 +3284;19;1845.00;9.50;1031.00;-1.11;0.26 +3284;20;1843.76;9.50;1029.76;-0.78;0.26 3284;21;1847.34;9.70;1038.60;1.57;0.26 +3285;0;3509.00;10.00;1619.00;0.00;0.22 +3285;1;3507.50;10.00;1617.00;-0.64;0.22 +3285;2;3509.00;10.00;1616.50;0.00;0.22 +3285;3;3507.00;10.00;1619.00;4.71;0.22 +3285;4;3511.50;10.05;1619.00;1.57;0.22 +3285;5;3511.00;10.05;1621.50;2.46;0.22 +3285;6;3509.50;10.00;1621.50;2.94;0.22 +3285;9;3507.02;10.00;1619.00;1.57;0.22 +3285;10;3510.98;10.02;1619.00;-1.57;0.22 3285;21;3507.02;10.00;1619.00;1.57;0.22 +3286;0;3019.00;10.00;1692.00;0.00;0.26 +3286;1;3018.00;10.07;1690.00;-0.46;0.26 +3286;2;3020.50;10.10;1689.00;0.46;0.26 +3286;3;1509.00;9.50;845.50;-1.06;0.26 +3286;4;3016.50;10.00;1691.00;-1.19;0.26 +3286;5;3015.50;9.90;1693.50;4.30;0.26 +3286;6;3019.00;10.00;1694.00;3.14;0.26 +3286;9;3016.48;9.99;1692.00;1.57;0.26 +3286;10;3021.52;10.09;1692.00;-1.57;0.26 3286;21;3016.48;9.99;1692.00;1.57;0.26 +3287;0;2806.00;9.80;1584.00;0.00;0.28 +3287;1;2805.50;10.00;1581.50;-0.19;0.28 +3287;2;2809.00;10.00;1582.00;0.98;0.28 +3287;3;2803.00;9.80;1583.50;-1.40;0.28 +3287;4;2808.50;9.80;1585.00;1.95;0.28 +3287;5;2803.00;9.80;1585.00;4.39;0.28 +3287;6;2805.00;9.80;1586.50;3.52;0.28 +3287;9;2803.48;9.80;1584.00;1.57;0.28 +3287;10;2808.52;9.85;1584.00;-1.57;0.28 +3287;19;2805.95;9.50;1590.63;-3.26;0.28 +3287;20;2805.94;9.50;1592.38;3.14;0.28 3287;21;2808.52;9.85;1584.00;-1.57;0.28 +3288;0;3146.00;9.87;1628.00;0.00;0.32 +3288;1;3149.50;10.10;1625.50;0.95;0.32 +3288;2;3144.50;9.70;1627.00;-0.98;0.32 +3288;3;3150.00;10.22;1627.00;1.32;0.32 +3288;4;3145.00;9.75;1630.00;3.60;0.32 +3288;5;3143.00;9.70;1631.00;3.92;0.32 +3288;9;3142.76;9.62;1628.00;1.57;0.32 +3288;10;3149.24;10.18;1628.00;-1.57;0.32 3288;21;3143.00;9.65;1628.00;0.00;0.32 +3288;22;3149.50;10.10;1625.50;0.95;0.32 +3288;23;3144.50;9.70;1627.00;-0.98;0.32 +3288;24;3150.00;10.22;1627.00;1.32;0.32 +3288;25;3145.00;9.75;1630.00;3.60;0.32 +3288;26;3143.00;9.70;1631.00;3.92;0.32 +3288;38;3149.24;10.18;1628.00;-1.57;0.32 +3289;0;3661.00;11.10;1602.00;0.00;0.30 +3289;1;3660.00;10.65;1598.50;-0.27;0.30 +3289;2;3665.00;10.75;1600.50;1.21;0.30 +3289;3;3656.50;10.45;1602.00;4.71;0.30 +3289;4;3663.00;10.65;1605.00;2.55;0.30 +3289;5;3657.50;10.30;1604.50;4.09;0.30 +3289;9;3657.22;10.48;1602.00;1.57;0.30 +3289;10;3664.78;10.99;1602.00;-1.57;0.30 3289;21;3657.22;10.48;1602.00;1.57;0.30 +3290;0;3408.00;11.45;1634.00;0.00;0.22 +3290;1;3407.00;11.25;1631.50;-0.38;0.22 +3290;2;3409.00;11.05;1632.00;0.46;0.22 +3290;3;3405.50;11.50;1632.50;-1.03;0.22 +3290;4;3406.00;11.50;1635.00;4.24;0.22 +3290;5;3410.00;11.40;1634.50;1.81;0.22 +3290;6;3409.50;11.50;1636.50;2.60;0.22 +3290;9;3406.02;11.50;1634.00;1.57;0.22 +3290;10;3409.98;11.32;1634.00;-1.57;0.22 3290;21;3406.02;11.50;1634.00;1.57;0.22 +3291;0;3400.00;10.02;1558.00;0.00;0.24 +3291;1;3397.50;10.20;1556.00;-0.89;0.24 +3291;2;3400.00;9.95;1555.50;0.00;0.24 +3291;3;3402.00;10.00;1556.00;0.78;0.24 +3291;4;3397.50;10.40;1558.50;4.51;0.24 +3291;5;3402.00;10.00;1559.00;2.03;0.24 +3291;6;3400.00;10.10;1561.00;3.14;0.24 +3291;9;3397.84;10.31;1558.00;1.57;0.24 +3291;10;3402.16;10.00;1558.00;-1.57;0.24 3291;21;3397.84;10.31;1558.00;1.57;0.24 +3292;0;3385.00;10.00;1593.00;0.00;0.14 +3292;1;3383.00;10.00;1592.50;-1.32;0.14 +3292;2;3386.00;10.00;1591.50;0.58;0.14 +3292;3;3388.50;10.00;1591.50;1.16;0.14 +3292;4;3388.50;10.05;1593.00;1.57;0.14 +3292;5;3382.50;10.00;1594.00;4.33;0.14 +3292;6;3387.50;10.05;1594.00;1.95;0.14 +3292;7;3384.50;10.00;1594.50;3.46;0.14 +3292;9;3382.48;10.00;1593.00;1.57;0.14 +3292;10;3387.52;10.00;1593.00;-1.57;0.14 3292;21;3382.48;10.00;1593.00;1.57;0.14 +3293;0;3265.00;9.80;1568.00;0.00;0.22 +3293;1;3264.50;9.80;1565.50;-0.19;0.22 +3293;2;3267.50;9.80;1567.00;1.19;0.22 +3293;3;3261.50;9.80;1568.50;4.57;0.22 +3293;4;3267.00;9.80;1569.50;2.21;0.22 +3293;5;3262.50;9.80;1570.50;3.92;0.22 +3293;6;3265.00;9.80;1570.50;3.14;0.22 +3293;9;3262.48;9.80;1568.00;1.57;0.22 +3293;10;3267.52;9.80;1568.00;-1.57;0.22 3293;21;3262.48;9.80;1568.00;1.57;0.22 +3294;0;3601.00;9.80;1659.00;0.00;0.30 +3294;1;3601.00;10.15;1655.00;0.00;0.30 +3294;2;3603.50;9.95;1656.00;0.69;0.30 +3294;3;3599.00;9.80;1658.00;-1.10;0.30 +3294;4;3603.50;9.80;1659.50;1.76;0.30 +3294;5;3597.00;9.80;1660.00;4.46;0.30 +3294;6;3599.50;9.80;1661.50;3.68;0.30 +3294;9;3597.94;9.80;1659.00;1.57;0.30 +3294;10;3604.06;9.80;1659.00;-1.57;0.30 3294;21;3597.94;9.80;1659.00;1.57;0.30 +3295;0;3100.00;9.72;1586.00;0.00;0.32 +3295;1;3096.50;9.85;1583.00;-0.86;0.32 +3295;2;3099.00;10.00;1582.50;-0.27;0.32 +3295;3;3100.50;10.00;1582.50;0.14;0.32 +3295;4;3102.00;9.80;1584.00;0.78;0.32 +3295;5;3095.00;9.75;1585.50;-1.47;0.32 +3295;6;3103.50;9.80;1586.50;1.71;0.32 +3295;7;3098.50;9.90;1587.50;3.92;0.32 +3295;8;3103.50;9.80;1589.00;2.27;0.32 +3295;9;3096.40;9.80;1586.00;1.57;0.32 +3295;10;3103.60;9.80;1586.00;-1.57;0.32 3295;21;3097.87;10.30;1581.58;-1.57;0.32 +3296;0;3146.00;9.65;1673.00;0.00;0.26 +3296;1;3145.00;9.67;1671.00;-0.46;0.26 +3296;2;3148.50;9.75;1671.00;0.89;0.26 +3296;3;3144.50;9.70;1675.00;3.78;0.26 +3296;4;3148.00;9.65;1674.50;2.21;0.26 +3296;9;3143.48;9.70;1673.00;1.57;0.26 +3296;10;3148.52;9.70;1673.00;-1.57;0.26 +3296;19;3142.00;9.57;1674.00;-2.50;0.26 +3296;20;3140.30;9.57;1674.42;4.46;0.26 3296;21;3143.48;9.70;1673.00;1.57;0.26 +3297;0;3319.00;10.60;1613.00;0.00;0.22 +3297;1;3319.00;10.55;1610.50;0.00;0.22 +3297;2;3320.00;10.60;1611.50;0.58;0.22 +3297;3;3317.00;10.55;1611.50;-0.92;0.22 +3297;4;3321.50;10.60;1613.50;1.76;0.22 +3297;5;3316.50;10.50;1613.50;4.51;0.22 +3297;6;3317.50;10.60;1615.00;3.78;0.22 +3297;7;3320.00;10.60;1615.00;2.67;0.22 +3297;9;3317.02;10.55;1613.00;1.57;0.22 +3297;10;3320.98;10.60;1613.00;-1.57;0.22 3297;21;3317.02;10.55;1613.00;1.57;0.22 +3298;0;3228.00;10.00;1673.00;0.00;0.26 +3298;1;3226.50;10.20;1670.00;-0.46;0.26 +3298;2;3229.00;10.05;1669.00;0.24;0.26 +3298;3;3231.00;9.85;1673.00;1.57;0.26 +3298;4;3225.50;10.30;1672.50;-1.37;0.26 +3298;5;3227.00;10.30;1675.50;3.52;0.26 +3298;6;3230.00;10.22;1676.00;2.55;0.26 +3298;7;3231.50;10.30;1676.00;2.27;0.26 +3298;9;3225.66;10.33;1673.00;1.57;0.26 +3298;10;3230.34;9.85;1673.00;-1.57;0.26 3298;21;3225.66;10.33;1673.00;1.57;0.26 +3299;0;2989.00;11.12;1497.00;0.00;0.24 +3299;1;2987.50;11.10;1494.50;-0.54;0.24 +3299;2;2986.00;11.05;1495.50;-1.10;0.24 +3299;3;2990.50;11.20;1495.50;0.78;0.24 +3299;4;2986.00;10.92;1497.00;4.71;0.24 +3299;5;2992.50;11.20;1498.00;1.84;0.24 +3299;6;2989.00;10.92;1500.00;3.14;0.24 +3299;7;2992.50;11.10;1499.50;2.19;0.24 +3299;9;2986.12;10.94;1497.00;1.57;0.24 +3299;10;2991.88;11.20;1497.00;-1.57;0.24 3299;21;2986.12;10.94;1497.00;1.57;0.24 +3300;0;3612.00;10.50;1648.00;0.00;0.26 +3300;1;3613.00;10.50;1646.00;0.46;0.26 +3300;2;3608.00;10.50;1647.50;-1.44;0.26 +3300;3;3615.50;10.60;1648.50;1.71;0.26 +3300;4;3609.00;10.45;1650.50;4.01;0.26 +3300;5;3612.50;10.50;1650.50;2.94;0.26 +3300;9;3608.76;10.50;1648.00;1.57;0.26 +3300;10;3615.24;10.58;1648.00;-1.57;0.26 3300;21;3608.76;10.50;1648.00;1.57;0.26 +3301;0;2755.00;10.17;1587.00;0.00;0.18 +3301;1;2753.50;10.35;1586.00;-0.98;0.18 +3301;2;2757.50;10.20;1585.50;1.03;0.18 +3301;3;2759.00;10.07;1586.00;1.32;0.18 +3301;4;2757.50;10.15;1588.00;1.95;0.18 +3301;5;2751.00;10.95;1587.50;4.58;0.18 +3301;6;2752.00;10.75;1588.00;4.39;0.18 +3301;7;2755.50;10.10;1589.00;2.89;0.18 +3301;9;2752.12;10.67;1587.00;1.57;0.18 +3301;10;2757.88;10.16;1587.00;-1.57;0.18 3301;21;2752.12;10.67;1587.00;1.57;0.18 +3302;0;3451.00;10.05;1595.00;0.00;0.16 +3302;1;3449.00;10.00;1594.00;-1.10;0.16 +3302;2;3452.00;10.30;1593.50;0.58;0.16 +3302;3;3449.00;9.80;1595.50;4.46;0.16 +3302;4;3453.50;10.05;1595.00;1.57;0.16 +3302;5;3452.00;9.85;1597.00;2.67;0.16 +3302;9;3448.84;9.86;1595.00;1.57;0.16 +3302;10;3453.16;10.08;1595.00;-1.57;0.16 3302;21;3448.84;9.86;1595.00;1.57;0.16 +3303;0;3489.00;9.90;1634.00;0.00;0.20 +3303;1;3491.00;9.95;1632.00;0.78;0.20 +3303;2;3488.00;9.90;1632.50;-0.58;0.20 +3303;3;3492.00;9.90;1634.00;1.57;0.20 +3303;4;3486.00;9.90;1634.50;4.54;0.20 +3303;5;3489.50;9.90;1635.50;2.82;0.20 +3303;9;3486.66;9.90;1634.00;1.57;0.20 +3303;10;3491.34;9.90;1634.00;-1.57;0.20 3303;21;3486.66;9.90;1634.00;1.57;0.20 +3304;0;3477.00;9.80;1559.00;0.00;0.18 +3304;1;3476.00;9.80;1557.50;-0.58;0.18 +3304;2;3478.50;9.80;1557.50;0.78;0.18 +3304;3;3474.00;9.80;1558.50;-1.40;0.18 +3304;4;3479.50;9.80;1559.00;1.57;0.18 +3304;5;3475.50;9.80;1560.50;3.92;0.18 +3304;6;3478.00;9.80;1561.00;2.67;0.18 +3304;9;3474.84;9.80;1559.00;1.57;0.18 +3304;10;3479.16;9.80;1559.00;-1.57;0.18 3304;21;3474.84;9.80;1559.00;1.57;0.18 +3305;0;2987.00;9.50;1618.00;0.00;0.32 +3305;1;2985.00;9.70;1617.00;-1.10;0.32 +3305;2;2992.95;9.70;1617.80;1.57;0.32 +3305;3;2992.00;9.70;1619.58;2.07;0.32 +3305;4;2989.79;9.50;1620.38;2.62;0.32 +3305;9;2982.32;9.63;1618.00;1.57;0.32 +3305;10;2991.68;9.50;1618.00;-1.57;0.32 +3305;19;2994.00;9.57;1624.00;-4.21;0.32 +3305;20;2995.32;9.57;1625.13;2.27;0.32 3305;21;2982.32;9.63;1618.00;1.57;0.32 +3306;0;3340.00;10.27;1571.00;0.00;0.20 +3306;1;3338.50;9.90;1568.50;-0.54;0.20 +3306;2;3340.00;9.92;1568.00;0.00;0.20 +3306;3;3341.00;10.25;1569.50;0.58;0.20 +3306;4;3338.00;10.00;1571.50;4.46;0.20 +3306;5;3342.50;10.40;1572.50;2.11;0.20 +3306;6;3340.50;10.40;1573.00;2.89;0.20 +3306;9;3338.20;10.00;1571.00;1.57;0.20 +3306;10;3341.80;10.45;1571.00;-1.57;0.20 3306;21;3338.20;10.00;1571.00;1.57;0.20 +3307;0;3001.00;9.70;1669.00;0.00;0.24 +3307;1;2998.50;9.50;1668.50;-1.37;0.24 +3307;2;3003.00;9.70;1667.50;0.92;0.24 +3307;3;3005.00;9.80;1669.00;1.57;0.24 +3307;4;3001.50;9.70;1670.50;2.82;0.24 +3307;5;2999.00;9.70;1672.00;3.73;0.24 +3307;9;2998.30;9.50;1669.00;1.57;0.24 +3307;10;3003.70;9.72;1669.00;-1.57;0.24 +3307;19;2998.00;9.50;1667.00;-1.37;0.24 +3307;20;2996.54;9.50;1666.02;-0.98;0.24 3307;21;2998.30;9.50;1669.00;1.57;0.24 +3308;0;3381.00;9.95;1610.00;0.00;0.18 +3308;1;3380.00;9.95;1608.00;-0.46;0.18 +3308;2;3382.50;9.90;1609.50;1.24;0.18 +3308;3;3378.00;10.15;1610.50;4.54;0.18 +3308;4;3383.50;10.15;1611.00;1.95;0.18 +3308;5;3381.50;10.25;1612.00;2.89;0.18 +3308;9;3378.84;10.03;1610.00;1.57;0.18 +3308;10;3383.16;9.98;1610.00;-1.57;0.18 3308;21;3378.84;10.03;1610.00;1.57;0.18 +3309;0;3204.00;10.40;1577.00;0.00;0.24 +3309;1;3207.00;10.40;1574.50;0.87;0.24 +3309;2;3202.50;10.35;1576.00;-0.98;0.24 +3309;3;3207.50;10.40;1576.50;1.42;0.24 +3309;4;3206.00;10.50;1578.50;2.21;0.24 +3309;5;3199.00;10.00;1578.50;4.42;0.24 +3309;6;3202.50;10.10;1579.00;3.78;0.24 +3309;9;3200.76;10.06;1577.00;1.57;0.24 +3309;10;3207.24;10.41;1577.00;-1.57;0.24 3309;21;3200.76;10.06;1577.00;1.57;0.24 +3310;0;3249.00;9.80;1669.00;0.00;0.24 +3310;1;3248.50;9.80;1667.00;-0.24;0.24 +3310;2;3251.50;9.80;1667.00;0.89;0.24 +3310;3;3246.00;9.80;1669.00;4.71;0.24 +3310;4;3251.50;9.80;1669.00;1.57;0.24 +3310;5;3249.00;9.75;1671.00;3.14;0.24 +3310;6;3246.50;9.80;1671.50;3.92;0.24 +3310;9;3246.66;9.80;1669.00;1.57;0.24 +3310;10;3251.34;9.80;1669.00;-1.57;0.24 3310;21;3246.66;9.80;1669.00;1.57;0.24 +3311;0;2725.00;9.70;1617.00;0.00;0.14 +3311;1;2725.00;9.70;1617.00;0.00;0.14 +3311;9;2723.74;9.54;1617.00;1.57;0.14 +3311;10;2726.26;9.54;1617.00;-1.57;0.14 +3311;19;2728.37;9.50;1615.21;-0.67;0.14 +3311;20;2726.89;9.50;1612.48;-0.33;0.14 3311;21;2723.74;9.54;1617.00;1.57;0.14 +3312;0;3020.00;9.87;1586.00;0.00;0.20 +3312;1;3018.00;9.85;1584.50;-0.92;0.20 +3312;2;3017.50;9.75;1586.00;4.71;0.20 +3312;3;3021.00;10.25;1584.50;0.58;0.20 +3312;4;3023.00;10.25;1585.50;1.40;0.20 +3312;5;3020.50;9.90;1588.00;2.89;0.20 +3312;9;3017.48;9.75;1586.00;1.57;0.20 +3312;10;3022.52;10.15;1586.00;-1.57;0.20 3312;21;3022.52;10.15;1586.00;-1.57;0.20 +3313;0;3300.00;9.95;1631.00;0.00;0.20 +3313;1;3301.00;10.00;1629.00;0.46;0.20 +3313;2;3297.50;9.90;1630.50;-1.37;0.20 +3313;3;3303.50;9.90;1631.00;1.57;0.20 +3313;4;3301.00;9.90;1632.50;2.55;0.20 +3313;5;3297.00;9.90;1633.00;4.12;0.20 +3313;9;3297.12;9.90;1631.00;1.57;0.20 +3313;10;3302.88;9.90;1631.00;-1.57;0.20 3313;21;3297.12;9.90;1631.00;1.57;0.20 +3314;0;2883.00;9.70;1576.00;0.00;0.20 +3314;1;2881.50;9.70;1573.50;-0.54;0.20 +3314;2;2883.00;9.70;1573.00;0.00;0.20 +3314;3;2884.00;9.67;1574.00;0.46;0.20 +3314;4;2880.50;9.60;1575.50;-1.37;0.20 +3314;5;2883.00;9.50;1578.50;3.14;0.20 +3314;6;2886.00;9.50;1577.50;2.03;0.20 +3314;9;2881.20;9.64;1576.00;1.57;0.20 +3314;10;2884.80;9.65;1576.00;-1.57;0.20 +3314;19;2880.75;9.50;1577.26;-2.44;0.20 +3314;20;2879.22;9.50;1578.11;4.20;0.20 3314;21;2884.80;9.65;1576.00;-1.57;0.20 +3315;0;3555.00;9.80;1643.00;0.00;0.24 +3315;1;3554.00;9.80;1641.00;-0.46;0.24 +3315;2;3556.50;9.80;1641.00;0.64;0.24 +3315;3;3552.50;9.80;1642.00;-1.19;0.24 +3315;4;3557.00;9.80;1643.00;1.57;0.24 +3315;5;3552.50;9.80;1644.00;4.33;0.24 +3315;6;3554.50;9.80;1645.00;3.38;0.24 +3315;9;3552.66;9.80;1643.00;1.57;0.24 +3315;10;3557.34;9.80;1643.00;-1.57;0.24 3315;21;3552.66;9.80;1643.00;1.57;0.24 +3316;0;3548.00;10.00;1559.00;0.00;0.18 +3316;1;3546.00;9.80;1557.00;-0.78;0.18 +3316;2;3549.50;10.00;1558.50;1.24;0.18 +3316;3;3545.00;9.85;1558.50;-1.40;0.18 +3316;4;3545.50;9.85;1560.00;4.33;0.18 +3316;5;3549.00;10.20;1560.50;2.55;0.18 +3316;6;3552.00;10.15;1560.50;1.93;0.18 +3316;9;3545.48;9.85;1559.00;1.57;0.18 +3316;10;3550.52;9.95;1559.00;-1.57;0.18 3316;21;3545.48;9.85;1559.00;1.57;0.18 +3317;0;3521.00;10.60;1591.00;0.00;0.22 +3317;1;3520.50;10.60;1588.50;-0.19;0.22 +3317;2;3523.00;10.65;1588.50;0.67;0.22 +3317;3;3518.50;10.55;1590.00;-1.19;0.22 +3317;4;3524.50;10.30;1590.50;1.42;0.22 +3317;5;3522.00;10.65;1592.50;2.55;0.22 +3317;6;3518.50;10.45;1593.00;4.03;0.22 +3317;9;3518.48;10.55;1591.00;1.57;0.22 +3317;10;3523.52;10.39;1591.00;-1.57;0.22 3317;21;3518.48;10.55;1591.00;1.57;0.22 +3318;0;3408.00;10.00;1560.00;0.00;0.22 +3318;1;3408.50;10.00;1558.00;0.24;0.22 +3318;2;3406.00;10.00;1560.00;4.71;0.22 +3318;3;3410.00;10.00;1560.00;1.57;0.22 +3318;4;3405.50;10.00;1562.50;3.92;0.22 +3318;5;3407.50;10.00;1562.50;3.33;0.22 +3318;6;3409.50;10.00;1563.00;2.67;0.22 +3318;9;3406.02;10.00;1560.00;1.57;0.22 +3318;10;3409.98;10.00;1560.00;-1.57;0.22 3318;21;3406.02;10.00;1560.00;1.57;0.22 +3319;0;3142.00;9.67;1664.00;0.00;0.26 +3319;1;3141.00;9.70;1661.50;-0.38;0.26 +3319;2;3144.50;9.70;1662.50;1.03;0.26 +3319;3;3138.00;9.67;1663.00;-1.32;0.26 +3319;4;3140.00;9.50;1665.50;4.06;0.26 +3319;5;3146.00;9.70;1664.50;1.69;0.26 +3319;6;3143.00;9.70;1666.50;2.76;0.26 +3319;9;3139.30;9.69;1664.00;1.57;0.26 +3319;10;3144.70;9.66;1664.00;-1.57;0.26 +3319;19;3138.00;9.57;1664.00;-2.21;0.26 +3319;20;3136.25;9.57;1664.00;4.71;0.26 3319;21;3139.30;9.69;1664.00;1.57;0.26 +3320;0;3200.00;10.40;1611.00;0.00;0.32 +3320;1;3202.00;10.50;1608.50;0.67;0.32 +3320;2;3198.00;10.20;1609.50;-0.92;0.32 +3320;3;3203.50;10.40;1609.50;1.16;0.32 +3320;4;3196.00;10.32;1612.00;4.46;0.32 +3320;5;3203.50;10.15;1611.00;1.57;0.32 +3320;6;3200.50;10.30;1613.50;2.94;0.32 +3320;7;3198.00;10.40;1614.50;3.66;0.32 +3320;9;3196.76;10.12;1611.00;1.57;0.32 +3320;10;3203.24;10.20;1611.00;-1.57;0.32 3320;21;3201.35;10.30;1611.84;-1.57;0.32 +3321;0;3319.00;10.10;1674.00;0.00;0.28 +3321;1;3319.00;10.30;1671.50;0.00;0.28 +3321;2;3316.00;10.35;1671.50;-0.87;0.28 +3321;3;3321.50;10.10;1674.50;1.76;0.28 +3321;4;3316.00;10.10;1675.00;4.39;0.28 +3321;5;3320.00;10.00;1677.50;2.86;0.28 +3321;9;3316.30;10.11;1674.00;1.57;0.28 +3321;10;3321.70;10.10;1674.00;-1.57;0.28 3321;21;3316.30;10.11;1674.00;1.57;0.28 +3322;0;3461.00;9.80;1614.00;0.00;0.24 +3322;1;3461.50;9.90;1612.00;0.24;0.24 +3322;2;3459.00;9.92;1612.00;-0.78;0.24 +3322;3;3459.00;10.10;1615.50;4.06;0.24 +3322;4;3463.50;9.80;1614.00;1.57;0.24 +3322;5;3464.00;9.80;1615.50;2.03;0.24 +3322;6;3461.50;9.80;1616.00;2.89;0.24 +3322;7;3459.00;10.10;1617.50;3.66;0.24 +3322;9;3458.84;9.99;1614.00;1.57;0.24 +3322;10;3463.16;9.80;1614.00;-1.57;0.24 3322;21;3458.84;9.99;1614.00;1.57;0.24 +3323;0;3375.00;10.40;1668.00;0.00;0.18 +3323;1;3373.50;10.45;1667.00;-0.98;0.18 +3323;2;3376.50;10.40;1666.50;0.78;0.18 +3323;3;3378.00;10.40;1668.50;1.73;0.18 +3323;4;3372.50;10.40;1669.50;4.17;0.18 +3323;5;3375.50;10.40;1670.00;2.89;0.18 +3323;9;3372.66;10.40;1668.00;1.57;0.18 +3323;10;3377.34;10.40;1668.00;-1.57;0.18 3323;21;3372.66;10.40;1668.00;1.57;0.18 +3324;0;3092.00;10.12;1591.00;0.00;0.18 +3324;1;3090.00;9.75;1589.00;-0.78;0.18 +3324;2;3094.50;10.15;1590.00;1.19;0.18 +3324;3;3089.00;10.12;1592.00;4.39;0.18 +3324;4;3095.00;10.15;1592.00;1.89;0.18 +3324;5;3092.50;10.30;1593.00;2.89;0.18 +3324;9;3089.66;10.01;1591.00;1.57;0.18 +3324;10;3094.34;10.23;1591.00;-1.57;0.18 3324;21;3089.66;10.01;1591.00;1.57;0.18 +3325;0;2967.00;9.70;1632.00;0.00;0.36 +3325;1;2967.50;9.70;1633.50;2.82;0.36 +3325;2;2967.50;9.70;1630.00;0.24;0.36 +3325;3;2971.00;9.50;1632.50;1.69;0.36 +3325;4;2963.00;9.75;1633.50;4.35;0.36 +3325;5;2963.50;9.70;1630.00;-1.05;0.36 +3325;9;2963.76;9.70;1632.00;1.57;0.36 +3325;10;2970.24;9.57;1632.00;-1.57;0.36 +3325;19;2975.00;9.53;1629.00;-4.76;0.36 +3325;20;2976.63;9.53;1628.38;1.21;0.36 3325;21;2971.16;9.80;1629.67;-1.57;0.36 +3326;0;2943.00;10.30;1585.00;0.00;0.22 +3326;1;2944.50;9.90;1582.00;0.46;0.22 +3326;2;2942.00;10.20;1583.50;-0.58;0.22 +3326;3;2946.00;9.95;1583.00;0.98;0.22 +3326;4;2945.00;10.25;1585.50;1.81;0.22 +3326;5;2940.50;10.25;1586.00;4.33;0.22 +3326;6;2943.00;10.05;1587.50;3.14;0.22 +3326;7;2941.00;10.00;1588.00;3.73;0.22 +3326;9;2941.02;10.30;1585.00;1.57;0.22 +3326;10;2944.98;10.22;1585.00;-1.57;0.22 +3326;19;2939.00;9.63;1590.00;-2.55;0.22 +3326;20;2937.90;9.63;1591.36;3.81;0.22 3326;21;2941.02;10.30;1585.00;1.57;0.22 +3327;0;3369.00;10.60;1629.00;0.00;0.22 +3327;1;3370.00;10.55;1626.50;0.38;0.22 +3327;2;3366.50;10.35;1627.00;-0.89;0.22 +3327;3;3366.50;10.60;1629.50;4.51;0.22 +3327;4;3372.00;10.50;1628.50;1.40;0.22 +3327;5;3371.50;10.60;1630.50;2.11;0.22 +3327;6;3369.00;10.65;1631.50;3.14;0.22 +3327;9;3366.48;10.54;1629.00;1.57;0.22 +3327;10;3371.52;10.50;1629.00;-1.57;0.22 3327;21;3366.48;10.54;1629.00;1.57;0.22 +3328;0;3609.00;10.40;1615.00;0.00;0.24 +3328;1;3607.50;10.40;1612.50;-0.54;0.24 +3328;2;3610.50;10.40;1613.50;0.78;0.24 +3328;3;3606.50;10.40;1615.00;4.71;0.24 +3328;4;3612.00;10.40;1616.00;1.89;0.24 +3328;5;3609.00;10.35;1618.00;3.14;0.24 +3328;6;3611.00;10.35;1617.50;2.46;0.24 +3328;9;3606.66;10.40;1615.00;1.57;0.24 +3328;10;3611.34;10.40;1615.00;-1.57;0.24 3328;21;3606.66;10.40;1615.00;1.57;0.24 +3329;0;2698.00;10.50;1634.00;0.00;0.22 +3329;1;2699.00;10.32;1635.00;2.35;0.22 +3329;2;2699.50;10.35;1632.00;0.64;0.22 +3329;3;2696.00;11.20;1634.00;4.71;0.22 +3329;4;2696.00;10.55;1636.50;3.81;0.22 +3329;9;2696.02;11.18;1634.00;1.57;0.22 +3329;10;2699.98;10.25;1634.00;-1.57;0.22 +3329;19;2696.00;10.00;1639.00;-3.93;0.22 +3329;20;2695.35;10.00;1640.62;3.52;0.22 3329;21;2696.02;11.18;1634.00;1.57;0.22 +3330;0;3621.00;12.07;1566.00;0.00;0.30 +3330;1;3619.50;11.65;1563.00;-0.46;0.30 +3330;2;3617.50;11.80;1564.50;-1.16;0.30 +3330;3;3622.50;11.60;1564.50;0.78;0.30 +3330;4;3624.00;11.65;1568.00;2.15;0.30 +3330;5;3620.00;11.80;1568.00;3.60;0.30 +3330;6;3622.50;11.55;1570.00;2.78;0.30 +3330;9;3618.30;11.98;1566.00;1.57;0.30 +3330;10;3623.70;11.75;1566.00;-1.57;0.30 3330;21;3618.30;11.98;1566.00;1.57;0.30 +3331;0;3271.00;9.92;1608.00;0.00;0.22 +3331;1;3269.50;9.90;1605.50;-0.54;0.22 +3331;2;3267.50;9.90;1607.00;-1.29;0.22 +3331;3;3273.50;9.90;1606.00;0.89;0.22 +3331;4;3275.50;9.95;1607.00;1.35;0.22 +3331;5;3274.50;10.00;1609.00;1.84;0.22 +3331;6;3270.50;10.00;1609.50;3.46;0.22 +3331;9;3267.76;9.90;1608.00;1.57;0.22 +3331;10;3274.24;9.98;1608.00;-1.57;0.22 3331;21;3267.76;9.90;1608.00;1.57;0.22 +3332;0;3472.00;9.90;1566.00;0.00;0.24 +3332;1;3470.50;9.90;1563.50;-0.54;0.24 +3332;2;3473.00;9.90;1564.00;0.46;0.24 +3332;3;3469.50;9.90;1566.00;4.71;0.24 +3332;4;3474.00;9.85;1566.00;1.57;0.24 +3332;5;3472.00;9.90;1568.00;3.14;0.24 +3332;6;3474.00;9.87;1568.00;2.35;0.24 +3332;9;3469.84;9.90;1566.00;1.57;0.24 +3332;10;3474.16;9.83;1566.00;-1.57;0.24 3332;21;3469.84;9.90;1566.00;1.57;0.24 +3333;0;3248.00;9.80;1658.00;0.00;0.28 +3333;1;3246.50;9.80;1656.00;-0.64;0.28 +3333;2;3249.50;9.80;1655.00;0.46;0.28 +3333;3;3250.00;9.80;1658.00;1.57;0.28 +3333;4;3244.50;9.80;1659.00;4.43;0.28 +3333;5;3245.00;9.80;1661.00;3.92;0.28 +3333;6;3248.00;9.80;1661.50;3.14;0.28 +3333;9;3245.48;9.80;1658.00;1.57;0.28 +3333;10;3250.52;9.80;1658.00;-1.57;0.28 3333;21;3245.48;9.80;1658.00;1.57;0.28 +3334;0;3526.00;10.70;1607.00;0.00;0.22 +3334;1;3524.00;10.70;1605.50;-0.92;0.22 +3334;2;3527.00;10.70;1604.50;0.38;0.22 +3334;3;3528.00;10.70;1607.50;1.81;0.22 +3334;4;3523.00;10.70;1608.00;4.39;0.22 +3334;5;3524.50;10.70;1609.50;3.68;0.22 +3334;6;3527.50;10.70;1610.00;2.67;0.22 +3334;7;3527.00;10.70;1611.00;2.89;0.22 +3334;9;3524.02;10.70;1607.00;1.57;0.22 +3334;10;3527.98;10.70;1607.00;-1.57;0.22 3334;21;3524.02;10.70;1607.00;1.57;0.22 +3335;0;3342.00;10.20;1581.00;0.00;0.22 +3335;1;3341.50;10.40;1578.00;-0.16;0.22 +3335;2;3339.50;10.15;1579.00;-0.89;0.22 +3335;3;3343.50;10.35;1580.00;0.98;0.22 +3335;4;3340.50;10.05;1581.00;4.71;0.22 +3335;5;3343.00;10.05;1583.00;2.67;0.22 +3335;6;3341.50;9.90;1584.00;3.30;0.22 +3335;9;3340.02;10.00;1581.00;1.57;0.22 +3335;10;3343.98;10.20;1581.00;-1.57;0.22 3335;21;3340.02;10.00;1581.00;1.57;0.22 +3336;0;4091.00;9.70;1979.00;0.00;2.34 +3336;1;4104.00;9.80;1950.00;0.42;2.34 +3336;2;4080.50;9.70;1968.50;-0.78;2.34 +3336;3;4116.50;9.70;1965.50;1.08;2.34 +3336;4;4103.50;9.70;1981.50;1.76;2.34 +3336;5;4069.00;9.70;1998.00;4.00;2.34 +3336;6;2045.00;9.50;989.00;-1.12;2.34 +3336;9;4069.94;9.70;1979.00;1.57;2.34 +3336;10;4112.06;9.60;1979.00;-1.57;2.34 3336;21;4069.94;9.70;1979.00;1.57;2.34 +3337;0;3158.00;10.30;1629.00;0.00;0.26 +3337;1;3157.50;10.30;1625.50;-0.14;0.26 +3337;2;3159.50;10.30;1626.50;0.54;0.26 +3337;3;3155.50;10.30;1627.00;-0.89;0.26 +3337;4;3160.50;10.30;1628.50;1.37;0.26 +3337;5;3154.50;10.30;1629.50;4.57;0.26 +3337;6;3158.00;10.30;1631.00;3.14;0.26 +3337;7;3160.50;10.20;1631.50;2.35;0.26 +3337;9;3155.12;10.30;1629.00;1.57;0.26 +3337;10;3160.88;10.21;1629.00;-1.57;0.26 3337;21;3155.12;10.30;1629.00;1.57;0.26 +3338;0;3443.00;9.70;1859.00;0.00;0.68 +3338;1;3445.50;9.70;1850.50;0.28;0.68 +3338;2;3450.50;9.70;1852.50;0.85;0.68 +3338;3;3437.50;9.70;1858.50;-1.48;0.68 +3338;4;3446.50;9.80;1862.00;2.27;0.68 +3338;5;3439.00;9.80;1867.50;3.58;0.68 +3338;9;3436.88;9.70;1859.00;1.57;0.68 +3338;10;3449.12;9.80;1859.00;-1.57;0.68 +3338;19;3430.00;9.50;1862.00;-1.48;0.68 +3338;20;3428.29;9.50;1862.39;4.48;0.68 3338;21;3436.88;9.70;1859.00;1.57;0.68 +3339;0;3444.00;9.80;1626.00;0.00;0.14 +3339;1;3447.00;9.80;1624.50;1.10;0.14 +3339;2;3444.00;9.80;1624.50;0.00;0.14 +3339;3;3447.00;9.80;1626.00;1.57;0.14 +3339;4;3441.00;9.80;1625.00;-1.24;0.14 +3339;5;3441.00;9.80;1627.00;4.39;0.14 +3339;6;3444.00;9.80;1627.50;3.14;0.14 +3339;9;3441.48;9.80;1626.00;1.57;0.14 +3339;10;3446.52;9.80;1626.00;-1.57;0.14 3339;21;3441.48;9.80;1626.00;1.57;0.14 +3340;0;3016.00;9.70;1599.00;0.00;0.28 +3340;1;3013.50;9.70;1596.00;-0.69;0.28 +3340;2;3016.50;9.70;1597.00;0.24;0.28 +3340;3;3011.50;9.70;1597.50;-1.24;0.28 +3340;4;3019.00;9.75;1600.00;1.89;0.28 +3340;5;3013.50;9.70;1600.00;4.33;0.28 +3340;6;3020.50;9.70;1598.00;1.35;0.28 +3340;9;3012.04;9.70;1599.00;1.57;0.28 +3340;10;3019.96;9.70;1599.00;-1.57;0.28 +3340;19;3017.00;9.60;1602.00;-4.39;0.28 +3340;20;3017.55;9.60;1603.66;2.82;0.28 3340;21;3019.96;9.70;1599.00;-1.57;0.28 +3341;0;2952.00;10.27;1648.00;0.00;0.32 +3341;1;2951.00;10.30;1644.50;-0.27;0.32 +3341;2;2954.00;10.30;1648.00;1.57;0.32 +3341;3;2947.00;10.20;1646.50;-1.27;0.32 +3341;4;2950.00;9.95;1650.00;3.92;0.32 +3341;5;2955.00;10.20;1652.00;2.49;0.32 +3341;9;2948.58;9.95;1648.00;1.57;0.32 +3341;10;2955.42;10.25;1648.00;-1.57;0.32 3341;21;2948.58;9.95;1648.00;1.57;0.32 +3342;0;2686.00;10.05;1591.00;0.00;0.28 +3342;1;2683.00;10.07;1589.00;-0.98;0.28 +3342;2;2684.00;9.95;1587.50;-0.51;0.28 +3342;3;2686.00;10.55;1587.50;0.00;0.28 +3342;4;2688.00;10.75;1590.50;1.32;0.28 +3342;5;2684.00;9.92;1593.00;3.92;0.28 +3342;6;2688.50;10.55;1594.00;2.44;0.28 +3342;7;2687.00;10.20;1595.50;2.92;0.28 +3342;9;2683.48;10.15;1591.00;1.57;0.28 +3342;10;2688.52;10.85;1591.00;-1.57;0.28 3342;21;2683.48;10.15;1591.00;1.57;0.28 +3343;0;3536.00;11.37;1564.00;0.00;0.16 +3343;1;3534.00;11.50;1562.50;-0.92;0.16 +3343;2;3537.00;10.75;1562.00;0.46;0.16 +3343;3;3539.50;10.40;1562.50;1.16;0.16 +3343;4;3533.00;11.25;1564.50;4.54;0.16 +3343;5;3540.00;10.62;1564.00;1.57;0.16 +3343;6;3537.50;11.20;1565.00;2.15;0.16 +3343;7;3534.50;11.40;1566.50;3.68;0.16 +3343;9;3533.48;11.39;1564.00;1.57;0.16 +3343;10;3538.52;10.84;1564.00;-1.57;0.16 3343;21;3533.48;11.39;1564.00;1.57;0.16 +3344;0;3302.00;11.57;1657.00;0.00;0.26 +3344;1;3301.50;11.50;1655.50;-0.32;0.26 +3344;2;3305.50;11.00;1655.50;1.16;0.26 +3344;3;3299.00;11.50;1659.00;4.12;0.26 +3344;4;3303.50;11.60;1658.50;2.35;0.26 +3344;9;3299.30;11.59;1657.00;1.57;0.26 +3344;10;3304.70;11.44;1657.00;-1.57;0.26 3344;21;3299.30;11.59;1657.00;1.57;0.26 +3345;0;3344.00;10.00;1605.00;0.00;0.24 +3345;1;3343.50;10.00;1603.00;-0.24;0.24 +3345;2;3346.00;10.00;1603.50;0.92;0.24 +3345;3;3340.50;10.00;1604.50;-1.42;0.24 +3345;4;3346.50;10.00;1605.50;1.76;0.24 +3345;5;3343.50;10.00;1607.00;3.38;0.24 +3345;6;3346.00;10.00;1608.00;2.55;0.24 +3345;9;3341.84;10.00;1605.00;1.57;0.24 +3345;10;3346.16;10.00;1605.00;-1.57;0.24 3345;21;3341.84;10.00;1605.00;1.57;0.24 +3346;0;3407.00;10.00;1571.00;0.00;0.22 +3346;1;3407.00;10.00;1568.00;0.00;0.22 +3346;2;3404.50;10.00;1570.50;-1.37;0.22 +3346;3;3409.00;10.00;1570.50;1.32;0.22 +3346;4;3408.50;10.00;1573.50;2.60;0.22 +3346;5;3406.00;10.00;1573.50;3.52;0.22 +3346;9;3405.02;10.00;1571.00;1.57;0.22 +3346;10;3408.98;10.00;1571.00;-1.57;0.22 3346;21;3405.02;10.00;1571.00;1.57;0.22 +3347;0;3461.00;10.40;1653.00;0.00;0.24 +3347;1;3461.00;10.40;1650.50;0.00;0.24 +3347;2;3459.50;10.40;1651.50;-0.78;0.24 +3347;3;3462.50;10.40;1651.50;0.78;0.24 +3347;4;3458.00;10.40;1653.00;4.71;0.24 +3347;5;3463.00;10.40;1654.00;2.03;0.24 +3347;6;3460.00;10.40;1654.50;3.73;0.24 +3347;7;3462.00;10.40;1656.00;2.82;0.24 +3347;9;3458.84;10.40;1653.00;1.57;0.24 +3347;10;3463.16;10.36;1653.00;-1.57;0.24 3347;21;3458.84;10.40;1653.00;1.57;0.24 +3348;0;3633.00;9.90;1625.00;0.00;0.26 +3348;1;3632.50;9.85;1622.00;-0.16;0.26 +3348;2;3630.50;9.80;1623.50;-1.03;0.26 +3348;3;3635.50;9.90;1624.00;1.19;0.26 +3348;4;3631.50;9.90;1626.50;3.92;0.26 +3348;5;3634.50;10.00;1627.00;2.49;0.26 +3348;9;3630.48;9.85;1625.00;1.57;0.26 +3348;10;3635.52;9.95;1625.00;-1.57;0.26 3348;21;3630.48;9.85;1625.00;1.57;0.26 +3349;0;3520.00;10.40;1664.00;0.00;0.22 +3349;1;3521.50;10.40;1662.50;0.78;0.22 +3349;2;3518.00;10.40;1662.50;-0.92;0.22 +3349;3;3516.00;10.40;1664.50;4.58;0.22 +3349;4;3522.00;10.40;1665.50;2.21;0.22 +3349;5;3519.00;10.40;1666.00;3.60;0.22 +3349;9;3517.30;10.40;1664.00;1.57;0.22 +3349;10;3522.70;10.40;1664.00;-1.57;0.22 3349;21;3517.30;10.40;1664.00;1.57;0.22 +3350;0;3264.00;9.80;1581.00;0.00;0.28 +3350;1;3264.50;9.80;1577.00;0.12;0.28 +3350;2;3262.00;9.80;1579.50;-0.92;0.28 +3350;3;3266.50;9.80;1579.00;0.89;0.28 +3350;4;3266.50;9.80;1582.00;1.95;0.28 +3350;5;3261.00;9.80;1583.50;4.01;0.28 +3350;6;3263.50;9.80;1584.00;3.30;0.28 +3350;9;3261.48;9.80;1581.00;1.57;0.28 +3350;10;3266.52;9.80;1581.00;-1.57;0.28 3350;21;3261.48;9.80;1581.00;1.57;0.28 +3351;0;3113.00;9.82;1596.00;0.00;0.28 +3351;1;3112.00;9.80;1593.50;-0.38;0.28 +3351;2;3110.00;9.80;1594.00;-0.98;0.28 +3351;3;3115.00;9.87;1596.00;1.57;0.28 +3351;4;3110.50;9.80;1596.50;4.51;0.28 +3351;5;3116.00;9.85;1598.00;2.15;0.28 +3351;6;3114.00;9.80;1598.50;2.76;0.28 +3351;9;3110.12;9.80;1596.00;1.57;0.28 +3351;10;3115.88;9.90;1596.00;-1.57;0.28 3351;21;3115.88;9.90;1596.00;-1.57;0.28 +3352;0;3507.00;9.90;1628.00;0.00;0.20 +3352;1;3505.50;9.90;1626.00;-0.64;0.20 +3352;2;3508.50;9.90;1626.00;0.64;0.20 +3352;3;3504.00;9.90;1628.00;4.71;0.20 +3352;4;3510.00;9.90;1627.50;1.40;0.20 +3352;5;3509.50;9.90;1629.50;2.11;0.20 +3352;6;3505.00;9.90;1629.50;4.06;0.20 +3352;7;3507.00;9.90;1630.50;3.14;0.20 +3352;9;3504.66;9.90;1628.00;1.57;0.20 +3352;10;3509.34;9.90;1628.00;-1.57;0.20 3352;21;3504.66;9.90;1628.00;1.57;0.20 +3353;0;2795.00;9.80;1595.00;0.00;0.24 +3353;1;2794.00;9.85;1593.50;-0.58;0.24 +3353;2;2797.00;9.80;1595.50;1.81;0.24 +3353;3;2792.00;9.90;1594.00;-1.24;0.24 +3353;4;2793.50;9.90;1596.00;4.12;0.24 +3353;9;2792.84;9.90;1595.00;1.57;0.24 +3353;10;2797.16;9.80;1595.00;-1.57;0.24 +3353;19;2796.00;9.75;1601.00;-4.47;0.24 +3353;20;2796.28;9.75;1602.72;2.97;0.24 3353;21;2797.16;9.80;1595.00;-1.57;0.24 +3354;0;3152.00;10.40;1648.00;0.00;0.20 +3354;1;3152.50;10.40;1646.00;0.24;0.20 +3354;2;3149.50;10.40;1648.00;4.71;0.20 +3354;3;3154.50;10.40;1648.00;1.57;0.20 +3354;4;3149.50;10.40;1650.00;4.03;0.20 +3354;5;3152.50;10.40;1650.00;2.89;0.20 +3354;9;3149.66;10.40;1648.00;1.57;0.20 +3354;10;3154.34;10.40;1648.00;-1.57;0.20 3354;21;3149.66;10.40;1648.00;1.57;0.20 +3355;0;2949.00;10.32;1555.00;0.00;0.22 +3355;1;2949.50;10.30;1552.50;0.19;0.22 +3355;2;2947.00;10.20;1554.00;-1.10;0.22 +3355;3;2951.00;10.52;1554.00;1.10;0.22 +3355;4;2950.50;10.60;1556.50;2.35;0.22 +3355;5;2946.00;10.15;1555.00;4.71;0.22 +3355;6;2948.00;10.25;1557.00;3.60;0.22 +3355;7;2950.50;10.70;1558.50;2.73;0.22 +3355;9;2947.02;10.20;1555.00;1.57;0.22 +3355;10;2950.98;10.64;1555.00;-1.57;0.22 3355;21;2947.02;10.20;1555.00;1.57;0.22 +3356;0;3420.00;10.00;1596.00;0.00;0.20 +3356;1;3420.50;10.00;1594.50;0.32;0.20 +3356;2;3422.50;10.00;1594.50;1.03;0.20 +3356;3;3418.00;10.00;1596.00;4.71;0.20 +3356;4;3422.00;10.00;1596.50;1.81;0.20 +3356;5;3419.00;10.00;1598.00;3.60;0.20 +3356;6;3421.00;10.00;1598.50;2.76;0.20 +3356;9;3418.02;10.00;1596.00;1.57;0.20 +3356;10;3421.98;10.00;1596.00;-1.57;0.20 3356;21;3418.02;10.00;1596.00;1.57;0.20 +3357;0;3615.00;10.52;1572.00;0.00;0.24 +3357;1;3613.50;10.40;1570.00;-0.64;0.24 +3357;2;3617.00;11.05;1571.00;1.10;0.24 +3357;3;3612.00;9.97;1572.00;4.71;0.24 +3357;4;3614.50;9.90;1574.50;3.33;0.24 +3357;5;3617.00;10.30;1574.50;2.46;0.24 +3357;9;3612.84;10.10;1572.00;1.57;0.24 +3357;10;3617.16;10.86;1572.00;-1.57;0.24 3357;21;3612.84;10.10;1572.00;1.57;0.24 +3358;0;3372.00;10.60;1648.00;0.00;0.20 +3358;1;3370.50;10.60;1646.50;-0.78;0.20 +3358;2;3373.50;10.60;1646.50;0.78;0.20 +3358;3;3368.00;10.70;1647.50;-1.44;0.20 +3358;4;3376.00;10.65;1648.50;1.69;0.20 +3358;5;3370.50;10.60;1649.00;4.12;0.20 +3358;6;3374.00;10.60;1650.00;2.35;0.20 +3358;9;3369.30;10.70;1648.00;1.57;0.20 +3358;10;3374.70;10.60;1648.00;-1.57;0.20 3358;21;3369.30;10.70;1648.00;1.57;0.20 +3359;0;2690.00;9.97;1607.00;0.00;0.32 +3359;1;2689.00;10.10;1603.50;-0.27;0.32 +3359;2;2687.50;9.95;1604.00;-0.69;0.32 +3359;3;2691.50;10.20;1606.00;0.98;0.32 +3359;4;2686.50;9.80;1606.00;-1.29;0.32 +3359;5;2688.50;9.80;1608.50;3.92;0.32 +3359;6;2693.50;9.95;1609.00;2.09;0.32 +3359;7;2693.00;9.80;1610.50;2.43;0.32 +3359;9;2686.76;9.80;1607.00;1.57;0.32 +3359;10;2693.24;10.18;1607.00;-1.57;0.32 +3359;19;2697.16;9.50;1610.63;-4.49;0.32 +3359;20;2698.72;9.50;1611.42;2.04;0.32 3359;21;2693.24;10.18;1607.00;-1.57;0.32 +3360;0;3480.00;9.80;1573.00;0.00;0.18 +3360;1;3478.00;9.80;1571.50;-0.92;0.18 +3360;2;3481.50;9.80;1571.50;0.78;0.18 +3360;3;3483.50;9.80;1572.50;1.42;0.18 +3360;4;3477.00;9.82;1573.00;4.71;0.18 +3360;5;3482.00;9.80;1574.00;2.03;0.18 +3360;6;3478.50;9.85;1575.00;3.78;0.18 +3360;9;3477.48;9.80;1573.00;1.57;0.18 +3360;10;3482.52;9.80;1573.00;-1.57;0.18 3360;21;3477.48;9.80;1573.00;1.57;0.18 +3361;0;3538.00;10.40;1659.00;0.00;0.24 +3361;1;3538.00;10.47;1656.00;0.00;0.24 +3361;2;3536.00;10.40;1658.50;-1.32;0.24 +3361;3;3540.50;10.45;1657.00;0.89;0.24 +3361;4;3540.50;10.40;1660.50;2.11;0.24 +3361;5;3536.00;10.40;1661.00;3.92;0.24 +3361;6;3538.00;10.40;1661.50;3.14;0.24 +3361;9;3535.84;10.40;1659.00;1.57;0.24 +3361;10;3540.16;10.40;1659.00;-1.57;0.24 3361;21;3535.84;10.40;1659.00;1.57;0.24 +3362;0;3314.00;10.60;1622.00;0.00;0.22 +3362;1;3315.00;10.60;1619.50;0.38;0.22 +3362;2;3312.50;10.70;1620.00;-0.64;0.22 +3362;3;3316.50;10.60;1622.00;1.57;0.22 +3362;4;3311.50;10.60;1622.50;4.51;0.22 +3362;5;3314.50;10.60;1624.00;2.89;0.22 +3362;9;3312.02;10.65;1622.00;1.57;0.22 +3362;10;3315.98;10.60;1622.00;-1.57;0.22 3362;21;3312.02;10.65;1622.00;1.57;0.22 +3363;0;3614.00;10.35;1701.00;0.00;0.24 +3363;1;3612.00;9.87;1698.00;-0.58;0.24 +3363;2;3615.00;10.02;1699.00;0.46;0.24 +3363;3;3610.00;10.15;1700.50;-1.44;0.24 +3363;4;3617.50;10.40;1701.50;1.71;0.24 +3363;5;3611.00;10.40;1702.50;4.24;0.24 +3363;6;3615.00;10.37;1704.00;2.82;0.24 +3363;9;3611.12;10.28;1701.00;1.57;0.24 +3363;10;3616.88;10.39;1701.00;-1.57;0.24 3363;21;3611.12;10.28;1701.00;1.57;0.24 +3364;0;3332.00;9.82;1574.00;0.00;0.22 +3364;1;3332.50;9.80;1570.50;0.14;0.22 +3364;2;3330.00;9.90;1572.50;-0.92;0.22 +3364;3;3334.00;9.80;1573.00;1.10;0.22 +3364;4;3329.00;9.90;1575.50;4.24;0.22 +3364;5;3334.50;9.90;1575.50;2.11;0.22 +3364;6;3332.00;9.87;1576.00;3.14;0.22 +3364;9;3330.02;9.90;1574.00;1.57;0.22 +3364;10;3333.98;9.80;1574.00;-1.57;0.22 3364;21;3330.02;9.90;1574.00;1.57;0.22 +3365;0;3587.00;10.40;1632.00;0.00;0.20 +3365;1;3585.00;10.37;1630.00;-0.78;0.20 +3365;2;3588.50;10.40;1630.00;0.64;0.20 +3365;3;3584.00;10.25;1632.00;4.71;0.20 +3365;4;3591.50;10.40;1631.00;1.35;0.20 +3365;5;3590.50;10.40;1632.50;1.71;0.20 +3365;6;3587.00;10.40;1634.00;3.14;0.20 +3365;7;3584.00;10.30;1634.50;4.01;0.20 +3365;9;3584.30;10.28;1632.00;1.57;0.20 +3365;10;3589.70;10.40;1632.00;-1.57;0.20 3365;21;3584.30;10.28;1632.00;1.57;0.20 +3366;0;3192.00;9.80;1594.00;0.00;0.32 +3366;1;3191.00;9.80;1591.00;-0.32;0.32 +3366;2;3194.50;9.80;1592.00;0.89;0.32 +3366;3;3189.00;9.80;1593.50;-1.40;0.32 +3366;4;3195.00;9.80;1595.50;2.03;0.32 +3366;5;3191.50;9.80;1596.50;3.33;0.32 +3366;9;3188.76;9.80;1594.00;1.57;0.32 +3366;10;3195.24;9.80;1594.00;-1.57;0.32 3366;21;3195.24;9.80;1594.00;-1.57;0.32 +3367;0;3005.00;9.70;1580.00;0.00;0.22 +3367;1;3003.50;9.70;1578.50;-0.78;0.22 +3367;2;3007.50;9.70;1579.00;1.19;0.22 +3367;3;3007.00;9.70;1581.50;2.21;0.22 +3367;4;3002.00;9.70;1581.50;4.24;0.22 +3367;5;3004.00;9.70;1582.50;3.52;0.22 +3367;9;3002.66;9.70;1580.00;1.57;0.22 +3367;10;3007.34;9.70;1580.00;-1.57;0.22 3367;21;3002.66;9.70;1580.00;1.57;0.22 +3368;0;2952.00;9.57;1599.00;0.00;0.20 +3368;1;2950.00;9.50;1598.50;-1.32;0.20 +3368;2;2954.50;9.65;1597.00;0.89;0.20 +3368;3;2954.50;9.70;1599.00;1.57;0.20 +3368;4;2951.50;9.70;1601.00;3.38;0.20 +3368;9;2949.12;9.50;1599.00;1.57;0.20 +3368;10;2954.88;9.70;1599.00;-1.57;0.20 +3368;19;2946.00;9.50;1600.00;-1.33;0.20 +3368;20;2944.27;9.50;1600.28;4.54;0.20 3368;21;2949.12;9.50;1599.00;1.57;0.20 +3369;0;2760.00;10.42;1563.00;0.00;0.24 +3369;1;2761.00;10.25;1561.00;0.46;0.24 +3369;2;2758.50;10.55;1561.00;-0.64;0.24 +3369;3;2757.50;9.90;1562.50;-1.37;0.24 +3369;4;2762.00;10.07;1562.00;1.10;0.24 +3369;5;2759.50;10.50;1565.00;3.38;0.24 +3369;6;2762.00;10.27;1565.00;2.35;0.24 +3369;7;2761.00;10.45;1566.50;2.86;0.24 +3369;9;2757.84;9.93;1563.00;1.57;0.24 +3369;10;2762.16;10.11;1563.00;-1.57;0.24 +3369;19;2755.00;10.03;1560.00;-1.37;0.24 +3369;20;2753.49;10.03;1559.10;-1.03;0.24 3369;21;2757.84;9.93;1563.00;1.57;0.24 +3370;0;3446.00;9.80;1643.00;0.00;0.20 +3370;1;3445.50;9.80;1640.50;-0.19;0.20 +3370;2;3444.50;9.80;1641.50;-0.78;0.20 +3370;3;3447.50;9.80;1641.50;0.78;0.20 +3370;4;3444.50;9.80;1644.00;4.12;0.20 +3370;5;3448.50;9.80;1644.00;1.95;0.20 +3370;6;3447.00;9.80;1646.00;2.82;0.20 +3370;9;3444.02;9.80;1643.00;1.57;0.20 +3370;10;3447.98;9.80;1643.00;-1.57;0.20 3370;21;3444.02;9.80;1643.00;1.57;0.20 +3371;0;3484.00;9.90;1597.00;0.00;0.22 +3371;1;3484.50;9.90;1594.50;0.19;0.22 +3371;2;3482.50;9.90;1596.00;-0.98;0.22 +3371;3;3486.00;9.90;1595.50;0.92;0.22 +3371;4;3480.50;9.90;1597.50;4.57;0.22 +3371;5;3486.00;9.90;1598.50;2.21;0.22 +3371;6;3483.00;9.90;1598.50;3.73;0.22 +3371;9;3481.66;9.90;1597.00;1.57;0.22 +3371;10;3486.34;9.90;1597.00;-1.57;0.22 3371;21;3481.66;9.90;1597.00;1.57;0.22 +3372;0;3542.00;10.75;1570.00;0.00;0.20 +3372;1;3540.50;10.95;1568.00;-0.64;0.20 +3372;2;3544.50;10.45;1569.00;1.19;0.20 +3372;3;3538.50;11.65;1570.00;4.71;0.20 +3372;4;3545.00;10.45;1571.00;1.89;0.20 +3372;5;3541.00;11.32;1572.00;3.60;0.20 +3372;6;3544.00;10.95;1573.00;2.55;0.20 +3372;9;3539.12;11.58;1570.00;1.57;0.20 +3372;10;3544.88;10.44;1570.00;-1.57;0.20 3372;21;3539.12;11.58;1570.00;1.57;0.20 +3373;0;2709.50;9.60;1651.72;0.00;0.40 +3373;1;2714.19;9.90;1646.46;1.57;0.40 +3373;2;2710.29;9.90;1657.45;2.67;0.40 +3373;9;2703.04;9.50;1650.00;1.57;0.40 +3373;10;2710.96;9.50;1650.00;-1.57;0.40 +3373;19;2709.00;9.65;1655.00;1.57;0.40 +3373;20;2709.65;9.65;1656.62;2.76;0.40 3373;21;2703.04;9.50;1650.00;1.57;0.40 +3374;0;2970.00;9.50;1623.00;0.00;0.26 +3374;1;2970.66;9.70;1625.14;0.00;0.26 +3374;2;2968.51;9.70;1626.53;3.52;0.26 +3374;9;2967.30;9.50;1623.00;1.57;0.26 +3374;10;2972.70;9.50;1623.00;-1.57;0.26 +3374;19;2973.00;9.50;1618.00;0.00;0.26 +3374;20;2973.90;9.50;1616.49;0.54;0.26 3374;21;2967.30;9.50;1623.00;1.57;0.26 +3375;0;3020.00;9.90;1700.00;0.00;0.24 +3375;1;3019.50;9.90;1698.00;-0.24;0.24 +3375;2;1509.50;9.50;849.50;-1.05;0.24 +3375;3;3015.00;9.70;1699.00;-1.37;0.24 +3375;4;3022.00;9.85;1701.50;2.21;0.24 +3375;5;1509.50;9.50;849.50;-1.05;0.24 +3375;9;3016.58;9.70;1700.00;1.57;0.24 +3375;10;3023.42;9.90;1700.00;-1.57;0.24 3375;21;3016.58;9.70;1700.00;1.57;0.24 +3376;0;3401.00;10.00;1579.00;0.00;0.18 +3376;1;3400.00;10.00;1577.50;-0.58;0.18 +3376;2;3403.00;10.00;1577.50;0.92;0.18 +3376;3;3397.50;10.00;1578.00;-1.29;0.18 +3376;4;3404.00;10.00;1579.50;1.73;0.18 +3376;5;3398.50;10.00;1580.00;4.33;0.18 +3376;6;3402.00;10.00;1581.50;2.76;0.18 +3376;9;3398.66;10.00;1579.00;1.57;0.18 +3376;10;3403.34;10.00;1579.00;-1.57;0.18 3376;21;3398.66;10.00;1579.00;1.57;0.18 +3377;0;3381.00;11.47;1618.00;0.00;0.22 +3377;1;3381.50;11.30;1616.00;0.24;0.22 +3377;2;3378.50;11.00;1616.50;-1.03;0.22 +3377;3;3384.00;11.25;1616.00;0.98;0.22 +3377;4;3383.00;11.50;1617.50;1.32;0.22 +3377;5;3378.50;11.40;1619.00;4.33;0.22 +3377;6;3381.50;11.50;1620.00;2.89;0.22 +3377;9;3378.66;11.30;1618.00;1.57;0.22 +3377;10;3383.34;11.55;1618.00;-1.57;0.22 3377;21;3378.66;11.30;1618.00;1.57;0.22 +3378;0;3274.00;9.80;1586.00;0.00;0.24 +3378;1;3274.50;9.80;1584.00;0.24;0.24 +3378;2;3276.50;9.80;1583.50;0.78;0.24 +3378;3;3276.00;9.80;1585.50;1.32;0.24 +3378;4;3271.50;9.80;1584.50;-1.03;0.24 +3378;5;3271.50;9.80;1587.00;4.33;0.24 +3378;6;3274.50;9.80;1588.00;2.89;0.24 +3378;7;3272.50;9.90;1589.50;3.54;0.24 +3378;9;3271.66;9.80;1586.00;1.57;0.24 +3378;10;3276.34;9.80;1586.00;-1.57;0.24 3378;21;3271.66;9.80;1586.00;1.57;0.24 +3379;0;2703.00;9.77;1624.00;0.00;0.26 +3379;1;2705.50;9.80;1623.50;1.37;0.26 +3379;2;2702.00;10.12;1622.00;-0.46;0.26 +3379;3;2704.00;9.67;1626.00;2.67;0.26 +3379;4;2702.00;9.92;1627.00;3.46;0.26 +3379;9;2700.48;10.15;1624.00;1.57;0.26 +3379;10;2705.52;9.79;1624.00;-1.57;0.26 +3379;19;2708.00;9.50;1625.00;1.37;0.26 +3379;20;2709.71;9.50;1625.34;1.76;0.26 3379;21;2700.48;10.15;1624.00;1.57;0.26 +3380;0;3105.00;9.80;1599.00;0.00;0.26 +3380;1;3101.50;9.70;1596.00;-0.86;0.26 +3380;2;3103.50;9.80;1596.00;-0.46;0.26 +3380;3;3106.50;9.80;1598.00;0.98;0.26 +3380;4;3101.50;9.70;1598.00;-1.29;0.26 +3380;5;3104.50;9.80;1601.50;3.33;0.26 +3380;6;3107.50;9.80;1601.50;2.35;0.26 +3380;7;3107.00;9.67;1603.00;2.67;0.26 +3380;9;3102.66;9.80;1599.00;1.57;0.26 +3380;10;3107.34;9.80;1599.00;-1.57;0.26 +3380;19;3109.00;9.50;1607.00;-3.61;0.26 +3380;20;3109.78;9.50;1608.56;2.67;0.26 3380;21;3102.66;9.80;1599.00;1.57;0.26 +3381;0;3083.00;9.80;1572.00;0.00;0.26 +3381;1;3084.50;9.80;1570.00;0.64;0.26 +3381;2;3081.50;9.80;1570.50;-0.78;0.26 +3381;3;3085.00;9.80;1573.50;2.21;0.26 +3381;4;3081.00;9.80;1573.50;4.06;0.26 +3381;5;3082.50;9.80;1575.50;3.28;0.26 +3381;9;3080.66;9.80;1572.00;1.57;0.26 +3381;10;3085.34;9.80;1572.00;-1.57;0.26 3381;21;3080.66;9.80;1572.00;1.57;0.26 +3382;0;3563.00;9.92;1605.00;0.00;0.22 +3382;1;3561.50;10.55;1603.00;-0.64;0.22 +3382;2;3564.50;9.95;1603.00;0.64;0.22 +3382;3;3560.50;10.50;1606.00;4.33;0.22 +3382;4;3565.50;9.70;1606.00;1.95;0.22 +3382;5;3562.00;10.10;1607.50;3.52;0.22 +3382;6;3564.00;9.80;1607.50;2.76;0.22 +3382;9;3560.84;10.46;1605.00;1.57;0.22 +3382;10;3565.16;9.71;1605.00;-1.57;0.22 3382;21;3560.84;10.46;1605.00;1.57;0.22 +3383;0;3519.00;9.90;1640.00;0.00;0.20 +3383;1;3518.50;9.90;1638.00;-0.24;0.20 +3383;2;3520.50;9.90;1638.00;0.64;0.20 +3383;3;3516.50;9.90;1640.50;4.51;0.20 +3383;4;3521.00;9.90;1640.50;1.81;0.20 +3383;5;3516.50;9.90;1641.50;4.17;0.20 +3383;6;3518.50;9.90;1642.50;3.33;0.20 +3383;7;3520.50;9.90;1642.50;2.60;0.20 +3383;9;3517.20;9.90;1640.00;1.57;0.20 +3383;10;3520.80;9.90;1640.00;-1.57;0.20 3383;21;3517.20;9.90;1640.00;1.57;0.20 +3384;0;3152.00;9.80;1612.00;0.00;0.20 +3384;1;3149.50;9.80;1609.50;-0.78;0.20 +3384;2;3153.00;9.80;1610.00;0.46;0.20 +3384;3;3148.00;9.70;1612.00;4.71;0.20 +3384;4;3155.50;9.80;1610.00;1.05;0.20 +3384;5;3155.50;9.80;1612.00;1.57;0.20 +3384;6;3153.00;9.70;1614.50;2.76;0.20 +3384;7;3156.00;9.75;1614.00;2.03;0.20 +3384;9;3148.76;9.71;1612.00;1.57;0.20 +3384;10;3155.24;9.80;1612.00;-1.57;0.20 3384;21;3155.24;9.80;1612.00;-1.57;0.20 +3385;0;3626.00;9.75;1579.00;0.00;0.22 +3385;1;3625.00;10.30;1576.50;-0.38;0.22 +3385;2;3622.50;10.10;1578.00;-1.29;0.22 +3385;3;3628.50;9.70;1577.50;1.03;0.22 +3385;4;3631.00;9.70;1579.00;1.57;0.22 +3385;5;3621.00;9.70;1580.50;4.42;0.22 +3385;6;3629.50;9.70;1580.50;1.97;0.22 +3385;7;3625.50;9.80;1581.50;3.33;0.22 +3385;8;3621.50;9.75;1581.00;4.29;0.22 +3385;9;3622.40;9.89;1579.00;1.57;0.22 +3385;10;3629.60;9.70;1579.00;-1.57;0.22 3385;21;3622.40;9.89;1579.00;1.57;0.22 +3386;0;3005.00;9.80;1676.00;0.00;0.24 +3386;1;3003.50;9.80;1674.00;-0.64;0.24 +3386;2;3008.00;9.90;1674.00;0.98;0.24 +3386;3;3007.50;9.90;1676.50;1.76;0.24 +3386;4;3002.00;9.80;1677.50;4.24;0.24 +3386;5;3005.50;9.80;1678.50;2.94;0.24 +3386;9;3002.48;9.79;1676.00;1.57;0.24 +3386;10;3007.52;9.90;1676.00;-1.57;0.24 3386;21;3002.48;9.79;1676.00;1.57;0.24 +3387;0;3452.00;10.30;1618.00;0.00;0.22 +3387;1;3452.00;10.40;1615.50;0.00;0.22 +3387;2;3454.50;10.40;1617.50;1.37;0.22 +3387;3;3449.50;9.90;1619.00;4.33;0.22 +3387;4;3453.00;10.25;1619.50;2.55;0.22 +3387;5;3451.00;9.85;1620.50;3.52;0.22 +3387;9;3450.02;10.10;1618.00;1.57;0.22 +3387;10;3453.98;10.40;1618.00;-1.57;0.22 3387;21;3450.02;10.10;1618.00;1.57;0.22 +3388;0;3208.00;10.30;1681.00;0.00;0.24 +3388;1;3207.00;10.30;1679.50;-0.58;0.24 +3388;2;3210.50;10.30;1679.50;1.03;0.24 +3388;3;3206.00;10.30;1682.00;4.24;0.24 +3388;4;3211.50;10.30;1681.00;1.57;0.24 +3388;5;3209.00;10.30;1683.00;2.67;0.24 +3388;6;3207.00;10.30;1685.00;3.38;0.24 +3388;9;3205.48;10.30;1681.00;1.57;0.24 +3388;10;3210.52;10.30;1681.00;-1.57;0.24 3388;21;3205.48;10.30;1681.00;1.57;0.24 +3389;0;3467.00;9.90;1574.00;0.00;0.24 +3389;1;3469.50;9.90;1572.00;0.89;0.24 +3389;2;3465.50;9.90;1573.00;-0.98;0.24 +3389;3;3470.50;9.90;1573.50;1.42;0.24 +3389;4;3469.00;9.90;1575.00;2.03;0.24 +3389;5;3464.00;9.90;1575.00;4.39;0.24 +3389;6;3465.00;9.85;1576.50;3.81;0.24 +3389;7;3467.00;9.90;1577.50;3.14;0.24 +3389;9;3464.66;9.90;1574.00;1.57;0.24 +3389;10;3469.34;9.90;1574.00;-1.57;0.24 3389;21;3464.66;9.90;1574.00;1.57;0.24 +3390;0;3333.00;9.90;1583.00;0.00;0.20 +3390;1;3332.50;9.90;1580.50;-0.19;0.20 +3390;2;3336.00;9.90;1582.00;1.24;0.20 +3390;3;3330.00;9.90;1583.00;4.71;0.20 +3390;4;3334.00;9.90;1585.00;2.67;0.20 +3390;5;3331.00;9.90;1585.00;3.92;0.20 +3390;9;3330.66;9.90;1583.00;1.57;0.20 +3390;10;3335.34;9.90;1583.00;-1.57;0.20 3390;21;3330.66;9.90;1583.00;1.57;0.20 +3391;0;3379.00;10.25;1634.00;0.00;0.20 +3391;1;3376.50;10.20;1633.00;-1.19;0.20 +3391;2;3379.50;10.40;1632.50;0.32;0.20 +3391;3;3381.50;10.40;1634.50;1.76;0.20 +3391;4;3376.50;10.00;1634.50;4.51;0.20 +3391;5;3379.00;10.00;1635.50;3.14;0.20 +3391;6;3381.50;10.20;1636.00;2.24;0.20 +3391;9;3376.66;10.06;1634.00;1.57;0.20 +3391;10;3381.34;10.46;1634.00;-1.57;0.20 3391;21;3376.66;10.06;1634.00;1.57;0.20 +3392;0;3175.00;9.80;1563.00;0.00;0.28 +3392;1;3176.00;9.80;1559.00;0.24;0.28 +3392;2;3174.00;9.80;1561.00;-0.46;0.28 +3392;3;3177.00;9.80;1561.50;0.92;0.28 +3392;4;3171.50;9.80;1563.00;4.71;0.28 +3392;5;3172.00;9.80;1564.50;4.24;0.28 +3392;6;3177.00;9.80;1565.00;2.35;0.28 +3392;7;3175.50;9.80;1566.50;3.00;0.28 +3392;8;3177.50;9.80;1567.00;2.58;0.28 +3392;9;3172.48;9.80;1563.00;1.57;0.28 +3392;10;3177.52;9.80;1563.00;-1.57;0.28 3392;21;3177.52;9.80;1563.00;-1.57;0.28 +3393;0;3181.00;10.25;1594.00;0.00;0.24 +3393;1;3183.50;9.85;1591.00;0.69;0.24 +3393;2;3180.50;10.40;1593.00;-0.46;0.24 +3393;3;3183.50;9.90;1593.50;1.37;0.24 +3393;4;3179.00;10.35;1596.00;3.92;0.24 +3393;5;3181.00;9.97;1596.00;3.14;0.24 +3393;9;3178.84;10.48;1594.00;1.57;0.24 +3393;10;3183.16;9.90;1594.00;-1.57;0.24 3393;21;3180.90;10.40;1593.31;-1.57;0.24 +3394;0;3590.00;10.32;1655.00;0.00;0.18 +3394;1;3588.50;10.40;1653.00;-0.64;0.18 +3394;2;3593.00;10.35;1653.00;0.98;0.18 +3394;3;3593.50;9.85;1656.00;1.84;0.18 +3394;4;3585.50;10.40;1655.50;4.60;0.18 +3394;5;3588.50;10.30;1656.50;3.92;0.18 +3394;9;3586.58;10.40;1655.00;1.57;0.18 +3394;10;3593.42;10.00;1655.00;-1.57;0.18 3394;21;3586.58;10.40;1655.00;1.57;0.18 +3395;0;2950.00;10.02;1568.00;0.00;0.18 +3395;1;2951.00;10.10;1565.00;0.32;0.18 +3395;2;2948.50;9.80;1566.00;-0.64;0.18 +3395;3;2951.50;10.10;1566.00;0.64;0.18 +3395;4;2948.50;9.80;1569.00;4.12;0.18 +3395;5;2952.00;10.35;1568.50;1.81;0.18 +3395;6;2951.00;10.05;1571.00;2.82;0.18 +3395;9;2948.38;9.83;1568.00;1.57;0.18 +3395;10;2951.62;10.26;1568.00;-1.57;0.18 3395;21;2948.38;9.83;1568.00;1.57;0.18 +3396;0;2663.00;9.80;1596.00;0.00;0.20 +3396;1;2660.00;10.02;1594.00;-0.98;0.20 +3396;2;2663.00;9.80;1594.00;0.00;0.20 +3396;3;2666.00;9.80;1594.50;1.10;0.20 +3396;4;2659.50;10.00;1595.50;-1.42;0.20 +3396;5;2667.00;9.80;1596.00;1.57;0.20 +3396;6;2660.50;9.90;1597.50;4.17;0.20 +3396;7;2664.00;9.80;1597.50;2.55;0.20 +3396;9;2659.94;10.00;1596.00;1.57;0.20 +3396;10;2666.06;9.77;1596.00;-1.57;0.20 +3396;19;2657.00;9.50;1597.00;-1.43;0.20 +3396;20;2655.27;9.50;1597.28;4.54;0.20 3396;21;2659.94;10.00;1596.00;1.57;0.20 +3397;0;2948.00;10.15;1526.00;0.00;0.18 +3397;1;2949.50;10.60;1524.00;0.64;0.18 +3397;2;2946.50;10.15;1525.00;-0.98;0.18 +3397;3;2951.00;10.67;1525.00;1.24;0.18 +3397;4;2950.00;10.35;1527.00;2.03;0.18 +3397;5;2945.50;9.90;1527.50;4.17;0.18 +3397;6;2948.50;10.10;1527.50;2.82;0.18 +3397;9;2945.84;10.08;1526.00;1.57;0.18 +3397;10;2950.16;10.49;1526.00;-1.57;0.18 3397;21;2945.84;10.08;1526.00;1.57;0.18 +3398;0;2928.00;10.62;1542.00;0.00;0.20 +3398;1;2930.00;10.70;1540.50;0.92;0.20 +3398;2;2926.50;10.50;1540.50;-0.78;0.20 +3398;3;2930.50;10.50;1542.50;1.76;0.20 +3398;4;2927.00;10.50;1543.50;3.73;0.20 +3398;9;2925.48;10.29;1542.00;1.57;0.20 +3398;10;2930.52;10.54;1542.00;-1.57;0.20 3398;21;2925.48;10.29;1542.00;1.57;0.20 +3399;0;3364.00;9.70;1469.00;0.00;0.22 +3399;1;3362.00;9.72;1466.00;-0.58;0.22 +3399;2;3364.50;9.70;1466.00;0.16;0.22 +3399;3;3367.00;9.75;1468.00;1.24;0.22 +3399;4;3362.50;9.70;1470.00;4.12;0.22 +3399;5;3365.50;9.80;1472.50;2.73;0.22 +3399;6;3363.50;9.70;1474.00;3.24;0.22 +3399;9;3362.02;9.70;1469.00;1.57;0.22 +3399;10;3365.98;9.80;1469.00;-1.57;0.22 3399;21;3362.02;9.70;1469.00;1.57;0.22 +3400;0;2825.00;9.50;1731.00;0.00;0.88 +3400;1;2818.00;9.50;1716.50;-0.45;0.88 +3400;2;2815.50;9.50;1725.50;-1.04;0.88 +3400;3;2828.50;9.50;1719.00;0.28;0.88 +3400;4;2835.00;9.50;1721.50;0.81;0.88 +3400;5;2835.00;9.50;1732.50;1.72;0.88 +3400;6;2818.50;9.50;1741.50;3.69;0.88 +3400;7;2827.50;9.50;1745.00;2.96;0.88 +3400;9;2817.08;9.50;1731.00;1.57;0.88 +3400;10;2832.92;9.50;1731.00;-1.57;0.88 +3400;11;2813.80;9.50;1707.80;-0.45;0.88 +3400;12;2809.80;9.50;1722.20;-1.04;0.88 +3400;13;2830.60;9.50;1711.80;0.28;0.88 +3400;14;2841.00;9.50;1715.80;0.81;0.88 +3400;15;2841.00;9.50;1733.40;1.72;0.88 +3400;16;2814.60;9.50;1747.80;3.69;0.88 +3400;17;2829.00;9.50;1753.40;2.96;0.88 3400;21;2817.08;9.50;1731.00;1.57;0.88 +3401;0;3198.40;9.50;1278.69;0.00;0.44 +3401;1;3193.91;9.50;1283.63;4.05;0.44 +3401;2;3204.03;9.70;1268.53;1.19;0.44 +3401;3;3194.28;9.70;1283.17;3.78;0.44 +3401;9;3194.27;9.50;1282.48;1.57;0.44 +3401;10;3194.50;9.70;1283.14;-1.57;0.44 +3401;19;3185.00;9.50;1278.00;-2.23;0.44 +3401;20;3183.54;9.50;1278.97;4.12;0.44 3401;21;3190.04;9.50;1272.00;1.57;0.44 +3402;0;2856.00;10.40;1510.00;0.00;0.22 +3402;1;2854.50;10.40;1508.50;-0.78;0.22 +3402;2;2857.50;10.40;1508.50;0.78;0.22 +3402;3;2858.00;10.37;1511.00;2.03;0.22 +3402;4;2853.50;10.30;1510.50;4.51;0.22 +3402;5;2855.50;10.30;1512.00;3.38;0.22 +3402;6;2857.50;10.30;1512.50;2.60;0.22 +3402;9;2854.02;10.30;1510.00;1.57;0.22 +3402;10;2857.98;10.40;1510.00;-1.57;0.22 3402;21;2854.02;10.30;1510.00;1.57;0.22 +3403;0;3307.00;9.80;1477.00;0.00;0.22 +3403;1;3305.50;9.80;1474.50;-0.54;0.22 +3403;2;3308.00;9.80;1474.00;0.32;0.22 +3403;3;3309.00;9.80;1476.50;1.32;0.22 +3403;4;3305.00;9.80;1478.50;4.06;0.22 +3403;5;3309.00;9.87;1480.00;2.55;0.22 +3403;6;3307.50;9.90;1480.00;2.97;0.22 +3403;9;3305.02;9.80;1477.00;1.57;0.22 +3403;10;3308.98;9.80;1477.00;-1.57;0.22 3403;21;3305.02;9.80;1477.00;1.57;0.22 +3404;0;3594.00;10.65;1542.00;0.00;0.24 +3404;1;3592.00;9.85;1539.50;-0.67;0.24 +3404;2;3595.50;11.00;1541.50;1.24;0.24 +3404;3;3590.50;9.80;1541.50;-1.42;0.24 +3404;4;3593.00;10.42;1544.00;3.60;0.24 +3404;5;3596.50;11.00;1544.50;2.35;0.24 +3404;9;3591.30;10.01;1542.00;1.57;0.24 +3404;10;3596.70;11.31;1542.00;-1.57;0.24 3404;21;3591.30;10.01;1542.00;1.57;0.24 +3405;0;2096.00;9.50;996.00;0.00;1.12 +3405;1;2102.00;9.50;977.50;0.31;1.12 +3405;2;2107.50;9.50;989.00;1.02;1.12 +3405;3;2093.00;9.50;984.00;-0.24;1.12 +3405;4;2084.50;9.50;994.00;-1.39;1.12 +3405;5;2084.50;9.50;1005.00;4.04;1.12 +3405;6;2106.00;9.50;1003.00;2.18;1.12 +3405;7;2093.50;9.50;1010.00;3.31;1.12 +3405;8;2085.00;9.50;1013.50;3.70;1.12 +3405;9;2085.92;9.50;996.00;1.57;1.12 +3405;10;2106.08;9.50;996.00;-1.57;1.12 +3405;11;2105.60;9.50;966.40;0.31;1.12 +3405;12;2114.40;9.50;984.80;1.02;1.12 +3405;13;2091.20;9.50;976.80;-0.24;1.12 +3405;14;2077.60;9.50;992.80;-1.39;1.12 +3405;15;2077.60;9.50;1010.40;4.04;1.12 +3405;16;2112.00;9.50;1007.20;2.18;1.12 +3405;17;2092.00;9.50;1018.40;3.31;1.12 +3405;18;2078.40;9.50;1024.00;3.70;1.12 3405;21;2085.92;9.50;996.00;1.57;1.12 +3406;0;3548.00;9.77;1513.00;0.00;0.22 +3406;1;3548.50;9.70;1510.00;0.16;0.22 +3406;2;3546.00;9.70;1511.50;-0.92;0.22 +3406;3;3551.00;9.70;1511.50;1.10;0.22 +3406;4;3550.50;9.80;1513.50;1.76;0.22 +3406;5;3544.50;9.80;1514.00;4.43;0.22 +3406;6;3547.50;9.85;1515.00;3.38;0.22 +3406;9;3545.12;9.75;1513.00;1.57;0.22 +3406;10;3550.88;9.80;1513.00;-1.57;0.22 3406;21;3545.12;9.75;1513.00;1.57;0.22 +3407;0;3222.00;9.85;1483.00;0.00;0.18 +3407;1;3220.50;9.95;1481.00;-0.64;0.18 +3407;2;3223.00;9.82;1481.00;0.46;0.18 +3407;3;3225.00;9.80;1481.50;1.10;0.18 +3407;4;3218.00;10.02;1483.00;4.71;0.18 +3407;5;3226.00;9.90;1483.50;1.69;0.18 +3407;6;3223.00;9.80;1484.50;2.55;0.18 +3407;7;3219.00;9.90;1484.50;4.24;0.18 +3407;9;3218.94;9.97;1483.00;1.57;0.18 +3407;10;3225.06;9.80;1483.00;-1.57;0.18 3407;21;3218.94;9.97;1483.00;1.57;0.18 +3408;0;254.00;9.50;1357.00;0.00;1.34 +3408;1;239.00;9.50;1348.00;-1.03;1.34 +3408;2;251.50;9.50;1343.00;-0.17;1.34 +3408;3;263.50;9.50;1345.50;0.69;1.34 +3408;4;268.50;9.50;1356.00;1.50;1.34 +3408;5;239.00;9.50;1359.50;4.54;1.34 +3408;6;247.00;9.50;1368.50;3.68;1.34 +3408;7;265.00;9.50;1369.50;2.42;1.34 +3408;8;256.00;9.50;1373.50;3.02;1.34 +3408;9;241.22;9.50;1357.00;1.57;1.34 +3408;10;266.78;9.50;1357.00;-1.57;1.34 +3408;11;230.00;9.50;1342.60;-1.03;1.34 +3408;12;250.00;9.50;1334.60;-0.17;1.34 +3408;13;269.20;9.50;1338.60;0.69;1.34 +3408;14;277.20;9.50;1355.40;1.50;1.34 +3408;15;230.00;9.50;1361.00;4.54;1.34 +3408;16;242.80;9.50;1375.40;3.68;1.34 +3408;17;271.60;9.50;1377.00;2.42;1.34 +3408;18;257.20;9.50;1383.40;3.02;1.34 3408;21;241.22;9.50;1357.00;1.57;1.34 +3409;0;3385.00;9.80;1516.00;0.00;0.22 +3409;1;3384.00;9.80;1514.00;-0.46;0.22 +3409;2;3387.00;9.80;1515.00;1.10;0.22 +3409;3;3382.50;9.80;1515.50;-1.37;0.22 +3409;4;3389.00;9.80;1516.50;1.69;0.22 +3409;5;3387.00;9.80;1518.00;2.35;0.22 +3409;6;3382.50;9.80;1517.50;4.17;0.22 +3409;7;3384.00;9.80;1518.00;3.60;0.22 +3409;9;3382.48;9.80;1516.00;1.57;0.22 +3409;10;3387.52;9.80;1516.00;-1.57;0.22 3409;21;3382.48;9.80;1516.00;1.57;0.22 +3410;0;3138.00;11.87;1509.00;0.00;0.24 +3410;1;3138.00;12.10;1507.00;0.00;0.24 +3410;2;3135.50;12.30;1506.50;-0.78;0.24 +3410;3;3134.50;12.70;1508.50;-1.42;0.24 +3410;4;3140.50;11.75;1507.00;0.89;0.24 +3410;5;3141.00;11.45;1509.50;1.73;0.24 +3410;6;3134.50;12.60;1511.00;4.19;0.24 +3410;7;3137.00;12.00;1511.50;3.52;0.24 +3410;8;3140.50;11.30;1511.50;2.35;0.24 +3410;9;3135.12;12.62;1509.00;1.57;0.24 +3410;10;3140.88;11.51;1509.00;-1.57;0.24 3410;21;3135.12;12.62;1509.00;1.57;0.24 +3411;0;4565.00;9.50;924.00;0.00;0.92 +3411;1;4566.00;9.50;910.50;0.07;0.92 +3411;2;4557.50;9.50;921.00;-1.19;0.92 +3411;3;4572.50;9.50;918.50;0.93;0.92 +3411;4;4571.50;9.50;932.00;2.45;0.92 +3411;5;4560.00;9.50;935.00;3.56;0.92 +3411;9;4556.72;9.50;924.00;1.57;0.92 +3411;10;4573.28;9.50;924.00;-1.57;0.92 +3411;11;4566.60;9.50;902.40;0.07;0.92 +3411;12;4553.00;9.50;919.20;-1.19;0.92 +3411;13;4577.00;9.50;915.20;0.93;0.92 +3411;14;4575.40;9.50;936.80;2.45;0.92 +3411;15;4557.00;9.50;941.60;3.56;0.92 3411;21;4556.72;9.50;924.00;1.57;0.92 +3412;0;3190.00;10.50;1542.00;0.00;0.26 +3412;1;3189.00;10.35;1539.00;-0.32;0.26 +3412;2;3192.00;10.32;1539.00;0.58;0.26 +3412;3;3194.00;10.45;1541.00;1.32;0.26 +3412;4;3187.00;10.25;1542.00;4.71;0.26 +3412;5;3191.50;10.50;1543.50;2.35;0.26 +3412;6;3187.50;10.30;1544.50;3.92;0.26 +3412;9;3187.12;10.26;1542.00;1.57;0.26 +3412;10;3192.88;10.56;1542.00;-1.57;0.26 3412;21;3187.12;10.26;1542.00;1.57;0.26 +3413;0;3501.00;9.80;1458.00;0.00;0.22 +3413;1;3500.00;9.80;1456.00;-0.46;0.22 +3413;2;3503.00;9.80;1456.00;0.78;0.22 +3413;3;3499.00;9.80;1458.50;4.46;0.22 +3413;4;3504.00;9.80;1458.00;1.57;0.22 +3413;5;3501.50;9.80;1460.00;2.89;0.22 +3413;9;3499.02;9.80;1458.00;1.57;0.22 +3413;10;3502.98;9.80;1458.00;-1.57;0.22 3413;21;3499.02;9.80;1458.00;1.57;0.22 +3414;0;3079.00;12.37;1517.00;0.00;0.18 +3414;1;3077.50;11.85;1515.00;-0.64;0.18 +3414;2;3080.00;12.72;1515.00;0.46;0.18 +3414;3;3081.00;13.05;1516.50;1.32;0.18 +3414;4;3076.50;12.15;1517.00;4.71;0.18 +3414;5;3078.50;12.40;1518.50;3.46;0.18 +3414;6;3081.50;12.20;1518.50;2.11;0.18 +3414;9;3076.66;12.15;1517.00;1.57;0.18 +3414;10;3081.34;12.82;1517.00;-1.57;0.18 3414;21;3076.66;12.15;1517.00;1.57;0.18 +3415;0;3986.00;9.70;1923.00;0.00;1.18 +3415;1;3989.50;9.70;1908.00;0.22;1.18 +3415;2;3974.50;9.70;1909.50;-0.70;1.18 +3415;3;3985.00;9.70;1932.00;3.25;1.18 +3415;4;3997.50;9.70;1919.00;1.23;1.18 +3415;9;3975.38;9.70;1923.00;1.57;1.18 +3415;10;3996.62;9.70;1923.00;-1.57;1.18 3415;21;3975.38;9.70;1923.00;1.57;1.18 +3416;0;5370.00;9.50;164.00;0.00;0.98 +3416;1;5376.00;9.50;153.50;0.51;0.98 +3416;2;5356.00;9.50;159.50;-1.26;0.98 +3416;3;5382.00;9.50;166.50;1.77;0.98 +3416;4;5360.50;9.50;172.00;4.01;0.98 +3416;5;5372.50;9.50;178.00;2.96;0.98 +3416;9;5355.60;9.50;164.00;1.57;0.98 +3416;10;5384.40;9.50;164.00;-1.57;0.98 +3416;11;5379.60;9.50;147.20;0.51;0.98 +3416;12;5347.60;9.50;156.80;-1.26;0.98 +3416;13;5389.20;9.50;168.00;1.77;0.98 +3416;14;5354.80;9.50;176.80;4.01;0.98 +3416;15;5374.00;9.50;186.40;2.96;0.98 3416;21;5355.60;9.50;164.00;1.57;0.98 +3417;0;3457.00;10.00;1452.00;0.00;0.22 +3417;1;3454.50;9.75;1449.00;-0.69;0.22 +3417;2;3457.00;9.80;1449.50;0.00;0.22 +3417;3;3458.50;9.90;1449.50;0.54;0.22 +3417;4;3455.00;9.90;1452.50;4.46;0.22 +3417;5;3459.00;10.05;1451.50;1.32;0.22 +3417;6;3459.00;10.25;1454.00;2.35;0.22 +3417;7;3457.50;10.40;1455.50;3.00;0.22 +3417;9;3455.02;9.85;1452.00;1.57;0.22 +3417;10;3458.98;10.10;1452.00;-1.57;0.22 3417;21;3455.02;9.85;1452.00;1.57;0.22 +3418;0;3015.00;12.22;1528.00;0.00;0.18 +3418;1;3016.00;11.80;1524.50;0.27;0.18 +3418;2;3014.00;12.92;1527.00;-0.78;0.18 +3418;3;3016.50;11.25;1526.00;0.64;0.18 +3418;4;3016.50;11.90;1529.50;2.35;0.18 +3418;5;3013.50;13.60;1530.00;3.78;0.18 +3418;6;3015.00;12.85;1530.50;3.14;0.18 +3418;9;3013.38;13.47;1528.00;1.57;0.18 +3418;10;3016.62;11.41;1528.00;-1.57;0.18 3418;21;3013.38;13.47;1528.00;1.57;0.18 +3419;0;5164.00;9.50;944.00;0.00;1.22 +3419;1;5164.50;9.50;929.50;0.03;1.22 +3419;2;5153.50;9.50;937.00;-0.98;1.22 +3419;3;5173.50;9.50;935.50;0.84;1.22 +3419;4;5181.50;9.50;943.00;1.51;1.22 +3419;5;5174.00;9.50;951.00;2.18;1.22 +3419;6;5155.50;9.50;951.50;3.98;1.22 +3419;9;5150.50;9.50;944.00;1.57;1.22 +3419;10;5177.50;9.50;944.00;-1.57;1.22 +3419;11;5164.80;9.50;920.80;0.03;1.22 +3419;12;5147.20;9.50;932.80;-0.98;1.22 +3419;13;5179.20;9.50;930.40;0.84;1.22 +3419;14;5192.00;9.50;942.40;1.51;1.22 +3419;15;5180.00;9.50;955.20;2.18;1.22 +3419;16;5150.40;9.50;956.00;3.98;1.22 3419;21;5150.50;9.50;944.00;1.57;1.22 +3420;0;4975.00;9.50;873.00;0.00;1.10 +3420;1;4967.00;9.50;862.50;-0.65;1.10 +3420;2;4977.00;9.50;862.00;0.18;1.10 +3420;3;4984.50;9.50;874.50;1.72;1.10 +3420;4;4961.50;9.50;870.50;-1.38;1.10 +3420;5;4972.00;9.50;880.50;3.52;1.10 +3420;6;4983.50;9.50;886.00;2.56;1.10 +3420;9;4965.10;9.50;873.00;1.57;1.10 +3420;10;4984.90;9.50;873.00;-1.57;1.10 +3420;11;4962.20;9.50;856.20;-0.65;1.10 +3420;12;4978.20;9.50;855.40;0.18;1.10 +3420;13;4990.20;9.50;875.40;1.72;1.10 +3420;14;4953.40;9.50;869.00;-1.38;1.10 +3420;15;4970.20;9.50;885.00;3.52;1.10 +3420;16;4988.60;9.50;893.80;2.56;1.10 3420;21;4965.10;9.50;873.00;1.57;1.10 +3421;0;3397.00;9.75;1465.00;0.00;0.24 +3421;1;3398.00;9.70;1462.00;0.32;0.24 +3421;2;3396.00;9.70;1463.50;-0.58;0.24 +3421;3;3399.50;9.65;1464.00;1.19;0.24 +3421;4;3394.50;9.80;1466.50;4.17;0.24 +3421;5;3398.50;9.80;1467.00;2.49;0.24 +3421;6;3396.50;9.80;1468.00;3.30;0.24 +3421;9;3394.84;9.80;1465.00;1.57;0.24 +3421;10;3399.16;9.75;1465.00;-1.57;0.24 +3421;19;3402.00;9.53;1460.00;0.32;0.24 +3421;20;3403.23;9.53;1458.76;0.78;0.24 3421;21;3394.84;9.80;1465.00;1.57;0.24 +3422;0;2758.00;10.05;1546.00;0.00;0.18 +3422;1;2759.00;9.90;1545.00;0.78;0.18 +3422;2;2756.00;9.95;1546.50;4.46;0.18 +3422;3;2761.50;9.90;1546.00;1.57;0.18 +3422;4;2761.50;9.90;1547.00;1.84;0.18 +3422;5;2760.00;10.00;1547.00;2.03;0.18 +3422;6;2757.00;10.10;1548.00;3.60;0.18 +3422;9;2755.84;9.88;1546.00;1.57;0.18 +3422;10;2760.16;9.91;1546.00;-1.57;0.18 +3422;19;2764.00;9.50;1548.00;0.79;0.18 +3422;20;2765.66;9.50;1548.55;1.89;0.18 3422;21;2755.84;9.88;1546.00;1.57;0.18 +3423;0;2921.00;11.02;1515.00;0.00;0.22 +3423;1;2919.50;10.90;1514.00;-0.98;0.22 +3423;2;2922.50;10.80;1513.50;0.78;0.22 +3423;3;2924.50;10.70;1514.50;1.42;0.22 +3423;4;2923.00;11.15;1516.50;2.21;0.22 +3423;5;2919.00;11.22;1516.00;4.24;0.22 +3423;6;2921.00;11.25;1517.50;3.14;0.22 +3423;9;2918.66;11.14;1515.00;1.57;0.22 +3423;10;2923.34;10.91;1515.00;-1.57;0.22 3423;21;2918.66;11.14;1515.00;1.57;0.22 +3424;0;5188.00;9.50;1586.00;0.00;1.20 +3424;1;5179.00;9.50;1566.50;-0.43;1.20 +3424;2;5179.50;9.50;1585.00;-1.45;1.20 +3424;3;5193.00;9.50;1576.50;0.48;1.20 +3424;4;5200.50;9.50;1587.50;1.69;1.20 +3424;5;5200.00;9.50;1594.00;2.15;1.20 +3424;6;5191.50;9.50;1604.00;2.95;1.20 +3424;9;5177.20;9.50;1586.00;1.57;1.20 +3424;10;5198.80;9.50;1586.00;-1.57;1.20 +3424;11;5173.60;9.50;1554.80;-0.43;1.20 +3424;12;5174.40;9.50;1584.40;-1.45;1.20 +3424;13;5196.00;9.50;1570.80;0.48;1.20 +3424;14;5208.00;9.50;1588.40;1.69;1.20 +3424;15;5207.20;9.50;1598.80;2.15;1.20 +3424;16;5193.60;9.50;1614.80;2.95;1.20 3424;21;5177.20;9.50;1586.00;1.57;1.20 +3425;0;4445.00;9.50;772.00;0.00;1.02 +3425;1;4445.00;9.50;760.50;0.00;1.02 +3425;2;4437.50;9.50;763.50;-0.72;1.02 +3425;3;4456.50;9.50;765.50;1.05;1.02 +3425;4;4437.50;9.50;780.50;3.86;1.02 +3425;5;4453.00;9.50;774.50;1.87;1.02 +3425;6;4444.00;9.50;779.50;3.27;1.02 +3425;7;4448.00;9.50;781.00;2.82;1.02 +3425;8;4443.50;9.50;786.00;3.24;1.02 +3425;9;4435.82;9.50;772.00;1.57;1.02 +3425;10;4454.18;9.50;772.00;-1.57;1.02 +3425;11;4445.00;9.50;753.60;0.00;1.02 +3425;12;4433.00;9.50;758.40;-0.72;1.02 +3425;13;4463.40;9.50;761.60;1.05;1.02 +3425;14;4433.00;9.50;785.60;3.86;1.02 +3425;15;4457.80;9.50;776.00;1.87;1.02 +3425;16;4443.40;9.50;784.00;3.27;1.02 +3425;17;4449.80;9.50;786.40;2.82;1.02 +3425;18;4442.60;9.50;794.40;3.24;1.02 3425;21;4435.82;9.50;772.00;1.57;1.02 +3426;0;3506.00;10.05;1545.00;0.00;0.18 +3426;1;3506.50;10.00;1543.00;0.24;0.18 +3426;2;3509.00;10.00;1544.00;1.24;0.18 +3426;3;3503.00;9.90;1544.50;-1.40;0.18 +3426;4;3508.00;10.10;1545.50;1.81;0.18 +3426;5;3503.50;9.90;1546.00;4.33;0.18 +3426;6;3506.00;10.05;1547.00;3.14;0.18 +3426;9;3503.48;9.90;1545.00;1.57;0.18 +3426;10;3508.52;10.04;1545.00;-1.57;0.18 3426;21;3503.48;9.90;1545.00;1.57;0.18 +3427;0;4516.00;13.85;1310.00;0.00;0.46 +3427;1;4512.50;13.95;1305.00;-0.61;0.46 +3427;2;4515.00;12.80;1303.50;-0.15;0.46 +3427;3;4519.00;12.65;1307.50;0.87;0.46 +3427;4;4511.50;14.65;1311.00;4.49;0.46 +3427;5;4519.50;13.70;1314.00;2.42;0.46 +3427;6;4514.00;14.00;1315.50;3.49;0.46 +3427;9;4511.86;14.70;1310.00;1.57;0.46 +3427;10;4520.14;12.75;1310.00;-1.57;0.46 3427;21;4511.86;14.70;1310.00;1.57;0.46 +3428;0;4029.00;9.50;370.00;0.00;0.92 +3428;1;4023.50;9.50;358.50;-0.44;0.92 +3428;2;4029.00;9.50;357.00;0.00;0.92 +3428;3;4037.00;9.50;368.00;1.32;0.92 +3428;4;4019.50;9.50;371.00;4.60;0.92 +3428;5;4042.00;9.50;375.50;1.97;0.92 +3428;6;4037.50;9.50;379.50;2.41;0.92 +3428;7;4025.50;9.50;380.50;3.46;0.92 +3428;9;4020.72;9.50;370.00;1.57;0.92 +3428;10;4037.28;9.50;370.00;-1.57;0.92 +3428;11;4020.20;9.50;351.60;-0.44;0.92 +3428;12;4029.00;9.50;349.20;0.00;0.92 +3428;13;4041.80;9.50;366.80;1.32;0.92 +3428;14;4013.80;9.50;371.60;4.60;0.92 +3428;15;4049.80;9.50;378.80;1.97;0.92 +3428;16;4042.60;9.50;385.20;2.41;0.92 +3428;17;4023.40;9.50;386.80;3.46;0.92 3428;21;4020.72;9.50;370.00;1.57;0.92 +3429;0;3748.00;9.50;672.00;0.00;1.14 +3429;1;3754.50;9.50;659.50;0.48;1.14 +3429;2;3746.50;9.50;657.50;-0.10;1.14 +3429;3;3738.00;9.50;668.50;-1.23;1.14 +3429;4;3762.50;9.50;661.50;0.94;1.14 +3429;5;3759.00;9.50;674.00;1.75;1.14 +3429;6;3731.00;9.50;680.00;4.27;1.14 +3429;7;3743.00;9.50;683.00;3.56;1.14 +3429;9;3736.48;9.50;672.00;1.57;1.14 +3429;10;3759.52;9.50;672.00;-1.57;1.14 +3429;11;3758.40;9.50;652.00;0.48;1.14 +3429;12;3745.60;9.50;648.80;-0.10;1.14 +3429;13;3732.00;9.50;666.40;-1.23;1.14 +3429;14;3771.20;9.50;655.20;0.94;1.14 +3429;15;3765.60;9.50;675.20;1.75;1.14 +3429;16;3720.80;9.50;684.80;4.27;1.14 +3429;17;3740.00;9.50;689.60;3.56;1.14 3429;21;3736.48;9.50;672.00;1.57;1.14 +3430;0;3226.00;10.00;1491.00;0.00;0.24 +3430;1;3225.00;9.95;1488.50;-0.38;0.24 +3430;2;3222.50;9.90;1490.00;-1.29;0.24 +3430;3;3228.50;10.00;1489.50;1.03;0.24 +3430;4;3229.50;10.10;1491.00;1.57;0.24 +3430;5;3224.00;10.00;1492.50;4.06;0.24 +3430;6;3227.50;10.05;1493.00;2.49;0.24 +3430;9;3223.12;9.98;1491.00;1.57;0.24 +3430;10;3228.88;10.10;1491.00;-1.57;0.24 3430;21;3223.12;9.98;1491.00;1.57;0.24 +3431;0;3453.00;10.42;1510.00;0.00;0.20 +3431;1;3455.50;10.40;1508.50;1.03;0.20 +3431;2;3451.50;10.40;1509.00;-0.98;0.20 +3431;3;3456.50;10.40;1509.50;1.42;0.20 +3431;4;3449.50;10.50;1511.50;4.30;0.20 +3431;5;3453.50;10.40;1511.50;2.82;0.20 +3431;9;3450.12;10.43;1510.00;1.57;0.20 +3431;10;3455.88;10.41;1510.00;-1.57;0.20 3431;21;3450.12;10.43;1510.00;1.57;0.20 +3432;0;3619.00;9.50;328.00;0.00;1.18 +3432;1;3620.50;9.50;315.50;0.11;1.18 +3432;2;3632.50;9.50;320.50;1.06;1.18 +3432;3;3607.00;9.50;323.00;-1.17;1.18 +3432;4;3633.50;9.50;327.50;1.53;1.18 +3432;5;3625.00;9.50;337.50;2.57;1.18 +3432;6;3610.00;9.50;338.00;3.87;1.18 +3432;9;3608.38;9.50;328.00;1.57;1.18 +3432;10;3629.62;9.50;328.00;-1.57;1.18 +3432;11;3621.40;9.50;308.00;0.11;1.18 +3432;12;3640.60;9.50;316.00;1.06;1.18 +3432;13;3599.80;9.50;320.00;-1.17;1.18 +3432;14;3642.20;9.50;327.20;1.53;1.18 +3432;15;3628.60;9.50;343.20;2.57;1.18 +3432;16;3604.60;9.50;344.00;3.87;1.18 3432;21;3608.38;9.50;328.00;1.57;1.18 +3433;0;2936.00;9.50;593.00;0.00;0.96 +3433;1;2935.00;9.50;581.50;-0.08;0.96 +3433;2;2926.50;9.50;591.00;-1.36;0.96 +3433;3;2945.50;9.50;592.00;1.46;0.96 +3433;4;2947.00;9.50;601.50;2.22;0.96 +3433;5;2935.50;9.50;602.50;3.19;0.96 +3433;9;2927.36;9.50;593.00;1.57;0.96 +3433;10;2944.64;9.50;593.00;-1.57;0.96 +3433;11;2934.40;9.50;574.60;-0.08;0.96 +3433;12;2920.80;9.50;589.80;-1.36;0.96 +3433;13;2951.20;9.50;591.40;1.46;0.96 +3433;14;2953.60;9.50;606.60;2.22;0.96 +3433;15;2935.20;9.50;608.20;3.19;0.96 3433;21;2927.36;9.50;593.00;1.57;0.96 +3434;0;3159.00;11.82;1506.00;0.00;0.24 +3434;1;3160.00;12.32;1502.00;0.24;0.24 +3434;2;3160.50;12.20;1504.50;0.78;0.24 +3434;3;3158.00;12.02;1503.00;-0.32;0.24 +3434;4;3156.50;11.85;1506.00;4.71;0.24 +3434;5;3158.00;11.65;1509.00;3.46;0.24 +3434;6;3161.50;12.00;1508.00;2.24;0.24 +3434;7;3160.50;11.70;1509.00;2.67;0.24 +3434;9;3156.84;11.85;1506.00;1.57;0.24 +3434;10;3161.16;12.13;1506.00;-1.57;0.24 3434;21;3161.16;12.13;1506.00;-1.57;0.24 +3435;0;3550.00;9.60;1465.00;0.00;0.22 +3435;1;3549.50;9.60;1463.00;-0.24;0.22 +3435;2;3552.50;9.60;1463.50;1.03;0.22 +3435;3;3548.00;9.60;1465.50;4.46;0.22 +3435;4;3553.00;9.60;1466.00;1.89;0.22 +3435;5;3551.00;9.60;1467.50;2.76;0.22 +3435;6;3549.00;9.60;1467.50;3.52;0.22 +3435;9;3547.84;9.60;1465.00;1.57;0.22 +3435;10;3552.16;9.60;1465.00;-1.57;0.22 3435;21;3547.84;9.60;1465.00;1.57;0.22 +3436;0;2663.00;9.50;198.00;0.00;0.78 +3436;1;2663.00;9.50;184.00;0.00;0.78 +3436;2;2672.50;9.50;182.00;0.53;0.78 +3436;3;2671.00;9.50;193.50;1.05;0.78 +3436;4;2654.00;9.50;197.50;-1.51;0.78 +3436;5;2668.00;9.50;210.50;2.76;0.78 +3436;6;2654.50;9.50;208.00;3.84;0.78 +3436;7;2660.00;9.50;212.00;3.35;0.78 +3436;9;2655.98;9.50;198.00;1.57;0.78 +3436;10;2670.02;9.50;198.00;-1.57;0.78 +3436;11;2663.00;9.50;175.60;0.00;0.78 +3436;12;2678.20;9.50;172.40;0.53;0.78 +3436;13;2675.80;9.50;190.80;1.05;0.78 +3436;14;2648.60;9.50;197.20;-1.51;0.78 +3436;15;2671.00;9.50;218.00;2.76;0.78 +3436;16;2649.40;9.50;214.00;3.84;0.78 +3436;17;2658.20;9.50;220.40;3.35;0.78 3436;21;2655.98;9.50;198.00;1.57;0.78 +3437;0;2057.00;9.50;14.00;0.00;0.68 +3437;1;2043.00;9.50;13.00;-1.49;0.68 +3437;2;2070.00;9.50;15.00;1.64;0.68 +3437;3;2054.50;9.50;21.50;3.46;0.68 +3437;4;2069.00;9.50;23.50;2.24;0.68 +3437;9;2046.20;9.50;14.00;1.57;0.68 +3437;10;2067.80;9.50;14.00;-1.57;0.68 +3437;11;2034.60;9.50;12.40;-1.49;0.68 +3437;12;2077.80;9.50;15.60;1.64;0.68 +3437;13;2053.00;9.50;26.00;3.46;0.68 +3437;14;2076.20;9.50;29.20;2.24;0.68 3437;21;2046.20;9.50;14.00;1.57;0.68 +3438;0;3047.00;9.80;1557.00;0.00;0.18 +3438;1;3047.50;9.85;1555.00;0.24;0.18 +3438;2;3045.50;9.80;1557.00;4.71;0.18 +3438;3;3049.50;9.80;1557.00;1.57;0.18 +3438;4;3047.50;9.80;1559.00;2.89;0.18 +3438;9;3045.38;9.80;1557.00;1.57;0.18 +3438;10;3048.62;9.80;1557.00;-1.57;0.18 3438;21;3045.38;9.80;1557.00;1.57;0.18 +3439;0;3515.00;9.70;1467.00;0.00;0.26 +3439;1;3514.50;9.70;1464.50;-0.19;0.26 +3439;2;3517.00;9.80;1465.00;0.78;0.26 +3439;3;3512.00;9.77;1467.00;4.71;0.26 +3439;4;3517.50;9.90;1467.00;1.57;0.26 +3439;5;3516.00;9.70;1469.50;2.76;0.26 +3439;6;3513.50;9.70;1469.50;3.68;0.26 +3439;7;3515.00;9.70;1471.00;3.14;0.26 +3439;9;3512.66;9.74;1467.00;1.57;0.26 +3439;10;3517.34;9.86;1467.00;-1.57;0.26 3439;21;3512.66;9.74;1467.00;1.57;0.26 +3440;0;2271.00;9.50;1017.00;0.00;1.28 +3440;1;2288.00;9.50;1002.00;0.84;1.28 +3440;2;2270.50;9.50;1005.00;-0.04;1.28 +3440;3;2283.50;9.50;1016.50;1.53;1.28 +3440;4;2256.00;9.50;1021.00;4.45;1.28 +3440;5;2266.00;9.50;1031.50;3.47;1.28 +3440;9;2258.22;9.50;1017.00;1.57;1.28 +3440;10;2283.78;9.50;1017.00;-1.57;1.28 +3440;11;2298.20;9.50;993.00;0.84;1.28 +3440;12;2270.20;9.50;997.80;-0.04;1.28 +3440;13;2291.00;9.50;1016.20;1.53;1.28 +3440;14;2247.00;9.50;1023.40;4.45;1.28 +3440;15;2263.00;9.50;1040.20;3.47;1.28 3440;21;2258.22;9.50;1017.00;1.57;1.28 +3441;0;2032.00;9.50;1703.00;0.00;1.02 +3441;1;2040.50;9.50;1692.00;0.65;1.02 +3441;2;2029.00;9.50;1696.50;-0.43;1.02 +3441;3;2043.00;9.50;1700.50;1.34;1.02 +3441;4;2021.00;9.50;1707.50;4.32;1.02 +3441;5;2030.50;9.50;1712.50;3.29;1.02 +3441;9;2022.82;9.50;1703.00;1.57;1.02 +3441;10;2041.18;9.50;1703.00;-1.57;1.02 +3441;11;2045.60;9.50;1685.40;0.65;1.02 +3441;12;2027.20;9.50;1692.60;-0.43;1.02 +3441;13;2049.60;9.50;1699.00;1.34;1.02 +3441;14;2014.40;9.50;1710.20;4.32;1.02 +3441;15;2029.60;9.50;1718.20;3.29;1.02 3441;21;2022.82;9.50;1703.00;1.57;1.02 +3442;0;1500.00;9.50;994.00;0.00;0.88 +3442;1;1501.50;9.50;987.00;0.21;0.88 +3442;2;1515.00;9.50;991.00;1.37;0.88 +3442;3;1516.50;9.50;991.00;1.39;0.88 +3442;4;1485.50;9.50;990.00;-1.30;0.88 +3442;5;1489.50;9.50;999.00;4.26;0.88 +3442;6;1509.00;9.50;997.00;1.89;0.88 +3442;7;1501.00;9.50;1000.50;2.98;0.88 +3442;8;1496.00;9.50;1006.00;3.46;0.88 +3442;9;1488.30;9.50;994.00;1.57;0.88 +3442;10;1511.70;9.50;994.00;-1.57;0.88 +3442;11;1502.40;9.50;982.80;0.21;0.88 +3442;12;1524.00;9.50;989.20;1.37;0.88 +3442;13;1526.40;9.50;989.20;1.39;0.88 +3442;14;1476.80;9.50;987.60;-1.30;0.88 +3442;15;1483.20;9.50;1002.00;4.26;0.88 +3442;16;1514.40;9.50;998.80;1.89;0.88 +3442;17;1501.60;9.50;1004.40;2.98;0.88 +3442;18;1493.60;9.50;1013.20;3.46;0.88 3442;21;1488.30;9.50;994.00;1.57;0.88 +3443;0;3467.00;9.97;1457.00;0.00;0.20 +3443;1;3466.50;9.80;1455.00;-0.24;0.20 +3443;2;3464.00;9.95;1456.50;-1.40;0.20 +3443;3;3469.00;9.80;1456.50;1.32;0.20 +3443;4;3470.00;9.90;1458.50;2.03;0.20 +3443;5;3464.50;10.25;1459.00;4.03;0.20 +3443;6;3467.50;10.20;1459.00;2.89;0.20 +3443;9;3464.66;10.00;1457.00;1.57;0.20 +3443;10;3469.34;9.85;1457.00;-1.57;0.20 3443;21;3464.66;10.00;1457.00;1.57;0.20 +3444;0;2904.00;9.70;1547.00;0.00;0.20 +3444;1;2904.00;9.70;1544.50;0.00;0.20 +3444;2;2905.50;9.70;1544.00;0.46;0.20 +3444;3;2903.00;9.70;1545.00;-0.46;0.20 +3444;4;2906.00;9.70;1546.00;1.10;0.20 +3444;5;2903.00;9.70;1546.00;-0.78;0.20 +3444;6;2902.50;9.70;1548.50;3.92;0.20 +3444;7;2904.50;9.70;1549.00;2.89;0.20 +3444;8;2902.50;9.70;1551.00;3.50;0.20 +3444;9;2902.20;9.70;1547.00;1.57;0.20 +3444;10;2905.80;9.70;1547.00;-1.57;0.20 3444;21;2905.80;9.70;1547.00;-1.57;0.20 +3445;0;1033.00;9.50;458.00;0.00;1.24 +3445;1;1031.50;9.50;442.00;-0.09;1.24 +3445;2;1045.50;9.50;441.00;0.63;1.24 +3445;3;1046.50;9.50;459.00;1.64;1.24 +3445;4;1018.00;9.50;448.00;-0.98;1.24 +3445;5;1017.50;9.50;461.50;4.49;1.24 +3445;6;1043.50;9.50;472.50;2.51;1.24 +3445;7;1028.00;9.50;474.00;3.44;1.24 +3445;9;1021.84;9.50;458.00;1.57;1.24 +3445;10;1044.16;9.50;458.00;-1.57;1.24 +3445;11;1030.60;9.50;432.40;-0.09;1.24 +3445;12;1053.00;9.50;430.80;0.63;1.24 +3445;13;1054.60;9.50;459.60;1.64;1.24 +3445;14;1009.00;9.50;442.00;-0.98;1.24 +3445;15;1008.20;9.50;463.60;4.49;1.24 +3445;16;1049.80;9.50;481.20;2.51;1.24 +3445;17;1025.00;9.50;483.60;3.44;1.24 3445;21;1021.84;9.50;458.00;1.57;1.24 +3446;0;95.00;9.50;765.00;0.00;1.22 +3446;1;90.00;9.50;752.50;-0.38;1.22 +3446;2;105.50;9.50;755.50;0.83;1.22 +3446;3;80.00;9.50;765.50;4.67;1.22 +3446;4;108.50;9.50;771.00;1.98;1.22 +3446;5;85.00;9.50;776.50;3.85;1.22 +3446;6;97.50;9.50;779.00;2.96;1.22 +3446;9;83.12;9.50;765.00;1.57;1.22 +3446;10;106.88;9.50;765.00;-1.57;1.22 +3446;11;87.00;9.50;745.00;-0.38;1.22 +3446;12;111.80;9.50;749.80;0.83;1.22 +3446;13;71.00;9.50;765.80;4.67;1.22 +3446;14;116.60;9.50;774.60;1.98;1.22 +3446;15;79.00;9.50;783.40;3.85;1.22 +3446;16;99.00;9.50;787.40;2.96;1.22 3446;21;83.12;9.50;765.00;1.57;1.22 +3447;0;2866.00;10.05;1513.00;0.00;0.22 +3447;1;2865.50;9.90;1511.00;-0.24;0.22 +3447;2;2868.00;9.97;1512.00;1.10;0.22 +3447;3;2863.00;9.85;1512.50;-1.40;0.22 +3447;4;2865.50;10.10;1515.00;3.38;0.22 +3447;5;2867.50;10.30;1514.50;2.35;0.22 +3447;9;2864.02;9.85;1513.00;1.57;0.22 +3447;10;2867.98;10.14;1513.00;-1.57;0.22 3447;21;2864.02;9.85;1513.00;1.57;0.22 +3448;0;3122.00;13.22;1331.00;0.00;0.24 +3448;1;3124.50;12.80;1328.50;0.78;0.24 +3448;2;3123.00;13.10;1329.00;0.46;0.24 +3448;3;3125.50;13.20;1329.50;1.16;0.24 +3448;4;3120.50;13.20;1330.50;-1.24;0.24 +3448;5;3123.50;13.50;1332.00;2.15;0.24 +3448;6;3120.00;13.00;1332.50;4.06;0.24 +3448;7;3121.50;13.35;1334.00;3.30;0.24 +3448;9;3119.48;13.24;1331.00;1.57;0.24 +3448;10;3124.52;13.35;1331.00;-1.57;0.24 3448;21;3119.48;13.24;1331.00;1.57;0.24 +3449;0;3381.00;9.85;1474.00;0.00;0.22 +3449;1;3379.50;9.90;1471.50;-0.54;0.22 +3449;2;3382.00;9.90;1473.00;0.78;0.22 +3449;3;3378.50;9.80;1474.50;4.51;0.22 +3449;4;3380.00;9.80;1476.50;3.52;0.22 +3449;5;3382.50;9.80;1476.00;2.49;0.22 +3449;9;3379.02;9.82;1474.00;1.57;0.22 +3449;10;3382.98;9.85;1474.00;-1.57;0.22 3449;21;3379.02;9.82;1474.00;1.57;0.22 +3450;0;110.00;9.50;1776.00;0.00;0.96 +3450;1;117.50;9.50;1764.50;0.57;0.96 +3450;2;124.00;9.50;1767.50;1.02;0.96 +3450;3;101.50;9.50;1771.50;-1.08;0.96 +3450;4;119.50;9.50;1779.50;1.92;0.96 +3450;5;96.50;9.50;1780.50;4.39;0.96 +3450;6;103.00;9.50;1784.50;3.83;0.96 +3450;9;96.86;9.50;1776.00;1.57;0.96 +3450;10;123.14;9.50;1776.00;-1.57;0.96 +3450;11;122.00;9.50;1757.60;0.57;0.96 +3450;12;132.40;9.50;1762.40;1.02;0.96 +3450;13;96.40;9.50;1768.80;-1.08;0.96 +3450;14;125.20;9.50;1781.60;1.92;0.96 +3450;15;88.40;9.50;1783.20;4.39;0.96 +3450;16;98.80;9.50;1789.60;3.83;0.96 3450;21;96.86;9.50;1776.00;1.57;0.96 +3451;0;912.00;9.50;1185.00;0.00;1.08 +3451;1;902.50;9.50;1177.00;-0.87;1.08 +3451;2;915.50;9.50;1172.00;0.26;1.08 +3451;3;923.00;9.50;1184.50;1.52;1.08 +3451;4;897.50;9.50;1186.50;4.60;1.08 +3451;5;908.00;9.50;1197.00;3.46;1.08 +3451;6;921.00;9.50;1199.00;2.57;1.08 +3451;9;902.28;9.50;1185.00;1.57;1.08 +3451;10;921.72;9.50;1185.00;-1.57;1.08 +3451;11;896.80;9.50;1172.20;-0.87;1.08 +3451;12;917.60;9.50;1164.20;0.26;1.08 +3451;13;929.60;9.50;1184.20;1.52;1.08 +3451;14;888.80;9.50;1187.40;4.60;1.08 +3451;15;905.60;9.50;1204.20;3.46;1.08 +3451;16;926.40;9.50;1207.40;2.57;1.08 3451;21;902.28;9.50;1185.00;1.57;1.08 +3452;0;3308.00;10.00;1488.00;0.00;0.20 +3452;1;3305.50;10.00;1487.00;-1.19;0.20 +3452;2;3308.00;10.00;1485.50;0.00;0.20 +3452;3;3310.50;10.00;1487.50;1.37;0.20 +3452;4;3305.50;10.00;1489.50;4.17;0.20 +3452;5;3310.50;9.90;1489.50;2.11;0.20 +3452;6;3308.00;10.00;1491.00;3.14;0.20 +3452;9;3305.48;10.00;1488.00;1.57;0.20 +3452;10;3310.52;9.99;1488.00;-1.57;0.20 3452;21;3305.48;10.00;1488.00;1.57;0.20 +3453;0;1167.00;9.50;801.00;0.00;1.26 +3453;1;1161.50;9.50;788.00;-0.40;1.26 +3453;2;1151.00;9.50;797.00;-1.32;1.26 +3453;3;1179.50;9.50;789.00;0.80;1.26 +3453;4;1181.50;9.50;802.00;1.64;1.26 +3453;5;1155.50;9.50;812.00;3.94;1.26 +3453;6;1168.00;9.50;816.50;3.07;1.26 +3453;9;1152.96;9.50;801.00;1.57;1.26 +3453;10;1181.04;9.50;801.00;-1.57;1.26 +3453;11;1158.20;9.50;780.20;-0.40;1.26 +3453;12;1141.40;9.50;794.60;-1.32;1.26 +3453;13;1187.00;9.50;781.80;0.80;1.26 +3453;14;1190.20;9.50;802.60;1.64;1.26 +3453;15;1148.60;9.50;818.60;3.94;1.26 +3453;16;1168.60;9.50;825.80;3.07;1.26 3453;21;1152.96;9.50;801.00;1.57;1.26 +3454;0;467.00;9.50;1910.00;0.00;0.74 +3454;1;463.50;9.50;1906.00;-0.71;0.74 +3454;2;480.50;9.50;1901.00;0.98;0.74 +3454;3;477.00;9.50;1910.00;1.57;0.74 +3454;4;447.00;9.50;1913.50;4.53;0.74 +3454;5;462.50;9.50;1915.00;3.87;0.74 +3454;6;445.00;9.50;1911.50;4.64;0.74 +3454;9;453.86;9.50;1910.00;1.57;0.74 +3454;10;480.14;9.50;1910.00;-1.57;0.74 +3454;11;461.40;9.50;1903.60;-0.71;0.74 +3454;12;488.60;9.50;1895.60;0.98;0.74 +3454;13;483.00;9.50;1910.00;1.57;0.74 +3454;14;435.00;9.50;1915.60;4.53;0.74 +3454;15;459.80;9.50;1918.00;3.87;0.74 +3454;16;431.80;9.50;1912.40;4.64;0.74 3454;21;453.86;9.50;1910.00;1.57;0.74 +3455;0;3346.00;9.80;1523.00;0.00;0.26 +3455;1;3345.50;9.85;1521.00;-0.24;0.26 +3455;2;3349.00;9.80;1521.00;0.98;0.26 +3455;3;3348.50;9.80;1523.50;1.76;0.26 +3455;4;3343.50;9.80;1523.00;4.71;0.26 +3455;5;3344.00;9.80;1525.00;3.92;0.26 +3455;6;3346.50;9.80;1526.50;3.00;0.26 +3455;9;3343.48;9.80;1523.00;1.57;0.26 +3455;10;3348.52;9.84;1523.00;-1.57;0.26 3455;21;3343.48;9.80;1523.00;1.57;0.26 +3456;0;3860.00;9.62;1051.00;0.00;0.50 +3456;1;3856.50;9.65;1049.00;-1.05;0.50 +3456;2;3863.50;9.70;1047.50;0.78;0.50 +3456;3;3861.50;9.80;1054.50;2.73;0.50 +3456;4;3855.00;9.70;1055.50;3.98;0.50 +3456;9;3855.50;9.50;1051.00;1.57;0.50 +3456;10;3864.50;9.70;1051.00;-1.57;0.50 +3456;19;3850.00;9.50;1054.00;-1.05;0.50 +3456;20;3848.32;9.50;1054.50;4.42;0.50 3456;21;3855.50;9.50;1051.00;1.57;0.50 +3457;0;3231.00;10.30;1509.00;0.00;0.22 +3457;1;3231.50;10.30;1507.00;0.24;0.22 +3457;2;3228.00;10.30;1507.50;-1.10;0.22 +3457;3;3228.00;10.30;1510.00;4.39;0.22 +3457;4;3234.50;10.30;1508.50;1.42;0.22 +3457;5;3234.00;10.30;1510.00;1.89;0.22 +3457;6;3231.00;10.30;1511.50;3.14;0.22 +3457;9;3228.12;10.30;1509.00;1.57;0.22 +3457;10;3233.88;10.30;1509.00;-1.57;0.22 3457;21;3228.12;10.30;1509.00;1.57;0.22 +3458;0;3141.00;10.15;1543.00;0.00;0.26 +3458;1;3141.50;10.20;1540.50;0.19;0.26 +3458;2;3143.50;10.35;1541.00;0.89;0.26 +3458;3;3137.50;10.10;1542.00;-1.29;0.26 +3458;4;3144.00;10.50;1543.50;1.73;0.26 +3458;5;3137.00;10.05;1544.00;4.46;0.26 +3458;6;3140.00;10.00;1545.00;3.60;0.26 +3458;7;3144.00;10.37;1545.00;2.15;0.26 +3458;8;3142.50;10.10;1545.50;2.60;0.26 +3458;9;3137.76;10.08;1543.00;1.57;0.26 +3458;10;3144.24;10.50;1543.00;-1.57;0.26 3458;21;3137.76;10.08;1543.00;1.57;0.26 +3459;0;3570.00;9.60;1460.00;0.00;0.30 +3459;1;3568.00;9.60;1457.00;-0.58;0.30 +3459;2;3570.50;9.60;1457.50;0.19;0.30 +3459;3;3566.00;9.60;1459.00;-1.32;0.30 +3459;4;3573.50;9.60;1459.50;1.42;0.30 +3459;5;3568.00;9.60;1462.50;3.81;0.30 +3459;6;3573.00;9.60;1462.50;2.26;0.30 +3459;9;3566.76;9.60;1460.00;1.57;0.30 +3459;10;3573.24;9.60;1460.00;-1.57;0.30 3459;21;3566.76;9.60;1460.00;1.57;0.30 +3460;0;3068.00;10.40;1557.00;0.00;0.24 +3460;1;3067.50;10.40;1555.50;-0.32;0.24 +3460;2;3070.50;10.25;1554.00;0.69;0.24 +3460;3;3070.50;10.35;1557.00;1.57;0.24 +3460;4;3064.50;10.40;1557.50;4.57;0.24 +3460;5;3064.50;10.40;1558.50;4.30;0.24 +3460;6;3067.00;10.35;1559.50;3.52;0.24 +3460;7;3069.50;10.00;1560.00;2.67;0.24 +3460;9;3065.30;10.39;1557.00;1.57;0.24 +3460;10;3070.70;10.32;1557.00;-1.57;0.24 3460;21;3065.30;10.39;1557.00;1.57;0.24 +3461;0;3520.00;10.22;1476.00;0.00;0.18 +3461;1;3518.50;10.00;1474.00;-0.64;0.18 +3461;2;3521.50;10.80;1473.50;0.54;0.18 +3461;3;3521.50;10.70;1476.50;1.89;0.18 +3461;4;3518.50;10.00;1477.50;3.92;0.18 +3461;5;3520.50;10.50;1478.50;2.94;0.18 +3461;9;3518.38;9.97;1476.00;1.57;0.18 +3461;10;3521.62;10.73;1476.00;-1.57;0.18 3461;21;3518.38;9.97;1476.00;1.57;0.18 +3462;0;3047.00;10.60;1527.00;0.00;0.20 +3462;1;3046.00;10.20;1525.00;-0.46;0.20 +3462;2;3049.00;11.07;1526.00;1.10;0.20 +3462;3;3045.50;10.40;1528.00;4.12;0.20 +3462;4;3048.00;11.47;1529.00;2.67;0.20 +3462;5;3046.50;11.35;1530.00;3.30;0.20 +3462;9;3045.20;10.28;1527.00;1.57;0.20 +3462;10;3048.80;11.08;1527.00;-1.57;0.20 3462;21;3045.20;10.28;1527.00;1.57;0.20 +3463;0;2748.00;10.07;1547.00;0.00;0.24 +3463;1;2748.00;9.90;1545.50;0.00;0.24 +3463;2;2744.50;9.90;1545.50;-1.16;0.24 +3463;3;2751.00;9.92;1547.00;1.57;0.24 +3463;4;2746.00;10.07;1548.00;4.24;0.24 +3463;5;2749.50;10.10;1549.50;2.60;0.24 +3463;6;2747.50;10.25;1550.00;3.30;0.24 +3463;9;2745.66;10.01;1547.00;1.57;0.24 +3463;10;2750.34;9.90;1547.00;-1.57;0.24 +3463;19;2749.00;9.78;1554.00;-2.98;0.24 +3463;20;2749.24;9.78;1555.73;3.00;0.24 3463;21;2745.66;10.01;1547.00;1.57;0.24 +3464;0;3455.00;10.30;1463.00;0.00;0.18 +3464;1;3456.50;10.40;1461.00;0.64;0.18 +3464;2;3453.50;10.15;1461.00;-0.64;0.18 +3464;3;3452.00;10.20;1462.50;-1.40;0.18 +3464;4;3458.50;10.30;1462.00;1.29;0.18 +3464;5;3458.00;10.30;1463.50;1.73;0.18 +3464;6;3453.50;10.30;1465.00;3.78;0.18 +3464;7;3457.00;10.30;1464.50;2.21;0.18 +3464;9;3452.30;10.20;1463.00;1.57;0.18 +3464;10;3457.70;10.30;1463.00;-1.57;0.18 3464;21;3452.30;10.20;1463.00;1.57;0.18 +3465;0;3473.00;9.80;1551.00;0.00;0.18 +3465;1;3473.50;9.80;1549.00;0.24;0.18 +3465;2;3471.50;9.80;1550.50;-1.24;0.18 +3465;3;3475.00;9.80;1551.50;1.81;0.18 +3465;4;3472.00;9.80;1553.00;3.60;0.18 +3465;5;3474.00;9.80;1553.50;2.76;0.18 +3465;9;3471.38;9.80;1551.00;1.57;0.18 +3465;10;3474.62;9.80;1551.00;-1.57;0.18 3465;21;3471.38;9.80;1551.00;1.57;0.18 +3466;0;3387.00;9.80;1482.00;0.00;0.20 +3466;1;3388.00;9.80;1479.50;0.38;0.20 +3466;2;3385.50;9.80;1480.00;-0.64;0.20 +3466;3;3389.50;9.80;1480.50;1.03;0.20 +3466;4;3383.50;9.80;1482.00;4.71;0.20 +3466;5;3390.50;9.80;1482.50;1.71;0.20 +3466;6;3387.00;9.80;1484.00;3.14;0.20 +3466;9;3384.30;9.80;1482.00;1.57;0.20 +3466;10;3389.70;9.80;1482.00;-1.57;0.20 3466;21;3384.30;9.80;1482.00;1.57;0.20 +3467;0;3579.00;10.37;1518.00;0.00;0.26 +3467;1;3579.50;10.10;1514.50;0.14;0.26 +3467;2;3576.50;10.30;1516.50;-1.03;0.26 +3467;3;3581.50;10.20;1518.50;1.76;0.26 +3467;4;3577.50;9.95;1520.00;3.78;0.26 +3467;5;3579.50;9.90;1522.00;3.01;0.26 +3467;9;3576.66;10.18;1518.00;1.57;0.26 +3467;10;3581.34;10.21;1518.00;-1.57;0.26 3467;21;3576.66;10.18;1518.00;1.57;0.26 +3468;0;3317.00;9.90;1494.00;0.00;0.20 +3468;1;3317.00;9.90;1492.00;0.00;0.20 +3468;2;3319.00;9.90;1493.50;1.32;0.20 +3468;3;3315.00;9.90;1492.50;-0.92;0.20 +3468;4;3314.00;9.90;1495.00;4.39;0.20 +3468;5;3319.00;9.95;1495.50;2.21;0.20 +3468;6;3316.00;10.00;1496.00;3.60;0.20 +3468;9;3314.48;9.90;1494.00;1.57;0.20 +3468;10;3319.52;9.90;1494.00;-1.57;0.20 3468;21;3314.48;9.90;1494.00;1.57;0.20 +3469;0;3419.00;10.05;1521.00;0.00;0.20 +3469;1;3419.50;9.90;1518.50;0.19;0.20 +3469;2;3417.50;9.90;1519.00;-0.64;0.20 +3469;3;3421.00;10.15;1521.00;1.57;0.20 +3469;4;3416.50;10.05;1522.00;4.33;0.20 +3469;5;3419.50;10.35;1523.00;2.89;0.20 +3469;9;3417.20;10.03;1521.00;1.57;0.20 +3469;10;3420.80;10.15;1521.00;-1.57;0.20 3469;21;3417.20;10.03;1521.00;1.57;0.20 +3470;0;3235.00;10.10;1531.00;0.00;0.22 +3470;1;3235.00;10.10;1528.50;0.00;0.22 +3470;2;3232.50;10.10;1528.50;-0.78;0.22 +3470;3;3233.00;10.10;1531.00;4.71;0.22 +3470;4;3237.00;10.10;1531.00;1.57;0.22 +3470;5;3236.00;10.00;1533.50;2.76;0.22 +3470;6;3233.50;10.00;1534.00;3.60;0.22 +3470;9;3233.02;10.10;1531.00;1.57;0.22 +3470;10;3236.98;10.10;1531.00;-1.57;0.22 3470;21;3233.02;10.10;1531.00;1.57;0.22 +3471;0;898.00;13.50;1586.00;0.00;0.32 +3471;1;894.50;12.40;1583.50;-0.95;0.32 +3471;2;899.50;14.00;1583.50;0.54;0.32 +3471;3;894.00;12.65;1587.00;4.46;0.32 +3471;4;902.00;14.22;1586.00;1.57;0.32 +3471;5;898.00;13.75;1589.50;3.14;0.32 +3471;9;894.22;12.50;1586.00;1.57;0.32 +3471;10;901.78;14.23;1586.00;-1.57;0.32 3471;21;894.22;12.50;1586.00;1.57;0.32 +3472;0;3902.00;9.70;1678.00;0.00;0.52 +3472;1;3901.00;9.80;1673.50;-0.21;0.52 +3472;2;3907.00;9.80;1675.50;1.10;0.52 +3472;3;3896.50;9.70;1679.50;4.44;0.52 +3472;4;3907.50;9.80;1680.50;1.99;0.52 +3472;5;3902.00;9.70;1682.50;3.14;0.52 +3472;6;3897.50;9.80;1683.00;3.87;0.52 +3472;9;3897.14;9.70;1678.00;1.57;0.52 +3472;10;3906.86;9.80;1678.00;-1.57;0.52 3472;21;3897.14;9.70;1678.00;1.57;0.52 +3473;0;3037.00;9.70;1567.00;0.00;0.20 +3473;1;3037.50;9.70;1564.50;0.19;0.20 +3473;2;3035.50;9.70;1567.00;4.71;0.20 +3473;3;3039.50;9.70;1565.50;1.03;0.20 +3473;4;3039.00;9.70;1568.00;2.03;0.20 +3473;5;3036.50;9.70;1570.00;3.30;0.20 +3473;6;3038.50;9.70;1569.50;2.60;0.20 +3473;9;3035.20;9.70;1567.00;1.57;0.20 +3473;10;3038.80;9.70;1567.00;-1.57;0.20 3473;21;3035.20;9.70;1567.00;1.57;0.20 +3474;0;2981.00;12.30;1524.00;0.00;0.24 +3474;1;2981.00;12.40;1521.50;0.00;0.24 +3474;2;2983.50;12.60;1523.00;1.19;0.24 +3474;3;2979.00;12.20;1523.50;-1.32;0.24 +3474;4;2980.00;12.35;1526.00;3.60;0.24 +3474;5;2983.00;12.75;1526.00;2.35;0.24 +3474;9;2978.84;12.21;1524.00;1.57;0.24 +3474;10;2983.16;12.46;1524.00;-1.57;0.24 3474;21;2978.84;12.21;1524.00;1.57;0.24 +3475;0;3505.00;9.80;1474.00;0.00;0.18 +3475;1;3501.00;9.80;1473.00;-1.32;0.18 +3475;2;3504.50;9.80;1472.00;-0.24;0.18 +3475;3;3508.50;9.80;1473.00;1.29;0.18 +3475;4;3502.00;9.80;1474.00;4.71;0.18 +3475;5;3507.50;9.80;1475.00;1.95;0.18 +3475;6;3504.50;9.80;1476.00;3.38;0.18 +3475;9;3501.94;9.80;1474.00;1.57;0.18 +3475;10;3508.06;9.80;1474.00;-1.57;0.18 3475;21;3501.94;9.80;1474.00;1.57;0.18 +3476;0;2843.00;9.80;1520.00;0.00;0.18 +3476;1;2844.00;9.85;1517.50;0.38;0.18 +3476;2;2842.00;9.80;1518.50;-0.58;0.18 +3476;3;2845.00;9.80;1520.00;1.57;0.18 +3476;4;2841.50;9.80;1521.00;4.12;0.18 +3476;5;2843.50;9.80;1522.00;2.89;0.18 +3476;9;2841.38;9.80;1520.00;1.57;0.18 +3476;10;2844.62;9.80;1520.00;-1.57;0.18 3476;21;2841.38;9.80;1520.00;1.57;0.18 +3477;0;3531.00;11.70;1554.00;0.00;0.26 +3477;1;3531.00;11.90;1551.50;0.00;0.26 +3477;2;3533.50;12.10;1552.50;1.03;0.26 +3477;3;3528.50;11.30;1553.50;-1.37;0.26 +3477;4;3533.00;12.15;1555.00;2.03;0.26 +3477;5;3529.50;11.10;1556.50;3.68;0.26 +3477;6;3531.50;11.90;1557.50;3.00;0.26 +3477;9;3528.66;11.21;1554.00;1.57;0.26 +3477;10;3533.34;12.12;1554.00;-1.57;0.26 3477;21;3528.66;11.21;1554.00;1.57;0.26 +3478;0;3462.00;9.70;1471.00;0.00;0.22 +3478;1;3460.50;9.90;1468.50;-0.54;0.22 +3478;2;3464.00;9.70;1470.00;1.10;0.22 +3478;3;3458.50;10.20;1471.00;4.71;0.22 +3478;4;3464.00;9.70;1472.50;2.21;0.22 +3478;5;3459.00;10.02;1473.00;4.12;0.22 +3478;6;3460.50;9.80;1473.50;3.68;0.22 +3478;9;3459.30;10.04;1471.00;1.57;0.22 +3478;10;3464.70;9.70;1471.00;-1.57;0.22 3478;21;3459.30;10.04;1471.00;1.57;0.22 +3479;0;3398.00;9.90;1487.00;0.00;0.20 +3479;1;3398.50;9.90;1485.00;0.24;0.20 +3479;2;3396.00;9.90;1485.00;-0.78;0.20 +3479;3;3400.00;9.90;1487.50;1.81;0.20 +3479;4;3395.50;9.90;1488.00;4.33;0.20 +3479;5;3398.50;9.90;1489.50;2.94;0.20 +3479;6;3400.50;10.00;1490.00;2.44;0.20 +3479;9;3396.20;9.90;1487.00;1.57;0.20 +3479;10;3399.80;9.90;1487.00;-1.57;0.20 3479;21;3396.20;9.90;1487.00;1.57;0.20 +3480;0;3300.00;9.80;1540.00;0.00;0.24 +3480;1;3300.00;9.80;1538.00;0.00;0.24 +3480;2;3302.50;9.80;1538.50;1.03;0.24 +3480;3;3298.00;9.97;1540.00;4.71;0.24 +3480;4;3303.00;9.80;1540.50;1.73;0.24 +3480;5;3300.50;9.80;1542.00;2.89;0.24 +3480;6;3297.00;10.05;1542.50;4.01;0.24 +3480;9;3297.30;10.09;1540.00;1.57;0.24 +3480;10;3302.70;9.80;1540.00;-1.57;0.24 3480;21;3297.30;10.09;1540.00;1.57;0.24 +3481;0;1167.00;10.97;1791.00;0.00;0.78 +3481;1;1161.00;10.90;1784.00;-0.70;0.78 +3481;2;1171.00;10.95;1786.00;0.67;0.78 +3481;3;1160.00;11.00;1793.00;4.43;0.78 +3481;4;1178.00;11.00;1789.50;1.43;0.78 +3481;5;1175.50;10.90;1795.50;2.05;0.78 +3481;6;1169.50;10.80;1800.00;2.87;0.78 +3481;9;1158.72;11.00;1791.00;1.57;0.78 +3481;10;1175.28;11.00;1791.00;-1.57;0.78 3481;21;1158.72;11.00;1791.00;1.57;0.78 +3482;0;3120.00;10.00;1547.00;0.00;0.20 +3482;1;3120.50;9.95;1545.00;0.24;0.20 +3482;2;3118.00;10.00;1546.00;-1.10;0.20 +3482;3;3122.50;10.10;1545.50;1.03;0.20 +3482;4;3122.00;10.05;1547.50;1.81;0.20 +3482;5;3118.00;10.00;1547.50;4.46;0.20 +3482;6;3119.50;10.00;1549.50;3.33;0.20 +3482;9;3118.20;10.00;1547.00;1.57;0.20 +3482;10;3121.80;10.03;1547.00;-1.57;0.20 3482;21;3118.20;10.00;1547.00;1.57;0.20 +3483;0;3208.00;10.90;1510.00;0.00;0.22 +3483;1;3209.50;10.80;1508.00;0.64;0.22 +3483;2;3205.50;10.90;1508.00;-0.89;0.22 +3483;3;3203.50;10.65;1509.00;-1.35;0.22 +3483;4;3212.00;10.90;1510.50;1.69;0.22 +3483;5;3205.00;10.75;1510.50;4.54;0.22 +3483;6;3209.50;10.90;1512.00;2.49;0.22 +3483;9;3204.94;10.76;1510.00;1.57;0.22 +3483;10;3211.06;10.82;1510.00;-1.57;0.22 3483;21;3204.94;10.76;1510.00;1.57;0.22 +3484;0;3091.00;12.40;1498.00;0.00;0.32 +3484;1;3089.50;11.65;1494.00;-0.35;0.32 +3484;2;3091.50;12.40;1495.00;0.16;0.32 +3484;3;3088.00;11.50;1496.00;-0.98;0.32 +3484;4;3093.50;12.50;1497.50;1.37;0.32 +3484;5;3088.00;11.65;1498.00;4.71;0.32 +3484;6;3090.50;12.10;1500.00;3.38;0.32 +3484;7;3093.50;12.45;1501.00;2.44;0.32 +3484;9;3088.12;11.71;1498.00;1.57;0.32 +3484;10;3093.88;12.53;1498.00;-1.57;0.32 3484;21;3093.88;12.53;1498.00;-1.57;0.32 +3485;0;3067.00;13.65;1529.00;0.00;0.26 +3485;1;3065.00;14.32;1527.00;-0.78;0.26 +3485;2;3067.00;14.45;1525.50;0.00;0.26 +3485;3;3068.50;14.40;1528.00;0.98;0.26 +3485;4;3063.50;14.50;1529.00;4.71;0.26 +3485;5;3064.50;14.10;1530.00;4.33;0.26 +3485;6;3070.00;12.52;1530.00;1.89;0.26 +3485;7;3066.00;13.30;1531.00;3.60;0.26 +3485;8;3068.50;12.10;1531.00;2.49;0.26 +3485;9;3064.66;14.31;1529.00;1.57;0.26 +3485;10;3069.34;13.59;1529.00;-1.57;0.26 3485;21;3064.66;14.31;1529.00;1.57;0.26 +3486;0;3609.00;9.70;1561.00;0.00;0.22 +3486;1;3608.00;9.70;1558.00;-0.32;0.22 +3486;2;3610.00;9.70;1559.00;0.46;0.22 +3486;3;3606.50;9.70;1560.00;-1.19;0.22 +3486;4;3611.50;9.80;1562.00;1.95;0.22 +3486;5;3607.00;9.70;1562.50;4.06;0.22 +3486;6;3610.50;9.70;1564.50;2.73;0.22 +3486;7;3608.00;9.70;1565.00;3.38;0.22 +3486;9;3607.02;9.70;1561.00;1.57;0.22 +3486;10;3610.98;9.74;1561.00;-1.57;0.22 3486;21;3607.02;9.70;1561.00;1.57;0.22 +3487;0;3512.00;9.75;1480.00;0.00;0.20 +3487;1;3511.00;9.80;1478.00;-0.46;0.20 +3487;2;3513.50;9.70;1477.50;0.54;0.20 +3487;3;3514.50;9.70;1479.50;1.37;0.20 +3487;4;3509.00;9.80;1481.00;4.39;0.20 +3487;5;3514.00;9.70;1481.50;2.21;0.20 +3487;6;3509.50;9.80;1482.00;4.03;0.20 +3487;7;3511.50;9.80;1482.50;3.33;0.20 +3487;9;3509.84;9.80;1480.00;1.57;0.20 +3487;10;3514.16;9.70;1480.00;-1.57;0.20 3487;21;3509.84;9.80;1480.00;1.57;0.20 +3488;0;2900.00;12.00;1526.00;0.00;0.18 +3488;1;2900.00;12.00;1523.50;0.00;0.18 +3488;2;2901.50;11.65;1524.00;0.64;0.18 +3488;3;2899.00;12.20;1524.00;-0.46;0.18 +3488;4;2902.50;11.50;1524.50;1.03;0.18 +3488;5;2898.50;11.95;1527.00;4.12;0.18 +3488;6;2902.00;11.60;1526.00;1.57;0.18 +3488;7;2901.00;11.62;1528.00;2.67;0.18 +3488;8;2899.50;11.45;1529.00;3.30;0.18 +3488;9;2898.38;12.14;1526.00;1.57;0.18 +3488;10;2901.62;11.67;1526.00;-1.57;0.18 3488;21;2898.38;12.14;1526.00;1.57;0.18 +3489;0;3468.00;9.72;1479.00;0.00;0.28 +3489;1;3469.50;9.70;1475.50;0.40;0.28 +3489;2;3467.00;9.70;1476.50;-0.38;0.28 +3489;3;3470.50;9.70;1476.50;0.78;0.28 +3489;4;3464.50;9.70;1480.00;4.43;0.28 +3489;5;3472.00;9.70;1479.00;1.57;0.28 +3489;6;3470.00;9.80;1480.50;2.21;0.28 +3489;7;3467.00;9.80;1482.00;3.46;0.28 +3489;9;3465.30;9.70;1479.00;1.57;0.28 +3489;10;3470.70;9.70;1479.00;-1.57;0.28 3489;21;3465.30;9.70;1479.00;1.57;0.28 +3490;0;3556.00;9.75;1527.00;0.00;0.26 +3490;1;3557.50;9.70;1524.50;0.54;0.26 +3490;2;3554.00;10.00;1526.00;-1.10;0.26 +3490;3;3559.00;9.70;1525.50;1.10;0.26 +3490;4;3558.50;9.70;1527.50;1.76;0.26 +3490;5;3551.50;10.50;1527.50;4.60;0.26 +3490;6;3553.00;10.17;1529.00;4.12;0.26 +3490;7;3556.50;9.70;1529.50;2.94;0.26 +3490;9;3553.12;10.13;1527.00;1.57;0.26 +3490;10;3558.88;9.71;1527.00;-1.57;0.26 3490;21;3553.12;10.13;1527.00;1.57;0.26 +3491;0;3395.00;9.87;1495.00;0.00;0.16 +3491;1;3393.00;9.90;1494.00;-1.10;0.16 +3491;2;3397.00;9.95;1493.50;0.92;0.16 +3491;3;3399.00;10.20;1494.50;1.44;0.16 +3491;4;3397.00;10.02;1496.00;2.03;0.16 +3491;5;3392.50;9.90;1495.50;4.51;0.16 +3491;6;3394.00;9.90;1496.50;3.73;0.16 +3491;9;3392.48;9.90;1495.00;1.57;0.16 +3491;10;3397.52;10.05;1495.00;-1.57;0.16 3491;21;3392.48;9.90;1495.00;1.57;0.16 +3492;0;3371.00;9.90;1532.00;0.00;0.20 +3492;1;3371.50;9.90;1530.00;0.24;0.20 +3492;2;3374.00;9.90;1531.00;1.24;0.20 +3492;3;3368.50;9.90;1531.50;-1.37;0.20 +3492;4;3373.00;9.90;1532.50;1.81;0.20 +3492;5;3368.50;9.90;1533.50;4.17;0.20 +3492;6;3370.50;9.90;1534.50;3.33;0.20 +3492;9;3368.48;9.84;1532.00;1.57;0.20 +3492;10;3373.52;9.90;1532.00;-1.57;0.20 3492;21;3368.48;9.84;1532.00;1.57;0.20 +3493;0;2837.00;10.40;1470.00;0.00;0.16 +3493;1;2835.50;10.40;1469.00;-0.98;0.16 +3493;2;2839.50;10.30;1469.50;1.37;0.16 +3493;3;2834.00;10.40;1470.50;4.54;0.16 +3493;4;2837.00;10.40;1472.00;3.14;0.16 +3493;5;2840.00;10.30;1471.00;1.89;0.16 +3493;9;2834.48;10.40;1470.00;1.57;0.16 +3493;10;2839.52;10.30;1470.00;-1.57;0.16 3493;21;2834.48;10.40;1470.00;1.57;0.16 +3494;0;3286.00;10.42;1511.00;0.00;0.24 +3494;1;3285.00;10.15;1509.50;-0.58;0.24 +3494;2;3287.50;10.45;1508.00;0.46;0.24 +3494;3;3288.50;10.55;1510.00;1.19;0.24 +3494;4;3282.50;10.00;1511.50;4.57;0.24 +3494;5;3287.50;10.35;1512.00;2.15;0.24 +3494;6;3284.50;10.00;1513.50;3.68;0.24 +3494;7;3286.50;10.10;1513.50;2.94;0.24 +3494;9;3283.66;10.11;1511.00;1.57;0.24 +3494;10;3288.34;10.45;1511.00;-1.57;0.24 3494;21;3283.66;10.11;1511.00;1.57;0.24 +3495;0;2797.00;10.37;1475.00;0.00;0.22 +3495;1;2798.50;10.30;1473.50;0.78;0.22 +3495;2;2795.00;10.40;1473.50;-0.92;0.22 +3495;3;2800.00;10.15;1475.50;1.73;0.22 +3495;4;2793.00;10.40;1475.50;4.58;0.22 +3495;5;2796.50;10.40;1477.00;3.38;0.22 +3495;9;2794.12;10.40;1475.00;1.57;0.22 +3495;10;2799.88;10.21;1475.00;-1.57;0.22 3495;21;2794.12;10.40;1475.00;1.57;0.22 +3496;0;3206.00;10.50;1550.00;0.00;0.22 +3496;1;3206.00;10.50;1547.00;0.00;0.22 +3496;2;3208.50;10.50;1549.50;1.37;0.22 +3496;3;3203.50;10.50;1550.00;4.71;0.22 +3496;4;3204.50;10.50;1552.00;3.78;0.22 +3496;5;3206.50;10.50;1552.50;2.94;0.22 +3496;9;3203.84;10.50;1550.00;1.57;0.22 +3496;10;3208.16;10.50;1550.00;-1.57;0.22 3496;21;3203.84;10.50;1550.00;1.57;0.22 +3497;0;3132.00;10.95;1529.00;0.00;0.20 +3497;1;3132.00;11.45;1526.50;0.00;0.20 +3497;2;3130.00;11.75;1529.00;4.71;0.20 +3497;3;3134.00;10.55;1527.50;0.92;0.20 +3497;4;3134.00;10.25;1530.00;2.03;0.20 +3497;5;3131.50;10.90;1531.50;3.33;0.20 +3497;9;3130.20;11.69;1529.00;1.57;0.20 +3497;10;3133.80;10.39;1529.00;-1.57;0.20 3497;21;3130.20;11.69;1529.00;1.57;0.20 +3498;0;1108.00;11.20;1823.00;0.00;0.90 +3498;1;1105.00;11.05;1815.50;-0.38;0.90 +3498;2;1116.00;11.30;1816.00;0.85;0.90 +3498;3;1099.00;11.05;1819.00;-1.15;0.90 +3498;4;1098.50;11.05;1827.00;4.31;0.90 +3498;5;1110.50;10.80;1830.50;2.82;0.90 +3498;6;1099.00;10.90;1835.00;3.78;0.90 +3498;9;1099.90;11.20;1823.00;1.57;0.90 +3498;10;1116.10;11.25;1823.00;-1.57;0.90 3498;21;1099.90;11.20;1823.00;1.57;0.90 +3499;0;3003.00;9.80;1564.00;0.00;0.24 +3499;1;3001.50;9.80;1563.50;-1.24;0.24 +3499;2;3004.00;9.80;1563.00;0.78;0.24 +3499;3;3006.50;9.80;1562.50;1.16;0.24 +3499;4;3004.50;9.75;1565.00;2.15;0.24 +3499;5;3002.50;9.70;1567.00;3.30;0.24 +3499;9;3000.48;9.80;1564.00;1.57;0.24 +3499;10;3005.52;9.79;1564.00;-1.57;0.24 3499;21;3005.52;9.79;1564.00;-1.57;0.24 +3500;0;2968.00;10.52;1539.00;0.00;0.20 +3500;1;2966.50;10.55;1537.00;-0.64;0.20 +3500;2;2969.50;10.80;1537.50;0.78;0.20 +3500;3;2965.00;10.40;1537.50;-1.10;0.20 +3500;4;2966.00;10.35;1539.00;4.71;0.20 +3500;5;2970.50;10.55;1540.00;1.95;0.20 +3500;6;2968.50;10.40;1541.00;2.89;0.20 +3500;9;2965.66;10.31;1539.00;1.57;0.20 +3500;10;2970.34;10.68;1539.00;-1.57;0.20 3500;21;2965.66;10.31;1539.00;1.57;0.20 +3501;0;2810.00;9.92;1553.00;0.00;0.28 +3501;1;2810.50;9.80;1551.50;0.32;0.28 +3501;2;2806.50;9.90;1550.50;-0.95;0.28 +3501;3;2808.00;9.90;1553.00;4.71;0.28 +3501;4;2811.50;9.90;1555.00;2.49;0.28 +3501;9;2806.76;9.90;1553.00;1.57;0.28 +3501;10;2813.24;9.63;1553.00;-1.57;0.28 +3501;19;2814.33;9.70;1552.44;0.22;0.28 +3501;20;2816.06;9.70;1552.21;1.44;0.28 3501;21;2814.01;9.90;1554.77;-1.57;0.28 +3502;0;3634.00;9.70;1537.00;0.00;0.36 +3502;1;3631.00;9.70;1533.00;-0.64;0.36 +3502;2;3635.00;9.70;1533.00;0.24;0.36 +3502;3;3630.50;9.70;1537.50;4.57;0.36 +3502;4;3638.50;9.70;1536.00;1.35;0.36 +3502;5;3638.00;9.70;1539.50;2.12;0.36 +3502;6;3632.50;9.75;1541.00;3.50;0.36 +3502;7;3635.50;9.80;1541.50;2.82;0.36 +3502;9;3630.22;9.70;1537.00;1.57;0.36 +3502;10;3637.78;9.70;1537.00;-1.57;0.36 3502;21;3630.22;9.70;1537.00;1.57;0.36 +3503;0;3520.00;9.60;1495.00;0.00;0.24 +3503;1;3521.00;9.70;1492.50;0.38;0.24 +3503;2;3518.00;9.60;1493.50;-0.92;0.24 +3503;3;3522.00;9.60;1495.00;1.57;0.24 +3503;4;3518.00;9.60;1497.00;3.92;0.24 +3503;5;3520.50;9.60;1497.00;2.89;0.24 +3503;9;3517.84;9.60;1495.00;1.57;0.24 +3503;10;3522.16;9.60;1495.00;-1.57;0.24 3503;21;3517.84;9.60;1495.00;1.57;0.24 +3504;0;3442.00;9.80;1528.00;0.00;0.24 +3504;1;3440.50;9.85;1527.00;-0.98;0.24 +3504;2;3443.50;9.90;1525.50;0.54;0.24 +3504;3;3445.00;9.80;1528.00;1.57;0.24 +3504;4;3439.00;9.80;1529.50;4.24;0.24 +3504;5;3443.00;9.80;1529.50;2.55;0.24 +3504;6;3441.00;9.80;1530.50;3.52;0.24 +3504;9;3439.66;9.84;1528.00;1.57;0.24 +3504;10;3444.34;9.80;1528.00;-1.57;0.24 3504;21;3439.66;9.84;1528.00;1.57;0.24 +3505;0;3476.00;9.92;1486.00;0.00;0.20 +3505;1;3474.00;9.70;1484.00;-0.78;0.20 +3505;2;3477.50;9.80;1484.50;0.78;0.20 +3505;3;3479.50;10.10;1485.50;1.42;0.20 +3505;4;3473.00;9.80;1486.50;4.54;0.20 +3505;5;3480.00;10.22;1487.00;1.81;0.20 +3505;6;3477.00;10.10;1488.00;2.67;0.20 +3505;9;3472.94;9.77;1486.00;1.57;0.20 +3505;10;3479.06;10.12;1486.00;-1.57;0.20 3505;21;3472.94;9.77;1486.00;1.57;0.20 +3506;0;2859.00;9.90;1478.00;0.00;0.26 +3506;1;2860.50;10.00;1475.50;0.54;0.26 +3506;2;2858.50;10.00;1476.00;-0.24;0.26 +3506;3;2862.00;10.00;1475.50;0.87;0.26 +3506;4;2860.50;9.90;1478.50;1.89;0.26 +3506;5;2856.50;9.90;1478.00;4.71;0.26 +3506;6;2856.00;9.90;1480.00;4.12;0.26 +3506;7;2856.50;9.90;1480.50;3.92;0.26 +3506;8;2858.00;9.90;1481.00;3.46;0.26 +3506;9;2856.48;9.90;1478.00;1.57;0.26 +3506;10;2861.52;9.90;1478.00;-1.57;0.26 3506;21;2856.48;9.90;1478.00;1.57;0.26 +3507;0;3277.00;9.80;1549.00;0.00;0.30 +3507;1;3279.00;9.80;1544.00;0.38;0.30 +3507;2;3277.50;9.80;1545.50;0.14;0.30 +3507;3;3279.50;9.80;1547.00;0.89;0.30 +3507;4;3274.50;9.80;1549.00;4.71;0.30 +3507;5;3277.50;9.80;1551.00;2.89;0.30 +3507;6;3274.00;9.80;1552.50;3.85;0.30 +3507;7;3276.00;9.80;1553.50;3.36;0.30 +3507;9;3274.30;9.80;1549.00;1.57;0.30 +3507;10;3279.70;9.80;1549.00;-1.57;0.30 3507;21;3274.30;9.80;1549.00;1.57;0.30 +3508;0;3361.00;9.80;1499.00;0.00;0.26 +3508;1;3361.50;9.80;1496.50;0.19;0.26 +3508;2;3358.50;9.80;1498.00;-1.19;0.26 +3508;3;3363.50;9.80;1497.50;1.03;0.26 +3508;4;3362.50;9.80;1500.50;2.35;0.26 +3508;5;3359.00;9.80;1500.50;4.06;0.26 +3508;6;3361.00;9.80;1502.50;3.14;0.26 +3508;9;3358.30;9.80;1499.00;1.57;0.26 +3508;10;3363.70;9.80;1499.00;-1.57;0.26 3508;21;3358.30;9.80;1499.00;1.57;0.26 +3509;0;2807.00;9.90;1480.00;0.00;0.28 +3509;1;2806.50;9.70;1476.50;-0.14;0.28 +3509;2;2805.00;9.75;1478.00;-0.78;0.28 +3509;3;2808.50;9.90;1478.50;0.78;0.28 +3509;4;2804.50;10.25;1481.00;4.33;0.28 +3509;5;2809.50;10.10;1481.50;2.11;0.28 +3509;6;2807.50;9.95;1483.00;2.97;0.28 +3509;9;2804.48;10.05;1480.00;1.57;0.28 +3509;10;2809.52;10.15;1480.00;-1.57;0.28 3509;21;2804.48;10.05;1480.00;1.57;0.28 +3510;0;3065.00;9.85;1549.00;0.00;0.20 +3510;1;3065.00;10.05;1546.50;0.00;0.20 +3510;2;3063.00;9.75;1548.00;-1.10;0.20 +3510;3;3068.00;10.05;1548.50;1.40;0.20 +3510;4;3066.00;10.10;1551.50;2.76;0.20 +3510;5;3063.50;9.90;1551.50;3.68;0.20 +3510;9;3063.20;9.78;1549.00;1.57;0.20 +3510;10;3066.80;9.98;1549.00;-1.57;0.20 3510;21;3063.20;9.78;1549.00;1.57;0.20 +3511;0;3229.00;10.30;1519.00;0.00;0.26 +3511;1;3230.00;10.25;1516.50;0.38;0.26 +3511;2;3226.50;10.25;1519.00;4.71;0.26 +3511;3;3232.50;10.20;1517.50;1.16;0.26 +3511;4;3231.00;10.20;1520.00;2.03;0.26 +3511;5;3227.00;10.15;1522.00;3.73;0.26 +3511;6;3229.50;10.20;1522.50;3.00;0.26 +3511;9;3226.12;10.23;1519.00;1.57;0.26 +3511;10;3231.88;10.20;1519.00;-1.57;0.26 3511;21;3226.12;10.23;1519.00;1.57;0.26 +3512;0;2910.00;9.72;1551.00;0.00;0.24 +3512;1;2911.50;9.70;1549.00;0.64;0.24 +3512;2;2908.00;9.85;1550.50;-1.32;0.24 +3512;3;2911.50;9.70;1552.00;2.15;0.24 +3512;4;2908.00;10.10;1553.00;3.92;0.24 +3512;9;2907.12;9.91;1551.00;1.57;0.24 +3512;10;2912.88;9.70;1551.00;-1.57;0.24 3512;21;2912.88;9.70;1551.00;-1.57;0.24 +3513;0;894.00;10.35;1641.00;0.00;0.32 +3513;1;891.50;10.90;1638.00;-0.69;0.32 +3513;2;897.50;10.30;1640.50;1.42;0.32 +3513;3;888.50;11.30;1638.50;-1.14;0.32 +3513;4;890.50;11.20;1641.50;4.57;0.32 +3513;5;900.00;10.85;1643.50;1.96;0.32 +3513;6;895.00;10.12;1644.00;2.82;0.32 +3513;7;899.00;10.75;1644.50;2.18;0.32 +3513;9;889.50;11.50;1641.00;1.57;0.32 +3513;10;898.50;10.50;1641.00;-1.57;0.32 3513;21;889.50;11.50;1641.00;1.57;0.32 +3514;0;3033.00;11.12;1543.00;0.00;0.20 +3514;1;3032.50;11.50;1541.50;-0.32;0.20 +3514;2;3034.50;11.60;1541.00;0.64;0.20 +3514;3;3034.50;11.40;1541.50;0.78;0.20 +3514;4;3033.00;10.82;1544.00;3.14;0.20 +3514;5;3030.50;10.95;1544.00;4.33;0.20 +3514;9;3031.20;11.10;1543.00;1.57;0.20 +3514;10;3034.80;10.87;1543.00;-1.57;0.20 3514;21;3034.80;10.87;1543.00;-1.57;0.20 +3515;0;3592.00;9.60;1489.00;0.00;0.32 +3515;1;3588.00;9.60;1486.50;-1.01;0.32 +3515;2;3590.00;9.60;1485.50;-0.51;0.32 +3515;3;3593.50;9.60;1487.50;0.78;0.32 +3515;4;3588.50;9.60;1490.00;4.43;0.32 +3515;5;3596.00;9.60;1491.00;2.03;0.32 +3515;6;3590.50;9.60;1492.00;3.60;0.32 +3515;7;3593.50;9.60;1492.50;2.73;0.32 +3515;9;3588.40;9.60;1489.00;1.57;0.32 +3515;10;3595.60;9.60;1489.00;-1.57;0.32 3515;21;3588.40;9.60;1489.00;1.57;0.32 +3516;0;2879.00;10.02;1529.00;0.00;0.22 +3516;1;2878.50;10.05;1527.00;-0.24;0.22 +3516;2;2880.50;10.30;1527.50;0.78;0.22 +3516;3;2876.50;9.90;1528.00;-1.19;0.22 +3516;4;2881.50;10.40;1529.50;1.76;0.22 +3516;5;2877.00;9.92;1530.00;4.24;0.22 +3516;6;2880.00;10.27;1531.00;2.67;0.22 +3516;9;2877.02;9.92;1529.00;1.57;0.22 +3516;10;2880.98;10.37;1529.00;-1.57;0.22 3516;21;2881.18;10.50;1528.11;1.57;0.22 +3517;0;3530.00;9.92;1511.00;0.00;0.26 +3517;1;3530.50;10.20;1508.00;0.16;0.26 +3517;2;3528.50;9.95;1509.00;-0.64;0.26 +3517;3;3532.00;10.07;1510.00;1.10;0.26 +3517;4;3527.00;10.40;1512.00;4.39;0.26 +3517;5;3531.50;10.00;1513.00;2.49;0.26 +3517;6;3528.50;10.40;1513.50;3.68;0.26 +3517;9;3527.66;10.12;1511.00;1.57;0.26 +3517;10;3532.34;10.03;1511.00;-1.57;0.26 3517;21;3527.66;10.12;1511.00;1.57;0.26 +3518;0;3505.00;9.85;1526.00;0.00;0.18 +3518;1;3505.50;10.00;1523.00;0.16;0.18 +3518;2;3504.00;10.00;1523.50;-0.38;0.18 +3518;3;3506.50;9.90;1524.50;0.78;0.18 +3518;4;3503.00;9.90;1525.50;-1.32;0.18 +3518;5;3507.00;9.80;1527.50;2.21;0.18 +3518;6;3504.50;9.80;1528.50;3.33;0.18 +3518;7;3507.00;9.80;1529.50;2.62;0.18 +3518;9;3503.38;9.89;1526.00;1.57;0.18 +3518;10;3506.62;9.85;1526.00;-1.57;0.18 3518;21;3503.38;9.89;1526.00;1.57;0.18 +3519;0;3435.00;9.80;1495.00;0.00;0.22 +3519;1;3435.50;9.80;1492.50;0.19;0.22 +3519;2;3434.00;9.80;1494.00;-0.78;0.22 +3519;3;3436.50;9.80;1494.00;0.98;0.22 +3519;4;3432.50;9.80;1496.50;4.17;0.22 +3519;5;3435.50;9.80;1497.00;2.89;0.22 +3519;9;3433.02;9.80;1495.00;1.57;0.22 +3519;10;3436.98;9.80;1495.00;-1.57;0.22 3519;21;3433.02;9.80;1495.00;1.57;0.22 +3520;0;3349.00;9.95;1534.00;0.00;0.20 +3520;1;3351.00;9.85;1531.50;0.67;0.20 +3520;2;3348.00;9.82;1532.00;-0.46;0.20 +3520;3;3346.50;9.80;1533.50;-1.37;0.20 +3520;4;3353.00;9.90;1533.00;1.32;0.20 +3520;5;3353.00;9.90;1534.00;1.57;0.20 +3520;6;3351.00;10.07;1535.00;2.03;0.20 +3520;7;3345.50;9.80;1535.50;4.30;0.20 +3520;8;3347.50;9.95;1536.00;3.78;0.20 +3520;9;3346.30;9.80;1534.00;1.57;0.20 +3520;10;3351.70;9.94;1534.00;-1.57;0.20 3520;21;3346.30;9.80;1534.00;1.57;0.20 +3521;0;3151.00;9.85;1554.00;0.00;0.22 +3521;1;3149.00;9.90;1550.50;-0.51;0.22 +3521;2;3151.50;9.90;1551.50;0.19;0.22 +3521;3;3149.00;9.80;1554.00;4.71;0.22 +3521;4;3153.00;9.90;1553.00;1.10;0.22 +3521;5;3153.00;9.95;1555.50;2.21;0.22 +3521;6;3151.00;10.05;1557.00;3.14;0.22 +3521;9;3149.02;9.80;1554.00;1.57;0.22 +3521;10;3152.98;9.90;1554.00;-1.57;0.22 3521;21;3149.02;9.80;1554.00;1.57;0.22 +3522;0;2985.00;10.00;1565.00;0.00;0.18 +3522;1;2985.50;10.20;1563.50;0.32;0.18 +3522;2;2983.00;10.35;1563.50;-0.92;0.18 +3522;3;2987.50;9.80;1564.50;1.37;0.18 +3522;4;2982.50;10.25;1565.00;4.71;0.18 +3522;5;2986.50;9.80;1566.50;2.35;0.18 +3522;6;2983.50;9.85;1567.00;3.78;0.18 +3522;9;2982.84;10.19;1565.00;1.57;0.18 +3522;10;2987.16;9.81;1565.00;-1.57;0.18 3522;21;2982.84;10.19;1565.00;1.57;0.18 +3523;0;2796.00;10.85;1483.00;0.00;0.20 +3523;1;2792.50;10.50;1482.50;-1.42;0.20 +3523;2;2796.00;10.60;1481.00;0.00;0.20 +3523;3;2799.00;10.55;1482.50;1.40;0.20 +3523;4;2794.00;11.12;1485.00;3.92;0.20 +3523;5;2797.50;11.15;1485.00;2.49;0.20 +3523;6;2800.00;11.05;1485.00;2.03;0.20 +3523;9;2793.30;10.63;1483.00;1.57;0.20 +3523;10;2798.70;10.69;1483.00;-1.57;0.20 3523;21;2793.30;10.63;1483.00;1.57;0.20 +3524;0;2940.00;10.80;1532.00;0.00;0.24 +3524;1;2940.00;10.90;1529.50;0.00;0.24 +3524;2;2938.00;10.80;1530.50;-0.92;0.24 +3524;3;2941.50;10.80;1530.50;0.78;0.24 +3524;4;2942.50;10.70;1532.50;1.76;0.24 +3524;5;2938.00;10.92;1533.00;4.24;0.24 +3524;6;2941.50;10.80;1534.50;2.60;0.24 +3524;7;2940.50;10.90;1535.00;2.97;0.24 +3524;9;2937.84;10.85;1532.00;1.57;0.24 +3524;10;2942.16;10.66;1532.00;-1.57;0.24 3524;21;2937.84;10.85;1532.00;1.57;0.24 +3525;0;3165.00;9.70;1668.00;0.00;0.22 +3525;1;3163.00;9.82;1667.00;-1.10;0.22 +3525;2;3166.00;9.95;1665.50;0.38;0.22 +3525;3;3167.50;9.70;1666.50;1.03;0.22 +3525;4;3166.00;9.70;1670.00;2.67;0.22 +3525;5;3163.50;9.70;1670.50;3.68;0.22 +3525;9;3163.02;9.72;1668.00;1.57;0.22 +3525;10;3166.98;9.70;1668.00;-1.57;0.22 +3525;19;3165.00;9.60;1675.00;-3.61;0.22 +3525;20;3165.00;9.60;1676.75;3.14;0.22 3525;21;3163.02;9.72;1668.00;1.57;0.22 +3526;0;3162.00;10.57;1344.00;0.00;0.18 +3526;1;3160.00;10.40;1342.50;-0.92;0.18 +3526;2;3163.00;10.55;1342.50;0.58;0.18 +3526;3;3164.50;10.80;1343.00;1.19;0.18 +3526;4;3158.50;10.40;1343.50;-1.42;0.18 +3526;5;3159.50;10.45;1344.00;4.71;0.18 +3526;6;3161.50;10.60;1345.50;3.46;0.18 +3526;7;3164.50;11.05;1345.00;1.95;0.18 +3526;8;3163.50;11.05;1346.00;2.49;0.18 +3526;9;3159.66;10.45;1344.00;1.57;0.18 +3526;10;3164.34;10.92;1344.00;-1.57;0.18 3526;21;3159.66;10.45;1344.00;1.57;0.18 +3527;0;3423.00;10.05;1537.00;0.00;0.22 +3527;1;3422.00;10.37;1535.00;-0.46;0.22 +3527;2;3425.00;10.10;1535.50;0.92;0.22 +3527;3;3420.00;10.30;1537.00;4.71;0.22 +3527;4;3425.50;10.00;1538.00;1.95;0.22 +3527;5;3421.00;10.05;1539.50;3.81;0.22 +3527;6;3424.00;9.90;1539.50;2.76;0.22 +3527;9;3420.66;10.24;1537.00;1.57;0.22 +3527;10;3425.34;10.00;1537.00;-1.57;0.22 3527;21;3420.66;10.24;1537.00;1.57;0.22 +3528;0;2754.00;9.50;1518.00;0.00;0.52 +3528;1;2750.00;9.50;1512.00;-0.58;0.52 +3528;2;2745.00;9.50;1516.00;-1.35;0.52 +3528;3;2757.50;9.50;1513.50;0.66;0.52 +3528;4;2762.50;9.50;1517.00;1.45;0.52 +3528;5;2752.50;9.50;1521.50;3.54;0.52 +3528;6;2762.50;9.50;1522.50;2.05;0.52 +3528;9;2746.98;9.50;1518.00;1.57;0.52 +3528;10;2761.02;9.50;1518.00;-1.57;0.52 +3528;11;2747.60;9.50;1508.40;-0.58;0.52 +3528;12;2739.60;9.50;1514.80;-1.35;0.52 +3528;13;2759.60;9.50;1510.80;0.66;0.52 +3528;14;2767.60;9.50;1516.40;1.45;0.52 +3528;15;2751.60;9.50;1523.60;3.54;0.52 +3528;16;2767.60;9.50;1525.20;2.05;0.52 3528;21;2746.98;9.50;1518.00;1.57;0.52 +3529;0;3498.00;9.80;1491.00;0.00;0.24 +3529;1;3497.50;9.90;1488.00;-0.16;0.24 +3529;2;3496.50;10.00;1489.00;-0.64;0.24 +3529;3;3499.50;9.80;1491.00;1.57;0.24 +3529;4;3497.00;9.77;1492.00;3.92;0.24 +3529;5;3500.00;9.75;1493.50;2.46;0.24 +3529;6;3501.50;9.80;1493.50;2.19;0.24 +3529;9;3495.84;9.91;1491.00;1.57;0.24 +3529;10;3500.16;9.80;1491.00;-1.57;0.24 3529;21;3495.84;9.91;1491.00;1.57;0.24 +3530;0;2939.00;13.22;1495.00;0.00;0.20 +3530;1;2940.00;14.20;1492.50;0.38;0.20 +3530;2;2938.00;13.50;1493.50;-0.58;0.20 +3530;3;2941.00;13.80;1494.50;1.32;0.20 +3530;4;2936.50;12.00;1495.00;4.71;0.20 +3530;5;2937.50;11.50;1496.50;3.92;0.20 +3530;6;2940.00;12.65;1496.50;2.55;0.20 +3530;9;2937.20;12.35;1495.00;1.57;0.20 +3530;10;2940.80;13.66;1495.00;-1.57;0.20 3530;21;2937.20;12.35;1495.00;1.57;0.20 +3531;0;3369.00;9.80;1503.00;0.00;0.22 +3531;1;3370.00;9.80;1500.50;0.38;0.22 +3531;2;3366.50;9.80;1502.50;-1.37;0.22 +3531;3;3372.00;9.80;1502.00;1.24;0.22 +3531;4;3371.00;9.80;1504.00;2.03;0.22 +3531;5;3366.50;9.80;1505.00;4.03;0.22 +3531;6;3368.50;9.80;1506.00;3.30;0.22 +3531;9;3366.48;9.80;1503.00;1.57;0.22 +3531;10;3371.52;9.80;1503.00;-1.57;0.22 3531;21;3366.48;9.80;1503.00;1.57;0.22 +3532;0;3058.00;10.32;1566.00;0.00;0.18 +3532;1;3057.50;10.30;1563.50;-0.19;0.18 +3532;2;3059.50;10.30;1563.00;0.46;0.18 +3532;3;3055.50;10.40;1565.00;-1.19;0.18 +3532;4;3059.50;10.40;1566.50;1.89;0.18 +3532;5;3056.00;10.32;1568.00;3.92;0.18 +3532;6;3057.50;10.40;1569.50;3.28;0.18 +3532;9;3056.38;10.31;1566.00;1.57;0.18 +3532;10;3059.62;10.35;1566.00;-1.57;0.18 3532;21;3056.38;10.31;1566.00;1.57;0.18 +3533;0;2878.00;10.07;1482.00;0.00;0.26 +3533;1;2875.50;10.10;1480.00;-0.89;0.26 +3533;2;2876.50;10.10;1479.00;-0.46;0.26 +3533;3;2879.00;10.10;1481.00;0.78;0.26 +3533;4;2876.50;10.05;1483.00;4.12;0.26 +3533;5;2881.00;10.22;1484.00;2.15;0.26 +3533;6;2879.50;10.20;1484.50;2.60;0.26 +3533;9;2875.48;9.99;1482.00;1.57;0.26 +3533;10;2880.52;10.15;1482.00;-1.57;0.26 3533;21;2875.48;9.99;1482.00;1.57;0.26 +3534;0;2816.00;9.95;1487.00;0.00;0.20 +3534;1;2816.00;9.85;1484.50;0.00;0.20 +3534;2;2814.00;10.07;1485.00;-0.78;0.20 +3534;3;2817.50;9.85;1486.00;0.98;0.20 +3534;4;2814.00;10.25;1488.50;4.06;0.20 +3534;5;2816.50;9.95;1489.00;2.89;0.20 +3534;6;2815.50;10.00;1490.50;3.28;0.20 +3534;9;2814.20;10.22;1487.00;1.57;0.20 +3534;10;2817.80;9.90;1487.00;-1.57;0.20 3534;21;2814.20;10.22;1487.00;1.57;0.20 +3535;0;3001.00;10.35;1544.00;0.00;0.20 +3535;1;3001.00;10.57;1541.00;0.00;0.20 +3535;2;2999.50;10.40;1543.00;-0.98;0.20 +3535;3;3002.00;10.55;1541.50;0.38;0.20 +3535;4;3003.00;10.40;1544.00;1.57;0.20 +3535;5;2999.00;9.90;1546.00;3.92;0.20 +3535;6;3001.00;10.10;1546.50;3.14;0.20 +3535;9;2999.20;10.27;1544.00;1.57;0.20 +3535;10;3002.80;10.42;1544.00;-1.57;0.20 3535;21;2999.20;10.27;1544.00;1.57;0.20 +3536;0;2842.00;9.80;1528.00;0.00;0.18 +3536;1;2843.00;9.80;1526.00;0.46;0.18 +3536;2;2844.50;9.80;1526.00;0.89;0.18 +3536;3;2840.00;9.80;1527.50;-1.32;0.18 +3536;4;2844.50;9.80;1528.00;1.57;0.18 +3536;5;2839.50;9.80;1529.00;4.33;0.18 +3536;6;2842.00;9.80;1530.00;3.14;0.18 +3536;9;2839.84;9.80;1528.00;1.57;0.18 +3536;10;2844.16;9.80;1528.00;-1.57;0.18 3536;21;2839.84;9.80;1528.00;1.57;0.18 +3537;0;3106.00;10.50;1487.00;0.00;0.22 +3537;1;3107.00;10.42;1485.00;0.46;0.22 +3537;2;3103.50;10.40;1486.50;-1.37;0.22 +3537;3;3109.00;10.45;1487.50;1.73;0.22 +3537;4;3105.00;10.45;1489.00;3.60;0.22 +3537;5;3108.00;10.15;1490.00;2.55;0.22 +3537;9;3103.66;10.40;1487.00;1.57;0.22 +3537;10;3108.34;10.53;1487.00;-1.57;0.22 3537;21;3103.66;10.40;1487.00;1.57;0.22 +3538;0;3558.00;9.65;1504.00;0.00;0.30 +3538;1;3556.50;9.70;1500.50;-0.40;0.30 +3538;2;3560.50;9.70;1502.00;0.89;0.30 +3538;3;3554.50;9.70;1503.50;-1.42;0.30 +3538;4;3561.50;9.70;1505.50;1.97;0.30 +3538;5;3556.00;9.70;1507.00;3.73;0.30 +3538;6;3558.50;9.70;1507.00;2.97;0.30 +3538;9;3554.94;9.70;1504.00;1.57;0.30 +3538;10;3561.06;9.70;1504.00;-1.57;0.30 3538;21;3554.94;9.70;1504.00;1.57;0.30 +3539;0;3485.00;9.80;1530.00;0.00;0.24 +3539;1;3482.00;9.80;1527.00;-0.78;0.24 +3539;2;3485.00;9.80;1528.00;0.00;0.24 +3539;3;3481.00;9.80;1530.00;4.71;0.24 +3539;4;3488.00;9.80;1529.50;1.40;0.24 +3539;5;3489.00;9.80;1531.50;1.93;0.24 +3539;6;3484.50;9.80;1532.00;3.38;0.24 +3539;7;3488.00;9.80;1532.50;2.26;0.24 +3539;9;3482.12;9.80;1530.00;1.57;0.24 +3539;10;3487.88;9.80;1530.00;-1.57;0.24 3539;21;3482.12;9.80;1530.00;1.57;0.24 +3540;0;3437.00;9.80;1503.00;0.00;0.20 +3540;1;3436.50;9.80;1501.00;-0.24;0.20 +3540;2;3439.00;9.80;1501.00;0.78;0.20 +3540;3;3433.50;9.80;1503.00;4.71;0.20 +3540;4;3439.50;9.80;1503.50;1.76;0.20 +3540;5;3436.50;9.80;1504.50;3.46;0.20 +3540;9;3434.66;9.80;1503.00;1.57;0.20 +3540;10;3439.34;9.80;1503.00;-1.57;0.20 3540;21;3434.66;9.80;1503.00;1.57;0.20 +3541;0;3003.00;10.80;1498.00;0.00;0.20 +3541;1;3004.50;11.05;1496.00;0.64;0.20 +3541;2;3006.00;10.95;1496.00;0.98;0.20 +3541;3;3001.50;10.90;1497.00;-0.98;0.20 +3541;4;3005.00;11.00;1498.00;1.57;0.20 +3541;5;2999.50;10.90;1498.50;4.57;0.20 +3541;6;3001.50;10.80;1499.50;3.92;0.20 +3541;9;3000.48;10.85;1498.00;1.57;0.20 +3541;10;3005.52;11.10;1498.00;-1.57;0.20 3541;21;3000.48;10.85;1498.00;1.57;0.20 +3542;0;3315.00;9.80;1549.00;0.00;0.22 +3542;1;3315.50;9.80;1547.50;0.32;0.22 +3542;2;3312.00;9.80;1547.50;-1.10;0.22 +3542;3;3318.00;9.80;1549.50;1.73;0.22 +3542;4;3313.00;9.80;1550.50;4.06;0.22 +3542;5;3317.00;9.80;1551.50;2.46;0.22 +3542;9;3312.48;9.80;1549.00;1.57;0.22 +3542;10;3317.52;9.80;1549.00;-1.57;0.22 3542;21;3312.48;9.80;1549.00;1.57;0.22 +3543;0;3273.00;9.90;1529.00;0.00;0.26 +3543;1;3273.00;9.90;1525.00;0.00;0.26 +3543;2;3271.00;9.90;1526.50;-0.67;0.26 +3543;3;3275.00;9.90;1527.00;0.78;0.26 +3543;4;3270.00;9.90;1529.50;4.54;0.26 +3543;5;3276.50;9.90;1530.50;1.97;0.26 +3543;6;3273.50;9.90;1531.50;2.94;0.26 +3543;9;3270.66;9.90;1529.00;1.57;0.26 +3543;10;3275.34;9.90;1529.00;-1.57;0.26 3543;21;3270.66;9.90;1529.00;1.57;0.26 +3544;0;3131.00;9.80;1561.00;0.00;0.22 +3544;1;3130.00;9.80;1557.50;-0.27;0.22 +3544;2;3132.00;9.80;1558.00;0.32;0.22 +3544;3;3129.50;9.80;1559.00;-0.64;0.22 +3544;4;3133.50;9.80;1559.50;1.03;0.22 +3544;5;3128.50;9.90;1562.00;4.33;0.22 +3544;6;3132.50;9.80;1562.50;2.35;0.22 +3544;7;3128.50;9.90;1563.50;3.92;0.22 +3544;8;3130.00;9.80;1564.00;3.46;0.22 +3544;9;3129.02;9.82;1561.00;1.57;0.22 +3544;10;3132.98;9.80;1561.00;-1.57;0.22 3544;21;3129.02;9.82;1561.00;1.57;0.22 +3545;0;3061.00;13.90;1537.00;0.00;0.24 +3545;1;3063.00;13.82;1535.00;0.78;0.24 +3545;2;3060.50;14.60;1535.50;-0.32;0.24 +3545;3;3059.50;13.20;1537.50;4.39;0.24 +3545;4;3062.50;12.70;1538.00;2.15;0.24 +3545;5;3060.50;12.20;1539.50;3.33;0.24 +3545;9;3058.84;13.63;1537.00;1.57;0.24 +3545;10;3063.16;13.23;1537.00;-1.57;0.24 3545;21;3062.88;14.20;1535.81;-1.57;0.24 +3546;0;2882.00;10.32;1501.00;0.00;0.22 +3546;1;2883.00;10.62;1499.00;0.46;0.22 +3546;2;2879.50;10.30;1500.50;-1.37;0.22 +3546;3;2885.50;10.70;1500.00;1.29;0.22 +3546;4;2884.00;10.22;1502.00;2.03;0.22 +3546;5;2881.00;10.05;1503.00;3.60;0.22 +3546;9;2879.66;10.17;1501.00;1.57;0.22 +3546;10;2884.34;10.39;1501.00;-1.57;0.22 3546;21;2879.66;10.17;1501.00;1.57;0.22 +3547;0;2910.00;11.45;1528.00;0.00;0.20 +3547;1;2909.50;11.40;1526.00;-0.24;0.20 +3547;2;2907.00;11.50;1527.00;-1.24;0.20 +3547;3;2912.00;11.40;1527.50;1.32;0.20 +3547;4;2907.50;11.50;1528.50;4.51;0.20 +3547;5;2913.50;11.30;1528.50;1.71;0.20 +3547;6;2910.50;11.35;1530.00;2.89;0.20 +3547;7;2912.50;11.30;1529.50;2.11;0.20 +3547;9;2907.48;11.50;1528.00;1.57;0.20 +3547;10;2912.52;11.34;1528.00;-1.57;0.20 3547;21;2912.52;11.34;1528.00;-1.57;0.20 +3548;0;3168.00;11.32;1481.00;0.00;0.20 +3548;1;3168.00;11.10;1479.00;0.00;0.20 +3548;2;3171.00;11.85;1480.00;1.24;0.20 +3548;3;3165.00;10.75;1479.50;-1.10;0.20 +3548;4;3166.00;11.05;1481.50;4.46;0.20 +3548;5;3169.50;11.40;1482.00;2.15;0.20 +3548;6;3167.00;11.05;1483.50;3.52;0.20 +3548;9;3165.48;10.94;1481.00;1.57;0.20 +3548;10;3170.52;11.70;1481.00;-1.57;0.20 3548;21;3165.48;10.94;1481.00;1.57;0.20 +3549;0;2822.00;9.97;1495.00;0.00;0.20 +3549;1;2823.00;10.00;1493.50;0.58;0.20 +3549;2;2819.50;10.10;1493.00;-0.89;0.20 +3549;3;2825.00;9.95;1494.50;1.40;0.20 +3549;4;2821.50;10.00;1496.00;3.60;0.20 +3549;5;2824.50;10.00;1495.50;1.76;0.20 +3549;6;2826.00;10.07;1495.00;1.57;0.20 +3549;9;2819.48;10.00;1495.00;1.57;0.20 +3549;10;2824.52;9.95;1495.00;-1.57;0.20 3549;21;2819.48;10.00;1495.00;1.57;0.20 +3550;0;3127.00;11.82;1498.00;0.00;0.26 +3550;1;3127.00;10.50;1495.00;0.00;0.26 +3550;2;3129.00;10.60;1495.00;0.58;0.26 +3550;3;3125.00;10.85;1495.50;-0.67;0.26 +3550;4;3129.50;11.50;1498.00;1.57;0.26 +3550;5;3123.50;12.20;1498.00;4.71;0.26 +3550;6;3126.50;13.15;1501.00;3.30;0.26 +3550;7;3130.00;12.45;1501.00;2.35;0.26 +3550;9;3124.66;12.04;1498.00;1.57;0.26 +3550;10;3129.34;11.50;1498.00;-1.57;0.26 3550;21;3124.66;12.04;1498.00;1.57;0.26 +3551;0;3560.00;9.70;1537.00;0.00;0.24 +3551;1;3558.50;9.70;1534.50;-0.54;0.24 +3551;2;3562.00;9.82;1536.00;1.10;0.24 +3551;3;3557.00;9.70;1536.00;-1.24;0.24 +3551;4;3557.50;9.70;1538.00;4.33;0.24 +3551;5;3562.00;9.70;1538.50;2.21;0.24 +3551;6;3560.00;9.70;1540.00;3.14;0.24 +3551;9;3557.48;9.70;1537.00;1.57;0.24 +3551;10;3562.52;9.80;1537.00;-1.57;0.24 3551;21;3557.48;9.70;1537.00;1.57;0.24 +3552;0;2739.00;9.70;1486.00;0.00;0.22 +3552;1;2737.50;9.50;1484.50;-0.78;0.22 +3552;2;2740.00;9.50;1483.00;0.32;0.22 +3552;3;2741.50;9.70;1485.00;1.19;0.22 +3552;4;2738.00;9.70;1488.00;3.60;0.22 +3552;5;2741.50;9.70;1487.00;1.95;0.22 +3552;9;2736.48;9.55;1486.00;1.57;0.22 +3552;10;2741.52;9.70;1486.00;-1.57;0.22 +3552;19;2731.68;9.50;1484.36;-2.68;0.22 +3552;20;2727.70;9.50;1485.72;4.28;0.22 3552;21;2736.48;9.55;1486.00;1.57;0.22 +3553;0;3060.00;12.50;1509.00;0.00;0.16 +3553;1;3061.00;12.27;1508.00;0.78;0.16 +3553;2;3057.50;12.50;1508.00;-1.19;0.16 +3553;3;3063.00;12.30;1509.50;1.73;0.16 +3553;4;3057.00;12.62;1510.00;4.39;0.16 +3553;5;3059.00;12.65;1511.00;3.60;0.16 +3553;6;3062.50;12.55;1511.00;2.24;0.16 +3553;9;3057.48;12.55;1509.00;1.57;0.16 +3553;10;3062.52;12.29;1509.00;-1.57;0.16 3553;21;3057.48;12.55;1509.00;1.57;0.16 +3554;0;3391.00;10.10;1547.00;0.00;0.24 +3554;1;3390.50;10.00;1544.50;-0.19;0.24 +3554;2;3388.00;10.02;1545.00;-0.98;0.24 +3554;3;3392.50;10.10;1547.00;1.57;0.24 +3554;4;3389.00;10.10;1548.00;4.24;0.24 +3554;5;3393.00;10.10;1550.50;2.62;0.24 +3554;6;3390.50;10.10;1550.50;3.28;0.24 +3554;9;3388.84;10.10;1547.00;1.57;0.24 +3554;10;3393.16;10.10;1547.00;-1.57;0.24 3554;21;3388.84;10.10;1547.00;1.57;0.24 +3555;0;3503.00;9.80;1501.00;0.00;0.20 +3555;1;3502.50;9.70;1498.50;-0.19;0.20 +3555;2;3504.50;9.80;1501.00;1.57;0.20 +3555;3;3501.00;9.77;1500.00;-1.10;0.20 +3555;4;3501.00;9.80;1501.50;4.46;0.20 +3555;5;3503.50;9.80;1503.00;2.89;0.20 +3555;9;3501.02;9.80;1501.00;1.57;0.20 +3555;10;3504.98;9.75;1501.00;-1.57;0.20 3555;21;3501.02;9.80;1501.00;1.57;0.20 +3556;0;3221.00;9.80;1567.00;0.00;0.20 +3556;1;3221.50;9.80;1563.50;0.14;0.20 +3556;2;3219.00;10.10;1564.50;-0.67;0.20 +3556;3;3223.00;9.80;1567.50;1.81;0.20 +3556;4;3219.50;9.85;1568.00;4.12;0.20 +3556;5;3221.50;9.80;1571.00;3.01;0.20 +3556;9;3219.20;9.94;1567.00;1.57;0.20 +3556;10;3222.80;9.80;1567.00;-1.57;0.20 3556;21;3219.20;9.94;1567.00;1.57;0.20 +3557;0;3346.00;9.95;1514.00;0.00;0.24 +3557;1;3347.00;10.15;1512.00;0.46;0.24 +3557;2;3349.50;9.80;1512.50;1.16;0.24 +3557;3;3344.00;10.15;1513.50;-1.32;0.24 +3557;4;3349.00;9.82;1514.00;1.57;0.24 +3557;5;3343.00;9.90;1516.00;4.12;0.24 +3557;6;3345.50;9.80;1516.50;3.33;0.24 +3557;9;3343.12;10.13;1514.00;1.57;0.24 +3557;10;3348.88;9.83;1514.00;-1.57;0.24 3557;21;3343.12;10.13;1514.00;1.57;0.24 +3558;0;2934.00;10.22;1501.00;0.00;0.20 +3558;1;2932.50;10.20;1498.00;-0.46;0.20 +3558;2;2935.00;10.05;1499.50;0.58;0.20 +3558;3;2931.50;11.00;1501.00;4.71;0.20 +3558;4;2936.00;10.05;1502.50;2.21;0.20 +3558;5;2933.50;10.80;1503.50;3.33;0.20 +3558;6;2934.50;10.60;1504.00;2.97;0.20 +3558;7;2936.00;10.20;1504.50;2.62;0.20 +3558;9;2932.20;10.79;1501.00;1.57;0.20 +3558;10;2935.80;10.01;1501.00;-1.57;0.20 3558;21;2932.20;10.79;1501.00;1.57;0.20 +3559;0;3154.00;10.10;1543.00;0.00;0.22 +3559;1;3153.50;10.10;1541.50;-0.32;0.22 +3559;2;3157.00;10.10;1541.50;1.10;0.22 +3559;3;3150.50;10.30;1543.50;4.57;0.22 +3559;4;3156.00;10.10;1544.00;2.03;0.22 +3559;5;3153.00;10.00;1546.00;3.46;0.22 +3559;9;3151.48;10.15;1543.00;1.57;0.22 +3559;10;3156.52;10.10;1543.00;-1.57;0.22 3559;21;3151.48;10.15;1543.00;1.57;0.22 +3560;0;2887.00;10.10;1506.00;0.00;0.24 +3560;1;2886.50;10.20;1504.50;-0.32;0.24 +3560;2;2888.50;10.30;1504.50;0.78;0.24 +3560;3;2887.50;10.05;1507.00;2.67;0.24 +3560;4;2885.00;10.02;1508.00;3.92;0.24 +3560;5;2885.00;10.05;1509.00;3.73;0.24 +3560;9;2884.84;9.95;1506.00;1.57;0.24 +3560;10;2889.16;10.20;1506.00;-1.57;0.24 3560;21;2883.40;10.60;1509.70;1.57;0.24 +3561;0;2969.00;10.65;1547.00;0.00;0.18 +3561;1;2966.00;11.00;1546.00;-1.24;0.18 +3561;2;2969.00;10.42;1545.00;0.00;0.18 +3561;3;2971.50;10.50;1545.50;1.03;0.18 +3561;4;2972.00;10.65;1547.50;1.73;0.18 +3561;5;2967.00;11.05;1547.50;4.46;0.18 +3561;6;2969.50;11.05;1549.00;2.89;0.18 +3561;7;2971.00;11.20;1549.50;2.46;0.18 +3561;9;2966.48;11.05;1547.00;1.57;0.18 +3561;10;2971.52;10.64;1547.00;-1.57;0.18 3561;21;2966.48;11.05;1547.00;1.57;0.18 +3562;0;3211.00;9.80;1493.00;0.00;0.26 +3562;1;3213.50;9.90;1489.50;0.62;0.26 +3562;2;3215.00;9.95;1491.00;1.10;0.26 +3562;3;3210.50;9.70;1490.50;-0.19;0.26 +3562;4;3208.00;9.60;1492.50;-1.40;0.26 +3562;5;3214.00;9.90;1493.50;1.73;0.26 +3562;6;3208.50;9.80;1494.50;4.17;0.26 +3562;7;3211.00;9.80;1495.50;3.14;0.26 +3562;9;3208.12;9.63;1493.00;1.57;0.26 +3562;10;3213.88;9.90;1493.00;-1.57;0.26 3562;21;3208.12;9.63;1493.00;1.57;0.26 +3563;0;3652.00;10.00;1543.00;0.00;0.40 +3563;1;3652.00;9.80;1539.50;0.00;0.40 +3563;2;3647.00;9.70;1542.50;-1.47;0.40 +3563;3;3655.50;10.40;1543.50;1.71;0.40 +3563;4;3648.50;9.80;1544.50;4.30;0.40 +3563;5;3653.50;10.55;1546.00;2.67;0.40 +3563;9;3648.04;9.72;1543.00;1.57;0.40 +3563;10;3655.96;10.25;1543.00;-1.57;0.40 3563;21;3655.96;10.25;1543.00;-1.57;0.40 +3564;0;3491.00;12.62;1329.00;0.00;0.24 +3564;1;3490.00;12.42;1327.00;-0.46;0.24 +3564;2;3492.00;12.15;1326.50;0.38;0.24 +3564;3;3493.50;12.30;1328.50;1.37;0.24 +3564;4;3489.00;12.80;1329.50;4.46;0.24 +3564;5;3493.50;13.75;1331.00;2.24;0.24 +3564;6;3491.00;13.60;1331.50;3.14;0.24 +3564;9;3488.84;12.73;1329.00;1.57;0.24 +3564;10;3493.16;12.55;1329.00;-1.57;0.24 3564;21;3488.84;12.73;1329.00;1.57;0.24 +3565;0;3148.00;9.97;1487.00;0.00;0.16 +3565;1;3149.00;9.77;1485.00;0.46;0.16 +3565;2;3146.50;10.20;1486.00;-0.98;0.16 +3565;3;3150.50;9.70;1485.50;1.03;0.16 +3565;4;3150.50;9.90;1487.50;1.76;0.16 +3565;5;3145.50;10.10;1488.00;4.33;0.16 +3565;6;3148.00;9.97;1488.00;3.14;0.16 +3565;9;3146.02;10.22;1487.00;1.57;0.16 +3565;10;3149.98;9.87;1487.00;-1.57;0.16 3565;21;3146.02;10.22;1487.00;1.57;0.16 +3566;0;3456.00;9.90;1542.00;0.00;0.22 +3566;1;3454.50;9.90;1540.50;-0.78;0.22 +3566;2;3457.00;9.90;1540.00;0.46;0.22 +3566;3;3458.00;9.90;1542.00;1.57;0.22 +3566;4;3454.00;9.90;1543.00;4.24;0.22 +3566;5;3457.50;9.90;1544.50;2.60;0.22 +3566;6;3455.00;9.95;1545.00;3.46;0.22 +3566;9;3454.02;9.90;1542.00;1.57;0.22 +3566;10;3457.98;9.90;1542.00;-1.57;0.22 3566;21;3454.02;9.90;1542.00;1.57;0.22 +3567;0;3424.00;9.80;1511.00;0.00;0.22 +3567;1;3425.50;9.80;1508.00;0.46;0.22 +3567;2;3422.00;9.80;1510.50;-1.32;0.22 +3567;3;3427.00;10.00;1510.50;1.40;0.22 +3567;4;3420.50;9.80;1512.00;4.43;0.22 +3567;5;3425.00;9.85;1512.50;2.55;0.22 +3567;6;3422.00;9.80;1513.50;3.81;0.22 +3567;9;3421.48;9.80;1511.00;1.57;0.22 +3567;10;3426.52;9.90;1511.00;-1.57;0.22 3567;21;3421.48;9.80;1511.00;1.57;0.22 +3568;0;3287.00;9.85;1545.00;0.00;0.24 +3568;1;3285.50;9.80;1542.00;-0.46;0.24 +3568;2;3288.00;10.10;1543.50;0.58;0.24 +3568;3;3284.50;9.80;1545.00;4.71;0.24 +3568;4;3290.50;10.15;1545.00;1.57;0.24 +3568;5;3290.50;10.00;1546.00;1.84;0.24 +3568;6;3288.50;9.80;1547.50;2.60;0.24 +3568;7;3286.00;9.80;1548.00;3.46;0.24 +3568;9;3284.84;9.80;1545.00;1.57;0.24 +3568;10;3289.16;10.11;1545.00;-1.57;0.24 3568;21;3284.84;9.80;1545.00;1.57;0.24 +3569;0;3062.00;10.27;1502.00;0.00;0.20 +3569;1;3061.00;9.90;1500.00;-0.46;0.20 +3569;2;3065.00;9.80;1502.00;1.57;0.20 +3569;3;3058.50;10.75;1501.00;-1.29;0.20 +3569;4;3058.50;11.00;1502.50;4.57;0.20 +3569;5;3062.00;11.15;1504.50;3.14;0.20 +3569;6;3065.00;10.35;1504.00;2.15;0.20 +3569;9;3059.30;10.79;1502.00;1.57;0.20 +3569;10;3064.70;9.80;1502.00;-1.57;0.20 3569;21;3059.30;10.79;1502.00;1.57;0.20 +3570;0;3239.00;10.10;1523.00;0.00;0.20 +3570;1;3236.00;10.10;1522.00;-1.24;0.20 +3570;2;3240.00;10.10;1521.00;0.46;0.20 +3570;3;3242.00;10.10;1522.50;1.40;0.20 +3570;4;3237.00;10.10;1524.50;4.06;0.20 +3570;5;3241.00;10.10;1524.50;2.21;0.20 +3570;9;3236.12;10.10;1523.00;1.57;0.20 +3570;10;3241.88;10.10;1523.00;-1.57;0.20 3570;21;3236.12;10.10;1523.00;1.57;0.20 +3571;0;2999.00;12.12;1506.00;0.00;0.20 +3571;1;2999.50;12.20;1503.50;0.19;0.20 +3571;2;2997.50;11.55;1504.00;-0.64;0.20 +3571;3;3001.00;12.75;1505.00;1.10;0.20 +3571;4;2996.50;11.50;1506.50;4.51;0.20 +3571;5;3000.50;12.50;1508.00;2.49;0.20 +3571;6;2998.00;11.75;1509.00;3.46;0.20 +3571;7;2999.50;12.10;1509.50;3.00;0.20 +3571;9;2997.20;11.55;1506.00;1.57;0.20 +3571;10;3000.80;12.76;1506.00;-1.57;0.20 3571;21;2997.20;11.55;1506.00;1.57;0.20 +3572;0;3039.00;9.80;1556.00;0.00;0.20 +3572;1;3038.00;9.80;1553.50;-0.38;0.20 +3572;2;3040.00;9.85;1554.00;0.46;0.20 +3572;3;3037.00;9.75;1556.00;4.71;0.20 +3572;4;3041.50;9.80;1556.50;1.76;0.20 +3572;5;3037.50;9.70;1558.50;3.68;0.20 +3572;6;3038.50;9.70;1559.00;3.30;0.20 +3572;7;3040.50;9.75;1559.00;2.67;0.20 +3572;9;3037.20;9.75;1556.00;1.57;0.20 +3572;10;3040.80;9.81;1556.00;-1.57;0.20 3572;21;3040.80;9.81;1556.00;-1.57;0.20 +3573;0;3337.00;9.70;1459.00;0.00;0.22 +3573;1;3335.00;9.70;1456.50;-0.67;0.22 +3573;2;3338.00;9.70;1457.00;0.46;0.22 +3573;3;3335.50;9.70;1459.50;4.39;0.22 +3573;4;3339.50;9.70;1460.50;2.11;0.22 +3573;5;3337.00;9.70;1461.50;3.14;0.22 +3573;9;3334.66;9.70;1459.00;1.57;0.22 +3573;10;3339.34;9.70;1459.00;-1.57;0.22 3573;21;3334.66;9.70;1459.00;1.57;0.22 +3574;0;2945.00;11.15;1510.00;0.00;0.18 +3574;1;2943.50;10.70;1508.00;-0.64;0.18 +3574;2;2945.50;11.20;1508.50;0.32;0.18 +3574;3;2943.50;10.75;1511.00;4.12;0.18 +3574;4;2946.50;11.30;1511.50;2.35;0.18 +3574;9;2943.38;10.73;1510.00;1.57;0.18 +3574;10;2946.62;11.48;1510.00;-1.57;0.18 3574;21;2943.38;10.73;1510.00;1.57;0.18 +3575;0;3285.00;10.25;1472.00;0.00;0.26 +3575;1;3284.50;10.10;1470.00;-0.24;0.26 +3575;2;3287.50;9.85;1470.00;0.89;0.26 +3575;3;3286.00;10.40;1473.50;2.55;0.26 +3575;4;3282.00;10.40;1473.00;4.39;0.26 +3575;5;3282.50;10.40;1475.00;3.83;0.26 +3575;9;3282.30;10.36;1472.00;1.57;0.26 +3575;10;3287.70;10.18;1472.00;-1.57;0.26 3575;21;3282.30;10.36;1472.00;1.57;0.26 +3576;0;2861.00;9.80;1532.00;0.00;0.18 +3576;1;2858.50;9.70;1531.00;-1.19;0.18 +3576;2;2860.50;9.70;1530.00;-0.24;0.18 +3576;3;2862.50;9.70;1531.00;0.98;0.18 +3576;4;2864.50;9.85;1533.00;1.84;0.18 +3576;5;2859.00;9.95;1533.00;4.24;0.18 +3576;6;2861.50;10.10;1533.50;2.82;0.18 +3576;9;2858.66;9.75;1532.00;1.57;0.18 +3576;10;2863.34;9.75;1532.00;-1.57;0.18 3576;21;2858.66;9.75;1532.00;1.57;0.18 +3577;0;3233.00;9.77;1473.00;0.00;0.24 +3577;1;3233.50;9.85;1470.00;0.16;0.24 +3577;2;3235.50;10.15;1469.00;0.55;0.24 +3577;3;3235.50;10.05;1472.00;1.19;0.24 +3577;4;3231.50;9.80;1473.00;4.71;0.24 +3577;5;3233.50;9.80;1475.50;2.94;0.24 +3577;6;3230.50;9.80;1476.50;3.76;0.24 +3577;9;3230.84;9.80;1473.00;1.57;0.24 +3577;10;3235.16;9.91;1473.00;-1.57;0.24 3577;21;3230.84;9.80;1473.00;1.57;0.24 +3578;0;3517.00;9.75;1542.00;0.00;0.22 +3578;1;3517.00;9.80;1539.00;0.00;0.22 +3578;2;3515.00;9.90;1540.00;-0.78;0.22 +3578;3;3518.50;9.70;1541.50;1.24;0.22 +3578;4;3514.50;9.90;1542.50;4.51;0.22 +3578;5;3517.00;9.75;1544.00;3.14;0.22 +3578;6;3519.50;9.80;1545.00;2.44;0.22 +3578;9;3515.02;9.84;1542.00;1.57;0.22 +3578;10;3518.98;9.70;1542.00;-1.57;0.22 3578;21;3515.02;9.84;1542.00;1.57;0.22 +3579;0;2788.00;10.10;1501.00;0.00;0.20 +3579;1;2786.50;10.40;1499.50;-0.78;0.20 +3579;2;2789.00;10.80;1498.50;0.38;0.20 +3579;3;2790.00;10.00;1501.00;1.57;0.20 +3579;4;2786.00;10.00;1502.00;4.24;0.20 +3579;5;2788.50;9.75;1503.00;2.89;0.20 +3579;9;2786.20;10.18;1501.00;1.57;0.20 +3579;10;2789.80;10.02;1501.00;-1.57;0.20 +3579;19;2790.00;9.55;1504.00;-3.39;0.20 +3579;20;2790.97;9.55;1505.45;2.55;0.20 3579;21;2789.80;10.02;1501.00;-1.57;0.20 +3580;0;3366.00;10.50;1548.00;0.00;0.22 +3580;1;3365.50;10.50;1546.50;-0.32;0.22 +3580;2;3368.50;10.30;1546.50;1.03;0.22 +3580;3;3363.50;10.50;1547.50;-1.37;0.22 +3580;4;3370.00;10.35;1548.50;1.69;0.22 +3580;5;3362.50;10.50;1548.50;4.57;0.22 +3580;6;3365.00;10.52;1550.00;3.60;0.22 +3580;7;3368.00;10.60;1550.00;2.35;0.22 +3580;9;3363.48;10.50;1548.00;1.57;0.22 +3580;10;3368.52;10.44;1548.00;-1.57;0.22 3580;21;3363.48;10.50;1548.00;1.57;0.22 +3581;0;3138.00;11.87;1499.00;0.00;0.24 +3581;1;3137.00;11.40;1496.50;-0.38;0.24 +3581;2;3135.00;11.65;1498.50;-1.40;0.24 +3581;3;3139.50;11.70;1498.00;0.98;0.24 +3581;4;3140.50;11.80;1500.50;2.11;0.24 +3581;5;3138.00;12.20;1502.00;3.14;0.24 +3581;9;3135.84;11.80;1499.00;1.57;0.24 +3581;10;3140.16;11.70;1499.00;-1.57;0.24 3581;21;3135.84;11.80;1499.00;1.57;0.24 +3582;0;3493.00;10.32;1503.00;0.00;0.22 +3582;1;3493.50;10.30;1501.50;0.32;0.22 +3582;2;3491.00;10.40;1502.00;-1.10;0.22 +3582;3;3496.00;10.05;1502.50;1.40;0.22 +3582;4;3495.50;10.10;1504.50;2.11;0.22 +3582;5;3490.00;10.40;1504.50;4.24;0.22 +3582;6;3493.00;10.35;1504.50;3.14;0.22 +3582;9;3490.84;10.40;1503.00;1.57;0.22 +3582;10;3495.16;10.11;1503.00;-1.57;0.22 3582;21;3490.84;10.40;1503.00;1.57;0.22 +3583;0;3086.00;13.60;1515.00;0.00;0.18 +3583;1;3086.00;13.80;1513.00;0.00;0.18 +3583;2;3088.00;13.50;1514.50;1.32;0.18 +3583;3;3084.50;13.50;1515.50;4.39;0.18 +3583;4;3087.00;12.77;1517.00;2.67;0.18 +3583;9;3084.38;13.63;1515.00;1.57;0.18 +3583;10;3087.62;13.47;1515.00;-1.57;0.18 3583;21;3084.38;13.63;1515.00;1.57;0.18 +3584;0;3313.00;9.80;1518.00;0.00;0.18 +3584;1;3314.00;9.80;1516.00;0.46;0.18 +3584;2;3311.00;9.80;1517.50;-1.32;0.18 +3584;3;3315.00;9.80;1518.00;1.57;0.18 +3584;4;3309.50;9.80;1519.50;4.30;0.18 +3584;5;3312.50;9.80;1519.50;3.46;0.18 +3584;9;3310.66;9.80;1518.00;1.57;0.18 +3584;10;3315.34;9.80;1518.00;-1.57;0.18 3584;21;3310.66;9.80;1518.00;1.57;0.18 +3585;0;3009.00;14.15;1525.00;0.00;0.24 +3585;1;3009.00;14.70;1522.50;0.00;0.24 +3585;2;3011.50;13.00;1523.00;0.89;0.24 +3585;3;3011.00;13.60;1525.50;1.81;0.24 +3585;4;3007.00;14.70;1525.50;4.46;0.24 +3585;5;3006.50;15.15;1527.00;4.03;0.24 +3585;6;3008.50;14.30;1527.50;3.33;0.24 +3585;9;3006.84;14.73;1525.00;1.57;0.24 +3585;10;3011.16;13.40;1525.00;-1.57;0.24 3585;21;3006.84;14.73;1525.00;1.57;0.24 +3586;0;3112.00;10.37;1531.00;0.00;0.28 +3586;1;3112.50;10.20;1528.50;0.19;0.28 +3586;2;3115.00;10.20;1530.00;1.24;0.28 +3586;3;3110.50;10.35;1529.00;-0.64;0.28 +3586;4;3109.50;10.50;1531.50;4.51;0.28 +3586;5;3113.50;10.30;1533.00;2.49;0.28 +3586;6;3109.50;10.40;1534.50;3.76;0.28 +3586;7;3111.50;10.40;1534.50;3.28;0.28 +3586;9;3109.48;10.50;1531.00;1.57;0.28 +3586;10;3114.52;10.24;1531.00;-1.57;0.28 3586;21;3109.48;10.50;1531.00;1.57;0.28 +3587;0;3438.00;9.70;1446.00;0.00;0.20 +3587;1;3438.50;9.70;1444.00;0.24;0.20 +3587;2;3435.50;9.70;1445.50;-1.37;0.20 +3587;3;3441.00;9.70;1445.50;1.40;0.20 +3587;4;3434.50;9.70;1447.50;4.30;0.20 +3587;5;3441.00;9.70;1447.50;2.03;0.20 +3587;6;3435.00;9.70;1448.50;4.01;0.20 +3587;7;3438.50;9.70;1448.50;2.94;0.20 +3587;9;3435.30;9.70;1446.00;1.57;0.20 +3587;10;3440.70;9.70;1446.00;-1.57;0.20 3587;21;3435.30;9.70;1446.00;1.57;0.20 +3588;0;904.00;12.80;1558.00;0.00;0.34 +3588;1;901.00;11.15;1553.00;-0.54;0.34 +3588;2;903.50;11.30;1552.50;-0.09;0.34 +3588;3;906.00;12.47;1554.00;0.46;0.34 +3588;4;900.00;13.07;1558.00;4.71;0.34 +3588;5;907.50;13.30;1559.00;1.84;0.34 +3588;6;904.00;14.40;1562.50;3.14;0.34 +3588;7;907.50;14.85;1564.00;2.61;0.34 +3588;9;900.94;12.98;1558.00;1.57;0.34 +3588;10;907.06;12.98;1558.00;-1.57;0.34 3588;21;900.94;12.98;1558.00;1.57;0.34 +3589;0;2886.00;10.22;1429.00;0.00;0.18 +3589;1;2885.50;10.10;1427.00;-0.24;0.18 +3589;2;2887.50;10.30;1429.00;1.57;0.18 +3589;3;2884.00;10.25;1429.50;4.46;0.18 +3589;4;2886.00;10.22;1431.00;3.14;0.18 +3589;5;2888.50;10.35;1431.00;2.24;0.18 +3589;9;2884.02;10.24;1429.00;1.57;0.18 +3589;10;2887.98;10.37;1429.00;-1.57;0.18 3589;21;2884.02;10.24;1429.00;1.57;0.18 +3590;0;2694.00;9.50;1676.00;0.00;1.02 +3590;1;2694.00;9.50;1649.50;0.00;1.02 +3590;2;2699.50;9.50;1652.00;0.22;1.02 +3590;3;2693.50;9.50;1651.50;-0.02;1.02 +3590;4;2697.00;9.50;1656.00;0.14;1.02 +3590;5;2702.50;9.50;1653.00;0.35;1.02 +3590;6;2705.00;9.50;1655.50;0.49;1.02 +3590;7;2707.00;9.50;1658.50;0.63;1.02 +3590;8;2690.00;9.50;1664.50;-0.33;1.02 +3590;9;2684.82;9.50;1676.00;1.57;1.02 +3590;10;2703.18;9.50;1676.00;-1.57;1.02 +3590;11;2694.00;12.77;1633.60;0.00;1.02 +3590;12;2702.80;9.50;1637.60;0.22;1.02 +3590;13;2693.20;10.87;1636.80;-0.02;1.02 +3590;14;2698.80;9.50;1644.00;0.14;1.02 +3590;15;2707.60;9.50;1639.20;0.35;1.02 +3590;16;2711.60;9.50;1643.20;0.49;1.02 +3590;17;2714.80;9.74;1648.00;0.63;1.02 +3590;18;2687.60;9.50;1657.60;-0.33;1.02 3590;21;2684.82;9.50;1676.00;1.57;1.02 +3591;0;200.00;9.50;1896.00;0.00;0.72 +3591;1;206.50;9.50;1889.50;0.78;0.72 +3591;2;189.00;9.50;1897.00;4.62;0.72 +3591;3;217.00;9.50;1895.50;1.54;0.72 +3591;4;199.00;9.50;1901.50;3.32;0.72 +3591;9;187.40;9.50;1896.00;1.57;0.72 +3591;10;212.60;9.50;1896.00;-1.57;0.72 +3591;11;210.40;9.50;1885.60;0.78;0.72 +3591;12;182.40;9.50;1897.60;4.62;0.72 +3591;13;227.20;9.50;1895.20;1.54;0.72 +3591;14;198.40;9.50;1904.80;3.32;0.72 3591;21;187.40;9.50;1896.00;1.57;0.72 +3592;0;3050.00;10.72;1428.00;0.00;0.22 +3592;1;3051.50;10.50;1425.50;0.54;0.22 +3592;2;3049.00;10.82;1427.00;-0.78;0.22 +3592;3;3052.00;10.40;1427.50;1.32;0.22 +3592;4;3047.50;11.20;1429.50;4.17;0.22 +3592;5;3051.00;10.45;1429.50;2.55;0.22 +3592;6;3049.00;10.85;1430.50;3.52;0.22 +3592;9;3047.66;11.17;1428.00;1.57;0.22 +3592;10;3052.34;10.28;1428.00;-1.57;0.22 3592;21;3047.66;11.17;1428.00;1.57;0.22 +3593;0;3628.00;9.60;1417.00;0.00;0.40 +3593;1;3625.50;9.60;1413.50;-0.62;0.40 +3593;2;3635.00;9.60;1413.50;1.10;0.40 +3593;3;3623.00;9.60;1419.50;4.24;0.40 +3593;4;3639.50;9.60;1416.50;1.52;0.40 +3593;5;3636.00;9.60;1418.50;1.75;0.40 +3593;9;3619.90;9.60;1417.00;1.57;0.40 +3593;10;3636.10;9.60;1417.00;-1.57;0.40 3593;21;3619.90;9.60;1417.00;1.57;0.40 +3594;0;2865.00;11.62;1439.00;0.00;0.16 +3594;1;2863.50;11.30;1437.00;-0.64;0.16 +3594;2;2865.50;12.05;1436.00;0.16;0.16 +3594;3;2866.00;11.90;1439.00;1.57;0.16 +3594;4;2863.50;11.10;1440.00;4.12;0.16 +3594;5;2864.50;11.00;1442.00;3.30;0.16 +3594;6;2865.50;11.20;1442.00;2.97;0.16 +3594;9;2863.56;11.21;1439.00;1.57;0.16 +3594;10;2866.44;11.98;1439.00;-1.57;0.16 3594;21;2863.56;11.21;1439.00;1.57;0.16 +3595;0;1986.00;9.50;1173.00;0.00;1.08 +3595;1;1978.00;9.50;1160.00;-0.55;1.08 +3595;2;1990.50;9.50;1158.50;0.30;1.08 +3595;3;1997.00;9.50;1176.00;1.83;1.08 +3595;4;1973.00;9.50;1173.50;4.67;1.08 +3595;5;1974.50;9.50;1182.00;4.04;1.08 +3595;6;1986.00;9.50;1186.50;3.14;1.08 +3595;9;1976.28;9.50;1173.00;1.57;1.08 +3595;10;1995.72;9.50;1173.00;-1.57;1.08 +3595;11;1973.20;9.50;1152.20;-0.55;1.08 +3595;12;1993.20;9.50;1149.80;0.30;1.08 +3595;13;2003.60;9.50;1177.80;1.83;1.08 +3595;14;1965.20;9.50;1173.80;4.67;1.08 +3595;15;1967.60;9.50;1187.40;4.04;1.08 +3595;16;1986.00;9.50;1194.60;3.14;1.08 3595;21;1976.28;9.50;1173.00;1.57;1.08 +3596;0;3059.00;10.07;1425.00;0.00;0.22 +3596;1;3062.50;10.25;1423.00;1.05;0.22 +3596;2;3059.50;10.20;1423.00;0.24;0.22 +3596;3;3061.50;10.00;1425.50;1.76;0.22 +3596;4;3056.50;10.15;1426.00;4.33;0.22 +3596;5;3058.50;9.90;1427.50;3.33;0.22 +3596;9;3056.66;10.23;1425.00;1.57;0.22 +3596;10;3061.34;10.05;1425.00;-1.57;0.22 3596;21;3056.66;10.23;1425.00;1.57;0.22 +3597;0;3533.00;9.85;1452.00;0.00;0.24 +3597;1;3533.00;10.45;1450.00;0.00;0.24 +3597;2;3531.00;9.95;1452.00;4.71;0.24 +3597;3;3535.50;9.80;1450.50;1.03;0.24 +3597;4;3533.50;9.70;1453.50;2.82;0.24 +3597;5;3531.00;9.60;1454.50;3.81;0.24 +3597;9;3530.66;9.91;1452.00;1.57;0.24 +3597;10;3535.34;9.70;1452.00;-1.57;0.24 3597;21;3530.66;9.91;1452.00;1.57;0.24 +3598;0;2816.00;9.95;1428.00;0.00;0.20 +3598;1;2815.00;9.85;1426.50;-0.58;0.20 +3598;2;2818.50;10.05;1427.00;1.19;0.20 +3598;3;2812.50;9.80;1428.50;4.57;0.20 +3598;4;2819.50;10.10;1429.00;1.84;0.20 +3598;5;2815.50;9.90;1430.50;3.33;0.20 +3598;6;2813.00;9.80;1430.50;4.01;0.20 +3598;9;2813.30;9.80;1428.00;1.57;0.20 +3598;10;2818.70;10.10;1428.00;-1.57;0.20 3598;21;2813.30;9.80;1428.00;1.57;0.20 +3599;0;313.00;9.50;1464.00;0.00;0.82 +3599;1;320.50;9.50;1455.00;0.69;0.82 +3599;2;331.00;9.50;1462.50;1.48;0.82 +3599;3;300.00;9.50;1459.00;-1.20;0.82 +3599;4;292.50;9.50;1460.50;-1.40;0.82 +3599;5;294.00;9.50;1466.50;4.58;0.82 +3599;6;311.50;9.50;1473.00;3.30;0.82 +3599;9;298.24;9.50;1464.00;1.57;0.82 +3599;10;327.76;9.50;1464.00;-1.57;0.82 +3599;11;325.00;9.50;1449.60;0.69;0.82 +3599;12;341.80;9.50;1461.60;1.48;0.82 +3599;13;292.20;9.50;1456.00;-1.20;0.82 +3599;14;280.20;9.50;1458.40;-1.40;0.82 +3599;15;282.60;9.50;1468.00;4.58;0.82 +3599;16;310.60;9.50;1478.40;3.30;0.82 3599;21;298.24;9.50;1464.00;1.57;0.82 +3600;0;455.00;9.50;1851.00;0.00;1.46 +3600;1;457.50;9.50;1840.50;0.23;1.46 +3600;2;473.50;9.50;1833.50;0.81;1.46 +3600;3;474.00;9.50;1843.00;1.17;1.46 +3600;4;437.00;9.50;1858.00;4.34;1.46 +3600;5;452.50;9.50;1860.50;3.39;1.46 +3600;6;430.00;9.50;1869.00;4.08;1.46 +3600;9;438.98;9.50;1851.00;1.57;1.46 +3600;10;471.02;9.50;1851.00;-1.57;1.46 +3600;11;459.00;9.50;1834.20;0.23;1.46 +3600;12;484.60;9.50;1823.00;0.81;1.46 +3600;13;485.40;9.50;1838.20;1.17;1.46 +3600;14;426.20;9.50;1862.20;4.34;1.46 +3600;15;451.00;9.50;1866.20;3.39;1.46 +3600;16;415.00;9.50;1879.80;4.08;1.46 3600;21;438.98;9.50;1851.00;1.57;1.46 +3601;0;3046.00;10.70;1422.00;0.00;0.22 +3601;1;3045.00;10.97;1420.00;-0.46;0.22 +3601;2;3047.50;10.80;1419.50;0.54;0.22 +3601;3;3048.50;10.60;1421.00;1.19;0.22 +3601;4;3044.00;10.95;1422.50;4.46;0.22 +3601;5;3047.00;10.67;1424.00;2.67;0.22 +3601;6;3044.50;11.20;1424.00;3.78;0.22 +3601;9;3044.02;10.94;1422.00;1.57;0.22 +3601;10;3047.98;10.52;1422.00;-1.57;0.22 3601;21;3044.02;10.94;1422.00;1.57;0.22 +3602;0;1643.00;12.02;1631.00;0.00;0.30 +3602;1;1642.50;12.05;1627.00;-0.12;0.30 +3602;2;1645.00;11.47;1627.00;0.46;0.30 +3602;3;1639.50;12.05;1630.00;-1.29;0.30 +3602;4;1645.50;11.25;1631.00;1.57;0.30 +3602;5;1639.00;11.30;1633.50;4.15;0.30 +3602;6;1641.50;11.20;1634.00;3.60;0.30 +3602;7;1644.50;11.15;1635.00;2.78;0.30 +3602;9;1640.30;12.04;1631.00;1.57;0.30 +3602;10;1645.70;11.21;1631.00;-1.57;0.30 3602;21;1640.30;12.04;1631.00;1.57;0.30 +3603;0;4575.00;9.50;814.00;0.00;0.80 +3603;1;4554.50;9.50;804.50;-1.13;0.80 +3603;2;4561.50;9.50;804.00;-0.93;0.80 +3603;3;4576.50;9.50;806.00;0.18;0.80 +3603;4;4562.50;9.50;814.50;4.67;0.80 +3603;5;4589.00;9.50;814.00;1.57;0.80 +3603;6;4593.00;9.50;821.50;1.96;0.80 +3603;7;4582.00;9.50;823.50;2.50;0.80 +3603;9;4560.78;9.50;814.00;1.57;0.80 +3603;10;4589.22;9.50;814.00;-1.57;0.80 +3603;11;4542.20;9.50;798.80;-1.13;0.80 +3603;12;4553.40;9.50;798.00;-0.93;0.80 +3603;13;4577.40;9.50;801.20;0.18;0.80 +3603;14;4555.00;9.50;814.80;4.67;0.80 +3603;15;4597.40;9.50;814.00;1.57;0.80 +3603;16;4603.80;9.50;826.00;1.96;0.80 +3603;17;4586.20;9.50;829.20;2.50;0.80 3603;21;4560.78;9.50;814.00;1.57;0.80 +3604;0;2986.00;10.10;1430.00;0.00;0.24 +3604;1;2986.00;9.75;1426.50;0.00;0.24 +3604;2;2987.50;9.70;1429.00;0.98;0.24 +3604;3;2984.00;10.10;1428.00;-0.78;0.24 +3604;4;2985.00;10.60;1431.00;3.92;0.24 +3604;5;2989.00;9.70;1432.50;2.26;0.24 +3604;6;2987.00;10.45;1433.00;2.82;0.24 +3604;9;2983.84;10.54;1430.00;1.57;0.24 +3604;10;2988.16;9.70;1430.00;-1.57;0.24 3604;21;2983.84;10.54;1430.00;1.57;0.24 +3605;0;1611.00;9.70;1627.00;0.00;0.26 +3605;1;805.00;9.50;813.00;-0.78;0.26 +3605;2;1608.50;9.75;1626.00;-1.19;0.26 +3605;3;1615.00;9.70;1626.50;1.44;0.26 +3605;4;1615.00;9.67;1628.00;1.81;0.26 +3605;5;1611.50;9.75;1629.00;2.89;0.26 +3605;6;1608.00;9.80;1629.50;4.01;0.26 +3605;9;1607.94;9.80;1627.00;1.57;0.26 +3605;10;1614.06;9.70;1627.00;-1.57;0.26 3605;21;1607.94;9.80;1627.00;1.57;0.26 +3606;0;714.00;12.50;2028.00;0.00;0.98 +3606;1;731.50;13.55;2018.00;1.05;0.98 +3606;2;686.00;11.95;2025.00;-1.46;0.98 +3606;3;746.00;12.70;2031.50;1.68;0.98 +3606;9;683.76;12.20;2028.00;1.57;0.98 +3606;10;744.24;12.31;2028.00;-1.57;0.98 3606;21;683.76;12.20;2028.00;1.57;0.98 +3607;0;5414.00;9.50;178.00;0.00;1.38 +3607;1;5411.50;9.50;161.00;-0.14;1.38 +3607;2;5422.00;9.50;164.50;0.53;1.38 +3607;3;5404.00;9.50;173.50;-1.14;1.38 +3607;4;5428.00;9.50;177.50;1.53;1.38 +3607;5;5402.00;9.50;190.50;3.90;1.38 +3607;6;5414.50;9.50;191.00;3.10;1.38 +3607;9;5400.14;9.50;178.00;1.57;1.38 +3607;10;5427.86;9.50;178.00;-1.57;1.38 +3607;11;5410.00;9.50;150.80;-0.14;1.38 +3607;12;5426.80;9.50;156.40;0.53;1.38 +3607;13;5398.00;9.50;170.80;-1.14;1.38 +3607;14;5436.40;9.50;177.20;1.53;1.38 +3607;15;5394.80;9.50;198.00;3.90;1.38 +3607;16;5414.80;9.50;198.80;3.10;1.38 3607;21;5400.14;9.50;178.00;1.57;1.38 +3608;0;1600.00;10.60;1637.00;0.00;0.30 +3608;1;1600.50;10.45;1634.00;0.16;0.30 +3608;2;1598.00;10.50;1635.50;-0.92;0.30 +3608;3;1602.50;10.40;1634.50;0.78;0.30 +3608;4;1603.50;10.50;1637.00;1.57;0.30 +3608;5;1597.00;10.65;1639.00;4.12;0.30 +3608;6;1601.50;10.65;1639.00;2.49;0.30 +3608;7;1598.50;10.40;1640.50;3.54;0.30 +3608;9;1597.30;10.60;1637.00;1.57;0.30 +3608;10;1602.70;10.54;1637.00;-1.57;0.30 3608;21;1597.30;10.60;1637.00;1.57;0.30 +3609;0;3112.00;12.07;1411.00;0.00;0.22 +3609;1;3111.00;12.60;1409.50;-0.58;0.22 +3609;2;3114.00;12.40;1409.00;0.78;0.22 +3609;3;3114.50;12.10;1410.00;1.19;0.22 +3609;4;3109.00;12.07;1412.00;4.39;0.22 +3609;5;3112.50;11.80;1412.00;2.67;0.22 +3609;6;3110.50;11.70;1413.50;3.68;0.22 +3609;9;3109.84;12.30;1411.00;1.57;0.22 +3609;10;3114.16;11.86;1411.00;-1.57;0.22 3609;21;3109.84;12.30;1411.00;1.57;0.22 +3610;0;5234.00;9.50;961.00;0.00;1.38 +3610;1;5225.50;9.50;946.00;-0.51;1.38 +3610;2;5243.00;9.50;959.50;1.40;1.38 +3610;3;5216.50;9.50;951.50;-1.07;1.38 +3610;4;5224.00;9.50;963.50;4.46;1.38 +3610;5;5241.50;9.50;975.50;2.66;1.38 +3610;6;5252.50;9.50;976.50;2.26;1.38 +3610;9;5220.86;9.50;961.00;1.57;1.38 +3610;10;5247.14;9.50;961.00;-1.57;1.38 +3610;11;5220.40;9.50;937.00;-0.51;1.38 +3610;12;5248.40;9.50;958.60;1.40;1.38 +3610;13;5206.00;9.50;945.80;-1.07;1.38 +3610;14;5218.00;9.50;965.00;4.46;1.38 +3610;15;5246.00;9.50;984.20;2.66;1.38 +3610;16;5263.60;9.50;985.80;2.26;1.38 3610;21;5220.86;9.50;961.00;1.57;1.38 +3611;0;4871.00;9.50;789.00;0.00;0.96 +3611;1;4869.50;9.50;769.00;-0.07;0.96 +3611;2;4875.50;9.50;778.50;0.40;0.96 +3611;3;4866.00;9.50;774.50;-0.33;0.96 +3611;4;4862.00;9.50;791.50;4.44;0.96 +3611;5;4882.50;9.50;792.50;1.86;0.96 +3611;6;4881.00;9.50;798.00;2.30;0.96 +3611;7;4870.00;9.50;801.50;3.22;0.96 +3611;9;4862.36;9.50;789.00;1.57;0.96 +3611;10;4879.64;9.50;789.00;-1.57;0.96 +3611;11;4868.60;9.50;757.00;-0.07;0.96 +3611;12;4878.20;9.50;772.20;0.40;0.96 +3611;13;4863.00;9.50;765.80;-0.33;0.96 +3611;14;4856.60;9.50;793.00;4.44;0.96 +3611;15;4889.40;9.50;794.60;1.86;0.96 +3611;16;4887.00;9.50;803.40;2.30;0.96 +3611;17;4869.40;9.50;809.00;3.22;0.96 3611;21;4862.36;9.50;789.00;1.57;0.96 +3612;0;2917.00;14.32;1439.00;0.00;0.20 +3612;1;2917.50;15.00;1436.50;0.19;0.20 +3612;2;2915.00;14.15;1437.50;-0.92;0.20 +3612;3;2919.50;15.15;1437.00;0.89;0.20 +3612;4;2919.50;15.00;1439.00;1.57;0.20 +3612;5;2914.50;12.45;1440.00;4.33;0.20 +3612;6;2917.00;13.20;1440.50;3.14;0.20 +3612;7;2919.00;14.15;1440.50;2.21;0.20 +3612;8;1458.00;9.50;719.00;-1.11;0.20 +3612;9;2914.84;13.25;1439.00;1.57;0.20 +3612;10;2919.16;14.96;1439.00;-1.57;0.20 3612;21;2914.84;13.25;1439.00;1.57;0.20 +3613;0;1215.00;12.30;1574.00;0.00;0.42 +3613;1;1219.50;12.30;1569.50;0.78;0.42 +3613;2;1211.00;12.20;1571.50;-1.01;0.42 +3613;3;1222.00;12.30;1572.00;1.29;0.42 +3613;4;1209.00;12.05;1577.00;4.24;0.42 +3613;5;1217.00;12.25;1577.50;2.62;0.42 +3613;9;1208.70;12.15;1574.00;1.57;0.42 +3613;10;1221.30;12.36;1574.00;-1.57;0.42 3613;21;1208.70;12.15;1574.00;1.57;0.42 +3614;0;3126.00;10.07;1417.00;0.00;0.20 +3614;1;3126.50;10.05;1415.00;0.24;0.20 +3614;2;3128.00;10.05;1414.50;0.67;0.20 +3614;3;3128.00;9.97;1417.00;1.57;0.20 +3614;4;3124.00;10.20;1417.00;4.71;0.20 +3614;5;3124.00;10.40;1418.50;4.06;0.20 +3614;6;3125.50;10.30;1419.50;3.33;0.20 +3614;9;3124.20;10.18;1417.00;1.57;0.20 +3614;10;3127.80;9.96;1417.00;-1.57;0.20 3614;21;3124.20;10.18;1417.00;1.57;0.20 +3615;0;5200.00;9.50;1549.00;0.00;0.68 +3615;1;5191.00;9.50;1536.00;-0.60;0.68 +3615;2;5199.00;9.50;1539.00;-0.10;0.68 +3615;3;5191.50;9.50;1542.50;-0.91;0.68 +3615;4;5206.50;9.50;1554.00;2.22;0.68 +3615;5;5199.00;9.50;1558.00;3.25;0.68 +3615;9;5193.88;9.50;1549.00;1.57;0.68 +3615;10;5206.12;9.50;1549.00;-1.57;0.68 +3615;11;5185.60;9.50;1528.20;-0.60;0.68 +3615;12;5198.40;9.50;1533.00;-0.10;0.68 +3615;13;5186.40;9.50;1538.60;-0.91;0.68 +3615;14;5210.40;9.50;1557.00;2.22;0.68 +3615;15;5198.40;9.50;1563.40;3.25;0.68 3615;21;5193.88;9.50;1549.00;1.57;0.68 +3616;0;4441.00;9.50;729.00;0.00;0.92 +3616;1;4435.50;9.50;719.00;-0.50;0.92 +3616;2;4430.50;9.50;718.50;-0.78;0.92 +3616;3;4430.50;9.50;724.00;-1.12;0.92 +3616;4;4448.50;9.50;723.50;0.93;0.92 +3616;5;4452.00;9.50;733.00;1.92;0.92 +3616;6;4428.50;9.50;730.00;4.63;0.92 +3616;7;4432.00;9.50;734.50;4.16;0.92 +3616;8;4443.00;9.50;739.00;2.94;0.92 +3616;9;4430.92;9.50;729.00;1.57;0.92 +3616;10;4451.08;9.50;729.00;-1.57;0.92 +3616;11;4432.20;9.50;713.00;-0.50;0.92 +3616;12;4424.20;9.50;712.20;-0.78;0.92 +3616;13;4424.20;9.50;721.00;-1.12;0.92 +3616;14;4453.00;9.50;720.20;0.93;0.92 +3616;15;4458.60;9.50;735.40;1.92;0.92 +3616;16;4421.00;9.50;730.60;4.63;0.92 +3616;17;4426.60;9.50;737.80;4.16;0.92 +3616;18;4444.20;9.50;745.00;2.94;0.92 3616;21;4430.92;9.50;729.00;1.57;0.92 +3617;0;3116.00;10.97;1424.00;0.00;0.18 +3617;1;3113.50;10.20;1422.50;-1.03;0.18 +3617;2;3116.50;10.80;1422.50;0.32;0.18 +3617;3;3119.00;11.20;1422.00;0.98;0.18 +3617;4;3113.50;10.60;1424.50;4.51;0.18 +3617;5;3118.00;11.22;1424.00;1.57;0.18 +3617;6;3117.00;11.20;1425.50;2.55;0.18 +3617;7;3116.00;11.10;1426.50;3.14;0.18 +3617;9;3113.84;10.56;1424.00;1.57;0.18 +3617;10;3118.16;11.24;1424.00;-1.57;0.18 3617;21;3113.84;10.56;1424.00;1.57;0.18 +3618;0;3626.00;9.60;1459.00;0.00;0.26 +3618;1;3626.00;9.50;1456.50;0.00;0.26 +3618;2;3630.50;9.65;1459.00;1.57;0.26 +3618;3;3621.00;9.60;1459.50;4.61;0.26 +3618;4;3624.50;9.60;1461.00;3.78;0.26 +3618;5;3629.50;9.60;1461.50;2.19;0.26 +3618;9;3622.40;9.60;1459.00;1.57;0.26 +3618;10;3629.60;9.65;1459.00;-1.57;0.26 3618;21;3622.40;9.60;1459.00;1.57;0.26 +3619;0;3985.00;9.50;373.00;0.00;0.86 +3619;1;3974.50;9.50;370.00;-1.29;0.86 +3619;2;3989.00;9.50;364.00;0.41;0.86 +3619;3;3997.50;9.50;372.50;1.53;0.86 +3619;4;3971.00;9.50;378.50;4.33;0.86 +3619;5;3980.50;9.50;381.00;3.65;0.86 +3619;6;3993.50;9.50;381.50;2.35;0.86 +3619;9;3975.10;9.50;373.00;1.57;0.86 +3619;10;3994.90;9.50;373.00;-1.57;0.86 +3619;11;3968.20;9.50;368.20;-1.29;0.86 +3619;12;3991.40;9.50;358.60;0.41;0.86 +3619;13;4005.00;9.50;372.20;1.53;0.86 +3619;14;3962.60;9.50;381.80;4.33;0.86 +3619;15;3977.80;9.50;385.80;3.65;0.86 +3619;16;3998.60;9.50;386.60;2.35;0.86 3619;21;3975.10;9.50;373.00;1.57;0.86 +3620;0;3636.00;9.50;665.00;0.00;1.10 +3620;1;3633.50;9.50;657.00;-0.30;1.10 +3620;2;3646.50;9.50;659.00;1.05;1.10 +3620;3;3622.50;9.50;664.50;-1.53;1.10 +3620;4;3625.50;9.50;672.50;4.09;1.10 +3620;5;3649.00;9.50;667.50;1.76;1.10 +3620;6;3639.00;9.50;674.00;2.82;1.10 +3620;9;3626.10;9.50;665.00;1.57;1.10 +3620;10;3645.90;9.50;665.00;-1.57;1.10 +3620;11;3632.00;9.50;652.20;-0.30;1.10 +3620;12;3652.80;9.50;655.40;1.05;1.10 +3620;13;3614.40;9.50;664.20;-1.53;1.10 +3620;14;3619.20;9.50;677.00;4.09;1.10 +3620;15;3656.80;9.50;669.00;1.76;1.10 +3620;16;3640.80;9.50;679.40;2.82;1.10 3620;21;3626.10;9.50;665.00;1.57;1.10 +3621;0;2835.00;9.97;1437.00;0.00;0.18 +3621;1;2835.00;9.92;1435.00;0.00;0.18 +3621;2;2836.50;10.00;1437.00;1.57;0.18 +3621;3;2832.50;10.00;1436.50;-1.37;0.18 +3621;4;2834.00;10.00;1438.50;3.73;0.18 +3621;5;2835.50;10.00;1439.00;2.89;0.18 +3621;9;2833.20;10.01;1437.00;1.57;0.18 +3621;10;2836.80;10.00;1437.00;-1.57;0.18 3621;21;2833.20;10.01;1437.00;1.57;0.18 +3622;0;3573.00;9.60;1448.00;0.00;0.28 +3622;1;3572.00;9.60;1446.00;-0.46;0.28 +3622;2;3575.50;9.70;1445.50;0.78;0.28 +3622;3;3575.00;9.60;1449.50;2.21;0.28 +3622;4;3570.00;9.60;1449.00;4.39;0.28 +3622;5;3572.00;9.60;1451.50;3.42;0.28 +3622;9;3570.48;9.60;1448.00;1.57;0.28 +3622;10;3575.52;9.60;1448.00;-1.57;0.28 3622;21;3570.48;9.60;1448.00;1.57;0.28 +3623;0;3106.00;9.80;1432.00;0.00;0.18 +3623;1;3106.00;9.80;1430.50;0.00;0.18 +3623;2;3104.00;9.80;1431.50;-1.32;0.18 +3623;3;3108.00;9.90;1433.00;2.03;0.18 +3623;4;3106.00;9.75;1433.50;3.14;0.18 +3623;9;3104.20;9.80;1432.00;1.57;0.18 +3623;10;3107.80;9.93;1432.00;-1.57;0.18 3623;21;3104.20;9.80;1432.00;1.57;0.18 +3624;0;3563.00;9.50;262.00;0.00;1.22 +3624;1;3551.00;9.50;249.50;-0.76;1.22 +3624;2;3563.50;9.50;251.50;0.04;1.22 +3624;3;3553.00;9.50;258.00;-1.19;1.22 +3624;4;3574.00;9.50;259.50;1.34;1.22 +3624;5;3577.00;9.50;266.00;1.84;1.22 +3624;6;3568.50;9.50;273.00;2.67;1.22 +3624;7;3558.50;9.50;274.00;3.50;1.22 +3624;9;3552.02;9.50;262.00;1.57;1.22 +3624;10;3573.98;9.50;262.00;-1.57;1.22 +3624;11;3543.80;9.50;242.00;-0.76;1.22 +3624;12;3563.80;9.50;245.20;0.04;1.22 +3624;13;3547.00;9.50;255.60;-1.19;1.22 +3624;14;3580.60;9.50;258.00;1.34;1.22 +3624;15;3585.40;9.50;268.40;1.84;1.22 +3624;16;3571.80;9.50;279.60;2.67;1.22 +3624;17;3555.80;9.50;281.20;3.50;1.22 3624;21;3552.02;9.50;262.00;1.57;1.22 +3625;0;2933.00;9.50;639.00;0.00;0.94 +3625;1;2924.00;9.50;625.00;-0.57;0.94 +3625;2;2934.00;9.50;625.50;0.07;0.94 +3625;3;2923.50;9.50;632.50;-0.97;0.94 +3625;4;2941.50;9.50;631.00;0.81;0.94 +3625;5;2942.00;9.50;644.50;2.11;0.94 +3625;6;2925.00;9.50;647.00;3.92;0.94 +3625;7;2935.50;9.50;653.00;2.96;0.94 +3625;8;2943.50;9.50;653.00;2.49;0.94 +3625;9;2924.54;9.50;639.00;1.57;0.94 +3625;10;2941.46;9.50;639.00;-1.57;0.94 +3625;11;2918.60;9.50;616.60;-0.57;0.94 +3625;12;2934.60;9.50;617.40;0.07;0.94 +3625;13;2917.80;9.50;628.60;-0.97;0.94 +3625;14;2946.60;9.50;626.20;0.81;0.94 +3625;15;2947.40;9.50;647.80;2.11;0.94 +3625;16;2920.20;9.50;651.80;3.92;0.94 +3625;17;2937.00;9.50;661.40;2.96;0.94 +3625;18;2949.80;9.50;661.40;2.49;0.94 3625;21;2924.54;9.50;639.00;1.57;0.94 +3626;0;2828.00;10.02;1443.00;0.00;0.16 +3626;1;2830.50;10.00;1441.50;1.03;0.16 +3626;2;2825.00;9.95;1441.50;-1.10;0.16 +3626;3;2827.00;10.00;1441.50;-0.58;0.16 +3626;4;2824.50;9.90;1443.50;4.57;0.16 +3626;5;2830.50;10.00;1443.50;1.76;0.16 +3626;6;2827.50;10.00;1445.00;3.38;0.16 +3626;9;2825.30;9.90;1443.00;1.57;0.16 +3626;10;2830.70;10.00;1443.00;-1.57;0.16 3626;21;2825.30;9.90;1443.00;1.57;0.16 +3627;0;3086.00;9.80;1428.00;0.00;0.20 +3627;1;3084.50;9.80;1426.50;-0.78;0.20 +3627;2;3088.00;9.80;1426.50;0.92;0.20 +3627;3;3083.00;9.90;1429.00;4.39;0.20 +3627;4;3089.00;9.80;1429.00;1.89;0.20 +3627;5;3084.50;9.90;1430.00;3.78;0.20 +3627;6;3087.50;9.80;1430.00;2.49;0.20 +3627;7;3089.00;9.80;1430.00;2.15;0.20 +3627;9;3083.30;9.90;1428.00;1.57;0.20 +3627;10;3088.70;9.80;1428.00;-1.57;0.20 3627;21;3083.30;9.90;1428.00;1.57;0.20 +3628;0;2594.00;9.50;161.00;0.00;0.88 +3628;1;2590.50;9.50;142.50;-0.18;0.88 +3628;2;2596.50;9.50;145.50;0.16;0.88 +3628;3;2586.00;9.50;158.00;-1.21;0.88 +3628;4;2604.00;9.50;152.50;0.86;0.88 +3628;5;2601.00;9.50;168.50;2.39;0.88 +3628;6;2589.50;9.50;176.50;3.42;0.88 +3628;7;2596.00;9.50;180.00;3.03;0.88 +3628;9;2586.08;9.50;161.00;1.57;0.88 +3628;10;2601.92;9.50;161.00;-1.57;0.88 +3628;11;2588.40;9.50;131.40;-0.18;0.88 +3628;12;2598.00;9.50;136.20;0.16;0.88 +3628;13;2581.20;9.50;156.20;-1.21;0.88 +3628;14;2610.00;9.50;147.40;0.86;0.88 +3628;15;2605.20;9.50;173.00;2.39;0.88 +3628;16;2586.80;9.50;185.80;3.42;0.88 +3628;17;2597.20;9.50;191.40;3.03;0.88 3628;21;2586.08;9.50;161.00;1.57;0.88 +3629;0;2913.00;11.25;1495.00;0.00;0.24 +3629;1;2911.50;10.50;1492.50;-0.54;0.24 +3629;2;2914.50;11.55;1493.00;0.64;0.24 +3629;3;2911.00;10.90;1495.00;4.71;0.24 +3629;4;2916.50;11.60;1495.50;1.71;0.24 +3629;5;2914.00;11.35;1497.00;2.67;0.24 +3629;9;2910.66;10.83;1495.00;1.57;0.24 +3629;10;2915.34;11.58;1495.00;-1.57;0.24 3629;21;2910.66;10.83;1495.00;1.57;0.24 +3630;0;3169.00;9.72;1399.00;0.00;0.20 +3630;1;3169.50;9.70;1397.50;0.32;0.20 +3630;2;3166.00;9.80;1398.50;-1.40;0.20 +3630;3;3172.50;9.70;1398.00;1.29;0.20 +3630;4;3170.50;9.80;1400.50;2.35;0.20 +3630;5;3166.50;9.65;1401.00;4.03;0.20 +3630;9;3166.12;9.76;1399.00;1.57;0.20 +3630;10;3171.88;9.70;1399.00;-1.57;0.20 3630;21;3166.12;9.76;1399.00;1.57;0.20 +3631;0;3027.00;12.42;1441.00;0.00;0.22 +3631;1;3026.50;11.60;1438.50;-0.19;0.22 +3631;2;3028.50;11.55;1439.00;0.64;0.22 +3631;3;3025.00;13.55;1441.50;4.46;0.22 +3631;4;3029.00;12.20;1441.50;1.81;0.22 +3631;5;3027.00;12.97;1443.00;3.14;0.22 +3631;6;3024.50;13.80;1443.50;3.92;0.22 +3631;9;3024.84;13.33;1441.00;1.57;0.22 +3631;10;3029.16;12.00;1441.00;-1.57;0.22 3631;21;3024.84;13.33;1441.00;1.57;0.22 +3632;0;2309.00;9.50;1032.00;0.00;1.00 +3632;1;2313.50;9.50;1011.50;0.21;1.00 +3632;2;2302.50;9.50;1024.00;-0.68;1.00 +3632;3;2319.00;9.50;1019.00;0.65;1.00 +3632;4;2318.00;9.50;1037.50;2.11;1.00 +3632;5;2297.00;9.50;1042.50;3.99;1.00 +3632;6;2308.00;9.50;1048.00;3.20;1.00 +3632;9;2300.00;9.50;1032.00;1.57;1.00 +3632;10;2318.00;9.50;1032.00;-1.57;1.00 +3632;11;2316.20;9.50;999.20;0.21;1.00 +3632;12;2298.60;9.50;1019.20;-0.68;1.00 +3632;13;2325.00;9.50;1011.20;0.65;1.00 +3632;14;2323.40;9.50;1040.80;2.11;1.00 +3632;15;2289.80;9.50;1048.80;3.99;1.00 +3632;16;2307.40;9.50;1057.60;3.20;1.00 3632;21;2300.00;9.50;1032.00;1.57;1.00 +3633;0;1973.00;9.50;1802.00;0.00;0.98 +3633;1;1987.50;9.50;1790.00;0.87;0.98 +3633;2;1989.50;9.50;1800.50;1.48;0.98 +3633;3;1967.00;9.50;1795.00;-0.70;0.98 +3633;4;1953.00;9.50;1805.50;4.53;0.98 +3633;5;1954.50;9.50;1810.50;4.28;0.98 +3633;6;1970.50;9.50;1812.00;3.38;0.98 +3633;7;1982.50;9.50;1812.50;2.40;0.98 +3633;9;1956.44;9.50;1802.00;1.57;0.98 +3633;10;1989.56;9.50;1802.00;-1.57;0.98 +3633;11;1996.20;9.50;1782.80;0.87;0.98 +3633;12;1999.40;9.50;1799.60;1.48;0.98 +3633;13;1963.40;9.50;1790.80;-0.70;0.98 +3633;14;1941.00;9.50;1807.60;4.53;0.98 +3633;15;1943.40;9.50;1815.60;4.28;0.98 +3633;16;1969.00;9.50;1818.00;3.38;0.98 +3633;17;1988.20;9.50;1818.80;2.40;0.98 3633;21;1956.44;9.50;1802.00;1.57;0.98 +3634;0;1535.00;9.50;880.00;0.00;1.18 +3634;1;1540.50;9.50;867.00;0.40;1.18 +3634;2;1529.50;9.50;869.50;-0.48;1.18 +3634;3;1545.00;9.50;877.00;1.27;1.18 +3634;4;1520.00;9.50;878.00;-1.43;1.18 +3634;5;1528.50;9.50;889.00;3.76;1.18 +3634;6;1543.00;9.50;890.00;2.46;1.18 +3634;9;1524.38;9.50;880.00;1.57;1.18 +3634;10;1545.62;9.50;880.00;-1.57;1.18 +3634;11;1543.80;9.50;859.20;0.40;1.18 +3634;12;1526.20;9.50;863.20;-0.48;1.18 +3634;13;1551.00;9.50;875.20;1.27;1.18 +3634;14;1511.00;9.50;876.80;-1.43;1.18 +3634;15;1524.60;9.50;894.40;3.76;1.18 +3634;16;1547.80;9.50;896.00;2.46;1.18 3634;21;1524.38;9.50;880.00;1.57;1.18 +3635;0;1607.00;10.30;1647.00;0.00;0.32 +3635;1;1605.00;10.52;1644.00;-0.58;0.32 +3635;2;1609.50;10.10;1644.50;0.78;0.32 +3635;3;1611.50;10.30;1646.50;1.46;0.32 +3635;4;1603.50;10.40;1648.50;4.30;0.32 +3635;5;1608.00;10.40;1649.00;2.67;0.32 +3635;9;1603.58;10.34;1647.00;1.57;0.32 +3635;10;1610.42;10.38;1647.00;-1.57;0.32 3635;21;1603.58;10.34;1647.00;1.57;0.32 +3636;0;3200.00;10.05;1407.00;0.00;0.26 +3636;1;3198.00;9.80;1404.50;-0.67;0.26 +3636;2;3201.50;9.80;1404.50;0.54;0.26 +3636;3;3202.50;9.90;1407.00;1.57;0.26 +3636;4;3198.00;10.25;1408.50;4.06;0.26 +3636;5;3202.00;10.05;1409.50;2.46;0.26 +3636;6;3200.00;10.05;1411.00;3.14;0.26 +3636;9;3197.66;10.00;1407.00;1.57;0.26 +3636;10;3202.34;9.90;1407.00;-1.57;0.26 3636;21;3197.66;10.00;1407.00;1.57;0.26 +3637;0;977.00;9.50;479.00;0.00;1.04 +3637;1;977.00;9.50;464.50;0.00;1.04 +3637;2;989.50;9.50;472.00;1.06;1.04 +3637;3;965.00;9.50;477.50;-1.44;1.04 +3637;4;966.00;9.50;492.50;3.82;1.04 +3637;5;981.00;9.50;491.00;2.82;1.04 +3637;6;970.00;9.50;498.50;3.48;1.04 +3637;9;967.64;9.50;479.00;1.57;1.04 +3637;10;986.36;9.50;479.00;-1.57;1.04 +3637;11;977.00;9.50;455.80;0.00;1.04 +3637;12;997.00;9.50;467.80;1.06;1.04 +3637;13;957.80;9.50;476.60;-1.44;1.04 +3637;14;959.40;9.50;500.60;3.82;1.04 +3637;15;983.40;9.50;498.20;2.82;1.04 +3637;16;965.80;9.50;510.20;3.48;1.04 3637;21;967.64;9.50;479.00;1.57;1.04 +3638;0;168.00;9.50;779.00;0.00;0.84 +3638;1;166.00;9.50;770.00;-0.21;0.84 +3638;2;145.00;9.50;778.00;-1.52;0.84 +3638;3;189.00;9.50;774.00;1.33;0.84 +3638;4;192.50;9.50;782.00;1.69;0.84 +3638;5;180.00;9.50;787.50;2.18;0.84 +3638;6;156.00;9.50;788.00;4.06;0.84 +3638;9;150.36;9.50;779.00;1.57;0.84 +3638;10;185.64;9.50;779.00;-1.57;0.84 +3638;11;164.80;9.50;764.60;-0.21;0.84 +3638;12;131.20;9.50;777.40;-1.52;0.84 +3638;13;201.60;9.50;771.00;1.33;0.84 +3638;14;207.20;9.50;783.80;1.69;0.84 +3638;15;187.20;9.50;792.60;2.18;0.84 +3638;16;148.80;9.50;793.40;4.06;0.84 3638;21;150.36;9.50;779.00;1.57;0.84 +3639;0;3191.00;11.07;1412.00;0.00;0.24 +3639;1;3190.50;10.55;1409.00;-0.16;0.24 +3639;2;3193.50;10.55;1411.00;1.19;0.24 +3639;3;3188.00;11.55;1412.00;4.71;0.24 +3639;4;3193.50;11.10;1414.00;2.24;0.24 +3639;5;3190.50;11.60;1414.50;3.33;0.24 +3639;9;3188.66;11.42;1412.00;1.57;0.24 +3639;10;3193.34;10.82;1412.00;-1.57;0.24 3639;21;3188.66;11.42;1412.00;1.57;0.24 +3640;0;1554.00;9.80;1652.00;0.00;0.32 +3640;1;776.50;9.50;825.50;-0.75;0.32 +3640;2;1555.00;9.75;1649.00;0.32;0.32 +3640;3;1557.00;10.05;1653.00;1.89;0.32 +3640;4;1552.00;9.87;1654.00;3.92;0.32 +3640;5;1556.00;10.10;1655.50;2.62;0.32 +3640;9;1551.12;9.70;1652.00;1.57;0.32 +3640;10;1556.88;9.98;1652.00;-1.57;0.32 3640;21;1551.12;9.70;1652.00;1.57;0.32 +3641;0;2940.00;13.80;1444.00;0.00;0.16 +3641;1;2940.50;12.70;1441.00;0.16;0.16 +3641;2;2939.00;13.52;1443.00;-0.78;0.16 +3641;3;2941.00;13.25;1443.00;0.78;0.16 +3641;4;2938.50;14.40;1445.50;3.92;0.16 +3641;5;2942.50;13.30;1446.00;2.24;0.16 +3641;6;2940.00;14.20;1446.00;3.14;0.16 +3641;9;2938.56;13.85;1444.00;1.57;0.16 +3641;10;2941.44;13.37;1444.00;-1.57;0.16 3641;21;2938.56;13.85;1444.00;1.57;0.16 +3642;0;91.00;9.50;1811.00;0.00;0.90 +3642;1;79.00;9.50;1799.50;-0.80;0.90 +3642;2;93.50;9.50;1802.00;0.27;0.90 +3642;3;77.00;9.50;1808.50;-1.39;0.90 +3642;4;105.00;9.50;1813.50;1.74;0.90 +3642;5;88.50;9.50;1820.00;3.41;0.90 +3642;6;102.00;9.50;1821.50;2.33;0.90 +3642;9;79.48;9.50;1811.00;1.57;0.90 +3642;10;102.52;9.50;1811.00;-1.57;0.90 +3642;11;71.80;9.50;1792.60;-0.80;0.90 +3642;12;95.00;9.50;1796.60;0.27;0.90 +3642;13;68.60;9.50;1807.00;-1.39;0.90 +3642;14;113.40;9.50;1815.00;1.74;0.90 +3642;15;87.00;9.50;1825.40;3.41;0.90 +3642;16;108.60;9.50;1827.80;2.33;0.90 3642;21;79.48;9.50;1811.00;1.57;0.90 +3643;0;946.00;9.50;1231.00;0.00;1.08 +3643;1;952.00;9.50;1220.00;0.49;1.08 +3643;2;938.00;9.50;1222.00;-0.72;1.08 +3643;3;959.00;9.50;1233.50;1.76;1.08 +3643;4;931.00;9.50;1233.50;4.54;1.08 +3643;5;931.50;9.50;1241.00;4.10;1.08 +3643;6;945.50;9.50;1243.00;3.18;1.08 +3643;9;932.32;9.50;1231.00;1.57;1.08 +3643;10;959.68;9.50;1231.00;-1.57;1.08 +3643;11;955.60;9.50;1213.40;0.49;1.08 +3643;12;933.20;9.50;1216.60;-0.72;1.08 +3643;13;966.80;9.50;1235.00;1.76;1.08 +3643;14;922.00;9.50;1235.00;4.54;1.08 +3643;15;922.80;9.50;1247.00;4.10;1.08 +3643;16;945.20;9.50;1250.20;3.18;1.08 3643;21;932.32;9.50;1231.00;1.57;1.08 +3644;0;875.00;11.85;1568.00;0.00;0.32 +3644;1;879.00;12.40;1564.50;0.85;0.32 +3644;2;875.00;11.85;1564.50;0.00;0.32 +3644;3;872.00;10.12;1569.00;4.39;0.32 +3644;4;877.00;12.65;1569.50;2.21;0.32 +3644;5;873.50;10.85;1573.00;3.43;0.32 +3644;9;872.12;10.20;1568.00;1.57;0.32 +3644;10;877.88;12.75;1568.00;-1.57;0.32 +3644;19;869.00;9.50;1566.00;-1.89;0.32 +3644;20;867.34;9.50;1565.44;-1.24;0.32 3644;21;872.12;10.20;1568.00;1.57;0.32 +3645;0;3173.00;11.65;1413.00;0.00;0.20 +3645;1;3173.00;11.22;1411.00;0.00;0.20 +3645;2;3170.00;11.85;1412.00;-1.24;0.20 +3645;3;3176.00;11.52;1413.00;1.57;0.20 +3645;4;3170.50;12.50;1414.50;4.17;0.20 +3645;5;3174.00;12.25;1415.50;2.76;0.20 +3645;9;3170.30;12.03;1413.00;1.57;0.20 +3645;10;3175.70;11.51;1413.00;-1.57;0.20 3645;21;3170.30;12.03;1413.00;1.57;0.20 +3646;0;2898.00;10.10;1454.00;0.00;0.22 +3646;1;2900.50;10.10;1452.00;0.89;0.22 +3646;2;2898.00;10.10;1452.50;0.00;0.22 +3646;3;2895.00;10.10;1453.50;-1.40;0.22 +3646;4;2901.50;10.10;1453.50;1.42;0.22 +3646;5;2900.00;10.10;1455.00;2.03;0.22 +3646;6;2895.00;10.10;1455.50;4.24;0.22 +3646;7;2897.50;10.10;1456.00;3.38;0.22 +3646;9;2895.30;10.10;1454.00;1.57;0.22 +3646;10;2900.70;10.10;1454.00;-1.57;0.22 3646;21;2895.30;10.10;1454.00;1.57;0.22 +3647;0;1084.00;9.50;885.00;0.00;1.26 +3647;1;1078.00;9.50;870.00;-0.38;1.26 +3647;2;1070.50;9.50;884.50;-1.53;1.26 +3647;3;1094.50;9.50;874.00;0.76;1.26 +3647;4;1101.00;9.50;876.50;1.10;1.26 +3647;5;1098.50;9.50;887.50;1.74;1.26 +3647;6;1081.50;9.50;899.00;3.31;1.26 +3647;9;1071.40;9.50;885.00;1.57;1.26 +3647;10;1096.60;9.50;885.00;-1.57;1.26 +3647;11;1074.40;9.50;861.00;-0.38;1.26 +3647;12;1062.40;9.50;884.20;-1.53;1.26 +3647;13;1100.80;9.50;867.40;0.76;1.26 +3647;14;1111.20;9.50;871.40;1.10;1.26 +3647;15;1107.20;9.50;889.00;1.74;1.26 +3647;16;1080.00;9.50;907.40;3.31;1.26 3647;21;1071.40;9.50;885.00;1.57;1.26 +3648;0;521.00;9.50;1920.00;0.00;1.20 +3648;1;504.00;9.50;1915.00;-1.28;1.20 +3648;2;516.50;9.50;1908.00;-0.35;1.20 +3648;3;533.50;9.50;1911.00;0.94;1.20 +3648;4;536.00;9.50;1925.00;1.89;1.20 +3648;5;502.00;9.50;1924.50;4.48;1.20 +3648;6;516.00;9.50;1930.50;3.58;1.20 +3648;9;506.42;9.50;1920.00;1.57;1.20 +3648;10;535.58;9.50;1920.00;-1.57;1.20 +3648;11;493.80;9.50;1912.00;-1.28;1.20 +3648;12;513.80;9.50;1900.80;-0.35;1.20 +3648;13;541.00;9.50;1905.60;0.94;1.20 +3648;14;545.00;9.50;1928.00;1.89;1.20 +3648;15;490.60;9.50;1927.20;4.48;1.20 +3648;16;513.00;9.50;1936.80;3.58;1.20 3648;21;506.42;9.50;1920.00;1.57;1.20 +3649;0;3147.00;11.95;1415.00;0.00;0.28 +3649;1;3148.50;11.65;1412.00;0.46;0.28 +3649;2;3144.50;11.55;1414.00;-1.19;0.28 +3649;3;3151.50;11.60;1414.00;1.35;0.28 +3649;4;3143.00;11.67;1416.00;4.46;0.28 +3649;5;3148.00;12.40;1416.50;2.55;0.28 +3649;6;3144.50;12.25;1418.00;3.83;0.28 +3649;9;3143.94;11.69;1415.00;1.57;0.28 +3649;10;3150.06;11.87;1415.00;-1.57;0.28 3649;21;3143.94;11.69;1415.00;1.57;0.28 +3650;0;2888.00;10.10;1450.00;0.00;0.16 +3650;1;2887.50;10.10;1448.50;-0.32;0.16 +3650;2;2890.00;10.10;1449.50;1.32;0.16 +3650;3;2885.50;10.10;1450.00;4.71;0.16 +3650;4;2885.00;10.10;1451.00;4.39;0.16 +3650;5;2887.50;10.10;1452.00;3.38;0.16 +3650;6;2890.00;10.10;1451.50;2.21;0.16 +3650;9;2886.02;10.10;1450.00;1.57;0.16 +3650;10;2889.98;10.10;1450.00;-1.57;0.16 3650;21;2886.02;10.10;1450.00;1.57;0.16 +3651;0;4276.00;9.52;954.00;0.00;0.42 +3651;1;4279.00;9.60;949.00;0.54;0.42 +3651;2;4276.50;9.50;951.00;0.16;0.42 +3651;3;4280.00;9.70;950.50;0.85;0.42 +3651;4;4269.13;9.60;958.41;4.12;0.42 +3651;5;4279.50;9.70;955.00;1.84;0.42 +3651;6;4276.50;9.60;958.50;3.03;0.42 +3651;9;4272.22;9.50;954.00;1.57;0.42 +3651;10;4279.78;9.74;954.00;-1.57;0.42 +3651;19;4267.00;9.50;961.00;-2.16;0.42 +3651;20;4265.61;9.50;962.07;4.05;0.42 3651;21;4272.22;9.50;954.00;1.57;0.42 +3652;0;2885.00;10.27;1462.00;0.00;0.22 +3652;1;2883.50;10.20;1459.50;-0.54;0.22 +3652;2;2886.50;10.00;1460.50;0.78;0.22 +3652;3;2882.00;10.55;1461.50;-1.40;0.22 +3652;4;2881.50;10.60;1463.50;4.30;0.22 +3652;5;2884.50;10.45;1464.00;3.38;0.22 +3652;6;2888.50;10.00;1463.50;1.97;0.22 +3652;7;2888.00;10.05;1464.50;2.26;0.22 +3652;9;2882.30;10.56;1462.00;1.57;0.22 +3652;10;2887.70;10.04;1462.00;-1.57;0.22 3652;21;2882.30;10.56;1462.00;1.57;0.22 +3653;0;3460.00;11.57;1355.00;0.00;0.20 +3653;1;3460.00;12.65;1353.00;0.00;0.20 +3653;2;3457.50;10.70;1353.50;-1.03;0.20 +3653;3;3462.50;14.20;1354.50;1.37;0.20 +3653;4;3458.50;10.70;1355.50;4.39;0.20 +3653;5;3461.00;11.40;1357.50;2.76;0.20 +3653;9;3457.84;10.23;1355.00;1.57;0.20 +3653;10;3462.16;13.47;1355.00;-1.57;0.20 +3653;19;3457.00;9.57;1355.00;-1.89;0.20 +3653;20;3455.25;9.57;1355.00;4.71;0.20 3653;21;3457.84;10.23;1355.00;1.57;0.20 +3654;0;3045.00;11.92;1438.00;0.00;0.20 +3654;1;3046.50;11.60;1435.50;0.54;0.20 +3654;2;3044.50;12.00;1437.00;-0.46;0.20 +3654;3;3047.00;11.55;1437.00;1.10;0.20 +3654;4;3043.00;11.95;1439.50;4.06;0.20 +3654;5;3045.50;11.85;1440.00;2.89;0.20 +3654;9;3043.20;11.98;1438.00;1.57;0.20 +3654;10;3046.80;11.57;1438.00;-1.57;0.20 3654;21;3043.20;11.98;1438.00;1.57;0.20 +3655;0;2842.00;10.00;1454.00;0.00;0.26 +3655;1;2841.00;10.05;1452.50;-0.58;0.26 +3655;2;2844.00;10.10;1452.00;0.78;0.26 +3655;3;2844.00;10.00;1454.50;1.81;0.26 +3655;4;2840.50;9.90;1456.00;3.78;0.26 +3655;5;2841.50;9.90;1457.00;3.30;0.26 +3655;9;2839.66;9.95;1454.00;1.57;0.26 +3655;10;2844.34;10.00;1454.00;-1.57;0.26 3655;21;2839.66;9.95;1454.00;1.57;0.26 +3656;0;3472.00;14.47;1355.00;0.00;0.26 +3656;1;3472.50;14.70;1353.50;0.32;0.26 +3656;2;3475.00;14.90;1354.00;1.24;0.26 +3656;3;3469.50;14.35;1353.00;-0.89;0.26 +3656;4;3468.50;14.50;1354.50;-1.42;0.26 +3656;5;3473.50;14.45;1357.00;2.49;0.26 +3656;6;3470.00;14.45;1357.50;3.81;0.26 +3656;9;3469.30;14.42;1355.00;1.57;0.26 +3656;10;3474.70;14.75;1355.00;-1.57;0.26 3656;21;3469.30;14.42;1355.00;1.57;0.26 +3657;0;3002.00;13.45;1446.00;0.00;0.18 +3657;1;3001.00;12.65;1444.50;-0.58;0.18 +3657;2;3003.00;12.20;1443.50;0.38;0.18 +3657;3;3004.00;12.70;1445.50;1.32;0.18 +3657;4;2999.50;12.90;1445.50;-1.37;0.18 +3657;5;3000.00;13.60;1447.50;4.06;0.18 +3657;6;3004.00;13.30;1447.00;2.03;0.18 +3657;7;3002.00;14.32;1448.00;3.14;0.18 +3657;9;3000.02;13.10;1446.00;1.57;0.18 +3657;10;3003.98;12.88;1446.00;-1.57;0.18 3657;21;3000.02;13.10;1446.00;1.57;0.18 +3658;0;3477.00;14.25;1363.00;0.00;0.20 +3658;1;3476.00;14.25;1361.00;-0.46;0.20 +3658;2;3478.50;14.40;1360.50;0.54;0.20 +3658;3;3480.00;14.40;1362.00;1.24;0.20 +3658;4;3473.50;13.50;1363.50;4.57;0.20 +3658;5;3480.00;14.32;1364.00;1.89;0.20 +3658;6;3476.50;13.55;1365.00;3.38;0.20 +3658;9;3474.30;13.80;1363.00;1.57;0.20 +3658;10;3479.70;14.50;1363.00;-1.57;0.20 3658;21;3474.30;13.80;1363.00;1.57;0.20 +3659;0;2804.00;9.85;1455.00;0.00;0.22 +3659;1;2805.50;9.90;1452.00;0.46;0.22 +3659;2;2802.00;9.90;1453.00;-0.78;0.22 +3659;3;2807.00;9.80;1455.00;1.57;0.22 +3659;4;2800.00;9.90;1454.50;-1.44;0.22 +3659;5;2802.50;9.80;1456.50;3.92;0.22 +3659;6;2806.50;9.80;1457.00;2.24;0.22 +3659;7;2806.00;9.80;1457.50;2.46;0.22 +3659;9;2801.12;9.90;1455.00;1.57;0.22 +3659;10;2806.88;9.80;1455.00;-1.57;0.22 3659;21;2801.12;9.90;1455.00;1.57;0.22 +3660;0;2962.00;16.17;1452.00;0.00;0.18 +3660;1;2964.00;16.15;1450.00;0.78;0.18 +3660;2;2965.00;16.35;1451.00;1.24;0.18 +3660;3;2961.00;16.00;1451.00;-0.78;0.18 +3660;4;2958.50;15.60;1451.50;-1.42;0.18 +3660;5;2958.00;14.92;1453.00;4.46;0.18 +3660;6;2962.50;16.15;1453.00;2.67;0.18 +3660;7;2965.50;16.15;1453.00;1.84;0.18 +3660;8;2959.50;15.20;1454.00;4.03;0.18 +3660;9;2959.30;15.47;1452.00;1.57;0.18 +3660;10;2964.70;16.29;1452.00;-1.57;0.18 3660;21;2959.30;15.47;1452.00;1.57;0.18 +3661;0;1595.00;10.45;1652.00;0.00;0.28 +3661;1;1593.00;10.50;1649.50;-0.67;0.28 +3661;2;1596.00;10.40;1648.00;0.24;0.28 +3661;3;1597.50;10.40;1651.00;1.19;0.28 +3661;4;1593.00;10.50;1654.00;3.92;0.28 +3661;5;1597.00;10.40;1654.50;2.46;0.28 +3661;6;1595.50;10.40;1656.00;3.01;0.28 +3661;9;1592.48;10.50;1652.00;1.57;0.28 +3661;10;1597.52;10.40;1652.00;-1.57;0.28 3661;21;1592.48;10.50;1652.00;1.57;0.28 +3662;0;2959.00;14.42;1445.00;0.00;0.20 +3662;1;2961.00;14.15;1444.50;1.32;0.20 +3662;2;2958.50;13.80;1444.00;-0.46;0.20 +3662;3;2956.50;14.10;1446.50;4.17;0.20 +3662;4;2959.50;15.80;1447.50;2.94;0.20 +3662;9;2957.02;13.58;1445.00;1.57;0.20 +3662;10;2960.98;14.48;1445.00;-1.57;0.20 3662;21;2957.02;13.58;1445.00;1.57;0.20 +3663;0;3212.00;9.80;1415.00;0.00;0.20 +3663;1;3208.00;9.80;1413.50;-1.21;0.20 +3663;2;3212.50;9.70;1413.00;0.24;0.20 +3663;3;3216.00;9.80;1414.50;1.44;0.20 +3663;4;3208.00;9.70;1416.00;4.46;0.20 +3663;5;3215.50;9.80;1416.50;1.97;0.20 +3663;6;3212.50;9.75;1417.00;2.89;0.20 +3663;9;3208.76;9.72;1415.00;1.57;0.20 +3663;10;3215.24;9.80;1415.00;-1.57;0.20 3663;21;3208.76;9.72;1415.00;1.57;0.20 +3664;0;4973.00;10.30;1571.00;0.00;0.54 +3664;1;4969.50;10.80;1564.00;-0.46;0.54 +3664;2;4966.50;10.40;1568.50;-1.20;0.54 +3664;3;4976.50;10.50;1567.50;0.78;0.54 +3664;4;4980.50;10.00;1573.00;1.83;0.54 +3664;5;4970.00;10.25;1574.50;3.85;0.54 +3664;6;4978.00;10.15;1576.00;2.35;0.54 +3664;9;4966.34;10.29;1571.00;1.57;0.54 +3664;10;4979.66;10.14;1571.00;-1.57;0.54 3664;21;4966.34;10.29;1571.00;1.57;0.54 +3665;0;3170.00;13.85;1430.00;0.00;0.20 +3665;1;3169.50;14.40;1427.00;-0.16;0.20 +3665;2;3171.00;14.50;1427.50;0.38;0.20 +3665;3;3168.00;13.85;1429.50;-1.32;0.20 +3665;4;3171.50;14.00;1430.50;1.89;0.20 +3665;5;3169.50;13.00;1432.50;3.33;0.20 +3665;6;3172.00;13.45;1433.00;2.55;0.20 +3665;9;3168.20;13.68;1430.00;1.57;0.20 +3665;10;3171.80;14.23;1430.00;-1.57;0.20 3665;21;3168.20;13.68;1430.00;1.57;0.20 +3666;0;2906.00;10.10;1459.00;0.00;0.22 +3666;1;2904.00;10.10;1457.50;-0.92;0.22 +3666;2;2907.50;10.10;1458.00;0.98;0.22 +3666;3;2909.00;10.10;1459.50;1.73;0.22 +3666;4;2904.00;10.10;1460.00;4.24;0.22 +3666;5;2908.00;10.35;1461.50;2.46;0.22 +3666;6;2906.00;10.20;1461.00;3.14;0.22 +3666;9;2903.48;10.10;1459.00;1.57;0.22 +3666;10;2908.52;10.10;1459.00;-1.57;0.22 3666;21;2903.48;10.10;1459.00;1.57;0.22 +3667;0;3514.00;13.97;1370.00;0.00;0.24 +3667;1;3515.00;14.95;1366.50;0.27;0.24 +3667;2;3512.50;14.70;1367.50;-0.54;0.24 +3667;3;3517.00;15.65;1369.00;1.24;0.24 +3667;4;3511.50;16.10;1370.00;4.71;0.24 +3667;5;3516.50;13.10;1373.00;2.44;0.24 +3667;6;3513.00;15.15;1373.50;3.42;0.24 +3667;9;3511.84;15.77;1370.00;1.57;0.24 +3667;10;3516.16;14.69;1370.00;-1.57;0.24 3667;21;3511.84;15.77;1370.00;1.57;0.24 +3668;0;3547.00;10.17;1380.00;0.00;0.28 +3668;1;3549.00;9.70;1377.50;0.67;0.28 +3668;2;3545.50;10.75;1378.00;-0.64;0.28 +3668;3;3550.00;9.70;1380.50;1.73;0.28 +3668;4;3543.50;11.00;1380.00;4.71;0.28 +3668;5;3544.00;11.10;1381.00;4.39;0.28 +3668;6;3547.50;10.30;1382.50;2.94;0.28 +3668;9;3544.12;10.81;1380.00;1.57;0.28 +3668;10;3549.88;9.70;1380.00;-1.57;0.28 3668;21;3544.12;10.81;1380.00;1.57;0.28 +3669;0;2872.00;10.25;1470.00;0.00;0.22 +3669;1;2870.00;10.25;1469.50;-1.32;0.22 +3669;2;2873.00;10.55;1467.50;0.38;0.22 +3669;3;2875.00;10.50;1467.50;0.87;0.22 +3669;4;2875.00;10.35;1470.00;1.57;0.22 +3669;5;2868.50;10.10;1471.50;4.30;0.22 +3669;6;2871.50;10.20;1472.00;3.38;0.22 +3669;7;2874.00;10.20;1472.00;2.35;0.22 +3669;8;2873.50;10.20;1473.00;2.67;0.22 +3669;9;2869.30;10.19;1470.00;1.57;0.22 +3669;10;2874.70;10.35;1470.00;-1.57;0.22 3669;21;2869.30;10.19;1470.00;1.57;0.22 +3670;0;3070.00;10.02;1446.00;0.00;0.22 +3670;1;3070.50;9.80;1443.50;0.19;0.22 +3670;2;3071.50;9.80;1444.00;0.64;0.22 +3670;3;3069.50;9.80;1444.00;-0.24;0.22 +3670;4;3068.00;9.90;1445.50;-1.32;0.22 +3670;5;3072.50;10.00;1445.50;1.37;0.22 +3670;6;3073.00;10.20;1447.00;1.89;0.22 +3670;7;3069.00;10.00;1447.50;3.73;0.22 +3670;8;1534.50;9.50;722.50;-1.13;0.22 +3670;9;3067.84;9.86;1446.00;1.57;0.22 +3670;10;3072.16;10.10;1446.00;-1.57;0.22 3670;21;3067.84;9.86;1446.00;1.57;0.22 +3671;0;2817.00;9.82;1463.00;0.00;0.14 +3671;1;2813.00;9.75;1461.00;-1.10;0.14 +3671;2;2815.50;9.80;1462.00;-0.98;0.14 +3671;3;2819.00;9.80;1461.50;0.92;0.14 +3671;4;2813.50;9.70;1463.00;4.71;0.14 +3671;5;2820.50;9.80;1463.00;1.57;0.14 +3671;6;2817.00;9.82;1464.00;3.14;0.14 +3671;7;2820.50;9.70;1464.50;1.97;0.14 +3671;9;2814.30;9.74;1463.00;1.57;0.14 +3671;10;2819.70;9.80;1463.00;-1.57;0.14 3671;21;2814.30;9.74;1463.00;1.57;0.14 +3672;0;3518.00;10.25;1386.00;0.00;0.22 +3672;1;3519.50;10.10;1383.50;0.54;0.22 +3672;2;3515.00;10.40;1385.50;-1.40;0.22 +3672;3;3522.50;10.10;1384.50;1.24;0.22 +3672;4;3523.00;10.30;1386.00;1.57;0.22 +3672;5;3521.00;10.30;1387.50;2.03;0.22 +3672;6;3516.50;10.70;1388.00;3.78;0.22 +3672;7;3513.50;10.55;1388.00;4.29;0.22 +3672;8;3513.50;10.60;1388.50;4.20;0.22 +3672;9;3514.22;10.45;1386.00;1.57;0.22 +3672;10;3521.78;10.17;1386.00;-1.57;0.22 3672;21;3514.22;10.45;1386.00;1.57;0.22 +3673;0;3030.00;11.67;1452.00;0.00;0.16 +3673;1;3030.50;12.00;1451.00;0.46;0.16 +3673;2;3028.00;11.45;1452.50;4.46;0.16 +3673;3;3033.50;12.20;1452.00;1.57;0.16 +3673;4;3030.50;11.30;1453.50;2.82;0.16 +3673;9;3027.48;11.70;1452.00;1.57;0.16 +3673;10;3032.52;11.90;1452.00;-1.57;0.16 3673;21;3032.52;11.90;1452.00;-1.57;0.16 +3674;0;3020.00;12.45;1456.00;0.00;0.24 +3674;1;3019.50;12.40;1454.00;-0.24;0.24 +3674;2;3021.50;12.30;1453.00;0.46;0.24 +3674;3;3023.00;12.15;1454.50;1.10;0.24 +3674;4;3017.50;12.70;1456.00;4.71;0.24 +3674;5;3023.00;13.00;1457.00;1.89;0.24 +3674;6;3020.50;13.05;1458.00;2.89;0.24 +3674;7;3018.00;13.15;1458.50;3.81;0.24 +3674;9;3017.84;12.61;1456.00;1.57;0.24 +3674;10;3022.16;12.58;1456.00;-1.57;0.24 3674;21;3017.84;12.61;1456.00;1.57;0.24 +3675;0;3008.00;15.00;1464.00;0.00;0.22 +3675;1;3009.00;14.90;1461.50;0.38;0.22 +3675;2;3006.00;15.60;1462.50;-0.92;0.22 +3675;3;3012.00;14.90;1462.50;1.21;0.22 +3675;4;3005.50;14.75;1465.00;4.33;0.22 +3675;5;3010.50;14.40;1464.50;1.76;0.22 +3675;6;3012.00;14.37;1464.00;1.57;0.22 +3675;7;3006.50;14.00;1466.50;3.68;0.22 +3675;9;3005.30;15.21;1464.00;1.57;0.22 +3675;10;3010.70;14.56;1464.00;-1.57;0.22 3675;21;3005.30;15.21;1464.00;1.57;0.22 +3676;0;3201.00;14.35;1431.00;0.00;0.22 +3676;1;3200.50;13.35;1428.00;-0.16;0.22 +3676;2;3203.00;14.70;1430.00;1.10;0.22 +3676;3;3199.00;13.35;1429.00;-0.78;0.22 +3676;4;3199.00;14.50;1431.50;4.46;0.22 +3676;5;3200.50;14.90;1433.00;3.38;0.22 +3676;6;3202.50;13.90;1433.50;2.60;0.22 +3676;9;3199.02;14.32;1431.00;1.57;0.22 +3676;10;3202.98;14.65;1431.00;-1.57;0.22 3676;21;3199.02;14.32;1431.00;1.57;0.22 +3677;0;912.00;11.90;1492.00;0.00;0.26 +3677;1;911.50;11.30;1490.00;-0.24;0.26 +3677;2;915.00;11.25;1490.00;0.98;0.26 +3677;3;909.00;11.70;1492.00;4.71;0.26 +3677;4;915.50;11.30;1492.00;1.57;0.26 +3677;5;914.00;11.52;1494.00;2.35;0.26 +3677;6;910.50;11.90;1494.50;3.68;0.26 +3677;9;909.30;11.76;1492.00;1.57;0.26 +3677;10;914.70;11.46;1492.00;-1.57;0.26 3677;21;909.30;11.76;1492.00;1.57;0.26 +3678;0;905.00;10.45;1501.00;0.00;0.22 +3678;1;904.00;10.35;1499.00;-0.46;0.22 +3678;2;907.00;10.87;1499.00;0.78;0.22 +3678;3;904.00;10.05;1502.00;3.92;0.22 +3678;4;908.50;10.75;1501.00;1.57;0.22 +3678;9;901.94;9.69;1501.00;1.57;0.22 +3678;10;908.06;10.72;1501.00;-1.57;0.22 +3678;19;905.00;9.55;1505.00;-2.36;0.22 +3678;20;905.00;9.55;1506.75;3.14;0.22 3678;21;901.94;9.69;1501.00;1.57;0.22 +3679;0;2941.00;11.50;1470.00;0.00;0.16 +3679;1;2940.00;11.65;1468.50;-0.58;0.16 +3679;2;2944.50;11.65;1469.00;1.29;0.16 +3679;3;2937.00;11.45;1469.50;-1.44;0.16 +3679;4;1470.00;9.50;734.50;-1.10;0.16 +3679;5;2943.50;11.40;1471.00;1.95;0.16 +3679;6;2938.50;11.60;1470.50;4.51;0.16 +3679;7;2941.00;11.55;1471.50;3.14;0.16 +3679;9;2937.76;11.46;1470.00;1.57;0.16 +3679;10;2944.24;11.56;1470.00;-1.57;0.16 3679;21;2937.76;11.46;1470.00;1.57;0.16 +3680;0;3096.00;9.80;1448.00;0.00;0.20 +3680;1;3094.00;9.80;1446.00;-0.78;0.20 +3680;2;3096.00;9.80;1446.00;0.00;0.20 +3680;3;3098.00;9.80;1446.50;0.92;0.20 +3680;4;3093.50;9.80;1447.00;-1.19;0.20 +3680;5;3098.00;9.80;1448.50;1.81;0.20 +3680;6;3093.50;9.80;1449.00;4.33;0.20 +3680;7;3096.50;9.75;1450.00;2.89;0.20 +3680;9;3094.02;9.80;1448.00;1.57;0.20 +3680;10;3097.98;9.80;1448.00;-1.57;0.20 3680;21;3094.02;9.80;1448.00;1.57;0.20 +3681;0;2864.00;10.15;1465.00;0.00;0.24 +3681;1;2865.00;10.20;1462.00;0.32;0.24 +3681;2;2862.50;10.20;1463.50;-0.78;0.24 +3681;3;2866.50;10.30;1463.00;0.89;0.24 +3681;4;2866.00;10.15;1467.00;2.35;0.24 +3681;5;2862.00;10.10;1467.00;3.92;0.24 +3681;6;2863.00;10.10;1469.00;3.38;0.24 +3681;9;2861.84;10.18;1465.00;1.57;0.24 +3681;10;2866.16;10.20;1465.00;-1.57;0.24 3681;21;2861.84;10.18;1465.00;1.57;0.24 +3682;0;3535.00;11.42;1387.00;0.00;0.28 +3682;1;3534.50;11.55;1385.00;-0.24;0.28 +3682;2;3538.00;11.70;1384.50;0.87;0.28 +3682;3;3531.50;11.40;1386.50;-1.42;0.28 +3682;4;3537.50;11.70;1388.50;2.11;0.28 +3682;5;3532.50;11.10;1389.00;4.03;0.28 +3682;6;3535.00;10.87;1391.00;3.14;0.28 +3682;9;3532.12;11.38;1387.00;1.57;0.28 +3682;10;3537.88;11.70;1387.00;-1.57;0.28 3682;21;3532.12;11.38;1387.00;1.57;0.28 +3683;0;3076.00;10.45;1457.00;0.00;0.20 +3683;1;3074.50;9.95;1454.00;-0.46;0.20 +3683;2;3074.00;10.37;1456.00;-1.10;0.20 +3683;3;1537.50;9.50;728.00;-1.12;0.20 +3683;4;3078.00;10.45;1458.00;2.03;0.20 +3683;5;3074.50;10.50;1459.00;3.78;0.20 +3683;6;3076.50;10.50;1459.50;2.94;0.20 +3683;9;3074.20;10.45;1457.00;1.57;0.20 +3683;10;3077.80;10.32;1457.00;-1.57;0.20 3683;21;3074.20;10.45;1457.00;1.57;0.20 +3684;0;3025.00;13.82;1473.00;0.00;0.18 +3684;1;3023.50;13.70;1471.00;-0.64;0.18 +3684;2;3027.50;14.30;1472.00;1.19;0.18 +3684;3;3020.50;13.30;1472.50;-1.46;0.18 +3684;4;3022.00;13.30;1474.00;4.39;0.18 +3684;5;3029.50;14.00;1474.50;1.89;0.18 +3684;6;3026.50;13.80;1474.50;2.35;0.18 +3684;9;3021.76;13.38;1473.00;1.57;0.18 +3684;10;3028.24;14.32;1473.00;-1.57;0.18 3684;21;3021.76;13.38;1473.00;1.57;0.18 +3685;0;1505.00;10.70;1568.00;0.00;0.26 +3685;1;1502.00;10.70;1567.00;-1.24;0.26 +3685;2;1506.00;10.70;1565.50;0.38;0.26 +3685;3;1509.00;10.70;1568.00;1.57;0.26 +3685;4;1502.50;10.65;1570.00;4.03;0.26 +3685;5;752.00;9.50;783.50;-0.76;0.26 +3685;6;1505.00;10.60;1571.50;3.14;0.26 +3685;9;1501.94;10.70;1568.00;1.57;0.26 +3685;10;1508.06;10.70;1568.00;-1.57;0.26 3685;21;1501.94;10.70;1568.00;1.57;0.26 +3686;0;3333.70;9.70;1414.44;0.00;0.24 +3686;1;3332.00;9.60;1409.00;0.00;0.24 +3686;2;3334.00;9.92;1411.00;1.57;0.24 +3686;3;3330.50;9.50;1411.50;4.39;0.24 +3686;4;3332.50;9.70;1414.00;2.97;0.24 +3686;9;3329.84;9.50;1411.00;1.57;0.24 +3686;10;3334.16;9.98;1411.00;-1.57;0.24 +3686;19;3330.05;9.50;1411.30;-1.69;0.24 +3686;20;3328.32;9.50;1411.56;4.56;0.24 3686;21;3332.08;9.70;1410.81;-1.57;0.24 +3687;0;1554.00;10.57;1578.00;0.00;0.22 +3687;1;1554.50;10.60;1575.50;0.19;0.22 +3687;2;1551.50;10.30;1577.00;-1.19;0.22 +3687;3;1557.00;11.10;1578.00;1.57;0.22 +3687;4;776.50;9.50;788.50;-0.77;0.22 +3687;5;1557.00;10.75;1580.50;2.26;0.22 +3687;9;1552.02;10.20;1578.00;1.57;0.22 +3687;10;1555.98;11.02;1578.00;-1.57;0.22 3687;21;1552.02;10.20;1578.00;1.57;0.22 +3688;0;3001.00;12.42;1478.00;0.00;0.20 +3688;1;3001.00;13.05;1476.50;0.00;0.20 +3688;2;2999.00;12.75;1476.50;-0.92;0.20 +3688;3;2999.00;11.75;1478.50;4.46;0.20 +3688;4;3003.00;12.55;1479.00;2.03;0.20 +3688;5;3002.00;12.02;1480.00;2.67;0.20 +3688;9;2998.84;11.98;1478.00;1.57;0.20 +3688;10;3003.16;12.91;1478.00;-1.57;0.20 3688;21;2998.84;11.98;1478.00;1.57;0.20 +3689;0;3214.00;15.32;1439.00;0.00;0.20 +3689;1;3213.50;14.15;1435.00;-0.12;0.20 +3689;2;3212.50;15.60;1439.00;4.71;0.20 +3689;3;3216.00;14.72;1438.00;1.10;0.20 +3689;4;3214.50;14.50;1441.00;2.89;0.20 +3689;5;3213.00;13.95;1443.00;3.38;0.20 +3689;9;3212.20;15.73;1439.00;1.57;0.20 +3689;10;3215.80;14.63;1439.00;-1.57;0.20 3689;21;3212.20;15.73;1439.00;1.57;0.20 +3690;0;2958.00;11.12;1478.00;0.00;0.20 +3690;1;2956.50;11.25;1477.00;-0.98;0.20 +3690;2;2958.50;11.30;1476.50;0.32;0.20 +3690;3;2960.50;11.20;1478.00;1.57;0.20 +3690;4;2956.50;11.25;1479.00;4.12;0.20 +3690;5;2960.00;11.17;1480.00;2.35;0.20 +3690;6;2959.00;11.10;1480.00;2.67;0.20 +3690;9;2956.20;11.22;1478.00;1.57;0.20 +3690;10;2959.80;11.06;1478.00;-1.57;0.20 3690;21;2956.20;11.22;1478.00;1.57;0.20 +3691;0;1735.00;9.60;2028.00;0.00;1.08 +3691;1;1763.00;9.70;2013.50;1.09;1.08 +3691;2;1747.00;9.60;2027.50;1.52;1.08 +3691;3;1735.50;9.60;2022.50;0.09;1.08 +3691;4;1717.50;9.50;2030.00;4.59;1.08 +3691;9;1713.94;9.50;2028.00;1.57;1.08 +3691;10;1756.06;9.65;2028.00;-1.57;1.08 +3691;19;1687.00;9.50;2042.00;-1.68;1.08 +3691;20;1685.32;9.50;2042.49;4.42;1.08 3691;21;1713.94;9.50;2028.00;1.57;1.08 +3692;0;2934.00;14.00;1477.00;0.00;0.26 +3692;1;2932.00;14.25;1475.00;-0.78;0.26 +3692;2;2935.00;13.20;1474.00;0.32;0.26 +3692;3;2936.00;13.80;1476.50;1.32;0.26 +3692;4;2932.50;13.40;1478.50;3.92;0.26 +3692;5;2935.50;13.80;1479.50;2.60;0.26 +3692;6;2934.50;12.60;1481.00;3.01;0.26 +3692;9;2931.66;13.54;1477.00;1.57;0.26 +3692;10;2936.34;13.70;1477.00;-1.57;0.26 3692;21;2931.66;13.54;1477.00;1.57;0.26 +3693;0;1640.00;10.05;1562.00;0.00;0.20 +3693;1;1639.00;10.25;1560.50;-0.58;0.20 +3693;2;1641.50;10.00;1561.00;0.98;0.20 +3693;3;1638.00;10.25;1563.50;4.06;0.20 +3693;4;1641.50;10.35;1564.00;2.49;0.20 +3693;5;1640.50;10.50;1565.00;2.97;0.20 +3693;9;1638.20;10.03;1562.00;1.57;0.20 +3693;10;1641.80;10.00;1562.00;-1.57;0.20 3693;21;1638.20;10.03;1562.00;1.57;0.20 +3694;0;3179.00;11.42;1447.00;0.00;0.28 +3694;1;3176.00;13.40;1444.50;-0.87;0.28 +3694;2;3179.50;11.00;1445.50;0.32;0.28 +3694;3;3175.00;12.87;1446.00;-1.32;0.28 +3694;4;3181.50;11.20;1448.50;2.11;0.28 +3694;5;3177.50;11.30;1448.50;3.92;0.28 +3694;6;3179.00;10.55;1450.50;3.14;0.28 +3694;9;3176.12;11.88;1447.00;1.57;0.28 +3694;10;3181.88;11.14;1447.00;-1.57;0.28 3694;21;3176.12;11.88;1447.00;1.57;0.28 +3695;0;4942.00;12.52;1444.00;0.00;0.30 +3695;1;4944.50;12.35;1442.00;0.89;0.30 +3695;2;4940.50;13.20;1442.00;-0.64;0.30 +3695;3;4938.00;13.05;1444.50;4.58;0.30 +3695;4;4946.50;12.15;1444.00;1.57;0.30 +3695;5;4944.00;12.70;1445.50;2.21;0.30 +3695;6;4940.00;12.52;1447.00;3.73;0.30 +3695;9;4938.76;12.99;1444.00;1.57;0.30 +3695;10;4945.24;12.26;1444.00;-1.57;0.30 3695;21;4938.76;12.99;1444.00;1.57;0.30 +3696;0;3148.00;10.37;1457.00;0.00;0.22 +3696;1;3147.00;10.52;1455.00;-0.46;0.22 +3696;2;3146.00;10.17;1456.00;-1.10;0.22 +3696;3;3149.50;11.00;1455.50;0.78;0.22 +3696;4;3150.00;10.55;1457.50;1.81;0.22 +3696;5;3147.50;10.10;1458.50;3.46;0.22 +3696;6;3150.00;10.10;1459.50;2.46;0.22 +3696;9;3145.84;10.08;1457.00;1.57;0.22 +3696;10;3150.16;10.69;1457.00;-1.57;0.22 3696;21;3145.84;10.08;1457.00;1.57;0.22 +3697;0;1605.00;10.75;1576.00;0.00;0.22 +3697;1;1608.50;10.25;1573.00;0.86;0.22 +3697;2;1604.00;10.50;1574.00;-0.46;0.22 +3697;3;1608.50;10.70;1576.00;1.57;0.22 +3697;4;1600.50;11.00;1576.50;4.60;0.22 +3697;5;1601.50;11.30;1578.00;4.19;0.22 +3697;6;1605.50;11.35;1578.00;2.89;0.22 +3697;9;1601.40;10.85;1576.00;1.57;0.22 +3697;10;1608.60;10.70;1576.00;-1.57;0.22 3697;21;1601.40;10.85;1576.00;1.57;0.22 +3698;0;3422.00;9.97;1400.00;0.00;0.26 +3698;1;3420.50;9.50;1398.00;-0.64;0.26 +3698;2;3423.50;9.90;1397.50;0.54;0.26 +3698;3;3424.00;10.57;1400.00;1.57;0.26 +3698;4;3420.00;9.92;1402.00;3.92;0.26 +3698;5;3423.50;10.40;1402.50;2.60;0.26 +3698;9;3419.66;9.70;1400.00;1.57;0.26 +3698;10;3424.34;10.69;1400.00;-1.57;0.26 +3698;19;3418.00;9.50;1399.00;-0.64;0.26 +3698;20;3416.30;9.50;1398.57;-1.32;0.26 3698;21;3419.66;9.70;1400.00;1.57;0.26 +3699;0;1364.00;10.30;1642.00;0.00;0.44 +3699;1;1361.50;10.20;1636.50;-0.42;0.44 +3699;2;1363.50;10.25;1636.00;-0.08;0.44 +3699;3;1367.00;10.35;1638.00;0.64;0.44 +3699;4;1360.50;10.20;1643.00;4.43;0.44 +3699;5;1369.00;10.40;1641.50;1.47;0.44 +3699;6;1366.00;10.35;1646.00;2.67;0.44 +3699;7;1362.00;10.30;1648.00;3.46;0.44 +3699;9;1360.04;10.20;1642.00;1.57;0.44 +3699;10;1367.96;10.40;1642.00;-1.57;0.44 3699;21;1360.04;10.20;1642.00;1.57;0.44 +3700;0;3069.00;9.77;1476.00;0.00;0.20 +3700;1;3068.50;9.90;1473.50;-0.19;0.20 +3700;2;3070.50;9.70;1475.50;1.24;0.20 +3700;3;3066.50;10.00;1474.50;-1.03;0.20 +3700;4;3067.00;9.92;1476.00;4.71;0.20 +3700;5;3071.00;9.70;1477.50;2.21;0.20 +3700;6;3069.00;9.70;1478.00;3.14;0.20 +3700;7;3070.50;9.70;1478.00;2.49;0.20 +3700;9;3067.20;9.89;1476.00;1.57;0.20 +3700;10;3070.80;9.71;1476.00;-1.57;0.20 3700;21;3067.20;9.89;1476.00;1.57;0.20 +3701;0;3262.00;9.70;1429.00;0.00;0.28 +3701;1;3262.50;9.70;1426.50;0.19;0.28 +3701;2;3259.50;9.70;1429.50;4.51;0.28 +3701;3;3265.00;9.70;1428.50;1.40;0.28 +3701;4;3263.50;9.70;1431.50;2.60;0.28 +3701;5;3262.00;9.70;1432.50;3.14;0.28 +3701;9;3259.12;9.70;1429.00;1.57;0.28 +3701;10;3264.88;9.70;1429.00;-1.57;0.28 +3701;19;3266.97;9.50;1429.35;1.41;0.28 +3701;20;3268.72;9.50;1429.48;1.64;0.28 3701;21;3264.88;9.70;1429.00;-1.57;0.28 +3702;0;1611.00;11.20;1593.00;0.00;0.20 +3702;1;1610.50;11.10;1591.50;-0.32;0.20 +3702;2;1607.00;11.27;1592.00;-1.32;0.20 +3702;3;1615.00;11.25;1592.50;1.44;0.20 +3702;4;1607.00;11.30;1594.00;4.46;0.20 +3702;5;1615.00;11.70;1594.50;1.93;0.20 +3702;6;1611.00;11.12;1595.00;3.14;0.20 +3702;9;1607.58;11.19;1593.00;1.57;0.20 +3702;10;1614.42;11.30;1593.00;-1.57;0.20 3702;21;1607.58;11.19;1593.00;1.57;0.20 +3703;0;3019.00;11.75;1484.00;0.00;0.20 +3703;1;3018.00;12.30;1483.00;-0.78;0.20 +3703;2;3020.50;11.60;1483.00;0.98;0.20 +3703;3;3017.00;11.75;1485.00;4.24;0.20 +3703;4;3021.00;11.40;1485.50;2.21;0.20 +3703;5;3018.50;11.60;1486.50;3.33;0.20 +3703;9;3017.02;12.07;1484.00;1.57;0.20 +3703;10;3020.98;11.45;1484.00;-1.57;0.20 3703;21;3017.02;12.07;1484.00;1.57;0.20 +3704;0;3253.00;9.70;1429.00;0.00;0.28 +3704;1;3250.50;9.75;1426.00;-0.69;0.28 +3704;2;3253.50;9.80;1425.50;0.14;0.28 +3704;3;3255.00;9.70;1429.50;1.81;0.28 +3704;4;3252.00;9.70;1430.00;3.92;0.28 +3704;5;3249.50;9.70;1428.00;-1.29;0.28 +3704;6;3255.00;9.70;1433.00;2.67;0.28 +3704;9;3250.48;9.60;1429.00;1.57;0.28 +3704;10;3255.52;9.70;1429.00;-1.57;0.28 3704;21;3255.52;9.70;1429.00;-1.57;0.28 +3705;0;2983.00;10.92;1485.00;0.00;0.20 +3705;1;2980.50;11.00;1483.50;-1.03;0.20 +3705;2;2979.00;11.05;1484.50;-1.44;0.20 +3705;3;2983.50;11.10;1483.50;0.32;0.20 +3705;4;2986.00;10.95;1485.50;1.73;0.20 +3705;5;2983.00;10.90;1485.50;3.14;0.20 +3705;6;2985.50;10.90;1487.00;2.24;0.20 +3705;7;2983.00;10.80;1487.50;3.14;0.20 +3705;8;2984.50;10.85;1488.00;2.67;0.20 +3705;9;2979.76;10.97;1485.00;1.57;0.20 +3705;10;2986.24;11.00;1485.00;-1.57;0.20 3705;21;2986.24;11.00;1485.00;-1.57;0.20 +3706;0;1036.00;13.35;1764.00;0.00;0.82 +3706;1;1048.50;12.35;1757.00;1.06;0.82 +3706;2;1039.00;12.30;1756.50;0.38;0.82 +3706;3;1027.00;13.80;1764.50;4.65;0.82 +3706;4;1041.00;12.07;1766.00;1.95;0.82 +3706;5;1031.50;12.80;1772.50;3.62;0.82 +3706;9;1027.00;13.67;1764.00;1.57;0.82 +3706;10;1045.00;12.27;1764.00;-1.57;0.82 3706;21;1027.00;13.67;1764.00;1.57;0.82 +3707;0;3250.00;9.75;1452.00;0.00;0.28 +3707;1;3250.00;9.75;1449.00;0.00;0.28 +3707;2;3247.00;9.72;1451.00;-1.24;0.28 +3707;3;3252.00;9.80;1451.00;1.10;0.28 +3707;4;3252.00;9.80;1454.00;2.35;0.28 +3707;5;3248.50;9.70;1455.00;3.60;0.28 +3707;9;3247.48;9.70;1452.00;1.57;0.28 +3707;10;3252.52;9.80;1452.00;-1.57;0.28 3707;21;3254.50;10.00;1455.23;-1.57;0.28 +3708;0;1281.00;10.80;1554.00;0.00;0.50 +3708;1;1278.00;10.80;1548.00;-0.46;0.50 +3708;2;1283.00;10.70;1548.50;0.34;0.50 +3708;3;1285.50;10.70;1555.00;1.78;0.50 +3708;4;1276.00;10.90;1552.00;-1.19;0.50 +3708;5;1279.00;10.90;1558.50;3.56;0.50 +3708;6;1284.00;10.75;1561.50;2.76;0.50 +3708;9;1276.50;10.90;1554.00;1.57;0.50 +3708;10;1285.50;10.70;1554.00;-1.57;0.50 3708;21;1276.50;10.90;1554.00;1.57;0.50 +3709;0;3159.00;13.00;1457.00;0.00;0.20 +3709;1;3158.00;12.40;1455.00;-0.46;0.20 +3709;2;3161.00;13.80;1456.00;1.10;0.20 +3709;3;3155.50;11.00;1457.50;4.57;0.20 +3709;4;3162.00;13.65;1457.50;1.73;0.20 +3709;5;3161.00;13.37;1458.00;2.03;0.20 +3709;6;3158.00;12.05;1459.50;3.52;0.20 +3709;9;3156.48;11.39;1457.00;1.57;0.20 +3709;10;3161.52;13.80;1457.00;-1.57;0.20 3709;21;3156.48;11.39;1457.00;1.57;0.20 +3710;0;1679.00;10.02;1584.00;0.00;0.16 +3710;1;1679.00;9.97;1583.00;0.00;0.16 +3710;2;1675.50;10.40;1584.00;4.71;0.16 +3710;3;1682.00;9.90;1583.50;1.40;0.16 +3710;4;1683.00;9.97;1585.00;1.81;0.16 +3710;5;1680.00;10.05;1586.00;2.67;0.16 +3710;6;1676.00;10.40;1586.50;4.01;0.16 +3710;9;1676.30;10.32;1584.00;1.57;0.16 +3710;10;1681.70;9.95;1584.00;-1.57;0.16 3710;21;1676.30;10.32;1584.00;1.57;0.16 +3711;0;3544.00;15.07;1359.00;0.00;0.26 +3711;1;3541.50;16.10;1356.50;-0.78;0.26 +3711;2;3545.00;16.35;1356.50;0.38;0.26 +3711;3;3542.00;16.95;1360.00;4.24;0.26 +3711;4;3547.00;13.90;1359.50;1.73;0.26 +3711;5;3547.00;13.90;1361.50;2.26;0.26 +3711;6;3545.00;15.15;1362.00;2.82;0.26 +3711;9;3541.30;16.97;1359.00;1.57;0.26 +3711;10;3546.70;14.44;1359.00;-1.57;0.26 3711;21;3541.30;16.97;1359.00;1.57;0.26 +3712;0;1692.00;9.80;1601.00;0.00;0.32 +3712;1;1688.50;10.00;1597.50;-0.78;0.32 +3712;2;1693.00;9.75;1598.50;0.38;0.32 +3712;3;1688.50;10.20;1600.50;-1.42;0.32 +3712;4;1696.50;9.70;1600.00;1.35;0.32 +3712;5;1695.50;9.75;1603.00;2.09;0.32 +3712;6;1692.00;9.95;1604.50;3.14;0.32 +3712;9;1688.40;10.22;1601.00;1.57;0.32 +3712;10;1695.60;9.70;1601.00;-1.57;0.32 +3712;19;1700.00;9.60;1598.00;1.35;0.32 +3712;20;1701.63;9.60;1597.38;1.21;0.32 3712;21;1688.40;10.22;1601.00;1.57;0.32 +3713;0;3132.00;9.70;1474.00;0.00;0.26 +3713;1;3131.00;9.70;1471.00;-0.32;0.26 +3713;2;3129.50;9.70;1472.00;-0.89;0.26 +3713;3;3133.50;9.70;1473.00;0.98;0.26 +3713;4;3129.50;9.70;1474.00;4.71;0.26 +3713;5;3132.00;9.70;1476.00;3.14;0.26 +3713;6;3135.50;9.80;1475.50;1.97;0.26 +3713;7;3135.00;9.80;1476.50;2.26;0.26 +3713;9;3129.30;9.70;1474.00;1.57;0.26 +3713;10;3134.70;9.70;1474.00;-1.57;0.26 3713;21;3129.30;9.70;1474.00;1.57;0.26 +3714;0;3439.00;14.75;1337.00;0.00;0.26 +3714;1;3437.50;14.95;1335.00;-0.64;0.26 +3714;2;3441.00;15.20;1335.50;0.92;0.26 +3714;3;3436.50;14.60;1337.50;4.51;0.26 +3714;4;3441.00;14.55;1338.50;2.21;0.26 +3714;5;3438.50;11.75;1340.00;3.30;0.26 +3714;9;3436.48;14.79;1337.00;1.57;0.26 +3714;10;3441.52;15.20;1337.00;-1.57;0.26 +3714;19;3438.00;9.55;1343.00;-2.98;0.26 +3714;20;3437.71;9.55;1344.72;3.30;0.26 3714;21;3436.48;14.79;1337.00;1.57;0.26 +3715;0;1680.00;11.30;1602.00;0.00;0.26 +3715;1;1677.50;10.20;1598.00;-0.55;0.26 +3715;2;1679.50;10.20;1598.00;-0.12;0.26 +3715;3;1677.50;10.90;1601.50;-1.37;0.26 +3715;4;1682.50;11.40;1601.00;1.19;0.26 +3715;5;1681.50;11.80;1606.00;2.78;0.26 +3715;6;1678.50;11.45;1606.00;3.50;0.26 +3715;9;1677.66;11.05;1602.00;1.57;0.26 +3715;10;1682.34;11.59;1602.00;-1.57;0.26 3715;21;1677.66;11.05;1602.00;1.57;0.26 +3716;0;3082.00;9.95;1477.00;0.00;0.24 +3716;1;3085.00;10.05;1474.50;0.87;0.24 +3716;2;3080.50;10.15;1476.00;-0.98;0.24 +3716;3;3085.50;10.00;1477.00;1.57;0.24 +3716;4;3077.50;10.10;1478.00;4.49;0.24 +3716;5;3079.00;9.90;1479.00;4.12;0.24 +3716;6;3082.50;9.80;1479.50;2.94;0.24 +3716;9;3078.58;10.34;1477.00;1.57;0.24 +3716;10;3085.42;9.99;1477.00;-1.57;0.24 3716;21;3078.58;10.34;1477.00;1.57;0.24 +3717;0;3430.00;10.52;1407.00;0.00;0.18 +3717;1;3431.00;10.75;1405.50;0.58;0.18 +3717;2;3433.50;11.00;1406.50;1.42;0.18 +3717;3;3427.50;10.45;1406.00;-1.19;0.18 +3717;4;3425.50;10.30;1407.50;4.60;0.18 +3717;5;3426.50;10.20;1408.50;4.30;0.18 +3717;6;3432.00;10.70;1408.50;2.21;0.18 +3717;7;3428.50;10.20;1409.00;3.78;0.18 +3717;9;3426.94;10.35;1407.00;1.57;0.18 +3717;10;3433.06;10.93;1407.00;-1.57;0.18 3717;21;3426.94;10.35;1407.00;1.57;0.18 +3718;0;3063.00;9.90;1491.00;0.00;0.14 +3718;1;3063.50;9.80;1489.50;0.32;0.14 +3718;2;3060.50;9.90;1491.00;4.71;0.14 +3718;3;3065.50;9.90;1490.00;1.19;0.14 +3718;4;3066.00;10.00;1491.00;1.57;0.14 +3718;5;3063.00;10.00;1492.50;3.14;0.14 +3718;9;3060.84;9.90;1491.00;1.57;0.14 +3718;10;3065.16;9.93;1491.00;-1.57;0.14 3718;21;3060.84;9.90;1491.00;1.57;0.14 +3719;0;1284.00;10.40;1683.00;0.00;0.42 +3719;1;1285.00;10.37;1677.00;0.16;0.42 +3719;2;1279.50;10.50;1682.00;-1.35;0.42 +3719;3;1289.00;10.20;1681.50;1.27;0.42 +3719;4;1288.50;10.20;1686.50;2.23;0.42 +3719;5;1282.50;10.40;1690.00;3.35;0.42 +3719;9;1280.22;10.50;1683.00;1.57;0.42 +3719;10;1287.78;10.27;1683.00;-1.57;0.42 3719;21;1280.22;10.50;1683.00;1.57;0.42 +3720;0;3426.00;10.72;1416.00;0.00;0.20 +3720;1;3424.00;10.40;1415.50;-1.32;0.20 +3720;2;3426.50;10.20;1413.50;0.19;0.20 +3720;3;3428.50;10.65;1415.00;1.19;0.20 +3720;4;3427.50;11.00;1417.00;2.15;0.20 +3720;5;3424.00;10.75;1418.00;3.92;0.20 +3720;6;3425.50;11.00;1418.50;3.33;0.20 +3720;9;3423.84;10.46;1416.00;1.57;0.20 +3720;10;3428.16;10.80;1416.00;-1.57;0.20 3720;21;3423.84;10.46;1416.00;1.57;0.20 +3721;0;1233.00;10.95;1751.00;0.00;0.50 +3721;1;1231.00;11.60;1745.50;-0.34;0.50 +3721;2;1236.50;11.60;1746.00;0.61;0.50 +3721;3;1238.50;10.65;1752.00;1.75;0.50 +3721;4;1227.00;11.60;1749.50;-1.32;0.50 +3721;5;1227.50;11.60;1753.50;4.28;0.50 +3721;6;1233.00;11.00;1756.50;3.14;0.50 +3721;9;1228.50;11.60;1751.00;1.57;0.50 +3721;10;1237.50;10.75;1751.00;-1.57;0.50 3721;21;1228.50;11.60;1751.00;1.57;0.50 +3722;0;3335.00;9.70;1434.00;0.00;0.28 +3722;1;3333.00;9.70;1430.50;-0.51;0.28 +3722;2;3332.00;9.70;1432.00;-0.98;0.28 +3722;3;3336.50;9.70;1432.50;0.78;0.28 +3722;4;3339.00;9.70;1433.50;1.44;0.28 +3722;5;3332.50;9.55;1435.00;4.33;0.28 +3722;6;3336.50;9.70;1435.50;2.35;0.28 +3722;7;3333.00;9.50;1437.50;3.66;0.28 +3722;9;3331.76;9.66;1434.00;1.57;0.28 +3722;10;3338.24;9.70;1434.00;-1.57;0.28 +3722;19;3343.00;9.68;1434.00;-3.93;0.28 +3722;20;3344.75;9.68;1434.00;1.57;0.28 3722;21;3338.24;9.70;1434.00;-1.57;0.28 +3723;0;4949.00;12.40;1452.00;0.00;0.28 +3723;1;4947.50;11.60;1449.50;-0.54;0.28 +3723;2;4951.50;12.40;1450.00;0.89;0.28 +3723;3;4946.00;12.35;1453.50;4.24;0.28 +3723;4;4952.00;13.00;1453.50;2.03;0.28 +3723;5;4949.00;12.90;1455.00;3.14;0.28 +3723;9;4946.30;11.82;1452.00;1.57;0.28 +3723;10;4951.70;12.84;1452.00;-1.57;0.28 3723;21;4946.30;11.82;1452.00;1.57;0.28 +3724;0;3249.00;9.82;1438.00;0.00;0.28 +3724;1;3250.00;9.80;1434.50;0.27;0.28 +3724;2;3247.00;9.70;1434.50;-0.51;0.28 +3724;3;3247.00;9.75;1438.50;4.46;0.28 +3724;4;3252.00;9.80;1439.50;2.03;0.28 +3724;5;3247.50;9.70;1441.00;3.60;0.28 +3724;6;3249.50;9.80;1442.00;3.01;0.28 +3724;7;3251.50;9.85;1442.00;2.58;0.28 +3724;9;3246.48;9.80;1438.00;1.57;0.28 +3724;10;3251.52;9.75;1438.00;-1.57;0.28 3724;21;3251.52;9.75;1438.00;-1.57;0.28 +3725;0;2702.00;14.35;1363.00;0.00;0.20 +3725;1;2701.00;14.40;1361.50;-0.58;0.20 +3725;2;2703.50;13.60;1361.50;0.78;0.20 +3725;3;2700.50;14.40;1363.50;4.39;0.20 +3725;4;2704.00;14.37;1364.00;2.03;0.20 +3725;5;2702.50;14.60;1365.50;2.94;0.20 +3725;9;2700.20;14.43;1363.00;1.57;0.20 +3725;10;2703.80;14.18;1363.00;-1.57;0.20 3725;21;2703.80;14.18;1363.00;-1.57;0.20 +3726;0;3538.00;10.50;1418.00;0.00;0.26 +3726;1;3536.50;11.05;1416.00;-0.64;0.26 +3726;2;3541.00;10.60;1416.50;1.10;0.26 +3726;3;3534.50;10.50;1419.50;4.30;0.26 +3726;4;3540.00;9.95;1419.50;2.21;0.26 +3726;5;3537.50;9.85;1421.00;3.30;0.26 +3726;9;3535.12;10.83;1418.00;1.57;0.26 +3726;10;3540.88;10.25;1418.00;-1.57;0.26 3726;21;3535.12;10.83;1418.00;1.57;0.26 +3727;0;2710.00;13.47;1365.00;0.00;0.20 +3727;1;2710.00;13.65;1362.50;0.00;0.20 +3727;2;2711.50;13.00;1364.50;1.24;0.20 +3727;3;2708.00;14.00;1365.00;4.71;0.20 +3727;4;2708.50;13.70;1366.50;3.92;0.20 +3727;5;2711.50;13.15;1367.00;2.49;0.20 +3727;6;2709.50;13.70;1367.00;3.38;0.20 +3727;9;2708.20;13.94;1365.00;1.57;0.20 +3727;10;2711.80;13.01;1365.00;-1.57;0.20 3727;21;2711.80;13.01;1365.00;-1.57;0.20 +3728;0;3212.00;11.55;1457.00;0.00;0.24 +3728;1;3211.00;12.10;1455.00;-0.46;0.24 +3728;2;3213.50;11.30;1455.50;0.78;0.24 +3728;3;3215.00;11.25;1456.50;1.40;0.24 +3728;4;3209.00;12.50;1457.00;4.71;0.24 +3728;5;3210.50;11.70;1458.50;3.92;0.24 +3728;6;3213.50;11.55;1459.00;2.49;0.24 +3728;9;3209.66;12.35;1457.00;1.57;0.24 +3728;10;3214.34;11.35;1457.00;-1.57;0.24 3728;21;3209.66;12.35;1457.00;1.57;0.24 +3729;0;2714.00;13.97;1381.00;0.00;0.16 +3729;1;2715.00;14.20;1379.50;0.58;0.16 +3729;2;2712.50;14.50;1379.50;-0.78;0.16 +3729;3;2712.00;14.35;1380.50;-1.32;0.16 +3729;4;2717.00;13.80;1380.50;1.40;0.16 +3729;5;2712.50;13.70;1382.00;4.12;0.16 +3729;6;2715.00;13.37;1382.00;2.35;0.16 +3729;7;2717.00;13.40;1381.50;1.73;0.16 +3729;9;2711.84;14.16;1381.00;1.57;0.16 +3729;10;2716.16;13.63;1381.00;-1.57;0.16 3729;21;2716.16;13.63;1381.00;-1.57;0.16 +3730;0;3146.00;9.70;1477.00;0.00;0.24 +3730;1;3143.00;9.80;1474.50;-0.87;0.24 +3730;2;3147.00;9.70;1476.00;0.78;0.24 +3730;3;3142.50;9.80;1477.00;4.71;0.24 +3730;4;3145.50;9.70;1478.00;3.60;0.24 +3730;5;3149.50;9.80;1478.50;1.97;0.24 +3730;6;3148.00;9.75;1480.00;2.55;0.24 +3730;9;3143.12;9.80;1477.00;1.57;0.24 +3730;10;3148.88;9.83;1477.00;-1.57;0.24 3730;21;3143.12;9.80;1477.00;1.57;0.24 +3731;0;3122.00;10.10;1476.00;0.00;0.22 +3731;1;3120.00;10.40;1474.50;-0.92;0.22 +3731;2;3122.50;10.35;1474.00;0.24;0.22 +3731;3;3124.50;10.15;1475.00;1.19;0.22 +3731;4;3120.00;10.00;1477.00;4.24;0.22 +3731;5;3124.00;9.80;1478.00;2.35;0.22 +3731;6;3121.50;9.80;1478.50;3.33;0.22 +3731;9;3120.02;10.20;1476.00;1.57;0.22 +3731;10;3123.98;10.05;1476.00;-1.57;0.22 3731;21;3120.02;10.20;1476.00;1.57;0.22 +3732;0;1705.00;9.75;1614.00;0.00;0.36 +3732;1;1702.00;9.75;1609.50;-0.58;0.36 +3732;2;1707.00;9.70;1612.50;0.92;0.36 +3732;3;1701.50;10.00;1615.00;4.43;0.36 +3732;4;1708.50;9.70;1617.00;2.27;0.36 +3732;5;1704.50;9.80;1618.00;3.26;0.36 +3732;9;1701.76;9.91;1614.00;1.57;0.36 +3732;10;1708.24;9.70;1614.00;-1.57;0.36 +3732;19;1707.00;9.50;1607.00;0.93;0.36 +3732;20;1707.48;9.50;1605.31;0.27;0.36 3732;21;1701.76;9.91;1614.00;1.57;0.36 +3733;0;1597.00;11.30;1598.00;0.00;0.24 +3733;1;1597.00;11.47;1595.00;0.00;0.24 +3733;2;1595.00;11.95;1595.50;-0.67;0.24 +3733;3;1600.00;12.20;1596.50;1.10;0.24 +3733;4;1594.50;11.30;1598.50;4.51;0.24 +3733;5;1599.50;11.45;1599.00;1.95;0.24 +3733;6;798.00;9.50;798.50;-0.78;0.24 +3733;9;1594.84;11.41;1598.00;1.57;0.24 +3733;10;1599.16;11.56;1598.00;-1.57;0.24 3733;21;1594.84;11.41;1598.00;1.57;0.24 +3734;0;3415.00;9.70;1424.00;0.00;0.28 +3734;1;3415.50;9.70;1421.50;0.19;0.28 +3734;2;3413.00;9.85;1421.50;-0.67;0.28 +3734;3;3418.50;9.70;1422.00;1.05;0.28 +3734;4;3412.50;9.75;1424.00;4.71;0.28 +3734;5;3418.00;9.70;1424.00;1.57;0.28 +3734;6;3416.00;9.70;1426.50;2.76;0.28 +3734;7;3413.50;9.70;1427.00;3.60;0.28 +3734;9;3412.48;9.75;1424.00;1.57;0.28 +3734;10;3417.52;9.70;1424.00;-1.57;0.28 3734;21;3412.48;9.75;1424.00;1.57;0.28 +3735;0;2766.00;13.12;1374.00;0.00;0.24 +3735;1;2765.50;13.00;1372.00;-0.24;0.24 +3735;2;2767.50;12.60;1373.00;0.98;0.24 +3735;3;2764.00;13.30;1373.00;-1.10;0.24 +3735;4;2765.00;13.27;1375.00;3.92;0.24 +3735;5;2768.50;12.70;1375.50;2.11;0.24 +3735;6;2767.00;12.95;1376.50;2.76;0.24 +3735;9;2763.84;13.33;1374.00;1.57;0.24 +3735;10;2768.16;12.63;1374.00;-1.57;0.24 3735;21;2768.16;12.63;1374.00;-1.57;0.24 +3736;0;1412.00;10.87;1791.00;0.00;1.50 +3736;1;1393.50;11.10;1779.00;-0.99;1.50 +3736;2;1412.00;11.00;1777.00;0.00;1.50 +3736;3;1430.00;10.85;1777.50;0.92;1.50 +3736;4;1430.50;10.70;1791.00;1.57;1.50 +3736;5;1397.00;10.87;1797.00;4.33;1.50 +3736;6;1416.00;10.70;1807.50;2.90;1.50 +3736;9;1396.16;10.95;1791.00;1.57;1.50 +3736;10;1427.84;10.75;1791.00;-1.57;1.50 3736;21;1396.16;10.95;1791.00;1.57;1.50 +3737;0;2779.00;11.37;1381.00;0.00;0.16 +3737;1;2778.50;11.55;1380.00;-0.46;0.16 +3737;2;2777.50;11.20;1381.50;4.39;0.16 +3737;3;2781.00;11.50;1380.50;1.32;0.16 +3737;4;2781.00;11.05;1382.50;2.21;0.16 +3737;9;2776.48;11.30;1381.00;1.57;0.16 +3737;10;2781.52;11.39;1381.00;-1.57;0.16 3737;21;2781.52;11.39;1381.00;-1.57;0.16 +3738;0;3297.00;9.67;1454.00;0.00;0.24 +3738;1;3298.00;9.50;1453.00;0.78;0.24 +3738;2;3294.50;9.70;1453.00;-1.19;0.24 +3738;3;3293.50;9.70;1455.00;4.43;0.24 +3738;4;3296.50;9.70;1455.50;3.46;0.24 +3738;9;3294.30;9.70;1454.00;1.57;0.24 +3738;10;3299.70;9.66;1454.00;-1.57;0.24 +3738;19;3301.00;9.68;1459.00;0.79;0.24 +3738;20;3302.09;9.68;1460.36;2.46;0.24 3738;21;3294.30;9.70;1454.00;1.57;0.24 +3739;0;4958.00;10.55;1445.00;0.00;0.28 +3739;1;4959.50;9.75;1444.00;0.98;0.28 +3739;2;4956.00;10.45;1442.50;-0.67;0.28 +3739;3;4954.50;11.20;1444.50;-1.42;0.28 +3739;4;4956.00;11.45;1446.50;4.06;0.28 +3739;5;4959.50;11.00;1447.50;2.60;0.28 +3739;9;4955.48;11.20;1445.00;1.57;0.28 +3739;10;4960.52;9.70;1445.00;-1.57;0.28 +3739;19;4962.00;9.60;1446.00;0.98;0.28 +3739;20;4963.69;9.60;1446.42;1.81;0.28 3739;21;4955.48;11.20;1445.00;1.57;0.28 +3740;0;2800.00;10.70;1392.00;0.00;0.18 +3740;1;2799.00;10.80;1390.50;-0.58;0.18 +3740;2;2802.00;10.85;1391.00;1.10;0.18 +3740;3;2798.00;10.60;1392.50;4.46;0.18 +3740;4;2803.50;10.60;1392.50;1.71;0.18 +3740;5;2801.00;10.65;1393.00;2.35;0.18 +3740;6;2798.50;10.60;1393.50;3.92;0.18 +3740;9;2797.66;10.68;1392.00;1.57;0.18 +3740;10;2802.34;10.75;1392.00;-1.57;0.18 3740;21;2797.66;10.68;1392.00;1.57;0.18 +3741;0;3224.00;10.10;1455.00;0.00;0.22 +3741;1;3222.50;10.40;1453.50;-0.78;0.22 +3741;2;3225.50;10.00;1453.00;0.64;0.22 +3741;3;3221.00;10.55;1455.50;4.54;0.22 +3741;4;3226.50;9.70;1456.00;1.95;0.22 +3741;5;3223.50;10.00;1457.50;3.33;0.22 +3741;9;3221.66;10.43;1455.00;1.57;0.22 +3741;10;3226.34;9.72;1455.00;-1.57;0.22 3741;21;3221.66;10.43;1455.00;1.57;0.22 +3742;0;4447.00;14.10;1272.00;0.00;0.34 +3742;1;4444.50;14.65;1268.00;-0.55;0.34 +3742;2;4449.50;14.00;1269.50;0.78;0.34 +3742;3;4441.50;14.80;1270.50;-1.30;0.34 +3742;4;4453.00;13.50;1274.00;1.89;0.34 +3742;5;4443.50;14.40;1274.00;4.19;0.34 +3742;6;4448.50;13.20;1275.50;2.73;0.34 +3742;9;4442.32;14.70;1272.00;1.57;0.34 +3742;10;4451.68;13.40;1272.00;-1.57;0.34 3742;21;4442.32;14.70;1272.00;1.57;0.34 +3743;0;3194.00;12.40;1480.00;0.00;0.32 +3743;1;3193.50;13.45;1475.00;-0.10;0.32 +3743;2;3195.50;12.35;1479.00;0.98;0.32 +3743;3;3192.50;13.30;1477.00;-0.46;0.32 +3743;4;3191.50;12.95;1479.00;-1.19;0.32 +3743;5;3192.50;12.30;1481.50;3.92;0.32 +3743;6;3196.50;11.00;1482.50;2.35;0.32 +3743;9;3191.12;12.89;1480.00;1.57;0.32 +3743;10;3196.88;11.83;1480.00;-1.57;0.32 3743;21;3191.12;12.89;1480.00;1.57;0.32 +3744;0;2703.00;13.52;1380.00;0.00;0.16 +3744;1;2702.50;13.70;1378.50;-0.32;0.16 +3744;2;2704.50;14.05;1379.00;0.98;0.16 +3744;3;2700.50;13.20;1379.50;-1.37;0.16 +3744;4;2706.50;14.00;1380.00;1.57;0.16 +3744;5;2702.50;13.30;1381.00;3.60;0.16 +3744;6;2705.00;13.67;1381.00;2.03;0.16 +3744;9;2700.84;13.16;1380.00;1.57;0.16 +3744;10;2705.16;13.98;1380.00;-1.57;0.16 3744;21;2705.16;13.98;1380.00;-1.57;0.16 +3745;0;4476.00;14.37;1266.00;0.00;0.38 +3745;1;4474.50;13.70;1261.50;-0.32;0.38 +3745;2;4479.00;13.32;1263.00;0.78;0.38 +3745;3;4471.50;14.60;1265.50;-1.46;0.38 +3745;4;4479.50;14.25;1269.00;2.27;0.38 +3745;5;4475.00;14.60;1270.00;3.38;0.38 +3745;9;4472.58;14.50;1266.00;1.57;0.38 +3745;10;4479.42;13.82;1266.00;-1.57;0.38 3745;21;4472.58;14.50;1266.00;1.57;0.38 +3746;0;3508.00;10.50;1428.00;0.00;0.24 +3746;1;3508.50;11.00;1425.50;0.19;0.24 +3746;2;3511.00;11.20;1427.00;1.24;0.24 +3746;3;3506.00;10.05;1427.50;-1.32;0.24 +3746;4;3505.50;9.90;1429.00;4.33;0.24 +3746;5;3509.50;10.60;1429.50;2.35;0.24 +3746;6;3506.50;9.90;1430.50;3.68;0.24 +3746;9;3505.66;9.96;1428.00;1.57;0.24 +3746;10;3510.34;11.02;1428.00;-1.57;0.24 3746;21;3505.66;9.96;1428.00;1.57;0.24 +3747;0;1610.00;10.55;1602.00;0.00;0.24 +3747;1;1606.00;11.07;1601.00;-1.32;0.24 +3747;2;1610.50;10.60;1599.50;0.19;0.24 +3747;3;1614.00;11.95;1601.00;1.32;0.24 +3747;4;1612.00;10.85;1603.00;2.03;0.24 +3747;5;804.50;9.50;800.50;-0.78;0.24 +3747;9;1607.12;10.51;1602.00;1.57;0.24 +3747;10;1612.88;11.29;1602.00;-1.57;0.24 3747;21;1607.12;10.51;1602.00;1.57;0.24 +3748;0;3474.00;10.67;1427.00;0.00;0.22 +3748;1;3474.00;11.12;1424.00;0.00;0.22 +3748;2;3475.50;11.15;1424.00;0.46;0.22 +3748;3;3471.00;10.75;1426.50;-1.40;0.22 +3748;4;3476.00;10.72;1426.00;1.10;0.22 +3748;5;3476.00;10.80;1429.00;2.35;0.22 +3748;6;3473.50;10.60;1429.50;3.33;0.22 +3748;9;3472.02;10.59;1427.00;1.57;0.22 +3748;10;3475.98;10.72;1427.00;-1.57;0.22 3748;21;3472.02;10.59;1427.00;1.57;0.22 +3749;0;2821.00;9.97;1392.00;0.00;0.22 +3749;1;2822.50;10.00;1391.50;1.24;0.22 +3749;2;2821.00;10.00;1390.50;0.00;0.22 +3749;3;2818.50;10.05;1391.00;-1.19;0.22 +3749;4;2819.00;9.90;1393.50;4.06;0.22 +3749;5;2821.50;9.90;1394.50;2.94;0.22 +3749;9;2819.02;10.00;1392.00;1.57;0.22 +3749;10;2822.98;9.97;1392.00;-1.57;0.22 3749;21;2819.02;10.00;1392.00;1.57;0.22 +3750;0;1225.00;11.25;1643.00;0.00;0.54 +3750;1;1225.00;11.27;1637.00;0.00;0.54 +3750;2;1218.50;11.40;1638.50;-0.96;0.54 +3750;3;1231.00;11.10;1639.00;0.98;0.54 +3750;4;1232.00;11.10;1645.00;1.84;0.54 +3750;5;1218.50;11.40;1645.00;4.41;0.54 +3750;6;1225.50;11.10;1649.50;3.06;0.54 +3750;7;1231.50;11.10;1650.00;2.39;0.54 +3750;9;1219.24;11.36;1643.00;1.57;0.54 +3750;10;1230.76;11.10;1643.00;-1.57;0.54 3750;21;1219.24;11.36;1643.00;1.57;0.54 +3751;0;2842.00;10.25;1398.00;0.00;0.18 +3751;1;2842.50;10.30;1396.50;0.32;0.18 +3751;2;2844.50;10.60;1397.00;1.19;0.18 +3751;3;2840.00;10.10;1398.50;4.46;0.18 +3751;4;2843.50;10.45;1399.00;2.15;0.18 +3751;5;2841.00;10.35;1400.50;3.52;0.18 +3751;9;2840.02;10.05;1398.00;1.57;0.18 +3751;10;2843.98;10.49;1398.00;-1.57;0.18 3751;21;2840.02;10.05;1398.00;1.57;0.18 +3752;0;3419.00;9.70;1433.00;0.00;0.22 +3752;1;3418.00;9.70;1431.00;-0.46;0.22 +3752;2;3420.50;9.70;1431.50;0.78;0.22 +3752;3;3416.50;9.70;1434.00;4.33;0.22 +3752;4;3421.00;9.70;1434.50;2.21;0.22 +3752;5;3418.50;9.70;1436.00;3.30;0.22 +3752;9;3417.02;9.70;1433.00;1.57;0.22 +3752;10;3420.98;9.70;1433.00;-1.57;0.22 3752;21;3417.02;9.70;1433.00;1.57;0.22 +3753;0;4963.00;11.42;1457.00;0.00;0.30 +3753;1;4962.00;12.00;1453.50;-0.27;0.30 +3753;2;4965.50;9.80;1456.50;1.37;0.30 +3753;3;4959.00;13.32;1456.00;-1.32;0.30 +3753;4;4960.00;12.50;1458.50;4.24;0.30 +3753;5;4966.50;10.00;1459.50;2.19;0.30 +3753;6;4963.50;11.35;1460.00;2.97;0.30 +3753;9;4959.40;13.03;1457.00;1.57;0.30 +3753;10;4966.60;9.69;1457.00;-1.57;0.30 +3753;19;4968.00;9.60;1458.00;1.37;0.30 +3753;20;4969.71;9.60;1458.34;1.76;0.30 3753;21;4959.40;13.03;1457.00;1.57;0.30 +3754;0;2849.00;11.77;1413.00;0.00;0.16 +3754;1;2849.50;11.60;1411.00;0.24;0.16 +3754;2;2847.50;11.20;1411.50;-0.78;0.16 +3754;3;2851.00;12.20;1412.50;1.32;0.16 +3754;4;2847.50;11.45;1414.00;4.12;0.16 +3754;5;2851.00;12.30;1414.50;2.21;0.16 +3754;6;2849.00;11.85;1415.50;3.14;0.16 +3754;9;2847.56;11.41;1413.00;1.57;0.16 +3754;10;2850.44;12.13;1413.00;-1.57;0.16 3754;21;2847.56;11.41;1413.00;1.57;0.16 +3755;0;3316.00;9.70;1457.00;0.00;0.22 +3755;1;3315.50;9.60;1452.50;-0.11;0.22 +3755;2;3315.50;9.60;1453.00;-0.12;0.22 +3755;3;3317.50;9.60;1454.00;0.46;0.22 +3755;4;3314.50;9.70;1456.50;-1.24;0.22 +3755;5;3318.50;9.70;1457.00;1.57;0.22 +3755;6;3316.50;9.70;1460.00;2.97;0.22 +3755;9;3314.02;9.70;1457.00;1.57;0.22 +3755;10;3317.98;9.70;1457.00;-1.57;0.22 +3755;19;3315.00;9.50;1450.00;-0.12;0.22 +3755;20;3314.75;9.50;1448.26;-0.14;0.22 3755;21;3314.02;9.70;1457.00;1.57;0.22 +3756;0;4945.00;13.47;1471.00;0.00;0.36 +3756;1;4942.00;13.45;1466.50;-0.58;0.36 +3756;2;4941.00;12.20;1470.00;-1.32;0.36 +3756;3;4946.50;14.20;1468.00;0.46;0.36 +3756;4;4949.00;14.05;1471.50;1.69;0.36 +3756;5;4943.00;12.45;1474.50;3.66;0.36 +3756;6;4946.00;13.20;1475.50;2.92;0.36 +3756;9;4941.76;12.35;1471.00;1.57;0.36 +3756;10;4948.24;14.12;1471.00;-1.57;0.36 3756;21;4941.76;12.35;1471.00;1.57;0.36 +3757;0;3272.00;9.90;1475.00;0.00;0.26 +3757;1;3270.50;9.90;1473.00;-0.64;0.26 +3757;2;3274.00;10.15;1472.50;0.67;0.26 +3757;3;3275.50;10.20;1474.50;1.42;0.26 +3757;4;3268.50;10.00;1476.00;4.43;0.26 +3757;5;3273.00;9.90;1477.00;2.67;0.26 +3757;6;3269.50;10.00;1477.50;3.92;0.26 +3757;9;3269.12;9.93;1475.00;1.57;0.26 +3757;10;3274.88;10.10;1475.00;-1.57;0.26 3757;21;3269.12;9.93;1475.00;1.57;0.26 +3758;0;2749.00;9.85;1482.00;0.00;0.18 +3758;1;2748.00;9.80;1480.50;-0.58;0.18 +3758;2;2750.00;9.80;1480.00;0.46;0.18 +3758;3;2751.00;9.95;1482.00;1.57;0.18 +3758;4;2746.50;9.80;1483.00;4.33;0.18 +3758;5;2749.50;9.90;1483.50;2.82;0.18 +3758;9;2746.84;9.80;1482.00;1.57;0.18 +3758;10;2751.16;9.96;1482.00;-1.57;0.18 3758;21;2746.84;9.80;1482.00;1.57;0.18 +3759;0;3229.00;9.90;1579.00;0.00;0.24 +3759;1;3229.50;9.80;1576.00;0.16;0.24 +3759;2;3231.50;9.80;1576.50;0.78;0.24 +3759;3;3227.00;9.90;1579.00;4.71;0.24 +3759;4;3231.50;9.90;1580.50;2.11;0.24 +3759;5;3227.00;9.95;1582.50;3.66;0.24 +3759;6;3229.00;9.90;1582.50;3.14;0.24 +3759;7;3227.50;10.00;1583.50;3.46;0.24 +3759;9;3226.84;9.90;1579.00;1.57;0.24 +3759;10;3231.16;9.86;1579.00;-1.57;0.24 3759;21;3226.84;9.90;1579.00;1.57;0.24 +3760;0;3404.00;11.00;1416.00;0.00;0.18 +3760;1;3403.50;11.15;1414.00;-0.24;0.18 +3760;2;3406.50;11.20;1415.50;1.37;0.18 +3760;3;3401.00;10.30;1416.50;4.54;0.18 +3760;4;3403.50;10.70;1417.50;3.46;0.18 +3760;5;3407.50;11.10;1417.50;1.97;0.18 +3760;9;3401.48;10.49;1416.00;1.57;0.18 +3760;10;3406.52;11.20;1416.00;-1.57;0.18 3760;21;3401.48;10.49;1416.00;1.57;0.18 +3761;0;2684.00;11.22;1389.00;0.00;0.22 +3761;1;2683.50;11.40;1387.00;-0.24;0.22 +3761;2;2685.00;11.40;1386.50;0.38;0.22 +3761;3;2686.00;11.65;1388.50;1.32;0.22 +3761;4;2682.00;10.42;1389.00;4.71;0.22 +3761;5;2684.00;10.25;1391.00;3.14;0.22 +3761;6;2687.00;10.80;1391.00;2.15;0.22 +3761;9;2682.02;10.43;1389.00;1.57;0.22 +3761;10;2685.98;11.62;1389.00;-1.57;0.22 +3761;19;2687.00;9.78;1393.00;-3.14;0.22 +3761;20;2688.05;9.78;1394.40;2.49;0.22 3761;21;2682.02;10.43;1389.00;1.57;0.22 +3762;0;2895.00;12.20;1404.00;0.00;0.26 +3762;1;2894.50;11.90;1402.00;-0.24;0.26 +3762;2;2897.50;12.00;1402.50;1.03;0.26 +3762;3;2892.00;11.57;1403.00;-1.24;0.26 +3762;4;2893.00;11.72;1405.00;4.24;0.26 +3762;5;2896.50;12.10;1405.50;2.35;0.26 +3762;6;2894.00;11.80;1407.50;3.42;0.26 +3762;7;2895.50;11.90;1407.50;3.00;0.26 +3762;9;2892.66;11.69;1404.00;1.57;0.26 +3762;10;2897.34;12.05;1404.00;-1.57;0.26 3762;21;2892.66;11.69;1404.00;1.57;0.26 +3763;0;1556.00;10.12;1607.00;0.00;0.24 +3763;1;1555.00;10.15;1604.50;-0.38;0.24 +3763;2;1557.50;9.90;1604.00;0.46;0.24 +3763;3;777.50;9.50;803.00;-0.76;0.24 +3763;4;1553.50;10.55;1608.00;4.33;0.24 +3763;5;1557.50;10.05;1609.00;2.49;0.24 +3763;6;1556.00;10.25;1610.00;3.14;0.24 +3763;9;1553.84;10.43;1607.00;1.57;0.24 +3763;10;1558.16;9.80;1607.00;-1.57;0.24 3763;21;1553.84;10.43;1607.00;1.57;0.24 +3764;0;2909.00;14.20;1412.00;0.00;0.22 +3764;1;2909.50;13.65;1410.00;0.24;0.22 +3764;2;2907.00;13.60;1411.50;-1.32;0.22 +3764;3;2911.00;14.35;1411.50;1.32;0.22 +3764;4;2910.00;14.65;1413.50;2.55;0.22 +3764;5;2907.50;14.60;1414.50;3.68;0.22 +3764;9;2907.02;13.85;1412.00;1.57;0.22 +3764;10;2910.98;14.47;1412.00;-1.57;0.22 3764;21;2907.02;13.85;1412.00;1.57;0.22 +3765;0;3428.00;9.70;1440.00;0.00;0.26 +3765;1;3428.00;9.70;1437.50;0.00;0.26 +3765;2;3425.50;9.70;1438.00;-0.89;0.26 +3765;3;3430.50;9.70;1439.00;1.19;0.26 +3765;4;3425.00;9.70;1440.50;4.54;0.26 +3765;5;3430.50;9.70;1442.50;2.35;0.26 +3765;6;3427.50;9.70;1442.50;3.33;0.26 +3765;9;3425.66;9.70;1440.00;1.57;0.26 +3765;10;3430.34;9.70;1440.00;-1.57;0.26 3765;21;3425.66;9.70;1440.00;1.57;0.26 +3766;0;1491.00;10.62;1616.00;0.00;0.38 +3766;1;1489.00;10.70;1611.50;-0.41;0.38 +3766;2;1491.50;10.60;1613.00;0.16;0.38 +3766;3;1487.00;10.70;1613.50;-1.01;0.38 +3766;4;745.00;9.50;807.50;-0.74;0.38 +3766;5;1489.50;10.60;1619.00;3.60;0.38 +3766;6;1494.00;10.55;1620.00;2.49;0.38 +3766;9;1487.58;10.69;1616.00;1.57;0.38 +3766;10;1494.42;10.03;1616.00;-1.57;0.38 3766;21;1487.58;10.69;1616.00;1.57;0.38 +3767;0;3366.00;9.70;1458.00;0.00;0.16 +3767;1;3366.00;9.70;1456.50;0.00;0.16 +3767;2;3363.00;9.70;1458.50;4.54;0.16 +3767;3;3368.50;9.70;1458.50;1.76;0.16 +3767;4;3365.50;9.70;1460.50;3.33;0.16 +3767;5;3368.50;9.70;1460.50;2.35;0.16 +3767;9;3363.48;9.70;1458.00;1.57;0.16 +3767;10;3368.52;9.70;1458.00;-1.57;0.16 3767;21;3363.48;9.70;1458.00;1.57;0.16 +3768;0;2896.00;10.47;1418.00;0.00;0.18 +3768;1;2896.00;10.75;1414.50;0.00;0.18 +3768;2;2894.00;9.87;1416.00;-0.78;0.18 +3768;3;2897.00;11.20;1415.50;0.38;0.18 +3768;4;2898.00;11.75;1418.50;1.81;0.18 +3768;5;2893.50;9.80;1419.00;4.33;0.18 +3768;6;2895.50;10.50;1420.50;3.33;0.18 +3768;7;2898.00;11.90;1420.50;2.46;0.18 +3768;9;2894.38;9.88;1418.00;1.57;0.18 +3768;10;2897.62;11.44;1418.00;-1.57;0.18 3768;21;2894.38;9.88;1418.00;1.57;0.18 +3769;0;1137.00;12.00;1733.00;0.00;0.74 +3769;1;1137.00;12.00;1726.00;0.00;0.74 +3769;2;1146.50;11.90;1726.00;0.93;0.74 +3769;3;1129.00;12.05;1734.00;4.58;0.74 +3769;4;1148.50;11.40;1729.00;1.23;0.74 +3769;5;1142.00;11.65;1736.50;2.18;0.74 +3769;6;1132.50;11.90;1742.50;3.58;0.74 +3769;9;1129.08;12.14;1733.00;1.57;0.74 +3769;10;1144.92;12.00;1733.00;-1.57;0.74 3769;21;1129.08;12.14;1733.00;1.57;0.74 +3770;0;2868.00;12.95;1427.00;0.00;0.20 +3770;1;2866.50;12.80;1425.00;-0.64;0.20 +3770;2;2868.50;12.60;1424.50;0.19;0.20 +3770;3;2869.50;12.90;1426.50;1.24;0.20 +3770;4;2865.00;12.60;1425.50;-1.10;0.20 +3770;5;2866.50;12.90;1428.00;4.12;0.20 +3770;6;2869.00;13.10;1429.50;2.76;0.20 +3770;7;2867.00;12.90;1430.00;3.46;0.20 +3770;9;2866.20;12.81;1427.00;1.57;0.20 +3770;10;2869.80;12.84;1427.00;-1.57;0.20 3770;21;2866.20;12.81;1427.00;1.57;0.20 +3771;0;2833.00;10.05;1420.00;0.00;0.18 +3771;1;2830.50;10.10;1418.50;-1.03;0.18 +3771;2;2833.00;10.05;1418.50;0.00;0.18 +3771;3;2835.50;10.00;1420.00;1.57;0.18 +3771;4;2831.00;10.10;1420.50;4.46;0.18 +3771;5;2834.00;10.05;1422.00;2.67;0.18 +3771;9;2830.66;10.10;1420.00;1.57;0.18 +3771;10;2835.34;10.00;1420.00;-1.57;0.18 3771;21;2830.66;10.10;1420.00;1.57;0.18 +3772;0;2934.00;11.12;1405.00;0.00;0.22 +3772;1;2932.00;11.27;1403.00;-0.78;0.22 +3772;2;2935.50;10.25;1404.00;0.98;0.22 +3772;3;2931.50;11.50;1405.50;4.51;0.22 +3772;4;2934.00;11.40;1406.50;3.14;0.22 +3772;5;2937.50;10.40;1406.50;1.97;0.22 +3772;6;2937.00;10.90;1407.50;2.26;0.22 +3772;9;2931.84;11.53;1405.00;1.57;0.22 +3772;10;2936.16;10.46;1405.00;-1.57;0.22 +3772;19;2934.00;10.00;1402.00;0.98;0.22 +3772;20;2934.00;10.00;1400.25;0.00;0.22 3772;21;2931.84;11.53;1405.00;1.57;0.22 +3773;0;2955.00;13.02;1412.00;0.00;0.26 +3773;1;2956.50;12.25;1409.00;0.46;0.26 +3773;2;2954.00;12.07;1410.00;-0.46;0.26 +3773;3;2957.50;13.10;1411.00;1.19;0.26 +3773;4;2952.50;12.55;1412.00;4.71;0.26 +3773;5;2953.50;13.10;1413.50;3.92;0.26 +3773;6;2956.50;13.60;1413.50;2.35;0.26 +3773;9;2952.66;12.56;1412.00;1.57;0.26 +3773;10;2957.34;13.24;1412.00;-1.57;0.26 3773;21;2952.66;12.56;1412.00;1.57;0.26 +3774;0;3519.00;9.70;1443.00;0.00;0.26 +3774;1;3518.50;9.70;1441.00;-0.24;0.26 +3774;2;3521.50;9.60;1440.50;0.78;0.26 +3774;3;3521.50;9.60;1443.00;1.57;0.26 +3774;4;3516.50;9.70;1444.50;4.17;0.26 +3774;5;3520.00;9.60;1445.00;2.67;0.26 +3774;6;3517.50;9.70;1446.00;3.60;0.26 +3774;9;3516.66;9.70;1443.00;1.57;0.26 +3774;10;3521.34;9.60;1443.00;-1.57;0.26 3774;21;3516.66;9.70;1443.00;1.57;0.26 +3775;0;1565.00;9.75;1616.00;0.00;0.24 +3775;1;1562.00;9.90;1613.50;-0.87;0.24 +3775;2;782.00;9.50;807.50;-0.76;0.24 +3775;3;1563.50;9.90;1616.50;4.39;0.24 +3775;4;1568.00;9.72;1617.00;1.89;0.24 +3775;5;1566.00;9.85;1618.50;2.76;0.24 +3775;9;1562.30;10.15;1616.00;1.57;0.24 +3775;10;1567.70;9.70;1616.00;-1.57;0.24 3775;21;1562.30;10.15;1616.00;1.57;0.24 +3776;0;2972.00;9.70;1421.00;0.00;0.22 +3776;1;2971.00;9.82;1419.00;-0.46;0.22 +3776;2;2973.50;9.75;1420.00;0.98;0.22 +3776;3;2970.00;9.80;1419.50;-0.92;0.22 +3776;4;2969.50;9.70;1422.00;4.33;0.22 +3776;5;2976.00;9.70;1421.00;1.57;0.22 +3776;6;2974.00;9.70;1422.50;2.21;0.22 +3776;7;2971.00;9.70;1423.50;3.52;0.22 +3776;9;2969.48;9.70;1421.00;1.57;0.22 +3776;10;2974.52;9.70;1421.00;-1.57;0.22 3776;21;2969.48;9.70;1421.00;1.57;0.22 +3777;0;3483.00;9.70;1445.00;0.00;0.24 +3777;1;3480.00;9.80;1442.00;-0.78;0.24 +3777;2;3484.00;9.70;1443.50;0.58;0.24 +3777;3;3480.00;9.75;1443.00;-0.98;0.24 +3777;4;3480.50;9.70;1445.00;4.71;0.24 +3777;5;3486.00;9.70;1445.50;1.73;0.24 +3777;6;3482.00;9.70;1446.50;3.73;0.24 +3777;7;3484.50;9.70;1447.50;2.60;0.24 +3777;9;3480.12;9.70;1445.00;1.57;0.24 +3777;10;3485.88;9.70;1445.00;-1.57;0.24 3777;21;3480.12;9.70;1445.00;1.57;0.24 +3778;0;1625.00;10.40;1644.00;0.00;0.22 +3778;1;1626.00;10.40;1642.00;0.46;0.22 +3778;2;1622.50;10.40;1642.50;-1.03;0.22 +3778;3;1629.00;10.40;1644.50;1.69;0.22 +3778;4;1620.50;10.40;1645.00;4.49;0.22 +3778;5;1623.00;10.40;1646.00;3.92;0.22 +3778;6;1627.00;10.40;1646.50;2.46;0.22 +3778;9;1621.76;10.40;1644.00;1.57;0.22 +3778;10;1628.24;10.40;1644.00;-1.57;0.22 3778;21;1621.76;10.40;1644.00;1.57;0.22 +3779;0;3458.00;9.70;1441.00;0.00;0.24 +3779;1;3459.00;9.70;1438.50;0.38;0.24 +3779;2;3460.50;9.70;1439.00;0.89;0.24 +3779;3;3456.50;9.70;1439.00;-0.64;0.24 +3779;4;3455.00;9.80;1441.50;4.54;0.24 +3779;5;3460.00;9.70;1442.00;2.03;0.24 +3779;6;3457.50;9.80;1444.00;3.30;0.24 +3779;9;3455.84;9.80;1441.00;1.57;0.24 +3779;10;3460.16;9.70;1441.00;-1.57;0.24 3779;21;3455.84;9.80;1441.00;1.57;0.24 +3780;0;2952.00;10.05;1425.00;0.00;0.20 +3780;1;2954.50;10.30;1423.00;0.89;0.20 +3780;2;2952.00;10.12;1424.00;0.00;0.20 +3780;3;2955.50;10.10;1424.00;1.29;0.20 +3780;4;2949.00;9.75;1425.00;4.71;0.20 +3780;5;2953.50;9.95;1426.00;2.15;0.20 +3780;6;2949.50;9.80;1427.00;4.03;0.20 +3780;7;2952.00;9.90;1427.50;3.14;0.20 +3780;9;2949.48;9.79;1425.00;1.57;0.20 +3780;10;2954.52;9.95;1425.00;-1.57;0.20 3780;21;2949.48;9.79;1425.00;1.57;0.20 +3781;0;1009.00;15.50;1661.00;0.00;0.44 +3781;1;1007.50;14.70;1654.00;-0.21;0.44 +3781;2;1012.50;15.50;1653.50;0.43;0.44 +3781;3;1014.00;16.10;1661.00;1.57;0.44 +3781;4;1005.00;14.45;1662.00;4.46;0.44 +3781;5;1010.50;14.70;1668.50;2.94;0.44 +3781;6;1006.50;14.05;1669.00;3.44;0.44 +3781;9;1005.04;14.42;1661.00;1.57;0.44 +3781;10;1012.96;15.99;1661.00;-1.57;0.44 3781;21;1005.04;14.42;1661.00;1.57;0.44 +3782;0;2929.00;10.80;1426.00;0.00;0.14 +3782;1;2930.00;10.57;1425.00;0.78;0.14 +3782;2;2932.00;10.50;1425.00;1.24;0.14 +3782;3;2927.00;11.05;1425.50;-1.32;0.14 +3782;4;2932.50;10.50;1426.00;1.57;0.14 +3782;5;2925.50;12.80;1427.00;4.43;0.14 +3782;6;2929.00;11.35;1427.50;3.14;0.14 +3782;9;2926.48;11.45;1426.00;1.57;0.14 +3782;10;2931.52;10.54;1426.00;-1.57;0.14 3782;21;2926.48;11.45;1426.00;1.57;0.14 +3783;0;4706.00;10.92;1317.00;0.00;0.28 +3783;1;4706.00;10.45;1313.50;0.00;0.28 +3783;2;4704.00;10.25;1317.00;4.71;0.28 +3783;3;4707.50;11.10;1315.50;0.78;0.28 +3783;4;4709.50;11.30;1317.50;1.71;0.28 +3783;5;4708.50;11.05;1320.00;2.44;0.28 +3783;9;4703.12;9.63;1317.00;1.57;0.28 +3783;10;4708.88;11.31;1317.00;-1.57;0.28 +3783;19;4701.00;9.53;1316.00;-1.57;0.28 +3783;20;4699.28;9.53;1315.65;-1.37;0.28 3783;21;4703.12;9.63;1317.00;1.57;0.28 +3784;0;933.00;10.92;1463.00;0.00;0.28 +3784;1;934.00;11.07;1460.00;0.32;0.28 +3784;2;929.50;10.80;1462.00;-1.29;0.28 +3784;3;935.50;10.55;1463.00;1.57;0.28 +3784;4;930.50;11.10;1465.50;3.92;0.28 +3784;5;934.00;10.52;1466.00;2.82;0.28 +3784;9;930.30;10.84;1463.00;1.57;0.28 +3784;10;935.70;10.52;1463.00;-1.57;0.28 3784;21;930.30;10.84;1463.00;1.57;0.28 +3785;0;2663.00;9.50;1651.00;0.00;0.60 +3785;1;2671.50;9.50;1644.50;0.91;0.60 +3785;2;2675.00;9.50;1643.50;1.01;0.60 +3785;3;2661.50;9.50;1646.50;-0.32;0.60 +3785;4;2650.00;9.50;1649.50;-1.45;0.60 +3785;5;2678.50;9.50;1645.00;1.20;0.60 +3785;6;2674.50;9.50;1652.00;1.65;0.60 +3785;7;2659.00;9.50;1657.00;3.73;0.60 +3785;9;2652.20;9.50;1651.00;1.57;0.60 +3785;10;2673.80;9.50;1651.00;-1.57;0.60 +3785;11;2676.60;9.50;1640.60;0.91;0.60 +3785;12;2682.20;10.98;1639.00;1.01;0.60 +3785;13;2660.60;9.50;1643.80;-0.32;0.60 +3785;14;2642.20;9.50;1648.60;-1.45;0.60 +3785;15;2687.80;9.50;1641.40;1.20;0.60 +3785;16;2681.40;9.50;1652.60;1.65;0.60 +3785;17;2656.60;9.50;1660.60;3.73;0.60 3785;21;2652.20;9.50;1651.00;1.57;0.60 +3786;0;3269.00;12.22;1325.00;0.00;0.20 +3786;1;3267.50;13.60;1322.50;-0.54;0.20 +3786;2;3270.00;13.12;1323.00;0.46;0.20 +3786;3;3272.00;12.50;1324.50;1.40;0.20 +3786;4;3266.50;12.25;1325.00;4.71;0.20 +3786;5;3271.50;11.90;1326.00;1.95;0.20 +3786;6;3269.50;11.45;1327.00;2.89;0.20 +3786;9;3266.84;12.23;1325.00;1.57;0.20 +3786;10;3271.16;12.28;1325.00;-1.57;0.20 3786;21;3266.84;12.23;1325.00;1.57;0.20 +3787;0;4877.00;9.87;1411.00;0.00;0.22 +3787;1;4878.50;9.80;1409.00;0.64;0.22 +3787;2;4875.00;10.25;1409.00;-0.78;0.22 +3787;3;4873.00;10.35;1410.50;-1.44;0.22 +3787;4;4880.50;9.90;1412.00;1.84;0.22 +3787;5;4874.50;9.85;1413.00;4.03;0.22 +3787;6;4878.00;9.80;1413.00;2.67;0.22 +3787;9;4873.76;10.16;1411.00;1.57;0.22 +3787;10;4880.24;9.87;1411.00;-1.57;0.22 3787;21;4873.76;10.16;1411.00;1.57;0.22 +3788;0;3300.00;13.15;1279.00;0.00;0.24 +3788;1;3299.00;13.42;1276.00;-0.32;0.24 +3788;2;3301.50;13.05;1276.00;0.46;0.24 +3788;3;3302.00;13.15;1277.00;0.78;0.24 +3788;4;3297.00;13.65;1279.00;4.71;0.24 +3788;5;3302.50;13.40;1280.50;2.11;0.24 +3788;6;3298.00;13.20;1281.50;3.81;0.24 +3788;7;3300.50;13.40;1282.00;2.97;0.24 +3788;9;3297.84;13.44;1279.00;1.57;0.24 +3788;10;3302.16;13.21;1279.00;-1.57;0.24 3788;21;3297.84;13.44;1279.00;1.57;0.24 +3789;0;1968.00;9.50;1042.00;0.00;0.90 +3789;1;1964.50;9.50;1031.50;-0.32;0.90 +3789;2;1975.50;9.50;1033.50;0.72;0.90 +3789;3;1959.50;9.50;1047.00;4.18;0.90 +3789;4;1976.50;9.50;1047.00;2.10;0.90 +3789;5;1967.00;9.50;1055.00;3.21;0.90 +3789;9;1959.90;9.50;1042.00;1.57;0.90 +3789;10;1976.10;9.50;1042.00;-1.57;0.90 +3789;11;1962.40;9.50;1025.20;-0.32;0.90 +3789;12;1980.00;9.50;1028.40;0.72;0.90 +3789;13;1954.40;9.50;1050.00;4.18;0.90 +3789;14;1981.60;9.50;1050.00;2.10;0.90 +3789;15;1966.40;9.50;1062.80;3.21;0.90 3789;21;1959.90;9.50;1042.00;1.57;0.90 +3790;0;2672.00;9.70;1272.00;0.00;0.20 +3790;1;2670.50;9.70;1271.50;-1.24;0.20 +3790;2;2674.00;9.70;1272.00;1.57;0.20 +3790;3;2674.50;9.80;1273.50;2.11;0.20 +3790;4;2672.00;9.70;1274.00;3.14;0.20 +3790;9;2669.48;9.69;1272.00;1.57;0.20 +3790;10;2674.52;9.70;1272.00;-1.57;0.20 +3790;19;2673.00;9.40;1270.00;-0.05;0.20 +3790;20;2673.78;9.40;1268.43;0.46;0.20 3790;21;2672.83;9.70;1270.68;-1.57;0.20 +3791;0;4827.00;12.00;1405.00;0.00;0.28 +3791;1;4824.50;11.90;1402.50;-0.78;0.28 +3791;2;4828.00;13.05;1403.00;0.46;0.28 +3791;3;4824.50;10.65;1405.00;4.71;0.28 +3791;4;4829.50;12.55;1406.00;1.95;0.28 +3791;5;4828.00;11.30;1407.50;2.76;0.28 +3791;9;4824.48;10.65;1405.00;1.57;0.28 +3791;10;4829.52;13.00;1405.00;-1.57;0.28 3791;21;4824.48;10.65;1405.00;1.57;0.28 +3792;0;683.00;9.50;1442.00;0.00;0.74 +3792;1;680.50;9.50;1433.00;-0.27;0.74 +3792;2;666.50;9.50;1442.50;4.68;0.74 +3792;3;701.00;9.50;1441.50;1.54;0.74 +3792;4;688.00;9.50;1450.50;2.61;0.74 +3792;5;704.50;9.50;1449.00;1.88;0.74 +3792;9;668.42;9.50;1442.00;1.57;0.74 +3792;10;697.58;9.50;1442.00;-1.57;0.74 +3792;11;679.00;9.50;1427.60;-0.27;0.74 +3792;12;656.60;9.50;1442.80;4.68;0.74 +3792;13;711.80;9.50;1441.20;1.54;0.74 +3792;14;691.00;9.50;1455.60;2.61;0.74 +3792;15;717.40;9.50;1453.20;1.88;0.74 3792;21;668.42;9.50;1442.00;1.57;0.74 +3793;0;538.00;9.50;1869.00;0.00;1.16 +3793;1;556.00;9.50;1856.00;0.94;1.16 +3793;2;530.00;9.50;1862.50;-0.88;1.16 +3793;3;566.00;9.50;1858.50;1.21;1.16 +3793;4;550.00;9.50;1871.50;1.77;1.16 +3793;5;516.00;9.50;1875.00;4.44;1.16 +3793;6;516.00;9.50;1880.50;4.23;1.16 +3793;7;525.00;9.50;1882.50;3.90;1.16 +3793;9;519.46;9.50;1869.00;1.57;1.16 +3793;10;556.54;9.50;1869.00;-1.57;1.16 +3793;11;566.80;9.50;1848.20;0.94;1.16 +3793;12;525.20;9.50;1858.60;-0.88;1.16 +3793;13;582.80;9.50;1852.20;1.21;1.16 +3793;14;557.20;9.50;1873.00;1.77;1.16 +3793;15;502.80;9.50;1878.60;4.44;1.16 +3793;16;502.80;9.50;1887.40;4.23;1.16 +3793;17;517.20;9.50;1890.60;3.90;1.16 3793;21;519.46;9.50;1869.00;1.57;1.16 +3794;0;2739.00;13.65;1332.00;0.00;0.20 +3794;1;2738.00;12.65;1330.00;-0.46;0.20 +3794;2;2740.00;13.05;1330.50;0.58;0.20 +3794;3;2741.50;12.80;1332.00;1.57;0.20 +3794;4;2736.00;13.15;1332.50;4.54;0.20 +3794;5;2741.00;13.75;1333.50;2.21;0.20 +3794;6;2737.00;13.40;1333.50;4.06;0.20 +3794;7;2738.50;13.70;1333.50;3.46;0.20 +3794;9;2736.84;13.11;1332.00;1.57;0.20 +3794;10;2741.16;13.07;1332.00;-1.57;0.20 3794;21;2741.16;13.07;1332.00;-1.57;0.20 +3795;0;3482.00;9.80;1213.00;0.00;0.44 +3795;1;3480.00;9.80;1209.00;-0.46;0.44 +3795;2;3486.00;9.70;1210.50;1.01;0.44 +3795;3;3477.00;9.80;1211.50;-1.27;0.44 +3795;4;3490.00;9.70;1212.00;1.44;0.44 +3795;5;3478.00;9.90;1215.50;4.15;0.44 +3795;6;3489.00;9.70;1213.50;1.64;0.44 +3795;7;3486.50;9.70;1215.50;2.07;0.44 +3795;8;3482.00;9.82;1218.00;3.14;0.44 +3795;9;3476.78;9.80;1213.00;1.57;0.44 +3795;10;3487.22;9.70;1213.00;-1.57;0.44 3795;21;3476.78;9.80;1213.00;1.57;0.44 +3796;0;3189.00;10.40;1387.00;0.00;0.22 +3796;1;3188.00;10.87;1385.00;-0.46;0.22 +3796;2;3190.50;10.80;1385.00;0.64;0.22 +3796;3;3186.00;10.30;1387.50;4.54;0.22 +3796;4;3191.00;10.35;1387.50;1.81;0.22 +3796;5;3189.50;10.05;1390.00;2.97;0.22 +3796;6;3191.50;10.15;1390.00;2.44;0.22 +3796;9;3186.84;10.41;1387.00;1.57;0.22 +3796;10;3191.16;10.38;1387.00;-1.57;0.22 3796;21;3186.84;10.41;1387.00;1.57;0.22 +3797;0;4488.00;9.50;748.00;0.00;1.12 +3797;1;4479.00;9.50;735.50;-0.62;1.12 +3797;2;4491.00;9.50;738.00;0.29;1.12 +3797;3;4475.50;9.50;742.50;-1.15;1.12 +3797;4;4499.50;9.50;752.00;1.90;1.12 +3797;5;4478.00;9.50;753.50;4.21;1.12 +3797;6;4490.00;9.50;760.50;2.98;1.12 +3797;9;4477.20;9.50;748.00;1.57;1.12 +3797;10;4498.80;9.50;748.00;-1.57;1.12 +3797;11;4473.60;9.50;728.00;-0.62;1.12 +3797;12;4492.80;9.50;732.00;0.29;1.12 +3797;13;4468.00;9.50;739.20;-1.15;1.12 +3797;14;4506.40;9.50;754.40;1.90;1.12 +3797;15;4472.00;9.50;756.80;4.21;1.12 +3797;16;4491.20;9.50;768.00;2.98;1.12 3797;21;4477.20;9.50;748.00;1.57;1.12 +3798;0;2675.00;10.47;1323.00;0.00;0.22 +3798;1;2674.00;10.25;1320.00;-0.32;0.22 +3798;2;2673.00;10.20;1321.00;-0.78;0.22 +3798;3;2675.50;10.40;1321.50;0.32;0.22 +3798;4;2673.50;10.30;1323.50;4.39;0.22 +3798;5;2677.50;11.00;1324.00;1.95;0.22 +3798;6;2676.50;10.80;1325.50;2.60;0.22 +3798;7;2675.00;10.62;1326.00;3.14;0.22 +3798;9;2673.02;10.13;1323.00;1.57;0.22 +3798;10;2676.98;10.92;1323.00;-1.57;0.22 3798;21;2673.02;10.13;1323.00;1.57;0.22 +3799;0;2788.00;12.22;1316.00;0.00;0.28 +3799;1;2786.00;11.70;1313.50;-0.67;0.28 +3799;2;2788.50;11.80;1314.00;0.24;0.28 +3799;3;2787.00;12.40;1316.50;4.24;0.28 +3799;4;2790.00;12.05;1315.50;1.32;0.28 +3799;5;2791.00;12.02;1317.00;1.89;0.28 +3799;6;2789.50;12.60;1319.00;2.67;0.28 +3799;9;2785.48;12.25;1316.00;1.57;0.28 +3799;10;2790.52;12.04;1316.00;-1.57;0.28 3799;21;2790.52;12.04;1316.00;-1.57;0.28 +3800;0;1177.00;11.20;1888.00;0.00;0.80 +3800;1;1172.00;11.30;1883.50;-0.83;0.80 +3800;2;1186.50;11.10;1890.00;1.77;0.80 +3800;3;1174.00;11.30;1892.50;3.73;0.80 +3800;4;1163.00;11.50;1894.50;4.27;0.80 +3800;5;1185.00;11.10;1898.50;2.49;0.80 +3800;9;1165.84;11.50;1888.00;1.57;0.80 +3800;10;1188.16;10.90;1888.00;-1.57;0.80 3800;21;1188.16;10.90;1888.00;-1.57;0.80 +3801;0;5327.00;9.50;135.00;0.00;1.28 +3801;1;5341.00;9.50;119.50;0.73;1.28 +3801;2;5323.00;9.50;126.00;-0.41;1.28 +3801;3;5341.50;9.50;129.50;1.20;1.28 +3801;4;5305.50;9.50;132.50;-1.45;1.28 +3801;5;5315.50;9.50;142.00;4.16;1.28 +3801;6;5334.50;9.50;145.00;2.49;1.28 +3801;7;5327.00;9.50;152.00;3.14;1.28 +3801;9;5313.86;9.50;135.00;1.57;1.28 +3801;10;5340.14;9.50;135.00;-1.57;1.28 +3801;11;5349.40;9.50;110.20;0.73;1.28 +3801;12;5320.60;9.50;120.60;-0.41;1.28 +3801;13;5350.20;9.50;126.20;1.20;1.28 +3801;14;5292.60;9.50;131.00;-1.45;1.28 +3801;15;5308.60;9.50;146.20;4.16;1.28 +3801;16;5339.00;9.50;151.00;2.49;1.28 +3801;17;5327.00;9.50;162.20;3.14;1.28 3801;21;5313.86;9.50;135.00;1.57;1.28 +3802;0;1553.00;10.40;1545.00;0.00;0.20 +3802;1;1552.50;10.45;1541.00;-0.12;0.20 +3802;2;1554.50;10.40;1541.50;0.40;0.20 +3802;3;1551.50;10.35;1545.00;4.71;0.20 +3802;4;1554.50;10.40;1543.50;0.78;0.20 +3802;5;1555.50;10.75;1547.00;2.24;0.20 +3802;6;1553.50;10.90;1548.50;3.00;0.20 +3802;7;1551.50;10.60;1549.50;3.46;0.20 +3802;9;1551.20;10.36;1545.00;1.57;0.20 +3802;10;1554.80;10.42;1545.00;-1.57;0.20 3802;21;1551.20;10.36;1545.00;1.57;0.20 +3803;0;4810.00;14.47;1349.00;0.00;0.26 +3803;1;4808.00;14.05;1346.00;-0.58;0.26 +3803;2;4807.50;14.30;1347.50;-1.03;0.26 +3803;3;4810.50;14.10;1347.00;0.24;0.26 +3803;4;4808.50;14.85;1350.00;4.12;0.26 +3803;5;4813.00;14.05;1350.00;1.89;0.26 +3803;6;4811.50;13.90;1351.50;2.60;0.26 +3803;9;4807.48;14.75;1349.00;1.57;0.26 +3803;10;4812.52;14.14;1349.00;-1.57;0.26 3803;21;4807.48;14.75;1349.00;1.57;0.26 +3804;0;5197.00;9.50;982.00;0.00;1.16 +3804;1;5190.50;9.50;970.00;-0.49;1.16 +3804;2;5205.50;9.50;974.00;0.81;1.16 +3804;3;5185.50;9.50;986.50;4.33;1.16 +3804;4;5206.00;9.50;992.00;2.40;1.16 +3804;5;5193.00;9.50;995.50;3.43;1.16 +3804;9;5186.56;9.50;982.00;1.57;1.16 +3804;10;5207.44;9.50;982.00;-1.57;1.16 +3804;11;5186.60;9.50;962.80;-0.49;1.16 +3804;12;5210.60;9.50;969.20;0.81;1.16 +3804;13;5178.60;9.50;989.20;4.33;1.16 +3804;14;5211.40;9.50;998.00;2.40;1.16 +3804;15;5190.60;9.50;1003.60;3.43;1.16 3804;21;5186.56;9.50;982.00;1.57;1.16 +3805;0;4904.00;9.50;757.00;0.00;1.02 +3805;1;4909.50;9.50;746.00;0.46;1.02 +3805;2;4895.00;9.50;748.00;-0.78;1.02 +3805;3;4917.50;9.50;754.50;1.38;1.02 +3805;4;4892.00;11.60;762.50;4.28;1.02 +3805;5;4896.50;9.50;758.50;4.51;1.02 +3805;6;4899.50;9.50;766.50;3.58;1.02 +3805;7;4909.00;9.50;767.00;2.67;1.02 +3805;9;4893.02;9.50;757.00;1.57;1.02 +3805;10;4914.98;9.50;757.00;-1.57;1.02 +3805;11;4912.80;9.50;739.40;0.46;1.02 +3805;12;4889.60;9.50;742.60;-0.78;1.02 +3805;13;4925.60;9.50;753.00;1.38;1.02 +3805;14;4884.80;9.50;765.80;4.28;1.02 +3805;15;4892.00;10.40;759.40;4.51;1.02 +3805;16;4896.80;10.48;772.20;3.58;1.02 +3805;17;4912.00;9.50;773.00;2.67;1.02 3805;21;4893.02;9.50;757.00;1.57;1.02 +3806;0;1657.00;10.47;1589.00;0.00;0.20 +3806;1;1656.00;10.45;1585.50;-0.27;0.20 +3806;2;1657.50;10.50;1585.00;0.12;0.20 +3806;3;1658.00;10.55;1587.00;0.46;0.20 +3806;4;1655.00;10.50;1587.50;-0.92;0.20 +3806;5;1659.00;10.65;1590.00;2.03;0.20 +3806;6;1655.50;10.50;1591.00;3.78;0.20 +3806;7;1659.50;10.65;1592.00;2.44;0.20 +3806;8;1657.50;10.30;1592.50;3.00;0.20 +3806;9;1655.20;10.51;1589.00;1.57;0.20 +3806;10;1658.80;10.63;1589.00;-1.57;0.20 3806;21;1655.20;10.51;1589.00;1.57;0.20 +3807;0;3348.00;12.25;1303.00;0.00;0.24 +3807;1;3347.50;12.40;1301.00;-0.24;0.24 +3807;2;3344.50;11.90;1301.50;-1.16;0.24 +3807;3;3352.00;12.62;1302.00;1.32;0.24 +3807;4;3345.50;12.00;1304.00;4.33;0.24 +3807;5;3351.00;12.60;1304.50;2.03;0.24 +3807;6;3347.50;12.30;1305.50;3.33;0.24 +3807;9;3344.94;11.91;1303.00;1.57;0.24 +3807;10;3351.06;12.50;1303.00;-1.57;0.24 3807;21;3344.94;11.91;1303.00;1.57;0.24 +3808;0;5148.00;9.50;1591.00;0.00;1.44 +3808;1;5139.50;9.50;1569.00;-0.36;1.44 +3808;2;5159.50;9.50;1587.50;1.27;1.44 +3808;3;5128.00;9.50;1571.50;-0.79;1.44 +3808;4;5134.00;9.50;1584.50;-1.13;1.44 +3808;5;5146.00;9.50;1609.50;3.24;1.44 +3808;6;5163.00;9.50;1615.50;2.59;1.44 +3808;7;5163.00;9.50;1621.50;2.68;1.44 +3808;9;5135.04;9.50;1591.00;1.57;1.44 +3808;10;5160.96;9.50;1591.00;-1.57;1.44 +3808;11;5134.40;9.50;1555.80;-0.36;1.44 +3808;12;5166.40;9.50;1585.40;1.27;1.44 +3808;13;5116.00;9.50;1559.80;-0.79;1.44 +3808;14;5125.60;9.50;1580.60;-1.13;1.44 +3808;15;5144.80;9.50;1620.60;3.24;1.44 +3808;16;5172.00;9.50;1630.20;2.59;1.44 +3808;17;5172.00;9.50;1639.80;2.68;1.44 3808;21;5135.04;9.50;1591.00;1.57;1.44 +3809;0;4410.00;9.50;754.00;0.00;0.78 +3809;1;4410.00;9.50;745.00;0.00;0.78 +3809;2;4416.50;9.50;747.00;0.74;0.78 +3809;3;4406.50;9.50;748.50;-0.56;0.78 +3809;4;4402.00;9.50;751.50;-1.26;0.78 +3809;5;4420.00;9.50;754.50;1.62;0.78 +3809;6;4398.00;9.50;755.00;4.62;0.78 +3809;7;4401.50;9.50;759.00;4.18;0.78 +3809;8;4413.00;9.50;760.50;2.70;0.78 +3809;9;4400.46;9.50;754.00;1.57;0.78 +3809;10;4419.54;9.50;754.00;-1.57;0.78 +3809;11;4410.00;9.50;739.60;0.00;0.78 +3809;12;4420.40;9.50;742.80;0.74;0.78 +3809;13;4404.40;9.50;745.20;-0.56;0.78 +3809;14;4397.20;9.50;750.00;-1.26;0.78 +3809;15;4426.00;9.50;754.80;1.62;0.78 +3809;16;4390.80;9.51;755.60;4.62;0.78 +3809;17;4396.40;9.50;762.00;4.18;0.78 +3809;18;4414.80;9.50;764.40;2.70;0.78 3809;21;4400.46;9.50;754.00;1.57;0.78 +3810;0;2727.00;11.97;1295.00;0.00;0.16 +3810;1;2726.00;12.50;1293.50;-0.58;0.16 +3810;2;2729.00;12.17;1294.00;1.10;0.16 +3810;3;2723.50;12.20;1295.00;4.71;0.16 +3810;4;2725.50;11.80;1296.00;4.12;0.16 +3810;5;2728.50;11.65;1296.00;2.15;0.16 +3810;6;2730.00;11.95;1295.50;1.73;0.16 +3810;7;2727.00;11.50;1297.00;3.14;0.16 +3810;9;2724.48;12.05;1295.00;1.57;0.16 +3810;10;2729.52;11.95;1295.00;-1.57;0.16 3810;21;2729.52;11.95;1295.00;-1.57;0.16 +3811;0;4905.00;12.95;1406.00;0.00;0.32 +3811;1;4902.00;12.55;1405.50;-1.40;0.32 +3811;2;4905.00;13.07;1403.00;0.00;0.32 +3811;3;4908.00;13.12;1406.00;1.57;0.32 +3811;4;4904.50;12.80;1409.50;3.28;0.32 +3811;5;4908.00;12.85;1409.50;2.43;0.32 +3811;9;4902.12;12.51;1406.00;1.57;0.32 +3811;10;4907.88;13.13;1406.00;-1.57;0.32 3811;21;4902.12;12.51;1406.00;1.57;0.32 +3812;0;4002.00;9.50;334.00;0.00;0.96 +3812;1;4001.50;9.50;326.00;-0.06;0.96 +3812;2;4013.50;9.50;328.50;1.12;0.96 +3812;3;3988.50;9.50;337.00;4.49;0.96 +3812;4;4010.00;9.50;340.50;2.25;0.96 +3812;5;3988.50;9.50;342.00;4.17;0.96 +3812;6;3997.50;9.50;344.50;3.54;0.96 +3812;9;3992.46;9.50;334.00;1.57;0.96 +3812;10;4011.54;9.50;334.00;-1.57;0.96 +3812;11;4001.20;9.50;321.20;-0.06;0.96 +3812;12;4020.40;9.50;325.20;1.12;0.96 +3812;13;3980.40;9.50;338.80;4.49;0.96 +3812;14;4014.80;9.50;344.40;2.25;0.96 +3812;15;3980.40;9.50;346.80;4.17;0.96 +3812;16;3994.80;9.50;350.80;3.54;0.96 3812;21;3992.46;9.50;334.00;1.57;0.96 +3813;0;3688.00;9.50;680.00;0.00;1.04 +3813;1;3682.00;9.50;669.50;-0.51;1.04 +3813;2;3695.00;9.50;673.50;0.82;1.04 +3813;3;3675.00;9.50;675.00;-1.20;1.04 +3813;4;3677.50;9.50;683.50;4.39;1.04 +3813;5;3701.00;9.50;684.00;1.86;1.04 +3813;6;3699.00;9.50;688.00;2.20;1.04 +3813;7;3689.00;9.50;691.50;3.05;1.04 +3813;9;3678.64;9.50;680.00;1.57;1.04 +3813;10;3697.36;9.50;680.00;-1.57;1.04 +3813;11;3678.40;9.50;663.20;-0.51;1.04 +3813;12;3699.20;9.50;669.60;0.82;1.04 +3813;13;3667.20;9.50;672.00;-1.20;1.04 +3813;14;3671.20;9.50;685.60;4.39;1.04 +3813;15;3708.80;9.50;686.40;1.86;1.04 +3813;16;3705.60;9.50;692.80;2.20;1.04 +3813;17;3689.60;9.50;698.40;3.05;1.04 3813;21;3678.64;9.50;680.00;1.57;1.04 +3814;0;4668.00;11.07;1340.00;0.00;0.28 +3814;1;4666.50;11.00;1337.50;-0.54;0.28 +3814;2;4670.50;11.00;1337.50;0.78;0.28 +3814;3;4670.50;11.00;1341.50;2.11;0.28 +3814;4;4664.50;11.30;1341.00;4.43;0.28 +3814;5;4668.00;11.30;1343.00;3.14;0.28 +3814;9;4665.48;11.15;1340.00;1.57;0.28 +3814;10;4670.52;11.00;1340.00;-1.57;0.28 3814;21;4665.48;11.15;1340.00;1.57;0.28 +3815;0;4857.00;12.30;1419.00;0.00;0.24 +3815;1;4856.00;12.50;1416.00;-0.32;0.24 +3815;2;4853.50;12.40;1417.50;-1.16;0.24 +3815;3;4859.00;12.45;1418.50;1.32;0.24 +3815;4;4855.50;12.30;1421.00;3.78;0.24 +3815;5;4861.00;12.20;1420.50;1.93;0.24 +3815;6;4860.50;12.30;1421.50;2.19;0.24 +3815;9;4853.76;12.54;1419.00;1.57;0.24 +3815;10;4860.24;12.36;1419.00;-1.57;0.24 3815;21;4853.76;12.54;1419.00;1.57;0.24 +3816;0;2792.00;11.17;1351.00;0.00;0.24 +3816;1;2794.50;11.30;1349.00;0.89;0.24 +3816;2;2792.50;11.70;1349.00;0.24;0.24 +3816;3;2795.00;10.85;1350.50;1.40;0.24 +3816;4;2789.50;11.60;1350.50;-1.37;0.24 +3816;5;2793.00;10.90;1352.00;2.35;0.24 +3816;6;2789.50;10.85;1353.00;4.03;0.24 +3816;7;2791.00;10.70;1353.50;3.52;0.24 +3816;9;2789.48;11.40;1351.00;1.57;0.24 +3816;10;2794.52;10.84;1351.00;-1.57;0.24 3816;21;2793.05;11.00;1351.80;-1.57;0.24 +3817;0;3605.00;9.50;237.00;0.00;1.04 +3817;1;3613.50;9.50;228.50;0.78;1.04 +3817;2;3600.00;9.50;231.00;-0.69;1.04 +3817;3;3618.50;9.50;237.00;1.57;1.04 +3817;4;3608.00;9.50;245.00;2.78;1.04 +3817;5;3595.00;9.50;247.00;3.92;1.04 +3817;9;3595.64;9.50;237.00;1.57;1.04 +3817;10;3614.36;9.50;237.00;-1.57;1.04 +3817;11;3618.60;9.50;223.40;0.78;1.04 +3817;12;3597.00;9.50;227.40;-0.69;1.04 +3817;13;3626.60;9.50;237.00;1.57;1.04 +3817;14;3609.80;9.50;249.80;2.78;1.04 +3817;15;3589.00;9.50;253.00;3.92;1.04 3817;21;3595.64;9.50;237.00;1.57;1.04 +3818;0;2940.00;9.50;693.00;0.00;0.78 +3818;1;2939.00;9.50;680.00;-0.07;0.78 +3818;2;2947.50;9.50;684.50;0.72;0.78 +3818;3;2931.50;9.50;694.00;4.59;0.78 +3818;4;2949.00;9.50;694.50;1.73;0.78 +3818;5;2940.50;9.50;699.00;3.05;0.78 +3818;6;2947.50;9.50;701.50;2.41;0.78 +3818;7;2940.50;9.50;706.00;3.10;0.78 +3818;8;2932.50;9.50;707.00;3.63;0.78 +3818;9;2932.98;9.50;693.00;1.57;0.78 +3818;10;2947.02;9.50;693.00;-1.57;0.78 +3818;11;2938.40;9.50;672.20;-0.07;0.78 +3818;12;2952.00;9.50;679.40;0.72;0.78 +3818;13;2926.40;9.50;694.60;4.59;0.78 +3818;14;2954.40;9.50;695.40;1.73;0.78 +3818;15;2940.80;9.50;702.60;3.05;0.78 +3818;16;2952.00;9.50;706.60;2.41;0.78 +3818;17;2940.80;9.50;713.80;3.10;0.78 +3818;18;2928.00;9.50;715.40;3.63;0.78 3818;21;2932.98;9.50;693.00;1.57;0.78 +3819;0;3198.00;12.30;1377.00;0.00;0.22 +3819;1;3199.00;11.97;1375.00;0.46;0.22 +3819;2;3201.50;11.90;1375.50;1.16;0.22 +3819;3;3196.50;11.90;1375.50;-0.78;0.22 +3819;4;3195.00;12.95;1377.50;4.54;0.22 +3819;5;3200.50;12.30;1377.50;1.76;0.22 +3819;6;3195.00;12.65;1380.00;3.92;0.22 +3819;7;3198.00;12.10;1379.50;3.14;0.22 +3819;9;3195.30;12.69;1377.00;1.57;0.22 +3819;10;3200.70;12.20;1377.00;-1.57;0.22 3819;21;3195.30;12.69;1377.00;1.57;0.22 +3820;0;2737.00;12.80;1341.00;0.00;0.24 +3820;1;2737.50;13.40;1338.00;0.16;0.24 +3820;2;2736.00;12.95;1340.50;-1.10;0.24 +3820;3;2739.50;13.00;1340.00;1.19;0.24 +3820;4;2738.00;12.70;1342.00;2.35;0.24 +3820;5;2735.50;12.80;1343.00;3.78;0.24 +3820;9;2734.84;12.98;1341.00;1.57;0.24 +3820;10;2739.16;12.78;1341.00;-1.57;0.24 3820;21;2739.16;12.78;1341.00;-1.57;0.24 +3821;0;2615.00;9.50;224.00;0.00;0.94 +3821;1;2606.50;9.50;211.50;-0.59;0.94 +3821;2;2618.50;9.50;216.00;0.41;0.94 +3821;3;2604.00;9.50;221.50;-1.34;0.94 +3821;4;2630.50;9.50;221.00;1.38;0.94 +3821;5;2626.50;9.50;228.00;1.90;0.94 +3821;6;2602.00;9.50;231.00;4.21;0.94 +3821;7;2612.50;9.50;233.00;3.41;0.94 +3821;9;2604.74;9.50;224.00;1.57;0.94 +3821;10;2625.26;9.50;224.00;-1.57;0.94 +3821;11;2601.40;9.50;204.00;-0.59;0.94 +3821;12;2620.60;9.50;211.20;0.41;0.94 +3821;13;2597.40;9.50;220.00;-1.34;0.94 +3821;14;2639.80;9.50;219.20;1.38;0.94 +3821;15;2633.40;9.50;230.40;1.90;0.94 +3821;16;2594.20;9.50;235.20;4.21;0.94 +3821;17;2611.00;9.50;238.40;3.41;0.94 3821;21;2604.74;9.50;224.00;1.57;0.94 +3822;0;2008.00;9.50;12.00;0.00;0.58 +3822;1;1998.50;9.50;12.50;4.66;0.58 +3822;2;2018.50;9.50;12.00;1.57;0.58 +3822;3;2008.50;9.50;19.00;3.07;0.58 +3822;4;2015.50;9.50;18.50;2.28;0.58 +3822;5;2000.50;9.50;19.50;3.92;0.58 +3822;9;1999.72;9.50;12.00;1.57;0.58 +3822;10;2016.28;9.50;12.00;-1.57;0.58 +3822;11;1992.80;9.50;12.80;4.66;0.58 +3822;12;2024.80;9.50;12.00;1.57;0.58 +3822;13;2008.80;9.50;23.20;3.07;0.58 +3822;14;2020.00;9.50;22.40;2.28;0.58 +3822;15;1996.00;9.50;24.00;3.92;0.58 3822;21;1999.72;9.50;12.00;1.57;0.58 +3823;0;1587.00;9.97;1504.00;0.00;0.30 +3823;1;1586.00;9.80;1501.50;-0.38;0.30 +3823;2;1591.00;9.80;1500.50;0.85;0.30 +3823;3;1592.00;9.85;1501.00;1.03;0.30 +3823;4;1582.00;9.85;1504.00;4.71;0.30 +3823;5;1590.50;10.25;1504.00;1.57;0.30 +3823;6;1584.00;10.35;1506.50;4.01;0.30 +3823;7;1589.00;10.40;1507.50;2.62;0.30 +3823;9;1583.04;9.85;1504.00;1.57;0.30 +3823;10;1590.96;10.25;1504.00;-1.57;0.30 3823;21;1583.04;9.85;1504.00;1.57;0.30 +3824;0;1618.00;9.80;1541.00;0.00;0.20 +3824;1;1617.00;9.75;1539.50;-0.58;0.20 +3824;2;1619.00;9.70;1539.50;0.58;0.20 +3824;3;1615.50;9.80;1540.50;-1.37;0.20 +3824;4;1621.00;9.80;1541.50;1.73;0.20 +3824;5;1615.50;9.90;1543.00;4.03;0.20 +3824;6;1618.50;9.80;1543.00;2.89;0.20 +3824;9;1615.66;9.84;1541.00;1.57;0.20 +3824;10;1620.34;9.75;1541.00;-1.57;0.20 3824;21;1615.66;9.84;1541.00;1.57;0.20 +3825;0;2250.00;9.50;1071.00;0.00;1.20 +3825;1;2255.50;9.50;1058.50;0.41;1.20 +3825;2;2267.50;9.50;1062.00;1.09;1.20 +3825;3;2239.00;9.50;1061.00;-0.83;1.20 +3825;4;2233.00;9.50;1075.00;4.48;1.20 +3825;5;2267.50;9.50;1072.50;1.65;1.20 +3825;6;2250.00;9.50;1082.50;3.14;1.20 +3825;9;2236.32;9.50;1071.00;1.57;1.20 +3825;10;2263.68;9.50;1071.00;-1.57;1.20 +3825;11;2258.80;9.50;1051.00;0.41;1.20 +3825;12;2278.00;9.50;1056.60;1.09;1.20 +3825;13;2232.40;9.50;1055.00;-0.83;1.20 +3825;14;2222.80;9.50;1077.40;4.48;1.20 +3825;15;2278.00;9.50;1073.40;1.65;1.20 +3825;16;2250.00;9.50;1089.40;3.14;1.20 3825;21;2236.32;9.50;1071.00;1.57;1.20 +3826;0;1965.00;9.50;1774.00;0.00;0.96 +3826;1;1980.00;9.50;1761.00;0.85;0.96 +3826;2;1963.50;9.50;1769.00;-0.29;0.96 +3826;3;1978.00;9.50;1769.00;1.20;0.96 +3826;4;1949.50;9.50;1777.00;4.52;0.96 +3826;5;1963.00;9.50;1781.00;3.42;0.96 +3826;6;1949.50;9.50;1782.00;4.23;0.96 +3826;9;1952.94;9.50;1774.00;1.57;0.96 +3826;10;1977.06;9.50;1774.00;-1.57;0.96 +3826;11;1989.00;9.50;1753.20;0.85;0.96 +3826;12;1962.60;9.50;1766.00;-0.29;0.96 +3826;13;1985.80;9.50;1766.00;1.20;0.96 +3826;14;1940.20;9.50;1778.80;4.52;0.96 +3826;15;1961.80;9.50;1785.20;3.42;0.96 +3826;16;1940.20;9.50;1786.80;4.23;0.96 3826;21;1952.94;9.50;1774.00;1.57;0.96 +3827;0;783.00;9.50;261.00;0.00;1.10 +3827;1;775.00;9.50;247.50;-0.53;1.10 +3827;2;788.50;9.50;248.00;0.40;1.10 +3827;3;771.50;9.50;264.00;4.45;1.10 +3827;4;799.00;9.50;255.50;1.24;1.10 +3827;5;793.50;9.50;267.50;2.12;1.10 +3827;6;780.00;9.50;276.00;3.33;1.10 +3827;7;789.00;9.50;279.50;2.82;1.10 +3827;9;773.10;9.50;261.00;1.57;1.10 +3827;10;792.90;9.50;261.00;-1.57;1.10 +3827;11;770.20;9.50;239.40;-0.53;1.10 +3827;12;791.80;9.50;240.20;0.40;1.10 +3827;13;764.60;9.50;265.80;4.45;1.10 +3827;14;808.60;9.50;252.20;1.24;1.10 +3827;15;799.80;9.50;271.40;2.12;1.10 +3827;16;778.20;9.50;285.00;3.33;1.10 +3827;17;792.60;9.50;290.60;2.82;1.10 3827;21;773.10;9.50;261.00;1.57;1.10 +3828;0;4680.00;12.10;1372.00;0.00;0.28 +3828;1;4678.50;12.50;1369.50;-0.54;0.28 +3828;2;4683.00;12.30;1370.50;1.10;0.28 +3828;3;4676.50;12.00;1371.50;-1.42;0.28 +3828;4;4683.50;11.60;1373.50;1.97;0.28 +3828;5;4679.00;11.35;1374.50;3.52;0.28 +3828;9;4676.58;11.86;1372.00;1.57;0.28 +3828;10;4683.42;12.00;1372.00;-1.57;0.28 3828;21;4676.58;11.86;1372.00;1.57;0.28 +3829;0;1538.00;12.57;1538.00;0.00;0.30 +3829;1;1537.50;11.50;1534.50;-0.14;0.30 +3829;2;1535.50;12.10;1536.50;-1.03;0.30 +3829;3;1540.00;12.40;1536.00;0.78;0.30 +3829;4;1541.00;12.92;1539.00;1.89;0.30 +3829;5;1535.50;12.25;1540.00;4.03;0.30 +3829;6;1539.50;11.75;1541.00;2.67;0.30 +3829;9;1535.30;12.30;1538.00;1.57;0.30 +3829;10;1540.70;12.88;1538.00;-1.57;0.30 3829;21;1535.30;12.30;1538.00;1.57;0.30 +3830;0;4657.00;10.32;1328.00;0.00;0.24 +3830;1;4657.00;9.95;1325.50;0.00;0.24 +3830;2;4660.00;10.10;1326.50;1.10;0.24 +3830;3;4654.00;10.17;1328.00;4.71;0.24 +3830;4;4658.50;10.50;1329.00;2.15;0.24 +3830;5;4655.00;10.60;1331.00;3.73;0.24 +3830;9;4654.12;10.18;1328.00;1.57;0.24 +3830;10;4659.88;10.30;1328.00;-1.57;0.24 3830;21;4654.12;10.18;1328.00;1.57;0.24 +3831;0;727.00;9.50;256.00;0.00;1.24 +3831;1;714.50;9.50;248.50;-1.03;1.24 +3831;2;734.00;9.50;246.00;0.61;1.24 +3831;3;743.50;9.50;261.50;1.89;1.24 +3831;4;704.50;9.50;258.50;4.60;1.24 +3831;5;713.50;9.50;261.50;4.32;1.24 +3831;6;733.00;9.50;267.50;2.66;1.24 +3831;7;742.50;9.50;271.00;2.34;1.24 +3831;9;712.78;9.50;256.00;1.57;1.24 +3831;10;741.22;9.50;256.00;-1.57;1.24 +3831;11;707.00;9.50;244.00;-1.03;1.24 +3831;12;738.20;9.50;240.00;0.61;1.24 +3831;13;753.40;9.50;264.80;1.89;1.24 +3831;14;691.00;9.50;260.00;4.60;1.24 +3831;15;705.40;9.50;264.80;4.32;1.24 +3831;16;736.60;9.50;274.40;2.66;1.24 +3831;17;751.80;9.50;280.00;2.34;1.24 3831;21;712.78;9.50;256.00;1.57;1.24 +3832;0;20.00;9.50;832.00;0.00;0.98 +3832;1;17.50;9.50;813.50;-0.13;0.98 +3832;2;10.00;9.50;817.00;-0.58;0.98 +3832;3;29.50;9.50;825.50;0.97;0.98 +3832;4;10.00;9.50;830.50;-1.42;0.98 +3832;5;29.50;9.50;844.50;2.49;0.98 +3832;6;10.00;9.50;843.50;3.85;0.98 +3832;7;17.50;9.50;848.50;3.29;0.98 +3832;9;11.18;9.50;832.00;1.57;0.98 +3832;10;28.82;9.50;832.00;-1.57;0.98 +3832;11;16.00;9.50;802.40;-0.13;0.98 +3832;12;4.00;9.50;808.00;-0.58;0.98 +3832;13;35.20;9.50;821.60;0.97;0.98 +3832;14;4.00;9.50;829.60;-1.42;0.98 +3832;15;35.20;9.50;852.00;2.49;0.98 +3832;16;4.00;9.50;850.40;3.85;0.98 +3832;17;16.00;9.50;858.40;3.29;0.98 3832;21;11.18;9.50;832.00;1.57;0.98 +3833;0;3152.00;13.47;1350.00;0.00;0.26 +3833;1;3154.50;12.20;1347.00;0.69;0.26 +3833;2;3151.50;13.50;1347.50;-0.19;0.26 +3833;3;3149.00;13.85;1348.50;-1.10;0.26 +3833;4;3154.00;12.82;1350.00;1.57;0.26 +3833;5;3150.00;13.60;1351.50;4.06;0.26 +3833;6;3152.00;12.80;1353.50;3.14;0.26 +3833;7;3150.00;12.55;1353.50;3.66;0.26 +3833;9;3149.66;13.93;1350.00;1.57;0.26 +3833;10;3154.34;12.74;1350.00;-1.57;0.26 3833;21;3149.66;13.93;1350.00;1.57;0.26 +3834;0;1068.00;12.25;1399.00;0.00;0.60 +3834;1;1071.00;12.70;1392.50;0.43;0.60 +3834;2;1074.50;12.20;1399.00;1.57;0.60 +3834;3;1062.50;11.80;1394.50;-0.88;0.60 +3834;4;1062.00;11.75;1401.50;4.31;0.60 +3834;5;1070.50;11.30;1406.50;2.82;0.60 +3834;6;1066.50;11.20;1407.50;3.31;0.60 +3834;9;1061.88;11.77;1399.00;1.57;0.60 +3834;10;1074.12;12.21;1399.00;-1.57;0.60 3834;21;1061.88;11.77;1399.00;1.57;0.60 +3835;0;2781.00;12.52;1308.00;0.00;0.16 +3835;1;2781.50;12.65;1307.00;0.46;0.16 +3835;2;2778.50;12.20;1307.50;-1.37;0.16 +3835;3;2783.50;12.70;1308.50;1.76;0.16 +3835;4;2779.00;12.05;1309.50;4.06;0.16 +3835;5;2782.50;12.20;1309.50;2.35;0.16 +3835;6;2781.00;12.20;1309.50;3.14;0.16 +3835;9;2778.84;12.20;1308.00;1.57;0.16 +3835;10;2783.16;12.79;1308.00;-1.57;0.16 3835;21;2783.16;12.79;1308.00;-1.57;0.16 +3836;0;6.00;9.50;1837.00;0.00;0.30 +3836;1;5.50;9.50;1828.00;-0.05;0.30 +3836;2;8.50;9.50;1828.50;0.28;0.30 +3836;3;3.00;9.50;1831.50;-0.49;0.30 +3836;4;9.00;9.50;1837.00;1.57;0.30 +3836;5;3.00;9.50;1840.50;3.85;0.30 +3836;6;5.50;9.50;1846.00;3.19;0.30 +3836;9;3.30;9.50;1837.00;1.57;0.30 +3836;10;8.70;9.50;1837.00;-1.57;0.30 +3836;11;5.20;9.50;1822.60;-0.05;0.30 +3836;12;10.00;9.50;1823.40;0.28;0.30 +3836;13;1.20;9.50;1828.20;-0.49;0.30 +3836;14;10.80;9.50;1837.00;1.57;0.30 +3836;15;1.20;9.50;1842.60;3.85;0.30 +3836;16;5.20;9.50;1851.40;3.19;0.30 3836;21;3.30;9.50;1837.00;1.57;0.30 +3837;0;965.00;9.50;1184.00;0.00;1.32 +3837;1;969.50;9.50;1173.00;0.38;1.32 +3837;2;952.00;9.50;1171.50;-0.80;1.32 +3837;3;949.50;9.50;1184.00;4.71;1.32 +3837;4;984.50;9.50;1179.00;1.32;1.32 +3837;5;979.50;9.50;1190.00;1.96;1.32 +3837;6;961.50;9.50;1196.50;3.41;1.32 +3837;7;974.00;9.50;1201.00;2.65;1.32 +3837;9;952.22;9.50;1184.00;1.57;1.32 +3837;10;977.78;9.50;1184.00;-1.57;1.32 +3837;11;972.20;9.50;1166.40;0.38;1.32 +3837;12;944.20;9.50;1164.00;-0.80;1.32 +3837;13;940.20;9.50;1184.00;4.71;1.32 +3837;14;996.20;9.50;1176.00;1.32;1.32 +3837;15;988.20;9.50;1193.60;1.96;1.32 +3837;16;959.40;9.50;1204.00;3.41;1.32 +3837;17;979.40;9.50;1211.20;2.65;1.32 3837;21;952.22;9.50;1184.00;1.57;1.32 +3838;0;2947.00;9.75;1356.00;0.00;0.26 +3838;1;2946.50;9.70;1355.50;-0.78;0.26 +3838;2;2949.00;11.65;1358.50;2.46;0.26 +3838;3;2946.50;9.80;1358.50;3.33;0.26 +3838;4;2947.00;9.50;1352.50;0.00;0.26 +3838;9;2944.66;9.50;1356.00;1.57;0.26 +3838;10;2949.34;10.67;1356.00;-1.57;0.26 +3838;19;2944.00;9.50;1360.00;-0.79;0.26 +3838;20;2942.95;9.50;1361.40;3.78;0.26 3838;21;2944.66;9.50;1356.00;1.57;0.26 +3839;0;4740.00;11.45;1337.00;0.00;0.22 +3839;1;4740.00;10.85;1335.00;0.00;0.22 +3839;2;4737.50;11.80;1336.00;-1.19;0.22 +3839;3;4742.00;11.15;1336.50;1.32;0.22 +3839;4;4742.00;12.50;1338.50;2.21;0.22 +3839;5;4739.50;12.20;1339.00;3.38;0.22 +3839;9;4738.02;11.69;1337.00;1.57;0.22 +3839;10;4741.98;11.45;1337.00;-1.57;0.22 3839;21;4738.02;11.69;1337.00;1.57;0.22 +3840;0;914.00;10.57;1471.00;0.00;0.28 +3840;1;913.50;9.60;1466.50;-0.11;0.28 +3840;2;916.00;10.15;1468.00;0.58;0.28 +3840;3;912.00;9.65;1469.50;-0.92;0.28 +3840;4;916.50;10.60;1472.50;2.11;0.28 +3840;5;912.50;11.00;1473.00;3.78;0.28 +3840;9;911.48;10.04;1471.00;1.57;0.28 +3840;10;916.52;10.64;1471.00;-1.57;0.28 +3840;19;909.00;9.50;1471.00;-0.93;0.28 +3840;20;907.25;9.50;1471.00;4.71;0.28 3840;21;911.48;10.04;1471.00;1.57;0.28 +3841;0;1160.00;9.50;870.00;0.00;1.42 +3841;1;1164.50;9.50;851.00;0.23;1.42 +3841;2;1170.00;9.50;852.00;0.50;1.42 +3841;3;1149.00;9.50;861.00;-0.88;1.42 +3841;4;1172.00;9.50;864.00;1.10;1.42 +3841;5;1139.00;9.50;869.00;-1.52;1.42 +3841;6;1153.00;9.50;881.00;3.70;1.42 +3841;7;1170.50;9.50;883.00;2.46;1.42 +3841;9;1147.22;9.50;870.00;1.57;1.42 +3841;10;1172.78;9.50;870.00;-1.57;1.42 +3841;11;1167.20;9.50;839.60;0.23;1.42 +3841;12;1176.00;9.50;841.20;0.50;1.42 +3841;13;1142.40;9.50;855.60;-0.88;1.42 +3841;14;1179.20;9.50;860.40;1.10;1.42 +3841;15;1126.40;9.50;868.40;-1.52;1.42 +3841;16;1148.80;9.50;887.60;3.70;1.42 +3841;17;1176.80;9.50;890.80;2.46;1.42 3841;21;1147.22;9.50;870.00;1.57;1.42 +3842;0;586.00;9.50;1928.00;0.00;1.20 +3842;1;590.00;9.50;1915.50;0.31;1.20 +3842;2;608.00;9.50;1921.50;1.28;1.20 +3842;3;568.50;9.50;1929.00;4.65;1.20 +3842;4;588.00;9.50;1937.00;2.92;1.20 +3842;5;565.50;9.50;1942.50;4.09;1.20 +3842;6;568.00;9.50;1943.00;4.01;1.20 +3842;9;569.26;9.50;1928.00;1.57;1.20 +3842;10;602.74;9.50;1928.00;-1.57;1.20 +3842;11;592.40;9.50;1908.00;0.31;1.20 +3842;12;621.20;9.50;1917.60;1.28;1.20 +3842;13;558.00;9.50;1929.60;4.65;1.20 +3842;14;589.20;9.50;1942.40;2.92;1.20 +3842;15;553.20;9.50;1951.20;4.09;1.20 +3842;16;557.20;9.50;1952.00;4.01;1.20 3842;21;569.26;9.50;1928.00;1.57;1.20 +3843;0;4864.00;11.07;1412.00;0.00;0.22 +3843;1;4862.50;11.50;1410.50;-0.78;0.22 +3843;2;4865.00;11.05;1409.50;0.38;0.22 +3843;3;4866.50;10.60;1411.00;1.19;0.22 +3843;4;4865.00;10.75;1414.00;2.67;0.22 +3843;5;4862.50;11.65;1415.00;3.60;0.22 +3843;9;4862.02;11.74;1412.00;1.57;0.22 +3843;10;4865.98;10.50;1412.00;-1.57;0.22 3843;21;4862.02;11.74;1412.00;1.57;0.22 +3844;0;3154.00;11.57;1327.00;0.00;0.18 +3844;1;3156.00;10.50;1324.50;0.67;0.18 +3844;2;3154.00;10.70;1325.00;0.00;0.18 +3844;3;3155.50;11.20;1327.00;1.57;0.18 +3844;4;3152.00;11.70;1327.50;4.46;0.18 +3844;5;3153.00;12.00;1330.00;3.46;0.18 +3844;6;3155.00;11.45;1329.50;2.76;0.18 +3844;9;3152.38;11.42;1327.00;1.57;0.18 +3844;10;3155.62;11.13;1327.00;-1.57;0.18 +3844;19;3158.00;9.50;1328.00;1.57;0.18 +3844;20;3159.69;9.50;1328.42;1.81;0.18 3844;21;3152.38;11.42;1327.00;1.57;0.18 +3845;0;2722.00;13.77;1330.00;0.00;0.20 +3845;1;2721.00;13.52;1328.00;-0.46;0.20 +3845;2;2723.00;13.70;1328.50;0.58;0.20 +3845;3;2720.00;13.90;1328.50;-0.92;0.20 +3845;4;2720.00;13.70;1330.50;4.46;0.20 +3845;5;2724.50;14.60;1331.00;1.95;0.20 +3845;6;2722.50;13.90;1333.00;2.97;0.20 +3845;9;2720.20;13.67;1330.00;1.57;0.20 +3845;10;2723.80;14.29;1330.00;-1.57;0.20 3845;21;2723.80;14.29;1330.00;-1.57;0.20 +3846;0;2686.00;10.05;1295.00;0.00;0.20 +3846;1;2686.50;10.00;1293.00;0.24;0.20 +3846;2;2685.00;10.00;1293.50;-0.58;0.20 +3846;3;2687.00;10.10;1294.00;0.78;0.20 +3846;4;2684.50;10.10;1295.50;4.39;0.20 +3846;5;2688.50;10.20;1296.00;1.95;0.20 +3846;6;2687.50;10.20;1296.50;2.35;0.20 +3846;7;2685.50;10.10;1297.00;3.38;0.20 +3846;9;2684.20;10.05;1295.00;1.57;0.20 +3846;10;2687.80;10.18;1295.00;-1.57;0.20 3846;21;2684.20;10.05;1295.00;1.57;0.20 +3847;0;1599.00;12.00;1543.00;0.00;0.24 +3847;1;1598.50;12.00;1540.50;-0.19;0.24 +3847;2;1597.00;11.65;1542.00;-1.10;0.24 +3847;3;1601.50;11.60;1542.00;1.19;0.24 +3847;4;1597.00;11.20;1544.50;4.06;0.24 +3847;5;1602.00;11.00;1545.00;2.15;0.24 +3847;6;1599.50;11.45;1545.00;2.89;0.24 +3847;9;1596.66;11.37;1543.00;1.57;0.24 +3847;10;1601.34;11.59;1543.00;-1.57;0.24 3847;21;1596.66;11.37;1543.00;1.57;0.24 +3848;0;5002.00;11.70;1321.00;0.00;0.24 +3848;1;5002.50;11.90;1317.50;0.14;0.24 +3848;2;5000.00;11.40;1318.50;-0.67;0.24 +3848;3;5004.50;11.80;1320.50;1.37;0.24 +3848;4;5000.00;12.25;1322.50;4.06;0.24 +3848;5;5005.00;12.10;1323.50;2.26;0.24 +3848;6;5002.00;12.30;1324.50;3.14;0.24 +3848;9;4999.84;11.86;1321.00;1.57;0.24 +3848;10;5004.16;11.86;1321.00;-1.57;0.24 3848;21;4999.84;11.86;1321.00;1.57;0.24 +3849;0;4750.00;11.85;1359.00;0.00;0.22 +3849;1;4750.00;12.87;1357.00;0.00;0.22 +3849;2;4748.00;11.55;1358.00;-1.10;0.22 +3849;3;4752.50;12.90;1359.00;1.57;0.22 +3849;4;4749.00;10.75;1360.50;3.73;0.22 +3849;5;4751.50;11.70;1361.00;2.49;0.22 +3849;9;4748.02;11.00;1359.00;1.57;0.22 +3849;10;4751.98;12.69;1359.00;-1.57;0.22 3849;21;4748.02;11.00;1359.00;1.57;0.22 +3850;0;1576.00;11.82;1551.00;0.00;0.22 +3850;1;1576.00;11.80;1549.00;0.00;0.22 +3850;2;1574.00;11.60;1550.00;-1.10;0.22 +3850;3;1579.00;11.90;1550.50;1.40;0.22 +3850;4;1573.50;11.25;1553.00;4.03;0.22 +3850;5;1577.00;12.10;1552.50;2.55;0.22 +3850;9;1573.84;11.50;1551.00;1.57;0.22 +3850;10;1578.16;12.23;1551.00;-1.57;0.22 3850;21;1573.84;11.50;1551.00;1.57;0.22 +3851;0;3266.00;10.07;1333.00;0.00;0.14 +3851;1;3268.00;10.50;1331.00;0.78;0.14 +3851;2;3264.50;9.90;1331.50;-0.78;0.14 +3851;3;3270.00;10.55;1332.00;1.32;0.14 +3851;4;3263.50;9.70;1333.50;4.51;0.14 +3851;5;3269.00;10.05;1333.50;1.73;0.14 +3851;9;3262.58;9.70;1333.00;1.57;0.14 +3851;10;3269.42;10.24;1333.00;-1.57;0.14 +3851;19;3256.00;9.50;1333.00;-1.77;0.14 +3851;20;3254.25;9.50;1333.00;4.71;0.14 3851;21;3262.58;9.70;1333.00;1.57;0.14 +3852;0;4809.00;9.85;1330.00;0.00;0.22 +3852;1;4809.50;9.60;1327.50;0.19;0.22 +3852;2;4807.50;9.80;1329.00;-0.98;0.22 +3852;3;4811.50;9.65;1331.00;1.95;0.22 +3852;4;4807.50;10.95;1332.00;3.78;0.22 +3852;5;4810.00;10.60;1332.50;2.76;0.22 +3852;9;4807.02;10.24;1330.00;1.57;0.22 +3852;10;4810.98;9.62;1330.00;-1.57;0.22 +3852;19;4809.00;9.50;1325.00;0.20;0.22 +3852;20;4809.00;9.50;1323.25;0.00;0.22 3852;21;4807.02;10.24;1330.00;1.57;0.22 +3853;0;1520.00;11.00;1554.00;0.00;0.26 +3853;1;1518.00;11.00;1552.00;-0.78;0.26 +3853;2;1522.00;10.90;1551.00;0.58;0.26 +3853;3;1522.50;10.90;1554.50;1.76;0.26 +3853;4;1517.00;11.00;1555.00;4.39;0.26 +3853;5;1520.50;11.00;1556.50;2.94;0.26 +3853;9;1517.30;10.99;1554.00;1.57;0.26 +3853;10;1522.70;10.90;1554.00;-1.57;0.26 3853;21;1517.30;10.99;1554.00;1.57;0.26 +3854;0;3286.00;13.55;641.00;0.00;0.54 +3854;1;3280.50;13.20;635.50;-0.78;0.54 +3854;2;3289.00;13.35;636.50;0.58;0.54 +3854;3;3277.00;12.75;638.50;-1.30;0.54 +3854;4;3296.00;12.15;641.50;1.62;0.54 +3854;5;1642.50;9.50;320.00;-1.37;0.54 +3854;6;3285.00;13.40;645.50;3.36;0.54 +3854;7;3293.50;12.70;645.50;2.11;0.54 +3854;9;3278.44;12.83;641.00;1.57;0.54 +3854;10;3293.56;12.64;641.00;-1.57;0.54 3854;21;3278.44;12.83;641.00;1.57;0.54 +3855;0;1246.00;11.80;1566.00;0.00;0.44 +3855;1;1248.50;11.50;1561.50;0.50;0.44 +3855;2;1253.00;11.47;1565.00;1.42;0.44 +3855;3;1241.50;11.80;1564.00;-1.15;0.44 +3855;4;1237.50;11.95;1568.00;4.48;0.44 +3855;5;1248.50;11.80;1570.50;2.63;0.44 +3855;6;1241.00;11.90;1570.50;3.98;0.44 +3855;9;1240.24;11.86;1566.00;1.57;0.44 +3855;10;1251.76;11.50;1566.00;-1.57;0.44 3855;21;1240.24;11.86;1566.00;1.57;0.44 +3856;0;3270.00;13.22;1304.00;0.00;0.24 +3856;1;3269.50;13.20;1301.50;-0.19;0.24 +3856;2;3272.00;13.25;1303.50;1.32;0.24 +3856;3;3267.50;13.00;1302.50;-1.03;0.24 +3856;4;3267.00;13.12;1304.00;4.71;0.24 +3856;5;3268.00;13.32;1306.00;3.92;0.24 +3856;6;3271.00;12.95;1306.50;2.76;0.24 +3856;9;3267.84;13.16;1304.00;1.57;0.24 +3856;10;3272.16;13.21;1304.00;-1.57;0.24 3856;21;3267.84;13.16;1304.00;1.57;0.24 +3857;0;3023.00;12.37;1282.00;0.00;0.20 +3857;1;3022.00;11.62;1280.00;-0.46;0.20 +3857;2;3024.00;12.15;1280.50;0.58;0.20 +3857;3;3025.50;12.40;1282.50;1.76;0.20 +3857;4;3021.00;12.10;1282.50;4.46;0.20 +3857;5;3022.50;11.40;1284.00;3.38;0.20 +3857;6;3024.50;11.90;1284.00;2.49;0.20 +3857;9;3021.20;12.26;1282.00;1.57;0.20 +3857;10;3024.80;12.57;1282.00;-1.57;0.20 +3857;19;3021.00;10.28;1285.00;-2.90;0.20 +3857;20;3020.02;10.28;1286.45;3.73;0.20 3857;21;3021.20;12.26;1282.00;1.57;0.20 +3858;0;2756.00;12.02;1329.00;0.00;0.24 +3858;1;2755.50;11.80;1326.50;-0.19;0.24 +3858;2;2757.00;11.90;1327.50;0.58;0.24 +3858;3;2754.50;11.80;1329.00;4.71;0.24 +3858;4;2758.50;12.30;1329.50;1.76;0.24 +3858;5;2756.50;12.20;1330.50;2.82;0.24 +3858;9;2753.84;11.73;1329.00;1.57;0.24 +3858;10;2758.16;12.18;1329.00;-1.57;0.24 3858;21;2758.16;12.18;1329.00;-1.57;0.24 +3859;0;2762.00;13.90;1349.00;0.00;0.20 +3859;1;2763.00;13.70;1347.50;0.58;0.20 +3859;2;2764.50;14.10;1348.50;1.37;0.20 +3859;3;2760.50;13.45;1348.00;-0.98;0.20 +3859;4;2759.00;13.50;1349.00;4.71;0.20 +3859;5;2763.00;13.90;1350.50;2.55;0.20 +3859;6;2759.00;14.05;1350.50;4.24;0.20 +3859;7;2760.00;14.10;1350.50;4.06;0.20 +3859;9;2759.48;13.50;1349.00;1.57;0.20 +3859;10;2764.52;14.15;1349.00;-1.57;0.20 3859;21;2764.52;14.15;1349.00;-1.57;0.20 +3860;0;4818.00;14.55;1358.00;0.00;0.20 +3860;1;4815.50;14.45;1356.00;-0.89;0.20 +3860;2;4820.00;14.60;1357.00;1.10;0.20 +3860;3;4813.50;14.00;1357.50;-1.46;0.20 +3860;4;4817.50;14.30;1359.00;3.60;0.20 +3860;5;4821.50;14.65;1360.00;2.09;0.20 +3860;9;4814.94;13.98;1358.00;1.57;0.20 +3860;10;4821.06;14.60;1358.00;-1.57;0.20 3860;21;4814.94;13.98;1358.00;1.57;0.20 +3861;0;2666.00;9.70;1315.00;0.00;0.24 +3861;1;2664.00;9.65;1312.50;-0.67;0.24 +3861;2;2664.50;9.50;1315.00;4.71;0.24 +3861;3;2667.00;9.70;1314.00;0.78;0.24 +3861;4;2668.50;9.75;1317.00;2.24;0.24 +3861;5;2667.00;9.70;1318.00;2.82;0.24 +3861;9;2663.84;9.50;1315.00;1.57;0.24 +3861;10;2668.16;9.79;1315.00;-1.57;0.24 +3861;19;2663.00;9.50;1314.00;-1.57;0.24 +3861;20;2661.34;9.50;1313.44;-1.24;0.24 3861;21;2663.84;9.50;1315.00;1.57;0.24 +3862;0;3343.00;12.30;1315.00;0.00;0.28 +3862;1;3345.00;12.25;1311.50;0.51;0.28 +3862;2;3341.00;12.15;1313.50;-0.92;0.28 +3862;3;3347.00;12.32;1314.00;1.32;0.28 +3862;4;3344.50;12.25;1316.00;2.15;0.28 +3862;5;3338.50;12.00;1316.50;4.39;0.28 +3862;6;3341.00;12.17;1318.00;3.73;0.28 +3862;9;3339.76;12.07;1315.00;1.57;0.28 +3862;10;3346.24;12.33;1315.00;-1.57;0.28 3862;21;3339.76;12.07;1315.00;1.57;0.28 +3863;0;1636.00;9.92;1555.00;0.00;0.16 +3863;1;1635.00;9.80;1552.50;-0.38;0.16 +3863;2;1635.00;9.82;1555.00;4.71;0.16 +3863;3;1637.00;9.85;1553.00;0.46;0.16 +3863;4;1638.50;10.30;1555.00;1.57;0.16 +3863;5;1637.00;10.20;1557.00;2.67;0.16 +3863;6;1635.00;9.90;1558.50;3.42;0.16 +3863;9;1634.56;9.80;1555.00;1.57;0.16 +3863;10;1637.44;10.09;1555.00;-1.57;0.16 3863;21;1634.56;9.80;1555.00;1.57;0.16 +3864;0;3158.00;10.67;1307.00;0.00;0.22 +3864;1;3159.50;10.60;1306.00;0.98;0.22 +3864;2;3156.00;10.90;1305.50;-0.92;0.22 +3864;3;3156.50;10.40;1308.50;3.92;0.22 +3864;4;3159.50;10.80;1309.50;2.60;0.22 +3864;9;3155.84;10.76;1307.00;1.57;0.22 +3864;10;3160.16;10.86;1307.00;-1.57;0.22 +3864;19;3162.00;10.48;1307.00;0.98;0.22 +3864;20;3163.75;10.48;1307.00;1.57;0.22 3864;21;3155.84;10.76;1307.00;1.57;0.22 +3865;0;3140.00;12.52;1352.00;0.00;0.20 +3865;1;3138.00;12.70;1350.50;-0.92;0.20 +3865;2;3141.00;13.30;1350.00;0.46;0.20 +3865;3;3137.00;12.05;1352.00;4.71;0.20 +3865;4;3144.00;13.35;1352.50;1.69;0.20 +3865;5;3137.50;12.10;1354.50;3.92;0.20 +3865;6;3141.00;12.27;1354.00;2.67;0.20 +3865;9;3137.12;12.05;1352.00;1.57;0.20 +3865;10;3142.88;13.38;1352.00;-1.57;0.20 3865;21;3142.88;13.38;1352.00;-1.57;0.20 +3866;0;2672.00;9.70;1281.00;0.00;0.20 +3866;1;2672.00;9.70;1278.50;0.00;0.20 +3866;2;2670.50;9.70;1279.00;-0.64;0.20 +3866;3;2673.50;9.70;1280.50;1.24;0.20 +3866;4;2670.00;9.55;1281.50;4.46;0.20 +3866;5;2674.00;9.75;1282.50;2.21;0.20 +3866;6;2671.50;9.70;1283.50;3.33;0.20 +3866;9;2670.20;9.61;1281.00;1.57;0.20 +3866;10;2673.80;9.76;1281.00;-1.57;0.20 +3866;19;2668.00;9.50;1286.00;-1.82;0.20 +3866;20;2666.90;9.50;1287.36;3.81;0.20 3866;21;2670.20;9.61;1281.00;1.57;0.20 +3867;0;1167.00;13.25;1406.00;0.00;0.46 +3867;1;1169.00;13.35;1400.50;0.34;0.46 +3867;2;1173.50;13.40;1400.50;0.86;0.46 +3867;3;1162.50;13.20;1405.50;-1.46;0.46 +3867;4;1173.00;13.50;1405.00;1.40;0.46 +3867;5;1166.00;13.85;1410.50;3.36;0.46 +3867;6;1159.50;14.55;1411.00;4.12;0.46 +3867;9;1161.42;13.30;1406.00;1.57;0.46 +3867;10;1172.58;13.43;1406.00;-1.57;0.46 3867;21;1161.42;13.30;1406.00;1.57;0.46 +3868;0;3068.00;9.50;1380.00;0.00;0.28 +3868;1;3070.00;9.50;1379.00;1.10;0.28 +3868;2;3074.50;9.50;1379.00;1.41;0.28 +3868;3;3074.00;9.50;1379.50;1.48;0.28 +3868;9;3063.32;9.50;1380.00;1.57;0.28 +3868;10;3072.68;9.50;1380.00;-1.57;0.28 +3868;19;3067.00;9.50;1385.00;1.11;0.28 +3868;20;3066.65;9.50;1386.71;3.33;0.28 3868;21;3063.32;9.50;1380.00;1.57;0.28 +3869;0;1147.00;17.50;1552.00;0.00;0.44 +3869;1;1144.50;17.00;1546.00;-0.39;0.44 +3869;2;1141.00;17.00;1548.00;-0.98;0.44 +3869;3;1152.00;18.17;1549.00;1.03;0.44 +3869;4;1140.00;17.25;1553.50;4.50;0.44 +3869;5;1155.50;18.40;1553.50;1.74;0.44 +3869;6;1142.50;17.70;1556.50;3.92;0.44 +3869;7;1148.00;17.15;1556.50;2.92;0.44 +3869;8;1153.00;17.90;1556.50;2.21;0.44 +3869;9;1140.88;17.21;1552.00;1.57;0.44 +3869;10;1153.12;18.36;1552.00;-1.57;0.44 3869;21;1140.88;17.21;1552.00;1.57;0.44 +3870;0;3346.00;13.12;1295.00;0.00;0.20 +3870;1;3346.00;13.55;1293.00;0.00;0.20 +3870;2;3349.50;13.50;1293.50;1.16;0.20 +3870;3;3342.50;12.55;1294.00;-1.29;0.20 +3870;4;3350.50;13.35;1296.00;1.78;0.20 +3870;5;3342.50;12.10;1296.00;4.43;0.20 +3870;6;3346.50;12.85;1297.00;2.89;0.20 +3870;9;3342.76;12.35;1295.00;1.57;0.20 +3870;10;3349.24;13.35;1295.00;-1.57;0.20 3870;21;3342.76;12.35;1295.00;1.57;0.20 +3871;0;2735.00;13.05;1290.00;0.00;0.20 +3871;1;2734.00;12.77;1289.00;-0.78;0.20 +3871;2;2736.50;12.30;1288.50;0.78;0.20 +3871;3;2737.00;12.30;1288.50;0.92;0.20 +3871;4;2738.00;12.50;1290.00;1.57;0.20 +3871;5;2732.00;13.10;1290.00;4.71;0.20 +3871;6;2733.00;13.45;1291.50;4.06;0.20 +3871;7;2736.00;13.10;1291.50;2.55;0.20 +3871;9;2732.84;13.18;1290.00;1.57;0.20 +3871;10;2737.16;12.60;1290.00;-1.57;0.20 3871;21;2737.16;12.60;1290.00;-1.57;0.20 +3872;0;1494.00;10.70;1562.00;0.00;0.28 +3872;1;1493.00;10.75;1560.00;-0.46;0.28 +3872;2;1497.00;10.80;1560.50;1.10;0.28 +3872;3;1496.50;10.70;1564.00;2.24;0.28 +3872;4;1493.00;10.70;1564.50;3.52;0.28 +3872;9;1491.48;10.70;1562.00;1.57;0.28 +3872;10;1496.52;10.80;1562.00;-1.57;0.28 3872;21;1491.48;10.70;1562.00;1.57;0.28 +3873;0;2809.00;12.00;1334.00;0.00;0.24 +3873;1;2808.50;11.35;1332.00;-0.24;0.24 +3873;2;2810.00;10.52;1332.00;0.46;0.24 +3873;3;2810.50;10.70;1333.50;1.24;0.24 +3873;4;2807.00;13.50;1334.00;4.71;0.24 +3873;5;2810.50;11.50;1335.50;2.35;0.24 +3873;6;2808.00;13.15;1335.50;3.73;0.24 +3873;9;2806.84;13.61;1334.00;1.57;0.24 +3873;10;2811.16;10.42;1334.00;-1.57;0.24 +3873;19;2813.00;9.50;1333.00;1.57;0.24 +3873;20;2814.69;9.50;1332.57;1.32;0.24 3873;21;2811.16;10.42;1334.00;-1.57;0.24 +3874;0;2721.00;12.65;1341.00;0.00;0.20 +3874;1;2722.00;12.90;1338.50;0.38;0.20 +3874;2;2720.00;12.80;1339.50;-0.58;0.20 +3874;3;2723.00;12.70;1339.50;0.92;0.20 +3874;4;2723.00;12.42;1341.00;1.57;0.20 +3874;5;2718.50;12.60;1341.50;4.51;0.20 +3874;6;2720.50;12.40;1342.50;3.46;0.20 +3874;7;2723.00;12.35;1342.50;2.21;0.20 +3874;9;2718.84;12.65;1341.00;1.57;0.20 +3874;10;2723.16;12.40;1341.00;-1.57;0.20 3874;21;2717.44;12.70;1341.01;-1.57;0.20 +3875;0;1247.00;10.75;1430.00;0.00;0.46 +3875;1;1247.00;10.70;1424.50;0.00;0.46 +3875;2;1243.00;10.90;1430.00;4.71;0.46 +3875;3;1252.00;10.60;1429.50;1.47;0.46 +3875;4;1250.00;10.67;1434.00;2.49;0.46 +3875;5;1245.50;10.80;1435.50;3.40;0.46 +3875;9;1242.86;10.90;1430.00;1.57;0.46 +3875;10;1251.14;10.60;1430.00;-1.57;0.46 3875;21;1242.86;10.90;1430.00;1.57;0.46 +3876;0;3291.00;13.85;1288.00;0.00;0.24 +3876;1;3290.00;14.67;1286.00;-0.46;0.24 +3876;2;3293.50;13.50;1286.00;0.89;0.24 +3876;3;3287.00;13.85;1287.50;-1.44;0.24 +3876;4;3293.00;13.40;1289.00;2.03;0.24 +3876;5;3289.00;13.70;1289.00;4.24;0.24 +3876;6;3291.50;13.30;1290.50;2.94;0.24 +3876;9;3288.12;13.99;1288.00;1.57;0.24 +3876;10;3293.88;13.36;1288.00;-1.57;0.24 3876;21;3288.12;13.99;1288.00;1.57;0.24 +3877;0;4703.00;10.05;1389.00;0.00;0.32 +3877;1;4705.50;10.10;1385.50;0.62;0.32 +3877;2;4707.50;10.00;1385.50;0.91;0.32 +3877;3;4701.00;10.10;1387.50;-0.92;0.32 +3877;4;4706.00;10.00;1389.50;1.73;0.32 +3877;5;4698.00;10.10;1391.00;4.33;0.32 +3877;6;4701.00;10.10;1392.50;3.66;0.32 +3877;9;4699.04;10.10;1389.00;1.57;0.32 +3877;10;4706.96;10.00;1389.00;-1.57;0.32 3877;21;4699.04;10.10;1389.00;1.57;0.32 +3878;0;1655.28;10.20;1563.03;0.00;0.24 +3878;1;1654.50;9.70;1556.50;-0.32;0.24 +3878;2;1658.50;9.70;1557.50;1.42;0.24 +3878;3;1654.00;9.55;1559.00;3.92;0.24 +3878;4;1654.00;9.65;1560.50;3.52;0.24 +3878;5;1655.50;9.50;1560.50;2.94;0.24 +3878;6;1655.00;9.65;1561.50;3.14;0.24 +3878;9;1652.84;9.50;1558.00;1.57;0.24 +3878;10;1657.16;9.61;1558.00;-1.57;0.24 +3878;19;1658.46;9.50;1555.45;0.18;0.24 +3878;20;1659.87;9.50;1554.42;0.93;0.24 3878;21;1654.49;9.80;1557.67;-1.57;0.24 +3879;0;3229.00;10.02;1341.00;0.00;0.24 +3879;1;3230.50;9.80;1339.50;0.78;0.24 +3879;2;3227.00;9.80;1339.00;-0.78;0.24 +3879;3;3227.50;9.90;1342.50;3.92;0.24 +3879;4;3231.00;10.00;1342.50;2.21;0.24 +3879;9;3226.84;9.96;1341.00;1.57;0.24 +3879;10;3231.16;9.91;1341.00;-1.57;0.24 +3879;19;3230.00;9.52;1337.00;0.78;0.24 +3879;20;3230.42;9.52;1335.30;0.24;0.24 3879;21;3231.16;9.91;1341.00;-1.57;0.24 +3880;0;1578.00;11.40;1567.00;0.00;0.20 +3880;1;1576.00;11.20;1565.00;-0.78;0.20 +3880;2;1578.50;11.40;1565.00;0.24;0.20 +3880;3;1581.00;11.40;1567.00;1.57;0.20 +3880;4;1575.50;11.20;1567.50;4.51;0.20 +3880;5;1576.50;11.40;1569.00;3.78;0.20 +3880;6;1579.50;11.40;1569.00;2.49;0.20 +3880;9;1575.84;11.20;1567.00;1.57;0.20 +3880;10;1580.16;11.40;1567.00;-1.57;0.20 3880;21;1575.84;11.20;1567.00;1.57;0.20 +3881;0;4666.00;12.10;1351.00;0.00;0.22 +3881;1;4667.00;12.65;1348.50;0.38;0.22 +3881;2;4663.50;12.40;1348.50;-0.78;0.22 +3881;3;4663.50;11.90;1351.50;4.51;0.22 +3881;4;4669.50;12.60;1350.50;1.42;0.22 +3881;5;4669.00;11.95;1352.50;2.03;0.22 +3881;6;4666.00;11.50;1353.50;3.14;0.22 +3881;9;4662.94;12.02;1351.00;1.57;0.22 +3881;10;4669.06;12.43;1351.00;-1.57;0.22 3881;21;4662.94;12.02;1351.00;1.57;0.22 +3882;0;3143.00;12.57;1360.00;0.00;0.20 +3882;1;3142.50;12.85;1358.00;-0.24;0.20 +3882;2;3145.50;12.20;1358.50;1.03;0.20 +3882;3;3140.00;13.40;1360.00;4.71;0.20 +3882;4;3146.00;11.97;1361.00;1.89;0.20 +3882;5;3140.50;13.05;1361.00;4.33;0.20 +3882;6;3143.50;11.95;1362.00;2.89;0.20 +3882;9;3140.48;13.35;1360.00;1.57;0.20 +3882;10;3145.52;12.09;1360.00;-1.57;0.20 3882;21;3145.52;12.09;1360.00;-1.57;0.20 +3883;0;1145.00;13.65;1429.00;0.00;0.46 +3883;1;1143.50;13.75;1423.00;-0.24;0.46 +3883;2;1148.50;13.00;1422.50;0.49;0.46 +3883;3;1149.00;13.60;1428.50;1.44;0.46 +3883;4;1141.00;13.37;1428.00;-1.32;0.46 +3883;5;1141.50;13.55;1434.00;3.75;0.46 +3883;6;1146.00;14.00;1435.00;2.97;0.46 +3883;9;1140.86;13.31;1429.00;1.57;0.46 +3883;10;1149.14;13.70;1429.00;-1.57;0.46 3883;21;1140.86;13.31;1429.00;1.57;0.46 +3884;0;3114.00;10.05;1337.00;0.00;0.24 +3884;1;3112.50;9.70;1335.50;-0.78;0.24 +3884;2;3116.00;11.00;1335.50;0.92;0.24 +3884;3;3111.50;9.70;1338.00;4.33;0.24 +3884;4;3116.00;10.45;1338.50;2.21;0.24 +3884;5;3114.00;9.77;1339.00;3.14;0.24 +3884;9;3111.66;9.70;1337.00;1.57;0.24 +3884;10;3116.34;10.80;1337.00;-1.57;0.24 +3884;19;3109.00;9.53;1338.00;-1.95;0.24 +3884;20;3107.28;9.53;1338.34;4.51;0.24 3884;21;3111.66;9.70;1337.00;1.57;0.24 +3885;0;2996.00;11.45;1380.00;0.00;0.20 +3885;1;2995.00;11.95;1377.50;-0.38;0.20 +3885;2;2997.00;11.65;1377.50;0.38;0.20 +3885;3;2994.50;11.70;1380.00;4.71;0.20 +3885;4;2998.00;11.02;1380.00;1.57;0.20 +3885;5;2995.50;11.30;1382.00;3.38;0.20 +3885;6;2997.50;11.05;1382.00;2.49;0.20 +3885;9;2994.20;11.67;1380.00;1.57;0.20 +3885;10;2997.80;11.09;1380.00;-1.57;0.20 3885;21;2994.20;11.67;1380.00;1.57;0.20 +3886;0;2691.00;10.60;1303.00;0.00;0.20 +3886;1;2690.00;10.50;1300.50;-0.38;0.20 +3886;2;2692.50;10.40;1301.50;0.78;0.20 +3886;3;2689.50;10.45;1303.00;4.71;0.20 +3886;4;2693.00;10.50;1304.00;2.03;0.20 +3886;5;2691.00;10.40;1305.00;3.14;0.20 +3886;9;2689.02;10.42;1303.00;1.57;0.20 +3886;10;2692.98;10.50;1303.00;-1.57;0.20 3886;21;2689.02;10.42;1303.00;1.57;0.20 +3887;0;2772.00;14.00;1357.00;0.00;0.24 +3887;1;2772.50;14.50;1355.50;0.32;0.24 +3887;2;2770.50;14.15;1356.00;-0.98;0.24 +3887;3;2774.50;14.10;1356.50;1.37;0.24 +3887;4;2773.00;13.62;1358.00;2.35;0.24 +3887;5;2770.50;13.80;1358.50;3.92;0.24 +3887;6;2771.50;13.80;1360.00;3.30;0.24 +3887;9;2769.84;13.68;1357.00;1.57;0.24 +3887;10;2774.16;14.00;1357.00;-1.57;0.24 3887;21;2774.16;14.00;1357.00;-1.57;0.24 +3888;0;4766.00;11.25;1365.00;0.00;0.26 +3888;1;4765.00;11.45;1363.50;-0.58;0.26 +3888;2;4768.00;11.70;1363.00;0.78;0.26 +3888;3;4770.00;11.65;1363.50;1.21;0.26 +3888;4;4763.50;11.30;1366.50;4.17;0.26 +3888;5;4768.00;11.45;1365.50;1.81;0.26 +3888;6;4765.00;11.62;1368.00;3.46;0.26 +3888;9;4763.30;11.28;1365.00;1.57;0.26 +3888;10;4768.70;11.48;1365.00;-1.57;0.26 3888;21;4763.30;11.28;1365.00;1.57;0.26 +3889;0;3381.00;13.37;1270.00;0.00;0.26 +3889;1;3382.00;11.95;1266.00;0.24;0.26 +3889;2;3383.50;12.85;1269.00;1.19;0.26 +3889;3;3378.50;12.55;1270.00;4.71;0.26 +3889;4;3381.50;14.30;1273.00;2.97;0.26 +3889;5;3378.50;13.40;1273.50;3.76;0.26 +3889;9;3378.66;12.62;1270.00;1.57;0.26 +3889;10;3383.34;13.45;1270.00;-1.57;0.26 3889;21;3378.66;12.62;1270.00;1.57;0.26 +3890;0;3393.00;13.25;1294.00;0.00;0.18 +3890;1;3392.00;13.40;1292.50;-0.58;0.18 +3890;2;3395.00;13.75;1292.50;0.92;0.18 +3890;3;3390.00;12.97;1294.00;4.71;0.18 +3890;4;3396.50;13.80;1293.50;1.42;0.18 +3890;5;3396.50;13.60;1295.00;1.84;0.18 +3890;6;3393.00;13.25;1296.00;3.14;0.18 +3890;9;3390.30;12.99;1294.00;1.57;0.18 +3890;10;3395.70;13.58;1294.00;-1.57;0.18 3890;21;3390.30;12.99;1294.00;1.57;0.18 +3891;0;2782.00;12.80;1318.00;0.00;0.24 +3891;1;2781.50;12.00;1314.50;-0.14;0.24 +3891;2;2780.00;12.62;1317.00;-1.10;0.24 +3891;3;2784.00;12.55;1317.50;1.32;0.24 +3891;4;2781.00;13.35;1320.00;3.60;0.24 +3891;5;2783.50;13.30;1320.00;2.49;0.24 +3891;6;2784.50;13.20;1320.50;2.35;0.24 +3891;9;2779.84;12.81;1318.00;1.57;0.24 +3891;10;2784.16;12.73;1318.00;-1.57;0.24 3891;21;2784.16;12.73;1318.00;-1.57;0.24 +3892;0;2697.00;12.37;1356.00;0.00;0.20 +3892;1;2696.00;12.00;1354.00;-0.46;0.20 +3892;2;2698.50;12.05;1354.00;0.64;0.20 +3892;3;2694.50;12.50;1355.50;-1.37;0.20 +3892;4;2700.00;12.55;1356.50;1.73;0.20 +3892;5;2695.00;12.75;1357.00;4.24;0.20 +3892;6;2696.50;12.90;1357.50;3.46;0.20 +3892;7;2698.50;13.30;1358.00;2.49;0.20 +3892;9;2694.84;12.58;1356.00;1.57;0.20 +3892;10;2699.16;12.46;1356.00;-1.57;0.20 3892;21;2694.84;12.58;1356.00;1.57;0.20 +3893;0;3224.00;9.75;1347.00;0.00;0.28 +3893;1;3222.00;9.85;1343.50;-0.51;0.28 +3893;2;3225.00;9.80;1345.50;0.58;0.28 +3893;3;3221.50;9.90;1347.00;4.71;0.28 +3893;4;3227.50;9.80;1348.00;1.84;0.28 +3893;5;3228.00;9.80;1349.50;2.12;0.28 +3893;6;3225.00;9.70;1350.00;2.82;0.28 +3893;9;3221.30;9.91;1347.00;1.57;0.28 +3893;10;3226.70;9.80;1347.00;-1.57;0.28 3893;21;3221.30;9.91;1347.00;1.57;0.28 +3894;0;1648.00;10.55;1567.00;0.00;0.20 +3894;1;1648.50;10.45;1565.00;0.24;0.20 +3894;2;1650.50;10.30;1565.00;0.89;0.20 +3894;3;1645.50;10.70;1566.50;-1.37;0.20 +3894;4;1649.50;10.50;1567.50;1.89;0.20 +3894;5;1645.50;10.80;1568.50;4.17;0.20 +3894;6;1648.00;10.65;1569.50;3.14;0.20 +3894;9;1646.20;10.66;1567.00;1.57;0.20 +3894;10;1649.80;10.43;1567.00;-1.57;0.20 3894;21;1646.20;10.66;1567.00;1.57;0.20 +3895;0;4739.00;12.60;1344.00;0.00;0.20 +3895;1;4736.00;11.65;1341.50;-0.87;0.20 +3895;2;4735.00;11.12;1343.00;-1.32;0.20 +3895;3;4739.00;12.85;1342.50;0.00;0.20 +3895;4;4742.00;14.47;1344.00;1.57;0.20 +3895;5;4736.00;10.90;1344.50;4.54;0.20 +3895;6;4742.00;13.60;1345.50;2.03;0.20 +3895;7;4739.50;12.05;1346.00;2.89;0.20 +3895;9;4736.12;11.11;1344.00;1.57;0.20 +3895;10;4741.88;14.40;1344.00;-1.57;0.20 3895;21;4736.12;11.11;1344.00;1.57;0.20 +3896;0;3117.00;13.80;1366.00;0.00;0.24 +3896;1;3115.00;13.25;1364.50;-0.92;0.24 +3896;2;3119.50;12.90;1364.00;0.89;0.24 +3896;3;3113.50;13.90;1367.00;4.43;0.24 +3896;4;3119.50;13.45;1366.00;1.57;0.24 +3896;5;3116.50;14.20;1368.00;3.38;0.24 +3896;9;3113.94;13.74;1366.00;1.57;0.24 +3896;10;3120.06;13.33;1366.00;-1.57;0.24 3896;21;3113.94;13.74;1366.00;1.57;0.24 +3897;0;1627.00;12.32;1573.00;0.00;0.26 +3897;1;1625.00;12.00;1570.00;-0.58;0.26 +3897;2;1628.50;11.90;1571.00;0.64;0.26 +3897;3;1624.00;12.12;1571.00;-0.98;0.26 +3897;4;1625.00;12.17;1574.00;4.24;0.26 +3897;5;1630.50;11.90;1573.50;1.71;0.26 +3897;6;1628.50;12.60;1575.50;2.60;0.26 +3897;7;1626.50;12.45;1576.00;3.30;0.26 +3897;9;1624.66;12.10;1573.00;1.57;0.26 +3897;10;1629.34;12.23;1573.00;-1.57;0.26 3897;21;1624.66;12.10;1573.00;1.57;0.26 +3898;0;2830.00;14.05;1370.00;0.00;0.20 +3898;1;2830.50;13.10;1368.50;0.32;0.20 +3898;2;2832.50;14.00;1368.50;1.03;0.20 +3898;3;2828.00;13.30;1368.50;-0.92;0.20 +3898;4;2832.50;14.45;1370.00;1.57;0.20 +3898;5;2828.00;14.45;1371.00;4.24;0.20 +3898;6;2830.00;14.55;1371.50;3.14;0.20 +3898;7;2828.00;14.80;1372.50;3.81;0.20 +3898;9;2827.84;14.01;1370.00;1.57;0.20 +3898;10;2832.16;14.28;1370.00;-1.57;0.20 3898;21;2827.84;14.01;1370.00;1.57;0.20 +3899;0;2821.00;14.47;1373.00;0.00;0.16 +3899;1;2821.00;15.12;1371.00;0.00;0.16 +3899;2;2823.50;15.40;1372.50;1.37;0.16 +3899;3;2818.50;14.50;1372.50;-1.37;0.16 +3899;4;2818.50;14.80;1374.00;4.33;0.16 +3899;5;2821.00;14.35;1374.50;3.14;0.16 +3899;9;2819.02;14.54;1373.00;1.57;0.16 +3899;10;2822.98;15.10;1373.00;-1.57;0.16 3899;21;2819.02;14.54;1373.00;1.57;0.16 +3900;0;4667.00;9.70;1322.00;0.00;0.34 +3900;1;4664.00;9.60;1319.50;-0.87;0.34 +3900;2;4668.50;9.50;1320.00;0.64;0.34 +3900;3;4665.00;9.95;1323.50;4.06;0.34 +3900;4;4670.50;9.80;1324.50;2.19;0.34 +3900;5;4668.00;10.25;1325.50;2.86;0.34 +3900;9;4663.94;9.80;1322.00;1.57;0.34 +3900;10;4670.06;9.56;1322.00;-1.57;0.34 +3900;19;4669.00;9.50;1320.00;0.64;0.34 +3900;20;4670.23;9.50;1318.76;0.78;0.34 3900;21;4663.94;9.80;1322.00;1.57;0.34 +3901;0;3059.00;10.87;1309.00;0.00;0.20 +3901;1;3057.50;9.70;1308.50;-1.24;0.20 +3901;2;3060.00;10.75;1306.50;0.38;0.20 +3901;3;3061.00;12.00;1309.00;1.57;0.20 +3901;4;3056.50;9.70;1311.50;3.92;0.20 +3901;5;3058.50;10.90;1311.50;3.33;0.20 +3901;9;3057.20;9.50;1309.00;1.57;0.20 +3901;10;3060.80;11.88;1309.00;-1.57;0.20 +3901;19;3056.00;9.50;1311.00;-1.25;0.20 +3901;20;3054.54;9.50;1311.97;4.12;0.20 3901;21;3057.20;9.50;1309.00;1.57;0.20 +3902;0;2767.00;12.92;1366.00;0.00;0.16 +3902;1;2766.00;13.35;1365.00;-0.78;0.16 +3902;2;2769.00;13.45;1364.50;0.92;0.16 +3902;3;2769.50;13.00;1365.50;1.37;0.16 +3902;4;2764.50;13.10;1367.50;4.17;0.16 +3902;5;2769.00;12.05;1367.50;2.21;0.16 +3902;6;2766.00;12.55;1368.00;3.60;0.16 +3902;9;2764.48;13.40;1366.00;1.57;0.16 +3902;10;2769.52;12.74;1366.00;-1.57;0.16 3902;21;2769.52;12.74;1366.00;-1.57;0.16 +3903;0;3376.00;13.92;1320.00;0.00;0.30 +3903;1;3377.50;14.30;1318.50;0.78;0.30 +3903;2;3373.00;14.00;1318.50;-1.10;0.30 +3903;3;3379.00;13.80;1322.00;2.15;0.30 +3903;4;3375.00;13.55;1321.50;3.73;0.30 +3903;9;3372.94;13.70;1320.00;1.57;0.30 +3903;10;3379.06;14.18;1320.00;-1.57;0.30 3903;21;3372.94;13.70;1320.00;1.57;0.30 +3904;0;4802.00;14.05;1337.00;0.00;0.22 +3904;1;4802.00;13.55;1334.50;0.00;0.22 +3904;2;4799.50;14.20;1336.00;-1.19;0.22 +3904;3;4804.00;13.15;1335.50;0.92;0.22 +3904;4;4804.50;13.40;1338.00;1.95;0.22 +3904;5;4798.50;14.30;1338.50;4.30;0.22 +3904;6;4801.00;14.37;1339.00;3.60;0.22 +3904;7;4804.00;13.80;1340.00;2.55;0.22 +3904;9;4799.48;14.24;1337.00;1.57;0.22 +3904;10;4804.52;13.29;1337.00;-1.57;0.22 3904;21;4799.48;14.24;1337.00;1.57;0.22 +3905;0;3301.00;13.30;1334.00;0.00;0.22 +3905;1;3300.50;12.70;1332.00;-0.24;0.22 +3905;2;3297.50;12.80;1333.50;-1.42;0.22 +3905;3;3304.00;13.45;1333.00;1.24;0.22 +3905;4;3304.00;13.77;1335.00;1.89;0.22 +3905;5;3299.00;13.22;1336.00;3.92;0.22 +3905;6;3302.00;13.55;1336.50;2.76;0.22 +3905;9;3298.30;12.98;1334.00;1.57;0.22 +3905;10;3303.70;13.70;1334.00;-1.57;0.22 3905;21;3298.30;12.98;1334.00;1.57;0.22 +3906;0;1694.00;9.70;1581.00;0.00;0.22 +3906;1;1694.50;9.70;1578.50;0.19;0.22 +3906;2;1692.00;9.70;1580.00;-1.10;0.22 +3906;3;1697.00;9.70;1579.50;1.10;0.22 +3906;4;1689.50;9.80;1582.00;4.49;0.22 +3906;5;1697.00;9.70;1582.50;2.03;0.22 +3906;6;1693.00;9.70;1582.50;3.73;0.22 +3906;9;1690.58;9.80;1581.00;1.57;0.22 +3906;10;1697.42;9.70;1581.00;-1.57;0.22 +3906;19;1694.00;9.57;1577.00;0.20;0.22 +3906;20;1694.00;9.57;1575.25;0.00;0.22 3906;21;1690.58;9.80;1581.00;1.57;0.22 +3907;0;3298.00;12.20;1313.00;0.00;0.26 +3907;1;3297.50;11.90;1310.50;-0.19;0.26 +3907;2;3299.50;12.10;1310.50;0.54;0.26 +3907;3;3296.00;12.20;1311.50;-0.92;0.26 +3907;4;3300.50;12.05;1313.00;1.57;0.26 +3907;5;3296.50;12.60;1314.50;3.92;0.26 +3907;6;3300.50;12.10;1315.50;2.35;0.26 +3907;7;3299.00;12.20;1316.50;2.86;0.26 +3907;9;3295.66;12.56;1313.00;1.57;0.26 +3907;10;3300.34;12.05;1313.00;-1.57;0.26 3907;21;3295.66;12.56;1313.00;1.57;0.26 +3908;0;3174.00;14.05;1367.00;0.00;0.20 +3908;1;3173.00;13.50;1364.50;-0.38;0.20 +3908;2;3175.50;13.65;1366.00;0.98;0.20 +3908;3;3171.00;14.00;1366.50;-1.40;0.20 +3908;4;3173.00;14.15;1369.00;3.60;0.20 +3908;5;3176.00;13.85;1368.50;2.21;0.20 +3908;6;3177.50;13.40;1368.50;1.97;0.20 +3908;9;3171.66;14.15;1367.00;1.57;0.20 +3908;10;3176.34;13.77;1367.00;-1.57;0.20 3908;21;3171.66;14.15;1367.00;1.57;0.20 +3909;0;2798.00;13.80;1339.00;0.00;0.16 +3909;1;2797.50;14.20;1337.50;-0.32;0.16 +3909;2;2799.50;13.60;1338.00;0.98;0.16 +3909;3;2795.50;13.80;1338.50;-1.37;0.16 +3909;4;2800.50;13.25;1339.00;1.57;0.16 +3909;5;2796.00;13.40;1339.50;4.46;0.16 +3909;6;2799.00;13.25;1340.00;2.35;0.16 +3909;9;2795.48;13.55;1339.00;1.57;0.16 +3909;10;2800.52;13.25;1339.00;-1.57;0.16 3909;21;2800.52;13.25;1339.00;-1.57;0.16 +3910;0;3017.00;14.05;1368.00;0.00;0.18 +3910;1;3016.00;13.70;1367.00;-0.78;0.18 +3910;2;3019.50;14.20;1366.50;1.03;0.18 +3910;3;3020.00;14.85;1367.50;1.40;0.18 +3910;4;3014.00;13.40;1368.50;4.54;0.18 +3910;5;3018.50;15.10;1369.50;2.35;0.18 +3910;6;3015.50;13.70;1369.50;3.92;0.18 +3910;9;3014.66;13.17;1368.00;1.57;0.18 +3910;10;3019.34;14.91;1368.00;-1.57;0.18 3910;21;3014.66;13.17;1368.00;1.57;0.18 +3911;0;1614.00;11.10;1725.00;0.00;0.84 +3911;1;1608.50;10.40;1711.50;-0.38;0.84 +3911;2;1614.00;10.60;1713.00;0.00;0.84 +3911;3;1607.50;10.55;1718.00;-0.74;0.84 +3911;4;1622.00;10.95;1721.00;1.10;0.84 +3911;5;1606.00;10.80;1729.00;4.24;0.84 +3911;6;1620.00;11.00;1732.50;2.46;0.84 +3911;7;1610.50;10.90;1736.00;3.45;0.84 +3911;9;1606.44;10.90;1725.00;1.57;0.84 +3911;10;1621.56;11.20;1725.00;-1.57;0.84 3911;21;1606.44;10.90;1725.00;1.57;0.84 +3912;0;4776.00;11.75;1322.00;0.00;0.22 +3912;1;4774.50;11.70;1320.50;-0.78;0.22 +3912;2;4778.00;11.90;1321.00;1.10;0.22 +3912;3;4774.50;12.95;1323.00;4.12;0.22 +3912;4;4778.50;12.20;1323.50;2.11;0.22 +3912;9;4773.48;12.59;1322.00;1.57;0.22 +3912;10;4778.52;12.15;1322.00;-1.57;0.22 3912;21;4773.48;12.59;1322.00;1.57;0.22 +3913;0;4761.00;10.35;1379.00;0.00;0.26 +3913;1;4762.50;10.40;1375.00;0.35;0.26 +3913;2;4764.50;10.50;1376.50;0.95;0.26 +3913;3;4759.50;10.35;1377.00;-0.64;0.26 +3913;4;4765.00;10.45;1379.00;1.57;0.26 +3913;5;4756.50;10.20;1379.50;4.60;0.26 +3913;6;4762.00;10.40;1381.50;2.76;0.26 +3913;7;4757.50;10.20;1381.00;4.19;0.26 +3913;9;4757.58;10.25;1379.00;1.57;0.26 +3913;10;4764.42;10.40;1379.00;-1.57;0.26 3913;21;4757.58;10.25;1379.00;1.57;0.26 +3914;0;3130.00;13.02;1320.00;0.00;0.24 +3914;1;3131.50;12.40;1317.50;0.54;0.24 +3914;2;3129.00;12.25;1318.50;-0.58;0.24 +3914;3;3132.50;13.15;1319.00;1.19;0.24 +3914;4;3126.50;12.00;1321.50;4.30;0.24 +3914;5;3132.00;13.82;1321.00;2.03;0.24 +3914;6;3130.50;13.90;1322.50;2.94;0.24 +3914;7;3128.50;13.55;1323.00;3.60;0.24 +3914;9;3127.48;12.04;1320.00;1.57;0.24 +3914;10;3132.52;13.65;1320.00;-1.57;0.24 3914;21;3127.48;12.04;1320.00;1.57;0.24 +3915;0;2822.00;12.02;1380.00;0.00;0.20 +3915;1;2821.50;12.95;1378.00;-0.24;0.20 +3915;2;2824.00;12.80;1377.50;0.67;0.20 +3915;3;2824.00;11.90;1379.50;1.32;0.20 +3915;4;2819.00;12.45;1379.50;-1.40;0.20 +3915;5;2821.00;11.87;1381.00;3.92;0.20 +3915;6;2825.00;11.45;1381.50;2.03;0.20 +3915;7;2824.00;11.55;1382.00;2.35;0.20 +3915;9;2819.84;12.15;1380.00;1.57;0.20 +3915;10;2824.16;11.78;1380.00;-1.57;0.20 3915;21;2819.84;12.15;1380.00;1.57;0.20 +3916;0;3488.00;10.02;1249.00;0.00;0.40 +3916;1;3484.50;10.50;1243.50;-0.56;0.40 +3916;2;3488.00;10.15;1244.50;0.00;0.40 +3916;3;3485.00;10.15;1248.50;-1.40;0.40 +3916;4;3492.00;10.15;1247.50;1.21;0.40 +3916;5;3492.00;10.20;1251.50;2.12;0.40 +3916;6;3487.00;10.20;1253.50;3.36;0.40 +3916;9;3484.40;10.15;1249.00;1.57;0.40 +3916;10;3491.60;10.10;1249.00;-1.57;0.40 3916;21;3484.40;10.15;1249.00;1.57;0.40 +3917;0;1624.00;9.50;1500.00;0.00;0.20 +3917;1;1623.50;9.50;1499.50;-0.78;0.20 +3917;2;1624.00;9.50;1503.50;3.14;0.20 +3917;3;1626.00;9.50;1503.50;2.62;0.20 +3917;9;1622.20;9.50;1500.00;1.57;0.20 +3917;10;1625.80;9.57;1500.00;-1.57;0.20 +3917;19;1621.00;9.50;1492.00;-0.79;0.20 +3917;20;1620.38;9.50;1490.36;-0.35;0.20 3917;21;1622.20;9.50;1500.00;1.57;0.20 +3918;0;2717.00;12.07;1363.00;0.00;0.20 +3918;1;2717.50;12.00;1360.50;0.19;0.20 +3918;2;2715.00;12.10;1361.00;-0.78;0.20 +3918;3;2719.50;12.00;1362.00;1.19;0.20 +3918;4;2715.00;12.20;1363.50;4.46;0.20 +3918;5;2718.50;12.10;1364.00;2.15;0.20 +3918;6;2716.50;12.10;1366.00;3.30;0.20 +3918;9;2715.20;12.11;1363.00;1.57;0.20 +3918;10;2718.80;12.05;1363.00;-1.57;0.20 3918;21;2718.80;12.05;1363.00;-1.57;0.20 +3919;0;3312.00;14.60;1341.00;0.00;0.28 +3919;1;3311.50;14.55;1338.00;-0.16;0.28 +3919;2;3309.50;14.50;1338.50;-0.78;0.28 +3919;3;3314.00;14.35;1341.00;1.57;0.28 +3919;4;3310.00;14.22;1342.00;4.24;0.28 +3919;5;3313.00;13.95;1343.50;2.76;0.28 +3919;9;3309.12;14.18;1341.00;1.57;0.28 +3919;10;3314.88;14.13;1341.00;-1.57;0.28 3919;21;3309.12;14.18;1341.00;1.57;0.28 +3920;0;2724.00;12.40;1367.00;0.00;0.16 +3920;1;2722.00;12.40;1366.00;-1.10;0.16 +3920;2;2724.50;12.40;1366.00;0.46;0.16 +3920;3;2726.00;12.47;1368.00;2.03;0.16 +3920;4;2721.00;12.40;1368.50;4.24;0.16 +3920;5;2724.00;12.45;1368.50;3.14;0.16 +3920;9;2721.84;12.40;1367.00;1.57;0.16 +3920;10;2726.16;12.43;1367.00;-1.57;0.16 3920;21;2726.16;12.43;1367.00;-1.57;0.16 +3921;0;3381.00;14.35;1292.00;0.00;0.30 +3921;1;3379.00;14.30;1289.00;-0.58;0.30 +3921;2;3382.50;14.50;1290.50;0.78;0.30 +3921;3;3377.00;14.05;1290.00;-1.10;0.30 +3921;4;3379.50;14.40;1293.00;4.12;0.30 +3921;5;3384.00;13.90;1293.00;1.89;0.30 +3921;6;3383.00;14.30;1295.50;2.62;0.30 +3921;9;3378.30;14.23;1292.00;1.57;0.30 +3921;10;3383.70;14.10;1292.00;-1.57;0.30 3921;21;3378.30;14.23;1292.00;1.57;0.30 +3922;0;3115.00;12.55;1386.00;0.00;0.28 +3922;1;3117.00;12.97;1383.00;0.58;0.28 +3922;2;3113.50;12.40;1385.00;-0.98;0.28 +3922;3;3117.50;12.90;1383.50;0.78;0.28 +3922;4;3117.00;12.75;1386.00;1.57;0.28 +3922;5;3113.00;12.75;1388.50;3.81;0.28 +3922;6;3114.50;12.60;1388.50;3.33;0.28 +3922;9;3112.48;12.40;1386.00;1.57;0.28 +3922;10;3117.52;12.74;1386.00;-1.57;0.28 3922;21;3117.52;12.74;1386.00;-1.57;0.28 +3923;0;3030.00;12.95;1353.00;0.00;0.18 +3923;1;3030.00;12.57;1352.00;0.00;0.18 +3923;2;3032.50;12.20;1351.50;1.03;0.18 +3923;3;3027.50;12.10;1352.50;-1.37;0.18 +3923;4;3031.50;13.20;1353.50;1.89;0.18 +3923;5;3028.50;13.35;1355.00;3.78;0.18 +3923;6;3031.00;14.00;1355.50;2.76;0.18 +3923;9;3028.20;12.40;1353.00;1.57;0.18 +3923;10;3031.80;12.96;1353.00;-1.57;0.18 3923;21;3028.20;12.40;1353.00;1.57;0.18 +3924;0;3064.00;9.97;1391.00;0.00;0.16 +3924;1;3064.00;9.50;1390.00;0.00;0.16 +3924;2;3066.50;10.30;1390.00;1.19;0.16 +3924;3;3061.00;9.62;1391.00;4.71;0.16 +3924;4;3065.50;11.00;1392.00;2.15;0.16 +3924;5;3062.50;10.25;1392.00;4.12;0.16 +3924;9;3061.66;9.65;1391.00;1.57;0.16 +3924;10;3066.34;10.70;1391.00;-1.57;0.16 +3924;19;3067.00;9.50;1388.00;0.00;0.16 +3924;20;3068.23;9.50;1386.76;0.78;0.16 3924;21;3061.66;9.65;1391.00;1.57;0.16 +3925;0;1586.00;9.80;1483.00;0.00;0.22 +3925;1;1587.00;9.80;1480.50;0.38;0.22 +3925;2;1590.50;9.80;1480.50;1.06;0.22 +3925;3;1584.00;9.80;1481.00;-0.78;0.22 +3925;4;1582.50;9.80;1483.00;4.71;0.22 +3925;5;1590.00;9.80;1483.00;1.57;0.22 +3925;6;1585.50;9.80;1485.00;3.38;0.22 +3925;7;1582.00;9.80;1485.00;4.24;0.22 +3925;9;1582.40;9.80;1483.00;1.57;0.22 +3925;10;1589.60;9.80;1483.00;-1.57;0.22 3925;21;1582.40;9.80;1483.00;1.57;0.22 +3926;0;2687.00;10.37;1311.00;0.00;0.20 +3926;1;2686.50;10.30;1309.00;-0.24;0.20 +3926;2;2689.00;10.57;1309.00;0.78;0.20 +3926;3;2684.50;10.25;1311.00;4.71;0.20 +3926;4;2689.50;10.70;1310.50;1.37;0.20 +3926;5;2688.50;10.60;1312.00;2.15;0.20 +3926;6;2686.00;10.35;1313.00;3.60;0.20 +3926;7;2688.00;10.50;1313.50;2.76;0.20 +3926;9;2684.84;10.26;1311.00;1.57;0.20 +3926;10;2689.16;10.66;1311.00;-1.57;0.20 3926;21;2684.84;10.26;1311.00;1.57;0.20 +3927;0;3251.00;11.05;1292.00;0.00;0.28 +3927;1;3251.50;11.40;1288.50;0.14;0.28 +3927;2;3253.50;11.15;1289.00;0.69;0.28 +3927;3;3249.00;11.55;1291.00;-1.10;0.28 +3927;4;3253.00;11.25;1292.00;1.57;0.28 +3927;5;3248.00;11.00;1295.00;3.92;0.28 +3927;6;3251.00;11.00;1295.00;3.14;0.28 +3927;9;3248.30;11.55;1292.00;1.57;0.28 +3927;10;3253.70;11.34;1292.00;-1.57;0.28 3927;21;3248.30;11.55;1292.00;1.57;0.28 +3928;0;2908.00;9.80;1388.00;0.00;0.20 +3928;1;2909.00;9.55;1386.50;0.58;0.20 +3928;2;2906.50;9.90;1387.00;-0.98;0.20 +3928;3;2911.00;9.65;1388.50;1.73;0.20 +3928;4;2910.00;9.75;1389.50;2.21;0.20 +3928;5;2907.50;10.10;1389.50;3.46;0.20 +3928;6;2909.50;10.00;1390.50;2.60;0.20 +3928;9;2906.20;10.06;1388.00;1.57;0.20 +3928;10;2909.80;9.62;1388.00;-1.57;0.20 +3928;19;2912.00;9.50;1388.00;0.59;0.20 +3928;20;2913.75;9.50;1388.00;1.57;0.20 3928;21;2906.20;10.06;1388.00;1.57;0.20 +3929;0;4817.00;13.07;1367.00;0.00;0.30 +3929;1;4817.00;13.70;1363.50;0.00;0.30 +3929;2;4814.00;13.65;1363.50;-0.70;0.30 +3929;3;4814.50;13.20;1365.50;-1.03;0.30 +3929;4;4820.00;13.50;1366.50;1.40;0.30 +3929;5;4815.00;12.55;1368.50;4.06;0.30 +3929;6;4820.00;12.90;1369.50;2.26;0.30 +3929;7;4817.00;12.65;1369.50;3.14;0.30 +3929;9;4814.30;12.84;1367.00;1.57;0.30 +3929;10;4819.70;13.40;1367.00;-1.57;0.30 3929;21;4814.30;12.84;1367.00;1.57;0.30 +3930;0;2718.00;11.35;1301.00;0.00;0.24 +3930;1;2721.00;11.60;1299.00;0.98;0.24 +3930;2;2717.50;11.90;1299.00;-0.24;0.24 +3930;3;2720.50;10.90;1301.50;1.76;0.24 +3930;4;2715.00;11.65;1301.50;4.54;0.24 +3930;5;2716.00;11.25;1302.50;4.06;0.24 +3930;6;2718.00;10.75;1303.50;3.14;0.24 +3930;9;2715.48;11.70;1301.00;1.57;0.24 +3930;10;2720.52;10.99;1301.00;-1.57;0.24 3930;21;2720.52;10.99;1301.00;-1.57;0.24 +3931;0;2787.00;11.85;1376.00;0.00;0.24 +3931;1;2785.00;11.90;1373.50;-0.67;0.24 +3931;2;2787.50;12.00;1374.00;0.24;0.24 +3931;3;2785.50;11.80;1376.50;4.39;0.24 +3931;4;2789.50;12.20;1376.00;1.57;0.24 +3931;5;2789.00;12.05;1377.50;2.21;0.24 +3931;6;2785.00;11.75;1378.00;3.92;0.24 +3931;7;2787.00;11.95;1378.50;3.14;0.24 +3931;9;2784.84;11.75;1376.00;1.57;0.24 +3931;10;2789.16;12.14;1376.00;-1.57;0.24 3931;21;2789.16;12.14;1376.00;-1.57;0.24 +3932;0;4775.00;10.40;1379.00;0.00;0.24 +3932;1;4775.00;10.30;1376.50;0.00;0.24 +3932;2;4778.00;10.77;1376.00;0.78;0.24 +3932;3;4777.50;10.40;1379.50;1.76;0.24 +3932;4;4772.00;10.40;1379.00;4.71;0.24 +3932;5;4773.50;10.50;1381.50;3.68;0.24 +3932;6;4775.50;10.50;1382.00;2.97;0.24 +3932;9;4772.84;10.40;1379.00;1.57;0.24 +3932;10;4777.16;10.43;1379.00;-1.57;0.24 3932;21;4772.84;10.40;1379.00;1.57;0.24 +3933;0;2778.00;12.45;1376.00;0.00;0.16 +3933;1;2779.00;12.30;1374.50;0.58;0.16 +3933;2;2776.00;12.25;1375.50;-1.32;0.16 +3933;3;2781.00;12.00;1376.50;1.73;0.16 +3933;4;2774.50;12.10;1376.50;4.57;0.16 +3933;5;2775.00;12.12;1377.00;4.39;0.16 +3933;6;2778.00;12.15;1377.50;3.14;0.16 +3933;9;2775.48;12.19;1376.00;1.57;0.16 +3933;10;2780.52;12.09;1376.00;-1.57;0.16 3933;21;2779.71;12.20;1376.70;-1.57;0.16 +3934;0;4700.00;10.20;1355.00;0.00;0.26 +3934;1;4700.00;10.65;1352.00;0.00;0.26 +3934;2;4697.00;10.45;1354.00;-1.24;0.26 +3934;3;4702.00;10.30;1353.50;0.92;0.26 +3934;4;4702.00;10.00;1356.50;2.21;0.26 +3934;5;4698.00;10.17;1358.00;3.73;0.26 +3934;6;4700.50;10.00;1358.50;3.00;0.26 +3934;9;4697.66;10.33;1355.00;1.57;0.26 +3934;10;4702.34;10.05;1355.00;-1.57;0.26 3934;21;4697.66;10.33;1355.00;1.57;0.26 +3935;0;3375.00;12.92;1328.00;0.00;0.26 +3935;1;3374.50;13.00;1325.50;-0.19;0.26 +3935;2;3371.00;12.72;1326.00;-1.10;0.26 +3935;3;3371.50;12.75;1328.00;4.71;0.26 +3935;4;3378.50;13.10;1328.50;1.71;0.26 +3935;5;3375.00;12.80;1330.50;3.14;0.26 +3935;6;3379.50;13.05;1330.00;1.98;0.26 +3935;7;3377.50;12.90;1331.00;2.44;0.26 +3935;9;3371.76;12.76;1328.00;1.57;0.26 +3935;10;3378.24;13.07;1328.00;-1.57;0.26 3935;21;3371.76;12.76;1328.00;1.57;0.26 +3936;0;3171.00;10.77;1339.00;0.00;0.20 +3936;1;3171.50;11.00;1336.00;0.16;0.20 +3936;2;3169.50;10.90;1338.00;-0.98;0.20 +3936;3;3173.00;10.62;1338.00;1.10;0.20 +3936;4;3174.00;10.22;1339.00;1.57;0.20 +3936;5;3172.00;10.55;1340.50;2.55;0.20 +3936;6;3169.00;10.70;1340.50;4.06;0.20 +3936;9;3169.20;10.85;1339.00;1.57;0.20 +3936;10;3172.80;10.61;1339.00;-1.57;0.20 +3936;19;3177.00;9.50;1339.00;1.11;0.20 +3936;20;3178.75;9.50;1339.00;1.57;0.20 3936;21;3169.20;10.85;1339.00;1.57;0.20 +3937;0;3181.00;13.52;1363.00;0.00;0.26 +3937;1;3179.00;13.27;1361.00;-0.78;0.26 +3937;2;3182.00;13.80;1361.50;0.58;0.26 +3937;3;3179.00;13.15;1364.00;4.24;0.26 +3937;4;3184.00;13.55;1363.50;1.73;0.26 +3937;5;3182.50;12.95;1365.00;2.49;0.26 +3937;9;3178.66;13.18;1363.00;1.57;0.26 +3937;10;3183.34;13.64;1363.00;-1.57;0.26 3937;21;3178.66;13.18;1363.00;1.57;0.26 +3938;0;2743.00;11.35;1325.00;0.00;0.20 +3938;1;2742.50;11.30;1322.50;-0.19;0.20 +3938;2;2741.00;11.30;1324.50;-1.32;0.20 +3938;3;2744.00;11.30;1323.00;0.46;0.20 +3938;4;2744.50;11.30;1324.00;0.98;0.20 +3938;5;2744.50;11.50;1326.00;2.15;0.20 +3938;6;2742.00;11.65;1327.00;3.60;0.20 +3938;9;2741.20;11.30;1325.00;1.57;0.20 +3938;10;2744.80;11.40;1325.00;-1.57;0.20 3938;21;2744.34;11.90;1327.11;-1.57;0.20 +3939;0;3122.00;12.20;1386.00;0.00;0.24 +3939;1;3123.00;12.45;1383.50;0.38;0.24 +3939;2;3124.50;12.20;1384.50;1.03;0.24 +3939;3;3120.50;12.50;1385.50;-1.24;0.24 +3939;4;3123.50;11.95;1387.00;2.15;0.24 +3939;5;3119.00;12.50;1387.50;4.24;0.24 +3939;6;3120.50;12.30;1388.50;3.68;0.24 +3939;7;3122.00;12.10;1389.00;3.14;0.24 +3939;9;3119.84;12.51;1386.00;1.57;0.24 +3939;10;3124.16;12.01;1386.00;-1.57;0.24 3939;21;3119.84;12.51;1386.00;1.57;0.24 +3940;0;2697.00;11.92;1284.00;0.00;0.24 +3940;1;2697.50;11.50;1281.50;0.19;0.24 +3940;2;2696.00;11.50;1282.50;-0.58;0.24 +3940;3;2698.50;12.00;1283.50;1.24;0.24 +3940;4;2695.00;12.05;1284.50;4.46;0.24 +3940;5;2696.00;12.17;1285.00;3.92;0.24 +3940;6;2698.50;12.40;1285.50;2.35;0.24 +3940;7;2697.50;12.60;1286.50;2.94;0.24 +3940;9;2694.84;11.86;1284.00;1.57;0.24 +3940;10;2699.16;12.18;1284.00;-1.57;0.24 3940;21;2699.16;12.18;1284.00;-1.57;0.24 +3941;0;1555.00;13.60;1518.00;0.00;0.32 +3941;1;1554.00;14.15;1515.50;-0.38;0.32 +3941;2;1558.00;14.15;1516.00;0.98;0.32 +3941;3;1551.50;12.00;1518.50;4.57;0.32 +3941;4;1558.00;14.10;1519.00;1.89;0.32 +3941;5;1553.00;11.62;1521.00;3.73;0.32 +3941;6;1556.00;12.75;1521.50;2.86;0.32 +3941;9;1551.94;12.29;1518.00;1.57;0.32 +3941;10;1558.06;14.14;1518.00;-1.57;0.32 3941;21;1551.94;12.29;1518.00;1.57;0.32 +3942;0;3413.00;10.77;1242.00;0.00;0.32 +3942;1;3412.50;10.40;1240.00;-0.24;0.32 +3942;2;3419.00;10.25;1240.00;1.24;0.32 +3942;3;3406.50;10.90;1242.00;4.71;0.32 +3942;4;3419.00;10.85;1243.50;1.81;0.32 +3942;5;3406.50;11.60;1244.50;4.34;0.32 +3942;6;3411.50;12.00;1244.50;3.68;0.32 +3942;9;3407.60;10.94;1242.00;1.57;0.32 +3942;10;3418.40;10.55;1242.00;-1.57;0.32 3942;21;3422.22;11.90;1243.89;-1.57;0.32 +3943;0;3049.00;9.67;1393.00;0.00;0.26 +3943;1;3052.50;9.50;1390.50;0.95;0.26 +3943;2;3047.50;9.70;1392.50;-1.24;0.26 +3943;3;3053.50;9.70;1392.00;1.35;0.26 +3943;4;3051.50;9.60;1394.50;2.11;0.26 +3943;5;3050.50;9.50;1396.00;2.67;0.26 +3943;6;3048.50;9.50;1396.00;3.30;0.26 +3943;9;3045.58;9.55;1393.00;1.57;0.26 +3943;10;3052.42;9.70;1393.00;-1.57;0.26 +3943;19;3046.00;9.50;1399.00;-1.25;0.26 +3943;20;3045.21;9.50;1400.56;3.60;0.26 3943;21;3045.58;9.55;1393.00;1.57;0.26 +3944;0;4844.00;9.75;1378.00;0.00;0.20 +3944;1;4844.50;9.50;1376.50;0.32;0.20 +3944;2;4841.50;10.25;1377.00;-1.19;0.20 +3944;3;4845.50;9.80;1379.00;2.15;0.20 +3944;4;4842.00;10.22;1379.00;4.24;0.20 +3944;9;4841.66;10.26;1378.00;1.57;0.20 +3944;10;4846.34;9.65;1378.00;-1.57;0.20 3944;21;4841.66;10.26;1378.00;1.57;0.20 +3945;0;2777.00;13.47;1325.00;0.00;0.24 +3945;1;2776.50;13.20;1322.50;-0.19;0.24 +3945;2;2778.50;13.80;1323.50;0.78;0.24 +3945;3;2775.50;13.30;1324.00;-0.98;0.24 +3945;4;2778.50;13.90;1326.00;2.15;0.24 +3945;5;2775.50;13.50;1326.00;4.12;0.24 +3945;6;2776.50;13.30;1327.50;3.33;0.24 +3945;7;2777.00;13.42;1328.00;3.14;0.24 +3945;9;2774.84;13.33;1325.00;1.57;0.24 +3945;10;2779.16;13.94;1325.00;-1.57;0.24 3945;21;2775.79;13.90;1322.13;-1.57;0.24 +3946;0;2850.00;11.20;1380.00;0.00;0.22 +3946;1;2849.00;11.55;1378.50;-0.58;0.22 +3946;2;2851.50;10.65;1380.00;1.57;0.22 +3946;3;2847.50;11.70;1379.50;-1.37;0.22 +3946;4;2849.00;11.10;1381.50;3.73;0.22 +3946;5;2851.50;10.45;1382.00;2.49;0.22 +3946;9;2847.84;11.56;1380.00;1.57;0.22 +3946;10;2852.16;10.35;1380.00;-1.57;0.22 +3946;19;2852.00;10.15;1377.00;1.57;0.22 +3946;20;2852.97;10.15;1375.54;0.58;0.22 3946;21;2847.84;11.56;1380.00;1.57;0.22 +3947;0;4811.00;12.50;1386.00;0.00;0.24 +3947;1;4812.50;12.30;1384.00;0.64;0.24 +3947;2;4809.00;12.10;1384.50;-0.92;0.24 +3947;3;4814.50;12.10;1385.50;1.42;0.24 +3947;4;4807.00;12.20;1386.00;4.71;0.24 +3947;5;4810.00;13.85;1387.50;3.73;0.24 +3947;6;4813.00;12.45;1387.50;2.21;0.24 +3947;9;4808.12;12.52;1386.00;1.57;0.24 +3947;10;4813.88;12.15;1386.00;-1.57;0.24 3947;21;4808.12;12.52;1386.00;1.57;0.24 +3948;0;2833.00;9.95;1398.00;0.00;0.22 +3948;1;2834.50;9.90;1395.00;0.46;0.22 +3948;2;2835.50;9.90;1396.00;0.89;0.22 +3948;3;2832.50;10.00;1396.50;-0.32;0.22 +3948;4;2835.50;10.00;1398.50;1.76;0.22 +3948;5;2831.00;10.10;1399.00;4.24;0.22 +3948;6;2833.50;10.00;1401.00;2.97;0.22 +3948;7;2831.50;10.10;1401.00;3.60;0.22 +3948;9;2831.02;10.04;1398.00;1.57;0.22 +3948;10;2834.98;9.94;1398.00;-1.57;0.22 3948;21;2831.02;10.04;1398.00;1.57;0.22 +3949;0;4773.00;12.77;1346.00;0.00;0.22 +3949;1;4770.50;12.50;1344.00;-0.89;0.22 +3949;2;4773.50;12.60;1345.00;0.46;0.22 +3949;3;4770.50;12.80;1346.50;4.51;0.22 +3949;4;4776.00;12.70;1347.50;2.03;0.22 +3949;5;4771.50;12.90;1348.00;3.78;0.22 +3949;6;4774.50;13.20;1348.50;2.60;0.22 +3949;9;4770.30;12.73;1346.00;1.57;0.22 +3949;10;4775.70;12.46;1346.00;-1.57;0.22 3949;21;4770.30;12.73;1346.00;1.57;0.22 +3950;0;3394.00;18.27;1315.00;0.00;0.28 +3950;1;3393.00;18.55;1312.50;-0.38;0.28 +3950;2;3397.00;17.95;1313.50;1.10;0.28 +3950;3;3391.00;17.65;1315.50;4.54;0.28 +3950;4;3396.50;17.30;1316.50;2.11;0.28 +3950;5;3393.50;16.50;1318.00;3.30;0.28 +3950;9;3391.12;17.82;1315.00;1.57;0.28 +3950;10;3396.88;17.45;1315.00;-1.57;0.28 3950;21;3391.12;17.82;1315.00;1.57;0.28 +3951;0;3280.00;12.65;1318.00;0.00;0.28 +3951;1;3280.00;13.20;1314.50;0.00;0.28 +3951;2;3278.50;12.60;1317.00;-0.98;0.28 +3951;3;3282.00;13.50;1315.50;0.67;0.28 +3951;4;3282.50;13.20;1318.50;1.76;0.28 +3951;5;3277.50;12.45;1321.00;3.83;0.28 +3951;6;3280.00;12.40;1321.00;3.14;0.28 +3951;9;3277.48;12.55;1318.00;1.57;0.28 +3951;10;3282.52;13.25;1318.00;-1.57;0.28 3951;21;3277.48;12.55;1318.00;1.57;0.28 +3952;0;3187.00;13.42;1379.00;0.00;0.18 +3952;1;3188.00;13.57;1377.00;0.46;0.18 +3952;2;3189.50;13.80;1378.50;1.37;0.18 +3952;3;3185.00;13.20;1378.50;-1.32;0.18 +3952;4;3184.00;12.35;1381.00;4.12;0.18 +3952;5;3187.00;12.70;1381.00;3.14;0.18 +3952;9;3184.84;13.10;1379.00;1.57;0.18 +3952;10;3189.16;13.68;1379.00;-1.57;0.18 3952;21;3184.84;13.10;1379.00;1.57;0.18 +3953;0;2756.00;11.92;1306.00;0.00;0.18 +3953;1;2755.50;12.00;1304.50;-0.32;0.18 +3953;2;2757.50;12.10;1305.50;1.24;0.18 +3953;3;2754.00;11.72;1306.00;4.71;0.18 +3953;4;2755.00;11.70;1307.50;3.73;0.18 +3953;5;2758.50;11.90;1307.50;2.11;0.18 +3953;6;2757.50;11.70;1308.50;2.60;0.18 +3953;9;2754.38;11.74;1306.00;1.57;0.18 +3953;10;2757.62;11.96;1306.00;-1.57;0.18 3953;21;2754.38;11.74;1306.00;1.57;0.18 +3954;0;2801.00;11.40;1344.00;0.00;0.20 +3954;1;2800.50;11.80;1342.50;-0.32;0.20 +3954;2;2803.00;11.15;1344.00;1.57;0.20 +3954;3;2798.50;11.80;1344.00;4.71;0.20 +3954;4;2799.00;11.40;1345.50;4.06;0.20 +3954;5;2801.50;10.75;1346.00;2.89;0.20 +3954;9;2798.84;11.76;1344.00;1.57;0.20 +3954;10;2803.16;11.15;1344.00;-1.57;0.20 3954;21;2803.16;11.15;1344.00;-1.57;0.20 +3955;0;4628.00;11.00;1338.00;0.00;0.22 +3955;1;4628.00;10.80;1334.50;0.00;0.22 +3955;2;4629.50;10.95;1336.00;0.64;0.22 +3955;3;4626.50;11.00;1337.50;-1.24;0.22 +3955;4;4630.50;11.05;1340.00;2.24;0.22 +3955;5;4628.00;11.00;1341.00;3.14;0.22 +3955;6;4626.00;11.22;1341.00;3.73;0.22 +3955;9;4626.02;11.14;1338.00;1.57;0.22 +3955;10;4629.98;11.04;1338.00;-1.57;0.22 3955;21;4626.02;11.14;1338.00;1.57;0.22 +3956;0;3115.00;13.72;1395.00;0.00;0.18 +3956;1;3114.50;13.50;1393.00;-0.24;0.18 +3956;2;3117.00;13.37;1393.00;0.78;0.18 +3956;3;3113.00;13.95;1395.50;4.46;0.18 +3956;4;3116.50;13.50;1395.00;1.57;0.18 +3956;5;3115.50;13.15;1397.00;2.89;0.18 +3956;6;3114.00;13.40;1397.50;3.52;0.18 +3956;9;3113.38;13.86;1395.00;1.57;0.18 +3956;10;3116.62;13.47;1395.00;-1.57;0.18 3956;21;3113.38;13.86;1395.00;1.57;0.18 +3957;0;1608.47;9.70;1525.75;0.00;0.24 +3957;1;1605.50;9.65;1523.00;0.64;0.24 +3957;2;1602.00;9.60;1523.50;-0.92;0.24 +3957;3;1608.00;9.70;1524.50;1.44;0.24 +3957;4;1599.50;9.80;1525.50;4.60;0.24 +3957;5;1605.00;9.70;1526.50;2.55;0.24 +3957;6;1601.00;9.80;1527.00;4.12;0.24 +3957;9;1600.76;9.80;1525.00;1.57;0.24 +3957;10;1607.24;9.70;1525.00;-1.57;0.24 +3957;19;1613.00;9.53;1524.00;1.45;0.24 +3957;20;1614.73;9.53;1523.80;1.46;0.24 3957;21;1602.57;9.90;1524.66;-1.57;0.24 +3958;0;3049.00;12.37;1337.00;0.00;0.22 +3958;1;3048.00;11.50;1334.50;-0.38;0.22 +3958;2;3051.00;12.60;1336.00;1.10;0.22 +3958;3;3046.00;11.75;1337.50;4.54;0.22 +3958;4;3050.50;13.35;1339.00;2.49;0.22 +3958;5;3048.00;12.67;1339.00;3.60;0.22 +3958;6;3049.50;13.40;1340.50;3.00;0.22 +3958;9;3047.02;11.88;1337.00;1.57;0.22 +3958;10;3050.98;12.94;1337.00;-1.57;0.22 3958;21;3047.02;11.88;1337.00;1.57;0.22 +3959;0;2913.00;11.90;1398.00;0.00;0.20 +3959;1;2911.00;11.40;1395.50;-0.67;0.20 +3959;2;2912.00;11.45;1395.50;-0.38;0.20 +3959;3;2914.00;11.90;1397.50;1.10;0.20 +3959;4;2911.00;11.65;1397.00;-1.10;0.20 +3959;5;2912.50;12.10;1399.50;3.46;0.20 +3959;6;2915.00;12.05;1399.50;2.21;0.20 +3959;7;2916.50;11.70;1399.50;1.97;0.20 +3959;9;2910.84;11.81;1398.00;1.57;0.20 +3959;10;2915.16;11.83;1398.00;-1.57;0.20 3959;21;2910.84;11.81;1398.00;1.57;0.20 +3960;0;1292.00;10.00;1409.00;0.00;0.38 +3960;1;1286.50;10.10;1405.50;-1.00;0.38 +3960;2;1291.00;10.02;1406.00;-0.32;0.38 +3960;3;1288.00;10.10;1409.00;4.71;0.38 +3960;4;1296.00;9.92;1409.00;1.57;0.38 +3960;5;1291.50;9.95;1413.00;3.26;0.38 +3960;6;1296.50;9.90;1412.50;2.23;0.38 +3960;9;1287.50;10.10;1409.00;1.57;0.38 +3960;10;1296.50;9.90;1409.00;-1.57;0.38 3960;21;1287.50;10.10;1409.00;1.57;0.38 +3961;0;2904.00;11.35;1398.00;0.00;0.20 +3961;1;2904.00;11.22;1396.00;0.00;0.20 +3961;2;2906.50;11.70;1397.00;1.19;0.20 +3961;3;2901.50;11.00;1397.50;-1.37;0.20 +3961;4;2902.00;11.25;1399.50;4.06;0.20 +3961;5;2905.50;11.80;1399.50;2.35;0.20 +3961;6;2903.50;11.40;1400.50;3.33;0.20 +3961;9;2902.02;11.10;1398.00;1.57;0.20 +3961;10;2905.98;11.64;1398.00;-1.57;0.20 3961;21;2902.02;11.10;1398.00;1.57;0.20 +3962;0;4997.96;9.90;1360.50;0.00;0.36 +3962;1;4998.69;9.80;1358.61;1.32;0.36 +3962;2;4995.97;9.70;1358.23;4.71;0.36 +3962;3;4994.50;9.50;1362.00;3.70;0.36 +3962;4;4992.78;9.70;1364.26;3.87;0.36 +3962;5;4997.05;9.70;1354.75;0.70;0.36 +3962;9;4993.04;9.50;1358.00;1.57;0.36 +3962;10;5000.96;9.50;1358.00;-1.57;0.36 +3962;19;4994.00;9.50;1350.00;1.33;0.36 +3962;20;4993.38;9.50;1348.36;-0.35;0.36 3962;21;4993.04;9.50;1358.00;1.57;0.36 +3963;0;4941.00;9.80;1499.00;0.00;0.42 +3963;1;4938.50;9.80;1494.50;-0.50;0.42 +3963;2;4942.50;10.55;1495.00;0.35;0.42 +3963;3;4937.50;9.70;1498.50;-1.42;0.42 +3963;4;4946.00;10.60;1500.00;1.76;0.42 +3963;5;4940.50;9.70;1502.00;3.30;0.42 +3963;6;4944.00;9.75;1503.50;2.55;0.42 +3963;9;4937.22;9.70;1499.00;1.57;0.42 +3963;10;4944.78;10.39;1499.00;-1.57;0.42 3963;21;4937.22;9.70;1499.00;1.57;0.42 +3964;0;3358.00;12.62;1310.00;0.00;0.30 +3964;1;3359.00;12.72;1307.00;0.32;0.30 +3964;2;3356.00;12.62;1308.00;-0.78;0.30 +3964;3;3361.00;12.85;1308.50;1.10;0.30 +3964;4;3360.50;12.80;1311.50;2.11;0.30 +3964;5;3354.50;12.50;1311.50;4.30;0.30 +3964;6;3356.50;12.60;1313.00;3.60;0.30 +3964;9;3355.12;12.53;1310.00;1.57;0.30 +3964;10;3360.88;12.83;1310.00;-1.57;0.30 3964;21;3355.12;12.53;1310.00;1.57;0.30 +3965;0;3406.00;13.75;1330.00;0.00;0.20 +3965;1;3406.50;14.20;1328.00;0.24;0.20 +3965;2;3409.00;13.50;1329.50;1.40;0.20 +3965;3;3403.00;14.35;1329.00;-1.24;0.20 +3965;4;3402.00;14.15;1330.50;4.58;0.20 +3965;5;3405.50;14.10;1332.50;3.33;0.20 +3965;9;3403.12;14.21;1330.00;1.57;0.20 +3965;10;3408.88;13.41;1330.00;-1.57;0.20 3965;21;3403.12;14.21;1330.00;1.57;0.20 +3966;0;3037.00;11.25;1356.00;0.00;0.18 +3966;1;3037.50;11.60;1353.50;0.19;0.18 +3966;2;3035.00;12.35;1355.00;-1.10;0.18 +3966;3;3038.50;11.00;1355.50;1.24;0.18 +3966;4;3035.50;11.20;1358.00;3.78;0.18 +3966;5;3038.50;10.40;1358.00;2.49;0.18 +3966;6;3037.00;10.65;1358.50;3.14;0.18 +3966;9;3035.38;11.88;1356.00;1.57;0.18 +3966;10;3038.62;10.93;1356.00;-1.57;0.18 +3966;19;3039.00;9.53;1361.00;-3.79;0.18 +3966;20;3039.65;9.53;1362.62;2.76;0.18 3966;21;3035.38;11.88;1356.00;1.57;0.18 +3967;0;3346.00;14.17;1352.00;0.00;0.24 +3967;1;3347.00;14.15;1349.00;0.32;0.24 +3967;2;3344.50;14.45;1349.00;-0.46;0.24 +3967;3;3344.00;14.10;1353.00;4.24;0.24 +3967;4;3348.00;13.67;1353.00;2.03;0.24 +3967;5;3345.00;14.05;1355.50;3.42;0.24 +3967;9;3343.84;14.18;1352.00;1.57;0.24 +3967;10;3348.16;13.70;1352.00;-1.57;0.24 +3967;19;3346.00;10.40;1359.00;-2.86;0.24 +3967;20;3346.00;10.40;1360.75;3.14;0.24 3967;21;3343.84;14.18;1352.00;1.57;0.24 +3968;0;3056.00;13.00;1326.00;0.00;0.14 +3968;1;3053.00;10.70;1324.50;-1.10;0.14 +3968;2;3056.00;12.55;1324.50;0.00;0.14 +3968;3;3053.00;11.10;1326.50;4.54;0.14 +3968;4;3058.50;11.40;1326.50;1.76;0.14 +3968;5;3056.50;13.40;1327.50;2.82;0.14 +3968;9;3053.84;11.52;1326.00;1.57;0.14 +3968;10;3058.16;12.08;1326.00;-1.57;0.14 +3968;19;3052.00;9.55;1323.00;-1.11;0.14 +3968;20;3050.60;9.55;1321.95;-0.92;0.14 3968;21;3053.84;11.52;1326.00;1.57;0.14 +3969;0;2693.00;11.10;1322.00;0.00;0.20 +3969;1;2691.00;10.85;1319.00;-0.58;0.20 +3969;2;2693.50;11.05;1320.00;0.24;0.20 +3969;3;2691.00;10.77;1320.00;-0.78;0.20 +3969;4;2692.00;11.17;1323.00;3.92;0.20 +3969;5;2695.00;11.22;1322.00;1.57;0.20 +3969;6;2694.50;11.55;1324.00;2.49;0.20 +3969;7;2693.50;11.60;1325.00;2.97;0.20 +3969;9;2691.20;10.95;1322.00;1.57;0.20 +3969;10;2694.80;11.23;1322.00;-1.57;0.20 3969;21;2691.20;10.95;1322.00;1.57;0.20 +3970;0;4737.00;10.82;1328.00;0.00;0.24 +3970;1;4734.50;11.20;1326.50;-1.03;0.24 +3970;2;4738.50;10.40;1327.50;1.24;0.24 +3970;3;4735.00;11.00;1329.50;4.06;0.24 +3970;4;4741.00;10.22;1330.00;2.03;0.24 +3970;5;4738.50;10.80;1330.50;2.60;0.24 +3970;9;4734.30;11.15;1328.00;1.57;0.24 +3970;10;4739.70;10.22;1328.00;-1.57;0.24 3970;21;4734.30;11.15;1328.00;1.57;0.24 +3971;0;3179.00;12.75;1376.00;0.00;0.24 +3971;1;3178.50;12.40;1373.00;-0.16;0.24 +3971;2;3180.50;12.40;1374.50;0.78;0.24 +3971;3;3176.50;13.10;1375.50;-1.37;0.24 +3971;4;3181.00;12.85;1377.00;2.03;0.24 +3971;5;3176.00;13.15;1378.50;4.01;0.24 +3971;6;3178.00;13.05;1379.00;3.46;0.24 +3971;9;3176.84;12.99;1376.00;1.57;0.24 +3971;10;3181.16;12.79;1376.00;-1.57;0.24 3971;21;3176.84;12.99;1376.00;1.57;0.24 +3972;0;1232.00;11.82;1454.00;0.00;0.52 +3972;1;1238.00;11.10;1447.50;0.74;0.52 +3972;2;1232.50;11.30;1448.50;0.09;0.52 +3972;3;1238.50;11.30;1451.00;1.13;0.52 +3972;4;1225.50;12.00;1452.00;-1.27;0.52 +3972;5;1238.50;11.50;1457.00;2.00;0.52 +3972;6;1225.00;12.65;1456.50;4.36;0.52 +3972;7;1232.00;12.40;1459.50;3.14;0.52 +3972;9;1226.60;12.14;1454.00;1.57;0.52 +3972;10;1237.40;11.45;1454.00;-1.57;0.52 3972;21;1226.60;12.14;1454.00;1.57;0.52 +3973;0;3162.00;11.42;1315.00;0.00;0.36 +3973;1;3163.50;11.40;1313.50;0.78;0.36 +3973;2;3161.50;11.30;1313.50;-0.32;0.36 +3973;3;3159.50;10.85;1315.00;4.71;0.36 +3973;4;3159.00;10.72;1317.00;4.12;0.36 +3973;5;3160.00;10.85;1318.50;3.66;0.36 +3973;9;3158.04;10.50;1315.00;1.57;0.36 +3973;10;3165.96;9.50;1315.00;-1.57;0.36 +3973;19;3165.40;10.80;1312.64;2.19;0.36 +3973;20;3166.83;10.80;1311.64;0.96;0.36 3973;21;3160.58;11.30;1316.27;-1.57;0.36 +3974;0;3059.00;12.40;1397.00;0.00;0.20 +3974;1;3060.00;11.80;1395.00;0.46;0.20 +3974;2;3056.50;11.10;1396.50;-1.37;0.20 +3974;3;3061.50;12.70;1396.50;1.37;0.20 +3974;4;3060.00;13.50;1398.50;2.55;0.20 +3974;5;3057.00;11.97;1399.00;3.92;0.20 +3974;9;3057.02;11.48;1397.00;1.57;0.20 +3974;10;3060.98;12.84;1397.00;-1.57;0.20 3974;21;3057.02;11.48;1397.00;1.57;0.20 +3975;0;1540.00;12.37;1523.00;0.00;0.32 +3975;1;1540.50;11.50;1519.50;0.14;0.32 +3975;2;1542.50;12.10;1519.50;0.62;0.32 +3975;3;1544.00;12.30;1521.00;1.10;0.32 +3975;4;1537.50;10.80;1522.50;-1.37;0.32 +3975;5;1542.50;12.65;1525.00;2.24;0.32 +3975;6;1536.50;11.75;1525.00;4.19;0.32 +3975;7;1538.50;12.65;1527.00;3.50;0.32 +3975;9;1536.76;10.76;1523.00;1.57;0.32 +3975;10;1543.24;12.40;1523.00;-1.57;0.32 3975;21;1536.76;10.76;1523.00;1.57;0.32 +3976;0;2967.00;13.22;1407.00;0.00;0.26 +3976;1;2969.00;12.30;1403.50;0.51;0.26 +3976;2;2966.00;12.80;1405.50;-0.58;0.26 +3976;3;2970.00;13.45;1405.50;1.10;0.26 +3976;4;2967.50;12.95;1408.00;2.67;0.26 +3976;5;2963.50;12.60;1408.50;4.30;0.26 +3976;6;2965.00;12.60;1410.00;3.73;0.26 +3976;9;2964.30;12.28;1407.00;1.57;0.26 +3976;10;2969.70;13.56;1407.00;-1.57;0.26 3976;21;2964.30;12.28;1407.00;1.57;0.26 +3977;0;4861.00;10.50;1394.00;0.00;0.28 +3977;1;4859.50;10.25;1391.00;-0.46;0.28 +3977;2;4863.00;9.85;1391.50;0.67;0.28 +3977;3;4857.50;10.60;1394.50;4.57;0.28 +3977;4;4864.50;10.20;1394.50;1.71;0.28 +3977;5;4863.50;10.80;1396.50;2.35;0.28 +3977;6;4860.00;11.65;1398.00;3.38;0.28 +3977;9;4858.48;10.55;1394.00;1.57;0.28 +3977;10;4863.52;10.24;1394.00;-1.57;0.28 3977;21;4858.48;10.55;1394.00;1.57;0.28 +3978;0;4658.00;11.35;1392.00;0.00;0.34 +3978;1;4656.00;11.35;1388.00;-0.46;0.34 +3978;2;4660.00;11.35;1388.00;0.46;0.34 +3978;3;4654.00;11.50;1390.50;-1.21;0.34 +3978;4;4661.50;11.30;1392.00;1.57;0.34 +3978;5;4656.50;11.90;1395.00;3.60;0.34 +3978;6;4660.50;11.60;1396.00;2.58;0.34 +3978;9;4654.94;11.60;1392.00;1.57;0.34 +3978;10;4661.06;11.30;1392.00;-1.57;0.34 3978;21;4654.94;11.60;1392.00;1.57;0.34 +3979;0;3419.00;14.45;1330.00;0.00;0.24 +3979;1;3416.00;14.27;1328.00;-0.98;0.24 +3979;2;3419.50;14.55;1328.00;0.24;0.24 +3979;3;3415.50;14.10;1329.50;-1.42;0.24 +3979;4;3422.50;14.50;1330.00;1.57;0.24 +3979;5;3419.50;14.75;1332.00;2.89;0.24 +3979;6;3415.50;14.60;1333.00;4.00;0.24 +3979;9;3416.12;14.16;1330.00;1.57;0.24 +3979;10;3421.88;14.46;1330.00;-1.57;0.24 3979;21;3416.12;14.16;1330.00;1.57;0.24 +3980;0;3139.00;13.35;1325.00;0.00;0.24 +3980;1;3138.50;13.30;1323.00;-0.24;0.24 +3980;2;3136.50;13.60;1323.50;-1.03;0.24 +3980;3;3140.50;12.70;1323.50;0.78;0.24 +3980;4;3137.00;13.90;1326.50;4.06;0.24 +3980;5;3141.50;12.70;1326.50;2.11;0.24 +3980;6;3139.50;13.35;1328.00;2.97;0.24 +3980;9;3136.84;13.53;1325.00;1.57;0.24 +3980;10;3141.16;12.60;1325.00;-1.57;0.24 3980;21;3136.84;13.53;1325.00;1.57;0.24 +3981;0;4800.00;9.72;1326.00;0.00;0.22 +3981;1;4800.50;9.70;1323.50;0.19;0.22 +3981;2;4798.00;9.77;1325.00;-1.10;0.22 +3981;3;4803.00;9.65;1327.00;1.89;0.22 +3981;4;4798.00;10.92;1328.00;3.92;0.22 +3981;5;4801.00;10.77;1329.00;2.82;0.22 +3981;9;4797.84;10.04;1326.00;1.57;0.22 +3981;10;4802.16;9.61;1326.00;-1.57;0.22 +3981;19;4802.00;9.50;1323.00;0.20;0.22 +3981;20;4802.97;9.50;1321.54;0.58;0.22 3981;21;4797.84;10.04;1326.00;1.57;0.22 +3982;0;3336.00;13.00;1354.00;0.00;0.24 +3982;1;3336.50;12.70;1351.50;0.19;0.24 +3982;2;3339.00;13.65;1354.00;1.57;0.24 +3982;3;3333.00;12.75;1354.50;4.54;0.24 +3982;4;3335.00;12.75;1356.50;3.52;0.24 +3982;5;3337.00;12.70;1356.50;2.76;0.24 +3982;9;3333.66;12.79;1354.00;1.57;0.24 +3982;10;3338.34;13.48;1354.00;-1.57;0.24 +3982;19;3334.00;10.35;1359.00;-2.76;0.24 +3982;20;3333.35;10.35;1360.62;3.52;0.24 3982;21;3333.66;12.79;1354.00;1.57;0.24 +3983;0;3279.00;13.70;1302.00;0.00;0.26 +3983;1;3280.00;13.90;1299.50;0.38;0.26 +3983;2;3277.00;13.65;1299.00;-0.58;0.26 +3983;3;3276.50;13.40;1302.50;4.51;0.26 +3983;4;3281.50;13.55;1302.00;1.57;0.26 +3983;5;3281.00;13.35;1304.50;2.46;0.26 +3983;6;3278.00;13.55;1305.50;3.42;0.26 +3983;7;3279.50;13.40;1306.50;3.03;0.26 +3983;9;3276.66;13.44;1302.00;1.57;0.26 +3983;10;3281.34;13.56;1302.00;-1.57;0.26 3983;21;3276.66;13.44;1302.00;1.57;0.26 +3984;0;3126.00;11.37;1396.00;0.00;0.18 +3984;1;3124.00;11.85;1394.00;-0.78;0.18 +3984;2;3126.50;11.70;1394.50;0.32;0.18 +3984;3;3128.50;11.40;1396.00;1.57;0.18 +3984;4;3122.00;12.10;1395.50;-1.44;0.18 +3984;5;3124.50;11.25;1397.00;4.12;0.18 +3984;6;3127.50;10.85;1398.00;2.49;0.18 +3984;9;3123.48;11.70;1396.00;1.57;0.18 +3984;10;3128.52;11.39;1396.00;-1.57;0.18 3984;21;3123.48;11.70;1396.00;1.57;0.18 +3985;0;3064.00;14.25;1403.00;0.00;0.22 +3985;1;3062.50;14.50;1401.50;-0.78;0.22 +3985;2;3065.50;14.10;1401.50;0.78;0.22 +3985;3;3061.00;14.20;1403.50;4.54;0.22 +3985;4;3065.50;13.20;1404.50;2.35;0.22 +3985;5;3063.00;14.50;1405.00;3.60;0.22 +3985;9;3062.02;14.32;1403.00;1.57;0.22 +3985;10;3065.98;13.84;1403.00;-1.57;0.22 3985;21;3062.02;14.32;1403.00;1.57;0.22 +3986;0;2729.00;12.47;1316.00;0.00;0.24 +3986;1;2729.00;11.90;1313.50;0.00;0.24 +3986;2;2727.50;12.15;1314.00;-0.64;0.24 +3986;3;2730.50;12.30;1314.50;0.78;0.24 +3986;4;2727.00;12.60;1316.50;4.46;0.24 +3986;5;2732.00;12.70;1316.50;1.73;0.24 +3986;6;2726.50;12.60;1317.50;4.17;0.24 +3986;7;2728.00;12.40;1318.00;3.60;0.24 +3986;8;2731.00;12.35;1318.50;2.46;0.24 +3986;9;2726.84;12.56;1316.00;1.57;0.24 +3986;10;2731.16;12.63;1316.00;-1.57;0.24 3986;21;2731.16;12.63;1316.00;-1.57;0.24 +3987;0;2933.00;9.70;1202.00;0.00;0.38 +3987;1;2931.00;9.72;1200.00;-0.78;0.38 +3987;2;2936.00;9.75;1198.50;0.70;0.38 +3987;3;2936.50;9.70;1202.00;1.57;0.38 +3987;4;2928.50;9.70;1205.00;4.12;0.38 +3987;5;1466.00;9.50;600.50;-1.18;0.38 +3987;9;2929.58;9.70;1202.00;1.57;0.38 +3987;10;2936.42;9.70;1202.00;-1.57;0.38 3987;21;2929.58;9.70;1202.00;1.57;0.38 +3988;0;3166.00;9.50;1288.00;0.00;0.24 +3988;1;3164.00;9.50;1286.00;-0.78;0.24 +3988;2;3166.00;9.70;1286.50;0.00;0.24 +3988;3;3165.00;9.50;1287.50;-1.10;0.24 +3988;4;3162.50;9.50;1287.00;-1.29;0.24 +3988;5;3168.50;9.50;1288.50;1.76;0.24 +3988;6;3166.50;9.50;1290.50;2.94;0.24 +3988;9;3163.12;9.50;1288.00;1.57;0.24 +3988;10;3168.88;9.57;1288.00;-1.57;0.24 +3988;19;3166.00;9.50;1285.00;0.60;0.24 +3988;20;3166.00;9.50;1283.25;0.00;0.24 3988;21;3165.36;10.10;1286.14;-1.57;0.24 +3989;0;4040.00;21.00;1158.00;0.00;0.40 +3989;1;4038.00;18.70;1155.50;-0.67;0.40 +3989;2;4045.50;21.60;1155.50;1.14;0.40 +3989;3;4033.50;18.70;1159.50;4.48;0.40 +3989;4;4043.00;21.82;1160.00;2.15;0.40 +3989;5;4036.50;21.00;1162.00;3.86;0.40 +3989;9;4035.14;18.68;1158.00;1.57;0.40 +3989;10;4044.86;21.40;1158.00;-1.57;0.40 3989;21;4035.14;18.68;1158.00;1.57;0.40 +3990;0;2713.00;9.50;1583.00;0.00;0.70 +3990;1;2709.00;9.50;1575.50;-0.49;0.70 +3990;2;2713.00;9.50;1573.50;0.00;0.70 +3990;3;2715.50;9.50;1576.50;0.36;0.70 +3990;4;2722.00;9.50;1580.50;1.30;0.70 +3990;5;2705.00;9.50;1582.00;-1.44;0.70 +3990;6;2707.00;9.50;1586.50;4.18;0.70 +3990;7;2719.50;9.50;1585.00;1.86;0.70 +3990;8;2712.50;9.50;1591.00;3.20;0.70 +3990;9;2706.70;9.50;1583.00;1.57;0.70 +3990;10;2719.30;9.50;1583.00;-1.57;0.70 +3990;11;2706.60;9.50;1571.00;-0.49;0.70 +3990;12;2713.00;9.50;1567.80;0.00;0.70 +3990;13;2717.00;9.50;1572.60;0.36;0.70 +3990;14;2727.40;9.50;1579.00;1.30;0.70 +3990;15;2700.20;9.50;1581.40;-1.44;0.70 +3990;16;2703.40;9.50;1588.60;4.18;0.70 +3990;17;2723.40;9.50;1586.20;1.86;0.70 +3990;18;2712.20;9.50;1595.80;3.20;0.70 3990;21;2706.70;9.50;1583.00;1.57;0.70 +3991;0;2786.00;14.10;1216.00;0.00;0.32 +3991;1;2787.00;14.00;1212.50;0.27;0.32 +3991;2;2783.50;14.15;1214.00;-0.89;0.32 +3991;3;2789.50;14.00;1216.50;1.71;0.32 +3991;4;2782.50;14.00;1218.50;4.09;0.32 +3991;5;2787.50;14.30;1220.00;2.78;0.32 +3991;6;2784.50;14.00;1220.50;3.46;0.32 +3991;9;2783.12;14.13;1216.00;1.57;0.32 +3991;10;2788.88;13.98;1216.00;-1.57;0.32 3991;21;2783.12;14.13;1216.00;1.57;0.32 +3992;0;4617.00;9.80;1116.00;0.00;0.24 +3992;1;4616.00;10.30;1112.50;-0.27;0.24 +3992;2;4618.50;9.90;1113.50;0.54;0.24 +3992;3;4615.50;9.95;1116.00;4.71;0.24 +3992;4;4619.00;9.70;1116.50;1.81;0.24 +3992;5;4616.50;9.70;1120.50;3.25;0.24 +3992;6;2308.00;9.50;557.50;-1.33;0.24 +3992;9;4614.84;10.08;1116.00;1.57;0.24 +3992;10;4619.16;9.70;1116.00;-1.57;0.24 3992;21;4614.84;10.08;1116.00;1.57;0.24 +3993;0;1932.00;9.50;1064.00;0.00;0.92 +3993;1;1940.00;9.50;1048.00;0.46;0.92 +3993;2;1929.50;9.50;1054.00;-0.24;0.92 +3993;3;1941.50;9.50;1058.00;1.00;0.92 +3993;4;1921.00;9.50;1068.00;4.36;0.92 +3993;5;1942.00;9.50;1070.50;2.14;0.92 +3993;6;1932.00;9.50;1075.00;3.14;0.92 +3993;7;1923.00;9.50;1076.00;3.78;0.92 +3993;9;1923.72;9.50;1064.00;1.57;0.92 +3993;10;1940.28;9.50;1064.00;-1.57;0.92 +3993;11;1944.80;9.50;1038.40;0.46;0.92 +3993;12;1928.00;9.50;1048.00;-0.24;0.92 +3993;13;1947.20;9.50;1054.40;1.00;0.92 +3993;14;1914.40;9.50;1070.40;4.36;0.92 +3993;15;1948.00;9.50;1074.40;2.14;0.92 +3993;16;1932.00;9.50;1081.60;3.14;0.92 +3993;17;1917.60;9.50;1083.20;3.78;0.92 3993;21;1923.72;9.50;1064.00;1.57;0.92 +3994;0;1529.00;9.80;1426.00;0.00;0.42 +3994;1;1529.50;9.70;1422.00;0.12;0.42 +3994;2;1532.50;9.75;1422.00;0.71;0.42 +3994;3;1533.00;9.80;1425.00;1.32;0.42 +3994;4;1526.00;9.80;1425.50;-1.40;0.42 +3994;5;1529.50;9.80;1428.50;2.94;0.42 +3994;6;1523.50;9.80;1428.00;4.36;0.42 +3994;7;1525.00;9.80;1429.50;3.99;0.42 +3994;9;1524.86;9.80;1426.00;1.57;0.42 +3994;10;1533.14;9.80;1426.00;-1.57;0.42 3994;21;1524.86;9.80;1426.00;1.57;0.42 +3995;0;5085.00;11.42;911.00;0.00;0.18 +3995;1;5085.00;11.42;911.00;0.00;0.18 +3995;9;5083.38;9.69;911.00;1.57;0.18 +3995;10;5086.62;10.78;911.00;-1.57;0.18 +3995;19;5085.00;9.50;906.00;-1.57;0.18 +3995;20;5085.00;9.50;904.25;0.00;0.18 3995;21;5083.38;9.69;911.00;1.57;0.18 +3996;0;3285.00;9.80;1146.00;0.00;0.24 +3996;1;3286.00;9.80;1144.00;0.46;0.24 +3996;2;3282.00;9.80;1145.50;-1.40;0.24 +3996;3;3288.00;9.80;1145.00;1.24;0.24 +3996;4;3286.50;9.80;1147.00;2.15;0.24 +3996;5;3284.00;9.72;1148.00;3.60;0.24 +3996;9;3282.48;9.80;1146.00;1.57;0.24 +3996;10;3287.52;9.80;1146.00;-1.57;0.24 3996;21;3288.02;9.80;1144.41;-1.57;0.24 +3997;0;844.00;9.50;1367.00;0.00;1.46 +3997;1;838.00;9.50;1351.50;-0.36;1.46 +3997;2;828.00;9.50;1361.50;-1.24;1.46 +3997;3;854.50;9.50;1352.00;0.61;1.46 +3997;4;858.50;9.50;1366.00;1.50;1.46 +3997;5;834.50;9.50;1380.00;3.77;1.46 +3997;6;850.00;9.50;1383.00;2.78;1.46 +3997;9;830.50;9.50;1367.00;1.57;1.46 +3997;10;857.50;9.50;1367.00;-1.57;1.46 +3997;11;834.40;9.50;1342.20;-0.36;1.46 +3997;12;818.40;9.50;1358.20;-1.24;1.46 +3997;13;860.80;9.50;1343.00;0.61;1.46 +3997;14;867.20;9.50;1365.40;1.50;1.46 +3997;15;828.80;9.50;1387.80;3.77;1.46 +3997;16;853.60;9.50;1392.60;2.78;1.46 3997;21;830.50;9.50;1367.00;1.57;1.46 +3998;0;745.00;9.50;1618.00;0.00;1.20 +3998;1;738.50;9.50;1608.50;-0.60;1.20 +3998;2;756.50;9.50;1605.50;0.74;1.20 +3998;3;760.00;9.50;1614.50;1.34;1.20 +3998;4;730.50;9.50;1621.50;4.47;1.20 +3998;5;751.00;9.50;1628.50;2.62;1.20 +3998;6;740.50;9.50;1633.00;3.43;1.20 +3998;9;731.68;9.50;1618.00;1.57;1.20 +3998;10;758.32;9.50;1618.00;-1.57;1.20 +3998;11;734.60;9.50;1602.80;-0.60;1.20 +3998;12;763.40;9.50;1598.00;0.74;1.20 +3998;13;769.00;9.50;1612.40;1.34;1.20 +3998;14;721.80;9.50;1623.60;4.47;1.20 +3998;15;754.60;9.50;1634.80;2.62;1.20 +3998;16;737.80;9.50;1642.00;3.43;1.20 3998;21;731.68;9.50;1618.00;1.57;1.20 +3999;0;4266.00;14.52;1020.00;0.00;0.26 +3999;1;4265.50;14.30;1017.50;-0.19;0.26 +3999;2;4262.50;13.05;1019.00;-1.29;0.26 +3999;3;4268.50;14.30;1020.00;1.57;0.26 +3999;4;4264.50;14.50;1021.50;3.92;0.26 +3999;5;4267.00;14.20;1022.50;2.76;0.26 +3999;9;4263.48;13.73;1020.00;1.57;0.26 +3999;10;4268.52;14.29;1020.00;-1.57;0.26 3999;21;4263.48;13.73;1020.00;1.57;0.26 +4000;0;4979.00;11.10;1260.00;0.00;0.20 +4000;1;4979.00;10.60;1256.00;0.00;0.20 +4000;2;4981.00;10.20;1258.00;0.78;0.20 +4000;3;4977.50;11.20;1259.50;-1.24;0.20 +4000;4;4981.50;11.20;1261.50;2.11;0.20 +4000;5;4977.50;12.60;1262.50;3.68;0.20 +4000;6;4979.50;12.30;1262.50;2.94;0.20 +4000;9;4977.20;11.36;1260.00;1.57;0.20 +4000;10;4980.80;10.74;1260.00;-1.57;0.20 4000;21;4977.20;11.36;1260.00;1.57;0.20 +4001;0;4671.00;9.70;1186.00;0.00;0.18 +4001;1;4668.50;9.70;1184.50;-1.03;0.18 +4001;2;4671.00;9.70;1184.50;0.00;0.18 +4001;3;4668.50;9.70;1185.50;-1.37;0.18 +4001;4;4674.00;9.70;1185.50;1.40;0.18 +4001;5;4670.00;9.70;1188.00;3.60;0.18 +4001;6;4673.00;9.70;1188.00;2.35;0.18 +4001;9;4668.84;9.70;1186.00;1.57;0.18 +4001;10;4673.16;9.70;1186.00;-1.57;0.18 4001;21;4668.84;9.70;1186.00;1.57;0.18 +4002;0;4380.00;9.50;828.00;0.00;1.24 +4002;1;4373.50;9.50;814.50;-0.44;1.24 +4002;2;4366.50;9.50;816.00;-0.84;1.24 +4002;3;4388.50;9.50;822.00;0.95;1.24 +4002;4;4367.00;9.50;820.50;-1.04;1.24 +4002;5;4370.00;9.50;827.00;-1.47;1.24 +4002;6;4397.50;9.50;828.00;1.57;1.24 +4002;7;4396.00;9.50;830.50;1.72;1.24 +4002;8;4373.00;9.50;834.00;4.00;1.24 +4002;9;4368.84;9.50;828.00;1.57;1.24 +4002;10;4391.16;9.50;828.00;-1.57;1.24 +4002;11;4369.60;9.50;806.40;-0.44;1.24 +4002;12;4358.40;9.50;808.80;-0.84;1.24 +4002;13;4393.60;9.50;818.40;0.95;1.24 +4002;14;4359.20;9.50;816.00;-1.04;1.24 +4002;15;4364.00;9.50;826.40;-1.47;1.24 +4002;16;4408.00;9.50;828.00;1.57;1.24 +4002;17;4405.60;9.50;832.00;1.72;1.24 +4002;18;4368.80;9.50;837.60;4.00;1.24 4002;21;4368.84;9.50;828.00;1.57;1.24 +4003;0;3876.00;9.70;1048.00;0.00;0.50 +4003;1;3871.00;9.70;1041.50;-0.65;0.50 +4003;2;3871.50;9.70;1046.00;-1.15;0.50 +4003;3;3876.00;9.70;1045.00;0.00;0.50 +4003;4;3881.00;9.70;1049.50;1.86;0.50 +4003;5;3874.50;9.70;1052.00;3.50;0.50 +4003;6;3877.50;9.70;1052.50;2.82;0.50 +4003;9;3871.50;9.70;1048.00;1.57;0.50 +4003;10;3880.50;9.70;1048.00;-1.57;0.50 +4003;19;3868.00;9.50;1035.00;-0.66;0.50 +4003;20;3867.08;9.50;1033.51;-0.55;0.50 4003;21;3871.50;9.70;1048.00;1.57;0.50 +4004;0;4797.00;11.17;1292.00;0.00;0.18 +4004;1;4797.00;10.95;1289.00;0.00;0.18 +4004;2;4799.50;11.70;1289.50;0.78;0.18 +4004;3;4795.50;10.70;1292.50;4.39;0.18 +4004;4;4798.50;11.65;1293.00;2.15;0.18 +4004;5;4797.00;12.15;1296.00;3.14;0.18 +4004;9;4795.38;10.62;1292.00;1.57;0.18 +4004;10;4798.62;11.58;1292.00;-1.57;0.18 4004;21;4795.38;10.62;1292.00;1.57;0.18 +4005;0;4661.00;9.67;1201.00;0.00;0.22 +4005;1;4663.00;9.70;1199.50;0.92;0.22 +4005;2;4659.00;9.70;1199.50;-0.92;0.22 +4005;3;4662.50;9.60;1202.50;2.35;0.22 +4005;4;2330.00;9.50;600.00;-1.31;0.22 +4005;9;4658.30;9.64;1201.00;1.57;0.22 +4005;10;4663.70;9.70;1201.00;-1.57;0.22 4005;21;4658.30;9.64;1201.00;1.57;0.22 +4006;0;5031.00;9.70;2003.00;0.00;2.54 +4006;1;5043.00;9.80;1966.00;0.31;2.54 +4006;2;5058.50;10.40;1969.00;0.68;2.54 +4006;3;5006.50;10.95;1992.00;-1.14;2.54 +4006;4;5070.50;10.40;1999.50;1.48;2.54 +4006;5;4975.00;9.70;2011.00;4.57;2.54 +4006;9;4992.12;10.18;2003.00;1.57;2.54 +4006;10;5069.88;9.92;2003.00;-1.57;2.54 4006;21;4992.12;10.18;2003.00;1.57;2.54 +4007;0;5307.00;9.50;103.00;0.00;1.02 +4007;1;5309.00;9.50;91.00;0.16;1.02 +4007;2;5320.50;9.50;97.00;1.15;1.02 +4007;3;5298.50;9.50;96.50;-0.91;1.02 +4007;4;5292.00;9.50;108.50;4.36;1.02 +4007;5;5313.00;9.50;110.00;2.43;1.02 +4007;9;5292.24;9.50;103.00;1.57;1.02 +4007;10;5321.76;9.50;103.00;-1.57;1.02 +4007;11;5310.20;9.50;83.80;0.16;1.02 +4007;12;5328.60;9.50;93.40;1.15;1.02 +4007;13;5293.40;9.50;92.60;-0.91;1.02 +4007;14;5283.00;9.50;111.80;4.36;1.02 +4007;15;5316.60;9.50;114.20;2.43;1.02 4007;21;5292.24;9.50;103.00;1.57;1.02 +4008;0;3314.00;10.35;1258.00;0.00;0.28 +4008;1;3313.00;9.70;1255.00;-0.32;0.28 +4008;2;3316.00;10.55;1257.50;1.32;0.28 +4008;3;3311.00;9.70;1257.50;-1.40;0.28 +4008;4;3312.50;10.45;1260.00;3.78;0.28 +4008;5;3315.50;11.00;1261.00;2.67;0.28 +4008;9;3311.48;9.74;1258.00;1.57;0.28 +4008;10;3316.52;10.65;1258.00;-1.57;0.28 +4008;19;3308.00;9.50;1257.00;-1.41;0.28 +4008;20;3306.27;9.50;1256.71;-1.40;0.28 4008;21;3311.48;9.74;1258.00;1.57;0.28 +4009;0;4560.00;9.87;1177.00;0.00;0.32 +4009;1;4562.00;10.00;1173.50;0.51;0.32 +4009;2;4558.00;9.95;1175.50;-0.92;0.32 +4009;3;4563.50;9.80;1177.50;1.71;0.32 +4009;4;4555.00;9.90;1178.50;4.42;0.32 +4009;5;4561.00;9.80;1180.00;2.82;0.32 +4009;6;4556.50;9.80;1180.00;4.00;0.32 +4009;9;4556.40;10.00;1177.00;1.57;0.32 +4009;10;4563.60;9.84;1177.00;-1.57;0.32 4009;21;4556.40;10.00;1177.00;1.57;0.32 +4010;0;4613.00;9.95;1230.00;0.00;0.26 +4010;1;4610.00;9.75;1228.50;-1.10;0.26 +4010;2;4614.50;10.50;1228.00;0.64;0.26 +4010;3;4616.50;10.30;1230.00;1.57;0.26 +4010;4;4611.50;9.70;1231.50;3.92;0.26 +4010;5;4615.50;9.95;1232.00;2.24;0.26 +4010;9;4609.76;9.70;1230.00;1.57;0.26 +4010;10;4616.24;10.27;1230.00;-1.57;0.26 4010;21;4609.76;9.70;1230.00;1.57;0.26 +4011;0;5233.00;9.50;1021.00;0.00;1.22 +4011;1;5241.00;9.50;1005.50;0.47;1.22 +4011;2;5224.00;9.50;1011.50;-0.75;1.22 +4011;3;5245.50;9.50;1021.00;1.57;1.22 +4011;4;5218.50;9.50;1028.00;4.26;1.22 +4011;5;5222.50;9.50;1031.00;3.95;1.22 +4011;6;5226.00;9.50;1035.50;3.59;1.22 +4011;7;5237.50;9.50;1035.50;2.84;1.22 +4011;9;5219.50;9.50;1021.00;1.57;1.22 +4011;10;5246.50;9.50;1021.00;-1.57;1.22 +4011;11;5245.80;9.50;996.20;0.47;1.22 +4011;12;5218.60;9.50;1005.80;-0.75;1.22 +4011;13;5253.00;9.50;1021.00;1.57;1.22 +4011;14;5209.80;9.50;1032.20;4.26;1.22 +4011;15;5216.20;9.75;1037.00;3.95;1.22 +4011;16;5221.80;9.50;1044.20;3.59;1.22 +4011;17;5240.20;9.50;1044.20;2.84;1.22 4011;21;5219.50;9.50;1021.00;1.57;1.22 +4012;0;4872.00;9.50;839.00;0.00;0.86 +4012;1;4870.50;9.50;826.50;-0.11;0.86 +4012;2;4880.50;9.50;837.50;1.39;0.86 +4012;3;4860.50;9.50;830.00;-0.90;0.86 +4012;4;4862.50;9.50;841.00;4.50;0.86 +4012;5;4873.50;9.50;853.00;3.03;0.86 +4012;6;4867.00;9.50;853.50;3.47;0.86 +4012;9;4864.26;9.50;839.00;1.57;0.86 +4012;10;4879.74;9.50;839.00;-1.57;0.86 +4012;11;4869.60;9.50;819.00;-0.11;0.86 +4012;12;4885.60;9.50;836.60;1.39;0.86 +4012;13;4853.60;9.50;824.60;-0.90;0.86 +4012;14;4856.80;9.50;842.20;4.50;0.86 +4012;15;4874.40;9.50;861.40;3.03;0.86 +4012;16;4864.00;9.50;862.20;3.47;0.86 4012;21;4864.26;9.50;839.00;1.57;0.86 +4013;0;4690.00;9.70;1114.00;0.00;0.28 +4013;1;4691.50;9.60;1112.00;0.64;0.28 +4013;2;4688.00;9.65;1113.50;-1.32;0.28 +4013;3;4692.00;9.70;1115.50;2.21;0.28 +4013;4;4687.50;10.35;1116.00;4.03;0.28 +4013;5;4690.00;10.10;1116.50;3.14;0.28 +4013;9;4687.12;9.87;1114.00;1.57;0.28 +4013;10;4692.88;9.60;1114.00;-1.57;0.28 +4013;19;4697.00;9.50;1111.00;0.64;0.28 +4013;20;4698.60;9.50;1110.31;1.16;0.28 4013;21;4692.88;9.60;1114.00;-1.57;0.28 +4014;0;3039.00;10.35;1268.00;0.00;0.20 +4014;1;3039.50;9.70;1265.50;0.19;0.20 +4014;2;3037.00;9.70;1265.50;-0.67;0.20 +4014;3;3036.50;10.40;1268.00;4.71;0.20 +4014;4;3040.50;10.50;1269.50;2.35;0.20 +4014;5;3038.00;10.80;1270.50;3.52;0.20 +4014;6;3039.00;10.60;1271.00;3.14;0.20 +4014;9;3037.20;10.50;1268.00;1.57;0.20 +4014;10;3040.80;10.06;1268.00;-1.57;0.20 +4014;19;3044.89;9.50;1272.46;-5.33;0.20 +4014;20;3047.20;9.50;1274.25;2.06;0.20 4014;21;3037.20;10.50;1268.00;1.57;0.20 +4015;0;5144.00;9.50;1525.00;0.00;1.20 +4015;1;5135.50;9.50;1508.50;-0.47;1.20 +4015;2;5130.00;9.50;1523.00;-1.42;1.20 +4015;3;5149.50;9.50;1516.00;0.54;1.20 +4015;4;5163.50;9.50;1530.50;1.84;1.20 +4015;5;5137.50;9.50;1536.00;3.67;1.20 +4015;6;5157.00;9.50;1536.00;2.27;1.20 +4015;9;5130.32;9.50;1525.00;1.57;1.20 +4015;10;5157.68;9.50;1525.00;-1.57;1.20 +4015;11;5130.40;9.50;1498.60;-0.47;1.20 +4015;12;5121.60;9.50;1521.80;-1.42;1.20 +4015;13;5152.80;9.50;1510.60;0.54;1.20 +4015;14;5175.20;9.50;1533.80;1.84;1.20 +4015;15;5133.60;9.50;1542.60;3.67;1.20 +4015;16;5164.80;9.50;1542.60;2.27;1.20 4015;21;5130.32;9.50;1525.00;1.57;1.20 +4016;0;4381.00;9.50;781.00;0.00;0.90 +4016;1;4378.50;9.50;770.50;-0.23;0.90 +4016;2;4380.50;9.50;769.50;-0.04;0.90 +4016;3;4387.00;9.50;772.50;0.61;0.90 +4016;4;4375.50;9.50;773.50;-0.63;0.90 +4016;5;4376.00;9.50;777.50;-0.96;0.90 +4016;6;4387.50;9.50;785.00;2.12;0.90 +4016;7;4372.50;9.50;786.00;4.18;0.90 +4016;8;4368.50;9.50;787.50;4.23;0.90 +4016;9;4371.82;9.50;781.00;1.57;0.90 +4016;10;4390.18;9.50;781.00;-1.57;0.90 +4016;11;4377.00;9.50;764.20;-0.23;0.90 +4016;12;4380.20;9.50;762.60;-0.04;0.90 +4016;13;4390.60;9.50;767.40;0.61;0.90 +4016;14;4372.20;9.50;769.00;-0.63;0.90 +4016;15;4373.00;9.50;775.40;-0.96;0.90 +4016;16;4391.40;9.50;787.40;2.12;0.90 +4016;17;4367.40;9.50;789.00;4.18;0.90 +4016;18;4361.00;10.17;791.40;4.23;0.90 4016;21;4371.82;9.50;781.00;1.57;0.90 +4017;0;3362.00;11.52;1150.00;0.00;0.28 +4017;1;3361.50;11.80;1147.50;-0.19;0.28 +4017;2;3365.50;12.70;1148.50;1.16;0.28 +4017;3;3358.50;10.20;1149.50;-1.42;0.28 +4017;4;3364.50;12.30;1151.50;2.11;0.28 +4017;5;3359.50;10.00;1152.50;3.92;0.28 +4017;6;3363.00;11.25;1153.00;2.82;0.28 +4017;7;3360.50;9.90;1154.50;3.46;0.28 +4017;9;3359.30;10.35;1150.00;1.57;0.28 +4017;10;3364.70;12.58;1150.00;-1.57;0.28 4017;21;3359.30;10.35;1150.00;1.57;0.28 +4018;0;2836.00;14.62;1218.00;0.00;0.46 +4018;1;2838.50;14.40;1213.50;0.50;0.46 +4018;2;2832.50;14.60;1216.50;-1.16;0.46 +4018;3;2840.00;14.85;1219.50;1.93;0.46 +4018;4;2830.00;13.80;1220.50;4.31;0.46 +4018;5;2833.50;13.90;1221.50;3.76;0.46 +4018;6;2838.50;13.80;1224.00;2.74;0.46 +4018;9;2831.32;14.42;1218.00;1.57;0.46 +4018;10;2840.68;15.27;1218.00;-1.57;0.46 4018;21;2831.32;14.42;1218.00;1.57;0.46 +4019;0;4279.00;12.02;978.00;0.00;0.28 +4019;1;4276.50;11.30;976.50;-1.03;0.28 +4019;2;4280.00;12.00;975.50;0.38;0.28 +4019;3;4282.50;11.40;977.50;1.42;0.28 +4019;4;4281.50;11.90;979.50;2.11;0.28 +4019;5;4276.00;11.77;980.00;4.12;0.28 +4019;6;4279.00;12.02;981.00;3.14;0.28 +4019;9;4276.12;11.45;978.00;1.57;0.28 +4019;10;4281.88;11.67;978.00;-1.57;0.28 4019;21;4276.12;11.45;978.00;1.57;0.28 +4020;0;3932.00;9.50;413.00;0.00;0.94 +4020;1;3934.50;9.50;401.50;0.21;0.94 +4020;2;3944.50;9.50;398.50;0.71;0.94 +4020;3;3941.50;9.50;411.00;1.36;0.94 +4020;4;3923.00;9.50;409.00;-1.15;0.94 +4020;5;3922.50;9.50;420.50;4.04;0.94 +4020;6;3931.00;9.50;424.00;3.23;0.94 +4020;9;3923.54;9.50;413.00;1.57;0.94 +4020;10;3940.46;9.50;413.00;-1.57;0.94 +4020;11;3936.00;9.50;394.60;0.21;0.94 +4020;12;3952.00;9.50;389.80;0.71;0.94 +4020;13;3947.20;9.50;409.80;1.36;0.94 +4020;14;3917.60;9.50;406.60;-1.15;0.94 +4020;15;3916.80;9.50;425.00;4.04;0.94 +4020;16;3930.40;9.50;430.60;3.23;0.94 4020;21;3923.54;9.50;413.00;1.57;0.94 +4021;0;3675.00;9.50;632.00;0.00;1.06 +4021;1;3666.00;9.50;620.00;-0.64;1.06 +4021;2;3678.50;9.50;620.50;0.29;1.06 +4021;3;3664.50;9.50;627.00;-1.12;1.06 +4021;4;3690.00;9.50;621.50;0.96;1.06 +4021;5;3687.00;9.50;631.00;1.48;1.06 +4021;6;3666.00;9.50;642.50;3.85;1.06 +4021;7;3675.50;9.50;645.50;3.10;1.06 +4021;9;3665.46;9.50;632.00;1.57;1.06 +4021;10;3684.54;9.50;632.00;-1.57;1.06 +4021;11;3660.60;9.50;612.80;-0.64;1.06 +4021;12;3680.60;9.50;613.60;0.29;1.06 +4021;13;3658.20;9.50;624.00;-1.12;1.06 +4021;14;3699.00;9.50;615.20;0.96;1.06 +4021;15;3694.20;9.50;630.40;1.48;1.06 +4021;16;3660.60;9.50;648.80;3.85;1.06 +4021;17;3675.80;9.50;653.60;3.10;1.06 4021;21;3665.46;9.50;632.00;1.57;1.06 +4022;0;2681.00;11.82;1136.00;0.00;0.54 +4022;1;2682.50;11.90;1132.00;0.35;0.54 +4022;2;2675.00;10.77;1131.00;-0.87;0.54 +4022;3;2677.00;12.30;1137.50;4.35;0.54 +4022;4;2688.00;12.30;1139.50;2.03;0.54 +4022;5;2684.00;11.95;1141.50;2.64;0.54 +4022;9;2675.42;11.65;1136.00;1.57;0.54 +4022;10;2686.58;12.19;1136.00;-1.57;0.54 4022;21;2675.42;11.65;1136.00;1.57;0.54 +4023;0;4515.00;9.57;1000.00;0.00;0.24 +4023;1;4514.50;9.70;998.50;-0.32;0.24 +4023;2;4518.50;9.60;998.50;1.16;0.24 +4023;3;4512.50;9.70;1001.00;4.33;0.24 +4023;4;4519.00;9.57;999.00;1.32;0.24 +4023;5;4517.50;9.60;1001.00;1.95;0.24 +4023;6;4515.50;9.80;1003.00;2.97;0.24 +4023;9;4512.30;9.70;1000.00;1.57;0.24 +4023;10;4517.70;9.61;1000.00;-1.57;0.24 +4023;19;4517.00;9.50;999.00;-0.32;0.24 +4023;20;4518.56;9.50;998.21;1.10;0.24 4023;21;4512.30;9.70;1000.00;1.57;0.24 +4024;0;2727.00;12.10;1361.00;0.00;0.20 +4024;1;2724.50;12.00;1359.50;-1.03;0.20 +4024;2;2727.50;12.10;1360.00;0.46;0.20 +4024;3;2724.50;12.10;1361.00;4.71;0.20 +4024;4;2730.00;12.10;1360.50;1.40;0.20 +4024;5;2728.50;12.10;1362.50;2.35;0.20 +4024;6;2726.00;12.10;1363.00;3.60;0.20 +4024;9;2724.84;12.10;1361.00;1.57;0.20 +4024;10;2729.16;12.10;1361.00;-1.57;0.20 4024;21;2729.16;12.10;1361.00;-1.57;0.20 +4025;0;3529.00;9.50;211.00;0.00;1.02 +4025;1;3524.50;9.50;199.50;-0.37;1.02 +4025;2;3537.50;9.50;202.50;0.78;1.02 +4025;3;3519.00;9.50;212.00;4.61;1.02 +4025;4;3539.50;9.50;216.50;2.05;1.02 +4025;5;3526.00;9.50;224.00;3.36;1.02 +4025;6;3534.00;9.50;224.00;2.77;1.02 +4025;9;3519.82;9.50;211.00;1.57;1.02 +4025;10;3538.18;9.50;211.00;-1.57;1.02 +4025;11;3521.80;9.50;192.60;-0.37;1.02 +4025;12;3542.60;9.50;197.40;0.78;1.02 +4025;13;3513.00;9.50;212.60;4.61;1.02 +4025;14;3545.80;9.50;219.80;2.05;1.02 +4025;15;3524.20;9.50;231.80;3.36;1.02 +4025;16;3537.00;9.50;231.80;2.77;1.02 4025;21;3519.82;9.50;211.00;1.57;1.02 +4026;0;2841.00;9.50;731.00;0.00;0.94 +4026;1;2844.50;9.50;720.50;0.32;0.94 +4026;2;2833.50;9.50;721.00;-0.64;0.94 +4026;3;2852.00;9.50;730.50;1.52;0.94 +4026;4;2827.50;9.50;728.00;-1.35;0.94 +4026;5;2828.00;9.50;736.00;4.34;0.94 +4026;6;2831.00;9.50;737.00;4.17;0.94 +4026;7;2835.50;9.50;739.50;3.71;0.94 +4026;8;2841.50;9.50;740.00;3.08;0.94 +4026;9;2830.38;9.50;731.00;1.57;0.94 +4026;10;2851.62;9.50;731.00;-1.57;0.94 +4026;11;2846.60;9.50;714.20;0.32;0.94 +4026;12;2829.00;9.50;715.00;-0.64;0.94 +4026;13;2858.60;9.50;730.20;1.52;0.94 +4026;14;2819.40;9.50;726.20;-1.35;0.94 +4026;15;2820.20;9.50;739.00;4.34;0.94 +4026;16;2825.00;9.50;740.60;4.17;0.94 +4026;17;2832.20;9.50;744.60;3.71;0.94 +4026;18;2841.80;9.50;745.40;3.08;0.94 4026;21;2830.38;9.50;731.00;1.57;0.94 +4027;0;4856.00;10.15;1201.00;0.00;0.22 +4027;1;4854.50;11.25;1200.00;-0.98;0.22 +4027;2;4857.00;11.20;1198.50;0.38;0.22 +4027;3;4857.50;9.60;1201.00;1.57;0.22 +4027;4;4853.00;10.57;1203.00;4.12;0.22 +4027;5;4856.00;9.75;1202.50;3.14;0.22 +4027;9;4854.02;10.99;1201.00;1.57;0.22 +4027;10;4857.98;9.50;1201.00;-1.57;0.22 +4027;19;4860.00;9.50;1202.00;1.57;0.22 +4027;20;4861.69;9.50;1202.42;1.81;0.22 4027;21;4854.02;10.99;1201.00;1.57;0.22 +4028;0;4514.00;10.15;1028.00;0.00;0.26 +4028;1;4517.00;9.75;1025.50;0.87;0.26 +4028;2;4513.00;10.05;1026.50;-0.58;0.26 +4028;3;4518.50;9.80;1027.50;1.46;0.26 +4028;4;4509.50;10.50;1028.50;4.60;0.26 +4028;5;4514.00;10.45;1030.00;3.14;0.26 +4028;9;4510.58;10.50;1028.00;1.57;0.26 +4028;10;4517.42;9.95;1028.00;-1.57;0.26 4028;21;4510.58;10.50;1028.00;1.57;0.26 +4029;0;1385.00;10.90;1642.00;0.00;0.36 +4029;1;1383.00;10.80;1638.50;-0.51;0.36 +4029;2;1386.00;10.90;1637.50;0.21;0.36 +4029;3;1389.00;11.00;1641.50;1.44;0.36 +4029;4;1379.50;10.30;1641.50;-1.48;0.36 +4029;5;1382.00;10.60;1644.50;4.01;0.36 +4029;6;1389.50;11.05;1645.00;2.15;0.36 +4029;7;1386.50;11.00;1646.00;2.78;0.36 +4029;9;1381.04;10.40;1642.00;1.57;0.36 +4029;10;1388.96;11.00;1642.00;-1.57;0.36 4029;21;1381.04;10.40;1642.00;1.57;0.36 +4030;0;2648.00;9.50;252.00;0.00;0.92 +4030;1;2652.50;9.50;239.00;0.33;0.92 +4030;2;2643.00;9.50;242.00;-0.46;0.92 +4030;3;2657.50;9.50;252.50;1.62;0.92 +4030;4;2637.00;9.50;255.00;4.44;0.92 +4030;5;2646.00;9.50;263.00;3.32;0.92 +4030;6;2657.00;9.50;262.50;2.43;0.92 +4030;9;2639.72;9.50;252.00;1.57;0.92 +4030;10;2656.28;9.50;252.00;-1.57;0.92 +4030;11;2655.20;9.50;231.20;0.33;0.92 +4030;12;2640.00;9.50;236.00;-0.46;0.92 +4030;13;2663.20;9.50;252.80;1.62;0.92 +4030;14;2630.40;9.50;256.80;4.44;0.92 +4030;15;2644.80;9.50;269.60;3.32;0.92 +4030;16;2662.40;9.50;268.80;2.43;0.92 4030;21;2639.72;9.50;252.00;1.57;0.92 +4031;0;4676.00;10.50;1219.00;0.00;0.26 +4031;1;4678.00;10.50;1216.50;0.67;0.26 +4031;2;4674.50;10.05;1218.00;-0.98;0.26 +4031;3;4677.50;10.80;1220.50;2.35;0.26 +4031;4;4672.50;9.80;1221.50;4.09;0.26 +4031;9;4673.30;9.98;1219.00;1.57;0.26 +4031;10;4678.70;11.00;1219.00;-1.57;0.26 +4031;19;4681.00;10.30;1221.00;-3.93;0.26 +4031;20;4682.62;10.30;1221.65;1.95;0.26 4031;21;4673.30;9.98;1219.00;1.57;0.26 +4032;0;4607.00;9.97;1283.00;0.00;0.24 +4032;1;4607.50;9.80;1279.50;0.14;0.24 +4032;2;4605.00;9.95;1279.50;-0.51;0.24 +4032;3;4609.50;9.70;1282.00;1.19;0.24 +4032;4;4604.50;10.60;1283.50;4.51;0.24 +4032;5;4609.00;9.85;1285.50;2.46;0.24 +4032;6;4606.50;10.30;1286.00;3.30;0.24 +4032;9;4604.84;10.46;1283.00;1.57;0.24 +4032;10;4609.16;9.73;1283.00;-1.57;0.24 4032;21;4604.84;10.46;1283.00;1.57;0.24 +4033;0;3242.00;11.20;797.00;0.00;0.90 +4033;1;3234.50;11.30;788.50;-0.72;0.90 +4033;2;3248.50;11.20;793.00;1.01;0.90 +4033;3;3229.50;11.30;796.00;-1.49;0.90 +4033;4;3254.50;11.10;802.00;1.95;0.90 +4033;5;3238.50;11.20;803.50;3.63;0.90 +4033;6;3248.00;11.20;806.50;2.57;0.90 +4033;9;3230.84;11.28;797.00;1.57;0.90 +4033;10;3253.16;11.13;797.00;-1.57;0.90 4033;21;3230.84;11.28;797.00;1.57;0.90 +4034;0;2788.00;9.50;1853.00;0.00;1.08 +4034;1;2781.50;9.50;1835.00;-0.34;1.08 +4034;2;2793.50;9.50;1837.00;0.33;1.08 +4034;3;2775.00;9.50;1848.00;-1.20;1.08 +4034;4;2801.00;9.50;1855.00;1.72;1.08 +4034;5;2777.00;9.50;1865.00;3.88;1.08 +4034;6;2790.00;9.50;1870.00;3.02;1.08 +4034;9;2778.28;9.50;1853.00;1.57;1.08 +4034;10;2797.72;9.50;1853.00;-1.57;1.08 +4034;11;2777.60;9.50;1824.20;-0.34;1.08 +4034;12;2796.80;9.50;1827.40;0.33;1.08 +4034;13;2767.20;9.50;1845.00;-1.20;1.08 +4034;14;2808.80;9.50;1856.20;1.72;1.08 +4034;15;2770.40;9.50;1872.20;3.88;1.08 +4034;16;2791.20;9.50;1880.20;3.02;1.08 4034;21;2778.28;9.50;1853.00;1.57;1.08 +4035;0;1988.00;9.50;1714.00;0.00;0.96 +4035;1;1982.50;9.50;1703.50;-0.48;0.96 +4035;2;1992.50;9.50;1702.00;0.35;0.96 +4035;3;1979.00;9.50;1712.00;-1.35;0.96 +4035;4;1999.00;9.50;1713.00;1.48;0.96 +4035;5;1977.50;9.50;1724.00;3.95;0.96 +4035;6;1989.50;9.50;1725.50;3.01;0.96 +4035;9;1979.36;9.50;1714.00;1.57;0.96 +4035;10;1996.64;9.50;1714.00;-1.57;0.96 +4035;11;1979.20;9.50;1697.20;-0.48;0.96 +4035;12;1995.20;9.50;1694.80;0.35;0.96 +4035;13;1973.60;9.51;1710.80;-1.35;0.96 +4035;14;2005.60;9.50;1712.40;1.48;0.96 +4035;15;1971.20;9.50;1730.00;3.95;0.96 +4035;16;1990.40;9.50;1732.40;3.01;0.96 4035;21;1979.36;9.50;1714.00;1.57;0.96 +4036;0;1521.00;9.50;752.00;0.00;0.80 +4036;1;1517.00;9.50;742.50;-0.39;0.80 +4036;2;1535.50;9.50;744.50;1.09;0.80 +4036;3;1503.00;9.50;752.00;4.71;0.80 +4036;4;1542.00;9.50;751.00;1.52;0.80 +4036;5;1534.50;9.50;759.50;2.07;0.80 +4036;6;1514.50;9.50;761.50;3.74;0.80 +4036;9;1504.62;9.50;752.00;1.57;0.80 +4036;10;1537.38;9.50;752.00;-1.57;0.80 +4036;11;1514.60;9.50;736.80;-0.39;0.80 +4036;12;1544.20;9.50;740.00;1.09;0.80 +4036;13;1492.20;9.50;752.00;4.71;0.80 +4036;14;1554.60;9.50;750.40;1.52;0.80 +4036;15;1542.60;9.50;764.00;2.07;0.80 +4036;16;1510.60;9.50;767.20;3.74;0.80 4036;21;1504.62;9.50;752.00;1.57;0.80 +4037;0;4635.00;11.60;1249.00;0.00;0.26 +4037;1;4633.50;11.50;1246.50;-0.54;0.26 +4037;2;4636.50;11.60;1246.00;0.46;0.26 +4037;3;4638.00;11.65;1249.00;1.57;0.26 +4037;4;4632.50;11.50;1250.00;4.33;0.26 +4037;5;4637.00;11.55;1251.00;2.35;0.26 +4037;6;4634.50;11.50;1252.50;3.28;0.26 +4037;9;4632.66;11.50;1249.00;1.57;0.26 +4037;10;4637.34;11.60;1249.00;-1.57;0.26 4037;21;4632.66;11.50;1249.00;1.57;0.26 +4038;0;4628.00;10.70;1116.00;0.00;0.28 +4038;1;4627.00;10.20;1113.50;-0.38;0.28 +4038;2;4630.00;10.70;1112.50;0.51;0.28 +4038;3;4631.00;11.07;1115.00;1.24;0.28 +4038;4;4624.50;9.70;1116.50;4.57;0.28 +4038;5;4629.00;10.35;1117.50;2.55;0.28 +4038;6;2313.50;9.50;557.50;-1.33;0.28 +4038;9;4625.48;9.79;1116.00;1.57;0.28 +4038;10;4630.52;10.84;1116.00;-1.57;0.28 4038;21;4625.48;9.79;1116.00;1.57;0.28 +4039;0;634.00;9.50;169.00;0.00;1.06 +4039;1;631.00;9.50;152.50;-0.18;1.06 +4039;2;622.50;9.50;153.50;-0.63;1.06 +4039;3;640.50;9.50;157.00;0.49;1.06 +4039;4;623.50;9.50;168.00;-1.47;1.06 +4039;5;645.50;9.50;172.50;1.86;1.06 +4039;6;637.00;9.50;183.00;2.93;1.06 +4039;9;624.46;9.50;169.00;1.57;1.06 +4039;10;643.54;9.50;169.00;-1.57;1.06 +4039;11;629.20;9.50;142.60;-0.18;1.06 +4039;12;615.60;9.50;144.20;-0.63;1.06 +4039;13;644.40;9.50;149.80;0.49;1.06 +4039;14;617.20;9.50;167.40;-1.47;1.06 +4039;15;652.40;9.50;174.60;1.86;1.06 +4039;16;638.80;9.50;191.40;2.93;1.06 4039;21;624.46;9.50;169.00;1.57;1.06 +4040;0;64.00;9.50;817.00;0.00;1.18 +4040;1;57.50;9.50;803.50;-0.44;1.18 +4040;2;69.50;9.50;802.50;0.36;1.18 +4040;3;76.00;9.50;816.50;1.52;1.18 +4040;4;51.50;9.50;818.00;4.63;1.18 +4040;5;69.50;9.50;829.00;2.71;1.18 +4040;9;51.22;9.50;817.00;1.57;1.18 +4040;10;76.78;9.50;817.00;-1.57;1.18 +4040;11;53.60;9.50;795.40;-0.44;1.18 +4040;12;72.80;9.50;793.80;0.36;1.18 +4040;13;83.20;9.50;816.20;1.52;1.18 +4040;14;44.00;9.50;818.60;4.63;1.18 +4040;15;72.80;9.50;836.20;2.71;1.18 4040;21;51.22;9.50;817.00;1.57;1.18 +4041;0;4504.00;12.57;1150.00;0.00;0.30 +4041;1;4500.00;12.35;1146.50;-0.85;0.30 +4041;2;4505.00;12.10;1147.50;0.38;0.30 +4041;3;4497.50;12.70;1147.50;-1.20;0.30 +4041;4;4501.00;13.27;1151.00;4.39;0.30 +4041;5;4509.50;12.20;1151.50;1.83;0.30 +4041;6;4507.50;12.20;1153.50;2.35;0.30 +4041;9;4499.50;13.20;1150.00;1.57;0.30 +4041;10;4508.50;12.10;1150.00;-1.57;0.30 4041;21;4499.50;13.20;1150.00;1.57;0.30 +4042;0;4689.00;9.82;1155.00;0.00;0.22 +4042;1;4689.50;9.70;1153.00;0.24;0.22 +4042;2;4686.50;9.90;1154.00;-1.19;0.22 +4042;3;4692.00;10.02;1156.00;1.89;0.22 +4042;4;4686.50;10.50;1156.50;4.17;0.22 +4042;5;4688.50;10.20;1156.50;3.46;0.22 +4042;9;4686.48;10.10;1155.00;1.57;0.22 +4042;10;4691.52;9.79;1155.00;-1.57;0.22 +4042;19;4695.00;9.53;1155.00;0.24;0.22 +4042;20;4696.75;9.53;1155.00;1.57;0.22 4042;21;4686.48;10.10;1155.00;1.57;0.22 +4043;0;30.00;9.50;1837.00;0.00;0.80 +4043;1;32.00;9.50;1829.00;0.24;0.80 +4043;2;21.00;9.50;1837.00;4.71;0.80 +4043;3;39.00;9.50;1839.00;1.78;0.80 +4043;4;26.00;9.50;1846.50;3.54;0.80 +4043;5;32.00;9.50;1847.50;2.95;0.80 +4043;9;21.36;9.50;1837.00;1.57;0.80 +4043;10;38.64;9.50;1837.00;-1.57;0.80 +4043;11;33.20;9.50;1824.20;0.24;0.80 +4043;12;15.60;9.50;1837.00;4.71;0.80 +4043;13;44.40;9.50;1840.20;1.78;0.80 +4043;14;23.60;9.50;1852.20;3.54;0.80 +4043;15;33.20;9.50;1853.80;2.95;0.80 4043;21;21.36;9.50;1837.00;1.57;0.80 +4044;0;868.00;9.50;1147.00;0.00;1.42 +4044;1;859.50;9.50;1129.50;-0.45;1.42 +4044;2;871.00;9.50;1133.50;0.21;1.42 +4044;3;854.50;9.50;1141.00;-1.15;1.42 +4044;4;883.50;9.50;1143.50;1.34;1.42 +4044;5;880.50;9.50;1158.00;2.29;1.42 +4044;6;853.00;9.50;1153.50;4.30;1.42 +4044;7;866.00;9.50;1161.00;3.28;1.42 +4044;9;855.22;9.50;1147.00;1.57;1.42 +4044;10;880.78;9.50;1147.00;-1.57;1.42 +4044;11;854.40;9.50;1119.00;-0.45;1.42 +4044;12;872.80;9.50;1125.40;0.21;1.42 +4044;13;846.40;9.50;1137.40;-1.15;1.42 +4044;14;892.80;9.50;1141.40;1.34;1.42 +4044;15;888.00;9.50;1164.60;2.29;1.42 +4044;16;844.00;9.50;1157.40;4.30;1.42 +4044;17;864.80;9.50;1169.40;3.28;1.42 4044;21;855.22;9.50;1147.00;1.57;1.42 +4045;0;4047.00;10.42;1065.00;0.00;0.40 +4045;1;4043.00;10.60;1061.50;-0.85;0.40 +4045;2;4050.50;10.55;1064.00;1.29;0.40 +4045;3;4044.00;10.50;1067.50;4.01;0.40 +4045;4;4053.50;10.40;1068.50;2.06;0.40 +4045;5;4051.50;10.40;1069.50;2.35;0.40 +4045;9;4041.42;10.45;1065.00;1.57;0.40 +4045;10;4052.58;10.54;1065.00;-1.57;0.40 4045;21;4041.42;10.45;1065.00;1.57;0.40 +4046;0;2887.00;13.32;1256.00;0.00;0.30 +4046;1;2885.50;13.70;1252.50;-0.40;0.30 +4046;2;2888.50;14.10;1253.50;0.54;0.30 +4046;3;2884.00;12.55;1256.50;4.54;0.30 +4046;4;2890.50;12.50;1257.50;1.97;0.30 +4046;5;2888.00;11.02;1259.00;2.82;0.30 +4046;9;2884.30;12.84;1256.00;1.57;0.30 +4046;10;2889.70;13.45;1256.00;-1.57;0.30 +4046;19;2886.00;9.63;1262.00;-3.46;0.30 +4046;20;2885.71;9.63;1263.72;3.30;0.30 4046;21;2884.30;12.84;1256.00;1.57;0.30 +4047;0;3066.00;9.90;1155.00;0.00;0.28 +4047;1;3066.00;10.05;1151.50;0.00;0.28 +4047;2;3068.00;9.87;1155.00;1.57;0.28 +4047;3;3062.50;10.00;1152.50;-0.95;0.28 +4047;4;3063.00;9.90;1156.00;4.39;0.28 +4047;5;3067.50;9.70;1159.00;2.78;0.28 +4047;6;3065.50;9.70;1159.50;3.25;0.28 +4047;9;3063.48;9.90;1155.00;1.57;0.28 +4047;10;3068.52;9.85;1155.00;-1.57;0.28 +4047;19;3067.00;9.60;1163.00;-3.50;0.28 +4047;20;3067.21;9.60;1164.73;3.01;0.28 4047;21;3063.48;9.90;1155.00;1.57;0.28 +4048;0;1138.00;9.50;919.00;0.00;1.26 +4048;1;1125.50;9.50;904.50;-0.71;1.26 +4048;2;1142.00;9.50;905.50;0.28;1.26 +4048;3;1124.50;9.50;922.00;4.49;1.26 +4048;4;1153.00;9.50;924.00;1.89;1.26 +4048;5;1136.00;9.50;934.50;3.27;1.26 +4048;6;1149.00;9.50;936.00;2.56;1.26 +4048;9;1126.66;9.50;919.00;1.57;1.26 +4048;10;1149.34;9.50;919.00;-1.57;1.26 +4048;11;1118.00;9.50;895.80;-0.71;1.26 +4048;12;1144.40;9.50;897.40;0.28;1.26 +4048;13;1116.40;9.50;923.80;4.49;1.26 +4048;14;1162.00;9.50;927.00;1.89;1.26 +4048;15;1134.80;9.50;943.80;3.27;1.26 +4048;16;1155.60;9.50;946.20;2.56;1.26 4048;21;1126.66;9.50;919.00;1.57;1.26 +4049;0;604.00;9.50;1949.00;0.00;0.70 +4049;1;597.00;9.50;1947.50;-1.36;0.70 +4049;2;619.00;9.50;1942.00;1.13;0.70 +4049;3;616.00;9.50;1951.00;1.73;0.70 +4049;4;595.00;9.50;1954.50;4.16;0.70 +4049;5;578.50;9.50;1956.50;4.42;0.70 +4049;9;588.34;9.50;1949.00;1.57;0.70 +4049;10;619.66;9.50;1949.00;-1.57;0.70 +4049;11;592.80;9.50;1946.60;-1.36;0.70 +4049;12;628.00;9.50;1937.80;1.13;0.70 +4049;13;623.20;9.50;1952.20;1.73;0.70 +4049;14;589.60;9.50;1957.80;4.16;0.70 +4049;15;563.20;9.50;1961.00;4.42;0.70 4049;21;588.34;9.50;1949.00;1.57;0.70 +4050;0;4598.00;9.97;1023.00;0.00;0.28 +4050;1;4597.00;9.55;1020.00;-0.32;0.28 +4050;2;4599.00;9.65;1019.50;0.27;0.28 +4050;3;4596.00;9.85;1022.00;-1.10;0.28 +4050;4;4600.50;9.70;1022.50;1.37;0.28 +4050;5;4596.00;11.85;1025.50;3.81;0.28 +4050;6;4599.50;11.60;1026.00;2.67;0.28 +4050;7;4598.00;13.02;1028.00;3.14;0.28 +4050;9;4595.48;10.24;1023.00;1.57;0.28 +4050;10;4600.52;9.85;1023.00;-1.57;0.28 +4050;19;4599.00;9.50;1015.00;0.28;0.28 +4050;20;4599.21;9.50;1013.26;0.12;0.28 4050;21;4600.52;9.85;1023.00;-1.57;0.28 +4051;0;3005.00;10.92;1170.00;0.00;0.28 +4051;1;3003.00;10.95;1167.50;-0.67;0.28 +4051;2;3008.00;10.95;1167.00;0.78;0.28 +4051;3;3010.00;10.87;1170.00;1.57;0.28 +4051;4;2999.50;11.00;1169.50;-1.48;0.28 +4051;5;3000.50;11.20;1171.50;4.39;0.28 +4051;6;3004.00;11.32;1173.00;3.46;0.28 +4051;7;3008.00;11.15;1173.50;2.43;0.28 +4051;8;3010.00;11.05;1173.00;2.11;0.28 +4051;9;3000.86;11.05;1170.00;1.57;0.28 +4051;10;3009.14;10.90;1170.00;-1.57;0.28 4051;21;3000.86;11.05;1170.00;1.57;0.28 +4052;0;4765.00;9.70;1305.00;0.00;0.24 +4052;1;4763.00;9.70;1304.00;-1.10;0.24 +4052;2;4766.50;9.70;1304.00;0.98;0.24 +4052;3;4768.50;9.80;1306.50;1.97;0.24 +4052;4;4766.00;9.70;1307.50;2.76;0.24 +4052;9;4762.30;9.66;1305.00;1.57;0.24 +4052;10;4767.70;9.78;1305.00;-1.57;0.24 +4052;19;4763.00;9.50;1310.00;-1.11;0.24 +4052;20;4762.35;9.50;1311.62;3.52;0.24 4052;21;4762.30;9.66;1305.00;1.57;0.24 +4053;0;4621.00;11.80;1060.00;0.00;0.22 +4053;1;4620.00;11.00;1056.50;-0.27;0.22 +4053;2;4622.50;11.55;1058.00;0.64;0.22 +4053;3;4619.00;11.35;1058.50;-0.92;0.22 +4053;4;4620.50;12.70;1062.50;3.33;0.22 +4053;5;4623.50;12.50;1062.00;2.24;0.22 +4053;9;4619.02;11.82;1060.00;1.57;0.22 +4053;10;4622.98;11.94;1060.00;-1.57;0.22 4053;21;4619.02;11.82;1060.00;1.57;0.22 +4054;0;4936.00;9.70;1220.00;0.00;0.20 +4054;1;4937.50;9.70;1219.50;1.24;0.20 +4054;2;4933.50;9.70;1219.50;-1.37;0.20 +4054;3;4934.00;10.02;1222.00;3.92;0.20 +4054;4;4935.50;9.80;1222.00;3.38;0.20 +4054;9;4933.84;9.70;1220.00;1.57;0.20 +4054;10;4938.16;9.81;1220.00;-1.57;0.20 +4054;19;4935.00;9.53;1217.00;1.25;0.20 +4054;20;4934.44;9.53;1215.34;-0.32;0.20 4054;21;4933.84;9.70;1220.00;1.57;0.20 +4055;0;3288.00;9.75;1138.00;0.00;0.20 +4055;1;3288.00;9.60;1135.50;0.00;0.20 +4055;2;3291.00;9.70;1136.00;0.98;0.20 +4055;3;3285.00;9.80;1137.00;-1.24;0.20 +4055;4;3291.00;9.77;1138.00;1.57;0.20 +4055;5;3284.50;9.95;1139.00;4.43;0.20 +4055;6;3287.50;9.90;1140.00;3.38;0.20 +4055;7;3290.50;9.85;1140.00;2.24;0.20 +4055;9;3285.48;9.85;1138.00;1.57;0.20 +4055;10;3290.52;9.79;1138.00;-1.57;0.20 4055;21;3290.52;9.79;1138.00;-1.57;0.20 +4056;0;4822.00;10.70;1242.00;0.00;0.22 +4056;1;4823.50;10.30;1242.00;1.57;0.22 +4056;2;4821.00;9.87;1239.00;-0.32;0.22 +4056;3;4820.50;11.20;1242.50;4.39;0.22 +4056;4;4822.50;11.45;1245.00;2.97;0.22 +4056;5;4822.50;9.50;1236.00;0.08;0.22 +4056;9;4820.02;11.00;1242.00;1.57;0.22 +4056;10;4823.98;10.10;1242.00;-1.57;0.22 +4056;19;4822.00;9.53;1235.00;1.57;0.22 +4056;20;4822.00;9.53;1233.25;0.00;0.22 4056;21;4820.02;11.00;1242.00;1.57;0.22 +4057;0;3103.00;9.87;1138.00;0.00;0.28 +4057;1;3102.00;9.90;1135.50;-0.38;0.28 +4057;2;3100.00;10.00;1135.50;-0.87;0.28 +4057;3;3105.00;9.80;1136.00;0.78;0.28 +4057;4;3101.00;9.90;1139.50;4.06;0.28 +4057;5;3105.50;9.80;1139.50;2.11;0.28 +4057;6;3103.50;9.80;1142.50;3.03;0.28 +4057;9;3100.48;9.95;1138.00;1.57;0.28 +4057;10;3105.52;9.80;1138.00;-1.57;0.28 +4057;19;3105.00;9.60;1147.00;-3.25;0.28 +4057;20;3105.38;9.60;1148.70;2.92;0.28 4057;21;3100.48;9.95;1138.00;1.57;0.28 +4058;0;4586.00;11.02;1262.00;0.00;0.28 +4058;1;4585.00;11.20;1259.50;-0.38;0.28 +4058;2;4588.00;11.30;1258.50;0.51;0.28 +4058;3;4589.50;11.20;1261.00;1.29;0.28 +4058;4;4582.50;10.65;1261.00;-1.29;0.28 +4058;5;4583.00;10.45;1263.50;4.24;0.28 +4058;6;4589.50;11.20;1263.50;1.97;0.28 +4058;7;4586.50;11.00;1264.50;2.94;0.28 +4058;9;4583.12;10.64;1262.00;1.57;0.28 +4058;10;4588.88;11.20;1262.00;-1.57;0.28 4058;21;4583.12;10.64;1262.00;1.57;0.28 +4059;0;4285.00;10.62;968.00;0.00;0.28 +4059;1;4285.00;10.65;965.50;0.00;0.28 +4059;2;4288.00;10.00;966.50;1.10;0.28 +4059;3;4281.50;11.30;967.50;-1.42;0.28 +4059;4;4283.00;10.90;970.50;3.81;0.28 +4059;5;4286.50;10.20;970.00;2.49;0.28 +4059;9;4282.30;11.17;968.00;1.57;0.28 +4059;10;4287.70;10.03;968.00;-1.57;0.28 4059;21;4282.30;11.17;968.00;1.57;0.28 +4060;0;3189.00;9.90;1161.00;0.00;0.26 +4060;1;3189.00;9.90;1157.50;0.00;0.26 +4060;2;3191.00;9.90;1159.50;0.92;0.26 +4060;3;3186.50;9.90;1161.50;4.51;0.26 +4060;4;3191.00;9.90;1162.50;2.21;0.26 +4060;5;3189.50;9.90;1164.00;2.97;0.26 +4060;6;3188.00;9.90;1164.50;3.42;0.26 +4060;9;3186.66;9.90;1161.00;1.57;0.26 +4060;10;3191.34;9.90;1161.00;-1.57;0.26 4060;21;3186.66;9.90;1161.00;1.57;0.26 +4061;0;2943.00;15.02;1239.00;0.00;0.36 +4061;1;2943.00;13.90;1235.50;0.00;0.36 +4061;2;2946.50;13.60;1236.50;0.95;0.36 +4061;3;2939.50;14.00;1238.00;-1.29;0.36 +4061;4;2945.50;14.70;1240.50;2.11;0.36 +4061;5;2939.00;14.45;1241.50;4.15;0.36 +4061;6;2941.50;13.90;1243.50;3.46;0.36 +4061;9;2939.76;14.19;1239.00;1.57;0.36 +4061;10;2946.24;14.43;1239.00;-1.57;0.36 4061;21;2939.76;14.19;1239.00;1.57;0.36 +4062;0;4173.00;9.75;1007.00;0.00;0.32 +4062;1;4174.50;9.80;1004.50;0.54;0.32 +4062;2;4170.00;9.70;1004.00;-0.78;0.32 +4062;3;4171.50;9.70;1008.00;4.12;0.32 +4062;4;4175.50;9.80;1009.00;2.24;0.32 +4062;5;4174.00;9.80;1011.50;2.92;0.32 +4062;9;4170.12;9.70;1007.00;1.57;0.32 +4062;10;4175.88;9.83;1007.00;-1.57;0.32 +4062;19;4181.00;9.50;1007.00;0.54;0.32 +4062;20;4182.75;9.50;1007.00;1.57;0.32 4062;21;4170.12;9.70;1007.00;1.57;0.32 +4063;0;3142.00;12.05;1180.00;0.00;0.26 +4063;1;3140.00;12.95;1178.00;-0.78;0.26 +4063;2;3144.00;11.85;1178.50;0.92;0.26 +4063;3;3138.00;13.95;1179.50;-1.44;0.26 +4063;4;3139.50;14.00;1181.50;4.17;0.26 +4063;5;3145.00;11.80;1181.50;2.03;0.26 +4063;6;3142.50;13.20;1182.50;2.94;0.26 +4063;9;3139.30;13.72;1180.00;1.57;0.26 +4063;10;3144.70;11.73;1180.00;-1.57;0.26 4063;21;3139.30;13.72;1180.00;1.57;0.26 +4064;0;3921.00;9.70;1041.00;0.00;0.40 +4064;1;3921.50;9.85;1036.00;0.10;0.40 +4064;2;3925.50;10.30;1036.00;0.73;0.40 +4064;3;3916.00;9.70;1039.50;-1.27;0.40 +4064;4;3925.00;9.70;1041.50;1.69;0.40 +4064;5;3917.00;9.70;1044.50;3.99;0.40 +4064;6;3921.00;9.70;1046.00;3.14;0.40 +4064;9;3917.40;9.70;1041.00;1.57;0.40 +4064;10;3924.60;9.70;1041.00;-1.57;0.40 4064;21;3917.40;9.70;1041.00;1.57;0.40 +4065;0;2774.00;13.15;1274.00;0.00;0.24 +4065;1;2774.00;12.62;1272.00;0.00;0.24 +4065;2;2775.50;11.35;1273.00;0.98;0.24 +4065;3;2772.00;14.47;1274.00;4.71;0.24 +4065;4;2776.00;11.32;1275.00;2.03;0.24 +4065;5;2772.50;14.60;1276.00;3.78;0.24 +4065;6;2774.50;12.80;1276.50;2.94;0.24 +4065;9;2771.84;14.51;1274.00;1.57;0.24 +4065;10;2776.16;10.87;1274.00;-1.57;0.24 +4065;19;2777.00;9.73;1270.00;0.98;0.24 +4065;20;2778.05;9.73;1268.60;0.64;0.24 4065;21;2776.16;10.87;1274.00;-1.57;0.24 +4066;0;4593.00;11.25;1214.00;0.00;0.30 +4066;1;4591.00;10.85;1211.00;-0.58;0.30 +4066;2;4596.00;11.00;1212.00;0.98;0.30 +4066;3;4589.00;11.30;1214.00;4.71;0.30 +4066;4;4597.00;11.22;1215.00;1.81;0.30 +4066;5;4593.00;11.30;1216.50;3.14;0.30 +4066;9;4589.76;11.28;1214.00;1.57;0.30 +4066;10;4596.24;11.21;1214.00;-1.57;0.30 4066;21;4589.76;11.28;1214.00;1.57;0.30 +4067;0;4993.00;11.80;1296.00;0.00;0.30 +4067;1;4992.50;11.75;1293.00;-0.16;0.30 +4067;2;4996.00;11.15;1294.50;1.10;0.30 +4067;3;4989.50;12.40;1294.50;-1.16;0.30 +4067;4;4989.50;11.70;1297.50;4.30;0.30 +4067;5;4995.50;10.60;1297.50;2.11;0.30 +4067;6;4992.50;11.10;1299.00;3.30;0.30 +4067;9;4989.76;12.16;1296.00;1.57;0.30 +4067;10;4996.24;10.85;1296.00;-1.57;0.30 +4067;19;4986.00;9.88;1298.00;-1.98;0.30 +4067;20;4984.31;9.88;1298.48;4.43;0.30 4067;21;4989.76;12.16;1296.00;1.57;0.30 +4068;0;3340.00;13.20;1059.00;0.00;0.42 +4068;1;3337.50;11.50;1055.00;-0.55;0.42 +4068;2;3342.50;13.80;1055.50;0.62;0.42 +4068;3;3335.00;11.02;1059.00;4.71;0.42 +4068;4;3344.00;12.30;1061.50;2.12;0.42 +4068;5;3338.00;12.85;1063.00;3.60;0.42 +4068;9;3336.22;11.28;1059.00;1.57;0.42 +4068;10;3343.78;12.92;1059.00;-1.57;0.42 +4068;19;3349.00;9.93;1060.00;-4.15;0.42 +4068;20;3350.73;9.93;1060.19;1.68;0.42 4068;21;3336.22;11.28;1059.00;1.57;0.42 +4069;0;4953.00;11.17;1236.00;0.00;0.22 +4069;1;4953.50;10.70;1234.00;0.24;0.22 +4069;2;4950.50;10.90;1235.50;-1.37;0.22 +4069;3;4955.50;10.90;1235.00;1.19;0.22 +4069;4;4954.50;11.60;1237.50;2.35;0.22 +4069;5;4952.00;11.50;1237.50;3.73;0.22 +4069;9;4950.84;11.03;1236.00;1.57;0.22 +4069;10;4955.16;11.15;1236.00;-1.57;0.22 4069;21;4950.84;11.03;1236.00;1.57;0.22 +4070;0;4658.00;10.60;1102.00;0.00;0.20 +4070;1;4658.50;10.80;1098.50;0.14;0.20 +4070;2;4660.50;11.00;1099.00;0.69;0.20 +4070;3;4656.50;10.75;1101.00;-0.98;0.20 +4070;4;4659.50;10.70;1103.00;2.15;0.20 +4070;5;4656.50;10.60;1105.00;3.60;0.20 +4070;6;4658.50;10.80;1106.00;3.01;0.20 +4070;9;4656.20;10.65;1102.00;1.57;0.20 +4070;10;4659.80;10.73;1102.00;-1.57;0.20 4070;21;4656.20;10.65;1102.00;1.57;0.20 +4071;0;4654.00;11.95;1257.00;0.00;0.26 +4071;1;4652.50;11.55;1255.00;-0.64;0.26 +4071;2;4656.00;11.95;1254.50;0.67;0.26 +4071;3;4657.00;11.85;1257.00;1.57;0.26 +4071;4;4651.50;12.00;1257.50;4.51;0.26 +4071;5;4655.50;11.90;1259.50;2.60;0.26 +4071;6;4653.00;12.10;1260.00;3.46;0.26 +4071;9;4651.66;11.90;1257.00;1.57;0.26 +4071;10;4656.34;11.90;1257.00;-1.57;0.26 4071;21;4651.66;11.90;1257.00;1.57;0.26 +4072;0;3963.00;11.52;978.00;0.00;0.32 +4072;1;3962.50;12.00;974.50;-0.14;0.32 +4072;2;3966.50;11.20;976.50;1.16;0.32 +4072;3;3959.50;12.25;976.00;-1.05;0.32 +4072;4;3958.50;11.60;979.00;4.49;0.32 +4072;5;3964.50;11.50;980.50;2.60;0.32 +4072;6;3968.00;11.15;980.50;2.03;0.32 +4072;9;3959.04;11.75;978.00;1.57;0.32 +4072;10;3966.96;11.20;978.00;-1.57;0.32 4072;21;3959.04;11.75;978.00;1.57;0.32 +4073;0;3308.00;10.55;1143.00;0.00;0.20 +4073;1;3309.00;10.10;1139.00;0.24;0.20 +4073;2;3307.50;10.60;1142.50;-0.78;0.20 +4073;3;3309.50;10.10;1140.50;0.54;0.20 +4073;4;3309.00;10.42;1144.00;2.35;0.20 +4073;5;3306.00;10.50;1146.00;3.73;0.20 +4073;6;3307.00;10.40;1146.00;3.46;0.20 +4073;9;3306.20;10.68;1143.00;1.57;0.20 +4073;10;3309.80;10.32;1143.00;-1.57;0.20 +4073;19;3311.98;9.50;1137.77;0.64;0.20 +4073;20;3313.04;9.50;1136.38;0.65;0.20 4073;21;3309.99;10.40;1140.73;-1.57;0.20 +4074;0;4540.00;13.77;1297.00;0.00;0.36 +4074;1;4536.50;14.50;1290.50;-0.49;0.36 +4074;2;4539.00;14.47;1291.00;-0.16;0.36 +4074;3;4538.00;13.55;1298.00;4.24;0.36 +4074;4;4542.00;13.95;1296.50;1.32;0.36 +4074;5;4543.00;14.60;1302.50;2.64;0.36 +4074;6;4541.00;14.12;1304.00;3.00;0.36 +4074;9;4536.76;13.72;1297.00;1.57;0.36 +4074;10;4543.24;14.23;1297.00;-1.57;0.36 4074;21;4536.76;13.72;1297.00;1.57;0.36 +4075;0;4454.00;9.75;984.00;0.00;0.26 +4075;1;4455.50;9.70;981.00;0.46;0.26 +4075;2;4452.00;9.85;982.50;-0.92;0.26 +4075;3;4457.00;9.70;983.00;1.24;0.26 +4075;4;4451.00;9.95;984.00;4.71;0.26 +4075;5;4451.50;10.00;985.50;4.17;0.26 +4075;6;4454.50;9.70;986.00;2.89;0.26 +4075;9;4451.30;9.92;984.00;1.57;0.26 +4075;10;4456.70;9.70;984.00;-1.57;0.26 4075;21;4451.30;9.92;984.00;1.57;0.26 +4076;0;3276.00;9.70;1161.00;0.00;0.28 +4076;1;3274.00;9.70;1159.50;-0.92;0.28 +4076;2;3278.00;9.65;1160.50;1.32;0.28 +4076;3;3276.00;9.70;1162.50;3.14;0.28 +4076;4;3279.00;9.67;1163.00;2.15;0.28 +4076;9;3273.12;9.70;1161.00;1.57;0.28 +4076;10;3278.88;9.65;1161.00;-1.57;0.28 +4076;19;3279.00;9.57;1164.00;-3.14;0.28 +4076;20;3280.23;9.57;1165.23;2.35;0.28 4076;21;3275.81;9.90;1160.81;-1.57;0.28 +4077;0;4479.00;10.42;1029.00;0.00;0.32 +4077;1;4478.50;10.60;1026.00;-0.16;0.32 +4077;2;4482.00;10.25;1026.50;0.87;0.32 +4077;3;4482.50;10.20;1029.00;1.57;0.32 +4077;4;4474.50;10.65;1029.00;4.71;0.32 +4077;5;4475.00;10.45;1031.00;4.24;0.32 +4077;6;4479.50;10.30;1031.00;2.89;0.32 +4077;9;4475.40;10.65;1029.00;1.57;0.32 +4077;10;4482.60;10.19;1029.00;-1.57;0.32 4077;21;4475.40;10.65;1029.00;1.57;0.32 +4078;0;3152.00;12.27;1279.00;0.00;0.22 +4078;1;3151.50;11.80;1277.00;-0.24;0.22 +4078;2;3154.00;12.32;1277.00;0.78;0.22 +4078;3;3149.50;11.50;1278.00;-1.19;0.22 +4078;4;3154.50;12.50;1279.50;1.76;0.22 +4078;5;3149.50;11.40;1280.50;4.17;0.22 +4078;6;3151.50;12.10;1281.00;3.38;0.22 +4078;9;3149.84;11.55;1279.00;1.57;0.22 +4078;10;3154.16;12.55;1279.00;-1.57;0.22 4078;21;3149.84;11.55;1279.00;1.57;0.22 +4079;0;4621.00;9.70;1192.00;0.00;0.28 +4079;1;4620.00;9.70;1188.00;-0.24;0.28 +4079;2;4618.00;9.70;1188.50;-0.70;0.28 +4079;3;4623.00;9.70;1191.00;1.10;0.28 +4079;4;4619.00;9.70;1191.00;-1.10;0.28 +4079;5;4624.00;9.70;1194.50;2.26;0.28 +4079;6;4619.50;9.70;1195.50;3.54;0.28 +4079;7;4622.50;9.70;1195.50;2.73;0.28 +4079;9;4618.48;9.70;1192.00;1.57;0.28 +4079;10;4623.52;9.70;1192.00;-1.57;0.28 4079;21;4618.48;9.70;1192.00;1.57;0.28 +4080;0;2706.00;9.67;1272.00;0.00;0.24 +4080;1;2704.50;9.65;1270.00;-0.64;0.24 +4080;2;2706.50;9.70;1269.00;0.16;0.24 +4080;3;2707.50;9.70;1272.50;1.89;0.24 +4080;4;2704.50;9.70;1272.50;4.39;0.24 +4080;5;2706.00;10.00;1275.00;3.14;0.24 +4080;6;2707.50;9.90;1275.00;2.67;0.24 +4080;9;2703.84;9.70;1272.00;1.57;0.24 +4080;10;2708.16;9.68;1272.00;-1.57;0.24 +4080;19;2705.00;9.50;1267.00;-0.64;0.24 +4080;20;2704.65;9.50;1265.28;-0.19;0.24 4080;21;2708.16;9.68;1272.00;-1.57;0.24 +4081;0;4609.00;11.20;1057.00;0.00;0.26 +4081;1;4608.00;10.57;1054.00;-0.32;0.26 +4081;2;4606.50;11.50;1056.50;-1.37;0.26 +4081;3;4611.00;10.62;1055.00;0.78;0.26 +4081;4;4613.00;10.77;1057.00;1.57;0.26 +4081;5;4611.50;11.35;1059.00;2.24;0.26 +4081;6;4607.50;12.55;1060.00;3.60;0.26 +4081;9;4606.30;11.80;1057.00;1.57;0.26 +4081;10;4611.70;10.88;1057.00;-1.57;0.26 4081;21;4606.30;11.80;1057.00;1.57;0.26 +4082;0;4669.00;9.70;1214.00;0.00;0.26 +4082;1;4668.50;9.70;1212.50;-0.32;0.26 +4082;2;4671.50;9.70;1211.50;0.78;0.26 +4082;3;4672.50;9.70;1212.50;1.16;0.26 +4082;4;4671.00;9.70;1215.50;2.21;0.26 +4082;5;4666.00;9.70;1214.50;4.54;0.26 +4082;6;4667.00;9.70;1217.00;3.73;0.26 +4082;9;4666.48;9.70;1214.00;1.57;0.26 +4082;10;4671.52;9.70;1214.00;-1.57;0.26 4082;21;4666.48;9.70;1214.00;1.57;0.26 +4083;0;4613.00;10.52;1103.00;0.00;0.24 +4083;1;4613.00;10.55;1100.50;0.00;0.24 +4083;2;4615.50;10.40;1102.50;1.37;0.24 +4083;3;4610.50;10.40;1103.50;4.51;0.24 +4083;4;4611.50;10.30;1105.50;3.68;0.24 +4083;5;4614.00;10.35;1106.00;2.82;0.24 +4083;9;4610.84;10.48;1103.00;1.57;0.24 +4083;10;4615.16;10.43;1103.00;-1.57;0.24 4083;21;4610.84;10.48;1103.00;1.57;0.24 +4084;0;2711.00;12.60;1195.00;0.00;0.30 +4084;1;2707.00;12.60;1193.00;-1.10;0.30 +4084;2;2712.00;12.75;1192.50;0.38;0.30 +4084;3;2715.00;12.77;1196.00;1.81;0.30 +4084;4;2708.00;13.22;1197.00;4.12;0.30 +4084;5;2713.00;13.00;1198.50;2.62;0.30 +4084;9;2707.40;12.91;1195.00;1.57;0.30 +4084;10;2714.60;12.77;1195.00;-1.57;0.30 4084;21;2707.40;12.91;1195.00;1.57;0.30 +4085;0;4469.00;12.30;1051.00;0.00;0.30 +4085;1;4467.00;12.10;1048.00;-0.58;0.30 +4085;2;4463.50;12.30;1048.50;-1.14;0.30 +4085;3;4472.50;11.80;1049.50;1.16;0.30 +4085;4;4464.00;12.82;1052.00;4.51;0.30 +4085;5;4474.00;11.85;1052.00;1.76;0.30 +4085;6;4469.00;12.35;1053.50;3.14;0.30 +4085;9;4464.68;12.63;1051.00;1.57;0.30 +4085;10;4473.32;11.86;1051.00;-1.57;0.30 4085;21;4464.68;12.63;1051.00;1.57;0.30 +4086;0;4815.00;11.45;1243.00;0.00;0.22 +4086;1;4814.50;11.10;1240.50;-0.19;0.22 +4086;2;4817.00;11.35;1243.00;1.57;0.22 +4086;3;4812.50;11.45;1242.00;-1.19;0.22 +4086;4;4812.50;11.50;1244.50;4.17;0.22 +4086;5;4815.00;11.70;1245.50;3.14;0.22 +4086;6;4817.00;11.60;1245.50;2.46;0.22 +4086;9;4813.02;11.50;1243.00;1.57;0.22 +4086;10;4816.98;11.35;1243.00;-1.57;0.22 4086;21;4813.02;11.50;1243.00;1.57;0.22 +4087;0;4293.00;10.50;1073.00;0.00;0.46 +4087;1;4289.00;10.12;1065.00;-0.46;0.46 +4087;2;4293.50;10.40;1069.50;0.14;0.46 +4087;3;4288.50;10.15;1069.00;-0.84;0.46 +4087;4;4291.00;10.40;1074.50;4.06;0.46 +4087;5;4297.50;10.40;1075.00;1.98;0.46 +4087;6;4298.00;10.40;1078.50;2.40;0.46 +4087;7;4294.00;10.50;1078.50;2.96;0.46 +4087;9;4288.86;10.41;1073.00;1.57;0.46 +4087;10;4297.14;10.48;1073.00;-1.57;0.46 4087;21;4288.86;10.41;1073.00;1.57;0.46 +4088;0;3346.00;10.20;1165.00;0.00;0.20 +4088;1;3343.50;10.10;1164.00;-1.19;0.20 +4088;2;3346.00;10.30;1163.50;0.00;0.20 +4088;3;3348.50;10.40;1164.00;1.19;0.20 +4088;4;3349.00;10.35;1165.50;1.73;0.20 +4088;5;3344.00;10.10;1166.50;4.06;0.20 +4088;6;3347.00;10.12;1167.00;2.67;0.20 +4088;9;3344.02;10.10;1165.00;1.57;0.20 +4088;10;3347.98;10.35;1165.00;-1.57;0.20 +4088;19;3345.00;9.68;1170.00;-2.21;0.20 +4088;20;3344.65;9.68;1171.71;3.33;0.20 4088;21;3344.02;10.10;1165.00;1.57;0.20 +4089;0;4656.00;9.62;1276.00;0.00;0.22 +4089;1;4657.50;9.95;1274.00;0.64;0.22 +4089;2;4655.00;9.85;1273.50;-0.38;0.22 +4089;3;4654.50;9.70;1277.50;3.92;0.22 +4089;4;4657.50;9.70;1278.00;2.49;0.22 +4089;9;4654.02;9.70;1276.00;1.57;0.22 +4089;10;4657.98;9.72;1276.00;-1.57;0.22 +4089;19;4656.00;9.60;1284.00;-3.79;0.22 +4089;20;4656.00;9.60;1285.75;3.14;0.22 4089;21;4654.02;9.70;1276.00;1.57;0.22 +4090;0;3903.00;9.67;996.00;0.00;0.36 +4090;1;3901.50;9.70;992.50;-0.40;0.36 +4090;2;3906.00;9.75;993.50;0.87;0.36 +4090;3;3900.00;9.65;999.00;3.92;0.36 +4090;4;3907.00;9.80;998.00;2.03;0.36 +4090;5;3904.50;9.70;999.50;2.73;0.36 +4090;9;3899.76;9.70;996.00;1.57;0.36 +4090;10;3906.24;9.77;996.00;-1.57;0.36 +4090;19;3897.00;9.50;994.00;-0.40;0.36 +4090;20;3895.34;9.50;993.44;-1.24;0.36 4090;21;3899.76;9.70;996.00;1.57;0.36 +4091;0;4692.00;9.70;1184.00;0.00;0.24 +4091;1;4693.50;9.70;1182.50;0.78;0.24 +4091;2;4694.00;9.70;1185.00;2.03;0.24 +4091;3;4688.50;9.80;1183.50;-1.42;0.24 +4091;4;4690.00;10.00;1185.50;4.06;0.24 +4091;9;4689.12;9.83;1184.00;1.57;0.24 +4091;10;4694.88;9.70;1184.00;-1.57;0.24 +4091;19;4695.00;9.60;1188.00;-4.25;0.24 +4091;20;4696.05;9.60;1189.40;2.49;0.24 4091;21;4689.12;9.83;1184.00;1.57;0.24 +4092;0;4554.00;11.27;1027.00;0.00;0.24 +4092;1;4555.50;11.45;1024.00;0.46;0.24 +4092;2;4558.00;11.45;1025.00;1.10;0.24 +4092;3;4551.50;11.00;1025.00;-0.89;0.24 +4092;4;4556.50;11.40;1027.50;1.76;0.24 +4092;5;4550.00;10.50;1027.50;4.58;0.24 +4092;6;4552.00;10.72;1029.00;3.92;0.24 +4092;9;4550.58;10.66;1027.00;1.57;0.24 +4092;10;4557.42;11.45;1027.00;-1.57;0.24 4092;21;4550.58;10.66;1027.00;1.57;0.24 +4093;0;4588.00;11.17;1288.00;0.00;0.26 +4093;1;4586.00;11.17;1287.00;-1.10;0.26 +4093;2;4588.00;11.05;1285.50;0.00;0.26 +4093;3;4590.50;11.30;1287.50;1.37;0.26 +4093;4;4587.00;11.30;1290.00;3.60;0.26 +4093;5;4590.50;11.30;1290.00;2.24;0.26 +4093;9;4585.30;11.35;1288.00;1.57;0.26 +4093;10;4590.70;11.30;1288.00;-1.57;0.26 4093;21;4585.30;11.35;1288.00;1.57;0.26 +4094;0;4894.00;11.27;1212.00;0.00;0.20 +4094;1;4893.00;10.75;1210.50;-0.58;0.20 +4094;2;4895.50;11.35;1211.00;0.98;0.20 +4094;3;4891.50;10.50;1211.00;-1.19;0.20 +4094;4;4893.50;11.00;1213.50;3.46;0.20 +4094;5;4896.00;11.65;1213.50;2.21;0.20 +4094;6;4894.50;11.00;1215.00;2.97;0.20 +4094;9;4892.02;10.58;1212.00;1.57;0.20 +4094;10;4895.98;11.62;1212.00;-1.57;0.20 +4094;19;4892.00;9.50;1216.00;-2.82;0.20 +4094;20;4891.21;9.50;1217.56;3.60;0.20 4094;21;4892.02;10.58;1212.00;1.57;0.20 +4095;0;2757.00;12.70;1280.00;0.00;0.24 +4095;1;2757.00;12.95;1277.50;0.00;0.24 +4095;2;2759.50;12.60;1278.50;1.03;0.24 +4095;3;2754.50;13.10;1279.50;-1.37;0.24 +4095;4;2760.00;12.50;1279.50;1.40;0.24 +4095;5;2758.50;12.40;1281.50;2.35;0.24 +4095;6;2755.00;12.75;1281.50;4.06;0.24 +4095;7;2755.00;12.12;1283.00;3.73;0.24 +4095;8;2756.00;11.95;1283.00;3.46;0.24 +4095;9;2754.84;12.99;1280.00;1.57;0.24 +4095;10;2759.16;12.51;1280.00;-1.57;0.24 4095;21;2759.16;12.51;1280.00;-1.57;0.24 +4096;0;4699.00;11.05;1034.00;0.00;0.20 +4096;1;4700.00;10.35;1032.50;0.58;0.20 +4096;2;4699.00;10.45;1030.50;0.00;0.20 +4096;3;4697.50;12.10;1033.50;-1.24;0.20 +4096;4;4701.50;10.30;1035.50;2.11;0.20 +4096;5;4697.00;13.40;1037.00;3.73;0.20 +4096;6;4699.50;11.20;1036.50;2.94;0.20 +4096;9;4697.20;12.47;1034.00;1.57;0.20 +4096;10;4700.80;10.28;1034.00;-1.57;0.20 +4096;19;4702.00;9.55;1032.00;0.59;0.20 +4096;20;4703.45;9.55;1031.02;0.98;0.20 4096;21;4697.20;12.47;1034.00;1.57;0.20 +4097;0;2746.00;12.52;1220.00;0.00;0.26 +4097;1;2746.00;13.47;1218.00;0.00;0.26 +4097;2;2742.50;12.70;1218.50;-1.16;0.26 +4097;3;2750.50;11.90;1219.00;1.35;0.26 +4097;4;2741.50;11.75;1221.00;4.49;0.26 +4097;5;2751.00;11.80;1221.50;1.86;0.26 +4097;6;2747.00;12.35;1222.50;2.76;0.26 +4097;7;2743.00;12.25;1223.00;3.92;0.26 +4097;9;2742.04;12.03;1220.00;1.57;0.26 +4097;10;2749.96;11.82;1220.00;-1.57;0.26 4097;21;2742.04;12.03;1220.00;1.57;0.26 +4098;0;2793.00;10.55;1290.00;0.00;0.20 +4098;1;2792.00;10.25;1288.50;-0.58;0.20 +4098;2;2793.50;10.20;1288.00;0.24;0.20 +4098;3;2794.50;10.40;1290.50;1.89;0.20 +4098;4;2791.50;10.70;1290.50;4.39;0.20 +4098;5;2793.00;11.05;1291.50;3.14;0.20 +4098;6;2795.00;11.00;1292.50;2.46;0.20 +4098;9;2791.20;10.59;1290.00;1.57;0.20 +4098;10;2794.80;10.15;1290.00;-1.57;0.20 +4098;19;2796.97;9.60;1290.96;-5.29;0.20 +4098;20;2798.67;9.60;1291.37;1.80;0.20 4098;21;2795.52;11.20;1292.38;-2.37;0.20 +4099;0;4680.00;9.67;1097.00;0.00;0.24 +4099;1;4682.00;9.50;1096.50;1.32;0.24 +4099;2;4679.00;10.00;1095.50;-0.58;0.24 +4099;3;4677.00;10.70;1097.00;4.71;0.24 +4099;4;4679.00;9.95;1098.50;3.73;0.24 +4099;5;4682.00;9.62;1099.00;2.35;0.24 +4099;9;4677.12;10.67;1097.00;1.57;0.24 +4099;10;4682.88;9.50;1097.00;-1.57;0.24 +4099;19;4684.00;9.50;1097.00;1.33;0.24 +4099;20;4685.75;9.50;1097.00;1.57;0.24 4099;21;4682.88;9.50;1097.00;-1.57;0.24 +4100;0;4996.00;9.67;1250.00;0.00;0.20 +4100;1;4996.00;9.70;1248.50;0.00;0.20 +4100;2;4997.50;9.70;1250.00;1.57;0.20 +4100;3;4993.50;9.70;1248.50;-1.03;0.20 +4100;4;4993.50;9.70;1250.50;4.51;0.20 +4100;5;4996.00;9.60;1252.50;3.14;0.20 +4100;9;4994.02;9.70;1250.00;1.57;0.20 +4100;10;4997.98;9.70;1250.00;-1.57;0.20 +4100;19;4999.00;9.50;1254.00;1.57;0.20 +4100;20;5000.05;9.50;1255.40;2.49;0.20 4100;21;4994.02;9.70;1250.00;1.57;0.20 +4101;0;4710.00;9.77;940.00;0.00;0.20 +4101;1;4709.50;9.90;938.00;-0.24;0.20 +4101;2;4708.00;9.80;938.50;-0.92;0.20 +4101;3;4711.50;9.70;940.50;1.89;0.20 +4101;4;4708.00;9.75;940.50;4.46;0.20 +4101;5;4710.00;9.75;941.50;3.14;0.20 +4101;9;4708.20;9.73;940.00;1.57;0.20 +4101;10;4711.80;9.75;940.00;-1.57;0.20 +4101;19;4712.00;9.57;943.00;-3.14;0.20 +4101;20;4712.97;9.57;944.45;2.55;0.20 4101;21;4708.20;9.73;940.00;1.57;0.20 +4102;0;4841.16;9.90;1169.84;0.00;0.14 +4102;1;4840.17;10.00;1164.70;0.00;0.14 +4102;2;4842.56;9.90;1171.58;2.60;0.14 +4102;3;4839.93;10.10;1173.37;3.14;0.14 +4102;9;4838.74;9.50;1168.00;1.57;0.14 +4102;10;4841.26;9.70;1168.00;-1.57;0.14 +4102;19;4839.00;9.50;1166.00;0.00;0.14 +4102;20;4838.21;9.50;1164.43;-0.46;0.14 4102;21;4838.74;9.50;1168.00;1.57;0.14 +4103;0;4813.00;11.92;1264.00;0.00;0.20 +4103;1;4813.50;11.60;1261.50;0.19;0.20 +4103;2;4811.00;11.85;1263.00;-1.10;0.20 +4103;3;4815.00;11.60;1262.50;0.92;0.20 +4103;4;4814.50;11.90;1265.00;2.15;0.20 +4103;5;4812.00;12.25;1266.00;3.60;0.20 +4103;6;4813.50;12.25;1267.00;2.97;0.20 +4103;9;4811.20;12.03;1264.00;1.57;0.20 +4103;10;4814.80;11.75;1264.00;-1.57;0.20 4103;21;4811.20;12.03;1264.00;1.57;0.20 +4104;0;4157.00;10.35;999.00;0.00;0.30 +4104;1;4156.00;9.95;997.00;-0.46;0.30 +4104;2;4161.00;10.30;997.50;1.21;0.30 +4104;3;4152.00;10.20;998.00;-1.37;0.30 +4104;4;4162.00;10.47;1000.00;1.76;0.30 +4104;5;4151.50;10.30;1000.00;4.53;0.30 +4104;6;4155.00;10.45;1001.50;3.81;0.30 +4104;7;4160.00;10.70;1002.00;2.35;0.30 +4104;9;4152.86;10.18;999.00;1.57;0.30 +4104;10;4161.14;10.48;999.00;-1.57;0.30 +4104;19;4161.00;9.55;993.00;1.21;0.30 +4104;20;4161.97;9.55;991.54;0.58;0.30 4104;21;4152.86;10.18;999.00;1.57;0.30 +4105;0;4665.00;11.20;1161.00;0.00;0.22 +4105;1;4664.50;10.90;1159.00;-0.24;0.22 +4105;2;4661.00;10.32;1160.00;-1.32;0.22 +4105;3;4667.50;11.30;1160.00;1.19;0.22 +4105;4;4662.50;11.05;1163.00;4.03;0.22 +4105;5;4668.50;11.40;1162.00;1.84;0.22 +4105;6;4666.50;11.30;1163.00;2.49;0.22 +4105;9;4662.12;10.73;1161.00;1.57;0.22 +4105;10;4667.88;11.33;1161.00;-1.57;0.22 4105;21;4662.12;10.73;1161.00;1.57;0.22 +4106;0;3990.00;10.80;1035.00;0.00;0.36 +4106;1;3989.50;10.85;1029.00;-0.08;0.36 +4106;2;3993.00;10.85;1028.50;0.43;0.36 +4106;3;3987.00;10.90;1031.00;-0.64;0.36 +4106;4;3993.50;10.90;1034.50;1.42;0.36 +4106;5;3986.00;10.75;1037.50;4.15;0.36 +4106;6;3990.50;10.70;1041.00;3.05;0.36 +4106;9;3986.76;10.80;1035.00;1.57;0.36 +4106;10;3993.24;10.83;1035.00;-1.57;0.36 4106;21;3986.76;10.80;1035.00;1.57;0.36 +4107;0;4761.00;9.50;1287.00;0.00;0.24 +4107;1;4762.00;9.50;1284.50;0.38;0.24 +4107;2;4758.50;9.50;1287.00;4.71;0.24 +4107;3;4764.00;9.70;1288.00;1.89;0.24 +4107;4;4760.50;9.50;1288.50;3.46;0.24 +4107;9;4758.12;9.50;1287.00;1.57;0.24 +4107;10;4763.88;9.70;1287.00;-1.57;0.24 +4107;19;4759.00;9.53;1286.00;-1.57;0.24 +4107;20;4757.43;9.53;1285.21;-1.10;0.24 4107;21;4758.12;9.50;1287.00;1.57;0.24 +4108;0;2682.00;14.22;1159.00;0.00;0.52 +4108;1;2679.00;15.55;1154.50;-0.58;0.52 +4108;2;2684.50;16.05;1153.00;0.39;0.52 +4108;3;2688.50;16.60;1155.50;1.07;0.52 +4108;4;2676.50;12.95;1161.00;4.36;0.52 +4108;5;2687.00;15.80;1161.00;1.95;0.52 +4108;6;2682.00;16.10;1165.50;3.14;0.52 +4108;9;2677.32;12.67;1159.00;1.57;0.52 +4108;10;2686.68;15.66;1159.00;-1.57;0.52 4108;21;2677.32;12.67;1159.00;1.57;0.52 +4109;0;3176.00;9.97;1287.00;0.00;0.24 +4109;1;3176.50;9.85;1286.00;0.46;0.24 +4109;2;3173.50;10.10;1288.00;4.33;0.24 +4109;3;3175.50;10.70;1289.50;3.33;0.24 +4109;4;3176.50;10.90;1289.50;2.94;0.24 +4109;5;3174.50;10.70;1290.50;3.54;0.24 +4109;9;3173.84;9.86;1287.00;1.57;0.24 +4109;10;3178.16;10.24;1287.00;-1.57;0.24 +4109;19;3179.68;10.40;1286.04;-4.84;0.24 +4109;20;3181.37;10.40;1285.59;1.31;0.24 4109;21;3176.05;10.90;1288.45;-1.57;0.24 +4110;0;3882.00;9.70;1066.00;0.00;0.36 +4110;1;3880.50;9.70;1061.50;-0.32;0.36 +4110;2;3885.00;9.70;1061.50;0.58;0.36 +4110;3;3878.50;9.70;1066.00;4.71;0.36 +4110;4;3886.00;9.70;1066.00;1.57;0.36 +4110;5;3879.50;9.70;1070.50;3.64;0.36 +4110;6;3883.50;9.70;1070.50;2.82;0.36 +4110;9;3878.76;9.70;1066.00;1.57;0.36 +4110;10;3885.24;9.70;1066.00;-1.57;0.36 4110;21;3878.76;9.70;1066.00;1.57;0.36 +4111;0;3373.00;13.15;1206.00;0.00;0.28 +4111;1;3371.50;13.65;1203.00;-0.46;0.28 +4111;2;3374.50;12.70;1203.50;0.54;0.28 +4111;3;3376.00;12.32;1205.00;1.24;0.28 +4111;4;3370.00;13.15;1205.50;-1.40;0.28 +4111;5;3370.00;12.60;1208.00;4.12;0.28 +4111;6;3375.00;13.10;1207.50;2.21;0.28 +4111;7;3372.00;12.95;1209.50;3.42;0.28 +4111;9;3370.12;13.07;1206.00;1.57;0.28 +4111;10;3375.88;12.54;1206.00;-1.57;0.28 4111;21;3375.88;12.54;1206.00;-1.57;0.28 +4112;0;3231.17;10.10;1293.15;0.00;0.24 +4112;1;3223.00;9.50;1290.50;-0.92;0.24 +4112;2;3228.00;9.70;1291.00;1.24;0.24 +4112;3;3223.00;9.50;1293.00;4.24;0.24 +4112;4;3230.00;9.87;1293.00;1.76;0.24 +4112;5;3227.00;9.50;1294.00;2.35;0.24 +4112;6;3229.50;9.50;1294.50;2.07;0.24 +4112;7;3222.50;9.50;1290.00;-0.89;0.24 +4112;9;3221.40;9.65;1292.00;1.57;0.24 +4112;10;3228.60;9.76;1292.00;-1.57;0.24 +4112;19;3223.42;9.40;1292.78;-3.03;0.24 +4112;20;3221.85;9.40;1293.55;4.25;0.24 4112;21;3226.58;9.90;1292.49;-1.57;0.24 +4113;0;4645.00;10.52;1093.00;0.00;0.26 +4113;1;4643.00;10.55;1091.50;-0.92;0.26 +4113;2;4647.50;10.55;1091.00;0.89;0.26 +4113;3;4646.00;10.65;1094.50;2.55;0.26 +4113;4;4643.00;10.55;1095.50;3.81;0.26 +4113;9;4642.66;10.58;1093.00;1.57;0.26 +4113;10;4647.34;10.67;1093.00;-1.57;0.26 4113;21;4642.66;10.58;1093.00;1.57;0.26 +4114;0;4593.00;9.72;1236.00;0.00;0.26 +4114;1;4590.50;9.85;1233.00;-0.69;0.26 +4114;2;4593.00;10.07;1233.00;0.00;0.26 +4114;3;4589.50;9.70;1234.50;-1.16;0.26 +4114;4;4595.50;9.85;1235.00;1.19;0.26 +4114;5;4593.00;9.75;1238.50;3.14;0.26 +4114;6;4595.50;9.70;1239.00;2.44;0.26 +4114;9;4590.66;9.78;1236.00;1.57;0.26 +4114;10;4595.34;9.79;1236.00;-1.57;0.26 4114;21;4590.66;9.78;1236.00;1.57;0.26 +4115;0;3359.00;11.82;1137.00;0.00;0.32 +4115;1;3358.50;11.70;1134.00;-0.16;0.32 +4115;2;3362.50;12.25;1137.00;1.57;0.32 +4115;3;3355.50;9.90;1135.00;-1.05;0.32 +4115;4;3356.00;10.55;1138.50;4.24;0.32 +4115;5;3360.00;11.75;1141.00;2.89;0.32 +4115;9;3356.12;10.36;1137.00;1.57;0.32 +4115;10;3361.88;12.18;1137.00;-1.57;0.32 +4115;19;3352.00;9.50;1134.00;-1.05;0.32 +4115;20;3350.39;9.50;1133.31;-1.16;0.32 4115;21;3356.12;10.36;1137.00;1.57;0.32 +4116;0;2784.00;11.25;1232.00;0.00;0.26 +4116;1;2783.50;13.20;1228.50;-0.14;0.26 +4116;2;2780.50;11.30;1230.50;-1.16;0.26 +4116;3;2786.00;12.50;1231.00;1.10;0.26 +4116;4;2783.50;9.70;1234.50;3.33;0.26 +4116;5;2786.50;9.70;1235.50;2.52;0.26 +4116;6;2786.00;9.57;1237.00;2.76;0.26 +4116;9;2781.66;10.46;1232.00;1.57;0.26 +4116;10;2786.34;12.00;1232.00;-1.57;0.26 +4116;19;2781.00;9.53;1235.00;-2.94;0.26 +4116;20;2779.76;9.53;1236.23;3.92;0.26 4116;21;2781.66;10.46;1232.00;1.57;0.26 +4117;0;3035.00;10.50;1146.00;0.00;0.42 +4117;1;3033.50;10.60;1143.50;-0.54;0.42 +4117;2;3039.50;10.50;1141.50;0.78;0.42 +4117;3;3040.00;10.37;1145.00;1.37;0.42 +4117;4;3030.00;10.47;1149.00;4.17;0.42 +4117;5;3035.00;10.40;1148.50;3.14;0.42 +4117;6;3032.00;10.40;1151.00;3.68;0.42 +4117;9;3030.32;10.51;1146.00;1.57;0.42 +4117;10;3039.68;10.38;1146.00;-1.57;0.42 4117;21;3030.32;10.51;1146.00;1.57;0.42 +4118;0;4999.00;11.45;1271.00;0.00;0.24 +4118;1;4999.50;10.60;1268.50;0.19;0.24 +4118;2;5002.50;10.60;1271.00;1.57;0.24 +4118;3;4996.00;11.60;1269.50;-1.10;0.24 +4118;4;4995.50;11.90;1271.50;4.57;0.24 +4118;5;4999.00;12.15;1273.50;3.14;0.24 +4118;9;4996.12;11.78;1271.00;1.57;0.24 +4118;10;5001.88;10.84;1271.00;-1.57;0.24 +4118;19;5007.00;9.53;1275.00;1.57;0.24 +4118;20;5008.56;9.53;1275.78;2.03;0.24 4118;21;4996.12;11.78;1271.00;1.57;0.24 +4119;0;4466.00;9.60;982.00;0.00;0.24 +4119;1;4465.00;9.52;979.00;-0.32;0.24 +4119;2;4467.50;9.60;981.50;1.24;0.24 +4119;3;4463.00;9.60;982.00;4.71;0.24 +4119;4;4464.00;9.60;984.00;3.92;0.24 +4119;5;4467.00;9.60;985.00;2.82;0.24 +4119;9;4463.66;9.55;982.00;1.57;0.24 +4119;10;4468.34;9.60;982.00;-1.57;0.24 +4119;19;4469.00;9.55;979.00;1.25;0.24 +4119;20;4470.23;9.55;977.76;0.78;0.24 4119;21;4463.66;9.55;982.00;1.57;0.24 +4120;0;3123.00;9.97;1165.00;0.00;0.22 +4120;1;3122.50;9.80;1162.50;-0.19;0.22 +4120;2;3124.50;9.95;1163.00;0.64;0.22 +4120;3;3121.00;9.52;1165.00;4.71;0.22 +4120;4;3125.50;10.35;1166.00;1.95;0.22 +4120;5;3122.00;9.95;1167.00;3.60;0.22 +4120;9;3120.84;9.50;1165.00;1.57;0.22 +4120;10;3125.16;10.21;1165.00;-1.57;0.22 +4120;19;3121.00;9.50;1161.00;-1.57;0.22 +4120;20;3120.21;9.50;1159.43;-0.46;0.22 4120;21;3120.84;9.50;1165.00;1.57;0.22 +4121;0;4478.00;10.32;1007.00;0.00;0.32 +4121;1;4478.00;10.55;1004.00;0.00;0.32 +4121;2;4480.50;10.55;1004.00;0.69;0.32 +4121;3;4475.50;10.10;1006.50;-1.37;0.32 +4121;4;4480.50;10.50;1007.00;1.57;0.32 +4121;5;4474.50;10.20;1010.50;3.92;0.32 +4121;6;4477.00;10.75;1010.50;3.42;0.32 +4121;9;4475.12;10.11;1007.00;1.57;0.32 +4121;10;4480.88;10.44;1007.00;-1.57;0.32 4121;21;4475.12;10.11;1007.00;1.57;0.32 +4122;0;4985.00;12.60;1271.00;0.00;0.24 +4122;1;4982.50;13.35;1268.00;-0.69;0.24 +4122;2;4985.50;12.75;1269.00;0.24;0.24 +4122;3;4982.00;13.80;1270.00;-1.24;0.24 +4122;4;4988.50;12.50;1271.50;1.71;0.24 +4122;5;4983.00;12.72;1273.00;3.92;0.24 +4122;6;4987.00;12.10;1273.50;2.46;0.24 +4122;7;4989.00;12.15;1273.50;2.12;0.24 +4122;9;4982.48;13.30;1271.00;1.57;0.24 +4122;10;4987.52;12.54;1271.00;-1.57;0.24 4122;21;4982.48;13.30;1271.00;1.57;0.24 +4123;0;4666.00;9.70;1207.00;0.00;0.22 +4123;1;4665.00;9.65;1205.50;-0.58;0.22 +4123;2;4667.50;9.70;1204.50;0.54;0.22 +4123;3;4668.00;9.70;1206.00;1.10;0.22 +4123;4;2332.50;9.50;603.00;-1.31;0.22 +4123;5;4667.00;9.70;1209.00;2.67;0.22 +4123;6;4664.00;9.60;1209.00;3.92;0.22 +4123;9;4664.02;9.60;1207.00;1.57;0.22 +4123;10;4667.98;9.70;1207.00;-1.57;0.22 4123;21;4664.02;9.60;1207.00;1.57;0.22 +4124;0;3333.00;10.07;1259.00;0.00;0.26 +4124;1;3334.50;9.70;1257.50;0.78;0.26 +4124;2;3331.00;10.00;1258.00;-1.10;0.26 +4124;3;3335.00;10.35;1261.00;2.35;0.26 +4124;4;3331.50;10.50;1261.50;3.68;0.26 +4124;9;3330.66;10.00;1259.00;1.57;0.26 +4124;10;3335.34;9.92;1259.00;-1.57;0.26 +4124;19;3332.00;9.50;1253.00;0.79;0.26 +4124;20;3331.71;9.50;1251.27;-0.16;0.26 4124;21;3330.66;10.00;1259.00;1.57;0.26 +4125;0;4547.00;13.00;1070.00;0.00;0.34 +4125;1;4547.00;14.45;1066.50;0.00;0.34 +4125;2;4543.50;13.65;1069.00;-1.29;0.34 +4125;3;4550.00;12.80;1068.50;1.10;0.34 +4125;4;4550.50;11.10;1072.00;2.09;0.34 +4125;5;4544.00;13.55;1072.50;4.01;0.34 +4125;6;4547.50;11.90;1073.50;3.00;0.34 +4125;9;4543.76;13.59;1070.00;1.57;0.34 +4125;10;4550.24;11.75;1070.00;-1.57;0.34 4125;21;4543.76;13.59;1070.00;1.57;0.34 +4126;0;4788.00;11.40;1241.00;0.00;0.26 +4126;1;4786.00;10.80;1239.50;-0.92;0.26 +4126;2;4789.00;11.00;1238.50;0.38;0.26 +4126;3;4790.50;11.40;1240.50;1.37;0.26 +4126;4;4784.50;10.30;1242.00;4.43;0.26 +4126;5;4790.00;11.55;1243.50;2.46;0.26 +4126;6;4788.00;11.20;1243.50;3.14;0.26 +4126;9;4785.30;10.54;1241.00;1.57;0.26 +4126;10;4790.70;11.50;1241.00;-1.57;0.26 +4126;19;4783.00;9.50;1242.00;-1.85;0.26 +4126;20;4781.28;9.50;1242.34;4.51;0.26 4126;21;4785.30;10.54;1241.00;1.57;0.26 +4127;0;3306.00;11.45;1265.00;0.00;0.28 +4127;1;3304.00;9.70;1262.50;-0.67;0.28 +4127;2;3308.50;10.90;1263.50;1.03;0.28 +4127;3;3303.00;11.12;1266.00;4.39;0.28 +4127;4;3309.50;12.30;1266.50;1.97;0.28 +4127;5;3307.00;12.55;1267.00;2.67;0.28 +4127;6;3304.50;13.30;1269.00;3.50;0.28 +4127;9;3303.12;10.49;1265.00;1.57;0.28 +4127;10;3308.88;11.66;1265.00;-1.57;0.28 +4127;19;3301.00;9.50;1261.00;-0.67;0.28 +4127;20;3299.63;9.50;1259.90;-0.89;0.28 4127;21;3303.12;10.49;1265.00;1.57;0.28 +4128;0;3125.00;11.12;552.00;0.00;0.76 +4128;1;3126.50;11.30;543.00;0.16;0.76 +4128;2;3133.50;11.10;544.00;0.81;0.76 +4128;3;3117.00;11.17;548.00;-1.10;0.76 +4128;4;3128.50;10.90;556.50;2.48;0.76 +4128;5;3121.50;11.00;558.50;3.63;0.76 +4128;6;3124.50;10.90;566.00;3.17;0.76 +4128;9;3118.16;11.05;552.00;1.57;0.76 +4128;10;3131.84;10.93;552.00;-1.57;0.76 4128;21;3118.16;11.05;552.00;1.57;0.76 +4129;0;2964.00;10.00;1234.00;0.00;0.24 +4129;1;2963.00;10.15;1231.50;-0.38;0.24 +4129;2;2965.50;10.00;1233.00;0.98;0.24 +4129;3;2961.50;10.30;1234.00;4.71;0.24 +4129;4;2966.00;10.00;1236.50;2.46;0.24 +4129;5;2963.50;10.10;1236.50;3.33;0.24 +4129;9;2961.84;10.23;1234.00;1.57;0.24 +4129;10;2966.16;9.91;1234.00;-1.57;0.24 4129;21;2961.84;10.23;1234.00;1.57;0.24 +4130;0;4566.00;9.70;1142.00;0.00;0.36 +4130;1;2282.50;9.50;570.50;-1.32;0.36 +4130;2;4562.50;9.70;1140.00;-1.05;0.36 +4130;3;4568.50;9.70;1141.50;1.37;0.36 +4130;4;4563.00;9.70;1143.50;4.24;0.36 +4130;5;4567.50;9.70;1145.50;2.73;0.36 +4130;9;4562.76;9.70;1142.00;1.57;0.36 +4130;10;4569.24;9.70;1142.00;-1.57;0.36 4130;21;4562.76;9.70;1142.00;1.57;0.36 +4131;0;2865.00;12.97;1250.00;0.00;0.28 +4131;1;2863.00;12.20;1246.00;-0.46;0.28 +4131;2;2866.00;12.25;1247.50;0.38;0.28 +4131;3;2862.00;13.27;1249.00;-1.24;0.28 +4131;4;2868.50;12.50;1248.50;1.16;0.28 +4131;5;2868.50;13.30;1250.50;1.71;0.28 +4131;6;2861.50;13.15;1252.00;4.19;0.28 +4131;7;2864.50;13.20;1252.50;3.33;0.28 +4131;9;2862.12;13.36;1250.00;1.57;0.28 +4131;10;2867.88;13.03;1250.00;-1.57;0.28 4131;21;2862.12;13.36;1250.00;1.57;0.28 +4132;0;3920.00;9.87;992.00;0.00;0.36 +4132;1;3922.00;9.70;990.50;0.92;0.36 +4132;2;3914.50;10.10;991.50;-1.48;0.36 +4132;3;3921.00;9.85;995.00;2.82;0.36 +4132;9;3915.50;10.10;992.00;1.57;0.36 +4132;10;3924.50;9.70;992.00;-1.57;0.36 +4132;19;3916.00;9.50;985.00;0.93;0.36 +4132;20;3915.13;9.50;983.48;-0.51;0.36 4132;21;3915.50;10.10;992.00;1.57;0.36 +4133;0;3140.00;9.60;1147.00;0.00;0.32 +4133;1;3136.50;9.60;1146.00;-1.29;0.32 +4133;2;3141.00;9.60;1144.50;0.38;0.32 +4133;3;3143.00;9.70;1148.50;2.03;0.32 +4133;4;3138.00;9.60;1149.00;3.92;0.32 +4133;5;3141.50;9.70;1150.50;2.73;0.32 +4133;9;3137.12;9.60;1147.00;1.57;0.32 +4133;10;3142.88;9.70;1147.00;-1.57;0.32 4133;21;3137.12;9.60;1147.00;1.57;0.32 +4134;0;4494.00;10.55;1041.00;0.00;0.28 +4134;1;4494.50;10.50;1039.00;0.24;0.28 +4134;2;4490.00;10.37;1040.00;-1.32;0.28 +4134;3;4499.00;10.30;1040.50;1.47;0.28 +4134;4;4491.50;10.60;1043.00;4.03;0.28 +4134;5;4496.00;10.45;1043.00;2.35;0.28 +4134;9;4490.22;10.45;1041.00;1.57;0.28 +4134;10;4497.78;10.30;1041.00;-1.57;0.28 4134;21;4490.22;10.45;1041.00;1.57;0.28 +4135;0;2718.00;10.85;1254.00;0.00;0.20 +4135;1;2719.00;10.52;1253.00;0.78;0.20 +4135;2;2716.50;10.10;1252.50;-0.78;0.20 +4135;3;2717.00;11.02;1255.00;3.92;0.20 +4135;4;2719.50;10.90;1255.50;2.35;0.20 +4135;5;2718.50;11.20;1257.00;2.97;0.20 +4135;9;2716.20;10.81;1254.00;1.57;0.20 +4135;10;2719.80;10.54;1254.00;-1.57;0.20 +4135;19;2722.24;9.50;1252.93;1.12;0.20 +4135;20;2723.93;9.50;1252.50;1.32;0.20 4135;21;2718.79;10.50;1251.72;-1.57;0.20 +4136;0;3184.00;10.80;1173.00;0.00;0.18 +4136;1;3183.00;10.10;1171.00;-0.46;0.18 +4136;2;3185.50;10.20;1170.50;0.54;0.18 +4136;3;3185.50;10.90;1173.00;1.57;0.18 +4136;4;3182.00;10.85;1173.50;4.46;0.18 +4136;5;3184.50;11.35;1175.00;2.89;0.18 +4136;9;3182.02;10.62;1173.00;1.57;0.18 +4136;10;3185.98;11.11;1173.00;-1.57;0.18 +4136;19;3187.00;10.18;1177.00;-3.39;0.18 +4136;20;3188.05;10.18;1178.40;2.49;0.18 4136;21;3182.02;10.62;1173.00;1.57;0.18 +4137;0;4635.00;9.65;1301.00;0.00;0.18 +4137;1;4635.50;9.60;1299.50;0.32;0.18 +4137;2;4633.50;9.70;1301.50;4.39;0.18 +4137;3;4638.00;9.65;1301.50;1.73;0.18 +4137;4;4636.00;9.60;1302.50;2.55;0.18 +4137;9;4633.38;9.70;1301.00;1.57;0.18 +4137;10;4636.62;9.61;1301.00;-1.57;0.18 +4137;19;4640.00;9.50;1302.00;-4.55;0.18 +4137;20;4641.71;9.50;1302.34;1.76;0.18 4137;21;4633.38;9.70;1301.00;1.57;0.18 +4138;0;3272.00;10.35;990.00;0.00;0.74 +4138;1;3269.50;10.20;981.50;-0.28;0.74 +4138;2;3275.50;10.20;980.50;0.35;0.74 +4138;3;3277.00;10.20;989.50;1.47;0.74 +4138;4;3265.50;10.50;990.00;4.71;0.74 +4138;5;3272.00;10.35;998.50;3.14;0.74 +4138;6;3280.00;10.25;998.00;2.35;0.74 +4138;9;3265.34;10.50;990.00;1.57;0.74 +4138;10;3278.66;10.10;990.00;-1.57;0.74 4138;21;3265.34;10.50;990.00;1.57;0.74 +4139;0;2684.00;12.75;1179.00;0.00;0.40 +4139;1;2683.00;13.95;1175.50;-0.27;0.40 +4139;2;2689.00;13.90;1178.00;1.37;0.40 +4139;3;2678.00;11.32;1176.00;-1.10;0.40 +4139;4;2680.00;11.50;1180.50;4.35;0.40 +4139;5;2686.50;13.00;1182.50;2.52;0.40 +4139;9;2679.32;11.14;1179.00;1.57;0.40 +4139;10;2688.68;13.70;1179.00;-1.57;0.40 4139;21;2679.32;11.14;1179.00;1.57;0.40 +4140;0;4613.00;10.22;1320.00;0.00;0.26 +4140;1;4614.50;9.70;1317.00;0.46;0.26 +4140;2;4611.00;10.15;1318.50;-0.92;0.26 +4140;3;4616.00;10.00;1319.50;1.40;0.26 +4140;4;4610.50;11.05;1322.00;4.03;0.26 +4140;5;4615.00;10.50;1321.50;2.21;0.26 +4140;6;4613.50;11.00;1322.50;2.94;0.26 +4140;9;4610.30;10.48;1320.00;1.57;0.26 +4140;10;4615.70;10.10;1320.00;-1.57;0.26 4140;21;4610.30;10.48;1320.00;1.57;0.26 +4141;0;4480.00;15.32;1126.00;0.00;0.38 +4141;1;4480.50;16.20;1121.50;0.11;0.38 +4141;2;4483.50;15.35;1124.00;1.05;0.38 +4141;3;4477.00;15.15;1125.50;-1.40;0.38 +4141;4;4481.00;14.97;1128.00;2.67;0.38 +4141;5;4475.00;16.30;1128.50;4.24;0.38 +4141;6;4477.50;15.40;1130.50;3.64;0.38 +4141;9;4476.22;15.34;1126.00;1.57;0.38 +4141;10;4483.78;15.07;1126.00;-1.57;0.38 4141;21;4476.22;15.34;1126.00;1.57;0.38 +4142;0;4934.00;10.22;1230.00;0.00;0.20 +4142;1;4934.50;9.85;1227.00;0.16;0.20 +4142;2;4932.50;10.70;1229.50;-1.24;0.20 +4142;3;4935.50;9.85;1229.00;0.98;0.20 +4142;4;4936.50;9.90;1231.00;1.95;0.20 +4142;5;4933.00;10.90;1232.00;3.60;0.20 +4142;6;4935.00;10.15;1232.00;2.67;0.20 +4142;9;4932.20;10.94;1230.00;1.57;0.20 +4142;10;4935.80;9.90;1230.00;-1.57;0.20 +4142;19;4937.00;9.65;1226.00;0.98;0.20 +4142;20;4938.05;9.65;1224.60;0.64;0.20 4142;21;4932.20;10.94;1230.00;1.57;0.20 +4143;0;3298.00;10.65;1128.00;0.00;0.26 +4143;1;3297.00;10.52;1125.00;-0.32;0.26 +4143;2;3300.50;10.80;1127.00;1.19;0.26 +4143;3;3295.50;10.20;1128.50;4.51;0.26 +4143;4;3299.00;10.80;1130.50;2.76;0.26 +4143;5;3296.00;10.10;1131.00;3.73;0.26 +4143;9;3295.66;10.23;1128.00;1.57;0.26 +4143;10;3300.34;10.84;1128.00;-1.57;0.26 4143;21;3295.66;10.23;1128.00;1.57;0.26 +4144;0;4591.00;10.12;1246.00;0.00;0.32 +4144;1;4588.00;9.95;1242.00;-0.64;0.32 +4144;2;4592.00;9.80;1243.50;0.38;0.32 +4144;3;4589.00;10.55;1246.50;4.46;0.32 +4144;4;4594.50;10.10;1247.50;1.97;0.32 +4144;5;4593.00;10.85;1250.00;2.67;0.32 +4144;6;4590.50;11.20;1250.50;3.25;0.32 +4144;9;4588.12;10.52;1246.00;1.57;0.32 +4144;10;4593.88;9.91;1246.00;-1.57;0.32 4144;21;4588.12;10.52;1246.00;1.57;0.32 +4145;0;3268.00;9.77;1154.00;0.00;0.26 +4145;1;3268.50;9.80;1151.50;0.19;0.26 +4145;2;3265.00;9.70;1153.50;-1.40;0.26 +4145;3;3271.00;9.80;1153.50;1.40;0.26 +4145;4;3270.00;9.67;1156.00;2.35;0.26 +4145;5;3267.00;9.70;1156.00;3.60;0.26 +4145;9;3265.66;9.65;1154.00;1.57;0.26 +4145;10;3270.34;9.80;1154.00;-1.57;0.26 +4145;19;3269.00;9.50;1161.00;-2.68;0.26 +4145;20;3269.24;9.50;1162.73;3.00;0.26 4145;21;3265.66;9.65;1154.00;1.57;0.26 +4146;0;2850.00;12.95;1247.00;0.00;0.26 +4146;1;2846.50;13.80;1245.50;-1.16;0.26 +4146;2;2852.00;12.75;1244.50;0.67;0.26 +4146;3;2854.50;13.40;1247.50;1.68;0.26 +4146;4;2846.50;14.25;1249.00;4.19;0.26 +4146;5;2851.00;13.35;1250.50;2.86;0.26 +4146;9;2846.40;14.10;1247.00;1.57;0.26 +4146;10;2853.60;13.17;1247.00;-1.57;0.26 4146;21;2846.40;14.10;1247.00;1.57;0.26 +4147;0;4265.00;10.70;988.00;0.00;0.32 +4147;1;4263.50;10.20;986.00;-0.64;0.32 +4147;2;4267.50;10.40;983.50;0.50;0.32 +4147;3;4269.00;11.17;985.00;0.92;0.32 +4147;4;4268.50;11.80;988.00;1.57;0.32 +4147;5;4260.00;12.02;989.00;4.51;0.32 +4147;6;4265.00;11.30;990.50;3.14;0.32 +4147;7;4261.50;11.90;990.50;4.09;0.32 +4147;9;4261.58;11.86;988.00;1.57;0.32 +4147;10;4268.42;11.76;988.00;-1.57;0.32 4147;21;4261.58;11.86;988.00;1.57;0.32 +4148;0;4660.00;9.70;1187.00;0.00;0.24 +4148;1;4658.50;9.70;1184.50;-0.54;0.24 +4148;2;4661.00;9.70;1184.50;0.38;0.24 +4148;3;4663.00;9.70;1186.00;1.24;0.24 +4148;4;4657.50;9.70;1187.00;4.71;0.24 +4148;5;4661.50;9.70;1189.00;2.49;0.24 +4148;6;4659.00;9.70;1190.00;3.46;0.24 +4148;9;4657.84;9.68;1187.00;1.57;0.24 +4148;10;4662.16;9.70;1187.00;-1.57;0.24 4148;21;4657.84;9.68;1187.00;1.57;0.24 +4149;0;3956.00;10.80;1065.00;0.00;0.32 +4149;1;3957.50;11.30;1061.50;0.40;0.32 +4149;2;3963.00;11.67;1064.00;1.42;0.32 +4149;3;3950.50;10.25;1064.00;-1.39;0.32 +4149;4;3960.00;10.95;1067.50;2.12;0.32 +4149;5;3951.50;10.20;1067.50;4.20;0.32 +4149;9;3950.06;10.17;1065.00;1.57;0.32 +4149;10;3961.94;11.42;1065.00;-1.57;0.32 4149;21;3950.06;10.17;1065.00;1.57;0.32 +4150;0;2797.00;13.35;1230.00;0.00;0.32 +4150;1;2793.00;13.90;1227.00;-0.92;0.32 +4150;2;2798.50;13.90;1227.50;0.54;0.32 +4150;3;2792.50;13.75;1230.00;4.71;0.32 +4150;4;2801.50;12.85;1231.00;1.78;0.32 +4150;5;2797.00;12.50;1232.50;3.14;0.32 +4150;6;2801.00;12.32;1233.00;2.21;0.32 +4150;9;2793.22;13.67;1230.00;1.57;0.32 +4150;10;2800.78;13.19;1230.00;-1.57;0.32 4150;21;2793.22;13.67;1230.00;1.57;0.32 +4151;0;3144.00;10.50;1190.00;0.00;0.18 +4151;1;3143.50;11.70;1187.50;-0.19;0.18 +4151;2;3146.00;10.77;1190.00;1.57;0.18 +4151;3;3142.00;10.30;1189.50;-1.32;0.18 +4151;4;3144.00;9.97;1192.00;3.14;0.18 +4151;9;3142.38;10.23;1190.00;1.57;0.18 +4151;10;3145.62;10.75;1190.00;-1.57;0.18 +4151;19;3143.00;9.50;1194.00;-3.14;0.18 +4151;20;3142.57;9.50;1195.69;3.38;0.18 4151;21;3142.38;10.23;1190.00;1.57;0.18 +4152;0;4533.00;11.20;1032.00;0.00;0.28 +4152;1;4533.00;11.17;1030.00;0.00;0.28 +4152;2;4538.00;11.40;1029.50;1.10;0.28 +4152;3;4539.50;11.30;1030.00;1.27;0.28 +4152;4;4537.00;11.25;1032.00;1.57;0.28 +4152;5;4528.50;10.40;1032.50;4.60;0.28 +4152;6;4531.00;10.70;1034.50;3.81;0.28 +4152;7;4534.00;11.05;1034.50;2.76;0.28 +4152;9;4529.22;10.58;1032.00;1.57;0.28 +4152;10;4536.78;11.25;1032.00;-1.57;0.28 4152;21;4529.22;10.58;1032.00;1.57;0.28 +4153;0;4991.00;12.10;1283.00;0.00;0.28 +4153;1;4990.00;11.60;1279.50;-0.27;0.28 +4153;2;4987.50;11.75;1280.00;-0.86;0.28 +4153;3;4993.00;12.37;1282.00;1.10;0.28 +4153;4;4989.00;12.20;1283.50;4.46;0.28 +4153;5;4994.00;11.55;1284.50;2.03;0.28 +4153;6;4991.50;11.50;1286.50;3.00;0.28 +4153;9;4988.48;11.99;1283.00;1.57;0.28 +4153;10;4993.52;12.14;1283.00;-1.57;0.28 4153;21;4988.48;11.99;1283.00;1.57;0.28 +4154;0;2757.00;15.77;1196.00;0.00;0.44 +4154;1;2757.50;15.30;1190.50;0.09;0.44 +4154;2;2752.50;15.80;1193.50;-1.06;0.44 +4154;3;2761.50;14.70;1194.00;1.15;0.44 +4154;4;2753.00;15.40;1199.00;4.06;0.44 +4154;5;2760.50;15.90;1199.00;2.27;0.44 +4154;6;2757.00;15.60;1201.50;3.14;0.44 +4154;9;2753.04;15.97;1196.00;1.57;0.44 +4154;10;2760.96;15.33;1196.00;-1.57;0.44 4154;21;2753.04;15.97;1196.00;1.57;0.44 +4155;0;1797.36;9.70;1166.27;0.00;0.28 +4155;1;1796.65;9.70;1154.11;-0.32;0.28 +4155;2;1803.38;9.50;1165.68;1.57;0.28 +4155;3;1793.52;9.70;1154.37;4.64;0.28 +4155;9;1794.48;9.50;1160.00;1.57;0.28 +4155;10;1799.52;9.50;1160.00;-1.57;0.28 +4155;19;1793.00;9.50;1153.00;-0.32;0.28 +4155;20;1792.13;9.50;1151.48;-0.51;0.28 4155;21;1794.48;9.50;1160.00;1.57;0.28 +4156;0;4586.00;10.22;1089.00;0.00;0.28 +4156;1;4587.00;10.60;1085.50;0.27;0.28 +4156;2;4584.00;10.35;1087.50;-0.92;0.28 +4156;3;4588.50;10.20;1088.50;1.37;0.28 +4156;4;4582.50;10.60;1092.00;4.00;0.28 +4156;5;4586.00;10.50;1092.00;3.14;0.28 +4156;9;4583.48;10.35;1089.00;1.57;0.28 +4156;10;4588.52;10.14;1089.00;-1.57;0.28 4156;21;4583.48;10.35;1089.00;1.57;0.28 +4157;0;4671.00;11.45;1248.00;0.00;0.24 +4157;1;4670.00;11.45;1246.00;-0.46;0.24 +4157;2;4673.50;11.10;1246.50;1.03;0.24 +4157;3;4668.00;11.50;1248.50;4.54;0.24 +4157;4;4673.50;11.40;1249.50;2.11;0.24 +4157;5;4670.50;11.40;1250.00;3.38;0.24 +4157;9;4668.66;11.50;1248.00;1.57;0.24 +4157;10;4673.34;11.26;1248.00;-1.57;0.24 +4157;19;4673.00;9.80;1244.00;1.03;0.24 +4157;20;4673.78;9.80;1242.43;0.46;0.24 4157;21;4668.66;11.50;1248.00;1.57;0.24 +4158;0;4609.00;9.90;1177.00;0.00;0.26 +4158;1;4608.00;10.40;1172.50;-0.21;0.26 +4158;2;4606.50;10.40;1173.00;-0.55;0.26 +4158;3;4609.50;10.20;1174.00;0.16;0.26 +4158;4;4606.00;9.95;1176.50;-1.40;0.26 +4158;5;4611.50;9.75;1178.00;1.95;0.26 +4158;6;4607.50;9.70;1180.00;3.60;0.26 +4158;7;4610.00;9.70;1181.00;2.89;0.26 +4158;8;4612.00;9.70;1181.00;2.49;0.26 +4158;9;4606.66;9.95;1177.00;1.57;0.26 +4158;10;4611.34;9.80;1177.00;-1.57;0.26 4158;21;4606.66;9.95;1177.00;1.57;0.26 +4159;0;3041.00;12.15;1283.00;0.00;0.22 +4159;1;3040.00;10.20;1278.50;-0.21;0.22 +4159;2;3042.00;11.40;1283.50;2.03;0.22 +4159;3;3039.50;11.50;1280.50;-0.54;0.22 +4159;4;3039.50;12.65;1284.00;4.12;0.22 +4159;5;3044.50;9.50;1284.50;1.97;0.22 +4159;9;3039.02;12.23;1283.00;1.57;0.22 +4159;10;3042.98;10.22;1283.00;-1.57;0.22 +4159;19;3044.00;9.50;1283.00;-4.25;0.22 +4159;20;3045.75;9.50;1283.00;1.57;0.22 4159;21;3039.02;12.23;1283.00;1.57;0.22 +4160;0;4524.00;9.60;980.00;0.00;0.22 +4160;1;4524.50;9.70;979.50;0.78;0.22 +4160;2;4523.00;9.70;982.00;3.60;0.22 +4160;9;4521.84;9.50;980.00;1.57;0.22 +4160;10;4526.16;9.70;980.00;-1.57;0.22 +4160;19;4518.60;9.50;980.70;0.79;0.22 +4160;20;4517.09;9.50;982.08;-1.46;0.22 4160;21;4521.84;9.50;980.00;1.57;0.22 +4161;0;3338.00;10.05;1156.00;0.00;0.20 +4161;1;3338.50;10.15;1153.00;0.16;0.20 +4161;2;3336.00;10.15;1153.00;-0.58;0.20 +4161;3;3336.00;9.97;1156.00;4.71;0.20 +4161;4;3340.00;10.15;1156.00;1.57;0.20 +4161;5;3339.50;10.20;1159.50;2.73;0.20 +4161;6;3337.50;10.10;1159.50;3.28;0.20 +4161;9;3336.20;9.98;1156.00;1.57;0.20 +4161;10;3339.80;10.13;1156.00;-1.57;0.20 +4161;19;3339.00;9.65;1164.00;-3.00;0.20 +4161;20;3339.21;9.65;1165.73;3.01;0.20 4161;21;3336.20;9.98;1156.00;1.57;0.20 +4162;0;4207.00;9.92;1031.00;0.00;0.30 +4162;1;4209.00;10.00;1028.50;0.67;0.30 +4162;2;4205.50;9.90;1029.00;-0.64;0.30 +4162;3;4211.00;10.00;1029.50;1.21;0.30 +4162;4;4204.00;9.90;1032.50;4.24;0.30 +4162;5;4208.50;9.95;1032.00;2.15;0.30 +4162;6;4204.50;9.90;1034.50;3.76;0.30 +4162;9;4203.76;9.90;1031.00;1.57;0.30 +4162;10;4210.24;10.00;1031.00;-1.57;0.30 +4162;19;4215.00;9.88;1030.00;1.21;0.30 +4162;20;4216.73;9.88;1029.78;1.44;0.30 4162;21;4203.76;9.90;1031.00;1.57;0.30 +4163;0;2941.00;10.57;1261.00;0.00;0.26 +4163;1;2941.50;10.80;1258.00;0.16;0.26 +4163;2;2938.50;10.40;1261.00;4.71;0.26 +4163;3;2943.50;10.60;1262.00;1.95;0.26 +4163;4;2941.00;9.80;1263.50;3.14;0.26 +4163;9;2938.66;10.40;1261.00;1.57;0.26 +4163;10;2943.34;10.70;1261.00;-1.57;0.26 +4163;19;2940.00;9.55;1266.00;-3.14;0.26 +4163;20;2939.65;9.55;1267.71;3.33;0.26 4163;21;2938.66;10.40;1261.00;1.57;0.26 +4164;0;4844.00;10.85;1196.00;0.00;0.16 +4164;1;4842.50;9.75;1195.00;-0.98;0.16 +4164;2;4844.50;10.80;1194.00;0.24;0.16 +4164;3;4845.00;11.30;1196.50;2.03;0.16 +4164;4;4843.00;10.85;1197.50;3.73;0.16 +4164;5;4844.50;11.75;1199.00;2.97;0.16 +4164;9;4842.56;10.08;1196.00;1.57;0.16 +4164;10;4845.44;11.37;1196.00;-1.57;0.16 +4164;19;4840.00;9.50;1197.00;-0.98;0.16 +4164;20;4838.30;9.50;1197.42;4.46;0.16 4164;21;4842.56;10.08;1196.00;1.57;0.16 +4165;0;4615.00;12.42;1035.00;0.00;0.20 +4165;1;4613.50;12.00;1031.50;-0.40;0.20 +4165;2;4615.50;11.30;1032.50;0.19;0.20 +4165;3;4613.00;12.80;1034.50;-1.32;0.20 +4165;4;4617.00;11.45;1034.50;1.32;0.20 +4165;5;4617.00;11.70;1037.00;2.35;0.20 +4165;6;4613.50;11.20;1038.50;3.54;0.20 +4165;7;4616.00;11.55;1038.00;2.82;0.20 +4165;9;4613.20;12.73;1035.00;1.57;0.20 +4165;10;4616.80;11.66;1035.00;-1.57;0.20 4165;21;4613.20;12.73;1035.00;1.57;0.20 +4166;0;1433.00;9.50;1629.00;0.00;0.48 +4166;1;1431.50;10.10;1625.50;-0.40;0.48 +4166;2;716.00;9.50;814.00;-0.72;0.48 +4166;3;1427.00;10.10;1626.00;-1.10;0.48 +4166;4;1427.50;10.10;1629.00;4.71;0.48 +4166;5;1431.50;9.70;1631.50;3.68;0.48 +4166;9;1427.60;10.10;1629.00;1.57;0.48 +4166;10;1438.40;9.70;1629.00;-1.57;0.48 4166;21;1427.60;10.10;1629.00;1.57;0.48 +4167;0;4488.00;13.52;1187.00;0.00;0.40 +4167;1;4485.00;13.05;1185.50;-1.10;0.40 +4167;2;4490.00;13.67;1183.00;0.46;0.40 +4167;3;4492.00;13.90;1186.50;1.44;0.40 +4167;4;4483.00;13.15;1189.50;4.24;0.40 +4167;5;4485.50;13.30;1190.50;3.76;0.40 +4167;6;4490.00;13.22;1191.00;2.67;0.40 +4167;9;4484.40;13.14;1187.00;1.57;0.40 +4167;10;4491.60;13.81;1187.00;-1.57;0.40 4167;21;4484.40;13.14;1187.00;1.57;0.40 +4168;0;1598.00;9.70;1460.00;0.00;0.30 +4168;1;1596.00;9.70;1456.00;-0.46;0.30 +4168;2;1599.00;9.70;1457.50;0.38;0.30 +4168;3;1594.00;9.70;1459.00;-1.32;0.30 +4168;4;1602.00;9.65;1459.50;1.44;0.30 +4168;5;1603.00;9.62;1461.00;1.76;0.30 +4168;6;1596.00;9.70;1462.00;3.92;0.30 +4168;7;1600.00;9.70;1462.50;2.46;0.30 +4168;9;1594.58;9.70;1460.00;1.57;0.30 +4168;10;1601.42;9.70;1460.00;-1.57;0.30 +4168;19;1607.00;9.50;1460.00;1.45;0.30 +4168;20;1608.75;9.50;1460.00;1.57;0.30 4168;21;1594.58;9.70;1460.00;1.57;0.30 +4169;0;4666.00;10.87;1084.00;0.00;0.28 +4169;1;4663.50;10.90;1081.50;-0.78;0.28 +4169;2;4666.50;10.50;1082.50;0.32;0.28 +4169;3;4670.50;9.60;1082.50;1.24;0.28 +4169;4;4663.50;12.10;1085.00;4.33;0.28 +4169;5;4667.50;10.10;1085.50;2.35;0.28 +4169;6;4666.00;11.45;1087.50;3.14;0.28 +4169;9;4662.40;11.79;1084.00;1.57;0.28 +4169;10;4669.60;9.67;1084.00;-1.57;0.28 +4169;19;4670.24;9.40;1084.80;1.45;0.28 +4169;20;4671.96;9.40;1085.13;1.75;0.28 4169;21;4669.60;9.67;1084.00;-1.57;0.28 +4170;0;3208.00;9.50;1233.00;0.00;0.16 +4170;1;3209.00;9.50;1232.00;0.78;0.16 +4170;2;3205.50;9.65;1233.00;4.71;0.16 +4170;3;3207.50;9.50;1234.00;3.60;0.16 +4170;4;3211.00;9.52;1234.00;1.89;0.16 +4170;9;3205.12;9.74;1233.00;1.57;0.16 +4170;10;3210.88;9.51;1233.00;-1.57;0.16 +4170;19;3210.00;9.50;1234.00;-2.68;0.16 +4170;20;3211.56;9.50;1234.78;2.03;0.16 4170;21;3206.05;10.10;1233.64;-1.57;0.16 +4171;0;3293.00;12.67;609.00;0.00;0.48 +4171;1;3293.00;13.02;598.00;0.00;0.48 +4171;2;3297.50;12.40;602.50;0.60;0.48 +4171;3;3288.00;13.62;605.00;-0.89;0.48 +4171;4;3297.50;11.40;614.50;2.45;0.48 +4171;5;3289.50;13.20;614.50;3.70;0.48 +4171;6;3292.50;12.30;620.50;3.18;0.48 +4171;9;3288.68;13.41;609.00;1.57;0.48 +4171;10;3297.32;11.93;609.00;-1.57;0.48 4171;21;3288.68;13.41;609.00;1.57;0.48 +4172;0;4938.00;9.85;1240.00;0.00;0.20 +4172;1;4937.00;9.97;1237.00;-0.32;0.20 +4172;2;4938.50;9.80;1238.50;0.32;0.20 +4172;3;4936.00;10.10;1239.50;-1.32;0.20 +4172;4;4939.50;9.75;1241.00;2.15;0.20 +4172;5;4937.00;10.25;1242.00;3.60;0.20 +4172;6;4939.00;10.05;1242.50;2.76;0.20 +4172;9;4936.20;10.13;1240.00;1.57;0.20 +4172;10;4939.80;9.70;1240.00;-1.57;0.20 4172;21;4936.20;10.13;1240.00;1.57;0.20 +4173;0;4664.00;10.67;1151.00;0.00;0.22 +4173;1;4663.00;11.00;1148.00;-0.32;0.22 +4173;2;4665.50;10.65;1149.00;0.64;0.22 +4173;3;4661.50;10.70;1151.00;4.71;0.22 +4173;4;4666.50;10.50;1151.50;1.76;0.22 +4173;5;4661.00;10.30;1153.00;4.12;0.22 +4173;6;4664.00;10.20;1154.00;3.14;0.22 +4173;9;4662.02;10.70;1151.00;1.57;0.22 +4173;10;4665.98;10.55;1151.00;-1.57;0.22 4173;21;4662.02;10.70;1151.00;1.57;0.22 +4174;0;4555.00;13.60;1278.00;0.00;0.32 +4174;1;4555.00;13.05;1274.50;0.00;0.32 +4174;2;4551.50;13.30;1273.50;-0.66;0.32 +4174;3;4552.50;13.35;1278.00;4.71;0.32 +4174;4;4558.50;13.90;1279.50;1.97;0.32 +4174;5;4556.00;14.15;1281.50;2.86;0.32 +4174;6;4553.00;13.50;1282.00;3.60;0.32 +4174;9;4552.12;13.27;1278.00;1.57;0.32 +4174;10;4557.88;13.60;1278.00;-1.57;0.32 4174;21;4552.12;13.27;1278.00;1.57;0.32 +4175;0;4352.00;11.77;982.00;0.00;0.34 +4175;1;4350.50;11.50;978.50;-0.40;0.34 +4175;2;4354.50;11.50;978.00;0.55;0.34 +4175;3;4348.50;12.20;983.00;4.43;0.34 +4175;4;4354.50;11.70;983.50;2.11;0.34 +4175;5;4349.50;12.10;986.50;3.64;0.34 +4175;6;4351.00;12.05;986.50;3.36;0.34 +4175;7;4353.50;11.90;986.50;2.82;0.34 +4175;9;4348.94;12.17;982.00;1.57;0.34 +4175;10;4355.06;11.45;982.00;-1.57;0.34 4175;21;4348.94;12.17;982.00;1.57;0.34 +4176;0;3039.00;10.12;1158.00;0.00;0.26 +4176;1;3037.00;10.15;1154.50;-0.51;0.26 +4176;2;3041.00;9.90;1156.00;0.78;0.26 +4176;3;3037.50;10.65;1160.00;3.78;0.26 +4176;4;3041.00;9.90;1161.00;2.55;0.26 +4176;5;3039.00;10.20;1164.00;3.14;0.26 +4176;9;3036.66;10.61;1158.00;1.57;0.26 +4176;10;3041.34;9.82;1158.00;-1.57;0.26 4176;21;3036.66;10.61;1158.00;1.57;0.26 +4177;0;4488.00;10.15;1010.00;0.00;0.28 +4177;1;4489.00;10.50;1007.00;0.32;0.28 +4177;2;4485.50;10.10;1008.50;-1.03;0.28 +4177;3;4490.50;10.00;1010.50;1.76;0.28 +4177;4;4485.50;10.00;1012.50;3.92;0.28 +4177;5;4489.00;9.95;1012.50;2.76;0.28 +4177;9;4485.48;10.10;1010.00;1.57;0.28 +4177;10;4490.52;10.05;1010.00;-1.57;0.28 4177;21;4485.48;10.10;1010.00;1.57;0.28 +4178;0;3161.00;11.05;1266.00;0.00;0.28 +4178;1;3162.00;9.50;1261.00;0.19;0.28 +4178;2;3162.00;11.10;1266.50;2.03;0.28 +4178;3;3159.00;11.05;1267.00;4.24;0.28 +4178;4;3158.50;12.30;1270.50;3.64;0.28 +4178;5;3160.00;12.05;1271.00;3.33;0.28 +4178;9;3158.48;10.35;1266.00;1.57;0.28 +4178;10;3163.52;10.79;1266.00;-1.57;0.28 +4178;19;3161.00;9.88;1275.00;-4.25;0.28 +4178;20;3161.00;9.88;1276.75;3.14;0.28 4178;21;3158.48;10.35;1266.00;1.57;0.28 +4179;0;4882.00;11.27;1209.00;0.00;0.20 +4179;1;4880.50;11.45;1208.00;-0.98;0.20 +4179;2;4883.00;11.15;1207.50;0.58;0.20 +4179;3;4885.50;10.70;1209.50;1.71;0.20 +4179;4;4882.00;11.02;1210.00;3.14;0.20 +4179;9;4880.02;11.13;1209.00;1.57;0.20 +4179;10;4883.98;10.98;1209.00;-1.57;0.20 +4179;19;4882.00;10.53;1211.00;-3.14;0.20 +4179;20;4882.00;10.53;1212.75;3.14;0.20 4179;21;4880.02;11.13;1209.00;1.57;0.20 +4180;0;383.69;12.90;1026.73;0.00;0.26 +4180;1;381.91;13.50;1022.75;-0.46;0.26 +4180;2;387.00;12.30;1025.90;1.37;0.26 +4180;3;381.50;12.60;1029.50;3.92;0.26 +4180;4;389.28;11.00;1025.35;1.07;0.26 +4180;5;377.54;9.60;1030.53;4.43;0.26 +4180;9;380.12;10.98;1028.00;1.57;0.26 +4180;10;385.88;12.04;1028.00;-1.57;0.26 +4180;19;384.00;9.50;1023.00;-0.46;0.26 +4180;20;384.34;9.50;1021.28;0.19;0.26 4180;21;380.12;10.98;1028.00;1.57;0.26 +4181;0;4647.00;11.40;1237.00;0.00;0.20 +4181;1;4646.00;11.35;1234.50;-0.38;0.20 +4181;2;4648.00;11.35;1234.00;0.32;0.20 +4181;3;4649.50;11.40;1237.00;1.57;0.20 +4181;4;4645.50;11.40;1237.00;4.71;0.20 +4181;5;4647.50;11.40;1239.50;2.94;0.20 +4181;9;4645.20;11.40;1237.00;1.57;0.20 +4181;10;4648.80;11.40;1237.00;-1.57;0.20 4181;21;4645.20;11.40;1237.00;1.57;0.20 +4182;0;2728.00;10.75;1274.00;0.00;0.20 +4182;1;2726.50;10.80;1273.50;-1.24;0.20 +4182;2;2729.00;11.20;1272.50;0.58;0.20 +4182;3;2730.00;10.92;1274.00;1.57;0.20 +4182;4;2727.00;10.20;1275.50;3.73;0.20 +4182;5;2729.00;10.40;1275.50;2.55;0.20 +4182;9;2726.20;10.60;1274.00;1.57;0.20 +4182;10;2729.80;10.93;1274.00;-1.57;0.20 4182;21;2729.80;10.93;1274.00;-1.57;0.20 +4183;0;4592.00;11.95;1076.00;0.00;0.26 +4183;1;4589.50;12.30;1073.50;-0.78;0.26 +4183;2;4593.50;11.40;1073.50;0.54;0.26 +4183;3;4596.50;10.70;1075.00;1.35;0.26 +4183;4;4588.50;12.30;1076.00;4.71;0.26 +4183;5;4595.00;11.40;1077.00;1.89;0.26 +4183;6;4588.00;12.15;1077.50;4.35;0.26 +4183;7;4590.00;11.85;1079.00;3.73;0.26 +4183;8;4593.00;11.60;1078.50;2.76;0.26 +4183;9;4588.94;12.27;1076.00;1.57;0.26 +4183;10;4595.06;11.31;1076.00;-1.57;0.26 4183;21;4588.94;12.27;1076.00;1.57;0.26 +4184;0;4992.00;9.70;1235.00;0.00;0.20 +4184;1;4991.00;9.70;1234.00;-0.78;0.20 +4184;2;4994.00;9.70;1235.50;1.81;0.20 +4184;3;4993.50;9.70;1237.00;2.49;0.20 +4184;9;4990.20;9.64;1235.00;1.57;0.20 +4184;10;4993.80;9.70;1235.00;-1.57;0.20 +4184;19;4989.00;9.50;1231.00;-0.79;0.20 +4184;20;4987.95;9.50;1229.60;-0.64;0.20 4184;21;4990.20;9.64;1235.00;1.57;0.20 +4185;0;4633.00;9.70;1124.00;0.00;0.28 +4185;1;4631.50;9.70;1121.50;-0.54;0.28 +4185;2;4635.50;9.90;1121.50;0.78;0.28 +4185;3;4635.50;9.70;1124.50;1.76;0.28 +4185;4;2316.00;9.50;561.50;-1.33;0.28 +4185;5;4632.50;9.70;1127.50;3.28;0.28 +4185;9;4630.30;9.68;1124.00;1.57;0.28 +4185;10;4635.70;9.76;1124.00;-1.57;0.28 4185;21;4630.30;9.68;1124.00;1.57;0.28 +4186;0;4691.00;9.50;1265.00;0.00;0.28 +4186;1;4691.50;9.50;1263.00;0.24;0.28 +4186;2;4689.00;10.30;1263.00;-0.78;0.28 +4186;3;4689.00;10.40;1265.50;4.46;0.28 +4186;4;4693.50;9.80;1266.50;2.11;0.28 +4186;5;4691.50;10.35;1268.00;2.97;0.28 +4186;9;4688.48;10.45;1265.00;1.57;0.28 +4186;10;4693.52;9.55;1265.00;-1.57;0.28 +4186;19;4689.00;10.18;1260.00;0.24;0.28 +4186;20;4688.35;10.18;1258.37;-0.38;0.28 4186;21;4688.48;10.45;1265.00;1.57;0.28 +4187;0;3949.00;10.17;983.00;0.00;0.38 +4187;1;3947.50;10.00;978.50;-0.32;0.38 +4187;2;3945.00;9.70;980.50;-1.01;0.38 +4187;3;3951.50;10.50;981.50;1.03;0.38 +4187;4;3945.50;9.50;984.50;4.30;0.38 +4187;5;3953.00;10.20;985.50;2.12;0.38 +4187;6;3948.50;9.60;986.50;3.28;0.38 +4187;9;3945.40;9.71;983.00;1.57;0.38 +4187;10;3952.60;10.66;983.00;-1.57;0.38 +4187;19;3943.00;9.50;986.00;-1.98;0.38 +4187;20;3941.43;9.50;986.78;4.24;0.38 4187;21;3945.40;9.71;983.00;1.57;0.38 +4188;0;4996.00;9.70;1243.00;0.00;0.16 +4188;1;4995.50;9.70;1241.00;-0.24;0.16 +4188;2;4998.00;9.67;1243.00;1.57;0.16 +4188;3;4993.50;9.60;1242.50;-1.37;0.16 +4188;4;4993.00;9.67;1244.00;4.39;0.16 +4188;5;4996.00;9.70;1245.00;3.14;0.16 +4188;9;4993.66;9.65;1243.00;1.57;0.16 +4188;10;4998.34;9.65;1243.00;-1.57;0.16 +4188;19;4992.00;9.50;1242.00;-1.37;0.16 +4188;20;4990.30;9.50;1241.57;-1.32;0.16 4188;21;4993.66;9.65;1243.00;1.57;0.16 +4189;0;4573.00;9.60;1012.00;0.00;0.24 +4189;1;4574.00;9.57;1011.00;0.78;0.24 +4189;2;4571.00;9.62;1011.00;-1.10;0.24 +4189;3;4571.00;9.80;1012.50;4.46;0.24 +4189;4;4573.50;9.90;1014.50;2.94;0.24 +4189;9;4570.84;9.74;1012.00;1.57;0.24 +4189;10;4575.16;9.58;1012.00;-1.57;0.24 +4189;19;4574.00;9.57;1011.00;0.79;0.24 +4189;20;4575.23;9.57;1009.76;0.78;0.24 4189;21;4572.22;10.20;1013.06;-1.57;0.24 +4190;0;4597.00;11.30;1284.00;0.00;0.26 +4190;1;4597.00;11.30;1280.50;0.00;0.26 +4190;2;4594.50;11.30;1282.50;-1.03;0.26 +4190;3;4599.50;11.30;1284.00;1.57;0.26 +4190;4;4595.00;11.30;1285.50;4.06;0.26 +4190;5;4598.00;11.30;1287.00;2.82;0.26 +4190;6;4599.00;11.30;1287.00;2.55;0.26 +4190;9;4594.66;11.30;1284.00;1.57;0.26 +4190;10;4599.34;11.30;1284.00;-1.57;0.26 4190;21;4594.66;11.30;1284.00;1.57;0.26 +4191;0;3157.00;11.00;1011.00;0.00;1.68 +4191;1;3151.00;11.00;988.50;-0.26;1.68 +4191;2;3169.50;11.10;990.00;0.53;1.68 +4191;3;3176.00;11.10;1001.50;1.10;1.68 +4191;4;3138.50;11.10;1016.50;4.42;1.68 +4191;5;3176.00;10.90;1021.50;2.07;1.68 +4191;6;3169.50;10.70;1034.50;2.65;1.68 +4191;7;3156.00;10.70;1036.50;3.18;1.68 +4191;9;3141.88;10.90;1011.00;1.57;1.68 +4191;10;3172.12;11.00;1011.00;-1.57;1.68 4191;21;3141.88;10.90;1011.00;1.57;1.68 +4192;0;4433.00;15.47;1075.00;0.00;0.34 +4192;1;4437.00;15.50;1071.50;0.85;0.34 +4192;2;4432.00;15.25;1072.50;-0.38;0.34 +4192;3;4428.50;15.90;1072.50;-1.06;0.34 +4192;4;4426.50;15.80;1073.00;-1.27;0.34 +4192;5;4438.00;14.90;1076.00;1.76;0.34 +4192;6;4428.50;15.60;1076.50;4.39;0.34 +4192;7;4434.00;15.70;1078.50;2.86;0.34 +4192;9;4428.14;15.50;1075.00;1.57;0.34 +4192;10;4437.86;14.95;1075.00;-1.57;0.34 4192;21;4428.14;15.50;1075.00;1.57;0.34 +4193;0;3141.00;9.70;1283.00;0.00;0.22 +4193;1;3139.50;9.60;1283.50;4.39;0.22 +4193;2;3142.50;9.80;1281.00;0.64;0.22 +4193;3;3144.00;10.00;1282.50;1.40;0.22 +4193;4;3142.50;9.70;1284.50;2.35;0.22 +4193;9;3138.66;9.50;1283.00;1.57;0.22 +4193;10;3143.34;9.78;1283.00;-1.57;0.22 +4193;19;3141.00;9.50;1279.00;-1.89;0.22 +4193;20;3141.00;9.50;1277.25;0.00;0.22 4193;21;3138.66;9.50;1283.00;1.57;0.22 +4194;0;3019.00;12.65;1183.00;0.00;0.20 +4194;1;3017.00;12.45;1179.50;-0.51;0.20 +4194;2;3018.50;12.55;1179.00;-0.12;0.20 +4194;3;3020.50;13.05;1180.00;0.46;0.20 +4194;4;3016.50;12.10;1184.00;4.33;0.20 +4194;5;3021.00;12.62;1184.00;2.03;0.20 +4194;6;3019.50;12.30;1186.50;3.00;0.20 +4194;9;3017.20;12.35;1183.00;1.57;0.20 +4194;10;3020.80;12.91;1183.00;-1.57;0.20 +4194;19;3018.00;10.20;1191.00;-3.28;0.20 +4194;20;3017.78;10.20;1192.73;3.26;0.20 4194;21;3017.20;12.35;1183.00;1.57;0.20 +4195;0;2772.00;13.55;1289.00;0.00;0.20 +4195;1;2771.50;13.70;1287.50;-0.32;0.20 +4195;2;2773.00;13.50;1288.50;1.10;0.20 +4195;3;2769.50;14.65;1289.00;4.71;0.20 +4195;4;2771.50;13.60;1290.50;3.46;0.20 +4195;5;2773.50;13.20;1290.50;2.35;0.20 +4195;9;2770.20;14.30;1289.00;1.57;0.20 +4195;10;2773.80;13.34;1289.00;-1.57;0.20 4195;21;2773.80;13.34;1289.00;-1.57;0.20 +4196;0;4665.17;10.10;1072.22;0.00;0.28 +4196;1;4669.00;9.70;1071.00;0.46;0.28 +4196;2;4666.50;9.70;1070.50;-0.54;0.28 +4196;3;4665.00;9.85;1073.50;4.54;0.28 +4196;4;4668.50;9.50;1074.00;2.67;0.28 +4196;5;4667.50;9.55;1077.00;3.26;0.28 +4196;9;4665.48;9.80;1073.00;1.57;0.28 +4196;10;4670.52;9.50;1073.00;-1.57;0.28 +4196;19;4671.68;9.50;1076.63;-4.91;0.28 +4196;20;4672.93;9.50;1077.85;2.34;0.28 4196;21;4668.83;9.70;1077.29;-1.57;0.28 +4197;0;4890.00;9.85;1228.00;0.00;0.18 +4197;1;4888.50;9.70;1226.50;-0.78;0.18 +4197;2;4891.50;9.70;1227.50;1.24;0.18 +4197;3;4888.00;10.15;1228.50;4.46;0.18 +4197;4;4890.50;10.20;1230.00;2.89;0.18 +4197;5;4893.00;9.95;1229.50;2.03;0.18 +4197;9;4887.84;10.06;1228.00;1.57;0.18 +4197;10;4892.16;9.76;1228.00;-1.57;0.18 4197;21;4887.84;10.06;1228.00;1.57;0.18 +4198;0;4844.03;9.80;1143.51;0.00;0.32 +4198;1;4853.48;9.50;1146.22;2.15;0.32 +4198;2;4843.86;9.80;1143.65;0.00;1.00 +4198;9;4845.94;9.50;1146.00;1.57;0.32 +4198;10;4852.06;9.50;1146.00;-1.57;0.32 +4198;19;4857.00;9.50;1152.00;-4.12;0.32 +4198;20;4858.40;9.50;1153.05;2.21;0.32 4198;21;4845.94;9.50;1146.00;1.57;0.32 +4199;0;2737.00;12.90;1229.00;0.00;0.22 +4199;1;2735.00;11.80;1227.50;-0.92;0.22 +4199;2;2738.50;12.60;1227.50;0.78;0.22 +4199;3;2734.50;12.60;1229.50;4.51;0.22 +4199;4;2739.50;13.60;1230.00;1.95;0.22 +4199;5;2737.50;12.80;1231.50;2.94;0.22 +4199;9;2734.66;12.33;1229.00;1.57;0.22 +4199;10;2739.34;13.24;1229.00;-1.57;0.22 +4199;19;2741.00;10.00;1234.00;-3.34;0.22 +4199;20;2742.09;10.00;1235.36;2.46;0.22 4199;21;2734.66;12.33;1229.00;1.57;0.22 +4200;0;3127.00;9.70;1140.00;0.00;0.42 +4200;1;3125.00;9.70;1136.50;-0.51;0.42 +4200;2;3130.50;9.70;1137.50;0.95;0.42 +4200;3;3122.00;9.65;1140.00;4.71;0.42 +4200;4;3130.00;9.60;1142.50;2.26;0.42 +4200;5;3124.50;9.70;1143.50;3.76;0.42 +4200;6;3127.50;9.70;1145.00;3.04;0.42 +4200;9;3123.22;9.70;1140.00;1.57;0.42 +4200;10;3130.78;9.63;1140.00;-1.57;0.42 4200;21;3123.22;9.70;1140.00;1.57;0.42 +4202;0;4291.00;10.20;988.00;0.00;0.32 +4202;1;4287.50;10.30;984.50;-0.78;0.32 +4202;2;4291.00;10.05;985.50;0.00;0.32 +4202;3;4287.50;10.55;988.00;4.71;0.32 +4202;4;4294.50;10.20;987.50;1.42;0.32 +4202;5;4293.50;10.90;990.00;2.24;0.32 +4202;6;4290.50;10.50;990.50;3.33;0.32 +4202;9;4288.12;10.48;988.00;1.57;0.32 +4202;10;4293.88;10.28;988.00;-1.57;0.32 4202;21;4288.12;10.48;988.00;1.57;0.32 +4203;0;4616.00;10.82;1165.00;0.00;0.32 +4203;1;4617.50;11.65;1161.00;0.35;0.32 +4203;2;4614.50;11.00;1163.50;-0.78;0.32 +4203;3;4619.50;11.30;1162.50;0.95;0.32 +4203;4;4619.50;10.50;1165.50;1.71;0.32 +4203;5;4613.00;10.55;1168.00;3.92;0.32 +4203;6;4617.00;10.20;1168.00;2.82;0.32 +4203;9;4613.12;11.06;1165.00;1.57;0.32 +4203;10;4618.88;10.60;1165.00;-1.57;0.32 4203;21;4613.12;11.06;1165.00;1.57;0.32 +4204;0;4170.00;9.72;1024.00;0.00;0.34 +4204;1;4168.50;9.80;1022.50;-0.78;0.34 +4204;2;4172.50;9.70;1020.00;0.55;0.34 +4204;3;4174.00;9.75;1022.00;1.10;0.34 +4204;4;4171.50;9.70;1025.00;2.15;0.34 +4204;5;4166.00;9.87;1027.00;4.06;0.34 +4204;6;4168.50;10.00;1027.50;3.54;0.34 +4204;7;4167.00;10.05;1028.50;3.73;0.34 +4204;9;4166.94;9.80;1024.00;1.57;0.34 +4204;10;4173.06;9.70;1024.00;-1.57;0.34 4204;21;4166.94;9.80;1024.00;1.57;0.34 +4205;0;4712.00;10.20;1274.00;0.00;0.26 +4205;1;4712.50;10.20;1274.00;1.57;0.26 +4205;2;4710.00;10.12;1273.00;-1.10;0.26 +4205;3;4708.00;10.70;1275.00;4.46;0.26 +4205;9;4709.48;10.40;1274.00;1.57;0.26 +4205;10;4714.52;10.40;1274.00;-1.57;0.26 +4205;19;4709.00;9.88;1278.00;1.57;0.26 +4205;20;4707.95;9.88;1279.40;3.78;0.26 4205;21;4709.48;10.40;1274.00;1.57;0.26 +4206;0;3349.00;10.07;1174.00;0.00;0.20 +4206;1;3348.50;10.10;1171.50;-0.19;0.20 +4206;2;3351.00;10.15;1173.50;1.32;0.20 +4206;3;3348.00;9.70;1174.50;4.24;0.20 +4206;4;3351.00;10.10;1175.50;2.21;0.20 +4206;5;3350.00;10.00;1176.50;2.76;0.20 +4206;9;3347.20;9.50;1174.00;1.57;0.20 +4206;10;3350.80;10.11;1174.00;-1.57;0.20 +4206;19;3347.00;9.50;1174.00;-2.03;0.20 +4206;20;3345.25;9.50;1174.00;4.71;0.20 4206;21;3347.20;9.50;1174.00;1.57;0.20 +4207;0;4606.00;12.52;1034.00;0.00;0.24 +4207;1;4606.50;12.50;1030.50;0.14;0.24 +4207;2;4603.50;13.20;1031.50;-0.78;0.24 +4207;3;4608.50;12.45;1034.00;1.57;0.24 +4207;4;4604.00;12.22;1035.00;4.24;0.24 +4207;5;4607.00;11.40;1037.50;2.86;0.24 +4207;9;4603.84;12.58;1034.00;1.57;0.24 +4207;10;4608.16;12.45;1034.00;-1.57;0.24 4207;21;4603.84;12.58;1034.00;1.57;0.24 +4208;0;4590.00;12.40;1305.00;0.00;0.22 +4208;1;4588.50;11.90;1303.50;-0.78;0.22 +4208;2;4592.00;12.55;1303.50;0.92;0.22 +4208;3;4586.00;11.10;1305.50;4.58;0.22 +4208;4;4592.50;13.80;1306.00;1.95;0.22 +4208;5;4589.00;11.95;1306.50;3.73;0.22 +4208;9;4587.30;11.35;1305.00;1.57;0.22 +4208;10;4592.70;13.26;1305.00;-1.57;0.22 4208;21;4587.30;11.35;1305.00;1.57;0.22 +4209;0;3851.00;9.80;1655.00;0.00;0.46 +4209;1;3852.50;9.80;1649.00;0.24;0.46 +4209;2;3855.50;10.15;1651.00;0.84;0.46 +4209;3;3847.50;9.85;1651.00;-0.71;0.46 +4209;4;3856.00;10.10;1655.00;1.57;0.46 +4209;5;3846.00;9.80;1654.50;-1.47;0.46 +4209;6;3847.00;9.80;1659.50;3.86;0.46 +4209;7;3852.00;9.80;1659.00;2.89;0.46 +4209;9;3846.86;9.80;1655.00;1.57;0.46 +4209;10;3855.14;9.92;1655.00;-1.57;0.46 4209;21;3846.86;9.80;1655.00;1.57;0.46 +4210;0;4350.00;13.22;1024.00;0.00;0.40 +4210;1;4350.00;12.82;1019.00;0.00;0.40 +4210;2;4354.00;13.65;1018.50;0.62;0.40 +4210;3;4347.00;12.87;1019.00;-0.54;0.40 +4210;4;4352.00;13.22;1025.00;2.03;0.40 +4210;5;4346.00;13.20;1021.50;-1.01;0.40 +4210;6;4347.00;13.40;1027.00;3.92;0.40 +4210;7;4350.00;13.55;1031.50;3.14;0.40 +4210;8;4347.50;13.20;1032.00;3.44;0.40 +4210;9;4346.40;13.29;1024.00;1.57;0.40 +4210;10;4353.60;13.41;1024.00;-1.57;0.40 4210;21;4346.40;13.29;1024.00;1.57;0.40 +4211;0;4490.00;10.05;604.00;0.00;0.22 +4211;1;4488.50;9.80;602.50;-0.78;0.22 +4211;2;4491.00;10.15;604.50;2.03;0.22 +4211;9;4487.84;10.01;604.00;1.57;0.22 +4211;10;4492.16;10.06;604.00;-1.57;0.22 +4211;19;4486.00;9.50;600.00;-0.79;0.22 +4211;20;4484.76;9.50;598.76;-0.78;0.22 4211;21;4487.84;10.01;604.00;1.57;0.22 +4212;0;2689.00;9.50;1552.00;0.00;1.12 +4212;1;2690.50;9.50;1540.00;0.12;1.12 +4212;2;2696.50;9.50;1539.50;0.54;1.12 +4212;3;2697.50;9.50;1542.00;0.70;1.12 +4212;4;2698.50;9.50;1549.50;1.31;1.12 +4212;5;2679.50;9.50;1549.50;-1.31;1.12 +4212;6;2673.50;9.50;1555.50;4.49;1.12 +4212;7;2697.00;9.50;1560.00;2.35;1.12 +4212;8;2673.50;9.50;1557.00;4.40;1.12 +4212;9;2678.92;9.50;1552.00;1.57;1.12 +4212;10;2699.08;9.50;1552.00;-1.57;1.12 +4212;11;2691.40;9.50;1532.80;0.12;1.12 +4212;12;2701.00;9.50;1532.00;0.54;1.12 +4212;13;2702.60;9.50;1536.00;0.70;1.12 +4212;14;2704.20;9.50;1548.00;1.31;1.12 +4212;15;2673.80;9.50;1548.00;-1.31;1.12 +4212;16;2664.20;9.50;1557.60;4.49;1.12 +4212;17;2701.80;9.50;1564.80;2.35;1.12 +4212;18;2664.20;9.50;1560.00;4.40;1.12 4212;21;2678.92;9.50;1552.00;1.57;1.12 +4213;0;2546.00;9.50;1229.00;0.00;1.00 +4213;1;2535.50;9.50;1223.00;-1.05;1.00 +4213;2;2556.50;9.50;1220.00;0.86;1.00 +4213;3;2564.00;9.50;1225.50;1.37;1.00 +4213;4;2535.50;9.50;1236.00;4.12;1.00 +4213;5;2553.50;9.50;1236.00;2.32;1.00 +4213;9;2531.06;9.50;1229.00;1.57;1.00 +4213;10;2560.94;9.50;1229.00;-1.57;1.00 +4213;11;2529.20;9.50;1219.40;-1.05;1.00 +4213;12;2562.80;9.50;1214.60;0.86;1.00 +4213;13;2574.80;9.50;1223.40;1.37;1.00 +4213;14;2529.20;9.50;1240.20;4.12;1.00 +4213;15;2558.00;9.50;1240.20;2.32;1.00 4213;21;2531.06;9.50;1229.00;1.57;1.00 +4214;0;4709.00;10.95;930.00;0.00;0.14 +4214;1;4708.50;11.20;928.50;-0.32;0.14 +4214;2;4710.00;11.10;928.00;0.46;0.14 +4214;3;4710.50;10.50;930.50;1.89;0.14 +4214;4;4708.00;10.85;931.00;3.92;0.14 +4214;5;4709.00;10.75;933.00;3.14;0.14 +4214;9;4707.74;10.81;930.00;1.57;0.14 +4214;10;4710.26;10.67;930.00;-1.57;0.14 +4214;19;4713.00;10.15;928.00;-4.39;0.14 +4214;20;4714.56;10.15;927.21;1.10;0.14 4214;21;4707.74;10.81;930.00;1.57;0.14 +4215;0;3726.00;9.90;1557.00;0.00;0.36 +4215;1;3722.00;9.90;1553.00;-0.78;0.36 +4215;2;3725.00;9.82;1552.00;-0.19;0.36 +4215;3;3729.00;9.80;1557.50;1.73;0.36 +4215;4;3724.00;9.90;1559.00;3.92;0.36 +4215;5;3726.50;9.90;1562.50;3.05;0.36 +4215;9;3722.76;9.90;1557.00;1.57;0.36 +4215;10;3729.24;9.80;1557.00;-1.57;0.36 4215;21;3722.76;9.90;1557.00;1.57;0.36 +4216;0;4551.00;10.55;674.00;0.00;0.30 +4216;1;4554.00;10.75;670.50;0.70;0.30 +4216;2;4549.00;10.40;672.50;-0.92;0.30 +4216;3;4555.50;11.05;674.00;1.57;0.30 +4216;4;4546.00;10.30;675.50;4.42;0.30 +4216;5;4551.00;10.50;676.00;3.14;0.30 +4216;9;4547.22;10.30;674.00;1.57;0.30 +4216;10;4554.78;10.97;674.00;-1.57;0.30 +4216;19;4542.00;9.50;678.00;-1.86;0.30 +4216;20;4540.40;9.50;678.71;4.29;0.30 4216;21;4547.22;10.30;674.00;1.57;0.30 +4217;0;1967.00;9.50;1090.00;0.00;0.88 +4217;1;1966.50;9.50;1079.00;-0.04;0.88 +4217;2;1975.50;9.50;1084.50;0.99;0.88 +4217;3;1959.50;9.50;1083.50;-0.85;0.88 +4217;4;1957.50;9.50;1093.50;4.35;0.88 +4217;5;1972.00;9.50;1097.00;2.52;0.88 +4217;6;1963.50;9.50;1102.00;3.42;0.88 +4217;9;1959.08;9.50;1090.00;1.57;0.88 +4217;10;1974.92;9.50;1090.00;-1.57;0.88 +4217;11;1966.20;9.50;1072.40;-0.04;0.88 +4217;12;1980.60;9.50;1081.20;0.99;0.88 +4217;13;1955.00;9.50;1079.60;-0.85;0.88 +4217;14;1951.80;9.50;1095.60;4.35;0.88 +4217;15;1975.00;9.50;1101.20;2.52;0.88 +4217;16;1961.40;9.50;1109.20;3.42;0.88 4217;21;1959.08;9.50;1090.00;1.57;0.88 +4218;0;1237.00;10.30;1773.00;0.00;0.52 +4218;1;1235.00;10.75;1767.50;-0.34;0.52 +4218;2;1244.50;10.10;1770.00;1.19;0.52 +4218;3;1229.00;10.30;1772.50;-1.50;0.52 +4218;4;618.00;9.50;886.00;-0.60;0.52 +4218;5;1234.00;10.15;1778.00;3.68;0.52 +4218;9;1229.62;10.30;1773.00;1.57;0.52 +4218;10;1244.38;10.10;1773.00;-1.57;0.52 4218;21;1229.62;10.30;1773.00;1.57;0.52 +4219;0;4074.00;10.20;749.00;0.00;0.26 +4219;1;4072.50;9.80;746.50;-0.54;0.26 +4219;2;4070.50;10.20;747.50;-1.16;0.26 +4219;3;4076.50;9.80;749.00;1.57;0.26 +4219;4;4071.50;10.85;750.00;4.33;0.26 +4219;5;4076.00;10.95;751.50;2.46;0.26 +4219;9;4070.76;10.55;749.00;1.57;0.26 +4219;10;4077.24;9.76;749.00;-1.57;0.26 +4219;19;4069.00;9.50;743.00;-0.54;0.26 +4219;20;4067.88;9.50;741.65;-0.69;0.26 4219;21;4070.76;10.55;749.00;1.57;0.26 +4220;0;445.00;9.50;1344.00;0.00;1.22 +4220;1;450.00;9.50;1331.50;0.38;1.22 +4220;2;462.00;9.50;1338.00;1.23;1.22 +4220;3;434.50;9.50;1334.00;-0.81;1.22 +4220;4;429.50;9.50;1342.00;-1.44;1.22 +4220;5;455.50;9.50;1351.50;2.19;1.22 +4220;6;429.50;9.50;1355.00;4.09;1.22 +4220;7;442.50;9.50;1358.00;3.31;1.22 +4220;9;430.78;9.50;1344.00;1.57;1.22 +4220;10;459.22;9.50;1344.00;-1.57;1.22 +4220;11;453.00;9.50;1324.00;0.38;1.22 +4220;12;472.20;9.50;1334.40;1.23;1.22 +4220;13;428.20;9.50;1328.00;-0.81;1.22 +4220;14;420.20;9.50;1340.80;-1.44;1.22 +4220;15;461.80;9.50;1356.00;2.19;1.22 +4220;16;420.20;9.50;1361.60;4.09;1.22 +4220;17;441.00;9.50;1366.40;3.31;1.22 4220;21;430.78;9.50;1344.00;1.57;1.22 +4221;0;716.00;9.50;1582.00;0.00;0.94 +4221;1;719.50;9.50;1571.00;0.30;0.94 +4221;2;733.50;9.50;1578.50;1.37;0.94 +4221;3;700.00;9.50;1582.50;4.68;0.94 +4221;4;724.00;9.50;1590.50;2.38;0.94 +4221;5;705.50;9.50;1594.00;3.86;0.94 +4221;9;702.14;9.50;1582.00;1.57;0.94 +4221;10;729.86;9.50;1582.00;-1.57;0.94 +4221;11;721.60;9.50;1564.40;0.30;0.94 +4221;12;744.00;9.50;1576.40;1.37;0.94 +4221;13;690.40;9.50;1582.80;4.68;0.94 +4221;14;728.80;9.50;1595.60;2.38;0.94 +4221;15;699.20;9.50;1601.20;3.86;0.94 4221;21;702.14;9.50;1582.00;1.57;0.94 +4222;0;4598.00;12.55;1415.00;0.00;0.40 +4222;1;4597.50;12.60;1411.50;-0.14;0.40 +4222;2;4590.50;12.50;1411.50;-1.13;0.40 +4222;3;4605.00;12.37;1413.00;1.29;0.40 +4222;4;4593.50;12.80;1416.50;4.39;0.40 +4222;5;4604.50;12.30;1417.00;1.86;0.40 +4222;6;4600.00;12.65;1419.50;2.72;0.40 +4222;9;4591.88;12.75;1415.00;1.57;0.40 +4222;10;4604.12;12.30;1415.00;-1.57;0.40 4222;21;4591.88;12.75;1415.00;1.57;0.40 +4223;0;4447.00;9.62;813.00;0.00;0.26 +4223;1;4444.00;9.75;811.50;-1.10;0.26 +4223;2;4447.00;9.70;810.50;0.00;0.26 +4223;3;4449.50;9.60;812.00;1.19;0.26 +4223;4;4445.50;9.60;814.00;4.12;0.26 +4223;5;4451.50;9.60;813.50;1.68;0.26 +4223;6;4449.50;9.60;815.00;2.24;0.26 +4223;9;4443.76;9.70;813.00;1.57;0.26 +4223;10;4450.24;9.60;813.00;-1.57;0.26 +4223;19;4445.00;9.50;808.00;-1.11;0.26 +4223;20;4444.35;9.50;806.37;-0.38;0.26 4223;21;4443.76;9.70;813.00;1.57;0.26 +4224;0;3998.00;10.45;1375.00;0.00;0.24 +4224;1;3994.00;10.42;1373.00;-1.10;0.24 +4224;2;4003.00;9.80;1374.00;1.37;0.24 +4224;3;3991.00;10.82;1375.00;4.71;0.24 +4224;4;4010.50;9.90;1375.50;1.61;0.24 +4224;5;4003.00;10.40;1377.00;1.95;0.24 +4224;6;3990.00;10.67;1377.00;4.46;0.24 +4224;7;3993.00;10.60;1377.00;4.33;0.24 +4224;9;3990.44;10.85;1375.00;1.57;0.24 +4224;10;4005.56;9.94;1375.00;-1.57;0.24 4224;21;4005.56;9.94;1375.00;-1.57;0.24 +4225;0;4475.00;9.50;590.00;0.00;0.90 +4225;1;4477.50;9.50;580.00;0.24;0.90 +4225;2;4466.00;9.50;578.00;-0.64;0.90 +4225;3;4466.50;9.50;584.00;-0.95;0.90 +4225;4;4476.00;9.50;604.50;3.07;0.90 +4225;5;4466.50;9.50;590.00;4.71;0.90 +4225;6;4467.50;9.50;595.00;4.12;0.90 +4225;7;4481.00;9.50;595.50;2.31;0.90 +4225;8;4472.00;9.50;597.50;3.52;0.90 +4225;9;4466.90;9.50;590.00;1.57;0.90 +4225;10;4483.10;9.50;590.00;-1.57;0.90 +4225;11;4479.00;9.50;574.00;0.24;0.90 +4225;12;4460.60;9.50;570.80;-0.64;0.90 +4225;13;4461.40;9.50;580.40;-0.95;0.90 +4225;14;4476.60;9.50;613.20;3.07;0.90 +4225;15;4461.40;9.50;590.00;4.71;0.90 +4225;16;4463.00;9.50;598.00;4.12;0.90 +4225;17;4484.60;9.50;598.80;2.31;0.90 +4225;18;4470.20;9.50;602.00;3.52;0.90 4225;21;4466.90;9.50;590.00;1.57;0.90 +4226;0;5237.00;10.10;538.00;0.00;0.10 +4226;1;5237.50;9.50;537.00;0.46;0.10 +4226;2;5235.50;9.85;538.00;4.71;0.10 +4226;3;5237.50;10.95;539.00;2.67;0.10 +4226;9;5235.38;9.83;538.00;1.57;0.10 +4226;10;5238.62;9.77;538.00;-1.57;0.10 +4226;19;5242.96;9.50;539.73;-0.04;0.10 +4226;20;5243.80;9.50;538.40;1.05;0.10 4226;21;5235.38;9.83;538.00;1.57;0.10 +4227;0;3770.00;9.87;1470.00;0.00;0.36 +4227;1;3771.50;10.00;1467.00;0.46;0.36 +4227;2;3765.00;9.80;1468.00;-1.19;0.36 +4227;3;3777.00;9.90;1468.00;1.29;0.36 +4227;4;3776.00;9.85;1471.50;1.81;0.36 +4227;5;3763.50;9.80;1471.50;4.48;0.36 +4227;6;3768.50;9.80;1473.50;3.54;0.36 +4227;7;3774.00;9.80;1474.00;2.35;0.36 +4227;9;3764.60;9.84;1470.00;1.57;0.36 +4227;10;3775.40;9.90;1470.00;-1.57;0.36 4227;21;3764.60;9.84;1470.00;1.57;0.36 +4228;0;4739.00;9.50;855.00;0.00;0.22 +4228;1;4738.50;9.50;853.00;-0.24;0.22 +4228;2;4741.50;9.50;854.00;1.19;0.22 +4228;3;4739.00;9.50;855.50;3.14;0.22 +4228;4;4737.00;9.50;857.00;3.92;0.22 +4228;5;4737.50;9.50;858.00;3.60;0.22 +4228;6;4742.00;9.50;852.50;0.87;0.22 +4228;7;4738.00;9.50;852.00;-0.32;0.22 +4228;9;4737.02;9.50;855.00;1.57;0.22 +4228;10;4740.98;9.52;855.00;-1.57;0.22 +4228;19;4744.00;9.50;856.00;1.19;0.22 +4228;20;4745.71;9.50;856.34;1.76;0.22 4228;21;4737.02;9.50;855.00;1.57;0.22 +4229;0;5057.00;11.05;1886.00;0.00;2.16 +4229;1;5067.00;13.10;1865.50;0.45;2.16 +4229;2;5083.50;11.30;1887.00;1.60;2.16 +4229;3;5028.50;13.20;1880.00;-1.36;2.16 +4229;4;5030.00;11.15;1901.50;4.19;2.16 +4229;5;5056.00;12.05;1907.50;3.18;2.16 +4229;9;5029.28;12.02;1886.00;1.57;2.16 +4229;10;5084.72;11.52;1886.00;-1.57;2.16 4229;21;5029.28;12.02;1886.00;1.57;2.16 +4230;0;5256.00;9.50;77.00;0.00;1.02 +4230;1;5244.00;9.50;68.50;-0.95;1.02 +4230;2;5252.50;9.50;63.00;-0.24;1.02 +4230;3;5267.50;9.50;70.50;1.05;1.02 +4230;4;5238.00;9.50;80.50;4.52;1.02 +4230;5;5273.00;9.50;83.50;1.93;1.02 +4230;6;5252.00;9.50;87.00;3.52;1.02 +4230;9;5239.26;9.50;77.00;1.57;1.02 +4230;10;5272.74;9.50;77.00;-1.57;1.02 +4230;11;5236.80;9.50;63.40;-0.95;1.02 +4230;12;5250.40;9.50;54.60;-0.24;1.02 +4230;13;5274.40;9.50;66.60;1.05;1.02 +4230;14;5227.20;9.50;82.60;4.52;1.02 +4230;15;5283.20;9.50;87.40;1.93;1.02 +4230;16;5249.60;9.50;93.00;3.52;1.02 4230;21;5239.26;9.50;77.00;1.57;1.02 +4231;0;5418.00;9.50;308.00;0.00;0.40 +4231;1;5416.50;9.50;309.50;3.92;0.40 +4231;9;5413.32;9.50;308.00;1.57;0.40 +4231;10;5422.68;9.50;308.00;-1.57;0.40 +4231;19;5429.00;9.60;303.00;-2.36;0.40 +4231;20;5430.59;9.60;302.27;1.14;0.40 4231;21;5413.32;9.50;308.00;1.57;0.40 +4232;0;3931.00;9.80;1526.00;0.00;0.36 +4232;1;3929.50;9.90;1522.50;-0.40;0.36 +4232;2;3936.00;9.80;1524.00;1.19;0.36 +4232;3;3924.00;9.95;1526.00;4.71;0.36 +4232;4;3936.00;9.80;1529.00;2.11;0.36 +4232;5;3928.50;9.90;1529.00;3.83;0.36 +4232;9;3925.96;9.90;1526.00;1.57;0.36 +4232;10;3936.04;9.80;1526.00;-1.57;0.36 4232;21;3925.96;9.90;1526.00;1.57;0.36 +4233;0;4705.00;10.50;910.00;0.00;0.20 +4233;1;4706.00;10.10;908.00;0.46;0.20 +4233;2;4703.50;10.50;908.50;-0.78;0.20 +4233;3;4706.00;10.50;911.00;2.35;0.20 +4233;4;4703.00;10.50;911.00;4.24;0.20 +4233;5;4704.00;10.50;912.00;3.60;0.20 +4233;9;4703.20;10.50;910.00;1.57;0.20 +4233;10;4706.80;10.48;910.00;-1.57;0.20 +4233;19;4704.00;10.00;906.00;0.46;0.20 +4233;20;4703.57;10.00;904.30;-0.24;0.20 4233;21;4703.20;10.50;910.00;1.57;0.20 +4234;0;5186.00;9.50;1033.00;0.00;0.86 +4234;1;5187.50;9.50;1021.00;0.12;0.86 +4234;2;5180.00;9.50;1021.00;-0.46;0.86 +4234;3;5178.50;9.50;1034.50;4.51;0.86 +4234;4;5195.00;9.50;1034.00;1.68;0.86 +4234;5;5189.00;9.50;1044.50;2.88;0.86 +4234;9;5178.26;9.50;1033.00;1.57;0.86 +4234;10;5193.74;9.50;1033.00;-1.57;0.86 +4234;11;5188.40;9.50;1013.80;0.12;0.86 +4234;12;5176.40;9.50;1013.80;-0.46;0.86 +4234;13;5174.00;9.50;1035.40;4.51;0.86 +4234;14;5200.40;9.50;1034.60;1.68;0.86 +4234;15;5190.80;9.50;1051.40;2.88;0.86 4234;21;5178.26;9.50;1033.00;1.57;0.86 +4235;0;4922.00;9.50;800.00;0.00;1.14 +4235;1;4918.00;9.50;788.50;-0.33;1.14 +4235;2;4927.00;9.50;785.00;0.32;1.14 +4235;3;4933.00;9.50;795.00;1.14;1.14 +4235;4;4908.00;9.50;798.00;-1.42;1.14 +4235;5;4913.50;9.50;808.00;3.95;1.14 +4235;6;4929.00;9.50;809.50;2.50;1.14 +4235;7;4939.00;9.50;806.00;1.91;1.14 +4235;9;4910.48;9.50;800.00;1.57;1.14 +4235;10;4933.52;9.50;800.00;-1.57;1.14 +4235;11;4915.60;9.50;781.60;-0.33;1.14 +4235;12;4930.00;9.50;776.00;0.32;1.14 +4235;13;4939.60;9.50;792.00;1.14;1.14 +4235;14;4899.60;9.50;796.80;-1.42;1.14 +4235;15;4908.40;9.50;812.80;3.95;1.14 +4235;16;4933.20;9.50;815.20;2.50;1.14 +4235;17;4949.20;9.50;809.60;1.91;1.14 4235;21;4910.48;9.50;800.00;1.57;1.14 +4236;0;4625.00;11.50;674.00;0.00;0.36 +4236;1;4626.00;11.07;669.00;0.19;0.36 +4236;2;4629.00;10.55;669.50;0.72;0.36 +4236;3;4623.00;11.80;670.50;-0.51;0.36 +4236;4;4621.50;12.10;673.50;-1.42;0.36 +4236;5;4628.50;10.80;674.00;1.57;0.36 +4236;6;4622.50;12.10;678.00;3.70;0.36 +4236;7;4626.50;11.60;678.50;2.82;0.36 +4236;8;4624.50;11.45;681.00;3.21;0.36 +4236;9;4621.76;12.09;674.00;1.57;0.36 +4236;10;4628.24;10.85;674.00;-1.57;0.36 4236;21;4621.76;12.09;674.00;1.57;0.36 +4237;0;4085.00;9.77;929.00;0.00;0.36 +4237;1;4085.50;9.70;925.00;0.12;0.36 +4237;2;4088.50;9.70;926.50;0.95;0.36 +4237;3;4081.50;9.80;928.00;-1.29;0.36 +4237;4;4088.50;9.80;930.50;1.97;0.36 +4237;5;4081.50;10.20;931.50;4.09;0.36 +4237;6;4086.00;10.30;933.50;2.92;0.36 +4237;9;4080.86;9.91;929.00;1.57;0.36 +4237;10;4089.14;9.75;929.00;-1.57;0.36 +4237;19;4090.00;9.57;923.00;0.95;0.36 +4237;20;4091.12;9.57;921.65;0.69;0.36 4237;21;4080.86;9.91;929.00;1.57;0.36 +4238;0;3873.00;10.32;1560.00;0.00;0.38 +4238;1;3872.00;10.30;1556.50;-0.27;0.38 +4238;2;3867.00;10.30;1559.50;-1.48;0.38 +4238;3;3877.50;10.30;1557.50;1.06;0.38 +4238;4;3879.50;10.35;1560.00;1.57;0.38 +4238;5;3878.00;10.40;1563.00;2.11;0.38 +4238;6;3871.50;10.30;1564.00;3.50;0.38 +4238;9;3867.60;10.30;1560.00;1.57;0.38 +4238;10;3878.40;10.35;1560.00;-1.57;0.38 4238;21;3867.60;10.30;1560.00;1.57;0.38 +4239;0;5096.00;9.50;1464.00;0.00;1.30 +4239;1;5087.50;9.50;1448.00;-0.48;1.30 +4239;2;5102.50;9.50;1459.50;0.96;1.30 +4239;3;5086.50;9.50;1465.00;4.60;1.30 +4239;4;5113.50;9.50;1475.50;2.15;1.30 +4239;5;5100.00;9.50;1477.00;2.84;1.30 +4239;6;5111.50;9.50;1478.00;2.30;1.30 +4239;9;5084.30;9.50;1464.00;1.57;1.30 +4239;10;5107.70;9.50;1464.00;-1.57;1.30 +4239;11;5082.40;9.50;1438.40;-0.48;1.30 +4239;12;5106.40;9.50;1456.80;0.96;1.30 +4239;13;5080.80;9.50;1465.60;4.60;1.30 +4239;14;5124.00;9.50;1482.40;2.15;1.30 +4239;15;5102.40;9.50;1484.80;2.84;1.30 +4239;16;5120.80;9.50;1486.40;2.30;1.30 4239;21;5084.30;9.50;1464.00;1.57;1.30 +4240;0;4412.00;9.50;798.00;0.00;1.28 +4240;1;4414.00;9.50;782.50;0.12;1.28 +4240;2;4421.00;9.50;793.50;1.10;1.28 +4240;3;4403.00;9.50;793.50;-1.10;1.28 +4240;4;4404.50;9.50;807.00;3.83;1.28 +4240;5;4428.50;9.50;802.00;1.80;1.28 +4240;6;4426.50;9.50;804.00;1.96;1.28 +4240;7;4419.50;9.50;806.00;2.38;1.28 +4240;8;4423.50;9.50;806.00;2.17;1.28 +4240;9;4400.12;9.50;798.00;1.57;1.28 +4240;10;4423.88;9.50;798.00;-1.57;1.28 +4240;11;4415.20;9.50;773.20;0.12;1.28 +4240;12;4426.40;9.50;790.80;1.10;1.28 +4240;13;4397.60;9.50;790.80;-1.10;1.28 +4240;14;4400.00;9.50;812.40;3.83;1.28 +4240;15;4438.40;9.50;804.40;1.80;1.28 +4240;16;4435.20;9.50;807.60;1.96;1.28 +4240;17;4424.00;9.50;810.80;2.38;1.28 +4240;18;4430.40;9.50;810.80;2.17;1.28 4240;21;4400.12;9.50;798.00;1.57;1.28 +4241;0;4764.00;9.62;760.00;0.00;0.22 +4241;1;4762.00;9.90;759.00;-1.10;0.22 +4241;2;4765.50;9.50;759.50;1.24;0.22 +4241;3;4767.00;9.50;761.50;2.03;0.22 +4241;4;4763.50;9.70;762.00;3.38;0.22 +4241;5;4766.00;9.62;763.00;2.55;0.22 +4241;9;4762.02;9.89;760.00;1.57;0.22 +4241;10;4765.98;9.52;760.00;-1.57;0.22 +4241;19;4769.00;9.50;759.00;1.25;0.22 +4241;20;4770.71;9.50;758.65;1.37;0.22 4241;21;4762.02;9.89;760.00;1.57;0.22 +4242;0;3792.00;10.40;1639.00;0.00;0.40 +4242;1;3792.50;9.90;1635.50;0.14;0.40 +4242;2;3786.50;10.50;1637.00;-1.22;0.40 +4242;3;3800.00;10.05;1639.50;1.63;0.40 +4242;4;3788.50;10.50;1641.50;4.09;0.40 +4242;5;3795.00;10.40;1641.50;2.26;0.40 +4242;9;3786.78;10.50;1639.00;1.57;0.40 +4242;10;3797.22;9.97;1639.00;-1.57;0.40 4242;21;3786.78;10.50;1639.00;1.57;0.40 +4243;0;3941.00;9.50;366.00;0.00;1.14 +4243;1;3947.00;9.50;355.00;0.49;1.14 +4243;2;3934.00;9.50;357.00;-0.66;1.14 +4243;3;3958.00;9.50;358.00;1.13;1.14 +4243;4;3930.00;9.50;369.50;4.40;1.14 +4243;5;3952.50;9.50;366.50;1.61;1.14 +4243;6;3939.00;9.50;378.00;3.30;1.14 +4243;9;3930.74;9.50;366.00;1.57;1.14 +4243;10;3951.26;9.50;366.00;-1.57;1.14 +4243;11;3950.60;9.50;348.40;0.49;1.14 +4243;12;3929.80;9.50;351.60;-0.66;1.14 +4243;13;3968.20;9.50;353.20;1.13;1.14 +4243;14;3923.40;9.50;371.60;4.40;1.14 +4243;15;3959.40;9.50;366.80;1.61;1.14 +4243;16;3937.80;9.50;385.20;3.30;1.14 4243;21;3930.74;9.50;366.00;1.57;1.14 +4244;0;3731.00;9.50;602.00;0.00;0.90 +4244;1;3732.50;9.50;587.00;0.10;0.90 +4244;2;3740.50;9.50;594.50;0.90;0.90 +4244;3;3724.00;9.50;588.50;-0.47;0.90 +4244;4;3721.00;9.50;597.50;-1.14;0.90 +4244;5;3739.50;9.50;612.00;2.43;0.90 +4244;6;3718.00;9.50;606.50;4.37;0.90 +4244;7;3728.00;9.50;615.00;3.36;0.90 +4244;8;3738.00;9.50;622.50;2.81;0.90 +4244;9;3722.90;9.50;602.00;1.57;0.90 +4244;10;3739.10;9.50;602.00;-1.57;0.90 +4244;11;3733.40;9.50;578.00;0.10;0.90 +4244;12;3746.20;9.50;590.00;0.90;0.90 +4244;13;3719.80;9.50;580.40;-0.47;0.90 +4244;14;3715.00;9.50;594.80;-1.14;0.90 +4244;15;3744.60;9.50;618.00;2.43;0.90 +4244;16;3710.20;9.50;609.20;4.37;0.90 +4244;17;3726.20;9.50;622.80;3.36;0.90 +4244;18;3742.20;9.50;634.80;2.81;0.90 4244;21;3722.90;9.50;602.00;1.57;0.90 +4245;0;4182.00;9.90;1016.00;0.00;0.22 +4245;1;4180.00;9.90;1013.50;-0.67;0.22 +4245;2;4182.00;9.90;1012.50;0.00;0.22 +4245;3;4184.00;9.90;1013.50;0.67;0.22 +4245;4;4183.50;9.90;1017.50;2.35;0.22 +4245;5;4180.00;9.90;1018.00;3.92;0.22 +4245;6;4182.00;9.90;1020.00;3.14;0.22 +4245;9;4180.02;9.90;1016.00;1.57;0.22 +4245;10;4183.98;9.90;1016.00;-1.57;0.22 +4245;19;4182.00;9.50;1009.00;0.00;0.22 +4245;20;4182.00;9.50;1007.25;0.00;0.22 4245;21;4180.02;9.90;1016.00;1.57;0.22 +4246;0;4872.00;11.92;1521.00;0.00;0.54 +4246;1;4870.00;11.45;1515.00;-0.32;0.54 +4246;2;4878.00;12.20;1517.50;1.04;0.54 +4246;3;4864.00;11.55;1517.00;-1.10;0.54 +4246;4;4864.50;11.40;1522.50;4.51;0.54 +4246;5;4880.50;11.50;1524.00;1.91;0.54 +4246;6;4873.00;11.20;1526.50;2.96;0.54 +4246;9;4865.16;11.61;1521.00;1.57;0.54 +4246;10;4878.84;11.91;1521.00;-1.57;0.54 4246;21;4865.16;11.61;1521.00;1.57;0.54 +4247;0;5447.00;9.50;340.00;0.00;0.28 +4247;1;5446.00;9.50;343.00;3.46;0.28 +4247;9;5444.48;9.50;340.00;1.57;0.28 +4247;10;5449.52;9.50;340.00;-1.57;0.28 +4247;19;5449.00;9.53;338.00;-2.82;0.28 +4247;20;5450.23;9.53;336.76;0.78;0.28 4247;21;5444.48;9.50;340.00;1.57;0.28 +4248;0;3576.00;9.50;221.00;0.00;0.88 +4248;1;3578.00;9.50;212.50;0.23;0.88 +4248;2;3593.50;9.50;211.50;1.07;0.88 +4248;3;3594.00;9.50;212.50;1.13;0.88 +4248;4;3585.50;9.50;223.00;1.77;0.88 +4248;5;3563.00;9.50;221.50;4.67;0.88 +4248;6;3570.00;9.50;231.00;3.68;0.88 +4248;9;3564.66;9.50;221.00;1.57;0.88 +4248;10;3587.34;9.50;221.00;-1.57;0.88 +4248;11;3579.20;9.50;207.40;0.23;0.88 +4248;12;3604.00;9.50;205.80;1.07;0.88 +4248;13;3604.80;9.50;207.40;1.13;0.88 +4248;14;3591.20;9.50;224.20;1.77;0.88 +4248;15;3555.20;9.50;221.80;4.67;0.88 +4248;16;3566.40;9.50;237.00;3.68;0.88 4248;21;3564.66;9.50;221.00;1.57;0.88 +4249;0;2859.00;9.50;688.00;0.00;0.92 +4249;1;2857.50;9.50;678.50;-0.15;0.92 +4249;2;2868.00;9.50;677.50;0.70;0.92 +4249;3;2872.00;9.50;684.50;1.30;0.92 +4249;4;2847.00;9.50;690.00;4.54;0.92 +4249;5;2867.00;9.50;694.50;2.25;0.92 +4249;6;2853.50;9.50;699.00;3.60;0.92 +4249;9;2848.56;9.50;688.00;1.57;0.92 +4249;10;2869.44;9.50;688.00;-1.57;0.92 +4249;11;2856.60;9.50;672.80;-0.15;0.92 +4249;12;2873.40;9.50;671.20;0.70;0.92 +4249;13;2879.80;9.50;682.40;1.30;0.92 +4249;14;2839.80;9.50;691.20;4.54;0.92 +4249;15;2871.80;9.50;698.40;2.25;0.92 +4249;16;2850.20;9.50;705.60;3.60;0.92 4249;21;2848.56;9.50;688.00;1.57;0.92 +4250;0;3935.00;11.00;1490.00;0.00;0.54 +4250;1;3934.00;10.85;1484.50;-0.18;0.54 +4250;2;3940.00;10.85;1488.00;1.19;0.54 +4250;3;3930.00;10.62;1492.00;4.33;0.54 +4250;4;3935.00;10.75;1495.00;3.14;0.54 +4250;5;3941.50;10.70;1493.50;2.06;0.54 +4250;9;3930.14;10.76;1490.00;1.57;0.54 +4250;10;3939.86;10.80;1490.00;-1.57;0.54 4250;21;3930.14;10.76;1490.00;1.57;0.54 +4251;0;4416.00;10.15;867.00;0.00;0.32 +4251;1;4418.00;9.95;864.00;0.58;0.32 +4251;2;4414.50;10.20;865.00;-0.64;0.32 +4251;3;4420.00;10.12;865.00;1.10;0.32 +4251;4;4417.50;10.00;868.50;2.35;0.32 +4251;5;4413.00;10.30;868.50;4.24;0.32 +4251;6;4415.00;10.25;870.50;3.42;0.32 +4251;9;4413.12;10.28;867.00;1.57;0.32 +4251;10;4418.88;9.88;867.00;-1.57;0.32 4251;21;4413.12;10.28;867.00;1.57;0.32 +4252;0;5290.00;9.50;521.00;0.00;0.32 +4252;1;5290.00;9.50;521.00;0.00;0.32 +4252;9;5285.50;9.50;521.00;1.57;0.32 +4252;10;5294.50;10.25;521.00;-1.57;0.32 +4252;19;5282.00;9.63;529.00;-1.57;0.32 +4252;20;5280.76;9.63;530.23;3.92;0.32 4252;21;5285.50;9.50;521.00;1.57;0.32 +4253;0;2638.00;9.50;295.00;0.00;0.96 +4253;1;2628.50;9.50;287.00;-0.87;0.96 +4253;2;2641.00;9.50;284.50;0.27;0.96 +4253;3;2650.00;9.50;296.00;1.65;0.96 +4253;4;2625.00;9.50;297.50;4.52;0.96 +4253;5;2636.00;9.50;305.00;3.33;0.96 +4253;9;2627.74;9.50;295.00;1.57;0.96 +4253;10;2648.26;9.50;295.00;-1.57;0.96 +4253;11;2622.80;9.50;282.20;-0.87;0.96 +4253;12;2642.80;9.50;278.20;0.27;0.96 +4253;13;2657.20;9.50;296.60;1.65;0.96 +4253;14;2617.20;9.50;299.00;4.52;0.96 +4253;15;2634.80;9.50;311.00;3.33;0.96 4253;21;2627.74;9.50;295.00;1.57;0.96 +4254;0;3694.00;9.97;1492.00;0.00;0.40 +4254;1;3697.00;9.85;1488.50;0.70;0.40 +4254;2;3691.50;10.05;1490.00;-0.89;0.40 +4254;3;3697.00;9.92;1494.00;2.15;0.40 +4254;4;3689.00;9.87;1494.00;4.33;0.40 +4254;5;3692.00;9.95;1495.50;3.66;0.40 +4254;9;3690.04;9.92;1492.00;1.57;0.40 +4254;10;3697.96;10.00;1492.00;-1.57;0.40 4254;21;3690.04;9.92;1492.00;1.57;0.40 +4255;0;4503.00;11.67;886.00;0.00;0.18 +4255;1;4503.50;11.50;883.50;0.19;0.18 +4255;2;4501.00;12.75;886.00;4.71;0.18 +4255;3;4504.50;10.60;886.00;1.57;0.18 +4255;4;4502.50;11.50;887.50;3.46;0.18 +4255;9;4501.20;12.67;886.00;1.57;0.18 +4255;10;4504.80;10.42;886.00;-1.57;0.18 +4255;19;4507.00;9.68;884.00;1.57;0.18 +4255;20;4508.56;9.68;883.21;1.10;0.18 4255;21;4501.20;12.67;886.00;1.57;0.18 +4256;0;4499.00;11.07;1199.00;0.00;0.32 +4256;1;4499.50;11.55;1196.00;0.16;0.32 +4256;2;4502.50;11.65;1198.00;1.29;0.32 +4256;3;4495.50;11.20;1197.00;-1.05;0.32 +4256;4;4494.50;11.30;1200.00;4.49;0.32 +4256;5;4503.00;11.52;1202.00;2.21;0.32 +4256;6;4498.50;11.60;1202.50;3.28;0.32 +4256;9;4495.40;11.16;1199.00;1.57;0.32 +4256;10;4502.60;11.50;1199.00;-1.57;0.32 4256;21;4495.40;11.16;1199.00;1.57;0.32 +4257;0;2404.00;9.50;1020.00;0.00;1.30 +4257;1;2408.00;9.50;1004.50;0.25;1.30 +4257;2;2418.50;9.50;1012.50;1.09;1.30 +4257;3;2393.00;9.50;1009.00;-0.78;1.30 +4257;4;2392.00;9.50;1026.50;4.21;1.30 +4257;5;2403.50;9.50;1034.00;3.17;1.30 +4257;6;2390.50;9.50;1044.00;3.65;1.30 +4257;9;2392.30;9.50;1020.00;1.57;1.30 +4257;10;2415.70;9.50;1020.00;-1.57;1.30 +4257;11;2410.40;9.50;995.20;0.25;1.30 +4257;12;2427.20;9.50;1008.00;1.09;1.30 +4257;13;2386.40;9.50;1002.40;-0.78;1.30 +4257;14;2384.80;9.50;1030.40;4.21;1.30 +4257;15;2403.20;9.50;1042.40;3.17;1.30 +4257;16;2382.40;9.50;1058.40;3.65;1.30 4257;21;2392.30;9.50;1020.00;1.57;1.30 +4258;0;2077.00;9.50;1627.00;0.00;1.60 +4258;1;2082.50;9.50;1606.50;0.26;1.60 +4258;2;2095.00;9.50;1611.00;0.84;1.60 +4258;3;2062.50;9.50;1635.00;4.20;1.60 +4258;4;2089.00;9.50;1629.00;1.73;1.60 +4258;5;2077.00;9.50;1644.50;3.14;1.60 +4258;6;2063.00;9.50;1654.00;3.62;1.60 +4258;9;2062.60;9.50;1627.00;1.57;1.60 +4258;10;2091.40;9.50;1627.00;-1.57;1.60 +4258;11;2085.80;9.50;1594.20;0.26;1.60 +4258;12;2105.80;9.50;1601.40;0.84;1.60 +4258;13;2053.80;9.50;1639.80;4.20;1.60 +4258;14;2096.20;9.50;1630.20;1.73;1.60 +4258;15;2077.00;9.50;1655.00;3.14;1.60 +4258;16;2054.60;9.50;1670.20;3.62;1.60 4258;21;2062.60;9.50;1627.00;1.57;1.60 +4259;0;1513.00;9.50;704.00;0.00;1.04 +4259;1;1523.00;9.50;687.50;0.54;1.04 +4259;2;1515.00;9.50;689.00;0.13;1.04 +4259;3;1523.00;9.50;703.50;1.52;1.04 +4259;4;1505.50;9.50;695.50;-0.72;1.04 +4259;5;1501.50;9.50;709.00;4.30;1.04 +4259;6;1513.00;9.50;718.50;3.14;1.04 +4259;9;1503.64;9.50;704.00;1.57;1.04 +4259;10;1522.36;9.50;704.00;-1.57;1.04 +4259;11;1529.00;9.50;677.60;0.54;1.04 +4259;12;1516.20;9.50;680.00;0.13;1.04 +4259;13;1529.00;9.50;703.20;1.52;1.04 +4259;14;1501.00;9.50;690.40;-0.72;1.04 +4259;15;1494.60;9.50;712.00;4.30;1.04 +4259;16;1513.00;9.50;727.20;3.14;1.04 4259;21;1503.64;9.50;704.00;1.57;1.04 +4260;0;4455.00;10.32;927.00;0.00;0.26 +4260;1;4452.00;10.15;925.50;-1.10;0.26 +4260;2;4456.50;10.50;925.50;0.78;0.26 +4260;3;4453.50;10.30;929.00;3.78;0.26 +4260;4;4457.50;10.60;928.50;2.11;0.26 +4260;5;4456.50;10.65;930.00;2.67;0.26 +4260;9;4452.30;10.18;927.00;1.57;0.26 +4260;10;4457.70;10.56;927.00;-1.57;0.26 4260;21;4452.30;10.18;927.00;1.57;0.26 +4261;0;3708.00;10.00;1544.00;0.00;0.38 +4261;1;3708.00;9.80;1541.00;0.00;0.38 +4261;2;3703.00;10.00;1541.00;-1.03;0.38 +4261;3;3713.00;9.80;1542.50;1.27;0.38 +4261;4;3701.50;10.70;1543.50;-1.49;0.38 +4261;5;3713.00;9.85;1546.50;2.03;0.38 +4261;6;3708.50;10.45;1547.00;2.97;0.38 +4261;9;3703.50;10.45;1544.00;1.57;0.38 +4261;10;3712.50;9.80;1544.00;-1.57;0.38 4261;21;3703.50;10.45;1544.00;1.57;0.38 +4262;0;4697.00;12.90;665.00;0.00;0.24 +4262;1;4698.00;10.35;661.50;0.27;0.24 +4262;2;4695.50;11.30;663.50;-0.78;0.24 +4262;3;4699.50;12.30;664.00;1.19;0.24 +4262;4;4696.00;11.40;667.50;3.52;0.24 +4262;9;4694.84;11.62;665.00;1.57;0.24 +4262;10;4699.16;13.05;665.00;-1.57;0.24 +4262;19;4694.00;9.53;672.00;-2.76;0.24 +4262;20;4693.31;9.53;673.60;3.54;0.24 4262;21;4694.84;11.62;665.00;1.57;0.24 +4263;0;592.00;9.50;177.00;0.00;1.00 +4263;1;592.00;9.50;163.50;0.00;1.00 +4263;2;602.50;9.50;172.00;1.12;1.00 +4263;3;581.00;9.50;178.50;4.57;1.00 +4263;4;593.50;9.50;188.50;3.01;1.00 +4263;5;603.50;9.50;185.50;2.20;1.00 +4263;6;581.00;9.50;189.50;3.86;1.00 +4263;9;583.00;9.50;177.00;1.57;1.00 +4263;10;601.00;9.50;177.00;-1.57;1.00 +4263;11;592.00;9.50;155.40;0.00;1.00 +4263;12;608.80;9.50;169.00;1.12;1.00 +4263;13;574.40;9.50;179.40;4.57;1.00 +4263;14;594.40;9.50;195.40;3.01;1.00 +4263;15;610.40;9.50;190.60;2.20;1.00 +4263;16;574.40;9.50;197.00;3.86;1.00 4263;21;583.00;9.50;177.00;1.57;1.00 +4264;0;122.00;9.50;815.00;0.00;0.92 +4264;1;111.00;9.50;804.00;-0.78;0.92 +4264;2;133.00;9.50;806.00;0.88;0.92 +4264;3;105.00;9.50;815.50;4.68;0.92 +4264;4;139.50;9.50;817.50;1.71;0.92 +4264;5;112.50;9.50;827.00;3.81;0.92 +4264;6;125.00;9.50;827.00;2.89;0.92 +4264;7;136.50;9.50;827.00;2.26;0.92 +4264;9;106.34;9.50;815.00;1.57;0.92 +4264;10;137.66;9.50;815.00;-1.57;0.92 +4264;11;104.40;9.50;797.40;-0.78;0.92 +4264;12;139.60;9.50;800.60;0.88;0.92 +4264;13;94.80;9.50;815.80;4.68;0.92 +4264;14;150.00;9.50;819.00;1.71;0.92 +4264;15;106.80;9.50;834.20;3.81;0.92 +4264;16;126.80;9.50;834.20;2.89;0.92 +4264;17;145.20;9.50;834.20;2.26;0.92 4264;21;106.34;9.50;815.00;1.57;0.92 +4265;0;3705.00;12.62;1605.00;0.00;0.38 +4265;1;3703.50;11.25;1601.00;-0.35;0.38 +4265;2;3707.50;13.00;1601.50;0.62;0.38 +4265;3;3701.00;12.47;1605.00;4.71;0.38 +4265;4;3708.50;13.80;1606.50;1.97;0.38 +4265;5;3703.00;13.50;1609.50;3.56;0.38 +4265;6;3707.50;14.80;1609.50;2.63;0.38 +4265;9;3701.58;12.55;1605.00;1.57;0.38 +4265;10;3708.42;13.35;1605.00;-1.57;0.38 4265;21;3701.58;12.55;1605.00;1.57;0.38 +4266;0;4752.00;10.22;745.00;0.00;0.24 +4266;1;4751.50;9.85;743.00;-0.24;0.24 +4266;2;4754.00;10.55;745.50;1.81;0.24 +4266;3;4750.50;10.50;746.50;3.92;0.24 +4266;4;4753.50;10.45;748.00;2.67;0.24 +4266;9;4749.12;9.99;745.00;1.57;0.24 +4266;10;4754.88;10.48;745.00;-1.57;0.24 +4266;19;4748.00;9.50;744.00;-0.24;0.24 +4266;20;4746.30;9.50;743.57;-1.32;0.24 4266;21;4749.12;9.99;745.00;1.57;0.24 +4267;0;883.00;9.50;1097.00;0.00;1.38 +4267;1;883.00;9.50;1084.00;0.00;1.38 +4267;2;870.50;9.50;1091.50;-1.15;1.38 +4267;3;897.50;9.50;1091.50;1.20;1.38 +4267;4;896.00;9.50;1103.50;2.03;1.38 +4267;5;878.50;9.50;1108.50;3.51;1.38 +4267;9;870.58;9.50;1097.00;1.57;1.38 +4267;10;895.42;9.50;1097.00;-1.57;1.38 +4267;11;883.00;9.50;1076.20;0.00;1.38 +4267;12;863.00;9.50;1088.20;-1.15;1.38 +4267;13;906.20;9.50;1088.20;1.20;1.38 +4267;14;903.80;9.50;1107.40;2.03;1.38 +4267;15;875.80;9.50;1115.40;3.51;1.38 4267;21;870.58;9.50;1097.00;1.57;1.38 +4268;0;5408.00;9.60;290.00;0.00;0.24 +4268;1;5407.50;9.50;290.00;4.71;0.24 +4268;2;5405.50;9.70;291.50;4.17;0.24 +4268;9;5404.40;9.50;290.00;1.57;0.24 +4268;10;5411.60;9.53;290.00;-1.57;0.24 +4268;19;5410.00;9.68;292.00;-1.57;0.24 +4268;20;5411.23;9.68;293.23;2.35;0.24 4268;21;5404.40;9.50;290.00;1.57;0.24 +4269;0;4756.00;9.60;813.00;0.00;0.18 +4269;1;4756.00;9.60;813.00;0.00;0.18 +4269;2;4755.00;9.67;817.00;3.38;0.18 +4269;3;4758.50;9.50;809.50;0.62;0.18 +4269;9;4754.38;9.50;813.00;1.57;0.18 +4269;10;4757.62;9.50;813.00;-1.57;0.18 +4269;19;4756.00;9.50;809.00;-1.57;0.18 +4269;20;4756.00;9.50;807.25;0.00;0.18 4269;21;4754.38;9.50;813.00;1.57;0.18 +4270;0;1640.00;9.85;1643.00;0.00;0.30 +4270;1;1640.00;10.22;1640.00;0.00;0.30 +4270;2;1636.50;10.40;1641.00;-1.05;0.30 +4270;3;1644.50;10.00;1642.50;1.46;0.30 +4270;4;1636.50;9.95;1644.00;4.43;0.30 +4270;5;1642.00;9.75;1645.00;2.35;0.30 +4270;6;1638.00;9.70;1647.00;3.60;0.30 +4270;9;1636.58;10.19;1643.00;1.57;0.30 +4270;10;1643.42;9.94;1643.00;-1.57;0.30 4270;21;1636.58;10.19;1643.00;1.57;0.30 +4271;0;1075.00;9.50;935.00;0.00;1.04 +4271;1;1077.00;9.50;924.00;0.18;1.04 +4271;2;1093.00;9.50;930.00;1.30;1.04 +4271;3;1061.00;9.50;926.00;-0.99;1.04 +4271;4;1059.00;9.50;937.50;4.55;1.04 +4271;5;1089.00;9.50;940.00;1.91;1.04 +4271;6;1071.50;9.50;946.50;3.43;1.04 +4271;9;1062.04;9.50;935.00;1.57;1.04 +4271;10;1087.96;9.50;935.00;-1.57;1.04 +4271;11;1078.20;9.50;917.40;0.18;1.04 +4271;12;1103.80;9.50;927.00;1.30;1.04 +4271;13;1052.60;9.50;920.60;-0.99;1.04 +4271;14;1049.40;9.50;939.00;4.55;1.04 +4271;15;1097.40;9.50;943.00;1.91;1.04 +4271;16;1069.40;9.50;953.40;3.43;1.04 4271;21;1062.04;9.50;935.00;1.57;1.04 +4272;0;1084.00;9.52;2029.00;0.00;0.14 +4272;1;1084.50;9.60;2028.50;0.78;0.14 +4272;2;1093.00;9.60;2028.50;1.51;0.14 +4272;9;1077.52;9.50;2029.00;1.57;0.14 +4272;10;1090.48;9.60;2029.00;-1.57;0.14 4272;21;1077.52;9.50;2029.00;1.57;0.14 +4273;0;4603.00;11.27;518.00;0.00;0.38 +4273;1;4600.50;9.50;515.50;-0.78;0.38 +4273;2;4605.00;10.30;514.50;0.51;0.38 +4273;3;4603.00;11.20;518.50;3.14;0.38 +4273;4;4605.21;13.00;516.44;2.96;0.38 +4273;5;4606.01;9.50;539.50;3.09;0.38 +4273;6;4595.59;9.80;518.53;4.71;0.38 +4273;7;4609.32;11.20;515.90;1.24;0.38 +4273;9;4599.58;9.70;518.00;1.57;0.38 +4273;10;4606.42;12.27;518.00;-1.57;0.38 +4273;19;4603.00;9.50;514.00;-0.79;0.38 +4273;20;4603.00;9.50;512.25;0.00;0.38 4273;21;4599.58;9.70;518.00;1.57;0.38 +4274;0;904.00;13.22;1616.00;0.00;0.36 +4274;1;904.00;13.15;1612.50;0.00;0.36 +4274;2;908.00;14.25;1613.00;0.92;0.36 +4274;3;899.00;12.10;1614.50;-1.27;0.36 +4274;4;908.00;13.45;1616.50;1.69;0.36 +4274;5;901.00;12.50;1618.00;4.12;0.36 +4274;6;905.00;13.55;1619.50;2.86;0.36 +4274;9;900.58;12.36;1616.00;1.57;0.36 +4274;10;907.42;13.61;1616.00;-1.57;0.36 4274;21;900.58;12.36;1616.00;1.57;0.36 +4275;0;4349.00;9.55;834.00;0.00;0.40 +4275;1;4352.50;10.00;831.50;0.95;0.40 +4275;2;4350.00;9.75;830.50;0.27;0.40 +4275;3;4342.61;9.50;834.22;-1.32;0.40 +4275;4;4351.00;9.80;836.00;2.35;0.40 +4275;5;4347.00;9.65;836.50;3.81;0.40 +4275;6;4348.50;9.70;839.00;3.24;0.40 +4275;9;4345.40;9.50;834.00;1.57;0.40 +4275;10;4352.60;9.95;834.00;-1.57;0.40 +4275;19;4347.00;9.50;842.00;-2.47;0.40 +4275;20;4346.57;9.50;843.69;3.38;0.40 4275;21;4345.40;9.50;834.00;1.57;0.40 +4276;0;4445.00;10.20;585.00;0.00;0.26 +4276;1;4443.50;9.70;582.50;-0.54;0.26 +4276;2;4446.50;10.05;583.00;0.64;0.26 +4276;3;4448.00;10.30;586.00;1.89;0.26 +4276;4;4441.50;9.90;586.00;4.43;0.26 +4276;5;4443.50;10.20;587.50;3.68;0.26 +4276;6;4445.50;10.30;588.00;2.97;0.26 +4276;9;4442.66;10.06;585.00;1.57;0.26 +4276;10;4447.34;10.29;585.00;-1.57;0.26 4276;21;4442.66;10.06;585.00;1.57;0.26 +4277;0;3858.00;10.20;1502.00;0.00;0.52 +4277;1;3860.50;10.30;1497.00;0.46;0.52 +4277;2;3853.50;10.20;1498.00;-0.84;0.52 +4277;3;3864.00;10.30;1501.50;1.48;0.52 +4277;4;3850.50;10.30;1502.50;4.64;0.52 +4277;5;3854.50;10.40;1505.50;3.92;0.52 +4277;6;3861.00;10.30;1506.50;2.55;0.52 +4277;7;3856.50;10.40;1508.50;3.36;0.52 +4277;9;3852.60;10.30;1502.00;1.57;0.52 +4277;10;3863.40;10.30;1502.00;-1.57;0.52 4277;21;3852.60;10.30;1502.00;1.57;0.52 +4278;0;3984.00;11.00;888.00;0.00;0.38 +4278;1;3983.00;11.05;883.50;-0.21;0.38 +4278;2;3985.00;11.00;886.50;0.58;0.38 +4278;3;3981.00;11.00;886.50;-1.10;0.38 +4278;4;3983.50;11.00;890.50;3.33;0.38 +4278;5;3989.00;10.95;889.50;1.86;0.38 +4278;6;3988.00;10.90;890.50;2.12;0.38 +4278;9;3980.40;11.00;888.00;1.57;0.38 +4278;10;3987.60;10.90;888.00;-1.57;0.38 4278;21;3980.40;11.00;888.00;1.57;0.38 +4279;0;4512.00;9.75;651.00;0.00;0.34 +4279;1;4514.00;10.20;646.00;0.38;0.34 +4279;2;4511.00;9.70;647.50;-0.27;0.34 +4279;3;4515.00;10.15;651.00;1.57;0.34 +4279;4;4509.50;9.70;651.50;4.51;0.34 +4279;5;4508.50;9.70;655.00;3.86;0.34 +4279;6;4511.50;9.70;655.50;3.25;0.34 +4279;9;4508.94;9.59;651.00;1.57;0.34 +4279;10;4515.06;10.16;651.00;-1.57;0.34 +4279;19;4507.00;9.50;660.00;-2.42;0.34 +4279;20;4506.15;9.50;661.53;3.64;0.34 4279;21;4508.94;9.59;651.00;1.57;0.34 +4280;0;4062.00;9.75;928.00;0.00;0.32 +4280;1;4062.50;9.80;924.50;0.14;0.32 +4280;2;4058.50;9.70;926.50;-1.16;0.32 +4280;3;4066.00;9.80;927.00;1.32;0.32 +4280;4;4065.00;9.85;930.00;2.15;0.32 +4280;5;4061.00;9.70;931.00;3.46;0.32 +4280;9;4059.12;9.70;928.00;1.57;0.32 +4280;10;4064.88;9.80;928.00;-1.57;0.32 4280;21;4059.12;9.70;928.00;1.57;0.32 +4281;0;3890.00;10.00;1542.00;0.00;0.48 +4281;1;3886.50;10.00;1536.50;-0.56;0.48 +4281;2;3891.50;9.90;1537.50;0.32;0.48 +4281;3;3886.00;10.10;1543.00;4.46;0.48 +4281;4;3896.50;10.00;1541.00;1.41;0.48 +4281;5;3891.50;10.10;1545.50;2.73;0.48 +4281;6;3886.00;10.10;1548.50;3.69;0.48 +4281;9;3885.68;10.09;1542.00;1.57;0.48 +4281;10;3894.32;10.00;1542.00;-1.57;0.48 4281;21;3885.68;10.09;1542.00;1.57;0.48 +4282;0;4629.00;9.82;751.00;0.00;0.30 +4282;1;4629.00;10.95;748.00;0.00;0.30 +4282;2;4626.50;10.25;748.00;-0.69;0.30 +4282;3;4631.00;10.10;750.50;1.32;0.30 +4282;4;4634.05;9.80;755.40;2.97;0.30 +4282;9;4626.30;9.68;751.00;1.57;0.30 +4282;10;4631.70;9.97;751.00;-1.57;0.30 +4282;19;4625.00;9.68;749.00;-3.31;0.30 +4282;20;4623.43;9.68;748.21;-1.10;0.30 4282;21;4626.30;9.68;751.00;1.57;0.30 +4283;0;3655.00;10.40;1590.00;0.00;0.30 +4283;1;3654.00;10.50;1587.50;-0.38;0.30 +4283;2;3658.50;10.50;1589.00;1.29;0.30 +4283;3;3650.50;10.15;1589.00;-1.35;0.30 +4283;4;3652.00;10.00;1591.50;4.24;0.30 +4283;5;3661.00;10.30;1591.00;1.73;0.30 +4283;6;3657.00;10.20;1592.50;2.46;0.30 +4283;9;3650.68;10.05;1590.00;1.57;0.30 +4283;10;3659.32;10.50;1590.00;-1.57;0.30 4283;21;3650.68;10.05;1590.00;1.57;0.30 +4284;0;4447.00;9.90;801.00;0.00;0.20 +4284;1;4446.00;9.85;798.00;-0.32;0.20 +4284;2;4448.00;9.90;799.50;0.58;0.20 +4284;3;4444.50;9.90;800.50;-1.37;0.20 +4284;4;4448.50;9.90;802.50;2.35;0.20 +4284;5;4446.00;9.90;803.50;3.52;0.20 +4284;6;4447.00;9.90;804.50;3.14;0.20 +4284;9;4445.20;9.90;801.00;1.57;0.20 +4284;10;4448.80;9.87;801.00;-1.57;0.20 +4284;19;4444.00;9.60;803.00;-1.37;0.20 +4284;20;4442.54;9.60;803.97;4.12;0.20 4284;21;4445.20;9.90;801.00;1.57;0.20 +4285;0;1783.23;9.80;1654.36;0.00;0.44 +4285;1;1781.50;9.70;1649.00;0.16;0.44 +4285;2;1777.50;9.65;1651.00;-1.29;0.44 +4285;3;1785.00;9.90;1654.50;2.12;0.44 +4285;4;1779.50;9.80;1656.00;3.50;0.44 +4285;9;1777.04;9.70;1652.00;1.57;0.44 +4285;10;1784.96;9.75;1652.00;-1.57;0.44 +4285;19;1777.84;9.40;1644.23;-0.03;0.44 +4285;20;1777.19;9.40;1642.61;-0.38;0.44 4285;21;1778.30;10.00;1647.50;-1.57;0.44 +4286;0;5588.00;9.70;362.00;0.00;0.32 +4286;1;5588.50;9.70;362.00;1.57;0.32 +4286;2;5586.00;9.85;362.50;4.46;0.32 +4286;3;5592.00;9.52;367.00;2.46;0.32 +4286;9;5583.86;10.71;362.00;1.57;0.32 +4286;10;5592.14;9.70;362.00;-1.57;0.32 +4286;19;5584.00;9.50;356.00;1.57;0.32 +4286;20;5583.03;9.50;354.54;-0.58;0.32 4286;21;5590.52;9.50;358.39;1.57;0.32 +4287;0;1739.00;10.70;1673.00;0.00;0.34 +4287;1;1739.50;10.70;1667.50;0.09;0.34 +4287;2;1735.50;10.75;1669.00;-0.71;0.34 +4287;3;1743.00;10.72;1670.00;0.92;0.34 +4287;4;1736.00;10.70;1674.00;4.39;0.34 +4287;5;1743.50;10.70;1673.50;1.68;0.34 +4287;6;1739.00;10.60;1677.50;3.14;0.34 +4287;9;1735.94;10.72;1673.00;1.57;0.34 +4287;10;1742.06;10.70;1673.00;-1.57;0.34 4287;21;1735.94;10.72;1673.00;1.57;0.34 +4288;0;4692.00;10.32;860.00;0.00;0.32 +4288;1;4694.00;10.62;858.00;0.78;0.32 +4288;2;4693.50;10.60;860.50;1.89;0.32 +4288;3;4687.00;9.75;863.50;4.10;0.32 +4288;4;4692.00;9.97;863.00;3.14;0.32 +4288;9;4688.04;9.50;860.00;1.57;0.32 +4288;10;4695.96;10.62;860.00;-1.57;0.32 +4288;19;4682.00;9.50;869.00;-2.18;0.32 +4288;20;4680.69;9.50;870.17;3.98;0.32 4288;21;4688.04;9.50;860.00;1.57;0.32 +4289;0;5097.00;9.87;510.00;0.00;0.22 +4289;1;5095.50;9.70;509.00;-0.98;0.22 +4289;2;5098.50;9.70;507.50;0.54;0.22 +4289;3;5098.50;10.20;509.50;1.24;0.22 +4289;4;5098.50;11.00;512.00;2.49;0.22 +4289;5;5095.50;9.90;512.50;3.68;0.22 +4289;6;5097.50;10.80;513.00;2.97;0.22 +4289;9;5095.02;9.60;510.00;1.57;0.22 +4289;10;5098.98;10.61;510.00;-1.57;0.22 +4289;19;5094.00;9.50;510.00;-0.98;0.22 +4289;20;5092.25;9.50;510.00;4.71;0.22 4289;21;5095.02;9.60;510.00;1.57;0.22 +4290;0;4957.00;10.12;1542.00;0.00;0.60 +4290;1;4954.50;9.80;1535.00;-0.34;0.60 +4290;2;4950.50;9.80;1535.50;-0.78;0.60 +4290;3;4958.50;9.90;1536.50;0.26;0.60 +4290;4;4949.50;9.90;1541.00;-1.43;0.60 +4290;5;4964.00;10.20;1540.50;1.36;0.60 +4290;6;4964.50;10.50;1546.50;2.11;0.60 +4290;7;4955.50;10.00;1547.00;3.43;0.60 +4290;8;4961.50;10.90;1549.50;2.60;0.60 +4290;9;4949.98;9.87;1542.00;1.57;0.60 +4290;10;4964.02;10.20;1542.00;-1.57;0.60 4290;21;4949.98;9.87;1542.00;1.57;0.60 +4291;0;3967.00;14.45;901.00;0.00;0.32 +4291;1;3968.50;15.70;896.50;0.32;0.32 +4291;2;3965.00;12.85;899.00;-0.78;0.32 +4291;3;3970.00;15.30;899.00;0.98;0.32 +4291;4;3968.50;13.60;903.50;2.60;0.32 +4291;5;3964.50;13.45;904.00;3.83;0.32 +4291;9;3964.12;13.33;901.00;1.57;0.32 +4291;10;3969.88;14.98;901.00;-1.57;0.32 4291;21;3964.12;13.33;901.00;1.57;0.32 +4292;0;5276.00;10.50;499.00;0.00;0.20 +4292;1;5275.00;10.47;496.00;-0.32;0.20 +4292;2;5278.00;10.50;497.00;0.78;0.20 +4292;3;5273.50;10.40;498.00;-1.19;0.20 +4292;4;5276.00;10.50;501.50;3.14;0.20 +4292;9;5274.20;10.47;499.00;1.57;0.20 +4292;10;5277.80;10.50;499.00;-1.57;0.20 +4292;19;5273.69;9.50;506.24;-4.04;0.20 +4292;20;5272.57;9.60;507.25;4.18;0.20 4292;21;5277.80;10.50;499.00;-1.57;0.20 +4293;0;4324.00;10.22;935.00;0.00;0.24 +4293;1;4324.00;9.95;932.50;0.00;0.24 +4293;2;4321.50;9.90;933.50;-1.03;0.24 +4293;3;4326.00;10.20;934.50;1.32;0.24 +4293;4;4321.00;10.20;936.50;4.24;0.24 +4293;5;4327.00;10.35;937.50;2.26;0.24 +4293;6;4324.00;10.30;937.50;3.14;0.24 +4293;7;4326.00;10.35;938.50;2.62;0.24 +4293;9;4321.84;10.08;935.00;1.57;0.24 +4293;10;4326.16;10.20;935.00;-1.57;0.24 4293;21;4321.84;10.08;935.00;1.57;0.24 +4294;0;3689.00;9.95;1529.00;0.00;0.48 +4294;1;3689.00;9.90;1524.00;0.00;0.48 +4294;2;3684.50;9.95;1526.00;-0.98;0.48 +4294;3;3693.50;10.00;1528.50;1.46;0.48 +4294;4;3685.00;10.00;1531.50;4.15;0.48 +4294;5;3693.50;10.00;1533.50;2.35;0.48 +4294;6;3690.50;10.35;1535.00;2.89;0.48 +4294;7;3688.50;10.25;1535.00;3.22;0.48 +4294;9;3684.68;9.90;1529.00;1.57;0.48 +4294;10;3693.32;9.98;1529.00;-1.57;0.48 4294;21;3684.68;9.90;1529.00;1.57;0.48 +4295;0;4465.00;14.37;1197.00;0.00;0.38 +4295;1;4468.50;13.90;1193.00;0.71;0.38 +4295;2;4464.50;13.90;1193.50;-0.14;0.38 +4295;3;4471.50;13.80;1194.50;1.20;0.38 +4295;4;4460.50;14.40;1198.00;4.49;0.38 +4295;5;4468.00;14.10;1197.00;1.57;0.38 +4295;6;4463.50;13.75;1201.00;3.50;0.38 +4295;7;4467.00;13.00;1201.50;2.72;0.38 +4295;9;4460.86;14.41;1197.00;1.57;0.38 +4295;10;4469.14;14.05;1197.00;-1.57;0.38 4295;21;4460.86;14.41;1197.00;1.57;0.38 +4296;0;880.00;13.15;1693.00;0.00;0.38 +4296;1;879.00;12.75;1688.50;-0.21;0.38 +4296;2;877.00;12.92;1693.00;4.71;0.38 +4296;3;882.00;12.02;1689.00;0.46;0.38 +4296;4;882.00;12.85;1694.50;2.21;0.38 +4296;9;876.40;12.83;1693.00;1.57;0.38 +4296;10;883.60;12.28;1693.00;-1.57;0.38 +4296;19;888.00;9.63;1700.00;-4.07;0.38 +4296;20;889.31;9.63;1701.15;2.29;0.38 4296;21;876.40;12.83;1693.00;1.57;0.38 +4297;0;4386.00;11.05;743.00;0.00;0.22 +4297;1;4384.50;10.60;740.00;-0.46;0.22 +4297;2;4387.00;10.97;741.00;0.46;0.22 +4297;3;4384.00;10.90;742.50;-1.32;0.22 +4297;4;4388.50;10.85;744.00;1.95;0.22 +4297;5;4385.00;11.10;745.50;3.52;0.22 +4297;9;4384.02;10.97;743.00;1.57;0.22 +4297;10;4387.98;10.97;743.00;-1.57;0.22 4297;21;4384.02;10.97;743.00;1.57;0.22 +4298;0;3646.00;9.95;1791.00;0.00;0.80 +4298;1;3642.50;9.90;1784.00;-0.46;0.80 +4298;2;3651.00;9.85;1782.00;0.50;0.80 +4298;3;3654.50;9.90;1784.00;0.88;0.80 +4298;4;3636.50;9.90;1786.00;-1.08;0.80 +4298;5;3653.50;9.90;1793.50;1.89;0.80 +4298;6;3635.50;9.90;1789.50;-1.42;0.80 +4298;7;3641.50;9.80;1796.50;3.82;0.80 +4298;8;3650.00;9.82;1801.00;2.76;0.80 +4298;9;3638.80;9.95;1791.00;1.57;0.80 +4298;10;3653.20;9.90;1791.00;-1.57;0.80 4298;21;3638.80;9.95;1791.00;1.57;0.80 +4299;0;4073.00;10.20;1095.00;0.00;0.36 +4299;1;4073.50;9.90;1090.50;0.11;0.36 +4299;2;4076.00;10.10;1091.50;0.70;0.36 +4299;3;4069.50;9.95;1094.00;-1.29;0.36 +4299;4;4076.00;10.45;1096.50;2.03;0.36 +4299;5;4070.50;10.25;1099.00;3.70;0.36 +4299;6;4074.00;10.55;1100.00;2.94;0.36 +4299;9;4069.76;10.00;1095.00;1.57;0.36 +4299;10;4076.24;10.28;1095.00;-1.57;0.36 4299;21;4069.76;10.00;1095.00;1.57;0.36 +4300;0;3776.00;10.45;1443.00;0.00;0.38 +4300;1;3774.00;11.30;1439.50;-0.51;0.38 +4300;2;3780.50;9.90;1442.50;1.46;0.38 +4300;3;3770.50;11.05;1443.00;4.71;0.38 +4300;4;3777.50;10.00;1447.00;2.78;0.38 +4300;5;3781.00;9.80;1447.50;2.30;0.38 +4300;9;3771.14;11.05;1443.00;1.57;0.38 +4300;10;3780.86;9.83;1443.00;-1.57;0.38 4300;21;3771.14;11.05;1443.00;1.57;0.38 +4301;0;4698.00;10.37;511.00;0.00;0.18 +4301;1;4698.00;9.60;509.00;0.00;0.18 +4301;2;4696.00;10.80;511.50;4.46;0.18 +4301;3;4701.00;9.62;511.00;1.57;0.18 +4301;4;4699.00;10.45;512.50;2.55;0.18 +4301;9;4695.66;10.50;511.00;1.57;0.18 +4301;10;4700.34;9.74;511.00;-1.57;0.18 +4301;19;4700.00;9.50;508.00;0.00;0.18 +4301;20;4700.97;9.50;506.54;0.58;0.18 4301;21;4695.66;10.50;511.00;1.57;0.18 +4302;0;4432.00;10.22;863.00;0.00;0.32 +4302;1;2215.50;9.50;431.00;-1.37;0.32 +4302;2;4434.50;10.00;860.50;0.78;0.32 +4302;3;4428.50;9.80;862.00;-1.29;0.32 +4302;4;4428.00;10.07;863.00;4.71;0.32 +4302;5;4434.50;10.10;865.00;2.24;0.32 +4302;6;4430.50;10.20;865.50;3.68;0.32 +4302;9;4429.12;10.13;863.00;1.57;0.32 +4302;10;4434.88;10.11;863.00;-1.57;0.32 4302;21;4429.12;10.13;863.00;1.57;0.32 +4303;0;3750.00;9.70;1459.00;0.00;0.44 +4303;1;3749.50;9.70;1454.00;-0.10;0.44 +4303;2;3744.50;9.80;1455.50;-1.00;0.44 +4303;3;3754.50;9.80;1457.50;1.24;0.44 +4303;4;3745.50;10.20;1460.50;4.39;0.44 +4303;5;3755.00;9.70;1462.50;2.18;0.44 +4303;6;3750.50;9.85;1464.00;3.04;0.44 +4303;9;3745.50;9.95;1459.00;1.57;0.44 +4303;10;3754.50;9.70;1459.00;-1.57;0.44 4303;21;3745.50;9.95;1459.00;1.57;0.44 +4304;0;5146.00;9.65;561.00;0.00;0.24 +4304;1;5145.00;9.75;559.00;-0.46;0.24 +4304;2;5148.00;10.07;559.00;0.78;0.24 +4304;3;5149.00;9.70;560.00;1.24;0.24 +4304;4;5143.00;9.75;560.50;-1.40;0.24 +4304;5;5146.50;9.50;562.50;2.82;0.24 +4304;9;5143.84;9.55;561.00;1.57;0.24 +4304;10;5148.16;9.66;561.00;-1.57;0.24 +4304;19;5149.00;9.50;570.00;-3.46;0.24 +4304;20;5149.55;9.50;571.66;2.82;0.24 4304;21;5143.84;9.55;561.00;1.57;0.24 +4305;0;1762.00;11.15;1708.00;0.00;0.54 +4305;1;1758.00;11.15;1702.50;-0.62;0.54 +4305;2;1763.00;10.90;1703.50;0.21;0.54 +4305;3;1755.50;11.65;1707.00;-1.41;0.54 +4305;4;1767.50;10.80;1704.50;1.00;0.54 +4305;5;1767.50;11.40;1710.50;1.99;0.54 +4305;6;1760.50;11.30;1713.00;3.43;0.54 +4305;9;1756.78;12.06;1708.00;1.57;0.54 +4305;10;1767.22;11.07;1708.00;-1.57;0.54 +4305;19;1764.00;9.73;1720.00;-2.85;0.54 +4305;20;1764.28;9.73;1721.72;2.97;0.54 4305;21;1756.78;12.06;1708.00;1.57;0.54 +4306;0;4575.00;10.65;538.00;0.00;0.48 +4306;1;4576.00;10.60;538.00;1.57;0.48 +4306;2;4572.12;10.60;538.02;3.66;0.48 +4306;9;4569.96;10.09;538.00;1.57;0.48 +4306;10;4580.04;9.71;538.00;-1.57;0.48 +4306;19;4580.00;9.50;537.00;1.57;0.48 +4306;20;4581.71;9.50;536.65;1.37;0.48 4306;21;4569.96;10.09;538.00;1.57;0.48 +4307;0;4687.00;9.60;661.00;0.00;0.20 +4307;1;4688.00;9.50;659.50;0.58;0.20 +4307;2;4684.00;9.65;659.50;-1.10;0.20 +4307;3;4690.50;9.70;661.50;1.71;0.20 +4307;4;4685.50;9.70;662.00;4.12;0.20 +4307;9;4684.12;9.70;661.00;1.57;0.20 +4307;10;4689.88;9.58;661.00;-1.57;0.20 +4307;19;4687.00;9.50;660.00;0.59;0.20 +4307;20;4687.00;9.50;658.25;0.00;0.20 4307;21;4684.12;9.70;661.00;1.57;0.20 +4308;0;4669.00;10.10;615.00;0.00;0.20 +4308;1;4667.50;9.90;611.50;-0.40;0.20 +4308;2;4669.50;10.50;612.50;0.19;0.20 +4308;3;4667.50;9.65;616.00;4.12;0.20 +4308;4;4671.50;10.90;616.50;2.11;0.20 +4308;5;4669.50;9.55;619.00;3.01;0.20 +4308;9;4667.20;9.64;615.00;1.57;0.20 +4308;10;4670.80;10.80;615.00;-1.57;0.20 +4308;19;4667.00;9.53;616.00;-2.16;0.20 +4308;20;4665.43;9.53;616.78;4.24;0.20 4308;21;4667.20;9.64;615.00;1.57;0.20 +4309;0;3851.00;10.40;1556.00;0.00;0.42 +4309;1;3850.50;10.40;1549.50;-0.07;0.42 +4309;2;3846.50;10.40;1553.50;-1.06;0.42 +4309;3;3854.00;10.40;1552.00;0.64;0.42 +4309;4;3856.00;10.40;1557.50;1.86;0.42 +4309;5;3847.00;10.30;1560.50;3.86;0.42 +4309;6;3852.50;10.20;1562.50;2.91;0.42 +4309;9;3847.22;10.40;1556.00;1.57;0.42 +4309;10;3854.78;10.40;1556.00;-1.57;0.42 4309;21;3847.22;10.40;1556.00;1.57;0.42 +4310;0;4390.00;12.17;732.00;0.00;0.26 +4310;1;4389.00;12.50;729.00;-0.32;0.26 +4310;2;4392.00;11.85;730.00;0.78;0.26 +4310;3;4387.50;11.20;732.50;4.51;0.26 +4310;4;4392.00;11.95;733.00;2.03;0.26 +4310;5;4389.00;11.00;735.50;3.42;0.26 +4310;6;4391.50;11.80;735.50;2.73;0.26 +4310;9;4387.66;11.30;732.00;1.57;0.26 +4310;10;4392.34;11.87;732.00;-1.57;0.26 4310;21;4387.66;11.30;732.00;1.57;0.26 +4311;0;3714.00;15.42;1590.00;0.00;0.42 +4311;1;3715.00;15.35;1586.00;0.24;0.42 +4311;2;3709.00;15.92;1587.00;-1.03;0.42 +4311;3;3719.00;15.47;1587.00;1.03;0.42 +4311;4;3708.00;15.00;1589.50;-1.48;0.42 +4311;5;3718.50;15.70;1591.50;1.89;0.42 +4311;6;3712.00;15.55;1594.00;3.60;0.42 +4311;7;3717.00;15.00;1594.50;2.55;0.42 +4311;9;3709.32;15.65;1590.00;1.57;0.42 +4311;10;3718.68;15.57;1590.00;-1.57;0.42 4311;21;3709.32;15.65;1590.00;1.57;0.42 +4312;0;4362.00;10.37;789.00;0.00;0.24 +4312;1;4364.00;10.20;784.50;0.41;0.24 +4312;2;4361.50;11.20;786.50;-0.19;0.24 +4312;3;4363.00;9.80;790.00;2.35;0.24 +4312;4;4359.50;10.90;789.50;4.51;0.24 +4312;9;4359.84;11.01;789.00;1.57;0.24 +4312;10;4364.16;9.73;789.00;-1.57;0.24 +4312;19;4366.00;9.50;798.00;-3.93;0.24 +4312;20;4366.71;9.50;799.59;2.72;0.24 4312;21;4359.84;11.01;789.00;1.57;0.24 +4313;0;4406.00;18.17;1223.00;0.00;0.38 +4313;1;4404.50;18.50;1219.50;-0.40;0.38 +4313;2;4410.50;17.90;1222.50;1.46;0.38 +4313;3;4402.00;18.40;1223.00;4.71;0.38 +4313;4;4408.50;17.90;1227.00;2.58;0.38 +4313;5;4405.00;18.35;1227.00;3.38;0.38 +4313;9;4401.86;18.40;1223.00;1.57;0.38 +4313;10;4410.14;17.86;1223.00;-1.57;0.38 4313;21;4401.86;18.40;1223.00;1.57;0.38 +4314;0;3680.00;10.45;1773.00;0.00;0.48 +4314;1;3681.00;10.40;1768.50;0.21;0.48 +4314;2;3673.00;10.50;1771.00;-1.29;0.48 +4314;3;3687.50;10.40;1772.00;1.43;0.48 +4314;4;3671.50;10.45;1775.00;4.48;0.48 +4314;5;3686.00;10.00;1776.50;2.09;0.48 +4314;6;3678.00;10.50;1777.00;3.60;0.48 +4314;9;3673.88;10.50;1773.00;1.57;0.48 +4314;10;3686.12;10.40;1773.00;-1.57;0.48 4314;21;3673.88;10.50;1773.00;1.57;0.48 +4315;0;4008.00;14.20;836.00;0.00;0.26 +4315;1;4006.50;12.70;834.00;-0.64;0.26 +4315;2;4011.50;14.30;834.50;1.16;0.26 +4315;3;4003.00;12.55;835.00;-1.37;0.26 +4315;4;4014.00;12.52;836.00;1.57;0.26 +4315;5;4013.00;12.50;837.50;1.86;0.26 +4315;6;4004.00;12.37;838.00;4.24;0.26 +4315;7;4008.50;13.70;838.50;2.94;0.26 +4315;9;4003.86;12.45;836.00;1.57;0.26 +4315;10;4012.14;14.10;836.00;-1.57;0.26 4315;21;4003.86;12.45;836.00;1.57;0.26 +4316;0;3971.00;16.70;1347.00;0.00;0.38 +4316;1;3973.00;16.10;1343.50;0.51;0.38 +4316;2;3965.50;16.30;1343.50;-1.00;0.38 +4316;3;3977.50;17.25;1348.00;1.72;0.38 +4316;4;3965.50;16.35;1348.00;4.53;0.38 +4316;5;3971.50;18.30;1351.50;3.03;0.38 +4316;9;3966.14;16.46;1347.00;1.57;0.38 +4316;10;3975.86;16.36;1347.00;-1.57;0.38 4316;21;3966.14;16.46;1347.00;1.57;0.38 +4317;0;5106.00;15.65;516.00;0.00;0.24 +4317;1;5106.50;15.30;513.50;0.19;0.24 +4317;2;5108.50;14.70;513.50;0.78;0.24 +4317;3;5109.00;14.25;515.00;1.24;0.24 +4317;4;5103.00;14.40;515.00;-1.24;0.24 +4317;5;5106.50;15.65;517.00;2.67;0.24 +4317;6;5103.00;15.05;517.50;4.24;0.24 +4317;9;5103.30;14.84;516.00;1.57;0.24 +4317;10;5108.70;14.33;516.00;-1.57;0.24 4317;21;5103.30;14.84;516.00;1.57;0.24 +4318;0;4331.00;13.67;1098.00;0.00;0.46 +4318;1;4333.00;14.12;1091.00;0.27;0.46 +4318;2;4335.00;14.95;1095.50;1.01;0.46 +4318;3;4327.50;12.25;1095.00;-0.86;0.46 +4318;4;4326.50;12.50;1100.50;4.20;0.46 +4318;5;4334.50;15.10;1102.00;2.42;0.46 +4318;6;4331.00;15.40;1104.50;3.14;0.46 +4318;9;4326.86;12.25;1098.00;1.57;0.46 +4318;10;4335.14;14.82;1098.00;-1.57;0.46 4318;21;4326.86;12.25;1098.00;1.57;0.46 +4319;0;4356.00;10.40;883.00;0.00;0.26 +4319;1;4355.00;10.30;881.50;-0.58;0.26 +4319;2;4358.00;10.10;880.00;0.58;0.26 +4319;3;4359.00;10.00;881.50;1.10;0.26 +4319;4;4358.50;10.10;884.50;2.11;0.26 +4319;5;4353.50;10.65;885.00;4.03;0.26 +4319;6;4356.00;10.55;886.00;3.14;0.26 +4319;9;4353.66;10.45;883.00;1.57;0.26 +4319;10;4358.34;10.12;883.00;-1.57;0.26 4319;21;4353.66;10.45;883.00;1.57;0.26 +4320;0;4439.00;10.65;567.00;0.00;0.28 +4320;1;4438.50;9.50;562.50;-0.11;0.28 +4320;2;4436.50;9.70;563.50;-0.62;0.28 +4320;3;4441.00;10.40;567.00;1.57;0.28 +4320;4;4437.00;10.75;567.00;4.71;0.28 +4320;5;4439.50;11.40;570.50;3.00;0.28 +4320;6;4442.50;10.50;570.50;2.35;0.28 +4320;9;4436.48;10.69;567.00;1.57;0.28 +4320;10;4441.52;10.34;567.00;-1.57;0.28 +4320;19;4434.00;9.50;562.00;-0.62;0.28 +4320;20;4432.76;9.50;560.76;-0.78;0.28 4320;21;4436.48;10.69;567.00;1.57;0.28 +4321;0;4059.00;9.60;907.00;0.00;0.32 +4321;1;4057.00;9.65;903.50;-0.51;0.32 +4321;2;4061.00;9.70;904.50;0.67;0.32 +4321;3;4056.00;9.70;907.50;4.54;0.32 +4321;4;4061.50;9.70;908.50;2.11;0.32 +4321;5;4057.00;9.70;911.50;3.56;0.32 +4321;9;4055.58;9.70;907.00;1.57;0.32 +4321;10;4062.42;9.65;907.00;-1.57;0.32 +4321;19;4058.00;9.60;901.00;0.67;0.32 +4321;20;4057.71;9.60;899.27;-0.16;0.32 4321;21;4055.58;9.70;907.00;1.57;0.32 +4322;0;3666.00;9.80;1542.00;0.00;0.34 +4322;1;3665.00;9.80;1537.50;-0.21;0.34 +4322;2;3669.00;9.90;1540.50;1.10;0.34 +4322;3;3662.50;9.90;1539.00;-0.86;0.34 +4322;4;3662.50;10.05;1543.00;4.43;0.34 +4322;5;3670.50;10.00;1545.00;2.15;0.34 +4322;6;3667.50;9.90;1545.00;2.67;0.34 +4322;7;3664.00;10.20;1545.50;3.66;0.34 +4322;9;3662.94;9.95;1542.00;1.57;0.34 +4322;10;3669.06;9.90;1542.00;-1.57;0.34 4322;21;3662.94;9.95;1542.00;1.57;0.34 +4323;0;4624.00;10.30;652.00;0.00;0.38 +4323;1;4621.00;10.30;647.50;-0.58;0.38 +4323;2;4625.00;10.30;647.50;0.21;0.38 +4323;3;4621.50;10.30;653.00;4.33;0.38 +4323;4;4627.00;10.30;651.50;1.40;0.38 +4323;5;4628.00;10.30;656.00;2.35;0.38 +4323;6;4625.50;10.30;658.00;2.89;0.38 +4323;9;4620.58;10.30;652.00;1.57;0.38 +4323;10;4627.42;10.30;652.00;-1.57;0.38 4323;21;4620.58;10.30;652.00;1.57;0.38 +4324;0;3638.00;9.90;1589.00;0.00;0.30 +4324;1;3635.50;9.80;1585.50;-0.62;0.30 +4324;2;3639.00;10.10;1585.50;0.27;0.30 +4324;3;3641.50;9.90;1587.00;1.05;0.30 +4324;4;3634.50;9.90;1589.00;4.71;0.30 +4324;5;3642.00;9.90;1588.50;1.44;0.30 +4324;6;3639.50;10.00;1591.00;2.49;0.30 +4324;7;3636.00;10.00;1592.00;3.73;0.30 +4324;9;3634.94;9.90;1589.00;1.57;0.30 +4324;10;3641.06;9.90;1589.00;-1.57;0.30 4324;21;3634.94;9.90;1589.00;1.57;0.30 +4325;0;4475.00;13.10;1098.00;0.00;0.30 +4325;1;4476.50;13.00;1096.00;0.64;0.30 +4325;2;4469.00;13.25;1097.50;-1.48;0.30 +4325;3;4471.00;13.40;1095.00;-0.92;0.30 +4325;4;4480.50;12.05;1100.00;1.92;0.30 +4325;5;4474.00;12.85;1101.00;3.46;0.30 +4325;9;4470.32;13.15;1098.00;1.57;0.30 +4325;10;4479.68;12.26;1098.00;-1.57;0.30 4325;21;4470.32;13.15;1098.00;1.57;0.30 +4326;0;3665.00;10.40;1722.00;0.00;0.32 +4326;1;3666.00;10.30;1718.50;0.27;0.32 +4326;2;3669.00;10.00;1722.00;1.57;0.32 +4326;3;3661.50;10.50;1719.50;-0.95;0.32 +4326;4;3661.00;10.50;1723.00;4.46;0.32 +4326;5;3663.00;10.40;1725.50;3.66;0.32 +4326;6;3666.50;10.50;1726.00;2.78;0.32 +4326;9;3662.12;10.50;1722.00;1.57;0.32 +4326;10;3667.88;10.04;1722.00;-1.57;0.32 4326;21;3662.12;10.50;1722.00;1.57;0.32 +4327;0;4021.00;10.05;788.00;0.00;0.26 +4327;1;4022.50;10.00;786.00;0.64;0.26 +4327;2;4020.00;9.92;786.00;-0.46;0.26 +4327;3;4019.50;10.10;790.50;3.68;0.26 +4327;4;4023.00;10.05;791.00;2.55;0.26 +4327;5;4021.50;10.05;793.00;3.04;0.26 +4327;9;4018.66;10.07;788.00;1.57;0.26 +4327;10;4023.34;10.01;788.00;-1.57;0.26 +4327;19;4025.00;9.60;787.00;0.64;0.26 +4327;20;4026.69;9.60;786.57;1.32;0.26 4327;21;4018.66;10.07;788.00;1.57;0.26 +4328;0;890.00;11.42;1627.00;0.00;0.38 +4328;1;890.00;11.42;1622.00;0.00;0.38 +4328;2;894.00;11.60;1623.50;0.85;0.38 +4328;3;887.00;11.40;1624.50;-0.87;0.38 +4328;4;894.00;11.30;1627.50;1.69;0.38 +4328;5;886.00;10.20;1628.50;4.35;0.38 +4328;6;889.50;10.35;1631.00;3.26;0.38 +4328;9;886.40;10.59;1627.00;1.57;0.38 +4328;10;893.60;11.35;1627.00;-1.57;0.38 4328;21;886.40;10.59;1627.00;1.57;0.38 +4329;0;5104.00;9.52;500.00;0.00;0.20 +4329;1;5103.50;9.50;499.50;-0.78;0.20 +4329;2;5106.50;9.75;499.00;1.19;0.20 +4329;3;5101.50;9.60;501.50;4.17;0.20 +4329;4;5105.00;9.95;501.50;2.55;0.20 +4329;5;5102.00;9.70;502.50;3.81;0.20 +4329;9;5101.84;9.50;500.00;1.57;0.20 +4329;10;5106.16;9.91;500.00;-1.57;0.20 +4329;19;5100.00;9.50;502.00;-0.79;0.20 +4329;20;5098.43;9.50;502.78;4.24;0.20 4329;21;5101.84;9.50;500.00;1.57;0.20 +4330;0;4460.00;10.30;838.00;0.00;0.26 +4330;1;4460.50;9.90;835.00;0.16;0.26 +4330;2;4463.00;9.95;835.50;0.87;0.26 +4330;3;4458.00;10.05;836.50;-0.92;0.26 +4330;4;4462.50;10.30;838.50;1.76;0.26 +4330;5;4456.50;10.20;839.50;4.30;0.26 +4330;6;4459.00;10.30;840.50;3.52;0.26 +4330;7;4461.00;10.30;841.00;2.82;0.26 +4330;9;4457.30;10.23;838.00;1.57;0.26 +4330;10;4462.70;10.30;838.00;-1.57;0.26 4330;21;4457.30;10.23;838.00;1.57;0.26 +4331;0;922.00;14.97;1573.00;0.00;0.30 +4331;1;922.00;15.00;1570.00;0.00;0.30 +4331;2;927.00;14.57;1573.00;1.57;0.30 +4331;3;916.50;14.30;1571.50;-1.30;0.30 +4331;4;916.50;14.40;1574.50;4.44;0.30 +4331;5;920.50;15.00;1576.50;3.54;0.30 +4331;6;926.00;14.70;1576.50;2.29;0.30 +4331;9;917.86;14.80;1573.00;1.57;0.30 +4331;10;926.14;14.65;1573.00;-1.57;0.30 4331;21;917.86;14.80;1573.00;1.57;0.30 +4332;0;5142.00;9.70;553.00;0.00;0.18 +4332;1;5141.50;9.60;551.50;-0.32;0.18 +4332;2;5144.00;9.70;553.00;1.57;0.18 +4332;3;5140.00;9.65;554.50;4.06;0.18 +4332;4;5143.00;10.00;555.00;2.67;0.18 +4332;9;5140.02;9.50;553.00;1.57;0.18 +4332;10;5143.98;9.70;553.00;-1.57;0.18 +4332;19;5145.00;9.53;551.00;-0.32;0.18 +4332;20;5146.45;9.53;550.02;0.98;0.18 4332;21;5140.02;9.50;553.00;1.57;0.18 +4333;0;3948.00;9.80;1517.00;0.00;0.36 +4333;1;3949.00;9.85;1513.00;0.24;0.36 +4333;2;3944.00;9.90;1514.50;-1.01;0.36 +4333;3;3951.50;9.80;1518.00;1.84;0.36 +4333;4;3944.50;9.80;1519.50;4.09;0.36 +4333;5;3948.50;9.80;1522.00;3.04;0.36 +4333;9;3944.76;9.80;1517.00;1.57;0.36 +4333;10;3951.24;9.80;1517.00;-1.57;0.36 4333;21;3944.76;9.80;1517.00;1.57;0.36 +4334;0;4507.00;10.60;868.00;0.00;0.18 +4334;1;4505.50;11.60;866.50;-0.78;0.18 +4334;2;4507.50;10.50;865.50;0.19;0.18 +4334;3;4508.50;9.80;868.00;1.57;0.18 +4334;4;4504.50;12.10;869.50;4.17;0.18 +4334;5;4507.00;10.40;871.00;3.14;0.18 +4334;9;4505.38;11.61;868.00;1.57;0.18 +4334;10;4508.62;9.78;868.00;-1.57;0.18 +4334;19;4511.00;9.50;864.00;1.57;0.18 +4334;20;4512.23;9.50;862.76;0.78;0.18 4334;21;4505.38;11.61;868.00;1.57;0.18 +4335;0;4541.00;10.55;639.00;0.00;0.44 +4335;1;4542.50;10.80;634.50;0.32;0.44 +4335;2;4545.50;10.60;639.50;1.68;0.44 +4335;3;4538.50;10.60;636.00;-0.69;0.44 +4335;4;4535.50;10.50;640.00;4.53;0.44 +4335;5;4536.00;10.57;643.00;4.03;0.44 +4335;6;4541.00;10.95;644.00;3.14;0.44 +4335;9;4537.04;10.55;639.00;1.57;0.44 +4335;10;4544.96;10.55;639.00;-1.57;0.44 4335;21;4537.04;10.55;639.00;1.57;0.44 +4336;0;4325.00;9.62;922.00;0.00;0.22 +4336;1;4324.50;9.50;920.50;-0.32;0.22 +4336;2;4327.50;9.60;919.50;0.78;0.22 +4336;3;4327.00;9.60;923.50;2.21;0.22 +4336;4;4322.50;9.50;925.00;3.83;0.22 +4336;5;4324.50;9.70;926.00;3.26;0.22 +4336;9;4323.02;9.50;922.00;1.57;0.22 +4336;10;4326.98;9.60;922.00;-1.57;0.22 +4336;19;4323.00;9.50;924.00;-0.32;0.22 +4336;20;4321.76;9.50;925.23;3.92;0.22 4336;21;4323.02;9.50;922.00;1.57;0.22 +4337;0;3830.00;10.10;1531.00;0.00;0.40 +4337;1;3825.50;10.00;1526.50;-0.78;0.40 +4337;2;3831.00;10.10;1527.50;0.27;0.40 +4337;3;3825.50;10.00;1532.00;4.49;0.40 +4337;4;3836.00;10.10;1532.50;1.81;0.40 +4337;5;3832.00;10.10;1535.00;2.67;0.40 +4337;9;3825.50;10.00;1531.00;1.57;0.40 +4337;10;3834.50;10.10;1531.00;-1.57;0.40 4337;21;3825.50;10.00;1531.00;1.57;0.40 +4338;0;4626.00;10.85;721.00;0.00;0.26 +4338;1;4627.00;10.75;718.00;0.32;0.26 +4338;2;4623.50;10.95;720.00;-1.19;0.26 +4338;3;4628.00;10.80;720.50;1.32;0.26 +4338;4;4624.00;11.20;723.50;3.81;0.26 +4338;5;4626.00;11.05;724.50;3.14;0.26 +4338;9;4623.66;11.03;721.00;1.57;0.26 +4338;10;4628.34;10.85;721.00;-1.57;0.26 4338;21;4623.66;11.03;721.00;1.57;0.26 +4339;0;4424.00;12.75;966.00;0.00;0.26 +4339;1;4424.50;12.20;961.50;0.11;0.26 +4339;2;4422.00;12.65;963.50;-0.67;0.26 +4339;3;4427.00;12.70;964.50;1.10;0.26 +4339;4;4422.50;12.80;968.50;3.68;0.26 +4339;5;4426.50;12.50;968.50;2.35;0.26 +4339;6;4424.00;12.67;971.00;3.14;0.26 +4339;9;4421.66;12.80;966.00;1.57;0.26 +4339;10;4426.34;12.55;966.00;-1.57;0.26 4339;21;4421.66;12.80;966.00;1.57;0.26 +4340;0;3791.00;10.10;1598.00;0.00;0.38 +4340;1;3791.00;10.20;1595.00;0.00;0.38 +4340;2;3785.50;10.60;1596.50;-1.30;0.38 +4340;3;3796.00;10.10;1595.00;1.03;0.38 +4340;4;3796.00;10.00;1599.00;1.76;0.38 +4340;5;3788.00;10.10;1599.50;4.24;0.38 +4340;6;3794.50;10.00;1601.50;2.35;0.38 +4340;9;3786.50;10.30;1598.00;1.57;0.38 +4340;10;3795.50;10.00;1598.00;-1.57;0.38 4340;21;3786.50;10.30;1598.00;1.57;0.38 +4341;0;4445.00;9.77;789.00;0.00;0.20 +4341;1;4444.00;9.50;788.00;-0.78;0.20 +4341;2;4446.50;9.70;790.50;2.35;0.20 +4341;3;4445.00;9.80;792.00;3.14;0.20 +4341;9;4443.20;9.54;789.00;1.57;0.20 +4341;10;4446.80;9.75;789.00;-1.57;0.20 +4341;19;4450.00;9.63;790.00;-0.79;0.20 +4341;20;4451.71;9.63;790.34;1.76;0.20 4341;21;4443.20;9.54;789.00;1.57;0.20 +4342;0;1763.00;9.70;1648.00;0.00;0.36 +4342;1;1764.50;9.70;1644.50;0.40;0.36 +4342;2;1758.00;9.70;1646.50;-1.27;0.36 +4342;3;1768.50;9.75;1649.00;1.75;0.36 +4342;4;1756.50;9.70;1649.50;4.48;0.36 +4342;5;1760.00;9.80;1652.00;3.78;0.36 +4342;6;1766.00;9.80;1651.50;2.43;0.36 +4342;9;1758.32;9.70;1648.00;1.57;0.36 +4342;10;1767.68;9.65;1648.00;-1.57;0.36 +4342;19;1769.00;9.50;1641.00;0.40;0.36 +4342;20;1770.13;9.50;1639.67;0.70;0.36 4342;21;1767.68;9.65;1648.00;-1.57;0.36 +4343;0;947.00;11.97;1762.00;0.00;0.74 +4343;1;950.50;12.20;1753.50;0.39;0.74 +4343;2;956.50;13.10;1754.50;0.90;0.74 +4343;3;942.00;11.62;1760.00;-1.19;0.74 +4343;4;952.50;12.65;1763.00;1.75;0.74 +4343;5;938.00;12.50;1767.50;4.16;0.74 +4343;6;945.00;12.75;1770.00;3.38;0.74 +4343;9;940.16;12.26;1762.00;1.57;0.74 +4343;10;953.84;12.75;1762.00;-1.57;0.74 4343;21;940.16;12.26;1762.00;1.57;0.74 +4344;0;3994.00;13.45;846.00;0.00;0.28 +4344;1;3993.50;14.80;842.50;-0.14;0.28 +4344;2;3997.00;13.92;843.00;0.78;0.28 +4344;3;3991.50;13.60;847.00;4.33;0.28 +4344;4;3996.00;12.95;847.50;2.21;0.28 +4344;5;3992.00;13.85;850.50;3.56;0.28 +4344;6;3994.00;13.70;851.50;3.14;0.28 +4344;9;3991.48;13.75;846.00;1.57;0.28 +4344;10;3996.52;13.09;846.00;-1.57;0.28 4344;21;3991.48;13.75;846.00;1.57;0.28 +4345;0;1650.00;10.25;1655.00;0.00;0.42 +4345;1;1653.50;10.20;1653.00;1.05;0.42 +4345;2;1647.00;10.10;1651.00;-0.64;0.42 +4345;3;1644.50;9.80;1655.50;4.62;0.42 +4345;4;1656.50;10.30;1656.00;1.72;0.42 +4345;5;1654.00;10.15;1658.00;2.21;0.42 +4345;6;1649.00;9.80;1658.50;3.42;0.42 +4345;9;1645.50;9.90;1655.00;1.57;0.42 +4345;10;1654.50;10.30;1655.00;-1.57;0.42 4345;21;1645.50;9.90;1655.00;1.57;0.42 +4346;0;5120.00;10.27;492.00;0.00;0.22 +4346;1;5120.00;9.65;490.00;0.00;0.22 +4346;2;5122.50;10.20;491.50;1.37;0.22 +4346;3;5118.00;10.55;493.00;4.24;0.22 +4346;4;5121.50;11.35;494.00;2.49;0.22 +4346;5;5120.00;11.45;494.50;3.14;0.22 +4346;9;5117.84;10.18;492.00;1.57;0.22 +4346;10;5122.16;10.39;492.00;-1.57;0.22 +4346;19;5124.00;9.50;488.00;0.00;0.22 +4346;20;5125.23;9.50;486.76;0.78;0.22 4346;21;5117.84;10.18;492.00;1.57;0.22 +4347;0;918.00;14.02;1595.00;0.00;0.54 +4347;1;913.50;14.60;1588.00;-0.57;0.54 +4347;2;918.50;14.80;1587.50;0.06;0.54 +4347;3;912.00;14.40;1590.50;-0.92;0.54 +4347;4;923.50;13.90;1594.00;1.39;0.54 +4347;5;913.00;14.50;1597.50;4.24;0.54 +4347;6;920.00;14.35;1602.50;2.88;0.54 +4347;7;915.00;14.45;1602.50;3.52;0.54 +4347;9;913.14;14.66;1595.00;1.57;0.54 +4347;10;922.86;13.80;1595.00;-1.57;0.54 4347;21;913.14;14.66;1595.00;1.57;0.54 +4348;0;4350.00;10.30;878.00;0.00;0.28 +4348;1;4351.50;10.45;874.00;0.35;0.28 +4348;2;4349.00;10.50;876.50;-0.58;0.28 +4348;3;4353.00;10.35;875.50;0.87;0.28 +4348;4;4352.00;10.10;879.00;2.03;0.28 +4348;5;4346.50;10.50;879.50;4.30;0.28 +4348;6;4348.00;10.45;880.50;3.81;0.28 +4348;9;4347.12;10.51;878.00;1.57;0.28 +4348;10;4352.88;10.11;878.00;-1.57;0.28 4348;21;4347.12;10.51;878.00;1.57;0.28 +4349;0;4681.00;10.47;565.00;0.00;0.24 +4349;1;4686.19;9.50;553.31;0.36;0.24 +4349;2;4679.00;11.35;566.50;4.06;0.24 +4349;3;4682.00;10.55;567.00;2.67;0.24 +4349;4;4681.00;11.02;570.00;3.14;0.24 +4349;9;4678.84;10.73;565.00;1.57;0.24 +4349;10;4683.16;10.03;565.00;-1.57;0.24 +4349;19;4681.00;9.50;562.00;0.37;0.24 +4349;20;4681.00;9.50;560.25;0.00;0.24 4349;21;4678.84;10.73;565.00;1.57;0.24 +4350;0;4689.00;10.80;923.00;0.00;0.18 +4350;1;4688.50;10.50;920.50;-0.19;0.18 +4350;2;4690.50;11.45;923.00;1.57;0.18 +4350;3;4687.00;9.90;923.50;4.46;0.18 +4350;4;4689.00;10.90;925.50;3.14;0.18 +4350;9;4687.38;10.20;923.00;1.57;0.18 +4350;10;4690.62;11.48;923.00;-1.57;0.18 +4350;19;4686.00;9.50;927.00;-1.82;0.18 +4350;20;4684.95;9.50;928.40;3.78;0.18 4350;21;4687.38;10.20;923.00;1.57;0.18 +4351;0;3651.00;9.70;1516.00;0.00;0.36 +4351;1;3650.50;9.70;1512.00;-0.12;0.36 +4351;2;3646.50;9.70;1513.00;-0.98;0.36 +4351;3;3654.50;9.70;1513.50;0.95;0.36 +4351;4;3646.50;9.80;1517.50;4.39;0.36 +4351;5;3654.50;9.70;1518.50;2.19;0.36 +4351;6;3650.00;9.70;1520.50;3.36;0.36 +4351;9;3647.76;9.70;1516.00;1.57;0.36 +4351;10;3654.24;9.70;1516.00;-1.57;0.36 4351;21;3647.76;9.70;1516.00;1.57;0.36 +4352;0;5154.00;9.50;607.00;0.00;0.22 +4352;1;5157.50;9.50;606.50;1.42;0.22 +4352;2;5160.00;9.50;605.50;1.32;0.22 +4352;9;5150.58;9.50;607.00;1.57;0.22 +4352;10;5157.42;9.50;607.00;-1.57;0.22 +4352;19;5160.00;9.50;608.00;1.43;0.22 +4352;20;5161.72;9.50;608.28;1.73;0.22 4352;21;5150.58;9.50;607.00;1.57;0.22 +4353;0;3978.00;11.40;946.00;0.00;0.30 +4353;1;3975.50;11.40;944.50;-1.03;0.30 +4353;2;3981.00;11.30;943.50;0.87;0.30 +4353;3;3982.00;11.55;947.00;1.81;0.30 +4353;4;3972.50;11.40;948.50;4.28;0.30 +4353;5;3978.00;11.70;949.00;3.14;0.30 +4353;9;3973.86;11.48;946.00;1.57;0.30 +4353;10;3982.14;11.48;946.00;-1.57;0.30 4353;21;3973.86;11.48;946.00;1.57;0.30 +4354;0;3668.00;9.90;1581.00;0.00;0.36 +4354;1;3667.00;10.00;1576.50;-0.21;0.36 +4354;2;3671.00;10.00;1576.50;0.58;0.36 +4354;3;3671.50;9.90;1581.00;1.57;0.36 +4354;4;3664.50;9.90;1580.50;-1.42;0.36 +4354;5;3665.00;10.10;1584.50;3.85;0.36 +4354;6;3670.00;9.80;1585.50;2.72;0.36 +4354;9;3664.76;9.95;1581.00;1.57;0.36 +4354;10;3671.24;9.90;1581.00;-1.57;0.36 4354;21;3664.76;9.95;1581.00;1.57;0.36 +4355;0;4416.00;10.60;719.00;0.00;0.20 +4355;1;4415.50;10.55;716.00;-0.16;0.20 +4355;2;4418.00;9.95;719.00;1.57;0.20 +4355;3;4413.50;11.00;719.50;4.51;0.20 +4355;4;4415.00;10.60;722.50;3.42;0.20 +4355;9;4414.20;10.86;719.00;1.57;0.20 +4355;10;4417.80;10.01;719.00;-1.57;0.20 +4355;19;4418.00;9.68;725.00;1.57;0.20 +4355;20;4418.55;9.68;726.66;2.82;0.20 4355;21;4414.20;10.86;719.00;1.57;0.20 +4356;0;3644.00;9.80;1677.00;0.00;0.26 +4356;1;3644.00;9.80;1674.50;0.00;0.26 +4356;2;3641.00;9.80;1675.50;-1.10;0.26 +4356;3;3646.50;9.80;1677.00;1.57;0.26 +4356;4;3641.50;9.70;1677.50;4.51;0.26 +4356;5;3644.50;9.70;1680.00;2.97;0.26 +4356;6;3646.50;9.70;1680.00;2.44;0.26 +4356;9;3641.48;9.75;1677.00;1.57;0.26 +4356;10;3646.52;9.80;1677.00;-1.57;0.26 4356;21;3641.48;9.75;1677.00;1.57;0.26 +4357;0;4894.00;10.75;772.00;0.00;0.20 +4357;1;4893.00;11.12;770.00;-0.46;0.20 +4357;2;4894.50;10.50;774.00;2.89;0.20 +4357;9;4892.20;10.44;772.00;1.57;0.20 +4357;10;4895.80;11.26;772.00;-1.57;0.20 +4357;19;4893.00;10.00;775.00;-3.39;0.20 +4357;20;4892.44;10.00;776.66;3.46;0.20 4357;21;4892.20;10.44;772.00;1.57;0.20 +4358;0;4746.00;12.35;492.00;0.00;0.20 +4358;1;4746.00;10.35;489.50;0.00;0.20 +4358;2;4743.50;11.50;491.50;-1.37;0.20 +4358;3;4748.50;9.95;491.00;1.19;0.20 +4358;4;4748.50;10.80;493.50;2.11;0.20 +4358;5;4745.50;11.90;493.50;3.46;0.20 +4358;9;4743.84;11.43;492.00;1.57;0.20 +4358;10;4748.16;10.48;492.00;-1.57;0.20 +4358;19;4752.00;9.50;492.00;1.19;0.20 +4358;20;4753.75;9.50;492.00;1.57;0.20 4358;21;4743.84;11.43;492.00;1.57;0.20 +4359;0;4416.00;10.12;835.00;0.00;0.24 +4359;1;4414.00;9.55;834.00;-1.10;0.24 +4359;2;4417.50;10.30;833.50;0.78;0.24 +4359;3;4418.00;10.97;836.00;2.03;0.24 +4359;4;4415.00;10.25;837.50;3.52;0.24 +4359;9;4413.12;9.50;835.00;1.57;0.24 +4359;10;4418.88;11.04;835.00;-1.57;0.24 +4359;19;4407.00;9.50;833.00;-1.11;0.24 +4359;20;4405.29;9.50;832.62;-1.35;0.24 4359;21;4413.12;9.50;835.00;1.57;0.24 +4360;0;1819.00;9.60;1666.00;0.00;0.44 +4360;1;1818.50;9.65;1666.00;4.71;0.44 +4360;2;1817.00;9.50;1662.00;-0.46;0.44 +4360;9;1811.80;9.50;1666.00;1.57;0.44 +4360;10;1826.20;9.70;1666.00;-1.57;0.44 +4360;19;1824.00;9.50;1662.00;-1.57;0.44 +4360;20;1825.36;9.50;1660.90;0.89;0.44 4360;21;1826.20;9.70;1666.00;-1.57;0.44 +4361;0;4447.00;9.70;564.00;0.00;0.24 +4361;1;4446.50;9.70;562.00;-0.24;0.24 +4361;2;4449.50;9.50;564.50;1.76;0.24 +4361;3;4445.00;9.90;565.50;4.06;0.24 +4361;4;4448.00;9.67;567.00;2.82;0.24 +4361;9;4444.84;9.71;564.00;1.57;0.24 +4361;10;4449.16;9.50;564.00;-1.57;0.24 +4361;19;4447.00;9.55;561.00;-0.24;0.24 +4361;20;4447.00;9.55;559.25;0.00;0.24 4361;21;4444.84;9.71;564.00;1.57;0.24 +4362;0;1746.00;11.15;1688.00;0.00;0.42 +4362;1;1748.50;10.40;1682.50;0.42;0.42 +4362;2;1742.50;10.20;1685.00;-0.86;0.42 +4362;3;1751.00;10.60;1687.50;1.47;0.42 +4362;4;1737.50;10.30;1685.50;-1.28;0.42 +4362;5;1742.50;10.65;1690.00;4.19;0.42 +4362;6;1750.00;10.80;1692.50;2.41;0.42 +4362;9;1740.60;10.24;1688.00;1.57;0.42 +4362;10;1751.40;10.64;1688.00;-1.57;0.42 4362;21;1740.60;10.24;1688.00;1.57;0.42 +4363;0;4487.00;10.72;871.00;0.00;0.22 +4363;1;4485.00;10.65;870.50;-1.32;0.22 +4363;2;4488.50;10.65;868.00;0.46;0.22 +4363;3;4490.00;10.97;872.00;1.89;0.22 +4363;4;4484.50;10.90;874.00;3.83;0.22 +4363;5;4487.50;11.15;874.00;2.97;0.22 +4363;9;4485.02;10.72;871.00;1.57;0.22 +4363;10;4488.98;10.72;871.00;-1.57;0.22 4363;21;4485.02;10.72;871.00;1.57;0.22 +4364;0;4433.00;10.25;616.00;0.00;0.18 +4364;1;4435.00;10.30;614.00;0.78;0.18 +4364;2;4436.50;10.30;616.00;1.57;0.18 +4364;3;4431.50;10.20;615.50;-1.24;0.18 +4364;4;4428.00;9.90;616.50;4.61;0.18 +4364;5;4431.50;9.85;618.00;3.78;0.18 +4364;9;4429.40;10.00;616.00;1.57;0.18 +4364;10;4436.60;10.30;616.00;-1.57;0.18 +4364;19;4442.00;9.57;616.00;1.57;0.18 +4364;20;4443.75;9.57;616.00;1.57;0.18 4364;21;4429.40;10.00;616.00;1.57;0.18 +4365;0;4046.00;10.00;907.00;0.00;0.32 +4365;1;4042.50;10.30;904.50;-0.95;0.32 +4365;2;4046.50;9.90;903.50;0.14;0.32 +4365;3;4049.50;9.80;907.50;1.71;0.32 +4365;4;4043.50;10.10;908.50;4.17;0.32 +4365;5;4047.50;9.80;911.50;2.82;0.32 +4365;9;4042.76;10.20;907.00;1.57;0.32 +4365;10;4049.24;9.80;907.00;-1.57;0.32 4365;21;4042.76;10.20;907.00;1.57;0.32 +4366;0;4009.00;9.80;1641.00;0.00;0.64 +4366;1;4013.00;9.80;1635.00;0.58;0.64 +4366;2;4005.00;9.80;1637.50;-0.85;0.64 +4366;3;4016.50;9.80;1640.50;1.50;0.64 +4366;4;4009.50;9.80;1646.00;3.04;0.64 +4366;5;4002.00;9.80;1646.00;4.09;0.64 +4366;9;4003.24;9.80;1641.00;1.57;0.64 +4366;10;4014.76;9.80;1641.00;-1.57;0.64 4366;21;4003.24;9.80;1641.00;1.57;0.64 +4367;0;4418.00;10.25;687.00;0.00;0.24 +4367;1;4417.00;10.35;685.00;-0.46;0.24 +4367;2;4420.50;9.90;684.50;0.78;0.24 +4367;3;4420.00;9.95;687.50;1.81;0.24 +4367;4;4415.00;10.40;687.50;4.54;0.24 +4367;5;4416.50;10.25;689.00;3.78;0.24 +4367;9;4414.04;10.40;687.00;1.57;0.24 +4367;10;4421.96;9.67;687.00;-1.57;0.24 +4367;19;4422.00;9.53;689.00;-4.47;0.24 +4367;20;4423.56;9.53;689.78;2.03;0.24 4367;21;4414.04;10.40;687.00;1.57;0.24 +4368;0;4690.00;10.67;934.00;0.00;0.22 +4368;1;4689.50;10.80;931.00;-0.16;0.22 +4368;2;4687.50;9.75;934.00;4.71;0.22 +4368;3;4687.50;9.85;932.00;-0.89;0.22 +4368;4;4692.00;12.35;932.50;0.92;0.22 +4368;5;4693.00;12.60;934.50;1.73;0.22 +4368;6;4690.00;10.45;935.50;3.14;0.22 +4368;7;4693.50;12.60;936.00;2.09;0.22 +4368;9;4687.30;9.70;934.00;1.57;0.22 +4368;10;4692.70;12.59;934.00;-1.57;0.22 +4368;19;4686.00;9.50;934.00;-1.57;0.22 +4368;20;4684.25;9.50;934.00;4.71;0.22 4368;21;4687.30;9.70;934.00;1.57;0.22 +4369;0;3835.00;10.10;1589.00;0.00;0.46 +4369;1;3838.00;10.10;1584.50;0.58;0.46 +4369;2;3841.50;10.20;1586.00;1.13;0.46 +4369;3;3832.50;10.10;1586.00;-0.69;0.46 +4369;4;3828.50;10.20;1588.50;-1.49;0.46 +4369;5;3838.00;10.10;1591.00;2.15;0.46 +4369;6;3829.00;10.10;1592.00;4.24;0.46 +4369;7;3832.50;10.10;1594.50;3.56;0.46 +4369;9;3830.14;10.11;1589.00;1.57;0.46 +4369;10;3839.86;10.20;1589.00;-1.57;0.46 4369;21;3830.14;10.11;1589.00;1.57;0.46 +4370;0;2751.00;9.50;1533.00;0.00;0.52 +4370;1;2743.00;9.50;1527.50;-0.96;0.52 +4370;2;2743.50;9.50;1530.00;-1.19;0.52 +4370;3;2751.00;9.50;1529.00;0.00;0.52 +4370;4;2745.50;9.50;1535.50;4.28;0.52 +4370;5;2759.50;9.50;1533.00;1.57;0.52 +4370;6;2758.50;9.50;1536.50;2.00;0.52 +4370;7;2755.50;9.50;1538.50;2.45;0.52 +4370;8;2749.50;9.50;1538.50;3.40;0.52 +4370;9;2745.06;9.50;1533.00;1.57;0.52 +4370;10;2756.94;9.50;1533.00;-1.57;0.52 +4370;11;2738.20;9.50;1524.20;-0.96;0.52 +4370;12;2739.00;9.50;1528.20;-1.19;0.52 +4370;13;2751.00;9.50;1526.60;0.00;0.52 +4370;14;2742.20;9.50;1537.00;4.28;0.52 +4370;15;2764.60;9.50;1533.00;1.57;0.52 +4370;16;2763.00;9.50;1538.60;2.00;0.52 +4370;17;2758.20;9.50;1541.80;2.45;0.52 +4370;18;2748.60;9.50;1541.80;3.40;0.52 4370;21;2745.06;9.50;1533.00;1.57;0.52 +4371;0;4366.00;10.32;766.00;0.00;0.20 +4371;1;4366.50;10.60;764.00;0.24;0.20 +4371;2;4368.50;11.00;763.50;0.78;0.20 +4371;3;4364.50;10.25;767.00;4.12;0.20 +4371;4;4368.00;10.27;766.00;1.57;0.20 +4371;5;4366.00;10.05;769.00;3.14;0.20 +4371;9;4364.20;10.02;766.00;1.57;0.20 +4371;10;4367.80;10.28;766.00;-1.57;0.20 +4371;19;4369.00;10.18;766.00;1.57;0.20 +4371;20;4370.75;10.18;766.00;1.57;0.20 4371;21;4364.20;10.02;766.00;1.57;0.20 +4372;0;3675.00;9.90;1678.00;0.00;0.30 +4372;1;3675.50;9.90;1675.00;0.16;0.30 +4372;2;3679.00;10.00;1676.50;1.21;0.30 +4372;3;3671.00;10.10;1678.50;4.58;0.30 +4372;4;3676.00;9.95;1679.50;2.55;0.30 +4372;5;3671.50;10.30;1681.50;3.92;0.30 +4372;9;3671.58;9.94;1678.00;1.57;0.30 +4372;10;3678.42;10.00;1678.00;-1.57;0.30 4372;21;3671.58;9.94;1678.00;1.57;0.30 +4373;0;4760.00;10.67;830.00;0.00;0.24 +4373;1;4758.50;10.10;830.00;4.71;0.24 +4373;2;4762.50;11.85;830.00;1.57;0.24 +4373;3;4758.00;9.70;829.50;-1.32;0.24 +4373;4;4760.00;10.67;833.00;3.14;0.24 +4373;9;4757.48;9.59;830.00;1.57;0.24 +4373;10;4762.52;11.83;830.00;-1.57;0.24 +4373;19;4763.00;9.50;825.00;-1.57;0.24 +4373;20;4763.90;9.50;823.49;0.54;0.24 4373;21;4757.48;9.59;830.00;1.57;0.24 +4374;0;3771.00;13.25;1456.00;0.00;0.38 +4374;1;3767.00;9.50;1452.50;-0.85;0.38 +4374;2;3775.00;11.55;1453.50;1.01;0.38 +4374;3;3765.00;13.02;1456.00;4.71;0.38 +4374;4;3777.50;11.50;1457.50;1.79;0.38 +4374;5;3772.00;11.12;1460.00;2.89;0.38 +4374;9;3765.78;12.87;1456.00;1.57;0.38 +4374;10;3776.22;12.05;1456.00;-1.57;0.38 4374;21;3765.78;12.87;1456.00;1.57;0.38 +4375;0;4417.00;12.25;1165.00;0.00;0.38 +4375;1;4415.00;11.97;1160.00;-0.38;0.38 +4375;2;4419.00;11.40;1160.00;0.38;0.38 +4375;3;4414.00;12.90;1165.00;4.71;0.38 +4375;4;4420.00;11.45;1162.00;0.78;0.38 +4375;5;4420.50;11.80;1166.50;1.97;0.38 +4375;6;4418.00;13.20;1171.50;2.98;0.38 +4375;9;4413.58;13.06;1165.00;1.57;0.38 +4375;10;4420.42;11.65;1165.00;-1.57;0.38 4375;21;4413.58;13.06;1165.00;1.57;0.38 +4376;0;3762.00;9.90;1486.00;0.00;0.42 +4376;1;3764.50;9.80;1481.50;0.50;0.42 +4376;2;3757.50;9.80;1484.50;-1.24;0.42 +4376;3;3766.00;9.80;1487.00;1.81;0.42 +4376;4;3756.00;9.80;1489.50;4.18;0.42 +4376;5;3761.00;9.85;1490.50;3.36;0.42 +4376;9;3756.96;9.84;1486.00;1.57;0.42 +4376;10;3767.04;9.77;1486.00;-1.57;0.42 4376;21;3756.96;9.84;1486.00;1.57;0.42 +4377;0;4737.00;9.50;868.00;0.00;0.24 +4377;1;4734.50;9.85;866.00;-0.89;0.24 +4377;2;4736.50;9.50;864.50;-0.14;0.24 +4377;3;4735.50;9.50;868.00;4.71;0.24 +4377;9;4733.76;10.25;868.00;1.57;0.24 +4377;10;4740.24;9.50;868.00;-1.57;0.24 +4377;19;4747.00;9.60;870.00;-1.57;0.24 +4377;20;4748.71;9.60;870.34;1.76;0.24 4377;21;4733.76;10.25;868.00;1.57;0.24 +4378;0;5234.00;11.12;545.00;0.00;0.20 +4378;1;5232.50;11.80;544.50;-1.24;0.20 +4378;2;5236.00;10.40;542.50;0.67;0.20 +4378;3;5235.50;10.60;546.00;2.15;0.20 +4378;4;5231.50;10.70;547.50;3.92;0.20 +4378;9;5231.84;11.69;545.00;1.57;0.20 +4378;10;5236.16;10.77;545.00;-1.57;0.20 +4378;19;5239.54;9.50;546.57;-5.72;0.20 +4378;20;5240.71;9.50;547.53;2.55;0.20 4378;21;5231.84;11.69;545.00;1.57;0.20 +4379;0;4481.00;12.15;911.00;0.00;0.24 +4379;1;4481.50;12.65;909.00;0.24;0.24 +4379;2;4483.50;12.40;909.00;0.89;0.24 +4379;3;4479.00;12.30;910.50;-1.32;0.24 +4379;4;4483.00;11.47;912.00;2.03;0.24 +4379;5;4479.00;11.70;913.50;3.81;0.24 +4379;9;4478.30;12.26;911.00;1.57;0.24 +4379;10;4483.70;11.77;911.00;-1.57;0.24 +4379;19;4484.00;10.30;914.00;-4.25;0.24 +4379;20;4485.23;10.30;915.23;2.35;0.24 4379;21;4478.30;12.26;911.00;1.57;0.24 +4380;0;875.00;10.35;1631.00;0.00;0.28 +4380;1;875.00;10.50;1628.00;0.00;0.28 +4380;2;871.50;9.70;1627.50;-0.78;0.28 +4380;3;872.50;9.70;1631.50;4.51;0.28 +4380;4;878.50;10.80;1630.50;1.42;0.28 +4380;5;879.00;10.90;1633.50;2.12;0.28 +4380;6;875.50;10.50;1634.50;3.00;0.28 +4380;9;872.48;9.70;1631.00;1.57;0.28 +4380;10;877.52;10.94;1631.00;-1.57;0.28 +4380;19;871.00;9.50;1637.00;-1.77;0.28 +4380;20;870.02;9.50;1638.45;3.73;0.28 4380;21;872.48;9.70;1631.00;1.57;0.28 +4381;0;4427.00;9.70;609.00;0.00;0.28 +4381;1;4429.00;9.70;605.50;0.51;0.28 +4381;2;4426.50;9.70;606.50;-0.19;0.28 +4381;3;4429.50;9.70;608.00;1.19;0.28 +4381;4;4423.50;9.70;608.50;-1.42;0.28 +4381;5;4424.00;9.70;611.00;4.12;0.28 +4381;6;4428.50;10.15;612.00;2.67;0.28 +4381;9;4424.12;9.70;609.00;1.57;0.28 +4381;10;4429.88;9.76;609.00;-1.57;0.28 4381;21;4424.12;9.70;609.00;1.57;0.28 +4382;0;3889.00;9.70;1082.00;0.00;0.44 +4382;1;3887.00;9.70;1078.50;-0.51;0.44 +4382;2;3892.50;9.70;1079.00;0.86;0.44 +4382;3;3885.50;9.70;1084.50;4.09;0.44 +4382;4;3892.00;9.70;1084.50;2.26;0.44 +4382;5;3889.50;9.70;1088.00;3.05;0.44 +4382;9;3885.04;9.70;1082.00;1.57;0.44 +4382;10;3892.96;9.70;1082.00;-1.57;0.44 4382;21;3885.04;9.70;1082.00;1.57;0.44 +4383;0;3708.00;15.85;1557.00;0.00;0.44 +4383;1;3708.50;14.50;1553.50;0.14;0.44 +4383;2;3702.50;11.70;1555.00;-1.22;0.44 +4383;3;3715.00;12.62;1559.00;1.84;0.44 +4383;4;3704.00;11.15;1559.50;4.15;0.44 +4383;5;3710.50;15.70;1560.50;2.52;0.44 +4383;6;3715.50;14.50;1562.00;2.15;0.44 +4383;9;3702.96;11.15;1557.00;1.57;0.44 +4383;10;3713.04;11.96;1557.00;-1.57;0.44 4383;21;3702.96;11.15;1557.00;1.57;0.44 +4384;0;4393.00;11.05;709.00;0.00;0.22 +4384;1;4393.00;10.40;705.50;0.00;0.22 +4384;2;4394.50;10.95;708.00;0.98;0.22 +4384;3;4390.50;10.45;709.00;4.71;0.22 +4384;4;4394.00;10.90;711.50;2.76;0.22 +4384;5;4391.50;11.50;712.50;3.54;0.22 +4384;9;4391.02;10.58;709.00;1.57;0.22 +4384;10;4394.98;10.88;709.00;-1.57;0.22 4384;21;4391.02;10.58;709.00;1.57;0.22 +4385;0;864.00;9.55;1744.00;0.00;0.48 +4385;1;863.00;9.50;1742.50;-0.58;0.48 +4385;2;869.50;11.30;1746.00;1.92;0.48 +4385;3;860.50;9.50;1748.00;3.86;0.48 +4385;4;864.50;9.50;1748.50;3.03;0.48 +4385;5;868.50;11.20;1748.50;2.35;0.48 +4385;9;859.32;9.50;1744.00;1.57;0.48 +4385;10;868.68;11.14;1744.00;-1.57;0.48 +4385;19;863.00;9.50;1747.00;-0.59;0.48 +4385;20;862.44;9.50;1748.66;3.46;0.48 4385;21;859.32;9.50;1744.00;1.57;0.48 +4386;0;4106.00;15.85;1108.00;0.00;0.46 +4386;1;4108.00;14.75;1103.00;0.38;0.46 +4386;2;4103.00;14.60;1104.00;-0.64;0.46 +4386;3;4112.50;15.70;1105.50;1.20;0.46 +4386;4;4098.00;14.60;1106.50;-1.38;0.46 +4386;5;4098.00;15.60;1110.50;4.41;0.46 +4386;6;4109.50;16.55;1111.00;2.27;0.46 +4386;7;4101.50;16.55;1113.00;3.87;0.46 +4386;9;4098.62;15.01;1108.00;1.57;0.46 +4386;10;4113.38;16.25;1108.00;-1.57;0.46 4386;21;4098.62;15.01;1108.00;1.57;0.46 +4387;0;5520.00;10.72;654.00;0.00;0.18 +4387;1;5520.00;10.72;654.00;0.00;0.18 +4387;9;5518.38;9.50;654.00;1.57;0.18 +4387;10;5521.62;12.11;654.00;-1.57;0.18 +4387;19;5520.00;9.50;652.00;-1.57;0.18 +4387;20;5520.00;9.50;650.25;0.00;0.18 4387;21;5518.38;9.50;654.00;1.57;0.18 +4388;0;4357.00;9.62;826.00;0.00;0.22 +4388;1;4355.50;9.60;822.50;-0.40;0.22 +4388;2;4358.50;9.50;826.00;1.57;0.22 +4388;3;4355.00;9.60;824.00;-0.78;0.22 +4388;4;4356.50;9.70;827.50;3.46;0.22 +4388;5;4358.00;9.60;830.50;2.92;0.22 +4388;6;4359.50;9.70;830.50;2.63;0.22 +4388;9;4355.02;9.67;826.00;1.57;0.22 +4388;10;4358.98;9.50;826.00;-1.57;0.22 +4388;19;4359.00;9.53;824.00;1.57;0.22 +4388;20;4360.23;9.53;822.76;0.78;0.22 4388;21;4355.02;9.67;826.00;1.57;0.22 +4389;0;3928.00;10.75;1468.00;0.00;0.60 +4389;1;3930.50;11.00;1461.50;0.36;0.60 +4389;2;3922.00;10.70;1464.00;-0.98;0.60 +4389;3;3936.50;10.90;1465.00;1.23;0.60 +4389;4;3920.50;10.80;1471.50;4.27;0.60 +4389;5;3936.00;10.80;1470.00;1.81;0.60 +4389;6;3930.50;10.80;1473.50;2.71;0.60 +4389;7;3924.00;10.77;1475.00;3.66;0.60 +4389;9;3921.16;10.70;1468.00;1.57;0.60 +4389;10;3934.84;10.80;1468.00;-1.57;0.60 4389;21;3921.16;10.70;1468.00;1.57;0.60 +4390;0;4548.00;10.40;539.00;0.00;0.20 +4390;1;4548.00;10.35;537.00;0.00;0.20 +4390;2;4550.50;10.25;538.00;1.19;0.20 +4390;3;4546.00;10.25;538.00;-1.10;0.20 +4390;4;4544.50;10.20;540.00;4.43;0.20 +4390;5;4548.50;10.30;540.50;2.82;0.20 +4390;9;4545.48;10.24;539.00;1.57;0.20 +4390;10;4550.52;10.29;539.00;-1.57;0.20 +4390;19;4548.00;9.70;543.00;-3.46;0.20 +4390;20;4548.00;9.70;544.75;3.14;0.20 4390;21;4545.48;10.24;539.00;1.57;0.20 +4391;0;4046.00;14.30;1363.00;0.00;0.52 +4391;1;4045.00;16.15;1358.00;-0.19;0.52 +4391;2;4042.00;13.20;1363.50;4.58;0.52 +4391;3;4050.50;17.40;1360.00;0.98;0.52 +4391;4;4046.00;12.75;1367.50;3.14;0.52 +4391;5;4052.50;15.85;1366.00;2.00;0.52 +4391;9;4041.32;13.24;1363.00;1.57;0.52 +4391;10;4050.68;15.74;1363.00;-1.57;0.52 4391;21;4050.68;15.74;1363.00;-1.57;0.52 +4392;0;4358.00;10.72;858.00;0.00;0.22 +4392;1;4357.00;11.10;854.00;-0.24;0.22 +4392;2;4359.50;10.30;856.50;0.78;0.22 +4392;3;4356.00;11.27;857.00;-1.10;0.22 +4392;4;4356.50;11.00;859.50;3.92;0.22 +4392;5;4361.00;9.85;860.50;2.26;0.22 +4392;6;4358.50;10.50;861.00;2.97;0.22 +4392;9;4356.02;11.19;858.00;1.57;0.22 +4392;10;4359.98;10.05;858.00;-1.57;0.22 4392;21;4356.02;11.19;858.00;1.57;0.22 +4393;0;5068.00;9.70;577.00;0.00;0.26 +4393;1;5069.50;10.00;575.50;0.78;0.26 +4393;2;5066.00;9.95;575.50;-0.92;0.26 +4393;3;5065.50;9.60;579.00;4.03;0.26 +4393;4;5069.50;9.65;579.00;2.49;0.26 +4393;9;5065.66;9.65;577.00;1.57;0.26 +4393;10;5070.34;9.79;577.00;-1.57;0.26 +4393;19;5073.00;9.55;580.00;-3.79;0.26 +4393;20;5074.50;9.55;580.90;2.11;0.26 4393;21;5065.66;9.65;577.00;1.57;0.26 +4394;0;3724.00;9.80;1507.00;0.00;0.40 +4394;1;3724.00;9.80;1503.00;0.00;0.40 +4394;2;3728.50;9.90;1505.50;1.24;0.40 +4394;3;3719.00;9.80;1507.00;4.71;0.40 +4394;4;3729.00;9.90;1509.50;2.03;0.40 +4394;5;3718.50;9.80;1511.00;4.08;0.40 +4394;6;3724.00;9.80;1510.50;3.14;0.40 +4394;9;3719.86;9.80;1507.00;1.57;0.40 +4394;10;3728.14;9.88;1507.00;-1.57;0.40 4394;21;3719.86;9.80;1507.00;1.57;0.40 +4395;0;3957.00;10.82;912.00;0.00;0.34 +4395;1;3953.50;9.95;911.00;-1.29;0.34 +4395;2;3957.00;10.15;907.00;0.00;0.34 +4395;3;3959.50;12.70;909.50;0.78;0.34 +4395;4;3961.00;11.55;912.00;1.57;0.34 +4395;5;3960.50;11.90;913.50;1.97;0.34 +4395;6;3956.50;10.50;915.50;3.28;0.34 +4395;9;3953.94;10.02;912.00;1.57;0.34 +4395;10;3960.06;11.69;912.00;-1.57;0.34 +4395;19;3953.00;9.50;907.00;-1.29;0.34 +4395;20;3951.90;9.50;905.63;-0.67;0.34 4395;21;3953.94;10.02;912.00;1.57;0.34 +4396;0;4570.00;10.47;689.00;0.00;0.44 +4396;1;4569.50;10.60;684.00;-0.10;0.44 +4396;2;4566.00;10.65;687.00;-1.10;0.44 +4396;3;4574.00;10.50;687.00;1.10;0.44 +4396;4;4574.50;10.40;691.00;1.98;0.44 +4396;5;4568.00;10.25;692.50;3.66;0.44 +4396;6;4574.00;10.30;694.00;2.46;0.44 +4396;9;4566.04;10.45;689.00;1.57;0.44 +4396;10;4573.96;10.50;689.00;-1.57;0.44 +4396;19;4572.00;9.50;698.00;-2.62;0.44 +4396;20;4572.38;9.50;699.70;2.92;0.44 4396;21;4566.04;10.45;689.00;1.57;0.44 +4397;0;4451.00;10.55;949.00;0.00;0.24 +4397;1;4450.50;11.45;946.00;-0.16;0.24 +4397;2;4452.50;10.60;947.00;0.64;0.24 +4397;3;4448.50;11.30;948.50;-1.37;0.24 +4397;4;4453.50;9.70;949.50;1.76;0.24 +4397;5;4448.00;10.72;951.00;4.12;0.24 +4397;6;4450.50;10.30;951.00;3.38;0.24 +4397;9;4448.48;11.15;949.00;1.57;0.24 +4397;10;4453.52;9.84;949.00;-1.57;0.24 +4397;19;4456.00;9.68;949.00;-4.51;0.24 +4397;20;4457.75;9.68;949.00;1.57;0.24 4397;21;4448.48;11.15;949.00;1.57;0.24 +4398;0;876.00;10.02;1674.00;0.00;0.32 +4398;1;874.00;9.65;1672.00;-0.78;0.32 +4398;2;878.50;10.30;1670.50;0.62;0.32 +4398;3;879.00;10.25;1675.50;2.03;0.32 +4398;4;873.50;9.50;1678.00;3.70;0.32 +4398;5;877.00;10.12;1679.00;2.94;0.32 +4398;9;873.12;9.50;1674.00;1.57;0.32 +4398;10;878.88;10.18;1674.00;-1.57;0.32 +4398;19;878.00;9.50;1665.00;-0.79;0.32 +4398;20;878.38;9.50;1663.29;0.21;0.32 4398;21;873.12;9.50;1674.00;1.57;0.32 +4399;0;4715.00;10.12;771.00;0.00;0.18 +4399;1;4714.50;10.15;769.00;-0.24;0.18 +4399;2;4714.50;9.95;772.00;3.60;0.18 +4399;3;4717.00;10.15;772.00;2.03;0.18 +4399;9;4713.38;9.84;771.00;1.57;0.18 +4399;10;4716.62;10.17;771.00;-1.57;0.18 +4399;19;4718.00;9.85;774.00;-2.68;0.18 +4399;20;4719.23;9.85;775.23;2.35;0.18 4399;21;4713.38;9.84;771.00;1.57;0.18 +4400;0;3638.00;10.00;1644.00;0.00;0.28 +4400;1;3637.50;10.00;1641.50;-0.19;0.28 +4400;2;3634.00;10.10;1642.00;-1.10;0.28 +4400;3;3641.50;10.10;1642.50;1.16;0.28 +4400;4;3635.00;10.05;1645.00;4.39;0.28 +4400;5;3641.50;10.10;1646.00;2.09;0.28 +4400;6;3638.00;9.90;1647.50;3.14;0.28 +4400;9;3634.40;10.10;1644.00;1.57;0.28 +4400;10;3641.60;10.11;1644.00;-1.57;0.28 4400;21;3634.40;10.10;1644.00;1.57;0.28 +4401;0;4472.00;9.55;822.00;0.00;0.22 +4401;1;4472.50;9.50;818.50;0.14;0.22 +4401;2;4470.50;9.60;820.50;-0.78;0.22 +4401;3;4474.00;9.60;822.00;1.57;0.22 +4401;4;4469.50;9.60;822.50;4.51;0.22 +4401;5;4471.50;9.60;824.00;3.38;0.22 +4401;6;4474.00;9.60;824.00;2.35;0.22 +4401;9;4470.02;9.54;822.00;1.57;0.22 +4401;10;4473.98;9.60;822.00;-1.57;0.22 +4401;19;4473.00;9.50;818.00;0.14;0.22 +4401;20;4473.42;9.50;816.30;0.24;0.22 4401;21;4470.02;9.54;822.00;1.57;0.22 +4402;0;1435.00;10.37;1487.00;0.00;0.34 +4402;1;1432.00;10.35;1486.00;-1.24;0.34 +4402;2;1436.00;10.40;1483.50;0.27;0.34 +4402;3;1438.50;10.50;1485.50;1.16;0.34 +4402;4;1436.50;10.40;1489.50;2.60;0.34 +4402;5;1430.50;9.80;1490.00;4.12;0.34 +4402;9;1431.40;10.19;1487.00;1.57;0.34 +4402;10;1438.60;10.40;1487.00;-1.57;0.34 4402;21;1431.40;10.19;1487.00;1.57;0.34 +4403;0;4406.00;18.32;1206.00;0.00;0.50 +4403;1;4402.50;18.40;1204.50;-1.16;0.50 +4403;2;4410.50;18.40;1200.00;0.64;0.50 +4403;3;4411.00;18.30;1205.50;1.47;0.50 +4403;4;4398.50;18.65;1210.00;4.22;0.50 +4403;5;4409.50;18.30;1210.00;2.42;0.50 +4403;6;4404.50;18.40;1211.00;3.43;0.50 +4403;9;4400.24;18.56;1206.00;1.57;0.50 +4403;10;4411.76;18.30;1206.00;-1.57;0.50 4403;21;4400.24;18.56;1206.00;1.57;0.50 +4404;0;4990.00;11.97;1508.00;0.00;0.38 +4404;1;4989.50;11.85;1504.00;-0.12;0.38 +4404;2;4986.00;12.20;1504.00;-0.78;0.38 +4404;3;4985.50;12.60;1506.50;-1.24;0.38 +4404;4;4994.00;11.45;1505.50;1.01;0.38 +4404;5;4994.50;11.80;1509.50;1.89;0.38 +4404;6;4987.00;12.50;1510.00;4.12;0.38 +4404;7;4991.00;11.67;1512.00;2.89;0.38 +4404;9;4986.58;12.52;1508.00;1.57;0.38 +4404;10;4993.42;11.90;1508.00;-1.57;0.38 +4404;19;4998.00;9.60;1505.00;1.01;0.38 +4404;20;4999.63;9.60;1504.38;1.21;0.38 4404;21;4986.58;12.52;1508.00;1.57;0.38 +4405;0;4508.00;10.62;856.00;0.00;0.20 +4405;1;4508.00;10.10;853.00;0.00;0.20 +4405;2;4509.50;9.90;856.00;1.57;0.20 +4405;3;4506.50;11.50;855.50;-1.24;0.20 +4405;4;4507.00;11.55;858.00;3.60;0.20 +4405;5;4508.00;10.85;859.50;3.14;0.20 +4405;9;4506.20;11.81;856.00;1.57;0.20 +4405;10;4509.80;9.84;856.00;-1.57;0.20 +4405;19;4511.00;9.57;852.00;1.57;0.20 +4405;20;4512.05;9.57;850.60;0.64;0.20 4405;21;4506.20;11.81;856.00;1.57;0.20 +4406;0;4474.00;11.12;544.00;0.00;0.20 +4406;1;4473.00;10.92;542.00;-0.46;0.20 +4406;2;4476.00;11.45;542.50;0.92;0.20 +4406;3;4470.00;11.02;544.00;4.71;0.20 +4406;4;4478.00;11.37;544.00;1.57;0.20 +4406;5;4477.50;11.15;545.00;1.84;0.20 +4406;6;4470.00;10.95;545.50;4.35;0.20 +4406;7;4473.50;10.80;545.50;3.46;0.20 +4406;9;4470.94;11.14;544.00;1.57;0.20 +4406;10;4477.06;11.37;544.00;-1.57;0.20 4406;21;4470.94;11.14;544.00;1.57;0.20 +4407;0;4342.00;20.37;1146.00;0.00;0.50 +4407;1;4345.00;19.55;1135.50;0.27;0.50 +4407;2;4339.50;19.95;1143.00;-0.69;0.50 +4407;3;4345.50;20.35;1145.00;1.29;0.50 +4407;4;4335.00;20.25;1150.50;4.14;0.50 +4407;5;4339.50;20.35;1153.00;3.48;0.50 +4407;9;4337.50;20.10;1146.00;1.57;0.50 +4407;10;4346.50;20.45;1146.00;-1.57;0.50 4407;21;4337.50;20.10;1146.00;1.57;0.50 +4408;0;4341.00;10.72;913.00;0.00;0.28 +4408;1;4341.00;10.25;908.50;0.00;0.28 +4408;2;4343.50;10.85;910.00;0.69;0.28 +4408;3;4339.00;10.15;912.50;-1.32;0.28 +4408;4;4343.00;11.15;913.50;1.81;0.28 +4408;5;4339.00;10.60;917.50;3.56;0.28 +4408;6;4341.50;11.30;917.50;3.03;0.28 +4408;9;4338.48;10.09;913.00;1.57;0.28 +4408;10;4343.52;11.15;913.00;-1.57;0.28 4408;21;4338.48;10.09;913.00;1.57;0.28 +4409;0;4533.00;9.70;608.00;0.00;0.34 +4409;1;4534.00;9.50;604.50;0.27;0.34 +4409;2;4529.50;9.70;608.00;4.71;0.34 +4409;3;4538.00;9.70;607.00;1.37;0.34 +4409;4;4535.50;9.65;610.00;2.24;0.34 +4409;5;4531.00;10.10;612.00;3.60;0.34 +4409;9;4529.40;9.70;608.00;1.57;0.34 +4409;10;4536.60;9.65;608.00;-1.57;0.34 +4409;19;4537.00;9.50;605.00;0.28;0.34 +4409;20;4538.40;9.50;603.95;0.92;0.34 4409;21;4529.40;9.70;608.00;1.57;0.34 +4410;0;4065.00;11.12;1037.00;0.00;0.46 +4410;1;4064.50;11.20;1033.00;-0.12;0.46 +4410;2;4070.00;11.50;1031.50;0.73;0.46 +4410;3;4068.50;11.50;1035.50;1.16;0.46 +4410;4;4060.50;10.70;1038.50;4.39;0.46 +4410;5;4066.00;11.07;1041.00;2.89;0.46 +4410;6;4060.00;10.60;1041.00;4.03;0.46 +4410;7;4063.00;10.70;1042.50;3.49;0.46 +4410;9;4060.86;10.76;1037.00;1.57;0.46 +4410;10;4069.14;11.56;1037.00;-1.57;0.46 4410;21;4060.86;10.76;1037.00;1.57;0.46 +4411;0;3750.00;9.85;1573.00;0.00;0.56 +4411;1;3747.00;9.80;1570.00;-0.78;0.56 +4411;2;3751.00;9.95;1567.00;0.16;0.56 +4411;3;3754.50;9.90;1574.50;1.89;0.56 +4411;4;3746.00;9.80;1575.50;4.15;0.56 +4411;5;3750.50;9.80;1578.00;3.04;0.56 +4411;9;3744.60;9.80;1573.00;1.57;0.56 +4411;10;3755.40;9.99;1573.00;-1.57;0.56 4411;21;3755.40;9.99;1573.00;-1.57;0.56 +4412;0;4398.00;10.07;689.00;0.00;0.28 +4412;1;4397.00;9.65;686.50;-0.38;0.28 +4412;2;4399.50;10.20;687.50;0.78;0.28 +4412;3;4397.00;10.10;690.50;3.73;0.28 +4412;4;4400.50;10.65;691.00;2.24;0.28 +4412;5;4399.50;10.70;692.50;2.73;0.28 +4412;9;4395.48;9.70;689.00;1.57;0.28 +4412;10;4400.52;10.40;689.00;-1.57;0.28 +4412;19;4395.00;9.50;687.00;-0.38;0.28 +4412;20;4393.54;9.50;686.02;-0.98;0.28 4412;21;4395.48;9.70;689.00;1.57;0.28 +4413;0;904.00;11.70;1732.00;0.00;0.32 +4413;1;906.50;11.60;1731.00;1.19;0.32 +4413;2;903.00;11.25;1727.50;-0.21;0.32 +4413;3;900.50;12.15;1731.00;-1.29;0.32 +4413;4;903.00;12.55;1735.50;3.42;0.32 +4413;5;907.00;12.80;1736.00;2.49;0.32 +4413;9;901.12;12.07;1732.00;1.57;0.32 +4413;10;906.88;11.97;1732.00;-1.57;0.32 4413;21;901.12;12.07;1732.00;1.57;0.32 +4414;0;4015.00;11.07;883.00;0.00;0.34 +4414;1;4017.50;11.10;880.50;0.78;0.34 +4414;2;4013.50;11.30;880.00;-0.46;0.34 +4414;3;4011.00;11.35;884.00;4.46;0.34 +4414;4;4019.00;10.90;883.50;1.69;0.34 +4414;5;4016.00;10.90;886.50;2.86;0.34 +4414;9;4011.58;11.29;883.00;1.57;0.34 +4414;10;4018.42;10.95;883.00;-1.57;0.34 4414;21;4011.58;11.29;883.00;1.57;0.34 +4415;0;4878.00;10.30;450.00;0.00;0.36 +4415;1;4877.00;10.30;446.50;-0.27;0.36 +4415;2;4879.50;10.30;446.50;0.40;0.36 +4415;3;4881.50;10.30;448.00;1.05;0.36 +4415;4;4874.50;10.30;448.00;-1.05;0.36 +4415;5;4875.00;10.30;451.50;4.24;0.36 +4415;6;4880.50;10.30;451.50;2.11;0.36 +4415;7;4877.00;10.30;454.00;3.38;0.36 +4415;9;4874.76;10.30;450.00;1.57;0.36 +4415;10;4881.24;10.30;450.00;-1.57;0.36 +4415;19;4874.00;9.70;458.00;-2.90;0.36 +4415;20;4873.21;9.70;459.56;3.60;0.36 4415;21;4874.76;10.30;450.00;1.57;0.36 +4416;0;4036.00;13.75;811.00;0.00;0.26 +4416;1;4035.50;13.20;808.00;-0.16;0.26 +4416;2;4038.50;11.75;809.00;0.89;0.26 +4416;3;4032.50;10.80;809.50;-1.16;0.26 +4416;4;4033.50;11.80;812.50;4.17;0.26 +4416;5;4038.50;13.05;813.00;2.24;0.26 +4416;6;4036.00;11.95;814.50;3.14;0.26 +4416;9;4033.66;11.95;811.00;1.57;0.26 +4416;10;4038.34;12.94;811.00;-1.57;0.26 +4416;19;4041.00;9.50;805.00;0.90;0.26 +4416;20;4042.12;9.50;803.65;0.69;0.26 4416;21;4033.66;11.95;811.00;1.57;0.26 +4417;0;1673.00;10.55;1656.00;0.00;0.30 +4417;1;1672.50;10.30;1653.50;-0.19;0.30 +4417;2;1668.50;10.50;1654.50;-1.24;0.30 +4417;3;1677.50;11.30;1654.50;1.24;0.30 +4417;4;1676.50;10.80;1658.00;2.09;0.30 +4417;5;1668.00;10.30;1656.50;4.61;0.30 +4417;6;1670.50;9.90;1658.50;3.92;0.30 +4417;7;1673.50;9.80;1660.00;3.01;0.30 +4417;9;1669.22;10.38;1656.00;1.57;0.30 +4417;10;1676.78;11.12;1656.00;-1.57;0.30 4417;21;1669.22;10.38;1656.00;1.57;0.30 +4418;0;5097.00;14.02;534.00;0.00;0.26 +4418;1;5096.00;14.65;532.50;-0.58;0.26 +4418;2;5099.50;14.15;531.00;0.69;0.26 +4418;3;5099.50;12.50;534.50;1.76;0.26 +4418;4;5093.50;13.40;535.50;4.30;0.26 +4418;5;5096.00;13.22;536.00;3.60;0.26 +4418;9;5094.30;14.02;534.00;1.57;0.26 +4418;10;5099.70;12.55;534.00;-1.57;0.26 +4418;19;5102.00;11.23;531.00;-4.51;0.26 +4418;20;5103.50;11.23;530.10;1.03;0.26 4418;21;5094.30;14.02;534.00;1.57;0.26 +4419;0;1662.00;10.52;1704.00;0.00;0.60 +4419;1;1659.00;10.60;1697.50;-0.43;0.60 +4419;2;1657.50;10.60;1695.00;-0.46;0.60 +4419;3;1656.00;10.62;1698.00;-0.78;0.60 +4419;4;1663.50;9.75;1701.00;0.46;0.60 +4419;5;1659.00;10.65;1706.00;4.12;0.60 +4419;6;1667.50;10.40;1704.50;1.66;0.60 +4419;7;1666.50;10.60;1709.50;2.45;0.60 +4419;9;1656.60;10.60;1704.00;1.57;0.60 +4419;10;1667.40;10.25;1704.00;-1.57;0.60 4419;21;1667.40;10.25;1704.00;-1.57;0.60 +4420;0;4033.00;10.80;848.00;0.00;0.24 +4420;1;4034.00;11.05;844.50;0.27;0.24 +4420;2;4031.00;10.95;847.00;-1.10;0.24 +4420;3;4035.50;10.75;848.00;1.57;0.24 +4420;4;4031.50;10.65;851.00;3.60;0.24 +4420;5;4034.50;10.70;852.00;2.78;0.24 +4420;9;4030.84;10.85;848.00;1.57;0.24 +4420;10;4035.16;10.76;848.00;-1.57;0.24 4420;21;4030.84;10.85;848.00;1.57;0.24 +4421;0;5192.00;10.10;579.00;0.00;0.18 +4421;1;5192.00;10.10;579.00;0.00;0.18 +4421;2;5190.00;9.50;582.50;3.66;0.18 +4421;3;5188.50;9.50;579.00;4.71;0.18 +4421;9;5190.38;9.50;579.00;1.57;0.18 +4421;10;5193.62;10.88;579.00;-1.57;0.18 +4421;19;5190.00;9.50;579.00;-1.57;0.18 +4421;20;5188.25;9.50;579.00;4.71;0.18 4421;21;5190.38;9.50;579.00;1.57;0.18 +4422;0;1787.00;12.15;1712.00;0.00;0.52 +4422;1;1790.50;11.60;1709.00;0.86;0.52 +4422;2;1780.00;11.40;1712.50;4.64;0.52 +4422;3;1787.00;12.17;1717.00;3.14;0.52 +4422;9;1780.88;11.31;1712.00;1.57;0.52 +4422;10;1793.12;10.80;1712.00;-1.57;0.52 +4422;19;1803.00;9.50;1713.00;0.86;0.52 +4422;20;1804.74;9.50;1713.10;1.63;0.52 4422;21;1780.88;11.31;1712.00;1.57;0.52 +4423;0;4695.00;10.50;911.00;0.00;0.20 +4423;1;4694.00;10.50;908.50;-0.38;0.20 +4423;2;4692.50;10.50;909.00;-0.89;0.20 +4423;3;4696.50;10.50;909.50;0.78;0.20 +4423;4;4694.00;10.50;912.00;3.92;0.20 +4423;5;4698.00;10.50;911.50;1.73;0.20 +4423;6;4697.00;10.50;913.50;2.46;0.20 +4423;7;4696.00;10.50;914.00;2.82;0.20 +4423;9;4693.20;10.50;911.00;1.57;0.20 +4423;10;4696.80;10.50;911.00;-1.57;0.20 4423;21;4693.20;10.50;911.00;1.57;0.20 +4424;0;4414.00;9.85;677.00;0.00;0.28 +4424;1;4413.00;9.52;675.00;-0.46;0.28 +4424;2;4416.00;9.70;674.50;0.67;0.28 +4424;3;4416.50;10.10;677.00;1.57;0.28 +4424;4;4412.00;9.90;679.00;3.92;0.28 +4424;5;4415.00;10.30;680.00;2.82;0.28 +4424;9;4411.48;9.69;677.00;1.57;0.28 +4424;10;4416.52;10.10;677.00;-1.57;0.28 +4424;19;4409.00;9.50;677.00;-0.46;0.28 +4424;20;4407.25;9.50;677.00;4.71;0.28 4424;21;4411.48;9.69;677.00;1.57;0.28 +4425;0;4328.00;12.92;1057.00;0.00;0.36 +4425;1;4324.00;12.30;1053.50;-0.85;0.36 +4425;2;4327.00;12.40;1051.50;-0.18;0.36 +4425;3;4330.00;12.90;1056.50;1.32;0.36 +4425;4;4326.00;12.90;1058.50;4.06;0.36 +4425;5;4331.50;13.75;1061.00;2.42;0.36 +4425;6;4328.50;13.70;1062.50;3.05;0.36 +4425;9;4324.76;12.49;1057.00;1.57;0.36 +4425;10;4331.24;12.95;1057.00;-1.57;0.36 4425;21;4324.76;12.49;1057.00;1.57;0.36 +4426;0;1308.00;10.70;1752.00;0.00;0.58 +4426;1;1307.00;10.70;1745.00;-0.14;0.58 +4426;2;1314.00;10.85;1752.00;1.57;0.58 +4426;3;1301.50;10.70;1751.00;-1.41;0.58 +4426;4;653.50;9.50;875.50;-0.64;0.58 +4426;5;1309.50;10.70;1759.50;2.94;0.58 +4426;6;1314.50;10.90;1760.50;2.48;0.58 +4426;9;1302.78;10.70;1752.00;1.57;0.58 +4426;10;1313.22;10.80;1752.00;-1.57;0.58 4426;21;1302.78;10.70;1752.00;1.57;0.58 +4427;0;4749.00;10.37;762.00;0.00;0.22 +4427;1;4748.00;10.20;760.50;-0.58;0.22 +4427;2;4751.00;10.65;760.50;0.92;0.22 +4427;3;4746.50;9.80;762.50;4.51;0.22 +4427;4;4750.50;10.70;763.00;2.15;0.22 +4427;5;4747.50;10.10;764.00;3.78;0.22 +4427;9;4746.84;9.96;762.00;1.57;0.22 +4427;10;4751.16;10.86;762.00;-1.57;0.22 +4427;19;4746.00;9.50;765.00;-1.77;0.22 +4427;20;4744.76;9.50;766.23;3.92;0.22 4427;21;4746.84;9.96;762.00;1.57;0.22 +4428;0;893.00;9.67;1721.00;0.00;0.12 +4428;1;889.00;9.52;1721.00;4.71;0.12 +4428;2;894.00;9.67;1720.00;0.78;0.12 +4428;3;897.50;9.85;1720.00;1.35;0.12 +4428;4;898.50;9.90;1720.50;1.48;0.12 +4428;5;893.00;9.75;1722.50;3.14;0.12 +4428;6;897.50;10.05;1722.00;1.78;0.12 +4428;9;889.04;9.52;1721.00;1.57;0.12 +4428;10;896.96;9.89;1721.00;-1.57;0.12 +4428;19;884.00;9.50;1724.00;-1.57;0.12 +4428;20;882.34;9.50;1724.55;4.39;0.12 4428;21;889.04;9.52;1721.00;1.57;0.12 +4429;0;4654.00;10.70;799.00;0.00;0.32 +4429;1;4650.50;9.70;796.00;-0.86;0.32 +4429;2;4653.50;10.40;796.50;-0.19;0.32 +4429;3;4656.00;10.67;801.00;2.35;0.32 +4429;4;4655.50;9.50;802.50;2.73;0.32 +4429;5;4657.50;9.80;803.50;2.48;0.32 +4429;9;4651.12;9.50;799.00;1.57;0.32 +4429;10;4656.88;9.64;799.00;-1.57;0.32 +4429;19;4657.00;9.93;803.00;-3.55;0.32 +4429;20;4658.05;9.93;804.40;2.49;0.32 4429;21;4651.12;9.50;799.00;1.57;0.32 +4430;0;1856.00;9.77;1663.00;0.00;0.72 +4430;1;1858.00;9.50;1660.00;0.58;0.72 +4430;2;1851.50;9.70;1656.50;-0.60;0.72 +4430;3;1853.00;9.70;1663.00;4.71;0.72 +4430;4;1858.50;10.00;1669.50;2.77;0.72 +4430;9;1849.52;9.50;1663.00;1.57;0.72 +4430;10;1862.48;9.50;1663.00;-1.57;0.72 +4430;19;1861.00;9.53;1678.00;-3.51;0.72 +4430;20;1861.55;9.53;1679.66;2.82;0.72 4430;21;1849.57;9.70;1653.85;-1.57;0.72 +4431;0;4465.00;16.52;1120.00;0.00;0.34 +4431;1;4458.00;14.45;1117.50;-1.22;0.34 +4431;2;4465.50;15.70;1117.50;0.19;0.34 +4431;3;4458.00;13.90;1120.00;4.71;0.34 +4431;4;4463.00;16.62;1122.00;3.92;0.34 +4431;5;4469.50;18.10;1122.50;2.07;0.34 +4431;9;4459.78;15.03;1120.00;1.57;0.34 +4431;10;4470.22;17.03;1120.00;-1.57;0.34 4431;21;4459.78;15.03;1120.00;1.57;0.34 +4432;0;1786.00;9.70;1683.00;0.00;0.48 +4432;1;1783.00;9.70;1679.50;-0.70;0.48 +4432;2;1788.00;9.70;1677.00;0.32;0.48 +4432;3;1788.50;9.70;1684.50;2.11;0.48 +4432;4;1782.00;9.75;1684.50;4.35;0.48 +4432;9;1781.68;9.70;1683.00;1.57;0.48 +4432;10;1790.32;9.50;1683.00;-1.57;0.48 +4432;19;1793.38;9.50;1679.75;-4.37;0.48 +4432;20;1794.98;9.50;1679.04;1.15;0.48 4432;21;1784.16;9.70;1679.22;-1.57;0.48 +4433;0;4386.00;9.70;854.00;0.00;0.20 +4433;1;4384.50;9.70;852.50;-0.78;0.20 +4433;2;4389.00;9.70;854.00;1.57;0.20 +4433;3;4386.50;9.65;856.00;2.89;0.20 +4433;9;4383.48;9.70;854.00;1.57;0.20 +4433;10;4388.52;9.70;854.00;-1.57;0.20 +4433;19;4387.00;9.50;850.00;-0.79;0.20 +4433;20;4387.42;9.50;848.30;0.24;0.20 4433;21;4383.48;9.70;854.00;1.57;0.20 +4434;0;4501.00;9.72;531.00;0.00;0.24 +4434;1;4501.00;9.50;528.50;0.00;0.24 +4434;2;4498.50;9.75;530.00;-1.19;0.24 +4434;3;4505.00;9.50;529.00;1.10;0.24 +4434;4;4505.00;9.60;530.00;1.32;0.24 +4434;5;4502.50;9.80;532.00;2.15;0.24 +4434;6;4498.50;10.40;533.00;4.03;0.24 +4434;7;4500.00;10.40;534.00;3.46;0.24 +4434;9;4498.12;9.97;531.00;1.57;0.24 +4434;10;4503.88;9.70;531.00;-1.57;0.24 +4434;19;4507.00;9.50;528.00;0.00;0.24 +4434;20;4508.56;9.50;527.21;1.10;0.24 4434;21;4498.12;9.97;531.00;1.57;0.24 +4435;0;4186.00;17.20;1097.00;0.00;0.26 +4435;1;4185.50;16.35;1093.00;-0.12;0.26 +4435;2;4188.00;16.30;1093.50;0.51;0.26 +4435;3;4183.50;16.50;1094.50;-0.78;0.26 +4435;4;4189.00;16.40;1095.50;1.10;0.26 +4435;5;4183.50;17.20;1098.50;4.17;0.26 +4435;6;4188.50;18.40;1099.50;2.35;0.26 +4435;7;4185.50;20.00;1101.50;3.25;0.26 +4435;9;4183.66;16.79;1097.00;1.57;0.26 +4435;10;4188.34;16.96;1097.00;-1.57;0.26 4435;21;4183.66;16.79;1097.00;1.57;0.26 +4436;0;1985.00;9.82;359.00;0.00;0.38 +4436;1;1982.50;9.95;355.00;-0.55;0.38 +4436;2;1989.00;9.80;358.50;1.44;0.38 +4436;3;1979.50;9.90;357.50;-1.30;0.38 +4436;4;1981.00;10.10;360.50;4.35;0.38 +4436;5;1987.00;10.15;363.00;2.67;0.38 +4436;9;1980.50;9.95;359.00;1.57;0.38 +4436;10;1989.50;9.80;359.00;-1.57;0.38 +4436;19;1988.00;9.50;350.00;1.45;0.38 +4436;20;1988.55;9.50;348.34;0.32;0.38 4436;21;1980.50;9.95;359.00;1.57;0.38 +4437;0;1446.00;10.15;1555.00;0.00;0.30 +4437;1;1446.50;10.10;1552.00;0.16;0.30 +4437;2;1443.50;10.35;1551.00;-0.55;0.30 +4437;3;1443.50;10.30;1554.50;-1.37;0.30 +4437;4;1449.50;10.00;1554.00;1.29;0.30 +4437;5;1449.00;10.00;1556.50;2.03;0.30 +4437;6;1443.50;10.40;1558.50;3.76;0.30 +4437;7;1446.00;10.20;1559.00;3.14;0.30 +4437;9;1443.30;10.31;1555.00;1.57;0.30 +4437;10;1448.70;10.00;1555.00;-1.57;0.30 4437;21;1443.30;10.31;1555.00;1.57;0.30 +4438;0;2643.00;9.50;1526.00;0.00;1.26 +4438;1;2630.00;9.50;1517.00;-0.96;1.26 +4438;2;2642.50;9.50;1514.00;-0.04;1.26 +4438;3;2651.50;9.50;1521.00;1.03;1.26 +4438;4;2626.00;9.50;1525.00;-1.51;1.26 +4438;5;2657.50;9.50;1527.50;1.67;1.26 +4438;6;2639.00;9.50;1533.50;3.63;1.26 +4438;7;2656.50;9.50;1536.50;2.23;1.26 +4438;9;2629.32;9.50;1526.00;1.57;1.26 +4438;10;2656.68;9.50;1526.00;-1.57;1.26 +4438;11;2622.20;9.50;1511.60;-0.96;1.26 +4438;12;2642.20;9.50;1506.80;-0.04;1.26 +4438;13;2656.60;9.50;1518.00;1.03;1.26 +4438;14;2615.80;9.50;1524.40;-1.51;1.26 +4438;15;2666.20;9.50;1528.40;1.67;1.26 +4438;16;2636.60;9.50;1538.00;3.63;1.26 +4438;17;2664.60;9.50;1542.80;2.23;1.26 4438;21;2629.32;9.50;1526.00;1.57;1.26 +4439;0;2424.00;9.50;1104.00;0.00;1.06 +4439;1;2422.00;9.50;1092.00;-0.16;1.06 +4439;2;2435.00;9.50;1091.50;0.72;1.06 +4439;3;2410.00;9.50;1107.50;4.46;1.06 +4439;4;2430.50;9.50;1112.00;2.45;1.06 +4439;5;2412.00;9.50;1117.00;3.88;1.06 +4439;6;2420.00;9.50;1122.00;3.36;1.06 +4439;9;2414.46;9.50;1104.00;1.57;1.06 +4439;10;2433.54;9.50;1104.00;-1.57;1.06 +4439;11;2420.80;9.50;1084.80;-0.16;1.06 +4439;12;2441.60;9.50;1084.00;0.72;1.06 +4439;13;2401.60;9.50;1109.60;4.46;1.06 +4439;14;2434.40;9.50;1116.80;2.45;1.06 +4439;15;2404.80;9.50;1124.80;3.88;1.06 +4439;16;2417.60;9.50;1132.80;3.36;1.06 4439;21;2414.46;9.50;1104.00;1.57;1.06 +4440;0;3397.00;11.85;1186.00;0.00;0.36 +4440;1;3397.00;12.10;1181.50;0.00;0.36 +4440;2;3394.00;12.05;1183.00;-0.78;0.36 +4440;3;3400.00;11.60;1187.50;2.03;0.36 +4440;4;3392.50;12.10;1186.50;4.60;0.36 +4440;5;3395.50;11.80;1188.50;3.68;0.36 +4440;6;3399.00;11.45;1190.50;2.72;0.36 +4440;9;3393.76;12.02;1186.00;1.57;0.36 +4440;10;3400.24;11.58;1186.00;-1.57;0.36 4440;21;3400.24;11.58;1186.00;-1.57;0.36 +4441;0;4896.00;10.50;411.00;0.00;0.48 +4441;1;4893.50;10.60;406.50;-0.50;0.48 +4441;2;4899.00;10.60;407.00;0.64;0.48 +4441;3;4890.50;10.50;413.00;4.36;0.48 +4441;4;4900.00;10.50;412.50;1.93;0.48 +4441;5;4895.00;10.50;415.50;3.36;0.48 +4441;6;4891.00;10.50;417.00;3.83;0.48 +4441;9;4891.68;10.55;411.00;1.57;0.48 +4441;10;4900.32;10.55;411.00;-1.57;0.48 4441;21;4891.68;10.55;411.00;1.57;0.48 +4442;0;1542.00;10.42;1563.00;0.00;0.26 +4442;1;1542.50;10.40;1560.50;0.19;0.26 +4442;2;1539.50;10.70;1561.50;-1.03;0.26 +4442;3;1545.50;10.40;1561.50;1.16;0.26 +4442;4;1545.50;10.70;1564.00;1.84;0.26 +4442;5;1539.00;10.70;1564.50;4.24;0.26 +4442;6;1542.50;10.75;1566.00;2.97;0.26 +4442;9;1539.30;10.69;1563.00;1.57;0.26 +4442;10;1544.70;10.46;1563.00;-1.57;0.26 4442;21;1539.30;10.69;1563.00;1.57;0.26 +4443;0;1890.00;9.50;1118.00;0.00;1.04 +4443;1;1890.00;9.50;1108.50;0.00;1.04 +4443;2;1902.00;9.50;1103.00;0.67;1.04 +4443;3;1901.50;9.50;1114.00;1.23;1.04 +4443;4;1877.00;9.50;1118.00;4.71;1.04 +4443;5;1879.00;9.50;1126.00;4.08;1.04 +4443;6;1892.00;9.50;1128.00;2.94;1.04 +4443;9;1880.64;9.50;1118.00;1.57;1.04 +4443;10;1899.36;9.50;1118.00;-1.57;1.04 +4443;11;1890.00;9.50;1102.80;0.00;1.04 +4443;12;1909.20;9.50;1094.00;0.67;1.04 +4443;13;1908.40;9.50;1111.60;1.23;1.04 +4443;14;1869.20;9.50;1118.00;4.71;1.04 +4443;15;1872.40;9.50;1130.80;4.08;1.04 +4443;16;1893.20;9.50;1134.00;2.94;1.04 4443;21;1880.64;9.50;1118.00;1.57;1.04 +4444;0;1376.00;10.30;1441.00;0.00;0.36 +4444;1;1378.00;10.20;1437.00;0.46;0.36 +4444;2;1375.00;10.30;1438.50;-0.38;0.36 +4444;3;1379.00;10.00;1441.00;1.57;0.36 +4444;4;1372.50;10.30;1442.00;4.43;0.36 +4444;5;1374.00;10.30;1444.50;3.66;0.36 +4444;9;1372.40;10.30;1441.00;1.57;0.36 +4444;10;1379.60;9.89;1441.00;-1.57;0.36 4444;21;1372.40;10.30;1441.00;1.57;0.36 +4445;0;1670.00;10.62;1618.00;0.00;0.42 +4445;1;1669.50;11.75;1614.00;-0.12;0.42 +4445;2;1673.50;11.70;1614.00;0.71;0.42 +4445;3;1666.00;10.30;1614.50;-0.85;0.42 +4445;4;1665.50;10.10;1617.00;-1.35;0.42 +4445;5;1674.50;11.15;1617.00;1.35;0.42 +4445;6;834.50;9.50;808.50;-0.80;0.42 +4445;7;1675.50;11.40;1620.50;1.99;0.42 +4445;8;1671.50;11.70;1622.50;2.82;0.42 +4445;9;1666.04;10.08;1618.00;1.57;0.42 +4445;10;1673.96;10.92;1618.00;-1.57;0.42 4445;21;1666.04;10.08;1618.00;1.57;0.42 +4446;0;4358.00;11.62;663.00;0.00;0.28 +4446;1;4354.00;9.80;661.50;-1.21;0.28 +4446;2;4359.00;11.77;660.00;0.32;0.28 +4446;3;4363.00;12.25;662.50;1.47;0.28 +4446;4;4353.00;9.75;664.50;4.42;0.28 +4446;5;4361.50;11.70;665.00;2.09;0.28 +4446;6;4357.00;11.20;665.50;3.52;0.28 +4446;9;4354.22;9.95;663.00;1.57;0.28 +4446;10;4361.78;11.99;663.00;-1.57;0.28 +4446;19;4351.00;9.50;659.00;-1.21;0.28 +4446;20;4349.48;9.50;658.13;-1.05;0.28 4446;21;4354.22;9.95;663.00;1.57;0.28 +4447;0;757.00;9.50;1212.00;0.00;1.32 +4447;1;756.50;9.50;1201.50;-0.04;1.32 +4447;2;776.00;9.50;1201.00;1.04;1.32 +4447;3;741.00;9.50;1217.50;4.38;1.32 +4447;4;766.00;9.50;1217.50;2.11;1.32 +4447;5;745.50;9.50;1229.50;3.72;1.32 +4447;9;742.60;9.50;1212.00;1.57;1.32 +4447;10;771.40;9.50;1212.00;-1.57;1.32 +4447;11;756.20;9.50;1195.20;-0.04;1.32 +4447;12;787.40;9.50;1194.40;1.04;1.32 +4447;13;731.40;9.50;1220.80;4.38;1.32 +4447;14;771.40;9.50;1220.80;2.11;1.32 +4447;15;738.60;9.50;1240.00;3.72;1.32 4447;21;742.60;9.50;1212.00;1.57;1.32 +4448;0;748.00;9.50;1471.00;0.00;1.18 +4448;1;751.00;9.50;1460.00;0.26;1.18 +4448;2;760.50;9.50;1467.50;1.29;1.18 +4448;3;737.00;9.50;1463.50;-0.97;1.18 +4448;4;735.50;9.50;1475.00;4.40;1.18 +4448;5;746.00;9.50;1482.00;3.32;1.18 +4448;6;736.00;9.50;1487.00;3.78;1.18 +4448;9;737.20;9.50;1471.00;1.57;1.18 +4448;10;758.80;9.50;1471.00;-1.57;1.18 +4448;11;752.80;9.50;1453.40;0.26;1.18 +4448;12;768.00;9.50;1465.40;1.29;1.18 +4448;13;730.40;9.50;1459.00;-0.97;1.18 +4448;14;728.00;9.50;1477.40;4.40;1.18 +4448;15;744.80;9.50;1488.60;3.32;1.18 +4448;16;728.80;9.50;1496.60;3.78;1.18 4448;21;737.20;9.50;1471.00;1.57;1.18 +4449;0;1399.00;9.90;1494.00;0.00;0.40 +4449;1;1395.00;9.90;1492.50;-1.21;0.40 +4449;2;1400.00;9.80;1490.50;0.27;0.40 +4449;3;1402.50;9.90;1495.50;1.97;0.40 +4449;4;1397.00;10.00;1497.50;3.66;0.40 +4449;9;1395.40;9.91;1494.00;1.57;0.40 +4449;10;1402.60;9.84;1494.00;-1.57;0.40 4449;21;1395.40;9.91;1494.00;1.57;0.40 +4450;0;1836.27;9.70;1138.48;0.00;0.38 +4450;1;1826.45;9.50;1147.37;4.24;0.38 +4450;2;1836.61;9.60;1137.50;0.55;0.38 +4450;3;1827.99;9.50;1146.72;3.78;0.38 +4450;9;1830.40;9.50;1143.00;1.57;0.38 +4450;10;1837.60;9.50;1143.00;-1.57;0.38 +4450;19;1826.00;9.50;1147.00;-2.03;0.38 +4450;20;1824.43;9.50;1147.78;4.24;0.38 4450;21;1830.40;9.50;1143.00;1.57;0.38 +4451;0;4643.00;9.50;586.00;0.00;1.10 +4451;1;4639.50;9.50;578.00;-0.41;1.10 +4451;2;4656.50;9.50;579.50;1.12;1.10 +4451;3;4657.50;9.50;586.50;1.60;1.10 +4451;4;4630.50;9.50;589.00;4.47;1.10 +4451;5;4653.50;9.50;590.00;1.93;1.10 +4451;6;4657.00;9.50;589.50;1.81;1.10 +4451;7;4631.00;9.50;594.50;4.09;1.10 +4451;8;4642.50;9.50;597.00;3.18;1.10 +4451;9;4631.66;9.50;586.00;1.57;1.10 +4451;10;4654.34;9.50;586.00;-1.57;1.10 +4451;11;4637.40;9.50;573.20;-0.41;1.10 +4451;12;4664.60;9.50;575.60;1.12;1.10 +4451;13;4666.20;9.50;586.80;1.60;1.10 +4451;14;4623.00;9.50;590.80;4.47;1.10 +4451;15;4659.80;9.50;592.40;1.93;1.10 +4451;16;4665.40;9.50;591.60;1.81;1.10 +4451;17;4623.80;9.50;599.60;4.09;1.10 +4451;18;4642.20;9.50;603.60;3.18;1.10 4451;21;4631.66;9.50;586.00;1.57;1.10 +4452;0;1497.00;10.70;1512.00;0.00;0.28 +4452;1;1497.00;10.65;1509.50;0.00;0.28 +4452;2;1500.50;10.70;1511.50;1.42;0.28 +4452;3;1493.50;10.70;1512.50;4.57;0.28 +4452;4;1498.00;10.70;1514.50;2.76;0.28 +4452;9;1494.30;10.70;1512.00;1.57;0.28 +4452;10;1499.70;10.70;1512.00;-1.57;0.28 4452;21;1494.30;10.70;1512.00;1.57;0.28 +4453;0;5096.00;9.85;191.00;0.00;0.46 +4453;1;5090.50;9.80;187.50;-1.00;0.46 +4453;2;5094.50;9.90;187.50;-0.40;0.46 +4453;3;5100.50;10.00;188.50;1.06;0.46 +4453;4;5091.00;9.80;191.50;4.61;0.46 +4453;5;5100.00;9.90;193.50;2.12;0.46 +4453;6;5094.50;9.80;195.50;3.46;0.46 +4453;7;5098.50;9.80;197.00;2.74;0.46 +4453;9;5091.50;9.80;191.00;1.57;0.46 +4453;10;5100.50;9.95;191.00;-1.57;0.46 4453;21;5091.50;9.80;191.00;1.57;0.46 +4454;0;4270.00;14.22;1032.00;0.00;0.32 +4454;1;4269.00;14.00;1028.50;-0.27;0.32 +4454;2;4272.50;12.30;1028.50;0.62;0.32 +4454;3;4273.50;11.90;1030.50;1.16;0.32 +4454;4;4267.00;15.95;1032.50;4.54;0.32 +4454;5;4273.50;11.90;1033.00;1.84;0.32 +4454;6;4271.00;13.35;1035.00;2.82;0.32 +4454;9;4267.12;15.87;1032.00;1.57;0.32 +4454;10;4272.88;12.19;1032.00;-1.57;0.32 4454;21;4267.12;15.87;1032.00;1.57;0.32 +4455;0;5233.00;10.00;1928.00;0.00;2.76 +4455;1;5246.00;10.15;1901.00;0.44;2.76 +4455;2;5215.50;10.55;1910.00;-0.77;2.76 +4455;3;5253.50;9.90;1947.50;2.33;2.76 +4455;4;5224.00;9.70;1952.50;3.49;2.76 +4455;9;5208.16;9.78;1928.00;1.57;2.76 +4455;10;5257.84;10.23;1928.00;-1.57;2.76 4455;21;5208.16;9.78;1928.00;1.57;2.76 +4456;0;5196.00;9.50;97.00;0.00;1.12 +4456;1;5194.00;9.50;85.50;-0.17;1.12 +4456;2;5208.00;9.50;90.50;1.07;1.12 +4456;3;5183.50;9.50;93.50;-1.29;1.12 +4456;4;5208.50;9.50;101.50;1.91;1.12 +4456;5;5186.00;9.50;106.50;3.95;1.12 +4456;6;5198.50;9.50;109.00;2.93;1.12 +4456;9;5185.92;9.50;97.00;1.57;1.12 +4456;10;5206.08;9.50;97.00;-1.57;1.12 +4456;11;5192.80;9.50;78.60;-0.17;1.12 +4456;12;5215.20;9.50;86.60;1.07;1.12 +4456;13;5176.00;9.50;91.40;-1.29;1.12 +4456;14;5216.00;9.50;104.20;1.91;1.12 +4456;15;5180.00;9.50;112.20;3.95;1.12 +4456;16;5200.00;9.50;116.20;2.93;1.12 4456;21;5185.92;9.50;97.00;1.57;1.12 +4457;0;1900.00;9.70;305.00;0.00;0.46 +4457;1;1897.50;9.60;302.50;-0.78;0.46 +4457;2;1905.00;9.70;302.00;1.03;0.46 +4457;3;1903.50;9.80;307.50;2.19;0.46 +4457;4;1897.00;9.70;309.50;3.73;0.46 +4457;9;1895.32;9.65;305.00;1.57;0.46 +4457;10;1904.68;9.70;305.00;-1.57;0.46 +4457;19;1892.00;9.50;302.00;-0.79;0.46 +4457;20;1890.36;9.50;301.38;-1.21;0.46 4457;21;1895.32;9.65;305.00;1.57;0.46 +4458;0;3566.00;11.55;1349.00;0.00;0.28 +4458;1;3568.50;11.85;1346.00;0.69;0.28 +4458;2;3565.00;12.95;1347.50;-0.58;0.28 +4458;3;3568.00;10.22;1350.00;2.03;0.28 +4458;4;3562.50;11.90;1350.50;4.30;0.28 +4458;5;3564.50;11.00;1351.50;3.68;0.28 +4458;9;3563.48;12.60;1349.00;1.57;0.28 +4458;10;3568.52;10.34;1349.00;-1.57;0.28 4458;21;3563.48;12.60;1349.00;1.57;0.28 +4459;0;4128.00;12.15;1087.00;0.00;0.44 +4459;1;4127.50;11.40;1083.50;-0.14;0.44 +4459;2;4131.50;11.20;1081.50;0.56;0.44 +4459;3;4132.00;11.72;1084.00;0.92;0.44 +4459;4;4127.50;12.85;1090.00;3.30;0.44 +4459;5;4123.50;12.40;1089.50;4.20;0.44 +4459;9;4124.04;11.80;1087.00;1.57;0.44 +4459;10;4131.96;12.39;1087.00;-1.57;0.44 4459;21;4124.04;11.80;1087.00;1.57;0.44 +4460;0;5145.00;9.50;1034.00;0.00;1.20 +4460;1;5133.00;9.50;1024.50;-0.90;1.20 +4460;2;5149.00;9.50;1021.00;0.29;1.20 +4460;3;5158.00;9.50;1035.00;1.64;1.20 +4460;4;5131.50;9.50;1036.00;4.56;1.20 +4460;5;5142.00;9.50;1047.00;3.36;1.20 +4460;6;5152.50;9.50;1048.00;2.65;1.20 +4460;9;5133.30;9.50;1034.00;1.57;1.20 +4460;10;5156.70;9.50;1034.00;-1.57;1.20 +4460;11;5125.80;9.50;1018.80;-0.90;1.20 +4460;12;5151.40;9.50;1013.20;0.29;1.20 +4460;13;5165.80;9.50;1035.60;1.64;1.20 +4460;14;5123.40;9.50;1037.20;4.56;1.20 +4460;15;5140.20;9.50;1054.80;3.36;1.20 +4460;16;5157.00;9.50;1056.40;2.65;1.20 4460;21;5133.30;9.50;1034.00;1.57;1.20 +4461;0;4946.00;9.50;836.00;0.00;1.02 +4461;1;4941.00;9.50;827.50;-0.53;1.02 +4461;2;4955.00;9.50;831.00;1.06;1.02 +4461;3;4938.50;9.50;841.00;4.12;1.02 +4461;4;4952.50;9.50;844.00;2.45;1.02 +4461;9;4936.10;9.50;836.00;1.57;1.02 +4461;10;4955.90;9.50;836.00;-1.57;1.02 +4461;11;4938.00;9.50;822.40;-0.53;1.02 +4461;12;4960.40;9.50;828.00;1.06;1.02 +4461;13;4934.00;9.50;844.00;4.12;1.02 +4461;14;4956.40;9.50;848.80;2.45;1.02 4461;21;4936.10;9.50;836.00;1.57;1.02 +4462;0;4916.00;10.30;415.00;0.00;0.32 +4462;1;4915.50;10.40;411.50;-0.14;0.32 +4462;2;4910.00;10.40;414.50;-1.48;0.32 +4462;3;4921.50;10.20;412.50;1.14;0.32 +4462;4;4921.50;10.30;416.00;1.75;0.32 +4462;5;4910.00;10.30;418.50;4.18;0.32 +4462;6;4914.50;10.30;418.50;3.54;0.32 +4462;9;4910.42;10.40;415.00;1.57;0.32 +4462;10;4921.58;10.30;415.00;-1.57;0.32 +4462;19;4927.00;9.60;418.00;-4.53;0.32 +4462;20;4928.68;9.60;418.46;1.83;0.32 4462;21;4910.42;10.40;415.00;1.57;0.32 +4463;0;3553.00;10.37;1369.00;0.00;0.26 +4463;1;3555.00;10.15;1367.00;0.78;0.26 +4463;2;3551.50;11.90;1366.50;-0.54;0.26 +4463;3;3550.50;11.55;1369.00;4.71;0.26 +4463;4;3556.00;9.70;1370.00;1.89;0.26 +4463;5;3552.00;10.00;1372.00;3.46;0.26 +4463;9;3550.12;11.74;1369.00;1.57;0.26 +4463;10;3555.88;9.73;1369.00;-1.57;0.26 4463;21;3550.12;11.74;1369.00;1.57;0.26 +4464;0;1409.00;9.70;1376.00;0.00;0.26 +4464;1;1410.50;9.60;1371.50;0.32;0.26 +4464;2;1407.00;9.70;1374.00;-0.78;0.26 +4464;3;1411.50;9.70;1376.50;1.76;0.26 +4464;4;1407.00;10.10;1379.50;3.66;0.26 +4464;5;1409.50;10.40;1381.50;3.05;0.26 +4464;9;1406.66;9.70;1376.00;1.57;0.26 +4464;10;1411.34;9.70;1376.00;-1.57;0.26 +4464;19;1411.00;9.50;1367.00;0.32;0.26 +4464;20;1411.38;9.50;1365.29;0.21;0.26 4464;21;1406.66;9.70;1376.00;1.57;0.26 +4465;0;5053.00;9.50;1421.00;0.00;0.98 +4465;1;5063.00;9.50;1407.50;0.63;0.98 +4465;2;5059.00;9.50;1410.00;0.49;0.98 +4465;3;5066.00;9.50;1410.00;0.86;0.98 +4465;4;5048.00;9.50;1413.00;-0.55;0.98 +4465;5;5069.50;9.50;1416.00;1.27;0.98 +4465;6;5041.50;9.50;1419.50;-1.44;0.98 +4465;7;5073.00;9.50;1422.00;1.62;0.98 +4465;8;5031.50;9.50;1426.50;4.46;0.98 +4465;9;5035.00;9.50;1421.00;1.57;0.98 +4465;10;5071.00;9.50;1421.00;-1.57;0.98 +4465;11;5069.00;9.51;1399.40;0.63;0.98 +4465;12;5062.60;9.50;1403.40;0.49;0.98 +4465;13;5073.80;9.50;1403.40;0.86;0.98 +4465;14;5045.00;9.50;1408.20;-0.55;0.98 +4465;15;5079.40;9.50;1413.00;1.27;0.98 +4465;16;5034.60;9.50;1418.60;-1.44;0.98 +4465;17;5085.00;9.50;1422.60;1.62;0.98 +4465;18;5018.60;9.50;1429.80;4.46;0.98 4465;21;5035.00;9.50;1421.00;1.57;0.98 +4466;0;4532.00;9.50;827.00;0.00;1.12 +4466;1;4521.50;9.50;817.00;-0.81;1.12 +4466;2;4541.00;9.50;821.00;0.98;1.12 +4466;3;4512.00;9.50;823.50;-1.39;1.12 +4466;4;4518.00;9.50;827.50;4.67;1.12 +4466;5;4520.50;9.50;832.50;4.26;1.12 +4466;6;4549.50;9.50;835.00;2.00;1.12 +4466;7;4521.50;9.50;836.00;4.00;1.12 +4466;8;4536.50;9.50;838.00;2.75;1.12 +4466;9;4516.88;9.50;827.00;1.57;1.12 +4466;10;4547.12;9.50;827.00;-1.57;1.12 +4466;11;4515.20;9.50;811.00;-0.81;1.12 +4466;12;4546.40;9.50;817.40;0.98;1.12 +4466;13;4500.00;9.50;821.40;-1.39;1.12 +4466;14;4509.60;9.50;827.80;4.67;1.12 +4466;15;4513.60;9.50;835.80;4.26;1.12 +4466;16;4560.00;9.50;839.80;2.00;1.12 +4466;17;4515.20;9.50;841.40;4.00;1.12 +4466;18;4539.20;9.50;844.60;2.75;1.12 4466;21;4516.88;9.50;827.00;1.57;1.12 +4467;0;3930.00;18.45;1309.00;0.00;0.32 +4467;1;3931.50;18.95;1306.00;0.46;0.32 +4467;2;3926.50;18.60;1308.00;-1.29;0.32 +4467;3;3935.00;17.65;1309.50;1.67;0.32 +4467;4;3927.00;15.80;1311.50;4.01;0.32 +4467;5;3932.50;14.70;1312.50;2.52;0.32 +4467;9;3925.68;17.57;1309.00;1.57;0.32 +4467;10;3934.32;18.03;1309.00;-1.57;0.32 4467;21;3934.32;18.03;1309.00;-1.57;0.32 +4468;0;4857.00;10.57;635.00;0.00;0.68 +4468;1;4853.55;9.80;629.53;-1.42;0.68 +4468;2;4856.00;10.00;631.00;-0.24;0.68 +4468;3;4862.50;10.40;633.00;1.22;0.68 +4468;4;4867.50;10.50;636.50;1.71;0.68 +4468;5;4863.50;9.70;638.50;2.06;0.68 +4468;9;4846.74;9.50;635.00;1.57;0.68 +4468;10;4867.26;10.48;635.00;-1.57;0.68 +4468;19;4841.00;9.65;622.00;-1.43;0.68 +4468;20;4839.64;9.65;620.89;-0.88;0.68 4468;21;4846.74;9.50;635.00;1.57;0.68 +4469;0;4560.00;14.47;1294.00;0.00;0.30 +4469;1;4558.50;14.10;1289.50;-0.32;0.30 +4469;2;4562.00;13.70;1290.50;0.51;0.30 +4469;3;4558.00;14.45;1295.50;4.06;0.30 +4469;4;4563.00;13.90;1293.00;1.24;0.30 +4469;5;4562.00;14.55;1297.50;2.62;0.30 +4469;6;4560.50;13.70;1300.00;3.05;0.30 +4469;9;4557.30;14.45;1294.00;1.57;0.30 +4469;10;4562.70;14.16;1294.00;-1.57;0.30 4469;21;4557.30;14.45;1294.00;1.57;0.30 +4470;0;3956.00;9.50;324.00;0.00;0.92 +4470;1;3953.50;9.50;314.50;-0.25;0.92 +4470;2;3964.00;9.50;314.00;0.67;0.92 +4470;3;3966.50;9.50;320.50;1.24;0.92 +4470;4;3945.00;9.50;325.50;4.57;0.92 +4470;5;3965.50;9.50;332.00;2.27;0.92 +4470;6;3954.50;9.50;334.00;3.29;0.92 +4470;9;3947.36;9.50;324.00;1.57;0.92 +4470;10;3964.64;9.50;324.00;-1.57;0.92 +4470;11;3952.00;9.50;308.80;-0.25;0.92 +4470;12;3968.80;9.50;308.00;0.67;0.92 +4470;13;3972.80;9.50;318.40;1.24;0.92 +4470;14;3938.40;9.50;326.40;4.57;0.92 +4470;15;3971.20;9.50;336.80;2.27;0.92 +4470;16;3953.60;9.50;340.00;3.29;0.92 4470;21;3947.36;9.50;324.00;1.57;0.92 +4471;0;3630.00;9.50;624.00;0.00;0.92 +4471;1;3621.50;9.50;619.00;-1.03;0.92 +4471;2;3632.50;9.50;612.00;0.20;0.92 +4471;3;3642.00;9.50;623.00;1.48;0.92 +4471;4;3630.50;9.50;636.50;3.10;0.92 +4471;5;3620.00;9.50;636.50;3.81;0.92 +4471;9;3621.72;9.50;624.00;1.57;0.92 +4471;10;3638.28;9.50;624.00;-1.57;0.92 +4471;11;3616.40;9.50;616.00;-1.03;0.92 +4471;12;3634.00;9.50;604.80;0.20;0.92 +4471;13;3649.20;9.50;622.40;1.48;0.92 +4471;14;3630.80;9.50;644.00;3.10;0.92 +4471;15;3614.00;9.50;644.00;3.81;0.92 4471;21;3621.72;9.50;624.00;1.57;0.92 +4472;0;4044.00;10.12;936.00;0.00;0.36 +4472;1;4045.00;10.00;932.50;0.27;0.36 +4472;2;4040.50;10.40;935.00;-1.29;0.36 +4472;3;4047.00;10.05;937.50;2.03;0.36 +4472;4;4042.50;10.30;939.50;3.54;0.36 +4472;9;4040.76;10.41;936.00;1.57;0.36 +4472;10;4047.24;10.00;936.00;-1.57;0.36 4472;21;4040.76;10.41;936.00;1.57;0.36 +4473;0;3564.00;13.22;1301.00;0.00;0.32 +4473;1;3564.00;14.07;1298.00;0.00;0.32 +4473;2;3567.00;10.55;1301.00;1.57;0.32 +4473;3;3561.00;14.25;1301.50;4.54;0.32 +4473;4;3564.50;11.70;1303.50;2.94;0.32 +4473;9;3560.76;14.27;1301.00;1.57;0.32 +4473;10;3567.24;10.38;1301.00;-1.57;0.32 4473;21;3560.76;14.27;1301.00;1.57;0.32 +4474;0;3551.00;9.50;146.00;0.00;1.20 +4474;1;3547.50;9.50;134.00;-0.28;1.20 +4474;2;3563.50;9.50;143.00;1.33;1.20 +4474;3;3540.50;9.50;149.50;4.39;1.20 +4474;4;3556.50;9.50;158.00;2.71;1.20 +4474;9;3539.48;9.50;146.00;1.57;1.20 +4474;10;3562.52;9.50;146.00;-1.57;1.20 +4474;11;3545.40;9.50;126.80;-0.28;1.20 +4474;12;3571.00;9.50;141.20;1.33;1.20 +4474;13;3534.20;9.50;151.60;4.39;1.20 +4474;14;3559.80;9.50;165.20;2.71;1.20 4474;21;3539.48;9.50;146.00;1.57;1.20 +4475;0;2813.00;9.50;691.00;0.00;0.80 +4475;1;2809.00;9.50;682.50;-0.44;0.80 +4475;2;2821.00;9.50;682.00;0.72;0.80 +4475;3;2824.00;9.50;691.50;1.61;0.80 +4475;4;2800.50;9.50;683.50;-1.03;0.80 +4475;5;2800.50;9.50;690.50;-1.53;0.80 +4475;6;2807.50;9.50;699.00;3.74;0.80 +4475;7;2819.50;9.50;701.00;2.56;0.80 +4475;9;2804.18;9.50;691.00;1.57;0.80 +4475;10;2821.82;9.50;691.00;-1.57;0.80 +4475;11;2806.60;9.50;677.40;-0.44;0.80 +4475;12;2825.80;9.50;676.60;0.72;0.80 +4475;13;2830.60;9.50;691.80;1.61;0.80 +4475;14;2793.00;9.50;679.00;-1.03;0.80 +4475;15;2793.00;9.50;690.20;-1.53;0.80 +4475;16;2804.20;9.50;703.80;3.74;0.80 +4475;17;2823.40;9.50;707.00;2.56;0.80 4475;21;2804.18;9.50;691.00;1.57;0.80 +4476;0;1587.00;9.62;1219.00;0.00;0.48 +4476;1;1584.00;9.70;1214.50;-0.58;0.48 +4476;2;1589.50;9.80;1215.50;0.62;0.48 +4476;3;1584.00;9.67;1220.00;4.39;0.48 +4476;4;1589.50;9.70;1222.50;2.52;0.48 +4476;5;1585.00;9.70;1225.50;3.44;0.48 +4476;9;1582.68;9.68;1219.00;1.57;0.48 +4476;10;1591.32;9.65;1219.00;-1.57;0.48 +4476;19;1579.00;9.50;1233.00;-2.84;0.48 +4476;20;1578.13;9.50;1234.51;3.66;0.48 4476;21;1582.68;9.68;1219.00;1.57;0.48 +4477;0;3551.00;9.97;1332.00;0.00;0.26 +4477;1;3551.00;10.12;1329.00;0.00;0.26 +4477;2;3547.50;9.75;1331.00;-1.29;0.26 +4477;3;3554.00;10.40;1331.50;1.40;0.26 +4477;4;3549.00;9.90;1333.50;4.06;0.26 +4477;5;3553.00;10.15;1334.00;2.35;0.26 +4477;9;3547.94;9.77;1332.00;1.57;0.26 +4477;10;3554.06;10.38;1332.00;-1.57;0.26 4477;21;3547.94;9.77;1332.00;1.57;0.26 +4478;0;5113.00;10.75;176.00;0.00;0.50 +4478;1;5112.50;10.70;170.50;-0.09;0.50 +4478;2;5117.00;10.80;172.50;0.85;0.50 +4478;3;5108.50;10.60;175.00;-1.35;0.50 +4478;4;5117.00;11.02;178.00;2.03;0.50 +4478;5;5109.00;10.92;181.00;3.81;0.50 +4478;6;5113.50;10.80;180.50;3.03;0.50 +4478;9;5108.50;10.60;176.00;1.57;0.50 +4478;10;5117.50;11.10;176.00;-1.57;0.50 4478;21;5108.50;10.60;176.00;1.57;0.50 +4479;0;2586.00;9.50;315.00;0.00;1.16 +4479;1;2583.50;9.50;300.50;-0.17;1.16 +4479;2;2592.50;9.50;301.00;0.43;1.16 +4479;3;2575.50;9.50;312.00;-1.29;1.16 +4479;4;2599.00;9.50;307.50;1.04;1.16 +4479;5;2596.50;9.50;321.00;2.09;1.16 +4479;6;2573.00;9.50;325.00;4.05;1.16 +4479;7;2586.00;9.50;328.00;3.14;1.16 +4479;9;2574.48;9.50;315.00;1.57;1.16 +4479;10;2597.52;9.50;315.00;-1.57;1.16 +4479;11;2582.00;9.50;291.80;-0.17;1.16 +4479;12;2596.40;9.50;292.60;0.43;1.16 +4479;13;2569.20;9.50;310.20;-1.29;1.16 +4479;14;2606.80;9.50;303.00;1.04;1.16 +4479;15;2602.80;9.50;324.60;2.09;1.16 +4479;16;2565.20;9.50;331.00;4.05;1.16 +4479;17;2586.00;9.50;335.80;3.14;1.16 4479;21;2574.48;9.50;315.00;1.57;1.16 +4480;0;4521.00;12.20;1080.00;0.00;0.34 +4480;1;4521.50;12.00;1075.50;0.11;0.34 +4480;2;4524.00;12.10;1076.50;0.70;0.34 +4480;3;4518.50;11.70;1075.50;-0.50;0.34 +4480;4;4517.50;11.90;1079.50;-1.42;0.34 +4480;5;4525.00;12.40;1080.50;1.69;0.34 +4480;6;4523.50;11.70;1083.50;2.52;0.34 +4480;7;4518.00;11.40;1084.00;3.78;0.34 +4480;8;4520.00;11.60;1084.50;3.36;0.34 +4480;9;4517.94;11.98;1080.00;1.57;0.34 +4480;10;4524.06;12.28;1080.00;-1.57;0.34 4480;21;4517.94;11.98;1080.00;1.57;0.34 +4481;0;5143.00;10.75;277.00;0.00;0.32 +4481;1;5140.50;10.90;275.00;-0.89;0.32 +4481;2;5145.00;10.60;274.00;0.58;0.32 +4481;3;5146.50;10.40;278.00;1.84;0.32 +4481;4;5140.50;10.90;279.00;4.03;0.32 +4481;9;5139.22;10.93;277.00;1.57;0.32 +4481;10;5146.78;10.38;277.00;-1.57;0.32 +4481;19;5152.00;9.98;276.00;-4.43;0.32 +4481;20;5153.73;9.98;275.80;1.46;0.32 4481;21;5139.22;10.93;277.00;1.57;0.32 +4482;0;3780.00;10.05;1280.00;0.00;0.42 +4482;1;3782.00;10.10;1274.50;0.34;0.42 +4482;2;3779.00;10.10;1277.00;-0.32;0.42 +4482;3;3783.50;10.10;1281.00;1.84;0.42 +4482;4;3775.00;10.00;1281.50;4.42;0.42 +4482;5;3776.50;10.00;1284.00;3.86;0.42 +4482;6;3780.50;10.00;1284.50;3.03;0.42 +4482;9;3776.22;10.03;1280.00;1.57;0.42 +4482;10;3783.78;10.10;1280.00;-1.57;0.42 4482;21;3776.22;10.03;1280.00;1.57;0.42 +4483;0;2455.00;9.50;1021.00;0.00;1.16 +4483;1;2448.50;9.50;1001.00;-0.31;1.16 +4483;2;2455.50;9.50;1005.00;0.03;1.16 +4483;3;2444.00;9.50;1013.00;-0.94;1.16 +4483;4;2466.50;9.50;1021.50;1.61;1.16 +4483;5;2446.00;9.50;1029.50;3.95;1.16 +4483;6;2460.00;9.50;1034.50;2.78;1.16 +4483;9;2444.56;9.50;1021.00;1.57;1.16 +4483;10;2465.44;9.50;1021.00;-1.57;1.16 +4483;11;2444.60;9.50;989.00;-0.31;1.16 +4483;12;2455.80;9.50;995.40;0.03;1.16 +4483;13;2437.40;9.50;1008.20;-0.94;1.16 +4483;14;2473.40;9.50;1021.80;1.61;1.16 +4483;15;2440.60;9.50;1034.60;3.95;1.16 +4483;16;2463.00;9.50;1042.60;2.78;1.16 4483;21;2444.56;9.50;1021.00;1.57;1.16 +4484;0;2020.00;9.50;1647.00;0.00;1.56 +4484;1;2036.00;9.50;1622.50;0.57;1.56 +4484;2;2033.50;9.50;1618.00;0.43;1.56 +4484;3;2014.50;9.50;1634.50;-0.41;1.56 +4484;4;2034.00;9.50;1645.00;1.42;1.56 +4484;5;1999.00;9.50;1657.50;4.24;1.56 +4484;6;2000.50;9.50;1663.00;4.02;1.56 +4484;7;2023.00;9.50;1668.50;3.00;1.56 +4484;8;2008.50;9.50;1668.50;3.63;1.56 +4484;9;2005.96;9.50;1647.00;1.57;1.56 +4484;10;2034.04;9.50;1647.00;-1.57;1.56 +4484;11;2045.60;9.50;1607.80;0.57;1.56 +4484;12;2041.60;9.50;1600.60;0.43;1.56 +4484;13;2011.20;9.50;1627.00;-0.41;1.56 +4484;14;2042.40;9.50;1643.80;1.42;1.56 +4484;15;1986.40;9.50;1663.80;4.24;1.56 +4484;16;1988.80;9.50;1672.60;4.02;1.56 +4484;17;2024.80;9.50;1681.40;3.00;1.56 +4484;18;2001.60;9.50;1681.40;3.63;1.56 4484;21;2005.96;9.50;1647.00;1.57;1.56 +4485;0;1556.00;9.50;711.00;0.00;1.12 +4485;1;1548.00;9.50;692.50;-0.40;1.12 +4485;2;1560.00;9.50;700.00;0.34;1.12 +4485;3;1544.50;9.50;707.00;-1.23;1.12 +4485;4;1570.50;9.50;709.50;1.46;1.12 +4485;5;1567.00;9.50;718.00;2.13;1.12 +4485;6;1553.00;9.50;724.00;3.36;1.12 +4485;7;1563.00;9.50;725.00;2.67;1.12 +4485;9;1545.92;9.50;711.00;1.57;1.12 +4485;10;1566.08;9.50;711.00;-1.57;1.12 +4485;11;1543.20;9.50;681.40;-0.40;1.12 +4485;12;1562.40;9.50;693.40;0.34;1.12 +4485;13;1537.60;9.50;704.60;-1.23;1.12 +4485;14;1579.20;9.50;708.60;1.46;1.12 +4485;15;1573.60;9.50;722.20;2.13;1.12 +4485;16;1551.20;9.50;731.80;3.36;1.12 +4485;17;1567.20;9.50;733.40;2.67;1.12 4485;21;1545.92;9.50;711.00;1.57;1.12 +4486;0;3379.00;12.27;1190.00;0.00;0.34 +4486;1;3377.50;11.70;1187.50;-0.54;0.34 +4486;2;3381.50;13.00;1187.00;0.69;0.34 +4486;3;3383.50;14.00;1188.50;1.24;0.34 +4486;4;3376.00;11.75;1191.50;4.24;0.34 +4486;5;3381.00;13.00;1192.50;2.46;0.34 +4486;6;3377.50;11.90;1195.50;3.40;0.34 +4486;9;3375.94;11.75;1190.00;1.57;0.34 +4486;10;3382.06;13.57;1190.00;-1.57;0.34 4486;21;3375.94;11.75;1190.00;1.57;0.34 +4487;0;4909.00;10.10;392.00;0.00;0.64 +4487;1;4908.00;10.10;385.00;-0.14;0.64 +4487;2;4902.50;10.10;387.50;-0.96;0.64 +4487;3;4915.50;10.10;390.50;1.34;0.64 +4487;4;4901.50;10.10;392.50;4.64;0.64 +4487;5;4915.50;10.10;397.50;2.27;0.64 +4487;6;4905.50;10.80;397.50;3.70;0.64 +4487;7;4912.00;10.37;400.00;2.78;0.64 +4487;9;4902.70;10.10;392.00;1.57;0.64 +4487;10;4915.30;10.10;392.00;-1.57;0.64 4487;21;4902.70;10.10;392.00;1.57;0.64 +4488;0;3781.00;9.80;1386.00;0.00;0.56 +4488;1;3779.00;9.80;1380.00;-0.32;0.56 +4488;2;3784.50;9.80;1382.50;0.78;0.56 +4488;3;3774.50;9.70;1384.50;-1.34;0.56 +4488;4;3779.00;9.70;1390.50;3.56;0.56 +4488;5;3785.50;9.80;1390.00;2.29;0.56 +4488;9;3775.96;9.70;1386.00;1.57;0.56 +4488;10;3786.04;9.80;1386.00;-1.57;0.56 4488;21;3786.04;9.80;1386.00;-1.57;0.56 +4489;0;642.00;9.50;218.00;0.00;0.94 +4489;1;628.50;9.50;206.00;-0.84;0.94 +4489;2;641.00;9.50;207.50;-0.09;0.94 +4489;3;627.50;9.50;216.50;-1.46;0.94 +4489;4;653.50;9.50;208.50;0.88;0.94 +4489;5;656.50;9.50;219.00;1.64;0.94 +4489;6;627.50;9.50;226.00;4.20;0.94 +4489;7;644.00;9.50;227.00;2.92;0.94 +4489;9;630.30;9.50;218.00;1.57;0.94 +4489;10;653.70;9.50;218.00;-1.57;0.94 +4489;11;620.40;9.50;198.80;-0.84;0.94 +4489;12;640.40;9.50;201.20;-0.09;0.94 +4489;13;618.80;9.50;215.60;-1.46;0.94 +4489;14;660.40;9.50;202.80;0.88;0.94 +4489;15;665.20;9.50;219.60;1.64;0.94 +4489;16;618.80;9.50;230.80;4.20;0.94 +4489;17;645.20;9.50;232.40;2.92;0.94 4489;21;630.30;9.50;218.00;1.57;0.94 +4490;0;74.00;9.50;863.00;0.00;1.06 +4490;1;74.50;9.50;852.00;0.04;1.06 +4490;2;88.50;9.50;851.00;0.87;1.06 +4490;3;88.50;9.50;864.50;1.67;1.06 +4490;4;56.50;9.50;860.00;-1.40;1.06 +4490;5;53.00;9.50;866.50;4.54;1.06 +4490;6;67.00;9.50;870.50;3.89;1.06 +4490;7;85.00;9.50;876.50;2.45;1.06 +4490;9;60.86;9.50;863.00;1.57;1.06 +4490;10;87.14;9.50;863.00;-1.57;1.06 +4490;11;74.80;9.50;845.40;0.04;1.06 +4490;12;97.20;9.50;843.80;0.87;1.06 +4490;13;97.20;9.50;865.40;1.67;1.06 +4490;14;46.00;9.50;858.20;-1.40;1.06 +4490;15;40.40;9.50;868.60;4.54;1.06 +4490;16;62.80;9.50;875.00;3.89;1.06 +4490;17;91.60;9.50;884.60;2.45;1.06 4490;21;60.86;9.50;863.00;1.57;1.06 +4491;0;1540.00;9.80;1445.00;0.00;0.32 +4491;1;1538.50;9.80;1443.00;-0.64;0.32 +4491;2;1542.00;9.80;1442.00;0.58;0.32 +4491;3;1543.50;9.85;1445.00;1.57;0.32 +4491;4;1541.50;9.90;1447.50;2.60;0.32 +4491;5;1537.00;9.80;1447.50;4.01;0.32 +4491;6;1537.50;9.85;1449.00;3.70;0.32 +4491;9;1537.12;9.80;1445.00;1.57;0.32 +4491;10;1542.88;9.85;1445.00;-1.57;0.32 4491;21;1537.12;9.80;1445.00;1.57;0.32 +4492;0;3919.00;10.87;1424.00;0.00;0.56 +4492;1;3922.00;10.92;1418.00;0.46;0.56 +4492;2;3925.50;10.90;1421.50;1.20;0.56 +4492;3;3915.00;10.75;1420.00;-0.78;0.56 +4492;4;3912.00;10.87;1425.00;4.57;0.56 +4492;5;3923.00;11.15;1428.50;2.41;0.56 +4492;6;3916.50;11.10;1430.50;3.50;0.56 +4492;9;3913.06;10.82;1424.00;1.57;0.56 +4492;10;3924.94;11.00;1424.00;-1.57;0.56 4492;21;3913.06;10.82;1424.00;1.57;0.56 +4493;0;4728.10;9.70;638.34;0.00;0.34 +4493;1;4730.56;9.70;637.64;2.89;0.34 +4493;2;4717.55;9.70;635.38;4.71;0.34 +4493;9;4720.40;9.52;633.00;1.57;0.34 +4493;10;4727.60;9.50;633.00;-1.57;0.34 +4493;19;4724.00;9.53;629.00;-3.39;0.34 +4493;20;4724.00;9.53;627.25;0.00;0.34 4493;21;4720.40;9.52;633.00;1.57;0.34 +4494;0;926.00;9.50;1129.00;0.00;1.22 +4494;1;932.50;9.50;1115.00;0.43;1.22 +4494;2;917.50;9.50;1119.50;-0.73;1.22 +4494;3;937.50;9.50;1130.00;1.65;1.22 +4494;4;912.50;9.50;1134.50;4.32;1.22 +4494;5;922.50;9.50;1144.00;3.37;1.22 +4494;6;932.50;9.50;1144.00;2.73;1.22 +4494;9;915.02;9.50;1129.00;1.57;1.22 +4494;10;936.98;9.50;1129.00;-1.57;1.22 +4494;11;936.40;9.50;1106.60;0.43;1.22 +4494;12;912.40;9.50;1113.80;-0.73;1.22 +4494;13;944.40;9.50;1130.60;1.65;1.22 +4494;14;904.40;9.50;1137.80;4.32;1.22 +4494;15;920.40;9.50;1153.00;3.37;1.22 +4494;16;936.40;9.50;1153.00;2.73;1.22 4494;21;915.02;9.50;1129.00;1.57;1.22 +4495;0;4623.00;13.42;1369.00;0.00;0.44 +4495;1;4620.00;13.60;1363.50;-0.49;0.44 +4495;2;4622.50;13.50;1364.50;-0.11;0.44 +4495;3;4618.00;13.65;1365.50;-0.96;0.44 +4495;4;4626.50;13.50;1365.50;0.78;0.44 +4495;5;4628.00;13.57;1367.00;1.19;0.44 +4495;6;4619.00;13.35;1370.50;4.35;0.44 +4495;7;4627.50;13.70;1370.50;1.89;0.44 +4495;8;4626.50;13.75;1373.00;2.42;0.44 +4495;9;4619.04;13.40;1369.00;1.57;0.44 +4495;10;4626.96;13.57;1369.00;-1.57;0.44 4495;21;4619.04;13.40;1369.00;1.57;0.44 +4496;0;4368.00;10.75;958.00;0.00;0.32 +4496;1;4368.50;10.50;953.50;0.11;0.32 +4496;2;4365.00;10.60;957.00;-1.24;0.32 +4496;3;4371.00;10.85;957.00;1.24;0.32 +4496;4;4367.00;10.77;962.00;3.38;0.32 +4496;5;4371.00;10.97;962.00;2.49;0.32 +4496;9;4365.12;10.60;958.00;1.57;0.32 +4496;10;4370.88;10.90;958.00;-1.57;0.32 4496;21;4370.88;10.90;958.00;-1.57;0.32 +4497;0;1065.00;9.50;987.00;0.00;1.28 +4497;1;1066.50;9.50;972.50;0.10;1.28 +4497;2;1080.00;9.50;981.00;1.19;1.28 +4497;3;1052.50;9.50;975.50;-0.82;1.28 +4497;4;1051.00;9.50;989.50;4.53;1.28 +4497;5;1080.50;9.50;994.50;2.02;1.28 +4497;6;1064.50;9.50;1001.00;3.17;1.28 +4497;9;1053.48;9.50;987.00;1.57;1.28 +4497;10;1076.52;9.50;987.00;-1.57;1.28 +4497;11;1067.40;9.50;963.80;0.10;1.28 +4497;12;1089.00;9.50;977.40;1.19;1.28 +4497;13;1045.00;9.50;968.60;-0.82;1.28 +4497;14;1042.60;9.50;991.00;4.53;1.28 +4497;15;1089.80;9.50;999.00;2.02;1.28 +4497;16;1064.20;9.50;1009.40;3.17;1.28 4497;21;1053.48;9.50;987.00;1.57;1.28 +4498;0;635.00;9.50;1849.00;0.00;1.18 +4498;1;621.50;9.50;1841.50;-1.06;1.18 +4498;2;639.50;9.50;1837.00;0.35;1.18 +4498;3;652.00;9.50;1843.50;1.25;1.18 +4498;4;614.50;9.50;1848.50;-1.54;1.18 +4498;5;623.50;9.50;1858.00;4.04;1.18 +4498;6;643.50;9.50;1858.50;2.41;1.18 +4498;9;620.78;9.50;1849.00;1.57;1.18 +4498;10;649.22;9.50;1849.00;-1.57;1.18 +4498;11;613.40;9.50;1837.00;-1.06;1.18 +4498;12;642.20;9.50;1829.80;0.35;1.18 +4498;13;662.20;9.50;1840.20;1.25;1.18 +4498;14;602.20;9.50;1848.20;-1.54;1.18 +4498;15;616.60;9.50;1863.40;4.04;1.18 +4498;16;648.60;9.50;1864.20;2.41;1.18 4498;21;620.78;9.50;1849.00;1.57;1.18 +4499;0;3785.00;9.90;1347.00;0.00;0.50 +4499;1;3778.00;9.80;1341.50;-0.90;0.50 +4499;2;3786.00;9.85;1343.00;0.24;0.50 +4499;3;3777.50;9.80;1346.00;-1.43;0.50 +4499;4;3792.00;10.15;1348.00;1.71;0.50 +4499;5;3782.00;9.85;1350.50;3.85;0.50 +4499;6;3788.50;10.15;1353.00;2.61;0.50 +4499;9;3779.60;9.80;1347.00;1.57;0.50 +4499;10;3790.40;10.10;1347.00;-1.57;0.50 4499;21;3779.60;9.80;1347.00;1.57;0.50 +4500;0;5097.00;10.10;174.00;0.00;0.44 +4500;1;5099.50;10.20;168.50;0.42;0.44 +4500;2;5102.00;10.30;169.00;0.78;0.44 +4500;3;5096.50;10.10;170.50;-0.14;0.44 +4500;4;5100.50;10.20;174.00;1.57;0.44 +4500;5;5092.50;10.05;175.00;4.49;0.44 +4500;6;5095.00;10.02;179.00;3.52;0.44 +4500;9;5093.04;10.10;174.00;1.57;0.44 +4500;10;5100.96;10.24;174.00;-1.57;0.44 4500;21;5093.04;10.10;174.00;1.57;0.44 +4501;0;4411.00;13.52;1032.00;0.00;0.46 +4501;1;4409.50;13.60;1027.50;-0.32;0.46 +4501;2;4415.00;13.17;1029.00;0.92;0.46 +4501;3;4406.00;13.50;1030.00;-1.19;0.46 +4501;4;4406.50;13.35;1034.00;4.29;0.46 +4501;5;4417.00;13.95;1033.00;1.73;0.46 +4501;6;4413.50;14.00;1034.50;2.35;0.46 +4501;7;4410.50;14.40;1037.50;3.23;0.46 +4501;9;4406.68;13.55;1032.00;1.57;0.46 +4501;10;4415.32;13.59;1032.00;-1.57;0.46 4501;21;4406.68;13.55;1032.00;1.57;0.46 +4502;0;5133.00;10.62;267.00;0.00;0.36 +4502;1;5134.50;10.30;263.00;0.35;0.36 +4502;2;5130.50;10.50;264.50;-0.78;0.36 +4502;3;5137.00;10.25;265.50;1.21;0.36 +4502;4;5128.50;11.00;269.00;4.29;0.36 +4502;5;5135.50;10.70;270.00;2.44;0.36 +4502;6;5131.00;11.05;271.50;3.56;0.36 +4502;9;5129.76;10.92;267.00;1.57;0.36 +4502;10;5136.24;10.40;267.00;-1.57;0.36 4502;21;5129.76;10.92;267.00;1.57;0.36 +4503;0;4750.00;10.02;1407.00;0.00;0.36 +4503;1;4745.50;10.00;1404.00;-0.98;0.36 +4503;2;4751.50;10.40;1404.50;0.54;0.36 +4503;3;4748.00;10.00;1409.00;3.92;0.36 +4503;4;4754.50;10.15;1408.00;1.78;0.36 +4503;5;4753.50;10.00;1410.50;2.35;0.36 +4503;9;4746.22;10.00;1407.00;1.57;0.36 +4503;10;4753.78;10.25;1407.00;-1.57;0.36 4503;21;4746.22;10.00;1407.00;1.57;0.36 +4504;0;4452.00;13.25;1079.00;0.00;0.42 +4504;1;4452.00;12.50;1074.00;0.00;0.42 +4504;2;4456.50;13.10;1074.50;0.78;0.42 +4504;3;4447.50;13.10;1078.00;-1.35;0.42 +4504;4;4456.00;13.45;1079.00;1.57;0.42 +4504;5;4448.50;13.90;1083.50;3.80;0.42 +4504;6;4452.50;14.50;1083.00;3.01;0.42 +4504;9;4448.22;13.15;1079.00;1.57;0.42 +4504;10;4455.78;13.45;1079.00;-1.57;0.42 4504;21;4448.22;13.15;1079.00;1.57;0.42 +4505;0;5034.00;9.90;413.00;0.00;0.32 +4505;1;5035.00;10.00;409.50;0.27;0.32 +4505;2;5031.00;9.85;411.50;-1.10;0.32 +4505;3;5038.00;9.85;413.50;1.69;0.32 +4505;4;5033.50;9.80;415.50;3.33;0.32 +4505;9;5030.58;9.80;413.00;1.57;0.32 +4505;10;5037.42;9.90;413.00;-1.57;0.32 4505;21;5030.58;9.80;413.00;1.57;0.32 +4506;0;4745.00;9.82;1442.00;0.00;0.36 +4506;1;4744.50;9.80;1435.00;-0.07;0.36 +4506;2;4747.50;9.80;1436.50;0.42;0.36 +4506;3;4743.50;9.80;1438.50;-0.40;0.36 +4506;4;4748.00;10.40;1443.50;2.03;0.36 +4506;5;4741.50;9.80;1445.00;4.00;0.36 +4506;6;4745.50;9.80;1449.00;3.07;0.36 +4506;9;4741.76;9.80;1442.00;1.57;0.36 +4506;10;4748.24;10.69;1442.00;-1.57;0.36 4506;21;4741.76;9.80;1442.00;1.57;0.36 +4507;0;1371.00;9.55;1360.00;0.00;0.36 +4507;1;1371.00;9.50;1358.00;0.00;0.36 +4507;2;1374.50;9.70;1360.50;1.71;0.36 +4507;3;1366.50;9.70;1360.00;4.71;0.36 +4507;4;1370.00;9.90;1364.00;3.38;0.36 +4507;9;1367.22;9.70;1360.00;1.57;0.36 +4507;10;1374.78;9.71;1360.00;-1.57;0.36 +4507;19;1366.00;9.60;1357.00;0.00;0.36 +4507;20;1364.49;9.60;1356.10;-1.03;0.36 4507;21;1367.22;9.70;1360.00;1.57;0.36 +4508;0;1432.00;10.50;1531.00;0.00;0.32 +4508;1;1431.50;10.40;1527.00;-0.12;0.32 +4508;2;1435.50;10.45;1530.00;1.29;0.32 +4508;3;1428.50;10.50;1528.50;-0.95;0.32 +4508;4;1428.50;10.50;1531.00;4.71;0.32 +4508;5;1437.00;10.50;1533.00;1.95;0.32 +4508;6;1429.00;10.60;1534.00;3.92;0.32 +4508;7;1433.50;10.60;1534.50;2.73;0.32 +4508;9;1428.76;10.50;1531.00;1.57;0.32 +4508;10;1435.24;10.50;1531.00;-1.57;0.32 4508;21;1428.76;10.50;1531.00;1.57;0.32 +4509;0;4947.00;9.80;615.00;0.00;0.42 +4509;1;4942.50;10.70;611.00;-0.84;0.42 +4509;2;4949.00;10.72;613.00;0.78;0.42 +4509;3;4945.50;9.50;617.00;3.78;0.42 +4509;4;4951.50;9.65;617.00;1.98;0.42 +4509;5;4942.00;9.50;618.50;4.10;0.42 +4509;9;4942.32;9.54;615.00;1.57;0.42 +4509;10;4951.68;10.30;615.00;-1.57;0.42 +4509;19;4955.00;9.60;625.00;-2.50;0.42 +4509;20;4956.09;9.60;626.36;2.46;0.42 4509;21;4942.32;9.54;615.00;1.57;0.42 +4510;0;1394.00;10.30;1432.00;0.00;0.38 +4510;1;1391.00;10.30;1427.50;-0.58;0.38 +4510;2;1389.00;9.95;1429.50;-1.10;0.38 +4510;3;1396.50;10.30;1430.00;0.89;0.38 +4510;4;1391.00;10.05;1434.50;4.01;0.38 +4510;5;1400.50;10.30;1433.50;1.79;0.38 +4510;6;1397.00;10.30;1435.00;2.35;0.38 +4510;9;1389.50;9.95;1432.00;1.57;0.38 +4510;10;1398.50;10.30;1432.00;-1.57;0.38 4510;21;1389.50;9.95;1432.00;1.57;0.38 +4511;0;4432.00;10.45;927.00;0.00;0.40 +4511;1;4433.50;10.20;922.50;0.32;0.40 +4511;2;4428.50;10.50;924.50;-0.95;0.40 +4511;3;4436.50;10.20;926.00;1.35;0.40 +4511;4;4429.00;10.25;930.00;3.92;0.40 +4511;5;4433.50;10.10;931.00;2.78;0.40 +4511;9;4428.40;10.55;927.00;1.57;0.40 +4511;10;4435.60;10.29;927.00;-1.57;0.40 4511;21;4428.40;10.55;927.00;1.57;0.40 +4512;0;3437.00;12.20;1281.00;0.00;0.24 +4512;1;3436.50;11.60;1279.00;-0.24;0.24 +4512;2;3441.50;11.60;1280.00;1.35;0.24 +4512;3;3433.00;12.05;1282.50;4.35;0.24 +4512;4;3442.00;12.15;1282.50;1.86;0.24 +4512;5;3438.00;12.65;1283.00;2.67;0.24 +4512;9;3433.22;11.87;1281.00;1.57;0.24 +4512;10;3440.78;11.92;1281.00;-1.57;0.24 4512;21;3433.22;11.87;1281.00;1.57;0.24 +4513;0;4117.00;11.77;1005.00;0.00;0.26 +4513;1;4119.00;10.80;1003.50;0.92;0.26 +4513;2;4114.50;11.80;1002.50;-0.78;0.26 +4513;3;4113.50;12.40;1005.50;4.57;0.26 +4513;4;4122.50;10.90;1006.50;1.83;0.26 +4513;5;4118.50;11.60;1007.50;2.60;0.26 +4513;6;4121.00;12.12;1008.00;2.21;0.26 +4513;9;4113.40;12.42;1005.00;1.57;0.26 +4513;10;4120.60;10.89;1005.00;-1.57;0.26 4513;21;4113.40;12.42;1005.00;1.57;0.26 +4514;0;4694.00;10.35;1380.00;0.00;0.32 +4514;1;4693.50;10.80;1376.50;-0.14;0.32 +4514;2;4690.50;10.80;1377.50;-0.95;0.32 +4514;3;4696.50;10.30;1378.50;1.03;0.32 +4514;4;4690.50;10.35;1381.00;4.43;0.32 +4514;5;4696.50;10.20;1383.00;2.44;0.32 +4514;6;4692.50;10.30;1383.00;3.60;0.32 +4514;9;4690.22;10.48;1380.00;1.57;0.32 +4514;10;4697.78;10.25;1380.00;-1.57;0.32 4514;21;4690.22;10.48;1380.00;1.57;0.32 +4515;0;3217.00;13.10;485.00;0.00;0.54 +4515;1;3220.00;13.85;473.50;0.25;0.54 +4515;2;3212.00;13.20;479.50;-0.73;0.54 +4515;3;3223.50;12.70;480.50;0.96;0.54 +4515;4;3221.00;12.40;493.50;2.70;0.54 +4515;5;3213.00;12.95;494.00;3.56;0.54 +4515;9;3212.14;13.50;485.00;1.57;0.54 +4515;10;3221.86;12.55;485.00;-1.57;0.54 4515;21;3212.14;13.50;485.00;1.57;0.54 +4516;0;4135.00;10.32;1062.00;0.00;0.34 +4516;1;4133.50;10.45;1060.00;-0.64;0.34 +4516;2;4138.00;10.70;1059.50;0.87;0.34 +4516;3;4130.50;10.10;1063.50;4.39;0.34 +4516;4;4137.50;10.20;1063.50;2.11;0.34 +4516;5;4131.00;10.10;1065.50;3.99;0.34 +4516;6;4133.00;10.02;1066.00;3.60;0.34 +4516;9;4131.22;10.20;1062.00;1.57;0.34 +4516;10;4138.78;10.45;1062.00;-1.57;0.34 4516;21;4131.22;10.20;1062.00;1.57;0.34 +4517;0;5096.00;10.82;266.00;0.00;0.44 +4517;1;5099.00;10.77;261.00;0.54;0.44 +4517;2;5102.50;10.75;263.00;1.13;0.44 +4517;3;5092.50;10.70;264.50;-1.16;0.44 +4517;4;5101.50;11.35;268.00;1.92;0.44 +4517;5;5089.00;11.00;269.00;4.30;0.44 +4517;6;5094.00;11.50;270.00;3.60;0.44 +4517;9;5089.88;10.83;266.00;1.57;0.44 +4517;10;5102.12;11.20;266.00;-1.57;0.44 4517;21;5089.88;10.83;266.00;1.57;0.44 +4518;0;938.00;9.72;1477.00;0.00;0.36 +4518;1;936.50;9.70;1473.00;-0.35;0.36 +4518;2;940.50;9.90;1474.50;0.78;0.36 +4518;3;934.00;9.70;1476.50;-1.44;0.36 +4518;4;941.00;9.80;1479.00;2.15;0.36 +4518;5;936.50;9.75;1480.00;3.60;0.36 +4518;9;934.58;9.70;1477.00;1.57;0.36 +4518;10;941.42;9.80;1477.00;-1.57;0.36 4518;21;934.58;9.70;1477.00;1.57;0.36 +4519;0;4552.00;9.80;1192.00;0.00;0.30 +4519;1;4552.50;9.80;1187.50;0.11;0.30 +4519;2;4554.50;9.80;1191.00;1.19;0.30 +4519;3;4550.00;9.80;1189.50;-0.67;0.30 +4519;4;4548.50;9.80;1190.50;-1.16;0.30 +4519;5;4550.00;9.80;1194.00;3.92;0.30 +4519;6;4553.50;9.80;1195.50;2.73;0.30 +4519;9;4549.30;9.80;1192.00;1.57;0.30 +4519;10;4554.70;9.80;1192.00;-1.57;0.30 4519;21;4549.30;9.80;1192.00;1.57;0.30 +4520;0;5050.00;10.85;389.00;0.00;0.40 +4520;1;5054.50;11.20;385.50;0.91;0.40 +4520;2;5056.50;11.00;388.50;1.49;0.40 +4520;3;5046.50;10.60;386.50;-0.95;0.40 +4520;4;5043.00;10.20;391.50;4.36;0.40 +4520;5;5049.00;10.65;392.50;3.42;0.40 +4520;9;5044.42;10.25;389.00;1.57;0.40 +4520;10;5055.58;10.95;389.00;-1.57;0.40 +4520;19;5064.00;9.60;389.00;1.49;0.40 +4520;20;5065.75;9.60;389.00;1.57;0.40 4520;21;5044.42;10.25;389.00;1.57;0.40 +4521;0;966.00;14.55;1506.00;0.00;0.58 +4521;1;966.50;15.20;1500.50;0.09;0.58 +4521;2;970.50;14.70;1501.50;0.78;0.58 +4521;3;960.50;15.85;1505.00;-1.39;0.58 +4521;4;973.50;14.80;1505.00;1.43;0.58 +4521;5;969.50;15.05;1509.00;2.27;0.58 +4521;6;961.00;15.30;1510.50;3.98;0.58 +4521;9;959.88;15.64;1506.00;1.57;0.58 +4521;10;972.12;14.71;1506.00;-1.57;0.58 4521;21;959.88;15.64;1506.00;1.57;0.58 +4522;0;1352.00;10.30;1408.00;0.00;0.32 +4522;1;1348.00;10.30;1407.00;-1.32;0.32 +4522;2;1353.00;10.30;1405.50;0.38;0.32 +4522;3;1357.50;10.40;1409.00;1.75;0.32 +4522;4;1352.50;10.40;1411.50;3.00;0.32 +4522;9;1348.22;10.30;1408.00;1.57;0.32 +4522;10;1355.78;10.36;1408.00;-1.57;0.32 4522;21;1348.22;10.30;1408.00;1.57;0.32 +4523;0;3648.00;9.80;1400.00;0.00;0.48 +4523;1;3651.50;9.80;1395.50;0.66;0.48 +4523;2;3643.00;9.97;1396.00;-0.89;0.48 +4523;3;3656.00;9.80;1399.00;1.44;0.48 +4523;4;3639.50;9.90;1400.50;4.65;0.48 +4523;5;3653.00;9.95;1404.00;2.24;0.48 +4523;6;3645.00;9.90;1405.00;3.68;0.48 +4523;9;3641.52;9.90;1400.00;1.57;0.48 +4523;10;3654.48;9.80;1400.00;-1.57;0.48 4523;21;3641.52;9.90;1400.00;1.57;0.48 +4524;0;4898.00;9.80;613.00;0.00;0.38 +4524;1;4899.50;10.40;608.50;0.32;0.38 +4524;2;4900.00;9.50;613.00;1.57;0.38 +4524;3;4895.00;9.95;610.00;-0.78;0.38 +4524;4;4896.00;9.50;613.50;4.46;0.38 +4524;5;4895.00;9.50;617.00;3.78;0.38 +4524;6;4897.50;9.70;619.50;3.21;0.38 +4524;9;4894.58;9.50;613.00;1.57;0.38 +4524;10;4901.42;9.50;613.00;-1.57;0.38 +4524;19;4907.00;9.75;604.00;1.57;0.38 +4524;20;4908.23;9.75;602.76;0.78;0.38 4524;21;4894.58;9.50;613.00;1.57;0.38 +4525;0;4526.00;13.87;1343.00;0.00;0.50 +4525;1;4525.50;14.10;1337.00;-0.08;0.50 +4525;2;4530.00;13.85;1339.00;0.78;0.50 +4525;3;4521.00;14.60;1342.00;-1.37;0.50 +4525;4;4532.00;13.45;1343.50;1.65;0.50 +4525;5;4529.50;14.70;1347.50;2.48;0.50 +4525;6;4523.50;14.80;1348.50;3.56;0.50 +4525;9;4521.50;14.45;1343.00;1.57;0.50 +4525;10;4530.50;13.45;1343.00;-1.57;0.50 4525;21;4521.50;14.45;1343.00;1.57;0.50 +4526;0;1724.00;10.30;1046.00;0.00;0.60 +4526;1;1727.00;10.60;1041.50;0.58;0.60 +4526;2;1719.50;10.70;1045.00;-1.35;0.60 +4526;3;1723.00;10.10;1049.50;3.42;0.60 +4526;4;1722.50;9.70;1051.50;3.40;0.60 +4526;9;1718.24;10.66;1046.00;1.57;0.60 +4526;10;1729.76;10.08;1046.00;-1.57;0.60 +4526;19;1734.91;9.40;1050.51;-4.06;0.60 +4526;20;1736.52;9.40;1051.17;1.96;0.60 4526;21;1729.76;10.08;1046.00;-1.57;0.60 +4527;0;1476.00;10.20;1526.00;0.00;0.24 +4527;1;1475.50;10.65;1522.00;-0.12;0.24 +4527;2;1478.50;10.15;1523.00;0.69;0.24 +4527;3;1474.00;10.60;1523.00;-0.58;0.24 +4527;4;1473.50;10.40;1526.50;4.51;0.24 +4527;5;1479.00;10.10;1526.50;1.73;0.24 +4527;6;1479.50;10.10;1528.50;2.19;0.24 +4527;7;1473.00;10.12;1529.00;3.92;0.24 +4527;8;1476.50;10.20;1529.50;3.00;0.24 +4527;9;1473.84;10.46;1526.00;1.57;0.24 +4527;10;1478.16;10.10;1526.00;-1.57;0.24 4527;21;1473.84;10.46;1526.00;1.57;0.24 +4528;0;3081.00;11.20;166.00;0.00;0.70 +4528;1;3077.50;9.90;159.50;-0.49;0.70 +4528;2;3085.00;11.47;156.00;0.38;0.70 +4528;3;3088.50;12.60;166.00;1.57;0.70 +4528;4;3073.50;9.95;170.00;4.22;0.70 +4528;5;3081.50;13.00;173.50;3.07;0.70 +4528;6;3074.50;11.70;176.50;3.69;0.70 +4528;9;3074.70;9.87;166.00;1.57;0.70 +4528;10;3087.30;12.56;166.00;-1.57;0.70 +4528;19;3072.00;9.50;166.00;-0.49;0.70 +4528;20;3070.25;9.50;166.00;4.71;0.70 4528;21;3074.70;9.87;166.00;1.57;0.70 +4529;0;4420.00;12.25;994.00;0.00;0.38 +4529;1;4421.00;12.70;990.50;0.27;0.38 +4529;2;4424.50;12.10;991.50;1.06;0.38 +4529;3;4417.00;12.65;993.00;-1.24;0.38 +4529;4;4422.50;12.00;995.50;2.11;0.38 +4529;5;4416.50;12.20;996.50;4.09;0.38 +4529;6;4418.50;12.15;999.00;3.43;0.38 +4529;9;4416.58;12.45;994.00;1.57;0.38 +4529;10;4423.42;12.00;994.00;-1.57;0.38 4529;21;4416.58;12.45;994.00;1.57;0.38 +4530;0;5137.00;10.55;251.00;0.00;0.36 +4530;1;5138.50;10.60;248.50;0.54;0.36 +4530;2;5134.00;10.40;247.50;-0.70;0.36 +4530;3;5133.00;10.35;251.50;4.58;0.36 +4530;4;5142.00;10.85;252.00;1.76;0.36 +4530;5;5140.50;10.65;254.00;2.27;0.36 +4530;6;5136.50;10.50;255.00;3.26;0.36 +4530;9;5133.22;10.37;251.00;1.57;0.36 +4530;10;5140.78;10.82;251.00;-1.57;0.36 4530;21;5133.22;10.37;251.00;1.57;0.36 +4531;0;1448.00;10.60;1541.00;0.00;0.30 +4531;1;1447.50;10.55;1538.00;-0.16;0.30 +4531;2;1445.00;10.50;1538.00;-0.78;0.30 +4531;3;1451.50;10.60;1539.50;1.16;0.30 +4531;4;1444.50;10.50;1541.50;4.57;0.30 +4531;5;1451.00;10.70;1543.50;2.26;0.30 +4531;6;1447.50;10.40;1545.00;3.26;0.30 +4531;9;1445.30;10.50;1541.00;1.57;0.30 +4531;10;1450.70;10.70;1541.00;-1.57;0.30 4531;21;1445.30;10.50;1541.00;1.57;0.30 +4532;0;4470.00;11.92;1065.00;0.00;0.36 +4532;1;4469.50;12.00;1060.50;-0.11;0.36 +4532;2;4464.00;11.70;1063.50;-1.32;0.36 +4532;3;4474.50;11.85;1062.00;0.98;0.36 +4532;4;4476.00;12.30;1065.50;1.65;0.36 +4532;5;4465.50;11.60;1067.50;4.20;0.36 +4532;6;4471.50;12.10;1068.50;2.73;0.36 +4532;9;4465.32;11.55;1065.00;1.57;0.36 +4532;10;4474.68;12.16;1065.00;-1.57;0.36 4532;21;4465.32;11.55;1065.00;1.57;0.36 +4533;0;2035.00;11.90;442.00;0.00;0.56 +4533;1;2040.50;10.00;440.50;1.30;0.56 +4533;2;2035.00;11.45;437.00;0.00;0.56 +4533;3;2029.50;11.90;442.00;4.71;0.56 +4533;4;2035.00;11.92;447.00;3.14;0.56 +4533;9;2029.96;11.90;442.00;1.57;0.56 +4533;10;2040.04;10.28;442.00;-1.57;0.56 +4533;19;2047.00;9.50;437.00;1.30;0.56 +4533;20;2048.61;9.50;436.32;1.17;0.56 4533;21;2029.96;11.90;442.00;1.57;0.56 +4534;0;3508.00;14.10;1359.00;0.00;0.26 +4534;1;3506.50;12.65;1357.00;-0.64;0.26 +4534;2;3509.50;13.40;1356.50;0.54;0.26 +4534;3;3510.50;13.65;1359.00;1.57;0.26 +4534;4;3504.50;12.90;1360.50;4.30;0.26 +4534;5;3509.50;14.35;1362.00;2.67;0.26 +4534;6;3506.50;14.40;1362.00;3.60;0.26 +4534;9;3505.66;13.03;1359.00;1.57;0.26 +4534;10;3510.34;13.73;1359.00;-1.57;0.26 4534;21;3505.66;13.03;1359.00;1.57;0.26 +4535;0;1383.00;10.30;1360.00;0.00;0.32 +4535;1;1386.50;10.20;1353.00;0.46;0.32 +4535;2;1383.00;10.05;1354.50;0.00;0.32 +4535;3;1386.50;10.30;1356.50;0.78;0.32 +4535;4;1380.50;10.30;1360.50;4.51;0.32 +4535;5;1385.50;10.30;1360.50;1.76;0.32 +4535;6;1382.50;10.30;1365.50;3.23;0.32 +4535;7;1379.00;10.30;1366.50;3.69;0.32 +4535;9;1380.12;10.23;1360.00;1.57;0.32 +4535;10;1385.88;10.30;1360.00;-1.57;0.32 +4535;19;1385.00;9.50;1349.00;0.00;0.32 +4535;20;1385.31;9.50;1347.27;0.18;0.32 4535;21;1380.12;10.23;1360.00;1.57;0.32 +4536;0;4349.00;21.25;1240.00;0.00;0.58 +4536;1;4346.00;20.67;1233.00;-0.40;0.58 +4536;2;4353.50;21.10;1236.00;0.84;0.58 +4536;3;4343.50;20.75;1242.00;4.36;0.58 +4536;4;4354.00;21.02;1243.00;2.11;0.58 +4536;5;4348.50;19.80;1247.50;3.20;0.58 +4536;9;4343.78;21.23;1240.00;1.57;0.58 +4536;10;4354.22;21.35;1240.00;-1.57;0.58 4536;21;4343.78;21.23;1240.00;1.57;0.58 +4537;0;4701.00;10.77;611.00;0.00;0.28 +4537;1;4701.00;10.55;608.00;0.00;0.28 +4537;2;4703.50;10.70;609.00;0.89;0.28 +4537;3;4699.00;10.42;611.00;4.71;0.28 +4537;4;4702.50;10.70;612.50;2.35;0.28 +4537;5;4698.50;11.10;614.50;3.76;0.28 +4537;6;4699.50;10.70;615.50;3.46;0.28 +4537;9;4698.48;10.29;611.00;1.57;0.28 +4537;10;4703.52;10.79;611.00;-1.57;0.28 +4537;19;4701.00;9.55;618.00;-3.93;0.28 +4537;20;4701.00;9.55;619.75;3.14;0.28 4537;21;4698.48;10.29;611.00;1.57;0.28 +4538;0;4577.00;11.25;1271.00;0.00;0.32 +4538;1;4575.00;11.25;1267.50;-0.51;0.32 +4538;2;4578.50;10.50;1268.00;0.46;0.32 +4538;3;4572.50;12.25;1270.00;-1.35;0.32 +4538;4;4580.00;10.47;1272.00;1.89;0.32 +4538;5;4575.00;12.20;1273.00;3.92;0.32 +4538;6;4578.50;11.10;1274.00;2.67;0.32 +4538;9;4573.76;12.32;1271.00;1.57;0.32 +4538;10;4580.24;10.38;1271.00;-1.57;0.32 4538;21;4573.76;12.32;1271.00;1.57;0.32 +4539;0;4449.00;9.92;912.00;0.00;0.28 +4539;1;4449.00;9.90;908.50;0.00;0.28 +4539;2;4451.50;10.00;909.00;0.69;0.28 +4539;3;4446.00;9.80;911.50;-1.40;0.28 +4539;4;4452.00;10.00;911.50;1.40;0.28 +4539;5;4451.50;10.10;914.50;2.35;0.28 +4539;6;4448.00;10.00;915.50;3.42;0.28 +4539;9;4446.30;9.80;912.00;1.57;0.28 +4539;10;4451.70;10.00;912.00;-1.57;0.28 4539;21;4446.30;9.80;912.00;1.57;0.28 +4540;0;1404.00;10.35;1479.00;0.00;0.44 +4540;1;1401.50;10.40;1475.50;-0.62;0.44 +4540;2;1405.00;10.40;1476.00;0.32;0.44 +4540;3;1399.00;10.40;1479.50;4.61;0.44 +4540;4;1408.50;10.40;1480.50;1.89;0.44 +4540;5;1402.50;10.30;1483.00;3.50;0.44 +4540;6;1407.50;10.40;1483.50;2.48;0.44 +4540;9;1400.04;10.40;1479.00;1.57;0.44 +4540;10;1407.96;10.40;1479.00;-1.57;0.44 4540;21;1400.04;10.40;1479.00;1.57;0.44 +4541;0;4287.00;11.72;998.00;0.00;0.28 +4541;1;4288.50;11.90;995.50;0.54;0.28 +4541;2;4285.00;11.65;996.00;-0.78;0.28 +4541;3;4290.50;11.80;998.00;1.57;0.28 +4541;4;4285.50;11.55;1000.00;3.78;0.28 +4541;5;4289.00;12.10;1000.00;2.35;0.28 +4541;9;4284.30;11.58;998.00;1.57;0.28 +4541;10;4289.70;12.20;998.00;-1.57;0.28 4541;21;4284.30;11.58;998.00;1.57;0.28 +4542;0;3915.00;19.52;1303.00;0.00;0.36 +4542;1;3913.00;18.10;1300.00;-0.58;0.36 +4542;2;3911.00;19.07;1302.00;-1.32;0.36 +4542;3;3917.50;18.40;1301.50;1.03;0.36 +4542;4;3919.00;19.12;1305.00;2.03;0.36 +4542;5;3913.50;19.45;1305.00;3.78;0.36 +4542;9;3911.04;19.30;1303.00;1.57;0.36 +4542;10;3918.96;18.97;1303.00;-1.57;0.36 4542;21;3918.96;18.97;1303.00;-1.57;0.36 +4543;0;5548.00;10.02;196.00;0.00;0.32 +4543;1;5550.50;10.15;193.00;0.69;0.32 +4543;2;5547.50;9.50;193.50;-0.19;0.32 +4543;3;5545.50;9.50;198.00;4.03;0.32 +4543;4;5549.50;10.05;197.00;2.15;0.32 +4543;5;5547.50;10.00;199.50;3.28;0.32 +4543;9;5544.94;9.50;196.00;1.57;0.32 +4543;10;5551.06;9.96;196.00;-1.57;0.32 +4543;19;5548.00;9.50;191.00;-0.20;0.32 +4543;20;5548.00;9.50;189.25;0.00;0.32 4543;21;5544.94;9.50;196.00;1.57;0.32 +4544;0;4145.00;10.60;1052.00;0.00;0.34 +4544;1;4141.00;11.00;1048.00;-0.78;0.34 +4544;2;4146.50;10.50;1049.50;0.54;0.34 +4544;3;4140.50;10.75;1051.00;-1.35;0.34 +4544;4;4151.00;10.47;1050.00;1.24;0.34 +4544;5;4149.00;10.95;1053.50;1.93;0.34 +4544;6;4143.00;10.85;1054.50;3.81;0.34 +4544;7;4147.00;11.20;1056.50;2.72;0.34 +4544;9;4141.04;10.70;1052.00;1.57;0.34 +4544;10;4148.96;10.70;1052.00;-1.57;0.34 4544;21;4141.04;10.70;1052.00;1.57;0.34 +4545;0;3560.00;14.95;1342.00;0.00;0.34 +4545;1;3561.50;13.70;1338.50;0.40;0.34 +4545;2;3563.50;14.35;1340.00;1.05;0.34 +4545;3;3557.50;12.45;1339.00;-0.69;0.34 +4545;4;3556.00;14.65;1342.00;4.71;0.34 +4545;5;3562.00;14.72;1344.00;2.35;0.34 +4545;6;3557.50;17.50;1345.50;3.76;0.34 +4545;9;3556.94;14.85;1342.00;1.57;0.34 +4545;10;3563.06;14.66;1342.00;-1.57;0.34 4545;21;3556.94;14.85;1342.00;1.57;0.34 +4546;0;5118.00;10.97;254.00;0.00;0.48 +4546;1;5119.00;10.85;249.50;0.21;0.48 +4546;2;5114.50;10.80;248.50;-0.56;0.48 +4546;3;5113.00;10.90;251.50;-1.10;0.48 +4546;4;5123.50;10.70;253.00;1.39;0.48 +4546;5;5113.50;10.95;257.00;4.12;0.48 +4546;6;5123.00;10.35;258.00;2.24;0.48 +4546;7;5118.50;10.20;260.00;3.05;0.48 +4546;9;5113.50;11.00;254.00;1.57;0.48 +4546;10;5122.50;10.55;254.00;-1.57;0.48 4546;21;5113.50;11.00;254.00;1.57;0.48 +4547;0;4543.00;10.00;1199.00;0.00;0.28 +4547;1;4542.00;10.00;1195.00;-0.24;0.28 +4547;2;4545.50;9.90;1197.50;1.03;0.28 +4547;3;4540.50;10.10;1197.50;-1.03;0.28 +4547;4;4541.00;10.15;1201.00;3.92;0.28 +4547;5;4547.00;10.00;1201.50;2.12;0.28 +4547;6;4544.00;10.10;1203.00;2.89;0.28 +4547;9;4540.48;10.10;1199.00;1.57;0.28 +4547;10;4545.52;9.90;1199.00;-1.57;0.28 4547;21;4540.48;10.10;1199.00;1.57;0.28 +4548;0;2027.00;12.57;405.00;0.00;0.60 +4548;1;2023.50;12.90;401.50;-0.78;0.60 +4548;2;2030.50;10.60;402.50;0.95;0.60 +4548;3;2019.50;12.50;407.50;4.39;0.60 +4548;4;2021.00;12.20;410.00;4.01;0.60 +4548;5;2028.00;12.00;410.00;2.94;0.60 +4548;6;2035.00;11.30;410.00;2.12;0.60 +4548;9;2021.06;12.75;405.00;1.57;0.60 +4548;10;2032.94;10.58;405.00;-1.57;0.60 +4548;19;2042.00;9.50;412.00;0.95;0.60 +4548;20;2043.58;9.50;412.74;2.00;0.60 4548;21;2021.06;12.75;405.00;1.57;0.60 +4549;0;3816.00;10.65;1271.00;0.00;0.60 +4549;1;3811.00;11.15;1267.00;-0.89;0.60 +4549;2;3814.50;11.40;1263.50;-0.19;0.60 +4549;3;3819.50;10.85;1269.00;1.05;0.60 +4549;4;3812.00;10.45;1274.50;3.99;0.60 +4549;5;3823.50;10.40;1273.50;1.89;0.60 +4549;6;3818.00;10.30;1276.50;2.79;0.60 +4549;9;3809.88;10.75;1271.00;1.57;0.60 +4549;10;3822.12;10.65;1271.00;-1.57;0.60 4549;21;3822.12;10.65;1271.00;-1.57;0.60 +4550;0;3382.00;13.92;1215.00;0.00;0.32 +4550;1;3379.50;13.60;1212.00;-0.69;0.32 +4550;2;3384.50;12.60;1212.50;0.78;0.32 +4550;3;3378.00;14.00;1215.50;4.58;0.32 +4550;4;3386.00;13.40;1216.00;1.81;0.32 +4550;5;3383.00;14.50;1218.50;2.86;0.32 +4550;6;3380.00;14.20;1218.50;3.66;0.32 +4550;9;3378.04;14.03;1215.00;1.57;0.32 +4550;10;3385.96;13.00;1215.00;-1.57;0.32 4550;21;3385.96;13.00;1215.00;-1.57;0.32 +4551;0;4883.00;9.75;1469.00;0.00;0.30 +4551;1;4878.00;10.25;1465.50;-0.96;0.30 +4551;2;4883.50;9.70;1467.00;0.24;0.30 +4551;3;4878.00;10.30;1467.50;-1.27;0.30 +4551;4;4888.00;9.70;1470.00;1.76;0.30 +4551;5;4881.00;10.15;1470.50;4.06;0.30 +4551;6;4885.50;10.00;1472.00;2.44;0.30 +4551;9;4878.68;10.29;1469.00;1.57;0.30 +4551;10;4887.32;9.70;1469.00;-1.57;0.30 4551;21;4878.68;10.29;1469.00;1.57;0.30 +4552;0;4955.00;11.50;606.00;0.00;0.24 +4552;1;4952.00;12.02;604.00;-0.98;0.24 +4552;2;4957.00;11.80;604.00;0.78;0.24 +4552;3;4949.50;11.85;605.00;-1.39;0.24 +4552;4;4960.50;11.00;606.50;1.66;0.24 +4552;5;4953.00;11.25;608.50;3.81;0.24 +4552;6;4958.50;11.10;608.50;2.19;0.24 +4552;9;4950.68;11.55;606.00;1.57;0.24 +4552;10;4959.32;11.21;606.00;-1.57;0.24 4552;21;4950.68;11.55;606.00;1.57;0.24 +4553;0;3562.00;14.97;1265.00;0.00;0.44 +4553;1;3562.00;14.75;1261.50;0.00;0.44 +4553;2;3568.00;15.20;1262.00;1.10;0.44 +4553;3;3556.00;14.75;1265.50;4.62;0.44 +4553;4;3564.00;15.05;1266.50;2.21;0.44 +4553;5;3557.00;14.60;1270.00;3.92;0.44 +4553;6;3559.50;14.50;1270.50;3.56;0.44 +4553;9;3557.14;14.84;1265.00;1.57;0.44 +4553;10;3566.86;15.20;1265.00;-1.57;0.44 4553;21;3557.14;14.84;1265.00;1.57;0.44 +4554;0;4478.00;10.80;889.00;0.00;0.24 +4554;1;4477.50;11.00;886.50;-0.19;0.24 +4554;2;4481.00;11.75;888.50;1.40;0.24 +4554;3;4474.50;10.25;890.00;4.43;0.24 +4554;4;4480.50;11.70;891.00;2.24;0.24 +4554;5;4477.00;10.80;891.50;3.52;0.24 +4554;9;4475.30;10.35;889.00;1.57;0.24 +4554;10;4480.70;11.61;889.00;-1.57;0.24 4554;21;4475.30;10.35;889.00;1.57;0.24 +4555;0;4622.00;12.10;1427.00;0.00;0.52 +4555;1;4616.50;11.90;1423.00;-0.94;0.52 +4555;2;4621.00;11.95;1422.00;-0.19;0.52 +4555;3;4626.00;12.60;1426.00;1.32;0.52 +4555;4;4620.50;11.90;1429.50;3.68;0.52 +4555;5;4627.00;11.90;1431.50;2.30;0.52 +4555;9;4617.14;11.90;1427.00;1.57;0.52 +4555;10;4626.86;12.60;1427.00;-1.57;0.52 4555;21;4617.14;11.90;1427.00;1.57;0.52 +4556;0;3247.00;16.05;166.00;0.00;0.76 +4556;1;3241.50;15.80;159.50;-0.70;0.76 +4556;2;3249.00;15.35;159.50;0.29;0.76 +4556;3;3254.00;16.70;164.00;1.29;0.76 +4556;4;3241.00;15.40;168.50;4.31;0.76 +4556;5;3254.00;16.92;171.00;2.19;0.76 +4556;6;3248.00;16.10;174.00;3.01;0.76 +4556;9;3240.16;15.39;166.00;1.57;0.76 +4556;10;3253.84;16.79;166.00;-1.57;0.76 4556;21;3240.16;15.39;166.00;1.57;0.76 +4557;0;4058.00;10.55;984.00;0.00;0.42 +4557;1;4058.00;11.65;978.50;0.00;0.42 +4557;2;4061.50;10.80;979.50;0.66;0.42 +4557;3;4055.50;11.50;981.50;-0.78;0.42 +4557;4;4061.00;10.25;986.00;2.15;0.42 +4557;5;4054.50;10.40;987.50;3.92;0.42 +4557;6;4058.00;10.10;990.50;3.14;0.42 +4557;9;4054.22;10.81;984.00;1.57;0.42 +4557;10;4061.78;10.40;984.00;-1.57;0.42 4557;21;4054.22;10.81;984.00;1.57;0.42 +4558;0;3936.00;18.57;1250.00;0.00;0.52 +4558;1;3936.50;17.50;1245.00;0.10;0.52 +4558;2;3930.00;19.90;1247.50;-1.17;0.52 +4558;3;3942.50;20.35;1251.00;1.72;0.52 +4558;4;3930.00;20.42;1252.00;4.39;0.52 +4558;5;3937.00;20.37;1255.00;2.94;0.52 +4558;9;3930.60;20.10;1250.00;1.57;0.52 +4558;10;3941.40;19.84;1250.00;-1.57;0.52 4558;21;3930.60;20.10;1250.00;1.57;0.52 +4559;0;4387.00;15.22;1071.00;0.00;0.40 +4559;1;4386.50;14.85;1067.00;-0.12;0.40 +4559;2;4382.00;15.35;1069.50;-1.27;0.40 +4559;3;4391.00;14.50;1068.50;1.01;0.40 +4559;4;4391.00;15.35;1073.50;2.12;0.40 +4559;5;4385.50;15.20;1074.50;3.54;0.40 +4559;6;4389.50;14.65;1076.00;2.67;0.40 +4559;9;4383.22;15.41;1071.00;1.57;0.40 +4559;10;4390.78;15.10;1071.00;-1.57;0.40 4559;21;4383.22;15.41;1071.00;1.57;0.40 +4560;0;5086.00;9.90;346.00;0.00;0.46 +4560;1;5084.00;10.30;343.50;-0.67;0.46 +4560;2;5090.50;10.60;343.00;0.98;0.46 +4560;3;5089.00;10.02;348.00;2.15;0.46 +4560;4;5079.00;10.20;346.00;4.71;0.46 +4560;5;5081.50;9.85;349.00;4.12;0.46 +4560;9;5080.24;10.16;346.00;1.57;0.46 +4560;10;5091.76;10.45;346.00;-1.57;0.46 +4560;19;5096.00;9.70;347.00;-4.12;0.46 +4560;20;5097.74;9.70;347.17;1.67;0.46 4560;21;5080.24;10.16;346.00;1.57;0.46 +4561;0;4728.00;10.27;1429.00;0.00;0.44 +4561;1;4725.00;10.90;1423.00;-0.46;0.44 +4561;2;4722.00;10.05;1425.00;-0.98;0.44 +4561;3;4730.00;11.15;1426.50;0.67;0.44 +4561;4;4723.00;9.80;1430.00;4.51;0.44 +4561;5;4735.00;10.00;1432.00;1.97;0.44 +4561;6;4729.00;9.80;1433.50;2.92;0.44 +4561;9;4722.96;9.85;1429.00;1.57;0.44 +4561;10;4733.04;10.80;1429.00;-1.57;0.44 4561;21;4722.96;9.85;1429.00;1.57;0.44 +4562;0;3529.00;10.10;1138.00;0.00;0.44 +4562;1;3527.00;10.20;1134.50;-0.51;0.44 +4562;2;3532.00;10.20;1136.00;0.98;0.44 +4562;3;3525.50;10.10;1139.50;4.30;0.44 +4562;4;3531.50;10.10;1141.00;2.44;0.44 +4562;5;3527.00;10.10;1142.50;3.56;0.44 +4562;9;3525.04;10.15;1138.00;1.57;0.44 +4562;10;3532.96;10.12;1138.00;-1.57;0.44 4562;21;3532.96;10.12;1138.00;-1.57;0.44 +4563;0;3642.00;9.70;1365.00;0.00;0.60 +4563;1;3637.50;9.50;1361.50;-0.91;0.60 +4563;2;3649.50;9.50;1363.50;1.37;0.60 +4563;3;3647.00;9.72;1368.00;2.11;0.60 +4563;4;3639.50;9.80;1369.50;3.64;0.60 +4563;9;3635.16;9.70;1365.00;1.57;0.60 +4563;10;3648.84;9.55;1365.00;-1.57;0.60 4563;21;3648.84;9.55;1365.00;-1.57;0.60 +4564;0;4709.45;11.00;595.74;0.00;0.54 +4564;1;4722.37;10.00;581.14;0.62;0.54 +4564;2;4714.98;10.40;585.56;-0.12;0.54 +4564;3;4712.15;10.60;601.75;2.94;0.54 +4564;4;4706.77;11.40;596.41;4.29;0.54 +4564;5;4708.48;10.90;604.21;3.60;0.54 +4564;9;4708.14;10.68;593.00;1.57;0.54 +4564;10;4717.86;9.50;593.00;-1.57;0.54 +4564;19;4714.00;9.63;602.00;-3.34;0.54 +4564;20;4714.19;9.63;603.73;3.03;0.54 4564;21;4708.14;10.68;593.00;1.57;0.54 +4565;0;1402.00;10.40;1404.00;0.00;0.38 +4565;1;1401.50;10.40;1400.50;-0.14;0.38 +4565;2;1397.50;10.40;1401.50;-1.06;0.38 +4565;3;1404.00;10.40;1401.00;0.58;0.38 +4565;4;1399.00;10.40;1405.00;4.39;0.38 +4565;5;1405.50;10.40;1404.50;1.71;0.38 +4565;6;1403.00;10.40;1408.00;2.89;0.38 +4565;7;1405.00;10.40;1408.50;2.55;0.38 +4565;9;1398.22;10.40;1404.00;1.57;0.38 +4565;10;1405.78;10.40;1404.00;-1.57;0.38 4565;21;1398.22;10.40;1404.00;1.57;0.38 +4566;0;4352.00;10.92;898.00;0.00;0.36 +4566;1;4354.00;10.75;893.50;0.41;0.36 +4566;2;4356.50;10.50;894.50;0.91;0.36 +4566;3;4350.50;11.00;896.00;-0.64;0.36 +4566;4;4354.00;10.85;899.00;2.03;0.36 +4566;5;4348.50;11.35;899.00;4.43;0.36 +4566;6;4349.00;11.60;902.50;3.73;0.36 +4566;7;4351.50;11.30;902.50;3.25;0.36 +4566;9;4348.76;11.26;898.00;1.57;0.36 +4566;10;4355.24;10.65;898.00;-1.57;0.36 4566;21;4348.76;11.26;898.00;1.57;0.36 +4567;0;1338.00;15.85;1467.00;0.00;0.38 +4567;1;1338.00;15.80;1461.50;0.00;0.38 +4567;2;1334.00;13.85;1467.00;4.71;0.38 +4567;3;1342.00;12.45;1467.00;1.57;0.38 +4567;4;1337.00;14.35;1472.50;3.32;0.38 +4567;5;1342.00;12.80;1472.00;2.46;0.38 +4567;9;1334.58;14.57;1467.00;1.57;0.38 +4567;10;1341.42;12.57;1467.00;-1.57;0.38 4567;21;1334.58;14.57;1467.00;1.57;0.38 +4568;0;4381.00;11.70;986.00;0.00;0.46 +4568;1;4376.50;11.40;981.00;-0.73;0.46 +4568;2;4382.50;11.55;983.00;0.46;0.46 +4568;3;4375.50;11.30;984.00;-1.22;0.46 +4568;4;4386.50;11.70;987.50;1.83;0.46 +4568;5;4380.00;12.00;989.00;3.46;0.46 +4568;6;4384.50;11.55;990.00;2.42;0.46 +4568;9;4376.32;11.43;986.00;1.57;0.46 +4568;10;4385.68;11.62;986.00;-1.57;0.46 4568;21;4376.32;11.43;986.00;1.57;0.46 +4569;0;1391.00;10.22;1508.00;0.00;0.38 +4569;1;1389.00;10.37;1504.00;-0.46;0.38 +4569;2;1393.00;10.30;1504.50;0.51;0.38 +4569;3;1387.00;10.30;1508.00;4.71;0.38 +4569;4;1396.00;10.20;1506.00;1.19;0.38 +4569;5;1393.50;10.10;1509.00;1.95;0.38 +4569;6;1391.00;10.25;1512.50;3.14;0.38 +4569;9;1387.58;10.30;1508.00;1.57;0.38 +4569;10;1394.42;10.15;1508.00;-1.57;0.38 4569;21;1387.58;10.30;1508.00;1.57;0.38 +4570;0;2154.00;10.57;563.00;0.00;0.56 +4570;1;2157.00;10.25;553.50;0.30;0.56 +4570;2;2152.00;10.15;558.00;-0.38;0.56 +4570;3;2160.00;10.60;558.50;0.92;0.56 +4570;4;2147.50;10.30;565.00;4.41;0.56 +4570;5;2159.00;10.70;566.00;2.11;0.56 +4570;6;2153.00;10.60;569.50;3.29;0.56 +4570;9;2148.96;10.22;563.00;1.57;0.56 +4570;10;2159.04;10.55;563.00;-1.57;0.56 4570;21;2148.96;10.22;563.00;1.57;0.56 +4571;0;4126.00;10.80;1052.00;0.00;0.36 +4571;1;4127.00;11.22;1049.00;0.32;0.36 +4571;2;4123.00;11.30;1049.50;-0.87;0.36 +4571;3;4131.00;10.95;1051.00;1.37;0.36 +4571;4;4123.00;10.47;1054.00;4.12;0.36 +4571;5;4129.00;10.55;1055.00;2.35;0.36 +4571;9;4122.22;10.80;1052.00;1.57;0.36 +4571;10;4129.78;10.81;1052.00;-1.57;0.36 4571;21;4122.22;10.80;1052.00;1.57;0.36 +4572;0;4757.00;10.35;1397.00;0.00;0.32 +4572;1;4754.00;10.55;1394.50;-0.87;0.32 +4572;2;4760.00;10.10;1395.00;0.98;0.32 +4572;3;4751.50;10.60;1397.00;4.71;0.32 +4572;4;4755.00;10.60;1399.50;3.81;0.32 +4572;5;4762.00;10.10;1397.50;1.67;0.32 +4572;6;4760.00;10.25;1399.00;2.15;0.32 +4572;9;4753.04;10.60;1397.00;1.57;0.32 +4572;10;4760.96;10.10;1397.00;-1.57;0.32 4572;21;4753.04;10.60;1397.00;1.57;0.32 +4573;0;1899.00;9.70;257.00;0.00;0.38 +4573;1;1898.50;9.70;253.50;-0.14;0.38 +4573;2;1903.50;9.60;253.00;0.84;0.38 +4573;3;1904.00;9.70;257.50;1.67;0.38 +4573;4;1893.00;9.72;256.00;-1.40;0.38 +4573;5;1893.50;9.70;259.50;4.28;0.38 +4573;6;1898.50;9.70;260.50;3.28;0.38 +4573;9;1894.32;9.70;257.00;1.57;0.38 +4573;10;1903.68;9.70;257.00;-1.57;0.38 +4573;19;1904.00;9.68;264.00;-4.61;0.38 +4573;20;1905.01;9.68;265.42;2.52;0.38 4573;21;1894.32;9.70;257.00;1.57;0.38 +4574;0;3374.00;11.67;1168.00;0.00;0.24 +4574;1;3374.50;11.75;1166.00;0.24;0.24 +4574;2;3371.00;11.65;1167.00;-1.24;0.24 +4574;3;3378.00;11.90;1167.50;1.44;0.24 +4574;4;3377.00;11.80;1169.50;2.03;0.24 +4574;5;3372.00;11.50;1169.50;4.06;0.24 +4574;6;3374.50;11.60;1171.00;2.97;0.24 +4574;9;3371.12;11.60;1168.00;1.57;0.24 +4574;10;3376.88;11.81;1168.00;-1.57;0.24 4574;21;3376.88;11.81;1168.00;-1.57;0.24 +4575;0;1930.00;9.80;375.00;0.00;0.64 +4575;1;1932.50;9.90;366.50;0.28;0.64 +4575;2;1926.00;9.85;372.00;-0.92;0.64 +4575;3;1936.00;9.80;371.00;0.98;0.64 +4575;4;1938.50;9.80;374.00;1.45;0.64 +4575;5;1920.50;9.75;376.00;4.60;0.64 +4575;6;1938.00;9.80;377.50;1.87;0.64 +4575;7;1924.00;9.70;379.50;4.06;0.64 +4575;8;1931.00;9.80;380.00;2.94;0.64 +4575;9;1922.80;9.80;375.00;1.57;0.64 +4575;10;1937.20;9.80;375.00;-1.57;0.64 4575;21;1922.80;9.80;375.00;1.57;0.64 +4576;0;5024.00;9.90;1415.00;0.00;0.48 +4576;1;5027.50;10.40;1410.50;0.66;0.48 +4576;2;5023.50;10.05;1410.00;-0.10;0.48 +4576;3;5021.00;9.70;1417.00;4.12;0.48 +4576;4;5027.00;9.95;1416.50;2.03;0.48 +4576;9;5018.60;9.50;1415.00;1.57;0.48 +4576;10;5029.40;9.86;1415.00;-1.57;0.48 +4576;19;5026.00;9.68;1421.00;-4.25;0.48 +4576;20;5026.55;9.68;1422.66;2.82;0.48 4576;21;5018.60;9.50;1415.00;1.57;0.48 +4577;0;1329.00;10.40;1397.00;0.00;0.34 +4577;1;1326.50;10.40;1394.50;-0.78;0.34 +4577;2;1332.00;10.40;1394.00;0.78;0.34 +4577;3;1334.00;10.40;1396.00;1.37;0.34 +4577;4;1330.00;10.40;1399.50;2.76;0.34 +4577;5;1325.50;10.40;1399.00;4.19;0.34 +4577;9;1325.22;10.40;1397.00;1.57;0.34 +4577;10;1332.78;10.40;1397.00;-1.57;0.34 4577;21;1325.22;10.40;1397.00;1.57;0.34 +4578;0;3820.00;12.77;1394.00;0.00;0.40 +4578;1;3820.50;12.45;1390.00;0.12;0.40 +4578;2;3815.50;12.50;1394.00;4.71;0.40 +4578;3;3825.50;11.40;1390.50;1.00;0.40 +4578;4;3825.50;11.30;1392.50;1.30;0.40 +4578;5;3822.50;11.90;1397.00;2.44;0.40 +4578;6;3817.00;12.15;1398.50;3.73;0.40 +4578;9;3815.68;12.53;1394.00;1.57;0.40 +4578;10;3824.32;11.75;1394.00;-1.57;0.40 4578;21;3824.32;11.75;1394.00;-1.57;0.40 +4579;0;4902.00;10.80;550.06;0.00;0.96 +4579;1;4903.20;10.00;550.08;-0.95;0.96 +4579;2;4901.13;10.30;549.25;-1.12;0.96 +4579;3;4907.06;9.80;551.63;1.95;0.96 +4579;4;4905.29;11.00;557.23;3.20;0.96 +4579;9;4901.28;10.60;543.40;1.57;0.96 +4579;10;4904.80;10.40;553.46;-1.57;0.96 +4579;19;4898.00;9.50;545.00;-4.33;0.96 +4579;20;4899.73;9.50;545.23;1.70;0.96 4579;21;4901.28;10.50;551.76;1.57;0.96 +4580;0;3602.00;15.32;1257.00;0.00;0.36 +4580;1;3603.50;15.40;1253.50;0.40;0.36 +4580;2;3599.00;14.15;1254.50;-0.87;0.36 +4580;3;3607.50;14.80;1255.50;1.30;0.36 +4580;4;3597.50;14.10;1259.00;4.29;0.36 +4580;5;3603.00;12.67;1260.00;2.82;0.36 +4580;9;3597.68;14.21;1257.00;1.57;0.36 +4580;10;3606.32;14.42;1257.00;-1.57;0.36 4580;21;3597.68;14.21;1257.00;1.57;0.36 +4581;0;3778.00;9.67;1422.00;0.00;0.60 +4581;1;3777.50;9.60;1415.50;-0.07;0.60 +4581;2;3782.50;9.80;1415.00;0.57;0.60 +4581;3;3783.00;9.80;1422.00;1.57;0.60 +4581;4;3773.00;9.50;1423.50;4.42;0.60 +4581;5;3782.00;9.80;1427.50;2.51;0.60 +4581;6;3775.00;9.90;1429.00;3.54;0.60 +4581;9;3772.60;9.50;1422.00;1.57;0.60 +4581;10;3783.40;9.80;1422.00;-1.57;0.60 4581;21;3783.40;9.80;1422.00;-1.57;0.60 +4582;0;4389.00;10.15;897.00;0.00;0.26 +4582;1;4389.00;10.40;892.50;0.00;0.26 +4582;2;4387.00;10.35;893.00;-0.46;0.26 +4582;3;4391.50;10.10;896.00;1.19;0.26 +4582;4;4387.50;10.20;896.50;-1.24;0.26 +4582;5;4391.00;10.10;899.50;2.46;0.26 +4582;6;4387.00;10.05;900.50;3.66;0.26 +4582;7;4389.00;10.12;902.00;3.14;0.26 +4582;9;4386.66;10.06;897.00;1.57;0.26 +4582;10;4391.34;10.10;897.00;-1.57;0.26 4582;21;4386.66;10.06;897.00;1.57;0.26 +4583;0;3493.00;14.62;1316.00;0.00;0.32 +4583;1;3491.00;14.80;1312.00;-0.46;0.32 +4583;2;3489.50;14.95;1313.00;-0.86;0.32 +4583;3;3494.50;14.70;1314.00;0.64;0.32 +4583;4;3491.00;14.60;1316.50;4.46;0.32 +4583;5;3496.00;14.45;1318.50;2.26;0.32 +4583;6;3493.00;14.25;1320.00;3.14;0.32 +4583;9;3490.12;14.73;1316.00;1.57;0.32 +4583;10;3495.88;14.33;1316.00;-1.57;0.32 4583;21;3490.12;14.73;1316.00;1.57;0.32 +4584;0;3223.00;14.32;136.00;0.00;1.00 +4584;1;3225.00;13.80;127.00;0.21;1.00 +4584;2;3217.00;14.05;124.50;-0.48;1.00 +4584;3;3215.00;14.02;131.00;-1.01;1.00 +4584;4;3234.00;14.67;137.00;1.66;1.00 +4584;5;3213.00;14.30;139.50;4.37;1.00 +4584;6;3229.50;14.20;144.50;2.48;1.00 +4584;7;3218.00;14.05;143.50;3.73;1.00 +4584;8;3224.00;14.00;148.50;3.06;1.00 +4584;9;3214.00;14.42;136.00;1.57;1.00 +4584;10;3232.00;14.57;136.00;-1.57;1.00 4584;21;3214.00;14.42;136.00;1.57;1.00 +4585;0;4313.00;12.90;986.00;0.00;0.32 +4585;1;4310.00;12.17;985.00;-1.24;0.32 +4585;2;4312.00;12.50;982.50;-0.27;0.32 +4585;3;4316.00;12.70;984.50;1.10;0.32 +4585;4;4316.00;12.70;988.50;2.26;0.32 +4585;5;4310.00;12.57;988.00;4.12;0.32 +4585;6;4312.50;13.20;990.50;3.25;0.32 +4585;9;4310.12;12.34;986.00;1.57;0.32 +4585;10;4315.88;12.74;986.00;-1.57;0.32 4585;21;4310.12;12.34;986.00;1.57;0.32 +4586;0;1228.00;12.00;1494.00;0.00;0.38 +4586;1;1227.50;12.00;1490.00;-0.12;0.38 +4586;2;1235.00;11.90;1490.00;1.05;0.38 +4586;3;1235.50;11.75;1493.00;1.43;0.38 +4586;4;1220.50;12.20;1494.50;4.64;0.38 +4586;5;1228.50;12.00;1498.00;3.01;0.38 +4586;6;1221.00;12.15;1499.00;4.09;0.38 +4586;9;1222.42;12.10;1494.00;1.57;0.38 +4586;10;1233.58;11.80;1494.00;-1.57;0.38 4586;21;1222.42;12.10;1494.00;1.57;0.38 +4587;0;1980.00;10.52;486.00;0.00;0.68 +4587;1;1977.00;10.40;479.00;-0.40;0.68 +4587;2;1969.50;10.30;480.50;-1.08;0.68 +4587;3;1987.00;10.65;482.00;1.05;0.68 +4587;4;1974.50;10.35;488.00;4.36;0.68 +4587;5;1988.00;10.45;489.00;1.93;0.68 +4587;6;1984.00;10.40;494.50;2.70;0.68 +4587;9;1972.80;10.40;486.00;1.57;0.68 +4587;10;1987.20;10.60;486.00;-1.57;0.68 4587;21;1972.80;10.40;486.00;1.57;0.68 +4588;0;4297.00;10.60;1059.00;0.00;0.44 +4588;1;4298.50;10.85;1055.00;0.35;0.44 +4588;2;4294.00;10.75;1054.50;-0.58;0.44 +4588;3;4291.50;10.40;1057.00;-1.22;0.44 +4588;4;4301.00;10.65;1058.00;1.32;0.44 +4588;5;4295.50;10.40;1062.50;3.54;0.44 +4588;6;4300.50;10.45;1063.00;2.42;0.44 +4588;9;4293.04;10.45;1059.00;1.57;0.44 +4588;10;4300.96;10.55;1059.00;-1.57;0.44 4588;21;4293.04;10.45;1059.00;1.57;0.44 +4589;0;1965.00;9.85;369.00;0.00;0.36 +4589;1;1962.00;10.05;366.50;-0.87;0.36 +4589;2;1971.00;9.80;365.50;1.04;0.36 +4589;3;1972.00;9.70;370.00;1.71;0.36 +4589;4;1956.00;9.80;371.00;4.49;0.36 +4589;5;1963.50;9.70;373.00;3.50;0.36 +4589;6;1971.50;9.70;372.50;2.06;0.36 +4589;9;1958.88;9.85;369.00;1.57;0.36 +4589;10;1971.12;9.75;369.00;-1.57;0.36 4589;21;1958.88;9.85;369.00;1.57;0.36 +4590;0;1385.00;11.22;1546.00;0.00;0.24 +4590;1;1381.50;10.60;1545.50;-1.42;0.24 +4590;2;1385.50;12.70;1543.50;0.19;0.24 +4590;3;1389.50;11.30;1544.00;1.15;0.24 +4590;4;1388.50;12.30;1546.50;1.71;0.24 +4590;5;1382.00;10.60;1548.50;4.01;0.24 +4590;6;1385.00;11.10;1548.50;3.14;0.24 +4590;9;1381.76;10.62;1546.00;1.57;0.24 +4590;10;1388.24;11.90;1546.00;-1.57;0.24 4590;21;1381.76;10.62;1546.00;1.57;0.24 +4591;0;3374.00;12.15;1158.00;0.00;0.32 +4591;1;3370.50;12.20;1155.50;-0.95;0.32 +4591;2;3373.50;12.30;1154.50;-0.14;0.32 +4591;3;3376.50;12.45;1158.00;1.57;0.32 +4591;4;3371.00;12.02;1159.00;4.39;0.32 +4591;5;3374.50;12.15;1161.00;2.97;0.32 +4591;6;3378.00;12.40;1161.00;2.21;0.32 +4591;9;3371.12;12.08;1158.00;1.57;0.32 +4591;10;3376.88;12.50;1158.00;-1.57;0.32 4591;21;3376.88;12.50;1158.00;-1.57;0.32 +4592;0;4780.00;12.02;1452.00;0.00;0.48 +4592;1;4782.00;10.75;1447.50;0.41;0.48 +4592;2;4774.50;12.60;1451.00;-1.39;0.48 +4592;3;4787.50;10.45;1451.00;1.43;0.48 +4592;4;4781.50;11.90;1455.50;2.73;0.48 +4592;5;4788.00;10.77;1454.00;1.81;0.48 +4592;6;4773.50;12.00;1457.00;4.05;0.48 +4592;9;4774.24;13.06;1452.00;1.57;0.48 +4592;10;4785.76;10.70;1452.00;-1.57;0.48 4592;21;4774.24;13.06;1452.00;1.57;0.48 +4593;0;4955.00;10.30;571.00;0.00;0.50 +4593;1;4954.00;9.50;568.50;-0.38;0.50 +4593;2;4960.50;9.70;565.00;0.74;0.50 +4593;3;4963.00;10.05;566.00;1.01;0.50 +4593;4;4959.00;11.15;571.50;1.69;0.50 +4593;5;4948.00;10.72;574.00;4.30;0.50 +4593;6;4951.50;11.75;576.00;3.75;0.50 +4593;9;4948.70;9.50;571.00;1.57;0.50 +4593;10;4961.30;10.92;571.00;-1.57;0.50 +4593;19;4958.00;9.50;565.00;-0.38;0.50 +4593;20;4958.78;9.50;563.43;0.46;0.50 4593;21;4948.70;9.50;571.00;1.57;0.50 +4594;0;1467.00;10.40;1428.00;0.00;0.30 +4594;1;1467.00;10.10;1425.00;0.00;0.30 +4594;2;1470.00;10.65;1428.50;1.73;0.30 +4594;3;1463.50;10.30;1426.50;-1.16;0.30 +4594;4;1466.00;10.40;1430.00;3.60;0.30 +4594;9;1464.30;10.33;1428.00;1.57;0.30 +4594;10;1469.70;10.59;1428.00;-1.57;0.30 4594;21;1464.30;10.33;1428.00;1.57;0.30 +4595;0;3937.00;11.30;1442.00;0.00;0.58 +4595;1;3939.50;11.60;1435.50;0.36;0.58 +4595;2;3932.00;11.80;1437.50;-0.83;0.58 +4595;3;1968.00;10.30;720.50;-1.22;0.58 +4595;4;3929.00;11.10;1444.50;4.41;0.58 +4595;5;3943.00;11.27;1445.00;2.03;0.58 +4595;6;3935.00;11.25;1448.50;3.44;0.58 +4595;9;3930.52;11.35;1442.00;1.57;0.58 +4595;10;3943.48;11.20;1442.00;-1.57;0.58 4595;21;3930.52;11.35;1442.00;1.57;0.58 +4596;0;4480.00;10.40;866.00;0.00;0.26 +4596;1;4482.00;10.12;861.00;0.38;0.26 +4596;2;4479.50;10.50;862.50;-0.14;0.26 +4596;3;4483.00;10.15;863.00;0.78;0.26 +4596;4;4477.50;10.40;867.00;4.33;0.26 +4596;5;4481.50;10.50;868.00;2.49;0.26 +4596;6;4479.50;10.60;870.50;3.25;0.26 +4596;9;4477.66;10.40;866.00;1.57;0.26 +4596;10;4482.34;10.36;866.00;-1.57;0.26 4596;21;4477.66;10.40;866.00;1.57;0.26 +4597;0;1355.00;13.45;1465.00;0.00;0.44 +4597;1;1356.50;11.00;1458.50;0.22;0.44 +4597;2;1353.00;12.80;1460.00;-0.38;0.44 +4597;3;1359.00;12.40;1462.50;1.01;0.44 +4597;4;1350.50;13.60;1466.00;4.49;0.44 +4597;5;1359.00;13.25;1468.00;2.21;0.44 +4597;6;1354.00;12.15;1471.00;3.30;0.44 +4597;7;1357.00;12.22;1471.00;2.82;0.44 +4597;9;1351.04;13.63;1465.00;1.57;0.44 +4597;10;1358.96;13.45;1465.00;-1.57;0.44 4597;21;1351.04;13.63;1465.00;1.57;0.44 +4598;0;1695.90;9.90;1184.52;0.00;0.32 +4598;1;1696.50;11.70;1180.00;-0.16;0.32 +4598;2;1701.50;10.40;1182.00;1.35;0.32 +4598;3;1691.50;10.40;1182.50;-1.48;0.32 +4598;4;1693.00;9.75;1186.00;4.06;0.32 +4598;5;1699.00;10.00;1185.50;2.46;0.32 +4598;9;1693.04;10.32;1183.00;1.57;0.32 +4598;10;1700.96;10.25;1183.00;-1.57;0.32 +4598;19;1698.00;9.53;1190.00;-3.82;0.32 +4598;20;1698.24;9.53;1191.73;3.00;0.32 4598;21;1701.95;10.90;1180.76;-1.57;0.32 +4599;0;3693.00;9.82;1315.00;0.00;0.52 +4599;1;3687.50;10.60;1312.50;-1.14;0.52 +4599;2;3693.50;10.45;1310.00;0.10;0.52 +4599;3;3699.00;9.70;1315.50;1.65;0.52 +4599;4;3686.50;9.75;1319.00;4.16;0.52 +4599;5;3693.00;9.77;1320.00;3.14;0.52 +4599;9;3687.96;10.15;1315.00;1.57;0.52 +4599;10;3698.04;9.75;1315.00;-1.57;0.52 4599;21;3687.96;10.15;1315.00;1.57;0.52 +4600;0;1500.00;9.52;1229.00;0.00;0.54 +4600;1;1497.00;9.50;1227.50;-1.10;0.54 +4600;2;1493.00;9.70;1227.50;-1.36;0.54 +4600;3;1499.50;9.80;1233.50;3.25;0.54 +4600;4;1504.00;9.75;1233.50;2.41;0.54 +4600;9;1493.16;9.70;1229.00;1.57;0.54 +4600;10;1506.84;9.50;1229.00;-1.57;0.54 +4600;19;1494.00;9.50;1236.00;-3.03;0.54 +4600;20;1492.86;9.50;1237.32;3.85;0.54 4600;21;1493.16;9.70;1229.00;1.57;0.54 +4601;0;1492.00;11.07;1529.00;0.00;0.32 +4601;1;1493.50;10.70;1526.50;0.54;0.32 +4601;2;1489.50;10.75;1526.00;-0.69;0.32 +4601;3;1487.00;10.55;1528.00;-1.37;0.32 +4601;4;1489.50;10.55;1531.00;4.03;0.32 +4601;5;1495.50;11.65;1530.00;1.84;0.32 +4601;6;1494.00;11.60;1531.50;2.46;0.32 +4601;9;1488.76;10.58;1529.00;1.57;0.32 +4601;10;1495.24;11.33;1529.00;-1.57;0.32 4601;21;1488.76;10.58;1529.00;1.57;0.32 +4602;0;1858.00;9.80;245.00;0.00;0.42 +4602;1;1857.50;9.75;241.00;-0.12;0.42 +4602;2;1863.00;9.77;242.00;1.03;0.42 +4602;3;1854.00;9.85;246.50;4.35;0.42 +4602;4;1862.00;9.90;248.00;2.21;0.42 +4602;5;1857.00;9.90;250.50;3.32;0.42 +4602;9;1854.22;9.82;245.00;1.57;0.42 +4602;10;1861.78;9.80;245.00;-1.57;0.42 4602;21;1854.22;9.82;245.00;1.57;0.42 +4603;0;3386.00;13.22;1144.00;0.00;0.44 +4603;1;3387.00;13.17;1138.00;0.16;0.44 +4603;2;3382.50;12.90;1143.00;-1.29;0.44 +4603;3;3391.50;12.95;1140.00;0.94;0.44 +4603;4;3388.00;13.30;1147.50;2.62;0.44 +4603;5;3382.50;13.00;1151.00;3.60;0.44 +4603;9;3382.04;12.90;1144.00;1.57;0.44 +4603;10;3389.96;13.00;1144.00;-1.57;0.44 4603;21;3389.96;13.00;1144.00;-1.57;0.44 +4604;0;1956.00;10.30;356.00;0.00;0.52 +4604;1;1958.00;10.00;350.00;0.32;0.52 +4604;2;1962.00;10.20;352.00;0.98;0.52 +4604;3;1951.00;10.00;354.50;-1.27;0.52 +4604;4;1965.00;10.10;356.00;1.57;0.52 +4604;5;1957.50;10.30;360.00;2.78;0.52 +4604;6;1949.00;9.80;361.50;4.04;0.52 +4604;9;1949.52;9.90;356.00;1.57;0.52 +4604;10;1962.48;10.20;356.00;-1.57;0.52 4604;21;1949.52;9.90;356.00;1.57;0.52 +4605;0;3527.00;12.37;1347.00;0.00;0.24 +4605;1;3525.00;11.75;1344.50;-0.67;0.24 +4605;2;3528.00;11.85;1344.50;0.38;0.24 +4605;3;3530.50;12.10;1345.50;1.16;0.24 +4605;4;3525.00;12.47;1348.00;4.24;0.24 +4605;5;3528.50;12.40;1348.50;2.35;0.24 +4605;6;3526.00;12.25;1350.50;3.42;0.24 +4605;9;3524.84;12.33;1347.00;1.57;0.24 +4605;10;3529.16;12.33;1347.00;-1.57;0.24 4605;21;3524.84;12.33;1347.00;1.57;0.24 +4606;0;4561.00;11.15;1234.00;0.00;0.22 +4606;1;4563.00;11.15;1231.00;0.58;0.22 +4606;2;4558.50;11.50;1232.50;-1.03;0.22 +4606;3;4566.00;10.25;1232.00;1.19;0.22 +4606;4;4565.50;10.10;1234.50;1.68;0.22 +4606;5;4558.00;11.40;1235.50;4.24;0.22 +4606;6;4563.50;10.30;1236.50;2.35;0.22 +4606;9;4557.22;11.40;1234.00;1.57;0.22 +4606;10;4564.78;10.24;1234.00;-1.57;0.22 4606;21;4557.22;11.40;1234.00;1.57;0.22 +4607;0;947.00;14.47;1523.00;0.00;0.48 +4607;1;947.00;15.22;1517.00;0.00;0.48 +4607;2;951.50;14.85;1519.00;0.84;0.48 +4607;3;942.50;15.40;1520.50;-1.06;0.48 +4607;4;954.50;13.80;1523.50;1.63;0.48 +4607;5;939.00;15.50;1525.50;4.41;0.48 +4607;6;950.00;13.70;1526.50;2.43;0.48 +4607;7;943.50;15.00;1528.00;3.75;0.48 +4607;9;941.06;15.36;1523.00;1.57;0.48 +4607;10;952.94;13.88;1523.00;-1.57;0.48 4607;21;941.06;15.36;1523.00;1.57;0.48 +4608;0;4558.00;10.60;534.00;0.00;0.22 +4608;1;4559.50;11.00;532.50;0.78;0.22 +4608;2;4555.50;10.40;532.50;-1.03;0.22 +4608;3;4561.50;11.05;534.00;1.57;0.22 +4608;4;4555.50;9.90;535.50;4.17;0.22 +4608;5;4559.00;10.52;536.00;2.67;0.22 +4608;9;4555.12;10.12;534.00;1.57;0.22 +4608;10;4560.88;11.01;534.00;-1.57;0.22 +4608;19;4559.00;9.65;540.00;-3.61;0.22 +4608;20;4559.28;9.65;541.72;2.97;0.22 4608;21;4555.12;10.12;534.00;1.57;0.22 +4609;0;3571.00;14.32;1272.00;0.00;0.38 +4609;1;3568.50;13.75;1270.00;-0.89;0.38 +4609;2;3574.00;13.60;1267.00;0.54;0.38 +4609;3;3575.00;14.57;1270.00;1.10;0.38 +4609;4;3568.00;14.50;1274.50;4.01;0.38 +4609;5;3573.50;13.10;1275.00;2.44;0.38 +4609;9;3567.04;13.89;1272.00;1.57;0.38 +4609;10;3574.96;13.97;1272.00;-1.57;0.38 4609;21;3567.04;13.89;1272.00;1.57;0.38 +4610;0;1148.00;13.50;1624.00;0.00;0.60 +4610;1;1147.00;13.27;1617.00;-0.14;0.60 +4610;2;1152.00;13.65;1616.50;0.49;0.60 +4610;3;1143.00;13.50;1624.00;4.71;0.60 +4610;4;1153.50;13.70;1624.00;1.57;0.60 +4610;5;1143.50;13.40;1630.50;3.74;0.60 +4610;6;1151.00;13.45;1630.50;2.70;0.60 +4610;9;1142.06;13.61;1624.00;1.57;0.60 +4610;10;1153.94;13.70;1624.00;-1.57;0.60 4610;21;1142.06;13.61;1624.00;1.57;0.60 +4611;0;1520.00;10.00;1009.00;0.00;0.48 +4611;1;1519.00;9.70;1004.50;-0.21;0.48 +4611;2;1526.00;9.72;1005.00;0.98;0.48 +4611;3;1516.00;10.50;1011.00;4.24;0.48 +4611;4;1525.00;10.27;1008.00;1.37;0.48 +4611;5;1521.50;10.30;1012.00;2.67;0.48 +4611;9;1515.68;9.90;1009.00;1.57;0.48 +4611;10;1524.32;10.30;1009.00;-1.57;0.48 +4611;19;1521.46;9.50;1002.04;-0.12;0.48 +4611;20;1521.81;9.50;1000.32;0.20;0.48 4611;21;1522.19;10.30;1006.16;-1.57;0.48 +4612;0;4568.00;13.12;1372.00;0.00;0.42 +4612;1;4572.00;13.57;1368.00;0.78;0.42 +4612;2;4565.00;13.20;1369.00;-0.78;0.42 +4612;3;4573.00;12.75;1373.50;1.86;0.42 +4612;4;4561.50;12.65;1373.00;4.56;0.42 +4612;5;4566.50;13.40;1375.50;3.54;0.42 +4612;9;4562.96;12.72;1372.00;1.57;0.42 +4612;10;4573.04;12.95;1372.00;-1.57;0.42 4612;21;4562.96;12.72;1372.00;1.57;0.42 +4613;0;4405.00;11.90;976.00;0.00;0.32 +4613;1;4404.50;12.25;972.00;-0.12;0.32 +4613;2;4406.50;12.50;971.50;0.32;0.32 +4613;3;4407.00;12.02;975.00;1.10;0.32 +4613;4;4403.00;11.95;974.00;-0.78;0.32 +4613;5;4402.00;11.85;977.00;4.39;0.32 +4613;6;4405.00;11.85;979.50;3.14;0.32 +4613;7;4409.00;12.10;979.00;2.21;0.32 +4613;9;4402.12;11.86;976.00;1.57;0.32 +4613;10;4407.88;11.88;976.00;-1.57;0.32 4613;21;4402.12;11.86;976.00;1.57;0.32 +4614;0;3563.00;10.00;1329.00;0.00;0.26 +4614;1;3562.50;10.35;1327.00;-0.24;0.26 +4614;2;3560.50;10.60;1327.00;-0.89;0.26 +4614;3;3566.00;9.95;1327.50;1.10;0.26 +4614;4;3560.00;10.20;1330.00;4.39;0.26 +4614;5;3566.00;10.00;1330.00;1.89;0.26 +4614;6;3563.00;9.97;1332.00;3.14;0.26 +4614;9;3560.30;10.33;1329.00;1.57;0.26 +4614;10;3565.70;9.91;1329.00;-1.57;0.26 4614;21;3560.30;10.33;1329.00;1.57;0.26 +4615;0;5529.00;9.80;230.00;0.00;0.40 +4615;1;5528.50;9.80;231.00;3.60;0.40 +4615;2;5532.00;9.50;227.00;0.78;0.40 +4615;9;5524.86;9.50;230.00;1.57;0.40 +4615;10;5533.14;9.57;230.00;-1.57;0.40 +4615;19;5533.00;9.57;224.00;-2.68;0.40 +4615;20;5533.97;9.57;222.54;0.58;0.40 4615;21;5524.86;9.50;230.00;1.57;0.40 +4616;0;4198.00;9.70;1044.00;0.00;0.28 +4616;1;4200.00;9.70;1041.00;0.58;0.28 +4616;2;4196.00;9.70;1041.50;-0.67;0.28 +4616;3;4201.50;9.70;1042.00;1.05;0.28 +4616;4;4193.50;9.70;1043.00;-1.35;0.28 +4616;5;4202.50;9.70;1045.00;1.78;0.28 +4616;6;4195.00;9.70;1046.00;4.12;0.28 +4616;7;4199.00;9.70;1047.00;2.82;0.28 +4616;8;4202.00;9.70;1046.50;2.12;0.28 +4616;9;4194.76;9.70;1044.00;1.57;0.28 +4616;10;4201.24;9.70;1044.00;-1.57;0.28 4616;21;4194.76;9.70;1044.00;1.57;0.28 +4617;0;2201.00;10.82;703.00;0.00;0.74 +4617;1;2201.00;10.55;694.50;0.00;0.74 +4617;2;2195.50;10.70;697.50;-0.78;0.74 +4617;3;2206.00;10.45;701.50;1.27;0.74 +4617;4;2198.00;10.75;707.50;3.73;0.74 +4617;5;2207.00;10.45;709.50;2.39;0.74 +4617;6;2204.50;10.60;712.50;2.78;0.74 +4617;9;2194.34;10.65;703.00;1.57;0.74 +4617;10;2207.66;10.38;703.00;-1.57;0.74 4617;21;2194.34;10.65;703.00;1.57;0.74 +4618;0;3773.00;9.80;1365.00;0.00;0.50 +4618;1;3769.00;9.97;1361.00;-0.78;0.50 +4618;2;3776.00;10.40;1359.50;0.49;0.50 +4618;3;3780.00;9.92;1365.00;1.57;0.50 +4618;4;3765.50;9.80;1366.00;4.58;0.50 +4618;5;3775.00;9.80;1369.50;2.72;0.50 +4618;6;3768.00;9.80;1370.00;3.92;0.50 +4618;9;3767.42;9.80;1365.00;1.57;0.50 +4618;10;3778.58;9.85;1365.00;-1.57;0.50 4618;21;3767.42;9.80;1365.00;1.57;0.50 +4619;0;4592.00;10.90;1146.00;0.00;0.32 +4619;1;4590.00;11.30;1142.50;-0.51;0.32 +4619;2;4594.50;11.15;1144.00;0.89;0.32 +4619;3;4588.50;11.00;1145.50;-1.42;0.32 +4619;4;4596.50;10.30;1147.00;1.78;0.32 +4619;5;4596.00;10.15;1148.00;2.03;0.32 +4619;6;4592.50;10.20;1149.00;2.97;0.32 +4619;9;4588.58;10.90;1146.00;1.57;0.32 +4619;10;4595.42;10.65;1146.00;-1.57;0.32 4619;21;4588.58;10.90;1146.00;1.57;0.32 +4620;0;3655.00;9.85;1380.00;0.00;0.52 +4620;1;3659.50;9.60;1373.50;0.60;0.52 +4620;2;3653.50;9.80;1375.50;-0.32;0.52 +4620;3;3659.50;9.70;1378.50;1.24;0.52 +4620;4;3648.50;9.90;1381.00;4.56;0.52 +4620;5;3660.00;9.85;1383.50;2.18;0.52 +4620;6;3655.00;10.00;1385.50;3.14;0.52 +4620;9;3650.32;9.90;1380.00;1.57;0.52 +4620;10;3659.68;9.70;1380.00;-1.57;0.52 4620;21;3659.68;9.70;1380.00;-1.57;0.52 +4621;0;4489.00;9.92;531.00;0.00;0.24 +4621;1;4489.00;9.50;528.50;0.00;0.24 +4621;2;4492.50;9.85;530.00;1.29;0.24 +4621;3;4486.00;9.90;532.50;4.24;0.24 +4621;4;4490.00;11.35;533.00;2.67;0.24 +4621;9;4486.48;9.64;531.00;1.57;0.24 +4621;10;4491.52;10.25;531.00;-1.57;0.24 +4621;19;4483.00;9.50;531.00;0.00;0.24 +4621;20;4481.25;9.50;531.00;4.71;0.24 4621;21;4486.48;9.64;531.00;1.57;0.24 +4622;0;1434.00;10.30;1411.00;0.00;0.36 +4622;1;1434.50;10.30;1407.00;0.12;0.36 +4622;2;1430.00;10.30;1409.00;-1.10;0.36 +4622;3;1438.00;10.30;1411.00;1.57;0.36 +4622;4;1430.50;10.30;1413.00;4.19;0.36 +4622;5;1434.50;10.30;1415.50;3.03;0.36 +4622;9;1430.58;10.30;1411.00;1.57;0.36 +4622;10;1437.42;10.30;1411.00;-1.57;0.36 4622;21;1430.58;10.30;1411.00;1.57;0.36 +4623;0;1782.00;9.62;1619.00;0.00;0.48 +4623;1;1781.00;9.67;1618.00;-0.78;0.48 +4623;2;1785.00;9.70;1621.50;2.26;0.48 +4623;9;1777.68;9.70;1619.00;1.57;0.48 +4623;10;1786.32;9.70;1619.00;-1.57;0.48 +4623;19;1779.00;9.50;1630.00;-0.79;0.48 +4623;20;1778.54;9.50;1631.68;3.40;0.48 4623;21;1786.32;9.70;1619.00;-1.57;0.48 +4624;0;1544.00;9.70;1006.00;0.00;0.32 +4624;1;1543.00;9.80;1003.50;-0.38;0.32 +4624;2;1549.50;9.70;1004.50;1.30;0.32 +4624;3;1537.00;9.80;1006.50;4.64;0.32 +4624;4;1549.00;9.77;1008.00;1.95;0.32 +4624;5;1542.00;9.70;1008.50;3.81;0.32 +4624;9;1538.60;9.75;1006.00;1.57;0.32 +4624;10;1549.40;9.80;1006.00;-1.57;0.32 +4624;19;1546.12;9.40;1012.77;-2.67;0.32 +4624;20;1546.64;9.40;1014.44;2.83;0.32 4624;21;1549.40;9.80;1006.00;-1.57;0.32 +4625;0;1392.00;10.30;1465.00;0.00;0.46 +4625;1;1391.00;10.35;1460.50;-0.21;0.46 +4625;2;1386.50;10.40;1462.00;-1.07;0.46 +4625;3;1396.50;10.30;1463.50;1.24;0.46 +4625;4;1388.50;10.40;1466.50;4.30;0.46 +4625;5;1398.50;10.30;1466.00;1.72;0.46 +4625;6;1395.50;10.30;1468.50;2.35;0.46 +4625;7;1391.50;10.40;1471.00;3.22;0.46 +4625;9;1387.50;10.35;1465.00;1.57;0.46 +4625;10;1396.50;10.30;1465.00;-1.57;0.46 4625;21;1387.50;10.35;1465.00;1.57;0.46 +4626;0;4312.00;11.82;971.00;0.00;0.28 +4626;1;4311.50;11.30;968.00;-0.16;0.28 +4626;2;4308.50;10.50;969.00;-1.05;0.28 +4626;3;4314.50;12.20;970.50;1.37;0.28 +4626;4;4309.50;11.20;972.50;4.17;0.28 +4626;5;4315.00;12.65;974.00;2.35;0.28 +4626;6;4311.50;11.90;975.00;3.26;0.28 +4626;9;4309.48;11.14;971.00;1.57;0.28 +4626;10;4314.52;12.25;971.00;-1.57;0.28 4626;21;4309.48;11.14;971.00;1.57;0.28 +4627;0;1531.00;11.20;1498.00;0.00;0.28 +4627;1;1531.50;12.00;1494.50;0.14;0.28 +4627;2;1529.00;11.50;1496.00;-0.78;0.28 +4627;3;1533.50;11.50;1497.50;1.37;0.28 +4627;4;1527.50;11.10;1497.50;-1.42;0.28 +4627;5;1529.00;10.70;1500.00;3.92;0.28 +4627;6;1532.50;10.80;1500.50;2.60;0.28 +4627;9;1528.48;11.09;1498.00;1.57;0.28 +4627;10;1533.52;11.40;1498.00;-1.57;0.28 4627;21;1528.48;11.09;1498.00;1.57;0.28 +4628;0;4479.00;10.77;1040.00;0.00;0.34 +4628;1;4479.50;10.60;1036.50;0.14;0.34 +4628;2;4483.00;10.50;1036.50;0.85;0.34 +4628;3;4482.50;10.80;1039.50;1.42;0.34 +4628;4;4475.50;10.90;1040.50;4.57;0.34 +4628;5;4480.50;10.95;1043.00;2.67;0.34 +4628;6;4477.50;10.95;1044.00;3.50;0.34 +4628;9;4475.76;10.90;1040.00;1.57;0.34 +4628;10;4482.24;10.80;1040.00;-1.57;0.34 4628;21;4475.76;10.90;1040.00;1.57;0.34 +4629;0;3852.00;13.87;1327.00;0.00;0.58 +4629;1;3853.50;14.10;1319.50;0.19;0.58 +4629;2;3857.50;14.90;1321.50;0.78;0.58 +4629;3;3848.50;13.25;1325.00;-1.05;0.58 +4629;4;3859.50;13.80;1325.50;1.37;0.58 +4629;5;3855.50;14.15;1329.00;2.09;0.58 +4629;6;3845.00;14.95;1331.50;4.14;0.58 +4629;7;3849.50;15.05;1333.00;3.53;0.58 +4629;9;3846.06;13.47;1327.00;1.57;0.58 +4629;10;3857.94;13.99;1327.00;-1.57;0.58 4629;21;3846.06;13.47;1327.00;1.57;0.58 +4630;0;4660.00;10.10;198.00;0.00;0.60 +4630;1;4659.00;10.07;192.00;-0.16;0.60 +4630;2;4656.00;9.80;191.50;-0.55;0.60 +4630;3;4654.00;9.95;196.00;-1.24;0.60 +4630;4;4663.50;10.10;194.00;0.71;0.60 +4630;5;4666.00;10.30;198.00;1.57;0.60 +4630;6;4657.50;10.20;202.00;3.70;0.60 +4630;7;4664.50;10.20;202.50;2.35;0.60 +4630;9;4654.24;9.97;198.00;1.57;0.60 +4630;10;4665.76;10.30;198.00;-1.57;0.60 +4630;19;4647.00;9.50;202.00;-1.25;0.60 +4630;20;4645.32;9.50;202.51;4.41;0.60 4630;21;4665.76;10.30;198.00;-1.57;0.60 +4631;0;4585.00;10.55;1132.00;0.00;0.30 +4631;1;4582.50;10.20;1130.00;-0.89;0.30 +4631;2;4586.50;10.20;1130.00;0.64;0.30 +4631;3;4589.00;10.65;1131.50;1.44;0.30 +4631;4;4589.00;11.05;1133.50;1.93;0.30 +4631;5;4582.50;10.80;1134.50;3.92;0.30 +4631;6;4586.50;11.10;1135.50;2.73;0.30 +4631;9;4581.76;10.28;1132.00;1.57;0.30 +4631;10;4588.24;10.67;1132.00;-1.57;0.30 4631;21;4581.76;10.28;1132.00;1.57;0.30 +4632;0;5093.00;10.30;288.00;0.00;0.40 +4632;1;5092.50;11.15;281.00;-0.07;0.40 +4632;2;5097.00;10.90;283.00;0.67;0.40 +4632;3;5089.00;10.32;287.00;-1.32;0.40 +4632;4;5096.00;10.27;289.00;1.89;0.40 +4632;5;5092.50;10.10;294.00;3.22;0.40 +4632;6;5096.50;10.00;295.50;2.70;0.40 +4632;7;5095.00;10.00;297.00;2.92;0.40 +4632;9;5089.40;10.25;288.00;1.57;0.40 +4632;10;5096.60;10.30;288.00;-1.57;0.40 4632;21;5089.40;10.25;288.00;1.57;0.40 +4633;0;4740.00;11.40;1418.00;0.00;0.48 +4633;1;4738.50;10.90;1411.50;-0.22;0.48 +4633;2;4736.00;11.40;1415.00;-0.92;0.48 +4633;3;4743.00;10.70;1414.50;0.70;0.48 +4633;4;4747.00;10.85;1418.50;1.64;0.48 +4633;5;4736.00;11.40;1421.00;4.06;0.48 +4633;6;4744.50;11.40;1420.00;1.98;0.48 +4633;7;4742.00;11.20;1423.00;2.76;0.48 +4633;9;4734.78;11.40;1418.00;1.57;0.48 +4633;10;4745.22;11.02;1418.00;-1.57;0.48 4633;21;4734.78;11.40;1418.00;1.57;0.48 +4634;0;4555.00;15.35;1255.00;0.00;0.30 +4634;1;4554.50;14.60;1252.50;-0.19;0.30 +4634;2;4558.50;13.70;1253.00;1.05;0.30 +4634;3;4551.00;12.95;1254.00;-1.32;0.30 +4634;4;4558.50;14.50;1256.00;1.84;0.30 +4634;5;4552.00;13.67;1257.00;4.12;0.30 +4634;6;4555.00;14.52;1259.00;3.14;0.30 +4634;9;4551.94;13.39;1255.00;1.57;0.30 +4634;10;4558.06;14.83;1255.00;-1.57;0.30 4634;21;4551.94;13.39;1255.00;1.57;0.30 +4635;0;5018.00;9.70;539.00;0.00;0.58 +4635;1;5016.00;9.70;533.50;-0.34;0.58 +4635;2;5022.50;9.70;534.00;0.73;0.58 +4635;3;5025.00;9.80;537.50;1.36;0.58 +4635;4;5011.50;9.70;540.00;4.56;0.58 +4635;5;5020.50;9.80;543.00;2.58;0.58 +4635;6;5013.50;9.70;545.50;3.74;0.58 +4635;9;5012.78;9.70;539.00;1.57;0.58 +4635;10;5023.22;9.73;539.00;-1.57;0.58 4635;21;5012.78;9.70;539.00;1.57;0.58 +4636;0;3847.00;10.60;1390.00;0.00;0.48 +4636;1;3851.00;10.75;1387.00;0.92;0.48 +4636;2;3843.00;10.40;1387.00;-0.92;0.48 +4636;3;3839.00;10.50;1390.50;4.65;0.48 +4636;4;3854.50;11.30;1390.50;1.63;0.48 +4636;5;3849.00;10.75;1393.50;2.62;0.48 +4636;6;3843.00;10.65;1394.00;3.92;0.48 +4636;9;3840.52;10.45;1390.00;1.57;0.48 +4636;10;3853.48;11.34;1390.00;-1.57;0.48 4636;21;3853.48;11.34;1390.00;-1.57;0.48 +4637;0;3586.00;13.87;1265.00;0.00;0.34 +4637;1;3585.50;13.35;1262.00;-0.16;0.34 +4637;2;3589.50;13.40;1263.00;1.05;0.34 +4637;3;3582.50;13.70;1266.50;4.30;0.34 +4637;4;3587.00;13.25;1269.00;2.89;0.34 +4637;9;3582.94;13.70;1265.00;1.57;0.34 +4637;10;3589.06;13.57;1265.00;-1.57;0.34 4637;21;3582.94;13.70;1265.00;1.57;0.34 +4638;0;3802.00;11.92;1418.00;0.00;0.68 +4638;1;3801.00;11.75;1413.00;-0.19;0.68 +4638;2;3808.00;11.25;1410.50;0.67;0.68 +4638;3;3809.50;11.50;1414.50;1.13;0.68 +4638;4;3795.00;10.85;1420.00;4.43;0.68 +4638;5;3808.00;11.80;1419.00;1.73;0.68 +4638;6;3803.50;11.85;1423.00;2.85;0.68 +4638;7;3799.00;11.02;1425.00;3.54;0.68 +4638;9;3795.88;11.11;1418.00;1.57;0.68 +4638;10;3808.12;11.76;1418.00;-1.57;0.68 4638;21;3808.12;11.76;1418.00;-1.57;0.68 +4639;0;4447.00;10.15;843.00;0.00;0.28 +4639;1;4445.00;9.70;840.00;-0.58;0.28 +4639;2;4447.50;9.80;840.50;0.19;0.28 +4639;3;4444.00;9.95;842.50;-1.40;0.28 +4639;4;4450.00;10.27;842.00;1.24;0.28 +4639;5;4449.00;10.30;845.00;2.35;0.28 +4639;6;4445.50;10.30;846.00;3.60;0.28 +4639;9;4444.48;10.09;843.00;1.57;0.28 +4639;10;4449.52;10.30;843.00;-1.57;0.28 4639;21;4444.48;10.09;843.00;1.57;0.28 +4640;0;3236.00;9.77;1716.00;0.00;0.22 +4640;1;1617.50;10.20;857.50;-1.08;0.22 +4640;2;3233.50;9.60;1714.00;-0.89;0.22 +4640;3;3237.00;9.90;1714.50;0.58;0.22 +4640;4;3234.00;9.70;1717.00;4.24;0.22 +4640;5;3239.00;10.20;1716.50;1.73;0.22 +4640;6;3237.00;9.70;1719.00;2.82;0.22 +4640;7;3240.00;9.80;1718.50;2.12;0.22 +4640;9;3233.48;9.65;1716.00;1.57;0.22 +4640;10;3238.52;10.15;1716.00;-1.57;0.22 +4640;19;3236.00;9.60;1721.00;-3.46;0.22 +4640;20;3236.00;9.60;1722.75;3.14;0.22 4640;21;3233.48;9.65;1716.00;1.57;0.22 +4641;0;1681.62;10.50;1171.67;0.00;0.40 +4641;1;1677.00;10.10;1165.50;0.27;0.40 +4641;2;1680.00;10.00;1168.00;1.32;0.40 +4641;3;1672.50;9.65;1166.00;-0.86;0.40 +4641;4;1674.50;9.50;1170.00;4.12;0.40 +4641;5;1676.00;9.65;1172.50;3.14;0.40 +4641;9;1671.32;9.50;1169.00;1.57;0.40 +4641;10;1680.68;10.05;1169.00;-1.57;0.40 +4641;19;1676.21;9.40;1167.67;-2.06;0.40 +4641;20;1676.49;9.40;1165.95;0.16;0.40 4641;21;1677.78;10.20;1166.83;-1.57;0.40 +4642;0;4745.00;11.15;1387.00;0.00;0.34 +4642;1;4744.50;10.50;1383.50;-0.14;0.34 +4642;2;4740.50;11.20;1385.50;-1.24;0.34 +4642;3;4749.50;10.50;1385.00;1.15;0.34 +4642;4;4750.50;10.80;1387.00;1.57;0.34 +4642;5;4742.50;11.00;1389.50;3.92;0.34 +4642;6;4748.00;11.15;1389.50;2.26;0.34 +4642;9;4741.04;11.30;1387.00;1.57;0.34 +4642;10;4748.96;10.90;1387.00;-1.57;0.34 4642;21;4741.04;11.30;1387.00;1.57;0.34 +4643;0;1856.00;9.60;227.00;0.00;0.42 +4643;1;1853.50;9.70;223.50;-0.62;0.42 +4643;2;1850.00;9.62;228.00;4.54;0.42 +4643;3;1861.00;9.70;224.50;1.10;0.42 +4643;4;1862.50;9.60;228.00;1.72;0.42 +4643;5;1856.50;9.60;232.00;3.04;0.42 +4643;6;1852.00;9.60;233.00;3.73;0.42 +4643;9;1850.78;9.60;227.00;1.57;0.42 +4643;10;1861.22;9.60;227.00;-1.57;0.42 +4643;19;1853.00;9.53;220.00;-0.62;0.42 +4643;20;1852.31;9.53;218.39;-0.40;0.42 4643;21;1850.78;9.60;227.00;1.57;0.42 +4644;0;4174.00;9.95;1039.00;0.00;0.32 +4644;1;4170.50;10.40;1035.00;-0.71;0.32 +4644;2;4174.00;9.92;1037.00;0.00;0.32 +4644;3;4173.00;10.00;1040.00;3.92;0.32 +4644;4;4177.50;9.75;1040.00;1.84;0.32 +4644;5;4177.00;9.80;1043.00;2.49;0.32 +4644;9;4171.12;10.25;1039.00;1.57;0.32 +4644;10;4176.88;9.76;1039.00;-1.57;0.32 4644;21;4171.12;10.25;1039.00;1.57;0.32 +4645;0;4643.00;9.80;286.00;0.00;0.54 +4645;1;4644.00;9.80;281.00;0.19;0.54 +4645;2;4635.00;9.70;286.50;4.65;0.54 +4645;3;4650.50;10.20;286.00;1.57;0.54 +4645;4;4643.00;9.80;291.00;3.14;0.54 +4645;5;4636.00;9.70;291.50;4.04;0.54 +4645;9;4636.70;9.70;286.00;1.57;0.54 +4645;10;4649.30;10.14;286.00;-1.57;0.54 +4645;19;4629.00;9.53;296.00;-1.63;0.54 +4645;20;4627.57;9.53;297.01;4.09;0.54 4645;21;4636.70;9.70;286.00;1.57;0.54 +4646;0;5061.00;10.45;1394.00;0.00;0.38 +4646;1;5062.50;12.05;1390.00;0.35;0.38 +4646;2;5057.00;10.20;1393.50;-1.44;0.38 +4646;3;5066.00;11.25;1392.50;1.27;0.38 +4646;4;5063.00;9.70;1396.50;2.46;0.38 +4646;5;5054.50;9.95;1396.00;4.41;0.38 +4646;9;5056.32;10.10;1394.00;1.57;0.38 +4646;10;5065.68;10.37;1394.00;-1.57;0.38 +4646;19;5070.00;9.75;1393.00;1.28;0.38 +4646;20;5071.73;9.75;1392.80;1.46;0.38 4646;21;5056.32;10.10;1394.00;1.57;0.38 +4647;0;1577.97;9.60;1301.28;0.00;0.40 +4647;1;1584.50;9.50;1302.00;4.71;0.40 +4647;2;1587.00;9.50;1302.50;4.54;0.40 +4647;3;1581.50;9.50;1302.50;4.65;0.40 +4647;9;1584.24;9.50;1302.00;1.57;0.40 +4647;10;1595.76;9.50;1302.00;-1.57;0.40 +4647;19;1578.78;9.40;1303.76;-2.47;0.40 +4647;20;1577.05;9.40;1304.04;4.55;0.40 4647;21;1579.64;9.60;1302.76;-1.57;0.40 +4648;0;5012.00;10.25;447.00;0.00;0.34 +4648;1;5011.00;10.25;441.50;-0.18;0.34 +4648;2;5008.50;10.05;445.00;-1.05;0.34 +4648;3;5014.50;10.30;442.50;0.50;0.34 +4648;4;5015.00;10.30;447.00;1.57;0.34 +4648;5;5009.50;9.90;451.50;3.64;0.34 +4648;6;5012.50;10.20;453.00;3.05;0.34 +4648;9;5008.94;10.14;447.00;1.57;0.34 +4648;10;5015.06;10.30;447.00;-1.57;0.34 +4648;19;5008.00;9.50;452.00;-2.63;0.34 +4648;20;5006.90;9.50;453.36;3.81;0.34 4648;21;5008.94;10.14;447.00;1.57;0.34 +4649;0;4804.00;9.80;1442.00;0.00;0.42 +4649;1;4803.50;10.05;1437.00;-0.10;0.42 +4649;2;4808.50;9.90;1441.50;1.46;0.42 +4649;3;4799.50;9.90;1437.50;-0.78;0.42 +4649;4;4799.50;9.80;1441.00;-1.35;0.42 +4649;5;4799.50;9.90;1446.00;3.98;0.42 +4649;6;4804.50;10.05;1447.00;3.04;0.42 +4649;9;4800.22;9.85;1442.00;1.57;0.42 +4649;10;4807.78;9.90;1442.00;-1.57;0.42 4649;21;4800.22;9.85;1442.00;1.57;0.42 +4650;0;1399.00;10.40;1387.00;0.00;0.34 +4650;1;1398.00;10.40;1383.50;-0.27;0.34 +4650;2;1396.00;10.40;1387.50;4.54;0.34 +4650;3;1402.00;10.40;1385.00;0.98;0.34 +4650;4;1402.50;10.40;1389.50;2.19;0.34 +4650;5;1400.00;10.40;1392.00;2.94;0.34 +4650;9;1395.94;10.40;1387.00;1.57;0.34 +4650;10;1402.06;10.40;1387.00;-1.57;0.34 4650;21;1395.94;10.40;1387.00;1.57;0.34 +4651;0;3979.00;10.70;1433.00;0.00;0.58 +4651;1;3976.50;10.60;1427.50;-0.42;0.58 +4651;2;3984.00;10.70;1429.00;0.89;0.58 +4651;3;1989.00;10.30;716.00;-1.22;0.58 +4651;4;3986.00;10.85;1436.00;1.97;0.58 +4651;9;3972.88;10.26;1433.00;1.57;0.58 +4651;10;3985.12;10.81;1433.00;-1.57;0.58 4651;21;3972.88;10.26;1433.00;1.57;0.58 +4652;0;4351.00;11.50;695.00;0.00;0.40 +4652;1;4351.50;12.50;690.50;0.11;0.40 +4652;2;4355.00;11.15;692.50;1.01;0.40 +4652;3;4348.50;12.30;693.50;-1.03;0.40 +4652;4;4353.00;10.80;697.50;2.46;0.40 +4652;5;4346.50;11.80;699.00;3.98;0.40 +4652;9;4346.68;12.51;695.00;1.57;0.40 +4652;10;4355.32;10.72;695.00;-1.57;0.40 +4652;19;4348.00;9.95;704.00;-3.82;0.40 +4652;20;4347.44;9.95;705.66;3.46;0.40 4652;21;4346.68;12.51;695.00;1.57;0.40 +4653;0;1525.00;10.10;1449.00;0.00;0.24 +4653;1;1521.50;10.10;1448.00;-1.29;0.24 +4653;2;1526.50;10.05;1447.00;0.64;0.24 +4653;3;1529.50;10.00;1449.50;1.68;0.24 +4653;4;1522.00;10.37;1451.00;4.12;0.24 +4653;5;1526.50;10.50;1451.50;2.60;0.24 +4653;9;1521.40;10.11;1449.00;1.57;0.24 +4653;10;1528.60;10.00;1449.00;-1.57;0.24 4653;21;1521.40;10.11;1449.00;1.57;0.24 +4654;0;4323.00;10.90;966.00;0.00;0.26 +4654;1;4322.50;11.00;961.50;-0.11;0.26 +4654;2;4325.00;10.77;964.00;0.78;0.26 +4654;3;4320.50;11.70;963.50;-0.78;0.26 +4654;4;4320.00;11.62;968.00;4.12;0.26 +4654;5;4326.00;10.90;967.50;2.03;0.26 +4654;6;4324.00;11.20;970.00;2.89;0.26 +4654;9;4320.66;11.35;966.00;1.57;0.26 +4654;10;4325.34;10.85;966.00;-1.57;0.26 4654;21;4320.66;11.35;966.00;1.57;0.26 +4655;0;4538.00;13.05;1396.00;0.00;0.60 +4655;1;4540.00;13.02;1390.00;0.32;0.60 +4655;2;4534.00;13.10;1391.50;-0.72;0.60 +4655;3;4544.00;12.95;1393.00;1.10;0.60 +4655;4;4532.00;12.95;1398.00;4.39;0.60 +4655;5;4542.50;12.70;1399.00;2.15;0.60 +4655;6;4536.00;12.90;1402.50;3.44;0.60 +4655;7;4540.50;12.75;1403.00;2.79;0.60 +4655;9;4532.60;13.05;1396.00;1.57;0.60 +4655;10;4543.40;12.80;1396.00;-1.57;0.60 4655;21;4532.60;13.05;1396.00;1.57;0.60 +4656;0;4462.00;12.27;1025.00;0.00;0.26 +4656;1;4462.50;11.90;1022.50;0.19;0.26 +4656;2;4466.00;11.45;1024.50;1.44;0.26 +4656;3;4458.50;12.10;1023.50;-1.16;0.26 +4656;4;4459.00;12.70;1026.50;4.24;0.26 +4656;5;4466.00;11.60;1027.00;2.03;0.26 +4656;6;4463.00;11.95;1027.50;2.76;0.26 +4656;9;4458.76;12.45;1025.00;1.57;0.26 +4656;10;4465.24;11.53;1025.00;-1.57;0.26 4656;21;4458.76;12.45;1025.00;1.57;0.26 +4657;0;998.00;11.35;1457.00;0.00;0.52 +4657;1;996.50;10.60;1453.50;-0.40;0.52 +4657;2;1003.00;12.50;1452.50;0.83;0.52 +4657;3;993.00;10.72;1457.00;4.71;0.52 +4657;4;1001.00;12.92;1459.00;2.15;0.52 +4657;5;993.50;10.60;1462.00;3.87;0.52 +4657;9;992.96;10.72;1457.00;1.57;0.52 +4657;10;1003.04;13.25;1457.00;-1.57;0.52 4657;21;992.96;10.72;1457.00;1.57;0.52 +4658;0;5117.00;10.17;196.00;0.00;0.42 +4658;1;5115.50;10.40;190.50;-0.26;0.42 +4658;2;5120.50;10.20;192.50;0.78;0.42 +4658;3;5110.50;10.05;196.00;4.71;0.42 +4658;4;5124.50;11.20;196.50;1.63;0.42 +4658;5;5122.00;11.05;199.50;2.18;0.42 +4658;6;5114.50;10.00;200.00;3.70;0.42 +4658;9;5111.24;10.05;196.00;1.57;0.42 +4658;10;5122.76;10.85;196.00;-1.57;0.42 4658;21;5111.24;10.05;196.00;1.57;0.42 +4659;0;3883.00;9.70;1701.00;0.00;0.54 +4659;1;3881.50;9.70;1695.50;-0.26;0.54 +4659;2;3888.00;9.80;1694.50;0.65;0.54 +4659;3;3888.00;9.70;1702.00;1.76;0.54 +4659;4;3876.00;9.75;1698.00;-1.16;0.54 +4659;5;3879.00;9.70;1703.50;4.15;0.54 +4659;6;3885.00;9.70;1708.00;2.86;0.54 +4659;9;3878.14;9.70;1701.00;1.57;0.54 +4659;10;3887.86;9.70;1701.00;-1.57;0.54 4659;21;3878.14;9.70;1701.00;1.57;0.54 +4660;0;3525.00;13.92;1307.00;0.00;0.24 +4660;1;3524.00;13.45;1304.50;-0.38;0.24 +4660;2;3528.00;13.85;1306.00;1.24;0.24 +4660;3;3521.50;14.10;1307.50;4.57;0.24 +4660;4;3528.00;14.65;1308.50;2.03;0.24 +4660;5;3525.00;14.50;1309.50;3.14;0.24 +4660;9;3522.12;14.23;1307.00;1.57;0.24 +4660;10;3527.88;14.32;1307.00;-1.57;0.24 4660;21;3522.12;14.23;1307.00;1.57;0.24 +4661;0;4038.00;10.92;1538.00;0.00;0.56 +4661;1;4044.00;10.67;1531.00;0.70;0.56 +4661;2;4039.50;10.60;1531.50;0.22;0.56 +4661;3;4045.50;11.00;1533.50;1.03;0.56 +4661;4;4035.00;10.32;1534.00;-0.64;0.56 +4661;5;4030.00;10.45;1539.00;4.58;0.56 +4661;6;4044.00;10.85;1540.50;1.96;0.56 +4661;7;4035.00;11.00;1543.00;3.68;0.56 +4661;9;4031.34;10.43;1538.00;1.57;0.56 +4661;10;4044.66;11.24;1538.00;-1.57;0.56 4661;21;4031.34;10.43;1538.00;1.57;0.56 +4662;0;2619.00;9.50;1604.00;0.00;0.96 +4662;1;2622.50;9.50;1594.50;0.35;0.96 +4662;2;2609.50;9.50;1595.00;-0.81;0.96 +4662;3;2634.00;9.50;1598.00;1.19;0.96 +4662;4;2608.00;9.50;1606.50;4.48;0.96 +4662;5;2637.50;9.50;1599.50;1.33;0.96 +4662;6;2630.00;9.50;1603.00;1.48;0.96 +4662;7;2635.50;9.50;1600.00;1.33;0.96 +4662;8;2629.50;9.50;1608.00;1.93;0.96 +4662;9;2607.66;9.50;1604.00;1.57;0.96 +4662;10;2630.34;9.50;1604.00;-1.57;0.96 +4662;11;2624.60;9.50;1588.80;0.35;0.96 +4662;12;2603.80;9.50;1589.60;-0.81;0.96 +4662;13;2643.00;9.50;1594.40;1.19;0.96 +4662;14;2601.40;9.50;1608.00;4.48;0.96 +4662;15;2648.60;9.50;1596.80;1.33;0.96 +4662;16;2636.60;9.50;1602.40;1.48;0.96 +4662;17;2645.40;9.50;1597.60;1.33;0.96 +4662;18;2635.80;9.50;1610.40;1.93;0.96 4662;21;2607.66;9.50;1604.00;1.57;0.96 +4663;0;2265.00;9.50;1314.00;0.00;1.28 +4663;1;2269.50;9.50;1294.00;0.22;1.28 +4663;2;2277.00;9.50;1301.50;0.76;1.28 +4663;3;2257.00;9.50;1309.50;-1.05;1.28 +4663;4;2274.50;9.50;1321.00;2.20;1.28 +4663;5;2249.00;9.50;1327.00;4.03;1.28 +4663;6;2259.00;9.50;1330.50;3.49;1.28 +4663;9;2253.48;9.50;1314.00;1.57;1.28 +4663;10;2276.52;9.50;1314.00;-1.57;1.28 +4663;11;2272.20;9.50;1282.00;0.22;1.28 +4663;12;2284.20;9.50;1294.00;0.76;1.28 +4663;13;2252.20;9.50;1306.80;-1.05;1.28 +4663;14;2280.20;9.50;1325.20;2.20;1.28 +4663;15;2239.40;9.50;1334.80;4.03;1.28 +4663;16;2255.40;9.50;1340.40;3.49;1.28 4663;21;2253.48;9.50;1314.00;1.57;1.28 +4664;0;1366.00;13.75;1617.00;0.00;0.40 +4664;1;1367.00;12.70;1613.00;0.24;0.40 +4664;2;1361.00;12.12;1618.00;4.51;0.40 +4664;3;1373.00;13.20;1615.00;1.29;0.40 +4664;4;1368.50;14.00;1619.50;2.35;0.40 +4664;5;1364.50;12.30;1623.50;3.36;0.40 +4664;9;1360.96;11.91;1617.00;1.57;0.40 +4664;10;1371.04;13.86;1617.00;-1.57;0.40 4664;21;1360.96;11.91;1617.00;1.57;0.40 +4665;0;4149.00;10.00;1615.00;0.00;0.52 +4665;1;4144.50;10.20;1611.00;-0.84;0.52 +4665;2;4153.00;10.10;1612.50;1.01;0.52 +4665;3;4140.50;10.10;1615.50;4.65;0.52 +4665;4;4147.00;10.00;1618.00;3.73;0.52 +4665;5;4155.50;10.40;1619.00;2.12;0.52 +4665;9;4142.70;10.10;1615.00;1.57;0.52 +4665;10;4155.30;10.10;1615.00;-1.57;0.52 4665;21;4142.70;10.10;1615.00;1.57;0.52 +4666;0;1707.00;10.90;1828.00;0.00;1.56 +4666;1;1709.00;11.00;1811.00;0.11;1.56 +4666;2;1719.00;10.90;1828.50;1.61;1.56 +4666;3;1690.50;10.70;1818.50;-1.04;1.56 +4666;4;1690.50;10.70;1829.50;4.62;1.56 +4666;5;1704.50;10.80;1844.00;3.29;1.56 +4666;6;1721.00;10.90;1847.50;2.51;1.56 +4666;9;1692.96;10.70;1828.00;1.57;1.56 +4666;10;1721.04;10.95;1828.00;-1.57;1.56 4666;21;1692.96;10.70;1828.00;1.57;1.56 +4667;0;1857.00;9.50;1185.00;0.00;0.88 +4667;1;1854.00;9.50;1176.00;-0.32;0.88 +4667;2;1871.00;9.50;1179.50;1.19;0.88 +4667;3;1843.00;9.50;1183.50;-1.46;0.88 +4667;4;1859.00;9.50;1191.50;2.84;0.88 +4667;5;1841.50;9.50;1192.50;4.26;0.88 +4667;9;1843.68;9.50;1185.00;1.57;0.88 +4667;10;1870.32;9.50;1185.00;-1.57;0.88 +4667;11;1852.20;9.50;1170.60;-0.32;0.88 +4667;12;1879.40;9.50;1176.20;1.19;0.88 +4667;13;1834.60;9.50;1182.60;-1.46;0.88 +4667;14;1860.20;9.50;1195.40;2.84;0.88 +4667;15;1832.20;9.50;1197.00;4.26;0.88 4667;21;1843.68;9.50;1185.00;1.57;0.88 +4668;0;1085.00;16.12;1549.00;0.00;0.60 +4668;1;1082.50;17.00;1541.50;-0.32;0.60 +4668;2;1089.00;14.75;1545.50;0.85;0.60 +4668;3;1078.50;16.50;1544.50;-0.96;0.60 +4668;4;1078.50;17.10;1550.00;4.56;0.60 +4668;5;1094.00;16.87;1553.00;1.98;0.60 +4668;6;1084.50;19.40;1555.00;3.22;0.60 +4668;7;1092.00;18.12;1555.00;2.27;0.60 +4668;9;1078.52;16.75;1549.00;1.57;0.60 +4668;10;1091.48;14.95;1549.00;-1.57;0.60 4668;21;1078.52;16.75;1549.00;1.57;0.60 +4669;0;3900.00;9.70;1928.00;0.00;1.50 +4669;1;3878.50;10.20;1912.50;-0.94;1.50 +4669;2;3864.00;9.75;1910.50;-1.11;1.50 +4669;3;3911.50;9.70;1922.50;1.12;1.50 +4669;4;3864.00;9.90;1912.50;-1.16;1.50 +4669;5;3877.00;9.70;1922.00;-1.31;1.50 +4669;6;3889.50;9.70;1938.50;3.92;1.50 +4669;7;3905.50;9.70;1944.50;2.82;1.50 +4669;9;3877.14;9.70;1928.00;1.57;1.50 +4669;10;3922.86;9.70;1928.00;-1.57;1.50 +4669;19;3876.00;9.50;1943.00;-2.36;1.50 +4669;20;3874.51;9.50;1943.92;4.15;1.50 4669;21;3877.14;9.70;1928.00;1.57;1.50 +4670;0;3969.00;9.87;1584.00;0.00;0.56 +4670;1;3967.50;10.00;1579.00;-0.29;0.56 +4670;2;3975.00;9.80;1580.50;1.04;0.56 +4670;3;3963.00;9.95;1581.50;-1.17;0.56 +4670;4;3960.00;9.90;1585.00;4.60;0.56 +4670;5;3975.00;9.80;1586.50;1.96;0.56 +4670;6;3966.50;9.80;1589.50;3.56;0.56 +4670;7;3972.50;9.80;1591.50;2.70;0.56 +4670;9;3962.34;9.85;1584.00;1.57;0.56 +4670;10;3975.66;9.80;1584.00;-1.57;0.56 4670;21;3962.34;9.85;1584.00;1.57;0.56 +4671;0;464.00;9.50;1294.00;0.00;1.08 +4671;1;475.00;9.50;1282.50;0.76;1.08 +4671;2;449.50;9.50;1287.00;-1.12;1.08 +4671;3;490.00;9.50;1287.50;1.32;1.08 +4671;4;481.50;9.50;1297.50;1.76;1.08 +4671;5;442.50;9.50;1300.00;4.44;1.08 +4671;6;459.50;9.50;1306.50;3.48;1.08 +4671;9;445.46;9.50;1294.00;1.57;1.08 +4671;10;482.54;9.50;1294.00;-1.57;1.08 +4671;11;481.60;9.50;1275.60;0.76;1.08 +4671;12;440.80;9.50;1282.80;-1.12;1.08 +4671;13;505.60;9.50;1283.60;1.32;1.08 +4671;14;492.00;9.50;1299.60;1.76;1.08 +4671;15;429.60;9.50;1303.60;4.44;1.08 +4671;16;456.80;9.50;1314.00;3.48;1.08 4671;21;445.46;9.50;1294.00;1.57;1.08 +4672;0;801.00;9.50;897.00;0.00;1.00 +4672;1;800.00;9.50;885.00;-0.08;1.00 +4672;2;816.00;9.50;884.50;0.87;1.00 +4672;3;820.50;9.50;894.00;1.41;1.00 +4672;4;782.50;9.50;897.50;4.68;1.00 +4672;5;811.50;9.50;906.00;2.27;1.00 +4672;6;789.00;9.50;909.50;3.90;1.00 +4672;9;784.80;9.50;897.00;1.57;1.00 +4672;10;817.20;9.50;897.00;-1.57;1.00 +4672;11;799.40;9.50;877.80;-0.08;1.00 +4672;12;825.00;9.50;877.00;0.87;1.00 +4672;13;832.20;9.50;892.20;1.41;1.00 +4672;14;771.40;9.50;897.80;4.68;1.00 +4672;15;817.80;9.50;911.40;2.27;1.00 +4672;16;781.80;9.50;917.00;3.90;1.00 4672;21;784.80;9.50;897.00;1.57;1.00 +4673;0;5119.00;10.37;117.00;0.00;0.28 +4673;1;5117.50;11.05;114.00;-0.46;0.28 +4673;2;5120.00;9.80;114.50;0.38;0.28 +4673;3;5117.50;11.10;117.50;4.39;0.28 +4673;4;5121.50;9.75;118.00;1.95;0.28 +4673;5;5121.00;10.32;121.00;2.67;0.28 +4673;9;5116.48;11.81;117.00;1.57;0.28 +4673;10;5121.52;9.69;117.00;-1.57;0.28 +4673;19;5123.00;9.50;116.00;-4.33;0.28 +4673;20;5124.69;9.50;115.57;1.32;0.28 4673;21;5116.48;11.81;117.00;1.57;0.28 +4674;0;4100.00;14.00;1476.00;0.00;0.50 +4674;1;4097.00;14.52;1473.00;-0.78;0.50 +4674;2;4103.50;13.05;1472.00;0.71;0.50 +4674;3;4104.00;13.10;1478.50;2.12;0.50 +4674;4;4095.00;15.20;1477.50;4.42;0.50 +4674;5;4099.00;13.75;1481.50;3.32;0.50 +4674;9;4095.50;15.25;1476.00;1.57;0.50 +4674;10;4104.50;13.05;1476.00;-1.57;0.50 4674;21;4095.50;15.25;1476.00;1.57;0.50 +4675;0;4680.00;14.00;1655.00;0.00;0.76 +4675;1;4677.00;12.90;1649.50;-0.49;0.76 +4675;2;4690.00;13.00;1649.50;1.06;0.76 +4675;3;4667.50;14.30;1652.50;-1.37;0.76 +4675;4;4687.50;12.50;1658.50;2.00;0.76 +4675;5;4672.00;14.97;1660.00;4.15;0.76 +4675;6;4681.00;13.20;1663.50;3.02;0.76 +4675;9;4671.36;14.46;1655.00;1.57;0.76 +4675;10;4688.64;12.92;1655.00;-1.57;0.76 4675;21;4671.36;14.46;1655.00;1.57;0.76 +4676;0;4718.00;9.50;491.00;0.00;0.40 +4676;1;4726.00;9.50;490.00;1.44;0.40 +4676;2;4715.00;9.50;487.50;-0.70;0.40 +4676;3;4725.50;9.50;487.50;1.13;0.40 +4676;4;4710.00;9.50;493.50;4.41;0.40 +4676;5;4720.50;9.50;495.00;2.58;0.40 +4676;9;4710.80;9.50;491.00;1.57;0.40 +4676;10;4725.20;9.50;491.00;-1.57;0.40 +4676;11;4730.80;9.50;489.40;1.44;0.40 +4676;12;4713.20;9.50;485.40;-0.70;0.40 +4676;13;4730.00;9.50;485.40;1.13;0.40 +4676;14;4705.20;9.50;495.00;4.41;0.40 +4676;15;4722.00;9.50;497.40;2.58;0.40 4676;21;4710.80;9.50;491.00;1.57;0.40 +4677;0;4621.00;12.80;1537.00;0.00;0.54 +4677;1;4618.00;12.85;1526.50;-0.27;0.54 +4677;2;4615.50;13.00;1535.50;-1.30;0.54 +4677;3;4624.50;11.55;1531.00;0.52;0.54 +4677;4;4626.50;12.70;1541.50;2.25;0.54 +4677;5;4618.00;12.95;1545.50;3.48;0.54 +4677;6;4623.00;12.90;1547.50;2.95;0.54 +4677;9;4616.14;13.01;1537.00;1.57;0.54 +4677;10;4625.86;12.54;1537.00;-1.57;0.54 4677;21;4616.14;13.01;1537.00;1.57;0.54 +4678;0;834.00;14.12;1935.00;0.00;1.16 +4678;1;847.00;13.72;1922.00;0.78;1.16 +4678;2;826.50;13.80;1922.00;-0.52;1.16 +4678;3;416.50;9.50;967.00;-0.40;1.16 +4678;4;812.00;12.80;1935.50;4.69;1.16 +4678;5;858.00;14.92;1927.00;1.24;1.16 +4678;6;855.00;12.47;1938.00;1.71;1.16 +4678;7;833.00;12.55;1948.00;3.21;1.16 +4678;9;816.54;13.59;1935.00;1.57;1.16 +4678;10;851.46;13.40;1935.00;-1.57;1.16 4678;21;816.54;13.59;1935.00;1.57;1.16 +4679;0;5120.00;9.50;56.00;0.00;0.96 +4679;1;5125.00;9.50;46.00;0.46;0.96 +4679;2;5107.00;9.50;55.50;-1.53;0.96 +4679;3;5139.50;9.50;50.50;1.29;0.96 +4679;4;5128.00;9.50;61.00;2.12;0.96 +4679;5;5103.00;9.50;66.00;4.18;0.96 +4679;6;5109.00;9.50;68.00;3.88;0.96 +4679;7;5114.00;9.50;68.50;3.58;0.96 +4679;9;5105.42;9.50;56.00;1.57;0.96 +4679;10;5134.58;9.50;56.00;-1.57;0.96 +4679;11;5128.00;9.50;40.00;0.46;0.96 +4679;12;5099.20;9.50;55.20;-1.53;0.96 +4679;13;5151.20;9.50;47.20;1.29;0.96 +4679;14;5132.80;9.50;64.00;2.12;0.96 +4679;15;5092.80;9.50;72.00;4.18;0.96 +4679;16;5102.40;9.50;75.20;3.88;0.96 +4679;17;5110.40;9.50;76.00;3.58;0.96 4679;21;5105.42;9.50;56.00;1.57;0.96 +4680;0;4294.00;12.85;1562.00;0.00;0.52 +4680;1;4293.50;12.60;1557.50;-0.11;0.52 +4680;2;4301.00;13.47;1559.00;1.16;0.52 +4680;3;4286.50;12.50;1562.50;4.64;0.52 +4680;4;4300.00;14.10;1565.00;2.03;0.52 +4680;5;4293.50;14.15;1567.00;3.24;0.52 +4680;9;4288.06;12.47;1562.00;1.57;0.52 +4680;10;4299.94;13.76;1562.00;-1.57;0.52 4680;21;4288.06;12.47;1562.00;1.57;0.52 +4681;0;4138.00;10.35;1698.00;0.00;0.50 +4681;1;4134.00;10.00;1692.50;-0.62;0.50 +4681;2;4142.50;10.25;1695.00;0.98;0.50 +4681;3;4130.00;10.15;1696.50;-1.38;0.50 +4681;4;4146.00;9.80;1700.50;1.87;0.50 +4681;5;4133.00;9.95;1701.50;4.10;0.50 +4681;6;4141.00;10.05;1703.00;2.60;0.50 +4681;9;4130.98;10.37;1698.00;1.57;0.50 +4681;10;4145.02;10.07;1698.00;-1.57;0.50 4681;21;4130.98;10.37;1698.00;1.57;0.50 +4682;0;4076.00;12.42;1341.00;0.00;0.54 +4682;1;4070.50;12.30;1335.00;-0.74;0.54 +4682;2;4068.00;12.40;1338.00;-1.21;0.54 +4682;3;4078.00;12.25;1337.50;0.51;0.54 +4682;4;4084.00;12.45;1344.50;1.98;0.54 +4682;5;4067.00;12.80;1341.50;4.65;0.54 +4682;6;4075.00;13.37;1345.00;3.38;0.54 +4682;9;4069.34;12.60;1341.00;1.57;0.54 +4682;10;4082.66;12.20;1341.00;-1.57;0.54 4682;21;4069.34;12.60;1341.00;1.57;0.54 +4683;0;5141.00;9.50;980.00;0.00;1.32 +4683;1;5132.50;9.50;962.50;-0.45;1.32 +4683;2;5126.50;9.50;967.50;-0.85;1.32 +4683;3;5144.00;9.50;969.50;0.27;1.32 +4683;4;5130.00;9.50;982.50;4.48;1.32 +4683;5;5157.50;9.50;985.50;1.89;1.32 +4683;6;5147.00;9.50;994.00;2.73;1.32 +4683;7;5157.50;9.50;994.50;2.29;1.32 +4683;9;5127.50;9.50;980.00;1.57;1.32 +4683;10;5154.50;9.50;980.00;-1.57;1.32 +4683;11;5127.40;9.50;952.00;-0.45;1.32 +4683;12;5117.80;9.50;960.00;-0.85;1.32 +4683;13;5145.80;9.50;963.20;0.27;1.32 +4683;14;5123.40;9.50;984.00;4.48;1.32 +4683;15;5167.40;9.50;988.80;1.89;1.32 +4683;16;5150.60;9.50;1002.40;2.73;1.32 +4683;17;5167.40;9.50;1003.20;2.29;1.32 4683;21;5127.50;9.50;980.00;1.57;1.32 +4684;0;4909.00;9.50;637.00;0.00;0.98 +4684;1;4911.50;9.50;617.50;0.12;0.98 +4684;2;4917.50;9.50;620.00;0.46;0.98 +4684;3;4905.50;9.50;625.00;-0.28;0.98 +4684;4;4916.00;9.50;645.00;2.42;0.98 +4684;5;4910.00;9.50;635.50;0.58;0.98 +4684;6;4901.50;9.50;636.50;-1.50;0.98 +4684;7;4900.00;9.50;647.00;3.87;0.98 +4684;8;4910.50;9.50;653.00;3.04;0.98 +4684;9;4900.18;9.50;637.00;1.57;0.98 +4684;10;4917.82;9.50;637.00;-1.57;0.98 +4684;11;4913.00;9.50;605.80;0.12;0.98 +4684;12;4922.60;9.50;609.80;0.46;0.98 +4684;13;4903.40;9.50;617.80;-0.28;0.98 +4684;14;4920.20;9.50;649.80;2.42;0.98 +4684;15;4910.60;9.50;634.60;0.58;0.98 +4684;16;4897.00;9.82;636.20;-1.50;0.98 +4684;17;4894.60;9.50;653.00;3.87;0.98 +4684;18;4911.40;9.50;662.60;3.04;0.98 4684;21;4900.18;9.50;637.00;1.57;0.98 +4685;0;3991.00;10.47;1570.00;0.00;0.44 +4685;1;3994.00;10.45;1565.50;0.58;0.44 +4685;2;3997.50;10.20;1566.50;1.07;0.44 +4685;3;3986.00;10.45;1568.50;-1.27;0.44 +4685;4;3995.50;10.10;1571.50;1.89;0.44 +4685;5;3986.00;10.10;1573.50;4.10;0.44 +4685;6;3991.50;10.10;1574.50;3.03;0.44 +4685;9;3985.24;10.45;1570.00;1.57;0.44 +4685;10;3996.76;10.10;1570.00;-1.57;0.44 4685;21;3985.24;10.45;1570.00;1.57;0.44 +4686;0;3892.00;12.85;1367.00;0.00;0.52 +4686;1;3897.50;12.55;1361.00;0.74;0.52 +4686;2;3890.50;11.80;1364.50;-0.54;0.52 +4686;3;3898.50;13.90;1365.00;1.27;0.52 +4686;4;3898.00;13.85;1368.50;1.81;0.52 +4686;5;3884.00;11.80;1369.50;4.41;0.52 +4686;6;3893.00;12.85;1370.50;2.86;0.52 +4686;7;3886.50;12.90;1371.50;4.02;0.52 +4686;9;3886.24;11.51;1367.00;1.57;0.52 +4686;10;3897.76;14.01;1367.00;-1.57;0.52 4686;21;3897.76;14.01;1367.00;-1.57;0.52 +4687;0;4245.00;10.30;1766.00;0.00;0.78 +4687;1;4246.50;10.70;1755.50;0.14;0.78 +4687;2;4238.50;10.50;1763.50;-1.20;0.78 +4687;3;4254.00;10.30;1759.00;0.91;0.78 +4687;4;4253.50;10.20;1767.50;1.74;0.78 +4687;5;4238.00;10.10;1776.00;3.75;0.78 +4687;6;4247.00;10.20;1775.00;2.92;0.78 +4687;9;4237.98;10.40;1766.00;1.57;0.78 +4687;10;4252.02;10.20;1766.00;-1.57;0.78 4687;21;4237.98;10.40;1766.00;1.57;0.78 +4688;0;5054.00;9.50;1469.00;0.00;1.16 +4688;1;5050.50;9.50;1453.50;-0.22;1.16 +4688;2;5046.50;9.50;1459.00;-0.64;1.16 +4688;3;5065.50;9.50;1467.50;1.44;1.16 +4688;4;5042.50;9.50;1472.50;4.41;1.16 +4688;5;5051.00;9.50;1483.50;3.34;1.16 +4688;6;5063.00;9.50;1479.50;2.43;1.16 +4688;7;5067.50;9.50;1480.50;2.27;1.16 +4688;9;5043.56;9.50;1469.00;1.57;1.16 +4688;10;5064.44;9.50;1469.00;-1.57;1.16 +4688;11;5048.40;9.50;1444.20;-0.22;1.16 +4688;12;5042.00;9.50;1453.00;-0.64;1.16 +4688;13;5072.40;9.50;1466.60;1.44;1.16 +4688;14;5035.60;9.50;1474.60;4.41;1.16 +4688;15;5049.20;9.50;1492.20;3.34;1.16 +4688;16;5068.40;9.50;1485.80;2.43;1.16 +4688;17;5075.60;9.50;1487.40;2.27;1.16 4688;21;5043.56;9.50;1469.00;1.57;1.16 +4689;0;4544.00;9.50;870.00;0.00;1.04 +4689;1;4542.50;9.50;859.50;-0.14;1.04 +4689;2;4527.50;9.50;859.00;-0.98;1.04 +4689;3;4527.50;9.50;863.00;-1.17;1.04 +4689;4;4557.50;9.50;868.00;1.42;1.04 +4689;5;4527.00;9.50;869.00;-1.51;1.04 +4689;6;4526.50;9.50;873.50;4.51;1.04 +4689;7;4538.50;9.50;878.00;3.74;1.04 +4689;8;4558.50;9.50;879.00;2.12;1.04 +4689;9;4531.94;9.50;870.00;1.57;1.04 +4689;10;4556.06;9.50;870.00;-1.57;1.04 +4689;11;4541.60;9.50;853.20;-0.14;1.04 +4689;12;4517.60;9.50;852.40;-0.98;1.04 +4689;13;4517.60;9.50;858.80;-1.17;1.04 +4689;14;4565.60;9.50;866.80;1.42;1.04 +4689;15;4516.80;9.50;868.40;-1.51;1.04 +4689;16;4516.00;9.50;875.60;4.51;1.04 +4689;17;4535.20;9.50;882.80;3.74;1.04 +4689;18;4567.20;9.50;884.40;2.12;1.04 4689;21;4531.94;9.50;870.00;1.57;1.04 +4690;0;4254.00;13.50;1578.00;0.00;0.78 +4690;1;4247.50;13.40;1573.50;-0.96;0.78 +4690;2;4258.00;12.90;1572.50;0.62;0.78 +4690;3;4244.50;12.55;1581.00;4.40;0.78 +4690;4;4266.50;13.30;1581.00;1.80;0.78 +4690;5;4262.00;13.05;1584.00;2.21;0.78 +4690;6;4251.50;13.15;1585.00;3.48;0.78 +4690;9;4245.00;12.77;1578.00;1.57;0.78 +4690;10;4263.00;12.75;1578.00;-1.57;0.78 4690;21;4245.00;12.77;1578.00;1.57;0.78 +4691;0;1336.00;10.40;1602.00;0.00;0.32 +4691;1;1337.50;10.40;1598.50;0.40;0.32 +4691;2;1332.50;10.60;1601.50;-1.42;0.32 +4691;3;1340.00;10.40;1602.00;1.57;0.32 +4691;4;1330.50;10.60;1605.50;4.14;0.32 +4691;5;1334.50;10.40;1605.50;3.54;0.32 +4691;6;1339.50;10.40;1605.50;2.35;0.32 +4691;9;1332.04;10.61;1602.00;1.57;0.32 +4691;10;1339.96;10.40;1602.00;-1.57;0.32 4691;21;1332.04;10.61;1602.00;1.57;0.32 +4692;0;4249.00;11.02;1909.00;0.00;1.38 +4692;1;4238.50;10.10;1899.50;-0.83;1.38 +4692;2;4263.00;11.05;1902.50;1.13;1.38 +4692;3;4265.00;11.25;1917.00;2.03;1.38 +4692;4;4226.00;10.20;1910.50;4.64;1.38 +4692;5;4243.50;10.30;1920.50;3.58;1.38 +4692;9;4231.18;10.16;1909.00;1.57;1.38 +4692;10;4266.82;11.09;1909.00;-1.57;1.38 4692;21;4231.18;10.16;1909.00;1.57;1.38 +4693;0;3913.00;9.50;326.00;0.00;0.94 +4693;1;3908.50;9.50;315.50;-0.40;0.94 +4693;2;3919.50;9.50;313.50;0.48;0.94 +4693;3;3923.50;9.50;326.50;1.61;0.94 +4693;4;3902.50;9.50;331.00;4.26;0.94 +4693;5;3920.00;9.50;337.00;2.57;0.94 +4693;6;3910.50;9.50;339.00;3.33;0.94 +4693;9;3904.54;9.50;326.00;1.57;0.94 +4693;10;3921.46;9.50;326.00;-1.57;0.94 +4693;11;3905.80;9.50;309.20;-0.40;0.94 +4693;12;3923.40;9.50;306.00;0.48;0.94 +4693;13;3929.80;9.50;326.80;1.61;0.94 +4693;14;3896.20;9.50;334.00;4.26;0.94 +4693;15;3924.20;9.50;343.60;2.57;0.94 +4693;16;3909.00;9.50;346.80;3.33;0.94 4693;21;3904.54;9.50;326.00;1.57;0.94 +4694;0;3611.00;9.50;780.00;0.00;1.12 +4694;1;3610.00;9.50;770.00;-0.10;1.12 +4694;2;3597.50;9.50;777.00;-1.35;1.12 +4694;3;3626.50;9.50;778.00;1.44;1.12 +4694;4;3615.50;9.50;790.50;2.73;1.12 +4694;5;3604.50;9.50;790.50;3.69;1.12 +4694;9;3598.76;9.50;780.00;1.57;1.12 +4694;10;3623.24;9.50;780.00;-1.57;1.12 +4694;11;3609.40;9.50;764.00;-0.10;1.12 +4694;12;3589.40;9.50;775.20;-1.35;1.12 +4694;13;3635.80;9.50;776.80;1.44;1.12 +4694;14;3618.20;9.50;796.80;2.73;1.12 +4694;15;3600.60;9.50;796.80;3.69;1.12 4694;21;3598.76;9.50;780.00;1.57;1.12 +4695;0;1173.00;11.10;1933.00;0.00;1.44 +4695;1;1172.00;11.37;1915.00;-0.05;1.44 +4695;2;1162.50;11.30;1920.00;-0.67;1.44 +4695;3;1183.50;11.20;1929.00;1.20;1.44 +4695;4;1156.50;10.90;1932.00;-1.51;1.44 +4695;5;1193.00;11.20;1938.50;1.83;1.44 +4695;6;1150.00;10.90;1939.50;4.43;1.44 +4695;7;1172.00;10.90;1944.50;3.22;1.44 +4695;8;1192.50;11.20;1947.50;2.21;1.44 +4695;9;1155.36;10.90;1933.00;1.57;1.44 +4695;10;1190.64;11.20;1933.00;-1.57;1.44 4695;21;1190.64;11.20;1933.00;-1.57;1.44 +4696;0;3201.00;10.50;99.00;0.00;0.66 +4696;1;3201.00;10.17;93.00;0.00;0.66 +4696;2;3193.00;10.90;98.50;-1.50;0.66 +4696;3;3212.00;9.75;96.00;1.30;0.66 +4696;4;3210.50;10.40;100.50;1.72;0.66 +4696;5;3199.00;11.02;106.00;3.42;0.66 +4696;6;3206.00;11.07;106.00;2.52;0.66 +4696;9;3192.90;10.87;99.00;1.57;0.66 +4696;10;3209.10;10.13;99.00;-1.57;0.66 +4696;19;3194.00;9.55;87.00;0.00;0.66 +4696;20;3193.11;9.55;85.48;-0.52;0.66 4696;21;3192.90;10.87;99.00;1.57;0.66 +4697;0;4353.00;16.10;1481.00;0.00;0.52 +4697;1;4360.00;16.25;1474.50;0.82;0.52 +4697;2;4348.50;16.55;1478.00;-0.98;0.52 +4697;3;4362.50;15.70;1481.50;1.62;0.52 +4697;4;4340.50;16.70;1481.50;4.67;0.52 +4697;5;4341.00;16.35;1485.50;4.35;0.52 +4697;6;4351.50;15.50;1485.50;3.46;0.52 +4697;9;4344.36;16.37;1481.00;1.57;0.52 +4697;10;4361.64;15.82;1481.00;-1.57;0.52 4697;21;4344.36;16.37;1481.00;1.57;0.52 +4698;0;3505.00;9.50;155.00;0.00;1.32 +4698;1;3500.00;9.50;138.00;-0.28;1.32 +4698;2;3511.50;9.50;139.50;0.39;1.32 +4698;3;3491.00;9.50;149.00;-1.16;1.32 +4698;4;3517.50;9.50;154.00;1.49;1.32 +4698;5;3497.50;9.50;167.00;3.70;1.32 +4698;6;3522.50;9.50;167.50;2.19;1.32 +4698;7;3512.50;9.50;171.50;2.71;1.32 +4698;8;3502.00;9.50;174.00;3.29;1.32 +4698;9;3493.12;9.50;155.00;1.57;1.32 +4698;10;3516.88;9.50;155.00;-1.57;1.32 +4698;11;3497.00;9.50;127.80;-0.28;1.32 +4698;12;3515.40;9.50;130.20;0.39;1.32 +4698;13;3482.60;9.50;145.40;-1.16;1.32 +4698;14;3525.00;9.50;153.40;1.49;1.32 +4698;15;3493.00;9.50;174.20;3.70;1.32 +4698;16;3533.00;9.50;175.00;2.19;1.32 +4698;17;3517.00;9.50;181.40;2.71;1.32 +4698;18;3500.20;9.50;185.40;3.29;1.32 4698;21;3493.12;9.50;155.00;1.57;1.32 +4699;0;2889.00;9.50;633.00;0.00;0.98 +4699;1;2892.00;9.50;621.50;0.25;0.98 +4699;2;2882.50;9.50;621.00;-0.49;0.98 +4699;3;2879.50;9.50;630.00;-1.26;0.98 +4699;4;2901.50;9.50;629.50;1.29;0.98 +4699;5;2892.00;9.50;644.00;2.87;0.98 +4699;6;2880.00;9.50;644.00;3.82;0.98 +4699;7;2883.00;9.50;650.00;3.48;0.98 +4699;9;2880.18;9.50;633.00;1.57;0.98 +4699;10;2897.82;9.50;633.00;-1.57;0.98 +4699;11;2893.80;9.50;614.60;0.25;0.98 +4699;12;2878.60;9.50;613.80;-0.49;0.98 +4699;13;2873.80;9.50;628.20;-1.26;0.98 +4699;14;2909.00;9.50;627.40;1.29;0.98 +4699;15;2893.80;9.50;650.60;2.87;0.98 +4699;16;2874.60;9.50;650.60;3.82;0.98 +4699;17;2879.40;9.50;660.20;3.48;0.98 4699;21;2880.18;9.50;633.00;1.57;0.98 +4700;0;3959.00;9.80;1654.00;0.00;0.58 +4700;1;3960.50;9.80;1646.50;0.19;0.58 +4700;2;3954.50;9.80;1649.00;-0.73;0.58 +4700;3;3964.50;9.80;1652.00;1.22;0.58 +4700;4;3954.00;9.80;1658.00;4.03;0.58 +4700;5;3963.00;9.80;1660.00;2.55;0.58 +4700;6;3958.50;9.80;1662.50;3.20;0.58 +4700;9;3953.78;9.80;1654.00;1.57;0.58 +4700;10;3964.22;9.80;1654.00;-1.57;0.58 4700;21;3953.78;9.80;1654.00;1.57;0.58 +4701;0;4905.00;12.67;1531.00;0.00;0.54 +4701;1;4900.50;11.80;1525.00;-0.64;0.54 +4701;2;4908.00;11.60;1526.50;0.58;0.54 +4701;3;4897.00;11.55;1529.00;-1.32;0.54 +4701;4;4912.50;11.70;1529.00;1.31;0.54 +4701;5;4912.00;12.65;1533.50;1.91;0.54 +4701;6;4898.50;12.20;1533.50;4.34;0.54 +4701;7;4906.00;13.30;1536.00;2.94;0.54 +4701;9;4898.88;11.88;1531.00;1.57;0.54 +4701;10;4911.12;12.13;1531.00;-1.57;0.54 4701;21;4898.88;11.88;1531.00;1.57;0.54 +4702;0;2604.00;9.50;263.00;0.00;0.96 +4702;1;2607.00;9.50;252.50;0.27;0.96 +4702;2;2595.00;9.50;262.50;-1.51;0.96 +4702;3;2615.00;9.50;260.50;1.34;0.96 +4702;4;2611.50;9.50;271.00;2.38;0.96 +4702;5;2601.50;9.50;275.00;3.34;0.96 +4702;9;2595.36;9.50;263.00;1.57;0.96 +4702;10;2612.64;9.50;263.00;-1.57;0.96 +4702;11;2608.80;9.50;246.20;0.27;0.96 +4702;12;2589.60;9.50;262.20;-1.51;0.96 +4702;13;2621.60;9.50;259.00;1.34;0.96 +4702;14;2616.00;9.50;275.80;2.38;0.96 +4702;15;2600.00;9.50;282.20;3.34;0.96 4702;21;2595.36;9.50;263.00;1.57;0.96 +4703;0;4436.00;11.12;1718.00;0.00;0.74 +4703;1;4443.50;11.10;1708.50;0.66;0.74 +4703;2;4433.00;11.20;1713.00;-0.54;0.74 +4703;3;4445.00;11.00;1713.50;1.10;0.74 +4703;4;4427.00;11.05;1722.50;4.24;0.74 +4703;5;4436.50;11.10;1724.50;3.06;0.74 +4703;9;4428.62;11.00;1718.00;1.57;0.74 +4703;10;4443.38;10.80;1718.00;-1.57;0.74 4703;21;4428.62;11.00;1718.00;1.57;0.74 +4704;0;4259.00;14.72;1387.00;0.00;0.58 +4704;1;4262.00;13.20;1380.50;0.43;0.58 +4704;2;4269.50;17.20;1383.00;1.20;0.58 +4704;3;4252.00;12.70;1383.50;-1.10;0.58 +4704;4;4249.50;15.25;1389.00;4.50;0.58 +4704;5;4264.00;16.15;1390.50;2.18;0.58 +4704;6;4254.50;15.25;1394.00;3.71;0.58 +4704;9;4251.08;13.90;1387.00;1.57;0.58 +4704;10;4266.92;17.63;1387.00;-1.57;0.58 4704;21;4251.08;13.90;1387.00;1.57;0.58 +4705;0;4550.00;12.87;1551.00;0.00;0.66 +4705;1;4545.50;13.05;1544.00;-0.57;0.66 +4705;2;4554.50;12.30;1547.50;0.91;0.66 +4705;3;4541.00;12.70;1548.00;-1.24;0.66 +4705;4;4548.00;12.80;1556.00;3.52;0.66 +4705;5;4556.50;12.70;1556.50;2.27;0.66 +4705;9;4543.34;12.55;1551.00;1.57;0.66 +4705;10;4556.66;12.71;1551.00;-1.57;0.66 4705;21;4543.34;12.55;1551.00;1.57;0.66 +4706;0;2410.00;9.50;1066.00;0.00;1.36 +4706;1;2406.50;9.50;1057.00;-0.37;1.36 +4706;2;2423.50;9.50;1052.00;0.76;1.36 +4706;3;2427.50;9.50;1057.00;1.09;1.36 +4706;4;2415.00;9.50;1073.00;2.52;1.36 +4706;5;2398.50;9.50;1078.00;3.90;1.36 +4706;9;2397.76;9.50;1066.00;1.57;1.36 +4706;10;2422.24;9.50;1066.00;-1.57;1.36 +4706;11;2404.40;9.50;1051.60;-0.37;1.36 +4706;12;2431.60;9.50;1043.60;0.76;1.36 +4706;13;2438.00;9.50;1051.60;1.09;1.36 +4706;14;2418.00;9.50;1077.20;2.52;1.36 +4706;15;2391.60;9.50;1085.20;3.90;1.36 4706;21;2397.76;9.50;1066.00;1.57;1.36 +4707;0;2100.00;9.50;1503.00;0.00;1.18 +4707;1;2105.00;9.50;1486.50;0.29;1.18 +4707;2;2111.50;9.50;1498.00;1.16;1.18 +4707;3;2090.50;9.50;1501.50;-1.41;1.18 +4707;4;2097.50;9.50;1516.50;3.32;1.18 +4707;5;2084.50;9.50;1518.00;3.94;1.18 +4707;9;2089.38;9.50;1503.00;1.57;1.18 +4707;10;2110.62;9.50;1503.00;-1.57;1.18 +4707;11;2108.00;9.50;1476.60;0.29;1.18 +4707;12;2118.40;9.50;1495.00;1.16;1.18 +4707;13;2084.80;9.50;1500.60;-1.41;1.18 +4707;14;2096.00;9.50;1524.60;3.32;1.18 +4707;15;2075.20;9.50;1527.00;3.94;1.18 4707;21;2089.38;9.50;1503.00;1.57;1.18 +4708;0;1581.00;9.50;667.00;0.00;1.36 +4708;1;1572.50;9.50;660.00;-0.88;1.36 +4708;2;1590.50;9.50;654.00;0.63;1.36 +4708;3;1597.50;9.50;661.50;1.24;1.36 +4708;4;1590.50;9.50;673.00;2.13;1.36 +4708;5;1572.50;9.50;678.00;3.79;1.36 +4708;6;1586.00;9.50;682.00;2.82;1.36 +4708;9;1567.32;9.50;667.00;1.57;1.36 +4708;10;1594.68;9.50;667.00;-1.57;1.36 +4708;11;1567.40;9.50;655.80;-0.88;1.36 +4708;12;1596.20;9.50;646.20;0.63;1.36 +4708;13;1607.40;9.50;658.20;1.24;1.36 +4708;14;1596.20;9.50;676.60;2.13;1.36 +4708;15;1567.40;9.50;684.60;3.79;1.36 +4708;16;1589.00;9.50;691.00;2.82;1.36 4708;21;1567.32;9.50;667.00;1.57;1.36 +4709;0;4153.00;18.22;1376.00;0.00;0.54 +4709;1;4154.50;17.45;1371.00;0.29;0.54 +4709;2;4145.00;17.60;1373.50;-1.26;0.54 +4709;3;4161.00;18.32;1378.00;1.81;0.54 +4709;4;4146.50;18.20;1380.50;4.10;0.54 +4709;5;4154.00;15.95;1382.50;2.98;0.54 +4709;9;4146.52;17.95;1376.00;1.57;0.54 +4709;10;4159.48;18.40;1376.00;-1.57;0.54 4709;21;4146.52;17.95;1376.00;1.57;0.54 +4710;0;3816.00;9.77;1734.00;0.00;0.66 +4710;1;3813.50;9.80;1726.50;-0.32;0.66 +4710;2;3821.50;9.80;1729.50;0.88;0.66 +4710;3;3808.00;9.80;1731.50;-1.26;0.66 +4710;4;3826.00;9.70;1735.00;1.67;0.66 +4710;5;3811.50;9.70;1740.00;3.78;0.66 +4710;6;3822.00;9.70;1739.50;2.31;0.66 +4710;9;3808.26;9.80;1734.00;1.57;0.66 +4710;10;3823.74;9.70;1734.00;-1.57;0.66 4710;21;3808.26;9.80;1734.00;1.57;0.66 +4711;0;4227.00;14.10;1568.00;0.00;0.60 +4711;1;4226.00;13.95;1563.50;-0.21;0.60 +4711;2;4233.50;12.70;1560.50;0.71;0.60 +4711;3;4234.50;12.80;1562.00;0.89;0.60 +4711;4;4234.00;13.30;1568.50;1.64;0.60 +4711;5;4217.50;13.50;1568.00;4.71;0.60 +4711;6;4218.50;12.90;1573.00;4.18;0.60 +4711;7;4225.00;13.20;1573.50;3.49;0.60 +4711;9;4219.62;13.81;1568.00;1.57;0.60 +4711;10;4234.38;13.30;1568.00;-1.57;0.60 4711;21;4219.62;13.81;1568.00;1.57;0.60 +4712;0;586.00;9.50;224.00;0.00;1.18 +4712;1;590.50;9.50;212.00;0.35;1.18 +4712;2;599.50;9.50;219.50;1.24;1.18 +4712;3;575.00;9.50;219.00;-1.14;1.18 +4712;4;573.50;9.50;230.00;4.26;1.18 +4712;5;587.50;9.50;234.00;2.99;1.18 +4712;9;574.66;9.50;224.00;1.57;1.18 +4712;10;597.34;9.50;224.00;-1.57;1.18 +4712;11;593.20;9.50;204.80;0.35;1.18 +4712;12;607.60;9.50;216.80;1.24;1.18 +4712;13;568.40;9.50;216.00;-1.14;1.18 +4712;14;566.00;9.50;233.60;4.26;1.18 +4712;15;588.40;9.50;240.00;2.99;1.18 4712;21;574.66;9.50;224.00;1.57;1.18 +4713;0;129.00;9.50;868.00;0.00;1.14 +4713;1;128.50;9.50;853.50;-0.03;1.14 +4713;2;116.00;9.50;867.00;-1.49;1.14 +4713;3;142.00;9.50;863.00;1.20;1.14 +4713;4;139.00;9.50;878.00;2.35;1.14 +4713;5;124.50;9.50;882.00;3.45;1.14 +4713;9;118.74;9.50;868.00;1.57;1.14 +4713;10;139.26;9.50;868.00;-1.57;1.14 +4713;11;128.20;9.50;844.80;-0.03;1.14 +4713;12;108.20;9.50;866.40;-1.49;1.14 +4713;13;149.80;9.50;860.00;1.20;1.14 +4713;14;145.00;9.50;884.00;2.35;1.14 +4713;15;121.80;9.50;890.40;3.45;1.14 4713;21;118.74;9.50;868.00;1.57;1.14 +4714;0;4188.00;11.75;1441.00;0.00;0.60 +4714;1;4188.50;11.80;1434.50;0.07;0.60 +4714;2;4182.00;11.70;1436.50;-0.92;0.60 +4714;3;4194.00;12.05;1438.00;1.10;0.60 +4714;4;4182.50;11.50;1444.00;4.21;0.60 +4714;5;4192.50;11.80;1446.00;2.40;0.60 +4714;6;4187.00;11.77;1449.00;3.26;0.60 +4714;9;4182.06;11.50;1441.00;1.57;0.60 +4714;10;4193.94;11.97;1441.00;-1.57;0.60 4714;21;4182.06;11.50;1441.00;1.57;0.60 +4715;0;3883.00;9.80;1822.00;0.00;0.68 +4715;1;3876.50;9.70;1814.50;-0.71;0.68 +4715;2;3870.50;9.70;1820.00;-1.41;0.68 +4715;3;3889.50;9.80;1818.00;1.01;0.68 +4715;4;3897.00;9.80;1824.50;1.74;0.68 +4715;5;3876.50;9.80;1827.50;4.01;0.68 +4715;6;3890.00;9.80;1829.00;2.35;0.68 +4715;9;3872.74;9.70;1822.00;1.57;0.68 +4715;10;3893.26;9.80;1822.00;-1.57;0.68 4715;21;3872.74;9.70;1822.00;1.57;0.68 +4716;0;4534.00;11.15;1610.00;0.00;0.88 +4716;1;4531.50;11.10;1602.50;-0.32;0.88 +4716;2;4539.00;13.60;1599.00;0.42;0.88 +4716;3;4543.00;13.42;1605.00;1.06;0.88 +4716;4;2266.50;9.50;804.50;-1.22;0.88 +4716;5;4540.00;11.32;1615.00;2.26;0.88 +4716;6;4530.50;12.95;1620.00;3.47;0.88 +4716;9;4526.08;12.19;1610.00;1.57;0.88 +4716;10;4541.92;12.23;1610.00;-1.57;0.88 4716;21;4526.08;12.19;1610.00;1.57;0.88 +4717;0;983.00;9.50;1141.00;0.00;1.38 +4717;1;971.00;9.50;1124.00;-0.61;1.38 +4717;2;988.50;9.50;1132.00;0.54;1.38 +4717;3;966.00;9.50;1136.00;-1.28;1.38 +4717;4;999.00;9.50;1147.50;1.95;1.38 +4717;5;978.50;9.50;1151.50;3.54;1.38 +4717;9;968.06;9.50;1141.00;1.57;1.38 +4717;10;997.94;9.50;1141.00;-1.57;1.38 +4717;11;963.80;9.50;1113.80;-0.61;1.38 +4717;12;991.80;9.50;1126.60;0.54;1.38 +4717;13;955.80;9.50;1133.00;-1.28;1.38 +4717;14;1008.60;9.50;1151.40;1.95;1.38 +4717;15;975.80;9.50;1157.80;3.54;1.38 4717;21;968.06;9.50;1141.00;1.57;1.38 +4718;0;5571.00;10.70;172.00;0.00;0.32 +4718;1;5569.50;11.10;169.50;-0.54;0.32 +4718;2;5573.00;11.17;169.00;0.58;0.32 +4718;3;5574.00;10.82;172.00;1.57;0.32 +4718;4;5566.50;10.80;171.50;-1.46;0.32 +4718;5;5567.50;10.50;173.00;4.43;0.32 +4718;6;5569.50;10.30;174.50;3.68;0.32 +4718;7;5573.00;10.55;176.00;2.67;0.32 +4718;9;5567.94;10.58;172.00;1.57;0.32 +4718;10;5574.06;10.82;172.00;-1.57;0.32 +4718;19;5576.00;9.55;180.00;-3.61;0.32 +4718;20;5576.92;9.55;181.48;2.58;0.32 4718;21;5567.94;10.58;172.00;1.57;0.32 +4719;0;4644.00;11.42;1519.00;0.00;0.60 +4719;1;4639.00;11.35;1513.00;-0.69;0.60 +4719;2;4648.50;11.05;1514.00;0.73;0.60 +4719;3;4634.50;11.50;1516.00;-1.26;0.60 +4719;4;4655.00;11.10;1518.50;1.52;0.60 +4719;5;4636.00;11.50;1522.00;4.35;0.60 +4719;6;4651.00;11.20;1523.50;2.14;0.60 +4719;7;4643.00;11.70;1525.50;3.29;0.60 +4719;9;4635.90;11.50;1519.00;1.57;0.60 +4719;10;4652.10;11.35;1519.00;-1.57;0.60 4719;21;4635.90;11.50;1519.00;1.57;0.60 +4720;0;1903.00;11.37;1801.00;0.00;0.96 +4720;1;1904.00;10.60;1791.50;0.10;0.96 +4720;2;1918.50;11.90;1795.50;1.23;0.96 +4720;3;1888.00;11.75;1798.50;-1.40;0.96 +4720;4;1918.00;11.27;1805.00;1.83;0.96 +4720;5;951.00;9.50;900.00;-0.81;0.96 +4720;6;1905.00;11.45;1811.50;2.95;0.96 +4720;9;1890.58;11.84;1801.00;1.57;0.96 +4720;10;1915.42;11.15;1801.00;-1.57;0.96 +4720;19;1923.00;10.05;1817.00;-3.33;0.96 +4720;20;1924.36;10.05;1818.09;2.24;0.96 4720;21;1890.58;11.84;1801.00;1.57;0.96 +4721;0;1122.00;9.50;972.00;0.00;1.20 +4721;1;1112.50;9.50;958.50;-0.61;1.20 +4721;2;1128.00;9.50;961.00;0.49;1.20 +4721;3;1108.50;9.50;973.50;4.60;1.20 +4721;4;1136.50;9.50;975.00;1.77;1.20 +4721;5;1121.50;9.50;984.50;3.18;1.20 +4721;9;1110.84;9.50;972.00;1.57;1.20 +4721;10;1133.16;9.50;972.00;-1.57;1.20 +4721;11;1106.80;9.50;950.40;-0.61;1.20 +4721;12;1131.60;9.50;954.40;0.49;1.20 +4721;13;1100.40;9.50;974.40;4.60;1.20 +4721;14;1145.20;9.50;976.80;1.77;1.20 +4721;15;1121.20;9.50;992.00;3.18;1.20 4721;21;1110.84;9.50;972.00;1.57;1.20 +4722;0;717.00;9.50;1837.00;0.00;1.04 +4722;1;728.00;9.50;1832.00;1.14;1.04 +4722;2;745.50;9.50;1838.50;1.62;1.04 +4722;3;702.00;9.50;1829.50;-1.10;1.04 +4722;4;693.00;9.50;1837.50;4.69;1.04 +4722;5;726.00;9.50;1841.50;2.03;1.04 +4722;6;708.50;9.50;1845.00;3.95;1.04 +4722;9;695.58;9.50;1837.00;1.57;1.04 +4722;10;738.42;9.50;1837.00;-1.57;1.04 +4722;11;734.60;9.50;1829.00;1.14;1.04 +4722;12;762.60;9.50;1839.40;1.62;1.04 +4722;13;693.00;9.50;1825.00;-1.10;1.04 +4722;14;678.60;9.50;1837.80;4.69;1.04 +4722;15;731.40;9.51;1844.20;2.03;1.04 +4722;16;703.40;9.50;1849.80;3.95;1.04 4722;21;695.58;9.50;1837.00;1.57;1.04 +4723;0;1168.00;14.55;1571.00;0.00;0.50 +4723;1;1163.50;15.85;1566.00;-0.73;0.50 +4723;2;1170.50;14.50;1566.50;0.50;0.50 +4723;3;1163.00;15.15;1572.50;4.42;0.50 +4723;4;1174.50;14.10;1570.50;1.49;0.50 +4723;5;1171.00;14.20;1576.50;2.64;0.50 +4723;6;1174.50;13.90;1575.50;2.17;0.50 +4723;9;1162.78;15.33;1571.00;1.57;0.50 +4723;10;1173.22;14.09;1571.00;-1.57;0.50 4723;21;1162.78;15.33;1571.00;1.57;0.50 +4724;0;4247.00;11.10;1656.00;0.00;0.46 +4724;1;4251.50;10.95;1653.00;0.98;0.46 +4724;2;4241.50;10.70;1652.50;-1.00;0.46 +4724;3;4237.00;10.45;1655.50;-1.52;0.46 +4724;4;4240.00;10.50;1659.50;4.24;0.46 +4724;5;4255.00;10.67;1660.00;2.03;0.46 +4724;6;4249.50;10.90;1660.50;2.63;0.46 +4724;9;4239.44;10.59;1656.00;1.57;0.46 +4724;10;4254.56;10.75;1656.00;-1.57;0.46 4724;21;4239.44;10.59;1656.00;1.57;0.46 +4725;0;4807.00;10.37;1519.00;0.00;0.44 +4725;1;4804.50;11.10;1512.50;-0.36;0.44 +4725;2;4808.00;10.65;1511.50;0.13;0.44 +4725;3;4811.00;10.50;1518.50;1.44;0.44 +4725;4;4802.00;11.12;1515.00;-0.89;0.44 +4725;5;4803.50;10.70;1522.00;4.00;0.44 +4725;6;4808.50;10.60;1526.00;2.93;0.44 +4725;9;4803.04;10.44;1519.00;1.57;0.44 +4725;10;4810.96;10.45;1519.00;-1.57;0.44 4725;21;4803.04;10.44;1519.00;1.57;0.44 +4726;0;4767.00;12.10;1733.00;0.00;0.92 +4726;1;4770.00;12.30;1722.50;0.27;0.92 +4726;2;4776.50;12.30;1725.50;0.90;0.92 +4726;3;4760.50;12.10;1726.50;-0.78;0.92 +4726;4;4755.50;11.75;1734.00;4.62;0.92 +4726;5;4775.00;11.65;1736.50;1.98;0.92 +4726;6;4763.50;10.80;1741.50;3.53;0.92 +4726;9;4758.72;11.96;1733.00;1.57;0.92 +4726;10;4775.28;11.73;1733.00;-1.57;0.92 4726;21;4758.72;11.96;1733.00;1.57;0.92 +4727;0;1011.00;10.37;1435.00;0.00;0.46 +4727;1;1010.00;10.20;1428.50;-0.15;0.46 +4727;2;1014.50;10.10;1431.50;0.78;0.46 +4727;3;1006.00;10.57;1431.00;-0.89;0.46 +4727;4;1006.50;10.60;1436.50;4.39;0.46 +4727;5;1015.00;10.70;1439.50;2.41;0.46 +4727;6;1009.50;10.70;1441.50;3.36;0.46 +4727;7;1013.00;10.82;1443.00;2.89;0.46 +4727;9;1006.86;10.54;1435.00;1.57;0.46 +4727;10;1015.14;10.21;1435.00;-1.57;0.46 4727;21;1006.86;10.54;1435.00;1.57;0.46 +4728;0;5229.00;10.60;1562.00;0.00;0.98 +4728;1;5224.50;9.90;1544.00;-0.24;0.98 +4728;2;5221.00;9.60;1560.50;-1.38;0.98 +4728;3;5239.00;11.05;1560.50;1.42;0.98 +4728;4;5238.50;10.90;1572.00;2.38;0.98 +4728;5;5221.00;9.70;1575.50;3.67;0.98 +4728;6;5228.00;10.05;1577.50;3.20;0.98 +4728;9;5220.18;9.60;1562.00;1.57;0.98 +4728;10;5237.82;10.98;1562.00;-1.57;0.98 +4728;19;5250.00;9.60;1565.00;1.42;0.98 +4728;20;5251.73;9.60;1565.24;1.71;0.98 4728;21;5220.18;9.60;1562.00;1.57;0.98 +4729;0;4443.00;14.15;1413.00;0.00;0.52 +4729;1;4442.50;13.60;1408.00;-0.10;0.52 +4729;2;4433.50;14.30;1411.50;-1.41;0.52 +4729;3;4452.50;13.10;1411.50;1.41;0.52 +4729;4;4449.50;14.00;1417.50;2.17;0.52 +4729;5;4438.50;15.25;1417.00;3.98;0.52 +4729;9;4434.90;14.51;1413.00;1.57;0.52 +4729;10;4451.10;13.49;1413.00;-1.57;0.52 4729;21;4434.90;14.51;1413.00;1.57;0.52 +4730;0;4087.00;9.80;1727.00;0.00;0.70 +4730;1;4080.00;9.80;1721.00;-0.86;0.70 +4730;2;4087.50;9.80;1722.00;0.10;0.70 +4730;3;4081.50;9.80;1729.50;4.28;0.70 +4730;4;4095.00;9.80;1726.50;1.50;0.70 +4730;5;4091.50;9.80;1732.50;2.45;0.70 +4730;9;4080.34;9.80;1727.00;1.57;0.70 +4730;10;4093.66;9.80;1727.00;-1.57;0.70 4730;21;4080.34;9.80;1727.00;1.57;0.70 +4731;0;4804.00;10.77;1593.00;0.00;0.62 +4731;1;4798.00;10.87;1587.00;-0.78;0.62 +4731;2;4805.50;10.80;1587.00;0.24;0.62 +4731;3;4809.50;10.65;1595.00;1.92;0.62 +4731;4;4800.00;10.55;1595.50;4.15;0.62 +4731;5;4805.50;10.20;1601.50;2.96;0.62 +4731;9;4798.42;10.80;1593.00;1.57;0.62 +4731;10;4809.58;10.70;1593.00;-1.57;0.62 4731;21;4798.42;10.80;1593.00;1.57;0.62 +4732;0;4442.00;13.75;1462.00;0.00;0.70 +4732;1;4439.00;14.95;1453.50;-0.33;0.70 +4732;2;4435.50;14.40;1456.50;-0.86;0.70 +4732;3;4446.50;15.10;1456.00;0.64;0.70 +4732;4;4449.50;14.40;1463.50;1.76;0.70 +4732;5;4434.00;14.00;1464.00;4.46;0.70 +4732;6;4436.50;14.50;1469.50;3.77;0.70 +4732;7;4442.50;14.55;1470.00;3.07;0.70 +4732;9;4434.98;13.90;1462.00;1.57;0.70 +4732;10;4449.02;14.55;1462.00;-1.57;0.70 4732;21;4434.98;13.90;1462.00;1.57;0.70 +4733;0;4131.00;9.70;1889.00;0.00;1.46 +4733;1;4141.00;9.80;1873.50;0.57;1.46 +4733;2;4120.00;9.80;1882.00;-1.00;1.46 +4733;3;4152.50;9.70;1878.00;1.09;1.46 +4733;4;4148.50;9.75;1886.00;1.40;1.46 +4733;5;4141.00;9.70;1896.50;2.21;1.46 +4733;6;4110.50;9.70;1900.50;4.20;1.46 +4733;7;4124.00;9.70;1905.00;3.55;1.46 +4733;9;4115.34;9.70;1889.00;1.57;1.46 +4733;10;4146.66;9.70;1889.00;-1.57;1.46 4733;21;4115.34;9.70;1889.00;1.57;1.46 +4734;0;4092.00;10.70;1604.00;0.00;0.56 +4734;1;4092.50;10.10;1596.50;0.06;0.56 +4734;2;4087.50;10.60;1600.50;-0.91;0.56 +4734;3;4096.50;10.65;1601.00;0.98;0.56 +4734;4;4087.50;10.50;1606.50;4.20;0.56 +4734;5;4099.50;10.70;1605.50;1.76;0.56 +4734;6;4096.00;10.60;1608.50;2.41;0.56 +4734;9;4085.34;10.46;1604.00;1.57;0.56 +4734;10;4098.66;10.70;1604.00;-1.57;0.56 4734;21;4085.34;10.46;1604.00;1.57;0.56 +4735;0;3123.00;13.10;384.00;0.00;1.06 +4735;1;3127.50;13.00;374.00;0.42;1.06 +4735;2;3108.00;13.12;377.00;-1.13;1.06 +4735;3;3139.50;12.80;381.50;1.42;1.06 +4735;4;3108.00;13.20;386.00;4.58;1.06 +4735;5;3127.00;13.20;395.00;2.79;1.06 +4735;6;3113.00;13.30;396.50;3.81;1.06 +4735;9;3108.96;13.20;384.00;1.57;1.06 +4735;10;3137.04;12.90;384.00;-1.57;1.06 4735;21;3108.96;13.20;384.00;1.57;1.06 +4736;0;961.00;14.20;1549.00;0.00;0.56 +4736;1;957.00;13.35;1539.50;-0.39;0.56 +4736;2;963.50;14.05;1542.00;0.34;0.56 +4736;3;955.00;14.32;1548.00;-1.40;0.56 +4736;4;967.00;14.47;1549.00;1.57;0.56 +4736;5;966.00;13.80;1557.00;2.58;0.56 +4736;6;958.50;14.00;1557.50;3.42;0.56 +4736;9;955.96;14.37;1549.00;1.57;0.56 +4736;10;966.04;14.42;1549.00;-1.57;0.56 4736;21;955.96;14.37;1549.00;1.57;0.56 +4737;0;4505.00;10.62;1678.00;0.00;0.74 +4737;1;4498.50;10.60;1675.00;-1.13;0.74 +4737;2;4499.50;10.40;1668.00;-0.50;0.74 +4737;3;4506.50;10.80;1671.50;0.22;0.74 +4737;4;4512.00;10.75;1677.00;1.42;0.74 +4737;5;4513.00;10.60;1684.50;2.25;0.74 +4737;6;4505.50;10.60;1685.50;3.07;0.74 +4737;9;4498.34;10.69;1678.00;1.57;0.74 +4737;10;4511.66;10.70;1678.00;-1.57;0.74 4737;21;4498.34;10.69;1678.00;1.57;0.74 +4738;0;1429.00;10.10;1644.00;0.00;0.38 +4738;1;1429.50;10.10;1639.00;0.10;0.38 +4738;2;1426.00;10.10;1641.00;-0.78;0.38 +4738;3;714.00;9.50;821.50;-0.71;0.38 +4738;4;1432.00;10.10;1646.50;2.26;0.38 +4738;5;1426.00;10.32;1647.00;3.92;0.38 +4738;6;1429.00;10.35;1650.50;3.14;0.38 +4738;9;1425.58;10.20;1644.00;1.57;0.38 +4738;10;1432.42;10.10;1644.00;-1.57;0.38 4738;21;1425.58;10.20;1644.00;1.57;0.38 +4739;0;1138.00;10.80;1786.00;0.00;0.78 +4739;1;1132.50;10.90;1779.00;-0.66;0.78 +4739;2;1138.50;10.85;1781.00;0.10;0.78 +4739;3;1129.50;10.90;1785.00;-1.45;0.78 +4739;4;1145.50;10.80;1790.50;2.11;0.78 +4739;5;1141.00;10.80;1792.00;2.67;0.78 +4739;9;1129.90;10.90;1786.00;1.57;0.78 +4739;10;1146.10;10.85;1786.00;-1.57;0.78 4739;21;1129.90;10.90;1786.00;1.57;0.78 +4740;0;1277.00;10.62;1495.00;0.00;0.44 +4740;1;1275.00;10.50;1491.00;-0.46;0.44 +4740;2;1281.50;10.40;1491.00;0.84;0.44 +4740;3;1273.00;10.70;1496.00;4.46;0.44 +4740;4;1282.50;10.40;1493.50;1.30;0.44 +4740;5;1279.50;10.60;1498.00;2.44;0.44 +4740;6;1275.00;10.70;1500.50;3.49;0.44 +4740;9;1272.50;10.70;1495.00;1.57;0.44 +4740;10;1281.50;10.50;1495.00;-1.57;0.44 4740;21;1278.00;11.00;1501.33;1.57;0.44 +4741;0;1075.00;14.85;1653.00;0.00;0.58 +4741;1;1072.00;14.55;1642.00;-0.26;0.58 +4741;2;1074.00;14.40;1643.50;-0.10;0.58 +4741;3;1069.50;14.30;1651.50;-1.30;0.58 +4741;4;1078.00;14.80;1650.00;0.78;0.58 +4741;5;1081.50;14.70;1657.00;2.12;0.58 +4741;6;1075.50;14.80;1660.50;3.07;0.58 +4741;9;1069.78;14.47;1653.00;1.57;0.58 +4741;10;1080.22;14.73;1653.00;-1.57;0.58 4741;21;1069.78;14.47;1653.00;1.57;0.58 +4742;0;1079.00;15.95;1517.00;0.00;0.46 +4742;1;1080.50;15.70;1509.50;0.19;0.46 +4742;2;1077.00;16.10;1510.00;-0.27;0.46 +4742;3;1083.00;15.65;1511.00;0.58;0.46 +4742;4;1075.50;16.70;1519.50;4.09;0.46 +4742;5;1083.50;15.20;1519.00;1.98;0.46 +4742;6;1079.50;16.50;1525.50;3.08;0.46 +4742;9;1074.86;16.25;1517.00;1.57;0.46 +4742;10;1083.14;15.53;1517.00;-1.57;0.46 4742;21;1074.86;16.25;1517.00;1.57;0.46 +4743;0;4429.00;10.47;1804.00;0.00;1.26 +4743;1;4424.50;10.40;1794.50;-0.44;1.26 +4743;2;4439.00;10.65;1788.00;0.55;1.26 +4743;3;4446.50;10.60;1797.00;1.19;1.26 +4743;4;4409.00;10.70;1808.50;4.49;1.26 +4743;5;4430.50;10.75;1814.00;2.99;1.26 +4743;9;4413.52;10.69;1804.00;1.57;1.26 +4743;10;4444.48;10.50;1804.00;-1.57;1.26 4743;21;4413.52;10.69;1804.00;1.57;1.26 +4744;0;5439.00;10.60;1881.00;0.00;2.58 +4744;1;5454.00;11.52;1844.00;0.38;2.58 +4744;2;5428.00;10.90;1861.50;-0.51;2.58 +4744;3;5467.00;12.10;1858.50;0.89;2.58 +4744;4;5397.00;10.32;1882.00;4.68;2.58 +4744;5;5480.50;10.80;1874.50;1.41;2.58 +4744;6;5472.00;10.60;1892.00;1.89;2.58 +4744;7;5400.50;10.10;1900.50;4.24;2.58 +4744;8;5435.50;9.70;1903.00;3.29;2.58 +4744;9;5405.34;10.11;1881.00;1.57;2.58 +4744;10;5472.66;10.79;1881.00;-1.57;2.58 +4744;19;5520.00;9.60;1867.00;1.42;2.58 +4744;20;5521.72;9.60;1866.70;1.40;2.58 4744;21;5405.34;10.11;1881.00;1.57;2.58 +4745;0;4665.00;11.40;1482.00;0.00;0.70 +4745;1;4660.00;11.45;1474.50;-0.58;0.70 +4745;2;4666.50;11.80;1476.50;0.26;0.70 +4745;3;4657.50;11.40;1478.00;-1.08;0.70 +4745;4;4663.00;11.30;1485.00;3.73;0.70 +4745;5;4670.00;11.55;1486.00;2.24;0.70 +4745;6;4672.50;11.50;1490.50;2.41;0.70 +4745;7;4669.50;11.50;1491.50;2.69;0.70 +4745;9;4658.70;11.40;1482.00;1.57;0.70 +4745;10;4671.30;11.90;1482.00;-1.57;0.70 4745;21;4658.70;11.40;1482.00;1.57;0.70 +4746;0;3783.00;10.30;1803.00;0.00;0.72 +4746;1;3782.50;10.30;1796.50;-0.07;0.72 +4746;2;3792.00;9.70;1800.50;1.30;0.72 +4746;3;3773.50;10.40;1806.50;4.35;0.72 +4746;4;3784.50;10.40;1809.00;2.89;0.72 +4746;9;3775.08;10.40;1803.00;1.57;0.72 +4746;10;3790.92;9.70;1803.00;-1.57;0.72 4746;21;3775.08;10.40;1803.00;1.57;0.72 +4747;0;945.00;10.92;1673.00;0.00;0.44 +4747;1;943.50;10.55;1670.00;-0.46;0.44 +4747;2;949.00;11.35;1668.50;0.72;0.44 +4747;3;949.50;11.80;1673.50;1.68;0.44 +4747;4;939.00;10.85;1674.50;4.46;0.44 +4747;5;944.00;10.80;1677.50;3.36;0.44 +4747;9;940.50;10.90;1673.00;1.57;0.44 +4747;10;949.50;11.85;1673.00;-1.57;0.44 4747;21;940.50;10.90;1673.00;1.57;0.44 +4748;0;5593.00;10.30;161.00;0.00;0.32 +4748;1;5594.50;9.70;159.00;0.64;0.32 +4748;2;5589.00;10.32;159.00;-1.10;0.32 +4748;3;5591.00;11.15;163.00;3.92;0.32 +4748;4;5595.50;10.60;163.50;2.35;0.32 +4748;9;5589.76;10.81;161.00;1.57;0.32 +4748;10;5596.24;10.10;161.00;-1.57;0.32 +4748;19;5597.00;9.50;156.00;0.64;0.32 +4748;20;5598.09;9.50;154.63;0.67;0.32 4748;21;5589.76;10.81;161.00;1.57;0.32 +4749;0;1194.00;12.02;1588.00;0.00;0.50 +4749;1;1191.50;12.40;1582.50;-0.42;0.50 +4749;2;1198.50;11.90;1584.00;0.84;0.50 +4749;3;1187.50;12.80;1584.00;-1.01;0.50 +4749;4;1188.00;12.57;1589.00;4.54;0.50 +4749;5;1201.00;11.70;1590.00;1.84;0.50 +4749;6;1194.50;11.90;1593.50;3.05;0.50 +4749;9;1188.78;12.54;1588.00;1.57;0.50 +4749;10;1199.22;11.81;1588.00;-1.57;0.50 4749;21;1188.78;12.54;1588.00;1.57;0.50 +4750;0;4365.00;11.50;1633.00;0.00;0.58 +4750;1;4363.50;11.50;1625.00;-0.18;0.58 +4750;2;4358.50;11.40;1627.00;-0.82;0.58 +4750;3;4369.50;11.60;1630.50;1.06;0.58 +4750;4;4360.50;11.35;1634.00;4.49;0.58 +4750;5;4370.00;11.40;1639.00;2.44;0.58 +4750;6;4364.50;11.20;1640.50;3.20;0.58 +4750;9;4359.78;11.36;1633.00;1.57;0.58 +4750;10;4370.22;11.50;1633.00;-1.57;0.58 4750;21;4359.78;11.36;1633.00;1.57;0.58 +4751;0;4193.00;16.37;1492.00;0.00;0.78 +4751;1;4190.50;16.70;1484.50;-0.32;0.78 +4751;2;4196.00;15.85;1482.50;0.30;0.78 +4751;3;4199.00;16.05;1488.50;1.04;0.78 +4751;4;4184.50;15.55;1490.00;-1.34;0.78 +4751;5;4201.50;15.30;1496.50;2.05;0.78 +4751;6;4182.50;16.00;1494.50;4.47;0.78 +4751;7;4186.50;15.40;1496.50;4.10;0.78 +4751;8;4193.50;14.90;1499.50;3.07;0.78 +4751;9;4185.26;15.73;1492.00;1.57;0.78 +4751;10;4200.74;15.60;1492.00;-1.57;0.78 4751;21;4185.26;15.73;1492.00;1.57;0.78 +4752;0;4832.00;12.75;1682.00;0.00;0.86 +4752;1;4831.50;12.20;1674.00;-0.06;0.86 +4752;2;4821.50;12.65;1674.00;-0.92;0.86 +4752;3;4824.00;13.05;1682.50;4.65;0.86 +4752;4;4841.00;12.20;1685.50;1.94;0.86 +4752;5;4833.00;12.15;1690.50;3.02;0.86 +4752;9;4823.72;13.02;1682.00;1.57;0.86 +4752;10;4840.28;11.93;1682.00;-1.57;0.86 4752;21;4823.72;13.02;1682.00;1.57;0.86 +4753;0;1426.00;10.15;1847.00;0.00;1.52 +4753;1;1447.00;9.80;1838.00;1.16;1.52 +4753;2;1423.00;10.40;1835.50;-0.25;1.52 +4753;3;1402.00;10.40;1838.50;-1.23;1.52 +4753;4;1409.00;10.40;1855.50;4.24;1.52 +4753;5;1436.50;9.75;1858.00;2.37;1.52 +4753;9;1405.48;10.40;1847.00;1.57;1.52 +4753;10;1446.52;9.80;1847.00;-1.57;1.52 +4753;19;1420.00;9.65;1887.00;-3.90;1.52 +4753;20;1419.74;9.65;1888.73;3.29;1.52 4753;21;1405.48;10.40;1847.00;1.57;1.52 +4754;0;3850.00;9.80;1692.00;0.00;0.44 +4754;1;3846.00;9.80;1687.50;-0.72;0.44 +4754;2;3854.50;9.80;1688.00;0.84;0.44 +4754;3;3858.50;9.80;1690.00;1.34;0.44 +4754;4;3843.00;9.80;1692.00;4.71;0.44 +4754;5;3859.50;9.80;1693.50;1.72;0.44 +4754;6;3854.00;9.80;1696.00;2.35;0.44 +4754;7;3846.50;9.80;1696.50;3.80;0.44 +4754;9;3843.34;9.80;1692.00;1.57;0.44 +4754;10;3856.66;9.80;1692.00;-1.57;0.44 4754;21;3843.34;9.80;1692.00;1.57;0.44 +4755;0;3519.00;14.52;1296.00;0.00;0.38 +4755;1;3521.50;14.30;1293.00;0.69;0.38 +4755;2;1759.00;10.30;647.50;-1.21;0.38 +4755;3;3514.00;13.10;1294.50;-1.27;0.38 +4755;4;3524.50;14.55;1297.00;1.75;0.38 +4755;5;3514.00;14.45;1298.50;4.24;0.38 +4755;6;3521.00;14.60;1299.00;2.55;0.38 +4755;7;3517.00;14.07;1300.00;3.60;0.38 +4755;9;3514.50;14.35;1296.00;1.57;0.38 +4755;10;3523.50;14.50;1296.00;-1.57;0.38 4755;21;3514.50;14.35;1296.00;1.57;0.38 +4756;0;1434.00;10.30;1396.00;0.00;0.36 +4756;1;1436.00;10.30;1391.50;0.41;0.36 +4756;2;1432.50;10.30;1392.50;-0.40;0.36 +4756;3;1429.50;10.40;1394.50;-1.24;0.36 +4756;4;1438.50;10.40;1396.00;1.57;0.36 +4756;5;1430.00;10.35;1398.00;4.24;0.36 +4756;6;1434.50;10.30;1399.50;3.00;0.36 +4756;7;1439.50;10.30;1399.50;2.13;0.36 +4756;9;1430.22;10.32;1396.00;1.57;0.36 +4756;10;1437.78;10.40;1396.00;-1.57;0.36 4756;21;1430.22;10.32;1396.00;1.57;0.36 +4757;0;1314.00;10.30;1532.00;0.00;0.40 +4757;1;1317.00;10.30;1528.00;0.64;0.40 +4757;2;1311.00;10.30;1528.50;-0.70;0.40 +4757;3;1319.00;10.30;1532.00;1.57;0.40 +4757;4;1309.50;10.40;1533.50;4.39;0.40 +4757;5;1317.50;10.30;1536.00;2.42;0.40 +4757;6;1312.50;10.40;1537.00;3.43;0.40 +4757;9;1309.50;10.35;1532.00;1.57;0.40 +4757;10;1318.50;10.30;1532.00;-1.57;0.40 4757;21;1309.50;10.35;1532.00;1.57;0.40 +4758;0;3731.00;13.15;1678.00;0.00;0.32 +4758;1;3731.00;14.97;1672.00;0.00;0.32 +4758;2;3733.50;12.30;1676.50;1.03;0.32 +4758;3;3727.50;14.00;1674.50;-0.78;0.32 +4758;4;3728.00;13.95;1680.00;4.12;0.32 +4758;5;3734.00;14.22;1683.00;2.60;0.32 +4758;6;3730.50;12.90;1683.50;3.23;0.32 +4758;9;3728.12;14.93;1678.00;1.57;0.32 +4758;10;3733.88;11.96;1678.00;-1.57;0.32 4758;21;3728.12;14.93;1678.00;1.57;0.32 +4759;0;1204.00;11.12;1708.00;0.00;0.50 +4759;1;1201.00;11.30;1703.00;-0.54;0.50 +4759;2;1211.50;11.10;1705.50;1.24;0.50 +4759;3;1193.50;11.25;1704.00;-1.20;0.50 +4759;4;1193.50;11.10;1709.00;4.61;0.50 +4759;5;1216.00;10.90;1711.00;1.81;0.50 +4759;6;1197.00;11.00;1713.00;4.09;0.50 +4759;7;1207.50;11.00;1713.50;2.57;0.50 +4759;8;1215.00;10.90;1713.50;2.03;0.50 +4759;9;1195.54;11.10;1708.00;1.57;0.50 +4759;10;1212.46;11.00;1708.00;-1.57;0.50 4759;21;1195.54;11.10;1708.00;1.57;0.50 +4760;0;1195.00;12.87;1568.00;0.00;0.36 +4760;1;1191.50;13.20;1565.00;-0.86;0.36 +4760;2;1199.00;12.85;1565.00;0.92;0.36 +4760;3;1204.50;12.50;1565.50;1.31;0.36 +4760;4;1188.00;13.27;1569.00;4.57;0.36 +4760;5;1201.00;12.55;1568.50;1.65;0.36 +4760;6;1192.00;12.60;1572.50;3.73;0.36 +4760;9;1188.70;13.29;1568.00;1.57;0.36 +4760;10;1201.30;12.56;1568.00;-1.57;0.36 4760;21;1188.70;13.29;1568.00;1.57;0.36 +4761;0;4027.00;9.70;1854.00;0.00;1.02 +4761;1;4028.50;9.70;1840.00;0.10;1.02 +4761;2;4018.00;9.70;1844.50;-0.75;1.02 +4761;3;4037.50;9.70;1850.00;1.20;1.02 +4761;4;4018.50;9.70;1861.00;4.02;1.02 +4761;5;4034.50;9.70;1864.50;2.52;1.02 +4761;9;4017.82;9.70;1854.00;1.57;1.02 +4761;10;4036.18;9.70;1854.00;-1.57;1.02 4761;21;4017.82;9.70;1854.00;1.57;1.02 +4762;0;4629.00;12.05;1649.00;0.00;0.88 +4762;1;4630.00;12.95;1640.00;0.11;0.88 +4762;2;4624.00;12.40;1639.50;-0.48;0.88 +4762;3;4620.00;12.20;1647.50;-1.40;0.88 +4762;4;4637.00;13.97;1645.00;1.10;0.88 +4762;5;4642.00;13.85;1649.50;1.60;0.88 +4762;6;4633.50;13.30;1656.00;2.57;0.88 +4762;7;4621.50;12.00;1657.00;3.89;0.88 +4762;9;4620.00;11.95;1649.00;1.57;0.88 +4762;10;4638.00;13.62;1649.00;-1.57;0.88 4762;21;4620.00;11.95;1649.00;1.57;0.88 +4763;0;5111.00;10.20;90.00;0.00;0.30 +4763;1;5109.50;9.70;85.50;-0.32;0.30 +4763;2;5107.50;10.10;88.00;-1.05;0.30 +4763;3;5113.50;9.80;89.50;1.37;0.30 +4763;4;5108.50;10.70;91.50;4.17;0.30 +4763;5;5112.00;10.55;93.50;2.86;0.30 +4763;9;5108.30;10.42;90.00;1.57;0.30 +4763;10;5113.70;9.84;90.00;-1.57;0.30 +4763;19;5116.00;9.50;87.00;1.37;0.30 +4763;20;5117.50;9.50;86.10;1.03;0.30 4763;21;5108.30;10.42;90.00;1.57;0.30 +4764;0;4032.00;10.92;1459.00;0.00;0.46 +4764;1;2015.50;10.40;729.00;-1.22;0.46 +4764;2;4026.50;11.10;1458.50;-1.48;0.46 +4764;3;4038.00;10.50;1458.50;1.48;0.46 +4764;4;4035.00;10.60;1463.50;2.55;0.46 +4764;5;4028.00;10.90;1462.50;3.99;0.46 +4764;9;4026.78;11.12;1459.00;1.57;0.46 +4764;10;4037.22;10.64;1459.00;-1.57;0.46 4764;21;4026.78;11.12;1459.00;1.57;0.46 +4765;0;1006.00;14.45;1766.00;0.00;0.82 +4765;1;1014.50;14.80;1754.00;0.61;0.82 +4765;2;1007.50;15.05;1758.00;0.18;0.82 +4765;3;1012.00;13.50;1765.50;1.48;0.82 +4765;4;998.50;14.75;1767.00;4.58;0.82 +4765;5;997.00;15.40;1774.50;3.95;0.82 +4765;6;1009.00;13.85;1774.00;2.78;0.82 +4765;7;1004.50;14.50;1775.50;3.29;0.82 +4765;9;998.62;14.74;1766.00;1.57;0.82 +4765;10;1013.38;13.26;1766.00;-1.57;0.82 4765;21;998.62;14.74;1766.00;1.57;0.82 +4766;0;4481.00;13.37;1528.00;0.00;0.58 +4766;1;4479.50;13.10;1524.00;-0.35;0.58 +4766;2;4488.00;13.75;1525.50;1.22;0.58 +4766;3;4473.00;12.62;1526.00;-1.32;0.58 +4766;4;4472.50;12.90;1528.00;4.71;0.58 +4766;5;4483.50;13.60;1531.50;2.52;0.58 +4766;6;4475.00;12.95;1532.50;4.06;0.58 +4766;9;4474.70;12.51;1528.00;1.57;0.58 +4766;10;4487.30;14.31;1528.00;-1.57;0.58 4766;21;4474.70;12.51;1528.00;1.57;0.58 +4767;0;4077.00;9.80;1691.00;0.00;0.62 +4767;1;4075.50;9.85;1684.00;-0.21;0.62 +4767;2;4082.50;9.80;1688.50;1.14;0.62 +4767;3;4070.50;9.80;1689.00;-1.27;0.62 +4767;4;4082.50;9.80;1696.00;2.30;0.62 +4767;5;4073.50;9.80;1696.00;3.75;0.62 +4767;9;4070.70;9.80;1691.00;1.57;0.62 +4767;10;4083.30;9.80;1691.00;-1.57;0.62 4767;21;4070.70;9.80;1691.00;1.57;0.62 +4768;0;4030.00;13.02;1361.00;0.00;0.44 +4768;1;4031.50;14.40;1354.50;0.22;0.44 +4768;2;4027.50;14.00;1354.00;-0.34;0.44 +4768;3;4026.50;13.70;1359.00;-1.05;0.44 +4768;4;4034.00;12.85;1362.50;1.93;0.44 +4768;5;4027.00;11.25;1366.00;3.68;0.44 +4768;6;4026.50;10.20;1368.50;3.57;0.44 +4768;7;4030.50;10.80;1369.00;3.07;0.44 +4768;8;4027.50;10.10;1369.50;3.42;0.44 +4768;9;4026.04;13.25;1361.00;1.57;0.44 +4768;10;4033.96;13.12;1361.00;-1.57;0.44 4768;21;4033.96;13.12;1361.00;-1.57;0.44 +4769;0;1713.00;10.32;1711.00;0.00;0.36 +4769;1;1718.50;9.90;1709.50;1.30;0.36 +4769;2;1709.50;11.10;1707.50;-0.78;0.36 +4769;3;1706.00;10.37;1711.00;4.71;0.36 +4769;4;1714.50;10.40;1714.00;2.67;0.36 +4769;9;1706.88;10.41;1711.00;1.57;0.36 +4769;10;1719.12;9.88;1711.00;-1.57;0.36 +4769;19;1723.00;9.53;1707.00;1.30;0.36 +4769;20;1724.62;9.53;1706.35;1.19;0.36 4769;21;1706.88;10.41;1711.00;1.57;0.36 +4770;0;4115.00;16.87;1368.00;0.00;0.46 +4770;1;4115.00;17.95;1363.50;0.00;0.46 +4770;2;4126.50;17.70;1365.00;1.31;0.46 +4770;3;4102.50;18.65;1367.00;-1.49;0.46 +4770;4;4126.00;16.70;1369.50;1.70;0.46 +4770;5;4103.00;18.05;1370.00;4.54;0.46 +4770;6;4115.00;16.32;1372.00;3.14;0.46 +4770;9;4105.64;18.32;1368.00;1.57;0.46 +4770;10;4124.36;16.79;1368.00;-1.57;0.46 4770;21;4105.64;18.32;1368.00;1.57;0.46 +4771;0;4016.00;9.92;1735.00;0.00;0.62 +4771;1;4011.00;10.40;1729.00;-0.69;0.62 +4771;2;4019.50;10.30;1731.00;0.71;0.62 +4771;3;4011.00;10.30;1737.00;4.33;0.62 +4771;4;4020.00;9.70;1739.50;2.41;0.62 +4771;9;4010.24;10.30;1735.00;1.57;0.62 +4771;10;4021.76;10.25;1735.00;-1.57;0.62 4771;21;4010.24;10.30;1735.00;1.57;0.62 +4772;0;1260.00;11.00;1667.00;0.00;0.46 +4772;1;1260.50;11.00;1662.00;0.10;0.46 +4772;2;1266.00;10.75;1662.00;0.87;0.46 +4772;3;1255.50;11.00;1668.50;4.39;0.46 +4772;4;1265.50;10.80;1664.50;1.14;0.46 +4772;5;1261.50;10.80;1672.00;2.85;0.46 +4772;9;1255.86;11.00;1667.00;1.57;0.46 +4772;10;1264.14;10.81;1667.00;-1.57;0.46 4772;21;1255.86;11.00;1667.00;1.57;0.46 +4773;0;3967.00;10.40;1395.00;0.00;0.64 +4773;1;3970.00;10.40;1388.00;0.40;0.64 +4773;2;3974.50;10.40;1387.00;0.75;0.64 +4773;3;3972.00;10.40;1393.00;1.19;0.64 +4773;4;3962.50;10.40;1394.00;-1.35;0.64 +4773;5;3968.00;10.40;1401.00;2.97;0.64 +4773;6;3961.00;10.40;1401.50;3.88;0.64 +4773;9;3961.24;10.40;1395.00;1.57;0.64 +4773;10;3972.76;10.40;1395.00;-1.57;0.64 4773;21;3972.76;10.40;1395.00;-1.57;0.64 +4774;0;3790.00;9.80;1830.00;0.00;0.80 +4774;1;3788.00;9.80;1822.50;-0.26;0.80 +4774;2;3801.00;9.80;1825.00;1.14;0.80 +4774;3;3777.00;9.90;1829.50;-1.53;0.80 +4774;4;3806.50;9.80;1831.50;1.66;0.80 +4774;5;3793.50;9.70;1835.50;2.57;0.80 +4774;6;3777.50;9.90;1836.50;4.23;0.80 +4774;9;3777.94;9.90;1830.00;1.57;0.80 +4774;10;3802.06;9.70;1830.00;-1.57;0.80 4774;21;3777.94;9.90;1830.00;1.57;0.80 +4775;0;1430.00;10.55;1721.00;0.00;0.72 +4775;1;714.50;9.50;860.00;-0.69;0.72 +4775;2;1422.50;11.00;1719.00;-1.31;0.72 +4775;3;1437.00;10.75;1721.00;1.57;0.72 +4775;4;714.50;9.50;860.00;-0.69;0.72 +4775;5;1435.00;10.55;1727.50;2.48;0.72 +4775;9;1423.52;10.89;1721.00;1.57;0.72 +4775;10;1436.48;10.74;1721.00;-1.57;0.72 4775;21;1423.52;10.89;1721.00;1.57;0.72 +4776;0;5027.00;10.40;92.00;0.00;0.48 +4776;1;5028.50;10.25;87.00;0.29;0.48 +4776;2;5023.00;10.20;88.50;-0.85;0.48 +4776;3;5033.00;10.50;89.50;1.17;0.48 +4776;4;5021.00;10.30;93.50;4.46;0.48 +4776;5;5033.00;10.37;93.00;1.73;0.48 +4776;6;5028.00;10.22;97.00;2.94;0.48 +4776;9;5021.78;10.30;92.00;1.57;0.48 +4776;10;5032.22;10.46;92.00;-1.57;0.48 4776;21;5021.78;10.30;92.00;1.57;0.48 +4777;0;4284.00;13.70;1480.00;0.00;0.56 +4777;1;4281.50;13.50;1475.50;-0.50;0.56 +4777;2;4289.50;13.50;1474.50;0.78;0.56 +4777;3;4291.00;13.80;1479.50;1.49;0.56 +4777;4;4276.00;13.40;1480.50;4.65;0.56 +4777;5;4282.50;14.30;1485.50;3.40;0.56 +4777;6;4291.00;14.35;1485.00;2.19;0.56 +4777;9;4277.88;13.38;1480.00;1.57;0.56 +4777;10;4290.12;13.83;1480.00;-1.57;0.56 4777;21;4277.88;13.38;1480.00;1.57;0.56 +4778;0;990.00;11.82;1662.00;0.00;0.48 +4778;1;990.00;12.67;1653.00;0.00;0.48 +4778;2;988.00;13.00;1656.50;-0.34;0.48 +4778;3;992.50;12.40;1655.00;0.34;0.48 +4778;4;995.50;12.70;1662.50;1.66;0.48 +4778;5;985.50;11.55;1661.00;-1.35;0.48 +4778;6;984.50;11.75;1666.00;4.08;0.48 +4778;7;989.50;12.50;1668.50;3.21;0.48 +4778;9;985.68;11.58;1662.00;1.57;0.48 +4778;10;994.32;12.46;1662.00;-1.57;0.48 4778;21;985.68;11.58;1662.00;1.57;0.48 +4779;0;4848.00;10.62;1555.00;0.00;0.58 +4779;1;4849.00;11.25;1547.50;0.13;0.58 +4779;2;4854.50;11.70;1551.00;1.01;0.58 +4779;3;4842.00;10.20;1553.00;-1.24;0.58 +4779;4;4853.50;11.40;1557.50;1.99;0.58 +4779;5;4844.00;10.20;1560.50;3.77;0.58 +4779;9;4841.52;10.10;1555.00;1.57;0.58 +4779;10;4854.48;11.50;1555.00;-1.57;0.58 4779;21;4841.52;10.10;1555.00;1.57;0.58 +4780;0;3900.00;10.30;1641.00;0.00;0.48 +4780;1;3898.50;10.30;1637.00;-0.35;0.48 +4780;2;3904.50;10.30;1641.50;1.68;0.48 +4780;3;3894.00;10.35;1641.00;4.71;0.48 +4780;4;3900.00;10.30;1645.00;3.14;0.48 +4780;5;3905.00;10.30;1647.00;2.44;0.48 +4780;9;3895.14;10.30;1641.00;1.57;0.48 +4780;10;3904.86;10.30;1641.00;-1.57;0.48 4780;21;3895.14;10.30;1641.00;1.57;0.48 +4781;0;4176.00;14.12;1538.00;0.00;0.46 +4781;1;4183.00;14.50;1533.50;0.99;0.46 +4781;2;4171.50;13.95;1535.00;-0.98;0.46 +4781;3;4164.00;15.10;1538.50;4.67;0.46 +4781;4;4187.00;14.90;1539.00;1.66;0.46 +4781;5;4181.50;14.80;1542.50;2.25;0.46 +4781;6;4170.00;13.55;1542.50;4.06;0.46 +4781;9;4165.92;14.64;1538.00;1.57;0.46 +4781;10;4186.08;14.73;1538.00;-1.57;0.46 4781;21;4165.92;14.64;1538.00;1.57;0.46 +4782;0;4305.00;10.85;1693.00;0.00;0.48 +4782;1;4306.50;10.90;1688.50;0.32;0.48 +4782;2;4316.00;10.30;1691.50;1.43;0.48 +4782;3;4293.50;10.70;1690.50;-1.35;0.48 +4782;4;4294.50;10.80;1695.00;4.52;0.48 +4782;5;4309.50;11.00;1697.50;2.35;0.48 +4782;9;4294.20;10.70;1693.00;1.57;0.48 +4782;10;4315.80;10.23;1693.00;-1.57;0.48 4782;21;4294.20;10.70;1693.00;1.57;0.48 +4783;0;4379.00;12.10;1354.00;0.00;0.68 +4783;1;4379.50;12.20;1346.50;0.06;0.68 +4783;2;4373.00;12.20;1348.00;-0.78;0.68 +4783;3;4386.00;12.00;1352.50;1.36;0.68 +4783;4;4372.50;12.10;1356.50;4.34;0.68 +4783;5;4384.50;12.00;1360.00;2.40;0.68 +4783;6;4376.50;12.00;1361.50;3.46;0.68 +4783;9;4372.88;12.15;1354.00;1.57;0.68 +4783;10;4385.12;12.00;1354.00;-1.57;0.68 4783;21;4372.88;12.15;1354.00;1.57;0.68 +4784;0;1547.00;10.22;1714.00;0.00;0.50 +4784;1;1548.50;10.40;1708.50;0.26;0.50 +4784;2;1539.50;10.40;1709.00;-0.98;0.50 +4784;3;1555.50;10.35;1712.00;1.34;0.50 +4784;4;1538.00;10.50;1714.50;4.65;0.50 +4784;5;1555.50;10.40;1717.00;1.91;0.50 +4784;6;1548.00;10.70;1718.50;2.92;0.50 +4784;7;1539.50;10.70;1719.50;4.08;0.50 +4784;9;1540.34;10.30;1714.00;1.57;0.50 +4784;10;1553.66;10.30;1714.00;-1.57;0.50 4784;21;1540.34;10.30;1714.00;1.57;0.50 +4785;0;4283.00;11.30;1739.00;0.00;0.74 +4785;1;4282.00;11.12;1731.00;-0.12;0.74 +4785;2;4291.00;11.25;1731.50;0.81;0.74 +4785;3;4274.50;11.40;1738.50;-1.51;0.74 +4785;4;4292.00;11.35;1737.50;1.40;0.74 +4785;5;4284.00;11.45;1745.50;2.98;0.74 +4785;6;4273.00;11.15;1745.50;4.13;0.74 +4785;9;4275.44;11.40;1739.00;1.57;0.74 +4785;10;4290.56;11.40;1739.00;-1.57;0.74 4785;21;4275.44;11.40;1739.00;1.57;0.74 +4786;0;4362.00;14.02;1378.00;0.00;0.50 +4786;1;4356.00;14.30;1373.50;-0.92;0.50 +4786;2;4368.00;14.10;1373.50;0.92;0.50 +4786;3;4349.00;14.12;1376.00;-1.41;0.50 +4786;4;4372.00;14.30;1378.50;1.62;0.50 +4786;5;4357.00;13.50;1381.50;4.10;0.50 +4786;6;4367.50;14.50;1384.00;2.40;0.50 +4786;9;4353.18;13.98;1378.00;1.57;0.50 +4786;10;4370.82;14.28;1378.00;-1.57;0.50 4786;21;4353.18;13.98;1378.00;1.57;0.50 +4787;0;1834.00;11.20;1795.00;0.00;0.66 +4787;1;1824.00;10.95;1788.50;-0.99;0.66 +4787;2;1840.00;11.30;1788.50;0.74;0.66 +4787;3;1852.50;11.00;1788.50;1.23;0.66 +4787;4;1853.50;11.20;1795.50;1.59;0.66 +4787;5;1815.50;11.70;1797.50;4.57;0.66 +4787;6;1833.00;11.40;1800.00;3.33;0.66 +4787;7;916.50;9.50;897.00;-0.79;0.66 +4787;9;1818.88;11.60;1795.00;1.57;0.66 +4787;10;1849.12;11.10;1795.00;-1.57;0.66 4787;21;1818.88;11.60;1795.00;1.57;0.66 +4788;0;4194.00;11.30;1410.00;0.00;0.66 +4788;1;4193.00;12.70;1402.50;-0.13;0.66 +4788;2;4200.00;13.00;1403.50;0.74;0.66 +4788;3;4188.50;10.85;1408.00;-1.22;0.66 +4788;4;4201.00;12.80;1408.50;1.36;0.66 +4788;5;4198.50;13.55;1415.00;2.40;0.66 +4788;6;4186.50;11.70;1415.50;4.08;0.66 +4788;7;4191.50;12.40;1419.00;3.41;0.66 +4788;9;4188.06;11.00;1410.00;1.57;0.66 +4788;10;4199.94;12.64;1410.00;-1.57;0.66 4788;21;4188.06;11.00;1410.00;1.57;0.66 +4789;0;4144.00;10.70;1644.00;0.00;0.54 +4789;1;4143.50;10.50;1640.00;-0.12;0.54 +4789;2;4149.00;10.67;1639.00;0.78;0.54 +4789;3;4137.50;10.60;1644.00;4.71;0.54 +4789;4;4148.00;10.15;1646.50;2.12;0.54 +4789;5;4140.50;10.70;1647.50;3.92;0.54 +4789;6;4145.00;10.35;1651.00;3.00;0.54 +4789;9;4139.14;10.60;1644.00;1.57;0.54 +4789;10;4148.86;10.13;1644.00;-1.57;0.54 4789;21;4139.14;10.60;1644.00;1.57;0.54 +4790;0;1277.00;10.10;1730.00;0.00;0.56 +4790;1;1277.00;10.15;1724.00;0.00;0.56 +4790;2;1271.00;10.30;1729.00;-1.40;0.56 +4790;3;1283.50;10.10;1729.00;1.41;0.56 +4790;4;1274.00;10.10;1735.00;3.68;0.56 +4790;5;1280.50;10.10;1736.00;2.61;0.56 +4790;9;1271.96;10.22;1730.00;1.57;0.56 +4790;10;1282.04;10.10;1730.00;-1.57;0.56 4790;21;1271.96;10.22;1730.00;1.57;0.56 +4791;0;5009.00;9.75;80.00;0.00;0.36 +4791;1;5008.00;9.70;77.00;-0.32;0.36 +4791;2;5014.00;9.75;79.00;1.37;0.36 +4791;3;5003.50;9.70;81.50;4.44;0.36 +4791;4;5014.00;9.90;82.50;2.03;0.36 +4791;5;5007.50;9.80;83.50;3.54;0.36 +4791;9;5004.32;9.69;80.00;1.57;0.36 +4791;10;5013.68;9.80;80.00;-1.57;0.36 +4791;19;5008.00;9.50;75.00;-0.32;0.36 +4791;20;5007.65;9.50;73.28;-0.19;0.36 4791;21;5013.68;9.80;80.00;-1.57;0.36 +4792;0;4608.00;12.85;1504.00;0.00;0.72 +4792;1;4607.50;12.80;1495.00;-0.05;0.72 +4792;2;4609.50;11.70;1492.00;0.12;0.72 +4792;3;4613.50;11.80;1499.50;0.88;0.72 +4792;4;4603.50;12.00;1500.00;-0.84;0.72 +4792;5;4600.50;11.40;1508.00;4.22;0.72 +4792;6;4616.50;11.30;1508.50;2.05;0.72 +4792;7;4611.50;12.55;1510.00;2.61;0.72 +4792;8;4603.50;11.50;1511.50;3.68;0.72 +4792;9;4601.52;11.70;1504.00;1.57;0.72 +4792;10;4614.48;11.60;1504.00;-1.57;0.72 4792;21;4601.52;11.70;1504.00;1.57;0.72 +4793;0;4162.00;10.65;1649.00;0.00;0.38 +4793;1;4163.00;10.80;1644.50;0.21;0.38 +4793;2;4157.00;10.12;1649.00;4.71;0.38 +4793;3;4167.00;10.77;1649.00;1.57;0.38 +4793;4;4161.00;10.00;1653.50;3.36;0.38 +4793;5;4167.00;10.10;1653.50;2.30;0.38 +4793;9;4157.50;10.10;1649.00;1.57;0.38 +4793;10;4166.50;10.80;1649.00;-1.57;0.38 4793;21;4157.50;10.10;1649.00;1.57;0.38 +4794;0;1168.00;13.70;1598.00;0.00;0.62 +4794;1;1171.00;13.85;1590.00;0.35;0.62 +4794;2;1175.00;13.57;1594.00;1.05;0.62 +4794;3;1164.00;14.15;1595.50;-1.01;0.62 +4794;4;1159.50;14.30;1600.00;4.48;0.62 +4794;5;1175.00;12.95;1600.50;1.91;0.62 +4794;6;1170.00;13.17;1603.00;2.76;0.62 +4794;7;1162.00;13.90;1603.50;3.97;0.62 +4794;9;1162.24;14.20;1598.00;1.57;0.62 +4794;10;1173.76;13.25;1598.00;-1.57;0.62 4794;21;1162.24;14.20;1598.00;1.57;0.62 +4795;0;4632.00;11.60;1720.00;0.00;0.98 +4795;1;4640.00;11.02;1708.00;0.58;0.98 +4795;2;4643.00;11.30;1712.50;0.97;0.98 +4795;3;4628.50;11.70;1714.50;-0.56;0.98 +4795;4;4643.00;11.05;1719.00;1.48;0.98 +4795;5;4622.50;11.10;1727.50;4.04;0.98 +4795;6;4634.50;10.70;1726.50;2.77;0.98 +4795;9;4623.18;12.35;1720.00;1.57;0.98 +4795;10;4640.82;10.96;1720.00;-1.57;0.98 4795;21;4623.18;12.35;1720.00;1.57;0.98 +4796;0;1095.00;16.15;1430.00;0.00;0.38 +4796;1;1095.00;14.30;1422.50;0.00;0.38 +4796;2;1091.00;15.07;1430.00;4.71;0.38 +4796;3;1099.50;16.15;1429.00;1.35;0.38 +4796;4;1099.50;16.55;1436.00;2.49;0.38 +4796;5;1094.50;16.50;1437.00;3.21;0.38 +4796;9;1091.58;15.23;1430.00;1.57;0.38 +4796;10;1098.42;16.29;1430.00;-1.57;0.38 4796;21;1091.58;15.23;1430.00;1.57;0.38 +4797;0;4425.00;11.40;1561.00;0.00;0.48 +4797;1;2212.00;9.80;780.00;-1.23;0.48 +4797;2;4421.50;11.35;1557.00;-0.71;0.48 +4797;3;4430.50;11.05;1561.00;1.57;0.48 +4797;4;4420.00;11.70;1562.00;4.51;0.48 +4797;5;4425.50;11.10;1565.50;3.03;0.48 +4797;6;4421.50;11.15;1566.00;3.75;0.48 +4797;9;4419.42;11.81;1561.00;1.57;0.48 +4797;10;4430.58;11.05;1561.00;-1.57;0.48 4797;21;4419.42;11.81;1561.00;1.57;0.48 +4798;0;4810.00;10.90;1743.00;0.00;0.82 +4798;1;4810.50;10.60;1734.50;0.05;0.82 +4798;2;4823.50;10.70;1739.50;1.31;0.82 +4798;3;4796.50;10.80;1741.50;-1.46;0.82 +4798;4;4819.50;10.70;1749.00;2.13;0.82 +4798;5;4795.00;10.90;1749.50;4.30;0.82 +4798;6;4806.00;10.82;1751.00;3.60;0.82 +4798;9;4798.66;10.95;1743.00;1.57;0.82 +4798;10;4821.34;10.70;1743.00;-1.57;0.82 4798;21;4798.66;10.95;1743.00;1.57;0.82 +4799;0;1010.00;11.35;1472.00;0.00;0.66 +4799;1;1012.50;12.70;1461.50;0.23;0.66 +4799;2;1013.50;11.30;1468.00;0.71;0.66 +4799;3;1007.00;12.65;1466.50;-0.49;0.66 +4799;4;1001.00;14.02;1472.00;4.71;0.66 +4799;5;1018.00;10.90;1473.50;1.75;0.66 +4799;6;1005.50;13.60;1476.00;3.98;0.66 +4799;7;1013.00;12.25;1477.50;2.64;0.66 +4799;9;1004.06;14.36;1472.00;1.57;0.66 +4799;10;1015.94;10.80;1472.00;-1.57;0.66 4799;21;1004.06;14.36;1472.00;1.57;0.66 +4800;0;4165.00;12.75;1558.00;0.00;0.52 +4800;1;4164.50;14.00;1552.50;-0.09;0.52 +4800;2;4155.00;12.85;1554.00;-1.19;0.52 +4800;3;4173.00;13.85;1556.50;1.38;0.52 +4800;4;4154.00;11.80;1558.00;4.71;0.52 +4800;5;4161.00;11.22;1561.00;4.06;0.52 +4800;6;4170.50;11.35;1563.00;2.30;0.52 +4800;9;4157.26;12.13;1558.00;1.57;0.52 +4800;10;4172.74;13.54;1558.00;-1.57;0.52 4800;21;4157.26;12.13;1558.00;1.57;0.52 +4801;0;4469.00;14.87;1472.00;0.00;0.72 +4801;1;4468.50;14.40;1462.00;-0.05;0.72 +4801;2;4463.00;14.75;1468.50;-1.04;0.72 +4801;3;4474.00;14.05;1466.50;0.73;0.72 +4801;4;4476.00;14.62;1476.00;2.09;0.72 +4801;5;4462.50;14.45;1478.00;3.96;0.72 +4801;6;4469.50;14.60;1480.50;3.08;0.72 +4801;9;4462.52;14.45;1472.00;1.57;0.72 +4801;10;4475.48;14.30;1472.00;-1.57;0.72 4801;21;4462.52;14.45;1472.00;1.57;0.72 +4802;0;3710.00;10.22;1765.00;0.00;0.60 +4802;1;3711.50;10.30;1757.00;0.18;0.60 +4802;2;3706.00;10.20;1756.00;-0.41;0.60 +4802;3;3703.50;10.30;1761.00;-1.01;0.60 +4802;4;3716.00;10.15;1761.00;0.98;0.60 +4802;5;3716.00;10.22;1769.00;2.15;0.60 +4802;6;3702.50;10.40;1768.00;4.33;0.60 +4802;7;3708.00;10.37;1772.00;3.42;0.60 +4802;9;3704.60;10.39;1765.00;1.57;0.60 +4802;10;3715.40;10.20;1765.00;-1.57;0.60 4802;21;3704.60;10.39;1765.00;1.57;0.60 +4803;0;4126.00;10.20;1577.00;0.00;0.46 +4803;1;4126.50;10.15;1572.00;0.10;0.46 +4803;2;4117.50;10.10;1576.50;-1.51;0.46 +4803;3;4134.50;10.20;1577.00;1.57;0.46 +4803;4;4124.50;10.20;1582.00;3.43;0.46 +4803;5;4132.00;10.20;1582.00;2.26;0.46 +4803;9;4119.34;10.10;1577.00;1.57;0.46 +4803;10;4132.66;10.25;1577.00;-1.57;0.46 4803;21;4119.34;10.10;1577.00;1.57;0.46 +4804;0;5560.00;10.17;128.00;0.00;0.26 +4804;1;5558.50;10.15;124.00;-0.35;0.26 +4804;2;5561.00;10.50;126.50;0.58;0.26 +4804;3;5558.00;9.70;128.00;4.71;0.26 +4804;4;5562.50;10.30;130.50;2.35;0.26 +4804;5;5560.00;10.12;131.00;3.14;0.26 +4804;9;5557.66;9.50;128.00;1.57;0.26 +4804;10;5562.34;10.73;128.00;-1.57;0.26 +4804;19;5558.00;9.50;134.00;-1.57;0.26 +4804;20;5557.44;9.50;135.66;3.46;0.26 4804;21;5557.66;9.50;128.00;1.57;0.26 +4805;0;4898.00;10.30;1486.00;0.00;0.44 +4805;1;4893.00;10.30;1480.50;-0.73;0.44 +4805;2;4898.50;10.30;1483.00;0.16;0.44 +4805;3;4892.00;10.30;1484.50;-1.32;0.44 +4805;4;4904.00;10.30;1485.00;1.40;0.44 +4805;5;4904.50;10.30;1488.50;1.93;0.44 +4805;6;4896.00;10.30;1489.50;3.66;0.44 +4805;7;4902.00;10.30;1491.00;2.46;0.44 +4805;9;4892.60;10.30;1486.00;1.57;0.44 +4805;10;4903.40;10.30;1486.00;-1.57;0.44 4805;21;4892.60;10.30;1486.00;1.57;0.44 +4806;0;4017.00;9.80;1602.00;0.00;0.68 +4806;1;4016.00;9.80;1597.00;-0.19;0.68 +4806;2;4022.00;10.00;1595.50;0.65;0.68 +4806;3;4024.00;10.15;1600.50;1.36;0.68 +4806;4;4010.50;9.80;1601.50;-1.49;0.68 +4806;5;4018.00;9.80;1608.00;2.97;0.68 +4806;6;4011.50;9.80;1606.50;4.02;0.68 +4806;9;4010.88;9.80;1602.00;1.57;0.68 +4806;10;4023.12;9.99;1602.00;-1.57;0.68 4806;21;4010.88;9.80;1602.00;1.57;0.68 +4807;0;1347.00;10.62;1622.00;0.00;0.48 +4807;1;1345.00;10.40;1615.50;-0.29;0.48 +4807;2;1348.50;10.40;1616.00;0.24;0.48 +4807;3;1351.00;10.40;1615.50;0.55;0.48 +4807;4;1343.00;10.30;1619.00;-0.92;0.48 +4807;5;1351.50;10.70;1620.50;1.24;0.48 +4807;6;1342.50;10.30;1624.50;4.20;0.48 +4807;7;1353.00;11.00;1626.50;2.21;0.48 +4807;8;1345.50;10.75;1628.00;3.38;0.48 +4807;9;1342.68;10.30;1622.00;1.57;0.48 +4807;10;1351.32;10.95;1622.00;-1.57;0.48 4807;21;1342.68;10.30;1622.00;1.57;0.48 +4808;0;4410.00;11.50;1667.00;0.00;0.80 +4808;1;4406.50;11.25;1659.00;-0.41;0.80 +4808;2;4400.00;11.20;1663.00;-1.19;0.80 +4808;3;4414.50;11.40;1661.50;0.68;0.80 +4808;4;4419.50;11.10;1668.50;1.72;0.80 +4808;5;4404.00;11.35;1670.00;4.24;0.80 +4808;6;4413.50;11.40;1675.00;2.72;0.80 +4808;9;4402.08;11.42;1667.00;1.57;0.80 +4808;10;4417.92;11.20;1667.00;-1.57;0.80 4808;21;4402.08;11.42;1667.00;1.57;0.80 +4809;0;4741.00;11.25;1542.00;0.00;0.64 +4809;1;4740.00;10.95;1534.00;-0.12;0.64 +4809;2;4747.00;11.10;1542.50;1.65;0.64 +4809;3;4733.00;11.45;1540.50;-1.38;0.64 +4809;4;4739.00;11.87;1548.00;3.46;0.64 +4809;5;4746.50;11.50;1551.50;2.61;0.64 +4809;9;4735.24;11.45;1542.00;1.57;0.64 +4809;10;4746.76;11.10;1542.00;-1.57;0.64 4809;21;4735.24;11.45;1542.00;1.57;0.64 +4810;0;4977.00;11.92;1693.00;0.00;1.04 +4810;1;4975.50;10.80;1680.50;-0.11;1.04 +4810;2;4969.50;11.20;1683.00;-0.64;1.04 +4810;3;4982.50;10.75;1686.00;0.66;1.04 +4810;4;4960.00;11.70;1686.50;-1.20;1.04 +4810;5;4969.00;11.45;1697.50;4.20;1.04 +4810;6;4992.50;11.40;1695.50;1.73;1.04 +4810;7;4991.00;10.97;1703.00;2.19;1.04 +4810;9;4962.42;11.40;1693.00;1.57;1.04 +4810;10;4991.58;11.28;1693.00;-1.57;1.04 +4810;19;4982.00;9.50;1674.00;0.67;1.04 +4810;20;4982.44;9.50;1672.30;0.25;1.04 4810;21;4962.42;11.40;1693.00;1.57;1.04 +4811;0;1300.00;11.60;1495.00;0.00;0.38 +4811;1;1296.50;11.60;1491.00;-0.71;0.38 +4811;2;1301.00;10.85;1490.50;0.21;0.38 +4811;3;1294.00;11.95;1493.50;-1.32;0.38 +4811;4;1305.00;12.55;1495.00;1.57;0.38 +4811;5;1296.50;11.05;1498.00;4.00;0.38 +4811;6;1302.50;11.90;1500.00;2.67;0.38 +4811;9;1295.50;11.85;1495.00;1.57;0.38 +4811;10;1304.50;12.45;1495.00;-1.57;0.38 4811;21;1295.50;11.85;1495.00;1.57;0.38 +4812;0;4447.00;10.80;1845.00;0.00;1.44 +4812;1;4464.50;10.65;1828.00;0.80;1.44 +4812;2;4474.50;10.50;1830.00;1.07;1.44 +4812;3;4439.50;10.80;1834.50;-0.62;1.44 +4812;4;4478.50;10.80;1842.00;1.47;1.44 +4812;5;4411.00;10.80;1838.50;-1.39;1.44 +4812;6;4407.50;10.60;1847.00;4.66;1.44 +4812;7;4426.00;10.90;1856.50;4.21;1.44 +4812;8;4457.50;10.75;1858.00;2.46;1.44 +4812;9;4418.74;10.75;1845.00;1.57;1.44 +4812;10;4475.26;10.80;1845.00;-1.57;1.44 4812;21;4418.74;10.75;1845.00;1.57;1.44 +4813;0;3819.00;9.80;1704.00;0.00;0.68 +4813;1;3824.50;9.70;1695.00;0.54;0.68 +4813;2;3827.50;9.70;1698.00;0.95;0.68 +4813;3;3818.50;9.80;1700.00;-0.12;0.68 +4813;4;3823.00;9.77;1705.00;1.81;0.68 +4813;5;3811.00;9.80;1706.50;4.41;0.68 +4813;6;3809.50;9.80;1709.50;4.18;0.68 +4813;7;3815.00;9.80;1711.50;3.63;0.68 +4813;9;3811.80;9.80;1704.00;1.57;0.68 +4813;10;3826.20;9.70;1704.00;-1.57;0.68 4813;21;3811.80;9.80;1704.00;1.57;0.68 +4814;0;1231.00;11.90;1509.00;0.00;0.44 +4814;1;1239.50;11.80;1504.00;1.03;0.44 +4814;2;1230.00;12.00;1505.50;-0.27;0.44 +4814;3;1238.50;11.70;1509.50;1.63;0.44 +4814;4;1222.50;12.35;1510.00;4.59;0.44 +4814;5;1227.50;12.00;1513.50;3.80;0.44 +4814;6;1235.50;11.90;1513.50;2.35;0.44 +4814;9;1224.16;12.20;1509.00;1.57;0.44 +4814;10;1237.84;11.78;1509.00;-1.57;0.44 4814;21;1224.16;12.20;1509.00;1.57;0.44 +4815;0;4406.00;10.87;1604.00;0.00;0.64 +4815;1;4406.50;10.80;1597.50;0.07;0.64 +4815;2;4413.00;10.70;1600.50;1.10;0.64 +4815;3;4399.50;11.10;1602.00;-1.27;0.64 +4815;4;4410.50;10.95;1608.00;2.29;0.64 +4815;5;4400.50;10.80;1607.50;4.14;0.64 +4815;6;4406.00;10.95;1611.50;3.14;0.64 +4815;9;4400.24;11.10;1604.00;1.57;0.64 +4815;10;4411.76;10.83;1604.00;-1.57;0.64 4815;21;4400.24;11.10;1604.00;1.57;0.64 +4816;0;998.00;14.85;1509.00;0.00;0.62 +4816;1;995.00;15.25;1502.50;-0.43;0.62 +4816;2;1002.50;15.60;1506.00;0.98;0.62 +4816;3;989.50;15.80;1506.50;-1.28;0.62 +4816;4;994.50;15.30;1512.50;3.92;0.62 +4816;5;1002.00;14.60;1515.50;2.59;0.62 +4816;9;992.42;15.11;1509.00;1.57;0.62 +4816;10;1003.58;15.78;1509.00;-1.57;0.62 4816;21;992.42;15.11;1509.00;1.57;0.62 +4817;0;3955.00;9.70;1776.00;0.00;0.50 +4817;1;3959.50;9.70;1770.50;0.68;0.50 +4817;2;3949.00;9.70;1771.50;-0.92;0.50 +4817;3;3965.00;9.70;1775.00;1.47;0.50 +4817;4;3944.00;9.80;1776.00;4.71;0.50 +4817;5;3964.50;9.80;1781.00;2.05;0.50 +4817;6;3953.00;9.70;1780.50;3.56;0.50 +4817;9;3946.54;9.80;1776.00;1.57;0.50 +4817;10;3963.46;9.70;1776.00;-1.57;0.50 4817;21;3946.54;9.80;1776.00;1.57;0.50 +4818;0;4291.00;13.75;1621.00;0.00;0.60 +4818;1;4288.00;12.85;1615.00;-0.46;0.60 +4818;2;4297.50;13.70;1616.50;0.96;0.60 +4818;3;4282.00;13.12;1619.00;-1.35;0.60 +4818;4;4301.50;13.50;1622.50;1.71;0.60 +4818;5;4283.50;12.80;1625.50;4.17;0.60 +4818;6;4294.00;12.85;1626.50;2.64;0.60 +4818;9;4283.62;13.41;1621.00;1.57;0.60 +4818;10;4298.38;13.75;1621.00;-1.57;0.60 4818;21;4283.62;13.41;1621.00;1.57;0.60 +4819;0;5528.00;12.95;99.00;0.00;0.34 +4819;1;5525.00;12.42;96.00;-0.78;0.34 +4819;2;5532.50;12.70;99.00;1.57;0.34 +4819;3;5522.00;13.10;99.00;4.71;0.34 +4819;4;5528.00;13.25;101.50;3.14;0.34 +4819;9;5523.14;13.01;99.00;1.57;0.34 +4819;10;5532.86;12.57;99.00;-1.57;0.34 +4819;19;5537.00;9.78;98.00;1.57;0.34 +4819;20;5538.73;9.78;97.80;1.46;0.34 4819;21;5523.14;13.01;99.00;1.57;0.34 +4820;0;1171.00;13.40;1623.00;0.00;0.48 +4820;1;1171.50;13.60;1615.50;0.06;0.48 +4820;2;1176.50;13.40;1615.50;0.63;0.48 +4820;3;1177.00;13.95;1623.00;1.57;0.48 +4820;4;1165.00;13.30;1623.50;4.62;0.48 +4820;5;1171.00;13.20;1630.00;3.14;0.48 +4820;9;1166.68;13.18;1623.00;1.57;0.48 +4820;10;1175.32;13.88;1623.00;-1.57;0.48 4820;21;1166.68;13.18;1623.00;1.57;0.48 +4821;0;4716.00;11.87;1673.00;0.00;0.90 +4821;1;4712.00;11.85;1663.50;-0.39;0.90 +4821;2;4718.50;12.05;1663.00;0.24;0.90 +4821;3;4705.50;11.90;1667.50;-1.08;0.90 +4821;4;4723.50;11.70;1671.50;1.37;0.90 +4821;5;4709.00;11.70;1675.50;4.36;0.90 +4821;6;4727.50;11.90;1679.50;2.08;0.90 +4821;7;4718.50;11.90;1682.00;2.87;0.90 +4821;9;4707.54;11.55;1673.00;1.57;0.90 +4821;10;4724.46;11.70;1673.00;-1.57;0.90 4821;21;4707.54;11.55;1673.00;1.57;0.90 +4822;0;3179.00;13.82;123.00;0.00;0.62 +4822;1;3173.50;12.50;116.50;-0.70;0.62 +4822;2;3166.00;12.90;120.00;-1.34;0.62 +4822;3;3188.00;12.12;118.00;1.06;0.62 +4822;4;3193.00;13.80;124.50;1.67;0.62 +4822;5;3167.50;13.40;125.50;4.49;0.62 +4822;6;3180.00;13.95;129.50;2.98;0.62 +4822;9;3168.38;13.15;123.00;1.57;0.62 +4822;10;3189.62;13.29;123.00;-1.57;0.62 4822;21;3168.38;13.15;123.00;1.57;0.62 +4823;0;4180.00;13.55;1469.00;0.00;0.50 +4823;1;4176.50;11.80;1465.00;-0.71;0.50 +4823;2;4183.00;12.10;1463.00;0.46;0.50 +4823;3;4186.50;13.50;1467.00;1.27;0.50 +4823;4;4171.50;12.50;1467.50;-1.39;0.50 +4823;5;4175.00;14.82;1472.00;4.17;0.50 +4823;6;4184.00;15.55;1473.00;2.35;0.50 +4823;9;4173.70;13.01;1469.00;1.57;0.50 +4823;10;4186.30;14.27;1469.00;-1.57;0.50 4823;21;4173.70;13.01;1469.00;1.57;0.50 +4824;0;3836.00;9.82;1676.00;0.00;0.40 +4824;1;3831.50;10.20;1673.50;-1.06;0.40 +4824;2;3838.00;9.80;1672.00;0.46;0.40 +4824;3;3843.00;9.80;1676.50;1.64;0.40 +4824;4;3830.00;10.12;1678.00;4.39;0.40 +4824;5;3839.00;9.80;1679.50;2.43;0.40 +4824;6;3833.00;9.80;1681.00;3.68;0.40 +4824;9;3830.24;10.36;1676.00;1.57;0.40 +4824;10;3841.76;9.80;1676.00;-1.57;0.40 4824;21;3846.41;9.90;1673.64;-1.57;0.40 +4825;0;3539.00;14.42;1299.00;0.00;0.34 +4825;1;3540.50;14.40;1293.00;0.24;0.34 +4825;2;3537.50;14.40;1294.00;-0.29;0.34 +4825;3;3542.00;14.40;1299.50;1.73;0.34 +4825;4;3534.50;14.90;1298.50;-1.46;0.34 +4825;5;3535.00;14.60;1302.00;4.06;0.34 +4825;6;3538.50;14.60;1303.50;3.25;0.34 +4825;9;3535.94;14.81;1299.00;1.57;0.34 +4825;10;3542.06;14.40;1299.00;-1.57;0.34 4825;21;3535.94;14.81;1299.00;1.57;0.34 +4826;0;947.00;12.75;1626.00;0.00;0.56 +4826;1;946.00;13.40;1618.50;-0.13;0.56 +4826;2;951.50;13.80;1622.00;0.84;0.56 +4826;3;941.50;12.60;1625.00;-1.39;0.56 +4826;4;952.00;13.40;1630.00;2.24;0.56 +4826;5;942.00;13.05;1632.00;3.83;0.56 +4826;6;946.50;13.40;1633.50;3.20;0.56 +4826;9;941.96;12.60;1626.00;1.57;0.56 +4826;10;952.04;13.58;1626.00;-1.57;0.56 4826;21;941.96;12.60;1626.00;1.57;0.56 +4827;0;4056.00;9.90;1708.00;0.00;0.58 +4827;1;4054.50;9.80;1702.50;-0.26;0.58 +4827;2;4063.00;9.75;1704.50;1.10;0.58 +4827;3;4048.00;10.40;1706.50;-1.38;0.58 +4827;4;4066.00;9.85;1708.00;1.57;0.58 +4827;5;4064.50;10.00;1711.50;1.96;0.58 +4827;6;4050.50;10.30;1712.50;4.02;0.58 +4827;7;4057.50;10.20;1714.00;2.89;0.58 +4827;9;4048.80;10.35;1708.00;1.57;0.58 +4827;10;4063.20;9.85;1708.00;-1.57;0.58 4827;21;4048.80;10.35;1708.00;1.57;0.58 +4828;0;4037.00;19.12;1340.00;0.00;0.56 +4828;1;4030.50;18.90;1336.00;-1.01;0.56 +4828;2;4039.50;18.10;1337.50;0.78;0.56 +4828;3;4031.00;19.15;1340.50;4.62;0.56 +4828;4;4047.50;15.65;1341.00;1.66;0.56 +4828;5;4045.50;18.50;1344.50;2.05;0.56 +4828;6;4035.00;19.82;1344.00;3.60;0.56 +4828;7;4040.50;19.00;1346.50;2.64;0.56 +4828;9;4030.34;19.04;1340.00;1.57;0.56 +4828;10;4043.66;17.60;1340.00;-1.57;0.56 4828;21;4030.34;19.04;1340.00;1.57;0.56 +4829;0;4869.00;11.77;1565.00;0.00;0.48 +4829;1;4864.00;11.45;1562.50;-1.10;0.48 +4829;2;4872.00;11.30;1560.00;0.54;0.48 +4829;3;4876.50;11.70;1565.00;1.57;0.48 +4829;4;4861.00;11.45;1568.50;4.30;0.48 +4829;5;4869.00;11.90;1570.00;3.14;0.48 +4829;9;4862.70;11.36;1565.00;1.57;0.48 +4829;10;4875.30;11.75;1565.00;-1.57;0.48 4829;21;4862.70;11.36;1565.00;1.57;0.48 +4830;0;1226.00;13.37;1553.00;0.00;0.46 +4830;1;1225.00;13.32;1548.00;-0.19;0.46 +4830;2;1231.50;12.75;1548.00;0.83;0.46 +4830;3;1220.00;13.85;1552.50;-1.48;0.46 +4830;4;1232.50;13.25;1552.00;1.41;0.46 +4830;5;1231.50;13.10;1557.50;2.25;0.46 +4830;6;1220.00;13.30;1558.00;4.01;0.46 +4830;7;1225.00;13.52;1559.00;3.30;0.46 +4830;9;1220.78;13.77;1553.00;1.57;0.46 +4830;10;1231.22;13.55;1553.00;-1.57;0.46 4830;21;1220.78;13.77;1553.00;1.57;0.46 +4831;0;4268.00;11.05;1812.00;0.00;1.22 +4831;1;4258.50;10.70;1798.00;-0.59;1.22 +4831;2;4272.50;11.40;1798.00;0.31;1.22 +4831;3;4285.50;11.40;1802.00;1.05;1.22 +4831;4;4253.00;10.70;1811.00;-1.50;1.22 +4831;5;4289.00;10.62;1812.00;1.57;1.22 +4831;6;4279.00;10.62;1821.00;2.25;1.22 +4831;7;4246.00;10.45;1823.50;4.23;1.22 +4831;8;4258.50;10.70;1825.50;3.75;1.22 +4831;9;4251.98;10.70;1812.00;1.57;1.22 +4831;10;4284.02;10.60;1812.00;-1.57;1.22 4831;21;4251.98;10.70;1812.00;1.57;1.22 +4832;0;4679.00;11.90;1607.00;0.00;0.60 +4832;1;4681.50;12.40;1598.00;0.27;0.60 +4832;2;4674.50;12.30;1603.00;-0.84;0.60 +4832;3;4685.00;12.20;1604.50;1.17;0.60 +4832;4;4676.50;11.90;1615.00;3.44;0.60 +4832;5;4682.50;11.50;1614.50;2.70;0.60 +4832;9;4673.60;12.00;1607.00;1.57;0.60 +4832;10;4684.40;12.09;1607.00;-1.57;0.60 4832;21;4673.60;12.00;1607.00;1.57;0.60 +4833;0;464.00;12.62;1966.00;0.00;0.90 +4833;1;456.50;10.80;1963.50;-1.24;0.90 +4833;2;478.00;10.05;1965.50;1.53;0.90 +4833;3;473.00;11.10;1972.50;2.19;0.90 +4833;9;449.96;10.25;1966.00;1.57;0.90 +4833;10;478.04;10.28;1966.00;-1.57;0.90 +4833;19;450.00;9.50;1956.00;-1.25;0.90 +4833;20;448.57;9.50;1954.98;-0.95;0.90 4833;21;449.96;10.25;1966.00;1.57;0.90 +4834;0;1415.00;10.90;1634.00;0.00;0.38 +4834;1;1414.50;10.85;1629.00;-0.10;0.38 +4834;2;1418.50;10.60;1631.50;0.95;0.38 +4834;3;1411.00;11.00;1634.00;4.71;0.38 +4834;4;1419.00;10.70;1636.00;2.03;0.38 +4834;5;1414.00;11.00;1638.00;3.38;0.38 +4834;9;1411.58;11.00;1634.00;1.57;0.38 +4834;10;1418.42;10.80;1634.00;-1.57;0.38 4834;21;1411.58;11.00;1634.00;1.57;0.38 +4835;0;4563.00;13.25;1628.00;0.00;0.62 +4835;1;4568.00;13.00;1621.50;0.65;0.62 +4835;2;4554.50;14.20;1624.00;-1.13;0.62 +4835;3;4574.50;12.70;1626.50;1.44;0.62 +4835;4;4573.50;13.55;1632.00;1.93;0.62 +4835;5;4552.50;13.40;1632.00;4.34;0.62 +4835;6;4563.00;13.27;1634.00;3.14;0.62 +4835;9;4553.46;13.79;1628.00;1.57;0.62 +4835;10;4572.54;12.85;1628.00;-1.57;0.62 4835;21;4553.46;13.79;1628.00;1.57;0.62 +4836;0;5079.00;10.20;145.00;0.00;0.30 +4836;1;5079.00;10.10;142.00;0.00;0.30 +4836;2;5084.50;10.10;143.50;1.30;0.30 +4836;3;5073.00;10.00;144.00;-1.40;0.30 +4836;4;5082.00;10.10;147.00;2.15;0.30 +4836;5;5086.00;10.10;146.00;1.71;0.30 +4836;6;5075.00;10.10;147.50;4.15;0.30 +4836;9;5073.60;10.01;145.00;1.57;0.30 +4836;10;5084.40;10.10;145.00;-1.57;0.30 4836;21;5073.60;10.01;145.00;1.57;0.30 +4837;0;4443.00;13.67;1533.00;0.00;0.52 +4837;1;4444.50;13.80;1528.50;0.32;0.52 +4837;2;4435.50;13.60;1532.50;-1.50;0.52 +4837;3;4453.50;13.50;1530.50;1.33;0.52 +4837;4;4449.00;13.70;1535.50;1.96;0.52 +4837;5;2221.00;9.90;766.00;-1.23;0.52 +4837;9;4436.34;13.27;1533.00;1.57;0.52 +4837;10;4449.66;13.65;1533.00;-1.57;0.52 4837;21;4436.34;13.27;1533.00;1.57;0.52 +4838;0;1010.00;13.82;1709.00;0.00;0.38 +4838;1;1010.00;13.40;1705.00;0.00;0.38 +4838;2;1002.00;13.10;1709.50;4.65;0.38 +4838;3;1018.00;13.80;1709.50;1.63;0.38 +4838;4;1009.50;12.90;1713.50;3.25;0.38 +4838;9;1004.06;13.30;1709.00;1.57;0.38 +4838;10;1015.94;13.60;1709.00;-1.57;0.38 4838;21;1004.06;13.30;1709.00;1.57;0.38 +4839;0;1197.00;11.80;1647.00;0.00;0.38 +4839;1;1196.50;11.90;1642.00;-0.10;0.38 +4839;2;1190.00;12.10;1647.00;4.71;0.38 +4839;3;1204.50;11.60;1647.00;1.57;0.38 +4839;4;1189.50;12.20;1651.50;4.17;0.38 +4839;5;1196.50;11.80;1651.50;3.25;0.38 +4839;6;1204.50;11.60;1651.50;2.11;0.38 +4839;9;1191.24;12.02;1647.00;1.57;0.38 +4839;10;1202.76;11.60;1647.00;-1.57;0.38 4839;21;1191.24;12.02;1647.00;1.57;0.38 +4840;0;4043.00;10.40;1656.00;0.00;0.54 +4840;1;4042.50;10.40;1651.00;-0.10;0.54 +4840;2;4050.00;10.10;1652.50;1.10;0.54 +4840;3;4036.50;10.30;1657.50;4.48;0.54 +4840;4;4049.50;10.40;1657.50;1.79;0.54 +4840;5;4042.00;9.97;1661.00;3.33;0.54 +4840;6;4035.50;9.80;1662.50;3.99;0.54 +4840;9;4036.88;10.38;1656.00;1.57;0.54 +4840;10;4049.12;10.40;1656.00;-1.57;0.54 4840;21;4036.88;10.38;1656.00;1.57;0.54 +4841;0;4995.00;10.00;1545.00;0.00;0.52 +4841;1;4995.00;10.85;1539.00;0.00;0.52 +4841;2;4999.00;9.75;1544.00;1.32;0.52 +4841;3;4991.00;10.60;1542.00;-0.92;0.52 +4841;4;4992.50;9.90;1547.50;3.92;0.52 +4841;5;4998.00;9.95;1550.00;2.60;0.52 +4841;9;4990.32;10.06;1545.00;1.57;0.52 +4841;10;4999.68;9.70;1545.00;-1.57;0.52 +4841;19;5007.00;9.50;1552.00;1.33;0.52 +4841;20;5008.51;9.50;1552.88;2.09;0.52 4841;21;4990.32;10.06;1545.00;1.57;0.52 +4842;0;4326.00;11.20;1738.00;0.00;0.74 +4842;1;4325.00;11.20;1731.50;-0.15;0.74 +4842;2;4338.00;11.10;1736.00;1.40;0.74 +4842;3;4313.50;11.30;1737.00;-1.49;0.74 +4842;4;4318.50;11.00;1744.50;3.99;0.74 +4842;5;4329.50;11.30;1744.00;2.61;0.74 +4842;9;4316.64;11.10;1738.00;1.57;0.74 +4842;10;4335.36;11.10;1738.00;-1.57;0.74 4842;21;4316.64;11.10;1738.00;1.57;0.74 +4843;0;4293.00;14.30;1370.00;0.00;0.68 +4843;1;4292.50;14.60;1362.50;-0.06;0.68 +4843;2;4286.50;14.65;1366.00;-1.01;0.68 +4843;3;4299.50;14.85;1365.00;0.91;0.68 +4843;4;4298.50;14.50;1374.00;2.20;0.68 +4843;5;4286.50;13.20;1374.50;4.10;0.68 +4843;6;4290.50;14.20;1378.00;3.44;0.68 +4843;7;4294.50;14.70;1379.00;2.97;0.68 +4843;9;4286.88;13.93;1370.00;1.57;0.68 +4843;10;4299.12;14.38;1370.00;-1.57;0.68 4843;21;4286.88;13.93;1370.00;1.57;0.68 +4844;0;4962.00;10.35;1585.00;0.00;0.46 +4844;1;4956.00;10.25;1582.00;-1.10;0.46 +4844;2;4964.50;10.10;1581.50;0.62;0.46 +4844;3;4954.50;10.35;1585.00;4.71;0.46 +4844;4;4969.00;10.00;1587.50;1.91;0.46 +4844;5;4962.50;10.05;1589.00;3.01;0.46 +4844;9;4955.70;10.40;1585.00;1.57;0.46 +4844;10;4968.30;10.12;1585.00;-1.57;0.46 +4844;19;4970.00;9.53;1592.00;-3.27;0.46 +4844;20;4971.31;9.53;1593.15;2.29;0.46 4844;21;4955.70;10.40;1585.00;1.57;0.46 +4845;0;4045.00;17.45;1392.00;0.00;0.56 +4845;1;4044.00;16.00;1387.50;-0.21;0.56 +4845;2;4053.00;13.30;1386.50;0.96;0.56 +4845;3;4036.00;14.00;1388.00;-1.15;0.56 +4845;4;4051.00;17.82;1394.00;1.89;0.56 +4845;5;4037.50;14.60;1392.00;4.71;0.56 +4845;6;4044.00;15.85;1397.50;3.32;0.56 +4845;9;4038.16;14.93;1392.00;1.57;0.56 +4845;10;4051.84;16.98;1392.00;-1.57;0.56 4845;21;4051.84;16.98;1392.00;-1.57;0.56 +4846;0;3801.00;9.80;1758.00;0.00;0.72 +4846;1;3796.00;9.70;1750.00;-0.55;0.72 +4846;2;3804.00;9.75;1752.00;0.46;0.72 +4846;3;3792.50;9.70;1756.00;-1.34;0.72 +4846;4;3808.50;9.70;1759.50;1.76;0.72 +4846;5;3797.50;10.15;1763.00;3.75;0.72 +4846;6;3805.00;9.70;1766.50;2.70;0.72 +4846;9;3794.52;9.79;1758.00;1.57;0.72 +4846;10;3807.48;9.80;1758.00;-1.57;0.72 4846;21;3794.52;9.79;1758.00;1.57;0.72 +4847;0;4829.00;10.30;1601.00;0.00;0.64 +4847;1;4826.00;10.70;1591.50;-0.30;0.64 +4847;2;4832.00;10.85;1594.00;0.40;0.64 +4847;3;4822.00;10.20;1599.00;-1.29;0.64 +4847;4;4835.50;10.30;1601.50;1.64;0.64 +4847;5;4825.00;10.50;1607.50;3.69;0.64 +4847;6;4833.00;10.40;1608.50;2.65;0.64 +4847;9;4823.24;10.30;1601.00;1.57;0.64 +4847;10;4834.76;10.30;1601.00;-1.57;0.64 4847;21;4823.24;10.30;1601.00;1.57;0.64 +4848;0;567.00;13.05;1987.00;0.00;1.22 +4848;1;576.50;12.00;1973.50;0.61;1.22 +4848;2;588.00;13.62;1974.00;1.01;1.22 +4848;3;558.50;10.10;1972.50;-0.53;1.22 +4848;4;548.00;9.95;1980.50;-1.24;1.22 +4848;5;586.00;12.05;1989.00;1.67;1.22 +4848;6;542.00;12.55;1990.50;4.57;1.22 +4848;7;564.00;11.95;1997.50;3.42;1.22 +4848;9;549.36;11.17;1987.00;1.57;1.22 +4848;10;584.64;12.20;1987.00;-1.57;1.22 +4848;19;527.00;9.50;1977.00;-1.24;1.22 +4848;20;525.30;9.50;1976.57;-1.32;1.22 4848;21;549.36;11.17;1987.00;1.57;1.22 +4849;0;4203.00;14.55;1458.00;0.00;0.54 +4849;1;4206.50;14.00;1453.50;0.66;0.54 +4849;2;4200.00;13.05;1454.50;-0.70;0.54 +4849;3;4208.50;16.60;1459.50;1.83;0.54 +4849;4;4198.00;14.25;1461.50;4.10;0.54 +4849;5;4204.50;16.10;1463.50;2.87;0.54 +4849;6;4201.00;15.45;1465.50;3.40;0.54 +4849;9;4198.14;13.31;1458.00;1.57;0.54 +4849;10;4207.86;15.70;1458.00;-1.57;0.54 4849;21;4198.14;13.31;1458.00;1.57;0.54 +4850;0;3847.00;10.15;1606.00;0.00;0.54 +4850;1;3848.50;10.25;1597.00;0.16;0.54 +4850;2;3844.00;10.10;1599.50;-0.43;0.54 +4850;3;3851.50;10.20;1601.50;0.78;0.54 +4850;4;3842.00;10.00;1607.00;4.51;0.54 +4850;5;3852.00;10.30;1610.00;2.24;0.54 +4850;6;3845.00;10.07;1613.00;3.42;0.54 +4850;7;3849.50;10.10;1614.00;2.83;0.54 +4850;9;3842.14;10.03;1606.00;1.57;0.54 +4850;10;3851.86;10.30;1606.00;-1.57;0.54 4850;21;3842.14;10.03;1606.00;1.57;0.54 +4851;0;3256.00;13.22;330.00;0.00;0.92 +4851;1;3258.00;13.20;322.00;0.24;0.92 +4851;2;3248.50;13.20;320.00;-0.64;0.92 +4851;3;3245.00;13.00;324.50;-1.10;0.92 +4851;4;3267.50;13.60;331.50;1.70;0.92 +4851;5;3250.50;13.20;335.50;3.92;0.92 +4851;6;3264.00;13.40;339.50;2.44;0.92 +4851;9;3245.92;12.70;330.00;1.57;0.92 +4851;10;3266.08;13.64;330.00;-1.57;0.92 4851;21;3245.92;12.70;330.00;1.57;0.92 +4852;0;4693.00;11.45;1509.00;0.00;0.54 +4852;1;4692.50;11.60;1502.00;-0.07;0.54 +4852;2;4689.50;11.90;1502.50;-0.49;0.54 +4852;3;4697.50;11.65;1507.00;1.15;0.54 +4852;4;4686.50;11.35;1504.00;-0.91;0.54 +4852;5;4687.00;11.42;1510.00;4.54;0.54 +4852;6;4695.50;11.80;1514.50;2.71;0.54 +4852;9;4687.24;11.40;1509.00;1.57;0.54 +4852;10;4698.76;11.51;1509.00;-1.57;0.54 4852;21;4687.24;11.40;1509.00;1.57;0.54 +4853;0;4308.00;10.77;1668.00;0.00;0.70 +4853;1;4305.50;10.80;1661.50;-0.36;0.70 +4853;2;4313.50;10.80;1659.00;0.54;0.70 +4853;3;4315.50;10.80;1666.00;1.31;0.70 +4853;4;4300.00;10.70;1670.50;4.41;0.70 +4853;5;4308.00;10.70;1676.00;3.14;0.70 +4853;6;4315.50;10.80;1673.50;2.20;0.70 +4853;9;4301.70;10.70;1668.00;1.57;0.70 +4853;10;4314.30;10.80;1668.00;-1.57;0.70 4853;21;4301.70;10.70;1668.00;1.57;0.70 +4854;0;1431.00;10.60;1666.00;0.00;0.36 +4854;1;1430.00;10.50;1661.50;-0.21;0.36 +4854;2;1427.00;10.65;1662.00;-0.78;0.36 +4854;3;1434.00;10.45;1663.00;0.78;0.36 +4854;4;1426.50;10.70;1666.00;4.71;0.36 +4854;5;1438.00;10.40;1665.50;1.49;0.36 +4854;6;715.00;9.50;832.50;-0.71;0.36 +4854;9;1426.50;10.70;1666.00;1.57;0.36 +4854;10;1435.50;10.50;1666.00;-1.57;0.36 4854;21;1426.50;10.70;1666.00;1.57;0.36 +4855;0;4678.00;10.40;1725.00;0.00;0.60 +4855;1;4677.00;10.30;1719.00;-0.16;0.60 +4855;2;4666.00;10.55;1721.50;-1.28;0.60 +4855;3;4687.50;10.90;1727.50;1.82;0.60 +4855;4;4671.00;10.42;1729.00;4.19;0.60 +4855;5;4679.50;10.65;1732.00;2.93;0.60 +4855;9;4669.18;10.56;1725.00;1.57;0.60 +4855;10;4686.82;10.58;1725.00;-1.57;0.60 4855;21;4669.18;10.56;1725.00;1.57;0.60 +4856;0;4509.00;12.47;1402.00;0.00;0.52 +4856;1;4503.50;12.55;1397.00;-0.83;0.52 +4856;2;4511.00;12.87;1397.00;0.38;0.52 +4856;3;4517.50;12.90;1401.00;1.45;0.52 +4856;4;4500.50;12.25;1402.00;4.71;0.52 +4856;5;4505.50;12.20;1406.50;3.80;0.52 +4856;6;4514.00;12.45;1406.50;2.30;0.52 +4856;9;4502.16;12.23;1402.00;1.57;0.52 +4856;10;4515.84;12.85;1402.00;-1.57;0.52 4856;21;4502.16;12.23;1402.00;1.57;0.52 +4857;0;1123.00;11.80;1672.00;0.00;0.68 +4857;1;1122.50;11.95;1665.00;-0.07;0.68 +4857;2;1117.50;12.00;1667.50;-0.88;0.68 +4857;3;1129.00;12.00;1667.50;0.92;0.68 +4857;4;1128.50;12.00;1674.00;1.92;0.68 +4857;5;1117.50;11.80;1676.00;4.08;0.68 +4857;6;1121.00;11.50;1680.50;3.37;0.68 +4857;9;1116.88;11.90;1672.00;1.57;0.68 +4857;10;1129.12;12.08;1672.00;-1.57;0.68 4857;21;1116.88;11.90;1672.00;1.57;0.68 +4858;0;4334.00;14.22;1416.00;0.00;0.54 +4858;1;4335.50;14.30;1410.50;0.26;0.54 +4858;2;4342.50;14.40;1414.50;1.39;0.54 +4858;3;4326.50;14.35;1413.00;-1.19;0.54 +4858;4;4326.00;14.42;1419.00;4.35;0.54 +4858;5;4336.00;15.17;1421.00;2.76;0.54 +4858;9;4326.98;14.20;1416.00;1.57;0.54 +4858;10;4341.02;14.44;1416.00;-1.57;0.54 4858;21;4326.98;14.20;1416.00;1.57;0.54 +4859;0;4166.00;9.70;1941.00;0.00;1.46 +4859;1;4158.50;9.70;1922.50;-0.38;1.46 +4859;2;4172.50;9.80;1921.50;0.32;1.46 +4859;3;4184.50;9.70;1926.50;0.90;1.46 +4859;4;4176.50;10.10;1940.50;1.52;1.46 +4859;5;4154.00;9.70;1946.50;4.28;1.46 +4859;6;4163.50;9.70;1962.00;3.26;1.46 +4859;9;4152.86;9.70;1941.00;1.57;1.46 +4859;10;4179.14;10.28;1941.00;-1.57;1.46 4859;21;4152.86;9.70;1941.00;1.57;1.46 +4860;0;1075.00;13.77;1680.00;0.00;0.62 +4860;1;1075.50;14.10;1674.00;0.08;0.62 +4860;2;1069.50;13.95;1674.00;-0.74;0.62 +4860;3;1081.50;13.20;1675.00;0.91;0.62 +4860;4;1067.50;13.60;1677.50;-1.24;0.62 +4860;5;1080.50;12.45;1681.00;1.75;0.62 +4860;6;1073.50;12.80;1684.50;3.46;0.62 +4860;7;1081.00;12.17;1688.00;2.49;0.62 +4860;9;1069.42;13.79;1680.00;1.57;0.62 +4860;10;1080.58;12.54;1680.00;-1.57;0.62 4860;21;1069.42;13.79;1680.00;1.57;0.62 +4861;0;2508.00;11.35;1907.00;0.00;1.02 +4861;1;2516.00;11.85;1902.50;1.05;1.02 +4861;2;2500.00;11.80;1900.50;-0.88;1.02 +4861;3;2505.00;10.45;1914.00;3.54;1.02 +4861;9;2497.38;11.06;1907.00;1.57;1.02 +4861;10;2518.62;12.83;1907.00;-1.57;1.02 +4861;19;2479.00;9.50;1912.00;-2.74;1.02 +4861;20;2477.27;9.50;1912.29;4.54;1.02 4861;21;2497.38;11.06;1907.00;1.57;1.02 +4862;0;4497.00;14.40;1490.00;0.00;0.80 +4862;1;4495.00;14.40;1479.50;-0.18;0.80 +4862;2;4501.00;14.30;1483.50;0.55;0.80 +4862;3;4490.00;14.85;1485.00;-0.95;0.80 +4862;4;4505.50;14.00;1490.50;1.63;0.80 +4862;5;4490.00;15.50;1495.00;4.09;0.80 +4862;6;4500.00;14.30;1497.50;2.76;0.80 +4862;9;4489.80;15.38;1490.00;1.57;0.80 +4862;10;4504.20;13.87;1490.00;-1.57;0.80 4862;21;4489.80;15.38;1490.00;1.57;0.80 +4863;0;1137.00;12.25;1708.00;0.00;0.52 +4863;1;1140.00;12.25;1702.50;0.49;0.52 +4863;2;1130.50;12.25;1706.00;-1.27;0.52 +4863;3;1145.50;12.50;1704.00;1.13;0.52 +4863;4;1145.50;12.45;1709.00;1.68;0.52 +4863;5;1128.00;12.32;1713.00;4.20;0.52 +4863;6;1137.00;12.30;1713.50;3.14;0.52 +4863;9;1129.44;12.20;1708.00;1.57;0.52 +4863;10;1144.56;12.40;1708.00;-1.57;0.52 4863;21;1129.44;12.20;1708.00;1.57;0.52 +4864;0;5125.00;10.37;131.00;0.00;0.24 +4864;1;5127.00;9.80;130.00;1.10;0.24 +4864;2;5124.00;10.30;128.00;-0.32;0.24 +4864;3;5122.50;10.60;129.00;-0.89;0.24 +4864;4;5123.00;10.90;132.50;4.06;0.24 +4864;5;5126.50;10.75;134.00;2.67;0.24 +4864;9;5122.84;10.69;131.00;1.57;0.24 +4864;10;5127.16;9.95;131.00;-1.57;0.24 +4864;19;5130.00;9.50;125.00;1.11;0.24 +4864;20;5131.12;9.50;123.65;0.69;0.24 4864;21;5127.16;9.95;131.00;-1.57;0.24 +4865;0;1061.00;10.30;1549.00;0.00;0.48 +4865;1;1060.50;11.20;1543.50;-0.09;0.48 +4865;2;1056.00;10.45;1546.50;-1.10;0.48 +4865;3;1066.50;11.15;1550.00;1.75;0.48 +4865;4;1058.00;10.60;1552.00;3.92;0.48 +4865;5;1063.00;10.00;1555.00;2.82;0.48 +4865;6;1066.50;10.70;1555.50;2.43;0.48 +4865;9;1056.68;10.65;1549.00;1.57;0.48 +4865;10;1065.32;11.01;1549.00;-1.57;0.48 4865;21;1065.32;11.01;1549.00;-1.57;0.48 +4866;0;4120.00;10.60;1632.00;0.00;0.44 +4866;1;4122.00;10.60;1627.50;0.41;0.44 +4866;2;4116.50;10.60;1630.50;-1.16;0.44 +4866;3;4125.00;10.50;1631.00;1.37;0.44 +4866;4;4120.00;10.60;1636.00;3.14;0.44 +4866;5;4114.00;10.50;1636.00;4.12;0.44 +4866;6;4115.00;10.52;1637.00;3.92;0.44 +4866;9;4115.68;10.60;1632.00;1.57;0.44 +4866;10;4124.32;10.55;1632.00;-1.57;0.44 4866;21;4115.68;10.60;1632.00;1.57;0.44 +4867;0;4079.00;12.12;1510.00;0.00;0.48 +4867;1;4072.50;10.90;1504.50;-0.86;0.48 +4867;2;2039.00;10.00;754.50;-1.21;0.48 +4867;3;4085.50;12.00;1507.50;1.20;0.48 +4867;4;4073.00;11.65;1510.50;4.62;0.48 +4867;5;4086.00;11.37;1512.00;1.84;0.48 +4867;6;4083.50;11.15;1514.00;2.29;0.48 +4867;7;4078.00;11.67;1515.00;3.33;0.48 +4867;9;4072.88;11.62;1510.00;1.57;0.48 +4867;10;4085.12;11.69;1510.00;-1.57;0.48 4867;21;4072.88;11.62;1510.00;1.57;0.48 +4868;0;4604.00;12.10;1699.00;0.00;0.86 +4868;1;4604.00;12.05;1691.50;0.00;0.86 +4868;2;4619.00;11.52;1693.00;1.19;0.86 +4868;3;4589.50;12.20;1694.50;-1.27;0.86 +4868;4;4585.50;11.95;1700.00;4.65;0.86 +4868;5;4614.50;12.10;1704.00;2.01;0.86 +4868;6;4595.50;12.30;1706.50;3.98;0.86 +4868;9;4590.50;12.15;1699.00;1.57;0.86 +4868;10;4617.50;11.50;1699.00;-1.57;0.86 4868;21;4590.50;12.15;1699.00;1.57;0.86 +4869;0;1521.00;11.30;1693.00;0.00;0.52 +4869;1;1516.00;11.30;1687.00;-0.69;0.52 +4869;2;1522.50;11.30;1689.00;0.35;0.52 +4869;3;1514.50;11.30;1691.00;-1.27;0.52 +4869;4;1527.50;11.20;1693.50;1.64;0.52 +4869;5;1519.00;11.20;1697.50;3.56;0.52 +4869;6;1526.50;11.10;1698.50;2.35;0.52 +4869;9;1516.14;11.30;1693.00;1.57;0.52 +4869;10;1525.86;11.20;1693.00;-1.57;0.52 4869;21;1516.14;11.30;1693.00;1.57;0.52 +4870;0;859.00;13.80;1799.00;0.00;0.86 +4870;1;859.00;13.25;1791.00;0.00;0.86 +4870;2;867.00;12.55;1789.00;0.67;0.86 +4870;3;866.00;13.25;1799.00;1.57;0.86 +4870;4;851.00;13.30;1799.50;4.65;0.86 +4870;5;848.50;12.65;1805.00;4.19;0.86 +4870;6;857.00;12.80;1808.50;3.34;0.86 +4870;9;850.90;13.16;1799.00;1.57;0.86 +4870;10;867.10;13.19;1799.00;-1.57;0.86 4870;21;850.90;13.16;1799.00;1.57;0.86 +4871;0;1224.00;12.55;1530.00;0.00;0.48 +4871;1;1224.00;12.47;1524.00;0.00;0.48 +4871;2;1219.00;12.80;1529.50;-1.47;0.48 +4871;3;1229.50;11.90;1530.00;1.57;0.48 +4871;4;1219.00;12.85;1535.50;3.87;0.48 +4871;5;1224.00;12.60;1536.50;3.14;0.48 +4871;9;1219.68;12.78;1530.00;1.57;0.48 +4871;10;1228.32;12.11;1530.00;-1.57;0.48 4871;21;1219.68;12.78;1530.00;1.57;0.48 +4872;0;1284.00;10.10;1753.00;0.00;0.50 +4872;1;1284.00;10.20;1747.50;0.00;0.50 +4872;2;1288.00;10.10;1746.50;0.55;0.50 +4872;3;1289.50;10.10;1751.50;1.30;0.50 +4872;4;1278.50;10.20;1751.50;-1.30;0.50 +4872;5;641.50;9.50;876.00;-0.63;0.50 +4872;6;1283.00;10.10;1758.50;3.32;0.50 +4872;9;1279.50;10.20;1753.00;1.57;0.50 +4872;10;1288.50;10.10;1753.00;-1.57;0.50 4872;21;1279.50;10.20;1753.00;1.57;0.50 +4873;0;4580.00;12.90;1428.00;0.00;0.74 +4873;1;4577.00;13.00;1419.50;-0.33;0.74 +4873;2;4584.50;13.25;1423.00;0.73;0.74 +4873;3;4572.50;13.10;1421.00;-0.82;0.74 +4873;4;4571.50;12.50;1426.50;-1.39;0.74 +4873;5;4588.00;13.12;1432.00;2.03;0.74 +4873;6;4580.00;12.75;1434.50;3.14;0.74 +4873;9;4573.34;12.54;1428.00;1.57;0.74 +4873;10;4586.66;13.20;1428.00;-1.57;0.74 4873;21;4573.34;12.54;1428.00;1.57;0.74 +4874;0;3714.00;13.47;1737.00;0.00;0.52 +4874;1;3716.00;15.85;1732.50;0.41;0.52 +4874;2;3710.50;12.25;1731.00;-0.52;0.52 +4874;3;3708.50;13.35;1737.00;4.71;0.52 +4874;4;3719.00;13.50;1741.00;2.24;0.52 +4874;5;3713.50;15.55;1743.00;3.22;0.52 +4874;9;3709.32;13.47;1737.00;1.57;0.52 +4874;10;3718.68;14.24;1737.00;-1.57;0.52 4874;21;3709.32;13.47;1737.00;1.57;0.52 +4875;0;1336.00;11.00;1741.00;0.00;0.70 +4875;1;1336.50;11.00;1726.00;0.03;0.70 +4875;2;1341.00;11.00;1725.50;0.31;0.70 +4875;3;1344.00;11.10;1731.50;0.70;0.70 +4875;4;1331.00;10.97;1731.00;-0.46;0.70 +4875;5;1328.00;11.00;1736.00;-1.01;0.70 +4875;6;1342.00;11.00;1747.00;2.35;0.70 +4875;7;1328.00;11.00;1746.50;4.11;0.70 +4875;8;1334.00;11.10;1756.00;3.27;0.70 +4875;9;1329.70;11.00;1741.00;1.57;0.70 +4875;10;1342.30;11.00;1741.00;-1.57;0.70 4875;21;1329.70;11.00;1741.00;1.57;0.70 +4876;0;4708.00;11.37;1465.00;0.00;0.38 +4876;1;4704.00;11.00;1461.50;-0.85;0.38 +4876;2;4713.00;10.60;1462.50;1.10;0.38 +4876;3;4717.50;10.70;1466.50;1.72;0.38 +4876;4;4701.00;12.00;1467.50;4.36;0.38 +4876;5;4710.00;11.55;1468.50;2.62;0.38 +4876;9;4701.34;11.71;1465.00;1.57;0.38 +4876;10;4714.66;10.68;1465.00;-1.57;0.38 4876;21;4701.34;11.71;1465.00;1.57;0.38 +4877;0;974.00;14.65;1767.00;0.00;0.86 +4877;1;975.50;14.80;1758.50;0.17;0.86 +4877;2;984.00;14.40;1760.50;0.99;0.86 +4877;3;966.00;14.35;1765.50;-1.38;0.86 +4877;4;982.50;13.50;1767.50;1.63;0.86 +4877;5;973.50;13.30;1775.50;3.20;0.86 +4877;6;966.50;14.80;1775.50;3.86;0.86 +4877;9;965.90;14.53;1767.00;1.57;0.86 +4877;10;982.10;13.61;1767.00;-1.57;0.86 4877;21;965.90;14.53;1767.00;1.57;0.86 +4878;0;4877.00;10.50;1825.00;0.00;1.32 +4878;1;4910.50;10.60;1811.00;1.17;1.32 +4878;2;4892.00;10.60;1812.00;0.85;1.32 +4878;3;4869.50;10.50;1818.50;-0.85;1.32 +4878;4;4902.50;10.40;1826.50;1.63;1.32 +4878;5;4849.00;9.80;1821.50;-1.44;1.32 +4878;6;4840.00;9.80;1824.50;-1.55;1.32 +4878;7;4839.00;9.80;1833.00;4.50;1.32 +4878;8;4862.50;9.80;1837.00;4.02;1.32 +4878;9;4847.30;9.80;1825.00;1.57;1.32 +4878;10;4906.70;10.40;1825.00;-1.57;1.32 4878;21;4847.30;9.80;1825.00;1.57;1.32 +4879;0;3074.00;14.12;278.00;0.00;0.88 +4879;1;3071.00;13.65;267.50;-0.27;0.88 +4879;2;3064.50;13.90;266.50;-0.69;0.88 +4879;3;3064.50;13.75;275.00;-1.26;0.88 +4879;4;3080.00;13.42;274.00;0.98;0.88 +4879;5;3085.50;13.60;282.50;1.94;0.88 +4879;6;3066.50;13.80;283.00;4.12;0.88 +4879;7;3075.50;14.20;286.00;2.95;0.88 +4879;9;3065.72;13.72;278.00;1.57;0.88 +4879;10;3082.28;13.67;278.00;-1.57;0.88 4879;21;3074.98;14.30;277.02;1.57;0.88 +4880;0;1283.00;10.90;1645.00;0.00;0.50 +4880;1;1284.50;10.90;1641.00;0.35;0.50 +4880;2;1277.00;10.65;1640.00;-0.87;0.50 +4880;3;1277.00;10.60;1646.00;4.54;0.50 +4880;4;1291.50;11.00;1644.00;1.45;0.50 +4880;5;1289.50;11.00;1647.50;1.93;0.50 +4880;6;1277.50;10.50;1651.00;3.88;0.50 +4880;7;1284.00;10.90;1650.50;2.96;0.50 +4880;9;1277.24;10.63;1645.00;1.57;0.50 +4880;10;1288.76;10.96;1645.00;-1.57;0.50 4880;21;1277.24;10.63;1645.00;1.57;0.50 +4881;0;4919.00;11.82;1670.00;0.00;0.70 +4881;1;4912.00;12.80;1664.50;-0.90;0.70 +4881;2;4925.50;11.70;1666.00;1.01;0.70 +4881;3;4906.50;12.20;1670.00;4.71;0.70 +4881;4;4931.00;11.75;1675.00;1.96;0.70 +4881;5;4911.50;11.75;1676.00;4.03;0.70 +4881;6;4922.50;11.40;1675.00;2.53;0.70 +4881;9;4908.74;12.12;1670.00;1.57;0.70 +4881;10;4929.26;11.73;1670.00;-1.57;0.70 4881;21;4908.74;12.12;1670.00;1.57;0.70 +4882;0;4349.00;14.82;1543.00;0.00;0.64 +4882;1;4342.50;15.30;1537.50;-0.86;0.64 +4882;2;4350.50;14.85;1538.00;0.29;0.64 +4882;3;4343.00;16.15;1544.00;4.54;0.64 +4882;4;4357.50;14.30;1544.00;1.68;0.64 +4882;5;4353.50;14.05;1550.00;2.57;0.64 +4882;6;4347.00;15.45;1549.00;3.46;0.64 +4882;9;4342.70;16.11;1543.00;1.57;0.64 +4882;10;4355.30;14.18;1543.00;-1.57;0.64 4882;21;4342.70;16.11;1543.00;1.57;0.64 +4883;0;4043.00;10.10;995.00;0.00;0.52 +4883;1;4042.50;10.15;989.00;-0.08;0.52 +4883;2;4038.00;10.70;992.50;-1.10;0.52 +4883;3;4047.00;10.12;993.00;1.10;0.52 +4883;4;4039.50;10.10;998.00;4.00;0.52 +4883;5;4048.50;10.20;1000.00;2.30;0.52 +4883;6;4044.50;10.15;1001.00;2.89;0.52 +4883;9;4038.32;10.56;995.00;1.57;0.52 +4883;10;4047.68;10.10;995.00;-1.57;0.52 4883;21;4038.32;10.56;995.00;1.57;0.52 +4884;0;1295.00;10.30;1348.00;0.00;0.46 +4884;1;1298.50;9.70;1343.00;0.61;0.46 +4884;2;1293.00;10.30;1345.50;-0.67;0.46 +4884;3;1298.50;10.30;1348.00;1.57;0.46 +4884;4;1290.00;10.40;1350.50;4.24;0.46 +4884;5;1293.00;10.40;1353.50;3.49;0.46 +4884;9;1290.86;10.30;1348.00;1.57;0.46 +4884;10;1299.14;10.30;1348.00;-1.57;0.46 +4884;19;1303.00;9.50;1340.00;0.61;0.46 +4884;20;1304.23;9.50;1338.76;0.78;0.46 4884;21;1290.86;10.30;1348.00;1.57;0.46 +4885;0;2719.00;9.50;1476.00;0.00;0.86 +4885;1;2716.50;9.50;1469.50;-0.36;0.86 +4885;2;2726.50;9.50;1470.00;0.89;0.86 +4885;3;2710.00;9.50;1475.50;-1.51;0.86 +4885;4;2728.50;9.50;1476.00;1.57;0.86 +4885;5;2727.50;9.50;1479.50;1.96;0.86 +4885;6;2712.00;9.50;1482.00;4.00;0.86 +4885;7;2723.00;9.50;1482.50;2.59;0.86 +4885;8;2719.50;9.50;1486.00;3.09;0.86 +4885;9;2709.82;9.50;1476.00;1.57;0.86 +4885;10;2728.18;9.50;1476.00;-1.57;0.86 +4885;11;2715.00;9.50;1465.60;-0.36;0.86 +4885;12;2731.00;9.50;1466.40;0.89;0.86 +4885;13;2704.60;9.50;1475.20;-1.51;0.86 +4885;14;2734.20;9.50;1476.00;1.57;0.86 +4885;15;2732.60;9.50;1481.60;1.96;0.86 +4885;16;2707.80;9.50;1485.60;4.00;0.86 +4885;17;2725.40;9.50;1486.40;2.59;0.86 +4885;18;2719.80;9.50;1492.00;3.09;0.86 4885;21;2709.82;9.50;1476.00;1.57;0.86 +4886;0;2348.00;9.50;1182.00;0.00;1.02 +4886;1;2343.50;9.50;1170.50;-0.37;1.02 +4886;2;2356.00;9.50;1173.00;0.72;1.02 +4886;3;2335.50;9.50;1183.00;4.63;1.02 +4886;4;2365.00;9.50;1182.50;1.60;1.02 +4886;5;2349.50;9.50;1190.50;2.96;1.02 +4886;9;2335.76;9.50;1182.00;1.57;1.02 +4886;10;2360.24;9.50;1182.00;-1.57;1.02 +4886;11;2340.80;9.50;1163.60;-0.37;1.02 +4886;12;2360.80;9.50;1167.60;0.72;1.02 +4886;13;2328.00;9.50;1183.60;4.63;1.02 +4886;14;2375.20;9.50;1182.80;1.60;1.02 +4886;15;2350.40;9.50;1195.60;2.96;1.02 4886;21;2335.76;9.50;1182.00;1.57;1.02 +4887;0;1218.00;14.40;1183.00;0.00;0.64 +4887;1;1220.00;11.60;1175.00;0.24;0.64 +4887;2;1224.50;11.70;1177.50;0.86;0.64 +4887;3;1215.50;12.00;1179.50;-0.62;0.64 +4887;4;1223.00;15.15;1184.00;1.76;0.64 +4887;5;1210.00;14.10;1184.00;4.58;0.64 +4887;6;1210.00;15.47;1187.00;4.24;0.64 +4887;7;1218.00;15.82;1189.00;3.14;0.64 +4887;8;1213.00;16.00;1189.50;3.79;0.64 +4887;9;1211.52;13.19;1183.00;1.57;0.64 +4887;10;1224.48;14.40;1183.00;-1.57;0.64 4887;21;1215.69;15.80;1187.10;-1.57;0.64 +4888;0;4399.00;15.67;1244.00;0.00;0.50 +4888;1;4397.50;17.50;1238.50;-0.26;0.50 +4888;2;4401.50;18.10;1237.50;0.36;0.50 +4888;3;4402.50;17.25;1241.00;0.86;0.50 +4888;4;4394.00;17.32;1244.00;4.71;0.50 +4888;5;4405.00;15.02;1246.00;1.89;0.50 +4888;6;4395.50;15.10;1248.50;3.80;0.50 +4888;7;4401.50;14.70;1248.50;2.63;0.50 +4888;9;4394.32;17.24;1244.00;1.57;0.50 +4888;10;4403.68;15.61;1244.00;-1.57;0.50 4888;21;4394.32;17.24;1244.00;1.57;0.50 +4889;0;2982.00;11.45;786.00;0.00;0.58 +4889;1;2978.50;10.60;781.00;-0.61;0.58 +4889;2;2968.00;10.40;780.50;-1.19;0.58 +4889;3;2991.00;11.72;786.00;1.57;0.58 +4889;4;2968.00;10.57;782.00;-1.29;0.58 +4889;5;2977.00;11.85;787.50;4.42;0.58 +4889;6;2989.50;12.95;792.00;2.24;0.58 +4889;9;2972.28;11.83;786.00;1.57;0.58 +4889;10;2991.72;11.75;786.00;-1.57;0.58 4889;21;2972.28;11.83;786.00;1.57;0.58 +4890;0;1811.00;9.50;1263.00;0.00;1.36 +4890;1;1803.00;9.50;1253.50;-0.70;1.36 +4890;2;1822.00;9.50;1249.50;0.68;1.36 +4890;3;1826.00;9.50;1264.00;1.63;1.36 +4890;4;1794.50;9.50;1270.00;4.31;1.36 +4890;5;1810.50;9.50;1276.50;3.17;1.36 +4890;6;1823.50;9.50;1274.50;2.31;1.36 +4890;9;1797.14;9.50;1263.00;1.57;1.36 +4890;10;1824.86;9.50;1263.00;-1.57;1.36 +4890;11;1798.20;9.50;1247.80;-0.70;1.36 +4890;12;1828.60;9.50;1241.40;0.68;1.36 +4890;13;1835.00;9.50;1264.60;1.63;1.36 +4890;14;1784.60;9.50;1274.20;4.31;1.36 +4890;15;1810.20;9.50;1284.60;3.17;1.36 +4890;16;1831.00;9.50;1281.40;2.31;1.36 4890;21;1797.14;9.50;1263.00;1.57;1.36 +4891;0;3750.00;10.20;1068.00;0.00;0.40 +4891;1;3756.00;10.00;1063.00;0.87;0.40 +4891;2;3745.00;10.05;1065.00;-1.03;0.40 +4891;3;3759.50;10.20;1067.00;1.46;0.40 +4891;4;3740.50;10.50;1070.00;4.50;0.40 +4891;5;3753.00;10.65;1071.00;2.35;0.40 +4891;9;3741.18;10.30;1068.00;1.57;0.40 +4891;10;3758.82;10.28;1068.00;-1.57;0.40 +4891;19;3766.00;9.50;1060.00;0.88;0.40 +4891;20;3767.56;9.50;1059.21;1.10;0.40 4891;21;3741.18;10.30;1068.00;1.57;0.40 +4892;0;1729.00;9.70;989.00;0.00;0.84 +4892;1;1727.50;9.80;978.00;-0.13;0.84 +4892;2;1722.00;9.72;981.00;-0.71;0.84 +4892;3;1734.00;9.72;986.00;1.03;0.84 +4892;4;1723.00;9.80;991.50;4.31;0.84 +4892;5;1739.00;9.70;993.50;1.99;0.84 +4892;6;1732.50;9.70;997.50;2.75;0.84 +4892;9;1721.44;9.70;989.00;1.57;0.84 +4892;10;1736.56;9.70;989.00;-1.57;0.84 4892;21;1721.44;9.70;989.00;1.57;0.84 +4893;0;3770.00;11.95;1230.00;0.00;0.50 +4893;1;3775.50;11.85;1225.00;0.83;0.50 +4893;2;3769.50;11.30;1226.00;-0.12;0.50 +4893;3;3775.50;11.85;1229.00;1.39;0.50 +4893;4;3764.50;12.00;1231.50;4.44;0.50 +4893;5;3770.50;11.90;1234.50;3.03;0.50 +4893;6;3765.00;12.65;1235.50;3.87;0.50 +4893;9;3765.32;11.75;1230.00;1.57;0.50 +4893;10;3774.68;11.94;1230.00;-1.57;0.50 4893;21;3765.32;11.75;1230.00;1.57;0.50 +4894;0;572.00;9.50;1131.00;0.00;1.24 +4894;1;581.00;9.50;1118.00;0.60;1.24 +4894;2;564.00;9.50;1123.00;-0.78;1.24 +4894;3;583.50;9.50;1132.00;1.65;1.24 +4894;4;561.00;9.50;1138.50;4.11;1.24 +4894;5;578.50;9.50;1144.00;2.67;1.24 +4894;6;572.50;9.50;1146.00;3.10;1.24 +4894;9;559.58;9.50;1131.00;1.57;1.24 +4894;10;584.42;9.50;1131.00;-1.57;1.24 +4894;11;586.40;9.50;1110.20;0.60;1.24 +4894;12;559.20;9.50;1118.20;-0.78;1.24 +4894;13;590.40;9.50;1132.60;1.65;1.24 +4894;14;554.40;9.50;1143.00;4.11;1.24 +4894;15;582.40;9.50;1151.80;2.67;1.24 +4894;16;572.80;9.50;1155.00;3.10;1.24 4894;21;559.58;9.50;1131.00;1.57;1.24 +4895;0;901.00;9.50;1366.00;0.00;1.10 +4895;1;899.50;9.50;1353.50;-0.11;1.10 +4895;2;887.00;9.50;1365.50;-1.53;1.10 +4895;3;914.50;9.50;1355.50;0.91;1.10 +4895;4;915.00;9.50;1368.00;1.71;1.10 +4895;5;890.50;9.50;1378.50;3.84;1.10 +4895;6;903.50;9.50;1380.00;2.96;1.10 +4895;9;890.02;9.50;1366.00;1.57;1.10 +4895;10;911.98;9.50;1366.00;-1.57;1.10 +4895;11;898.60;9.50;1346.00;-0.11;1.10 +4895;12;878.60;9.50;1365.20;-1.53;1.10 +4895;13;922.60;9.50;1349.20;0.91;1.10 +4895;14;923.40;9.50;1369.20;1.71;1.10 +4895;15;884.20;9.50;1386.00;3.84;1.10 +4895;16;905.00;9.50;1388.40;2.96;1.10 4895;21;890.02;9.50;1366.00;1.57;1.10 +4896;0;4515.00;10.82;1125.00;0.00;0.36 +4896;1;4516.50;10.80;1122.50;0.54;0.36 +4896;2;4512.00;10.75;1124.00;-1.24;0.36 +4896;3;4519.50;10.95;1125.00;1.57;0.36 +4896;4;4517.00;11.27;1128.00;2.55;0.36 +4896;5;4513.00;11.60;1128.50;3.66;0.36 +4896;9;4511.58;10.75;1125.00;1.57;0.36 +4896;10;4518.42;10.94;1125.00;-1.57;0.36 4896;21;4511.58;10.75;1125.00;1.57;0.36 +4897;0;3074.00;10.20;860.00;0.00;0.84 +4897;1;3073.50;10.30;848.00;-0.04;0.84 +4897;2;3082.50;10.40;845.50;0.53;0.84 +4897;3;3080.00;10.20;861.00;1.73;0.84 +4897;4;3065.00;10.20;856.00;-1.15;0.84 +4897;5;3066.00;10.25;868.50;3.89;0.84 +4897;6;3072.00;10.30;875.00;3.27;0.84 +4897;9;3066.44;10.20;860.00;1.57;0.84 +4897;10;3081.56;10.20;860.00;-1.57;0.84 4897;21;3066.44;10.20;860.00;1.57;0.84 +4898;0;1133.00;14.95;1304.00;0.00;0.50 +4898;1;1134.50;13.75;1295.00;0.16;0.50 +4898;2;1137.50;16.30;1297.50;0.60;0.50 +4898;3;1129.50;13.10;1300.50;-0.78;0.50 +4898;4;1137.00;15.72;1306.00;2.03;0.50 +4898;5;1130.50;14.85;1310.00;3.53;0.50 +4898;6;1135.50;16.50;1312.00;2.83;0.50 +4898;9;1128.50;13.75;1304.00;1.57;0.50 +4898;10;1137.50;15.90;1304.00;-1.57;0.50 4898;21;1128.50;13.75;1304.00;1.57;0.50 +4899;0;4773.00;9.50;618.00;0.00;1.46 +4899;1;4787.00;9.50;615.00;1.36;1.46 +4899;2;4764.00;9.50;604.00;-0.57;1.46 +4899;3;4775.00;9.50;608.00;0.19;1.46 +4899;4;4754.00;9.50;608.50;-1.10;1.46 +4899;5;4760.00;9.52;623.00;4.34;1.46 +4899;6;4768.00;9.50;618.50;4.61;1.46 +4899;7;4786.00;9.50;622.00;1.86;1.46 +4899;8;4793.00;9.50;628.50;2.05;1.46 +4899;9;4757.70;9.50;618.00;1.57;1.46 +4899;10;4788.30;9.50;618.00;-1.57;1.46 +4899;11;4795.40;9.50;613.20;1.36;1.46 +4899;12;4758.60;9.50;595.60;-0.57;1.46 +4899;13;4776.20;9.50;602.00;0.19;1.46 +4899;14;4742.60;9.50;602.80;-1.10;1.46 +4899;15;4752.20;9.50;626.00;4.34;1.46 +4899;16;4765.00;9.50;618.80;4.61;1.46 +4899;17;4793.80;9.50;624.40;1.86;1.46 +4899;18;4805.00;9.50;634.80;2.05;1.46 4899;21;4757.70;9.50;618.00;1.57;1.46 +4900;0;4178.00;21.57;1117.00;0.00;0.58 +4900;1;4175.00;21.75;1111.00;-0.46;0.58 +4900;2;4181.50;22.30;1111.50;0.56;0.58 +4900;3;4184.50;21.35;1118.00;1.72;0.58 +4900;4;4171.00;21.85;1117.50;4.64;0.58 +4900;5;4176.50;22.85;1123.00;3.38;0.58 +4900;6;4182.00;22.15;1124.50;2.65;0.58 +4900;9;4172.60;21.91;1117.00;1.57;0.58 +4900;10;4183.40;21.30;1117.00;-1.57;0.58 4900;21;4172.60;21.91;1117.00;1.57;0.58 +4901;0;3561.00;14.35;1286.00;0.00;0.36 +4901;1;3559.00;14.25;1281.00;-0.38;0.36 +4901;2;3563.00;14.65;1281.50;0.41;0.36 +4901;3;3557.50;14.60;1284.50;-1.16;0.36 +4901;4;3565.50;14.65;1286.00;1.57;0.36 +4901;5;3559.00;14.40;1289.50;3.66;0.36 +4901;6;3562.50;14.50;1290.50;2.82;0.36 +4901;9;3557.76;14.61;1286.00;1.57;0.36 +4901;10;3564.24;14.66;1286.00;-1.57;0.36 4901;21;3557.76;14.61;1286.00;1.57;0.36 +4902;0;3138.00;10.70;928.00;0.00;1.54 +4902;1;3124.00;10.60;907.50;-0.59;1.54 +4902;2;3137.00;10.75;906.50;-0.04;1.54 +4902;3;3151.00;11.35;914.50;0.76;1.54 +4902;4;3121.50;10.50;923.50;-1.30;1.54 +4902;5;3158.50;13.90;928.50;1.59;1.54 +4902;6;3123.50;10.50;945.00;3.84;1.54 +4902;7;3141.50;10.75;947.00;2.95;1.54 +4902;8;3124.50;10.60;955.50;3.59;1.54 +4902;9;3124.14;10.50;928.00;1.57;1.54 +4902;10;3151.86;11.99;928.00;-1.57;1.54 4902;21;3124.14;10.50;928.00;1.57;1.54 +4903;0;2905.00;9.97;1159.00;0.00;0.78 +4903;1;2898.00;10.10;1152.50;-0.82;0.78 +4903;2;2908.50;10.10;1151.00;0.41;0.78 +4903;3;2913.50;10.00;1158.50;1.51;0.78 +4903;4;2900.00;9.90;1164.50;3.87;0.78 +4903;5;2909.00;9.90;1167.00;2.67;0.78 +4903;9;2897.98;10.00;1159.00;1.57;0.78 +4903;10;2912.02;10.00;1159.00;-1.57;0.78 4903;21;2897.98;10.00;1159.00;1.57;0.78 +4904;0;1398.00;9.75;1172.00;0.00;0.68 +4904;1;1389.00;9.75;1166.50;-1.02;0.68 +4904;2;1398.50;9.80;1165.00;0.07;0.68 +4904;3;1406.50;10.15;1165.00;0.88;0.68 +4904;4;1405.00;9.90;1173.50;1.78;0.68 +4904;5;1391.00;9.70;1175.00;4.30;0.68 +4904;6;1400.50;9.80;1181.00;2.87;0.68 +4904;9;1391.16;9.75;1172.00;1.57;0.68 +4904;10;1404.84;9.90;1172.00;-1.57;0.68 +4904;19;1390.76;9.50;1187.62;-2.08;0.68 +4904;20;1390.02;9.50;1189.20;3.57;0.68 4904;21;1394.02;10.10;1186.54;-1.57;0.68 +4905;0;5020.00;9.50;20.00;0.00;1.04 +4905;1;5011.50;9.50;15.00;-1.03;1.04 +4905;2;5030.50;9.50;19.50;1.52;1.04 +4905;3;5010.00;9.50;27.00;4.10;1.04 +4905;4;5020.50;9.50;31.50;3.09;1.04 +4905;5;5015.50;9.50;35.50;3.42;1.04 +4905;9;5009.02;9.50;20.00;1.57;1.04 +4905;10;5030.98;9.50;20.00;-1.57;1.04 +4905;11;5006.40;9.50;12.00;-1.03;1.04 +4905;12;5036.80;9.50;19.20;1.52;1.04 +4905;13;5004.00;9.50;31.20;4.10;1.04 +4905;14;5020.80;9.50;38.40;3.09;1.04 +4905;15;5012.80;9.50;44.80;3.42;1.04 4905;21;5009.02;9.50;20.00;1.57;1.04 +4906;0;5193.00;9.50;1079.00;0.00;1.16 +4906;1;5206.00;9.50;1064.50;0.73;1.16 +4906;2;5208.50;9.50;1078.00;1.50;1.16 +4906;3;5192.50;9.50;1067.50;-0.04;1.16 +4906;4;5176.50;9.50;1070.50;-1.09;1.16 +4906;5;5175.50;9.50;1082.00;4.54;1.16 +4906;6;5195.50;9.50;1092.00;2.95;1.16 +4906;9;5178.60;9.50;1079.00;1.57;1.16 +4906;10;5207.40;9.50;1079.00;-1.57;1.16 +4906;11;5213.80;9.50;1055.80;0.73;1.16 +4906;12;5217.80;9.50;1077.40;1.50;1.16 +4906;13;5192.20;9.50;1060.60;-0.04;1.16 +4906;14;5166.60;9.50;1065.40;-1.09;1.16 +4906;15;5165.00;9.50;1083.80;4.54;1.16 +4906;16;5197.00;9.50;1099.80;2.95;1.16 4906;21;5178.60;9.50;1079.00;1.57;1.16 +4907;0;4871.00;9.50;670.00;0.00;1.02 +4907;1;4870.50;9.50;656.00;-0.03;1.02 +4907;2;4863.00;9.50;659.00;-0.62;1.02 +4907;3;4876.50;9.50;656.50;0.38;1.02 +4907;4;4881.00;9.50;663.50;0.99;1.02 +4907;5;4861.00;9.50;673.00;4.42;1.02 +4907;6;4879.50;9.50;678.00;2.32;1.02 +4907;7;4868.50;9.50;683.50;3.32;1.02 +4907;9;4861.82;9.50;670.00;1.57;1.02 +4907;10;4880.18;9.50;670.00;-1.57;1.02 +4907;11;4870.20;9.50;647.60;-0.03;1.02 +4907;12;4858.20;9.50;652.40;-0.62;1.02 +4907;13;4879.80;9.50;648.40;0.38;1.02 +4907;14;4887.00;9.50;659.60;0.99;1.02 +4907;15;4855.00;9.50;674.80;4.42;1.02 +4907;16;4884.60;9.50;682.80;2.32;1.02 +4907;17;4867.00;9.50;691.60;3.32;1.02 4907;21;4861.82;9.50;670.00;1.57;1.02 +4908;0;1079.00;9.75;1333.00;0.00;0.52 +4908;1;1082.00;9.70;1326.50;0.43;0.52 +4908;2;1076.00;9.65;1330.00;-0.78;0.52 +4908;3;1086.00;10.10;1331.50;1.36;0.52 +4908;4;1070.00;9.70;1334.50;4.54;0.52 +4908;5;1072.50;9.90;1337.00;4.16;0.52 +4908;6;1081.50;9.90;1336.50;2.52;0.52 +4908;9;1072.16;9.70;1333.00;1.57;0.52 +4908;10;1085.84;10.13;1333.00;-1.57;0.52 +4908;19;1078.93;9.40;1326.46;-0.59;0.52 +4908;20;1078.91;9.40;1324.71;-0.01;0.52 4908;21;1079.00;9.80;1330.29;-1.57;0.52 +4909;0;3563.00;11.15;778.00;0.00;0.64 +4909;1;3557.00;10.75;772.00;-0.78;0.64 +4909;2;3566.00;11.05;777.50;1.40;0.64 +4909;3;3557.50;11.10;777.00;-1.39;0.64 +4909;4;3561.50;11.25;780.00;3.78;0.64 +4909;5;3565.00;10.90;784.50;2.84;0.64 +4909;6;3569.00;10.60;786.50;2.52;0.64 +4909;9;3557.24;11.15;778.00;1.57;0.64 +4909;10;3568.76;11.00;778.00;-1.57;0.64 4909;21;3557.24;11.15;778.00;1.57;0.64 +4910;0;3336.00;10.30;1015.00;0.00;0.58 +4910;1;3331.00;10.45;1009.50;-0.73;0.58 +4910;2;3337.00;10.55;1011.00;0.24;0.58 +4910;3;3331.00;10.32;1015.00;4.71;0.58 +4910;4;3342.50;10.60;1015.50;1.64;0.58 +4910;5;3340.50;10.70;1020.00;2.40;0.58 +4910;6;3336.00;10.50;1020.50;3.14;0.58 +4910;9;3330.78;10.33;1015.00;1.57;0.58 +4910;10;3341.22;10.43;1015.00;-1.57;0.58 4910;21;3330.78;10.33;1015.00;1.57;0.58 +4911;0;5094.00;9.50;1521.00;0.00;1.02 +4911;1;5099.00;9.50;1505.50;0.31;1.02 +4911;2;5087.50;9.50;1506.50;-0.42;1.02 +4911;3;5105.00;9.50;1521.00;1.57;1.02 +4911;4;5083.50;9.50;1522.00;4.61;1.02 +4911;5;5101.00;9.50;1536.50;2.71;1.02 +4911;6;5091.50;9.50;1536.50;3.30;1.02 +4911;9;5084.82;9.50;1521.00;1.57;1.02 +4911;10;5103.18;9.50;1521.00;-1.57;1.02 +4911;11;5102.00;9.50;1496.20;0.31;1.02 +4911;12;5083.60;9.50;1497.80;-0.42;1.02 +4911;13;5111.60;9.50;1521.00;1.57;1.02 +4911;14;5077.20;9.50;1522.60;4.61;1.02 +4911;15;5105.20;9.50;1545.80;2.71;1.02 +4911;16;5090.00;9.50;1545.80;3.30;1.02 4911;21;5084.82;9.50;1521.00;1.57;1.02 +4912;0;4530.00;9.50;905.00;0.00;1.18 +4912;1;4531.50;9.50;895.50;0.15;1.18 +4912;2;4519.00;9.50;893.00;-0.74;1.18 +4912;3;4518.00;9.50;895.50;-0.90;1.18 +4912;4;4516.50;9.50;900.00;-1.21;1.18 +4912;5;4540.00;9.50;911.50;2.14;1.18 +4912;6;4524.00;9.50;911.00;3.92;1.18 +4912;7;4535.00;9.50;923.00;2.87;1.18 +4912;9;4519.38;9.50;905.00;1.57;1.18 +4912;10;4540.62;9.50;905.00;-1.57;1.18 +4912;11;4532.40;9.50;889.80;0.15;1.18 +4912;12;4512.40;9.50;885.80;-0.74;1.18 +4912;13;4510.80;9.50;889.80;-0.90;1.18 +4912;14;4508.40;9.50;897.00;-1.21;1.18 +4912;15;4546.00;9.50;915.40;2.14;1.18 +4912;16;4520.40;9.50;914.60;3.92;1.18 +4912;17;4538.00;9.50;933.80;2.87;1.18 4912;21;4519.38;9.50;905.00;1.57;1.18 +4913;0;2921.00;10.52;954.00;0.00;1.56 +4913;1;2910.00;10.40;940.00;-0.66;1.56 +4913;2;2933.00;10.85;946.50;1.01;1.56 +4913;3;2896.50;10.40;948.50;-1.35;1.56 +4913;4;2939.00;11.00;965.00;2.11;1.56 +4913;5;2914.00;10.50;963.00;3.80;1.56 +4913;6;2932.00;10.90;975.00;2.65;1.56 +4913;9;2904.08;10.40;954.00;1.57;1.56 +4913;10;2937.92;10.90;954.00;-1.57;1.56 4913;21;2904.08;10.40;954.00;1.57;1.56 +4914;0;4250.00;21.60;1234.00;0.00;0.84 +4914;1;4254.50;21.70;1226.00;0.51;0.84 +4914;2;4242.00;21.85;1232.50;-1.38;0.84 +4914;3;4258.00;21.40;1237.50;1.98;0.84 +4914;4;4246.50;21.50;1242.00;3.55;0.84 +4914;5;4239.50;21.70;1243.00;4.00;0.84 +4914;9;4240.64;21.90;1234.00;1.57;0.84 +4914;10;4259.36;21.20;1234.00;-1.57;0.84 4914;21;4240.64;21.90;1234.00;1.57;0.84 +4915;0;4017.00;10.17;1095.00;0.00;0.44 +4915;1;4019.00;10.37;1091.00;0.46;0.44 +4915;2;4014.00;10.20;1092.00;-0.78;0.44 +4915;3;4021.50;10.10;1095.00;1.57;0.44 +4915;4;4012.50;10.20;1097.00;4.29;0.44 +4915;5;4018.00;10.20;1099.00;2.89;0.44 +4915;6;4014.50;10.10;1101.00;3.53;0.44 +4915;9;4013.04;10.20;1095.00;1.57;0.44 +4915;10;4020.96;10.10;1095.00;-1.57;0.44 4915;21;4013.04;10.20;1095.00;1.57;0.44 +4916;0;4000.00;9.50;302.00;0.00;1.02 +4916;1;4005.00;9.50;291.00;0.42;1.02 +4916;2;3994.50;9.50;296.50;-0.78;1.02 +4916;3;4011.50;9.50;298.50;1.27;1.02 +4916;4;3988.50;9.50;309.50;4.13;1.02 +4916;5;4013.50;9.50;305.00;1.78;1.02 +4916;6;4000.50;9.50;310.00;3.07;1.02 +4916;9;3990.82;9.50;302.00;1.57;1.02 +4916;10;4009.18;9.50;302.00;-1.57;1.02 +4916;11;4008.00;9.50;284.40;0.42;1.02 +4916;12;3991.20;9.50;293.20;-0.78;1.02 +4916;13;4018.40;9.50;296.40;1.27;1.02 +4916;14;3981.60;9.50;314.00;4.13;1.02 +4916;15;4021.60;9.50;306.80;1.78;1.02 +4916;16;4000.80;9.50;314.80;3.07;1.02 4916;21;3990.82;9.50;302.00;1.57;1.02 +4917;0;3599.00;9.50;696.00;0.00;1.04 +4917;1;3597.00;9.50;684.00;-0.16;1.04 +4917;2;3607.00;9.50;688.00;0.78;1.04 +4917;3;3588.00;9.50;696.50;4.66;1.04 +4917;4;3613.50;9.50;700.50;1.87;1.04 +4917;5;3601.00;9.50;706.50;2.95;1.04 +4917;9;3588.20;9.50;696.00;1.57;1.04 +4917;10;3609.80;9.50;696.00;-1.57;1.04 +4917;11;3595.80;9.50;676.80;-0.16;1.04 +4917;12;3611.80;9.50;683.20;0.78;1.04 +4917;13;3581.40;9.50;696.80;4.66;1.04 +4917;14;3622.20;9.50;703.20;1.87;1.04 +4917;15;3602.20;9.50;712.80;2.95;1.04 4917;21;3588.20;9.50;696.00;1.57;1.04 +4918;0;3348.00;10.87;850.00;0.00;0.70 +4918;1;3345.00;10.75;843.50;-0.43;0.70 +4918;2;3353.50;11.45;848.00;1.22;0.70 +4918;3;3341.50;10.80;852.50;4.34;0.70 +4918;4;3350.50;11.40;855.50;2.71;0.70 +4918;5;3342.00;10.95;856.50;3.88;0.70 +4918;9;3341.70;10.74;850.00;1.57;0.70 +4918;10;3354.30;11.36;850.00;-1.57;0.70 4918;21;3341.70;10.74;850.00;1.57;0.70 +4919;0;1256.00;10.52;1445.00;0.00;0.40 +4919;1;1259.50;10.40;1440.00;0.61;0.40 +4919;2;1254.50;10.60;1441.50;-0.40;0.40 +4919;3;1261.00;10.50;1442.50;1.10;0.40 +4919;4;1250.50;10.70;1446.50;4.44;0.40 +4919;5;1261.50;10.55;1446.00;1.75;0.40 +4919;6;1255.50;10.60;1448.50;3.28;0.40 +4919;9;1251.68;10.68;1445.00;1.57;0.40 +4919;10;1260.32;10.50;1445.00;-1.57;0.40 4919;21;1251.68;10.68;1445.00;1.57;0.40 +4920;0;2655.00;11.75;1101.00;0.00;0.58 +4920;1;2654.50;11.15;1096.00;-0.10;0.58 +4920;2;2647.50;12.70;1101.50;4.64;0.58 +4920;3;2663.00;11.15;1098.00;1.21;0.58 +4920;4;2663.50;11.10;1104.00;1.91;0.58 +4920;5;2656.50;12.85;1106.00;2.85;0.58 +4920;9;2648.70;12.55;1101.00;1.57;0.58 +4920;10;2661.30;12.19;1101.00;-1.57;0.58 4920;21;2648.70;12.55;1101.00;1.57;0.58 +4921;0;3496.00;9.50;98.00;0.00;1.10 +4921;1;3503.00;9.50;87.00;0.56;1.10 +4921;2;3492.00;9.50;83.50;-0.26;1.10 +4921;3;3486.00;9.50;92.00;-1.03;1.10 +4921;4;3509.50;9.50;101.00;1.78;1.10 +4921;5;3482.00;9.50;104.50;4.27;1.10 +4921;6;3484.00;9.50;109.50;3.94;1.10 +4921;7;3495.50;9.50;109.50;3.18;1.10 +4921;9;3483.94;9.50;98.00;1.57;1.10 +4921;10;3508.06;9.50;98.00;-1.57;1.10 +4921;11;3507.20;9.50;80.40;0.56;1.10 +4921;12;3489.60;9.50;74.80;-0.26;1.10 +4921;13;3480.00;9.50;88.40;-1.03;1.10 +4921;14;3517.60;9.50;102.80;1.78;1.10 +4921;15;3473.60;9.50;108.40;4.27;1.10 +4921;16;3476.80;9.50;116.40;3.94;1.10 +4921;17;3495.20;9.50;116.40;3.18;1.10 4921;21;3483.94;9.50;98.00;1.57;1.10 +4922;0;2843.00;9.50;655.00;0.00;0.68 +4922;1;2842.00;9.50;647.50;-0.13;0.68 +4922;2;2830.50;9.50;648.50;-1.09;0.68 +4922;3;2831.50;9.50;656.00;4.62;0.68 +4922;4;2857.00;9.50;655.00;1.57;0.68 +4922;5;2849.50;9.50;662.00;2.39;0.68 +4922;6;2836.00;9.50;664.00;3.80;0.68 +4922;9;2832.38;9.50;655.00;1.57;0.68 +4922;10;2853.62;9.50;655.00;-1.57;0.68 +4922;11;2841.40;9.50;643.00;-0.13;0.68 +4922;12;2823.00;9.50;644.60;-1.09;0.68 +4922;13;2824.60;9.50;656.60;4.62;0.68 +4922;14;2865.40;9.50;655.00;1.57;0.68 +4922;15;2853.40;9.50;666.20;2.39;0.68 +4922;16;2831.80;9.50;669.40;3.80;0.68 4922;21;2832.38;9.50;655.00;1.57;0.68 +4923;0;3952.00;17.05;1313.00;0.00;0.44 +4923;1;3948.00;18.65;1309.00;-0.78;0.44 +4923;2;3953.00;18.12;1309.00;0.24;0.44 +4923;3;3956.50;17.10;1312.50;1.46;0.44 +4923;4;3946.00;18.25;1311.50;-1.32;0.44 +4923;5;3950.00;14.60;1316.50;3.66;0.44 +4923;6;3956.50;15.25;1318.00;2.40;0.44 +4923;9;3947.32;16.94;1313.00;1.57;0.44 +4923;10;3956.68;16.88;1313.00;-1.57;0.44 4923;21;3956.68;16.88;1313.00;-1.57;0.44 +4924;0;3521.00;12.47;909.00;0.00;0.78 +4924;1;3516.50;12.40;898.00;-0.38;0.78 +4924;2;3523.50;12.15;902.00;0.34;0.78 +4924;3;3513.50;12.40;903.50;-0.93;0.78 +4924;4;3530.50;12.10;910.50;1.72;0.78 +4924;5;3513.00;13.45;912.50;4.30;0.78 +4924;6;3523.00;12.27;917.00;2.89;0.78 +4924;7;3514.50;13.20;918.50;3.74;0.78 +4924;9;3513.98;12.92;909.00;1.57;0.78 +4924;10;3528.02;12.05;909.00;-1.57;0.78 4924;21;3513.98;12.92;909.00;1.57;0.78 +4925;0;4434.00;10.52;1152.00;0.00;0.42 +4925;1;4435.00;10.40;1147.50;0.21;0.42 +4925;2;4439.50;10.40;1149.00;1.07;0.42 +4925;3;4430.50;10.50;1151.00;-1.29;0.42 +4925;4;4439.00;10.50;1151.50;1.47;0.42 +4925;5;4435.00;10.60;1155.50;2.86;0.42 +4925;6;4428.50;10.50;1155.50;4.14;0.42 +4925;7;4430.50;10.50;1156.50;3.80;0.42 +4925;9;4429.68;10.50;1152.00;1.57;0.42 +4925;10;4438.32;10.50;1152.00;-1.57;0.42 4925;21;4429.68;10.50;1152.00;1.57;0.42 +4926;0;2574.00;9.50;215.00;0.00;0.88 +4926;1;2571.50;9.50;200.50;-0.17;0.88 +4926;2;2579.50;9.50;203.50;0.44;0.88 +4926;3;2566.00;9.50;214.00;-1.44;0.88 +4926;4;2583.50;9.50;217.00;1.77;0.88 +4926;5;2572.50;9.50;227.00;3.26;0.88 +4926;9;2566.08;9.50;215.00;1.57;0.88 +4926;10;2581.92;9.50;215.00;-1.57;0.88 +4926;11;2570.00;9.50;191.80;-0.17;0.88 +4926;12;2582.80;9.50;196.60;0.44;0.88 +4926;13;2561.20;9.50;213.40;-1.44;0.88 +4926;14;2589.20;9.50;218.20;1.77;0.88 +4926;15;2571.60;9.50;234.20;3.26;0.88 4926;21;2566.08;9.50;215.00;1.57;0.88 +4927;0;2708.00;10.82;858.00;0.00;0.88 +4927;1;2700.50;11.00;849.50;-0.72;0.88 +4927;2;2709.00;10.90;855.50;0.38;0.88 +4927;3;2701.50;10.90;858.00;4.71;0.88 +4927;4;2720.50;10.30;863.50;1.98;0.88 +4927;5;2718.00;10.30;866.50;2.27;0.88 +4927;6;2725.50;10.20;869.00;2.13;0.88 +4927;9;2696.30;11.00;858.00;1.57;0.88 +4927;10;2719.70;10.40;858.00;-1.57;0.88 4927;21;2688.25;11.00;854.19;1.57;0.88 +4928;0;3613.00;15.42;1167.00;0.00;0.48 +4928;1;3607.50;15.30;1164.50;-1.14;0.48 +4928;2;3617.50;16.10;1162.50;0.78;0.48 +4928;3;3622.00;16.60;1166.50;1.51;0.48 +4928;4;3602.50;13.75;1169.00;4.52;0.48 +4928;5;3623.50;16.30;1170.00;1.84;0.48 +4928;6;3615.00;16.65;1171.50;2.72;0.48 +4928;7;3605.00;15.10;1171.00;4.24;0.48 +4928;9;3604.90;14.30;1167.00;1.57;0.48 +4928;10;3621.10;16.73;1167.00;-1.57;0.48 4928;21;3604.90;14.30;1167.00;1.57;0.48 +4929;0;2469.00;9.50;1077.00;0.00;1.08 +4929;1;2467.00;9.50;1062.50;-0.13;1.08 +4929;2;2457.00;9.50;1062.50;-0.69;1.08 +4929;3;2478.00;9.50;1064.50;0.62;1.08 +4929;4;2457.50;9.50;1078.00;4.62;1.08 +4929;5;2481.50;9.50;1074.00;1.33;1.08 +4929;6;2483.50;9.50;1084.50;2.04;1.08 +4929;7;2470.50;9.50;1089.50;3.02;1.08 +4929;9;2459.28;9.50;1077.00;1.57;1.08 +4929;10;2478.72;9.50;1077.00;-1.57;1.08 +4929;11;2465.80;9.50;1053.80;-0.13;1.08 +4929;12;2449.80;9.50;1053.80;-0.69;1.08 +4929;13;2483.40;9.50;1057.00;0.62;1.08 +4929;14;2450.60;9.50;1078.60;4.62;1.08 +4929;15;2489.00;9.50;1072.20;1.33;1.08 +4929;16;2492.20;9.50;1089.00;2.04;1.08 +4929;17;2471.40;9.50;1097.00;3.02;1.08 4929;21;2459.28;9.50;1077.00;1.57;1.08 +4930;0;2112.00;9.50;1348.00;0.00;0.88 +4930;1;2115.00;9.50;1338.00;0.29;0.88 +4930;2;2104.50;9.50;1337.50;-0.62;0.88 +4930;3;2102.00;9.50;1348.00;4.71;0.88 +4930;4;2122.50;9.50;1344.00;1.20;0.88 +4930;5;2121.00;9.50;1355.00;2.23;0.88 +4930;6;2111.50;9.50;1359.00;3.18;0.88 +4930;9;2104.08;9.50;1348.00;1.57;0.88 +4930;10;2119.92;9.50;1348.00;-1.57;0.88 +4930;11;2116.80;9.50;1332.00;0.29;0.88 +4930;12;2100.00;9.50;1331.20;-0.62;0.88 +4930;13;2096.00;9.50;1348.00;4.71;0.88 +4930;14;2128.80;9.50;1341.60;1.20;0.88 +4930;15;2126.40;9.50;1359.20;2.23;0.88 +4930;16;2111.20;9.50;1365.60;3.18;0.88 4930;21;2104.08;9.50;1348.00;1.57;0.88 +4931;0;1621.00;9.50;617.00;0.00;1.10 +4931;1;1631.50;9.50;608.00;0.86;1.10 +4931;2;1613.00;9.50;615.00;-1.32;1.10 +4931;3;1641.50;9.50;611.50;1.30;1.10 +4931;4;1632.50;9.50;616.00;1.48;1.10 +4931;5;1621.00;9.50;626.50;3.14;1.10 +4931;6;1604.50;9.50;625.50;4.23;1.10 +4931;7;1610.50;9.50;629.00;3.86;1.10 +4931;9;1607.50;9.50;617.00;1.57;1.10 +4931;10;1634.50;9.50;617.00;-1.57;1.10 +4931;11;1637.80;9.50;602.60;0.86;1.10 +4931;12;1608.20;9.50;613.80;-1.32;1.10 +4931;13;1653.80;9.50;608.20;1.30;1.10 +4931;14;1639.40;9.50;615.40;1.48;1.10 +4931;15;1621.00;9.50;632.20;3.14;1.10 +4931;16;1594.60;9.50;630.60;4.23;1.10 +4931;17;1604.20;9.50;636.20;3.86;1.10 4931;21;1607.50;9.50;617.00;1.57;1.10 +4932;0;3608.00;9.80;1030.00;0.00;0.60 +4932;1;3611.00;9.80;1023.50;0.43;0.60 +4932;2;3602.50;9.80;1028.50;-1.30;0.60 +4932;3;3616.50;9.80;1024.50;0.99;0.60 +4932;4;3614.00;9.75;1029.50;1.48;0.60 +4932;5;3602.50;9.80;1035.50;3.92;0.60 +4932;6;3609.50;9.70;1036.50;2.91;0.60 +4932;7;3605.50;9.80;1037.50;3.46;0.60 +4932;9;3601.52;9.80;1030.00;1.57;0.60 +4932;10;3614.48;9.70;1030.00;-1.57;0.60 +4932;19;3606.00;9.68;1044.00;-3.37;0.60 +4932;20;3605.75;9.68;1045.73;3.28;0.60 4932;21;3601.52;9.80;1030.00;1.57;0.60 +4933;0;2749.00;13.87;1175.00;0.00;0.40 +4933;1;2748.00;13.12;1171.00;-0.24;0.40 +4933;2;2755.00;14.75;1174.00;1.40;0.40 +4933;3;2741.50;13.20;1174.00;-1.43;0.40 +4933;4;2739.50;13.45;1176.00;4.60;0.40 +4933;5;2745.00;13.75;1178.00;4.06;0.40 +4933;6;2756.50;15.20;1178.50;2.00;0.40 +4933;7;2753.50;14.65;1180.00;2.40;0.40 +4933;9;2742.52;13.40;1175.00;1.57;0.40 +4933;10;2755.48;15.14;1175.00;-1.57;0.40 4933;21;2742.52;13.40;1175.00;1.57;0.40 +4934;0;1972.00;9.90;918.00;0.00;0.62 +4934;1;1965.00;10.00;910.50;-0.75;0.62 +4934;2;1975.50;9.95;914.00;0.71;0.62 +4934;3;1965.00;9.90;918.00;4.71;0.62 +4934;4;1974.00;10.10;924.00;2.82;0.62 +4934;5;1965.50;9.90;925.00;3.89;0.62 +4934;9;1965.16;9.90;918.00;1.57;0.62 +4934;10;1978.84;10.00;918.00;-1.57;0.62 4934;21;1965.16;9.90;918.00;1.57;0.62 +4935;0;645.00;9.50;256.00;0.00;1.02 +4935;1;645.50;9.50;246.00;0.05;1.02 +4935;2;633.00;9.50;257.50;4.58;1.02 +4935;3;662.00;9.50;253.50;1.42;1.02 +4935;4;663.50;9.50;258.50;1.70;1.02 +4935;5;651.50;9.50;264.50;2.48;1.02 +4935;9;633.30;9.50;256.00;1.57;1.02 +4935;10;656.70;9.50;256.00;-1.57;1.02 +4935;11;645.80;9.50;240.00;0.05;1.02 +4935;12;625.80;9.50;258.40;4.58;1.02 +4935;13;672.20;9.50;252.00;1.42;1.02 +4935;14;674.60;9.50;260.00;1.70;1.02 +4935;15;655.40;9.50;269.60;2.48;1.02 4935;21;633.30;9.50;256.00;1.57;1.02 +4936;0;196.00;9.50;818.00;0.00;0.92 +4936;1;194.00;9.50;807.00;-0.18;0.92 +4936;2;213.50;9.50;813.50;1.31;0.92 +4936;3;176.50;9.50;819.00;4.66;0.92 +4936;4;210.00;9.50;825.00;2.03;0.92 +4936;5;187.00;9.50;828.00;3.87;0.92 +4936;9;179.44;9.50;818.00;1.57;0.92 +4936;10;212.56;9.50;818.00;-1.57;0.92 +4936;11;192.80;9.50;800.40;-0.18;0.92 +4936;12;224.00;9.50;810.80;1.31;0.92 +4936;13;164.80;9.50;819.60;4.66;0.92 +4936;14;218.40;9.50;829.20;2.03;0.92 +4936;15;181.60;9.50;834.00;3.87;0.92 4936;21;179.44;9.50;818.00;1.57;0.92 +4937;0;4379.00;15.55;1087.00;0.00;0.40 +4937;1;4376.00;15.47;1087.00;4.71;0.40 +4937;2;4381.50;14.90;1082.50;0.50;0.40 +4937;3;4381.00;14.40;1090.00;2.55;0.40 +4937;4;4375.50;15.10;1094.00;3.60;0.40 +4937;5;4376.50;14.95;1095.00;3.44;0.40 +4937;9;4375.40;15.39;1087.00;1.57;0.40 +4937;10;4382.60;14.83;1087.00;-1.57;0.40 4937;21;4375.40;15.39;1087.00;1.57;0.40 +4938;0;2949.00;13.52;818.00;0.00;0.58 +4938;1;2945.50;14.20;812.50;-0.56;0.58 +4938;2;2955.50;12.15;814.00;1.01;0.58 +4938;3;2940.00;12.25;815.50;-1.30;0.58 +4938;4;2941.00;12.25;820.50;4.41;0.58 +4938;5;2957.50;11.80;819.50;1.74;0.58 +4938;6;2949.50;12.40;823.50;3.05;0.58 +4938;9;2941.62;12.53;818.00;1.57;0.58 +4938;10;2956.38;12.01;818.00;-1.57;0.58 4938;21;2941.62;12.53;818.00;1.57;0.58 +4939;0;4490.00;15.10;1257.00;0.00;0.44 +4939;1;4490.00;14.85;1252.00;0.00;0.44 +4939;2;4493.50;13.90;1253.00;0.71;0.44 +4939;3;4484.50;12.80;1254.50;-1.14;0.44 +4939;4;4493.50;13.95;1257.00;1.57;0.44 +4939;5;4486.00;14.00;1258.50;4.35;0.44 +4939;6;4491.50;14.40;1261.50;2.82;0.44 +4939;9;4486.04;13.54;1257.00;1.57;0.44 +4939;10;4493.96;13.72;1257.00;-1.57;0.44 4939;21;4486.04;13.54;1257.00;1.57;0.44 +4940;0;1005.00;9.50;1104.00;0.00;1.12 +4940;1;995.50;9.50;1092.00;-0.67;1.12 +4940;2;989.50;9.50;1098.00;-1.20;1.12 +4940;3;1007.50;9.50;1092.50;0.21;1.12 +4940;4;1020.00;9.50;1095.50;1.05;1.12 +4940;5;1019.00;9.50;1109.00;1.91;1.12 +4940;6;999.50;9.50;1113.50;3.66;1.12 +4940;7;1016.00;9.50;1119.50;2.52;1.12 +4940;9;991.86;9.50;1104.00;1.57;1.12 +4940;10;1018.14;9.50;1104.00;-1.57;1.12 +4940;11;989.80;9.50;1084.80;-0.67;1.12 +4940;12;980.20;9.50;1094.40;-1.20;1.12 +4940;13;1009.00;9.50;1085.60;0.21;1.12 +4940;14;1029.00;9.50;1090.40;1.05;1.12 +4940;15;1027.40;9.50;1112.00;1.91;1.12 +4940;16;996.20;9.50;1119.20;3.66;1.12 +4940;17;1022.60;9.50;1128.80;2.52;1.12 4940;21;991.86;9.50;1104.00;1.57;1.12 +4941;0;3253.00;11.87;582.00;0.00;0.46 +4941;1;3253.50;11.80;568.50;0.03;0.46 +4941;2;3257.00;11.00;579.00;0.92;0.46 +4941;3;3249.00;11.65;579.00;-0.92;0.46 +4941;4;3248.50;13.10;591.50;3.58;0.46 +4941;5;3257.00;12.15;592.50;2.77;0.46 +4941;6;3252.00;13.12;597.00;3.20;0.46 +4941;7;3255.00;12.60;597.00;3.00;0.46 +4941;9;3248.86;11.76;582.00;1.57;0.46 +4941;10;3257.14;10.78;582.00;-1.57;0.46 4941;21;3248.86;11.76;582.00;1.57;0.46 +4942;0;1740.00;9.72;1014.00;0.00;0.48 +4942;1;1738.00;9.75;1010.00;-0.46;0.48 +4942;2;1746.50;9.80;1013.00;1.41;0.48 +4942;3;1731.00;9.70;1013.00;-1.46;0.48 +4942;4;1736.50;9.80;1017.00;4.00;0.48 +4942;5;1745.50;9.80;1018.50;2.25;0.48 +4942;9;1733.34;9.74;1014.00;1.57;0.48 +4942;10;1746.66;9.80;1014.00;-1.57;0.48 4942;21;1733.34;9.74;1014.00;1.57;0.48 +4943;0;3530.00;14.47;1246.00;0.00;0.50 +4943;1;3530.50;14.05;1240.00;0.08;0.50 +4943;2;3526.50;14.20;1244.00;-1.05;0.50 +4943;3;3534.00;14.40;1245.50;1.44;0.50 +4943;4;3524.50;14.65;1250.00;4.08;0.50 +4943;5;3533.50;14.90;1251.50;2.57;0.50 +4943;6;3529.50;14.40;1251.50;3.23;0.50 +4943;9;3525.50;14.15;1246.00;1.57;0.50 +4943;10;3534.50;14.35;1246.00;-1.57;0.50 4943;21;3525.50;14.15;1246.00;1.57;0.50 +4944;0;1189.00;9.50;970.00;0.00;1.08 +4944;1;1189.00;9.50;956.50;0.00;1.08 +4944;2;1205.50;9.50;969.00;1.51;1.08 +4944;3;1174.50;9.50;961.50;-1.04;1.08 +4944;4;1170.00;9.50;974.00;4.50;1.08 +4944;5;1175.50;9.50;982.00;3.98;1.08 +4944;6;1196.00;9.50;982.50;2.63;1.08 +4944;9;1174.06;9.50;970.00;1.57;1.08 +4944;10;1203.94;9.50;970.00;-1.57;1.08 +4944;11;1189.00;9.50;948.40;0.00;1.08 +4944;12;1215.40;9.50;968.40;1.51;1.08 +4944;13;1165.80;9.50;956.40;-1.04;1.08 +4944;14;1158.60;9.50;976.40;4.50;1.08 +4944;15;1167.40;9.50;989.20;3.98;1.08 +4944;16;1200.20;9.50;990.00;2.63;1.08 4944;21;1174.06;9.50;970.00;1.57;1.08 +4945;0;677.00;9.50;1801.00;0.00;1.14 +4945;1;688.00;9.50;1787.50;0.68;1.14 +4945;2;668.00;9.50;1794.50;-0.94;1.14 +4945;3;694.50;9.50;1800.00;1.51;1.14 +4945;4;653.00;9.50;1808.50;4.41;1.14 +4945;5;682.00;9.50;1811.50;2.69;1.14 +4945;6;660.50;9.50;1813.00;4.08;1.14 +4945;9;659.72;9.50;1801.00;1.57;1.14 +4945;10;694.28;9.50;1801.00;-1.57;1.14 +4945;11;694.60;9.50;1779.40;0.68;1.14 +4945;12;662.60;9.50;1790.60;-0.94;1.14 +4945;13;705.00;9.50;1799.40;1.51;1.14 +4945;14;638.60;9.50;1813.00;4.41;1.14 +4945;15;685.00;9.50;1817.80;2.69;1.14 +4945;16;650.60;9.50;1820.20;4.08;1.14 4945;21;659.72;9.50;1801.00;1.57;1.14 +4946;0;1155.00;14.95;1265.00;0.00;0.44 +4946;1;1152.50;12.75;1260.00;-0.46;0.44 +4946;2;1158.00;15.50;1262.50;0.87;0.44 +4946;3;1150.00;12.95;1265.50;4.61;0.44 +4946;4;1161.00;17.07;1268.00;2.03;0.44 +4946;5;1155.00;16.25;1269.00;3.14;0.44 +4946;9;1150.32;12.86;1265.00;1.57;0.44 +4946;10;1159.68;16.45;1265.00;-1.57;0.44 4946;21;1150.32;12.86;1265.00;1.57;0.44 +4947;0;4242.00;12.95;1333.00;0.00;0.48 +4947;1;4244.00;13.65;1327.50;0.34;0.48 +4947;2;4233.00;12.95;1327.50;-1.02;0.48 +4947;3;4254.50;13.80;1328.50;1.22;0.48 +4947;4;4231.50;12.30;1332.50;-1.52;0.48 +4947;5;4253.00;13.37;1333.00;1.57;0.48 +4947;6;4238.00;12.42;1338.00;3.81;0.48 +4947;7;4250.00;12.77;1338.00;2.12;0.48 +4947;9;4233.18;12.33;1333.00;1.57;0.48 +4947;10;4250.82;13.38;1333.00;-1.57;0.48 4947;21;4233.18;12.33;1333.00;1.57;0.48 +4948;0;2550.00;9.70;890.00;0.00;0.56 +4948;1;2547.50;9.60;883.00;-0.34;0.56 +4948;2;2552.50;9.70;884.50;0.42;0.56 +4948;3;2544.00;9.67;889.00;-1.40;0.56 +4948;4;2554.00;9.70;893.00;2.21;0.56 +4948;5;2548.00;9.70;897.00;3.42;0.56 +4948;6;2549.50;9.70;899.00;3.19;0.56 +4948;9;2544.96;9.67;890.00;1.57;0.56 +4948;10;2555.04;9.70;890.00;-1.57;0.56 +4948;19;2548.00;9.50;877.00;-0.34;0.56 +4948;20;2547.73;9.50;875.27;-0.15;0.56 4948;21;2535.53;10.30;886.37;1.57;0.56 +4949;0;3813.00;12.50;1150.00;0.00;0.64 +4949;1;3807.50;13.30;1141.50;-0.57;0.64 +4949;2;3814.50;13.50;1142.00;0.18;0.64 +4949;3;3804.50;12.55;1146.00;-1.13;0.64 +4949;4;3818.50;12.25;1151.00;1.75;0.64 +4949;5;3808.50;11.90;1153.50;4.05;0.64 +4949;6;3813.00;11.30;1160.50;3.14;0.64 +4949;7;3818.00;11.50;1160.50;2.69;0.64 +4949;9;3807.24;12.27;1150.00;1.57;0.64 +4949;10;3818.76;12.35;1150.00;-1.57;0.64 4949;21;3807.24;12.27;1150.00;1.57;0.64 +4950;0;4022.00;10.85;1006.00;0.00;0.48 +4950;1;4017.00;10.60;1004.00;-1.19;0.48 +4950;2;4023.00;10.90;1001.50;0.21;0.48 +4950;3;4029.00;10.95;1003.50;1.22;0.48 +4950;4;4027.00;10.95;1008.00;1.95;0.48 +4950;5;4016.50;11.00;1009.00;4.21;0.48 +4950;6;4022.00;11.10;1011.00;3.14;0.48 +4950;9;4015.88;10.58;1006.00;1.57;0.48 +4950;10;4028.12;11.00;1006.00;-1.57;0.48 4950;21;4015.88;10.58;1006.00;1.57;0.48 +4951;0;3457.00;10.85;1181.00;0.00;0.76 +4951;1;3460.50;10.60;1171.00;0.33;0.76 +4951;2;3464.50;10.50;1177.00;1.08;0.76 +4951;3;3453.50;11.00;1175.00;-0.52;0.76 +4951;4;3449.50;11.20;1184.50;4.27;0.76 +4951;5;3461.50;10.70;1186.00;2.40;0.76 +4951;6;3454.50;10.90;1190.00;3.41;0.76 +4951;9;3450.16;11.13;1181.00;1.57;0.76 +4951;10;3463.84;10.56;1181.00;-1.57;0.76 4951;21;3450.16;11.13;1181.00;1.57;0.76 +4952;0;2897.00;9.62;742.00;0.00;0.60 +4952;1;2893.50;9.50;737.50;-0.66;0.60 +4952;2;2901.50;9.70;739.50;1.06;0.60 +4952;3;2890.50;9.65;747.00;4.05;0.60 +4952;4;2898.00;9.70;749.00;3.00;0.60 +4952;9;2891.60;9.70;742.00;1.57;0.60 +4952;10;2902.40;9.70;742.00;-1.57;0.60 +4952;19;2890.00;9.50;734.00;-0.66;0.60 +4952;20;2888.84;9.50;732.68;-0.71;0.60 4952;21;2891.60;9.70;742.00;1.57;0.60 +4953;0;4040.00;10.57;1035.00;0.00;0.44 +4953;1;4040.50;11.40;1029.50;0.09;0.44 +4953;2;4035.50;10.60;1033.50;-1.24;0.44 +4953;3;4045.00;11.00;1033.50;1.27;0.44 +4953;4;4048.00;10.50;1037.50;1.87;0.44 +4953;5;4032.50;10.40;1038.50;4.27;0.44 +4953;6;4039.50;10.40;1038.50;3.28;0.44 +4953;9;4034.24;10.40;1035.00;1.57;0.44 +4953;10;4045.76;10.75;1035.00;-1.57;0.44 4953;21;4034.24;10.40;1035.00;1.57;0.44 +4954;0;3380.00;13.60;821.00;0.00;0.64 +4954;1;3380.00;14.30;816.50;0.00;0.64 +4954;2;3390.00;13.35;815.50;1.06;0.64 +4954;3;3367.50;13.20;818.00;-1.33;0.64 +4954;4;3391.50;15.50;821.50;1.61;0.64 +4954;5;3374.50;13.70;826.50;3.92;0.64 +4954;6;3387.00;13.27;827.00;2.27;0.64 +4954;7;1689.50;9.50;410.00;-1.33;0.64 +4954;9;3370.10;13.35;821.00;1.57;0.64 +4954;10;3389.90;14.99;821.00;-1.57;0.64 4954;21;3370.10;13.35;821.00;1.57;0.64 +4955;0;1206.00;11.40;1386.00;0.00;0.44 +4955;1;1208.00;11.60;1382.50;0.51;0.44 +4955;2;1213.50;11.70;1380.50;0.93;0.44 +4955;3;1213.00;11.50;1385.50;1.49;0.44 +4955;4;1198.50;11.70;1386.50;4.64;0.44 +4955;5;1207.00;11.42;1389.00;2.82;0.44 +4955;6;1198.00;11.50;1390.00;4.24;0.44 +4955;9;1198.62;11.70;1386.00;1.57;0.44 +4955;10;1213.38;11.60;1386.00;-1.57;0.44 4955;21;1198.62;11.70;1386.00;1.57;0.44 +4956;0;1239.00;14.20;1228.00;0.00;0.46 +4956;1;1242.50;13.75;1223.00;0.61;0.46 +4956;2;1247.00;12.80;1222.50;0.96;0.46 +4956;3;1246.50;12.60;1226.50;1.37;0.46 +4956;4;1235.00;15.10;1225.00;-0.92;0.46 +4956;5;1231.50;15.40;1229.00;4.58;0.46 +4956;6;1241.00;13.05;1231.50;2.62;0.46 +4956;7;1233.50;15.00;1233.50;3.92;0.46 +4956;9;1232.52;15.19;1228.00;1.57;0.46 +4956;10;1245.48;12.50;1228.00;-1.57;0.46 4956;21;1232.52;15.19;1228.00;1.57;0.46 +4957;0;2649.00;11.15;831.00;0.00;0.66 +4957;1;2640.50;11.30;825.50;-0.99;0.66 +4957;2;2652.50;11.15;828.00;0.86;0.66 +4957;3;2642.00;11.27;832.00;4.57;0.66 +4957;4;2657.50;11.10;836.50;2.14;0.66 +4957;5;2650.50;11.10;836.50;2.87;0.66 +4957;6;2645.50;11.20;836.50;3.70;0.66 +4957;9;2641.08;11.30;831.00;1.57;0.66 +4957;10;2656.92;11.15;831.00;-1.57;0.66 4957;21;2641.08;11.30;831.00;1.57;0.66 +4958;0;3774.00;12.00;1248.00;0.00;0.54 +4958;1;3772.50;11.60;1243.50;-0.32;0.54 +4958;2;3780.00;11.95;1243.50;0.92;0.54 +4958;3;3767.00;12.50;1249.00;4.57;0.54 +4958;4;3782.50;11.90;1246.50;1.39;0.54 +4958;5;3778.50;11.75;1250.00;1.98;0.54 +4958;6;3772.00;12.95;1253.50;3.49;0.54 +4958;9;3768.24;12.28;1248.00;1.57;0.54 +4958;10;3779.76;11.81;1248.00;-1.57;0.54 4958;21;3768.24;12.28;1248.00;1.57;0.54 +4959;0;3660.00;11.30;1096.00;0.00;0.70 +4959;1;3655.00;10.17;1090.00;-0.69;0.70 +4959;2;3666.50;10.40;1091.00;0.91;0.70 +4959;3;3649.50;10.80;1092.50;-1.24;0.70 +4959;4;3654.00;11.77;1099.00;4.24;0.70 +4959;5;3668.00;11.07;1097.00;1.69;0.70 +4959;6;3666.00;11.40;1102.00;2.35;0.70 +4959;7;3660.50;12.00;1103.50;3.07;0.70 +4959;9;3651.90;11.49;1096.00;1.57;0.70 +4959;10;3668.10;10.89;1096.00;-1.57;0.70 +4959;19;3672.00;9.50;1084.00;0.92;0.70 +4959;20;3673.23;9.50;1082.76;0.78;0.70 4959;21;3651.90;11.49;1096.00;1.57;0.70 +4960;0;4502.00;14.22;1328.00;0.00;0.36 +4960;1;4500.50;14.10;1325.00;-0.46;0.36 +4960;2;4507.00;14.00;1324.50;0.96;0.36 +4960;3;4508.50;14.00;1327.50;1.49;0.36 +4960;4;4496.00;14.17;1329.00;4.54;0.36 +4960;5;4502.00;14.25;1331.50;3.14;0.36 +4960;6;4495.00;13.55;1332.50;4.14;0.36 +4960;9;4496.78;14.25;1328.00;1.57;0.36 +4960;10;4507.22;14.00;1328.00;-1.57;0.36 4960;21;4496.78;14.25;1328.00;1.57;0.36 +4961;0;3278.00;10.70;909.00;0.00;0.72 +4961;1;3279.50;10.80;898.00;0.13;0.72 +4961;2;3283.50;11.00;902.50;0.70;0.72 +4961;3;3273.50;10.70;899.50;-0.44;0.72 +4961;4;3271.50;10.70;909.00;4.71;0.72 +4961;5;3286.00;11.05;911.00;1.81;0.72 +4961;6;3284.50;10.85;917.00;2.45;0.72 +4961;7;3278.50;10.70;919.00;3.09;0.72 +4961;9;3271.52;10.70;909.00;1.57;0.72 +4961;10;3284.48;10.99;909.00;-1.57;0.72 4961;21;3271.52;10.70;909.00;1.57;0.72 +4962;0;3021.00;11.00;1133.00;0.00;0.66 +4962;1;3025.00;11.00;1126.00;0.51;0.66 +4962;2;3031.00;10.80;1129.50;1.23;0.66 +4962;3;3014.50;11.10;1131.00;-1.27;0.66 +4962;4;3026.50;10.70;1137.00;2.20;0.66 +4962;5;3011.50;11.10;1138.50;4.18;0.66 +4962;6;3017.00;11.00;1140.00;3.66;0.66 +4962;9;3013.26;11.10;1133.00;1.57;0.66 +4962;10;3028.74;10.70;1133.00;-1.57;0.66 4962;21;3013.26;11.10;1133.00;1.57;0.66 +4963;0;3297.00;10.30;961.00;0.00;0.72 +4963;1;3300.50;10.20;956.50;0.66;0.72 +4963;2;3289.00;10.12;958.00;-1.21;0.72 +4963;3;3309.50;10.40;965.50;1.91;0.72 +4963;4;3288.00;10.10;966.00;4.20;0.72 +4963;5;3303.50;10.50;967.00;2.31;0.72 +4963;6;3294.00;10.27;967.00;3.60;0.72 +4963;9;3288.72;10.10;961.00;1.57;0.72 +4963;10;3305.28;10.35;961.00;-1.57;0.72 4963;21;3288.72;10.10;961.00;1.57;0.72 +4964;0;4299.00;21.42;1196.00;0.00;0.84 +4964;1;4301.00;21.00;1186.50;0.20;0.84 +4964;2;4308.00;20.82;1190.00;0.98;0.84 +4964;3;4291.00;21.45;1191.50;-1.05;0.84 +4964;4;4291.00;22.10;1200.50;4.20;0.84 +4964;5;4308.50;21.30;1198.00;1.77;0.84 +4964;6;4300.00;21.90;1205.00;3.03;0.84 +4964;9;4291.44;21.45;1196.00;1.57;0.84 +4964;10;4306.56;21.14;1196.00;-1.57;0.84 4964;21;4291.44;21.45;1196.00;1.57;0.84 +4965;0;1426.00;9.70;1183.00;0.00;0.84 +4965;1;1423.50;9.70;1172.00;-0.22;0.84 +4965;2;1419.00;9.72;1179.00;-1.05;0.84 +4965;3;1429.50;9.70;1176.00;0.46;0.84 +4965;4;1432.50;9.70;1185.00;1.86;0.84 +4965;5;1427.00;9.70;1191.00;3.01;0.84 +4965;9;1418.44;9.80;1183.00;1.57;0.84 +4965;10;1433.56;9.70;1183.00;-1.57;0.84 +4965;19;1443.70;9.60;1199.54;-5.41;0.84 +4965;20;1444.98;9.60;1200.74;2.32;0.84 4965;21;1440.99;10.00;1203.06;-1.57;0.84 +4966;0;3635.00;14.12;1149.00;0.00;0.46 +4966;1;3642.00;14.27;1145.00;1.05;0.46 +4966;2;3631.50;14.40;1147.50;-1.16;0.46 +4966;3;3644.50;14.50;1148.00;1.46;0.46 +4966;4;3638.50;14.70;1151.50;2.19;0.46 +4966;5;3625.00;15.35;1150.50;4.56;0.46 +4966;6;3628.50;14.80;1153.50;4.10;0.46 +4966;9;3627.44;15.40;1149.00;1.57;0.46 +4966;10;3642.56;14.80;1149.00;-1.57;0.46 4966;21;3627.44;15.40;1149.00;1.57;0.46 +4967;0;3941.81;9.50;704.79;-0.10;0.36 +4967;1;3937.71;9.70;706.25;1.20;0.36 +4967;2;3940.79;9.50;691.50;-0.10;0.36 +4967;3;3947.65;9.70;694.69;0.26;0.36 +4967;4;3948.24;9.50;733.22;3.23;0.36 +4967;5;3939.80;9.70;730.24;3.19;0.36 +4967;9;3939.13;9.70;705.64;0.97;0.36 +4967;10;3947.61;9.50;701.78;3.93;0.36 +4967;19;3950.44;9.50;708.38;-3.05;0.36 +4967;20;3956.39;9.50;705.30;1.80;0.36 4967;21;3947.40;9.50;703.48;1.57;0.36 +4968;0;3479.00;11.80;1089.00;0.00;0.72 +4968;1;3484.00;11.40;1078.50;0.44;0.72 +4968;2;3477.50;11.80;1081.00;-0.18;0.72 +4968;3;3486.00;11.45;1086.00;1.16;0.72 +4968;4;3471.00;12.20;1089.50;4.65;0.72 +4968;5;3481.00;11.55;1096.50;2.88;0.72 +4968;6;3472.00;12.05;1097.50;3.83;0.72 +4968;9;3472.52;12.10;1089.00;1.57;0.72 +4968;10;3485.48;11.60;1089.00;-1.57;0.72 4968;21;3472.52;12.10;1089.00;1.57;0.72 +4969;0;1610.00;9.85;986.00;0.00;0.72 +4969;1;1607.50;9.80;980.00;-0.39;0.72 +4969;2;1613.00;11.30;979.50;0.43;0.72 +4969;3;1617.00;12.50;982.50;1.10;0.72 +4969;4;1602.00;9.82;983.00;-1.21;0.72 +4969;5;1603.00;9.70;990.00;4.19;0.72 +4969;6;1620.00;12.25;987.50;1.72;0.72 +4969;7;1614.50;11.00;990.50;2.35;0.72 +4969;8;1606.50;9.70;993.50;3.57;0.72 +4969;9;1602.44;9.70;986.00;1.57;0.72 +4969;10;1617.56;12.55;986.00;-1.57;0.72 +4969;19;1595.47;9.40;978.13;-1.10;0.72 +4969;20;1593.93;9.40;977.29;-1.07;0.72 4969;21;1617.56;12.55;986.00;-1.57;0.72 +4970;0;2902.00;9.70;1203.00;0.00;0.50 +4970;1;2906.00;9.90;1198.50;0.72;0.50 +4970;2;2899.50;9.90;1199.00;-0.55;0.50 +4970;3;2897.50;10.10;1204.50;4.39;0.50 +4970;4;2906.50;9.80;1205.00;1.98;0.50 +4970;5;2902.00;9.70;1208.00;3.14;0.50 +4970;9;2897.32;10.21;1203.00;1.57;0.50 +4970;10;2906.68;9.90;1203.00;-1.57;0.50 4970;21;2897.32;10.21;1203.00;1.57;0.50 +4971;0;3983.00;12.72;1069.00;0.00;0.58 +4971;1;3977.00;12.15;1063.00;-0.78;0.58 +4971;2;3981.50;12.90;1062.50;-0.22;0.58 +4971;3;3987.50;11.50;1066.50;1.06;0.58 +4971;4;3976.50;11.35;1066.00;-1.13;0.58 +4971;5;3980.00;11.85;1073.50;3.73;0.58 +4971;6;3987.00;11.80;1074.00;2.46;0.58 +4971;7;3984.00;12.30;1077.50;3.02;0.58 +4971;9;3977.78;11.49;1069.00;1.57;0.58 +4971;10;3988.22;11.20;1069.00;-1.57;0.58 4971;21;3977.78;11.49;1069.00;1.57;0.58 +4972;0;2953.00;10.60;844.00;0.00;0.70 +4972;1;2951.50;10.80;836.50;-0.19;0.70 +4972;2;2960.00;10.50;844.00;1.57;0.70 +4972;3;2944.50;10.70;844.50;4.65;0.70 +4972;4;2951.50;10.50;850.50;3.36;0.70 +4972;5;2959.00;10.40;852.00;2.49;0.70 +4972;9;2946.52;10.65;844.00;1.57;0.70 +4972;10;2959.48;10.50;844.00;-1.57;0.70 4972;21;2946.52;10.65;844.00;1.57;0.70 +4973;0;4079.00;23.65;1257.00;0.00;0.84 +4973;1;4081.00;22.85;1248.50;0.23;0.84 +4973;2;4068.00;22.25;1251.50;-1.10;0.84 +4973;3;4093.50;23.00;1249.50;1.09;0.84 +4973;4;4091.00;23.05;1259.00;1.73;0.84 +4973;5;4066.00;22.20;1260.50;4.44;0.84 +4973;6;4078.50;20.10;1266.00;3.19;0.84 +4973;7;4067.50;18.65;1267.00;3.99;0.84 +4973;9;4068.20;23.15;1257.00;1.57;0.84 +4973;10;4089.80;23.38;1257.00;-1.57;0.84 4973;21;4068.20;23.15;1257.00;1.57;0.84 +4974;0;3465.00;10.92;1142.00;0.00;0.70 +4974;1;3472.00;11.00;1137.00;0.95;0.70 +4974;2;3461.00;11.25;1135.50;-0.55;0.70 +4974;3;3453.50;11.30;1139.50;-1.35;0.70 +4974;4;3475.50;10.75;1142.00;1.57;0.70 +4974;5;3459.00;11.00;1146.00;4.12;0.70 +4974;6;3470.50;10.70;1147.50;2.35;0.70 +4974;7;3464.50;10.70;1151.50;3.19;0.70 +4974;9;3456.54;11.09;1142.00;1.57;0.70 +4974;10;3473.46;10.80;1142.00;-1.57;0.70 4974;21;3456.54;11.09;1142.00;1.57;0.70 +4975;0;1156.00;14.77;1449.00;0.00;0.58 +4975;1;1161.00;15.02;1444.00;0.78;0.58 +4975;2;1151.50;15.15;1445.00;-0.84;0.58 +4975;3;1160.00;14.80;1450.50;1.93;0.58 +4975;4;1147.50;15.50;1447.50;-1.39;0.58 +4975;5;1151.50;15.20;1453.50;3.92;0.58 +4975;6;1155.00;16.00;1457.00;3.26;0.58 +4975;9;1149.34;15.50;1449.00;1.57;0.58 +4975;10;1162.66;15.00;1449.00;-1.57;0.58 4975;21;1149.34;15.50;1449.00;1.57;0.58 +4976;0;3562.00;11.92;923.00;0.00;0.98 +4976;1;3555.00;12.70;912.50;-0.58;0.98 +4976;2;3566.50;12.60;918.00;0.73;0.98 +4976;3;3551.00;12.40;917.50;-1.10;0.98 +4976;4;3556.00;11.80;925.50;4.31;0.98 +4976;5;3571.50;11.45;929.00;2.13;0.98 +4976;6;3565.00;11.35;933.50;2.86;0.98 +4976;9;3553.18;12.00;923.00;1.57;0.98 +4976;10;3570.82;11.95;923.00;-1.57;0.98 4976;21;3553.18;12.00;923.00;1.57;0.98 +4977;0;1098.00;11.27;1311.00;0.00;0.48 +4977;1;1103.50;11.10;1307.00;0.94;0.48 +4977;2;1094.00;11.07;1310.00;-1.32;0.48 +4977;3;1103.50;10.60;1312.50;1.83;0.48 +4977;4;1098.50;11.00;1315.00;3.01;0.48 +4977;5;1091.50;11.20;1315.50;4.10;0.48 +4977;9;1091.88;10.04;1311.00;1.57;0.48 +4977;10;1104.12;10.65;1311.00;-1.57;0.48 +4977;19;1090.00;9.50;1312.00;-1.33;0.48 +4977;20;1088.26;9.50;1312.21;4.58;0.48 4977;21;1101.02;11.40;1311.77;-1.57;0.48 +4978;0;3101.00;10.40;867.00;0.00;0.82 +4978;1;3102.50;10.80;852.50;0.10;0.82 +4978;2;3093.50;10.40;864.50;-1.24;0.82 +4978;3;3110.00;10.50;864.00;1.24;0.82 +4978;4;3105.50;10.40;877.00;2.71;0.82 +4978;5;3096.00;10.40;880.00;3.50;0.82 +4978;9;3093.62;10.40;867.00;1.57;0.82 +4978;10;3108.38;10.48;867.00;-1.57;0.82 4978;21;3093.62;10.40;867.00;1.57;0.82 +4979;0;3958.00;11.85;1193.00;0.00;0.54 +4979;1;3953.00;11.55;1188.00;-0.78;0.54 +4979;2;3960.00;11.70;1190.50;0.67;0.54 +4979;3;3952.50;11.55;1193.00;4.71;0.54 +4979;4;3963.00;12.20;1196.50;2.18;0.54 +4979;5;3957.50;12.00;1197.50;3.25;0.54 +4979;6;3960.00;12.80;1200.50;2.88;0.54 +4979;9;3952.60;11.56;1193.00;1.57;0.54 +4979;10;3963.40;11.90;1193.00;-1.57;0.54 4979;21;3952.60;11.56;1193.00;1.57;0.54 +4980;0;1991.00;9.90;884.00;0.00;1.60 +4980;1;1984.00;9.85;862.50;-0.31;1.60 +4980;2;1977.00;10.20;878.00;-1.16;1.60 +4980;3;2002.50;9.80;875.50;0.93;1.60 +4980;4;2002.50;9.90;898.00;2.45;1.60 +4980;5;1985.00;10.00;897.00;3.57;1.60 +4980;6;1993.50;9.90;906.50;3.03;1.60 +4980;7;1996.00;9.90;910.50;2.95;1.60 +4980;9;1976.60;10.10;884.00;1.57;1.60 +4980;10;2005.40;9.80;884.00;-1.57;1.60 +4980;19;2023.92;9.50;897.80;2.43;1.60 +4980;20;2025.53;9.50;898.47;1.96;1.60 4980;21;2005.40;9.80;884.00;-1.57;1.60 +4981;0;3438.00;13.67;1022.00;0.00;0.60 +4981;1;3439.00;13.35;1016.00;0.16;0.60 +4981;2;3444.50;13.10;1016.50;0.86;0.60 +4981;3;3432.50;13.70;1021.50;-1.48;0.60 +4981;4;3442.50;13.40;1023.00;1.78;0.60 +4981;5;3436.00;13.40;1028.50;3.44;0.60 +4981;9;3432.60;13.71;1022.00;1.57;0.60 +4981;10;3443.40;13.40;1022.00;-1.57;0.60 4981;21;3432.60;13.71;1022.00;1.57;0.60 +4982;0;1894.00;9.77;953.00;0.00;0.88 +4982;1;1890.50;9.80;944.00;-0.37;0.88 +4982;2;1884.00;10.30;944.50;-0.86;0.88 +4982;3;1900.00;9.70;950.00;1.10;0.88 +4982;4;1888.50;9.80;954.00;4.53;0.88 +4982;5;1903.00;9.70;959.50;2.19;0.88 +4982;6;1895.50;9.70;964.50;3.01;0.88 +4982;9;1886.08;9.92;953.00;1.57;0.88 +4982;10;1901.92;9.70;953.00;-1.57;0.88 +4982;19;1901.20;9.50;976.47;-3.77;0.88 +4982;20;1901.71;9.50;978.15;2.84;0.88 4982;21;1897.34;10.00;974.43;-1.57;0.88 +4983;0;3650.00;13.10;1204.00;0.00;0.50 +4983;1;3651.50;13.15;1199.00;0.29;0.50 +4983;2;3643.50;14.50;1201.50;-1.20;0.50 +4983;3;3660.00;13.05;1204.50;1.62;0.50 +4983;4;3640.50;15.10;1207.00;4.40;0.50 +4983;5;3654.00;13.30;1208.00;2.35;0.50 +4983;6;3644.00;13.90;1208.50;4.06;0.50 +4983;9;3642.44;14.61;1204.00;1.57;0.50 +4983;10;3657.56;13.24;1204.00;-1.57;0.50 4983;21;3642.44;14.61;1204.00;1.57;0.50 +4984;0;3942.00;10.00;1078.00;0.00;0.46 +4984;1;3937.00;9.85;1074.00;-0.89;0.46 +4984;2;3944.50;9.85;1074.00;0.55;0.46 +4984;3;3934.00;10.00;1077.50;-1.50;0.46 +4984;4;3950.50;10.05;1079.00;1.68;0.46 +4984;5;3939.00;10.10;1082.00;3.78;0.46 +4984;6;3946.00;10.10;1082.50;2.41;0.46 +4984;9;3935.52;10.00;1078.00;1.57;0.46 +4984;10;3948.48;10.00;1078.00;-1.57;0.46 4984;21;3935.52;10.00;1078.00;1.57;0.46 +4985;0;3473.00;11.32;844.00;0.00;0.40 +4985;1;3469.00;10.27;841.00;-0.92;0.40 +4985;2;3475.50;10.10;842.50;1.03;0.40 +4985;3;3468.50;10.80;844.50;4.60;0.40 +4985;4;3472.50;11.60;847.00;3.30;0.40 +4985;5;3476.00;11.25;849.00;2.60;0.40 +4985;9;3469.22;10.89;844.00;1.57;0.40 +4985;10;3476.78;10.41;844.00;-1.57;0.40 +4985;19;3475.00;9.50;838.00;1.03;0.40 +4985;20;3475.55;9.50;836.34;0.32;0.40 4985;21;3469.22;10.89;844.00;1.57;0.40 +4986;0;4495.00;14.75;1292.00;0.00;0.44 +4986;1;4494.00;14.65;1287.50;-0.21;0.44 +4986;2;4488.50;13.70;1288.50;-1.07;0.44 +4986;3;4501.00;14.75;1290.50;1.32;0.44 +4986;4;4489.50;14.50;1293.50;4.44;0.44 +4986;5;4502.00;14.50;1296.00;2.09;0.44 +4986;6;4496.00;14.75;1296.50;2.92;0.44 +4986;9;4489.06;14.08;1292.00;1.57;0.44 +4986;10;4500.94;14.80;1292.00;-1.57;0.44 4986;21;4489.06;14.08;1292.00;1.57;0.44 +4987;0;4134.00;15.22;1098.00;0.00;0.46 +4987;1;4137.50;14.25;1092.00;0.52;0.46 +4987;2;4130.50;14.60;1095.50;-0.95;0.46 +4987;3;4140.00;15.00;1095.50;1.17;0.46 +4987;4;4124.50;14.50;1097.50;-1.51;0.46 +4987;5;4126.50;15.20;1100.50;4.39;0.46 +4987;6;4139.50;15.70;1100.00;1.92;0.46 +4987;7;4134.50;15.60;1102.00;3.01;0.46 +4987;9;4127.70;14.86;1098.00;1.57;0.46 +4987;10;4140.30;15.44;1098.00;-1.57;0.46 4987;21;4127.70;14.86;1098.00;1.57;0.46 +4988;0;1470.00;11.35;1484.00;0.00;0.22 +4988;1;1469.00;11.55;1482.00;-0.46;0.22 +4988;2;1475.50;10.30;1482.00;1.22;0.22 +4988;3;1464.50;13.30;1484.50;4.62;0.22 +4988;4;1477.50;10.40;1483.00;1.43;0.22 +4988;5;1475.50;9.90;1485.00;1.75;0.22 +4988;6;1470.50;12.60;1486.50;2.94;0.22 +4988;9;1465.14;13.45;1484.00;1.57;0.22 +4988;10;1474.86;9.91;1484.00;-1.57;0.22 4988;21;1465.14;13.45;1484.00;1.57;0.22 +4989;0;2555.00;9.65;861.00;0.00;0.16 +4989;1;2555.50;9.60;860.00;0.46;0.16 +4989;2;2553.00;9.70;861.50;4.46;0.16 +4989;3;2559.00;9.72;863.00;2.03;0.16 +4989;4;2561.00;9.65;862.00;1.73;0.16 +4989;9;2550.68;9.85;861.00;1.57;0.16 +4989;10;2559.32;9.64;861.00;-1.57;0.16 +4989;19;2544.14;9.60;862.96;-1.57;0.16 +4989;20;2542.41;9.60;863.27;4.53;0.16 4989;21;2546.78;10.20;862.50;-1.57;0.16 +4990;0;3892.00;12.95;1144.00;0.00;0.46 +4990;1;3890.50;12.20;1137.50;-0.22;0.46 +4990;2;3895.50;12.70;1139.50;0.66;0.46 +4990;3;3888.00;12.65;1144.00;4.71;0.46 +4990;4;3897.00;13.30;1146.00;1.95;0.46 +4990;5;3887.00;13.25;1149.00;3.92;0.46 +4990;6;3892.50;13.10;1149.50;3.05;0.46 +4990;9;3887.86;12.62;1144.00;1.57;0.46 +4990;10;3896.14;13.08;1144.00;-1.57;0.46 4990;21;3887.86;12.62;1144.00;1.57;0.46 +4991;0;1400.00;9.92;1141.00;0.00;0.70 +4991;1;1402.00;9.90;1132.00;0.21;0.70 +4991;2;1397.00;9.80;1133.00;-0.35;0.70 +4991;3;1407.00;10.15;1141.00;1.57;0.70 +4991;4;1393.50;9.90;1139.00;-1.27;0.70 +4991;5;1392.00;9.80;1145.50;4.20;0.70 +4991;6;1399.50;10.00;1149.50;3.20;0.70 +4991;9;1393.70;9.90;1141.00;1.57;0.70 +4991;10;1406.30;10.09;1141.00;-1.57;0.70 4991;21;1393.70;9.90;1141.00;1.57;0.70 +4992;0;2958.00;10.20;1168.00;0.00;0.52 +4992;1;2959.50;10.30;1159.50;0.17;0.52 +4992;2;2954.50;10.20;1165.00;-0.86;0.52 +4992;3;2962.00;10.30;1168.00;1.57;0.52 +4992;4;2954.50;10.10;1174.50;3.63;0.52 +4992;5;2964.50;10.40;1174.50;2.35;0.52 +4992;6;2959.00;10.20;1175.00;3.00;0.52 +4992;9;2953.32;10.20;1168.00;1.57;0.52 +4992;10;2962.68;10.31;1168.00;-1.57;0.52 4992;21;2953.32;10.20;1168.00;1.57;0.52 +4993;0;3687.00;12.22;1035.00;0.00;0.58 +4993;1;3685.00;10.85;1029.50;-0.34;0.58 +4993;2;3692.00;11.97;1031.00;0.89;0.58 +4993;3;3682.00;11.30;1037.50;4.24;0.58 +4993;4;3690.50;12.30;1039.00;2.42;0.58 +4993;5;3684.00;12.50;1043.50;3.48;0.58 +4993;6;3687.00;12.10;1044.00;3.14;0.58 +4993;9;3681.78;11.02;1035.00;1.57;0.58 +4993;10;3692.22;12.46;1035.00;-1.57;0.58 +4993;19;3700.00;9.90;1037.00;-3.86;0.58 +4993;20;3701.73;9.90;1037.26;1.72;0.58 4993;21;3681.78;11.02;1035.00;1.57;0.58 +4994;0;4198.00;21.95;1152.00;0.00;0.66 +4994;1;4198.50;22.30;1141.50;0.04;0.66 +4994;2;4192.00;22.62;1142.00;-0.54;0.66 +4994;3;4204.50;22.60;1145.50;0.78;0.66 +4994;4;4191.00;22.65;1146.50;-0.90;0.66 +4994;5;4205.00;22.17;1154.00;1.84;0.66 +4994;6;4190.50;22.40;1155.50;4.27;0.66 +4994;7;4203.00;22.10;1161.50;2.65;0.66 +4994;8;4197.00;22.15;1162.00;3.24;0.66 +4994;9;4192.06;22.54;1152.00;1.57;0.66 +4994;10;4203.94;22.14;1152.00;-1.57;0.66 4994;21;4192.06;22.54;1152.00;1.57;0.66 +4995;0;3478.00;10.75;734.00;0.00;0.72 +4995;1;3470.00;10.25;726.00;-0.78;0.72 +4995;2;3481.00;10.50;729.00;0.54;0.72 +4995;3;3467.00;10.20;729.50;-1.18;0.72 +4995;4;3494.00;10.65;732.50;1.47;0.72 +4995;5;3470.00;10.75;737.50;4.30;0.72 +4995;6;3489.50;10.65;737.00;1.82;0.72 +4995;7;3479.00;10.80;741.50;3.00;0.72 +4995;9;3467.02;10.32;734.00;1.57;0.72 +4995;10;3488.98;10.67;734.00;-1.57;0.72 4995;21;3467.02;10.32;734.00;1.57;0.72 +4996;0;4342.00;15.55;1081.00;0.00;0.30 +4996;1;4338.50;15.10;1073.00;-0.41;0.30 +4996;2;4342.50;14.70;1074.50;0.07;0.30 +4996;3;4339.50;15.70;1078.50;-0.78;0.30 +4996;4;4345.00;15.10;1079.50;1.10;0.30 +4996;5;4340.50;16.65;1087.00;3.38;0.30 +4996;6;4343.00;16.12;1088.00;3.00;0.30 +4996;9;4339.30;16.28;1081.00;1.57;0.30 +4996;10;4344.70;15.23;1081.00;-1.57;0.30 4996;21;4339.30;16.28;1081.00;1.57;0.30 +4997;0;3011.00;14.17;843.00;0.00;0.82 +4997;1;3007.50;12.80;836.00;-0.46;0.82 +4997;2;3019.50;13.40;840.00;1.23;0.82 +4997;3;3002.50;12.30;842.00;-1.45;0.82 +4997;4;1505.00;9.50;421.00;-1.29;0.82 +4997;5;3008.50;13.40;852.00;3.41;0.82 +4997;9;3002.54;12.32;843.00;1.57;0.82 +4997;10;3019.46;13.11;843.00;-1.57;0.82 4997;21;3002.54;12.32;843.00;1.57;0.82 +4998;0;3914.00;13.55;1195.00;0.00;0.44 +4998;1;3912.00;13.32;1191.00;-0.46;0.44 +4998;2;3919.50;10.95;1190.00;0.83;0.44 +4998;3;3920.50;11.70;1194.00;1.41;0.44 +4998;4;3905.50;15.65;1195.00;4.71;0.44 +4998;5;3909.00;14.45;1198.00;4.17;0.44 +4998;6;3917.00;12.35;1198.50;2.43;0.44 +4998;9;3907.70;15.37;1195.00;1.57;0.44 +4998;10;3920.30;11.87;1195.00;-1.57;0.44 4998;21;3907.70;15.37;1195.00;1.57;0.44 +4999;0;4394.00;17.20;1131.00;0.00;0.38 +4999;1;4394.00;15.50;1120.50;0.00;0.38 +4999;2;4390.50;16.00;1125.50;-0.56;0.38 +4999;3;4397.50;17.00;1126.50;0.66;0.38 +4999;4;4397.50;16.80;1135.50;2.48;0.38 +4999;5;4390.00;18.20;1134.50;3.99;0.38 +4999;6;4392.50;16.35;1140.00;3.30;0.38 +4999;9;4390.58;17.20;1131.00;1.57;0.38 +4999;10;4397.42;16.75;1131.00;-1.57;0.38 4999;21;4390.58;17.20;1131.00;1.57;0.38 +5000;0;1705.00;9.80;994.00;0.00;0.68 +5000;1;1701.50;9.80;987.50;-0.49;0.68 +5000;2;1695.50;9.80;987.50;-0.97;0.68 +5000;3;1711.00;9.80;994.00;1.57;0.68 +5000;4;1696.00;9.90;991.50;-1.30;0.68 +5000;5;1705.50;9.80;999.50;3.05;0.68 +5000;6;1713.50;9.80;1003.00;2.38;0.68 +5000;7;1711.50;9.80;1003.00;2.51;0.68 +5000;9;1697.98;9.90;994.00;1.57;0.68 +5000;10;1712.02;9.80;994.00;-1.57;0.68 5000;21;1697.98;9.90;994.00;1.57;0.68 +5001;0;1328.00;10.15;1421.00;0.00;0.34 +5001;1;1328.50;9.80;1418.50;0.19;0.34 +5001;2;1334.00;10.10;1418.00;1.10;0.34 +5001;3;1335.00;10.30;1419.50;1.36;0.34 +5001;4;1322.50;10.00;1422.50;4.44;0.34 +5001;5;1332.00;10.40;1422.50;1.93;0.34 +5001;6;1326.00;10.40;1424.50;3.66;0.34 +5001;9;1323.32;9.85;1421.00;1.57;0.34 +5001;10;1332.68;10.40;1421.00;-1.57;0.34 5001;21;1323.32;9.85;1421.00;1.57;0.34 +5002;0;4035.00;13.77;1133.00;0.00;0.42 +5002;1;4035.00;12.42;1127.00;0.00;0.42 +5002;2;4031.50;12.10;1127.00;-0.52;0.42 +5002;3;4030.50;12.80;1131.00;-1.15;0.42 +5002;4;4038.50;14.10;1133.50;1.71;0.42 +5002;5;4034.50;14.55;1138.00;3.24;0.42 +5002;6;4040.50;15.30;1139.50;2.43;0.42 +5002;9;4031.22;13.33;1133.00;1.57;0.42 +5002;10;4038.78;14.01;1133.00;-1.57;0.42 5002;21;4031.22;13.33;1133.00;1.57;0.42 +5003;0;3794.00;10.95;1260.00;0.00;0.58 +5003;1;3788.50;11.10;1256.00;-0.94;0.58 +5003;2;3797.50;11.00;1255.50;0.66;0.58 +5003;3;3800.00;10.75;1261.50;1.81;0.58 +5003;4;3787.50;10.80;1262.00;4.41;0.58 +5003;5;3789.00;10.60;1264.50;3.98;0.58 +5003;6;3795.00;10.70;1266.50;2.98;0.58 +5003;9;3788.24;10.97;1260.00;1.57;0.58 +5003;10;3799.76;10.77;1260.00;-1.57;0.58 5003;21;3788.24;10.97;1260.00;1.57;0.58 +5004;0;2985.00;11.50;1072.00;0.00;1.46 +5004;1;2989.50;11.90;1050.00;0.20;1.46 +5004;2;2976.50;11.90;1061.00;-0.65;1.46 +5004;3;2996.50;11.70;1065.50;1.05;1.46 +5004;4;2970.50;11.00;1082.50;4.08;1.46 +5004;5;3000.50;11.40;1083.00;2.18;1.46 +5004;6;2985.00;11.00;1087.50;3.14;1.46 +5004;9;2971.86;11.43;1072.00;1.57;1.46 +5004;10;2998.14;11.46;1072.00;-1.57;1.46 5004;21;2971.86;11.43;1072.00;1.57;1.46 +5005;0;3572.00;9.50;1152.00;0.00;0.48 +5005;1;3572.50;9.60;1148.50;0.14;0.48 +5005;2;3565.00;9.70;1149.00;-1.16;0.48 +5005;3;3578.00;9.62;1153.00;1.73;0.48 +5005;4;3569.50;9.65;1155.00;3.83;0.48 +5005;9;3566.24;9.70;1152.00;1.57;0.48 +5005;10;3577.76;9.68;1152.00;-1.57;0.48 +5005;19;3574.04;9.50;1146.39;-0.26;0.48 +5005;20;3574.63;9.50;1144.74;0.34;0.48 5005;21;3575.86;10.00;1149.71;-1.57;0.48 +5006;0;3494.00;14.37;942.00;0.00;0.62 +5006;1;3494.50;14.50;934.50;0.06;0.62 +5006;2;3501.00;13.50;935.00;0.78;0.62 +5006;3;3500.50;13.15;940.00;1.27;0.62 +5006;4;3487.50;16.20;941.50;-1.49;0.62 +5006;5;3497.00;13.72;948.00;2.67;0.62 +5006;6;3491.00;15.05;948.50;3.57;0.62 +5006;9;3488.42;16.01;942.00;1.57;0.62 +5006;10;3499.58;13.29;942.00;-1.57;0.62 5006;21;3488.42;16.01;942.00;1.57;0.62 +5007;0;4517.00;12.97;1228.00;0.00;0.30 +5007;1;4514.00;13.00;1224.50;-0.70;0.30 +5007;2;4512.00;13.45;1226.50;-1.27;0.30 +5007;3;4518.50;13.00;1225.50;0.54;0.30 +5007;4;4521.50;12.80;1226.50;1.24;0.30 +5007;5;4522.50;12.45;1229.00;1.75;0.30 +5007;6;4513.50;12.55;1230.00;4.19;0.30 +5007;7;4519.00;11.97;1231.00;2.55;0.30 +5007;9;4513.22;13.23;1228.00;1.57;0.30 +5007;10;4520.78;12.88;1228.00;-1.57;0.30 5007;21;4513.22;13.23;1228.00;1.57;0.30 +5008;0;1924.00;10.10;869.00;0.00;1.62 +5008;1;1930.50;9.80;851.50;0.35;1.62 +5008;2;1943.00;10.20;851.50;0.82;1.62 +5008;3;1913.00;9.85;856.00;-0.70;1.62 +5008;4;1943.50;10.40;870.50;1.64;1.62 +5008;5;1900.00;9.90;870.50;4.65;1.62 +5008;6;1911.00;10.35;881.50;3.94;1.62 +5008;7;1930.50;10.40;888.00;2.81;1.62 +5008;8;1941.00;10.40;886.00;2.35;1.62 +5008;9;1906.00;9.95;869.00;1.57;1.62 +5008;10;1942.00;10.40;869.00;-1.57;1.62 5008;21;1906.00;9.95;869.00;1.57;1.62 +5009;0;4361.00;14.27;1028.00;0.00;0.48 +5009;1;4357.50;14.15;1027.00;-1.29;0.48 +5009;2;4364.00;14.15;1022.00;0.46;0.48 +5009;3;4367.00;14.10;1022.50;0.82;0.48 +5009;4;4365.50;13.70;1028.00;1.57;0.48 +5009;5;4361.00;14.50;1032.50;3.14;0.48 +5009;9;4356.68;14.03;1028.00;1.57;0.48 +5009;10;4365.32;13.74;1028.00;-1.57;0.48 5009;21;4356.68;14.03;1028.00;1.57;0.48 +5010;0;3413.00;17.00;797.00;0.00;0.70 +5010;1;3406.50;18.20;789.00;-0.68;0.70 +5010;2;3416.00;16.10;791.50;0.49;0.70 +5010;3;3403.50;16.55;797.00;4.71;0.70 +5010;4;3424.00;14.32;796.00;1.48;0.70 +5010;5;3424.50;16.50;800.50;1.86;0.70 +5010;6;3406.50;17.20;803.50;3.92;0.70 +5010;7;3415.50;18.20;804.00;2.79;0.70 +5010;9;3404.54;16.49;797.00;1.57;0.70 +5010;10;3421.46;16.81;797.00;-1.57;0.70 5010;21;3404.54;16.49;797.00;1.57;0.70 +5011;0;4183.00;22.12;1242.00;0.00;0.78 +5011;1;4175.00;22.15;1233.50;-0.75;0.78 +5011;2;4186.50;22.20;1233.00;0.37;0.78 +5011;3;4194.50;22.35;1241.00;1.48;0.78 +5011;4;4171.50;22.05;1243.00;4.62;0.78 +5011;5;4192.50;22.25;1248.00;2.13;0.78 +5011;6;4179.00;22.10;1251.00;3.56;0.78 +5011;9;4173.28;22.03;1242.00;1.57;0.78 +5011;10;4192.72;22.17;1242.00;-1.57;0.78 5011;21;4173.28;22.03;1242.00;1.57;0.78 +5012;0;2600.00;10.30;1057.00;0.00;0.92 +5012;1;2606.00;10.20;1043.00;0.40;0.92 +5012;2;2595.00;10.30;1049.50;-0.58;0.92 +5012;3;2609.50;10.10;1054.50;1.31;0.92 +5012;4;2588.00;9.92;1062.00;4.31;0.92 +5012;5;2607.00;10.10;1067.00;2.53;0.92 +5012;6;2597.00;10.10;1067.50;3.42;0.92 +5012;9;2591.72;10.16;1057.00;1.57;0.92 +5012;10;2608.28;10.10;1057.00;-1.57;0.92 +5012;19;2582.00;9.57;1077.00;-1.97;0.92 +5012;20;2580.82;9.57;1078.30;3.87;0.92 5012;21;2591.72;10.16;1057.00;1.57;0.92 +5013;0;2750.00;10.62;784.00;0.00;0.76 +5013;1;2751.50;10.60;769.00;0.10;0.76 +5013;2;2753.50;10.50;769.00;0.22;0.76 +5013;3;2756.50;10.60;778.00;0.82;0.76 +5013;4;2746.00;10.60;777.50;-0.55;0.76 +5013;5;2741.00;10.55;789.00;4.20;0.76 +5013;6;2757.50;10.90;789.00;2.15;0.76 +5013;7;2749.00;10.70;794.50;3.23;0.76 +5013;9;2743.16;10.26;784.00;1.57;0.76 +5013;10;2756.84;10.70;784.00;-1.57;0.76 5013;21;2743.16;10.26;784.00;1.57;0.76 +5014;0;3502.00;10.70;1258.00;0.00;0.40 +5014;1;3504.50;10.90;1254.00;0.55;0.40 +5014;2;3499.00;10.35;1256.00;-0.98;0.40 +5014;3;3505.50;11.10;1259.50;1.97;0.40 +5014;4;3498.50;10.95;1261.00;4.00;0.40 +5014;5;3500.00;11.40;1264.00;3.46;0.40 +5014;9;3498.40;10.55;1258.00;1.57;0.40 +5014;10;3505.60;10.96;1258.00;-1.57;0.40 5014;21;3498.40;10.55;1258.00;1.57;0.40 +5015;0;1274.00;9.75;1281.00;0.00;0.56 +5015;1;1272.00;9.85;1275.50;-0.34;0.56 +5015;2;1278.00;9.70;1275.00;0.58;0.56 +5015;3;1280.00;9.60;1281.00;1.57;0.56 +5015;4;1269.50;9.90;1281.50;4.60;0.56 +5015;5;1276.50;9.70;1286.50;2.71;0.56 +5015;9;1268.24;9.83;1281.00;1.57;0.56 +5015;10;1279.76;9.60;1281.00;-1.57;0.56 +5015;19;1288.00;9.53;1287.00;1.57;0.56 +5015;20;1289.60;9.53;1287.68;1.97;0.56 5015;21;1273.51;9.70;1289.19;-1.57;0.56 +5016;0;4051.00;12.62;1302.00;0.00;0.72 +5016;1;4049.50;12.95;1290.00;-0.12;0.72 +5016;2;4053.50;13.00;1289.50;0.19;0.72 +5016;3;4055.50;12.80;1296.00;0.64;0.72 +5016;4;4045.00;12.62;1299.00;-1.10;0.72 +5016;5;4057.50;12.55;1308.00;2.31;0.72 +5016;6;4049.00;12.50;1310.50;3.37;0.72 +5016;7;4058.00;12.45;1315.50;2.66;0.72 +5016;9;4044.52;12.65;1302.00;1.57;0.72 +5016;10;4057.48;12.60;1302.00;-1.57;0.72 5016;21;4044.52;12.65;1302.00;1.57;0.72 +5017;0;3391.00;11.22;915.00;0.00;0.58 +5017;1;3390.50;11.40;909.50;-0.09;0.58 +5017;2;3397.50;12.20;912.50;1.20;0.58 +5017;3;3385.00;11.35;916.00;4.54;0.58 +5017;4;3394.00;11.85;919.50;2.55;0.58 +5017;5;3388.50;10.65;922.00;3.48;0.58 +5017;9;3385.78;11.32;915.00;1.57;0.58 +5017;10;3396.22;12.17;915.00;-1.57;0.58 5017;21;3385.78;11.32;915.00;1.57;0.58 +5018;0;4271.00;19.92;1125.00;0.00;0.60 +5018;1;4264.50;18.90;1118.00;-0.74;0.60 +5018;2;4262.50;20.30;1121.50;-1.18;0.60 +5018;3;4271.50;19.80;1123.00;0.24;0.60 +5018;4;4263.00;19.95;1125.50;4.65;0.60 +5018;5;4272.50;19.60;1128.00;2.67;0.60 +5018;6;4278.00;19.25;1125.50;1.64;0.60 +5018;7;4281.00;18.80;1129.00;1.95;0.60 +5018;9;4263.98;20.00;1125.00;1.57;0.60 +5018;10;4278.02;19.11;1125.00;-1.57;0.60 5018;21;4263.98;20.00;1125.00;1.57;0.60 +5019;0;4023.00;11.05;961.00;0.00;0.36 +5019;1;4019.00;11.25;958.50;-1.01;0.36 +5019;2;4026.00;11.25;957.00;0.64;0.36 +5019;3;4028.50;11.30;961.00;1.57;0.36 +5019;4;4016.00;11.25;962.00;4.57;0.36 +5019;5;4022.50;11.00;963.50;3.33;0.36 +5019;6;4028.00;11.10;964.50;2.18;0.36 +5019;9;4017.96;11.17;961.00;1.57;0.36 +5019;10;4028.04;11.27;961.00;-1.57;0.36 5019;21;4017.96;11.17;961.00;1.57;0.36 +5020;0;3834.00;12.40;1152.00;0.00;0.50 +5020;1;3833.00;12.27;1144.00;-0.12;0.50 +5020;2;3829.00;12.02;1152.00;4.71;0.50 +5020;3;3838.50;12.50;1150.50;1.24;0.50 +5020;4;3836.50;13.05;1159.00;2.79;0.50 +5020;9;3829.50;12.05;1152.00;1.57;0.50 +5020;10;3838.50;12.65;1152.00;-1.57;0.50 5020;21;3829.50;12.05;1152.00;1.57;0.50 +5021;0;1267.00;11.22;1233.00;0.00;0.54 +5021;1;1260.50;11.35;1229.00;-1.01;0.54 +5021;2;1263.00;11.25;1226.00;-0.51;0.54 +5021;3;1268.50;11.20;1228.50;0.32;0.54 +5021;4;1273.00;11.10;1234.50;1.81;0.54 +5021;5;1263.50;11.30;1236.00;4.00;0.54 +5021;6;1269.00;10.75;1239.50;2.84;0.54 +5021;9;1262.14;11.53;1233.00;1.57;0.54 +5021;10;1271.86;11.16;1233.00;-1.57;0.54 +5021;19;1279.00;10.07;1226.00;-4.47;0.54 +5021;20;1280.51;10.07;1225.11;1.04;0.54 5021;21;1262.14;11.53;1233.00;1.57;0.54 +5022;0;1280.00;10.85;1379.00;0.00;0.50 +5022;1;1277.00;10.80;1373.00;-0.46;0.50 +5022;2;1283.00;10.70;1376.50;0.87;0.50 +5022;3;1275.00;11.00;1376.50;-1.10;0.50 +5022;4;1276.50;10.80;1381.00;4.19;0.50 +5022;5;1285.00;10.60;1382.50;2.18;0.50 +5022;6;1280.50;10.50;1384.00;3.04;0.50 +5022;9;1275.50;11.05;1379.00;1.57;0.50 +5022;10;1284.50;10.65;1379.00;-1.57;0.50 5022;21;1275.50;11.05;1379.00;1.57;0.50 +5023;0;1385.00;9.50;836.00;0.00;0.74 +5023;1;1382.00;9.57;836.00;4.71;0.74 +5023;9;1377.44;9.50;836.00;1.57;0.74 +5023;10;1392.56;9.50;836.00;-1.57;0.74 +5023;19;1378.00;9.57;843.00;-1.57;0.74 +5023;20;1376.76;9.57;844.23;3.92;0.74 5023;21;1377.44;9.50;836.00;1.57;0.74 +5024;0;3562.00;10.65;1054.00;0.00;0.66 +5024;1;3564.50;10.50;1045.00;0.27;0.66 +5024;2;3557.50;11.10;1049.50;-0.78;0.66 +5024;3;3568.00;10.40;1053.50;1.48;0.66 +5024;4;3555.50;10.90;1058.00;4.16;0.66 +5024;5;3562.50;10.60;1062.00;3.07;0.66 +5024;9;3556.06;11.00;1054.00;1.57;0.66 +5024;10;3567.94;10.40;1054.00;-1.57;0.66 5024;21;3556.06;11.00;1054.00;1.57;0.66 +5025;0;4466.00;14.10;1249.00;0.00;0.40 +5025;1;4461.50;15.20;1244.50;-0.78;0.40 +5025;2;4460.00;15.25;1247.50;-1.32;0.40 +5025;3;4467.00;13.85;1245.50;0.27;0.40 +5025;4;4473.00;13.40;1247.50;1.36;0.40 +5025;5;4472.50;13.90;1250.50;1.79;0.40 +5025;6;4463.00;14.60;1253.00;3.78;0.40 +5025;7;4469.50;14.10;1253.00;2.42;0.40 +5025;9;4461.14;14.75;1249.00;1.57;0.40 +5025;10;4470.86;13.88;1249.00;-1.57;0.40 5025;21;4461.14;14.75;1249.00;1.57;0.40 +5026;0;1702.00;9.80;935.00;0.00;1.26 +5026;1;1681.00;10.00;921.00;-0.98;1.26 +5026;2;1672.50;10.00;925.50;-1.25;1.26 +5026;3;1706.50;9.90;928.00;0.57;1.26 +5026;4;1678.00;9.95;931.50;-1.42;1.26 +5026;5;1725.50;9.80;933.00;1.48;1.26 +5026;6;1724.00;9.80;939.00;1.75;1.26 +5026;7;1698.50;9.90;940.50;3.70;1.26 +5026;8;1726.00;9.80;948.50;2.08;1.26 +5026;9;1682.02;9.97;935.00;1.57;1.26 +5026;10;1721.98;9.90;935.00;-1.57;1.26 5026;21;1682.02;9.97;935.00;1.57;1.26 +5027;0;3448.00;12.40;1089.00;0.00;0.72 +5027;1;3452.00;12.72;1080.00;0.41;0.72 +5027;2;3445.50;12.80;1080.50;-0.28;0.72 +5027;3;3455.50;12.30;1089.50;1.63;0.72 +5027;4;3441.50;12.40;1088.00;-1.41;0.72 +5027;5;3440.50;12.15;1096.00;3.96;0.72 +5027;6;3448.50;12.35;1098.00;3.08;0.72 +5027;9;3441.52;12.40;1089.00;1.57;0.72 +5027;10;3454.48;12.30;1089.00;-1.57;0.72 5027;21;3441.52;12.40;1089.00;1.57;0.72 +5028;0;2980.00;10.70;841.00;0.00;0.72 +5028;1;2977.00;10.65;828.00;-0.22;0.72 +5028;2;2981.50;10.65;831.00;0.14;0.72 +5028;3;2973.00;10.60;831.00;-0.61;0.72 +5028;4;2973.50;10.60;842.50;4.48;0.72 +5028;5;2987.00;10.57;841.00;1.57;0.72 +5028;6;2986.50;10.40;849.50;2.48;0.72 +5028;7;2978.50;10.40;851.50;3.28;0.72 +5028;9;2973.52;10.60;841.00;1.57;0.72 +5028;10;2986.48;10.60;841.00;-1.57;0.72 5028;21;2973.52;10.60;841.00;1.57;0.72 +5029;0;3740.00;14.30;1256.00;0.00;0.38 +5029;1;3739.50;13.10;1249.00;-0.07;0.38 +5029;2;3743.50;14.35;1254.00;1.05;0.38 +5029;3;3736.00;14.55;1254.50;-1.21;0.38 +5029;4;3742.00;13.60;1260.50;2.72;0.38 +5029;5;3737.00;13.50;1261.00;3.68;0.38 +5029;9;3736.58;14.40;1256.00;1.57;0.38 +5029;10;3743.42;14.14;1256.00;-1.57;0.38 5029;21;3736.58;14.40;1256.00;1.57;0.38 +5030;0;4522.00;13.20;1149.00;0.00;0.34 +5030;1;4519.50;13.05;1147.00;-0.89;0.34 +5030;2;4524.50;13.20;1145.50;0.62;0.34 +5030;3;4525.00;13.05;1149.50;1.73;0.34 +5030;4;4518.50;12.85;1151.00;4.19;0.34 +5030;5;4521.50;12.75;1153.00;3.26;0.34 +5030;9;4518.40;12.95;1149.00;1.57;0.34 +5030;10;4525.60;12.98;1149.00;-1.57;0.34 5030;21;4518.40;12.95;1149.00;1.57;0.34 +5031;0;4402.00;13.05;1313.00;0.00;0.52 +5031;1;4398.00;13.57;1308.00;-0.67;0.52 +5031;2;4405.50;13.10;1308.50;0.66;0.52 +5031;3;4394.00;13.25;1310.00;-1.21;0.52 +5031;4;4409.00;13.60;1315.00;1.84;0.52 +5031;5;4396.50;12.90;1315.50;4.28;0.52 +5031;6;4404.00;13.12;1319.00;2.82;0.52 +5031;9;4395.34;13.05;1313.00;1.57;0.52 +5031;10;4408.66;13.50;1313.00;-1.57;0.52 5031;21;4395.34;13.05;1313.00;1.57;0.52 +5032;0;4002.00;11.10;887.00;0.00;0.36 +5032;1;4003.00;11.15;882.00;0.19;0.36 +5032;2;3999.50;11.20;885.00;-0.89;0.36 +5032;3;4004.50;11.00;886.00;1.19;0.36 +5032;4;3998.00;11.07;889.00;4.24;0.36 +5032;5;4001.00;11.20;890.00;3.46;0.36 +5032;6;4004.50;11.00;890.00;2.44;0.36 +5032;9;3998.76;11.11;887.00;1.57;0.36 +5032;10;4005.24;10.92;887.00;-1.57;0.36 5032;21;3998.76;11.11;887.00;1.57;0.36 +5033;0;4232.00;20.37;1136.00;0.00;0.40 +5033;1;4236.00;20.25;1132.00;0.78;0.40 +5033;2;4243.50;20.30;1131.00;1.16;0.40 +5033;3;4242.50;21.80;1135.50;1.52;0.40 +5033;4;4225.00;21.45;1133.00;-1.16;0.40 +5033;5;4221.50;22.70;1137.50;4.57;0.40 +5033;6;4240.50;21.10;1139.50;1.96;0.40 +5033;7;4231.50;21.40;1140.00;3.26;0.40 +5033;9;4223.90;22.86;1136.00;1.57;0.40 +5033;10;4240.10;21.61;1136.00;-1.57;0.40 5033;21;4223.90;22.86;1136.00;1.57;0.40 +5034;0;2563.00;9.70;931.00;0.00;0.60 +5034;1;2556.00;9.60;919.50;-0.54;0.60 +5034;2;2557.50;9.70;929.50;-1.30;0.60 +5034;3;2560.50;9.70;922.50;-0.28;0.60 +5034;4;2568.50;9.70;931.50;1.66;0.60 +5034;5;2564.50;9.70;939.00;2.95;0.60 +5034;9;2557.60;9.70;931.00;1.57;0.60 +5034;10;2568.40;9.70;931.00;-1.57;0.60 +5034;19;2548.00;9.50;911.00;-1.30;0.60 +5034;20;2546.95;9.50;909.60;-0.64;0.60 5034;21;2557.60;9.70;931.00;1.57;0.60 +5035;0;2885.00;10.10;1179.00;0.00;0.72 +5035;1;2881.50;10.00;1168.50;-0.32;0.72 +5035;2;2890.00;9.90;1174.50;0.83;0.72 +5035;3;2877.50;10.20;1177.00;-1.31;0.72 +5035;4;2894.00;9.80;1182.50;1.94;0.72 +5035;5;2878.50;10.40;1186.00;3.89;0.72 +5035;6;2891.00;9.90;1187.00;2.49;0.72 +5035;7;2884.00;10.20;1187.00;3.26;0.72 +5035;9;2878.52;10.19;1179.00;1.57;0.72 +5035;10;2891.48;9.90;1179.00;-1.57;0.72 5035;21;2878.52;10.19;1179.00;1.57;0.72 +5036;0;2970.00;11.82;699.00;0.00;0.50 +5036;1;2969.00;11.45;692.50;-0.15;0.50 +5036;2;2964.00;10.10;697.50;-1.32;0.50 +5036;3;2975.00;12.57;700.00;1.76;0.50 +5036;4;2968.50;11.35;705.00;3.38;0.50 +5036;9;2965.50;10.45;699.00;1.57;0.50 +5036;10;2974.50;12.70;699.00;-1.57;0.50 +5036;19;2962.00;9.50;700.00;-1.33;0.50 +5036;20;2960.26;9.50;700.21;4.58;0.50 5036;21;2965.50;10.45;699.00;1.57;0.50 +5037;0;3442.00;13.95;996.00;0.00;0.58 +5037;1;3438.50;13.70;994.50;-1.16;0.58 +5037;2;3447.50;13.90;990.00;0.74;0.58 +5037;3;3448.00;13.60;997.00;1.73;0.58 +5037;4;3441.00;13.30;1003.00;3.28;0.58 +5037;5;3435.50;12.80;1003.00;3.89;0.58 +5037;9;3436.78;13.91;996.00;1.57;0.58 +5037;10;3447.22;13.72;996.00;-1.57;0.58 5037;21;3436.78;13.91;996.00;1.57;0.58 +5038;0;1206.00;12.17;1368.00;0.00;0.54 +5038;1;1201.50;12.20;1364.50;-0.91;0.54 +5038;2;1207.50;11.40;1362.50;0.26;0.54 +5038;3;1212.00;11.10;1363.50;0.92;0.54 +5038;4;1212.00;11.40;1367.00;1.40;0.54 +5038;5;1201.00;12.95;1371.50;4.10;0.54 +5038;6;1208.00;12.15;1373.50;2.79;0.54 +5038;9;1200.96;12.72;1368.00;1.57;0.54 +5038;10;1211.04;11.54;1368.00;-1.57;0.54 5038;21;1200.96;12.72;1368.00;1.57;0.54 +5039;0;2664.00;11.30;786.00;0.00;0.74 +5039;1;2667.00;11.00;777.00;0.32;0.74 +5039;2;2659.50;11.20;781.50;-0.78;0.74 +5039;3;2673.00;11.40;786.50;1.62;0.74 +5039;4;2653.00;11.30;786.00;4.71;0.74 +5039;5;2652.50;11.15;792.00;4.23;0.74 +5039;6;2662.50;11.30;792.50;3.36;0.74 +5039;9;2655.54;11.30;786.00;1.57;0.74 +5039;10;2672.46;11.34;786.00;-1.57;0.74 5039;21;2655.54;11.30;786.00;1.57;0.74 +5040;0;4061.00;10.52;1058.00;0.00;0.42 +5040;1;4061.00;10.67;1053.00;0.00;0.42 +5040;2;4056.50;10.45;1055.00;-0.98;0.42 +5040;3;4065.00;10.57;1056.00;1.10;0.42 +5040;4;4057.50;10.40;1060.50;4.09;0.42 +5040;5;4064.50;10.50;1061.50;2.35;0.42 +5040;9;4056.14;10.40;1058.00;1.57;0.42 +5040;10;4065.86;10.51;1058.00;-1.57;0.42 5040;21;4056.14;10.40;1058.00;1.57;0.42 +5041;0;3447.00;11.10;847.00;0.00;0.74 +5041;1;3447.00;11.90;837.00;0.00;0.74 +5041;2;3440.50;11.40;840.50;-0.78;0.74 +5041;3;3452.50;10.90;840.50;0.70;0.74 +5041;4;3455.50;11.30;846.00;1.45;0.74 +5041;5;3439.50;11.90;849.50;4.39;0.74 +5041;6;3451.50;12.50;854.00;2.57;0.74 +5041;7;3443.00;12.42;857.00;3.52;0.74 +5041;9;3440.34;11.71;847.00;1.57;0.74 +5041;10;3453.66;11.49;847.00;-1.57;0.74 5041;21;3440.34;11.71;847.00;1.57;0.74 +5042;0;4041.00;23.70;1243.00;0.00;0.70 +5042;1;4045.50;23.35;1235.00;0.51;0.70 +5042;2;4037.00;23.40;1240.00;-0.92;0.70 +5042;3;4049.50;23.60;1239.00;1.13;0.70 +5042;4;4049.00;23.25;1244.50;1.75;0.70 +5042;5;4030.00;22.80;1246.50;4.40;0.70 +5042;6;4039.00;23.37;1249.00;3.46;0.70 +5042;7;4031.50;22.80;1250.00;4.07;0.70 +5042;9;4033.26;23.08;1243.00;1.57;0.70 +5042;10;4048.74;23.35;1243.00;-1.57;0.70 5042;21;4033.26;23.08;1243.00;1.57;0.70 +5043;0;3814.00;12.32;1090.00;0.00;0.64 +5043;1;3812.50;12.00;1084.50;-0.26;0.64 +5043;2;3820.00;12.25;1085.00;0.87;0.64 +5043;3;3804.00;11.67;1087.00;-1.27;0.64 +5043;4;3820.50;13.00;1092.00;1.86;0.64 +5043;5;3804.00;11.85;1089.50;-1.52;0.64 +5043;6;3810.50;12.50;1094.00;3.86;0.64 +5043;7;3818.00;13.30;1098.00;2.67;0.64 +5043;9;3806.98;12.02;1090.00;1.57;0.64 +5043;10;3821.02;12.80;1090.00;-1.57;0.64 5043;21;3806.98;12.02;1090.00;1.57;0.64 +5044;0;1118.00;13.30;1399.00;0.00;0.56 +5044;1;1112.00;13.55;1392.50;-0.74;0.56 +5044;2;1119.50;13.15;1395.00;0.35;0.56 +5044;3;1111.50;13.25;1399.00;4.71;0.56 +5044;4;1129.00;12.80;1397.00;1.39;0.56 +5044;5;1127.00;13.00;1400.50;1.73;0.56 +5044;6;1118.00;13.22;1404.00;3.14;0.56 +5044;9;1111.16;13.25;1399.00;1.57;0.56 +5044;10;1124.84;13.00;1399.00;-1.57;0.56 5044;21;1111.90;13.50;1398.54;-1.57;0.56 +5045;0;2691.00;11.10;827.00;0.00;0.70 +5045;1;2691.50;10.90;819.50;0.06;0.70 +5045;2;2697.50;10.95;821.00;0.82;0.70 +5045;3;2683.50;11.00;826.00;-1.43;0.70 +5045;4;2699.00;11.05;827.50;1.63;0.70 +5045;5;2683.00;11.10;834.00;3.99;0.70 +5045;6;2692.00;11.00;834.00;3.00;0.70 +5045;9;2683.98;11.05;827.00;1.57;0.70 +5045;10;2698.02;11.00;827.00;-1.57;0.70 5045;21;2683.98;11.05;827.00;1.57;0.70 +5046;0;2654.00;13.97;1119.00;0.00;0.42 +5046;1;2656.00;13.27;1115.00;0.46;0.42 +5046;2;2646.00;12.27;1117.00;-1.32;0.42 +5046;3;2663.00;12.90;1119.50;1.62;0.42 +5046;4;2643.00;11.15;1119.50;4.66;0.42 +5046;5;2646.00;10.80;1121.50;4.41;0.42 +5046;6;2661.50;13.20;1122.50;2.00;0.42 +5046;7;2651.50;13.40;1123.00;3.70;0.42 +5046;8;2656.50;13.80;1124.00;2.67;0.42 +5046;9;2646.80;11.37;1119.00;1.57;0.42 +5046;10;2661.20;12.92;1119.00;-1.57;0.42 +5046;19;2633.00;9.65;1119.00;-1.62;0.42 +5046;20;2631.25;9.65;1119.00;4.71;0.42 5046;21;2646.80;11.37;1119.00;1.57;0.42 +5047;0;3404.00;13.05;929.00;0.00;0.52 +5047;1;3406.50;15.20;923.50;0.42;0.52 +5047;2;3400.50;12.00;926.50;-0.95;0.52 +5047;3;3409.50;12.40;927.50;1.30;0.52 +5047;4;3406.00;12.50;933.00;2.67;0.52 +5047;5;3400.50;13.65;933.00;3.86;0.52 +5047;9;3399.32;11.86;929.00;1.57;0.52 +5047;10;3408.68;12.46;929.00;-1.57;0.52 +5047;19;3410.00;9.70;936.00;-3.61;0.52 +5047;20;3411.13;9.70;937.32;2.43;0.52 5047;21;3399.32;11.86;929.00;1.57;0.52 +5048;0;4484.00;11.27;1167.00;0.00;0.30 +5048;1;4482.50;11.60;1164.00;-0.46;0.30 +5048;2;4487.00;11.55;1165.00;0.98;0.30 +5048;3;4480.00;11.00;1168.00;4.46;0.30 +5048;4;4487.50;10.90;1168.50;1.97;0.30 +5048;5;4482.50;11.00;1170.50;3.54;0.30 +5048;9;4480.22;11.20;1167.00;1.57;0.30 +5048;10;4487.78;11.17;1167.00;-1.57;0.30 5048;21;4480.22;11.20;1167.00;1.57;0.30 +5049;0;3687.00;9.70;1007.00;0.00;0.84 +5049;1;3686.00;9.80;999.00;-0.12;0.84 +5049;2;3694.50;9.80;1000.50;0.85;0.84 +5049;3;3680.00;9.70;1006.00;-1.42;0.84 +5049;4;3697.50;9.90;1006.50;1.52;0.84 +5049;5;3694.50;9.90;1010.00;1.95;0.84 +5049;6;3685.00;9.90;1015.50;3.37;0.84 +5049;7;3677.50;9.70;1014.00;4.07;0.84 +5049;8;3679.50;9.80;1017.50;3.76;0.84 +5049;9;3679.44;9.70;1007.00;1.57;0.84 +5049;10;3694.56;9.85;1007.00;-1.57;0.84 5049;21;3679.44;9.70;1007.00;1.57;0.84 +5050;0;3554.00;11.27;1203.00;0.00;0.56 +5050;1;3553.00;9.95;1197.50;-0.18;0.56 +5050;2;3558.00;9.95;1196.00;0.51;0.56 +5050;3;3559.00;11.05;1203.00;1.57;0.56 +5050;4;3547.00;11.02;1203.00;4.71;0.56 +5050;5;3550.50;12.40;1208.00;3.75;0.56 +5050;6;3557.00;12.05;1208.50;2.64;0.56 +5050;9;3548.96;11.36;1203.00;1.57;0.56 +5050;10;3559.04;11.05;1203.00;-1.57;0.56 5050;21;3548.96;11.36;1203.00;1.57;0.56 +5051;0;1577.00;15.70;846.00;0.00;0.48 +5051;1;1578.00;14.82;840.00;0.16;0.48 +5051;2;1572.00;13.17;845.00;-1.37;0.48 +5051;3;1582.50;15.20;845.50;1.48;0.48 +5051;4;1572.50;13.40;851.00;3.87;0.48 +5051;5;1578.00;16.20;851.50;2.96;0.48 +5051;9;1572.68;13.91;846.00;1.57;0.48 +5051;10;1581.32;15.12;846.00;-1.57;0.48 5051;21;1572.68;13.91;846.00;1.57;0.48 +5052;0;1202.00;15.40;1211.00;0.00;0.60 +5052;1;1205.00;14.25;1203.50;0.38;0.60 +5052;2;1198.50;14.60;1208.00;-0.86;0.60 +5052;3;1208.50;15.60;1209.00;1.27;0.60 +5052;4;1194.00;14.10;1210.50;-1.50;0.60 +5052;5;1195.00;14.55;1215.00;4.19;0.60 +5052;6;1204.00;15.40;1216.00;2.76;0.60 +5052;9;1195.34;14.55;1211.00;1.57;0.60 +5052;10;1208.66;15.70;1211.00;-1.57;0.60 5052;21;1195.34;14.55;1211.00;1.57;0.60 +5053;0;2882.00;11.32;1209.00;0.00;0.50 +5053;1;2882.50;10.80;1202.00;0.07;0.50 +5053;2;2877.00;11.45;1207.00;-1.19;0.50 +5053;3;2887.50;10.90;1207.50;1.30;0.50 +5053;4;2886.00;11.50;1214.00;2.46;0.50 +5053;5;2881.00;11.35;1215.50;3.29;0.50 +5053;9;2877.50;11.40;1209.00;1.57;0.50 +5053;10;2886.50;11.00;1209.00;-1.57;0.50 5053;21;2877.50;11.40;1209.00;1.57;0.50 +5054;0;3034.00;11.07;709.00;0.00;0.92 +5054;1;3038.00;11.10;696.00;0.29;0.92 +5054;2;3045.50;11.30;697.00;0.76;0.92 +5054;3;3026.00;11.20;708.50;-1.50;0.92 +5054;4;3038.50;11.20;714.00;2.40;0.92 +5054;5;3029.50;11.25;724.00;3.43;0.92 +5054;9;3025.72;11.25;709.00;1.57;0.92 +5054;10;3042.28;11.00;709.00;-1.57;0.92 5054;21;3025.72;11.25;709.00;1.57;0.92 +5055;0;4070.00;10.72;1070.00;0.00;0.40 +5055;1;4074.50;10.60;1065.50;0.78;0.40 +5055;2;4069.00;10.80;1067.50;-0.38;0.40 +5055;3;4076.50;10.30;1067.00;1.13;0.40 +5055;4;4071.50;10.70;1071.00;2.15;0.40 +5055;5;4065.00;10.57;1071.00;4.51;0.40 +5055;6;4065.50;10.15;1074.00;3.98;0.40 +5055;7;4067.50;10.10;1075.00;3.60;0.40 +5055;9;4065.68;10.75;1070.00;1.57;0.40 +5055;10;4074.32;10.46;1070.00;-1.57;0.40 5055;21;4065.68;10.75;1070.00;1.57;0.40 +5056;0;1749.00;9.70;981.00;0.00;0.60 +5056;1;1745.50;9.70;973.50;-0.43;0.60 +5056;2;1754.00;9.70;979.50;1.27;0.60 +5056;3;1744.00;9.70;982.00;4.51;0.60 +5056;4;1758.00;9.70;985.00;1.98;0.60 +5056;5;1754.50;9.70;987.00;2.40;0.60 +5056;9;1742.16;9.70;981.00;1.57;0.60 +5056;10;1755.84;9.70;981.00;-1.57;0.60 5056;21;1742.16;9.70;981.00;1.57;0.60 +5057;0;4411.00;15.92;1275.00;0.00;0.44 +5057;1;4408.00;17.05;1273.00;-0.98;0.44 +5057;2;4414.00;17.15;1270.50;0.58;0.44 +5057;3;4415.00;15.10;1276.50;1.93;0.44 +5057;4;4407.00;15.50;1278.50;3.99;0.44 +5057;5;4411.00;14.40;1280.00;3.14;0.44 +5057;9;4407.04;16.66;1275.00;1.57;0.44 +5057;10;4414.96;15.65;1275.00;-1.57;0.44 5057;21;4407.04;16.66;1275.00;1.57;0.44 +5058;0;3486.00;11.30;1118.00;0.00;0.76 +5058;1;3484.50;11.30;1111.00;-0.21;0.76 +5058;2;3492.00;11.10;1109.00;0.58;0.76 +5058;3;3493.50;11.10;1117.00;1.43;0.76 +5058;4;3477.00;11.40;1118.00;4.71;0.76 +5058;5;3482.50;11.15;1125.00;3.60;0.76 +5058;6;3490.50;11.00;1125.00;2.57;0.76 +5058;9;3479.16;11.40;1118.00;1.57;0.76 +5058;10;3492.84;11.10;1118.00;-1.57;0.76 5058;21;3479.16;11.40;1118.00;1.57;0.76 +5059;0;1456.00;10.62;1446.00;0.00;0.18 +5059;1;1458.50;10.60;1444.50;1.03;0.18 +5059;2;1452.50;10.40;1445.50;-1.42;0.18 +5059;3;1451.50;10.50;1447.50;4.39;0.18 +5059;4;1458.00;11.25;1447.50;2.21;0.18 +5059;9;1451.50;10.30;1446.00;1.57;0.18 +5059;10;1460.50;10.55;1446.00;-1.57;0.18 5059;21;1451.50;10.30;1446.00;1.57;0.18 +5060;0;3181.00;12.67;877.00;0.00;1.20 +5060;1;3179.00;12.35;864.50;-0.15;1.20 +5060;2;3192.50;12.90;864.00;0.72;1.20 +5060;3;3195.50;12.10;875.00;1.43;1.20 +5060;4;3165.00;11.95;872.50;-1.29;1.20 +5060;5;3172.50;12.00;889.00;3.75;1.20 +5060;6;3188.50;12.60;889.00;2.58;1.20 +5060;9;3168.58;12.01;877.00;1.57;1.20 +5060;10;3193.42;12.06;877.00;-1.57;1.20 5060;21;3168.58;12.01;877.00;1.57;1.20 +5061;0;1255.00;9.95;1323.00;0.00;0.52 +5061;1;1257.50;9.95;1315.00;0.30;0.52 +5061;2;1256.00;9.80;1314.50;0.11;0.52 +5061;3;1252.50;9.90;1320.50;-0.78;0.52 +5061;4;1259.50;10.50;1319.50;0.91;0.52 +5061;5;1257.50;10.50;1326.50;2.52;0.52 +5061;6;1248.50;9.90;1327.00;4.16;0.52 +5061;7;1251.00;10.30;1329.00;3.73;0.52 +5061;9;1250.32;9.91;1323.00;1.57;0.52 +5061;10;1259.68;10.51;1323.00;-1.57;0.52 5061;21;1250.32;9.91;1323.00;1.57;0.52 +5062;0;4005.00;17.40;1340.00;0.00;0.42 +5062;1;4005.00;17.60;1337.50;0.00;0.42 +5062;2;3998.00;16.45;1337.50;-1.22;0.42 +5062;3;4015.00;18.50;1340.50;1.62;0.42 +5062;4;4001.00;17.40;1343.00;4.06;0.42 +5062;5;4015.00;16.25;1343.50;1.90;0.42 +5062;6;4009.00;16.60;1343.50;2.29;0.42 +5062;9;3998.16;16.93;1340.00;1.57;0.42 +5062;10;4011.84;17.95;1340.00;-1.57;0.42 5062;21;3998.16;16.93;1340.00;1.57;0.42 +5063;0;3995.00;11.72;950.00;0.00;0.38 +5063;1;3993.50;11.50;946.00;-0.35;0.38 +5063;2;3996.50;11.80;945.50;0.32;0.38 +5063;3;3998.50;11.90;949.50;1.42;0.38 +5063;4;3990.50;11.85;949.00;-1.35;0.38 +5063;5;3991.50;12.00;953.00;4.00;0.38 +5063;6;3995.50;11.75;954.00;3.01;0.38 +5063;9;3991.58;11.89;950.00;1.57;0.38 +5063;10;3998.42;11.89;950.00;-1.57;0.38 5063;21;3991.58;11.89;950.00;1.57;0.38 +5064;0;3841.00;12.25;1175.00;0.00;0.52 +5064;1;3845.00;13.00;1168.50;0.55;0.52 +5064;2;3846.00;12.95;1169.00;0.69;0.52 +5064;3;3840.00;12.60;1170.50;-0.21;0.52 +5064;4;3848.00;12.47;1174.00;1.42;0.52 +5064;5;3832.00;12.35;1173.00;-1.35;0.52 +5064;6;3832.00;12.05;1177.50;4.44;0.52 +5064;7;3842.50;12.30;1179.50;2.82;0.52 +5064;9;3833.62;12.25;1175.00;1.57;0.52 +5064;10;3848.38;12.44;1175.00;-1.57;0.52 5064;21;3833.62;12.25;1175.00;1.57;0.52 +5065;0;3540.00;9.82;721.00;0.00;0.54 +5065;1;3535.50;9.80;717.00;-0.84;0.54 +5065;2;3544.00;10.00;717.50;0.85;0.54 +5065;3;3535.00;9.82;724.00;4.17;0.54 +5065;4;3548.00;10.20;722.50;1.75;0.54 +5065;5;3544.50;9.90;725.50;2.35;0.54 +5065;9;3533.34;9.80;721.00;1.57;0.54 +5065;10;3546.66;10.15;721.00;-1.57;0.54 +5065;19;3547.00;9.57;714.00;0.85;0.54 +5065;20;3548.23;9.57;712.76;0.78;0.54 5065;21;3533.34;9.80;721.00;1.57;0.54 +5066;0;1228.00;11.62;1157.00;0.00;0.48 +5066;1;1229.00;10.40;1152.00;0.19;0.48 +5066;2;1233.00;11.15;1153.50;0.96;0.48 +5066;3;1223.00;10.25;1155.50;-1.27;0.48 +5066;4;1231.50;12.00;1159.50;2.19;0.48 +5066;5;1221.00;10.77;1160.00;4.30;0.48 +5066;6;1225.00;12.92;1162.00;3.68;0.48 +5066;9;1222.24;10.32;1157.00;1.57;0.48 +5066;10;1233.76;11.86;1157.00;-1.57;0.48 +5066;19;1227.00;9.50;1150.00;0.20;0.48 +5066;20;1226.75;9.50;1148.26;-0.14;0.48 5066;21;1222.24;10.32;1157.00;1.57;0.48 +5067;0;3613.00;14.50;1211.00;0.00;0.48 +5067;1;3609.50;14.90;1204.50;-0.49;0.48 +5067;2;3616.50;14.00;1207.50;0.78;0.48 +5067;3;3605.00;15.45;1207.00;-1.10;0.48 +5067;4;3606.00;15.30;1211.00;4.71;0.48 +5067;5;3622.00;15.00;1210.50;1.51;0.48 +5067;6;3619.50;16.05;1215.00;2.12;0.48 +5067;7;3611.50;15.10;1215.50;3.46;0.48 +5067;9;3606.52;15.24;1211.00;1.57;0.48 +5067;10;3619.48;15.04;1211.00;-1.57;0.48 5067;21;3606.52;15.24;1211.00;1.57;0.48 +5068;0;3503.00;12.47;797.00;0.00;0.44 +5068;1;3504.00;12.42;793.00;0.24;0.44 +5068;2;3512.00;12.12;793.00;1.15;0.44 +5068;3;3494.50;12.95;798.00;4.59;0.44 +5068;4;3511.00;12.20;797.00;1.57;0.44 +5068;5;3505.00;12.45;799.50;2.46;0.44 +5068;6;3496.50;12.80;801.50;4.10;0.44 +5068;9;3495.26;12.92;797.00;1.57;0.44 +5068;10;3510.74;12.20;797.00;-1.57;0.44 5068;21;3509.25;12.30;797.78;1.57;0.44 +5069;0;3350.00;12.25;1037.00;0.00;0.52 +5069;1;3353.00;12.60;1029.50;0.38;0.52 +5069;2;3347.50;11.20;1031.00;-0.39;0.52 +5069;3;3354.50;11.50;1033.50;0.91;0.52 +5069;4;3345.50;11.10;1038.00;4.49;0.52 +5069;5;3354.00;11.62;1040.00;2.21;0.52 +5069;6;3347.50;11.20;1044.50;3.46;0.52 +5069;9;3345.32;11.08;1037.00;1.57;0.52 +5069;10;3354.68;11.43;1037.00;-1.57;0.52 +5069;19;3362.00;9.50;1041.00;-4.07;0.52 +5069;20;3363.66;9.50;1041.55;1.89;0.52 5069;21;3345.32;11.08;1037.00;1.57;0.52 +5070;0;2690.00;11.37;787.00;0.00;0.58 +5070;1;2690.00;11.75;776.50;0.00;0.58 +5070;2;2683.00;12.32;778.00;-0.66;0.58 +5070;3;2695.50;11.20;788.50;1.83;0.58 +5070;4;2686.00;11.90;787.00;4.71;0.58 +5070;5;2686.00;11.40;797.50;3.50;0.58 +5070;6;2691.00;11.15;799.50;3.06;0.58 +5070;9;2684.78;11.59;787.00;1.57;0.58 +5070;10;2695.22;11.25;787.00;-1.57;0.58 5070;21;2684.78;11.59;787.00;1.57;0.58 +5071;0;1103.00;13.20;1377.00;0.00;0.24 +5071;1;1103.00;13.27;1374.00;0.00;0.24 +5071;2;1105.50;13.30;1375.00;0.89;0.24 +5071;3;1100.50;12.80;1377.50;4.51;0.24 +5071;4;1105.00;13.15;1379.00;2.35;0.24 +5071;5;1102.00;12.65;1381.00;3.38;0.24 +5071;6;1104.50;13.20;1381.50;2.82;0.24 +5071;9;1100.84;12.85;1377.00;1.57;0.24 +5071;10;1105.16;13.21;1377.00;-1.57;0.24 5071;21;1103.18;13.10;1382.68;-1.57;0.24 +5072;0;4427.00;16.25;1104.00;0.00;0.34 +5072;1;4425.00;17.57;1100.00;-0.46;0.34 +5072;2;4429.50;17.90;1100.50;0.62;0.34 +5072;3;4423.00;15.95;1103.50;-1.44;0.34 +5072;4;4429.50;15.40;1106.50;2.35;0.34 +5072;5;4426.00;15.57;1108.00;3.38;0.34 +5072;9;4423.94;15.92;1104.00;1.57;0.34 +5072;10;4430.06;16.13;1104.00;-1.57;0.34 5072;21;4423.94;15.92;1104.00;1.57;0.34 +5073;0;3705.00;11.47;1242.00;0.00;0.62 +5073;1;3705.50;11.40;1237.00;0.10;0.62 +5073;2;3711.50;12.20;1236.50;0.86;0.62 +5073;3;3709.00;11.90;1244.00;2.03;0.62 +5073;4;3700.00;11.67;1242.00;4.71;0.62 +5073;5;3698.00;11.52;1248.00;4.00;0.62 +5073;6;3702.00;11.70;1248.50;3.57;0.62 +5073;9;3699.42;11.70;1242.00;1.57;0.62 +5073;10;3710.58;12.21;1242.00;-1.57;0.62 5073;21;3699.42;11.70;1242.00;1.57;0.62 +5074;0;3513.00;11.27;864.00;0.00;0.52 +5074;1;3507.50;10.25;859.00;-0.83;0.52 +5074;2;3503.50;11.35;862.00;-1.36;0.52 +5074;3;3520.50;9.50;864.00;1.57;0.52 +5074;4;3513.50;13.10;867.50;3.00;0.52 +5074;5;3523.00;11.95;868.50;1.99;0.52 +5074;9;3502.92;11.91;864.00;1.57;0.52 +5074;10;3523.08;9.50;864.00;-1.57;0.52 +5074;19;3508.58;9.50;856.41;0.17;0.52 +5074;20;3507.70;9.50;854.90;-0.52;0.52 5074;21;3508.36;11.90;860.73;-1.57;0.52 +5075;0;3782.00;12.52;1125.00;0.00;0.56 +5075;1;3780.00;14.45;1120.00;-0.38;0.56 +5075;2;3787.50;12.10;1121.50;1.00;0.56 +5075;3;3773.50;14.20;1126.00;4.59;0.56 +5075;4;3792.50;11.60;1126.50;1.71;0.56 +5075;5;3792.00;11.50;1129.00;1.95;0.56 +5075;6;3780.00;12.35;1130.00;3.52;0.56 +5075;7;3770.50;14.70;1131.00;4.23;0.56 +5075;9;3773.36;14.16;1125.00;1.57;0.56 +5075;10;3790.64;11.60;1125.00;-1.57;0.56 5075;21;3773.36;14.16;1125.00;1.57;0.56 +5076;0;4319.00;17.80;1311.00;0.00;0.42 +5076;1;4313.00;20.10;1306.50;-0.92;0.42 +5076;2;4323.50;19.20;1307.50;0.91;0.42 +5076;3;4311.00;18.20;1311.50;4.65;0.42 +5076;4;4329.00;16.57;1313.00;1.76;0.42 +5076;5;4320.50;16.10;1315.50;2.82;0.42 +5076;9;4311.44;18.35;1311.00;1.57;0.42 +5076;10;4326.56;18.39;1311.00;-1.57;0.42 5076;21;4311.44;18.35;1311.00;1.57;0.42 +5077;0;2586.00;9.70;931.00;0.00;0.64 +5077;1;2583.00;9.70;923.00;-0.35;0.64 +5077;2;2589.00;9.75;920.50;0.27;0.64 +5077;3;2590.00;9.75;926.00;0.67;0.64 +5077;4;2580.00;9.70;931.50;4.62;0.64 +5077;5;2591.00;9.70;936.50;2.40;0.64 +5077;6;2584.00;9.70;939.00;3.38;0.64 +5077;9;2580.24;9.70;931.00;1.57;0.64 +5077;10;2591.76;9.81;931.00;-1.57;0.64 5077;21;2580.24;9.70;931.00;1.57;0.64 +5078;0;3200.00;9.95;1155.00;0.00;0.32 +5078;1;3199.00;9.90;1151.50;-0.27;0.32 +5078;2;3202.50;9.90;1154.00;1.19;0.32 +5078;3;3197.00;9.90;1153.50;-1.10;0.32 +5078;4;3196.50;9.90;1156.50;4.30;0.32 +5078;5;3200.00;10.00;1157.50;3.14;0.32 +5078;6;3204.00;10.00;1157.00;2.03;0.32 +5078;9;3197.12;9.90;1155.00;1.57;0.32 +5078;10;3202.88;9.96;1155.00;-1.57;0.32 5078;21;3197.12;9.90;1155.00;1.57;0.32 +5079;0;3392.00;11.32;679.00;0.00;0.64 +5079;1;3391.00;12.02;674.00;-0.19;0.64 +5079;2;3399.50;11.20;672.50;0.85;0.64 +5079;3;3399.00;10.90;678.00;1.42;0.64 +5079;4;3384.50;11.90;681.00;4.45;0.64 +5079;5;3392.00;10.67;686.00;3.14;0.64 +5079;6;1695.50;9.80;339.00;-1.37;0.64 +5079;9;3385.88;11.90;679.00;1.57;0.64 +5079;10;3398.12;10.91;679.00;-1.57;0.64 5079;21;3385.88;11.90;679.00;1.57;0.64 +5080;0;4264.00;21.62;1168.00;0.00;0.78 +5080;1;4256.50;22.70;1155.50;-0.54;0.78 +5080;2;4265.00;22.45;1159.50;0.11;0.78 +5080;3;4256.00;22.20;1161.50;-0.88;0.78 +5080;4;4273.00;21.70;1170.50;1.84;0.78 +5080;5;4257.00;21.85;1172.50;4.14;0.78 +5080;6;4263.50;21.60;1177.50;3.19;0.78 +5080;7;4273.50;21.50;1177.50;2.35;0.78 +5080;9;4256.98;21.35;1168.00;1.57;0.78 +5080;10;4271.02;21.62;1168.00;-1.57;0.78 5080;21;4256.98;21.35;1168.00;1.57;0.78 +5081;0;3574.00;10.10;1012.00;0.00;1.06 +5081;1;3570.50;10.20;999.50;-0.27;1.06 +5081;2;3582.50;10.05;1007.00;1.03;1.06 +5081;3;3563.50;10.20;1010.00;-1.38;1.06 +5081;4;3585.50;9.90;1019.50;2.14;1.06 +5081;5;3565.50;10.20;1020.50;3.92;1.06 +5081;6;3570.50;10.20;1024.00;3.42;1.06 +5081;7;3578.50;10.00;1024.00;2.78;1.06 +5081;9;3564.46;10.20;1012.00;1.57;1.06 +5081;10;3583.54;10.00;1012.00;-1.57;1.06 5081;21;3564.46;10.20;1012.00;1.57;1.06 +5082;0;3884.00;15.55;1194.00;0.00;0.44 +5082;1;3882.00;15.85;1189.50;-0.41;0.44 +5082;2;3888.50;16.20;1190.50;0.91;0.44 +5082;3;3878.00;15.65;1193.00;-1.40;0.44 +5082;4;3890.50;16.00;1194.50;1.64;0.44 +5082;5;3881.00;15.60;1197.50;3.85;0.44 +5082;6;3886.50;15.80;1198.00;2.58;0.44 +5082;9;3879.14;15.56;1194.00;1.57;0.44 +5082;10;3888.86;15.86;1194.00;-1.57;0.44 5082;21;3879.14;15.56;1194.00;1.57;0.44 +5083;0;1803.00;10.35;888.00;0.00;1.76 +5083;1;1793.50;9.80;875.50;-0.65;1.76 +5083;2;1824.00;9.85;892.50;1.78;1.76 +5083;3;1762.00;9.80;886.50;-1.53;1.76 +5083;4;1797.00;11.07;889.00;4.54;1.76 +5083;5;1771.50;9.80;891.00;4.61;1.76 +5083;6;1803.50;10.40;904.00;3.11;1.76 +5083;7;1806.50;12.10;909.50;2.98;1.76 +5083;9;1776.90;10.13;888.00;1.57;1.76 +5083;10;1829.10;9.80;888.00;-1.57;1.76 5083;21;1776.90;10.13;888.00;1.57;1.76 +5084;0;3153.00;12.05;785.00;0.00;1.24 +5084;1;3151.00;11.90;771.00;-0.14;1.24 +5084;2;3165.00;11.90;776.00;0.92;1.24 +5084;3;3141.00;11.80;774.50;-0.85;1.24 +5084;4;3139.00;11.95;784.00;-1.49;1.24 +5084;5;3163.00;12.40;790.00;2.03;1.24 +5084;6;3142.00;11.65;792.50;4.11;1.24 +5084;7;3151.00;11.40;799.50;3.27;1.24 +5084;8;3160.00;11.50;802.00;2.75;1.24 +5084;9;3141.84;12.00;785.00;1.57;1.24 +5084;10;3164.16;12.20;785.00;-1.57;1.24 5084;21;3164.16;12.20;785.00;-1.57;1.24 +5085;0;1266.00;10.37;1427.00;0.00;0.34 +5085;1;1262.50;10.50;1423.00;-0.71;0.34 +5085;2;1267.50;10.40;1424.50;0.54;0.34 +5085;3;1261.50;10.50;1428.00;4.49;0.34 +5085;4;1271.00;10.30;1427.50;1.67;0.34 +5085;5;1268.50;10.30;1430.00;2.44;0.34 +5085;6;1264.50;10.40;1431.00;3.50;0.34 +5085;9;1262.22;10.46;1427.00;1.57;0.34 +5085;10;1269.78;10.33;1427.00;-1.57;0.34 5085;21;1262.22;10.46;1427.00;1.57;0.34 +5086;0;4038.00;9.90;1097.00;0.00;0.40 +5086;1;4037.50;10.00;1093.00;-0.12;0.40 +5086;2;4042.50;9.90;1094.00;0.98;0.40 +5086;3;4032.00;10.25;1096.00;-1.40;0.40 +5086;4;4044.50;9.80;1097.50;1.64;0.40 +5086;5;4034.50;9.90;1099.50;4.09;0.40 +5086;6;4040.50;9.80;1100.50;2.52;0.40 +5086;9;4032.78;10.12;1097.00;1.57;0.40 +5086;10;4043.22;9.80;1097.00;-1.57;0.40 5086;21;4032.78;10.12;1097.00;1.57;0.40 +5087;0;3987.00;19.22;1283.00;0.00;0.56 +5087;1;3986.00;21.35;1273.50;-0.10;0.56 +5087;2;3992.00;19.60;1278.50;0.83;0.56 +5087;3;3982.50;21.00;1276.50;-0.60;0.56 +5087;4;3982.00;20.45;1282.50;-1.47;0.56 +5087;5;3991.50;19.40;1289.50;2.53;0.56 +5087;6;3983.00;20.20;1290.50;3.63;0.56 +5087;9;3981.96;20.42;1283.00;1.57;0.56 +5087;10;3992.04;18.20;1283.00;-1.57;0.56 5087;21;3981.96;20.42;1283.00;1.57;0.56 +5088;0;1704.00;11.52;1035.00;0.00;0.60 +5088;1;1704.50;11.10;1028.00;0.07;0.60 +5088;2;1699.50;10.20;1036.00;4.49;0.60 +5088;3;1710.50;10.80;1032.50;1.20;0.60 +5088;4;1709.50;11.20;1039.50;2.25;0.60 +5088;5;1706.00;10.70;1042.50;2.88;0.60 +5088;9;1698.60;10.02;1035.00;1.57;0.60 +5088;10;1709.40;11.20;1035.00;-1.57;0.60 +5088;19;1700.85;9.60;1047.42;-2.99;0.60 +5088;20;1700.42;9.60;1049.11;3.39;0.60 5088;21;1709.40;11.20;1035.00;-1.57;0.60 +5089;0;3595.00;11.55;1154.00;0.00;0.68 +5089;1;3592.00;10.12;1147.00;-0.40;0.68 +5089;2;3597.50;11.50;1148.50;0.42;0.68 +5089;3;3589.50;10.75;1154.00;4.71;0.68 +5089;4;3603.00;13.22;1152.00;1.32;0.68 +5089;5;3605.00;13.37;1153.00;1.47;0.68 +5089;6;3598.50;12.60;1158.00;2.42;0.68 +5089;7;3588.00;11.02;1159.00;4.09;0.68 +5089;8;3590.50;12.20;1161.50;3.68;0.68 +5089;9;3588.88;10.62;1154.00;1.57;0.68 +5089;10;3601.12;13.57;1154.00;-1.57;0.68 +5089;19;3591.00;9.50;1139.00;-0.40;0.68 +5089;20;3590.54;9.50;1137.30;-0.26;0.68 5089;21;3588.88;10.62;1154.00;1.57;0.68 +5090;0;1490.00;11.52;1442.00;0.00;0.30 +5090;1;1486.00;11.17;1439.00;-0.92;0.30 +5090;2;1489.50;10.70;1439.00;-0.16;0.30 +5090;3;1493.00;11.25;1439.50;0.87;0.30 +5090;4;1487.00;11.97;1443.00;4.39;0.30 +5090;5;1493.50;12.05;1443.00;1.84;0.30 +5090;6;1489.50;11.80;1446.00;3.26;0.30 +5090;7;1492.50;11.75;1446.00;2.58;0.30 +5090;9;1486.58;11.54;1442.00;1.57;0.30 +5090;10;1493.42;11.68;1442.00;-1.57;0.30 5090;21;1486.58;11.54;1442.00;1.57;0.30 +5091;0;3411.00;14.65;907.00;0.00;0.36 +5091;1;3412.00;15.10;903.00;0.24;0.36 +5091;2;3408.00;13.15;903.50;-0.70;0.36 +5091;3;3414.50;12.55;909.00;2.09;0.36 +5091;4;3407.50;13.90;908.50;4.30;0.36 +5091;5;3410.00;13.90;912.50;3.32;0.36 +5091;9;3407.76;13.65;907.00;1.57;0.36 +5091;10;3414.24;13.35;907.00;-1.57;0.36 +5091;19;3417.00;9.70;916.00;-4.19;0.36 +5091;20;3417.97;9.70;917.45;2.55;0.36 5091;21;3407.27;13.30;897.64;1.57;0.36 +5092;0;4527.00;11.85;1204.00;0.00;0.28 +5092;1;4522.50;11.50;1202.50;-1.24;0.28 +5092;2;4528.00;11.45;1201.50;0.38;0.28 +5092;3;4533.00;11.00;1203.50;1.48;0.28 +5092;4;4522.50;11.90;1205.00;4.49;0.28 +5092;5;4532.00;11.20;1206.00;1.95;0.28 +5092;6;4526.50;11.70;1206.00;3.38;0.28 +5092;7;4530.50;11.35;1207.00;2.27;0.28 +5092;9;4523.22;11.93;1204.00;1.57;0.28 +5092;10;4530.78;11.34;1204.00;-1.57;0.28 5092;21;4523.22;11.93;1204.00;1.57;0.28 +5093;0;3534.00;14.25;1000.00;0.00;0.86 +5093;1;3530.00;14.10;988.50;-0.33;0.86 +5093;2;3540.50;13.70;991.50;0.65;0.86 +5093;3;3525.00;13.67;998.00;-1.35;0.86 +5093;4;3543.50;14.15;1004.00;1.96;0.86 +5093;5;3529.50;13.60;1009.00;3.60;0.86 +5093;6;3538.00;14.95;1012.50;2.83;0.86 +5093;9;3526.26;13.73;1000.00;1.57;0.86 +5093;10;3541.74;14.02;1000.00;-1.57;0.86 5093;21;3526.26;13.73;1000.00;1.57;0.86 +5094;0;4103.00;22.57;1201.00;0.00;0.84 +5094;1;4095.00;21.95;1192.50;-0.75;0.84 +5094;2;4107.00;21.52;1195.00;0.58;0.84 +5094;3;4091.50;22.65;1198.00;-1.31;0.84 +5094;4;4115.00;22.55;1204.00;1.81;0.84 +5094;5;4100.00;22.95;1206.50;3.64;0.84 +5094;6;4111.00;22.60;1210.50;2.44;0.84 +5094;9;4094.00;22.65;1201.00;1.57;0.84 +5094;10;4112.00;22.90;1201.00;-1.57;0.84 5094;21;4094.00;22.65;1201.00;1.57;0.84 +5095;0;2886.00;11.70;1000.00;0.00;2.04 +5095;1;2875.00;10.92;977.00;-0.44;2.04 +5095;2;2866.50;13.80;984.00;-0.88;2.04 +5095;3;2896.50;11.10;986.00;0.64;2.04 +5095;4;2871.50;11.20;1009.50;4.13;2.04 +5095;5;2900.50;12.10;1014.50;2.35;2.04 +5095;9;2866.38;12.91;1000.00;1.57;2.04 +5095;10;2905.62;11.58;1000.00;-1.57;2.04 5095;21;2866.38;12.91;1000.00;1.57;2.04 +5096;0;4039.00;10.90;1050.00;0.00;0.42 +5096;1;4039.00;10.77;1046.00;0.00;0.42 +5096;2;4047.00;10.60;1047.50;1.26;0.42 +5096;3;4032.00;10.70;1051.00;4.57;0.42 +5096;4;4045.50;10.60;1051.00;1.72;0.42 +5096;5;4039.00;10.80;1054.00;3.14;0.42 +5096;6;4034.00;10.65;1055.00;3.92;0.42 +5096;9;4033.42;10.75;1050.00;1.57;0.42 +5096;10;4044.58;10.69;1050.00;-1.57;0.42 5096;21;4033.42;10.75;1050.00;1.57;0.42 +5097;0;3419.00;17.82;826.00;0.00;0.66 +5097;1;3418.50;16.20;818.50;-0.06;0.66 +5097;2;3427.00;17.37;822.00;1.10;0.66 +5097;3;3411.00;15.85;824.00;-1.32;0.66 +5097;4;3426.50;16.50;830.00;2.06;0.66 +5097;5;3410.00;16.62;831.00;4.20;0.66 +5097;6;3417.50;17.60;833.50;3.33;0.66 +5097;9;3411.80;17.02;826.00;1.57;0.66 +5097;10;3426.20;16.93;826.00;-1.57;0.66 5097;21;3411.80;17.02;826.00;1.57;0.66 +5098;0;3525.00;10.90;1222.00;0.00;0.46 +5098;1;3521.50;10.10;1215.50;-0.49;0.46 +5098;2;3525.50;10.30;1216.50;0.09;0.46 +5098;3;3520.50;10.45;1221.00;-1.35;0.46 +5098;4;3529.00;12.15;1221.50;1.44;0.46 +5098;5;3530.50;13.20;1226.00;2.20;0.46 +5098;6;3523.50;10.95;1226.00;3.50;0.46 +5098;7;3528.00;12.72;1228.00;2.67;0.46 +5098;9;3520.86;10.48;1222.00;1.57;0.46 +5098;10;3529.14;12.24;1222.00;-1.57;0.46 5098;21;3520.86;10.48;1222.00;1.57;0.46 +5099;0;3417.00;12.57;1088.00;0.00;0.48 +5099;1;3414.50;13.00;1083.50;-0.50;0.48 +5099;2;3422.50;12.65;1083.00;0.83;0.48 +5099;3;3426.00;12.60;1087.50;1.51;0.48 +5099;4;3409.50;12.40;1085.50;-1.24;0.48 +5099;5;3408.00;12.30;1090.00;4.49;0.48 +5099;6;3416.00;12.30;1093.00;3.33;0.48 +5099;9;3410.16;12.40;1088.00;1.57;0.48 +5099;10;3423.84;12.56;1088.00;-1.57;0.48 5099;21;3410.16;12.40;1088.00;1.57;0.48 +5100;0;4372.00;13.87;1299.00;0.00;0.62 +5100;1;4368.50;17.20;1294.00;-0.61;0.62 +5100;2;4377.00;14.47;1296.00;1.03;0.62 +5100;3;4362.50;16.70;1299.50;4.66;0.62 +5100;4;4367.00;14.00;1302.50;4.10;0.62 +5100;5;4379.00;15.10;1303.00;2.09;0.62 +5100;6;4373.50;13.90;1305.50;2.91;0.62 +5100;9;4365.34;16.15;1299.00;1.57;0.62 +5100;10;4378.66;14.42;1299.00;-1.57;0.62 5100;21;4365.34;16.15;1299.00;1.57;0.62 +5101;0;2825.00;10.20;910.00;0.00;1.04 +5101;1;2822.00;10.40;898.50;-0.25;1.04 +5101;2;2818.50;10.20;905.00;-0.91;1.04 +5101;3;2831.50;10.35;900.00;0.57;1.04 +5101;4;2840.00;10.20;905.50;1.27;1.04 +5101;5;2829.50;10.30;915.00;2.40;1.04 +5101;6;2813.50;10.20;913.50;4.41;1.04 +5101;7;2813.00;10.20;919.50;4.04;1.04 +5101;8;2817.00;10.20;923.50;3.67;1.04 +5101;9;2814.74;10.20;910.00;1.57;1.04 +5101;10;2835.26;10.30;910.00;-1.57;1.04 5101;21;2814.74;10.20;910.00;1.57;1.04 +5102;0;4327.00;20.35;1127.00;0.00;0.80 +5102;1;4335.00;19.77;1121.00;0.92;0.80 +5102;2;4319.50;18.60;1121.50;-0.93;0.80 +5102;3;4329.00;18.77;1119.00;0.24;0.80 +5102;4;4332.00;20.05;1133.50;2.48;0.80 +5102;5;4322.00;22.00;1134.00;3.76;0.80 +5102;9;4319.80;20.16;1127.00;1.57;0.80 +5102;10;4334.20;20.19;1127.00;-1.57;0.80 5102;21;4319.80;20.16;1127.00;1.57;0.80 +5103;0;1294.00;10.90;1456.00;0.00;0.42 +5103;1;1295.50;10.90;1451.50;0.32;0.42 +5103;2;1291.00;10.90;1453.00;-0.78;0.42 +5103;3;1299.00;10.82;1453.00;1.03;0.42 +5103;4;1298.00;10.90;1457.50;1.93;0.42 +5103;5;1290.00;11.00;1457.50;4.35;0.42 +5103;6;1293.50;10.90;1461.00;3.24;0.42 +5103;9;1290.04;11.00;1456.00;1.57;0.42 +5103;10;1297.96;10.85;1456.00;-1.57;0.42 5103;21;1290.04;11.00;1456.00;1.57;0.42 +5104;0;4016.00;10.50;920.00;0.00;0.42 +5104;1;4015.50;10.40;915.50;-0.11;0.42 +5104;2;4020.00;10.40;917.50;1.01;0.42 +5104;3;4012.00;10.45;918.50;-1.21;0.42 +5104;4;4011.50;10.60;922.50;4.20;0.42 +5104;5;4019.00;10.40;922.00;2.15;0.42 +5104;6;4015.50;10.40;924.00;3.26;0.42 +5104;9;4012.22;10.50;920.00;1.57;0.42 +5104;10;4019.78;10.40;920.00;-1.57;0.42 5104;21;4012.22;10.50;920.00;1.57;0.42 +5105;0;3853.00;14.65;1142.00;0.00;0.60 +5105;1;3852.50;15.15;1137.00;-0.10;0.60 +5105;2;3858.50;15.65;1135.00;0.66;0.60 +5105;3;3859.00;15.15;1140.00;1.24;0.60 +5105;4;3846.00;13.50;1139.00;-1.16;0.60 +5105;5;3848.00;13.25;1145.50;4.10;0.60 +5105;6;3854.50;14.45;1148.00;2.89;0.60 +5105;7;3851.00;13.75;1152.00;3.33;0.60 +5105;9;3847.60;13.28;1142.00;1.57;0.60 +5105;10;3858.40;15.10;1142.00;-1.57;0.60 5105;21;3847.60;13.28;1142.00;1.57;0.60 +5106;0;3262.00;13.05;254.00;0.00;0.68 +5106;1;3257.50;13.00;247.50;-0.60;0.68 +5106;2;3267.50;13.10;248.50;0.78;0.68 +5106;3;3254.50;13.70;256.00;4.45;0.68 +5106;4;3271.00;12.75;257.00;1.89;0.68 +5106;5;3264.00;13.90;261.50;2.88;0.68 +5106;9;3254.80;13.59;254.00;1.57;0.68 +5106;10;3269.20;12.73;254.00;-1.57;0.68 5106;21;3254.80;13.59;254.00;1.57;0.68 +5107;0;2196.00;9.80;802.00;0.00;0.56 +5107;1;2192.00;9.90;798.00;-0.78;0.56 +5107;2;2199.50;10.20;798.50;0.78;0.56 +5107;3;2191.50;9.90;805.00;4.12;0.56 +5107;4;2199.50;9.65;806.00;2.42;0.56 +5107;9;2190.60;9.89;802.00;1.57;0.56 +5107;10;2201.40;9.85;802.00;-1.57;0.56 +5107;19;2209.00;9.57;805.00;-3.86;0.56 +5107;20;2210.70;9.57;805.39;1.79;0.56 5107;21;2201.40;9.85;802.00;-1.57;0.56 +5108;0;2769.00;9.50;1438.00;0.00;0.76 +5108;1;2782.00;9.50;1429.00;0.96;0.76 +5108;2;2782.00;9.50;1428.50;0.94;0.76 +5108;3;2779.50;9.50;1432.00;1.05;0.76 +5108;4;2762.50;9.50;1431.50;-0.78;0.76 +5108;5;2771.00;9.50;1431.50;0.29;0.76 +5108;6;2780.00;9.50;1433.00;1.14;0.76 +5108;7;2760.50;9.50;1438.00;4.71;0.76 +5108;8;2777.00;9.50;1438.00;1.57;0.76 +5108;9;2760.54;9.50;1438.00;1.57;0.76 +5108;10;2777.46;9.50;1438.00;-1.57;0.76 +5108;11;2789.80;9.70;1423.60;0.96;0.76 +5108;12;2789.80;9.70;1422.80;0.94;0.76 +5108;13;2785.80;9.50;1428.40;1.05;0.76 +5108;14;2758.60;9.50;1427.60;-0.78;0.76 +5108;15;2772.20;9.50;1427.60;0.29;0.76 +5108;16;2786.60;9.50;1430.00;1.14;0.76 +5108;17;2755.40;9.50;1438.00;4.71;0.76 +5108;18;2781.80;9.50;1438.00;1.57;0.76 5108;21;2760.54;9.50;1438.00;1.57;0.76 +5109;0;2294.00;9.50;1479.00;0.00;1.18 +5109;1;2313.50;9.50;1467.50;1.03;1.18 +5109;2;2291.50;9.50;1471.00;-0.30;1.18 +5109;3;2306.00;9.50;1483.00;1.89;1.18 +5109;4;2273.00;9.50;1483.50;4.50;1.18 +5109;5;2281.00;9.50;1490.50;3.98;1.18 +5109;6;2292.50;9.50;1493.00;3.24;1.18 +5109;9;2277.26;9.50;1479.00;1.57;1.18 +5109;10;2310.74;9.50;1479.00;-1.57;1.18 +5109;11;2325.20;9.50;1460.60;1.03;1.18 +5109;12;2290.00;9.50;1466.20;-0.30;1.18 +5109;13;2313.20;9.50;1485.40;1.89;1.18 +5109;14;2260.40;9.50;1486.20;4.50;1.18 +5109;15;2273.20;9.50;1497.40;3.98;1.18 +5109;16;2291.60;9.50;1501.40;3.24;1.18 5109;21;2277.26;9.50;1479.00;1.57;1.18 +5110;0;1967.00;10.50;415.00;0.00;0.42 +5110;1;1956.00;10.10;411.00;-1.22;0.42 +5110;2;1965.50;10.60;411.50;-0.40;0.42 +5110;3;1976.50;10.85;415.00;1.57;0.42 +5110;4;1960.50;10.30;417.00;4.41;0.42 +5110;5;1971.50;10.40;419.50;2.35;0.42 +5110;6;1978.00;10.75;419.50;1.95;0.42 +5110;9;1958.00;10.20;415.00;1.57;0.42 +5110;10;1976.00;10.80;415.00;-1.57;0.42 5110;21;1958.00;10.20;415.00;1.57;0.42 +5111;0;1865.00;9.50;1300.00;0.00;0.98 +5111;1;1864.50;9.50;1290.50;-0.05;0.98 +5111;2;1879.00;9.50;1297.50;1.39;0.98 +5111;3;1850.50;9.50;1293.00;-1.12;0.98 +5111;4;1850.50;9.50;1300.00;4.71;0.98 +5111;5;1853.50;9.50;1309.00;4.04;0.98 +5111;6;1869.00;9.50;1309.50;2.74;0.98 +5111;9;1853.66;9.50;1300.00;1.57;0.98 +5111;10;1876.34;9.50;1300.00;-1.57;0.98 +5111;11;1864.20;9.50;1284.80;-0.05;0.98 +5111;12;1887.40;9.50;1296.00;1.39;0.98 +5111;13;1841.80;9.50;1288.80;-1.12;0.98 +5111;14;1841.80;9.50;1300.00;4.71;0.98 +5111;15;1846.60;9.50;1314.40;4.04;0.98 +5111;16;1871.40;9.50;1315.20;2.74;0.98 5111;21;1853.66;9.50;1300.00;1.57;0.98 +5112;0;2089.00;9.82;485.00;0.00;0.36 +5112;1;2090.00;9.50;483.50;0.58;0.36 +5112;2;2082.00;9.60;482.50;-1.22;0.36 +5112;3;2086.50;10.60;485.50;4.51;0.36 +5112;4;2093.00;11.22;488.00;2.21;0.36 +5112;9;2083.96;10.52;485.00;1.57;0.36 +5112;10;2094.04;9.70;485.00;-1.57;0.36 +5112;19;2084.85;9.50;480.26;0.28;0.36 +5112;20;2083.70;9.50;478.95;-0.71;0.36 5112;21;2084.92;10.90;483.59;-2.27;0.36 +5113;0;242.00;9.50;1303.00;0.00;1.24 +5113;1;238.50;9.50;1290.50;-0.27;1.24 +5113;2;228.00;9.50;1295.50;-1.07;1.24 +5113;3;252.50;9.50;1293.50;0.83;1.24 +5113;4;255.00;9.50;1306.00;1.79;1.24 +5113;5;232.00;9.50;1309.00;4.17;1.24 +5113;6;245.50;9.50;1316.00;2.87;1.24 +5113;9;230.12;9.50;1303.00;1.57;1.24 +5113;10;253.88;9.50;1303.00;-1.57;1.24 +5113;11;236.40;9.50;1283.00;-0.27;1.24 +5113;12;219.60;9.50;1291.00;-1.07;1.24 +5113;13;258.80;9.50;1287.80;0.83;1.24 +5113;14;262.80;9.50;1307.80;1.79;1.24 +5113;15;226.00;9.50;1312.60;4.17;1.24 +5113;16;247.60;9.50;1323.80;2.87;1.24 5113;21;230.12;9.50;1303.00;1.57;1.24 +5114;0;1045.00;9.50;1159.00;0.00;0.98 +5114;1;1050.50;9.50;1149.50;0.52;0.98 +5114;2;1036.00;9.50;1147.00;-0.64;0.98 +5114;3;1030.00;9.50;1156.50;-1.40;0.98 +5114;4;1060.00;9.50;1162.00;1.76;0.98 +5114;5;1024.50;9.50;1166.50;4.36;0.98 +5114;6;1040.00;9.50;1169.00;3.60;0.98 +5114;7;1055.50;9.50;1171.00;2.42;0.98 +5114;9;1030.60;9.50;1159.00;1.57;0.98 +5114;10;1059.40;9.50;1159.00;-1.57;0.98 +5114;11;1053.80;9.50;1143.80;0.52;0.98 +5114;12;1030.60;9.50;1139.80;-0.64;0.98 +5114;13;1021.00;9.50;1155.00;-1.40;0.98 +5114;14;1069.00;9.50;1163.80;1.76;0.98 +5114;15;1012.20;9.50;1171.00;4.36;0.98 +5114;16;1037.00;9.50;1175.00;3.60;0.98 +5114;17;1061.80;9.50;1178.20;2.42;0.98 5114;21;1030.60;9.50;1159.00;1.57;0.98 +5115;0;2003.00;11.90;578.00;0.00;0.92 +5115;1;2011.50;11.30;571.50;0.91;0.92 +5115;2;2000.00;11.47;570.00;-0.35;0.92 +5115;3;1991.50;11.70;575.50;-1.35;0.92 +5115;4;2016.50;11.00;579.50;1.68;0.92 +5115;5;1990.50;11.20;584.00;4.26;0.92 +5115;6;2004.00;11.20;585.00;3.00;0.92 +5115;9;1992.74;11.70;578.00;1.57;0.92 +5115;10;2013.26;11.22;578.00;-1.57;0.92 5115;21;1992.74;11.70;578.00;1.57;0.92 +5116;0;4734.00;9.50;449.00;0.00;1.00 +5116;1;4736.00;9.50;436.50;0.15;1.00 +5116;2;4724.50;9.50;443.50;-1.04;1.00 +5116;3;4743.50;9.50;442.50;0.97;1.00 +5116;4;4745.00;9.50;451.00;1.75;1.00 +5116;5;4725.50;9.50;456.50;3.98;1.00 +5116;6;4739.50;9.50;460.00;2.67;1.00 +5116;7;4732.00;9.50;463.50;3.27;1.00 +5116;9;4725.00;9.50;449.00;1.57;1.00 +5116;10;4743.00;9.50;449.00;-1.57;1.00 +5116;11;4737.20;9.50;429.00;0.15;1.00 +5116;12;4718.80;9.50;440.20;-1.04;1.00 +5116;13;4749.20;9.50;438.60;0.97;1.00 +5116;14;4751.60;9.50;452.20;1.75;1.00 +5116;15;4720.40;9.50;461.00;3.98;1.00 +5116;16;4742.80;9.50;466.60;2.67;1.00 +5116;17;4730.80;9.50;472.20;3.27;1.00 5116;21;4725.00;9.50;449.00;1.57;1.00 +5117;0;3059.00;11.12;582.00;0.00;0.68 +5117;1;3055.50;11.20;575.50;-0.49;0.68 +5117;2;3064.50;11.00;582.50;1.66;0.68 +5117;3;3055.00;11.10;583.50;4.35;0.68 +5117;4;3064.00;10.95;590.50;2.61;0.68 +5117;9;3051.62;10.71;582.00;1.57;0.68 +5117;10;3066.38;11.00;582.00;-1.57;0.68 5117;21;3051.62;10.71;582.00;1.57;0.68 +5118;0;1703.00;11.65;169.00;0.00;0.38 +5118;1;1703.50;11.50;161.50;0.06;0.38 +5118;2;1706.00;12.25;170.00;1.89;0.38 +5118;3;1698.50;9.80;163.50;-0.68;0.38 +5118;4;1700.50;9.70;172.00;3.83;0.38 +5118;5;1703.00;10.37;178.00;3.14;0.38 +5118;9;1699.58;9.72;169.00;1.57;0.38 +5118;10;1706.42;12.25;169.00;-1.57;0.38 +5118;19;1701.00;9.50;183.00;-2.45;0.38 +5118;20;1700.75;9.50;184.73;3.28;0.38 5118;21;1699.58;9.72;169.00;1.57;0.38 +5119;0;1268.00;9.95;1784.00;0.00;0.94 +5119;1;633.50;9.50;891.50;-0.61;0.94 +5119;2;1275.00;10.10;1774.00;0.61;0.94 +5119;9;1259.36;9.62;1784.00;1.57;0.94 +5119;10;1276.64;9.75;1784.00;-1.57;0.94 5119;21;1259.36;9.62;1784.00;1.57;0.94 +5120;0;1563.00;13.15;805.00;0.00;0.64 +5120;1;1568.50;14.75;801.00;0.94;0.64 +5120;2;1559.00;11.77;802.00;-0.92;0.64 +5120;3;1566.50;13.95;809.00;2.42;0.64 +5120;4;1558.00;10.80;810.50;3.87;0.64 +5120;5;1562.00;11.72;813.00;3.26;0.64 +5120;9;1557.06;11.65;805.00;1.57;0.64 +5120;10;1568.94;14.48;805.00;-1.57;0.64 +5120;19;1553.00;9.53;815.00;-2.40;0.64 +5120;20;1551.76;9.53;816.23;3.92;0.64 5120;21;1557.06;11.65;805.00;1.57;0.64 +5121;0;1690.00;10.05;238.00;0.00;0.42 +5121;1;1691.00;9.65;227.50;0.09;0.42 +5121;2;1687.00;9.60;236.00;-0.98;0.42 +5121;3;1693.00;10.40;236.00;0.98;0.42 +5121;4;1685.50;9.60;246.50;3.62;0.42 +5121;5;1692.50;10.00;245.50;2.82;0.42 +5121;6;1690.00;9.90;245.50;3.14;0.42 +5121;9;1686.22;9.60;238.00;1.57;0.42 +5121;10;1693.78;10.37;238.00;-1.57;0.42 +5121;19;1686.00;9.50;230.00;-0.98;0.42 +5121;20;1685.21;9.50;228.43;-0.46;0.42 5121;21;1686.22;9.60;238.00;1.57;0.42 +5122;0;5041.00;9.50;57.00;0.00;0.86 +5122;1;5045.50;9.50;52.50;0.78;0.86 +5122;2;5031.00;9.50;50.00;-0.96;0.86 +5122;3;5039.00;9.50;53.00;-0.46;0.86 +5122;4;5031.50;9.50;56.50;-1.51;0.86 +5122;5;5037.50;9.50;62.50;3.70;0.86 +5122;6;5050.50;9.50;63.00;2.13;0.86 +5122;7;5045.00;9.50;65.50;2.70;0.86 +5122;9;5032.36;9.50;57.00;1.57;0.86 +5122;10;5049.64;9.50;57.00;-1.57;0.86 +5122;11;5048.20;9.50;49.80;0.78;0.86 +5122;12;5025.00;9.50;45.80;-0.96;0.86 +5122;13;5037.80;9.69;50.60;-0.46;0.86 +5122;14;5025.80;9.50;56.20;-1.51;0.86 +5122;15;5035.40;9.50;65.80;3.70;0.86 +5122;16;5056.20;9.50;66.60;2.13;0.86 +5122;17;5047.40;9.50;70.60;2.70;0.86 5122;21;5032.36;9.50;57.00;1.57;0.86 +5123;0;5256.00;9.50;1080.00;0.00;1.18 +5123;1;5249.00;9.50;1065.00;-0.43;1.18 +5123;2;5261.50;9.50;1066.00;0.37;1.18 +5123;3;5240.00;9.50;1078.50;-1.47;1.18 +5123;4;5272.00;9.50;1080.50;1.60;1.18 +5123;5;5263.50;9.50;1092.50;2.60;1.18 +5123;6;5245.00;9.50;1093.00;3.84;1.18 +5123;7;5278.00;9.50;1094.00;2.13;1.18 +5123;9;5242.32;9.50;1080.00;1.57;1.18 +5123;10;5269.68;9.50;1080.00;-1.57;1.18 +5123;11;5244.80;9.50;1056.00;-0.43;1.18 +5123;12;5264.80;9.50;1057.60;0.37;1.18 +5123;13;5230.40;9.50;1077.60;-1.47;1.18 +5123;14;5281.60;9.50;1080.80;1.60;1.18 +5123;15;5268.00;9.50;1100.00;2.60;1.18 +5123;16;5238.40;9.50;1100.80;3.84;1.18 +5123;17;5291.20;9.50;1102.40;2.13;1.18 5123;21;5242.32;9.50;1080.00;1.57;1.18 +5124;0;4908.00;9.50;702.00;0.00;1.02 +5124;1;4910.00;9.50;685.50;0.12;1.02 +5124;2;4918.00;9.50;701.00;1.47;1.02 +5124;3;4898.00;9.50;694.00;-0.89;1.02 +5124;4;4899.00;9.50;709.50;4.01;1.02 +5124;5;4911.50;9.50;718.50;2.93;1.02 +5124;6;4919.00;9.50;718.00;2.53;1.02 +5124;9;4898.82;9.50;702.00;1.57;1.02 +5124;10;4917.18;9.50;702.00;-1.57;1.02 +5124;11;4911.20;9.50;675.60;0.12;1.02 +5124;12;4924.00;9.50;700.40;1.47;1.02 +5124;13;4892.00;9.50;689.20;-0.89;1.02 +5124;14;4893.60;9.50;714.00;4.01;1.02 +5124;15;4913.60;9.50;728.40;2.93;1.02 +5124;16;4925.60;9.50;727.60;2.53;1.02 5124;21;4898.82;9.50;702.00;1.57;1.02 +5125;0;4666.00;10.15;316.00;0.00;0.84 +5125;1;4669.50;10.10;307.50;0.39;0.84 +5125;2;4673.50;10.70;312.00;1.08;0.84 +5125;3;4661.50;9.85;313.00;-0.98;0.84 +5125;4;4677.00;10.95;317.50;1.70;0.84 +5125;5;4669.50;10.50;320.50;2.48;0.84 +5125;6;4658.50;9.80;322.00;4.03;0.84 +5125;9;4657.90;9.80;316.00;1.57;0.84 +5125;10;4674.10;10.88;316.00;-1.57;0.84 +5125;19;4645.00;9.50;324.00;-2.25;0.84 +5125;20;4643.36;9.50;324.62;4.34;0.84 5125;21;4657.90;9.80;316.00;1.57;0.84 +5126;0;5062.00;9.50;1523.00;0.00;0.68 +5126;1;5067.00;9.50;1506.50;0.29;0.68 +5126;2;5059.50;9.50;1513.00;-0.24;0.68 +5126;3;5067.50;9.50;1523.00;1.57;0.68 +5126;4;5055.00;9.50;1526.50;4.24;0.68 +5126;5;5060.00;9.50;1536.00;3.29;0.68 +5126;6;5067.00;9.50;1538.00;2.82;0.68 +5126;9;5055.88;9.50;1523.00;1.57;0.68 +5126;10;5068.12;9.50;1523.00;-1.57;0.68 +5126;11;5070.00;9.50;1496.60;0.29;0.68 +5126;12;5058.00;9.50;1507.00;-0.24;0.68 +5126;13;5070.80;9.50;1523.00;1.57;0.68 +5126;14;5050.80;9.50;1528.60;4.24;0.68 +5126;15;5058.80;9.50;1543.80;3.29;0.68 +5126;16;5070.00;9.50;1547.00;2.82;0.68 5126;21;5055.88;9.50;1523.00;1.57;0.68 +5127;0;4501.00;9.50;931.00;0.00;1.24 +5127;1;4500.00;9.50;916.00;-0.06;1.24 +5127;2;4509.50;9.50;924.00;0.88;1.24 +5127;3;4498.00;9.50;918.50;-0.23;1.24 +5127;4;4493.00;9.50;922.00;-0.72;1.24 +5127;5;4489.00;9.50;926.00;-1.17;1.24 +5127;6;4485.50;9.50;930.50;-1.53;1.24 +5127;7;4492.50;9.50;940.00;3.89;1.24 +5127;8;4505.50;9.50;938.00;2.57;1.24 +5127;9;4488.04;9.50;931.00;1.57;1.24 +5127;10;4513.96;9.50;931.00;-1.57;1.24 +5127;11;4499.40;9.50;907.00;-0.06;1.24 +5127;12;4514.60;9.50;919.80;0.88;1.24 +5127;13;4496.20;9.50;911.00;-0.23;1.24 +5127;14;4488.20;9.50;916.60;-0.72;1.24 +5127;15;4481.80;9.50;923.00;-1.17;1.24 +5127;16;4476.20;9.50;930.20;-1.53;1.24 +5127;17;4487.40;9.50;945.40;3.89;1.24 +5127;18;4508.20;9.50;942.20;2.57;1.24 5127;21;4488.04;9.50;931.00;1.57;1.24 +5128;0;3561.00;12.32;364.00;0.00;1.02 +5128;1;3557.50;13.60;351.00;-0.26;1.02 +5128;2;3549.00;13.10;356.00;-0.98;1.02 +5128;3;3570.00;13.90;366.00;1.78;1.02 +5128;4;3549.00;12.60;362.50;-1.44;1.02 +5128;5;3557.50;12.50;371.50;3.57;1.02 +5128;6;3570.50;12.70;380.50;2.61;1.02 +5128;7;3567.00;12.82;382.00;2.82;1.02 +5128;9;3551.82;13.04;364.00;1.57;1.02 +5128;10;3570.18;14.00;364.00;-1.57;1.02 +5128;19;3580.00;10.82;393.00;-4.49;1.02 +5128;20;3580.95;10.82;394.46;2.56;1.02 5128;21;3543.18;14.80;337.74;1.57;1.02 +5129;0;3941.00;9.50;286.00;0.00;0.88 +5129;1;3943.50;9.50;276.00;0.24;0.88 +5129;2;3936.00;9.50;277.50;-0.53;0.88 +5129;3;3950.00;9.50;285.00;1.46;0.88 +5129;4;3931.00;9.50;284.00;-1.37;0.88 +5129;5;3933.50;9.50;293.50;3.92;0.88 +5129;6;3946.00;9.50;295.50;2.65;0.88 +5129;9;3932.54;9.50;286.00;1.57;0.88 +5129;10;3949.46;9.50;286.00;-1.57;0.88 +5129;11;3945.00;9.50;270.00;0.24;0.88 +5129;12;3933.00;9.50;272.40;-0.53;0.88 +5129;13;3955.40;9.50;284.40;1.46;0.88 +5129;14;3925.00;9.50;282.80;-1.37;0.88 +5129;15;3929.00;9.50;298.00;3.92;0.88 +5129;16;3949.00;9.50;301.20;2.65;0.88 5129;21;3932.54;9.50;286.00;1.57;0.88 +5130;0;3584.00;9.50;649.00;0.00;1.02 +5130;1;3585.50;9.50;639.50;0.15;1.02 +5130;2;3571.50;9.50;644.50;-1.22;1.02 +5130;3;3597.00;9.50;649.00;1.57;1.02 +5130;4;3576.00;9.50;656.50;3.95;1.02 +5130;5;3596.50;9.50;656.50;2.11;1.02 +5130;6;3589.50;9.50;660.50;2.69;1.02 +5130;9;3574.10;9.50;649.00;1.57;1.02 +5130;10;3593.90;9.50;649.00;-1.57;1.02 +5130;11;3586.40;9.50;633.80;0.15;1.02 +5130;12;3564.00;9.50;641.80;-1.22;1.02 +5130;13;3604.80;9.50;649.00;1.57;1.02 +5130;14;3571.20;9.50;661.00;3.95;1.02 +5130;15;3604.00;9.50;661.00;2.11;1.02 +5130;16;3592.80;9.50;667.40;2.69;1.02 5130;21;3574.10;9.50;649.00;1.57;1.02 +5131;0;1721.00;16.35;560.00;0.00;0.64 +5131;1;1725.00;17.47;550.00;0.38;0.64 +5131;2;1720.00;13.90;551.50;-0.11;0.64 +5131;3;1728.00;19.70;551.50;0.68;0.64 +5131;4;1716.00;12.20;554.50;-0.73;0.64 +5131;5;1725.00;19.97;563.00;2.21;0.64 +5131;6;1715.00;11.55;561.50;4.46;0.64 +5131;7;1717.50;15.10;569.50;3.49;0.64 +5131;9;1715.24;11.85;560.00;1.57;0.64 +5131;10;1726.76;20.44;560.00;-1.57;0.64 +5131;19;1711.00;9.50;554.00;-1.82;0.64 +5131;20;1709.49;9.50;553.10;-1.03;0.64 5131;21;1715.24;11.85;560.00;1.57;0.64 +5132;0;3552.00;9.50;92.00;0.00;1.26 +5132;1;3555.00;9.50;76.50;0.19;1.26 +5132;2;3565.50;9.50;79.00;0.80;1.26 +5132;3;3543.50;9.50;84.50;-0.84;1.26 +5132;4;3563.00;9.50;96.00;1.92;1.26 +5132;5;3537.50;9.50;98.00;4.32;1.26 +5132;6;3548.00;9.50;107.00;3.40;1.26 +5132;7;3535.00;9.50;108.00;3.95;1.26 +5132;9;3540.66;9.50;92.00;1.57;1.26 +5132;10;3563.34;9.50;92.00;-1.57;1.26 +5132;11;3556.80;9.50;67.20;0.19;1.26 +5132;12;3573.60;9.50;71.20;0.80;1.26 +5132;13;3538.40;9.50;80.00;-0.84;1.26 +5132;14;3569.60;9.50;98.40;1.92;1.26 +5132;15;3528.80;9.50;101.60;4.32;1.26 +5132;16;3545.60;9.50;116.00;3.40;1.26 +5132;17;3524.80;9.50;117.60;3.95;1.26 5132;21;3540.66;9.50;92.00;1.57;1.26 +5133;0;2799.00;9.50;653.00;0.00;0.88 +5133;1;2798.00;9.50;643.50;-0.10;0.88 +5133;2;2789.00;9.50;643.00;-0.78;0.88 +5133;3;2791.50;9.50;655.50;4.39;0.88 +5133;4;2809.50;9.50;655.00;1.75;0.88 +5133;5;2802.00;9.50;663.50;2.86;0.88 +5133;9;2791.08;9.50;653.00;1.57;0.88 +5133;10;2806.92;9.50;653.00;-1.57;0.88 +5133;11;2797.40;9.50;637.80;-0.10;0.88 +5133;12;2783.00;9.50;637.00;-0.78;0.88 +5133;13;2787.00;9.50;657.00;4.39;0.88 +5133;14;2815.80;9.50;656.20;1.75;0.88 +5133;15;2803.80;9.50;669.80;2.86;0.88 5133;21;2791.08;9.50;653.00;1.57;0.88 +5134;0;5056.00;9.80;137.00;0.00;0.38 +5134;1;5049.00;9.80;134.00;-1.16;0.38 +5134;2;5056.50;9.80;134.00;0.16;0.38 +5134;3;5061.50;9.80;135.50;1.30;0.38 +5134;4;5049.50;9.80;137.50;4.63;0.38 +5134;5;5061.50;9.80;140.00;2.07;0.38 +5134;6;5056.50;9.80;141.00;3.01;0.38 +5134;9;5050.24;9.80;137.00;1.57;0.38 +5134;10;5061.76;9.80;137.00;-1.57;0.38 5134;21;5050.24;9.80;137.00;1.57;0.38 +5135;0;5069.00;15.57;553.00;0.00;0.50 +5135;1;5071.50;14.80;549.50;0.62;0.50 +5135;2;5066.50;13.20;547.50;-0.42;0.50 +5135;3;5064.00;14.57;552.00;-1.37;0.50 +5135;4;5076.00;15.15;552.00;1.42;0.50 +5135;5;5073.00;15.80;555.50;2.12;0.50 +5135;6;5066.00;15.55;557.00;3.78;0.50 +5135;7;5069.50;15.80;558.50;3.05;0.50 +5135;9;5063.96;15.31;553.00;1.57;0.50 +5135;10;5074.04;15.39;553.00;-1.57;0.50 5135;21;5063.96;15.31;553.00;1.57;0.50 +5136;0;3074.00;10.20;913.00;0.00;1.08 +5136;1;3058.50;10.30;902.50;-0.97;1.08 +5136;2;3072.00;10.20;901.50;-0.17;1.08 +5136;3;3082.50;10.20;903.00;0.70;1.08 +5136;4;3058.50;10.20;913.50;4.68;1.08 +5136;5;3089.50;10.10;916.00;1.76;1.08 +5136;6;3076.50;10.00;924.00;2.91;1.08 +5136;9;3059.06;10.20;913.00;1.57;1.08 +5136;10;3088.94;10.12;913.00;-1.57;1.08 5136;21;3059.06;10.20;913.00;1.57;1.08 +5137;0;2538.00;9.50;216.00;0.00;1.02 +5137;1;2544.50;9.50;201.50;0.42;1.02 +5137;2;2535.50;9.50;202.00;-0.17;1.02 +5137;3;2548.00;9.50;214.50;1.42;1.02 +5137;4;2529.50;9.50;217.50;4.53;1.02 +5137;5;2540.00;9.50;229.50;2.99;1.02 +5137;6;2530.00;9.50;232.00;3.60;1.02 +5137;9;2528.82;9.50;216.00;1.57;1.02 +5137;10;2547.18;9.50;216.00;-1.57;1.02 +5137;11;2548.40;9.50;192.80;0.42;1.02 +5137;12;2534.00;9.50;193.60;-0.17;1.02 +5137;13;2554.00;9.50;213.60;1.42;1.02 +5137;14;2524.40;9.50;218.40;4.53;1.02 +5137;15;2541.20;9.50;237.60;2.99;1.02 +5137;16;2525.20;9.50;241.60;3.60;1.02 5137;21;2528.82;9.50;216.00;1.57;1.02 +5138;0;4855.00;10.70;237.00;0.00;0.92 +5138;1;4851.50;10.50;224.50;-0.27;0.92 +5138;2;4861.50;10.60;228.50;0.65;0.92 +5138;3;4845.00;10.52;226.00;-0.73;0.92 +5138;4;4844.50;10.65;238.00;4.61;0.92 +5138;5;4866.50;10.70;240.00;1.82;0.92 +5138;6;4855.50;11.00;248.50;3.09;0.92 +5138;9;4846.72;10.60;237.00;1.57;0.92 +5138;10;4863.28;10.65;237.00;-1.57;0.92 5138;21;4846.72;10.60;237.00;1.57;0.92 +5139;0;2964.00;10.60;652.00;0.00;0.64 +5139;1;2957.50;9.70;651.00;-1.41;0.64 +5139;2;2963.50;11.00;646.50;-0.09;0.64 +5139;3;2973.00;11.40;654.50;1.84;0.64 +5139;4;2967.00;11.47;659.00;2.73;0.64 +5139;9;2956.44;9.50;652.00;1.57;0.64 +5139;10;2971.56;11.29;652.00;-1.57;0.64 +5139;19;2955.00;9.50;655.00;-1.42;0.64 +5139;20;2953.34;9.50;655.55;4.39;0.64 5139;21;2954.27;9.50;656.56;1.57;0.64 +5140;0;2464.00;9.50;1126.00;0.00;1.16 +5140;1;2468.00;9.50;1114.00;0.32;1.16 +5140;2;2477.50;9.50;1123.00;1.35;1.16 +5140;3;2450.50;9.50;1123.00;-1.35;1.16 +5140;4;2453.50;9.50;1135.00;4.00;1.16 +5140;5;2467.50;9.50;1137.50;2.84;1.16 +5140;9;2451.40;9.50;1126.00;1.57;1.16 +5140;10;2476.60;9.50;1126.00;-1.57;1.16 +5140;11;2470.40;9.50;1106.80;0.32;1.16 +5140;12;2485.60;9.50;1121.20;1.35;1.16 +5140;13;2442.40;9.50;1121.20;-1.35;1.16 +5140;14;2447.20;9.50;1140.40;4.00;1.16 +5140;15;2469.60;9.50;1144.40;2.84;1.16 5140;21;2451.40;9.50;1126.00;1.57;1.16 +5141;0;2110.00;9.50;1393.00;0.00;1.04 +5141;1;2110.50;9.50;1381.50;0.04;1.04 +5141;2;2101.00;9.50;1381.50;-0.66;1.04 +5141;3;2099.00;9.50;1391.50;-1.43;1.04 +5141;4;2122.00;9.50;1391.00;1.40;1.04 +5141;5;2118.00;9.50;1402.00;2.41;1.04 +5141;6;2104.50;9.50;1404.00;3.60;1.04 +5141;9;2100.28;9.50;1393.00;1.57;1.04 +5141;10;2119.72;9.50;1393.00;-1.57;1.04 +5141;11;2110.80;9.50;1374.60;0.04;1.04 +5141;12;2095.60;9.50;1374.60;-0.66;1.04 +5141;13;2092.40;9.50;1390.60;-1.43;1.04 +5141;14;2129.20;9.50;1389.80;1.40;1.04 +5141;15;2122.80;9.50;1407.40;2.41;1.04 +5141;16;2101.20;9.50;1410.60;3.60;1.04 5141;21;2100.28;9.50;1393.00;1.57;1.04 +5142;0;1578.00;9.50;602.00;0.00;1.26 +5142;1;1571.00;9.50;586.50;-0.42;1.26 +5142;2;1571.50;9.50;586.50;-0.39;1.26 +5142;3;1564.50;9.50;598.50;-1.31;1.26 +5142;4;1585.50;9.50;591.00;0.59;1.26 +5142;5;1598.50;9.50;597.00;1.33;1.26 +5142;6;1591.50;9.50;607.50;1.95;1.26 +5142;7;1571.00;9.50;614.50;3.65;1.26 +5142;9;1563.24;9.50;602.00;1.57;1.26 +5142;10;1592.76;9.50;602.00;-1.57;1.26 +5142;11;1566.80;9.50;577.20;-0.42;1.26 +5142;12;1567.60;9.50;577.20;-0.39;1.26 +5142;13;1556.40;9.50;596.40;-1.31;1.26 +5142;14;1590.00;9.50;584.40;0.59;1.26 +5142;15;1610.80;9.50;594.00;1.33;1.26 +5142;16;1599.60;9.50;610.80;1.95;1.26 +5142;17;1566.80;9.50;622.00;3.65;1.26 5142;21;1563.24;9.50;602.00;1.57;1.26 +5143;0;1802.00;10.10;418.00;0.00;0.62 +5143;1;1803.50;10.05;410.00;0.18;0.62 +5143;2;1796.00;10.30;411.50;-0.74;0.62 +5143;3;1809.00;9.90;413.00;0.95;0.62 +5143;4;1806.50;10.10;423.50;2.45;0.62 +5143;5;1800.00;10.35;424.50;3.44;0.62 +5143;6;1805.00;10.32;433.00;2.94;0.62 +5143;9;1796.42;10.40;418.00;1.57;0.62 +5143;10;1807.58;9.90;418.00;-1.57;0.62 5143;21;1796.42;10.40;418.00;1.57;0.62 +5144;0;600.00;9.50;268.00;0.00;1.34 +5144;1;606.50;9.50;251.00;0.36;1.34 +5144;2;610.50;9.50;263.50;1.16;1.34 +5144;3;594.50;9.50;256.00;-0.43;1.34 +5144;4;584.50;9.50;261.00;-1.14;1.34 +5144;5;586.50;9.50;265.50;-1.38;1.34 +5144;6;591.50;9.50;277.00;3.89;1.34 +5144;7;616.00;9.50;276.50;2.05;1.34 +5144;8;604.50;9.50;280.50;2.79;1.34 +5144;9;587.94;9.50;268.00;1.57;1.34 +5144;10;612.06;9.50;268.00;-1.57;1.34 +5144;11;610.40;9.50;240.80;0.36;1.34 +5144;12;616.80;9.50;260.80;1.16;1.34 +5144;13;591.20;9.50;248.80;-0.43;1.34 +5144;14;575.20;9.50;256.80;-1.14;1.34 +5144;15;578.40;9.50;264.00;-1.38;1.34 +5144;16;586.40;9.50;282.40;3.89;1.34 +5144;17;625.60;9.50;281.60;2.05;1.34 +5144;18;607.20;9.50;288.00;2.79;1.34 5144;21;587.94;9.50;268.00;1.57;1.34 +5145;0;185.00;9.50;862.00;0.00;0.98 +5145;1;181.50;9.50;850.00;-0.28;0.98 +5145;2;168.00;9.50;850.50;-0.97;0.98 +5145;3;198.50;9.50;862.50;1.60;0.98 +5145;4;170.00;9.50;860.00;-1.43;0.98 +5145;5;188.00;9.50;873.50;2.88;0.98 +5145;9;172.22;9.50;862.00;1.57;0.98 +5145;10;197.78;9.50;862.00;-1.57;0.98 +5145;11;179.40;9.50;842.80;-0.28;0.98 +5145;12;157.80;9.50;843.60;-0.97;0.98 +5145;13;206.60;9.50;862.80;1.60;0.98 +5145;14;161.00;9.50;858.80;-1.43;0.98 +5145;15;189.80;9.50;880.40;2.88;0.98 5145;21;172.22;9.50;862.00;1.57;0.98 +5146;0;1741.00;17.00;485.00;0.00;0.60 +5146;1;1736.50;17.30;478.00;-0.57;0.60 +5146;2;1743.00;16.40;479.50;0.34;0.60 +5146;3;1734.50;17.90;484.50;-1.49;0.60 +5146;4;1747.50;17.70;483.50;1.34;0.60 +5146;5;1750.00;21.05;488.50;1.94;0.60 +5146;6;1739.50;18.10;490.50;3.40;0.60 +5146;7;1746.50;19.30;491.50;2.43;0.60 +5146;9;1735.06;18.00;485.00;1.57;0.60 +5146;10;1746.94;17.63;485.00;-1.57;0.60 5146;21;1735.06;18.00;485.00;1.57;0.60 +5147;0;1017.00;9.50;1054.00;0.00;1.16 +5147;1;1005.00;9.50;1052.50;-1.44;1.16 +5147;2;1016.00;9.50;1039.50;-0.06;1.16 +5147;3;1028.50;9.50;1045.00;0.90;1.16 +5147;4;1029.50;9.50;1059.00;1.95;1.16 +5147;5;1013.50;9.50;1067.50;3.39;1.16 +5147;9;1005.48;9.50;1054.00;1.57;1.16 +5147;10;1028.52;9.50;1054.00;-1.57;1.16 +5147;11;997.80;9.50;1051.60;-1.44;1.16 +5147;12;1015.40;9.50;1030.80;-0.06;1.16 +5147;13;1035.40;9.50;1039.60;0.90;1.16 +5147;14;1037.00;9.50;1062.00;1.95;1.16 +5147;15;1011.40;9.50;1075.60;3.39;1.16 5147;21;1005.48;9.50;1054.00;1.57;1.16 +5148;0;1980.00;10.60;625.00;0.00;1.52 +5148;1;1972.50;10.70;602.50;-0.32;1.52 +5148;2;1979.00;10.60;607.50;-0.05;1.52 +5148;3;1963.50;11.10;606.50;-0.72;1.52 +5148;4;1967.50;11.00;619.50;-1.15;1.52 +5148;5;1987.00;10.42;621.00;1.05;1.52 +5148;6;1996.00;10.25;637.00;2.21;1.52 +5148;7;1983.00;10.50;641.50;2.96;1.52 +5148;9;1966.32;10.90;625.00;1.57;1.52 +5148;10;1993.68;10.20;625.00;-1.57;1.52 5148;21;1966.32;10.90;625.00;1.57;1.52 +5149;0;1216.00;9.50;860.00;0.00;1.14 +5149;1;1210.50;9.50;849.00;-0.46;1.14 +5149;2;1228.50;9.50;849.50;0.87;1.14 +5149;3;1200.00;9.50;859.00;-1.50;1.14 +5149;4;1229.00;9.50;864.00;1.86;1.14 +5149;5;1213.50;9.50;872.50;3.33;1.14 +5149;6;1224.50;9.50;876.50;2.66;1.14 +5149;9;1202.86;9.50;860.00;1.57;1.14 +5149;10;1229.14;9.50;860.00;-1.57;1.14 +5149;11;1207.20;9.50;842.40;-0.46;1.14 +5149;12;1236.00;9.50;843.20;0.87;1.14 +5149;13;1190.40;9.50;858.40;-1.50;1.14 +5149;14;1236.80;9.50;866.40;1.86;1.14 +5149;15;1212.00;9.50;880.00;3.33;1.14 +5149;16;1229.60;9.50;886.40;2.66;1.14 5149;21;1202.86;9.50;860.00;1.57;1.14 +5150;0;753.00;9.50;1800.00;0.00;1.10 +5150;1;759.50;9.50;1789.00;0.53;1.10 +5150;2;738.00;9.50;1789.50;-0.96;1.10 +5150;3;732.50;9.50;1799.50;-1.54;1.10 +5150;4;748.50;9.70;1803.50;4.05;1.10 +5150;5;778.50;9.50;1795.50;1.39;1.10 +5150;6;773.50;9.50;1802.50;1.69;1.10 +5150;7;767.00;9.50;1807.00;2.03;1.10 +5150;8;746.00;9.55;1813.50;3.62;1.10 +5150;9;734.64;9.50;1800.00;1.57;1.10 +5150;10;771.36;9.50;1800.00;-1.57;1.10 +5150;11;763.40;9.50;1782.40;0.53;1.10 +5150;12;729.00;9.50;1783.20;-0.96;1.10 +5150;13;720.20;9.50;1799.20;-1.54;1.10 +5150;14;745.80;9.70;1805.60;4.05;1.10 +5150;15;793.80;9.50;1792.80;1.39;1.10 +5150;16;785.80;9.50;1804.00;1.69;1.10 +5150;17;775.40;9.50;1811.20;2.03;1.10 +5150;18;741.80;9.54;1821.60;3.62;1.10 5150;21;734.64;9.50;1800.00;1.57;1.10 +5151;0;2065.00;10.25;705.00;0.00;0.88 +5151;1;2065.00;10.40;690.00;0.00;0.88 +5151;2;2056.50;10.60;691.50;-0.56;0.88 +5151;3;2074.00;10.50;696.00;0.78;0.88 +5151;4;2058.50;10.20;712.00;3.89;0.88 +5151;5;2077.00;10.57;704.00;1.48;0.88 +5151;6;2070.00;10.30;717.00;2.74;0.88 +5151;9;2057.08;10.32;705.00;1.57;0.88 +5151;10;2072.92;10.40;705.00;-1.57;0.88 5151;21;2057.08;10.32;705.00;1.57;0.88 +5152;0;1784.00;12.85;330.00;0.00;0.60 +5152;1;1787.00;12.45;324.50;0.49;0.60 +5152;2;1778.50;13.60;328.50;-1.30;0.60 +5152;3;1791.50;12.45;330.00;1.57;0.60 +5152;4;1788.50;12.30;334.50;2.35;0.60 +5152;5;1780.00;13.05;335.50;3.77;0.60 +5152;9;1777.70;13.79;330.00;1.57;0.60 +5152;10;1790.30;12.37;330.00;-1.57;0.60 5152;21;1777.70;13.79;330.00;1.57;0.60 +5153;0;2154.00;10.22;763.00;0.00;0.84 +5153;1;2152.00;10.37;755.00;-0.24;0.84 +5153;2;2162.50;10.50;753.50;0.73;0.84 +5153;3;2163.00;10.75;761.50;1.40;0.84 +5153;4;2144.00;10.10;767.50;4.29;0.84 +5153;5;2160.50;10.40;770.50;2.42;0.84 +5153;6;2152.50;9.90;774.00;3.27;0.84 +5153;9;2146.44;10.20;763.00;1.57;0.84 +5153;10;2161.56;10.60;763.00;-1.57;0.84 5153;21;2146.44;10.20;763.00;1.57;0.84 +5154;0;3063.00;12.35;203.00;0.00;0.78 +5154;1;3055.50;11.20;200.50;-1.24;0.78 +5154;2;3065.50;11.75;195.00;0.30;0.78 +5154;3;3071.00;12.82;203.00;1.57;0.78 +5154;4;3056.50;12.30;209.50;3.92;0.78 +5154;5;3066.50;13.90;210.50;2.70;0.78 +5154;9;3055.44;11.64;203.00;1.57;0.78 +5154;10;3070.56;12.84;203.00;-1.57;0.78 +5154;19;3054.00;9.50;191.00;-1.25;0.78 +5154;20;3052.95;9.50;189.60;-0.64;0.78 5154;21;3055.44;11.64;203.00;1.57;0.78 +5155;0;3326.00;10.90;381.00;0.00;0.94 +5155;1;3332.50;11.60;371.00;0.57;0.94 +5155;2;3323.00;11.45;377.00;-0.64;0.94 +5155;3;3338.50;10.90;376.50;1.22;0.94 +5155;4;3320.00;10.95;387.50;3.88;0.94 +5155;5;3313.50;11.60;385.50;4.36;0.94 +5155;6;3303.00;11.50;390.50;4.32;0.94 +5155;9;3312.50;11.80;381.00;1.57;0.94 +5155;10;3339.50;10.70;381.00;-1.57;0.94 5155;21;3312.50;11.80;381.00;1.57;0.94 +5156;0;2007.00;12.15;442.00;0.00;0.52 +5156;1;2005.00;12.05;437.00;-0.38;0.52 +5156;2;2014.50;11.60;437.00;0.98;0.52 +5156;3;2015.50;11.70;442.00;1.57;0.52 +5156;4;1998.00;12.35;442.50;4.65;0.52 +5156;5;1998.50;12.40;446.50;4.22;0.52 +5156;6;2007.00;11.90;447.00;3.14;0.52 +5156;7;2014.00;11.80;447.00;2.19;0.52 +5156;9;1999.44;12.44;442.00;1.57;0.52 +5156;10;2014.56;11.70;442.00;-1.57;0.52 5156;21;2014.56;11.70;442.00;-1.57;0.52 +5157;0;4027.00;14.97;1146.00;0.00;0.38 +5157;1;4023.00;14.00;1142.50;-0.85;0.38 +5157;2;4030.50;15.10;1144.50;1.16;0.38 +5157;3;4020.00;13.95;1144.50;-1.36;0.38 +5157;4;4024.00;15.00;1148.00;4.12;0.38 +5157;5;4031.50;15.90;1149.50;2.23;0.38 +5157;6;4036.50;16.00;1147.00;1.67;0.38 +5157;9;4021.06;14.38;1146.00;1.57;0.38 +5157;10;4032.94;15.46;1146.00;-1.57;0.38 5157;21;4021.06;14.38;1146.00;1.57;0.38 +5158;0;3037.00;12.25;484.00;0.00;0.76 +5158;1;3045.00;13.30;478.50;0.96;0.76 +5158;2;3033.50;13.55;477.00;-0.46;0.76 +5158;3;3026.50;9.80;484.50;4.66;0.76 +5158;4;3047.50;12.50;487.50;1.89;0.76 +5158;5;3032.50;10.20;490.50;3.74;0.76 +5158;6;3023.50;9.90;492.50;4.15;0.76 +5158;9;3026.74;9.80;484.00;1.57;0.76 +5158;10;3047.26;12.85;484.00;-1.57;0.76 +5158;19;3017.00;9.50;485.00;-1.62;0.76 +5158;20;3015.25;9.50;485.08;4.66;0.76 5158;21;3026.74;9.80;484.00;1.57;0.76 +5159;0;1682.00;9.65;137.00;0.00;0.44 +5159;1;1682.00;9.50;139.00;3.14;0.44 +5159;2;1684.50;9.95;132.00;0.46;0.44 +5159;9;1678.04;9.50;137.00;1.57;0.44 +5159;10;1685.96;9.52;137.00;-1.57;0.44 +5159;19;1684.00;9.55;137.00;-3.14;0.44 +5159;20;1685.75;9.55;137.00;1.57;0.44 5159;21;1678.04;9.50;137.00;1.57;0.44 +5160;0;3356.00;14.22;660.00;0.00;0.68 +5160;1;3358.00;13.77;653.00;0.27;0.68 +5160;2;3348.50;11.40;653.50;-0.85;0.68 +5160;3;3363.00;14.37;659.00;1.42;0.68 +5160;4;3349.50;13.00;662.50;4.34;0.68 +5160;5;3358.50;14.80;667.50;2.82;0.68 +5160;9;3348.98;12.54;660.00;1.57;0.68 +5160;10;3363.02;14.16;660.00;-1.57;0.68 5160;21;3348.98;12.54;660.00;1.57;0.68 +5161;0;5059.00;9.80;121.00;0.00;0.48 +5161;1;5059.00;9.80;115.50;0.00;0.48 +5161;2;5064.50;9.80;119.00;1.22;0.48 +5161;3;5053.50;9.80;120.50;-1.48;0.48 +5161;4;5064.00;9.80;124.50;2.18;0.48 +5161;5;5058.00;9.80;126.00;3.33;0.48 +5161;9;5054.68;9.80;121.00;1.57;0.48 +5161;10;5063.32;9.80;121.00;-1.57;0.48 5161;21;5054.68;9.80;121.00;1.57;0.48 +5162;0;1600.00;12.60;777.00;0.00;0.80 +5162;1;1599.00;15.80;769.50;-0.13;0.80 +5162;2;1609.00;12.10;775.00;1.35;0.80 +5162;3;1591.00;15.60;773.50;-1.20;0.80 +5162;4;1595.00;12.85;783.00;3.83;0.80 +5162;5;1607.50;10.45;783.00;2.24;0.80 +5162;9;1591.54;15.09;777.00;1.57;0.80 +5162;10;1608.46;11.90;777.00;-1.57;0.80 5162;21;1591.54;15.09;777.00;1.57;0.80 +5163;0;1844.00;9.80;349.00;0.00;0.54 +5163;1;1844.50;9.70;344.00;0.10;0.54 +5163;2;1837.50;9.80;345.00;-1.01;0.54 +5163;3;1851.00;9.70;345.50;1.10;0.54 +5163;4;1839.00;9.80;351.50;4.24;0.54 +5163;5;1850.50;9.70;350.00;1.72;0.54 +5163;6;1845.50;9.80;355.00;2.89;0.54 +5163;9;1838.24;9.80;349.00;1.57;0.54 +5163;10;1849.76;9.70;349.00;-1.57;0.54 5163;21;1838.24;9.80;349.00;1.57;0.54 +5164;0;3409.00;10.10;391.00;0.00;0.78 +5164;1;3406.00;9.80;382.00;-0.32;0.78 +5164;2;3402.00;9.95;385.00;-0.86;0.78 +5164;3;3413.00;9.80;385.50;0.62;0.78 +5164;4;3401.50;10.35;393.00;4.45;0.78 +5164;5;3419.00;9.80;390.00;1.47;0.78 +5164;6;3414.50;10.20;396.50;2.35;0.78 +5164;7;3405.00;10.62;399.00;3.60;0.78 +5164;8;3409.00;10.65;402.00;3.14;0.78 +5164;9;3401.98;10.22;391.00;1.57;0.78 +5164;10;3416.02;9.85;391.00;-1.57;0.78 +5164;19;3417.00;9.50;380.00;0.63;0.78 +5164;20;3418.02;9.50;378.58;0.62;0.78 5164;21;3401.98;10.22;391.00;1.57;0.78 +5165;0;1878.00;9.95;543.00;0.00;0.60 +5165;1;1881.00;9.90;536.00;0.40;0.60 +5165;2;1868.50;9.95;542.00;-1.46;0.60 +5165;3;1889.00;10.30;541.00;1.39;0.60 +5165;4;1878.50;10.30;548.50;3.05;0.60 +5165;5;1866.00;10.20;549.00;4.24;0.60 +5165;9;1869.00;9.95;543.00;1.57;0.60 +5165;10;1887.00;10.22;543.00;-1.57;0.60 5165;21;1869.00;9.95;543.00;1.57;0.60 +5166;0;1674.00;14.92;660.00;0.00;0.92 +5166;1;1683.50;20.00;650.00;0.76;0.92 +5166;2;1677.50;19.25;650.00;0.33;0.92 +5166;3;1670.50;16.20;657.50;-0.95;0.92 +5166;4;1684.00;18.10;656.50;1.23;0.92 +5166;5;1679.50;16.10;663.50;2.13;0.92 +5166;6;1668.50;11.70;668.00;3.74;0.92 +5166;7;1661.50;16.35;668.00;4.14;0.92 +5166;9;1664.28;14.27;660.00;1.57;0.92 +5166;10;1683.72;17.21;660.00;-1.57;0.92 5166;21;1664.28;14.27;660.00;1.57;0.92 +5167;0;2067.00;11.82;476.00;0.00;0.40 +5167;1;2066.50;10.20;471.50;-0.11;0.40 +5167;2;2064.00;11.55;474.00;-0.98;0.40 +5167;3;2070.00;11.10;475.00;1.24;0.40 +5167;4;2071.00;11.55;478.00;2.03;0.40 +5167;5;2065.00;11.77;479.00;3.73;0.40 +5167;6;2068.50;11.70;479.50;2.73;0.40 +5167;9;2063.40;11.84;476.00;1.57;0.40 +5167;10;2070.60;11.26;476.00;-1.57;0.40 +5167;19;2072.00;9.50;473.00;1.24;0.40 +5167;20;2073.50;9.50;472.10;1.03;0.40 5167;21;2070.60;11.26;476.00;-1.57;0.40 +5168;0;2255.00;9.77;741.00;0.00;0.28 +5168;1;2254.00;9.85;736.00;-0.19;0.28 +5168;2;2257.50;9.70;740.50;1.37;0.28 +5168;3;2252.00;9.85;738.50;-0.87;0.28 +5168;4;2251.50;10.00;742.50;4.30;0.28 +5168;5;2255.50;9.80;746.50;3.05;0.28 +5168;9;2252.48;9.90;741.00;1.57;0.28 +5168;10;2257.52;9.65;741.00;-1.57;0.28 +5168;19;2259.00;9.53;733.00;1.37;0.28 +5168;20;2259.78;9.53;731.43;0.46;0.28 5168;21;2252.48;9.90;741.00;1.57;0.28 +5169;0;1700.00;12.37;200.00;0.00;0.32 +5169;1;1701.50;11.80;193.50;0.22;0.32 +5169;2;1698.50;11.20;194.50;-0.26;0.32 +5169;3;1704.00;12.37;195.00;0.67;0.32 +5169;4;1697.00;11.27;201.00;4.39;0.32 +5169;5;1703.00;12.55;201.50;2.03;0.32 +5169;6;1700.50;12.10;206.50;3.06;0.32 +5169;9;1697.12;11.34;200.00;1.57;0.32 +5169;10;1702.88;12.68;200.00;-1.57;0.32 +5169;19;1699.00;9.50;190.00;-0.27;0.32 +5169;20;1698.82;9.50;188.25;-0.10;0.32 5169;21;1697.12;11.34;200.00;1.57;0.32 +5170;0;4679.00;10.70;281.00;0.00;0.66 +5170;1;4681.00;10.60;274.50;0.29;0.66 +5170;2;4689.50;10.75;277.00;1.20;0.66 +5170;3;4671.50;10.50;279.50;-1.37;0.66 +5170;4;4688.50;10.90;281.50;1.62;0.66 +5170;5;4668.50;10.40;283.50;4.47;0.66 +5170;6;4682.00;10.75;285.50;2.55;0.66 +5170;7;4672.00;10.50;287.50;3.96;0.66 +5170;8;4676.00;10.65;290.00;3.46;0.66 +5170;9;4671.26;10.50;281.00;1.57;0.66 +5170;10;4686.74;10.90;281.00;-1.57;0.66 5170;21;4671.26;10.50;281.00;1.57;0.66 +5171;0;1722.00;15.65;460.00;0.00;0.50 +5171;1;1718.50;15.40;455.00;-0.61;0.50 +5171;2;1726.00;17.70;454.50;0.62;0.50 +5171;3;1729.50;18.30;459.50;1.50;0.50 +5171;4;1714.50;15.20;457.50;-1.24;0.50 +5171;5;1714.00;15.75;461.50;4.52;0.50 +5171;6;1719.00;14.82;465.00;3.68;0.50 +5171;7;1727.00;15.90;465.50;2.40;0.50 +5171;9;1715.88;15.96;460.00;1.57;0.50 +5171;10;1728.12;17.51;460.00;-1.57;0.50 +5171;19;1706.00;9.50;469.00;-1.76;0.50 +5171;20;1704.47;9.50;469.85;4.20;0.50 5171;21;1715.88;15.96;460.00;1.57;0.50 +5172;0;2115.00;11.47;504.00;0.00;0.40 +5172;1;2114.50;9.60;499.00;-0.10;0.40 +5172;2;2112.00;11.15;501.50;-0.87;0.40 +5172;3;2118.50;11.10;503.50;1.42;0.40 +5172;4;2112.00;12.45;507.50;3.85;0.40 +5172;5;2117.50;11.75;507.00;2.44;0.40 +5172;9;2111.40;11.97;504.00;1.57;0.40 +5172;10;2118.60;11.14;504.00;-1.57;0.40 +5172;19;2117.00;9.50;494.00;-0.10;0.40 +5172;20;2117.34;9.50;492.28;0.19;0.40 5172;21;2118.60;11.14;504.00;-1.57;0.40 +5173;0;1737.00;10.37;82.00;0.00;0.84 +5173;1;1734.00;10.30;74.00;-0.35;0.84 +5173;2;1744.00;9.95;80.50;1.36;0.84 +5173;3;1723.50;10.25;78.00;-1.28;0.84 +5173;4;1731.00;10.45;84.50;4.31;0.84 +5173;5;1743.00;10.35;90.50;2.52;0.84 +5173;9;1727.10;10.50;82.00;1.57;0.84 +5173;10;1746.90;9.66;82.00;-1.57;0.84 +5173;19;1754.00;9.50;83.00;1.36;0.84 +5173;20;1755.74;9.50;83.10;1.63;0.84 5173;21;1727.10;10.50;82.00;1.57;0.84 +5174;0;2105.00;11.30;651.00;0.00;0.96 +5174;1;2103.50;11.30;641.50;-0.15;0.96 +5174;2;2095.50;11.50;650.00;-1.46;0.96 +5174;3;2115.50;11.15;651.00;1.57;0.96 +5174;4;2106.00;11.40;658.50;3.00;0.96 +5174;5;2117.50;11.30;660.00;2.19;0.96 +5174;9;2096.36;11.50;651.00;1.57;0.96 +5174;10;2113.64;11.29;651.00;-1.57;0.96 5174;21;2096.36;11.50;651.00;1.57;0.96 +5175;0;4688.00;10.30;165.00;0.00;0.54 +5175;1;4690.50;10.40;159.50;0.42;0.54 +5175;2;4694.00;10.25;161.00;0.98;0.54 +5175;3;4683.50;10.25;163.00;-1.15;0.54 +5175;4;4692.50;10.20;167.50;2.07;0.54 +5175;5;4683.00;10.20;169.00;4.03;0.54 +5175;6;4688.50;10.20;171.00;3.05;0.54 +5175;9;4682.78;10.20;165.00;1.57;0.54 +5175;10;4693.22;10.28;165.00;-1.57;0.54 5175;21;4682.78;10.20;165.00;1.57;0.54 +5176;0;4598.00;10.90;647.00;0.00;0.48 +5176;1;4594.50;10.65;642.00;-0.61;0.48 +5176;2;4601.00;10.42;643.00;0.64;0.48 +5176;3;4594.00;11.15;647.50;4.58;0.48 +5176;4;4602.00;10.77;649.00;2.03;0.48 +5176;5;4597.00;11.20;653.00;3.30;0.48 +5176;9;4593.68;11.10;647.00;1.57;0.48 +5176;10;4602.32;10.60;647.00;-1.57;0.48 5176;21;4593.68;11.10;647.00;1.57;0.48 +5177;0;3320.00;10.05;281.00;0.00;1.00 +5177;1;3315.00;10.30;275.00;-0.69;1.00 +5177;2;3327.50;10.10;272.00;0.69;1.00 +5177;3;3327.00;9.80;286.00;2.19;1.00 +5177;4;3307.50;10.40;284.50;4.43;1.00 +5177;5;3310.50;10.60;290.00;3.95;1.00 +5177;6;3319.00;10.00;293.00;3.22;1.00 +5177;7;3314.50;10.60;294.50;3.52;1.00 +5177;9;3311.00;10.30;281.00;1.57;1.00 +5177;10;3329.00;9.92;281.00;-1.57;1.00 5177;21;3311.00;10.30;281.00;1.57;1.00 +5178;0;1974.00;11.20;461.00;0.00;0.50 +5178;1;1966.00;11.60;455.50;-0.96;0.50 +5178;2;1982.00;11.45;456.00;1.01;0.50 +5178;3;1963.50;11.40;455.50;-1.08;0.50 +5178;4;1974.50;11.55;456.00;0.10;0.50 +5178;5;1965.00;11.15;461.00;4.71;0.50 +5178;6;1982.50;11.70;463.00;1.80;0.50 +5178;7;1974.00;11.15;466.50;3.14;0.50 +5178;9;1966.98;11.15;461.00;1.57;0.50 +5178;10;1981.02;11.52;461.00;-1.57;0.50 5178;21;1966.98;11.15;461.00;1.57;0.50 +5179;0;1797.00;15.70;556.00;0.00;0.60 +5179;1;1794.50;17.70;549.50;-0.36;0.60 +5179;2;1803.00;15.15;551.50;0.92;0.60 +5179;3;1790.50;16.40;556.50;4.63;0.60 +5179;4;1806.50;15.60;557.50;1.72;0.60 +5179;5;1799.00;15.45;561.00;2.76;0.60 +5179;9;1790.88;16.43;556.00;1.57;0.60 +5179;10;1803.12;14.72;556.00;-1.57;0.60 5179;21;1790.88;16.43;556.00;1.57;0.60 +5180;0;3334.00;13.15;549.00;0.00;0.98 +5180;1;3334.50;13.00;540.00;0.05;0.98 +5180;2;3342.50;12.70;539.50;0.73;0.98 +5180;3;3341.50;13.00;551.50;1.89;0.98 +5180;4;3324.00;12.65;549.00;4.71;0.98 +5180;5;3322.50;12.60;556.00;4.16;0.98 +5180;6;3330.00;13.00;558.50;3.54;0.98 +5180;9;3324.82;12.70;549.00;1.57;0.98 +5180;10;3343.18;13.00;549.00;-1.57;0.98 5180;21;3324.10;12.60;550.26;1.57;0.98 +5181;0;5073.00;11.97;30.00;0.00;0.30 +5181;1;5071.50;11.80;26.00;-0.35;0.30 +5181;2;5074.00;12.10;28.00;0.46;0.30 +5181;3;5069.50;11.95;28.00;-1.05;0.30 +5181;4;5075.50;11.00;31.50;2.11;0.30 +5181;5;5070.50;11.40;31.50;4.17;0.30 +5181;6;5072.50;10.55;33.00;3.30;0.30 +5181;9;5070.12;11.90;30.00;1.57;0.30 +5181;10;5075.88;11.57;30.00;-1.57;0.30 +5181;19;5072.00;9.55;36.00;-2.98;0.30 +5181;20;5071.71;9.55;37.72;3.30;0.30 5181;21;5070.12;11.90;30.00;1.57;0.30 +5182;0;2229.00;11.20;726.00;0.00;0.38 +5182;1;2231.50;11.45;722.00;0.55;0.38 +5182;2;2226.00;10.87;724.00;-0.98;0.38 +5182;3;2234.00;11.45;724.50;1.27;0.38 +5182;4;2232.00;11.40;727.50;2.03;0.38 +5182;5;2223.50;11.30;728.50;4.28;0.38 +5182;6;2227.00;11.42;730.00;3.60;0.38 +5182;9;2224.50;11.15;726.00;1.57;0.38 +5182;10;2233.50;11.40;726.00;-1.57;0.38 5182;21;2224.50;11.15;726.00;1.57;0.38 +5183;0;4895.00;9.80;181.00;0.00;0.72 +5183;1;4895.50;9.80;175.00;0.08;0.72 +5183;2;4903.50;9.80;176.00;1.03;0.72 +5183;3;4887.00;9.70;177.50;-1.15;0.72 +5183;4;4883.50;9.70;181.50;4.66;0.72 +5183;5;4906.50;9.80;180.50;1.52;0.72 +5183;6;4900.00;9.80;185.00;2.24;0.72 +5183;7;4891.00;9.80;186.50;3.77;0.72 +5183;9;4885.28;9.70;181.00;1.57;0.72 +5183;10;4904.72;9.80;181.00;-1.57;0.72 +5183;19;4894.00;9.50;170.00;0.08;0.72 +5183;20;4893.84;9.50;168.25;-0.09;0.72 5183;21;4904.72;9.80;181.00;-1.57;0.72 +5184;0;1796.00;10.77;309.00;0.00;0.60 +5184;1;1796.00;10.60;303.00;0.00;0.60 +5184;2;1789.50;10.65;303.00;-0.82;0.60 +5184;3;1802.00;10.45;303.50;0.82;0.60 +5184;4;1802.00;10.60;309.00;1.57;0.60 +5184;5;1789.00;10.65;308.00;-1.42;0.60 +5184;6;1793.00;11.02;314.00;3.68;0.60 +5184;7;1800.50;10.75;315.00;2.49;0.60 +5184;9;1790.06;10.67;309.00;1.57;0.60 +5184;10;1801.94;10.60;309.00;-1.57;0.60 5184;21;1790.06;10.67;309.00;1.57;0.60 +5185;0;3512.00;11.15;372.00;0.00;0.88 +5185;1;3513.00;11.50;364.50;0.13;0.88 +5185;2;3502.50;11.20;363.50;-0.84;0.88 +5185;3;3506.50;10.05;377.00;3.97;0.88 +5185;4;3524.50;11.50;366.50;1.15;0.88 +5185;5;3520.50;10.80;375.00;1.91;0.88 +5185;6;3516.50;9.90;384.00;2.78;0.88 +5185;9;3503.90;10.37;372.00;1.57;0.88 +5185;10;3520.10;10.99;372.00;-1.57;0.88 +5185;19;3514.00;9.50;393.00;-2.31;0.88 +5185;20;3514.16;9.50;394.74;3.04;0.88 5185;21;3503.90;10.37;372.00;1.57;0.88 +5186;0;2042.00;10.90;521.00;0.00;0.40 +5186;1;2037.00;10.75;517.00;-0.89;0.40 +5186;2;2045.00;10.95;518.00;0.78;0.40 +5186;3;2034.50;10.80;520.50;-1.50;0.40 +5186;4;2050.00;10.90;521.50;1.63;0.40 +5186;5;2036.00;10.80;524.50;4.18;0.40 +5186;6;2044.00;10.90;524.50;2.62;0.40 +5186;9;2035.70;10.80;521.00;1.57;0.40 +5186;10;2048.30;10.92;521.00;-1.57;0.40 5186;21;2035.70;10.80;521.00;1.57;0.40 +5187;0;5080.00;10.35;20.00;0.00;0.34 +5187;1;5082.00;9.70;17.50;0.67;0.34 +5187;2;5077.00;10.65;18.50;-1.10;0.34 +5187;3;5077.50;10.65;23.00;3.83;0.34 +5187;4;5082.00;10.50;22.50;2.46;0.34 +5187;9;5076.94;10.55;20.00;1.57;0.34 +5187;10;5083.06;9.99;20.00;-1.57;0.34 +5187;19;5084.00;9.50;15.00;0.67;0.34 +5187;20;5085.09;9.50;13.63;0.67;0.34 5187;21;5076.94;10.55;20.00;1.57;0.34 +5188;0;1747.00;10.50;660.00;0.00;0.90 +5188;1;1743.00;10.50;648.50;-0.33;0.90 +5188;2;1749.00;10.40;649.50;0.18;0.90 +5188;3;1738.50;10.50;657.50;-1.28;0.90 +5188;4;1753.50;10.00;665.00;2.22;0.90 +5188;5;1740.50;10.50;663.50;4.21;0.90 +5188;6;1749.50;10.00;671.00;2.91;0.90 +5188;9;1738.90;10.50;660.00;1.57;0.90 +5188;10;1755.10;10.12;660.00;-1.57;0.90 5188;21;1738.90;10.50;660.00;1.57;0.90 +5189;0;3098.00;13.00;200.00;0.00;0.90 +5189;1;3090.00;11.75;190.50;-0.70;0.90 +5189;2;3102.50;11.95;191.00;0.46;0.90 +5189;3;3107.50;12.45;203.00;1.87;0.90 +5189;4;3088.50;12.20;201.50;4.55;0.90 +5189;5;3090.00;11.95;209.50;3.84;0.90 +5189;6;3099.00;12.35;211.00;3.05;0.90 +5189;9;3089.90;12.49;200.00;1.57;0.90 +5189;10;3106.10;12.49;200.00;-1.57;0.90 5189;21;3089.90;12.49;200.00;1.57;0.90 +5190;0;1587.00;13.10;730.00;0.00;0.64 +5190;1;1582.50;10.20;727.50;-1.06;0.64 +5190;2;1590.50;15.30;723.50;0.49;0.64 +5190;3;1591.00;16.92;733.00;2.21;0.64 +5190;4;1584.00;13.95;737.00;3.54;0.64 +5190;9;1581.24;10.14;730.00;1.57;0.64 +5190;10;1592.76;17.19;730.00;-1.57;0.64 +5190;19;1579.00;9.50;725.00;-1.06;0.64 +5190;20;1577.51;9.50;724.07;-1.01;0.64 5190;21;1581.24;10.14;730.00;1.57;0.64 +5191;0;1701.00;9.85;336.00;0.00;0.38 +5191;1;1700.00;9.90;329.50;-0.15;0.38 +5191;2;1703.50;10.40;331.00;0.46;0.38 +5191;3;1698.00;9.70;332.50;-0.70;0.38 +5191;4;1705.00;10.55;337.50;1.93;0.38 +5191;5;1696.50;9.85;339.00;4.12;0.38 +5191;6;1700.00;10.05;341.50;3.32;0.38 +5191;9;1697.58;9.70;336.00;1.57;0.38 +5191;10;1704.42;10.28;336.00;-1.57;0.38 +5191;19;1696.00;9.50;334.00;-0.71;0.38 +5191;20;1694.37;9.50;333.35;-1.19;0.38 5191;21;1697.58;9.70;336.00;1.57;0.38 +5192;0;1728.00;19.52;430.00;0.00;0.56 +5192;1;1724.00;17.27;421.00;-0.41;0.56 +5192;2;1728.50;19.85;421.00;0.05;0.56 +5192;3;1721.00;15.10;422.00;-0.71;0.56 +5192;4;1731.00;20.52;428.00;0.98;0.56 +5192;5;1724.00;17.20;430.00;4.71;0.56 +5192;6;1732.50;20.05;438.00;2.62;0.56 +5192;7;1729.00;19.00;439.50;3.03;0.56 +5192;9;1722.96;16.33;430.00;1.57;0.56 +5192;10;1733.04;20.45;430.00;-1.57;0.56 5192;21;1722.96;16.33;430.00;1.57;0.56 +5193;0;4429.00;16.77;1202.00;0.00;0.36 +5193;1;4432.50;16.10;1198.50;0.78;0.36 +5193;2;4436.00;15.10;1201.50;1.49;0.36 +5193;3;4426.50;17.80;1199.50;-0.78;0.36 +5193;4;4422.50;18.30;1203.50;4.48;0.36 +5193;5;4430.50;17.10;1204.50;2.60;0.36 +5193;6;4425.50;17.70;1205.50;3.92;0.36 +5193;9;4423.42;18.31;1202.00;1.57;0.36 +5193;10;4434.58;15.67;1202.00;-1.57;0.36 5193;21;4423.42;18.31;1202.00;1.57;0.36 +5194;0;2142.00;11.35;648.00;0.00;0.74 +5194;1;2139.00;11.85;640.00;-0.35;0.74 +5194;2;2146.50;11.40;642.50;0.68;0.74 +5194;3;2133.50;10.90;640.50;-0.84;0.74 +5194;4;2131.50;10.80;642.00;-1.05;0.74 +5194;5;2134.00;11.20;649.50;4.52;0.74 +5194;6;2151.50;12.50;649.00;1.67;0.74 +5194;7;2143.50;11.10;655.50;2.94;0.74 +5194;9;2134.44;11.29;648.00;1.57;0.74 +5194;10;2149.56;12.55;648.00;-1.57;0.74 5194;21;2134.44;11.29;648.00;1.57;0.74 +5195;0;5496.00;9.75;60.00;0.00;0.46 +5195;1;5492.50;10.25;55.00;-0.61;0.46 +5195;2;5497.50;9.50;57.50;0.54;0.46 +5195;3;5490.50;10.55;59.00;-1.39;0.46 +5195;4;5495.50;10.20;62.50;3.33;0.46 +5195;5;5501.00;9.75;64.00;2.24;0.46 +5195;9;5491.50;10.35;60.00;1.57;0.46 +5195;10;5500.50;9.50;60.00;-1.57;0.46 +5195;19;5495.00;9.60;56.00;0.54;0.46 +5195;20;5494.57;9.60;54.30;-0.24;0.46 5195;21;5491.50;10.35;60.00;1.57;0.46 +5196;0;3392.00;12.75;610.00;0.00;0.76 +5196;1;3393.50;13.50;600.50;0.15;0.76 +5196;2;3398.50;12.00;603.00;0.74;0.76 +5196;3;3387.00;13.50;607.50;-1.10;0.76 +5196;4;3398.00;12.32;613.00;2.03;0.76 +5196;5;3380.50;13.45;615.00;4.30;0.76 +5196;6;3387.50;12.95;617.00;3.71;0.76 +5196;9;3383.90;12.78;610.00;1.57;0.76 +5196;10;3400.10;12.20;610.00;-1.57;0.76 5196;21;3383.90;12.78;610.00;1.57;0.76 +5197;0;4850.00;9.80;193.00;0.00;0.80 +5197;1;4851.00;9.80;185.50;0.13;0.80 +5197;2;4842.50;9.80;193.50;4.64;0.80 +5197;3;4861.00;9.80;187.50;1.10;0.80 +5197;4;4858.00;9.80;194.50;1.75;0.80 +5197;5;4849.00;9.90;202.50;3.24;0.80 +5197;9;4842.44;9.80;193.00;1.57;0.80 +5197;10;4857.56;9.80;193.00;-1.57;0.80 +5197;19;4869.00;9.50;179.00;0.13;0.80 +5197;20;4870.40;9.50;177.96;0.93;0.80 5197;21;4857.56;9.80;193.00;-1.57;0.80 +5198;0;5068.00;10.60;276.00;0.00;0.82 +5198;1;5070.00;10.50;268.50;0.26;0.82 +5198;2;5062.00;10.45;267.50;-0.61;0.82 +5198;3;5063.50;10.40;279.50;4.05;0.82 +5198;4;5075.00;10.72;274.00;1.29;0.82 +5198;5;5076.50;10.90;281.00;2.10;0.82 +5198;6;5073.50;10.80;286.50;2.65;0.82 +5198;9;5060.62;10.31;276.00;1.57;0.82 +5198;10;5075.38;10.80;276.00;-1.57;0.82 5198;21;5060.62;10.31;276.00;1.57;0.82 +5199;0;3244.00;12.92;408.00;0.00;0.56 +5199;1;3239.50;12.70;402.50;-0.68;0.56 +5199;2;3256.00;12.90;403.00;1.17;0.56 +5199;3;3228.00;13.00;408.50;4.68;0.56 +5199;4;3262.00;12.97;404.00;1.35;0.56 +5199;5;3260.50;12.75;407.00;1.51;0.56 +5199;6;3261.00;12.00;410.50;1.71;0.56 +5199;7;3249.50;13.00;413.00;2.30;0.56 +5199;8;3235.00;13.20;413.50;4.16;0.56 +5199;9;3231.22;13.05;408.00;1.57;0.56 +5199;10;3256.78;12.82;408.00;-1.57;0.56 5199;21;3251.26;13.10;405.72;1.57;0.56 +5200;0;1915.00;10.05;528.00;0.00;0.68 +5200;1;1916.00;10.20;519.00;0.11;0.68 +5200;2;1922.00;9.92;527.00;1.42;0.68 +5200;3;1908.50;9.80;524.50;-1.07;0.68 +5200;4;1907.50;9.70;533.50;4.08;0.68 +5200;5;1914.50;9.80;537.50;3.19;0.68 +5200;6;1908.50;9.70;538.00;3.71;0.68 +5200;9;1908.88;9.73;528.00;1.57;0.68 +5200;10;1921.12;9.93;528.00;-1.57;0.68 5200;21;1908.88;9.73;528.00;1.57;0.68 +5201;0;1727.00;9.77;62.00;0.00;0.32 +5201;1;1725.00;9.50;57.50;-0.41;0.32 +5201;2;1729.00;9.60;59.50;0.67;0.32 +5201;3;1721.50;9.60;61.00;-1.39;0.32 +5201;4;1736.50;9.75;61.00;1.46;0.32 +5201;5;1733.50;9.60;60.50;1.34;0.32 +5201;6;1729.00;9.82;64.00;2.35;0.32 +5201;7;1720.00;9.60;63.50;4.50;0.32 +5201;9;1719.80;9.53;62.00;1.57;0.32 +5201;10;1734.20;9.73;62.00;-1.57;0.32 +5201;19;1748.00;9.50;60.00;1.47;0.32 +5201;20;1749.74;9.50;59.83;1.47;0.32 5201;21;1719.80;9.53;62.00;1.57;0.32 +5202;0;1658.00;17.75;626.00;0.00;0.70 +5202;1;1651.00;12.55;620.50;-0.90;0.70 +5202;2;1664.50;17.10;621.50;0.96;0.70 +5202;3;1648.50;16.60;628.50;4.45;0.70 +5202;4;1670.00;21.20;630.00;1.89;0.70 +5202;5;1660.50;20.30;632.50;2.77;0.70 +5202;6;1669.50;20.80;633.00;2.11;0.70 +5202;9;1648.64;15.07;626.00;1.57;0.70 +5202;10;1667.36;20.41;626.00;-1.57;0.70 +5202;19;1661.00;9.50;608.00;-0.90;0.70 +5202;20;1661.28;9.50;606.27;0.16;0.70 5202;21;1648.64;15.07;626.00;1.57;0.70 +5203;0;3122.00;12.00;218.00;0.00;0.24 +5203;1;3121.00;11.70;202.50;-0.06;0.24 +5203;2;3124.00;11.80;208.50;0.20;0.24 +5203;3;3119.50;11.90;212.00;-0.39;0.24 +5203;4;3124.00;12.00;224.50;2.84;0.24 +5203;5;3120.00;12.10;227.50;3.34;0.24 +5203;9;3119.84;12.00;218.00;1.57;0.24 +5203;10;3124.16;11.98;218.00;-1.57;0.24 5203;21;3119.84;12.00;218.00;1.57;0.24 +5204;0;2106.00;10.75;720.00;0.00;0.80 +5204;1;2105.00;10.65;709.50;-0.09;0.80 +5204;2;2113.50;10.50;715.50;1.03;0.80 +5204;3;2097.50;10.90;711.50;-0.78;0.80 +5204;4;2099.00;10.65;723.50;4.24;0.80 +5204;5;2111.00;10.80;727.00;2.52;0.80 +5204;9;2098.80;10.76;720.00;1.57;0.80 +5204;10;2113.20;10.53;720.00;-1.57;0.80 5204;21;2098.80;10.76;720.00;1.57;0.80 +5205;0;1480.00;9.85;1662.00;0.00;0.38 +5205;1;739.50;9.50;830.50;-0.72;0.38 +5205;2;1473.50;9.85;1663.00;4.56;0.38 +5205;3;1484.00;9.75;1663.00;1.81;0.38 +5205;4;739.50;9.50;830.50;-0.72;0.38 +5205;9;1474.42;9.75;1662.00;1.57;0.38 +5205;10;1485.58;9.80;1662.00;-1.57;0.38 5205;21;1474.42;9.75;1662.00;1.57;0.38 +5206;0;4984.00;10.22;343.00;0.00;0.88 +5206;1;4983.00;10.57;335.00;-0.12;0.88 +5206;2;4998.50;9.90;337.50;1.20;0.88 +5206;3;4970.50;10.20;339.00;-1.28;0.88 +5206;4;4971.00;10.30;346.00;4.48;0.88 +5206;5;4999.00;9.80;342.00;1.50;0.88 +5206;6;4992.50;9.80;347.50;2.05;0.88 +5206;7;4984.00;9.95;352.50;3.14;0.88 +5206;8;4975.00;10.25;353.50;3.85;0.88 +5206;9;4972.84;10.33;343.00;1.57;0.88 +5206;10;4995.16;9.80;343.00;-1.57;0.88 5206;21;4972.84;10.33;343.00;1.57;0.88 +5207;0;4818.00;10.65;417.00;0.00;0.66 +5207;1;4821.00;10.57;409.00;0.35;0.66 +5207;2;2408.50;9.50;208.00;-1.48;0.66 +5207;3;4814.50;11.00;413.00;-0.71;0.66 +5207;4;4826.00;10.20;414.50;1.26;0.66 +5207;5;4810.50;10.90;420.00;4.33;0.66 +5207;6;4820.50;10.50;420.50;2.52;0.66 +5207;7;4812.00;10.65;425.50;3.75;0.66 +5207;9;4812.06;11.00;417.00;1.57;0.66 +5207;10;4823.94;9.69;417.00;-1.57;0.66 +5207;19;4806.00;9.68;433.00;-2.53;0.66 +5207;20;4804.95;9.68;434.40;3.78;0.66 5207;21;4812.06;11.00;417.00;1.57;0.66 +5208;0;2063.00;11.95;644.00;0.00;1.16 +5208;1;2058.50;11.70;631.50;-0.34;1.16 +5208;2;2048.50;11.10;630.50;-0.82;1.16 +5208;3;2071.00;11.30;635.50;0.75;1.16 +5208;4;2055.00;10.75;644.50;4.65;1.16 +5208;5;2074.50;10.90;646.50;1.78;1.16 +5208;6;2072.50;10.80;657.50;2.52;1.16 +5208;7;2064.00;10.40;659.50;3.07;1.16 +5208;9;2052.56;10.74;644.00;1.57;1.16 +5208;10;2073.44;10.90;644.00;-1.57;1.16 5208;21;2052.56;10.74;644.00;1.57;1.16 +5209;0;1742.00;9.60;44.00;0.00;0.40 +5209;1;1741.50;9.50;38.50;-0.09;0.40 +5209;2;1746.00;9.90;44.50;1.69;0.40 +5209;3;1736.50;9.50;40.50;-1.00;0.40 +5209;4;1740.00;9.60;44.50;4.46;0.40 +5209;5;1744.00;9.55;50.00;2.82;0.40 +5209;6;1741.00;9.60;51.50;3.27;0.40 +5209;9;1738.40;9.50;44.00;1.57;0.40 +5209;10;1745.60;9.82;44.00;-1.57;0.40 +5209;19;1734.00;9.50;37.00;-0.09;0.40 +5209;20;1732.68;9.50;35.84;-0.85;0.40 5209;21;1738.40;9.50;44.00;1.57;0.40 +5210;0;3418.00;11.90;597.00;0.00;0.74 +5210;1;3413.50;12.25;588.00;-0.46;0.74 +5210;2;3420.50;10.10;590.50;0.36;0.74 +5210;3;3408.50;11.40;591.50;-1.04;0.74 +5210;4;3411.50;11.10;596.50;-1.49;0.74 +5210;5;3424.50;10.00;599.50;1.93;0.74 +5210;6;3419.00;11.10;605.50;3.02;0.74 +5210;7;3425.00;10.05;606.50;2.50;0.74 +5210;9;3411.34;11.08;597.00;1.57;0.74 +5210;10;3424.66;9.94;597.00;-1.57;0.74 +5210;19;3420.57;9.50;578.13;2.77;0.74 +5210;20;3435.72;9.30;581.31;2.06;0.74 5210;21;3420.72;9.90;579.29;1.57;0.74 +5211;0;4988.00;9.90;157.00;0.00;0.46 +5211;1;4989.00;9.70;147.50;0.10;0.46 +5211;2;4983.50;9.80;152.00;-0.73;0.46 +5211;3;4993.00;9.80;158.50;1.86;0.46 +5211;4;4983.50;10.20;160.50;4.05;0.46 +5211;5;4988.50;10.40;166.50;3.08;0.46 +5211;9;4983.86;10.03;157.00;1.57;0.46 +5211;10;4992.14;9.80;157.00;-1.57;0.46 5211;21;4983.86;10.03;157.00;1.57;0.46 +5212;0;3344.00;10.40;259.00;0.00;0.70 +5212;1;3340.00;9.90;251.00;-0.46;0.70 +5212;2;3336.00;10.30;252.50;-0.88;0.70 +5212;3;3349.50;10.15;259.00;1.57;0.70 +5212;4;3339.50;10.30;261.00;4.29;0.70 +5212;5;3348.00;10.40;268.00;2.72;0.70 +5212;9;3337.70;10.30;259.00;1.57;0.70 +5212;10;3350.30;10.07;259.00;-1.57;0.70 +5212;19;3357.00;9.60;263.00;1.57;0.70 +5212;20;3358.67;9.60;263.51;1.86;0.70 5212;21;3337.70;10.30;259.00;1.57;0.70 +5213;0;1862.00;10.37;412.00;0.00;0.90 +5213;1;1866.00;10.30;401.50;0.36;0.90 +5213;2;1870.50;10.30;402.50;0.73;0.90 +5213;3;1858.00;10.10;409.50;-1.01;0.90 +5213;4;1871.50;10.30;408.00;1.17;0.90 +5213;5;1865.00;10.40;416.50;2.55;0.90 +5213;6;1852.00;10.40;419.00;4.10;0.90 +5213;7;1855.00;10.40;423.50;3.68;0.90 +5213;9;1853.90;10.27;412.00;1.57;0.90 +5213;10;1870.10;10.30;412.00;-1.57;0.90 5213;21;1853.90;10.27;412.00;1.57;0.90 +5214;0;1858.00;9.70;891.00;0.00;1.18 +5214;1;1862.00;9.70;867.50;0.16;1.18 +5214;2;1851.50;9.70;868.00;-0.27;1.18 +5214;3;1851.50;9.70;894.00;4.28;1.18 +5214;4;1867.00;9.80;881.50;0.75;1.18 +5214;5;1864.50;9.90;902.00;2.60;1.18 +5214;6;1850.50;9.80;914.00;3.45;1.18 +5214;7;1866.00;9.80;913.50;2.80;1.18 +5214;8;1862.50;9.80;918.50;2.97;1.18 +5214;9;1847.38;9.75;891.00;1.57;1.18 +5214;10;1868.62;10.01;891.00;-1.57;1.18 5214;21;1847.38;9.75;891.00;1.57;1.18 +5215;0;1716.00;9.50;49.00;0.00;0.58 +5215;1;1720.50;9.50;43.50;0.68;0.58 +5215;2;1723.50;9.50;43.00;0.89;0.58 +5215;3;1715.00;9.50;46.50;-0.38;0.58 +5215;4;1721.50;9.70;46.50;1.14;0.58 +5215;5;1708.50;9.60;51.50;4.39;0.58 +5215;6;1719.50;9.60;51.00;2.09;0.58 +5215;7;1710.50;9.50;55.00;3.88;0.58 +5215;9;1709.34;9.70;49.00;1.57;0.58 +5215;10;1722.66;9.65;49.00;-1.57;0.58 +5215;19;1699.00;9.50;53.00;-1.89;0.58 +5215;20;1697.29;9.50;53.40;4.48;0.58 5215;21;1709.34;9.70;49.00;1.57;0.58 +5216;0;1712.00;9.95;738.00;0.00;1.10 +5216;1;1702.00;10.10;725.00;-0.65;1.10 +5216;2;1694.00;10.20;726.00;-0.98;1.10 +5216;3;1723.50;10.00;732.00;1.09;1.10 +5216;4;1701.00;10.10;743.50;4.24;1.10 +5216;5;1731.00;9.90;746.00;1.96;1.10 +5216;6;1723.00;9.90;751.00;2.43;1.10 +5216;9;1695.44;10.10;738.00;1.57;1.10 +5216;10;1728.56;9.90;738.00;-1.57;1.10 5216;21;1695.44;10.10;738.00;1.57;1.10 +5217;0;3235.00;12.85;259.00;0.00;0.86 +5217;1;3234.50;12.95;250.00;-0.05;0.86 +5217;2;3226.00;12.35;251.00;-0.84;0.86 +5217;3;3241.00;13.30;258.50;1.48;0.86 +5217;4;3227.50;12.40;257.00;-1.31;0.86 +5217;5;3236.50;12.40;267.00;2.95;0.86 +5217;6;3244.00;12.50;268.50;2.38;0.86 +5217;9;3227.26;12.48;259.00;1.57;0.86 +5217;10;3242.74;13.36;259.00;-1.57;0.86 5217;21;3227.26;12.48;259.00;1.57;0.86 +5218;0;2141.00;10.67;711.00;0.00;0.76 +5218;1;2133.50;10.60;703.00;-0.75;0.76 +5218;2;2138.00;10.60;701.50;-0.30;0.76 +5218;3;2144.00;10.62;708.00;0.78;0.76 +5218;4;2131.00;10.82;711.00;4.71;0.76 +5218;5;2154.00;10.77;714.00;1.79;0.76 +5218;6;2142.00;10.50;715.50;2.92;0.76 +5218;7;2154.00;10.75;717.50;2.03;0.76 +5218;9;2131.46;10.80;711.00;1.57;0.76 +5218;10;2150.54;10.65;711.00;-1.57;0.76 5218;21;2131.46;10.80;711.00;1.57;0.76 +5219;0;1775.00;10.65;283.00;0.00;0.46 +5219;1;1775.50;10.70;276.00;0.07;0.46 +5219;2;1771.00;10.65;283.50;4.58;0.46 +5219;3;1779.50;10.60;282.50;1.46;0.46 +5219;4;1779.00;10.90;290.00;2.62;0.46 +5219;5;1773.00;10.82;291.00;3.38;0.46 +5219;9;1770.86;10.61;283.00;1.57;0.46 +5219;10;1779.14;10.61;283.00;-1.57;0.46 5219;21;1770.86;10.61;283.00;1.57;0.46 +5220;0;2096.00;9.70;826.00;0.00;0.72 +5220;1;2093.50;9.70;818.00;-0.30;0.72 +5220;2;2101.50;9.70;812.50;0.38;0.72 +5220;3;2101.50;9.70;817.50;0.57;0.72 +5220;4;2102.50;9.70;829.00;2.00;0.72 +5220;5;2087.00;9.75;825.00;-1.46;0.72 +5220;6;2089.50;9.70;831.50;4.01;0.72 +5220;7;2096.50;9.70;836.50;3.09;0.72 +5220;9;2089.52;9.70;826.00;1.57;0.72 +5220;10;2102.48;9.70;826.00;-1.57;0.72 +5220;19;2109.56;9.50;839.75;-3.88;0.72 +5220;20;2110.78;9.50;841.00;2.36;0.72 5220;21;2102.48;9.70;826.00;-1.57;0.72 +5221;0;3309.00;11.75;439.00;0.00;1.04 +5221;1;3305.50;12.35;429.00;-0.33;1.04 +5221;2;3293.50;12.10;426.00;-0.87;1.04 +5221;3;3296.00;11.82;430.00;-0.96;1.04 +5221;4;3315.00;12.52;438.00;1.40;1.04 +5221;5;3307.50;11.20;444.50;3.40;1.04 +5221;6;3317.50;12.20;451.50;2.54;1.04 +5221;7;3316.00;11.90;457.50;2.78;1.04 +5221;9;3299.64;11.55;439.00;1.57;1.04 +5221;10;3318.36;12.60;439.00;-1.57;1.04 5221;21;3318.36;12.60;439.00;-1.57;1.04 +5222;0;3573.00;14.10;421.00;0.00;0.88 +5222;1;3580.50;13.10;415.00;0.89;0.88 +5222;2;3573.00;12.75;410.50;0.00;0.88 +5222;3;3565.00;12.75;414.50;-0.88;0.88 +5222;4;3561.50;11.00;417.00;-1.23;0.88 +5222;5;3567.50;11.35;428.00;3.80;0.88 +5222;6;3577.50;11.80;432.00;2.75;0.88 +5222;9;3565.08;12.36;421.00;1.57;0.88 +5222;10;3580.92;13.12;421.00;-1.57;0.88 +5222;19;3592.00;10.40;406.00;0.90;0.88 +5222;20;3593.37;10.40;404.91;0.90;0.88 5222;21;3565.08;12.36;421.00;1.57;0.88 +5223;0;2139.00;12.50;617.00;0.00;0.60 +5223;1;2135.00;12.30;609.00;-0.46;0.60 +5223;2;2139.00;12.40;609.50;0.00;0.60 +5223;3;2134.50;12.20;617.50;4.60;0.60 +5223;4;2143.50;12.40;615.00;1.15;0.60 +5223;5;2145.00;12.40;620.50;2.09;0.60 +5223;6;2137.50;12.00;624.50;3.33;0.60 +5223;9;2133.60;11.96;617.00;1.57;0.60 +5223;10;2144.40;12.50;617.00;-1.57;0.60 5223;21;2133.60;11.96;617.00;1.57;0.60 +5224;0;3385.00;12.45;576.00;0.00;0.68 +5224;1;3387.00;12.85;566.50;0.20;0.68 +5224;2;3380.00;12.65;571.50;-0.83;0.68 +5224;3;3391.00;12.05;573.50;1.17;0.68 +5224;4;3381.00;12.80;581.50;3.77;0.68 +5224;5;3392.00;11.92;581.00;2.19;0.68 +5224;6;3390.00;12.35;583.50;2.55;0.68 +5224;9;3378.88;12.56;576.00;1.57;0.68 +5224;10;3391.12;12.15;576.00;-1.57;0.68 5224;21;3378.88;12.56;576.00;1.57;0.68 +5225;0;4967.00;13.22;167.00;0.00;0.54 +5225;1;4968.50;13.20;159.50;0.19;0.54 +5225;2;4965.00;12.05;160.50;-0.29;0.54 +5225;3;4973.00;11.95;165.50;1.32;0.54 +5225;4;4961.50;10.50;163.00;-0.94;0.54 +5225;5;4961.50;10.70;168.50;4.44;0.54 +5225;6;4968.00;12.05;173.50;2.98;0.54 +5225;7;2483.00;9.50;83.00;-1.53;0.54 +5225;9;4962.14;10.75;167.00;1.57;0.54 +5225;10;4971.86;12.98;167.00;-1.57;0.54 +5225;19;4958.00;9.50;158.00;-0.94;0.54 +5225;20;4956.76;9.50;156.76;-0.78;0.54 5225;21;4962.14;10.75;167.00;1.57;0.54 +5226;0;4603.00;11.80;668.00;0.00;0.44 +5226;1;4599.50;10.60;663.50;-0.66;0.44 +5226;2;4596.50;11.15;666.00;-1.27;0.44 +5226;3;4606.50;11.35;666.00;1.05;0.44 +5226;4;4598.00;12.25;670.50;4.24;0.44 +5226;5;4610.50;12.00;670.50;1.89;0.44 +5226;6;4605.00;11.80;673.00;2.76;0.44 +5226;9;4597.78;11.57;668.00;1.57;0.44 +5226;10;4608.22;11.78;668.00;-1.57;0.44 5226;21;4597.78;11.57;668.00;1.57;0.44 +5227;0;5097.00;10.15;241.00;0.00;0.46 +5227;1;5093.00;10.10;235.50;-0.62;0.46 +5227;2;5099.50;10.10;237.00;0.55;0.46 +5227;3;5094.50;10.30;244.50;3.76;0.46 +5227;4;5102.50;10.20;245.00;2.20;0.46 +5227;5;5099.50;10.40;248.50;2.82;0.46 +5227;9;5092.86;10.15;241.00;1.57;0.46 +5227;10;5101.14;10.10;241.00;-1.57;0.46 5227;21;5092.86;10.15;241.00;1.57;0.46 +5228;0;1702.00;11.65;398.00;0.00;0.42 +5228;1;1701.50;11.00;389.00;-0.05;0.42 +5228;2;1697.50;10.10;392.00;-0.64;0.42 +5228;3;1705.00;12.57;397.00;1.24;0.42 +5228;4;1700.00;10.00;401.00;3.73;0.42 +5228;5;1708.00;11.32;406.00;2.49;0.42 +5228;6;1704.50;10.85;407.00;2.87;0.42 +5228;9;1698.22;10.00;398.00;1.57;0.42 +5228;10;1705.78;12.57;398.00;-1.57;0.42 +5228;19;1696.00;9.50;395.00;-2.55;0.42 +5228;20;1694.43;9.50;394.21;-1.10;0.42 5228;21;1698.22;10.00;398.00;1.57;0.42 +5229;0;1800.00;15.85;517.00;0.00;0.64 +5229;1;1793.50;18.25;513.00;-1.01;0.64 +5229;2;1805.00;13.60;513.50;0.96;0.64 +5229;3;1807.50;12.10;520.00;1.95;0.64 +5229;4;1786.00;19.05;517.00;4.71;0.64 +5229;5;1795.00;17.95;520.50;4.10;0.64 +5229;9;1790.28;17.92;517.00;1.57;0.64 +5229;10;1809.72;11.86;517.00;-1.57;0.64 5229;21;1790.28;17.92;517.00;1.57;0.64 +5230;0;1742.18;19.70;604.31;0.00;0.48 +5230;1;1742.32;21.40;601.55;-0.21;0.48 +5230;2;1745.81;17.90;602.79;1.24;0.48 +5230;3;1740.19;21.60;602.39;4.44;0.48 +5230;4;1740.29;21.70;601.77;-1.23;0.48 +5230;5;1739.50;19.90;605.50;3.21;0.48 +5230;6;869.50;9.50;299.00;-1.23;0.48 +5230;9;1739.60;21.60;602.30;1.57;0.48 +5230;10;1743.40;20.10;602.85;-1.57;0.48 5230;21;1739.49;21.30;603.40;1.57;0.48 +5231;0;3200.00;12.82;169.00;0.00;0.92 +5231;1;3206.50;13.40;160.00;0.62;0.92 +5231;2;3194.00;12.80;165.50;-1.04;0.92 +5231;3;3204.50;12.90;173.00;2.29;0.92 +5231;4;3189.50;12.60;174.50;4.23;0.92 +5231;5;3195.00;12.65;177.50;3.67;0.92 +5231;6;3197.50;12.90;181.50;3.33;0.92 +5231;9;3191.72;12.70;169.00;1.57;0.92 +5231;10;3208.28;13.10;169.00;-1.57;0.92 5231;21;3191.72;12.70;169.00;1.57;0.92 +5232;0;1860.00;9.80;752.00;0.00;1.42 +5232;1;1843.50;9.80;739.50;-0.92;1.42 +5232;2;1864.50;9.80;739.00;0.33;1.42 +5232;3;1878.00;9.90;744.00;1.15;1.42 +5232;4;1849.00;9.70;757.50;4.24;1.42 +5232;5;1878.50;9.80;753.50;1.65;1.42 +5232;6;1871.50;9.70;766.50;2.47;1.42 +5232;9;1843.08;9.70;752.00;1.57;1.42 +5232;10;1876.92;9.85;752.00;-1.57;1.42 5232;21;1843.08;9.70;752.00;1.57;1.42 +5233;0;2737.00;9.50;1406.00;0.00;0.78 +5233;1;2732.50;9.50;1397.50;-0.48;0.78 +5233;2;2737.50;9.50;1397.00;0.05;0.78 +5233;3;2741.50;9.50;1397.50;0.48;0.78 +5233;4;2728.50;9.50;1398.50;-0.84;0.78 +5233;5;2745.00;9.50;1406.50;1.63;0.78 +5233;6;2729.00;9.50;1406.50;4.65;0.78 +5233;7;2737.00;9.50;1415.00;3.14;0.78 +5233;8;2746.50;9.50;1415.50;2.35;0.78 +5233;9;2729.98;9.50;1406.00;1.57;0.78 +5233;10;2744.02;9.50;1406.00;-1.57;0.78 +5233;11;2729.80;9.50;1392.40;-0.48;0.78 +5233;12;2737.80;9.50;1391.60;0.05;0.78 +5233;13;2744.20;9.50;1392.40;0.48;0.78 +5233;14;2723.40;9.50;1394.00;-0.84;0.78 +5233;15;2749.80;9.50;1406.80;1.63;0.78 +5233;16;2724.20;9.50;1406.80;4.65;0.78 +5233;17;2737.00;9.50;1420.40;3.14;0.78 +5233;18;2752.20;9.50;1421.20;2.35;0.78 5233;21;2729.98;9.50;1406.00;1.57;0.78 +5234;0;2472.00;9.50;1474.00;0.00;1.06 +5234;1;2472.50;9.50;1460.50;0.03;1.06 +5234;2;2483.00;9.50;1467.00;1.00;1.06 +5234;3;2459.50;9.50;1468.00;-1.12;1.06 +5234;4;2462.00;9.50;1482.00;4.03;1.06 +5234;5;2483.00;9.50;1480.50;2.10;1.06 +5234;6;2473.00;9.50;1488.00;3.07;1.06 +5234;9;2462.46;9.50;1474.00;1.57;1.06 +5234;10;2481.54;9.50;1474.00;-1.57;1.06 +5234;11;2472.80;9.50;1452.40;0.03;1.06 +5234;12;2489.60;9.50;1462.80;1.00;1.06 +5234;13;2452.00;9.50;1464.40;-1.12;1.06 +5234;14;2456.00;9.50;1486.80;4.03;1.06 +5234;15;2489.60;9.50;1484.40;2.10;1.06 +5234;16;2473.60;9.50;1496.40;3.07;1.06 5234;21;2462.46;9.50;1474.00;1.57;1.06 +5235;0;1937.00;9.50;1329.00;0.00;1.26 +5235;1;1948.50;9.50;1316.50;0.74;1.26 +5235;2;1928.50;9.50;1319.00;-0.70;1.26 +5235;3;1950.50;9.50;1330.50;1.68;1.26 +5235;4;1919.00;9.50;1327.50;-1.48;1.26 +5235;5;1924.00;9.50;1337.00;4.16;1.26 +5235;6;1935.50;9.50;1343.00;3.24;1.26 +5235;7;1943.50;9.50;1346.00;2.77;1.26 +5235;9;1922.60;9.50;1329.00;1.57;1.26 +5235;10;1951.40;9.50;1329.00;-1.57;1.26 +5235;11;1955.40;9.50;1309.00;0.74;1.26 +5235;12;1923.40;9.50;1313.00;-0.70;1.26 +5235;13;1958.60;9.50;1331.40;1.68;1.26 +5235;14;1908.20;9.50;1326.60;-1.48;1.26 +5235;15;1916.20;9.50;1341.80;4.16;1.26 +5235;16;1934.60;9.50;1351.40;3.24;1.26 +5235;17;1947.40;9.50;1356.20;2.77;1.26 5235;21;1922.60;9.50;1329.00;1.57;1.26 +5237;0;1064.00;9.50;1118.00;0.00;1.06 +5237;1;1066.00;9.50;1106.50;0.17;1.06 +5237;2;1048.50;9.50;1116.00;-1.44;1.06 +5237;3;1080.50;9.50;1115.50;1.42;1.06 +5237;4;1076.00;9.50;1127.50;2.24;1.06 +5237;5;1060.00;9.50;1129.00;3.49;1.06 +5237;9;1050.68;9.50;1118.00;1.57;1.06 +5237;10;1077.32;9.50;1118.00;-1.57;1.06 +5237;11;1067.20;9.50;1099.60;0.17;1.06 +5237;12;1039.20;9.50;1114.80;-1.44;1.06 +5237;13;1090.40;9.50;1114.00;1.42;1.06 +5237;14;1083.20;9.50;1133.20;2.24;1.06 +5237;15;1057.60;9.50;1135.60;3.49;1.06 5237;21;1050.68;9.50;1118.00;1.57;1.06 +5238;0;4843.00;9.50;551.00;0.00;1.18 +5238;1;4839.50;9.50;535.50;-0.22;1.18 +5238;2;4849.00;9.50;532.50;0.31;1.18 +5238;3;4848.00;9.50;543.50;0.58;1.18 +5238;4;4846.00;9.50;535.00;0.18;1.18 +5238;5;4832.50;9.50;549.50;-1.42;1.18 +5238;6;4853.00;9.50;560.00;2.30;1.18 +5238;7;4840.00;9.50;562.50;3.39;1.18 +5238;8;4852.00;9.50;568.00;2.65;1.18 +5238;9;4832.38;9.50;551.00;1.57;1.18 +5238;10;4853.62;9.50;551.00;-1.57;1.18 +5238;11;4837.40;9.50;526.20;-0.22;1.18 +5238;12;4852.60;9.50;521.40;0.31;1.18 +5238;13;4851.00;9.50;539.00;0.58;1.18 +5238;14;4847.80;9.50;525.40;0.18;1.18 +5238;15;4826.20;9.50;548.60;-1.42;1.18 +5238;16;4859.00;9.50;565.40;2.30;1.18 +5238;17;4838.20;9.50;569.40;3.39;1.18 +5238;18;4857.40;9.50;578.20;2.65;1.18 5238;21;4832.38;9.50;551.00;1.57;1.18 +5239;0;1295.00;10.70;1931.00;0.00;1.38 +5239;1;1301.50;10.75;1918.00;0.46;1.38 +5239;2;1280.50;10.85;1928.00;-1.36;1.38 +5239;3;1311.50;10.40;1938.00;1.97;1.38 +5239;4;647.00;9.50;965.00;-0.59;1.38 +5239;5;1285.00;10.80;1946.50;3.71;1.38 +5239;6;1301.00;10.50;1946.00;2.76;1.38 +5239;9;1280.60;10.80;1931.00;1.57;1.38 +5239;10;1309.40;10.40;1931.00;-1.57;1.38 +5239;19;1326.00;9.70;1945.00;-4.31;1.38 +5239;20;1327.59;9.70;1945.72;1.99;1.38 5239;21;1280.60;10.80;1931.00;1.57;1.38 +5240;0;5076.00;11.87;29.00;0.00;1.48 +5240;1;5058.50;9.50;24.00;-1.29;1.48 +5240;2;5092.50;9.50;22.50;1.19;1.48 +5240;3;5074.00;10.90;19.00;-0.19;1.48 +5240;4;5080.00;10.52;22.00;0.51;1.48 +5240;5;5067.50;11.10;25.00;-1.13;1.48 +5240;6;5080.50;10.10;32.50;2.23;1.48 +5240;7;5067.00;11.05;33.00;4.29;1.48 +5240;8;5085.00;9.50;42.00;2.53;1.48 +5240;9;5059.98;9.70;29.00;1.57;1.48 +5240;10;5092.02;9.50;29.00;-1.57;1.48 +5240;11;5048.00;9.50;21.00;-1.29;1.48 +5240;12;5102.40;9.50;18.60;1.19;1.48 +5240;13;5072.80;10.14;13.00;-0.19;1.48 +5240;14;5082.40;9.70;17.80;0.51;1.48 +5240;15;5062.40;9.68;22.60;-1.13;1.48 +5240;16;5083.20;10.60;34.60;2.23;1.48 +5240;17;5061.60;10.61;35.40;4.29;1.48 +5240;18;5090.40;9.50;49.80;2.53;1.48 5240;21;5059.98;9.70;29.00;1.57;1.48 +5241;0;5218.00;9.50;1129.00;0.00;1.12 +5241;1;5208.00;9.50;1117.00;-0.69;1.12 +5241;2;5226.00;9.50;1117.50;0.60;1.12 +5241;3;5194.50;9.50;1117.00;-1.09;1.12 +5241;4;5202.50;9.50;1129.00;4.71;1.12 +5241;5;5233.50;9.50;1131.50;1.73;1.12 +5241;6;5223.50;9.50;1142.00;2.74;1.12 +5241;9;5203.06;9.50;1129.00;1.57;1.12 +5241;10;5232.94;9.50;1129.00;-1.57;1.12 +5241;11;5202.00;9.50;1109.80;-0.69;1.12 +5241;12;5230.80;9.50;1110.60;0.60;1.12 +5241;13;5180.40;9.50;1109.80;-1.09;1.12 +5241;14;5193.20;9.50;1129.00;4.71;1.12 +5241;15;5242.80;9.50;1133.00;1.73;1.12 +5241;16;5226.80;9.50;1149.80;2.74;1.12 5241;21;5203.06;9.50;1129.00;1.57;1.12 +5242;0;4835.00;9.50;735.00;0.00;1.02 +5242;1;4833.00;9.50;724.00;-0.18;1.02 +5242;2;4824.00;9.50;731.50;-1.26;1.02 +5242;3;4844.50;9.50;735.50;1.62;1.02 +5242;4;4825.50;9.50;742.00;4.07;1.02 +5242;5;4836.00;9.50;746.00;3.05;1.02 +5242;6;4848.00;9.50;747.50;2.33;1.02 +5242;9;4825.82;9.50;735.00;1.57;1.02 +5242;10;4844.18;9.50;735.00;-1.57;1.02 +5242;11;4831.80;9.50;717.40;-0.18;1.02 +5242;12;4817.40;9.50;729.40;-1.26;1.02 +5242;13;4850.20;9.50;735.80;1.62;1.02 +5242;14;4819.80;9.50;746.20;4.07;1.02 +5242;15;4836.60;9.50;752.60;3.05;1.02 +5242;16;4855.80;9.50;755.00;2.33;1.02 5242;21;4825.82;9.50;735.00;1.57;1.02 +5243;0;5093.00;9.50;1581.00;0.00;1.16 +5243;1;5091.00;9.50;1566.50;-0.13;1.16 +5243;2;5082.50;9.50;1567.00;-0.64;1.16 +5243;3;5106.50;9.50;1579.50;1.46;1.16 +5243;4;5079.50;9.50;1579.00;-1.42;1.16 +5243;5;5099.00;9.50;1593.50;2.69;1.16 +5243;6;5086.50;9.50;1593.00;3.63;1.16 +5243;9;5080.76;9.50;1581.00;1.57;1.16 +5243;10;5105.24;9.50;1581.00;-1.57;1.16 +5243;11;5089.80;9.50;1557.80;-0.13;1.16 +5243;12;5076.20;9.50;1558.60;-0.64;1.16 +5243;13;5114.60;9.50;1578.60;1.46;1.16 +5243;14;5071.40;9.50;1577.80;-1.42;1.16 +5243;15;5102.60;9.50;1601.00;2.69;1.16 +5243;16;5082.60;9.50;1600.20;3.63;1.16 5243;21;5080.76;9.50;1581.00;1.57;1.16 +5244;0;4489.00;9.50;971.00;0.00;1.40 +5244;1;4486.50;9.50;960.00;-0.22;1.40 +5244;2;4478.00;9.50;954.00;-0.57;1.40 +5244;3;4475.50;9.50;957.50;-0.78;1.40 +5244;4;4472.50;9.50;960.50;-1.00;1.40 +5244;5;4472.50;9.50;964.00;-1.17;1.40 +5244;6;4473.50;9.50;968.00;-1.38;1.40 +5244;7;4498.00;9.50;968.00;1.24;1.40 +5244;8;4502.50;9.50;970.50;1.53;1.40 +5244;9;4473.16;9.50;971.00;1.57;1.40 +5244;10;4504.84;9.50;971.00;-1.57;1.40 +5244;11;4485.00;9.50;953.40;-0.22;1.40 +5244;12;4471.40;9.50;943.80;-0.57;1.40 +5244;13;4467.40;9.50;949.40;-0.78;1.40 +5244;14;4462.60;9.50;954.20;-1.00;1.40 +5244;15;4462.60;9.50;959.80;-1.17;1.40 +5244;16;4464.20;9.50;966.20;-1.38;1.40 +5244;17;4503.40;9.50;966.20;1.24;1.40 +5244;18;4510.60;9.50;970.20;1.53;1.40 5244;21;4473.16;9.50;971.00;1.57;1.40 +5245;0;3977.00;9.50;275.00;0.00;0.86 +5245;1;3984.00;9.50;265.50;0.63;0.86 +5245;2;3974.00;9.50;265.00;-0.29;0.86 +5245;3;3987.00;9.50;273.00;1.37;0.86 +5245;4;3968.00;9.50;279.50;4.24;0.86 +5245;5;3983.00;9.50;283.00;2.49;0.86 +5245;6;3974.50;9.50;289.50;3.31;0.86 +5245;9;3969.26;9.50;275.00;1.57;0.86 +5245;10;3984.74;9.50;275.00;-1.57;0.86 +5245;11;3988.20;9.50;259.80;0.63;0.86 +5245;12;3972.20;9.50;259.00;-0.29;0.86 +5245;13;3993.00;9.50;271.80;1.37;0.86 +5245;14;3962.60;9.50;282.20;4.24;0.86 +5245;15;3986.60;9.50;287.80;2.49;0.86 +5245;16;3973.00;9.50;298.20;3.31;0.86 5245;21;3969.26;9.50;275.00;1.57;0.86 +5246;0;3553.00;9.50;687.00;0.00;1.30 +5246;1;3554.50;9.50;669.00;0.08;1.30 +5246;2;3544.50;9.50;677.00;-0.70;1.30 +5246;3;3560.50;9.50;675.50;0.57;1.30 +5246;4;3565.00;9.50;692.00;1.96;1.30 +5246;5;3535.00;9.50;685.50;-1.48;1.30 +5246;6;3541.00;9.50;690.50;4.42;1.30 +5246;7;3550.50;9.50;700.50;3.32;1.30 +5246;8;3558.50;9.50;703.50;2.82;1.30 +5246;9;3541.30;9.50;687.00;1.57;1.30 +5246;10;3564.70;9.50;687.00;-1.57;1.30 +5246;11;3555.40;9.50;658.20;0.08;1.30 +5246;12;3539.40;9.50;671.00;-0.70;1.30 +5246;13;3565.00;9.50;668.60;0.57;1.30 +5246;14;3572.20;9.50;695.00;1.96;1.30 +5246;15;3524.20;9.50;684.60;-1.48;1.30 +5246;16;3533.80;9.50;692.60;4.42;1.30 +5246;17;3549.00;9.50;708.60;3.32;1.30 +5246;18;3561.80;9.50;713.40;2.82;1.30 5246;21;3541.30;9.50;687.00;1.57;1.30 +5247;0;3462.00;9.50;294.00;0.00;1.30 +5247;1;3456.50;9.50;280.50;-0.38;1.30 +5247;2;3471.00;9.50;276.50;0.47;1.30 +5247;3;3474.50;9.50;277.50;0.64;1.30 +5247;4;3472.00;9.50;287.50;0.99;1.30 +5247;5;3448.00;9.50;292.00;-1.42;1.30 +5247;6;3475.00;9.50;301.50;2.09;1.30 +5247;7;3453.00;9.50;306.00;3.78;1.30 +5247;8;3466.50;9.50;309.50;2.85;1.30 +5247;9;3450.30;9.50;294.00;1.57;1.30 +5247;10;3473.70;9.50;294.00;-1.57;1.30 +5247;11;3453.20;9.50;272.40;-0.38;1.30 +5247;12;3476.40;9.50;266.00;0.47;1.30 +5247;13;3482.00;9.50;267.60;0.64;1.30 +5247;14;3478.00;9.50;283.60;0.99;1.30 +5247;15;3439.60;9.50;290.80;-1.42;1.30 +5247;16;3482.80;9.50;306.00;2.09;1.30 +5247;17;3447.60;9.50;313.20;3.78;1.30 +5247;18;3469.20;9.50;318.80;2.85;1.30 5247;21;3450.30;9.50;294.00;1.57;1.30 +5248;0;2793.00;9.50;609.00;0.00;1.08 +5248;1;2785.00;9.50;596.50;-0.56;1.08 +5248;2;2792.50;9.50;595.00;-0.03;1.08 +5248;3;2798.00;9.50;601.00;0.55;1.08 +5248;4;2780.50;9.50;603.50;-1.15;1.08 +5248;5;2804.50;9.50;616.00;2.11;1.08 +5248;6;2784.00;9.50;612.50;4.34;1.08 +5248;7;2795.00;9.50;621.50;2.98;1.08 +5248;8;2805.50;9.50;625.50;2.49;1.08 +5248;9;2783.28;9.50;609.00;1.57;1.08 +5248;10;2802.72;9.50;609.00;-1.57;1.08 +5248;11;2780.20;9.50;589.00;-0.56;1.08 +5248;12;2792.20;9.50;586.60;-0.03;1.08 +5248;13;2801.00;9.50;596.20;0.55;1.08 +5248;14;2773.00;9.50;600.20;-1.15;1.08 +5248;15;2811.40;9.50;620.20;2.11;1.08 +5248;16;2778.60;9.50;614.60;4.34;1.08 +5248;17;2796.20;9.50;629.00;2.98;1.08 +5248;18;2813.00;9.50;635.40;2.49;1.08 5248;21;2783.28;9.50;609.00;1.57;1.08 +5249;0;2502.00;9.50;218.00;0.00;1.00 +5249;1;2505.50;9.50;203.00;0.22;1.00 +5249;2;2511.50;9.50;218.50;1.62;1.00 +5249;3;2497.00;9.50;203.50;-0.33;1.00 +5249;4;2494.50;9.50;212.00;-0.89;1.00 +5249;5;2491.00;9.50;226.00;4.08;1.00 +5249;6;2499.00;9.50;233.00;3.33;1.00 +5249;9;2493.00;9.50;218.00;1.57;1.00 +5249;10;2511.00;9.50;218.00;-1.57;1.00 +5249;11;2507.60;9.50;194.00;0.22;1.00 +5249;12;2517.20;9.50;218.80;1.62;1.00 +5249;13;2494.00;9.50;194.80;-0.33;1.00 +5249;14;2490.00;9.50;208.40;-0.89;1.00 +5249;15;2484.40;9.50;230.80;4.08;1.00 +5249;16;2497.20;9.50;242.00;3.33;1.00 5249;21;2493.00;9.50;218.00;1.57;1.00 +5250;0;2420.00;9.50;1169.00;0.00;1.24 +5250;1;2418.00;9.50;1154.50;-0.13;1.24 +5250;2;2431.50;9.50;1156.50;0.74;1.24 +5250;3;2407.00;9.50;1165.50;-1.30;1.24 +5250;4;2434.00;9.50;1172.00;1.78;1.24 +5250;5;2401.00;9.50;1176.00;4.35;1.24 +5250;6;2402.00;9.50;1181.00;4.12;1.24 +5250;7;2415.50;9.50;1181.00;3.50;1.24 +5250;9;2406.32;9.50;1169.00;1.57;1.24 +5250;10;2433.68;9.50;1169.00;-1.57;1.24 +5250;11;2416.80;9.50;1145.80;-0.13;1.24 +5250;12;2438.40;9.50;1149.00;0.74;1.24 +5250;13;2399.20;9.50;1163.40;-1.30;1.24 +5250;14;2442.40;9.50;1173.80;1.78;1.24 +5250;15;2389.60;9.50;1180.20;4.35;1.24 +5250;16;2391.20;9.50;1188.20;4.12;1.24 +5250;17;2412.80;9.50;1188.20;3.50;1.24 5250;21;2406.32;9.50;1169.00;1.57;1.24 +5251;0;2070.00;9.50;1358.00;0.00;1.00 +5251;1;2074.00;9.50;1344.50;0.28;1.00 +5251;2;2081.00;9.50;1353.00;1.14;1.00 +5251;3;2062.00;9.50;1356.50;-1.38;1.00 +5251;4;2081.00;9.50;1364.00;2.07;1.00 +5251;5;2071.00;9.50;1368.50;3.04;1.00 +5251;6;2059.00;9.50;1370.50;3.86;1.00 +5251;9;2061.00;9.50;1358.00;1.57;1.00 +5251;10;2079.00;9.50;1358.00;-1.57;1.00 +5251;11;2076.40;9.50;1336.40;0.28;1.00 +5251;12;2087.60;9.50;1350.00;1.14;1.00 +5251;13;2057.20;9.50;1355.60;-1.38;1.00 +5251;14;2087.60;9.50;1367.60;2.07;1.00 +5251;15;2071.60;9.50;1374.80;3.04;1.00 +5251;16;2052.40;9.50;1378.00;3.86;1.00 5251;21;2061.00;9.50;1358.00;1.57;1.00 +5252;0;1668.00;9.50;576.00;0.00;1.06 +5252;1;1674.00;9.50;565.00;0.49;1.06 +5252;2;1688.50;9.50;569.50;1.26;1.06 +5252;3;1651.00;9.50;575.50;-1.54;1.06 +5252;4;1680.50;9.50;580.00;1.88;1.06 +5252;5;1643.50;9.50;584.00;4.39;1.06 +5252;6;1655.00;9.50;587.50;3.98;1.06 +5252;7;1670.50;9.50;588.00;2.93;1.06 +5252;9;1651.62;9.50;576.00;1.57;1.06 +5252;10;1684.38;9.50;576.00;-1.57;1.06 +5252;11;1677.60;9.50;558.40;0.49;1.06 +5252;12;1700.80;9.50;565.60;1.26;1.06 +5252;13;1640.80;9.50;575.20;-1.54;1.06 +5252;14;1688.00;9.50;582.40;1.88;1.06 +5252;15;1628.80;9.50;588.80;4.39;1.06 +5252;16;1647.20;9.50;594.40;3.98;1.06 +5252;17;1672.00;9.50;595.20;2.93;1.06 5252;21;1651.62;9.50;576.00;1.57;1.06 +5253;0;677.00;9.50;283.00;0.00;0.86 +5253;1;667.50;9.50;278.00;-1.08;0.86 +5253;2;688.50;9.50;275.00;0.96;0.86 +5253;3;688.50;9.50;286.50;1.86;0.86 +5253;4;654.50;9.50;284.00;4.66;0.86 +5253;5;665.50;9.50;289.50;4.19;0.86 +5253;9;660.62;9.50;283.00;1.57;0.86 +5253;10;693.38;9.50;283.00;-1.57;0.86 +5253;11;661.80;9.50;275.00;-1.08;0.86 +5253;12;695.40;9.50;270.20;0.96;0.86 +5253;13;695.40;9.50;288.60;1.86;0.86 +5253;14;641.00;9.50;284.60;4.66;0.86 +5253;15;658.60;9.50;293.40;4.19;0.86 5253;21;660.62;9.50;283.00;1.57;0.86 +5254;0;236.00;9.50;857.00;0.00;1.26 +5254;1;230.00;9.50;844.50;-0.44;1.26 +5254;2;240.50;9.50;842.00;0.29;1.26 +5254;3;247.50;9.50;851.00;1.09;1.26 +5254;4;224.00;9.50;860.00;4.46;1.26 +5254;5;245.50;9.50;867.00;2.38;1.26 +5254;6;233.00;9.50;872.00;3.33;1.26 +5254;7;237.50;9.50;873.00;3.04;1.26 +5254;9;223.94;9.50;857.00;1.57;1.26 +5254;10;248.06;9.50;857.00;-1.57;1.26 +5254;11;226.40;9.50;837.00;-0.44;1.26 +5254;12;243.20;9.50;833.00;0.29;1.26 +5254;13;254.40;9.50;847.40;1.09;1.26 +5254;14;216.80;9.50;861.80;4.46;1.26 +5254;15;251.20;9.50;873.00;2.38;1.26 +5254;16;231.20;9.50;881.00;3.33;1.26 +5254;17;238.40;9.50;882.60;3.04;1.26 5254;21;223.94;9.50;857.00;1.57;1.26 +5255;0;943.00;9.50;1077.00;0.00;1.40 +5255;1;929.00;9.50;1069.50;-1.07;1.40 +5255;2;949.50;9.50;1068.50;0.65;1.40 +5255;3;958.50;9.50;1084.50;2.02;1.40 +5255;4;927.50;9.50;1081.50;4.43;1.40 +5255;5;941.00;9.50;1089.00;3.30;1.40 +5255;6;951.00;9.50;1092.00;2.65;1.40 +5255;9;928.24;9.50;1077.00;1.57;1.40 +5255;10;957.76;9.50;1077.00;-1.57;1.40 +5255;11;920.60;9.50;1065.00;-1.07;1.40 +5255;12;953.40;9.50;1063.40;0.65;1.40 +5255;13;967.80;9.50;1089.00;2.02;1.40 +5255;14;918.20;9.50;1084.20;4.43;1.40 +5255;15;939.80;9.50;1096.20;3.30;1.40 +5255;16;955.80;9.50;1101.00;2.65;1.40 5255;21;928.24;9.50;1077.00;1.57;1.40 +5256;0;1198.00;9.50;914.00;0.00;1.32 +5256;1;1189.50;9.50;905.00;-0.75;1.32 +5256;2;1204.50;9.50;899.50;0.42;1.32 +5256;3;1210.50;9.50;915.50;1.69;1.32 +5256;4;1183.00;9.50;921.50;4.24;1.32 +5256;5;1193.50;9.50;928.50;3.44;1.32 +5256;6;1206.50;9.50;927.50;2.58;1.32 +5256;9;1185.76;9.50;914.00;1.57;1.32 +5256;10;1210.24;9.50;914.00;-1.57;1.32 +5256;11;1184.40;9.50;899.60;-0.75;1.32 +5256;12;1208.40;9.50;890.80;0.42;1.32 +5256;13;1218.00;9.50;916.40;1.69;1.32 +5256;14;1174.00;9.50;926.00;4.24;1.32 +5256;15;1190.80;9.50;937.20;3.44;1.32 +5256;16;1211.60;9.50;935.60;2.58;1.32 5256;21;1185.76;9.50;914.00;1.57;1.32 +5257;0;872.00;9.50;1723.00;0.00;1.38 +5257;1;881.00;9.50;1705.00;0.46;1.38 +5257;2;878.00;10.00;1709.50;0.41;1.38 +5257;3;883.50;9.50;1708.50;0.67;1.38 +5257;4;881.00;9.50;1715.50;0.87;1.38 +5257;5;872.50;11.40;1713.00;0.05;1.38 +5257;6;872.00;11.45;1713.50;0.00;1.38 +5257;7;874.50;9.50;1718.50;0.50;1.38 +5257;8;878.50;9.50;1722.00;1.41;1.38 +5257;9;859.58;9.50;1723.00;1.57;1.38 +5257;10;884.42;9.63;1723.00;-1.57;1.38 +5257;11;886.40;10.59;1694.20;0.46;1.38 +5257;12;881.60;9.50;1701.40;0.41;1.38 +5257;13;890.40;9.50;1699.80;0.67;1.38 +5257;14;886.40;9.50;1711.00;0.87;1.38 +5257;15;872.80;9.54;1707.00;0.05;1.38 +5257;16;872.00;9.66;1707.80;0.00;1.38 +5257;17;876.00;9.50;1715.80;0.50;1.38 +5257;18;882.40;9.50;1721.40;1.41;1.38 5257;21;859.58;9.50;1723.00;1.57;1.38 +5258;0;2670.00;9.50;1407.00;0.00;0.80 +5258;1;2663.50;9.50;1404.50;-1.20;0.80 +5258;2;2671.50;9.50;1396.50;0.14;0.80 +5258;3;2677.00;9.50;1400.00;0.78;0.80 +5258;4;2677.00;9.50;1409.00;1.84;0.80 +5258;5;2661.50;9.50;1413.00;4.09;0.80 +5258;6;2669.00;9.50;1415.50;3.25;0.80 +5258;9;2662.80;9.50;1407.00;1.57;0.80 +5258;10;2677.20;9.50;1407.00;-1.57;0.80 +5258;11;2659.60;9.50;1403.00;-1.20;0.80 +5258;12;2672.40;9.50;1390.20;0.14;0.80 +5258;13;2681.20;9.50;1395.80;0.78;0.80 +5258;14;2681.20;9.50;1410.20;1.84;0.80 +5258;15;2656.40;9.50;1416.60;4.09;0.80 +5258;16;2668.40;9.50;1420.60;3.25;0.80 5258;21;2662.80;9.50;1407.00;1.57;0.80 +5259;0;2421.00;9.50;1645.00;0.00;1.44 +5259;1;2421.00;9.50;1632.00;0.00;1.44 +5259;2;2436.50;9.50;1636.50;1.06;1.44 +5259;3;2405.00;9.50;1654.00;4.20;1.44 +5259;4;2420.00;9.50;1657.00;3.22;1.44 +5259;9;2408.04;9.50;1645.00;1.57;1.44 +5259;10;2433.96;9.50;1645.00;-1.57;1.44 +5259;11;2421.00;9.50;1624.20;0.00;1.44 +5259;12;2445.80;9.50;1631.40;1.06;1.44 +5259;13;2395.40;9.50;1659.40;4.20;1.44 +5259;14;2419.40;9.50;1664.20;3.22;1.44 5259;21;2408.04;9.50;1645.00;1.57;1.44 +5260;0;1925.00;9.50;1230.00;0.00;1.40 +5260;1;1927.00;9.50;1218.00;0.16;1.40 +5260;2;1944.00;9.50;1210.50;0.77;1.40 +5260;3;1941.50;9.50;1221.50;1.09;1.40 +5260;4;1910.00;9.50;1238.50;4.19;1.40 +5260;5;1924.50;9.50;1242.00;3.18;1.40 +5260;9;1912.40;9.50;1230.00;1.57;1.40 +5260;10;1937.60;9.50;1230.00;-1.57;1.40 +5260;11;1928.20;9.50;1210.80;0.16;1.40 +5260;12;1955.40;9.50;1198.80;0.77;1.40 +5260;13;1951.40;9.50;1216.40;1.09;1.40 +5260;14;1901.00;9.50;1243.60;4.19;1.40 +5260;15;1924.20;9.50;1249.20;3.18;1.40 5260;21;1912.40;9.50;1230.00;1.57;1.40 +5261;0;64.00;9.50;1236.00;0.00;1.22 +5261;1;61.50;9.50;1223.50;-0.19;1.22 +5261;2;76.50;9.50;1227.00;0.94;1.22 +5261;3;49.00;9.50;1227.50;-1.05;1.22 +5261;4;43.50;9.50;1236.50;4.68;1.22 +5261;5;80.50;9.50;1242.00;1.92;1.22 +5261;6;57.00;9.50;1245.50;3.77;1.22 +5261;7;75.50;9.50;1250.00;2.45;1.22 +5261;9;49.78;9.50;1236.00;1.57;1.22 +5261;10;78.22;9.50;1236.00;-1.57;1.22 +5261;11;60.00;9.50;1216.00;-0.19;1.22 +5261;12;84.00;9.50;1221.60;0.94;1.22 +5261;13;40.00;9.50;1222.40;-1.05;1.22 +5261;14;31.20;9.50;1236.80;4.68;1.22 +5261;15;90.40;9.50;1245.60;1.92;1.22 +5261;16;52.80;9.50;1251.20;3.77;1.22 +5261;17;82.40;9.50;1258.40;2.45;1.22 5261;21;49.78;9.50;1236.00;1.57;1.22 +5262;0;1225.00;9.50;1065.00;0.00;1.24 +5262;1;1221.00;9.50;1051.50;-0.28;1.24 +5262;2;1213.50;9.50;1060.00;-1.16;1.24 +5262;3;1236.50;9.50;1060.00;1.16;1.24 +5262;4;1238.00;9.50;1071.00;2.00;1.24 +5262;5;1217.00;9.50;1076.50;3.74;1.24 +5262;6;1226.00;9.50;1078.50;3.06;1.24 +5262;9;1213.84;9.50;1065.00;1.57;1.24 +5262;10;1236.16;9.50;1065.00;-1.57;1.24 +5262;11;1218.60;9.50;1043.40;-0.28;1.24 +5262;12;1206.60;9.50;1057.00;-1.16;1.24 +5262;13;1243.40;9.50;1057.00;1.16;1.24 +5262;14;1245.80;9.50;1074.60;2.00;1.24 +5262;15;1212.20;9.50;1083.40;3.74;1.24 +5262;16;1226.60;9.50;1086.60;3.06;1.24 5262;21;1213.84;9.50;1065.00;1.57;1.24 +5263;0;4833.00;9.50;453.00;0.00;1.04 +5263;1;4828.00;9.50;438.50;-0.33;1.04 +5263;2;4836.00;9.50;436.50;0.18;1.04 +5263;3;4838.50;9.50;441.50;0.44;1.04 +5263;4;4822.50;9.50;448.50;-1.16;1.04 +5263;5;4842.00;9.50;449.50;1.20;1.04 +5263;6;4845.00;9.50;454.00;1.65;1.04 +5263;7;4823.00;9.50;458.00;4.24;1.04 +5263;8;4840.50;9.50;466.50;2.63;1.04 +5263;9;4823.64;9.50;453.00;1.57;1.04 +5263;10;4842.36;9.50;453.00;-1.57;1.04 +5263;11;4825.00;9.50;429.80;-0.33;1.04 +5263;12;4837.80;9.50;426.60;0.18;1.04 +5263;13;4841.80;9.50;434.60;0.44;1.04 +5263;14;4816.20;9.50;445.80;-1.16;1.04 +5263;15;4847.40;9.50;447.40;1.20;1.04 +5263;16;4852.20;9.50;454.60;1.65;1.04 +5263;17;4817.00;9.50;461.00;4.24;1.04 +5263;18;4845.00;9.50;474.60;2.63;1.04 5263;21;4823.64;9.50;453.00;1.57;1.04 +5264;0;5442.00;10.92;1985.00;0.00;2.52 +5264;1;5437.00;10.20;1955.00;-0.16;2.52 +5264;2;5415.50;11.40;1986.50;4.65;2.52 +5264;3;5470.00;9.70;1986.00;1.60;2.52 +5264;9;5418.96;11.05;1985.00;1.57;2.52 +5264;10;5465.04;9.85;1985.00;-1.57;2.52 5264;21;5418.96;11.05;1985.00;1.57;2.52 +5265;0;5144.00;9.50;19.00;0.00;0.78 +5265;1;5126.50;9.50;17.50;-1.48;0.78 +5265;2;5159.00;9.50;15.00;1.31;0.78 +5265;3;5160.00;9.50;24.00;1.87;0.78 +5265;4;5137.00;9.50;27.50;3.83;0.78 +5265;9;5127.26;9.50;19.00;1.57;0.78 +5265;10;5160.74;9.50;19.00;-1.57;0.78 +5265;11;5116.00;9.50;16.60;-1.48;0.78 +5265;12;5168.00;9.50;12.60;1.31;0.78 +5265;13;5169.60;9.50;27.00;1.87;0.78 +5265;14;5132.80;9.50;32.60;3.83;0.78 5265;21;5127.26;9.50;19.00;1.57;0.78 +5266;0;5250.00;9.50;1184.00;0.00;1.20 +5266;1;5239.50;9.50;1169.50;-0.62;1.20 +5266;2;5226.50;9.50;1168.50;-0.98;1.20 +5266;3;5233.50;9.50;1179.50;-1.30;1.20 +5266;4;5253.00;9.50;1172.00;0.24;1.20 +5266;5;5264.50;9.50;1185.00;1.64;1.20 +5266;6;5244.00;9.50;1194.00;3.68;1.20 +5266;7;5260.50;9.50;1198.00;2.49;1.20 +5266;8;5274.50;9.50;1197.00;2.05;1.20 +5266;9;5232.72;9.50;1184.00;1.57;1.20 +5266;10;5267.28;9.50;1184.00;-1.57;1.20 +5266;11;5233.20;9.50;1160.80;-0.62;1.20 +5266;12;5212.40;9.50;1159.20;-0.98;1.20 +5266;13;5223.60;9.50;1176.80;-1.30;1.20 +5266;14;5254.80;9.50;1164.80;0.24;1.20 +5266;15;5273.20;9.50;1185.60;1.64;1.20 +5266;16;5240.40;9.50;1200.00;3.68;1.20 +5266;17;5266.80;9.50;1206.40;2.49;1.20 +5266;18;5289.20;9.50;1204.80;2.05;1.20 5266;21;5232.72;9.50;1184.00;1.57;1.20 +5267;0;4831.00;9.50;685.00;0.00;1.04 +5267;1;4831.00;9.50;671.00;0.00;1.04 +5267;2;4821.00;9.50;676.00;-0.83;1.04 +5267;3;4841.00;9.50;680.50;1.14;1.04 +5267;4;4820.00;9.50;691.50;4.17;1.04 +5267;5;4821.00;9.50;686.50;4.56;1.04 +5267;6;4841.50;9.50;696.00;2.37;1.04 +5267;7;4821.00;9.50;695.50;3.90;1.04 +5267;8;4831.00;9.50;699.00;3.14;1.04 +5267;9;4821.64;9.50;685.00;1.57;1.04 +5267;10;4840.36;9.50;685.00;-1.57;1.04 +5267;11;4831.00;9.50;662.60;0.00;1.04 +5267;12;4815.00;9.50;670.60;-0.83;1.04 +5267;13;4847.00;9.50;677.80;1.14;1.04 +5267;14;4813.40;9.50;695.40;4.17;1.04 +5267;15;4815.00;9.50;687.40;4.56;1.04 +5267;16;4847.80;9.50;702.60;2.37;1.04 +5267;17;4815.00;9.50;701.80;3.90;1.04 +5267;18;4831.00;9.50;707.40;3.14;1.04 5267;21;4821.64;9.50;685.00;1.57;1.04 +5268;0;5065.00;9.50;1631.00;0.00;1.20 +5268;1;5057.50;9.50;1617.50;-0.50;1.20 +5268;2;5072.50;9.50;1618.00;0.52;1.20 +5268;3;5049.50;9.50;1619.50;-0.93;1.20 +5268;4;5050.50;9.50;1631.50;4.67;1.20 +5268;5;5080.00;9.50;1633.50;1.73;1.20 +5268;6;5051.50;9.50;1643.00;3.98;1.20 +5268;7;5065.00;9.50;1644.50;3.14;1.20 +5268;9;5053.48;9.50;1631.00;1.57;1.20 +5268;10;5076.52;9.50;1631.00;-1.57;1.20 +5268;11;5053.00;9.50;1609.40;-0.50;1.20 +5268;12;5077.00;9.50;1610.20;0.52;1.20 +5268;13;5040.20;9.50;1612.60;-0.93;1.20 +5268;14;5041.80;9.50;1631.80;4.67;1.20 +5268;15;5089.00;9.50;1635.00;1.73;1.20 +5268;16;5043.40;9.50;1650.20;3.98;1.20 +5268;17;5065.00;9.50;1652.60;3.14;1.20 5268;21;5053.48;9.50;1631.00;1.57;1.20 +5269;0;4562.00;9.50;979.00;0.00;1.42 +5269;1;4551.00;9.50;960.00;-0.52;1.42 +5269;2;4547.00;9.50;962.00;-0.72;1.42 +5269;3;4558.50;9.50;962.50;-0.20;1.42 +5269;4;4546.00;9.50;965.50;-0.87;1.42 +5269;5;4571.00;9.50;974.50;1.10;1.42 +5269;6;4548.00;9.50;973.00;-1.16;1.42 +5269;7;4548.00;9.50;978.50;-1.53;1.42 +5269;8;4546.50;9.50;984.50;4.37;1.42 +5269;9;4549.22;9.50;979.00;1.57;1.42 +5269;10;4574.78;9.50;979.00;-1.57;1.42 +5269;11;4544.40;9.50;948.60;-0.52;1.42 +5269;12;4538.00;9.50;951.80;-0.72;1.42 +5269;13;4556.40;9.50;952.60;-0.20;1.42 +5269;14;4536.40;9.50;957.40;-0.87;1.42 +5269;15;4576.40;9.50;971.80;1.10;1.42 +5269;16;4539.60;9.50;969.40;-1.16;1.42 +5269;17;4539.60;9.50;978.20;-1.53;1.42 +5269;18;4537.20;9.50;987.80;4.37;1.42 5269;21;4549.22;9.50;979.00;1.57;1.42 +5270;0;3957.00;9.50;240.00;0.00;1.04 +5270;1;3952.50;9.50;229.50;-0.40;1.04 +5270;2;3963.50;9.50;229.50;0.55;1.04 +5270;3;3946.50;9.50;242.50;4.47;1.04 +5270;4;3969.50;9.50;238.00;1.41;1.04 +5270;5;3964.00;9.50;247.50;2.39;1.04 +5270;6;3951.50;9.50;253.00;3.54;1.04 +5270;9;3947.64;9.50;240.00;1.57;1.04 +5270;10;3966.36;9.50;240.00;-1.57;1.04 +5270;11;3949.80;9.50;223.20;-0.40;1.04 +5270;12;3967.40;9.50;223.20;0.55;1.04 +5270;13;3940.20;9.50;244.00;4.47;1.04 +5270;14;3977.00;9.50;236.80;1.41;1.04 +5270;15;3968.20;9.50;252.00;2.39;1.04 +5270;16;3948.20;9.50;260.80;3.54;1.04 5270;21;3947.64;9.50;240.00;1.57;1.04 +5271;0;3593.00;9.50;608.00;0.00;1.04 +5271;1;3602.00;9.50;595.00;0.60;1.04 +5271;2;3604.00;9.50;597.50;0.80;1.04 +5271;3;3592.00;9.50;597.00;-0.09;1.04 +5271;4;3581.00;9.50;609.00;4.62;1.04 +5271;5;3603.00;9.50;611.00;1.86;1.04 +5271;6;3590.00;9.50;619.00;3.40;1.04 +5271;9;3583.64;9.50;608.00;1.57;1.04 +5271;10;3602.36;9.50;608.00;-1.57;1.04 +5271;11;3607.40;9.50;587.20;0.60;1.04 +5271;12;3610.60;9.50;591.20;0.80;1.04 +5271;13;3591.40;9.50;590.40;-0.09;1.04 +5271;14;3573.80;9.50;609.60;4.62;1.04 +5271;15;3609.00;9.50;612.80;1.86;1.04 +5271;16;3588.20;9.50;625.60;3.40;1.04 5271;21;3583.64;9.50;608.00;1.57;1.04 +5272;0;3486.00;9.50;225.00;0.00;1.14 +5272;1;3492.50;9.50;209.00;0.38;1.14 +5272;2;3497.50;9.50;219.00;1.09;1.14 +5272;3;3482.00;9.50;215.00;-0.38;1.14 +5272;4;3476.00;9.50;231.00;4.17;1.14 +5272;5;3499.00;9.50;229.00;1.86;1.14 +5272;6;3491.00;9.50;234.50;2.65;1.14 +5272;7;3483.00;9.50;242.00;3.31;1.14 +5272;9;3475.74;9.50;225.00;1.57;1.14 +5272;10;3496.26;9.50;225.00;-1.57;1.14 +5272;11;3496.40;9.50;199.40;0.38;1.14 +5272;12;3504.40;9.50;215.40;1.09;1.14 +5272;13;3479.60;9.50;209.00;-0.38;1.14 +5272;14;3470.00;9.50;234.60;4.17;1.14 +5272;15;3506.80;9.50;231.40;1.86;1.14 +5272;16;3494.00;9.50;240.20;2.65;1.14 +5272;17;3481.20;9.50;252.20;3.31;1.14 5272;21;3475.74;9.50;225.00;1.57;1.14 +5273;0;2810.00;9.50;542.00;0.00;1.14 +5273;1;2814.00;9.50;530.50;0.33;1.14 +5273;2;2801.50;9.50;533.50;-0.78;1.14 +5273;3;2824.50;9.50;535.00;1.12;1.14 +5273;4;2826.00;9.50;538.50;1.35;1.14 +5273;5;2799.50;9.50;550.50;4.03;1.14 +5273;6;2826.00;9.50;543.00;1.63;1.14 +5273;7;2813.00;9.50;551.50;2.83;1.14 +5273;8;2801.00;9.50;561.50;3.57;1.14 +5273;9;2799.74;9.50;542.00;1.57;1.14 +5273;10;2820.26;9.50;542.00;-1.57;1.14 +5273;11;2816.40;9.50;523.60;0.33;1.14 +5273;12;2796.40;9.50;528.40;-0.78;1.14 +5273;13;2833.20;9.50;530.80;1.12;1.14 +5273;14;2835.60;9.50;536.40;1.35;1.14 +5273;15;2793.20;9.50;555.60;4.03;1.14 +5273;16;2835.60;9.50;543.60;1.63;1.14 +5273;17;2814.80;9.50;557.20;2.83;1.14 +5273;18;2795.60;9.50;573.20;3.57;1.14 5273;21;2799.74;9.50;542.00;1.57;1.14 +5274;0;2561.00;9.50;260.00;0.00;0.98 +5274;1;2566.00;9.50;249.50;0.44;0.98 +5274;2;2575.00;9.50;249.00;0.90;0.98 +5274;3;2551.50;9.50;251.50;-0.84;0.98 +5274;4;2573.50;9.50;261.00;1.65;0.98 +5274;5;2547.50;9.50;261.00;4.63;0.98 +5274;6;2560.00;9.50;271.00;3.23;0.98 +5274;7;2571.00;9.50;273.00;2.48;0.98 +5274;9;2550.38;9.50;260.00;1.57;0.98 +5274;10;2571.62;9.50;260.00;-1.57;0.98 +5274;11;2569.00;9.50;243.20;0.44;0.98 +5274;12;2583.40;9.50;242.40;0.90;0.98 +5274;13;2545.80;9.50;246.40;-0.84;0.98 +5274;14;2581.00;9.50;261.60;1.65;0.98 +5274;15;2539.40;9.50;261.60;4.63;0.98 +5274;16;2559.40;9.50;277.60;3.23;0.98 +5274;17;2577.00;9.50;280.80;2.48;0.98 5274;21;2550.38;9.50;260.00;1.57;0.98 +5275;0;2398.00;9.50;1218.00;0.00;1.10 +5275;1;2404.50;9.50;1205.50;0.48;1.10 +5275;2;2384.00;9.50;1219.50;4.60;1.10 +5275;3;2418.00;9.50;1206.50;1.04;1.10 +5275;4;2414.50;9.50;1216.50;1.48;1.10 +5275;5;2394.00;9.50;1229.50;3.47;1.10 +5275;9;2383.06;9.50;1218.00;1.57;1.10 +5275;10;2412.94;9.50;1218.00;-1.57;1.10 +5275;11;2408.40;9.50;1198.00;0.48;1.10 +5275;12;2375.60;9.50;1220.40;4.60;1.10 +5275;13;2430.00;9.50;1199.60;1.04;1.10 +5275;14;2424.40;9.50;1215.60;1.48;1.10 +5275;15;2391.60;9.50;1236.40;3.47;1.10 5275;21;2383.06;9.50;1218.00;1.57;1.10 +5276;0;2067.00;9.50;1403.00;0.00;0.92 +5276;1;2069.50;9.50;1391.00;0.20;0.92 +5276;2;2077.50;9.50;1396.50;1.01;0.92 +5276;3;2058.00;9.50;1405.50;4.44;0.92 +5276;4;2070.50;9.50;1412.00;2.77;0.92 +5276;5;2060.50;9.50;1417.00;3.57;0.92 +5276;9;2058.72;9.50;1403.00;1.57;0.92 +5276;10;2075.28;9.50;1403.00;-1.57;0.92 +5276;11;2071.00;9.50;1383.80;0.20;0.92 +5276;12;2083.80;9.50;1392.60;1.01;0.92 +5276;13;2052.60;9.50;1407.00;4.44;0.92 +5276;14;2072.60;9.50;1417.40;2.77;0.92 +5276;15;2056.60;9.50;1425.40;3.57;0.92 5276;21;2058.72;9.50;1403.00;1.57;0.92 +5277;0;1679.00;9.50;526.00;0.00;1.22 +5277;1;1679.00;9.50;513.00;0.00;1.22 +5277;2;1694.00;9.50;512.00;0.82;1.22 +5277;3;1694.50;9.50;524.50;1.47;1.22 +5277;4;1664.00;9.50;517.50;-1.05;1.22 +5277;5;1664.00;9.50;532.00;4.33;1.22 +5277;6;1695.00;9.50;537.50;2.19;1.22 +5277;7;1679.50;9.50;540.00;3.10;1.22 +5277;9;1667.48;9.50;526.00;1.57;1.22 +5277;10;1690.52;9.50;526.00;-1.57;1.22 +5277;11;1679.00;9.50;505.20;0.00;1.22 +5277;12;1703.00;9.50;503.60;0.82;1.22 +5277;13;1703.80;9.50;523.60;1.47;1.22 +5277;14;1655.00;9.50;512.40;-1.05;1.22 +5277;15;1655.00;9.50;535.60;4.33;1.22 +5277;16;1704.60;9.50;544.40;2.19;1.22 +5277;17;1679.80;9.50;548.40;3.10;1.22 5277;21;1667.48;9.50;526.00;1.57;1.22 +5278;0;629.00;9.50;310.00;0.00;1.06 +5278;1;619.00;9.50;301.50;-0.86;1.06 +5278;2;641.50;9.50;303.00;1.06;1.06 +5278;3;615.00;9.50;315.50;4.33;1.06 +5278;4;652.00;9.50;309.00;1.52;1.06 +5278;5;635.50;9.50;317.00;2.39;1.06 +5278;6;621.00;9.50;325.00;3.63;1.06 +5278;9;612.80;9.50;310.00;1.57;1.06 +5278;10;645.20;9.50;310.00;-1.57;1.06 +5278;11;613.00;9.50;296.40;-0.86;1.06 +5278;12;649.00;9.50;298.80;1.06;1.06 +5278;13;606.60;9.50;318.80;4.33;1.06 +5278;14;665.80;9.50;308.40;1.52;1.06 +5278;15;639.40;9.50;321.20;2.39;1.06 +5278;16;616.20;9.50;334.00;3.63;1.06 5278;21;612.80;9.50;310.00;1.57;1.06 +5279;0;154.00;9.50;946.00;0.00;1.08 +5279;1;161.50;9.50;934.00;0.55;1.08 +5279;2;139.50;9.50;941.00;-1.23;1.08 +5279;3;180.00;9.50;935.50;1.18;1.08 +5279;4;169.50;9.50;947.00;1.63;1.08 +5279;5;134.50;9.50;954.50;4.30;1.08 +5279;6;160.00;9.50;959.00;2.70;1.08 +5279;7;146.00;9.50;959.50;3.67;1.08 +5279;9;136.54;9.50;946.00;1.57;1.08 +5279;10;171.46;9.50;946.00;-1.57;1.08 +5279;11;166.00;9.50;926.80;0.55;1.08 +5279;12;130.80;9.50;938.00;-1.23;1.08 +5279;13;195.60;9.50;929.20;1.18;1.08 +5279;14;178.80;9.50;947.60;1.63;1.08 +5279;15;122.80;9.50;959.60;4.30;1.08 +5279;16;163.60;9.50;966.80;2.70;1.08 +5279;17;141.20;9.50;967.60;3.67;1.08 5279;21;136.54;9.50;946.00;1.57;1.08 +5280;0;892.00;9.50;1047.00;0.00;1.26 +5280;1;896.50;9.50;1036.00;0.38;1.26 +5280;2;881.50;9.50;1038.00;-0.86;1.26 +5280;3;909.00;9.50;1044.00;1.39;1.26 +5280;4;903.50;9.50;1054.50;2.14;1.26 +5280;5;879.00;9.50;1051.00;4.41;1.26 +5280;6;887.50;9.50;1059.00;3.50;1.26 +5280;9;880.66;9.50;1047.00;1.57;1.26 +5280;10;903.34;9.50;1047.00;-1.57;1.26 +5280;11;899.20;9.50;1029.40;0.38;1.26 +5280;12;875.20;9.50;1032.60;-0.86;1.26 +5280;13;919.20;9.50;1042.20;1.39;1.26 +5280;14;910.40;9.50;1059.00;2.14;1.26 +5280;15;871.20;9.50;1053.40;4.41;1.26 +5280;16;884.80;9.50;1066.20;3.50;1.26 5280;21;880.66;9.50;1047.00;1.57;1.26 +5281;0;1248.00;9.50;968.00;0.00;1.08 +5281;1;1231.50;9.50;954.50;-0.88;1.08 +5281;2;1242.50;9.50;955.50;-0.41;1.08 +5281;3;1235.00;9.50;968.00;4.71;1.08 +5281;4;1260.00;9.50;962.00;1.10;1.08 +5281;5;1260.50;9.50;975.00;2.08;1.08 +5281;6;1246.00;9.50;982.00;3.28;1.08 +5281;9;1234.86;9.50;968.00;1.57;1.08 +5281;10;1261.14;9.50;968.00;-1.57;1.08 +5281;11;1221.60;9.50;946.40;-0.88;1.08 +5281;12;1239.20;9.50;948.00;-0.41;1.08 +5281;13;1227.20;9.50;968.00;4.71;1.08 +5281;14;1267.20;9.50;958.40;1.10;1.08 +5281;15;1268.00;9.50;979.20;2.08;1.08 +5281;16;1244.80;9.50;990.40;3.28;1.08 5281;21;1234.86;9.50;968.00;1.57;1.08 +5282;0;829.00;9.50;1709.00;0.00;0.94 +5282;1;834.50;9.50;1700.00;0.54;0.94 +5282;2;817.00;9.50;1705.00;-1.24;0.94 +5282;3;845.50;9.50;1705.00;1.33;0.94 +5282;4;850.50;9.50;1706.50;1.45;0.94 +5282;5;844.50;9.50;1710.00;1.63;0.94 +5282;6;818.00;9.50;1717.00;4.08;0.94 +5282;7;839.00;9.50;1715.00;2.11;0.94 +5282;8;830.00;9.50;1719.50;3.04;0.94 +5282;9;814.96;9.50;1709.00;1.57;0.94 +5282;10;843.04;9.50;1709.00;-1.57;0.94 +5282;11;837.80;9.50;1694.60;0.54;0.94 +5282;12;809.80;9.50;1702.60;-1.24;0.94 +5282;13;855.40;9.50;1702.60;1.33;0.94 +5282;14;863.40;9.66;1705.00;1.45;0.94 +5282;15;853.80;9.50;1710.60;1.63;0.94 +5282;16;811.40;9.50;1721.80;4.08;0.94 +5282;17;845.00;9.50;1718.60;2.11;0.94 +5282;18;830.60;9.50;1725.80;3.04;0.94 5282;21;814.96;9.50;1709.00;1.57;0.94 +5283;0;3025.00;14.07;1496.00;0.00;0.20 +5283;1;3025.00;12.85;1493.50;0.00;0.20 +5283;2;3027.00;13.30;1494.50;0.92;0.20 +5283;3;3022.00;12.80;1496.00;4.71;0.20 +5283;4;3026.00;14.77;1497.00;2.35;0.20 +5283;5;3022.50;13.75;1497.00;4.33;0.20 +5283;6;3023.00;14.60;1497.50;4.06;0.20 +5283;9;3022.84;13.40;1496.00;1.57;0.20 +5283;10;3027.16;13.83;1496.00;-1.57;0.20 5283;21;3022.84;13.40;1496.00;1.57;0.20 +5284;0;2645.00;9.50;1363.00;0.00;0.80 +5284;1;2645.50;9.50;1356.50;0.07;0.80 +5284;2;2656.50;9.50;1356.50;1.05;0.80 +5284;3;2656.00;9.50;1358.50;1.18;0.80 +5284;4;2635.00;9.50;1364.00;4.61;0.80 +5284;5;2656.00;9.50;1363.50;1.61;0.80 +5284;6;2655.00;9.50;1367.50;1.99;0.80 +5284;7;2656.50;9.50;1367.00;1.90;0.80 +5284;8;2643.50;9.50;1370.00;3.35;0.80 +5284;9;2636.18;9.50;1363.00;1.57;0.80 +5284;10;2653.82;9.50;1363.00;-1.57;0.80 +5284;11;2645.80;9.50;1352.60;0.07;0.80 +5284;12;2663.40;9.50;1352.60;1.05;0.80 +5284;13;2662.60;9.50;1355.80;1.18;0.80 +5284;14;2629.00;9.50;1364.60;4.61;0.80 +5284;15;2662.60;9.50;1363.80;1.61;0.80 +5284;16;2661.00;9.50;1370.20;1.99;0.80 +5284;17;2663.40;9.50;1369.40;1.90;0.80 +5284;18;2642.60;9.50;1374.20;3.35;0.80 5284;21;2636.18;9.50;1363.00;1.57;0.80 +5285;0;1607.00;9.50;53.00;0.00;0.84 +5285;1;1602.50;9.50;47.00;-0.64;0.84 +5285;2;1615.00;9.50;43.00;0.67;0.84 +5285;3;1615.50;9.50;53.00;1.57;0.84 +5285;4;1598.50;9.50;56.50;4.32;0.84 +5285;5;1609.00;9.50;63.00;2.94;0.84 +5285;9;1598.18;9.50;53.00;1.57;0.84 +5285;10;1615.82;9.50;53.00;-1.57;0.84 +5285;11;1599.80;9.50;43.40;-0.64;0.84 +5285;12;1619.80;9.50;37.00;0.67;0.84 +5285;13;1620.60;9.50;53.00;1.57;0.84 +5285;14;1593.40;9.50;58.60;4.32;0.84 +5285;15;1610.20;9.50;69.00;2.94;0.84 5285;21;1598.18;9.50;53.00;1.57;0.84 +5286;0;2475.00;9.50;1756.00;0.00;1.32 +5286;1;2482.00;9.50;1742.00;0.46;1.32 +5286;2;2464.00;9.50;1746.50;-0.85;1.32 +5286;3;2493.00;9.50;1749.00;1.20;1.32 +5286;4;2456.50;9.50;1758.00;4.60;1.32 +5286;5;2496.50;9.50;1754.50;1.50;1.32 +5286;6;2485.50;9.50;1764.00;2.22;1.32 +5286;7;2466.50;9.50;1769.00;3.72;1.32 +5286;9;2459.52;9.50;1756.00;1.57;1.32 +5286;10;2490.48;9.50;1756.00;-1.57;1.32 +5286;11;2486.20;9.50;1733.60;0.46;1.32 +5286;12;2457.40;9.50;1740.80;-0.85;1.32 +5286;13;2503.80;9.50;1744.80;1.20;1.32 +5286;14;2445.40;9.50;1759.20;4.60;1.32 +5286;15;2509.40;9.50;1753.60;1.50;1.32 +5286;16;2491.80;9.50;1768.80;2.22;1.32 +5286;17;2461.40;9.50;1776.80;3.72;1.32 5286;21;2459.52;9.50;1756.00;1.57;1.32 +5287;0;1983.00;9.50;1225.00;0.00;1.06 +5287;1;1970.50;9.50;1219.00;-1.12;1.06 +5287;2;1984.50;9.50;1212.50;0.11;1.06 +5287;3;1996.00;9.50;1217.50;1.04;1.06 +5287;4;1994.00;9.50;1231.00;2.07;1.06 +5287;5;1970.50;9.50;1229.50;4.36;1.06 +5287;6;1981.50;9.50;1237.00;3.26;1.06 +5287;9;1973.46;9.50;1225.00;1.57;1.06 +5287;10;1992.54;9.50;1225.00;-1.57;1.06 +5287;11;1963.00;9.50;1215.40;-1.12;1.06 +5287;12;1985.40;9.50;1205.00;0.11;1.06 +5287;13;2003.80;9.50;1213.00;1.04;1.06 +5287;14;2000.60;9.50;1234.60;2.07;1.06 +5287;15;1963.00;9.50;1232.20;4.36;1.06 +5287;16;1980.60;9.50;1244.20;3.26;1.06 5287;21;1973.46;9.50;1225.00;1.57;1.06 +5288;0;6.00;9.50;1163.00;0.00;0.30 +5288;1;8.00;9.50;1157.00;0.32;0.30 +5288;2;3.00;9.50;1155.50;-0.38;0.30 +5288;3;3.00;9.50;1167.00;3.78;0.30 +5288;4;10.00;9.50;1169.50;2.59;0.30 +5288;5;6.50;9.50;1173.50;3.09;0.30 +5288;9;3.30;9.50;1163.00;1.57;0.30 +5288;10;8.70;9.50;1163.00;-1.57;0.30 +5288;11;9.20;9.50;1153.40;0.32;0.30 +5288;12;1.20;9.50;1151.00;-0.38;0.30 +5288;13;1.20;9.50;1169.40;3.78;0.30 +5288;14;12.40;9.50;1173.40;2.59;0.30 +5288;15;6.80;9.50;1179.80;3.09;0.30 5288;21;3.30;9.50;1163.00;1.57;0.30 +5289;0;1308.00;9.50;1039.00;0.00;1.16 +5289;1;1303.00;9.50;1023.50;-0.31;1.16 +5289;2;1296.50;9.50;1036.50;-1.35;1.16 +5289;3;1319.00;9.50;1036.00;1.30;1.16 +5289;4;1319.50;9.50;1048.50;2.26;1.16 +5289;5;1304.00;9.50;1051.50;3.45;1.16 +5289;9;1296.66;9.50;1039.00;1.57;1.16 +5289;10;1319.34;9.50;1039.00;-1.57;1.16 +5289;11;1300.00;9.50;1014.20;-0.31;1.16 +5289;12;1289.60;9.50;1035.00;-1.35;1.16 +5289;13;1325.60;9.50;1034.20;1.30;1.16 +5289;14;1326.40;9.50;1054.20;2.26;1.16 +5289;15;1301.60;9.50;1059.00;3.45;1.16 5289;21;1296.66;9.50;1039.00;1.57;1.16 +5290;0;4877.00;9.50;562.00;0.00;0.98 +5290;1;4873.50;9.50;550.00;-0.28;0.98 +5290;2;4884.50;9.50;561.50;1.50;0.98 +5290;3;4870.00;9.50;565.50;4.24;0.98 +5290;4;4879.50;9.50;561.00;1.19;0.98 +5290;5;4880.50;9.50;576.50;2.90;0.98 +5290;6;4885.50;9.50;577.50;2.64;0.98 +5290;9;4868.18;9.50;562.00;1.57;0.98 +5290;10;4885.82;9.50;562.00;-1.57;0.98 +5290;11;4871.40;9.50;542.80;-0.28;0.98 +5290;12;4889.00;9.50;561.20;1.50;0.98 +5290;13;4865.80;9.50;567.60;4.24;0.98 +5290;14;4881.00;9.50;560.40;1.19;0.98 +5290;15;4882.60;9.50;585.20;2.90;0.98 +5290;16;4890.60;9.50;586.80;2.64;0.98 5290;21;4868.18;9.50;562.00;1.57;0.98 +5291;0;2894.00;10.80;1498.00;0.00;0.22 +5291;1;2894.00;11.20;1494.50;0.00;0.22 +5291;2;2895.00;10.95;1494.50;0.27;0.22 +5291;3;2896.00;10.55;1495.50;0.67;0.22 +5291;4;2892.50;11.35;1496.00;-0.64;0.22 +5291;5;2895.50;10.75;1499.00;2.15;0.22 +5291;6;2891.50;11.20;1498.50;4.51;0.22 +5291;7;2892.00;10.70;1500.50;3.81;0.22 +5291;8;2894.00;10.47;1502.00;3.14;0.22 +5291;9;2892.02;11.14;1498.00;1.57;0.22 +5291;10;2895.98;10.62;1498.00;-1.57;0.22 5291;21;2892.02;11.14;1498.00;1.57;0.22 +5292;0;5197.00;9.50;50.00;0.00;1.08 +5292;1;5186.50;9.50;39.50;-0.78;1.08 +5292;2;5196.00;9.50;36.50;-0.07;1.08 +5292;3;5209.50;9.50;42.50;1.03;1.08 +5292;4;5178.00;9.50;47.50;-1.44;1.08 +5292;5;5214.50;9.50;55.00;1.84;1.08 +5292;6;5181.50;9.50;57.00;4.28;1.08 +5292;7;5194.50;9.50;62.00;3.34;1.08 +5292;9;5180.80;9.50;50.00;1.57;1.08 +5292;10;5213.20;9.50;50.00;-1.57;1.08 +5292;11;5180.20;9.50;33.20;-0.78;1.08 +5292;12;5195.40;9.50;28.40;-0.07;1.08 +5292;13;5217.00;9.50;38.00;1.03;1.08 +5292;14;5166.60;9.50;46.00;-1.44;1.08 +5292;15;5225.00;9.50;58.00;1.84;1.08 +5292;16;5172.20;9.50;61.20;4.28;1.08 +5292;17;5193.00;9.50;69.20;3.34;1.08 5292;21;5180.80;9.50;50.00;1.57;1.08 +5293;0;5278.00;9.50;1134.00;0.00;1.22 +5293;1;5274.50;9.50;1119.50;-0.23;1.22 +5293;2;5292.00;9.50;1135.00;1.64;1.22 +5293;3;5263.50;9.50;1134.00;4.71;1.22 +5293;4;5267.00;9.50;1147.00;3.84;1.22 +5293;5;5282.00;9.50;1148.00;2.86;1.22 +5293;9;5265.58;9.50;1134.00;1.57;1.22 +5293;10;5290.42;9.50;1134.00;-1.57;1.22 +5293;11;5272.40;9.50;1110.80;-0.23;1.22 +5293;12;5300.40;9.50;1135.60;1.64;1.22 +5293;13;5254.80;9.50;1134.00;4.71;1.22 +5293;14;5260.40;9.50;1154.80;3.84;1.22 +5293;15;5284.40;9.50;1156.40;2.86;1.22 5293;21;5265.58;9.50;1134.00;1.57;1.22 +5294;0;4782.00;9.50;675.00;0.00;1.16 +5294;1;4779.50;9.50;655.00;-0.12;1.16 +5294;2;4786.50;9.50;659.50;0.28;1.16 +5294;3;4789.50;9.50;666.00;0.69;1.16 +5294;4;4774.00;9.50;669.00;-0.92;1.16 +5294;5;4790.00;9.50;675.00;1.57;1.16 +5294;6;4793.00;9.50;672.00;1.30;1.16 +5294;7;4795.50;9.50;686.50;2.27;1.16 +5294;8;4770.50;9.50;681.50;4.19;1.16 +5294;9;4771.56;9.50;675.00;1.57;1.16 +5294;10;4792.44;9.50;675.00;-1.57;1.16 +5294;11;4778.00;9.50;643.00;-0.12;1.16 +5294;12;4789.20;9.50;650.20;0.28;1.16 +5294;13;4794.00;9.50;660.60;0.69;1.16 +5294;14;4769.20;9.50;665.40;-0.92;1.16 +5294;15;4794.80;9.50;675.00;1.57;1.16 +5294;16;4799.60;10.36;670.20;1.30;1.16 +5294;17;4803.60;9.50;693.40;2.27;1.16 +5294;18;4763.60;9.50;685.40;4.19;1.16 5294;21;4771.56;9.50;675.00;1.57;1.16 +5295;0;5010.00;9.50;1629.00;0.00;1.14 +5295;1;5013.00;9.50;1615.00;0.21;1.14 +5295;2;4999.50;9.50;1625.00;-1.20;1.14 +5295;3;5020.50;9.50;1617.50;0.74;1.14 +5295;4;5023.00;9.50;1630.50;1.68;1.14 +5295;5;5007.50;9.50;1639.00;3.38;1.14 +5295;9;4998.30;9.50;1629.00;1.57;1.14 +5295;10;5021.70;9.50;1629.00;-1.57;1.14 +5295;11;5014.80;9.50;1606.60;0.21;1.14 +5295;12;4993.20;9.50;1622.60;-1.20;1.14 +5295;13;5026.80;9.50;1610.60;0.74;1.14 +5295;14;5030.80;9.50;1631.40;1.68;1.14 +5295;15;5006.00;9.50;1645.00;3.38;1.14 5295;21;4998.30;9.50;1629.00;1.57;1.14 +5296;0;4603.00;9.50;956.00;0.00;1.30 +5296;1;4600.50;9.50;941.00;-0.16;1.30 +5296;2;4612.00;9.50;947.00;0.78;1.30 +5296;3;4590.50;9.50;948.00;-1.00;1.30 +5296;4;4591.50;9.50;963.00;4.16;1.30 +5296;5;4618.00;9.50;962.00;1.95;1.30 +5296;6;4608.00;9.50;970.50;2.81;1.30 +5296;9;4591.12;9.50;956.00;1.57;1.30 +5296;10;4614.88;9.50;956.00;-1.57;1.30 +5296;11;4599.00;9.50;932.00;-0.16;1.30 +5296;12;4617.40;9.50;941.60;0.78;1.30 +5296;13;4583.00;9.50;943.20;-1.00;1.30 +5296;14;4584.60;9.50;967.20;4.16;1.30 +5296;15;4627.00;9.50;965.60;1.95;1.30 +5296;16;4611.00;9.50;979.20;2.81;1.30 5296;21;4591.12;9.50;956.00;1.57;1.30 +5297;0;3978.00;9.50;195.00;0.00;1.02 +5297;1;3971.50;9.50;185.00;-0.57;1.02 +5297;2;3983.50;9.50;187.00;0.60;1.02 +5297;3;3968.50;9.50;197.00;4.50;1.02 +5297;4;3992.50;9.50;194.00;1.50;1.02 +5297;5;3985.50;9.50;202.50;2.35;1.02 +5297;6;3974.00;9.50;207.00;3.46;1.02 +5297;9;3968.82;9.50;195.00;1.57;1.02 +5297;10;3987.18;9.50;195.00;-1.57;1.02 +5297;11;3967.60;9.50;179.00;-0.57;1.02 +5297;12;3986.80;9.50;182.20;0.60;1.02 +5297;13;3962.80;9.50;198.20;4.50;1.02 +5297;14;4001.20;9.50;193.40;1.50;1.02 +5297;15;3990.00;9.50;207.00;2.35;1.02 +5297;16;3971.60;9.50;214.20;3.46;1.02 5297;21;3968.82;9.50;195.00;1.57;1.02 +5298;0;3516.00;9.50;655.00;0.00;1.10 +5298;1;3512.50;9.50;644.50;-0.32;1.10 +5298;2;3526.00;9.50;647.50;0.92;1.10 +5298;3;3503.50;9.50;651.00;-1.26;1.10 +5298;4;3526.00;9.50;661.00;2.11;1.10 +5298;5;3502.50;9.50;659.00;4.42;1.10 +5298;6;3511.50;9.50;666.00;3.53;1.10 +5298;9;3502.68;9.50;655.00;1.57;1.10 +5298;10;3529.32;9.50;655.00;-1.57;1.10 +5298;11;3510.40;9.50;638.20;-0.32;1.10 +5298;12;3532.00;9.50;643.00;0.92;1.10 +5298;13;3496.00;9.50;648.60;-1.26;1.10 +5298;14;3532.00;9.50;664.60;2.11;1.10 +5298;15;3494.40;9.50;661.40;4.42;1.10 +5298;16;3508.80;9.50;672.60;3.53;1.10 5298;21;3502.68;9.50;655.00;1.57;1.10 +5299;0;3407.00;9.50;338.00;0.00;1.40 +5299;1;3425.50;9.50;328.00;1.07;1.40 +5299;2;3412.50;9.50;325.00;0.40;1.40 +5299;3;3392.50;9.50;332.00;-1.17;1.40 +5299;4;3417.00;9.50;345.50;2.21;1.40 +5299;5;3386.00;9.50;340.50;4.59;1.40 +5299;6;3396.00;9.50;349.50;3.90;1.40 +5299;7;3405.00;9.50;355.50;3.25;1.40 +5299;9;3390.62;9.50;338.00;1.57;1.40 +5299;10;3423.38;9.50;338.00;-1.57;1.40 +5299;11;3436.60;9.50;322.00;1.07;1.40 +5299;12;3415.80;9.50;317.20;0.40;1.40 +5299;13;3383.80;9.50;328.40;-1.17;1.40 +5299;14;3423.00;9.50;350.00;2.21;1.40 +5299;15;3373.40;9.50;342.00;4.59;1.40 +5299;16;3389.40;9.50;356.40;3.90;1.40 +5299;17;3403.80;9.50;366.00;3.25;1.40 5299;21;3390.62;9.50;338.00;1.57;1.40 +5300;0;2777.00;9.50;513.00;0.00;0.84 +5300;1;2779.00;9.50;503.00;0.19;0.84 +5300;2;2768.50;9.50;512.00;-1.45;0.84 +5300;3;2788.00;9.50;509.50;1.26;0.84 +5300;4;2785.00;9.50;519.00;2.21;0.84 +5300;5;2768.50;9.50;524.50;3.77;0.84 +5300;6;2775.00;9.50;524.50;3.31;0.84 +5300;9;2769.44;9.50;513.00;1.57;0.84 +5300;10;2784.56;9.50;513.00;-1.57;0.84 +5300;11;2780.20;9.50;497.00;0.19;0.84 +5300;12;2763.40;9.50;511.40;-1.45;0.84 +5300;13;2794.60;9.50;507.40;1.26;0.84 +5300;14;2789.80;9.50;522.60;2.21;0.84 +5300;15;2763.40;9.50;531.40;3.77;0.84 +5300;16;2773.80;9.50;531.40;3.31;0.84 5300;21;2769.44;9.50;513.00;1.57;0.84 +5301;0;2503.00;9.50;268.00;0.00;0.96 +5301;1;2488.00;9.50;265.00;-1.37;0.96 +5301;2;2499.50;9.50;258.00;-0.33;0.96 +5301;3;2512.50;9.50;258.00;0.76;0.96 +5301;4;2518.50;9.50;265.00;1.38;0.96 +5301;5;2497.00;9.50;276.00;3.78;0.96 +5301;6;2514.50;9.50;276.50;2.20;0.96 +5301;9;2490.40;9.50;268.00;1.57;0.96 +5301;10;2515.60;9.50;268.00;-1.57;0.96 +5301;11;2479.00;9.50;263.20;-1.37;0.96 +5301;12;2497.40;9.50;252.00;-0.33;0.96 +5301;13;2518.20;9.50;252.00;0.76;0.96 +5301;14;2527.80;9.50;263.20;1.38;0.96 +5301;15;2493.40;9.50;280.80;3.78;0.96 +5301;16;2521.40;9.50;281.60;2.20;0.96 5301;21;2490.40;9.50;268.00;1.57;0.96 +5302;0;2377.00;9.50;1142.00;0.00;1.20 +5302;1;2388.50;9.50;1136.00;1.09;1.20 +5302;2;2377.00;9.50;1130.00;0.00;1.20 +5302;3;2365.00;9.50;1140.50;-1.44;1.20 +5302;4;2385.50;9.50;1152.00;2.43;1.20 +5302;5;2370.50;9.50;1153.00;3.67;1.20 +5302;9;2366.20;9.50;1142.00;1.57;1.20 +5302;10;2387.80;9.50;1142.00;-1.57;1.20 +5302;11;2395.40;9.50;1132.40;1.09;1.20 +5302;12;2377.00;9.50;1122.80;0.00;1.20 +5302;13;2357.80;9.50;1139.60;-1.44;1.20 +5302;14;2390.60;9.50;1158.00;2.43;1.20 +5302;15;2366.60;9.50;1159.60;3.67;1.20 5302;21;2366.20;9.50;1142.00;1.57;1.20 +5303;0;2034.00;9.50;1461.00;0.00;1.10 +5303;1;2031.00;9.50;1447.00;-0.21;1.10 +5303;2;2044.00;9.50;1446.00;0.58;1.10 +5303;3;2048.00;9.50;1455.50;1.19;1.10 +5303;4;2023.00;9.50;1449.00;-0.74;1.10 +5303;5;2022.00;9.50;1459.50;-1.44;1.10 +5303;6;2039.50;9.50;1474.00;2.74;1.10 +5303;7;2026.50;9.50;1476.00;3.60;1.10 +5303;9;2024.10;9.50;1461.00;1.57;1.10 +5303;10;2043.90;9.50;1461.00;-1.57;1.10 +5303;11;2029.20;9.50;1438.60;-0.21;1.10 +5303;12;2050.00;9.50;1437.00;0.58;1.10 +5303;13;2056.40;9.50;1452.20;1.19;1.10 +5303;14;2016.40;9.50;1441.80;-0.74;1.10 +5303;15;2014.80;9.50;1458.60;-1.44;1.10 +5303;16;2042.80;9.50;1481.80;2.74;1.10 +5303;17;2022.00;9.50;1485.00;3.60;1.10 5303;21;2024.10;9.50;1461.00;1.57;1.10 +5304;0;1670.00;9.50;472.00;0.00;1.20 +5304;1;1652.50;9.50;464.50;-1.16;1.20 +5304;2;1670.50;9.50;459.50;0.04;1.20 +5304;3;1688.00;9.50;467.50;1.32;1.20 +5304;4;1688.00;9.50;478.50;1.91;1.20 +5304;5;1656.00;9.50;479.00;4.24;1.20 +5304;6;1674.50;9.50;486.00;2.83;1.20 +5304;9;1656.50;9.50;472.00;1.57;1.20 +5304;10;1683.50;9.50;472.00;-1.57;1.20 +5304;11;1642.00;9.50;460.00;-1.16;1.20 +5304;12;1670.80;9.50;452.00;0.04;1.20 +5304;13;1698.80;9.50;464.80;1.32;1.20 +5304;14;1698.80;9.50;482.40;1.91;1.20 +5304;15;1647.60;9.50;483.20;4.24;1.20 +5304;16;1677.20;9.50;494.40;2.83;1.20 5304;21;1656.50;9.50;472.00;1.57;1.20 +5305;0;715.00;9.50;300.00;0.00;1.06 +5305;1;727.00;9.50;289.50;0.85;1.06 +5305;2;707.50;9.50;295.00;-0.98;1.06 +5305;3;724.00;9.50;303.00;1.89;1.06 +5305;4;695.00;9.50;304.00;4.51;1.06 +5305;5;702.00;9.50;309.00;4.10;1.06 +5305;6;711.50;9.50;313.00;3.40;1.06 +5305;9;699.52;9.50;300.00;1.57;1.06 +5305;10;730.48;9.50;300.00;-1.57;1.06 +5305;11;734.20;9.50;283.20;0.85;1.06 +5305;12;703.00;9.50;292.00;-0.98;1.06 +5305;13;729.40;9.50;304.80;1.89;1.06 +5305;14;683.00;9.50;306.40;4.51;1.06 +5305;15;694.20;9.50;314.40;4.10;1.06 +5305;16;709.40;9.50;320.80;3.40;1.06 5305;21;699.52;9.50;300.00;1.57;1.06 +5306;0;99.00;9.50;923.00;0.00;1.28 +5306;1;97.50;9.50;906.50;-0.09;1.28 +5306;2;87.00;9.50;920.00;-1.32;1.28 +5306;3;109.50;9.50;909.50;0.66;1.28 +5306;4;115.50;9.50;917.50;1.24;1.28 +5306;5;112.00;9.50;929.50;2.03;1.28 +5306;6;80.00;9.50;935.50;4.13;1.28 +5306;7;94.50;9.50;936.50;3.46;1.28 +5306;9;85.32;9.50;923.00;1.57;1.28 +5306;10;112.68;9.50;923.00;-1.57;1.28 +5306;11;96.60;9.50;896.60;-0.09;1.28 +5306;12;79.80;9.50;918.20;-1.32;1.28 +5306;13;115.80;9.50;901.40;0.66;1.28 +5306;14;125.40;9.50;914.20;1.24;1.28 +5306;15;119.80;9.50;933.40;2.03;1.28 +5306;16;68.60;9.50;943.00;4.13;1.28 +5306;17;91.80;9.50;944.60;3.46;1.28 5306;21;85.32;9.50;923.00;1.57;1.28 +5307;0;910.00;9.50;1004.00;0.00;1.28 +5307;1;906.00;9.50;993.00;-0.34;1.28 +5307;2;891.50;9.50;996.00;-1.16;1.28 +5307;3;927.00;9.50;997.50;1.20;1.28 +5307;4;925.00;9.50;1010.00;1.95;1.28 +5307;5;892.50;9.50;1004.50;4.68;1.28 +5307;6;905.50;9.50;1014.50;3.54;1.28 +5307;9;894.88;9.50;1004.00;1.57;1.28 +5307;10;925.12;9.50;1004.00;-1.57;1.28 +5307;11;903.60;9.50;986.40;-0.34;1.28 +5307;12;880.40;9.50;991.20;-1.16;1.28 +5307;13;937.20;9.50;993.60;1.20;1.28 +5307;14;934.00;9.50;1013.60;1.95;1.28 +5307;15;882.00;9.50;1004.80;4.68;1.28 +5307;16;902.80;9.50;1020.80;3.54;1.28 5307;21;894.88;9.50;1004.00;1.57;1.28 +5308;0;1247.00;9.50;920.00;0.00;1.02 +5308;1;1240.00;9.50;906.50;-0.47;1.02 +5308;2;1253.00;9.50;909.50;0.51;1.02 +5308;3;1235.00;9.50;918.50;-1.44;1.02 +5308;4;1265.50;9.50;912.50;1.18;1.02 +5308;5;1259.00;9.50;922.50;1.77;1.02 +5308;6;1242.00;9.50;931.50;3.55;1.02 +5308;9;1234.58;9.50;920.00;1.57;1.02 +5308;10;1259.42;9.50;920.00;-1.57;1.02 +5308;11;1235.80;9.50;898.40;-0.47;1.02 +5308;12;1256.60;9.50;903.20;0.51;1.02 +5308;13;1227.80;9.50;917.60;-1.44;1.02 +5308;14;1276.60;9.50;908.00;1.18;1.02 +5308;15;1266.20;9.50;924.00;1.77;1.02 +5308;16;1239.00;9.50;938.40;3.55;1.02 5308;21;1234.58;9.50;920.00;1.57;1.02 +5309;0;778.00;9.50;1690.00;0.00;1.04 +5309;1;774.00;9.50;1679.00;-0.34;1.04 +5309;2;790.50;9.50;1683.50;1.09;1.04 +5309;3;762.50;9.50;1683.50;-1.17;1.04 +5309;4;769.00;9.50;1698.50;3.95;1.04 +5309;5;791.50;9.50;1695.50;1.95;1.04 +5309;6;784.00;9.50;1702.00;2.67;1.04 +5309;9;765.22;9.50;1690.00;1.57;1.04 +5309;10;790.78;9.50;1690.00;-1.57;1.04 +5309;11;771.60;9.50;1672.40;-0.34;1.04 +5309;12;798.00;9.50;1679.60;1.09;1.04 +5309;13;753.20;9.50;1679.60;-1.17;1.04 +5309;14;763.60;9.50;1703.60;3.95;1.04 +5309;15;799.60;9.50;1698.80;1.95;1.04 +5309;16;787.60;9.50;1709.20;2.67;1.04 5309;21;765.22;9.50;1690.00;1.57;1.04 +5310;0;4163.00;14.37;1088.00;0.00;0.42 +5310;1;4166.00;13.20;1083.50;0.58;0.42 +5310;2;4157.00;13.62;1086.00;-1.24;0.42 +5310;3;4171.50;14.30;1086.50;1.39;0.42 +5310;4;4154.50;14.70;1090.50;4.42;0.42 +5310;5;4172.00;15.07;1090.00;1.78;0.42 +5310;6;4163.50;15.35;1092.00;3.01;0.42 +5310;9;4156.34;14.09;1088.00;1.57;0.42 +5310;10;4169.66;14.55;1088.00;-1.57;0.42 5310;21;4156.34;14.09;1088.00;1.57;0.42 +5311;0;2639.00;9.50;1322.00;0.00;0.78 +5311;1;2637.00;9.50;1317.00;-0.38;0.78 +5311;2;2649.00;9.50;1314.50;0.92;0.78 +5311;3;2651.00;9.50;1318.50;1.28;0.78 +5311;4;2627.00;9.50;1327.00;4.31;0.78 +5311;5;2653.00;9.50;1323.00;1.64;0.78 +5311;6;2641.00;9.50;1327.00;2.76;0.78 +5311;9;2628.92;9.50;1322.00;1.57;0.78 +5311;10;2649.08;9.50;1322.00;-1.57;0.78 +5311;11;2635.80;9.50;1314.00;-0.38;0.78 +5311;12;2655.00;9.50;1310.00;0.92;0.78 +5311;13;2658.20;9.50;1316.40;1.28;0.78 +5311;14;2619.80;9.50;1330.00;4.31;0.78 +5311;15;2661.40;9.50;1323.60;1.64;0.78 +5311;16;2642.20;9.50;1330.00;2.76;0.78 5311;21;2628.92;9.50;1322.00;1.57;0.78 +5312;0;2511.00;9.50;1793.00;0.00;1.50 +5312;1;2522.00;9.50;1784.50;0.91;1.50 +5312;2;2503.50;9.50;1782.50;-0.62;1.50 +5312;3;2498.50;9.50;1801.00;4.14;1.50 +5312;4;2524.00;9.50;1800.00;2.06;1.50 +5312;5;2510.50;9.50;1808.00;3.17;1.50 +5312;9;2496.60;9.50;1793.00;1.57;1.50 +5312;10;2525.40;9.50;1793.00;-1.57;1.50 +5312;11;2528.60;9.50;1779.40;0.91;1.50 +5312;12;2499.00;9.50;1776.20;-0.62;1.50 +5312;13;2491.00;9.50;1805.80;4.14;1.50 +5312;14;2531.80;9.50;1804.20;2.06;1.50 +5312;15;2510.20;9.50;1817.00;3.17;1.50 5312;21;2496.60;9.50;1793.00;1.57;1.50 +5313;0;2037.00;9.50;1344.00;0.00;1.18 +5313;1;2040.50;9.50;1330.00;0.24;1.18 +5313;2;2048.50;9.50;1334.00;0.85;1.18 +5313;3;2027.50;9.50;1341.00;-1.26;1.18 +5313;4;2045.50;9.50;1349.50;2.14;1.18 +5313;5;2021.50;9.50;1353.00;4.18;1.18 +5313;6;2030.50;9.50;1356.50;3.62;1.18 +5313;9;2026.38;9.50;1344.00;1.57;1.18 +5313;10;2047.62;9.50;1344.00;-1.57;1.18 +5313;11;2042.60;9.50;1321.60;0.24;1.18 +5313;12;2055.40;9.50;1328.00;0.85;1.18 +5313;13;2021.80;9.50;1339.20;-1.26;1.18 +5313;14;2050.60;9.50;1352.80;2.14;1.18 +5313;15;2012.20;9.50;1358.40;4.18;1.18 +5313;16;2026.60;9.50;1364.00;3.62;1.18 5313;21;2026.38;9.50;1344.00;1.57;1.18 +5314;0;171.00;9.50;1194.00;0.00;0.94 +5314;1;163.50;9.50;1184.00;-0.64;0.94 +5314;2;183.50;9.50;1186.50;1.03;0.94 +5314;3;152.00;9.50;1186.00;-1.17;0.94 +5314;4;155.00;9.50;1195.50;4.61;0.94 +5314;5;186.50;9.50;1198.00;1.82;0.94 +5314;6;165.50;9.50;1205.00;3.60;0.94 +5314;7;177.00;9.50;1205.00;2.64;0.94 +5314;9;156.42;9.50;1194.00;1.57;0.94 +5314;10;185.58;9.50;1194.00;-1.57;0.94 +5314;11;159.00;9.50;1178.00;-0.64;0.94 +5314;12;191.00;9.50;1182.00;1.03;0.94 +5314;13;140.60;9.50;1181.20;-1.17;0.94 +5314;14;145.40;9.50;1196.40;4.61;0.94 +5314;15;195.80;9.50;1200.40;1.82;0.94 +5314;16;162.20;9.50;1211.60;3.60;0.94 +5314;17;180.60;9.50;1211.60;2.64;0.94 5314;21;156.42;9.50;1194.00;1.57;0.94 +5315;0;1400.00;9.50;988.00;0.00;1.24 +5315;1;1405.50;9.50;968.50;0.27;1.24 +5315;2;1414.00;9.50;969.00;0.63;1.24 +5315;3;1390.00;9.50;981.00;-0.96;1.24 +5315;4;1411.00;9.50;989.00;1.66;1.24 +5315;5;1387.00;9.50;999.00;4.01;1.24 +5315;6;1400.00;9.50;1006.50;3.14;1.24 +5315;9;1388.84;9.50;988.00;1.57;1.24 +5315;10;1411.16;9.50;988.00;-1.57;1.24 +5315;11;1408.80;9.50;956.80;0.27;1.24 +5315;12;1422.40;9.50;957.60;0.63;1.24 +5315;13;1384.00;9.50;976.80;-0.96;1.24 +5315;14;1417.60;9.50;989.60;1.66;1.24 +5315;15;1379.20;9.50;1005.60;4.01;1.24 +5315;16;1400.00;9.50;1017.60;3.14;1.24 5315;21;1388.84;9.50;988.00;1.57;1.24 +5316;0;4950.00;9.50;481.00;0.00;1.38 +5316;1;4950.50;9.50;464.00;0.02;1.38 +5316;2;4942.50;9.50;468.50;-0.54;1.38 +5316;3;4958.00;9.50;465.00;0.46;1.38 +5316;4;4961.00;9.50;482.50;1.70;1.38 +5316;5;4936.00;9.50;470.50;-0.92;1.38 +5316;6;4935.50;9.50;479.50;-1.46;1.38 +5316;7;4947.00;9.50;491.00;3.43;1.38 +5316;8;4959.00;9.50;499.00;2.67;1.38 +5316;9;4937.58;9.50;481.00;1.57;1.38 +5316;10;4962.42;9.50;481.00;-1.57;1.38 +5316;11;4950.80;9.50;453.80;0.02;1.38 +5316;12;4938.00;9.50;461.00;-0.54;1.38 +5316;13;4962.80;9.50;455.40;0.46;1.38 +5316;14;4967.60;9.50;483.40;1.70;1.38 +5316;15;4927.60;9.50;464.20;-0.92;1.38 +5316;16;4926.80;9.50;478.60;-1.46;1.38 +5316;17;4945.20;9.50;497.00;3.43;1.38 +5316;18;4964.40;9.50;509.80;2.67;1.38 5316;21;4937.58;9.50;481.00;1.57;1.38 +5317;0;1777.00;10.37;932.00;0.00;1.06 +5317;1;1779.00;10.55;924.00;0.24;1.06 +5317;2;1790.50;10.80;926.00;1.15;1.06 +5317;3;1761.50;10.30;937.50;4.37;1.06 +5317;4;1786.00;12.15;937.00;2.07;1.06 +5317;5;1773.50;9.80;941.00;3.51;1.06 +5317;9;1764.76;9.80;932.00;1.57;1.06 +5317;10;1789.24;12.18;932.00;-1.57;1.06 5317;21;1764.76;9.80;932.00;1.57;1.06 +5318;0;5156.00;9.50;131.00;0.00;1.16 +5318;1;5152.00;9.50;120.00;-0.34;1.16 +5318;2;5166.00;9.50;123.50;0.92;1.16 +5318;3;5140.00;9.50;125.00;-1.21;1.16 +5318;4;5142.50;9.50;130.00;-1.49;1.16 +5318;5;5171.00;9.50;134.00;1.76;1.16 +5318;6;5146.00;9.50;137.50;4.13;1.16 +5318;7;5162.50;9.50;142.00;2.60;1.16 +5318;8;5149.50;9.50;143.50;3.62;1.16 +5318;9;5143.94;9.50;131.00;1.57;1.16 +5318;10;5168.06;9.50;131.00;-1.57;1.16 +5318;11;5149.60;9.50;113.40;-0.34;1.16 +5318;12;5172.00;9.50;119.00;0.92;1.16 +5318;13;5130.40;9.50;121.40;-1.21;1.16 +5318;14;5134.40;9.50;129.40;-1.49;1.16 +5318;15;5180.00;9.50;135.80;1.76;1.16 +5318;16;5140.00;9.50;141.40;4.13;1.16 +5318;17;5166.40;9.50;148.60;2.60;1.16 +5318;18;5145.60;9.50;151.00;3.62;1.16 5318;21;5143.94;9.50;131.00;1.57;1.16 +5319;0;5310.00;9.50;1185.00;0.00;0.98 +5319;1;5298.00;9.50;1173.50;-0.80;0.98 +5319;2;5294.50;9.50;1185.50;4.68;0.98 +5319;3;5317.00;9.50;1175.00;0.61;0.98 +5319;4;5327.00;9.50;1186.00;1.63;0.98 +5319;5;5318.50;9.50;1197.00;2.52;0.98 +5319;9;5292.72;9.50;1185.00;1.57;0.98 +5319;10;5327.28;9.50;1185.00;-1.57;0.98 +5319;11;5290.80;9.50;1166.60;-0.80;0.98 +5319;12;5285.20;9.50;1185.80;4.68;0.98 +5319;13;5321.20;9.50;1169.00;0.61;0.98 +5319;14;5337.20;9.50;1186.60;1.63;0.98 +5319;15;5323.60;9.50;1204.20;2.52;0.98 5319;21;5292.72;9.50;1185.00;1.57;0.98 +5320;0;4854.00;9.50;603.00;0.00;1.00 +5320;1;4857.50;9.50;594.00;0.37;1.00 +5320;2;4844.00;10.90;594.50;-0.86;1.00 +5320;3;4846.50;9.50;600.00;-1.19;1.00 +5320;4;4840.00;11.20;599.50;-1.32;1.00 +5320;5;4864.50;9.50;605.00;1.75;1.00 +5320;6;4844.00;9.50;607.00;4.33;1.00 +5320;7;4874.00;9.50;608.50;1.83;1.00 +5320;8;4861.00;9.50;610.00;2.35;1.00 +5320;9;4841.04;9.50;603.00;1.57;1.00 +5320;10;4866.96;9.50;603.00;-1.57;1.00 +5320;11;4859.60;9.50;588.60;0.37;1.00 +5320;12;4838.00;9.50;589.40;-0.86;1.00 +5320;13;4842.00;11.13;598.20;-1.19;1.00 +5320;14;4831.60;9.62;597.40;-1.32;1.00 +5320;15;4870.80;9.70;606.20;1.75;1.00 +5320;16;4838.00;9.50;609.40;4.33;1.00 +5320;17;4886.00;9.50;611.80;1.83;1.00 +5320;18;4865.20;9.50;614.20;2.35;1.00 5320;21;4841.04;9.50;603.00;1.57;1.00 +5321;0;4968.00;9.50;1615.00;0.00;1.10 +5321;1;4965.50;9.50;1604.00;-0.22;1.10 +5321;2;4959.50;9.50;1611.50;-1.18;1.10 +5321;3;4974.00;9.50;1609.50;0.82;1.10 +5321;4;4984.00;9.50;1606.00;1.05;1.10 +5321;5;4978.50;9.50;1618.00;1.84;1.10 +5321;6;4959.00;9.65;1621.50;4.08;1.10 +5321;7;4965.00;9.50;1626.50;3.39;1.10 +5321;8;4970.00;9.50;1629.50;3.00;1.10 +5321;9;4956.12;9.50;1615.00;1.57;1.10 +5321;10;4979.88;9.50;1615.00;-1.57;1.10 +5321;11;4964.00;9.50;1597.40;-0.22;1.10 +5321;12;4954.40;9.50;1609.40;-1.18;1.10 +5321;13;4977.60;9.50;1606.20;0.82;1.10 +5321;14;4993.60;9.68;1600.60;1.05;1.10 +5321;15;4984.80;9.50;1619.80;1.84;1.10 +5321;16;4953.60;9.50;1625.40;4.08;1.10 +5321;17;4963.20;9.50;1633.40;3.39;1.10 +5321;18;4971.20;9.50;1638.20;3.00;1.10 5321;21;4956.12;9.50;1615.00;1.57;1.10 +5322;0;4676.00;9.50;1052.00;0.00;0.94 +5322;1;4678.00;9.50;1039.50;0.15;0.94 +5322;2;4670.00;9.50;1044.00;-0.64;0.94 +5322;3;4679.00;9.50;1043.00;0.32;0.94 +5322;4;4681.00;9.50;1048.00;0.89;0.94 +5322;5;4667.00;9.50;1051.50;-1.51;0.94 +5322;6;4684.00;9.50;1052.50;1.63;0.94 +5322;7;4668.00;9.50;1053.50;4.52;0.94 +5322;8;4670.50;9.50;1056.50;4.02;0.94 +5322;9;4666.28;9.50;1052.00;1.57;0.94 +5322;10;4685.72;9.50;1052.00;-1.57;0.94 +5322;11;4679.20;9.50;1032.00;0.15;0.94 +5322;12;4666.40;9.50;1039.20;-0.64;0.94 +5322;13;4680.80;9.50;1037.60;0.32;0.94 +5322;14;4684.00;9.50;1045.60;0.89;0.94 +5322;15;4661.60;9.50;1051.20;-1.51;0.94 +5322;16;4688.80;9.50;1052.80;1.63;0.94 +5322;17;4663.20;9.50;1054.40;4.52;0.94 +5322;18;4667.20;9.50;1059.20;4.02;0.94 5322;21;4666.28;9.50;1052.00;1.57;0.94 +5323;0;4002.00;9.50;229.00;0.00;0.98 +5323;1;3997.50;9.50;219.50;-0.44;0.98 +5323;2;4009.50;9.50;219.50;0.66;0.98 +5323;3;4015.00;9.50;227.50;1.45;0.98 +5323;4;3992.00;9.50;232.50;4.37;0.98 +5323;5;4007.00;9.50;237.00;2.58;0.98 +5323;6;3996.50;9.50;242.50;3.52;0.98 +5323;9;3993.18;9.50;229.00;1.57;0.98 +5323;10;4010.82;9.50;229.00;-1.57;0.98 +5323;11;3994.80;9.50;213.80;-0.44;0.98 +5323;12;4014.00;9.50;213.80;0.66;0.98 +5323;13;4022.80;9.50;226.60;1.45;0.98 +5323;14;3986.00;9.50;234.60;4.37;0.98 +5323;15;4010.00;9.50;241.80;2.58;0.98 +5323;16;3993.20;9.50;250.60;3.52;0.98 5323;21;3993.18;9.50;229.00;1.57;0.98 +5324;0;3501.00;9.50;599.00;0.00;0.88 +5324;1;3501.50;9.50;586.50;0.04;0.88 +5324;2;3490.50;9.50;590.50;-0.89;0.88 +5324;3;3510.50;9.50;601.50;1.82;0.88 +5324;4;3495.50;9.50;607.00;3.74;0.88 +5324;5;3505.00;9.50;616.50;2.91;0.88 +5324;9;3493.08;9.50;599.00;1.57;0.88 +5324;10;3508.92;9.50;599.00;-1.57;0.88 +5324;11;3501.80;9.50;579.00;0.04;0.88 +5324;12;3484.20;9.50;585.40;-0.89;0.88 +5324;13;3516.20;9.50;603.00;1.82;0.88 +5324;14;3492.20;9.50;611.80;3.74;0.88 +5324;15;3507.40;9.50;627.00;2.91;0.88 5324;21;3493.08;9.50;599.00;1.57;0.88 +5325;0;3411.00;9.50;283.00;0.00;0.98 +5325;1;3412.50;9.50;262.00;0.07;0.98 +5325;2;3406.50;9.50;268.00;-0.29;0.98 +5325;3;3416.50;9.50;270.50;0.41;0.98 +5325;4;3402.00;9.50;287.00;4.29;0.98 +5325;5;3422.50;9.50;286.50;1.86;0.98 +5325;6;3414.50;9.50;297.50;2.90;0.98 +5325;9;3402.18;9.50;283.00;1.57;0.98 +5325;10;3419.82;9.50;283.00;-1.57;0.98 +5325;11;3413.40;9.50;249.40;0.07;0.98 +5325;12;3403.80;9.50;259.00;-0.29;0.98 +5325;13;3419.80;9.50;263.00;0.41;0.98 +5325;14;3396.60;9.50;289.40;4.29;0.98 +5325;15;3429.40;9.50;288.60;1.86;0.98 +5325;16;3416.60;9.50;306.20;2.90;0.98 5325;21;3402.18;9.50;283.00;1.57;0.98 +5326;0;2783.00;9.50;469.00;0.00;0.94 +5326;1;2783.50;9.50;457.50;0.04;0.94 +5326;2;2772.00;9.50;465.50;-1.26;0.94 +5326;3;2795.00;9.50;465.00;1.24;0.94 +5326;4;2793.00;9.50;477.00;2.24;0.94 +5326;5;2772.00;9.50;476.00;4.14;0.94 +5326;6;2782.00;9.50;481.00;3.22;0.94 +5326;9;2774.54;9.50;469.00;1.57;0.94 +5326;10;2791.46;9.50;469.00;-1.57;0.94 +5326;11;2783.80;9.50;450.60;0.04;0.94 +5326;12;2765.40;9.50;463.40;-1.26;0.94 +5326;13;2802.20;9.50;462.60;1.24;0.94 +5326;14;2799.00;9.50;481.80;2.24;0.94 +5326;15;2765.40;9.50;480.20;4.14;0.94 +5326;16;2781.40;9.50;488.20;3.22;0.94 5326;21;2774.54;9.50;469.00;1.57;0.94 +5327;0;2486.00;9.50;312.00;0.00;1.26 +5327;1;2488.50;9.50;298.00;0.17;1.26 +5327;2;2477.00;9.50;295.50;-0.49;1.26 +5327;3;2473.00;9.50;311.00;-1.49;1.26 +5327;4;2502.00;9.50;310.00;1.44;1.26 +5327;5;2499.50;9.50;319.50;2.07;1.26 +5327;6;2483.00;9.50;324.00;3.38;1.26 +5327;7;2469.50;9.50;325.50;4.02;1.26 +5327;9;2473.58;9.50;312.00;1.57;1.26 +5327;10;2498.42;9.50;312.00;-1.57;1.26 +5327;11;2490.00;9.50;289.60;0.17;1.26 +5327;12;2471.60;9.50;285.60;-0.49;1.26 +5327;13;2465.20;9.50;310.40;-1.49;1.26 +5327;14;2511.60;9.50;308.80;1.44;1.26 +5327;15;2507.60;9.50;324.00;2.07;1.26 +5327;16;2481.20;9.50;331.20;3.38;1.26 +5327;17;2459.60;9.50;333.60;4.02;1.26 5327;21;2473.58;9.50;312.00;1.57;1.26 +5328;0;2321.00;9.50;1137.00;0.00;1.40 +5328;1;2333.00;9.50;1124.50;0.76;1.40 +5328;2;2316.50;9.50;1124.50;-0.34;1.40 +5328;3;2306.00;9.50;1142.00;4.39;1.40 +5328;4;2337.00;9.50;1138.00;1.63;1.40 +5328;5;2330.00;9.50;1148.00;2.45;1.40 +5328;6;2316.50;9.50;1151.00;3.45;1.40 +5328;9;2308.40;9.50;1137.00;1.57;1.40 +5328;10;2333.60;9.50;1137.00;-1.57;1.40 +5328;11;2340.20;9.50;1117.00;0.76;1.40 +5328;12;2313.80;9.50;1117.00;-0.34;1.40 +5328;13;2297.00;9.50;1145.00;4.39;1.40 +5328;14;2346.60;9.50;1138.60;1.63;1.40 +5328;15;2335.40;9.50;1154.60;2.45;1.40 +5328;16;2313.80;9.50;1159.40;3.45;1.40 5328;21;2308.40;9.50;1137.00;1.57;1.40 +5329;0;1987.00;9.50;1509.00;0.00;1.38 +5329;1;1984.00;9.50;1498.50;-0.27;1.38 +5329;2;2003.00;9.50;1500.00;1.05;1.38 +5329;3;1971.50;9.50;1504.00;-1.25;1.38 +5329;4;1971.50;9.50;1516.00;4.28;1.38 +5329;5;2008.50;9.50;1507.50;1.50;1.38 +5329;6;1989.50;9.50;1518.50;2.88;1.38 +5329;7;2008.00;9.50;1508.50;1.54;1.38 +5329;9;1973.50;9.50;1509.00;1.57;1.38 +5329;10;2000.50;9.50;1509.00;-1.57;1.38 +5329;11;1982.20;9.50;1492.20;-0.27;1.38 +5329;12;2012.60;9.50;1494.60;1.05;1.38 +5329;13;1962.20;9.50;1501.00;-1.25;1.38 +5329;14;1962.20;9.50;1520.20;4.28;1.38 +5329;15;2021.40;9.50;1506.60;1.50;1.38 +5329;16;1991.00;9.50;1524.20;2.88;1.38 +5329;17;2020.60;9.50;1508.20;1.54;1.38 5329;21;1973.50;9.50;1509.00;1.57;1.38 +5330;0;1672.00;9.50;423.00;0.00;1.26 +5330;1;1669.00;9.50;410.00;-0.22;1.26 +5330;2;1685.00;9.50;413.50;0.94;1.26 +5330;3;1655.50;9.50;414.00;-1.07;1.26 +5330;4;1654.50;9.50;423.50;4.68;1.26 +5330;5;1687.50;9.50;428.50;1.91;1.26 +5330;6;1671.50;9.50;435.00;3.18;1.26 +5330;7;1689.50;9.50;439.00;2.31;1.26 +5330;9;1659.22;9.50;423.00;1.57;1.26 +5330;10;1684.78;9.50;423.00;-1.57;1.26 +5330;11;1667.20;9.50;402.20;-0.22;1.26 +5330;12;1692.80;9.50;407.80;0.94;1.26 +5330;13;1645.60;9.50;408.60;-1.07;1.26 +5330;14;1644.00;9.50;423.80;4.68;1.26 +5330;15;1696.80;9.50;431.80;1.91;1.26 +5330;16;1671.20;9.50;442.20;3.18;1.26 +5330;17;1700.00;9.50;448.60;2.31;1.26 5330;21;1659.22;9.50;423.00;1.57;1.26 +5331;0;754.00;9.50;313.00;0.00;1.02 +5331;1;756.00;9.50;299.50;0.14;1.02 +5331;2;765.50;9.50;302.00;0.80;1.02 +5331;3;743.50;9.50;309.50;-1.24;1.02 +5331;4;766.50;9.50;315.00;1.72;1.02 +5331;5;745.50;9.50;322.50;3.87;1.02 +5331;9;738.52;9.50;313.00;1.57;1.02 +5331;10;769.48;9.50;313.00;-1.57;1.02 +5331;11;757.20;9.50;291.40;0.14;1.02 +5331;12;772.40;9.50;295.40;0.80;1.02 +5331;13;737.20;9.50;307.40;-1.24;1.02 +5331;14;774.00;9.50;316.20;1.72;1.02 +5331;15;740.40;9.50;328.20;3.87;1.02 5331;21;738.52;9.50;313.00;1.57;1.02 +5332;0;17.00;9.50;898.00;0.00;0.78 +5332;1;16.00;9.50;881.50;-0.06;0.78 +5332;2;8.50;9.50;888.00;-0.70;0.78 +5332;3;24.50;9.50;884.00;0.49;0.78 +5332;4;26.00;9.50;898.00;1.57;0.78 +5332;5;8.50;9.50;905.50;3.98;0.78 +5332;6;18.00;9.50;912.50;3.07;0.78 +5332;9;9.98;9.50;898.00;1.57;0.78 +5332;10;24.02;9.50;898.00;-1.57;0.78 +5332;11;15.40;9.50;871.60;-0.06;0.78 +5332;12;3.40;9.50;882.00;-0.70;0.78 +5332;13;29.00;9.50;875.60;0.49;0.78 +5332;14;31.40;9.50;898.00;1.57;0.78 +5332;15;3.40;9.50;910.00;3.98;0.78 +5332;16;18.60;9.50;921.20;3.07;0.78 5332;21;9.98;9.50;898.00;1.57;0.78 +5333;0;1008.00;9.50;993.00;0.00;1.24 +5333;1;1013.00;9.50;979.00;0.34;1.24 +5333;2;994.50;9.50;986.00;-1.09;1.24 +5333;3;1022.50;9.50;992.50;1.53;1.24 +5333;4;995.50;9.50;1000.50;4.17;1.24 +5333;5;1020.00;9.50;1008.00;2.46;1.24 +5333;6;1011.50;9.50;1009.00;2.92;1.24 +5333;9;994.68;9.50;993.00;1.57;1.24 +5333;10;1021.32;9.50;993.00;-1.57;1.24 +5333;11;1016.00;9.50;970.60;0.34;1.24 +5333;12;986.40;9.50;981.80;-1.09;1.24 +5333;13;1031.20;9.50;992.20;1.53;1.24 +5333;14;988.00;9.50;1005.00;4.17;1.24 +5333;15;1027.20;9.50;1017.00;2.46;1.24 +5333;16;1013.60;9.50;1018.60;2.92;1.24 5333;21;994.68;9.50;993.00;1.57;1.24 +5334;0;1294.00;9.50;935.00;0.00;1.26 +5334;1;1298.00;9.50;920.50;0.26;1.26 +5334;2;1282.50;9.50;930.00;-1.16;1.26 +5334;3;1307.00;9.50;932.00;1.34;1.26 +5334;4;1283.00;9.50;945.50;3.95;1.26 +5334;5;1299.00;9.50;948.00;2.77;1.26 +5334;9;1282.66;9.50;935.00;1.57;1.26 +5334;10;1305.34;9.50;935.00;-1.57;1.26 +5334;11;1300.40;9.50;911.80;0.26;1.26 +5334;12;1275.60;9.50;927.00;-1.16;1.26 +5334;13;1314.80;9.50;930.20;1.34;1.26 +5334;14;1276.40;9.50;951.80;3.95;1.26 +5334;15;1302.00;9.50;955.80;2.77;1.26 5334;21;1282.66;9.50;935.00;1.57;1.26 +5335;0;841.00;9.50;1665.00;0.00;1.32 +5335;1;848.00;9.50;1648.50;0.40;1.32 +5335;2;855.50;9.50;1648.50;0.72;1.32 +5335;3;855.50;9.50;1654.00;0.92;1.32 +5335;4;831.00;9.50;1659.50;-1.06;1.32 +5335;5;857.50;9.50;1661.50;1.36;1.32 +5335;6;856.50;9.50;1667.50;1.73;1.32 +5335;7;862.00;9.50;1663.50;1.49;1.32 +5335;8;822.00;9.50;1671.00;4.40;1.32 +5335;9;824.44;9.50;1665.00;1.57;1.32 +5335;10;857.56;9.50;1665.00;-1.57;1.32 +5335;11;852.20;9.50;1638.60;0.40;1.32 +5335;12;864.20;9.50;1638.60;0.72;1.32 +5335;13;864.20;9.50;1647.40;0.92;1.32 +5335;14;825.00;9.50;1656.20;-1.06;1.32 +5335;15;867.40;9.50;1659.40;1.36;1.32 +5335;16;865.80;9.50;1669.00;1.73;1.32 +5335;17;874.60;9.50;1662.60;1.49;1.32 +5335;18;810.60;9.50;1674.60;4.40;1.32 5335;21;824.44;9.50;1665.00;1.57;1.32 +5336;0;2635.00;9.50;1296.00;0.00;0.86 +5336;1;2636.50;9.50;1288.50;0.19;0.86 +5336;2;2651.50;9.50;1289.00;1.17;0.86 +5336;3;2622.50;9.50;1299.00;4.47;0.86 +5336;4;2652.00;9.50;1293.00;1.39;0.86 +5336;5;2650.00;9.50;1296.50;1.60;0.86 +5336;6;2648.00;9.50;1298.00;1.72;0.86 +5336;7;2635.00;9.50;1304.00;3.14;0.86 +5336;8;2623.00;9.50;1309.00;3.88;0.86 +5336;9;2623.66;9.50;1296.00;1.57;0.86 +5336;10;2646.34;9.50;1296.00;-1.57;0.86 +5336;11;2637.40;9.50;1284.00;0.19;0.86 +5336;12;2661.40;9.50;1284.80;1.17;0.86 +5336;13;2615.00;9.50;1300.80;4.47;0.86 +5336;14;2662.20;9.50;1291.20;1.39;0.86 +5336;15;2659.00;9.50;1296.80;1.60;0.86 +5336;16;2655.80;9.50;1299.20;1.72;0.86 +5336;17;2635.00;9.50;1308.80;3.14;0.86 +5336;18;2615.80;9.50;1316.80;3.88;0.86 5336;21;2623.66;9.50;1296.00;1.57;0.86 +5337;0;2313.00;9.50;1988.00;0.00;1.44 +5337;1;2312.50;9.50;1976.00;-0.04;1.44 +5337;2;2330.50;9.50;1978.50;1.07;1.44 +5337;3;2293.50;9.50;1986.00;-1.46;1.44 +5337;4;2342.00;9.50;1985.00;1.46;1.44 +5337;5;2339.50;9.50;1988.50;1.59;1.44 +5337;6;2289.50;9.50;1997.50;4.32;1.44 +5337;7;2317.00;9.50;1996.00;2.67;1.44 +5337;9;2290.50;9.50;1988.00;1.57;1.44 +5337;10;2335.50;9.50;1988.00;-1.57;1.44 +5337;11;2312.20;9.50;1968.80;-0.04;1.44 +5337;12;2341.00;9.50;1972.80;1.07;1.44 +5337;13;2281.80;9.50;1984.80;-1.46;1.44 +5337;14;2359.40;9.50;1983.20;1.46;1.44 +5337;15;2355.40;9.50;1988.80;1.59;1.44 +5337;16;2275.40;9.50;2003.20;4.32;1.44 +5337;17;2319.40;9.50;2000.80;2.67;1.44 5337;21;2290.50;9.50;1988.00;1.57;1.44 +5338;0;1916.00;9.50;1426.00;0.00;0.82 +5338;1;1913.00;9.50;1417.00;-0.32;0.82 +5338;2;1899.00;9.50;1417.00;-1.08;0.82 +5338;3;1929.50;9.50;1424.50;1.46;0.82 +5338;4;1903.00;9.50;1427.00;4.63;0.82 +5338;5;1919.50;9.50;1435.00;2.77;0.82 +5338;9;1903.76;9.50;1426.00;1.57;0.82 +5338;10;1928.24;9.50;1426.00;-1.57;0.82 +5338;11;1911.20;9.50;1411.60;-0.32;0.82 +5338;12;1888.80;9.50;1411.60;-1.08;0.82 +5338;13;1937.60;9.50;1423.60;1.46;0.82 +5338;14;1895.20;9.50;1427.60;4.63;0.82 +5338;15;1921.60;9.50;1440.40;2.77;0.82 5338;21;1903.76;9.50;1426.00;1.57;0.82 +5339;0;341.00;9.50;1032.00;0.00;0.98 +5339;1;344.00;9.50;1023.50;0.33;0.98 +5339;2;325.50;9.50;1028.00;-1.31;0.98 +5339;3;360.50;9.50;1031.50;1.54;0.98 +5339;4;350.00;9.50;1035.00;1.89;0.98 +5339;5;362.50;9.50;1034.00;1.66;0.98 +5339;6;331.00;9.50;1039.50;4.06;0.98 +5339;7;351.50;9.50;1040.00;2.22;0.98 +5339;9;325.52;9.50;1032.00;1.57;0.98 +5339;10;356.48;9.50;1032.00;-1.57;0.98 +5339;11;345.80;9.50;1018.40;0.33;0.98 +5339;12;316.20;9.50;1025.60;-1.31;0.98 +5339;13;372.20;9.50;1031.20;1.54;0.98 +5339;14;355.40;9.50;1036.80;1.89;0.98 +5339;15;375.40;9.50;1035.20;1.66;0.98 +5339;16;325.00;9.50;1044.00;4.06;0.98 +5339;17;357.80;9.50;1044.80;2.22;0.98 5339;21;325.52;9.50;1032.00;1.57;0.98 +5340;0;4943.00;9.50;431.00;0.00;0.76 +5340;1;4939.50;9.50;421.50;-0.35;0.76 +5340;2;4944.00;9.50;422.50;0.11;0.76 +5340;3;4935.00;9.50;424.00;-0.85;0.76 +5340;4;4950.50;9.50;431.50;1.63;0.76 +5340;5;4933.50;9.50;428.50;-1.31;0.76 +5340;6;4938.50;9.90;433.00;4.29;0.76 +5340;7;4937.50;9.50;438.50;3.77;0.76 +5340;8;4947.00;9.50;439.00;2.67;0.76 +5340;9;4935.08;9.50;431.00;1.57;0.76 +5340;10;4950.92;9.50;431.00;-1.57;0.76 +5340;11;4937.40;9.50;415.80;-0.35;0.76 +5340;12;4944.60;9.50;417.40;0.11;0.76 +5340;13;4930.20;9.50;419.80;-0.85;0.76 +5340;14;4955.00;9.50;431.80;1.63;0.76 +5340;15;4927.80;9.50;427.00;-1.31;0.76 +5340;16;4935.80;9.50;434.20;4.29;0.76 +5340;17;4934.20;9.50;443.00;3.77;0.76 +5340;18;4949.40;9.50;443.80;2.67;0.76 5340;21;4935.08;9.50;431.00;1.57;0.76 +5341;0;5192.00;9.50;219.00;0.00;1.04 +5341;1;5189.00;9.50;208.50;-0.27;1.04 +5341;2;5204.50;9.50;212.00;1.06;1.04 +5341;3;5177.00;9.50;211.50;-1.10;1.04 +5341;4;5178.50;9.50;218.00;-1.49;1.04 +5341;5;5209.50;9.50;220.00;1.62;1.04 +5341;6;5179.00;9.50;225.00;4.28;1.04 +5341;7;5209.50;9.50;224.00;1.84;1.04 +5341;8;5193.50;9.50;229.00;2.99;1.04 +5341;9;5179.58;9.50;219.00;1.57;1.04 +5341;10;5204.42;9.50;219.00;-1.57;1.04 +5341;11;5187.20;9.50;202.20;-0.27;1.04 +5341;12;5212.00;9.50;207.80;1.06;1.04 +5341;13;5168.00;9.50;207.00;-1.10;1.04 +5341;14;5170.40;9.50;217.40;-1.49;1.04 +5341;15;5220.00;9.50;220.60;1.62;1.04 +5341;16;5171.20;9.50;228.60;4.28;1.04 +5341;17;5220.00;9.50;227.00;1.84;1.04 +5341;18;5194.40;9.50;235.00;2.99;1.04 5341;21;5179.58;9.50;219.00;1.57;1.04 +5342;0;5339.00;9.50;1145.00;0.00;1.30 +5342;1;5319.50;9.50;1126.50;-0.81;1.30 +5342;2;5328.00;9.50;1130.00;-0.63;1.30 +5342;3;5322.50;9.50;1140.50;-1.30;1.30 +5342;4;5348.00;9.50;1138.50;0.94;1.30 +5342;5;5357.50;9.50;1151.50;1.90;1.30 +5342;6;5331.50;9.50;1155.00;3.78;1.30 +5342;7;5346.50;9.50;1157.50;2.60;1.30 +5342;9;5324.24;9.50;1145.00;1.57;1.30 +5342;10;5353.76;9.50;1145.00;-1.57;1.30 +5342;11;5307.80;9.50;1115.40;-0.81;1.30 +5342;12;5321.40;9.50;1121.00;-0.63;1.30 +5342;13;5312.60;9.50;1137.80;-1.30;1.30 +5342;14;5353.40;9.50;1134.60;0.94;1.30 +5342;15;5368.60;9.50;1155.40;1.90;1.30 +5342;16;5327.00;9.50;1161.00;3.78;1.30 +5342;17;5351.00;9.50;1165.00;2.60;1.30 5342;21;5324.24;9.50;1145.00;1.57;1.30 +5343;0;4723.00;9.57;637.00;0.00;1.74 +5343;1;4718.50;9.50;617.50;-0.22;1.74 +5343;2;4723.00;9.50;616.00;0.00;1.74 +5343;3;4735.00;9.50;632.50;1.21;1.74 +5343;4;4713.50;9.50;625.50;-0.69;1.74 +5343;5;4712.50;10.55;629.00;-0.92;1.74 +5343;6;4716.00;9.70;636.50;-1.49;1.74 +5343;7;4724.00;9.50;637.00;1.57;1.74 +5343;8;4706.50;11.50;632.50;-1.30;1.74 +5343;9;4706.80;9.50;637.00;1.57;1.74 +5343;10;4739.20;9.50;637.00;-1.57;1.74 +5343;11;4715.80;9.50;605.80;-0.22;1.74 +5343;12;4723.00;9.50;603.40;0.00;1.74 +5343;13;4742.20;9.50;629.80;1.21;1.74 +5343;14;4707.80;9.50;618.60;-0.69;1.74 +5343;15;4706.20;10.07;624.20;-0.92;1.74 +5343;16;4711.80;9.50;636.20;-1.49;1.74 +5343;17;4724.60;9.50;637.00;1.57;1.74 +5343;18;4696.60;9.50;629.80;-1.30;1.74 5343;21;4706.80;9.50;637.00;1.57;1.74 +5344;0;4935.00;9.50;1624.00;0.00;0.54 +5344;1;4933.50;9.50;1619.00;-0.29;0.54 +5344;2;4928.00;9.50;1619.50;-0.99;0.54 +5344;3;4942.50;9.50;1626.00;1.83;0.54 +5344;4;4929.00;9.50;1624.50;4.62;0.54 +5344;5;4941.50;9.50;1630.00;2.31;0.54 +5344;6;4937.00;9.50;1630.00;2.82;0.54 +5344;9;4928.34;9.50;1624.00;1.57;0.54 +5344;10;4941.66;9.50;1624.00;-1.57;0.54 +5344;11;4932.60;9.50;1616.00;-0.29;0.54 +5344;12;4923.80;9.50;1616.80;-0.99;0.54 +5344;13;4947.00;9.50;1627.20;1.83;0.54 +5344;14;4925.40;9.50;1624.80;4.62;0.54 +5344;15;4945.40;9.50;1633.60;2.31;0.54 +5344;16;4938.20;9.50;1633.60;2.82;0.54 5344;21;4928.34;9.50;1624.00;1.57;0.54 +5345;0;4654.00;9.50;1013.00;0.00;0.94 +5345;1;4653.00;9.50;1000.50;-0.08;0.94 +5345;2;4645.00;9.50;1011.00;-1.35;0.94 +5345;3;4665.00;9.50;1011.50;1.43;0.94 +5345;4;4666.50;9.50;1019.00;2.01;0.94 +5345;5;4659.00;9.50;1024.50;2.73;0.94 +5345;6;4646.00;9.50;1023.50;3.79;0.94 +5345;7;4650.00;9.50;1028.00;3.40;0.94 +5345;8;4652.00;9.50;1030.50;3.25;0.94 +5345;9;4645.54;9.50;1013.00;1.57;0.94 +5345;10;4662.46;9.50;1013.00;-1.57;0.94 +5345;11;4652.40;9.50;993.00;-0.08;0.94 +5345;12;4639.60;9.50;1009.80;-1.35;0.94 +5345;13;4671.60;9.50;1010.60;1.43;0.94 +5345;14;4674.00;9.50;1022.60;2.01;0.94 +5345;15;4662.00;9.50;1031.40;2.73;0.94 +5345;16;4641.20;9.50;1029.80;3.79;0.94 +5345;17;4647.60;9.50;1037.00;3.40;0.94 +5345;18;4650.80;9.50;1041.00;3.25;0.94 5345;21;4645.54;9.50;1013.00;1.57;0.94 +5346;0;4063.00;9.50;222.00;0.00;0.94 +5346;1;4067.50;9.50;212.00;0.42;0.94 +5346;2;4077.00;9.50;216.00;1.16;0.94 +5346;3;4054.00;9.50;218.50;-1.20;0.94 +5346;4;4068.50;9.50;227.50;2.35;0.94 +5346;5;4045.50;9.50;224.00;4.59;0.94 +5346;6;4051.50;9.50;229.00;4.16;0.94 +5346;7;4058.00;9.50;235.00;3.50;0.94 +5346;9;4050.94;9.50;222.00;1.57;0.94 +5346;10;4075.06;9.50;222.00;-1.57;0.94 +5346;11;4070.20;9.50;206.00;0.42;0.94 +5346;12;4085.40;9.50;212.40;1.16;0.94 +5346;13;4048.60;9.50;216.40;-1.20;0.94 +5346;14;4071.80;9.50;230.80;2.35;0.94 +5346;15;4035.00;9.50;225.20;4.59;0.94 +5346;16;4044.60;9.50;233.20;4.16;0.94 +5346;17;4055.00;9.50;242.80;3.50;0.94 5346;21;4050.94;9.50;222.00;1.57;0.94 +5347;0;3469.00;9.50;618.00;0.00;1.26 +5347;1;3461.50;9.50;606.00;-0.55;1.26 +5347;2;3479.50;9.50;616.50;1.42;1.26 +5347;3;3450.00;9.50;610.00;-1.17;1.26 +5347;4;3457.00;9.50;616.00;-1.40;1.26 +5347;5;3465.50;9.50;626.00;3.55;1.26 +5347;6;3480.00;9.50;632.50;2.49;1.26 +5347;7;3472.50;9.50;634.00;2.92;1.26 +5347;9;3456.04;9.50;618.00;1.57;1.26 +5347;10;3481.96;9.50;618.00;-1.57;1.26 +5347;11;3457.00;9.50;598.80;-0.55;1.26 +5347;12;3485.80;9.50;615.60;1.42;1.26 +5347;13;3438.60;9.50;605.20;-1.17;1.26 +5347;14;3449.80;9.50;614.80;-1.40;1.26 +5347;15;3463.40;9.50;630.80;3.55;1.26 +5347;16;3486.60;9.50;641.20;2.49;1.26 +5347;17;3474.60;9.50;643.60;2.92;1.26 5347;21;3456.04;9.50;618.00;1.57;1.26 +5348;0;3381.00;9.50;244.00;0.00;1.34 +5348;1;3384.50;9.50;230.50;0.25;1.34 +5348;2;3394.50;9.50;235.00;0.98;1.34 +5348;3;3370.50;9.50;239.00;-1.12;1.34 +5348;4;3391.50;9.50;248.50;1.97;1.34 +5348;5;3368.00;9.50;251.50;4.18;1.34 +5348;6;3378.00;9.50;258.00;3.35;1.34 +5348;7;3370.50;9.50;260.50;3.70;1.34 +5348;9;3368.40;9.50;244.00;1.57;1.34 +5348;10;3393.60;9.50;244.00;-1.57;1.34 +5348;11;3386.60;9.50;222.40;0.25;1.34 +5348;12;3402.60;9.50;229.60;0.98;1.34 +5348;13;3364.20;9.50;236.00;-1.12;1.34 +5348;14;3397.80;9.50;251.20;1.97;1.34 +5348;15;3360.20;9.50;256.00;4.18;1.34 +5348;16;3376.20;9.50;266.40;3.35;1.34 +5348;17;3364.20;9.50;270.40;3.70;1.34 5348;21;3368.40;9.50;244.00;1.57;1.34 +5349;0;2828.00;9.50;449.00;0.00;0.86 +5349;1;2827.00;9.50;436.50;-0.08;0.86 +5349;2;2838.00;9.50;435.50;0.63;0.86 +5349;3;2837.50;9.50;448.00;1.46;0.86 +5349;4;2818.00;9.50;444.00;-1.10;0.86 +5349;5;2817.50;9.50;455.00;4.19;0.86 +5349;6;2828.00;9.50;461.50;3.14;0.86 +5349;9;2820.26;9.50;449.00;1.57;0.86 +5349;10;2835.74;9.50;449.00;-1.57;0.86 +5349;11;2826.40;9.50;429.00;-0.08;0.86 +5349;12;2844.00;9.50;427.40;0.63;0.86 +5349;13;2843.20;9.50;447.40;1.46;0.86 +5349;14;2812.00;9.50;441.00;-1.10;0.86 +5349;15;2811.20;9.50;458.60;4.19;0.86 +5349;16;2828.00;9.50;469.00;3.14;0.86 5349;21;2820.26;9.50;449.00;1.57;0.86 +5350;0;2480.00;9.50;357.00;0.00;0.90 +5350;1;2480.00;9.50;346.50;0.00;0.90 +5350;2;2494.00;9.50;356.00;1.49;0.90 +5350;3;2465.00;9.50;357.00;4.71;0.90 +5350;4;2463.50;9.50;365.50;4.23;0.90 +5350;5;2477.50;9.50;366.50;3.39;0.90 +5350;6;2493.00;9.50;367.00;2.22;0.90 +5350;9;2468.66;9.50;357.00;1.57;0.90 +5350;10;2491.34;9.50;357.00;-1.57;0.90 +5350;11;2480.00;9.50;340.20;0.00;0.90 +5350;12;2502.40;9.50;355.40;1.49;0.90 +5350;13;2456.00;9.50;357.00;4.71;0.90 +5350;14;2453.60;9.50;370.60;4.23;0.90 +5350;15;2476.00;9.50;372.20;3.39;0.90 +5350;16;2500.80;9.50;373.00;2.22;0.90 5350;21;2468.66;9.50;357.00;1.57;0.90 +5351;0;2300.00;9.50;1093.00;0.00;1.20 +5351;1;2292.50;9.50;1083.50;-0.66;1.20 +5351;2;2303.50;9.50;1078.50;0.23;1.20 +5351;3;2311.50;9.50;1079.00;0.68;1.20 +5351;4;2313.00;9.50;1088.50;1.23;1.20 +5351;5;2287.00;9.50;1098.00;4.34;1.20 +5351;6;2306.00;9.50;1102.50;2.57;1.20 +5351;7;2290.00;9.50;1107.00;3.76;1.20 +5351;9;2288.48;9.50;1093.00;1.57;1.20 +5351;10;2311.52;9.50;1093.00;-1.57;1.20 +5351;11;2288.00;9.50;1077.80;-0.66;1.20 +5351;12;2305.60;9.50;1069.80;0.23;1.20 +5351;13;2318.40;9.50;1070.60;0.68;1.20 +5351;14;2320.80;9.50;1085.80;1.23;1.20 +5351;15;2279.20;9.50;1101.00;4.34;1.20 +5351;16;2309.60;9.50;1108.20;2.57;1.20 +5351;17;2284.00;9.50;1115.40;3.76;1.20 5351;21;2288.48;9.50;1093.00;1.57;1.20 +5352;0;1979.00;9.50;1464.00;0.00;1.22 +5352;1;1980.00;9.50;1452.00;0.08;1.22 +5352;2;1994.50;9.50;1461.00;1.38;1.22 +5352;3;1966.00;9.50;1467.50;4.44;1.22 +5352;4;1980.00;9.50;1476.00;3.05;1.22 +5352;9;1968.02;9.50;1464.00;1.57;1.22 +5352;10;1989.98;9.50;1464.00;-1.57;1.22 +5352;11;1980.60;9.50;1444.80;0.08;1.22 +5352;12;2003.80;9.50;1459.20;1.38;1.22 +5352;13;1958.20;9.50;1469.60;4.44;1.22 +5352;14;1980.60;9.50;1483.20;3.05;1.22 5352;21;1968.02;9.50;1464.00;1.57;1.22 +5353;0;1656.00;9.50;318.00;0.00;1.26 +5353;1;1666.50;9.50;304.50;0.66;1.26 +5353;2;1675.50;9.50;304.50;0.96;1.26 +5353;3;1675.00;9.50;312.50;1.28;1.26 +5353;4;1647.50;9.50;307.50;-0.68;1.26 +5353;5;1638.50;9.50;322.00;4.48;1.26 +5353;6;1675.50;9.50;323.50;1.84;1.26 +5353;7;1657.00;9.50;330.50;3.06;1.26 +5353;9;1642.14;9.50;318.00;1.57;1.26 +5353;10;1669.86;9.50;318.00;-1.57;1.26 +5353;11;1672.80;9.50;296.40;0.66;1.26 +5353;12;1687.20;9.50;296.40;0.96;1.26 +5353;13;1686.40;9.50;309.20;1.28;1.26 +5353;14;1642.40;9.50;301.20;-0.68;1.26 +5353;15;1628.00;9.50;324.40;4.48;1.26 +5353;16;1687.20;9.50;326.80;1.84;1.26 +5353;17;1657.60;9.50;338.00;3.06;1.26 5353;21;1642.14;9.50;318.00;1.57;1.26 +5354;0;719.00;9.50;349.00;0.00;1.06 +5354;1;713.50;9.50;337.50;-0.44;1.06 +5354;2;707.50;9.50;344.50;-1.19;1.06 +5354;3;728.00;9.50;340.50;0.81;1.06 +5354;4;739.50;9.50;346.00;1.42;1.06 +5354;5;723.50;9.50;356.00;2.57;1.06 +5354;6;705.50;9.50;358.00;4.12;1.06 +5354;7;709.50;9.50;364.00;3.70;1.06 +5354;9;704.78;9.50;349.00;1.57;1.06 +5354;10;733.22;9.50;349.00;-1.57;1.06 +5354;11;710.20;9.50;330.60;-0.44;1.06 +5354;12;700.60;9.50;341.80;-1.19;1.06 +5354;13;733.40;9.50;335.40;0.81;1.06 +5354;14;751.80;9.50;344.20;1.42;1.06 +5354;15;726.20;9.50;360.20;2.57;1.06 +5354;16;697.40;9.50;363.40;4.12;1.06 +5354;17;703.80;9.50;373.00;3.70;1.06 5354;21;704.78;9.50;349.00;1.57;1.06 +5355;0;27.00;9.50;951.00;0.00;1.04 +5355;1;23.00;9.50;939.00;-0.32;1.04 +5355;2;38.00;9.50;943.50;0.97;1.04 +5355;3;13.50;9.50;945.50;-1.18;1.04 +5355;4;44.00;9.50;949.50;1.48;1.04 +5355;5;39.50;9.50;957.00;2.01;1.04 +5355;6;13.50;9.50;955.00;4.42;1.04 +5355;7;13.50;9.50;960.50;4.09;1.04 +5355;8;24.00;9.50;962.50;3.39;1.04 +5355;9;16.02;9.50;951.00;1.57;1.04 +5355;10;37.98;9.50;951.00;-1.57;1.04 +5355;11;20.60;9.50;931.80;-0.32;1.04 +5355;12;44.60;9.50;939.00;0.97;1.04 +5355;13;5.40;9.50;942.20;-1.18;1.04 +5355;14;54.20;9.50;948.60;1.48;1.04 +5355;15;47.00;9.50;960.60;2.01;1.04 +5355;16;5.40;9.50;957.40;4.42;1.04 +5355;17;5.40;9.50;966.20;4.09;1.04 +5355;18;22.20;9.50;969.40;3.39;1.04 5355;21;16.02;9.50;951.00;1.57;1.04 +5356;0;15.00;9.50;1880.00;0.00;0.66 +5356;1;10.00;9.50;1867.50;-0.38;0.66 +5356;2;18.50;9.50;1868.00;0.28;0.66 +5356;3;7.50;9.50;1873.50;-0.85;0.66 +5356;4;23.00;9.50;1881.00;1.69;0.66 +5356;5;7.50;9.50;1886.50;3.99;0.66 +5356;6;14.50;9.50;1892.50;3.18;0.66 +5356;9;9.06;9.50;1880.00;1.57;0.66 +5356;10;20.94;9.50;1880.00;-1.57;0.66 +5356;11;7.00;9.50;1860.00;-0.38;0.66 +5356;12;20.60;9.50;1860.80;0.28;0.66 +5356;13;3.00;9.50;1869.60;-0.85;0.66 +5356;14;27.80;9.50;1881.60;1.69;0.66 +5356;15;3.00;9.50;1890.40;3.99;0.66 +5356;16;14.20;9.50;1900.00;3.18;0.66 5356;21;9.06;9.50;1880.00;1.57;0.66 +5357;0;1013.00;9.50;934.00;0.00;1.26 +5357;1;999.50;9.50;924.50;-0.95;1.26 +5357;2;1016.50;9.50;921.50;0.27;1.26 +5357;3;1028.00;9.50;937.00;1.76;1.26 +5357;4;1000.50;9.50;940.50;4.23;1.26 +5357;5;1015.50;9.50;949.50;2.98;1.26 +5357;6;1026.50;9.50;949.00;2.40;1.26 +5357;9;1000.94;9.50;934.00;1.57;1.26 +5357;10;1025.06;9.50;934.00;-1.57;1.26 +5357;11;991.40;9.50;918.80;-0.95;1.26 +5357;12;1018.60;9.50;914.00;0.27;1.26 +5357;13;1037.00;9.50;938.80;1.76;1.26 +5357;14;993.00;9.50;944.40;4.23;1.26 +5357;15;1017.00;9.50;958.80;2.98;1.26 +5357;16;1034.60;9.50;958.00;2.40;1.26 5357;21;1000.94;9.50;934.00;1.57;1.26 +5358;0;1328.00;9.50;884.00;0.00;0.94 +5358;1;1335.50;9.50;872.50;0.57;0.94 +5358;2;1345.00;9.50;872.50;0.97;0.94 +5358;3;1320.50;9.50;872.50;-0.57;0.94 +5358;4;1310.00;9.50;883.50;-1.54;0.94 +5358;5;1345.50;9.50;884.00;1.57;0.94 +5358;6;1306.00;9.50;894.50;4.26;0.94 +5358;7;1315.00;9.50;895.00;4.01;0.94 +5358;8;1335.50;9.50;895.00;2.54;0.94 +5358;9;1313.42;9.50;884.00;1.57;0.94 +5358;10;1342.58;9.50;884.00;-1.57;0.94 +5358;11;1340.00;9.50;865.60;0.57;0.94 +5358;12;1355.20;9.50;865.60;0.97;0.94 +5358;13;1316.00;9.50;865.60;-0.57;0.94 +5358;14;1299.20;9.50;883.20;-1.54;0.94 +5358;15;1356.00;9.50;884.00;1.57;0.94 +5358;16;1292.80;9.50;900.80;4.26;0.94 +5358;17;1307.20;9.50;901.60;4.01;0.94 +5358;18;1340.00;9.50;901.60;2.54;0.94 5358;21;1313.42;9.50;884.00;1.57;0.94 +5359;0;791.00;9.50;1647.00;0.00;0.82 +5359;1;797.00;9.50;1638.50;0.61;0.82 +5359;2;774.00;9.50;1643.00;-1.34;0.82 +5359;3;806.00;9.50;1650.50;1.80;0.82 +5359;4;770.50;9.50;1653.50;4.40;0.82 +5359;5;780.50;9.50;1657.50;3.92;0.82 +5359;9;773.72;9.50;1647.00;1.57;0.82 +5359;10;808.28;9.50;1647.00;-1.57;0.82 +5359;11;800.60;9.50;1633.40;0.61;0.82 +5359;12;763.80;9.50;1640.60;-1.34;0.82 +5359;13;815.00;9.50;1652.60;1.80;0.82 +5359;14;758.20;9.50;1657.40;4.40;0.82 +5359;15;774.20;9.50;1663.80;3.92;0.82 5359;21;773.72;9.50;1647.00;1.57;0.82 +5360;0;2669.00;9.50;1234.00;0.00;0.80 +5360;1;2666.50;9.50;1226.00;-0.30;0.80 +5360;2;2659.50;9.50;1233.00;-1.46;0.80 +5360;3;2678.50;9.50;1231.50;1.31;0.80 +5360;4;2674.00;9.50;1240.00;2.44;0.80 +5360;5;2663.00;9.50;1242.50;3.75;0.80 +5360;9;2660.00;9.50;1234.00;1.57;0.80 +5360;10;2678.00;9.50;1234.00;-1.57;0.80 +5360;11;2665.00;9.50;1221.20;-0.30;0.80 +5360;12;2653.80;9.50;1232.40;-1.46;0.80 +5360;13;2684.20;9.50;1230.00;1.31;0.80 +5360;14;2677.00;9.50;1243.60;2.44;0.80 +5360;15;2659.40;9.50;1247.60;3.75;0.80 5360;21;2660.00;9.50;1234.00;1.57;0.80 +5361;0;2229.00;9.50;1962.00;0.00;1.38 +5361;1;2217.00;9.50;1949.50;-0.76;1.38 +5361;2;2233.50;9.50;1947.00;0.29;1.38 +5361;3;2249.00;9.50;1956.50;1.30;1.38 +5361;4;2201.50;9.50;1960.50;-1.51;1.38 +5361;5;2251.50;9.50;1973.00;2.02;1.38 +5361;6;2224.00;9.50;1974.50;3.52;1.38 +5361;9;2204.34;9.50;1962.00;1.57;1.38 +5361;10;2253.66;9.50;1962.00;-1.57;1.38 +5361;11;2209.80;9.50;1942.00;-0.76;1.38 +5361;12;2236.20;9.50;1938.00;0.29;1.38 +5361;13;2261.00;9.50;1953.20;1.30;1.38 +5361;14;2185.00;9.50;1959.60;-1.51;1.38 +5361;15;2265.00;9.50;1979.60;2.02;1.38 +5361;16;2221.00;9.50;1982.00;3.52;1.38 5361;21;2204.34;9.50;1962.00;1.57;1.38 +5362;0;2025.00;9.50;1400.00;0.00;1.02 +5362;1;2024.50;9.50;1384.50;-0.03;1.02 +5362;2;2014.50;9.50;1389.00;-0.76;1.02 +5362;3;2036.50;9.50;1391.50;0.93;1.02 +5362;4;2037.00;9.50;1404.00;1.89;1.02 +5362;5;2016.00;9.50;1407.00;4.05;1.02 +5362;6;2026.50;9.50;1416.50;3.05;1.02 +5362;9;2015.82;9.50;1400.00;1.57;1.02 +5362;10;2034.18;9.50;1400.00;-1.57;1.02 +5362;11;2024.20;9.50;1375.20;-0.03;1.02 +5362;12;2008.20;9.50;1382.40;-0.76;1.02 +5362;13;2043.40;9.50;1386.40;0.93;1.02 +5362;14;2044.20;9.50;1406.40;1.89;1.02 +5362;15;2010.60;9.50;1411.20;4.05;1.02 +5362;16;2027.40;9.50;1426.40;3.05;1.02 5362;21;2015.82;9.50;1400.00;1.57;1.02 +5363;0;607.00;9.50;989.00;0.00;1.18 +5363;1;603.50;9.50;975.00;-0.24;1.18 +5363;2;615.50;9.50;973.50;0.50;1.18 +5363;3;618.50;9.50;984.00;1.16;1.18 +5363;4;592.00;9.50;976.00;-0.85;1.18 +5363;5;594.50;9.50;987.00;-1.41;1.18 +5363;6;618.50;9.50;1000.50;2.35;1.18 +5363;7;598.00;9.50;999.50;3.85;1.18 +5363;8;607.50;9.50;1003.50;3.10;1.18 +5363;9;596.38;9.50;989.00;1.57;1.18 +5363;10;617.62;9.50;989.00;-1.57;1.18 +5363;11;601.40;9.50;966.60;-0.24;1.18 +5363;12;620.60;9.50;964.20;0.50;1.18 +5363;13;625.40;9.50;981.00;1.16;1.18 +5363;14;583.00;9.50;968.20;-0.85;1.18 +5363;15;587.00;9.50;985.80;-1.41;1.18 +5363;16;625.40;9.50;1007.40;2.35;1.18 +5363;17;592.60;9.50;1005.80;3.85;1.18 +5363;18;607.80;9.50;1012.20;3.10;1.18 5363;21;596.38;9.50;989.00;1.57;1.18 +5364;0;5063.00;9.50;492.00;0.00;1.46 +5364;1;5057.00;9.50;477.50;-0.39;1.46 +5364;2;5074.00;9.50;483.50;0.91;1.46 +5364;3;5047.00;9.50;490.50;-1.47;1.46 +5364;4;5050.00;9.50;501.00;4.10;1.46 +5364;5;5081.00;9.50;497.50;1.86;1.46 +5364;6;5078.50;9.50;500.00;2.04;1.46 +5364;7;5051.50;9.50;504.50;3.88;1.46 +5364;8;5074.50;9.50;505.00;2.41;1.46 +5364;9;5049.86;9.50;492.00;1.57;1.46 +5364;10;5076.14;9.50;492.00;-1.57;1.46 +5364;11;5053.40;9.50;468.80;-0.39;1.46 +5364;12;5080.60;9.50;478.40;0.91;1.46 +5364;13;5037.40;9.50;489.60;-1.47;1.46 +5364;14;5042.20;9.50;506.40;4.10;1.46 +5364;15;5091.80;9.50;500.80;1.86;1.46 +5364;16;5087.80;9.50;504.80;2.04;1.46 +5364;17;5044.60;9.50;512.00;3.88;1.46 +5364;18;5081.40;9.50;512.80;2.41;1.46 5364;21;5049.86;9.50;492.00;1.57;1.46 +5365;0;5180.00;9.50;265.00;0.00;1.32 +5365;1;5187.50;9.50;252.00;0.52;1.32 +5365;2;5193.00;9.50;261.50;1.30;1.32 +5365;3;5171.00;9.50;255.00;-0.73;1.32 +5365;4;5170.50;9.50;259.50;-1.04;1.32 +5365;5;5170.00;9.50;268.50;4.37;1.32 +5365;6;5165.00;9.50;272.00;4.27;1.32 +5365;7;5179.00;9.50;277.50;3.22;1.32 +5365;8;5161.00;9.50;277.50;4.13;1.32 +5365;9;5163.98;9.50;265.00;1.57;1.32 +5365;10;5196.02;9.50;265.00;-1.57;1.32 +5365;11;5192.00;9.50;244.20;0.52;1.32 +5365;12;5200.80;9.50;259.40;1.30;1.32 +5365;13;5165.60;9.50;249.00;-0.73;1.32 +5365;14;5164.80;9.50;256.20;-1.04;1.32 +5365;15;5164.00;9.50;270.60;4.37;1.32 +5365;16;5156.00;9.50;276.20;4.27;1.32 +5365;17;5178.40;9.50;285.00;3.22;1.32 +5365;18;5149.60;9.50;285.00;4.13;1.32 5365;21;5163.98;9.50;265.00;1.57;1.32 +5366;0;4751.00;9.50;568.00;0.00;0.84 +5366;1;4753.50;9.50;558.50;0.25;0.84 +5366;2;4743.00;9.50;574.50;4.03;0.84 +5366;3;4762.50;9.50;562.50;1.12;0.84 +5366;4;4761.00;9.50;569.50;1.72;0.84 +5366;5;4743.00;9.50;566.50;-1.38;0.84 +5366;6;4753.00;9.50;579.00;2.96;0.84 +5366;9;4743.44;9.50;568.00;1.57;0.84 +5366;10;4758.56;9.50;568.00;-1.57;0.84 +5366;11;4755.00;9.50;552.80;0.25;0.84 +5366;12;4738.20;9.50;578.40;4.03;0.84 +5366;13;4769.40;9.50;559.20;1.12;0.84 +5366;14;4767.00;9.50;570.40;1.72;0.84 +5366;15;4738.20;9.50;565.60;-1.38;0.84 +5366;16;4754.20;9.50;585.60;2.96;0.84 5366;21;4743.44;9.50;568.00;1.57;0.84 +5367;0;4703.88;9.50;1000.62;-0.60;1.12 +5367;1;4688.00;9.50;995.00;-0.92;1.12 +5367;2;4699.50;9.50;995.00;-0.05;1.12 +5367;3;4712.00;9.50;1000.50;1.28;1.12 +5367;4;4681.55;9.50;999.83;4.46;1.12 +5367;5;4696.79;9.50;1002.48;4.24;1.12 +5367;6;4708.50;9.50;1012.50;2.35;1.12 +5367;7;4682.71;9.50;1007.72;3.04;1.12 +5367;8;4701.05;9.50;1014.56;3.75;1.12 +5367;9;4689.38;9.50;1004.00;1.57;1.12 +5367;10;4710.62;9.50;1004.00;-1.57;1.12 +5367;11;4680.80;9.50;989.60;-0.92;1.12 +5367;12;4699.20;9.50;989.60;-0.05;1.12 +5367;13;4719.20;9.50;998.40;1.28;1.12 +5367;14;4680.80;9.50;1008.80;4.46;1.12 +5367;15;4692.00;9.55;1008.00;4.24;1.12 +5367;16;4713.60;9.50;1017.60;2.35;1.12 +5367;17;4684.80;9.54;1016.00;4.04;1.12 +5367;18;4698.40;9.50;1017.60;3.25;1.12 5367;21;4689.38;9.50;1004.00;1.57;1.12 +5368;0;4034.00;9.50;197.00;0.00;1.02 +5368;1;4036.50;9.50;184.00;0.19;1.02 +5368;2;4042.50;9.50;191.00;0.95;1.02 +5368;3;4027.50;9.50;189.50;-0.71;1.02 +5368;4;4020.50;9.50;195.00;-1.42;1.02 +5368;5;4025.50;9.50;203.50;4.06;1.02 +5368;6;4039.50;9.50;206.00;2.59;1.02 +5368;9;4024.82;9.50;197.00;1.57;1.02 +5368;10;4043.18;9.50;197.00;-1.57;1.02 +5368;11;4038.00;9.50;176.20;0.19;1.02 +5368;12;4047.60;9.50;187.40;0.95;1.02 +5368;13;4023.60;9.50;185.00;-0.71;1.02 +5368;14;4012.40;9.50;193.80;-1.42;1.02 +5368;15;4020.40;9.50;207.40;4.06;1.02 +5368;16;4042.80;9.50;211.40;2.59;1.02 5368;21;4024.82;9.50;197.00;1.57;1.02 +5369;0;3449.00;9.50;575.00;0.00;0.84 +5369;1;3445.00;9.50;567.00;-0.46;0.84 +5369;2;3461.50;9.50;569.50;1.15;0.84 +5369;3;3437.50;9.50;571.50;-1.27;0.84 +5369;4;3464.50;9.50;578.50;1.79;0.84 +5369;5;3436.00;9.50;579.50;4.37;0.84 +5369;6;3451.50;9.50;584.50;2.88;0.84 +5369;9;3437.12;9.50;575.00;1.57;0.84 +5369;10;3460.88;9.50;575.00;-1.57;0.84 +5369;11;3442.60;9.50;562.20;-0.46;0.84 +5369;12;3469.00;9.50;566.20;1.15;0.84 +5369;13;3430.60;9.50;569.40;-1.27;0.84 +5369;14;3473.80;9.50;580.60;1.79;0.84 +5369;15;3428.20;9.50;582.20;4.37;0.84 +5369;16;3453.00;9.50;590.20;2.88;0.84 5369;21;3437.12;9.50;575.00;1.57;0.84 +5370;0;3340.00;9.50;214.00;0.00;1.22 +5370;1;3334.50;9.50;200.50;-0.38;1.22 +5370;2;3349.50;9.50;208.00;1.00;1.22 +5370;3;3328.00;9.50;208.00;-1.10;1.22 +5370;4;3329.50;9.50;220.00;4.19;1.22 +5370;5;3350.00;9.50;224.00;2.35;1.22 +5370;6;3338.00;9.50;228.50;3.27;1.22 +5370;9;3329.02;9.50;214.00;1.57;1.22 +5370;10;3350.98;9.50;214.00;-1.57;1.22 +5370;11;3331.20;9.50;192.40;-0.38;1.22 +5370;12;3355.20;9.50;204.40;1.00;1.22 +5370;13;3320.80;9.50;204.40;-1.10;1.22 +5370;14;3323.20;9.50;223.60;4.19;1.22 +5370;15;3356.00;9.50;230.00;2.35;1.22 +5370;16;3336.80;9.50;237.20;3.27;1.22 5370;21;3329.02;9.50;214.00;1.57;1.22 +5371;0;2782.00;9.50;422.00;0.00;1.08 +5371;1;2780.50;9.50;410.50;-0.13;1.08 +5371;2;2768.00;9.50;411.00;-0.90;1.08 +5371;3;2769.00;9.50;421.50;-1.53;1.08 +5371;4;2794.00;9.50;419.00;1.32;1.08 +5371;5;2795.00;9.50;430.50;2.15;1.08 +5371;6;2771.00;9.50;431.50;4.00;1.08 +5371;7;2783.00;9.50;434.00;3.05;1.08 +5371;9;2772.28;9.50;422.00;1.57;1.08 +5371;10;2791.72;9.50;422.00;-1.57;1.08 +5371;11;2779.60;9.50;403.60;-0.13;1.08 +5371;12;2759.60;9.50;404.40;-0.90;1.08 +5371;13;2761.20;9.50;421.20;-1.53;1.08 +5371;14;2801.20;9.50;417.20;1.32;1.08 +5371;15;2802.80;9.50;435.60;2.15;1.08 +5371;16;2764.40;9.50;437.20;4.00;1.08 +5371;17;2783.60;9.50;441.20;3.05;1.08 5371;21;2772.28;9.50;422.00;1.57;1.08 +5372;0;2533.00;9.50;349.00;0.00;1.12 +5372;1;2523.00;9.50;338.00;-0.73;1.12 +5372;2;2534.50;9.50;338.00;0.13;1.12 +5372;3;2546.50;9.50;342.00;1.09;1.12 +5372;4;2520.50;9.50;352.00;4.47;1.12 +5372;5;2549.00;9.50;350.00;1.63;1.12 +5372;6;2534.50;9.50;360.00;3.00;1.12 +5372;9;2522.02;9.50;349.00;1.57;1.12 +5372;10;2543.98;9.50;349.00;-1.57;1.12 +5372;11;2517.00;9.50;331.40;-0.73;1.12 +5372;12;2535.40;9.50;331.40;0.13;1.12 +5372;13;2554.60;9.50;337.80;1.09;1.12 +5372;14;2513.00;9.50;353.80;4.47;1.12 +5372;15;2558.60;9.50;350.60;1.63;1.12 +5372;16;2535.40;9.50;366.60;3.00;1.12 5372;21;2522.02;9.50;349.00;1.57;1.12 +5373;0;2243.00;9.50;1118.00;0.00;1.28 +5373;1;2246.50;9.50;1106.00;0.28;1.28 +5373;2;2258.50;9.50;1110.50;1.12;1.28 +5373;3;2231.00;9.50;1111.00;-1.04;1.28 +5373;4;2230.50;9.50;1120.50;4.51;1.28 +5373;5;2246.00;9.50;1127.50;2.83;1.28 +5373;6;2234.00;9.50;1132.50;3.69;1.28 +5373;9;2231.48;9.50;1118.00;1.57;1.28 +5373;10;2254.52;9.50;1118.00;-1.57;1.28 +5373;11;2248.60;9.50;1098.80;0.28;1.28 +5373;12;2267.80;9.50;1106.00;1.12;1.28 +5373;13;2223.80;9.50;1106.80;-1.04;1.28 +5373;14;2223.00;9.50;1122.00;4.51;1.28 +5373;15;2247.80;9.50;1133.20;2.83;1.28 +5373;16;2228.60;9.50;1141.20;3.69;1.28 5373;21;2231.48;9.50;1118.00;1.57;1.28 +5374;0;1926.00;9.50;1472.00;0.00;1.20 +5374;1;1924.50;9.50;1458.00;-0.10;1.20 +5374;2;1938.00;9.50;1456.50;0.65;1.20 +5374;3;1939.50;9.50;1471.50;1.53;1.20 +5374;4;1911.50;9.50;1460.00;-0.87;1.20 +5374;5;1911.50;9.50;1469.50;-1.40;1.20 +5374;6;1911.50;9.50;1482.00;4.10;1.20 +5374;7;1926.00;9.50;1484.50;3.14;1.20 +5374;8;1941.00;9.50;1485.50;2.30;1.20 +5374;9;1915.20;9.50;1472.00;1.57;1.20 +5374;10;1936.80;9.50;1472.00;-1.57;1.20 +5374;11;1923.60;9.50;1449.60;-0.10;1.20 +5374;12;1945.20;9.50;1447.20;0.65;1.20 +5374;13;1947.60;9.50;1471.20;1.53;1.20 +5374;14;1902.80;9.50;1452.80;-0.87;1.20 +5374;15;1902.80;9.50;1468.00;-1.40;1.20 +5374;16;1902.80;9.50;1488.00;4.10;1.20 +5374;17;1926.00;9.50;1492.00;3.14;1.20 +5374;18;1950.00;9.50;1493.60;2.30;1.20 5374;21;1915.20;9.50;1472.00;1.57;1.20 +5375;0;1664.00;9.50;235.00;0.00;0.80 +5375;1;1667.50;9.50;225.50;0.35;0.80 +5375;2;1674.50;9.50;224.00;0.76;0.80 +5375;3;1674.00;9.50;234.50;1.52;0.80 +5375;4;1653.50;9.50;235.00;4.71;0.80 +5375;5;1659.00;9.50;243.00;3.70;0.80 +5375;6;1646.00;9.50;242.50;4.31;0.80 +5375;9;1653.02;9.50;235.00;1.57;0.80 +5375;10;1674.98;9.50;235.00;-1.57;0.80 +5375;11;1669.60;9.50;219.80;0.35;0.80 +5375;12;1680.80;9.50;217.40;0.76;0.80 +5375;13;1680.00;9.50;234.20;1.52;0.80 +5375;14;1647.20;9.50;235.00;4.71;0.80 +5375;15;1656.00;9.50;247.80;3.70;0.80 +5375;16;1635.20;9.50;247.00;4.31;0.80 5375;21;1653.02;9.50;235.00;1.57;0.80 +5376;0;665.00;9.50;333.00;0.00;0.84 +5376;1;653.50;9.50;328.50;-1.19;0.84 +5376;2;677.00;9.50;325.50;1.01;0.84 +5376;3;680.50;9.50;336.50;1.79;0.84 +5376;4;657.00;9.50;340.00;3.99;0.84 +5376;9;648.08;9.50;333.00;1.57;0.84 +5376;10;681.92;9.50;333.00;-1.57;0.84 +5376;11;646.60;9.50;325.80;-1.19;0.84 +5376;12;684.20;9.50;321.00;1.01;0.84 +5376;13;689.80;9.50;338.60;1.79;0.84 +5376;14;652.20;9.50;344.20;3.99;0.84 5376;21;648.08;9.50;333.00;1.57;0.84 +5377;0;76.00;9.50;979.00;0.00;1.26 +5377;1;83.00;9.50;964.50;0.45;1.26 +5377;2;64.00;9.50;971.00;-0.98;1.26 +5377;3;95.50;9.50;971.00;1.18;1.26 +5377;4;88.00;9.50;985.00;2.03;1.26 +5377;5;59.50;9.50;986.50;4.28;1.26 +5377;6;71.00;9.50;994.50;3.45;1.26 +5377;9;61.78;9.50;979.00;1.57;1.26 +5377;10;90.22;9.50;979.00;-1.57;1.26 +5377;11;87.20;9.50;955.80;0.45;1.26 +5377;12;56.80;9.50;966.20;-0.98;1.26 +5377;13;107.20;9.50;966.20;1.18;1.26 +5377;14;95.20;9.50;988.60;2.03;1.26 +5377;15;49.60;9.50;991.00;4.28;1.26 +5377;16;68.00;9.50;1003.80;3.45;1.26 5377;21;61.78;9.50;979.00;1.57;1.26 +5378;0;59.00;9.50;1878.00;0.00;0.92 +5378;1;46.50;9.50;1868.00;-0.89;0.92 +5378;2;64.50;9.50;1868.00;0.50;0.92 +5378;3;71.50;9.50;1879.00;1.65;0.92 +5378;4;45.00;9.50;1880.00;4.57;0.92 +5378;5;52.50;9.50;1891.00;3.60;0.92 +5378;6;62.00;9.50;1890.00;2.89;0.92 +5378;9;45.50;9.50;1878.00;1.57;0.92 +5378;10;72.50;9.50;1878.00;-1.57;0.92 +5378;11;39.00;9.50;1862.00;-0.89;0.92 +5378;12;67.80;9.50;1862.00;0.50;0.92 +5378;13;79.00;9.50;1879.60;1.65;0.92 +5378;14;36.60;9.50;1881.20;4.57;0.92 +5378;15;48.60;9.50;1898.80;3.60;0.92 +5378;16;63.80;9.50;1897.20;2.89;0.92 5378;21;45.50;9.50;1878.00;1.57;0.92 +5379;0;960.00;9.50;959.00;0.00;1.28 +5379;1;958.00;9.50;944.50;-0.13;1.28 +5379;2;974.00;9.50;953.00;1.16;1.28 +5379;3;947.00;9.50;959.00;4.71;1.28 +5379;4;970.50;9.50;969.00;2.33;1.28 +5379;5;952.00;9.50;975.00;3.60;1.28 +5379;6;960.00;9.50;976.00;3.14;1.28 +5379;9;948.48;9.50;959.00;1.57;1.28 +5379;10;971.52;9.50;959.00;-1.57;1.28 +5379;11;956.80;9.50;935.80;-0.13;1.28 +5379;12;982.40;9.50;949.40;1.16;1.28 +5379;13;939.20;9.50;959.00;4.71;1.28 +5379;14;976.80;9.50;975.00;2.33;1.28 +5379;15;947.20;9.50;984.60;3.60;1.28 +5379;16;960.00;9.50;986.20;3.14;1.28 5379;21;948.48;9.50;959.00;1.57;1.28 +5380;0;1350.00;9.50;931.00;0.00;0.94 +5380;1;1346.50;9.50;918.50;-0.27;0.94 +5380;2;1335.00;9.50;930.00;-1.50;0.94 +5380;3;1358.00;9.50;919.50;0.60;0.94 +5380;4;1364.00;9.50;929.00;1.42;0.94 +5380;5;1352.50;9.50;941.50;2.90;0.94 +5380;6;1335.50;9.50;941.50;4.08;0.94 +5380;9;1337.58;9.50;931.00;1.57;0.94 +5380;10;1362.42;9.50;931.00;-1.57;0.94 +5380;11;1344.40;9.50;911.00;-0.27;0.94 +5380;12;1326.00;9.50;929.40;-1.50;0.94 +5380;13;1362.80;9.50;912.60;0.60;0.94 +5380;14;1372.40;9.50;927.80;1.42;0.94 +5380;15;1354.00;9.50;947.80;2.90;0.94 +5380;16;1326.80;9.50;947.80;4.08;0.94 5380;21;1337.58;9.50;931.00;1.57;0.94 +5381;0;834.00;9.50;1572.00;0.00;1.16 +5381;1;835.50;9.50;1558.50;0.11;1.16 +5381;2;849.50;9.50;1560.00;0.91;1.16 +5381;3;850.50;9.50;1564.00;1.11;1.16 +5381;4;816.50;9.50;1573.50;4.62;1.16 +5381;5;851.50;9.50;1571.00;1.51;1.16 +5381;6;849.50;9.50;1578.50;1.96;1.16 +5381;7;829.50;9.50;1583.50;3.51;1.16 +5381;8;848.00;9.50;1583.50;2.25;1.16 +5381;9;819.24;9.50;1572.00;1.57;1.16 +5381;10;848.76;9.50;1572.00;-1.57;1.16 +5381;11;836.40;9.50;1550.40;0.11;1.16 +5381;12;858.80;9.50;1552.80;0.91;1.16 +5381;13;860.40;9.50;1559.20;1.11;1.16 +5381;14;806.00;9.50;1574.40;4.62;1.16 +5381;15;862.00;9.50;1570.40;1.51;1.16 +5381;16;858.80;9.50;1582.40;1.96;1.16 +5381;17;826.80;9.50;1590.40;3.51;1.16 +5381;18;856.40;9.50;1590.40;2.25;1.16 5381;21;819.24;9.50;1572.00;1.57;1.16 +5382;0;2688.00;9.50;1256.00;0.00;0.62 +5382;1;2695.00;9.50;1249.00;0.78;0.62 +5382;2;2683.50;9.50;1251.00;-0.73;0.62 +5382;3;2697.00;9.50;1253.50;1.30;0.62 +5382;4;2698.50;9.50;1256.50;1.61;0.62 +5382;5;2680.50;9.50;1259.00;4.33;0.62 +5382;6;2697.00;9.50;1259.00;1.89;0.62 +5382;7;2695.50;9.50;1262.00;2.24;0.62 +5382;8;2686.50;9.50;1262.00;3.38;0.62 +5382;9;2680.08;9.50;1256.00;1.57;0.62 +5382;10;2695.92;9.50;1256.00;-1.57;0.62 +5382;11;2699.20;9.50;1244.80;0.78;0.62 +5382;12;2680.80;9.50;1248.00;-0.73;0.62 +5382;13;2702.40;9.50;1252.00;1.30;0.62 +5382;14;2704.80;9.50;1256.80;1.61;0.62 +5382;15;2676.00;9.50;1260.80;4.33;0.62 +5382;16;2702.40;9.50;1260.80;1.89;0.62 +5382;17;2700.00;9.50;1265.60;2.24;0.62 +5382;18;2685.60;9.50;1265.60;3.38;0.62 5382;21;2680.08;9.50;1256.00;1.57;0.62 +5383;0;3576.00;9.50;856.00;0.00;0.98 +5383;1;3569.00;9.50;843.00;-0.49;0.98 +5383;2;3565.00;9.50;853.50;-1.34;0.98 +5383;3;3581.00;9.50;845.00;0.42;0.98 +5383;4;3586.00;9.50;860.00;1.95;0.98 +5383;5;3570.00;9.50;866.00;3.68;0.98 +5383;6;3579.00;9.50;871.50;2.95;0.98 +5383;9;3567.18;9.50;856.00;1.57;0.98 +5383;10;3584.82;9.50;856.00;-1.57;0.98 +5383;11;3564.80;9.50;835.20;-0.49;0.98 +5383;12;3558.40;9.50;852.00;-1.34;0.98 +5383;13;3584.00;9.50;838.40;0.42;0.98 +5383;14;3592.00;9.50;862.40;1.95;0.98 +5383;15;3566.40;9.50;872.00;3.68;0.98 +5383;16;3580.80;9.50;880.80;2.95;0.98 5383;21;3567.18;9.50;856.00;1.57;0.98 +5384;0;1926.00;9.50;1523.00;0.00;1.06 +5384;1;1926.00;9.50;1510.00;0.00;1.06 +5384;2;1911.50;9.50;1523.00;4.71;1.06 +5384;3;1941.00;9.50;1523.00;1.57;1.06 +5384;4;1926.50;9.50;1536.00;3.10;1.06 +5384;5;1942.00;9.50;1535.50;2.23;1.06 +5384;6;1911.50;9.50;1536.00;3.98;1.06 +5384;9;1914.84;9.50;1523.00;1.57;1.06 +5384;10;1937.16;9.50;1523.00;-1.57;1.06 +5384;11;1926.00;9.50;1502.20;0.00;1.06 +5384;12;1902.80;9.50;1523.00;4.71;1.06 +5384;13;1950.00;9.50;1523.00;1.57;1.06 +5384;14;1926.80;9.50;1543.80;3.10;1.06 +5384;15;1951.60;9.50;1543.00;2.23;1.06 +5384;16;1902.80;9.50;1543.80;3.98;1.06 5384;21;1914.84;9.50;1523.00;1.57;1.06 +5385;0;726.00;9.50;1085.00;0.00;1.02 +5385;1;725.00;9.50;1073.00;-0.08;1.02 +5385;2;739.00;9.50;1072.50;0.80;1.02 +5385;3;711.00;9.50;1077.50;-1.10;1.02 +5385;4;740.00;9.50;1085.50;1.60;1.02 +5385;5;711.50;9.50;1089.00;4.44;1.02 +5385;6;713.00;9.50;1096.50;3.98;1.02 +5385;7;728.00;9.50;1096.50;2.96;1.02 +5385;9;714.30;9.50;1085.00;1.57;1.02 +5385;10;737.70;9.50;1085.00;-1.57;1.02 +5385;11;724.40;9.50;1065.80;-0.08;1.02 +5385;12;746.80;9.50;1065.00;0.80;1.02 +5385;13;702.00;9.50;1073.00;-1.10;1.02 +5385;14;748.40;9.50;1085.80;1.60;1.02 +5385;15;702.80;9.50;1091.40;4.44;1.02 +5385;16;705.20;9.50;1103.40;3.98;1.02 +5385;17;729.20;9.50;1103.40;2.96;1.02 5385;21;714.30;9.50;1085.00;1.57;1.02 +5386;0;5575.00;9.50;84.00;0.00;1.76 +5386;1;5561.00;9.50;72.50;-0.88;1.76 +5386;2;5583.50;9.50;67.00;0.46;1.76 +5386;3;5590.50;9.50;90.50;1.96;1.76 +5386;4;5552.00;9.50;85.00;4.66;1.76 +5386;5;5556.00;9.50;91.50;4.33;1.76 +5386;6;5565.00;9.50;97.50;3.77;1.76 +5386;7;5557.50;9.50;96.50;4.09;1.76 +5386;8;5559.00;9.50;97.00;4.03;1.76 +5386;9;5558.80;9.50;84.00;1.57;1.76 +5386;10;5591.20;9.50;84.00;-1.57;1.76 +5386;11;5552.60;9.50;65.60;-0.88;1.76 +5386;12;5588.60;9.50;56.80;0.46;1.76 +5386;13;5599.80;9.50;94.40;1.96;1.76 +5386;14;5538.20;9.50;85.60;4.66;1.76 +5386;15;5544.60;9.50;96.00;4.33;1.76 +5386;16;5559.00;9.50;105.60;3.77;1.76 +5386;17;5547.00;9.50;104.00;4.09;1.76 +5386;18;5549.40;9.50;104.80;4.03;1.76 5386;21;5558.80;9.50;84.00;1.57;1.76 +5387;0;5096.00;9.50;419.00;0.00;1.18 +5387;1;5087.50;9.50;415.00;-1.13;1.18 +5387;2;5107.00;9.50;408.50;0.80;1.18 +5387;3;5109.00;9.50;420.00;1.64;1.18 +5387;4;5080.00;9.50;429.50;4.13;1.18 +5387;5;5092.00;9.50;431.00;3.46;1.18 +5387;9;5081.06;9.50;419.00;1.57;1.18 +5387;10;5110.94;9.50;419.00;-1.57;1.18 +5387;11;5082.40;9.50;412.60;-1.13;1.18 +5387;12;5113.60;9.50;402.20;0.80;1.18 +5387;13;5116.80;9.50;420.60;1.64;1.18 +5387;14;5070.40;9.50;435.80;4.13;1.18 +5387;15;5089.60;9.50;438.20;3.46;1.18 5387;21;5081.06;9.50;419.00;1.57;1.18 +5388;0;3340.00;9.50;1103.00;0.00;1.04 +5388;1;3338.50;9.50;1093.50;-0.15;1.04 +5388;2;3346.00;9.50;1094.50;0.61;1.04 +5388;3;3336.00;9.50;1099.50;-0.85;1.04 +5388;4;3350.00;9.50;1102.00;1.47;1.04 +5388;5;3332.50;9.50;1106.50;4.27;1.04 +5388;6;3337.50;9.60;1106.50;3.76;1.04 +5388;7;3344.50;9.50;1109.00;2.49;1.04 +5388;8;3343.50;9.60;1114.50;2.84;1.04 +5388;9;3330.64;9.50;1103.00;1.57;1.04 +5388;10;3349.36;9.50;1103.00;-1.57;1.04 +5388;11;3337.60;9.50;1087.80;-0.15;1.04 +5388;12;3349.60;9.50;1089.40;0.61;1.04 +5388;13;3333.60;9.50;1097.40;-0.85;1.04 +5388;14;3356.00;9.50;1101.40;1.47;1.04 +5388;15;3328.00;9.50;1108.60;4.27;1.04 +5388;16;3336.00;9.65;1108.60;3.76;1.04 +5388;17;3347.20;9.50;1112.60;2.49;1.04 +5388;18;3345.60;9.67;1121.40;2.84;1.04 5388;21;3349.36;9.50;1103.00;-1.57;1.04 +5389;0;5203.00;9.50;310.00;0.00;0.92 +5389;1;5190.50;9.50;300.00;-0.89;0.92 +5389;2;5212.50;9.50;302.00;0.87;0.92 +5389;3;5184.00;9.50;311.00;4.66;0.92 +5389;4;5228.50;9.50;307.50;1.47;0.92 +5389;5;5223.00;9.50;313.50;1.74;0.92 +5389;6;5191.50;9.50;319.00;4.04;0.92 +5389;7;5208.50;9.50;319.50;2.61;0.92 +5389;9;5186.62;9.50;310.00;1.57;0.92 +5389;10;5219.38;9.50;310.00;-1.57;0.92 +5389;11;5183.00;9.50;294.00;-0.89;0.92 +5389;12;5218.20;9.50;297.20;0.87;0.92 +5389;13;5172.60;9.50;311.60;4.66;0.92 +5389;14;5243.80;9.50;306.00;1.47;0.92 +5389;15;5235.00;9.50;315.60;1.74;0.92 +5389;16;5184.60;9.50;324.40;4.04;0.92 +5389;17;5211.80;9.50;325.20;2.61;0.92 5389;21;5186.62;9.50;310.00;1.57;0.92 +5390;0;4802.00;9.50;584.00;0.00;1.30 +5390;1;4801.50;9.50;574.50;-0.05;1.30 +5390;2;4786.50;9.50;577.50;-1.17;1.30 +5390;3;4819.50;9.50;579.00;1.29;1.30 +5390;4;4818.00;9.50;585.00;1.63;1.30 +5390;5;4801.50;9.50;598.00;3.17;1.30 +5390;6;4794.50;9.50;588.00;4.22;1.30 +5390;7;4806.00;9.50;591.50;2.65;1.30 +5390;8;4809.00;9.57;599.00;2.70;1.30 +5390;9;4788.50;9.50;584.00;1.57;1.30 +5390;10;4815.50;9.50;584.00;-1.57;1.30 +5390;11;4801.20;9.50;568.80;-0.05;1.30 +5390;12;4777.20;9.50;573.60;-1.17;1.30 +5390;13;4830.00;9.50;576.00;1.29;1.30 +5390;14;4827.60;9.50;585.60;1.63;1.30 +5390;15;4801.20;9.50;606.40;3.17;1.30 +5390;16;4790.00;9.50;590.40;4.22;1.30 +5390;17;4808.40;9.50;596.00;2.65;1.30 +5390;18;4813.20;9.50;608.00;2.70;1.30 5390;21;4788.50;9.50;584.00;1.57;1.30 +5391;0;4962.00;9.50;1648.00;0.00;0.64 +5391;1;4962.00;9.50;1643.00;0.00;0.64 +5391;2;4955.00;9.50;1642.00;-0.86;0.64 +5391;3;4961.00;9.50;1650.50;3.52;0.64 +5391;4;4968.00;9.50;1652.00;2.15;0.64 +5391;5;4968.00;9.50;1658.00;2.60;0.64 +5391;9;4956.24;9.50;1648.00;1.57;0.64 +5391;10;4967.76;9.50;1648.00;-1.57;0.64 +5391;11;4962.00;9.50;1640.00;0.00;0.64 +5391;12;4950.80;9.50;1638.40;-0.86;0.64 +5391;13;4960.40;9.50;1652.00;3.52;0.64 +5391;14;4971.60;9.50;1654.40;2.15;0.64 +5391;15;4971.60;9.50;1664.00;2.60;0.64 5391;21;4956.24;9.50;1648.00;1.57;0.64 +5392;0;4634.00;9.50;919.00;0.00;1.02 +5392;1;4629.00;9.50;899.50;-0.25;1.02 +5392;2;4636.50;9.50;907.00;0.20;1.02 +5392;3;4625.50;9.50;910.00;-0.75;1.02 +5392;4;4644.00;9.50;920.50;1.72;1.02 +5392;5;4627.50;9.50;928.50;3.74;1.02 +5392;6;4640.50;9.50;931.50;2.66;1.02 +5392;9;4624.82;9.50;919.00;1.57;1.02 +5392;10;4643.18;9.50;919.00;-1.57;1.02 +5392;11;4626.00;9.50;887.80;-0.25;1.02 +5392;12;4638.00;9.50;899.80;0.20;1.02 +5392;13;4620.40;9.50;904.60;-0.75;1.02 +5392;14;4650.00;9.50;921.40;1.72;1.02 +5392;15;4623.60;9.50;934.20;3.74;1.02 +5392;16;4644.40;9.50;939.00;2.66;1.02 5392;21;4624.82;9.50;919.00;1.57;1.02 +5393;0;4108.00;9.50;190.00;0.00;1.10 +5393;1;4104.00;9.50;180.00;-0.38;1.10 +5393;2;4117.00;9.50;183.50;0.94;1.10 +5393;3;4097.50;9.50;189.50;-1.52;1.10 +5393;4;4113.00;9.50;196.50;2.48;1.10 +5393;5;4099.50;9.50;200.00;3.84;1.10 +5393;6;4102.00;9.50;204.50;3.53;1.10 +5393;9;4098.10;9.50;190.00;1.57;1.10 +5393;10;4117.90;9.50;190.00;-1.57;1.10 +5393;11;4101.60;9.50;174.00;-0.38;1.10 +5393;12;4122.40;9.50;179.60;0.94;1.10 +5393;13;4091.20;9.50;189.20;-1.52;1.10 +5393;14;4116.00;9.50;200.40;2.48;1.10 +5393;15;4094.40;9.50;206.00;3.84;1.10 +5393;16;4098.40;9.50;213.20;3.53;1.10 5393;21;4098.10;9.50;190.00;1.57;1.10 +5394;0;3441.00;9.50;532.00;0.00;1.16 +5394;1;3432.50;9.50;518.00;-0.54;1.16 +5394;2;3442.50;9.50;518.00;0.10;1.16 +5394;3;3430.50;9.50;522.50;-0.83;1.16 +5394;4;3453.50;9.50;525.50;1.09;1.16 +5394;5;3429.00;9.50;534.50;4.50;1.16 +5394;6;3454.00;9.50;538.00;2.00;1.16 +5394;7;3441.00;9.50;545.50;3.14;1.16 +5394;8;3426.50;9.50;545.00;3.98;1.16 +5394;9;3430.56;9.50;532.00;1.57;1.16 +5394;10;3451.44;9.50;532.00;-1.57;1.16 +5394;11;3427.40;9.50;509.60;-0.54;1.16 +5394;12;3443.40;9.50;509.60;0.10;1.16 +5394;13;3424.20;9.50;516.80;-0.83;1.16 +5394;14;3461.00;9.50;521.60;1.09;1.16 +5394;15;3421.80;9.50;536.00;4.50;1.16 +5394;16;3461.80;9.50;541.60;2.00;1.16 +5394;17;3441.00;9.50;553.60;3.14;1.16 +5394;18;3417.80;9.50;552.80;3.98;1.16 5394;21;3430.56;9.50;532.00;1.57;1.16 +5395;0;3312.00;9.50;153.00;0.00;1.38 +5395;1;3305.00;9.50;139.50;-0.47;1.38 +5395;2;3320.00;9.50;139.00;0.51;1.38 +5395;3;3324.50;9.50;154.50;1.69;1.38 +5395;4;3294.50;9.50;145.50;-1.16;1.38 +5395;5;3299.50;9.50;154.50;4.59;1.38 +5395;6;3309.50;9.50;166.50;3.32;1.38 +5395;7;3327.50;9.50;166.50;2.28;1.38 +5395;8;3320.50;9.50;170.00;2.67;1.38 +5395;9;3299.58;9.50;153.00;1.57;1.38 +5395;10;3324.42;9.50;153.00;-1.57;1.38 +5395;11;3300.80;9.50;131.40;-0.47;1.38 +5395;12;3324.80;9.50;130.60;0.51;1.38 +5395;13;3332.00;9.50;155.40;1.69;1.38 +5395;14;3284.00;9.50;141.00;-1.16;1.38 +5395;15;3292.00;9.50;155.40;4.59;1.38 +5395;16;3308.00;9.50;174.60;3.32;1.38 +5395;17;3336.80;9.50;174.60;2.28;1.38 +5395;18;3325.60;9.50;180.20;2.67;1.38 5395;21;3299.58;9.50;153.00;1.57;1.38 +5396;0;2827.00;9.50;399.00;0.00;1.06 +5396;1;2824.00;9.50;388.50;-0.27;1.06 +5396;2;2836.50;9.50;389.00;0.76;1.06 +5396;3;2816.50;9.50;395.50;-1.24;1.06 +5396;4;2838.00;9.50;401.00;1.75;1.06 +5396;5;2816.50;9.50;407.50;4.03;1.06 +5396;6;2826.50;9.50;411.50;3.18;1.06 +5396;9;2817.46;9.50;399.00;1.57;1.06 +5396;10;2836.54;9.50;399.00;-1.57;1.06 +5396;11;2822.20;9.50;382.20;-0.27;1.06 +5396;12;2842.20;9.50;383.00;0.76;1.06 +5396;13;2810.20;9.50;393.40;-1.24;1.06 +5396;14;2844.60;9.50;402.20;1.75;1.06 +5396;15;2810.20;9.50;412.60;4.03;1.06 +5396;16;2826.20;9.50;419.00;3.18;1.06 5396;21;2817.46;9.50;399.00;1.57;1.06 +5397;0;2631.00;9.50;342.00;0.00;1.12 +5397;1;2632.50;9.50;328.50;0.11;1.12 +5397;2;2619.00;9.50;334.50;-1.01;1.12 +5397;3;2644.50;9.50;333.50;1.00;1.12 +5397;4;2643.50;9.50;346.00;1.88;1.12 +5397;5;2617.50;9.50;348.00;4.29;1.12 +5397;6;2630.50;9.50;355.00;3.18;1.12 +5397;7;2643.00;9.50;356.00;2.43;1.12 +5397;9;2620.92;9.50;342.00;1.57;1.12 +5397;10;2641.08;9.50;342.00;-1.57;1.12 +5397;11;2633.40;9.50;320.40;0.11;1.12 +5397;12;2611.80;9.50;330.00;-1.01;1.12 +5397;13;2652.60;9.50;328.40;1.00;1.12 +5397;14;2651.00;9.50;348.40;1.88;1.12 +5397;15;2609.40;9.50;351.60;4.29;1.12 +5397;16;2630.20;9.50;362.80;3.18;1.12 +5397;17;2650.20;9.50;364.40;2.43;1.12 5397;21;2620.92;9.50;342.00;1.57;1.12 +5398;0;2211.00;9.50;1172.00;0.00;1.20 +5398;1;2206.50;9.50;1160.00;-0.35;1.20 +5398;2;2218.00;9.50;1159.50;0.51;1.20 +5398;3;2226.00;9.50;1170.00;1.43;1.20 +5398;4;2197.50;9.50;1175.00;4.49;1.20 +5398;5;2211.50;9.50;1182.50;3.09;1.20 +5398;9;2199.30;9.50;1172.00;1.57;1.20 +5398;10;2222.70;9.50;1172.00;-1.57;1.20 +5398;11;2203.80;9.50;1152.80;-0.35;1.20 +5398;12;2222.20;9.50;1152.00;0.51;1.20 +5398;13;2235.00;9.50;1168.80;1.43;1.20 +5398;14;2189.40;9.50;1176.80;4.49;1.20 +5398;15;2211.80;9.50;1188.80;3.09;1.20 5398;21;2199.30;9.50;1172.00;1.57;1.20 +5399;0;1973.00;9.50;1380.00;0.00;1.06 +5399;1;1975.50;9.50;1369.00;0.22;1.06 +5399;2;1989.50;9.50;1371.00;1.07;1.06 +5399;3;1961.50;9.50;1371.50;-0.93;1.06 +5399;4;1988.50;9.50;1379.00;1.50;1.06 +5399;5;1958.50;9.50;1383.00;4.50;1.06 +5399;6;1972.00;9.50;1390.00;3.24;1.06 +5399;9;1961.12;9.50;1380.00;1.57;1.06 +5399;10;1984.88;9.50;1380.00;-1.57;1.06 +5399;11;1977.00;9.50;1362.40;0.22;1.06 +5399;12;1999.40;9.50;1365.60;1.07;1.06 +5399;13;1954.60;9.50;1366.40;-0.93;1.06 +5399;14;1997.80;9.50;1378.40;1.50;1.06 +5399;15;1949.80;9.50;1384.80;4.50;1.06 +5399;16;1971.40;9.50;1396.00;3.24;1.06 5399;21;1961.12;9.50;1380.00;1.57;1.06 +5400;0;1619.00;9.50;213.00;0.00;1.42 +5400;1;1625.00;9.50;204.50;0.61;1.42 +5400;2;1606.50;9.50;205.00;-1.00;1.42 +5400;3;1631.00;9.50;224.00;2.31;1.42 +5400;4;1604.50;9.50;219.00;4.32;1.42 +5400;5;1614.00;9.50;225.00;3.53;1.42 +5400;9;1606.22;9.50;213.00;1.57;1.42 +5400;10;1631.78;9.50;213.00;-1.57;1.42 +5400;11;1628.60;9.50;199.40;0.61;1.42 +5400;12;1599.00;9.50;200.20;-1.00;1.42 +5400;13;1638.20;9.50;230.60;2.31;1.42 +5400;14;1595.80;9.50;222.60;4.32;1.42 +5400;15;1611.00;9.50;232.20;3.53;1.42 5400;21;1606.22;9.50;213.00;1.57;1.42 +5401;0;607.00;9.50;383.00;0.00;1.32 +5401;1;600.00;9.50;370.00;-0.49;1.32 +5401;2;617.00;9.50;378.50;1.14;1.32 +5401;3;593.00;9.50;389.00;4.30;1.32 +5401;4;624.50;9.50;395.50;2.19;1.32 +5401;5;623.50;9.50;396.00;2.23;1.32 +5401;6;608.00;9.50;396.50;3.06;1.32 +5401;9;595.12;9.50;383.00;1.57;1.32 +5401;10;618.88;9.50;383.00;-1.57;1.32 +5401;11;595.80;9.50;362.20;-0.49;1.32 +5401;12;623.00;9.50;375.80;1.14;1.32 +5401;13;584.60;9.50;392.60;4.30;1.32 +5401;14;635.00;9.50;403.00;2.19;1.32 +5401;15;633.40;9.50;403.80;2.23;1.32 +5401;16;608.60;9.50;404.60;3.06;1.32 5401;21;595.12;9.50;383.00;1.57;1.32 +5402;0;134.00;9.50;1001.00;0.00;1.12 +5402;1;117.00;9.50;996.00;-1.28;1.12 +5402;2;136.00;9.50;987.00;0.14;1.12 +5402;3;151.50;9.50;999.50;1.48;1.12 +5402;4;117.50;9.50;1010.00;4.21;1.12 +5402;5;137.50;9.50;1013.50;2.86;1.12 +5402;9;119.24;9.50;1001.00;1.57;1.12 +5402;10;148.76;9.50;1001.00;-1.57;1.12 +5402;11;106.80;9.50;993.00;-1.28;1.12 +5402;12;137.20;9.50;978.60;0.14;1.12 +5402;13;162.00;9.50;998.60;1.48;1.12 +5402;14;107.60;9.50;1015.40;4.21;1.12 +5402;15;139.60;9.50;1021.00;2.86;1.12 5402;21;119.24;9.50;1001.00;1.57;1.12 +5404;0;905.00;9.50;958.00;0.00;1.30 +5404;1;900.00;9.50;948.00;-0.46;1.30 +5404;2;918.00;9.50;942.50;0.69;1.30 +5404;3;919.50;9.50;958.50;1.60;1.30 +5404;4;885.50;9.50;960.50;4.58;1.30 +5404;5;903.50;9.50;970.00;3.26;1.30 +5404;9;892.04;9.50;958.00;1.57;1.30 +5404;10;917.96;9.50;958.00;-1.57;1.30 +5404;11;897.00;9.50;942.00;-0.46;1.30 +5404;12;925.80;9.50;933.20;0.69;1.30 +5404;13;928.20;9.50;958.80;1.60;1.30 +5404;14;873.80;9.50;962.00;4.58;1.30 +5404;15;902.60;9.50;977.20;3.26;1.30 5404;21;892.04;9.50;958.00;1.57;1.30 +5405;0;1391.00;9.50;886.00;0.00;0.92 +5405;1;1386.50;9.50;874.50;-0.37;0.92 +5405;2;1377.00;9.50;885.00;-1.49;0.92 +5405;3;1404.50;9.50;884.00;1.42;0.92 +5405;4;1396.00;9.50;895.00;2.63;0.92 +5405;5;1378.50;9.50;897.00;3.99;0.92 +5405;9;1378.04;9.50;886.00;1.57;0.92 +5405;10;1403.96;9.50;886.00;-1.57;0.92 +5405;11;1383.80;9.50;867.60;-0.37;0.92 +5405;12;1368.60;9.50;884.40;-1.49;0.92 +5405;13;1412.60;9.50;882.80;1.42;0.92 +5405;14;1399.00;9.50;900.40;2.63;0.92 +5405;15;1371.00;9.50;903.60;3.99;0.92 5405;21;1378.04;9.50;886.00;1.57;0.92 +5406;0;778.00;9.50;1565.00;0.00;1.20 +5406;1;778.50;9.50;1547.50;0.02;1.20 +5406;2;772.00;9.50;1554.50;-0.51;1.20 +5406;3;786.00;9.50;1554.00;0.62;1.20 +5406;4;788.50;9.50;1570.00;2.01;1.20 +5406;5;764.50;9.50;1570.00;4.35;1.20 +5406;6;773.00;9.50;1579.00;3.48;1.20 +5406;7;782.50;9.50;1579.50;2.84;1.20 +5406;9;767.20;9.50;1565.00;1.57;1.20 +5406;10;788.80;9.50;1565.00;-1.57;1.20 +5406;11;778.80;9.50;1537.00;0.02;1.20 +5406;12;768.40;9.50;1548.20;-0.51;1.20 +5406;13;790.80;9.50;1547.40;0.62;1.20 +5406;14;794.80;9.50;1573.00;2.01;1.20 +5406;15;756.40;9.50;1573.00;4.35;1.20 +5406;16;770.00;9.50;1587.40;3.48;1.20 +5406;17;785.20;9.50;1588.20;2.84;1.20 5406;21;767.20;9.50;1565.00;1.57;1.20 +5407;0;2736.00;9.50;1248.00;0.00;0.58 +5407;1;2737.00;9.50;1241.00;0.14;0.58 +5407;2;2746.00;9.50;1242.00;1.03;0.58 +5407;3;2733.00;9.50;1242.50;-0.49;0.58 +5407;4;2742.00;9.50;1242.00;0.78;0.58 +5407;5;2745.50;9.50;1249.00;1.67;0.58 +5407;6;2722.00;9.55;1245.00;-1.36;0.58 +5407;7;2727.00;9.50;1246.50;-1.40;0.58 +5407;8;2721.00;9.50;1249.50;4.61;0.58 +5407;9;2726.46;9.50;1248.00;1.57;0.58 +5407;10;2745.54;9.50;1248.00;-1.57;0.58 +5407;11;2737.60;9.50;1236.80;0.14;0.58 +5407;12;2752.00;9.50;1238.40;1.03;0.58 +5407;13;2731.20;9.50;1239.20;-0.49;0.58 +5407;14;2745.60;9.50;1238.40;0.78;0.58 +5407;15;2751.20;9.50;1249.60;1.67;0.58 +5407;16;2713.60;9.50;1243.20;-1.36;0.58 +5407;17;2721.60;9.67;1245.60;-1.40;0.58 +5407;18;2712.00;9.50;1250.40;4.61;0.58 5407;21;2726.46;9.50;1248.00;1.57;0.58 +5408;0;2151.00;9.50;1844.00;0.00;1.24 +5408;1;2140.00;9.50;1831.50;-0.72;1.24 +5408;2;2156.50;9.50;1832.50;0.44;1.24 +5408;3;2129.00;9.50;1840.00;-1.39;1.24 +5408;4;2170.00;9.50;1845.00;1.62;1.24 +5408;5;2136.50;9.50;1849.50;4.35;1.24 +5408;6;2173.00;9.50;1854.00;1.99;1.24 +5408;7;2159.50;9.50;1856.50;2.54;1.24 +5408;9;2133.54;9.50;1844.00;1.57;1.24 +5408;10;2168.46;9.50;1844.00;-1.57;1.24 +5408;11;2133.40;9.50;1824.00;-0.72;1.24 +5408;12;2159.80;9.50;1825.60;0.44;1.24 +5408;13;2115.80;9.50;1837.60;-1.39;1.24 +5408;14;2181.40;9.50;1845.60;1.62;1.24 +5408;15;2127.80;9.50;1852.80;4.35;1.24 +5408;16;2186.20;9.50;1860.00;1.99;1.24 +5408;17;2164.60;9.50;1864.00;2.54;1.24 5408;21;2133.54;9.50;1844.00;1.57;1.24 +5409;0;1863.00;9.50;1433.00;0.00;0.96 +5409;1;1876.50;9.50;1430.50;1.38;0.96 +5409;2;1861.50;9.50;1423.00;-0.14;0.96 +5409;3;1850.00;9.50;1426.50;-1.10;0.96 +5409;4;1851.00;9.50;1436.00;4.46;0.96 +5409;5;1866.00;9.50;1442.00;2.82;0.96 +5409;6;1880.00;9.50;1440.50;1.98;0.96 +5409;7;1852.50;9.50;1445.50;3.84;0.96 +5409;9;1851.84;9.50;1433.00;1.57;0.96 +5409;10;1874.16;9.50;1433.00;-1.57;0.96 +5409;11;1884.60;9.50;1429.00;1.38;0.96 +5409;12;1860.60;9.50;1417.00;-0.14;0.96 +5409;13;1842.20;9.50;1422.60;-1.10;0.96 +5409;14;1843.80;9.50;1437.80;4.46;0.96 +5409;15;1867.80;9.50;1447.40;2.82;0.96 +5409;16;1890.20;9.50;1445.00;1.98;0.96 +5409;17;1846.20;9.50;1453.00;3.84;0.96 5409;21;1851.84;9.50;1433.00;1.57;0.96 +5410;0;966.00;9.50;1034.00;0.00;1.46 +5410;1;963.00;9.50;1013.50;-0.14;1.46 +5410;2;953.00;9.50;1025.00;-0.96;1.46 +5410;3;974.50;9.50;1021.00;0.57;1.46 +5410;4;979.50;9.50;1042.50;2.13;1.46 +5410;5;946.00;9.50;1037.50;4.53;1.46 +5410;6;961.00;9.50;1047.00;3.50;1.46 +5410;7;976.00;9.50;1057.00;2.73;1.46 +5410;9;952.86;9.50;1034.00;1.57;1.46 +5410;10;979.14;9.50;1034.00;-1.57;1.46 +5410;11;961.20;9.50;1001.20;-0.14;1.46 +5410;12;945.20;9.50;1019.60;-0.96;1.46 +5410;13;979.60;9.50;1013.20;0.57;1.46 +5410;14;987.60;9.50;1047.60;2.13;1.46 +5410;15;934.00;9.50;1039.60;4.53;1.46 +5410;16;958.00;9.50;1054.80;3.50;1.46 +5410;17;982.00;9.50;1070.80;2.73;1.46 5410;21;952.86;9.50;1034.00;1.57;1.46 +5411;0;5132.00;9.50;377.00;0.00;1.32 +5411;1;5140.50;9.50;369.00;0.81;1.32 +5411;2;5123.50;9.50;370.50;-0.91;1.32 +5411;3;5143.00;9.50;385.50;2.22;1.32 +5411;4;5114.50;9.50;383.00;4.38;1.32 +5411;5;5125.00;9.50;387.50;3.73;1.32 +5411;6;5136.50;9.50;391.50;2.84;1.32 +5411;9;5119.40;9.50;377.00;1.57;1.32 +5411;10;5144.60;9.50;377.00;-1.57;1.32 +5411;11;5145.60;9.50;364.20;0.81;1.32 +5411;12;5118.40;9.50;366.60;-0.91;1.32 +5411;13;5149.60;9.50;390.60;2.22;1.32 +5411;14;5104.00;9.50;386.60;4.38;1.32 +5411;15;5120.80;9.50;393.80;3.73;1.32 +5411;16;5139.20;9.50;400.20;2.84;1.32 5411;21;5119.40;9.50;377.00;1.57;1.32 +5412;0;3260.00;9.50;1349.00;0.00;0.66 +5412;1;3256.50;9.50;1340.00;-0.37;0.66 +5412;2;3259.00;9.50;1339.50;-0.10;0.66 +5412;3;3255.00;9.50;1342.50;-0.65;0.66 +5412;4;3260.50;9.50;1341.50;0.06;0.66 +5412;5;3262.50;9.50;1345.50;0.62;0.66 +5412;6;3269.00;9.50;1347.00;1.35;0.66 +5412;7;3257.00;9.55;1347.00;-0.98;0.66 +5412;8;3272.50;9.50;1346.50;1.37;0.66 +5412;9;3252.08;9.52;1349.00;1.57;0.66 +5412;10;3267.92;9.50;1349.00;-1.57;0.66 +5412;11;3254.40;9.50;1334.60;-0.37;0.66 +5412;12;3258.40;9.50;1333.80;-0.10;0.66 +5412;13;3252.00;9.50;1338.60;-0.65;0.66 +5412;14;3260.80;9.50;1337.00;0.06;0.66 +5412;15;3264.00;9.70;1343.40;0.62;0.66 +5412;16;3274.40;9.50;1345.80;1.35;0.66 +5412;17;3255.20;9.70;1345.80;-0.98;0.66 +5412;18;3280.00;9.60;1345.00;1.37;0.66 5412;21;3252.08;9.52;1349.00;1.57;0.66 +5413;0;5291.00;9.50;296.00;0.00;1.08 +5413;1;5275.00;9.50;290.50;-1.24;1.08 +5413;2;5288.50;9.50;286.00;-0.24;1.08 +5413;3;5309.00;9.50;295.00;1.51;1.08 +5413;4;5308.00;9.50;303.00;1.96;1.08 +5413;5;5272.50;9.50;300.50;4.47;1.08 +5413;6;5284.50;9.50;304.00;3.82;1.08 +5413;9;5273.72;9.50;296.00;1.57;1.08 +5413;10;5308.28;9.50;296.00;-1.57;1.08 +5413;11;5265.40;9.50;287.20;-1.24;1.08 +5413;12;5287.00;9.50;280.00;-0.24;1.08 +5413;13;5319.80;9.50;294.40;1.51;1.08 +5413;14;5318.20;9.50;307.20;1.96;1.08 +5413;15;5261.40;9.50;303.20;4.47;1.08 +5413;16;5280.60;9.50;308.80;3.82;1.08 5413;21;5273.72;9.50;296.00;1.57;1.08 +5414;0;4742.00;9.50;524.00;0.00;1.22 +5414;1;4732.50;9.50;511.50;-0.65;1.22 +5414;2;4739.50;9.50;510.00;-0.17;1.22 +5414;3;4742.50;9.50;512.50;0.04;1.22 +5414;4;4725.50;9.50;514.50;-1.04;1.22 +5414;5;4747.50;9.50;514.50;0.52;1.22 +5414;6;4750.00;10.40;517.50;0.88;1.22 +5414;7;4728.50;9.65;517.00;-1.09;1.22 +5414;8;4737.00;9.50;520.00;-0.89;1.22 +5414;9;4730.30;9.50;524.00;1.57;1.22 +5414;10;4753.70;9.50;524.00;-1.57;1.22 +5414;11;4726.80;9.50;504.00;-0.65;1.22 +5414;12;4738.00;9.50;501.60;-0.17;1.22 +5414;13;4742.80;9.50;505.60;0.04;1.22 +5414;14;4715.60;9.50;508.80;-1.04;1.22 +5414;15;4750.80;9.50;508.80;0.52;1.22 +5414;16;4754.80;9.50;513.60;0.88;1.22 +5414;17;4720.40;9.50;512.80;-1.09;1.22 +5414;18;4734.00;9.50;517.60;-0.89;1.22 5414;21;4730.30;9.50;524.00;1.57;1.22 +5415;0;5127.00;9.50;1708.00;0.00;0.74 +5415;1;5115.00;9.50;1701.50;-1.07;0.74 +5415;2;5133.00;9.50;1702.00;0.78;0.74 +5415;3;5110.50;9.50;1709.00;4.65;0.74 +5415;4;5134.50;9.50;1712.50;2.11;0.74 +5415;5;5139.00;9.50;1708.50;1.61;0.74 +5415;6;5113.50;9.50;1713.50;4.32;0.74 +5415;9;5111.88;9.50;1708.00;1.57;0.74 +5415;10;5142.12;9.50;1708.00;-1.57;0.74 +5415;11;5107.80;9.50;1697.60;-1.07;0.74 +5415;12;5136.60;9.50;1698.40;0.78;0.74 +5415;13;5100.60;9.50;1709.60;4.65;0.74 +5415;14;5139.00;9.50;1715.20;2.11;0.74 +5415;15;5146.20;9.50;1708.80;1.61;0.74 +5415;16;5105.40;9.50;1716.80;4.32;0.74 5415;21;5111.88;9.50;1708.00;1.57;0.74 +5416;0;4596.00;9.50;899.00;0.00;1.00 +5416;1;4593.50;9.50;889.00;-0.24;1.00 +5416;2;4584.50;9.50;893.50;-1.12;1.00 +5416;3;4606.00;9.50;889.50;0.81;1.00 +5416;4;4606.50;9.50;900.00;1.66;1.00 +5416;5;4588.00;9.50;906.00;3.99;1.00 +5416;6;4597.00;9.50;912.50;3.06;1.00 +5416;9;4587.00;9.50;899.00;1.57;1.00 +5416;10;4605.00;9.50;899.00;-1.57;1.00 +5416;11;4592.00;9.50;883.00;-0.24;1.00 +5416;12;4577.60;9.50;890.20;-1.12;1.00 +5416;13;4612.00;9.50;883.80;0.81;1.00 +5416;14;4612.80;9.50;900.60;1.66;1.00 +5416;15;4583.20;9.50;910.20;3.99;1.00 +5416;16;4597.60;9.50;920.60;3.06;1.00 5416;21;4587.00;9.50;899.00;1.57;1.00 +5417;0;4142.00;9.50;163.00;0.00;1.00 +5417;1;4141.00;9.50;153.50;-0.10;1.00 +5417;2;4151.50;9.50;158.50;1.12;1.00 +5417;3;4130.50;9.50;159.50;-1.27;1.00 +5417;4;4134.00;9.50;170.00;3.99;1.00 +5417;5;4148.50;9.50;171.00;2.45;1.00 +5417;6;4142.00;9.50;176.00;3.14;1.00 +5417;9;4131.74;9.50;163.00;1.57;1.00 +5417;10;4152.26;9.50;163.00;-1.57;1.00 +5417;11;4140.40;9.50;147.80;-0.10;1.00 +5417;12;4157.20;9.50;155.80;1.12;1.00 +5417;13;4123.60;9.50;157.40;-1.27;1.00 +5417;14;4129.20;9.50;174.20;3.99;1.00 +5417;15;4152.40;9.50;175.80;2.45;1.00 +5417;16;4142.00;9.50;183.80;3.14;1.00 5417;21;4131.74;9.50;163.00;1.57;1.00 +5418;0;3497.00;9.50;552.00;0.00;1.02 +5418;1;3497.00;9.50;543.00;0.00;1.02 +5418;2;3482.00;9.50;548.00;-1.31;1.02 +5418;3;3511.00;9.50;557.50;1.94;1.02 +5418;4;3485.50;9.50;558.00;4.23;1.02 +5418;5;3499.50;9.50;563.00;2.91;1.02 +5418;6;3510.50;9.50;566.00;2.37;1.02 +5418;9;3486.20;9.50;552.00;1.57;1.02 +5418;10;3507.80;9.50;552.00;-1.57;1.02 +5418;11;3497.00;9.50;537.60;0.00;1.02 +5418;12;3473.00;9.50;545.60;-1.31;1.02 +5418;13;3519.40;9.50;560.80;1.94;1.02 +5418;14;3478.60;9.50;561.60;4.23;1.02 +5418;15;3501.00;9.50;569.60;2.91;1.02 +5418;16;3518.60;9.50;574.40;2.37;1.02 5418;21;3486.20;9.50;552.00;1.57;1.02 +5419;0;3353.00;9.50;146.00;0.00;0.94 +5419;1;3347.50;9.50;133.50;-0.41;0.94 +5419;2;3359.50;9.50;140.00;0.82;0.94 +5419;3;3345.00;9.50;151.00;4.15;0.94 +5419;4;3357.50;9.50;157.50;2.76;0.94 +5419;9;3344.54;9.50;146.00;1.57;0.94 +5419;10;3361.46;9.50;146.00;-1.57;0.94 +5419;11;3344.20;9.50;126.00;-0.41;0.94 +5419;12;3363.40;9.50;136.40;0.82;0.94 +5419;13;3340.20;9.50;154.00;4.15;0.94 +5419;14;3360.20;9.50;164.40;2.76;0.94 5419;21;3344.54;9.50;146.00;1.57;0.94 +5420;0;2780.00;9.50;377.00;0.00;1.08 +5420;1;2777.00;9.50;364.50;-0.23;1.08 +5420;2;2789.00;9.50;370.50;0.94;1.08 +5420;3;2768.00;9.50;378.50;4.58;1.08 +5420;4;2793.00;9.50;384.50;2.09;1.08 +5420;5;2779.50;9.50;388.00;3.18;1.08 +5420;9;2770.28;9.50;377.00;1.57;1.08 +5420;10;2789.72;9.50;377.00;-1.57;1.08 +5420;11;2775.20;9.50;357.00;-0.23;1.08 +5420;12;2794.40;9.50;366.60;0.94;1.08 +5420;13;2760.80;9.50;379.40;4.58;1.08 +5420;14;2800.80;9.50;389.00;2.09;1.08 +5420;15;2779.20;9.50;394.60;3.18;1.08 5420;21;2770.28;9.50;377.00;1.57;1.08 +5421;0;2629.00;9.50;393.00;0.00;1.06 +5421;1;2629.50;9.50;380.50;0.04;1.06 +5421;2;2616.50;9.50;388.50;-1.22;1.06 +5421;3;2641.00;9.50;394.50;1.69;1.06 +5421;4;2617.00;9.50;400.50;4.15;1.06 +5421;5;2629.00;9.50;405.00;3.14;1.06 +5421;9;2619.46;9.50;393.00;1.57;1.06 +5421;10;2638.54;9.50;393.00;-1.57;1.06 +5421;11;2629.80;9.50;373.00;0.04;1.06 +5421;12;2609.00;9.50;385.80;-1.22;1.06 +5421;13;2648.20;9.50;395.40;1.69;1.06 +5421;14;2609.80;9.50;405.00;4.15;1.06 +5421;15;2629.00;9.50;412.20;3.14;1.06 5421;21;2619.46;9.50;393.00;1.57;1.06 +5422;0;2266.00;9.50;1152.00;0.00;1.20 +5422;1;2257.50;9.50;1144.50;-0.84;1.20 +5422;2;2273.00;9.50;1136.50;0.42;1.20 +5422;3;2278.50;9.50;1149.50;1.37;1.20 +5422;4;2253.50;9.50;1160.00;4.14;1.20 +5422;5;2265.50;9.50;1165.00;3.18;1.20 +5422;6;2253.50;9.50;1168.50;3.79;1.20 +5422;9;2255.20;9.50;1152.00;1.57;1.20 +5422;10;2276.80;9.50;1152.00;-1.57;1.20 +5422;11;2252.40;9.50;1140.00;-0.84;1.20 +5422;12;2277.20;9.50;1127.20;0.42;1.20 +5422;13;2286.00;9.50;1148.00;1.37;1.20 +5422;14;2246.00;9.50;1164.80;4.14;1.20 +5422;15;2265.20;9.50;1172.80;3.18;1.20 +5422;16;2246.00;9.50;1178.40;3.79;1.20 5422;21;2255.20;9.50;1152.00;1.57;1.20 +5423;0;1977.00;9.50;1420.00;0.00;1.02 +5423;1;1992.00;9.50;1417.00;1.37;1.02 +5423;2;1974.00;9.50;1410.00;-0.29;1.02 +5423;3;1958.00;9.50;1414.00;-1.26;1.02 +5423;4;1960.00;9.50;1421.50;4.62;1.02 +5423;5;1979.00;9.50;1430.00;2.94;1.02 +5423;6;1994.50;9.50;1428.50;2.02;1.02 +5423;7;1963.50;9.50;1430.50;4.05;1.02 +5423;9;1963.86;9.50;1420.00;1.57;1.02 +5423;10;1990.14;9.50;1420.00;-1.57;1.02 +5423;11;2001.00;9.50;1415.20;1.37;1.02 +5423;12;1972.20;9.50;1404.00;-0.29;1.02 +5423;13;1946.60;9.50;1410.40;-1.26;1.02 +5423;14;1949.80;9.50;1422.40;4.62;1.02 +5423;15;1980.20;9.50;1436.00;2.94;1.02 +5423;16;2005.00;9.50;1433.60;2.02;1.02 +5423;17;1955.40;9.50;1436.80;4.05;1.02 5423;21;1963.86;9.50;1420.00;1.57;1.02 +5424;0;1656.00;9.50;186.00;0.00;1.20 +5424;1;1664.00;9.50;174.50;0.60;1.20 +5424;2;1670.50;9.50;184.50;1.46;1.20 +5424;3;1677.00;9.50;180.50;1.31;1.20 +5424;4;1641.00;9.50;176.50;-1.00;1.20 +5424;5;1629.00;9.50;177.50;-1.26;1.20 +5424;6;1643.50;9.50;191.00;4.33;1.20 +5424;7;1676.50;9.50;187.50;1.64;1.20 +5424;8;1663.50;9.50;201.00;2.67;1.20 +5424;9;1638.36;9.50;186.00;1.57;1.20 +5424;10;1673.64;9.50;186.00;-1.57;1.20 +5424;11;1668.80;9.50;167.60;0.60;1.20 +5424;12;1679.20;9.50;183.60;1.46;1.20 +5424;13;1689.60;9.50;177.20;1.31;1.20 +5424;14;1632.00;9.50;170.80;-1.00;1.20 +5424;15;1612.80;9.50;172.40;-1.26;1.20 +5424;16;1636.00;9.50;194.00;4.33;1.20 +5424;17;1688.80;9.69;188.40;1.64;1.20 +5424;18;1668.00;9.50;210.00;2.67;1.20 5424;21;1638.36;9.50;186.00;1.57;1.20 +5425;0;576.00;9.50;337.00;0.00;1.34 +5425;1;572.00;9.50;324.50;-0.31;1.34 +5425;2;583.00;9.50;318.50;0.36;1.34 +5425;3;588.50;9.50;329.00;1.00;1.34 +5425;4;561.50;9.50;337.00;4.71;1.34 +5425;5;594.00;9.50;339.50;1.70;1.34 +5425;6;584.50;9.50;347.00;2.43;1.34 +5425;7;569.00;9.50;350.50;3.62;1.34 +5425;9;563.94;9.50;337.00;1.57;1.34 +5425;10;588.06;9.50;337.00;-1.57;1.34 +5425;11;569.60;9.50;317.00;-0.31;1.34 +5425;12;587.20;9.50;307.40;0.36;1.34 +5425;13;596.00;9.50;324.20;1.00;1.34 +5425;14;552.80;9.50;337.00;4.71;1.34 +5425;15;604.80;9.50;341.00;1.70;1.34 +5425;16;589.60;9.50;353.00;2.43;1.34 +5425;17;564.80;9.50;358.60;3.62;1.34 5425;21;563.94;9.50;337.00;1.57;1.34 +5426;0;64.00;9.50;1032.00;0.00;0.98 +5426;1;65.00;9.50;1021.00;0.09;0.98 +5426;2;82.50;9.50;1025.50;1.23;0.98 +5426;3;47.50;9.50;1026.50;-1.24;0.98 +5426;4;86.50;9.50;1034.00;1.65;0.98 +5426;5;44.50;9.50;1038.00;4.41;0.98 +5426;6;67.00;9.50;1041.00;2.82;0.98 +5426;9;47.80;9.50;1032.00;1.57;0.98 +5426;10;80.20;9.50;1032.00;-1.57;0.98 +5426;11;65.60;9.50;1014.40;0.09;0.98 +5426;12;93.60;9.50;1021.60;1.23;0.98 +5426;13;37.60;9.50;1023.20;-1.24;0.98 +5426;14;100.00;9.50;1035.20;1.65;0.98 +5426;15;32.80;9.50;1041.60;4.41;0.98 +5426;16;68.80;9.50;1046.40;2.82;0.98 5426;21;47.80;9.50;1032.00;1.57;0.98 +5427;0;4871.00;9.80;1420.00;0.00;0.26 +5427;1;4868.50;10.00;1418.00;-0.89;0.26 +5427;2;4871.50;9.80;1417.50;0.19;0.26 +5427;3;4873.50;9.80;1420.50;1.76;0.26 +5427;4;4868.00;10.07;1421.00;4.39;0.26 +5427;5;4871.00;9.90;1422.50;3.14;0.26 +5427;9;4868.66;9.94;1420.00;1.57;0.26 +5427;10;4873.34;9.80;1420.00;-1.57;0.26 5427;21;4868.66;9.94;1420.00;1.57;0.26 +5428;0;886.00;9.50;919.00;0.00;1.28 +5428;1;882.00;9.50;909.00;-0.38;1.28 +5428;2;897.50;9.50;903.50;0.63;1.28 +5428;3;902.50;9.50;912.00;1.17;1.28 +5428;4;870.50;9.50;925.00;4.34;1.28 +5428;5;890.50;9.50;928.50;2.69;1.28 +5428;6;873.50;9.50;935.00;3.80;1.28 +5428;9;871.42;9.50;919.00;1.57;1.28 +5428;10;900.58;9.50;919.00;-1.57;1.28 +5428;11;879.60;9.50;903.00;-0.38;1.28 +5428;12;904.40;9.50;894.20;0.63;1.28 +5428;13;912.40;9.50;907.80;1.17;1.28 +5428;14;861.20;9.50;928.60;4.34;1.28 +5428;15;893.20;9.50;934.20;2.69;1.28 +5428;16;866.00;9.50;944.60;3.80;1.28 5428;21;871.42;9.50;919.00;1.57;1.28 +5429;0;1345.00;9.50;839.00;0.00;0.82 +5429;1;1347.00;9.50;829.50;0.20;0.82 +5429;2;1336.50;9.50;839.50;4.65;0.82 +5429;3;1353.50;9.50;839.50;1.63;0.82 +5429;4;1344.00;9.50;850.00;3.23;0.82 +5429;9;1337.44;9.50;839.00;1.57;0.82 +5429;10;1352.56;9.50;839.00;-1.57;0.82 +5429;11;1348.20;9.50;823.80;0.20;0.82 +5429;12;1331.40;9.50;839.80;4.65;0.82 +5429;13;1358.60;9.50;839.80;1.63;0.82 +5429;14;1343.40;9.50;856.60;3.23;0.82 5429;21;1337.44;9.50;839.00;1.57;0.82 +5430;0;850.00;9.50;1496.00;0.00;0.64 +5430;1;829.50;9.50;1488.50;-1.22;0.64 +5430;2;855.00;9.50;1489.00;0.62;0.64 +5430;3;825.50;9.50;1495.00;-1.53;0.64 +5430;4;877.00;9.50;1490.00;1.35;0.64 +5430;5;873.50;9.50;1494.50;1.50;0.64 +5430;6;876.50;9.50;1499.50;1.70;0.64 +5430;7;871.00;9.50;1501.00;1.80;0.64 +5430;8;881.00;9.50;1500.50;1.71;0.64 +5430;9;828.76;9.50;1496.00;1.57;0.64 +5430;10;871.24;9.50;1496.00;-1.57;0.64 +5430;11;817.20;9.50;1484.00;-1.22;0.64 +5430;12;858.00;9.50;1484.80;0.62;0.64 +5430;13;810.80;9.50;1494.40;-1.53;0.64 +5430;14;893.20;9.50;1486.40;1.35;0.64 +5430;15;887.60;9.50;1493.60;1.50;0.64 +5430;16;892.40;9.50;1501.60;1.70;0.64 +5430;17;883.60;9.50;1504.00;1.80;0.64 +5430;18;899.60;9.50;1503.20;1.71;0.64 5430;21;828.76;9.50;1496.00;1.57;0.64 +5431;0;2795.00;9.50;1263.00;0.00;0.78 +5431;1;2791.50;9.50;1252.50;-0.32;0.78 +5431;2;2788.50;9.50;1259.00;-1.01;0.78 +5431;3;2795.50;9.50;1254.50;0.05;0.78 +5431;4;2800.00;9.50;1255.50;0.58;0.78 +5431;5;2803.50;9.50;1258.00;1.03;0.78 +5431;6;2802.00;9.50;1265.50;1.91;0.78 +5431;7;2786.00;9.50;1265.50;4.44;0.78 +5431;8;2786.00;9.50;1267.50;4.24;0.78 +5431;9;2787.98;9.50;1263.00;1.57;0.78 +5431;10;2802.02;9.50;1263.00;-1.57;0.78 +5431;11;2789.40;9.50;1246.20;-0.32;0.78 +5431;12;2784.60;9.50;1256.60;-1.01;0.78 +5431;13;2795.80;9.50;1249.40;0.05;0.78 +5431;14;2803.00;9.50;1251.00;0.58;0.78 +5431;15;2808.60;9.50;1255.00;1.03;0.78 +5431;16;2806.20;9.50;1267.00;1.91;0.78 +5431;17;2780.60;9.50;1267.00;4.44;0.78 +5431;18;2780.60;9.50;1270.20;4.24;0.78 5431;21;2787.98;9.50;1263.00;1.57;0.78 +5432;0;2238.00;9.50;1890.00;0.00;1.50 +5432;1;2235.50;9.50;1874.00;-0.15;1.50 +5432;2;2255.50;9.50;1873.50;0.81;1.50 +5432;3;2257.00;9.50;1884.00;1.26;1.50 +5432;4;2216.50;9.50;1877.00;-1.02;1.50 +5432;5;2223.50;9.50;1897.00;4.26;1.50 +5432;6;2248.50;9.50;1902.50;2.44;1.50 +5432;7;2238.00;9.50;1911.00;3.14;1.50 +5432;9;2222.52;9.50;1890.00;1.57;1.50 +5432;10;2253.48;9.50;1890.00;-1.57;1.50 +5432;11;2234.00;9.50;1864.40;-0.15;1.50 +5432;12;2266.00;9.50;1863.60;0.81;1.50 +5432;13;2268.40;9.50;1880.40;1.26;1.50 +5432;14;2203.60;9.50;1869.20;-1.02;1.50 +5432;15;2214.80;9.50;1901.20;4.26;1.50 +5432;16;2254.80;9.50;1910.00;2.44;1.50 +5432;17;2238.00;9.50;1923.60;3.14;1.50 5432;21;2222.52;9.50;1890.00;1.57;1.50 +5433;0;1749.00;9.50;1427.00;0.00;0.88 +5433;1;1743.50;9.50;1417.00;-0.50;0.88 +5433;2;1762.00;9.50;1420.00;1.07;0.88 +5433;3;1734.50;9.50;1427.50;4.67;0.88 +5433;4;1764.00;9.50;1430.50;1.80;0.88 +5433;5;1747.50;9.50;1438.00;3.27;0.88 +5433;9;1735.86;9.50;1427.00;1.57;0.88 +5433;10;1762.14;9.50;1427.00;-1.57;0.88 +5433;11;1740.20;9.50;1411.00;-0.50;0.88 +5433;12;1769.80;9.50;1415.80;1.07;0.88 +5433;13;1725.80;9.50;1427.80;4.67;0.88 +5433;14;1773.00;9.50;1432.60;1.80;0.88 +5433;15;1746.60;9.50;1444.60;3.27;0.88 5433;21;1735.86;9.50;1427.00;1.57;0.88 +5434;0;982.00;9.50;867.00;0.00;1.22 +5434;1;986.00;9.50;854.50;0.31;1.22 +5434;2;969.50;9.50;865.00;-1.41;1.22 +5434;3;993.50;9.50;870.00;1.82;1.22 +5434;4;976.50;9.50;879.50;3.55;1.22 +5434;9;969.40;9.50;867.00;1.57;1.22 +5434;10;994.60;9.50;867.00;-1.57;1.22 +5434;11;988.40;9.50;847.00;0.31;1.22 +5434;12;962.00;9.50;863.80;-1.41;1.22 +5434;13;1000.40;9.50;871.80;1.82;1.22 +5434;14;973.20;9.50;887.00;3.55;1.22 5434;21;969.40;9.50;867.00;1.57;1.22 +5435;0;5231.00;9.50;269.00;0.00;1.52 +5435;1;5229.00;9.50;249.00;-0.10;1.52 +5435;2;5236.00;9.50;253.00;0.30;1.52 +5435;3;5218.50;9.50;263.50;-1.15;1.52 +5435;4;5244.50;9.50;263.00;1.15;1.52 +5435;5;5245.00;9.50;277.00;2.09;1.52 +5435;6;5226.50;9.50;281.50;3.48;1.52 +5435;9;5217.32;9.50;269.00;1.57;1.52 +5435;10;5244.68;9.50;269.00;-1.57;1.52 +5435;11;5227.80;9.50;237.00;-0.10;1.52 +5435;12;5239.00;9.50;243.40;0.30;1.52 +5435;13;5211.00;9.50;260.20;-1.15;1.52 +5435;14;5252.60;9.50;259.40;1.15;1.52 +5435;15;5253.40;9.50;281.80;2.09;1.52 +5435;16;5223.80;9.50;289.00;3.48;1.52 5435;21;5217.32;9.50;269.00;1.57;1.52 +5436;0;1589.00;9.50;963.00;0.00;0.40 +5436;1;1590.00;9.50;952.50;0.09;0.40 +5436;2;1593.00;9.50;961.00;1.10;0.40 +5436;3;1585.50;9.50;965.00;4.19;0.40 +5436;4;1591.50;9.50;971.50;2.85;0.40 +5436;5;1588.00;9.50;975.00;3.22;0.40 +5436;9;1585.40;9.50;963.00;1.57;0.40 +5436;10;1592.60;9.50;963.00;-1.57;0.40 +5436;11;1590.60;9.50;946.20;0.09;0.40 +5436;12;1595.40;9.50;959.80;1.10;0.40 +5436;13;1583.40;9.50;966.20;4.19;0.40 +5436;14;1593.00;9.50;976.60;2.85;0.40 +5436;15;1587.40;9.50;982.20;3.22;0.40 5436;21;1585.40;9.50;963.00;1.57;0.40 +5437;0;5311.00;9.50;257.00;0.00;1.00 +5437;1;5298.00;9.50;249.00;-1.01;1.00 +5437;2;5315.00;9.50;246.00;0.34;1.00 +5437;3;5330.00;9.50;249.50;1.19;1.00 +5437;4;5284.50;9.50;257.00;4.71;1.00 +5437;5;5326.50;9.50;261.50;1.85;1.00 +5437;6;5298.50;9.50;266.50;4.06;1.00 +5437;9;5288.14;9.50;257.00;1.57;1.00 +5437;10;5333.86;9.50;257.00;-1.57;1.00 +5437;11;5290.20;9.50;244.20;-1.01;1.00 +5437;12;5317.40;9.50;239.40;0.34;1.00 +5437;13;5341.40;9.50;245.00;1.19;1.00 +5437;14;5268.60;9.50;257.00;4.71;1.00 +5437;15;5335.80;9.50;264.20;1.85;1.00 +5437;16;5291.00;9.50;272.20;4.06;1.00 5437;21;5288.14;9.50;257.00;1.57;1.00 +5438;0;4789.00;9.50;508.00;0.00;0.82 +5438;1;4783.00;9.50;499.50;-0.61;0.82 +5438;2;4797.00;9.50;506.50;1.38;0.82 +5438;3;4773.50;9.50;503.00;-1.25;0.82 +5438;4;4775.50;9.50;504.00;-1.28;0.82 +5438;5;4779.00;9.50;505.50;-1.32;0.82 +5438;6;4782.50;9.50;507.50;-1.49;0.82 +5438;7;4787.50;9.50;511.00;3.60;0.82 +5438;8;4778.50;9.75;513.00;4.26;0.82 +5438;9;4778.38;9.55;508.00;1.57;0.82 +5438;10;4799.62;9.50;508.00;-1.57;0.82 +5438;11;4779.40;9.50;494.40;-0.61;0.82 +5438;12;4801.80;9.50;505.60;1.38;0.82 +5438;13;4764.20;9.50;500.00;-1.25;0.82 +5438;14;4767.40;9.50;501.60;-1.28;0.82 +5438;15;4773.00;9.50;504.00;-1.32;0.82 +5438;16;4778.60;9.50;507.20;-1.49;0.82 +5438;17;4786.60;10.31;512.80;3.60;0.82 +5438;18;4772.20;9.50;516.00;4.26;0.82 5438;21;4778.38;9.55;508.00;1.57;0.82 +5439;0;5071.00;9.50;1683.00;0.00;1.18 +5439;1;5068.00;9.50;1670.50;-0.23;1.18 +5439;2;5056.50;9.50;1681.00;-1.43;1.18 +5439;3;5088.00;9.50;1679.00;1.34;1.18 +5439;4;5087.00;9.50;1689.00;1.93;1.18 +5439;5;5056.00;9.50;1695.00;4.03;1.18 +5439;6;5070.00;9.50;1694.50;3.22;1.18 +5439;9;5056.24;9.50;1683.00;1.57;1.18 +5439;10;5085.76;9.50;1683.00;-1.57;1.18 +5439;11;5066.20;9.50;1663.00;-0.23;1.18 +5439;12;5047.80;9.50;1679.80;-1.43;1.18 +5439;13;5098.20;9.50;1676.60;1.34;1.18 +5439;14;5096.60;9.50;1692.60;1.93;1.18 +5439;15;5047.00;9.50;1702.20;4.03;1.18 +5439;16;5069.40;9.50;1701.40;3.22;1.18 5439;21;5056.24;9.50;1683.00;1.57;1.18 +5440;0;4593.00;9.50;855.00;0.00;0.92 +5440;1;4591.00;9.50;844.00;-0.18;0.92 +5440;2;4580.00;9.50;849.00;-1.13;0.92 +5440;3;4603.50;9.50;856.50;1.71;0.92 +5440;4;4582.00;9.50;860.50;4.24;0.92 +5440;5;4592.00;9.50;867.00;3.22;0.92 +5440;9;4583.10;9.50;855.00;1.57;0.92 +5440;10;4602.90;9.50;855.00;-1.57;0.92 +5440;11;4589.80;9.50;837.40;-0.18;0.92 +5440;12;4572.20;9.50;845.40;-1.13;0.92 +5440;13;4609.80;9.50;857.40;1.71;0.92 +5440;14;4575.40;9.50;863.80;4.24;0.92 +5440;15;4591.40;9.50;874.20;3.22;0.92 5440;21;4583.10;9.50;855.00;1.57;0.92 +5441;0;4775.00;9.50;100.00;0.00;0.86 +5441;1;4778.00;9.50;90.00;0.29;0.86 +5441;2;4787.50;9.50;100.00;1.57;0.86 +5441;3;4767.50;9.50;91.50;-0.72;0.86 +5441;4;4761.00;9.50;97.00;-1.36;0.86 +5441;5;4760.50;9.50;106.00;4.32;0.86 +5441;6;4773.00;9.50;109.50;3.34;0.86 +5441;7;4784.00;9.50;110.50;2.43;0.86 +5441;9;4763.30;9.50;100.00;1.57;0.86 +5441;10;4786.70;9.50;100.00;-1.57;0.86 +5441;11;4779.80;9.50;84.00;0.29;0.86 +5441;12;4795.00;9.50;100.00;1.57;0.86 +5441;13;4763.00;9.50;86.40;-0.72;0.86 +5441;14;4752.60;9.50;95.20;-1.36;0.86 +5441;15;4751.80;9.50;109.60;4.32;0.86 +5441;16;4771.80;9.50;115.20;3.34;0.86 +5441;17;4789.40;9.50;116.80;2.43;0.86 5441;21;4763.30;9.50;100.00;1.57;0.86 +5442;0;3549.00;9.50;561.00;0.00;1.02 +5442;1;3549.00;9.50;548.50;0.00;1.02 +5442;2;3538.50;9.50;550.00;-0.76;1.02 +5442;3;3560.50;9.50;563.50;1.78;1.02 +5442;4;3537.00;9.50;562.00;4.62;1.02 +5442;5;3549.50;9.50;573.00;3.10;1.02 +5442;9;3539.82;9.50;561.00;1.57;1.02 +5442;10;3558.18;9.50;561.00;-1.57;1.02 +5442;11;3549.00;9.50;541.00;0.00;1.02 +5442;12;3532.20;9.50;543.40;-0.76;1.02 +5442;13;3567.40;9.50;565.00;1.78;1.02 +5442;14;3529.80;9.50;562.60;4.62;1.02 +5442;15;3549.80;9.50;580.20;3.10;1.02 5442;21;3539.82;9.50;561.00;1.57;1.02 +5443;0;3285.00;9.50;107.00;0.00;1.24 +5443;1;3287.50;9.50;93.50;0.18;1.24 +5443;2;3276.00;9.50;100.50;-0.94;1.24 +5443;3;3298.00;9.50;105.50;1.45;1.24 +5443;4;3270.00;9.50;112.00;4.39;1.24 +5443;5;3275.50;9.50;117.00;3.90;1.24 +5443;6;3291.50;9.50;116.50;2.54;1.24 +5443;9;3272.76;9.50;107.00;1.57;1.24 +5443;10;3297.24;9.50;107.00;-1.57;1.24 +5443;11;3289.00;9.50;85.40;0.18;1.24 +5443;12;3270.60;9.50;96.60;-0.94;1.24 +5443;13;3305.80;9.50;104.60;1.45;1.24 +5443;14;3261.00;9.50;115.00;4.39;1.24 +5443;15;3269.80;9.50;123.00;3.90;1.24 +5443;16;3295.40;9.50;122.20;2.54;1.24 5443;21;3272.76;9.50;107.00;1.57;1.24 +5444;0;2852.00;9.50;357.00;0.00;0.74 +5444;1;2845.00;9.50;344.50;-0.51;0.74 +5444;2;2854.00;9.50;347.00;0.19;0.74 +5444;3;2844.50;9.50;354.50;-1.24;0.74 +5444;4;2862.50;9.50;350.00;0.98;0.74 +5444;5;2861.00;9.50;358.00;1.68;0.74 +5444;6;2849.00;9.50;368.00;3.40;0.74 +5444;7;2857.00;9.50;368.50;2.73;0.74 +5444;9;2845.34;9.50;357.00;1.57;0.74 +5444;10;2858.66;9.50;357.00;-1.57;0.74 +5444;11;2840.80;9.50;337.00;-0.51;0.74 +5444;12;2855.20;9.50;341.00;0.19;0.74 +5444;13;2840.00;9.50;353.00;-1.24;0.74 +5444;14;2868.80;9.50;345.80;0.98;0.74 +5444;15;2866.40;9.50;358.60;1.68;0.74 +5444;16;2847.20;9.50;374.60;3.40;0.74 +5444;17;2860.00;9.50;375.40;2.73;0.74 5444;21;2845.34;9.50;357.00;1.57;0.74 +5445;0;2583.00;9.50;371.00;0.00;0.90 +5445;1;2584.50;9.50;356.00;0.10;0.90 +5445;2;2593.50;9.50;362.50;0.89;0.90 +5445;3;2574.00;9.50;361.00;-0.73;0.90 +5445;4;2572.50;9.50;374.50;4.39;0.90 +5445;5;2593.50;9.50;377.50;2.12;0.90 +5445;6;2582.00;9.50;384.50;3.21;0.90 +5445;9;2574.90;9.50;371.00;1.57;0.90 +5445;10;2591.10;9.50;371.00;-1.57;0.90 +5445;11;2585.40;9.50;347.00;0.10;0.90 +5445;12;2599.80;9.50;357.40;0.89;0.90 +5445;13;2568.60;9.50;355.00;-0.73;0.90 +5445;14;2566.20;9.50;376.60;4.39;0.90 +5445;15;2599.80;9.50;381.40;2.12;0.90 +5445;16;2581.40;9.50;392.60;3.21;0.90 5445;21;2574.90;9.50;371.00;1.57;0.90 +5446;0;2186.00;9.50;1130.00;0.00;1.04 +5446;1;2187.50;9.50;1118.50;0.13;1.04 +5446;2;2202.00;9.50;1126.50;1.35;1.04 +5446;3;2171.00;9.50;1132.00;4.58;1.04 +5446;4;2194.00;9.50;1139.00;2.41;1.04 +5446;5;2178.50;9.50;1142.00;3.70;1.04 +5446;9;2174.66;9.50;1130.00;1.57;1.04 +5446;10;2197.34;9.50;1130.00;-1.57;1.04 +5446;11;2188.40;9.50;1111.60;0.13;1.04 +5446;12;2211.60;9.50;1124.40;1.35;1.04 +5446;13;2162.00;9.50;1133.20;4.58;1.04 +5446;14;2198.80;9.50;1144.40;2.41;1.04 +5446;15;2174.00;9.50;1149.20;3.70;1.04 5446;21;2174.66;9.50;1130.00;1.57;1.04 +5447;0;1918.00;9.50;1384.00;0.00;1.16 +5447;1;1926.00;9.50;1370.50;0.53;1.16 +5447;2;1908.50;9.50;1381.00;-1.26;1.16 +5447;3;1931.00;9.50;1385.00;1.64;1.16 +5447;4;1899.00;9.50;1394.50;4.20;1.16 +5447;5;1914.00;9.50;1396.00;3.46;1.16 +5447;6;1928.50;9.50;1396.00;2.42;1.16 +5447;9;1905.58;9.50;1384.00;1.57;1.16 +5447;10;1930.42;9.50;1384.00;-1.57;1.16 +5447;11;1930.80;9.50;1362.40;0.53;1.16 +5447;12;1902.80;9.50;1379.20;-1.26;1.16 +5447;13;1938.80;9.50;1385.60;1.64;1.16 +5447;14;1887.60;9.50;1400.80;4.20;1.16 +5447;15;1911.60;9.50;1403.20;3.46;1.16 +5447;16;1934.80;9.50;1403.20;2.42;1.16 5447;21;1905.58;9.50;1384.00;1.57;1.16 +5448;0;1630.00;9.50;143.00;0.00;1.00 +5448;1;1628.00;9.50;131.00;-0.16;1.00 +5448;2;1640.50;9.50;133.00;0.81;1.00 +5448;3;1618.50;9.50;143.00;4.71;1.00 +5448;4;1642.50;9.50;145.00;1.72;1.00 +5448;5;1628.00;9.50;155.00;3.30;1.00 +5448;6;1616.00;9.50;155.50;3.98;1.00 +5448;9;1619.38;9.50;143.00;1.57;1.00 +5448;10;1640.62;9.50;143.00;-1.57;1.00 +5448;11;1626.80;9.50;123.80;-0.16;1.00 +5448;12;1646.80;9.50;127.00;0.81;1.00 +5448;13;1611.60;9.50;143.00;4.71;1.00 +5448;14;1650.00;9.50;146.20;1.72;1.00 +5448;15;1626.80;9.50;162.20;3.30;1.00 +5448;16;1607.60;9.50;163.00;3.98;1.00 5448;21;1619.38;9.50;143.00;1.57;1.00 +5449;0;548.00;9.50;299.00;0.00;1.02 +5449;1;542.00;9.50;292.50;-0.74;1.02 +5449;2;565.50;9.50;292.50;1.21;1.02 +5449;3;522.50;9.50;299.00;4.71;1.02 +5449;4;535.00;9.50;305.00;4.28;1.02 +5449;5;558.00;9.50;305.50;2.14;1.02 +5449;9;531.26;9.50;299.00;1.57;1.02 +5449;10;564.74;9.50;299.00;-1.57;1.02 +5449;11;538.40;9.50;288.60;-0.74;1.02 +5449;12;576.00;9.50;288.60;1.21;1.02 +5449;13;507.20;9.50;299.00;4.71;1.02 +5449;14;527.20;9.50;308.60;4.28;1.02 +5449;15;564.00;9.50;309.40;2.14;1.02 5449;21;531.26;9.50;299.00;1.57;1.02 +5450;0;20.00;9.50;998.00;0.00;0.88 +5450;1;20.50;9.50;986.00;0.04;0.88 +5450;2;10.00;9.50;993.00;-1.10;0.88 +5450;3;31.50;9.50;996.00;1.39;0.88 +5450;4;10.00;9.50;1004.50;4.13;0.88 +5450;5;25.50;9.50;1009.50;2.69;0.88 +5450;6;15.00;9.50;1010.50;3.52;0.88 +5450;9;12.08;9.50;998.00;1.57;0.88 +5450;10;27.92;9.50;998.00;-1.57;0.88 +5450;11;20.80;9.50;978.80;0.04;0.88 +5450;12;4.00;9.50;990.00;-1.10;0.88 +5450;13;38.40;9.50;994.80;1.39;0.88 +5450;14;4.00;9.50;1008.40;4.13;0.88 +5450;15;28.80;9.50;1016.40;2.69;0.88 +5450;16;12.00;9.50;1018.00;3.52;0.88 5450;21;12.08;9.50;998.00;1.57;0.88 +5451;0;872.00;9.50;877.00;0.00;1.42 +5451;1;869.00;9.50;866.00;-0.26;1.42 +5451;2;887.00;9.50;870.50;1.16;1.42 +5451;3;856.00;9.50;884.00;4.30;1.42 +5451;4;875.00;9.50;888.00;2.87;1.42 +5451;5;860.00;9.50;894.00;3.75;1.42 +5451;9;858.68;9.50;877.00;1.57;1.42 +5451;10;885.32;9.50;877.00;-1.57;1.42 +5451;11;867.20;9.50;859.40;-0.26;1.42 +5451;12;896.00;9.50;866.60;1.16;1.42 +5451;13;846.40;9.50;888.20;4.30;1.42 +5451;14;876.80;9.50;894.60;2.87;1.42 +5451;15;852.80;9.50;904.20;3.75;1.42 5451;21;858.68;9.50;877.00;1.57;1.42 +5452;0;1394.00;9.50;826.00;0.00;1.48 +5452;1;1395.50;9.50;807.50;0.08;1.48 +5452;2;1382.50;9.50;815.00;-0.80;1.48 +5452;3;1410.00;9.50;809.50;0.77;1.48 +5452;4;1410.00;9.50;817.50;1.08;1.48 +5452;5;1378.00;9.50;833.00;4.30;1.48 +5452;6;1386.50;9.80;831.00;4.12;1.48 +5452;7;1405.00;9.50;836.50;2.33;1.48 +5452;8;1378.00;9.85;843.50;3.88;1.48 +5452;9;1380.68;9.50;826.00;1.57;1.48 +5452;10;1407.32;9.50;826.00;-1.57;1.48 +5452;11;1396.40;9.50;796.40;0.08;1.48 +5452;12;1375.60;9.50;808.40;-0.80;1.48 +5452;13;1419.60;9.50;799.60;0.77;1.48 +5452;14;1419.60;9.50;812.40;1.08;1.48 +5452;15;1368.40;9.50;837.20;4.30;1.48 +5452;16;1382.00;9.50;834.00;4.12;1.48 +5452;17;1411.60;9.50;842.80;2.33;1.48 +5452;18;1368.40;9.50;854.00;3.88;1.48 5452;21;1380.68;9.50;826.00;1.57;1.48 +5453;0;797.00;9.50;1461.00;0.00;1.02 +5453;1;801.00;9.50;1449.50;0.33;1.02 +5453;2;808.50;9.50;1459.00;1.39;1.02 +5453;3;790.00;9.50;1452.00;-0.66;1.02 +5453;4;785.00;9.50;1462.50;4.58;1.02 +5453;5;803.00;9.50;1471.00;2.60;1.02 +5453;6;790.00;9.50;1471.50;3.73;1.02 +5453;9;785.84;9.50;1461.00;1.57;1.02 +5453;10;808.16;9.50;1461.00;-1.57;1.02 +5453;11;803.40;9.50;1442.60;0.33;1.02 +5453;12;815.40;9.50;1457.80;1.39;1.02 +5453;13;785.80;9.50;1446.60;-0.66;1.02 +5453;14;777.80;9.50;1463.40;4.58;1.02 +5453;15;806.60;9.50;1477.00;2.60;1.02 +5453;16;785.80;9.50;1477.80;3.73;1.02 5453;21;785.84;9.50;1461.00;1.57;1.02 +5454;0;2814.00;9.50;1304.00;0.00;0.84 +5454;1;2816.00;9.50;1296.00;0.24;0.84 +5454;2;2807.00;9.50;1294.50;-0.63;0.84 +5454;3;2805.00;9.50;1297.50;-0.94;0.84 +5454;4;2809.00;9.50;1301.00;-1.03;0.84 +5454;5;2824.00;9.50;1300.50;1.23;0.84 +5454;6;2820.50;9.50;1303.00;1.41;0.84 +5454;7;2819.50;9.50;1309.50;2.35;0.84 +5454;8;2808.00;9.50;1305.50;4.46;0.84 +5454;9;2806.44;9.50;1304.00;1.57;0.84 +5454;10;2821.56;9.50;1304.00;-1.57;0.84 +5454;11;2817.20;9.50;1291.20;0.24;0.84 +5454;12;2802.80;9.50;1288.80;-0.63;0.84 +5454;13;2799.60;9.50;1293.60;-0.94;0.84 +5454;14;2806.00;9.65;1299.20;-1.03;0.84 +5454;15;2830.00;9.50;1298.40;1.23;0.84 +5454;16;2824.40;9.50;1302.40;1.41;0.84 +5454;17;2822.80;9.50;1312.80;2.35;0.84 +5454;18;2804.40;9.50;1306.40;4.46;0.84 5454;21;2806.44;9.50;1304.00;1.57;0.84 +5455;0;2317.00;9.50;1875.00;0.00;1.04 +5455;1;2309.00;9.50;1864.50;-0.65;1.04 +5455;2;2333.50;9.50;1865.50;1.04;1.04 +5455;3;2296.50;9.50;1876.50;4.63;1.04 +5455;4;2336.50;9.50;1877.50;1.69;1.04 +5455;5;2327.50;9.50;1887.00;2.42;1.04 +5455;6;2313.00;9.50;1887.50;3.45;1.04 +5455;9;2299.00;9.50;1875.00;1.57;1.04 +5455;10;2335.00;9.50;1875.00;-1.57;1.04 +5455;11;2304.20;9.50;1858.20;-0.65;1.04 +5455;12;2343.40;9.50;1859.80;1.04;1.04 +5455;13;2284.20;9.50;1877.40;4.63;1.04 +5455;14;2348.20;9.50;1879.00;1.69;1.04 +5455;15;2333.80;9.50;1894.20;2.42;1.04 +5455;16;2310.60;9.50;1895.00;3.45;1.04 5455;21;2299.00;9.50;1875.00;1.57;1.04 +5456;0;1785.00;9.50;1358.00;0.00;0.90 +5456;1;1791.00;9.50;1346.00;0.46;0.90 +5456;2;1777.00;9.50;1353.00;-1.01;0.90 +5456;3;1796.00;9.50;1357.50;1.52;0.90 +5456;4;1771.50;9.50;1363.50;4.32;0.90 +5456;5;1787.00;9.50;1367.00;2.92;0.90 +5456;9;1773.66;9.50;1358.00;1.57;0.90 +5456;10;1796.34;9.50;1358.00;-1.57;0.90 +5456;11;1794.60;9.50;1338.80;0.46;0.90 +5456;12;1772.20;9.50;1350.00;-1.01;0.90 +5456;13;1802.60;9.50;1357.20;1.52;0.90 +5456;14;1763.40;9.50;1366.80;4.32;0.90 +5456;15;1788.20;9.50;1372.40;2.92;0.90 5456;21;1773.66;9.50;1358.00;1.57;0.90 +5457;0;843.00;9.50;978.00;0.00;1.02 +5457;1;836.50;9.50;969.50;-0.65;1.02 +5457;2;852.00;9.50;964.50;0.58;1.02 +5457;3;854.50;9.50;970.50;0.99;1.02 +5457;4;829.50;9.50;981.00;4.49;1.02 +5457;5;858.00;9.50;983.00;1.89;1.02 +5457;6;848.00;9.50;989.00;2.71;1.02 +5457;9;829.50;9.50;978.00;1.57;1.02 +5457;10;856.50;9.50;978.00;-1.57;1.02 +5457;11;832.60;9.50;964.40;-0.65;1.02 +5457;12;857.40;9.50;956.40;0.58;1.02 +5457;13;861.40;9.50;966.00;0.99;1.02 +5457;14;821.40;9.50;982.80;4.49;1.02 +5457;15;867.00;9.50;986.00;1.89;1.02 +5457;16;851.00;9.50;995.60;2.71;1.02 5457;21;829.50;9.50;978.00;1.57;1.02 +5458;0;5199.00;9.50;7.00;0.00;0.46 +5458;1;5186.50;9.50;9.00;4.55;0.46 +5458;2;5219.50;9.50;4.00;1.42;0.46 +5458;3;5208.50;9.50;10.00;1.87;0.46 +5458;4;5197.00;9.50;15.00;3.38;0.46 +5458;9;5183.70;9.50;7.00;1.57;0.46 +5458;10;5214.30;9.50;7.00;-1.57;0.46 +5458;11;5179.00;9.50;10.20;4.55;0.46 +5458;12;5231.80;9.50;2.20;1.42;0.46 +5458;13;5214.20;9.50;11.80;1.87;0.46 +5458;14;5195.80;9.50;19.80;3.38;0.46 5458;21;5183.70;9.50;7.00;1.57;0.46 +5459;0;5179.00;9.50;176.00;0.00;1.06 +5459;1;5174.00;9.50;164.50;-0.41;1.06 +5459;2;5187.00;9.50;168.00;0.78;1.06 +5459;3;5165.50;9.50;171.00;-1.21;1.06 +5459;4;5168.00;9.50;178.50;4.48;1.06 +5459;5;5192.00;9.50;180.00;1.86;1.06 +5459;6;5169.00;9.50;186.00;3.92;1.06 +5459;7;5182.50;9.50;187.00;2.83;1.06 +5459;9;5168.20;9.50;176.00;1.57;1.06 +5459;10;5189.80;9.50;176.00;-1.57;1.06 +5459;11;5171.00;9.50;157.60;-0.41;1.06 +5459;12;5191.80;9.50;163.20;0.78;1.06 +5459;13;5157.40;9.50;168.00;-1.21;1.06 +5459;14;5161.40;9.50;180.00;4.48;1.06 +5459;15;5199.80;9.50;182.40;1.86;1.06 +5459;16;5163.00;9.50;192.00;3.92;1.06 +5459;17;5184.60;9.50;193.60;2.83;1.06 5459;21;5168.20;9.50;176.00;1.57;1.06 +5460;0;5499.00;9.50;285.00;0.00;1.02 +5460;1;5506.50;9.50;275.50;0.66;1.02 +5460;2;5479.00;9.50;278.50;-1.25;1.02 +5460;3;5526.00;9.50;279.00;1.35;1.02 +5460;4;5515.50;9.50;289.50;1.83;1.02 +5460;5;5480.50;9.50;289.00;4.49;1.02 +5460;6;5496.50;9.50;298.50;3.32;1.02 +5460;7;5501.50;9.50;300.00;2.97;1.02 +5460;9;5476.68;9.50;285.00;1.57;1.02 +5460;10;5521.32;9.50;285.00;-1.57;1.02 +5460;11;5511.00;9.50;269.80;0.66;1.02 +5460;12;5467.00;9.50;274.60;-1.25;1.02 +5460;13;5542.20;9.50;275.40;1.35;1.02 +5460;14;5525.40;9.50;292.20;1.83;1.02 +5460;15;5469.40;9.50;291.40;4.49;1.02 +5460;16;5495.00;9.50;306.60;3.32;1.02 +5460;17;5503.00;9.50;309.00;2.97;1.02 5460;21;5476.68;9.50;285.00;1.57;1.02 +5461;0;5565.00;9.50;1647.00;0.00;1.24 +5461;1;5551.50;9.50;1642.00;-1.21;1.24 +5461;2;5566.00;9.50;1636.00;0.09;1.24 +5461;3;5578.50;9.50;1651.50;1.89;1.24 +5461;4;5564.00;9.50;1657.00;3.24;1.24 +5461;5;5579.50;9.50;1663.00;2.40;1.24 +5461;9;5553.84;9.50;1647.00;1.57;1.24 +5461;10;5576.16;9.50;1647.00;-1.57;1.24 +5461;11;5543.40;9.50;1639.00;-1.21;1.24 +5461;12;5566.60;9.50;1629.40;0.09;1.24 +5461;13;5586.60;9.50;1654.20;1.89;1.24 +5461;14;5563.40;9.50;1663.00;3.24;1.24 +5461;15;5588.20;9.50;1672.60;2.40;1.24 5461;21;5553.84;9.50;1647.00;1.57;1.24 +5462;0;4799.00;9.50;546.00;0.00;0.94 +5462;1;4799.50;9.50;535.50;0.04;0.94 +5462;2;4808.00;9.50;536.00;0.73;0.94 +5462;3;4788.50;9.50;537.00;-0.86;0.94 +5462;4;4810.50;9.50;547.00;1.65;0.94 +5462;5;4785.00;9.50;543.50;-1.39;0.94 +5462;6;4786.50;9.50;551.50;4.29;0.94 +5462;7;4800.00;9.50;555.50;3.03;0.94 +5462;9;4788.56;9.50;546.00;1.57;0.94 +5462;10;4809.44;9.50;546.00;-1.57;0.94 +5462;11;4799.80;9.50;529.20;0.04;0.94 +5462;12;4813.40;9.50;530.00;0.73;0.94 +5462;13;4782.20;9.50;531.60;-0.86;0.94 +5462;14;4817.40;9.50;547.60;1.65;0.94 +5462;15;4776.60;9.50;542.00;-1.39;0.94 +5462;16;4779.00;9.50;554.80;4.29;0.94 +5462;17;4800.60;9.50;561.20;3.03;0.94 5462;21;4788.56;9.50;546.00;1.57;0.94 +5463;0;4659.00;9.50;887.00;0.00;0.82 +5463;1;4649.50;9.50;880.50;-0.97;0.82 +5463;2;4664.00;9.50;879.00;0.55;0.82 +5463;3;4672.00;9.50;880.00;1.07;0.82 +5463;4;4673.50;9.50;881.00;1.17;0.82 +5463;5;4675.00;9.50;883.50;1.35;0.82 +5463;6;4671.00;9.50;885.00;1.40;0.82 +5463;7;4649.00;9.50;891.00;4.33;0.82 +5463;8;4674.50;9.50;885.50;1.47;0.82 +5463;9;4646.40;9.50;887.00;1.57;0.82 +5463;10;4671.60;9.50;887.00;-1.57;0.82 +5463;11;4643.80;9.50;876.60;-0.97;0.82 +5463;12;4667.00;9.50;874.20;0.55;0.82 +5463;13;4679.80;9.50;875.80;1.07;0.82 +5463;14;4682.20;9.50;877.40;1.17;0.82 +5463;15;4684.60;9.50;881.40;1.35;0.82 +5463;16;4678.20;9.50;883.80;1.40;0.82 +5463;17;4643.00;9.50;893.40;4.33;0.82 +5463;18;4683.80;9.60;884.60;1.47;0.82 5463;21;4646.40;9.50;887.00;1.57;0.82 +5464;0;4068.00;9.50;178.00;0.00;0.92 +5464;1;4074.00;9.50;171.00;0.70;0.92 +5464;2;4063.00;9.50;169.00;-0.50;0.92 +5464;3;4059.50;9.50;181.50;4.32;0.92 +5464;4;4077.50;9.50;183.50;2.09;0.92 +5464;5;4070.00;9.50;190.00;2.97;0.92 +5464;9;4059.72;9.50;178.00;1.57;0.92 +5464;10;4076.28;9.50;178.00;-1.57;0.92 +5464;11;4077.60;9.50;166.80;0.70;0.92 +5464;12;4060.00;9.50;163.60;-0.50;0.92 +5464;13;4054.40;9.50;183.60;4.32;0.92 +5464;14;4083.20;9.50;186.80;2.09;0.92 +5464;15;4071.20;9.50;197.20;2.97;0.92 5464;21;4059.72;9.50;178.00;1.57;0.92 +5465;0;4704.00;9.50;46.00;0.00;0.88 +5465;1;4701.00;9.50;35.50;-0.27;0.88 +5465;2;4695.00;9.50;44.00;-1.35;0.88 +5465;3;4711.50;9.50;38.00;0.75;0.88 +5465;4;4715.00;9.50;45.50;1.52;0.88 +5465;5;4712.00;9.50;52.50;2.25;0.88 +5465;6;4698.50;9.50;56.00;3.64;0.88 +5465;7;4706.00;9.50;57.00;2.96;0.88 +5465;9;4696.08;9.50;46.00;1.57;0.88 +5465;10;4711.92;9.50;46.00;-1.57;0.88 +5465;11;4699.20;9.50;29.20;-0.27;0.88 +5465;12;4689.60;9.50;42.80;-1.35;0.88 +5465;13;4716.00;9.50;33.20;0.75;0.88 +5465;14;4721.60;9.50;45.20;1.52;0.88 +5465;15;4716.80;9.50;56.40;2.25;0.88 +5465;16;4695.20;9.50;62.00;3.64;0.88 +5465;17;4707.20;9.50;63.60;2.96;0.88 5465;21;4696.08;9.50;46.00;1.57;0.88 +5466;0;3557.00;9.50;513.00;0.00;1.08 +5466;1;3555.50;9.50;501.50;-0.13;1.08 +5466;2;3569.50;9.50;509.50;1.29;1.08 +5466;3;3543.00;9.50;505.50;-1.07;1.08 +5466;4;3543.00;9.50;515.50;4.53;1.08 +5466;5;3568.00;9.50;523.00;2.30;1.08 +5466;6;3553.00;9.50;524.50;3.47;1.08 +5466;9;3546.38;9.50;513.00;1.57;1.08 +5466;10;3567.62;9.50;513.00;-1.57;1.08 +5466;11;3554.60;9.50;494.60;-0.13;1.08 +5466;12;3577.00;9.50;507.40;1.29;1.08 +5466;13;3534.60;9.50;501.00;-1.07;1.08 +5466;14;3534.60;9.50;517.00;4.53;1.08 +5466;15;3574.60;9.50;529.00;2.30;1.08 +5466;16;3550.60;9.50;531.40;3.47;1.08 5466;21;3546.38;9.50;513.00;1.57;1.08 +5467;0;3300.00;9.50;58.00;0.00;1.20 +5467;1;3293.00;9.50;43.00;-0.43;1.20 +5467;2;3289.00;9.50;52.00;-1.07;1.20 +5467;3;3306.50;9.50;51.50;0.78;1.20 +5467;4;3288.00;9.50;63.00;4.31;1.20 +5467;5;3308.00;9.50;68.00;2.46;1.20 +5467;6;3295.00;9.50;69.00;3.56;1.20 +5467;9;3289.02;9.50;58.00;1.57;1.20 +5467;10;3310.98;9.50;58.00;-1.57;1.20 +5467;11;3288.80;9.50;34.00;-0.43;1.20 +5467;12;3282.40;9.50;48.40;-1.07;1.20 +5467;13;3310.40;9.50;47.60;0.78;1.20 +5467;14;3280.80;9.50;66.00;4.31;1.20 +5467;15;3312.80;9.50;74.00;2.46;1.20 +5467;16;3292.00;9.50;75.60;3.56;1.20 5467;21;3289.02;9.50;58.00;1.57;1.20 +5468;0;2776.00;9.50;324.00;0.00;1.20 +5468;1;2776.00;9.50;313.00;0.00;1.20 +5468;2;2790.00;9.50;315.00;0.99;1.20 +5468;3;2764.50;9.50;329.00;4.30;1.20 +5468;4;2786.50;9.50;328.50;1.97;1.20 +5468;5;2775.00;9.50;338.00;3.21;1.20 +5468;6;2768.00;9.50;342.00;3.56;1.20 +5468;9;2765.20;9.50;324.00;1.57;1.20 +5468;10;2786.80;9.50;324.00;-1.57;1.20 +5468;11;2776.00;9.50;306.40;0.00;1.20 +5468;12;2798.40;9.50;309.60;0.99;1.20 +5468;13;2757.60;9.50;332.00;4.30;1.20 +5468;14;2792.80;9.50;331.20;1.97;1.20 +5468;15;2774.40;9.50;346.40;3.21;1.20 +5468;16;2763.20;9.50;352.80;3.56;1.20 5468;21;2765.20;9.50;324.00;1.57;1.20 +5469;0;2625.00;9.50;437.00;0.00;0.92 +5469;1;2627.00;9.50;427.00;0.19;0.92 +5469;2;2613.00;9.50;434.50;-1.36;0.92 +5469;3;2637.50;9.50;432.50;1.22;0.92 +5469;4;2637.00;9.50;442.50;2.00;0.92 +5469;5;2623.50;9.50;446.00;3.30;0.92 +5469;6;2637.00;9.50;449.00;2.35;0.92 +5469;9;2615.10;9.50;437.00;1.57;0.92 +5469;10;2634.90;9.50;437.00;-1.57;0.92 +5469;11;2628.20;9.50;421.00;0.19;0.92 +5469;12;2605.80;9.50;433.00;-1.36;0.92 +5469;13;2645.00;9.50;429.80;1.22;0.92 +5469;14;2644.20;9.50;445.80;2.00;0.92 +5469;15;2622.60;9.50;451.40;3.30;0.92 +5469;16;2644.20;9.50;456.20;2.35;0.92 5469;21;2615.10;9.50;437.00;1.57;0.92 +5470;0;1972.00;9.50;9.00;0.00;0.56 +5470;1;1968.00;9.50;11.00;4.24;0.56 +5470;2;1980.50;9.50;11.00;1.80;0.56 +5470;9;1962.82;9.50;9.00;1.57;0.56 +5470;10;1981.18;9.50;9.00;-1.57;0.56 +5470;11;1965.60;9.50;12.20;4.24;0.56 +5470;12;1985.60;9.50;12.20;1.80;0.56 5470;21;1962.82;9.50;9.00;1.57;0.56 +5471;0;2162.00;9.50;1185.00;0.00;0.98 +5471;1;2166.50;9.50;1169.50;0.28;0.98 +5471;2;2173.00;9.50;1181.50;1.26;0.98 +5471;3;2156.00;9.50;1173.00;-0.46;0.98 +5471;4;2152.00;9.50;1190.00;4.24;0.98 +5471;5;2168.00;9.50;1195.50;2.62;0.98 +5471;6;2162.50;9.50;1198.50;3.10;0.98 +5471;7;2156.00;9.50;1201.00;3.50;0.98 +5471;9;2153.18;9.50;1185.00;1.57;0.98 +5471;10;2170.82;9.50;1185.00;-1.57;0.98 +5471;11;2169.20;9.50;1160.20;0.28;0.98 +5471;12;2179.60;9.50;1179.40;1.26;0.98 +5471;13;2152.40;9.50;1165.80;-0.46;0.98 +5471;14;2146.00;9.50;1193.00;4.24;0.98 +5471;15;2171.60;9.50;1201.80;2.62;0.98 +5471;16;2162.80;9.50;1206.60;3.10;0.98 +5471;17;2152.40;9.50;1210.60;3.50;0.98 5471;21;2153.18;9.50;1185.00;1.57;0.98 +5472;0;1698.00;9.50;1322.00;0.00;0.98 +5472;1;1696.00;9.50;1311.00;-0.18;0.98 +5472;2;1708.50;9.50;1316.00;1.05;0.98 +5472;3;1686.00;9.50;1317.50;-1.21;0.98 +5472;4;1711.00;9.50;1326.50;1.90;0.98 +5472;5;1687.00;9.50;1329.00;4.14;0.98 +5472;6;1699.50;9.50;1332.50;3.00;0.98 +5472;9;1687.38;9.50;1322.00;1.57;0.98 +5472;10;1708.62;9.50;1322.00;-1.57;0.98 +5472;11;1694.80;9.50;1304.40;-0.18;0.98 +5472;12;1714.80;9.50;1312.40;1.05;0.98 +5472;13;1678.80;9.50;1314.80;-1.21;0.98 +5472;14;1718.80;9.50;1329.20;1.90;0.98 +5472;15;1680.40;9.50;1333.20;4.14;0.98 +5472;16;1700.40;9.50;1338.80;3.00;0.98 5472;21;1687.38;9.50;1322.00;1.57;0.98 +5473;0;1666.00;9.50;104.00;0.00;0.98 +5473;1;1668.00;9.50;92.00;0.16;0.98 +5473;2;1663.50;9.50;92.50;-0.21;0.98 +5473;3;1675.00;9.50;95.50;0.81;0.98 +5473;4;1658.00;9.50;102.50;-1.38;0.98 +5473;5;1673.50;9.50;103.00;1.43;0.98 +5473;6;1676.50;9.50;109.00;2.01;0.98 +5473;7;1658.50;9.50;113.50;3.81;0.98 +5473;8;1669.00;9.50;113.50;2.83;0.98 +5473;9;1655.92;9.50;104.00;1.57;0.98 +5473;10;1676.08;9.50;104.00;-1.57;0.98 +5473;11;1669.20;9.50;84.80;0.16;0.98 +5473;12;1662.00;9.50;85.60;-0.21;0.98 +5473;13;1680.40;9.50;90.40;0.81;0.98 +5473;14;1653.20;9.50;101.60;-1.38;0.98 +5473;15;1678.00;9.50;102.40;1.43;0.98 +5473;16;1682.80;9.50;112.00;2.01;0.98 +5473;17;1654.00;9.50;119.20;3.81;0.98 +5473;18;1670.80;9.50;119.20;2.83;0.98 5473;21;1655.92;9.50;104.00;1.57;0.98 +5474;0;546.00;9.50;385.00;0.00;1.22 +5474;1;538.50;9.50;372.50;-0.54;1.22 +5474;2;554.00;9.50;374.50;0.65;1.22 +5474;3;532.00;9.50;387.50;4.53;1.22 +5474;4;562.50;9.50;390.00;1.86;1.22 +5474;5;556.50;9.50;397.50;2.44;1.22 +5474;6;542.00;9.50;398.00;3.44;1.22 +5474;9;534.48;9.50;385.00;1.57;1.22 +5474;10;557.52;9.50;385.00;-1.57;1.22 +5474;11;534.00;9.50;365.00;-0.54;1.22 +5474;12;558.80;9.50;368.20;0.65;1.22 +5474;13;523.60;9.50;389.00;4.53;1.22 +5474;14;572.40;9.50;393.00;1.86;1.22 +5474;15;562.80;9.50;405.00;2.44;1.22 +5474;16;539.60;9.50;405.80;3.44;1.22 5474;21;534.48;9.50;385.00;1.57;1.22 +5475;0;13.00;9.50;1053.00;0.00;0.64 +5475;1;11.50;9.50;1038.00;-0.10;0.64 +5475;2;6.50;9.50;1044.00;-0.62;0.64 +5475;3;19.00;9.50;1048.50;0.92;0.64 +5475;4;6.50;9.50;1060.00;3.89;0.64 +5475;5;21.50;9.50;1061.00;2.32;0.64 +5475;6;13.50;9.50;1066.00;3.10;0.64 +5475;9;7.24;9.50;1053.00;1.57;0.64 +5475;10;18.76;9.50;1053.00;-1.57;0.64 +5475;11;10.60;9.50;1029.00;-0.10;0.64 +5475;12;2.60;9.50;1038.60;-0.62;0.64 +5475;13;22.60;9.50;1045.80;0.92;0.64 +5475;14;2.60;9.50;1064.20;3.89;0.64 +5475;15;26.60;9.50;1065.80;2.32;0.64 +5475;16;13.80;9.50;1073.80;3.10;0.64 5475;21;7.24;9.50;1053.00;1.57;0.64 +5476;0;931.00;9.50;857.00;0.00;1.30 +5476;1;931.00;9.50;844.50;0.00;1.30 +5476;2;947.00;9.50;844.00;0.88;1.30 +5476;3;914.50;9.50;848.50;-1.09;1.30 +5476;4;944.00;9.50;860.00;1.79;1.30 +5476;5;916.50;9.50;860.50;4.47;1.30 +5476;6;929.50;9.50;871.50;3.24;1.30 +5476;7;920.00;9.50;872.50;3.75;1.30 +5476;9;919.30;9.50;857.00;1.57;1.30 +5476;10;942.70;9.50;857.00;-1.57;1.30 +5476;11;931.00;9.50;837.00;0.00;1.30 +5476;12;956.60;9.50;836.20;0.88;1.30 +5476;13;904.60;9.50;843.40;-1.09;1.30 +5476;14;951.80;9.50;861.80;1.79;1.30 +5476;15;907.80;9.50;862.60;4.47;1.30 +5476;16;928.60;9.50;880.20;3.24;1.30 +5476;17;913.40;9.50;881.80;3.75;1.30 5476;21;919.30;9.50;857.00;1.57;1.30 +5477;0;1348.00;9.50;792.00;0.00;1.16 +5477;1;1356.00;9.50;781.50;0.65;1.16 +5477;2;1342.50;9.50;781.00;-0.46;1.16 +5477;3;1334.50;9.50;793.00;4.63;1.16 +5477;4;1359.50;9.50;798.00;2.05;1.16 +5477;5;1337.00;9.50;801.00;4.02;1.16 +5477;6;1348.50;9.50;806.00;3.10;1.16 +5477;9;1337.56;9.50;792.00;1.57;1.16 +5477;10;1358.44;9.50;792.00;-1.57;1.16 +5477;11;1360.80;9.50;775.20;0.65;1.16 +5477;12;1339.20;9.50;774.40;-0.46;1.16 +5477;13;1326.40;9.50;793.60;4.63;1.16 +5477;14;1366.40;9.50;801.60;2.05;1.16 +5477;15;1330.40;9.50;806.40;4.02;1.16 +5477;16;1348.80;9.50;814.40;3.10;1.16 5477;21;1337.56;9.50;792.00;1.57;1.16 +5478;0;770.00;9.50;1502.00;0.00;0.98 +5478;1;776.50;9.50;1492.00;0.57;0.98 +5478;2;785.50;9.50;1498.00;1.31;0.98 +5478;3;757.00;9.50;1497.50;-1.23;0.98 +5478;4;760.50;9.50;1509.00;4.07;0.98 +5478;5;778.50;9.50;1510.00;2.32;0.98 +5478;6;774.50;9.50;1516.00;2.83;0.98 +5478;9;755.96;9.50;1502.00;1.57;0.98 +5478;10;784.04;9.50;1502.00;-1.57;0.98 +5478;11;780.40;9.50;1486.00;0.57;0.98 +5478;12;794.80;9.50;1495.60;1.31;0.98 +5478;13;749.20;9.50;1494.80;-1.23;0.98 +5478;14;754.80;9.50;1513.20;4.07;0.98 +5478;15;783.60;9.50;1514.80;2.32;0.98 +5478;16;777.20;9.50;1524.40;2.83;0.98 5478;21;755.96;9.50;1502.00;1.57;0.98 +5479;0;2855.00;9.50;1284.00;0.00;0.94 +5479;1;2854.50;9.50;1273.50;-0.04;0.94 +5479;2;2847.50;9.50;1281.50;-1.24;0.94 +5479;3;2860.00;9.50;1274.50;0.48;0.94 +5479;4;2864.50;9.50;1275.00;0.81;0.94 +5479;5;2864.00;9.50;1280.50;1.20;0.94 +5479;6;2859.50;9.50;1291.50;2.60;0.94 +5479;7;2844.50;9.50;1290.50;4.15;0.94 +5479;8;2851.50;9.50;1294.00;3.47;0.94 +5479;9;2846.54;9.50;1284.00;1.57;0.94 +5479;10;2863.46;9.50;1284.00;-1.57;0.94 +5479;11;2854.20;9.50;1267.20;-0.04;0.94 +5479;12;2843.00;9.50;1280.00;-1.24;0.94 +5479;13;2863.00;9.50;1268.80;0.48;0.94 +5479;14;2870.20;9.50;1269.60;0.81;0.94 +5479;15;2869.40;9.50;1278.40;1.20;0.94 +5479;16;2862.20;9.50;1296.00;2.60;0.94 +5479;17;2838.20;9.50;1294.40;4.15;0.94 +5479;18;2849.40;9.50;1300.00;3.47;0.94 5479;21;2846.54;9.50;1284.00;1.57;0.94 +5480;0;2350.00;9.50;1799.00;0.00;1.26 +5480;1;2357.00;9.50;1785.50;0.47;1.26 +5480;2;2364.50;9.50;1793.50;1.20;1.26 +5480;3;2339.00;9.50;1795.00;-1.22;1.26 +5480;4;2340.50;9.50;1808.50;3.92;1.26 +5480;5;2355.50;9.50;1808.50;2.61;1.26 +5480;9;2337.58;9.50;1799.00;1.57;1.26 +5480;10;2362.42;9.50;1799.00;-1.57;1.26 +5480;11;2361.20;9.50;1777.40;0.47;1.26 +5480;12;2373.20;9.50;1790.20;1.20;1.26 +5480;13;2332.40;9.50;1792.60;-1.22;1.26 +5480;14;2334.80;9.50;1814.20;3.92;1.26 +5480;15;2358.80;9.50;1814.20;2.61;1.26 5480;21;2337.58;9.50;1799.00;1.57;1.26 +5481;0;1728.00;9.50;1255.00;0.00;0.88 +5481;1;1727.00;9.50;1246.50;-0.11;0.88 +5481;2;1741.50;9.50;1251.00;1.28;0.88 +5481;3;1714.00;9.50;1255.00;4.71;0.88 +5481;4;1734.00;9.50;1261.50;2.39;0.88 +5481;5;1717.50;9.50;1263.00;4.06;0.88 +5481;9;1715.94;9.50;1255.00;1.57;0.88 +5481;10;1740.06;9.50;1255.00;-1.57;0.88 +5481;11;1726.40;9.50;1241.40;-0.11;0.88 +5481;12;1749.60;9.50;1248.60;1.28;0.88 +5481;13;1705.60;9.50;1255.00;4.71;0.88 +5481;14;1737.60;9.50;1265.40;2.39;0.88 +5481;15;1711.20;9.50;1267.80;4.06;0.88 5481;21;1715.94;9.50;1255.00;1.57;0.88 +5482;0;792.00;9.50;848.00;0.00;1.04 +5482;1;798.00;9.50;835.50;0.44;1.04 +5482;2;808.50;9.50;847.00;1.51;1.04 +5482;3;780.50;9.50;838.00;-0.85;1.04 +5482;4;775.00;9.50;850.00;4.59;1.04 +5482;5;795.50;9.50;860.50;2.86;1.04 +5482;6;781.00;9.50;860.50;3.86;1.04 +5482;9;777.42;9.50;848.00;1.57;1.04 +5482;10;806.58;9.50;848.00;-1.57;1.04 +5482;11;801.60;9.50;828.00;0.44;1.04 +5482;12;818.40;9.50;846.40;1.51;1.04 +5482;13;773.60;9.50;832.00;-0.85;1.04 +5482;14;764.80;9.50;851.20;4.59;1.04 +5482;15;797.60;9.50;868.00;2.86;1.04 +5482;16;774.40;9.50;868.00;3.86;1.04 5482;21;777.42;9.50;848.00;1.57;1.04 +5483;0;5435.00;9.50;73.00;0.00;1.18 +5483;1;5423.50;9.50;61.50;-0.78;1.18 +5483;2;5435.00;9.50;60.00;0.00;1.18 +5483;3;5444.00;9.50;67.00;0.98;1.18 +5483;4;5419.00;9.50;75.00;4.58;1.18 +5483;5;5452.50;9.50;71.50;1.48;1.18 +5483;6;5457.50;9.50;76.00;1.70;1.18 +5483;7;5441.50;9.50;83.00;2.56;1.18 +5483;9;5418.98;9.50;73.00;1.57;1.18 +5483;10;5451.02;9.50;73.00;-1.57;1.18 +5483;11;5416.60;9.50;54.60;-0.78;1.18 +5483;12;5435.00;9.50;52.20;0.00;1.18 +5483;13;5449.40;9.50;63.40;0.98;1.18 +5483;14;5409.40;9.50;76.20;4.58;1.18 +5483;15;5463.00;9.50;70.60;1.48;1.18 +5483;16;5471.00;9.50;77.80;1.70;1.18 +5483;17;5445.40;9.50;89.00;2.56;1.18 5483;21;5418.98;9.50;73.00;1.57;1.18 +5484;0;5145.00;9.50;86.00;0.00;1.22 +5484;1;5140.50;9.50;76.00;-0.42;1.22 +5484;2;5155.50;9.50;75.00;0.76;1.22 +5484;3;5158.00;9.50;88.00;1.72;1.22 +5484;4;5130.50;9.50;87.50;4.60;1.22 +5484;5;5132.50;9.50;95.50;4.06;1.22 +5484;6;5146.50;9.50;97.50;3.01;1.22 +5484;7;5133.00;9.50;99.00;3.88;1.22 +5484;9;5133.66;9.50;86.00;1.57;1.22 +5484;10;5156.34;9.50;86.00;-1.57;1.22 +5484;11;5137.80;9.50;70.00;-0.42;1.22 +5484;12;5161.80;9.50;68.40;0.76;1.22 +5484;13;5165.80;9.50;89.20;1.72;1.22 +5484;14;5121.80;9.50;88.40;4.60;1.22 +5484;15;5125.00;9.50;101.20;4.06;1.22 +5484;16;5147.40;9.50;104.40;3.01;1.22 +5484;17;5125.80;9.50;106.80;3.88;1.22 5484;21;5133.66;9.50;86.00;1.57;1.22 +5485;0;5427.00;9.50;251.00;0.00;1.22 +5485;1;5410.50;9.50;242.00;-1.07;1.22 +5485;2;5430.50;9.50;243.00;0.41;1.22 +5485;3;5418.00;9.50;257.00;4.12;1.22 +5485;4;5449.50;9.50;254.50;1.72;1.22 +5485;5;5443.00;9.50;261.50;2.15;1.22 +5485;6;5431.00;9.50;264.50;2.85;1.22 +5485;9;5409.54;9.50;251.00;1.57;1.22 +5485;10;5444.46;9.50;251.00;-1.57;1.22 +5485;11;5400.60;9.50;236.60;-1.07;1.22 +5485;12;5432.60;9.50;238.20;0.41;1.22 +5485;13;5412.60;9.50;260.60;4.12;1.22 +5485;14;5463.00;9.50;256.60;1.72;1.22 +5485;15;5452.60;9.50;267.80;2.15;1.22 +5485;16;5433.40;9.50;272.60;2.85;1.22 5485;21;5409.54;9.50;251.00;1.57;1.22 +5486;0;5610.00;9.50;1645.00;0.00;0.86 +5486;1;5610.00;9.50;1630.50;0.00;0.86 +5486;2;5599.50;9.50;1634.00;-0.76;0.86 +5486;3;2805.00;9.50;1644.00;-1.57;0.86 +5486;4;5601.00;9.50;1650.50;4.16;0.86 +5486;5;2805.00;9.50;1657.00;4.70;0.86 +5486;6;5611.50;9.50;1660.00;3.04;0.86 +5486;9;5602.26;9.50;1645.00;1.57;0.86 +5486;10;5617.74;9.50;1645.00;-1.57;0.86 +5486;11;5610.00;9.50;1621.80;0.00;0.86 +5486;12;5593.20;9.50;1627.40;-0.76;0.86 +5486;13;1122.00;12.30;1643.40;-1.57;0.86 +5486;14;5595.60;9.50;1653.80;4.16;0.86 +5486;15;1122.00;12.00;1664.20;4.70;0.86 +5486;16;5612.40;9.50;1669.00;3.04;0.86 5486;21;5602.26;9.50;1645.00;1.57;0.86 +5487;0;4824.00;9.50;499.00;0.00;1.02 +5487;1;4814.00;9.50;489.00;-0.78;1.02 +5487;2;4826.00;9.50;489.00;0.19;1.02 +5487;3;4814.50;9.50;502.00;4.40;1.02 +5487;4;4836.00;9.50;499.00;1.57;1.02 +5487;5;4830.00;9.50;509.50;2.62;1.02 +5487;6;4820.50;9.50;512.50;3.39;1.02 +5487;9;4813.56;9.50;499.00;1.57;1.02 +5487;10;4834.44;9.50;499.00;-1.57;1.02 +5487;11;4808.00;9.50;483.00;-0.78;1.02 +5487;12;4827.20;9.50;483.00;0.19;1.02 +5487;13;4808.80;9.50;503.80;4.40;1.02 +5487;14;4843.20;9.50;499.00;1.57;1.02 +5487;15;4833.60;9.50;515.80;2.62;1.02 +5487;16;4818.40;9.50;520.60;3.39;1.02 5487;21;4813.56;9.50;499.00;1.57;1.02 +5488;0;5216.00;9.50;1512.00;0.00;0.92 +5488;1;5218.50;9.50;1502.00;0.24;0.92 +5488;2;5203.00;9.50;1512.50;4.67;0.92 +5488;3;5226.00;9.50;1509.50;1.32;0.92 +5488;4;5210.00;9.50;1510.00;-1.24;0.92 +5488;5;5218.00;9.50;1519.00;2.86;0.92 +5488;6;5227.00;9.50;1520.50;2.22;0.92 +5488;7;5207.00;9.50;1520.50;3.95;0.92 +5488;9;5205.92;9.50;1512.00;1.57;0.92 +5488;10;5226.08;9.50;1512.00;-1.57;0.92 +5488;11;5220.00;9.50;1496.00;0.24;0.92 +5488;12;5195.20;9.50;1512.80;4.67;0.92 +5488;13;5232.00;9.50;1508.00;1.32;0.92 +5488;14;5206.40;9.50;1508.80;-1.24;0.92 +5488;15;5219.20;9.57;1523.20;2.86;0.92 +5488;16;5233.60;9.50;1525.60;2.22;0.92 +5488;17;5201.60;9.50;1525.60;3.95;0.92 5488;21;5205.92;9.50;1512.00;1.57;0.92 +5489;0;4634.00;9.50;847.00;0.00;1.10 +5489;1;4628.50;9.50;832.00;-0.35;1.10 +5489;2;4644.00;9.50;843.50;1.23;1.10 +5489;3;4622.50;9.50;838.00;-0.90;1.10 +5489;4;4624.00;9.50;852.50;4.21;1.10 +5489;5;4637.00;9.50;860.50;2.92;1.10 +5489;6;4625.00;9.50;863.50;3.64;1.10 +5489;7;4629.00;9.50;863.50;3.43;1.10 +5489;9;4624.10;9.50;847.00;1.57;1.10 +5489;10;4643.90;9.50;847.00;-1.57;1.10 +5489;11;4625.20;9.50;823.00;-0.35;1.10 +5489;12;4650.00;9.50;841.40;1.23;1.10 +5489;13;4615.60;9.50;832.60;-0.90;1.10 +5489;14;4618.00;9.50;855.80;4.21;1.10 +5489;15;4638.80;9.50;868.60;2.92;1.10 +5489;16;4619.60;9.50;873.40;3.64;1.10 +5489;17;4626.00;9.50;873.40;3.43;1.10 5489;21;4624.10;9.50;847.00;1.57;1.10 +5490;0;4097.00;9.50;148.00;0.00;1.02 +5490;1;4094.00;9.50;138.50;-0.30;1.02 +5490;2;4106.50;9.50;142.50;1.04;1.02 +5490;3;4086.00;9.50;144.50;-1.26;1.02 +5490;4;4108.00;9.50;152.00;1.92;1.02 +5490;5;4088.50;9.50;156.00;3.95;1.02 +5490;6;4098.50;9.50;159.00;3.00;1.02 +5490;9;4087.28;9.50;148.00;1.57;1.02 +5490;10;4106.72;9.50;148.00;-1.57;1.02 +5490;11;4092.20;9.50;132.80;-0.30;1.02 +5490;12;4112.20;9.50;139.20;1.04;1.02 +5490;13;4079.40;9.50;142.40;-1.26;1.02 +5490;14;4114.60;9.50;154.40;1.92;1.02 +5490;15;4083.40;9.50;160.80;3.95;1.02 +5490;16;4099.40;9.50;165.60;3.00;1.02 5490;21;4087.28;9.50;148.00;1.57;1.02 +5491;0;4777.00;9.50;139.00;0.00;1.00 +5491;1;4774.00;9.50;129.00;-0.29;1.00 +5491;2;4765.00;9.50;135.00;-1.24;1.00 +5491;3;4786.50;9.50;142.00;1.87;1.00 +5491;4;4770.50;9.50;142.50;4.21;1.00 +5491;5;4778.00;9.50;149.00;3.04;1.00 +5491;6;4786.00;9.50;153.50;2.58;1.00 +5491;9;4767.82;9.50;139.00;1.57;1.00 +5491;10;4786.18;9.50;139.00;-1.57;1.00 +5491;11;4772.20;9.50;123.00;-0.29;1.00 +5491;12;4757.80;9.50;132.60;-1.24;1.00 +5491;13;4792.20;9.50;143.80;1.87;1.00 +5491;14;4766.60;9.50;144.60;4.21;1.00 +5491;15;4778.60;9.50;155.00;3.04;1.00 +5491;16;4791.40;9.50;162.20;2.58;1.00 5491;21;4767.82;9.50;139.00;1.57;1.00 +5492;0;3605.00;9.50;498.00;0.00;1.08 +5492;1;3603.00;9.50;487.50;-0.18;1.08 +5492;2;3617.00;9.50;485.50;0.76;1.08 +5492;3;3615.00;9.50;499.00;1.67;1.08 +5492;4;3591.50;9.50;493.00;-1.21;1.08 +5492;5;3593.50;9.50;502.00;4.37;1.08 +5492;6;3603.50;9.50;512.00;3.24;1.08 +5492;7;3612.00;9.50;512.00;2.67;1.08 +5492;9;3595.10;9.50;498.00;1.57;1.08 +5492;10;3614.90;9.50;498.00;-1.57;1.08 +5492;11;3601.80;9.50;481.20;-0.18;1.08 +5492;12;3624.20;9.50;478.00;0.76;1.08 +5492;13;3621.00;9.50;499.60;1.67;1.08 +5492;14;3583.40;9.50;490.00;-1.21;1.08 +5492;15;3586.60;9.50;504.40;4.37;1.08 +5492;16;3602.60;9.50;520.40;3.24;1.08 +5492;17;3616.20;9.50;520.40;2.67;1.08 5492;21;3595.10;9.50;498.00;1.57;1.08 +5493;0;3247.00;9.50;78.00;0.00;1.24 +5493;1;3249.00;9.50;65.50;0.15;1.24 +5493;2;3238.50;9.50;65.00;-0.57;1.24 +5493;3;3235.00;9.50;75.00;-1.32;1.24 +5493;4;3261.50;9.50;73.00;1.23;1.24 +5493;5;3257.00;9.50;86.00;2.24;1.24 +5493;6;3235.00;9.50;85.50;4.15;1.24 +5493;7;3244.00;9.50;91.50;3.36;1.24 +5493;9;3235.84;9.50;78.00;1.57;1.24 +5493;10;3258.16;9.50;78.00;-1.57;1.24 +5493;11;3250.20;9.50;58.00;0.15;1.24 +5493;12;3233.40;9.50;57.20;-0.57;1.24 +5493;13;3227.80;9.50;73.20;-1.32;1.24 +5493;14;3270.20;9.50;70.00;1.23;1.24 +5493;15;3263.00;9.50;90.80;2.24;1.24 +5493;16;3227.80;9.50;90.00;4.15;1.24 +5493;17;3242.20;9.50;99.60;3.36;1.24 5493;21;3235.84;9.50;78.00;1.57;1.24 +5494;0;2826.00;9.50;302.00;0.00;0.94 +5494;1;2823.00;9.50;290.00;-0.24;0.94 +5494;2;2817.00;9.50;293.50;-0.81;0.94 +5494;3;2833.50;9.50;292.00;0.64;0.94 +5494;4;2835.50;9.50;305.00;1.87;0.94 +5494;5;2815.00;9.50;304.00;4.53;0.94 +5494;6;2823.50;9.50;313.00;3.36;0.94 +5494;7;2832.00;9.50;317.00;2.76;0.94 +5494;9;2817.54;9.50;302.00;1.57;0.94 +5494;10;2834.46;9.50;302.00;-1.57;0.94 +5494;11;2821.20;9.50;282.80;-0.24;0.94 +5494;12;2811.60;9.50;288.40;-0.81;0.94 +5494;13;2838.00;9.50;286.00;0.64;0.94 +5494;14;2841.20;9.50;306.80;1.87;0.94 +5494;15;2808.40;9.50;305.20;4.53;0.94 +5494;16;2822.00;9.50;319.60;3.36;0.94 +5494;17;2835.60;9.50;326.00;2.76;0.94 5494;21;2817.54;9.50;302.00;1.57;0.94 +5495;0;2577.00;9.50;470.00;0.00;1.00 +5495;1;2579.50;9.50;459.00;0.22;1.00 +5495;2;2568.00;9.50;468.50;-1.40;1.00 +5495;3;2588.00;9.50;471.50;1.70;1.00 +5495;4;2576.50;9.50;480.00;3.19;1.00 +5495;9;2567.82;9.50;470.00;1.57;1.00 +5495;10;2586.18;9.50;470.00;-1.57;1.00 +5495;11;2581.00;9.50;452.40;0.22;1.00 +5495;12;2562.60;9.50;467.60;-1.40;1.00 +5495;13;2594.60;9.50;472.40;1.70;1.00 +5495;14;2576.20;9.50;486.00;3.19;1.00 5495;21;2567.82;9.50;470.00;1.57;1.00 +5496;0;1910.00;9.50;11.00;0.00;0.72 +5496;1;1903.50;9.50;14.00;4.28;0.72 +5496;2;1917.00;9.50;11.50;1.64;0.72 +5496;3;1907.00;9.50;20.00;3.46;0.72 +5496;9;1902.26;9.50;11.00;1.57;0.72 +5496;10;1917.74;9.50;11.00;-1.57;0.72 +5496;11;1899.60;9.50;15.80;4.28;0.72 +5496;12;1921.20;9.50;11.80;1.64;0.72 +5496;13;1905.20;9.50;25.40;3.46;0.72 5496;21;1902.26;9.50;11.00;1.57;0.72 +5497;0;2137.00;9.50;1085.00;0.00;1.12 +5497;1;2140.00;9.50;1072.00;0.22;1.12 +5497;2;2129.00;9.50;1072.00;-0.55;1.12 +5497;3;2150.50;9.50;1074.00;0.88;1.12 +5497;4;2125.00;9.50;1085.50;4.67;1.12 +5497;5;2149.00;9.50;1086.50;1.69;1.12 +5497;6;2135.00;9.50;1098.50;3.28;1.12 +5497;9;2126.74;9.50;1085.00;1.57;1.12 +5497;10;2147.26;9.50;1085.00;-1.57;1.12 +5497;11;2141.80;9.50;1064.20;0.22;1.12 +5497;12;2124.20;9.50;1064.20;-0.55;1.12 +5497;13;2158.60;9.50;1067.40;0.88;1.12 +5497;14;2117.80;9.50;1085.80;4.67;1.12 +5497;15;2156.20;9.50;1087.40;1.69;1.12 +5497;16;2133.80;9.50;1106.60;3.28;1.12 5497;21;2126.74;9.50;1085.00;1.57;1.12 +5498;0;1842.00;9.50;1396.00;0.00;0.86 +5498;1;1838.00;9.50;1387.00;-0.41;0.86 +5498;2;1854.50;9.50;1392.50;1.29;0.86 +5498;3;1827.50;9.50;1397.00;4.64;0.86 +5498;4;1833.50;9.50;1403.00;4.02;0.86 +5498;5;1861.00;9.50;1400.50;1.80;0.86 +5498;6;1862.00;9.50;1402.00;1.86;0.86 +5498;7;1851.00;9.50;1404.50;2.32;0.86 +5498;8;1831.50;9.50;1406.00;3.95;0.86 +5498;9;1829.40;9.50;1396.00;1.57;0.86 +5498;10;1854.60;9.50;1396.00;-1.57;0.86 +5498;11;1835.60;9.50;1381.60;-0.41;0.86 +5498;12;1862.00;9.50;1390.40;1.29;0.86 +5498;13;1818.80;9.50;1397.60;4.64;0.86 +5498;14;1828.40;9.50;1407.20;4.02;0.86 +5498;15;1872.40;9.50;1403.20;1.80;0.86 +5498;16;1874.00;9.50;1405.60;1.86;0.86 +5498;17;1856.40;9.50;1409.60;2.32;0.86 +5498;18;1825.20;9.50;1412.00;3.95;0.86 5498;21;1829.40;9.50;1396.00;1.57;0.86 +5499;0;1619.00;9.50;96.00;0.00;0.94 +5499;1;1604.50;9.50;94.00;-1.43;0.94 +5499;2;1615.00;9.50;84.50;-0.33;0.94 +5499;3;1629.50;9.50;86.50;0.83;0.94 +5499;4;1634.50;9.50;98.50;1.73;0.94 +5499;5;1607.00;9.50;106.00;4.01;0.94 +5499;6;1622.50;9.50;107.50;2.84;0.94 +5499;9;1604.60;9.50;96.00;1.57;0.94 +5499;10;1633.40;9.50;96.00;-1.57;0.94 +5499;11;1595.80;9.50;92.80;-1.43;0.94 +5499;12;1612.60;9.50;77.60;-0.33;0.94 +5499;13;1635.80;9.50;80.80;0.83;0.94 +5499;14;1643.80;9.50;100.00;1.73;0.94 +5499;15;1599.80;9.50;112.00;4.01;0.94 +5499;16;1624.60;9.50;114.40;2.84;0.94 5499;21;1604.60;9.50;96.00;1.57;0.94 +5500;0;522.00;9.50;334.00;0.00;1.06 +5500;1;509.00;9.50;317.00;-0.65;1.06 +5500;2;522.00;9.50;322.50;0.00;1.06 +5500;3;512.50;9.50;331.00;-1.26;1.06 +5500;4;534.50;9.50;335.50;1.69;1.06 +5500;5;526.50;9.50;347.00;2.80;1.06 +5500;6;517.50;9.50;348.50;3.44;1.06 +5500;9;512.46;9.50;334.00;1.57;1.06 +5500;10;531.54;9.50;334.00;-1.57;1.06 +5500;11;501.20;9.50;306.80;-0.65;1.06 +5500;12;522.00;9.50;315.60;0.00;1.06 +5500;13;506.80;9.50;329.20;-1.26;1.06 +5500;14;542.00;9.50;336.40;1.69;1.06 +5500;15;529.20;9.50;354.80;2.80;1.06 +5500;16;514.80;9.50;357.20;3.44;1.06 5500;21;512.46;9.50;334.00;1.57;1.06 +5501;0;73.00;9.50;1069.00;0.00;0.96 +5501;1;71.50;9.50;1059.50;-0.15;0.96 +5501;2;92.50;9.50;1066.00;1.41;0.96 +5501;3;51.50;9.50;1069.00;4.71;0.96 +5501;4;51.50;9.50;1077.00;4.35;0.96 +5501;5;73.50;9.50;1077.50;3.08;0.96 +5501;6;52.00;9.50;1080.00;4.23;0.96 +5501;9;57.34;9.50;1069.00;1.57;0.96 +5501;10;88.66;9.50;1069.00;-1.57;0.96 +5501;11;70.60;9.50;1053.80;-0.15;0.96 +5501;12;104.20;9.50;1064.20;1.41;0.96 +5501;13;38.60;9.50;1069.00;4.71;0.96 +5501;14;38.60;9.50;1081.80;4.35;0.96 +5501;15;73.80;9.50;1082.60;3.08;0.96 +5501;16;39.40;9.50;1086.60;4.23;0.96 5501;21;57.34;9.50;1069.00;1.57;0.96 +5502;0;951.00;9.50;907.00;0.00;0.88 +5502;1;939.50;9.50;896.50;-0.83;0.88 +5502;2;961.00;9.50;899.50;0.92;0.88 +5502;3;935.00;9.50;906.00;-1.50;0.88 +5502;4;972.50;9.50;904.00;1.43;0.88 +5502;5;968.50;9.50;911.00;1.79;0.88 +5502;6;941.00;9.50;917.00;3.92;0.88 +5502;7;953.50;9.50;918.50;2.92;0.88 +5502;9;935.70;9.50;907.00;1.57;0.88 +5502;10;966.30;9.50;907.00;-1.57;0.88 +5502;11;932.60;9.50;890.20;-0.83;0.88 +5502;12;967.00;9.50;895.00;0.92;0.88 +5502;13;925.40;9.50;905.40;-1.50;0.88 +5502;14;985.40;9.50;902.20;1.43;0.88 +5502;15;979.00;9.50;913.40;1.79;0.88 +5502;16;935.00;9.50;923.00;3.92;0.88 +5502;17;955.00;9.50;925.40;2.92;0.88 5502;21;935.70;9.50;907.00;1.57;0.88 +5503;0;1308.00;9.50;834.00;0.00;0.98 +5503;1;1305.50;9.50;822.50;-0.21;0.98 +5503;2;1317.00;9.50;822.00;0.64;0.98 +5503;3;1296.50;9.50;835.00;4.62;0.98 +5503;4;1318.00;9.50;837.00;1.86;0.98 +5503;5;1300.00;9.50;845.50;3.74;0.98 +5503;6;1310.50;9.50;847.50;2.95;0.98 +5503;9;1299.18;9.50;834.00;1.57;0.98 +5503;10;1316.82;9.50;834.00;-1.57;0.98 +5503;11;1304.00;9.50;815.60;-0.21;0.98 +5503;12;1322.40;9.50;814.80;0.64;0.98 +5503;13;1289.60;9.50;835.60;4.62;0.98 +5503;14;1324.00;9.50;838.80;1.86;0.98 +5503;15;1295.20;9.50;852.40;3.74;0.98 +5503;16;1312.00;9.50;855.60;2.95;0.98 5503;21;1299.18;9.50;834.00;1.57;0.98 +5504;0;858.00;9.50;1464.00;0.00;0.98 +5504;1;855.00;9.50;1453.50;-0.27;0.98 +5504;2;842.00;9.50;1449.00;-0.81;0.98 +5504;3;839.00;9.50;1460.50;-1.38;0.98 +5504;4;876.50;9.50;1460.50;1.38;0.98 +5504;5;884.00;9.50;1466.00;1.64;0.98 +5504;6;880.50;9.50;1470.00;1.83;0.98 +5504;7;859.00;9.50;1473.00;3.03;0.98 +5504;9;840.54;9.50;1464.00;1.57;0.98 +5504;10;875.46;9.50;1464.00;-1.57;0.98 +5504;11;853.20;9.50;1447.20;-0.27;0.98 +5504;12;832.40;9.50;1440.00;-0.81;0.98 +5504;13;827.60;9.50;1458.40;-1.38;0.98 +5504;14;887.60;9.50;1458.40;1.38;0.98 +5504;15;899.60;9.50;1467.20;1.64;0.98 +5504;16;894.00;9.50;1473.60;1.83;0.98 +5504;17;859.60;9.50;1478.40;3.03;0.98 5504;21;840.54;9.50;1464.00;1.57;0.98 +5505;0;2870.00;9.50;1362.00;0.00;1.00 +5505;1;2868.00;9.50;1350.00;-0.16;1.00 +5505;2;2859.00;9.50;1352.50;-0.85;1.00 +5505;3;2877.00;9.50;1354.00;0.71;1.00 +5505;4;2880.00;9.50;1363.00;1.67;1.00 +5505;5;2858.50;9.50;1358.00;-1.23;1.00 +5505;6;2862.00;9.50;1360.00;-1.32;1.00 +5505;7;2863.00;9.50;1364.50;4.36;1.00 +5505;8;2861.50;9.50;1367.50;4.13;1.00 +5505;9;2861.00;9.50;1362.00;1.57;1.00 +5505;10;2879.00;9.50;1362.00;-1.57;1.00 +5505;11;2866.80;9.50;1342.80;-0.16;1.00 +5505;12;2852.40;9.50;1346.80;-0.85;1.00 +5505;13;2881.20;9.50;1349.20;0.71;1.00 +5505;14;2886.00;9.50;1363.60;1.67;1.00 +5505;15;2851.60;9.50;1355.60;-1.23;1.00 +5505;16;2857.20;9.50;1358.80;-1.32;1.00 +5505;17;2858.80;9.50;1366.00;4.36;1.00 +5505;18;2856.40;9.50;1370.80;4.13;1.00 5505;21;2861.00;9.50;1362.00;1.57;1.00 +5506;0;2307.00;9.50;1671.00;0.00;1.14 +5506;1;2315.50;9.50;1657.00;0.54;1.14 +5506;2;2306.50;9.50;1657.00;-0.03;1.14 +5506;3;2298.50;9.50;1666.50;-1.08;1.14 +5506;4;2321.50;9.50;1667.00;1.30;1.14 +5506;5;2314.50;9.50;1679.50;2.41;1.14 +5506;6;2289.00;9.50;1681.00;4.20;1.14 +5506;7;2299.00;9.50;1684.50;3.67;1.14 +5506;9;2293.50;9.50;1671.00;1.57;1.14 +5506;10;2320.50;9.50;1671.00;-1.57;1.14 +5506;11;2320.60;9.50;1648.60;0.54;1.14 +5506;12;2306.20;9.50;1648.60;-0.03;1.14 +5506;13;2293.40;9.50;1663.80;-1.08;1.14 +5506;14;2330.20;9.50;1664.60;1.30;1.14 +5506;15;2319.00;9.50;1684.60;2.41;1.14 +5506;16;2278.20;9.50;1687.00;4.20;1.14 +5506;17;2294.20;9.50;1692.60;3.67;1.14 5506;21;2293.50;9.50;1671.00;1.57;1.14 +5507;0;1790.00;9.50;1146.00;0.00;1.54 +5507;1;1796.00;9.50;1128.00;0.32;1.54 +5507;2;1806.00;9.50;1128.50;0.74;1.54 +5507;3;1779.00;9.50;1144.50;-1.43;1.54 +5507;4;1804.00;9.50;1143.50;1.39;1.54 +5507;5;1792.50;9.50;1150.00;2.58;1.54 +5507;6;1779.00;9.50;1154.00;4.08;1.54 +5507;7;1786.50;9.50;1162.50;3.35;1.54 +5507;8;1772.50;9.90;1163.00;3.94;1.54 +5507;9;1776.14;9.50;1146.00;1.57;1.54 +5507;10;1803.86;9.50;1146.00;-1.57;1.54 +5507;11;1799.60;9.50;1117.20;0.32;1.54 +5507;12;1815.60;9.50;1118.00;0.74;1.54 +5507;13;1772.40;9.50;1143.60;-1.43;1.54 +5507;14;1812.40;9.50;1142.00;1.39;1.54 +5507;15;1794.00;9.50;1152.40;2.58;1.54 +5507;16;1772.40;9.50;1158.80;4.08;1.54 +5507;17;1784.40;9.50;1172.40;3.35;1.54 +5507;18;1762.00;9.50;1173.20;3.94;1.54 5507;21;1776.14;9.50;1146.00;1.57;1.54 +5508;0;604.00;9.50;928.00;0.00;1.42 +5508;1;609.00;9.50;911.50;0.29;1.42 +5508;2;621.00;9.50;915.50;0.93;1.42 +5508;3;592.00;9.50;921.50;-1.07;1.42 +5508;4;615.50;9.50;932.00;1.90;1.42 +5508;5;588.50;9.50;936.00;4.23;1.42 +5508;6;602.00;9.50;944.50;3.26;1.42 +5508;9;591.22;9.50;928.00;1.57;1.42 +5508;10;616.78;9.50;928.00;-1.57;1.42 +5508;11;612.00;9.50;901.60;0.29;1.42 +5508;12;631.20;9.50;908.00;0.93;1.42 +5508;13;584.80;9.50;917.60;-1.07;1.42 +5508;14;622.40;9.50;934.40;1.90;1.42 +5508;15;579.20;9.50;940.80;4.23;1.42 +5508;16;600.80;9.50;954.40;3.26;1.42 5508;21;591.22;9.50;928.00;1.57;1.42 +5509;0;5251.00;9.50;123.00;0.00;1.26 +5509;1;5249.50;9.50;110.00;-0.11;1.26 +5509;2;5236.00;9.50;114.50;-1.05;1.26 +5509;3;5264.00;9.50;118.50;1.23;1.26 +5509;4;5243.00;9.50;131.00;3.92;1.26 +5509;5;5267.50;9.50;126.50;1.78;1.26 +5509;6;5259.50;9.50;134.50;2.50;1.26 +5509;9;5239.66;9.50;123.00;1.57;1.26 +5509;10;5262.34;9.50;123.00;-1.57;1.26 +5509;11;5248.60;9.50;102.20;-0.11;1.26 +5509;12;5227.00;9.50;109.40;-1.05;1.26 +5509;13;5271.80;9.50;115.80;1.23;1.26 +5509;14;5238.20;9.50;135.80;3.92;1.26 +5509;15;5277.40;9.50;128.60;1.78;1.26 +5509;16;5264.60;9.50;141.40;2.50;1.26 5509;21;5239.66;9.50;123.00;1.57;1.26 +5510;0;4996.00;9.50;69.00;0.00;1.02 +5510;1;5009.00;9.50;62.50;1.10;1.02 +5510;2;5003.50;9.50;60.00;0.69;1.02 +5510;3;4993.50;9.50;63.00;-0.39;1.02 +5510;4;4985.00;9.50;76.00;4.14;1.02 +5510;5;5008.50;9.50;69.50;1.61;1.02 +5510;6;5001.50;9.50;71.50;1.99;1.02 +5510;7;4991.50;9.50;77.00;3.65;1.02 +5510;8;4988.50;9.60;84.50;3.59;1.02 +5510;9;4986.46;9.50;69.00;1.57;1.02 +5510;10;5005.54;9.50;69.00;-1.57;1.02 +5510;11;5016.80;9.50;58.60;1.10;1.02 +5510;12;5008.00;9.50;54.60;0.69;1.02 +5510;13;4992.00;9.50;59.40;-0.39;1.02 +5510;14;4978.40;9.50;80.20;4.14;1.02 +5510;15;5016.00;9.50;69.80;1.61;1.02 +5510;16;5004.80;9.50;73.00;1.99;1.02 +5510;17;4988.80;9.50;81.80;3.65;1.02 +5510;18;4984.00;9.70;93.80;3.59;1.02 5510;21;4986.46;9.50;69.00;1.57;1.02 +5511;0;5485.00;9.50;193.00;0.00;1.16 +5511;1;5473.00;9.50;177.00;-0.64;1.16 +5511;2;5463.50;9.50;185.00;-1.21;1.16 +5511;3;5495.00;9.50;187.00;1.03;1.16 +5511;4;5473.00;9.50;199.00;4.24;1.16 +5511;5;5514.00;9.50;196.50;1.69;1.16 +5511;6;5512.00;9.50;200.00;1.82;1.16 +5511;7;5509.00;9.50;203.00;1.96;1.16 +5511;8;5500.00;9.50;204.00;2.20;1.16 +5511;9;5463.76;9.50;193.00;1.57;1.16 +5511;10;5506.24;9.50;193.00;-1.57;1.16 +5511;11;5465.80;9.50;167.40;-0.64;1.16 +5511;12;5450.60;9.50;180.20;-1.21;1.16 +5511;13;5501.00;9.50;183.40;1.03;1.16 +5511;14;5465.80;9.50;202.60;4.24;1.16 +5511;15;5531.40;9.50;198.60;1.69;1.16 +5511;16;5528.20;9.50;204.20;1.82;1.16 +5511;17;5523.40;9.50;209.00;1.96;1.16 +5511;18;5509.00;9.50;210.60;2.20;1.16 5511;21;5463.76;9.50;193.00;1.57;1.16 +5512;0;5558.00;9.50;1688.00;0.00;1.28 +5512;1;5542.00;9.50;1682.00;-1.21;1.28 +5512;2;5545.50;9.50;1672.00;-0.66;1.28 +5512;3;5560.50;9.50;1677.50;0.23;1.28 +5512;4;5575.00;9.50;1694.00;1.91;1.28 +5512;5;5556.50;9.50;1697.50;3.29;1.28 +5512;6;5539.00;9.50;1693.50;4.43;1.28 +5512;9;5544.50;9.50;1688.00;1.57;1.28 +5512;10;5571.50;9.50;1688.00;-1.57;1.28 +5512;11;5532.40;9.50;1678.40;-1.21;1.28 +5512;12;5538.00;9.50;1662.40;-0.66;1.28 +5512;13;5562.00;9.50;1671.20;0.23;1.28 +5512;14;5585.20;9.50;1697.60;1.91;1.28 +5512;15;5555.60;9.50;1703.20;3.29;1.28 +5512;16;5527.60;9.50;1696.80;4.43;1.28 5512;21;5544.50;9.50;1688.00;1.57;1.28 +5513;0;4868.00;9.50;488.00;0.00;1.06 +5513;1;4867.50;9.50;473.50;-0.03;1.06 +5513;2;4872.00;9.50;473.00;0.26;1.06 +5513;3;4875.50;9.50;476.00;0.55;1.06 +5513;4;4858.00;9.50;484.00;-1.19;1.06 +5513;5;4866.00;9.50;479.00;-0.21;1.06 +5513;6;4872.50;9.50;479.50;0.48;1.06 +5513;7;4877.50;9.50;488.50;1.62;1.06 +5513;8;4858.00;9.50;493.50;4.21;1.06 +5513;9;4858.46;9.50;488.00;1.57;1.06 +5513;10;4877.54;9.50;488.00;-1.57;1.06 +5513;11;4867.20;9.50;464.80;-0.03;1.06 +5513;12;4874.40;9.50;464.00;0.26;1.06 +5513;13;4880.00;9.50;468.80;0.55;1.06 +5513;14;4852.00;9.50;481.60;-1.19;1.06 +5513;15;4864.80;9.50;473.60;-0.21;1.06 +5513;16;4875.20;9.50;474.40;0.48;1.06 +5513;17;4883.20;9.50;488.80;1.62;1.06 +5513;18;4852.00;9.50;496.80;4.21;1.06 5513;21;4858.46;9.50;488.00;1.57;1.06 +5514;0;5074.00;9.50;1713.00;0.00;0.44 +5514;1;5071.50;9.50;1709.50;-0.62;0.44 +5514;2;5084.00;9.50;1711.50;1.42;0.44 +5514;3;5074.00;9.50;1716.00;3.14;0.44 +5514;4;5060.00;9.50;1715.00;4.57;0.44 +5514;5;5061.00;9.50;1716.50;4.44;0.44 +5514;9;5065.00;9.50;1713.00;1.57;0.44 +5514;10;5083.00;9.50;1713.00;-1.57;0.44 +5514;11;5070.00;9.50;1707.40;-0.62;0.44 +5514;12;5090.00;9.50;1710.60;1.42;0.44 +5514;13;5074.00;9.50;1717.80;3.14;0.44 +5514;14;5051.60;9.50;1716.20;4.57;0.44 +5514;15;5053.20;9.50;1718.60;4.44;0.44 5514;21;5065.00;9.50;1713.00;1.57;0.44 +5515;0;4711.00;9.55;566.00;0.00;1.12 +5515;1;4704.50;9.50;556.50;-0.60;1.12 +5515;2;4717.50;9.50;550.00;0.38;1.12 +5515;3;4723.00;9.50;573.50;2.12;1.12 +5515;4;4716.50;9.70;567.50;1.83;1.12 +5515;5;4697.00;9.50;567.50;4.60;1.12 +5515;6;4709.00;9.50;571.00;3.52;1.12 +5515;7;4697.50;9.50;574.00;4.17;1.12 +5515;8;4716.00;9.50;574.00;2.58;1.12 +5515;9;4700.92;9.50;566.00;1.57;1.12 +5515;10;4721.08;9.50;566.00;-1.57;1.12 +5515;11;4700.60;9.50;550.80;-0.60;1.12 +5515;12;4721.40;9.50;540.40;0.38;1.12 +5515;13;4730.20;9.50;578.00;2.12;1.12 +5515;14;4719.80;9.50;568.40;1.83;1.12 +5515;15;4688.60;9.50;568.40;4.60;1.12 +5515;16;4707.80;9.50;574.00;3.52;1.12 +5515;17;4689.40;9.50;578.80;4.17;1.12 +5515;18;4719.00;9.50;578.80;2.58;1.12 5515;21;4700.92;9.50;566.00;1.57;1.12 +5516;0;4134.00;9.50;120.00;0.00;1.10 +5516;1;4135.50;9.50;107.50;0.11;1.10 +5516;2;4144.50;9.50;111.50;0.89;1.10 +5516;3;4123.00;9.50;115.50;-1.18;1.10 +5516;4;4145.50;9.50;123.00;1.82;1.10 +5516;5;4125.00;9.50;128.50;3.95;1.10 +5516;6;4137.00;9.50;132.00;2.89;1.10 +5516;9;4123.92;9.50;120.00;1.57;1.10 +5516;10;4144.08;9.50;120.00;-1.57;1.10 +5516;11;4136.40;9.50;100.00;0.11;1.10 +5516;12;4150.80;9.50;106.40;0.89;1.10 +5516;13;4116.40;9.50;112.80;-1.18;1.10 +5516;14;4152.40;9.50;124.80;1.82;1.10 +5516;15;4119.60;9.50;133.60;3.95;1.10 +5516;16;4138.80;9.50;139.20;2.89;1.10 5516;21;4123.92;9.50;120.00;1.57;1.10 +5517;0;4744.00;9.50;68.00;0.00;0.62 +5517;1;4745.50;9.50;61.00;0.21;0.62 +5517;2;4732.00;9.50;63.50;-1.21;0.62 +5517;3;4755.50;9.50;68.00;1.57;0.62 +5517;4;4738.50;9.50;73.50;3.92;0.62 +5517;5;4752.00;9.50;75.50;2.32;0.62 +5517;9;4734.28;9.50;68.00;1.57;0.62 +5517;10;4753.72;9.50;68.00;-1.57;0.62 +5517;11;4746.40;9.50;56.80;0.21;0.62 +5517;12;4724.80;9.50;60.80;-1.21;0.62 +5517;13;4762.40;9.50;68.00;1.57;0.62 +5517;14;4735.20;9.50;76.80;3.92;0.62 +5517;15;4756.80;9.50;80.00;2.32;0.62 5517;21;4734.28;9.50;68.00;1.57;0.62 +5518;0;3551.00;9.50;459.00;0.00;0.96 +5518;1;3545.50;9.50;441.50;-0.30;0.96 +5518;2;3556.50;9.50;447.00;0.43;0.96 +5518;3;3540.50;9.50;460.50;4.57;0.96 +5518;4;3563.50;9.50;465.00;2.01;0.96 +5518;5;3552.50;9.50;474.50;3.04;0.96 +5518;6;3564.50;9.50;473.50;2.39;0.96 +5518;9;3542.36;9.50;459.00;1.57;0.96 +5518;10;3559.64;9.50;459.00;-1.57;0.96 +5518;11;3542.20;9.50;431.00;-0.30;0.96 +5518;12;3559.80;9.50;439.80;0.43;0.96 +5518;13;3534.20;9.50;461.40;4.57;0.96 +5518;14;3571.00;9.50;468.60;2.01;0.96 +5518;15;3553.40;9.50;483.80;3.04;0.96 +5518;16;3572.60;9.50;482.20;2.39;0.96 5518;21;3542.36;9.50;459.00;1.57;0.96 +5519;0;3257.00;9.50;36.00;0.00;1.06 +5519;1;3251.00;9.50;28.50;-0.67;1.06 +5519;2;3263.50;9.50;27.50;0.65;1.06 +5519;3;3244.50;9.50;36.00;4.71;1.06 +5519;4;3267.50;9.50;41.00;2.01;1.06 +5519;5;3254.00;9.50;44.50;3.48;1.06 +5519;9;3247.10;9.50;36.00;1.57;1.06 +5519;10;3266.90;9.50;36.00;-1.57;1.06 +5519;11;3247.40;9.50;24.00;-0.67;1.06 +5519;12;3267.40;9.50;22.40;0.65;1.06 +5519;13;3237.00;9.50;36.00;4.71;1.06 +5519;14;3273.80;9.50;44.00;2.01;1.06 +5519;15;3252.20;9.50;49.60;3.48;1.06 5519;21;3247.10;9.50;36.00;1.57;1.06 +5520;0;2861.00;9.50;311.00;0.00;0.80 +5520;1;2863.00;9.50;297.50;0.14;0.80 +5520;2;2853.00;9.50;309.50;-1.38;0.80 +5520;3;2870.50;9.50;298.00;0.63;0.80 +5520;4;2868.50;9.50;312.50;1.76;0.80 +5520;5;2858.50;9.50;324.00;3.33;0.80 +5520;9;2853.80;9.50;311.00;1.57;0.80 +5520;10;2868.20;9.50;311.00;-1.57;0.80 +5520;11;2864.20;9.50;289.40;0.14;0.80 +5520;12;2848.20;9.50;308.60;-1.38;0.80 +5520;13;2876.20;9.50;290.20;0.63;0.80 +5520;14;2873.00;9.50;313.40;1.76;0.80 +5520;15;2857.00;9.50;331.80;3.33;0.80 5520;21;2853.80;9.50;311.00;1.57;0.80 +5521;0;2581.00;9.50;421.00;0.00;1.02 +5521;1;2581.00;9.50;409.50;0.00;1.02 +5521;2;2569.50;9.50;415.00;-1.09;1.02 +5521;3;2593.00;9.50;414.50;1.07;1.02 +5521;4;2591.00;9.50;426.50;2.07;1.02 +5521;5;2571.00;9.50;426.00;4.24;1.02 +5521;6;2581.50;9.50;434.50;3.10;1.02 +5521;7;2588.50;9.50;437.00;2.70;1.02 +5521;9;2571.82;9.50;421.00;1.57;1.02 +5521;10;2590.18;9.50;421.00;-1.57;1.02 +5521;11;2581.00;9.50;402.60;0.00;1.02 +5521;12;2562.60;9.50;411.40;-1.09;1.02 +5521;13;2600.20;9.50;410.60;1.07;1.02 +5521;14;2597.00;9.50;429.80;2.07;1.02 +5521;15;2565.00;9.50;429.00;4.24;1.02 +5521;16;2581.80;9.50;442.60;3.10;1.02 +5521;17;2593.00;9.50;446.60;2.70;1.02 5521;21;2571.82;9.50;421.00;1.57;1.02 +5522;0;1973.00;9.50;78.00;0.00;1.02 +5522;1;1971.50;9.50;65.00;-0.11;1.02 +5522;2;1983.50;9.50;70.00;0.92;1.02 +5522;3;1961.00;9.50;76.50;-1.44;1.02 +5522;4;1985.00;9.50;84.50;2.06;1.02 +5522;5;1973.50;9.50;90.50;3.10;1.02 +5522;9;1963.82;9.50;78.00;1.57;1.02 +5522;10;1982.18;9.50;78.00;-1.57;1.02 +5522;11;1970.60;9.50;57.20;-0.11;1.02 +5522;12;1989.80;9.50;65.20;0.92;1.02 +5522;13;1953.80;9.50;75.60;-1.44;1.02 +5522;14;1992.20;9.50;88.40;2.06;1.02 +5522;15;1973.80;9.50;98.00;3.10;1.02 5522;21;1963.82;9.50;78.00;1.57;1.02 +5523;0;2142.00;9.50;1029.00;0.00;1.22 +5523;1;2149.50;9.50;1014.50;0.47;1.22 +5523;2;2154.00;9.50;1029.50;1.61;1.22 +5523;3;2139.00;9.50;1016.00;-0.22;1.22 +5523;4;2129.00;9.50;1019.50;-0.94;1.22 +5523;5;2128.50;9.50;1032.50;4.45;1.22 +5523;6;2142.50;9.50;1044.00;3.10;1.22 +5523;9;2131.02;9.50;1029.00;1.57;1.22 +5523;10;2152.98;9.50;1029.00;-1.57;1.22 +5523;11;2154.00;9.50;1005.80;0.47;1.22 +5523;12;2161.20;9.50;1029.80;1.61;1.22 +5523;13;2137.20;9.50;1008.20;-0.22;1.22 +5523;14;2121.20;9.50;1013.80;-0.94;1.22 +5523;15;2120.40;9.50;1034.60;4.45;1.22 +5523;16;2142.80;9.50;1053.00;3.10;1.22 5523;21;2131.02;9.50;1029.00;1.57;1.22 +5524;0;1806.00;9.50;1441.00;0.00;0.94 +5524;1;1813.50;9.50;1428.50;0.54;0.94 +5524;2;1819.00;9.50;1430.00;0.86;0.94 +5524;3;1804.00;9.50;1430.00;-0.18;0.94 +5524;4;1792.50;9.50;1437.50;-1.31;0.94 +5524;5;1822.50;9.50;1440.00;1.51;0.94 +5524;6;1788.00;9.50;1448.50;4.31;0.94 +5524;7;1806.00;9.50;1451.00;3.14;0.94 +5524;9;1792.86;9.50;1441.00;1.57;0.94 +5524;10;1819.14;9.50;1441.00;-1.57;0.94 +5524;11;1818.00;9.50;1421.00;0.54;0.94 +5524;12;1826.80;9.50;1423.40;0.86;0.94 +5524;13;1802.80;9.50;1423.40;-0.18;0.94 +5524;14;1784.40;9.50;1435.40;-1.31;0.94 +5524;15;1832.40;9.50;1439.40;1.51;0.94 +5524;16;1777.20;9.50;1453.00;4.31;0.94 +5524;17;1806.00;9.50;1457.00;3.14;0.94 5524;21;1792.86;9.50;1441.00;1.57;0.94 +5525;0;1570.00;9.50;80.00;0.00;1.24 +5525;1;1573.50;9.50;65.50;0.23;1.24 +5525;2;1580.00;9.50;70.00;0.78;1.24 +5525;3;1562.50;9.50;72.00;-0.75;1.24 +5525;4;1580.00;9.50;86.00;2.11;1.24 +5525;5;1560.50;9.50;87.00;4.07;1.24 +5525;6;1572.00;9.50;95.50;3.01;1.24 +5525;9;1557.58;9.50;80.00;1.57;1.24 +5525;10;1582.42;9.50;80.00;-1.57;1.24 +5525;11;1575.60;9.50;56.80;0.23;1.24 +5525;12;1586.00;9.50;64.00;0.78;1.24 +5525;13;1558.00;9.50;67.20;-0.75;1.24 +5525;14;1586.00;9.50;89.60;2.11;1.24 +5525;15;1554.80;9.50;91.20;4.07;1.24 +5525;16;1573.20;9.50;104.80;3.01;1.24 5525;21;1557.58;9.50;80.00;1.57;1.24 +5526;0;478.00;9.50;333.00;0.00;1.26 +5526;1;474.00;9.50;320.50;-0.31;1.26 +5526;2;490.50;9.50;330.50;1.37;1.26 +5526;3;465.50;9.50;336.00;4.47;1.26 +5526;4;484.50;9.50;346.00;2.67;1.26 +5526;5;472.00;9.50;347.00;3.54;1.26 +5526;9;466.12;9.50;333.00;1.57;1.26 +5526;10;489.88;9.50;333.00;-1.57;1.26 +5526;11;471.60;9.50;313.00;-0.31;1.26 +5526;12;498.00;9.50;329.00;1.37;1.26 +5526;13;458.00;9.50;337.80;4.47;1.26 +5526;14;488.40;9.50;353.80;2.67;1.26 +5526;15;468.40;9.50;355.40;3.54;1.26 5526;21;466.12;9.50;333.00;1.57;1.26 +5527;0;139.00;9.50;1048.00;0.00;1.22 +5527;1;140.00;9.50;1037.00;0.09;1.22 +5527;2;155.50;9.50;1037.50;1.00;1.22 +5527;3;124.00;9.50;1042.00;-1.19;1.22 +5527;4;156.50;9.50;1044.00;1.34;1.22 +5527;5;125.50;9.50;1055.50;4.20;1.22 +5527;6;142.50;9.50;1057.50;2.78;1.22 +5527;7;128.00;9.50;1066.00;3.69;1.22 +5527;9;126.94;9.50;1048.00;1.57;1.22 +5527;10;151.06;9.50;1048.00;-1.57;1.22 +5527;11;140.60;9.50;1030.40;0.09;1.22 +5527;12;165.40;9.50;1031.20;1.00;1.22 +5527;13;115.00;9.50;1038.40;-1.19;1.22 +5527;14;167.00;9.50;1041.60;1.34;1.22 +5527;15;117.40;9.50;1060.00;4.20;1.22 +5527;16;144.60;9.50;1063.20;2.78;1.22 +5527;17;121.40;9.50;1076.80;3.69;1.22 5527;21;126.94;9.50;1048.00;1.57;1.22 +5528;0;1031.00;9.50;882.00;0.00;1.34 +5528;1;1030.50;9.50;864.50;-0.02;1.34 +5528;2;1018.00;9.50;877.50;-1.23;1.34 +5528;3;1039.50;9.50;867.00;0.51;1.34 +5528;4;1044.00;9.50;883.00;1.64;1.34 +5528;5;1012.50;9.50;891.50;4.23;1.34 +5528;6;1025.50;9.50;895.50;3.52;1.34 +5528;7;1039.00;9.50;899.50;2.71;1.34 +5528;9;1018.94;9.50;882.00;1.57;1.34 +5528;10;1043.06;9.50;882.00;-1.57;1.34 +5528;11;1030.20;9.50;854.00;-0.02;1.34 +5528;12;1010.20;9.50;874.80;-1.23;1.34 +5528;13;1044.60;9.50;858.00;0.51;1.34 +5528;14;1051.80;9.50;883.60;1.64;1.34 +5528;15;1001.40;9.50;897.20;4.23;1.34 +5528;16;1022.20;9.50;903.60;3.52;1.34 +5528;17;1043.80;9.50;910.00;2.71;1.34 5528;21;1018.94;9.50;882.00;1.57;1.34 +5529;0;1260.00;9.50;820.00;0.00;1.14 +5529;1;1263.50;9.50;809.50;0.32;1.14 +5529;2;1250.00;9.50;814.00;-1.03;1.14 +5529;3;1272.50;9.50;828.00;2.14;1.14 +5529;4;1250.50;9.50;829.50;3.92;1.14 +5529;5;1263.50;9.50;834.00;2.89;1.14 +5529;9;1249.74;9.50;820.00;1.57;1.14 +5529;10;1270.26;9.50;820.00;-1.57;1.14 +5529;11;1265.60;9.50;803.20;0.32;1.14 +5529;12;1244.00;9.50;810.40;-1.03;1.14 +5529;13;1280.00;9.50;832.80;2.14;1.14 +5529;14;1244.80;9.50;835.20;3.92;1.14 +5529;15;1265.60;9.50;842.40;2.89;1.14 5529;21;1249.74;9.50;820.00;1.57;1.14 +5530;0;862.00;9.50;1422.00;0.00;1.22 +5530;1;859.00;9.50;1410.50;-0.25;1.22 +5530;2;871.00;9.50;1406.50;0.52;1.22 +5530;3;875.00;9.50;1422.50;1.60;1.22 +5530;4;845.00;9.50;1421.00;-1.51;1.22 +5530;5;857.00;9.50;1432.50;3.58;1.22 +5530;9;849.58;9.50;1422.00;1.57;1.22 +5530;10;874.42;9.50;1422.00;-1.57;1.22 +5530;11;857.20;9.50;1403.60;-0.25;1.22 +5530;12;876.40;9.50;1397.20;0.52;1.22 +5530;13;882.80;9.50;1422.80;1.60;1.22 +5530;14;834.80;9.50;1420.40;-1.51;1.22 +5530;15;854.00;9.50;1438.80;3.58;1.22 5530;21;849.58;9.50;1422.00;1.57;1.22 +5531;0;2892.00;9.50;1281.00;0.00;0.88 +5531;1;2890.50;9.50;1271.50;-0.15;0.88 +5531;2;2897.00;9.50;1274.00;0.62;0.88 +5531;3;2886.50;9.50;1273.00;-0.60;0.88 +5531;4;2902.00;9.50;1273.50;0.92;0.88 +5531;5;2882.50;9.50;1279.00;-1.36;0.88 +5531;6;2899.00;9.50;1283.50;1.91;0.88 +5531;7;2888.50;9.50;1288.50;3.57;0.88 +5531;8;2896.00;9.50;1293.00;2.82;0.88 +5531;9;2884.08;9.50;1281.00;1.57;0.88 +5531;10;2899.92;9.50;1281.00;-1.57;0.88 +5531;11;2889.60;9.50;1265.80;-0.15;0.88 +5531;12;2900.00;9.50;1269.80;0.62;0.88 +5531;13;2883.20;9.50;1268.20;-0.60;0.88 +5531;14;2908.00;9.50;1269.00;0.92;0.88 +5531;15;2876.80;9.50;1277.80;-1.36;0.88 +5531;16;2903.20;9.50;1285.00;1.91;0.88 +5531;17;2886.40;9.50;1293.00;3.57;0.88 +5531;18;2898.40;9.50;1300.20;2.82;0.88 5531;21;2884.08;9.50;1281.00;1.57;0.88 +5532;0;2431.00;9.50;1506.00;0.00;1.04 +5532;1;2431.50;9.50;1489.00;0.02;1.04 +5532;2;2441.50;9.50;1498.00;0.92;1.04 +5532;3;2420.50;9.50;1510.00;4.34;1.04 +5532;4;2440.00;9.50;1514.00;2.29;1.04 +5532;5;2427.50;9.50;1521.00;3.37;1.04 +5532;9;2421.64;9.50;1506.00;1.57;1.04 +5532;10;2440.36;9.50;1506.00;-1.57;1.04 +5532;11;2431.80;9.50;1478.80;0.02;1.04 +5532;12;2447.80;9.50;1493.20;0.92;1.04 +5532;13;2414.20;9.50;1512.40;4.34;1.04 +5532;14;2445.40;9.50;1518.80;2.29;1.04 +5532;15;2425.40;9.50;1530.00;3.37;1.04 5532;21;2421.64;9.50;1506.00;1.57;1.04 +5533;0;1848.00;9.50;1095.00;0.00;1.12 +5533;1;1851.00;9.70;1081.00;0.21;1.12 +5533;2;1836.50;9.50;1091.50;-1.27;1.12 +5533;3;1859.50;9.50;1096.00;1.65;1.12 +5533;4;1849.50;9.50;1087.00;0.18;1.12 +5533;5;1860.50;9.50;1087.50;1.03;1.12 +5533;6;1851.50;9.50;1093.00;1.05;1.12 +5533;7;1850.50;9.50;1099.50;2.63;1.12 +5533;8;1835.00;9.50;1103.00;4.16;1.12 +5533;9;1837.92;9.50;1095.00;1.57;1.12 +5533;10;1858.08;9.50;1095.00;-1.57;1.12 +5533;11;1852.80;9.50;1072.60;0.21;1.12 +5533;12;1829.60;9.50;1089.40;-1.27;1.12 +5533;13;1866.40;9.50;1096.60;1.65;1.12 +5533;14;1850.40;9.60;1082.20;0.18;1.12 +5533;15;1868.00;9.50;1083.00;1.03;1.12 +5533;16;1853.60;9.67;1091.80;1.05;1.12 +5533;17;1852.00;9.50;1102.20;2.63;1.12 +5533;18;1827.20;9.50;1107.80;4.16;1.12 5533;21;1837.92;9.50;1095.00;1.57;1.12 +5534;0;365.00;9.50;825.00;0.00;1.32 +5534;1;356.00;9.50;817.00;-0.84;1.32 +5534;2;373.50;9.50;811.50;0.56;1.32 +5534;3;378.00;9.50;827.50;1.76;1.32 +5534;4;351.50;9.50;832.00;4.23;1.32 +5534;5;368.00;9.50;838.50;2.92;1.32 +5534;6;378.00;9.50;839.50;2.41;1.32 +5534;9;352.58;9.50;825.00;1.57;1.32 +5534;10;377.42;9.50;825.00;-1.57;1.32 +5534;11;350.60;9.50;812.20;-0.84;1.32 +5534;12;378.60;9.50;803.40;0.56;1.32 +5534;13;385.80;9.50;829.00;1.76;1.32 +5534;14;343.40;9.50;836.20;4.23;1.32 +5534;15;369.80;9.50;846.60;2.92;1.32 +5534;16;385.80;9.50;848.20;2.41;1.32 5534;21;352.58;9.50;825.00;1.57;1.32 +5535;0;5367.00;9.50;223.00;0.00;1.14 +5535;1;5371.00;9.50;207.50;0.25;1.14 +5535;2;5356.00;9.50;218.50;-1.18;1.14 +5535;3;5378.50;9.50;213.00;0.85;1.14 +5535;4;5384.00;9.50;219.50;1.36;1.14 +5535;5;5380.50;9.50;228.00;1.92;1.14 +5535;6;5358.00;9.50;232.50;3.90;1.14 +5535;7;5374.50;9.50;235.50;2.60;1.14 +5535;9;5351.88;9.50;223.00;1.57;1.14 +5535;10;5382.12;9.50;223.00;-1.57;1.14 +5535;11;5373.40;9.50;198.20;0.25;1.14 +5535;12;5349.40;9.50;215.80;-1.18;1.14 +5535;13;5385.40;9.50;207.00;0.85;1.14 +5535;14;5394.20;9.50;217.40;1.36;1.14 +5535;15;5388.60;9.50;231.00;1.92;1.14 +5535;16;5352.60;9.50;238.20;3.90;1.14 +5535;17;5379.00;9.50;243.00;2.60;1.14 5535;21;5351.88;9.50;223.00;1.57;1.14 +5536;0;4904.00;9.50;111.00;0.00;1.10 +5536;1;4906.50;9.50;98.00;0.19;1.10 +5536;2;4913.50;9.50;104.00;0.93;1.10 +5536;3;4895.50;9.50;102.00;-0.75;1.10 +5536;4;4893.50;9.50;114.50;4.39;1.10 +5536;5;4917.00;9.50;114.50;1.83;1.10 +5536;6;4913.50;9.50;120.50;2.35;1.10 +5536;7;4906.00;9.50;123.00;2.97;1.10 +5536;9;4893.56;9.50;111.00;1.57;1.10 +5536;10;4914.44;9.50;111.00;-1.57;1.10 +5536;11;4908.00;9.50;90.20;0.19;1.10 +5536;12;4919.20;9.50;99.80;0.93;1.10 +5536;13;4890.40;9.50;96.60;-0.75;1.10 +5536;14;4887.20;9.50;116.60;4.39;1.10 +5536;15;4924.80;9.50;116.60;1.83;1.10 +5536;16;4919.20;9.50;126.20;2.35;1.10 +5536;17;4907.20;9.50;130.20;2.97;1.10 5536;21;4893.56;9.50;111.00;1.57;1.10 +5537;0;5449.00;9.50;221.00;0.00;1.18 +5537;1;5432.00;9.50;212.50;-1.10;1.18 +5537;2;5455.00;9.50;213.00;0.64;1.18 +5537;3;5425.00;9.50;218.50;-1.46;1.18 +5537;4;5441.50;9.50;228.00;3.96;1.18 +5537;5;5464.00;9.50;227.50;1.98;1.18 +5537;9;5431.54;9.50;221.00;1.57;1.18 +5537;10;5466.46;9.50;221.00;-1.57;1.18 +5537;11;5421.80;9.50;207.40;-1.10;1.18 +5537;12;5458.60;9.50;208.20;0.64;1.18 +5537;13;5410.60;9.50;217.00;-1.46;1.18 +5537;14;5437.00;9.50;232.20;3.96;1.18 +5537;15;5473.00;9.50;231.40;1.98;1.18 5537;21;5431.54;9.50;221.00;1.57;1.18 +5538;0;4904.00;9.50;482.00;0.00;0.86 +5538;1;4908.50;9.50;471.50;0.40;0.86 +5538;2;4912.50;9.50;480.00;1.34;0.86 +5538;3;4903.00;9.50;473.00;-0.11;0.86 +5538;4;4897.00;9.50;475.50;-0.82;0.86 +5538;5;4895.50;9.50;485.50;4.32;0.86 +5538;6;4894.00;9.50;478.00;-1.19;0.86 +5538;7;4909.00;9.50;491.00;2.63;0.86 +5538;8;4902.00;9.50;492.50;3.33;0.86 +5538;9;4896.08;9.50;482.00;1.57;0.86 +5538;10;4911.92;9.50;482.00;-1.57;0.86 +5538;11;4911.20;9.50;465.20;0.40;0.86 +5538;12;4917.60;9.50;478.80;1.34;0.86 +5538;13;4902.40;9.50;467.60;-0.11;0.86 +5538;14;4892.80;9.50;471.60;-0.82;0.86 +5538;15;4890.40;9.50;487.60;4.32;0.86 +5538;16;4888.00;9.50;475.60;-1.19;0.86 +5538;17;4912.00;9.50;496.40;2.63;0.86 +5538;18;4900.80;9.50;498.80;3.33;0.86 5538;21;4896.08;9.50;482.00;1.57;0.86 +5539;0;4435.00;9.50;677.00;0.00;0.92 +5539;1;4432.50;9.50;660.50;-0.15;0.92 +5539;2;4426.50;9.50;663.00;-0.54;0.92 +5539;3;4436.50;9.50;661.00;0.09;0.92 +5539;4;4441.50;9.50;668.00;0.62;0.92 +5539;5;4425.50;9.50;666.00;-0.71;0.92 +5539;6;4434.50;9.50;669.00;-0.06;0.92 +5539;7;4426.50;9.70;670.50;-0.91;0.92 +5539;8;4430.50;9.70;671.50;-0.68;0.92 +5539;9;4426.72;10.20;677.00;1.57;0.92 +5539;10;4443.28;9.50;677.00;-1.57;0.92 +5539;11;4431.00;9.50;650.60;-0.15;0.92 +5539;12;4421.40;9.50;654.60;-0.54;0.92 +5539;13;4437.40;9.50;651.40;0.09;0.92 +5539;14;4445.40;9.50;662.60;0.62;0.92 +5539;15;4419.80;9.50;659.40;-0.71;0.92 +5539;16;4434.20;9.50;664.20;-0.06;0.92 +5539;17;4421.40;9.50;666.60;-0.91;0.92 +5539;18;4427.80;9.65;668.20;-0.68;0.92 5539;21;4426.72;10.20;677.00;1.57;0.92 +5540;0;4004.00;9.50;163.00;0.00;1.08 +5540;1;3999.00;9.50;151.00;-0.39;1.08 +5540;2;4005.00;9.50;151.50;0.08;1.08 +5540;3;3994.00;9.50;157.00;-1.03;1.08 +5540;4;4015.00;9.50;160.00;1.30;1.08 +5540;5;3996.50;9.50;171.00;3.89;1.08 +5540;6;4012.50;9.50;172.50;2.41;1.08 +5540;9;3993.02;9.50;163.00;1.57;1.08 +5540;10;4014.98;9.50;163.00;-1.57;1.08 +5540;11;3996.00;9.50;143.80;-0.39;1.08 +5540;12;4005.60;9.50;144.60;0.08;1.08 +5540;13;3988.00;9.50;153.40;-1.03;1.08 +5540;14;4021.60;9.50;158.20;1.30;1.08 +5540;15;3992.00;9.50;175.80;3.89;1.08 +5540;16;4017.60;9.50;178.20;2.41;1.08 5540;21;3993.02;9.50;163.00;1.57;1.08 +5541;0;4824.00;9.50;97.00;0.00;1.00 +5541;1;4816.50;9.50;86.00;-0.59;1.00 +5541;2;4829.50;9.50;87.00;0.50;1.00 +5541;3;4812.00;9.50;98.50;4.58;1.00 +5541;4;4837.00;9.50;95.00;1.41;1.00 +5541;5;4836.50;9.50;104.00;2.08;1.00 +5541;6;4821.50;9.50;108.00;3.36;1.00 +5541;9;4813.02;9.50;97.00;1.57;1.00 +5541;10;4834.98;9.50;97.00;-1.57;1.00 +5541;11;4812.00;9.50;79.40;-0.59;1.00 +5541;12;4832.80;9.50;81.00;0.50;1.00 +5541;13;4804.80;9.50;99.40;4.58;1.00 +5541;14;4844.80;9.50;93.80;1.41;1.00 +5541;15;4844.00;9.50;108.20;2.08;1.00 +5541;16;4820.00;9.50;114.60;3.36;1.00 5541;21;4813.02;9.50;97.00;1.57;1.00 +5542;0;3598.00;9.50;457.00;0.00;0.98 +5542;1;3599.00;9.50;445.50;0.08;0.98 +5542;2;3590.00;9.50;450.00;-0.85;0.98 +5542;3;3609.00;9.50;455.50;1.43;0.98 +5542;4;3587.00;9.50;464.00;4.14;0.98 +5542;5;3599.50;9.50;467.00;2.99;0.98 +5542;9;3589.18;9.50;457.00;1.57;0.98 +5542;10;3606.82;9.50;457.00;-1.57;0.98 +5542;11;3599.60;9.50;438.60;0.08;0.98 +5542;12;3585.20;9.50;445.80;-0.85;0.98 +5542;13;3615.60;9.50;454.60;1.43;0.98 +5542;14;3580.40;9.50;468.20;4.14;0.98 +5542;15;3600.40;9.50;473.00;2.99;0.98 5542;21;3589.18;9.50;457.00;1.57;0.98 +5543;0;3429.00;9.50;208.00;0.00;1.12 +5543;1;3434.00;9.50;191.00;0.28;1.12 +5543;2;3438.50;9.50;201.00;0.93;1.12 +5543;3;3424.50;9.50;199.50;-0.48;1.12 +5543;4;3415.00;9.50;208.50;4.67;1.12 +5543;5;3418.50;9.50;217.00;4.00;1.12 +5543;6;3432.50;9.50;218.00;2.80;1.12 +5543;7;3421.50;9.50;224.50;3.56;1.12 +5543;9;3418.92;9.50;208.00;1.57;1.12 +5543;10;3439.08;9.50;208.00;-1.57;1.12 +5543;11;3437.00;9.50;180.80;0.28;1.12 +5543;12;3444.20;9.50;196.80;0.93;1.12 +5543;13;3421.80;9.50;194.40;-0.48;1.12 +5543;14;3406.60;9.50;208.80;4.67;1.12 +5543;15;3412.20;9.50;222.40;4.00;1.12 +5543;16;3434.60;9.50;224.00;2.80;1.12 +5543;17;3417.00;9.50;234.40;3.56;1.12 5543;21;3418.92;9.50;208.00;1.57;1.12 +5544;0;2858.00;9.50;264.00;0.00;0.80 +5544;1;2859.50;9.50;254.50;0.15;0.80 +5544;2;2869.50;9.50;264.00;1.57;0.80 +5544;3;2847.00;9.50;263.00;-1.48;0.80 +5544;4;2849.50;9.50;273.00;3.89;0.80 +5544;5;2861.50;9.50;274.00;2.80;0.80 +5544;9;2849.00;9.50;264.00;1.57;0.80 +5544;10;2867.00;9.50;264.00;-1.57;0.80 +5544;11;2860.40;9.50;248.80;0.15;0.80 +5544;12;2876.40;9.50;264.00;1.57;0.80 +5544;13;2840.40;9.50;262.40;-1.48;0.80 +5544;14;2844.40;9.50;278.40;3.89;0.80 +5544;15;2863.60;9.50;280.00;2.80;0.80 5544;21;2849.00;9.50;264.00;1.57;0.80 +5545;0;2533.00;9.50;395.00;0.00;1.26 +5545;1;2534.50;9.50;383.00;0.12;1.26 +5545;2;2547.50;9.50;386.50;1.04;1.26 +5545;3;2519.50;9.50;386.00;-0.98;1.26 +5545;4;2517.00;9.50;394.50;-1.54;1.26 +5545;5;2545.50;9.50;402.00;2.08;1.26 +5545;6;2521.00;9.50;406.00;3.97;1.26 +5545;7;2534.50;9.50;408.00;3.02;1.26 +5545;9;2521.66;9.50;395.00;1.57;1.26 +5545;10;2544.34;9.50;395.00;-1.57;1.26 +5545;11;2535.40;9.50;375.80;0.12;1.26 +5545;12;2556.20;9.50;381.40;1.04;1.26 +5545;13;2511.40;9.50;380.60;-0.98;1.26 +5545;14;2507.40;9.50;394.20;-1.54;1.26 +5545;15;2553.00;9.50;406.20;2.08;1.26 +5545;16;2513.80;9.50;412.60;3.97;1.26 +5545;17;2535.40;9.50;415.80;3.02;1.26 5545;21;2521.66;9.50;395.00;1.57;1.26 +5546;0;1954.00;9.50;30.00;0.00;1.08 +5546;1;1939.00;9.50;21.00;-1.03;1.08 +5546;2;1959.00;9.50;21.50;0.53;1.08 +5546;3;1941.50;9.50;34.00;4.40;1.08 +5546;4;1973.50;9.50;28.50;1.49;1.08 +5546;5;1973.50;9.50;34.50;1.79;1.08 +5546;6;1962.00;9.50;41.00;2.51;1.08 +5546;9;1938.88;9.50;30.00;1.57;1.08 +5546;10;1969.12;9.50;30.00;-1.57;1.08 +5546;11;1930.00;9.50;15.60;-1.03;1.08 +5546;12;1962.00;9.50;16.40;0.53;1.08 +5546;13;1934.00;9.50;36.40;4.40;1.08 +5546;14;1985.20;9.50;27.60;1.49;1.08 +5546;15;1985.20;9.50;37.20;1.79;1.08 +5546;16;1966.80;9.50;47.60;2.51;1.08 5546;21;1938.88;9.50;30.00;1.57;1.08 +5547;0;2182.00;9.50;970.00;0.00;1.30 +5547;1;2186.50;9.50;957.50;0.34;1.30 +5547;2;2200.00;9.50;955.00;0.87;1.30 +5547;3;2192.50;9.50;968.00;1.38;1.30 +5547;4;2168.00;9.50;975.00;4.36;1.30 +5547;5;2181.00;9.50;981.50;3.22;1.30 +5547;6;2169.50;9.50;985.00;3.83;1.30 +5547;9;2169.04;9.50;970.00;1.57;1.30 +5547;10;2194.96;9.50;970.00;-1.57;1.30 +5547;11;2189.20;9.50;950.00;0.34;1.30 +5547;12;2210.80;9.50;946.00;0.87;1.30 +5547;13;2198.80;9.50;966.80;1.38;1.30 +5547;14;2159.60;9.50;978.00;4.36;1.30 +5547;15;2180.40;9.50;988.40;3.22;1.30 +5547;16;2162.00;9.50;994.00;3.83;1.30 5547;21;2169.04;9.50;970.00;1.57;1.30 +5548;0;1789.00;9.50;1397.00;0.00;0.86 +5548;1;1789.00;9.50;1386.50;0.00;0.86 +5548;2;1776.00;9.50;1394.50;-1.38;0.86 +5548;3;1800.00;9.50;1387.50;0.85;0.86 +5548;4;1801.00;9.50;1397.50;1.61;0.86 +5548;5;1782.00;9.50;1405.00;3.86;0.86 +5548;6;1795.50;9.50;1408.00;2.60;0.86 +5548;9;1779.28;9.50;1397.00;1.57;0.86 +5548;10;1798.72;9.50;1397.00;-1.57;0.86 +5548;11;1789.00;9.50;1380.20;0.00;0.86 +5548;12;1768.20;9.50;1393.00;-1.38;0.86 +5548;13;1806.60;9.50;1381.80;0.85;0.86 +5548;14;1808.20;9.50;1397.80;1.61;0.86 +5548;15;1777.80;9.50;1409.80;3.86;0.86 +5548;16;1799.40;9.50;1414.60;2.60;0.86 5548;21;1779.28;9.50;1397.00;1.57;0.86 +5549;0;1582.00;9.50;138.00;0.00;1.14 +5549;1;1578.00;9.50;124.50;-0.28;1.14 +5549;2;1570.50;9.50;134.00;-1.23;1.14 +5549;3;1588.50;9.50;127.00;0.53;1.14 +5549;4;1594.50;9.50;140.50;1.76;1.14 +5549;5;1578.00;9.50;148.50;3.50;1.14 +5549;9;1570.48;9.50;138.00;1.57;1.14 +5549;10;1593.52;9.50;138.00;-1.57;1.14 +5549;11;1575.60;9.50;116.40;-0.28;1.14 +5549;12;1563.60;9.50;131.60;-1.23;1.14 +5549;13;1592.40;9.50;120.40;0.53;1.14 +5549;14;1602.00;9.50;142.00;1.76;1.14 +5549;15;1575.60;9.50;154.80;3.50;1.14 5549;21;1570.48;9.50;138.00;1.57;1.14 +5550;0;470.00;9.50;206.00;0.00;1.18 +5550;1;477.50;9.50;189.50;0.42;1.18 +5550;2;467.50;9.50;195.00;-0.22;1.18 +5550;3;482.50;9.50;199.50;1.09;1.18 +5550;4;458.50;9.50;204.50;-1.44;1.18 +5550;5;457.00;9.50;215.00;4.10;1.18 +5550;6;485.00;9.50;208.00;1.70;1.18 +5550;7;470.50;9.50;216.50;3.09;1.18 +5550;9;459.38;9.50;206.00;1.57;1.18 +5550;10;480.62;9.50;206.00;-1.57;1.18 +5550;11;482.00;9.50;179.60;0.42;1.18 +5550;12;466.00;9.50;188.40;-0.22;1.18 +5550;13;490.00;9.50;195.60;1.09;1.18 +5550;14;451.60;9.50;203.60;-1.44;1.18 +5550;15;449.20;9.50;220.40;4.10;1.18 +5550;16;494.00;9.50;209.20;1.70;1.18 +5550;17;470.80;9.50;222.80;3.09;1.18 5550;21;459.38;9.50;206.00;1.57;1.18 +5551;0;153.00;9.50;1091.00;0.00;1.32 +5551;1;149.50;9.50;1079.00;-0.28;1.32 +5551;2;165.50;9.50;1078.00;0.76;1.32 +5551;3;167.00;9.50;1095.00;1.84;1.32 +5551;4;136.50;9.50;1096.50;4.39;1.32 +5551;5;152.50;9.50;1104.50;3.17;1.32 +5551;9;141.12;9.50;1091.00;1.57;1.32 +5551;10;164.88;9.50;1091.00;-1.57;1.32 +5551;11;147.40;9.50;1071.80;-0.28;1.32 +5551;12;173.00;9.50;1070.20;0.76;1.32 +5551;13;175.40;9.50;1097.40;1.84;1.32 +5551;14;126.60;9.50;1099.80;4.39;1.32 +5551;15;152.20;9.50;1112.60;3.17;1.32 5551;21;141.12;9.50;1091.00;1.57;1.32 +5552;0;787.00;9.50;996.00;0.00;1.00 +5552;1;781.00;9.50;985.50;-0.51;1.00 +5552;2;792.00;9.50;983.50;0.38;1.00 +5552;3;801.50;9.50;990.00;1.17;1.00 +5552;4;771.00;9.50;997.00;4.65;1.00 +5552;5;799.50;9.50;1002.50;2.05;1.00 +5552;6;780.50;9.50;1007.00;3.67;1.00 +5552;9;773.14;9.50;996.00;1.57;1.00 +5552;10;800.86;9.50;996.00;-1.57;1.00 +5552;11;777.40;9.50;979.20;-0.51;1.00 +5552;12;795.00;9.50;976.00;0.38;1.00 +5552;13;810.20;9.50;986.40;1.17;1.00 +5552;14;761.40;9.50;997.60;4.65;1.00 +5552;15;807.00;9.50;1006.40;2.05;1.00 +5552;16;776.60;9.50;1013.60;3.67;1.00 5552;21;773.14;9.50;996.00;1.57;1.00 +5553;0;1216.00;9.50;809.00;0.00;1.22 +5553;1;1216.00;9.50;793.50;0.00;1.22 +5553;2;1206.00;9.50;806.00;-1.27;1.22 +5553;3;1225.00;9.50;793.50;0.52;1.22 +5553;4;1231.50;9.50;794.00;0.80;1.22 +5553;5;1228.00;9.50;808.50;1.52;1.22 +5553;6;1198.00;9.50;821.50;4.10;1.22 +5553;7;1210.50;9.50;823.50;3.50;1.22 +5553;9;1203.58;9.50;809.00;1.57;1.22 +5553;10;1228.42;9.50;809.00;-1.57;1.22 +5553;11;1216.00;9.50;784.20;0.00;1.22 +5553;12;1200.00;9.50;804.20;-1.27;1.22 +5553;13;1230.40;9.50;784.20;0.52;1.22 +5553;14;1240.80;9.50;785.00;0.80;1.22 +5553;15;1235.20;9.50;808.20;1.52;1.22 +5553;16;1187.20;9.50;829.00;4.10;1.22 +5553;17;1207.20;9.50;832.20;3.50;1.22 5553;21;1203.58;9.50;809.00;1.57;1.22 +5554;0;959.00;9.50;1375.00;0.00;1.28 +5554;1;961.50;9.50;1365.00;0.24;1.28 +5554;2;944.00;9.50;1372.50;-1.40;1.28 +5554;3;978.00;9.50;1370.50;1.33;1.28 +5554;4;975.00;9.50;1377.00;1.69;1.28 +5554;5;970.00;9.50;1386.50;2.37;1.28 +5554;6;956.00;9.50;1386.50;3.39;1.28 +5554;7;968.00;9.50;1391.50;2.64;1.28 +5554;9;946.40;9.50;1375.00;1.57;1.28 +5554;10;971.60;9.50;1375.00;-1.57;1.28 +5554;11;963.00;9.50;1359.00;0.24;1.28 +5554;12;935.00;9.50;1371.00;-1.40;1.28 +5554;13;989.40;9.50;1367.80;1.33;1.28 +5554;14;984.60;9.50;1378.20;1.69;1.28 +5554;15;976.60;9.50;1393.40;2.37;1.28 +5554;16;954.20;9.50;1393.40;3.39;1.28 +5554;17;973.40;9.50;1401.40;2.64;1.28 5554;21;946.40;9.50;1375.00;1.57;1.28 +5555;0;2942.00;9.50;1386.00;0.00;0.86 +5555;1;2932.00;9.50;1381.00;-1.10;0.86 +5555;2;2952.00;9.50;1382.00;1.19;0.86 +5555;3;2942.00;9.50;1378.50;0.00;0.86 +5555;4;2946.00;9.50;1381.00;0.67;0.86 +5555;5;2955.50;9.50;1384.50;1.46;0.86 +5555;6;2954.00;9.50;1388.50;1.77;0.86 +5555;7;2928.00;9.50;1387.50;4.60;0.86 +5555;8;2930.50;9.50;1389.00;4.45;0.86 +5555;9;2931.92;9.50;1386.00;1.57;0.86 +5555;10;2952.08;9.50;1386.00;-1.57;0.86 +5555;11;2926.00;9.50;1378.00;-1.10;0.86 +5555;12;2958.00;9.50;1379.60;1.19;0.86 +5555;13;2942.00;9.50;1374.00;0.00;0.86 +5555;14;2948.40;9.50;1378.00;0.67;0.86 +5555;15;2963.60;9.50;1383.60;1.46;0.86 +5555;16;2961.20;9.50;1390.00;1.77;0.86 +5555;17;2919.60;9.50;1388.40;4.60;0.86 +5555;18;2923.60;9.50;1390.80;4.45;0.86 5555;21;2931.92;9.50;1386.00;1.57;0.86 +5556;0;2255.00;9.50;1366.00;0.00;0.84 +5556;1;2254.00;9.50;1356.50;-0.10;0.84 +5556;2;2270.50;9.50;1359.50;1.17;0.84 +5556;3;2240.50;9.50;1366.00;4.71;0.84 +5556;4;2268.00;9.50;1369.50;1.83;0.84 +5556;5;2249.00;9.50;1375.50;3.70;0.84 +5556;6;2238.00;9.50;1375.00;4.22;0.84 +5556;9;2241.14;9.50;1366.00;1.57;0.84 +5556;10;2268.86;9.50;1366.00;-1.57;0.84 +5556;11;2253.40;9.50;1350.80;-0.10;0.84 +5556;12;2279.80;9.50;1355.60;1.17;0.84 +5556;13;2231.80;9.50;1366.00;4.71;0.84 +5556;14;2275.80;9.50;1371.60;1.83;0.84 +5556;15;2245.40;9.50;1381.20;3.70;0.84 +5556;16;2227.80;9.50;1380.40;4.22;0.84 5556;21;2241.14;9.50;1366.00;1.57;0.84 +5557;0;1762.00;9.50;1118.00;0.00;1.00 +5557;1;1768.00;9.50;1093.00;0.23;1.00 +5557;2;1761.50;9.50;1098.00;-0.02;1.00 +5557;3;1773.00;9.50;1106.00;0.74;1.00 +5557;4;1754.00;9.50;1122.50;4.20;1.00 +5557;5;1765.00;9.50;1130.50;2.90;1.00 +5557;6;1750.00;9.50;1142.50;3.59;1.00 +5557;7;1753.00;9.50;1144.50;3.46;1.00 +5557;9;1753.00;9.50;1118.00;1.57;1.00 +5557;10;1771.00;9.50;1118.00;-1.57;1.00 +5557;11;1771.60;9.50;1078.00;0.23;1.00 +5557;12;1761.20;9.50;1086.00;-0.02;1.00 +5557;13;1779.60;9.50;1098.80;0.74;1.00 +5557;14;1749.20;9.50;1125.20;4.20;1.00 +5557;15;1766.80;9.50;1138.00;2.90;1.00 +5557;16;1742.80;9.50;1157.20;3.59;1.00 +5557;17;1747.60;9.50;1160.40;3.46;1.00 5557;21;1753.00;9.50;1118.00;1.57;1.00 +5558;0;336.00;9.50;919.00;0.00;1.18 +5558;1;333.00;9.50;903.50;-0.19;1.18 +5558;2;333.50;9.50;903.50;-0.16;1.18 +5558;3;324.50;9.50;914.50;-1.19;1.18 +5558;4;347.50;9.50;911.50;0.99;1.18 +5558;5;343.00;9.50;926.50;2.39;1.18 +5558;6;320.00;9.50;929.50;4.13;1.18 +5558;9;319.26;9.50;919.00;1.57;1.18 +5558;10;352.74;9.50;919.00;-1.57;1.18 +5558;11;331.20;9.50;894.20;-0.19;1.18 +5558;12;332.00;9.50;894.20;-0.16;1.18 +5558;13;317.60;9.50;911.80;-1.19;1.18 +5558;14;354.40;9.50;907.00;0.99;1.18 +5558;15;347.20;9.50;931.00;2.39;1.18 +5558;16;310.40;9.50;935.80;4.13;1.18 5558;21;319.26;9.50;919.00;1.57;1.18 +5559;0;5368.00;9.50;277.00;0.00;1.08 +5559;1;5375.00;9.50;262.50;0.45;1.08 +5559;2;5355.00;9.50;271.50;-1.17;1.08 +5559;3;5388.50;9.50;270.00;1.24;1.08 +5559;4;5380.00;9.50;283.00;2.03;1.08 +5559;5;5347.50;9.50;285.50;4.31;1.08 +5559;6;5359.00;9.50;289.50;3.76;1.08 +5559;9;5344.96;9.50;277.00;1.57;1.08 +5559;10;5391.04;9.50;277.00;-1.57;1.08 +5559;11;5379.20;9.50;253.80;0.45;1.08 +5559;12;5347.20;9.50;268.20;-1.17;1.08 +5559;13;5400.80;9.50;265.80;1.24;1.08 +5559;14;5387.20;9.50;286.60;2.03;1.08 +5559;15;5335.20;9.50;290.60;4.31;1.08 +5559;16;5353.60;9.50;297.00;3.76;1.08 5559;21;5344.96;9.50;277.00;1.57;1.08 +5560;0;4819.00;9.50;143.00;0.00;1.02 +5560;1;4819.00;9.50;131.00;0.00;1.02 +5560;2;4830.00;9.50;139.00;1.22;1.02 +5560;3;4806.00;9.50;132.00;-0.86;1.02 +5560;4;4807.50;9.50;144.00;4.62;1.02 +5560;5;4828.00;9.50;152.00;2.35;1.02 +5560;6;4813.00;9.50;155.50;3.58;1.02 +5560;7;4820.00;9.50;156.50;3.06;1.02 +5560;9;4809.82;9.50;143.00;1.57;1.02 +5560;10;4828.18;9.50;143.00;-1.57;1.02 +5560;11;4819.00;9.50;123.80;0.00;1.02 +5560;12;4836.60;9.50;136.60;1.22;1.02 +5560;13;4798.20;9.50;125.40;-0.86;1.02 +5560;14;4800.60;9.50;144.60;4.62;1.02 +5560;15;4833.40;9.50;157.40;2.35;1.02 +5560;16;4809.40;9.50;163.00;3.58;1.02 +5560;17;4820.60;9.50;164.60;3.06;1.02 5560;21;4809.82;9.50;143.00;1.57;1.02 +5561;0;5618.00;9.50;102.00;0.00;0.88 +5561;1;5620.00;9.50;75.50;0.07;0.88 +5561;2;5624.50;9.50;72.50;0.21;0.88 +5561;3;5624.50;9.50;84.00;0.34;0.88 +5561;4;5612.00;9.50;99.50;-1.17;0.88 +5561;5;5624.50;9.50;107.50;2.27;0.88 +5561;6;5613.50;9.50;119.00;3.40;0.88 +5561;7;5624.50;9.50;121.50;2.82;0.88 +5561;9;5610.08;9.50;102.00;1.57;0.88 +5561;10;5625.92;9.50;102.00;-1.57;0.88 +5561;11;5621.20;9.50;59.60;0.07;0.88 +5561;12;5628.40;9.50;54.80;0.21;0.88 +5561;13;5628.40;9.50;73.20;0.34;0.88 +5561;14;5608.40;9.50;98.00;-1.17;0.88 +5561;15;5628.40;9.50;110.80;2.27;0.88 +5561;16;5610.80;9.50;129.20;3.40;0.88 +5561;17;5628.40;9.50;133.20;2.82;0.88 5561;21;5610.08;9.50;102.00;1.57;0.88 +5562;0;5410.00;9.50;1399.00;0.00;1.14 +5562;1;5405.50;9.50;1386.50;-0.34;1.14 +5562;2;5396.00;9.50;1394.50;-1.26;1.14 +5562;3;5414.50;9.50;1389.00;0.42;1.14 +5562;4;5422.50;9.50;1401.00;1.72;1.14 +5562;5;5398.50;9.50;1405.00;4.23;1.14 +5562;6;5417.00;9.50;1409.50;2.55;1.14 +5562;7;5431.00;9.50;1413.50;2.17;1.14 +5562;9;5396.50;9.50;1399.00;1.57;1.14 +5562;10;5423.50;9.50;1399.00;-1.57;1.14 +5562;11;5402.80;9.50;1379.00;-0.34;1.14 +5562;12;5387.60;9.50;1391.80;-1.26;1.14 +5562;13;5417.20;9.50;1383.00;0.42;1.14 +5562;14;5430.00;9.50;1402.20;1.72;1.14 +5562;15;5391.60;9.50;1408.60;4.23;1.14 +5562;16;5421.20;9.50;1415.80;2.55;1.14 +5562;17;5443.60;9.50;1422.20;2.17;1.14 5562;21;5396.50;9.50;1399.00;1.57;1.14 +5563;0;4995.00;9.50;482.00;0.00;1.30 +5563;1;4991.00;9.50;467.00;-0.26;1.30 +5563;2;4983.50;9.50;483.00;4.62;1.30 +5563;3;5001.00;9.50;469.00;0.43;1.30 +5563;4;5004.50;9.50;476.50;1.04;1.30 +5563;5;5010.50;9.50;477.50;1.28;1.30 +5563;6;5013.00;9.50;485.50;1.76;1.30 +5563;7;5012.00;9.50;492.00;2.10;1.30 +5563;8;5005.50;9.50;492.50;2.35;1.30 +5563;9;4983.30;9.50;482.00;1.57;1.30 +5563;10;5006.70;9.50;482.00;-1.57;1.30 +5563;11;4988.60;9.50;458.00;-0.26;1.30 +5563;12;4976.60;9.50;483.60;4.62;1.30 +5563;13;5004.60;9.50;461.20;0.43;1.30 +5563;14;5010.20;9.50;473.20;1.04;1.30 +5563;15;5019.80;9.88;474.80;1.28;1.30 +5563;16;5023.80;9.50;487.60;1.76;1.30 +5563;17;5022.20;9.50;498.00;2.10;1.30 +5563;18;5011.80;9.50;498.80;2.35;1.30 5563;21;4983.30;9.50;482.00;1.57;1.30 +5564;0;4467.00;9.50;694.00;0.00;1.04 +5564;1;4470.00;9.50;683.00;0.26;1.04 +5564;2;4481.00;9.50;682.00;0.86;1.04 +5564;3;4475.00;9.50;695.00;1.69;1.04 +5564;4;4457.50;9.50;694.00;4.71;1.04 +5564;5;4461.50;9.50;693.00;-1.39;1.04 +5564;6;4461.50;9.50;706.00;3.57;1.04 +5564;7;4468.50;9.50;708.50;3.03;1.04 +5564;9;4457.64;9.50;694.00;1.57;1.04 +5564;10;4476.36;9.50;694.00;-1.57;1.04 +5564;11;4471.80;9.50;676.40;0.26;1.04 +5564;12;4489.40;9.50;674.80;0.86;1.04 +5564;13;4479.80;9.50;695.60;1.69;1.04 +5564;14;4451.80;9.50;694.00;4.71;1.04 +5564;15;4458.20;9.50;692.40;-1.39;1.04 +5564;16;4458.20;9.50;713.20;3.57;1.04 +5564;17;4469.40;9.50;717.20;3.03;1.04 5564;21;4457.64;9.50;694.00;1.57;1.04 +5565;0;4047.00;9.50;144.00;0.00;0.98 +5565;1;4051.00;9.50;134.00;0.38;0.98 +5565;2;4039.00;9.50;138.00;-0.92;0.98 +5565;3;4059.00;9.50;136.00;0.98;0.98 +5565;4;4061.00;9.50;142.50;1.46;0.98 +5565;5;4036.50;9.50;150.50;4.15;0.98 +5565;6;4052.50;9.50;152.00;2.53;0.98 +5565;7;4043.00;9.50;157.50;3.43;0.98 +5565;9;4036.38;9.50;144.00;1.57;0.98 +5565;10;4057.62;9.50;144.00;-1.57;0.98 +5565;11;4053.40;9.50;128.00;0.38;0.98 +5565;12;4034.20;9.50;134.40;-0.92;0.98 +5565;13;4066.20;9.50;131.20;0.98;0.98 +5565;14;4069.40;9.50;141.60;1.46;0.98 +5565;15;4030.20;9.50;154.40;4.15;0.98 +5565;16;4055.80;9.50;156.80;2.53;0.98 +5565;17;4040.60;9.50;165.60;3.43;0.98 5565;21;4036.38;9.50;144.00;1.57;0.98 +5566;0;4688.00;9.50;12.00;0.00;0.52 +5566;1;4677.00;9.50;12.00;4.71;0.52 +5566;2;4698.50;9.50;12.00;1.57;0.52 +5566;3;4681.00;9.50;18.00;4.00;0.52 +5566;4;4693.00;9.50;18.50;2.48;0.52 +5566;9;4679.18;9.50;12.00;1.57;0.52 +5566;10;4696.82;9.50;12.00;-1.57;0.52 +5566;11;4670.40;9.50;12.00;4.71;0.52 +5566;12;4704.80;9.50;12.00;1.57;0.52 +5566;13;4676.80;9.50;21.60;4.00;0.52 +5566;14;4696.00;9.50;22.40;2.48;0.52 5566;21;4679.18;9.50;12.00;1.57;0.52 +5567;0;3606.00;9.50;411.00;0.00;0.86 +5567;1;3600.50;9.50;401.50;-0.52;0.86 +5567;2;3612.50;9.50;401.00;0.57;0.86 +5567;3;3615.50;9.50;409.00;1.36;0.86 +5567;4;3597.00;9.50;410.00;-1.46;0.86 +5567;5;3593.00;10.00;404.00;-1.07;0.86 +5567;6;3612.00;9.50;420.00;2.55;0.86 +5567;7;3603.00;9.50;422.50;3.39;0.86 +5567;9;3597.18;9.50;411.00;1.57;0.86 +5567;10;3614.82;9.50;411.00;-1.57;0.86 +5567;11;3597.20;9.50;395.80;-0.52;0.86 +5567;12;3616.40;9.50;395.00;0.57;0.86 +5567;13;3621.20;9.50;407.80;1.36;0.86 +5567;14;3591.60;9.50;409.40;-1.46;0.86 +5567;15;3585.20;9.50;399.80;-1.07;0.86 +5567;16;3615.60;9.50;425.40;2.55;0.86 +5567;17;3601.20;9.50;429.40;3.39;0.86 5567;21;3597.18;9.50;411.00;1.57;0.86 +5568;0;3469.00;9.50;187.00;0.00;1.04 +5568;1;3464.50;9.50;178.00;-0.46;1.04 +5568;2;3479.50;9.50;183.00;1.20;1.04 +5568;3;3458.50;9.50;190.50;4.39;1.04 +5568;4;3473.50;9.50;196.00;2.67;1.04 +5568;5;3463.50;9.50;201.50;3.50;1.04 +5568;9;3458.92;9.50;187.00;1.57;1.04 +5568;10;3479.08;9.50;187.00;-1.57;1.04 +5568;11;3461.80;9.50;172.60;-0.46;1.04 +5568;12;3485.80;9.50;180.60;1.20;1.04 +5568;13;3452.20;9.50;192.60;4.39;1.04 +5568;14;3476.20;9.50;201.40;2.67;1.04 +5568;15;3460.20;9.50;210.20;3.50;1.04 5568;21;3458.92;9.50;187.00;1.57;1.04 +5569;0;2815.00;9.50;252.00;0.00;0.88 +5569;1;2806.50;9.50;235.50;-0.47;0.88 +5569;2;2816.50;9.50;242.00;0.14;0.88 +5569;3;2806.00;9.50;246.00;-0.98;0.88 +5569;4;2827.00;9.50;249.00;1.32;0.88 +5569;5;2825.50;9.50;257.00;2.01;0.88 +5569;6;2809.00;9.50;260.50;3.75;0.88 +5569;7;2817.50;9.50;265.00;2.95;0.88 +5569;9;2807.08;9.50;252.00;1.57;0.88 +5569;10;2822.92;9.50;252.00;-1.57;0.88 +5569;11;2801.40;9.50;225.60;-0.47;0.88 +5569;12;2817.40;9.50;236.00;0.14;0.88 +5569;13;2800.60;9.50;242.40;-0.98;0.88 +5569;14;2834.20;9.50;247.20;1.32;0.88 +5569;15;2831.80;9.50;260.00;2.01;0.88 +5569;16;2805.40;9.50;265.60;3.75;0.88 +5569;17;2819.00;9.50;272.80;2.95;0.88 5569;21;2807.08;9.50;252.00;1.57;0.88 +5570;0;2543.00;9.50;449.00;0.00;0.98 +5570;1;2539.50;9.50;435.00;-0.24;0.98 +5570;2;2552.00;9.50;440.00;0.78;0.98 +5570;3;2532.50;9.50;445.00;-1.20;0.98 +5570;4;2551.00;9.50;458.00;2.41;0.98 +5570;5;2536.00;9.50;456.00;3.92;0.98 +5570;6;2541.50;9.50;464.50;3.23;0.98 +5570;7;2546.50;9.50;471.00;2.98;0.98 +5570;9;2534.18;9.50;449.00;1.57;0.98 +5570;10;2551.82;9.50;449.00;-1.57;0.98 +5570;11;2537.40;9.50;426.60;-0.24;0.98 +5570;12;2557.40;9.50;434.60;0.78;0.98 +5570;13;2526.20;9.50;442.60;-1.20;0.98 +5570;14;2555.80;9.50;463.40;2.41;0.98 +5570;15;2531.80;9.50;460.20;3.92;0.98 +5570;16;2540.60;9.50;473.80;3.23;0.98 +5570;17;2548.60;9.50;484.20;2.98;0.98 5570;21;2534.18;9.50;449.00;1.57;0.98 +5571;0;2224.00;9.50;971.00;0.00;1.04 +5571;1;2228.00;9.50;956.50;0.26;1.04 +5571;2;2213.50;9.50;968.50;-1.33;1.04 +5571;3;2234.00;9.50;972.50;1.72;1.04 +5571;4;2213.00;9.50;981.00;3.97;1.04 +5571;5;2225.50;9.50;983.50;3.02;1.04 +5571;9;2214.64;9.50;971.00;1.57;1.04 +5571;10;2233.36;9.50;971.00;-1.57;1.04 +5571;11;2230.40;9.50;947.80;0.26;1.04 +5571;12;2207.20;9.50;967.00;-1.33;1.04 +5571;13;2240.00;9.50;973.40;1.72;1.04 +5571;14;2206.40;9.50;987.00;3.97;1.04 +5571;15;2226.40;9.50;991.00;3.02;1.04 5571;21;2214.64;9.50;971.00;1.57;1.04 +5572;0;1736.00;9.50;1388.00;0.00;0.90 +5572;1;1730.50;9.50;1380.50;-0.63;0.90 +5572;2;1741.50;9.50;1375.50;0.41;0.90 +5572;3;1747.00;9.50;1378.50;0.85;0.90 +5572;4;1749.50;9.50;1390.00;1.71;0.90 +5572;5;1718.50;9.50;1388.50;4.68;0.90 +5572;6;1722.00;9.50;1394.00;4.30;0.90 +5572;7;1737.00;9.50;1397.50;3.03;0.90 +5572;9;1723.76;9.50;1388.00;1.57;0.90 +5572;10;1748.24;9.50;1388.00;-1.57;0.90 +5572;11;1727.20;9.50;1376.00;-0.63;0.90 +5572;12;1744.80;9.50;1368.00;0.41;0.90 +5572;13;1753.60;9.50;1372.80;0.85;0.90 +5572;14;1757.60;9.50;1391.20;1.71;0.90 +5572;15;1708.00;9.50;1388.80;4.68;0.90 +5572;16;1713.60;9.50;1397.60;4.30;0.90 +5572;17;1737.60;9.50;1403.20;3.03;0.90 5572;21;1723.76;9.50;1388.00;1.57;0.90 +5573;0;1536.00;9.50;118.00;0.00;1.32 +5573;1;1533.50;9.50;98.50;-0.12;1.32 +5573;2;1531.00;9.50;103.00;-0.32;1.32 +5573;3;1543.50;9.50;106.00;0.55;1.32 +5573;4;1524.00;9.50;118.50;4.67;1.32 +5573;5;1547.50;9.50;124.00;2.05;1.32 +5573;6;1530.00;9.50;131.50;3.56;1.32 +5573;7;1541.00;9.50;134.00;2.83;1.32 +5573;9;1524.12;9.50;118.00;1.57;1.32 +5573;10;1547.88;9.50;118.00;-1.57;1.32 +5573;11;1532.00;9.50;86.80;-0.12;1.32 +5573;12;1528.00;9.50;94.00;-0.32;1.32 +5573;13;1548.00;9.50;98.80;0.55;1.32 +5573;14;1516.80;9.50;118.80;4.67;1.32 +5573;15;1554.40;9.50;127.60;2.05;1.32 +5573;16;1526.40;9.50;139.60;3.56;1.32 +5573;17;1544.00;9.50;143.60;2.83;1.32 5573;21;1524.12;9.50;118.00;1.57;1.32 +5574;0;528.00;9.50;236.00;0.00;0.96 +5574;1;527.50;9.50;225.00;-0.04;0.96 +5574;2;514.00;9.50;223.00;-0.82;0.96 +5574;3;512.50;9.50;235.00;-1.50;0.96 +5574;4;544.50;9.50;236.00;1.57;0.96 +5574;5;548.50;9.50;245.00;1.98;0.96 +5574;6;530.00;9.50;245.50;2.93;0.96 +5574;9;515.04;9.50;236.00;1.57;0.96 +5574;10;540.96;9.50;236.00;-1.57;0.96 +5574;11;527.20;9.50;218.40;-0.04;0.96 +5574;12;505.60;9.50;215.20;-0.82;0.96 +5574;13;503.20;9.50;234.40;-1.50;0.96 +5574;14;554.40;9.50;236.00;1.57;0.96 +5574;15;560.80;9.50;250.40;1.98;0.96 +5574;16;531.20;9.50;251.20;2.93;0.96 5574;21;515.04;9.50;236.00;1.57;0.96 +5575;0;205.00;9.50;1056.00;0.00;0.98 +5575;1;205.00;9.50;1045.50;0.00;0.98 +5575;2;189.50;9.50;1048.00;-1.09;0.98 +5575;3;221.00;9.50;1056.50;1.60;0.98 +5575;4;191.50;9.50;1060.50;4.39;0.98 +5575;5;206.50;9.50;1066.50;3.00;0.98 +5575;9;193.48;9.50;1056.00;1.57;0.98 +5575;10;216.52;9.50;1056.00;-1.57;0.98 +5575;11;205.00;9.50;1039.20;0.00;0.98 +5575;12;180.20;9.50;1043.20;-1.09;0.98 +5575;13;230.60;9.50;1056.80;1.60;0.98 +5575;14;183.40;9.50;1063.20;4.39;0.98 +5575;15;207.40;9.50;1072.80;3.00;0.98 5575;21;193.48;9.50;1056.00;1.57;0.98 +5576;0;824.00;9.50;940.00;0.00;1.20 +5576;1;823.00;9.50;927.50;-0.08;1.20 +5576;2;836.00;9.50;925.50;0.69;1.20 +5576;3;839.50;9.50;935.50;1.28;1.20 +5576;4;810.00;9.50;943.00;4.50;1.20 +5576;5;827.00;9.50;950.50;2.86;1.20 +5576;6;810.50;9.50;955.50;3.85;1.20 +5576;9;812.30;9.50;940.00;1.57;1.20 +5576;10;835.70;9.50;940.00;-1.57;1.20 +5576;11;822.40;9.50;920.00;-0.08;1.20 +5576;12;843.20;9.50;916.80;0.69;1.20 +5576;13;848.80;9.50;932.80;1.28;1.20 +5576;14;801.60;9.50;944.80;4.50;1.20 +5576;15;828.80;9.50;956.80;2.86;1.20 +5576;16;802.40;9.50;964.80;3.85;1.20 5576;21;812.30;9.50;940.00;1.57;1.20 +5577;0;1287.00;9.50;788.00;0.00;1.16 +5577;1;1295.00;9.50;781.00;0.85;1.16 +5577;2;1276.50;9.50;778.50;-0.83;1.16 +5577;3;1267.00;9.50;783.50;-1.34;1.16 +5577;4;1277.00;9.50;793.50;4.21;1.16 +5577;5;1304.00;9.50;791.00;1.74;1.16 +5577;6;1295.00;9.50;799.50;2.53;1.16 +5577;9;1273.50;9.50;788.00;1.57;1.16 +5577;10;1300.50;9.50;788.00;-1.57;1.16 +5577;11;1299.80;9.50;776.80;0.85;1.16 +5577;12;1270.20;9.50;772.80;-0.83;1.16 +5577;13;1255.00;9.50;780.80;-1.34;1.16 +5577;14;1271.00;9.50;796.80;4.21;1.16 +5577;15;1314.20;9.50;792.80;1.74;1.16 +5577;16;1299.80;9.50;806.40;2.53;1.16 5577;21;1273.50;9.50;788.00;1.57;1.16 +5578;0;978.00;9.50;1331.00;0.00;1.50 +5578;1;972.00;9.50;1316.50;-0.39;1.50 +5578;2;986.50;9.50;1320.00;0.65;1.50 +5578;3;958.00;9.50;1331.00;4.71;1.50 +5578;4;999.00;9.50;1328.50;1.45;1.50 +5578;5;998.50;9.50;1336.50;1.83;1.50 +5578;6;953.00;9.50;1338.00;4.43;1.50 +5578;7;971.00;9.50;1343.00;3.67;1.50 +5578;8;991.00;9.50;1343.00;2.31;1.50 +5578;9;960.36;9.50;1331.00;1.57;1.50 +5578;10;995.64;9.50;1331.00;-1.57;1.50 +5578;11;968.40;9.50;1307.80;-0.39;1.50 +5578;12;991.60;9.50;1313.40;0.65;1.50 +5578;13;946.00;9.50;1331.00;4.71;1.50 +5578;14;1011.60;9.50;1327.00;1.45;1.50 +5578;15;1010.80;9.50;1339.80;1.83;1.50 +5578;16;938.00;9.50;1342.20;4.43;1.50 +5578;17;966.80;9.50;1350.20;3.67;1.50 +5578;18;998.80;9.50;1350.20;2.31;1.50 5578;21;960.36;9.50;1331.00;1.57;1.50 +5579;0;2953.00;9.50;1358.00;0.00;0.84 +5579;1;2944.50;9.50;1349.00;-0.75;0.84 +5579;2;2938.50;9.50;1351.50;-1.14;0.84 +5579;3;2950.00;9.50;1351.50;-0.43;0.84 +5579;4;2962.00;9.50;1356.00;1.35;0.84 +5579;5;2949.50;11.00;1356.50;-1.16;0.84 +5579;6;2938.00;9.50;1357.50;-1.53;0.84 +5579;7;2953.50;9.50;1362.50;3.03;0.84 +5579;8;2946.50;10.55;1361.00;4.28;0.84 +5579;9;2939.68;9.50;1358.00;1.57;0.84 +5579;10;2966.32;9.50;1358.00;-1.57;0.84 +5579;11;2939.40;9.50;1343.60;-0.75;0.84 +5579;12;2929.80;9.50;1347.60;-1.14;0.84 +5579;13;2948.20;9.50;1347.60;-0.43;0.84 +5579;14;2967.40;9.50;1354.80;1.35;0.84 +5579;15;2947.40;9.71;1355.60;-1.16;0.84 +5579;16;2929.00;9.50;1357.20;-1.53;0.84 +5579;17;2953.80;10.02;1365.20;3.03;0.84 +5579;18;2942.60;9.50;1362.80;4.28;0.84 5579;21;2939.68;9.50;1358.00;1.57;0.84 +5580;0;2215.00;9.50;1258.00;0.00;1.42 +5580;1;2216.50;9.50;1244.00;0.10;1.42 +5580;2;2229.00;9.50;1250.00;1.05;1.42 +5580;3;2201.00;9.50;1261.50;4.46;1.42 +5580;4;2221.50;9.50;1267.50;2.54;1.42 +5580;5;2204.00;9.50;1274.00;3.74;1.42 +5580;9;2202.22;9.50;1258.00;1.57;1.42 +5580;10;2227.78;9.50;1258.00;-1.57;1.42 +5580;11;2217.40;9.50;1235.60;0.10;1.42 +5580;12;2237.40;9.50;1245.20;1.05;1.42 +5580;13;2192.60;9.50;1263.60;4.46;1.42 +5580;14;2225.40;9.50;1273.20;2.54;1.42 +5580;15;2197.40;9.50;1283.60;3.74;1.42 5580;21;2202.22;9.50;1258.00;1.57;1.42 +5581;0;1724.00;9.50;1208.00;0.00;1.44 +5581;1;1730.00;9.50;1190.00;0.32;1.44 +5581;2;1734.00;9.50;1189.50;0.49;1.44 +5581;3;1739.50;9.50;1194.00;0.83;1.44 +5581;4;1722.50;9.50;1194.00;-0.10;1.44 +5581;5;1712.50;9.50;1198.00;-0.85;1.44 +5581;6;1708.50;9.50;1210.50;4.55;1.44 +5581;7;1738.50;9.50;1209.50;1.67;1.44 +5581;8;1725.00;9.50;1223.00;3.07;1.44 +5581;9;1711.04;9.50;1208.00;1.57;1.44 +5581;10;1736.96;9.50;1208.00;-1.57;1.44 +5581;11;1733.60;9.50;1179.20;0.32;1.44 +5581;12;1740.00;9.50;1178.40;0.49;1.44 +5581;13;1748.80;9.50;1185.60;0.83;1.44 +5581;14;1721.60;9.50;1185.60;-0.10;1.44 +5581;15;1705.60;9.50;1192.00;-0.85;1.44 +5581;16;1699.20;9.50;1212.00;4.55;1.44 +5581;17;1747.20;9.50;1210.40;1.67;1.44 +5581;18;1725.60;9.50;1232.00;3.07;1.44 5581;21;1711.04;9.50;1208.00;1.57;1.44 +5582;0;295.00;9.50;1005.00;0.00;1.34 +5582;1;301.50;9.50;990.50;0.42;1.34 +5582;2;312.00;9.50;997.50;1.15;1.34 +5582;3;280.00;9.50;1006.50;4.61;1.34 +5582;4;302.50;9.50;1014.50;2.47;1.34 +5582;5;280.00;9.50;1018.50;3.98;1.34 +5582;6;295.00;9.50;1020.50;3.14;1.34 +5582;9;277.00;9.50;1005.00;1.57;1.34 +5582;10;313.00;9.50;1005.00;-1.57;1.34 +5582;11;305.40;9.50;981.80;0.42;1.34 +5582;12;322.20;9.50;993.00;1.15;1.34 +5582;13;271.00;9.50;1007.40;4.61;1.34 +5582;14;307.00;9.50;1020.20;2.47;1.34 +5582;15;271.00;9.50;1026.60;3.98;1.34 +5582;16;295.00;9.50;1029.80;3.14;1.34 5582;21;277.00;9.50;1005.00;1.57;1.34 +5583;0;5212.00;9.50;382.00;0.00;1.14 +5583;1;5199.00;9.50;375.00;-1.07;1.14 +5583;2;5220.00;9.50;376.00;0.92;1.14 +5583;3;5206.00;9.50;389.00;3.85;1.14 +5583;4;5226.50;9.50;390.00;2.07;1.14 +5583;5;5222.00;9.50;396.00;2.52;1.14 +5583;9;5197.06;9.50;382.00;1.57;1.14 +5583;10;5226.94;9.50;382.00;-1.57;1.14 +5583;11;5191.20;9.50;370.80;-1.07;1.14 +5583;12;5224.80;9.50;372.40;0.92;1.14 +5583;13;5202.40;9.50;393.20;3.85;1.14 +5583;14;5235.20;9.50;394.80;2.07;1.14 +5583;15;5228.00;9.50;404.40;2.52;1.14 5583;21;5197.06;9.50;382.00;1.57;1.14 +5584;0;4615.00;9.50;171.00;0.00;1.00 +5584;1;4619.00;9.50;159.50;0.33;1.00 +5584;2;4633.00;9.50;160.00;1.02;1.00 +5584;3;4600.00;9.50;163.50;-1.10;1.00 +5584;4;4635.00;9.50;165.50;1.30;1.00 +5584;5;4592.50;9.50;172.50;4.64;1.00 +5584;6;4635.50;9.50;173.00;1.66;1.00 +5584;7;4600.00;9.50;180.50;4.14;1.00 +5584;8;4633.50;9.50;178.00;1.93;1.00 +5584;9;4599.16;9.50;171.00;1.57;1.00 +5584;10;4630.84;9.50;171.00;-1.57;1.00 +5584;11;4621.40;9.50;152.60;0.33;1.00 +5584;12;4643.80;9.50;153.40;1.02;1.00 +5584;13;4591.00;9.50;159.00;-1.10;1.00 +5584;14;4647.00;9.50;162.20;1.30;1.00 +5584;15;4579.00;9.50;173.40;4.64;1.00 +5584;16;4647.80;9.50;174.20;1.66;1.00 +5584;17;4591.00;9.50;186.20;4.14;1.00 +5584;18;4644.60;9.50;182.20;1.93;1.00 5584;21;4599.16;9.50;171.00;1.57;1.00 +5585;0;5610.00;9.50;153.00;0.00;0.94 +5585;1;5597.00;9.50;141.50;-0.84;0.94 +5585;2;5597.00;9.50;147.00;-1.13;0.94 +5585;3;5609.50;9.50;144.50;-0.05;0.94 +5585;4;5620.50;9.50;156.00;1.84;0.94 +5585;5;5598.00;9.50;152.50;-1.52;0.94 +5585;6;5603.00;9.50;155.00;4.43;0.94 +5585;7;5607.50;9.50;160.00;3.48;0.94 +5585;8;5614.50;9.50;163.50;2.73;0.94 +5585;9;5601.00;9.50;153.00;1.57;0.94 +5585;10;5619.00;9.50;153.00;-1.57;0.94 +5585;11;5589.20;9.50;134.60;-0.84;0.94 +5585;12;5589.20;9.50;143.40;-1.13;0.94 +5585;13;5609.20;9.50;139.40;-0.05;0.94 +5585;14;5626.80;9.50;157.80;1.84;0.94 +5585;15;5590.80;9.50;152.20;-1.52;0.94 +5585;16;5598.80;9.50;156.20;4.43;0.94 +5585;17;5606.00;9.50;164.20;3.48;0.94 +5585;18;5617.20;9.50;169.80;2.73;0.94 5585;21;5601.00;9.50;153.00;1.57;0.94 +5586;0;5186.00;9.50;1376.00;0.00;1.20 +5586;1;5193.50;9.50;1361.50;0.47;1.20 +5586;2;5200.00;9.50;1370.00;1.16;1.20 +5586;3;5180.00;9.50;1365.50;-0.51;1.20 +5586;4;5166.50;9.50;1368.50;-1.20;1.20 +5586;5;5166.50;9.50;1375.50;-1.54;1.20 +5586;6;5204.00;9.50;1383.50;1.96;1.20 +5586;7;5177.50;9.50;1386.00;3.84;1.20 +5586;8;5194.50;9.50;1389.00;2.56;1.20 +5586;9;5170.52;9.50;1376.00;1.57;1.20 +5586;10;5201.48;9.50;1376.00;-1.57;1.20 +5586;11;5198.00;9.50;1352.80;0.47;1.20 +5586;12;5208.40;9.50;1366.40;1.16;1.20 +5586;13;5176.40;9.50;1359.20;-0.51;1.20 +5586;14;5154.80;9.50;1364.00;-1.20;1.20 +5586;15;5154.80;9.50;1375.20;-1.54;1.20 +5586;16;5214.80;9.50;1388.00;1.96;1.20 +5586;17;5172.40;9.50;1392.00;3.84;1.20 +5586;18;5199.60;9.50;1396.80;2.56;1.20 5586;21;5170.52;9.50;1376.00;1.57;1.20 +5587;0;5110.00;9.50;467.00;0.00;1.26 +5587;1;5099.00;9.50;455.00;-0.74;1.26 +5587;2;5119.00;9.50;460.50;0.94;1.26 +5587;3;5091.00;9.50;458.00;-1.12;1.26 +5587;4;5097.50;9.50;471.00;4.40;1.26 +5587;5;5130.00;9.50;470.50;1.74;1.26 +5587;6;5128.00;9.50;474.00;1.94;1.26 +5587;7;5122.00;9.50;476.00;2.21;1.26 +5587;8;5115.00;9.50;477.50;2.69;1.26 +5587;9;5095.42;9.50;467.00;1.57;1.26 +5587;10;5124.58;9.50;467.00;-1.57;1.26 +5587;11;5092.40;9.50;447.80;-0.74;1.26 +5587;12;5124.40;9.50;456.60;0.94;1.26 +5587;13;5079.60;9.50;452.60;-1.12;1.26 +5587;14;5090.00;9.50;473.40;4.40;1.26 +5587;15;5142.00;9.50;472.60;1.74;1.26 +5587;16;5138.80;9.50;478.20;1.94;1.26 +5587;17;5129.20;9.50;481.40;2.21;1.26 +5587;18;5118.00;9.50;483.80;2.69;1.26 5587;21;5095.42;9.50;467.00;1.57;1.26 +5588;0;5011.00;9.50;1671.00;0.00;1.10 +5588;1;4991.50;9.50;1657.50;-0.96;1.10 +5588;2;5008.00;9.50;1660.00;-0.26;1.10 +5588;3;4992.50;9.50;1663.50;-1.18;1.10 +5588;4;5024.50;9.50;1663.00;1.03;1.10 +5588;5;5026.50;9.50;1675.00;1.82;1.10 +5588;6;4999.50;9.50;1675.00;4.37;1.10 +5588;7;5015.00;9.50;1683.50;2.83;1.10 +5588;9;4997.68;9.50;1671.00;1.57;1.10 +5588;10;5024.32;9.50;1671.00;-1.57;1.10 +5588;11;4979.80;9.50;1649.40;-0.96;1.10 +5588;12;5006.20;9.50;1653.40;-0.26;1.10 +5588;13;4981.40;9.50;1659.00;-1.18;1.10 +5588;14;5032.60;9.50;1658.20;1.03;1.10 +5588;15;5035.80;9.50;1677.40;1.82;1.10 +5588;16;4992.60;9.50;1677.40;4.37;1.10 +5588;17;5017.40;9.50;1691.00;2.83;1.10 5588;21;4997.68;9.50;1671.00;1.57;1.10 +5589;0;4474.00;9.50;653.00;0.00;0.86 +5589;1;4465.50;9.50;645.00;-0.81;0.86 +5589;2;4471.50;9.50;642.00;-0.22;0.86 +5589;3;4481.50;9.50;646.00;0.82;0.86 +5589;4;4461.00;9.50;656.00;4.48;0.86 +5589;5;4490.50;9.50;652.50;1.54;0.86 +5589;6;4486.50;9.50;658.50;1.98;0.86 +5589;7;4473.50;9.50;662.50;3.19;0.86 +5589;9;4462.48;9.50;653.00;1.57;0.86 +5589;10;4485.52;9.50;653.00;-1.57;0.86 +5589;11;4460.40;9.50;640.20;-0.81;0.86 +5589;12;4470.00;9.50;635.40;-0.22;0.86 +5589;13;4486.00;9.50;641.80;0.82;0.86 +5589;14;4453.20;9.50;657.80;4.48;0.86 +5589;15;4500.40;9.50;652.20;1.54;0.86 +5589;16;4494.00;9.50;661.80;1.98;0.86 +5589;17;4473.20;9.50;668.20;3.19;0.86 5589;21;4462.48;9.50;653.00;1.57;0.86 +5590;0;4055.00;9.50;94.00;0.00;0.90 +5590;1;4055.50;9.50;76.50;0.02;0.90 +5590;2;4061.00;9.50;83.50;0.51;0.90 +5590;3;4050.00;9.50;83.00;-0.42;0.90 +5590;4;4047.00;9.50;99.50;4.11;0.90 +5590;5;4063.50;9.50;100.00;2.18;0.90 +5590;6;4055.00;9.50;109.00;3.14;0.90 +5590;9;4046.90;9.50;94.00;1.57;0.90 +5590;10;4063.10;9.50;94.00;-1.57;0.90 +5590;11;4055.80;9.50;66.00;0.02;0.90 +5590;12;4064.60;9.50;77.20;0.51;0.90 +5590;13;4047.00;9.50;76.40;-0.42;0.90 +5590;14;4042.20;9.50;102.80;4.11;0.90 +5590;15;4068.60;9.50;103.60;2.18;0.90 +5590;16;4055.00;9.50;118.00;3.14;0.90 5590;21;4046.90;9.50;94.00;1.57;0.90 +5591;0;4793.00;9.50;59.00;0.00;0.90 +5591;1;4783.50;9.50;52.50;-0.97;0.90 +5591;2;4796.00;9.50;49.00;0.29;0.90 +5591;3;4806.50;9.50;57.50;1.46;0.90 +5591;4;4780.00;9.50;63.50;4.37;0.90 +5591;5;4801.00;9.50;67.00;2.35;0.90 +5591;6;4787.00;9.50;69.50;3.66;0.90 +5591;9;4782.74;9.50;59.00;1.57;0.90 +5591;10;4803.26;9.50;59.00;-1.57;0.90 +5591;11;4777.80;9.50;48.60;-0.97;0.90 +5591;12;4797.80;9.50;43.00;0.29;0.90 +5591;13;4814.60;9.50;56.60;1.46;0.90 +5591;14;4772.20;9.50;66.20;4.37;0.90 +5591;15;4805.80;9.50;71.80;2.35;0.90 +5591;16;4783.40;9.50;75.80;3.66;0.90 5591;21;4782.74;9.50;59.00;1.57;0.90 +5592;0;3649.00;9.50;406.00;0.00;0.92 +5592;1;3646.50;9.50;396.00;-0.24;0.92 +5592;2;3658.00;9.50;396.50;0.75;0.92 +5592;3;3637.00;9.50;406.50;4.67;0.92 +5592;4;3659.50;9.50;408.50;1.80;0.92 +5592;5;3644.50;9.50;416.50;3.54;0.92 +5592;9;3639.46;9.50;406.00;1.57;0.92 +5592;10;3658.54;9.50;406.00;-1.57;0.92 +5592;11;3645.00;9.50;390.00;-0.24;0.92 +5592;12;3663.40;9.50;390.80;0.75;0.92 +5592;13;3629.80;9.50;406.80;4.67;0.92 +5592;14;3665.80;9.50;410.00;1.80;0.92 +5592;15;3641.80;9.50;422.80;3.54;0.92 5592;21;3639.46;9.50;406.00;1.57;0.92 +5593;0;3455.00;9.50;150.00;0.00;1.08 +5593;1;3451.50;9.50;142.50;-0.43;1.08 +5593;2;3463.50;9.50;135.50;0.53;1.08 +5593;3;3466.00;9.50;146.50;1.26;1.08 +5593;4;3443.50;9.50;156.00;4.23;1.08 +5593;5;3457.50;9.50;159.50;2.88;1.08 +5593;6;3447.00;9.50;162.00;3.73;1.08 +5593;9;3445.28;9.50;150.00;1.57;1.08 +5593;10;3464.72;9.50;150.00;-1.57;1.08 +5593;11;3449.40;9.50;138.00;-0.43;1.08 +5593;12;3468.60;9.50;126.80;0.53;1.08 +5593;13;3472.60;9.50;144.40;1.26;1.08 +5593;14;3436.60;9.50;159.60;4.23;1.08 +5593;15;3459.00;9.50;165.20;2.88;1.08 +5593;16;3442.20;9.50;169.20;3.73;1.08 5593;21;3445.28;9.50;150.00;1.57;1.08 +5594;0;2863.00;9.50;219.00;0.00;0.96 +5594;1;2866.50;9.50;205.50;0.25;0.96 +5594;2;2854.50;9.50;216.50;-1.28;0.96 +5594;3;2873.50;9.50;216.00;1.29;0.96 +5594;4;2873.00;9.50;227.50;2.27;0.96 +5594;5;2862.00;9.50;232.00;3.21;0.96 +5594;6;2851.00;9.50;232.50;3.86;0.96 +5594;9;2854.36;9.50;219.00;1.57;0.96 +5594;10;2871.64;9.50;219.00;-1.57;0.96 +5594;11;2868.60;9.50;197.40;0.25;0.96 +5594;12;2849.40;9.50;215.00;-1.28;0.96 +5594;13;2879.80;9.50;214.20;1.29;0.96 +5594;14;2879.00;9.50;232.60;2.27;0.96 +5594;15;2861.40;9.50;239.80;3.21;0.96 +5594;16;2843.80;9.50;240.60;3.86;0.96 5594;21;2854.36;9.50;219.00;1.57;0.96 +5595;0;2702.00;9.50;188.00;0.00;0.98 +5595;1;2703.00;9.50;176.00;0.08;0.98 +5595;2;2714.00;9.50;174.50;0.72;0.98 +5595;3;2712.50;9.50;187.50;1.52;0.98 +5595;4;2690.50;9.50;188.50;4.66;0.98 +5595;5;2697.00;9.50;200.00;3.53;0.98 +5595;6;2707.50;9.50;200.50;2.72;0.98 +5595;9;2693.18;9.50;188.00;1.57;0.98 +5595;10;2710.82;9.50;188.00;-1.57;0.98 +5595;11;2703.60;9.50;168.80;0.08;0.98 +5595;12;2721.20;9.50;166.40;0.72;0.98 +5595;13;2718.80;9.50;187.20;1.52;0.98 +5595;14;2683.60;9.50;188.80;4.66;0.98 +5595;15;2694.00;9.50;207.20;3.53;0.98 +5595;16;2710.80;9.50;208.00;2.72;0.98 5595;21;2693.18;9.50;188.00;1.57;0.98 +5596;0;1880.00;9.50;21.00;0.00;0.86 +5596;1;1872.00;9.50;21.50;4.65;0.86 +5596;2;1888.50;9.50;19.00;1.34;0.86 +5596;3;1888.50;9.50;31.50;2.46;0.86 +5596;4;1883.00;9.50;34.00;2.91;0.86 +5596;9;1872.26;9.50;21.00;1.57;0.86 +5596;10;1887.74;9.50;21.00;-1.57;0.86 +5596;11;1867.20;9.50;21.80;4.65;0.86 +5596;12;1893.60;9.50;17.80;1.34;0.86 +5596;13;1893.60;9.50;37.80;2.46;0.86 +5596;14;1884.80;9.50;41.80;2.91;0.86 5596;21;1872.26;9.50;21.00;1.57;0.86 +5597;0;2220.00;9.50;1026.00;0.00;0.92 +5597;1;2223.50;9.50;1011.00;0.22;0.92 +5597;2;2211.00;9.50;1025.50;-1.51;0.92 +5597;3;2232.00;9.50;1013.50;0.76;0.92 +5597;4;2230.50;9.50;1025.50;1.52;0.92 +5597;5;2224.00;9.50;1038.50;2.83;0.92 +5597;6;2213.50;9.50;1040.50;3.56;0.92 +5597;9;2211.72;9.50;1026.00;1.57;0.92 +5597;10;2228.28;9.50;1026.00;-1.57;0.92 +5597;11;2225.60;9.50;1002.00;0.22;0.92 +5597;12;2205.60;9.50;1025.20;-1.51;0.92 +5597;13;2239.20;9.50;1006.00;0.76;0.92 +5597;14;2236.80;9.50;1025.20;1.52;0.92 +5597;15;2226.40;9.50;1046.00;2.83;0.92 +5597;16;2209.60;9.50;1049.20;3.56;0.92 5597;21;2211.72;9.50;1026.00;1.57;0.92 +5598;0;1707.00;9.50;1360.00;0.00;0.84 +5598;1;1704.00;9.50;1351.50;-0.33;0.84 +5598;2;1720.00;9.50;1356.00;1.27;0.84 +5598;3;1691.50;9.50;1357.50;-1.41;0.84 +5598;4;1716.00;9.50;1366.50;2.19;0.84 +5598;5;1696.50;9.50;1366.00;4.19;0.84 +5598;9;1693.14;9.50;1360.00;1.57;0.84 +5598;10;1720.86;9.50;1360.00;-1.57;0.84 +5598;11;1702.20;9.50;1346.40;-0.33;0.84 +5598;12;1727.80;9.50;1353.60;1.27;0.84 +5598;13;1682.20;9.50;1356.00;-1.41;0.84 +5598;14;1721.40;9.50;1370.40;2.19;0.84 +5598;15;1690.20;9.50;1369.60;4.19;0.84 5598;21;1693.14;9.50;1360.00;1.57;0.84 +5599;0;1504.00;9.50;172.00;0.00;1.26 +5599;1;1495.50;9.50;157.00;-0.51;1.26 +5599;2;1514.00;9.50;158.50;0.63;1.26 +5599;3;1487.50;9.50;170.50;-1.48;1.26 +5599;4;1522.50;9.50;172.00;1.57;1.26 +5599;5;1512.00;9.50;184.50;2.57;1.26 +5599;6;1486.50;9.50;186.00;4.03;1.26 +5599;7;1495.00;9.50;187.50;3.66;1.26 +5599;9;1490.32;9.50;172.00;1.57;1.26 +5599;10;1517.68;9.50;172.00;-1.57;1.26 +5599;11;1490.40;9.50;148.00;-0.51;1.26 +5599;12;1520.00;9.50;150.40;0.63;1.26 +5599;13;1477.60;9.50;169.60;-1.48;1.26 +5599;14;1533.60;9.50;172.00;1.57;1.26 +5599;15;1516.80;9.50;192.00;2.57;1.26 +5599;16;1476.00;9.50;194.40;4.03;1.26 +5599;17;1489.60;9.50;196.80;3.66;1.26 5599;21;1490.32;9.50;172.00;1.57;1.26 +5600;0;530.00;9.50;271.00;0.00;0.86 +5600;1;531.00;9.50;263.00;0.12;0.86 +5600;2;551.50;9.50;267.00;1.38;0.86 +5600;3;512.50;9.50;264.50;-1.21;0.86 +5600;4;513.50;9.50;275.00;4.47;0.86 +5600;5;533.00;9.50;278.50;2.76;0.86 +5600;9;515.60;9.50;271.00;1.57;0.86 +5600;10;544.40;9.50;271.00;-1.57;0.86 +5600;11;531.60;9.50;258.20;0.12;0.86 +5600;12;564.40;9.50;264.60;1.38;0.86 +5600;13;502.00;9.50;260.60;-1.21;0.86 +5600;14;503.60;9.50;277.40;4.47;0.86 +5600;15;534.80;9.50;283.00;2.76;0.86 5600;21;515.60;9.50;271.00;1.57;0.86 +5601;0;266.00;9.50;1057.00;0.00;1.14 +5601;1;252.00;9.50;1044.50;-0.84;1.14 +5601;2;265.50;9.50;1044.50;-0.04;1.14 +5601;3;251.00;9.50;1046.00;-0.93;1.14 +5601;4;279.50;9.50;1059.50;1.75;1.14 +5601;5;251.50;9.50;1057.00;4.71;1.14 +5601;6;251.50;9.50;1066.00;4.15;1.14 +5601;7;267.00;9.50;1069.00;3.05;1.14 +5601;9;254.84;9.50;1057.00;1.57;1.14 +5601;10;277.16;9.50;1057.00;-1.57;1.14 +5601;11;243.60;9.50;1037.00;-0.84;1.14 +5601;12;265.20;9.50;1037.00;-0.04;1.14 +5601;13;242.00;9.50;1039.40;-0.93;1.14 +5601;14;287.60;9.50;1061.00;1.75;1.14 +5601;15;242.80;9.50;1057.00;4.71;1.14 +5601;16;242.80;9.50;1071.40;4.15;1.14 +5601;17;267.60;9.50;1076.20;3.05;1.14 5601;21;254.84;9.50;1057.00;1.57;1.14 +5602;0;841.00;9.50;1022.00;0.00;1.02 +5602;1;826.50;9.50;1015.50;-1.14;1.02 +5602;2;847.00;9.50;1011.00;0.49;1.02 +5602;3;858.00;9.50;1013.50;1.10;1.02 +5602;4;856.00;9.50;1025.50;1.80;1.02 +5602;5;825.50;9.50;1026.00;4.46;1.02 +5602;6;843.50;9.50;1033.50;2.92;1.02 +5602;9;826.24;9.50;1022.00;1.57;1.02 +5602;10;855.76;9.50;1022.00;-1.57;1.02 +5602;11;817.80;9.50;1011.60;-1.14;1.02 +5602;12;850.60;9.50;1004.40;0.49;1.02 +5602;13;868.20;9.50;1008.40;1.10;1.02 +5602;14;865.00;9.50;1027.60;1.80;1.02 +5602;15;816.20;9.50;1028.40;4.46;1.02 +5602;16;845.00;9.50;1040.40;2.92;1.02 5602;21;826.24;9.50;1022.00;1.57;1.02 +5603;0;1314.00;9.50;753.00;0.00;1.18 +5603;1;1306.50;9.50;743.50;-0.66;1.18 +5603;2;1326.50;9.50;745.00;1.00;1.18 +5603;3;1295.00;9.50;750.50;-1.44;1.18 +5603;4;1332.00;9.50;751.50;1.48;1.18 +5603;5;1325.50;9.50;761.50;2.20;1.18 +5603;6;1308.50;9.50;763.50;3.62;1.18 +5603;9;1299.06;9.50;753.00;1.57;1.18 +5603;10;1328.94;9.50;753.00;-1.57;1.18 +5603;11;1302.00;9.50;737.80;-0.66;1.18 +5603;12;1334.00;9.50;740.20;1.00;1.18 +5603;13;1283.60;9.50;749.00;-1.44;1.18 +5603;14;1342.80;9.50;750.60;1.48;1.18 +5603;15;1332.40;9.50;766.60;2.20;1.18 +5603;16;1305.20;9.50;769.80;3.62;1.18 5603;21;1299.06;9.50;753.00;1.57;1.18 +5604;0;1021.00;9.50;1287.00;0.00;1.40 +5604;1;1015.00;9.50;1275.00;-0.46;1.40 +5604;2;1029.50;9.50;1274.00;0.57;1.40 +5604;3;1038.00;9.50;1283.00;1.34;1.40 +5604;4;1006.50;9.50;1285.00;-1.43;1.40 +5604;5;1035.50;9.50;1291.00;1.84;1.40 +5604;6;1008.00;9.50;1298.00;4.01;1.40 +5604;7;1024.00;9.50;1299.00;2.89;1.40 +5604;9;1008.40;9.50;1287.00;1.57;1.40 +5604;10;1033.60;9.50;1287.00;-1.57;1.40 +5604;11;1011.40;9.50;1267.80;-0.46;1.40 +5604;12;1034.60;9.50;1266.20;0.57;1.40 +5604;13;1048.20;9.50;1280.60;1.34;1.40 +5604;14;997.80;9.50;1283.80;-1.43;1.40 +5604;15;1044.20;9.50;1293.40;1.84;1.40 +5604;16;1000.20;9.50;1304.60;4.01;1.40 +5604;17;1025.80;9.50;1306.20;2.89;1.40 5604;21;1008.40;9.50;1287.00;1.57;1.40 +5605;0;2959.00;9.50;1287.00;0.00;0.86 +5605;1;2966.00;9.50;1276.50;0.58;0.86 +5605;2;2961.50;9.50;1278.00;0.27;0.86 +5605;3;2970.00;9.50;1277.50;0.85;0.86 +5605;4;2965.00;9.50;1288.50;1.81;0.86 +5605;5;2956.50;9.50;1280.00;-0.34;0.86 +5605;6;2951.50;9.50;1287.00;4.71;0.86 +5605;7;2952.00;9.50;1296.00;3.80;0.86 +5605;8;2956.50;9.50;1298.00;3.36;0.86 +5605;9;2951.26;9.50;1287.00;1.57;0.86 +5605;10;2966.74;9.50;1287.00;-1.57;0.86 +5605;11;2970.20;9.50;1270.20;0.58;0.86 +5605;12;2963.00;9.50;1272.60;0.27;0.86 +5605;13;2976.60;9.50;1271.80;0.85;0.86 +5605;14;2968.60;9.50;1289.40;1.81;0.86 +5605;15;2955.00;9.50;1275.80;-0.34;0.86 +5605;16;2947.00;9.50;1287.00;4.71;0.86 +5605;17;2947.80;9.50;1301.40;3.80;0.86 +5605;18;2955.00;9.50;1304.60;3.36;0.86 5605;21;2951.26;9.50;1287.00;1.57;0.86 +5606;0;2358.00;9.50;1092.00;0.00;1.18 +5606;1;2354.00;9.50;1079.50;-0.31;1.18 +5606;2;2342.00;9.50;1088.00;-1.32;1.18 +5606;3;2367.50;9.50;1080.00;0.67;1.18 +5606;4;2372.50;9.50;1091.00;1.50;1.18 +5606;5;2351.50;9.50;1102.00;3.71;1.18 +5606;6;2377.00;9.50;1101.50;2.03;1.18 +5606;7;2367.50;9.50;1105.00;2.51;1.18 +5606;9;2344.86;9.50;1092.00;1.57;1.18 +5606;10;2371.14;9.50;1092.00;-1.57;1.18 +5606;11;2351.60;9.50;1072.00;-0.31;1.18 +5606;12;2332.40;9.50;1085.60;-1.32;1.18 +5606;13;2373.20;9.50;1072.80;0.67;1.18 +5606;14;2381.20;9.50;1090.40;1.50;1.18 +5606;15;2347.60;9.50;1108.00;3.71;1.18 +5606;16;2388.40;9.50;1107.20;2.03;1.18 +5606;17;2373.20;9.50;1112.80;2.51;1.18 5606;21;2344.86;9.50;1092.00;1.57;1.18 +5607;0;1711.00;9.50;1132.00;0.00;1.54 +5607;1;1719.00;9.50;1115.00;0.44;1.54 +5607;2;1728.50;9.50;1129.50;1.42;1.54 +5607;3;1700.50;9.50;1120.00;-0.71;1.54 +5607;4;1690.50;9.50;1135.00;4.56;1.54 +5607;5;1702.50;9.50;1145.00;3.72;1.54 +5607;6;1694.50;9.50;1147.00;3.97;1.54 +5607;7;1689.50;9.50;1147.00;4.10;1.54 +5607;8;1715.00;9.50;1147.50;2.88;1.54 +5607;9;1695.16;9.50;1132.00;1.57;1.54 +5607;10;1726.84;9.50;1132.00;-1.57;1.54 +5607;11;1723.80;9.50;1104.80;0.44;1.54 +5607;12;1739.00;9.50;1128.00;1.42;1.54 +5607;13;1694.20;9.50;1112.80;-0.71;1.54 +5607;14;1678.20;9.50;1136.80;4.56;1.54 +5607;15;1697.40;9.50;1152.80;3.72;1.54 +5607;16;1684.60;9.50;1156.00;3.97;1.54 +5607;17;1676.60;9.50;1156.00;4.10;1.54 +5607;18;1717.40;9.50;1156.80;2.88;1.54 5607;21;1695.16;9.50;1132.00;1.57;1.54 +5608;0;57.00;9.50;904.00;0.00;1.12 +5608;1;58.50;9.50;891.00;0.11;1.12 +5608;2;46.00;9.50;901.00;-1.30;1.12 +5608;3;66.00;9.50;910.50;2.19;1.12 +5608;4;53.00;9.50;920.00;3.38;1.12 +5608;9;46.92;9.50;904.00;1.57;1.12 +5608;10;67.08;9.50;904.00;-1.57;1.12 +5608;11;59.40;9.50;883.20;0.11;1.12 +5608;12;39.40;9.50;899.20;-1.30;1.12 +5608;13;71.40;9.50;914.40;2.19;1.12 +5608;14;50.60;9.50;929.60;3.38;1.12 5608;21;46.92;9.50;904.00;1.57;1.12 +5609;0;5421.00;9.50;360.00;0.00;1.08 +5609;1;5406.50;9.50;349.00;-0.92;1.08 +5609;2;5416.00;9.50;348.50;-0.41;1.08 +5609;3;5432.00;9.50;355.00;1.14;1.08 +5609;4;5408.50;9.50;362.00;4.55;1.08 +5609;5;5441.00;9.50;361.50;1.64;1.08 +5609;6;5426.50;9.50;370.00;2.63;1.08 +5609;7;5432.00;9.50;369.00;2.25;1.08 +5609;8;5421.00;9.50;372.50;3.14;1.08 +5609;9;5405.52;9.50;360.00;1.57;1.08 +5609;10;5436.48;9.50;360.00;-1.57;1.08 +5609;11;5397.80;9.50;342.40;-0.92;1.08 +5609;12;5413.00;9.50;341.60;-0.41;1.08 +5609;13;5438.60;9.50;352.00;1.14;1.08 +5609;14;5401.00;9.50;363.20;4.55;1.08 +5609;15;5453.00;9.50;362.40;1.64;1.08 +5609;16;5429.80;9.50;376.00;2.63;1.08 +5609;17;5438.60;9.50;374.40;2.25;1.08 +5609;18;5421.00;9.50;380.00;3.14;1.08 5609;21;5405.52;9.50;360.00;1.57;1.08 +5610;0;4574.00;9.50;219.00;0.00;1.12 +5610;1;4570.00;9.50;207.50;-0.33;1.12 +5610;2;4579.50;9.50;204.50;0.36;1.12 +5610;3;4582.50;9.50;219.50;1.63;1.12 +5610;4;4564.00;9.50;223.50;4.29;1.12 +5610;5;4569.50;9.50;232.50;3.46;1.12 +5610;6;4580.00;9.50;231.50;2.69;1.12 +5610;9;4563.92;9.50;219.00;1.57;1.12 +5610;10;4584.08;9.50;219.00;-1.57;1.12 +5610;11;4567.60;9.50;200.60;-0.33;1.12 +5610;12;4582.80;9.50;195.80;0.36;1.12 +5610;13;4587.60;9.50;219.80;1.63;1.12 +5610;14;4558.00;9.50;226.20;4.29;1.12 +5610;15;4566.80;9.50;240.60;3.46;1.12 +5610;16;4583.60;9.50;239.00;2.69;1.12 5610;21;4563.92;9.50;219.00;1.57;1.12 +5611;0;5604.00;9.50;196.00;0.00;1.20 +5611;1;5611.50;9.50;185.00;0.59;1.20 +5611;2;5602.50;9.50;188.00;-0.18;1.20 +5611;3;5594.00;9.50;186.50;-0.81;1.20 +5611;4;5617.50;9.50;198.00;1.71;1.20 +5611;5;5589.50;9.50;188.00;-1.06;1.20 +5611;6;5587.00;9.50;190.00;-1.23;1.20 +5611;7;5585.50;9.50;194.50;-1.49;1.20 +5611;8;5601.00;9.50;204.00;3.50;1.20 +5611;9;5592.12;9.50;196.00;1.57;1.20 +5611;10;5615.88;9.50;196.00;-1.57;1.20 +5611;11;5616.00;9.50;178.40;0.59;1.20 +5611;12;5601.60;9.50;183.20;-0.18;1.20 +5611;13;5588.00;9.50;180.80;-0.81;1.20 +5611;14;5625.60;9.50;199.20;1.71;1.20 +5611;15;5580.80;9.50;183.20;-1.06;1.20 +5611;16;5576.80;9.50;186.40;-1.23;1.20 +5611;17;5574.40;9.50;193.60;-1.49;1.20 +5611;18;5599.20;9.50;208.80;3.50;1.20 5611;21;5592.12;9.50;196.00;1.57;1.20 +5612;0;5211.00;9.50;1429.00;0.00;1.04 +5612;1;5207.00;9.50;1415.50;-0.28;1.04 +5612;2;5220.00;9.50;1424.00;1.06;1.04 +5612;3;5200.00;9.50;1428.00;-1.48;1.04 +5612;4;5222.50;9.50;1439.50;2.31;1.04 +5612;5;5211.50;9.50;1441.50;3.10;1.04 +5612;9;5201.64;9.50;1429.00;1.57;1.04 +5612;10;5220.36;9.50;1429.00;-1.57;1.04 +5612;11;5204.60;9.50;1407.40;-0.28;1.04 +5612;12;5225.40;9.50;1421.00;1.06;1.04 +5612;13;5193.40;9.50;1427.40;-1.48;1.04 +5612;14;5229.40;9.50;1445.80;2.31;1.04 +5612;15;5211.80;9.50;1449.00;3.10;1.04 5612;21;5201.64;9.50;1429.00;1.57;1.04 +5613;0;5044.00;9.50;450.00;0.00;0.98 +5613;1;5046.00;9.50;438.00;0.16;0.98 +5613;2;5048.50;9.50;439.50;0.40;0.98 +5613;3;5041.00;9.50;440.50;-0.30;0.98 +5613;4;5054.00;9.50;445.00;1.10;0.98 +5613;5;5037.00;9.50;449.00;-1.42;0.98 +5613;6;5047.50;9.50;456.50;2.64;0.98 +5613;7;5058.00;9.50;449.50;1.53;0.98 +5613;8;5033.50;9.50;456.50;4.15;0.98 +5613;9;5035.18;9.50;450.00;1.57;0.98 +5613;10;5052.82;9.50;450.00;-1.57;0.98 +5613;11;5047.20;9.50;430.80;0.16;0.98 +5613;12;5051.20;9.50;433.20;0.40;0.98 +5613;13;5039.20;9.50;434.80;-0.30;0.98 +5613;14;5060.00;9.50;442.00;1.10;0.98 +5613;15;5032.80;9.50;448.40;-1.42;0.98 +5613;16;5049.60;9.50;460.40;2.64;0.98 +5613;17;5066.40;9.50;449.20;1.53;0.98 +5613;18;5027.20;9.50;460.40;4.15;0.98 5613;21;5035.18;9.50;450.00;1.57;0.98 +5614;0;5127.00;9.50;1447.00;0.00;1.26 +5614;1;5115.00;9.50;1434.00;-0.74;1.26 +5614;2;5110.00;9.50;1435.00;-0.95;1.26 +5614;3;5124.00;9.50;1435.50;-0.25;1.26 +5614;4;5136.50;9.50;1438.50;0.84;1.26 +5614;5;5118.00;9.50;1451.00;4.29;1.26 +5614;6;5136.00;9.50;1440.50;0.94;1.26 +5614;7;5141.50;9.50;1453.00;1.96;1.26 +5614;8;5134.50;9.50;1461.50;2.66;1.26 +5614;9;5115.30;9.50;1447.00;1.57;1.26 +5614;10;5138.70;9.50;1447.00;-1.57;1.26 +5614;11;5107.80;9.50;1426.20;-0.74;1.26 +5614;12;5099.80;9.50;1427.80;-0.95;1.26 +5614;13;5122.20;9.50;1428.60;-0.25;1.26 +5614;14;5142.20;9.50;1433.40;0.84;1.26 +5614;15;5112.60;9.50;1453.40;4.29;1.26 +5614;16;5141.40;9.50;1436.60;0.94;1.26 +5614;17;5150.20;9.50;1456.60;1.96;1.26 +5614;18;5139.00;9.50;1470.20;2.66;1.26 5614;21;5115.30;9.50;1447.00;1.57;1.26 +5615;0;4445.00;9.50;629.00;0.00;0.82 +5615;1;4449.00;9.65;618.50;0.36;0.82 +5615;2;4456.00;9.50;625.50;1.26;0.82 +5615;3;4452.00;9.70;618.50;0.58;0.82 +5615;4;4443.00;9.50;619.50;-0.20;0.82 +5615;5;4450.00;9.50;624.00;0.78;0.82 +5615;6;4442.50;9.50;622.50;-0.36;0.82 +5615;7;4442.00;9.50;635.00;3.60;0.82 +5615;8;4435.00;9.52;630.00;4.61;0.82 +5615;9;4436.00;9.52;629.00;1.57;0.82 +5615;10;4454.00;9.50;629.00;-1.57;0.82 +5615;11;4451.40;9.50;612.20;0.36;0.82 +5615;12;4462.60;9.50;623.40;1.26;0.82 +5615;13;4456.20;9.50;612.20;0.58;0.82 +5615;14;4441.80;9.50;613.80;-0.20;0.82 +5615;15;4453.00;9.92;621.00;0.78;0.82 +5615;16;4441.00;9.50;618.60;-0.36;0.82 +5615;17;4440.20;9.50;638.60;3.60;0.82 +5615;18;4429.00;9.50;630.60;4.61;0.82 5615;21;4436.00;9.52;629.00;1.57;0.82 +5616;0;4093.00;9.50;103.00;0.00;1.14 +5616;1;4091.00;9.50;90.50;-0.15;1.14 +5616;2;4102.00;9.50;93.00;0.73;1.14 +5616;3;4082.50;9.50;104.50;4.57;1.14 +5616;4;4102.50;9.50;107.00;1.96;1.14 +5616;5;4082.00;9.50;115.50;3.86;1.14 +5616;6;4092.00;9.50;116.00;3.21;1.14 +5616;9;4082.74;9.50;103.00;1.57;1.14 +5616;10;4103.26;9.50;103.00;-1.57;1.14 +5616;11;4089.80;9.50;83.00;-0.15;1.14 +5616;12;4107.40;9.50;87.00;0.73;1.14 +5616;13;4076.20;9.50;105.40;4.57;1.14 +5616;14;4108.20;9.50;109.40;1.96;1.14 +5616;15;4075.40;9.50;123.00;3.86;1.14 +5616;16;4091.40;9.50;123.80;3.21;1.14 5616;21;4082.74;9.50;103.00;1.57;1.14 +5617;0;4794.00;9.50;19.00;0.00;0.82 +5617;1;4782.50;9.50;14.00;-1.16;0.82 +5617;2;4804.50;9.50;19.00;1.57;0.82 +5617;3;4784.00;9.50;23.50;4.29;0.82 +5617;4;4796.50;9.50;29.00;2.89;0.82 +5617;5;4806.00;9.50;29.50;2.29;0.82 +5617;9;4784.82;9.50;19.00;1.57;0.82 +5617;10;4803.18;9.50;19.00;-1.57;0.82 +5617;11;4775.60;9.50;11.00;-1.16;0.82 +5617;12;4810.80;9.50;19.00;1.57;0.82 +5617;13;4778.00;9.50;26.20;4.29;0.82 +5617;14;4798.00;9.50;35.00;2.89;0.82 +5617;15;4813.20;9.50;35.80;2.29;0.82 5617;21;4784.82;9.50;19.00;1.57;0.82 +5618;0;3642.00;9.50;500.00;0.00;0.82 +5618;1;3642.00;9.50;486.00;0.00;0.82 +5618;2;3649.50;9.50;490.00;0.64;0.82 +5618;3;3633.50;9.50;500.00;4.71;0.82 +5618;4;3652.00;9.50;501.50;1.72;0.82 +5618;5;3642.00;9.50;511.50;3.14;0.82 +5618;9;3634.62;9.50;500.00;1.57;0.82 +5618;10;3649.38;9.50;500.00;-1.57;0.82 +5618;11;3642.00;9.50;477.60;0.00;0.82 +5618;12;3654.00;9.50;484.00;0.64;0.82 +5618;13;3628.40;9.50;500.00;4.71;0.82 +5618;14;3658.00;9.50;502.40;1.72;0.82 +5618;15;3642.00;9.50;518.40;3.14;0.82 5618;21;3634.62;9.50;500.00;1.57;0.82 +5619;0;3409.00;9.50;171.00;0.00;1.12 +5619;1;3400.00;9.50;161.50;-0.75;1.12 +5619;2;3411.50;9.50;159.00;0.20;1.12 +5619;3;3420.50;9.50;166.50;1.19;1.12 +5619;4;3400.00;9.50;177.50;4.08;1.12 +5619;5;3414.50;9.50;181.00;2.63;1.12 +5619;9;3398.92;9.50;171.00;1.57;1.12 +5619;10;3419.08;9.50;171.00;-1.57;1.12 +5619;11;3394.60;9.50;155.80;-0.75;1.12 +5619;12;3413.00;9.50;151.80;0.20;1.12 +5619;13;3427.40;9.50;163.80;1.19;1.12 +5619;14;3394.60;9.50;181.40;4.08;1.12 +5619;15;3417.80;9.50;187.00;2.63;1.12 5619;21;3398.92;9.50;171.00;1.57;1.12 +5620;0;2825.00;9.50;204.00;0.00;1.10 +5620;1;2826.00;9.50;189.50;0.06;1.10 +5620;2;2814.50;9.50;199.00;-1.12;1.10 +5620;3;2837.00;9.50;193.00;0.82;1.10 +5620;4;2835.50;9.50;209.00;2.01;1.10 +5620;5;2821.50;9.50;218.00;3.38;1.10 +5620;9;2815.10;9.50;204.00;1.57;1.10 +5620;10;2834.90;9.50;204.00;-1.57;1.10 +5620;11;2826.60;9.50;180.80;0.06;1.10 +5620;12;2808.20;9.50;196.00;-1.12;1.10 +5620;13;2844.20;9.50;186.40;0.82;1.10 +5620;14;2841.80;9.50;212.00;2.01;1.10 +5620;15;2819.40;9.50;226.40;3.38;1.10 5620;21;2815.10;9.50;204.00;1.57;1.10 +5621;0;2770.00;9.50;232.00;0.00;1.06 +5621;1;2763.50;9.50;218.00;-0.43;1.06 +5621;2;2776.50;9.50;220.00;0.49;1.06 +5621;3;2757.50;9.50;233.00;4.63;1.06 +5621;4;2783.50;9.50;236.00;1.85;1.06 +5621;5;2770.50;9.50;245.50;3.10;1.06 +5621;9;2760.46;9.50;232.00;1.57;1.06 +5621;10;2779.54;9.50;232.00;-1.57;1.06 +5621;11;2759.60;9.50;209.60;-0.43;1.06 +5621;12;2780.40;9.50;212.80;0.49;1.06 +5621;13;2750.00;9.50;233.60;4.63;1.06 +5621;14;2791.60;9.50;238.40;1.85;1.06 +5621;15;2770.80;9.50;253.60;3.10;1.06 5621;21;2760.46;9.50;232.00;1.57;1.06 +5622;0;1842.00;9.50;21.00;0.00;0.92 +5622;1;1828.00;9.50;13.00;-1.05;0.92 +5622;2;1853.00;9.50;21.50;1.61;0.92 +5622;3;1832.50;9.50;23.00;4.50;0.92 +5622;4;1841.50;9.50;31.00;3.19;0.92 +5622;5;1852.00;9.50;32.50;2.42;0.92 +5622;9;1830.84;9.50;21.00;1.57;0.92 +5622;10;1853.16;9.50;21.00;-1.57;0.92 +5622;11;1819.60;9.50;8.20;-1.05;0.92 +5622;12;1859.60;9.50;21.80;1.61;0.92 +5622;13;1826.80;9.50;24.20;4.50;0.92 +5622;14;1841.20;9.50;37.00;3.19;0.92 +5622;15;1858.00;9.50;39.40;2.42;0.92 5622;21;1830.84;9.50;21.00;1.57;0.92 +5623;0;2184.00;9.50;1024.00;0.00;0.92 +5623;1;2182.00;9.50;1008.50;-0.12;0.92 +5623;2;2193.00;9.50;1007.50;0.49;0.92 +5623;3;2193.00;9.50;1024.50;1.62;0.92 +5623;4;2175.00;9.50;1027.00;4.39;0.92 +5623;5;2183.00;9.50;1042.00;3.19;0.92 +5623;6;2174.00;9.50;1043.50;3.61;0.92 +5623;9;2175.72;9.50;1024.00;1.57;0.92 +5623;10;2192.28;9.50;1024.00;-1.57;0.92 +5623;11;2180.80;9.50;999.20;-0.12;0.92 +5623;12;2198.40;9.50;997.60;0.49;0.92 +5623;13;2198.40;9.50;1024.80;1.62;0.92 +5623;14;2169.60;9.50;1028.80;4.39;0.92 +5623;15;2182.40;9.50;1052.80;3.19;0.92 +5623;16;2168.00;9.50;1055.20;3.61;0.92 5623;21;2175.72;9.50;1024.00;1.57;0.92 +5624;0;1638.00;9.50;1388.00;0.00;0.72 +5624;1;1632.00;9.50;1376.00;-0.46;0.72 +5624;2;1641.00;9.50;1376.50;0.25;0.72 +5624;3;1645.50;9.50;1389.50;1.76;0.72 +5624;4;1630.00;9.50;1387.00;-1.44;0.72 +5624;5;1637.00;9.50;1400.50;3.22;0.72 +5624;9;1631.52;9.50;1388.00;1.57;0.72 +5624;10;1644.48;9.50;1388.00;-1.57;0.72 +5624;11;1628.40;9.50;1368.80;-0.46;0.72 +5624;12;1642.80;9.50;1369.60;0.25;0.72 +5624;13;1650.00;9.50;1390.40;1.76;0.72 +5624;14;1625.20;9.50;1386.40;-1.44;0.72 +5624;15;1636.40;9.50;1408.00;3.22;0.72 5624;21;1631.52;9.50;1388.00;1.57;0.72 +5625;0;1539.00;9.50;221.00;0.00;1.20 +5625;1;1529.50;9.50;209.00;-0.67;1.20 +5625;2;1550.50;9.50;215.00;1.09;1.20 +5625;3;1526.00;9.50;224.50;4.44;1.20 +5625;4;1547.00;9.50;230.00;2.41;1.20 +5625;9;1523.88;9.50;221.00;1.57;1.20 +5625;10;1554.12;9.50;221.00;-1.57;1.20 +5625;11;1523.80;9.50;201.80;-0.67;1.20 +5625;12;1557.40;9.50;211.40;1.09;1.20 +5625;13;1518.20;9.50;226.60;4.44;1.20 +5625;14;1551.80;9.50;235.40;2.41;1.20 5625;21;1523.88;9.50;221.00;1.57;1.20 +5626;0;468.00;9.50;285.00;0.00;1.10 +5626;1;467.50;9.50;273.50;-0.04;1.10 +5626;2;482.50;9.50;282.00;1.36;1.10 +5626;3;454.00;9.50;275.50;-0.97;1.10 +5626;4;455.00;9.50;287.50;4.52;1.10 +5626;5;482.50;9.50;292.00;2.02;1.10 +5626;6;469.00;9.50;296.50;3.05;1.10 +5626;7;482.00;9.50;292.50;2.06;1.10 +5626;8;456.50;9.50;300.00;3.79;1.10 +5626;9;457.38;9.50;285.00;1.57;1.10 +5626;10;478.62;9.50;285.00;-1.57;1.10 +5626;11;467.20;9.50;266.60;-0.04;1.10 +5626;12;491.20;9.50;280.20;1.36;1.10 +5626;13;445.60;9.50;269.80;-0.97;1.10 +5626;14;447.20;9.50;289.00;4.52;1.10 +5626;15;491.20;9.50;296.20;2.02;1.10 +5626;16;469.60;9.50;303.40;3.05;1.10 +5626;17;490.40;9.50;297.00;2.06;1.10 +5626;18;449.60;9.50;309.00;3.79;1.10 5626;21;457.38;9.50;285.00;1.57;1.10 +5627;0;315.00;9.50;1073.00;0.00;1.08 +5627;1;305.00;9.50;1054.50;-0.49;1.08 +5627;2;304.00;9.50;1067.50;-1.10;1.08 +5627;3;318.00;9.50;1060.00;0.22;1.08 +5627;4;326.50;9.50;1075.50;1.78;1.08 +5627;5;305.50;9.50;1084.50;3.83;1.08 +5627;6;325.50;9.50;1086.50;2.48;1.08 +5627;7;313.50;9.50;1088.00;3.24;1.08 +5627;9;305.28;9.50;1073.00;1.57;1.08 +5627;10;324.72;9.50;1073.00;-1.57;1.08 +5627;11;299.00;9.50;1043.40;-0.49;1.08 +5627;12;297.40;9.50;1064.20;-1.10;1.08 +5627;13;319.80;9.50;1052.20;0.22;1.08 +5627;14;333.40;9.50;1077.00;1.78;1.08 +5627;15;299.80;9.50;1091.40;3.83;1.08 +5627;16;331.80;9.50;1094.60;2.48;1.08 +5627;17;312.60;9.50;1097.00;3.24;1.08 5627;21;305.28;9.50;1073.00;1.57;1.08 +5628;0;838.00;9.50;1074.00;0.00;1.06 +5628;1;842.00;9.50;1059.50;0.26;1.06 +5628;2;829.00;9.50;1063.00;-0.68;1.06 +5628;3;852.00;9.50;1064.50;0.97;1.06 +5628;4;848.00;9.50;1080.00;2.11;1.06 +5628;5;827.00;9.50;1077.50;4.40;1.06 +5628;6;836.00;9.50;1089.50;3.27;1.06 +5628;7;844.50;9.50;1093.00;2.81;1.06 +5628;9;828.46;9.50;1074.00;1.57;1.06 +5628;10;847.54;9.50;1074.00;-1.57;1.06 +5628;11;844.40;9.50;1050.80;0.26;1.06 +5628;12;823.60;9.50;1056.40;-0.68;1.06 +5628;13;860.40;9.50;1058.80;0.97;1.06 +5628;14;854.00;9.50;1083.60;2.11;1.06 +5628;15;820.40;9.50;1079.60;4.40;1.06 +5628;16;834.80;9.50;1098.80;3.27;1.06 +5628;17;848.40;9.50;1104.40;2.81;1.06 5628;21;828.46;9.50;1074.00;1.57;1.06 +5629;0;1291.00;9.50;709.00;0.00;1.04 +5629;1;1289.00;9.50;697.00;-0.16;1.04 +5629;2;1275.00;9.50;704.00;-1.26;1.04 +5629;3;1306.00;9.50;698.50;0.96;1.04 +5629;4;1307.50;9.50;709.00;1.57;1.04 +5629;5;1278.50;9.50;717.00;4.14;1.04 +5629;6;1295.00;9.50;721.50;2.83;1.04 +5629;9;1277.50;9.50;709.00;1.57;1.04 +5629;10;1304.50;9.50;709.00;-1.57;1.04 +5629;11;1287.80;9.50;689.80;-0.16;1.04 +5629;12;1265.40;9.50;701.00;-1.26;1.04 +5629;13;1315.00;9.50;692.20;0.96;1.04 +5629;14;1317.40;9.50;709.00;1.57;1.04 +5629;15;1271.00;9.50;721.80;4.14;1.04 +5629;16;1297.40;9.50;729.00;2.83;1.04 5629;21;1277.50;9.50;709.00;1.57;1.04 +5630;0;1079.00;9.50;1300.00;0.00;1.26 +5630;1;1088.50;9.50;1286.00;0.59;1.26 +5630;2;1076.50;9.50;1291.50;-0.28;1.26 +5630;3;1098.50;9.50;1288.00;1.01;1.26 +5630;4;1092.00;9.50;1293.00;1.07;1.26 +5630;5;1068.00;9.50;1305.00;4.28;1.26 +5630;6;1084.50;9.50;1304.50;2.25;1.26 +5630;7;1076.00;9.50;1313.50;3.36;1.26 +5630;8;1062.50;9.50;1314.00;4.00;1.26 +5630;9;1065.68;9.72;1300.00;1.57;1.26 +5630;10;1092.32;9.50;1300.00;-1.57;1.26 +5630;11;1094.20;9.50;1277.60;0.59;1.26 +5630;12;1075.00;9.50;1286.40;-0.28;1.26 +5630;13;1110.20;9.50;1280.80;1.01;1.26 +5630;14;1099.80;9.50;1288.80;1.07;1.26 +5630;15;1061.40;9.50;1308.00;4.28;1.26 +5630;16;1087.80;9.50;1307.20;2.25;1.26 +5630;17;1074.20;9.50;1321.60;3.36;1.26 +5630;18;1052.60;9.50;1322.40;4.00;1.26 5630;21;1065.68;9.72;1300.00;1.57;1.26 +5631;0;2993.00;9.50;1213.00;0.00;0.88 +5631;1;2997.50;9.50;1202.00;0.38;0.88 +5631;2;2992.00;9.50;1204.50;-0.11;0.88 +5631;3;3001.00;9.50;1202.50;0.65;0.88 +5631;4;3004.50;9.50;1208.00;1.16;0.88 +5631;5;2984.50;9.50;1209.50;-1.18;0.88 +5631;6;2979.00;9.50;1212.00;-1.49;0.88 +5631;7;2996.50;9.50;1220.00;2.67;0.88 +5631;8;2978.50;9.50;1215.50;4.54;0.88 +5631;9;2982.38;9.50;1213.00;1.57;0.88 +5631;10;3003.62;9.50;1213.00;-1.57;0.88 +5631;11;3000.20;9.50;1195.40;0.38;0.88 +5631;12;2991.40;9.50;1199.40;-0.11;0.88 +5631;13;3005.80;9.50;1196.20;0.65;0.88 +5631;14;3011.40;9.50;1205.00;1.16;0.88 +5631;15;2979.40;9.50;1207.40;-1.18;0.88 +5631;16;2970.60;9.50;1211.40;-1.49;0.88 +5631;17;2998.60;9.50;1224.20;2.67;0.88 +5631;18;2969.80;9.50;1217.00;4.54;0.88 5631;21;2982.38;9.50;1213.00;1.57;0.88 +5632;0;2363.00;9.50;898.00;0.00;1.18 +5632;1;2355.50;9.50;887.50;-0.62;1.18 +5632;2;2371.50;9.50;888.50;0.73;1.18 +5632;3;2348.50;9.50;901.00;4.50;1.18 +5632;4;2377.50;9.50;903.50;1.93;1.18 +5632;5;2365.00;9.50;910.50;2.98;1.18 +5632;9;2351.12;9.50;898.00;1.57;1.18 +5632;10;2374.88;9.50;898.00;-1.57;1.18 +5632;11;2351.00;9.50;881.20;-0.62;1.18 +5632;12;2376.60;9.50;882.80;0.73;1.18 +5632;13;2339.80;9.50;902.80;4.50;1.18 +5632;14;2386.20;9.50;906.80;1.93;1.18 +5632;15;2366.20;9.50;918.00;2.98;1.18 5632;21;2351.12;9.50;898.00;1.57;1.18 +5633;0;1610.00;9.50;1129.00;0.00;1.58 +5633;1;1602.00;9.50;1120.00;-0.72;1.58 +5633;2;1618.00;9.50;1116.50;0.56;1.58 +5633;3;1623.50;9.50;1129.50;1.60;1.58 +5633;4;1596.00;9.50;1139.50;4.06;1.58 +5633;5;1608.00;9.50;1142.50;3.28;1.58 +5633;6;1600.00;9.50;1143.50;3.74;1.58 +5633;7;1614.00;9.50;1143.00;2.86;1.58 +5633;9;1595.60;9.50;1129.00;1.57;1.58 +5633;10;1624.40;9.50;1129.00;-1.57;1.58 +5633;11;1597.20;9.50;1114.60;-0.72;1.58 +5633;12;1622.80;9.50;1109.00;0.56;1.58 +5633;13;1631.60;9.50;1129.80;1.60;1.58 +5633;14;1587.60;9.50;1145.80;4.06;1.58 +5633;15;1606.80;9.50;1150.60;3.28;1.58 +5633;16;1594.00;9.50;1152.20;3.74;1.58 +5633;17;1616.40;9.50;1151.40;2.86;1.58 5633;21;1595.60;9.50;1129.00;1.57;1.58 +5634;0;181.00;9.50;903.00;0.00;0.96 +5634;1;165.00;9.50;895.50;-1.13;0.96 +5634;2;186.00;9.50;894.00;0.50;0.96 +5634;3;205.50;9.50;895.00;1.25;0.96 +5634;4;202.00;9.50;905.00;1.66;0.96 +5634;5;156.50;9.50;907.50;4.53;0.96 +5634;6;169.50;9.50;908.00;4.30;0.96 +5634;7;175.00;9.50;912.50;3.70;0.96 +5634;9;161.38;9.50;903.00;1.57;0.96 +5634;10;200.62;9.50;903.00;-1.57;0.96 +5634;11;155.40;9.50;891.00;-1.13;0.96 +5634;12;189.00;9.50;888.60;0.50;0.96 +5634;13;220.20;9.50;890.20;1.25;0.96 +5634;14;214.60;9.50;906.20;1.66;0.96 +5634;15;141.80;9.50;910.20;4.53;0.96 +5634;16;162.60;9.50;911.00;4.30;0.96 +5634;17;171.40;9.50;918.20;3.70;0.96 5634;21;161.38;9.50;903.00;1.57;0.96 +5635;0;5512.00;9.50;243.00;0.00;1.16 +5635;1;5529.00;9.75;227.50;0.83;1.16 +5635;2;5530.50;9.50;235.00;1.16;1.16 +5635;3;5513.50;9.50;229.00;0.10;1.16 +5635;4;5528.50;9.70;232.50;1.00;1.16 +5635;5;5495.50;9.50;238.50;-1.30;1.16 +5635;6;5520.00;9.50;237.50;0.96;1.16 +5635;7;5530.50;9.50;249.00;1.88;1.16 +5635;8;5492.00;9.50;250.50;4.35;1.16 +5635;9;5495.80;9.50;243.00;1.57;1.16 +5635;10;5528.20;9.50;243.00;-1.57;1.16 +5635;11;5539.20;10.37;218.20;0.83;1.16 +5635;12;5541.60;9.50;230.20;1.16;1.16 +5635;13;5514.40;9.50;220.60;0.10;1.16 +5635;14;5538.40;9.75;226.20;1.00;1.16 +5635;15;5485.60;9.50;235.80;-1.30;1.16 +5635;16;5524.80;9.50;234.20;0.96;1.16 +5635;17;5541.60;9.50;252.60;1.88;1.16 +5635;18;5480.00;9.50;255.00;4.35;1.16 5635;21;5495.80;9.50;243.00;1.57;1.16 +5636;0;4634.00;9.50;393.00;0.00;0.98 +5636;1;4632.50;9.50;383.00;-0.14;0.98 +5636;2;4622.50;9.50;390.00;-1.31;0.98 +5636;3;4644.50;9.50;393.50;1.61;0.98 +5636;4;4630.00;9.50;402.00;3.56;0.98 +5636;5;4640.50;9.50;404.00;2.60;0.98 +5636;9;4625.18;9.50;393.00;1.57;0.98 +5636;10;4642.82;9.50;393.00;-1.57;0.98 +5636;11;4631.60;9.50;377.00;-0.14;0.98 +5636;12;4615.60;9.50;388.20;-1.31;0.98 +5636;13;4650.80;9.50;393.80;1.61;0.98 +5636;14;4627.60;9.50;407.40;3.56;0.98 +5636;15;4644.40;9.50;410.60;2.60;0.98 5636;21;4625.18;9.50;393.00;1.57;0.98 +5637;0;5519.00;9.50;154.00;0.00;1.68 +5637;1;5531.00;9.50;132.00;0.49;1.68 +5637;2;5527.00;9.50;135.50;0.40;1.68 +5637;3;5535.00;9.50;135.50;0.71;1.68 +5637;4;5504.00;9.50;147.00;-1.13;1.68 +5637;5;5517.50;9.50;138.50;-0.09;1.68 +5637;6;5537.50;9.50;141.00;0.95;1.68 +5637;7;5536.00;9.50;145.50;1.10;1.68 +5637;8;5529.00;9.50;152.00;1.37;1.68 +5637;9;5503.70;9.50;154.00;1.57;1.68 +5637;10;5534.30;9.50;154.00;-1.57;1.68 +5637;11;5538.20;9.50;118.80;0.49;1.68 +5637;12;5531.80;9.50;124.40;0.40;1.68 +5637;13;5544.60;9.50;124.40;0.71;1.68 +5637;14;5495.00;9.50;142.80;-1.13;1.68 +5637;15;5516.60;9.50;129.20;-0.09;1.68 +5637;16;5548.60;9.50;133.20;0.95;1.68 +5637;17;5546.20;9.50;140.40;1.10;1.68 +5637;18;5535.00;9.50;150.80;1.37;1.68 5637;21;5503.70;9.50;154.00;1.57;1.68 +5638;0;5284.00;9.50;1025.00;0.00;1.28 +5638;1;5279.50;9.50;1008.50;-0.26;1.28 +5638;2;5292.00;9.50;1014.50;0.65;1.28 +5638;3;5277.50;9.50;1008.50;-0.37;1.28 +5638;4;5271.00;9.50;1023.00;-1.41;1.28 +5638;5;5303.50;9.50;1021.50;1.39;1.28 +5638;6;5297.00;9.50;1031.00;2.00;1.28 +5638;7;5275.50;9.50;1038.50;3.70;1.28 +5638;8;5286.50;9.50;1039.00;2.96;1.28 +5638;9;5271.76;9.50;1025.00;1.57;1.28 +5638;10;5296.24;9.50;1025.00;-1.57;1.28 +5638;11;5276.80;9.50;998.60;-0.26;1.28 +5638;12;5296.80;9.50;1008.20;0.65;1.28 +5638;13;5273.60;9.50;998.60;-0.37;1.28 +5638;14;5263.20;9.50;1021.80;-1.41;1.28 +5638;15;5315.20;9.50;1019.40;1.39;1.28 +5638;16;5304.80;9.50;1034.60;2.00;1.28 +5638;17;5270.40;9.50;1046.60;3.70;1.28 +5638;18;5288.00;9.50;1047.40;2.96;1.28 5638;21;5271.76;9.50;1025.00;1.57;1.28 +5639;0;5071.00;9.50;402.00;0.00;0.94 +5639;1;5076.00;9.50;392.50;0.48;0.94 +5639;2;5068.50;9.50;390.00;-0.20;0.94 +5639;3;5067.00;9.50;395.00;-0.51;0.94 +5639;4;5084.00;9.50;395.50;1.10;0.94 +5639;5;5075.00;9.50;406.50;2.41;0.94 +5639;6;5064.00;9.50;402.00;4.71;0.94 +5639;7;5062.50;9.50;409.50;3.98;0.94 +5639;8;5062.00;9.50;415.50;3.73;0.94 +5639;9;5062.54;9.50;402.00;1.57;0.94 +5639;10;5079.46;9.50;402.00;-1.57;0.94 +5639;11;5079.00;9.50;386.80;0.48;0.94 +5639;12;5067.00;9.50;382.80;-0.20;0.94 +5639;13;5064.60;9.50;390.80;-0.51;0.94 +5639;14;5091.80;9.50;391.60;1.10;0.94 +5639;15;5077.40;9.50;409.20;2.41;0.94 +5639;16;5059.80;9.50;402.00;4.71;0.94 +5639;17;5057.40;9.50;414.00;3.98;0.94 +5639;18;5056.60;9.50;423.60;3.73;0.94 5639;21;5062.54;9.50;402.00;1.57;0.94 +5640;0;5123.00;9.50;1396.00;0.00;1.26 +5640;1;5121.00;9.50;1383.00;-0.15;1.26 +5640;2;5135.00;9.50;1385.50;0.85;1.26 +5640;3;5110.00;9.50;1390.00;-1.13;1.26 +5640;4;5136.00;9.50;1401.50;1.97;1.26 +5640;5;5116.00;9.50;1405.50;3.77;1.26 +5640;6;5104.50;9.50;1403.50;4.32;1.26 +5640;7;5113.00;9.50;1408.50;3.81;1.26 +5640;9;5110.22;9.50;1396.00;1.57;1.26 +5640;10;5135.78;9.50;1396.00;-1.57;1.26 +5640;11;5119.80;9.50;1375.20;-0.15;1.26 +5640;12;5142.20;9.50;1379.20;0.85;1.26 +5640;13;5102.20;9.50;1386.40;-1.13;1.26 +5640;14;5143.80;9.50;1404.80;1.97;1.26 +5640;15;5111.80;9.50;1411.20;3.77;1.26 +5640;16;5093.40;9.50;1408.00;4.32;1.26 +5640;17;5107.00;9.50;1416.00;3.81;1.26 5640;21;5110.22;9.50;1396.00;1.57;1.26 +5641;0;4502.00;9.50;615.00;0.00;1.20 +5641;1;4502.50;9.50;596.50;0.02;1.20 +5641;2;4489.50;9.50;617.00;4.55;1.20 +5641;3;4509.50;9.50;602.50;0.54;1.20 +5641;4;4497.00;9.50;610.00;-0.78;1.20 +5641;5;4514.00;9.50;611.50;1.28;1.20 +5641;6;4512.00;9.50;619.00;1.95;1.20 +5641;7;4507.50;9.50;624.50;2.61;1.20 +5641;8;4495.50;9.50;627.00;3.63;1.20 +5641;9;4491.20;9.50;615.00;1.57;1.20 +5641;10;4512.80;9.50;615.00;-1.57;1.20 +5641;11;4502.80;9.50;585.40;0.02;1.20 +5641;12;4482.00;9.50;618.20;4.55;1.20 +5641;13;4514.00;9.50;595.00;0.54;1.20 +5641;14;4494.00;9.67;607.00;-0.78;1.20 +5641;15;4521.20;9.50;609.40;1.28;1.20 +5641;16;4518.00;9.50;621.40;1.95;1.20 +5641;17;4510.80;9.50;630.20;2.61;1.20 +5641;18;4491.60;9.50;634.20;3.63;1.20 5641;21;4491.20;9.50;615.00;1.57;1.20 +5642;0;4082.00;9.50;54.00;0.00;1.16 +5642;1;4086.00;9.50;45.00;0.41;1.16 +5642;2;4071.50;9.50;48.00;-1.05;1.16 +5642;3;4094.00;9.50;56.00;1.73;1.16 +5642;4;4074.50;9.50;63.50;3.81;1.16 +5642;5;4085.50;9.50;66.00;2.85;1.16 +5642;9;4071.56;9.50;54.00;1.57;1.16 +5642;10;4092.44;9.50;54.00;-1.57;1.16 +5642;11;4088.40;9.50;39.60;0.41;1.16 +5642;12;4065.20;9.50;44.40;-1.05;1.16 +5642;13;4101.20;9.50;57.20;1.73;1.16 +5642;14;4070.00;9.50;69.20;3.81;1.16 +5642;15;4087.60;9.50;73.20;2.85;1.16 5642;21;4071.56;9.50;54.00;1.57;1.16 +5643;0;4752.00;9.50;37.00;0.00;0.72 +5643;1;4743.50;9.50;32.00;-1.03;0.72 +5643;2;4754.00;9.50;28.50;0.23;0.72 +5643;3;4763.00;9.50;32.50;1.18;0.72 +5643;4;4739.00;9.50;41.00;4.41;0.72 +5643;5;4763.00;9.50;41.50;1.95;0.72 +5643;6;4749.50;9.50;45.50;3.42;0.72 +5643;9;4742.10;9.50;37.00;1.57;0.72 +5643;10;4761.90;9.50;37.00;-1.57;0.72 +5643;11;4738.40;9.50;29.00;-1.03;0.72 +5643;12;4755.20;9.50;23.40;0.23;0.72 +5643;13;4769.60;9.50;29.80;1.18;0.72 +5643;14;4731.20;9.50;43.40;4.41;0.72 +5643;15;4769.60;9.50;44.20;1.95;0.72 +5643;16;4748.00;9.50;50.60;3.42;0.72 5643;21;4742.10;9.50;37.00;1.57;0.72 +5644;0;3687.00;9.50;503.00;0.00;0.84 +5644;1;3682.00;9.50;493.50;-0.48;0.84 +5644;2;3695.50;9.50;495.50;0.84;0.84 +5644;3;3674.50;9.50;503.00;4.71;0.84 +5644;4;3699.50;9.50;505.50;1.76;0.84 +5644;5;3675.00;9.50;512.00;4.06;0.84 +5644;6;3684.50;9.50;512.50;3.39;0.84 +5644;7;3696.50;9.50;512.50;2.35;0.84 +5644;9;3677.46;9.50;503.00;1.57;0.84 +5644;10;3696.54;9.50;503.00;-1.57;0.84 +5644;11;3679.00;9.50;487.80;-0.48;0.84 +5644;12;3700.60;9.50;491.00;0.84;0.84 +5644;13;3667.00;9.50;503.00;4.71;0.84 +5644;14;3707.00;9.50;507.00;1.76;0.84 +5644;15;3667.80;9.50;517.40;4.06;0.84 +5644;16;3683.00;9.50;518.20;3.39;0.84 +5644;17;3702.20;9.50;518.20;2.35;0.84 5644;21;3677.46;9.50;503.00;1.57;0.84 +5645;0;3202.00;9.50;32.00;0.00;0.78 +5645;1;3203.00;9.50;25.00;0.14;0.78 +5645;2;3186.00;9.50;29.00;-1.38;0.78 +5645;3;3217.00;9.50;34.00;1.70;0.78 +5645;4;3199.50;9.50;38.50;3.50;0.78 +5645;5;3216.00;9.50;42.00;2.19;0.78 +5645;9;3189.76;9.50;32.00;1.57;0.78 +5645;10;3214.24;9.50;32.00;-1.57;0.78 +5645;11;3203.60;9.50;20.80;0.14;0.78 +5645;12;3176.40;9.50;27.20;-1.38;0.78 +5645;13;3226.00;9.50;35.20;1.70;0.78 +5645;14;3198.00;9.50;42.40;3.50;0.78 +5645;15;3224.40;9.50;48.00;2.19;0.78 5645;21;3189.76;9.50;32.00;1.57;0.78 +5646;0;2853.00;9.50;100.00;0.00;0.90 +5646;1;2858.00;9.50;91.50;0.53;0.90 +5646;2;2840.00;9.50;92.00;-1.01;0.90 +5646;3;2871.50;9.50;94.50;1.28;0.90 +5646;4;2837.50;9.50;99.50;-1.53;0.90 +5646;5;2863.50;9.50;105.50;2.05;0.90 +5646;6;2847.00;9.50;110.00;3.68;0.90 +5646;9;2840.04;9.50;100.00;1.57;0.90 +5646;10;2865.96;9.50;100.00;-1.57;0.90 +5646;11;2861.00;9.50;86.40;0.53;0.90 +5646;12;2832.20;9.50;87.20;-1.01;0.90 +5646;13;2882.60;9.50;91.20;1.28;0.90 +5646;14;2828.20;9.50;99.20;-1.53;0.90 +5646;15;2869.80;9.50;108.80;2.05;0.90 +5646;16;2843.40;9.50;116.00;3.68;0.90 5646;21;2840.04;9.50;100.00;1.57;0.90 +5647;0;2773.00;9.50;281.00;0.00;1.06 +5647;1;2759.00;9.50;269.00;-0.86;1.06 +5647;2;2772.00;9.50;270.00;-0.09;1.06 +5647;3;2759.00;9.50;282.00;4.64;1.06 +5647;4;2788.00;9.50;275.00;1.19;1.06 +5647;5;2790.50;9.50;283.00;1.68;1.06 +5647;6;2774.50;9.50;291.50;3.00;1.06 +5647;7;2759.50;9.50;295.00;3.90;1.06 +5647;9;2761.30;9.50;281.00;1.57;1.06 +5647;10;2784.70;9.50;281.00;-1.57;1.06 +5647;11;2750.60;9.50;261.80;-0.86;1.06 +5647;12;2771.40;9.50;263.40;-0.09;1.06 +5647;13;2750.60;9.50;282.60;4.64;1.06 +5647;14;2797.00;9.50;271.40;1.19;1.06 +5647;15;2801.00;9.50;284.20;1.68;1.06 +5647;16;2775.40;9.50;297.80;3.00;1.06 +5647;17;2751.40;9.50;303.40;3.90;1.06 5647;21;2761.30;9.50;281.00;1.57;1.06 +5648;0;2049.00;9.50;1072.00;0.00;1.20 +5648;1;2049.50;9.50;1060.00;0.04;1.20 +5648;2;2061.50;9.50;1051.50;0.54;1.20 +5648;3;2060.50;9.50;1063.50;0.93;1.20 +5648;4;2035.50;9.50;1071.50;-1.53;1.20 +5648;5;2060.00;9.50;1078.50;2.10;1.20 +5648;6;2035.50;9.50;1081.00;4.12;1.20 +5648;7;2049.50;9.50;1085.50;3.10;1.20 +5648;9;2038.20;9.50;1072.00;1.57;1.20 +5648;10;2059.80;9.50;1072.00;-1.57;1.20 +5648;11;2049.80;9.50;1052.80;0.04;1.20 +5648;12;2069.00;9.50;1039.20;0.54;1.20 +5648;13;2067.40;9.50;1058.40;0.93;1.20 +5648;14;2027.40;9.50;1071.20;-1.53;1.20 +5648;15;2066.60;9.50;1082.40;2.10;1.20 +5648;16;2027.40;9.50;1086.40;4.12;1.20 +5648;17;2049.80;9.50;1093.60;3.10;1.20 5648;21;2038.20;9.50;1072.00;1.57;1.20 +5649;0;1649.00;9.50;1306.00;0.00;0.84 +5649;1;1649.00;9.50;1296.50;0.00;0.84 +5649;2;1639.50;9.50;1296.50;-0.78;0.84 +5649;3;1660.50;9.50;1300.00;1.09;0.84 +5649;4;1638.00;9.50;1306.50;4.66;0.84 +5649;5;1661.50;9.50;1309.50;1.84;0.84 +5649;6;1637.00;9.50;1315.50;4.04;0.84 +5649;7;1648.00;9.50;1315.50;3.24;0.84 +5649;9;1639.28;9.50;1306.00;1.57;0.84 +5649;10;1658.72;9.50;1306.00;-1.57;0.84 +5649;11;1649.00;9.50;1290.80;0.00;0.84 +5649;12;1633.80;9.50;1290.80;-0.78;0.84 +5649;13;1667.40;9.50;1296.40;1.09;0.84 +5649;14;1631.40;9.50;1306.80;4.66;0.84 +5649;15;1669.00;9.50;1311.60;1.84;0.84 +5649;16;1629.80;9.50;1321.20;4.04;0.84 +5649;17;1647.40;9.50;1321.20;3.24;0.84 5649;21;1639.28;9.50;1306.00;1.57;0.84 +5650;0;1617.00;9.50;269.00;0.00;1.36 +5650;1;1613.00;9.50;253.00;-0.24;1.36 +5650;2;1604.50;9.50;263.00;-1.12;1.36 +5650;3;1622.50;9.50;259.50;0.52;1.36 +5650;4;1630.50;9.50;270.50;1.68;1.36 +5650;5;1611.50;9.50;280.50;3.58;1.36 +5650;6;1628.00;9.50;283.00;2.47;1.36 +5650;9;1604.76;9.50;269.00;1.57;1.36 +5650;10;1629.24;9.50;269.00;-1.57;1.36 +5650;11;1610.60;9.50;243.40;-0.24;1.36 +5650;12;1597.00;9.50;259.40;-1.12;1.36 +5650;13;1625.80;9.50;253.80;0.52;1.36 +5650;14;1638.60;9.50;271.40;1.68;1.36 +5650;15;1608.20;9.50;287.40;3.58;1.36 +5650;16;1634.60;9.50;291.40;2.47;1.36 5650;21;1604.76;9.50;269.00;1.57;1.36 +5651;0;443.00;9.50;122.00;0.00;1.42 +5651;1;424.00;9.50;111.50;-1.06;1.42 +5651;2;441.00;9.50;110.50;-0.17;1.42 +5651;3;455.00;9.50;113.50;0.95;1.42 +5651;4;456.50;9.50;121.00;1.49;1.42 +5651;5;421.00;9.50;116.50;-1.32;1.42 +5651;6;432.00;9.50;125.00;4.44;1.42 +5651;7;460.00;9.50;135.50;2.24;1.42 +5651;8;452.50;9.50;137.50;2.59;1.42 +5651;9;428.24;9.50;122.00;1.57;1.42 +5651;10;457.76;9.50;122.00;-1.57;1.42 +5651;11;412.60;9.50;105.20;-1.06;1.42 +5651;12;439.80;9.50;103.60;-0.17;1.42 +5651;13;462.20;9.50;108.40;0.95;1.42 +5651;14;464.60;9.50;120.40;1.49;1.42 +5651;15;407.80;9.50;113.20;-1.32;1.42 +5651;16;425.40;9.50;126.80;4.44;1.42 +5651;17;470.20;9.50;143.60;2.24;1.42 +5651;18;458.20;9.50;146.80;2.59;1.42 5651;21;428.24;9.50;122.00;1.57;1.42 +5652;0;364.00;9.50;1114.00;0.00;1.18 +5652;1;364.00;9.50;1102.00;0.00;1.18 +5652;2;375.00;9.50;1106.50;0.97;1.18 +5652;3;350.00;9.50;1107.00;-1.10;1.18 +5652;4;353.00;9.50;1118.00;4.36;1.18 +5652;5;376.00;9.50;1119.50;2.00;1.18 +5652;6;372.00;9.50;1125.50;2.53;1.18 +5652;7;362.50;9.50;1127.00;3.25;1.18 +5652;9;352.84;9.50;1114.00;1.57;1.18 +5652;10;375.16;9.50;1114.00;-1.57;1.18 +5652;11;364.00;9.50;1094.80;0.00;1.18 +5652;12;381.60;9.50;1102.00;0.97;1.18 +5652;13;341.60;9.50;1102.80;-1.10;1.18 +5652;14;346.40;9.50;1120.40;4.36;1.18 +5652;15;383.20;9.50;1122.80;2.00;1.18 +5652;16;376.80;9.50;1132.40;2.53;1.18 +5652;17;361.60;9.50;1134.80;3.25;1.18 5652;21;352.84;9.50;1114.00;1.57;1.18 +5653;0;724.00;9.50;1039.00;0.00;0.92 +5653;1;725.00;9.50;1028.50;0.09;0.92 +5653;2;711.00;9.50;1030.50;-0.99;0.92 +5653;3;738.00;9.50;1038.00;1.49;0.92 +5653;4;710.50;9.50;1042.00;4.49;0.92 +5653;5;724.00;9.50;1050.00;3.14;0.92 +5653;9;713.56;9.50;1039.00;1.57;0.92 +5653;10;734.44;9.50;1039.00;-1.57;0.92 +5653;11;725.60;9.50;1022.20;0.09;0.92 +5653;12;703.20;9.50;1025.40;-0.99;0.92 +5653;13;746.40;9.50;1037.40;1.49;0.92 +5653;14;702.40;9.50;1043.80;4.49;0.92 +5653;15;724.00;9.50;1056.60;3.14;0.92 5653;21;713.56;9.50;1039.00;1.57;0.92 +5654;0;1228.00;9.50;700.00;0.00;0.98 +5654;1;1229.50;9.50;688.00;0.12;0.98 +5654;2;1240.00;9.50;689.50;0.85;0.98 +5654;3;1219.00;9.50;689.00;-0.68;0.98 +5654;4;1214.50;9.50;700.50;4.67;0.98 +5654;5;1243.50;9.50;699.50;1.53;0.98 +5654;6;1238.50;9.50;709.00;2.27;0.98 +5654;7;1221.00;9.50;711.00;3.70;0.98 +5654;8;1211.00;9.50;711.50;4.11;0.98 +5654;9;1215.58;9.50;700.00;1.57;0.98 +5654;10;1240.42;9.50;700.00;-1.57;0.98 +5654;11;1230.40;9.50;680.80;0.12;0.98 +5654;12;1247.20;9.50;683.20;0.85;0.98 +5654;13;1213.60;9.50;682.40;-0.68;0.98 +5654;14;1206.40;9.50;700.80;4.67;0.98 +5654;15;1252.80;9.50;699.20;1.53;0.98 +5654;16;1244.80;9.50;714.40;2.27;0.98 +5654;17;1216.80;9.50;717.60;3.70;0.98 +5654;18;1200.80;9.50;718.40;4.11;0.98 5654;21;1215.58;9.50;700.00;1.57;0.98 +5655;0;1093.00;9.50;1207.00;0.00;1.26 +5655;1;1095.50;9.50;1194.50;0.19;1.26 +5655;2;1110.50;9.50;1194.50;0.95;1.26 +5655;3;1079.50;9.50;1195.00;-0.84;1.26 +5655;4;1077.00;9.50;1200.00;-1.15;1.26 +5655;5;1109.00;9.50;1204.50;1.41;1.26 +5655;6;1081.50;9.50;1215.50;4.07;1.26 +5655;7;1100.00;9.50;1218.00;2.57;1.26 +5655;8;1091.50;9.50;1223.50;3.23;1.26 +5655;9;1080.40;9.50;1207.00;1.57;1.26 +5655;10;1105.60;9.50;1207.00;-1.57;1.26 +5655;11;1097.00;9.50;1187.00;0.19;1.26 +5655;12;1121.00;9.50;1187.00;0.95;1.26 +5655;13;1071.40;9.50;1187.80;-0.84;1.26 +5655;14;1067.40;9.50;1195.80;-1.15;1.26 +5655;15;1118.60;9.50;1203.00;1.41;1.26 +5655;16;1074.60;9.50;1220.60;4.07;1.26 +5655;17;1104.20;9.50;1224.60;2.57;1.26 +5655;18;1090.60;9.50;1233.40;3.23;1.26 5655;21;1080.40;9.50;1207.00;1.57;1.26 +5656;0;2979.00;9.50;1338.00;0.00;1.00 +5656;1;2969.00;9.50;1325.00;-0.65;1.00 +5656;2;2967.50;9.50;1327.00;-0.80;1.00 +5656;3;2976.50;9.50;1328.00;-0.24;1.00 +5656;4;2968.00;9.50;1333.00;-1.14;1.00 +5656;5;2989.00;9.50;1336.00;1.37;1.00 +5656;6;2968.00;9.50;1338.00;4.71;1.00 +5656;7;2967.00;9.50;1340.50;4.50;1.00 +5656;8;2975.00;9.50;1346.00;3.60;1.00 +5656;9;2969.10;9.50;1338.00;1.57;1.00 +5656;10;2988.90;9.50;1338.00;-1.57;1.00 +5656;11;2963.00;9.50;1317.20;-0.65;1.00 +5656;12;2960.60;9.50;1320.40;-0.80;1.00 +5656;13;2975.00;9.50;1322.00;-0.24;1.00 +5656;14;2961.40;9.50;1330.00;-1.14;1.00 +5656;15;2995.00;9.50;1334.80;1.37;1.00 +5656;16;2961.40;9.50;1338.00;4.71;1.00 +5656;17;2959.80;9.50;1342.00;4.50;1.00 +5656;18;2972.60;9.50;1350.80;3.60;1.00 5656;21;2969.10;9.50;1338.00;1.57;1.00 +5657;0;2396.00;9.50;827.00;0.00;1.06 +5657;1;2400.00;9.50;808.50;0.21;1.06 +5657;2;2391.50;9.50;815.50;-0.37;1.06 +5657;3;2404.50;9.50;814.00;0.57;1.06 +5657;4;2409.00;9.50;827.50;1.60;1.06 +5657;5;2384.00;9.50;834.50;4.15;1.06 +5657;6;2395.50;9.50;840.00;3.18;1.06 +5657;9;2386.46;9.50;827.00;1.57;1.06 +5657;10;2405.54;9.50;827.00;-1.57;1.06 +5657;11;2402.40;9.50;797.40;0.21;1.06 +5657;12;2388.80;9.50;808.60;-0.37;1.06 +5657;13;2409.60;9.50;806.20;0.57;1.06 +5657;14;2416.80;9.50;827.80;1.60;1.06 +5657;15;2376.80;9.50;839.00;4.15;1.06 +5657;16;2395.20;9.50;847.80;3.18;1.06 5657;21;2386.46;9.50;827.00;1.57;1.06 +5658;0;1643.00;9.50;1179.00;0.00;0.58 +5658;1;1637.50;9.50;1173.00;-0.74;0.58 +5658;2;1658.00;9.50;1175.00;1.31;0.58 +5658;3;1630.50;9.50;1178.50;-1.53;0.58 +5658;4;1649.50;9.50;1173.00;0.82;0.58 +5658;5;1654.00;9.50;1182.00;1.83;0.58 +5658;6;1639.00;9.50;1184.50;3.77;0.58 +5658;7;1648.00;9.50;1185.00;2.44;0.58 +5658;8;1632.00;9.50;1185.50;4.17;0.58 +5658;9;1632.38;9.50;1179.00;1.57;0.58 +5658;10;1653.62;9.50;1179.00;-1.57;0.58 +5658;11;1634.20;9.50;1169.40;-0.74;0.58 +5658;12;1667.00;9.50;1172.60;1.31;0.58 +5658;13;1623.00;9.50;1178.20;-1.53;0.58 +5658;14;1653.40;9.50;1169.40;0.82;0.58 +5658;15;1660.60;9.50;1183.80;1.83;0.58 +5658;16;1636.60;9.50;1187.80;3.77;0.58 +5658;17;1651.00;9.50;1188.60;2.44;0.58 +5658;18;1625.40;9.50;1189.40;4.17;0.58 5658;21;1632.38;9.50;1179.00;1.57;0.58 +5659;0;257.00;9.50;792.00;0.00;1.16 +5659;1;247.50;9.50;782.50;-0.78;1.16 +5659;2;271.00;9.50;783.50;1.02;1.16 +5659;3;237.00;9.50;788.50;-1.39;1.16 +5659;4;267.50;9.50;798.50;2.12;1.16 +5659;5;244.00;9.50;800.50;4.13;1.16 +5659;6;251.00;9.50;809.50;3.47;1.16 +5659;9;240.08;9.50;792.00;1.57;1.16 +5659;10;273.92;9.50;792.00;-1.57;1.16 +5659;11;241.80;9.50;776.80;-0.78;1.16 +5659;12;279.40;9.50;778.40;1.02;1.16 +5659;13;225.00;9.50;786.40;-1.39;1.16 +5659;14;273.80;9.50;802.40;2.12;1.16 +5659;15;236.20;9.50;805.60;4.13;1.16 +5659;16;247.40;9.50;820.00;3.47;1.16 5659;21;240.08;9.50;792.00;1.57;1.16 +5660;0;5394.00;9.50;402.00;0.00;0.90 +5660;1;5388.50;9.50;394.00;-0.60;0.90 +5660;2;5374.50;9.50;396.00;-1.27;0.90 +5660;3;5403.50;9.50;394.50;0.90;0.90 +5660;4;5402.00;9.50;403.50;1.75;0.90 +5660;5;5409.50;10.65;402.00;1.57;0.90 +5660;6;5410.00;10.25;406.00;1.81;0.90 +5660;7;5387.50;9.50;407.50;4.01;0.90 +5660;8;5406.50;9.85;412.00;2.24;0.90 +5660;9;5379.78;9.50;402.00;1.57;0.90 +5660;10;5408.22;9.61;402.00;-1.57;0.90 +5660;11;5385.20;9.50;389.20;-0.60;0.90 +5660;12;5362.80;9.50;392.40;-1.27;0.90 +5660;13;5409.20;9.50;390.00;0.90;0.90 +5660;14;5406.80;9.50;404.40;1.75;0.90 +5660;15;5418.80;9.50;402.00;1.57;0.90 +5660;16;5419.60;9.50;408.40;1.81;0.90 +5660;17;5383.60;9.50;410.80;4.01;0.90 +5660;18;5414.00;9.50;418.00;2.24;0.90 5660;21;5379.78;9.50;402.00;1.57;0.90 +5661;0;4551.00;9.50;406.00;0.00;0.94 +5661;1;4554.50;9.50;388.00;0.19;0.94 +5661;2;4547.50;9.50;395.00;-0.30;0.94 +5661;3;4559.50;9.50;401.00;1.03;0.94 +5661;4;4540.00;9.50;407.00;4.62;0.94 +5661;5;4541.50;9.50;415.50;3.92;0.94 +5661;6;4553.50;9.50;417.50;2.92;0.94 +5661;9;4542.54;9.50;406.00;1.57;0.94 +5661;10;4559.46;9.50;406.00;-1.57;0.94 +5661;11;4556.60;9.50;377.20;0.19;0.94 +5661;12;4545.40;9.50;388.40;-0.30;0.94 +5661;13;4564.60;9.50;398.00;1.03;0.94 +5661;14;4533.40;9.50;407.60;4.62;0.94 +5661;15;4535.80;9.50;421.20;3.92;0.94 +5661;16;4555.00;9.50;424.40;2.92;0.94 5661;21;4542.54;9.50;406.00;1.57;0.94 +5662;0;5592.00;9.50;271.00;0.00;1.16 +5662;1;5592.00;9.50;262.00;0.00;1.16 +5662;2;5570.50;9.50;263.00;-1.21;1.16 +5662;3;5611.50;9.50;268.50;1.44;1.16 +5662;4;5572.50;9.50;272.00;4.66;1.16 +5662;5;5611.50;9.50;278.50;1.93;1.16 +5662;6;5585.50;9.50;278.50;3.85;1.16 +5662;7;5604.00;9.50;284.00;2.39;1.16 +5662;9;5576.88;9.50;271.00;1.57;1.16 +5662;10;5607.12;9.50;271.00;-1.57;1.16 +5662;11;5592.00;9.50;256.60;0.00;1.16 +5662;12;5557.60;9.50;258.20;-1.21;1.16 +5662;13;5623.20;9.50;267.00;1.44;1.16 +5662;14;5560.80;9.50;272.60;4.66;1.16 +5662;15;5623.20;9.50;283.00;1.93;1.16 +5662;16;5581.60;9.50;283.00;3.85;1.16 +5662;17;5611.20;9.50;291.80;2.39;1.16 5662;21;5576.88;9.50;271.00;1.57;1.16 +5663;0;5312.00;9.50;1085.00;0.00;1.24 +5663;1;5300.50;9.50;1069.00;-0.62;1.24 +5663;2;5300.00;9.50;1083.00;-1.40;1.24 +5663;3;5315.50;9.50;1075.00;0.33;1.24 +5663;4;5324.50;9.50;1091.50;2.05;1.24 +5663;5;5314.50;9.50;1100.00;2.97;1.24 +5663;9;5300.84;9.50;1085.00;1.57;1.24 +5663;10;5323.16;9.50;1085.00;-1.57;1.24 +5663;11;5293.60;9.50;1059.40;-0.62;1.24 +5663;12;5292.80;9.50;1081.80;-1.40;1.24 +5663;13;5317.60;9.50;1069.00;0.33;1.24 +5663;14;5332.00;9.50;1095.40;2.05;1.24 +5663;15;5316.00;9.50;1109.00;2.97;1.24 5663;21;5300.84;9.50;1085.00;1.57;1.24 +5664;0;4978.00;9.50;1209.00;0.00;1.34 +5664;1;4981.50;9.50;1195.50;0.25;1.34 +5664;2;4988.50;9.50;1192.00;0.55;1.34 +5664;3;4991.00;9.50;1200.50;0.99;1.34 +5664;4;4964.50;9.50;1205.00;-1.28;1.34 +5664;5;4991.50;9.50;1215.50;2.02;1.34 +5664;6;4955.50;9.50;1212.00;4.58;1.34 +5664;7;4958.50;9.50;1214.00;4.46;1.34 +5664;8;4965.00;9.50;1216.00;4.21;1.34 +5664;9;4963.96;9.50;1209.00;1.57;1.34 +5664;10;4992.04;9.50;1209.00;-1.57;1.34 +5664;11;4983.60;9.50;1187.40;0.25;1.34 +5664;12;4994.80;9.50;1181.80;0.55;1.34 +5664;13;4998.80;9.50;1195.40;0.99;1.34 +5664;14;4956.40;9.50;1202.60;-1.28;1.34 +5664;15;4999.60;9.50;1219.40;2.02;1.34 +5664;16;4942.00;9.50;1213.80;4.58;1.34 +5664;17;4946.80;9.50;1217.00;4.46;1.34 +5664;18;4957.20;9.50;1220.20;4.21;1.34 5664;21;4963.96;9.50;1209.00;1.57;1.34 +5665;0;5331.00;9.50;1476.00;0.00;0.98 +5665;1;5325.00;9.50;1464.50;-0.48;0.98 +5665;2;5315.00;9.50;1474.00;-1.44;0.98 +5665;3;5342.00;9.50;1467.50;0.91;0.98 +5665;4;5347.50;9.50;1478.50;1.72;0.98 +5665;5;5332.00;9.50;1486.50;3.04;0.98 +5665;9;5318.58;9.50;1476.00;1.57;0.98 +5665;10;5343.42;9.50;1476.00;-1.57;0.98 +5665;11;5321.40;9.50;1457.60;-0.48;0.98 +5665;12;5305.40;9.50;1472.80;-1.44;0.98 +5665;13;5348.60;9.50;1462.40;0.91;0.98 +5665;14;5357.40;9.50;1480.00;1.72;0.98 +5665;15;5332.60;9.50;1492.80;3.04;0.98 5665;21;5318.58;9.50;1476.00;1.57;0.98 +5666;0;4562.00;9.50;570.00;0.00;1.00 +5666;1;4569.50;9.50;565.50;1.03;1.00 +5666;2;4561.00;9.50;554.00;-0.06;1.00 +5666;3;4563.00;9.50;563.50;0.15;1.00 +5666;4;4555.50;9.50;556.00;-0.43;1.00 +5666;5;4551.00;9.50;557.00;-0.70;1.00 +5666;6;4552.00;9.50;570.50;4.66;1.00 +5666;7;4574.50;9.50;579.00;2.19;1.00 +5666;8;4558.50;9.50;582.00;3.42;1.00 +5666;9;4553.00;9.50;570.00;1.57;1.00 +5666;10;4571.00;9.50;570.00;-1.57;1.00 +5666;11;4574.00;9.50;562.80;1.03;1.00 +5666;12;4560.40;9.50;544.40;-0.06;1.00 +5666;13;4563.60;9.50;559.60;0.15;1.00 +5666;14;4551.60;9.50;547.60;-0.43;1.00 +5666;15;4544.40;9.50;549.20;-0.70;1.00 +5666;16;4546.00;9.50;570.80;4.66;1.00 +5666;17;4582.00;9.50;584.40;2.19;1.00 +5666;18;4556.40;9.50;589.20;3.42;1.00 5666;21;4553.00;9.50;570.00;1.57;1.00 +5667;0;4131.00;9.50;71.00;0.00;0.96 +5667;1;4123.00;9.50;60.50;-0.65;0.96 +5667;2;4134.50;9.50;61.50;0.35;0.96 +5667;3;4118.50;9.50;64.50;-1.09;0.96 +5667;4;4145.00;9.50;69.00;1.42;0.96 +5667;5;4121.00;9.50;77.00;4.17;0.96 +5667;6;4142.00;9.50;77.50;2.10;0.96 +5667;7;4134.00;9.50;83.00;2.89;0.96 +5667;9;4120.02;9.50;71.00;1.57;0.96 +5667;10;4141.98;9.50;71.00;-1.57;0.96 +5667;11;4118.20;9.50;54.20;-0.65;0.96 +5667;12;4136.60;9.50;55.80;0.35;0.96 +5667;13;4111.00;9.50;60.60;-1.09;0.96 +5667;14;4153.40;9.50;67.80;1.42;0.96 +5667;15;4115.00;9.50;80.60;4.17;0.96 +5667;16;4148.60;9.50;81.40;2.10;0.96 +5667;17;4135.80;9.50;90.20;2.89;0.96 5667;21;4120.02;9.50;71.00;1.57;0.96 +5668;0;4757.00;9.50;9.00;0.00;0.40 +5668;1;4751.00;9.50;9.00;4.71;0.40 +5668;2;4764.00;9.50;9.00;1.57;0.40 +5668;3;4756.50;9.50;14.50;3.23;0.40 +5668;9;4751.60;9.50;9.00;1.57;0.40 +5668;10;4762.40;9.50;9.00;-1.57;0.40 +5668;11;4747.40;9.50;9.00;4.71;0.40 +5668;12;4768.20;9.50;9.00;1.57;0.40 +5668;13;4756.20;9.50;17.80;3.23;0.40 5668;21;4751.60;9.50;9.00;1.57;0.40 +5669;0;3733.00;9.50;501.00;0.00;0.82 +5669;1;3732.00;9.50;491.50;-0.10;0.82 +5669;2;3740.50;9.50;494.00;0.82;0.82 +5669;3;3722.50;9.50;504.50;4.39;0.82 +5669;4;3742.00;9.50;506.50;2.11;0.82 +5669;5;3732.00;9.50;511.00;3.24;0.82 +5669;9;3725.62;9.50;501.00;1.57;0.82 +5669;10;3740.38;9.50;501.00;-1.57;0.82 +5669;11;3731.40;9.50;485.80;-0.10;0.82 +5669;12;3745.00;9.50;489.80;0.82;0.82 +5669;13;3716.20;9.50;506.60;4.39;0.82 +5669;14;3747.40;9.50;509.80;2.11;0.82 +5669;15;3731.40;9.50;517.00;3.24;0.82 5669;21;3725.62;9.50;501.00;1.57;0.82 +5670;0;3380.00;9.50;124.00;0.00;1.00 +5670;1;3373.50;9.50;112.00;-0.49;1.00 +5670;2;3386.50;9.50;116.00;0.68;1.00 +5670;3;3366.00;9.50;116.00;-1.05;1.00 +5670;4;3373.00;9.50;129.00;4.09;1.00 +5670;5;3390.50;9.50;128.50;1.97;1.00 +5670;6;3385.50;9.50;138.00;2.76;1.00 +5670;7;3380.50;9.50;142.00;3.11;1.00 +5670;9;3371.00;9.50;124.00;1.57;1.00 +5670;10;3389.00;9.50;124.00;-1.57;1.00 +5670;11;3369.60;9.50;104.80;-0.49;1.00 +5670;12;3390.40;9.50;111.20;0.68;1.00 +5670;13;3357.60;9.50;111.20;-1.05;1.00 +5670;14;3368.80;9.50;132.00;4.09;1.00 +5670;15;3396.80;9.50;131.20;1.97;1.00 +5670;16;3388.80;9.50;146.40;2.76;1.00 +5670;17;3380.80;9.50;152.80;3.11;1.00 5670;21;3371.00;9.50;124.00;1.57;1.00 +5671;0;2833.00;9.50;147.00;0.00;1.04 +5671;1;2825.50;9.50;138.00;-0.69;1.04 +5671;2;2837.00;9.50;133.50;0.28;1.04 +5671;3;2846.50;9.50;138.00;0.98;1.04 +5671;4;2842.50;9.50;151.00;1.96;1.04 +5671;5;2821.50;9.50;152.50;4.26;1.04 +5671;6;2830.00;9.50;161.00;3.35;1.04 +5671;9;2823.64;9.50;147.00;1.57;1.04 +5671;10;2842.36;9.50;147.00;-1.57;1.04 +5671;11;2821.00;9.50;132.60;-0.69;1.04 +5671;12;2839.40;9.50;125.40;0.28;1.04 +5671;13;2854.60;9.50;132.60;0.98;1.04 +5671;14;2848.20;9.50;153.40;1.96;1.04 +5671;15;2814.60;9.50;155.80;4.26;1.04 +5671;16;2828.20;9.50;169.40;3.35;1.04 5671;21;2823.64;9.50;147.00;1.57;1.04 +5672;0;2724.00;9.50;237.00;0.00;0.80 +5672;1;2728.50;9.50;225.00;0.35;0.80 +5672;2;2718.50;9.50;225.00;-0.43;0.80 +5672;3;2734.50;9.50;235.50;1.42;0.80 +5672;4;2715.50;9.50;239.00;4.48;0.80 +5672;5;2734.50;9.50;247.00;2.33;0.80 +5672;6;2726.50;9.50;249.00;2.93;0.80 +5672;9;2716.80;9.50;237.00;1.57;0.80 +5672;10;2731.20;9.50;237.00;-1.57;0.80 +5672;11;2731.20;9.50;217.80;0.35;0.80 +5672;12;2715.20;9.50;217.80;-0.43;0.80 +5672;13;2740.80;9.50;234.60;1.42;0.80 +5672;14;2710.40;9.50;240.20;4.48;0.80 +5672;15;2740.80;9.50;253.00;2.33;0.80 +5672;16;2728.00;9.50;256.20;2.93;0.80 5672;21;2716.80;9.50;237.00;1.57;0.80 +5673;0;2044.00;9.50;1126.00;0.00;1.10 +5673;1;2047.00;9.50;1112.50;0.21;1.10 +5673;2;2057.00;9.50;1117.00;0.96;1.10 +5673;3;2032.50;9.50;1126.50;4.66;1.10 +5673;4;2053.00;9.50;1131.00;2.07;1.10 +5673;5;2039.50;9.50;1139.00;3.47;1.10 +5673;9;2034.10;9.50;1126.00;1.57;1.10 +5673;10;2053.90;9.50;1126.00;-1.57;1.10 +5673;11;2048.80;9.50;1104.40;0.21;1.10 +5673;12;2064.80;9.50;1111.60;0.96;1.10 +5673;13;2025.60;9.50;1126.80;4.66;1.10 +5673;14;2058.40;9.50;1134.00;2.07;1.10 +5673;15;2036.80;9.50;1146.80;3.47;1.10 5673;21;2034.10;9.50;1126.00;1.57;1.10 +5674;0;1652.00;9.50;1268.00;0.00;0.92 +5674;1;1643.00;9.50;1260.00;-0.84;0.92 +5674;2;1644.00;9.50;1256.00;-0.58;0.92 +5674;3;1658.50;9.50;1262.00;0.82;0.92 +5674;4;1641.50;9.50;1269.50;4.57;0.92 +5674;5;1663.50;9.50;1272.00;1.90;0.92 +5674;6;1650.50;9.50;1277.50;3.29;0.92 +5674;9;1641.74;9.50;1268.00;1.57;0.92 +5674;10;1662.26;9.50;1268.00;-1.57;0.92 +5674;11;1637.60;9.50;1255.20;-0.84;0.92 +5674;12;1639.20;9.50;1248.80;-0.58;0.92 +5674;13;1662.40;9.50;1258.40;0.82;0.92 +5674;14;1635.20;9.50;1270.40;4.57;0.92 +5674;15;1670.40;9.50;1274.40;1.90;0.92 +5674;16;1649.60;9.50;1283.20;3.29;0.92 5674;21;1641.74;9.50;1268.00;1.57;0.92 +5675;0;1564.00;9.50;261.00;0.00;1.32 +5675;1;1576.00;9.50;242.50;0.57;1.32 +5675;2;1559.50;9.50;250.00;-0.38;1.32 +5675;3;1577.00;9.50;243.00;0.62;1.32 +5675;4;1578.00;9.50;259.00;1.42;1.32 +5675;5;1543.50;9.50;257.50;-1.40;1.32 +5675;6;1550.00;9.50;266.50;4.33;1.32 +5675;7;1567.50;9.50;275.00;2.89;1.32 +5675;9;1551.40;9.50;261.00;1.57;1.32 +5675;10;1576.60;9.50;261.00;-1.57;1.32 +5675;11;1583.20;9.50;231.40;0.57;1.32 +5675;12;1556.80;9.50;243.40;-0.38;1.32 +5675;13;1584.80;9.50;232.20;0.62;1.32 +5675;14;1586.40;9.50;257.80;1.42;1.32 +5675;15;1531.20;9.50;255.40;-1.40;1.32 +5675;16;1541.60;9.50;269.80;4.33;1.32 +5675;17;1569.60;9.50;283.40;2.89;1.32 5675;21;1551.40;9.50;261.00;1.57;1.32 +5676;0;448.00;9.50;171.00;0.00;1.10 +5676;1;439.00;9.50;163.50;-0.87;1.10 +5676;2;455.00;9.50;162.00;0.66;1.10 +5676;3;464.50;9.50;168.00;1.39;1.10 +5676;4;456.50;9.50;177.50;2.22;1.10 +5676;5;439.50;9.50;177.50;4.06;1.10 +5676;9;436.12;9.50;171.00;1.57;1.10 +5676;10;459.88;9.50;171.00;-1.57;1.10 +5676;11;433.60;9.50;159.00;-0.87;1.10 +5676;12;459.20;9.50;156.60;0.66;1.10 +5676;13;474.40;9.50;166.20;1.39;1.10 +5676;14;461.60;9.50;181.40;2.22;1.10 +5676;15;434.40;9.50;181.40;4.06;1.10 5676;21;436.12;9.50;171.00;1.57;1.10 +5677;0;211.00;9.50;1103.00;0.00;1.16 +5677;1;209.50;9.50;1090.00;-0.11;1.16 +5677;2;224.00;9.50;1089.00;0.74;1.16 +5677;3;223.50;9.50;1104.50;1.69;1.16 +5677;4;196.00;9.50;1101.00;-1.43;1.16 +5677;5;197.50;9.50;1111.00;4.17;1.16 +5677;6;211.00;9.50;1116.00;3.14;1.16 +5677;7;223.00;9.50;1120.00;2.52;1.16 +5677;9;200.56;9.50;1103.00;1.57;1.16 +5677;10;221.44;9.50;1103.00;-1.57;1.16 +5677;11;208.60;9.50;1082.20;-0.11;1.16 +5677;12;231.80;9.50;1080.60;0.74;1.16 +5677;13;231.00;9.50;1105.40;1.69;1.16 +5677;14;187.00;9.50;1099.80;-1.43;1.16 +5677;15;189.40;9.50;1115.80;4.17;1.16 +5677;16;211.00;9.50;1123.80;3.14;1.16 +5677;17;230.20;9.50;1130.20;2.52;1.16 5677;21;200.56;9.50;1103.00;1.57;1.16 +5678;0;784.00;9.50;1042.00;0.00;0.94 +5678;1;779.00;9.50;1030.00;-0.39;0.94 +5678;2;769.50;9.50;1029.50;-0.85;0.94 +5678;3;768.00;9.50;1039.50;-1.41;0.94 +5678;4;797.00;9.50;1036.00;1.13;0.94 +5678;5;802.00;9.50;1047.00;1.84;0.94 +5678;6;768.00;9.50;1051.00;4.20;0.94 +5678;7;783.50;9.50;1052.50;3.18;0.94 +5678;9;770.86;9.50;1042.00;1.57;0.94 +5678;10;797.14;9.50;1042.00;-1.57;0.94 +5678;11;776.00;9.50;1022.80;-0.39;0.94 +5678;12;760.80;9.50;1022.00;-0.85;0.94 +5678;13;758.40;9.50;1038.00;-1.41;0.94 +5678;14;804.80;9.50;1032.40;1.13;0.94 +5678;15;812.80;9.50;1050.00;1.84;0.94 +5678;16;758.40;9.50;1056.40;4.20;0.94 +5678;17;783.20;9.50;1058.80;3.18;0.94 5678;21;770.86;9.50;1042.00;1.57;0.94 +5679;0;1249.00;9.50;749.00;0.00;1.24 +5679;1;1249.00;9.50;733.50;0.00;1.24 +5679;2;1257.50;9.50;737.00;0.61;1.24 +5679;3;1238.00;9.50;749.50;4.66;1.24 +5679;4;1262.50;9.50;748.50;1.53;1.24 +5679;5;1257.50;9.50;759.00;2.43;1.24 +5679;6;1241.50;9.50;763.50;3.61;1.24 +5679;9;1237.84;9.50;749.00;1.57;1.24 +5679;10;1260.16;9.50;749.00;-1.57;1.24 +5679;11;1249.00;9.50;724.20;0.00;1.24 +5679;12;1262.60;9.50;729.80;0.61;1.24 +5679;13;1231.40;9.50;749.80;4.66;1.24 +5679;14;1270.60;9.50;748.20;1.53;1.24 +5679;15;1262.60;9.50;765.00;2.43;1.24 +5679;16;1237.00;9.50;772.20;3.61;1.24 5679;21;1237.84;9.50;749.00;1.57;1.24 +5680;0;1142.00;9.50;1214.00;0.00;0.82 +5680;1;1142.50;9.50;1201.50;0.04;0.82 +5680;2;1133.50;9.50;1208.00;-0.95;0.82 +5680;3;1151.00;9.50;1210.50;1.20;0.82 +5680;4;1136.50;9.50;1224.00;3.64;0.82 +5680;5;1149.00;9.50;1220.50;2.31;0.82 +5680;6;1145.50;9.50;1227.00;2.87;0.82 +5680;9;1134.62;9.50;1214.00;1.57;0.82 +5680;10;1149.38;9.50;1214.00;-1.57;0.82 +5680;11;1142.80;9.50;1194.00;0.04;0.82 +5680;12;1128.40;9.50;1204.40;-0.95;0.82 +5680;13;1156.40;9.50;1208.40;1.20;0.82 +5680;14;1133.20;9.50;1230.00;3.64;0.82 +5680;15;1153.20;9.50;1224.40;2.31;0.82 +5680;16;1147.60;9.50;1234.80;2.87;0.82 5680;21;1134.62;9.50;1214.00;1.57;0.82 +5681;0;3048.00;9.50;1289.00;0.00;0.80 +5681;1;3053.50;9.50;1283.00;0.74;0.80 +5681;2;3045.00;9.50;1280.00;-0.32;0.80 +5681;3;3045.50;9.70;1286.50;-0.78;0.80 +5681;4;3051.00;9.50;1288.50;1.40;0.80 +5681;5;3037.00;10.10;1287.50;-1.43;0.80 +5681;6;3041.00;10.15;1288.00;-1.42;0.80 +5681;7;3043.00;9.50;1295.50;3.79;0.80 +5681;8;3051.50;9.50;1294.00;2.53;0.80 +5681;9;3040.80;9.50;1289.00;1.57;0.80 +5681;10;3055.20;11.01;1289.00;-1.57;0.80 +5681;11;3056.80;9.50;1279.40;0.74;0.80 +5681;12;3043.20;9.50;1274.60;-0.32;0.80 +5681;13;3044.00;10.02;1285.00;-0.78;0.80 +5681;14;3052.80;10.75;1288.20;1.40;0.80 +5681;15;3030.40;9.61;1286.60;-1.43;0.80 +5681;16;3036.80;10.07;1287.40;-1.42;0.80 +5681;17;3040.00;9.50;1299.40;3.79;0.80 +5681;18;3053.60;9.50;1297.00;2.53;0.80 5681;21;3040.80;9.50;1289.00;1.57;0.80 +5682;0;2316.00;9.50;775.00;0.00;1.22 +5682;1;2307.50;9.50;766.50;-0.78;1.22 +5682;2;2320.00;9.50;762.00;0.29;1.22 +5682;3;2329.50;9.50;769.00;1.15;1.22 +5682;4;2332.50;9.50;777.50;1.72;1.22 +5682;5;2298.50;9.50;781.50;4.35;1.22 +5682;6;2314.00;9.50;786.50;3.31;1.22 +5682;9;2302.32;9.50;775.00;1.57;1.22 +5682;10;2329.68;9.50;775.00;-1.57;1.22 +5682;11;2302.40;9.50;761.40;-0.78;1.22 +5682;12;2322.40;9.50;754.20;0.29;1.22 +5682;13;2337.60;9.50;765.40;1.15;1.22 +5682;14;2342.40;9.50;779.00;1.72;1.22 +5682;15;2288.00;9.50;785.40;4.35;1.22 +5682;16;2312.80;9.50;793.40;3.31;1.22 5682;21;2302.32;9.50;775.00;1.57;1.22 +5683;0;1580.00;9.50;1093.00;0.00;1.16 +5683;1;1574.00;9.50;1072.00;-0.27;1.16 +5683;2;1584.50;9.50;1077.50;0.28;1.16 +5683;3;1571.50;9.50;1089.50;-1.18;1.16 +5683;4;1593.00;9.50;1087.50;1.17;1.16 +5683;5;1587.00;9.50;1102.00;2.48;1.16 +5683;6;1574.50;9.50;1109.00;3.47;1.16 +5683;7;1565.00;9.50;1106.50;3.98;1.16 +5683;9;1569.56;9.50;1093.00;1.57;1.16 +5683;10;1590.44;9.50;1093.00;-1.57;1.16 +5683;11;1570.40;9.50;1059.40;-0.27;1.16 +5683;12;1587.20;9.50;1068.20;0.28;1.16 +5683;13;1566.40;9.50;1087.40;-1.18;1.16 +5683;14;1600.80;9.50;1084.20;1.17;1.16 +5683;15;1591.20;9.50;1107.40;2.48;1.16 +5683;16;1571.20;9.50;1118.60;3.47;1.16 +5683;17;1556.00;9.50;1114.60;3.98;1.16 5683;21;1569.56;9.50;1093.00;1.57;1.16 +5684;0;494.00;9.50;589.00;0.00;1.06 +5684;1;501.00;9.50;575.50;0.47;1.06 +5684;2;488.50;9.50;576.50;-0.41;1.06 +5684;3;508.50;9.50;586.00;1.36;1.06 +5684;4;479.50;9.50;589.50;4.67;1.06 +5684;5;505.50;9.50;599.00;2.28;1.06 +5684;6;489.50;9.50;602.00;3.47;1.06 +5684;7;482.00;9.50;602.50;3.86;1.06 +5684;9;480.32;9.50;589.00;1.57;1.06 +5684;10;507.68;9.50;589.00;-1.57;1.06 +5684;11;505.20;9.50;567.40;0.47;1.06 +5684;12;485.20;9.50;569.00;-0.41;1.06 +5684;13;517.20;9.50;584.20;1.36;1.06 +5684;14;470.80;9.50;589.80;4.67;1.06 +5684;15;512.40;9.50;605.00;2.28;1.06 +5684;16;486.80;9.50;609.80;3.47;1.06 +5684;17;474.80;9.50;610.60;3.86;1.06 5684;21;480.32;9.50;589.00;1.57;1.06 +5685;0;5602.00;9.50;418.00;0.00;1.38 +5685;1;5604.00;9.50;405.00;0.15;1.38 +5685;2;5587.50;9.50;414.50;-1.33;1.38 +5685;3;2801.00;9.50;419.00;4.71;1.38 +5685;4;5599.00;9.50;429.00;3.40;1.38 +5685;5;2801.00;9.50;434.00;4.70;1.38 +5685;9;5589.04;9.50;418.00;1.57;1.38 +5685;10;5614.96;9.50;418.00;-1.57;1.38 +5685;11;5605.20;9.50;397.20;0.15;1.38 +5685;12;5578.80;9.50;412.40;-1.33;1.38 +5685;13;1120.40;9.50;419.60;4.71;1.38 +5685;14;5597.20;9.50;435.60;3.40;1.38 +5685;15;1120.40;9.50;443.60;4.70;1.38 5685;21;5589.04;9.50;418.00;1.57;1.38 +5686;0;4433.00;9.50;470.00;0.00;1.00 +5686;1;4443.00;9.50;458.50;0.71;1.00 +5686;2;4449.00;9.50;462.00;1.10;1.00 +5686;3;4429.50;9.50;461.00;-0.37;1.00 +5686;4;4420.50;9.50;470.50;4.67;1.00 +5686;5;4442.00;9.50;474.00;1.98;1.00 +5686;6;4426.50;9.50;481.50;3.65;1.00 +5686;7;4437.00;9.50;482.50;2.83;1.00 +5686;9;4420.94;9.50;470.00;1.57;1.00 +5686;10;4445.06;9.50;470.00;-1.57;1.00 +5686;11;4449.00;9.50;451.60;0.71;1.00 +5686;12;4458.60;9.50;457.20;1.10;1.00 +5686;13;4427.40;9.50;455.60;-0.37;1.00 +5686;14;4413.00;9.50;470.80;4.67;1.00 +5686;15;4447.40;9.50;476.40;1.98;1.00 +5686;16;4422.60;9.50;488.40;3.65;1.00 +5686;17;4439.40;9.50;490.00;2.83;1.00 5686;21;4420.94;9.50;470.00;1.57;1.00 +5687;0;3413.00;9.50;1866.00;0.00;0.84 +5687;1;3418.00;9.50;1856.00;0.46;0.84 +5687;2;3424.00;9.50;1855.50;0.80;0.84 +5687;3;3422.50;9.50;1862.00;1.17;0.84 +5687;4;3407.00;9.50;1859.00;-0.70;0.84 +5687;5;3402.50;9.50;1869.00;4.43;0.84 +5687;6;3420.50;9.50;1873.00;2.32;0.84 +5687;7;3408.50;9.50;1874.50;3.62;0.84 +5687;8;3415.50;9.50;1876.00;2.89;0.84 +5687;9;3404.18;9.50;1866.00;1.57;0.84 +5687;10;3421.82;9.50;1866.00;-1.57;0.84 +5687;11;3421.00;9.50;1850.00;0.46;0.84 +5687;12;3430.60;9.50;1849.20;0.80;0.84 +5687;13;3428.20;9.50;1859.60;1.17;0.84 +5687;14;3403.40;9.50;1854.80;-0.70;0.84 +5687;15;3396.20;9.50;1870.80;4.43;0.84 +5687;16;3425.00;9.50;1877.20;2.32;0.84 +5687;17;3405.80;9.50;1879.60;3.62;0.84 +5687;18;3417.00;9.50;1882.00;2.89;0.84 5687;21;3404.18;9.50;1866.00;1.57;0.84 +5688;0;5559.00;9.50;310.00;0.00;1.32 +5688;1;5545.50;9.50;302.00;-1.03;1.32 +5688;2;5569.00;9.50;298.00;0.69;1.32 +5688;3;5575.50;9.50;314.00;1.80;1.32 +5688;4;5551.50;9.50;319.50;3.81;1.32 +5688;5;5571.00;9.50;327.00;2.52;1.32 +5688;9;5542.08;9.50;310.00;1.57;1.32 +5688;10;5575.92;9.50;310.00;-1.57;1.32 +5688;11;5537.40;9.50;297.20;-1.03;1.32 +5688;12;5575.00;9.50;290.80;0.69;1.32 +5688;13;5585.40;9.50;316.40;1.80;1.32 +5688;14;5547.00;9.50;325.20;3.81;1.32 +5688;15;5578.20;9.50;337.20;2.52;1.32 5688;21;5542.08;9.50;310.00;1.57;1.32 +5689;0;5342.00;9.50;1052.00;0.00;1.24 +5689;1;5326.00;9.50;1044.50;-1.13;1.24 +5689;2;5350.00;9.50;1046.00;0.92;1.24 +5689;3;5330.50;9.50;1058.50;4.19;1.24 +5689;4;5367.50;9.50;1056.50;1.74;1.24 +5689;5;5358.50;9.50;1061.00;2.07;1.24 +5689;6;5345.50;9.50;1064.50;2.86;1.24 +5689;9;5324.90;9.50;1052.00;1.57;1.24 +5689;10;5359.10;9.50;1052.00;-1.57;1.24 +5689;11;5316.40;9.50;1040.00;-1.13;1.24 +5689;12;5354.80;9.50;1042.40;0.92;1.24 +5689;13;5323.60;9.50;1062.40;4.19;1.24 +5689;14;5382.80;9.50;1059.20;1.74;1.24 +5689;15;5368.40;9.50;1066.40;2.07;1.24 +5689;16;5347.60;9.50;1072.00;2.86;1.24 5689;21;5324.90;9.50;1052.00;1.57;1.24 +5690;0;5027.00;9.50;1187.00;0.00;1.18 +5690;1;5020.00;9.50;1176.50;-0.58;1.18 +5690;2;5034.50;9.50;1177.50;0.66;1.18 +5690;3;5015.50;9.50;1189.50;4.49;1.18 +5690;4;5043.00;9.50;1181.50;1.24;1.18 +5690;5;5036.00;9.50;1192.00;2.07;1.18 +5690;6;5024.00;9.50;1200.00;3.36;1.18 +5690;9;5016.38;9.50;1187.00;1.57;1.18 +5690;10;5037.62;9.50;1187.00;-1.57;1.18 +5690;11;5015.80;9.50;1170.20;-0.58;1.18 +5690;12;5039.00;9.50;1171.80;0.66;1.18 +5690;13;5008.60;9.50;1191.00;4.49;1.18 +5690;14;5052.60;9.50;1178.20;1.24;1.18 +5690;15;5041.40;9.50;1195.00;2.07;1.18 +5690;16;5022.20;9.50;1207.80;3.36;1.18 5690;21;5016.38;9.50;1187.00;1.57;1.18 +5691;0;5268.00;9.50;1462.00;0.00;1.10 +5691;1;5251.00;9.50;1456.00;-1.23;1.10 +5691;2;5261.00;9.50;1451.50;-0.58;1.10 +5691;3;5276.50;9.50;1455.50;0.91;1.10 +5691;4;5283.50;9.50;1467.00;1.88;1.10 +5691;5;5251.00;9.50;1463.00;4.65;1.10 +5691;6;5267.00;9.50;1470.00;3.26;1.10 +5691;7;5283.00;9.50;1477.00;2.35;1.10 +5691;9;5256.12;9.50;1462.00;1.57;1.10 +5691;10;5279.88;9.50;1462.00;-1.57;1.10 +5691;11;5240.80;9.50;1452.40;-1.23;1.10 +5691;12;5256.80;9.50;1445.20;-0.58;1.10 +5691;13;5281.60;9.50;1451.60;0.91;1.10 +5691;14;5292.80;9.50;1470.00;1.88;1.10 +5691;15;5240.80;9.50;1463.60;4.65;1.10 +5691;16;5266.40;9.50;1474.80;3.26;1.10 +5691;17;5292.00;9.50;1486.00;2.35;1.10 5691;21;5256.12;9.50;1462.00;1.57;1.10 +5692;0;4305.00;9.50;896.00;0.00;1.00 +5692;1;4296.00;9.50;888.50;-0.87;1.00 +5692;2;4310.50;9.50;889.50;0.70;1.00 +5692;3;4291.00;9.50;895.00;-1.49;1.00 +5692;4;4318.50;9.50;892.50;1.31;1.00 +5692;5;4318.00;9.50;896.50;1.60;1.00 +5692;6;4299.50;9.50;899.50;4.14;1.00 +5692;7;4294.50;9.50;900.00;4.34;1.00 +5692;8;4317.00;9.50;902.50;2.06;1.00 +5692;9;4294.74;9.50;896.00;1.57;1.00 +5692;10;4315.26;9.50;896.00;-1.57;1.00 +5692;11;4290.60;9.50;884.00;-0.87;1.00 +5692;12;4313.80;9.50;885.60;0.70;1.00 +5692;13;4282.60;9.50;894.40;-1.49;1.00 +5692;14;4326.60;9.50;890.40;1.31;1.00 +5692;15;4325.80;9.50;896.80;1.60;1.00 +5692;16;4296.20;9.50;901.60;4.14;1.00 +5692;17;4288.20;9.50;902.40;4.34;1.00 +5692;18;4324.20;9.50;906.40;2.06;1.00 5692;21;4294.74;9.50;896.00;1.57;1.00 +5693;0;4097.00;9.50;18.00;0.00;1.00 +5693;1;4083.50;9.50;15.50;-1.38;1.00 +5693;2;4107.50;9.50;21.00;1.84;1.00 +5693;3;4093.50;9.50;27.00;3.51;1.00 +5693;4;4106.00;9.50;34.00;2.62;1.00 +5693;9;4086.56;9.50;18.00;1.57;1.00 +5693;10;4107.44;9.50;18.00;-1.57;1.00 +5693;11;4075.40;9.50;14.00;-1.38;1.00 +5693;12;4113.80;9.50;22.80;1.84;1.00 +5693;13;4091.40;9.50;32.40;3.51;1.00 +5693;14;4111.40;9.50;43.60;2.62;1.00 5693;21;4086.56;9.50;18.00;1.57;1.00 +5694;0;4859.00;9.50;164.00;0.00;0.64 +5694;1;4860.50;9.50;156.50;0.19;0.64 +5694;2;4848.00;9.50;162.50;-1.43;0.64 +5694;3;4871.00;9.50;162.50;1.44;0.64 +5694;4;4869.00;9.50;169.00;2.03;0.64 +5694;5;4845.50;9.50;169.50;4.32;0.64 +5694;6;4855.50;9.50;171.00;3.60;0.64 +5694;9;4848.74;9.50;164.00;1.57;0.64 +5694;10;4869.26;9.50;164.00;-1.57;0.64 +5694;11;4861.40;9.50;152.00;0.19;0.64 +5694;12;4841.40;9.50;161.60;-1.43;0.64 +5694;13;4878.20;9.50;161.60;1.44;0.64 +5694;14;4875.00;9.50;172.00;2.03;0.64 +5694;15;4837.40;9.50;172.80;4.32;0.64 +5694;16;4853.40;9.50;175.20;3.60;0.64 5694;21;4848.74;9.50;164.00;1.57;0.64 +5695;0;3677.00;9.50;461.00;0.00;0.94 +5695;1;3680.50;9.50;449.50;0.29;0.94 +5695;2;3669.00;9.50;456.50;-1.05;0.94 +5695;3;3686.00;9.50;462.50;1.73;0.94 +5695;4;3667.00;9.50;470.50;3.95;0.94 +5695;5;3677.00;9.50;472.50;3.14;0.94 +5695;9;3668.54;9.50;461.00;1.57;0.94 +5695;10;3685.46;9.50;461.00;-1.57;0.94 +5695;11;3682.60;9.50;442.60;0.29;0.94 +5695;12;3664.20;9.50;453.80;-1.05;0.94 +5695;13;3691.40;9.50;463.40;1.73;0.94 +5695;14;3661.00;9.50;476.20;3.95;0.94 +5695;15;3677.00;9.50;479.40;3.14;0.94 5695;21;3668.54;9.50;461.00;1.57;0.94 +5696;0;3433.00;9.50;124.00;0.00;0.98 +5696;1;3438.50;9.50;114.00;0.50;0.98 +5696;2;3450.50;9.50;117.50;1.21;0.98 +5696;3;3423.00;9.50;119.00;-1.10;0.98 +5696;4;3440.50;9.50;129.50;2.20;0.98 +5696;5;3417.00;9.50;128.50;4.43;0.98 +5696;6;3423.50;9.50;135.50;3.83;0.98 +5696;9;3420.40;9.50;124.00;1.57;0.98 +5696;10;3445.60;9.50;124.00;-1.57;0.98 +5696;11;3441.80;9.50;108.00;0.50;0.98 +5696;12;3461.00;9.50;113.60;1.21;0.98 +5696;13;3417.00;9.50;116.00;-1.10;0.98 +5696;14;3445.00;9.50;132.80;2.20;0.98 +5696;15;3407.40;9.50;131.20;4.43;0.98 +5696;16;3417.80;9.50;142.40;3.83;0.98 5696;21;3420.40;9.50;124.00;1.57;0.98 +5697;0;2786.00;9.50;175.00;0.00;0.98 +5697;1;2792.00;9.50;160.50;0.39;0.98 +5697;2;2780.00;9.50;162.00;-0.43;0.98 +5697;3;2798.00;9.50;166.50;0.95;0.98 +5697;4;2775.50;9.50;174.50;-1.52;0.98 +5697;5;2795.00;9.50;184.50;2.38;0.98 +5697;6;2784.50;9.50;191.50;3.23;0.98 +5697;7;2792.00;9.50;197.00;2.87;0.98 +5697;9;2777.18;9.50;175.00;1.57;0.98 +5697;10;2794.82;9.50;175.00;-1.57;0.98 +5697;11;2795.60;9.50;151.80;0.39;0.98 +5697;12;2776.40;9.50;154.20;-0.43;0.98 +5697;13;2805.20;9.50;161.40;0.95;0.98 +5697;14;2769.20;9.50;174.20;-1.52;0.98 +5697;15;2800.40;9.50;190.20;2.38;0.98 +5697;16;2783.60;9.50;201.40;3.23;0.98 +5697;17;2795.60;9.50;210.20;2.87;0.98 5697;21;2777.18;9.50;175.00;1.57;0.98 +5698;0;2688.00;9.50;243.00;0.00;0.92 +5698;1;2690.00;9.50;227.50;0.12;0.92 +5698;2;2680.50;9.50;233.00;-0.64;0.92 +5698;3;2697.50;9.50;242.00;1.46;0.92 +5698;4;2677.50;9.50;248.00;4.26;0.92 +5698;5;2698.50;9.50;255.50;2.44;0.92 +5698;6;2687.00;9.50;256.50;3.21;0.92 +5698;9;2679.72;9.50;243.00;1.57;0.92 +5698;10;2696.28;9.50;243.00;-1.57;0.92 +5698;11;2691.20;9.50;218.20;0.12;0.92 +5698;12;2676.00;9.50;227.00;-0.64;0.92 +5698;13;2703.20;9.50;241.40;1.46;0.92 +5698;14;2671.20;9.50;251.00;4.26;0.92 +5698;15;2704.80;9.50;263.00;2.44;0.92 +5698;16;2686.40;9.50;264.60;3.21;0.92 5698;21;2679.72;9.50;243.00;1.57;0.92 +5699;0;2031.00;9.50;1183.00;0.00;0.98 +5699;1;2021.50;9.50;1166.00;-0.51;0.98 +5699;2;2019.50;9.50;1181.00;-1.39;0.98 +5699;3;2033.00;9.50;1167.50;0.12;0.98 +5699;4;2042.00;9.50;1169.00;0.66;0.98 +5699;5;2042.00;9.50;1185.50;1.79;0.98 +5699;6;2020.00;9.50;1196.50;3.82;0.98 +5699;7;2032.00;9.50;1198.50;3.07;0.98 +5699;9;2022.18;9.50;1183.00;1.57;0.98 +5699;10;2039.82;9.50;1183.00;-1.57;0.98 +5699;11;2015.80;9.50;1155.80;-0.51;0.98 +5699;12;2012.60;9.50;1179.80;-1.39;0.98 +5699;13;2034.20;9.50;1158.20;0.12;0.98 +5699;14;2048.60;9.50;1160.60;0.66;0.98 +5699;15;2048.60;9.50;1187.00;1.79;0.98 +5699;16;2013.40;9.50;1204.60;3.82;0.98 +5699;17;2032.60;9.50;1207.80;3.07;0.98 5699;21;2022.18;9.50;1183.00;1.57;0.98 +5700;0;1619.00;9.50;1231.00;0.00;1.08 +5700;1;1619.50;9.50;1220.00;0.04;1.08 +5700;2;1625.00;9.50;1217.50;0.41;1.08 +5700;3;1627.50;9.50;1223.00;0.81;1.08 +5700;4;1612.00;9.50;1223.00;-0.71;1.08 +5700;5;1605.50;9.50;1228.50;-1.38;1.08 +5700;6;1629.50;9.50;1231.50;1.61;1.08 +5700;7;1609.00;9.50;1235.50;4.29;1.08 +5700;8;1627.50;9.50;1236.50;2.14;1.08 +5700;9;1608.20;9.50;1231.00;1.57;1.08 +5700;10;1629.80;9.50;1231.00;-1.57;1.08 +5700;11;1619.80;9.50;1213.40;0.04;1.08 +5700;12;1628.60;9.50;1209.40;0.41;1.08 +5700;13;1632.60;9.50;1218.20;0.81;1.08 +5700;14;1607.80;9.50;1218.20;-0.71;1.08 +5700;15;1597.40;9.50;1227.00;-1.38;1.08 +5700;16;1635.80;9.50;1231.80;1.61;1.08 +5700;17;1603.00;9.50;1238.20;4.29;1.08 +5700;18;1632.60;9.50;1239.80;2.14;1.08 5700;21;1608.20;9.50;1231.00;1.57;1.08 +5701;0;1559.00;9.50;353.00;0.00;1.40 +5701;1;1551.00;9.50;341.00;-0.58;1.40 +5701;2;1569.00;9.50;346.50;0.99;1.40 +5701;3;1548.50;9.50;361.50;4.03;1.40 +5701;4;1566.00;9.50;365.50;2.63;1.40 +5701;9;1546.40;9.50;353.00;1.57;1.40 +5701;10;1571.60;9.50;353.00;-1.57;1.40 +5701;11;1546.20;9.50;333.80;-0.58;1.40 +5701;12;1575.00;9.50;342.60;0.99;1.40 +5701;13;1542.20;9.50;366.60;4.03;1.40 +5701;14;1570.20;9.50;373.00;2.63;1.40 5701;21;1546.40;9.50;353.00;1.57;1.40 +5702;0;404.00;9.50;195.00;0.00;1.12 +5702;1;399.00;9.50;182.00;-0.36;1.12 +5702;2;417.50;9.50;189.50;1.18;1.12 +5702;3;388.00;9.50;191.50;-1.35;1.12 +5702;4;425.50;9.50;199.00;1.75;1.12 +5702;5;394.00;9.50;205.00;3.92;1.12 +5702;6;412.50;9.50;205.00;2.43;1.12 +5702;9;390.32;9.50;195.00;1.57;1.12 +5702;10;417.68;9.50;195.00;-1.57;1.12 +5702;11;396.00;9.50;174.20;-0.36;1.12 +5702;12;425.60;9.50;186.20;1.18;1.12 +5702;13;378.40;9.50;189.40;-1.35;1.12 +5702;14;438.40;9.50;201.40;1.75;1.12 +5702;15;388.00;9.50;211.00;3.92;1.12 +5702;16;417.60;9.50;211.00;2.43;1.12 5702;21;390.32;9.50;195.00;1.57;1.12 +5703;0;154.00;9.50;1145.00;0.00;1.18 +5703;1;153.00;9.50;1131.50;-0.07;1.18 +5703;2;169.00;9.50;1132.00;0.85;1.18 +5703;3;139.00;9.50;1134.50;-0.96;1.18 +5703;4;168.50;9.50;1145.00;1.57;1.18 +5703;5;141.50;9.50;1149.00;4.40;1.18 +5703;6;155.00;9.50;1159.50;3.07;1.18 +5703;9;142.48;9.50;1145.00;1.57;1.18 +5703;10;165.52;9.50;1145.00;-1.57;1.18 +5703;11;152.40;9.50;1123.40;-0.07;1.18 +5703;12;178.00;9.50;1124.20;0.85;1.18 +5703;13;130.00;9.50;1128.20;-0.96;1.18 +5703;14;177.20;9.50;1145.00;1.57;1.18 +5703;15;134.00;9.50;1151.40;4.40;1.18 +5703;16;155.60;9.50;1168.20;3.07;1.18 5703;21;142.48;9.50;1145.00;1.57;1.18 +5704;0;783.00;9.50;1084.00;0.00;0.92 +5704;1;783.00;9.50;1073.50;0.00;0.92 +5704;2;768.50;9.50;1085.00;4.64;0.92 +5704;3;799.50;9.50;1082.50;1.48;0.92 +5704;4;787.50;9.50;1093.50;2.69;0.92 +5704;5;773.00;9.50;1096.50;3.81;0.92 +5704;9;770.94;9.50;1084.00;1.57;0.92 +5704;10;795.06;9.50;1084.00;-1.57;0.92 +5704;11;783.00;9.50;1067.20;0.00;0.92 +5704;12;759.80;9.50;1085.60;4.64;0.92 +5704;13;809.40;9.50;1081.60;1.48;0.92 +5704;14;790.20;9.50;1099.20;2.69;0.92 +5704;15;767.00;9.50;1104.00;3.81;0.92 5704;21;770.94;9.50;1084.00;1.57;0.92 +5705;0;1173.00;9.50;690.00;0.00;1.18 +5705;1;1162.00;9.50;677.00;-0.70;1.18 +5705;2;1179.50;9.50;680.50;0.60;1.18 +5705;3;1159.00;9.50;688.00;-1.42;1.18 +5705;4;1187.00;9.50;695.50;1.94;1.18 +5705;5;1172.50;9.50;702.50;3.18;1.18 +5705;9;1160.40;9.50;690.00;1.57;1.18 +5705;10;1185.60;9.50;690.00;-1.57;1.18 +5705;11;1155.40;9.50;669.20;-0.70;1.18 +5705;12;1183.40;9.50;674.80;0.60;1.18 +5705;13;1150.60;9.50;686.80;-1.42;1.18 +5705;14;1195.40;9.50;698.80;1.94;1.18 +5705;15;1172.20;9.50;710.00;3.18;1.18 5705;21;1160.40;9.50;690.00;1.57;1.18 +5706;0;1155.00;9.50;1169.00;0.00;0.94 +5706;1;1150.50;9.50;1157.00;-0.35;0.94 +5706;2;1161.50;9.50;1161.50;0.71;0.94 +5706;3;1145.50;9.50;1165.50;-1.21;0.94 +5706;4;1171.00;9.50;1168.50;1.54;0.94 +5706;5;1164.00;9.50;1174.00;2.07;0.94 +5706;6;1141.50;9.50;1175.50;4.26;0.94 +5706;7;1149.00;9.50;1179.00;3.68;0.94 +5706;8;1157.00;9.50;1179.50;2.95;0.94 +5706;9;1144.02;9.50;1169.00;1.57;0.94 +5706;10;1165.98;9.50;1169.00;-1.57;0.94 +5706;11;1147.80;9.50;1149.80;-0.35;0.94 +5706;12;1165.40;9.50;1157.00;0.71;0.94 +5706;13;1139.80;9.50;1163.40;-1.21;0.94 +5706;14;1180.60;9.50;1168.20;1.54;0.94 +5706;15;1169.40;9.50;1177.00;2.07;0.94 +5706;16;1133.40;9.50;1179.40;4.26;0.94 +5706;17;1145.40;9.50;1185.00;3.68;0.94 +5706;18;1158.20;9.50;1185.80;2.95;0.94 5706;21;1144.02;9.50;1169.00;1.57;0.94 +5707;0;3068.00;9.50;1258.00;0.00;1.36 +5707;1;3061.00;9.50;1248.50;-0.63;1.36 +5707;2;3076.00;9.50;1245.00;0.55;1.36 +5707;3;3081.00;9.50;1250.50;1.04;1.36 +5707;4;3050.00;9.50;1254.00;-1.35;1.36 +5707;5;3050.50;9.50;1257.00;-1.51;1.36 +5707;6;3075.00;9.50;1267.50;2.50;1.36 +5707;7;3054.00;9.50;1260.50;4.53;1.36 +5707;8;3063.50;9.50;1267.50;3.58;1.36 +5707;9;3055.76;9.50;1258.00;1.57;1.36 +5707;10;3080.24;9.50;1258.00;-1.57;1.36 +5707;11;3056.80;9.50;1242.80;-0.63;1.36 +5707;12;3080.80;9.50;1237.20;0.55;1.36 +5707;13;3088.80;9.50;1246.00;1.04;1.36 +5707;14;3039.20;9.50;1251.60;-1.35;1.36 +5707;15;3040.00;9.50;1256.40;-1.51;1.36 +5707;16;3079.20;9.50;1273.20;2.50;1.36 +5707;17;3045.60;9.50;1262.00;4.53;1.36 +5707;18;3060.80;9.50;1273.20;3.58;1.36 5707;21;3055.76;9.50;1258.00;1.57;1.36 +5708;0;2394.00;9.50;629.00;0.00;1.06 +5708;1;2390.00;9.50;620.50;-0.44;1.06 +5708;2;2402.50;9.50;619.50;0.73;1.06 +5708;3;2408.00;9.50;626.50;1.39;1.06 +5708;4;2381.50;9.50;630.00;4.63;1.06 +5708;5;2397.00;9.50;637.00;2.78;1.06 +5708;6;2383.00;9.50;638.50;4.00;1.06 +5708;9;2384.28;9.50;629.00;1.57;1.06 +5708;10;2403.72;9.50;629.00;-1.57;1.06 +5708;11;2387.60;9.50;615.40;-0.44;1.06 +5708;12;2407.60;9.50;613.80;0.73;1.06 +5708;13;2416.40;9.50;625.00;1.39;1.06 +5708;14;2374.00;9.50;630.60;4.63;1.06 +5708;15;2398.80;9.50;641.80;2.78;1.06 +5708;16;2376.40;9.50;644.20;4.00;1.06 5708;21;2384.28;9.50;629.00;1.57;1.06 +5709;0;1530.00;9.50;1080.00;0.00;1.54 +5709;1;1533.00;9.50;1062.00;0.16;1.54 +5709;2;1516.00;9.50;1059.50;-0.59;1.54 +5709;3;1513.50;9.50;1066.50;-0.88;1.54 +5709;4;1546.50;9.50;1083.00;1.75;1.54 +5709;5;1516.00;9.50;1082.50;4.53;1.54 +5709;6;1514.00;9.50;1097.00;3.89;1.54 +5709;7;1525.00;9.50;1100.00;3.38;1.54 +5709;9;1516.14;9.50;1080.00;1.57;1.54 +5709;10;1543.86;9.50;1080.00;-1.57;1.54 +5709;11;1534.80;9.50;1051.20;0.16;1.54 +5709;12;1507.60;9.50;1047.20;-0.59;1.54 +5709;13;1503.60;9.50;1058.40;-0.88;1.54 +5709;14;1556.40;9.50;1084.80;1.75;1.54 +5709;15;1507.60;9.50;1084.00;4.53;1.54 +5709;16;1504.40;9.50;1107.20;3.89;1.54 +5709;17;1522.00;9.50;1112.00;3.38;1.54 5709;21;1516.14;9.50;1080.00;1.57;1.54 +5710;0;599.00;9.50;581.00;0.00;1.14 +5710;1;600.00;9.50;570.00;0.09;1.14 +5710;2;585.50;9.50;581.00;4.71;1.14 +5710;3;617.00;9.50;574.00;1.20;1.14 +5710;4;610.50;9.50;586.00;1.98;1.14 +5710;5;596.50;9.50;595.50;3.31;1.14 +5710;9;586.58;9.50;581.00;1.57;1.14 +5710;10;611.42;9.50;581.00;-1.57;1.14 +5710;11;600.60;9.50;563.40;0.09;1.14 +5710;12;577.40;9.50;581.00;4.71;1.14 +5710;13;627.80;9.50;569.80;1.20;1.14 +5710;14;617.40;9.50;589.00;1.98;1.14 +5710;15;595.00;9.50;604.20;3.31;1.14 5710;21;586.58;9.50;581.00;1.57;1.14 +5711;0;5588.00;9.50;230.00;0.00;1.46 +5711;1;5573.00;9.50;211.00;-0.66;1.46 +5711;2;5574.50;9.50;210.00;-0.59;1.46 +5711;3;5574.00;9.50;216.00;-0.78;1.46 +5711;4;5569.50;9.50;214.00;-0.85;1.46 +5711;5;5593.00;9.50;221.00;0.50;1.46 +5711;6;5569.00;9.50;218.00;-1.00;1.46 +5711;7;5568.50;9.50;228.50;-1.49;1.46 +5711;8;5609.50;9.50;238.50;1.94;1.46 +5711;9;5573.06;9.50;230.00;1.57;1.46 +5711;10;5602.94;9.50;230.00;-1.57;1.46 +5711;11;5564.00;9.50;199.60;-0.66;1.46 +5711;12;5566.40;9.50;198.00;-0.59;1.46 +5711;13;5565.60;9.50;207.60;-0.78;1.46 +5711;14;5558.40;9.50;204.40;-0.85;1.46 +5711;15;5596.00;9.50;215.60;0.50;1.46 +5711;16;5557.60;9.50;210.80;-1.00;1.46 +5711;17;5556.80;9.50;227.60;-1.49;1.46 +5711;18;5622.40;9.50;243.60;1.94;1.46 5711;21;5573.06;9.50;230.00;1.57;1.46 +5712;0;4529.00;9.50;223.00;0.00;1.04 +5712;1;4522.00;9.50;210.00;-0.49;1.04 +5712;2;4534.00;9.50;212.00;0.42;1.04 +5712;3;4517.00;9.50;223.00;4.71;1.04 +5712;4;4541.50;9.50;225.50;1.76;1.04 +5712;5;4524.50;9.50;234.50;3.51;1.04 +5712;6;4536.50;9.50;235.50;2.60;1.04 +5712;9;4517.30;9.50;223.00;1.57;1.04 +5712;10;4540.70;9.50;223.00;-1.57;1.04 +5712;11;4517.80;9.50;202.20;-0.49;1.04 +5712;12;4537.00;9.50;205.40;0.42;1.04 +5712;13;4509.80;9.50;223.00;4.71;1.04 +5712;14;4549.00;9.50;227.00;1.76;1.04 +5712;15;4521.80;9.50;241.40;3.51;1.04 +5712;16;4541.00;9.50;243.00;2.60;1.04 5712;21;4517.30;9.50;223.00;1.57;1.04 +5713;0;3464.00;9.50;1939.00;0.00;1.44 +5713;1;3466.50;9.50;1923.00;0.15;1.44 +5713;2;3457.00;9.50;1923.00;-0.41;1.44 +5713;3;3454.00;9.50;1931.00;-0.89;1.44 +5713;4;3477.50;9.50;1940.00;1.64;1.44 +5713;5;3443.50;9.50;1938.50;-1.54;1.44 +5713;6;3455.00;9.50;1948.50;3.90;1.44 +5713;7;3478.50;9.50;1950.50;2.24;1.44 +5713;9;3447.44;9.50;1939.00;1.57;1.44 +5713;10;3480.56;9.50;1939.00;-1.57;1.44 +5713;11;3468.00;9.50;1913.40;0.15;1.44 +5713;12;3452.80;9.50;1913.40;-0.41;1.44 +5713;13;3448.00;9.50;1926.20;-0.89;1.44 +5713;14;3485.60;9.50;1940.60;1.64;1.44 +5713;15;3431.20;9.50;1938.20;-1.54;1.44 +5713;16;3449.60;9.50;1954.20;3.90;1.44 +5713;17;3487.20;9.50;1957.40;2.24;1.44 5713;21;3447.44;9.50;1939.00;1.57;1.44 +5714;0;5611.00;9.50;328.00;0.00;0.96 +5714;1;5613.50;9.50;312.50;0.16;0.96 +5714;2;5601.50;9.50;323.00;-1.08;0.96 +5714;3;5621.00;9.50;325.00;1.27;0.96 +5714;4;5621.00;9.50;340.00;2.44;0.96 +5714;5;5609.00;9.50;340.50;3.30;0.96 +5714;9;5602.36;9.50;328.00;1.57;0.96 +5714;10;5619.64;9.50;328.00;-1.57;0.96 +5714;11;5615.00;9.50;303.20;0.16;0.96 +5714;12;5595.80;9.50;320.00;-1.08;0.96 +5714;13;5627.00;9.50;323.20;1.27;0.96 +5714;14;5627.00;9.50;347.20;2.44;0.96 +5714;15;5607.80;9.50;348.00;3.30;0.96 5714;21;5602.36;9.50;328.00;1.57;0.96 +5715;0;5401.00;9.50;1087.00;0.00;1.04 +5715;1;5407.00;9.50;1080.00;0.70;1.04 +5715;2;5388.00;9.50;1078.50;-0.99;1.04 +5715;3;5391.00;9.50;1092.00;4.24;1.04 +5715;4;5420.50;9.50;1088.00;1.62;1.04 +5715;5;5413.50;9.50;1095.00;2.14;1.04 +5715;9;5384.80;9.50;1087.00;1.57;1.04 +5715;10;5417.20;9.50;1087.00;-1.57;1.04 +5715;11;5410.60;9.50;1075.80;0.70;1.04 +5715;12;5380.20;9.50;1073.40;-0.99;1.04 +5715;13;5385.00;9.50;1095.00;4.24;1.04 +5715;14;5432.20;9.50;1088.60;1.62;1.04 +5715;15;5421.00;9.50;1099.80;2.14;1.04 5715;21;5384.80;9.50;1087.00;1.57;1.04 +5716;0;5028.00;9.50;1239.00;0.00;1.02 +5716;1;5024.50;9.50;1226.00;-0.26;1.02 +5716;2;5016.50;9.50;1230.50;-0.93;1.02 +5716;3;5036.50;9.50;1232.50;0.91;1.02 +5716;4;5012.00;9.50;1237.50;-1.47;1.02 +5716;5;5044.50;9.50;1242.50;1.78;1.02 +5716;6;5014.00;9.50;1241.00;4.57;1.02 +5716;7;5013.50;9.50;1244.50;4.35;1.02 +5716;8;5014.00;9.50;1248.50;4.11;1.02 +5716;9;5015.58;9.50;1239.00;1.57;1.02 +5716;10;5040.42;9.50;1239.00;-1.57;1.02 +5716;11;5022.40;9.50;1218.20;-0.26;1.02 +5716;12;5009.60;9.50;1225.40;-0.93;1.02 +5716;13;5041.60;9.50;1228.60;0.91;1.02 +5716;14;5002.40;9.50;1236.60;-1.47;1.02 +5716;15;5054.40;9.50;1244.60;1.78;1.02 +5716;16;5005.60;9.50;1242.20;4.57;1.02 +5716;17;5004.80;9.50;1247.80;4.35;1.02 +5716;18;5005.60;9.50;1254.20;4.11;1.02 5716;21;5015.58;9.50;1239.00;1.57;1.02 +5717;0;5260.00;9.50;1499.00;0.00;1.28 +5717;1;5263.00;9.50;1488.50;0.27;1.28 +5717;2;5247.00;9.50;1488.50;-0.89;1.28 +5717;3;5248.00;9.50;1503.00;4.39;1.28 +5717;4;5276.50;9.50;1498.50;1.54;1.28 +5717;5;5270.50;9.50;1508.50;2.30;1.28 +5717;6;5259.50;9.50;1513.00;3.17;1.28 +5717;9;5248.48;9.50;1499.00;1.57;1.28 +5717;10;5271.52;9.50;1499.00;-1.57;1.28 +5717;11;5264.80;9.50;1482.20;0.27;1.28 +5717;12;5239.20;9.50;1482.20;-0.89;1.28 +5717;13;5240.80;9.50;1505.40;4.39;1.28 +5717;14;5286.40;9.50;1498.20;1.54;1.28 +5717;15;5276.80;9.50;1514.20;2.30;1.28 +5717;16;5259.20;9.50;1521.40;3.17;1.28 5717;21;5248.48;9.50;1499.00;1.57;1.28 +5718;0;4324.00;9.50;860.00;0.00;0.94 +5718;1;4325.50;9.50;848.00;0.12;0.94 +5718;2;4316.00;9.50;858.50;-1.38;0.94 +5718;3;4334.50;9.50;849.50;0.78;0.94 +5718;4;4333.50;9.50;854.50;1.04;0.94 +5718;5;4333.00;9.50;861.50;1.73;0.94 +5718;6;4331.00;9.50;864.50;2.14;0.94 +5718;7;4328.50;9.50;870.50;2.73;0.94 +5718;8;4320.00;9.50;871.50;3.47;0.94 +5718;9;4315.54;9.50;860.00;1.57;0.94 +5718;10;4332.46;9.50;860.00;-1.57;0.94 +5718;11;4326.40;9.50;840.80;0.12;0.94 +5718;12;4311.20;9.50;857.60;-1.38;0.94 +5718;13;4340.80;9.50;843.20;0.78;0.94 +5718;14;4339.20;9.50;851.20;1.04;0.94 +5718;15;4338.40;9.50;862.40;1.73;0.94 +5718;16;4335.20;9.50;867.20;2.14;0.94 +5718;17;4331.20;9.50;876.80;2.73;0.94 +5718;18;4317.60;9.50;878.40;3.47;0.94 5718;21;4315.54;9.50;860.00;1.57;0.94 +5719;0;4145.00;9.50;25.00;0.00;1.22 +5719;1;4131.50;9.50;24.50;-1.53;1.22 +5719;2;4160.00;9.50;17.00;1.08;1.22 +5719;3;4155.50;9.50;32.00;2.15;1.22 +5719;4;4141.50;9.50;38.50;3.39;1.22 +5719;9;4133.84;9.50;25.00;1.57;1.22 +5719;10;4156.16;9.50;25.00;-1.57;1.22 +5719;11;4123.40;9.50;24.20;-1.53;1.22 +5719;12;4169.00;9.50;12.20;1.08;1.22 +5719;13;4161.80;9.50;36.20;2.15;1.22 +5719;14;4139.40;9.50;46.60;3.39;1.22 5719;21;4133.84;9.50;25.00;1.57;1.22 +5720;0;4899.00;9.50;151.00;0.00;0.74 +5720;1;4903.50;9.50;143.00;0.51;0.74 +5720;2;4908.50;9.50;147.00;1.17;0.74 +5720;3;4893.50;9.50;147.50;-1.00;0.74 +5720;4;4891.00;9.50;156.00;4.15;0.74 +5720;5;4903.50;9.50;154.00;2.15;0.74 +5720;6;4897.50;9.50;160.00;3.30;0.74 +5720;9;4891.80;9.50;151.00;1.57;0.74 +5720;10;4906.20;9.50;151.00;-1.57;0.74 +5720;11;4906.20;9.50;138.20;0.51;0.74 +5720;12;4914.20;9.50;144.60;1.17;0.74 +5720;13;4890.20;9.50;145.40;-1.00;0.74 +5720;14;4886.20;9.50;159.00;4.15;0.74 +5720;15;4906.20;9.50;155.80;2.15;0.74 +5720;16;4896.60;9.50;165.40;3.30;0.74 5720;21;4891.80;9.50;151.00;1.57;0.74 +5721;0;3718.00;9.50;467.00;0.00;0.98 +5721;1;3719.50;9.50;457.00;0.14;0.98 +5721;2;3709.50;9.50;456.50;-0.68;0.98 +5721;3;3706.50;9.50;465.50;-1.44;0.98 +5721;4;3730.50;9.50;464.00;1.33;0.98 +5721;5;3732.50;9.50;468.00;1.64;0.98 +5721;6;3724.50;9.50;474.50;2.42;0.98 +5721;7;3711.00;9.50;477.50;3.73;0.98 +5721;9;3707.92;9.50;467.00;1.57;0.98 +5721;10;3728.08;9.50;467.00;-1.57;0.98 +5721;11;3720.40;9.50;451.00;0.14;0.98 +5721;12;3704.40;9.50;450.20;-0.68;0.98 +5721;13;3699.60;9.50;464.60;-1.44;0.98 +5721;14;3738.00;9.50;462.20;1.33;0.98 +5721;15;3741.20;9.50;468.60;1.64;0.98 +5721;16;3728.40;9.50;479.00;2.42;0.98 +5721;17;3706.80;9.50;483.80;3.73;0.98 5721;21;3707.92;9.50;467.00;1.57;0.98 +5722;0;3455.00;9.50;83.00;0.00;0.92 +5722;1;3461.00;9.50;73.00;0.54;0.92 +5722;2;3448.00;9.50;77.00;-0.86;0.92 +5722;3;3465.50;9.50;84.50;1.71;0.92 +5722;4;3442.00;9.50;88.00;4.34;0.92 +5722;5;3449.50;9.50;93.50;3.62;0.92 +5722;9;3443.66;9.50;83.00;1.57;0.92 +5722;10;3466.34;9.50;83.00;-1.57;0.92 +5722;11;3464.60;9.50;67.00;0.54;0.92 +5722;12;3443.80;9.50;73.40;-0.86;0.92 +5722;13;3471.80;9.50;85.40;1.71;0.92 +5722;14;3434.20;9.50;91.00;4.34;0.92 +5722;15;3446.20;9.50;99.80;3.62;0.92 5722;21;3443.66;9.50;83.00;1.57;0.92 +5723;0;2757.00;9.50;131.00;0.00;1.24 +5723;1;2757.00;9.50;118.00;0.00;1.24 +5723;2;2768.00;9.50;126.50;1.18;1.24 +5723;3;2745.50;9.50;133.00;4.54;1.24 +5723;4;2765.50;9.50;140.00;2.38;1.24 +5723;5;2750.00;9.50;143.00;3.67;1.24 +5723;6;2741.50;9.50;146.00;3.94;1.24 +5723;9;2745.84;9.50;131.00;1.57;1.24 +5723;10;2768.16;9.50;131.00;-1.57;1.24 +5723;11;2757.00;9.50;110.20;0.00;1.24 +5723;12;2774.60;9.50;123.80;1.18;1.24 +5723;13;2738.60;9.50;134.20;4.54;1.24 +5723;14;2770.60;9.50;145.40;2.38;1.24 +5723;15;2745.80;9.50;150.20;3.67;1.24 +5723;16;2732.20;9.50;155.00;3.94;1.24 5723;21;2745.84;9.50;131.00;1.57;1.24 +5724;0;2725.00;9.50;289.00;0.00;0.82 +5724;1;2727.00;9.50;275.00;0.14;0.82 +5724;2;2735.00;9.50;286.00;1.27;0.82 +5724;3;2717.00;9.50;278.50;-0.65;0.82 +5724;4;2715.00;9.50;291.50;4.46;0.82 +5724;5;2725.50;9.50;301.00;3.10;0.82 +5724;9;2717.62;9.50;289.00;1.57;0.82 +5724;10;2732.38;9.50;289.00;-1.57;0.82 +5724;11;2728.20;9.50;266.60;0.14;0.82 +5724;12;2741.00;9.50;284.20;1.27;0.82 +5724;13;2712.20;9.50;272.20;-0.65;0.82 +5724;14;2709.00;9.50;293.00;4.46;0.82 +5724;15;2725.80;9.50;308.20;3.10;0.82 5724;21;2717.62;9.50;289.00;1.57;0.82 +5725;0;2001.00;9.50;1114.00;0.00;1.30 +5725;1;2001.00;9.50;1099.00;0.00;1.30 +5725;2;2011.50;9.50;1102.00;0.71;1.30 +5725;3;1989.00;9.50;1109.00;-1.17;1.30 +5725;4;2011.00;9.50;1120.50;2.14;1.30 +5725;5;1987.50;9.50;1121.00;4.23;1.30 +5725;6;1998.00;9.50;1129.00;3.33;1.30 +5725;7;2006.50;9.50;1131.50;2.83;1.30 +5725;9;1989.30;9.50;1114.00;1.57;1.30 +5725;10;2012.70;9.50;1114.00;-1.57;1.30 +5725;11;2001.00;9.50;1090.00;0.00;1.30 +5725;12;2017.80;9.50;1094.80;0.71;1.30 +5725;13;1981.80;9.50;1106.00;-1.17;1.30 +5725;14;2017.00;9.50;1124.40;2.14;1.30 +5725;15;1979.40;9.50;1125.20;4.23;1.30 +5725;16;1996.20;9.50;1138.00;3.33;1.30 +5725;17;2009.80;9.50;1142.00;2.83;1.30 5725;21;1989.30;9.50;1114.00;1.57;1.30 +5726;0;1868.00;9.50;1474.00;0.00;1.10 +5726;1;1868.50;9.50;1462.50;0.04;1.10 +5726;2;1882.50;9.50;1470.50;1.33;1.10 +5726;3;1854.50;9.50;1476.00;4.56;1.10 +5726;4;1868.00;9.50;1484.00;3.14;1.10 +5726;5;1854.00;9.50;1487.50;3.94;1.10 +5726;9;1857.56;9.50;1474.00;1.57;1.10 +5726;10;1878.44;9.50;1474.00;-1.57;1.10 +5726;11;1868.80;9.50;1455.60;0.04;1.10 +5726;12;1891.20;9.50;1468.40;1.33;1.10 +5726;13;1846.40;9.50;1477.20;4.56;1.10 +5726;14;1868.00;9.50;1490.00;3.14;1.10 +5726;15;1845.60;9.50;1495.60;3.94;1.10 5726;21;1857.56;9.50;1474.00;1.57;1.10 +5727;0;1528.00;9.50;303.00;0.00;1.24 +5727;1;1532.00;9.50;287.50;0.25;1.24 +5727;2;1524.50;9.50;280.50;-0.15;1.24 +5727;3;1519.00;9.50;292.50;-0.70;1.24 +5727;4;1542.00;9.50;301.50;1.46;1.24 +5727;5;1519.50;9.50;314.00;3.79;1.24 +5727;6;1535.50;9.50;316.00;2.61;1.24 +5727;7;1526.00;9.50;326.00;3.22;1.24 +5727;9;1516.84;9.50;303.00;1.57;1.24 +5727;10;1539.16;9.50;303.00;-1.57;1.24 +5727;11;1534.40;9.50;278.20;0.25;1.24 +5727;12;1522.40;9.50;267.00;-0.15;1.24 +5727;13;1513.60;9.50;286.20;-0.70;1.24 +5727;14;1550.40;9.50;300.60;1.46;1.24 +5727;15;1514.40;9.50;320.60;3.79;1.24 +5727;16;1540.00;9.50;323.80;2.61;1.24 +5727;17;1524.80;9.50;339.80;3.22;1.24 5727;21;1516.84;9.50;303.00;1.57;1.24 +5728;0;417.00;9.50;240.00;0.00;1.20 +5728;1;419.00;9.50;227.50;0.15;1.20 +5728;2;430.50;9.50;232.00;1.03;1.20 +5728;3;402.00;9.50;240.50;4.67;1.20 +5728;4;429.00;9.50;247.00;2.09;1.20 +5728;5;398.50;9.50;248.00;4.30;1.20 +5728;6;413.50;9.50;250.50;3.46;1.20 +5728;7;428.50;9.50;253.00;2.41;1.20 +5728;9;404.76;9.50;240.00;1.57;1.20 +5728;10;429.24;9.50;240.00;-1.57;1.20 +5728;11;420.20;9.50;220.00;0.15;1.20 +5728;12;438.60;9.50;227.20;1.03;1.20 +5728;13;393.00;9.50;240.80;4.67;1.20 +5728;14;436.20;9.50;251.20;2.09;1.20 +5728;15;387.40;9.50;252.80;4.30;1.20 +5728;16;411.40;9.50;256.80;3.46;1.20 +5728;17;435.40;9.50;260.80;2.41;1.20 5728;21;404.76;9.50;240.00;1.57;1.20 +5729;0;212.00;9.50;1156.00;0.00;1.34 +5729;1;211.50;9.50;1142.50;-0.03;1.34 +5729;2;197.50;9.50;1150.50;-1.20;1.34 +5729;3;227.00;9.50;1156.50;1.60;1.34 +5729;4;204.00;9.50;1167.50;3.74;1.34 +5729;5;222.00;9.50;1168.50;2.46;1.34 +5729;9;199.40;9.50;1156.00;1.57;1.34 +5729;10;224.60;9.50;1156.00;-1.57;1.34 +5729;11;211.20;9.50;1134.40;-0.03;1.34 +5729;12;188.80;9.50;1147.20;-1.20;1.34 +5729;13;236.00;9.50;1156.80;1.60;1.34 +5729;14;199.20;9.50;1174.40;3.74;1.34 +5729;15;228.00;9.50;1176.00;2.46;1.34 5729;21;199.40;9.50;1156.00;1.57;1.34 +5730;0;810.00;9.50;1125.00;0.00;1.16 +5730;1;801.00;9.50;1114.00;-0.68;1.16 +5730;2;822.00;9.50;1115.00;0.87;1.16 +5730;3;793.50;9.50;1126.50;4.62;1.16 +5730;4;825.50;9.50;1130.00;1.88;1.16 +5730;5;809.00;9.50;1138.00;3.21;1.16 +5730;9;794.70;9.50;1125.00;1.57;1.16 +5730;10;825.30;9.50;1125.00;-1.57;1.16 +5730;11;795.60;9.50;1107.40;-0.68;1.16 +5730;12;829.20;9.50;1109.00;0.87;1.16 +5730;13;783.60;9.50;1127.40;4.62;1.16 +5730;14;834.80;9.50;1133.00;1.88;1.16 +5730;15;808.40;9.50;1145.80;3.21;1.16 5730;21;794.70;9.50;1125.00;1.57;1.16 +5731;0;1120.00;9.50;692.00;0.00;1.26 +5731;1;1123.50;9.50;678.00;0.24;1.26 +5731;2;1111.00;9.50;678.50;-0.58;1.26 +5731;3;1132.50;9.50;689.00;1.33;1.26 +5731;4;1106.50;9.50;689.50;-1.38;1.26 +5731;5;1130.00;9.50;705.50;2.50;1.26 +5731;6;1109.50;9.50;701.00;4.00;1.26 +5731;7;1117.00;9.50;706.00;3.35;1.26 +5731;9;1108.66;9.50;692.00;1.57;1.26 +5731;10;1131.34;9.50;692.00;-1.57;1.26 +5731;11;1125.60;9.50;669.60;0.24;1.26 +5731;12;1105.60;9.50;670.40;-0.58;1.26 +5731;13;1140.00;9.50;687.20;1.33;1.26 +5731;14;1098.40;9.50;688.00;-1.38;1.26 +5731;15;1136.00;9.50;713.60;2.50;1.26 +5731;16;1103.20;9.50;706.40;4.00;1.26 +5731;17;1115.20;9.50;714.40;3.35;1.26 5731;21;1108.66;9.50;692.00;1.57;1.26 +5732;0;1180.00;9.50;1096.00;0.00;1.14 +5732;1;1178.50;9.50;1084.50;-0.13;1.14 +5732;2;1166.50;9.50;1089.00;-1.09;1.14 +5732;3;1194.50;9.50;1092.00;1.30;1.14 +5732;4;1168.00;9.50;1103.50;4.15;1.14 +5732;5;1194.50;9.50;1101.00;1.90;1.14 +5732;6;1180.00;9.50;1108.50;3.14;1.14 +5732;9;1168.66;9.50;1096.00;1.57;1.14 +5732;10;1191.34;9.50;1096.00;-1.57;1.14 +5732;11;1177.60;9.50;1077.60;-0.13;1.14 +5732;12;1158.40;9.50;1084.80;-1.09;1.14 +5732;13;1203.20;9.50;1089.60;1.30;1.14 +5732;14;1160.80;9.50;1108.00;4.15;1.14 +5732;15;1203.20;9.50;1104.00;1.90;1.14 +5732;16;1180.00;9.50;1116.00;3.14;1.14 5732;21;1168.66;9.50;1096.00;1.57;1.14 +5733;0;3045.00;9.50;1208.00;0.00;1.16 +5733;1;3051.50;9.50;1186.00;0.28;1.16 +5733;2;3055.00;9.50;1186.00;0.42;1.16 +5733;3;3056.00;9.50;1192.50;0.61;1.16 +5733;4;3046.50;9.50;1189.00;0.07;1.16 +5733;5;3044.00;9.50;1195.00;-0.07;1.16 +5733;6;3038.00;9.50;1198.00;-0.61;1.16 +5733;7;3032.50;9.50;1199.00;-0.94;1.16 +5733;8;3056.50;9.50;1208.50;1.61;1.16 +5733;9;3034.56;9.50;1208.00;1.57;1.16 +5733;10;3055.44;9.50;1208.00;-1.57;1.16 +5733;11;3055.40;9.50;1172.80;0.28;1.16 +5733;12;3061.00;9.50;1172.80;0.42;1.16 +5733;13;3062.60;9.50;1183.20;0.61;1.16 +5733;14;3047.40;9.50;1177.60;0.07;1.16 +5733;15;3043.40;9.50;1187.20;-0.07;1.16 +5733;16;3033.80;9.50;1192.00;-0.61;1.16 +5733;17;3025.00;9.50;1193.60;-0.94;1.16 +5733;18;3063.40;9.50;1208.80;1.61;1.16 5733;21;3034.56;9.50;1208.00;1.57;1.16 +5734;0;2504.00;9.50;693.00;0.00;0.74 +5734;1;2502.00;9.50;685.00;-0.24;0.74 +5734;2;2518.50;9.50;691.50;1.46;0.74 +5734;3;2489.00;9.50;691.00;-1.43;0.74 +5734;4;2491.50;9.50;699.50;4.23;0.74 +5734;5;2507.00;9.50;700.50;2.76;0.74 +5734;6;2522.50;9.50;698.50;1.86;0.74 +5734;9;2491.40;9.50;693.00;1.57;0.74 +5734;10;2516.60;9.50;693.00;-1.57;0.74 +5734;11;2500.80;9.50;680.20;-0.24;0.74 +5734;12;2527.20;9.50;690.60;1.46;0.74 +5734;13;2480.00;9.50;689.80;-1.43;0.74 +5734;14;2484.00;9.50;703.40;4.23;0.74 +5734;15;2508.80;9.50;705.00;2.76;0.74 +5734;16;2533.60;9.50;701.80;1.86;0.74 5734;21;2491.40;9.50;693.00;1.57;0.74 +5735;0;1535.00;9.50;1200.00;0.00;1.46 +5735;1;1546.50;9.50;1187.00;0.72;1.46 +5735;2;1546.50;9.50;1193.50;1.05;1.46 +5735;3;1562.50;9.50;1188.50;1.17;1.46 +5735;4;1522.00;9.50;1189.50;-0.89;1.46 +5735;5;1508.00;9.50;1200.00;4.71;1.46 +5735;6;1566.50;9.50;1197.50;1.49;1.46 +5735;7;1564.00;9.50;1201.50;1.62;1.46 +5735;8;1558.00;9.50;1205.00;1.78;1.46 +5735;9;1511.96;9.50;1200.00;1.57;1.46 +5735;10;1558.04;9.50;1200.00;-1.57;1.46 +5735;11;1553.40;9.50;1179.20;0.72;1.46 +5735;12;1553.40;9.50;1189.60;1.05;1.46 +5735;13;1579.00;9.50;1181.60;1.17;1.46 +5735;14;1514.20;9.50;1183.20;-0.89;1.46 +5735;15;1491.80;9.50;1200.00;4.71;1.46 +5735;16;1585.40;9.50;1196.00;1.49;1.46 +5735;17;1581.40;9.50;1202.40;1.62;1.46 +5735;18;1571.80;9.50;1208.00;1.78;1.46 5735;21;1511.96;9.50;1200.00;1.57;1.46 +5736;0;4199.00;12.77;1330.00;0.00;0.64 +5736;1;4200.00;12.55;1323.50;0.15;0.64 +5736;2;4189.50;12.60;1326.50;-1.21;0.64 +5736;3;4210.00;13.12;1331.00;1.66;0.64 +5736;4;4190.50;12.90;1333.00;4.37;0.64 +5736;5;4207.00;13.25;1335.50;2.17;0.64 +5736;6;4199.00;12.95;1337.00;3.14;0.64 +5736;9;4190.18;12.75;1330.00;1.57;0.64 +5736;10;4207.82;13.06;1330.00;-1.57;0.64 5736;21;4190.18;12.75;1330.00;1.57;0.64 +5737;0;648.00;9.50;611.00;0.00;1.52 +5737;1;642.00;9.50;591.00;-0.29;1.52 +5737;2;635.00;9.50;601.00;-0.91;1.52 +5737;3;655.00;9.50;603.00;0.71;1.52 +5737;4;641.00;9.50;619.50;3.83;1.52 +5737;5;660.50;9.50;622.00;2.29;1.52 +5737;9;633.78;9.50;611.00;1.57;1.52 +5737;10;662.22;9.50;611.00;-1.57;1.52 +5737;11;638.40;9.50;579.00;-0.29;1.52 +5737;12;627.20;9.50;595.00;-0.91;1.52 +5737;13;659.20;9.50;598.20;0.71;1.52 +5737;14;636.80;9.50;624.60;3.83;1.52 +5737;15;668.00;9.50;628.60;2.29;1.52 5737;21;633.78;9.50;611.00;1.57;1.52 +5738;0;3863.00;9.50;26.00;0.00;1.18 +5738;1;3850.50;9.50;21.00;-1.19;1.18 +5738;2;3878.50;9.50;22.50;1.34;1.18 +5738;3;3849.50;9.50;36.00;4.07;1.18 +5738;4;3867.00;9.50;37.50;2.80;1.18 +5738;9;3847.34;9.50;26.00;1.57;1.18 +5738;10;3878.66;9.50;26.00;-1.57;1.18 +5738;11;3843.00;9.50;18.00;-1.19;1.18 +5738;12;3887.80;9.50;20.40;1.34;1.18 +5738;13;3841.40;9.50;42.00;4.07;1.18 +5738;14;3869.40;9.50;44.40;2.80;1.18 5738;21;3847.34;9.50;26.00;1.57;1.18 +5739;0;4582.00;9.50;92.00;0.00;0.90 +5739;1;4578.50;9.50;83.50;-0.39;0.90 +5739;2;4598.50;9.50;89.00;1.39;0.90 +5739;3;4569.00;9.50;95.00;4.48;0.90 +5739;4;4595.00;9.50;97.00;1.93;0.90 +5739;5;4581.50;9.50;103.00;3.18;0.90 +5739;9;4567.42;9.50;92.00;1.57;0.90 +5739;10;4596.58;9.50;92.00;-1.57;0.90 +5739;11;4576.40;9.50;78.40;-0.39;0.90 +5739;12;4608.40;9.50;87.20;1.39;0.90 +5739;13;4561.20;9.50;96.80;4.48;0.90 +5739;14;4602.80;9.50;100.00;1.93;0.90 +5739;15;4581.20;9.50;109.60;3.18;0.90 5739;21;4567.42;9.50;92.00;1.57;0.90 +5740;0;3535.00;9.50;1988.00;0.00;2.04 +5740;1;3527.50;9.50;1958.50;-0.24;2.04 +5740;2;3541.50;9.50;1950.50;0.17;2.04 +5740;3;3552.00;9.50;1959.50;0.53;2.04 +5740;4;3559.00;9.50;1999.00;2.00;2.04 +5740;5;3514.00;9.50;1975.00;-1.01;2.04 +5740;6;3551.50;9.50;1976.50;0.96;2.04 +5740;7;3509.00;9.50;1982.00;-1.34;2.04 +5740;8;3510.00;9.50;2000.00;4.26;2.04 +5740;9;3516.64;9.50;1988.00;1.57;2.04 +5740;10;3553.36;9.50;1988.00;-1.57;2.04 +5740;11;3523.00;9.77;1940.80;-0.24;2.04 +5740;12;3545.40;9.50;1928.00;0.17;2.04 +5740;13;3562.20;9.50;1942.40;0.53;2.04 +5740;14;3573.40;9.50;2005.60;2.00;2.04 +5740;15;3501.40;9.50;1967.20;-1.01;2.04 +5740;16;3561.40;9.66;1969.60;0.96;2.04 +5740;17;3493.40;9.50;1978.40;-1.34;2.04 +5740;18;3495.00;9.50;2007.20;4.26;2.04 5740;21;3516.64;9.50;1988.00;1.57;2.04 +5741;0;5422.00;9.50;307.00;0.00;1.22 +5741;1;5428.50;9.50;292.50;0.42;1.22 +5741;2;5407.00;9.50;298.00;-1.03;1.22 +5741;3;5442.00;9.50;300.00;1.23;1.22 +5741;4;5414.50;9.50;298.50;-0.72;1.22 +5741;5;5409.50;9.50;301.00;-1.12;1.22 +5741;6;5404.00;9.50;303.50;-1.37;1.22 +5741;7;5418.50;9.55;309.00;4.19;1.22 +5741;8;5406.50;9.50;316.00;4.18;1.22 +5741;9;5397.34;9.50;307.00;1.57;1.22 +5741;10;5446.66;9.50;307.00;-1.57;1.22 +5741;11;5432.40;9.50;283.80;0.42;1.22 +5741;12;5398.00;9.50;292.60;-1.03;1.22 +5741;13;5454.00;9.50;295.80;1.23;1.22 +5741;14;5410.00;9.51;293.40;-0.72;1.22 +5741;15;5402.00;10.20;297.40;-1.12;1.22 +5741;16;5393.20;10.73;301.40;-1.37;1.22 +5741;17;5416.40;9.70;310.20;4.19;1.22 +5741;18;5397.20;9.50;321.40;4.18;1.22 5741;21;5397.34;9.50;307.00;1.57;1.22 +5742;0;5451.00;9.50;1124.00;0.00;1.22 +5742;1;5452.00;9.50;1109.50;0.06;1.22 +5742;2;5438.50;9.50;1113.50;-0.87;1.22 +5742;3;5459.50;9.50;1118.00;0.95;1.22 +5742;4;5428.00;9.50;1119.00;-1.35;1.22 +5742;5;5440.00;9.50;1128.00;4.36;1.22 +5742;6;5468.50;9.50;1130.00;1.90;1.22 +5742;7;5461.50;9.50;1136.50;2.44;1.22 +5742;9;5435.16;9.50;1124.00;1.57;1.22 +5742;10;5466.84;9.50;1124.00;-1.57;1.22 +5742;11;5452.60;9.50;1100.80;0.06;1.22 +5742;12;5431.00;9.50;1107.20;-0.87;1.22 +5742;13;5464.60;9.50;1114.40;0.95;1.22 +5742;14;5414.20;9.50;1116.00;-1.35;1.22 +5742;15;5433.40;9.50;1130.40;4.36;1.22 +5742;16;5479.00;9.50;1133.60;1.90;1.22 +5742;17;5467.80;9.50;1144.00;2.44;1.22 5742;21;5435.16;9.50;1124.00;1.57;1.22 +5743;0;5068.00;9.50;1208.00;0.00;1.16 +5743;1;5056.50;9.50;1202.50;-1.12;1.16 +5743;2;5074.50;9.50;1197.50;0.55;1.16 +5743;3;5087.50;9.50;1204.00;1.36;1.16 +5743;4;5081.00;9.50;1212.00;1.86;1.16 +5743;5;5056.50;9.50;1217.00;4.04;1.16 +5743;6;5069.00;9.50;1220.50;3.06;1.16 +5743;9;5053.96;9.50;1208.00;1.57;1.16 +5743;10;5082.04;9.50;1208.00;-1.57;1.16 +5743;11;5049.60;9.50;1199.20;-1.12;1.16 +5743;12;5078.40;9.50;1191.20;0.55;1.16 +5743;13;5099.20;9.50;1201.60;1.36;1.16 +5743;14;5088.80;9.50;1214.40;1.86;1.16 +5743;15;5049.60;9.50;1222.40;4.04;1.16 +5743;16;5069.60;9.50;1228.00;3.06;1.16 5743;21;5053.96;9.50;1208.00;1.57;1.16 +5744;0;5331.00;9.50;1513.00;0.00;0.90 +5744;1;5314.50;9.50;1502.50;-1.00;0.90 +5744;2;5312.00;9.50;1505.50;-1.19;0.90 +5744;3;5332.00;9.50;1505.00;0.12;0.90 +5744;4;5348.50;9.50;1506.00;1.19;0.90 +5744;5;5344.50;9.50;1515.50;1.75;0.90 +5744;6;5322.00;9.50;1517.00;4.29;0.90 +5744;7;5337.50;9.50;1524.50;2.62;0.90 +5744;9;5317.32;9.50;1513.00;1.57;0.90 +5744;10;5344.68;9.50;1513.00;-1.57;0.90 +5744;11;5304.60;9.50;1496.20;-1.00;0.90 +5744;12;5300.60;9.50;1501.00;-1.19;0.90 +5744;13;5332.60;9.50;1500.20;0.12;0.90 +5744;14;5359.00;9.50;1501.80;1.19;0.90 +5744;15;5352.60;9.50;1517.00;1.75;0.90 +5744;16;5316.60;9.50;1519.40;4.29;0.90 +5744;17;5341.40;9.50;1531.40;2.62;0.90 5744;21;5317.32;9.50;1513.00;1.57;0.90 +5745;0;4327.00;9.50;812.00;0.00;0.74 +5745;1;4319.50;9.50;810.00;-1.31;0.74 +5745;2;4326.50;9.50;801.00;-0.04;0.74 +5745;3;4335.00;9.50;807.00;1.01;0.74 +5745;4;4335.50;9.50;814.00;1.80;0.74 +5745;5;4336.00;9.50;822.50;2.43;0.74 +5745;6;4320.50;9.50;823.00;3.67;0.74 +5745;7;4327.00;9.50;824.00;3.14;0.74 +5745;9;4320.34;9.50;812.00;1.57;0.74 +5745;10;4333.66;9.50;812.00;-1.57;0.74 +5745;11;4315.00;9.50;808.80;-1.31;0.74 +5745;12;4326.20;9.50;794.40;-0.04;0.74 +5745;13;4339.80;9.50;804.00;1.01;0.74 +5745;14;4340.60;9.50;815.20;1.80;0.74 +5745;15;4341.40;9.50;828.80;2.43;0.74 +5745;16;4316.60;9.50;829.60;3.67;0.74 +5745;17;4327.00;9.50;831.20;3.14;0.74 5745;21;4320.34;9.50;812.00;1.57;0.74 +5746;0;4865.00;9.50;128.00;0.00;1.04 +5746;1;4864.50;9.50;114.50;-0.03;1.04 +5746;2;4874.00;9.50;123.00;1.06;1.04 +5746;3;4857.00;9.50;119.50;-0.75;1.04 +5746;4;4853.00;9.50;131.50;4.42;1.04 +5746;5;4876.50;9.50;136.00;2.17;1.04 +5746;6;4863.50;9.50;138.50;3.28;1.04 +5746;9;4855.46;9.50;128.00;1.57;1.04 +5746;10;4874.54;9.50;128.00;-1.57;1.04 +5746;11;4864.20;9.50;106.40;-0.03;1.04 +5746;12;4879.40;9.50;120.00;1.06;1.04 +5746;13;4852.20;9.50;114.40;-0.75;1.04 +5746;14;4845.80;9.50;133.60;4.42;1.04 +5746;15;4883.40;9.50;140.80;2.17;1.04 +5746;16;4862.60;9.50;144.80;3.28;1.04 5746;21;4855.46;9.50;128.00;1.57;1.04 +5747;0;3733.00;9.50;426.00;0.00;0.98 +5747;1;3737.50;9.50;416.00;0.42;0.98 +5747;2;3720.50;9.50;426.00;4.71;0.98 +5747;3;3749.00;9.50;419.50;1.18;0.98 +5747;4;3743.00;9.50;430.00;1.95;0.98 +5747;5;3727.00;9.50;436.50;3.66;0.98 +5747;9;3721.30;9.50;426.00;1.57;0.98 +5747;10;3744.70;9.50;426.00;-1.57;0.98 +5747;11;3740.20;9.50;410.00;0.42;0.98 +5747;12;3713.00;9.50;426.00;4.71;0.98 +5747;13;3758.60;9.50;415.60;1.18;0.98 +5747;14;3749.00;9.50;432.40;1.95;0.98 +5747;15;3723.40;9.50;442.80;3.66;0.98 5747;21;3721.30;9.50;426.00;1.57;0.98 +5748;0;3431.00;9.50;45.00;0.00;1.16 +5748;1;3433.50;9.50;33.50;0.21;1.16 +5748;2;3442.50;9.50;43.00;1.39;1.16 +5748;3;3420.50;9.50;38.50;-1.01;1.16 +5748;4;3419.00;9.50;46.00;4.62;1.16 +5748;5;3436.00;9.50;58.00;2.77;1.16 +5748;6;3425.00;9.50;58.00;3.57;1.16 +5748;9;3420.56;9.50;45.00;1.57;1.16 +5748;10;3441.44;9.50;45.00;-1.57;1.16 +5748;11;3435.00;9.50;26.60;0.21;1.16 +5748;12;3449.40;9.50;41.80;1.39;1.16 +5748;13;3414.20;9.50;34.60;-1.01;1.16 +5748;14;3411.80;9.50;46.60;4.62;1.16 +5748;15;3439.00;9.50;65.80;2.77;1.16 +5748;16;3421.40;9.50;65.80;3.57;1.16 5748;21;3420.56;9.50;45.00;1.57;1.16 +5749;0;2799.00;9.50;112.00;0.00;1.06 +5749;1;2799.50;9.50;98.50;0.03;1.06 +5749;2;2788.50;9.50;102.00;-0.81;1.06 +5749;3;2810.50;9.50;105.50;1.05;1.06 +5749;4;2789.00;9.50;117.00;4.24;1.06 +5749;5;2808.50;9.50;120.50;2.30;1.06 +5749;6;2798.50;9.50;129.00;3.17;1.06 +5749;9;2789.46;9.50;112.00;1.57;1.06 +5749;10;2808.54;9.50;112.00;-1.57;1.06 +5749;11;2799.80;9.50;90.40;0.03;1.06 +5749;12;2782.20;9.50;96.00;-0.81;1.06 +5749;13;2817.40;9.50;101.60;1.05;1.06 +5749;14;2783.00;9.50;120.00;4.24;1.06 +5749;15;2814.20;9.50;125.60;2.30;1.06 +5749;16;2798.20;9.50;139.20;3.17;1.06 5749;21;2789.46;9.50;112.00;1.57;1.06 +5750;0;2683.00;9.50;298.00;0.00;0.96 +5750;1;2684.50;9.50;284.00;0.10;0.96 +5750;2;2694.00;9.50;296.00;1.39;0.96 +5750;3;2674.50;9.50;285.50;-0.59;0.96 +5750;4;2672.50;9.50;297.50;-1.52;0.96 +5750;5;2682.50;9.50;311.00;3.18;0.96 +5750;6;2694.50;9.50;308.50;2.31;0.96 +5750;7;2670.50;9.50;311.50;3.88;0.96 +5750;9;2674.36;9.50;298.00;1.57;0.96 +5750;10;2691.64;9.50;298.00;-1.57;0.96 +5750;11;2685.40;9.50;275.60;0.10;0.96 +5750;12;2700.60;9.50;294.80;1.39;0.96 +5750;13;2669.40;9.50;278.00;-0.59;0.96 +5750;14;2666.20;9.50;297.20;-1.52;0.96 +5750;15;2682.20;9.50;318.80;3.18;0.96 +5750;16;2701.40;9.50;314.80;2.31;0.96 +5750;17;2663.00;9.50;319.60;3.88;0.96 5750;21;2674.36;9.50;298.00;1.57;0.96 +5751;0;1928.00;9.50;1185.00;0.00;1.28 +5751;1;1933.00;9.50;1171.50;0.35;1.28 +5751;2;1944.00;9.50;1179.50;1.24;1.28 +5751;3;1919.00;9.50;1178.50;-0.94;1.28 +5751;4;1913.50;9.50;1193.50;4.18;1.28 +5751;5;1928.50;9.50;1195.50;3.09;1.28 +5751;6;1912.50;9.50;1202.00;3.88;1.28 +5751;9;1916.12;9.50;1185.00;1.57;1.28 +5751;10;1939.88;9.50;1185.00;-1.57;1.28 +5751;11;1936.00;9.50;1163.40;0.35;1.28 +5751;12;1953.60;9.50;1176.20;1.24;1.28 +5751;13;1913.60;9.50;1174.60;-0.94;1.28 +5751;14;1904.80;9.50;1198.60;4.18;1.28 +5751;15;1928.80;9.50;1201.80;3.09;1.28 +5751;16;1903.20;9.50;1212.20;3.88;1.28 5751;21;1916.12;9.50;1185.00;1.57;1.28 +5752;0;1870.00;9.50;1524.00;0.00;1.16 +5752;1;1869.00;9.50;1509.00;-0.06;1.16 +5752;2;1883.50;9.50;1508.00;0.70;1.16 +5752;3;1883.50;9.50;1523.50;1.53;1.16 +5752;4;1857.50;9.50;1527.50;4.43;1.16 +5752;5;1871.50;9.50;1539.00;3.04;1.16 +5752;6;1859.50;9.50;1542.00;3.67;1.16 +5752;9;1859.56;9.50;1524.00;1.57;1.16 +5752;10;1880.44;9.50;1524.00;-1.57;1.16 +5752;11;1868.40;9.50;1500.00;-0.06;1.16 +5752;12;1891.60;9.50;1498.40;0.70;1.16 +5752;13;1891.60;9.50;1523.20;1.53;1.16 +5752;14;1850.00;9.50;1529.60;4.43;1.16 +5752;15;1872.40;9.50;1548.00;3.04;1.16 +5752;16;1853.20;9.50;1552.80;3.67;1.16 5752;21;1859.56;9.50;1524.00;1.57;1.16 +5753;0;1599.00;9.50;391.00;0.00;1.30 +5753;1;1604.00;9.50;375.50;0.31;1.30 +5753;2;1615.50;9.50;385.00;1.22;1.30 +5753;3;1586.00;9.50;384.50;-1.10;1.30 +5753;4;1575.50;9.50;391.00;4.71;1.30 +5753;5;1581.00;9.50;398.00;4.34;1.30 +5753;6;1619.00;9.50;398.00;1.90;1.30 +5753;7;1602.50;9.50;402.00;2.83;1.30 +5753;9;1582.98;9.50;391.00;1.57;1.30 +5753;10;1615.02;9.50;391.00;-1.57;1.30 +5753;11;1607.00;9.50;366.20;0.31;1.30 +5753;12;1625.40;9.50;381.40;1.22;1.30 +5753;13;1578.20;9.50;380.60;-1.10;1.30 +5753;14;1561.40;9.50;391.00;4.71;1.30 +5753;15;1570.20;9.50;402.20;4.34;1.30 +5753;16;1631.00;9.50;402.20;1.90;1.30 +5753;17;1604.60;9.50;408.60;2.83;1.30 5753;21;1582.98;9.50;391.00;1.57;1.30 +5754;0;354.00;9.50;233.00;0.00;1.00 +5754;1;350.00;9.50;222.00;-0.34;1.00 +5754;2;369.00;9.50;224.00;1.03;1.00 +5754;3;337.00;9.50;224.50;-1.10;1.00 +5754;4;337.50;9.50;234.50;4.62;1.00 +5754;5;370.50;9.50;237.00;1.80;1.00 +5754;6;352.00;9.50;244.50;3.31;1.00 +5754;9;340.14;9.50;233.00;1.57;1.00 +5754;10;367.86;9.50;233.00;-1.57;1.00 +5754;11;347.60;9.50;215.40;-0.34;1.00 +5754;12;378.00;9.50;218.60;1.03;1.00 +5754;13;326.80;9.50;219.40;-1.10;1.00 +5754;14;327.60;9.50;235.40;4.62;1.00 +5754;15;380.40;9.50;239.40;1.80;1.00 +5754;16;350.80;9.50;251.40;3.31;1.00 5754;21;340.14;9.50;233.00;1.57;1.00 +5755;0;265.00;9.50;1110.00;0.00;1.22 +5755;1;266.50;9.50;1095.50;0.10;1.22 +5755;2;250.50;9.50;1108.00;-1.43;1.22 +5755;3;280.50;9.50;1103.00;1.14;1.22 +5755;4;278.50;9.50;1116.50;2.02;1.22 +5755;5;264.00;9.50;1124.50;3.21;1.22 +5755;9;254.02;9.50;1110.00;1.57;1.22 +5755;10;275.98;9.50;1110.00;-1.57;1.22 +5755;11;267.40;9.50;1086.80;0.10;1.22 +5755;12;241.80;9.50;1106.80;-1.43;1.22 +5755;13;289.80;9.50;1098.80;1.14;1.22 +5755;14;286.60;9.50;1120.40;2.02;1.22 +5755;15;263.40;9.50;1133.20;3.21;1.22 5755;21;254.02;9.50;1110.00;1.57;1.22 +5756;0;663.00;9.50;1096.00;0.00;0.78 +5756;1;667.00;9.50;1087.00;0.41;0.78 +5756;2;648.00;9.50;1094.50;-1.47;0.78 +5756;3;680.00;9.50;1094.50;1.48;0.78 +5756;4;670.00;9.50;1103.50;2.39;0.78 +5756;5;651.00;9.50;1104.50;4.09;0.78 +5756;9;649.14;9.50;1096.00;1.57;0.78 +5756;10;676.86;9.50;1096.00;-1.57;0.78 +5756;11;669.40;9.50;1081.60;0.41;0.78 +5756;12;639.00;9.50;1093.60;-1.47;0.78 +5756;13;690.20;9.50;1093.60;1.48;0.78 +5756;14;674.20;9.50;1108.00;2.39;0.78 +5756;15;643.80;9.50;1109.60;4.09;0.78 5756;21;649.14;9.50;1096.00;1.57;0.78 +5757;0;1106.00;9.50;746.00;0.00;1.22 +5757;1;1110.00;9.50;733.00;0.29;1.22 +5757;2;1095.50;9.50;742.00;-1.20;1.22 +5757;3;1119.50;9.50;747.50;1.68;1.22 +5757;4;1105.00;9.50;757.50;3.22;1.22 +5757;9;1093.76;9.50;746.00;1.57;1.22 +5757;10;1118.24;9.50;746.00;-1.57;1.22 +5757;11;1112.40;9.50;725.20;0.29;1.22 +5757;12;1089.20;9.50;739.60;-1.20;1.22 +5757;13;1127.60;9.50;748.40;1.68;1.22 +5757;14;1104.40;9.50;764.40;3.22;1.22 5757;21;1093.76;9.50;746.00;1.57;1.22 +5758;0;1178.00;9.50;1054.00;0.00;0.90 +5758;1;1175.00;9.50;1045.50;-0.33;0.90 +5758;2;1188.00;9.50;1043.00;0.73;0.90 +5758;3;1190.00;9.50;1054.50;1.61;0.90 +5758;4;1164.50;9.50;1056.00;4.56;0.90 +5758;5;1177.50;9.50;1063.50;3.19;0.90 +5758;9;1168.82;9.50;1054.00;1.57;0.90 +5758;10;1187.18;9.50;1054.00;-1.57;0.90 +5758;11;1173.20;9.50;1040.40;-0.33;0.90 +5758;12;1194.00;9.50;1036.40;0.73;0.90 +5758;13;1197.20;9.50;1054.80;1.61;0.90 +5758;14;1156.40;9.50;1057.20;4.56;0.90 +5758;15;1177.20;9.50;1069.20;3.19;0.90 5758;21;1168.82;9.50;1054.00;1.57;0.90 +5759;0;3089.00;9.50;1209.00;0.00;0.90 +5759;1;3090.50;9.50;1199.50;0.15;0.90 +5759;2;3100.50;9.50;1205.50;1.27;0.90 +5759;3;3078.50;9.50;1209.00;4.71;0.90 +5759;4;3095.50;9.50;1216.50;2.42;0.90 +5759;5;3086.50;9.50;1220.50;3.35;0.90 +5759;9;3080.36;9.50;1209.00;1.57;0.90 +5759;10;3097.64;9.50;1209.00;-1.57;0.90 +5759;11;3091.40;9.50;1193.80;0.15;0.90 +5759;12;3107.40;9.50;1203.40;1.27;0.90 +5759;13;3072.20;9.50;1209.00;4.71;0.90 +5759;14;3099.40;9.50;1221.00;2.42;0.90 +5759;15;3085.00;9.50;1227.40;3.35;0.90 5759;21;3080.36;9.50;1209.00;1.57;0.90 +5760;0;2624.00;9.50;681.00;0.00;0.78 +5760;1;2621.00;9.50;674.00;-0.40;0.78 +5760;2;2639.00;9.50;677.00;1.31;0.78 +5760;3;2606.50;9.50;678.50;-1.42;0.78 +5760;4;2634.50;9.50;686.50;2.05;0.78 +5760;5;2643.50;9.50;681.00;1.57;0.78 +5760;6;2615.50;9.50;687.50;4.06;0.78 +5760;7;2625.00;9.50;693.00;3.05;0.78 +5760;9;2610.50;9.50;681.00;1.57;0.78 +5760;10;2637.50;9.50;681.00;-1.57;0.78 +5760;11;2619.20;9.50;669.80;-0.40;0.78 +5760;12;2648.00;9.50;674.60;1.31;0.78 +5760;13;2596.00;9.50;677.00;-1.42;0.78 +5760;14;2640.80;9.50;689.80;2.05;0.78 +5760;15;2655.20;9.50;681.00;1.57;0.78 +5760;16;2610.40;9.50;691.40;4.06;0.78 +5760;17;2625.60;9.50;700.20;3.05;0.78 5760;21;2610.50;9.50;681.00;1.57;0.78 +5761;0;1559.00;9.50;1150.00;0.00;1.02 +5761;1;1564.00;9.50;1137.50;0.38;1.02 +5761;2;1549.50;9.50;1148.50;-1.41;1.02 +5761;3;1570.50;9.50;1150.00;1.57;1.02 +5761;4;1570.50;9.50;1156.50;2.08;1.02 +5761;5;1558.50;9.50;1162.00;3.18;1.02 +5761;9;1549.82;9.50;1150.00;1.57;1.02 +5761;10;1568.18;9.50;1150.00;-1.57;1.02 +5761;11;1567.00;9.50;1130.00;0.38;1.02 +5761;12;1543.80;9.50;1147.60;-1.41;1.02 +5761;13;1577.40;9.50;1150.00;1.57;1.02 +5761;14;1577.40;9.50;1160.40;2.08;1.02 +5761;15;1558.20;9.50;1169.20;3.18;1.02 5761;21;1549.82;9.50;1150.00;1.57;1.02 +5762;0;812.00;9.50;794.00;0.00;1.28 +5762;1;798.50;9.50;783.50;-0.91;1.28 +5762;2;812.50;9.50;779.50;0.03;1.28 +5762;3;827.50;9.50;793.00;1.50;1.28 +5762;4;798.00;9.50;799.50;4.33;1.28 +5762;5;824.00;9.50;805.50;2.33;1.28 +5762;6;808.00;9.50;808.50;3.41;1.28 +5762;9;798.68;9.50;794.00;1.57;1.28 +5762;10;825.32;9.50;794.00;-1.57;1.28 +5762;11;790.40;9.50;777.20;-0.91;1.28 +5762;12;812.80;9.50;770.80;0.03;1.28 +5762;13;836.80;9.50;792.40;1.50;1.28 +5762;14;789.60;9.50;802.80;4.33;1.28 +5762;15;831.20;9.50;812.40;2.33;1.28 +5762;16;805.60;9.50;817.20;3.41;1.28 5762;21;798.68;9.50;794.00;1.57;1.28 +5763;0;5366.00;9.50;544.00;0.00;0.88 +5763;1;5364.00;9.50;535.50;-0.23;0.88 +5763;2;5353.00;9.50;545.00;4.63;0.88 +5763;3;5380.50;9.50;545.00;1.64;0.88 +5763;4;5370.00;9.50;555.00;2.79;0.88 +5763;5;5379.00;9.50;554.50;2.25;0.88 +5763;9;5352.68;9.50;544.00;1.57;0.88 +5763;10;5379.32;9.50;544.00;-1.57;0.88 +5763;11;5362.80;9.50;530.40;-0.23;0.88 +5763;12;5345.20;9.50;545.60;4.63;0.88 +5763;13;5389.20;9.50;545.60;1.64;0.88 +5763;14;5372.40;9.50;561.60;2.79;0.88 +5763;15;5386.80;9.50;560.80;2.25;0.88 5763;21;5352.68;9.50;544.00;1.57;0.88 +5764;0;4662.00;9.50;42.00;0.00;0.82 +5764;1;4656.50;9.50;32.50;-0.52;0.82 +5764;2;4649.00;9.50;39.50;-1.38;0.82 +5764;3;4668.00;9.50;33.00;0.58;0.82 +5764;4;4674.00;9.50;42.00;1.57;0.82 +5764;5;4655.00;9.50;49.50;3.89;0.82 +5764;6;4667.00;9.50;52.00;2.67;0.82 +5764;9;4652.64;9.50;42.00;1.57;0.82 +5764;10;4671.36;9.50;42.00;-1.57;0.82 +5764;11;4653.20;9.50;26.80;-0.52;0.82 +5764;12;4641.20;9.50;38.00;-1.38;0.82 +5764;13;4671.60;9.50;27.60;0.58;0.82 +5764;14;4681.20;9.50;42.00;1.57;0.82 +5764;15;4650.80;9.50;54.00;3.89;0.82 +5764;16;4670.00;9.50;58.00;2.67;0.82 5764;21;4652.64;9.50;42.00;1.57;0.82 +5765;0;3327.00;9.50;1995.00;0.00;1.10 +5765;1;3326.00;9.50;1979.50;-0.06;1.10 +5765;2;3325.00;9.50;1983.50;-0.17;1.10 +5765;3;3333.00;9.50;1982.50;0.44;1.10 +5765;4;3343.50;9.50;1981.50;0.88;1.10 +5765;5;3352.50;9.50;1990.50;1.39;1.10 +5765;6;3319.50;9.50;1988.50;-0.85;1.10 +5765;7;3301.50;9.50;1989.00;-1.34;1.10 +5765;8;3296.00;9.50;1991.50;-1.45;1.10 +5765;9;3299.46;9.50;1995.00;1.57;1.10 +5765;10;3354.54;9.50;1995.00;-1.57;1.10 +5765;11;3325.40;9.50;1970.20;-0.06;1.10 +5765;12;3323.80;9.50;1976.60;-0.17;1.10 +5765;13;3336.60;9.50;1975.00;0.44;1.10 +5765;14;3353.40;9.50;1973.40;0.88;1.10 +5765;15;3367.80;9.50;1987.80;1.39;1.10 +5765;16;3315.00;9.50;1984.60;-0.85;1.10 +5765;17;3286.20;9.50;1985.40;-1.34;1.10 +5765;18;3277.40;9.50;1989.40;-1.45;1.10 5765;21;3299.46;9.50;1995.00;1.57;1.10 +5766;0;5466.00;9.50;333.00;0.00;0.98 +5766;1;5459.00;9.50;327.00;-0.86;0.98 +5766;2;5480.00;9.50;322.50;0.92;0.98 +5766;3;5481.50;9.50;330.50;1.41;0.98 +5766;4;5455.50;9.50;339.50;4.15;0.98 +5766;5;5473.50;9.50;340.50;2.35;0.98 +5766;6;5454.50;9.50;341.50;4.07;0.98 +5766;9;5451.42;9.50;333.00;1.57;0.98 +5766;10;5480.58;9.50;333.00;-1.57;0.98 +5766;11;5454.80;9.50;323.40;-0.86;0.98 +5766;12;5488.40;9.50;316.20;0.92;0.98 +5766;13;5490.80;9.50;329.00;1.41;0.98 +5766;14;5449.20;9.50;343.40;4.15;0.98 +5766;15;5478.00;9.50;345.00;2.35;0.98 +5766;16;5447.60;9.50;346.60;4.07;0.98 5766;21;5451.42;9.50;333.00;1.57;0.98 +5767;0;5445.00;9.50;1215.00;0.00;1.38 +5767;1;5433.50;9.50;1200.00;-0.65;1.38 +5767;2;5429.50;9.50;1209.50;-1.23;1.38 +5767;3;5449.00;9.50;1206.00;0.41;1.38 +5767;4;5461.50;9.50;1220.50;1.89;1.38 +5767;5;5432.50;9.50;1221.50;4.23;1.38 +5767;6;5449.00;9.50;1226.50;2.80;1.38 +5767;9;5431.14;9.50;1215.00;1.57;1.38 +5767;10;5458.86;9.50;1215.00;-1.57;1.38 +5767;11;5426.60;9.50;1191.00;-0.65;1.38 +5767;12;5420.20;9.50;1206.20;-1.23;1.38 +5767;13;5451.40;9.50;1200.60;0.41;1.38 +5767;14;5471.40;9.50;1223.80;1.89;1.38 +5767;15;5425.00;9.50;1225.40;4.23;1.38 +5767;16;5451.40;9.50;1233.40;2.80;1.38 5767;21;5431.14;9.50;1215.00;1.57;1.38 +5768;0;5089.00;9.50;1259.00;0.00;1.12 +5768;1;5079.50;9.50;1246.00;-0.63;1.12 +5768;2;5095.50;9.50;1250.50;0.65;1.12 +5768;3;5075.00;9.50;1252.50;-1.13;1.12 +5768;4;5104.50;9.50;1260.50;1.66;1.12 +5768;5;5079.00;9.50;1266.00;4.10;1.12 +5768;6;5093.00;9.50;1270.00;2.79;1.12 +5768;9;5077.48;9.50;1259.00;1.57;1.12 +5768;10;5100.52;9.50;1259.00;-1.57;1.12 +5768;11;5073.80;9.50;1238.20;-0.63;1.12 +5768;12;5099.40;9.50;1245.40;0.65;1.12 +5768;13;5066.60;9.50;1248.60;-1.13;1.12 +5768;14;5113.80;9.50;1261.40;1.66;1.12 +5768;15;5073.00;9.50;1270.20;4.10;1.12 +5768;16;5095.40;9.50;1276.60;2.79;1.12 5768;21;5077.48;9.50;1259.00;1.57;1.12 +5769;0;5353.00;9.50;1564.00;0.00;1.02 +5769;1;5348.50;9.50;1550.00;-0.31;1.02 +5769;2;5357.50;9.50;1555.50;0.48;1.02 +5769;3;5342.50;9.50;1555.50;-0.89;1.02 +5769;4;5341.50;9.50;1567.50;4.41;1.02 +5769;5;5366.00;9.50;1568.00;1.86;1.02 +5769;6;5349.50;9.50;1574.50;3.46;1.02 +5769;7;5363.00;9.50;1575.00;2.40;1.02 +5769;9;5342.38;9.50;1564.00;1.57;1.02 +5769;10;5363.62;9.50;1564.00;-1.57;1.02 +5769;11;5345.80;9.50;1541.60;-0.31;1.02 +5769;12;5360.20;9.50;1550.40;0.48;1.02 +5769;13;5336.20;9.50;1550.40;-0.89;1.02 +5769;14;5334.60;9.50;1569.60;4.41;1.02 +5769;15;5373.80;9.50;1570.40;1.86;1.02 +5769;16;5347.40;9.50;1580.80;3.46;1.02 +5769;17;5369.00;9.50;1581.60;2.40;1.02 5769;21;5342.38;9.50;1564.00;1.57;1.02 +5770;0;4288.00;9.50;852.00;0.00;1.04 +5770;1;4291.00;9.50;840.00;0.24;1.04 +5770;2;4280.00;9.50;838.50;-0.53;1.04 +5770;3;4279.00;9.50;855.00;4.39;1.04 +5770;4;4301.00;9.50;843.00;0.96;1.04 +5770;5;4298.00;9.50;854.50;1.81;1.04 +5770;6;4287.50;9.50;866.50;3.17;1.04 +5770;7;4278.50;9.50;868.00;3.67;1.04 +5770;9;4278.64;9.50;852.00;1.57;1.04 +5770;10;4297.36;9.50;852.00;-1.57;1.04 +5770;11;4292.80;9.50;832.80;0.24;1.04 +5770;12;4275.20;9.50;830.40;-0.53;1.04 +5770;13;4273.60;9.50;856.80;4.39;1.04 +5770;14;4308.80;9.50;837.60;0.96;1.04 +5770;15;4304.00;9.50;856.00;1.81;1.04 +5770;16;4287.20;9.50;875.20;3.17;1.04 +5770;17;4272.80;9.50;877.60;3.67;1.04 5770;21;4278.64;9.50;852.00;1.57;1.04 +5771;0;4951.00;9.50;121.00;0.00;1.08 +5771;1;4951.50;9.50;111.50;0.05;1.08 +5771;2;4964.00;9.50;110.50;0.89;1.08 +5771;3;4963.00;9.50;116.00;1.17;1.08 +5771;4;4950.50;9.50;127.00;3.22;1.08 +5771;5;4940.50;9.50;119.50;-1.42;1.08 +5771;6;4957.50;9.50;120.50;1.49;1.08 +5771;7;4942.50;9.50;129.50;3.92;1.08 +5771;8;4955.00;9.50;128.00;2.62;1.08 +5771;9;4941.28;9.50;121.00;1.57;1.08 +5771;10;4960.72;9.50;121.00;-1.57;1.08 +5771;11;4951.80;9.50;105.80;0.05;1.08 +5771;12;4971.80;9.50;104.20;0.89;1.08 +5771;13;4970.20;9.50;113.00;1.17;1.08 +5771;14;4950.20;9.50;130.60;3.22;1.08 +5771;15;4934.20;9.50;118.60;-1.42;1.08 +5771;16;4961.40;9.50;120.20;1.49;1.08 +5771;17;4937.40;9.50;134.60;3.92;1.08 +5771;18;4957.40;9.50;132.20;2.62;1.08 5771;21;4941.28;9.50;121.00;1.57;1.08 +5772;0;3748.00;9.50;385.00;0.00;1.04 +5772;1;3747.00;9.50;372.00;-0.07;1.04 +5772;2;3757.50;9.50;376.00;0.81;1.04 +5772;3;3737.00;9.50;380.50;-1.18;1.04 +5772;4;3760.00;9.50;389.00;1.89;1.04 +5772;5;3732.50;9.50;392.00;4.28;1.04 +5772;6;3745.00;9.50;395.50;3.42;1.04 +5772;9;3737.02;9.50;385.00;1.57;1.04 +5772;10;3758.98;9.50;385.00;-1.57;1.04 +5772;11;3746.40;9.50;364.20;-0.07;1.04 +5772;12;3763.20;9.50;370.60;0.81;1.04 +5772;13;3730.40;9.50;377.80;-1.18;1.04 +5772;14;3767.20;9.50;391.40;1.89;1.04 +5772;15;3723.20;9.50;396.20;4.28;1.04 +5772;16;3743.20;9.50;401.80;3.42;1.04 5772;21;3737.02;9.50;385.00;1.57;1.04 +5773;0;3437.00;9.50;11.00;0.00;0.64 +5773;1;3425.50;9.50;13.00;4.54;0.64 +5773;2;3451.00;9.50;11.00;1.57;0.64 +5773;3;3436.50;9.50;16.50;3.23;0.64 +5773;9;3426.92;9.50;11.00;1.57;0.64 +5773;10;3447.08;9.50;11.00;-1.57;0.64 +5773;11;3418.60;9.50;14.20;4.54;0.64 +5773;12;3459.40;9.50;11.00;1.57;0.64 +5773;13;3436.20;9.50;19.80;3.23;0.64 5773;21;3426.92;9.50;11.00;1.57;0.64 +5774;0;2814.00;9.50;59.00;0.00;1.10 +5774;1;2812.50;9.50;46.00;-0.11;1.10 +5774;2;2823.50;9.50;47.00;0.67;1.10 +5774;3;2801.50;9.50;60.00;4.63;1.10 +5774;4;2826.00;9.50;60.50;1.69;1.10 +5774;5;2820.50;9.50;71.50;2.66;1.10 +5774;6;2807.00;9.50;72.00;3.63;1.10 +5774;7;2798.50;9.50;72.00;4.01;1.10 +5774;9;2803.20;9.50;59.00;1.57;1.10 +5774;10;2824.80;9.50;59.00;-1.57;1.10 +5774;11;2811.60;9.50;38.20;-0.11;1.10 +5774;12;2829.20;9.50;39.80;0.67;1.10 +5774;13;2794.00;9.50;60.60;4.63;1.10 +5774;14;2833.20;9.50;61.40;1.69;1.10 +5774;15;2824.40;9.50;79.00;2.66;1.10 +5774;16;2802.80;9.50;79.80;3.63;1.10 +5774;17;2789.20;9.50;79.80;4.01;1.10 5774;21;2803.20;9.50;59.00;1.57;1.10 +5775;0;2731.00;9.50;337.00;0.00;1.00 +5775;1;2728.50;9.50;325.00;-0.20;1.00 +5775;2;2738.50;9.50;323.00;0.49;1.00 +5775;3;2742.00;9.50;335.50;1.43;1.00 +5775;4;2718.50;9.50;328.00;-0.94;1.00 +5775;5;2719.50;9.50;338.00;4.62;1.00 +5775;6;2733.00;9.50;347.50;2.95;1.00 +5775;9;2721.28;9.50;337.00;1.57;1.00 +5775;10;2740.72;9.50;337.00;-1.57;1.00 +5775;11;2727.00;9.50;317.80;-0.20;1.00 +5775;12;2743.00;9.50;314.60;0.49;1.00 +5775;13;2748.60;9.50;334.60;1.43;1.00 +5775;14;2711.00;9.50;322.60;-0.94;1.00 +5775;15;2712.60;9.50;338.60;4.62;1.00 +5775;16;2734.20;9.50;353.80;2.95;1.00 5775;21;2721.28;9.50;337.00;1.57;1.00 +5776;0;1801.00;9.50;8.00;0.00;0.46 +5776;1;1795.50;9.50;9.50;4.44;0.46 +5776;2;1807.50;9.50;6.50;1.34;0.46 +5776;3;1803.00;9.50;12.00;2.67;0.46 +5776;9;1795.96;9.50;8.00;1.57;0.46 +5776;10;1806.04;9.50;8.00;-1.57;0.46 +5776;11;1792.20;9.50;10.40;4.44;0.46 +5776;12;1811.40;9.50;5.60;1.34;0.46 +5776;13;1804.20;9.50;14.40;2.67;0.46 5776;21;1795.96;9.50;8.00;1.57;0.46 +5777;0;1924.00;9.50;1279.00;0.00;1.34 +5777;1;1941.00;9.50;1256.50;0.64;1.34 +5777;2;1924.00;9.50;1266.50;0.00;1.34 +5777;3;1936.50;9.50;1274.00;1.19;1.34 +5777;4;1908.50;9.50;1277.00;-1.44;1.34 +5777;5;1908.50;9.50;1287.00;4.23;1.34 +5777;6;1922.00;9.50;1294.00;3.27;1.34 +5777;7;1911.00;9.50;1296.50;3.78;1.34 +5777;9;1911.94;9.50;1279.00;1.57;1.34 +5777;10;1936.06;9.50;1279.00;-1.57;1.34 +5777;11;1951.20;9.50;1243.00;0.64;1.34 +5777;12;1924.00;9.50;1259.00;0.00;1.34 +5777;13;1944.00;9.50;1271.00;1.19;1.34 +5777;14;1899.20;9.50;1275.80;-1.44;1.34 +5777;15;1899.20;9.50;1291.80;4.23;1.34 +5777;16;1920.80;9.50;1303.00;3.27;1.34 +5777;17;1903.20;9.50;1307.00;3.78;1.34 5777;21;1911.94;9.50;1279.00;1.57;1.34 +5778;0;1816.00;9.50;1529.00;0.00;1.20 +5778;1;1814.00;9.50;1515.00;-0.14;1.20 +5778;2;1828.00;9.50;1515.00;0.70;1.20 +5778;3;1830.50;9.50;1530.00;1.64;1.20 +5778;4;1799.00;9.50;1522.00;-1.18;1.20 +5778;5;1804.00;9.50;1535.00;4.24;1.20 +5778;6;1821.50;9.50;1543.50;2.77;1.20 +5778;9;1803.58;9.50;1529.00;1.57;1.20 +5778;10;1828.42;9.50;1529.00;-1.57;1.20 +5778;11;1812.80;9.50;1506.60;-0.14;1.20 +5778;12;1835.20;9.50;1506.60;0.70;1.20 +5778;13;1839.20;9.50;1530.60;1.64;1.20 +5778;14;1788.80;9.50;1517.80;-1.18;1.20 +5778;15;1796.80;9.50;1538.60;4.24;1.20 +5778;16;1824.80;9.50;1552.20;2.77;1.20 5778;21;1803.58;9.50;1529.00;1.57;1.20 +5779;0;1607.00;9.50;442.00;0.00;1.26 +5779;1;1606.50;9.50;427.50;-0.03;1.26 +5779;2;1622.00;9.50;433.00;1.03;1.26 +5779;3;1591.00;9.50;440.50;-1.47;1.26 +5779;4;1621.00;9.50;449.50;2.06;1.26 +5779;5;1591.50;9.50;453.00;4.09;1.26 +5779;6;1606.00;9.50;456.50;3.21;1.26 +5779;9;1595.66;9.50;442.00;1.57;1.26 +5779;10;1618.34;9.50;442.00;-1.57;1.26 +5779;11;1606.20;9.50;418.80;-0.03;1.26 +5779;12;1631.00;9.50;427.60;1.03;1.26 +5779;13;1581.40;9.50;439.60;-1.47;1.26 +5779;14;1629.40;9.50;454.00;2.06;1.26 +5779;15;1582.20;9.50;459.60;4.09;1.26 +5779;16;1605.40;9.50;465.20;3.21;1.26 5779;21;1595.66;9.50;442.00;1.57;1.26 +5780;0;339.00;9.50;189.00;0.00;0.94 +5780;1;335.50;9.50;179.00;-0.33;0.94 +5780;2;320.00;9.50;179.00;-1.08;0.94 +5780;3;324.50;9.50;190.50;4.60;0.94 +5780;4;353.00;9.50;179.50;0.97;0.94 +5780;5;355.50;9.50;188.50;1.54;0.94 +5780;6;342.50;9.50;200.00;2.83;0.94 +5780;9;326.04;9.50;189.00;1.57;0.94 +5780;10;351.96;9.50;189.00;-1.57;0.94 +5780;11;333.40;9.50;173.00;-0.33;0.94 +5780;12;308.60;9.50;173.00;-1.08;0.94 +5780;13;315.80;9.50;191.40;4.60;0.94 +5780;14;361.40;9.50;173.80;0.97;0.94 +5780;15;365.40;9.50;188.20;1.54;0.94 +5780;16;344.60;9.50;206.60;2.83;0.94 5780;21;326.04;9.50;189.00;1.57;0.94 +5781;0;317.00;9.50;1129.00;0.00;1.08 +5781;1;314.50;9.50;1116.00;-0.19;1.08 +5781;2;304.50;9.50;1126.00;-1.33;1.08 +5781;3;329.50;9.50;1125.50;1.29;1.08 +5781;4;307.50;9.50;1139.00;3.90;1.08 +5781;5;322.50;9.50;1139.50;2.65;1.08 +5781;9;306.02;9.50;1129.00;1.57;1.08 +5781;10;327.98;9.50;1129.00;-1.57;1.08 +5781;11;313.00;9.50;1108.20;-0.19;1.08 +5781;12;297.00;9.50;1124.20;-1.33;1.08 +5781;13;337.00;9.50;1123.40;1.29;1.08 +5781;14;301.80;9.50;1145.00;3.90;1.08 +5781;15;325.80;9.50;1145.80;2.65;1.08 5781;21;306.02;9.50;1129.00;1.57;1.08 +5782;0;20.00;9.50;1968.00;0.00;0.72 +5782;1;22.50;9.50;1960.00;0.30;0.72 +5782;2;2825.50;9.50;1968.50;1.57;0.72 +5782;3;30.50;9.50;1968.50;1.61;0.72 +5782;4;26.00;9.50;1976.00;2.49;0.72 +5782;5;17.50;9.50;1976.50;3.42;0.72 +5782;9;10.82;9.50;1968.00;1.57;0.72 +5782;10;29.18;9.50;1968.00;-1.57;0.72 +5782;11;24.00;9.50;1955.20;0.30;0.72 +5782;12;4508.80;10.90;1968.80;1.57;0.72 +5782;13;36.80;9.50;1968.80;1.61;0.72 +5782;14;29.60;9.50;1980.80;2.49;0.72 +5782;15;16.00;9.50;1981.60;3.42;0.72 5782;21;10.82;9.50;1968.00;1.57;0.72 +5783;0;625.00;9.50;1136.00;0.00;0.98 +5783;1;619.00;9.50;1123.00;-0.43;0.98 +5783;2;610.00;9.50;1134.50;-1.47;0.98 +5783;3;632.00;9.50;1124.50;0.54;0.98 +5783;4;641.00;9.50;1136.00;1.57;0.98 +5783;5;641.00;9.50;1146.00;2.12;0.98 +5783;6;624.00;9.50;1146.50;3.23;0.98 +5783;9;612.22;9.50;1136.00;1.57;0.98 +5783;10;637.78;9.50;1136.00;-1.57;0.98 +5783;11;615.40;9.50;1115.20;-0.43;0.98 +5783;12;601.00;9.50;1133.60;-1.47;0.98 +5783;13;636.20;9.50;1117.60;0.54;0.98 +5783;14;650.60;9.50;1136.00;1.57;0.98 +5783;15;650.60;9.50;1152.00;2.12;0.98 +5783;16;623.40;9.50;1152.80;3.23;0.98 5783;21;612.22;9.50;1136.00;1.57;0.98 +5784;0;1062.00;9.50;730.00;0.00;1.24 +5784;1;1067.00;9.50;718.50;0.41;1.24 +5784;2;1049.00;9.50;725.50;-1.23;1.24 +5784;3;1080.50;9.50;720.00;1.07;1.24 +5784;4;1073.50;9.50;734.00;1.90;1.24 +5784;5;1044.00;9.50;734.00;4.49;1.24 +5784;6;1055.00;9.50;740.50;3.73;1.24 +5784;7;1066.00;9.50;748.50;2.92;1.24 +5784;9;1049.04;9.50;730.00;1.57;1.24 +5784;10;1074.96;9.50;730.00;-1.57;1.24 +5784;11;1070.00;9.50;711.60;0.41;1.24 +5784;12;1041.20;9.50;722.80;-1.23;1.24 +5784;13;1091.60;9.50;714.00;1.07;1.24 +5784;14;1080.40;9.50;736.40;1.90;1.24 +5784;15;1033.20;9.50;736.40;4.49;1.24 +5784;16;1050.80;9.50;746.80;3.73;1.24 +5784;17;1068.40;9.50;759.60;2.92;1.24 5784;21;1049.04;9.50;730.00;1.57;1.24 +5785;0;1239.00;9.50;1118.00;0.00;1.26 +5785;1;1233.00;9.50;1105.00;-0.43;1.26 +5785;2;1250.50;9.50;1111.00;1.02;1.26 +5785;3;1224.00;9.50;1112.00;-1.19;1.26 +5785;4;1225.50;9.50;1124.00;4.29;1.26 +5785;5;1257.00;9.50;1122.50;1.81;1.26 +5785;6;1245.50;9.50;1127.50;2.54;1.26 +5785;7;1234.50;9.50;1132.50;3.44;1.26 +5785;9;1224.24;9.50;1118.00;1.57;1.26 +5785;10;1253.76;9.50;1118.00;-1.57;1.26 +5785;11;1229.40;9.50;1097.20;-0.43;1.26 +5785;12;1257.40;9.50;1106.80;1.02;1.26 +5785;13;1215.00;9.50;1108.40;-1.19;1.26 +5785;14;1217.40;9.50;1127.60;4.29;1.26 +5785;15;1267.80;9.50;1125.20;1.81;1.26 +5785;16;1249.40;9.50;1133.20;2.54;1.26 +5785;17;1231.80;9.50;1141.20;3.44;1.26 5785;21;1224.24;9.50;1118.00;1.57;1.26 +5786;0;3015.00;9.50;1411.00;0.00;0.82 +5786;1;3012.50;9.50;1402.50;-0.28;0.82 +5786;2;3021.00;9.50;1405.50;0.82;0.82 +5786;3;3008.50;9.50;1405.50;-0.86;0.82 +5786;4;3028.00;9.50;1409.00;1.41;0.82 +5786;5;3006.00;9.50;1409.00;-1.35;0.82 +5786;6;3021.00;9.50;1413.00;1.89;0.82 +5786;7;3027.00;9.50;1412.50;1.69;0.82 +5786;8;3007.00;9.50;1412.00;4.58;0.82 +5786;9;3005.10;9.50;1411.00;1.57;0.82 +5786;10;3024.90;9.50;1411.00;-1.57;0.82 +5786;11;3011.00;9.50;1397.40;-0.28;0.82 +5786;12;3024.60;9.50;1402.20;0.82;0.82 +5786;13;3004.60;9.50;1402.20;-0.86;0.82 +5786;14;3035.80;9.50;1407.80;1.41;0.82 +5786;15;3000.60;9.50;1407.80;-1.35;0.82 +5786;16;3024.60;9.50;1414.20;1.89;0.82 +5786;17;3034.20;9.50;1413.40;1.69;0.82 +5786;18;3002.20;9.50;1412.60;4.58;0.82 5786;21;3005.10;9.50;1411.00;1.57;0.82 +5787;0;2465.00;9.50;572.00;0.00;0.92 +5787;1;2463.50;9.50;558.50;-0.11;0.92 +5787;2;2469.50;9.50;558.50;0.32;0.92 +5787;3;2458.00;9.50;564.00;-0.71;0.92 +5787;4;2473.50;9.50;571.00;1.45;0.92 +5787;5;2455.50;9.50;576.50;4.27;0.92 +5787;6;2467.50;9.50;585.00;2.95;0.92 +5787;7;2459.00;9.50;585.50;3.56;0.92 +5787;9;2456.72;9.50;572.00;1.57;0.92 +5787;10;2473.28;9.50;572.00;-1.57;0.92 +5787;11;2462.60;9.50;550.40;-0.11;0.92 +5787;12;2472.20;9.50;550.40;0.32;0.92 +5787;13;2453.80;9.50;559.20;-0.71;0.92 +5787;14;2478.60;9.50;570.40;1.45;0.92 +5787;15;2449.80;9.50;579.20;4.27;0.92 +5787;16;2469.00;9.50;592.80;2.95;0.92 +5787;17;2455.40;9.50;593.60;3.56;0.92 5787;21;2456.72;9.50;572.00;1.57;0.92 +5788;0;1510.00;9.50;1147.00;0.00;1.22 +5788;1;1515.00;9.50;1133.50;0.35;1.22 +5788;2;1530.00;9.50;1133.50;0.97;1.22 +5788;3;1525.00;9.50;1147.00;1.57;1.22 +5788;4;1497.50;9.50;1135.00;-0.80;1.22 +5788;5;1495.50;9.50;1149.50;4.54;1.22 +5788;6;1509.50;9.50;1163.00;3.17;1.22 +5788;7;1497.00;9.50;1162.00;3.85;1.22 +5788;9;1496.50;9.50;1147.00;1.57;1.22 +5788;10;1523.50;9.50;1147.00;-1.57;1.22 +5788;11;1518.00;9.50;1125.40;0.35;1.22 +5788;12;1542.00;9.50;1125.40;0.97;1.22 +5788;13;1534.00;9.50;1147.00;1.57;1.22 +5788;14;1490.00;9.50;1127.80;-0.80;1.22 +5788;15;1486.80;9.50;1151.00;4.54;1.22 +5788;16;1509.20;9.50;1172.60;3.17;1.22 +5788;17;1489.20;9.50;1171.00;3.85;1.22 5788;21;1496.50;9.50;1147.00;1.57;1.22 +5789;0;1043.00;9.50;781.00;0.00;1.38 +5789;1;1030.50;9.50;772.00;-0.94;1.38 +5789;2;1045.50;9.50;766.00;0.16;1.38 +5789;3;1059.00;9.50;784.00;1.75;1.38 +5789;4;1029.50;9.50;790.00;4.12;1.38 +5789;5;1047.00;9.50;795.00;2.86;1.38 +5789;9;1030.58;9.50;781.00;1.57;1.38 +5789;10;1055.42;9.50;781.00;-1.57;1.38 +5789;11;1023.00;9.50;766.60;-0.94;1.38 +5789;12;1047.00;9.50;757.00;0.16;1.38 +5789;13;1068.60;9.50;785.80;1.75;1.38 +5789;14;1021.40;9.50;795.40;4.12;1.38 +5789;15;1049.40;9.50;803.40;2.86;1.38 5789;21;1030.58;9.50;781.00;1.57;1.38 +5790;0;5350.00;9.50;466.00;0.00;1.14 +5790;1;5341.00;9.50;450.50;-0.52;1.14 +5790;2;5349.00;9.50;455.00;-0.09;1.14 +5790;3;5338.00;9.50;457.50;-0.95;1.14 +5790;4;5363.00;9.50;465.50;1.53;1.14 +5790;5;5337.00;9.50;469.00;4.48;1.14 +5790;6;5341.50;9.50;473.00;4.02;1.14 +5790;7;5371.00;9.50;472.00;1.84;1.14 +5790;8;5355.50;9.50;475.50;2.61;1.14 +5790;9;5337.04;9.50;466.00;1.57;1.14 +5790;10;5362.96;9.50;466.00;-1.57;1.14 +5790;11;5335.60;9.50;441.20;-0.52;1.14 +5790;12;5348.40;9.50;448.40;-0.09;1.14 +5790;13;5330.80;9.50;452.40;-0.95;1.14 +5790;14;5370.80;9.50;465.20;1.53;1.14 +5790;15;5329.20;9.50;470.80;4.48;1.14 +5790;16;5336.40;9.50;477.20;4.02;1.14 +5790;17;5383.60;9.50;475.60;1.84;1.14 +5790;18;5358.80;9.50;481.20;2.61;1.14 5790;21;5337.04;9.50;466.00;1.57;1.14 +5791;0;4726.00;9.50;13.00;0.00;0.70 +5791;1;4717.50;9.50;12.50;-1.51;0.70 +5791;2;4735.50;9.50;11.00;1.36;0.70 +5791;3;4730.50;9.50;20.00;2.57;0.70 +5791;4;4722.50;9.50;21.50;3.53;0.70 +5791;9;4718.98;9.50;13.00;1.57;0.70 +5791;10;4733.02;9.50;13.00;-1.57;0.70 +5791;11;4712.40;9.50;12.20;-1.51;0.70 +5791;12;4741.20;9.50;9.80;1.36;0.70 +5791;13;4733.20;9.50;24.20;2.57;0.70 +5791;14;4720.40;9.50;26.60;3.53;0.70 5791;21;4718.98;9.50;13.00;1.57;0.70 +5792;0;3077.00;9.50;2003.00;0.00;1.98 +5792;1;3065.50;9.50;1981.50;-0.49;1.98 +5792;2;3075.50;9.50;1979.50;-0.06;1.98 +5792;3;3071.00;9.50;1978.00;-0.23;1.98 +5792;4;3051.50;9.50;1989.00;-1.06;1.98 +5792;5;3085.00;9.50;1988.00;0.49;1.98 +5792;6;3076.50;9.50;1986.50;-0.03;1.98 +5792;7;3095.00;9.50;1991.00;0.98;1.98 +5792;8;3100.00;9.50;1988.00;0.99;1.98 +5792;9;3046.76;9.50;2003.00;1.57;1.98 +5792;10;3107.24;9.50;2003.00;-1.57;1.98 +5792;11;3058.60;9.50;1968.60;-0.49;1.98 +5792;12;3074.60;9.50;1965.40;-0.06;1.98 +5792;13;3067.40;9.50;1963.00;-0.23;1.98 +5792;14;3036.20;9.50;1980.60;-1.06;1.98 +5792;15;3089.80;9.50;1979.00;0.49;1.98 +5792;16;3076.20;9.50;1976.60;-0.03;1.98 +5792;17;3105.80;9.50;1983.80;0.98;1.98 +5792;18;3113.80;9.50;1979.00;0.99;1.98 5792;21;3046.76;9.50;2003.00;1.57;1.98 +5793;0;5349.00;9.50;327.00;0.00;0.88 +5793;1;5349.50;9.50;314.50;0.04;0.88 +5793;2;5337.00;9.50;318.50;-0.95;0.88 +5793;3;5370.00;9.50;326.00;1.52;0.88 +5793;4;5359.00;9.50;324.00;1.27;0.88 +5793;5;5328.50;9.50;326.50;-1.54;0.88 +5793;6;5335.50;9.50;333.50;4.26;0.88 +5793;7;5370.50;9.50;332.50;1.82;0.88 +5793;8;5352.50;9.50;335.50;2.75;0.88 +5793;9;5330.82;9.50;327.00;1.57;0.88 +5793;10;5367.18;9.50;327.00;-1.57;0.88 +5793;11;5349.80;9.50;307.00;0.04;0.88 +5793;12;5329.80;9.50;313.40;-0.95;0.88 +5793;13;5382.60;9.50;325.40;1.52;0.88 +5793;14;5365.00;9.50;322.20;1.27;0.88 +5793;15;5316.20;9.50;326.20;-1.54;0.88 +5793;16;5327.40;9.50;337.40;4.26;0.88 +5793;17;5383.40;9.50;335.80;1.82;0.88 +5793;18;5354.60;9.50;340.60;2.75;0.88 5793;21;5330.82;9.50;327.00;1.57;0.88 +5794;0;5412.00;9.50;1154.00;0.00;1.52 +5794;1;5402.00;9.50;1141.00;-0.65;1.52 +5794;2;5420.50;9.50;1143.00;0.65;1.52 +5794;3;5394.00;9.50;1156.00;4.60;1.52 +5794;4;5427.50;9.50;1163.00;2.09;1.52 +5794;5;5401.50;9.50;1165.00;3.90;1.52 +5794;6;5417.00;9.50;1169.50;2.83;1.52 +5794;9;5397.96;9.50;1154.00;1.57;1.52 +5794;10;5426.04;9.50;1154.00;-1.57;1.52 +5794;11;5396.00;9.50;1133.20;-0.65;1.52 +5794;12;5425.60;9.50;1136.40;0.65;1.52 +5794;13;5383.20;9.50;1157.20;4.60;1.52 +5794;14;5436.80;9.50;1168.40;2.09;1.52 +5794;15;5395.20;9.50;1171.60;3.90;1.52 +5794;16;5420.00;9.50;1178.80;2.83;1.52 5794;21;5397.96;9.50;1154.00;1.57;1.52 +5795;0;5151.00;9.50;1266.00;0.00;0.98 +5795;1;5145.50;9.50;1255.00;-0.46;0.98 +5795;2;5162.00;9.50;1261.50;1.18;0.98 +5795;3;5135.50;9.50;1264.00;-1.44;0.98 +5795;4;5139.50;9.50;1273.50;4.13;0.98 +5795;5;5171.50;9.50;1273.50;1.92;0.98 +5795;6;5158.50;9.50;1275.50;2.47;0.98 +5795;7;5143.50;9.50;1276.50;3.76;0.98 +5795;9;5137.68;9.50;1266.00;1.57;0.98 +5795;10;5164.32;9.50;1266.00;-1.57;0.98 +5795;11;5142.20;9.50;1248.40;-0.46;0.98 +5795;12;5168.60;9.50;1258.80;1.18;0.98 +5795;13;5126.20;9.50;1262.80;-1.44;0.98 +5795;14;5132.60;9.50;1278.00;4.13;0.98 +5795;15;5183.80;9.50;1278.00;1.92;0.98 +5795;16;5163.00;9.50;1281.20;2.47;0.98 +5795;17;5139.00;9.50;1282.80;3.76;0.98 5795;21;5137.68;9.50;1266.00;1.57;0.98 +5796;0;5411.00;9.50;1572.00;0.00;0.90 +5796;1;5402.50;9.50;1563.00;-0.75;0.90 +5796;2;5418.00;9.50;1563.00;0.66;0.90 +5796;3;5395.00;9.50;1572.00;4.71;0.90 +5796;4;5426.00;9.50;1574.50;1.73;0.90 +5796;5;5405.50;9.50;1580.50;3.71;0.90 +5796;6;5420.50;9.50;1582.50;2.40;0.90 +5796;9;5397.50;9.50;1572.00;1.57;0.90 +5796;10;5424.50;9.50;1572.00;-1.57;0.90 +5796;11;5397.40;9.50;1557.60;-0.75;0.90 +5796;12;5422.20;9.50;1557.60;0.66;0.90 +5796;13;5385.40;9.50;1572.00;4.71;0.90 +5796;14;5435.00;9.50;1576.00;1.73;0.90 +5796;15;5402.20;9.50;1585.60;3.71;0.90 +5796;16;5426.20;9.50;1588.80;2.40;0.90 5796;21;5397.50;9.50;1572.00;1.57;0.90 +5797;0;4294.00;9.50;801.00;0.00;0.76 +5797;1;4295.50;9.50;787.50;0.11;0.76 +5797;2;4286.50;9.50;797.50;-1.13;0.76 +5797;3;4302.50;9.50;791.50;0.73;0.76 +5797;4;4303.00;9.50;804.50;1.94;0.76 +5797;5;4294.00;9.50;814.50;3.14;0.76 +5797;9;4287.16;9.50;801.00;1.57;0.76 +5797;10;4300.84;9.50;801.00;-1.57;0.76 +5797;11;4296.40;9.50;779.40;0.11;0.76 +5797;12;4282.00;9.50;795.40;-1.13;0.76 +5797;13;4307.60;9.50;785.80;0.73;0.76 +5797;14;4308.40;9.50;806.60;1.94;0.76 +5797;15;4294.00;9.50;822.60;3.14;0.76 5797;21;4287.16;9.50;801.00;1.57;0.76 +5798;0;4945.00;9.50;79.00;0.00;1.12 +5798;1;4939.00;9.50;68.50;-0.51;1.12 +5798;2;4953.00;9.50;69.50;0.70;1.12 +5798;3;4931.50;9.50;76.00;-1.35;1.12 +5798;4;4959.50;9.50;81.00;1.70;1.12 +5798;5;4934.00;9.50;88.00;4.02;1.12 +5798;6;4948.50;9.50;90.50;2.84;1.12 +5798;9;4934.92;9.50;79.00;1.57;1.12 +5798;10;4955.08;9.50;79.00;-1.57;1.12 +5798;11;4935.40;9.50;62.20;-0.51;1.12 +5798;12;4957.80;9.50;63.80;0.70;1.12 +5798;13;4923.40;9.50;74.20;-1.35;1.12 +5798;14;4968.20;9.50;82.20;1.70;1.12 +5798;15;4927.40;9.50;93.40;4.02;1.12 +5798;16;4950.60;9.50;97.40;2.84;1.12 5798;21;4934.92;9.50;79.00;1.57;1.12 +5799;0;3768.00;9.50;443.00;0.00;1.02 +5799;1;3773.50;9.50;431.50;0.44;1.02 +5799;2;3760.50;9.50;438.50;-1.03;1.02 +5799;3;3778.50;9.50;443.50;1.61;1.02 +5799;4;3755.50;9.50;452.00;4.08;1.02 +5799;5;3768.00;9.50;452.50;3.14;1.02 +5799;9;3758.82;9.50;443.00;1.57;1.02 +5799;10;3777.18;9.50;443.00;-1.57;1.02 +5799;11;3776.80;9.50;424.60;0.44;1.02 +5799;12;3756.00;9.50;435.80;-1.03;1.02 +5799;13;3784.80;9.50;443.80;1.61;1.02 +5799;14;3748.00;9.50;457.40;4.08;1.02 +5799;15;3768.00;9.50;458.20;3.14;1.02 5799;21;3758.82;9.50;443.00;1.57;1.02 +5800;0;2863.00;9.50;64.00;0.00;0.86 +5800;1;2864.50;9.50;54.00;0.14;0.86 +5800;2;2850.50;9.50;63.00;-1.49;0.86 +5800;3;2877.00;9.50;56.50;1.07;0.86 +5800;4;2876.50;9.50;65.00;1.64;0.86 +5800;5;2863.00;9.50;73.50;3.14;0.86 +5800;9;2853.10;9.50;64.00;1.57;0.86 +5800;10;2872.90;9.50;64.00;-1.57;0.86 +5800;11;2865.40;9.50;48.00;0.14;0.86 +5800;12;2843.00;9.50;62.40;-1.49;0.86 +5800;13;2885.40;9.50;52.00;1.07;0.86 +5800;14;2884.60;9.50;65.60;1.64;0.86 +5800;15;2863.00;9.50;79.20;3.14;0.86 5800;21;2853.10;9.50;64.00;1.57;0.86 +5801;0;2683.00;9.50;347.00;0.00;1.08 +5801;1;2682.50;9.50;335.50;-0.04;1.08 +5801;2;2695.50;9.50;343.00;1.26;1.08 +5801;3;2669.50;9.50;348.50;4.60;1.08 +5801;4;2694.50;9.50;354.50;2.14;1.08 +5801;5;2681.00;9.50;358.50;3.31;1.08 +5801;9;2673.10;9.50;347.00;1.57;1.08 +5801;10;2692.90;9.50;347.00;-1.57;1.08 +5801;11;2682.20;9.50;328.60;-0.04;1.08 +5801;12;2703.00;9.50;340.60;1.26;1.08 +5801;13;2661.40;9.50;349.40;4.60;1.08 +5801;14;2701.40;9.50;359.00;2.14;1.08 +5801;15;2679.80;9.50;365.40;3.31;1.08 5801;21;2673.10;9.50;347.00;1.57;1.08 +5802;0;1840.00;9.50;76.00;0.00;1.32 +5802;1;1840.50;9.50;58.50;0.02;1.32 +5802;2;1829.50;9.50;63.50;-0.69;1.32 +5802;3;1850.00;9.50;67.50;0.86;1.32 +5802;4;1827.00;9.50;76.50;4.67;1.32 +5802;5;1855.00;9.50;75.50;1.53;1.32 +5802;6;1851.00;9.50;88.00;2.40;1.32 +5802;7;1838.00;9.50;92.00;3.26;1.32 +5802;9;1828.12;9.50;76.00;1.57;1.32 +5802;10;1851.88;9.50;76.00;-1.57;1.32 +5802;11;1840.80;9.50;48.00;0.02;1.32 +5802;12;1823.20;9.50;56.00;-0.69;1.32 +5802;13;1856.00;9.50;62.40;0.86;1.32 +5802;14;1819.20;9.50;76.80;4.67;1.32 +5802;15;1864.00;9.50;75.20;1.53;1.32 +5802;16;1857.60;9.50;95.20;2.40;1.32 +5802;17;1836.80;9.50;101.60;3.26;1.32 5802;21;1828.12;9.50;76.00;1.57;1.32 +5803;0;1973.00;9.50;1276.00;0.00;1.24 +5803;1;1976.50;9.50;1262.50;0.25;1.24 +5803;2;1961.00;9.50;1272.50;-1.28;1.24 +5803;3;1987.00;9.50;1271.00;1.22;1.24 +5803;4;1988.00;9.50;1280.00;1.83;1.24 +5803;5;1982.00;9.50;1289.00;2.53;1.24 +5803;6;1966.50;9.50;1290.00;3.57;1.24 +5803;9;1961.84;9.50;1276.00;1.57;1.24 +5803;10;1984.16;9.50;1276.00;-1.57;1.24 +5803;11;1978.60;9.50;1254.40;0.25;1.24 +5803;12;1953.80;9.50;1270.40;-1.28;1.24 +5803;13;1995.40;9.50;1268.00;1.22;1.24 +5803;14;1997.00;9.50;1282.40;1.83;1.24 +5803;15;1987.40;9.50;1296.80;2.53;1.24 +5803;16;1962.60;9.50;1298.40;3.57;1.24 5803;21;1961.84;9.50;1276.00;1.57;1.24 +5804;0;1747.00;9.50;1475.00;0.00;1.02 +5804;1;1746.50;9.50;1462.00;-0.03;1.02 +5804;2;1758.50;9.50;1465.50;0.88;1.02 +5804;3;1734.50;9.50;1463.00;-0.80;1.02 +5804;4;1736.00;9.50;1478.00;4.44;1.02 +5804;5;1759.00;9.50;1476.50;1.69;1.02 +5804;6;1749.50;9.50;1488.50;2.95;1.02 +5804;9;1737.82;9.50;1475.00;1.57;1.02 +5804;10;1756.18;9.50;1475.00;-1.57;1.02 +5804;11;1746.20;9.50;1454.20;-0.03;1.02 +5804;12;1765.40;9.50;1459.80;0.88;1.02 +5804;13;1727.00;9.50;1455.80;-0.80;1.02 +5804;14;1729.40;9.50;1479.80;4.44;1.02 +5804;15;1766.20;9.50;1477.40;1.69;1.02 +5804;16;1751.00;9.50;1496.60;2.95;1.02 5804;21;1737.82;9.50;1475.00;1.57;1.02 +5805;0;1506.00;9.50;390.00;0.00;1.66 +5805;1;1499.00;9.50;378.50;-0.54;1.66 +5805;2;1515.00;9.50;369.50;0.41;1.66 +5805;3;1522.00;9.50;380.00;1.01;1.66 +5805;4;1486.00;9.50;394.50;4.49;1.66 +5805;5;1517.00;9.50;400.00;2.30;1.66 +5805;6;1529.00;9.50;390.50;1.59;1.66 +5805;7;1489.50;9.50;401.00;4.12;1.66 +5805;8;1497.50;9.50;405.00;3.65;1.66 +5805;9;1489.62;9.50;390.00;1.57;1.66 +5805;10;1522.38;9.50;390.00;-1.57;1.66 +5805;11;1494.80;9.50;371.60;-0.54;1.66 +5805;12;1520.40;9.50;357.20;0.41;1.66 +5805;13;1531.60;9.50;374.00;1.01;1.66 +5805;14;1474.00;9.50;397.20;4.49;1.66 +5805;15;1523.60;9.50;406.00;2.30;1.66 +5805;16;1542.80;9.50;390.80;1.59;1.66 +5805;17;1479.60;9.50;407.60;4.12;1.66 +5805;18;1492.40;9.50;414.00;3.65;1.66 5805;21;1489.62;9.50;390.00;1.57;1.66 +5806;0;278.00;9.50;198.00;0.00;1.20 +5806;1;275.50;9.50;185.00;-0.19;1.20 +5806;2;294.00;9.50;195.00;1.38;1.20 +5806;3;263.00;9.50;199.50;4.61;1.20 +5806;4;280.50;9.50;210.00;2.93;1.20 +5806;5;299.00;9.50;207.00;1.97;1.20 +5806;6;263.00;9.50;213.50;3.91;1.20 +5806;9;264.86;9.50;198.00;1.57;1.20 +5806;10;291.14;9.50;198.00;-1.57;1.20 +5806;11;274.00;9.50;177.20;-0.19;1.20 +5806;12;303.60;9.50;193.20;1.38;1.20 +5806;13;254.00;9.50;200.40;4.61;1.20 +5806;14;282.00;9.50;217.20;2.93;1.20 +5806;15;311.60;9.50;212.40;1.97;1.20 +5806;16;254.00;9.50;222.80;3.91;1.20 5806;21;264.86;9.50;198.00;1.57;1.20 +5807;0;272.00;9.50;1162.00;0.00;1.02 +5807;1;253.50;9.50;1149.50;-0.97;1.02 +5807;2;267.50;9.50;1150.50;-0.37;1.02 +5807;3;257.00;9.50;1159.50;-1.40;1.02 +5807;4;285.00;9.50;1155.50;1.10;1.02 +5807;5;287.00;9.50;1167.50;1.92;1.02 +5807;6;262.00;9.50;1171.00;3.98;1.02 +5807;7;274.50;9.50;1174.00;2.93;1.02 +5807;9;259.58;9.50;1162.00;1.57;1.02 +5807;10;284.42;9.50;1162.00;-1.57;1.02 +5807;11;242.40;9.50;1142.00;-0.97;1.02 +5807;12;264.80;9.50;1143.60;-0.37;1.02 +5807;13;248.00;9.50;1158.00;-1.40;1.02 +5807;14;292.80;9.50;1151.60;1.10;1.02 +5807;15;296.00;9.50;1170.80;1.92;1.02 +5807;16;256.00;9.50;1176.40;3.98;1.02 +5807;17;276.00;9.50;1181.20;2.93;1.02 5807;21;259.58;9.50;1162.00;1.57;1.02 +5808;0;12.00;9.50;1999.00;0.00;0.60 +5808;1;13.50;9.50;1992.00;0.21;0.60 +5808;2;18.50;9.50;1999.50;1.64;0.60 +5808;3;2821.50;9.50;2000.00;1.57;0.60 +5808;4;11.00;9.50;2006.50;3.27;0.60 +5808;9;6.24;9.50;1999.00;1.57;0.60 +5808;10;17.76;9.50;1999.00;-1.57;0.60 +5808;11;14.40;9.50;1987.80;0.21;0.60 +5808;12;22.40;9.50;1999.80;1.64;0.60 +5808;13;4507.20;10.00;2000.60;1.57;0.60 +5808;14;10.40;9.50;2011.00;3.27;0.60 5808;21;6.24;9.50;1999.00;1.57;0.60 +5809;0;688.00;9.50;1135.00;0.00;0.96 +5809;1;682.50;9.50;1123.00;-0.43;0.96 +5809;2;694.00;9.50;1121.50;0.41;0.96 +5809;3;701.00;9.50;1133.50;1.45;0.96 +5809;4;672.50;9.50;1135.50;4.68;0.96 +5809;5;690.00;9.50;1145.50;2.95;0.96 +5809;6;707.50;9.50;1145.50;2.06;0.96 +5809;9;674.86;9.50;1135.00;1.57;0.96 +5809;10;701.14;9.50;1135.00;-1.57;0.96 +5809;11;679.20;9.50;1115.80;-0.43;0.96 +5809;12;697.60;9.50;1113.40;0.41;0.96 +5809;13;708.80;9.50;1132.60;1.45;0.96 +5809;14;663.20;9.50;1135.80;4.68;0.96 +5809;15;691.20;9.50;1151.80;2.95;0.96 +5809;16;719.20;9.50;1151.80;2.06;0.96 5809;21;674.86;9.50;1135.00;1.57;0.96 +5810;0;1012.00;9.50;695.00;0.00;1.20 +5810;1;1007.00;9.50;678.00;-0.28;1.20 +5810;2;999.00;9.50;683.50;-0.84;1.20 +5810;3;1021.50;9.50;689.00;1.00;1.20 +5810;4;999.50;9.50;697.00;4.55;1.20 +5810;5;1024.00;9.50;708.00;2.39;1.20 +5810;6;1009.50;9.50;710.00;3.30;1.20 +5810;9;1001.20;9.50;695.00;1.57;1.20 +5810;10;1022.80;9.50;695.00;-1.57;1.20 +5810;11;1004.00;9.50;667.80;-0.28;1.20 +5810;12;991.20;9.50;676.60;-0.84;1.20 +5810;13;1027.20;9.50;685.40;1.00;1.20 +5810;14;992.00;9.50;698.20;4.55;1.20 +5810;15;1031.20;9.50;715.80;2.39;1.20 +5810;16;1008.00;9.50;719.00;3.30;1.20 5810;21;1001.20;9.50;695.00;1.57;1.20 +5811;0;673.00;9.50;1054.00;0.00;1.00 +5811;1;673.00;9.50;1043.50;0.00;1.00 +5811;2;685.00;9.50;1049.50;1.21;1.00 +5811;3;659.50;9.50;1056.00;4.56;1.00 +5811;4;684.50;9.50;1062.00;2.17;1.00 +5811;5;659.50;9.50;1065.50;4.00;1.00 +5811;6;672.00;9.50;1066.00;3.22;1.00 +5811;9;663.46;9.50;1054.00;1.57;1.00 +5811;10;682.54;9.50;1054.00;-1.57;1.00 +5811;11;673.00;9.50;1037.20;0.00;1.00 +5811;12;692.20;9.50;1046.80;1.21;1.00 +5811;13;651.40;9.50;1057.20;4.56;1.00 +5811;14;691.40;9.50;1066.80;2.17;1.00 +5811;15;651.40;9.50;1072.40;4.00;1.00 +5811;16;671.40;9.50;1073.20;3.22;1.00 5811;21;663.46;9.50;1054.00;1.57;1.00 +5812;0;3036.00;9.50;1383.00;0.00;0.78 +5812;1;3036.50;9.50;1372.00;0.04;0.78 +5812;2;3042.50;9.50;1378.50;0.96;0.78 +5812;3;3033.50;9.50;1375.00;-0.30;0.78 +5812;4;3030.00;9.50;1379.50;-1.04;0.78 +5812;5;3027.00;9.50;1385.00;4.49;0.78 +5812;6;3041.00;9.50;1387.50;2.30;0.78 +5812;7;3025.00;9.50;1387.00;4.36;0.78 +5812;8;3031.50;9.50;1391.50;3.62;0.78 +5812;9;3028.98;9.50;1383.00;1.57;0.78 +5812;10;3043.02;9.50;1383.00;-1.57;0.78 +5812;11;3036.80;9.50;1365.40;0.04;0.78 +5812;12;3046.40;9.50;1375.80;0.96;0.78 +5812;13;3032.00;9.50;1370.20;-0.30;0.78 +5812;14;3026.40;9.50;1377.40;-1.04;0.78 +5812;15;3021.60;9.50;1386.20;4.49;0.78 +5812;16;3044.00;9.50;1390.20;2.30;0.78 +5812;17;3018.40;9.50;1389.40;4.36;0.78 +5812;18;3028.80;9.50;1396.60;3.62;0.78 5812;21;3028.98;9.50;1383.00;1.57;0.78 +5813;0;2567.00;9.50;619.00;0.00;1.12 +5813;1;2575.00;9.50;604.00;0.49;1.12 +5813;2;2561.00;9.50;605.00;-0.40;1.12 +5813;3;2578.50;9.50;613.00;1.09;1.12 +5813;4;2555.00;9.50;612.00;-1.04;1.12 +5813;5;2557.00;9.50;627.50;4.00;1.12 +5813;6;2578.50;9.50;628.50;2.26;1.12 +5813;7;2566.50;9.50;635.00;3.17;1.12 +5813;9;2556.92;9.50;619.00;1.57;1.12 +5813;10;2577.08;9.50;619.00;-1.57;1.12 +5813;11;2579.80;9.50;595.00;0.49;1.12 +5813;12;2557.40;9.50;596.60;-0.40;1.12 +5813;13;2585.40;9.50;609.40;1.09;1.12 +5813;14;2547.80;9.50;607.80;-1.04;1.12 +5813;15;2551.00;9.50;632.60;4.00;1.12 +5813;16;2585.40;9.50;634.20;2.26;1.12 +5813;17;2566.20;9.50;644.60;3.17;1.12 5813;21;2556.92;9.50;619.00;1.57;1.12 +5814;0;1454.00;9.50;1149.00;0.00;1.14 +5814;1;1446.00;9.50;1136.00;-0.55;1.14 +5814;2;1438.50;9.50;1136.00;-0.87;1.14 +5814;3;1458.50;9.50;1136.00;0.33;1.14 +5814;4;1440.00;9.50;1147.50;-1.46;1.14 +5814;5;1467.50;9.50;1150.50;1.68;1.14 +5814;6;1443.50;9.50;1159.00;3.95;1.14 +5814;7;1457.50;9.50;1162.50;2.88;1.14 +5814;9;1442.12;9.50;1149.00;1.57;1.14 +5814;10;1465.88;9.50;1149.00;-1.57;1.14 +5814;11;1441.20;9.50;1128.20;-0.55;1.14 +5814;12;1429.20;9.50;1128.20;-0.87;1.14 +5814;13;1461.20;9.50;1128.20;0.33;1.14 +5814;14;1431.60;9.50;1146.60;-1.46;1.14 +5814;15;1475.60;9.50;1151.40;1.68;1.14 +5814;16;1437.20;9.50;1165.00;3.95;1.14 +5814;17;1459.60;9.50;1170.60;2.88;1.14 5814;21;1442.12;9.50;1149.00;1.57;1.14 +5815;0;1119.00;9.50;838.00;0.00;1.12 +5815;1;1115.00;9.50;826.50;-0.33;1.12 +5815;2;1131.50;9.50;830.50;1.03;1.12 +5815;3;1105.00;9.50;839.00;4.64;1.12 +5815;4;1128.50;9.50;845.00;2.20;1.12 +5815;5;1112.00;9.50;850.50;3.65;1.12 +5815;9;1107.12;9.50;838.00;1.57;1.12 +5815;10;1130.88;9.50;838.00;-1.57;1.12 +5815;11;1112.60;9.50;819.60;-0.33;1.12 +5815;12;1139.00;9.50;826.00;1.03;1.12 +5815;13;1096.60;9.50;839.60;4.64;1.12 +5815;14;1134.20;9.50;849.20;2.20;1.12 +5815;15;1107.80;9.50;858.00;3.65;1.12 5815;21;1107.12;9.50;838.00;1.57;1.12 +5816;0;5233.00;9.50;440.00;0.00;1.38 +5816;1;5232.50;9.50;425.00;-0.03;1.38 +5816;2;5243.00;9.50;429.50;0.76;1.38 +5816;3;5222.00;9.50;431.50;-0.91;1.38 +5816;4;5248.00;9.50;440.50;1.60;1.38 +5816;5;5223.00;9.50;448.50;4.00;1.38 +5816;6;5239.50;9.50;453.50;2.69;1.38 +5816;7;5235.50;9.50;460.00;3.01;1.38 +5816;9;5217.52;9.50;440.00;1.57;1.38 +5816;10;5248.48;9.50;440.00;-1.57;1.38 +5816;11;5232.20;9.50;416.00;-0.03;1.38 +5816;12;5249.00;9.50;423.20;0.76;1.38 +5816;13;5215.40;9.50;426.40;-0.91;1.38 +5816;14;5257.00;9.50;440.80;1.60;1.38 +5816;15;5217.00;9.50;453.60;4.00;1.38 +5816;16;5243.40;9.50;461.60;2.69;1.38 +5816;17;5237.00;9.50;472.00;3.01;1.38 5816;21;5217.52;9.50;440.00;1.57;1.38 +5817;0;4923.00;9.50;41.00;0.00;0.86 +5817;1;4917.00;9.50;33.50;-0.67;0.86 +5817;2;4924.50;9.50;32.00;0.16;0.86 +5817;3;4931.50;9.50;42.00;1.68;0.86 +5817;4;4917.00;9.50;46.50;3.97;0.86 +5817;5;4928.00;9.50;49.50;2.61;0.86 +5817;9;4915.26;9.50;41.00;1.57;0.86 +5817;10;4930.74;9.50;41.00;-1.57;0.86 +5817;11;4913.40;9.50;29.00;-0.67;0.86 +5817;12;4925.40;9.50;26.60;0.16;0.86 +5817;13;4936.60;9.50;42.60;1.68;0.86 +5817;14;4913.40;9.50;49.80;3.97;0.86 +5817;15;4931.00;9.50;54.60;2.61;0.86 5817;21;4915.26;9.50;41.00;1.57;0.86 +5818;0;3007.00;9.50;2026.00;0.00;1.14 +5818;1;3006.50;9.50;2008.00;-0.02;1.14 +5818;2;2999.00;9.50;2014.50;-0.60;1.14 +5818;3;3018.50;9.50;2022.50;1.27;1.14 +5818;4;2992.00;9.50;2028.50;4.54;1.14 +5818;9;2993.14;9.50;2026.00;1.57;1.14 +5818;10;3020.86;9.50;2026.00;-1.57;1.14 +5818;11;3006.20;9.50;1997.20;-0.02;1.14 +5818;12;2994.20;9.50;2007.60;-0.60;1.14 +5818;13;3025.40;9.50;2020.40;1.27;1.14 +5818;14;2983.00;9.50;2030.00;4.54;1.14 5818;21;2993.14;9.50;2026.00;1.57;1.14 +5819;0;5370.00;9.50;364.00;0.00;0.94 +5819;1;5363.00;9.50;354.00;-0.61;0.94 +5819;2;5383.00;9.50;364.00;1.57;0.94 +5819;3;5357.00;9.50;364.50;4.67;0.94 +5819;4;5376.50;9.50;375.00;2.60;0.94 +5819;9;5355.60;9.50;364.00;1.57;0.94 +5819;10;5384.40;9.50;364.00;-1.57;0.94 +5819;11;5358.80;9.50;348.00;-0.61;0.94 +5819;12;5390.80;9.50;364.00;1.57;0.94 +5819;13;5349.20;9.50;364.80;4.67;0.94 +5819;14;5380.40;9.50;381.60;2.60;0.94 5819;21;5355.60;9.50;364.00;1.57;0.94 +5820;0;5501.00;9.50;1103.00;0.00;0.90 +5820;1;5495.00;9.50;1096.00;-0.70;0.90 +5820;2;5515.00;9.50;1097.00;1.16;0.90 +5820;3;5484.50;9.50;1107.50;4.44;0.90 +5820;4;5520.00;9.50;1105.00;1.67;0.90 +5820;5;5505.50;9.50;1110.50;2.60;0.90 +5820;9;5485.88;9.50;1103.00;1.57;0.90 +5820;10;5516.12;9.50;1103.00;-1.57;0.90 +5820;11;5491.40;9.50;1091.80;-0.70;0.90 +5820;12;5523.40;9.50;1093.40;1.16;0.90 +5820;13;5474.60;9.50;1110.20;4.44;0.90 +5820;14;5531.40;9.50;1106.20;1.67;0.90 +5820;15;5508.20;9.50;1115.00;2.60;0.90 5820;21;5485.88;9.50;1103.00;1.57;0.90 +5821;0;5103.00;9.50;1301.00;0.00;1.08 +5821;1;5100.00;9.50;1291.00;-0.29;1.08 +5821;2;5115.50;9.50;1291.00;0.89;1.08 +5821;3;5115.50;9.50;1301.50;1.61;1.08 +5821;4;5091.00;9.50;1304.50;4.42;1.08 +5821;5;5103.50;9.50;1313.00;3.10;1.08 +5821;6;5094.00;9.50;1314.50;3.73;1.08 +5821;9;5091.84;9.50;1301.00;1.57;1.08 +5821;10;5114.16;9.50;1301.00;-1.57;1.08 +5821;11;5098.20;9.50;1285.00;-0.29;1.08 +5821;12;5123.00;9.50;1285.00;0.89;1.08 +5821;13;5123.00;9.50;1301.80;1.61;1.08 +5821;14;5083.80;9.50;1306.60;4.42;1.08 +5821;15;5103.80;9.50;1320.20;3.10;1.08 +5821;16;5088.60;9.50;1322.60;3.73;1.08 5821;21;5091.84;9.50;1301.00;1.57;1.08 +5822;0;5440.00;9.50;1534.00;0.00;1.00 +5822;1;5443.00;9.50;1526.00;0.35;1.00 +5822;2;5426.50;9.50;1525.00;-0.98;1.00 +5822;3;5426.50;9.50;1535.50;4.60;1.00 +5822;4;5457.00;9.50;1535.50;1.65;1.00 +5822;5;5447.00;9.50;1543.00;2.48;1.00 +5822;6;5457.00;9.50;1540.00;1.91;1.00 +5822;7;5432.50;9.50;1544.00;3.78;1.00 +5822;9;5428.48;9.50;1534.00;1.57;1.00 +5822;10;5451.52;9.50;1534.00;-1.57;1.00 +5822;11;5444.80;9.50;1521.20;0.35;1.00 +5822;12;5418.40;9.50;1519.60;-0.98;1.00 +5822;13;5418.40;9.50;1536.40;4.60;1.00 +5822;14;5467.20;9.50;1536.40;1.65;1.00 +5822;15;5451.20;9.50;1548.40;2.48;1.00 +5822;16;5467.20;9.50;1543.60;1.91;1.00 +5822;17;5428.00;9.50;1550.00;3.78;1.00 5822;21;5428.48;9.50;1534.00;1.57;1.00 +5823;0;4262.00;9.50;915.00;0.00;0.86 +5823;1;4265.50;9.50;899.50;0.22;0.86 +5823;2;4269.50;9.50;904.50;0.62;0.86 +5823;3;4258.00;9.50;903.00;-0.32;0.86 +5823;4;4252.50;9.50;912.00;-1.26;0.86 +5823;5;4270.00;9.50;915.00;1.57;0.86 +5823;6;4259.50;9.50;926.00;3.36;0.86 +5823;7;4271.00;9.50;925.00;2.40;0.86 +5823;8;4269.50;9.50;931.50;2.71;0.86 +5823;9;4254.26;9.50;915.00;1.57;0.86 +5823;10;4269.74;9.50;915.00;-1.57;0.86 +5823;11;4267.60;9.50;890.20;0.22;0.86 +5823;12;4274.00;9.50;898.20;0.62;0.86 +5823;13;4255.60;9.50;895.80;-0.32;0.86 +5823;14;4246.80;9.50;910.20;-1.26;0.86 +5823;15;4274.80;9.50;915.00;1.57;0.86 +5823;16;4258.00;9.50;932.60;3.36;0.86 +5823;17;4276.40;9.50;931.00;2.40;0.86 +5823;18;4274.00;9.50;941.40;2.71;0.86 5823;21;4254.26;9.50;915.00;1.57;0.86 +5824;0;4972.00;9.50;40.00;0.00;0.98 +5824;1;4963.00;9.50;32.50;-0.87;0.98 +5824;2;4977.00;9.50;29.00;0.42;0.98 +5824;3;4986.00;9.50;37.00;1.36;0.98 +5824;4;4956.00;9.50;41.50;4.61;0.98 +5824;5;4966.50;9.50;50.00;3.64;0.98 +5824;6;4981.50;9.50;48.50;2.30;0.98 +5824;9;4959.04;9.50;40.00;1.57;0.98 +5824;10;4984.96;9.50;40.00;-1.57;0.98 +5824;11;4957.60;9.50;28.00;-0.87;0.98 +5824;12;4980.00;9.50;22.40;0.42;0.98 +5824;13;4994.40;9.50;35.20;1.36;0.98 +5824;14;4946.40;9.50;42.40;4.61;0.98 +5824;15;4963.20;9.50;56.00;3.64;0.98 +5824;16;4987.20;9.50;53.60;2.30;0.98 5824;21;4959.04;9.50;40.00;1.57;0.98 +5825;0;3771.00;9.50;479.00;0.00;0.94 +5825;1;3769.50;9.50;470.50;-0.17;0.94 +5825;2;3782.00;9.50;468.00;0.78;0.94 +5825;3;3782.50;9.50;474.50;1.19;0.94 +5825;4;3759.00;9.50;474.00;-1.17;0.94 +5825;5;3759.50;9.50;483.00;4.37;0.94 +5825;6;3772.50;9.50;486.50;2.94;0.94 +5825;9;3762.00;9.50;479.00;1.57;0.94 +5825;10;3780.00;9.50;479.00;-1.57;0.94 +5825;11;3768.60;9.50;465.40;-0.17;0.94 +5825;12;3788.60;9.50;461.40;0.78;0.94 +5825;13;3789.40;9.50;471.80;1.19;0.94 +5825;14;3751.80;9.50;471.00;-1.17;0.94 +5825;15;3752.60;9.50;485.40;4.37;0.94 +5825;16;3773.40;9.50;491.00;2.94;0.94 5825;21;3762.00;9.50;479.00;1.57;0.94 +5826;0;2859.00;9.50;24.00;0.00;0.98 +5826;1;2846.00;9.50;19.50;-1.23;0.98 +5826;2;2866.50;9.50;17.50;0.85;0.98 +5826;3;2875.00;9.50;30.50;1.95;0.98 +5826;4;2846.00;9.50;29.50;4.31;0.98 +5826;5;2862.50;9.50;34.00;2.80;0.98 +5826;9;2847.30;9.50;24.00;1.57;0.98 +5826;10;2870.70;9.50;24.00;-1.57;0.98 +5826;11;2838.20;9.50;16.80;-1.23;0.98 +5826;12;2871.00;9.50;13.60;0.85;0.98 +5826;13;2884.60;9.50;34.40;1.95;0.98 +5826;14;2838.20;9.50;32.80;4.31;0.98 +5826;15;2864.60;9.50;40.00;2.80;0.98 5826;21;2847.30;9.50;24.00;1.57;0.98 +5827;0;2675.00;9.50;401.00;0.00;1.04 +5827;1;2677.00;9.50;385.50;0.12;1.04 +5827;2;2687.50;9.50;389.50;0.82;1.04 +5827;3;2665.00;9.50;385.50;-0.57;1.04 +5827;4;2664.00;9.50;398.50;-1.34;1.04 +5827;5;2685.50;9.50;405.00;1.93;1.04 +5827;6;2662.50;9.50;414.50;3.88;1.04 +5827;7;2674.00;9.50;416.00;3.20;1.04 +5827;9;2665.64;9.50;401.00;1.57;1.04 +5827;10;2684.36;9.50;401.00;-1.57;1.04 +5827;11;2678.20;9.50;376.20;0.12;1.04 +5827;12;2695.00;9.50;382.60;0.82;1.04 +5827;13;2659.00;9.50;376.20;-0.57;1.04 +5827;14;2657.40;9.50;397.00;-1.34;1.04 +5827;15;2691.80;9.50;407.40;1.93;1.04 +5827;16;2655.00;9.50;422.60;3.88;1.04 +5827;17;2673.40;9.50;425.00;3.20;1.04 5827;21;2665.64;9.50;401.00;1.57;1.04 +5828;0;1815.00;9.50;128.00;0.00;1.60 +5828;1;1808.50;9.50;113.50;-0.42;1.60 +5828;2;1825.50;9.50;118.00;0.81;1.60 +5828;3;1794.50;9.50;122.00;-1.28;1.60 +5828;4;1833.00;9.50;126.00;1.46;1.60 +5828;5;1834.00;9.50;138.50;2.07;1.60 +5828;6;1793.00;9.50;132.00;4.53;1.60 +5828;7;1818.00;9.50;140.50;2.90;1.60 +5828;9;1797.90;9.50;128.00;1.57;1.60 +5828;10;1832.10;9.50;128.00;-1.57;1.60 +5828;11;1804.60;9.50;104.80;-0.42;1.60 +5828;12;1831.80;9.50;112.00;0.81;1.60 +5828;13;1782.20;9.50;118.40;-1.28;1.60 +5828;14;1843.80;9.50;124.80;1.46;1.60 +5828;15;1845.40;9.50;144.80;2.07;1.60 +5828;16;1779.80;9.50;134.40;4.53;1.60 +5828;17;1819.80;9.50;148.00;2.90;1.60 5828;21;1797.90;9.50;128.00;1.57;1.60 +5829;0;2085.00;9.50;1142.00;0.00;0.86 +5829;1;2086.50;9.50;1131.00;0.13;0.86 +5829;2;2098.00;9.50;1140.00;1.41;0.86 +5829;3;2073.50;9.50;1139.00;-1.31;0.86 +5829;4;2069.00;9.50;1148.50;4.32;0.86 +5829;5;2084.00;9.50;1150.50;3.25;0.86 +5829;6;2100.00;9.50;1149.00;2.00;0.86 +5829;9;2073.66;9.50;1142.00;1.57;0.86 +5829;10;2096.34;9.50;1142.00;-1.57;0.86 +5829;11;2087.40;9.50;1124.40;0.13;0.86 +5829;12;2105.80;9.50;1138.80;1.41;0.86 +5829;13;2066.60;9.50;1137.20;-1.31;0.86 +5829;14;2059.40;9.50;1152.40;4.32;0.86 +5829;15;2083.40;9.50;1155.60;3.25;0.86 +5829;16;2109.00;9.50;1153.20;2.00;0.86 5829;21;2073.66;9.50;1142.00;1.57;0.86 +5830;0;1926.00;9.50;1961.00;0.00;1.32 +5830;1;1930.00;9.50;1943.00;0.21;1.32 +5830;2;1914.50;9.50;1947.50;-0.70;1.32 +5830;3;1939.50;9.50;1949.00;0.84;1.32 +5830;4;1940.50;9.50;1961.50;1.60;1.32 +5830;5;1913.50;9.50;1969.50;4.11;1.32 +5830;6;1939.50;9.50;1975.50;2.39;1.32 +5830;7;1923.00;9.50;1980.00;3.29;1.32 +5830;8;1911.00;9.50;1981.50;3.77;1.32 +5830;9;1914.12;9.50;1961.00;1.57;1.32 +5830;10;1937.88;9.50;1961.00;-1.57;1.32 +5830;11;1932.40;9.50;1932.20;0.21;1.32 +5830;12;1907.60;9.50;1939.40;-0.70;1.32 +5830;13;1947.60;9.50;1941.80;0.84;1.32 +5830;14;1949.20;9.50;1961.80;1.60;1.32 +5830;15;1906.00;9.50;1974.60;4.11;1.32 +5830;16;1947.60;9.50;1984.20;2.39;1.32 +5830;17;1921.20;9.50;1991.40;3.29;1.32 +5830;18;1902.00;9.50;1993.80;3.77;1.32 5830;21;1914.12;9.50;1961.00;1.57;1.32 +5831;0;1610.00;9.50;494.00;0.00;1.00 +5831;1;1607.50;9.50;482.50;-0.21;1.00 +5831;2;1592.50;9.50;492.00;-1.45;1.00 +5831;3;1626.00;9.50;490.00;1.32;1.00 +5831;4;1629.50;9.50;501.50;1.93;1.00 +5831;5;1603.00;9.50;504.00;3.75;1.00 +5831;6;1621.50;9.50;506.00;2.37;1.00 +5831;9;1596.68;9.50;494.00;1.57;1.00 +5831;10;1623.32;9.50;494.00;-1.57;1.00 +5831;11;1606.00;9.50;475.60;-0.21;1.00 +5831;12;1582.00;9.50;490.80;-1.45;1.00 +5831;13;1635.60;9.50;487.60;1.32;1.00 +5831;14;1641.20;9.50;506.00;1.93;1.00 +5831;15;1598.80;9.50;510.00;3.75;1.00 +5831;16;1628.40;9.50;513.20;2.37;1.00 5831;21;1596.68;9.50;494.00;1.57;1.00 +5832;0;283.00;9.50;244.00;0.00;1.06 +5832;1;283.00;9.50;233.00;0.00;1.06 +5832;2;302.00;9.50;240.00;1.36;1.06 +5832;3;263.00;9.50;244.00;4.71;1.06 +5832;4;303.00;9.50;252.00;1.95;1.06 +5832;5;267.00;9.50;254.00;4.15;1.06 +5832;6;289.00;9.50;253.50;2.57;1.06 +5832;9;267.34;9.50;244.00;1.57;1.06 +5832;10;298.66;9.50;244.00;-1.57;1.06 +5832;11;283.00;9.50;226.40;0.00;1.06 +5832;12;313.40;9.50;237.60;1.36;1.06 +5832;13;251.00;9.50;244.00;4.71;1.06 +5832;14;315.00;9.50;256.80;1.95;1.06 +5832;15;257.40;9.50;260.00;4.15;1.06 +5832;16;292.60;9.50;259.20;2.57;1.06 5832;21;267.34;9.50;244.00;1.57;1.06 +5833;0;336.00;9.50;1168.00;0.00;1.04 +5833;1;348.50;9.50;1154.00;0.72;1.04 +5833;2;350.00;9.50;1166.50;1.46;1.04 +5833;3;332.00;9.50;1159.00;-0.41;1.04 +5833;4;319.00;9.50;1170.50;4.56;1.04 +5833;5;318.50;9.50;1178.00;4.19;1.04 +5833;6;333.00;9.50;1178.50;3.42;1.04 +5833;9;323.40;9.50;1168.00;1.57;1.04 +5833;10;348.60;9.50;1168.00;-1.57;1.04 +5833;11;356.00;9.50;1145.60;0.72;1.04 +5833;12;358.40;9.50;1165.60;1.46;1.04 +5833;13;329.60;9.50;1153.60;-0.41;1.04 +5833;14;308.80;9.50;1172.00;4.56;1.04 +5833;15;308.00;9.50;1184.00;4.19;1.04 +5833;16;331.20;9.50;1184.80;3.42;1.04 5833;21;323.40;9.50;1168.00;1.57;1.04 +5834;0;11.00;9.50;2030.00;0.00;0.58 +5834;1;10.50;9.50;2022.00;-0.06;0.58 +5834;2;17.00;9.50;2023.50;0.74;0.58 +5834;3;2821.00;9.50;2030.50;1.57;0.58 +5834;4;15.50;9.50;2032.50;2.07;0.58 +5834;9;5.78;9.50;2030.00;1.57;0.58 +5834;10;16.22;9.50;2030.00;-1.57;0.58 +5834;11;10.20;9.50;2017.20;-0.06;0.58 +5834;12;20.60;9.50;2019.60;0.74;0.58 +5834;13;4507.00;9.80;2030.80;1.57;0.58 +5834;14;18.20;9.50;2034.00;2.07;0.58 5834;21;5.78;9.50;2030.00;1.57;0.58 +5835;0;744.00;9.50;1130.00;0.00;0.96 +5835;1;737.00;9.50;1119.00;-0.56;0.96 +5835;2;729.00;9.50;1131.00;4.64;0.96 +5835;3;753.50;9.50;1119.50;0.73;0.96 +5835;4;760.50;9.50;1129.00;1.51;0.96 +5835;5;758.00;9.50;1139.50;2.16;0.96 +5835;6;744.00;9.50;1141.50;3.14;0.96 +5835;9;728.70;9.50;1130.00;1.57;0.96 +5835;10;759.30;9.50;1130.00;-1.57;0.96 +5835;11;732.80;9.50;1112.40;-0.56;0.96 +5835;12;720.00;9.50;1131.60;4.64;0.96 +5835;13;759.20;9.50;1113.20;0.73;0.96 +5835;14;770.40;9.50;1128.40;1.51;0.96 +5835;15;766.40;9.50;1145.20;2.16;0.96 +5835;16;744.00;9.50;1148.40;3.14;0.96 5835;21;728.70;9.50;1130.00;1.57;0.96 +5836;0;1019.00;9.50;638.00;0.00;1.10 +5836;1;1021.00;9.50;624.00;0.14;1.10 +5836;2;1006.50;9.50;630.00;-1.00;1.10 +5836;3;1033.50;9.50;637.00;1.50;1.10 +5836;4;1002.00;9.50;642.50;4.45;1.10 +5836;5;1010.50;9.50;649.50;3.77;1.10 +5836;6;1028.00;9.50;650.00;2.49;1.10 +5836;9;1005.86;9.50;638.00;1.57;1.10 +5836;10;1032.14;9.50;638.00;-1.57;1.10 +5836;11;1022.20;9.50;615.60;0.14;1.10 +5836;12;999.00;9.50;625.20;-1.00;1.10 +5836;13;1042.20;9.50;636.40;1.50;1.10 +5836;14;991.80;9.50;645.20;4.45;1.10 +5836;15;1005.40;9.50;656.40;3.77;1.10 +5836;16;1033.40;9.50;657.20;2.49;1.10 5836;21;1005.86;9.50;638.00;1.57;1.10 +5837;0;621.00;9.50;1045.00;0.00;1.16 +5837;1;614.50;9.50;1031.50;-0.44;1.16 +5837;2;609.50;9.50;1041.50;-1.27;1.16 +5837;3;629.00;9.50;1038.50;0.88;1.16 +5837;4;633.50;9.50;1051.50;2.05;1.16 +5837;5;623.00;9.50;1057.00;2.97;1.16 +5837;9;610.56;9.50;1045.00;1.57;1.16 +5837;10;631.44;9.50;1045.00;-1.57;1.16 +5837;11;610.60;9.50;1023.40;-0.44;1.16 +5837;12;602.60;9.50;1039.40;-1.27;1.16 +5837;13;633.80;9.50;1034.60;0.88;1.16 +5837;14;641.00;9.50;1055.40;2.05;1.16 +5837;15;624.20;9.50;1064.20;2.97;1.16 5837;21;610.56;9.50;1045.00;1.57;1.16 +5838;0;3079.00;9.50;1357.00;0.00;1.24 +5838;1;3086.00;9.50;1343.00;0.46;1.24 +5838;2;3090.00;9.50;1344.00;0.70;1.24 +5838;3;3083.50;9.50;1345.50;0.37;1.24 +5838;4;3093.00;9.50;1346.00;0.90;1.24 +5838;5;3079.00;9.50;1348.00;0.00;1.24 +5838;6;3094.00;9.50;1348.00;1.03;1.24 +5838;7;3093.50;9.50;1352.00;1.23;1.24 +5838;8;3074.50;9.50;1351.00;-0.64;1.24 +5838;9;3066.04;9.50;1357.00;1.57;1.24 +5838;10;3091.96;9.50;1357.00;-1.57;1.24 +5838;11;3090.20;9.50;1334.60;0.46;1.24 +5838;12;3096.60;9.50;1336.20;0.70;1.24 +5838;13;3086.20;9.50;1338.60;0.37;1.24 +5838;14;3101.40;9.50;1339.40;0.90;1.24 +5838;15;3079.00;9.50;1342.60;0.00;1.24 +5838;16;3103.00;9.50;1342.60;1.03;1.24 +5838;17;3102.20;9.50;1349.00;1.23;1.24 +5838;18;3071.80;9.50;1347.40;-0.64;1.24 5838;21;3066.04;9.50;1357.00;1.57;1.24 +5839;0;2154.00;9.50;283.00;0.00;0.96 +5839;1;2155.00;9.50;273.50;0.10;0.96 +5839;2;2140.50;9.50;283.50;4.67;0.96 +5839;3;2172.00;9.50;275.00;1.15;0.96 +5839;4;2169.00;9.50;283.50;1.60;0.96 +5839;5;2164.00;9.50;292.00;2.30;0.96 +5839;6;2153.00;9.50;295.00;3.22;0.96 +5839;9;2141.76;9.50;283.00;1.57;0.96 +5839;10;2166.24;9.50;283.00;-1.57;0.96 +5839;11;2155.60;9.50;267.80;0.10;0.96 +5839;12;2132.40;9.50;283.80;4.67;0.96 +5839;13;2182.80;9.50;270.20;1.15;0.96 +5839;14;2178.00;9.50;283.80;1.60;0.96 +5839;15;2170.00;9.50;297.40;2.30;0.96 +5839;16;2152.40;9.50;302.20;3.22;0.96 5839;21;2141.76;9.50;283.00;1.57;0.96 +5840;0;1461.00;9.50;1201.00;0.00;0.96 +5840;1;1461.00;9.50;1188.50;0.00;0.96 +5840;2;1450.00;9.50;1194.00;-1.00;0.96 +5840;3;1472.50;9.50;1189.00;0.76;0.96 +5840;4;1471.00;9.50;1200.50;1.52;0.96 +5840;5;1454.50;9.50;1207.00;3.96;0.96 +5840;6;1451.00;9.50;1212.50;3.85;0.96 +5840;7;1460.00;9.50;1215.00;3.21;0.96 +5840;9;1452.36;9.50;1201.00;1.57;0.96 +5840;10;1469.64;9.50;1201.00;-1.57;0.96 +5840;11;1461.00;9.50;1181.00;0.00;0.96 +5840;12;1443.40;9.50;1189.80;-1.00;0.96 +5840;13;1479.40;9.50;1181.80;0.76;0.96 +5840;14;1477.00;9.50;1200.20;1.52;0.96 +5840;15;1450.60;9.50;1210.60;3.96;0.96 +5840;16;1445.00;9.50;1219.40;3.85;0.96 +5840;17;1459.40;9.50;1223.40;3.21;0.96 5840;21;1452.36;9.50;1201.00;1.57;0.96 +5841;0;1267.00;9.50;875.00;0.00;1.24 +5841;1;1267.00;9.50;861.50;0.00;1.24 +5841;2;1254.50;9.50;871.50;-1.29;1.24 +5841;3;1279.50;9.50;866.00;0.94;1.24 +5841;4;1279.50;9.50;879.00;1.88;1.24 +5841;5;1263.00;9.50;887.00;3.46;1.24 +5841;9;1254.94;9.50;875.00;1.57;1.24 +5841;10;1279.06;9.50;875.00;-1.57;1.24 +5841;11;1267.00;9.50;853.40;0.00;1.24 +5841;12;1247.00;9.50;869.40;-1.29;1.24 +5841;13;1287.00;9.50;860.60;0.94;1.24 +5841;14;1287.00;9.50;881.40;1.88;1.24 +5841;15;1260.60;9.50;894.20;3.46;1.24 5841;21;1254.94;9.50;875.00;1.57;1.24 +5842;0;5191.00;9.50;526.00;0.00;1.40 +5842;1;5187.00;9.50;510.00;-0.24;1.40 +5842;2;5201.00;9.50;517.50;0.86;1.40 +5842;3;5179.00;9.50;525.50;-1.52;1.40 +5842;4;5201.00;9.50;533.50;2.21;1.40 +5842;5;5185.50;9.50;539.50;3.52;1.40 +5842;6;5176.00;9.50;539.50;3.98;1.40 +5842;7;5178.50;9.50;541.00;3.83;1.40 +5842;8;5182.00;9.50;543.00;3.62;1.40 +5842;9;5178.40;9.50;526.00;1.57;1.40 +5842;10;5203.60;9.50;526.00;-1.57;1.40 +5842;11;5184.60;9.50;500.40;-0.24;1.40 +5842;12;5207.00;9.50;512.40;0.86;1.40 +5842;13;5171.80;9.50;525.20;-1.52;1.40 +5842;14;5207.00;9.50;538.00;2.21;1.40 +5842;15;5182.20;9.50;547.60;3.52;1.40 +5842;16;5167.00;9.50;547.60;3.98;1.40 +5842;17;5171.00;9.50;550.00;3.83;1.40 +5842;18;5176.60;9.50;553.20;3.62;1.40 5842;21;5178.40;9.50;526.00;1.57;1.40 +5843;0;4944.00;9.50;13.00;0.00;0.68 +5843;1;4933.00;9.50;9.00;-1.22;0.68 +5843;2;4955.50;9.50;10.50;1.35;0.68 +5843;3;4935.00;9.50;18.00;4.20;0.68 +5843;4;4949.00;9.50;19.00;2.44;0.68 +5843;9;4934.10;9.50;13.00;1.57;0.68 +5843;10;4953.90;9.50;13.00;-1.57;0.68 +5843;11;4926.40;9.50;6.60;-1.22;0.68 +5843;12;4962.40;9.50;9.00;1.35;0.68 +5843;13;4929.60;9.50;21.00;4.20;0.68 +5843;14;4952.00;9.50;22.60;2.44;0.68 5843;21;4934.10;9.50;13.00;1.57;0.68 +5844;0;4986.00;9.50;7.00;0.00;0.38 +5844;1;4976.50;9.50;7.50;4.66;0.38 +5844;2;4994.50;9.50;8.50;1.74;0.38 +5844;3;4984.00;9.50;12.50;3.49;0.38 +5844;9;4977.72;9.50;7.00;1.57;0.38 +5844;10;4994.28;9.50;7.00;-1.57;0.38 +5844;11;4970.80;9.50;7.80;4.66;0.38 +5844;12;4999.60;9.50;9.40;1.74;0.38 +5844;13;4982.80;9.50;15.80;3.49;0.38 5844;21;4977.72;9.50;7.00;1.57;0.38 +5845;0;2970.00;9.50;1983.00;0.00;1.22 +5845;1;2965.00;9.50;1967.50;-0.31;1.22 +5845;2;2979.50;9.50;1975.50;0.90;1.22 +5845;3;2958.00;9.50;1982.00;-1.48;1.22 +5845;4;2980.50;9.50;1993.00;2.33;1.22 +5845;5;2965.00;9.50;1996.00;3.50;1.22 +5845;9;2959.02;9.50;1983.00;1.57;1.22 +5845;10;2980.98;9.50;1983.00;-1.57;1.22 +5845;11;2962.00;9.50;1958.20;-0.31;1.22 +5845;12;2985.20;9.50;1971.00;0.90;1.22 +5845;13;2950.80;9.50;1981.40;-1.48;1.22 +5845;14;2986.80;9.50;1999.00;2.33;1.22 +5845;15;2962.00;9.50;2003.80;3.50;1.22 5845;21;2959.02;9.50;1983.00;1.57;1.22 +5846;0;5273.00;9.50;334.00;0.00;1.28 +5846;1;5275.50;9.50;323.00;0.22;1.28 +5846;2;5258.00;9.50;325.50;-1.05;1.28 +5846;3;5290.50;9.50;330.00;1.34;1.28 +5846;4;5264.00;9.50;341.50;4.01;1.28 +5846;5;5285.00;9.50;342.50;2.18;1.28 +5846;9;5258.06;9.50;334.00;1.57;1.28 +5846;10;5287.94;9.50;334.00;-1.57;1.28 +5846;11;5277.00;9.50;316.40;0.22;1.28 +5846;12;5249.00;9.50;320.40;-1.05;1.28 +5846;13;5301.00;9.50;327.60;1.34;1.28 +5846;14;5258.60;9.50;346.00;4.01;1.28 +5846;15;5292.20;9.50;347.60;2.18;1.28 5846;21;5258.06;9.50;334.00;1.57;1.28 +5847;0;5580.00;9.50;1174.00;0.00;1.56 +5847;1;5553.50;9.50;1163.50;-1.19;1.56 +5847;2;5582.00;9.50;1164.50;0.20;1.56 +5847;3;5602.50;9.50;1165.00;1.19;1.56 +5847;4;2790.00;12.15;1172.50;-1.57;1.56 +5847;5;5545.00;9.50;1171.00;-1.48;1.56 +5847;6;5558.50;9.50;1176.00;4.62;1.56 +5847;7;5605.50;9.50;1187.50;2.05;1.56 +5847;8;5589.00;9.50;1187.50;2.55;1.56 +5847;9;5558.04;9.50;1174.00;1.57;1.56 +5847;10;5601.96;9.50;1174.00;-1.57;1.56 +5847;11;5537.60;9.50;1157.20;-1.19;1.56 +5847;12;5583.20;9.50;1158.80;0.20;1.56 +5847;13;5616.00;9.50;1159.60;1.19;1.56 +5847;14;1116.00;9.50;1171.60;-1.57;1.56 +5847;15;5524.00;9.50;1169.20;-1.48;1.56 +5847;16;5545.60;9.50;1177.20;4.62;1.56 +5847;17;5620.80;9.50;1195.60;2.05;1.56 +5847;18;5594.40;9.50;1195.60;2.55;1.56 5847;21;5558.04;9.50;1174.00;1.57;1.56 +5848;0;5185.00;9.50;1311.00;0.00;1.30 +5848;1;5175.50;9.50;1298.00;-0.63;1.30 +5848;2;5195.50;9.50;1305.00;1.05;1.30 +5848;3;5176.00;9.50;1313.50;4.44;1.30 +5848;4;5199.00;9.50;1320.50;2.16;1.30 +5848;5;5193.00;9.50;1329.00;2.72;1.30 +5848;9;5170.42;9.50;1311.00;1.57;1.30 +5848;10;5199.58;9.50;1311.00;-1.57;1.30 +5848;11;5169.80;9.50;1290.20;-0.63;1.30 +5848;12;5201.80;9.50;1301.40;1.05;1.30 +5848;13;5170.60;9.50;1315.00;4.44;1.30 +5848;14;5207.40;9.50;1326.20;2.16;1.30 +5848;15;5197.80;9.50;1339.80;2.72;1.30 5848;21;5170.42;9.50;1311.00;1.57;1.30 +5849;0;5303.00;9.50;1565.00;0.00;1.08 +5849;1;5303.00;9.50;1556.50;0.00;1.08 +5849;2;5293.00;9.50;1563.50;-1.42;1.08 +5849;3;5316.50;9.50;1568.00;1.78;1.08 +5849;4;5308.50;9.50;1576.00;2.67;1.08 +5849;9;5293.28;9.50;1565.00;1.57;1.08 +5849;10;5312.72;9.50;1565.00;-1.57;1.08 +5849;11;5303.00;9.50;1551.40;0.00;1.08 +5849;12;5287.00;9.50;1562.60;-1.42;1.08 +5849;13;5324.60;9.50;1569.80;1.78;1.08 +5849;14;5311.80;9.50;1582.60;2.67;1.08 5849;21;5293.28;9.50;1565.00;1.57;1.08 +5850;0;4248.00;9.50;957.00;0.00;0.98 +5850;1;4241.00;9.50;948.50;-0.68;0.98 +5850;2;4252.50;9.50;947.00;0.42;0.98 +5850;3;4259.00;9.50;957.50;1.61;0.98 +5850;4;4240.50;9.50;965.00;3.89;0.98 +5850;5;4258.50;9.50;962.00;2.01;0.98 +5850;6;4252.50;9.50;965.50;2.65;0.98 +5850;7;4247.00;9.50;971.50;3.21;0.98 +5850;9;4239.18;9.50;957.00;1.57;0.98 +5850;10;4256.82;9.50;957.00;-1.57;0.98 +5850;11;4236.80;9.50;943.40;-0.68;0.98 +5850;12;4255.20;9.50;941.00;0.42;0.98 +5850;13;4265.60;9.50;957.80;1.61;0.98 +5850;14;4236.00;9.50;969.80;3.89;0.98 +5850;15;4264.80;9.50;965.00;2.01;0.98 +5850;16;4255.20;9.50;970.60;2.65;0.98 +5850;17;4246.40;9.50;980.20;3.21;0.98 5850;21;4239.18;9.50;957.00;1.57;0.98 +5851;0;3797.00;9.50;397.00;0.00;1.24 +5851;1;3804.00;9.50;386.50;0.58;1.24 +5851;2;3791.50;9.50;384.50;-0.41;1.24 +5851;3;3784.50;9.50;395.00;-1.41;1.24 +5851;4;3811.50;9.50;395.50;1.46;1.24 +5851;5;3803.00;9.50;407.00;2.60;1.24 +5851;6;3781.00;9.50;405.00;4.24;1.24 +5851;7;3788.00;9.50;408.50;3.80;1.24 +5851;9;3785.84;9.50;397.00;1.57;1.24 +5851;10;3808.16;9.50;397.00;-1.57;1.24 +5851;11;3808.20;9.50;380.20;0.58;1.24 +5851;12;3788.20;9.50;377.00;-0.41;1.24 +5851;13;3777.00;9.50;393.80;-1.41;1.24 +5851;14;3820.20;9.50;394.60;1.46;1.24 +5851;15;3806.60;9.50;413.00;2.60;1.24 +5851;16;3771.40;9.50;409.80;4.24;1.24 +5851;17;3782.60;9.50;415.40;3.80;1.24 5851;21;3785.84;9.50;397.00;1.57;1.24 +5852;0;2809.00;9.50;14.00;0.00;0.74 +5852;1;2797.50;9.50;14.00;4.71;0.74 +5852;2;2821.00;9.50;14.50;1.61;0.74 +5852;3;2801.00;9.50;23.00;3.86;0.74 +5852;4;2810.00;9.50;23.50;3.03;0.74 +5852;9;2798.02;9.50;14.00;1.57;0.74 +5852;10;2819.98;9.50;14.00;-1.57;0.74 +5852;11;2790.60;9.50;14.00;4.71;0.74 +5852;12;2828.20;9.50;14.80;1.61;0.74 +5852;13;2796.20;9.50;28.40;3.86;0.74 +5852;14;2810.60;9.50;29.20;3.03;0.74 5852;21;2798.02;9.50;14.00;1.57;0.74 +5853;0;2730.00;9.50;377.00;0.00;0.84 +5853;1;2732.50;9.50;367.50;0.25;0.84 +5853;2;2718.00;9.50;369.50;-1.01;0.84 +5853;3;2745.00;9.50;368.50;1.05;0.84 +5853;4;2743.00;9.50;378.50;1.68;0.84 +5853;5;2715.00;9.50;377.50;4.67;0.84 +5853;6;2725.50;9.50;385.00;3.65;0.84 +5853;7;2735.00;9.50;388.00;2.71;0.84 +5853;8;2742.00;9.50;388.50;2.33;0.84 +5853;9;2719.20;9.50;377.00;1.57;0.84 +5853;10;2740.80;9.50;377.00;-1.57;0.84 +5853;11;2734.00;9.50;361.80;0.25;0.84 +5853;12;2710.80;9.50;365.00;-1.01;0.84 +5853;13;2754.00;9.50;363.40;1.05;0.84 +5853;14;2750.80;9.50;379.40;1.68;0.84 +5853;15;2706.00;9.50;377.80;4.67;0.84 +5853;16;2722.80;9.50;389.80;3.65;0.84 +5853;17;2738.00;9.50;394.60;2.71;0.84 +5853;18;2749.20;9.50;395.40;2.33;0.84 5853;21;2719.20;9.50;377.00;1.57;0.84 +5854;0;1880.00;9.50;58.00;0.00;0.66 +5854;1;1871.00;9.50;51.00;-0.91;0.66 +5854;2;1870.00;9.50;58.50;4.66;0.66 +5854;3;1883.00;9.50;52.50;0.49;0.66 +5854;4;1892.00;9.50;60.00;1.73;0.66 +5854;5;1889.00;9.50;64.00;2.15;0.66 +5854;6;1886.00;9.50;67.00;2.55;0.66 +5854;9;1869.20;9.50;58.00;1.57;0.66 +5854;10;1890.80;9.50;58.00;-1.57;0.66 +5854;11;1865.60;9.50;46.80;-0.91;0.66 +5854;12;1864.00;9.50;58.80;4.66;0.66 +5854;13;1884.80;9.50;49.20;0.49;0.66 +5854;14;1899.20;9.50;61.20;1.73;0.66 +5854;15;1894.40;9.50;67.60;2.15;0.66 +5854;16;1889.60;9.50;72.40;2.55;0.66 5854;21;1869.20;9.50;58.00;1.57;0.66 +5855;0;2095.00;9.50;1047.00;0.00;1.02 +5855;1;2093.00;9.50;1035.50;-0.17;1.02 +5855;2;2105.00;9.50;1041.50;1.06;1.02 +5855;3;2083.50;9.50;1051.00;4.37;1.02 +5855;4;2108.00;9.50;1053.00;2.00;1.02 +5855;5;2095.50;9.50;1057.50;3.09;1.02 +5855;9;2085.82;9.50;1047.00;1.57;1.02 +5855;10;2104.18;9.50;1047.00;-1.57;1.02 +5855;11;2091.80;9.50;1028.60;-0.17;1.02 +5855;12;2111.00;9.50;1038.20;1.06;1.02 +5855;13;2076.60;9.50;1053.40;4.37;1.02 +5855;14;2115.80;9.50;1056.60;2.00;1.02 +5855;15;2095.80;9.50;1063.80;3.09;1.02 5855;21;2085.82;9.50;1047.00;1.57;1.02 +5856;0;1976.00;9.50;1888.00;0.00;1.32 +5856;1;1984.00;9.50;1855.50;0.24;1.32 +5856;2;1988.50;9.50;1858.00;0.39;1.32 +5856;3;1968.50;9.50;1882.00;-0.89;1.32 +5856;4;1990.00;9.50;1870.50;0.67;1.32 +5856;5;1983.50;9.50;1891.50;2.00;1.32 +5856;6;1980.00;9.50;1910.00;2.96;1.32 +5856;7;1964.50;9.50;1912.50;3.58;1.32 +5856;9;1964.12;9.50;1888.00;1.57;1.32 +5856;10;1987.88;9.50;1888.00;-1.57;1.32 +5856;11;1988.80;9.50;1836.00;0.24;1.32 +5856;12;1996.00;9.50;1840.00;0.39;1.32 +5856;13;1964.00;9.50;1878.40;-0.89;1.32 +5856;14;1998.40;9.50;1860.00;0.67;1.32 +5856;15;1988.00;9.50;1893.60;2.00;1.32 +5856;16;1982.40;9.50;1923.20;2.96;1.32 +5856;17;1957.60;9.50;1927.20;3.58;1.32 5856;21;1964.12;9.50;1888.00;1.57;1.32 +5857;0;1541.00;9.50;491.00;0.00;1.24 +5857;1;1545.00;9.50;476.50;0.26;1.24 +5857;2;1529.50;9.50;482.00;-0.90;1.24 +5857;3;1558.50;9.50;477.50;0.91;1.24 +5857;4;1558.00;9.50;490.50;1.54;1.24 +5857;5;1523.50;9.50;497.50;4.35;1.24 +5857;6;1546.50;9.50;503.00;2.71;1.24 +5857;7;1527.50;9.50;505.50;3.89;1.24 +5857;9;1527.32;9.50;491.00;1.57;1.24 +5857;10;1554.68;9.50;491.00;-1.57;1.24 +5857;11;1547.40;9.50;467.80;0.26;1.24 +5857;12;1522.60;9.50;476.60;-0.90;1.24 +5857;13;1569.00;9.50;469.40;0.91;1.24 +5857;14;1568.20;9.50;490.20;1.54;1.24 +5857;15;1513.00;9.50;501.40;4.35;1.24 +5857;16;1549.80;9.50;510.20;2.71;1.24 +5857;17;1519.40;9.50;514.20;3.89;1.24 5857;21;1527.32;9.50;491.00;1.57;1.24 +5858;0;215.00;9.50;203.00;0.00;1.08 +5858;1;228.50;9.50;189.00;0.76;1.08 +5858;2;214.00;9.50;190.50;-0.08;1.08 +5858;3;231.50;9.50;202.00;1.51;1.08 +5858;4;198.00;9.50;203.00;4.71;1.08 +5858;5;212.50;9.50;214.50;3.35;1.08 +5858;9;201.50;9.50;203.00;1.57;1.08 +5858;10;228.50;9.50;203.00;-1.57;1.08 +5858;11;236.60;9.50;180.60;0.76;1.08 +5858;12;213.40;9.50;183.00;-0.08;1.08 +5858;13;241.40;9.50;201.40;1.51;1.08 +5858;14;187.80;9.50;203.00;4.71;1.08 +5858;15;211.00;9.50;221.40;3.35;1.08 5858;21;201.50;9.50;203.00;1.57;1.08 +5859;0;332.00;9.50;1210.00;0.00;0.90 +5859;1;331.00;9.50;1199.50;-0.09;0.90 +5859;2;319.00;9.50;1210.50;4.67;0.90 +5859;3;346.00;9.50;1203.50;1.13;0.90 +5859;4;345.00;9.50;1214.00;1.86;0.90 +5859;5;320.50;9.50;1221.50;3.92;0.90 +5859;6;331.50;9.50;1221.50;3.18;0.90 +5859;9;321.02;9.50;1210.00;1.57;0.90 +5859;10;342.98;9.50;1210.00;-1.57;0.90 +5859;11;330.40;9.50;1193.20;-0.09;0.90 +5859;12;311.20;9.50;1210.80;4.67;0.90 +5859;13;354.40;9.50;1199.60;1.13;0.90 +5859;14;352.80;9.50;1216.40;1.86;0.90 +5859;15;313.60;9.50;1228.40;3.92;0.90 +5859;16;331.20;9.50;1228.40;3.18;0.90 5859;21;321.02;9.50;1210.00;1.57;0.90 +5860;0;53.00;9.50;1997.00;0.00;0.86 +5860;1;57.50;9.50;1989.50;0.54;0.86 +5860;2;70.50;9.50;1993.50;1.37;0.86 +5860;3;42.50;9.50;1990.50;-1.01;0.86 +5860;4;39.00;9.50;1998.50;4.60;0.86 +5860;5;64.50;9.50;2000.00;1.82;0.86 +5860;6;50.00;9.50;2004.00;3.54;0.86 +5860;7;38.00;9.50;2007.00;4.12;0.86 +5860;9;40.22;9.50;1997.00;1.57;0.86 +5860;10;65.78;9.50;1997.00;-1.57;0.86 +5860;11;60.20;9.50;1985.00;0.54;0.86 +5860;12;81.00;9.50;1991.40;1.37;0.86 +5860;13;36.20;9.50;1986.60;-1.01;0.86 +5860;14;30.60;9.50;1999.40;4.60;0.86 +5860;15;71.40;9.50;2001.80;1.82;0.86 +5860;16;48.20;9.50;2008.20;3.54;0.86 +5860;17;29.00;9.50;2013.00;4.12;0.86 5860;21;40.22;9.50;1997.00;1.57;0.86 +5861;0;802.00;9.50;1168.00;0.00;1.08 +5861;1;787.00;9.50;1158.50;-1.00;1.08 +5861;2;805.00;9.50;1159.50;0.33;1.08 +5861;3;787.00;9.50;1167.00;-1.50;1.08 +5861;4;820.00;9.50;1164.00;1.35;1.08 +5861;5;813.50;9.50;1175.00;2.11;1.08 +5861;6;798.50;9.50;1179.00;3.45;1.08 +5861;7;803.50;9.50;1184.50;3.05;1.08 +5861;9;786.70;9.50;1168.00;1.57;1.08 +5861;10;817.30;9.50;1168.00;-1.57;1.08 +5861;11;778.00;9.50;1152.80;-1.00;1.08 +5861;12;806.80;9.50;1154.40;0.33;1.08 +5861;13;778.00;9.50;1166.40;-1.50;1.08 +5861;14;830.80;9.50;1161.60;1.35;1.08 +5861;15;820.40;9.50;1179.20;2.11;1.08 +5861;16;796.40;9.50;1185.60;3.45;1.08 +5861;17;804.40;9.50;1194.40;3.05;1.08 5861;21;786.70;9.50;1168.00;1.57;1.08 +5862;0;1020.00;9.50;586.00;0.00;0.90 +5862;1;1032.50;9.50;576.00;0.89;0.90 +5862;2;1017.50;9.50;576.50;-0.25;0.90 +5862;3;1033.50;9.50;586.50;1.60;0.90 +5862;4;1005.00;9.50;581.50;-1.27;0.90 +5862;5;1008.00;9.50;592.00;4.24;0.90 +5862;6;1021.50;9.50;598.00;3.01;0.90 +5862;7;1030.50;9.50;597.50;2.40;0.90 +5862;9;1008.12;9.50;586.00;1.57;0.90 +5862;10;1031.88;9.50;586.00;-1.57;0.90 +5862;11;1040.00;9.50;570.00;0.89;0.90 +5862;12;1016.00;9.50;570.80;-0.25;0.90 +5862;13;1041.60;9.50;586.80;1.60;0.90 +5862;14;996.00;9.50;578.80;-1.27;0.90 +5862;15;1000.80;9.50;595.60;4.24;0.90 +5862;16;1022.40;9.50;605.20;3.01;0.90 +5862;17;1036.80;9.50;604.40;2.40;0.90 5862;21;1008.12;9.50;586.00;1.57;0.90 +5863;0;2598.00;9.50;1377.00;0.00;1.08 +5863;1;2609.50;9.50;1365.50;0.78;1.08 +5863;2;2597.00;9.50;1369.50;-0.13;1.08 +5863;3;2611.50;9.50;1371.00;1.15;1.08 +5863;4;2599.00;9.50;1384.00;3.00;1.08 +5863;5;2585.50;9.50;1376.50;-1.53;1.08 +5863;6;2586.50;9.50;1384.50;4.13;1.08 +5863;9;2588.28;9.50;1377.00;1.57;1.08 +5863;10;2607.72;9.50;1377.00;-1.57;1.08 +5863;11;2616.40;9.50;1358.60;0.78;1.08 +5863;12;2596.40;9.50;1365.00;-0.13;1.08 +5863;13;2619.60;9.50;1367.40;1.15;1.08 +5863;14;2599.60;9.50;1388.20;3.00;1.08 +5863;15;2578.00;9.50;1376.20;-1.53;1.08 +5863;16;2579.60;9.50;1389.00;4.13;1.08 5863;21;2588.28;9.50;1377.00;1.57;1.08 +5864;0;3093.00;9.50;1316.00;0.00;0.60 +5864;1;3093.00;9.50;1310.50;0.00;0.60 +5864;2;3107.00;9.50;1310.50;1.19;0.60 +5864;3;3109.50;9.50;1312.00;1.33;0.60 +5864;4;3081.50;9.50;1314.50;-1.44;0.60 +5864;5;3104.00;9.50;1315.00;1.48;0.60 +5864;6;3107.00;9.50;1314.00;1.42;0.60 +5864;7;3105.00;9.50;1318.00;1.73;0.60 +5864;8;3078.50;9.50;1317.50;4.60;0.60 +5864;9;3081.48;9.50;1316.00;1.57;0.60 +5864;10;3104.52;9.50;1316.00;-1.57;0.60 +5864;11;3093.00;9.50;1307.20;0.00;0.60 +5864;12;3115.40;9.50;1307.20;1.19;0.60 +5864;13;3119.40;9.50;1309.60;1.33;0.60 +5864;14;3074.60;9.50;1313.60;-1.44;0.60 +5864;15;3110.60;9.50;1314.40;1.48;0.60 +5864;16;3115.40;9.54;1312.80;1.42;0.60 +5864;17;3112.20;9.57;1319.20;1.73;0.60 +5864;18;3069.80;9.50;1318.40;4.60;0.60 5864;21;3081.48;9.50;1316.00;1.57;0.60 +5865;0;2844.00;9.50;621.00;0.00;0.88 +5865;1;2836.50;9.50;612.00;-0.69;0.88 +5865;2;2851.50;9.50;612.00;0.69;0.88 +5865;3;2830.00;9.50;622.00;4.64;0.88 +5865;4;2857.00;9.50;624.00;1.79;0.88 +5865;5;2842.50;9.50;630.50;3.29;0.88 +5865;9;2833.38;9.50;621.00;1.57;0.88 +5865;10;2854.62;9.50;621.00;-1.57;0.88 +5865;11;2832.00;9.50;606.60;-0.69;0.88 +5865;12;2856.00;9.50;606.60;0.69;0.88 +5865;13;2821.60;9.50;622.60;4.64;0.88 +5865;14;2864.80;9.50;625.80;1.79;0.88 +5865;15;2841.60;9.50;636.20;3.29;0.88 5865;21;2833.38;9.50;621.00;1.57;0.88 +5866;0;1466.00;9.50;1254.00;0.00;1.20 +5866;1;1472.50;9.50;1237.50;0.37;1.20 +5866;2;1462.50;9.50;1241.50;-0.27;1.20 +5866;3;1476.00;9.50;1240.00;0.62;1.20 +5866;4;1452.00;9.50;1248.50;-1.19;1.20 +5866;5;1477.50;9.50;1253.50;1.52;1.20 +5866;6;1453.50;9.50;1260.50;4.23;1.20 +5866;7;1467.50;9.50;1266.00;3.01;1.20 +5866;8;1481.50;9.50;1265.50;2.20;1.20 +5866;9;1454.66;9.50;1254.00;1.57;1.20 +5866;10;1477.34;9.50;1254.00;-1.57;1.20 +5866;11;1476.40;9.50;1227.60;0.37;1.20 +5866;12;1460.40;9.50;1234.00;-0.27;1.20 +5866;13;1482.00;9.50;1231.60;0.62;1.20 +5866;14;1443.60;9.50;1245.20;-1.19;1.20 +5866;15;1484.40;9.50;1253.20;1.52;1.20 +5866;16;1446.00;9.50;1264.40;4.23;1.20 +5866;17;1468.40;9.50;1273.20;3.01;1.20 +5866;18;1490.80;9.50;1272.40;2.20;1.20 5866;21;1454.66;9.50;1254.00;1.57;1.20 +5867;0;1205.00;9.50;751.00;0.00;1.10 +5867;1;1209.50;9.50;736.50;0.30;1.10 +5867;2;1216.00;9.50;750.50;1.52;1.10 +5867;3;1194.50;9.50;750.50;-1.52;1.10 +5867;4;1198.50;9.50;764.00;3.60;1.10 +5867;5;1210.50;9.50;764.50;2.75;1.10 +5867;9;1194.02;9.50;751.00;1.57;1.10 +5867;10;1215.98;9.50;751.00;-1.57;1.10 +5867;11;1212.20;9.50;727.80;0.30;1.10 +5867;12;1222.60;9.50;750.20;1.52;1.10 +5867;13;1188.20;9.50;750.20;-1.52;1.10 +5867;14;1194.60;9.50;771.80;3.60;1.10 +5867;15;1213.80;9.50;772.60;2.75;1.10 5867;21;1194.02;9.50;751.00;1.57;1.10 +5868;0;5280.00;9.50;520.00;0.00;1.34 +5868;1;5293.00;9.50;507.50;0.80;1.34 +5868;2;5301.00;9.50;505.50;0.96;1.34 +5868;3;5296.50;10.00;519.50;1.54;1.34 +5868;4;5298.50;9.50;513.00;1.20;1.34 +5868;5;5280.50;9.50;510.50;0.05;1.34 +5868;6;5266.00;9.50;515.00;-1.22;1.34 +5868;7;5272.00;9.50;518.00;-1.32;1.34 +5868;8;5285.00;9.50;520.50;1.67;1.34 +5868;9;5263.98;9.82;520.00;1.57;1.34 +5868;10;5296.02;9.96;520.00;-1.57;1.34 +5868;11;5300.80;9.50;500.00;0.80;1.34 +5868;12;5313.60;9.50;496.80;0.96;1.34 +5868;13;5306.40;9.50;519.20;1.54;1.34 +5868;14;5309.60;9.50;508.80;1.20;1.34 +5868;15;5280.80;9.50;504.80;0.05;1.34 +5868;16;5257.60;9.50;512.00;-1.22;1.34 +5868;17;5267.20;9.79;516.80;-1.32;1.34 +5868;18;5288.00;9.50;520.80;1.67;1.34 5868;21;5263.98;9.82;520.00;1.57;1.34 +5869;0;3003.00;9.50;1904.00;0.00;1.96 +5869;1;2996.50;9.50;1881.00;-0.27;1.96 +5869;2;2986.50;9.50;1887.00;-0.77;1.96 +5869;3;3001.00;9.50;1884.50;-0.10;1.96 +5869;4;3004.00;9.50;1890.50;0.07;1.96 +5869;5;3003.50;9.50;1893.50;0.04;1.96 +5869;6;2990.00;9.50;1905.50;4.59;1.96 +5869;7;3008.50;9.50;1900.00;0.94;1.96 +5869;8;3014.00;9.50;1906.00;1.75;1.96 +5869;9;2980.32;9.50;1904.00;1.57;1.96 +5869;10;3025.68;10.07;1904.00;-1.57;1.96 +5869;11;2992.60;9.50;1867.20;-0.27;1.96 +5869;12;2976.60;9.50;1876.80;-0.77;1.96 +5869;13;2999.80;9.50;1872.80;-0.10;1.96 +5869;14;3004.60;9.50;1882.40;0.07;1.96 +5869;15;3003.80;9.50;1887.20;0.04;1.96 +5869;16;2982.20;9.50;1906.40;4.59;1.96 +5869;17;3011.80;9.50;1897.60;0.94;1.96 +5869;18;3020.60;9.50;1907.20;1.75;1.96 5869;21;2980.32;9.50;1904.00;1.57;1.96 +5870;0;5320.00;9.50;370.00;0.00;1.32 +5870;1;5321.00;9.50;355.00;0.06;1.32 +5870;2;5308.50;9.50;360.50;-0.88;1.32 +5870;3;5332.00;9.50;367.50;1.36;1.32 +5870;4;5300.00;9.50;370.00;4.71;1.32 +5870;5;5305.00;9.50;374.00;4.45;1.32 +5870;6;5337.50;9.50;380.00;2.09;1.32 +5870;7;5322.00;9.50;381.00;2.96;1.32 +5870;8;5335.00;9.50;384.50;2.33;1.32 +5870;9;5305.78;9.50;370.00;1.57;1.32 +5870;10;5334.22;9.50;370.00;-1.57;1.32 +5870;11;5321.60;9.50;346.00;0.06;1.32 +5870;12;5301.60;9.50;354.80;-0.88;1.32 +5870;13;5339.20;9.50;366.00;1.36;1.32 +5870;14;5288.00;9.50;370.00;4.71;1.32 +5870;15;5296.00;9.50;376.40;4.45;1.32 +5870;16;5348.00;9.50;386.00;2.09;1.32 +5870;17;5323.20;9.50;387.60;2.96;1.32 +5870;18;5344.00;9.50;393.20;2.33;1.32 5870;21;5305.78;9.50;370.00;1.57;1.32 +5871;0;5240.00;9.50;1351.00;0.00;1.24 +5871;1;5240.00;9.50;1336.00;0.00;1.24 +5871;2;5226.50;9.50;1340.50;-0.91;1.24 +5871;3;5251.50;9.50;1339.00;0.76;1.24 +5871;4;5253.50;9.50;1352.50;1.68;1.24 +5871;5;5227.00;9.50;1357.50;4.24;1.24 +5871;6;5243.00;9.50;1365.50;2.93;1.24 +5871;9;5228.84;9.50;1351.00;1.57;1.24 +5871;10;5251.16;9.50;1351.00;-1.57;1.24 +5871;11;5240.00;9.50;1327.00;0.00;1.24 +5871;12;5218.40;9.50;1334.20;-0.91;1.24 +5871;13;5258.40;9.50;1331.80;0.76;1.24 +5871;14;5261.60;9.50;1353.40;1.68;1.24 +5871;15;5219.20;9.50;1361.40;4.24;1.24 +5871;16;5244.80;9.50;1374.20;2.93;1.24 5871;21;5228.84;9.50;1351.00;1.57;1.24 +5872;0;5304.00;9.50;1532.00;0.00;1.04 +5872;1;5292.50;9.50;1525.00;-1.02;1.04 +5872;2;5308.50;9.50;1526.50;0.68;1.04 +5872;3;5291.50;9.50;1533.00;4.63;1.04 +5872;4;5303.50;9.50;1540.00;3.20;1.04 +5872;5;5318.00;9.50;1539.50;2.06;1.04 +5872;9;5293.56;9.50;1532.00;1.57;1.04 +5872;10;5314.44;9.50;1532.00;-1.57;1.04 +5872;11;5285.60;9.50;1520.80;-1.02;1.04 +5872;12;5311.20;9.50;1523.20;0.68;1.04 +5872;13;5284.00;9.50;1533.60;4.63;1.04 +5872;14;5303.20;9.50;1544.80;3.20;1.04 +5872;15;5326.40;9.50;1544.00;2.06;1.04 5872;21;5293.56;9.50;1532.00;1.57;1.04 +5873;0;4217.00;9.50;983.00;0.00;0.98 +5873;1;4217.50;9.50;966.00;0.02;0.98 +5873;2;4209.50;9.50;969.50;-0.50;0.98 +5873;3;4225.00;9.50;978.00;1.01;0.98 +5873;4;4206.50;9.50;983.00;4.71;0.98 +5873;5;4230.00;9.50;988.00;1.93;0.98 +5873;6;4228.50;9.50;991.50;2.20;0.98 +5873;7;4208.00;9.50;992.00;3.92;0.98 +5873;8;4211.50;9.50;994.00;3.60;0.98 +5873;9;4208.18;9.50;983.00;1.57;0.98 +5873;10;4225.82;9.50;983.00;-1.57;0.98 +5873;11;4217.80;9.50;955.80;0.02;0.98 +5873;12;4205.00;9.50;961.40;-0.50;0.98 +5873;13;4229.80;9.50;975.00;1.01;0.98 +5873;14;4200.20;9.50;983.00;4.71;0.98 +5873;15;4237.80;9.50;991.00;1.93;0.98 +5873;16;4235.40;9.50;996.60;2.20;0.98 +5873;17;4202.60;9.50;997.40;3.92;0.98 +5873;18;4208.20;9.50;1000.60;3.60;0.98 5873;21;4208.18;9.50;983.00;1.57;0.98 +5874;0;3888.00;9.50;747.00;0.00;0.62 +5874;1;3888.50;9.50;734.00;0.03;0.62 +5874;2;3880.50;9.50;740.50;-0.85;0.62 +5874;3;3895.50;9.50;742.00;0.98;0.62 +5874;4;3892.50;9.50;756.50;2.69;0.62 +5874;5;3881.00;9.50;755.00;3.86;0.62 +5874;6;3884.00;9.50;762.00;3.40;0.62 +5874;9;3882.42;9.50;747.00;1.57;0.62 +5874;10;3893.58;9.50;747.00;-1.57;0.62 +5874;11;3888.80;9.50;726.20;0.03;0.62 +5874;12;3876.00;9.50;736.60;-0.85;0.62 +5874;13;3900.00;9.50;739.00;0.98;0.62 +5874;14;3895.20;9.50;762.20;2.69;0.62 +5874;15;3876.80;9.50;759.80;3.86;0.62 +5874;16;3881.60;9.50;771.00;3.40;0.62 5874;21;3882.42;9.50;747.00;1.57;0.62 +5875;0;3638.00;9.50;548.00;0.00;1.24 +5875;1;3640.00;9.50;535.50;0.15;1.24 +5875;2;3650.50;9.50;534.50;0.74;1.24 +5875;3;3651.50;9.50;544.00;1.28;1.24 +5875;4;3628.50;9.50;537.00;-0.71;1.24 +5875;5;3625.50;9.50;551.50;4.43;1.24 +5875;6;3640.00;9.50;558.00;2.94;1.24 +5875;7;3624.50;9.50;565.00;3.81;1.24 +5875;9;3626.84;9.50;548.00;1.57;1.24 +5875;10;3649.16;9.50;548.00;-1.57;1.24 +5875;11;3641.20;9.50;528.00;0.15;1.24 +5875;12;3658.00;9.50;526.40;0.74;1.24 +5875;13;3659.60;9.50;541.60;1.28;1.24 +5875;14;3622.80;9.50;530.40;-0.71;1.24 +5875;15;3618.00;9.50;553.60;4.43;1.24 +5875;16;3641.20;9.50;564.00;2.94;1.24 +5875;17;3616.40;9.50;575.20;3.81;1.24 5875;21;3626.84;9.50;548.00;1.57;1.24 +5876;0;3403.00;9.50;10.00;0.00;0.66 +5876;1;3393.50;9.50;5.50;-1.12;0.66 +5876;2;3408.50;9.50;12.50;1.99;0.66 +5876;3;3399.50;9.50;13.50;3.92;0.66 +5876;4;3406.50;9.50;21.00;2.83;0.66 +5876;9;3396.52;9.50;10.00;1.57;0.66 +5876;10;3409.48;9.50;10.00;-1.57;0.66 +5876;11;3387.80;9.50;2.80;-1.12;0.66 +5876;12;3411.80;9.50;14.00;1.99;0.66 +5876;13;3397.40;9.50;15.60;3.92;0.66 +5876;14;3408.60;9.50;27.60;2.83;0.66 5876;21;3396.52;9.50;10.00;1.57;0.66 +5877;0;2762.00;9.50;14.00;0.00;0.60 +5877;1;2750.50;9.50;14.00;4.71;0.60 +5877;2;2774.00;9.50;14.00;1.57;0.60 +5877;3;2764.50;9.50;21.00;2.79;0.60 +5877;9;2751.56;9.50;14.00;1.57;0.60 +5877;10;2772.44;9.50;14.00;-1.57;0.60 +5877;11;2743.60;9.50;14.00;4.71;0.60 +5877;12;2781.20;9.50;14.00;1.57;0.60 +5877;13;2766.00;9.50;25.20;2.79;0.60 5877;21;2751.56;9.50;14.00;1.57;0.60 +5878;0;2733.00;9.50;462.00;0.00;1.04 +5878;1;2735.00;9.50;450.50;0.17;1.04 +5878;2;2722.00;9.50;458.50;-1.26;1.04 +5878;3;2746.50;9.50;451.50;0.91;1.04 +5878;4;2747.00;9.50;462.00;1.57;1.04 +5878;5;2719.00;9.50;471.00;4.14;1.04 +5878;6;2737.50;9.50;472.50;2.73;1.04 +5878;7;2723.00;9.50;474.00;3.83;1.04 +5878;9;2722.56;9.50;462.00;1.57;1.04 +5878;10;2743.44;9.50;462.00;-1.57;1.04 +5878;11;2736.20;9.50;443.60;0.17;1.04 +5878;12;2715.40;9.50;456.40;-1.26;1.04 +5878;13;2754.60;9.50;445.20;0.91;1.04 +5878;14;2755.40;9.50;462.00;1.57;1.04 +5878;15;2710.60;9.50;476.40;4.14;1.04 +5878;16;2740.20;9.50;478.80;2.73;1.04 +5878;17;2717.00;9.50;481.20;3.83;1.04 5878;21;2722.56;9.50;462.00;1.57;1.04 +5879;0;1881.00;9.50;158.00;0.00;1.28 +5879;1;1876.00;9.50;143.00;-0.32;1.28 +5879;2;1867.00;9.50;153.50;-1.26;1.28 +5879;3;1893.50;9.50;159.50;1.69;1.28 +5879;4;1869.00;9.50;166.00;4.12;1.28 +5879;5;1883.50;9.50;169.50;2.92;1.28 +5879;6;1901.00;9.50;172.50;2.19;1.28 +5879;9;1867.50;9.50;158.00;1.57;1.28 +5879;10;1894.50;9.50;158.00;-1.57;1.28 +5879;11;1873.00;9.50;134.00;-0.32;1.28 +5879;12;1858.60;9.50;150.80;-1.26;1.28 +5879;13;1901.00;9.50;160.40;1.69;1.28 +5879;14;1861.80;9.50;170.80;4.12;1.28 +5879;15;1885.00;9.50;176.40;2.92;1.28 +5879;16;1913.00;9.50;181.20;2.19;1.28 5879;21;1867.50;9.50;158.00;1.57;1.28 +5880;0;2121.00;9.50;1196.00;0.00;0.98 +5880;1;2118.00;9.50;1176.00;-0.14;0.98 +5880;2;2126.00;9.50;1179.00;0.28;0.98 +5880;3;2113.00;9.50;1187.50;-0.75;0.98 +5880;4;2131.50;9.50;1195.50;1.52;0.98 +5880;5;2111.50;9.50;1207.50;3.83;0.98 +5880;6;2122.00;9.50;1213.00;3.08;0.98 +5880;9;2112.18;9.50;1196.00;1.57;0.98 +5880;10;2129.82;9.50;1196.00;-1.57;0.98 +5880;11;2116.20;9.50;1164.00;-0.14;0.98 +5880;12;2129.00;9.50;1168.80;0.28;0.98 +5880;13;2108.20;9.50;1182.40;-0.75;0.98 +5880;14;2137.80;9.50;1195.20;1.52;0.98 +5880;15;2105.80;9.50;1214.40;3.83;0.98 +5880;16;2122.60;9.50;1223.20;3.08;0.98 5880;21;2112.18;9.50;1196.00;1.57;0.98 +5881;0;1916.00;9.50;2021.00;0.00;1.06 +5881;1;1918.00;9.50;2010.00;0.18;1.06 +5881;2;1928.00;9.50;2016.50;1.21;1.06 +5881;3;1903.50;9.50;2023.00;4.55;1.06 +5881;4;1916.50;9.50;2031.00;3.09;1.06 +5881;9;1906.10;9.50;2021.00;1.57;1.06 +5881;10;1925.90;9.50;2021.00;-1.57;1.06 +5881;11;1919.20;9.50;2003.40;0.18;1.06 +5881;12;1935.20;9.50;2013.80;1.21;1.06 +5881;13;1896.00;9.50;2024.20;4.55;1.06 +5881;14;1916.80;9.50;2037.00;3.09;1.06 5881;21;1906.10;9.50;2021.00;1.57;1.06 +5882;0;744.00;9.50;213.00;0.00;1.16 +5882;1;730.50;9.50;196.00;-0.67;1.16 +5882;2;740.50;9.50;199.50;-0.25;1.16 +5882;3;731.50;9.50;207.50;-1.15;1.16 +5882;4;755.00;9.50;210.00;1.30;1.16 +5882;5;755.50;9.50;223.50;2.31;1.16 +5882;6;742.50;9.50;224.50;3.27;1.16 +5882;9;733.56;9.50;213.00;1.57;1.16 +5882;10;754.44;9.50;213.00;-1.57;1.16 +5882;11;722.40;9.50;185.80;-0.67;1.16 +5882;12;738.40;9.50;191.40;-0.25;1.16 +5882;13;724.00;9.50;204.20;-1.15;1.16 +5882;14;761.60;9.50;208.20;1.30;1.16 +5882;15;762.40;9.50;229.80;2.31;1.16 +5882;16;741.60;9.50;231.40;3.27;1.16 5882;21;733.56;9.50;213.00;1.57;1.16 +5883;0;1493.00;9.50;452.00;0.00;1.08 +5883;1;1482.00;9.50;448.00;-1.22;1.08 +5883;2;1491.00;9.50;436.00;-0.12;1.08 +5883;3;1503.50;9.50;448.50;1.24;1.08 +5883;4;1505.50;9.50;462.50;2.26;1.08 +5883;5;1492.50;9.50;466.00;3.17;1.08 +5883;9;1483.28;9.50;452.00;1.57;1.08 +5883;10;1502.72;9.50;452.00;-1.57;1.08 +5883;11;1475.40;9.50;445.60;-1.22;1.08 +5883;12;1489.80;9.50;426.40;-0.12;1.08 +5883;13;1509.80;9.50;446.40;1.24;1.08 +5883;14;1513.00;9.50;468.80;2.26;1.08 +5883;15;1492.20;9.50;474.40;3.17;1.08 5883;21;1483.28;9.50;452.00;1.57;1.08 +5884;0;142.00;9.50;198.00;0.00;1.40 +5884;1;130.50;9.50;189.00;-0.90;1.40 +5884;2;154.00;9.50;184.00;0.70;1.40 +5884;3;161.50;9.50;200.50;1.69;1.40 +5884;4;118.00;9.50;200.00;4.62;1.40 +5884;5;121.50;9.50;206.50;4.31;1.40 +5884;6;156.00;9.50;212.00;2.35;1.40 +5884;7;140.00;9.50;212.50;3.27;1.40 +5884;9;125.08;9.50;198.00;1.57;1.40 +5884;10;158.92;9.50;198.00;-1.57;1.40 +5884;11;123.60;9.50;183.60;-0.90;1.40 +5884;12;161.20;9.50;175.60;0.70;1.40 +5884;13;173.20;9.50;202.00;1.69;1.40 +5884;14;103.60;9.50;201.20;4.62;1.40 +5884;15;109.20;9.50;211.60;4.31;1.40 +5884;16;164.40;9.50;220.40;2.35;1.40 +5884;17;138.80;9.50;221.20;3.27;1.40 5884;21;125.08;9.50;198.00;1.57;1.40 +5885;0;228.00;9.50;1208.00;0.00;1.18 +5885;1;230.00;9.50;1194.50;0.14;1.18 +5885;2;240.00;9.50;1194.00;0.70;1.18 +5885;3;240.50;9.50;1208.00;1.57;1.18 +5885;4;215.00;9.50;1205.00;-1.34;1.18 +5885;5;214.50;9.50;1216.50;4.15;1.18 +5885;6;229.50;9.50;1220.00;3.01;1.18 +5885;9;217.02;9.50;1208.00;1.57;1.18 +5885;10;238.98;9.50;1208.00;-1.57;1.18 +5885;11;231.20;9.50;1186.40;0.14;1.18 +5885;12;247.20;9.50;1185.60;0.70;1.18 +5885;13;248.00;9.50;1208.00;1.57;1.18 +5885;14;207.20;9.50;1203.20;-1.34;1.18 +5885;15;206.40;9.50;1221.60;4.15;1.18 +5885;16;230.40;9.50;1227.20;3.01;1.18 5885;21;217.02;9.50;1208.00;1.57;1.18 +5886;0;74.00;9.50;1967.00;0.00;0.68 +5886;1;72.50;9.50;1959.50;-0.19;0.68 +5886;2;88.00;9.50;1961.50;1.19;0.68 +5886;3;62.50;9.50;1960.50;-1.05;0.68 +5886;4;57.50;9.50;1968.00;4.65;0.68 +5886;5;88.00;9.50;1969.00;1.71;0.68 +5886;6;68.00;9.50;1974.50;3.81;0.68 +5886;9;59.24;9.50;1967.00;1.57;0.68 +5886;10;88.76;9.50;1967.00;-1.57;0.68 +5886;11;71.60;9.50;1955.00;-0.19;0.68 +5886;12;96.40;9.50;1958.20;1.19;0.68 +5886;13;55.60;9.50;1956.60;-1.05;0.68 +5886;14;47.60;9.50;1968.60;4.65;0.68 +5886;15;96.40;9.50;1970.20;1.71;0.68 +5886;16;64.40;9.50;1979.00;3.81;0.68 5886;21;59.24;9.50;1967.00;1.57;0.68 +5887;0;686.00;9.50;1178.00;0.00;0.96 +5887;1;671.50;9.50;1167.00;-0.92;0.96 +5887;2;689.00;9.50;1167.00;0.26;0.96 +5887;3;701.50;9.50;1177.50;1.53;0.96 +5887;4;670.50;9.50;1179.00;4.64;0.96 +5887;5;683.50;9.50;1189.00;3.36;0.96 +5887;6;669.50;9.50;1191.00;4.04;0.96 +5887;9;672.68;9.50;1178.00;1.57;0.96 +5887;10;699.32;9.50;1178.00;-1.57;0.96 +5887;11;662.80;9.50;1160.40;-0.92;0.96 +5887;12;690.80;9.50;1160.40;0.26;0.96 +5887;13;710.80;9.50;1177.20;1.53;0.96 +5887;14;661.20;9.50;1179.60;4.64;0.96 +5887;15;682.00;9.50;1195.60;3.36;0.96 +5887;16;659.60;9.50;1198.80;4.04;0.96 5887;21;672.68;9.50;1178.00;1.57;0.96 +5888;0;1083.00;9.50;589.00;0.00;0.98 +5888;1;1084.50;9.50;578.50;0.14;0.98 +5888;2;1065.00;9.50;588.00;-1.51;0.98 +5888;3;1103.50;9.50;587.00;1.47;0.98 +5888;4;1095.00;9.50;597.00;2.15;0.98 +5888;5;1073.00;9.50;600.00;3.87;0.98 +5888;9;1067.16;9.50;589.00;1.57;0.98 +5888;10;1098.84;9.50;589.00;-1.57;0.98 +5888;11;1085.40;9.50;572.20;0.14;0.98 +5888;12;1054.20;9.50;587.40;-1.51;0.98 +5888;13;1115.80;9.50;585.80;1.47;0.98 +5888;14;1102.20;9.50;601.80;2.15;0.98 +5888;15;1067.00;9.50;606.60;3.87;0.98 5888;21;1067.16;9.50;589.00;1.57;0.98 +5889;0;2515.00;9.50;1449.00;0.00;1.14 +5889;1;2513.50;9.50;1437.00;-0.12;1.14 +5889;2;2524.00;9.50;1438.50;0.70;1.14 +5889;3;2504.50;9.50;1454.50;4.23;1.14 +5889;4;2529.50;9.50;1445.00;1.30;1.14 +5889;5;2517.50;9.50;1457.50;2.85;1.14 +5889;9;2504.74;9.50;1449.00;1.57;1.14 +5889;10;2525.26;9.50;1449.00;-1.57;1.14 +5889;11;2512.60;9.50;1429.80;-0.12;1.14 +5889;12;2529.40;9.50;1432.20;0.70;1.14 +5889;13;2498.20;9.50;1457.80;4.23;1.14 +5889;14;2538.20;9.50;1442.60;1.30;1.14 +5889;15;2519.00;9.50;1462.60;2.85;1.14 5889;21;2504.74;9.50;1449.00;1.57;1.14 +5890;0;3098.00;9.50;1282.00;0.00;0.98 +5890;1;3101.50;9.50;1270.00;0.28;0.98 +5890;2;3090.00;9.50;1279.50;-1.26;0.98 +5890;3;3107.00;9.50;1282.50;1.62;0.98 +5890;4;3085.50;9.50;1293.50;3.96;0.98 +5890;5;3095.50;9.50;1293.50;3.35;0.98 +5890;9;3089.18;9.50;1282.00;1.57;0.98 +5890;10;3106.82;9.50;1282.00;-1.57;0.98 +5890;11;3103.60;9.50;1262.80;0.28;0.98 +5890;12;3085.20;9.50;1278.00;-1.26;0.98 +5890;13;3112.40;9.50;1282.80;1.62;0.98 +5890;14;3078.00;9.50;1300.40;3.96;0.98 +5890;15;3094.00;9.50;1300.40;3.35;0.98 5890;21;3089.18;9.50;1282.00;1.57;0.98 +5891;0;2909.00;9.50;532.00;0.00;0.82 +5891;1;2911.50;9.50;518.00;0.17;0.82 +5891;2;2902.00;9.50;529.00;-1.16;0.82 +5891;3;2918.50;9.50;526.00;1.00;0.82 +5891;4;2916.00;9.50;539.50;2.39;0.82 +5891;5;2898.50;9.50;543.00;3.90;0.82 +5891;6;2906.00;9.50;545.50;3.36;0.82 +5891;9;2901.62;9.50;532.00;1.57;0.82 +5891;10;2916.38;9.50;532.00;-1.57;0.82 +5891;11;2913.00;9.50;509.60;0.17;0.82 +5891;12;2897.80;9.50;527.20;-1.16;0.82 +5891;13;2924.20;9.50;522.40;1.00;0.82 +5891;14;2920.20;9.50;544.00;2.39;0.82 +5891;15;2892.20;9.50;549.60;3.90;0.82 +5891;16;2904.20;9.50;553.60;3.36;0.82 5891;21;2901.62;9.50;532.00;1.57;0.82 +5892;0;1405.00;9.50;1234.00;0.00;0.94 +5892;1;1412.50;9.50;1225.00;0.69;0.94 +5892;2;1393.00;9.50;1226.00;-0.98;0.94 +5892;3;1423.00;9.50;1229.00;1.30;0.94 +5892;4;1391.00;9.50;1237.50;4.46;0.94 +5892;5;1421.50;9.50;1238.50;1.83;0.94 +5892;6;1409.50;9.50;1244.00;2.71;0.94 +5892;9;1390.60;9.50;1234.00;1.57;0.94 +5892;10;1419.40;9.50;1234.00;-1.57;0.94 +5892;11;1417.00;9.50;1219.60;0.69;0.94 +5892;12;1385.80;9.50;1221.20;-0.98;0.94 +5892;13;1433.80;9.50;1226.00;1.30;0.94 +5892;14;1382.60;9.50;1239.60;4.46;0.94 +5892;15;1431.40;9.50;1241.20;1.83;0.94 +5892;16;1412.20;9.50;1250.00;2.71;0.94 5892;21;1390.60;9.50;1234.00;1.57;0.94 +5893;0;1062.00;9.50;684.00;0.00;0.96 +5893;1;1049.50;9.50;673.00;-0.84;0.96 +5893;2;1046.50;9.50;683.50;-1.53;0.96 +5893;3;1067.00;9.50;674.00;0.46;0.96 +5893;4;1077.50;9.50;685.50;1.66;0.96 +5893;5;1067.00;9.50;695.50;2.73;0.96 +5893;9;1047.60;9.50;684.00;1.57;0.96 +5893;10;1076.40;9.50;684.00;-1.57;0.96 +5893;11;1042.00;9.50;666.40;-0.84;0.96 +5893;12;1037.20;9.50;683.20;-1.53;0.96 +5893;13;1070.00;9.50;668.00;0.46;0.96 +5893;14;1086.80;9.50;686.40;1.66;0.96 +5893;15;1070.00;9.50;702.40;2.73;0.96 5893;21;1047.60;9.50;684.00;1.57;0.96 +5894;0;5423.00;9.50;655.00;0.00;1.24 +5894;1;5425.50;9.50;642.50;0.19;1.24 +5894;2;5408.50;9.50;652.50;-1.40;1.24 +5894;3;5436.00;9.50;658.00;1.79;1.24 +5894;4;5417.00;9.50;648.00;-0.70;1.24 +5894;5;5408.50;9.50;665.00;4.10;1.24 +5894;6;5420.50;9.50;668.50;3.32;1.24 +5894;9;5410.76;9.50;655.00;1.57;1.24 +5894;10;5435.24;9.50;655.00;-1.57;1.24 +5894;11;5427.00;9.50;635.00;0.19;1.24 +5894;12;5399.80;9.50;651.00;-1.40;1.24 +5894;13;5443.80;9.50;659.80;1.79;1.24 +5894;14;5413.40;11.24;643.80;-0.70;1.24 +5894;15;5399.80;9.50;671.00;4.10;1.24 +5894;16;5419.00;9.50;676.60;3.32;1.24 5894;21;5410.76;9.50;655.00;1.57;1.24 +5895;0;2955.00;9.50;1921.00;0.00;1.48 +5895;1;2952.00;9.50;1903.00;-0.16;1.48 +5895;2;2966.00;9.50;1914.00;1.00;1.48 +5895;3;2943.00;9.50;1910.50;-0.85;1.48 +5895;4;2943.50;9.50;1928.00;4.16;1.48 +5895;5;2969.50;9.50;1930.50;2.15;1.48 +5895;6;2957.50;9.50;1936.50;2.98;1.48 +5895;7;2951.00;9.50;1939.50;3.35;1.48 +5895;9;2940.96;9.50;1921.00;1.57;1.48 +5895;10;2969.04;9.50;1921.00;-1.57;1.48 +5895;11;2950.20;9.50;1892.20;-0.16;1.48 +5895;12;2972.60;9.50;1909.80;1.00;1.48 +5895;13;2935.80;9.50;1904.20;-0.85;1.48 +5895;14;2936.60;9.50;1932.20;4.16;1.48 +5895;15;2978.20;9.50;1936.20;2.15;1.48 +5895;16;2959.00;9.50;1945.80;2.98;1.48 +5895;17;2948.60;9.50;1950.60;3.35;1.48 5895;21;2940.96;9.50;1921.00;1.57;1.48 +5896;0;5313.00;9.50;412.00;0.00;0.98 +5896;1;5318.50;9.50;402.00;0.50;0.98 +5896;2;5300.50;9.50;409.00;-1.33;0.98 +5896;3;5326.00;9.50;414.50;1.76;0.98 +5896;4;5308.00;9.50;421.00;3.64;0.98 +5896;5;5322.50;9.50;423.50;2.45;0.98 +5896;9;5299.86;9.50;412.00;1.57;0.98 +5896;10;5326.14;9.50;412.00;-1.57;0.98 +5896;11;5321.80;9.50;396.00;0.50;0.98 +5896;12;5293.00;9.50;407.20;-1.33;0.98 +5896;13;5333.80;9.50;416.00;1.76;0.98 +5896;14;5305.00;9.50;426.40;3.64;0.98 +5896;15;5328.20;9.50;430.40;2.45;0.98 5896;21;5299.86;9.50;412.00;1.57;0.98 +5897;0;5580.00;9.50;1129.00;0.00;1.32 +5897;1;5574.00;9.50;1115.50;-0.41;1.32 +5897;2;5559.50;9.50;1118.00;-1.07;1.32 +5897;3;5589.00;9.50;1116.00;0.60;1.32 +5897;4;5594.00;9.50;1128.50;1.53;1.32 +5897;5;5562.00;9.50;1127.00;-1.46;1.32 +5897;6;5582.00;9.50;1142.00;2.98;1.32 +5897;9;5565.42;9.50;1129.00;1.57;1.32 +5897;10;5594.58;9.50;1129.00;-1.57;1.32 +5897;11;5570.40;9.50;1107.40;-0.41;1.32 +5897;12;5547.20;9.50;1111.40;-1.07;1.32 +5897;13;5594.40;9.50;1108.20;0.60;1.32 +5897;14;5602.40;9.50;1128.20;1.53;1.32 +5897;15;5551.20;9.50;1125.80;-1.46;1.32 +5897;16;5583.20;9.50;1149.80;2.98;1.32 5897;21;5565.42;9.50;1129.00;1.57;1.32 +5898;0;5296.00;9.50;1367.00;0.00;1.36 +5898;1;5292.00;9.50;1350.50;-0.23;1.36 +5898;2;5281.50;9.50;1360.50;-1.14;1.36 +5898;3;5308.50;9.50;1369.00;1.72;1.36 +5898;4;5284.50;9.50;1373.00;4.23;1.36 +5898;5;5299.00;9.50;1381.00;2.93;1.36 +5898;9;5283.76;9.50;1367.00;1.57;1.36 +5898;10;5308.24;9.50;1367.00;-1.57;1.36 +5898;11;5289.60;9.50;1340.60;-0.23;1.36 +5898;12;5272.80;9.50;1356.60;-1.14;1.36 +5898;13;5316.00;9.50;1370.20;1.72;1.36 +5898;14;5277.60;9.50;1376.60;4.23;1.36 +5898;15;5300.80;9.50;1389.40;2.93;1.36 5898;21;5283.76;9.50;1367.00;1.57;1.36 +5899;0;5287.00;9.50;1598.00;0.00;0.56 +5899;1;5285.50;9.50;1591.50;-0.22;0.56 +5899;2;5283.50;9.50;1598.50;4.57;0.56 +5899;3;5292.00;9.50;1600.00;1.95;0.56 +5899;4;5292.50;9.50;1606.50;2.56;0.56 +5899;9;5281.96;9.50;1598.00;1.57;0.56 +5899;10;5292.04;9.50;1598.00;-1.57;0.56 +5899;11;5284.60;9.50;1587.60;-0.22;0.56 +5899;12;5281.40;9.50;1598.80;4.57;0.56 +5899;13;5295.00;9.50;1601.20;1.95;0.56 +5899;14;5295.80;9.50;1611.60;2.56;0.56 5899;21;5281.96;9.50;1598.00;1.57;0.56 +5900;0;4225.00;9.50;922.00;0.00;0.76 +5900;1;4233.50;9.50;908.00;0.54;0.76 +5900;2;4234.00;9.50;915.50;0.94;0.76 +5900;3;4224.00;9.50;912.00;-0.10;0.76 +5900;4;4216.50;9.50;915.00;-0.88;0.76 +5900;5;4217.00;9.50;924.00;4.46;0.76 +5900;6;4229.50;9.50;931.00;2.67;0.76 +5900;7;4221.50;9.50;935.50;3.39;0.76 +5900;9;4218.16;9.50;922.00;1.57;0.76 +5900;10;4231.84;9.50;922.00;-1.57;0.76 +5900;11;4238.60;9.50;899.60;0.54;0.76 +5900;12;4239.40;9.50;911.60;0.94;0.76 +5900;13;4223.40;9.50;906.00;-0.10;0.76 +5900;14;4211.40;9.50;910.80;-0.88;0.76 +5900;15;4212.20;9.50;925.20;4.46;0.76 +5900;16;4232.20;9.50;936.40;2.67;0.76 +5900;17;4219.40;9.50;943.60;3.39;0.76 5900;21;4218.16;9.50;922.00;1.57;0.76 +5901;0;3648.00;9.50;583.00;0.00;1.02 +5901;1;3645.00;9.50;575.50;-0.38;1.02 +5901;2;3659.50;9.50;574.00;0.90;1.02 +5901;3;3660.50;9.50;579.00;1.26;1.02 +5901;4;3657.00;9.50;587.50;2.03;1.02 +5901;5;3631.50;9.50;585.00;4.59;1.02 +5901;6;3641.50;9.50;591.50;3.79;1.02 +5901;7;3652.50;9.50;595.50;2.79;1.02 +5901;9;3637.38;9.50;583.00;1.57;1.02 +5901;10;3658.62;9.50;583.00;-1.57;1.02 +5901;11;3643.20;9.50;571.00;-0.38;1.02 +5901;12;3666.40;9.50;568.60;0.90;1.02 +5901;13;3668.00;9.50;576.60;1.26;1.02 +5901;14;3662.40;9.50;590.20;2.03;1.02 +5901;15;3621.60;9.50;586.20;4.59;1.02 +5901;16;3637.60;9.50;596.60;3.79;1.02 +5901;17;3655.20;9.50;603.00;2.79;1.02 5901;21;3637.38;9.50;583.00;1.57;1.02 +5902;0;2682.00;9.50;450.00;0.00;0.88 +5902;1;2677.50;9.50;440.50;-0.44;0.88 +5902;2;2693.50;9.50;441.50;0.93;0.88 +5902;3;2665.50;9.50;449.00;-1.51;0.88 +5902;4;2696.50;9.50;452.50;1.74;0.88 +5902;5;2680.00;9.50;459.00;3.36;0.88 +5902;9;2670.12;9.50;450.00;1.57;0.88 +5902;10;2693.88;9.50;450.00;-1.57;0.88 +5902;11;2674.80;9.50;434.80;-0.44;0.88 +5902;12;2700.40;9.50;436.40;0.93;0.88 +5902;13;2655.60;9.50;448.40;-1.51;0.88 +5902;14;2705.20;9.50;454.00;1.74;0.88 +5902;15;2678.80;9.50;464.40;3.36;0.88 5902;21;2670.12;9.50;450.00;1.57;0.88 +5903;0;1962.00;9.50;120.00;0.00;0.88 +5903;1;1949.00;9.50;109.50;-0.89;0.88 +5903;2;1968.00;9.50;111.50;0.61;0.88 +5903;3;1942.50;9.50;116.00;-1.36;0.88 +5903;4;1980.50;9.50;118.00;1.46;0.88 +5903;5;1948.00;9.50;125.00;4.36;0.88 +5903;6;1981.50;9.50;126.50;1.89;0.88 +5903;7;1967.50;9.50;130.00;2.63;0.88 +5903;9;1947.96;9.50;120.00;1.57;0.88 +5903;10;1976.04;9.50;120.00;-1.57;0.88 +5903;11;1941.20;9.50;103.20;-0.89;0.88 +5903;12;1971.60;9.50;106.40;0.61;0.88 +5903;13;1930.80;9.50;113.60;-1.36;0.88 +5903;14;1991.60;9.50;116.80;1.46;0.88 +5903;15;1939.60;9.50;128.00;4.36;0.88 +5903;16;1993.20;9.50;130.40;1.89;0.88 +5903;17;1970.80;9.50;136.00;2.63;0.88 5903;21;1947.96;9.50;120.00;1.57;0.88 +5904;0;2029.00;9.50;1238.00;0.00;1.16 +5904;1;2031.00;9.50;1226.00;0.16;1.16 +5904;2;2017.00;9.50;1237.50;-1.52;1.16 +5904;3;2044.50;9.50;1230.00;1.09;1.16 +5904;4;2041.50;9.50;1240.00;1.72;1.16 +5904;5;2026.00;9.50;1250.50;3.37;1.16 +5904;6;2015.00;9.50;1252.00;3.92;1.16 +5904;9;2017.84;9.50;1238.00;1.57;1.16 +5904;10;2040.16;9.50;1238.00;-1.57;1.16 +5904;11;2032.20;9.50;1218.80;0.16;1.16 +5904;12;2009.80;9.50;1237.20;-1.52;1.16 +5904;13;2053.80;9.50;1225.20;1.09;1.16 +5904;14;2049.00;9.50;1241.20;1.72;1.16 +5904;15;2024.20;9.50;1258.00;3.37;1.16 +5904;16;2006.60;9.50;1260.40;3.92;1.16 5904;21;2017.84;9.50;1238.00;1.57;1.16 +5905;0;1867.00;9.50;1978.00;0.00;0.94 +5905;1;1868.50;9.50;1967.00;0.13;0.94 +5905;2;1851.50;9.50;1973.50;-1.28;0.94 +5905;3;1884.00;9.50;1978.00;1.57;0.94 +5905;4;1850.00;9.50;1985.00;4.32;0.94 +5905;5;1866.50;9.50;1989.00;3.18;0.94 +5905;9;1854.04;9.50;1978.00;1.57;0.94 +5905;10;1879.96;9.50;1978.00;-1.57;0.94 +5905;11;1869.40;9.50;1960.40;0.13;0.94 +5905;12;1842.20;9.50;1970.80;-1.28;0.94 +5905;13;1894.20;9.50;1978.00;1.57;0.94 +5905;14;1839.80;9.50;1989.20;4.32;0.94 +5905;15;1866.20;9.50;1995.60;3.18;0.94 5905;21;1854.04;9.50;1978.00;1.57;0.94 +5906;0;1528.00;9.50;597.00;0.00;1.28 +5906;1;1532.50;9.50;584.00;0.33;1.28 +5906;2;1539.50;9.50;596.00;1.48;1.28 +5906;3;1516.50;9.50;595.00;-1.39;1.28 +5906;4;1522.00;9.50;611.00;3.54;1.28 +5906;5;1532.50;9.50;612.00;2.85;1.28 +5906;9;1516.48;9.50;597.00;1.57;1.28 +5906;10;1539.52;9.50;597.00;-1.57;1.28 +5906;11;1535.20;9.50;576.20;0.33;1.28 +5906;12;1546.40;9.50;595.40;1.48;1.28 +5906;13;1509.60;9.50;593.80;-1.39;1.28 +5906;14;1518.40;9.50;619.40;3.54;1.28 +5906;15;1535.20;9.50;621.00;2.85;1.28 5906;21;1516.48;9.50;597.00;1.57;1.28 +5907;0;195.00;9.50;151.00;0.00;1.30 +5907;1;177.50;9.50;144.00;-1.19;1.30 +5907;2;198.00;9.50;137.00;0.21;1.30 +5907;3;211.00;9.50;140.50;0.99;1.30 +5907;4;214.50;9.50;151.50;1.59;1.30 +5907;5;170.50;9.50;154.50;4.57;1.30 +5907;6;180.50;9.50;160.50;4.13;1.30 +5907;7;204.00;9.50;164.50;2.55;1.30 +5907;9;178.08;9.50;151.00;1.57;1.30 +5907;10;211.92;9.50;151.00;-1.57;1.30 +5907;11;167.00;9.50;139.80;-1.19;1.30 +5907;12;199.80;9.50;128.60;0.21;1.30 +5907;13;220.60;9.50;134.20;0.99;1.30 +5907;14;226.20;9.50;151.80;1.59;1.30 +5907;15;155.80;9.50;156.60;4.57;1.30 +5907;16;171.80;9.50;166.20;4.13;1.30 +5907;17;209.40;9.50;172.60;2.55;1.30 5907;21;178.08;9.50;151.00;1.57;1.30 +5908;0;279.00;9.50;1212.00;0.00;1.10 +5908;1;278.00;9.50;1199.00;-0.07;1.10 +5908;2;266.00;9.50;1210.00;-1.41;1.10 +5908;3;290.00;9.50;1200.00;0.74;1.10 +5908;4;292.50;9.50;1211.50;1.53;1.10 +5908;5;269.00;9.50;1223.50;3.85;1.10 +5908;6;283.00;9.50;1224.00;2.82;1.10 +5908;9;268.92;9.50;1212.00;1.57;1.10 +5908;10;289.08;9.50;1212.00;-1.57;1.10 +5908;11;277.40;9.50;1191.20;-0.07;1.10 +5908;12;258.20;9.50;1208.80;-1.41;1.10 +5908;13;296.60;9.50;1192.80;0.74;1.10 +5908;14;300.60;9.50;1211.20;1.53;1.10 +5908;15;263.00;9.50;1230.40;3.85;1.10 +5908;16;285.40;9.50;1231.20;2.82;1.10 5908;21;268.92;9.50;1212.00;1.57;1.10 +5909;0;116.00;9.50;1877.00;0.00;1.04 +5909;1;124.50;9.50;1865.50;0.63;1.04 +5909;2;138.50;9.50;1867.00;1.15;1.04 +5909;3;110.00;9.50;1867.50;-0.56;1.04 +5909;4;100.00;9.50;1878.50;4.61;1.04 +5909;5;128.50;9.50;1878.00;1.65;1.04 +5909;6;105.00;9.50;1888.50;3.90;1.04 +5909;9;98.18;9.50;1877.00;1.57;1.04 +5909;10;133.82;9.50;1877.00;-1.57;1.04 +5909;11;129.60;9.50;1858.60;0.63;1.04 +5909;12;152.00;9.50;1861.00;1.15;1.04 +5909;13;106.40;9.50;1861.80;-0.56;1.04 +5909;14;90.40;9.50;1879.40;4.61;1.04 +5909;15;136.00;9.50;1878.60;1.65;1.04 +5909;16;98.40;9.50;1895.40;3.90;1.04 5909;21;98.18;9.50;1877.00;1.57;1.04 +5910;0;692.00;9.50;1222.00;0.00;0.98 +5910;1;686.50;9.50;1211.00;-0.46;0.98 +5910;2;705.00;9.50;1211.00;0.86;0.98 +5910;3;708.50;9.50;1222.50;1.60;0.98 +5910;4;675.50;9.50;1223.50;4.62;0.98 +5910;5;693.50;9.50;1234.00;3.01;0.98 +5910;6;708.00;9.50;1234.50;2.23;0.98 +5910;9;678.68;9.50;1222.00;1.57;0.98 +5910;10;705.32;9.50;1222.00;-1.57;0.98 +5910;11;683.20;9.50;1204.40;-0.46;0.98 +5910;12;712.80;9.50;1204.40;0.86;0.98 +5910;13;718.40;9.50;1222.80;1.60;0.98 +5910;14;665.60;9.50;1224.40;4.62;0.98 +5910;15;694.40;9.50;1241.20;3.01;0.98 +5910;16;717.60;9.50;1242.00;2.23;0.98 5910;21;678.68;9.50;1222.00;1.57;0.98 +5911;0;1074.00;9.50;639.00;0.00;1.10 +5911;1;1057.50;9.50;624.00;-0.83;1.10 +5911;2;1068.50;9.50;625.00;-0.37;1.10 +5911;3;1061.00;9.50;637.50;-1.45;1.10 +5911;4;1087.00;9.50;639.00;1.57;1.10 +5911;5;1073.00;9.50;651.50;3.22;1.10 +5911;6;1088.00;9.50;652.00;2.31;1.10 +5911;9;1060.50;9.50;639.00;1.57;1.10 +5911;10;1087.50;9.50;639.00;-1.57;1.10 +5911;11;1047.60;9.50;615.00;-0.83;1.10 +5911;12;1065.20;9.50;616.60;-0.37;1.10 +5911;13;1053.20;9.50;636.60;-1.45;1.10 +5911;14;1094.80;9.50;639.00;1.57;1.10 +5911;15;1072.40;9.50;659.00;3.22;1.10 +5911;16;1096.40;9.50;659.80;2.31;1.10 5911;21;1060.50;9.50;639.00;1.57;1.10 +5912;0;2388.00;9.50;1520.00;0.00;1.06 +5912;1;2392.00;9.50;1505.00;0.26;1.06 +5912;2;2399.00;9.50;1517.00;1.30;1.06 +5912;3;2378.50;9.50;1512.00;-0.87;1.06 +5912;4;2377.00;9.50;1526.00;4.21;1.06 +5912;5;2395.00;9.50;1533.50;2.66;1.06 +5912;6;2385.00;9.50;1536.00;3.32;1.06 +5912;9;2378.46;9.50;1520.00;1.57;1.06 +5912;10;2397.54;9.50;1520.00;-1.57;1.06 +5912;11;2394.40;9.50;1496.00;0.26;1.06 +5912;12;2405.60;9.50;1515.20;1.30;1.06 +5912;13;2372.80;9.50;1507.20;-0.87;1.06 +5912;14;2370.40;9.50;1529.60;4.21;1.06 +5912;15;2399.20;9.50;1541.60;2.66;1.06 +5912;16;2383.20;9.50;1545.60;3.32;1.06 5912;21;2378.46;9.50;1520.00;1.57;1.06 +5913;0;3132.00;9.50;1278.00;0.00;1.06 +5913;1;3132.00;9.50;1267.00;0.00;1.06 +5913;2;3139.50;9.50;1266.50;0.57;1.06 +5913;3;3137.50;9.50;1274.00;0.94;1.06 +5913;4;3124.00;9.50;1280.50;4.41;1.06 +5913;5;3135.00;9.50;1281.00;2.35;1.06 +5913;6;3129.00;9.50;1284.00;3.60;1.06 +5913;7;3148.00;11.35;1282.50;1.84;1.06 +5913;8;3141.00;9.70;1284.00;2.15;1.06 +5913;9;3122.46;9.50;1278.00;1.57;1.06 +5913;10;3141.54;9.50;1278.00;-1.57;1.06 +5913;11;3132.00;9.50;1260.40;0.00;1.06 +5913;12;3144.00;9.50;1259.60;0.57;1.06 +5913;13;3140.80;9.50;1271.60;0.94;1.06 +5913;14;3119.20;9.50;1282.00;4.41;1.06 +5913;15;3136.80;9.50;1282.80;2.35;1.06 +5913;16;3127.20;9.50;1287.60;3.60;1.06 +5913;17;3157.60;11.46;1285.20;1.84;1.06 +5913;18;3146.40;9.96;1287.60;2.15;1.06 5913;21;3122.46;9.50;1278.00;1.57;1.06 +5914;0;2874.00;9.50;404.00;0.00;1.16 +5914;1;2868.00;9.50;392.00;-0.46;1.16 +5914;2;2879.50;9.50;391.50;0.41;1.16 +5914;3;2886.50;9.50;401.00;1.33;1.16 +5914;4;2861.50;9.50;403.50;-1.53;1.16 +5914;5;2880.50;9.50;415.00;2.60;1.16 +5914;6;2861.00;9.50;413.00;4.10;1.16 +5914;7;2869.00;9.50;416.50;3.52;1.16 +5914;9;2863.56;9.50;404.00;1.57;1.16 +5914;10;2884.44;9.50;404.00;-1.57;1.16 +5914;11;2864.40;9.50;384.80;-0.46;1.16 +5914;12;2882.80;9.50;384.00;0.41;1.16 +5914;13;2894.00;9.50;399.20;1.33;1.16 +5914;14;2854.00;9.50;403.20;-1.53;1.16 +5914;15;2884.40;9.50;421.60;2.60;1.16 +5914;16;2853.20;9.50;418.40;4.10;1.16 +5914;17;2866.00;9.50;424.00;3.52;1.16 5914;21;2863.56;9.50;404.00;1.57;1.16 +5915;0;1330.00;9.50;1194.00;0.00;1.26 +5915;1;1334.00;9.50;1178.50;0.25;1.26 +5915;2;1326.50;9.50;1181.00;-0.26;1.26 +5915;3;1341.00;9.50;1194.50;1.61;1.26 +5915;4;1318.00;9.50;1186.00;-0.98;1.26 +5915;5;1314.00;9.50;1193.00;-1.50;1.26 +5915;6;1322.00;9.50;1202.50;3.89;1.26 +5915;7;1337.50;9.50;1209.50;2.69;1.26 +5915;9;1318.66;9.50;1194.00;1.57;1.26 +5915;10;1341.34;9.50;1194.00;-1.57;1.26 +5915;11;1336.40;9.50;1169.20;0.25;1.26 +5915;12;1324.40;9.50;1173.20;-0.26;1.26 +5915;13;1347.60;9.50;1194.80;1.61;1.26 +5915;14;1310.80;9.50;1181.20;-0.98;1.26 +5915;15;1304.40;9.50;1192.40;-1.50;1.26 +5915;16;1317.20;9.50;1207.60;3.89;1.26 +5915;17;1342.00;9.50;1218.80;2.69;1.26 5915;21;1318.66;9.50;1194.00;1.57;1.26 +5916;0;1124.00;9.50;633.00;0.00;1.36 +5916;1;1115.50;9.50;619.00;-0.54;1.36 +5916;2;1130.00;9.50;621.50;0.48;1.36 +5916;3;1112.00;9.50;636.00;4.46;1.36 +5916;4;1138.50;9.50;638.50;1.93;1.36 +5916;5;1125.50;9.50;648.50;3.04;1.36 +5916;6;1137.50;9.50;648.50;2.42;1.36 +5916;9;1109.78;9.50;633.00;1.57;1.36 +5916;10;1138.22;9.50;633.00;-1.57;1.36 +5916;11;1110.40;9.50;610.60;-0.54;1.36 +5916;12;1133.60;9.50;614.60;0.48;1.36 +5916;13;1104.80;9.50;637.80;4.46;1.36 +5916;14;1147.20;9.50;641.80;1.93;1.36 +5916;15;1126.40;9.50;657.80;3.04;1.36 +5916;16;1145.60;9.50;657.80;2.42;1.36 5916;21;1109.78;9.50;633.00;1.57;1.36 +5917;0;5367.00;9.50;594.00;0.00;1.18 +5917;1;5370.50;9.50;580.00;0.24;1.18 +5917;2;5379.50;9.50;587.50;1.09;1.18 +5917;3;5355.00;9.50;586.50;-1.01;1.18 +5917;4;5349.00;9.50;593.50;-1.54;1.18 +5917;5;5355.00;9.50;601.00;4.18;1.18 +5917;6;5380.00;9.50;601.50;2.09;1.18 +5917;7;5370.50;9.50;607.50;2.88;1.18 +5917;9;5355.48;9.50;594.00;1.57;1.18 +5917;10;5378.52;9.50;594.00;-1.57;1.18 +5917;11;5372.60;9.50;571.60;0.24;1.18 +5917;12;5387.00;9.50;583.60;1.09;1.18 +5917;13;5347.80;9.50;582.00;-1.01;1.18 +5917;14;5338.20;9.50;593.20;-1.54;1.18 +5917;15;5347.80;9.50;605.20;4.18;1.18 +5917;16;5387.80;9.50;606.00;2.09;1.18 +5917;17;5372.60;9.50;615.60;2.88;1.18 5917;21;5355.48;9.50;594.00;1.57;1.18 +5919;0;5268.00;9.50;398.00;0.00;1.12 +5919;1;5266.50;9.50;388.00;-0.14;1.12 +5919;2;5279.00;9.50;388.00;0.83;1.12 +5919;3;5254.50;9.50;398.00;4.71;1.12 +5919;4;5278.00;9.50;402.00;1.95;1.12 +5919;5;5260.50;9.50;408.50;3.76;1.12 +5919;6;5271.50;9.50;412.00;2.89;1.12 +5919;9;5256.12;9.50;398.00;1.57;1.12 +5919;10;5279.88;9.50;398.00;-1.57;1.12 +5919;11;5265.60;9.50;382.00;-0.14;1.12 +5919;12;5285.60;9.50;382.00;0.83;1.12 +5919;13;5246.40;9.50;398.00;4.71;1.12 +5919;14;5284.00;9.50;404.40;1.95;1.12 +5919;15;5256.00;9.50;414.80;3.76;1.12 +5919;16;5273.60;9.50;420.40;2.89;1.12 5919;21;5256.12;9.50;398.00;1.57;1.12 +5920;0;5619.00;9.50;1125.00;0.00;0.64 +5920;1;5617.00;9.50;1114.50;-0.18;0.64 +5920;2;5613.50;9.50;1126.50;4.44;0.64 +5920;3;5625.00;9.50;1121.00;0.98;0.64 +5920;4;5625.00;9.50;1129.50;2.21;0.64 +5920;5;2809.50;10.20;1136.50;4.70;0.64 +5920;6;5622.00;9.50;1140.50;2.95;0.64 +5920;9;5613.24;9.50;1125.00;1.57;0.64 +5920;10;5624.76;9.50;1125.00;-1.57;0.64 +5920;11;5615.80;9.50;1108.20;-0.18;0.64 +5920;12;5610.20;9.50;1127.40;4.44;0.64 +5920;13;5628.60;9.50;1118.60;0.98;0.64 +5920;14;5628.60;9.50;1132.20;2.21;0.64 +5920;15;1123.80;9.50;1143.40;4.70;0.64 +5920;16;5623.80;9.50;1149.80;2.95;0.64 5920;21;5613.24;9.50;1125.00;1.57;0.64 +5921;0;5251.00;9.50;1409.00;0.00;1.14 +5921;1;5248.50;9.50;1394.50;-0.17;1.14 +5921;2;5262.00;9.50;1394.00;0.63;1.14 +5921;3;5262.50;9.50;1410.50;1.70;1.14 +5921;4;5236.50;9.50;1400.00;-1.01;1.14 +5921;5;5240.00;9.50;1414.00;4.28;1.14 +5921;6;5252.50;9.50;1425.00;3.04;1.14 +5921;9;5240.74;9.50;1409.00;1.57;1.14 +5921;10;5261.26;9.50;1409.00;-1.57;1.14 +5921;11;5247.00;9.50;1385.80;-0.17;1.14 +5921;12;5268.60;9.50;1385.00;0.63;1.14 +5921;13;5269.40;9.50;1411.40;1.70;1.14 +5921;14;5227.80;9.50;1394.60;-1.01;1.14 +5921;15;5233.40;9.50;1417.00;4.28;1.14 +5921;16;5253.40;9.50;1434.60;3.04;1.14 5921;21;5240.74;9.50;1409.00;1.57;1.14 +5922;0;5072.00;9.50;1376.00;0.00;1.04 +5922;1;5069.50;9.50;1369.50;-0.36;1.04 +5922;2;5054.00;9.50;1366.50;-1.08;1.04 +5922;3;5057.50;9.50;1370.50;-1.20;1.04 +5922;4;5069.00;9.50;1378.50;4.01;1.04 +5922;5;5085.00;9.50;1375.00;1.49;1.04 +5922;6;5084.50;9.50;1380.00;1.88;1.04 +5922;7;5071.50;9.60;1383.50;3.20;1.04 +5922;8;5077.00;9.50;1387.00;2.71;1.04 +5922;9;5060.48;9.50;1376.00;1.57;1.04 +5922;10;5083.52;9.50;1376.00;-1.57;1.04 +5922;11;5068.00;9.50;1365.60;-0.36;1.04 +5922;12;5043.20;9.50;1360.80;-1.08;1.04 +5922;13;5048.80;9.50;1367.20;-1.20;1.04 +5922;14;5067.20;9.50;1380.00;4.01;1.04 +5922;15;5092.80;9.50;1374.40;1.49;1.04 +5922;16;5092.00;9.50;1382.40;1.88;1.04 +5922;17;5071.20;9.70;1388.00;3.20;1.04 +5922;18;5080.00;9.50;1393.60;2.71;1.04 5922;21;5060.48;9.50;1376.00;1.57;1.04 +5923;0;4224.00;9.50;875.00;0.00;0.74 +5923;1;4223.00;9.50;863.50;-0.08;0.74 +5923;2;4232.00;9.50;871.50;1.15;0.74 +5923;3;4215.00;9.50;871.50;-1.20;0.74 +5923;4;4215.50;9.50;881.50;4.06;0.74 +5923;5;4223.50;9.50;888.50;3.17;0.74 +5923;9;4217.34;9.50;875.00;1.57;0.74 +5923;10;4230.66;9.50;875.00;-1.57;0.74 +5923;11;4222.40;9.50;856.60;-0.08;0.74 +5923;12;4236.80;9.50;869.40;1.15;0.74 +5923;13;4209.60;9.50;869.40;-1.20;0.74 +5923;14;4210.40;9.50;885.40;4.06;0.74 +5923;15;4223.20;9.50;896.60;3.17;0.74 5923;21;4217.34;9.50;875.00;1.57;0.74 +5924;0;3689.00;9.50;593.00;0.00;0.70 +5924;1;3696.50;9.50;584.50;0.72;0.70 +5924;2;3686.00;9.50;585.50;-0.38;0.70 +5924;3;3700.00;9.50;593.00;1.57;0.70 +5924;4;3677.50;9.50;592.50;-1.52;0.70 +5924;5;3685.50;9.50;601.00;3.55;0.70 +5924;9;3678.56;9.50;593.00;1.57;0.70 +5924;10;3699.44;9.50;593.00;-1.57;0.70 +5924;11;3701.00;9.50;579.40;0.72;0.70 +5924;12;3684.20;9.50;581.00;-0.38;0.70 +5924;13;3706.60;9.50;593.00;1.57;0.70 +5924;14;3670.60;9.50;592.20;-1.52;0.70 +5924;15;3683.40;9.50;605.80;3.55;0.70 5924;21;3678.56;9.50;593.00;1.57;0.70 +5925;0;2672.00;9.50;485.00;0.00;0.88 +5925;1;2660.50;9.50;473.00;-0.76;0.88 +5925;2;2675.00;9.50;476.50;0.33;0.88 +5925;3;2659.50;9.50;479.50;-1.15;0.88 +5925;4;2688.50;9.50;482.50;1.42;0.88 +5925;5;2660.50;9.50;490.50;4.26;0.88 +5925;6;2682.50;9.50;490.50;2.05;0.88 +5925;7;2670.00;9.50;494.50;3.34;0.88 +5925;9;2661.02;9.50;485.00;1.57;0.88 +5925;10;2682.98;9.50;485.00;-1.57;0.88 +5925;11;2653.60;9.50;465.80;-0.76;0.88 +5925;12;2676.80;9.50;471.40;0.33;0.88 +5925;13;2652.00;9.50;476.20;-1.15;0.88 +5925;14;2698.40;9.50;481.00;1.42;0.88 +5925;15;2653.60;9.50;493.80;4.26;0.88 +5925;16;2688.80;9.50;493.80;2.05;0.88 +5925;17;2668.80;9.50;500.20;3.34;0.88 5925;21;2661.02;9.50;485.00;1.57;0.88 +5926;0;1882.00;9.50;201.00;0.00;1.10 +5926;1;1884.00;9.50;191.00;0.19;1.10 +5926;2;1870.50;9.50;199.50;-1.44;1.10 +5926;3;1893.00;9.50;204.50;1.87;1.10 +5926;4;1874.00;9.50;211.50;3.79;1.10 +5926;5;1881.00;9.50;212.50;3.22;1.10 +5926;6;1887.00;9.50;214.50;2.78;1.10 +5926;9;1871.02;9.50;201.00;1.57;1.10 +5926;10;1892.98;9.50;201.00;-1.57;1.10 +5926;11;1885.20;9.50;185.00;0.19;1.10 +5926;12;1863.60;9.50;198.60;-1.44;1.10 +5926;13;1899.60;9.50;206.60;1.87;1.10 +5926;14;1869.20;9.50;217.80;3.79;1.10 +5926;15;1880.40;9.50;219.40;3.22;1.10 +5926;16;1890.00;9.50;222.60;2.78;1.10 5926;21;1871.02;9.50;201.00;1.57;1.10 +5927;0;2080.00;9.50;1242.00;0.00;1.28 +5927;1;2080.00;9.50;1228.00;0.00;1.28 +5927;2;2091.00;9.50;1230.50;0.76;1.28 +5927;3;2067.00;9.50;1242.00;4.71;1.28 +5927;4;2090.00;9.50;1248.50;2.14;1.28 +5927;5;2071.50;9.50;1253.50;3.77;1.28 +5927;6;2083.00;9.50;1257.50;2.95;1.28 +5927;9;2068.48;9.50;1242.00;1.57;1.28 +5927;10;2091.52;9.50;1242.00;-1.57;1.28 +5927;11;2080.00;9.50;1219.60;0.00;1.28 +5927;12;2097.60;9.50;1223.60;0.76;1.28 +5927;13;2059.20;9.50;1242.00;4.71;1.28 +5927;14;2096.00;9.50;1252.40;2.14;1.28 +5927;15;2066.40;9.50;1260.40;3.77;1.28 +5927;16;2084.80;9.50;1266.80;2.95;1.28 5927;21;2068.48;9.50;1242.00;1.57;1.28 +5928;0;1882.00;9.50;1868.00;0.00;2.32 +5928;1;1894.50;9.50;1845.00;0.49;2.32 +5928;2;1909.00;9.50;1843.50;0.83;2.32 +5928;3;940.50;9.50;933.50;-0.78;2.32 +5928;4;1898.00;9.50;1863.00;1.26;2.32 +5928;5;1884.50;9.50;1854.00;0.17;2.32 +5928;6;1860.50;9.50;1880.00;4.20;2.32 +5928;7;1868.50;9.50;1890.50;3.68;2.32 +5928;9;1858.24;9.50;1868.00;1.57;2.32 +5928;10;1905.76;9.50;1868.00;-1.57;2.32 +5928;11;1902.00;9.50;1831.20;0.49;2.32 +5928;12;1925.20;9.50;1828.80;0.83;2.32 +5928;13;375.60;9.50;372.80;-0.78;2.32 +5928;14;1907.60;9.50;1860.00;1.26;2.32 +5928;15;1886.00;9.50;1845.60;0.17;2.32 +5928;16;1847.60;9.50;1887.20;4.20;2.32 +5928;17;1860.40;9.50;1904.00;3.68;2.32 5928;21;1858.24;9.50;1868.00;1.57;2.32 +5929;0;2836.00;9.50;1555.00;0.00;0.52 +5929;1;2834.00;9.50;1547.50;-0.26;0.52 +5929;2;2832.50;9.50;1549.00;-0.52;0.52 +5929;3;2840.00;9.50;1554.00;1.32;0.52 +5929;4;2831.00;9.50;1552.50;-1.10;0.52 +5929;5;2831.00;9.50;1557.00;4.33;0.52 +5929;6;2836.50;9.50;1560.00;3.04;0.52 +5929;7;2841.50;9.50;1560.00;2.30;0.52 +5929;9;2830.78;9.50;1555.00;1.57;0.52 +5929;10;2841.22;9.50;1555.00;-1.57;0.52 +5929;11;2832.80;9.50;1543.00;-0.26;0.52 +5929;12;2830.40;9.50;1545.40;-0.52;0.52 +5929;13;2842.40;9.50;1553.40;1.32;0.52 +5929;14;2828.00;9.50;1551.00;-1.10;0.52 +5929;15;2828.00;9.50;1558.20;4.33;0.52 +5929;16;2836.80;9.50;1563.00;3.04;0.52 +5929;17;2844.80;9.50;1563.00;2.30;0.52 5929;21;2830.78;9.50;1555.00;1.57;0.52 +5930;0;1545.00;9.50;432.00;0.00;1.38 +5930;1;1536.50;9.50;421.00;-0.65;1.38 +5930;2;1554.00;9.50;418.50;0.58;1.38 +5930;3;1560.00;9.50;435.50;1.80;1.38 +5930;4;1529.50;9.50;438.50;4.31;1.38 +5930;5;1547.00;9.50;447.00;3.00;1.38 +5930;9;1532.58;9.50;432.00;1.57;1.38 +5930;10;1557.42;9.50;432.00;-1.57;1.38 +5930;11;1531.40;9.50;414.40;-0.65;1.38 +5930;12;1559.40;9.50;410.40;0.58;1.38 +5930;13;1569.00;9.50;437.60;1.80;1.38 +5930;14;1520.20;9.50;442.40;4.31;1.38 +5930;15;1548.20;9.50;456.00;3.00;1.38 5930;21;1532.58;9.50;432.00;1.57;1.38 +5931;0;266.00;9.50;103.00;0.00;1.12 +5931;1;263.50;9.50;92.00;-0.22;1.12 +5931;2;282.50;9.50;93.50;1.04;1.12 +5931;3;247.00;9.50;106.00;4.55;1.12 +5931;4;285.00;9.50;105.00;1.67;1.12 +5931;5;284.50;9.50;113.00;2.06;1.12 +5931;6;266.00;9.50;113.50;3.14;1.12 +5931;7;246.50;9.50;116.50;4.10;1.12 +5931;9;251.78;9.50;103.00;1.57;1.12 +5931;10;280.22;9.50;103.00;-1.57;1.12 +5931;11;262.00;9.50;85.40;-0.22;1.12 +5931;12;292.40;9.50;87.80;1.04;1.12 +5931;13;235.60;9.50;107.80;4.55;1.12 +5931;14;296.40;9.50;106.20;1.67;1.12 +5931;15;295.60;9.50;119.00;2.06;1.12 +5931;16;266.00;9.50;119.80;3.14;1.12 +5931;17;234.80;9.50;124.60;4.10;1.12 5931;21;251.78;9.50;103.00;1.57;1.12 +5932;0;181.00;9.50;1248.00;0.00;1.12 +5932;1;182.00;9.50;1232.00;0.06;1.12 +5932;2;191.00;9.50;1236.50;0.71;1.12 +5932;3;169.50;9.50;1246.00;-1.39;1.12 +5932;4;194.00;9.50;1250.00;1.72;1.12 +5932;5;178.00;9.50;1259.50;3.39;1.12 +5932;6;162.00;9.50;1260.00;4.14;1.12 +5932;9;169.30;9.50;1248.00;1.57;1.12 +5932;10;192.70;9.50;1248.00;-1.57;1.12 +5932;11;182.60;9.50;1222.40;0.06;1.12 +5932;12;197.00;9.50;1229.60;0.71;1.12 +5932;13;162.60;9.50;1244.80;-1.39;1.12 +5932;14;201.80;9.50;1251.20;1.72;1.12 +5932;15;176.20;9.50;1266.40;3.39;1.12 +5932;16;150.60;9.50;1267.20;4.14;1.12 5932;21;169.30;9.50;1248.00;1.57;1.12 +5933;0;83.00;9.50;1924.00;0.00;1.08 +5933;1;88.50;9.50;1912.00;0.43;1.08 +5933;2;99.50;9.50;1917.00;1.17;1.08 +5933;3;74.00;9.50;1913.00;-0.68;1.08 +5933;4;70.50;9.50;1926.00;4.55;1.08 +5933;5;91.50;9.50;1929.00;2.10;1.08 +5933;6;77.00;9.50;1938.00;3.54;1.08 +5933;9;70.40;9.50;1924.00;1.57;1.08 +5933;10;95.60;9.50;1924.00;-1.57;1.08 +5933;11;91.80;9.50;1904.80;0.43;1.08 +5933;12;109.40;9.50;1912.80;1.17;1.08 +5933;13;68.60;9.50;1906.40;-0.68;1.08 +5933;14;63.00;9.50;1927.20;4.55;1.08 +5933;15;96.60;9.50;1932.00;2.10;1.08 +5933;16;73.40;9.50;1946.40;3.54;1.08 5933;21;70.40;9.50;1924.00;1.57;1.08 +5934;0;744.00;9.50;1176.00;0.00;0.96 +5934;1;744.00;9.50;1164.50;0.00;0.96 +5934;2;758.00;9.50;1171.00;1.22;0.96 +5934;3;735.50;9.50;1166.00;-0.70;0.96 +5934;4;730.50;9.50;1176.50;4.67;0.96 +5934;5;750.00;9.50;1183.50;2.46;0.96 +5934;6;731.00;9.50;1188.00;3.96;0.96 +5934;9;730.50;9.50;1176.00;1.57;0.96 +5934;10;757.50;9.50;1176.00;-1.57;0.96 +5934;11;744.00;9.50;1157.60;0.00;0.96 +5934;12;766.40;9.50;1168.00;1.22;0.96 +5934;13;730.40;9.50;1160.00;-0.70;0.96 +5934;14;722.40;9.50;1176.80;4.67;0.96 +5934;15;753.60;9.50;1188.00;2.46;0.96 +5934;16;723.20;9.50;1195.20;3.96;0.96 5934;21;730.50;9.50;1176.00;1.57;0.96 +5935;0;1159.00;9.50;743.00;0.00;1.28 +5935;1;1149.50;9.50;731.00;-0.67;1.28 +5935;2;1165.50;9.50;729.00;0.43;1.28 +5935;3;1176.50;9.50;733.00;1.05;1.28 +5935;4;1171.50;9.50;746.50;1.84;1.28 +5935;5;1146.00;9.50;746.00;4.48;1.28 +5935;6;1148.50;9.50;757.00;3.78;1.28 +5935;7;1157.50;9.50;759.00;3.23;1.28 +5935;9;1147.48;9.50;743.00;1.57;1.28 +5935;10;1170.52;9.50;743.00;-1.57;1.28 +5935;11;1143.80;9.50;723.80;-0.67;1.28 +5935;12;1169.40;9.50;720.60;0.43;1.28 +5935;13;1187.00;9.50;727.00;1.05;1.28 +5935;14;1179.00;9.50;748.60;1.84;1.28 +5935;15;1138.20;9.50;747.80;4.48;1.28 +5935;16;1142.20;9.50;765.40;3.78;1.28 +5935;17;1156.60;9.50;768.60;3.23;1.28 5935;21;1147.48;9.50;743.00;1.57;1.28 +5936;0;3554.00;9.50;38.00;0.00;1.04 +5936;1;3553.50;9.50;28.00;-0.05;1.04 +5936;2;3566.50;9.50;35.50;1.37;1.04 +5936;3;3543.50;9.50;41.50;4.39;1.04 +5936;4;3565.50;9.50;44.50;2.08;1.04 +5936;5;3556.00;9.50;49.50;2.96;1.04 +5936;9;3544.64;9.50;38.00;1.57;1.04 +5936;10;3563.36;9.50;38.00;-1.57;1.04 +5936;11;3553.20;9.50;22.00;-0.05;1.04 +5936;12;3574.00;9.50;34.00;1.37;1.04 +5936;13;3537.20;9.50;43.60;4.39;1.04 +5936;14;3572.40;9.50;48.40;2.08;1.04 +5936;15;3557.20;9.50;56.40;2.96;1.04 5936;21;3544.64;9.50;38.00;1.57;1.04 +5937;0;3121.00;9.50;1237.00;0.00;1.00 +5937;1;3124.00;9.50;1226.00;0.26;1.00 +5937;2;3111.50;9.50;1230.50;-0.97;1.00 +5937;3;3133.50;9.50;1234.50;1.37;1.00 +5937;4;3107.50;9.50;1240.00;4.49;1.00 +5937;5;3126.50;9.50;1246.50;2.61;1.00 +5937;6;3113.00;9.50;1247.50;3.79;1.00 +5937;9;3111.28;9.50;1237.00;1.57;1.00 +5937;10;3130.72;9.50;1237.00;-1.57;1.00 +5937;11;3125.80;9.50;1219.40;0.26;1.00 +5937;12;3105.80;9.50;1226.60;-0.97;1.00 +5937;13;3141.00;9.50;1233.00;1.37;1.00 +5937;14;3099.40;9.50;1241.80;4.49;1.00 +5937;15;3129.80;9.50;1252.20;2.61;1.00 +5937;16;3108.20;9.50;1253.80;3.79;1.00 5937;21;3111.28;9.50;1237.00;1.57;1.00 +5938;0;2910.00;9.50;212.00;0.00;1.08 +5938;1;2898.50;9.50;201.50;-0.83;1.08 +5938;2;2912.00;9.50;203.50;0.23;1.08 +5938;3;2925.50;9.50;208.50;1.34;1.08 +5938;4;2897.00;9.50;212.50;4.67;1.08 +5938;5;2919.00;9.50;218.00;2.15;1.08 +5938;6;2904.50;9.50;222.00;3.64;1.08 +5938;9;2899.20;9.50;212.00;1.57;1.08 +5938;10;2920.80;9.50;212.00;-1.57;1.08 +5938;11;2891.60;9.50;195.20;-0.83;1.08 +5938;12;2913.20;9.50;198.40;0.23;1.08 +5938;13;2934.80;9.50;206.40;1.34;1.08 +5938;14;2889.20;9.50;212.80;4.67;1.08 +5938;15;2924.40;9.50;221.60;2.15;1.08 +5938;16;2901.20;9.50;228.00;3.64;1.08 5938;21;2899.20;9.50;212.00;1.57;1.08 +5939;0;1606.00;9.50;1347.00;0.00;0.80 +5939;1;1603.50;9.50;1339.50;-0.32;0.80 +5939;2;1615.50;9.50;1336.00;0.71;0.80 +5939;3;1617.00;9.50;1346.00;1.48;0.80 +5939;4;1592.50;9.50;1348.50;4.60;0.80 +5939;5;1603.00;9.50;1355.00;3.50;0.80 +5939;6;1616.00;9.50;1355.50;2.27;0.80 +5939;9;1596.28;9.50;1347.00;1.57;0.80 +5939;10;1615.72;9.50;1347.00;-1.57;0.80 +5939;11;1602.00;9.50;1335.00;-0.32;0.80 +5939;12;1621.20;9.50;1329.40;0.71;0.80 +5939;13;1623.60;9.50;1345.40;1.48;0.80 +5939;14;1584.40;9.50;1349.40;4.60;0.80 +5939;15;1601.20;9.50;1359.80;3.50;0.80 +5939;16;1622.00;9.50;1360.60;2.27;0.80 5939;21;1596.28;9.50;1347.00;1.57;0.80 +5940;0;1217.00;9.50;595.00;0.00;1.10 +5940;1;1211.00;9.50;583.50;-0.48;1.10 +5940;2;1201.00;9.50;592.50;-1.41;1.10 +5940;3;1235.00;9.50;597.00;1.68;1.10 +5940;4;1225.00;9.50;606.00;2.51;1.10 +5940;5;1209.00;9.50;606.50;3.74;1.10 +5940;9;1199.54;9.50;595.00;1.57;1.10 +5940;10;1234.46;9.50;595.00;-1.57;1.10 +5940;11;1207.40;9.50;576.60;-0.48;1.10 +5940;12;1191.40;9.50;591.00;-1.41;1.10 +5940;13;1245.80;9.50;598.20;1.68;1.10 +5940;14;1229.80;9.50;612.60;2.51;1.10 +5940;15;1204.20;9.50;613.40;3.74;1.10 5940;21;1199.54;9.50;595.00;1.57;1.10 +5941;0;5496.00;9.50;705.00;0.00;0.86 +5941;1;5508.50;9.50;694.50;0.87;0.86 +5941;2;5491.00;9.50;698.00;-0.62;0.86 +5941;3;5514.00;9.50;705.00;1.57;0.86 +5941;4;5475.00;9.50;704.00;-1.52;0.86 +5941;5;5499.00;9.50;703.50;1.10;0.86 +5941;6;5495.00;9.50;712.00;3.28;0.86 +5941;7;5516.00;9.50;713.50;1.97;0.86 +5941;9;5479.80;9.50;705.00;1.57;0.86 +5941;10;5512.20;9.50;705.00;-1.57;0.86 +5941;11;5516.00;9.50;688.20;0.87;0.86 +5941;12;5488.00;9.50;693.80;-0.62;0.86 +5941;13;5524.80;9.50;705.00;1.57;0.86 +5941;14;5462.40;9.50;703.40;-1.52;0.86 +5941;15;5500.80;9.88;702.60;1.10;0.86 +5941;16;5494.40;9.50;716.20;3.28;0.86 +5941;17;5528.00;9.50;718.60;1.97;0.86 5941;21;5479.80;9.50;705.00;1.57;0.86 +5942;0;2905.00;9.50;1813.00;0.00;1.34 +5942;1;2893.50;9.50;1793.00;-0.52;1.34 +5942;2;2898.00;9.50;1795.00;-0.37;1.34 +5942;3;2894.50;9.50;1810.00;-1.29;1.34 +5942;4;2899.50;9.50;1799.00;-0.37;1.34 +5942;5;2908.00;9.50;1804.50;0.33;1.34 +5942;6;2913.50;9.50;1808.00;1.03;1.34 +5942;7;2918.50;9.50;1811.50;1.46;1.34 +5942;8;2923.00;9.50;1813.00;1.57;1.34 +5942;9;2892.94;9.50;1813.00;1.57;1.34 +5942;10;2917.06;9.50;1813.00;-1.57;1.34 +5942;11;2886.60;9.50;1781.00;-0.52;1.34 +5942;12;2893.80;9.53;1784.20;-0.37;1.34 +5942;13;2888.20;9.50;1808.20;-1.29;1.34 +5942;14;2896.20;9.50;1790.60;-0.37;1.34 +5942;15;2909.80;9.50;1799.40;0.33;1.34 +5942;16;2918.60;10.16;1805.00;1.03;1.34 +5942;17;2926.60;9.50;1810.60;1.46;1.34 +5942;18;2933.80;9.50;1813.00;1.57;1.34 5942;21;2892.94;9.50;1813.00;1.57;1.34 +5943;0;5236.00;9.50;355.00;0.00;1.12 +5943;1;5225.00;9.50;342.00;-0.70;1.12 +5943;2;5218.00;9.50;348.00;-1.20;1.12 +5943;3;5245.50;9.50;352.00;1.26;1.12 +5943;4;5232.00;9.50;362.50;3.63;1.12 +5943;5;5258.00;9.50;362.50;1.89;1.12 +5943;6;5250.50;9.50;366.50;2.24;1.12 +5943;9;5220.88;9.50;355.00;1.57;1.12 +5943;10;5251.12;9.50;355.00;-1.57;1.12 +5943;11;5218.40;9.50;334.20;-0.70;1.12 +5943;12;5207.20;9.50;343.80;-1.20;1.12 +5943;13;5251.20;9.50;350.20;1.26;1.12 +5943;14;5229.60;9.50;367.00;3.63;1.12 +5943;15;5271.20;9.50;367.00;1.89;1.12 +5943;16;5259.20;9.50;373.40;2.24;1.12 5943;21;5220.88;9.50;355.00;1.57;1.12 +5944;0;5611.00;9.50;1075.00;0.00;0.84 +5944;1;5612.00;9.50;1062.00;0.07;0.84 +5944;2;5601.50;9.50;1066.00;-0.81;0.84 +5944;3;2805.50;10.20;1071.00;-1.56;0.84 +5944;4;5602.50;9.50;1081.00;4.09;0.84 +5944;5;5621.00;9.50;1084.00;2.30;0.84 +5944;6;5604.50;9.50;1089.00;3.57;0.84 +5944;7;5613.00;9.50;1089.50;3.00;0.84 +5944;9;5603.44;9.50;1075.00;1.57;0.84 +5944;10;5618.56;9.50;1075.00;-1.57;0.84 +5944;11;5612.60;9.50;1054.20;0.07;0.84 +5944;12;5595.80;9.50;1060.60;-0.81;0.84 +5944;13;1122.20;9.50;1068.60;-1.56;0.84 +5944;14;5597.40;9.50;1084.60;4.09;0.84 +5944;15;5627.00;9.50;1089.40;2.30;0.84 +5944;16;5600.60;9.50;1097.40;3.57;0.84 +5944;17;5614.20;9.50;1098.20;3.00;0.84 5944;21;5603.44;9.50;1075.00;1.57;0.84 +5945;0;5305.00;9.50;1424.00;0.00;1.36 +5945;1;5303.50;9.50;1409.50;-0.10;1.36 +5945;2;5289.50;9.50;1418.00;-1.20;1.36 +5945;3;5319.00;9.50;1413.00;0.90;1.36 +5945;4;5320.50;9.50;1426.00;1.69;1.36 +5945;5;5295.00;9.50;1436.50;3.81;1.36 +5945;6;5312.00;9.50;1438.50;2.69;1.36 +5945;9;5292.76;9.50;1424.00;1.57;1.36 +5945;10;5317.24;9.50;1424.00;-1.57;1.36 +5945;11;5302.60;9.50;1400.80;-0.10;1.36 +5945;12;5280.20;9.50;1414.40;-1.20;1.36 +5945;13;5327.40;9.50;1406.40;0.90;1.36 +5945;14;5329.80;9.50;1427.20;1.69;1.36 +5945;15;5289.00;9.50;1444.00;3.81;1.36 +5945;16;5316.20;9.50;1447.20;2.69;1.36 5945;21;5292.76;9.50;1424.00;1.57;1.36 +5946;0;5022.00;9.50;1344.00;0.00;1.06 +5946;1;5026.50;9.50;1328.50;0.28;1.06 +5946;2;5022.00;9.50;1331.00;0.00;1.06 +5946;3;5032.50;9.50;1331.00;0.67;1.06 +5946;4;5031.00;9.50;1339.50;1.10;1.06 +5946;5;5020.00;9.50;1337.00;-0.27;1.06 +5946;6;5015.50;9.50;1344.50;4.63;1.06 +5946;7;5013.00;9.50;1342.00;-1.35;1.06 +5946;8;5011.00;9.50;1344.00;4.71;1.06 +5946;9;5012.46;9.50;1344.00;1.57;1.06 +5946;10;5031.54;9.50;1344.00;-1.57;1.06 +5946;11;5029.20;9.50;1319.20;0.28;1.06 +5946;12;5022.00;9.50;1323.20;0.00;1.06 +5946;13;5038.80;9.50;1323.20;0.67;1.06 +5946;14;5036.40;9.50;1336.80;1.10;1.06 +5946;15;5018.80;9.50;1332.80;-0.27;1.06 +5946;16;5011.60;9.50;1344.80;4.63;1.06 +5946;17;5007.60;9.50;1340.80;-1.35;1.06 +5946;18;5004.40;9.50;1344.00;4.71;1.06 5946;21;5012.46;9.50;1344.00;1.57;1.06 +5947;0;4220.00;9.50;834.00;0.00;0.68 +5947;1;4221.00;9.50;823.50;0.09;0.68 +5947;2;4228.50;9.50;829.50;1.08;0.68 +5947;3;4213.00;9.50;838.00;4.19;0.68 +5947;4;4221.00;9.50;843.00;3.03;0.68 +5947;9;4213.88;9.50;834.00;1.57;0.68 +5947;10;4226.12;9.50;834.00;-1.57;0.68 +5947;11;4221.60;9.50;817.20;0.09;0.68 +5947;12;4233.60;9.50;826.80;1.08;0.68 +5947;13;4208.80;9.50;840.40;4.19;0.68 +5947;14;4221.60;9.50;848.40;3.03;0.68 5947;21;4213.88;9.50;834.00;1.57;0.68 +5948;0;3690.00;9.50;548.00;0.00;1.12 +5948;1;3686.00;9.50;535.00;-0.29;1.12 +5948;2;3700.50;9.50;548.00;1.57;1.12 +5948;3;3677.50;9.50;544.00;-1.26;1.12 +5948;4;3680.50;9.50;556.50;3.98;1.12 +5948;5;3687.50;9.50;559.50;3.35;1.12 +5948;6;3697.00;9.50;562.00;2.67;1.12 +5948;7;3703.50;9.50;561.50;2.35;1.12 +5948;9;3679.74;9.50;548.00;1.57;1.12 +5948;10;3700.26;9.50;548.00;-1.57;1.12 +5948;11;3683.60;9.50;527.20;-0.29;1.12 +5948;12;3706.80;9.50;548.00;1.57;1.12 +5948;13;3670.00;9.50;541.60;-1.26;1.12 +5948;14;3674.80;9.50;561.60;3.98;1.12 +5948;15;3686.00;9.50;566.40;3.35;1.12 +5948;16;3701.20;9.50;570.40;2.67;1.12 +5948;17;3711.60;9.50;569.60;2.35;1.12 5948;21;3679.74;9.50;548.00;1.57;1.12 +5949;0;2707.00;9.50;15.00;0.00;0.62 +5949;1;2692.00;9.50;15.00;4.71;0.62 +5949;2;2723.00;9.50;14.50;1.54;0.62 +5949;3;2712.50;9.50;22.00;2.47;0.62 +5949;4;2725.50;9.50;22.00;1.93;0.62 +5949;5;2696.00;9.50;22.50;4.11;0.62 +5949;9;2694.76;9.50;15.00;1.57;0.62 +5949;10;2719.24;9.50;15.00;-1.57;0.62 +5949;11;2683.00;9.50;15.00;4.71;0.62 +5949;12;2732.60;9.50;14.20;1.54;0.62 +5949;13;2715.80;9.50;26.20;2.47;0.62 +5949;14;2736.60;9.50;26.20;1.93;0.62 +5949;15;2689.40;9.50;27.00;4.11;0.62 5949;21;2694.76;9.50;15.00;1.57;0.62 +5950;0;2676.00;9.50;534.00;0.00;1.06 +5950;1;2672.00;9.50;519.00;-0.26;1.06 +5950;2;2685.00;9.50;532.00;1.35;1.06 +5950;3;2664.50;9.50;526.50;-0.99;1.06 +5950;4;2667.50;9.50;539.00;4.18;1.06 +5950;5;2673.50;9.50;547.00;3.33;1.06 +5950;6;2689.50;9.50;544.50;2.23;1.06 +5950;7;2683.00;9.50;547.50;2.66;1.06 +5950;9;2666.46;9.50;534.00;1.57;1.06 +5950;10;2685.54;9.50;534.00;-1.57;1.06 +5950;11;2669.60;9.50;510.00;-0.26;1.06 +5950;12;2690.40;9.50;530.80;1.35;1.06 +5950;13;2657.60;9.50;522.00;-0.99;1.06 +5950;14;2662.40;9.50;542.00;4.18;1.06 +5950;15;2672.00;9.50;554.80;3.33;1.06 +5950;16;2697.60;9.50;550.80;2.23;1.06 +5950;17;2687.20;9.50;555.60;2.66;1.06 5950;21;2666.46;9.50;534.00;1.57;1.06 +5951;0;1929.00;9.50;272.00;0.00;1.52 +5951;1;1926.00;9.50;259.00;-0.22;1.52 +5951;2;1938.00;9.50;260.50;0.66;1.52 +5951;3;1919.00;9.50;265.00;-0.96;1.52 +5951;4;1944.00;9.50;278.00;1.95;1.52 +5951;5;1915.50;9.50;275.00;4.49;1.52 +5951;6;1936.50;9.50;280.50;2.41;1.52 +5951;7;1924.00;9.50;280.50;3.67;1.52 +5951;8;1909.00;9.50;282.50;4.22;1.52 +5951;9;1915.32;9.50;272.00;1.57;1.52 +5951;10;1942.68;9.50;272.00;-1.57;1.52 +5951;11;1924.20;9.50;251.20;-0.22;1.52 +5951;12;1943.40;9.50;253.60;0.66;1.52 +5951;13;1913.00;9.50;260.80;-0.96;1.52 +5951;14;1953.00;9.50;281.60;1.95;1.52 +5951;15;1907.40;9.50;276.80;4.49;1.52 +5951;16;1941.00;9.50;285.60;2.41;1.52 +5951;17;1921.00;9.50;285.60;3.67;1.52 +5951;18;1897.00;9.50;288.80;4.22;1.52 5951;21;1915.32;9.50;272.00;1.57;1.52 +5952;0;2077.00;9.50;1186.00;0.00;1.24 +5952;1;2080.00;9.50;1172.50;0.21;1.24 +5952;2;2091.00;9.50;1182.50;1.32;1.24 +5952;3;2065.00;9.50;1187.00;4.62;1.24 +5952;4;2078.50;9.50;1200.00;3.03;1.24 +5952;5;2068.50;9.50;1204.00;3.58;1.24 +5952;9;2065.84;9.50;1186.00;1.57;1.24 +5952;10;2088.16;9.50;1186.00;-1.57;1.24 +5952;11;2081.80;9.50;1164.40;0.21;1.24 +5952;12;2099.40;9.50;1180.40;1.32;1.24 +5952;13;2057.80;9.50;1187.60;4.62;1.24 +5952;14;2079.40;9.50;1208.40;3.03;1.24 +5952;15;2063.40;9.50;1214.80;3.58;1.24 5952;21;2065.84;9.50;1186.00;1.57;1.24 +5953;0;1817.00;9.50;1963.00;0.00;1.02 +5953;1;1813.00;9.50;1957.00;-0.58;1.02 +5953;2;1824.50;9.50;1953.50;0.66;1.02 +5953;3;1826.50;9.50;1966.00;1.87;1.02 +5953;4;1803.50;9.50;1963.00;4.71;1.02 +5953;5;1800.50;9.80;1964.00;4.65;1.02 +5953;6;1811.00;9.50;1971.00;3.78;1.02 +5953;9;1806.20;9.50;1963.00;1.57;1.02 +5953;10;1827.80;9.50;1963.00;-1.57;1.02 +5953;11;1810.60;9.50;1953.40;-0.58;1.02 +5953;12;1829.00;9.50;1947.80;0.66;1.02 +5953;13;1832.20;9.50;1967.80;1.87;1.02 +5953;14;1795.40;10.20;1963.00;4.71;1.02 +5953;15;1790.60;9.50;1964.60;4.65;1.02 +5953;16;1807.40;9.50;1975.80;3.78;1.02 5953;21;1806.20;9.50;1963.00;1.57;1.02 +5954;0;1482.00;9.50;573.00;0.00;1.22 +5954;1;1481.00;9.50;548.50;-0.04;1.22 +5954;2;1473.00;9.50;559.50;-0.58;1.22 +5954;3;1488.50;9.50;560.00;0.46;1.22 +5954;4;1473.00;9.50;582.00;3.92;1.22 +5954;5;1493.50;9.50;583.00;2.28;1.22 +5954;6;1485.00;9.50;594.00;3.00;1.22 +5954;9;1471.02;9.50;573.00;1.57;1.22 +5954;10;1492.98;9.50;573.00;-1.57;1.22 +5954;11;1480.40;9.50;533.80;-0.04;1.22 +5954;12;1467.60;9.50;551.40;-0.58;1.22 +5954;13;1492.40;9.50;552.20;0.46;1.22 +5954;14;1467.60;9.50;587.40;3.92;1.22 +5954;15;1500.40;9.50;589.00;2.28;1.22 +5954;16;1486.80;9.50;606.60;3.00;1.22 5954;21;1471.02;9.50;573.00;1.57;1.22 +5955;0;200.00;9.50;86.00;0.00;1.16 +5955;1;195.50;9.50;68.50;-0.25;1.16 +5955;2;206.50;9.50;63.00;0.27;1.16 +5955;3;210.00;9.50;75.50;0.76;1.16 +5955;4;185.50;9.50;74.50;-0.90;1.16 +5955;5;187.00;9.50;88.00;4.56;1.16 +5955;6;214.00;9.50;97.50;2.25;1.16 +5955;7;200.50;9.50;104.50;3.11;1.16 +5955;9;189.56;9.50;86.00;1.57;1.16 +5955;10;210.44;9.50;86.00;-1.57;1.16 +5955;11;192.80;9.50;58.00;-0.25;1.16 +5955;12;210.40;9.50;49.20;0.27;1.16 +5955;13;216.00;9.50;69.20;0.76;1.16 +5955;14;176.80;9.50;67.60;-0.90;1.16 +5955;15;179.20;9.50;89.20;4.56;1.16 +5955;16;222.40;9.50;104.40;2.25;1.16 +5955;17;200.80;9.50;115.60;3.11;1.16 5955;21;189.56;9.50;86.00;1.57;1.16 +5956;0;173.00;9.50;1290.00;0.00;0.74 +5956;1;174.00;9.50;1280.50;0.10;0.74 +5956;2;190.00;9.50;1280.50;1.06;0.74 +5956;3;152.00;9.50;1289.50;-1.54;0.74 +5956;4;193.50;9.50;1289.00;1.52;0.74 +5956;5;181.00;9.50;1297.50;2.32;0.74 +5956;6;156.50;9.50;1298.00;4.26;0.74 +5956;9;155.36;9.50;1290.00;1.57;0.74 +5956;10;190.64;9.50;1290.00;-1.57;0.74 +5956;11;174.60;9.50;1274.80;0.10;0.74 +5956;12;200.20;9.50;1274.80;1.06;0.74 +5956;13;139.40;9.50;1289.20;-1.54;0.74 +5956;14;205.80;9.50;1288.40;1.52;0.74 +5956;15;185.80;9.50;1302.00;2.32;0.74 +5956;16;146.60;9.50;1302.80;4.26;0.74 5956;21;155.36;9.50;1290.00;1.57;0.74 +5957;0;130.00;9.50;1939.00;0.00;0.88 +5957;1;133.00;9.50;1929.00;0.29;0.88 +5957;2;145.50;9.50;1938.00;1.50;0.88 +5957;3;115.00;9.50;1936.50;-1.40;0.88 +5957;4;116.00;9.50;1947.50;4.16;0.88 +5957;5;145.00;9.50;1947.50;2.08;0.88 +5957;6;133.50;9.50;1949.00;2.80;0.88 +5957;9;116.86;9.50;1939.00;1.57;0.88 +5957;10;143.14;9.50;1939.00;-1.57;0.88 +5957;11;134.80;9.50;1923.00;0.29;0.88 +5957;12;154.80;9.50;1937.40;1.50;0.88 +5957;13;106.00;9.50;1935.00;-1.40;0.88 +5957;14;107.60;9.50;1952.60;4.16;0.88 +5957;15;154.00;9.50;1952.60;2.08;0.88 +5957;16;135.60;9.50;1955.00;2.80;0.88 5957;21;116.86;9.50;1939.00;1.57;0.88 +5958;0;390.00;9.50;1171.00;0.00;1.28 +5958;1;398.00;9.50;1156.50;0.50;1.28 +5958;2;385.00;9.50;1154.00;-0.28;1.28 +5958;3;377.00;9.50;1168.00;-1.34;1.28 +5958;4;403.50;9.50;1172.50;1.68;1.28 +5958;5;375.00;9.50;1184.00;3.99;1.28 +5958;6;388.50;9.50;1186.00;3.24;1.28 +5958;9;378.48;9.50;1171.00;1.57;1.28 +5958;10;401.52;9.50;1171.00;-1.57;1.28 +5958;11;402.80;9.50;1147.80;0.50;1.28 +5958;12;382.00;9.50;1143.80;-0.28;1.28 +5958;13;369.20;9.50;1166.20;-1.34;1.28 +5958;14;411.60;9.50;1173.40;1.68;1.28 +5958;15;366.00;9.50;1191.80;3.99;1.28 +5958;16;387.60;9.50;1195.00;3.24;1.28 5958;21;378.48;9.50;1171.00;1.57;1.28 +5959;0;1181.00;9.50;645.00;0.00;1.20 +5959;1;1191.00;9.50;631.50;0.63;1.20 +5959;2;1177.00;9.50;633.50;-0.33;1.20 +5959;3;1193.00;9.50;646.50;1.69;1.20 +5959;4;1167.00;9.50;644.50;-1.53;1.20 +5959;5;1183.50;9.50;658.00;2.95;1.20 +5959;6;1195.50;9.50;661.50;2.42;1.20 +5959;9;1169.12;9.50;645.00;1.57;1.20 +5959;10;1192.88;9.50;645.00;-1.57;1.20 +5959;11;1197.00;9.50;623.40;0.63;1.20 +5959;12;1174.60;9.50;626.60;-0.33;1.20 +5959;13;1200.20;9.50;647.40;1.69;1.20 +5959;14;1158.60;9.50;644.20;-1.53;1.20 +5959;15;1185.00;9.50;665.80;2.95;1.20 +5959;16;1204.20;9.50;671.40;2.42;1.20 5959;21;1169.12;9.50;645.00;1.57;1.20 +5960;0;4377.00;9.50;695.00;0.00;1.48 +5960;1;4392.50;9.70;677.50;0.72;1.48 +5960;2;4389.50;9.50;680.50;0.71;1.48 +5960;3;4397.50;9.50;679.50;0.92;1.48 +5960;4;4398.00;9.50;681.50;0.99;1.48 +5960;5;4394.50;9.50;684.00;1.01;1.48 +5960;6;4382.00;9.50;686.00;0.50;1.48 +5960;7;4376.00;9.50;688.50;-0.15;1.48 +5960;8;4390.00;9.50;686.50;0.99;1.48 +5960;9;4362.96;9.58;695.00;1.57;1.48 +5960;10;4391.04;9.70;695.00;-1.57;1.48 +5960;11;4401.80;9.50;667.00;0.72;1.48 +5960;12;4397.00;9.50;671.80;0.71;1.48 +5960;13;4409.80;9.50;670.20;0.92;1.48 +5960;14;4410.60;9.50;673.40;0.99;1.48 +5960;15;4405.00;9.50;677.40;1.01;1.48 +5960;16;4385.00;9.50;680.60;0.50;1.48 +5960;17;4375.40;9.50;684.60;-0.15;1.48 +5960;18;4397.80;9.50;681.40;0.99;1.48 5960;21;4362.96;9.58;695.00;1.57;1.48 +5961;0;3185.00;9.50;1201.00;0.00;0.94 +5961;1;3191.50;9.50;1186.00;0.40;0.94 +5961;2;3192.50;9.50;1190.50;0.62;0.94 +5961;3;3189.50;9.50;1188.50;0.34;0.94 +5961;4;3185.00;9.50;1189.00;0.00;0.94 +5961;5;3181.00;9.50;1190.00;-0.34;0.94 +5961;6;3177.00;9.50;1192.00;-0.72;0.94 +5961;7;3174.00;9.50;1195.50;-1.10;0.94 +5961;8;3171.00;9.50;1196.00;-1.22;0.94 +5961;9;3176.54;9.50;1201.00;1.57;0.94 +5961;10;3193.46;9.50;1201.00;-1.57;0.94 +5961;11;3195.40;9.83;1177.00;0.40;0.94 +5961;12;3197.00;9.50;1184.20;0.62;0.94 +5961;13;3192.20;9.50;1181.00;0.34;0.94 +5961;14;3185.00;9.50;1181.80;0.00;0.94 +5961;15;3178.60;9.50;1183.40;-0.34;0.94 +5961;16;3172.20;9.50;1186.60;-0.72;0.94 +5961;17;3167.40;9.50;1192.20;-1.10;0.94 +5961;18;3162.60;9.50;1193.00;-1.22;0.94 5961;21;3176.54;9.50;1201.00;1.57;0.94 +5962;0;2960.00;9.50;190.00;0.00;0.94 +5962;1;2963.50;9.50;178.00;0.28;0.94 +5962;2;2953.50;9.50;173.50;-0.37;0.94 +5962;3;2951.50;9.50;183.50;-0.91;0.94 +5962;4;2969.00;9.50;195.00;2.07;0.94 +5962;5;2950.50;9.50;197.50;4.04;0.94 +5962;6;2957.50;9.50;204.50;3.31;0.94 +5962;7;2964.00;9.50;207.00;2.91;0.94 +5962;9;2951.54;9.50;190.00;1.57;0.94 +5962;10;2968.46;9.50;190.00;-1.57;0.94 +5962;11;2965.60;9.50;170.80;0.28;0.94 +5962;12;2949.60;9.50;163.60;-0.37;0.94 +5962;13;2946.40;9.50;179.60;-0.91;0.94 +5962;14;2974.40;9.50;198.00;2.07;0.94 +5962;15;2944.80;9.50;202.00;4.04;0.94 +5962;16;2956.00;9.50;213.20;3.31;0.94 +5962;17;2966.40;9.50;217.20;2.91;0.94 5962;21;2951.54;9.50;190.00;1.57;0.94 +5963;0;1358.00;9.50;1340.00;0.00;0.80 +5963;1;1344.00;9.50;1338.50;-1.46;0.80 +5963;2;1359.50;9.50;1332.00;0.18;0.80 +5963;3;1373.00;9.50;1337.00;1.37;0.80 +5963;4;1370.50;9.50;1344.50;1.91;0.80 +5963;5;1364.50;9.50;1348.00;2.45;0.80 +5963;6;1347.00;9.50;1348.50;4.05;0.80 +5963;7;1354.00;9.50;1348.00;3.60;0.80 +5963;9;1347.56;9.50;1340.00;1.57;0.80 +5963;10;1368.44;9.50;1340.00;-1.57;0.80 +5963;11;1335.60;9.50;1337.60;-1.46;0.80 +5963;12;1360.40;9.50;1327.20;0.18;0.80 +5963;13;1382.00;9.50;1335.20;1.37;0.80 +5963;14;1378.00;9.50;1347.20;1.91;0.80 +5963;15;1368.40;9.50;1352.80;2.45;0.80 +5963;16;1340.40;9.50;1353.60;4.05;0.80 +5963;17;1351.60;9.50;1352.80;3.60;0.80 5963;21;1347.56;9.50;1340.00;1.57;0.80 +5964;0;1421.00;9.50;723.00;0.00;1.24 +5964;1;1420.50;9.50;710.50;-0.04;1.24 +5964;2;1405.00;9.50;718.50;-1.29;1.24 +5964;3;1435.00;9.50;726.00;1.78;1.24 +5964;4;1414.00;9.50;734.00;3.70;1.24 +5964;5;1424.50;9.50;740.00;2.93;1.24 +5964;9;1407.50;9.50;723.00;1.57;1.24 +5964;10;1434.50;9.50;723.00;-1.57;1.24 +5964;11;1420.20;9.50;703.00;-0.04;1.24 +5964;12;1395.40;9.50;715.80;-1.29;1.24 +5964;13;1443.40;9.50;727.80;1.78;1.24 +5964;14;1409.80;9.50;740.60;3.70;1.24 +5964;15;1426.60;9.50;750.20;2.93;1.24 5964;21;1407.50;9.50;723.00;1.57;1.24 +5965;0;5583.00;9.50;822.00;0.00;1.08 +5965;1;5582.00;9.50;813.00;-0.11;1.08 +5965;2;5556.50;9.50;809.00;-1.11;1.08 +5965;3;5557.00;9.50;818.50;-1.43;1.08 +5965;4;2791.50;9.90;825.50;4.71;1.08 +5965;5;5583.00;9.50;830.50;3.14;1.08 +5965;9;5564.82;9.50;822.00;1.57;1.08 +5965;10;5601.18;9.50;822.00;-1.57;1.08 +5965;11;5581.40;9.50;807.60;-0.11;1.08 +5965;12;5540.60;9.50;801.20;-1.11;1.08 +5965;13;5541.40;9.50;816.40;-1.43;1.08 +5965;14;1116.60;9.50;827.60;4.71;1.08 +5965;15;5583.00;9.50;835.60;3.14;1.08 5965;21;5564.82;9.50;822.00;1.57;1.08 +5966;0;2914.00;9.50;1874.00;0.00;1.02 +5966;1;2910.00;9.50;1857.00;-0.23;1.02 +5966;2;2923.00;9.50;1867.50;0.94;1.02 +5966;3;2903.00;9.50;1871.50;-1.34;1.02 +5966;4;2922.50;9.50;1887.00;2.56;1.02 +5966;5;2909.50;9.50;1888.50;3.44;1.02 +5966;9;2904.82;9.50;1874.00;1.57;1.02 +5966;10;2923.18;9.50;1874.00;-1.57;1.02 +5966;11;2907.60;9.50;1846.80;-0.23;1.02 +5966;12;2928.40;9.50;1863.60;0.94;1.02 +5966;13;2896.40;9.50;1870.00;-1.34;1.02 +5966;14;2927.60;9.50;1894.80;2.56;1.02 +5966;15;2906.80;9.50;1897.20;3.44;1.02 5966;21;2904.82;9.50;1874.00;1.57;1.02 +5967;0;5139.00;9.50;318.00;0.00;0.90 +5967;1;5136.50;9.50;306.50;-0.21;0.90 +5967;2;5145.00;9.50;306.50;0.48;0.90 +5967;3;5133.00;9.50;313.00;-0.87;0.90 +5967;4;5152.00;9.50;315.00;1.34;0.90 +5967;5;5126.50;9.50;317.50;-1.53;0.90 +5967;6;5124.00;9.50;324.00;4.33;0.90 +5967;7;5143.50;9.50;325.50;2.60;0.90 +5967;8;5128.50;9.50;328.00;3.95;0.90 +5967;9;5127.48;9.50;318.00;1.57;0.90 +5967;10;5150.52;9.50;318.00;-1.57;0.90 +5967;11;5135.00;9.50;299.60;-0.21;0.90 +5967;12;5148.60;9.50;299.60;0.48;0.90 +5967;13;5129.40;9.50;310.00;-0.87;0.90 +5967;14;5159.80;9.50;313.20;1.34;0.90 +5967;15;5119.00;9.50;317.20;-1.53;0.90 +5967;16;5115.00;9.50;327.60;4.33;0.90 +5967;17;5146.20;9.50;330.00;2.60;0.90 +5967;18;5122.20;9.50;334.00;3.95;0.90 5967;21;5127.48;9.50;318.00;1.57;0.90 +5968;0;5611.00;9.50;1025.00;0.00;0.86 +5968;1;5610.50;9.50;1014.00;-0.04;0.86 +5968;2;5601.00;9.50;1020.50;-1.14;0.86 +5968;3;2805.50;10.40;1018.00;-1.56;0.86 +5968;4;2805.50;10.40;1030.00;4.71;0.86 +5968;5;5602.50;9.50;1031.50;4.06;0.86 +5968;6;5612.00;9.50;1037.00;3.05;0.86 +5968;9;5603.26;9.50;1025.00;1.57;0.86 +5968;10;5618.74;9.50;1025.00;-1.57;0.86 +5968;11;5610.20;9.50;1007.40;-0.04;0.86 +5968;12;5595.00;9.50;1017.80;-1.14;0.86 +5968;13;1122.20;9.50;1013.80;-1.56;0.86 +5968;14;1122.20;9.50;1033.00;4.71;0.86 +5968;15;5597.40;9.50;1035.40;4.06;0.86 +5968;16;5612.60;9.50;1044.20;3.05;0.86 5968;21;5603.26;9.50;1025.00;1.57;0.86 +5969;0;5349.00;9.50;1379.00;0.00;1.38 +5969;1;5330.00;9.50;1360.00;-0.78;1.38 +5969;2;5342.00;9.50;1366.00;-0.49;1.38 +5969;3;5335.00;9.50;1375.00;-1.29;1.38 +5969;4;5360.50;9.50;1373.00;1.09;1.38 +5969;5;5365.50;9.50;1384.50;1.89;1.38 +5969;6;5341.00;9.50;1390.50;3.74;1.38 +5969;7;5352.00;9.50;1392.00;2.91;1.38 +5969;9;5335.68;9.50;1379.00;1.57;1.38 +5969;10;5362.32;9.50;1379.00;-1.57;1.38 +5969;11;5318.60;9.50;1348.60;-0.78;1.38 +5969;12;5337.80;9.50;1358.20;-0.49;1.38 +5969;13;5326.60;9.50;1372.60;-1.29;1.38 +5969;14;5367.40;9.50;1369.40;1.09;1.38 +5969;15;5375.40;9.50;1387.80;1.89;1.38 +5969;16;5336.20;9.50;1397.40;3.74;1.38 +5969;17;5353.80;9.50;1399.80;2.91;1.38 5969;21;5335.68;9.50;1379.00;1.57;1.38 +5970;0;5024.00;9.50;1283.00;0.00;0.82 +5970;1;5022.00;9.50;1270.50;-0.15;0.82 +5970;2;5032.00;9.50;1285.50;1.87;0.82 +5970;3;5013.00;9.50;1273.00;-0.83;0.82 +5970;4;5015.00;9.50;1277.00;-0.98;0.82 +5970;5;5014.50;9.50;1281.50;-1.41;0.82 +5970;6;5015.50;9.50;1286.00;4.37;0.82 +5970;7;5019.50;9.50;1291.00;3.65;0.82 +5970;8;5022.50;9.50;1296.00;3.25;0.82 +5970;9;5016.62;9.50;1283.00;1.57;0.82 +5970;10;5031.38;9.50;1283.00;-1.57;0.82 +5970;11;5020.80;9.50;1263.00;-0.15;0.82 +5970;12;5036.80;9.50;1287.00;1.87;0.82 +5970;13;5006.40;9.50;1267.00;-0.83;0.82 +5970;14;5009.60;9.50;1273.40;-0.98;0.82 +5970;15;5008.80;9.50;1280.60;-1.41;0.82 +5970;16;5010.40;9.50;1287.80;4.37;0.82 +5970;17;5016.80;9.50;1295.80;3.65;0.82 +5970;18;5021.60;9.50;1303.80;3.25;0.82 5970;21;5016.62;9.50;1283.00;1.57;0.82 +5971;0;4189.00;9.50;841.00;0.00;0.80 +5971;1;4196.00;9.50;827.50;0.47;0.80 +5971;2;4188.00;9.50;829.50;-0.08;0.80 +5971;3;4197.50;9.50;841.50;1.63;0.80 +5971;4;4179.00;9.50;837.00;-1.19;0.80 +5971;5;4180.50;9.50;848.00;4.02;0.80 +5971;6;4190.00;9.50;853.00;3.05;0.80 +5971;7;4197.50;9.50;854.50;2.58;0.80 +5971;9;4181.80;9.50;841.00;1.57;0.80 +5971;10;4196.20;9.50;841.00;-1.57;0.80 +5971;11;4200.20;9.50;819.40;0.47;0.80 +5971;12;4187.40;9.50;822.60;-0.08;0.80 +5971;13;4202.60;9.50;841.80;1.63;0.80 +5971;14;4173.00;9.50;834.60;-1.19;0.80 +5971;15;4175.40;9.50;852.20;4.02;0.80 +5971;16;4190.60;9.50;860.20;3.05;0.80 +5971;17;4202.60;9.50;862.60;2.58;0.80 5971;21;4181.80;9.50;841.00;1.57;0.80 +5972;0;3852.00;9.50;442.00;0.00;0.98 +5972;1;3852.50;9.50;430.50;0.04;0.98 +5972;2;3841.00;9.50;442.00;4.71;0.98 +5972;3;3864.00;9.50;432.00;0.87;0.98 +5972;4;3862.00;9.50;445.00;1.86;0.98 +5972;5;3851.00;9.50;454.00;3.22;0.98 +5972;6;3842.00;9.50;455.00;3.79;0.98 +5972;7;3860.50;9.50;457.50;2.64;0.98 +5972;9;3843.18;9.50;442.00;1.57;0.98 +5972;10;3860.82;9.50;442.00;-1.57;0.98 +5972;11;3852.80;9.50;423.60;0.04;0.98 +5972;12;3834.40;9.50;442.00;4.71;0.98 +5972;13;3871.20;9.50;426.00;0.87;0.98 +5972;14;3868.00;9.50;446.80;1.86;0.98 +5972;15;3850.40;9.50;461.20;3.22;0.98 +5972;16;3836.00;9.50;462.80;3.79;0.98 +5972;17;3865.60;9.50;466.80;2.64;0.98 5972;21;3843.18;9.50;442.00;1.57;0.98 +5973;0;2745.00;9.50;87.00;0.00;1.04 +5973;1;2737.50;9.50;78.50;-0.72;1.04 +5973;2;2754.00;9.50;79.50;0.87;1.04 +5973;3;2730.00;9.50;89.50;4.54;1.04 +5973;4;2764.00;9.50;86.00;1.51;1.04 +5973;5;2761.50;9.50;89.50;1.72;1.04 +5973;6;2751.00;9.50;96.00;2.55;1.04 +5973;7;2736.50;9.50;97.00;3.84;1.04 +5973;9;2732.76;9.50;87.00;1.57;1.04 +5973;10;2757.24;9.50;87.00;-1.57;1.04 +5973;11;2733.00;9.50;73.40;-0.72;1.04 +5973;12;2759.40;9.50;75.00;0.87;1.04 +5973;13;2721.00;9.50;91.00;4.54;1.04 +5973;14;2775.40;9.50;85.40;1.51;1.04 +5973;15;2771.40;9.50;91.00;1.72;1.04 +5973;16;2754.60;9.50;101.40;2.55;1.04 +5973;17;2731.40;9.50;103.00;3.84;1.04 5973;21;2732.76;9.50;87.00;1.57;1.04 +5974;0;2744.00;9.50;506.00;0.00;0.76 +5974;1;2743.00;9.50;494.50;-0.08;0.76 +5974;2;2752.50;9.50;494.50;0.63;0.76 +5974;3;2752.00;9.50;508.50;1.87;0.76 +5974;4;2735.50;9.50;505.50;-1.51;0.76 +5974;5;2744.00;9.50;518.00;3.14;0.76 +5974;9;2737.16;9.50;506.00;1.57;0.76 +5974;10;2750.84;9.50;506.00;-1.57;0.76 +5974;11;2742.40;9.50;487.60;-0.08;0.76 +5974;12;2757.60;9.50;487.60;0.63;0.76 +5974;13;2756.80;9.50;510.00;1.87;0.76 +5974;14;2730.40;9.50;505.20;-1.51;0.76 +5974;15;2744.00;9.50;525.20;3.14;0.76 5974;21;2737.16;9.50;506.00;1.57;0.76 +5975;0;1994.00;9.50;318.00;0.00;1.30 +5975;1;1976.50;9.50;290.50;-0.56;1.30 +5975;2;1976.50;9.50;301.00;-0.80;1.30 +5975;3;1991.50;9.50;302.50;-0.16;1.30 +5975;4;2008.50;9.50;313.50;1.27;1.30 +5975;5;1979.50;9.50;313.00;-1.23;1.30 +5975;6;1986.50;9.50;324.00;4.03;1.30 +5975;7;2007.00;9.50;331.00;2.35;1.30 +5975;8;1996.50;9.50;335.50;3.00;1.30 +5975;9;1982.30;9.50;318.00;1.57;1.30 +5975;10;2005.70;9.50;318.00;-1.57;1.30 +5975;11;1966.00;9.50;274.00;-0.56;1.30 +5975;12;1966.00;9.50;290.80;-0.80;1.30 +5975;13;1990.00;9.50;293.20;-0.16;1.30 +5975;14;2017.20;9.50;310.80;1.27;1.30 +5975;15;1970.80;9.50;310.00;-1.23;1.30 +5975;16;1982.00;9.50;327.60;4.03;1.30 +5975;17;2014.80;9.50;338.80;2.35;1.30 +5975;18;1998.00;9.50;346.00;3.00;1.30 5975;21;1982.30;9.50;318.00;1.57;1.30 +5976;0;2038.00;9.50;1286.00;0.00;1.14 +5976;1;2030.50;9.50;1274.50;-0.57;1.14 +5976;2;2050.50;9.50;1275.50;0.87;1.14 +5976;3;2020.50;9.50;1285.00;-1.51;1.14 +5976;4;2053.00;9.50;1290.00;1.83;1.14 +5976;5;2028.00;9.50;1297.00;3.87;1.14 +5976;6;2041.00;9.50;1301.00;2.94;1.14 +5976;9;2023.78;9.50;1286.00;1.57;1.14 +5976;10;2052.22;9.50;1286.00;-1.57;1.14 +5976;11;2026.00;9.50;1267.60;-0.57;1.14 +5976;12;2058.00;9.50;1269.20;0.87;1.14 +5976;13;2010.00;9.50;1284.40;-1.51;1.14 +5976;14;2062.00;9.50;1292.40;1.83;1.14 +5976;15;2022.00;9.50;1303.60;3.87;1.14 +5976;16;2042.80;9.50;1310.00;2.94;1.14 5976;21;2023.78;9.50;1286.00;1.57;1.14 +5977;0;1795.00;9.60;1997.00;0.00;0.94 +5977;1;1781.00;9.50;1987.50;-0.97;0.94 +5977;2;1800.00;9.50;1988.00;0.50;0.94 +5977;3;1776.00;9.50;1997.50;4.68;0.94 +5977;4;1814.00;9.50;1994.50;1.44;0.94 +5977;5;1793.00;9.70;1998.00;4.24;0.94 +5977;6;1813.50;9.50;2003.00;1.88;0.94 +5977;7;1790.00;9.50;2004.50;3.73;0.94 +5977;8;1803.00;9.50;2007.00;2.46;0.94 +5977;9;1779.34;9.50;1997.00;1.57;0.94 +5977;10;1810.66;9.50;1997.00;-1.57;0.94 +5977;11;1772.60;9.50;1981.80;-0.97;0.94 +5977;12;1803.00;9.50;1982.60;0.50;0.94 +5977;13;1764.60;9.50;1997.80;4.68;0.94 +5977;14;1825.40;9.50;1993.00;1.44;0.94 +5977;15;1791.80;9.70;1998.60;4.24;0.94 +5977;16;1824.60;9.50;2006.60;1.88;0.94 +5977;17;1787.00;9.50;2009.00;3.73;0.94 +5977;18;1807.80;9.50;2013.00;2.46;0.94 5977;21;1779.34;9.50;1997.00;1.57;0.94 +5978;0;1439.00;9.50;539.00;0.00;1.28 +5978;1;1429.00;9.50;527.50;-0.71;1.28 +5978;2;1448.00;9.50;528.00;0.68;1.28 +5978;3;1427.50;9.50;543.50;4.33;1.28 +5978;4;1451.50;9.50;542.50;1.84;1.28 +5978;5;1437.50;9.50;555.50;3.23;1.28 +5978;9;1425.50;9.50;539.00;1.57;1.28 +5978;10;1452.50;9.50;539.00;-1.57;1.28 +5978;11;1423.00;9.50;520.60;-0.71;1.28 +5978;12;1453.40;9.50;521.40;0.68;1.28 +5978;13;1420.60;9.50;546.20;4.33;1.28 +5978;14;1459.00;9.50;544.60;1.84;1.28 +5978;15;1436.60;9.50;565.40;3.23;1.28 5978;21;1425.50;9.50;539.00;1.57;1.28 +5979;0;232.00;9.50;17.00;0.00;0.82 +5979;1;215.50;9.50;18.00;4.65;0.82 +5979;2;250.00;9.50;15.50;1.48;0.82 +5979;3;253.50;9.50;23.50;1.86;0.82 +5979;4;238.50;9.50;26.00;2.51;0.82 +5979;5;222.50;9.50;28.50;3.83;0.82 +5979;9;215.98;9.50;17.00;1.57;0.82 +5979;10;248.02;9.50;17.00;-1.57;0.82 +5979;11;205.60;9.50;18.60;4.65;0.82 +5979;12;260.80;9.50;14.60;1.48;0.82 +5979;13;266.40;9.50;27.40;1.86;0.82 +5979;14;242.40;9.50;31.40;2.51;0.82 +5979;15;216.80;9.50;35.40;3.83;0.82 5979;21;215.98;9.50;17.00;1.57;0.82 +5980;0;237.00;9.50;1255.00;0.00;1.06 +5980;1;234.00;9.50;1243.50;-0.25;1.06 +5980;2;248.00;9.50;1245.00;0.83;1.06 +5980;3;222.00;9.50;1253.50;-1.47;1.06 +5980;4;250.50;9.50;1258.50;1.82;1.06 +5980;5;222.00;9.50;1263.00;4.22;1.06 +5980;6;236.00;9.50;1266.50;3.22;1.06 +5980;9;226.38;9.50;1255.00;1.57;1.06 +5980;10;247.62;9.50;1255.00;-1.57;1.06 +5980;11;232.20;9.50;1236.60;-0.25;1.06 +5980;12;254.60;9.50;1239.00;0.83;1.06 +5980;13;213.00;9.50;1252.60;-1.47;1.06 +5980;14;258.60;9.50;1260.60;1.82;1.06 +5980;15;213.00;9.50;1267.80;4.22;1.06 +5980;16;235.40;9.50;1273.40;3.22;1.06 5980;21;226.38;9.50;1255.00;1.57;1.06 +5981;0;186.00;9.50;1925.00;0.00;1.12 +5981;1;192.00;9.50;1916.00;0.58;1.12 +5981;2;207.00;9.50;1916.00;1.16;1.12 +5981;3;191.50;9.50;1926.00;1.75;1.12 +5981;4;175.00;9.50;1921.00;-1.22;1.12 +5981;5;173.50;9.50;1931.00;4.26;1.12 +5981;6;179.50;9.50;1939.50;3.56;1.12 +5981;9;173.04;9.50;1925.00;1.57;1.12 +5981;10;198.96;9.50;1925.00;-1.57;1.12 +5981;11;195.60;9.50;1910.60;0.58;1.12 +5981;12;219.60;9.50;1910.60;1.16;1.12 +5981;13;194.80;9.50;1926.60;1.75;1.12 +5981;14;168.40;9.50;1918.60;-1.22;1.12 +5981;15;166.00;9.50;1934.60;4.26;1.12 +5981;16;175.60;9.50;1948.20;3.56;1.12 5981;21;173.04;9.50;1925.00;1.57;1.12 +5982;0;361.00;9.50;1070.00;0.00;0.98 +5982;1;361.50;9.50;1059.00;0.04;0.98 +5982;2;372.00;9.50;1058.50;0.76;0.98 +5982;3;372.50;9.50;1069.00;1.48;0.98 +5982;4;349.50;9.50;1074.00;4.37;0.98 +5982;5;362.50;9.50;1080.00;2.99;0.98 +5982;9;352.18;9.50;1070.00;1.57;0.98 +5982;10;369.82;9.50;1070.00;-1.57;0.98 +5982;11;361.80;9.50;1052.40;0.04;0.98 +5982;12;378.60;9.50;1051.60;0.76;0.98 +5982;13;379.40;9.50;1068.40;1.48;0.98 +5982;14;342.60;9.50;1076.40;4.37;0.98 +5982;15;363.40;9.50;1086.00;2.99;0.98 5982;21;352.18;9.50;1070.00;1.57;0.98 +5983;0;1157.00;9.50;593.00;0.00;1.24 +5983;1;1149.00;9.50;578.50;-0.50;1.24 +5983;2;1162.50;9.50;578.50;0.36;1.24 +5983;3;1171.00;9.50;591.50;1.46;1.24 +5983;4;1137.00;9.50;581.00;-1.03;1.24 +5983;5;1140.50;9.50;589.00;-1.33;1.24 +5983;6;1146.50;9.50;601.50;4.03;1.24 +5983;7;1165.00;9.50;607.50;2.63;1.24 +5983;9;1141.70;9.50;593.00;1.57;1.24 +5983;10;1172.30;9.50;593.00;-1.57;1.24 +5983;11;1144.20;9.50;569.80;-0.50;1.24 +5983;12;1165.80;9.50;569.80;0.36;1.24 +5983;13;1179.40;9.50;590.60;1.46;1.24 +5983;14;1125.00;9.50;573.80;-1.03;1.24 +5983;15;1130.60;9.50;586.60;-1.33;1.24 +5983;16;1140.20;9.50;606.60;4.03;1.24 +5983;17;1169.80;9.50;616.20;2.63;1.24 5983;21;1141.70;9.50;593.00;1.57;1.24 +5984;0;4348.00;9.50;738.00;0.00;1.08 +5984;1;4343.00;9.50;726.50;-0.41;1.08 +5984;2;4353.00;9.50;729.00;0.50;1.08 +5984;3;4337.50;9.50;733.00;-1.12;1.08 +5984;4;4336.50;9.50;738.50;4.66;1.08 +5984;5;4359.50;9.50;734.50;1.27;1.08 +5984;6;4360.50;9.50;737.50;1.53;1.08 +5984;7;4358.50;9.50;742.00;1.93;1.08 +5984;8;4355.50;9.50;744.50;2.28;1.08 +5984;9;4338.28;9.50;738.00;1.57;1.08 +5984;10;4357.72;9.50;738.00;-1.57;1.08 +5984;11;4340.00;9.50;719.60;-0.41;1.08 +5984;12;4356.00;9.50;723.60;0.50;1.08 +5984;13;4331.20;9.50;730.00;-1.12;1.08 +5984;14;4329.60;9.50;738.80;4.66;1.08 +5984;15;4366.40;9.50;732.40;1.27;1.08 +5984;16;4368.00;9.50;737.20;1.53;1.08 +5984;17;4364.80;9.50;744.40;1.93;1.08 +5984;18;4360.00;9.50;748.40;2.28;1.08 5984;21;4338.28;9.50;738.00;1.57;1.08 +5985;0;3232.00;9.50;1176.00;0.00;0.62 +5985;1;3245.50;9.50;1172.50;1.31;0.62 +5985;2;3235.50;9.50;1169.50;0.49;0.62 +5985;3;3240.00;9.50;1169.00;0.85;0.62 +5985;4;3230.00;9.50;1171.50;-0.41;0.62 +5985;5;3218.00;9.50;1173.00;-1.36;0.62 +5985;6;3223.50;9.50;1173.00;-1.23;0.62 +5985;7;3216.00;9.50;1178.00;4.58;0.62 +5985;8;3231.00;9.50;1182.00;3.30;0.62 +5985;9;3220.48;9.50;1176.00;1.57;0.62 +5985;10;3243.52;9.50;1176.00;-1.57;0.62 +5985;11;3253.60;9.50;1170.40;1.31;0.62 +5985;12;3237.60;9.50;1165.60;0.49;0.62 +5985;13;3244.80;9.50;1164.80;0.85;0.62 +5985;14;3228.80;9.50;1168.80;-0.41;0.62 +5985;15;3209.60;9.50;1171.20;-1.36;0.62 +5985;16;3218.40;9.50;1171.20;-1.23;0.62 +5985;17;3206.40;9.50;1179.20;4.58;0.62 +5985;18;3230.40;9.50;1185.60;3.30;0.62 5985;21;3220.48;9.50;1176.00;1.57;0.62 +5986;0;1351.00;9.50;1255.00;0.00;1.34 +5986;1;1348.00;9.50;1240.00;-0.19;1.34 +5986;2;1355.50;9.50;1239.00;0.27;1.34 +5986;3;1364.00;9.50;1248.00;1.07;1.34 +5986;4;1339.00;9.50;1252.00;-1.32;1.34 +5986;5;1370.50;9.50;1259.00;1.77;1.34 +5986;6;1355.00;9.50;1265.50;2.77;1.34 +5986;7;1337.00;9.50;1268.00;3.96;1.34 +5986;9;1338.40;9.50;1255.00;1.57;1.34 +5986;10;1363.60;9.50;1255.00;-1.57;1.34 +5986;11;1346.20;9.50;1231.00;-0.19;1.34 +5986;12;1358.20;9.50;1229.40;0.27;1.34 +5986;13;1371.80;9.50;1243.80;1.07;1.34 +5986;14;1331.80;9.50;1250.20;-1.32;1.34 +5986;15;1382.20;9.50;1261.40;1.77;1.34 +5986;16;1357.40;9.50;1271.80;2.77;1.34 +5986;17;1328.60;9.50;1275.80;3.96;1.34 5986;21;1338.40;9.50;1255.00;1.57;1.34 +5987;0;1245.00;9.50;534.00;0.00;1.24 +5987;1;1236.50;9.50;524.50;-0.73;1.24 +5987;2;1252.50;9.50;521.50;0.54;1.24 +5987;3;1257.50;9.50;537.00;1.80;1.24 +5987;4;1227.50;9.50;532.00;-1.45;1.24 +5987;5;1233.00;9.50;540.00;4.24;1.24 +5987;6;1247.50;9.50;548.00;2.96;1.24 +5987;9;1233.30;9.50;534.00;1.57;1.24 +5987;10;1256.70;9.50;534.00;-1.57;1.24 +5987;11;1231.40;9.50;518.80;-0.73;1.24 +5987;12;1257.00;9.50;514.00;0.54;1.24 +5987;13;1265.00;9.50;538.80;1.80;1.24 +5987;14;1217.00;9.50;530.80;-1.45;1.24 +5987;15;1225.80;9.50;543.60;4.24;1.24 +5987;16;1249.00;9.50;556.40;2.96;1.24 5987;21;1233.30;9.50;534.00;1.57;1.24 +5988;0;5482.00;9.50;882.00;0.00;1.22 +5988;1;5466.50;9.50;869.50;-0.89;1.22 +5988;2;5457.50;9.50;878.50;-1.42;1.22 +5988;3;5493.50;9.50;876.50;1.12;1.22 +5988;4;5506.50;9.50;887.00;1.77;1.22 +5988;5;5477.00;9.50;890.00;3.70;1.22 +5988;6;5497.50;9.50;895.50;2.28;1.22 +5988;9;5462.56;9.50;882.00;1.57;1.22 +5988;10;5501.44;9.50;882.00;-1.57;1.22 +5988;11;5457.20;9.50;862.00;-0.89;1.22 +5988;12;5442.80;9.50;876.40;-1.42;1.22 +5988;13;5500.40;9.50;873.20;1.12;1.22 +5988;14;5521.20;9.50;890.00;1.77;1.22 +5988;15;5474.00;9.50;894.80;3.70;1.22 +5988;16;5506.80;9.50;903.60;2.28;1.22 5988;21;5462.56;9.50;882.00;1.57;1.22 +5989;0;2865.00;9.50;1701.00;0.00;0.74 +5989;1;2870.00;9.50;1692.00;0.50;0.74 +5989;2;2861.00;9.50;1696.00;-0.67;0.74 +5989;3;2873.00;9.50;1701.00;1.57;0.74 +5989;4;2870.00;9.50;1708.00;2.52;0.74 +5989;5;2855.00;9.50;1706.50;4.21;0.74 +5989;6;2861.50;9.50;1710.00;3.51;0.74 +5989;9;2858.34;9.50;1701.00;1.57;0.74 +5989;10;2871.66;9.50;1701.00;-1.57;0.74 +5989;11;2873.00;9.50;1686.60;0.50;0.74 +5989;12;2858.60;9.50;1693.00;-0.67;0.74 +5989;13;2877.80;9.50;1701.00;1.57;0.74 +5989;14;2873.00;9.50;1712.20;2.52;0.74 +5989;15;2849.00;9.50;1709.80;4.21;0.74 +5989;16;2859.40;9.50;1715.40;3.51;0.74 5989;21;2858.34;9.50;1701.00;1.57;0.74 +5990;0;5171.00;9.50;350.00;0.00;1.12 +5990;1;5175.50;9.50;339.00;0.38;1.12 +5990;2;5159.50;9.50;341.50;-0.93;1.12 +5990;3;5185.50;9.50;345.50;1.27;1.12 +5990;4;5152.50;9.50;345.00;-1.30;1.12 +5990;5;5160.00;9.50;355.50;4.24;1.12 +5990;6;5178.50;9.50;359.00;2.44;1.12 +5990;7;5169.00;9.50;366.50;3.26;1.12 +5990;9;5158.04;9.50;350.00;1.57;1.12 +5990;10;5183.96;9.50;350.00;-1.57;1.12 +5990;11;5178.20;9.50;332.40;0.38;1.12 +5990;12;5152.60;9.50;336.40;-0.93;1.12 +5990;13;5194.20;9.50;342.80;1.27;1.12 +5990;14;5141.40;9.50;342.00;-1.30;1.12 +5990;15;5153.40;9.50;358.80;4.24;1.12 +5990;16;5183.00;9.50;364.40;2.44;1.12 +5990;17;5167.80;9.50;376.40;3.26;1.12 5990;21;5158.04;9.50;350.00;1.57;1.12 +5991;0;5555.00;9.50;1017.00;0.00;0.78 +5991;1;5540.00;9.50;1014.00;-1.37;0.78 +5991;2;5557.50;9.50;1007.50;0.25;0.78 +5991;3;5569.50;9.50;1009.00;1.06;0.78 +5991;4;5573.00;9.50;1016.50;1.54;0.78 +5991;5;5538.00;9.50;1023.00;4.37;0.78 +5991;6;5558.50;9.50;1024.50;2.70;0.78 +5991;9;5540.24;9.50;1017.00;1.57;0.78 +5991;10;5569.76;9.50;1017.00;-1.57;0.78 +5991;11;5531.00;9.50;1012.20;-1.37;0.78 +5991;12;5559.00;9.50;1001.80;0.25;0.78 +5991;13;5578.20;9.50;1004.20;1.06;0.78 +5991;14;5583.80;9.50;1016.20;1.54;0.78 +5991;15;5527.80;9.50;1026.60;4.37;0.78 +5991;16;5560.60;9.50;1029.00;2.70;0.78 5991;21;5540.24;9.50;1017.00;1.57;0.78 +5992;0;5394.00;9.50;1488.00;0.00;1.22 +5992;1;5401.00;9.50;1477.50;0.58;1.22 +5992;2;5386.00;9.50;1476.00;-0.58;1.22 +5992;3;5379.00;9.50;1484.50;-1.34;1.22 +5992;4;5407.00;9.50;1489.00;1.64;1.22 +5992;5;5380.00;9.50;1493.50;4.33;1.22 +5992;6;5391.50;9.50;1499.50;3.35;1.22 +5992;7;5403.50;9.50;1502.00;2.54;1.22 +5992;9;5383.02;9.50;1488.00;1.57;1.22 +5992;10;5404.98;9.50;1488.00;-1.57;1.22 +5992;11;5405.20;9.50;1471.20;0.58;1.22 +5992;12;5381.20;9.50;1468.80;-0.58;1.22 +5992;13;5370.00;9.50;1482.40;-1.34;1.22 +5992;14;5414.80;9.50;1489.60;1.64;1.22 +5992;15;5371.60;9.50;1496.80;4.33;1.22 +5992;16;5390.00;9.50;1506.40;3.35;1.22 +5992;17;5409.20;9.50;1510.40;2.54;1.22 5992;21;5383.02;9.50;1488.00;1.57;1.22 +5993;0;5058.00;9.50;1292.00;0.00;0.92 +5993;1;5055.00;9.50;1274.50;-0.17;0.92 +5993;2;5063.50;9.50;1282.50;0.52;0.92 +5993;3;5049.00;9.50;1290.00;-1.35;0.92 +5993;4;5068.50;9.50;1300.00;2.22;0.92 +5993;5;5050.50;9.50;1305.00;3.66;0.92 +5993;6;5061.50;9.50;1307.00;2.91;0.92 +5993;9;5049.72;9.50;1292.00;1.57;0.92 +5993;10;5066.28;9.50;1292.00;-1.57;0.92 +5993;11;5053.20;9.50;1264.00;-0.17;0.92 +5993;12;5066.80;9.50;1276.80;0.52;0.92 +5993;13;5043.60;9.50;1288.80;-1.35;0.92 +5993;14;5074.80;9.50;1304.80;2.22;0.92 +5993;15;5046.00;9.50;1312.80;3.66;0.92 +5993;16;5063.60;9.50;1316.00;2.91;0.92 5993;21;5049.72;9.50;1292.00;1.57;0.92 +5994;0;4143.00;9.50;830.00;0.00;1.02 +5994;1;4133.00;9.50;824.50;-1.06;1.02 +5994;2;4139.50;9.50;817.00;-0.26;1.02 +5994;3;4150.00;9.50;822.50;0.75;1.02 +5994;4;4156.00;9.50;831.50;1.68;1.02 +5994;5;4135.00;9.50;839.00;3.86;1.02 +5994;6;4145.50;9.50;841.00;2.91;1.02 +5994;9;4133.82;9.50;830.00;1.57;1.02 +5994;10;4152.18;9.50;830.00;-1.57;1.02 +5994;11;4127.00;9.50;821.20;-1.06;1.02 +5994;12;4137.40;9.50;809.20;-0.26;1.02 +5994;13;4154.20;9.50;818.00;0.75;1.02 +5994;14;4163.80;9.50;832.40;1.68;1.02 +5994;15;4130.20;9.50;844.40;3.86;1.02 +5994;16;4147.00;9.50;847.60;2.91;1.02 5994;21;4133.82;9.50;830.00;1.57;1.02 +5995;0;3894.00;9.50;446.00;0.00;0.96 +5995;1;3894.00;9.50;432.00;0.00;0.96 +5995;2;3903.50;9.50;437.00;0.81;0.96 +5995;3;3883.00;9.50;447.00;4.62;0.96 +5995;4;3904.50;9.50;451.50;2.05;0.96 +5995;5;3893.00;9.50;458.50;3.22;0.96 +5995;6;3905.00;9.50;459.50;2.45;0.96 +5995;9;3885.36;9.50;446.00;1.57;0.96 +5995;10;3902.64;9.50;446.00;-1.57;0.96 +5995;11;3894.00;9.50;423.60;0.00;0.96 +5995;12;3909.20;9.50;431.60;0.81;0.96 +5995;13;3876.40;9.50;447.60;4.62;0.96 +5995;14;3910.80;9.50;454.80;2.05;0.96 +5995;15;3892.40;9.50;466.00;3.22;0.96 +5995;16;3911.60;9.50;467.60;2.45;0.96 5995;21;3885.36;9.50;446.00;1.57;0.96 +5996;0;2716.00;9.50;50.00;0.00;1.02 +5996;1;2717.00;9.50;39.50;0.09;1.02 +5996;2;2729.50;9.50;47.00;1.35;1.02 +5996;3;2701.50;9.50;45.00;-1.23;1.02 +5996;4;2707.50;9.50;57.00;4.02;1.02 +5996;5;2723.00;9.50;60.00;2.53;1.02 +5996;9;2704.84;9.50;50.00;1.57;1.02 +5996;10;2727.16;9.50;50.00;-1.57;1.02 +5996;11;2717.60;9.50;33.20;0.09;1.02 +5996;12;2737.60;9.50;45.20;1.35;1.02 +5996;13;2692.80;9.50;42.00;-1.23;1.02 +5996;14;2702.40;9.50;61.20;4.02;1.02 +5996;15;2727.20;9.50;66.00;2.53;1.02 5996;21;2704.84;9.50;50.00;1.57;1.02 +5997;0;2734.00;9.50;548.00;0.00;0.94 +5997;1;2725.50;9.50;544.00;-1.13;0.94 +5997;2;2739.00;9.50;539.00;0.50;0.94 +5997;3;2747.00;9.50;542.00;1.13;0.94 +5997;4;2744.00;9.50;551.00;1.86;0.94 +5997;5;2718.50;9.50;551.50;4.49;0.94 +5997;6;2723.50;9.50;553.50;4.23;0.94 +5997;7;2735.00;9.50;557.00;3.03;0.94 +5997;9;2723.74;9.50;548.00;1.57;0.94 +5997;10;2744.26;9.50;548.00;-1.57;0.94 +5997;11;2720.40;9.50;541.60;-1.13;0.94 +5997;12;2742.00;9.50;533.60;0.50;0.94 +5997;13;2754.80;9.50;538.40;1.13;0.94 +5997;14;2750.00;9.50;552.80;1.86;0.94 +5997;15;2709.20;9.50;553.60;4.49;0.94 +5997;16;2717.20;9.50;556.80;4.23;0.94 +5997;17;2735.60;9.50;562.40;3.03;0.94 5997;21;2723.74;9.50;548.00;1.57;0.94 +5998;0;2002.00;9.50;271.00;0.00;1.10 +5998;1;2009.00;9.50;259.00;0.52;1.10 +5998;2;2017.00;9.50;261.00;0.98;1.10 +5998;3;1990.50;9.50;264.00;-1.02;1.10 +5998;4;2015.00;9.50;275.00;1.86;1.10 +5998;5;1995.50;9.50;279.00;3.82;1.10 +5998;9;1988.86;9.50;271.00;1.57;1.10 +5998;10;2015.14;9.50;271.00;-1.57;1.10 +5998;11;2013.20;9.50;251.80;0.52;1.10 +5998;12;2026.00;9.50;255.00;0.98;1.10 +5998;13;1983.60;9.50;259.80;-1.02;1.10 +5998;14;2022.80;9.50;277.40;1.86;1.10 +5998;15;1991.60;9.50;283.80;3.82;1.10 5998;21;1988.86;9.50;271.00;1.57;1.10 +5999;0;1992.00;9.50;1331.00;0.00;1.24 +5999;1;1991.50;9.50;1316.50;-0.03;1.24 +5999;2;2005.00;9.50;1319.50;0.84;1.24 +5999;3;1978.00;9.50;1331.50;4.67;1.24 +5999;4;2005.00;9.50;1334.50;1.83;1.24 +5999;5;1985.00;9.50;1344.50;3.62;1.24 +5999;9;1977.78;9.50;1331.00;1.57;1.24 +5999;10;2006.22;9.50;1331.00;-1.57;1.24 +5999;11;1991.20;9.50;1307.80;-0.03;1.24 +5999;12;2012.80;9.50;1312.60;0.84;1.24 +5999;13;1969.60;9.50;1331.80;4.67;1.24 +5999;14;2012.80;9.50;1336.60;1.83;1.24 +5999;15;1980.80;9.50;1352.60;3.62;1.24 5999;21;1977.78;9.50;1331.00;1.57;1.24 +6000;0;1737.00;9.50;2003.00;0.00;0.82 +6000;1;1741.50;9.50;1994.50;0.48;0.82 +6000;2;1747.00;9.50;2000.50;1.32;0.82 +6000;3;1729.50;9.50;2002.50;-1.50;0.82 +6000;4;1725.00;9.50;2011.00;4.12;0.82 +6000;5;1736.50;9.50;2010.00;3.21;0.82 +6000;9;1726.02;9.50;2003.00;1.57;0.82 +6000;10;1747.98;9.50;2003.00;-1.57;0.82 +6000;11;1744.20;9.50;1989.40;0.48;0.82 +6000;12;1753.00;9.50;1999.00;1.32;0.82 +6000;13;1725.00;9.50;2002.20;-1.50;0.82 +6000;14;1717.80;9.50;2015.80;4.12;0.82 +6000;15;1736.20;9.50;2014.20;3.21;0.82 6000;21;1726.02;9.50;2003.00;1.57;0.82 +6001;0;1394.00;9.50;555.00;0.00;0.98 +6001;1;1392.00;9.50;539.00;-0.12;0.98 +6001;2;1405.00;9.50;551.50;1.26;0.98 +6001;3;1384.50;9.50;549.00;-1.00;0.98 +6001;4;1384.00;9.50;565.50;3.90;0.98 +6001;5;1404.50;9.50;566.00;2.37;0.98 +6001;6;1392.50;9.50;570.50;3.23;0.98 +6001;9;1385.18;9.50;555.00;1.57;0.98 +6001;10;1402.82;9.50;555.00;-1.57;0.98 +6001;11;1390.80;9.50;529.40;-0.12;0.98 +6001;12;1411.60;9.50;549.40;1.26;0.98 +6001;13;1378.80;9.50;545.40;-1.00;0.98 +6001;14;1378.00;9.50;571.80;3.90;0.98 +6001;15;1410.80;9.50;572.60;2.37;0.98 +6001;16;1391.60;9.50;579.80;3.23;0.98 6001;21;1385.18;9.50;555.00;1.57;0.98 +6002;0;252.00;9.50;59.00;0.00;1.14 +6002;1;248.50;9.50;47.00;-0.28;1.14 +6002;2;268.00;9.50;56.00;1.38;1.14 +6002;3;236.00;9.50;62.00;4.52;1.14 +6002;4;256.50;9.50;70.00;2.75;1.14 +6002;9;237.60;9.50;59.00;1.57;1.14 +6002;10;266.40;9.50;59.00;-1.57;1.14 +6002;11;246.40;9.50;39.80;-0.28;1.14 +6002;12;277.60;9.50;54.20;1.38;1.14 +6002;13;226.40;9.50;63.80;4.52;1.14 +6002;14;259.20;9.50;76.60;2.75;1.14 6002;21;237.60;9.50;59.00;1.57;1.14 +6003;0;294.00;9.50;1261.00;0.00;1.02 +6003;1;290.50;9.50;1248.50;-0.27;1.02 +6003;2;301.50;9.50;1247.00;0.49;1.02 +6003;3;307.00;9.50;1259.50;1.45;1.02 +6003;4;279.00;9.50;1261.50;4.67;1.02 +6003;5;278.50;9.50;1272.50;4.07;1.02 +6003;6;296.00;9.50;1272.00;2.96;1.02 +6003;9;281.58;9.50;1261.00;1.57;1.02 +6003;10;306.42;9.50;1261.00;-1.57;1.02 +6003;11;288.40;9.50;1241.00;-0.27;1.02 +6003;12;306.00;9.50;1238.60;0.49;1.02 +6003;13;314.80;9.50;1258.60;1.45;1.02 +6003;14;270.00;9.50;1261.80;4.67;1.02 +6003;15;269.20;9.50;1279.40;4.07;1.02 +6003;16;297.20;9.50;1278.60;2.96;1.02 6003;21;281.58;9.50;1261.00;1.57;1.02 +6004;0;154.00;9.50;1894.00;0.00;1.10 +6004;1;147.50;9.50;1886.50;-0.71;1.10 +6004;2;167.00;9.50;1881.50;0.80;1.10 +6004;3;173.50;9.50;1885.50;1.16;1.10 +6004;4;166.00;9.50;1896.00;1.73;1.10 +6004;5;135.00;9.50;1902.00;4.31;1.10 +6004;6;159.00;9.50;1905.50;2.73;1.10 +6004;7;145.00;9.50;1906.50;3.76;1.10 +6004;9;138.70;9.50;1894.00;1.57;1.10 +6004;10;169.30;9.50;1894.00;-1.57;1.10 +6004;11;143.60;9.50;1882.00;-0.71;1.10 +6004;12;174.80;9.50;1874.00;0.80;1.10 +6004;13;185.20;9.50;1880.40;1.16;1.10 +6004;14;173.20;9.50;1897.20;1.73;1.10 +6004;15;123.60;9.50;1906.80;4.31;1.10 +6004;16;162.00;9.50;1912.40;2.73;1.10 +6004;17;139.60;9.50;1914.00;3.76;1.10 6004;21;138.70;9.50;1894.00;1.57;1.10 +6005;0;199.00;9.50;1006.00;0.00;1.36 +6005;1;196.00;9.50;991.50;-0.20;1.36 +6005;2;182.50;9.50;989.00;-0.77;1.36 +6005;3;184.00;9.50;1002.00;-1.31;1.36 +6005;4;213.00;9.50;1006.50;1.60;1.36 +6005;5;185.50;9.50;1016.50;4.05;1.36 +6005;6;202.00;9.50;1020.50;2.93;1.36 +6005;7;217.50;9.50;1020.50;2.23;1.36 +6005;9;186.22;9.50;1006.00;1.57;1.36 +6005;10;211.78;9.50;1006.00;-1.57;1.36 +6005;11;194.20;9.50;982.80;-0.20;1.36 +6005;12;172.60;9.50;978.80;-0.77;1.36 +6005;13;175.00;9.50;999.60;-1.31;1.36 +6005;14;221.40;9.50;1006.80;1.60;1.36 +6005;15;177.40;9.50;1022.80;4.05;1.36 +6005;16;203.80;9.50;1029.20;2.93;1.36 +6005;17;228.60;9.50;1029.20;2.23;1.36 6005;21;186.22;9.50;1006.00;1.57;1.36 +6006;0;1232.00;9.50;645.00;0.00;1.20 +6006;1;1232.50;9.50;631.00;0.03;1.20 +6006;2;1249.00;9.50;631.50;0.90;1.20 +6006;3;1247.00;9.50;638.50;1.16;1.20 +6006;4;1218.50;9.50;646.50;4.60;1.20 +6006;5;1243.50;9.50;652.50;2.14;1.20 +6006;6;1231.50;9.50;660.50;3.17;1.20 +6006;9;1220.30;9.50;645.00;1.57;1.20 +6006;10;1243.70;9.50;645.00;-1.57;1.20 +6006;11;1232.80;9.50;622.60;0.03;1.20 +6006;12;1259.20;9.50;623.40;0.90;1.20 +6006;13;1256.00;9.50;634.60;1.16;1.20 +6006;14;1210.40;9.50;647.40;4.60;1.20 +6006;15;1250.40;9.50;657.00;2.14;1.20 +6006;16;1231.20;9.50;669.80;3.17;1.20 6006;21;1220.30;9.50;645.00;1.57;1.20 +6007;0;4332.00;9.50;772.00;0.00;0.84 +6007;1;4337.50;9.50;764.50;0.63;0.84 +6007;2;4326.50;9.50;768.50;-1.00;0.84 +6007;3;4341.00;9.80;773.00;1.68;0.84 +6007;4;4336.50;9.50;775.00;2.15;0.84 +6007;5;4321.50;9.50;777.00;4.26;0.84 +6007;6;4329.00;9.50;781.00;3.46;0.84 +6007;7;4336.50;9.50;784.00;2.78;0.84 +6007;9;4324.44;9.50;772.00;1.57;0.84 +6007;10;4339.56;9.50;772.00;-1.57;0.84 +6007;11;4340.80;9.50;760.00;0.63;0.84 +6007;12;4323.20;9.50;766.40;-1.00;0.84 +6007;13;4346.40;9.50;773.60;1.68;0.84 +6007;14;4339.20;9.50;776.80;2.15;0.84 +6007;15;4315.20;9.50;780.00;4.26;0.84 +6007;16;4327.20;9.50;786.40;3.46;0.84 +6007;17;4339.20;9.50;791.20;2.78;0.84 6007;21;4324.44;9.50;772.00;1.57;0.84 +6008;0;3077.00;11.00;682.00;0.00;0.82 +6008;1;3077.00;10.87;659.00;0.00;0.82 +6008;2;3072.50;10.90;669.00;-0.33;0.82 +6008;3;3082.00;11.00;677.50;0.83;0.82 +6008;4;3067.00;11.00;683.50;4.56;0.82 +6008;5;3075.00;11.15;694.50;3.30;0.82 +6008;6;3087.00;11.00;695.00;2.48;0.82 +6008;7;3086.00;11.00;697.00;2.60;0.82 +6008;9;3069.62;11.00;682.00;1.57;0.82 +6008;10;3084.38;11.00;682.00;-1.57;0.82 6008;21;3069.62;11.00;682.00;1.57;0.82 +6009;0;3207.00;9.70;1750.00;0.00;0.24 +6009;1;3208.50;9.70;1746.00;0.35;0.24 +6009;2;3206.00;9.60;1747.50;-0.38;0.24 +6009;3;3209.50;9.70;1750.00;1.57;0.24 +6009;4;3205.00;9.70;1750.00;4.71;0.24 +6009;5;3206.50;9.75;1754.00;3.26;0.24 +6009;9;3204.84;9.70;1750.00;1.57;0.24 +6009;10;3209.16;9.70;1750.00;-1.57;0.24 +6009;19;3209.00;9.50;1742.00;0.36;0.24 +6009;20;3209.42;9.50;1740.30;0.24;0.24 6009;21;3204.84;9.70;1750.00;1.57;0.24 +6010;0;3034.00;11.80;1788.00;0.00;0.30 +6010;1;3030.50;12.00;1785.50;-0.95;0.30 +6010;2;3033.50;11.80;1785.50;-0.19;0.30 +6010;3;3036.50;11.75;1786.00;0.89;0.30 +6010;4;3031.50;11.90;1789.00;4.33;0.30 +6010;5;3037.50;11.70;1787.00;1.29;0.30 +6010;6;3036.50;11.60;1789.50;2.11;0.30 +6010;7;3035.00;11.97;1792.00;2.89;0.30 +6010;9;3031.12;11.80;1788.00;1.57;0.30 +6010;10;3036.88;11.71;1788.00;-1.57;0.30 6010;21;3031.12;11.80;1788.00;1.57;0.30 +6011;0;3274.00;9.50;1178.00;0.00;0.78 +6011;1;3266.00;9.50;1167.50;-0.65;0.78 +6011;2;3270.00;9.50;1168.00;-0.38;0.78 +6011;3;3263.00;9.50;1169.50;-0.91;0.78 +6011;4;3266.50;9.50;1173.50;-1.03;0.78 +6011;5;3275.00;9.50;1171.00;0.14;0.78 +6011;6;3280.50;9.50;1173.00;0.91;0.78 +6011;7;3282.00;9.50;1174.00;1.10;0.78 +6011;8;3283.50;9.50;1179.50;1.72;0.78 +6011;9;3266.26;9.50;1178.00;1.57;0.78 +6011;10;3281.74;9.50;1178.00;-1.57;0.78 +6011;11;3261.20;9.50;1161.20;-0.65;0.78 +6011;12;3267.60;9.50;1162.00;-0.38;0.78 +6011;13;3256.40;9.50;1164.40;-0.91;0.78 +6011;14;3262.00;9.50;1170.80;-1.03;0.78 +6011;15;3275.60;9.50;1166.80;0.14;0.78 +6011;16;3284.40;9.50;1170.00;0.91;0.78 +6011;17;3286.80;9.50;1171.60;1.10;0.78 +6011;18;3289.20;9.50;1180.40;1.72;0.78 6011;21;3266.26;9.50;1178.00;1.57;0.78 +6012;0;3272.00;9.97;1952.00;0.00;0.52 +6012;1;3267.50;10.00;1949.00;-0.98;0.52 +6012;2;3271.00;10.15;1947.00;-0.19;0.52 +6012;3;3275.00;10.05;1952.00;1.57;0.52 +6012;4;3272.00;9.90;1955.00;3.14;0.52 +6012;5;3279.00;9.80;1956.00;2.09;0.52 +6012;6;3278.00;9.85;1957.50;2.31;0.52 +6012;9;3267.32;9.90;1952.00;1.57;0.52 +6012;10;3276.68;10.05;1952.00;-1.57;0.52 6012;21;3267.32;9.90;1952.00;1.57;0.52 +6013;0;3152.00;9.80;1794.00;0.00;0.30 +6013;1;3151.50;9.80;1788.50;-0.09;0.30 +6013;2;3150.00;9.80;1792.50;-0.92;0.30 +6013;3;3154.00;9.82;1790.00;0.46;0.30 +6013;4;3155.00;9.80;1794.50;1.73;0.30 +6013;5;3150.00;9.80;1797.50;3.66;0.30 +6013;6;3153.50;9.80;1798.50;2.82;0.30 +6013;9;3149.30;9.80;1794.00;1.57;0.30 +6013;10;3154.70;9.80;1794.00;-1.57;0.30 6013;21;3149.30;9.80;1794.00;1.57;0.30 +6014;0;1416.00;9.50;1274.00;0.00;0.90 +6014;1;1415.00;9.50;1264.00;-0.10;0.90 +6014;2;1428.50;9.50;1270.50;1.29;0.90 +6014;3;1403.00;9.50;1268.50;-1.17;0.90 +6014;4;1403.00;9.50;1277.00;4.48;0.90 +6014;5;1428.00;9.50;1281.00;2.09;0.90 +6014;6;1414.00;9.50;1284.50;3.33;0.90 +6014;9;1405.92;9.50;1274.00;1.57;0.90 +6014;10;1426.08;9.50;1274.00;-1.57;0.90 +6014;11;1414.40;9.50;1258.00;-0.10;0.90 +6014;12;1436.00;9.50;1268.40;1.29;0.90 +6014;13;1395.20;9.50;1265.20;-1.17;0.90 +6014;14;1395.20;9.50;1278.80;4.48;0.90 +6014;15;1435.20;9.50;1285.20;2.09;0.90 +6014;16;1412.80;9.50;1290.80;3.33;0.90 6014;21;1405.92;9.50;1274.00;1.57;0.90 +6015;0;3216.00;10.20;2002.00;0.00;0.46 +6015;1;3216.50;10.30;1998.00;0.12;0.46 +6015;2;3212.50;10.25;1999.00;-0.86;0.46 +6015;3;3220.50;9.55;2000.00;1.15;0.46 +6015;4;3216.00;10.25;2004.00;3.14;0.46 +6015;5;3222.00;9.50;2001.50;1.48;0.46 +6015;9;3211.14;9.73;2002.00;1.57;0.46 +6015;10;3220.86;9.50;2002.00;-1.57;0.46 +6015;19;3220.00;9.57;2015.00;-3.14;0.46 +6015;20;3220.51;9.57;2016.67;2.84;0.46 6015;21;3211.14;9.73;2002.00;1.57;0.46 +6016;0;3542.00;10.50;1835.00;0.00;0.88 +6016;1;3548.50;10.40;1827.50;0.71;0.88 +6016;2;3537.00;10.45;1827.50;-0.58;0.88 +6016;3;3546.50;10.40;1840.00;2.40;0.88 +6016;4;3531.50;9.90;1840.00;4.26;0.88 +6016;9;3533.18;10.45;1835.00;1.57;0.88 +6016;10;3550.82;10.40;1835.00;-1.57;0.88 6016;21;3533.18;10.45;1835.00;1.57;0.88 -6017;21;3375.76;9.50;1768.00;1.57;0.24 +6017;0;3379.00;10.12;1768.00;0.00;0.28 +6017;1;3382.00;10.30;1767.00;1.24;0.28 +6017;2;3378.00;9.90;1766.00;-0.46;0.28 +6017;3;3375.50;9.50;1768.50;4.57;0.28 +6017;4;3381.50;10.30;1770.50;2.35;0.28 +6017;5;3377.00;9.95;1770.50;3.81;0.28 +6017;9;3375.40;9.50;1768.00;1.57;0.28 +6017;10;3382.60;10.35;1768.00;-1.57;0.28 +6017;21;3376.00;9.55;1768.00;0.00;0.28 +6017;22;3382.00;10.30;1767.00;1.24;0.28 +6017;23;3378.00;9.90;1766.00;-0.46;0.28 +6017;24;3375.50;9.50;1768.50;4.57;0.28 +6017;25;3381.50;10.30;1770.50;2.35;0.28 +6017;26;3377.00;9.95;1770.50;3.81;0.28 +6017;38;3382.60;10.35;1768.00;-1.57;0.28 +6018;0;1085.00;9.50;457.00;0.00;1.08 +6018;1;1087.50;9.50;446.50;0.23;1.08 +6018;2;1072.50;9.50;458.50;4.59;1.08 +6018;3;1102.50;9.50;449.00;1.14;1.08 +6018;4;1096.50;9.50;459.00;1.74;1.08 +6018;5;1082.00;9.50;470.00;3.36;1.08 +6018;9;1073.66;9.50;457.00;1.57;1.08 +6018;10;1096.34;9.50;457.00;-1.57;1.08 +6018;11;1089.00;9.50;440.20;0.23;1.08 +6018;12;1065.00;9.50;459.40;4.59;1.08 +6018;13;1113.00;9.50;444.20;1.14;1.08 +6018;14;1103.40;9.50;460.20;1.74;1.08 +6018;15;1080.20;9.50;477.80;3.36;1.08 6018;21;1073.66;9.50;457.00;1.57;1.08 +6019;0;5558.00;9.50;977.00;0.00;0.88 +6019;1;5549.00;9.50;969.50;-0.87;0.88 +6019;2;5566.00;9.50;968.50;0.75;0.88 +6019;3;5571.00;9.50;979.00;1.72;0.88 +6019;4;5543.50;9.50;979.00;4.57;0.88 +6019;5;5559.00;9.50;987.50;3.04;0.88 +6019;9;5545.40;9.50;977.00;1.57;0.88 +6019;10;5570.60;9.50;977.00;-1.57;0.88 +6019;11;5543.60;9.50;965.00;-0.87;0.88 +6019;12;5570.80;9.50;963.40;0.75;0.88 +6019;13;5578.80;9.50;980.20;1.72;0.88 +6019;14;5534.80;9.50;980.20;4.57;0.88 +6019;15;5559.60;9.50;993.80;3.04;0.88 6019;21;5545.40;9.50;977.00;1.57;0.88 +6020;0;3412.00;10.50;630.00;0.00;0.70 +6020;1;3416.00;10.30;622.00;0.46;0.70 +6020;2;3408.00;10.87;623.00;-0.51;0.70 +6020;3;3420.00;10.10;629.50;1.50;0.70 +6020;4;3403.50;11.40;630.50;4.65;0.70 +6020;5;3415.50;10.35;637.00;2.67;0.70 +6020;6;3406.00;11.15;636.50;3.88;0.70 +6020;9;3405.70;11.08;630.00;1.57;0.70 +6020;10;3418.30;10.16;630.00;-1.57;0.70 6020;21;3405.70;11.08;630.00;1.57;0.70 +6021;0;3336.00;10.40;1835.00;0.00;0.30 +6021;1;3338.50;10.15;1831.00;0.55;0.30 +6021;2;3335.00;10.40;1832.50;-0.38;0.30 +6021;3;3340.00;9.85;1832.50;1.01;0.30 +6021;4;3331.50;10.40;1835.00;4.71;0.30 +6021;5;3340.50;9.80;1836.00;1.78;0.30 +6021;6;3333.50;10.40;1837.50;3.92;0.30 +6021;7;3338.50;10.15;1838.00;2.44;0.30 +6021;9;3332.40;10.40;1835.00;1.57;0.30 +6021;10;3339.60;9.89;1835.00;-1.57;0.30 6021;21;3332.40;10.40;1835.00;1.57;0.30 +6022;0;3366.00;10.50;1674.00;0.00;0.24 +6022;1;3366.50;10.40;1671.50;0.19;0.24 +6022;2;3364.00;10.50;1672.50;-0.92;0.24 +6022;3;3368.00;10.40;1672.50;0.92;0.24 +6022;4;3368.00;10.50;1675.00;2.03;0.24 +6022;5;3363.50;10.60;1675.50;4.17;0.24 +6022;6;3366.50;10.55;1677.00;2.97;0.24 +6022;9;3363.84;10.50;1674.00;1.57;0.24 +6022;10;3368.16;10.45;1674.00;-1.57;0.24 6022;21;3363.84;10.50;1674.00;1.57;0.24 +6023;0;3044.00;11.10;1776.00;0.00;0.26 +6023;1;3043.00;11.10;1772.50;-0.27;0.26 +6023;2;3046.00;10.90;1774.50;0.92;0.26 +6023;3;3041.50;11.30;1776.50;4.51;0.26 +6023;4;3045.00;11.20;1778.50;2.76;0.26 +6023;5;3041.50;11.50;1780.00;3.70;0.26 +6023;9;3041.66;11.30;1776.00;1.57;0.26 +6023;10;3046.34;11.00;1776.00;-1.57;0.26 6023;21;3041.66;11.30;1776.00;1.57;0.26 +6024;0;3121.00;11.35;1871.00;0.00;0.32 +6024;1;3120.50;11.10;1868.00;-0.16;0.32 +6024;2;3124.00;11.17;1870.00;1.24;0.32 +6024;3;3117.00;11.20;1870.00;-1.32;0.32 +6024;4;3118.00;11.17;1873.00;4.12;0.32 +6024;5;3123.00;11.07;1874.00;2.55;0.32 +6024;6;3119.00;11.05;1875.50;3.56;0.32 +6024;9;3117.58;11.20;1871.00;1.57;0.32 +6024;10;3124.42;11.20;1871.00;-1.57;0.32 6024;21;3117.58;11.20;1871.00;1.57;0.32 +6025;0;3670.00;10.00;1709.00;0.00;0.30 +6025;1;3672.50;10.05;1706.00;0.69;0.30 +6025;2;3667.50;10.00;1706.50;-0.78;0.30 +6025;3;3665.50;9.90;1710.00;4.49;0.30 +6025;4;3676.00;10.15;1708.00;1.40;0.30 +6025;5;3675.50;10.20;1710.50;1.83;0.30 +6025;6;3668.50;9.90;1712.00;3.60;0.30 +6025;7;3673.50;10.20;1711.50;2.19;0.30 +6025;9;3666.04;9.90;1709.00;1.57;0.30 +6025;10;3673.96;10.14;1709.00;-1.57;0.30 6025;21;3666.04;9.90;1709.00;1.57;0.30 +6026;0;2869.00;9.50;1807.00;0.00;0.82 +6026;1;2866.50;9.50;1789.00;-0.13;0.82 +6026;2;2861.50;9.50;1805.00;-1.31;0.82 +6026;3;2874.00;9.50;1790.00;0.28;0.82 +6026;4;2876.50;9.50;1807.00;1.57;0.82 +6026;5;2863.50;9.50;1821.50;3.50;0.82 +6026;6;2871.50;9.50;1823.00;2.98;0.82 +6026;9;2861.62;9.50;1807.00;1.57;0.82 +6026;10;2876.38;9.50;1807.00;-1.57;0.82 +6026;11;2865.00;9.50;1778.20;-0.13;0.82 +6026;12;2857.00;9.50;1803.80;-1.31;0.82 +6026;13;2877.00;9.50;1779.80;0.28;0.82 +6026;14;2881.00;9.50;1807.00;1.57;0.82 +6026;15;2860.20;9.50;1830.20;3.50;0.82 +6026;16;2873.00;9.50;1832.60;2.98;0.82 6026;21;2861.62;9.50;1807.00;1.57;0.82 +6027;0;3230.00;11.50;693.00;0.00;0.74 +6027;1;3236.00;11.45;681.50;0.48;0.74 +6027;2;3229.00;11.50;685.00;-0.12;0.74 +6027;3;3237.50;11.50;691.50;1.37;0.74 +6027;4;3221.50;11.25;693.00;4.71;0.74 +6027;5;3224.00;11.30;701.00;3.78;0.74 +6027;6;3232.50;11.30;702.00;2.87;0.74 +6027;9;3223.34;11.44;693.00;1.57;0.74 +6027;10;3236.66;11.50;693.00;-1.57;0.74 6027;21;3223.34;11.44;693.00;1.57;0.74 +6028;0;3007.00;10.17;1719.00;0.00;0.16 +6028;1;1503.00;9.50;859.00;-1.05;0.16 +6028;2;3005.50;10.10;1717.00;-0.64;0.16 +6028;3;3005.00;10.42;1720.00;4.24;0.16 +6028;4;3008.00;10.30;1721.50;2.76;0.16 +6028;5;3006.00;10.50;1723.00;3.38;0.16 +6028;9;3005.56;10.39;1719.00;1.57;0.16 +6028;10;3008.44;9.81;1719.00;-1.57;0.16 6028;21;3005.56;10.39;1719.00;1.57;0.16 +6029;0;3339.00;9.75;1882.00;0.00;0.32 +6029;1;3341.00;9.70;1882.50;1.81;0.32 +6029;2;3339.50;9.75;1879.00;0.16;0.32 +6029;3;3334.00;9.75;1883.50;4.42;0.32 +6029;9;3334.86;9.79;1882.00;1.57;0.32 +6029;10;3343.14;9.70;1882.00;-1.57;0.32 +6029;19;3351.00;9.50;1877.00;-4.47;0.32 +6029;20;3352.61;9.50;1876.32;1.17;0.32 6029;21;3334.86;9.79;1882.00;1.57;0.32 +6030;0;5098.00;9.50;362.00;0.00;1.00 +6030;1;5099.50;9.50;351.00;0.13;1.00 +6030;2;5108.00;9.50;350.00;0.69;1.00 +6030;3;5116.00;9.50;351.00;1.02;1.00 +6030;4;5095.00;9.50;356.00;-0.46;1.00 +6030;5;5106.50;9.50;363.00;1.68;1.00 +6030;6;5085.00;9.50;363.00;4.63;1.00 +6030;7;5082.00;9.50;368.00;4.35;1.00 +6030;8;5089.50;9.50;372.50;3.82;1.00 +6030;9;5085.58;9.50;362.00;1.57;1.00 +6030;10;5110.42;9.50;362.00;-1.57;1.00 +6030;11;5100.40;10.09;344.40;0.13;1.00 +6030;12;5114.00;9.50;342.80;0.69;1.00 +6030;13;5126.80;9.50;344.40;1.02;1.00 +6030;14;5093.20;9.50;352.40;-0.46;1.00 +6030;15;5111.60;9.50;363.60;1.68;1.00 +6030;16;5077.20;9.50;363.60;4.63;1.00 +6030;17;5072.40;9.50;371.60;4.35;1.00 +6030;18;5084.40;9.50;378.80;3.82;1.00 6030;21;5085.58;9.50;362.00;1.57;1.00 +6031;0;5561.00;9.50;1085.00;0.00;0.68 +6031;1;5545.00;9.50;1080.00;-1.26;0.68 +6031;2;5562.00;9.50;1077.50;0.13;0.68 +6031;3;5577.50;9.50;1086.00;1.63;0.68 +6031;4;5541.50;9.50;1083.00;-1.46;0.68 +6031;5;5545.00;9.50;1088.00;4.52;0.68 +6031;6;5564.50;9.50;1093.50;2.75;0.68 +6031;9;5547.32;9.50;1085.00;1.57;0.68 +6031;10;5574.68;9.50;1085.00;-1.57;0.68 +6031;11;5535.40;9.50;1077.00;-1.26;0.68 +6031;12;5562.60;9.50;1073.00;0.13;0.68 +6031;13;5587.40;9.50;1086.60;1.63;0.68 +6031;14;5529.80;9.50;1081.80;-1.46;0.68 +6031;15;5535.40;9.50;1089.80;4.52;0.68 +6031;16;5566.60;9.50;1098.60;2.75;0.68 6031;21;5547.32;9.50;1085.00;1.57;0.68 +6032;0;5448.00;9.50;1500.00;0.00;1.18 +6032;1;5448.50;9.50;1491.00;0.05;1.18 +6032;2;5434.00;9.50;1495.00;-1.22;1.18 +6032;3;5462.50;9.50;1500.50;1.60;1.18 +6032;4;5447.00;9.50;1509.00;3.25;1.18 +6032;5;5462.50;9.50;1509.50;2.15;1.18 +6032;9;5436.30;9.50;1500.00;1.57;1.18 +6032;10;5459.70;9.50;1500.00;-1.57;1.18 +6032;11;5448.80;9.50;1485.60;0.05;1.18 +6032;12;5425.60;9.50;1492.00;-1.22;1.18 +6032;13;5471.20;9.50;1500.80;1.60;1.18 +6032;14;5446.40;9.50;1514.40;3.25;1.18 +6032;15;5471.20;9.50;1515.20;2.15;1.18 6032;21;5436.30;9.50;1500.00;1.57;1.18 +6033;0;3249.00;9.80;1792.00;0.00;0.26 +6033;1;3249.00;9.85;1789.00;0.00;0.26 +6033;2;1624.00;12.10;895.50;-1.06;0.26 +6033;3;1624.00;12.10;895.50;-1.06;0.26 +6033;4;1624.00;12.10;895.50;-1.06;0.26 +6033;5;3251.50;9.70;1793.50;2.11;0.26 +6033;6;3250.00;9.50;1794.00;2.67;0.26 +6033;7;3245.00;9.80;1794.50;4.15;0.26 +6033;9;3246.12;9.50;1792.00;1.57;0.26 +6033;10;3251.88;10.08;1792.00;-1.57;0.26 6033;21;3246.12;9.50;1792.00;1.57;0.26 +6034;0;3406.00;10.40;1760.00;0.00;0.32 +6034;1;3407.50;10.20;1756.50;0.40;0.32 +6034;2;3408.00;10.50;1759.50;1.32;0.32 +6034;3;3403.50;10.00;1759.50;-1.37;0.32 +6034;4;3402.00;10.40;1762.00;4.24;0.32 +6034;5;3405.00;10.60;1763.00;3.46;0.32 +6034;9;3403.12;10.06;1760.00;1.57;0.32 +6034;10;3408.88;10.50;1760.00;-1.57;0.32 6034;21;3403.12;10.06;1760.00;1.57;0.32 +6035;0;3309.00;10.30;1708.00;0.00;0.30 +6035;1;3309.00;10.30;1705.00;0.00;0.30 +6035;2;3311.00;10.30;1705.50;0.67;0.30 +6035;3;3307.00;10.30;1708.00;4.71;0.30 +6035;4;3312.00;10.30;1709.00;1.89;0.30 +6035;5;3305.00;10.27;1711.00;4.06;0.30 +6035;6;3308.50;10.30;1711.00;3.30;0.30 +6035;9;3306.30;10.28;1708.00;1.57;0.30 +6035;10;3311.70;10.30;1708.00;-1.57;0.30 6035;21;3306.30;10.28;1708.00;1.57;0.30 +6036;0;5154.00;9.50;1327.00;0.00;1.38 +6036;1;5145.00;9.50;1307.00;-0.42;1.38 +6036;2;5141.00;9.50;1314.50;-0.80;1.38 +6036;3;5160.50;9.50;1321.50;0.86;1.38 +6036;4;5146.00;9.50;1332.50;4.11;1.38 +6036;5;5164.00;9.50;1341.00;2.52;1.38 +6036;9;5141.58;9.50;1327.00;1.57;1.38 +6036;10;5166.42;9.50;1327.00;-1.57;1.38 +6036;11;5139.60;9.50;1295.00;-0.42;1.38 +6036;12;5133.20;9.50;1307.00;-0.80;1.38 +6036;13;5164.40;9.50;1318.20;0.86;1.38 +6036;14;5141.20;9.50;1335.80;4.11;1.38 +6036;15;5170.00;9.50;1349.40;2.52;1.38 6036;21;5141.58;9.50;1327.00;1.57;1.38 +6037;0;4155.00;9.50;875.00;0.00;0.92 +6037;1;4151.50;9.50;863.50;-0.29;0.92 +6037;2;4163.50;9.50;865.00;0.70;0.92 +6037;3;4145.50;9.50;874.50;-1.51;0.92 +6037;4;4161.00;9.50;882.50;2.46;0.92 +6037;5;4152.00;9.50;888.50;3.36;0.92 +6037;6;4157.00;9.50;895.00;3.04;0.92 +6037;9;4146.72;9.50;875.00;1.57;0.92 +6037;10;4163.28;9.50;875.00;-1.57;0.92 +6037;11;4149.40;9.50;856.60;-0.29;0.92 +6037;12;4168.60;9.50;859.00;0.70;0.92 +6037;13;4139.80;9.50;874.20;-1.51;0.92 +6037;14;4164.60;9.50;887.00;2.46;0.92 +6037;15;4150.20;9.50;896.60;3.36;0.92 +6037;16;4158.20;9.50;907.00;3.04;0.92 6037;21;4146.72;9.50;875.00;1.57;0.92 +6038;0;2983.00;11.37;1818.00;0.00;0.32 +6038;1;2980.00;11.35;1815.50;-0.87;0.32 +6038;2;2984.50;11.70;1815.50;0.54;0.32 +6038;3;2988.50;12.30;1816.50;1.30;0.32 +6038;4;2978.00;10.40;1817.00;-1.37;0.32 +6038;5;2980.00;10.25;1820.50;4.01;0.32 +6038;6;2987.00;11.82;1819.00;1.81;0.32 +6038;7;2983.50;11.00;1821.00;2.97;0.32 +6038;9;2979.04;10.53;1818.00;1.57;0.32 +6038;10;2986.96;11.94;1818.00;-1.57;0.32 +6038;19;2979.00;9.65;1824.00;-2.27;0.32 +6038;20;2978.02;9.65;1825.45;3.73;0.32 6038;21;2986.96;11.94;1818.00;-1.57;0.32 +6039;0;2959.00;10.65;729.00;0.00;0.88 +6039;1;2953.00;12.20;722.50;-0.74;0.88 +6039;2;2963.00;10.65;720.00;0.41;0.88 +6039;3;2969.00;11.25;723.00;1.03;0.88 +6039;4;2966.00;11.70;730.50;1.78;0.88 +6039;5;2953.00;11.65;733.50;4.06;0.88 +6039;6;2961.00;12.95;739.00;2.94;0.88 +6039;9;2951.08;10.73;729.00;1.57;0.88 +6039;10;2966.92;11.24;729.00;-1.57;0.88 6039;21;2956.95;9.80;713.47;-1.57;0.88 +6040;0;3782.00;9.80;1934.00;0.00;1.10 +6040;1;3772.00;9.90;1929.50;-1.14;1.10 +6040;2;3790.50;10.00;1923.00;0.65;1.10 +6040;3;3801.00;10.00;1931.00;1.41;1.10 +6040;4;3784.50;9.80;1943.00;2.87;1.10 +6040;5;3764.00;9.90;1943.50;4.22;1.10 +6040;9;3766.16;9.88;1934.00;1.57;1.10 +6040;10;3797.84;9.90;1934.00;-1.57;1.10 +6040;19;3741.00;9.50;1946.00;-2.06;1.10 +6040;20;3739.32;9.50;1946.49;4.42;1.10 6040;21;3766.16;9.88;1934.00;1.57;1.10 +6041;0;2992.00;10.00;1851.00;0.00;0.32 +6041;1;2991.00;10.15;1847.50;-0.27;0.32 +6041;2;2996.00;10.32;1850.00;1.32;0.32 +6041;3;2986.00;9.50;1851.50;4.62;0.32 +6041;4;2995.00;10.75;1853.50;2.26;0.32 +6041;5;2991.00;10.00;1854.50;3.42;0.32 +6041;9;2986.24;9.50;1851.00;1.57;0.32 +6041;10;2997.76;10.35;1851.00;-1.57;0.32 +6041;19;2985.00;9.50;1849.00;-1.65;0.32 +6041;20;2983.31;9.50;1848.51;-1.29;0.32 6041;21;2986.24;9.50;1851.00;1.57;0.32 +6042;0;2984.00;11.42;1767.00;0.00;0.28 +6042;1;2983.50;11.45;1764.00;-0.16;0.28 +6042;2;2986.50;11.20;1763.50;0.62;0.28 +6042;3;2985.50;11.40;1768.00;2.15;0.28 +6042;4;2981.50;12.45;1768.00;4.33;0.28 +6042;5;2981.50;12.45;1770.00;3.83;0.28 +6042;9;2981.48;12.35;1767.00;1.57;0.28 +6042;10;2986.52;11.45;1767.00;-1.57;0.28 6042;21;2981.48;12.35;1767.00;1.57;0.28 +6043;0;3899.00;9.50;386.00;0.00;0.90 +6043;1;3903.50;9.50;369.00;0.25;0.90 +6043;2;3909.00;9.50;379.50;0.99;0.90 +6043;3;3894.50;9.50;375.00;-0.38;0.90 +6043;4;3889.00;9.50;391.00;4.24;0.90 +6043;5;3906.50;9.50;395.50;2.47;0.90 +6043;6;3896.50;9.50;402.00;3.29;0.90 +6043;7;3887.50;9.50;404.00;3.71;0.90 +6043;9;3890.90;9.50;386.00;1.57;0.90 +6043;10;3907.10;9.50;386.00;-1.57;0.90 +6043;11;3906.20;9.50;358.80;0.25;0.90 +6043;12;3915.00;9.50;375.60;0.99;0.90 +6043;13;3891.80;9.50;368.40;-0.38;0.90 +6043;14;3883.00;9.50;394.00;4.24;0.90 +6043;15;3911.00;9.50;401.20;2.47;0.90 +6043;16;3895.00;9.50;411.60;3.29;0.90 +6043;17;3880.60;9.50;414.80;3.71;0.90 6043;21;3890.90;9.50;386.00;1.57;0.90 +6044;0;2711.00;9.50;136.00;0.00;1.20 +6044;1;2707.00;9.50;126.00;-0.38;1.20 +6044;2;2719.50;9.50;121.50;0.53;1.20 +6044;3;2722.50;9.50;135.50;1.52;1.20 +6044;4;2700.00;9.50;134.50;-1.43;1.20 +6044;5;2697.00;9.50;143.50;4.22;1.20 +6044;6;2707.50;9.50;150.00;3.38;1.20 +6044;7;2696.50;9.50;151.00;3.91;1.20 +6044;9;2700.20;9.50;136.00;1.57;1.20 +6044;10;2721.80;9.50;136.00;-1.57;1.20 +6044;11;2704.60;9.50;120.00;-0.38;1.20 +6044;12;2724.60;9.50;112.80;0.53;1.20 +6044;13;2729.40;9.50;135.20;1.52;1.20 +6044;14;2693.40;9.50;133.60;-1.43;1.20 +6044;15;2688.60;9.50;148.00;4.22;1.20 +6044;16;2705.40;9.50;158.40;3.38;1.20 +6044;17;2687.80;9.50;160.00;3.91;1.20 6044;21;2700.20;9.50;136.00;1.57;1.20 +6045;0;3264.00;10.77;1876.00;0.00;0.42 +6045;1;3264.00;10.80;1871.50;0.00;0.42 +6045;2;3259.00;10.70;1874.00;-1.19;0.42 +6045;3;3268.00;10.75;1874.00;1.10;0.42 +6045;4;3268.00;10.50;1878.00;2.03;0.42 +6045;5;3260.00;10.80;1877.50;4.35;0.42 +6045;6;3264.50;10.65;1880.00;3.01;0.42 +6045;9;3260.04;10.80;1876.00;1.57;0.42 +6045;10;3267.96;10.72;1876.00;-1.57;0.42 6045;21;3260.04;10.80;1876.00;1.57;0.42 +6046;0;2716.00;10.77;1679.00;0.00;0.24 +6046;1;2716.00;11.02;1677.00;0.00;0.24 +6046;2;2713.50;10.70;1677.00;-0.89;0.24 +6046;3;2718.00;10.97;1679.00;1.57;0.24 +6046;4;2713.50;11.00;1680.00;4.33;0.24 +6046;5;2719.00;11.17;1681.00;2.15;0.24 +6046;6;2716.50;11.20;1681.50;2.94;0.24 +6046;9;2713.84;10.89;1679.00;1.57;0.24 +6046;10;2718.16;10.98;1679.00;-1.57;0.24 +6046;19;2721.00;11.13;1684.00;-4.12;0.24 +6046;20;2722.23;11.13;1685.23;2.35;0.24 6046;21;2713.84;10.89;1679.00;1.57;0.24 +6047;0;3184.00;9.50;1779.00;0.00;0.30 +6047;1;3183.50;9.50;1775.00;-0.12;0.30 +6047;2;3186.50;9.90;1775.50;0.62;0.30 +6047;3;1591.50;14.30;889.00;-1.06;0.30 +6047;4;1591.50;14.30;889.00;-1.06;0.30 +6047;5;3180.50;9.50;1780.50;4.30;0.30 +6047;6;3184.50;9.75;1782.00;2.97;0.30 +6047;7;3181.00;9.52;1782.00;3.92;0.30 +6047;9;3181.30;9.50;1779.00;1.57;0.30 +6047;10;3186.70;9.58;1779.00;-1.57;0.30 6047;21;3181.30;9.50;1779.00;1.57;0.30 +6048;0;2771.00;9.50;562.00;0.00;0.82 +6048;1;2772.00;9.50;549.00;0.07;0.82 +6048;2;2762.50;9.50;558.00;-1.13;0.82 +6048;3;2780.00;9.50;560.50;1.40;0.82 +6048;4;2764.00;9.50;570.50;3.83;0.82 +6048;5;2774.00;9.50;573.00;2.87;0.82 +6048;9;2763.62;9.50;562.00;1.57;0.82 +6048;10;2778.38;9.50;562.00;-1.57;0.82 +6048;11;2772.60;9.50;541.20;0.07;0.82 +6048;12;2757.40;9.50;555.60;-1.13;0.82 +6048;13;2785.40;9.50;559.60;1.40;0.82 +6048;14;2759.80;9.50;575.60;3.83;0.82 +6048;15;2775.80;9.50;579.60;2.87;0.82 6048;21;2763.62;9.50;562.00;1.57;0.82 +6049;0;2628.00;9.50;1998.00;0.00;1.28 +6049;1;2637.00;9.50;1983.00;0.54;1.28 +6049;2;2644.00;9.50;1993.50;1.29;1.28 +6049;3;2618.00;9.50;1993.00;-1.10;1.28 +6049;4;2606.50;9.50;2004.50;4.41;1.28 +6049;5;2640.00;9.50;2008.50;2.29;1.28 +6049;6;2622.00;9.50;2010.00;3.60;1.28 +6049;9;2612.52;9.50;1998.00;1.57;1.28 +6049;10;2643.48;9.50;1998.00;-1.57;1.28 +6049;11;2642.40;9.50;1974.00;0.54;1.28 +6049;12;2653.60;9.50;1990.80;1.29;1.28 +6049;13;2612.00;9.50;1990.00;-1.10;1.28 +6049;14;2593.60;9.50;2008.40;4.41;1.28 +6049;15;2647.20;9.50;2014.80;2.29;1.28 +6049;16;2618.40;9.50;2017.20;3.60;1.28 6049;21;2612.52;9.50;1998.00;1.57;1.28 +6050;0;3086.00;9.65;1723.00;0.00;0.24 +6050;1;3085.50;9.50;1720.50;-0.19;0.24 +6050;2;3083.50;9.50;1722.00;-1.19;0.24 +6050;3;3088.00;9.52;1722.00;1.10;0.24 +6050;4;3088.50;9.70;1724.50;2.11;0.24 +6050;5;3083.00;9.55;1724.00;4.39;0.24 +6050;6;3085.50;9.60;1724.50;3.46;0.24 +6050;9;3083.48;9.54;1723.00;1.57;0.24 +6050;10;3088.52;9.50;1723.00;-1.57;0.24 +6050;19;3090.34;9.50;1720.24;-1.11;0.24 +6050;20;3093.88;9.50;1716.91;0.41;0.24 6050;21;3085.48;9.90;1723.85;-1.57;0.24 +6051;0;3415.00;10.40;1796.00;0.00;0.44 +6051;1;3418.00;10.45;1793.00;0.78;0.44 +6051;2;3411.50;10.50;1793.00;-0.86;0.44 +6051;3;3410.00;10.05;1796.50;4.61;0.44 +6051;4;3420.00;9.82;1798.00;1.95;0.44 +6051;5;3414.00;9.80;1800.50;3.36;0.44 +6051;6;3417.50;9.80;1800.50;2.63;0.44 +6051;9;3410.68;10.17;1796.00;1.57;0.44 +6051;10;3419.32;9.95;1796.00;-1.57;0.44 6051;21;3410.68;10.17;1796.00;1.57;0.44 -6052;21;3290.66;9.91;1774.00;1.57;0.26 +6052;0;3293.00;10.02;1774.00;0.00;0.28 +6052;1;3292.50;9.55;1772.00;-0.24;0.28 +6052;2;3295.50;10.10;1773.50;1.37;0.28 +6052;3;3290.00;10.00;1775.00;4.39;0.28 +6052;4;3292.50;10.30;1777.00;3.30;0.28 +6052;5;3295.50;10.30;1777.00;2.44;0.28 +6052;9;3290.48;9.89;1774.00;1.57;0.28 +6052;10;3295.52;10.15;1774.00;-1.57;0.28 +6052;21;3290.00;9.85;1774.00;0.00;0.28 +6052;22;3292.50;9.55;1772.00;-0.24;0.28 +6052;23;3295.50;10.10;1773.50;1.37;0.28 +6052;24;3290.00;10.00;1775.00;4.39;0.28 +6052;25;3292.50;10.30;1777.00;3.30;0.28 +6052;26;3295.50;10.30;1777.00;2.44;0.28 +6052;38;3295.52;10.15;1774.00;-1.57;0.28 +6053;0;2089.00;9.50;1303.00;0.00;1.22 +6053;1;2087.50;9.50;1288.00;-0.10;1.22 +6053;2;2098.50;9.50;1291.00;0.67;1.22 +6053;3;2078.50;9.50;1298.50;-1.16;1.22 +6053;4;2101.00;9.50;1304.00;1.65;1.22 +6053;5;2074.50;9.50;1313.50;4.08;1.22 +6053;6;2093.00;9.50;1315.00;2.82;1.22 +6053;7;2083.50;9.50;1317.00;3.51;1.22 +6053;9;2076.94;9.50;1303.00;1.57;1.22 +6053;10;2101.06;9.50;1303.00;-1.57;1.22 +6053;11;2086.60;9.50;1279.00;-0.10;1.22 +6053;12;2104.20;9.50;1283.80;0.67;1.22 +6053;13;2072.20;9.50;1295.80;-1.16;1.22 +6053;14;2108.20;9.50;1304.60;1.65;1.22 +6053;15;2065.80;9.50;1319.80;4.08;1.22 +6053;16;2095.40;9.50;1322.20;2.82;1.22 +6053;17;2080.20;9.50;1325.40;3.51;1.22 6053;21;2076.94;9.50;1303.00;1.57;1.22 +6054;0;1818.00;9.50;2034.00;0.00;0.64 +6054;1;1814.50;9.50;2025.50;-0.39;0.64 +6054;2;1804.50;9.50;2027.00;-1.09;0.64 +6054;3;1807.00;9.50;2033.50;-1.52;0.64 +6054;4;1830.50;9.50;2034.00;1.57;0.64 +6054;9;1805.40;9.50;2034.00;1.57;0.64 +6054;10;1830.60;9.50;2034.00;-1.57;0.64 +6054;11;1812.40;9.50;2020.40;-0.39;0.64 +6054;12;1796.40;9.61;2022.80;-1.09;0.64 +6054;13;1800.40;9.50;2033.20;-1.52;0.64 +6054;14;1838.00;9.50;2034.00;1.57;0.64 6054;21;1805.40;9.50;2034.00;1.57;0.64 +6055;0;3094.00;15.12;1940.00;0.00;0.32 +6055;1;3093.50;15.90;1936.00;-0.12;0.32 +6055;2;3097.50;16.00;1936.50;0.78;0.32 +6055;3;3091.00;15.10;1940.00;4.71;0.32 +6055;4;3096.50;15.00;1941.00;1.95;0.32 +6055;5;3091.50;13.70;1944.50;3.64;0.32 +6055;6;3095.00;13.50;1944.50;2.92;0.32 +6055;9;3091.12;15.12;1940.00;1.57;0.32 +6055;10;3096.88;15.59;1940.00;-1.57;0.32 6055;21;3096.88;15.59;1940.00;-1.57;0.32 +6056;0;3394.00;10.40;1694.00;0.00;0.20 +6056;1;3391.00;10.47;1694.00;4.71;0.20 +6056;2;3394.50;10.40;1692.00;0.24;0.20 +6056;3;3396.50;10.40;1694.00;1.57;0.20 +6056;4;1696.50;9.80;846.50;-1.10;0.20 +6056;5;3392.00;10.50;1696.50;3.81;0.20 +6056;6;3393.50;10.40;1697.50;3.28;0.20 +6056;9;3391.84;10.50;1694.00;1.57;0.20 +6056;10;3396.16;10.40;1694.00;-1.57;0.20 6056;21;3391.84;10.50;1694.00;1.57;0.20 +6057;0;3335.00;9.80;1759.00;0.00;0.16 +6057;1;3336.00;9.70;1757.50;0.58;0.16 +6057;2;3333.00;9.85;1758.00;-1.10;0.16 +6057;3;3338.50;9.70;1758.00;1.29;0.16 +6057;4;3338.50;9.70;1759.50;1.71;0.16 +6057;5;3332.00;10.17;1760.00;4.39;0.16 +6057;6;3334.50;9.95;1761.00;3.38;0.16 +6057;9;3332.48;10.05;1759.00;1.57;0.16 +6057;10;3337.52;9.70;1759.00;-1.57;0.16 6057;21;3332.48;10.05;1759.00;1.57;0.16 +6058;0;1389.00;9.50;455.00;0.00;1.28 +6058;1;1383.00;9.50;442.50;-0.44;1.28 +6058;2;1395.50;9.50;439.00;0.38;1.28 +6058;3;1403.00;9.50;454.00;1.49;1.28 +6058;4;1370.00;9.50;454.00;-1.51;1.28 +6058;5;1390.00;9.50;466.00;3.05;1.28 +6058;6;1410.50;9.50;470.50;2.19;1.28 +6058;9;1374.06;9.50;455.00;1.57;1.28 +6058;10;1403.94;9.50;455.00;-1.57;1.28 +6058;11;1379.40;9.50;435.00;-0.44;1.28 +6058;12;1399.40;9.50;429.40;0.38;1.28 +6058;13;1411.40;9.50;453.40;1.49;1.28 +6058;14;1358.60;9.50;453.40;-1.51;1.28 +6058;15;1390.60;9.50;472.60;3.05;1.28 +6058;16;1423.40;9.50;479.80;2.19;1.28 6058;21;1374.06;9.50;455.00;1.57;1.28 +6059;0;147.00;9.50;110.00;0.00;1.32 +6059;1;144.00;9.50;95.50;-0.20;1.32 +6059;2;160.50;9.50;100.00;0.93;1.32 +6059;3;132.00;9.50;116.00;4.33;1.32 +6059;4;153.50;9.50;123.50;2.69;1.32 +6059;5;137.50;9.50;128.00;3.62;1.32 +6059;9;135.12;9.50;110.00;1.57;1.32 +6059;10;158.88;9.50;110.00;-1.57;1.32 +6059;11;142.20;9.50;86.80;-0.20;1.32 +6059;12;168.60;9.50;94.00;0.93;1.32 +6059;13;123.00;9.50;119.60;4.33;1.32 +6059;14;157.40;9.50;131.60;2.69;1.32 +6059;15;131.80;9.50;138.80;3.62;1.32 6059;21;135.12;9.50;110.00;1.57;1.32 +6060;0;304.00;9.50;1308.00;0.00;1.02 +6060;1;301.00;9.50;1295.50;-0.23;1.02 +6060;2;318.00;9.50;1296.00;0.86;1.02 +6060;3;286.00;9.50;1308.50;4.68;1.02 +6060;4;320.00;9.50;1306.50;1.47;1.02 +6060;5;323.00;9.50;1319.00;2.09;1.02 +6060;6;306.00;9.50;1320.00;2.97;1.02 +6060;7;288.50;9.50;1321.00;4.01;1.02 +6060;9;289.78;9.50;1308.00;1.57;1.02 +6060;10;318.22;9.50;1308.00;-1.57;1.02 +6060;11;299.20;9.50;1288.00;-0.23;1.02 +6060;12;326.40;9.50;1288.80;0.86;1.02 +6060;13;275.20;9.50;1308.80;4.68;1.02 +6060;14;329.60;9.50;1305.60;1.47;1.02 +6060;15;334.40;9.50;1325.60;2.09;1.02 +6060;16;307.20;9.50;1327.20;2.97;1.02 +6060;17;279.20;9.50;1328.80;4.01;1.02 6060;21;289.78;9.50;1308.00;1.57;1.02 +6061;0;3231.00;10.20;1981.00;0.00;0.40 +6061;1;3225.50;10.30;1978.50;-1.14;0.40 +6061;2;3232.00;10.20;1977.00;0.24;0.40 +6061;3;3237.50;10.30;1981.50;1.64;0.40 +6061;4;3224.50;10.50;1983.00;4.41;0.40 +6061;5;3231.50;10.30;1984.50;3.00;0.40 +6061;6;3237.50;10.30;1984.50;2.06;0.40 +6061;9;3225.06;10.44;1981.00;1.57;0.40 +6061;10;3236.94;10.30;1981.00;-1.57;0.40 6061;21;3225.06;10.44;1981.00;1.57;0.40 +6062;0;2692.76;9.90;1703.38;0.00;0.42 +6062;1;2687.50;9.80;1697.50;-0.32;0.42 +6062;2;2694.26;9.90;1702.57;0.00;1.00 +6062;9;2684.22;9.50;1699.00;1.57;0.42 +6062;10;2691.78;9.50;1699.00;-1.57;0.42 +6062;19;2686.00;9.50;1702.00;-0.32;0.42 +6062;20;2685.02;9.50;1703.45;3.73;0.42 6062;21;2684.22;9.50;1699.00;1.57;0.42 +6063;0;3076.00;10.02;1817.00;0.00;0.32 +6063;1;3077.50;10.30;1813.00;0.35;0.32 +6063;2;3079.50;10.10;1815.00;1.05;0.32 +6063;3;3074.00;10.00;1816.50;-1.32;0.32 +6063;4;3077.00;10.50;1819.00;2.67;0.32 +6063;5;3073.50;10.40;1820.00;3.83;0.32 +6063;9;3073.12;10.05;1817.00;1.57;0.32 +6063;10;3078.88;10.25;1817.00;-1.57;0.32 6063;21;3073.12;10.05;1817.00;1.57;0.32 +6064;0;213.00;9.50;1844.00;0.00;1.12 +6064;1;225.50;9.50;1831.50;0.78;1.12 +6064;2;238.50;9.50;1831.50;1.11;1.12 +6064;3;205.50;9.50;1837.50;-0.85;1.12 +6064;4;243.50;9.50;1835.00;1.28;1.12 +6064;5;216.00;9.50;1836.00;0.35;1.12 +6064;6;228.00;9.50;1841.00;1.37;1.12 +6064;7;192.50;9.50;1843.50;-1.54;1.12 +6064;8;217.50;9.50;1852.50;2.65;1.12 +6064;9;191.22;9.50;1844.00;1.57;1.12 +6064;10;234.78;9.50;1844.00;-1.57;1.12 +6064;11;233.00;9.50;1824.00;0.78;1.12 +6064;12;253.80;9.50;1824.00;1.11;1.12 +6064;13;201.00;9.50;1833.60;-0.85;1.12 +6064;14;261.80;9.50;1829.60;1.28;1.12 +6064;15;217.80;9.50;1831.20;0.35;1.12 +6064;16;237.00;9.54;1839.20;1.37;1.12 +6064;17;180.20;9.50;1843.20;-1.54;1.12 +6064;18;220.20;9.50;1857.60;2.65;1.12 6064;21;191.22;9.50;1844.00;1.57;1.12 +6065;0;210.00;9.50;957.00;0.00;1.12 +6065;1;219.50;9.50;949.00;0.87;1.12 +6065;2;197.50;9.50;952.50;-1.22;1.12 +6065;3;222.50;9.50;963.00;2.01;1.12 +6065;4;201.50;9.50;967.00;3.84;1.12 +6065;9;194.70;9.50;957.00;1.57;1.12 +6065;10;225.30;9.50;957.00;-1.57;1.12 +6065;11;225.20;9.50;944.20;0.87;1.12 +6065;12;190.00;9.50;949.80;-1.22;1.12 +6065;13;230.00;9.50;966.60;2.01;1.12 +6065;14;196.40;9.50;973.00;3.84;1.12 6065;21;194.70;9.50;957.00;1.57;1.12 +6066;0;3145.00;9.67;1754.00;0.00;0.24 +6066;1;3142.50;9.70;1752.00;-0.89;0.24 +6066;2;3147.00;9.70;1752.00;0.78;0.24 +6066;3;3148.50;9.70;1754.50;1.71;0.24 +6066;4;3142.00;9.70;1756.00;4.12;0.24 +6066;5;3145.00;9.65;1756.50;3.14;0.24 +6066;9;3142.30;9.70;1754.00;1.57;0.24 +6066;10;3147.70;9.65;1754.00;-1.57;0.24 +6066;19;3140.00;9.50;1755.00;-0.90;0.24 +6066;20;3138.28;9.50;1755.34;4.51;0.24 6066;21;3142.30;9.70;1754.00;1.57;0.24 +6067;0;3083.00;11.25;1835.00;0.00;0.30 +6067;1;3083.50;11.30;1832.50;0.19;0.30 +6067;2;3080.00;11.05;1834.50;-1.40;0.30 +6067;3;3087.50;11.30;1834.50;1.46;0.30 +6067;4;3084.50;11.30;1837.50;2.60;0.30 +6067;5;3080.00;10.75;1838.50;3.85;0.30 +6067;9;3079.94;10.99;1835.00;1.57;0.30 +6067;10;3086.06;11.30;1835.00;-1.57;0.30 6067;21;3079.94;10.99;1835.00;1.57;0.30 +6068;0;1199.00;9.50;553.00;0.00;1.02 +6068;1;1193.00;9.50;542.00;-0.49;1.02 +6068;2;1210.00;9.50;549.50;1.26;1.02 +6068;3;1183.00;9.50;550.50;-1.41;1.02 +6068;4;1183.50;9.50;558.50;4.37;1.02 +6068;5;1202.00;9.50;562.50;2.83;1.02 +6068;6;1218.00;9.50;562.00;2.01;1.02 +6068;9;1185.14;9.50;553.00;1.57;1.02 +6068;10;1212.86;9.50;553.00;-1.57;1.02 +6068;11;1189.40;9.50;535.40;-0.49;1.02 +6068;12;1216.60;9.50;547.40;1.26;1.02 +6068;13;1173.40;9.50;549.00;-1.41;1.02 +6068;14;1174.20;9.50;561.80;4.37;1.02 +6068;15;1203.80;9.50;568.20;2.83;1.02 +6068;16;1229.40;9.50;567.40;2.01;1.02 6068;21;1185.14;9.50;553.00;1.57;1.02 +6069;0;4841.00;9.50;56.00;0.00;0.86 +6069;1;4841.50;9.50;48.00;0.06;0.86 +6069;2;4829.50;9.50;48.00;-0.96;0.86 +6069;3;4830.50;9.50;56.00;4.71;0.86 +6069;4;4853.00;9.50;51.00;1.17;0.86 +6069;5;4848.00;9.50;61.50;2.23;0.86 +6069;6;4838.00;9.50;66.50;3.42;0.86 +6069;9;4832.54;9.50;56.00;1.57;0.86 +6069;10;4849.46;9.50;56.00;-1.57;0.86 +6069;11;4841.80;9.50;43.20;0.06;0.86 +6069;12;4822.60;9.50;43.20;-0.96;0.86 +6069;13;4824.20;9.50;56.00;4.71;0.86 +6069;14;4860.20;9.50;48.00;1.17;0.86 +6069;15;4852.20;9.50;64.80;2.23;0.86 +6069;16;4836.20;9.50;72.80;3.42;0.86 6069;21;4832.54;9.50;56.00;1.57;0.86 -6070;21;3311.02;10.00;1765.00;1.57;0.22 +6070;0;3313.00;10.20;1765.00;0.00;0.24 +6070;1;3311.50;9.65;1762.00;-0.46;0.24 +6070;2;3314.50;9.90;1762.50;0.54;0.24 +6070;3;3311.00;10.00;1765.50;4.46;0.24 +6070;4;3315.50;10.25;1765.00;1.57;0.24 +6070;5;3313.00;10.30;1767.50;3.14;0.24 +6070;9;3310.84;9.96;1765.00;1.57;0.24 +6070;10;3315.16;10.25;1765.00;-1.57;0.24 +6070;21;3310.00;9.80;1765.00;0.00;0.24 +6070;22;3311.50;9.65;1762.00;-0.46;0.24 +6070;23;3314.50;9.90;1762.50;0.54;0.24 +6070;24;3311.00;10.00;1765.50;4.46;0.24 +6070;25;3315.50;10.25;1765.00;1.57;0.24 +6070;26;3313.00;10.30;1767.50;3.14;0.24 +6070;38;3315.16;10.25;1765.00;-1.57;0.24 +6071;0;3028.00;11.25;1904.00;0.00;0.30 +6071;1;3026.00;11.35;1900.50;-0.51;0.30 +6071;2;3030.00;12.80;1901.50;0.67;0.30 +6071;3;3026.50;10.05;1906.00;3.78;0.30 +6071;4;3032.00;11.95;1905.50;1.93;0.30 +6071;9;3024.22;9.50;1904.00;1.57;0.30 +6071;10;3031.78;12.45;1904.00;-1.57;0.30 +6071;19;3035.00;9.63;1912.00;-2.50;0.30 +6071;20;3036.15;9.63;1913.31;2.42;0.30 6071;21;3024.22;9.50;1904.00;1.57;0.30 +6072;0;2935.00;11.97;1714.00;0.00;0.24 +6072;1;2938.00;11.10;1711.00;0.78;0.24 +6072;2;2938.50;11.05;1711.00;0.86;0.24 +6072;3;2935.00;11.65;1712.00;0.00;0.24 +6072;4;2938.00;11.45;1713.50;1.40;0.24 +6072;5;2931.00;12.52;1714.00;4.71;0.24 +6072;6;2933.50;12.25;1716.00;3.78;0.24 +6072;7;2937.00;11.92;1716.00;2.35;0.24 +6072;9;2932.30;12.33;1714.00;1.57;0.24 +6072;10;2937.70;11.58;1714.00;-1.57;0.24 6072;21;2932.30;12.33;1714.00;1.57;0.24 +6073;0;3371.00;10.60;1736.00;0.00;0.26 +6073;1;3373.00;10.50;1734.50;0.92;0.26 +6073;2;3371.00;10.50;1732.50;0.00;0.26 +6073;3;3369.50;10.60;1734.00;-0.64;0.26 +6073;4;3369.50;10.60;1737.50;3.92;0.26 +6073;5;3373.50;10.50;1738.50;2.35;0.26 +6073;6;3371.00;10.60;1740.00;3.14;0.26 +6073;9;3368.66;10.60;1736.00;1.57;0.26 +6073;10;3373.34;10.50;1736.00;-1.57;0.26 6073;21;3368.66;10.60;1736.00;1.57;0.26 +6074;0;3108.00;11.30;1902.00;0.00;0.36 +6074;1;3106.50;11.55;1898.00;-0.35;0.36 +6074;2;3112.00;11.30;1900.00;1.10;0.36 +6074;3;3104.00;11.20;1903.50;4.35;0.36 +6074;4;3112.50;11.25;1903.00;1.78;0.36 +6074;5;3109.50;11.55;1905.00;2.67;0.36 +6074;9;3104.40;11.26;1902.00;1.57;0.36 +6074;10;3111.60;11.28;1902.00;-1.57;0.36 6074;21;3104.40;11.26;1902.00;1.57;0.36 +6075;0;3419.00;10.40;1761.00;0.00;0.34 +6075;1;3416.50;10.10;1756.50;-0.50;0.34 +6075;2;3419.50;10.30;1756.00;0.10;0.34 +6075;3;3414.50;10.40;1760.00;-1.35;0.34 +6075;4;3423.00;10.42;1761.00;1.57;0.34 +6075;5;3416.00;10.40;1765.00;3.78;0.34 +6075;6;3419.50;10.40;1766.00;3.04;0.34 +6075;9;3415.94;10.40;1761.00;1.57;0.34 +6075;10;3422.06;10.40;1761.00;-1.57;0.34 6075;21;3415.94;10.40;1761.00;1.57;0.34 +6076;0;3207.00;10.55;1931.00;0.00;0.34 +6076;1;3212.00;10.67;1928.00;1.03;0.34 +6076;2;3205.00;10.77;1929.00;-0.78;0.34 +6076;3;3214.50;10.80;1930.50;1.50;0.34 +6076;4;3200.00;10.55;1930.00;-1.42;0.34 +6076;5;3199.00;10.45;1931.50;4.65;0.34 +6076;6;3201.50;10.50;1934.50;4.14;0.34 +6076;7;3211.50;10.75;1933.00;1.98;0.34 +6076;8;3207.50;10.60;1934.00;2.97;0.34 +6076;9;3201.06;10.45;1931.00;1.57;0.34 +6076;10;3212.94;10.77;1931.00;-1.57;0.34 6076;21;3201.06;10.45;1931.00;1.57;0.34 +6077;0;3463.00;9.82;1694.00;0.00;0.24 +6077;1;3460.00;10.30;1691.50;-0.87;0.24 +6077;2;3463.50;10.20;1691.50;0.19;0.24 +6077;3;3466.00;9.80;1694.00;1.57;0.24 +6077;4;3460.50;10.10;1694.50;4.51;0.24 +6077;5;3463.50;9.90;1696.50;2.94;0.24 +6077;6;3466.50;9.80;1696.50;2.19;0.24 +6077;9;3460.66;10.07;1694.00;1.57;0.24 +6077;10;3465.34;9.80;1694.00;-1.57;0.24 6077;21;3460.66;10.07;1694.00;1.57;0.24 +6078;0;3222.00;10.40;1812.00;0.00;0.22 +6078;1;3224.50;10.40;1809.50;0.78;0.22 +6078;2;3226.50;10.40;1810.00;1.15;0.22 +6078;3;3220.50;10.40;1811.00;-0.98;0.22 +6078;4;3217.50;10.00;1812.50;4.60;0.22 +6078;5;3226.50;10.40;1812.00;1.57;0.22 +6078;6;3221.50;10.40;1814.00;3.38;0.22 +6078;7;3217.00;10.20;1814.50;4.24;0.22 +6078;9;3217.86;10.00;1812.00;1.57;0.22 +6078;10;3226.14;10.40;1812.00;-1.57;0.22 6078;21;3217.86;10.00;1812.00;1.57;0.22 +6079;0;3147.00;9.50;1988.00;0.00;0.42 +6079;1;3148.50;9.50;1983.50;0.32;0.42 +6079;2;3143.00;10.70;1985.00;-0.92;0.42 +6079;3;3152.00;10.05;1986.00;1.19;0.42 +6079;4;3146.50;9.50;1990.50;3.33;0.42 +6079;9;3143.22;9.50;1988.00;1.57;0.42 +6079;10;3150.78;9.97;1988.00;-1.57;0.42 +6079;19;3145.00;9.50;1993.00;-2.94;0.42 +6079;20;3144.35;9.50;1994.62;3.52;0.42 6079;21;3143.22;9.50;1988.00;1.57;0.42 +6080;0;2948.00;12.77;1746.00;0.00;0.24 +6080;1;2947.50;12.70;1743.00;-0.16;0.24 +6080;2;2949.50;12.20;1742.50;0.40;0.24 +6080;3;2951.00;12.62;1745.00;1.24;0.24 +6080;4;2945.00;12.70;1747.00;4.39;0.24 +6080;5;2949.00;13.20;1748.50;2.76;0.24 +6080;6;2946.00;12.85;1749.50;3.66;0.24 +6080;9;2945.84;12.71;1746.00;1.57;0.24 +6080;10;2950.16;12.93;1746.00;-1.57;0.24 6080;21;2945.84;12.71;1746.00;1.57;0.24 +6081;0;3202.00;10.40;1835.00;0.00;0.34 +6081;1;3205.50;10.40;1833.00;1.05;0.34 +6081;2;3200.50;10.40;1833.00;-0.64;0.34 +6081;3;3197.50;10.40;1836.00;4.49;0.34 +6081;4;3204.00;10.40;1837.00;2.35;0.34 +6081;5;3200.50;10.40;1838.00;3.60;0.34 +6081;9;3198.58;10.40;1835.00;1.57;0.34 +6081;10;3205.42;10.40;1835.00;-1.57;0.34 6081;21;3198.58;10.40;1835.00;1.57;0.34 +6082;0;3249.00;10.25;1760.00;0.00;0.24 +6082;1;3246.50;10.40;1758.50;-1.03;0.24 +6082;2;3250.00;10.35;1758.50;0.58;0.24 +6082;3;3246.00;10.30;1760.50;4.54;0.24 +6082;4;3252.00;10.30;1759.50;1.40;0.24 +6082;5;3252.00;10.20;1761.50;2.03;0.24 +6082;6;1624.00;10.55;879.50;-1.07;0.24 +6082;9;3246.48;10.30;1760.00;1.57;0.24 +6082;10;3251.52;10.25;1760.00;-1.57;0.24 6082;21;3246.48;10.30;1760.00;1.57;0.24 +6083;0;3133.00;10.47;1866.00;0.00;0.32 +6083;1;3137.00;9.80;1863.50;1.01;0.32 +6083;2;3134.00;10.50;1863.50;0.38;0.32 +6083;3;3130.00;10.75;1864.50;-1.10;0.32 +6083;4;3130.00;10.90;1867.50;4.24;0.32 +6083;5;3134.00;10.20;1867.50;2.55;0.32 +6083;6;3133.00;10.40;1870.00;3.14;0.32 +6083;9;3129.94;10.90;1866.00;1.57;0.32 +6083;10;3136.06;9.86;1866.00;-1.57;0.32 +6083;19;3138.00;9.57;1865.00;1.01;0.32 +6083;20;3139.71;9.57;1864.65;1.37;0.32 6083;21;3129.94;10.90;1866.00;1.57;0.32 +6084;0;3043.00;9.82;1725.00;0.00;0.24 +6084;1;3043.50;10.05;1722.00;0.16;0.24 +6084;2;3041.00;9.95;1723.00;-0.78;0.24 +6084;3;3045.00;9.80;1724.00;1.10;0.24 +6084;4;3041.50;9.90;1726.50;3.92;0.24 +6084;5;3045.00;9.80;1727.00;2.35;0.24 +6084;6;3044.00;9.85;1728.00;2.82;0.24 +6084;9;3040.84;9.90;1725.00;1.57;0.24 +6084;10;3045.16;9.76;1725.00;-1.57;0.24 6084;21;3040.84;9.90;1725.00;1.57;0.24 +6085;0;4585.00;10.80;1899.00;0.00;2.06 +6085;1;4583.00;11.20;1877.00;-0.09;2.06 +6085;2;4610.00;11.10;1885.50;1.07;2.06 +6085;3;4561.50;11.10;1896.00;-1.44;2.06 +6085;4;4611.00;10.72;1904.00;1.76;2.06 +6085;5;4565.00;10.47;1917.00;3.98;2.06 +6085;6;4590.00;10.60;1921.00;2.91;2.06 +6085;9;4564.30;11.10;1899.00;1.57;2.06 +6085;10;4605.70;10.90;1899.00;-1.57;2.06 6085;21;4564.30;11.10;1899.00;1.57;2.06 +6086;0;3319.00;10.40;1701.00;0.00;0.28 +6086;1;3318.00;10.35;1698.00;-0.32;0.28 +6086;2;3315.50;10.30;1699.00;-1.05;0.28 +6086;3;3321.00;10.40;1698.00;0.58;0.28 +6086;4;3322.00;10.45;1700.00;1.24;0.28 +6086;5;3316.00;10.30;1702.00;4.39;0.28 +6086;6;3322.00;10.45;1702.50;2.03;0.28 +6086;7;3320.00;10.40;1704.50;2.86;0.28 +6086;8;3322.00;10.45;1704.00;2.35;0.28 +6086;9;3316.30;10.30;1701.00;1.57;0.28 +6086;10;3321.70;10.42;1701.00;-1.57;0.28 6086;21;3316.30;10.30;1701.00;1.57;0.28 +6087;0;3218.00;10.50;1898.00;0.00;0.38 +6087;1;3217.00;10.45;1894.50;-0.27;0.38 +6087;2;3223.50;10.60;1894.50;1.00;0.38 +6087;3;3225.00;10.60;1897.00;1.42;0.38 +6087;4;3210.50;10.45;1899.00;4.58;0.38 +6087;5;3226.00;10.60;1899.00;1.69;0.38 +6087;6;3221.00;10.60;1900.50;2.26;0.38 +6087;7;3213.00;10.50;1902.00;4.03;0.38 +6087;9;3212.24;10.40;1898.00;1.57;0.38 +6087;10;3223.76;10.60;1898.00;-1.57;0.38 6087;21;3212.24;10.40;1898.00;1.57;0.38 +6088;0;3492.00;9.80;1769.00;0.00;0.36 +6088;1;3492.50;9.80;1763.50;0.09;0.36 +6088;2;3495.50;9.80;1767.50;1.16;0.36 +6088;3;3489.00;9.80;1768.50;-1.40;0.36 +6088;4;3494.00;9.80;1772.50;2.62;0.36 +6088;5;3489.50;9.80;1773.00;3.70;0.36 +6088;9;3488.76;9.80;1769.00;1.57;0.36 +6088;10;3495.24;9.80;1769.00;-1.57;0.36 6088;21;3488.76;9.80;1769.00;1.57;0.36 +6089;0;3543.00;9.80;1702.00;0.00;0.30 +6089;1;3540.50;9.80;1699.50;-0.78;0.30 +6089;2;3544.50;9.80;1699.50;0.54;0.30 +6089;3;3546.00;9.80;1702.00;1.57;0.30 +6089;4;3539.50;9.80;1702.50;4.57;0.30 +6089;5;3545.50;9.90;1704.50;2.35;0.30 +6089;6;3542.50;9.80;1704.50;3.33;0.30 +6089;9;3539.94;9.80;1702.00;1.57;0.30 +6089;10;3546.06;9.80;1702.00;-1.57;0.30 6089;21;3539.94;9.80;1702.00;1.57;0.30 -6090;21;3350.76;9.50;1801.00;1.57;0.26 +6090;0;3354.00;9.80;1801.00;0.00;0.28 +6090;1;3353.00;9.62;1801.00;4.71;0.28 +6090;2;3358.00;9.90;1799.50;1.21;0.28 +6090;3;3357.00;10.20;1802.00;1.89;0.28 +6090;4;3355.00;10.15;1802.50;2.55;0.28 +6090;9;3350.40;9.50;1801.00;1.57;0.28 +6090;10;3357.60;10.15;1801.00;-1.57;0.28 +6090;21;3351.00;9.50;1801.00;0.00;0.28 +6090;22;3353.00;9.62;1801.00;4.71;0.28 +6090;23;3358.00;9.90;1799.50;1.21;0.28 +6090;24;3357.00;10.20;1802.00;1.89;0.28 +6090;25;3355.00;10.15;1802.50;2.55;0.28 +6090;38;3357.60;10.15;1801.00;-1.57;0.28 +6091;0;3460.00;9.90;1750.00;0.00;0.24 +6091;1;3461.50;9.90;1748.00;0.64;0.24 +6091;2;3457.50;9.90;1748.50;-1.03;0.24 +6091;3;3464.50;9.85;1750.00;1.57;0.24 +6091;4;3457.00;9.90;1752.00;4.12;0.24 +6091;5;3461.50;9.90;1752.00;2.49;0.24 +6091;9;3456.94;9.90;1750.00;1.57;0.24 +6091;10;3463.06;9.90;1750.00;-1.57;0.24 6091;21;3456.94;9.90;1750.00;1.57;0.24 +6092;0;3257.00;9.90;1987.00;0.00;0.38 +6092;1;3256.50;9.80;1984.00;-0.16;0.38 +6092;2;3260.50;9.90;1982.50;0.66;0.38 +6092;3;3261.00;9.70;1987.50;1.69;0.38 +6092;4;3250.50;10.20;1987.50;4.63;0.38 +6092;5;3250.50;10.10;1989.50;4.34;0.38 +6092;6;3253.00;9.75;1990.50;3.99;0.38 +6092;9;3251.24;10.20;1987.00;1.57;0.38 +6092;10;3262.76;9.73;1987.00;-1.57;0.38 +6092;19;3269.00;9.50;1985.00;-4.59;0.38 +6092;20;3270.72;9.50;1984.71;1.40;0.38 6092;21;3251.24;10.20;1987.00;1.57;0.38 +6093;0;3034.00;10.87;1751.00;0.00;0.28 +6093;1;3035.50;10.50;1748.00;0.46;0.28 +6093;2;3032.50;10.80;1748.50;-0.54;0.28 +6093;3;3038.00;10.30;1749.00;1.10;0.28 +6093;4;3031.00;10.90;1751.50;4.54;0.28 +6093;5;3037.50;10.40;1750.50;1.42;0.28 +6093;6;1516.50;9.50;875.00;-1.04;0.28 +6093;7;3032.50;10.80;1755.00;3.50;0.28 +6093;9;3030.94;10.90;1751.00;1.57;0.28 +6093;10;3037.06;10.54;1751.00;-1.57;0.28 6093;21;3030.94;10.90;1751.00;1.57;0.28 +6094;0;3330.00;10.40;1789.00;0.00;0.20 +6094;1;3331.00;10.20;1787.00;0.46;0.20 +6094;2;3327.50;10.40;1788.00;-1.19;0.20 +6094;3;3333.00;10.40;1788.50;1.40;0.20 +6094;4;3328.00;10.40;1790.50;4.06;0.20 +6094;5;3331.50;10.40;1791.00;2.49;0.20 +6094;9;3327.84;10.40;1789.00;1.57;0.20 +6094;10;3332.16;10.40;1789.00;-1.57;0.20 6094;21;3327.84;10.40;1789.00;1.57;0.20 +6095;0;3310.00;10.30;1720.00;0.00;0.28 +6095;1;3309.00;10.30;1717.00;-0.32;0.28 +6095;2;3312.50;10.30;1718.00;0.89;0.28 +6095;3;3306.00;10.30;1718.50;-1.21;0.28 +6095;4;3307.50;10.30;1720.50;4.51;0.28 +6095;5;3312.50;10.30;1721.00;1.95;0.28 +6095;6;3309.50;10.30;1723.00;3.30;0.28 +6095;7;3311.50;10.30;1723.50;2.73;0.28 +6095;9;3307.48;10.30;1720.00;1.57;0.28 +6095;10;3312.52;10.30;1720.00;-1.57;0.28 6095;21;3307.48;10.30;1720.00;1.57;0.28 +6096;0;3316.00;10.42;1834.00;0.00;0.26 +6096;1;3316.00;10.50;1831.00;0.00;0.26 +6096;2;3312.00;10.40;1834.50;4.58;0.26 +6096;3;3320.00;10.40;1832.50;1.21;0.26 +6096;4;3321.50;10.30;1834.50;1.66;0.26 +6096;5;3320.50;10.00;1836.50;2.07;0.26 +6096;6;3316.00;10.20;1837.50;3.14;0.26 +6096;7;3312.00;10.35;1837.50;3.99;0.26 +6096;9;3312.40;10.40;1834.00;1.57;0.26 +6096;10;3319.60;10.35;1834.00;-1.57;0.26 6096;21;3312.40;10.40;1834.00;1.57;0.26 +6097;0;3415.00;10.40;1730.00;0.00;0.30 +6097;1;3413.50;10.40;1728.00;-0.64;0.30 +6097;2;3417.00;10.50;1727.50;0.67;0.30 +6097;3;3411.00;10.40;1729.50;-1.44;0.30 +6097;4;3418.00;10.50;1730.50;1.73;0.30 +6097;5;3414.00;10.40;1732.00;3.60;0.30 +6097;6;3417.00;10.45;1734.00;2.67;0.30 +6097;9;3412.12;10.40;1730.00;1.57;0.30 +6097;10;3417.88;10.50;1730.00;-1.57;0.30 6097;21;3412.12;10.40;1730.00;1.57;0.30 +6098;0;3288.00;10.60;1832.00;0.00;0.34 +6098;1;3287.00;10.60;1829.00;-0.32;0.34 +6098;2;3290.50;10.50;1829.50;0.78;0.34 +6098;3;3289.50;10.60;1833.50;2.35;0.34 +6098;4;3284.50;10.70;1833.50;4.30;0.34 +6098;5;3285.50;10.70;1836.00;3.70;0.34 +6098;6;3287.50;10.70;1836.50;3.25;0.34 +6098;9;3284.94;10.70;1832.00;1.57;0.34 +6098;10;3291.06;10.44;1832.00;-1.57;0.34 6098;21;3284.94;10.70;1832.00;1.57;0.34 +6099;0;3222.00;10.30;1703.00;0.00;0.20 +6099;1;3223.50;10.30;1701.50;0.78;0.20 +6099;2;3219.00;10.30;1702.50;-1.40;0.20 +6099;3;1610.50;10.50;851.00;-1.08;0.20 +6099;4;3218.50;10.40;1705.00;4.19;0.20 +6099;5;3221.50;10.35;1705.00;3.38;0.20 +6099;9;3218.94;10.30;1703.00;1.57;0.20 +6099;10;3225.06;10.27;1703.00;-1.57;0.20 6099;21;3218.94;10.30;1703.00;1.57;0.20 +6100;0;3507.00;9.90;1751.00;0.00;0.24 +6100;1;3505.00;10.00;1748.50;-0.67;0.24 +6100;2;3503.00;10.00;1749.00;-1.10;0.24 +6100;3;3508.50;9.90;1749.00;0.64;0.24 +6100;4;3503.50;10.00;1752.00;4.43;0.24 +6100;5;3510.50;9.90;1751.50;1.71;0.24 +6100;6;3507.00;9.90;1753.50;3.14;0.24 +6100;9;3503.94;10.00;1751.00;1.57;0.24 +6100;10;3510.06;9.90;1751.00;-1.57;0.24 6100;21;3503.94;10.00;1751.00;1.57;0.24 +6101;0;3409.00;10.40;1685.00;0.00;0.22 +6101;1;3407.50;10.40;1683.00;-0.64;0.22 +6101;2;3406.00;10.40;1684.00;-1.24;0.22 +6101;3;3410.50;10.40;1683.50;0.78;0.22 +6101;4;3413.00;10.42;1684.00;1.32;0.22 +6101;5;3405.50;10.40;1686.00;4.43;0.22 +6101;6;3411.50;10.40;1686.00;1.95;0.22 +6101;7;3407.50;10.40;1687.50;3.68;0.22 +6101;9;3406.12;10.40;1685.00;1.57;0.22 +6101;10;3411.88;10.40;1685.00;-1.57;0.22 6101;21;3406.12;10.40;1685.00;1.57;0.22 +6102;0;3427.00;9.80;1819.00;0.00;0.50 +6102;1;3423.50;10.00;1812.00;-0.46;0.50 +6102;2;3428.50;9.90;1815.50;0.40;0.50 +6102;3;3421.50;9.70;1816.50;-1.14;0.50 +6102;4;3433.00;9.80;1820.50;1.81;0.50 +6102;5;3423.00;9.75;1821.00;4.24;0.50 +6102;6;3427.50;9.80;1823.50;3.03;0.50 +6102;7;3432.00;9.80;1824.00;2.35;0.50 +6102;9;3422.50;9.70;1819.00;1.57;0.50 +6102;10;3431.50;9.80;1819.00;-1.57;0.50 6102;21;3422.50;9.70;1819.00;1.57;0.50 +6103;0;2792.00;9.87;1563.00;0.00;0.22 +6103;1;2789.00;10.35;1560.00;-0.78;0.22 +6103;2;2792.50;9.80;1561.50;0.32;0.22 +6103;3;2789.50;9.90;1562.50;-1.37;0.22 +6103;4;2795.00;9.80;1563.50;1.73;0.22 +6103;5;2792.00;9.85;1564.50;3.14;0.22 +6103;6;2795.00;9.85;1565.50;2.26;0.22 +6103;9;2789.66;9.90;1563.00;1.57;0.22 +6103;10;2794.34;9.84;1563.00;-1.57;0.22 6103;21;2789.66;9.90;1563.00;1.57;0.22 +6104;0;2720.00;13.20;1692.00;0.00;0.26 +6104;1;2718.50;12.10;1688.00;-0.35;0.26 +6104;2;2721.50;12.00;1688.50;0.40;0.26 +6104;3;2716.50;12.30;1689.00;-0.86;0.26 +6104;4;2722.50;13.30;1693.00;1.95;0.26 +6104;5;2717.50;12.75;1692.00;4.71;0.26 +6104;6;2720.00;13.75;1695.50;3.14;0.26 +6104;7;2722.00;13.55;1697.50;2.79;0.26 +6104;9;2717.66;12.79;1692.00;1.57;0.26 +6104;10;2722.34;12.87;1692.00;-1.57;0.26 +6104;19;2722.00;10.30;1685.00;0.40;0.26 +6104;20;2722.48;10.30;1683.31;0.27;0.26 6104;21;2717.66;12.79;1692.00;1.57;0.26 +6105;0;3508.00;9.80;1853.00;0.00;0.76 +6105;1;3511.50;9.80;1842.00;0.30;0.76 +6105;2;3504.00;9.75;1849.50;-0.85;0.76 +6105;3;3514.50;9.90;1849.00;1.01;0.76 +6105;4;3516.00;9.80;1855.50;1.87;0.76 +6105;5;3509.00;9.80;1859.50;2.98;0.76 +6105;6;3500.50;9.80;1860.50;3.92;0.76 +6105;9;3501.16;9.70;1853.00;1.57;0.76 +6105;10;3514.84;9.80;1853.00;-1.57;0.76 6105;21;3501.16;9.70;1853.00;1.57;0.76 -6106;21;3352.66;10.30;1763.00;1.57;0.26 +6106;0;3355.00;10.30;1763.00;0.00;0.28 +6106;1;3355.00;10.30;1761.00;0.00;0.28 +6106;2;3357.50;10.25;1763.00;1.57;0.28 +6106;3;3352.50;10.30;1763.00;4.71;0.28 +6106;4;3352.50;10.30;1765.50;3.92;0.28 +6106;5;3353.50;10.10;1766.00;3.60;0.28 +6106;9;3352.48;10.30;1763.00;1.57;0.28 +6106;10;3357.52;10.24;1763.00;-1.57;0.28 +6106;21;3352.00;10.30;1763.00;0.00;0.28 +6106;22;3355.00;10.30;1761.00;0.00;0.28 +6106;23;3357.50;10.25;1763.00;1.57;0.28 +6106;24;3352.50;10.30;1763.00;4.71;0.28 +6106;25;3352.50;10.30;1765.50;3.92;0.28 +6106;26;3353.50;10.10;1766.00;3.60;0.28 +6106;38;3357.52;10.24;1763.00;-1.57;0.28 +6107;0;3153.00;12.02;1971.00;0.00;0.36 +6107;1;3150.00;11.80;1968.50;-0.87;0.36 +6107;2;3154.50;11.70;1968.50;0.54;0.36 +6107;3;3158.50;11.75;1971.00;1.57;0.36 +6107;4;3148.00;11.70;1971.50;4.61;0.36 +6107;5;3157.00;11.95;1973.50;2.12;0.36 +6107;6;3151.50;12.30;1975.00;3.50;0.36 +6107;9;3149.04;11.72;1971.00;1.57;0.36 +6107;10;3156.96;11.90;1971.00;-1.57;0.36 6107;21;3149.04;11.72;1971.00;1.57;0.36 +6108;0;3178.00;9.70;1738.00;0.00;0.18 +6108;1;3179.00;9.55;1736.00;0.46;0.18 +6108;2;3175.50;9.70;1737.50;-1.37;0.18 +6108;3;3181.50;9.70;1738.00;1.57;0.18 +6108;4;3175.50;9.70;1739.50;4.17;0.18 +6108;5;3179.00;9.70;1739.50;2.55;0.18 +6108;9;3175.48;9.70;1738.00;1.57;0.18 +6108;10;3180.52;9.70;1738.00;-1.57;0.18 +6108;19;3182.00;9.50;1736.00;0.46;0.18 +6108;20;3183.56;9.50;1735.21;1.10;0.18 6108;21;3175.48;9.70;1738.00;1.57;0.18 -6109;21;3368.30;9.50;1777.00;1.57;0.22 +6109;0;3371.00;10.15;1777.00;0.00;0.24 +6109;1;3368.50;9.50;1776.50;-1.37;0.24 +6109;2;3373.00;10.15;1775.00;0.78;0.24 +6109;3;3375.00;10.30;1777.00;1.57;0.24 +6109;4;3374.00;10.30;1779.00;2.15;0.24 +6109;5;3370.50;10.20;1779.50;3.33;0.24 +6109;9;3368.12;9.50;1777.00;1.57;0.24 +6109;10;3373.88;10.26;1777.00;-1.57;0.24 +6109;21;3368.00;9.50;1777.00;0.00;0.24 +6109;22;3368.50;9.50;1776.50;-1.37;0.24 +6109;23;3373.00;10.15;1775.00;0.78;0.24 +6109;24;3375.00;10.30;1777.00;1.57;0.24 +6109;25;3374.00;10.30;1779.00;2.15;0.24 +6109;26;3370.50;10.20;1779.50;3.33;0.24 +6109;38;3373.88;10.26;1777.00;-1.57;0.24 +6110;0;3516.00;9.92;1744.00;0.00;0.22 +6110;1;3516.00;9.95;1742.00;0.00;0.22 +6110;2;3512.00;9.90;1743.00;-1.32;0.22 +6110;3;3520.00;10.00;1744.50;1.69;0.22 +6110;4;3513.00;9.90;1745.50;4.24;0.22 +6110;5;3518.00;10.00;1746.00;2.35;0.22 +6110;9;3512.58;9.90;1744.00;1.57;0.22 +6110;10;3519.42;10.00;1744.00;-1.57;0.22 6110;21;3512.58;9.90;1744.00;1.57;0.22 +6111;0;3027.00;11.50;1880.00;0.00;0.26 +6111;1;3029.50;12.40;1878.50;1.03;0.26 +6111;2;3027.00;11.50;1876.50;0.00;0.26 +6111;3;3023.50;11.50;1878.00;-1.05;0.26 +6111;4;3024.00;11.55;1881.00;4.39;0.26 +6111;5;3029.50;12.10;1881.50;2.11;0.26 +6111;6;3025.50;11.70;1883.50;3.54;0.26 +6111;7;3028.50;12.55;1884.00;2.78;0.26 +6111;9;3024.66;11.49;1880.00;1.57;0.26 +6111;10;3029.34;12.06;1880.00;-1.57;0.26 6111;21;3024.66;11.49;1880.00;1.57;0.26 +6112;0;3488.00;10.50;1722.00;0.00;0.22 +6112;1;3488.00;10.20;1719.50;0.00;0.22 +6112;2;3485.00;10.35;1720.00;-0.98;0.22 +6112;3;3491.00;10.15;1721.00;1.24;0.22 +6112;4;3484.00;10.45;1721.00;-1.32;0.22 +6112;5;3485.50;10.50;1723.50;4.17;0.22 +6112;6;3491.50;10.45;1724.00;2.09;0.22 +6112;7;3489.00;10.50;1724.50;2.76;0.22 +6112;9;3484.94;10.50;1722.00;1.57;0.22 +6112;10;3491.06;10.31;1722.00;-1.57;0.22 6112;21;3484.94;10.50;1722.00;1.57;0.22 +6113;0;3479.00;9.97;1683.00;0.00;0.24 +6113;1;3479.50;9.80;1680.50;0.19;0.24 +6113;2;3476.50;9.80;1681.50;-1.03;0.24 +6113;3;3481.00;10.10;1683.50;1.81;0.24 +6113;4;3476.00;9.85;1683.50;4.54;0.24 +6113;5;3479.00;10.40;1686.00;3.14;0.24 +6113;9;3476.84;9.88;1683.00;1.57;0.24 +6113;10;3481.16;10.00;1683.00;-1.57;0.24 6113;21;3476.84;9.88;1683.00;1.57;0.24 +6114;0;2952.00;13.27;1787.00;0.00;0.32 +6114;1;2948.50;12.65;1783.00;-0.71;0.32 +6114;2;2951.00;12.40;1782.50;-0.21;0.32 +6114;3;2953.50;12.65;1784.00;0.46;0.32 +6114;4;2949.00;13.10;1787.00;4.71;0.32 +6114;5;2954.50;15.30;1788.00;1.95;0.32 +6114;6;2955.00;15.25;1790.50;2.43;0.32 +6114;7;2953.50;15.55;1792.00;2.85;0.32 +6114;8;2951.50;15.40;1792.50;3.23;0.32 +6114;9;2949.12;13.07;1787.00;1.57;0.32 +6114;10;2954.88;15.14;1787.00;-1.57;0.32 6114;21;2949.12;13.07;1787.00;1.57;0.32 +6115;0;2971.00;9.50;1733.00;0.00;0.24 +6115;1;2970.00;9.50;1731.50;-0.58;0.24 +6115;2;2967.50;9.50;1731.00;-1.05;0.24 +6115;3;2972.50;9.50;1731.00;0.64;0.24 +6115;4;2973.50;9.50;1733.00;1.57;0.24 +6115;5;2967.50;9.60;1732.50;-1.42;0.24 +6115;6;2970.00;9.50;1734.50;3.73;0.24 +6115;7;2973.50;9.65;1735.00;2.24;0.24 +6115;9;2968.48;9.50;1733.00;1.57;0.24 +6115;10;2973.52;9.50;1733.00;-1.57;0.24 +6115;19;2974.00;9.50;1733.00;-0.59;0.24 +6115;20;2975.75;9.50;1733.00;1.57;0.24 6115;21;2971.97;10.60;1736.29;-1.57;0.24 +6116;0;2965.00;9.80;1826.00;0.00;0.32 +6116;1;2964.50;9.80;1825.50;-0.78;0.32 +6116;2;2967.00;9.85;1829.50;2.62;0.32 +6116;9;2960.68;9.50;1826.00;1.57;0.32 +6116;10;2969.32;9.91;1826.00;-1.57;0.32 +6116;19;2963.00;9.68;1829.00;-0.79;0.32 +6116;20;2962.02;9.68;1830.45;3.73;0.32 6116;21;2969.32;9.91;1826.00;-1.57;0.32 +6117;0;3307.00;9.75;1976.00;0.00;0.48 +6117;1;3303.50;10.00;1971.00;-0.61;0.48 +6117;2;3308.50;9.90;1973.50;0.54;0.48 +6117;3;3304.00;9.95;1976.00;4.71;0.48 +6117;4;3309.50;9.50;1979.00;2.44;0.48 +6117;9;3301.96;9.95;1976.00;1.57;0.48 +6117;10;3312.04;9.67;1976.00;-1.57;0.48 +6117;19;3313.00;9.57;1985.00;-3.84;0.48 +6117;20;3313.97;9.57;1986.45;2.55;0.48 6117;21;3301.96;9.95;1976.00;1.57;0.48 +6118;0;2961.00;12.60;1803.00;0.00;0.32 +6118;1;2958.00;13.60;1800.00;-0.78;0.32 +6118;2;2963.00;13.20;1801.00;0.78;0.32 +6118;3;2956.50;12.65;1803.00;4.71;0.32 +6118;4;2965.50;12.25;1804.00;1.78;0.32 +6118;5;2959.50;12.35;1806.00;3.60;0.32 +6118;6;2962.50;11.55;1807.00;2.78;0.32 +6118;9;2957.40;12.69;1803.00;1.57;0.32 +6118;10;2964.60;12.50;1803.00;-1.57;0.32 6118;21;2957.40;12.69;1803.00;1.57;0.32 +6119;0;3479.00;10.20;1713.00;0.00;0.20 +6119;1;3478.50;9.80;1709.50;-0.14;0.20 +6119;2;3480.00;10.05;1711.00;0.46;0.20 +6119;3;3477.50;9.85;1712.00;-0.98;0.20 +6119;4;3481.50;10.40;1713.50;1.76;0.20 +6119;5;3478.00;10.35;1715.00;3.60;0.20 +6119;6;3480.50;10.40;1715.50;2.60;0.20 +6119;9;3477.20;9.98;1713.00;1.57;0.20 +6119;10;3480.80;10.35;1713.00;-1.57;0.20 6119;21;3477.20;9.98;1713.00;1.57;0.20 +6120;0;3025.00;9.75;1637.00;0.00;0.14 +6120;1;3026.50;9.70;1636.00;0.98;0.14 +6120;2;3024.50;9.70;1634.00;-0.16;0.14 +6120;3;3024.00;9.80;1636.50;-1.10;0.14 +6120;4;3024.00;9.80;1640.00;3.46;0.14 +6120;5;3025.50;9.70;1639.50;2.94;0.14 +6120;9;3023.74;9.80;1637.00;1.57;0.14 +6120;10;3026.26;9.70;1637.00;-1.57;0.14 +6120;19;3028.00;9.57;1636.00;0.98;0.14 +6120;20;3029.66;9.57;1635.44;1.24;0.14 6120;21;3023.74;9.80;1637.00;1.57;0.14 +6121;0;3597.00;10.60;1767.00;0.00;0.42 +6121;1;3597.50;10.55;1763.00;0.12;0.42 +6121;2;3593.00;10.60;1764.00;-0.92;0.42 +6121;3;3601.00;10.05;1762.50;0.72;0.42 +6121;4;3600.50;10.60;1767.50;1.71;0.42 +6121;5;3593.50;10.60;1769.50;4.09;0.42 +6121;6;3598.50;10.50;1771.50;2.82;0.42 +6121;9;3593.22;10.60;1767.00;1.57;0.42 +6121;10;3600.78;10.57;1767.00;-1.57;0.42 6121;21;3593.22;10.60;1767.00;1.57;0.42 +6122;0;3378.00;10.40;1676.00;0.00;0.22 +6122;1;3377.00;10.40;1674.00;-0.46;0.22 +6122;2;3381.00;10.40;1675.00;1.24;0.22 +6122;3;3374.00;10.40;1676.00;4.71;0.22 +6122;4;3382.00;10.37;1676.00;1.57;0.22 +6122;5;3379.50;10.40;1677.50;2.35;0.22 +6122;6;3375.50;10.40;1678.00;4.03;0.22 +6122;9;3375.12;10.40;1676.00;1.57;0.22 +6122;10;3380.88;10.40;1676.00;-1.57;0.22 6122;21;3375.12;10.40;1676.00;1.57;0.22 +6123;0;3011.00;12.07;1773.00;0.00;0.30 +6123;1;3009.50;12.40;1772.00;-0.98;0.30 +6123;2;3013.50;11.95;1771.00;0.89;0.30 +6123;3;3013.00;11.97;1774.00;2.03;0.30 +6123;4;3009.50;12.40;1776.50;3.54;0.30 +6123;5;3012.00;12.17;1776.00;2.82;0.30 +6123;9;3008.30;12.87;1773.00;1.57;0.30 +6123;10;3013.70;11.79;1773.00;-1.57;0.30 6123;21;3008.30;12.87;1773.00;1.57;0.30 +6124;0;3573.00;9.90;1698.00;0.00;0.30 +6124;1;3571.50;9.90;1695.50;-0.54;0.30 +6124;2;3575.50;9.90;1694.00;0.55;0.30 +6124;3;3576.00;9.90;1697.00;1.24;0.30 +6124;4;3570.00;9.80;1698.50;4.54;0.30 +6124;5;3575.50;9.85;1700.00;2.24;0.30 +6124;6;3572.50;9.80;1701.00;3.30;0.30 +6124;9;3570.30;9.85;1698.00;1.57;0.30 +6124;10;3575.70;9.90;1698.00;-1.57;0.30 6124;21;3570.30;9.85;1698.00;1.57;0.30 +6125;0;3160.00;9.70;1883.00;0.00;0.34 +6125;1;3161.00;9.50;1879.50;0.27;0.34 +6125;2;3162.50;9.90;1883.00;1.57;0.34 +6125;3;3157.50;9.70;1883.00;4.71;0.34 +6125;4;3156.00;9.80;1886.00;4.06;0.34 +6125;5;3158.50;9.85;1886.00;3.60;0.34 +6125;9;3156.94;9.72;1883.00;1.57;0.34 +6125;10;3163.06;10.01;1883.00;-1.57;0.34 +6125;19;3165.00;9.50;1876.00;0.28;0.34 +6125;20;3166.01;9.50;1874.57;0.62;0.34 6125;21;3156.94;9.72;1883.00;1.57;0.34 +6126;0;3059.00;10.80;1813.00;0.00;0.30 +6126;1;3059.00;10.95;1810.00;0.00;0.30 +6126;2;3062.50;10.90;1810.50;0.95;0.30 +6126;3;3055.50;11.10;1813.00;4.71;0.30 +6126;4;3060.00;10.60;1814.50;2.55;0.30 +6126;5;3056.00;10.72;1816.00;3.92;0.30 +6126;9;3056.30;10.94;1813.00;1.57;0.30 +6126;10;3061.70;10.53;1813.00;-1.57;0.30 6126;21;3056.30;10.94;1813.00;1.57;0.30 +6127;0;3070.00;10.20;1736.00;0.00;0.28 +6127;1;3067.00;9.90;1734.00;-0.98;0.28 +6127;2;3071.00;9.85;1734.00;0.46;0.28 +6127;3;3073.50;10.05;1736.00;1.57;0.28 +6127;4;3073.00;10.30;1738.00;2.15;0.28 +6127;5;3067.00;10.37;1737.00;4.39;0.28 +6127;6;3069.00;10.40;1737.50;3.73;0.28 +6127;7;3071.00;10.32;1739.00;2.82;0.28 +6127;9;3067.12;10.30;1736.00;1.57;0.28 +6127;10;3072.88;10.11;1736.00;-1.57;0.28 6127;21;3072.88;10.11;1736.00;-1.57;0.28 +6128;0;3262.00;10.85;1925.00;0.00;0.40 +6128;1;3260.50;10.80;1922.50;-0.54;0.40 +6128;2;3266.00;11.00;1921.50;0.85;0.40 +6128;3;3265.00;11.00;1927.00;2.15;0.40 +6128;4;3258.00;10.75;1927.00;4.24;0.40 +6128;5;3258.00;10.45;1930.50;3.77;0.40 +6128;6;3260.50;10.70;1930.50;3.40;0.40 +6128;9;3258.40;10.80;1925.00;1.57;0.40 +6128;10;3265.60;11.00;1925.00;-1.57;0.40 6128;21;3258.40;10.80;1925.00;1.57;0.40 +6129;0;3032.00;11.90;1803.00;0.00;0.30 +6129;1;3034.00;11.70;1799.50;0.51;0.30 +6129;2;3035.50;11.70;1799.50;0.78;0.30 +6129;3;3035.00;11.75;1803.00;1.57;0.30 +6129;4;3030.00;12.40;1800.50;-0.67;0.30 +6129;5;3028.00;12.32;1802.00;-1.32;0.30 +6129;6;3029.00;12.15;1804.50;4.24;0.30 +6129;7;3031.50;11.70;1806.50;3.28;0.30 +6129;9;3028.94;12.18;1803.00;1.57;0.30 +6129;10;3035.06;11.75;1803.00;-1.57;0.30 6129;21;3028.94;12.18;1803.00;1.57;0.30 +6130;0;3108.00;12.85;1954.00;0.00;0.40 +6130;1;3108.50;12.90;1950.50;0.14;0.40 +6130;2;3113.00;12.52;1950.00;0.89;0.40 +6130;3;3102.00;12.75;1951.50;-1.17;0.40 +6130;4;3114.00;12.47;1954.00;1.57;0.40 +6130;5;3099.50;12.15;1954.00;4.71;0.40 +6130;6;3103.50;12.35;1957.00;4.12;0.40 +6130;7;3110.00;12.32;1958.00;2.67;0.40 +6130;8;3113.00;11.52;1959.00;2.35;0.40 +6130;9;3102.24;12.41;1954.00;1.57;0.40 +6130;10;3113.76;12.53;1954.00;-1.57;0.40 6130;21;3102.24;12.41;1954.00;1.57;0.40 +6131;0;3343.00;10.60;1717.00;0.00;0.22 +6131;1;3342.50;10.60;1715.00;-0.24;0.22 +6131;2;3346.00;10.55;1716.00;1.24;0.22 +6131;3;3339.50;10.60;1717.50;4.57;0.22 +6131;4;3346.00;10.55;1718.00;1.89;0.22 +6131;5;3339.00;10.55;1719.50;4.15;0.22 +6131;6;3342.50;10.50;1719.50;3.33;0.22 +6131;9;3340.12;10.60;1717.00;1.57;0.22 +6131;10;3345.88;10.58;1717.00;-1.57;0.22 6131;21;3340.12;10.60;1717.00;1.57;0.22 +6132;0;3126.00;9.70;1831.00;0.00;0.30 +6132;1;3127.50;9.70;1829.50;0.78;0.30 +6132;2;3123.00;9.75;1828.50;-0.87;0.30 +6132;3;3124.00;9.90;1831.50;4.46;0.30 +6132;4;3127.50;9.85;1834.00;2.67;0.30 +6132;5;3129.00;9.75;1834.00;2.35;0.30 +6132;9;3123.30;9.87;1831.00;1.57;0.30 +6132;10;3128.70;9.70;1831.00;-1.57;0.30 +6132;19;3128.00;9.50;1828.00;0.79;0.30 +6132;20;3128.97;9.50;1826.54;0.58;0.30 6132;21;3123.30;9.87;1831.00;1.57;0.30 +6133;0;3545.00;9.80;1723.00;0.00;0.26 +6133;1;3543.50;9.80;1720.50;-0.54;0.26 +6133;2;3546.50;9.80;1719.00;0.35;0.26 +6133;3;3547.50;9.80;1723.00;1.57;0.26 +6133;4;3542.00;9.80;1723.00;4.71;0.26 +6133;5;3542.50;9.80;1725.00;4.03;0.26 +6133;6;3545.50;9.80;1726.00;2.97;0.26 +6133;9;3542.66;9.80;1723.00;1.57;0.26 +6133;10;3547.34;9.80;1723.00;-1.57;0.26 6133;21;3542.66;9.80;1723.00;1.57;0.26 +6134;0;3267.00;10.22;1845.00;0.00;0.38 +6134;1;3266.50;10.60;1842.00;-0.16;0.38 +6134;2;3271.00;10.57;1841.00;0.78;0.38 +6134;3;3270.00;10.40;1846.00;1.89;0.38 +6134;4;3262.00;10.60;1846.50;4.42;0.38 +6134;5;3265.00;10.55;1849.50;3.56;0.38 +6134;9;3263.58;10.44;1845.00;1.57;0.38 +6134;10;3270.42;10.34;1845.00;-1.57;0.38 6134;21;3263.58;10.44;1845.00;1.57;0.38 +6135;0;3451.00;9.80;1669.00;0.00;0.24 +6135;1;3452.00;9.80;1667.00;0.46;0.24 +6135;2;3450.00;9.80;1668.50;-1.10;0.24 +6135;3;3454.00;9.80;1667.00;0.98;0.24 +6135;4;3453.50;9.80;1669.00;1.57;0.24 +6135;5;3448.00;9.80;1671.50;4.01;0.24 +6135;6;3451.50;9.80;1671.00;2.89;0.24 +6135;7;3449.00;9.80;1672.50;3.66;0.24 +6135;9;3448.66;9.80;1669.00;1.57;0.24 +6135;10;3453.34;9.80;1669.00;-1.57;0.24 6135;21;3448.66;9.80;1669.00;1.57;0.24 +6136;0;2940.00;15.92;1772.00;0.00;0.30 +6136;1;2940.00;14.25;1769.00;0.00;0.30 +6136;2;2936.00;14.65;1771.00;-1.32;0.30 +6136;3;2942.50;15.15;1772.00;1.57;0.30 +6136;4;2938.00;15.40;1773.50;4.06;0.30 +6136;5;2942.50;15.50;1775.50;2.52;0.30 +6136;6;2941.00;16.00;1776.00;2.89;0.30 +6136;9;2936.94;15.03;1772.00;1.57;0.30 +6136;10;2943.06;14.95;1772.00;-1.57;0.30 6136;21;2936.94;15.03;1772.00;1.57;0.30 +6137;0;3242.00;10.70;1894.00;0.00;0.28 +6137;1;3239.00;10.80;1892.00;-0.98;0.28 +6137;2;3243.50;10.70;1892.00;0.64;0.28 +6137;3;3237.00;10.75;1895.00;4.51;0.28 +6137;4;3247.00;10.70;1895.00;1.76;0.28 +6137;5;3242.50;10.60;1896.50;2.94;0.28 +6137;9;3238.22;10.80;1894.00;1.57;0.28 +6137;10;3245.78;10.70;1894.00;-1.57;0.28 6137;21;3238.22;10.80;1894.00;1.57;0.28 +6138;0;3175.00;10.15;1792.00;0.00;0.32 +6138;1;3172.50;10.30;1788.50;-0.62;0.32 +6138;2;3176.50;10.40;1788.50;0.40;0.32 +6138;3;3178.50;10.40;1792.50;1.71;0.32 +6138;4;3173.00;9.80;1793.50;4.06;0.32 +6138;5;3176.00;9.90;1796.50;2.92;0.32 +6138;6;3178.50;10.20;1796.00;2.42;0.32 +6138;9;3172.12;9.90;1792.00;1.57;0.32 +6138;10;3177.88;10.40;1792.00;-1.57;0.32 6138;21;3172.12;9.90;1792.00;1.57;0.32 +6139;0;3264.00;10.25;1709.00;0.00;0.24 +6139;1;3262.00;10.15;1706.50;-0.67;0.24 +6139;2;3265.50;10.00;1707.50;0.78;0.24 +6139;3;3261.00;10.35;1710.00;4.39;0.24 +6139;4;3266.50;9.95;1710.00;1.95;0.24 +6139;5;3264.50;10.10;1711.50;2.94;0.24 +6139;9;3261.30;10.31;1709.00;1.57;0.24 +6139;10;3266.70;9.92;1709.00;-1.57;0.24 6139;21;3261.30;10.31;1709.00;1.57;0.24 +6140;0;3419.00;10.10;1916.00;0.00;0.34 +6140;1;3416.50;10.00;1912.50;-0.62;0.34 +6140;2;3422.00;10.12;1913.00;0.78;0.34 +6140;3;3424.00;10.10;1916.50;1.67;0.34 +6140;4;3414.50;10.00;1917.00;4.49;0.34 +6140;5;3419.00;10.10;1919.50;3.14;0.34 +6140;9;3414.50;10.00;1916.00;1.57;0.34 +6140;10;3423.50;10.10;1916.00;-1.57;0.34 6140;21;3414.50;10.00;1916.00;1.57;0.34 +6141;0;3205.00;10.50;1797.00;0.00;0.30 +6141;1;3206.00;10.47;1794.00;0.32;0.30 +6141;2;3203.00;10.50;1795.50;-0.92;0.30 +6141;3;1602.00;12.07;898.00;-1.06;0.30 +6141;4;3202.00;10.45;1798.50;4.24;0.30 +6141;5;3203.50;10.50;1799.50;3.68;0.30 +6141;9;3202.30;10.50;1797.00;1.57;0.30 +6141;10;3207.70;10.25;1797.00;-1.57;0.30 6141;21;3202.30;10.50;1797.00;1.57;0.30 +6142;0;3234.00;10.90;1946.00;0.00;0.40 +6142;1;3233.50;10.80;1940.50;-0.09;0.40 +6142;2;3237.50;10.80;1940.50;0.56;0.40 +6142;3;3230.50;10.80;1946.50;4.57;0.40 +6142;4;3237.50;10.90;1946.00;1.57;0.40 +6142;5;3233.50;10.70;1952.00;3.22;0.40 +6142;9;3230.40;10.80;1946.00;1.57;0.40 +6142;10;3237.60;10.90;1946.00;-1.57;0.40 6142;21;3230.40;10.80;1946.00;1.57;0.40 +6143;0;3415.00;10.30;1705.00;0.00;0.18 +6143;1;1707.00;9.80;852.00;-1.10;0.18 +6143;2;3415.50;10.30;1703.50;0.32;0.18 +6143;3;3419.00;10.40;1705.00;1.57;0.18 +6143;4;3412.50;10.20;1706.50;4.17;0.18 +6143;5;3419.00;10.40;1706.50;1.93;0.18 +6143;6;3416.00;10.40;1707.00;2.67;0.18 +6143;9;3411.58;10.01;1705.00;1.57;0.18 +6143;10;3418.42;10.40;1705.00;-1.57;0.18 6143;21;3411.58;10.01;1705.00;1.57;0.18 +6144;0;3196.00;9.80;1749.00;0.00;0.24 +6144;1;3196.50;9.80;1747.00;0.24;0.24 +6144;2;3192.50;9.80;1748.00;-1.29;0.24 +6144;3;3199.50;9.80;1749.50;1.71;0.24 +6144;4;3192.00;9.80;1750.00;4.46;0.24 +6144;5;3194.50;9.80;1750.50;3.92;0.24 +6144;6;3197.50;9.80;1752.00;2.67;0.24 +6144;9;3193.12;9.80;1749.00;1.57;0.24 +6144;10;3198.88;9.75;1749.00;-1.57;0.24 6144;21;3193.12;9.80;1749.00;1.57;0.24 +6145;0;2905.00;9.72;1747.00;0.00;0.18 +6145;1;2902.00;10.32;1747.00;4.71;0.18 +6145;2;2905.00;9.50;1745.50;0.00;0.18 +6145;3;2907.00;9.50;1745.00;0.78;0.18 +6145;4;2907.00;9.85;1747.50;1.81;0.18 +6145;5;2904.50;11.60;1749.50;3.33;0.18 +6145;9;2902.66;10.06;1747.00;1.57;0.18 +6145;10;2907.34;9.64;1747.00;-1.57;0.18 +6145;19;2905.00;9.50;1746.00;0.00;0.18 +6145;20;2905.00;9.50;1744.25;0.00;0.18 6145;21;2902.66;10.06;1747.00;1.57;0.18 +6146;0;3258.00;10.50;1824.00;0.00;0.16 +6146;1;3257.00;10.40;1822.00;-0.46;0.16 +6146;2;3261.00;10.40;1822.50;1.10;0.16 +6146;3;3253.50;10.45;1824.00;4.71;0.16 +6146;4;3262.50;10.50;1824.50;1.68;0.16 +6146;5;1628.50;11.40;911.50;-1.06;0.16 +6146;6;3255.50;10.50;1825.50;4.17;0.16 +6146;7;3260.50;10.50;1825.50;2.11;0.16 +6146;9;3254.40;10.49;1824.00;1.57;0.16 +6146;10;3261.60;10.45;1824.00;-1.57;0.16 6146;21;3254.40;10.49;1824.00;1.57;0.16 +6147;0;3029.00;11.45;1766.00;0.00;0.24 +6147;1;3027.50;11.50;1763.00;-0.46;0.24 +6147;2;3030.00;11.15;1762.50;0.27;0.24 +6147;3;1514.00;9.50;882.50;-1.04;0.24 +6147;4;3026.00;11.55;1766.50;4.54;0.24 +6147;5;3031.50;11.30;1767.00;1.95;0.24 +6147;6;3030.50;11.70;1769.00;2.67;0.24 +6147;7;3028.00;11.72;1769.00;3.46;0.24 +6147;9;3026.84;11.48;1766.00;1.57;0.24 +6147;10;3031.16;11.16;1766.00;-1.57;0.24 6147;21;3026.84;11.48;1766.00;1.57;0.24 +6148;0;3052.00;10.35;1677.00;0.00;0.22 +6148;1;3050.50;10.30;1672.50;-0.32;0.22 +6148;2;3052.50;10.00;1672.50;0.11;0.22 +6148;3;3049.50;10.45;1674.00;-0.69;0.22 +6148;4;3054.50;9.90;1676.50;1.37;0.22 +6148;5;3049.50;10.50;1677.50;4.51;0.22 +6148;6;3051.00;10.50;1681.00;3.38;0.22 +6148;7;3053.50;10.00;1680.50;2.73;0.22 +6148;9;3050.02;10.47;1677.00;1.57;0.22 +6148;10;3053.98;10.00;1677.00;-1.57;0.22 6148;21;3050.02;10.47;1677.00;1.57;0.22 +6149;0;3516.00;9.80;1673.00;0.00;0.26 +6149;1;3513.00;9.85;1671.50;-1.10;0.26 +6149;2;3517.00;9.90;1670.50;0.38;0.26 +6149;3;3519.50;9.80;1672.50;1.42;0.26 +6149;4;3512.50;9.80;1674.50;4.30;0.26 +6149;5;3518.50;9.80;1674.00;1.95;0.26 +6149;6;3515.50;9.80;1676.00;3.30;0.26 +6149;9;3512.94;9.80;1673.00;1.57;0.26 +6149;10;3519.06;9.77;1673.00;-1.57;0.26 6149;21;3512.94;9.80;1673.00;1.57;0.26 -6150;21;3274.30;10.30;1770.00;1.57;0.22 +6150;0;3277.00;10.32;1770.00;0.00;0.24 +6150;1;3275.50;10.30;1769.00;-0.98;0.24 +6150;2;3279.50;10.00;1768.50;1.03;0.24 +6150;3;3278.50;10.40;1772.00;2.49;0.24 +6150;4;3274.50;10.20;1772.50;3.92;0.24 +6150;9;3274.12;10.30;1770.00;1.57;0.24 +6150;10;3279.88;10.11;1770.00;-1.57;0.24 +6150;21;3274.00;10.30;1770.00;0.00;0.24 +6150;22;3275.50;10.30;1769.00;-0.98;0.24 +6150;23;3279.50;10.00;1768.50;1.03;0.24 +6150;24;3278.50;10.40;1772.00;2.49;0.24 +6150;25;3274.50;10.20;1772.50;3.92;0.24 +6150;38;3279.88;10.11;1770.00;-1.57;0.24 +6151;0;2949.00;9.97;1713.00;0.00;0.26 +6151;1;2948.00;9.95;1711.00;-0.46;0.26 +6151;2;2952.00;9.70;1711.50;1.10;0.26 +6151;3;2945.00;10.45;1713.00;4.71;0.26 +6151;4;2951.50;9.85;1714.00;1.95;0.26 +6151;5;2947.50;10.15;1715.00;3.78;0.26 +6151;6;2950.50;10.00;1715.50;2.60;0.26 +6151;9;2945.94;10.31;1713.00;1.57;0.26 +6151;10;2952.06;9.77;1713.00;-1.57;0.26 +6151;19;2955.00;9.60;1714.00;1.11;0.26 +6151;20;2956.72;9.60;1714.28;1.73;0.26 6151;21;2945.94;10.31;1713.00;1.57;0.26 +6152;0;3044.00;14.52;1883.00;0.00;0.32 +6152;1;3041.50;12.60;1881.00;-0.89;0.32 +6152;2;3047.00;13.75;1881.50;1.10;0.32 +6152;3;3038.00;13.17;1883.00;4.71;0.32 +6152;4;3041.50;13.50;1885.00;4.03;0.32 +6152;5;3047.50;13.90;1886.00;2.27;0.32 +6152;9;3039.86;13.16;1883.00;1.57;0.32 +6152;10;3048.14;13.18;1883.00;-1.57;0.32 6152;21;3039.86;13.16;1883.00;1.57;0.32 +6153;0;3309.00;10.50;1786.00;0.00;0.26 +6153;1;3310.00;10.50;1782.50;0.27;0.26 +6153;2;3307.00;10.50;1782.50;-0.51;0.26 +6153;3;3306.00;10.50;1785.50;-1.40;0.26 +6153;4;3311.00;10.42;1786.00;1.57;0.26 +6153;5;3308.50;10.50;1789.50;3.28;0.26 +6153;6;3311.50;10.40;1789.50;2.52;0.26 +6153;7;3310.50;10.40;1791.00;2.85;0.26 +6153;9;3306.66;10.50;1786.00;1.57;0.26 +6153;10;3311.34;10.40;1786.00;-1.57;0.26 6153;21;3306.66;10.50;1786.00;1.57;0.26 +6154;0;3305.00;10.30;1697.00;0.00;0.20 +6154;1;3304.00;10.30;1695.00;-0.46;0.20 +6154;2;3307.50;10.30;1695.00;0.89;0.20 +6154;3;3301.50;10.30;1695.50;-1.16;0.20 +6154;4;3308.50;10.30;1697.00;1.57;0.20 +6154;5;3303.00;10.30;1698.50;4.06;0.20 +6154;6;3307.00;10.30;1699.50;2.46;0.20 +6154;9;3302.12;10.30;1697.00;1.57;0.20 +6154;10;3307.88;10.30;1697.00;-1.57;0.20 6154;21;3302.12;10.30;1697.00;1.57;0.20 +6155;0;3070.00;12.15;1926.00;0.00;0.42 +6155;1;3066.50;12.00;1921.00;-0.61;0.42 +6155;2;3064.50;12.00;1922.00;-0.94;0.42 +6155;3;3071.50;12.30;1923.50;0.54;0.42 +6155;4;3065.50;11.90;1925.00;-1.35;0.42 +6155;5;3074.50;12.30;1927.50;1.89;0.42 +6155;6;3070.00;12.27;1930.00;3.14;0.42 +6155;7;3074.50;11.75;1931.00;2.40;0.42 +6155;9;3065.68;11.95;1926.00;1.57;0.42 +6155;10;3074.32;12.39;1926.00;-1.57;0.42 6155;21;3065.68;11.95;1926.00;1.57;0.42 +6156;0;3260.00;9.95;1794.00;0.00;0.30 +6156;1;1629.50;11.70;896.50;-1.06;0.30 +6156;2;3257.00;9.60;1794.50;4.54;0.30 +6156;3;3262.00;10.22;1795.00;2.03;0.30 +6156;4;3257.00;10.10;1796.50;4.01;0.30 +6156;5;3261.00;10.25;1796.50;2.76;0.30 +6156;6;3259.00;10.30;1797.50;3.42;0.30 +6156;9;3257.30;9.50;1794.00;1.57;0.30 +6156;10;3262.70;10.20;1794.00;-1.57;0.30 6156;21;3257.30;9.50;1794.00;1.57;0.30 +6157;0;3315.00;10.10;1949.00;0.00;0.30 +6157;1;3315.00;10.50;1945.50;0.00;0.30 +6157;2;3318.50;10.15;1947.00;1.05;0.30 +6157;3;3312.00;10.15;1948.50;-1.40;0.30 +6157;4;3317.50;10.00;1951.50;2.35;0.30 +6157;5;3312.00;9.95;1951.50;4.01;0.30 +6157;6;3315.00;10.00;1952.50;3.14;0.30 +6157;9;3312.30;10.05;1949.00;1.57;0.30 +6157;10;3317.70;10.08;1949.00;-1.57;0.30 6157;21;3312.30;10.05;1949.00;1.57;0.30 +6158;0;3486.00;9.80;1705.00;0.00;0.20 +6158;1;3487.00;9.80;1703.50;0.58;0.20 +6158;2;3483.50;9.80;1704.00;-1.19;0.20 +6158;3;3490.50;9.80;1706.00;1.78;0.20 +6158;4;3483.50;9.80;1707.00;4.03;0.20 +6158;5;3487.50;9.80;1707.00;2.49;0.20 +6158;9;3483.30;9.80;1705.00;1.57;0.20 +6158;10;3488.70;9.80;1705.00;-1.57;0.20 6158;21;3483.30;9.80;1705.00;1.57;0.20 +6159;0;3365.00;9.85;1821.00;0.00;0.30 +6159;1;3367.00;9.80;1817.50;0.51;0.30 +6159;2;3369.50;9.80;1817.50;0.91;0.30 +6159;3;3362.50;9.85;1820.00;-1.19;0.30 +6159;4;3369.00;9.90;1820.50;1.44;0.30 +6159;5;3360.00;9.80;1821.50;4.61;0.30 +6159;6;3361.00;9.80;1823.50;4.15;0.30 +6159;7;3366.00;9.80;1823.50;2.76;0.30 +6159;9;3361.22;9.80;1821.00;1.57;0.30 +6159;10;3368.78;9.90;1821.00;-1.57;0.30 6159;21;3361.22;9.80;1821.00;1.57;0.30 +6160;0;2988.00;10.17;1745.00;0.00;0.26 +6160;1;2985.50;9.95;1744.00;-1.19;0.26 +6160;2;2987.50;10.05;1742.00;-0.16;0.26 +6160;3;2991.00;10.30;1743.50;1.10;0.26 +6160;4;2987.00;10.27;1748.00;3.46;0.26 +6160;5;2990.00;10.55;1748.00;2.55;0.26 +6160;9;2985.66;9.80;1745.00;1.57;0.26 +6160;10;2990.34;10.28;1745.00;-1.57;0.26 6160;21;2985.66;9.80;1745.00;1.57;0.26 +6161;0;3119.00;10.70;1858.00;0.00;0.30 +6161;1;3119.50;10.30;1855.00;0.16;0.30 +6161;2;3122.50;10.30;1857.50;1.42;0.30 +6161;3;3115.00;10.75;1857.50;-1.44;0.30 +6161;4;3115.50;10.80;1860.50;4.09;0.30 +6161;5;3123.00;10.80;1860.50;2.12;0.30 +6161;6;3119.50;10.90;1861.50;3.00;0.30 +6161;9;3115.76;10.80;1858.00;1.57;0.30 +6161;10;3122.24;10.42;1858.00;-1.57;0.30 6161;21;3115.76;10.80;1858.00;1.57;0.30 +6162;0;3639.00;10.50;1708.00;0.00;0.30 +6162;1;3640.00;9.90;1703.00;0.19;0.30 +6162;2;3641.00;9.95;1704.50;0.51;0.30 +6162;3;3638.00;10.45;1706.00;-0.46;0.30 +6162;4;3641.50;10.35;1708.00;1.57;0.30 +6162;5;3636.50;10.50;1711.00;3.83;0.30 +6162;6;3639.50;10.50;1712.00;3.01;0.30 +6162;7;3636.00;10.60;1713.00;3.68;0.30 +6162;9;3636.30;10.48;1708.00;1.57;0.30 +6162;10;3641.70;10.35;1708.00;-1.57;0.30 6162;21;3636.30;10.48;1708.00;1.57;0.30 +6163;0;3196.00;10.32;1768.00;0.00;0.22 +6163;1;3194.50;10.40;1766.50;-0.78;0.22 +6163;2;3199.00;10.05;1766.50;1.10;0.22 +6163;3;3191.50;10.40;1768.50;4.60;0.22 +6163;4;1597.50;16.70;883.50;-1.06;0.22 +6163;5;3192.50;10.25;1770.00;4.19;0.22 +6163;6;1597.50;16.70;883.50;-1.06;0.22 +6163;7;3196.50;10.35;1770.00;2.89;0.22 +6163;9;3192.58;10.40;1768.00;1.57;0.22 +6163;10;3199.42;9.95;1768.00;-1.57;0.22 6163;21;3192.58;10.40;1768.00;1.57;0.22 +6164;0;3033.00;10.15;1718.00;0.00;0.26 +6164;1;3030.50;9.80;1714.50;-0.62;0.26 +6164;2;3033.50;10.30;1716.00;0.24;0.26 +6164;3;3030.50;9.80;1717.00;-1.19;0.26 +6164;4;3036.00;10.40;1717.00;1.24;0.26 +6164;5;3036.00;10.50;1719.50;2.03;0.26 +6164;6;3031.50;10.20;1720.00;3.78;0.26 +6164;7;3033.50;10.35;1721.00;2.97;0.26 +6164;9;3030.66;9.85;1718.00;1.57;0.26 +6164;10;3035.34;10.40;1718.00;-1.57;0.26 6164;21;3030.66;9.85;1718.00;1.57;0.26 +6165;0;3149.00;9.67;1879.00;0.00;0.34 +6165;1;3150.50;9.70;1876.00;0.46;0.34 +6165;2;3146.00;9.60;1878.50;-1.40;0.34 +6165;3;3152.00;9.70;1881.00;2.15;0.34 +6165;4;3144.00;9.90;1879.50;4.61;0.34 +6165;5;3147.50;9.70;1881.00;3.78;0.34 +6165;9;3145.76;9.65;1879.00;1.57;0.34 +6165;10;3152.24;9.70;1879.00;-1.57;0.34 +6165;19;3153.00;9.57;1874.00;0.46;0.34 +6165;20;3154.09;9.57;1872.63;0.67;0.34 6165;21;3145.76;9.65;1879.00;1.57;0.34 +6166;0;3449.00;10.50;1762.00;0.00;0.40 +6166;1;3448.00;10.10;1756.50;-0.18;0.40 +6166;2;3451.50;10.50;1758.00;0.55;0.40 +6166;3;3445.00;10.50;1761.50;-1.44;0.40 +6166;4;3453.50;10.60;1763.00;1.78;0.40 +6166;5;3447.00;10.50;1766.50;3.56;0.40 +6166;6;3452.00;10.50;1767.00;2.60;0.40 +6166;9;3445.40;10.50;1762.00;1.57;0.40 +6166;10;3452.60;10.55;1762.00;-1.57;0.40 6166;21;3445.40;10.50;1762.00;1.57;0.40 +6167;0;3405.00;10.37;1693.00;0.00;0.16 +6167;1;3403.00;10.40;1691.00;-0.78;0.16 +6167;2;3405.50;10.40;1691.50;0.32;0.16 +6167;3;3407.50;10.30;1692.50;1.37;0.16 +6167;4;3402.00;10.40;1693.50;4.54;0.16 +6167;5;3407.50;10.20;1693.50;1.76;0.16 +6167;6;1702.00;9.80;846.00;-1.10;0.16 +6167;9;3402.66;10.40;1693.00;1.57;0.16 +6167;10;3407.34;10.25;1693.00;-1.57;0.16 6167;21;3402.66;10.40;1693.00;1.57;0.16 +6168;0;3166.00;10.75;1920.00;0.00;0.40 +6168;1;3166.50;10.70;1916.50;0.14;0.40 +6168;2;3170.50;10.50;1916.50;0.91;0.40 +6168;3;3162.00;10.37;1918.00;-1.10;0.40 +6168;4;3169.00;10.72;1921.00;1.89;0.40 +6168;5;3161.50;10.80;1921.50;4.39;0.40 +6168;6;3166.00;11.02;1925.00;3.14;0.40 +6168;9;3162.04;10.62;1920.00;1.57;0.40 +6168;10;3169.96;10.62;1920.00;-1.57;0.40 6168;21;3169.96;10.62;1920.00;-1.57;0.40 +6169;0;3354.00;10.70;1742.00;0.00;0.22 +6169;1;3353.50;10.70;1738.00;-0.12;0.22 +6169;2;3355.00;10.70;1738.50;0.27;0.22 +6169;3;3352.00;10.60;1739.50;-0.67;0.22 +6169;4;3355.50;10.70;1742.00;1.57;0.22 +6169;5;3352.00;10.70;1743.50;4.06;0.22 +6169;6;3354.50;10.70;1745.50;3.00;0.22 +6169;7;3357.00;10.70;1746.00;2.49;0.22 +6169;9;3352.02;10.70;1742.00;1.57;0.22 +6169;10;3355.98;10.70;1742.00;-1.57;0.22 6169;21;3352.02;10.70;1742.00;1.57;0.22 +6170;0;3147.00;11.70;1942.00;0.00;0.36 +6170;1;3146.50;11.45;1938.00;-0.12;0.36 +6170;2;3151.00;11.70;1940.50;1.21;0.36 +6170;3;3143.00;11.85;1941.00;-1.32;0.36 +6170;4;3143.50;11.80;1944.50;4.09;0.36 +6170;5;3149.00;11.65;1944.50;2.46;0.36 +6170;9;3143.04;11.84;1942.00;1.57;0.36 +6170;10;3150.96;11.70;1942.00;-1.57;0.36 6170;21;3150.96;11.70;1942.00;-1.57;0.36 +6171;0;3570.00;10.00;1709.00;0.00;0.24 +6171;1;3567.50;9.80;1707.00;-0.89;0.24 +6171;2;3571.00;10.00;1706.50;0.38;0.24 +6171;3;3574.00;9.92;1709.00;1.57;0.24 +6171;4;3566.00;9.80;1709.50;4.58;0.24 +6171;5;3568.50;9.80;1711.00;3.78;0.24 +6171;6;3573.00;9.90;1711.50;2.26;0.24 +6171;9;3566.94;9.80;1709.00;1.57;0.24 +6171;10;3573.06;9.90;1709.00;-1.57;0.24 6171;21;3566.94;9.80;1709.00;1.57;0.24 +6172;0;3323.00;10.30;1764.00;0.00;0.24 +6172;1;3322.50;10.30;1762.00;-0.24;0.24 +6172;2;3325.50;10.30;1761.00;0.69;0.24 +6172;3;3326.00;10.30;1762.50;1.10;0.24 +6172;4;3320.00;10.30;1764.50;4.54;0.24 +6172;5;3325.50;10.30;1765.00;1.95;0.24 +6172;6;3321.50;10.30;1766.50;3.68;0.24 +6172;7;3324.00;10.40;1767.50;2.86;0.24 +6172;9;3320.84;10.30;1764.00;1.57;0.24 +6172;10;3325.16;10.30;1764.00;-1.57;0.24 6172;21;3320.84;10.30;1764.00;1.57;0.24 +6173;0;3002.00;10.45;1843.00;0.00;0.40 +6173;1;2998.50;11.35;1838.00;-0.61;0.40 +6173;2;3003.00;10.80;1841.50;0.58;0.40 +6173;3;2998.00;10.90;1839.50;-0.85;0.40 +6173;4;2997.50;10.50;1842.00;-1.35;0.40 +6173;5;3001.00;10.37;1846.00;3.46;0.40 +6173;6;3007.50;11.20;1844.00;1.75;0.40 +6173;7;3006.00;10.95;1846.00;2.21;0.40 +6173;8;3004.50;10.50;1848.00;2.67;0.40 +6173;9;2998.40;10.41;1843.00;1.57;0.40 +6173;10;3005.60;10.96;1843.00;-1.57;0.40 6173;21;2998.40;10.41;1843.00;1.57;0.40 +6174;0;3277.00;10.40;1727.00;0.00;0.22 +6174;1;3277.50;10.40;1724.50;0.19;0.22 +6174;2;3279.00;10.40;1724.50;0.67;0.22 +6174;3;3275.50;10.40;1725.50;-0.78;0.22 +6174;4;3279.50;10.40;1726.50;1.37;0.22 +6174;5;3274.50;10.35;1728.00;4.33;0.22 +6174;6;3279.50;10.20;1729.00;2.24;0.22 +6174;7;3276.00;9.90;1730.00;3.46;0.22 +6174;8;3278.00;9.95;1730.00;2.82;0.22 +6174;9;3275.02;10.40;1727.00;1.57;0.22 +6174;10;3278.98;10.40;1727.00;-1.57;0.22 +6174;19;3278.00;9.50;1733.00;-2.82;0.22 +6174;20;3278.28;9.50;1734.72;2.97;0.22 6174;21;3275.02;10.40;1727.00;1.57;0.22 +6175;0;3278.00;10.67;1850.00;0.00;0.34 +6175;1;3278.00;10.60;1844.50;0.00;0.34 +6175;2;3275.50;10.70;1848.50;-1.03;0.34 +6175;3;3280.50;10.70;1845.00;0.46;0.34 +6175;4;3280.50;10.65;1850.00;1.57;0.34 +6175;5;3273.00;10.60;1853.50;4.10;0.34 +6175;6;3277.00;10.55;1854.00;3.38;0.34 +6175;9;3274.94;10.70;1850.00;1.57;0.34 +6175;10;3281.06;10.62;1850.00;-1.57;0.34 6175;21;3274.94;10.70;1850.00;1.57;0.34 +6176;0;2904.00;9.70;1699.00;0.00;0.24 +6176;1;2903.00;9.50;1697.50;-0.58;0.24 +6176;2;2907.00;9.70;1697.50;1.10;0.24 +6176;3;2906.50;10.00;1700.00;1.95;0.24 +6176;4;2901.50;9.70;1701.50;3.92;0.24 +6176;5;2904.50;10.15;1702.00;2.97;0.24 +6176;9;2900.76;9.53;1699.00;1.57;0.24 +6176;10;2907.24;9.80;1699.00;-1.57;0.24 +6176;19;2898.00;9.50;1700.00;-0.59;0.24 +6176;20;2896.27;9.50;1700.28;4.54;0.24 6176;21;2907.24;9.80;1699.00;-1.57;0.24 +6177;0;3619.00;10.50;1849.00;0.00;0.86 +6177;1;3623.00;10.00;1837.50;0.33;0.86 +6177;2;3613.50;10.40;1845.00;-0.94;0.86 +6177;3;3626.50;10.50;1843.50;0.93;0.86 +6177;4;3627.00;10.50;1852.00;1.93;0.86 +6177;5;3611.50;10.40;1855.50;3.99;0.86 +6177;6;3623.00;10.60;1857.50;2.70;0.86 +6177;9;3610.54;10.40;1849.00;1.57;0.86 +6177;10;3627.46;10.50;1849.00;-1.57;0.86 6177;21;3610.54;10.40;1849.00;1.57;0.86 +6178;0;3212.00;10.30;1699.00;0.00;0.26 +6178;1;3212.50;10.30;1696.50;0.19;0.26 +6178;2;3209.50;9.90;1697.50;-1.03;0.26 +6178;3;3215.00;9.95;1698.50;1.40;0.26 +6178;4;3214.00;10.15;1700.50;2.21;0.26 +6178;5;3209.00;10.25;1700.50;4.24;0.26 +6178;6;3211.00;10.30;1701.50;3.52;0.26 +6178;9;3209.48;10.09;1699.00;1.57;0.26 +6178;10;3214.52;9.99;1699.00;-1.57;0.26 6178;21;3209.48;10.09;1699.00;1.57;0.26 +6179;0;3249.00;10.70;1884.00;0.00;0.34 +6179;1;3248.00;10.55;1880.00;-0.24;0.34 +6179;2;3244.50;10.70;1880.50;-0.91;0.34 +6179;3;3252.50;10.80;1881.50;0.95;0.34 +6179;4;3244.50;10.70;1883.00;-1.35;0.34 +6179;5;3253.00;10.75;1886.00;2.03;0.34 +6179;6;3247.00;10.80;1887.00;3.73;0.34 +6179;9;3245.40;10.70;1884.00;1.57;0.34 +6179;10;3252.60;10.80;1884.00;-1.57;0.34 6179;21;3245.40;10.70;1884.00;1.57;0.34 +6180;0;3477.00;9.90;1693.00;0.00;0.24 +6180;1;3478.00;10.00;1691.00;0.46;0.24 +6180;2;3474.00;10.37;1691.00;-0.98;0.24 +6180;3;3480.50;10.00;1692.00;1.29;0.24 +6180;4;3473.00;10.15;1693.50;4.58;0.24 +6180;5;3480.00;9.85;1694.00;1.89;0.24 +6180;6;3476.50;9.80;1695.50;3.33;0.24 +6180;9;3473.94;10.15;1693.00;1.57;0.24 +6180;10;3480.06;9.88;1693.00;-1.57;0.24 6180;21;3473.94;10.15;1693.00;1.57;0.24 +6181;0;3313.00;10.40;1917.00;0.00;0.24 +6181;1;3308.00;9.80;1914.00;-1.03;0.24 +6181;2;3312.50;9.90;1914.00;-0.16;0.24 +6181;3;3317.50;10.40;1915.50;1.24;0.24 +6181;4;3305.00;10.60;1916.50;-1.50;0.24 +6181;5;3320.50;10.60;1916.50;1.50;0.24 +6181;6;3319.50;10.55;1919.00;1.86;0.24 +6181;7;3306.50;10.60;1918.50;4.48;0.24 +6181;8;3312.00;10.50;1919.00;3.60;0.24 +6181;9;3307.24;10.56;1917.00;1.57;0.24 +6181;10;3318.76;10.60;1917.00;-1.57;0.24 +6181;19;3310.00;9.50;1913.00;-0.17;0.24 +6181;20;3308.95;9.50;1911.60;-0.64;0.24 6181;21;3307.24;10.56;1917.00;1.57;0.24 +6182;0;3407.00;10.42;1748.00;0.00;0.28 +6182;1;3408.00;10.40;1745.00;0.32;0.28 +6182;2;3410.50;10.50;1747.00;1.29;0.28 +6182;3;3404.00;10.40;1747.00;-1.24;0.28 +6182;4;3408.00;10.50;1750.50;2.76;0.28 +6182;5;3410.50;10.50;1750.00;2.09;0.28 +6182;6;3404.50;10.40;1750.50;3.92;0.28 +6182;9;3404.30;10.40;1748.00;1.57;0.28 +6182;10;3409.70;10.50;1748.00;-1.57;0.28 6182;21;3404.30;10.40;1748.00;1.57;0.28 +6183;0;3257.00;10.25;1948.00;0.00;0.32 +6183;1;3258.00;10.25;1942.00;0.16;0.32 +6183;2;3261.50;10.10;1942.50;0.68;0.32 +6183;3;3254.50;10.25;1948.00;4.71;0.32 +6183;4;3260.00;10.22;1947.00;1.24;0.32 +6183;5;3259.00;9.90;1953.00;2.76;0.32 +6183;6;3255.00;9.90;1954.00;3.46;0.32 +6183;7;3257.50;9.95;1955.00;3.07;0.32 +6183;9;3254.12;10.25;1948.00;1.57;0.32 +6183;10;3259.88;10.18;1948.00;-1.57;0.32 6183;21;3254.12;10.25;1948.00;1.57;0.32 +6184;0;2932.00;14.12;1735.00;0.00;0.34 +6184;1;2932.50;12.60;1731.50;0.14;0.34 +6184;2;2929.00;13.40;1731.50;-0.70;0.34 +6184;3;2928.00;14.22;1734.00;-1.32;0.34 +6184;4;2935.50;13.10;1732.50;0.95;0.34 +6184;5;2936.00;13.60;1736.00;1.81;0.34 +6184;6;2928.00;15.50;1736.50;4.35;0.34 +6184;7;2931.50;14.75;1738.00;3.30;0.34 +6184;9;2928.76;14.83;1735.00;1.57;0.34 +6184;10;2935.24;13.46;1735.00;-1.57;0.34 6184;21;2928.76;14.83;1735.00;1.57;0.34 +6185;0;3030.00;11.82;1834.00;0.00;0.30 +6185;1;3029.50;11.80;1831.50;-0.19;0.30 +6185;2;3026.00;12.52;1832.00;-1.10;0.30 +6185;3;3033.00;11.60;1833.00;1.24;0.30 +6185;4;3027.50;11.90;1835.00;4.33;0.30 +6185;5;1514.50;9.50;916.50;-1.02;0.30 +6185;6;3033.00;12.10;1835.50;2.03;0.30 +6185;7;3029.50;12.00;1837.00;3.30;0.30 +6185;9;3026.58;12.18;1834.00;1.57;0.30 +6185;10;3033.42;11.75;1834.00;-1.57;0.30 6185;21;3026.58;12.18;1834.00;1.57;0.30 +6186;0;3239.00;9.70;1753.00;0.00;0.22 +6186;1;3238.50;9.60;1749.50;-0.14;0.22 +6186;2;3237.00;9.70;1752.50;-1.32;0.22 +6186;3;3240.50;9.70;1752.00;0.98;0.22 +6186;4;3241.50;9.95;1755.00;2.24;0.22 +6186;5;3238.50;9.70;1755.50;3.33;0.22 +6186;9;3237.02;9.70;1753.00;1.57;0.22 +6186;10;3240.98;9.77;1753.00;-1.57;0.22 +6186;19;3238.00;9.50;1747.00;-0.14;0.22 +6186;20;3237.71;9.50;1745.27;-0.16;0.22 6186;21;3237.02;9.70;1753.00;1.57;0.22 +6187;0;3004.00;9.82;1864.00;0.00;0.42 +6187;1;3005.50;10.60;1858.50;0.26;0.42 +6187;2;3001.00;9.50;1860.00;-0.64;0.42 +6187;3;3007.00;10.55;1860.00;0.64;0.42 +6187;4;3001.50;10.60;1864.50;4.51;0.42 +6187;5;3008.50;10.30;1864.00;1.57;0.42 +6187;6;3007.00;10.85;1867.50;2.43;0.42 +6187;9;2999.32;9.50;1864.00;1.57;0.42 +6187;10;3008.68;10.37;1864.00;-1.57;0.42 +6187;19;2999.00;9.50;1861.00;-1.77;0.42 +6187;20;2997.49;9.50;1860.10;-1.03;0.42 6187;21;2999.32;9.50;1864.00;1.57;0.42 +6188;0;3037.00;9.65;1710.00;0.00;0.18 +6188;1;3034.00;9.70;1709.00;-1.24;0.18 +6188;2;1518.00;9.50;854.50;-1.05;0.18 +6188;3;3039.00;9.65;1708.50;0.92;0.18 +6188;4;3039.50;9.80;1710.50;1.76;0.18 +6188;5;3035.50;9.90;1712.00;3.78;0.18 +6188;9;3034.30;9.76;1710.00;1.57;0.18 +6188;10;3039.70;9.75;1710.00;-1.57;0.18 6188;21;3034.30;9.76;1710.00;1.57;0.18 +6189;0;3389.00;10.40;1716.00;0.00;0.24 +6189;1;3390.00;10.35;1713.50;0.38;0.24 +6189;2;3386.00;10.40;1715.00;-1.24;0.24 +6189;3;3392.50;10.05;1716.00;1.57;0.24 +6189;4;3388.00;10.40;1718.50;3.52;0.24 +6189;5;3391.00;10.35;1718.00;2.35;0.24 +6189;9;3386.66;10.40;1716.00;1.57;0.24 +6189;10;3391.34;10.31;1716.00;-1.57;0.24 6189;21;3386.66;10.40;1716.00;1.57;0.24 +6190;0;3491.00;10.50;1733.00;0.00;0.24 +6190;1;3490.50;10.50;1730.00;-0.16;0.24 +6190;2;3488.00;10.47;1732.00;-1.24;0.24 +6190;3;3493.00;10.40;1732.00;1.10;0.24 +6190;4;3493.00;10.40;1735.50;2.46;0.24 +6190;5;3488.50;10.45;1735.00;4.03;0.24 +6190;6;3491.00;10.50;1737.00;3.14;0.24 +6190;9;3488.84;10.50;1733.00;1.57;0.24 +6190;10;3493.16;10.36;1733.00;-1.57;0.24 6190;21;3488.84;10.50;1733.00;1.57;0.24 +6191;0;3550.00;10.20;1693.00;0.00;0.26 +6191;1;3548.00;10.40;1690.50;-0.67;0.26 +6191;2;3551.50;10.20;1691.00;0.64;0.26 +6191;3;3546.50;10.20;1692.00;-1.29;0.26 +6191;4;3554.00;9.85;1693.50;1.69;0.26 +6191;5;3548.00;9.80;1695.00;3.92;0.26 +6191;6;3552.50;9.80;1695.50;2.35;0.26 +6191;9;3546.94;10.00;1693.00;1.57;0.26 +6191;10;3553.06;9.96;1693.00;-1.57;0.26 6191;21;3546.94;10.00;1693.00;1.57;0.26 +6192;0;3510.00;9.70;1907.00;0.00;1.06 +6192;1;3510.00;9.70;1886.50;0.00;1.06 +6192;2;3518.50;9.70;1887.00;0.40;1.06 +6192;3;3520.00;9.70;1897.00;0.78;1.06 +6192;4;3503.50;9.70;1891.50;-0.39;1.06 +6192;5;3502.50;9.70;1903.00;-1.08;1.06 +6192;6;3513.72;9.70;1911.18;2.71;1.06 +6192;7;3500.50;9.70;1924.00;3.65;1.06 +6192;9;3500.46;9.50;1907.00;1.57;1.06 +6192;10;3519.54;9.64;1907.00;-1.57;1.06 +6192;19;3497.00;9.50;1894.00;-1.08;1.06 +6192;20;3495.76;9.50;1892.76;-0.78;1.06 6192;21;3500.46;9.50;1907.00;1.57;1.06 +6193;0;3506.00;9.90;1767.00;0.00;0.38 +6193;1;3506.50;9.90;1761.50;0.09;0.38 +6193;2;3503.00;9.90;1762.00;-0.54;0.38 +6193;3;3508.50;9.90;1763.00;0.55;0.38 +6193;4;3502.50;9.80;1766.50;-1.42;0.38 +6193;5;3509.00;9.90;1767.00;1.57;0.38 +6193;6;3510.50;9.80;1771.00;2.29;0.38 +6193;7;3506.50;9.80;1771.50;3.03;0.38 +6193;9;3502.58;9.80;1767.00;1.57;0.38 +6193;10;3509.42;9.90;1767.00;-1.57;0.38 6193;21;3502.58;9.80;1767.00;1.57;0.38 +6194;0;3373.00;10.60;1928.00;0.00;0.36 +6194;1;3373.00;10.57;1924.00;0.00;0.36 +6194;2;3378.50;10.50;1926.50;1.30;0.36 +6194;3;3367.50;10.60;1928.50;4.62;0.36 +6194;4;3375.50;10.50;1931.50;2.52;0.36 +6194;5;3370.00;10.50;1932.50;3.73;0.36 +6194;9;3368.32;10.60;1928.00;1.57;0.36 +6194;10;3377.68;10.60;1928.00;-1.57;0.36 6194;21;3368.32;10.60;1928.00;1.57;0.36 +6195;0;3009.00;10.80;1739.00;0.00;0.30 +6195;1;3010.50;10.70;1736.50;0.54;0.30 +6195;2;3006.50;10.90;1738.00;-1.19;0.30 +6195;3;3012.50;10.70;1738.50;1.42;0.30 +6195;4;3004.50;11.20;1740.50;4.39;0.30 +6195;5;3011.50;10.70;1742.00;2.44;0.30 +6195;6;3007.50;10.85;1742.00;3.60;0.30 +6195;7;3010.50;10.70;1743.50;2.82;0.30 +6195;9;3005.94;11.00;1739.00;1.57;0.30 +6195;10;3012.06;10.70;1739.00;-1.57;0.30 6195;21;3005.94;11.00;1739.00;1.57;0.30 +6196;0;2776.00;9.70;1756.00;0.00;0.30 +6196;1;2776.00;9.70;1756.00;0.00;0.30 +6196;9;2773.30;9.66;1756.00;1.57;0.30 +6196;10;2778.70;9.50;1756.00;-1.57;0.30 +6196;19;2774.00;9.50;1746.00;-1.57;0.30 +6196;20;2773.65;9.50;1744.28;-0.19;0.30 6196;21;2773.30;9.66;1756.00;1.57;0.30 +6197;0;3286.00;10.32;1717.00;0.00;0.22 +6197;1;3285.50;10.30;1715.50;-0.32;0.22 +6197;2;3288.50;10.30;1714.50;0.78;0.22 +6197;3;3289.00;10.30;1716.50;1.40;0.22 +6197;4;3283.50;10.30;1717.50;4.51;0.22 +6197;5;3286.00;10.30;1719.50;3.14;0.22 +6197;6;3283.50;10.30;1719.50;3.92;0.22 +6197;9;3283.84;10.35;1717.00;1.57;0.22 +6197;10;3288.16;10.30;1717.00;-1.57;0.22 6197;21;3283.84;10.35;1717.00;1.57;0.22 +6198;0;3185.00;10.50;1814.00;0.00;0.32 +6198;1;3185.50;10.50;1811.00;0.16;0.32 +6198;2;3181.50;10.40;1812.50;-1.16;0.32 +6198;3;3188.00;10.50;1814.00;1.57;0.32 +6198;4;3183.50;10.40;1816.00;3.78;0.32 +6198;5;3187.50;10.50;1817.00;2.44;0.32 +6198;9;3182.12;10.40;1814.00;1.57;0.32 +6198;10;3187.88;10.50;1814.00;-1.57;0.32 6198;21;3182.12;10.40;1814.00;1.57;0.32 +6199;0;3480.00;10.02;1763.00;0.00;0.30 +6199;1;3479.00;10.40;1758.00;-0.19;0.30 +6199;2;3483.00;10.50;1759.50;0.70;0.30 +6199;3;3477.50;9.90;1763.00;4.71;0.30 +6199;4;3483.00;10.15;1765.50;2.26;0.30 +6199;5;3479.00;9.80;1767.50;3.36;0.30 +6199;9;3477.30;9.90;1763.00;1.57;0.30 +6199;10;3482.70;10.46;1763.00;-1.57;0.30 6199;21;3477.30;9.90;1763.00;1.57;0.30 +6200;0;3092.00;11.07;1853.00;0.00;0.30 +6200;1;3092.50;11.10;1850.00;0.16;0.30 +6200;2;3096.50;10.90;1851.00;1.15;0.30 +6200;3;3096.50;10.90;1853.50;1.68;0.30 +6200;4;3087.50;11.30;1853.00;4.71;0.30 +6200;5;3091.50;10.75;1856.00;3.30;0.30 +6200;6;3087.00;11.15;1856.00;4.17;0.30 +6200;9;3087.50;11.30;1853.00;1.57;0.30 +6200;10;3096.50;10.90;1853.00;-1.57;0.30 6200;21;3087.50;11.30;1853.00;1.57;0.30 +6201;0;3158.00;9.70;1709.00;0.00;0.18 +6201;1;3159.00;9.60;1707.00;0.46;0.18 +6201;2;3155.50;9.55;1709.00;4.71;0.18 +6201;3;3160.00;9.70;1710.50;2.21;0.18 +6201;4;3157.50;9.50;1706.00;-0.16;0.18 +6201;5;3162.50;9.60;1708.50;1.46;0.18 +6201;9;3155.48;9.55;1709.00;1.57;0.18 +6201;10;3160.52;9.64;1709.00;-1.57;0.18 +6201;19;3152.00;9.50;1708.00;-1.57;0.18 +6201;20;3150.27;9.50;1707.71;-1.40;0.18 6201;21;3155.48;9.55;1709.00;1.57;0.18 +6202;0;3565.00;10.05;1750.00;0.00;0.36 +6202;1;3563.00;10.00;1747.50;-0.67;0.36 +6202;2;3566.50;9.90;1746.50;0.40;0.36 +6202;3;3569.00;10.45;1748.50;1.21;0.36 +6202;4;3561.00;9.95;1750.00;4.71;0.36 +6202;5;3568.00;10.50;1752.50;2.26;0.36 +6202;6;3562.50;10.00;1753.00;3.83;0.36 +6202;7;3565.00;10.25;1755.50;3.14;0.36 +6202;9;3561.76;10.01;1750.00;1.57;0.36 +6202;10;3568.24;10.42;1750.00;-1.57;0.36 6202;21;3561.76;10.01;1750.00;1.57;0.36 +6203;0;3383.00;10.47;1683.00;0.00;0.26 +6203;1;3382.00;10.27;1681.00;-0.46;0.26 +6203;2;3386.00;10.40;1681.00;0.98;0.26 +6203;3;3386.00;10.50;1683.50;1.73;0.26 +6203;4;3379.00;10.47;1684.00;4.46;0.26 +6203;5;3383.00;10.45;1686.00;3.14;0.26 +6203;6;3380.00;10.50;1686.00;3.92;0.26 +6203;9;3380.12;10.36;1683.00;1.57;0.26 +6203;10;3385.88;10.45;1683.00;-1.57;0.26 6203;21;3380.12;10.36;1683.00;1.57;0.26 +6204;0;2929.00;14.35;1779.00;0.00;0.24 +6204;1;2927.00;13.32;1777.00;-0.78;0.24 +6204;2;2932.50;15.00;1777.00;1.05;0.24 +6204;3;2924.00;13.95;1779.50;4.61;0.24 +6204;4;2935.00;14.72;1780.00;1.73;0.24 +6204;5;2929.50;14.50;1781.50;2.94;0.24 +6204;9;2925.04;13.90;1779.00;1.57;0.24 +6204;10;2932.96;15.10;1779.00;-1.57;0.24 6204;21;2925.04;13.90;1779.00;1.57;0.24 +6205;0;2710.00;10.47;1693.00;0.00;0.26 +6205;1;2708.50;10.55;1693.00;4.71;0.26 +6205;2;2711.00;10.30;1689.50;0.27;0.26 +6205;3;2712.50;10.80;1692.50;1.37;0.26 +6205;4;2713.00;11.05;1695.50;2.26;0.26 +6205;9;2707.66;10.00;1693.00;1.57;0.26 +6205;10;2712.34;10.75;1693.00;-1.57;0.26 +6205;19;2706.00;9.50;1694.00;-1.57;0.26 +6205;20;2704.30;9.50;1694.42;4.46;0.26 6205;21;2707.66;10.00;1693.00;1.57;0.26 +6206;0;3110.00;12.00;1915.00;0.00;0.38 +6206;1;3110.50;11.70;1911.50;0.14;0.38 +6206;2;3114.00;11.67;1912.00;0.92;0.38 +6206;3;3106.00;12.20;1914.50;-1.44;0.38 +6206;4;3113.50;12.10;1916.50;1.97;0.38 +6206;5;3106.50;12.20;1917.50;4.09;0.38 +6206;6;3110.00;12.15;1919.00;3.14;0.38 +6206;9;3106.58;12.05;1915.00;1.57;0.38 +6206;10;3113.42;12.00;1915.00;-1.57;0.38 6206;21;3106.58;12.05;1915.00;1.57;0.38 +6207;0;3001.00;13.55;1793.00;0.00;0.32 +6207;1;3002.00;13.40;1789.50;0.27;0.32 +6207;2;3005.50;13.20;1790.50;1.06;0.32 +6207;3;2998.50;13.90;1791.50;-1.03;0.32 +6207;4;3005.00;13.65;1792.50;1.44;0.32 +6207;5;2997.50;13.65;1795.00;4.19;0.32 +6207;6;3002.50;13.70;1795.00;2.49;0.32 +6207;7;2999.00;13.82;1798.00;3.52;0.32 +6207;8;2998.00;13.87;1798.00;3.68;0.32 +6207;9;2998.12;13.65;1793.00;1.57;0.32 +6207;10;3003.88;13.65;1793.00;-1.57;0.32 6207;21;2998.12;13.65;1793.00;1.57;0.32 +6208;0;3130.00;12.45;1953.00;0.00;0.40 +6208;1;3129.50;12.30;1949.50;-0.14;0.40 +6208;2;3135.00;12.00;1950.00;1.03;0.40 +6208;3;3125.00;12.80;1953.50;4.61;0.40 +6208;4;3132.50;12.50;1954.50;2.11;0.40 +6208;5;3127.50;12.40;1958.50;3.56;0.40 +6208;9;3125.32;12.66;1953.00;1.57;0.40 +6208;10;3134.68;12.30;1953.00;-1.57;0.40 6208;21;3134.68;12.30;1953.00;-1.57;0.40 +6209;0;3095.00;9.70;1728.00;0.00;0.20 +6209;1;3097.00;9.55;1727.50;1.32;0.20 +6209;2;3093.00;9.70;1727.00;-1.10;0.20 +6209;3;3092.50;9.70;1729.00;4.33;0.20 +6209;4;3095.00;9.70;1729.50;3.14;0.20 +6209;9;3092.48;9.70;1728.00;1.57;0.20 +6209;10;3097.52;9.50;1728.00;-1.57;0.20 +6209;19;3097.00;9.60;1728.00;1.33;0.20 +6209;20;3098.75;9.60;1728.00;1.57;0.20 6209;21;3097.52;9.50;1728.00;-1.57;0.20 +6210;0;3286.00;10.50;1808.00;0.00;0.36 +6210;1;1642.50;10.60;903.50;-1.06;0.36 +6210;2;3288.00;10.37;1805.00;0.58;0.36 +6210;3;3291.00;10.50;1805.00;1.03;0.36 +6210;4;3290.50;10.50;1808.00;1.57;0.36 +6210;5;3282.50;10.30;1811.00;4.00;0.36 +6210;6;3286.50;10.50;1811.50;3.00;0.36 +6210;9;3282.22;10.06;1808.00;1.57;0.36 +6210;10;3289.78;10.50;1808.00;-1.57;0.36 6210;21;3282.22;10.06;1808.00;1.57;0.36 +6211;0;4830.00;12.85;1890.00;0.00;1.88 +6211;1;4839.00;12.20;1869.50;0.41;1.88 +6211;2;4855.00;11.35;1883.50;1.31;1.88 +6211;3;4807.50;12.25;1889.00;-1.52;1.88 +6211;4;4837.00;12.42;1906.00;2.72;1.88 +6211;5;4813.00;12.27;1910.00;3.84;1.88 +6211;9;4808.40;12.44;1890.00;1.57;1.88 +6211;10;4851.60;12.00;1890.00;-1.57;1.88 6211;21;4808.40;12.44;1890.00;1.57;1.88 +6212;0;3210.00;10.40;1844.00;0.00;0.30 +6212;1;3208.00;10.40;1841.50;-0.67;0.30 +6212;2;3212.50;10.40;1840.50;0.62;0.30 +6212;3;3214.00;10.40;1843.00;1.32;0.30 +6212;4;3206.00;10.30;1846.00;4.24;0.30 +6212;5;3215.00;10.40;1845.00;1.76;0.30 +6212;6;3211.00;10.30;1846.50;2.76;0.30 +6212;7;3207.50;10.25;1848.00;3.70;0.30 +6212;9;3206.04;10.30;1844.00;1.57;0.30 +6212;10;3213.96;10.40;1844.00;-1.57;0.30 6212;21;3206.04;10.30;1844.00;1.57;0.30 +6213;0;3532.00;10.20;1732.00;0.00;0.26 +6213;1;3533.50;9.90;1728.50;0.40;0.26 +6213;2;3529.50;9.80;1730.50;-1.03;0.26 +6213;3;3536.00;9.80;1729.50;1.01;0.26 +6213;4;3535.00;10.20;1731.50;1.40;0.26 +6213;5;3528.50;9.95;1734.00;4.19;0.26 +6213;6;3533.00;10.40;1734.50;2.76;0.26 +6213;7;3529.50;10.25;1735.00;3.83;0.26 +6213;9;3528.94;9.89;1732.00;1.57;0.26 +6213;10;3535.06;10.25;1732.00;-1.57;0.26 6213;21;3528.94;9.89;1732.00;1.57;0.26 +6214;0;3045.00;12.90;1905.00;0.00;0.38 +6214;1;3042.50;12.90;1901.50;-0.62;0.38 +6214;2;3047.00;13.35;1901.50;0.51;0.38 +6214;3;3040.50;12.25;1906.00;4.49;0.38 +6214;4;3049.50;12.70;1904.50;1.46;0.38 +6214;5;3043.00;11.75;1908.50;3.66;0.38 +6214;6;3048.50;10.65;1907.00;2.09;0.38 +6214;9;3041.04;12.55;1905.00;1.57;0.38 +6214;10;3048.96;12.21;1905.00;-1.57;0.38 +6214;19;3038.00;9.65;1912.00;-2.62;0.38 +6214;20;3036.76;9.65;1913.23;3.92;0.38 6214;21;3041.04;12.55;1905.00;1.57;0.38 +6215;0;3457.00;9.90;1677.00;0.00;0.18 +6215;1;3454.50;9.80;1675.00;-0.89;0.18 +6215;2;3458.00;9.80;1675.50;0.58;0.18 +6215;3;3454.00;9.80;1677.00;4.71;0.18 +6215;4;3459.50;10.00;1677.00;1.57;0.18 +6215;5;3456.00;10.07;1679.00;3.60;0.18 +6215;6;3459.00;10.00;1679.50;2.46;0.18 +6215;9;3454.48;9.80;1677.00;1.57;0.18 +6215;10;3459.52;9.99;1677.00;-1.57;0.18 6215;21;3454.48;9.80;1677.00;1.57;0.18 +6216;0;2926.00;12.20;1769.00;0.00;0.28 +6216;1;2926.50;12.50;1766.50;0.19;0.28 +6216;2;2923.00;11.40;1768.00;-1.24;0.28 +6216;3;2929.00;13.35;1767.00;0.98;0.28 +6216;4;2929.00;12.75;1769.50;1.73;0.28 +6216;5;2922.50;11.50;1771.50;4.09;0.28 +6216;6;2925.50;12.55;1772.00;3.30;0.28 +6216;9;2923.30;11.58;1769.00;1.57;0.28 +6216;10;2928.70;12.72;1769.00;-1.57;0.28 6216;21;2923.30;11.58;1769.00;1.57;0.28 +6217;0;3629.00;9.80;1668.00;0.00;0.26 +6217;1;3630.00;9.80;1666.00;0.46;0.26 +6217;2;3626.00;9.90;1666.00;-0.98;0.26 +6217;3;3633.00;9.80;1668.00;1.57;0.26 +6217;4;3625.50;9.85;1669.00;4.43;0.26 +6217;5;3630.00;9.80;1670.50;2.76;0.26 +6217;6;3633.50;9.85;1671.00;2.15;0.26 +6217;9;3625.76;9.81;1668.00;1.57;0.26 +6217;10;3632.24;9.80;1668.00;-1.57;0.26 6217;21;3625.76;9.81;1668.00;1.57;0.26 +6218;0;2970.00;10.22;1573.00;0.00;0.20 +6218;1;2972.00;10.50;1571.50;0.92;0.20 +6218;2;2968.50;9.70;1571.00;-0.64;0.20 +6218;3;2967.00;9.90;1572.00;-1.24;0.20 +6218;4;2967.50;9.75;1574.00;4.33;0.20 +6218;5;2973.00;10.27;1573.00;1.57;0.20 +6218;6;2971.50;10.40;1574.50;2.35;0.20 +6218;7;2969.00;10.00;1575.50;3.52;0.20 +6218;9;2967.48;9.80;1573.00;1.57;0.20 +6218;10;2972.52;10.29;1573.00;-1.57;0.20 6218;21;2967.48;9.80;1573.00;1.57;0.20 +6219;0;3333.00;9.50;1185.00;0.00;0.70 +6219;1;3332.50;9.50;1174.00;-0.04;0.70 +6219;2;3328.00;9.50;1181.50;-0.96;0.70 +6219;3;3335.00;9.50;1174.00;0.18;0.70 +6219;4;3337.50;9.50;1176.50;0.48;0.70 +6219;5;3340.00;9.50;1180.00;0.95;0.70 +6219;6;3341.50;9.50;1185.00;1.57;0.70 +6219;7;3334.00;9.50;1193.00;3.01;0.70 +6219;8;3342.50;9.50;1188.00;1.87;0.70 +6219;9;3326.70;9.50;1185.00;1.57;0.70 +6219;10;3339.30;9.50;1185.00;-1.57;0.70 +6219;11;3332.20;9.50;1167.40;-0.04;0.70 +6219;12;3325.00;9.50;1179.40;-0.96;0.70 +6219;13;3336.20;9.50;1167.40;0.18;0.70 +6219;14;3340.20;9.50;1171.40;0.48;0.70 +6219;15;3344.20;9.50;1177.00;0.95;0.70 +6219;16;3346.60;9.50;1185.00;1.57;0.70 +6219;17;3334.60;9.50;1197.80;3.01;0.70 +6219;18;3348.20;9.50;1189.80;1.87;0.70 6219;21;3326.70;9.50;1185.00;1.57;0.70 +6220;0;3253.00;10.50;1615.00;0.00;0.28 +6220;1;3252.00;10.50;1612.00;-0.32;0.28 +6220;2;3256.00;10.60;1612.50;0.87;0.28 +6220;3;3256.50;10.60;1615.00;1.57;0.28 +6220;4;3249.00;10.55;1615.50;4.58;0.28 +6220;5;3252.50;10.30;1617.50;3.33;0.28 +6220;6;3248.50;10.60;1618.00;4.12;0.28 +6220;7;3249.00;10.57;1619.00;3.92;0.28 +6220;9;3249.58;10.54;1615.00;1.57;0.28 +6220;10;3256.42;10.59;1615.00;-1.57;0.28 6220;21;3249.58;10.54;1615.00;1.57;0.28 +6221;0;2769.00;9.92;1568.00;0.00;0.20 +6221;1;2769.50;10.00;1566.50;0.32;0.20 +6221;2;2766.50;10.00;1567.50;-1.37;0.20 +6221;3;2772.00;10.00;1567.50;1.40;0.20 +6221;4;2770.00;10.00;1569.50;2.55;0.20 +6221;5;2767.50;10.05;1569.00;4.12;0.20 +6221;6;2772.00;9.95;1569.50;2.03;0.20 +6221;9;2766.84;10.03;1568.00;1.57;0.20 +6221;10;2771.16;9.95;1568.00;-1.57;0.20 6221;21;2766.84;10.03;1568.00;1.57;0.20 +6222;0;3176.00;9.75;1661.00;0.00;0.24 +6222;1;3174.50;9.85;1660.00;-0.98;0.24 +6222;2;3178.50;10.10;1659.00;0.89;0.24 +6222;3;3178.50;9.70;1662.00;1.95;0.24 +6222;4;3173.00;9.70;1663.00;4.12;0.24 +6222;5;3175.50;9.70;1663.50;3.33;0.24 +6222;9;3173.30;9.75;1661.00;1.57;0.24 +6222;10;3178.70;9.75;1661.00;-1.57;0.24 +6222;19;3178.00;9.60;1665.00;-2.94;0.24 +6222;20;3178.78;9.60;1666.56;2.67;0.24 6222;21;3173.30;9.75;1661.00;1.57;0.24 +6223;0;1437.00;9.50;1342.00;0.00;1.38 +6223;1;1443.00;9.50;1326.00;0.35;1.38 +6223;2;1431.50;9.50;1332.50;-0.52;1.38 +6223;3;1448.00;9.50;1344.00;1.75;1.38 +6223;4;1424.00;9.50;1346.50;4.37;1.38 +6223;5;1421.00;9.50;1351.50;4.17;1.38 +6223;6;1418.50;9.50;1354.00;4.13;1.38 +6223;7;1424.50;9.50;1354.50;3.92;1.38 +6223;8;1436.00;9.50;1354.50;3.22;1.38 +6223;9;1424.58;9.50;1342.00;1.57;1.38 +6223;10;1449.42;9.50;1342.00;-1.57;1.38 +6223;11;1446.60;9.50;1316.40;0.35;1.38 +6223;12;1428.20;9.50;1326.80;-0.52;1.38 +6223;13;1454.60;9.50;1345.20;1.75;1.38 +6223;14;1416.20;9.50;1349.20;4.37;1.38 +6223;15;1411.40;9.50;1357.20;4.17;1.38 +6223;16;1407.40;9.50;1361.20;4.13;1.38 +6223;17;1417.00;9.50;1362.00;3.92;1.38 +6223;18;1435.40;9.50;1362.00;3.22;1.38 6223;21;1424.58;9.50;1342.00;1.57;1.38 +6224;0;3585.00;10.37;1663.00;0.00;0.28 +6224;1;3582.50;10.40;1662.50;-1.37;0.28 +6224;2;3586.00;10.30;1660.50;0.38;0.28 +6224;3;3589.00;10.00;1662.00;1.32;0.28 +6224;4;3586.50;10.40;1665.00;2.49;0.28 +6224;5;3583.50;10.40;1665.50;3.68;0.28 +6224;9;3582.48;10.40;1663.00;1.57;0.28 +6224;10;3587.52;10.34;1663.00;-1.57;0.28 6224;21;3582.48;10.40;1663.00;1.57;0.28 +6225;0;3302.00;11.27;1673.00;0.00;0.28 +6225;1;3303.00;11.47;1670.00;0.32;0.28 +6225;2;3300.00;11.30;1671.00;-0.78;0.28 +6225;3;3305.00;11.40;1674.00;1.89;0.28 +6225;4;3298.50;10.70;1673.50;4.57;0.28 +6225;5;3302.00;10.95;1675.50;3.14;0.28 +6225;9;3299.48;10.94;1673.00;1.57;0.28 +6225;10;3304.52;11.40;1673.00;-1.57;0.28 6225;21;3299.48;10.94;1673.00;1.57;0.28 +6226;0;3560.00;10.15;1583.00;0.00;0.26 +6226;1;3558.50;10.40;1580.50;-0.54;0.26 +6226;2;3561.00;10.20;1581.00;0.46;0.26 +6226;3;3556.50;10.50;1582.50;-1.42;0.26 +6226;4;3562.00;10.20;1583.50;1.81;0.26 +6226;5;3559.50;10.35;1585.00;3.38;0.26 +6226;6;3562.50;10.20;1585.50;2.35;0.26 +6226;9;3557.66;10.43;1583.00;1.57;0.26 +6226;10;3562.34;10.26;1583.00;-1.57;0.26 6226;21;3557.66;10.43;1583.00;1.57;0.26 +6227;0;878.00;9.50;650.00;0.00;1.10 +6227;1;877.50;9.50;632.50;-0.02;1.10 +6227;2;871.50;9.50;640.00;-0.57;1.10 +6227;3;885.50;9.50;639.50;0.62;1.10 +6227;4;886.50;9.50;656.00;2.18;1.10 +6227;5;867.50;9.50;656.50;4.15;1.10 +6227;6;873.50;9.50;665.00;3.43;1.10 +6227;9;868.10;9.50;650.00;1.57;1.10 +6227;10;887.90;9.50;650.00;-1.57;1.10 +6227;11;877.20;9.50;622.00;-0.02;1.10 +6227;12;867.60;9.50;634.00;-0.57;1.10 +6227;13;890.00;9.50;633.20;0.62;1.10 +6227;14;891.60;9.50;659.60;2.18;1.10 +6227;15;861.20;9.50;660.40;4.15;1.10 +6227;16;870.80;9.50;674.00;3.43;1.10 6227;21;868.10;9.50;650.00;1.57;1.10 +6228;0;5564.00;9.50;1051.00;0.00;0.80 +6228;1;5563.00;9.50;1041.50;-0.10;0.80 +6228;2;5579.00;9.50;1044.50;1.16;0.80 +6228;3;5549.50;9.50;1051.50;4.67;0.80 +6228;4;5578.00;9.50;1054.00;1.78;0.80 +6228;5;5563.50;9.50;1060.50;3.19;0.80 +6228;9;5552.66;9.50;1051.00;1.57;0.80 +6228;10;5575.34;9.50;1051.00;-1.57;0.80 +6228;11;5562.40;9.50;1035.80;-0.10;0.80 +6228;12;5588.00;9.50;1040.60;1.16;0.80 +6228;13;5540.80;9.50;1051.80;4.67;0.80 +6228;14;5586.40;9.50;1055.80;1.78;0.80 +6228;15;5563.20;9.50;1066.20;3.19;0.80 6228;21;5552.66;9.50;1051.00;1.57;0.80 +6229;0;3171.00;9.85;1635.00;0.00;0.20 +6229;1;3171.00;9.80;1633.50;0.00;0.20 +6229;2;3167.00;10.05;1634.50;-1.44;0.20 +6229;3;3174.50;9.80;1634.50;1.42;0.20 +6229;4;3167.00;10.10;1636.00;4.46;0.20 +6229;5;3174.50;9.90;1637.00;2.09;0.20 +6229;6;3170.50;10.10;1636.50;3.46;0.20 +6229;7;3167.50;10.20;1637.00;4.19;0.20 +6229;9;3167.94;9.95;1635.00;1.57;0.20 +6229;10;3174.06;9.80;1635.00;-1.57;0.20 6229;21;3167.94;9.95;1635.00;1.57;0.20 +6230;0;3421.00;9.90;1582.00;0.00;0.22 +6230;1;3419.50;9.90;1580.00;-0.64;0.22 +6230;2;3422.50;9.90;1581.50;1.24;0.22 +6230;3;3418.00;9.90;1581.50;-1.40;0.22 +6230;4;3420.50;9.90;1583.50;3.46;0.22 +6230;5;3423.50;9.90;1584.00;2.24;0.22 +6230;9;3418.84;9.90;1582.00;1.57;0.22 +6230;10;3423.16;9.90;1582.00;-1.57;0.22 6230;21;3418.84;9.90;1582.00;1.57;0.22 +6231;0;3460.00;10.40;1634.00;0.00;0.18 +6231;1;3459.00;10.40;1632.00;-0.46;0.18 +6231;2;3461.00;10.40;1633.00;0.78;0.18 +6231;3;3458.50;10.40;1635.50;3.92;0.18 +6231;4;3461.00;10.40;1636.50;2.76;0.18 +6231;5;3459.00;10.40;1637.50;3.42;0.18 +6231;9;3458.38;10.40;1634.00;1.57;0.18 +6231;10;3461.62;10.40;1634.00;-1.57;0.18 6231;21;3458.38;10.40;1634.00;1.57;0.18 +6232;0;3253.56;9.80;1554.79;0.00;0.18 +6232;1;3255.50;9.80;1553.50;-0.32;0.18 +6232;2;3259.50;9.80;1554.50;1.42;0.18 +6232;3;3251.50;9.80;1555.50;4.60;0.18 +6232;4;3258.50;9.80;1556.50;2.11;0.18 +6232;5;3253.50;9.80;1557.50;3.92;0.18 +6232;9;3252.40;9.80;1555.00;1.57;0.18 +6232;10;3259.60;9.80;1555.00;-1.57;0.18 6232;21;3261.91;9.80;1556.81;1.57;0.18 +6233;0;3283.00;9.80;1588.00;0.00;0.18 +6233;1;3282.50;9.80;1585.00;-0.16;0.18 +6233;2;3280.50;9.80;1586.50;-1.03;0.18 +6233;3;3284.00;9.80;1586.00;0.46;0.18 +6233;4;3285.00;9.80;1589.00;2.03;0.18 +6233;5;3281.50;9.80;1589.50;3.92;0.18 +6233;6;3283.50;9.80;1590.50;2.94;0.18 +6233;9;3281.38;9.80;1588.00;1.57;0.18 +6233;10;3284.62;9.80;1588.00;-1.57;0.18 6233;21;3281.38;9.80;1588.00;1.57;0.18 +6234;0;2859.00;9.50;1745.00;0.00;0.66 +6234;1;2852.00;9.50;1739.50;-0.90;0.66 +6234;2;2858.50;9.50;1732.00;-0.03;0.66 +6234;3;2865.50;9.50;1734.50;0.55;0.66 +6234;4;2865.50;9.50;1746.50;1.79;0.66 +6234;5;2854.00;9.50;1753.50;3.67;0.66 +6234;6;2861.50;9.50;1758.00;2.95;0.66 +6234;9;2853.06;9.50;1745.00;1.57;0.66 +6234;10;2864.94;9.50;1745.00;-1.57;0.66 +6234;11;2847.80;9.50;1736.20;-0.90;0.66 +6234;12;2858.20;9.50;1724.20;-0.03;0.66 +6234;13;2869.40;9.50;1728.20;0.55;0.66 +6234;14;2869.40;9.50;1747.40;1.79;0.66 +6234;15;2851.00;9.50;1758.60;3.67;0.66 +6234;16;2863.00;9.50;1765.80;2.95;0.66 6234;21;2853.06;9.50;1745.00;1.57;0.66 +6235;0;2959.00;10.00;1661.00;0.00;0.28 +6235;1;2961.50;9.70;1658.00;0.69;0.28 +6235;2;2958.50;10.10;1658.50;-0.19;0.28 +6235;3;2962.50;9.70;1661.00;1.57;0.28 +6235;4;2956.00;10.07;1659.00;-0.98;0.28 +6235;5;2956.50;10.15;1663.00;4.03;0.28 +6235;6;2962.00;9.70;1664.50;2.43;0.28 +6235;9;2955.58;10.15;1661.00;1.57;0.28 +6235;10;2962.42;9.70;1661.00;-1.57;0.28 +6235;19;2966.00;9.55;1663.00;1.57;0.28 +6235;20;2967.68;9.55;1663.48;1.84;0.28 6235;21;2955.58;10.15;1661.00;1.57;0.28 +6236;0;3043.00;9.70;1577.00;0.00;0.22 +6236;1;3044.50;9.70;1575.00;0.64;0.22 +6236;2;3041.50;9.70;1574.50;-0.54;0.22 +6236;3;3040.00;9.70;1576.50;-1.40;0.22 +6236;4;3048.00;9.70;1575.50;1.27;0.22 +6236;5;3045.50;9.70;1577.00;1.57;0.22 +6236;6;3040.00;9.70;1579.00;4.12;0.22 +6236;7;3042.00;9.70;1579.00;3.60;0.22 +6236;9;3040.12;9.70;1577.00;1.57;0.22 +6236;10;3045.88;9.70;1577.00;-1.57;0.22 6236;21;3040.12;9.70;1577.00;1.57;0.22 +6237;0;2774.00;10.00;1593.00;0.00;0.20 +6237;1;2774.50;9.95;1591.00;0.24;0.20 +6237;2;2772.00;9.90;1592.00;-1.10;0.20 +6237;3;2777.50;10.60;1592.50;1.42;0.20 +6237;4;2776.00;10.47;1594.00;2.03;0.20 +6237;5;2772.50;10.00;1594.50;3.92;0.20 +6237;9;2771.48;9.90;1593.00;1.57;0.20 +6237;10;2776.52;10.50;1593.00;-1.57;0.20 6237;21;2771.48;9.90;1593.00;1.57;0.20 +6238;0;5184.00;9.50;408.00;0.00;1.02 +6238;1;5175.50;9.50;395.50;-0.59;1.02 +6238;2;5192.00;9.50;402.00;0.92;1.02 +6238;3;5169.00;9.50;401.00;-1.13;1.02 +6238;4;5174.50;9.50;414.00;4.14;1.02 +6238;5;5197.50;9.50;415.50;2.07;1.02 +6238;6;5185.50;9.50;421.00;3.02;1.02 +6238;9;5167.80;9.50;408.00;1.57;1.02 +6238;10;5200.20;9.50;408.00;-1.57;1.02 +6238;11;5170.40;9.50;388.00;-0.59;1.02 +6238;12;5196.80;9.50;398.40;0.92;1.02 +6238;13;5160.00;9.50;396.80;-1.13;1.02 +6238;14;5168.80;9.50;417.60;4.14;1.02 +6238;15;5205.60;9.50;420.00;2.07;1.02 +6238;16;5186.40;9.50;428.80;3.02;1.02 6238;21;5167.80;9.50;408.00;1.57;1.02 +6239;0;5513.00;9.50;1053.00;0.00;1.10 +6239;1;5511.50;9.50;1039.50;-0.11;1.10 +6239;2;5504.50;9.50;1048.00;-1.03;1.10 +6239;3;5517.00;9.50;1041.00;0.32;1.10 +6239;4;5524.00;9.50;1052.50;1.52;1.10 +6239;5;5507.50;9.50;1061.50;3.71;1.10 +6239;6;5521.00;9.50;1064.00;2.51;1.10 +6239;9;5503.10;9.50;1053.00;1.57;1.10 +6239;10;5522.90;9.50;1053.00;-1.57;1.10 +6239;11;5510.60;9.50;1031.40;-0.11;1.10 +6239;12;5499.40;9.50;1045.00;-1.03;1.10 +6239;13;5519.40;9.50;1033.80;0.32;1.10 +6239;14;5530.60;9.50;1052.20;1.52;1.10 +6239;15;5504.20;9.50;1066.60;3.71;1.10 +6239;16;5525.80;9.50;1070.60;2.51;1.10 6239;21;5503.10;9.50;1053.00;1.57;1.10 +6240;0;5463.00;9.50;1575.00;0.00;1.10 +6240;1;5458.50;9.50;1563.50;-0.37;1.10 +6240;2;5473.00;9.50;1574.50;1.52;1.10 +6240;3;5452.00;9.50;1576.00;4.62;1.10 +6240;4;5460.50;9.50;1585.50;3.37;1.10 +6240;5;5472.00;9.50;1586.50;2.47;1.10 +6240;9;5452.38;9.50;1575.00;1.57;1.10 +6240;10;5473.62;9.50;1575.00;-1.57;1.10 +6240;11;5455.80;9.50;1556.60;-0.37;1.10 +6240;12;5479.00;9.50;1574.20;1.52;1.10 +6240;13;5445.40;9.50;1576.60;4.62;1.10 +6240;14;5459.00;9.50;1591.80;3.37;1.10 +6240;15;5477.40;9.50;1593.40;2.47;1.10 6240;21;5452.38;9.50;1575.00;1.57;1.10 +6241;0;2895.00;9.60;1561.00;0.00;0.24 +6241;1;2894.00;9.70;1559.50;-0.58;0.24 +6241;2;2897.50;9.70;1560.50;1.37;0.24 +6241;3;2891.00;9.60;1561.00;4.71;0.24 +6241;4;2893.50;9.60;1562.50;3.92;0.24 +6241;5;2896.50;9.60;1562.00;2.15;0.24 +6241;9;2892.12;9.60;1561.00;1.57;0.24 +6241;10;2897.88;9.70;1561.00;-1.57;0.24 +6241;19;2891.00;9.50;1563.00;-2.36;0.24 +6241;20;2889.43;9.50;1563.78;4.24;0.24 6241;21;2897.88;9.70;1561.00;-1.57;0.24 +6242;0;3258.00;9.80;1662.00;0.00;0.24 +6242;1;3257.50;9.80;1658.00;-0.12;0.24 +6242;2;3259.00;9.80;1659.50;0.38;0.24 +6242;3;3255.00;9.80;1660.00;-0.98;0.24 +6242;4;3260.50;9.80;1663.00;1.95;0.24 +6242;5;3256.00;9.70;1663.50;4.06;0.24 +6242;6;3258.50;9.80;1665.00;2.97;0.24 +6242;9;3255.84;9.80;1662.00;1.57;0.24 +6242;10;3260.16;9.80;1662.00;-1.57;0.24 6242;21;3255.84;9.80;1662.00;1.57;0.24 +6243;0;3325.00;10.00;1604.00;0.00;0.22 +6243;1;3323.50;10.00;1603.50;-1.24;0.22 +6243;2;3326.00;10.00;1601.50;0.38;0.22 +6243;3;3328.00;10.00;1604.00;1.57;0.22 +6243;4;3323.00;10.00;1607.00;3.73;0.22 +6243;5;3326.00;10.00;1606.50;2.76;0.22 +6243;9;3323.02;10.00;1604.00;1.57;0.22 +6243;10;3326.98;10.00;1604.00;-1.57;0.22 6243;21;3323.02;10.00;1604.00;1.57;0.22 +6244;0;4190.00;9.50;932.00;0.00;1.00 +6244;1;4187.00;9.50;922.00;-0.29;1.00 +6244;2;4199.50;9.50;929.00;1.26;1.00 +6244;3;4181.50;9.50;934.00;4.48;1.00 +6244;4;4196.00;9.50;944.00;2.67;1.00 +6244;5;4189.50;9.50;946.50;3.17;1.00 +6244;9;4181.00;9.50;932.00;1.57;1.00 +6244;10;4199.00;9.50;932.00;-1.57;1.00 +6244;11;4185.20;9.50;916.00;-0.29;1.00 +6244;12;4205.20;9.50;927.20;1.26;1.00 +6244;13;4176.40;9.50;935.20;4.48;1.00 +6244;14;4199.60;9.50;951.20;2.67;1.00 +6244;15;4189.20;9.50;955.20;3.17;1.00 6244;21;4181.00;9.50;932.00;1.57;1.00 +6245;0;3367.00;9.92;1663.00;0.00;0.20 +6245;1;3367.00;9.85;1661.00;0.00;0.20 +6245;2;3370.00;10.30;1662.00;1.24;0.20 +6245;3;3364.00;9.85;1662.50;-1.40;0.20 +6245;4;3369.50;10.40;1664.50;2.11;0.20 +6245;5;3364.50;9.80;1664.50;4.17;0.20 +6245;6;3367.00;9.90;1666.00;3.14;0.20 +6245;9;3364.66;9.80;1663.00;1.57;0.20 +6245;10;3369.34;10.27;1663.00;-1.57;0.20 6245;21;3364.66;9.80;1663.00;1.57;0.20 +6246;0;3653.00;10.37;1639.00;0.00;0.28 +6246;1;3654.00;10.30;1636.50;0.38;0.28 +6246;2;3657.00;10.20;1638.50;1.44;0.28 +6246;3;3650.00;10.30;1638.00;-1.24;0.28 +6246;4;3649.00;10.30;1640.00;4.46;0.28 +6246;5;3654.50;10.40;1641.50;2.60;0.28 +6246;6;3651.50;10.30;1642.00;3.60;0.28 +6246;9;3649.58;10.30;1639.00;1.57;0.28 +6246;10;3656.42;10.20;1639.00;-1.57;0.28 6246;21;3649.58;10.30;1639.00;1.57;0.28 +6247;0;3443.00;10.40;1667.00;0.00;0.18 +6247;1;3443.00;10.40;1665.00;0.00;0.18 +6247;2;3445.50;10.20;1665.50;1.03;0.18 +6247;3;3440.00;10.40;1666.00;-1.24;0.18 +6247;4;3446.00;10.00;1667.50;1.73;0.18 +6247;5;3442.50;10.40;1669.00;3.38;0.18 +6247;9;3440.84;10.40;1667.00;1.57;0.18 +6247;10;3445.16;10.16;1667.00;-1.57;0.18 6247;21;3440.84;10.40;1667.00;1.57;0.18 +6248;0;3494.00;10.05;1583.00;0.00;0.22 +6248;1;3492.50;10.05;1582.00;-0.98;0.22 +6248;2;3495.50;10.00;1581.00;0.64;0.22 +6248;3;3496.50;10.10;1582.50;1.37;0.22 +6248;4;3491.50;10.20;1583.50;4.51;0.22 +6248;5;3496.00;10.30;1585.00;2.35;0.22 +6248;6;3494.00;10.25;1585.50;3.14;0.22 +6248;9;3491.84;10.13;1583.00;1.57;0.22 +6248;10;3496.16;10.08;1583.00;-1.57;0.22 6248;21;3491.84;10.13;1583.00;1.57;0.22 +6249;0;3263.00;9.80;1633.00;0.00;0.30 +6249;1;3261.00;9.80;1630.50;-0.67;0.30 +6249;2;3265.00;9.80;1631.50;0.92;0.30 +6249;3;3261.00;9.80;1634.50;4.06;0.30 +6249;4;3267.50;9.80;1634.00;1.78;0.30 +6249;5;3264.50;9.80;1635.50;2.60;0.30 +6249;9;3260.30;9.80;1633.00;1.57;0.30 +6249;10;3265.70;9.80;1633.00;-1.57;0.30 6249;21;3260.30;9.80;1633.00;1.57;0.30 +6250;0;3855.00;9.50;397.00;0.00;1.00 +6250;1;3861.00;9.50;385.50;0.48;1.00 +6250;2;3867.00;9.50;396.50;1.52;1.00 +6250;3;3847.50;9.50;389.00;-0.75;1.00 +6250;4;3840.50;9.50;395.50;-1.46;1.00 +6250;5;3841.50;9.50;403.50;4.26;1.00 +6250;6;3854.00;9.50;408.00;3.23;1.00 +6250;9;3844.74;9.50;397.00;1.57;1.00 +6250;10;3865.26;9.50;397.00;-1.57;1.00 +6250;11;3864.60;9.50;378.60;0.48;1.00 +6250;12;3874.20;9.50;396.20;1.52;1.00 +6250;13;3843.00;9.50;384.20;-0.75;1.00 +6250;14;3831.80;9.50;394.60;-1.46;1.00 +6250;15;3833.40;9.50;407.40;4.26;1.00 +6250;16;3853.40;9.50;414.60;3.23;1.00 6250;21;3844.74;9.50;397.00;1.57;1.00 +6251;0;2657.00;9.50;107.00;0.00;1.22 +6251;1;2646.00;9.50;94.50;-0.72;1.22 +6251;2;2658.00;9.50;94.00;0.07;1.22 +6251;3;2669.00;9.50;107.00;1.57;1.22 +6251;4;2643.50;9.50;107.00;4.71;1.22 +6251;5;2657.50;9.50;119.50;3.10;1.22 +6251;6;2673.00;9.50;120.00;2.25;1.22 +6251;9;2645.30;9.50;107.00;1.57;1.22 +6251;10;2668.70;9.50;107.00;-1.57;1.22 +6251;11;2639.40;9.50;87.00;-0.72;1.22 +6251;12;2658.60;9.50;86.20;0.07;1.22 +6251;13;2676.20;9.50;107.00;1.57;1.22 +6251;14;2635.40;9.50;107.00;4.71;1.22 +6251;15;2657.80;9.50;127.00;3.10;1.22 +6251;16;2682.60;9.50;127.80;2.25;1.22 6251;21;2645.30;9.50;107.00;1.57;1.22 +6252;0;3350.00;9.90;1587.00;0.00;0.20 +6252;1;3350.50;10.00;1585.00;0.24;0.20 +6252;2;3352.50;10.00;1585.00;0.89;0.20 +6252;3;3347.00;9.92;1586.00;-1.24;0.20 +6252;4;3352.50;9.90;1587.00;1.57;0.20 +6252;5;3346.50;10.20;1588.00;4.43;0.20 +6252;6;3348.00;10.22;1589.00;3.92;0.20 +6252;7;3351.00;9.90;1588.50;2.55;0.20 +6252;9;3347.66;9.94;1587.00;1.57;0.20 +6252;10;3352.34;9.90;1587.00;-1.57;0.20 6252;21;3347.66;9.94;1587.00;1.57;0.20 +6253;0;3528.00;10.00;1633.00;0.00;0.26 +6253;1;3528.00;9.90;1630.00;0.00;0.26 +6253;2;3526.00;10.00;1631.50;-0.92;0.26 +6253;3;3530.50;9.90;1632.50;1.37;0.26 +6253;4;3524.50;10.00;1633.50;4.57;0.26 +6253;5;3525.00;10.00;1634.50;4.24;0.26 +6253;6;3530.50;9.90;1635.00;2.24;0.26 +6253;7;3528.00;9.95;1635.50;3.14;0.26 +6253;9;3525.48;10.00;1633.00;1.57;0.26 +6253;10;3530.52;9.90;1633.00;-1.57;0.26 6253;21;3525.48;10.00;1633.00;1.57;0.26 +6254;0;3346.00;10.50;1552.00;0.00;0.18 +6254;1;3345.00;10.40;1550.00;-0.46;0.18 +6254;2;3347.50;10.45;1551.00;0.98;0.18 +6254;3;3344.00;10.30;1551.00;-1.10;0.18 +6254;4;3345.00;10.47;1554.00;3.60;0.18 +6254;5;3347.50;10.50;1554.00;2.49;0.18 +6254;6;3347.00;10.55;1555.50;2.86;0.18 +6254;9;3344.38;10.37;1552.00;1.57;0.18 +6254;10;3347.62;10.50;1552.00;-1.57;0.18 6254;21;3344.38;10.37;1552.00;1.57;0.18 +6255;0;2739.00;9.50;590.00;0.00;0.98 +6255;1;2737.50;9.50;578.00;-0.12;0.98 +6255;2;2728.50;9.50;584.50;-1.08;0.98 +6255;3;2748.00;9.50;584.50;1.02;0.98 +6255;4;2753.50;9.50;594.00;1.84;0.98 +6255;5;2727.50;9.50;596.50;4.19;0.98 +6255;6;2742.00;9.50;599.50;2.83;0.98 +6255;9;2728.56;9.50;590.00;1.57;0.98 +6255;10;2749.44;9.50;590.00;-1.57;0.98 +6255;11;2736.60;9.50;570.80;-0.12;0.98 +6255;12;2722.20;9.50;581.20;-1.08;0.98 +6255;13;2753.40;9.50;581.20;1.02;0.98 +6255;14;2762.20;9.50;596.40;1.84;0.98 +6255;15;2720.60;9.50;600.40;4.19;0.98 +6255;16;2743.80;9.50;605.20;2.83;0.98 6255;21;2728.56;9.50;590.00;1.57;0.98 +6256;0;2055.00;9.50;388.00;0.00;1.06 +6256;1;2050.50;9.50;377.00;-0.38;1.06 +6256;2;2068.50;9.50;385.50;1.38;1.06 +6256;3;2035.50;9.50;378.50;-1.11;1.06 +6256;4;2035.00;9.50;380.00;-1.19;1.06 +6256;5;2038.00;9.50;384.50;-1.36;1.06 +6256;6;2044.50;9.50;394.00;4.19;1.06 +6256;7;2061.00;9.50;399.50;2.66;1.06 +6256;8;2074.00;9.50;397.00;2.01;1.06 +6256;9;2040.78;9.50;388.00;1.57;1.06 +6256;10;2069.22;9.50;388.00;-1.57;1.06 +6256;11;2047.80;9.50;370.40;-0.38;1.06 +6256;12;2076.60;9.50;384.00;1.38;1.06 +6256;13;2023.80;9.50;372.80;-1.11;1.06 +6256;14;2023.00;9.50;375.20;-1.19;1.06 +6256;15;2027.80;9.50;382.40;-1.36;1.06 +6256;16;2038.20;9.50;397.60;4.19;1.06 +6256;17;2064.60;9.50;406.40;2.66;1.06 +6256;18;2085.40;9.50;402.40;2.01;1.06 6256;21;2040.78;9.50;388.00;1.57;1.06 +6257;0;2963.00;9.90;1599.00;0.00;0.22 +6257;1;2963.00;10.00;1597.50;0.00;0.22 +6257;2;2965.50;9.70;1597.50;1.03;0.22 +6257;3;2960.00;10.10;1599.00;4.71;0.22 +6257;4;2965.50;9.70;1599.50;1.76;0.22 +6257;5;2962.50;9.75;1601.00;3.38;0.22 +6257;6;2959.50;9.70;1601.50;4.09;0.22 +6257;9;2960.66;10.10;1599.00;1.57;0.22 +6257;10;2965.34;9.70;1599.00;-1.57;0.22 6257;21;2960.66;10.10;1599.00;1.57;0.22 +6258;0;3092.00;9.75;1671.00;0.00;0.28 +6258;1;3092.50;9.70;1667.50;0.14;0.28 +6258;2;3090.00;9.50;1673.50;3.81;0.28 +6258;3;3096.00;10.10;1673.50;2.12;0.28 +6258;4;3093.50;9.70;1675.50;2.82;0.28 +6258;9;3089.48;9.50;1671.00;1.57;0.28 +6258;10;3094.52;10.24;1671.00;-1.57;0.28 +6258;19;3089.00;9.50;1668.00;0.14;0.28 +6258;20;3087.76;9.50;1666.76;-0.78;0.28 6258;21;3089.48;9.50;1671.00;1.57;0.28 +6259;0;3120.00;9.70;1570.00;0.00;0.20 +6259;1;3120.50;9.75;1568.00;0.24;0.20 +6259;2;3123.00;9.77;1568.00;0.98;0.20 +6259;3;3117.50;9.80;1568.50;-1.03;0.20 +6259;4;3122.50;9.70;1570.00;1.57;0.20 +6259;5;3117.50;9.90;1571.00;4.33;0.20 +6259;6;3122.00;9.70;1571.50;2.21;0.20 +6259;7;3119.50;9.70;1572.00;3.38;0.20 +6259;9;3118.02;9.79;1570.00;1.57;0.20 +6259;10;3121.98;9.70;1570.00;-1.57;0.20 6259;21;3118.02;9.79;1570.00;1.57;0.20 +6260;0;1886.00;9.50;1369.00;0.00;1.28 +6260;1;1882.50;9.50;1362.00;-0.46;1.28 +6260;2;1898.50;9.50;1357.00;0.80;1.28 +6260;3;1892.50;9.50;1373.50;2.17;1.28 +6260;4;1871.00;9.50;1371.50;4.54;1.28 +6260;5;1876.50;9.50;1379.00;3.90;1.28 +6260;9;1874.48;9.50;1369.00;1.57;1.28 +6260;10;1897.52;9.50;1369.00;-1.57;1.28 +6260;11;1880.40;9.50;1357.80;-0.46;1.28 +6260;12;1906.00;9.50;1349.80;0.80;1.28 +6260;13;1896.40;9.50;1376.20;2.17;1.28 +6260;14;1862.00;9.50;1373.00;4.54;1.28 +6260;15;1870.80;9.50;1385.00;3.90;1.28 6260;21;1874.48;9.50;1369.00;1.57;1.28 +6261;0;1768.00;9.50;2029.00;0.00;0.78 +6261;1;1763.50;9.50;2028.00;-1.35;0.78 +6261;2;1776.50;9.50;2020.50;0.78;0.78 +6261;3;1779.50;9.50;2024.50;1.19;0.78 +6261;4;1767.00;9.50;2033.00;3.38;0.78 +6261;9;1757.56;9.70;2029.00;1.57;0.78 +6261;10;1778.44;9.50;2029.00;-1.57;0.78 +6261;11;1760.80;9.55;2027.40;-1.35;0.78 +6261;12;1781.60;9.50;2015.40;0.78;0.78 +6261;13;1786.40;9.50;2021.80;1.19;0.78 +6261;14;1766.40;9.50;2035.40;3.38;0.78 6261;21;1757.56;9.70;2029.00;1.57;0.78 +6262;0;3392.00;10.10;1600.00;0.00;0.20 +6262;1;3391.00;10.10;1597.50;-0.38;0.20 +6262;2;3393.50;10.10;1599.00;0.98;0.20 +6262;3;3390.50;10.10;1600.50;4.39;0.20 +6262;4;3394.00;10.02;1602.00;2.35;0.20 +6262;5;3392.50;10.05;1603.00;2.97;0.20 +6262;9;3390.20;10.10;1600.00;1.57;0.20 +6262;10;3393.80;10.10;1600.00;-1.57;0.20 6262;21;3390.20;10.10;1600.00;1.57;0.20 +6263;0;2961.00;9.70;1577.00;0.00;0.20 +6263;1;2960.50;9.70;1575.50;-0.32;0.20 +6263;2;2963.00;9.70;1576.00;1.10;0.20 +6263;3;2958.50;9.70;1577.50;4.51;0.20 +6263;4;2962.50;9.70;1578.50;2.35;0.20 +6263;5;2960.50;9.70;1579.50;3.33;0.20 +6263;9;2959.20;9.70;1577.00;1.57;0.20 +6263;10;2962.80;9.70;1577.00;-1.57;0.20 6263;21;2959.20;9.70;1577.00;1.57;0.20 +6264;0;3324.00;10.70;1655.00;0.00;0.28 +6264;1;3327.00;10.60;1651.50;0.70;0.28 +6264;2;3323.00;10.62;1653.00;-0.46;0.28 +6264;3;3328.50;10.70;1652.50;1.06;0.28 +6264;4;3326.50;10.70;1655.00;1.57;0.28 +6264;5;3319.50;10.65;1656.00;4.49;0.28 +6264;6;3322.00;10.70;1658.00;3.73;0.28 +6264;7;3319.50;10.70;1658.00;4.12;0.28 +6264;9;3320.40;10.64;1655.00;1.57;0.28 +6264;10;3327.60;10.69;1655.00;-1.57;0.28 6264;21;3320.40;10.64;1655.00;1.57;0.28 +6265;0;1443.00;9.50;445.00;0.00;1.40 +6265;1;1440.00;9.50;430.50;-0.20;1.40 +6265;2;1458.00;9.50;428.50;0.73;1.40 +6265;3;1457.00;9.50;444.50;1.53;1.40 +6265;4;1430.00;9.50;449.00;4.41;1.40 +6265;5;1447.50;9.50;462.50;2.89;1.40 +6265;9;1430.40;9.50;445.00;1.57;1.40 +6265;10;1455.60;9.50;445.00;-1.57;1.40 +6265;11;1438.20;9.50;421.80;-0.20;1.40 +6265;12;1467.00;9.50;418.60;0.73;1.40 +6265;13;1465.40;9.50;444.20;1.53;1.40 +6265;14;1422.20;9.50;451.40;4.41;1.40 +6265;15;1450.20;9.50;473.00;2.89;1.40 6265;21;1430.40;9.50;445.00;1.57;1.40 +6266;0;170.00;9.50;27.00;0.00;1.26 +6266;1;154.00;9.50;22.50;-1.29;1.26 +6266;2;184.50;9.50;23.00;1.30;1.26 +6266;3;161.50;9.50;38.00;3.79;1.26 +6266;4;180.50;9.50;39.00;2.42;1.26 +6266;9;156.50;9.50;27.00;1.57;1.26 +6266;10;183.50;9.50;27.00;-1.57;1.26 +6266;11;144.40;9.50;19.80;-1.29;1.26 +6266;12;193.20;9.50;20.60;1.30;1.26 +6266;13;156.40;9.50;44.60;3.79;1.26 +6266;14;186.80;9.50;46.20;2.42;1.26 6266;21;156.50;9.50;27.00;1.57;1.26 +6267;0;354.00;9.50;1257.00;0.00;1.02 +6267;1;342.50;9.50;1245.00;-0.76;1.02 +6267;2;364.00;9.50;1247.50;0.81;1.02 +6267;3;337.00;9.50;1257.50;4.68;1.02 +6267;4;371.50;9.50;1259.50;1.71;1.02 +6267;5;356.00;9.50;1269.50;2.98;1.02 +6267;6;343.00;9.50;1270.50;3.82;1.02 +6267;9;338.52;9.50;1257.00;1.57;1.02 +6267;10;369.48;9.50;1257.00;-1.57;1.02 +6267;11;335.60;9.50;1237.80;-0.76;1.02 +6267;12;370.00;9.50;1241.80;0.81;1.02 +6267;13;326.80;9.50;1257.80;4.68;1.02 +6267;14;382.00;9.50;1261.00;1.71;1.02 +6267;15;357.20;9.50;1277.00;2.98;1.02 +6267;16;336.40;9.50;1278.60;3.82;1.02 6267;21;338.52;9.50;1257.00;1.57;1.02 +6268;0;2763.00;11.37;1612.00;0.00;0.18 +6268;1;2764.50;11.45;1611.00;0.98;0.18 +6268;2;2762.00;10.50;1610.50;-0.58;0.18 +6268;3;2760.00;10.87;1612.00;4.71;0.18 +6268;4;2762.00;11.65;1613.50;3.73;0.18 +6268;5;2765.00;12.30;1613.50;2.21;0.18 +6268;9;2760.66;10.92;1612.00;1.57;0.18 +6268;10;2765.34;11.79;1612.00;-1.57;0.18 6268;21;2760.66;10.92;1612.00;1.57;0.18 +6269;0;3442.00;10.35;1658.00;0.00;0.20 +6269;1;3441.50;10.00;1655.50;-0.19;0.20 +6269;2;3440.00;10.15;1658.00;4.71;0.20 +6269;3;3444.00;10.40;1656.50;0.92;0.20 +6269;4;3444.50;10.40;1659.00;1.95;0.20 +6269;5;3440.00;10.50;1660.50;3.81;0.20 +6269;6;3442.50;10.40;1660.50;2.94;0.20 +6269;9;3439.84;10.13;1658.00;1.57;0.20 +6269;10;3444.16;10.40;1658.00;-1.57;0.20 6269;21;3439.84;10.13;1658.00;1.57;0.20 +6270;0;2772.00;10.10;1575.00;0.00;0.18 +6270;1;2771.50;10.10;1573.00;-0.24;0.18 +6270;2;2770.00;10.15;1574.50;-1.32;0.18 +6270;3;2773.50;10.10;1575.00;1.57;0.18 +6270;4;2771.00;10.15;1576.00;3.92;0.18 +6270;5;2773.50;10.00;1577.00;2.49;0.18 +6270;9;2770.38;10.15;1575.00;1.57;0.18 +6270;10;2773.62;10.10;1575.00;-1.57;0.18 6270;21;2770.38;10.15;1575.00;1.57;0.18 +6271;0;147.00;9.50;1834.00;0.00;1.10 +6271;1;145.00;9.50;1826.00;-0.24;1.10 +6271;2;161.00;9.50;1821.50;0.84;1.10 +6271;3;164.00;9.50;1829.50;1.31;1.10 +6271;4;130.00;9.50;1833.00;-1.51;1.10 +6271;5;127.50;9.50;1840.00;4.41;1.10 +6271;6;159.50;9.50;1838.50;1.91;1.10 +6271;7;140.00;9.50;1844.00;3.75;1.10 +6271;9;132.96;9.50;1834.00;1.57;1.10 +6271;10;161.04;9.50;1834.00;-1.57;1.10 +6271;11;143.80;9.50;1821.20;-0.24;1.10 +6271;12;169.40;9.50;1814.00;0.84;1.10 +6271;13;174.20;9.50;1826.80;1.31;1.10 +6271;14;119.80;9.50;1832.40;-1.51;1.10 +6271;15;115.80;9.50;1843.60;4.41;1.10 +6271;16;167.00;9.50;1841.20;1.91;1.10 +6271;17;135.80;9.50;1850.00;3.75;1.10 6271;21;132.96;9.50;1834.00;1.57;1.10 +6272;0;248.00;9.50;925.00;0.00;1.32 +6272;1;243.50;9.50;907.00;-0.24;1.32 +6272;2;235.50;9.50;916.00;-0.94;1.32 +6272;3;257.50;9.50;918.50;0.97;1.32 +6272;4;227.00;9.50;925.00;4.71;1.32 +6272;5;238.50;9.50;933.00;4.01;1.32 +6272;6;260.50;9.50;934.50;2.22;1.32 +6272;7;250.00;9.50;940.00;3.00;1.32 +6272;9;232.16;9.50;925.00;1.57;1.32 +6272;10;263.84;9.50;925.00;-1.57;1.32 +6272;11;240.80;9.50;896.20;-0.24;1.32 +6272;12;228.00;9.50;910.60;-0.94;1.32 +6272;13;263.20;9.50;914.60;0.97;1.32 +6272;14;214.40;9.50;925.00;4.71;1.32 +6272;15;232.80;9.50;937.80;4.01;1.32 +6272;16;268.00;9.50;940.20;2.22;1.32 +6272;17;251.20;9.50;949.00;3.00;1.32 6272;21;232.16;9.50;925.00;1.57;1.32 +6273;0;3315.00;10.65;1630.00;0.00;0.18 +6273;1;3317.50;10.70;1628.50;1.03;0.18 +6273;2;3312.00;10.20;1628.50;-1.10;0.18 +6273;3;3315.00;10.47;1628.00;0.00;0.18 +6273;4;3311.00;10.15;1630.50;4.58;0.18 +6273;5;3318.00;10.70;1630.50;1.73;0.18 +6273;6;3312.50;10.30;1631.50;4.17;0.18 +6273;7;3316.00;10.70;1631.50;2.55;0.18 +6273;9;3312.30;10.28;1630.00;1.57;0.18 +6273;10;3317.70;10.70;1630.00;-1.57;0.18 6273;21;3312.30;10.28;1630.00;1.57;0.18 +6274;0;3634.00;10.60;1728.00;0.00;0.34 +6274;1;3633.50;10.55;1723.00;-0.10;0.34 +6274;2;3631.00;10.50;1725.50;-0.87;0.34 +6274;3;3636.50;10.60;1726.00;0.89;0.34 +6274;4;3631.50;10.60;1729.50;4.17;0.34 +6274;5;3638.00;10.20;1731.00;2.21;0.34 +6274;6;3636.00;10.40;1732.00;2.67;0.34 +6274;9;3630.94;10.55;1728.00;1.57;0.34 +6274;10;3637.06;10.49;1728.00;-1.57;0.34 6274;21;3630.94;10.55;1728.00;1.57;0.34 +6275;0;3574.00;10.10;1582.00;0.00;0.16 +6275;1;3573.50;10.05;1581.00;-0.46;0.16 +6275;2;3577.50;9.75;1582.00;1.57;0.16 +6275;3;3570.00;10.70;1581.50;-1.44;0.16 +6275;4;3569.00;11.10;1583.00;4.51;0.16 +6275;5;3574.00;10.30;1583.50;3.14;0.16 +6275;9;3570.58;10.68;1582.00;1.57;0.16 +6275;10;3577.42;9.75;1582.00;-1.57;0.16 6275;21;3570.58;10.68;1582.00;1.57;0.16 +6276;0;1171.00;9.50;512.00;0.00;0.98 +6276;1;1170.50;9.50;498.00;-0.03;0.98 +6276;2;1161.50;9.50;505.00;-0.93;0.98 +6276;3;1181.00;9.50;509.50;1.32;0.98 +6276;4;1160.50;9.50;517.50;4.23;0.98 +6276;5;1179.00;9.50;521.50;2.44;0.98 +6276;6;1190.50;9.50;521.00;2.00;0.98 +6276;9;1157.50;9.50;512.00;1.57;0.98 +6276;10;1184.50;9.50;512.00;-1.57;0.98 +6276;11;1170.20;9.50;489.60;-0.03;0.98 +6276;12;1155.80;9.50;500.80;-0.93;0.98 +6276;13;1187.00;9.50;508.00;1.32;0.98 +6276;14;1154.20;9.50;520.80;4.23;0.98 +6276;15;1183.80;9.50;527.20;2.44;0.98 +6276;16;1202.20;9.50;526.40;2.00;0.98 6276;21;1157.50;9.50;512.00;1.57;0.98 +6277;0;4842.00;9.50;18.00;0.00;0.82 +6277;1;4828.50;9.50;18.50;4.67;0.82 +6277;2;4855.00;9.50;18.50;1.60;0.82 +6277;3;4842.00;9.50;29.00;3.14;0.82 +6277;9;4831.20;9.50;18.00;1.57;0.82 +6277;10;4852.80;9.50;18.00;-1.57;0.82 +6277;11;4820.40;9.50;18.80;4.67;0.82 +6277;12;4862.80;9.50;18.80;1.60;0.82 +6277;13;4842.00;9.50;35.60;3.14;0.82 6277;21;4831.20;9.50;18.00;1.57;0.82 +6278;0;3635.00;9.90;1658.00;0.00;0.28 +6278;1;3632.50;10.00;1657.00;-1.19;0.28 +6278;2;3636.50;9.90;1654.50;0.40;0.28 +6278;3;3638.50;9.85;1657.00;1.29;0.28 +6278;4;3630.50;9.95;1659.00;4.49;0.28 +6278;5;3637.50;9.90;1660.00;2.24;0.28 +6278;6;3633.00;9.90;1661.00;3.73;0.28 +6278;9;3631.76;9.96;1658.00;1.57;0.28 +6278;10;3638.24;9.90;1658.00;-1.57;0.28 6278;21;3631.76;9.96;1658.00;1.57;0.28 +6279;0;3418.00;10.00;1589.00;0.00;0.20 +6279;1;3419.00;10.00;1587.00;0.46;0.20 +6279;2;3416.00;10.00;1587.00;-0.78;0.20 +6279;3;3415.00;10.00;1589.00;4.71;0.20 +6279;4;3421.00;10.00;1589.50;1.73;0.20 +6279;5;3416.50;10.00;1590.50;3.92;0.20 +6279;6;3419.50;10.00;1591.00;2.49;0.20 +6279;9;3415.66;10.00;1589.00;1.57;0.20 +6279;10;3420.34;10.00;1589.00;-1.57;0.20 6279;21;3415.66;10.00;1589.00;1.57;0.20 +6280;0;3212.00;10.40;1569.00;0.00;0.20 +6280;1;3211.50;10.40;1566.50;-0.19;0.20 +6280;2;3215.00;10.40;1569.00;1.57;0.20 +6280;3;3209.00;10.40;1567.50;-1.10;0.20 +6280;4;3209.00;10.40;1569.00;4.71;0.20 +6280;5;3211.00;10.40;1570.50;3.73;0.20 +6280;6;3213.50;10.40;1571.50;2.60;0.20 +6280;9;3209.66;10.40;1569.00;1.57;0.20 +6280;10;3214.34;10.40;1569.00;-1.57;0.20 6280;21;3209.66;10.40;1569.00;1.57;0.20 +6281;0;3177.00;10.30;1605.00;0.00;0.24 +6281;1;3175.50;9.85;1602.00;-0.46;0.24 +6281;2;3178.50;9.85;1603.00;0.64;0.24 +6281;3;3174.50;10.00;1604.00;-1.19;0.24 +6281;4;3180.00;10.05;1604.50;1.40;0.24 +6281;5;3179.50;10.40;1606.00;1.95;0.24 +6281;6;3174.50;10.60;1606.50;4.17;0.24 +6281;7;3177.00;11.07;1608.00;3.14;0.24 +6281;9;3174.84;10.21;1605.00;1.57;0.24 +6281;10;3179.16;10.20;1605.00;-1.57;0.24 6281;21;3174.84;10.21;1605.00;1.57;0.24 +6282;0;3029.00;10.30;1588.00;0.00;0.16 +6282;1;3028.00;10.22;1585.00;-0.32;0.16 +6282;2;3029.00;10.10;1584.50;0.00;0.16 +6282;3;3030.00;10.27;1587.00;0.78;0.16 +6282;4;3027.50;10.30;1586.50;-0.78;0.16 +6282;5;3027.00;10.27;1589.00;4.24;0.16 +6282;6;3030.50;10.20;1589.50;2.35;0.16 +6282;7;3029.00;10.20;1590.50;3.14;0.16 +6282;9;3027.56;10.30;1588.00;1.57;0.16 +6282;10;3030.44;10.30;1588.00;-1.57;0.16 +6282;19;3028.57;9.50;1592.34;-3.04;0.16 +6282;20;3028.39;9.50;1594.08;3.24;0.16 6282;21;3028.34;10.40;1587.30;-1.57;0.16 +6283;0;3395.00;10.60;1650.00;0.00;0.22 +6283;1;3394.00;10.55;1647.50;-0.38;0.22 +6283;2;3396.50;10.50;1649.00;0.98;0.22 +6283;3;3392.50;10.60;1649.00;-1.19;0.22 +6283;4;3394.50;10.60;1652.00;3.38;0.22 +6283;5;3398.00;10.45;1651.50;2.03;0.22 +6283;9;3392.84;10.60;1650.00;1.57;0.22 +6283;10;3397.16;10.55;1650.00;-1.57;0.22 6283;21;3392.84;10.60;1650.00;1.57;0.22 +6284;0;3464.00;9.92;1606.00;0.00;0.22 +6284;1;3465.00;10.15;1603.50;0.38;0.22 +6284;2;3463.00;10.32;1604.00;-0.46;0.22 +6284;3;3461.00;10.35;1605.50;-1.40;0.22 +6284;4;3466.00;9.80;1605.50;1.32;0.22 +6284;5;3461.00;10.17;1607.00;4.39;0.22 +6284;6;3463.00;9.85;1608.00;3.60;0.22 +6284;7;3466.00;9.80;1608.00;2.35;0.22 +6284;9;3461.84;10.19;1606.00;1.57;0.22 +6284;10;3466.16;9.80;1606.00;-1.57;0.22 6284;21;3461.84;10.19;1606.00;1.57;0.22 +6285;0;3668.00;9.90;1636.00;0.00;0.30 +6285;1;3670.00;10.00;1633.00;0.58;0.30 +6285;2;3666.00;9.97;1634.00;-0.78;0.30 +6285;3;3672.50;9.95;1636.00;1.57;0.30 +6285;4;3664.50;10.00;1637.00;4.43;0.30 +6285;5;3669.50;9.90;1638.50;2.60;0.30 +6285;6;3666.00;10.00;1639.00;3.73;0.30 +6285;9;3664.76;10.00;1636.00;1.57;0.30 +6285;10;3671.24;9.90;1636.00;-1.57;0.30 6285;21;3664.76;10.00;1636.00;1.57;0.30 +6286;0;2900.00;9.60;1570.00;0.00;0.20 +6286;1;2899.00;9.60;1566.50;-0.27;0.20 +6286;2;2901.50;9.60;1567.00;0.46;0.20 +6286;3;2899.00;9.50;1570.00;4.71;0.20 +6286;4;2901.50;9.60;1569.00;0.98;0.20 +6286;5;2902.00;9.60;1571.50;2.21;0.20 +6286;6;2899.50;9.50;1573.00;3.30;0.20 +6286;7;2901.00;9.60;1573.00;2.82;0.20 +6286;9;2898.20;9.50;1570.00;1.57;0.20 +6286;10;2901.80;9.60;1570.00;-1.57;0.20 +6286;19;2899.00;9.50;1572.00;-1.57;0.20 +6286;20;2898.21;9.50;1573.56;3.60;0.20 6286;21;2901.80;9.60;1570.00;-1.57;0.20 +6287;0;2997.00;9.70;1641.00;0.00;0.22 +6287;1;2999.00;9.70;1639.00;0.78;0.22 +6287;2;2996.50;9.70;1638.50;-0.19;0.22 +6287;3;2994.50;9.65;1641.00;4.71;0.22 +6287;4;2997.50;9.70;1643.50;2.94;0.22 +6287;5;2999.50;9.70;1642.00;1.95;0.22 +6287;9;2995.02;9.67;1641.00;1.57;0.22 +6287;10;2998.98;9.70;1641.00;-1.57;0.22 +6287;19;3000.00;9.55;1646.00;-3.34;0.22 +6287;20;3000.90;9.55;1647.50;2.60;0.22 6287;21;3000.74;9.70;1638.29;1.57;0.22 +6288;0;3629.00;9.97;1703.00;0.00;0.28 +6288;1;3626.00;10.10;1699.50;-0.70;0.28 +6288;2;3630.00;9.80;1700.50;0.38;0.28 +6288;3;3633.00;9.80;1700.00;0.92;0.28 +6288;4;3625.00;10.35;1702.50;-1.44;0.28 +6288;5;3633.00;9.80;1703.50;1.69;0.28 +6288;6;3628.00;10.45;1705.50;3.52;0.28 +6288;7;3624.50;10.40;1705.50;4.20;0.28 +6288;9;3625.76;10.38;1703.00;1.57;0.28 +6288;10;3632.24;9.80;1703.00;-1.57;0.28 6288;21;3625.76;10.38;1703.00;1.57;0.28 +6289;0;2651.00;10.92;1579.00;0.00;0.24 +6289;1;2648.50;11.00;1577.00;-0.89;0.24 +6289;2;2653.00;10.62;1578.00;1.10;0.24 +6289;3;2650.00;10.92;1580.00;3.92;0.24 +6289;4;2654.50;10.05;1581.00;2.09;0.24 +6289;5;2654.50;9.75;1582.00;2.27;0.24 +6289;9;2647.76;10.96;1579.00;1.57;0.24 +6289;10;2654.24;10.25;1579.00;-1.57;0.24 +6289;19;2647.00;10.45;1581.00;-2.36;0.24 +6289;20;2645.43;10.45;1581.78;4.24;0.24 6289;21;2647.76;10.96;1579.00;1.57;0.24 +6290;0;3392.00;11.57;1619.00;0.00;0.20 +6290;1;3392.50;11.50;1617.00;0.24;0.20 +6290;2;3395.50;11.60;1617.50;1.16;0.20 +6290;3;3388.50;11.45;1618.00;-1.29;0.20 +6290;4;3395.50;11.60;1619.00;1.57;0.20 +6290;5;3389.50;11.60;1620.50;4.17;0.20 +6290;6;3393.00;11.60;1621.00;2.67;0.20 +6290;9;3389.30;11.55;1619.00;1.57;0.20 +6290;10;3394.70;11.60;1619.00;-1.57;0.20 6290;21;3389.30;11.55;1619.00;1.57;0.20 +6291;0;3484.00;9.92;1586.00;0.00;0.20 +6291;1;3484.50;9.90;1584.00;0.24;0.20 +6291;2;3481.50;9.90;1584.50;-1.03;0.20 +6291;3;3486.50;10.05;1585.00;1.19;0.20 +6291;4;3482.50;9.90;1587.00;4.12;0.20 +6291;5;3486.00;10.05;1587.50;2.21;0.20 +6291;6;3484.50;9.90;1589.00;2.97;0.20 +6291;9;3481.84;9.90;1586.00;1.57;0.20 +6291;10;3486.16;10.06;1586.00;-1.57;0.20 6291;21;3481.84;9.90;1586.00;1.57;0.20 +6292;0;3261.00;9.87;1592.00;0.00;0.24 +6292;1;3262.00;9.80;1589.50;0.38;0.24 +6292;2;3265.00;9.80;1590.00;1.10;0.24 +6292;3;3258.50;9.90;1590.50;-1.03;0.24 +6292;4;3257.00;9.90;1593.00;4.46;0.24 +6292;5;3263.50;9.80;1593.00;1.95;0.24 +6292;6;3259.50;9.90;1594.00;3.78;0.24 +6292;9;3257.94;9.90;1592.00;1.57;0.24 +6292;10;3264.06;9.80;1592.00;-1.57;0.24 6292;21;3257.94;9.90;1592.00;1.57;0.24 +6293;0;3288.00;10.05;1643.00;0.00;0.28 +6293;1;3288.50;10.00;1640.50;0.19;0.28 +6293;2;3284.50;10.10;1642.50;-1.42;0.28 +6293;3;3292.00;10.15;1642.50;1.44;0.28 +6293;4;3292.00;10.40;1644.50;1.93;0.28 +6293;5;3288.00;10.32;1645.00;3.14;0.28 +6293;9;3284.76;10.07;1643.00;1.57;0.28 +6293;10;3291.24;10.31;1643.00;-1.57;0.28 6293;21;3291.24;10.31;1643.00;-1.57;0.28 +6294;0;3537.00;10.95;1607.00;0.00;0.24 +6294;1;3535.00;10.75;1604.50;-0.67;0.24 +6294;2;3538.00;10.85;1604.50;0.38;0.24 +6294;3;3533.50;10.80;1607.50;4.57;0.24 +6294;4;3540.50;11.30;1606.50;1.42;0.24 +6294;5;3539.50;10.90;1608.50;2.11;0.24 +6294;6;3536.00;10.85;1609.00;3.60;0.24 +6294;9;3534.30;10.84;1607.00;1.57;0.24 +6294;10;3539.70;11.09;1607.00;-1.57;0.24 6294;21;3534.30;10.84;1607.00;1.57;0.24 +6295;0;3470.00;9.80;1646.00;0.00;0.26 +6295;1;3470.00;9.80;1643.00;0.00;0.26 +6295;2;3472.00;9.80;1643.50;0.67;0.26 +6295;3;3468.50;9.90;1644.50;-0.78;0.26 +6295;4;3472.50;9.80;1645.50;1.37;0.26 +6295;5;3467.00;10.05;1648.00;4.12;0.26 +6295;6;3471.50;9.80;1648.00;2.49;0.26 +6295;7;3469.50;9.80;1648.50;3.33;0.26 +6295;9;3467.48;10.05;1646.00;1.57;0.26 +6295;10;3472.52;9.80;1646.00;-1.57;0.26 6295;21;3467.48;10.05;1646.00;1.57;0.26 +6296;0;3182.00;9.70;1620.00;0.00;0.28 +6296;1;3183.50;9.70;1617.50;0.54;0.28 +6296;2;3180.00;9.80;1618.50;-0.92;0.28 +6296;3;3184.50;9.70;1621.00;1.95;0.28 +6296;4;3179.50;9.70;1622.00;4.03;0.28 +6296;5;3183.00;9.70;1622.50;2.76;0.28 +6296;9;3179.30;9.70;1620.00;1.57;0.28 +6296;10;3184.70;9.72;1620.00;-1.57;0.28 6296;21;3179.30;9.70;1620.00;1.57;0.28 +6297;0;3604.00;10.40;1680.00;0.00;0.24 +6297;1;3603.50;10.40;1677.50;-0.19;0.24 +6297;2;3607.50;10.25;1678.00;1.05;0.24 +6297;3;3600.00;10.40;1680.00;4.71;0.24 +6297;4;3609.00;10.40;1681.00;1.76;0.24 +6297;5;3605.50;10.40;1682.00;2.49;0.24 +6297;6;3601.50;10.30;1682.50;3.92;0.24 +6297;9;3600.58;10.40;1680.00;1.57;0.24 +6297;10;3607.42;10.40;1680.00;-1.57;0.24 6297;21;3600.58;10.40;1680.00;1.57;0.24 +6298;0;2968.00;9.70;1583.00;0.00;0.20 +6298;1;2968.00;9.75;1580.50;0.00;0.20 +6298;2;2966.00;9.70;1581.50;-0.92;0.20 +6298;3;2969.00;9.70;1582.50;1.10;0.20 +6298;4;2966.50;9.70;1584.00;4.12;0.20 +6298;5;2970.00;9.70;1584.50;2.21;0.20 +6298;6;2968.50;9.70;1585.00;2.89;0.20 +6298;9;2966.02;9.70;1583.00;1.57;0.20 +6298;10;2969.98;9.72;1583.00;-1.57;0.20 6298;21;2966.02;9.70;1583.00;1.57;0.20 +6299;0;3478.00;10.40;1637.00;0.00;0.26 +6299;1;3478.00;10.25;1634.50;0.00;0.26 +6299;2;3479.50;10.10;1634.00;0.46;0.26 +6299;3;3475.50;10.40;1636.50;-1.37;0.26 +6299;4;3480.50;10.35;1636.00;1.19;0.26 +6299;5;3480.00;10.30;1639.00;2.35;0.26 +6299;6;3476.00;10.05;1639.00;3.92;0.26 +6299;7;3479.00;10.27;1640.00;2.82;0.26 +6299;9;3475.66;10.31;1637.00;1.57;0.26 +6299;10;3480.34;10.44;1637.00;-1.57;0.26 6299;21;3475.66;10.31;1637.00;1.57;0.26 +6300;0;2745.00;11.22;1661.00;0.00;0.16 +6300;1;2746.50;10.50;1661.00;1.57;0.16 +6300;2;2742.50;11.55;1660.00;-1.19;0.16 +6300;3;2742.00;11.75;1662.00;4.39;0.16 +6300;4;2744.00;11.40;1663.00;3.60;0.16 +6300;9;2742.12;11.71;1661.00;1.57;0.16 +6300;10;2747.88;9.99;1661.00;-1.57;0.16 +6300;19;2752.00;10.15;1664.00;1.57;0.16 +6300;20;2753.60;10.15;1664.68;1.97;0.16 6300;21;2742.12;11.71;1661.00;1.57;0.16 +6301;0;2751.00;12.47;1581.00;0.00;0.20 +6301;1;2752.00;12.10;1578.50;0.38;0.20 +6301;2;2748.50;12.80;1579.50;-1.03;0.20 +6301;3;2754.00;11.27;1581.00;1.57;0.20 +6301;4;2748.50;12.75;1582.00;4.33;0.20 +6301;5;2751.50;11.40;1583.00;2.89;0.20 +6301;9;2748.84;13.01;1581.00;1.57;0.20 +6301;10;2753.16;11.55;1581.00;-1.57;0.20 6301;21;2748.84;13.01;1581.00;1.57;0.20 +6302;0;3557.00;11.10;1591.00;0.00;0.24 +6302;1;3558.00;10.77;1589.00;0.46;0.24 +6302;2;3554.50;11.40;1588.50;-0.78;0.24 +6302;3;3554.00;11.40;1590.50;-1.40;0.24 +6302;4;3561.50;10.05;1591.00;1.57;0.24 +6302;5;3560.50;10.40;1592.50;1.97;0.24 +6302;6;3557.00;11.27;1593.00;3.14;0.24 +6302;9;3554.30;11.40;1591.00;1.57;0.24 +6302;10;3559.70;10.35;1591.00;-1.57;0.24 6302;21;3554.30;11.40;1591.00;1.57;0.24 +6303;0;3344.00;10.65;1642.00;0.00;0.20 +6303;1;3346.00;10.65;1640.50;0.92;0.20 +6303;2;3341.00;10.67;1641.00;-1.24;0.20 +6303;3;3349.50;10.60;1641.00;1.39;0.20 +6303;4;3347.50;10.60;1642.50;1.71;0.20 +6303;5;3339.50;10.40;1643.50;4.39;0.20 +6303;6;3343.00;10.65;1644.00;3.60;0.20 +6303;9;3340.40;10.58;1642.00;1.57;0.20 +6303;10;3347.60;10.60;1642.00;-1.57;0.20 6303;21;3340.40;10.58;1642.00;1.57;0.20 +6304;0;3354.00;10.50;1558.00;0.00;0.18 +6304;1;3354.00;10.50;1555.50;0.00;0.18 +6304;2;3351.50;10.50;1557.00;-1.19;0.18 +6304;3;3356.00;10.50;1557.00;1.10;0.18 +6304;4;3351.50;10.50;1559.00;4.33;0.18 +6304;5;3356.50;10.50;1559.50;2.11;0.18 +6304;6;3353.50;10.60;1559.50;3.46;0.18 +6304;9;3351.66;10.50;1558.00;1.57;0.18 +6304;10;3356.34;10.50;1558.00;-1.57;0.18 6304;21;3351.66;10.50;1558.00;1.57;0.18 +6305;0;3326.00;9.92;1592.00;0.00;0.20 +6305;1;3325.00;9.90;1589.50;-0.38;0.20 +6305;2;3327.50;10.00;1589.50;0.54;0.20 +6305;3;3328.50;9.95;1592.00;1.57;0.20 +6305;4;3324.00;9.90;1592.00;4.71;0.20 +6305;5;3325.00;9.90;1594.00;3.60;0.20 +6305;6;3328.00;10.00;1595.00;2.55;0.20 +6305;7;3326.50;10.00;1595.50;3.00;0.20 +6305;9;3324.20;9.90;1592.00;1.57;0.20 +6305;10;3327.80;9.95;1592.00;-1.57;0.20 6305;21;3324.20;9.90;1592.00;1.57;0.20 +6306;0;3199.00;10.05;1572.00;0.00;0.26 +6306;1;3200.50;10.25;1569.00;0.46;0.26 +6306;2;3197.00;10.17;1571.00;-1.10;0.26 +6306;3;3202.50;9.90;1570.50;1.16;0.26 +6306;4;3200.00;10.00;1573.50;2.55;0.26 +6306;5;3195.00;10.07;1574.00;4.24;0.26 +6306;6;3196.00;9.85;1575.50;3.85;0.26 +6306;9;3196.12;10.14;1572.00;1.57;0.26 +6306;10;3201.88;9.96;1572.00;-1.57;0.26 6306;21;3196.12;10.14;1572.00;1.57;0.26 +6307;0;3545.00;9.92;1649.00;0.00;0.18 +6307;1;3545.00;9.90;1646.00;0.00;0.18 +6307;2;3547.50;9.85;1647.00;0.89;0.18 +6307;3;3543.00;9.90;1648.50;-1.32;0.18 +6307;4;3547.00;9.80;1650.50;2.21;0.18 +6307;5;3544.00;9.80;1652.00;3.46;0.18 +6307;6;3546.00;9.85;1652.50;2.86;0.18 +6307;9;3543.38;9.90;1649.00;1.57;0.18 +6307;10;3546.62;9.84;1649.00;-1.57;0.18 6307;21;3543.38;9.90;1649.00;1.57;0.18 +6308;0;3634.00;9.90;1614.00;0.00;0.26 +6308;1;3633.00;9.85;1611.50;-0.38;0.26 +6308;2;3636.00;9.90;1611.50;0.67;0.26 +6308;3;3636.50;9.90;1614.50;1.76;0.26 +6308;4;3631.00;9.95;1614.50;4.54;0.26 +6308;5;3633.00;10.00;1616.50;3.52;0.26 +6308;9;3631.66;9.90;1614.00;1.57;0.26 +6308;10;3636.34;9.90;1614.00;-1.57;0.26 6308;21;3631.66;9.90;1614.00;1.57;0.26 +6309;0;3043.00;9.70;1588.00;0.00;0.22 +6309;1;3042.00;9.70;1584.50;-0.27;0.22 +6309;2;3041.00;9.70;1587.50;-1.32;0.22 +6309;3;3044.00;9.70;1586.00;0.46;0.22 +6309;4;3045.00;9.70;1588.50;1.81;0.22 +6309;5;3041.50;9.70;1590.00;3.78;0.22 +6309;6;3043.50;9.70;1590.50;2.94;0.22 +6309;9;3041.02;9.70;1588.00;1.57;0.22 +6309;10;3044.98;9.70;1588.00;-1.57;0.22 6309;21;3041.02;9.70;1588.00;1.57;0.22 +6310;0;2990.00;9.50;1690.00;0.00;0.22 +6310;1;2988.50;9.50;1689.00;-0.98;0.22 +6310;2;2992.00;9.70;1687.50;0.67;0.22 +6310;3;2992.00;9.70;1691.00;2.03;0.22 +6310;4;2987.50;9.55;1693.00;3.83;0.22 +6310;5;2990.50;9.80;1693.00;2.97;0.22 +6310;9;2988.02;9.50;1690.00;1.57;0.22 +6310;10;2991.98;9.70;1690.00;-1.57;0.22 +6310;19;2989.00;9.50;1683.00;-0.98;0.22 +6310;20;2988.75;9.50;1681.26;-0.14;0.22 6310;21;2988.02;9.50;1690.00;1.57;0.22 +6311;0;3044.00;10.40;1703.00;0.00;0.20 +6311;1;3042.50;10.30;1701.50;-0.78;0.20 +6311;2;3046.00;10.35;1701.50;0.92;0.20 +6311;3;1521.50;9.50;851.00;-1.06;0.20 +6311;4;3046.50;10.30;1703.50;1.76;0.20 +6311;5;3042.50;10.30;1705.00;3.78;0.20 +6311;6;3045.00;10.40;1705.00;2.67;0.20 +6311;9;3041.12;10.20;1703.00;1.57;0.20 +6311;10;3046.88;10.30;1703.00;-1.57;0.20 6311;21;3041.12;10.20;1703.00;1.57;0.20 +6312;0;3528.00;10.20;1622.00;0.00;0.24 +6312;1;3528.00;10.20;1618.50;0.00;0.24 +6312;2;3526.50;10.00;1619.50;-0.54;0.24 +6312;3;3529.50;10.50;1620.50;0.78;0.24 +6312;4;3525.50;10.00;1622.50;4.51;0.24 +6312;5;3530.50;10.60;1623.50;2.11;0.24 +6312;6;3528.00;10.10;1624.50;3.14;0.24 +6312;9;3525.66;10.00;1622.00;1.57;0.24 +6312;10;3530.34;10.58;1622.00;-1.57;0.24 6312;21;3525.66;10.00;1622.00;1.57;0.24 +6313;0;2663.00;10.05;1586.00;0.00;0.24 +6313;1;2662.50;10.10;1583.50;-0.19;0.24 +6313;2;2660.50;10.00;1584.50;-1.03;0.24 +6313;3;2665.00;10.10;1585.00;1.10;0.24 +6313;4;2661.00;9.95;1587.00;4.24;0.24 +6313;5;2665.50;10.25;1587.00;1.95;0.24 +6313;6;2663.00;10.05;1589.00;3.14;0.24 +6313;9;2660.84;10.00;1586.00;1.57;0.24 +6313;10;2665.16;10.21;1586.00;-1.57;0.24 6313;21;2660.84;10.00;1586.00;1.57;0.24 +6314;0;3141.00;10.25;1644.00;0.00;0.28 +6314;1;3139.00;9.80;1641.50;-0.67;0.28 +6314;2;3142.50;10.30;1642.50;0.78;0.28 +6314;3;3137.50;9.70;1643.50;-1.42;0.28 +6314;4;3144.00;10.35;1643.00;1.24;0.28 +6314;5;3144.00;10.30;1646.00;2.15;0.28 +6314;6;3140.50;10.20;1646.00;3.38;0.28 +6314;9;3138.12;9.70;1644.00;1.57;0.28 +6314;10;3143.88;10.31;1644.00;-1.57;0.28 +6314;19;3135.00;9.50;1643.43;-1.43;0.28 +6314;20;3133.26;9.50;1643.27;-1.47;0.28 6314;21;3137.86;10.00;1642.65;-1.57;0.28 +6315;0;3398.00;10.10;1594.00;0.00;0.24 +6315;1;3396.50;10.10;1591.50;-0.54;0.24 +6315;2;3400.00;10.10;1592.00;0.78;0.24 +6315;3;3395.00;10.10;1593.50;-1.40;0.24 +6315;4;3401.50;10.10;1594.50;1.71;0.24 +6315;5;3396.50;10.10;1596.00;3.78;0.24 +6315;6;3399.50;10.10;1596.50;2.60;0.24 +6315;9;3395.48;10.10;1594.00;1.57;0.24 +6315;10;3400.52;10.10;1594.00;-1.57;0.24 6315;21;3395.48;10.10;1594.00;1.57;0.24 +6316;0;3425.00;10.40;1642.00;0.00;0.24 +6316;1;3425.50;10.30;1639.00;0.16;0.24 +6316;2;3427.50;10.20;1639.00;0.69;0.24 +6316;3;3422.50;10.40;1639.50;-0.78;0.24 +6316;4;3423.00;10.22;1642.00;4.71;0.24 +6316;5;3427.00;10.40;1641.00;1.10;0.24 +6316;6;3427.00;10.40;1644.00;2.35;0.24 +6316;7;3424.00;10.37;1645.00;3.46;0.24 +6316;9;3422.84;10.20;1642.00;1.57;0.24 +6316;10;3427.16;10.40;1642.00;-1.57;0.24 6316;21;3422.84;10.20;1642.00;1.57;0.24 +6317;0;3426.00;10.00;1557.00;0.00;0.18 +6317;1;3426.00;9.95;1555.00;0.00;0.18 +6317;2;3423.50;10.15;1555.00;-0.89;0.18 +6317;3;3427.50;9.90;1557.50;1.89;0.18 +6317;4;3424.00;10.15;1557.00;4.71;0.18 +6317;5;3426.00;10.07;1559.00;3.14;0.18 +6317;9;3424.38;10.11;1557.00;1.57;0.18 +6317;10;3427.62;9.89;1557.00;-1.57;0.18 6317;21;3424.38;10.11;1557.00;1.57;0.18 +6318;0;2760.00;9.92;1602.00;0.00;0.18 +6318;1;2759.50;10.30;1599.50;-0.19;0.18 +6318;2;2761.50;10.25;1599.00;0.46;0.18 +6318;3;2762.00;10.10;1601.00;1.10;0.18 +6318;4;2758.50;10.00;1602.50;4.39;0.18 +6318;5;2761.50;9.90;1603.50;2.35;0.18 +6318;6;2758.50;10.00;1604.50;3.68;0.18 +6318;7;2760.50;9.90;1605.50;3.00;0.18 +6318;9;2758.38;10.06;1602.00;1.57;0.18 +6318;10;2761.62;9.96;1602.00;-1.57;0.18 6318;21;2758.38;10.06;1602.00;1.57;0.18 +6319;0;3275.00;9.80;1564.00;0.00;0.26 +6319;1;3275.00;9.80;1561.00;0.00;0.26 +6319;2;3273.50;9.80;1562.50;-0.78;0.26 +6319;3;3276.50;9.80;1562.50;0.78;0.26 +6319;4;3272.50;9.80;1565.00;4.33;0.26 +6319;5;3278.50;9.80;1564.00;1.57;0.26 +6319;6;3276.50;9.80;1566.00;2.49;0.26 +6319;7;3274.50;9.80;1567.00;3.30;0.26 +6319;9;3272.66;9.80;1564.00;1.57;0.26 +6319;10;3277.34;9.80;1564.00;-1.57;0.26 6319;21;3272.66;9.80;1564.00;1.57;0.26 +6320;0;2734.00;11.97;1646.00;0.00;0.22 +6320;1;2734.00;12.90;1644.00;0.00;0.22 +6320;2;2732.00;11.95;1645.00;-1.10;0.22 +6320;3;2735.50;12.90;1644.50;0.78;0.22 +6320;4;2730.50;11.25;1646.00;4.71;0.22 +6320;5;2737.00;12.15;1646.50;1.73;0.22 +6320;6;2733.00;11.35;1647.50;3.73;0.22 +6320;7;2737.00;11.65;1648.00;2.15;0.22 +6320;8;2735.50;11.40;1648.50;2.60;0.22 +6320;9;2731.12;11.43;1646.00;1.57;0.22 +6320;10;2736.88;12.46;1646.00;-1.57;0.22 6320;21;2731.12;11.43;1646.00;1.57;0.22 +6321;0;3115.00;9.80;1580.00;0.00;0.24 +6321;1;3117.00;9.80;1577.00;0.58;0.24 +6321;2;3119.50;9.80;1579.50;1.46;0.24 +6321;3;3112.00;9.80;1578.50;-1.10;0.24 +6321;4;3109.50;9.80;1581.00;4.53;0.24 +6321;5;3115.00;9.80;1581.50;3.14;0.24 +6321;9;3110.68;9.80;1580.00;1.57;0.24 +6321;10;3119.32;9.80;1580.00;-1.57;0.24 6321;21;3119.32;9.80;1580.00;-1.57;0.24 +6322;0;3156.00;9.70;1677.00;0.00;0.26 +6322;1;3156.50;9.70;1674.00;0.16;0.26 +6322;2;3159.00;9.70;1675.00;0.98;0.26 +6322;3;3153.00;9.70;1676.50;-1.40;0.26 +6322;4;3156.50;9.70;1679.00;2.89;0.26 +6322;5;3153.00;9.70;1679.00;4.12;0.26 +6322;9;3153.48;9.70;1677.00;1.57;0.26 +6322;10;3158.52;9.70;1677.00;-1.57;0.26 +6322;19;3156.00;9.60;1682.00;-3.39;0.26 +6322;20;3156.00;9.60;1683.75;3.14;0.26 6322;21;3153.48;9.70;1677.00;1.57;0.26 +6323;0;3614.00;10.57;1639.00;0.00;0.26 +6323;1;3611.50;10.50;1635.50;-0.62;0.26 +6323;2;3610.00;10.50;1637.50;-1.21;0.26 +6323;3;3614.00;10.50;1637.00;0.00;0.26 +6323;4;3617.50;10.60;1639.00;1.57;0.26 +6323;5;3610.00;10.55;1640.00;4.46;0.26 +6323;6;3618.50;10.70;1640.50;1.89;0.26 +6323;7;3614.00;10.60;1641.50;3.14;0.26 +6323;9;3610.58;10.50;1639.00;1.57;0.26 +6323;10;3617.42;10.60;1639.00;-1.57;0.26 6323;21;3610.58;10.50;1639.00;1.57;0.26 +6324;0;3252.00;9.70;1678.00;0.00;0.26 +6324;1;3250.50;9.70;1675.50;-0.54;0.26 +6324;2;3254.00;9.70;1677.00;1.10;0.26 +6324;3;3248.00;9.70;1678.00;4.71;0.26 +6324;4;3251.00;9.70;1679.50;3.73;0.26 +6324;5;3254.50;9.70;1680.50;2.35;0.26 +6324;9;3249.30;9.70;1678.00;1.57;0.26 +6324;10;3254.70;9.70;1678.00;-1.57;0.26 6324;21;3249.30;9.70;1678.00;1.57;0.26 +6325;0;2960.00;9.70;1586.00;0.00;0.18 +6325;1;2958.00;9.70;1584.00;-0.78;0.18 +6325;2;2960.00;9.70;1584.00;0.00;0.18 +6325;3;2962.50;9.70;1585.50;1.37;0.18 +6325;4;2958.00;9.65;1586.00;4.71;0.18 +6325;5;2960.50;9.70;1587.50;2.82;0.18 +6325;6;2963.50;9.70;1587.00;1.84;0.18 +6325;7;2957.50;9.70;1588.00;4.03;0.18 +6325;9;2957.84;9.65;1586.00;1.57;0.18 +6325;10;2962.16;9.70;1586.00;-1.57;0.18 +6325;19;2957.00;9.57;1590.00;-2.25;0.18 +6325;20;2955.95;9.57;1591.40;3.78;0.18 6325;21;2957.84;9.65;1586.00;1.57;0.18 +6326;0;3254.00;9.80;1637.00;0.00;0.26 +6326;1;3253.50;9.80;1634.00;-0.16;0.26 +6326;2;3256.50;9.80;1636.50;1.37;0.26 +6326;3;3251.50;9.80;1638.00;4.33;0.26 +6326;4;3254.50;9.80;1640.00;2.97;0.26 +6326;5;3257.50;9.80;1639.50;2.19;0.26 +6326;9;3251.66;9.80;1637.00;1.57;0.26 +6326;10;3256.34;9.80;1637.00;-1.57;0.26 6326;21;3251.66;9.80;1637.00;1.57;0.26 +6327;0;3500.00;9.80;1635.00;0.00;0.20 +6327;1;3499.00;9.85;1633.00;-0.46;0.20 +6327;2;3501.50;9.80;1633.00;0.64;0.20 +6327;3;3497.50;9.90;1634.50;-1.37;0.20 +6327;4;3501.50;9.85;1636.00;2.15;0.20 +6327;5;3498.50;9.90;1636.50;3.92;0.20 +6327;6;3500.50;9.90;1637.50;2.94;0.20 +6327;7;3501.50;9.90;1638.00;2.67;0.20 +6327;9;3498.20;9.81;1635.00;1.57;0.20 +6327;10;3501.80;9.83;1635.00;-1.57;0.20 6327;21;3498.20;9.81;1635.00;1.57;0.20 +6328;0;3488.00;9.80;1558.00;0.00;0.20 +6328;1;3487.00;9.80;1556.50;-0.58;0.20 +6328;2;3489.50;9.80;1556.50;0.78;0.20 +6328;3;3485.00;9.80;1558.50;4.54;0.20 +6328;4;3490.00;9.80;1558.50;1.81;0.20 +6328;5;3487.00;9.80;1560.00;3.60;0.20 +6328;6;3489.50;9.80;1560.00;2.49;0.20 +6328;9;3486.02;9.80;1558.00;1.57;0.20 +6328;10;3489.98;9.80;1558.00;-1.57;0.20 6328;21;3486.02;9.80;1558.00;1.57;0.20 +6329;0;3466.00;9.90;1590.00;0.00;0.20 +6329;1;3464.00;9.85;1588.00;-0.78;0.20 +6329;2;3467.50;9.90;1588.50;0.78;0.20 +6329;3;3463.50;9.80;1590.00;4.71;0.20 +6329;4;3468.50;9.90;1591.00;1.95;0.20 +6329;5;3465.00;9.80;1591.50;3.73;0.20 +6329;6;3467.00;9.80;1592.50;2.76;0.20 +6329;9;3464.02;9.80;1590.00;1.57;0.20 +6329;10;3467.98;9.90;1590.00;-1.57;0.20 6329;21;3464.02;9.80;1590.00;1.57;0.20 +6330;0;3341.00;10.30;1558.00;0.00;0.22 +6330;1;3340.00;10.05;1556.00;-0.46;0.22 +6330;2;3342.50;10.50;1557.00;0.98;0.22 +6330;3;3338.50;10.05;1558.00;4.71;0.22 +6330;4;3339.50;10.35;1560.00;3.78;0.22 +6330;5;3342.50;10.50;1559.50;2.35;0.22 +6330;6;3340.50;10.30;1561.50;3.28;0.22 +6330;9;3339.02;10.10;1558.00;1.57;0.22 +6330;10;3342.98;10.50;1558.00;-1.57;0.22 6330;21;3339.02;10.10;1558.00;1.57;0.22 +6331;0;3006.00;9.97;1687.00;0.00;0.24 +6331;1;3006.00;9.92;1684.00;0.00;0.24 +6331;2;3008.50;10.00;1685.50;1.03;0.24 +6331;3;3003.00;9.85;1686.00;-1.24;0.24 +6331;4;3010.00;10.00;1688.50;1.93;0.24 +6331;5;3005.00;9.85;1689.50;3.52;0.24 +6331;9;3002.94;9.84;1687.00;1.57;0.24 +6331;10;3009.06;10.00;1687.00;-1.57;0.24 6331;21;3002.94;9.84;1687.00;1.57;0.24 +6332;0;3125.00;9.67;1613.00;0.00;0.24 +6332;1;3125.50;9.75;1611.00;0.24;0.24 +6332;2;3122.50;9.70;1611.50;-1.03;0.24 +6332;3;3128.00;9.65;1612.50;1.40;0.24 +6332;4;3120.50;9.65;1612.00;-1.35;0.24 +6332;5;3122.50;9.70;1613.50;4.51;0.24 +6332;6;3126.00;9.65;1615.00;2.67;0.24 +6332;9;3121.76;9.66;1613.00;1.57;0.24 +6332;10;3128.24;9.63;1613.00;-1.57;0.24 +6332;19;3119.44;9.50;1612.26;-1.85;0.24 +6332;20;3117.71;9.50;1612.04;-1.44;0.24 6332;21;3128.24;9.63;1613.00;-1.57;0.24 +6333;0;3401.00;10.10;1605.00;0.00;0.20 +6333;1;3401.00;10.10;1602.00;0.00;0.20 +6333;2;3402.50;10.10;1602.00;0.46;0.20 +6333;3;3402.50;10.00;1605.00;1.57;0.20 +6333;4;3398.50;10.20;1604.50;-1.37;0.20 +6333;5;3399.50;10.50;1606.50;3.92;0.20 +6333;6;3402.00;10.30;1608.00;2.82;0.20 +6333;9;3399.20;10.26;1605.00;1.57;0.20 +6333;10;3402.80;10.01;1605.00;-1.57;0.20 6333;21;3399.20;10.26;1605.00;1.57;0.20 +6334;0;3035.00;9.70;1596.00;0.00;0.24 +6334;1;3033.50;9.50;1593.50;-0.54;0.24 +6334;2;3035.50;10.00;1594.00;0.24;0.24 +6334;3;3037.50;9.95;1594.00;0.89;0.24 +6334;4;3033.00;9.50;1597.00;4.24;0.24 +6334;5;3037.50;10.20;1597.00;1.95;0.24 +6334;6;3030.00;9.50;1596.50;4.61;0.24 +6334;9;3032.48;9.50;1596.00;1.57;0.24 +6334;10;3037.52;10.14;1596.00;-1.57;0.24 +6334;19;3030.00;9.70;1599.00;-2.03;0.24 +6334;20;3028.49;9.70;1599.90;4.17;0.24 6334;21;3037.52;10.14;1596.00;-1.57;0.24 +6335;0;2753.00;10.32;1610.00;0.00;0.20 +6335;1;2752.50;10.40;1608.50;-0.32;0.20 +6335;2;2755.00;10.40;1608.50;0.92;0.20 +6335;3;2751.50;10.20;1610.50;4.39;0.20 +6335;4;2755.00;10.22;1611.00;2.03;0.20 +6335;5;2754.50;9.90;1612.50;2.60;0.20 +6335;6;2753.50;9.80;1612.50;2.94;0.20 +6335;9;2751.20;10.22;1610.00;1.57;0.20 +6335;10;2754.80;10.40;1610.00;-1.57;0.20 +6335;19;2749.17;9.50;1610.38;-1.99;0.20 +6335;20;2747.43;9.50;1610.55;4.61;0.20 6335;21;2754.80;10.40;1610.00;-1.57;0.20 +6336;0;2895.00;9.70;1582.00;0.00;0.28 +6336;1;2894.50;9.60;1579.00;-0.16;0.28 +6336;2;2897.00;9.60;1579.00;0.58;0.28 +6336;3;2897.00;9.62;1582.00;1.57;0.28 +6336;4;2894.00;9.57;1585.00;3.46;0.28 +6336;5;2894.00;9.70;1581.50;-1.10;0.28 +6336;6;2892.00;9.70;1580.50;-1.10;0.28 +6336;9;2892.48;9.69;1582.00;1.57;0.28 +6336;10;2897.52;9.60;1582.00;-1.57;0.28 +6336;19;2893.00;9.50;1577.00;-0.32;0.28 +6336;20;2892.35;9.50;1575.37;-0.38;0.28 6336;21;2897.52;9.60;1582.00;-1.57;0.28 +6337;0;3541.00;10.85;1598.00;0.00;0.22 +6337;1;3539.00;10.85;1595.50;-0.67;0.22 +6337;2;3542.00;10.85;1595.50;0.38;0.22 +6337;3;3538.50;10.80;1598.00;4.71;0.22 +6337;4;3544.00;11.20;1598.00;1.57;0.22 +6337;5;3540.00;10.77;1600.00;3.60;0.22 +6337;6;3543.00;10.92;1600.00;2.35;0.22 +6337;9;3538.84;10.83;1598.00;1.57;0.22 +6337;10;3543.16;11.04;1598.00;-1.57;0.22 6337;21;3538.84;10.83;1598.00;1.57;0.22 +6338;0;3567.00;9.75;1637.00;0.00;0.22 +6338;1;3569.00;9.77;1635.00;0.78;0.22 +6338;2;3565.00;9.95;1636.50;-1.32;0.22 +6338;3;3562.50;10.00;1636.50;-1.46;0.22 +6338;4;3569.50;9.70;1638.50;2.11;0.22 +6338;5;3562.50;9.75;1638.00;4.49;0.22 +6338;6;3566.00;9.70;1639.00;3.60;0.22 +6338;9;3563.58;9.90;1637.00;1.57;0.22 +6338;10;3570.42;9.74;1637.00;-1.57;0.22 6338;21;3563.58;9.90;1637.00;1.57;0.22 +6339;0;3560.00;9.72;1561.00;0.00;0.20 +6339;1;3560.50;10.30;1557.00;0.12;0.20 +6339;2;3559.00;9.82;1559.00;-0.46;0.20 +6339;3;3562.00;9.70;1560.50;1.32;0.20 +6339;4;3558.00;9.95;1561.50;4.46;0.20 +6339;5;3558.50;9.90;1563.50;3.68;0.20 +6339;6;3561.00;9.70;1563.50;2.76;0.20 +6339;9;3558.20;9.87;1561.00;1.57;0.20 +6339;10;3561.80;9.70;1561.00;-1.57;0.20 6339;21;3558.20;9.87;1561.00;1.57;0.20 +6340;0;3215.00;10.35;1607.00;0.00;0.28 +6340;1;3216.50;10.20;1605.50;0.78;0.28 +6340;2;3213.50;10.10;1605.50;-0.78;0.28 +6340;3;3219.00;10.60;1607.00;1.57;0.28 +6340;4;3211.00;10.60;1607.50;4.58;0.28 +6340;5;3214.00;10.60;1608.50;3.73;0.28 +6340;6;3218.00;10.65;1609.50;2.26;0.28 +6340;9;3211.76;10.52;1607.00;1.57;0.28 +6340;10;3218.24;10.58;1607.00;-1.57;0.28 6340;21;3218.24;10.58;1607.00;-1.57;0.28 +6341;0;3417.00;10.07;1560.00;0.00;0.22 +6341;1;3415.50;9.90;1557.00;-0.46;0.22 +6341;2;3417.50;10.10;1557.00;0.16;0.22 +6341;3;3419.50;10.30;1558.50;1.03;0.22 +6341;4;3414.50;10.00;1560.00;4.71;0.22 +6341;5;3418.00;10.07;1562.00;2.67;0.22 +6341;6;3416.00;10.05;1562.50;3.52;0.22 +6341;9;3415.02;10.00;1560.00;1.57;0.22 +6341;10;3418.98;10.24;1560.00;-1.57;0.22 6341;21;3415.02;10.00;1560.00;1.57;0.22 +6342;0;3169.00;10.30;1656.00;0.00;0.26 +6342;1;3170.50;10.15;1654.00;0.64;0.26 +6342;2;3172.50;10.15;1653.00;0.86;0.26 +6342;3;3167.50;10.20;1654.50;-0.78;0.26 +6342;4;3173.50;10.20;1654.50;1.24;0.26 +6342;5;3165.50;10.35;1656.00;4.71;0.26 +6342;6;3171.00;10.15;1657.50;2.21;0.26 +6342;7;3165.50;10.40;1658.50;4.09;0.26 +6342;8;3168.00;10.40;1659.50;3.42;0.26 +6342;9;3165.94;10.32;1656.00;1.57;0.26 +6342;10;3172.06;10.30;1656.00;-1.57;0.26 6342;21;3165.94;10.32;1656.00;1.57;0.26 +6343;0;3474.00;9.80;1611.00;0.00;0.20 +6343;1;3474.50;9.80;1609.00;0.24;0.20 +6343;2;3471.00;9.80;1610.50;-1.40;0.20 +6343;3;3477.00;9.90;1611.50;1.73;0.20 +6343;4;3470.00;9.80;1612.50;4.35;0.20 +6343;5;3474.00;9.80;1612.50;3.14;0.20 +6343;9;3471.48;9.80;1611.00;1.57;0.20 +6343;10;3476.52;9.90;1611.00;-1.57;0.20 6343;21;3471.48;9.80;1611.00;1.57;0.20 +6344;0;3281.00;9.80;1574.00;0.00;0.20 +6344;1;3279.50;9.80;1571.00;-0.46;0.20 +6344;2;3282.00;9.80;1570.50;0.27;0.20 +6344;3;3283.00;9.80;1574.50;1.81;0.20 +6344;4;3279.00;9.80;1575.00;4.24;0.20 +6344;5;3280.00;9.80;1577.50;3.42;0.20 +6344;6;3281.50;9.80;1578.00;3.01;0.20 +6344;7;3283.00;9.80;1577.50;2.62;0.20 +6344;9;3279.20;9.80;1574.00;1.57;0.20 +6344;10;3282.80;9.80;1574.00;-1.57;0.20 6344;21;3279.20;9.80;1574.00;1.57;0.20 +6345;0;3008.00;9.70;1645.00;0.00;0.18 +6345;1;3006.50;9.50;1643.50;-0.78;0.18 +6345;2;3009.50;9.70;1643.50;0.78;0.18 +6345;3;3012.00;9.67;1644.00;1.32;0.18 +6345;4;3005.00;9.57;1647.00;4.12;0.18 +6345;5;3011.50;9.65;1645.00;1.57;0.18 +6345;6;3009.50;9.70;1646.00;2.15;0.18 +6345;7;3005.00;9.50;1644.00;-1.24;0.18 +6345;9;3004.94;9.50;1645.00;1.57;0.18 +6345;10;3011.06;9.67;1645.00;-1.57;0.18 +6345;19;3006.00;9.50;1644.00;-0.79;0.18 +6345;20;3004.43;9.50;1643.21;-1.10;0.18 6345;21;3004.94;9.50;1645.00;1.57;0.18 +6346;0;3397.00;9.95;1666.00;0.00;0.20 +6346;1;3396.00;9.95;1664.50;-0.58;0.20 +6346;2;3398.50;9.80;1666.00;1.57;0.20 +6346;3;3394.00;10.35;1666.00;4.71;0.20 +6346;4;3396.00;10.10;1667.50;3.73;0.20 +6346;5;3398.50;9.80;1668.50;2.60;0.20 +6346;6;3398.00;9.80;1668.50;2.76;0.20 +6346;9;3394.84;10.26;1666.00;1.57;0.20 +6346;10;3399.16;9.80;1666.00;-1.57;0.20 6346;21;3394.84;10.26;1666.00;1.57;0.20 +6347;0;3114.00;9.80;1586.00;0.00;0.24 +6347;1;3114.50;9.80;1584.50;0.32;0.24 +6347;2;3110.50;9.80;1586.50;4.57;0.24 +6347;3;3119.50;9.80;1585.00;1.39;0.24 +6347;4;3117.00;9.80;1586.50;1.73;0.24 +6347;5;3112.50;9.80;1588.50;3.68;0.24 +6347;9;3110.04;9.80;1586.00;1.57;0.24 +6347;10;3117.96;9.80;1586.00;-1.57;0.24 6347;21;3117.96;9.80;1586.00;-1.57;0.24 +6348;0;3383.00;10.42;1626.00;0.00;0.24 +6348;1;3382.50;10.80;1624.00;-0.24;0.24 +6348;2;3385.00;11.15;1624.00;0.78;0.24 +6348;3;3380.00;10.55;1625.50;-1.40;0.24 +6348;4;3386.00;11.02;1626.00;1.57;0.24 +6348;5;3379.00;10.45;1627.00;4.46;0.24 +6348;6;3384.50;10.40;1627.50;2.35;0.24 +6348;7;3381.50;10.40;1628.50;3.68;0.24 +6348;9;3380.48;10.45;1626.00;1.57;0.24 +6348;10;3385.52;10.90;1626.00;-1.57;0.24 6348;21;3380.48;10.45;1626.00;1.57;0.24 +6349;0;2951.00;9.95;1587.00;0.00;0.20 +6349;1;2952.00;10.00;1584.50;0.38;0.20 +6349;2;2949.00;9.80;1586.50;-1.32;0.20 +6349;3;2953.50;10.20;1586.50;1.37;0.20 +6349;4;2951.50;9.85;1589.00;2.89;0.20 +6349;5;2949.00;9.70;1589.00;3.92;0.20 +6349;9;2949.20;9.78;1587.00;1.57;0.20 +6349;10;2952.80;10.11;1587.00;-1.57;0.20 +6349;19;2950.00;9.53;1592.00;-3.39;0.20 +6349;20;2949.65;9.53;1593.71;3.33;0.20 6349;21;2949.20;9.78;1587.00;1.57;0.20 +6350;0;2721.14;10.70;1633.04;0.00;0.26 +6350;1;2721.50;9.50;1631.00;0.46;0.26 +6350;2;2718.50;9.80;1633.50;4.17;0.26 +6350;3;2724.00;10.30;1633.50;2.03;0.26 +6350;4;2722.50;10.30;1634.00;2.49;0.26 +6350;9;2718.48;9.70;1632.00;1.57;0.26 +6350;10;2723.52;9.80;1632.00;-1.57;0.26 +6350;19;2719.00;9.75;1638.00;-2.11;0.26 +6350;20;2718.44;9.75;1639.66;3.46;0.26 6350;21;2718.48;9.70;1632.00;1.57;0.26 +6351;0;2764.00;10.02;1553.00;0.00;0.22 +6351;1;2763.00;10.10;1550.50;-0.38;0.22 +6351;2;2766.00;10.07;1552.00;1.10;0.22 +6351;3;2761.50;9.90;1553.50;4.51;0.22 +6351;4;2765.50;10.10;1555.00;2.49;0.22 +6351;5;2763.00;10.10;1556.00;3.46;0.22 +6351;9;2762.02;9.90;1553.00;1.57;0.22 +6351;10;2765.98;10.10;1553.00;-1.57;0.22 6351;21;2762.02;9.90;1553.00;1.57;0.22 +6352;0;3616.00;10.40;1609.00;0.00;0.20 +6352;1;3616.50;10.40;1606.50;0.19;0.20 +6352;2;3613.50;10.40;1608.00;-1.19;0.20 +6352;3;3619.50;10.30;1608.50;1.42;0.20 +6352;4;3614.00;10.40;1610.50;4.06;0.20 +6352;5;3618.00;10.40;1610.50;2.21;0.20 +6352;9;3613.30;10.40;1609.00;1.57;0.20 +6352;10;3618.70;10.38;1609.00;-1.57;0.20 6352;21;3613.30;10.40;1609.00;1.57;0.20 +6353;0;3482.00;9.80;1566.00;0.00;0.18 +6353;1;3480.50;9.80;1564.50;-0.78;0.18 +6353;2;3484.00;9.80;1564.00;0.78;0.18 +6353;3;3484.50;9.80;1566.50;1.76;0.18 +6353;4;3479.00;9.80;1566.00;4.71;0.18 +6353;5;3482.50;9.80;1568.00;2.89;0.18 +6353;9;3479.48;9.80;1566.00;1.57;0.18 +6353;10;3484.52;9.80;1566.00;-1.57;0.18 6353;21;3479.48;9.80;1566.00;1.57;0.18 +6354;0;3286.00;9.90;1605.00;0.00;0.20 +6354;1;3283.00;9.90;1603.50;-1.10;0.20 +6354;2;3285.50;9.90;1603.50;-0.32;0.20 +6354;3;3289.00;9.90;1603.50;1.10;0.20 +6354;4;3283.00;10.00;1605.50;4.54;0.20 +6354;5;3289.50;9.90;1605.00;1.57;0.20 +6354;6;3289.00;9.90;1606.50;2.03;0.20 +6354;7;3286.00;9.90;1606.50;3.14;0.20 +6354;8;3288.50;9.90;1607.50;2.35;0.20 +6354;9;3283.48;9.95;1605.00;1.57;0.20 +6354;10;3288.52;9.90;1605.00;-1.57;0.20 6354;21;3283.48;9.95;1605.00;1.57;0.20 +6355;0;3353.00;10.05;1568.00;0.00;0.22 +6355;1;3353.00;10.10;1564.50;0.00;0.22 +6355;2;3351.50;10.30;1567.50;-1.24;0.22 +6355;3;3355.00;10.00;1566.50;0.92;0.22 +6355;4;3356.00;10.00;1568.50;1.73;0.22 +6355;5;3354.50;10.10;1570.00;2.49;0.22 +6355;6;3352.00;10.47;1571.00;3.46;0.22 +6355;9;3351.02;10.37;1568.00;1.57;0.22 +6355;10;3354.98;9.97;1568.00;-1.57;0.22 6355;21;3351.02;10.37;1568.00;1.57;0.22 +6356;0;3412.00;10.00;1658.00;0.00;0.18 +6356;1;3414.00;9.90;1656.00;0.78;0.18 +6356;2;3410.50;10.00;1656.50;-0.78;0.18 +6356;3;3410.50;10.00;1659.00;4.12;0.18 +6356;4;3416.50;9.90;1658.00;1.57;0.18 +6356;5;3414.50;10.00;1660.00;2.24;0.18 +6356;9;3409.12;10.00;1658.00;1.57;0.18 +6356;10;3414.88;9.90;1658.00;-1.57;0.18 6356;21;3409.12;10.00;1658.00;1.57;0.18 +6357;0;3535.00;10.20;1617.00;0.00;0.24 +6357;1;3535.00;10.50;1614.00;0.00;0.24 +6357;2;3532.00;10.60;1615.00;-0.98;0.24 +6357;3;3537.50;10.20;1616.00;1.19;0.24 +6357;4;3533.00;10.32;1618.00;4.24;0.24 +6357;5;3537.00;10.15;1619.00;2.35;0.24 +6357;6;3536.00;10.17;1620.00;2.82;0.24 +6357;9;3532.84;10.39;1617.00;1.57;0.24 +6357;10;3537.16;10.11;1617.00;-1.57;0.24 6357;21;3532.84;10.39;1617.00;1.57;0.24 +6358;0;3463.00;9.80;1664.00;0.00;0.20 +6358;1;3464.50;9.90;1662.50;0.78;0.20 +6358;2;3463.00;10.00;1661.50;0.00;0.20 +6358;3;3461.00;9.85;1662.50;-0.92;0.20 +6358;4;3465.00;9.80;1664.50;1.81;0.20 +6358;5;3460.00;9.80;1664.50;4.54;0.20 +6358;6;3462.50;9.80;1665.50;3.46;0.20 +6358;9;3461.02;9.80;1664.00;1.57;0.20 +6358;10;3464.98;9.82;1664.00;-1.57;0.20 6358;21;3461.02;9.80;1664.00;1.57;0.20 +6359;0;3200.00;9.87;1586.00;0.00;0.22 +6359;1;3200.50;10.00;1583.50;0.19;0.22 +6359;2;3196.00;9.90;1585.50;-1.44;0.22 +6359;3;3203.50;10.00;1585.50;1.42;0.22 +6359;4;3203.00;9.90;1587.50;2.03;0.22 +6359;5;3198.50;9.80;1588.00;3.78;0.22 +6359;6;3201.00;9.85;1589.00;2.82;0.22 +6359;9;3196.94;9.92;1586.00;1.57;0.22 +6359;10;3203.06;9.92;1586.00;-1.57;0.22 6359;21;3196.94;9.92;1586.00;1.57;0.22 +6360;0;3171.00;9.75;1628.00;0.00;0.20 +6360;1;3172.00;9.70;1625.00;0.32;0.20 +6360;2;3170.00;9.70;1626.00;-0.46;0.20 +6360;3;3174.00;9.70;1626.00;0.98;0.20 +6360;4;3167.00;9.70;1628.00;4.71;0.20 +6360;5;3174.50;9.80;1628.50;1.71;0.20 +6360;6;3171.00;9.80;1630.00;3.14;0.20 +6360;9;3167.94;9.70;1628.00;1.57;0.20 +6360;10;3174.06;9.75;1628.00;-1.57;0.20 6360;21;3167.94;9.70;1628.00;1.57;0.20 +6361;0;3038.00;9.55;1625.00;0.00;0.12 +6361;1;3038.00;9.55;1625.00;0.00;0.12 +6361;9;3036.56;9.50;1625.00;1.57;0.12 +6361;10;3039.44;9.64;1625.00;-1.57;0.12 +6361;19;3038.00;9.53;1627.00;-1.57;0.12 +6361;20;3038.00;9.53;1628.75;3.14;0.12 6361;21;3036.56;9.50;1625.00;1.57;0.12 +6362;0;3455.00;10.20;1626.00;0.00;0.24 +6362;1;3454.50;10.20;1623.50;-0.19;0.24 +6362;2;3456.00;10.40;1623.50;0.38;0.24 +6362;3;3457.00;10.40;1625.00;1.10;0.24 +6362;4;3452.50;9.80;1626.00;4.71;0.24 +6362;5;3456.50;10.40;1628.00;2.49;0.24 +6362;6;3458.00;10.40;1627.00;1.89;0.24 +6362;7;3452.50;9.80;1628.00;4.03;0.24 +6362;8;3454.50;10.00;1628.50;3.33;0.24 +6362;9;3452.84;9.83;1626.00;1.57;0.24 +6362;10;3457.16;10.40;1626.00;-1.57;0.24 6362;21;3452.84;9.83;1626.00;1.57;0.24 +6363;0;2731.00;11.10;1592.00;0.00;0.32 +6363;1;2732.50;10.40;1588.00;0.35;0.32 +6363;2;2734.00;11.65;1590.00;0.98;0.32 +6363;3;2725.02;9.70;1588.86;-0.78;0.32 +6363;4;2729.00;9.50;1594.50;3.81;0.32 +6363;5;2733.50;11.70;1593.50;2.11;0.32 +6363;9;2727.94;9.50;1592.00;1.57;0.32 +6363;10;2734.06;11.71;1592.00;-1.57;0.32 +6363;19;2723.00;9.50;1588.00;-0.79;0.32 +6363;20;2721.43;9.50;1587.21;-1.10;0.32 6363;21;2727.94;9.50;1592.00;1.57;0.32 +6364;0;2964.00;9.70;1649.00;0.00;0.32 +6364;1;2966.00;9.50;1647.50;0.92;0.32 +6364;2;2961.00;9.70;1645.00;-0.64;0.32 +6364;3;2960.00;9.90;1648.50;-1.44;0.32 +6364;4;2968.00;9.60;1652.00;2.21;0.32 +6364;5;2964.00;9.75;1652.00;3.14;0.32 +6364;9;2960.04;9.91;1649.00;1.57;0.32 +6364;10;2967.96;9.50;1649.00;-1.57;0.32 +6364;19;2969.00;9.60;1655.00;-4.07;0.32 +6364;20;2970.12;9.60;1656.34;2.44;0.32 6364;21;2960.04;9.91;1649.00;1.57;0.32 +6365;0;3361.00;10.00;1597.00;0.00;0.18 +6365;1;3361.00;10.00;1595.50;0.00;0.18 +6365;2;3359.00;10.00;1597.00;4.71;0.18 +6365;3;3364.00;10.00;1597.00;1.57;0.18 +6365;4;3361.50;10.00;1599.00;2.89;0.18 +6365;5;3359.00;10.00;1599.00;3.92;0.18 +6365;9;3359.02;10.00;1597.00;1.57;0.18 +6365;10;3362.98;10.00;1597.00;-1.57;0.18 6365;21;3359.02;10.00;1597.00;1.57;0.18 +6366;0;3551.00;9.95;1566.00;0.00;0.20 +6366;1;3550.50;10.20;1564.00;-0.24;0.20 +6366;2;3547.50;10.15;1565.00;-1.29;0.20 +6366;3;3554.00;9.97;1566.00;1.57;0.20 +6366;4;3549.00;10.15;1567.00;4.24;0.20 +6366;5;3552.50;9.80;1568.00;2.49;0.20 +6366;6;3554.50;9.80;1567.50;1.97;0.20 +6366;9;3548.48;10.05;1566.00;1.57;0.20 +6366;10;3553.52;9.99;1566.00;-1.57;0.20 6366;21;3548.48;10.05;1566.00;1.57;0.20 +6367;0;3319.00;10.50;1647.00;0.00;0.22 +6367;1;3318.50;10.50;1645.00;-0.24;0.22 +6367;2;3322.00;10.57;1646.00;1.24;0.22 +6367;3;3316.50;10.50;1648.00;4.33;0.22 +6367;4;3320.50;10.50;1649.00;2.49;0.22 +6367;9;3316.84;10.50;1647.00;1.57;0.22 +6367;10;3321.16;10.50;1647.00;-1.57;0.22 6367;21;3316.84;10.50;1647.00;1.57;0.22 +6368;0;3639.00;10.05;1634.00;0.00;0.22 +6368;1;3641.00;10.00;1631.00;0.58;0.22 +6368;2;3637.50;10.10;1631.50;-0.54;0.22 +6368;3;3642.50;10.10;1632.50;1.16;0.22 +6368;4;3635.00;10.10;1634.50;4.58;0.22 +6368;5;3643.00;10.10;1635.50;1.93;0.22 +6368;6;3638.00;10.00;1636.50;3.52;0.22 +6368;9;3635.40;10.10;1634.00;1.57;0.22 +6368;10;3642.60;10.15;1634.00;-1.57;0.22 6368;21;3635.40;10.10;1634.00;1.57;0.22 +6369;0;3424.00;10.02;1566.00;0.00;0.24 +6369;1;3425.00;10.05;1563.50;0.38;0.24 +6369;2;3421.50;10.15;1565.00;-1.19;0.24 +6369;3;3427.00;9.90;1564.50;1.10;0.24 +6369;4;3426.50;9.85;1566.00;1.57;0.24 +6369;5;3422.00;9.95;1568.00;3.92;0.24 +6369;6;3424.50;9.90;1568.00;2.89;0.24 +6369;9;3421.66;10.05;1566.00;1.57;0.24 +6369;10;3426.34;9.85;1566.00;-1.57;0.24 6369;21;3421.66;10.05;1566.00;1.57;0.24 +6370;0;3476.00;9.80;1653.00;0.00;0.22 +6370;1;3477.00;9.80;1651.50;0.58;0.22 +6370;2;3474.50;9.80;1651.50;-0.78;0.22 +6370;3;3474.50;9.80;1654.50;3.92;0.22 +6370;4;3478.50;9.80;1653.50;1.76;0.22 +6370;5;3477.50;9.80;1655.00;2.49;0.22 +6370;6;3476.00;9.80;1656.00;3.14;0.22 +6370;7;3477.00;9.80;1656.00;2.82;0.22 +6370;9;3474.02;9.80;1653.00;1.57;0.22 +6370;10;3477.98;9.80;1653.00;-1.57;0.22 6370;21;3474.02;9.80;1653.00;1.57;0.22 +6371;0;3252.00;9.95;1626.00;0.00;0.24 +6371;1;3252.00;9.90;1623.00;0.00;0.24 +6371;2;3255.50;9.90;1624.50;1.16;0.24 +6371;3;3248.50;10.35;1627.00;4.43;0.24 +6371;4;3256.50;9.90;1626.00;1.57;0.24 +6371;5;3255.50;9.90;1627.00;1.84;0.24 +6371;6;3252.50;9.90;1628.50;2.94;0.24 +6371;7;3249.00;9.95;1629.50;3.85;0.24 +6371;9;3248.94;10.42;1626.00;1.57;0.24 +6371;10;3255.06;9.90;1626.00;-1.57;0.24 6371;21;3248.94;10.42;1626.00;1.57;0.24 +6372;0;3539.00;10.40;1671.00;0.00;0.26 +6372;1;3538.50;10.50;1667.50;-0.14;0.26 +6372;2;3536.50;10.40;1670.00;-1.19;0.26 +6372;3;3541.00;10.40;1669.00;0.78;0.26 +6372;4;3541.50;10.40;1672.00;1.95;0.26 +6372;5;3536.50;10.40;1672.50;4.17;0.26 +6372;6;3539.50;10.40;1673.00;2.89;0.26 +6372;9;3536.66;10.40;1671.00;1.57;0.26 +6372;10;3541.34;10.40;1671.00;-1.57;0.26 6372;21;3536.66;10.40;1671.00;1.57;0.26 +6373;0;3272.00;9.80;1576.00;0.00;0.24 +6373;1;3273.00;9.80;1573.00;0.32;0.24 +6373;2;3270.50;9.80;1573.50;-0.54;0.24 +6373;3;3274.50;9.80;1576.00;1.57;0.24 +6373;4;3270.50;9.80;1576.50;4.39;0.24 +6373;5;3273.50;9.80;1579.00;2.67;0.24 +6373;9;3269.84;9.80;1576.00;1.57;0.24 +6373;10;3274.16;9.80;1576.00;-1.57;0.24 6373;21;3269.84;9.80;1576.00;1.57;0.24 +6374;0;3519.00;9.97;1625.00;0.00;0.22 +6374;1;3518.50;10.00;1622.50;-0.19;0.22 +6374;2;3521.00;9.90;1624.00;1.10;0.22 +6374;3;3516.00;10.00;1624.50;-1.40;0.22 +6374;4;3516.00;10.00;1626.00;4.39;0.22 +6374;5;3518.50;10.10;1627.50;3.33;0.22 +6374;6;3521.50;10.00;1627.50;2.35;0.22 +6374;9;3517.02;10.00;1625.00;1.57;0.22 +6374;10;3520.98;9.92;1625.00;-1.57;0.22 6374;21;3517.02;10.00;1625.00;1.57;0.22 +6375;0;3129.00;10.22;1593.00;0.00;0.28 +6375;1;3129.50;9.80;1590.00;0.16;0.28 +6375;2;3131.50;9.80;1590.50;0.78;0.28 +6375;3;3127.00;10.05;1592.50;-1.32;0.28 +6375;4;3131.00;10.00;1592.00;1.10;0.28 +6375;5;3131.00;10.40;1594.50;2.21;0.28 +6375;6;3128.00;10.35;1595.00;3.60;0.28 +6375;9;3126.48;10.04;1593.00;1.57;0.28 +6375;10;3131.52;10.20;1593.00;-1.57;0.28 6375;21;3125.18;10.30;1595.84;-1.57;0.28 +6376;0;3171.00;10.40;1644.00;0.00;0.22 +6376;1;3170.50;10.40;1641.00;-0.16;0.22 +6376;2;3169.00;10.27;1645.00;4.24;0.22 +6376;3;3173.50;10.40;1645.00;1.95;0.22 +6376;4;3171.50;10.40;1648.00;3.01;0.22 +6376;9;3169.02;10.35;1644.00;1.57;0.22 +6376;10;3172.98;10.40;1644.00;-1.57;0.22 6376;21;3169.02;10.35;1644.00;1.57;0.22 +6377;0;2958.00;10.27;1569.00;0.00;0.18 +6377;1;2958.00;10.20;1567.00;0.00;0.18 +6377;2;2960.50;10.35;1568.00;1.19;0.18 +6377;3;2956.00;10.37;1569.00;4.71;0.18 +6377;4;2961.00;10.22;1570.00;1.89;0.18 +6377;5;2959.00;9.85;1571.50;2.76;0.18 +6377;6;2956.50;10.20;1571.50;3.68;0.18 +6377;9;2956.38;10.35;1569.00;1.57;0.18 +6377;10;2959.62;10.16;1569.00;-1.57;0.18 6377;21;2956.38;10.35;1569.00;1.57;0.18 +6378;0;2756.00;10.72;1568.00;0.00;0.16 +6378;1;2755.00;10.20;1566.00;-0.46;0.16 +6378;2;2754.00;10.90;1566.50;-0.92;0.16 +6378;3;2757.50;10.70;1567.50;1.24;0.16 +6378;4;2755.50;10.80;1569.50;3.46;0.16 +6378;5;2758.00;10.45;1570.00;2.35;0.16 +6378;9;2754.56;10.93;1568.00;1.57;0.16 +6378;10;2757.44;10.70;1568.00;-1.57;0.16 +6378;19;2753.00;9.50;1563.00;-0.46;0.16 +6378;20;2752.10;9.50;1561.49;-0.54;0.16 6378;21;2754.56;10.93;1568.00;1.57;0.16 +6379;0;3632.00;10.27;1569.00;0.00;0.24 +6379;1;3631.50;10.10;1566.50;-0.19;0.24 +6379;2;3634.00;9.87;1567.00;0.78;0.24 +6379;3;3629.50;10.90;1569.50;4.51;0.24 +6379;4;3634.50;9.90;1571.00;2.24;0.24 +6379;5;3631.50;10.30;1572.50;3.28;0.24 +6379;9;3629.84;10.78;1569.00;1.57;0.24 +6379;10;3634.16;9.88;1569.00;-1.57;0.24 6379;21;3629.84;10.78;1569.00;1.57;0.24 +6380;0;3390.00;10.82;1640.00;0.00;0.18 +6380;1;3390.00;11.05;1638.50;0.00;0.18 +6380;2;3393.00;10.52;1639.00;1.24;0.18 +6380;3;3387.00;10.92;1639.00;-1.24;0.18 +6380;4;3387.00;10.65;1640.50;4.54;0.18 +6380;5;3393.00;10.37;1641.00;1.89;0.18 +6380;6;3389.00;10.70;1642.50;3.52;0.18 +6380;7;3391.50;10.60;1642.50;2.60;0.18 +6380;9;3387.48;10.79;1640.00;1.57;0.18 +6380;10;3392.52;10.44;1640.00;-1.57;0.18 6380;21;3387.48;10.79;1640.00;1.57;0.18 +6381;0;3199.00;10.30;1702.00;0.00;0.18 +6381;1;3196.50;10.30;1700.50;-1.03;0.18 +6381;2;3199.50;10.20;1700.00;0.24;0.18 +6381;3;3195.50;10.30;1703.00;4.43;0.18 +6381;4;3202.50;10.25;1702.00;1.57;0.18 +6381;5;3202.00;10.30;1704.00;2.15;0.18 +6381;6;3199.00;10.30;1704.50;3.14;0.18 +6381;9;3196.48;10.30;1702.00;1.57;0.18 +6381;10;3201.52;10.25;1702.00;-1.57;0.18 6381;21;3196.48;10.30;1702.00;1.57;0.18 +6382;0;3492.00;9.90;1568.00;0.00;0.18 +6382;1;3493.00;9.90;1565.00;0.32;0.18 +6382;2;3491.50;9.90;1565.00;-0.16;0.18 +6382;3;3489.50;9.80;1567.50;-1.37;0.18 +6382;4;3493.50;9.90;1567.50;1.24;0.18 +6382;5;3489.50;9.90;1570.00;4.03;0.18 +6382;6;3491.00;9.90;1570.50;3.52;0.18 +6382;7;3493.00;9.90;1570.50;2.76;0.18 +6382;9;3490.38;9.84;1568.00;1.57;0.18 +6382;10;3493.62;9.90;1568.00;-1.57;0.18 6382;21;3490.38;9.84;1568.00;1.57;0.18 +6383;0;3563.00;9.80;1678.00;0.00;0.26 +6383;1;3564.00;9.95;1675.50;0.38;0.26 +6383;2;3566.50;10.20;1676.50;1.16;0.26 +6383;3;3561.00;9.80;1676.50;-0.92;0.26 +6383;4;3559.00;9.80;1677.50;-1.44;0.26 +6383;5;3560.50;9.80;1679.50;4.17;0.26 +6383;6;3568.00;10.20;1678.50;1.67;0.26 +6383;7;3565.00;9.80;1679.50;2.21;0.26 +6383;9;3559.58;9.80;1678.00;1.57;0.26 +6383;10;3566.42;9.94;1678.00;-1.57;0.26 6383;21;3559.58;9.80;1678.00;1.57;0.26 +6384;0;2754.26;10.40;1602.77;0.00;0.20 +6384;1;2750.00;9.75;1601.50;-1.10;0.20 +6384;2;2752.50;10.10;1600.50;0.78;0.20 +6384;3;2754.00;10.40;1602.50;1.73;0.20 +6384;4;2751.50;10.30;1604.50;2.94;0.20 +6384;9;2748.84;9.50;1602.00;1.57;0.20 +6384;10;2753.16;10.28;1602.00;-1.57;0.20 +6384;19;2748.99;9.50;1604.87;-2.11;0.20 +6384;20;2747.98;9.50;1606.30;3.75;0.20 6384;21;2751.08;10.30;1603.41;-1.57;0.20 +6385;0;2725.00;11.67;1664.00;0.00;0.22 +6385;1;2724.00;10.87;1661.00;-0.32;0.22 +6385;2;2726.00;11.05;1661.50;0.38;0.22 +6385;3;2722.50;10.80;1661.50;-0.78;0.22 +6385;4;2722.50;11.25;1663.00;-1.19;0.22 +6385;5;2728.00;11.90;1664.50;1.73;0.22 +6385;6;2724.00;12.10;1665.50;3.73;0.22 +6385;7;2726.50;12.20;1666.50;2.60;0.22 +6385;9;2723.02;11.67;1664.00;1.57;0.22 +6385;10;2726.98;11.79;1664.00;-1.57;0.22 +6385;19;2721.00;9.50;1659.00;-0.79;0.22 +6385;20;2719.90;9.50;1657.63;-0.67;0.22 6385;21;2723.02;11.67;1664.00;1.57;0.22 +6386;0;3346.00;10.60;1566.00;0.00;0.20 +6386;1;3347.00;10.60;1562.50;0.27;0.20 +6386;2;3345.00;10.55;1563.50;-0.38;0.20 +6386;3;3347.50;10.60;1563.00;0.46;0.20 +6386;4;3348.00;10.60;1566.50;1.81;0.20 +6386;5;3344.00;10.52;1567.00;4.24;0.20 +6386;6;3346.50;10.50;1569.00;2.97;0.20 +6386;9;3344.20;10.58;1566.00;1.57;0.20 +6386;10;3347.80;10.60;1566.00;-1.57;0.20 6386;21;3344.20;10.58;1566.00;1.57;0.20 +6387;0;3324.00;10.60;1622.00;0.00;0.20 +6387;1;3322.50;10.60;1619.50;-0.54;0.20 +6387;2;3324.50;10.70;1619.50;0.19;0.20 +6387;3;3325.50;10.70;1621.00;0.98;0.20 +6387;4;3321.50;10.55;1622.00;4.71;0.20 +6387;5;3326.50;10.60;1623.50;2.11;0.20 +6387;6;3322.00;10.60;1624.50;3.81;0.20 +6387;7;3325.00;10.60;1624.50;2.76;0.20 +6387;9;3322.20;10.58;1622.00;1.57;0.20 +6387;10;3325.80;10.66;1622.00;-1.57;0.20 6387;21;3322.20;10.58;1622.00;1.57;0.20 +6388;0;3626.00;10.22;1650.00;0.00;0.34 +6388;1;3624.50;10.50;1646.00;-0.35;0.34 +6388;2;3626.50;10.25;1646.00;0.12;0.34 +6388;3;3629.00;10.20;1648.00;0.98;0.34 +6388;4;3622.50;10.20;1649.50;-1.42;0.34 +6388;5;3628.00;10.22;1653.00;2.55;0.34 +6388;6;3623.50;10.55;1653.00;3.83;0.34 +6388;9;3622.94;10.17;1650.00;1.57;0.34 +6388;10;3629.06;10.15;1650.00;-1.57;0.34 6388;21;3622.94;10.17;1650.00;1.57;0.34 +6389;0;2963.00;9.70;1607.00;0.00;0.24 +6389;1;2962.50;9.70;1605.00;-0.24;0.24 +6389;2;2965.50;9.70;1606.00;1.19;0.24 +6389;3;2960.00;9.70;1607.00;4.71;0.24 +6389;4;2965.00;9.70;1608.50;2.21;0.24 +6389;5;2961.00;9.70;1609.00;3.92;0.24 +6389;9;2960.48;9.70;1607.00;1.57;0.24 +6389;10;2965.52;9.70;1607.00;-1.57;0.24 +6389;19;2964.08;9.50;1611.39;-4.07;0.24 +6389;20;2964.49;9.50;1613.08;2.90;0.24 6389;21;2965.52;9.70;1607.00;-1.57;0.24 +6390;0;3034.00;9.70;1585.00;0.00;0.20 +6390;1;3033.50;9.70;1582.50;-0.19;0.20 +6390;2;3035.50;9.70;1583.00;0.64;0.20 +6390;3;3032.50;9.80;1585.50;4.39;0.20 +6390;4;3036.50;9.70;1586.00;1.95;0.20 +6390;5;3035.00;9.80;1588.50;2.86;0.20 +6390;9;3032.20;9.83;1585.00;1.57;0.20 +6390;10;3035.80;9.70;1585.00;-1.57;0.20 6390;21;3032.20;9.83;1585.00;1.57;0.20 +6391;0;3503.00;10.97;1602.00;0.00;0.22 +6391;1;3502.50;11.15;1600.00;-0.24;0.22 +6391;2;3500.50;10.65;1600.00;-0.89;0.22 +6391;3;3505.50;11.25;1601.00;1.19;0.22 +6391;4;3501.00;10.50;1602.50;4.46;0.22 +6391;5;3506.00;10.80;1603.50;2.03;0.22 +6391;6;3503.50;10.40;1604.50;2.94;0.22 +6391;9;3500.30;10.43;1602.00;1.57;0.22 +6391;10;3505.70;11.16;1602.00;-1.57;0.22 6391;21;3500.30;10.43;1602.00;1.57;0.22 +6392;0;3464.00;10.02;1642.00;0.00;0.22 +6392;1;3465.50;9.80;1640.00;0.64;0.22 +6392;2;3463.00;10.00;1640.50;-0.58;0.22 +6392;3;3465.50;10.00;1642.50;1.89;0.22 +6392;4;3461.00;10.40;1643.00;4.39;0.22 +6392;5;3462.50;10.40;1645.00;3.60;0.22 +6392;9;3462.02;10.29;1642.00;1.57;0.22 +6392;10;3465.98;9.87;1642.00;-1.57;0.22 6392;21;3462.02;10.29;1642.00;1.57;0.22 +6393;0;2992.00;9.70;1631.00;0.00;0.28 +6393;1;2991.50;9.70;1628.00;-0.16;0.28 +6393;2;2992.00;9.70;1635.00;3.14;0.28 +6393;3;2994.50;9.70;1630.00;1.19;0.28 +6393;4;2989.50;9.70;1631.50;4.51;0.28 +6393;5;2994.00;9.70;1633.50;2.46;0.28 +6393;9;2989.48;9.70;1631.00;1.57;0.28 +6393;10;2994.52;9.70;1631.00;-1.57;0.28 +6393;19;2992.00;9.65;1642.00;-3.14;0.28 +6393;20;2992.00;9.65;1643.75;3.14;0.28 6393;21;2989.48;9.70;1631.00;1.57;0.28 +6394;0;3554.00;10.25;1574.00;0.00;0.22 +6394;1;3551.00;10.22;1573.00;-1.24;0.22 +6394;2;3554.00;10.10;1572.00;0.00;0.22 +6394;3;3556.50;10.10;1573.50;1.37;0.22 +6394;4;3552.50;10.35;1576.00;3.78;0.22 +6394;5;3555.50;10.30;1576.00;2.49;0.22 +6394;9;3551.84;10.26;1574.00;1.57;0.22 +6394;10;3556.16;10.18;1574.00;-1.57;0.22 6394;21;3551.84;10.26;1574.00;1.57;0.22 +6395;0;2723.00;9.87;1651.00;0.00;0.18 +6395;1;2724.00;9.70;1648.00;0.32;0.18 +6395;2;2721.50;9.70;1651.00;4.71;0.18 +6395;3;2725.00;10.20;1648.50;0.67;0.18 +6395;4;2724.00;9.90;1652.00;2.35;0.18 +6395;5;2723.00;9.95;1654.50;3.14;0.18 +6395;9;2721.38;9.66;1651.00;1.57;0.18 +6395;10;2724.62;9.91;1651.00;-1.57;0.18 +6395;19;2723.00;9.50;1649.00;-1.57;0.18 +6395;20;2723.00;9.50;1647.25;0.00;0.18 6395;21;2721.38;9.66;1651.00;1.57;0.18 +6396;0;3393.00;10.60;1611.00;0.00;0.18 +6396;1;3393.00;10.45;1608.50;0.00;0.18 +6396;2;3395.50;10.80;1609.50;1.03;0.18 +6396;3;3391.00;10.15;1609.50;-0.92;0.18 +6396;4;3389.50;10.30;1611.50;4.57;0.18 +6396;5;3395.50;11.05;1612.00;1.95;0.18 +6396;6;3390.00;10.40;1612.50;4.24;0.18 +6396;7;3393.00;10.97;1613.00;3.14;0.18 +6396;9;3390.48;10.20;1611.00;1.57;0.18 +6396;10;3395.52;10.95;1611.00;-1.57;0.18 6396;21;3390.48;10.20;1611.00;1.57;0.18 +6397;0;3039.00;9.85;1695.00;0.00;0.20 +6397;1;3041.00;9.90;1693.00;0.78;0.20 +6397;2;3037.50;9.90;1693.50;-0.78;0.20 +6397;3;1519.00;9.50;847.00;-1.06;0.20 +6397;4;3041.50;9.90;1695.50;1.76;0.20 +6397;5;3040.00;9.60;1697.50;2.76;0.20 +6397;9;3036.30;9.60;1695.00;1.57;0.20 +6397;10;3041.70;9.89;1695.00;-1.57;0.20 6397;21;3036.30;9.60;1695.00;1.57;0.20 +6398;0;3416.00;10.00;1571.00;0.00;0.22 +6398;1;3415.50;10.00;1568.00;-0.16;0.22 +6398;2;3413.50;10.00;1568.50;-0.78;0.22 +6398;3;3413.50;10.00;1570.50;-1.37;0.22 +6398;4;3418.00;10.00;1570.50;1.32;0.22 +6398;5;3418.50;10.00;1573.00;2.24;0.22 +6398;6;3415.00;10.00;1573.50;3.52;0.22 +6398;7;3417.00;10.00;1574.50;2.86;0.22 +6398;9;3414.02;10.00;1571.00;1.57;0.22 +6398;10;3417.98;10.00;1571.00;-1.57;0.22 6398;21;3414.02;10.00;1571.00;1.57;0.22 +6399;0;2748.00;9.90;1619.00;0.00;0.20 +6399;1;2747.00;9.82;1618.00;-0.78;0.20 +6399;2;2751.00;9.50;1617.00;0.98;0.20 +6399;3;2751.50;9.80;1618.50;1.42;0.20 +6399;4;2750.00;9.90;1619.50;1.81;0.20 +6399;5;2747.00;10.15;1620.50;3.73;0.20 +6399;9;2745.12;9.76;1619.00;1.57;0.20 +6399;10;2750.88;9.85;1619.00;-1.57;0.20 +6399;19;2748.00;9.50;1615.00;-0.79;0.20 +6399;20;2748.00;9.50;1613.25;0.00;0.20 6399;21;2750.88;9.85;1619.00;-1.57;0.20 +6400;0;3316.00;10.60;1638.00;0.00;0.20 +6400;1;3316.50;10.70;1635.50;0.19;0.20 +6400;2;3319.50;10.70;1636.00;1.05;0.20 +6400;3;3313.50;10.60;1638.00;4.71;0.20 +6400;4;3319.50;10.65;1638.00;1.57;0.20 +6400;5;3314.00;10.55;1640.50;3.81;0.20 +6400;6;3317.00;10.50;1640.50;2.76;0.20 +6400;9;3313.48;10.60;1638.00;1.57;0.20 +6400;10;3318.52;10.65;1638.00;-1.57;0.20 6400;21;3313.48;10.60;1638.00;1.57;0.20 +6401;0;3099.00;9.80;1572.00;0.00;0.22 +6401;1;3098.50;9.80;1570.50;-0.32;0.22 +6401;2;3101.50;9.80;1570.00;0.89;0.22 +6401;3;3101.00;10.05;1573.00;2.03;0.22 +6401;4;3097.00;9.80;1573.50;4.06;0.22 +6401;5;3098.50;10.20;1575.50;3.28;0.22 +6401;9;3096.84;9.80;1572.00;1.57;0.22 +6401;10;3101.16;9.88;1572.00;-1.57;0.22 6401;21;3096.84;9.80;1572.00;1.57;0.22 +6402;0;3116.00;9.62;1606.00;0.00;0.24 +6402;1;3115.50;9.80;1603.50;-0.19;0.24 +6402;2;3113.00;9.65;1605.00;-1.24;0.24 +6402;3;3119.00;9.80;1605.50;1.40;0.24 +6402;4;3114.00;9.70;1607.50;4.06;0.24 +6402;5;3118.00;9.67;1608.00;2.35;0.24 +6402;9;3113.48;9.70;1606.00;1.57;0.24 +6402;10;3118.52;9.75;1606.00;-1.57;0.24 +6402;19;3113.00;9.55;1608.00;-2.21;0.24 +6402;20;3111.54;9.55;1608.97;4.12;0.24 6402;21;3118.52;9.75;1606.00;-1.57;0.24 +6403;0;3523.00;9.82;1650.00;0.00;0.24 +6403;1;3524.50;9.80;1647.50;0.54;0.24 +6403;2;3522.50;9.80;1647.50;-0.19;0.24 +6403;3;3521.00;9.85;1649.50;-1.32;0.24 +6403;4;3526.50;10.10;1649.50;1.42;0.24 +6403;5;3524.00;10.00;1651.50;2.55;0.24 +6403;6;3520.00;9.82;1653.00;3.92;0.24 +6403;9;3520.48;9.85;1650.00;1.57;0.24 +6403;10;3525.52;10.15;1650.00;-1.57;0.24 6403;21;3520.48;9.85;1650.00;1.57;0.24 +6404;0;3582.00;10.10;1600.00;0.00;0.26 +6404;1;3580.50;9.80;1596.50;-0.40;0.26 +6404;2;3584.00;9.90;1599.50;1.32;0.26 +6404;3;3579.00;9.85;1598.50;-1.10;0.26 +6404;4;3581.00;10.30;1602.00;3.60;0.26 +6404;5;3582.50;10.30;1604.00;3.01;0.26 +6404;6;3584.00;10.40;1603.50;2.62;0.26 +6404;9;3579.66;10.06;1600.00;1.57;0.26 +6404;10;3584.34;9.95;1600.00;-1.57;0.26 6404;21;3579.66;10.06;1600.00;1.57;0.26 +6405;0;2642.00;10.45;1571.00;0.00;0.20 +6405;1;2640.00;10.12;1571.00;4.71;0.20 +6405;2;2645.50;9.50;1569.50;1.16;0.20 +6405;3;2646.00;11.35;1571.50;1.69;0.20 +6405;4;2644.00;11.10;1573.00;2.35;0.20 +6405;9;2638.58;9.81;1571.00;1.57;0.20 +6405;10;2645.42;10.94;1571.00;-1.57;0.20 +6405;19;2637.00;9.50;1574.00;-1.57;0.20 +6405;20;2635.49;9.50;1574.90;4.17;0.20 6405;21;2638.58;9.81;1571.00;1.57;0.20 +6406;0;3015.00;10.00;1681.00;0.00;0.24 +6406;1;3015.50;10.00;1678.50;0.19;0.24 +6406;2;3012.50;10.00;1679.00;-0.89;0.24 +6406;3;3017.00;10.05;1681.50;1.81;0.24 +6406;4;3013.00;10.00;1682.50;4.06;0.24 +6406;5;3016.00;10.10;1684.50;2.86;0.24 +6406;9;3012.84;10.00;1681.00;1.57;0.24 +6406;10;3017.16;10.03;1681.00;-1.57;0.24 6406;21;3012.84;10.00;1681.00;1.57;0.24 +6407;0;3165.00;9.90;1620.00;0.00;0.20 +6407;1;3164.50;9.90;1617.50;-0.19;0.20 +6407;2;3162.50;9.80;1618.00;-0.89;0.20 +6407;3;3163.00;9.90;1619.50;-1.32;0.20 +6407;4;3168.00;9.75;1619.50;1.40;0.20 +6407;5;3163.00;10.22;1622.00;3.92;0.20 +6407;6;3167.00;9.70;1622.00;2.35;0.20 +6407;9;3162.48;9.94;1620.00;1.57;0.20 +6407;10;3167.52;9.70;1620.00;-1.57;0.20 6407;21;3162.48;9.94;1620.00;1.57;0.20 +6408;0;3214.00;10.30;1689.00;0.00;0.24 +6408;1;3212.00;10.40;1687.00;-0.78;0.24 +6408;2;3216.00;10.30;1688.00;1.10;0.24 +6408;3;3211.00;10.40;1689.50;4.54;0.24 +6408;4;3216.00;10.30;1690.50;2.21;0.24 +6408;5;3213.50;10.30;1691.50;3.33;0.24 +6408;9;3211.30;10.40;1689.00;1.57;0.24 +6408;10;3216.70;10.31;1689.00;-1.57;0.24 6408;21;3211.30;10.40;1689.00;1.57;0.24 +6409;0;3487.00;9.90;1577.00;0.00;0.20 +6409;1;3488.50;9.90;1575.00;0.64;0.20 +6409;2;3485.50;9.85;1576.00;-0.98;0.20 +6409;3;3490.00;9.90;1576.50;1.40;0.20 +6409;4;3489.00;9.90;1579.00;2.35;0.20 +6409;5;3483.50;9.80;1578.50;4.30;0.20 +6409;6;3486.00;9.85;1579.50;3.52;0.20 +6409;9;3484.48;9.80;1577.00;1.57;0.20 +6409;10;3489.52;9.90;1577.00;-1.57;0.20 6409;21;3484.48;9.80;1577.00;1.57;0.20 +6410;0;3464.00;9.95;1622.00;0.00;0.18 +6410;1;3463.00;9.82;1620.00;-0.46;0.18 +6410;2;3466.00;9.95;1621.50;1.32;0.18 +6410;3;3461.50;10.30;1623.00;4.33;0.18 +6410;4;3466.50;10.20;1623.00;1.95;0.18 +6410;5;3464.50;10.25;1624.00;2.89;0.18 +6410;9;3461.66;10.13;1622.00;1.57;0.18 +6410;10;3466.34;10.04;1622.00;-1.57;0.18 6410;21;3461.66;10.13;1622.00;1.57;0.18 +6411;0;3349.00;10.35;1578.00;0.00;0.22 +6411;1;3348.00;10.50;1575.00;-0.32;0.22 +6411;2;3350.00;10.47;1576.00;0.46;0.22 +6411;3;3347.00;10.50;1576.00;-0.78;0.22 +6411;4;3351.50;10.15;1578.00;1.57;0.22 +6411;5;3347.00;10.40;1578.50;4.46;0.22 +6411;6;3350.00;10.00;1580.50;2.76;0.22 +6411;9;3347.02;10.45;1578.00;1.57;0.22 +6411;10;3350.98;10.20;1578.00;-1.57;0.22 6411;21;3347.02;10.45;1578.00;1.57;0.22 +6412;0;3008.00;9.70;1661.00;0.00;0.22 +6412;1;3009.50;9.70;1659.00;0.64;0.22 +6412;2;3006.00;9.55;1660.00;-1.10;0.22 +6412;3;3010.50;9.70;1660.50;1.37;0.22 +6412;4;3006.50;9.70;1663.50;3.68;0.22 +6412;5;3009.50;9.75;1663.00;2.49;0.22 +6412;9;3005.66;9.70;1661.00;1.57;0.22 +6412;10;3010.34;9.65;1661.00;-1.57;0.22 +6412;19;3003.00;9.50;1662.00;-1.11;0.22 +6412;20;3001.28;9.50;1662.34;4.51;0.22 6412;21;3005.66;9.70;1661.00;1.57;0.22 +6413;0;3205.00;9.90;1600.00;0.00;0.36 +6413;1;3203.50;9.80;1596.00;-0.35;0.36 +6413;2;3201.50;9.80;1598.50;-1.16;0.36 +6413;3;3206.00;9.80;1598.00;0.46;0.36 +6413;4;3209.00;9.80;1599.50;1.44;0.36 +6413;5;3202.00;10.12;1602.00;4.12;0.36 +6413;6;3208.50;9.80;1602.00;2.09;0.36 +6413;7;3204.50;10.35;1603.00;3.30;0.36 +6413;9;3201.76;9.92;1600.00;1.57;0.36 +6413;10;3208.24;9.80;1600.00;-1.57;0.36 6413;21;3208.24;9.80;1600.00;-1.57;0.36 +6414;0;3390.00;11.47;1633.00;0.00;0.18 +6414;1;3388.00;11.17;1631.00;-0.78;0.18 +6414;2;3391.50;11.50;1632.00;0.98;0.18 +6414;3;3387.00;11.25;1634.00;4.39;0.18 +6414;4;3392.50;11.45;1634.00;1.95;0.18 +6414;5;3390.00;11.52;1635.00;3.14;0.18 +6414;9;3387.66;11.26;1633.00;1.57;0.18 +6414;10;3392.34;11.45;1633.00;-1.57;0.18 6414;21;3387.66;11.26;1633.00;1.57;0.18 +6415;0;3199.00;9.87;1560.00;0.00;0.24 +6415;1;3198.50;9.90;1557.50;-0.19;0.24 +6415;2;3201.00;10.02;1557.00;0.58;0.24 +6415;3;3202.00;10.07;1560.00;1.57;0.24 +6415;4;3196.50;9.80;1560.00;4.71;0.24 +6415;5;3197.50;10.00;1563.00;3.60;0.24 +6415;6;3200.50;10.00;1563.00;2.67;0.24 +6415;7;3202.50;10.20;1563.00;2.27;0.24 +6415;9;3196.66;9.80;1560.00;1.57;0.24 +6415;10;3201.34;10.04;1560.00;-1.57;0.24 6415;21;3196.66;9.80;1560.00;1.57;0.24 +6416;0;3130.00;10.92;1539.00;0.00;0.20 +6416;1;3130.50;11.40;1536.50;0.19;0.20 +6416;2;3133.50;10.70;1537.50;1.16;0.20 +6416;3;3128.00;11.15;1537.50;-0.92;0.20 +6416;4;3127.50;10.70;1539.50;4.51;0.20 +6416;5;3132.00;10.62;1540.00;2.03;0.20 +6416;6;3127.50;10.30;1541.50;3.92;0.20 +6416;7;3129.00;10.35;1542.00;3.46;0.20 +6416;9;3127.66;10.81;1539.00;1.57;0.20 +6416;10;3132.34;10.73;1539.00;-1.57;0.20 6416;21;3127.66;10.81;1539.00;1.57;0.20 +6417;0;3449.00;9.77;1453.00;0.00;0.20 +6417;1;3448.50;9.80;1450.00;-0.16;0.20 +6417;2;3446.50;9.80;1451.00;-0.89;0.20 +6417;3;3451.00;9.80;1453.00;1.57;0.20 +6417;4;3447.00;9.75;1453.50;4.46;0.20 +6417;5;3448.50;9.70;1455.50;3.33;0.20 +6417;6;3450.50;9.80;1456.00;2.67;0.20 +6417;9;3447.20;9.77;1453.00;1.57;0.20 +6417;10;3450.80;9.80;1453.00;-1.57;0.20 6417;21;3447.20;9.77;1453.00;1.57;0.20 +6418;0;3017.00;12.07;1515.00;0.00;0.22 +6418;1;3016.00;12.05;1513.00;-0.46;0.22 +6418;2;3019.00;12.52;1514.00;1.10;0.22 +6418;3;3015.50;11.90;1514.00;-0.98;0.22 +6418;4;3015.00;11.75;1516.50;4.06;0.22 +6418;5;3018.50;12.30;1516.50;2.35;0.22 +6418;6;3020.00;12.60;1516.50;2.03;0.22 +6418;7;3015.50;11.95;1518.00;3.60;0.22 +6418;8;3017.00;11.97;1518.00;3.14;0.22 +6418;9;3015.02;11.75;1515.00;1.57;0.22 +6418;10;3018.98;12.49;1515.00;-1.57;0.22 6418;21;3015.02;11.75;1515.00;1.57;0.22 +6419;0;3342.00;9.50;1243.00;0.00;0.92 +6419;1;3346.00;9.50;1233.50;0.39;0.92 +6419;2;3353.50;9.50;1232.00;0.80;0.92 +6419;3;3353.50;9.50;1236.00;1.02;0.92 +6419;4;3324.50;9.50;1243.00;4.71;0.92 +6419;5;3339.00;9.50;1241.00;-0.98;0.92 +6419;6;3328.00;9.50;1238.50;-1.26;0.92 +6419;7;3353.50;9.50;1241.50;1.44;0.92 +6419;8;3354.00;9.50;1249.00;2.03;0.92 +6419;9;3330.48;9.50;1243.00;1.57;0.92 +6419;10;3353.52;9.50;1243.00;-1.57;0.92 +6419;11;3348.40;9.50;1227.80;0.39;0.92 +6419;12;3360.40;9.50;1225.40;0.80;0.92 +6419;13;3360.40;9.50;1231.80;1.02;0.92 +6419;14;3314.00;9.50;1243.00;4.71;0.92 +6419;15;3337.20;9.50;1239.80;-0.98;0.92 +6419;16;3319.60;9.50;1235.80;-1.26;0.92 +6419;17;3360.40;9.50;1240.60;1.44;0.92 +6419;18;3361.20;9.50;1252.60;2.03;0.92 6419;21;3330.48;9.50;1243.00;1.57;0.92 +6420;0;3388.00;9.70;1460.00;0.00;0.18 +6420;1;3385.50;9.70;1459.00;-1.19;0.18 +6420;2;3389.00;9.70;1458.50;0.58;0.18 +6420;3;3391.50;9.70;1461.00;1.84;0.18 +6420;4;3385.50;9.70;1461.50;4.17;0.18 +6420;5;3388.50;9.70;1461.50;2.82;0.18 +6420;9;3385.30;9.71;1460.00;1.57;0.18 +6420;10;3390.70;9.63;1460.00;-1.57;0.18 +6420;19;3391.00;9.50;1459.00;0.59;0.18 +6420;20;3392.66;9.50;1458.44;1.24;0.18 6420;21;3385.30;9.71;1460.00;1.57;0.18 +6421;0;2971.00;11.12;1521.00;0.00;0.24 +6421;1;2970.00;10.75;1519.50;-0.58;0.24 +6421;2;2973.00;11.60;1519.50;0.92;0.24 +6421;3;2968.00;10.45;1520.50;-1.40;0.24 +6421;4;2974.00;11.85;1522.00;1.89;0.24 +6421;5;2970.00;11.15;1522.50;3.73;0.24 +6421;6;2972.50;11.80;1524.50;2.73;0.24 +6421;9;2968.66;10.58;1521.00;1.57;0.24 +6421;10;2973.34;11.71;1521.00;-1.57;0.24 6421;21;2968.66;10.58;1521.00;1.57;0.24 +6422;0;1503.00;9.50;1301.00;0.00;1.08 +6422;1;1511.00;9.50;1289.50;0.60;1.08 +6422;2;1500.00;9.50;1289.00;-0.24;1.08 +6422;3;1490.50;9.50;1301.50;4.67;1.08 +6422;4;1517.00;9.50;1297.00;1.29;1.08 +6422;5;1512.00;9.50;1305.00;1.98;1.08 +6422;6;1521.50;9.50;1305.50;1.80;1.08 +6422;7;1521.50;9.50;1307.50;1.90;1.08 +6422;8;1496.00;9.50;1311.50;3.73;1.08 +6422;9;1488.96;9.50;1301.00;1.57;1.08 +6422;10;1517.04;9.50;1301.00;-1.57;1.08 +6422;11;1515.80;9.50;1282.60;0.60;1.08 +6422;12;1498.20;9.50;1281.80;-0.24;1.08 +6422;13;1483.00;9.50;1301.80;4.67;1.08 +6422;14;1525.40;9.50;1294.60;1.29;1.08 +6422;15;1517.40;9.50;1307.40;1.98;1.08 +6422;16;1532.60;9.67;1308.20;1.80;1.08 +6422;17;1532.60;9.69;1311.40;1.90;1.08 +6422;18;1491.80;9.50;1317.80;3.73;1.08 6422;21;1488.96;9.50;1301.00;1.57;1.08 +6423;0;3334.00;10.00;1478.00;0.00;0.24 +6423;1;3332.00;10.00;1477.00;-1.10;0.24 +6423;2;3335.00;9.72;1476.00;0.46;0.24 +6423;3;3337.50;9.70;1477.50;1.42;0.24 +6423;4;3331.00;10.30;1479.50;4.24;0.24 +6423;5;3337.50;9.75;1479.00;1.84;0.24 +6423;6;3334.50;10.15;1480.00;2.89;0.24 +6423;9;3331.30;10.15;1478.00;1.57;0.24 +6423;10;3336.70;9.78;1478.00;-1.57;0.24 6423;21;3331.30;10.15;1478.00;1.57;0.24 +6424;0;3617.00;9.77;1554.00;0.00;0.24 +6424;1;3616.50;9.90;1551.00;-0.16;0.24 +6424;2;3615.00;9.95;1552.50;-0.92;0.24 +6424;3;3619.50;10.15;1553.00;1.19;0.24 +6424;4;3614.00;9.80;1555.50;4.24;0.24 +6424;5;3620.00;9.90;1555.50;2.03;0.24 +6424;6;3617.50;9.95;1557.00;2.97;0.24 +6424;9;3614.48;9.80;1554.00;1.57;0.24 +6424;10;3619.52;10.05;1554.00;-1.57;0.24 6424;21;3614.48;9.80;1554.00;1.57;0.24 +6425;0;886.00;9.50;579.00;0.00;1.28 +6425;1;880.00;9.50;569.00;-0.54;1.28 +6425;2;899.00;9.50;566.50;0.80;1.28 +6425;3;901.50;9.50;577.50;1.47;1.28 +6425;4;867.50;9.50;577.00;-1.46;1.28 +6425;5;874.00;9.50;588.00;4.06;1.28 +6425;6;890.50;9.50;591.50;2.79;1.28 +6425;7;881.50;9.50;597.00;3.38;1.28 +6425;9;872.50;9.50;579.00;1.57;1.28 +6425;10;899.50;9.50;579.00;-1.57;1.28 +6425;11;876.40;9.50;563.00;-0.54;1.28 +6425;12;906.80;9.50;559.00;0.80;1.28 +6425;13;910.80;9.50;576.60;1.47;1.28 +6425;14;856.40;9.50;575.80;-1.46;1.28 +6425;15;866.80;9.50;593.40;4.06;1.28 +6425;16;893.20;9.50;599.00;2.79;1.28 +6425;17;878.80;9.50;607.80;3.38;1.28 6425;21;872.50;9.50;579.00;1.57;1.28 +6426;0;1296.00;9.50;630.00;0.00;1.02 +6426;1;1307.00;9.50;617.00;0.70;1.02 +6426;2;1294.00;9.50;620.00;-0.19;1.02 +6426;3;1310.00;9.50;629.00;1.49;1.02 +6426;4;1279.00;9.50;631.00;4.65;1.02 +6426;5;1295.00;9.50;639.00;3.25;1.02 +6426;9;1283.40;9.50;630.00;1.57;1.02 +6426;10;1308.60;9.50;630.00;-1.57;1.02 +6426;11;1313.60;9.50;609.20;0.70;1.02 +6426;12;1292.80;9.50;614.00;-0.19;1.02 +6426;13;1318.40;9.50;628.40;1.49;1.02 +6426;14;1268.80;9.50;631.60;4.65;1.02 +6426;15;1294.40;9.50;644.40;3.25;1.02 6426;21;1283.40;9.50;630.00;1.57;1.02 +6427;0;5476.00;9.50;1029.00;0.00;1.22 +6427;1;5476.50;9.50;1017.00;0.04;1.22 +6427;2;5489.00;9.50;1021.00;1.01;1.22 +6427;3;5462.00;9.50;1026.50;-1.39;1.22 +6427;4;5486.00;9.50;1036.00;2.18;1.22 +6427;5;5461.50;9.50;1036.00;4.26;1.22 +6427;6;5472.50;9.50;1042.00;3.40;1.22 +6427;9;5463.22;9.50;1029.00;1.57;1.22 +6427;10;5488.78;9.50;1029.00;-1.57;1.22 +6427;11;5476.80;9.50;1009.80;0.04;1.22 +6427;12;5496.80;9.50;1016.20;1.01;1.22 +6427;13;5453.60;9.50;1025.00;-1.39;1.22 +6427;14;5492.00;9.50;1040.20;2.18;1.22 +6427;15;5452.80;9.50;1040.20;4.26;1.22 +6427;16;5470.40;9.50;1049.80;3.40;1.22 6427;21;5463.22;9.50;1029.00;1.57;1.22 +6428;0;3446.00;9.90;1543.00;0.00;0.24 +6428;1;3446.50;9.90;1541.00;0.24;0.24 +6428;2;3443.50;9.80;1541.50;-1.03;0.24 +6428;3;3449.00;9.90;1543.50;1.73;0.24 +6428;4;3444.00;9.85;1544.50;4.06;0.24 +6428;5;3447.00;9.90;1545.50;2.76;0.24 +6428;6;3444.50;9.80;1546.00;3.60;0.24 +6428;9;3443.66;9.81;1543.00;1.57;0.24 +6428;10;3448.34;9.90;1543.00;-1.57;0.24 6428;21;3443.66;9.81;1543.00;1.57;0.24 +6429;0;3233.00;10.20;1501.00;0.00;0.26 +6429;1;3231.00;10.20;1498.00;-0.58;0.26 +6429;2;3234.00;10.20;1499.00;0.46;0.26 +6429;3;3229.00;10.22;1501.00;4.71;0.26 +6429;4;3236.00;10.27;1502.00;1.89;0.26 +6429;5;3232.50;10.25;1503.00;3.38;0.26 +6429;9;3230.30;10.20;1501.00;1.57;0.26 +6429;10;3235.70;10.21;1501.00;-1.57;0.26 6429;21;3230.30;10.20;1501.00;1.57;0.26 +6430;0;3558.00;9.70;1516.00;0.00;0.24 +6430;1;3558.50;9.70;1513.00;0.16;0.24 +6430;2;3555.50;9.75;1515.00;-1.19;0.24 +6430;3;3561.00;9.70;1514.50;1.10;0.24 +6430;4;3560.00;9.70;1517.50;2.21;0.24 +6430;5;3556.00;9.80;1517.50;4.06;0.24 +6430;6;3558.50;9.70;1519.00;2.97;0.24 +6430;9;3555.84;9.76;1516.00;1.57;0.24 +6430;10;3560.16;9.70;1516.00;-1.57;0.24 6430;21;3555.84;9.76;1516.00;1.57;0.24 +6431;0;3168.00;12.25;1501.00;0.00;0.28 +6431;1;3167.00;12.25;1497.50;-0.27;0.28 +6431;2;3170.00;12.30;1498.50;0.67;0.28 +6431;3;3165.00;12.62;1502.00;4.39;0.28 +6431;4;3170.00;12.62;1502.00;2.03;0.28 +6431;5;3168.00;12.12;1504.00;3.14;0.28 +6431;9;3165.48;12.45;1501.00;1.57;0.28 +6431;10;3170.52;12.69;1501.00;-1.57;0.28 6431;21;3170.52;12.69;1501.00;-1.57;0.28 +6432;0;3399.00;9.85;1519.00;0.00;0.24 +6432;1;3397.50;9.90;1517.00;-0.64;0.24 +6432;2;3400.00;9.80;1516.50;0.38;0.24 +6432;3;3401.50;9.80;1517.50;1.03;0.24 +6432;4;3396.00;9.90;1518.00;-1.24;0.24 +6432;5;3402.00;9.80;1519.50;1.73;0.24 +6432;6;3397.50;9.90;1520.50;3.92;0.24 +6432;7;3400.00;9.90;1521.50;2.76;0.24 +6432;9;3396.84;9.90;1519.00;1.57;0.24 +6432;10;3401.16;9.80;1519.00;-1.57;0.24 6432;21;3396.84;9.90;1519.00;1.57;0.24 +6433;0;4368.00;9.50;104.00;0.00;0.82 +6433;1;4365.00;9.50;89.00;-0.19;0.82 +6433;2;4372.50;9.50;94.50;0.44;0.82 +6433;3;4359.50;9.50;101.00;-1.23;0.82 +6433;4;4377.50;9.50;108.50;2.01;0.82 +6433;5;4362.00;9.50;114.00;3.68;0.82 +6433;6;4372.50;9.50;116.00;2.78;0.82 +6433;9;4360.62;9.50;104.00;1.57;0.82 +6433;10;4375.38;9.50;104.00;-1.57;0.82 +6433;11;4363.20;9.50;80.00;-0.19;0.82 +6433;12;4375.20;9.50;88.80;0.44;0.82 +6433;13;4354.40;9.50;99.20;-1.23;0.82 +6433;14;4383.20;9.50;111.20;2.01;0.82 +6433;15;4358.40;9.50;120.00;3.68;0.82 +6433;16;4375.20;9.50;123.20;2.78;0.82 6433;21;4360.62;9.50;104.00;1.57;0.82 +6434;0;2838.00;9.50;1796.00;0.00;0.84 +6434;1;2843.50;9.50;1779.00;0.31;0.84 +6434;2;2834.00;9.50;1777.50;-0.21;0.84 +6434;3;2830.50;9.50;1797.00;4.58;0.84 +6434;4;2846.00;9.50;1799.50;1.98;0.84 +6434;5;2840.00;9.50;1814.50;3.03;0.84 +6434;9;2830.44;9.50;1796.00;1.57;0.84 +6434;10;2845.56;9.50;1796.00;-1.57;0.84 +6434;11;2846.80;9.50;1768.80;0.31;0.84 +6434;12;2831.60;9.50;1766.40;-0.21;0.84 +6434;13;2826.00;9.50;1797.60;4.58;0.84 +6434;14;2850.80;9.50;1801.60;1.98;0.84 +6434;15;2841.20;9.50;1825.60;3.03;0.84 6434;21;2830.44;9.50;1796.00;1.57;0.84 +6435;0;3216.00;10.10;1534.00;0.00;0.28 +6435;1;3214.00;10.10;1531.00;-0.58;0.28 +6435;2;3218.00;10.05;1532.50;0.92;0.28 +6435;3;3213.00;10.15;1532.00;-0.98;0.28 +6435;4;3213.50;10.30;1535.00;4.33;0.28 +6435;5;3218.50;10.00;1536.00;2.24;0.28 +6435;6;3216.00;10.02;1537.00;3.14;0.28 +6435;9;3213.30;10.30;1534.00;1.57;0.28 +6435;10;3218.70;10.00;1534.00;-1.57;0.28 6435;21;3213.30;10.30;1534.00;1.57;0.28 +6436;0;3520.00;12.70;1358.00;0.00;0.18 +6436;1;3519.00;11.70;1356.50;-0.58;0.18 +6436;2;3522.50;12.35;1356.00;0.89;0.18 +6436;3;3516.50;11.20;1358.50;4.57;0.18 +6436;4;3524.50;13.70;1357.50;1.46;0.18 +6436;5;3524.50;13.80;1358.50;1.68;0.18 +6436;6;3521.50;14.70;1360.00;2.49;0.18 +6436;7;3518.00;12.60;1360.50;3.81;0.18 +6436;9;3516.76;11.26;1358.00;1.57;0.18 +6436;10;3523.24;13.66;1358.00;-1.57;0.18 6436;21;3516.76;11.26;1358.00;1.57;0.18 +6437;0;5147.00;9.50;438.00;0.00;1.26 +6437;1;5144.00;9.50;422.00;-0.18;1.26 +6437;2;5134.50;9.50;429.50;-0.97;1.26 +6437;3;5156.00;9.50;429.00;0.78;1.26 +6437;4;5159.00;9.50;446.00;2.15;1.26 +6437;5;5137.50;9.50;446.00;4.01;1.26 +6437;9;5132.42;9.50;438.00;1.57;1.26 +6437;10;5161.58;9.50;438.00;-1.57;1.26 +6437;11;5142.20;9.50;412.40;-0.18;1.26 +6437;12;5127.00;9.50;424.40;-0.97;1.26 +6437;13;5161.40;9.50;423.60;0.78;1.26 +6437;14;5166.20;9.50;450.80;2.15;1.26 +6437;15;5131.80;9.50;450.80;4.01;1.26 6437;21;5132.42;9.50;438.00;1.57;1.26 +6438;0;5470.00;9.50;1076.00;0.00;0.96 +6438;1;5469.50;9.50;1065.50;-0.04;0.96 +6438;2;5457.00;9.50;1071.50;-1.23;0.96 +6438;3;5486.00;9.50;1073.00;1.38;0.96 +6438;4;5479.50;9.50;1082.50;2.17;0.96 +6438;5;5496.00;9.50;1078.50;1.66;0.96 +6438;6;5455.00;9.50;1082.50;4.30;0.96 +6438;7;5461.50;9.50;1085.50;3.87;0.96 +6438;9;5454.16;9.50;1076.00;1.57;0.96 +6438;10;5485.84;9.50;1076.00;-1.57;0.96 +6438;11;5469.20;9.50;1059.20;-0.04;0.96 +6438;12;5449.20;9.50;1068.80;-1.23;0.96 +6438;13;5495.60;9.50;1071.20;1.38;0.96 +6438;14;5485.20;9.50;1086.40;2.17;0.96 +6438;15;5511.60;9.50;1080.00;1.66;0.96 +6438;16;5446.00;9.50;1086.40;4.30;0.96 +6438;17;5456.40;9.50;1091.20;3.87;0.96 6438;21;5454.16;9.50;1076.00;1.57;0.96 +6439;0;5508.00;9.50;1531.00;0.00;0.94 +6439;1;5509.50;9.50;1521.00;0.14;0.94 +6439;2;5492.50;9.50;1525.00;-1.20;0.94 +6439;3;5523.50;9.50;1532.00;1.63;0.94 +6439;4;5491.00;9.50;1534.00;4.53;0.94 +6439;5;5507.00;9.50;1540.50;3.24;0.94 +6439;6;5522.50;9.50;1542.50;2.24;0.94 +6439;9;5495.76;9.50;1531.00;1.57;0.94 +6439;10;5520.24;9.50;1531.00;-1.57;0.94 +6439;11;5510.40;9.50;1515.00;0.14;0.94 +6439;12;5483.20;9.50;1521.40;-1.20;0.94 +6439;13;5532.80;9.50;1532.60;1.63;0.94 +6439;14;5480.80;9.50;1535.80;4.53;0.94 +6439;15;5506.40;9.50;1546.20;3.24;0.94 +6439;16;5531.20;9.50;1549.40;2.24;0.94 6439;21;5495.76;9.50;1531.00;1.57;0.94 +6440;0;3024.00;11.00;1525.00;0.00;0.26 +6440;1;3022.00;11.95;1521.50;-0.51;0.26 +6440;2;3025.50;11.00;1524.50;1.24;0.26 +6440;3;3021.00;11.05;1524.50;-1.40;0.26 +6440;4;3023.50;10.60;1527.00;3.38;0.26 +6440;5;3028.00;10.40;1526.50;1.93;0.26 +6440;6;3027.00;10.20;1527.50;2.26;0.26 +6440;9;3021.48;10.99;1525.00;1.57;0.26 +6440;10;3026.52;10.79;1525.00;-1.57;0.26 6440;21;3021.48;10.99;1525.00;1.57;0.26 +6441;0;3010.00;9.80;1555.00;0.00;0.24 +6441;1;3010.00;9.80;1552.50;0.00;0.24 +6441;2;3011.50;9.80;1552.00;0.46;0.24 +6441;3;3013.00;9.75;1554.00;1.24;0.24 +6441;4;3008.00;9.80;1555.00;4.71;0.24 +6441;5;3011.50;9.80;1556.00;2.15;0.24 +6441;6;3008.50;9.70;1557.50;3.68;0.24 +6441;9;3007.66;9.80;1555.00;1.57;0.24 +6441;10;3012.34;9.80;1555.00;-1.57;0.24 6441;21;3007.66;9.80;1555.00;1.57;0.24 +6442;0;4972.00;9.50;1441.00;0.00;1.08 +6442;1;4959.00;9.50;1428.50;-0.80;1.08 +6442;2;4972.00;9.50;1433.50;0.00;1.08 +6442;3;4958.00;9.50;1431.50;-0.97;1.08 +6442;4;4962.50;9.50;1436.00;-1.08;1.08 +6442;5;4966.50;9.50;1442.00;4.53;1.08 +6442;6;4983.50;9.50;1441.00;1.57;1.08 +6442;7;4981.00;9.50;1450.00;2.35;1.08 +6442;8;4970.00;9.50;1448.50;3.40;1.08 +6442;9;4962.28;9.50;1441.00;1.57;1.08 +6442;10;4981.72;9.50;1441.00;-1.57;1.08 +6442;11;4951.20;9.50;1421.00;-0.80;1.08 +6442;12;4972.00;9.50;1429.00;0.00;1.08 +6442;13;4949.60;9.50;1425.80;-0.97;1.08 +6442;14;4956.80;9.50;1433.00;-1.08;1.08 +6442;15;4963.20;9.50;1442.60;4.53;1.08 +6442;16;4990.40;9.50;1441.00;1.57;1.08 +6442;17;4986.40;9.50;1455.40;2.35;1.08 +6442;18;4968.80;9.50;1453.00;3.40;1.08 6442;21;4962.28;9.50;1441.00;1.57;1.08 +6443;0;4178.00;9.50;979.00;0.00;0.84 +6443;1;4173.50;9.50;970.50;-0.48;0.84 +6443;2;4183.50;9.50;970.00;0.54;0.84 +6443;3;4187.00;9.50;981.00;1.78;0.84 +6443;4;4168.50;9.50;977.50;-1.41;0.84 +6443;5;4170.00;9.50;982.50;4.30;0.84 +6443;6;4171.50;9.50;987.50;3.79;0.84 +6443;7;4181.50;9.50;990.50;2.84;0.84 +6443;8;4184.50;9.50;989.50;2.58;0.84 +6443;9;4170.44;9.50;979.00;1.57;0.84 +6443;10;4185.56;9.50;979.00;-1.57;0.84 +6443;11;4170.80;9.50;965.40;-0.48;0.84 +6443;12;4186.80;9.50;964.60;0.54;0.84 +6443;13;4192.40;9.50;982.20;1.78;0.84 +6443;14;4162.80;9.50;976.60;-1.41;0.84 +6443;15;4165.20;9.50;984.60;4.30;0.84 +6443;16;4167.60;9.50;992.60;3.79;0.84 +6443;17;4183.60;9.50;997.40;2.84;0.84 +6443;18;4188.40;9.50;995.80;2.58;0.84 6443;21;4170.44;9.50;979.00;1.57;0.84 +6444;0;2929.00;10.90;1520.00;0.00;0.20 +6444;1;2927.00;11.02;1519.00;-1.10;0.20 +6444;2;2930.00;10.75;1518.50;0.58;0.20 +6444;3;2931.50;10.70;1520.50;1.76;0.20 +6444;4;2927.00;11.10;1521.00;4.24;0.20 +6444;5;2927.00;11.10;1522.00;3.92;0.20 +6444;6;2930.00;10.90;1521.50;2.55;0.20 +6444;9;2927.02;11.07;1520.00;1.57;0.20 +6444;10;2930.98;10.72;1520.00;-1.57;0.20 6444;21;2927.02;11.07;1520.00;1.57;0.20 +6445;0;3407.00;9.70;1463.00;0.00;0.20 +6445;1;3407.50;9.70;1461.50;0.32;0.20 +6445;2;3404.50;9.70;1463.00;4.71;0.20 +6445;3;3409.00;9.70;1464.00;2.03;0.20 +6445;4;3406.50;9.65;1465.00;3.38;0.20 +6445;9;3405.02;9.70;1463.00;1.57;0.20 +6445;10;3408.98;9.70;1463.00;-1.57;0.20 +6445;19;3406.00;9.50;1460.00;0.32;0.20 +6445;20;3405.44;9.50;1458.34;-0.32;0.20 6445;21;3405.02;9.70;1463.00;1.57;0.20 +6446;0;2850.00;9.67;1536.00;0.00;0.24 +6446;1;2850.50;9.70;1534.50;0.32;0.24 +6446;2;2847.50;9.70;1536.00;4.71;0.24 +6446;3;2853.50;9.70;1535.00;1.29;0.24 +6446;4;2852.00;9.67;1537.00;2.03;0.24 +6446;5;2849.00;9.70;1538.00;3.60;0.24 +6446;9;2847.84;9.70;1536.00;1.57;0.24 +6446;10;2852.16;9.70;1536.00;-1.57;0.24 +6446;19;2847.73;9.50;1540.77;-2.68;0.24 +6446;20;2846.97;9.50;1542.35;3.58;0.24 6446;21;2849.77;9.70;1535.30;-1.57;0.24 +6447;0;4285.00;9.50;17.00;0.00;0.82 +6447;1;4272.00;9.50;11.00;-1.13;0.82 +6447;2;4297.50;9.50;11.00;1.12;0.82 +6447;3;4295.00;9.50;21.00;1.95;0.82 +6447;4;4276.00;9.50;21.50;4.24;0.82 +6447;5;4287.00;9.50;28.00;2.96;0.82 +6447;9;4275.10;9.50;17.00;1.57;0.82 +6447;10;4294.90;9.50;17.00;-1.57;0.82 +6447;11;4264.20;9.50;7.40;-1.13;0.82 +6447;12;4305.00;9.50;7.40;1.12;0.82 +6447;13;4301.00;9.50;23.40;1.95;0.82 +6447;14;4270.60;9.50;24.20;4.24;0.82 +6447;15;4288.20;9.50;34.60;2.96;0.82 6447;21;4275.10;9.50;17.00;1.57;0.82 +6448;0;4312.00;9.50;308.00;0.00;1.00 +6448;1;4307.50;9.50;294.00;-0.31;1.00 +6448;2;4319.00;9.50;297.00;0.56;1.00 +6448;3;4301.00;9.50;301.00;-1.00;1.00 +6448;4;4322.50;9.50;311.00;1.84;1.00 +6448;5;4303.50;9.50;316.00;3.95;1.00 +6448;6;4313.50;9.50;323.50;3.04;1.00 +6448;9;4303.00;9.50;308.00;1.57;1.00 +6448;10;4321.00;9.50;308.00;-1.57;1.00 +6448;11;4304.80;9.50;285.60;-0.31;1.00 +6448;12;4323.20;9.50;290.40;0.56;1.00 +6448;13;4294.40;9.50;296.80;-1.00;1.00 +6448;14;4328.80;9.50;312.80;1.84;1.00 +6448;15;4298.40;9.50;320.80;3.95;1.00 +6448;16;4314.40;9.50;332.80;3.04;1.00 6448;21;4303.00;9.50;308.00;1.57;1.00 +6449;0;2782.71;9.70;1504.68;0.00;0.24 +6449;1;2781.50;9.60;1503.50;0.19;0.24 +6449;2;2779.00;9.52;1506.00;4.71;0.24 +6449;3;2782.50;9.70;1504.50;0.78;0.24 +6449;4;2781.50;9.70;1508.00;2.89;0.24 +6449;9;2778.84;9.50;1506.00;1.57;0.24 +6449;10;2783.16;9.70;1506.00;-1.57;0.24 +6449;19;2780.91;9.50;1510.29;-3.17;0.24 +6449;20;2780.87;9.50;1512.04;3.16;0.24 6449;21;2781.16;9.90;1508.29;-1.57;0.24 +6450;0;3515.00;10.00;1549.00;0.00;0.22 +6450;1;3512.50;10.00;1547.50;-1.03;0.22 +6450;2;3516.00;9.90;1547.50;0.58;0.22 +6450;3;3514.00;10.00;1550.50;3.73;0.22 +6450;4;3517.50;9.90;1550.50;2.11;0.22 +6450;5;3516.00;10.00;1552.00;2.82;0.22 +6450;9;3513.02;10.00;1549.00;1.57;0.22 +6450;10;3516.98;9.90;1549.00;-1.57;0.22 6450;21;3513.02;10.00;1549.00;1.57;0.22 +6451;0;3320.00;9.85;1483.00;0.00;0.26 +6451;1;3318.50;9.80;1481.50;-0.78;0.26 +6451;2;3322.00;9.80;1480.50;0.67;0.26 +6451;3;3324.00;9.80;1482.00;1.32;0.26 +6451;4;3315.50;9.80;1483.00;4.71;0.26 +6451;5;3316.50;9.80;1485.00;4.19;0.26 +6451;6;3321.50;9.90;1484.50;2.35;0.26 +6451;7;3324.00;9.80;1484.00;1.81;0.26 +6451;8;3318.50;9.90;1486.50;3.54;0.26 +6451;9;3316.94;9.80;1483.00;1.57;0.26 +6451;10;3323.06;9.82;1483.00;-1.57;0.26 6451;21;3316.94;9.80;1483.00;1.57;0.26 +6452;0;3826.00;9.50;353.00;0.00;1.14 +6452;1;3836.50;9.50;336.50;0.56;1.14 +6452;2;3825.00;9.50;340.50;-0.08;1.14 +6452;3;3837.50;9.50;350.50;1.35;1.14 +6452;4;3812.00;9.50;352.50;-1.53;1.14 +6452;5;3818.50;9.50;364.50;3.71;1.14 +6452;6;3833.00;9.50;367.00;2.67;1.14 +6452;9;3815.74;9.50;353.00;1.57;1.14 +6452;10;3836.26;9.50;353.00;-1.57;1.14 +6452;11;3842.80;9.50;326.60;0.56;1.14 +6452;12;3824.40;9.50;333.00;-0.08;1.14 +6452;13;3844.40;9.50;349.00;1.35;1.14 +6452;14;3803.60;9.50;352.20;-1.53;1.14 +6452;15;3814.00;9.50;371.40;3.71;1.14 +6452;16;3837.20;9.50;375.40;2.67;1.14 6452;21;3815.74;9.50;353.00;1.57;1.14 +6453;0;2693.00;9.50;88.00;0.00;0.86 +6453;1;2685.00;9.50;77.50;-0.65;0.86 +6453;2;2696.00;9.50;76.00;0.24;0.86 +6453;3;2704.00;9.50;90.00;1.75;0.86 +6453;4;2687.00;9.50;97.50;3.70;0.86 +6453;5;2698.00;9.50;102.00;2.79;0.86 +6453;9;2685.26;9.50;88.00;1.57;0.86 +6453;10;2700.74;9.50;88.00;-1.57;0.86 +6453;11;2680.20;9.50;71.20;-0.65;0.86 +6453;12;2697.80;9.50;68.80;0.24;0.86 +6453;13;2710.60;9.50;91.20;1.75;0.86 +6453;14;2683.40;9.50;103.20;3.70;0.86 +6453;15;2701.00;9.50;110.40;2.79;0.86 6453;21;2685.26;9.50;88.00;1.57;0.86 +6454;0;3475.00;9.95;1508.00;0.00;0.24 +6454;1;3475.50;10.10;1505.50;0.19;0.24 +6454;2;3477.50;10.10;1505.50;0.78;0.24 +6454;3;3473.00;10.10;1506.50;-0.92;0.24 +6454;4;3473.00;9.87;1509.00;4.24;0.24 +6454;5;3477.50;9.90;1508.50;1.76;0.24 +6454;6;3475.50;9.90;1511.50;3.00;0.24 +6454;7;3473.50;9.90;1511.00;3.60;0.24 +6454;9;3472.84;9.95;1508.00;1.57;0.24 +6454;10;3477.16;9.88;1508.00;-1.57;0.24 6454;21;3472.84;9.95;1508.00;1.57;0.24 +6455;0;3239.00;10.00;1490.00;0.00;0.28 +6455;1;3237.50;10.00;1487.50;-0.54;0.28 +6455;2;3241.50;10.00;1488.50;1.03;0.28 +6455;3;3236.00;10.10;1490.50;4.54;0.28 +6455;4;3241.00;10.00;1492.00;2.35;0.28 +6455;5;3237.00;10.05;1493.50;3.66;0.28 +6455;9;3236.48;10.10;1490.00;1.57;0.28 +6455;10;3241.52;10.00;1490.00;-1.57;0.28 6455;21;3236.48;10.10;1490.00;1.57;0.28 +6456;0;2696.00;9.50;581.00;0.00;0.94 +6456;1;2704.50;9.50;570.00;0.65;0.94 +6456;2;2693.00;9.50;571.00;-0.29;0.94 +6456;3;2707.00;9.50;580.00;1.48;0.94 +6456;4;2686.50;9.50;585.50;4.27;0.94 +6456;5;2696.00;9.50;592.50;3.14;0.94 +6456;6;2687.00;9.50;597.00;3.65;0.94 +6456;9;2687.54;9.50;581.00;1.57;0.94 +6456;10;2704.46;9.50;581.00;-1.57;0.94 +6456;11;2709.60;9.50;563.40;0.65;0.94 +6456;12;2691.20;9.50;565.00;-0.29;0.94 +6456;13;2713.60;9.50;579.40;1.48;0.94 +6456;14;2680.80;9.50;588.20;4.27;0.94 +6456;15;2696.00;9.50;599.40;3.14;0.94 +6456;16;2681.60;9.50;606.60;3.65;0.94 6456;21;2687.54;9.50;581.00;1.57;0.94 +6457;0;2319.00;9.50;428.00;0.00;1.38 +6457;1;2309.00;9.50;419.00;-0.83;1.38 +6457;2;2324.00;9.50;410.50;0.27;1.38 +6457;3;2331.50;9.50;426.00;1.41;1.38 +6457;4;2308.00;9.50;436.00;4.08;1.38 +6457;5;2325.00;9.50;442.00;2.73;1.38 +6457;6;2314.50;9.50;445.00;3.40;1.38 +6457;9;2306.58;9.50;428.00;1.57;1.38 +6457;10;2331.42;9.50;428.00;-1.57;1.38 +6457;11;2303.00;9.50;413.60;-0.83;1.38 +6457;12;2327.00;9.50;400.00;0.27;1.38 +6457;13;2339.00;9.50;424.80;1.41;1.38 +6457;14;2301.40;9.50;440.80;4.08;1.38 +6457;15;2328.60;9.50;450.40;2.73;1.38 +6457;16;2311.80;9.50;455.20;3.40;1.38 6457;21;2306.58;9.50;428.00;1.57;1.38 +6458;0;3298.00;9.80;1530.00;0.00;0.22 +6458;1;3297.50;9.80;1527.50;-0.19;0.22 +6458;2;3295.50;9.80;1529.00;-1.19;0.22 +6458;3;3300.00;9.80;1530.50;1.81;0.22 +6458;4;3296.00;9.80;1531.00;4.24;0.22 +6458;5;3299.00;9.80;1533.00;2.82;0.22 +6458;9;3295.84;9.80;1530.00;1.57;0.22 +6458;10;3300.16;9.80;1530.00;-1.57;0.22 6458;21;3295.84;9.80;1530.00;1.57;0.22 +6459;0;3231.00;10.15;1643.00;0.00;0.26 +6459;1;3231.50;10.40;1640.00;0.16;0.26 +6459;2;3234.50;10.10;1641.50;1.16;0.26 +6459;3;3228.00;10.12;1644.00;4.39;0.26 +6459;4;3233.00;9.92;1644.00;2.03;0.26 +6459;5;3230.50;9.80;1646.50;3.28;0.26 +6459;9;3228.48;10.15;1643.00;1.57;0.26 +6459;10;3233.52;9.94;1643.00;-1.57;0.26 6459;21;3228.48;10.15;1643.00;1.57;0.26 +6460;0;3177.00;12.75;1494.00;0.00;0.26 +6460;1;3175.50;11.95;1492.00;-0.64;0.26 +6460;2;3179.00;12.65;1492.50;0.92;0.26 +6460;3;3173.50;12.20;1493.00;-1.29;0.26 +6460;4;3174.50;13.30;1495.00;4.33;0.26 +6460;5;3180.00;12.55;1495.00;1.89;0.26 +6460;6;3178.00;12.70;1496.50;2.76;0.26 +6460;9;3174.30;12.89;1494.00;1.57;0.26 +6460;10;3179.70;12.53;1494.00;-1.57;0.26 6460;21;3174.30;12.89;1494.00;1.57;0.26 +6461;0;1870.00;9.50;1256.00;0.00;1.20 +6461;1;1871.00;9.50;1244.00;0.08;1.20 +6461;2;1883.50;9.50;1237.50;0.63;1.20 +6461;3;1882.50;9.50;1251.50;1.22;1.20 +6461;4;1855.50;9.50;1260.50;4.41;1.20 +6461;5;1881.50;9.50;1265.50;2.26;1.20 +6461;6;1867.00;9.50;1268.50;3.37;1.20 +6461;9;1859.20;9.50;1256.00;1.57;1.20 +6461;10;1880.80;9.50;1256.00;-1.57;1.20 +6461;11;1871.60;9.50;1236.80;0.08;1.20 +6461;12;1891.60;9.50;1226.40;0.63;1.20 +6461;13;1890.00;9.50;1248.80;1.22;1.20 +6461;14;1846.80;9.50;1263.20;4.41;1.20 +6461;15;1888.40;9.50;1271.20;2.26;1.20 +6461;16;1865.20;9.50;1276.00;3.37;1.20 6461;21;1859.20;9.50;1256.00;1.57;1.20 +6462;0;3079.00;10.22;1542.00;0.00;0.22 +6462;1;3079.00;10.40;1539.50;0.00;0.22 +6462;2;3080.00;10.40;1540.50;0.58;0.22 +6462;3;3077.50;10.40;1540.50;-0.78;0.22 +6462;4;3077.50;10.20;1543.50;3.92;0.22 +6462;5;3081.00;10.15;1543.50;2.21;0.22 +6462;9;3077.02;10.37;1542.00;1.57;0.22 +6462;10;3080.98;10.24;1542.00;-1.57;0.22 6462;21;3077.02;10.37;1542.00;1.57;0.22 +6463;0;3523.00;10.17;1460.00;0.00;0.20 +6463;1;3520.50;9.75;1459.00;-1.19;0.20 +6463;2;3523.00;9.85;1458.00;0.00;0.20 +6463;3;3526.00;10.15;1458.50;1.10;0.20 +6463;4;3521.00;10.05;1461.50;4.06;0.20 +6463;5;3526.50;10.60;1460.50;1.71;0.20 +6463;6;3524.50;10.70;1461.50;2.35;0.20 +6463;9;3520.48;9.84;1460.00;1.57;0.20 +6463;10;3525.52;10.45;1460.00;-1.57;0.20 6463;21;3520.48;9.84;1460.00;1.57;0.20 +6464;0;3099.00;11.67;1523.00;0.00;0.20 +6464;1;3096.50;12.65;1521.00;-0.89;0.20 +6464;2;3100.50;11.90;1522.50;1.24;0.20 +6464;3;3096.00;12.20;1521.50;-1.10;0.20 +6464;4;3098.00;11.17;1524.00;3.92;0.20 +6464;5;3101.50;10.90;1525.00;2.24;0.20 +6464;6;3102.50;10.60;1525.50;2.19;0.20 +6464;9;3096.12;11.42;1523.00;1.57;0.20 +6464;10;3101.88;11.67;1523.00;-1.57;0.20 6464;21;3101.88;11.67;1523.00;-1.57;0.20 +6465;0;1422.00;9.50;391.00;0.00;1.30 +6465;1;1413.00;9.50;379.00;-0.64;1.30 +6465;2;1435.00;9.50;381.50;0.94;1.30 +6465;3;1396.50;9.50;384.50;-1.32;1.30 +6465;4;1404.00;9.50;395.00;4.49;1.30 +6465;5;1444.00;9.50;395.00;1.75;1.30 +6465;6;1429.50;9.50;403.50;2.60;1.30 +6465;7;1412.00;9.50;407.00;3.70;1.30 +6465;9;1403.46;9.50;391.00;1.57;1.30 +6465;10;1440.54;9.50;391.00;-1.57;1.30 +6465;11;1407.60;9.50;371.80;-0.64;1.30 +6465;12;1442.80;9.50;375.80;0.94;1.30 +6465;13;1381.20;9.50;380.60;-1.32;1.30 +6465;14;1393.20;9.50;397.40;4.49;1.30 +6465;15;1457.20;9.50;397.40;1.75;1.30 +6465;16;1434.00;9.50;411.00;2.60;1.30 +6465;17;1406.00;9.50;416.60;3.70;1.30 6465;21;1403.46;9.50;391.00;1.57;1.30 +6466;0;114.00;9.50;65.00;0.00;1.50 +6466;1;114.00;9.50;50.00;0.00;1.50 +6466;2;97.50;9.50;60.50;-1.30;1.50 +6466;3;133.50;9.50;57.00;1.18;1.50 +6466;4;142.50;9.50;64.00;1.53;1.50 +6466;5;127.50;9.50;73.00;2.10;1.50 +6466;6;105.00;9.50;79.00;3.71;1.50 +6466;9;95.82;9.50;65.00;1.57;1.50 +6466;10;132.18;9.50;65.00;-1.57;1.50 +6466;11;114.00;9.50;41.00;0.00;1.50 +6466;12;87.60;9.50;57.80;-1.30;1.50 +6466;13;145.20;9.50;52.20;1.18;1.50 +6466;14;159.60;9.50;63.40;1.53;1.50 +6466;15;135.60;9.50;77.80;2.10;1.50 +6466;16;99.60;9.50;87.40;3.71;1.50 6466;21;95.82;9.50;65.00;1.57;1.50 +6467;0;399.00;9.50;1220.00;0.00;0.96 +6467;1;410.50;9.50;1209.50;0.83;0.96 +6467;2;418.50;9.50;1215.50;1.34;0.96 +6467;3;393.00;9.50;1210.50;-0.56;0.96 +6467;4;378.50;9.50;1219.00;-1.52;0.96 +6467;5;422.50;9.50;1223.00;1.69;0.96 +6467;6;410.00;9.50;1227.50;2.16;0.96 +6467;7;386.50;9.50;1229.00;4.08;0.96 +6467;9;381.72;9.50;1220.00;1.57;0.96 +6467;10;416.28;9.50;1220.00;-1.57;0.96 +6467;11;417.40;9.50;1203.20;0.83;0.96 +6467;12;430.20;9.50;1212.80;1.34;0.96 +6467;13;389.40;9.50;1204.80;-0.56;0.96 +6467;14;366.20;9.50;1218.40;-1.52;0.96 +6467;15;436.60;9.50;1224.80;1.69;0.96 +6467;16;416.60;9.50;1232.00;2.16;0.96 +6467;17;379.00;9.50;1234.40;4.08;0.96 6467;21;381.72;9.50;1220.00;1.57;0.96 +6468;0;3476.00;9.70;1453.00;0.00;0.22 +6468;1;3474.50;9.70;1451.50;-0.78;0.22 +6468;2;3478.50;9.70;1450.50;0.78;0.22 +6468;3;3478.50;9.70;1453.00;1.57;0.22 +6468;4;3473.50;9.70;1454.50;4.17;0.22 +6468;5;3477.00;9.70;1454.50;2.55;0.22 +6468;9;3473.66;9.70;1453.00;1.57;0.22 +6468;10;3478.34;9.70;1453.00;-1.57;0.22 6468;21;3473.66;9.70;1453.00;1.57;0.22 +6469;0;2914.00;9.70;1544.00;0.00;0.22 +6469;1;2914.00;9.70;1542.50;0.00;0.22 +6469;2;2912.00;9.70;1542.50;-0.92;0.22 +6469;3;2916.00;9.75;1543.50;1.32;0.22 +6469;4;2911.00;9.70;1544.50;4.54;0.22 +6469;5;2916.00;9.80;1545.50;2.21;0.22 +6469;6;2913.00;9.70;1546.50;3.52;0.22 +6469;7;2915.00;9.75;1547.00;2.82;0.22 +6469;9;2912.02;9.70;1544.00;1.57;0.22 +6469;10;2915.98;9.77;1544.00;-1.57;0.22 6469;21;2912.02;9.70;1544.00;1.57;0.22 +6470;0;3001.00;13.20;1523.00;0.00;0.22 +6470;1;3002.50;13.25;1521.00;0.64;0.22 +6470;2;2999.50;12.90;1521.50;-0.78;0.22 +6470;3;2998.50;13.30;1523.50;4.51;0.22 +6470;4;3003.00;13.75;1524.50;2.21;0.22 +6470;5;3000.00;13.35;1525.00;3.60;0.22 +6470;9;2999.02;13.19;1523.00;1.57;0.22 +6470;10;3002.98;13.44;1523.00;-1.57;0.22 6470;21;2999.02;13.19;1523.00;1.57;0.22 +6471;0;146.00;9.50;1795.00;0.00;1.28 +6471;1;149.50;9.50;1781.50;0.25;1.28 +6471;2;137.50;9.50;1789.00;-0.95;1.28 +6471;3;159.50;9.50;1790.00;1.21;1.28 +6471;4;150.50;9.50;1797.00;1.98;1.28 +6471;5;160.50;9.50;1797.00;1.70;1.28 +6471;6;132.50;9.50;1805.50;4.05;1.28 +6471;7;144.50;9.50;1806.50;3.27;1.28 +6471;9;134.48;9.50;1795.00;1.57;1.28 +6471;10;157.52;9.50;1795.00;-1.57;1.28 +6471;11;151.60;9.50;1773.40;0.25;1.28 +6471;12;132.40;9.50;1785.40;-0.95;1.28 +6471;13;167.60;9.50;1787.00;1.21;1.28 +6471;14;153.20;9.50;1798.20;1.98;1.28 +6471;15;169.20;9.50;1798.20;1.70;1.28 +6471;16;124.40;9.50;1811.80;4.05;1.28 +6471;17;143.60;9.50;1813.40;3.27;1.28 6471;21;134.48;9.50;1795.00;1.57;1.28 +6472;0;293.00;9.50;960.00;0.00;0.94 +6472;1;294.00;9.50;947.00;0.07;0.94 +6472;2;283.00;9.50;952.00;-0.89;0.94 +6472;3;298.50;9.50;950.00;0.50;0.94 +6472;4;309.50;9.50;959.50;1.54;0.94 +6472;5;278.50;9.50;963.50;4.47;0.94 +6472;6;300.50;9.50;968.00;2.38;0.94 +6472;7;316.50;9.50;965.50;1.80;0.94 +6472;9;277.16;9.50;960.00;1.57;0.94 +6472;10;308.84;9.50;960.00;-1.57;0.94 +6472;11;294.60;9.50;939.20;0.07;0.94 +6472;12;277.00;9.50;947.20;-0.89;0.94 +6472;13;301.80;9.50;944.00;0.50;0.94 +6472;14;319.40;9.50;959.20;1.54;0.94 +6472;15;269.80;9.50;965.60;4.47;0.94 +6472;16;305.00;9.50;972.80;2.38;0.94 +6472;17;330.60;9.50;968.80;1.80;0.94 6472;21;277.16;9.50;960.00;1.57;0.94 +6473;0;3589.00;9.70;1550.00;0.00;0.24 +6473;1;3587.50;9.70;1547.00;-0.46;0.24 +6473;2;3590.50;9.75;1548.00;0.64;0.24 +6473;3;3586.00;9.70;1549.00;-1.24;0.24 +6473;4;3592.50;9.70;1550.00;1.57;0.24 +6473;5;3587.00;9.70;1551.00;4.24;0.24 +6473;6;3591.00;9.70;1552.00;2.35;0.24 +6473;7;3588.50;9.70;1553.00;3.30;0.24 +6473;9;3586.48;9.70;1550.00;1.57;0.24 +6473;10;3591.52;9.70;1550.00;-1.57;0.24 6473;21;3586.48;9.70;1550.00;1.57;0.24 +6474;0;3398.00;10.00;1477.00;0.00;0.26 +6474;1;3397.00;9.97;1474.00;-0.32;0.26 +6474;2;3395.00;9.95;1475.50;-1.10;0.26 +6474;3;3400.00;10.00;1476.00;1.10;0.26 +6474;4;3395.00;9.90;1478.00;4.39;0.26 +6474;5;3401.00;9.90;1479.00;2.15;0.26 +6474;6;3398.50;9.90;1480.00;2.97;0.26 +6474;9;3395.12;9.93;1477.00;1.57;0.26 +6474;10;3400.88;9.98;1477.00;-1.57;0.26 6474;21;3395.12;9.93;1477.00;1.57;0.26 +6475;0;1140.00;9.50;543.00;0.00;1.02 +6475;1;1133.50;9.50;532.00;-0.53;1.02 +6475;2;1145.00;9.50;533.00;0.46;1.02 +6475;3;1128.50;9.50;538.00;-1.16;1.02 +6475;4;1153.50;9.50;545.50;1.75;1.02 +6475;5;1127.50;9.50;547.00;4.40;1.02 +6475;6;1140.50;9.50;553.50;3.09;1.02 +6475;9;1130.28;9.50;543.00;1.57;1.02 +6475;10;1149.72;9.50;543.00;-1.57;1.02 +6475;11;1129.60;9.50;525.40;-0.53;1.02 +6475;12;1148.00;9.50;527.00;0.46;1.02 +6475;13;1121.60;9.50;535.00;-1.16;1.02 +6475;14;1161.60;9.50;547.00;1.75;1.02 +6475;15;1120.00;9.50;549.40;4.40;1.02 +6475;16;1140.80;9.50;559.80;3.09;1.02 6475;21;1130.28;9.50;543.00;1.57;1.02 +6476;0;4870.00;9.50;81.00;0.00;1.04 +6476;1;4868.00;9.50;67.00;-0.14;1.04 +6476;2;4862.50;9.50;74.00;-0.82;1.04 +6476;3;4877.00;9.50;75.50;0.90;1.04 +6476;4;4860.00;9.50;87.00;4.17;1.04 +6476;5;4878.50;9.50;87.00;2.18;1.04 +6476;6;4867.00;9.50;91.00;3.43;1.04 +6476;9;4860.10;9.50;81.00;1.57;1.04 +6476;10;4879.90;9.50;81.00;-1.57;1.04 +6476;11;4866.80;9.50;58.60;-0.14;1.04 +6476;12;4858.00;9.50;69.80;-0.82;1.04 +6476;13;4881.20;9.50;72.20;0.90;1.04 +6476;14;4854.00;9.50;90.60;4.17;1.04 +6476;15;4883.60;9.50;90.60;2.18;1.04 +6476;16;4865.20;9.50;97.00;3.43;1.04 6476;21;4860.10;9.50;81.00;1.57;1.04 +6477;0;3409.00;9.90;1551.00;0.00;0.22 +6477;1;3409.00;9.90;1549.00;0.00;0.22 +6477;2;3412.00;9.90;1550.00;1.24;0.22 +6477;3;3406.50;9.90;1550.50;-1.37;0.22 +6477;4;3411.50;10.00;1552.50;2.11;0.22 +6477;5;3406.50;9.90;1552.50;4.17;0.22 +6477;6;3409.00;9.95;1553.50;3.14;0.22 +6477;9;3406.84;9.90;1551.00;1.57;0.22 +6477;10;3411.16;9.93;1551.00;-1.57;0.22 6477;21;3406.84;9.90;1551.00;1.57;0.22 +6478;0;3325.00;9.82;1490.00;0.00;0.20 +6478;1;3324.00;9.90;1488.00;-0.46;0.20 +6478;2;3327.50;9.80;1489.50;1.37;0.20 +6478;3;3323.00;9.90;1491.50;4.06;0.20 +6478;4;3327.50;9.80;1491.50;2.11;0.20 +6478;5;3325.50;9.80;1492.00;2.89;0.20 +6478;9;3322.48;9.90;1490.00;1.57;0.20 +6478;10;3327.52;9.80;1490.00;-1.57;0.20 6478;21;3322.48;9.90;1490.00;1.57;0.20 +6479;0;3535.00;10.60;1519.00;0.00;0.26 +6479;1;3536.50;10.00;1515.50;0.40;0.26 +6479;2;3534.00;10.35;1517.00;-0.46;0.26 +6479;3;3538.00;10.02;1517.00;0.98;0.26 +6479;4;3532.00;11.35;1520.50;4.24;0.26 +6479;5;3538.00;10.25;1519.00;1.57;0.26 +6479;6;3536.00;11.00;1521.50;2.76;0.26 +6479;7;3532.50;11.70;1522.50;3.76;0.26 +6479;9;3532.66;10.92;1519.00;1.57;0.26 +6479;10;3537.34;10.33;1519.00;-1.57;0.26 6479;21;3532.66;10.92;1519.00;1.57;0.26 +6480;0;3265.00;10.10;1494.00;0.00;0.28 +6480;1;3268.50;10.05;1490.00;0.71;0.28 +6480;2;3264.50;10.10;1491.50;-0.19;0.28 +6480;3;3267.00;10.10;1493.50;1.32;0.28 +6480;4;3263.00;10.10;1496.50;3.81;0.28 +6480;5;3266.00;10.10;1497.50;2.86;0.28 +6480;6;3264.50;10.10;1499.00;3.24;0.28 +6480;9;3262.48;10.10;1494.00;1.57;0.28 +6480;10;3267.52;10.10;1494.00;-1.57;0.28 6480;21;3262.48;10.10;1494.00;1.57;0.28 +6481;0;3362.00;9.90;1527.00;0.00;0.20 +6481;1;3361.50;9.80;1524.00;-0.16;0.20 +6481;2;3363.00;9.90;1524.00;0.32;0.20 +6481;3;3359.50;9.80;1527.00;4.71;0.20 +6481;4;3364.00;9.90;1526.00;1.10;0.20 +6481;5;3364.00;9.87;1529.00;2.35;0.20 +6481;6;3359.50;9.80;1529.50;3.92;0.20 +6481;7;3361.50;9.80;1529.50;3.33;0.20 +6481;9;3360.20;9.87;1527.00;1.57;0.20 +6481;10;3363.80;9.90;1527.00;-1.57;0.20 6481;21;3360.20;9.87;1527.00;1.57;0.20 +6482;0;886.00;12.82;1573.00;0.00;0.36 +6482;1;887.50;13.00;1568.50;0.32;0.36 +6482;2;882.50;12.60;1572.00;-1.29;0.36 +6482;3;889.50;13.15;1573.00;1.57;0.36 +6482;4;881.50;12.20;1576.00;4.12;0.36 +6482;5;884.50;12.20;1576.50;3.54;0.36 +6482;6;888.50;12.25;1577.00;2.58;0.36 +6482;9;882.76;12.75;1573.00;1.57;0.36 +6482;10;889.24;13.12;1573.00;-1.57;0.36 6482;21;882.76;12.75;1573.00;1.57;0.36 +6483;0;3178.00;11.05;1504.00;0.00;0.24 +6483;1;3178.50;11.60;1501.50;0.19;0.24 +6483;2;3181.00;10.82;1502.00;0.98;0.24 +6483;3;3175.00;11.90;1503.50;-1.40;0.24 +6483;4;3181.50;10.00;1504.50;1.71;0.24 +6483;5;3179.00;10.40;1505.50;2.55;0.24 +6483;6;3175.50;10.80;1506.50;3.92;0.24 +6483;9;3175.48;11.65;1504.00;1.57;0.24 +6483;10;3180.52;10.34;1504.00;-1.57;0.24 6483;21;3175.48;11.65;1504.00;1.57;0.24 +6484;0;3161.00;10.00;1549.00;0.00;0.26 +6484;1;3162.50;10.05;1546.00;0.46;0.26 +6484;2;3159.50;10.00;1547.00;-0.64;0.26 +6484;3;3164.00;10.00;1547.00;0.98;0.26 +6484;4;3163.50;9.90;1550.00;1.95;0.26 +6484;5;3158.00;10.00;1550.50;4.24;0.26 +6484;6;3161.00;9.90;1551.50;3.14;0.26 +6484;9;3158.66;10.00;1549.00;1.57;0.26 +6484;10;3163.34;9.95;1549.00;-1.57;0.26 6484;21;3158.66;10.00;1549.00;1.57;0.26 +6485;0;3075.00;14.10;1524.00;0.00;0.22 +6485;1;3072.50;13.40;1522.00;-0.89;0.22 +6485;2;3076.50;14.55;1522.00;0.64;0.22 +6485;3;3072.50;14.60;1525.50;4.17;0.22 +6485;4;3078.50;14.05;1524.00;1.57;0.22 +6485;5;3076.00;13.90;1525.50;2.55;0.22 +6485;9;3072.12;14.21;1524.00;1.57;0.22 +6485;10;3077.88;14.17;1524.00;-1.57;0.22 6485;21;3072.12;14.21;1524.00;1.57;0.22 +6486;0;3529.00;9.85;1479.00;0.00;0.26 +6486;1;3528.50;10.25;1476.00;-0.16;0.26 +6486;2;3530.00;10.05;1477.50;0.58;0.26 +6486;3;3526.00;10.45;1478.00;-1.24;0.26 +6486;4;3528.00;9.85;1481.00;3.60;0.26 +6486;5;3532.00;9.80;1480.50;2.03;0.26 +6486;6;3531.00;9.70;1481.50;2.46;0.26 +6486;9;3526.66;10.16;1479.00;1.57;0.26 +6486;10;3531.34;9.93;1479.00;-1.57;0.26 6486;21;3526.66;10.16;1479.00;1.57;0.26 +6487;0;2986.00;9.90;1557.00;0.00;0.16 +6487;1;2986.50;10.00;1555.50;0.32;0.16 +6487;2;2984.50;10.20;1555.50;-0.78;0.16 +6487;3;2988.50;9.85;1557.00;1.57;0.16 +6487;4;2984.00;9.95;1557.50;4.46;0.16 +6487;5;2988.50;9.80;1558.50;2.11;0.16 +6487;6;2986.00;9.80;1559.50;3.14;0.16 +6487;9;2984.02;10.02;1557.00;1.57;0.16 +6487;10;2987.98;9.85;1557.00;-1.57;0.16 6487;21;2984.02;10.02;1557.00;1.57;0.16 +6488;0;2940.00;10.55;1522.00;0.00;0.20 +6488;1;2937.50;10.50;1520.00;-0.89;0.20 +6488;2;2941.00;10.40;1520.00;0.46;0.20 +6488;3;2937.00;10.60;1521.50;-1.40;0.20 +6488;4;2943.50;10.40;1521.00;1.29;0.20 +6488;5;2942.50;10.50;1523.00;1.95;0.20 +6488;6;2938.50;10.80;1523.50;3.92;0.20 +6488;7;2940.00;10.80;1524.50;3.14;0.20 +6488;9;2937.66;10.63;1522.00;1.57;0.20 +6488;10;2942.34;10.45;1522.00;-1.57;0.20 6488;21;2937.66;10.63;1522.00;1.57;0.20 +6489;0;2772.00;9.90;1550.00;0.00;0.26 +6489;1;2770.50;9.80;1547.00;-0.46;0.26 +6489;2;2773.50;9.90;1550.00;1.57;0.26 +6489;3;2768.50;9.80;1549.00;-1.29;0.26 +6489;4;2770.00;9.90;1550.50;4.46;0.26 +6489;5;2775.50;9.80;1552.50;2.19;0.26 +6489;6;2772.50;9.90;1552.50;2.94;0.26 +6489;9;2769.48;9.85;1550.00;1.57;0.26 +6489;10;2774.52;9.89;1550.00;-1.57;0.26 +6489;19;2771.00;9.50;1545.00;-0.46;0.26 +6489;20;2770.65;9.50;1543.28;-0.19;0.26 6489;21;2769.48;9.85;1550.00;1.57;0.26 +6490;0;3468.00;10.10;1465.00;0.00;0.20 +6490;1;3468.00;10.22;1463.00;0.00;0.20 +6490;2;3471.00;9.95;1464.50;1.40;0.20 +6490;3;3464.50;10.10;1464.50;-1.42;0.20 +6490;4;3467.00;9.80;1467.00;3.60;0.20 +6490;5;3470.50;9.80;1466.50;2.11;0.20 +6490;6;3469.50;9.70;1468.50;2.73;0.20 +6490;9;3465.30;10.10;1465.00;1.57;0.20 +6490;10;3470.70;9.93;1465.00;-1.57;0.20 6490;21;3465.30;10.10;1465.00;1.57;0.20 +6491;0;3606.00;9.60;1506.00;0.00;0.36 +6491;1;3607.50;9.60;1503.00;0.46;0.36 +6491;2;3603.00;9.60;1506.00;4.71;0.36 +6491;3;3611.00;9.60;1503.50;1.10;0.36 +6491;4;3609.00;9.60;1507.50;2.03;0.36 +6491;5;3604.00;9.60;1510.00;3.60;0.36 +6491;9;3602.58;9.60;1506.00;1.57;0.36 +6491;10;3609.42;9.60;1506.00;-1.57;0.36 6491;21;3602.58;9.60;1506.00;1.57;0.36 +6492;0;3483.00;9.80;1552.00;0.00;0.16 +6492;1;3481.00;9.80;1550.50;-0.92;0.16 +6492;2;3484.00;9.80;1550.00;0.46;0.16 +6492;3;3480.00;9.80;1552.00;4.71;0.16 +6492;4;3486.00;9.80;1551.50;1.40;0.16 +6492;5;3484.50;9.80;1553.50;2.35;0.16 +6492;6;3481.50;9.80;1554.00;3.78;0.16 +6492;9;3480.66;9.80;1552.00;1.57;0.16 +6492;10;3485.34;9.84;1552.00;-1.57;0.16 6492;21;3480.66;9.80;1552.00;1.57;0.16 +6493;0;3405.00;9.80;1473.00;0.00;0.24 +6493;1;3405.50;9.80;1470.00;0.16;0.24 +6493;2;3402.50;9.80;1471.00;-0.89;0.24 +6493;3;3408.00;9.80;1472.00;1.24;0.24 +6493;4;3403.50;9.90;1474.00;4.12;0.24 +6493;5;3408.00;9.80;1474.00;1.89;0.24 +6493;6;3406.50;9.80;1475.50;2.60;0.24 +6493;9;3402.30;9.90;1473.00;1.57;0.24 +6493;10;3407.70;9.80;1473.00;-1.57;0.24 6493;21;3402.30;9.90;1473.00;1.57;0.24 +6494;0;3436.00;10.50;1521.00;0.00;0.22 +6494;1;3435.50;10.50;1518.50;-0.19;0.22 +6494;2;3438.50;10.50;1519.50;1.03;0.22 +6494;3;3434.00;10.50;1521.00;4.71;0.22 +6494;4;3437.50;10.40;1523.50;2.60;0.22 +6494;5;3434.50;10.50;1523.50;3.68;0.22 +6494;9;3434.02;10.50;1521.00;1.57;0.22 +6494;10;3437.98;10.50;1521.00;-1.57;0.22 6494;21;3434.02;10.50;1521.00;1.57;0.22 +6495;0;3323.00;9.90;1500.00;0.00;0.22 +6495;1;3324.50;9.85;1497.00;0.46;0.22 +6495;2;3325.50;9.80;1499.00;1.19;0.22 +6495;3;3322.00;9.90;1498.50;-0.58;0.22 +6495;4;3320.00;9.90;1500.00;4.71;0.22 +6495;5;3321.50;9.80;1501.50;3.92;0.22 +6495;6;3326.00;9.80;1501.50;2.03;0.22 +6495;7;3324.50;9.80;1502.00;2.49;0.22 +6495;9;3320.48;9.90;1500.00;1.57;0.22 +6495;10;3325.52;9.80;1500.00;-1.57;0.22 6495;21;3320.48;9.90;1500.00;1.57;0.22 +6496;0;2890.00;9.70;1549.00;0.00;0.20 +6496;1;2890.00;9.70;1546.50;0.00;0.20 +6496;2;2888.50;9.70;1547.00;-0.64;0.20 +6496;3;2891.00;9.70;1548.50;1.10;0.20 +6496;4;2887.50;9.70;1549.00;4.71;0.20 +6496;5;2888.50;9.70;1550.50;3.92;0.20 +6496;6;2890.50;9.70;1551.00;2.89;0.20 +6496;9;2888.20;9.70;1549.00;1.57;0.20 +6496;10;2891.80;9.70;1549.00;-1.57;0.20 6496;21;2889.33;9.70;1548.75;-1.57;0.20 +6497;0;3269.00;10.10;1505.00;0.00;0.20 +6497;1;3270.50;10.10;1502.50;0.54;0.20 +6497;2;3268.00;10.10;1503.00;-0.46;0.20 +6497;3;3271.00;10.10;1504.50;1.32;0.20 +6497;4;3267.50;10.10;1507.00;3.78;0.20 +6497;5;3270.50;10.10;1507.50;2.60;0.20 +6497;9;3267.20;10.10;1505.00;1.57;0.20 +6497;10;3270.80;10.10;1505.00;-1.57;0.20 6497;21;3267.20;10.10;1505.00;1.57;0.20 +6498;0;3591.00;9.60;1473.00;0.00;0.34 +6498;1;3591.00;9.60;1468.50;0.00;0.34 +6498;2;3594.00;9.60;1470.00;0.78;0.34 +6498;3;3588.50;9.60;1472.50;-1.37;0.34 +6498;4;3595.00;9.60;1472.50;1.44;0.34 +6498;5;3592.50;9.60;1475.00;2.49;0.34 +6498;6;3588.00;9.60;1476.00;3.92;0.34 +6498;7;3589.50;9.60;1477.50;3.46;0.34 +6498;9;3587.94;9.60;1473.00;1.57;0.34 +6498;10;3594.06;9.60;1473.00;-1.57;0.34 6498;21;3587.94;9.60;1473.00;1.57;0.34 +6499;0;3142.00;10.60;1521.00;0.00;0.24 +6499;1;3142.50;11.30;1517.50;0.14;0.24 +6499;2;3144.50;11.00;1517.50;0.62;0.24 +6499;3;3140.00;11.20;1520.50;-1.32;0.24 +6499;4;3144.50;10.40;1519.00;0.89;0.24 +6499;5;3143.50;10.30;1522.50;2.35;0.24 +6499;6;3139.00;10.95;1523.50;4.01;0.24 +6499;7;3141.00;10.40;1524.50;3.42;0.24 +6499;9;3139.84;11.19;1521.00;1.57;0.24 +6499;10;3144.16;10.30;1521.00;-1.57;0.24 6499;21;3139.84;11.19;1521.00;1.57;0.24 +6500;0;2896.00;9.70;1546.00;0.00;0.20 +6500;1;2897.00;9.70;1544.50;0.58;0.20 +6500;2;2895.50;9.70;1544.00;-0.24;0.20 +6500;3;2894.00;9.70;1547.00;4.24;0.20 +6500;4;2899.00;9.70;1545.50;1.40;0.20 +6500;5;2897.00;9.70;1547.50;2.55;0.20 +6500;9;2894.20;9.70;1546.00;1.57;0.20 +6500;10;2897.80;9.70;1546.00;-1.57;0.20 6500;21;2897.80;9.70;1546.00;-1.57;0.20 +6501;0;2995.00;10.92;1540.00;0.00;0.20 +6501;1;2995.00;11.20;1538.00;0.00;0.20 +6501;2;2993.00;11.00;1540.50;4.46;0.20 +6501;3;2996.50;11.30;1538.50;0.78;0.20 +6501;4;2996.50;10.65;1541.00;2.15;0.20 +6501;5;2994.00;10.47;1543.00;3.46;0.20 +6501;9;2993.20;11.06;1540.00;1.57;0.20 +6501;10;2996.80;10.83;1540.00;-1.57;0.20 6501;21;2993.20;11.06;1540.00;1.57;0.20 +6502;0;3552.00;9.70;1553.00;0.00;0.28 +6502;1;3550.50;9.70;1550.50;-0.54;0.28 +6502;2;3549.00;9.70;1552.00;-1.24;0.28 +6502;3;3553.50;9.70;1551.50;0.78;0.28 +6502;4;3551.50;9.70;1555.50;3.33;0.28 +6502;5;3555.00;9.72;1555.00;2.15;0.28 +6502;9;3549.30;9.70;1553.00;1.57;0.28 +6502;10;3554.70;9.70;1553.00;-1.57;0.28 6502;21;3549.30;9.70;1553.00;1.57;0.28 +6503;0;3476.00;9.70;1471.00;0.00;0.22 +6503;1;3476.50;9.70;1468.50;0.19;0.22 +6503;2;3474.50;9.70;1469.50;-0.78;0.22 +6503;3;3477.50;9.70;1470.00;0.98;0.22 +6503;4;3474.50;9.70;1472.50;3.92;0.22 +6503;5;3477.50;9.70;1473.00;2.49;0.22 +6503;9;3474.02;9.70;1471.00;1.57;0.22 +6503;10;3477.98;9.70;1471.00;-1.57;0.22 6503;21;3474.02;9.70;1471.00;1.57;0.22 +6504;0;2852.00;9.70;1519.00;0.00;0.20 +6504;1;2851.00;9.82;1517.00;-0.46;0.20 +6504;2;2853.50;9.80;1516.50;0.54;0.20 +6504;3;2853.50;9.80;1519.50;1.89;0.20 +6504;4;2849.50;9.70;1519.50;4.51;0.20 +6504;5;2852.00;9.80;1521.50;3.14;0.20 +6504;6;2849.50;9.80;1521.50;3.92;0.20 +6504;9;2850.20;9.71;1519.00;1.57;0.20 +6504;10;2853.80;9.80;1519.00;-1.57;0.20 6504;21;2850.20;9.71;1519.00;1.57;0.20 +6505;0;3407.00;10.00;1485.00;0.00;0.22 +6505;1;3407.50;9.90;1481.50;0.14;0.22 +6505;2;3405.50;9.90;1483.00;-0.64;0.22 +6505;3;3408.50;9.90;1483.00;0.64;0.22 +6505;4;3410.00;9.95;1485.00;1.57;0.22 +6505;5;3404.50;10.00;1486.50;4.17;0.22 +6505;6;3407.50;10.00;1487.00;2.89;0.22 +6505;9;3405.02;10.00;1485.00;1.57;0.22 +6505;10;3408.98;9.97;1485.00;-1.57;0.22 6505;21;3405.02;10.00;1485.00;1.57;0.22 +6506;0;3507.00;10.22;1515.00;0.00;0.22 +6506;1;3509.50;10.40;1514.00;1.19;0.22 +6506;2;3507.00;9.97;1513.00;0.00;0.22 +6506;3;3505.00;10.05;1515.50;4.46;0.22 +6506;4;3508.50;10.60;1516.50;2.35;0.22 +6506;5;3506.50;10.40;1517.50;3.33;0.22 +6506;9;3505.02;10.00;1515.00;1.57;0.22 +6506;10;3508.98;10.49;1515.00;-1.57;0.22 6506;21;3505.02;10.00;1515.00;1.57;0.22 +6507;0;3335.00;9.80;1496.00;0.00;0.24 +6507;1;3336.00;9.85;1493.50;0.38;0.24 +6507;2;3338.00;9.80;1494.50;1.10;0.24 +6507;3;3332.50;9.90;1494.50;-1.03;0.24 +6507;4;3331.50;9.90;1497.00;4.43;0.24 +6507;5;3338.00;9.80;1497.00;1.89;0.24 +6507;6;3334.50;9.80;1498.50;3.33;0.24 +6507;9;3332.12;9.90;1496.00;1.57;0.24 +6507;10;3337.88;9.80;1496.00;-1.57;0.24 6507;21;3332.12;9.90;1496.00;1.57;0.24 +6508;0;3315.00;9.80;1541.00;0.00;0.24 +6508;1;3316.00;9.80;1539.00;0.46;0.24 +6508;2;3312.50;9.80;1539.50;-1.03;0.24 +6508;3;3317.50;9.80;1541.50;1.76;0.24 +6508;4;3310.50;9.80;1541.00;4.71;0.24 +6508;5;3312.00;9.80;1542.00;4.39;0.24 +6508;6;3315.50;9.80;1543.50;2.94;0.24 +6508;7;3318.50;9.80;1543.50;2.19;0.24 +6508;9;3312.12;9.80;1541.00;1.57;0.24 +6508;10;3317.88;9.80;1541.00;-1.57;0.24 6508;21;3312.12;9.80;1541.00;1.57;0.24 +6509;0;3220.00;10.30;1513.00;0.00;0.20 +6509;1;3220.00;10.67;1509.00;0.00;0.20 +6509;2;3218.00;10.80;1509.50;-0.51;0.20 +6509;3;3218.00;10.45;1512.00;-1.10;0.20 +6509;4;3222.50;10.30;1512.00;1.19;0.20 +6509;5;3218.50;10.40;1515.50;3.68;0.20 +6509;6;3222.00;10.30;1516.00;2.55;0.20 +6509;7;3220.00;10.30;1517.00;3.14;0.20 +6509;9;3218.20;10.36;1513.00;1.57;0.20 +6509;10;3221.80;10.30;1513.00;-1.57;0.20 6509;21;3218.20;10.36;1513.00;1.57;0.20 +6510;0;1560.00;10.62;1669.00;0.00;0.40 +6510;1;1559.00;10.70;1664.00;-0.19;0.40 +6510;2;1561.50;10.70;1664.50;0.32;0.40 +6510;3;1556.00;10.60;1668.00;-1.32;0.40 +6510;4;1563.00;10.70;1667.00;0.98;0.40 +6510;5;1564.50;10.60;1671.50;2.07;0.40 +6510;6;1558.50;10.60;1672.00;3.60;0.40 +6510;9;1555.68;10.60;1669.00;1.57;0.40 +6510;10;1564.32;10.69;1669.00;-1.57;0.40 6510;21;1555.68;10.60;1669.00;1.57;0.40 +6511;0;3136.00;9.82;1551.00;0.00;0.20 +6511;1;3137.50;9.80;1549.00;0.64;0.20 +6511;2;3134.00;9.90;1550.50;-1.32;0.20 +6511;3;3137.50;9.80;1552.00;2.15;0.20 +6511;4;3134.50;9.85;1553.00;3.78;0.20 +6511;9;3133.84;9.88;1551.00;1.57;0.20 +6511;10;3138.16;9.80;1551.00;-1.57;0.20 6511;21;3133.84;9.88;1551.00;1.57;0.20 +6512;0;3079.00;10.12;1531.00;0.00;0.22 +6512;1;3078.00;11.05;1529.00;-0.46;0.22 +6512;2;3081.50;10.20;1529.50;1.03;0.22 +6512;3;3080.50;10.05;1532.00;2.15;0.22 +6512;4;3076.00;10.32;1531.00;4.71;0.22 +6512;5;3077.50;10.00;1532.50;3.92;0.22 +6512;6;3079.00;10.20;1534.00;3.14;0.22 +6512;9;3076.84;10.25;1531.00;1.57;0.22 +6512;10;3081.16;10.13;1531.00;-1.57;0.22 6512;21;3076.84;10.25;1531.00;1.57;0.22 +6513;0;2960.00;10.77;1551.00;0.00;0.20 +6513;1;2960.50;10.70;1549.00;0.24;0.20 +6513;2;2958.00;10.35;1549.50;-0.92;0.20 +6513;3;2962.50;11.00;1549.50;1.03;0.20 +6513;4;2962.50;11.40;1552.50;2.11;0.20 +6513;5;2956.50;10.60;1552.00;4.43;0.20 +6513;6;2959.00;10.90;1552.50;3.73;0.20 +6513;9;2957.48;10.54;1551.00;1.57;0.20 +6513;10;2962.52;11.05;1551.00;-1.57;0.20 6513;21;2957.48;10.54;1551.00;1.57;0.20 +6514;0;3580.00;9.60;1470.00;0.00;0.30 +6514;1;3578.00;9.60;1467.50;-0.67;0.30 +6514;2;3581.00;9.60;1466.50;0.27;0.30 +6514;3;3583.00;9.60;1466.50;0.70;0.30 +6514;4;3583.00;9.60;1471.00;1.89;0.30 +6514;5;3575.50;9.60;1471.00;4.49;0.30 +6514;6;3578.50;9.60;1473.00;3.60;0.30 +6514;9;3576.94;9.60;1470.00;1.57;0.30 +6514;10;3583.06;9.60;1470.00;-1.57;0.30 6514;21;3576.94;9.60;1470.00;1.57;0.30 +6515;0;3630.00;9.80;1558.00;0.00;0.28 +6515;1;3632.50;9.70;1556.00;0.89;0.28 +6515;2;3630.00;9.70;1555.50;0.00;0.28 +6515;3;3626.50;9.70;1557.50;-1.42;0.28 +6515;4;3632.50;9.80;1558.50;1.76;0.28 +6515;5;3627.00;10.05;1560.50;4.01;0.28 +6515;6;3630.50;9.95;1561.00;2.97;0.28 +6515;9;3627.30;9.70;1558.00;1.57;0.28 +6515;10;3632.70;9.80;1558.00;-1.57;0.28 6515;21;3627.30;9.70;1558.00;1.57;0.28 +6516;0;3524.00;10.32;1487.00;0.00;0.22 +6516;1;3522.50;10.75;1484.00;-0.46;0.22 +6516;2;3525.50;10.25;1485.00;0.64;0.22 +6516;3;3520.00;10.27;1485.00;-1.10;0.22 +6516;4;3520.50;10.25;1487.00;4.71;0.22 +6516;5;3527.50;9.80;1487.50;1.71;0.22 +6516;6;3523.00;10.15;1488.50;3.73;0.22 +6516;7;3526.50;9.85;1489.00;2.24;0.22 +6516;9;3521.12;10.31;1487.00;1.57;0.22 +6516;10;3526.88;9.89;1487.00;-1.57;0.22 6516;21;3521.12;10.31;1487.00;1.57;0.22 +6517;0;3381.00;9.90;1525.00;0.00;0.22 +6517;1;3379.00;9.90;1524.50;-1.32;0.22 +6517;2;3382.00;9.90;1522.50;0.38;0.22 +6517;3;3383.00;9.90;1524.50;1.32;0.22 +6517;4;3379.00;9.90;1527.50;3.81;0.22 +6517;5;3383.00;9.90;1526.50;2.21;0.22 +6517;6;3381.50;9.90;1527.00;2.89;0.22 +6517;9;3379.02;9.90;1525.00;1.57;0.22 +6517;10;3382.98;9.90;1525.00;-1.57;0.22 6517;21;3379.02;9.90;1525.00;1.57;0.22 +6518;0;2849.00;9.82;1475.00;0.00;0.20 +6518;1;2848.00;9.95;1473.50;-0.58;0.20 +6518;2;2850.50;10.00;1474.00;0.98;0.20 +6518;3;2846.00;9.90;1473.50;-1.10;0.20 +6518;4;2846.50;9.80;1475.50;4.51;0.20 +6518;5;2851.50;9.80;1476.50;2.11;0.20 +6518;6;2849.00;9.80;1477.00;3.14;0.20 +6518;9;2847.02;9.80;1475.00;1.57;0.20 +6518;10;2850.98;9.90;1475.00;-1.57;0.20 6518;21;2847.02;9.80;1475.00;1.57;0.20 +6519;0;3410.00;10.35;1493.00;0.00;0.24 +6519;1;3409.00;10.15;1491.00;-0.46;0.24 +6519;2;3412.50;10.30;1490.50;0.78;0.24 +6519;3;3413.00;10.45;1492.50;1.40;0.24 +6519;4;3406.50;10.40;1493.00;4.71;0.24 +6519;5;3406.50;10.40;1493.50;4.57;0.24 +6519;6;3411.00;10.45;1495.00;2.67;0.24 +6519;7;3408.00;10.40;1495.50;3.81;0.24 +6519;9;3407.66;10.35;1493.00;1.57;0.24 +6519;10;3412.34;10.39;1493.00;-1.57;0.24 6519;21;3407.66;10.35;1493.00;1.57;0.24 +6520;0;3227.00;9.90;1542.00;0.00;0.22 +6520;1;3227.50;10.00;1539.50;0.19;0.22 +6520;2;3224.00;10.00;1540.00;-0.98;0.22 +6520;3;3229.50;10.00;1539.50;0.78;0.22 +6520;4;3230.50;9.90;1542.00;1.57;0.22 +6520;5;3224.00;10.00;1543.00;4.39;0.22 +6520;6;3227.50;9.90;1544.50;2.94;0.22 +6520;7;3231.00;9.90;1544.00;2.03;0.22 +6520;9;3223.94;10.00;1542.00;1.57;0.22 +6520;10;3230.06;9.90;1542.00;-1.57;0.22 6520;21;3223.94;10.00;1542.00;1.57;0.22 +6521;0;3010.00;9.70;1568.00;0.00;0.22 +6521;1;3008.00;9.70;1567.00;-1.10;0.22 +6521;2;3011.00;9.70;1566.50;0.58;0.22 +6521;3;3012.50;9.70;1569.00;1.95;0.22 +6521;4;3008.00;9.70;1569.50;4.06;0.22 +6521;5;3011.00;9.70;1570.00;2.67;0.22 +6521;9;3007.84;9.70;1568.00;1.57;0.22 +6521;10;3012.16;9.70;1568.00;-1.57;0.22 6521;21;3007.84;9.70;1568.00;1.57;0.22 +6522;0;3154.00;10.55;1517.00;0.00;0.28 +6522;1;3152.50;10.70;1514.50;-0.54;0.28 +6522;2;3155.50;10.90;1514.50;0.54;0.28 +6522;3;3150.50;10.45;1517.00;4.71;0.28 +6522;4;3156.50;10.60;1518.00;1.95;0.28 +6522;5;3153.50;10.40;1519.50;3.33;0.28 +6522;9;3151.48;10.45;1517.00;1.57;0.28 +6522;10;3156.52;10.70;1517.00;-1.57;0.28 6522;21;3156.52;10.70;1517.00;-1.57;0.28 +6523;0;3599.00;9.60;1482.00;0.00;0.28 +6523;1;3596.50;9.60;1479.50;-0.78;0.28 +6523;2;3601.00;9.60;1480.50;0.92;0.28 +6523;3;3597.00;9.60;1484.00;3.92;0.28 +6523;4;3602.00;9.60;1484.00;2.15;0.28 +6523;9;3595.76;9.60;1482.00;1.57;0.28 +6523;10;3602.24;9.60;1482.00;-1.57;0.28 6523;21;3595.76;9.60;1482.00;1.57;0.28 +6524;0;2979.00;10.85;1539.00;0.00;0.22 +6524;1;2978.50;12.35;1537.00;-0.24;0.22 +6524;2;2981.50;10.55;1537.00;0.89;0.22 +6524;3;2982.00;10.40;1539.50;1.73;0.22 +6524;4;2976.00;10.47;1540.00;4.39;0.22 +6524;5;2979.00;10.00;1541.50;3.14;0.22 +6524;6;2976.50;10.20;1541.50;3.92;0.22 +6524;9;2976.66;10.93;1539.00;1.57;0.22 +6524;10;2981.34;10.40;1539.00;-1.57;0.22 6524;21;2976.66;10.93;1539.00;1.57;0.22 +6525;0;3539.00;9.60;1488.00;0.00;0.26 +6525;1;3540.00;9.60;1485.50;0.38;0.26 +6525;2;3536.00;9.60;1486.00;-0.98;0.26 +6525;3;3542.00;9.60;1488.00;1.57;0.26 +6525;4;3535.00;9.65;1488.00;4.71;0.26 +6525;5;3537.00;9.60;1490.00;3.92;0.26 +6525;6;3540.50;9.60;1491.50;2.73;0.26 +6525;9;3536.12;9.60;1488.00;1.57;0.26 +6525;10;3541.88;9.60;1488.00;-1.57;0.26 6525;21;3536.12;9.60;1488.00;1.57;0.26 +6526;0;2719.91;10.00;1538.36;0.00;0.28 +6526;1;2717.00;9.70;1534.50;-0.58;0.28 +6526;2;2712.00;9.50;1534.00;-1.24;0.28 +6526;3;2717.00;9.60;1536.50;4.24;0.28 +6526;4;2723.00;9.50;1537.50;1.86;0.28 +6526;5;2721.50;10.00;1538.50;2.19;0.28 +6526;9;2713.68;9.50;1536.00;1.57;0.28 +6526;10;2722.32;9.50;1536.00;-1.57;0.28 +6526;19;2717.00;9.50;1538.00;-2.03;0.28 +6526;20;2716.21;9.50;1539.56;3.60;0.28 6526;21;2717.18;9.90;1535.85;-1.57;0.28 +6527;0;3489.00;10.25;1483.00;0.00;0.24 +6527;1;3490.50;10.00;1481.00;0.64;0.24 +6527;2;3487.50;10.30;1481.50;-0.78;0.24 +6527;3;3492.00;10.00;1483.50;1.73;0.24 +6527;4;3486.00;10.30;1484.00;4.39;0.24 +6527;5;3492.00;10.10;1485.00;2.15;0.24 +6527;6;3489.00;10.27;1485.00;3.14;0.24 +6527;9;3486.66;10.30;1483.00;1.57;0.24 +6527;10;3491.34;10.02;1483.00;-1.57;0.24 6527;21;3486.66;10.30;1483.00;1.57;0.24 +6528;0;3454.00;9.80;1527.00;0.00;0.24 +6528;1;3454.50;9.90;1524.50;0.19;0.24 +6528;2;3456.50;9.90;1524.50;0.78;0.24 +6528;3;3452.00;9.80;1525.50;-0.92;0.24 +6528;4;3456.00;9.80;1526.50;1.32;0.24 +6528;5;3451.00;9.80;1527.50;4.54;0.24 +6528;6;3452.50;9.80;1529.00;3.78;0.24 +6528;7;3454.50;9.80;1529.00;2.89;0.24 +6528;9;3451.84;9.80;1527.00;1.57;0.24 +6528;10;3456.16;9.80;1527.00;-1.57;0.24 6528;21;3451.84;9.80;1527.00;1.57;0.24 +6529;0;2920.00;13.22;1479.00;0.00;0.20 +6529;1;2919.50;12.90;1477.00;-0.24;0.20 +6529;2;2922.00;10.80;1477.00;0.78;0.20 +6529;3;2922.00;11.25;1479.00;1.57;0.20 +6529;4;2918.00;14.80;1479.50;4.46;0.20 +6529;5;2922.00;11.45;1480.50;2.21;0.20 +6529;6;2919.50;14.00;1481.50;3.33;0.20 +6529;9;2918.02;14.79;1479.00;1.57;0.20 +6529;10;2921.98;11.26;1479.00;-1.57;0.20 6529;21;2918.02;14.79;1479.00;1.57;0.20 +6530;0;3381.00;9.80;1497.00;0.00;0.26 +6530;1;3379.00;9.80;1495.50;-0.92;0.26 +6530;2;3383.00;9.80;1494.50;0.67;0.26 +6530;3;3385.50;9.80;1496.50;1.46;0.26 +6530;4;3382.50;9.80;1497.50;1.89;0.26 +6530;5;3378.00;9.80;1499.00;4.12;0.26 +6530;6;3380.00;9.80;1499.50;3.52;0.26 +6530;9;3378.30;9.80;1497.00;1.57;0.26 +6530;10;3383.70;9.81;1497.00;-1.57;0.26 6530;21;3378.30;9.80;1497.00;1.57;0.26 +6531;0;2883.00;10.37;1476.00;0.00;0.24 +6531;1;2882.50;10.50;1474.00;-0.24;0.24 +6531;2;2885.50;10.50;1474.50;1.03;0.24 +6531;3;2879.50;10.30;1475.00;-1.29;0.24 +6531;4;2884.50;10.40;1477.50;2.35;0.24 +6531;5;2881.50;10.20;1478.00;3.78;0.24 +6531;9;2880.84;10.30;1476.00;1.57;0.24 +6531;10;2885.16;10.46;1476.00;-1.57;0.24 6531;21;2880.84;10.30;1476.00;1.57;0.24 +6532;0;3291.00;10.05;1536.00;0.00;0.22 +6532;1;3290.00;9.80;1533.50;-0.38;0.22 +6532;2;3292.50;9.85;1534.00;0.64;0.22 +6532;3;3288.50;9.95;1536.00;4.71;0.22 +6532;4;3293.50;10.40;1538.00;2.24;0.22 +6532;5;3290.00;10.32;1539.00;3.46;0.22 +6532;9;3289.02;10.00;1536.00;1.57;0.22 +6532;10;3292.98;10.12;1536.00;-1.57;0.22 6532;21;3289.02;10.00;1536.00;1.57;0.22 +6533;0;2824.00;10.37;1473.00;0.00;0.24 +6533;1;2824.00;10.40;1469.50;0.00;0.24 +6533;2;2823.00;10.40;1471.50;-0.58;0.24 +6533;3;2825.00;10.40;1470.50;0.38;0.24 +6533;4;2827.50;10.40;1472.00;1.29;0.24 +6533;5;2827.00;10.35;1473.50;1.73;0.24 +6533;6;2821.50;10.40;1474.50;4.17;0.24 +6533;7;2825.00;10.15;1474.50;2.55;0.24 +6533;8;2823.00;10.15;1475.50;3.52;0.24 +6533;9;2821.84;10.40;1473.00;1.57;0.24 +6533;10;2826.16;10.35;1473.00;-1.57;0.24 6533;21;2821.84;10.40;1473.00;1.57;0.24 +6534;0;3053.00;12.67;1540.00;0.00;0.18 +6534;1;3053.00;14.32;1538.00;0.00;0.18 +6534;2;3055.50;13.20;1539.00;1.19;0.18 +6534;3;3051.50;12.70;1540.50;4.39;0.18 +6534;4;3054.50;11.20;1542.00;2.49;0.18 +6534;5;3052.50;10.90;1542.50;3.33;0.18 +6534;9;3051.38;13.26;1540.00;1.57;0.18 +6534;10;3054.62;12.50;1540.00;-1.57;0.18 6534;21;3051.38;13.26;1540.00;1.57;0.18 +6535;0;2928.00;9.77;1555.00;0.00;0.20 +6535;1;2928.00;9.80;1553.00;0.00;0.20 +6535;2;2930.00;9.85;1552.50;0.67;0.20 +6535;3;2930.50;9.80;1553.50;1.03;0.20 +6535;4;2926.00;9.75;1555.00;4.71;0.20 +6535;5;2929.50;9.80;1555.50;1.89;0.20 +6535;6;2925.50;10.00;1556.50;4.17;0.20 +6535;7;2926.50;10.10;1557.00;3.78;0.20 +6535;8;2928.00;9.97;1557.00;3.14;0.20 +6535;9;2925.84;9.75;1555.00;1.57;0.20 +6535;10;2930.16;9.80;1555.00;-1.57;0.20 6535;21;2925.84;9.75;1555.00;1.57;0.20 +6536;0;2756.00;9.70;1473.00;0.00;0.24 +6536;1;2755.50;9.50;1471.50;-0.32;0.24 +6536;2;2759.00;9.90;1473.00;1.57;0.24 +6536;3;2752.00;9.60;1474.00;4.46;0.24 +6536;4;2756.50;9.70;1474.50;2.82;0.24 +6536;5;2753.50;9.70;1475.50;3.92;0.24 +6536;9;2753.12;9.53;1473.00;1.57;0.24 +6536;10;2758.88;9.87;1473.00;-1.57;0.24 +6536;19;2757.00;9.50;1469.00;-0.32;0.24 +6536;20;2757.42;9.50;1467.30;0.24;0.24 6536;21;2753.12;9.53;1473.00;1.57;0.24 +6537;0;2892.00;11.55;1527.00;0.00;0.18 +6537;1;2892.00;11.85;1525.50;0.00;0.18 +6537;2;2890.00;11.55;1526.00;-1.10;0.18 +6537;3;2894.50;11.50;1527.50;1.76;0.18 +6537;4;2891.00;11.25;1528.00;3.92;0.18 +6537;5;2894.00;11.05;1529.50;2.46;0.18 +6537;9;2890.02;11.35;1527.00;1.57;0.18 +6537;10;2893.98;11.62;1527.00;-1.57;0.18 6537;21;2892.23;11.10;1529.39;1.57;0.18 +6538;0;3642.00;9.70;1886.00;0.00;0.86 +6538;1;3634.50;9.80;1876.00;-0.64;0.86 +6538;2;3648.00;9.80;1880.00;0.78;0.86 +6538;3;3632.50;9.80;1886.00;4.71;0.86 +6538;4;3653.50;9.80;1890.50;1.94;0.86 +6538;5;3642.00;9.70;1895.50;3.14;0.86 +6538;6;3632.50;9.80;1896.00;3.90;0.86 +6538;9;3633.00;9.80;1886.00;1.57;0.86 +6538;10;3651.00;9.80;1886.00;-1.57;0.86 6538;21;3633.00;9.80;1886.00;1.57;0.86 +6539;0;3515.00;9.70;1530.00;0.00;0.22 +6539;1;3514.00;9.75;1528.00;-0.46;0.22 +6539;2;3512.00;9.70;1529.50;-1.40;0.22 +6539;3;3516.50;9.80;1529.00;0.98;0.22 +6539;4;3518.00;9.95;1530.50;1.73;0.22 +6539;5;3518.00;9.92;1532.00;2.15;0.22 +6539;6;3513.50;9.70;1532.00;3.78;0.22 +6539;7;3516.00;9.75;1533.00;2.82;0.22 +6539;9;3512.66;9.70;1530.00;1.57;0.22 +6539;10;3517.34;9.88;1530.00;-1.57;0.22 6539;21;3512.66;9.70;1530.00;1.57;0.22 +6540;0;2975.00;11.25;1493.00;0.00;0.24 +6540;1;2974.50;11.40;1491.00;-0.24;0.24 +6540;2;2977.50;11.30;1491.00;0.89;0.24 +6540;3;2972.50;11.50;1491.50;-1.03;0.24 +6540;4;2979.00;11.30;1491.50;1.21;0.24 +6540;5;2979.00;11.17;1493.00;1.57;0.24 +6540;6;2972.00;11.17;1494.00;4.39;0.24 +6540;7;2976.00;10.92;1495.00;2.67;0.24 +6540;8;2972.50;11.00;1495.50;3.92;0.24 +6540;9;2972.12;11.33;1493.00;1.57;0.24 +6540;10;2977.88;11.20;1493.00;-1.57;0.24 6540;21;2977.88;11.20;1493.00;-1.57;0.24 +6541;0;3530.00;10.50;1497.00;0.00;0.26 +6541;1;3529.50;10.00;1494.00;-0.16;0.26 +6541;2;3532.50;9.90;1494.50;0.78;0.26 +6541;3;3527.00;10.25;1496.00;-1.24;0.26 +6541;4;3533.50;10.10;1497.50;1.71;0.26 +6541;5;3528.50;10.70;1498.50;3.92;0.26 +6541;6;3532.00;10.85;1499.50;2.46;0.26 +6541;7;3530.50;11.15;1501.00;3.01;0.26 +6541;9;3527.66;10.41;1497.00;1.57;0.26 +6541;10;3532.34;10.22;1497.00;-1.57;0.26 6541;21;3527.66;10.41;1497.00;1.57;0.26 +6542;0;2934.00;12.05;1489.00;0.00;0.20 +6542;1;2932.50;11.30;1487.50;-0.78;0.20 +6542;2;2934.50;12.10;1487.00;0.24;0.20 +6542;3;2935.50;12.40;1488.00;0.98;0.20 +6542;4;2932.00;11.45;1489.50;4.46;0.20 +6542;5;2935.50;12.70;1490.50;2.35;0.20 +6542;6;2933.50;11.70;1491.50;3.33;0.20 +6542;9;2932.02;11.38;1489.00;1.57;0.20 +6542;10;2935.98;12.76;1489.00;-1.57;0.20 6542;21;2932.02;11.38;1489.00;1.57;0.20 +6543;0;3362.00;10.00;1538.00;0.00;0.20 +6543;1;3361.50;9.90;1535.00;-0.16;0.20 +6543;2;3359.50;9.90;1536.00;-0.89;0.20 +6543;3;3364.00;9.90;1536.50;0.92;0.20 +6543;4;3361.00;10.25;1539.00;3.92;0.20 +6543;5;3364.50;10.05;1539.00;1.95;0.20 +6543;6;3363.50;10.20;1541.50;2.73;0.20 +6543;9;3360.20;10.07;1538.00;1.57;0.20 +6543;10;3363.80;9.95;1538.00;-1.57;0.20 6543;21;3360.20;10.07;1538.00;1.57;0.20 +6544;0;3454.00;9.80;1493.00;0.00;0.22 +6544;1;3453.00;9.80;1491.00;-0.46;0.22 +6544;2;3456.00;9.80;1490.50;0.67;0.22 +6544;3;3456.50;9.80;1493.00;1.57;0.22 +6544;4;3451.50;9.80;1494.00;4.33;0.22 +6544;5;3454.50;9.80;1494.50;2.82;0.22 +6544;6;3452.50;9.80;1495.50;3.68;0.22 +6544;9;3452.02;9.80;1493.00;1.57;0.22 +6544;10;3455.98;9.80;1493.00;-1.57;0.22 6544;21;3452.02;9.80;1493.00;1.57;0.22 +6545;0;2883.00;11.17;1493.00;0.00;0.20 +6545;1;2882.00;11.10;1490.00;-0.32;0.20 +6545;2;2885.00;11.35;1491.50;0.92;0.20 +6545;3;2879.50;10.70;1492.00;-1.29;0.20 +6545;4;2887.00;11.30;1493.50;1.69;0.20 +6545;5;2879.50;10.70;1494.00;4.43;0.20 +6545;6;2883.50;11.05;1495.00;2.89;0.20 +6545;9;2879.76;10.75;1493.00;1.57;0.20 +6545;10;2886.24;11.33;1493.00;-1.57;0.20 6545;21;2879.76;10.75;1493.00;1.57;0.20 +6546;0;3180.00;9.92;1551.00;0.00;0.24 +6546;1;3177.00;9.90;1549.50;-1.10;0.24 +6546;2;3179.50;10.00;1549.00;-0.24;0.24 +6546;3;3182.50;10.25;1549.00;0.89;0.24 +6546;4;3184.00;10.25;1551.00;1.57;0.24 +6546;5;3177.00;9.90;1551.00;4.71;0.24 +6546;6;3178.50;9.90;1553.00;3.78;0.24 +6546;7;3182.00;9.92;1553.00;2.35;0.24 +6546;9;3176.76;9.90;1551.00;1.57;0.24 +6546;10;3183.24;10.12;1551.00;-1.57;0.24 6546;21;3183.24;10.12;1551.00;-1.57;0.24 +6547;0;2824.00;10.00;1486.00;0.00;0.28 +6547;1;2823.00;9.95;1482.00;-0.24;0.28 +6547;2;2825.00;10.00;1484.50;0.58;0.28 +6547;3;2821.00;9.90;1483.50;-0.87;0.28 +6547;4;2821.50;9.90;1485.50;-1.37;0.28 +6547;5;2824.00;10.00;1489.00;3.14;0.28 +6547;6;2826.50;10.00;1488.00;2.24;0.28 +6547;9;2821.48;9.90;1486.00;1.57;0.28 +6547;10;2826.52;9.94;1486.00;-1.57;0.28 6547;21;2821.48;9.90;1486.00;1.57;0.28 +6548;0;2759.00;10.45;1480.00;0.00;0.22 +6548;1;2758.00;10.00;1478.00;-0.46;0.22 +6548;2;2761.50;10.40;1478.50;1.03;0.22 +6548;3;2756.00;10.47;1481.00;4.39;0.22 +6548;4;2760.50;10.50;1481.00;2.15;0.22 +6548;5;2758.00;10.60;1482.50;3.52;0.22 +6548;9;2756.66;10.40;1480.00;1.57;0.22 +6548;10;2761.34;10.45;1480.00;-1.57;0.22 6548;21;2756.66;10.40;1480.00;1.57;0.22 +6549;0;2950.00;10.97;1534.00;0.00;0.20 +6549;1;2949.50;10.60;1531.50;-0.19;0.20 +6549;2;2947.50;10.80;1533.50;-1.37;0.20 +6549;3;2951.50;11.10;1533.50;1.24;0.20 +6549;4;2949.00;10.85;1535.50;3.73;0.20 +6549;5;2952.00;10.90;1536.00;2.35;0.20 +6549;6;2951.50;10.75;1537.00;2.67;0.20 +6549;9;2948.20;10.80;1534.00;1.57;0.20 +6549;10;2951.80;11.10;1534.00;-1.57;0.20 6549;21;2948.20;10.80;1534.00;1.57;0.20 +6550;0;3212.20;9.60;1293.62;0.00;0.44 +6550;1;3220.00;9.50;1283.00;1.10;0.44 +6550;2;3213.50;9.50;1289.00;3.70;0.44 +6550;3;3218.00;9.50;1286.50;2.21;0.44 +6550;4;3214.00;9.50;1292.50;3.40;0.44 +6550;9;3212.04;9.50;1285.00;1.57;0.44 +6550;10;3219.96;9.50;1285.00;-1.57;0.44 +6550;19;3210.00;9.40;1295.83;-1.59;0.44 +6550;20;3209.15;9.40;1297.36;3.64;0.44 6550;21;3211.20;9.60;1290.59;-1.57;0.44 +6551;0;3589.00;9.70;1521.00;0.00;0.26 +6551;1;3587.50;9.70;1516.50;-0.32;0.26 +6551;2;3586.50;9.70;1520.00;-1.19;0.26 +6551;3;3590.00;9.70;1517.00;0.24;0.26 +6551;4;3591.00;9.70;1521.50;1.81;0.26 +6551;5;3588.00;9.70;1525.00;3.38;0.26 +6551;9;3586.66;9.70;1521.00;1.57;0.26 +6551;10;3591.34;9.70;1521.00;-1.57;0.26 6551;21;3586.66;9.70;1521.00;1.57;0.26 +6552;0;3045.00;14.90;1492.00;0.00;0.24 +6552;1;3043.50;15.00;1490.50;-0.78;0.24 +6552;2;3046.50;13.35;1489.00;0.46;0.24 +6552;3;3047.50;13.40;1491.50;1.37;0.24 +6552;4;3042.00;14.50;1494.00;4.12;0.24 +6552;5;3045.50;13.40;1494.50;2.94;0.24 +6552;9;3042.84;15.06;1492.00;1.57;0.24 +6552;10;3047.16;13.67;1492.00;-1.57;0.24 6552;21;3042.84;15.06;1492.00;1.57;0.24 +6553;0;3435.00;9.90;1539.00;0.00;0.22 +6553;1;3434.00;9.90;1536.50;-0.38;0.22 +6553;2;3437.50;9.90;1536.00;0.69;0.22 +6553;3;3438.50;9.90;1537.50;1.16;0.22 +6553;4;3431.50;9.90;1539.00;4.71;0.22 +6553;5;3438.00;9.85;1539.50;1.73;0.22 +6553;6;3432.00;9.90;1541.00;4.12;0.22 +6553;7;3435.00;9.90;1540.50;3.14;0.22 +6553;9;3432.30;9.90;1539.00;1.57;0.22 +6553;10;3437.70;9.89;1539.00;-1.57;0.22 6553;21;3432.30;9.90;1539.00;1.57;0.22 +6554;0;3381.00;9.80;1507.00;0.00;0.22 +6554;1;3383.00;9.80;1505.50;0.92;0.22 +6554;2;3380.00;9.80;1504.50;-0.38;0.22 +6554;3;3377.00;9.82;1506.00;-1.32;0.22 +6554;4;3384.00;9.80;1508.00;1.89;0.22 +6554;5;3376.50;9.90;1508.00;4.49;0.22 +6554;6;3379.00;9.90;1508.00;4.24;0.22 +6554;7;3382.00;9.85;1509.50;2.76;0.22 +6554;9;3377.94;9.90;1507.00;1.57;0.22 +6554;10;3384.06;9.80;1507.00;-1.57;0.22 6554;21;3377.94;9.90;1507.00;1.57;0.22 +6555;0;2957.00;11.32;1500.00;0.00;0.24 +6555;1;2956.50;11.10;1497.50;-0.19;0.24 +6555;2;2954.50;11.10;1498.50;-1.03;0.24 +6555;3;2958.50;11.40;1499.50;1.24;0.24 +6555;4;2953.00;10.80;1499.50;-1.44;0.24 +6555;5;2955.50;11.00;1501.50;3.92;0.24 +6555;6;2960.50;11.40;1501.50;1.97;0.24 +6555;7;2959.00;11.20;1502.50;2.46;0.24 +6555;9;2954.12;10.90;1500.00;1.57;0.24 +6555;10;2959.88;11.45;1500.00;-1.57;0.24 6555;21;2954.12;10.90;1500.00;1.57;0.24 +6556;0;3253.00;10.00;1548.00;0.00;0.20 +6556;1;3251.50;10.00;1546.50;-0.78;0.20 +6556;2;3255.00;10.00;1546.50;0.92;0.20 +6556;3;3249.00;10.00;1547.00;-1.32;0.20 +6556;4;3257.00;9.90;1548.00;1.57;0.20 +6556;5;3249.00;9.95;1549.00;4.46;0.20 +6556;6;3254.00;9.90;1550.00;2.67;0.20 +6556;9;3249.76;10.00;1548.00;1.57;0.20 +6556;10;3256.24;9.91;1548.00;-1.57;0.20 6556;21;3249.76;10.00;1548.00;1.57;0.20 +6557;0;3211.00;10.90;1520.00;0.00;0.28 +6557;1;3211.00;10.95;1517.00;0.00;0.28 +6557;2;3208.50;10.55;1518.00;-0.89;0.28 +6557;3;3214.00;10.85;1519.00;1.24;0.28 +6557;4;3209.00;10.50;1521.50;4.06;0.28 +6557;5;3213.50;10.40;1522.00;2.24;0.28 +6557;6;3211.50;10.25;1524.00;3.01;0.28 +6557;9;3208.30;10.56;1520.00;1.57;0.28 +6557;10;3213.70;10.74;1520.00;-1.57;0.28 6557;21;3208.30;10.56;1520.00;1.57;0.28 +6558;0;3065.00;10.30;1567.00;0.00;0.16 +6558;1;3065.50;10.10;1564.50;0.19;0.16 +6558;2;3063.00;10.35;1567.00;4.71;0.16 +6558;3;3067.00;10.27;1567.00;1.57;0.16 +6558;4;3065.00;10.30;1570.00;3.14;0.16 +6558;9;3063.56;10.39;1567.00;1.57;0.16 +6558;10;3066.44;10.30;1567.00;-1.57;0.16 6558;21;3063.56;10.39;1567.00;1.57;0.16 +6559;0;3017.00;13.40;1538.00;0.00;0.20 +6559;1;3016.00;14.45;1535.50;-0.38;0.20 +6559;2;3015.00;13.00;1537.00;-1.10;0.20 +6559;3;3018.50;13.75;1537.00;0.98;0.20 +6559;4;3020.00;12.45;1538.50;1.73;0.20 +6559;5;3015.50;12.10;1539.50;3.92;0.20 +6559;6;3018.00;12.22;1540.00;2.67;0.20 +6559;9;3014.84;12.55;1538.00;1.57;0.20 +6559;10;3019.16;12.78;1538.00;-1.57;0.20 6559;21;3014.84;12.55;1538.00;1.57;0.20 +6560;0;2860.00;10.05;1539.00;0.00;0.20 +6560;1;2861.00;10.30;1537.00;0.46;0.20 +6560;2;2857.00;9.75;1538.50;-1.40;0.20 +6560;3;2863.50;10.30;1538.00;1.29;0.20 +6560;4;2863.50;10.10;1539.50;1.71;0.20 +6560;5;2860.50;9.80;1540.50;2.82;0.20 +6560;6;2857.00;9.70;1541.00;4.12;0.20 +6560;9;2856.76;9.67;1539.00;1.57;0.20 +6560;10;2863.24;10.20;1539.00;-1.57;0.20 +6560;19;2853.21;9.30;1542.71;-2.66;0.20 +6560;20;2851.67;9.30;1543.54;4.21;0.20 6560;21;2863.24;10.20;1539.00;-1.57;0.20 +6561;0;3106.00;9.97;1481.00;0.00;0.18 +6561;1;3102.50;10.00;1480.00;-1.29;0.18 +6561;2;3107.00;9.90;1480.50;1.10;0.18 +6561;3;3103.00;10.00;1481.50;4.54;0.18 +6561;4;3107.00;10.02;1482.00;2.35;0.18 +6561;5;3111.50;10.25;1482.00;1.75;0.18 +6561;6;3110.50;10.25;1483.00;1.98;0.18 +6561;9;3102.58;10.00;1481.00;1.57;0.18 +6561;10;3109.42;9.95;1481.00;-1.57;0.18 6561;21;3102.58;10.00;1481.00;1.57;0.18 +6562;0;3073.00;10.55;1509.00;0.00;0.20 +6562;1;3072.50;10.20;1507.50;-0.32;0.20 +6562;2;3075.00;10.55;1507.50;0.92;0.20 +6562;3;3070.50;10.60;1507.50;-1.03;0.20 +6562;4;3069.50;11.40;1509.50;4.57;0.20 +6562;5;3076.00;10.55;1509.50;1.73;0.20 +6562;6;3071.00;11.35;1511.50;3.81;0.20 +6562;7;3074.50;10.55;1511.00;2.49;0.20 +6562;9;3070.12;10.95;1509.00;1.57;0.20 +6562;10;3075.88;10.53;1509.00;-1.57;0.20 6562;21;3075.88;10.53;1509.00;-1.57;0.20 +6563;0;3499.00;9.80;1533.00;0.00;0.18 +6563;1;3498.00;9.80;1531.00;-0.46;0.18 +6563;2;3501.50;9.80;1532.00;1.19;0.18 +6563;3;3496.00;9.80;1533.00;4.71;0.18 +6563;4;3502.00;9.90;1534.50;2.03;0.18 +6563;5;3498.00;9.85;1534.50;3.73;0.18 +6563;9;3496.30;9.80;1533.00;1.57;0.18 +6563;10;3501.70;9.80;1533.00;-1.57;0.18 6563;21;3496.30;9.80;1533.00;1.57;0.18 +6564;0;3577.00;9.60;1494.00;0.00;0.34 +6564;1;3577.00;9.60;1491.00;0.00;0.34 +6564;2;3581.00;9.60;1492.50;1.21;0.34 +6564;3;3574.00;9.70;1495.00;4.39;0.34 +6564;4;3579.00;9.60;1496.00;2.35;0.34 +6564;5;3574.50;9.60;1498.50;3.64;0.34 +6564;9;3573.76;9.68;1494.00;1.57;0.34 +6564;10;3580.24;9.60;1494.00;-1.57;0.34 6564;21;3573.76;9.68;1494.00;1.57;0.34 +6565;0;3333.00;9.82;1544.00;0.00;0.18 +6565;1;3333.50;9.90;1542.00;0.24;0.18 +6565;2;3330.50;9.80;1543.00;-1.19;0.18 +6565;3;3335.50;9.90;1544.00;1.57;0.18 +6565;4;3331.00;9.80;1545.50;4.06;0.18 +6565;5;3333.50;9.80;1546.00;2.89;0.18 +6565;9;3330.66;9.80;1544.00;1.57;0.18 +6565;10;3335.34;9.90;1544.00;-1.57;0.18 6565;21;3330.66;9.80;1544.00;1.57;0.18 +6566;0;3457.00;10.27;1501.00;0.00;0.20 +6566;1;3456.00;10.00;1498.50;-0.38;0.20 +6566;2;3458.00;10.15;1499.00;0.46;0.20 +6566;3;3459.00;10.40;1502.00;2.03;0.20 +6566;4;3455.00;10.25;1502.00;4.24;0.20 +6566;5;3457.50;10.40;1504.00;2.97;0.20 +6566;6;3459.50;10.40;1504.00;2.44;0.20 +6566;9;3455.20;10.15;1501.00;1.57;0.20 +6566;10;3458.80;10.35;1501.00;-1.57;0.20 6566;21;3455.20;10.15;1501.00;1.57;0.20 +6567;0;3132.00;9.80;1571.00;0.00;0.20 +6567;1;3130.50;9.80;1569.00;-0.64;0.20 +6567;2;3133.50;9.80;1569.50;0.78;0.20 +6567;3;3128.50;9.70;1570.50;-1.42;0.20 +6567;4;3134.50;9.80;1572.50;2.11;0.20 +6567;5;3131.00;10.00;1572.50;3.73;0.20 +6567;6;3134.00;9.90;1574.00;2.55;0.20 +6567;9;3129.48;9.79;1571.00;1.57;0.20 +6567;10;3134.52;9.80;1571.00;-1.57;0.20 6567;21;3129.48;9.79;1571.00;1.57;0.20 +6568;0;2942.00;10.30;1502.00;0.00;0.20 +6568;1;2941.50;11.00;1500.00;-0.24;0.20 +6568;2;2944.00;11.12;1500.00;0.78;0.20 +6568;3;2945.50;11.10;1500.50;1.16;0.20 +6568;4;2940.00;10.12;1503.00;4.24;0.20 +6568;5;2944.00;10.60;1502.00;1.57;0.20 +6568;6;2942.00;10.02;1504.00;3.14;0.20 +6568;7;2940.50;10.00;1505.00;3.60;0.20 +6568;9;2939.84;10.26;1502.00;1.57;0.20 +6568;10;2944.16;10.64;1502.00;-1.57;0.20 6568;21;2939.84;10.26;1502.00;1.57;0.20 +6569;0;2829.00;10.10;1503.00;0.00;0.20 +6569;1;2828.00;10.40;1499.50;-0.27;0.20 +6569;2;2829.50;10.40;1501.00;0.24;0.20 +6569;3;2827.00;10.20;1502.00;-1.10;0.20 +6569;4;2828.00;9.80;1504.50;3.73;0.20 +6569;5;2830.50;9.80;1504.50;2.35;0.20 +6569;6;2830.00;9.80;1507.00;2.89;0.20 +6569;7;2831.00;9.80;1507.00;2.67;0.20 +6569;9;2827.20;10.07;1503.00;1.57;0.20 +6569;10;2830.80;10.10;1503.00;-1.57;0.20 6569;21;2827.20;10.07;1503.00;1.57;0.20 +6570;0;2916.00;9.85;1536.00;0.00;0.18 +6570;1;2915.50;10.10;1533.50;-0.19;0.18 +6570;2;2917.50;10.00;1533.50;0.54;0.18 +6570;3;2914.50;9.85;1536.00;4.71;0.18 +6570;4;2917.00;9.80;1536.50;2.03;0.18 +6570;5;2915.00;9.75;1538.50;3.52;0.18 +6570;9;2914.38;9.85;1536.00;1.57;0.18 +6570;10;2917.62;9.80;1536.00;-1.57;0.18 6570;21;2914.38;9.85;1536.00;1.57;0.18 +6571;0;3181.00;15.12;1478.00;0.00;0.22 +6571;1;3177.50;14.40;1476.50;-1.16;0.22 +6571;2;3181.50;15.30;1476.50;0.32;0.22 +6571;3;3177.50;14.60;1478.50;4.57;0.22 +6571;4;3185.00;14.47;1478.00;1.57;0.22 +6571;5;3183.00;13.25;1480.00;2.35;0.22 +6571;6;3180.50;14.45;1480.00;3.38;0.22 +6571;9;3177.94;14.80;1478.00;1.57;0.22 +6571;10;3184.06;14.62;1478.00;-1.57;0.22 6571;21;3177.94;14.80;1478.00;1.57;0.22 +6572;0;2753.00;9.70;1489.00;0.00;0.18 +6572;1;2751.50;9.85;1487.00;-0.64;0.18 +6572;2;2755.00;10.00;1487.00;0.78;0.18 +6572;3;2748.50;9.70;1488.50;-1.46;0.18 +6572;4;2756.00;10.00;1488.50;1.40;0.18 +6572;5;2751.00;9.50;1490.50;4.06;0.18 +6572;6;2755.50;9.70;1491.00;2.24;0.18 +6572;9;2750.12;9.70;1489.00;1.57;0.18 +6572;10;2755.88;9.91;1489.00;-1.57;0.18 +6572;19;2750.00;9.50;1493.00;-2.21;0.18 +6572;20;2748.95;9.50;1494.40;3.78;0.18 6572;21;2750.12;9.70;1489.00;1.57;0.18 +6573;0;3136.00;10.07;1490.00;0.00;0.12 +6573;1;3134.00;9.90;1489.50;-1.32;0.12 +6573;2;3137.50;9.90;1489.50;1.24;0.12 +6573;3;3132.50;9.95;1490.00;4.71;0.12 +6573;4;3139.50;9.90;1489.50;1.42;0.12 +6573;5;3138.50;10.00;1490.50;1.76;0.12 +6573;6;3133.50;10.05;1491.00;4.33;0.12 +6573;7;3136.00;10.37;1492.00;3.14;0.12 +6573;9;3133.30;9.95;1490.00;1.57;0.12 +6573;10;3138.70;9.94;1490.00;-1.57;0.12 6573;21;3133.30;9.95;1490.00;1.57;0.12 +6574;0;3568.00;10.87;1532.00;0.00;0.28 +6574;1;3568.50;11.10;1530.50;0.32;0.28 +6574;2;3564.50;10.50;1530.00;-1.05;0.28 +6574;3;3566.00;10.60;1533.50;4.06;0.28 +6574;4;3571.00;10.37;1533.00;1.89;0.28 +6574;5;3571.00;10.07;1535.00;2.35;0.28 +6574;6;3569.00;10.35;1535.00;2.82;0.28 +6574;9;3565.48;10.59;1532.00;1.57;0.28 +6574;10;3570.52;10.64;1532.00;-1.57;0.28 6574;21;3565.48;10.59;1532.00;1.57;0.28 +6575;0;3517.00;11.22;1513.00;0.00;0.24 +6575;1;3515.00;10.80;1510.50;-0.67;0.24 +6575;2;3518.50;11.20;1511.00;0.64;0.24 +6575;3;3514.00;10.70;1511.00;-0.98;0.24 +6575;4;3514.50;10.95;1513.00;4.71;0.24 +6575;5;3520.50;11.30;1513.00;1.57;0.24 +6575;6;3519.00;11.42;1515.00;2.35;0.24 +6575;7;3516.50;11.30;1515.50;3.33;0.24 +6575;9;3514.48;10.94;1513.00;1.57;0.24 +6575;10;3519.52;11.25;1513.00;-1.57;0.24 6575;21;3514.48;10.94;1513.00;1.57;0.24 +6576;0;3080.00;10.42;1501.00;0.00;0.22 +6576;1;3080.00;10.30;1498.50;0.00;0.22 +6576;2;3078.00;10.15;1500.50;-1.32;0.22 +6576;3;3082.50;10.30;1499.50;1.03;0.22 +6576;4;3081.50;10.40;1502.00;2.15;0.22 +6576;5;3078.50;10.40;1503.50;3.68;0.22 +6576;9;3078.02;10.22;1501.00;1.57;0.22 +6576;10;3081.98;10.40;1501.00;-1.57;0.22 6576;21;3078.02;10.22;1501.00;1.57;0.22 +6577;0;3390.00;9.90;1538.00;0.00;0.16 +6577;1;3390.50;9.90;1536.50;0.32;0.16 +6577;2;3388.00;9.90;1537.50;-1.32;0.16 +6577;3;3392.50;9.90;1538.50;1.76;0.16 +6577;4;3387.00;9.90;1539.00;4.39;0.16 +6577;5;3390.00;10.00;1540.00;3.14;0.16 +6577;6;3392.50;9.90;1540.00;2.24;0.16 +6577;9;3387.84;9.90;1538.00;1.57;0.16 +6577;10;3392.16;9.90;1538.00;-1.57;0.16 6577;21;3387.84;9.90;1538.00;1.57;0.16 +6578;0;3353.00;9.72;1505.00;0.00;0.24 +6578;1;3352.00;9.80;1502.00;-0.32;0.24 +6578;2;3350.50;9.70;1504.50;-1.37;0.24 +6578;3;3355.00;9.75;1503.50;0.92;0.24 +6578;4;3355.50;9.80;1507.00;2.24;0.24 +6578;5;3353.00;9.80;1508.00;3.14;0.24 +6578;9;3350.84;9.71;1505.00;1.57;0.24 +6578;10;3355.16;9.76;1505.00;-1.57;0.24 6578;21;3350.84;9.71;1505.00;1.57;0.24 +6579;0;3227.00;9.80;1557.00;0.00;0.18 +6579;1;3227.50;9.80;1555.00;0.24;0.18 +6579;2;3231.00;9.80;1556.50;1.44;0.18 +6579;3;3223.00;9.80;1556.00;-1.32;0.18 +6579;4;3222.50;9.80;1558.00;4.49;0.18 +6579;5;3224.50;9.80;1558.50;4.17;0.18 +6579;6;3228.50;9.80;1558.50;2.35;0.18 +6579;7;3231.50;9.80;1558.50;1.89;0.18 +6579;9;3223.76;9.80;1557.00;1.57;0.18 +6579;10;3230.24;9.80;1557.00;-1.57;0.18 6579;21;3223.76;9.80;1557.00;1.57;0.18 +6580;0;3174.00;10.10;1529.00;0.00;0.28 +6580;1;3175.00;10.10;1527.00;0.46;0.28 +6580;2;3172.00;10.10;1526.50;-0.67;0.28 +6580;3;3172.00;10.10;1529.50;4.46;0.28 +6580;4;3177.50;10.00;1530.00;1.84;0.28 +6580;5;3174.00;10.05;1531.50;3.14;0.28 +6580;6;3176.50;10.00;1531.50;2.35;0.28 +6580;9;3171.48;10.09;1529.00;1.57;0.28 +6580;10;3176.52;10.00;1529.00;-1.57;0.28 6580;21;3176.52;10.00;1529.00;-1.57;0.28 +6581;0;2951.00;10.85;1505.00;0.00;0.20 +6581;1;2952.50;10.70;1504.00;0.98;0.20 +6581;2;2948.50;11.00;1503.50;-1.03;0.20 +6581;3;2948.50;11.15;1506.00;4.33;0.20 +6581;4;2953.50;10.60;1506.50;2.11;0.20 +6581;5;2951.50;10.85;1507.00;2.89;0.20 +6581;9;2948.48;11.05;1505.00;1.57;0.20 +6581;10;2953.52;10.54;1505.00;-1.57;0.20 6581;21;2948.48;11.05;1505.00;1.57;0.20 +6582;0;2990.00;9.90;1549.00;0.00;0.14 +6582;1;2989.00;10.00;1547.50;-0.58;0.14 +6582;2;2991.50;9.90;1547.50;0.78;0.14 +6582;3;2993.50;9.80;1548.50;1.42;0.14 +6582;4;2987.00;10.00;1549.50;4.54;0.14 +6582;5;2993.00;9.80;1550.00;1.89;0.14 +6582;6;2991.00;9.85;1550.50;2.55;0.14 +6582;7;2988.50;10.00;1551.50;3.68;0.14 +6582;9;2987.66;10.00;1549.00;1.57;0.14 +6582;10;2992.34;9.85;1549.00;-1.57;0.14 6582;21;2987.66;10.00;1549.00;1.57;0.14 +6583;0;2900.00;11.10;1512.00;0.00;0.26 +6583;1;2900.50;10.90;1509.00;0.16;0.26 +6583;2;2902.50;10.80;1509.00;0.69;0.26 +6583;3;2898.50;10.80;1509.00;-0.46;0.26 +6583;4;2902.50;10.90;1510.50;1.03;0.26 +6583;5;2898.00;11.25;1511.50;-1.32;0.26 +6583;6;2901.50;11.00;1513.50;2.35;0.26 +6583;7;2898.50;11.55;1515.00;3.60;0.26 +6583;8;2900.00;11.40;1516.50;3.14;0.26 +6583;9;2897.66;11.30;1512.00;1.57;0.26 +6583;10;2902.34;10.91;1512.00;-1.57;0.26 6583;21;2897.66;11.30;1512.00;1.57;0.26 +6584;0;3218.00;10.20;1473.00;0.00;0.20 +6584;1;3218.00;10.50;1469.50;0.00;0.20 +6584;2;3219.50;10.10;1472.50;1.24;0.20 +6584;3;3216.00;10.45;1472.50;-1.32;0.20 +6584;4;3216.00;10.25;1475.00;3.92;0.20 +6584;5;3218.50;10.05;1476.00;2.97;0.20 +6584;6;3216.50;10.10;1476.50;3.54;0.20 +6584;9;3216.20;10.38;1473.00;1.57;0.20 +6584;10;3219.80;10.04;1473.00;-1.57;0.20 6584;21;3216.20;10.38;1473.00;1.57;0.20 +6585;0;2837.00;9.80;1506.00;0.00;0.18 +6585;1;2837.00;9.80;1504.00;0.00;0.18 +6585;2;2839.50;9.80;1505.00;1.19;0.18 +6585;3;2834.50;9.80;1506.00;4.71;0.18 +6585;4;2839.50;9.80;1506.50;1.76;0.18 +6585;5;2836.50;9.85;1508.00;3.38;0.18 +6585;9;2834.84;9.80;1506.00;1.57;0.18 +6585;10;2839.16;9.80;1506.00;-1.57;0.18 6585;21;2834.84;9.80;1506.00;1.57;0.18 +6586;0;3146.00;9.80;1494.00;0.00;0.20 +6586;1;3147.00;9.80;1491.50;0.38;0.20 +6586;2;3143.50;9.80;1492.50;-1.03;0.20 +6586;3;3149.50;9.90;1492.50;1.16;0.20 +6586;4;3147.50;9.80;1495.00;2.15;0.20 +6586;5;3143.50;10.10;1495.50;4.17;0.20 +6586;9;3143.48;9.95;1494.00;1.57;0.20 +6586;10;3148.52;9.80;1494.00;-1.57;0.20 6586;21;3143.48;9.95;1494.00;1.57;0.20 +6587;0;3466.00;10.00;1541.00;0.00;0.20 +6587;1;3464.50;10.00;1539.50;-0.78;0.20 +6587;2;3467.50;9.90;1539.00;0.64;0.20 +6587;3;3463.00;9.95;1541.50;4.54;0.20 +6587;4;3468.00;9.95;1541.50;1.81;0.20 +6587;5;3466.00;10.00;1543.00;3.14;0.20 +6587;6;3464.00;10.00;1544.00;3.73;0.20 +6587;9;3463.84;10.00;1541.00;1.57;0.20 +6587;10;3468.16;9.93;1541.00;-1.57;0.20 6587;21;3463.84;10.00;1541.00;1.57;0.20 +6588;0;3584.00;9.60;1503.00;0.00;0.32 +6588;1;3582.50;9.60;1500.50;-0.54;0.32 +6588;2;3586.50;9.60;1499.00;0.55;0.32 +6588;3;3586.50;9.60;1503.50;1.76;0.32 +6588;4;3580.00;9.65;1505.00;4.24;0.32 +6588;5;3582.00;9.65;1507.00;3.60;0.32 +6588;6;3585.00;9.60;1507.50;2.92;0.32 +6588;9;3581.12;9.60;1503.00;1.57;0.32 +6588;10;3586.88;9.63;1503.00;-1.57;0.32 6588;21;3581.12;9.60;1503.00;1.57;0.32 +6589;0;3308.00;9.80;1555.00;0.00;0.24 +6589;1;3306.50;9.80;1552.50;-0.54;0.24 +6589;2;3309.50;9.80;1553.50;0.78;0.24 +6589;3;3304.00;9.80;1554.50;-1.44;0.24 +6589;4;3311.50;9.95;1556.00;1.84;0.24 +6589;5;3304.00;9.85;1555.50;4.58;0.24 +6589;6;3307.50;9.80;1556.00;3.60;0.24 +6589;7;3310.50;10.00;1558.00;2.44;0.24 +6589;9;3305.30;9.80;1555.00;1.57;0.24 +6589;10;3310.70;9.81;1555.00;-1.57;0.24 6589;21;3305.30;9.80;1555.00;1.57;0.24 +6590;0;3085.00;11.62;1506.00;0.00;0.24 +6590;1;3087.50;11.75;1504.00;0.89;0.24 +6590;2;3084.00;11.10;1504.50;-0.58;0.24 +6590;3;3089.00;12.45;1506.00;1.57;0.24 +6590;4;3088.00;12.37;1507.00;1.89;0.24 +6590;5;3082.00;11.67;1508.00;4.12;0.24 +6590;6;3085.50;12.50;1508.50;2.94;0.24 +6590;7;3083.00;12.45;1509.50;3.66;0.24 +6590;9;3082.48;10.80;1506.00;1.57;0.24 +6590;10;3087.52;12.15;1506.00;-1.57;0.24 6590;21;3082.48;10.80;1506.00;1.57;0.24 +6591;0;3436.00;10.15;1510.00;0.00;0.20 +6591;1;3433.50;9.85;1508.00;-0.89;0.20 +6591;2;3436.00;9.95;1508.00;0.00;0.20 +6591;3;3433.00;10.10;1510.00;4.71;0.20 +6591;4;3439.50;9.90;1509.50;1.42;0.20 +6591;5;3438.50;10.15;1511.00;1.95;0.20 +6591;6;3433.50;10.40;1512.50;3.92;0.20 +6591;7;3435.50;10.45;1513.00;3.30;0.20 +6591;9;3433.30;10.10;1510.00;1.57;0.20 +6591;10;3438.70;10.03;1510.00;-1.57;0.20 6591;21;3433.30;10.10;1510.00;1.57;0.20 +6592;0;3017.00;14.37;1506.00;0.00;0.28 +6592;1;3019.00;15.80;1502.50;0.51;0.28 +6592;2;3016.00;14.47;1505.00;-0.78;0.28 +6592;3;3019.50;14.95;1504.00;0.89;0.28 +6592;4;3019.00;14.20;1506.00;1.57;0.28 +6592;5;3013.50;14.15;1508.00;4.19;0.28 +6592;6;3016.00;13.25;1508.50;3.52;0.28 +6592;9;3014.12;14.97;1506.00;1.57;0.28 +6592;10;3019.88;13.92;1506.00;-1.57;0.28 6592;21;3019.88;13.92;1506.00;-1.57;0.28 +6593;0;3247.00;10.07;1530.00;0.00;0.20 +6593;1;3245.00;10.10;1528.00;-0.78;0.20 +6593;2;3249.00;10.10;1528.00;0.78;0.20 +6593;3;3251.00;10.10;1530.50;1.69;0.20 +6593;4;3243.00;10.10;1530.50;4.58;0.20 +6593;5;3245.00;10.10;1531.50;4.06;0.20 +6593;6;3248.00;10.05;1532.00;2.67;0.20 +6593;9;3244.12;10.10;1530.00;1.57;0.20 +6593;10;3249.88;10.10;1530.00;-1.57;0.20 6593;21;3244.12;10.10;1530.00;1.57;0.20 +6594;0;2952.00;10.37;1516.00;0.00;0.20 +6594;1;2952.00;11.25;1512.50;0.00;0.20 +6594;2;2950.00;10.70;1514.50;-0.92;0.20 +6594;3;2954.00;10.47;1515.00;1.10;0.20 +6594;4;2949.50;10.20;1516.50;4.51;0.20 +6594;5;2953.50;10.30;1517.50;2.35;0.20 +6594;6;2949.50;10.20;1518.00;4.03;0.20 +6594;7;2951.50;10.25;1519.00;3.30;0.20 +6594;9;2950.20;10.30;1516.00;1.57;0.20 +6594;10;2953.80;10.35;1516.00;-1.57;0.20 6594;21;2950.20;10.30;1516.00;1.57;0.20 +6595;0;3047.00;10.07;1549.00;0.00;0.16 +6595;1;3046.50;10.40;1547.50;-0.32;0.16 +6595;2;3049.50;10.05;1547.00;0.89;0.16 +6595;3;3050.50;9.85;1549.00;1.57;0.16 +6595;4;3044.00;10.42;1549.00;4.71;0.16 +6595;5;3044.00;10.30;1550.50;4.24;0.16 +6595;6;3047.50;9.90;1551.00;2.89;0.16 +6595;7;3050.00;9.80;1550.50;2.03;0.16 +6595;9;3044.30;10.41;1549.00;1.57;0.16 +6595;10;3049.70;9.81;1549.00;-1.57;0.16 6595;21;3044.30;10.41;1549.00;1.57;0.16 +6596;0;3354.00;9.70;1458.00;0.00;0.24 +6596;1;3353.50;9.70;1455.50;-0.19;0.24 +6596;2;3350.00;9.70;1456.50;-1.21;0.24 +6596;3;3356.00;9.70;1456.00;0.78;0.24 +6596;4;3357.00;9.70;1458.50;1.73;0.24 +6596;5;3352.00;9.70;1459.00;4.24;0.24 +6596;6;3357.00;9.75;1460.50;2.26;0.24 +6596;7;3355.50;9.80;1460.50;2.60;0.24 +6596;9;3351.12;9.70;1458.00;1.57;0.24 +6596;10;3356.88;9.70;1458.00;-1.57;0.24 6596;21;3351.12;9.70;1458.00;1.57;0.24 +6597;0;3291.00;10.10;1476.00;0.00;0.26 +6597;1;3292.50;9.85;1473.00;0.46;0.26 +6597;2;3293.50;9.80;1474.00;0.89;0.26 +6597;3;3289.00;10.35;1475.50;-1.32;0.26 +6597;4;3294.00;9.80;1477.00;1.89;0.26 +6597;5;3287.50;10.25;1478.00;4.19;0.26 +6597;6;3290.00;10.07;1479.00;3.46;0.26 +6597;9;3287.76;10.40;1476.00;1.57;0.26 +6597;10;3294.24;9.80;1476.00;-1.57;0.26 6597;21;3287.76;10.40;1476.00;1.57;0.26 +6598;0;2873.00;9.65;1541.00;0.00;0.16 +6598;1;2873.00;9.70;1539.00;0.00;0.16 +6598;2;2875.50;9.70;1539.50;1.03;0.16 +6598;3;2870.00;9.70;1540.50;-1.40;0.16 +6598;4;2875.00;9.60;1541.50;1.81;0.16 +6598;5;2870.50;9.65;1542.00;4.33;0.16 +6598;6;2872.00;9.60;1542.50;3.73;0.16 +6598;7;2873.00;9.62;1543.00;3.14;0.16 +6598;8;2873.50;9.70;1543.50;2.94;0.16 +6598;9;2870.84;9.65;1541.00;1.57;0.16 +6598;10;2875.16;9.65;1541.00;-1.57;0.16 +6598;19;2871.32;9.50;1543.73;-2.65;0.16 +6598;20;2870.41;9.50;1545.22;3.69;0.16 6598;21;2875.16;9.65;1541.00;-1.57;0.16 +6599;0;2807.00;10.00;1500.00;0.00;0.24 +6599;1;2807.50;10.50;1497.00;0.16;0.24 +6599;2;2805.50;10.35;1498.00;-0.64;0.24 +6599;3;2809.00;9.85;1500.50;1.81;0.24 +6599;4;2805.00;9.90;1500.00;4.71;0.24 +6599;5;2806.50;9.70;1502.00;3.38;0.24 +6599;6;2808.50;9.70;1502.50;2.60;0.24 +6599;9;2804.84;9.90;1500.00;1.57;0.24 +6599;10;2809.16;10.03;1500.00;-1.57;0.24 +6599;19;2805.23;9.70;1502.42;-2.90;0.24 +6599;20;2804.20;9.70;1503.84;3.77;0.24 6599;21;2809.16;10.03;1500.00;-1.57;0.24 +6600;0;3245.00;11.32;1472.00;0.00;0.28 +6600;1;3244.00;11.45;1468.50;-0.27;0.28 +6600;2;3247.50;11.45;1471.00;1.19;0.28 +6600;3;3241.50;11.30;1471.50;-1.42;0.28 +6600;4;3244.00;10.90;1474.50;3.52;0.28 +6600;5;3248.50;11.40;1474.00;2.09;0.28 +6600;6;3247.50;11.30;1474.50;2.35;0.28 +6600;9;3242.30;11.34;1472.00;1.57;0.28 +6600;10;3247.70;11.40;1472.00;-1.57;0.28 6600;21;3242.30;11.34;1472.00;1.57;0.28 +6601;0;3543.00;10.55;1535.00;0.00;0.28 +6601;1;3542.00;11.20;1532.50;-0.38;0.28 +6601;2;3546.50;10.10;1533.00;1.05;0.28 +6601;3;3539.50;11.10;1534.50;-1.42;0.28 +6601;4;3548.50;9.80;1535.00;1.57;0.28 +6601;5;3540.00;11.05;1536.50;4.24;0.28 +6601;6;3545.00;10.00;1536.50;2.21;0.28 +6601;7;3541.50;10.60;1538.00;3.60;0.28 +6601;9;3539.76;11.10;1535.00;1.57;0.28 +6601;10;3546.24;9.90;1535.00;-1.57;0.28 6601;21;3539.76;11.10;1535.00;1.57;0.28 +6602;0;3503.00;9.80;1508.00;0.00;0.16 +6602;1;3500.50;10.10;1507.00;-1.19;0.16 +6602;2;3503.50;9.80;1506.50;0.32;0.16 +6602;3;3506.00;9.75;1507.50;1.40;0.16 +6602;4;3501.00;9.95;1509.00;4.24;0.16 +6602;5;3507.00;9.70;1508.50;1.69;0.16 +6602;6;3505.00;9.75;1509.50;2.21;0.16 +6602;7;3502.00;9.85;1510.00;3.60;0.16 +6602;9;3500.66;10.02;1508.00;1.57;0.16 +6602;10;3505.34;9.75;1508.00;-1.57;0.16 6602;21;3500.66;10.02;1508.00;1.57;0.16 +6603;0;3380.00;10.02;1542.00;0.00;0.20 +6603;1;3380.00;10.00;1540.00;0.00;0.20 +6603;2;3377.50;10.00;1541.50;-1.37;0.20 +6603;3;3382.00;10.00;1541.00;1.10;0.20 +6603;4;3382.50;10.00;1542.50;1.76;0.20 +6603;5;3380.00;10.35;1544.50;3.14;0.20 +6603;9;3378.20;10.06;1542.00;1.57;0.20 +6603;10;3381.80;10.00;1542.00;-1.57;0.20 6603;21;3378.20;10.06;1542.00;1.57;0.20 +6604;0;3151.00;10.35;1499.00;0.00;0.26 +6604;1;3150.00;10.05;1497.50;-0.58;0.26 +6604;2;3152.50;10.65;1496.00;0.46;0.26 +6604;3;3153.50;11.00;1497.50;1.03;0.26 +6604;4;3154.50;11.50;1499.50;1.71;0.26 +6604;5;3147.00;10.25;1500.50;4.35;0.26 +6604;6;3150.50;10.50;1501.00;3.38;0.26 +6604;7;3147.00;10.42;1502.00;4.06;0.26 +6604;9;3148.30;9.95;1499.00;1.57;0.26 +6604;10;3153.70;11.24;1499.00;-1.57;0.26 6604;21;3148.30;9.95;1499.00;1.57;0.26 +6605;0;3323.00;9.80;1520.00;0.00;0.26 +6605;1;3321.50;9.80;1517.00;-0.46;0.26 +6605;2;3324.00;9.80;1517.50;0.38;0.26 +6605;3;3320.00;9.80;1519.00;-1.24;0.26 +6605;4;3326.00;9.80;1520.50;1.73;0.26 +6605;5;3320.50;9.80;1521.00;4.33;0.26 +6605;6;3321.50;9.80;1522.00;3.78;0.26 +6605;7;3324.50;9.80;1522.50;2.60;0.26 +6605;9;3320.66;9.80;1520.00;1.57;0.26 +6605;10;3325.34;9.80;1520.00;-1.57;0.26 6605;21;3320.66;9.80;1520.00;1.57;0.26 +6606;0;2982.00;11.07;1410.00;0.00;0.20 +6606;1;2981.50;11.40;1408.50;-0.32;0.20 +6606;2;2985.00;10.75;1409.00;1.24;0.20 +6606;3;2978.50;11.00;1410.50;4.57;0.20 +6606;4;2984.00;10.52;1411.00;2.03;0.20 +6606;5;2981.00;10.60;1411.50;3.73;0.20 +6606;9;2979.48;11.15;1410.00;1.57;0.20 +6606;10;2984.52;10.64;1410.00;-1.57;0.20 6606;21;2979.48;11.15;1410.00;1.57;0.20 +6607;0;1556.00;10.90;1620.00;0.00;0.28 +6607;1;1556.00;10.90;1616.50;0.00;0.28 +6607;2;1553.50;10.90;1617.50;-0.78;0.28 +6607;3;1559.00;10.85;1618.50;1.10;0.28 +6607;4;1553.50;10.65;1621.00;4.33;0.28 +6607;5;1559.50;10.50;1621.50;1.97;0.28 +6607;6;1557.00;10.70;1622.50;2.76;0.28 +6607;7;777.50;9.50;809.50;-0.76;0.28 +6607;9;1553.48;10.69;1620.00;1.57;0.28 +6607;10;1558.52;10.79;1620.00;-1.57;0.28 6607;21;1553.48;10.69;1620.00;1.57;0.28 +6608;0;3292.00;9.50;1240.00;0.00;0.96 +6608;1;3305.00;9.50;1230.00;0.91;0.96 +6608;2;3294.00;9.50;1230.00;0.19;0.96 +6608;3;3283.00;9.50;1239.00;-1.46;0.96 +6608;4;3302.50;9.50;1233.00;0.98;0.96 +6608;5;3299.50;9.50;1241.50;1.76;0.96 +6608;6;3285.00;9.50;1247.50;3.89;0.96 +6608;7;3300.00;9.50;1248.50;2.38;0.96 +6608;8;3297.00;9.50;1250.00;2.67;0.96 +6608;9;3283.36;9.50;1240.00;1.57;0.96 +6608;10;3300.64;9.50;1240.00;-1.57;0.96 +6608;11;3312.80;9.50;1224.00;0.91;0.96 +6608;12;3295.20;9.50;1224.00;0.19;0.96 +6608;13;3277.60;9.50;1238.40;-1.46;0.96 +6608;14;3308.80;9.50;1228.80;0.98;0.96 +6608;15;3304.00;9.50;1242.40;1.76;0.96 +6608;16;3280.80;9.50;1252.00;3.89;0.96 +6608;17;3304.80;9.50;1253.60;2.38;0.96 +6608;18;3300.00;9.50;1256.00;2.67;0.96 6608;21;3283.36;9.50;1240.00;1.57;0.96 +6609;0;2903.00;14.47;1427.00;0.00;0.18 +6609;1;2901.50;13.70;1425.00;-0.64;0.18 +6609;2;2903.50;14.60;1425.00;0.24;0.18 +6609;3;2901.50;13.80;1427.00;4.71;0.18 +6609;4;2905.50;15.00;1426.50;1.37;0.18 +6609;5;2905.50;14.90;1428.50;2.11;0.18 +6609;6;2902.50;13.90;1428.50;3.46;0.18 +6609;9;2901.20;13.74;1427.00;1.57;0.18 +6609;10;2904.80;15.01;1427.00;-1.57;0.18 6609;21;2901.20;13.74;1427.00;1.57;0.18 +6610;0;1537.00;9.50;1633.00;0.00;0.26 +6610;1;1537.00;9.50;1629.50;0.00;0.26 +6610;2;1539.50;9.70;1630.00;0.69;0.26 +6610;3;768.00;9.50;816.00;-0.75;0.26 +6610;9;1534.66;9.50;1633.00;1.57;0.26 +6610;10;1539.34;9.70;1633.00;-1.57;0.26 6610;21;1534.66;9.50;1633.00;1.57;0.26 +6611;0;3050.00;13.30;1411.00;0.00;0.20 +6611;1;3051.50;12.10;1408.50;0.54;0.20 +6611;2;3049.00;12.32;1410.00;-0.78;0.20 +6611;3;3051.50;13.40;1411.50;1.89;0.20 +6611;4;3047.50;12.30;1412.50;4.17;0.20 +6611;5;3049.50;13.20;1414.00;3.30;0.20 +6611;6;3050.50;13.30;1413.50;2.94;0.20 +6611;9;3048.20;12.17;1411.00;1.57;0.20 +6611;10;3051.80;13.24;1411.00;-1.57;0.20 6611;21;3048.20;12.17;1411.00;1.57;0.20 +6612;0;1485.00;9.50;1341.00;0.00;0.94 +6612;1;1487.00;9.50;1331.50;0.20;0.94 +6612;2;1499.00;9.50;1334.50;1.13;0.94 +6612;3;1474.50;9.50;1332.50;-0.89;0.94 +6612;4;1472.00;9.50;1343.50;4.52;0.94 +6612;5;1500.00;9.50;1340.50;1.53;0.94 +6612;6;1494.50;9.50;1347.50;2.17;0.94 +6612;7;1478.00;9.50;1350.50;3.77;0.94 +6612;8;1486.50;9.50;1350.50;2.98;0.94 +6612;9;1474.74;9.50;1341.00;1.57;0.94 +6612;10;1495.26;9.50;1341.00;-1.57;0.94 +6612;11;1488.20;9.50;1325.80;0.20;0.94 +6612;12;1507.40;9.50;1330.60;1.13;0.94 +6612;13;1468.20;9.50;1327.40;-0.89;0.94 +6612;14;1464.20;9.50;1345.00;4.52;0.94 +6612;15;1509.00;9.50;1340.20;1.53;0.94 +6612;16;1500.20;9.50;1351.40;2.17;0.94 +6612;17;1473.80;9.50;1356.20;3.77;0.94 +6612;18;1487.40;9.50;1356.20;2.98;0.94 6612;21;1474.74;9.50;1341.00;1.57;0.94 +6613;0;2878.00;11.12;1432.00;0.00;0.14 +6613;1;2877.50;11.30;1430.00;-0.24;0.14 +6613;2;2879.00;11.40;1429.00;0.32;0.14 +6613;3;2880.00;11.00;1431.00;1.10;0.14 +6613;4;2877.00;11.05;1433.00;3.92;0.14 +6613;5;2879.00;11.05;1434.00;2.67;0.14 +6613;6;2878.00;11.10;1435.00;3.14;0.14 +6613;9;2876.74;11.06;1432.00;1.57;0.14 +6613;10;2879.26;11.11;1432.00;-1.57;0.14 6613;21;2876.74;11.06;1432.00;1.57;0.14 +6614;0;3057.00;12.17;1418.00;0.00;0.16 +6614;1;3057.00;12.85;1416.50;0.00;0.16 +6614;2;3054.00;12.75;1417.00;-1.24;0.16 +6614;3;3060.00;11.45;1418.00;1.57;0.16 +6614;4;3054.00;12.05;1419.00;4.39;0.16 +6614;5;3058.50;11.10;1419.50;2.35;0.16 +6614;6;3055.00;11.55;1420.50;3.81;0.16 +6614;9;3054.66;12.40;1418.00;1.57;0.16 +6614;10;3059.34;11.59;1418.00;-1.57;0.16 6614;21;3054.66;12.40;1418.00;1.57;0.16 +6615;0;3637.00;9.60;1473.00;0.00;0.34 +6615;1;3635.00;9.60;1468.50;-0.41;0.34 +6615;2;3638.50;9.60;1470.50;0.54;0.34 +6615;3;3634.00;9.60;1472.00;-1.24;0.34 +6615;4;3641.00;9.60;1474.00;1.81;0.34 +6615;5;3635.50;9.60;1475.50;3.68;0.34 +6615;6;3640.00;9.60;1476.50;2.43;0.34 +6615;9;3633.94;9.60;1473.00;1.57;0.34 +6615;10;3640.06;9.60;1473.00;-1.57;0.34 6615;21;3633.94;9.60;1473.00;1.57;0.34 +6616;0;995.00;9.50;544.00;0.00;1.06 +6616;1;979.00;9.50;531.00;-0.88;1.06 +6616;2;1000.00;9.50;536.50;0.58;1.06 +6616;3;975.50;9.50;539.50;-1.34;1.06 +6616;4;1016.00;9.50;549.50;1.82;1.06 +6616;5;985.00;9.50;550.00;4.17;1.06 +6616;6;1005.00;9.50;555.50;2.42;1.06 +6616;9;979.88;9.50;544.00;1.57;1.06 +6616;10;1010.12;9.50;544.00;-1.57;1.06 +6616;11;969.40;9.50;523.20;-0.88;1.06 +6616;12;1003.00;9.50;532.00;0.58;1.06 +6616;13;963.80;9.50;536.80;-1.34;1.06 +6616;14;1028.60;9.50;552.80;1.82;1.06 +6616;15;979.00;9.50;553.60;4.17;1.06 +6616;16;1011.00;9.50;562.40;2.42;1.06 6616;21;979.88;9.50;544.00;1.57;1.06 +6617;0;5272.00;9.50;949.00;0.00;1.34 +6617;1;5273.00;9.50;933.00;0.06;1.34 +6617;2;5283.00;9.50;946.00;1.30;1.34 +6617;3;5259.00;9.50;935.00;-0.74;1.34 +6617;4;5262.00;9.50;953.50;4.29;1.34 +6617;5;5280.00;9.50;965.00;2.67;1.34 +6617;6;5273.50;9.50;970.50;3.07;1.34 +6617;9;5259.94;9.50;949.00;1.57;1.34 +6617;10;5284.06;9.50;949.00;-1.57;1.34 +6617;11;5273.60;9.50;923.40;0.06;1.34 +6617;12;5289.60;9.50;944.20;1.30;1.34 +6617;13;5251.20;9.50;926.60;-0.74;1.34 +6617;14;5256.00;9.50;956.20;4.29;1.34 +6617;15;5284.80;9.50;974.60;2.67;1.34 +6617;16;5274.40;9.50;983.40;3.07;1.34 6617;21;5259.94;9.50;949.00;1.57;1.34 +6618;0;2836.00;9.95;1428.00;0.00;0.24 +6618;1;2839.00;10.05;1425.50;0.87;0.24 +6618;2;2835.50;9.95;1426.00;-0.24;0.24 +6618;3;2833.00;10.00;1426.50;-1.10;0.24 +6618;4;2840.00;10.05;1426.50;1.21;0.24 +6618;5;2840.00;10.02;1428.00;1.57;0.24 +6618;6;2832.50;10.00;1429.50;4.30;0.24 +6618;7;2839.00;10.00;1429.00;1.89;0.24 +6618;8;2835.50;9.90;1430.50;3.33;0.24 +6618;9;2832.94;10.00;1428.00;1.57;0.24 +6618;10;2839.06;10.00;1428.00;-1.57;0.24 6618;21;2832.94;10.00;1428.00;1.57;0.24 +6619;0;3067.00;10.92;1417.00;0.00;0.20 +6619;1;3065.50;11.70;1415.00;-0.64;0.20 +6619;2;3067.50;11.30;1415.00;0.24;0.20 +6619;3;3069.50;10.60;1417.00;1.57;0.20 +6619;4;3065.00;11.15;1417.50;4.46;0.20 +6619;5;3066.50;10.60;1419.00;3.38;0.20 +6619;6;3069.50;10.40;1418.50;2.11;0.20 +6619;7;3068.00;10.40;1419.50;2.76;0.20 +6619;9;3065.02;11.29;1417.00;1.57;0.20 +6619;10;3068.98;10.70;1417.00;-1.57;0.20 6619;21;3065.02;11.29;1417.00;1.57;0.20 +6620;0;3549.00;9.60;1455.00;0.00;0.30 +6620;1;3548.50;9.60;1453.00;-0.24;0.30 +6620;2;3551.00;9.60;1451.50;0.51;0.30 +6620;3;3552.00;9.60;1452.00;0.78;0.30 +6620;4;3551.50;9.60;1455.00;1.57;0.30 +6620;5;3546.50;9.60;1455.50;4.51;0.30 +6620;6;3546.50;9.60;1457.50;3.92;0.30 +6620;7;3549.00;9.60;1458.00;3.14;0.30 +6620;9;3546.30;9.60;1455.00;1.57;0.30 +6620;10;3551.70;9.60;1455.00;-1.57;0.30 6620;21;3546.30;9.60;1455.00;1.57;0.30 +6621;0;2789.00;9.67;1419.00;0.00;0.12 +6621;1;2790.00;9.67;1415.00;0.24;0.12 +6621;2;2790.00;9.70;1418.00;0.78;0.12 +6621;3;2788.00;9.55;1418.50;-1.10;0.12 +6621;4;2789.50;9.70;1422.50;3.00;0.12 +6621;9;2787.92;9.50;1419.00;1.57;0.12 +6621;10;2790.08;9.70;1419.00;-1.57;0.12 +6621;19;2789.00;9.50;1427.00;-3.28;0.12 +6621;20;2789.00;9.50;1428.75;3.14;0.12 6621;21;2787.92;9.50;1419.00;1.57;0.12 +6622;0;2918.00;9.70;1554.00;0.00;0.14 +6622;1;2917.00;9.70;1552.00;-0.46;0.14 +6622;2;2919.50;9.75;1552.00;0.64;0.14 +6622;3;2915.00;9.70;1553.50;-1.40;0.14 +6622;4;2921.00;9.70;1554.50;1.73;0.14 +6622;5;2917.50;9.70;1555.00;3.60;0.14 +6622;6;2914.50;9.75;1555.00;4.43;0.14 +6622;9;2915.48;9.70;1554.00;1.57;0.14 +6622;10;2920.52;9.70;1554.00;-1.57;0.14 6622;21;2915.48;9.70;1554.00;1.57;0.14 +6623;0;4452.00;9.50;170.00;0.00;1.14 +6623;1;4446.00;9.50;158.00;-0.46;1.14 +6623;2;4460.50;9.50;163.00;0.88;1.14 +6623;3;4441.50;9.50;172.00;4.52;1.14 +6623;4;4466.50;9.50;173.00;1.77;1.14 +6623;5;4460.00;9.50;179.00;2.41;1.14 +6623;6;4447.50;9.50;184.00;3.45;1.14 +6623;9;4441.56;9.50;170.00;1.57;1.14 +6623;10;4462.44;9.50;170.00;-1.57;1.14 +6623;11;4442.40;9.50;150.80;-0.46;1.14 +6623;12;4465.60;9.50;158.80;0.88;1.14 +6623;13;4435.20;9.50;173.20;4.52;1.14 +6623;14;4475.20;9.50;174.80;1.77;1.14 +6623;15;4464.80;9.50;184.40;2.41;1.14 +6623;16;4444.80;9.50;192.40;3.45;1.14 6623;21;4441.56;9.50;170.00;1.57;1.14 +6624;0;2878.00;9.50;1663.00;0.00;0.80 +6624;1;2878.00;9.50;1652.00;0.00;0.80 +6624;2;2871.50;9.50;1654.00;-0.62;0.80 +6624;3;2884.50;9.50;1661.00;1.27;0.80 +6624;4;2871.00;9.50;1663.00;4.71;0.80 +6624;5;2883.50;9.50;1672.00;2.59;0.80 +6624;6;2876.50;9.50;1673.00;3.29;0.80 +6624;9;2870.80;9.50;1663.00;1.57;0.80 +6624;10;2885.20;9.50;1663.00;-1.57;0.80 +6624;11;2878.00;9.50;1645.40;0.00;0.80 +6624;12;2867.60;9.50;1648.60;-0.62;0.80 +6624;13;2888.40;9.50;1659.80;1.27;0.80 +6624;14;2866.80;9.50;1663.00;4.71;0.80 +6624;15;2886.80;9.50;1677.40;2.59;0.80 +6624;16;2875.60;9.50;1679.00;3.29;0.80 6624;21;2870.80;9.50;1663.00;1.57;0.80 +6625;0;1626.00;10.40;1635.00;0.00;0.28 +6625;1;1623.50;10.10;1631.50;-0.62;0.28 +6625;2;1622.50;10.30;1632.00;-0.86;0.28 +6625;3;1627.00;10.37;1633.00;0.46;0.28 +6625;4;1623.00;10.40;1634.50;-1.40;0.28 +6625;5;1630.50;10.50;1635.50;1.68;0.28 +6625;6;1629.50;10.40;1637.00;2.09;0.28 +6625;7;1626.50;10.40;1637.50;2.94;0.28 +6625;9;1623.12;10.40;1635.00;1.57;0.28 +6625;10;1628.88;10.41;1635.00;-1.57;0.28 6625;21;1623.12;10.40;1635.00;1.57;0.28 +6626;0;3019.00;9.70;1429.00;0.00;0.16 +6626;1;3019.50;9.70;1426.50;0.19;0.16 +6626;2;3017.50;9.60;1428.50;-1.24;0.16 +6626;3;3020.50;9.65;1430.00;2.15;0.16 +6626;4;3017.50;9.50;1431.50;3.68;0.16 +6626;5;3018.50;9.50;1431.50;3.33;0.16 +6626;9;3017.56;9.60;1429.00;1.57;0.16 +6626;10;3020.44;9.70;1429.00;-1.57;0.16 +6626;19;3017.03;9.50;1427.28;-1.29;0.16 +6626;20;3015.71;9.50;1426.12;-0.85;0.16 6626;21;3020.44;9.70;1429.00;-1.57;0.16 +6627;0;5190.00;9.50;470.00;0.00;1.26 +6627;1;5188.50;9.50;452.00;-0.08;1.26 +6627;2;5180.50;9.50;462.00;-0.87;1.26 +6627;3;5201.50;9.50;463.50;1.05;1.26 +6627;4;5170.00;9.50;472.00;4.61;1.26 +6627;5;5173.00;9.50;476.00;4.37;1.26 +6627;6;5202.50;9.50;477.50;2.11;1.26 +6627;7;5180.00;9.50;481.00;3.87;1.26 +6627;8;5177.50;9.50;478.50;4.11;1.26 +6627;9;5174.34;9.50;470.00;1.57;1.26 +6627;10;5205.66;9.50;470.00;-1.57;1.26 +6627;11;5187.60;9.50;441.20;-0.08;1.26 +6627;12;5174.80;9.50;457.20;-0.87;1.26 +6627;13;5208.40;9.50;459.60;1.05;1.26 +6627;14;5158.00;9.50;473.20;4.61;1.26 +6627;15;5162.80;9.50;479.60;4.37;1.26 +6627;16;5210.00;9.50;482.00;2.11;1.26 +6627;17;5174.00;9.50;487.60;3.87;1.26 +6627;18;5170.00;9.50;483.60;4.11;1.26 6627;21;5174.34;9.50;470.00;1.57;1.26 +6628;0;5423.00;9.50;1054.00;0.00;1.10 +6628;1;5426.50;9.50;1043.50;0.32;1.10 +6628;2;5413.50;9.50;1048.00;-1.00;1.10 +6628;3;5435.00;9.50;1048.50;1.14;1.10 +6628;4;5433.50;9.50;1060.50;2.12;1.10 +6628;5;5408.00;9.50;1057.50;4.48;1.10 +6628;6;5418.00;9.50;1063.50;3.62;1.10 +6628;9;5411.66;9.50;1054.00;1.57;1.10 +6628;10;5434.34;9.50;1054.00;-1.57;1.10 +6628;11;5428.60;9.50;1037.20;0.32;1.10 +6628;12;5407.80;9.50;1044.40;-1.00;1.10 +6628;13;5442.20;9.50;1045.20;1.14;1.10 +6628;14;5439.80;9.50;1064.40;2.12;1.10 +6628;15;5399.00;9.50;1059.60;4.48;1.10 +6628;16;5415.00;9.50;1069.20;3.62;1.10 6628;21;5411.66;9.50;1054.00;1.57;1.10 +6629;0;5461.00;9.50;1398.00;0.00;0.98 +6629;1;5460.00;9.50;1389.00;-0.11;0.98 +6629;2;5448.00;9.50;1400.50;4.52;0.98 +6629;3;5479.50;9.50;1390.00;1.16;0.98 +6629;4;5478.00;9.50;1396.50;1.48;0.98 +6629;5;5466.00;9.50;1407.50;2.65;0.98 +6629;9;5446.60;9.50;1398.00;1.57;0.98 +6629;10;5475.40;9.50;1398.00;-1.57;0.98 +6629;11;5459.40;9.50;1383.60;-0.11;0.98 +6629;12;5440.20;9.50;1402.00;4.52;0.98 +6629;13;5490.60;9.50;1385.20;1.16;0.98 +6629;14;5488.20;9.50;1395.60;1.48;0.98 +6629;15;5469.00;9.50;1413.20;2.65;0.98 6629;21;5446.60;9.50;1398.00;1.57;0.98 +6630;0;1614.00;10.45;1637.00;0.00;0.26 +6630;1;1613.00;10.35;1634.00;-0.32;0.26 +6630;2;1617.00;10.40;1635.50;1.10;0.26 +6630;3;1610.50;10.50;1637.00;4.71;0.26 +6630;4;1617.00;10.45;1639.00;2.15;0.26 +6630;5;1613.00;10.50;1639.50;3.52;0.26 +6630;9;1611.12;10.46;1637.00;1.57;0.26 +6630;10;1616.88;10.40;1637.00;-1.57;0.26 6630;21;1611.12;10.46;1637.00;1.57;0.26 +6631;0;2974.00;14.35;1439.00;0.00;0.20 +6631;1;2975.50;13.50;1437.50;0.78;0.20 +6631;2;2973.50;13.30;1436.00;-0.16;0.20 +6631;3;2972.00;13.70;1437.00;-0.78;0.20 +6631;4;2972.00;13.90;1439.50;4.46;0.20 +6631;5;2976.50;14.10;1440.50;2.11;0.20 +6631;6;2974.50;14.50;1441.50;2.94;0.20 +6631;9;2972.20;13.81;1439.00;1.57;0.20 +6631;10;2975.80;13.93;1439.00;-1.57;0.20 6631;21;2972.20;13.81;1439.00;1.57;0.20 +6632;0;4920.00;9.50;1383.00;0.00;1.22 +6632;1;4907.00;9.50;1372.50;-0.89;1.22 +6632;2;4924.50;9.50;1377.50;0.68;1.22 +6632;3;4907.00;9.50;1379.50;-1.30;1.22 +6632;4;4911.00;9.50;1381.50;-1.40;1.22 +6632;5;4917.00;9.50;1385.50;4.01;1.22 +6632;6;4933.50;9.50;1391.00;2.10;1.22 +6632;7;4921.50;9.50;1391.00;2.95;1.22 +6632;8;4926.00;9.50;1396.50;2.72;1.22 +6632;9;4907.04;9.50;1383.00;1.57;1.22 +6632;10;4932.96;9.50;1383.00;-1.57;1.22 +6632;11;4899.20;9.50;1366.20;-0.89;1.22 +6632;12;4927.20;9.50;1374.20;0.68;1.22 +6632;13;4899.20;9.50;1377.40;-1.30;1.22 +6632;14;4905.60;9.50;1380.60;-1.40;1.22 +6632;15;4915.20;9.50;1387.00;4.01;1.22 +6632;16;4941.60;9.50;1395.80;2.10;1.22 +6632;17;4922.40;9.50;1395.80;2.95;1.22 +6632;18;4929.60;9.50;1404.60;2.72;1.22 6632;21;4907.04;9.50;1383.00;1.57;1.22 +6633;0;4153.00;9.50;946.00;0.00;1.14 +6633;1;4156.00;9.50;930.50;0.19;1.14 +6633;2;4156.50;9.50;931.00;0.22;1.14 +6633;3;4147.00;9.50;939.00;-0.70;1.14 +6633;4;4163.00;9.50;941.00;1.10;1.14 +6633;5;4138.00;9.50;947.50;4.61;1.14 +6633;6;4140.00;9.50;950.00;4.41;1.14 +6633;7;4161.00;9.50;954.00;2.35;1.14 +6633;8;4144.00;9.50;954.50;3.95;1.14 +6633;9;4141.66;9.50;946.00;1.57;1.14 +6633;10;4164.34;9.50;946.00;-1.57;1.14 +6633;11;4157.80;9.50;921.20;0.19;1.14 +6633;12;4158.60;9.50;922.00;0.22;1.14 +6633;13;4143.40;9.50;934.80;-0.70;1.14 +6633;14;4169.00;9.50;938.00;1.10;1.14 +6633;15;4129.00;9.50;948.40;4.61;1.14 +6633;16;4132.20;9.50;952.40;4.41;1.14 +6633;17;4165.80;9.50;958.80;2.35;1.14 +6633;18;4138.60;9.50;959.60;3.95;1.14 6633;21;4141.66;9.50;946.00;1.57;1.14 +6634;0;3138.00;10.15;1408.00;0.00;0.20 +6634;1;3138.50;10.60;1405.00;0.16;0.20 +6634;2;3137.50;10.30;1404.50;-0.14;0.20 +6634;3;3137.00;9.90;1407.50;-1.10;0.20 +6634;4;3140.00;11.05;1407.50;1.32;0.20 +6634;5;3140.00;10.55;1410.50;2.46;0.20 +6634;6;3137.00;9.97;1411.00;3.46;0.20 +6634;9;3136.20;9.81;1408.00;1.57;0.20 +6634;10;3139.80;10.81;1408.00;-1.57;0.20 6634;21;3136.20;9.81;1408.00;1.57;0.20 +6635;0;2936.00;12.90;1437.00;0.00;0.20 +6635;1;2935.00;13.32;1436.00;-0.78;0.20 +6635;2;2937.50;12.10;1434.00;0.46;0.20 +6635;3;2938.50;11.60;1436.00;1.19;0.20 +6635;4;2934.00;14.55;1438.50;4.06;0.20 +6635;5;2937.00;13.10;1439.50;2.76;0.20 +6635;6;2935.00;14.50;1440.50;3.42;0.20 +6635;9;2934.20;13.71;1437.00;1.57;0.20 +6635;10;2937.80;12.12;1437.00;-1.57;0.20 6635;21;2934.20;13.71;1437.00;1.57;0.20 +6636;0;4195.00;9.50;10.00;0.00;0.50 +6636;1;4185.00;9.50;9.50;-1.52;0.50 +6636;2;4204.50;9.50;11.00;1.67;0.50 +6636;3;4193.00;9.50;15.50;3.49;0.50 +6636;9;4187.26;9.50;10.00;1.57;0.50 +6636;10;4202.74;9.50;10.00;-1.57;0.50 +6636;11;4179.00;9.50;9.20;-1.52;0.50 +6636;12;4210.20;9.50;11.60;1.67;0.50 +6636;13;4191.80;9.50;18.80;3.49;0.50 6636;21;4187.26;9.50;10.00;1.57;0.50 +6637;0;4345.00;9.50;267.00;0.00;1.04 +6637;1;4345.50;9.50;256.50;0.04;1.04 +6637;2;4356.50;9.50;258.50;0.93;1.04 +6637;3;4333.00;9.50;265.00;-1.40;1.04 +6637;4;4356.50;9.50;269.00;1.74;1.04 +6637;5;4335.50;9.50;276.50;3.92;1.04 +6637;6;4348.50;9.50;278.00;2.83;1.04 +6637;9;4334.92;9.50;267.00;1.57;1.04 +6637;10;4355.08;9.50;267.00;-1.57;1.04 +6637;11;4345.80;9.50;250.20;0.04;1.04 +6637;12;4363.40;9.50;253.40;0.93;1.04 +6637;13;4325.80;9.50;263.80;-1.40;1.04 +6637;14;4363.40;9.50;270.20;1.74;1.04 +6637;15;4329.80;9.50;282.20;3.92;1.04 +6637;16;4350.60;9.50;284.60;2.83;1.04 6637;21;4334.92;9.50;267.00;1.57;1.04 +6638;0;4438.00;14.47;1254.00;0.00;0.40 +6638;1;4434.00;14.35;1250.50;-0.85;0.40 +6638;2;4440.50;14.70;1250.50;0.62;0.40 +6638;3;4435.00;14.50;1256.00;4.12;0.40 +6638;4;4442.50;15.10;1256.00;1.98;0.40 +6638;5;4440.00;14.87;1259.00;2.76;0.40 +6638;9;4433.86;14.36;1254.00;1.57;0.40 +6638;10;4442.14;14.86;1254.00;-1.57;0.40 6638;21;4433.86;14.36;1254.00;1.57;0.40 +6639;0;2893.00;10.10;1437.00;0.00;0.20 +6639;1;2893.50;10.30;1434.00;0.16;0.20 +6639;2;2892.00;10.10;1435.00;-0.46;0.20 +6639;3;2894.50;10.10;1436.50;1.24;0.20 +6639;4;2891.50;10.10;1437.00;4.71;0.20 +6639;5;2891.50;10.10;1439.00;3.78;0.20 +6639;6;2895.50;10.10;1438.50;2.11;0.20 +6639;7;2894.00;10.10;1439.50;2.76;0.20 +6639;9;2891.20;10.10;1437.00;1.57;0.20 +6639;10;2894.80;10.10;1437.00;-1.57;0.20 6639;21;2891.20;10.10;1437.00;1.57;0.20 +6640;0;3776.00;9.50;338.00;0.00;0.94 +6640;1;3773.50;9.50;322.50;-0.16;0.94 +6640;2;3765.50;9.50;335.00;-1.29;0.94 +6640;3;3784.50;9.50;330.50;0.84;0.94 +6640;4;3787.00;9.50;345.00;2.13;0.94 +6640;5;3771.50;9.50;352.50;3.44;0.94 +6640;6;3781.00;9.50;355.00;2.85;0.94 +6640;9;3767.54;9.50;338.00;1.57;0.94 +6640;10;3784.46;9.50;338.00;-1.57;0.94 +6640;11;3772.00;9.50;313.20;-0.16;0.94 +6640;12;3759.20;9.50;333.20;-1.29;0.94 +6640;13;3789.60;9.50;326.00;0.84;0.94 +6640;14;3793.60;9.50;349.20;2.13;0.94 +6640;15;3768.80;9.50;361.20;3.44;0.94 +6640;16;3784.00;9.50;365.20;2.85;0.94 6640;21;3767.54;9.50;338.00;1.57;0.94 +6641;0;2659.00;9.50;52.00;0.00;1.10 +6641;1;2655.50;9.50;41.50;-0.32;1.10 +6641;2;2672.00;9.50;41.00;0.86;1.10 +6641;3;2642.50;9.50;42.00;-1.02;1.10 +6641;4;2673.00;9.50;46.00;1.16;1.10 +6641;5;2647.50;9.50;53.00;4.62;1.10 +6641;6;2668.00;9.50;59.50;2.26;1.10 +6641;7;2659.00;9.50;66.50;3.14;1.10 +6641;9;2646.94;9.50;52.00;1.57;1.10 +6641;10;2671.06;9.50;52.00;-1.57;1.10 +6641;11;2653.40;9.50;35.20;-0.32;1.10 +6641;12;2679.80;9.50;34.40;0.86;1.10 +6641;13;2632.60;9.50;36.00;-1.02;1.10 +6641;14;2681.40;9.50;42.40;1.16;1.10 +6641;15;2640.60;9.50;53.60;4.62;1.10 +6641;16;2673.40;9.50;64.00;2.26;1.10 +6641;17;2659.00;9.50;75.20;3.14;1.10 6641;21;2646.94;9.50;52.00;1.57;1.10 +6642;0;3520.00;16.05;1317.00;0.00;0.22 +6642;1;3517.00;15.05;1316.50;-1.40;0.22 +6642;2;3522.50;15.50;1314.50;0.78;0.22 +6642;3;3525.00;15.90;1316.00;1.37;0.22 +6642;4;3522.50;16.05;1318.00;1.95;0.22 +6642;5;3518.50;15.60;1319.50;3.68;0.22 +6642;9;3516.76;15.26;1317.00;1.57;0.22 +6642;10;3523.24;15.75;1317.00;-1.57;0.22 6642;21;3516.76;15.26;1317.00;1.57;0.22 +6643;0;3122.00;10.17;1433.00;0.00;0.18 +6643;1;3120.00;10.35;1430.00;-0.58;0.18 +6643;2;3123.00;10.65;1431.00;0.46;0.18 +6643;3;3120.50;9.90;1433.50;4.39;0.18 +6643;4;3123.50;10.00;1434.50;2.35;0.18 +6643;5;3120.50;9.70;1436.50;3.54;0.18 +6643;6;3122.00;9.75;1437.00;3.14;0.18 +6643;9;3120.38;9.95;1433.00;1.57;0.18 +6643;10;3123.62;10.41;1433.00;-1.57;0.18 6643;21;3120.38;9.95;1433.00;1.57;0.18 +6644;0;2848.00;10.17;1447.00;0.00;0.20 +6644;1;2845.50;10.20;1445.50;-1.03;0.20 +6644;2;2848.00;10.20;1445.00;0.00;0.20 +6644;3;2850.00;10.25;1446.00;1.10;0.20 +6644;4;2845.50;10.20;1446.50;-1.37;0.20 +6644;5;2847.00;10.15;1448.50;3.73;0.20 +6644;6;2850.50;10.10;1448.50;2.11;0.20 +6644;7;2849.50;10.10;1449.00;2.49;0.20 +6644;9;2845.66;10.20;1447.00;1.57;0.20 +6644;10;2850.34;10.15;1447.00;-1.57;0.20 6644;21;2845.66;10.20;1447.00;1.57;0.20 +6645;0;2701.00;9.50;631.00;0.00;1.04 +6645;1;2698.50;9.50;617.50;-0.18;1.04 +6645;2;2708.50;9.50;617.00;0.49;1.04 +6645;3;2710.00;9.50;630.00;1.46;1.04 +6645;4;2690.00;9.50;633.00;4.53;1.04 +6645;5;2712.50;9.50;642.00;2.33;1.04 +6645;6;2704.50;9.50;644.50;2.88;1.04 +6645;9;2691.64;9.50;631.00;1.57;1.04 +6645;10;2710.36;9.50;631.00;-1.57;1.04 +6645;11;2697.00;9.50;609.40;-0.18;1.04 +6645;12;2713.00;9.50;608.60;0.49;1.04 +6645;13;2715.40;9.50;629.40;1.46;1.04 +6645;14;2683.40;9.50;634.20;4.53;1.04 +6645;15;2719.40;9.50;648.60;2.33;1.04 +6645;16;2706.60;9.50;652.60;2.88;1.04 6645;21;2691.64;9.50;631.00;1.57;1.04 +6646;0;2402.00;9.50;467.00;0.00;1.06 +6646;1;2394.50;9.50;458.50;-0.72;1.06 +6646;2;2408.00;9.50;455.00;0.46;1.06 +6646;3;2414.00;9.50;468.00;1.65;1.06 +6646;4;2388.00;9.50;468.50;4.60;1.06 +6646;5;2403.50;9.50;477.00;2.99;1.06 +6646;9;2390.66;9.50;467.00;1.57;1.06 +6646;10;2413.34;9.50;467.00;-1.57;1.06 +6646;11;2390.00;9.50;453.40;-0.72;1.06 +6646;12;2411.60;9.50;447.80;0.46;1.06 +6646;13;2421.20;9.50;468.60;1.65;1.06 +6646;14;2379.60;9.50;469.40;4.60;1.06 +6646;15;2404.40;9.50;483.00;2.99;1.06 6646;21;2390.66;9.50;467.00;1.57;1.06 +6647;0;3094.00;9.80;1423.00;0.00;0.20 +6647;1;3094.00;9.95;1421.00;0.00;0.20 +6647;2;3091.50;10.00;1421.50;-1.03;0.20 +6647;3;3096.00;9.85;1422.00;1.10;0.20 +6647;4;3091.00;9.90;1422.50;-1.40;0.20 +6647;5;3092.00;9.80;1424.00;4.24;0.20 +6647;6;3097.50;9.70;1424.50;1.97;0.20 +6647;7;3095.50;9.70;1424.50;2.35;0.20 +6647;9;3091.48;9.85;1423.00;1.57;0.20 +6647;10;3096.52;9.79;1423.00;-1.57;0.20 6647;21;3091.48;9.85;1423.00;1.57;0.20 +6648;0;2842.00;10.00;1437.00;0.00;0.18 +6648;1;2842.00;10.00;1433.50;0.00;0.18 +6648;2;2843.00;10.05;1435.50;0.58;0.18 +6648;3;2840.00;10.00;1437.00;4.71;0.18 +6648;4;2843.00;10.00;1438.50;2.55;0.18 +6648;5;2841.00;10.00;1439.50;3.52;0.18 +6648;6;2842.50;10.00;1440.50;3.00;0.18 +6648;9;2840.38;10.00;1437.00;1.57;0.18 +6648;10;2843.62;10.01;1437.00;-1.57;0.18 6648;21;2840.38;10.00;1437.00;1.57;0.18 +6649;0;1861.00;9.50;1216.00;0.00;1.22 +6649;1;1880.00;9.50;1200.00;0.87;1.22 +6649;2;1880.00;9.50;1209.00;1.21;1.22 +6649;3;1861.00;9.50;1207.00;0.00;1.22 +6649;4;1841.50;9.50;1216.50;4.68;1.22 +6649;5;1866.50;9.50;1224.00;2.53;1.22 +6649;6;1847.00;9.50;1226.00;4.09;1.22 +6649;9;1846.60;9.50;1216.00;1.57;1.22 +6649;10;1875.40;9.50;1216.00;-1.57;1.22 +6649;11;1891.40;9.50;1190.40;0.87;1.22 +6649;12;1891.40;9.50;1204.80;1.21;1.22 +6649;13;1861.00;9.50;1201.60;0.00;1.22 +6649;14;1829.80;9.50;1216.80;4.68;1.22 +6649;15;1869.80;9.50;1228.80;2.53;1.22 +6649;16;1838.60;9.50;1232.00;4.09;1.22 6649;21;1846.60;9.50;1216.00;1.57;1.22 +6650;0;3041.00;12.55;1431.00;0.00;0.26 +6650;1;3042.00;12.45;1428.50;0.38;0.26 +6650;2;3039.50;12.50;1429.00;-0.64;0.26 +6650;3;3039.00;12.52;1432.00;4.24;0.26 +6650;4;3043.00;12.37;1431.00;1.57;0.26 +6650;5;3042.50;12.50;1433.50;2.60;0.26 +6650;6;3040.00;12.77;1434.00;3.46;0.26 +6650;9;3038.66;12.45;1431.00;1.57;0.26 +6650;10;3043.34;12.25;1431.00;-1.57;0.26 6650;21;3038.66;12.45;1431.00;1.57;0.26 +6651;0;2837.00;10.20;1447.00;0.00;0.22 +6651;1;2836.50;10.05;1444.00;-0.16;0.22 +6651;2;2838.50;10.00;1444.50;0.54;0.22 +6651;3;2835.00;10.10;1445.50;-0.92;0.22 +6651;4;2840.00;10.10;1446.50;1.40;0.22 +6651;5;2835.00;10.10;1448.50;4.06;0.22 +6651;6;2838.50;10.20;1449.00;2.49;0.22 +6651;7;2836.00;10.10;1449.50;3.52;0.22 +6651;9;2835.02;10.15;1447.00;1.57;0.22 +6651;10;2838.98;10.15;1447.00;-1.57;0.22 6651;21;2835.02;10.15;1447.00;1.57;0.22 +6652;0;3175.00;9.70;1405.00;0.00;0.20 +6652;1;3177.50;9.70;1403.00;0.89;0.20 +6652;2;3173.50;9.70;1403.50;-0.78;0.20 +6652;3;3171.50;9.90;1406.00;4.43;0.20 +6652;4;3178.00;9.85;1406.00;1.89;0.20 +6652;5;3174.00;9.95;1407.00;3.60;0.20 +6652;9;3172.12;9.76;1405.00;1.57;0.20 +6652;10;3177.88;9.80;1405.00;-1.57;0.20 6652;21;3172.12;9.76;1405.00;1.57;0.20 +6653;0;1344.00;9.50;529.00;0.00;1.24 +6653;1;1336.50;9.50;513.50;-0.45;1.24 +6653;2;1352.00;9.50;520.00;0.72;1.24 +6653;3;1330.50;9.50;527.00;-1.42;1.24 +6653;4;1359.50;9.50;536.00;1.99;1.24 +6653;5;1345.00;9.50;543.00;3.07;1.24 +6653;9;1332.84;9.50;529.00;1.57;1.24 +6653;10;1355.16;9.50;529.00;-1.57;1.24 +6653;11;1332.00;9.50;504.20;-0.45;1.24 +6653;12;1356.80;9.50;514.60;0.72;1.24 +6653;13;1322.40;9.50;525.80;-1.42;1.24 +6653;14;1368.80;9.50;540.20;1.99;1.24 +6653;15;1345.60;9.50;551.40;3.07;1.24 6653;21;1332.84;9.50;529.00;1.57;1.24 +6654;0;103.00;9.50;15.00;0.00;0.74 +6654;1;87.00;9.50;16.00;4.65;0.74 +6654;2;120.50;9.50;16.50;1.65;0.74 +6654;3;108.50;9.50;25.00;2.63;0.74 +6654;4;97.50;9.50;24.50;3.66;0.74 +6654;9;86.80;9.50;15.00;1.57;0.74 +6654;10;119.20;9.50;15.00;-1.57;0.74 +6654;11;77.40;9.50;16.60;4.65;0.74 +6654;12;131.00;9.50;17.40;1.65;0.74 +6654;13;111.80;9.50;31.00;2.63;0.74 +6654;14;94.20;9.50;30.20;3.66;0.74 6654;21;86.80;9.50;15.00;1.57;0.74 +6655;0;477.00;9.50;1204.00;0.00;1.02 +6655;1;488.00;9.50;1192.00;0.74;1.02 +6655;2;493.50;9.50;1201.50;1.42;1.02 +6655;3;480.50;9.50;1193.50;0.32;1.02 +6655;4;466.50;9.50;1197.00;-0.98;1.02 +6655;5;457.50;9.50;1207.50;4.53;1.02 +6655;6;477.50;9.50;1214.50;3.09;1.02 +6655;9;462.24;9.50;1204.00;1.57;1.02 +6655;10;491.76;9.50;1204.00;-1.57;1.02 +6655;11;494.60;9.50;1184.80;0.74;1.02 +6655;12;503.40;9.50;1200.00;1.42;1.02 +6655;13;482.60;9.50;1187.20;0.32;1.02 +6655;14;460.20;9.50;1192.80;-0.98;1.02 +6655;15;445.80;9.50;1209.60;4.53;1.02 +6655;16;477.80;9.50;1220.80;3.09;1.02 6655;21;462.24;9.50;1204.00;1.57;1.02 +6656;0;2997.00;9.92;1438.00;0.00;0.20 +6656;1;2997.50;9.70;1436.00;0.24;0.20 +6656;2;2994.50;9.80;1436.50;-1.03;0.20 +6656;3;3000.00;9.77;1438.00;1.57;0.20 +6656;4;2994.00;10.52;1438.00;4.71;0.20 +6656;5;2995.50;10.95;1440.00;3.78;0.20 +6656;6;2998.50;10.80;1440.50;2.60;0.20 +6656;9;2994.66;10.26;1438.00;1.57;0.20 +6656;10;2999.34;9.80;1438.00;-1.57;0.20 6656;21;2994.66;10.26;1438.00;1.57;0.20 +6657;0;2790.00;9.55;1440.00;0.00;0.30 +6657;1;2787.50;9.50;1439.00;-1.19;0.30 +6657;2;2790.50;9.50;1436.50;0.14;0.30 +6657;3;2792.00;10.10;1439.00;1.10;0.30 +6657;4;2792.00;9.95;1442.50;2.46;0.30 +6657;5;2788.00;9.50;1443.00;3.73;0.30 +6657;6;2789.50;9.50;1444.00;3.26;0.30 +6657;9;2787.30;9.50;1440.00;1.57;0.30 +6657;10;2792.70;10.16;1440.00;-1.57;0.30 +6657;19;2783.00;9.50;1442.00;-1.19;0.30 +6657;20;2781.31;9.50;1442.48;4.43;0.30 6657;21;2787.30;9.50;1440.00;1.57;0.30 +6658;0;3208.00;9.70;1398.00;0.00;0.24 +6658;1;3206.00;9.80;1395.50;-0.67;0.24 +6658;2;3209.50;9.80;1397.00;0.98;0.24 +6658;3;3204.50;9.70;1397.00;-1.29;0.24 +6658;4;3205.50;9.70;1400.00;4.03;0.24 +6658;5;3213.00;9.80;1399.50;1.86;0.24 +6658;6;3210.00;9.70;1400.00;2.35;0.24 +6658;9;3204.94;9.70;1398.00;1.57;0.24 +6658;10;3211.06;9.77;1398.00;-1.57;0.24 6658;21;3204.94;9.70;1398.00;1.57;0.24 +6659;0;132.00;9.50;1724.00;0.00;1.06 +6659;1;135.50;9.50;1713.00;0.30;1.06 +6659;2;119.00;9.50;1722.50;-1.45;1.06 +6659;3;144.00;9.50;1727.00;1.81;1.06 +6659;4;119.50;9.50;1735.50;3.96;1.06 +6659;5;128.50;9.50;1738.50;3.37;1.06 +6659;9;120.48;9.50;1724.00;1.57;1.06 +6659;10;143.52;9.50;1724.00;-1.57;1.06 +6659;11;137.60;9.50;1706.40;0.30;1.06 +6659;12;111.20;9.50;1721.60;-1.45;1.06 +6659;13;151.20;9.50;1728.80;1.81;1.06 +6659;14;112.00;9.50;1742.40;3.96;1.06 +6659;15;126.40;9.50;1747.20;3.37;1.06 6659;21;120.48;9.50;1724.00;1.57;1.06 +6660;0;249.00;9.50;993.00;0.00;1.12 +6660;1;250.50;9.50;974.00;0.07;1.12 +6660;2;242.00;9.50;981.00;-0.52;1.12 +6660;3;256.50;9.50;980.00;0.52;1.12 +6660;4;257.00;9.50;1000.50;2.32;1.12 +6660;5;238.00;9.50;1000.00;4.14;1.12 +6660;6;243.50;9.50;1012.50;3.41;1.12 +6660;9;238.92;9.50;993.00;1.57;1.12 +6660;10;259.08;9.50;993.00;-1.57;1.12 +6660;11;251.40;9.50;962.60;0.07;1.12 +6660;12;237.80;9.50;973.80;-0.52;1.12 +6660;13;261.00;9.50;972.20;0.52;1.12 +6660;14;261.80;9.50;1005.00;2.32;1.12 +6660;15;231.40;9.50;1004.20;4.14;1.12 +6660;16;240.20;9.50;1024.20;3.41;1.12 6660;21;238.92;9.50;993.00;1.57;1.12 +6661;0;2956.00;12.62;1439.00;0.00;0.26 +6661;1;2956.50;11.40;1435.50;0.14;0.26 +6661;2;2954.50;11.95;1438.00;-0.98;0.26 +6661;3;2958.00;11.95;1436.50;0.67;0.26 +6661;4;2958.50;13.00;1438.50;1.37;0.26 +6661;5;2953.00;12.05;1440.50;4.24;0.26 +6661;6;2957.00;13.15;1441.00;2.67;0.26 +6661;7;2953.50;12.20;1442.50;3.76;0.26 +6661;9;2953.66;11.94;1439.00;1.57;0.26 +6661;10;2958.34;13.07;1439.00;-1.57;0.26 6661;21;2953.66;11.94;1439.00;1.57;0.26 +6662;0;1575.00;10.82;1644.00;0.00;0.28 +6662;1;1575.50;10.75;1641.00;0.16;0.28 +6662;2;1572.50;10.70;1641.50;-0.78;0.28 +6662;3;1577.50;10.70;1643.50;1.37;0.28 +6662;4;1571.50;10.70;1643.00;-1.29;0.28 +6662;5;1573.00;10.90;1646.00;3.92;0.28 +6662;6;1577.00;10.95;1647.50;2.62;0.28 +6662;7;1575.00;11.00;1648.00;3.14;0.28 +6662;9;1572.48;10.79;1644.00;1.57;0.28 +6662;10;1577.52;10.74;1644.00;-1.57;0.28 6662;21;1572.48;10.79;1644.00;1.57;0.28 +6663;0;1215.00;9.50;492.00;0.00;1.26 +6663;1;1219.00;9.50;480.50;0.33;1.26 +6663;2;1231.00;9.50;487.50;1.29;1.26 +6663;3;1199.00;9.50;485.00;-1.15;1.26 +6663;4;1203.00;9.50;499.50;4.15;1.26 +6663;5;1221.50;9.50;503.50;2.62;1.26 +6663;9;1200.78;9.50;492.00;1.57;1.26 +6663;10;1229.22;9.50;492.00;-1.57;1.26 +6663;11;1221.40;9.50;473.60;0.33;1.26 +6663;12;1240.60;9.50;484.80;1.29;1.26 +6663;13;1189.40;9.50;480.80;-1.15;1.26 +6663;14;1195.80;9.50;504.00;4.15;1.26 +6663;15;1225.40;9.50;510.40;2.62;1.26 6663;21;1200.78;9.50;492.00;1.57;1.26 +6664;0;4897.00;9.50;62.00;0.00;0.92 +6664;1;4891.50;9.50;54.00;-0.60;0.92 +6664;2;4904.00;9.50;57.00;0.95;0.92 +6664;3;4890.50;9.50;66.00;4.16;0.92 +6664;4;4907.50;9.50;67.50;2.05;0.92 +6664;5;4903.00;9.50;73.50;2.66;0.92 +6664;9;4887.82;9.50;62.00;1.57;0.92 +6664;10;4906.18;9.50;62.00;-1.57;0.92 +6664;11;4888.20;9.50;49.20;-0.60;0.92 +6664;12;4908.20;9.50;54.00;0.95;0.92 +6664;13;4886.60;9.50;68.40;4.16;0.92 +6664;14;4913.80;9.50;70.80;2.05;0.92 +6664;15;4906.60;9.50;80.40;2.66;0.92 6664;21;4887.82;9.50;62.00;1.57;0.92 +6665;0;901.00;13.47;1573.00;0.00;0.28 +6665;1;898.50;12.90;1569.50;-0.62;0.28 +6665;2;902.50;14.25;1570.00;0.46;0.28 +6665;3;897.00;12.72;1573.00;4.71;0.28 +6665;4;906.00;13.60;1574.50;1.86;0.28 +6665;5;901.00;13.75;1577.00;3.14;0.28 +6665;6;905.00;13.72;1577.00;2.35;0.28 +6665;9;897.58;12.77;1573.00;1.57;0.28 +6665;10;904.42;13.85;1573.00;-1.57;0.28 6665;21;897.58;12.77;1573.00;1.57;0.28 +6666;0;2904.00;9.65;1446.00;0.00;0.26 +6666;1;2902.50;10.40;1443.00;-0.46;0.26 +6666;2;2901.00;10.22;1443.00;-0.78;0.26 +6666;3;2903.50;9.50;1443.50;-0.19;0.26 +6666;4;2902.00;10.17;1445.00;-1.10;0.26 +6666;5;1451.50;9.50;722.50;-1.10;0.26 +6666;6;2903.50;10.25;1448.00;3.38;0.26 +6666;7;2907.00;9.50;1447.50;2.03;0.26 +6666;8;2906.00;9.80;1448.50;2.46;0.26 +6666;9;2901.66;10.20;1446.00;1.57;0.26 +6666;10;2906.34;9.50;1446.00;-1.57;0.26 6666;21;2901.66;10.20;1446.00;1.57;0.26 +6667;0;3164.00;14.32;1418.00;0.00;0.20 +6667;1;3162.50;13.60;1416.50;-0.78;0.20 +6667;2;3166.00;13.52;1417.00;1.10;0.20 +6667;3;3161.50;14.70;1418.50;4.51;0.20 +6667;4;3166.50;15.80;1419.50;2.11;0.20 +6667;5;3164.00;15.60;1420.00;3.14;0.20 +6667;6;3166.50;16.75;1421.00;2.44;0.20 +6667;9;3161.48;14.39;1418.00;1.57;0.20 +6667;10;3166.52;14.39;1418.00;-1.57;0.20 6667;21;3161.48;14.39;1418.00;1.57;0.20 +6668;0;2896.00;10.10;1446.00;0.00;0.20 +6668;1;2895.50;10.10;1444.00;-0.24;0.20 +6668;2;2898.00;10.10;1445.00;1.10;0.20 +6668;3;2893.50;10.10;1445.50;-1.37;0.20 +6668;4;2894.00;10.10;1447.50;4.06;0.20 +6668;5;2897.00;10.10;1448.50;2.76;0.20 +6668;9;2894.20;10.10;1446.00;1.57;0.20 +6668;10;2897.80;10.10;1446.00;-1.57;0.20 6668;21;2894.20;10.10;1446.00;1.57;0.20 +6669;0;3484.00;15.05;1350.00;0.00;0.26 +6669;1;3484.50;15.70;1347.50;0.19;0.26 +6669;2;3486.00;15.45;1349.50;1.32;0.26 +6669;3;3481.50;15.20;1348.50;-1.03;0.26 +6669;4;3481.00;15.20;1351.50;4.24;0.26 +6669;5;3484.00;14.60;1352.50;3.14;0.26 +6669;6;3482.00;14.90;1354.00;3.60;0.26 +6669;9;3481.66;15.10;1350.00;1.57;0.26 +6669;10;3486.34;15.33;1350.00;-1.57;0.26 6669;21;3481.66;15.10;1350.00;1.57;0.26 +6670;0;3104.00;9.80;1440.00;0.00;0.22 +6670;1;3102.00;9.80;1437.50;-0.67;0.22 +6670;2;3105.00;9.80;1437.50;0.38;0.22 +6670;3;3101.50;9.80;1440.00;4.71;0.22 +6670;4;3107.00;9.80;1439.00;1.24;0.22 +6670;5;3107.00;9.80;1441.00;1.89;0.22 +6670;6;3102.00;9.80;1442.50;3.81;0.22 +6670;7;3104.50;9.80;1442.00;2.89;0.22 +6670;9;3101.66;9.80;1440.00;1.57;0.22 +6670;10;3106.34;9.80;1440.00;-1.57;0.22 6670;21;3101.66;9.80;1440.00;1.57;0.22 +6671;0;3489.00;14.80;1358.00;0.00;0.16 +6671;1;3486.50;14.60;1356.50;-1.03;0.16 +6671;2;3490.00;15.20;1356.50;0.58;0.16 +6671;3;3493.00;14.65;1357.50;1.44;0.16 +6671;4;3486.00;14.10;1359.50;4.24;0.16 +6671;5;3491.50;14.30;1359.50;2.11;0.16 +6671;6;3488.00;13.90;1360.00;3.60;0.16 +6671;9;3485.94;14.41;1358.00;1.57;0.16 +6671;10;3492.06;14.66;1358.00;-1.57;0.16 6671;21;3485.94;14.41;1358.00;1.57;0.16 +6672;0;3061.00;10.57;1446.00;0.00;0.22 +6672;1;3062.00;10.25;1444.00;0.46;0.22 +6672;2;3059.50;10.75;1446.00;4.71;0.22 +6672;3;3063.50;10.10;1445.50;1.37;0.22 +6672;4;3061.00;10.65;1448.00;3.14;0.22 +6672;5;3059.00;10.50;1448.50;3.81;0.22 +6672;6;3059.50;10.50;1449.50;3.54;0.22 +6672;9;3059.02;10.72;1446.00;1.57;0.22 +6672;10;3062.98;10.25;1446.00;-1.57;0.22 6672;21;3059.02;10.72;1446.00;1.57;0.22 +6673;0;3013.00;12.15;1449.00;0.00;0.14 +6673;1;3016.00;12.65;1448.00;1.24;0.14 +6673;2;3017.50;13.30;1447.50;1.24;0.14 +6673;3;3013.00;11.90;1448.50;0.00;0.14 +6673;4;3017.50;13.60;1448.50;1.46;0.14 +6673;5;3009.50;12.10;1448.50;-1.42;0.14 +6673;6;3016.00;13.55;1450.50;2.03;0.14 +6673;7;3008.50;12.85;1450.00;4.49;0.14 +6673;8;3012.00;12.95;1451.00;3.60;0.14 +6673;9;3009.76;12.27;1449.00;1.57;0.14 +6673;10;3016.24;13.19;1449.00;-1.57;0.14 6673;21;3009.76;12.27;1449.00;1.57;0.14 +6674;0;3474.00;16.30;1380.00;0.00;0.26 +6674;1;3473.50;14.85;1377.00;-0.16;0.26 +6674;2;3476.50;15.15;1379.00;1.19;0.26 +6674;3;3471.00;15.47;1379.00;-1.24;0.26 +6674;4;3471.00;15.45;1381.50;4.24;0.26 +6674;5;3476.00;16.10;1381.50;2.21;0.26 +6674;6;3472.50;15.85;1383.00;3.60;0.26 +6674;9;3471.30;15.61;1380.00;1.57;0.26 +6674;10;3476.70;15.61;1380.00;-1.57;0.26 6674;21;3471.30;15.61;1380.00;1.57;0.26 +6675;0;2975.00;15.92;1448.00;0.00;0.18 +6675;1;2975.00;15.27;1446.00;0.00;0.18 +6675;2;2977.50;14.75;1447.00;1.19;0.18 +6675;3;2972.50;16.10;1447.00;-1.19;0.18 +6675;4;2978.00;14.82;1449.00;1.89;0.18 +6675;5;2971.50;16.35;1449.00;4.43;0.18 +6675;6;2974.50;16.60;1449.50;3.46;0.18 +6675;9;2972.30;16.39;1448.00;1.57;0.18 +6675;10;2977.70;14.82;1448.00;-1.57;0.18 6675;21;2972.30;16.39;1448.00;1.57;0.18 +6676;0;1573.00;10.60;1661.00;0.00;0.34 +6676;1;1574.00;10.55;1656.50;0.21;0.34 +6676;2;1571.00;10.45;1659.00;-0.78;0.34 +6676;3;1576.50;10.70;1659.50;1.16;0.34 +6676;4;1569.50;10.55;1663.00;4.19;0.34 +6676;5;1575.50;10.95;1663.00;2.24;0.34 +6676;9;1569.58;10.45;1661.00;1.57;0.34 +6676;10;1576.42;10.75;1661.00;-1.57;0.34 6676;21;1569.58;10.45;1661.00;1.57;0.34 +6677;0;3237.00;9.70;1406.00;0.00;0.26 +6677;1;3235.50;9.70;1403.50;-0.54;0.26 +6677;2;3238.00;9.75;1403.50;0.38;0.26 +6677;3;3234.50;9.70;1404.50;-1.03;0.26 +6677;4;3240.00;9.70;1407.00;1.89;0.26 +6677;5;3234.50;9.70;1407.50;4.17;0.26 +6677;6;3237.50;9.70;1408.50;2.94;0.26 +6677;7;3239.50;9.70;1409.00;2.44;0.26 +6677;9;3234.48;9.70;1406.00;1.57;0.26 +6677;10;3239.52;9.70;1406.00;-1.57;0.26 6677;21;3234.48;9.70;1406.00;1.57;0.26 +6678;0;2964.00;15.05;1457.00;0.00;0.20 +6678;1;2963.50;15.90;1455.50;-0.32;0.20 +6678;2;2962.50;14.80;1457.50;4.39;0.20 +6678;3;2966.50;15.60;1457.00;1.57;0.20 +6678;4;2966.00;15.25;1458.50;2.21;0.20 +6678;5;2965.00;14.65;1459.50;2.76;0.20 +6678;9;2961.66;14.93;1457.00;1.57;0.20 +6678;10;2966.34;15.52;1457.00;-1.57;0.20 6678;21;2961.66;14.93;1457.00;1.57;0.20 +6679;0;3180.00;15.45;1431.00;0.00;0.20 +6679;1;3179.50;16.60;1429.00;-0.24;0.20 +6679;2;3176.50;15.70;1431.00;4.71;0.20 +6679;3;3183.00;14.70;1431.00;1.57;0.20 +6679;4;3180.50;13.70;1433.50;2.94;0.20 +6679;5;3184.00;14.30;1433.00;2.03;0.20 +6679;9;3177.12;15.57;1431.00;1.57;0.20 +6679;10;3182.88;14.68;1431.00;-1.57;0.20 6679;21;3177.12;15.57;1431.00;1.57;0.20 +6680;0;2958.00;12.07;1462.00;0.00;0.22 +6680;1;2955.50;12.65;1459.00;-0.69;0.22 +6680;2;2957.50;12.60;1459.00;-0.16;0.22 +6680;3;2959.50;12.80;1460.00;0.64;0.22 +6680;4;2956.00;11.82;1462.00;4.71;0.22 +6680;5;2960.50;12.45;1463.00;1.95;0.22 +6680;6;1478.50;9.50;730.50;-1.11;0.22 +6680;7;2958.50;10.90;1464.50;2.94;0.22 +6680;9;2956.02;11.82;1462.00;1.57;0.22 +6680;10;2959.98;12.62;1462.00;-1.57;0.22 6680;21;2956.02;11.82;1462.00;1.57;0.22 +6681;0;887.00;10.50;1517.00;0.00;0.28 +6681;1;886.50;9.50;1513.50;-0.14;0.28 +6681;2;889.00;10.50;1515.50;0.92;0.28 +6681;3;884.50;9.70;1516.00;-1.19;0.28 +6681;4;889.00;11.40;1519.00;2.35;0.28 +6681;5;885.50;10.60;1519.50;3.68;0.28 +6681;9;884.30;10.06;1517.00;1.57;0.28 +6681;10;889.70;11.14;1517.00;-1.57;0.28 +6681;19;887.00;9.50;1512.00;-0.14;0.28 +6681;20;887.00;9.50;1510.25;0.00;0.28 6681;21;884.30;10.06;1517.00;1.57;0.28 +6682;0;3141.00;9.82;1441.00;0.00;0.14 +6682;1;3137.50;9.90;1439.50;-1.16;0.14 +6682;2;3142.50;9.80;1440.00;0.98;0.14 +6682;3;3135.00;9.80;1441.00;4.71;0.14 +6682;4;3145.00;9.95;1441.50;1.69;0.14 +6682;5;3138.00;9.80;1441.50;4.54;0.14 +6682;6;3142.50;9.90;1442.50;2.35;0.14 +6682;9;3137.22;9.83;1441.00;1.57;0.14 +6682;10;3144.78;9.86;1441.00;-1.57;0.14 6682;21;3137.22;9.83;1441.00;1.57;0.14 +6683;0;2918.00;10.40;1460.00;0.00;0.18 +6683;1;2919.00;10.30;1458.50;0.58;0.18 +6683;2;2916.50;10.25;1459.00;-0.98;0.18 +6683;3;2915.00;10.60;1460.00;4.71;0.18 +6683;4;2920.00;10.40;1460.50;1.81;0.18 +6683;5;2916.00;11.10;1461.50;4.06;0.18 +6683;6;2918.00;10.87;1462.00;3.14;0.18 +6683;9;2915.84;10.53;1460.00;1.57;0.18 +6683;10;2920.16;10.38;1460.00;-1.57;0.18 6683;21;2915.84;10.53;1460.00;1.57;0.18 +6684;0;4888.00;10.15;1416.00;0.00;0.24 +6684;1;4888.00;10.40;1412.50;0.00;0.24 +6684;2;4886.00;10.05;1414.50;-0.92;0.24 +6684;3;4890.50;10.60;1413.50;0.78;0.24 +6684;4;4890.00;10.30;1416.00;1.57;0.24 +6684;5;4887.00;9.85;1419.00;3.46;0.24 +6684;6;4889.50;9.95;1420.00;2.78;0.24 +6684;9;4885.84;9.98;1416.00;1.57;0.24 +6684;10;4890.16;10.31;1416.00;-1.57;0.24 6684;21;4885.84;9.98;1416.00;1.57;0.24 +6685;0;3083.00;10.02;1444.00;0.00;0.16 +6685;1;3081.50;9.80;1442.50;-0.78;0.16 +6685;2;3085.00;10.00;1443.00;1.10;0.16 +6685;3;3079.00;9.85;1444.50;4.58;0.16 +6685;4;3087.00;10.45;1445.00;1.81;0.16 +6685;5;3083.00;10.20;1445.50;3.14;0.16 +6685;9;3080.30;9.85;1444.00;1.57;0.16 +6685;10;3085.70;10.27;1444.00;-1.57;0.16 6685;21;3080.30;9.85;1444.00;1.57;0.16 +6686;0;4902.00;9.82;1445.00;0.00;0.24 +6686;1;4900.00;10.35;1442.00;-0.58;0.24 +6686;2;4904.00;9.95;1443.00;0.78;0.24 +6686;3;4898.50;9.85;1444.00;-1.29;0.24 +6686;4;4906.00;9.80;1445.50;1.69;0.24 +6686;5;4899.50;9.70;1445.50;4.51;0.24 +6686;6;4902.00;9.80;1447.50;3.14;0.24 +6686;9;4898.94;9.75;1445.00;1.57;0.24 +6686;10;4905.06;9.80;1445.00;-1.57;0.24 6686;21;4898.94;9.75;1445.00;1.57;0.24 +6687;0;3032.00;12.10;1459.00;0.00;0.20 +6687;1;3031.50;11.65;1457.00;-0.24;0.20 +6687;2;3034.50;12.25;1458.00;1.19;0.20 +6687;3;3029.00;12.20;1458.50;-1.40;0.20 +6687;4;3030.00;12.45;1460.00;4.24;0.20 +6687;5;3035.00;12.80;1460.50;2.03;0.20 +6687;6;3032.50;12.55;1461.00;2.89;0.20 +6687;9;3029.66;12.23;1459.00;1.57;0.20 +6687;10;3034.34;12.41;1459.00;-1.57;0.20 6687;21;3029.66;12.23;1459.00;1.57;0.20 +6688;0;2844.00;10.55;1466.00;0.00;0.24 +6688;1;2842.50;10.35;1463.00;-0.46;0.24 +6688;2;2845.00;10.32;1464.00;0.46;0.24 +6688;3;2841.50;10.40;1464.50;-1.03;0.24 +6688;4;2841.50;10.40;1465.00;-1.19;0.24 +6688;5;2846.50;10.70;1466.50;1.76;0.24 +6688;6;2843.00;10.50;1467.50;3.73;0.24 +6688;7;2845.50;10.50;1469.00;2.67;0.24 +6688;9;2841.84;10.43;1466.00;1.57;0.24 +6688;10;2846.16;10.58;1466.00;-1.57;0.24 6688;21;2841.84;10.43;1466.00;1.57;0.24 +6689;0;3532.00;11.42;1377.00;0.00;0.28 +6689;1;3530.50;12.15;1374.00;-0.46;0.28 +6689;2;3533.00;13.17;1374.00;0.32;0.28 +6689;3;3534.50;12.50;1376.00;1.19;0.28 +6689;4;3529.50;11.60;1377.00;4.71;0.28 +6689;5;3536.00;11.60;1378.50;1.93;0.28 +6689;6;3533.00;11.17;1380.00;2.82;0.28 +6689;7;3529.50;10.85;1380.00;3.83;0.28 +6689;9;3529.30;11.60;1377.00;1.57;0.28 +6689;10;3534.70;12.09;1377.00;-1.57;0.28 6689;21;3529.30;11.60;1377.00;1.57;0.28 +6690;0;3051.00;13.77;1471.00;0.00;0.26 +6690;1;3049.50;13.50;1468.00;-0.46;0.26 +6690;2;3052.50;13.05;1470.00;0.98;0.26 +6690;3;3049.00;13.90;1470.50;-1.32;0.26 +6690;4;3051.00;14.35;1473.50;3.14;0.26 +6690;5;3054.00;13.92;1473.00;2.15;0.26 +6690;9;3048.66;13.90;1471.00;1.57;0.26 +6690;10;3053.34;13.32;1471.00;-1.57;0.26 6690;21;3048.66;13.90;1471.00;1.57;0.26 +6691;0;3023.00;14.17;1465.00;0.00;0.20 +6691;1;3022.00;14.00;1462.50;-0.38;0.20 +6691;2;3025.50;13.80;1463.00;0.89;0.20 +6691;3;3019.50;14.00;1464.50;-1.42;0.20 +6691;4;3025.50;14.30;1465.50;1.76;0.20 +6691;5;3019.50;14.10;1466.50;4.30;0.20 +6691;6;3022.50;14.35;1467.00;3.38;0.20 +6691;9;3020.66;14.20;1465.00;1.57;0.20 +6691;10;3025.34;14.15;1465.00;-1.57;0.20 6691;21;3020.66;14.20;1465.00;1.57;0.20 +6692;0;3451.00;14.27;1392.00;0.00;0.26 +6692;1;3449.50;15.00;1389.50;-0.54;0.26 +6692;2;3452.50;14.40;1391.00;0.98;0.26 +6692;3;3447.00;16.20;1390.50;-1.21;0.26 +6692;4;3448.50;14.10;1392.50;4.51;0.26 +6692;5;3455.00;13.90;1393.00;1.81;0.26 +6692;6;3455.00;13.72;1394.00;2.03;0.26 +6692;7;3452.50;13.70;1394.50;2.60;0.26 +6692;9;3447.94;14.67;1392.00;1.57;0.26 +6692;10;3454.06;14.02;1392.00;-1.57;0.26 6692;21;3447.94;14.67;1392.00;1.57;0.26 +6693;0;2978.00;12.25;1475.00;0.00;0.24 +6693;1;2978.50;12.45;1473.00;0.24;0.24 +6693;2;2976.00;12.82;1473.00;-0.78;0.24 +6693;3;2976.00;12.30;1476.00;4.24;0.24 +6693;4;2980.50;11.60;1475.50;1.76;0.24 +6693;5;2976.50;11.90;1478.50;3.54;0.24 +6693;6;2978.50;11.80;1478.50;3.00;0.24 +6693;9;2975.84;12.48;1475.00;1.57;0.24 +6693;10;2980.16;11.81;1475.00;-1.57;0.24 6693;21;2975.84;12.48;1475.00;1.57;0.24 +6694;0;926.00;9.80;1496.00;0.00;0.32 +6694;1;924.50;9.90;1492.50;-0.40;0.32 +6694;2;927.50;9.80;1493.50;0.54;0.32 +6694;3;922.50;9.95;1494.00;-1.05;0.32 +6694;4;924.50;9.80;1497.50;3.92;0.32 +6694;5;930.00;10.40;1497.50;1.93;0.32 +6694;6;928.00;10.30;1499.50;2.62;0.32 +6694;9;922.94;9.70;1496.00;1.57;0.32 +6694;10;929.06;10.00;1496.00;-1.57;0.32 6694;21;922.94;9.70;1496.00;1.57;0.32 +6695;0;3190.00;13.67;1423.00;0.00;0.22 +6695;1;3190.00;13.57;1420.00;0.00;0.22 +6695;2;3192.50;13.30;1422.50;1.37;0.22 +6695;3;3188.00;14.00;1421.00;-0.78;0.22 +6695;4;3188.00;13.82;1423.00;4.71;0.22 +6695;5;3190.00;13.37;1425.00;3.14;0.22 +6695;6;3193.50;12.75;1425.00;2.09;0.22 +6695;9;3187.84;13.83;1423.00;1.57;0.22 +6695;10;3192.16;13.28;1423.00;-1.57;0.22 6695;21;3187.84;13.83;1423.00;1.57;0.22 +6696;0;1468.00;10.60;1506.00;0.00;0.44 +6696;1;1469.00;10.67;1504.00;0.46;0.44 +6696;2;1464.00;10.40;1502.00;-0.78;0.44 +6696;3;1462.00;10.15;1503.50;-1.17;0.44 +6696;4;1462.00;10.30;1506.00;4.71;0.44 +6696;5;1467.00;10.60;1508.00;3.60;0.44 +6696;6;1473.00;10.67;1509.00;2.11;0.44 +6696;7;1471.50;10.50;1512.00;2.61;0.44 +6696;9;1463.68;10.55;1506.00;1.57;0.44 +6696;10;1472.32;11.04;1506.00;-1.57;0.44 6696;21;1463.68;10.55;1506.00;1.57;0.44 +6697;0;3145.00;11.30;1449.00;0.00;0.18 +6697;1;3144.50;10.90;1446.50;-0.19;0.18 +6697;2;3147.00;11.45;1447.00;0.78;0.18 +6697;3;3142.00;10.35;1448.50;-1.40;0.18 +6697;4;3148.00;11.85;1449.50;1.73;0.18 +6697;5;3143.00;10.55;1450.00;4.24;0.18 +6697;6;3145.50;11.10;1451.00;2.89;0.18 +6697;9;3142.66;10.54;1449.00;1.57;0.18 +6697;10;3147.34;11.73;1449.00;-1.57;0.18 6697;21;3142.66;10.54;1449.00;1.57;0.18 +6698;0;2903.00;10.27;1471.00;0.00;0.20 +6698;1;2904.50;10.95;1467.00;0.35;0.20 +6698;2;2903.00;10.45;1468.50;0.00;0.20 +6698;3;2905.00;10.60;1470.00;1.10;0.20 +6698;4;2901.50;10.10;1471.50;4.39;0.20 +6698;5;2903.50;10.40;1472.50;2.82;0.20 +6698;6;2901.50;10.20;1473.00;3.78;0.20 +6698;9;2901.20;10.07;1471.00;1.57;0.20 +6698;10;2904.80;10.47;1471.00;-1.57;0.20 6698;21;2901.20;10.07;1471.00;1.57;0.20 +6699;0;919.00;10.02;1503.00;0.00;0.32 +6699;1;917.50;10.30;1499.50;-0.40;0.32 +6699;2;921.00;9.80;1501.00;0.78;0.32 +6699;3;915.50;10.35;1502.00;-1.29;0.32 +6699;4;922.50;10.10;1505.50;2.19;0.32 +6699;5;915.50;10.25;1504.00;4.43;0.32 +6699;6;918.00;9.90;1505.50;3.52;0.32 +6699;7;921.00;9.95;1507.50;2.72;0.32 +6699;9;916.12;10.26;1503.00;1.57;0.32 +6699;10;921.88;9.88;1503.00;-1.57;0.32 +6699;19;913.00;9.85;1504.00;-1.85;0.32 +6699;20;911.27;9.85;1504.28;4.54;0.32 6699;21;916.12;10.26;1503.00;1.57;0.32 +6700;0;3115.00;9.80;1446.00;0.00;0.22 +6700;1;3115.00;9.80;1442.50;0.00;0.22 +6700;2;3112.50;9.80;1444.00;-0.89;0.22 +6700;3;3117.00;9.80;1443.00;0.58;0.22 +6700;4;3118.00;9.70;1445.50;1.40;0.22 +6700;5;3112.50;9.80;1447.50;4.17;0.22 +6700;6;3116.50;9.70;1448.50;2.60;0.22 +6700;7;3114.50;9.80;1450.00;3.26;0.22 +6700;9;3113.02;9.80;1446.00;1.57;0.22 +6700;10;3116.98;9.75;1446.00;-1.57;0.22 6700;21;3113.02;9.80;1446.00;1.57;0.22 +6701;0;3546.00;11.22;1391.00;0.00;0.24 +6701;1;3547.00;11.47;1388.00;0.32;0.24 +6701;2;3543.00;11.65;1390.50;-1.40;0.24 +6701;3;3549.50;10.10;1391.50;1.71;0.24 +6701;4;3545.00;11.00;1393.50;3.52;0.24 +6701;5;3542.00;11.25;1393.50;4.15;0.24 +6701;9;3543.12;11.62;1391.00;1.57;0.24 +6701;10;3548.88;10.39;1391.00;-1.57;0.24 6701;21;3543.12;11.62;1391.00;1.57;0.24 +6702;0;3506.00;11.52;1400.00;0.00;0.26 +6702;1;3507.50;11.50;1395.50;0.32;0.26 +6702;2;3505.50;10.95;1397.00;-0.16;0.26 +6702;3;3508.00;11.65;1398.00;0.78;0.26 +6702;4;3503.00;10.67;1399.00;-1.24;0.26 +6702;5;3503.00;11.12;1401.00;4.39;0.26 +6702;6;3509.00;11.92;1402.00;2.15;0.26 +6702;7;3506.00;12.05;1403.00;3.14;0.26 +6702;9;3503.66;11.03;1400.00;1.57;0.26 +6702;10;3508.34;11.89;1400.00;-1.57;0.26 6702;21;3503.66;11.03;1400.00;1.57;0.26 +6703;0;3096.00;9.80;1457.00;0.00;0.22 +6703;1;3096.50;9.80;1454.50;0.19;0.22 +6703;2;3093.50;9.60;1455.00;-0.89;0.22 +6703;3;3098.50;9.80;1456.00;1.19;0.22 +6703;4;1547.50;9.50;728.00;-1.13;0.22 +6703;5;3093.50;9.60;1458.00;4.33;0.22 +6703;6;3098.00;9.80;1458.00;2.03;0.22 +6703;7;3095.00;9.75;1459.50;3.52;0.22 +6703;8;3097.00;9.80;1459.50;2.76;0.22 +6703;9;3093.84;9.61;1457.00;1.57;0.22 +6703;10;3098.16;9.80;1457.00;-1.57;0.22 6703;21;3093.84;9.61;1457.00;1.57;0.22 +6704;0;3341.60;10.80;1416.73;0.00;0.28 +6704;1;3342.00;9.95;1412.50;0.58;0.28 +6704;2;3338.50;10.90;1412.50;-1.03;0.28 +6704;3;3343.50;10.40;1415.50;2.11;0.28 +6704;4;3339.00;10.60;1416.00;3.92;0.28 +6704;5;3341.50;10.80;1416.50;2.94;0.28 +6704;9;3338.48;10.74;1414.00;1.57;0.28 +6704;10;3343.52;9.89;1414.00;-1.57;0.28 +6704;19;3342.00;9.57;1411.00;0.59;0.28 +6704;20;3342.55;9.57;1409.34;0.32;0.28 6704;21;3340.62;10.80;1411.06;-1.57;0.28 +6705;0;1555.00;10.40;1567.00;0.00;0.24 +6705;1;1555.00;10.35;1564.50;0.00;0.24 +6705;2;1552.00;10.30;1566.00;-1.24;0.24 +6705;3;1557.50;10.50;1567.00;1.57;0.24 +6705;4;1552.00;10.30;1568.50;4.24;0.24 +6705;5;1555.00;10.42;1570.00;3.14;0.24 +6705;6;1557.50;10.80;1570.00;2.44;0.24 +6705;9;1552.84;10.30;1567.00;1.57;0.24 +6705;10;1557.16;10.46;1567.00;-1.57;0.24 6705;21;1552.84;10.30;1567.00;1.57;0.24 +6706;0;3240.00;9.80;1428.00;0.00;0.22 +6706;1;3239.00;9.75;1425.50;-0.38;0.22 +6706;2;3241.50;9.80;1425.50;0.54;0.22 +6706;3;3238.00;9.87;1427.00;-1.10;0.22 +6706;4;3242.50;9.80;1429.50;2.11;0.22 +6706;5;3237.50;10.00;1428.50;4.51;0.22 +6706;6;3240.00;10.00;1430.00;3.14;0.22 +6706;9;3238.02;9.95;1428.00;1.57;0.22 +6706;10;3241.98;9.75;1428.00;-1.57;0.22 6706;21;3238.02;9.95;1428.00;1.57;0.22 +6707;0;1568.00;10.80;1584.00;0.00;0.22 +6707;1;1566.50;10.70;1582.50;-0.78;0.22 +6707;2;1571.00;10.80;1582.50;1.10;0.22 +6707;3;1564.00;10.45;1583.50;-1.44;0.22 +6707;4;1572.00;10.80;1584.00;1.57;0.22 +6707;5;783.50;9.50;791.50;-0.78;0.22 +6707;6;1570.50;10.75;1586.00;2.24;0.22 +6707;9;1564.94;10.46;1584.00;1.57;0.22 +6707;10;1571.06;10.80;1584.00;-1.57;0.22 6707;21;1564.94;10.46;1584.00;1.57;0.22 +6708;0;3013.00;12.75;1479.00;0.00;0.22 +6708;1;3012.50;13.15;1477.00;-0.24;0.22 +6708;2;3016.00;13.42;1477.00;0.98;0.22 +6708;3;3010.00;12.80;1478.00;-1.24;0.22 +6708;4;3017.00;13.15;1478.50;1.44;0.22 +6708;5;3009.00;12.45;1479.50;4.58;0.22 +6708;6;3015.00;12.85;1480.50;2.21;0.22 +6708;7;3011.00;12.15;1480.50;4.06;0.22 +6708;8;3012.50;12.00;1481.50;3.33;0.22 +6708;9;3010.12;12.55;1479.00;1.57;0.22 +6708;10;3015.88;13.00;1479.00;-1.57;0.22 6708;21;3010.12;12.55;1479.00;1.57;0.22 +6709;0;3191.00;13.47;1430.00;0.00;0.16 +6709;1;3188.00;12.87;1429.00;-1.24;0.16 +6709;2;3190.50;13.00;1428.50;-0.32;0.16 +6709;3;3188.50;13.60;1430.50;4.51;0.16 +6709;4;3194.00;14.10;1431.00;1.89;0.16 +6709;5;3192.00;13.70;1431.50;2.55;0.16 +6709;9;3188.66;13.35;1430.00;1.57;0.16 +6709;10;3193.34;13.32;1430.00;-1.57;0.16 6709;21;3188.66;13.35;1430.00;1.57;0.16 +6710;0;1505.00;10.60;1590.00;0.00;0.36 +6710;1;1506.50;10.15;1587.00;0.46;0.36 +6710;2;1503.00;10.62;1588.00;-0.78;0.36 +6710;3;1508.00;10.55;1590.50;1.73;0.36 +6710;4;1501.00;10.70;1591.50;4.35;0.36 +6710;5;1503.50;10.70;1592.50;3.68;0.36 +6710;6;1507.50;10.60;1592.50;2.35;0.36 +6710;9;1501.76;10.70;1590.00;1.57;0.36 +6710;10;1508.24;10.48;1590.00;-1.57;0.36 6710;21;1508.24;10.48;1590.00;-1.57;0.36 +6711;0;3170.00;15.30;1452.00;0.00;0.16 +6711;1;3168.50;15.60;1451.00;-0.98;0.16 +6711;2;3173.00;13.80;1451.00;1.24;0.16 +6711;3;3166.00;14.80;1452.00;4.71;0.16 +6711;4;3166.50;14.60;1453.50;4.30;0.16 +6711;5;3171.00;14.67;1453.00;2.35;0.16 +6711;9;3167.12;15.02;1452.00;1.57;0.16 +6711;10;3172.88;13.60;1452.00;-1.57;0.16 6711;21;3167.12;15.02;1452.00;1.57;0.16 +6712;0;2928.00;10.15;1481.00;0.00;0.20 +6712;1;2927.00;10.35;1478.50;-0.38;0.20 +6712;2;2926.00;10.02;1480.00;-1.10;0.20 +6712;3;2929.50;10.50;1480.50;1.24;0.20 +6712;4;2927.50;10.10;1483.00;3.38;0.20 +6712;5;2929.50;10.20;1483.50;2.60;0.20 +6712;9;2926.20;10.01;1481.00;1.57;0.20 +6712;10;2929.80;10.55;1481.00;-1.57;0.20 6712;21;2926.20;10.01;1481.00;1.57;0.20 +6713;0;1447.00;10.12;1569.00;0.00;0.24 +6713;1;1446.50;10.15;1566.00;-0.16;0.24 +6713;2;1450.00;10.10;1567.50;1.10;0.24 +6713;3;1444.00;10.45;1567.50;-1.10;0.24 +6713;4;1450.00;10.05;1570.00;1.89;0.24 +6713;5;1444.00;10.60;1570.50;4.24;0.24 +6713;6;723.00;9.50;784.00;-0.74;0.24 +6713;7;1448.00;9.97;1572.00;2.82;0.24 +6713;9;1444.48;10.45;1569.00;1.57;0.24 +6713;10;1449.52;10.10;1569.00;-1.57;0.24 6713;21;1444.48;10.45;1569.00;1.57;0.24 +6714;0;3173.00;12.07;1458.00;0.00;0.16 +6714;1;3172.50;12.60;1456.00;-0.24;0.16 +6714;2;3176.00;11.20;1456.00;0.98;0.16 +6714;3;3176.00;11.25;1457.50;1.40;0.16 +6714;4;3169.00;12.72;1458.00;4.71;0.16 +6714;5;3170.00;12.20;1458.50;4.54;0.16 +6714;6;3173.50;11.60;1459.50;2.82;0.16 +6714;9;3170.48;12.50;1458.00;1.57;0.16 +6714;10;3175.52;11.29;1458.00;-1.57;0.16 6714;21;3170.48;12.50;1458.00;1.57;0.16 +6715;0;4949.00;10.62;1434.00;0.00;0.32 +6715;1;4946.50;10.20;1431.50;-0.78;0.32 +6715;2;4951.00;9.70;1432.50;0.92;0.32 +6715;3;4946.00;11.12;1434.00;4.71;0.32 +6715;4;4948.00;11.90;1437.00;3.46;0.32 +6715;5;4951.50;10.85;1437.00;2.44;0.32 +6715;9;4946.12;11.13;1434.00;1.57;0.32 +6715;10;4951.88;9.73;1434.00;-1.57;0.32 +6715;19;4951.00;9.57;1431.00;0.93;0.32 +6715;20;4951.97;9.57;1429.54;0.58;0.32 6715;21;4946.12;11.13;1434.00;1.57;0.32 +6716;0;3123.00;9.70;1465.00;0.00;0.24 +6716;1;3122.50;9.70;1461.50;-0.14;0.24 +6716;2;3121.00;9.80;1462.50;-0.67;0.24 +6716;3;3124.50;9.70;1464.00;0.98;0.24 +6716;4;3121.00;9.75;1465.50;4.46;0.24 +6716;5;3125.00;9.70;1467.50;2.46;0.24 +6716;6;3123.00;9.75;1468.50;3.14;0.24 +6716;9;3120.84;9.76;1465.00;1.57;0.24 +6716;10;3125.16;9.70;1465.00;-1.57;0.24 6716;21;3120.84;9.76;1465.00;1.57;0.24 +6717;0;1624.00;13.37;1587.00;0.00;0.30 +6717;1;1622.50;13.30;1583.00;-0.35;0.30 +6717;2;1625.00;12.70;1583.00;0.24;0.30 +6717;3;1621.00;12.95;1586.00;-1.24;0.30 +6717;4;1626.50;12.70;1585.50;1.03;0.30 +6717;5;1628.00;11.67;1588.00;1.81;0.30 +6717;6;1621.50;12.40;1589.50;3.92;0.30 +6717;7;1625.00;12.25;1589.50;2.76;0.30 +6717;9;1620.94;12.94;1587.00;1.57;0.30 +6717;10;1627.06;12.34;1587.00;-1.57;0.30 6717;21;1620.94;12.94;1587.00;1.57;0.30 +6718;0;3483.00;11.25;1399.00;0.00;0.22 +6718;1;3484.00;11.90;1396.00;0.32;0.22 +6718;2;3481.50;11.70;1398.50;-1.24;0.22 +6718;3;3485.00;11.00;1399.00;1.57;0.22 +6718;4;3483.00;10.80;1401.50;3.14;0.22 +6718;9;3481.02;11.59;1399.00;1.57;0.22 +6718;10;3484.98;11.00;1399.00;-1.57;0.22 6718;21;3481.02;11.59;1399.00;1.57;0.22 +6719;0;1702.00;10.80;1631.00;0.00;0.28 +6719;1;1703.00;10.80;1626.50;0.21;0.28 +6719;2;1700.00;10.10;1626.50;-0.41;0.28 +6719;3;1699.50;11.95;1632.00;4.33;0.28 +6719;4;1705.50;10.50;1629.50;1.16;0.28 +6719;5;1703.50;10.85;1634.00;2.67;0.28 +6719;6;1700.00;11.72;1637.00;3.46;0.28 +6719;9;1699.48;11.80;1631.00;1.57;0.28 +6719;10;1704.52;10.30;1631.00;-1.57;0.28 6719;21;1699.48;11.80;1631.00;1.57;0.28 +6720;0;3077.00;11.00;1470.00;0.00;0.24 +6720;1;3077.00;10.80;1466.00;0.00;0.24 +6720;2;3079.00;10.70;1466.50;0.51;0.24 +6720;3;3074.50;10.90;1468.50;-1.03;0.24 +6720;4;3079.50;10.85;1469.00;1.19;0.24 +6720;5;3074.50;10.70;1472.50;3.92;0.24 +6720;6;3078.00;10.80;1472.50;2.76;0.24 +6720;9;3074.84;10.88;1470.00;1.57;0.24 +6720;10;3079.16;10.91;1470.00;-1.57;0.24 6720;21;3074.84;10.88;1470.00;1.57;0.24 +6721;0;3432.00;12.27;1399.00;0.00;0.24 +6721;1;3431.50;12.95;1397.00;-0.24;0.24 +6721;2;3434.50;12.40;1398.50;1.37;0.24 +6721;3;3429.00;11.50;1399.50;4.54;0.24 +6721;4;3432.00;11.45;1401.50;3.14;0.24 +6721;5;3435.00;11.90;1400.50;2.03;0.24 +6721;9;3429.66;11.89;1399.00;1.57;0.24 +6721;10;3434.34;12.26;1399.00;-1.57;0.24 6721;21;3429.66;11.89;1399.00;1.57;0.24 +6722;0;1196.00;12.65;1667.00;0.00;0.46 +6722;1;1196.00;12.50;1661.50;0.00;0.46 +6722;2;1189.00;12.10;1667.50;4.64;0.46 +6722;3;1203.00;11.65;1666.50;1.49;0.46 +6722;4;1196.00;12.50;1672.50;3.14;0.46 +6722;9;1190.60;11.99;1667.00;1.57;0.46 +6722;10;1201.40;11.81;1667.00;-1.57;0.46 6722;21;1190.60;11.99;1667.00;1.57;0.46 +6723;0;3039.00;12.20;1487.00;0.00;0.22 +6723;1;3039.50;11.50;1485.00;0.24;0.22 +6723;2;3036.00;11.10;1486.50;-1.40;0.22 +6723;3;3042.50;12.20;1486.00;1.29;0.22 +6723;4;3040.50;13.05;1488.00;2.15;0.22 +6723;5;3037.50;13.30;1489.50;3.68;0.22 +6723;9;3036.66;11.38;1487.00;1.57;0.22 +6723;10;3041.34;12.78;1487.00;-1.57;0.22 6723;21;3036.66;11.38;1487.00;1.57;0.22 +6724;0;3340.00;9.80;1425.00;0.00;0.24 +6724;1;3341.00;9.95;1422.00;0.32;0.24 +6724;2;3337.50;9.80;1424.50;-1.37;0.24 +6724;3;3343.00;9.95;1423.50;1.10;0.24 +6724;4;3342.50;9.70;1426.00;1.95;0.24 +6724;5;3339.00;9.70;1428.00;3.46;0.24 +6724;9;3337.48;9.74;1425.00;1.57;0.24 +6724;10;3342.52;9.80;1425.00;-1.57;0.24 6724;21;3337.48;9.74;1425.00;1.57;0.24 +6725;0;3002.00;11.17;1486.00;0.00;0.18 +6725;1;3002.50;11.10;1484.00;0.24;0.18 +6725;2;3000.00;11.30;1485.00;-1.10;0.18 +6725;3;3005.50;11.25;1484.00;1.05;0.18 +6725;4;3003.50;11.25;1487.00;2.15;0.18 +6725;5;3000.50;11.30;1487.00;4.12;0.18 +6725;9;2999.66;11.33;1486.00;1.57;0.18 +6725;10;3004.34;11.09;1486.00;-1.57;0.18 6725;21;2999.66;11.33;1486.00;1.57;0.18 +6726;0;1078.00;11.30;1799.00;0.00;0.48 +6726;1;1077.50;11.30;1790.50;-0.05;0.48 +6726;2;1083.50;11.30;1789.00;0.50;0.48 +6726;3;1083.50;11.20;1798.50;1.48;0.48 +6726;4;1072.00;11.20;1801.50;4.31;0.48 +6726;5;1084.00;11.17;1807.00;2.49;0.48 +6726;6;1078.00;11.20;1808.50;3.14;0.48 +6726;9;1073.68;11.30;1799.00;1.57;0.48 +6726;10;1082.32;11.20;1799.00;-1.57;0.48 6726;21;1073.68;11.30;1799.00;1.57;0.48 +6727;0;3273.00;9.70;1437.00;0.00;0.28 +6727;1;3273.50;9.70;1435.50;0.32;0.28 +6727;2;3269.00;9.70;1435.50;-1.21;0.28 +6727;3;3272.50;9.70;1438.00;3.60;0.28 +6727;4;3276.50;9.70;1439.00;2.09;0.28 +6727;9;3270.12;9.68;1437.00;1.57;0.28 +6727;10;3275.88;9.70;1437.00;-1.57;0.28 +6727;19;3280.27;9.50;1438.53;0.92;0.28 +6727;20;3281.98;9.50;1438.89;1.77;0.28 6727;21;3278.22;9.80;1440.64;-1.57;0.28 +6728;0;1303.00;10.70;1838.00;0.00;1.24 +6728;1;1303.50;10.70;1826.50;0.04;1.24 +6728;2;1290.00;10.70;1832.00;-1.13;1.24 +6728;3;1315.00;10.60;1836.50;1.44;1.24 +6728;4;1291.50;10.70;1841.00;4.45;1.24 +6728;5;1312.00;10.65;1848.50;2.43;1.24 +6728;6;1301.50;10.60;1850.00;3.26;1.24 +6728;9;1291.84;10.70;1838.00;1.57;1.24 +6728;10;1314.16;10.60;1838.00;-1.57;1.24 6728;21;1314.16;10.60;1838.00;-1.57;1.24 +6729;0;3239.00;10.27;1438.00;0.00;0.24 +6729;1;3239.50;10.10;1435.00;0.16;0.24 +6729;2;3237.00;10.15;1437.50;-1.32;0.24 +6729;3;3242.00;10.10;1436.50;1.10;0.24 +6729;4;3242.00;10.35;1438.50;1.73;0.24 +6729;5;3240.00;10.30;1440.50;2.76;0.24 +6729;6;3237.00;10.20;1440.50;3.81;0.24 +6729;9;3236.84;10.18;1438.00;1.57;0.24 +6729;10;3241.16;10.31;1438.00;-1.57;0.24 6729;21;3236.84;10.18;1438.00;1.57;0.24 +6730;0;3531.00;10.20;1402.00;0.00;0.26 +6730;1;3533.00;10.10;1398.50;0.51;0.26 +6730;2;3530.00;10.05;1399.50;-0.38;0.26 +6730;3;3534.50;10.20;1399.00;0.86;0.26 +6730;4;3534.50;10.20;1401.00;1.29;0.26 +6730;5;3527.50;10.30;1402.00;4.71;0.26 +6730;6;3532.00;10.15;1403.50;2.55;0.26 +6730;7;3528.50;10.40;1404.50;3.92;0.26 +6730;9;3528.48;10.20;1402.00;1.57;0.26 +6730;10;3533.52;10.20;1402.00;-1.57;0.26 6730;21;3528.48;10.20;1402.00;1.57;0.26 +6731;0;3189.00;14.92;1459.00;0.00;0.24 +6731;1;3188.50;14.25;1458.00;-0.46;0.24 +6731;2;3191.00;14.55;1456.50;0.67;0.24 +6731;3;3191.00;15.95;1459.00;1.57;0.24 +6731;4;3186.50;13.65;1461.00;4.03;0.24 +6731;5;3189.50;15.20;1461.50;2.94;0.24 +6731;6;3187.50;14.20;1462.00;3.60;0.24 +6731;9;3186.84;13.67;1459.00;1.57;0.24 +6731;10;3191.16;16.04;1459.00;-1.57;0.24 6731;21;3186.84;13.67;1459.00;1.57;0.24 +6732;0;1690.75;9.80;1591.43;0.00;0.28 +6732;1;1693.00;9.75;1587.00;-0.32;0.28 +6732;2;1690.50;9.80;1588.00;-1.05;0.28 +6732;3;1696.50;9.70;1590.50;1.76;0.28 +6732;4;1690.50;9.80;1590.50;4.57;0.28 +6732;5;1694.00;9.75;1593.00;3.14;0.28 +6732;9;1691.12;9.80;1590.00;1.57;0.28 +6732;10;1696.88;9.68;1590.00;-1.57;0.28 +6732;19;1697.67;9.50;1588.43;-4.71;0.28 +6732;20;1699.28;9.50;1587.74;1.16;0.28 6732;21;1695.03;9.70;1589.46;-1.57;0.28 +6733;0;3493.00;10.67;1397.00;0.00;0.22 +6733;1;3491.50;10.35;1395.00;-0.64;0.22 +6733;2;3494.50;10.70;1395.50;0.78;0.22 +6733;3;3490.00;10.45;1398.00;4.39;0.22 +6733;4;3496.50;11.20;1397.50;1.71;0.22 +6733;5;3493.50;10.95;1399.00;2.89;0.22 +6733;6;3491.00;10.77;1401.00;3.60;0.22 +6733;9;3490.48;10.45;1397.00;1.57;0.22 +6733;10;3495.52;11.15;1397.00;-1.57;0.22 6733;21;3490.48;10.45;1397.00;1.57;0.22 +6734;0;2671.00;10.02;1364.00;0.00;0.24 +6734;1;2671.50;10.20;1362.50;0.32;0.24 +6734;2;2669.00;9.50;1364.00;4.71;0.24 +6734;3;2673.50;10.40;1364.50;1.76;0.24 +6734;4;2671.50;10.10;1366.00;2.89;0.24 +6734;9;2668.84;9.50;1364.00;1.57;0.24 +6734;10;2673.16;10.43;1364.00;-1.57;0.24 +6734;19;2670.00;9.50;1368.00;-1.57;0.24 +6734;20;2669.57;9.50;1369.69;3.38;0.24 6734;21;2670.74;9.80;1364.83;-1.57;0.24 +6735;0;3151.00;10.42;1472.00;0.00;0.22 +6735;1;3148.50;10.45;1470.00;-0.89;0.22 +6735;2;3153.00;10.60;1470.50;0.92;0.22 +6735;3;3146.50;10.40;1471.00;-1.35;0.22 +6735;4;3149.50;10.00;1473.50;3.92;0.22 +6735;5;3153.50;10.50;1473.50;2.11;0.22 +6735;9;3148.12;10.18;1472.00;1.57;0.22 +6735;10;3153.88;10.55;1472.00;-1.57;0.22 6735;21;3148.12;10.18;1472.00;1.57;0.22 +6736;0;3443.00;12.60;1406.00;0.00;0.20 +6736;1;3442.50;12.25;1404.00;-0.24;0.20 +6736;2;3440.50;12.15;1404.00;-0.89;0.20 +6736;3;3444.50;12.45;1405.00;0.98;0.20 +6736;4;3440.00;12.30;1406.00;4.71;0.20 +6736;5;3445.00;12.65;1407.50;2.21;0.20 +6736;6;3442.50;12.85;1408.00;3.38;0.20 +6736;9;3441.02;12.45;1406.00;1.57;0.20 +6736;10;3444.98;12.45;1406.00;-1.57;0.20 6736;21;3441.02;12.45;1406.00;1.57;0.20 +6737;0;1407.00;10.02;1571.00;0.00;0.32 +6737;1;1405.50;10.10;1568.50;-0.54;0.32 +6737;2;1409.50;10.00;1568.50;0.78;0.32 +6737;3;1410.50;10.00;1571.50;1.71;0.32 +6737;4;1402.50;10.20;1570.50;-1.46;0.32 +6737;5;1405.50;10.20;1573.00;3.78;0.32 +6737;6;1410.00;10.07;1575.00;2.49;0.32 +6737;9;1403.58;10.20;1571.00;1.57;0.32 +6737;10;1410.42;10.00;1571.00;-1.57;0.32 6737;21;1403.58;10.20;1571.00;1.57;0.32 +6738;0;3438.00;12.47;1414.00;0.00;0.18 +6738;1;3436.00;11.80;1412.00;-0.78;0.18 +6738;2;3440.00;12.77;1412.00;0.78;0.18 +6738;3;3434.50;11.55;1414.00;4.71;0.18 +6738;4;3442.00;12.30;1413.50;1.44;0.18 +6738;5;3440.50;12.30;1415.50;2.11;0.18 +6738;6;3437.00;12.25;1415.50;3.73;0.18 +6738;9;3435.12;11.70;1414.00;1.57;0.18 +6738;10;3440.88;12.31;1414.00;-1.57;0.18 6738;21;3435.12;11.70;1414.00;1.57;0.18 +6739;0;3065.00;10.40;1484.00;0.00;0.16 +6739;1;3067.00;10.10;1482.00;0.78;0.16 +6739;2;3064.00;10.65;1483.50;-1.10;0.16 +6739;3;3066.50;10.00;1484.50;1.89;0.16 +6739;4;3062.50;10.60;1485.50;4.17;0.16 +6739;5;3064.50;10.10;1486.00;3.38;0.16 +6739;9;3063.02;10.91;1484.00;1.57;0.16 +6739;10;3066.98;10.02;1484.00;-1.57;0.16 6739;21;3063.02;10.91;1484.00;1.57;0.16 +6740;0;1645.00;11.17;1775.00;0.00;1.22 +6740;1;1646.50;11.10;1753.50;0.07;1.22 +6740;2;1635.50;11.10;1757.50;-0.49;1.22 +6740;3;1653.50;9.50;1759.50;0.50;1.22 +6740;4;822.00;9.50;887.00;-0.74;1.22 +6740;5;1633.00;11.70;1778.50;4.42;1.22 +6740;6;1659.50;10.50;1782.50;2.04;1.22 +6740;7;1659.50;10.40;1792.00;2.43;1.22 +6740;8;1647.50;10.40;1794.00;3.01;1.22 +6740;9;1634.02;11.87;1775.00;1.57;1.22 +6740;10;1655.98;11.00;1775.00;-1.57;1.22 6740;21;1634.02;11.87;1775.00;1.57;1.22 +6741;0;3386.00;9.70;1421.00;0.00;0.16 +6741;1;3383.50;9.50;1420.00;-1.19;0.16 +6741;2;3388.00;9.70;1420.50;1.32;0.16 +6741;3;3385.00;9.60;1422.00;3.92;0.16 +6741;4;3390.50;9.70;1421.50;1.68;0.16 +6741;5;3381.50;9.55;1421.00;4.71;0.16 +6741;9;3382.76;9.57;1421.00;1.57;0.16 +6741;10;3389.24;9.70;1421.00;-1.57;0.16 +6741;19;3378.00;9.50;1422.00;-2.36;0.16 +6741;20;3376.26;9.50;1422.21;4.58;0.16 6741;21;3382.76;9.57;1421.00;1.57;0.16 +6742;0;1031.00;16.30;1664.00;0.00;0.58 +6742;1;1035.00;16.82;1657.00;0.51;0.58 +6742;2;1028.50;16.60;1657.50;-0.36;0.58 +6742;3;1025.00;15.00;1662.50;-1.32;0.58 +6742;4;1035.50;16.00;1666.00;1.98;0.58 +6742;5;1026.00;13.77;1670.00;3.83;0.58 +6742;6;1030.50;14.80;1672.50;3.20;0.58 +6742;9;1025.78;14.60;1664.00;1.57;0.58 +6742;10;1036.22;16.33;1664.00;-1.57;0.58 6742;21;1025.78;14.60;1664.00;1.57;0.58 +6743;0;3265.00;9.77;1442.00;0.00;0.24 +6743;1;3263.50;9.80;1439.00;-0.46;0.24 +6743;2;3261.00;9.80;1439.50;-1.01;0.24 +6743;3;3268.50;9.70;1440.50;1.16;0.24 +6743;4;3260.00;9.80;1441.50;-1.47;0.24 +6743;5;3264.50;9.80;1443.50;3.46;0.24 +6743;6;3271.00;9.80;1443.50;1.81;0.24 +6743;7;3270.00;9.80;1444.50;2.03;0.24 +6743;9;3260.68;9.80;1442.00;1.57;0.24 +6743;10;3269.32;9.70;1442.00;-1.57;0.24 6743;21;3269.32;9.70;1442.00;-1.57;0.24 +6744;0;2734.00;10.90;1281.00;0.00;0.24 +6744;1;2732.00;10.50;1279.00;-0.78;0.24 +6744;2;2735.00;10.90;1280.50;1.10;0.24 +6744;3;2731.00;10.35;1280.50;-1.40;0.24 +6744;4;2733.50;11.00;1282.50;3.46;0.24 +6744;5;2736.50;11.20;1282.50;2.11;0.24 +6744;6;2736.00;11.55;1284.00;2.55;0.24 +6744;9;2731.48;10.49;1281.00;1.57;0.24 +6744;10;2736.52;11.00;1281.00;-1.57;0.24 6744;21;2736.52;11.00;1281.00;-1.57;0.24 +6745;0;895.00;11.42;1526.00;0.00;0.26 +6745;1;893.00;11.65;1523.50;-0.67;0.26 +6745;2;895.50;11.25;1522.00;0.12;0.26 +6745;3;897.00;10.85;1524.00;0.78;0.26 +6745;4;892.00;12.40;1526.50;4.54;0.26 +6745;5;898.00;10.25;1527.50;2.03;0.26 +6745;6;893.00;12.35;1528.50;3.81;0.26 +6745;7;896.00;10.90;1529.50;2.86;0.26 +6745;9;892.66;12.21;1526.00;1.57;0.26 +6745;10;897.34;10.61;1526.00;-1.57;0.26 6745;21;892.66;12.21;1526.00;1.57;0.26 +6746;0;2724.00;13.00;1373.00;0.00;0.16 +6746;1;2724.00;12.75;1371.50;0.00;0.16 +6746;2;2721.50;13.00;1373.50;4.51;0.16 +6746;3;2726.50;12.90;1372.50;1.37;0.16 +6746;4;2726.50;13.00;1373.50;1.76;0.16 +6746;5;2724.50;13.10;1374.50;2.82;0.16 +6746;9;2722.20;12.83;1373.00;1.57;0.16 +6746;10;2725.80;12.95;1373.00;-1.57;0.16 6746;21;2725.80;12.95;1373.00;-1.57;0.16 +6747;0;3230.00;9.65;1448.00;0.00;0.22 +6747;1;3227.50;9.75;1446.00;-0.89;0.22 +6747;2;3230.00;9.62;1446.00;0.00;0.22 +6747;3;3232.50;9.60;1445.50;0.78;0.22 +6747;4;3233.00;9.70;1448.50;1.73;0.22 +6747;5;3227.00;9.75;1447.50;-1.40;0.22 +6747;6;3228.50;9.70;1449.50;3.92;0.22 +6747;7;3231.50;9.85;1451.00;2.67;0.22 +6747;9;3227.66;9.68;1448.00;1.57;0.22 +6747;10;3232.34;9.72;1448.00;-1.57;0.22 6747;21;3227.66;9.68;1448.00;1.57;0.22 +6748;0;3534.00;10.52;1410.00;0.00;0.28 +6748;1;3533.50;9.90;1407.50;-0.19;0.28 +6748;2;3537.50;10.15;1407.00;0.86;0.28 +6748;3;3537.00;10.55;1409.50;1.40;0.28 +6748;4;3531.00;10.90;1411.50;4.24;0.28 +6748;5;3534.50;11.00;1412.00;2.89;0.28 +6748;6;3532.00;11.15;1414.00;3.60;0.28 +6748;9;3531.48;10.60;1410.00;1.57;0.28 +6748;10;3536.52;10.65;1410.00;-1.57;0.28 6748;21;3531.48;10.60;1410.00;1.57;0.28 +6749;0;2726.00;13.02;1385.00;0.00;0.20 +6749;1;2726.00;13.90;1383.50;0.00;0.20 +6749;2;2723.00;13.45;1383.50;-1.10;0.20 +6749;3;2723.50;12.70;1385.50;4.51;0.20 +6749;4;2729.00;12.60;1385.50;1.73;0.20 +6749;5;2726.50;11.05;1387.00;2.89;0.20 +6749;9;2723.48;12.99;1385.00;1.57;0.20 +6749;10;2728.52;13.11;1385.00;-1.57;0.20 +6749;19;2722.00;10.25;1389.00;-3.39;0.20 +6749;20;2720.76;10.25;1390.23;3.92;0.20 6749;21;2728.52;13.11;1385.00;-1.57;0.20 +6750;0;3491.00;12.25;1416.00;0.00;0.24 +6750;1;3492.50;12.75;1414.00;0.64;0.24 +6750;2;3490.00;11.85;1413.50;-0.38;0.24 +6750;3;3489.00;11.85;1416.50;4.46;0.24 +6750;4;3494.00;12.47;1417.00;1.89;0.24 +6750;5;3493.00;12.60;1417.50;2.21;0.24 +6750;6;3490.50;11.80;1418.00;3.38;0.24 +6750;9;3488.66;11.91;1416.00;1.57;0.24 +6750;10;3493.34;12.72;1416.00;-1.57;0.24 6750;21;3488.66;11.91;1416.00;1.57;0.24 +6751;0;3130.00;9.80;1483.00;0.00;0.26 +6751;1;3131.00;9.80;1480.50;0.38;0.26 +6751;2;3128.00;9.80;1481.50;-0.92;0.26 +6751;3;3133.00;9.80;1484.00;1.89;0.26 +6751;4;3128.50;9.80;1484.50;3.92;0.26 +6751;5;3131.00;9.80;1486.00;2.82;0.26 +6751;9;3127.66;9.80;1483.00;1.57;0.26 +6751;10;3132.34;9.80;1483.00;-1.57;0.26 6751;21;3127.66;9.80;1483.00;1.57;0.26 +6752;0;1325.00;10.50;1656.00;0.00;0.42 +6752;1;1325.00;10.47;1649.00;0.00;0.42 +6752;2;1328.00;10.40;1650.00;0.46;0.42 +6752;3;1322.50;10.50;1652.50;-0.62;0.42 +6752;4;1328.50;10.40;1656.00;1.57;0.42 +6752;5;1320.50;10.60;1659.00;4.12;0.42 +6752;6;1324.50;10.60;1661.50;3.23;0.42 +6752;9;1321.22;10.60;1656.00;1.57;0.42 +6752;10;1328.78;10.40;1656.00;-1.57;0.42 6752;21;1321.22;10.60;1656.00;1.57;0.42 +6753;0;3471.00;13.05;1416.00;0.00;0.24 +6753;1;3470.00;13.05;1414.50;-0.58;0.24 +6753;2;3473.50;12.50;1413.50;0.78;0.24 +6753;3;3473.50;12.60;1415.50;1.37;0.24 +6753;4;3468.00;12.85;1416.50;4.54;0.24 +6753;5;3469.00;13.12;1418.00;3.92;0.24 +6753;6;3472.50;12.60;1418.50;2.60;0.24 +6753;9;3468.66;12.90;1416.00;1.57;0.24 +6753;10;3473.34;12.53;1416.00;-1.57;0.24 6753;21;3468.66;12.90;1416.00;1.57;0.24 +6754;0;996.00;12.42;1810.00;0.00;0.80 +6754;1;999.50;13.20;1797.50;0.27;0.80 +6754;2;991.00;12.85;1805.50;-0.83;0.80 +6754;3;1002.50;12.60;1804.00;0.82;0.80 +6754;4;1003.00;12.02;1814.00;2.09;0.80 +6754;5;987.00;12.20;1815.50;4.16;0.80 +6754;6;997.00;12.00;1818.50;3.02;0.80 +6754;9;988.80;12.55;1810.00;1.57;0.80 +6754;10;1003.20;12.03;1810.00;-1.57;0.80 6754;21;988.80;12.55;1810.00;1.57;0.80 +6755;0;3409.00;9.70;1434.00;0.00;0.22 +6755;1;3407.50;9.70;1431.00;-0.46;0.22 +6755;2;3406.50;9.70;1434.00;4.71;0.22 +6755;3;3410.50;9.70;1432.00;0.64;0.22 +6755;4;3411.50;9.70;1434.50;1.76;0.22 +6755;5;3407.50;9.70;1435.50;3.92;0.22 +6755;6;3409.00;9.67;1437.00;3.14;0.22 +6755;7;3411.00;9.65;1437.00;2.55;0.22 +6755;9;3407.02;9.70;1434.00;1.57;0.22 +6755;10;3410.98;9.70;1434.00;-1.57;0.22 +6755;19;3408.00;9.60;1437.00;-2.36;0.22 +6755;20;3407.44;9.60;1438.66;3.46;0.22 6755;21;3407.02;9.70;1434.00;1.57;0.22 +6756;0;2771.00;11.00;1383.00;0.00;0.20 +6756;1;2769.50;12.20;1381.00;-0.64;0.20 +6756;2;2771.50;12.00;1380.50;0.19;0.20 +6756;3;2773.50;10.90;1382.50;1.37;0.20 +6756;4;2768.00;11.45;1382.50;-1.40;0.20 +6756;5;2767.50;10.90;1383.50;4.57;0.20 +6756;6;2772.00;10.37;1384.00;2.35;0.20 +6756;7;2775.50;10.00;1384.50;1.89;0.20 +6756;9;2767.76;11.16;1383.00;1.57;0.20 +6756;10;2774.24;10.50;1383.00;-1.57;0.20 +6756;19;2768.00;9.98;1385.00;-3.93;0.20 +6756;20;2766.54;9.98;1385.97;4.12;0.20 6756;21;2774.24;10.50;1383.00;-1.57;0.20 +6757;0;881.00;10.95;1527.00;0.00;0.30 +6757;1;878.00;10.10;1525.50;-1.10;0.30 +6757;2;882.50;11.10;1524.50;0.54;0.30 +6757;3;885.00;11.62;1527.00;1.57;0.30 +6757;4;879.50;11.00;1529.50;3.68;0.30 +6757;5;883.00;11.70;1529.50;2.46;0.30 +6757;9;878.12;10.14;1527.00;1.57;0.30 +6757;10;883.88;11.48;1527.00;-1.57;0.30 +6757;19;878.00;9.50;1521.00;-1.11;0.30 +6757;20;877.21;9.50;1519.43;-0.46;0.30 6757;21;878.12;10.14;1527.00;1.57;0.30 +6758;0;3546.00;9.62;1427.00;0.00;0.24 +6758;1;3544.00;9.60;1424.00;-0.58;0.24 +6758;2;3547.50;9.70;1424.50;0.54;0.24 +6758;3;3544.00;9.60;1428.00;4.24;0.24 +6758;4;3549.00;9.70;1427.50;1.73;0.24 +6758;5;3548.00;9.67;1429.00;2.35;0.24 +6758;6;3546.50;9.60;1430.00;2.97;0.24 +6758;9;3543.84;9.60;1427.00;1.57;0.24 +6758;10;3548.16;9.70;1427.00;-1.57;0.24 6758;21;3543.84;9.60;1427.00;1.57;0.24 +6759;0;2803.00;10.37;1398.00;0.00;0.18 +6759;1;2802.50;10.40;1396.00;-0.24;0.18 +6759;2;2805.00;10.40;1397.00;1.10;0.18 +6759;3;2801.00;10.35;1398.50;4.46;0.18 +6759;4;2803.50;10.40;1399.50;2.82;0.18 +6759;9;2801.38;10.34;1398.00;1.57;0.18 +6759;10;2804.62;10.40;1398.00;-1.57;0.18 6759;21;2801.38;10.34;1398.00;1.57;0.18 +6760;0;3538.00;9.60;1431.00;0.00;0.22 +6760;1;3537.50;9.60;1427.50;-0.14;0.22 +6760;2;3540.00;9.60;1430.00;1.10;0.22 +6760;3;3535.50;9.70;1428.50;-0.78;0.22 +6760;4;3536.50;9.65;1431.00;4.71;0.22 +6760;5;3539.50;9.60;1434.00;2.67;0.22 +6760;6;3537.00;9.65;1434.50;3.42;0.22 +6760;9;3536.02;9.67;1431.00;1.57;0.22 +6760;10;3539.98;9.60;1431.00;-1.57;0.22 6760;21;3536.02;9.67;1431.00;1.57;0.22 +6761;0;3208.00;11.25;1471.00;0.00;0.22 +6761;1;3207.50;11.30;1470.00;-0.46;0.22 +6761;2;3210.50;11.70;1469.00;0.89;0.22 +6761;3;3211.00;11.15;1471.50;1.73;0.22 +6761;4;3207.00;11.00;1472.50;3.73;0.22 +6761;9;3205.48;11.10;1471.00;1.57;0.22 +6761;10;3210.52;11.34;1471.00;-1.57;0.22 6761;21;3205.48;11.10;1471.00;1.57;0.22 +6762;0;2795.00;10.35;1401.00;0.00;0.18 +6762;1;2794.00;10.30;1399.00;-0.46;0.18 +6762;2;2796.00;10.30;1398.00;0.32;0.18 +6762;3;2797.00;10.40;1400.00;1.10;0.18 +6762;4;2794.00;10.25;1402.00;3.92;0.18 +6762;5;2796.50;10.35;1403.00;2.49;0.18 +6762;6;2795.50;10.30;1404.50;3.00;0.18 +6762;9;2793.38;10.18;1401.00;1.57;0.18 +6762;10;2796.62;10.40;1401.00;-1.57;0.18 6762;21;2793.38;10.18;1401.00;1.57;0.18 +6763;0;3536.00;13.95;1351.00;0.00;0.24 +6763;1;3538.00;14.50;1348.50;0.67;0.24 +6763;2;3533.00;11.70;1350.50;-1.40;0.24 +6763;3;3540.50;15.65;1350.00;1.35;0.24 +6763;4;3537.50;16.20;1352.50;2.35;0.24 +6763;5;3532.50;12.90;1354.00;4.00;0.24 +6763;6;3535.00;14.47;1354.00;3.46;0.24 +6763;9;3532.58;11.64;1351.00;1.57;0.24 +6763;10;3539.42;16.45;1351.00;-1.57;0.24 6763;21;3532.58;11.64;1351.00;1.57;0.24 +6764;0;2691.00;11.65;1385.00;0.00;0.18 +6764;1;2690.00;11.32;1383.00;-0.46;0.18 +6764;2;2692.50;11.85;1383.00;0.64;0.18 +6764;3;2689.50;11.50;1386.50;3.92;0.18 +6764;4;2693.00;11.65;1386.00;2.03;0.18 +6764;5;2691.50;11.30;1387.50;2.94;0.18 +6764;9;2689.38;11.42;1385.00;1.57;0.18 +6764;10;2692.62;11.75;1385.00;-1.57;0.18 +6764;19;2690.00;9.98;1392.00;-3.34;0.18 +6764;20;2689.75;9.98;1393.73;3.28;0.18 6764;21;2689.38;11.42;1385.00;1.57;0.18 +6765;0;3488.00;9.80;1439.00;0.00;0.16 +6765;1;3486.50;9.80;1437.50;-0.78;0.16 +6765;2;3491.00;9.80;1438.50;1.40;0.16 +6765;3;3484.00;9.80;1438.50;-1.44;0.16 +6765;4;3486.50;9.80;1440.50;3.92;0.16 +6765;5;3492.50;9.80;1439.50;1.68;0.16 +6765;6;3491.00;9.80;1440.50;2.03;0.16 +6765;9;3484.76;9.80;1439.00;1.57;0.16 +6765;10;3491.24;9.80;1439.00;-1.57;0.16 6765;21;3484.76;9.80;1439.00;1.57;0.16 +6766;0;2828.00;9.97;1391.00;0.00;0.18 +6766;1;2827.00;10.35;1387.50;-0.27;0.18 +6766;2;2829.50;10.10;1389.50;0.78;0.18 +6766;3;2826.50;10.20;1388.50;-0.54;0.18 +6766;4;2826.00;10.00;1391.00;4.71;0.18 +6766;5;2830.00;9.90;1393.00;2.35;0.18 +6766;6;2827.50;9.90;1393.50;3.33;0.18 +6766;9;2826.38;10.00;1391.00;1.57;0.18 +6766;10;2829.62;9.90;1391.00;-1.57;0.18 6766;21;2826.38;10.00;1391.00;1.57;0.18 +6767;0;1386.00;11.20;1693.00;0.00;0.44 +6767;1;692.50;9.50;846.00;-0.68;0.44 +6767;2;1380.00;11.40;1689.00;-0.98;0.44 +6767;3;1379.00;11.45;1694.00;4.57;0.44 +6767;4;1391.50;11.20;1696.00;2.07;0.44 +6767;5;1383.50;11.25;1697.00;3.70;0.44 +6767;9;1378.98;11.50;1693.00;1.57;0.44 +6767;10;1393.02;10.19;1693.00;-1.57;0.44 6767;21;1378.98;11.50;1693.00;1.57;0.44 +6768;0;3427.00;9.70;1428.00;0.00;0.28 +6768;1;3426.00;9.95;1424.50;-0.27;0.28 +6768;2;3424.00;9.75;1426.00;-0.98;0.28 +6768;3;3427.50;9.75;1426.00;0.24;0.28 +6768;4;3429.50;9.70;1428.50;1.76;0.28 +6768;5;3424.50;9.70;1429.00;4.33;0.28 +6768;6;3430.00;9.70;1430.50;2.26;0.28 +6768;7;3427.50;9.70;1431.50;3.00;0.28 +6768;9;3424.48;9.70;1428.00;1.57;0.28 +6768;10;3429.52;9.70;1428.00;-1.57;0.28 6768;21;3424.48;9.70;1428.00;1.57;0.28 +6769;0;1488.00;10.80;1597.00;0.00;0.34 +6769;1;1487.50;10.80;1592.50;-0.11;0.34 +6769;2;1490.00;10.80;1593.50;0.51;0.34 +6769;3;1486.00;10.80;1595.50;-0.92;0.34 +6769;4;1492.50;10.80;1595.00;1.15;0.34 +6769;5;1490.50;10.80;1598.50;2.11;0.34 +6769;6;1485.00;10.75;1600.00;3.92;0.34 +6769;7;1487.50;10.70;1602.00;3.24;0.34 +6769;9;1484.94;10.80;1597.00;1.57;0.34 +6769;10;1491.06;10.80;1597.00;-1.57;0.34 6769;21;1484.94;10.80;1597.00;1.57;0.34 +6770;0;2860.00;13.20;1410.00;0.00;0.24 +6770;1;2859.50;12.70;1407.50;-0.19;0.24 +6770;2;2862.00;13.10;1408.00;0.78;0.24 +6770;3;2857.50;12.95;1409.00;-1.19;0.24 +6770;4;2863.50;13.40;1409.00;1.29;0.24 +6770;5;2862.00;13.37;1411.00;2.03;0.24 +6770;6;2856.50;13.30;1411.00;4.43;0.24 +6770;7;2858.00;13.60;1412.50;3.81;0.24 +6770;9;2857.48;13.24;1410.00;1.57;0.24 +6770;10;2862.52;13.35;1410.00;-1.57;0.24 6770;21;2857.48;13.24;1410.00;1.57;0.24 +6771;0;3347.00;9.70;1444.00;0.00;0.20 +6771;1;3347.50;9.70;1442.50;0.32;0.20 +6771;2;3345.00;9.70;1444.00;4.71;0.20 +6771;3;3348.50;9.70;1445.00;2.15;0.20 +6771;4;3345.50;9.60;1446.00;3.78;0.20 +6771;9;3344.84;9.70;1444.00;1.57;0.20 +6771;10;3349.16;9.70;1444.00;-1.57;0.20 +6771;19;3353.00;9.50;1443.00;0.32;0.20 +6771;20;3354.72;9.50;1442.71;1.40;0.20 6771;21;3344.84;9.70;1444.00;1.57;0.20 +6772;0;886.00;13.32;1541.00;0.00;0.28 +6772;1;888.50;13.15;1536.00;0.46;0.28 +6772;2;885.50;12.60;1536.50;-0.11;0.28 +6772;3;889.00;13.40;1540.50;1.40;0.28 +6772;4;884.00;12.92;1541.00;4.71;0.28 +6772;5;886.00;13.05;1545.50;3.14;0.28 +6772;6;883.00;13.05;1545.00;3.78;0.28 +6772;9;883.48;12.84;1541.00;1.57;0.28 +6772;10;888.52;13.39;1541.00;-1.57;0.28 6772;21;883.48;12.84;1541.00;1.57;0.28 +6773;0;2842.00;10.35;1417.00;0.00;0.16 +6773;1;2842.00;10.20;1413.50;0.00;0.16 +6773;2;2840.50;10.10;1415.50;-0.78;0.16 +6773;3;2844.00;10.60;1416.00;1.10;0.16 +6773;4;2840.00;10.05;1418.50;4.06;0.16 +6773;5;2843.00;10.35;1419.00;2.67;0.16 +6773;6;2842.00;10.17;1420.00;3.14;0.16 +6773;9;2840.56;10.11;1417.00;1.57;0.16 +6773;10;2843.44;10.44;1417.00;-1.57;0.16 6773;21;2840.56;10.11;1417.00;1.57;0.16 +6774;0;4961.00;12.77;1471.00;0.00;0.30 +6774;1;4962.50;13.40;1467.00;0.35;0.30 +6774;2;4959.00;13.25;1468.00;-0.58;0.30 +6774;3;4964.50;12.70;1470.00;1.29;0.30 +6774;4;4957.00;12.90;1471.50;4.58;0.30 +6774;5;4962.00;12.00;1474.00;2.82;0.30 +6774;6;4958.00;12.30;1474.50;3.85;0.30 +6774;9;4957.94;13.12;1471.00;1.57;0.30 +6774;10;4964.06;12.51;1471.00;-1.57;0.30 6774;21;4957.94;13.12;1471.00;1.57;0.30 +6775;0;2815.00;10.10;1406.00;0.00;0.24 +6775;1;2815.50;10.05;1403.00;0.16;0.24 +6775;2;2813.50;10.00;1404.50;-0.78;0.24 +6775;3;2816.50;10.10;1405.00;0.98;0.24 +6775;4;2813.50;10.10;1407.50;3.92;0.24 +6775;5;2817.50;10.00;1407.00;1.95;0.24 +6775;6;2816.50;10.10;1408.50;2.60;0.24 +6775;9;2812.84;10.00;1406.00;1.57;0.24 +6775;10;2817.16;10.06;1406.00;-1.57;0.24 6775;21;2812.84;10.00;1406.00;1.57;0.24 +6776;0;3387.00;9.95;1470.00;0.00;0.26 +6776;1;3388.00;9.85;1466.50;0.27;0.26 +6776;2;3384.50;9.95;1468.00;-0.89;0.26 +6776;3;3389.50;9.90;1469.00;1.19;0.26 +6776;4;3385.00;10.00;1471.00;4.24;0.26 +6776;5;3389.50;9.90;1472.00;2.24;0.26 +6776;6;3388.00;9.90;1473.50;2.86;0.26 +6776;9;3384.66;10.00;1470.00;1.57;0.26 +6776;10;3389.34;9.90;1470.00;-1.57;0.26 6776;21;3384.66;10.00;1470.00;1.57;0.26 +6777;0;2789.00;9.70;1405.00;0.00;0.20 +6777;1;2788.00;9.70;1402.00;-0.32;0.20 +6777;2;2791.00;9.75;1404.00;1.10;0.20 +6777;3;2787.50;9.70;1405.50;4.39;0.20 +6777;4;2791.00;9.85;1407.00;2.35;0.20 +6777;5;2790.00;9.77;1408.00;2.82;0.20 +6777;9;2787.20;9.61;1405.00;1.57;0.20 +6777;10;2790.80;9.77;1405.00;-1.57;0.20 +6777;19;2786.00;9.50;1405.00;-1.89;0.20 +6777;20;2784.25;9.50;1405.00;4.71;0.20 6777;21;2787.20;9.61;1405.00;1.57;0.20 +6778;0;1622.00;10.70;1619.00;0.00;0.26 +6778;1;810.50;9.50;809.00;-0.78;0.26 +6778;2;1620.00;10.37;1617.00;-0.78;0.26 +6778;3;1624.50;11.10;1617.50;1.03;0.26 +6778;4;1626.50;11.50;1619.00;1.57;0.26 +6778;5;1624.50;11.10;1621.50;2.35;0.26 +6778;6;1620.50;10.00;1622.50;3.54;0.26 +6778;7;1621.50;10.00;1623.50;3.25;0.26 +6778;9;1618.40;10.19;1619.00;1.57;0.26 +6778;10;1625.60;11.36;1619.00;-1.57;0.26 6778;21;1618.40;10.19;1619.00;1.57;0.26 +6779;0;1116.00;11.40;1916.00;0.00;1.24 +6779;1;1105.50;10.60;1894.50;-0.45;1.24 +6779;2;557.50;9.50;957.50;-0.52;1.24 +6779;3;1103.00;10.80;1910.50;-1.17;1.24 +6779;4;1121.50;11.40;1904.50;0.44;1.24 +6779;5;557.50;9.50;957.50;-0.52;1.24 +6779;6;1132.00;11.40;1923.50;2.00;1.24 +6779;7;557.50;9.50;957.50;-0.52;1.24 +6779;8;1129.00;11.30;1933.00;2.48;1.24 +6779;9;1104.84;10.80;1916.00;1.57;1.24 +6779;10;1127.16;11.40;1916.00;-1.57;1.24 6779;21;1104.84;10.80;1916.00;1.57;1.24 +6780;0;2922.00;11.87;1420.00;0.00;0.20 +6780;1;2923.50;10.80;1417.50;0.54;0.20 +6780;2;2921.00;12.40;1419.00;-0.78;0.20 +6780;3;2924.00;10.75;1419.50;1.32;0.20 +6780;4;2919.50;13.80;1421.50;4.17;0.20 +6780;5;2921.00;12.87;1422.00;3.60;0.20 +6780;6;2923.50;11.50;1422.50;2.60;0.20 +6780;9;2920.02;13.18;1420.00;1.57;0.20 +6780;10;2923.98;10.83;1420.00;-1.57;0.20 6780;21;2920.02;13.18;1420.00;1.57;0.20 +6781;0;3439.00;9.72;1437.00;0.00;0.20 +6781;1;3436.00;9.70;1435.00;-0.98;0.20 +6781;2;3438.50;9.75;1435.00;-0.24;0.20 +6781;3;3441.00;9.80;1435.00;0.78;0.20 +6781;4;3441.50;9.70;1436.50;1.37;0.20 +6781;5;3436.00;9.70;1437.50;4.54;0.20 +6781;6;3442.00;9.70;1438.50;2.03;0.20 +6781;7;3439.00;9.70;1439.50;3.14;0.20 +6781;9;3436.48;9.70;1437.00;1.57;0.20 +6781;10;3441.52;9.70;1437.00;-1.57;0.20 6781;21;3436.48;9.70;1437.00;1.57;0.20 +6782;0;1476.00;10.70;1608.00;0.00;0.28 +6782;1;1474.00;10.70;1603.50;-0.41;0.28 +6782;2;1476.50;10.70;1603.50;0.11;0.28 +6782;3;1473.00;10.70;1607.00;-1.24;0.28 +6782;4;1479.00;10.70;1605.50;0.87;0.28 +6782;5;1479.50;10.70;1609.50;1.97;0.28 +6782;6;1474.50;10.80;1611.50;3.54;0.28 +6782;7;1477.50;10.80;1612.50;2.82;0.28 +6782;9;1473.48;10.70;1608.00;1.57;0.28 +6782;10;1478.52;10.70;1608.00;-1.57;0.28 6782;21;1473.48;10.70;1608.00;1.57;0.28 +6783;0;3405.00;9.70;1446.00;0.00;0.30 +6783;1;3403.50;9.70;1447.00;4.12;0.30 +6783;2;3407.00;9.70;1443.00;0.58;0.30 +6783;3;3408.50;9.70;1445.00;1.29;0.30 +6783;4;3407.50;9.70;1448.50;2.35;0.30 +6783;9;3401.76;9.57;1446.00;1.57;0.30 +6783;10;3408.24;9.70;1446.00;-1.57;0.30 +6783;19;3407.00;9.50;1440.00;-2.16;0.30 +6783;20;3407.55;9.50;1438.34;0.32;0.30 6783;21;3401.76;9.57;1446.00;1.57;0.30 +6784;0;2894.00;11.45;1427.00;0.00;0.16 +6784;1;2892.00;10.40;1425.50;-0.92;0.16 +6784;2;2894.50;11.20;1425.00;0.24;0.16 +6784;3;2897.00;12.75;1427.00;1.57;0.16 +6784;4;2891.50;11.00;1428.00;4.33;0.16 +6784;5;2894.00;11.97;1429.00;3.14;0.16 +6784;6;2896.00;12.35;1428.50;2.21;0.16 +6784;9;2892.20;10.84;1427.00;1.57;0.16 +6784;10;2895.80;12.23;1427.00;-1.57;0.16 6784;21;2892.20;10.84;1427.00;1.57;0.16 +6785;0;1275.00;10.27;1315.00;0.00;0.38 +6785;1;1274.00;10.30;1311.50;-0.27;0.38 +6785;2;1279.50;9.70;1315.00;1.57;0.38 +6785;3;1269.50;10.40;1315.50;4.62;0.38 +6785;4;1273.50;10.30;1318.50;3.54;0.38 +6785;5;1278.00;9.75;1319.50;2.55;0.38 +6785;9;1270.32;10.40;1315.00;1.57;0.38 +6785;10;1279.68;9.69;1315.00;-1.57;0.38 +6785;19;1279.00;9.68;1316.00;1.57;0.38 +6785;20;1280.69;9.68;1316.42;1.81;0.38 6785;21;1270.32;10.40;1315.00;1.57;0.38 +6786;0;2876.00;12.70;1423.00;0.00;0.22 +6786;1;2876.00;12.85;1421.00;0.00;0.22 +6786;2;2879.00;11.67;1420.00;0.78;0.22 +6786;3;2878.50;12.40;1422.50;1.37;0.22 +6786;4;2873.50;12.20;1424.50;4.17;0.22 +6786;5;2876.50;12.40;1425.50;2.94;0.22 +6786;6;2875.00;12.10;1426.50;3.42;0.22 +6786;9;2874.02;12.60;1423.00;1.57;0.22 +6786;10;2877.98;12.50;1423.00;-1.57;0.22 6786;21;2874.02;12.60;1423.00;1.57;0.22 +6787;0;3925.00;10.40;1713.00;0.00;0.58 +6787;1;3925.00;10.45;1706.00;0.00;0.58 +6787;2;3930.50;10.40;1710.00;1.07;0.58 +6787;3;3920.00;10.25;1709.50;-0.96;0.58 +6787;4;3921.00;10.30;1717.00;3.92;0.58 +6787;5;3928.50;10.30;1719.00;2.61;0.58 +6787;9;3919.78;10.32;1713.00;1.57;0.58 +6787;10;3930.22;10.30;1713.00;-1.57;0.58 6787;21;3919.78;10.32;1713.00;1.57;0.58 +6788;0;2949.00;9.52;1407.00;0.00;0.20 +6788;1;2949.00;9.50;1405.50;0.00;0.20 +6788;2;2952.50;9.50;1405.00;1.05;0.20 +6788;3;2951.00;9.70;1407.50;1.81;0.20 +6788;4;2945.00;9.50;1407.50;4.58;0.20 +6788;5;2947.00;9.80;1409.00;3.92;0.20 +6788;9;2946.12;9.50;1407.00;1.57;0.20 +6788;10;2951.88;9.66;1407.00;-1.57;0.20 +6788;19;2950.00;9.50;1406.00;0.00;0.20 +6788;20;2951.23;9.50;1404.76;0.78;0.20 6788;21;2946.12;9.50;1407.00;1.57;0.20 +6789;0;2850.00;12.97;1423.00;0.00;0.20 +6789;1;2849.50;12.70;1420.50;-0.19;0.20 +6789;2;2852.50;13.75;1422.00;1.19;0.20 +6789;3;2847.00;11.25;1422.00;-1.24;0.20 +6789;4;2847.00;11.17;1424.00;4.39;0.20 +6789;5;2851.00;13.17;1425.00;2.67;0.20 +6789;6;2849.00;12.32;1425.00;3.60;0.20 +6789;9;2848.02;11.86;1423.00;1.57;0.20 +6789;10;2851.98;13.64;1423.00;-1.57;0.20 6789;21;2848.02;11.86;1423.00;1.57;0.20 +6790;0;2961.00;11.05;1417.00;0.00;0.16 +6790;1;2959.50;11.80;1416.00;-0.98;0.16 +6790;2;2962.00;11.62;1415.00;0.46;0.16 +6790;3;2963.50;10.90;1416.00;1.19;0.16 +6790;4;2964.50;10.30;1417.50;1.71;0.16 +6790;5;2957.50;11.25;1418.00;4.43;0.16 +6790;6;2962.00;10.30;1418.50;2.55;0.16 +6790;7;2959.00;10.57;1419.00;3.92;0.16 +6790;9;2958.30;11.63;1417.00;1.57;0.16 +6790;10;2963.70;10.56;1417.00;-1.57;0.16 6790;21;2958.30;11.63;1417.00;1.57;0.16 +6791;0;3531.00;11.30;1442.00;0.00;0.22 +6791;1;3530.50;11.05;1440.00;-0.24;0.22 +6791;2;3533.50;10.40;1440.00;0.89;0.22 +6791;3;3527.50;10.40;1442.50;4.57;0.22 +6791;4;3534.00;10.37;1442.00;1.57;0.22 +6791;5;3533.50;10.70;1443.50;2.11;0.22 +6791;6;3529.50;11.80;1443.50;3.92;0.22 +6791;7;3532.00;11.57;1445.00;2.82;0.22 +6791;9;3528.66;10.77;1442.00;1.57;0.22 +6791;10;3533.34;10.62;1442.00;-1.57;0.22 6791;21;3528.66;10.77;1442.00;1.57;0.22 +6792;0;2812.00;10.20;1420.00;0.00;0.22 +6792;1;2811.00;10.20;1418.50;-0.58;0.22 +6792;2;2814.00;10.30;1418.50;0.92;0.22 +6792;3;2809.00;9.95;1419.50;-1.40;0.22 +6792;4;2814.00;10.20;1420.00;1.57;0.22 +6792;5;2809.50;9.80;1421.50;4.17;0.22 +6792;6;2813.00;10.05;1422.50;2.76;0.22 +6792;9;2809.66;9.98;1420.00;1.57;0.22 +6792;10;2814.34;10.20;1420.00;-1.57;0.22 6792;21;2809.66;9.98;1420.00;1.57;0.22 +6793;0;2992.00;9.70;1414.00;0.00;0.16 +6793;1;2992.00;9.70;1412.00;0.00;0.16 +6793;2;2989.00;9.72;1413.00;-1.24;0.16 +6793;3;2995.50;9.70;1413.50;1.42;0.16 +6793;4;2989.00;9.70;1415.00;4.39;0.16 +6793;5;2992.50;9.70;1415.50;2.82;0.16 +6793;9;2989.30;9.70;1414.00;1.57;0.16 +6793;10;2994.70;9.70;1414.00;-1.57;0.16 +6793;19;2999.00;9.50;1415.00;1.43;0.16 +6793;20;3000.73;9.50;1415.24;1.71;0.16 6793;21;2989.30;9.70;1414.00;1.57;0.16 +6794;0;3496.00;9.72;1448.00;0.00;0.26 +6794;1;3495.00;9.70;1445.00;-0.32;0.26 +6794;2;3497.50;9.75;1446.00;0.64;0.26 +6794;3;3492.50;9.70;1447.00;-1.29;0.26 +6794;4;3499.00;9.80;1448.50;1.73;0.26 +6794;5;3494.00;9.70;1449.50;4.06;0.26 +6794;6;3497.50;9.80;1451.00;2.67;0.26 +6794;7;3495.50;9.80;1451.00;3.30;0.26 +6794;9;3493.66;9.70;1448.00;1.57;0.26 +6794;10;3498.34;9.80;1448.00;-1.57;0.26 6794;21;3493.66;9.70;1448.00;1.57;0.26 +6795;0;1618.00;10.85;1608.00;0.00;0.24 +6795;1;1616.00;10.67;1606.00;-0.78;0.24 +6795;2;1619.50;11.90;1605.50;0.54;0.24 +6795;3;1620.00;11.15;1608.50;1.81;0.24 +6795;4;808.50;9.50;803.50;-0.78;0.24 +6795;5;1618.00;10.40;1611.50;3.14;0.24 +6795;9;1615.84;10.28;1608.00;1.57;0.24 +6795;10;1620.16;11.26;1608.00;-1.57;0.24 6795;21;1615.84;10.28;1608.00;1.57;0.24 +6796;0;3468.00;9.80;1442.00;0.00;0.24 +6796;1;3468.50;9.80;1440.00;0.24;0.24 +6796;2;3465.00;9.80;1442.50;4.54;0.24 +6796;3;3472.50;9.80;1441.50;1.46;0.24 +6796;4;3468.50;9.80;1443.50;2.82;0.24 +6796;5;3464.00;9.70;1444.50;4.15;0.24 +6796;9;3464.94;9.75;1442.00;1.57;0.24 +6796;10;3471.06;9.80;1442.00;-1.57;0.24 6796;21;3464.94;9.75;1442.00;1.57;0.24 +6797;0;1578.00;9.70;1620.00;0.00;0.20 +6797;1;788.50;9.50;809.50;-0.77;0.20 +6797;2;1574.50;9.70;1619.00;-1.29;0.20 +6797;3;1580.50;9.70;1620.50;1.76;0.20 +6797;4;1576.00;9.75;1621.50;4.06;0.20 +6797;5;1578.50;9.75;1622.00;2.89;0.20 +6797;9;1575.30;9.70;1620.00;1.57;0.20 +6797;10;1580.70;9.70;1620.00;-1.57;0.20 6797;21;1575.30;9.70;1620.00;1.57;0.20 +6798;0;1254.00;11.07;1373.00;0.00;0.56 +6798;1;1251.50;11.30;1365.50;-0.32;0.56 +6798;2;1256.00;11.75;1367.50;0.34;0.56 +6798;3;1249.00;11.15;1371.00;-1.19;0.56 +6798;4;1260.00;11.65;1370.00;1.10;0.56 +6798;5;1262.00;11.45;1373.50;1.63;0.56 +6798;6;1249.00;11.20;1378.00;3.92;0.56 +6798;7;1256.00;10.87;1378.00;2.76;0.56 +6798;8;1251.00;11.10;1380.50;3.52;0.56 +6798;9;1248.96;11.10;1373.00;1.57;0.56 +6798;10;1259.04;11.55;1373.00;-1.57;0.56 6798;21;1248.96;11.10;1373.00;1.57;0.56 +6799;0;3093.00;13.30;1405.00;0.00;0.22 +6799;1;3093.50;13.35;1403.00;0.24;0.22 +6799;2;3091.00;13.30;1405.00;4.71;0.22 +6799;3;3096.00;13.75;1404.00;1.24;0.22 +6799;4;3095.50;13.00;1406.50;2.11;0.22 +6799;5;3091.00;12.40;1407.50;3.81;0.22 +6799;6;3093.00;12.60;1407.50;3.14;0.22 +6799;9;3091.02;13.30;1405.00;1.57;0.22 +6799;10;3094.98;13.49;1405.00;-1.57;0.22 6799;21;3091.02;13.30;1405.00;1.57;0.22 +6800;0;2739.00;12.20;1307.00;0.00;0.14 +6800;1;2737.50;11.90;1305.50;-0.78;0.14 +6800;2;2741.00;12.20;1306.00;1.10;0.14 +6800;3;2738.50;12.30;1308.00;3.60;0.14 +6800;4;2742.00;12.45;1308.00;1.89;0.14 +6800;9;2736.48;11.94;1307.00;1.57;0.14 +6800;10;2741.52;12.30;1307.00;-1.57;0.14 6800;21;2736.48;11.94;1307.00;1.57;0.14 +6801;0;3186.00;9.50;1261.00;0.00;1.02 +6801;1;3196.50;9.50;1248.00;0.67;1.02 +6801;2;3192.50;9.50;1249.50;0.51;1.02 +6801;3;3197.00;9.50;1251.00;0.83;1.02 +6801;4;3187.50;9.50;1249.00;0.12;1.02 +6801;5;3183.50;9.50;1251.00;-0.24;1.02 +6801;6;3179.00;9.50;1255.50;-0.90;1.02 +6801;7;3194.50;9.50;1257.50;1.18;1.02 +6801;8;3174.50;9.50;1264.00;4.45;1.02 +6801;9;3176.82;9.50;1261.00;1.57;1.02 +6801;10;3195.18;9.50;1261.00;-1.57;1.02 +6801;11;3202.80;9.50;1240.20;0.67;1.02 +6801;12;3196.40;9.50;1242.60;0.51;1.02 +6801;13;3203.60;9.50;1245.00;0.83;1.02 +6801;14;3188.40;9.50;1241.80;0.12;1.02 +6801;15;3182.00;9.50;1245.00;-0.24;1.02 +6801;16;3174.80;9.50;1252.20;-0.90;1.02 +6801;17;3199.60;9.50;1255.40;1.18;1.02 +6801;18;3167.60;9.50;1265.80;4.45;1.02 6801;21;3176.82;9.50;1261.00;1.57;1.02 +6802;0;2914.00;9.50;71.00;0.00;0.96 +6802;1;2910.50;9.50;59.50;-0.29;0.96 +6802;2;2926.00;9.50;64.00;1.04;0.96 +6802;3;2902.00;9.50;68.50;-1.36;0.96 +6802;4;2925.00;9.50;76.50;2.03;0.96 +6802;5;2902.00;9.50;80.00;4.06;0.96 +6802;6;2910.00;9.50;83.50;3.45;0.96 +6802;9;2903.20;9.50;71.00;1.57;0.96 +6802;10;2924.80;9.50;71.00;-1.57;0.96 +6802;11;2908.40;9.50;52.60;-0.29;0.96 +6802;12;2933.20;9.50;59.80;1.04;0.96 +6802;13;2894.80;9.50;67.00;-1.36;0.96 +6802;14;2931.60;9.50;79.80;2.03;0.96 +6802;15;2894.80;9.50;85.40;4.06;0.96 +6802;16;2907.60;9.50;91.00;3.45;0.96 6802;21;2903.20;9.50;71.00;1.57;0.96 +6803;0;1318.00;10.85;1448.00;0.00;0.34 +6803;1;1318.50;10.90;1445.00;0.16;0.34 +6803;2;1311.50;10.40;1446.50;-1.34;0.34 +6803;3;1324.50;11.20;1448.50;1.64;0.34 +6803;4;1311.00;10.15;1449.00;4.57;0.34 +6803;5;1316.00;10.27;1451.00;3.73;0.34 +6803;6;1322.50;10.80;1452.00;2.29;0.34 +6803;9;1312.96;10.25;1448.00;1.57;0.34 +6803;10;1323.04;11.07;1448.00;-1.57;0.34 6803;21;1312.96;10.25;1448.00;1.57;0.34 +6804;0;4750.00;14.87;1350.00;0.00;0.26 +6804;1;4750.50;14.20;1348.00;0.24;0.26 +6804;2;4747.50;14.10;1348.50;-1.03;0.26 +6804;3;4753.00;13.37;1350.00;1.57;0.26 +6804;4;4747.50;14.20;1350.50;4.51;0.26 +6804;5;4750.00;15.00;1352.50;3.14;0.26 +6804;6;4752.50;13.30;1352.50;2.35;0.26 +6804;9;4747.48;14.23;1350.00;1.57;0.26 +6804;10;4752.52;13.73;1350.00;-1.57;0.26 6804;21;4747.48;14.23;1350.00;1.57;0.26 +6805;0;1523.00;9.50;1258.00;0.00;1.04 +6805;1;1511.00;9.50;1248.00;-0.87;1.04 +6805;2;1506.00;9.50;1255.50;-1.42;1.04 +6805;3;1538.50;9.50;1249.50;1.06;1.04 +6805;4;1540.50;9.50;1255.00;1.40;1.04 +6805;5;1523.00;9.50;1251.00;0.00;1.04 +6805;6;1533.00;9.50;1250.50;0.92;1.04 +6805;7;1538.00;9.50;1265.00;2.00;1.04 +6805;8;1521.00;9.50;1268.00;3.33;1.04 +6805;9;1508.78;9.50;1258.00;1.57;1.04 +6805;10;1537.22;9.50;1258.00;-1.57;1.04 +6805;11;1503.80;9.50;1242.00;-0.87;1.04 +6805;12;1495.80;9.50;1254.00;-1.42;1.04 +6805;13;1547.80;9.50;1244.40;1.06;1.04 +6805;14;1551.00;9.50;1253.20;1.40;1.04 +6805;15;1523.00;9.50;1246.80;0.00;1.04 +6805;16;1539.00;9.50;1246.00;0.92;1.04 +6805;17;1547.00;9.50;1269.20;2.00;1.04 +6805;18;1519.80;9.50;1274.00;3.33;1.04 6805;21;1508.78;9.50;1258.00;1.57;1.04 +6806;0;4849.00;9.90;1383.00;0.00;0.24 +6806;1;4851.00;9.80;1382.00;1.10;0.24 +6806;2;4848.00;9.95;1381.50;-0.58;0.24 +6806;3;4846.00;10.02;1384.00;4.39;0.24 +6806;4;4846.00;10.15;1385.50;4.01;0.24 +6806;5;4849.00;9.97;1385.00;3.14;0.24 +6806;9;4846.66;9.99;1383.00;1.57;0.24 +6806;10;4851.34;9.85;1383.00;-1.57;0.24 6806;21;4846.66;9.99;1383.00;1.57;0.24 +6807;0;3329.00;11.95;1279.00;0.00;0.24 +6807;1;3328.50;12.30;1275.50;-0.14;0.24 +6807;2;3331.00;12.15;1278.50;1.32;0.24 +6807;3;3327.00;12.00;1279.50;4.46;0.24 +6807;4;3329.50;11.95;1283.00;3.01;0.24 +6807;9;3326.84;12.06;1279.00;1.57;0.24 +6807;10;3331.16;12.14;1279.00;-1.57;0.24 6807;21;3326.84;12.06;1279.00;1.57;0.24 +6808;0;3291.00;12.42;1320.00;0.00;0.26 +6808;1;3290.00;13.50;1316.50;-0.27;0.26 +6808;2;3293.00;12.67;1318.00;0.78;0.26 +6808;3;3288.00;12.80;1319.50;-1.40;0.26 +6808;4;3292.50;12.50;1321.50;2.35;0.26 +6808;5;3288.50;12.40;1322.00;4.03;0.26 +6808;9;3288.12;12.66;1320.00;1.57;0.26 +6808;10;3293.88;12.38;1320.00;-1.57;0.26 6808;21;3288.12;12.66;1320.00;1.57;0.26 +6809;0;927.00;9.50;522.00;0.00;1.20 +6809;1;926.50;9.50;507.50;-0.03;1.20 +6809;2;941.00;9.50;514.00;1.05;1.20 +6809;3;912.50;9.50;516.50;-1.20;1.20 +6809;4;941.50;9.50;528.50;1.99;1.20 +6809;5;913.50;9.50;530.00;4.17;1.20 +6809;6;933.50;9.50;536.00;2.70;1.20 +6809;7;919.50;9.50;538.00;3.58;1.20 +6809;9;916.20;9.50;522.00;1.57;1.20 +6809;10;937.80;9.50;522.00;-1.57;1.20 +6809;11;926.20;9.50;498.80;-0.03;1.20 +6809;12;949.40;9.50;509.20;1.05;1.20 +6809;13;903.80;9.50;513.20;-1.20;1.20 +6809;14;950.20;9.50;532.40;1.99;1.20 +6809;15;905.40;9.50;534.80;4.17;1.20 +6809;16;937.40;9.50;544.40;2.70;1.20 +6809;17;915.00;9.50;547.60;3.58;1.20 6809;21;916.20;9.50;522.00;1.57;1.20 +6810;0;5322.00;9.50;749.00;0.00;1.48 +6810;1;5316.50;9.50;733.50;-0.34;1.48 +6810;2;5335.50;9.50;748.50;1.53;1.48 +6810;3;5329.50;9.50;734.50;0.47;1.48 +6810;4;5306.50;9.50;747.00;-1.44;1.48 +6810;5;5316.00;9.50;764.00;3.52;1.48 +6810;6;5331.00;9.50;765.00;2.62;1.48 +6810;9;5308.50;9.50;749.00;1.57;1.48 +6810;10;5335.50;9.50;749.00;-1.57;1.48 +6810;11;5313.20;9.50;724.20;-0.34;1.48 +6810;12;5343.60;9.50;748.20;1.53;1.48 +6810;13;5334.00;9.50;725.80;0.47;1.48 +6810;14;5297.20;9.50;745.80;-1.44;1.48 +6810;15;5312.40;9.50;773.00;3.52;1.48 +6810;16;5336.40;9.50;774.60;2.62;1.48 6810;21;5308.50;9.50;749.00;1.57;1.48 +6811;0;4847.00;12.27;1408.00;0.00;0.24 +6811;1;4845.50;12.20;1404.50;-0.40;0.24 +6811;2;4848.50;12.20;1404.50;0.40;0.24 +6811;3;4845.50;13.20;1408.00;4.71;0.24 +6811;4;4850.00;12.17;1408.00;1.57;0.24 +6811;5;4848.50;12.75;1412.00;2.78;0.24 +6811;6;4845.50;13.90;1412.50;3.46;0.24 +6811;7;4847.00;13.60;1413.50;3.14;0.24 +6811;9;4844.84;13.72;1408.00;1.57;0.24 +6811;10;4849.16;12.06;1408.00;-1.57;0.24 6811;21;4844.84;13.72;1408.00;1.57;0.24 +6812;0;2822.00;9.80;1346.00;0.00;0.24 +6812;1;2819.50;9.70;1344.50;-1.03;0.24 +6812;2;2823.00;9.50;1345.00;0.78;0.24 +6812;3;2821.00;10.30;1347.00;3.92;0.24 +6812;4;2826.00;9.72;1347.00;1.81;0.24 +6812;5;2824.00;10.00;1347.50;2.21;0.24 +6812;9;2819.12;10.16;1346.00;1.57;0.24 +6812;10;2824.88;9.55;1346.00;-1.57;0.24 +6812;19;2826.00;9.43;1346.00;0.39;0.24 +6812;20;2827.75;9.43;1346.00;1.57;0.24 6812;21;2824.88;9.55;1346.00;-1.57;0.24 +6813;0;3387.00;15.25;1283.00;0.00;0.30 +6813;1;3384.50;16.40;1279.50;-0.62;0.30 +6813;2;3387.50;15.50;1280.00;0.16;0.30 +6813;3;3383.50;15.90;1282.50;-1.42;0.30 +6813;4;3389.50;14.20;1283.50;1.76;0.30 +6813;5;3385.50;14.75;1286.00;3.60;0.30 +6813;6;3389.00;14.07;1287.00;2.67;0.30 +6813;9;3384.30;16.01;1283.00;1.57;0.30 +6813;10;3389.70;14.10;1283.00;-1.57;0.30 6813;21;3384.30;16.01;1283.00;1.57;0.30 +6814;0;3209.00;10.35;1367.00;0.00;0.22 +6814;1;3209.00;10.95;1364.50;0.00;0.22 +6814;2;3211.00;10.55;1365.00;0.78;0.22 +6814;3;3207.00;10.57;1367.00;4.71;0.22 +6814;4;3210.50;9.95;1368.00;2.15;0.22 +6814;5;3207.00;10.45;1370.50;3.66;0.22 +6814;6;3209.00;10.20;1370.50;3.14;0.22 +6814;9;3207.02;10.57;1367.00;1.57;0.22 +6814;10;3210.98;10.07;1367.00;-1.57;0.22 6814;21;3207.02;10.57;1367.00;1.57;0.22 +6815;0;4328.00;9.50;183.00;0.00;0.98 +6815;1;4320.00;9.50;176.00;-0.85;0.98 +6815;2;4331.00;9.50;172.50;0.27;0.98 +6815;3;4338.50;9.50;175.00;0.92;0.98 +6815;4;4339.50;9.50;182.00;1.48;0.98 +6815;5;4318.50;9.50;190.50;4.04;0.98 +6815;6;4330.50;9.50;193.00;2.89;0.98 +6815;9;4319.18;9.50;183.00;1.57;0.98 +6815;10;4336.82;9.50;183.00;-1.57;0.98 +6815;11;4315.20;9.50;171.80;-0.85;0.98 +6815;12;4332.80;9.50;166.20;0.27;0.98 +6815;13;4344.80;9.50;170.20;0.92;0.98 +6815;14;4346.40;9.50;181.40;1.48;0.98 +6815;15;4312.80;9.50;195.00;4.04;0.98 +6815;16;4332.00;9.50;199.00;2.89;0.98 6815;21;4319.18;9.50;183.00;1.57;0.98 +6816;0;2923.00;9.50;1637.00;0.00;0.62 +6816;1;2924.00;9.50;1629.50;0.13;0.62 +6816;2;2917.00;9.50;1631.00;-0.78;0.62 +6816;3;2931.50;9.50;1632.00;1.03;0.62 +6816;4;2917.00;9.50;1639.00;4.39;0.62 +6816;5;2928.50;9.50;1638.50;1.83;0.62 +6816;6;2923.50;9.50;1645.00;3.07;0.62 +6816;7;2928.00;9.50;1645.00;2.58;0.62 +6816;9;2917.24;9.50;1637.00;1.57;0.62 +6816;10;2928.76;9.50;1637.00;-1.57;0.62 +6816;11;2924.60;9.50;1625.00;0.13;0.62 +6816;12;2913.40;9.50;1627.40;-0.78;0.62 +6816;13;2936.60;9.50;1629.00;1.03;0.62 +6816;14;2913.40;9.50;1640.20;4.39;0.62 +6816;15;2931.80;9.50;1639.40;1.83;0.62 +6816;16;2923.80;9.50;1649.80;3.07;0.62 +6816;17;2931.00;9.50;1649.80;2.58;0.62 6816;21;2917.24;9.50;1637.00;1.57;0.62 +6817;0;2805.00;10.32;1326.00;0.00;0.20 +6817;1;2803.50;10.50;1324.50;-0.78;0.20 +6817;2;2806.00;9.62;1325.00;0.78;0.20 +6817;3;2804.00;11.30;1327.00;3.92;0.20 +6817;4;2806.50;10.35;1328.00;2.49;0.20 +6817;9;2802.84;11.38;1326.00;1.57;0.20 +6817;10;2807.16;9.51;1326.00;-1.57;0.20 +6817;19;2810.00;9.50;1328.00;0.79;0.20 +6817;20;2811.62;9.50;1328.65;1.95;0.20 6817;21;2807.16;9.51;1326.00;-1.57;0.20 +6818;0;2687.00;13.35;1332.00;0.00;0.20 +6818;1;2687.00;13.30;1330.50;0.00;0.20 +6818;2;2685.50;12.70;1332.50;4.39;0.20 +6818;3;2689.00;13.72;1332.00;1.57;0.20 +6818;4;2689.00;13.60;1334.50;2.46;0.20 +6818;5;2687.00;12.77;1335.00;3.14;0.20 +6818;9;2685.20;12.70;1332.00;1.57;0.20 +6818;10;2688.80;13.75;1332.00;-1.57;0.20 6818;21;2685.20;12.70;1332.00;1.57;0.20 +6819;0;5281.00;9.50;475.00;0.00;0.74 +6819;1;5263.50;9.50;471.00;-1.34;0.74 +6819;2;5284.00;9.50;469.00;0.46;0.74 +6819;3;5302.50;9.50;473.50;1.50;0.74 +6819;4;5295.00;9.50;478.00;1.78;0.74 +6819;5;5267.50;9.50;482.00;4.23;0.74 +6819;6;5281.50;9.50;480.50;3.05;0.74 +6819;7;5303.00;9.50;480.00;1.79;0.74 +6819;8;5301.50;9.50;483.00;1.94;0.74 +6819;9;5264.62;9.50;475.00;1.57;0.74 +6819;10;5297.38;9.50;475.00;-1.57;0.74 +6819;11;5253.00;9.50;468.60;-1.34;0.74 +6819;12;5285.80;9.50;465.40;0.46;0.74 +6819;13;5315.40;9.50;472.60;1.50;0.74 +6819;14;5303.40;9.50;479.80;1.78;0.74 +6819;15;5259.40;9.50;486.20;4.23;0.74 +6819;16;5281.80;9.50;483.80;3.05;0.74 +6819;17;5316.20;10.36;483.00;1.79;0.74 +6819;18;5313.80;10.46;487.80;1.94;0.74 6819;21;5264.62;9.50;475.00;1.57;0.74 +6820;0;5323.00;9.50;989.00;0.00;1.24 +6820;1;5317.00;9.50;976.00;-0.43;1.24 +6820;2;5334.00;9.50;983.00;1.07;1.24 +6820;3;5305.50;9.50;985.00;-1.34;1.24 +6820;4;5311.50;9.50;996.50;4.13;1.24 +6820;5;5334.50;9.50;998.50;2.26;1.24 +6820;9;5306.44;9.50;989.00;1.57;1.24 +6820;10;5339.56;9.50;989.00;-1.57;1.24 +6820;11;5313.40;9.50;968.20;-0.43;1.24 +6820;12;5340.60;9.50;979.40;1.07;1.24 +6820;13;5295.00;9.50;982.60;-1.34;1.24 +6820;14;5304.60;9.50;1001.00;4.13;1.24 +6820;15;5341.40;9.50;1004.20;2.26;1.24 6820;21;5306.44;9.50;989.00;1.57;1.24 +6821;0;5535.00;9.50;1403.00;0.00;0.82 +6821;1;5526.50;9.50;1393.00;-0.70;0.82 +6821;2;5515.00;9.50;1399.00;-1.37;0.82 +6821;3;5544.50;9.50;1394.50;0.84;0.82 +6821;4;5554.00;9.50;1395.50;1.19;0.82 +6821;5;5555.00;9.50;1404.00;1.62;0.82 +6821;6;5518.50;9.50;1408.50;4.39;0.82 +6821;7;5539.50;9.50;1412.00;2.67;0.82 +6821;9;5519.70;9.50;1403.00;1.57;0.82 +6821;10;5550.30;9.50;1403.00;-1.57;0.82 +6821;11;5521.40;9.50;1387.00;-0.70;0.82 +6821;12;5503.00;9.50;1396.60;-1.37;0.82 +6821;13;5550.20;9.50;1389.40;0.84;0.82 +6821;14;5565.40;9.50;1391.00;1.19;0.82 +6821;15;5567.00;9.50;1404.60;1.62;0.82 +6821;16;5508.60;9.50;1411.80;4.39;0.82 +6821;17;5542.20;9.50;1417.40;2.67;0.82 6821;21;5519.70;9.50;1403.00;1.57;0.82 +6822;0;4824.00;12.55;1352.00;0.00;0.30 +6822;1;4824.00;11.80;1349.50;0.00;0.30 +6822;2;4821.50;13.30;1349.50;-0.78;0.30 +6822;3;4820.00;14.25;1351.50;-1.44;0.30 +6822;4;4827.00;10.20;1352.50;1.73;0.30 +6822;5;4823.00;14.00;1354.00;3.60;0.30 +6822;6;4826.50;10.90;1355.50;2.52;0.30 +6822;9;4821.30;14.09;1352.00;1.57;0.30 +6822;10;4826.70;10.34;1352.00;-1.57;0.30 +6822;19;4830.00;9.53;1354.00;-4.55;0.30 +6822;20;4831.66;9.53;1354.55;1.89;0.30 6822;21;4821.30;14.09;1352.00;1.57;0.30 +6823;0;1573.00;11.75;1534.00;0.00;0.20 +6823;1;1570.50;13.10;1531.50;-0.78;0.20 +6823;2;1569.50;13.20;1533.00;-1.29;0.20 +6823;3;1575.00;10.82;1533.00;1.10;0.20 +6823;4;1578.50;10.40;1534.50;1.66;0.20 +6823;5;1571.00;12.65;1535.50;4.06;0.20 +6823;6;1575.50;10.80;1535.50;2.11;0.20 +6823;7;1578.50;10.30;1535.50;1.83;0.20 +6823;9;1569.58;13.00;1534.00;1.57;0.20 +6823;10;1576.42;10.56;1534.00;-1.57;0.20 6823;21;1569.58;13.00;1534.00;1.57;0.20 +6824;0;4954.00;9.50;1355.00;0.00;1.12 +6824;1;4960.00;9.50;1345.00;0.54;1.12 +6824;2;4971.50;9.50;1343.00;0.97;1.12 +6824;3;4973.00;9.50;1347.00;1.17;1.12 +6824;4;4939.50;9.50;1346.00;-1.01;1.12 +6824;5;4933.50;9.50;1351.50;-1.40;1.12 +6824;6;4974.00;9.50;1351.50;1.39;1.12 +6824;7;4972.50;9.50;1356.50;1.65;1.12 +6824;8;4941.50;9.50;1363.50;4.11;1.12 +6824;9;4938.52;9.50;1355.00;1.57;1.12 +6824;10;4969.48;9.50;1355.00;-1.57;1.12 +6824;11;4963.60;9.50;1339.00;0.54;1.12 +6824;12;4982.00;9.50;1335.80;0.97;1.12 +6824;13;4984.40;9.50;1342.20;1.17;1.12 +6824;14;4930.80;9.50;1340.60;-1.01;1.12 +6824;15;4921.20;9.50;1349.40;-1.40;1.12 +6824;16;4986.00;9.50;1349.40;1.39;1.12 +6824;17;4983.60;9.50;1357.40;1.65;1.12 +6824;18;4934.00;9.50;1368.60;4.11;1.12 6824;21;4938.52;9.50;1355.00;1.57;1.12 +6825;0;4130.00;9.50;918.00;0.00;1.08 +6825;1;4129.00;9.50;907.00;-0.09;1.08 +6825;2;4139.50;9.50;910.00;0.87;1.08 +6825;3;4120.00;9.50;917.00;-1.47;1.08 +6825;4;4135.50;9.50;925.00;2.47;1.08 +6825;5;4119.00;9.50;926.50;4.05;1.08 +6825;6;4123.00;9.50;930.00;3.67;1.08 +6825;9;4120.28;9.50;918.00;1.57;1.08 +6825;10;4139.72;9.50;918.00;-1.57;1.08 +6825;11;4128.40;9.50;900.40;-0.09;1.08 +6825;12;4145.20;9.50;905.20;0.87;1.08 +6825;13;4114.00;9.50;916.40;-1.47;1.08 +6825;14;4138.80;9.50;929.20;2.47;1.08 +6825;15;4112.40;9.50;931.60;4.05;1.08 +6825;16;4118.80;9.50;937.20;3.67;1.08 6825;21;4120.28;9.50;918.00;1.57;1.08 +6826;0;3511.00;10.80;1240.00;0.00;0.48 +6826;1;3511.00;11.02;1236.00;0.00;0.48 +6826;2;3516.50;10.45;1235.00;0.83;0.48 +6826;3;3505.50;10.75;1239.00;-1.39;0.48 +6826;4;3517.00;11.35;1241.00;1.73;0.48 +6826;5;3503.50;10.25;1243.00;4.33;0.48 +6826;6;3509.00;11.00;1245.00;3.52;0.48 +6826;7;3513.00;11.80;1245.50;2.79;0.48 +6826;9;3505.42;10.51;1240.00;1.57;0.48 +6826;10;3516.58;11.14;1240.00;-1.57;0.48 6826;21;3505.42;10.51;1240.00;1.57;0.48 +6827;0;1340.00;11.10;1659.00;0.00;0.36 +6827;1;1339.00;10.90;1652.00;-0.14;0.36 +6827;2;1343.00;11.00;1655.00;0.64;0.36 +6827;3;1336.00;11.00;1657.50;-1.21;0.36 +6827;4;1343.00;11.10;1661.50;2.26;0.36 +6827;5;1338.50;11.00;1664.00;3.43;0.36 +6827;9;1336.76;11.00;1659.00;1.57;0.36 +6827;10;1343.24;11.10;1659.00;-1.57;0.36 6827;21;1336.76;11.00;1659.00;1.57;0.36 +6828;0;4598.00;12.27;1310.00;0.00;0.24 +6828;1;4598.50;11.70;1307.00;0.16;0.24 +6828;2;4600.00;11.45;1307.50;0.67;0.24 +6828;3;4596.50;12.70;1308.50;-0.78;0.24 +6828;4;4600.00;11.35;1310.50;1.81;0.24 +6828;5;4595.50;13.70;1311.50;4.17;0.24 +6828;6;4597.50;13.00;1313.50;3.28;0.24 +6828;9;4595.84;13.39;1310.00;1.57;0.24 +6828;10;4600.16;11.31;1310.00;-1.57;0.24 6828;21;4595.84;13.39;1310.00;1.57;0.24 +6829;0;4234.00;9.50;14.00;0.00;0.70 +6829;1;4224.00;9.50;13.00;-1.47;0.70 +6829;2;4246.50;9.50;9.50;1.22;0.70 +6829;3;4240.50;9.50;18.50;2.17;0.70 +6829;4;4221.50;9.50;19.50;4.29;0.70 +6829;5;4229.00;9.50;21.50;3.73;0.70 +6829;9;4224.10;9.50;14.00;1.57;0.70 +6829;10;4243.90;9.50;14.00;-1.57;0.70 +6829;11;4218.00;9.50;12.40;-1.47;0.70 +6829;12;4254.00;9.50;6.80;1.22;0.70 +6829;13;4244.40;9.50;21.20;2.17;0.70 +6829;14;4214.00;9.50;22.80;4.29;0.70 +6829;15;4226.00;9.50;26.00;3.73;0.70 6829;21;4224.10;9.50;14.00;1.57;0.70 +6830;0;4427.00;9.50;277.00;0.00;1.00 +6830;1;4430.50;9.50;262.50;0.23;1.00 +6830;2;4418.50;9.50;276.50;-1.51;1.00 +6830;3;4437.00;9.50;273.50;1.23;1.00 +6830;4;4436.50;9.50;285.50;2.30;1.00 +6830;5;4424.00;9.50;288.50;3.39;1.00 +6830;9;4418.00;9.50;277.00;1.57;1.00 +6830;10;4436.00;9.50;277.00;-1.57;1.00 +6830;11;4432.60;9.50;253.80;0.23;1.00 +6830;12;4413.40;9.50;276.20;-1.51;1.00 +6830;13;4443.00;9.50;271.40;1.23;1.00 +6830;14;4442.20;9.50;290.60;2.30;1.00 +6830;15;4422.20;9.50;295.40;3.39;1.00 6830;21;4418.00;9.50;277.00;1.57;1.00 +6831;0;3029.00;11.70;1364.00;0.00;0.24 +6831;1;3030.50;11.95;1361.00;0.46;0.24 +6831;2;3027.50;12.65;1363.00;-0.98;0.24 +6831;3;3031.50;11.20;1362.00;0.89;0.24 +6831;4;3030.00;10.20;1365.50;2.55;0.24 +6831;5;3026.00;11.50;1365.50;4.24;0.24 +6831;6;3027.00;10.95;1366.50;3.81;0.24 +6831;9;3026.84;12.10;1364.00;1.57;0.24 +6831;10;3031.16;10.60;1364.00;-1.57;0.24 +6831;19;3027.00;10.32;1369.00;-3.73;0.24 +6831;20;3026.35;10.32;1370.62;3.52;0.24 6831;21;3026.84;12.10;1364.00;1.57;0.24 +6832;0;2733.00;11.70;1301.00;0.00;0.22 +6832;1;2731.50;11.70;1299.00;-0.64;0.22 +6832;2;2734.50;12.10;1300.00;0.98;0.22 +6832;3;2731.50;11.45;1302.00;4.12;0.22 +6832;4;2736.00;11.80;1301.50;1.73;0.22 +6832;5;2734.50;11.70;1302.50;2.35;0.22 +6832;6;2732.00;11.45;1304.00;3.46;0.22 +6832;9;2730.84;11.40;1301.00;1.57;0.22 +6832;10;2735.16;11.91;1301.00;-1.57;0.22 6832;21;2738.37;12.00;1301.90;1.57;0.22 +6833;0;4928.00;12.15;1414.00;0.00;0.30 +6833;1;4930.00;10.37;1412.00;0.78;0.30 +6833;2;4925.50;12.15;1412.00;-0.89;0.30 +6833;3;4924.50;13.05;1415.00;4.43;0.30 +6833;4;4930.50;11.50;1416.00;2.24;0.30 +6833;5;4927.50;12.95;1417.00;3.30;0.30 +6833;9;4924.94;12.86;1414.00;1.57;0.30 +6833;10;4931.06;10.05;1414.00;-1.57;0.30 +6833;19;4933.00;9.50;1414.00;0.79;0.30 +6833;20;4934.75;9.50;1414.00;1.57;0.30 6833;21;4924.94;12.86;1414.00;1.57;0.30 +6834;0;3770.00;9.50;284.00;0.00;1.12 +6834;1;3765.50;9.50;275.00;-0.46;1.12 +6834;2;3780.00;9.50;275.00;0.83;1.12 +6834;3;3780.00;9.50;289.00;2.03;1.12 +6834;4;3753.50;9.50;282.00;-1.45;1.12 +6834;5;3756.50;9.50;287.00;4.49;1.12 +6834;6;3761.00;9.50;293.50;3.90;1.12 +6834;7;3770.50;9.50;295.50;3.09;1.12 +6834;9;3759.56;9.50;284.00;1.57;1.12 +6834;10;3780.44;9.50;284.00;-1.57;1.12 +6834;11;3762.80;9.50;269.60;-0.46;1.12 +6834;12;3786.00;9.50;269.60;0.83;1.12 +6834;13;3786.00;9.50;292.00;2.03;1.12 +6834;14;3743.60;9.50;280.80;-1.45;1.12 +6834;15;3748.40;9.50;288.80;4.49;1.12 +6834;16;3755.60;9.50;299.20;3.90;1.12 +6834;17;3770.80;9.50;302.40;3.09;1.12 6834;21;3759.56;9.50;284.00;1.57;1.12 +6835;0;2610.00;9.50;59.00;0.00;1.16 +6835;1;2607.50;9.50;45.50;-0.18;1.16 +6835;2;2623.00;9.50;56.50;1.38;1.16 +6835;3;2596.00;9.50;56.50;-1.39;1.16 +6835;4;2622.50;9.50;70.50;2.31;1.16 +6835;5;2606.50;9.50;70.50;3.43;1.16 +6835;9;2598.12;9.50;59.00;1.57;1.16 +6835;10;2621.88;9.50;59.00;-1.57;1.16 +6835;11;2606.00;9.50;37.40;-0.18;1.16 +6835;12;2630.80;9.50;55.00;1.38;1.16 +6835;13;2587.60;9.50;55.00;-1.39;1.16 +6835;14;2630.00;9.50;77.40;2.31;1.16 +6835;15;2604.40;9.50;77.40;3.43;1.16 6835;21;2598.12;9.50;59.00;1.57;1.16 +6836;0;2816.00;10.25;1350.00;0.00;0.22 +6836;1;2815.00;10.20;1348.00;-0.46;0.22 +6836;2;2818.00;10.57;1349.00;1.10;0.22 +6836;3;2813.50;10.10;1349.00;-1.19;0.22 +6836;4;2813.50;10.10;1350.50;4.51;0.22 +6836;5;2818.50;10.85;1351.00;1.95;0.22 +6836;6;2814.00;10.10;1352.00;3.92;0.22 +6836;7;2816.50;10.40;1352.50;2.94;0.22 +6836;8;2814.00;10.10;1352.50;3.81;0.22 +6836;9;2814.02;10.10;1350.00;1.57;0.22 +6836;10;2817.98;10.67;1350.00;-1.57;0.22 6836;21;2814.02;10.10;1350.00;1.57;0.22 +6837;0;4687.00;11.65;1339.00;0.00;0.26 +6837;1;4689.00;10.77;1337.00;0.78;0.26 +6837;2;4685.00;11.75;1337.50;-0.92;0.26 +6837;3;4689.50;11.40;1340.50;2.11;0.26 +6837;4;4685.50;11.90;1340.50;3.92;0.26 +6837;5;4688.50;11.70;1342.50;2.73;0.26 +6837;9;4684.66;11.89;1339.00;1.57;0.26 +6837;10;4689.34;11.23;1339.00;-1.57;0.26 +6837;19;4693.00;9.50;1337.00;0.79;0.26 +6837;20;4694.66;9.50;1336.44;1.24;0.26 6837;21;4684.66;11.89;1339.00;1.57;0.26 +6838;0;4870.00;11.02;1402.00;0.00;0.20 +6838;1;4871.00;10.55;1400.50;0.58;0.20 +6838;2;4868.00;11.00;1400.50;-0.92;0.20 +6838;3;4866.50;11.60;1402.50;4.57;0.20 +6838;4;4872.50;10.60;1403.00;1.95;0.20 +6838;5;4868.00;11.45;1404.50;3.81;0.20 +6838;6;4871.50;10.90;1404.50;2.60;0.20 +6838;9;4867.66;11.33;1402.00;1.57;0.20 +6838;10;4872.34;10.58;1402.00;-1.57;0.20 6838;21;4867.66;11.33;1402.00;1.57;0.20 +6839;0;2658.00;9.50;587.00;0.00;0.98 +6839;1;2652.50;9.50;578.50;-0.57;0.98 +6839;2;2664.50;9.50;573.50;0.44;0.98 +6839;3;2667.50;9.50;588.50;1.72;0.98 +6839;4;2644.00;9.50;586.00;-1.49;0.98 +6839;5;2649.00;9.50;593.00;4.12;0.98 +6839;6;2661.00;9.50;600.00;2.91;0.98 +6839;9;2649.18;9.50;587.00;1.57;0.98 +6839;10;2666.82;9.50;587.00;-1.57;0.98 +6839;11;2649.20;9.50;573.40;-0.57;0.98 +6839;12;2668.40;9.50;565.40;0.44;0.98 +6839;13;2673.20;9.50;589.40;1.72;0.98 +6839;14;2635.60;9.50;585.40;-1.49;0.98 +6839;15;2643.60;9.50;596.60;4.12;0.98 +6839;16;2662.80;9.50;607.80;2.91;0.98 6839;21;2649.18;9.50;587.00;1.57;0.98 +6840;0;2346.00;9.50;476.00;0.00;1.02 +6840;1;2352.50;9.50;465.00;0.53;1.02 +6840;2;2338.50;9.50;466.00;-0.64;1.02 +6840;3;2360.00;9.50;473.00;1.36;1.02 +6840;4;2333.00;9.50;478.50;4.52;1.02 +6840;5;2357.50;9.50;483.50;2.14;1.02 +6840;6;2345.50;9.50;487.50;3.18;1.02 +6840;9;2333.58;9.50;476.00;1.57;1.02 +6840;10;2358.42;9.50;476.00;-1.57;1.02 +6840;11;2356.40;9.50;458.40;0.53;1.02 +6840;12;2334.00;9.50;460.00;-0.64;1.02 +6840;13;2368.40;9.50;471.20;1.36;1.02 +6840;14;2325.20;9.50;480.00;4.52;1.02 +6840;15;2364.40;9.50;488.00;2.14;1.02 +6840;16;2345.20;9.50;494.40;3.18;1.02 6840;21;2333.58;9.50;476.00;1.57;1.02 +6841;0;2755.00;13.97;1343.00;0.00;0.28 +6841;1;2753.00;13.07;1340.00;-0.58;0.28 +6841;2;2752.00;14.00;1342.00;-1.24;0.28 +6841;3;2755.00;13.37;1341.00;0.00;0.28 +6841;4;2758.00;13.52;1343.00;1.57;0.28 +6841;5;2752.00;14.70;1344.00;4.39;0.28 +6841;6;2753.50;14.70;1344.50;3.92;0.28 +6841;7;2757.00;14.10;1345.00;2.35;0.28 +6841;9;2752.12;14.36;1343.00;1.57;0.28 +6841;10;2757.88;13.53;1343.00;-1.57;0.28 6841;21;2757.88;13.53;1343.00;-1.57;0.28 +6842;0;3208.00;12.35;1379.00;0.00;0.22 +6842;1;3208.50;12.60;1376.50;0.19;0.22 +6842;2;3205.50;12.60;1378.50;-1.37;0.22 +6842;3;3210.50;12.40;1377.50;1.03;0.22 +6842;4;3210.00;11.85;1380.00;2.03;0.22 +6842;5;3206.50;11.10;1381.50;3.68;0.22 +6842;6;3208.50;10.90;1382.00;2.97;0.22 +6842;9;3205.48;12.34;1379.00;1.57;0.22 +6842;10;3210.52;12.19;1379.00;-1.57;0.22 6842;21;3205.48;12.34;1379.00;1.57;0.22 +6843;0;3057.00;10.55;1343.00;0.00;0.22 +6843;1;3057.00;11.05;1341.00;0.00;0.22 +6843;2;3054.50;11.50;1342.00;-1.19;0.22 +6843;3;3059.00;10.65;1342.50;1.32;0.22 +6843;4;3055.00;10.60;1344.50;4.06;0.22 +6843;5;3059.00;10.05;1345.50;2.46;0.22 +6843;9;3054.48;11.15;1343.00;1.57;0.22 +6843;10;3059.52;10.65;1343.00;-1.57;0.22 +6843;19;3062.00;9.53;1348.00;-3.82;0.22 +6843;20;3063.23;9.53;1349.23;2.35;0.22 6843;21;3054.48;11.15;1343.00;1.57;0.22 +6844;0;1788.00;9.50;1229.00;0.00;1.38 +6844;1;1788.50;9.50;1219.50;0.05;1.38 +6844;2;1807.00;9.50;1214.50;0.91;1.38 +6844;3;1805.00;9.50;1223.00;1.23;1.38 +6844;4;1791.50;9.50;1236.50;2.70;1.38 +6844;5;1769.50;9.50;1230.50;4.63;1.38 +6844;6;1771.50;9.50;1238.00;4.21;1.38 +6844;7;1777.50;9.50;1245.00;3.72;1.38 +6844;9;1774.14;9.50;1229.00;1.57;1.38 +6844;10;1801.86;9.50;1229.00;-1.57;1.38 +6844;11;1788.80;9.50;1213.80;0.05;1.38 +6844;12;1818.40;9.50;1205.80;0.91;1.38 +6844;13;1815.20;9.50;1219.40;1.23;1.38 +6844;14;1793.60;9.50;1241.00;2.70;1.38 +6844;15;1758.40;9.50;1231.40;4.63;1.38 +6844;16;1761.60;9.50;1243.40;4.21;1.38 +6844;17;1771.20;9.50;1254.60;3.72;1.38 6844;21;1774.14;9.50;1229.00;1.57;1.38 +6845;0;1630.14;9.80;1547.36;0.00;0.20 +6845;1;1628.00;9.70;1542.00;-0.78;0.20 +6845;2;1630.00;9.67;1542.00;0.00;0.20 +6845;3;1627.00;9.72;1543.00;-1.24;0.20 +6845;4;1632.50;9.70;1543.50;1.37;0.20 +6845;5;1628.50;9.75;1545.00;4.12;0.20 +6845;6;1633.00;9.70;1545.50;2.03;0.20 +6845;7;1630.50;9.80;1546.50;2.94;0.20 +6845;8;1632.00;9.72;1547.00;2.55;0.20 +6845;9;1627.12;9.76;1544.00;1.57;0.20 +6845;10;1632.88;9.65;1544.00;-1.57;0.20 +6845;19;1630.00;9.50;1540.00;0.00;0.20 +6845;20;1630.00;9.50;1538.25;0.00;0.20 6845;21;1631.92;9.60;1544.23;-1.57;0.20 +6846;0;1603.00;9.70;1505.00;0.00;0.26 +6846;1;1605.50;9.50;1505.00;1.57;0.26 +6846;2;1602.50;9.70;1502.50;-0.19;0.26 +6846;3;1598.50;9.70;1504.50;-1.46;0.26 +6846;4;1600.00;9.67;1508.00;3.92;0.26 +6846;9;1599.22;9.70;1505.00;1.57;0.26 +6846;10;1606.78;9.50;1505.00;-1.57;0.26 +6846;19;1610.00;9.50;1503.00;1.57;0.26 +6846;20;1611.68;9.50;1502.51;1.29;0.26 6846;21;1599.22;9.70;1505.00;1.57;0.26 +6847;0;1339.00;9.50;577.00;0.00;1.02 +6847;1;1342.50;9.50;567.00;0.33;1.02 +6847;2;1325.50;9.50;572.00;-1.21;1.02 +6847;3;1356.50;9.50;576.50;1.54;1.02 +6847;4;1324.50;9.50;584.00;4.26;1.02 +6847;5;1352.50;9.50;584.50;2.07;1.02 +6847;6;1338.50;9.50;588.00;3.18;1.02 +6847;7;1328.50;9.50;590.50;3.80;1.02 +6847;9;1326.22;9.50;577.00;1.57;1.02 +6847;10;1351.78;9.50;577.00;-1.57;1.02 +6847;11;1344.60;9.50;561.00;0.33;1.02 +6847;12;1317.40;9.50;569.00;-1.21;1.02 +6847;13;1367.00;9.50;576.20;1.54;1.02 +6847;14;1315.80;9.50;588.20;4.26;1.02 +6847;15;1360.60;9.50;589.00;2.07;1.02 +6847;16;1338.20;9.50;594.60;3.18;1.02 +6847;17;1322.20;9.50;598.60;3.80;1.02 6847;21;1326.22;9.50;577.00;1.57;1.02 +6848;0;34.00;9.50;22.00;0.00;0.94 +6848;1;2832.50;9.50;21.00;1.57;0.94 +6848;2;52.50;9.50;19.50;1.43;0.94 +6848;3;39.50;9.50;31.00;2.59;0.94 +6848;4;2832.50;9.50;32.50;1.57;0.94 +6848;9;17.44;9.50;22.00;1.57;0.94 +6848;10;50.56;9.50;22.00;-1.57;0.94 +6848;11;4511.60;9.50;20.40;1.57;0.94 +6848;12;63.60;9.50;18.00;1.43;0.94 +6848;13;42.80;9.50;36.40;2.59;0.94 +6848;14;4511.60;9.50;38.80;1.57;0.94 6848;21;17.44;9.50;22.00;1.57;0.94 +6849;0;541.00;9.50;1191.00;0.00;1.36 +6849;1;557.00;9.50;1176.00;0.81;1.36 +6849;2;557.50;9.50;1186.50;1.30;1.36 +6849;3;539.50;9.50;1180.50;-0.14;1.36 +6849;4;525.50;9.50;1195.00;4.46;1.36 +6849;5;539.50;9.50;1203.00;3.26;1.36 +6849;6;525.50;9.50;1208.00;3.88;1.36 +6849;9;528.04;9.50;1191.00;1.57;1.36 +6849;10;553.96;9.50;1191.00;-1.57;1.36 +6849;11;566.60;9.50;1167.00;0.81;1.36 +6849;12;567.40;9.50;1183.80;1.30;1.36 +6849;13;538.60;9.50;1174.20;-0.14;1.36 +6849;14;516.20;9.50;1197.40;4.46;1.36 +6849;15;538.60;9.50;1210.20;3.26;1.36 +6849;16;516.20;9.50;1218.20;3.88;1.36 6849;21;528.04;9.50;1191.00;1.57;1.36 +6850;0;1547.00;10.25;1543.00;0.00;0.10 +6850;1;1547.00;10.25;1539.50;0.00;0.10 +6850;2;1545.50;10.30;1541.50;-0.78;0.10 +6850;3;1548.50;10.35;1544.00;2.15;0.10 +6850;4;1547.00;10.65;1545.50;3.14;0.10 +6850;9;1546.10;10.32;1543.00;1.57;0.10 +6850;10;1547.90;10.24;1543.00;-1.57;0.10 6850;21;1546.10;10.32;1543.00;1.57;0.10 +6851;0;4711.00;11.07;1312.00;0.00;0.16 +6851;1;4712.00;10.60;1311.00;0.78;0.16 +6851;2;4709.50;10.90;1310.50;-0.78;0.16 +6851;3;4710.00;11.12;1313.00;3.92;0.16 +6851;4;4713.50;10.60;1313.00;1.95;0.16 +6851;9;4709.20;11.02;1312.00;1.57;0.16 +6851;10;4712.80;10.52;1312.00;-1.57;0.16 +6851;19;4717.00;9.50;1313.00;0.79;0.16 +6851;20;4718.72;9.50;1313.28;1.73;0.16 6851;21;4709.20;11.02;1312.00;1.57;0.16 +6852;0;4691.00;12.15;1365.00;0.00;0.28 +6852;1;4690.50;12.10;1361.50;-0.14;0.28 +6852;2;4693.50;11.40;1363.00;0.89;0.28 +6852;3;4688.50;12.50;1364.00;-1.19;0.28 +6852;4;4694.50;11.50;1366.50;1.97;0.28 +6852;5;4688.50;12.45;1367.00;4.03;0.28 +6852;6;4692.00;12.07;1369.00;2.89;0.28 +6852;9;4688.12;12.53;1365.00;1.57;0.28 +6852;10;4693.88;11.53;1365.00;-1.57;0.28 6852;21;4688.12;12.53;1365.00;1.57;0.28 +6853;0;148.00;9.50;1678.00;0.00;1.04 +6853;1;147.50;9.50;1666.50;-0.04;1.04 +6853;2;161.00;9.50;1666.00;0.82;1.04 +6853;3;163.00;9.50;1677.50;1.53;1.04 +6853;4;133.50;9.50;1675.00;-1.36;1.04 +6853;5;128.00;9.50;1687.00;4.29;1.04 +6853;6;143.50;9.50;1690.00;3.50;1.04 +6853;7;159.50;9.50;1691.00;2.41;1.04 +6853;9;133.96;9.50;1678.00;1.57;1.04 +6853;10;162.04;9.50;1678.00;-1.57;1.04 +6853;11;147.20;9.50;1659.60;-0.04;1.04 +6853;12;168.80;9.50;1658.80;0.82;1.04 +6853;13;172.00;9.50;1677.20;1.53;1.04 +6853;14;124.80;9.50;1673.20;-1.36;1.04 +6853;15;116.00;9.50;1692.40;4.29;1.04 +6853;16;140.80;9.50;1697.20;3.50;1.04 +6853;17;166.40;9.50;1698.80;2.41;1.04 6853;21;133.96;9.50;1678.00;1.57;1.04 +6854;0;430.00;9.50;1126.00;0.00;1.18 +6854;1;423.00;9.50;1116.50;-0.63;1.18 +6854;2;443.50;9.50;1118.00;1.03;1.18 +6854;3;409.00;9.50;1125.50;-1.54;1.18 +6854;4;445.00;9.50;1133.00;2.00;1.18 +6854;5;418.00;9.50;1134.00;4.12;1.18 +6854;6;434.00;9.50;1138.50;2.83;1.18 +6854;9;415.24;9.50;1126.00;1.57;1.18 +6854;10;444.76;9.50;1126.00;-1.57;1.18 +6854;11;418.80;9.50;1110.80;-0.63;1.18 +6854;12;451.60;9.50;1113.20;1.03;1.18 +6854;13;396.40;9.50;1125.20;-1.54;1.18 +6854;14;454.00;9.50;1137.20;2.00;1.18 +6854;15;410.80;9.50;1138.80;4.12;1.18 +6854;16;436.40;9.50;1146.00;2.83;1.18 6854;21;415.24;9.50;1126.00;1.57;1.18 +6855;0;1514.00;10.82;1544.00;0.00;0.24 +6855;1;1512.50;11.30;1542.00;-0.64;0.24 +6855;2;1515.00;11.17;1541.00;0.32;0.24 +6855;3;1517.00;10.80;1544.00;1.57;0.24 +6855;4;1511.50;10.80;1545.50;4.17;0.24 +6855;5;1515.00;10.77;1547.00;2.82;0.24 +6855;6;1512.00;10.70;1548.00;3.60;0.24 +6855;9;1511.84;11.00;1544.00;1.57;0.24 +6855;10;1516.16;10.78;1544.00;-1.57;0.24 6855;21;1511.84;11.00;1544.00;1.57;0.24 +6856;0;2790.00;13.27;1307.00;0.00;0.18 +6856;1;2791.00;12.82;1305.00;0.46;0.18 +6856;2;2789.00;13.25;1305.50;-0.58;0.18 +6856;3;2792.00;12.65;1306.50;1.32;0.18 +6856;4;2788.00;13.32;1308.00;4.24;0.18 +6856;5;2791.50;12.70;1308.50;2.35;0.18 +6856;6;2790.00;12.55;1309.50;3.14;0.18 +6856;9;2788.38;13.42;1307.00;1.57;0.18 +6856;10;2791.62;12.85;1307.00;-1.57;0.18 6856;21;2788.38;13.42;1307.00;1.57;0.18 +6857;0;3168.00;12.05;1354.00;0.00;0.24 +6857;1;3166.50;12.30;1351.00;-0.46;0.24 +6857;2;3169.50;11.70;1351.50;0.54;0.24 +6857;3;3166.00;12.80;1354.50;4.46;0.24 +6857;4;3169.50;11.60;1354.50;1.89;0.24 +6857;5;3166.50;13.30;1358.00;3.50;0.24 +6857;9;3165.84;12.78;1354.00;1.57;0.24 +6857;10;3170.16;11.61;1354.00;-1.57;0.24 6857;21;3165.84;12.78;1354.00;1.57;0.24 +6858;0;1222.00;9.50;442.00;0.00;1.12 +6858;1;1220.50;9.50;426.50;-0.09;1.12 +6858;2;1232.00;9.50;432.50;0.81;1.12 +6858;3;1210.50;9.50;432.50;-0.88;1.12 +6858;4;1209.00;9.50;445.50;4.44;1.12 +6858;5;1235.50;9.50;448.00;1.98;1.12 +6858;6;1222.50;9.50;455.50;3.10;1.12 +6858;9;1211.92;9.50;442.00;1.57;1.12 +6858;10;1232.08;9.50;442.00;-1.57;1.12 +6858;11;1219.60;9.50;417.20;-0.09;1.12 +6858;12;1238.00;9.50;426.80;0.81;1.12 +6858;13;1203.60;9.50;426.80;-0.88;1.12 +6858;14;1201.20;9.50;447.60;4.44;1.12 +6858;15;1243.60;9.50;451.60;1.98;1.12 +6858;16;1222.80;9.50;463.60;3.10;1.12 6858;21;1211.92;9.50;442.00;1.57;1.12 +6859;0;4890.00;9.50;21.00;0.00;1.06 +6859;1;4879.00;9.50;20.00;-1.48;1.06 +6859;2;4906.00;9.50;13.00;1.10;1.06 +6859;3;4900.50;9.50;23.50;1.80;1.06 +6859;4;4877.50;9.50;33.50;3.92;1.06 +6859;5;4888.00;9.50;33.50;3.30;1.06 +6859;6;4878.00;9.50;37.00;3.78;1.06 +6859;9;4879.20;9.50;21.00;1.57;1.06 +6859;10;4900.80;9.50;21.00;-1.57;1.06 +6859;11;4872.40;9.50;19.40;-1.48;1.06 +6859;12;4915.60;9.50;8.20;1.10;1.06 +6859;13;4906.80;9.50;25.00;1.80;1.06 +6859;14;4870.00;9.50;41.00;3.92;1.06 +6859;15;4886.80;9.50;41.00;3.30;1.06 +6859;16;4870.80;9.50;46.60;3.78;1.06 6859;21;4879.20;9.50;21.00;1.57;1.06 +6860;0;4750.00;10.97;1333.00;0.00;0.24 +6860;1;4749.50;11.00;1330.50;-0.19;0.24 +6860;2;4748.50;10.70;1330.50;-0.54;0.24 +6860;3;4752.50;11.40;1332.50;1.37;0.24 +6860;4;4747.50;10.50;1332.50;-1.37;0.24 +6860;5;4754.00;11.57;1333.00;1.57;0.24 +6860;6;4747.00;10.85;1334.50;4.24;0.24 +6860;7;4753.50;11.50;1334.50;1.97;0.24 +6860;8;4750.00;11.07;1335.00;3.14;0.24 +6860;9;4747.48;10.54;1333.00;1.57;0.24 +6860;10;4752.52;11.40;1333.00;-1.57;0.24 6860;21;4747.48;10.54;1333.00;1.57;0.24 +6861;0;923.00;11.05;1478.00;0.00;0.32 +6861;1;923.00;11.55;1473.00;0.00;0.32 +6861;2;925.50;11.80;1473.00;0.46;0.32 +6861;3;921.00;11.30;1476.00;-0.78;0.32 +6861;4;926.50;10.80;1477.00;1.29;0.32 +6861;5;919.50;11.15;1480.00;4.19;0.32 +6861;6;925.00;10.20;1480.50;2.46;0.32 +6861;7;920.50;10.60;1483.00;3.60;0.32 +6861;8;923.00;10.10;1483.50;3.14;0.32 +6861;9;920.12;11.25;1478.00;1.57;0.32 +6861;10;925.88;10.57;1478.00;-1.57;0.32 6861;21;920.12;11.25;1478.00;1.57;0.32 +6862;0;2992.00;9.90;1369.00;0.00;0.26 +6862;1;2989.50;9.65;1367.00;-0.89;0.26 +6862;2;2993.00;9.80;1367.50;0.58;0.26 +6862;3;2989.50;9.70;1369.00;4.71;0.26 +6862;4;2994.50;10.60;1370.50;2.11;0.26 +6862;5;2991.00;10.35;1371.00;3.60;0.26 +6862;6;2993.00;10.97;1372.00;2.82;0.26 +6862;9;2989.48;9.70;1369.00;1.57;0.26 +6862;10;2994.52;10.20;1369.00;-1.57;0.26 +6862;19;2987.00;9.50;1367.00;-0.90;0.26 +6862;20;2985.37;9.50;1366.35;-1.19;0.26 6862;21;2989.48;9.70;1369.00;1.57;0.26 +6863;0;4869.00;9.97;1432.00;0.00;0.30 +6863;1;4866.50;10.30;1428.00;-0.55;0.30 +6863;2;4870.00;10.00;1428.50;0.27;0.30 +6863;3;4864.50;10.40;1429.50;-1.06;0.30 +6863;4;4872.50;9.80;1431.50;1.42;0.30 +6863;5;4866.50;10.00;1432.50;4.51;0.30 +6863;6;4873.50;9.80;1434.50;2.07;0.30 +6863;7;4870.50;9.85;1435.00;2.67;0.30 +6863;9;4865.76;10.16;1432.00;1.57;0.30 +6863;10;4872.24;9.81;1432.00;-1.57;0.30 6863;21;4865.76;10.16;1432.00;1.57;0.30 +6864;0;3218.00;9.72;1318.00;0.00;0.24 +6864;1;3217.00;9.70;1317.50;-1.10;0.24 +6864;2;3221.00;9.85;1317.50;1.40;0.24 +6864;3;3219.50;10.10;1319.50;2.35;0.24 +6864;4;3218.50;9.70;1321.50;3.00;0.24 +6864;5;3215.50;9.70;1317.50;-1.37;0.24 +6864;9;3215.84;9.70;1318.00;1.57;0.24 +6864;10;3220.16;9.88;1318.00;-1.57;0.24 +6864;19;3214.00;9.50;1314.00;-1.11;0.24 +6864;20;3212.76;9.50;1312.76;-0.78;0.24 6864;21;3215.84;9.70;1318.00;1.57;0.24 +6865;0;2830.00;12.12;1361.00;0.00;0.22 +6865;1;2830.00;12.12;1359.00;0.00;0.22 +6865;2;2834.00;12.35;1359.50;1.21;0.22 +6865;3;2827.00;11.77;1361.00;4.71;0.22 +6865;4;2832.50;12.80;1361.50;1.76;0.22 +6865;5;2828.00;12.15;1363.00;3.92;0.22 +6865;6;2830.50;12.85;1364.00;2.97;0.22 +6865;9;2827.48;11.75;1361.00;1.57;0.22 +6865;10;2832.52;12.70;1361.00;-1.57;0.22 6865;21;2827.48;11.75;1361.00;1.57;0.22 +6866;0;2710.00;10.90;1315.00;0.00;0.20 +6866;1;2710.00;10.95;1312.50;0.00;0.20 +6866;2;2711.50;11.10;1314.50;1.24;0.20 +6866;3;2708.50;10.90;1314.50;-1.24;0.20 +6866;4;2709.00;10.90;1316.50;3.73;0.20 +6866;5;2711.00;11.10;1317.00;2.67;0.20 +6866;9;2708.20;10.85;1315.00;1.57;0.20 +6866;10;2711.80;11.19;1315.00;-1.57;0.20 6866;21;2711.80;11.19;1315.00;-1.57;0.20 +6867;0;2712.00;12.50;1342.00;0.00;0.16 +6867;1;2711.00;12.50;1341.00;-0.78;0.16 +6867;2;2713.50;12.60;1340.00;0.64;0.16 +6867;3;2714.00;12.50;1342.00;1.57;0.16 +6867;4;2709.50;12.20;1342.50;4.51;0.16 +6867;5;2712.00;12.40;1343.00;3.14;0.16 +6867;6;2713.50;12.40;1343.50;2.35;0.16 +6867;9;2709.84;12.30;1342.00;1.57;0.16 +6867;10;2714.16;12.50;1342.00;-1.57;0.16 6867;21;2714.16;12.50;1342.00;-1.57;0.16 +6868;0;4760.00;11.80;1358.00;0.00;0.24 +6868;1;4759.50;11.70;1354.50;-0.14;0.24 +6868;2;4761.50;12.00;1357.00;0.98;0.24 +6868;3;4757.50;12.20;1356.50;-1.03;0.24 +6868;4;4757.50;12.50;1358.50;4.51;0.24 +6868;5;4762.00;11.80;1360.00;2.35;0.24 +6868;6;4759.00;11.95;1360.50;3.52;0.24 +6868;9;4757.66;12.32;1358.00;1.57;0.24 +6868;10;4762.34;12.11;1358.00;-1.57;0.24 6868;21;4757.66;12.32;1358.00;1.57;0.24 +6869;0;1621.00;9.90;1549.00;0.00;0.22 +6869;1;1620.00;9.90;1547.00;-0.46;0.22 +6869;2;1624.00;9.90;1547.50;1.10;0.22 +6869;3;1618.00;9.80;1549.50;4.54;0.22 +6869;4;1623.00;9.90;1550.50;2.21;0.22 +6869;5;1620.50;10.00;1551.50;3.33;0.22 +6869;9;1618.48;9.80;1549.00;1.57;0.22 +6869;10;1623.52;9.90;1549.00;-1.57;0.22 6869;21;1618.48;9.80;1549.00;1.57;0.22 +6870;0;5018.00;12.45;1317.00;0.00;0.22 +6870;1;5018.00;11.62;1313.00;0.00;0.22 +6870;2;5019.50;10.45;1313.00;0.35;0.22 +6870;3;5016.00;13.15;1316.50;-1.32;0.22 +6870;4;5020.00;11.05;1317.50;1.81;0.22 +6870;5;5017.00;12.80;1319.50;3.52;0.22 +6870;9;5016.02;13.17;1317.00;1.57;0.22 +6870;10;5019.98;11.16;1317.00;-1.57;0.22 +6870;19;5021.00;10.40;1317.00;-4.47;0.22 +6870;20;5022.75;10.40;1317.00;1.57;0.22 6870;21;5016.02;13.17;1317.00;1.57;0.22 +6871;0;3282.00;12.37;1328.00;0.00;0.20 +6871;1;3281.00;11.82;1326.00;-0.46;0.20 +6871;2;3284.00;12.05;1326.00;0.78;0.20 +6871;3;3278.00;11.90;1327.50;-1.44;0.20 +6871;4;3285.50;12.45;1328.00;1.57;0.20 +6871;5;3278.00;11.90;1329.50;4.35;0.20 +6871;6;3283.00;12.77;1330.00;2.67;0.20 +6871;7;3279.00;12.15;1330.00;4.12;0.20 +6871;9;3279.12;12.10;1328.00;1.57;0.20 +6871;10;3284.88;12.35;1328.00;-1.57;0.20 6871;21;3279.12;12.10;1328.00;1.57;0.20 +6872;0;1591.00;11.15;1560.00;0.00;0.22 +6872;1;1590.00;10.30;1557.00;-0.32;0.22 +6872;2;1588.50;10.80;1559.00;-1.19;0.22 +6872;3;1592.00;10.52;1558.00;0.46;0.22 +6872;4;1593.00;10.45;1560.00;1.57;0.22 +6872;5;1590.50;11.00;1562.00;3.38;0.22 +6872;6;1593.00;10.62;1562.00;2.35;0.22 +6872;9;1589.02;11.07;1560.00;1.57;0.22 +6872;10;1592.98;10.45;1560.00;-1.57;0.22 6872;21;1589.02;11.07;1560.00;1.57;0.22 +6873;0;4996.00;9.65;1338.00;0.00;0.26 +6873;1;4995.00;10.25;1335.50;-0.38;0.26 +6873;2;4997.50;10.30;1337.00;0.98;0.26 +6873;3;4991.67;9.70;1335.35;4.46;0.26 +6873;4;4998.00;9.77;1341.00;2.55;0.26 +6873;9;4993.66;9.50;1338.00;1.57;0.26 +6873;10;4998.34;10.21;1338.00;-1.57;0.26 +6873;19;4996.00;9.50;1342.00;-1.82;0.26 +6873;20;4996.00;9.50;1343.75;3.14;0.26 6873;21;4993.66;9.50;1338.00;1.57;0.26 +6874;0;1532.00;10.67;1556.00;0.00;0.26 +6874;1;1532.00;10.80;1553.00;0.00;0.26 +6874;2;1534.50;10.80;1554.00;0.89;0.26 +6874;3;1528.50;10.50;1555.50;-1.42;0.26 +6874;4;1534.50;10.80;1558.00;2.24;0.26 +6874;5;1529.50;10.30;1558.00;4.03;0.26 +6874;6;1531.50;10.40;1559.00;3.30;0.26 +6874;9;1529.66;10.45;1556.00;1.57;0.26 +6874;10;1534.34;10.88;1556.00;-1.57;0.26 6874;21;1529.66;10.45;1556.00;1.57;0.26 +6875;0;2982.00;9.60;1372.00;0.00;0.22 +6875;1;2981.00;9.50;1370.50;-0.58;0.22 +6875;2;2984.50;9.70;1370.50;1.03;0.22 +6875;3;2983.50;9.70;1373.00;2.15;0.22 +6875;4;2981.00;9.67;1374.00;3.60;0.22 +6875;5;2982.50;9.70;1375.50;3.00;0.22 +6875;9;2980.02;9.50;1372.00;1.57;0.22 +6875;10;2983.98;9.70;1372.00;-1.57;0.22 +6875;19;2979.00;9.50;1374.00;-0.59;0.22 +6875;20;2977.54;9.50;1374.97;4.12;0.22 6875;21;2980.02;9.50;1372.00;1.57;0.22 +6876;0;934.00;9.82;1488.00;0.00;0.30 +6876;1;930.50;9.70;1485.50;-0.95;0.30 +6876;2;934.50;9.80;1485.50;0.19;0.30 +6876;3;937.00;10.10;1488.00;1.57;0.30 +6876;4;931.50;9.80;1489.50;4.17;0.30 +6876;5;937.00;10.65;1491.00;2.35;0.30 +6876;9;930.76;9.80;1488.00;1.57;0.30 +6876;10;937.24;10.12;1488.00;-1.57;0.30 6876;21;930.76;9.80;1488.00;1.57;0.30 +6877;0;3292.00;13.00;1301.00;0.00;0.28 +6877;1;3292.00;13.05;1297.00;0.00;0.28 +6877;2;3294.00;12.85;1298.50;0.67;0.28 +6877;3;3290.00;13.00;1299.50;-0.92;0.28 +6877;4;3295.00;12.80;1301.50;1.73;0.28 +6877;5;3288.00;13.00;1301.50;4.58;0.28 +6877;6;3291.00;13.15;1303.50;3.52;0.28 +6877;7;3294.50;12.60;1304.50;2.52;0.28 +6877;9;3289.48;13.04;1301.00;1.57;0.28 +6877;10;3294.52;12.89;1301.00;-1.57;0.28 6877;21;3289.48;13.04;1301.00;1.57;0.28 +6878;0;2781.00;12.72;1356.00;0.00;0.24 +6878;1;2781.00;12.65;1353.50;0.00;0.24 +6878;2;2778.50;13.40;1354.50;-1.03;0.24 +6878;3;2784.00;11.65;1355.50;1.40;0.24 +6878;4;2779.00;13.37;1356.00;4.71;0.24 +6878;5;2783.00;11.95;1356.50;1.81;0.24 +6878;6;2779.50;12.70;1358.00;3.78;0.24 +6878;7;2781.50;12.10;1358.00;2.89;0.24 +6878;9;2778.84;13.41;1356.00;1.57;0.24 +6878;10;2783.16;11.95;1356.00;-1.57;0.24 6878;21;2783.16;11.95;1356.00;-1.57;0.24 +6879;0;2768.00;12.85;1328.00;0.00;0.20 +6879;1;2769.00;12.92;1326.00;0.46;0.20 +6879;2;2766.50;12.60;1327.50;-1.24;0.20 +6879;3;2771.00;12.95;1327.50;1.40;0.20 +6879;4;2764.50;12.45;1329.00;4.43;0.20 +6879;5;2768.50;12.90;1329.50;2.82;0.20 +6879;6;2765.50;12.60;1329.50;4.17;0.20 +6879;9;2765.48;12.54;1328.00;1.57;0.20 +6879;10;2770.52;12.90;1328.00;-1.57;0.20 6879;21;2770.52;12.90;1328.00;-1.57;0.20 +6880;0;2683.00;9.82;1272.00;0.00;0.16 +6880;1;2684.00;9.55;1270.00;0.46;0.16 +6880;2;2681.00;9.65;1270.50;-0.92;0.16 +6880;3;2679.50;9.70;1272.00;4.71;0.16 +6880;4;2685.50;9.80;1272.50;1.76;0.16 +6880;5;2683.00;10.05;1273.00;3.14;0.16 +6880;9;2680.48;9.70;1272.00;1.57;0.16 +6880;10;2685.52;9.74;1272.00;-1.57;0.16 +6880;19;2687.00;9.50;1271.00;0.46;0.16 +6880;20;2688.69;9.50;1270.57;1.32;0.16 6880;21;2682.33;9.70;1269.33;-1.57;0.16 +6881;0;928.00;9.70;1447.00;0.00;0.24 +6881;1;927.00;9.70;1445.50;-0.58;0.24 +6881;2;931.00;9.70;1445.50;1.10;0.24 +6881;3;929.50;9.95;1449.00;2.49;0.24 +6881;4;927.00;9.70;1451.00;3.38;0.24 +6881;9;925.84;9.70;1447.00;1.57;0.24 +6881;10;930.16;9.83;1447.00;-1.57;0.24 +6881;19;931.00;9.50;1442.00;-0.59;0.24 +6881;20;931.90;9.50;1440.49;0.54;0.24 6881;21;925.84;9.70;1447.00;1.57;0.24 +6882;0;1646.00;9.75;1558.00;0.00;0.22 +6882;1;1645.00;9.80;1556.00;-0.46;0.22 +6882;2;1647.50;9.70;1557.00;0.98;0.22 +6882;3;1643.50;10.20;1556.50;-1.03;0.22 +6882;4;1644.50;9.85;1559.00;4.12;0.22 +6882;5;1649.50;9.70;1559.00;1.84;0.22 +6882;6;1647.50;9.70;1560.50;2.60;0.22 +6882;9;1644.02;10.02;1558.00;1.57;0.22 +6882;10;1647.98;9.70;1558.00;-1.57;0.22 +6882;19;1650.00;9.60;1559.00;0.98;0.22 +6882;20;1651.69;9.60;1559.42;1.81;0.22 6882;21;1644.02;10.02;1558.00;1.57;0.22 +6883;0;3408.00;10.57;1259.00;0.00;0.24 +6883;1;3409.00;10.97;1257.00;0.46;0.24 +6883;2;3404.50;10.65;1259.00;4.71;0.24 +6883;3;3414.00;10.75;1259.00;1.57;0.24 +6883;4;3411.50;10.45;1260.00;1.84;0.24 +6883;5;3406.50;10.50;1261.50;3.68;0.24 +6883;9;3404.40;10.66;1259.00;1.57;0.24 +6883;10;3411.60;10.60;1259.00;-1.57;0.24 6883;21;3404.40;10.66;1259.00;1.57;0.24 +6884;0;2687.00;10.37;1284.00;0.00;0.16 +6884;1;2686.50;10.20;1282.00;-0.24;0.16 +6884;2;2688.00;10.45;1282.50;0.58;0.16 +6884;3;2686.00;10.10;1285.50;3.73;0.16 +6884;4;2690.00;10.80;1284.50;1.73;0.16 +6884;5;2688.00;10.45;1285.50;2.55;0.16 +6884;6;2687.00;10.00;1287.50;3.14;0.16 +6884;9;2685.56;10.10;1284.00;1.57;0.16 +6884;10;2688.44;10.59;1284.00;-1.57;0.16 6884;21;2685.56;10.10;1284.00;1.57;0.16 +6885;0;1601.00;9.75;1559.00;0.00;0.22 +6885;1;1600.50;9.80;1557.50;-0.32;0.22 +6885;2;1603.50;9.60;1557.50;1.03;0.22 +6885;3;1598.00;10.00;1559.50;4.54;0.22 +6885;4;1603.50;9.80;1560.00;1.95;0.22 +6885;5;1600.50;9.85;1561.00;3.38;0.22 +6885;9;1598.84;9.78;1559.00;1.57;0.22 +6885;10;1603.16;9.76;1559.00;-1.57;0.22 6885;21;1598.84;9.78;1559.00;1.57;0.22 +6886;0;3160.00;12.15;1354.00;0.00;0.20 +6886;1;3160.50;11.90;1350.50;0.14;0.20 +6886;2;3158.00;11.55;1352.00;-0.78;0.20 +6886;3;3162.00;12.90;1354.50;1.81;0.20 +6886;4;3158.50;12.30;1356.50;3.68;0.20 +6886;5;3161.00;13.55;1357.50;2.86;0.20 +6886;9;3158.20;11.72;1354.00;1.57;0.20 +6886;10;3161.80;12.74;1354.00;-1.57;0.20 6886;21;3158.20;11.72;1354.00;1.57;0.20 +6887;0;1119.00;16.87;1536.00;0.00;0.50 +6887;1;1114.50;15.75;1531.00;-0.73;0.50 +6887;2;1123.00;16.17;1534.00;1.10;0.50 +6887;3;1111.00;16.97;1535.00;-1.44;0.50 +6887;4;1127.00;16.77;1540.00;2.03;0.50 +6887;5;1118.50;16.20;1539.50;3.28;0.50 +6887;9;1113.06;16.92;1536.00;1.57;0.50 +6887;10;1124.94;15.53;1536.00;-1.57;0.50 6887;21;1113.06;16.92;1536.00;1.57;0.50 +6888;0;3374.00;14.22;1297.00;0.00;0.34 +6888;1;3371.50;13.95;1293.00;-0.55;0.34 +6888;2;3376.00;14.15;1295.50;0.92;0.34 +6888;3;3370.00;13.90;1295.50;-1.21;0.34 +6888;4;3373.00;14.02;1299.00;3.60;0.34 +6888;5;3378.50;14.35;1300.00;2.15;0.34 +6888;6;3376.50;14.15;1301.00;2.58;0.34 +6888;9;3370.94;13.89;1297.00;1.57;0.34 +6888;10;3377.06;14.35;1297.00;-1.57;0.34 6888;21;3370.94;13.89;1297.00;1.57;0.34 +6889;0;3088.00;9.60;1375.00;0.00;0.24 +6889;1;3088.00;9.50;1373.50;0.00;0.24 +6889;2;3090.50;9.70;1374.00;1.19;0.24 +6889;3;3089.00;10.10;1376.00;2.35;0.24 +6889;4;3084.50;9.50;1376.50;4.30;0.24 +6889;5;3085.00;9.82;1377.00;4.12;0.24 +6889;6;3086.00;10.07;1377.00;3.92;0.24 +6889;9;3085.66;9.50;1375.00;1.57;0.24 +6889;10;3090.34;9.96;1375.00;-1.57;0.24 +6889;19;3091.00;9.50;1372.00;0.00;0.24 +6889;20;3092.23;9.50;1370.76;0.78;0.24 6889;21;3085.66;9.50;1375.00;1.57;0.24 +6890;0;1530.00;10.90;1568.00;0.00;0.28 +6890;1;1530.50;10.60;1565.00;0.16;0.28 +6890;2;1527.50;10.90;1567.50;-1.37;0.28 +6890;3;1533.00;10.87;1567.00;1.24;0.28 +6890;4;1533.50;10.65;1570.00;2.09;0.28 +6890;5;764.50;9.50;783.50;-0.77;0.28 +6890;9;1527.48;10.85;1568.00;1.57;0.28 +6890;10;1532.52;10.90;1568.00;-1.57;0.28 6890;21;1527.48;10.85;1568.00;1.57;0.28 +6891;0;2948.00;10.17;1342.00;0.00;0.20 +6891;1;2945.50;10.70;1340.50;-1.03;0.20 +6891;2;2949.00;10.72;1341.00;0.78;0.20 +6891;3;2947.50;9.80;1343.50;3.46;0.20 +6891;4;2951.50;10.20;1342.50;1.71;0.20 +6891;5;2947.50;9.50;1345.50;3.28;0.20 +6891;9;2945.48;10.09;1342.00;1.57;0.20 +6891;10;2950.52;10.44;1342.00;-1.57;0.20 +6891;19;2952.86;9.50;1348.63;-2.32;0.20 +6891;20;2955.61;9.50;1351.33;3.26;0.20 6891;21;2945.48;10.09;1342.00;1.57;0.20 +6892;0;1620.00;9.70;1516.00;0.00;0.24 +6892;1;1622.00;9.50;1511.50;0.41;0.24 +6892;2;1618.50;9.50;1516.00;4.71;0.24 +6892;3;1622.00;9.70;1516.00;1.57;0.24 +6892;4;1620.50;9.70;1519.50;3.00;0.24 +6892;9;1617.84;9.50;1516.00;1.57;0.24 +6892;10;1622.16;9.70;1516.00;-1.57;0.24 +6892;19;1621.00;9.50;1512.00;-1.57;0.24 +6892;20;1621.42;9.50;1510.30;0.24;0.24 6892;21;1617.84;9.50;1516.00;1.57;0.24 +6893;0;4718.00;10.40;1370.00;0.00;0.26 +6893;1;4715.50;10.05;1368.00;-0.89;0.26 +6893;2;4719.50;10.20;1368.00;0.64;0.26 +6893;3;4722.00;10.02;1370.00;1.57;0.26 +6893;4;4714.00;10.50;1371.00;4.46;0.26 +6893;5;4721.00;10.30;1372.50;2.26;0.26 +6893;6;4717.50;10.50;1372.50;3.33;0.26 +6893;9;4714.94;10.40;1370.00;1.57;0.26 +6893;10;4721.06;10.18;1370.00;-1.57;0.26 6893;21;4714.94;10.40;1370.00;1.57;0.26 +6894;0;3311.00;13.70;1273.00;0.00;0.20 +6894;1;3309.50;13.25;1271.00;-0.64;0.20 +6894;2;3313.50;13.80;1272.00;1.19;0.20 +6894;3;3307.50;13.40;1274.00;4.43;0.20 +6894;4;3314.00;14.55;1274.50;2.03;0.20 +6894;5;3310.50;13.85;1276.00;3.30;0.20 +6894;9;3308.12;13.36;1273.00;1.57;0.20 +6894;10;3313.88;14.05;1273.00;-1.57;0.20 6894;21;3308.12;13.36;1273.00;1.57;0.20 +6895;0;3238.00;9.72;1346.00;0.00;0.24 +6895;1;3239.50;9.70;1344.50;0.78;0.24 +6895;2;3235.50;9.75;1345.00;-1.19;0.24 +6895;3;3241.50;9.70;1346.00;1.57;0.24 +6895;4;3234.50;9.90;1347.50;4.30;0.24 +6895;5;3238.00;9.95;1348.50;3.14;0.24 +6895;9;3235.12;9.85;1346.00;1.57;0.24 +6895;10;3240.88;9.70;1346.00;-1.57;0.24 +6895;19;3240.00;9.50;1343.00;0.78;0.24 +6895;20;3240.97;9.50;1341.54;0.58;0.24 6895;21;3240.88;9.70;1346.00;-1.57;0.24 +6896;0;2739.00;12.95;1296.00;0.00;0.16 +6896;1;2738.00;13.35;1294.50;-0.58;0.16 +6896;2;2740.50;12.90;1294.00;0.64;0.16 +6896;3;2741.00;12.77;1296.00;1.57;0.16 +6896;4;2736.00;13.27;1296.00;4.71;0.16 +6896;5;2737.50;12.70;1297.50;3.92;0.16 +6896;6;2740.00;12.40;1297.50;2.55;0.16 +6896;9;2737.02;13.35;1296.00;1.57;0.16 +6896;10;2740.98;12.77;1296.00;-1.57;0.16 6896;21;2737.02;13.35;1296.00;1.57;0.16 +6897;0;1089.00;15.05;1454.00;0.00;0.48 +6897;1;1091.50;14.90;1449.00;0.46;0.48 +6897;2;1083.50;15.50;1450.50;-1.00;0.48 +6897;3;1096.50;14.70;1453.50;1.50;0.48 +6897;4;1080.00;15.30;1454.50;4.65;0.48 +6897;5;1084.00;15.45;1456.50;4.24;0.48 +6897;6;1096.00;15.00;1458.50;2.14;0.48 +6897;7;1091.50;15.15;1459.00;2.67;0.48 +6897;9;1083.06;15.30;1454.00;1.57;0.48 +6897;10;1094.94;14.72;1454.00;-1.57;0.48 6897;21;1083.06;15.30;1454.00;1.57;0.48 +6898;0;4678.00;12.25;1345.00;0.00;0.28 +6898;1;4675.50;12.15;1344.00;-1.19;0.28 +6898;2;4678.00;12.25;1342.50;0.00;0.28 +6898;3;4681.00;12.30;1343.50;1.10;0.28 +6898;4;4680.50;12.40;1347.50;2.35;0.28 +6898;5;4675.50;12.70;1347.50;3.92;0.28 +6898;6;4678.00;12.75;1348.00;3.14;0.28 +6898;9;4675.48;12.19;1345.00;1.57;0.28 +6898;10;4680.52;12.20;1345.00;-1.57;0.28 6898;21;4675.48;12.19;1345.00;1.57;0.28 +6899;0;1566.00;11.00;1566.00;0.00;0.20 +6899;1;1564.00;10.80;1564.00;-0.78;0.20 +6899;2;1567.00;10.75;1564.00;0.46;0.20 +6899;3;1563.00;11.00;1566.50;4.54;0.20 +6899;4;1569.50;10.90;1567.00;1.84;0.20 +6899;5;1566.00;11.00;1568.00;3.14;0.20 +6899;6;1569.00;11.10;1568.50;2.26;0.20 +6899;9;1563.66;11.00;1566.00;1.57;0.20 +6899;10;1568.34;10.90;1566.00;-1.57;0.20 6899;21;1563.66;11.00;1566.00;1.57;0.20 +6900;0;3128.00;15.12;1336.00;0.00;0.22 +6900;1;3126.50;14.70;1334.50;-0.78;0.22 +6900;2;3130.00;14.32;1334.00;0.78;0.22 +6900;3;3130.50;14.50;1336.50;1.76;0.22 +6900;4;3126.50;14.60;1338.00;3.78;0.22 +6900;5;3129.00;14.35;1338.00;2.67;0.22 +6900;9;3125.84;15.01;1336.00;1.57;0.22 +6900;10;3130.16;14.66;1336.00;-1.57;0.22 6900;21;3125.84;15.01;1336.00;1.57;0.22 +6901;0;2789.00;10.52;1360.00;0.00;0.20 +6901;1;2789.50;10.45;1358.00;0.24;0.20 +6901;2;2790.50;10.50;1359.00;0.98;0.20 +6901;3;2787.00;10.45;1358.50;-0.92;0.20 +6901;4;2787.00;10.45;1360.50;4.46;0.20 +6901;5;2790.50;10.85;1361.00;2.15;0.20 +6901;6;2788.50;10.75;1362.00;3.38;0.20 +6901;9;2786.84;10.41;1360.00;1.57;0.20 +6901;10;2791.16;10.73;1360.00;-1.57;0.20 6901;21;2791.16;10.73;1360.00;-1.57;0.20 +6902;0;2699.00;10.35;1307.00;0.00;0.24 +6902;1;2699.00;10.25;1304.50;0.00;0.24 +6902;2;2697.00;10.35;1306.00;-1.10;0.24 +6902;3;2700.50;10.20;1304.50;0.54;0.24 +6902;4;2701.00;10.30;1306.50;1.32;0.24 +6902;5;2695.50;10.70;1308.50;4.30;0.24 +6902;6;2700.00;10.60;1308.50;2.55;0.24 +6902;7;2697.00;10.65;1309.00;3.92;0.24 +6902;9;2696.48;10.50;1307.00;1.57;0.24 +6902;10;2701.52;10.35;1307.00;-1.57;0.24 6902;21;2698.20;10.30;1303.16;-1.57;0.24 +6903;0;2775.00;12.42;1363.00;0.00;0.16 +6903;1;2774.50;13.05;1361.00;-0.24;0.16 +6903;2;2776.50;12.30;1361.50;0.78;0.16 +6903;3;2773.50;12.50;1364.00;4.12;0.16 +6903;4;2776.00;11.75;1364.00;2.35;0.16 +6903;5;2774.50;11.70;1365.50;3.33;0.16 +6903;9;2773.56;12.78;1363.00;1.57;0.16 +6903;10;2776.44;11.96;1363.00;-1.57;0.16 6903;21;2776.44;11.96;1363.00;-1.57;0.16 +6904;0;4611.00;13.20;1333.00;0.00;0.30 +6904;1;4612.50;12.85;1329.00;0.35;0.30 +6904;2;4614.50;12.35;1330.00;0.86;0.30 +6904;3;4610.00;13.42;1330.00;-0.32;0.30 +6904;4;4608.00;13.25;1333.00;4.71;0.30 +6904;5;4613.00;12.95;1333.50;1.81;0.30 +6904;6;4609.50;14.05;1336.00;3.60;0.30 +6904;7;4612.00;13.72;1337.00;2.89;0.30 +6904;9;4608.30;13.28;1333.00;1.57;0.30 +6904;10;4613.70;12.89;1333.00;-1.57;0.30 6904;21;4608.30;13.28;1333.00;1.57;0.30 +6905;0;4783.00;12.05;1367.00;0.00;0.26 +6905;1;4781.50;12.50;1364.50;-0.54;0.26 +6905;2;4784.50;12.60;1365.00;0.64;0.26 +6905;3;4781.00;12.40;1367.50;4.46;0.26 +6905;4;4785.50;12.30;1367.50;1.76;0.26 +6905;5;4784.00;12.00;1369.50;2.76;0.26 +6905;6;4782.00;11.77;1370.00;3.46;0.26 +6905;9;4780.66;12.71;1367.00;1.57;0.26 +6905;10;4785.34;12.40;1367.00;-1.57;0.26 6905;21;4780.66;12.71;1367.00;1.57;0.26 +6906;0;2796.00;10.65;1313.00;0.00;0.20 +6906;1;2794.50;11.30;1311.50;-0.78;0.20 +6906;2;2796.50;10.60;1311.50;0.32;0.20 +6906;3;2798.50;9.85;1313.00;1.57;0.20 +6906;4;2794.00;11.32;1314.00;4.24;0.20 +6906;5;2797.00;10.30;1314.50;2.55;0.20 +6906;9;2794.20;11.25;1313.00;1.57;0.20 +6906;10;2797.80;10.13;1313.00;-1.57;0.20 +6906;19;2800.00;9.55;1313.00;1.57;0.20 +6906;20;2801.75;9.55;1313.00;1.57;0.20 6906;21;2797.80;10.13;1313.00;-1.57;0.20 +6907;0;2711.00;12.10;1348.00;0.00;0.20 +6907;1;2711.50;12.10;1346.00;0.24;0.20 +6907;2;2709.00;12.00;1347.50;-1.32;0.20 +6907;3;2712.50;12.25;1348.00;1.57;0.20 +6907;4;2709.00;12.00;1349.50;4.06;0.20 +6907;5;2712.00;12.12;1350.00;2.67;0.20 +6907;6;2710.50;12.10;1350.50;3.33;0.20 +6907;9;2709.20;12.02;1348.00;1.57;0.20 +6907;10;2712.80;12.20;1348.00;-1.57;0.20 6907;21;2712.80;12.20;1348.00;-1.57;0.20 +6908;0;3314.00;12.70;1330.00;0.00;0.22 +6908;1;3317.00;12.25;1328.50;1.10;0.22 +6908;2;3310.00;12.57;1329.00;-1.32;0.22 +6908;3;3313.50;12.40;1328.50;-0.32;0.22 +6908;4;3310.50;13.10;1331.00;4.43;0.22 +6908;5;3318.00;12.60;1330.50;1.69;0.22 +6908;6;3315.50;13.35;1332.00;2.49;0.22 +6908;7;3312.50;13.60;1332.50;3.68;0.22 +6908;9;3310.76;12.72;1330.00;1.57;0.22 +6908;10;3317.24;12.50;1330.00;-1.57;0.22 6908;21;3310.76;12.72;1330.00;1.57;0.22 +6909;0;1670.00;9.70;1570.00;0.00;0.22 +6909;1;1671.00;9.70;1568.50;0.58;0.22 +6909;2;1668.00;9.70;1570.00;4.71;0.22 +6909;3;1672.00;9.70;1570.00;1.57;0.22 +6909;4;1669.50;9.60;1572.50;3.33;0.22 +6909;5;1671.50;9.60;1573.00;2.67;0.22 +6909;9;1667.84;9.70;1570.00;1.57;0.22 +6909;10;1672.16;9.70;1570.00;-1.57;0.22 +6909;19;1673.00;9.50;1567.00;0.59;0.22 +6909;20;1674.23;9.50;1565.76;0.78;0.22 6909;21;1667.84;9.70;1570.00;1.57;0.22 +6910;0;4752.00;11.55;1342.00;0.00;0.24 +6910;1;4751.00;11.20;1339.50;-0.38;0.24 +6910;2;4748.00;12.57;1341.00;-1.32;0.24 +6910;3;4754.50;11.45;1341.00;1.19;0.24 +6910;4;4748.50;12.60;1343.00;4.43;0.24 +6910;5;4751.50;12.35;1344.00;3.38;0.24 +6910;6;4755.00;11.50;1344.00;2.15;0.24 +6910;9;4749.12;12.15;1342.00;1.57;0.24 +6910;10;4754.88;11.49;1342.00;-1.57;0.24 6910;21;4749.12;12.15;1342.00;1.57;0.24 +6911;0;1655.00;10.47;1573.00;0.00;0.14 +6911;1;1656.50;10.40;1571.50;0.78;0.14 +6911;2;1653.00;10.45;1570.50;-0.67;0.14 +6911;3;1655.00;10.37;1569.00;0.00;0.14 +6911;4;1653.50;10.60;1575.00;3.78;0.14 +6911;5;1656.50;10.60;1575.50;2.60;0.14 +6911;6;1655.00;10.50;1577.50;3.14;0.14 +6911;7;1653.50;10.50;1577.50;3.46;0.14 +6911;9;1653.74;10.53;1573.00;1.57;0.14 +6911;10;1656.26;10.45;1573.00;-1.57;0.14 6911;21;1653.74;10.53;1573.00;1.57;0.14 +6912;0;3238.00;10.72;1328.00;0.00;0.26 +6912;1;3238.50;11.35;1326.00;0.24;0.26 +6912;2;3234.00;10.65;1327.50;-1.44;0.26 +6912;3;3242.50;10.30;1327.50;1.46;0.26 +6912;4;3238.00;10.07;1329.00;3.14;0.26 +6912;9;3234.04;10.42;1328.00;1.57;0.26 +6912;10;3241.96;10.48;1328.00;-1.57;0.26 +6912;19;3236.00;9.50;1335.00;-3.14;0.26 +6912;20;3235.51;9.50;1336.68;3.42;0.26 6912;21;3234.04;10.42;1328.00;1.57;0.26 +6913;0;3116.00;13.97;1374.00;0.00;0.24 +6913;1;3115.50;13.65;1372.00;-0.24;0.24 +6913;2;3118.50;14.00;1373.50;1.37;0.24 +6913;3;3113.50;13.75;1373.00;-1.19;0.24 +6913;4;3113.50;13.65;1375.00;4.33;0.24 +6913;5;3119.00;13.62;1375.00;1.89;0.24 +6913;6;3115.00;13.70;1376.50;3.52;0.24 +6913;7;3117.50;13.85;1377.00;2.67;0.24 +6913;9;3113.12;13.73;1374.00;1.57;0.24 +6913;10;3118.88;13.81;1374.00;-1.57;0.24 6913;21;3118.88;13.81;1374.00;-1.57;0.24 +6914;0;2752.00;12.20;1320.00;0.00;0.24 +6914;1;2753.00;12.67;1318.00;0.46;0.24 +6914;2;2751.00;12.40;1319.00;-0.78;0.24 +6914;3;2754.00;12.50;1319.00;1.10;0.24 +6914;4;2753.50;12.10;1321.00;2.15;0.24 +6914;5;2749.00;11.65;1321.50;4.24;0.24 +6914;6;2753.50;11.90;1322.00;2.49;0.24 +6914;7;2751.50;11.80;1322.00;3.38;0.24 +6914;9;2749.84;12.10;1320.00;1.57;0.24 +6914;10;2754.16;12.30;1320.00;-1.57;0.24 6914;21;2754.16;12.30;1320.00;-1.57;0.24 +6915;0;2840.00;13.32;1374.00;0.00;0.20 +6915;1;2840.00;13.80;1371.50;0.00;0.20 +6915;2;2837.50;14.50;1372.00;-0.89;0.20 +6915;3;2841.50;13.10;1373.50;1.24;0.20 +6915;4;2838.50;13.40;1375.00;4.12;0.20 +6915;5;2842.50;12.20;1376.50;2.35;0.20 +6915;6;2840.50;12.40;1377.00;2.97;0.20 +6915;9;2838.20;13.86;1374.00;1.57;0.20 +6915;10;2841.80;12.92;1374.00;-1.57;0.20 6915;21;2838.20;13.86;1374.00;1.57;0.20 +6916;0;1628.00;12.10;1611.00;0.00;0.24 +6916;1;1627.50;12.10;1608.50;-0.19;0.24 +6916;2;1625.00;11.47;1610.00;-1.24;0.24 +6916;3;1630.50;11.50;1609.50;1.03;0.24 +6916;4;1631.00;11.25;1612.50;2.03;0.24 +6916;5;1627.50;11.50;1613.50;3.33;0.24 +6916;9;1625.48;11.44;1611.00;1.57;0.24 +6916;10;1630.52;11.34;1611.00;-1.57;0.24 6916;21;1625.48;11.44;1611.00;1.57;0.24 +6917;0;2842.00;10.57;1384.00;0.00;0.16 +6917;1;2841.50;11.05;1382.00;-0.24;0.16 +6917;2;2839.00;10.42;1383.00;-1.24;0.16 +6917;3;2845.00;11.00;1383.50;1.40;0.16 +6917;4;2839.00;10.20;1384.50;4.54;0.16 +6917;5;2845.00;10.65;1385.00;1.89;0.16 +6917;6;2842.50;10.50;1385.50;2.82;0.16 +6917;9;2839.48;10.25;1384.00;1.57;0.16 +6917;10;2844.52;10.80;1384.00;-1.57;0.16 6917;21;2839.48;10.25;1384.00;1.57;0.16 +6918;0;4719.00;11.27;1319.00;0.00;0.22 +6918;1;4720.50;10.50;1317.00;0.64;0.22 +6918;2;4717.50;11.00;1316.50;-0.54;0.22 +6918;3;4716.00;11.55;1318.50;-1.40;0.22 +6918;4;4721.00;11.25;1319.50;1.81;0.22 +6918;5;4718.00;11.65;1321.50;3.52;0.22 +6918;9;4716.66;11.54;1319.00;1.57;0.22 +6918;10;4721.34;11.10;1319.00;-1.57;0.22 +6918;19;4718.00;9.50;1314.00;0.64;0.22 +6918;20;4717.65;9.50;1312.28;-0.19;0.22 6918;21;4716.66;11.54;1319.00;1.57;0.22 +6919;0;3407.00;14.65;1319.00;0.00;0.30 +6919;1;3406.50;15.40;1316.00;-0.16;0.30 +6919;2;3409.50;15.00;1316.00;0.69;0.30 +6919;3;3403.00;15.15;1318.50;-1.44;0.30 +6919;4;3410.00;14.20;1319.50;1.73;0.30 +6919;5;3403.50;14.40;1322.00;4.00;0.30 +6919;6;3407.00;14.25;1322.50;3.14;0.30 +6919;7;3410.00;14.05;1322.50;2.43;0.30 +6919;9;3404.12;14.93;1319.00;1.57;0.30 +6919;10;3409.88;14.29;1319.00;-1.57;0.30 6919;21;3404.12;14.93;1319.00;1.57;0.30 +6920;0;3322.00;13.55;1340.00;0.00;0.30 +6920;1;3319.50;14.20;1337.00;-0.69;0.30 +6920;2;3323.00;13.80;1337.50;0.38;0.30 +6920;3;3319.00;13.40;1340.50;4.54;0.30 +6920;4;3324.50;13.70;1341.50;2.11;0.30 +6920;5;3320.50;12.80;1343.50;3.54;0.30 +6920;6;3323.00;12.80;1344.50;2.92;0.30 +6920;9;3319.30;13.49;1340.00;1.57;0.30 +6920;10;3324.70;13.73;1340.00;-1.57;0.30 6920;21;3319.30;13.49;1340.00;1.57;0.30 +6921;0;2684.00;14.00;1354.00;0.00;0.16 +6921;1;2684.50;13.50;1352.50;0.32;0.16 +6921;2;2681.50;12.80;1353.00;-1.19;0.16 +6921;3;2687.50;13.50;1353.50;1.42;0.16 +6921;4;2681.00;12.82;1354.00;4.71;0.16 +6921;5;2688.00;13.60;1354.50;1.69;0.16 +6921;6;2683.00;14.05;1355.50;3.73;0.16 +6921;7;2686.00;14.15;1355.50;2.21;0.16 +6921;9;2681.30;12.99;1354.00;1.57;0.16 +6921;10;2686.70;13.83;1354.00;-1.57;0.16 6921;21;2681.30;12.99;1354.00;1.57;0.16 +6922;0;4819.00;9.95;1336.00;0.00;0.26 +6922;1;4820.00;9.70;1334.50;0.58;0.26 +6922;2;4816.50;9.80;1334.00;-0.89;0.26 +6922;3;4818.00;10.97;1337.00;3.92;0.26 +6922;4;4821.50;9.60;1338.50;2.35;0.26 +6922;9;4816.66;10.74;1336.00;1.57;0.26 +6922;10;4821.34;9.70;1336.00;-1.57;0.26 +6922;19;4822.00;9.60;1337.00;0.59;0.26 +6922;20;4823.66;9.60;1337.55;1.89;0.26 6922;21;4816.66;10.74;1336.00;1.57;0.26 +6923;0;3195.00;13.07;1362.00;0.00;0.16 +6923;1;3192.00;13.67;1361.00;-1.24;0.16 +6923;2;3195.50;13.80;1360.00;0.24;0.16 +6923;3;3198.50;12.30;1361.50;1.42;0.16 +6923;4;3191.00;13.35;1363.00;4.46;0.16 +6923;5;3196.50;12.50;1363.00;2.15;0.16 +6923;6;3192.50;13.00;1363.50;4.17;0.16 +6923;9;3191.94;13.55;1362.00;1.57;0.16 +6923;10;3198.06;12.30;1362.00;-1.57;0.16 6923;21;3191.94;13.55;1362.00;1.57;0.16 +6924;0;2673.00;9.97;1337.00;0.00;0.18 +6924;1;2672.00;9.97;1334.00;-0.32;0.18 +6924;2;2674.00;10.50;1333.00;0.24;0.18 +6924;3;2674.50;10.45;1336.00;0.98;0.18 +6924;4;2671.50;9.60;1337.50;4.39;0.18 +6924;5;2675.50;10.85;1339.00;2.24;0.18 +6924;6;2673.50;9.80;1340.00;2.97;0.18 +6924;9;2671.38;9.50;1337.00;1.57;0.18 +6924;10;2674.62;10.37;1337.00;-1.57;0.18 +6924;19;2670.00;9.55;1334.00;-1.89;0.18 +6924;20;2668.76;9.55;1332.76;-0.78;0.18 6924;21;2671.38;9.50;1337.00;1.57;0.18 +6925;0;3319.00;10.80;1311.00;0.00;0.28 +6925;1;3318.50;10.60;1308.50;-0.19;0.28 +6925;2;1659.00;16.55;655.00;-1.19;0.28 +6925;3;3316.50;11.05;1311.00;4.71;0.28 +6925;4;3322.00;10.07;1310.00;1.24;0.28 +6925;5;3322.50;10.20;1311.00;1.57;0.28 +6925;6;3322.50;10.45;1312.00;1.84;0.28 +6925;7;3319.50;10.90;1313.50;2.94;0.28 +6925;8;3316.50;11.25;1314.00;3.83;0.28 +6925;9;3316.48;11.05;1311.00;1.57;0.28 +6925;10;3321.52;10.39;1311.00;-1.57;0.28 6925;21;3316.48;11.05;1311.00;1.57;0.28 +6926;0;3005.00;10.62;1380.00;0.00;0.22 +6926;1;3004.00;10.60;1378.00;-0.46;0.22 +6926;2;3006.50;11.00;1378.50;0.78;0.22 +6926;3;3002.50;10.40;1380.00;4.71;0.22 +6926;4;3007.50;11.25;1381.00;1.95;0.22 +6926;5;3004.00;10.55;1382.00;3.60;0.22 +6926;6;3006.00;10.97;1383.00;2.82;0.22 +6926;9;3003.02;10.45;1380.00;1.57;0.22 +6926;10;3006.98;11.14;1380.00;-1.57;0.22 6926;21;3003.02;10.45;1380.00;1.57;0.22 +6927;0;2851.00;9.80;1359.00;0.00;0.20 +6927;1;2852.50;9.70;1358.50;1.24;0.20 +6927;2;2849.00;10.05;1358.50;-1.32;0.20 +6927;3;2850.50;10.10;1360.50;3.46;0.20 +6927;9;2848.84;10.24;1359.00;1.57;0.20 +6927;10;2853.16;9.66;1359.00;-1.57;0.20 +6927;19;2854.27;9.50;1358.16;0.75;0.20 +6927;20;2855.96;9.50;1357.72;1.31;0.20 6927;21;2848.87;10.80;1360.57;-1.57;0.20 +6928;0;4792.00;11.32;1320.00;0.00;0.20 +6928;1;4794.00;9.80;1317.50;0.67;0.20 +6928;2;4792.50;10.15;1316.00;0.12;0.20 +6928;3;4791.00;11.30;1317.50;-0.38;0.20 +6928;4;4790.00;12.30;1319.00;-1.10;0.20 +6928;5;4794.00;10.27;1322.00;2.35;0.20 +6928;6;4790.00;13.35;1322.00;3.92;0.20 +6928;7;4792.00;12.67;1324.00;3.14;0.20 +6928;9;4790.20;12.62;1320.00;1.57;0.20 +6928;10;4793.80;10.03;1320.00;-1.57;0.20 +6928;19;4795.00;9.55;1318.00;0.67;0.20 +6928;20;4796.45;9.55;1317.02;0.98;0.20 6928;21;4790.20;12.62;1320.00;1.57;0.20 +6929;0;1594.00;10.57;1533.00;0.00;0.18 +6929;1;1593.50;11.00;1530.50;-0.19;0.18 +6929;2;1596.00;10.00;1531.00;0.78;0.18 +6929;3;1591.00;10.65;1532.50;-1.40;0.18 +6929;4;1598.00;9.85;1533.50;1.69;0.18 +6929;5;1589.00;10.12;1534.00;4.51;0.18 +6929;6;1591.50;10.05;1535.00;4.03;0.18 +6929;7;1596.00;10.00;1535.50;2.46;0.18 +6929;8;1598.50;10.20;1535.50;2.07;0.18 +6929;9;1590.58;10.36;1533.00;1.57;0.18 +6929;10;1597.42;9.86;1533.00;-1.57;0.18 6929;21;1590.58;10.36;1533.00;1.57;0.18 +6930;0;3149.00;10.67;1320.00;0.00;0.18 +6930;1;3146.50;10.30;1319.00;-1.19;0.18 +6930;2;3150.00;10.25;1318.00;0.46;0.18 +6930;3;3152.50;10.30;1319.50;1.42;0.18 +6930;4;3145.50;10.95;1321.00;4.43;0.18 +6930;5;3151.50;10.40;1321.50;2.11;0.18 +6930;6;3148.50;11.20;1322.00;3.38;0.18 +6930;9;3146.12;10.63;1320.00;1.57;0.18 +6930;10;3151.88;10.36;1320.00;-1.57;0.18 6930;21;3146.12;10.63;1320.00;1.57;0.18 +6931;0;2831.00;12.42;1377.00;0.00;0.20 +6931;1;2830.50;13.50;1375.00;-0.24;0.20 +6931;2;2834.00;12.60;1376.50;1.40;0.20 +6931;3;2828.50;12.00;1378.00;4.33;0.20 +6931;4;2831.00;11.65;1379.00;3.14;0.20 +6931;5;2833.50;11.30;1379.50;2.35;0.20 +6931;9;2829.02;12.44;1377.00;1.57;0.20 +6931;10;2832.98;12.35;1377.00;-1.57;0.20 6931;21;2829.02;12.44;1377.00;1.57;0.20 +6932;0;4536.00;13.37;1220.00;0.00;0.40 +6932;1;4535.00;12.77;1215.00;-0.19;0.40 +6932;2;4538.00;13.30;1217.50;0.67;0.40 +6932;3;4533.00;13.05;1219.00;-1.24;0.40 +6932;4;4539.50;12.60;1222.50;2.19;0.40 +6932;5;4535.50;12.30;1223.50;3.28;0.40 +6932;6;4531.00;12.50;1222.50;4.24;0.40 +6932;9;4532.40;12.84;1220.00;1.57;0.40 +6932;10;4539.60;12.82;1220.00;-1.57;0.40 6932;21;4532.40;12.84;1220.00;1.57;0.40 +6933;0;2680.00;9.80;1288.00;0.00;0.20 +6933;1;2680.50;9.80;1286.00;0.24;0.20 +6933;2;2678.00;9.80;1286.00;-0.78;0.20 +6933;3;2682.50;9.90;1287.50;1.37;0.20 +6933;4;2678.00;9.80;1288.50;4.46;0.20 +6933;5;2680.00;9.80;1289.50;3.14;0.20 +6933;6;2682.00;9.90;1290.00;2.35;0.20 +6933;9;2678.02;9.80;1288.00;1.57;0.20 +6933;10;2681.98;9.90;1288.00;-1.57;0.20 6933;21;2680.79;9.80;1287.35;1.57;0.20 +6934;0;2951.00;10.22;1473.00;0.00;0.20 +6934;1;1475.00;9.50;736.00;-1.10;0.20 +6934;2;2953.00;10.17;1472.00;1.10;0.20 +6934;3;2948.50;10.70;1472.50;-1.37;0.20 +6934;4;2953.00;10.50;1474.50;2.21;0.20 +6934;5;2948.50;10.70;1474.50;4.17;0.20 +6934;6;2951.00;10.50;1475.50;3.14;0.20 +6934;9;2949.02;10.54;1473.00;1.57;0.20 +6934;10;2952.98;10.49;1473.00;-1.57;0.20 6934;21;2949.02;10.54;1473.00;1.57;0.20 +6935;0;3488.00;12.67;1299.00;0.00;0.32 +6935;1;3488.00;12.95;1296.00;0.00;0.32 +6935;2;3484.00;11.20;1298.50;-1.44;0.32 +6935;3;3491.50;14.00;1297.00;1.05;0.32 +6935;4;3491.50;13.40;1300.50;1.97;0.32 +6935;5;3487.00;11.32;1302.00;3.46;0.32 +6935;6;3488.50;12.10;1303.50;3.03;0.32 +6935;9;3484.76;11.59;1299.00;1.57;0.32 +6935;10;3491.24;13.52;1299.00;-1.57;0.32 6935;21;3483.17;11.30;1298.43;-1.57;0.32 +6936;0;2739.00;12.45;1358.00;0.00;0.20 +6936;1;2738.00;12.45;1356.50;-0.58;0.20 +6936;2;2741.00;12.52;1357.00;1.10;0.20 +6936;3;2737.00;12.40;1357.50;-1.32;0.20 +6936;4;2742.00;12.60;1358.00;1.57;0.20 +6936;5;2736.00;12.40;1359.00;4.39;0.20 +6936;6;2740.00;12.50;1359.50;2.55;0.20 +6936;7;2737.00;12.40;1359.50;4.06;0.20 +6936;9;2736.48;12.40;1358.00;1.57;0.20 +6936;10;2741.52;12.60;1358.00;-1.57;0.20 6936;21;2741.52;12.60;1358.00;-1.57;0.20 +6937;0;4642.00;13.07;1362.00;0.00;0.32 +6937;1;4644.00;12.80;1358.50;0.51;0.32 +6937;2;4646.00;12.97;1359.00;0.92;0.32 +6937;3;4640.00;13.00;1361.00;-1.10;0.32 +6937;4;4645.00;13.15;1362.00;1.57;0.32 +6937;5;4637.50;13.30;1363.50;4.39;0.32 +6937;6;4641.00;13.35;1365.00;3.46;0.32 +6937;9;4638.76;13.12;1362.00;1.57;0.32 +6937;10;4645.24;13.15;1362.00;-1.57;0.32 6937;21;4638.76;13.12;1362.00;1.57;0.32 +6938;0;3334.00;13.60;1344.00;0.00;0.26 +6938;1;3332.00;13.50;1341.50;-0.67;0.26 +6938;2;3336.00;13.80;1343.00;1.10;0.26 +6938;3;3330.50;13.40;1343.50;-1.42;0.26 +6938;4;3338.50;13.80;1344.00;1.57;0.26 +6938;5;3338.50;13.75;1345.00;1.78;0.26 +6938;6;3332.00;13.30;1347.00;3.73;0.26 +6938;7;3335.50;13.60;1346.50;2.60;0.26 +6938;9;3330.94;13.42;1344.00;1.57;0.26 +6938;10;3337.06;13.84;1344.00;-1.57;0.26 6938;21;3330.94;13.42;1344.00;1.57;0.26 +6939;0;3044.00;10.77;1353.00;0.00;0.20 +6939;1;3043.50;11.10;1351.00;-0.24;0.20 +6939;2;3045.50;10.70;1351.50;0.78;0.20 +6939;3;3042.00;10.82;1354.00;4.24;0.20 +6939;4;3046.00;10.55;1354.50;2.21;0.20 +6939;5;3044.50;10.20;1356.50;3.00;0.20 +6939;9;3042.20;10.93;1353.00;1.57;0.20 +6939;10;3045.80;10.55;1353.00;-1.57;0.20 +6939;19;3043.00;9.60;1359.00;-3.28;0.20 +6939;20;3042.71;9.60;1360.72;3.30;0.20 6939;21;3042.20;10.93;1353.00;1.57;0.20 +6940;0;3127.00;11.37;1375.00;0.00;0.28 +6940;1;3127.50;11.70;1373.50;0.32;0.28 +6940;2;3130.00;11.90;1373.50;1.10;0.28 +6940;3;3124.50;11.10;1375.50;4.51;0.28 +6940;4;3129.50;11.55;1375.00;1.57;0.28 +6940;5;3127.50;11.20;1376.50;2.82;0.28 +6940;6;3123.50;11.40;1378.00;4.00;0.28 +6940;7;3125.50;11.20;1378.00;3.60;0.28 +6940;9;3124.12;11.20;1375.00;1.57;0.28 +6940;10;3129.88;11.58;1375.00;-1.57;0.28 6940;21;3129.88;11.58;1375.00;-1.57;0.28 +6941;0;2694.00;11.40;1347.00;0.00;0.22 +6941;1;2693.50;11.50;1345.00;-0.24;0.22 +6941;2;2696.50;11.00;1345.00;0.89;0.22 +6941;3;2691.50;11.70;1345.50;-1.03;0.22 +6941;4;2691.50;11.90;1348.00;4.33;0.22 +6941;5;2696.50;10.90;1347.50;1.76;0.22 +6941;6;2694.50;11.60;1349.50;2.94;0.22 +6941;7;2692.50;12.15;1350.00;3.60;0.22 +6941;9;2692.02;11.74;1347.00;1.57;0.22 +6941;10;2695.98;11.00;1347.00;-1.57;0.22 6941;21;2692.02;11.74;1347.00;1.57;0.22 +6942;0;3076.00;12.42;1391.00;0.00;0.22 +6942;1;3074.50;11.20;1389.50;-0.78;0.22 +6942;2;3077.00;11.65;1389.50;0.58;0.22 +6942;3;3077.50;12.70;1391.50;1.89;0.22 +6942;4;3074.50;12.90;1392.00;4.12;0.22 +6942;5;3076.50;13.40;1392.50;2.82;0.22 +6942;9;3074.02;12.05;1391.00;1.57;0.22 +6942;10;3077.98;12.35;1391.00;-1.57;0.22 6942;21;3074.02;12.05;1391.00;1.57;0.22 +6943;0;1602.00;9.70;1472.00;0.00;0.28 +6943;1;1602.00;9.70;1468.50;0.00;0.28 +6943;2;1605.00;9.70;1468.50;0.70;0.28 +6943;3;1599.50;9.70;1472.50;4.51;0.28 +6943;4;1605.00;9.70;1470.00;0.98;0.28 +6943;5;1604.50;9.70;1472.50;1.76;0.28 +6943;6;1598.50;9.70;1475.00;4.00;0.28 +6943;7;1600.50;9.70;1475.00;3.60;0.28 +6943;8;1603.50;9.70;1475.50;2.73;0.28 +6943;9;1599.30;9.70;1472.00;1.57;0.28 +6943;10;1604.70;9.70;1472.00;-1.57;0.28 +6943;19;1608.00;9.55;1469.00;0.98;0.28 +6943;20;1609.56;9.55;1468.21;1.10;0.28 6943;21;1599.30;9.70;1472.00;1.57;0.28 +6944;0;4837.00;10.10;1371.00;0.00;0.28 +6944;1;4835.50;9.80;1368.50;-0.54;0.28 +6944;2;4839.00;9.60;1368.50;0.67;0.28 +6944;3;4839.50;9.60;1370.50;1.37;0.28 +6944;4;4834.00;10.95;1372.50;4.24;0.28 +6944;5;4838.00;10.50;1373.50;2.76;0.28 +6944;6;4836.00;10.75;1374.50;3.42;0.28 +6944;9;4834.48;10.85;1371.00;1.57;0.28 +6944;10;4839.52;9.64;1371.00;-1.57;0.28 +6944;19;4841.00;9.53;1367.00;0.67;0.28 +6944;20;4842.23;9.53;1365.76;0.78;0.28 6944;21;4834.48;10.85;1371.00;1.57;0.28 +6945;0;3269.00;12.40;1293.00;0.00;0.24 +6945;1;3269.00;12.40;1290.50;0.00;0.24 +6945;2;3267.00;12.35;1290.50;-0.67;0.24 +6945;3;3267.00;12.25;1293.50;4.46;0.24 +6945;4;3271.50;12.80;1292.50;1.37;0.24 +6945;5;3272.00;12.95;1294.50;2.03;0.24 +6945;6;3269.00;12.70;1296.00;3.14;0.24 +6945;9;3266.84;12.23;1293.00;1.57;0.24 +6945;10;3271.16;12.79;1293.00;-1.57;0.24 6945;21;3266.84;12.23;1293.00;1.57;0.24 +6946;0;2971.00;9.70;1391.00;0.00;0.22 +6946;1;2971.50;9.70;1389.00;0.24;0.22 +6946;2;2973.50;9.80;1389.00;0.89;0.22 +6946;3;2968.50;9.70;1391.00;4.71;0.22 +6946;4;2973.00;9.80;1391.50;1.81;0.22 +6946;5;2971.50;9.60;1393.00;2.89;0.22 +6946;6;2969.00;9.70;1393.00;3.92;0.22 +6946;9;2968.84;9.70;1391.00;1.57;0.22 +6946;10;2973.16;9.81;1391.00;-1.57;0.22 +6946;19;2967.00;9.50;1389.00;-1.57;0.22 +6946;20;2965.43;9.50;1388.21;-1.10;0.22 6946;21;2968.84;9.70;1391.00;1.57;0.22 +6947;0;4784.00;11.87;1380.00;0.00;0.24 +6947;1;4784.50;12.55;1376.00;0.12;0.24 +6947;2;4787.00;12.57;1377.00;0.78;0.24 +6947;3;4782.00;11.32;1380.00;4.71;0.24 +6947;4;4786.50;12.10;1380.50;1.76;0.24 +6947;5;4783.00;11.60;1383.50;3.42;0.24 +6947;6;4785.00;11.85;1383.50;2.86;0.24 +6947;9;4781.84;11.28;1380.00;1.57;0.24 +6947;10;4786.16;12.11;1380.00;-1.57;0.24 6947;21;4781.84;11.28;1380.00;1.57;0.24 +6948;0;2726.00;10.90;1305.00;0.00;0.20 +6948;1;2724.50;10.90;1303.50;-0.78;0.20 +6948;2;2726.50;11.10;1302.00;0.16;0.20 +6948;3;2728.00;11.15;1304.00;1.10;0.20 +6948;4;2725.00;10.85;1306.50;3.73;0.20 +6948;5;2728.00;11.15;1307.00;2.35;0.20 +6948;6;2727.50;11.10;1308.00;2.67;0.20 +6948;9;2724.20;10.85;1305.00;1.57;0.20 +6948;10;2727.80;11.13;1305.00;-1.57;0.20 6948;21;2727.80;11.13;1305.00;-1.57;0.20 +6949;0;2856.00;9.80;1490.00;0.00;0.16 +6949;1;2854.50;9.80;1489.50;-1.24;0.16 +6949;2;2856.50;9.80;1487.00;0.16;0.16 +6949;3;2858.00;9.80;1490.50;1.81;0.16 +6949;4;2855.50;9.80;1492.00;3.38;0.16 +6949;5;2857.50;9.80;1493.00;2.67;0.16 +6949;9;2854.56;9.80;1490.00;1.57;0.16 +6949;10;2857.44;9.75;1490.00;-1.57;0.16 6949;21;2854.56;9.80;1490.00;1.57;0.16 +6950;0;3390.00;13.72;1325.00;0.00;0.20 +6950;1;3388.00;13.95;1323.00;-0.78;0.20 +6950;2;3391.50;14.05;1323.00;0.64;0.20 +6950;3;3386.00;13.55;1324.50;-1.44;0.20 +6950;4;3395.00;13.57;1325.00;1.57;0.20 +6950;5;3391.00;13.70;1327.00;2.67;0.20 +6950;6;3386.00;13.57;1327.00;4.24;0.20 +6950;7;3395.00;13.60;1326.50;1.86;0.20 +6950;9;3386.22;13.58;1325.00;1.57;0.20 +6950;10;3393.78;13.58;1325.00;-1.57;0.20 6950;21;3386.22;13.58;1325.00;1.57;0.20 +6951;0;4720.00;9.70;1360.00;0.00;0.26 +6951;1;4718.50;9.70;1357.50;-0.54;0.26 +6951;2;4721.00;9.70;1358.00;0.46;0.26 +6951;3;4718.00;9.70;1360.00;4.71;0.26 +6951;4;4723.00;9.70;1360.00;1.57;0.26 +6951;5;4723.00;9.70;1362.00;2.15;0.26 +6951;6;4720.50;9.70;1363.00;2.97;0.26 +6951;9;4717.66;9.70;1360.00;1.57;0.26 +6951;10;4722.34;9.70;1360.00;-1.57;0.26 6951;21;4717.66;9.70;1360.00;1.57;0.26 +6952;0;3199.00;11.90;1368.00;0.00;0.20 +6952;1;3202.00;10.80;1365.50;0.87;0.20 +6952;2;3198.50;11.90;1366.00;-0.24;0.20 +6952;3;3202.00;11.05;1367.50;1.40;0.20 +6952;4;3196.00;10.65;1368.50;4.54;0.20 +6952;5;3199.50;11.80;1370.50;2.94;0.20 +6952;9;3196.48;10.94;1368.00;1.57;0.20 +6952;10;3201.52;11.34;1368.00;-1.57;0.20 6952;21;3196.48;10.94;1368.00;1.57;0.20 +6953;0;3133.00;12.87;1382.00;0.00;0.22 +6953;1;3130.50;11.75;1380.00;-0.89;0.22 +6953;2;3134.00;12.80;1381.00;0.78;0.22 +6953;3;3130.00;12.20;1382.50;4.54;0.22 +6953;4;3136.00;13.10;1383.00;1.89;0.22 +6953;5;3132.50;13.40;1383.50;3.46;0.22 +6953;6;3135.00;13.30;1384.50;2.46;0.22 +6953;9;3130.48;12.14;1382.00;1.57;0.22 +6953;10;3135.52;13.04;1382.00;-1.57;0.22 6953;21;3130.48;12.14;1382.00;1.57;0.22 +6954;0;2710.00;12.70;1290.00;0.00;0.20 +6954;1;2710.50;12.95;1288.00;0.24;0.20 +6954;2;2709.00;12.77;1288.00;-0.46;0.20 +6954;3;2712.00;12.87;1289.00;1.10;0.20 +6954;4;2708.50;12.40;1290.50;4.39;0.20 +6954;5;2711.50;12.50;1291.50;2.35;0.20 +6954;6;2709.50;12.15;1293.00;3.30;0.20 +6954;9;2708.20;12.42;1290.00;1.57;0.20 +6954;10;2711.80;12.76;1290.00;-1.57;0.20 6954;21;2711.80;12.76;1290.00;-1.57;0.20 +6955;0;2678.00;11.25;1380.00;0.00;0.22 +6955;1;2677.00;11.10;1378.00;-0.46;0.22 +6955;2;2680.00;11.45;1379.50;1.32;0.22 +6955;3;2675.00;11.00;1379.00;-1.24;0.22 +6955;4;2677.00;11.25;1381.50;3.73;0.22 +6955;5;2680.50;11.50;1382.50;2.35;0.22 +6955;9;2675.66;11.11;1380.00;1.57;0.22 +6955;10;2680.34;11.48;1380.00;-1.57;0.22 6955;21;2675.66;11.11;1380.00;1.57;0.22 +6956;0;3364.00;14.97;1282.00;0.00;0.28 +6956;1;3363.00;13.50;1278.50;-0.27;0.28 +6956;2;3366.50;14.40;1281.50;1.37;0.28 +6956;3;3361.50;14.70;1279.50;-0.78;0.28 +6956;4;3361.50;15.20;1282.50;4.51;0.28 +6956;5;3364.00;14.00;1285.50;3.14;0.28 +6956;6;3366.50;13.70;1285.50;2.52;0.28 +6956;7;3368.50;13.40;1285.00;2.15;0.28 +6956;9;3361.48;15.35;1282.00;1.57;0.28 +6956;10;3366.52;14.39;1282.00;-1.57;0.28 6956;21;3361.48;15.35;1282.00;1.57;0.28 +6957;0;3070.00;14.60;1397.00;0.00;0.22 +6957;1;3070.00;13.65;1394.50;0.00;0.22 +6957;2;3071.50;14.00;1395.00;0.64;0.22 +6957;3;3068.50;13.80;1395.00;-0.64;0.22 +6957;4;3067.00;13.60;1396.50;-1.40;0.22 +6957;5;3068.50;14.30;1398.50;3.92;0.22 +6957;6;3072.00;14.60;1398.00;2.03;0.22 +6957;7;3070.50;14.70;1399.50;2.94;0.22 +6957;9;3068.02;13.95;1397.00;1.57;0.22 +6957;10;3071.98;14.37;1397.00;-1.57;0.22 6957;21;3068.02;13.95;1397.00;1.57;0.22 +6958;0;1566.00;14.00;1521.00;0.00;0.26 +6958;1;1565.50;13.50;1517.50;-0.14;0.26 +6958;2;1567.50;13.40;1519.00;0.64;0.26 +6958;3;1563.50;14.20;1520.50;-1.37;0.26 +6958;4;1568.50;13.30;1523.00;2.24;0.26 +6958;5;1564.00;14.15;1523.00;3.92;0.26 +6958;6;1567.00;13.77;1525.00;2.89;0.26 +6958;9;1563.66;14.20;1521.00;1.57;0.26 +6958;10;1568.34;13.35;1521.00;-1.57;0.26 6958;21;1563.66;14.20;1521.00;1.57;0.26 +6959;0;2798.00;10.82;1305.00;0.00;0.20 +6959;1;2799.50;11.50;1303.00;0.64;0.20 +6959;2;2797.00;11.60;1303.50;-0.58;0.20 +6959;3;2800.00;10.17;1306.00;2.03;0.20 +6959;4;2796.00;11.20;1305.50;4.46;0.20 +6959;5;2797.50;10.40;1307.50;3.33;0.20 +6959;9;2796.20;11.22;1305.00;1.57;0.20 +6959;10;2799.80;10.67;1305.00;-1.57;0.20 +6959;19;2801.00;9.68;1307.00;-4.25;0.20 +6959;20;2802.45;9.68;1307.97;2.15;0.20 6959;21;2799.80;10.67;1305.00;-1.57;0.20 +6960;0;2855.00;10.97;1389.00;0.00;0.20 +6960;1;2854.00;10.45;1386.50;-0.38;0.20 +6960;2;2857.50;9.70;1386.50;0.78;0.20 +6960;3;2851.50;11.20;1387.50;-1.16;0.20 +6960;4;2858.00;10.55;1389.50;1.73;0.20 +6960;5;2852.00;11.52;1389.00;4.71;0.20 +6960;6;2854.00;11.65;1390.50;3.73;0.20 +6960;7;2857.00;11.05;1391.50;2.46;0.20 +6960;9;2852.48;11.45;1389.00;1.57;0.20 +6960;10;2857.52;10.39;1389.00;-1.57;0.20 +6960;19;2861.00;9.50;1386.00;0.79;0.20 +6960;20;2862.56;9.50;1385.21;1.10;0.20 6960;21;2852.48;11.45;1389.00;1.57;0.20 +6961;0;4884.00;9.67;1380.00;0.00;0.30 +6961;1;4883.50;9.65;1378.00;-0.24;0.30 +6961;2;4889.00;9.70;1378.00;1.19;0.30 +6961;3;4880.50;9.60;1381.50;4.30;0.30 +6961;4;4888.00;10.15;1380.50;1.69;0.30 +6961;5;4885.00;9.65;1382.50;2.76;0.30 +6961;6;4883.00;9.60;1384.00;3.38;0.30 +6961;9;4880.40;9.69;1380.00;1.57;0.30 +6961;10;4887.60;10.01;1380.00;-1.57;0.30 +6961;19;4887.00;9.50;1375.00;-0.24;0.30 +6961;20;4887.90;9.50;1373.49;0.54;0.30 6961;21;4880.40;9.69;1380.00;1.57;0.30 +6962;0;2852.00;11.42;1396.00;0.00;0.20 +6962;1;2852.50;12.10;1394.00;0.24;0.20 +6962;2;2850.50;11.80;1394.50;-0.78;0.20 +6962;3;2849.50;11.35;1396.00;4.71;0.20 +6962;4;2854.50;11.20;1397.50;2.11;0.20 +6962;5;2851.50;11.10;1398.00;3.38;0.20 +6962;9;2850.20;11.35;1396.00;1.57;0.20 +6962;10;2853.80;11.30;1396.00;-1.57;0.20 6962;21;2850.20;11.35;1396.00;1.57;0.20 +6963;0;4784.00;12.22;1348.00;0.00;0.26 +6963;1;4783.50;12.75;1345.00;-0.16;0.26 +6963;2;4782.00;12.00;1346.00;-0.78;0.26 +6963;3;4786.00;13.37;1347.00;1.10;0.26 +6963;4;4781.50;11.60;1348.50;4.51;0.26 +6963;5;4787.50;13.10;1350.00;2.09;0.26 +6963;6;4783.50;11.60;1350.50;3.33;0.26 +6963;7;4785.50;12.20;1351.00;2.67;0.26 +6963;9;4781.66;11.62;1348.00;1.57;0.26 +6963;10;4786.34;13.19;1348.00;-1.57;0.26 6963;21;4781.66;11.62;1348.00;1.57;0.26 +6964;0;4824.00;16.12;1386.00;0.00;0.26 +6964;1;4821.50;12.70;1383.00;-0.69;0.26 +6964;2;4824.50;15.30;1383.00;0.16;0.26 +6964;3;4821.00;14.00;1385.50;-1.40;0.26 +6964;4;4826.50;15.75;1386.00;1.57;0.26 +6964;5;4823.00;15.15;1388.00;3.60;0.26 +6964;6;4827.00;14.50;1388.50;2.26;0.26 +6964;7;4826.00;14.05;1389.50;2.62;0.26 +6964;9;4821.66;14.60;1386.00;1.57;0.26 +6964;10;4826.34;15.85;1386.00;-1.57;0.26 6964;21;4821.66;14.60;1386.00;1.57;0.26 +6965;0;3403.00;17.65;1304.00;0.00;0.26 +6965;1;3403.50;15.60;1299.00;0.10;0.26 +6965;2;3401.50;15.25;1300.00;-0.35;0.26 +6965;3;3405.00;17.12;1302.00;0.78;0.26 +6965;4;3400.50;16.80;1303.50;-1.37;0.26 +6965;5;3405.00;18.55;1306.00;2.35;0.26 +6965;6;3401.50;18.50;1308.00;3.50;0.26 +6965;7;3404.50;18.70;1308.50;2.82;0.26 +6965;9;3400.66;17.08;1304.00;1.57;0.26 +6965;10;3405.34;17.98;1304.00;-1.57;0.26 6965;21;3400.66;17.08;1304.00;1.57;0.26 +6966;0;2813.00;10.92;1340.00;0.00;0.20 +6966;1;2815.00;9.90;1338.50;0.92;0.20 +6966;2;2812.50;11.10;1338.50;-0.32;0.20 +6966;3;2811.00;11.62;1340.00;4.71;0.20 +6966;4;2815.00;10.25;1341.50;2.21;0.20 +6966;5;2811.50;11.10;1342.00;3.78;0.20 +6966;6;2813.50;10.55;1343.00;2.97;0.20 +6966;9;2811.20;11.57;1340.00;1.57;0.20 +6966;10;2814.80;10.21;1340.00;-1.57;0.20 +6966;19;2818.33;9.50;1336.30;1.23;0.20 +6966;20;2819.76;9.50;1335.30;0.96;0.20 6966;21;2815.81;10.00;1339.24;-1.57;0.20 +6967;0;3218.00;9.90;1371.00;0.00;0.24 +6967;1;3215.00;9.90;1370.00;-1.24;0.24 +6967;2;3219.00;9.90;1369.50;0.58;0.24 +6967;3;3221.50;9.90;1371.50;1.71;0.24 +6967;4;3219.50;9.95;1373.00;2.49;0.24 +6967;5;3215.50;10.20;1373.50;3.92;0.24 +6967;9;3215.30;9.90;1371.00;1.57;0.24 +6967;10;3220.70;9.90;1371.00;-1.57;0.24 6967;21;3215.30;9.90;1371.00;1.57;0.24 +6968;0;1328.00;9.80;1409.00;0.00;0.40 +6968;1;1329.50;9.80;1405.50;0.40;0.40 +6968;2;1333.00;9.80;1407.50;1.27;0.40 +6968;3;1323.50;9.80;1408.00;-1.35;0.40 +6968;4;1322.50;9.80;1411.00;4.36;0.40 +6968;5;1328.50;9.80;1412.50;3.00;0.40 +6968;9;1323.68;9.80;1409.00;1.57;0.40 +6968;10;1332.32;9.80;1409.00;-1.57;0.40 6968;21;1323.68;9.80;1409.00;1.57;0.40 +6969;0;4637.00;11.80;1332.00;0.00;0.20 +6969;1;4634.50;11.40;1330.50;-1.03;0.20 +6969;2;4637.50;11.70;1330.50;0.32;0.20 +6969;3;4641.00;11.80;1331.50;1.44;0.20 +6969;4;4634.00;11.45;1333.00;4.39;0.20 +6969;5;4638.50;12.20;1334.50;2.60;0.20 +6969;9;4634.12;11.47;1332.00;1.57;0.20 +6969;10;4639.88;11.93;1332.00;-1.57;0.20 6969;21;4634.12;11.47;1332.00;1.57;0.20 +6970;0;3129.00;12.30;1389.00;0.00;0.18 +6970;1;3127.00;11.80;1388.50;-1.32;0.18 +6970;2;3130.50;13.05;1387.00;0.64;0.18 +6970;3;3131.00;12.75;1389.50;1.81;0.18 +6970;4;3128.00;12.10;1391.00;3.60;0.18 +6970;9;3126.84;11.76;1389.00;1.57;0.18 +6970;10;3131.16;12.88;1389.00;-1.57;0.18 6970;21;3126.84;11.76;1389.00;1.57;0.18 +6971;0;1523.00;10.82;1507.00;0.00;0.30 +6971;1;1522.00;10.50;1504.00;-0.32;0.30 +6971;2;1525.00;10.35;1504.50;0.67;0.30 +6971;3;1520.00;10.77;1507.00;4.71;0.30 +6971;4;1527.00;10.42;1507.00;1.57;0.30 +6971;5;1525.00;10.75;1509.00;2.35;0.30 +6971;6;1521.00;10.80;1510.00;3.73;0.30 +6971;9;1520.30;10.79;1507.00;1.57;0.30 +6971;10;1525.70;10.57;1507.00;-1.57;0.30 6971;21;1520.30;10.79;1507.00;1.57;0.30 +6972;0;3057.00;13.25;1333.00;0.00;0.18 +6972;1;3057.00;13.80;1331.00;0.00;0.18 +6972;2;3054.50;13.40;1331.50;-1.03;0.18 +6972;3;3059.50;12.45;1333.00;1.57;0.18 +6972;4;3055.00;12.90;1334.00;4.24;0.18 +6972;5;3058.50;12.50;1334.50;2.35;0.18 +6972;6;3057.00;12.25;1336.00;3.14;0.18 +6972;9;3055.20;13.36;1333.00;1.57;0.18 +6972;10;3058.80;12.80;1333.00;-1.57;0.18 6972;21;3055.20;13.36;1333.00;1.57;0.18 +6973;0;2963.00;9.55;1401.00;0.00;0.24 +6973;1;2965.00;9.50;1398.00;0.58;0.24 +6973;2;2962.00;9.50;1399.50;-0.58;0.24 +6973;3;2966.50;9.70;1399.50;1.16;0.24 +6973;4;2964.00;9.95;1402.50;2.55;0.24 +6973;5;2959.50;9.55;1402.00;4.43;0.24 +6973;6;2960.50;9.70;1403.50;3.92;0.24 +6973;9;2960.48;9.50;1401.00;1.57;0.24 +6973;10;2965.52;9.80;1401.00;-1.57;0.24 +6973;19;2964.00;9.50;1400.00;-0.59;0.24 +6973;20;2965.23;9.50;1398.76;0.78;0.24 6973;21;2960.48;9.50;1401.00;1.57;0.24 +6974;0;1453.00;10.60;1487.00;0.00;0.38 +6974;1;1451.00;10.60;1483.50;-0.51;0.38 +6974;2;1454.50;10.60;1483.50;0.40;0.38 +6974;3;1447.50;10.50;1485.50;-1.30;0.38 +6974;4;1456.00;10.60;1486.00;1.24;0.38 +6974;5;1452.00;10.55;1490.00;3.46;0.38 +6974;6;1457.50;10.50;1490.00;2.15;0.38 +6974;7;1456.50;10.50;1492.50;2.57;0.38 +6974;9;1449.40;10.55;1487.00;1.57;0.38 +6974;10;1456.60;10.60;1487.00;-1.57;0.38 6974;21;1449.40;10.55;1487.00;1.57;0.38 +6975;0;2909.00;13.20;1404.00;0.00;0.18 +6975;1;2908.00;12.60;1402.50;-0.58;0.18 +6975;2;2910.50;13.20;1402.50;0.78;0.18 +6975;3;2907.50;13.00;1404.50;4.39;0.18 +6975;4;2911.00;14.02;1405.00;2.03;0.18 +6975;5;2909.50;13.80;1406.00;2.89;0.18 +6975;9;2907.20;12.82;1404.00;1.57;0.18 +6975;10;2910.80;13.65;1404.00;-1.57;0.18 6975;21;2907.20;12.82;1404.00;1.57;0.18 +6976;0;3446.00;15.07;1329.00;0.00;0.28 +6976;1;3443.50;14.85;1328.00;-1.19;0.28 +6976;2;3446.50;15.25;1326.00;0.16;0.28 +6976;3;3449.00;15.02;1328.00;1.24;0.28 +6976;4;3448.50;15.50;1331.50;2.35;0.28 +6976;5;3444.50;15.30;1331.50;3.68;0.28 +6976;6;3446.50;15.40;1333.00;3.01;0.28 +6976;9;3443.48;14.99;1329.00;1.57;0.28 +6976;10;3448.52;15.00;1329.00;-1.57;0.28 6976;21;3443.48;14.99;1329.00;1.57;0.28 +6977;0;3369.00;13.57;1303.00;0.00;0.24 +6977;1;3366.50;13.55;1302.00;-1.19;0.24 +6977;2;3370.50;13.50;1302.00;0.98;0.24 +6977;3;3366.50;13.25;1305.00;4.03;0.24 +6977;4;3369.00;13.35;1306.00;3.14;0.24 +6977;5;3371.00;13.55;1305.50;2.46;0.24 +6977;9;3366.66;13.46;1303.00;1.57;0.24 +6977;10;3371.34;13.59;1303.00;-1.57;0.24 6977;21;3366.66;13.46;1303.00;1.57;0.24 +6978;0;3350.00;13.52;1341.00;0.00;0.24 +6978;1;3350.00;13.40;1338.00;0.00;0.24 +6978;2;3347.50;14.35;1340.00;-1.19;0.24 +6978;3;3351.50;13.15;1341.00;1.57;0.24 +6978;4;3346.50;14.10;1342.50;4.30;0.24 +6978;5;3349.00;13.35;1343.50;3.52;0.24 +6978;6;3352.00;12.60;1344.00;2.55;0.24 +6978;9;3347.84;14.19;1341.00;1.57;0.24 +6978;10;3352.16;13.11;1341.00;-1.57;0.24 6978;21;3347.84;14.19;1341.00;1.57;0.24 +6979;0;3090.00;9.70;1324.00;0.00;0.16 +6979;1;3090.00;9.67;1323.00;0.00;0.16 +6979;2;3089.50;9.70;1325.50;3.46;0.16 +6979;3;3091.50;9.70;1326.50;2.60;0.16 +6979;9;3088.56;9.65;1324.00;1.57;0.16 +6979;10;3091.44;9.70;1324.00;-1.57;0.16 +6979;19;3092.00;9.50;1321.00;0.00;0.16 +6979;20;3092.97;9.50;1319.54;0.58;0.16 6979;21;3088.56;9.65;1324.00;1.57;0.16 +6980;0;3052.00;11.22;1356.00;0.00;0.14 +6980;1;3051.50;10.60;1354.00;-0.24;0.14 +6980;2;3050.00;11.10;1356.00;4.71;0.14 +6980;3;3053.00;11.22;1357.00;2.35;0.14 +6980;9;3050.02;11.10;1356.00;1.57;0.14 +6980;10;3053.98;10.86;1356.00;-1.57;0.14 +6980;19;3057.00;9.88;1359.00;-3.93;0.14 +6980;20;3058.50;9.88;1359.90;2.11;0.14 6980;21;3050.02;11.10;1356.00;1.57;0.14 +6981;0;4742.00;9.70;1324.00;0.00;0.20 +6981;1;4741.50;9.65;1322.00;-0.24;0.20 +6981;2;4739.50;9.70;1322.50;-1.03;0.20 +6981;3;4741.00;9.70;1325.50;3.73;0.20 +6981;4;4743.50;9.70;1324.00;1.57;0.20 +6981;5;4744.50;9.70;1326.00;2.24;0.20 +6981;9;4740.02;9.72;1324.00;1.57;0.20 +6981;10;4743.98;9.67;1324.00;-1.57;0.20 +6981;19;4739.00;9.50;1321.00;-0.24;0.20 +6981;20;4737.76;9.50;1319.76;-0.78;0.20 6981;21;4740.02;9.72;1324.00;1.57;0.20 +6982;0;3188.00;11.35;1370.00;0.00;0.20 +6982;1;3189.00;11.15;1367.50;0.38;0.20 +6982;2;3186.00;11.60;1368.50;-0.92;0.20 +6982;3;3190.50;10.30;1369.50;1.37;0.20 +6982;4;3184.50;11.05;1370.00;4.71;0.20 +6982;5;3185.00;11.95;1371.50;4.24;0.20 +6982;6;3191.50;11.30;1372.00;2.09;0.20 +6982;7;3188.50;11.80;1372.50;2.94;0.20 +6982;9;3185.30;11.45;1370.00;1.57;0.20 +6982;10;3190.70;10.47;1370.00;-1.57;0.20 6982;21;3185.30;11.45;1370.00;1.57;0.20 +6983;0;3071.00;12.07;1409.00;0.00;0.24 +6983;1;3071.00;13.30;1405.50;0.00;0.24 +6983;2;3073.00;12.50;1407.00;0.78;0.24 +6983;3;3069.00;12.95;1407.50;-0.92;0.24 +6983;4;3074.50;12.50;1408.50;1.42;0.24 +6983;5;3073.00;12.07;1410.00;2.03;0.24 +6983;6;3068.50;12.10;1409.50;4.51;0.24 +6983;7;3069.50;11.75;1411.00;3.78;0.24 +6983;9;3068.66;12.30;1409.00;1.57;0.24 +6983;10;3073.34;12.21;1409.00;-1.57;0.24 6983;21;3068.66;12.30;1409.00;1.57;0.24 +6984;0;1609.00;9.80;1533.00;0.00;0.20 +6984;1;1607.50;9.80;1530.50;-0.54;0.20 +6984;2;1611.00;9.70;1531.50;0.92;0.20 +6984;3;1605.50;9.80;1533.50;4.57;0.20 +6984;4;1612.50;9.70;1534.00;1.84;0.20 +6984;5;1609.00;9.80;1535.50;3.14;0.20 +6984;6;1612.50;9.70;1535.50;2.19;0.20 +6984;9;1606.12;9.80;1533.00;1.57;0.20 +6984;10;1611.88;9.70;1533.00;-1.57;0.20 +6984;19;1613.00;9.50;1530.00;0.93;0.20 +6984;20;1614.40;9.50;1528.95;0.92;0.20 6984;21;1610.42;9.70;1531.63;-1.57;0.20 +6985;0;2979.00;12.37;1403.00;0.00;0.16 +6985;1;2978.00;12.05;1401.50;-0.58;0.16 +6985;2;2976.00;12.80;1403.50;4.54;0.16 +6985;3;2982.00;12.35;1402.50;1.40;0.16 +6985;4;2983.50;13.00;1403.50;1.68;0.16 +6985;5;2980.00;12.25;1405.00;2.67;0.16 +6985;6;2977.00;12.90;1405.50;3.81;0.16 +6985;9;2976.12;12.68;1403.00;1.57;0.16 +6985;10;2981.88;12.49;1403.00;-1.57;0.16 6985;21;2976.12;12.68;1403.00;1.57;0.16 +6986;0;2683.00;9.97;1303.00;0.00;0.18 +6986;1;2682.00;9.97;1302.00;-0.78;0.18 +6986;2;2684.00;10.10;1301.00;0.46;0.18 +6986;3;2685.50;10.15;1303.00;1.57;0.18 +6986;4;2680.50;9.80;1303.50;4.51;0.18 +6986;5;2681.50;9.80;1305.00;3.78;0.18 +6986;6;2684.50;10.10;1305.00;2.49;0.18 +6986;9;2681.02;9.87;1303.00;1.57;0.18 +6986;10;2684.98;10.15;1303.00;-1.57;0.18 6986;21;2681.02;9.87;1303.00;1.57;0.18 +6987;0;1268.00;10.40;1332.00;0.00;0.42 +6987;1;1264.00;10.40;1331.00;-1.32;0.42 +6987;2;1270.00;10.50;1327.00;0.38;0.42 +6987;3;1273.00;10.40;1332.00;1.57;0.42 +6987;4;1262.00;10.40;1335.50;4.18;0.42 +6987;5;1267.50;10.40;1336.50;3.25;0.42 +6987;9;1263.50;10.40;1332.00;1.57;0.42 +6987;10;1272.50;10.40;1332.00;-1.57;0.42 6987;21;1263.50;10.40;1332.00;1.57;0.42 +6988;0;4641.00;13.70;1375.00;0.00;0.34 +6988;1;4640.50;13.60;1371.50;-0.14;0.34 +6988;2;4644.00;13.40;1371.00;0.64;0.34 +6988;3;4636.50;13.80;1373.50;-1.24;0.34 +6988;4;4644.00;13.60;1375.50;1.73;0.34 +6988;5;4640.00;13.55;1378.00;3.46;0.34 +6988;9;4637.94;13.80;1375.00;1.57;0.34 +6988;10;4644.06;13.62;1375.00;-1.57;0.34 6988;21;4637.94;13.80;1375.00;1.57;0.34 +6989;0;4878.00;10.80;1396.00;0.00;0.28 +6989;1;4880.00;10.75;1392.00;0.46;0.28 +6989;2;4876.00;10.40;1393.50;-0.67;0.28 +6989;3;4880.50;11.30;1395.00;1.19;0.28 +6989;4;4873.00;9.90;1395.50;-1.47;0.28 +6989;5;4875.00;10.10;1397.50;4.24;0.28 +6989;6;4883.00;11.85;1397.50;1.86;0.28 +6989;7;4880.00;10.70;1398.50;2.46;0.28 +6989;9;4874.22;10.10;1396.00;1.57;0.28 +6989;10;4881.78;11.59;1396.00;-1.57;0.28 6989;21;4874.22;10.10;1396.00;1.57;0.28 +6990;0;3175.00;10.35;1346.00;0.00;0.20 +6990;1;3174.00;10.05;1344.00;-0.46;0.20 +6990;2;3177.00;10.02;1344.00;0.78;0.20 +6990;3;3171.00;10.40;1346.00;4.71;0.20 +6990;4;3177.50;10.70;1346.50;1.76;0.20 +6990;5;3173.00;10.75;1347.50;4.06;0.20 +6990;6;3176.50;11.25;1348.00;2.49;0.20 +6990;9;3172.48;10.25;1346.00;1.57;0.20 +6990;10;3177.52;10.55;1346.00;-1.57;0.20 6990;21;3172.48;10.25;1346.00;1.57;0.20 +6991;0;3462.00;14.50;1328.00;0.00;0.20 +6991;1;3459.00;14.65;1326.50;-1.10;0.20 +6991;2;3464.00;14.55;1326.00;0.78;0.20 +6991;3;3457.00;14.85;1327.50;-1.47;0.20 +6991;4;3466.00;14.57;1329.00;1.81;0.20 +6991;5;3461.50;14.75;1330.00;3.38;0.20 +6991;9;3458.40;14.76;1328.00;1.57;0.20 +6991;10;3465.60;14.41;1328.00;-1.57;0.20 6991;21;3458.40;14.76;1328.00;1.57;0.20 +6992;0;3242.00;11.90;1289.00;0.00;0.28 +6992;1;3241.50;11.90;1286.00;-0.16;0.28 +6992;2;3244.00;12.20;1286.50;0.67;0.28 +6992;3;3240.50;11.80;1288.50;-1.24;0.28 +6992;4;3244.50;12.30;1289.50;1.76;0.28 +6992;5;3238.50;10.80;1291.50;4.09;0.28 +6992;6;3240.50;11.70;1292.50;3.54;0.28 +6992;9;3239.48;11.44;1289.00;1.57;0.28 +6992;10;3244.52;12.20;1289.00;-1.57;0.28 6992;21;3239.48;11.44;1289.00;1.57;0.28 +6993;0;2758.00;12.75;1336.00;0.00;0.20 +6993;1;2757.50;12.70;1334.00;-0.24;0.20 +6993;2;2760.50;13.30;1333.50;0.78;0.20 +6993;3;2761.00;13.22;1335.00;1.24;0.20 +6993;4;2755.00;12.10;1335.50;-1.40;0.20 +6993;5;2760.50;13.20;1336.50;1.76;0.20 +6993;6;2756.50;12.60;1337.50;3.92;0.20 +6993;9;2755.48;12.19;1336.00;1.57;0.20 +6993;10;2760.52;13.15;1336.00;-1.57;0.20 6993;21;2760.52;13.15;1336.00;-1.57;0.20 +6994;0;5003.00;12.65;1334.00;0.00;0.22 +6994;1;5002.50;12.30;1331.00;-0.16;0.22 +6994;2;5005.00;12.52;1333.00;1.10;0.22 +6994;3;5001.00;12.55;1332.50;-0.92;0.22 +6994;4;5001.00;12.20;1335.00;4.24;0.22 +6994;5;5005.50;12.40;1335.50;2.11;0.22 +6994;6;5003.50;11.90;1337.00;2.97;0.22 +6994;9;5001.02;12.35;1334.00;1.57;0.22 +6994;10;5004.98;12.60;1334.00;-1.57;0.22 +6994;19;5007.00;10.20;1340.00;-3.31;0.22 +6994;20;5007.97;10.20;1341.45;2.55;0.22 6994;21;5001.02;12.35;1334.00;1.57;0.22 +6995;0;3356.00;12.50;1353.00;0.00;0.36 +6995;1;3357.50;12.55;1350.00;0.46;0.36 +6995;2;3355.00;12.15;1350.00;-0.32;0.36 +6995;3;3360.00;11.80;1352.50;1.44;0.36 +6995;4;3353.00;13.20;1353.50;4.54;0.36 +6995;5;3356.00;11.60;1354.50;3.14;0.36 +6995;9;3352.76;13.00;1353.00;1.57;0.36 +6995;10;3359.24;11.43;1353.00;-1.57;0.36 +6995;19;3353.31;9.50;1361.67;-3.84;0.36 +6995;20;3352.79;9.50;1363.34;3.44;0.36 6995;21;3351.80;11.40;1358.85;-1.57;0.36 +6996;0;2686.00;11.50;1324.00;0.00;0.20 +6996;1;2685.00;11.45;1322.50;-0.58;0.20 +6996;2;2688.50;11.30;1324.00;1.57;0.20 +6996;3;2683.00;11.60;1324.50;4.54;0.20 +6996;4;2686.50;11.70;1326.50;2.94;0.20 +6996;5;2684.00;11.72;1326.00;3.92;0.20 +6996;6;2689.00;11.65;1326.50;2.26;0.20 +6996;9;2683.66;11.60;1324.00;1.57;0.20 +6996;10;2688.34;11.30;1324.00;-1.57;0.20 6996;21;2687.54;12.30;1324.78;1.57;0.20 +6997;0;3511.00;12.25;1313.00;0.00;0.32 +6997;1;3513.00;12.70;1308.50;0.41;0.32 +6997;2;3514.50;12.70;1310.50;0.95;0.32 +6997;3;3508.50;12.00;1312.00;-1.19;0.32 +6997;4;3512.50;13.10;1314.50;2.35;0.32 +6997;5;3508.00;12.22;1316.00;3.92;0.32 +6997;6;3510.50;13.25;1317.00;3.26;0.32 +6997;9;3508.12;11.95;1313.00;1.57;0.32 +6997;10;3513.88;12.65;1313.00;-1.57;0.32 6997;21;3508.12;11.95;1313.00;1.57;0.32 +6998;0;3137.00;10.87;1393.00;0.00;0.26 +6998;1;3137.00;11.37;1390.00;0.00;0.26 +6998;2;3139.50;10.90;1390.50;0.78;0.26 +6998;3;3135.00;11.40;1391.50;-0.92;0.26 +6998;4;3138.00;10.85;1393.50;2.03;0.26 +6998;5;3134.00;10.65;1394.50;4.24;0.26 +6998;6;3135.50;10.50;1396.50;3.54;0.26 +6998;7;3137.00;10.52;1397.00;3.14;0.26 +6998;9;3134.66;10.93;1393.00;1.57;0.26 +6998;10;3139.34;10.95;1393.00;-1.57;0.26 6998;21;3134.66;10.93;1393.00;1.57;0.26 +6999;0;4461.00;13.27;1131.00;0.00;0.36 +6999;1;4461.00;14.60;1127.50;0.00;0.36 +6999;2;4457.50;13.20;1128.50;-0.95;0.36 +6999;3;4460.00;11.92;1134.00;3.46;0.36 +6999;4;4465.50;15.45;1131.00;1.57;0.36 +6999;5;4464.50;13.85;1134.00;2.27;0.36 +6999;9;4457.76;12.55;1131.00;1.57;0.36 +6999;10;4464.24;14.60;1131.00;-1.57;0.36 6999;21;4457.76;12.55;1131.00;1.57;0.36 +7000;0;4596.00;11.30;1297.00;0.00;0.24 +7000;1;4594.50;11.30;1294.50;-0.54;0.24 +7000;2;4597.50;11.30;1293.50;0.40;0.24 +7000;3;4598.50;11.30;1297.00;1.57;0.24 +7000;4;4593.50;11.30;1297.00;4.71;0.24 +7000;5;4595.00;11.40;1299.50;3.52;0.24 +7000;6;4597.50;11.30;1300.50;2.73;0.24 +7000;9;4593.84;11.30;1297.00;1.57;0.24 +7000;10;4598.16;11.30;1297.00;-1.57;0.24 7000;21;4593.84;11.30;1297.00;1.57;0.24 +7001;0;3374.00;11.35;1180.00;0.00;0.24 +7001;1;3374.50;11.50;1177.00;0.16;0.24 +7001;2;3371.50;11.50;1178.50;-1.03;0.24 +7001;3;3377.00;11.35;1179.00;1.24;0.24 +7001;4;3371.50;11.40;1181.50;4.17;0.24 +7001;5;3375.00;11.20;1182.50;2.76;0.24 +7001;6;3372.50;11.60;1184.00;3.50;0.24 +7001;9;3371.84;11.43;1180.00;1.57;0.24 +7001;10;3376.16;11.25;1180.00;-1.57;0.24 7001;21;3371.84;11.43;1180.00;1.57;0.24 +7002;0;3247.00;9.50;1238.00;0.00;1.02 +7002;1;3242.50;9.50;1231.00;-0.57;1.02 +7002;2;3257.50;9.50;1228.00;0.81;1.02 +7002;3;3260.50;9.50;1238.00;1.57;1.02 +7002;4;3230.50;9.50;1236.50;-1.48;1.02 +7002;5;3227.50;9.50;1239.50;4.63;1.02 +7002;6;3244.50;9.50;1244.50;3.50;1.02 +7002;7;3235.00;9.50;1244.50;4.21;1.02 +7002;8;3255.00;9.50;1246.00;2.35;1.02 +7002;9;3234.40;9.50;1238.00;1.57;1.02 +7002;10;3259.60;9.50;1238.00;-1.57;1.02 +7002;11;3239.80;9.50;1226.80;-0.57;1.02 +7002;12;3263.80;9.50;1222.00;0.81;1.02 +7002;13;3268.60;9.50;1238.00;1.57;1.02 +7002;14;3220.60;9.50;1235.60;-1.48;1.02 +7002;15;3215.80;9.50;1240.40;4.63;1.02 +7002;16;3243.00;9.50;1248.40;3.50;1.02 +7002;17;3227.80;9.50;1248.40;4.21;1.02 +7002;18;3259.80;9.50;1250.80;2.35;1.02 7002;21;3234.40;9.50;1238.00;1.57;1.02 +7003;0;3231.20;9.70;1264.88;0.00;0.24 +7003;1;3219.50;9.50;1261.00;-1.19;0.24 +7003;2;3226.50;9.50;1264.00;1.98;0.24 +7003;9;3218.40;9.50;1262.00;1.57;0.24 +7003;10;3225.60;9.50;1262.00;-1.57;0.24 +7003;19;3229.41;9.50;1264.23;0.11;0.24 +7003;20;3231.08;9.50;1264.73;1.86;0.24 7003;21;3225.60;9.50;1262.00;-1.57;0.24 +7004;0;4584.00;12.15;1064.00;0.00;0.30 +7004;1;4583.00;11.85;1061.50;-0.38;0.30 +7004;2;4586.50;12.40;1063.50;1.37;0.30 +7004;3;4582.00;11.95;1065.50;4.06;0.30 +7004;4;4585.50;12.60;1067.50;2.73;0.30 +7004;9;4581.30;11.58;1064.00;1.57;0.30 +7004;10;4586.70;12.41;1064.00;-1.57;0.30 7004;21;4581.30;11.58;1064.00;1.57;0.30 +7005;0;2959.00;10.05;1207.00;0.00;0.36 +7005;1;2959.50;10.00;1203.00;0.12;0.36 +7005;2;2962.50;10.30;1204.50;0.95;0.36 +7005;3;2956.00;10.10;1206.50;-1.40;0.36 +7005;4;2962.00;10.00;1209.00;2.15;0.36 +7005;5;2954.50;10.15;1210.00;4.12;0.36 +7005;6;2958.00;10.25;1210.50;3.42;0.36 +7005;9;2955.04;10.05;1207.00;1.57;0.36 +7005;10;2962.96;10.20;1207.00;-1.57;0.36 +7005;19;2969.00;9.53;1207.00;-3.93;0.36 +7005;20;2970.75;9.53;1207.00;1.57;0.36 7005;21;2964.12;9.90;1208.25;-1.57;0.36 +7006;0;1580.00;9.50;1249.00;0.00;0.80 +7006;1;1581.50;9.50;1240.50;0.17;0.80 +7006;2;1589.50;9.50;1244.50;1.12;0.80 +7006;3;1577.50;9.50;1240.00;-0.27;0.80 +7006;4;1572.50;9.50;1242.50;-0.85;0.80 +7006;5;1569.00;9.50;1250.50;4.57;0.80 +7006;6;1575.00;9.50;1256.50;3.73;0.80 +7006;7;1586.50;9.50;1253.50;2.17;0.80 +7006;9;1570.46;9.50;1249.00;1.57;0.80 +7006;10;1589.54;9.50;1249.00;-1.57;0.80 +7006;11;1582.40;9.50;1235.40;0.17;0.80 +7006;12;1595.20;9.50;1241.80;1.12;0.80 +7006;13;1576.00;9.50;1234.60;-0.27;0.80 +7006;14;1568.00;9.50;1238.60;-0.85;0.80 +7006;15;1562.40;9.50;1251.40;4.57;0.80 +7006;16;1572.00;9.50;1261.00;3.73;0.80 +7006;17;1590.40;9.50;1256.20;2.17;0.80 7006;21;1570.46;9.50;1249.00;1.57;0.80 +7007;0;4644.00;11.62;1126.00;0.00;0.32 +7007;1;4646.50;12.10;1122.50;0.62;0.32 +7007;2;4643.50;11.70;1123.00;-0.16;0.32 +7007;3;4648.50;11.30;1124.00;1.15;0.32 +7007;4;4641.00;10.05;1125.50;-1.40;0.32 +7007;5;4647.00;12.42;1126.00;1.57;0.32 +7007;6;4640.50;9.90;1129.00;4.00;0.32 +7007;7;4644.50;11.35;1129.00;2.97;0.32 +7007;9;4640.94;10.03;1126.00;1.57;0.32 +7007;10;4647.06;12.40;1126.00;-1.57;0.32 7007;21;4640.94;10.03;1126.00;1.57;0.32 +7008;0;2803.00;13.87;1219.00;0.00;0.32 +7008;1;2801.50;13.95;1216.00;-0.46;0.32 +7008;2;2798.00;14.12;1218.00;-1.37;0.32 +7008;3;2806.00;13.92;1217.00;0.98;0.32 +7008;4;2806.50;13.90;1221.00;2.09;0.32 +7008;5;2801.50;13.95;1222.00;3.60;0.32 +7008;9;2799.40;14.06;1219.00;1.57;0.32 +7008;10;2806.60;13.94;1219.00;-1.57;0.32 7008;21;2799.40;14.06;1219.00;1.57;0.32 +7009;0;783.00;9.50;614.00;0.00;1.10 +7009;1;768.50;9.50;606.00;-1.06;1.10 +7009;2;792.00;9.50;604.50;0.75;1.10 +7009;3;797.50;9.50;618.50;1.87;1.10 +7009;4;766.50;9.50;615.50;4.62;1.10 +7009;5;783.00;9.50;626.50;3.14;1.10 +7009;6;791.00;9.50;630.50;2.69;1.10 +7009;9;766.08;9.50;614.00;1.57;1.10 +7009;10;799.92;9.50;614.00;-1.57;1.10 +7009;11;759.80;9.50;601.20;-1.06;1.10 +7009;12;797.40;9.50;598.80;0.75;1.10 +7009;13;806.20;9.50;621.20;1.87;1.10 +7009;14;756.60;9.50;616.40;4.62;1.10 +7009;15;783.00;9.50;634.00;3.14;1.10 +7009;16;795.80;9.50;640.40;2.69;1.10 7009;21;766.08;9.50;614.00;1.57;1.10 +7010;0;5181.00;9.50;598.00;0.00;1.58 +7010;1;5180.50;10.60;575.50;-0.02;1.58 +7010;2;5192.00;10.45;581.50;0.58;1.58 +7010;3;5180.00;9.87;581.00;-0.05;1.58 +7010;4;5181.50;9.50;584.50;0.03;1.58 +7010;5;5186.50;9.70;588.50;0.52;1.58 +7010;6;5181.00;9.50;589.50;0.00;1.58 +7010;7;5191.50;9.50;598.50;1.61;1.58 +7010;8;5169.00;9.50;597.00;-1.48;1.58 +7010;9;5166.78;9.50;598.00;1.57;1.58 +7010;10;5195.22;9.50;598.00;-1.57;1.58 +7010;11;5180.20;9.50;562.00;-0.02;1.58 +7010;12;5198.60;9.50;571.60;0.58;1.58 +7010;13;5179.40;9.50;570.80;-0.05;1.58 +7010;14;5181.80;10.00;576.40;0.03;1.58 +7010;15;5189.80;9.50;582.80;0.52;1.58 +7010;16;5181.00;9.50;584.40;0.00;1.58 +7010;17;5197.80;9.50;598.80;1.61;1.58 +7010;18;5161.80;9.50;596.40;-1.48;1.58 7010;21;5166.78;9.50;598.00;1.57;1.58 +7011;0;3297.00;9.77;1148.00;0.00;0.28 +7011;1;3295.00;9.82;1145.00;-0.58;0.28 +7011;2;3298.00;10.10;1146.50;0.58;0.28 +7011;3;3294.00;9.70;1146.00;-0.98;0.28 +7011;4;3294.50;9.70;1148.00;4.71;0.28 +7011;5;3300.50;10.20;1148.50;1.71;0.28 +7011;6;3300.00;10.05;1150.00;2.15;0.28 +7011;7;3298.00;9.85;1150.00;2.67;0.28 +7011;9;3294.48;9.70;1148.00;1.57;0.28 +7011;10;3299.52;10.15;1148.00;-1.57;0.28 7011;21;3296.54;9.90;1147.81;-1.57;0.28 +7012;0;1550.00;9.70;1432.00;0.00;0.38 +7012;1;1549.00;9.70;1430.00;-0.46;0.38 +7012;2;1553.50;9.70;1428.00;0.71;0.38 +7012;3;1553.00;9.70;1430.50;1.10;0.38 +7012;4;1545.50;9.70;1433.00;4.49;0.38 +7012;5;1547.00;9.75;1435.50;3.85;0.38 +7012;6;1550.50;9.70;1435.00;2.97;0.38 +7012;9;1546.58;9.70;1432.00;1.57;0.38 +7012;10;1553.42;9.70;1432.00;-1.57;0.38 7012;21;1546.58;9.70;1432.00;1.57;0.38 +7013;0;3948.00;12.57;969.00;0.00;0.28 +7013;1;3947.00;10.90;965.50;-0.27;0.28 +7013;2;3943.50;11.00;969.00;4.71;0.28 +7013;3;3950.50;12.30;967.50;1.03;0.28 +7013;4;3952.00;14.80;971.50;2.12;0.28 +7013;5;3947.00;12.15;971.50;3.52;0.28 +7013;9;3944.40;11.22;969.00;1.57;0.28 +7013;10;3951.60;13.83;969.00;-1.57;0.28 +7013;19;3941.00;9.50;975.00;-1.57;0.28 +7013;20;3939.67;9.50;976.13;4.00;0.28 7013;21;3944.40;11.22;969.00;1.57;0.28 +7014;0;4700.00;10.10;1165.00;0.00;0.16 +7014;1;4700.50;10.40;1163.50;0.32;0.16 +7014;2;4698.00;10.45;1164.00;-1.10;0.16 +7014;3;4701.50;10.00;1165.50;1.89;0.16 +7014;4;4698.50;10.00;1166.00;4.12;0.16 +7014;9;4698.02;10.27;1165.00;1.57;0.16 +7014;10;4701.98;10.10;1165.00;-1.57;0.16 +7014;19;4700.00;9.68;1168.00;-4.39;0.16 +7014;20;4700.00;9.68;1169.75;3.14;0.16 7014;21;4698.02;10.27;1165.00;1.57;0.16 +7015;0;4460.00;10.17;999.00;0.00;0.26 +7015;1;4459.50;9.75;997.00;-0.24;0.26 +7015;2;4462.50;9.70;996.50;0.78;0.26 +7015;3;4462.00;10.47;1000.00;2.03;0.26 +7015;4;4456.50;10.40;1000.00;4.43;0.26 +7015;5;4459.00;10.67;1002.00;3.46;0.26 +7015;9;4457.66;10.20;999.00;1.57;0.26 +7015;10;4462.34;10.23;999.00;-1.57;0.26 7015;21;4457.66;10.20;999.00;1.57;0.26 +7016;0;4997.00;9.60;1260.00;0.00;0.22 +7016;1;4996.50;9.60;1257.50;-0.19;0.22 +7016;2;4994.00;9.80;1258.50;-1.10;0.22 +7016;3;4998.50;9.50;1259.00;0.98;0.22 +7016;4;4995.00;9.90;1261.50;4.06;0.22 +7016;5;4999.50;9.50;1261.50;2.11;0.22 +7016;6;4998.50;9.70;1263.00;2.67;0.22 +7016;9;4994.66;9.83;1260.00;1.57;0.22 +7016;10;4999.34;9.50;1260.00;-1.57;0.22 +7016;19;5000.00;9.50;1261.00;0.98;0.22 +7016;20;5001.66;9.50;1261.55;1.89;0.22 7016;21;4994.66;9.83;1260.00;1.57;0.22 +7017;0;4374.00;9.50;334.00;0.00;0.98 +7017;1;4379.00;9.50;322.00;0.39;0.98 +7017;2;4385.00;9.50;331.00;1.30;0.98 +7017;3;4365.00;9.50;331.50;-1.30;0.98 +7017;4;4359.00;9.50;341.00;4.27;0.98 +7017;5;4373.00;9.50;343.50;3.24;0.98 +7017;9;4363.38;9.50;334.00;1.57;0.98 +7017;10;4384.62;9.50;334.00;-1.57;0.98 +7017;11;4382.00;9.50;314.80;0.39;0.98 +7017;12;4391.60;9.50;329.20;1.30;0.98 +7017;13;4359.60;9.50;330.00;-1.30;0.98 +7017;14;4350.00;9.50;345.20;4.27;0.98 +7017;15;4372.40;9.50;349.20;3.24;0.98 7017;21;4363.38;9.50;334.00;1.57;0.98 +7018;0;2901.00;9.50;1649.00;0.00;0.62 +7018;1;2899.50;9.50;1643.00;-0.24;0.62 +7018;2;2906.00;9.50;1645.00;0.89;0.62 +7018;3;2896.00;9.50;1654.00;3.92;0.62 +7018;4;2904.00;9.50;1655.00;2.67;0.62 +7018;9;2895.42;9.50;1649.00;1.57;0.62 +7018;10;2906.58;9.50;1649.00;-1.57;0.62 +7018;11;2898.60;9.50;1639.40;-0.24;0.62 +7018;12;2909.00;9.50;1642.60;0.89;0.62 +7018;13;2893.00;9.50;1657.00;3.92;0.62 +7018;14;2905.80;9.50;1658.60;2.67;0.62 7018;21;2895.42;9.50;1649.00;1.57;0.62 +7019;0;4534.00;11.30;1185.00;0.00;0.34 +7019;1;4533.00;12.00;1180.50;-0.21;0.34 +7019;2;4530.50;12.00;1183.00;-1.05;0.34 +7019;3;4536.50;11.10;1183.50;1.03;0.34 +7019;4;4532.50;11.50;1187.50;3.68;0.34 +7019;5;4539.50;10.15;1187.00;1.92;0.34 +7019;6;4537.50;10.30;1188.00;2.27;0.34 +7019;9;4530.22;11.80;1185.00;1.57;0.34 +7019;10;4537.78;10.67;1185.00;-1.57;0.34 7019;21;4530.22;11.80;1185.00;1.57;0.34 +7020;0;3883.00;10.27;1037.00;0.00;0.38 +7020;1;3878.00;9.70;1034.50;-1.10;0.38 +7020;2;3884.00;9.70;1033.50;0.27;0.38 +7020;3;3889.00;9.85;1038.00;1.73;0.38 +7020;4;3879.50;10.60;1039.50;4.09;0.38 +7020;5;3887.00;10.47;1041.00;2.35;0.38 +7020;9;3878.32;9.79;1037.00;1.57;0.38 +7020;10;3887.68;9.83;1037.00;-1.57;0.38 +7020;19;3877.00;9.50;1037.00;-1.11;0.38 +7020;20;3875.25;9.50;1037.00;4.71;0.38 7020;21;3878.32;9.79;1037.00;1.57;0.38 +7021;0;4810.00;13.17;1281.00;0.00;0.26 +7021;1;4809.50;12.80;1278.50;-0.19;0.26 +7021;2;4812.00;13.42;1280.00;1.10;0.26 +7021;3;4807.50;12.30;1280.00;-1.19;0.26 +7021;4;4809.00;13.05;1283.00;3.60;0.26 +7021;5;4813.00;13.22;1283.00;2.15;0.26 +7021;9;4807.66;12.49;1281.00;1.57;0.26 +7021;10;4812.34;13.50;1281.00;-1.57;0.26 +7021;19;4814.00;11.03;1286.00;-4.12;0.26 +7021;20;4815.09;11.03;1287.36;2.46;0.26 7021;21;4807.66;12.49;1281.00;1.57;0.26 +7022;0;5293.00;9.50;447.00;0.00;0.80 +7022;1;5284.00;9.50;436.50;-0.70;0.80 +7022;2;5298.00;9.50;438.50;0.53;0.80 +7022;3;5278.00;9.50;444.00;-1.37;0.80 +7022;4;5309.50;9.50;448.00;1.63;0.80 +7022;5;5290.00;9.50;455.00;3.50;0.80 +7022;9;5279.14;9.50;447.00;1.57;0.80 +7022;10;5306.86;9.50;447.00;-1.57;0.80 +7022;11;5278.60;9.50;430.20;-0.70;0.80 +7022;12;5301.00;9.50;433.40;0.53;0.80 +7022;13;5269.00;9.50;442.20;-1.37;0.80 +7022;14;5319.40;9.50;448.60;1.63;0.80 +7022;15;5288.20;9.50;459.80;3.50;0.80 7022;21;5279.14;9.50;447.00;1.57;0.80 +7023;0;5374.00;9.50;1026.00;0.00;1.22 +7023;1;5372.50;9.50;1013.00;-0.11;1.22 +7023;2;5360.00;9.50;1017.00;-0.99;1.22 +7023;3;5385.50;9.50;1020.00;1.09;1.22 +7023;4;5348.50;9.50;1022.00;-1.41;1.22 +7023;5;5366.00;9.50;1033.00;3.99;1.22 +7023;6;5389.00;9.50;1034.00;2.06;1.22 +7023;9;5356.18;9.50;1026.00;1.57;1.22 +7023;10;5391.82;9.50;1026.00;-1.57;1.22 +7023;11;5371.60;9.50;1005.20;-0.11;1.22 +7023;12;5351.60;9.50;1011.60;-0.99;1.22 +7023;13;5392.40;9.50;1016.40;1.09;1.22 +7023;14;5333.20;9.50;1019.60;-1.41;1.22 +7023;15;5361.20;9.50;1037.20;3.99;1.22 +7023;16;5398.00;9.50;1038.80;2.06;1.22 7023;21;5356.18;9.50;1026.00;1.57;1.22 +7024;0;5429.00;9.50;1450.00;0.00;1.60 +7024;1;5426.50;9.50;1435.00;-0.16;1.60 +7024;2;5411.50;9.50;1444.00;-1.24;1.60 +7024;3;5443.00;9.50;1448.50;1.46;1.60 +7024;4;5418.50;9.50;1458.50;4.03;1.60 +7024;5;5448.50;9.50;1464.50;2.21;1.60 +7024;6;5439.00;9.50;1466.00;2.58;1.60 +7024;9;5414.06;9.50;1450.00;1.57;1.60 +7024;10;5443.94;9.50;1450.00;-1.57;1.60 +7024;11;5425.00;9.50;1426.00;-0.16;1.60 +7024;12;5401.00;9.50;1440.40;-1.24;1.60 +7024;13;5451.40;9.50;1447.60;1.46;1.60 +7024;14;5412.20;9.50;1463.60;4.03;1.60 +7024;15;5460.20;9.50;1473.20;2.21;1.60 +7024;16;5445.00;9.50;1475.60;2.58;1.60 7024;21;5414.06;9.50;1450.00;1.57;1.60 +7025;0;4627.00;9.70;1228.00;0.00;0.28 +7025;1;4629.00;9.70;1224.50;0.51;0.28 +7025;2;4626.00;9.75;1226.50;-0.58;0.28 +7025;3;4629.50;9.70;1225.50;0.78;0.28 +7025;4;4629.50;9.70;1228.00;1.57;0.28 +7025;5;4623.50;9.85;1229.00;4.43;0.28 +7025;6;4625.00;9.70;1231.00;3.73;0.28 +7025;7;4627.50;9.70;1230.50;2.94;0.28 +7025;9;4624.48;9.85;1228.00;1.57;0.28 +7025;10;4629.52;9.70;1228.00;-1.57;0.28 7025;21;4624.48;9.85;1228.00;1.57;0.28 +7026;0;3323.00;10.22;1256.00;0.00;0.28 +7026;1;3323.00;9.60;1253.00;0.00;0.28 +7026;2;3320.50;10.40;1256.50;4.51;0.28 +7026;3;3326.00;10.20;1256.50;1.73;0.28 +7026;4;3323.50;10.55;1259.00;2.97;0.28 +7026;9;3320.12;10.30;1256.00;1.57;0.28 +7026;10;3325.88;10.05;1256.00;-1.57;0.28 +7026;19;3329.00;9.53;1253.00;0.00;0.28 +7026;20;3330.56;9.53;1252.21;1.10;0.28 7026;21;3320.12;10.30;1256.00;1.57;0.28 +7027;0;4662.00;9.60;1064.00;0.00;0.28 +7027;1;4663.50;9.50;1062.50;0.78;0.28 +7027;2;4660.00;9.60;1063.50;-1.32;0.28 +7027;3;4660.00;10.00;1066.50;3.81;0.28 +7027;4;4663.50;9.60;1066.00;2.49;0.28 +7027;9;4659.48;9.60;1064.00;1.57;0.28 +7027;10;4664.52;9.69;1064.00;-1.57;0.28 +7027;19;4666.25;9.50;1060.37;0.69;0.28 +7027;20;4667.58;9.50;1059.24;0.86;0.28 7027;21;4664.52;9.69;1064.00;-1.57;0.28 +7028;0;4869.00;9.50;1351.00;0.00;1.22 +7028;1;4858.50;9.50;1341.00;-0.81;1.22 +7028;2;4867.50;9.50;1338.00;-0.11;1.22 +7028;3;4878.50;9.50;1341.00;0.76;1.22 +7028;4;4849.50;9.50;1347.50;-1.39;1.22 +7028;5;4891.00;9.50;1349.50;1.50;1.22 +7028;6;4849.50;9.50;1352.00;4.66;1.22 +7028;7;4851.50;9.50;1355.00;4.48;1.22 +7028;8;4881.50;9.50;1356.50;1.98;1.22 +7028;9;4853.16;9.50;1351.00;1.57;1.22 +7028;10;4884.84;9.50;1351.00;-1.57;1.22 +7028;11;4852.20;9.50;1335.00;-0.81;1.22 +7028;12;4866.60;9.50;1330.20;-0.11;1.22 +7028;13;4884.20;9.50;1335.00;0.76;1.22 +7028;14;4837.80;9.50;1345.40;-1.39;1.22 +7028;15;4904.20;9.50;1348.60;1.50;1.22 +7028;16;4837.80;9.50;1352.60;4.66;1.22 +7028;17;4841.00;9.50;1357.40;4.48;1.22 +7028;18;4889.00;9.50;1359.80;1.98;1.22 7028;21;4853.16;9.50;1351.00;1.57;1.22 +7029;0;4085.00;9.50;897.00;0.00;1.20 +7029;1;4071.00;9.50;884.50;-0.84;1.20 +7029;2;4079.00;9.50;885.00;-0.46;1.20 +7029;3;4071.00;9.50;889.50;-1.07;1.20 +7029;4;4093.00;9.50;893.00;1.10;1.20 +7029;5;4070.50;9.50;895.50;-1.46;1.20 +7029;6;4074.00;9.50;899.50;4.48;1.20 +7029;7;4078.50;9.50;901.00;4.16;1.20 +7029;8;4097.50;9.50;906.50;2.22;1.20 +7029;9;4074.20;9.50;897.00;1.57;1.20 +7029;10;4095.80;9.50;897.00;-1.57;1.20 +7029;11;4062.60;9.50;877.00;-0.84;1.20 +7029;12;4075.40;9.50;877.80;-0.46;1.20 +7029;13;4062.60;9.50;885.00;-1.07;1.20 +7029;14;4097.80;9.50;890.60;1.10;1.20 +7029;15;4061.80;9.50;894.60;-1.46;1.20 +7029;16;4067.40;9.50;901.00;4.48;1.20 +7029;17;4074.60;9.50;903.40;4.16;1.20 +7029;18;4105.00;9.50;912.20;2.22;1.20 7029;21;4074.20;9.50;897.00;1.57;1.20 +7030;0;3294.00;10.05;1102.00;0.00;0.32 +7030;1;3291.50;9.80;1098.50;-0.62;0.32 +7030;2;3295.00;10.05;1099.50;0.38;0.32 +7030;3;3291.00;9.90;1102.50;4.54;0.32 +7030;4;3297.50;10.30;1103.50;1.97;0.32 +7030;5;3293.00;10.05;1104.50;3.52;0.32 +7030;9;3291.12;9.90;1102.00;1.57;0.32 +7030;10;3296.88;10.33;1102.00;-1.57;0.32 7030;21;3291.12;9.90;1102.00;1.57;0.32 +7031;0;4184.00;9.50;48.00;0.00;1.02 +7031;1;4175.00;9.50;43.50;-1.10;1.02 +7031;2;4187.50;9.50;34.50;0.25;1.02 +7031;3;4196.50;9.50;36.50;0.82;1.02 +7031;4;4194.00;9.50;49.00;1.67;1.02 +7031;5;4171.50;9.50;57.50;4.06;1.02 +7031;6;4180.50;9.50;61.00;3.40;1.02 +7031;9;4174.82;9.50;48.00;1.57;1.02 +7031;10;4193.18;9.50;48.00;-1.57;1.02 +7031;11;4169.60;9.50;40.80;-1.10;1.02 +7031;12;4189.60;9.50;26.40;0.25;1.02 +7031;13;4204.00;9.50;29.60;0.82;1.02 +7031;14;4200.00;9.50;49.60;1.67;1.02 +7031;15;4164.00;9.50;63.20;4.06;1.02 +7031;16;4178.40;9.50;68.80;3.40;1.02 7031;21;4174.82;9.50;48.00;1.57;1.02 +7032;0;4389.00;9.50;279.00;0.00;1.08 +7032;1;4403.00;9.50;263.50;0.73;1.08 +7032;2;4399.50;9.50;277.50;1.42;1.08 +7032;3;4391.00;9.50;266.50;0.15;1.08 +7032;4;4378.50;9.50;275.00;-1.20;1.08 +7032;5;4378.50;9.50;289.00;3.95;1.08 +7032;6;4393.50;9.50;292.50;2.82;1.08 +7032;7;4386.50;9.50;294.50;3.30;1.08 +7032;9;4379.28;9.50;279.00;1.57;1.08 +7032;10;4398.72;9.50;279.00;-1.57;1.08 +7032;11;4411.40;9.50;254.20;0.73;1.08 +7032;12;4405.80;9.50;276.60;1.42;1.08 +7032;13;4392.20;9.50;259.00;0.15;1.08 +7032;14;4372.20;9.50;272.60;-1.20;1.08 +7032;15;4372.20;9.50;295.00;3.95;1.08 +7032;16;4396.20;9.50;300.60;2.82;1.08 +7032;17;4385.00;9.50;303.80;3.30;1.08 7032;21;4379.28;9.50;279.00;1.57;1.08 +7033;0;2868.00;12.80;1237.00;0.00;0.32 +7033;1;2866.00;13.05;1234.50;-0.67;0.32 +7033;2;2870.00;13.25;1234.50;0.67;0.32 +7033;3;2864.50;12.70;1237.00;4.71;0.32 +7033;4;2870.50;12.40;1238.50;2.11;0.32 +7033;5;2867.50;12.05;1241.00;3.26;0.32 +7033;9;2865.12;12.73;1237.00;1.57;0.32 +7033;10;2870.88;12.61;1237.00;-1.57;0.32 7033;21;2865.12;12.73;1237.00;1.57;0.32 +7034;0;4292.00;9.92;976.00;0.00;0.24 +7034;1;4293.00;10.50;972.50;0.27;0.24 +7034;2;4290.00;10.00;974.00;-0.78;0.24 +7034;3;4294.00;10.30;977.00;2.03;0.24 +7034;4;4289.00;10.30;976.50;4.54;0.24 +7034;5;4291.50;10.00;979.50;3.28;0.24 +7034;9;4289.84;10.23;976.00;1.57;0.24 +7034;10;4294.16;10.46;976.00;-1.57;0.24 7034;21;4289.84;10.23;976.00;1.57;0.24 +7035;0;4623.00;11.30;1148.00;0.00;0.30 +7035;1;4621.00;11.45;1147.50;-1.32;0.30 +7035;2;4624.00;11.25;1144.00;0.24;0.30 +7035;3;4626.00;11.30;1146.00;0.98;0.30 +7035;4;4625.00;11.25;1150.50;2.46;0.30 +7035;5;4620.00;11.60;1151.50;3.85;0.30 +7035;6;4621.00;11.70;1152.50;3.56;0.30 +7035;9;4620.30;11.44;1148.00;1.57;0.30 +7035;10;4625.70;11.30;1148.00;-1.57;0.30 7035;21;4620.30;11.44;1148.00;1.57;0.30 +7036;0;3812.00;9.50;247.00;0.00;1.20 +7036;1;3803.00;9.50;235.00;-0.64;1.20 +7036;2;3816.50;9.50;234.00;0.33;1.20 +7036;3;3828.00;9.50;236.00;0.96;1.20 +7036;4;3824.00;9.50;249.00;1.73;1.20 +7036;5;3798.50;9.50;244.50;-1.38;1.20 +7036;6;3801.00;9.50;256.50;4.00;1.20 +7036;7;3812.00;9.50;262.00;3.14;1.20 +7036;8;3820.00;9.50;262.00;2.65;1.20 +7036;9;3801.20;9.50;247.00;1.57;1.20 +7036;10;3822.80;9.50;247.00;-1.57;1.20 +7036;11;3797.60;9.50;227.80;-0.64;1.20 +7036;12;3819.20;9.50;226.20;0.33;1.20 +7036;13;3837.60;9.50;229.40;0.96;1.20 +7036;14;3831.20;9.50;250.20;1.73;1.20 +7036;15;3790.40;9.50;243.00;-1.38;1.20 +7036;16;3794.40;9.50;262.20;4.00;1.20 +7036;17;3812.00;9.50;271.00;3.14;1.20 +7036;18;3824.80;9.50;271.00;2.65;1.20 7036;21;3801.20;9.50;247.00;1.57;1.20 +7037;0;3368.00;9.50;71.00;0.00;1.28 +7037;1;3363.00;9.50;57.00;-0.34;1.28 +7037;2;3357.00;9.50;62.50;-0.91;1.28 +7037;3;3374.00;9.50;61.50;0.56;1.28 +7037;4;3380.00;9.50;74.50;1.85;1.28 +7037;5;3358.00;9.50;78.00;4.10;1.28 +7037;6;3367.50;9.50;85.50;3.17;1.28 +7037;9;3355.76;9.50;71.00;1.57;1.28 +7037;10;3380.24;9.50;71.00;-1.57;1.28 +7037;11;3360.00;9.50;48.60;-0.34;1.28 +7037;12;3350.40;9.50;57.40;-0.91;1.28 +7037;13;3377.60;9.50;55.80;0.56;1.28 +7037;14;3387.20;9.50;76.60;1.85;1.28 +7037;15;3352.00;9.50;82.20;4.10;1.28 +7037;16;3367.20;9.50;94.20;3.17;1.28 7037;21;3355.76;9.50;71.00;1.57;1.28 +7038;0;2606.00;9.50;106.00;0.00;1.10 +7038;1;2592.50;9.50;91.50;-0.75;1.10 +7038;2;2604.50;9.50;94.00;-0.12;1.10 +7038;3;2594.50;9.50;103.00;-1.31;1.10 +7038;4;2618.00;9.50;106.50;1.61;1.10 +7038;5;2602.50;9.50;118.00;3.42;1.10 +7038;6;2614.00;9.50;118.50;2.57;1.10 +7038;9;2596.10;9.50;106.00;1.57;1.10 +7038;10;2615.90;9.50;106.00;-1.57;1.10 +7038;11;2584.40;9.50;82.80;-0.75;1.10 +7038;12;2603.60;9.50;86.80;-0.12;1.10 +7038;13;2587.60;9.50;101.20;-1.31;1.10 +7038;14;2625.20;9.50;106.80;1.61;1.10 +7038;15;2600.40;9.50;125.20;3.42;1.10 +7038;16;2618.80;9.50;126.00;2.57;1.10 7038;21;2596.10;9.50;106.00;1.57;1.10 +7039;0;4539.00;9.67;1001.00;0.00;0.26 +7039;1;4539.50;9.50;998.00;0.16;0.26 +7039;2;4536.50;9.60;999.00;-0.89;0.26 +7039;3;4542.00;9.60;1001.00;1.57;0.26 +7039;4;4536.50;9.95;1002.00;4.33;0.26 +7039;5;4539.00;10.35;1004.00;3.14;0.26 +7039;6;4540.50;10.05;1003.00;2.49;0.26 +7039;9;4536.48;9.70;1001.00;1.57;0.26 +7039;10;4541.52;9.60;1001.00;-1.57;0.26 +7039;19;4543.00;9.50;997.00;0.17;0.26 +7039;20;4544.23;9.50;995.76;0.78;0.26 7039;21;4536.48;9.70;1001.00;1.57;0.26 +7040;0;2841.00;13.22;1238.00;0.00;0.38 +7040;1;2844.00;13.05;1234.50;0.70;0.38 +7040;2;2841.00;13.40;1234.00;0.00;0.38 +7040;3;2838.50;13.45;1237.00;-1.19;0.38 +7040;4;2845.50;12.70;1237.50;1.46;0.38 +7040;5;2837.00;13.55;1240.50;4.15;0.38 +7040;6;2842.00;13.50;1241.00;2.82;0.38 +7040;7;2839.00;13.70;1242.50;3.56;0.38 +7040;9;2837.58;13.53;1238.00;1.57;0.38 +7040;10;2844.42;12.97;1238.00;-1.57;0.38 7040;21;2837.58;13.53;1238.00;1.57;0.38 +7041;0;2754.00;10.20;1074.00;0.00;1.78 +7041;1;2748.00;12.10;1061.00;-0.43;1.78 +7041;2;2772.50;10.20;1064.50;1.09;1.78 +7041;3;2728.50;10.40;1075.00;4.67;1.78 +7041;4;2729.00;10.60;1082.50;4.38;1.78 +7041;5;2766.00;10.40;1084.00;2.26;1.78 +7041;6;2746.00;10.70;1091.00;3.58;1.78 +7041;9;2734.74;10.35;1074.00;1.57;1.78 +7041;10;2773.26;10.20;1074.00;-1.57;1.78 7041;21;2734.74;10.35;1074.00;1.57;1.78 +7042;0;2748.00;9.50;627.00;0.00;0.74 +7042;1;2746.50;9.50;618.00;-0.16;0.74 +7042;2;2761.50;9.50;621.50;1.18;0.74 +7042;3;2733.50;9.50;628.00;4.64;0.74 +7042;4;2763.50;9.50;630.00;1.76;0.74 +7042;5;2749.50;9.50;635.00;2.95;0.74 +7042;9;2736.84;9.50;627.00;1.57;0.74 +7042;10;2759.16;9.50;627.00;-1.57;0.74 +7042;11;2745.60;9.50;612.60;-0.16;0.74 +7042;12;2769.60;9.50;618.20;1.18;0.74 +7042;13;2724.80;9.50;628.60;4.64;0.74 +7042;14;2772.80;9.50;631.80;1.76;0.74 +7042;15;2750.40;9.50;639.80;2.95;0.74 7042;21;2736.84;9.50;627.00;1.57;0.74 +7043;0;2398.00;9.50;503.00;0.00;0.88 +7043;1;2383.50;9.50;497.00;-1.17;0.88 +7043;2;2401.50;9.50;495.00;0.41;0.88 +7043;3;2414.50;9.50;502.00;1.51;0.88 +7043;4;2390.00;9.50;508.00;4.15;0.88 +7043;5;2408.00;9.50;510.50;2.21;0.88 +7043;9;2384.86;9.50;503.00;1.57;0.88 +7043;10;2411.14;9.50;503.00;-1.57;0.88 +7043;11;2374.80;9.50;493.40;-1.17;0.88 +7043;12;2403.60;9.50;490.20;0.41;0.88 +7043;13;2424.40;9.50;501.40;1.51;0.88 +7043;14;2385.20;9.50;511.00;4.15;0.88 +7043;15;2414.00;9.50;515.00;2.21;0.88 7043;21;2384.86;9.50;503.00;1.57;0.88 +7044;0;4532.00;10.60;1024.00;0.00;0.22 +7044;1;4532.50;10.75;1022.00;0.24;0.22 +7044;2;4535.00;10.65;1022.00;0.98;0.22 +7044;3;4529.50;11.30;1023.50;-1.37;0.22 +7044;4;4536.00;11.05;1024.00;1.57;0.22 +7044;5;4527.50;10.30;1025.50;4.39;0.22 +7044;6;4532.50;10.60;1026.00;2.89;0.22 +7044;7;4528.00;10.17;1027.00;4.06;0.22 +7044;9;4528.76;11.06;1024.00;1.57;0.22 +7044;10;4535.24;10.88;1024.00;-1.57;0.22 7044;21;4528.76;11.06;1024.00;1.57;0.22 +7045;0;1575.00;10.40;1470.00;0.00;0.30 +7045;1;1573.50;10.40;1466.50;-0.40;0.30 +7045;2;1577.00;10.40;1467.00;0.58;0.30 +7045;3;1572.00;10.45;1468.50;-1.10;0.30 +7045;4;1578.50;10.40;1471.50;1.97;0.30 +7045;5;1572.50;10.50;1471.50;4.17;0.30 +7045;6;1575.50;10.45;1474.00;3.01;0.30 +7045;7;1578.50;10.40;1474.50;2.48;0.30 +7045;9;1572.30;10.50;1470.00;1.57;0.30 +7045;10;1577.70;10.40;1470.00;-1.57;0.30 7045;21;1572.30;10.50;1470.00;1.57;0.30 +7046;0;4876.00;11.60;1202.00;0.00;0.26 +7046;1;4877.00;11.67;1200.00;0.46;0.26 +7046;2;4874.50;10.90;1202.50;4.39;0.26 +7046;3;4878.50;11.95;1202.00;1.57;0.26 +7046;4;4877.50;11.80;1204.50;2.60;0.26 +7046;9;4873.12;10.05;1202.00;1.57;0.26 +7046;10;4878.88;11.87;1202.00;-1.57;0.26 +7046;19;4873.00;9.50;1200.00;-1.89;0.26 +7046;20;4871.54;9.50;1199.02;-0.98;0.26 7046;21;4873.12;10.05;1202.00;1.57;0.26 +7047;0;1746.00;9.50;1290.00;0.00;1.20 +7047;1;1756.50;9.50;1275.50;0.62;1.20 +7047;2;1743.00;9.50;1279.00;-0.26;1.20 +7047;3;1762.00;9.50;1283.50;1.18;1.20 +7047;4;1730.00;9.50;1288.50;-1.47;1.20 +7047;5;1760.50;9.50;1294.50;1.87;1.20 +7047;6;1732.50;9.50;1300.00;4.07;1.20 +7047;7;1747.00;9.50;1301.00;3.05;1.20 +7047;9;1732.50;9.50;1290.00;1.57;1.20 +7047;10;1759.50;9.50;1290.00;-1.57;1.20 +7047;11;1762.80;9.50;1266.80;0.62;1.20 +7047;12;1741.20;9.50;1272.40;-0.26;1.20 +7047;13;1771.60;9.50;1279.60;1.18;1.20 +7047;14;1720.40;9.50;1287.60;-1.47;1.20 +7047;15;1769.20;9.50;1297.20;1.87;1.20 +7047;16;1724.40;9.50;1306.00;4.07;1.20 +7047;17;1747.60;9.50;1307.60;3.05;1.20 7047;21;1732.50;9.50;1290.00;1.57;1.20 +7048;0;4556.00;14.32;1358.00;0.00;0.54 +7048;1;4553.50;14.80;1353.50;-0.50;0.54 +7048;2;4560.00;14.55;1355.00;0.92;0.54 +7048;3;4551.50;14.50;1359.50;4.39;0.54 +7048;4;4563.00;14.45;1359.00;1.71;0.54 +7048;5;4559.00;13.85;1362.00;2.49;0.54 +7048;9;4550.60;14.65;1358.00;1.57;0.54 +7048;10;4561.40;14.34;1358.00;-1.57;0.54 7048;21;4550.60;14.65;1358.00;1.57;0.54 +7049;0;3861.00;11.27;1093.00;0.00;0.36 +7049;1;3858.50;11.40;1086.50;-0.36;0.36 +7049;2;3861.50;10.50;1086.50;0.07;0.36 +7049;3;3864.50;10.00;1090.00;0.86;0.36 +7049;4;3858.00;12.00;1093.00;4.71;0.36 +7049;5;3864.00;10.70;1096.50;2.43;0.36 +7049;6;3861.00;11.95;1099.50;3.14;0.36 +7049;9;3857.76;12.04;1093.00;1.57;0.36 +7049;10;3864.24;10.32;1093.00;-1.57;0.36 7049;21;3857.76;12.04;1093.00;1.57;0.36 +7050;0;4861.00;12.07;1221.00;0.00;0.16 +7050;1;4861.50;11.70;1219.50;0.32;0.16 +7050;2;4859.50;11.75;1220.00;-0.98;0.16 +7050;3;4863.50;12.00;1220.50;1.37;0.16 +7050;4;4860.50;12.00;1222.00;3.60;0.16 +7050;5;4863.50;12.30;1222.50;2.11;0.16 +7050;9;4859.02;11.46;1221.00;1.57;0.16 +7050;10;4862.98;12.15;1221.00;-1.57;0.16 +7050;19;4858.00;10.48;1221.00;-2.68;0.16 +7050;20;4856.25;10.48;1221.00;4.71;0.16 7050;21;4859.02;11.46;1221.00;1.57;0.16 +7051;0;1274.00;9.50;588.00;0.00;1.10 +7051;1;1262.00;9.50;575.00;-0.74;1.10 +7051;2;1279.50;9.50;579.50;0.57;1.10 +7051;3;1255.50;9.50;579.50;-1.14;1.10 +7051;4;1263.50;9.50;593.50;4.23;1.10 +7051;5;1292.00;9.50;589.50;1.65;1.10 +7051;6;1283.00;9.50;599.00;2.45;1.10 +7051;7;1270.00;9.50;603.00;3.40;1.10 +7051;9;1258.70;9.50;588.00;1.57;1.10 +7051;10;1289.30;9.50;588.00;-1.57;1.10 +7051;11;1254.80;9.50;567.20;-0.74;1.10 +7051;12;1282.80;9.50;574.40;0.57;1.10 +7051;13;1244.40;9.50;574.40;-1.14;1.10 +7051;14;1257.20;9.50;596.80;4.23;1.10 +7051;15;1302.80;9.50;590.40;1.65;1.10 +7051;16;1288.40;9.50;605.60;2.45;1.10 +7051;17;1267.60;9.50;612.00;3.40;1.10 7051;21;1258.70;9.50;588.00;1.57;1.10 +7052;0;41.00;9.50;63.00;0.00;1.12 +7052;1;43.00;9.50;51.50;0.17;1.12 +7052;2;66.50;9.50;48.50;1.05;1.12 +7052;3;61.00;9.50;59.50;1.39;1.12 +7052;4;2836.00;9.50;64.50;1.57;1.12 +7052;5;53.50;9.50;73.00;2.24;1.12 +7052;6;36.50;9.50;75.00;3.50;1.12 +7052;9;24.26;9.50;63.00;1.57;1.12 +7052;10;57.74;9.50;63.00;-1.57;1.12 +7052;11;44.20;9.50;44.60;0.17;1.12 +7052;12;81.80;9.50;39.80;1.05;1.12 +7052;13;73.00;9.50;57.40;1.39;1.12 +7052;14;4513.00;9.50;65.40;1.57;1.12 +7052;15;61.00;9.50;79.00;2.24;1.12 +7052;16;33.80;9.50;82.20;3.50;1.12 7052;21;24.26;9.50;63.00;1.57;1.12 +7053;0;378.00;9.50;1304.00;0.00;0.92 +7053;1;368.00;9.50;1293.00;-0.73;0.92 +7053;2;388.50;9.50;1294.00;0.81;0.92 +7053;3;357.00;9.50;1304.50;4.68;0.92 +7053;4;399.50;9.50;1305.00;1.61;0.92 +7053;5;401.00;9.50;1314.00;1.98;0.92 +7053;6;380.00;9.50;1314.00;2.94;0.92 +7053;9;361.44;9.50;1304.00;1.57;0.92 +7053;10;394.56;9.50;1304.00;-1.57;0.92 +7053;11;362.00;9.50;1286.40;-0.73;0.92 +7053;12;394.80;9.50;1288.00;0.81;0.92 +7053;13;344.40;9.50;1304.80;4.68;0.92 +7053;14;412.40;9.50;1305.60;1.61;0.92 +7053;15;414.80;9.50;1320.00;1.98;0.92 +7053;16;381.20;9.50;1320.00;2.94;0.92 7053;21;361.44;9.50;1304.00;1.57;0.92 +7054;0;4641.00;10.95;1113.00;0.00;0.26 +7054;1;4640.50;10.80;1110.50;-0.19;0.26 +7054;2;4643.00;11.85;1109.50;0.51;0.26 +7054;3;4643.50;11.70;1112.50;1.37;0.26 +7054;4;4637.50;10.80;1113.50;4.57;0.26 +7054;5;4639.50;11.65;1116.00;3.60;0.26 +7054;6;4642.00;10.90;1116.50;2.86;0.26 +7054;9;4638.66;10.61;1113.00;1.57;0.26 +7054;10;4643.34;11.46;1113.00;-1.57;0.26 7054;21;4638.66;10.61;1113.00;1.57;0.26 +7055;0;4647.00;10.47;1248.00;0.00;0.24 +7055;1;4645.00;10.55;1245.50;-0.67;0.24 +7055;2;4647.50;10.45;1245.00;0.16;0.24 +7055;3;4650.00;10.77;1245.00;0.78;0.24 +7055;4;4650.50;10.70;1247.50;1.42;0.24 +7055;5;4644.00;10.90;1248.50;4.54;0.24 +7055;6;4649.00;10.65;1250.50;2.46;0.24 +7055;7;4646.00;10.85;1250.50;3.52;0.24 +7055;9;4644.66;10.68;1248.00;1.57;0.24 +7055;10;4649.34;10.52;1248.00;-1.57;0.24 7055;21;4644.66;10.68;1248.00;1.57;0.24 +7056;0;149.00;9.50;1630.00;0.00;1.00 +7056;1;138.00;9.50;1626.00;-1.22;1.00 +7056;2;157.50;9.50;1618.00;0.61;1.00 +7056;3;168.50;9.50;1620.00;1.09;1.00 +7056;4;162.50;9.50;1630.50;1.60;1.00 +7056;5;134.00;9.50;1639.50;4.14;1.00 +7056;6;148.00;9.50;1642.50;3.22;1.00 +7056;9;134.06;9.50;1630.00;1.57;1.00 +7056;10;163.94;9.50;1630.00;-1.57;1.00 +7056;11;131.40;9.50;1623.60;-1.22;1.00 +7056;12;162.60;9.50;1610.80;0.61;1.00 +7056;13;180.20;9.50;1614.00;1.09;1.00 +7056;14;170.60;9.50;1630.80;1.60;1.00 +7056;15;125.00;9.50;1645.20;4.14;1.00 +7056;16;147.40;9.50;1650.00;3.22;1.00 7056;21;134.06;9.50;1630.00;1.57;1.00 +7057;0;441.00;9.50;1175.00;0.00;1.06 +7057;1;439.50;9.50;1163.00;-0.12;1.06 +7057;2;429.00;9.50;1174.50;-1.52;1.06 +7057;3;454.50;9.50;1172.00;1.35;1.06 +7057;4;448.50;9.50;1182.50;2.35;1.06 +7057;5;431.50;9.50;1187.00;3.81;1.06 +7057;9;428.76;9.50;1175.00;1.57;1.06 +7057;10;453.24;9.50;1175.00;-1.57;1.06 +7057;11;438.60;9.50;1155.80;-0.12;1.06 +7057;12;421.80;9.50;1174.20;-1.52;1.06 +7057;13;462.60;9.50;1170.20;1.35;1.06 +7057;14;453.00;9.50;1187.00;2.35;1.06 +7057;15;425.80;9.50;1194.20;3.81;1.06 7057;21;428.76;9.50;1175.00;1.57;1.06 +7058;0;4696.00;10.97;1141.00;0.00;0.20 +7058;1;4697.00;10.90;1138.50;0.38;0.20 +7058;2;4694.50;11.30;1140.50;-1.24;0.20 +7058;3;4697.50;10.60;1141.00;1.57;0.20 +7058;4;4696.50;11.00;1143.50;2.94;0.20 +7058;9;4694.20;11.36;1141.00;1.57;0.20 +7058;10;4697.80;10.51;1141.00;-1.57;0.20 +7058;19;4694.00;10.20;1146.00;-3.34;0.20 +7058;20;4693.35;10.20;1147.62;3.52;0.20 7058;21;4694.20;11.36;1141.00;1.57;0.20 +7059;0;3005.00;9.70;1282.00;0.00;0.24 +7059;1;3005.50;9.55;1280.00;0.24;0.24 +7059;2;3008.00;9.55;1280.00;0.98;0.24 +7059;3;3003.50;9.70;1283.00;4.12;0.24 +7059;4;3007.00;9.72;1282.00;1.57;0.24 +7059;9;3002.48;9.69;1282.00;1.57;0.24 +7059;10;3007.52;9.75;1282.00;-1.57;0.24 +7059;19;3003.45;9.50;1291.57;2.54;0.24 +7059;20;3002.17;9.50;1294.24;-3.08;0.24 7059;21;3002.48;9.69;1282.00;1.57;0.24 +7060;0;3977.00;10.85;972.00;0.00;0.34 +7060;1;3976.50;12.00;968.50;-0.14;0.34 +7060;2;3979.50;10.80;970.50;1.03;0.34 +7060;3;3973.00;11.60;970.50;-1.21;0.34 +7060;4;3973.50;10.90;973.50;4.30;0.34 +7060;5;3980.50;10.90;974.00;2.09;0.34 +7060;6;3978.00;11.00;975.50;2.86;0.34 +7060;9;3973.40;11.01;972.00;1.57;0.34 +7060;10;3980.60;10.80;972.00;-1.57;0.34 7060;21;3973.40;11.01;972.00;1.57;0.34 +7061;0;1168.00;9.50;453.00;0.00;1.16 +7061;1;1163.50;9.50;443.50;-0.44;1.16 +7061;2;1182.00;9.50;451.00;1.42;1.16 +7061;3;1157.00;9.50;458.00;4.28;1.16 +7061;4;1175.50;9.50;465.50;2.60;1.16 +7061;5;1169.00;9.50;468.50;3.07;1.16 +7061;9;1154.86;9.50;453.00;1.57;1.16 +7061;10;1181.14;9.50;453.00;-1.57;1.16 +7061;11;1160.80;9.50;437.80;-0.44;1.16 +7061;12;1190.40;9.50;449.80;1.42;1.16 +7061;13;1150.40;9.50;461.00;4.28;1.16 +7061;14;1180.00;9.50;473.00;2.60;1.16 +7061;15;1169.60;9.50;477.80;3.07;1.16 7061;21;1154.86;9.50;453.00;1.57;1.16 +7062;0;5364.00;9.50;836.00;0.00;1.18 +7062;1;5361.00;9.50;825.00;-0.26;1.18 +7062;2;5354.50;9.50;845.50;3.92;1.18 +7062;3;5378.50;9.50;827.50;1.04;1.18 +7062;4;5382.00;9.50;831.50;1.32;1.18 +7062;5;5352.00;9.50;834.00;-1.40;1.18 +7062;6;5375.00;9.50;835.50;1.52;1.18 +7062;7;5372.50;9.50;845.00;2.38;1.18 +7062;8;5359.50;9.50;854.00;3.38;1.18 +7062;9;5349.24;9.50;836.00;1.57;1.18 +7062;10;5378.76;9.50;836.00;-1.57;1.18 +7062;11;5359.20;9.50;818.40;-0.26;1.18 +7062;12;5348.80;9.50;851.20;3.92;1.18 +7062;13;5387.20;9.50;822.40;1.04;1.18 +7062;14;5392.80;9.50;828.80;1.32;1.18 +7062;15;5344.80;9.50;832.80;-1.40;1.18 +7062;16;5381.60;9.50;835.20;1.52;1.18 +7062;17;5377.60;9.50;850.40;2.38;1.18 +7062;18;5356.80;9.50;864.80;3.38;1.18 7062;21;5349.24;9.50;836.00;1.57;1.18 +7063;0;3131.00;9.70;1156.00;0.00;0.26 +7063;1;3129.50;9.70;1153.00;-0.46;0.26 +7063;2;3133.50;9.70;1153.50;0.78;0.26 +7063;3;3127.00;9.75;1156.00;4.71;0.26 +7063;4;3134.50;9.70;1157.00;1.84;0.26 +7063;5;3128.50;9.70;1158.50;3.92;0.26 +7063;6;3132.00;9.70;1159.50;2.86;0.26 +7063;9;3128.12;9.70;1156.00;1.57;0.26 +7063;10;3133.88;9.70;1156.00;-1.57;0.26 7063;21;3128.12;9.70;1156.00;1.57;0.26 +7064;0;4100.00;11.05;1091.00;0.00;0.32 +7064;1;4098.00;10.55;1088.00;-0.58;0.32 +7064;2;4101.50;10.60;1086.50;0.32;0.32 +7064;3;4102.50;11.00;1090.00;1.19;0.32 +7064;4;4097.00;11.32;1093.00;4.12;0.32 +7064;5;4100.00;12.05;1095.50;3.14;0.32 +7064;9;4097.12;10.93;1091.00;1.57;0.32 +7064;10;4102.88;11.18;1091.00;-1.57;0.32 7064;21;4097.12;10.93;1091.00;1.57;0.32 +7065;0;2897.00;14.70;1249.00;0.00;0.26 +7065;1;2895.00;14.60;1246.50;-0.67;0.26 +7065;2;2899.00;14.70;1248.00;1.10;0.26 +7065;3;2893.00;14.60;1248.00;-1.32;0.26 +7065;4;2893.50;14.65;1250.00;4.43;0.26 +7065;5;2899.00;14.95;1251.50;2.46;0.26 +7065;6;2901.50;14.40;1251.50;2.07;0.26 +7065;9;2893.58;14.64;1249.00;1.57;0.26 +7065;10;2900.42;14.70;1249.00;-1.57;0.26 7065;21;2893.58;14.64;1249.00;1.57;0.26 +7066;0;3028.00;12.87;1174.00;0.00;0.22 +7066;1;3029.50;12.60;1172.00;0.64;0.22 +7066;2;3025.50;11.50;1172.50;-1.03;0.22 +7066;3;3031.00;11.90;1174.50;1.73;0.22 +7066;4;3025.00;12.50;1175.50;4.24;0.22 +7066;5;3028.50;12.40;1176.00;2.89;0.22 +7066;9;3025.30;12.13;1174.00;1.57;0.22 +7066;10;3030.70;12.03;1174.00;-1.57;0.22 7066;21;3025.30;12.13;1174.00;1.57;0.22 +7067;0;4609.00;9.60;1022.00;0.00;0.28 +7067;1;4609.50;9.50;1019.50;0.19;0.28 +7067;2;4606.00;9.70;1022.00;4.71;0.28 +7067;3;4612.00;9.70;1022.50;1.73;0.28 +7067;4;4608.00;9.75;1024.50;3.52;0.28 +7067;5;4610.50;9.70;1025.00;2.67;0.28 +7067;9;4606.48;9.70;1022.00;1.57;0.28 +7067;10;4611.52;9.55;1022.00;-1.57;0.28 +7067;19;4612.00;9.50;1021.00;0.20;0.28 +7067;20;4613.66;9.50;1020.44;1.24;0.28 7067;21;4611.52;9.55;1022.00;-1.57;0.28 +7068;0;2742.00;12.20;1268.00;0.00;0.20 +7068;1;2741.50;10.00;1265.00;-0.16;0.20 +7068;2;2741.00;10.60;1266.00;-0.46;0.20 +7068;3;2743.00;11.32;1267.00;0.78;0.20 +7068;4;2740.00;11.90;1268.50;4.46;0.20 +7068;5;2744.50;12.95;1269.00;1.95;0.20 +7068;6;2740.50;12.10;1270.00;3.78;0.20 +7068;7;2743.00;12.70;1270.50;2.76;0.20 +7068;9;2740.20;11.85;1268.00;1.57;0.20 +7068;10;2743.80;12.28;1268.00;-1.57;0.20 +7068;19;2743.00;9.50;1264.00;-0.17;0.20 +7068;20;2743.42;9.50;1262.30;0.24;0.20 7068;21;2743.80;12.28;1268.00;-1.57;0.20 +7069;0;2686.00;11.30;1200.00;0.00;0.34 +7069;1;2682.50;10.55;1198.00;-1.05;0.34 +7069;2;2686.50;11.60;1197.50;0.19;0.34 +7069;3;2690.00;12.30;1200.50;1.69;0.34 +7069;4;2683.00;10.10;1201.50;4.24;0.34 +7069;5;2687.00;10.25;1203.50;2.86;0.34 +7069;6;2690.00;10.70;1203.50;2.29;0.34 +7069;9;2682.40;10.44;1200.00;1.57;0.34 +7069;10;2689.60;12.32;1200.00;-1.57;0.34 +7069;19;2682.00;9.80;1203.00;-2.03;0.34 +7069;20;2680.60;9.80;1204.05;4.06;0.34 7069;21;2682.40;10.44;1200.00;1.57;0.34 +7070;0;4783.00;11.00;1300.00;0.00;0.22 +7070;1;4783.00;10.50;1297.50;0.00;0.22 +7070;2;4781.50;10.90;1298.00;-0.64;0.22 +7070;3;4784.50;10.55;1299.00;0.98;0.22 +7070;4;4781.00;11.60;1300.50;4.46;0.22 +7070;5;4786.50;10.75;1301.00;1.84;0.22 +7070;6;4784.00;11.27;1302.00;2.67;0.22 +7070;7;4782.00;11.70;1302.00;3.60;0.22 +7070;9;4781.02;11.49;1300.00;1.57;0.22 +7070;10;4784.98;10.67;1300.00;-1.57;0.22 7070;21;4781.02;11.49;1300.00;1.57;0.22 +7071;0;4651.00;9.50;1051.00;0.00;0.20 +7071;1;4650.50;9.50;1049.50;-0.32;0.20 +7071;2;4654.50;9.50;1051.00;1.57;0.20 +7071;3;4648.00;9.50;1050.50;-1.40;0.20 +7071;4;4648.00;9.57;1052.00;4.39;0.20 +7071;5;4649.50;9.60;1052.50;3.92;0.20 +7071;6;4652.50;9.70;1052.50;2.35;0.20 +7071;9;4648.12;9.50;1051.00;1.57;0.20 +7071;10;4653.88;9.50;1051.00;-1.57;0.20 +7071;19;4657.40;9.50;1049.75;0.78;0.20 +7071;20;4659.12;9.50;1049.41;1.37;0.20 7071;21;4655.20;9.70;1052.13;-1.57;0.20 +7072;0;4920.23;9.50;1224.34;0.00;0.24 +7072;1;4920.60;10.40;1220.59;-0.11;0.24 +7072;2;4922.30;10.00;1222.48;0.89;0.24 +7072;3;4919.60;9.50;1221.15;-1.50;0.24 +7072;4;4921.21;9.70;1225.40;2.03;0.24 +7072;5;4915.52;9.70;1225.05;4.33;0.24 +7072;6;4918.50;9.50;1226.50;3.33;0.24 +7072;7;4914.74;9.50;1224.52;-0.92;0.24 +7072;9;4918.68;9.50;1225.79;1.57;0.24 +7072;10;4921.32;9.90;1223.83;-1.57;0.24 +7072;19;4917.18;9.50;1221.48;-0.51;0.24 +7072;20;4916.24;9.50;1220.85;-1.19;0.24 7072;21;4916.66;9.50;1224.00;1.57;0.24 +7073;0;3307.00;11.25;1067.00;0.00;0.36 +7073;1;3308.50;11.25;1062.00;0.29;0.36 +7073;2;3304.50;12.40;1066.00;-1.19;0.36 +7073;3;3310.50;10.80;1067.00;1.57;0.36 +7073;4;3304.00;11.30;1071.50;3.73;0.36 +7073;5;3308.50;11.00;1071.50;2.82;0.36 +7073;9;3303.76;12.60;1067.00;1.57;0.36 +7073;10;3310.24;10.83;1067.00;-1.57;0.36 7073;21;3303.76;12.60;1067.00;1.57;0.36 +7074;0;4582.00;10.90;1249.00;0.00;0.26 +7074;1;4581.00;11.07;1244.00;-0.19;0.26 +7074;2;4584.50;11.10;1248.00;1.19;0.26 +7074;3;4579.00;10.60;1247.00;-0.98;0.26 +7074;4;4580.50;10.80;1251.50;3.68;0.26 +7074;5;4583.00;11.25;1253.00;2.89;0.26 +7074;9;4579.66;10.70;1249.00;1.57;0.26 +7074;10;4584.34;11.13;1249.00;-1.57;0.26 7074;21;4579.66;10.70;1249.00;1.57;0.26 +7075;0;4415.00;12.77;973.00;0.00;0.30 +7075;1;4414.50;12.70;969.50;-0.14;0.30 +7075;2;4418.00;12.85;972.00;1.24;0.30 +7075;3;4412.00;12.45;973.50;4.54;0.30 +7075;4;4416.50;13.00;976.50;2.73;0.30 +7075;9;4412.30;12.53;973.00;1.57;0.30 +7075;10;4417.70;12.94;973.00;-1.57;0.30 7075;21;4412.30;12.53;973.00;1.57;0.30 +7076;0;3117.00;9.82;1127.00;0.00;0.34 +7076;1;3118.00;10.00;1123.50;0.27;0.34 +7076;2;3112.50;9.90;1126.50;-1.46;0.34 +7076;3;3123.00;9.80;1126.50;1.48;0.34 +7076;4;3120.00;9.67;1130.00;2.35;0.34 +7076;5;3112.00;9.80;1130.50;4.10;0.34 +7076;6;3115.00;9.80;1131.50;3.56;0.34 +7076;9;3112.32;9.90;1127.00;1.57;0.34 +7076;10;3121.68;9.75;1127.00;-1.57;0.34 7076;21;3112.32;9.90;1127.00;1.57;0.34 +7077;0;2956.00;13.17;1244.00;0.00;0.26 +7077;1;2956.00;12.47;1241.00;0.00;0.26 +7077;2;2952.00;14.35;1243.00;-1.32;0.26 +7077;3;2959.50;11.50;1241.50;0.95;0.26 +7077;4;2960.00;12.30;1244.50;1.69;0.26 +7077;5;2952.50;14.00;1246.00;4.19;0.26 +7077;6;2957.50;13.40;1246.50;2.60;0.26 +7077;9;2952.22;14.22;1244.00;1.57;0.26 +7077;10;2959.78;12.30;1244.00;-1.57;0.26 7077;21;2952.22;14.22;1244.00;1.57;0.26 +7078;0;4205.00;9.50;1010.00;0.00;0.20 +7078;1;4205.50;9.50;1007.50;0.19;0.20 +7078;2;4203.50;9.70;1010.50;4.39;0.20 +7078;3;4208.00;9.70;1012.50;2.26;0.20 +7078;4;4203.00;10.00;1013.50;3.66;0.20 +7078;5;4206.00;10.00;1013.50;2.86;0.20 +7078;9;4203.20;9.67;1010.00;1.57;0.20 +7078;10;4206.80;9.93;1010.00;-1.57;0.20 +7078;19;4202.00;9.60;1007.00;0.20;0.20 +7078;20;4200.76;9.60;1005.76;-0.78;0.20 7078;21;4203.20;9.67;1010.00;1.57;0.20 +7079;0;3201.00;10.00;1165.00;0.00;0.26 +7079;1;3200.50;10.00;1162.50;-0.19;0.26 +7079;2;3204.00;9.90;1165.00;1.57;0.26 +7079;3;3197.00;10.20;1164.50;-1.44;0.26 +7079;4;3198.00;10.45;1167.00;4.12;0.26 +7079;5;3202.50;9.70;1167.50;2.60;0.26 +7079;6;3199.50;10.10;1168.00;3.60;0.26 +7079;9;3198.30;10.21;1165.00;1.57;0.26 +7079;10;3203.70;9.90;1165.00;-1.57;0.26 +7079;19;3206.00;9.55;1169.00;-3.68;0.26 +7079;20;3207.36;9.55;1170.09;2.24;0.26 7079;21;3198.30;10.21;1165.00;1.57;0.26 +7080;0;4010.00;10.40;1065.00;0.00;0.42 +7080;1;4008.50;10.50;1058.50;-0.22;0.42 +7080;2;4012.50;10.50;1060.50;0.50;0.42 +7080;3;4005.50;10.40;1063.50;-1.24;0.42 +7080;4;4015.50;10.50;1065.50;1.66;0.42 +7080;5;4012.50;10.35;1069.00;2.58;0.42 +7080;6;4007.50;10.20;1070.50;3.56;0.42 +7080;9;4006.22;10.35;1065.00;1.57;0.42 +7080;10;4013.78;10.46;1065.00;-1.57;0.42 7080;21;4006.22;10.35;1065.00;1.57;0.42 +7081;0;2920.00;10.25;1261.00;0.00;0.20 +7081;1;2920.00;11.37;1258.00;0.00;0.20 +7081;2;2918.50;10.50;1260.50;-1.24;0.20 +7081;3;2922.50;10.15;1261.00;1.57;0.20 +7081;4;2920.00;9.70;1264.00;3.14;0.20 +7081;9;2918.20;10.40;1261.00;1.57;0.20 +7081;10;2921.80;10.18;1261.00;-1.57;0.20 +7081;19;2917.00;9.53;1266.00;-3.14;0.20 +7081;20;2916.10;9.53;1267.50;3.68;0.20 7081;21;2919.97;9.60;1266.16;-1.57;0.20 +7082;0;3159.00;10.10;1185.00;0.00;0.24 +7082;1;3158.50;10.05;1183.00;-0.24;0.24 +7082;2;3161.00;9.95;1184.50;1.32;0.24 +7082;3;3156.00;10.25;1184.00;-1.24;0.24 +7082;4;3156.50;10.30;1186.00;4.33;0.24 +7082;5;3161.00;9.80;1187.50;2.46;0.24 +7082;9;3156.48;10.25;1185.00;1.57;0.24 +7082;10;3161.52;9.90;1185.00;-1.57;0.24 +7082;19;3160.00;9.65;1191.00;-3.82;0.24 +7082;20;3160.28;9.65;1192.72;2.97;0.24 7082;21;3156.48;10.25;1185.00;1.57;0.24 +7083;0;1567.00;9.80;1456.00;0.00;0.34 +7083;1;1564.00;9.80;1452.00;-0.64;0.34 +7083;2;1567.50;9.80;1453.00;0.16;0.34 +7083;3;1563.00;9.80;1454.00;-1.10;0.34 +7083;4;1571.00;9.80;1456.00;1.57;0.34 +7083;5;1565.00;10.10;1458.00;3.92;0.34 +7083;6;1569.50;9.80;1459.50;2.52;0.34 +7083;9;1563.40;9.95;1456.00;1.57;0.34 +7083;10;1570.60;9.80;1456.00;-1.57;0.34 7083;21;1563.40;9.95;1456.00;1.57;0.34 +7084;0;3877.00;9.70;1088.00;0.00;0.44 +7084;1;3873.50;9.70;1082.00;-0.52;0.44 +7084;2;3877.00;9.70;1081.50;0.00;0.44 +7084;3;3879.50;9.70;1087.50;1.37;0.44 +7084;4;3872.50;9.70;1087.50;-1.46;0.44 +7084;5;3882.00;9.70;1093.00;2.35;0.44 +7084;6;3877.50;9.70;1093.50;3.05;0.44 +7084;9;3873.04;9.70;1088.00;1.57;0.44 +7084;10;3880.96;9.70;1088.00;-1.57;0.44 7084;21;3873.04;9.70;1088.00;1.57;0.44 +7085;0;4619.00;11.25;1221.00;0.00;0.24 +7085;1;4615.50;11.10;1220.50;-1.42;0.24 +7085;2;4620.00;11.15;1219.50;0.58;0.24 +7085;3;4624.00;10.42;1220.00;1.37;0.24 +7085;4;4622.00;10.90;1223.00;2.15;0.24 +7085;5;4617.50;11.30;1223.50;3.68;0.24 +7085;9;4615.76;11.17;1221.00;1.57;0.24 +7085;10;4622.24;10.85;1221.00;-1.57;0.24 7085;21;4615.76;11.17;1221.00;1.57;0.24 +7086;0;4676.00;12.50;1105.00;0.00;0.20 +7086;1;4677.00;11.70;1102.50;0.38;0.20 +7086;2;4674.00;12.52;1103.00;-0.78;0.20 +7086;3;4678.00;11.87;1106.00;2.03;0.20 +7086;4;4674.00;13.15;1105.50;4.46;0.20 +7086;5;4675.50;12.40;1107.50;3.33;0.20 +7086;9;4674.20;13.04;1105.00;1.57;0.20 +7086;10;4677.80;11.84;1105.00;-1.57;0.20 7086;21;4674.20;13.04;1105.00;1.57;0.20 +7087;0;4964.00;9.72;1233.00;0.00;0.24 +7087;1;4965.00;9.60;1230.50;0.38;0.24 +7087;2;4962.50;9.65;1231.00;-0.64;0.24 +7087;3;4961.00;10.60;1233.50;4.54;0.24 +7087;4;4966.50;9.65;1234.00;1.95;0.24 +7087;5;4963.00;10.50;1234.50;3.73;0.24 +7087;6;4965.50;10.10;1235.50;2.60;0.24 +7087;9;4961.84;10.21;1233.00;1.57;0.24 +7087;10;4966.16;9.60;1233.00;-1.57;0.24 +7087;19;4965.00;9.55;1230.00;0.38;0.24 +7087;20;4965.55;9.55;1228.34;0.32;0.24 7087;21;4961.84;10.21;1233.00;1.57;0.24 +7088;0;3290.00;12.30;665.00;0.00;0.80 +7088;1;3287.00;13.10;657.50;-0.38;0.80 +7088;2;1644.50;9.50;332.00;-1.37;0.80 +7088;3;3282.00;12.80;662.00;-1.21;0.80 +7088;4;3295.50;12.60;664.50;1.48;0.80 +7088;5;1644.50;9.50;332.00;-1.37;0.80 +7088;6;3299.00;11.92;672.00;2.23;0.80 +7088;7;3296.50;10.70;674.50;2.54;0.80 +7088;9;3282.62;11.26;665.00;1.57;0.80 +7088;10;3297.38;12.60;665.00;-1.57;0.80 7088;21;3282.62;11.26;665.00;1.57;0.80 +7089;0;4668.00;11.40;1257.00;0.00;0.22 +7089;1;4665.50;11.50;1254.50;-0.78;0.22 +7089;2;4669.00;11.40;1254.50;0.38;0.22 +7089;3;4664.00;11.50;1257.00;4.71;0.22 +7089;4;4672.00;11.30;1257.00;1.57;0.22 +7089;5;4670.00;11.30;1259.50;2.46;0.22 +7089;6;4665.50;11.40;1259.50;3.92;0.22 +7089;9;4664.76;11.47;1257.00;1.57;0.22 +7089;10;4671.24;11.30;1257.00;-1.57;0.22 7089;21;4664.76;11.47;1257.00;1.57;0.22 +7090;0;4106.00;15.32;963.00;0.00;0.36 +7090;1;4103.50;13.70;958.50;-0.50;0.36 +7090;2;4106.50;13.10;958.50;0.11;0.36 +7090;3;4103.00;13.57;960.00;-0.78;0.36 +7090;4;4109.00;12.65;962.00;1.24;0.36 +7090;5;4103.00;12.25;964.00;4.39;0.36 +7090;6;4109.00;13.97;966.00;2.35;0.36 +7090;7;4104.50;13.00;967.00;3.50;0.36 +7090;8;4106.50;13.25;968.00;3.04;0.36 +7090;9;4102.76;12.28;963.00;1.57;0.36 +7090;10;4109.24;12.76;963.00;-1.57;0.36 7090;21;4102.76;12.28;963.00;1.57;0.36 +7091;0;3287.00;9.70;1164.00;0.00;0.18 +7091;1;3286.50;9.70;1162.50;-0.32;0.18 +7091;2;3288.00;9.70;1162.00;0.46;0.18 +7091;3;3289.00;9.70;1164.00;1.57;0.18 +7091;4;3284.50;9.70;1164.50;4.51;0.18 +7091;5;3287.00;9.70;1166.00;3.14;0.18 +7091;9;3285.20;9.70;1164.00;1.57;0.18 +7091;10;3288.80;9.70;1164.00;-1.57;0.18 +7091;19;3285.00;9.53;1168.00;-3.14;0.18 +7091;20;3284.21;9.53;1169.56;3.60;0.18 7091;21;3285.20;9.70;1164.00;1.57;0.18 +7092;0;4608.00;9.70;1270.00;0.00;0.26 +7092;1;4606.00;9.70;1266.50;-0.51;0.26 +7092;2;4608.50;9.70;1267.50;0.19;0.26 +7092;3;4610.50;9.70;1270.00;1.57;0.26 +7092;4;4605.50;9.70;1270.00;4.71;0.26 +7092;5;4608.00;9.70;1273.00;3.14;0.26 +7092;6;4610.50;9.70;1272.50;2.35;0.26 +7092;9;4605.48;9.70;1270.00;1.57;0.26 +7092;10;4610.52;9.70;1270.00;-1.57;0.26 7092;21;4605.48;9.70;1270.00;1.57;0.26 +7093;0;4480.00;9.60;994.00;0.00;0.26 +7093;1;4481.00;9.52;992.00;0.46;0.26 +7093;2;4478.00;9.65;993.50;-1.32;0.26 +7093;3;4481.00;9.60;995.50;2.55;0.26 +7093;4;4477.50;10.40;996.50;3.92;0.26 +7093;5;4479.00;10.60;997.50;3.42;0.26 +7093;9;4477.66;9.70;994.00;1.57;0.26 +7093;10;4482.34;9.50;994.00;-1.57;0.26 +7093;19;4483.00;9.50;990.00;0.46;0.26 +7093;20;4484.05;9.50;988.60;0.64;0.26 7093;21;4477.66;9.70;994.00;1.57;0.26 +7094;0;4638.00;10.40;1189.00;0.00;0.26 +7094;1;4637.50;10.30;1186.00;-0.16;0.26 +7094;2;4635.50;10.20;1188.00;-1.19;0.26 +7094;3;4640.50;10.40;1188.50;1.37;0.26 +7094;4;4638.00;10.40;1191.00;3.14;0.26 +7094;5;4641.00;10.40;1191.50;2.26;0.26 +7094;9;4635.66;10.21;1189.00;1.57;0.26 +7094;10;4640.34;10.40;1189.00;-1.57;0.26 7094;21;4635.66;10.21;1189.00;1.57;0.26 +7095;0;4514.00;9.87;1046.00;0.00;0.28 +7095;1;4513.50;9.90;1043.00;-0.16;0.28 +7095;2;4517.00;9.95;1045.50;1.40;0.28 +7095;3;4510.50;9.80;1047.00;4.43;0.28 +7095;4;4513.00;9.85;1049.00;3.46;0.28 +7095;5;4516.00;9.90;1049.00;2.55;0.28 +7095;9;4511.12;9.85;1046.00;1.57;0.28 +7095;10;4516.88;9.93;1046.00;-1.57;0.28 7095;21;4511.12;9.85;1046.00;1.57;0.28 +7096;0;3163.00;9.52;1279.00;0.00;0.26 +7096;1;3165.00;9.50;1278.00;1.10;0.26 +7096;2;3161.00;9.50;1277.50;-0.92;0.26 +7096;3;3160.00;10.30;1279.50;4.54;0.26 +7096;4;3162.50;10.00;1281.50;3.33;0.26 +7096;5;3160.00;10.95;1281.50;4.01;0.26 +7096;9;3159.94;10.30;1279.00;1.57;0.26 +7096;10;3166.06;9.67;1279.00;-1.57;0.26 +7096;19;3167.00;9.57;1278.00;1.11;0.26 +7096;20;3168.69;9.57;1277.57;1.32;0.26 7096;21;3159.94;10.30;1279.00;1.57;0.26 +7097;0;4568.00;9.70;1115.00;0.00;0.30 +7097;1;4570.00;9.80;1112.00;0.58;0.30 +7097;2;4566.50;9.70;1113.50;-0.78;0.30 +7097;3;4572.00;9.80;1113.50;1.21;0.30 +7097;4;4564.50;9.70;1116.50;4.30;0.30 +7097;5;4569.50;9.60;1117.50;2.60;0.30 +7097;6;2283.50;9.50;557.00;-1.33;0.30 +7097;9;4565.12;9.70;1115.00;1.57;0.30 +7097;10;4570.88;9.75;1115.00;-1.57;0.30 7097;21;4565.12;9.70;1115.00;1.57;0.30 +7098;0;2712.00;11.80;1282.00;0.00;0.20 +7098;1;2712.50;11.20;1280.50;0.32;0.20 +7098;2;2710.50;11.45;1280.00;-0.64;0.20 +7098;3;2714.50;10.80;1280.50;1.03;0.20 +7098;4;2710.50;12.45;1282.00;4.71;0.20 +7098;5;2714.00;11.55;1282.50;1.81;0.20 +7098;6;2711.50;12.10;1284.00;3.38;0.20 +7098;9;2709.84;12.71;1282.00;1.57;0.20 +7098;10;2714.16;11.33;1282.00;-1.57;0.20 7098;21;2714.16;11.33;1282.00;-1.57;0.20 +7099;0;4628.00;11.70;1054.00;0.00;0.26 +7099;1;4627.00;10.80;1051.00;-0.32;0.26 +7099;2;4629.50;12.30;1052.50;0.78;0.26 +7099;3;4625.50;10.45;1052.00;-0.89;0.26 +7099;4;4626.00;11.35;1055.00;4.24;0.26 +7099;5;4630.50;11.90;1055.50;2.11;0.26 +7099;6;4629.00;11.55;1057.00;2.82;0.26 +7099;9;4625.66;11.02;1054.00;1.57;0.26 +7099;10;4630.34;12.43;1054.00;-1.57;0.26 7099;21;4625.66;11.02;1054.00;1.57;0.26 +7100;0;2717.00;12.87;1210.00;0.00;0.34 +7100;1;2716.00;13.92;1206.00;-0.24;0.34 +7100;2;2719.00;13.90;1206.50;0.51;0.34 +7100;3;2713.00;13.22;1208.00;-1.10;0.34 +7100;4;2720.00;13.05;1210.50;1.73;0.34 +7100;5;2713.50;12.40;1211.50;4.30;0.34 +7100;6;2715.50;11.70;1214.50;3.46;0.34 +7100;7;2718.00;11.85;1214.00;2.89;0.34 +7100;9;2713.94;12.85;1210.00;1.57;0.34 +7100;10;2720.06;13.10;1210.00;-1.57;0.34 7100;21;2713.94;12.85;1210.00;1.57;0.34 +7101;0;4547.00;9.70;1127.00;0.00;0.24 +7101;1;4543.00;9.70;1126.00;-1.32;0.24 +7101;2;4547.50;9.70;1125.00;0.24;0.24 +7101;3;2273.00;9.50;563.00;-1.32;0.24 +7101;4;4546.50;9.70;1129.00;3.38;0.24 +7101;9;4543.58;9.70;1127.00;1.57;0.24 +7101;10;4550.42;9.60;1127.00;-1.57;0.24 7101;21;4543.58;9.70;1127.00;1.57;0.24 +7102;0;4933.00;12.45;1248.00;0.00;0.24 +7102;1;4931.50;11.20;1244.50;-0.40;0.24 +7102;2;4930.00;9.50;1246.50;-1.10;0.24 +7102;3;4934.50;12.35;1246.00;0.64;0.24 +7102;4;4935.50;12.80;1248.50;1.76;0.24 +7102;5;4931.50;11.65;1250.00;3.78;0.24 +7102;6;4934.00;12.75;1250.00;2.67;0.24 +7102;9;4930.84;11.17;1248.00;1.57;0.24 +7102;10;4935.16;12.73;1248.00;-1.57;0.24 +7102;19;4932.00;10.57;1253.00;-2.50;0.24 +7102;20;4931.65;10.57;1254.71;3.33;0.24 7102;21;4930.84;11.17;1248.00;1.57;0.24 +7103;0;4388.00;11.80;976.00;0.00;0.30 +7103;1;4387.50;11.90;974.00;-0.24;0.30 +7103;2;4381.50;11.55;975.00;-1.41;0.30 +7103;3;4393.50;11.60;977.00;1.75;0.30 +7103;4;4386.00;11.72;978.00;3.92;0.30 +7103;5;4392.50;12.00;979.50;2.23;0.30 +7103;9;4383.68;11.56;976.00;1.57;0.30 +7103;10;4392.32;11.77;976.00;-1.57;0.30 7103;21;4383.68;11.56;976.00;1.57;0.30 +7104;0;4652.00;10.65;1147.00;0.00;0.28 +7104;1;4650.00;10.70;1144.50;-0.67;0.28 +7104;2;4653.50;10.40;1145.50;0.78;0.28 +7104;3;4649.50;10.80;1147.50;4.51;0.28 +7104;4;4655.50;10.60;1149.00;2.09;0.28 +7104;5;4653.00;10.52;1150.00;2.82;0.28 +7104;9;4649.30;10.83;1147.00;1.57;0.28 +7104;10;4654.70;10.52;1147.00;-1.57;0.28 7104;21;4649.30;10.83;1147.00;1.57;0.28 +7105;0;4681.00;11.40;1270.00;0.00;0.28 +7105;1;4678.50;11.30;1268.50;-1.03;0.28 +7105;2;4681.50;11.45;1267.00;0.16;0.28 +7105;3;4684.00;11.40;1268.00;0.98;0.28 +7105;4;4684.50;11.40;1271.00;1.84;0.28 +7105;5;4678.50;11.05;1272.00;4.03;0.28 +7105;6;4681.50;11.05;1273.00;2.97;0.28 +7105;7;4679.50;11.00;1273.00;3.60;0.28 +7105;9;4678.30;11.15;1270.00;1.57;0.28 +7105;10;4683.70;11.44;1270.00;-1.57;0.28 +7105;19;4675.00;10.25;1271.00;-2.25;0.28 +7105;20;4673.27;10.25;1271.28;4.54;0.28 7105;21;4678.30;11.15;1270.00;1.57;0.28 +7106;0;4004.00;18.15;1186.00;0.00;0.34 +7106;1;4004.00;17.30;1183.00;0.00;0.34 +7106;2;4010.50;20.70;1184.50;1.34;0.34 +7106;3;3998.50;16.80;1184.50;-1.30;0.34 +7106;4;4000.00;17.90;1188.00;4.24;0.34 +7106;5;4006.50;19.80;1188.50;2.35;0.34 +7106;9;3999.50;17.40;1186.00;1.57;0.34 +7106;10;4008.50;20.25;1186.00;-1.57;0.34 7106;21;3999.50;17.40;1186.00;1.57;0.34 +7107;0;3357.00;10.35;1181.00;0.00;0.14 +7107;1;3357.00;10.60;1178.50;0.00;0.14 +7107;2;3355.00;10.12;1179.00;-0.78;0.14 +7107;3;3358.50;10.60;1179.50;0.78;0.14 +7107;4;3355.50;10.00;1182.00;4.12;0.14 +7107;5;3358.50;10.45;1182.00;2.15;0.14 +7107;6;3358.00;10.20;1184.00;2.82;0.14 +7107;9;3355.74;10.09;1181.00;1.57;0.14 +7107;10;3358.26;10.52;1181.00;-1.57;0.14 7107;21;3355.74;10.09;1181.00;1.57;0.14 +7108;0;4587.00;9.65;1019.00;0.00;0.24 +7108;1;4590.00;9.57;1017.00;0.98;0.24 +7108;2;4587.00;9.60;1018.00;0.00;0.24 +7108;3;4590.50;9.65;1020.00;1.84;0.24 +7108;4;4583.00;9.70;1020.50;4.35;0.24 +7108;5;4587.00;9.95;1021.50;3.14;0.24 +7108;9;4583.76;9.70;1019.00;1.57;0.24 +7108;10;4590.24;9.61;1019.00;-1.57;0.24 +7108;19;4593.08;9.30;1017.15;0.78;0.24 +7108;20;4594.75;9.30;1016.64;1.27;0.24 7108;21;4590.24;9.61;1019.00;-1.57;0.24 +7109;0;4606.00;10.55;1297.00;0.00;0.22 +7109;1;4606.00;10.85;1293.00;0.00;0.22 +7109;2;4603.50;11.20;1293.50;-0.62;0.22 +7109;3;4608.00;10.15;1297.00;1.57;0.22 +7109;4;4603.50;11.00;1297.00;4.71;0.22 +7109;5;4606.50;10.40;1300.50;3.00;0.22 +7109;6;4604.00;11.02;1301.00;3.60;0.22 +7109;9;4604.02;10.94;1297.00;1.57;0.22 +7109;10;4607.98;10.15;1297.00;-1.57;0.22 7109;21;4604.02;10.94;1297.00;1.57;0.22 +7110;0;4839.00;10.50;1201.00;0.00;0.18 +7110;1;4837.50;10.00;1199.50;-0.78;0.18 +7110;2;4838.50;10.70;1203.00;3.38;0.18 +7110;3;4840.50;10.70;1200.00;0.98;0.18 +7110;4;4837.00;10.05;1200.50;-1.32;0.18 +7110;5;4841.00;11.15;1202.50;2.21;0.18 +7110;9;4837.38;10.23;1201.00;1.57;0.18 +7110;10;4840.62;10.88;1201.00;-1.57;0.18 +7110;19;4840.00;10.38;1204.00;-2.90;0.18 +7110;20;4840.55;10.38;1205.66;2.82;0.18 7110;21;4837.38;10.23;1201.00;1.57;0.18 +7111;0;2777.00;12.47;1285.00;0.00;0.16 +7111;1;2776.00;12.95;1282.00;-0.32;0.16 +7111;2;2777.50;12.30;1283.50;0.32;0.16 +7111;3;2775.50;13.00;1284.00;-0.98;0.16 +7111;4;2775.50;12.80;1286.50;3.92;0.16 +7111;5;2779.00;12.15;1287.00;2.35;0.16 +7111;6;2777.50;12.50;1287.50;2.94;0.16 +7111;9;2775.56;12.88;1285.00;1.57;0.16 +7111;10;2778.44;12.20;1285.00;-1.57;0.16 7111;21;2778.44;12.20;1285.00;-1.57;0.16 +7112;0;359.13;10.00;1037.74;0.00;0.20 +7112;1;357.50;9.90;1037.50;1.89;0.20 +7112;2;361.78;10.10;1036.97;1.20;0.20 +7112;9;352.22;9.50;1037.00;1.57;0.20 +7112;10;359.78;9.89;1037.00;-1.57;0.20 +7112;19;349.00;9.50;1036.00;-4.39;0.20 +7112;20;347.26;9.50;1035.75;-1.42;0.20 7112;21;352.22;9.50;1037.00;1.57;0.20 +7113;0;4917.00;9.72;1214.00;0.00;0.26 +7113;1;4916.00;9.50;1213.50;-1.10;0.26 +7113;2;4919.00;9.90;1212.00;0.78;0.26 +7113;3;4920.50;10.90;1214.50;1.71;0.26 +7113;4;4918.50;10.50;1216.50;2.60;0.26 +7113;9;4913.94;9.50;1214.00;1.57;0.26 +7113;10;4920.06;10.69;1214.00;-1.57;0.26 +7113;19;4913.46;9.50;1213.72;-0.41;0.26 +7113;20;4912.71;9.50;1213.90;5.80;0.26 7113;21;4913.94;9.50;1214.00;1.57;0.26 +7114;0;2827.00;9.50;1303.00;0.00;0.16 +7114;1;2827.00;9.50;1302.50;0.00;0.16 +7114;9;2825.56;9.50;1303.00;1.57;0.16 +7114;10;2828.44;9.50;1303.00;-1.57;0.16 +7114;19;2828.89;9.40;1303.65;0.90;0.16 +7114;20;2830.55;9.40;1304.23;1.90;0.16 7114;21;2828.44;9.50;1303.00;-1.57;0.16 +7115;0;4828.00;10.62;1114.00;0.00;0.24 +7115;1;4828.00;10.62;1114.00;0.00;0.24 +7115;9;4825.66;9.50;1114.00;1.57;0.24 +7115;10;4830.34;9.50;1114.00;-1.57;0.24 +7115;19;4832.00;9.50;1117.00;-1.57;0.24 +7115;20;4833.40;9.50;1118.05;2.21;0.24 7115;21;4825.66;9.50;1114.00;1.57;0.24 +7116;0;2772.00;14.32;1208.00;0.00;0.36 +7116;1;2768.00;14.70;1205.00;-0.92;0.36 +7116;2;2773.00;14.37;1205.00;0.32;0.36 +7116;3;2776.50;14.20;1206.00;1.15;0.36 +7116;4;2768.50;14.00;1210.00;4.19;0.36 +7116;5;2776.50;14.25;1210.00;1.98;0.36 +7116;6;2773.00;13.72;1212.00;2.89;0.36 +7116;9;2768.58;14.39;1208.00;1.57;0.36 +7116;10;2775.42;14.30;1208.00;-1.57;0.36 7116;21;2768.58;14.39;1208.00;1.57;0.36 +7117;0;3272.00;9.97;1126.00;0.00;0.40 +7117;1;3271.00;9.80;1121.00;-0.19;0.40 +7117;2;3275.50;9.90;1122.50;0.78;0.40 +7117;3;3267.50;9.95;1126.00;4.71;0.40 +7117;4;3276.00;9.85;1127.50;1.93;0.40 +7117;5;3272.00;10.10;1131.50;3.14;0.40 +7117;6;3277.00;9.87;1131.00;2.35;0.40 +7117;9;3268.40;9.95;1126.00;1.57;0.40 +7117;10;3275.60;9.90;1126.00;-1.57;0.40 7117;21;3268.40;9.95;1126.00;1.57;0.40 +7118;0;1516.00;10.35;1420.00;0.00;0.30 +7118;1;1512.00;10.05;1418.00;-1.10;0.30 +7118;2;1515.50;10.00;1417.50;-0.19;0.30 +7118;3;1520.00;9.85;1418.50;1.21;0.30 +7118;4;1511.00;10.40;1420.50;4.61;0.30 +7118;5;1519.50;9.80;1422.50;2.19;0.30 +7118;6;1514.50;10.30;1422.50;3.68;0.30 +7118;9;1512.04;10.35;1420.00;1.57;0.30 +7118;10;1519.96;9.95;1420.00;-1.57;0.30 7118;21;1512.04;10.35;1420.00;1.57;0.30 +7119;0;3961.00;12.65;964.00;0.00;0.26 +7119;1;3961.00;11.95;961.50;0.00;0.26 +7119;2;3957.00;11.30;962.00;-1.10;0.26 +7119;3;3965.50;13.20;963.50;1.46;0.26 +7119;4;3957.00;12.40;965.00;4.46;0.26 +7119;5;3965.00;13.65;966.50;2.12;0.26 +7119;6;3961.50;13.90;967.50;3.00;0.26 +7119;9;3957.40;12.00;964.00;1.57;0.26 +7119;10;3964.60;12.88;964.00;-1.57;0.26 7119;21;3957.40;12.00;964.00;1.57;0.26 +7120;0;4679.00;10.85;1163.00;0.00;0.22 +7120;1;4680.00;11.30;1160.00;0.32;0.22 +7120;2;4681.50;11.20;1160.50;0.78;0.22 +7120;3;4678.50;11.05;1162.00;-0.46;0.22 +7120;4;4681.50;10.70;1163.00;1.57;0.22 +7120;5;4675.50;11.05;1163.00;4.71;0.22 +7120;6;4676.00;10.55;1164.50;4.24;0.22 +7120;7;4681.00;10.42;1164.00;2.03;0.22 +7120;8;2339.00;9.50;581.00;-1.32;0.22 +7120;9;4676.84;10.98;1163.00;1.57;0.22 +7120;10;4681.16;10.75;1163.00;-1.57;0.22 7120;21;4676.84;10.98;1163.00;1.57;0.22 +7121;0;4821.00;11.70;1255.00;0.00;0.16 +7121;1;4820.00;11.65;1251.50;-0.27;0.16 +7121;2;4822.00;11.35;1251.50;0.27;0.16 +7121;3;4820.00;12.00;1254.50;-1.10;0.16 +7121;4;4822.50;10.85;1255.00;1.57;0.16 +7121;5;4819.00;12.00;1258.00;3.73;0.16 +7121;6;4821.00;11.77;1258.00;3.14;0.16 +7121;9;4819.56;12.08;1255.00;1.57;0.16 +7121;10;4822.44;10.88;1255.00;-1.57;0.16 +7121;19;4824.00;10.43;1251.00;1.57;0.16 +7121;20;4825.05;10.43;1249.60;0.64;0.16 7121;21;4819.56;12.08;1255.00;1.57;0.16 +7122;0;4255.00;10.25;1000.00;0.00;0.20 +7122;1;4254.50;10.10;996.50;-0.14;0.20 +7122;2;4256.50;10.20;996.50;0.40;0.20 +7122;3;4253.00;10.15;1000.50;4.46;0.20 +7122;4;4257.00;10.22;999.00;1.10;0.20 +7122;5;4256.50;10.30;1001.50;2.35;0.20 +7122;6;4254.50;10.40;1003.50;3.28;0.20 +7122;9;4253.20;10.17;1000.00;1.57;0.20 +7122;10;4256.80;10.26;1000.00;-1.57;0.20 7122;21;4253.20;10.17;1000.00;1.57;0.20 +7123;0;1848.00;9.55;1116.00;0.00;0.12 +7123;1;1848.00;9.55;1116.00;0.00;0.12 +7123;2;1849.00;9.50;1113.00;0.32;0.12 +7123;3;1847.00;9.55;1119.00;3.46;0.12 +7123;9;1846.92;9.50;1116.00;1.57;0.12 +7123;10;1849.08;9.70;1116.00;-1.57;0.12 +7123;19;1850.00;9.50;1112.00;-1.57;0.12 +7123;20;1850.78;9.50;1110.43;0.46;0.12 7123;21;1846.92;9.50;1116.00;1.57;0.12 +7124;0;4195.00;9.85;1033.00;0.00;0.26 +7124;1;4193.50;9.90;1030.00;-0.46;0.26 +7124;2;4197.00;9.90;1030.50;0.67;0.26 +7124;3;4192.00;9.80;1033.50;4.54;0.26 +7124;4;4198.00;9.90;1033.50;1.73;0.26 +7124;5;4194.50;9.75;1036.00;3.30;0.26 +7124;9;4192.12;9.80;1033.00;1.57;0.26 +7124;10;4197.88;9.90;1033.00;-1.57;0.26 7124;21;4192.12;9.80;1033.00;1.57;0.26 +7125;0;4790.00;9.90;1282.00;0.00;0.18 +7125;1;4788.50;9.80;1280.00;-0.64;0.18 +7125;2;4792.50;10.00;1281.00;1.19;0.18 +7125;3;4786.00;9.62;1282.00;4.71;0.18 +7125;4;4788.00;9.80;1282.50;4.46;0.18 +7125;5;4795.00;10.30;1283.00;1.76;0.18 +7125;6;4793.50;10.20;1284.00;2.09;0.18 +7125;7;4790.50;9.90;1283.50;2.82;0.18 +7125;9;4786.94;9.64;1282.00;1.57;0.18 +7125;10;4793.06;10.10;1282.00;-1.57;0.18 +7125;19;4783.00;9.63;1282.00;-1.57;0.18 +7125;20;4781.25;9.63;1282.00;4.71;0.18 7125;21;4786.94;9.64;1282.00;1.57;0.18 +7126;0;4601.00;9.70;1202.00;0.00;0.32 +7126;1;4600.00;9.70;1197.50;-0.21;0.32 +7126;2;4602.00;9.70;1198.50;0.27;0.32 +7126;3;4598.50;9.70;1201.50;-1.37;0.32 +7126;4;4604.00;9.70;1203.00;1.89;0.32 +7126;5;4600.00;9.80;1206.00;3.38;0.32 +7126;6;4603.50;9.70;1205.50;2.52;0.32 +7126;9;4598.12;9.70;1202.00;1.57;0.32 +7126;10;4603.88;9.70;1202.00;-1.57;0.32 7126;21;4598.12;9.70;1202.00;1.57;0.32 +7127;0;3177.00;11.85;1296.00;0.00;0.44 +7127;1;3180.00;9.50;1292.00;0.64;0.44 +7127;2;3181.00;9.50;1292.50;0.85;0.44 +7127;3;3177.00;10.30;1294.00;0.00;0.44 +7127;4;3174.50;10.60;1297.50;4.17;0.44 +7127;5;3181.00;9.50;1290.00;0.58;0.44 +7127;9;3171.60;9.50;1296.00;1.57;0.44 +7127;10;3182.40;10.83;1296.00;-1.57;0.44 +7127;19;3176.93;12.00;1296.54;2.74;0.44 +7127;20;3176.70;12.00;1298.27;3.27;0.44 7127;21;3175.92;11.70;1297.47;-1.57;0.44 +7128;0;4540.00;10.47;1044.00;0.00;0.30 +7128;1;4537.50;10.40;1040.50;-0.62;0.30 +7128;2;4541.50;10.55;1042.00;0.64;0.30 +7128;3;4536.00;10.40;1043.50;-1.44;0.30 +7128;4;4544.50;10.50;1044.00;1.57;0.30 +7128;5;4537.50;10.30;1046.00;4.03;0.30 +7128;6;4543.50;10.45;1045.00;1.84;0.30 +7128;7;4541.50;10.30;1046.50;2.60;0.30 +7128;9;4536.58;10.40;1044.00;1.57;0.30 +7128;10;4543.42;10.50;1044.00;-1.57;0.30 7128;21;4536.58;10.40;1044.00;1.57;0.30 +7129;0;4606.00;9.70;1236.00;0.00;0.30 +7129;1;4603.00;9.70;1233.00;-0.78;0.30 +7129;2;4604.50;9.70;1233.00;-0.46;0.30 +7129;3;4608.00;9.70;1234.50;0.92;0.30 +7129;4;4602.00;9.70;1235.00;-1.32;0.30 +7129;5;4610.00;9.70;1238.00;2.03;0.30 +7129;6;4606.00;9.70;1238.00;3.14;0.30 +7129;9;4602.76;9.70;1236.00;1.57;0.30 +7129;10;4609.24;9.70;1236.00;-1.57;0.30 7129;21;4602.76;9.70;1236.00;1.57;0.30 +7130;0;3234.00;9.70;1285.00;0.00;0.24 +7130;1;3234.50;9.70;1283.00;0.24;0.24 +7130;2;3232.00;9.50;1284.00;-1.10;0.24 +7130;3;3236.50;10.30;1286.50;2.11;0.24 +7130;4;3232.50;9.80;1287.50;3.68;0.24 +7130;9;3231.84;9.50;1285.00;1.57;0.24 +7130;10;3236.16;10.04;1285.00;-1.57;0.24 +7130;19;3232.00;9.50;1282.00;-1.11;0.24 +7130;20;3231.02;9.50;1280.54;-0.58;0.24 7130;21;3231.84;9.50;1285.00;1.57;0.24 +7131;0;4648.00;10.65;1060.00;0.00;0.22 +7131;1;4646.00;11.05;1059.00;-1.10;0.22 +7131;2;4648.00;10.47;1057.00;0.00;0.22 +7131;3;4650.00;10.40;1060.00;1.57;0.22 +7131;4;4648.00;11.10;1062.50;3.14;0.22 +7131;5;4650.00;11.20;1064.00;2.67;0.22 +7131;9;4646.02;11.09;1060.00;1.57;0.22 +7131;10;4649.98;10.40;1060.00;-1.57;0.22 7131;21;4646.02;11.09;1060.00;1.57;0.22 +7132;0;2796.00;10.15;1241.00;0.00;0.20 +7132;1;2793.50;10.20;1240.50;-1.37;0.20 +7132;2;2796.50;10.70;1239.50;0.32;0.20 +7132;3;2798.00;9.87;1242.00;2.03;0.20 +7132;4;2795.50;9.70;1243.00;3.38;0.20 +7132;9;2794.20;10.15;1241.00;1.57;0.20 +7132;10;2797.80;10.29;1241.00;-1.57;0.20 +7132;19;2798.00;9.50;1246.00;-3.14;0.20 +7132;20;2798.65;9.50;1247.62;2.76;0.20 7132;21;2797.80;10.29;1241.00;-1.57;0.20 +7133;0;3294.00;11.45;700.00;0.00;0.42 +7133;1;3292.00;11.85;694.00;-0.32;0.42 +7133;2;1646.50;9.50;349.50;-1.36;0.42 +7133;3;3296.50;11.15;699.00;1.19;0.42 +7133;4;3289.50;12.45;698.00;-1.15;0.42 +7133;5;3291.00;12.22;703.00;3.92;0.42 +7133;6;3294.00;11.80;705.50;3.14;0.42 +7133;7;3298.50;11.60;705.50;2.45;0.42 +7133;9;3290.22;12.28;700.00;1.57;0.42 +7133;10;3297.78;11.35;700.00;-1.57;0.42 7133;21;3290.22;12.28;700.00;1.57;0.42 +7134;0;1555.00;9.80;1441.00;0.00;0.24 +7134;1;1553.00;9.80;1439.50;-0.92;0.24 +7134;2;1557.00;9.70;1438.50;0.67;0.24 +7134;3;1558.00;9.70;1441.00;1.57;0.24 +7134;4;1551.00;9.80;1443.00;4.24;0.24 +7134;5;1554.50;9.80;1443.50;3.33;0.24 +7134;9;1552.12;9.80;1441.00;1.57;0.24 +7134;10;1557.88;9.70;1441.00;-1.57;0.24 7134;21;1552.12;9.80;1441.00;1.57;0.24 +7135;0;4521.00;9.70;990.00;0.00;0.18 +7135;1;4521.50;9.70;987.00;0.16;0.18 +7135;2;4519.50;9.70;990.00;4.71;0.18 +7135;3;4523.00;9.70;991.50;2.21;0.18 +7135;4;4521.50;9.70;993.50;3.00;0.18 +7135;9;4519.38;9.66;990.00;1.57;0.18 +7135;10;4522.62;9.70;990.00;-1.57;0.18 +7135;19;4519.00;9.50;993.00;-1.57;0.18 +7135;20;4518.03;9.50;994.45;3.73;0.18 7135;21;4519.38;9.66;990.00;1.57;0.18 +7136;0;3067.00;10.45;1141.00;0.00;0.30 +7136;1;3066.00;10.67;1138.00;-0.32;0.30 +7136;2;3071.50;10.30;1140.50;1.46;0.30 +7136;3;3063.00;10.47;1142.00;4.46;0.30 +7136;4;3066.50;10.30;1144.50;3.28;0.30 +7136;5;3070.50;10.20;1143.50;2.19;0.30 +7136;9;3063.04;10.55;1141.00;1.57;0.30 +7136;10;3070.96;10.32;1141.00;-1.57;0.30 7136;21;3063.04;10.55;1141.00;1.57;0.30 +7137;0;4493.00;9.80;1020.00;0.00;0.24 +7137;1;4495.50;9.80;1018.00;0.89;0.24 +7137;2;4491.50;9.80;1017.50;-0.54;0.24 +7137;3;4489.00;9.80;1019.50;-1.44;0.24 +7137;4;4497.00;9.80;1020.00;1.57;0.24 +7137;5;4489.00;9.80;1022.00;4.24;0.24 +7137;6;4494.00;9.87;1022.00;2.67;0.24 +7137;9;4489.76;9.80;1020.00;1.57;0.24 +7137;10;4496.24;9.80;1020.00;-1.57;0.24 7137;21;4489.76;9.80;1020.00;1.57;0.24 +7138;0;1550.00;9.90;1454.00;0.00;0.32 +7138;1;1552.00;9.90;1450.00;0.46;0.32 +7138;2;1546.50;9.90;1452.00;-1.05;0.32 +7138;3;1555.00;9.80;1450.50;0.96;0.32 +7138;4;1554.50;9.80;1453.00;1.35;0.32 +7138;5;1544.50;10.00;1455.00;4.53;0.32 +7138;6;1552.50;9.90;1457.00;2.44;0.32 +7138;7;1548.00;10.00;1456.50;3.81;0.32 +7138;9;1545.86;9.91;1454.00;1.57;0.32 +7138;10;1554.14;9.83;1454.00;-1.57;0.32 7138;21;1545.86;9.91;1454.00;1.57;0.32 +7139;0;3138.00;13.62;1171.00;0.00;0.22 +7139;1;3139.50;12.10;1168.50;0.54;0.22 +7139;2;3136.00;13.15;1170.50;-1.32;0.22 +7139;3;3140.50;11.25;1171.00;1.57;0.22 +7139;4;3138.00;13.60;1173.50;3.14;0.22 +7139;9;3136.02;13.31;1171.00;1.57;0.22 +7139;10;3139.98;11.56;1171.00;-1.57;0.22 7139;21;3136.02;13.31;1171.00;1.57;0.22 +7140;0;3382.00;11.37;1244.00;0.00;0.32 +7140;1;3382.50;11.80;1240.50;0.14;0.32 +7140;2;3387.00;12.20;1241.50;1.10;0.32 +7140;3;3377.50;10.90;1243.50;-1.46;0.32 +7140;4;3386.50;11.50;1244.50;1.68;0.32 +7140;5;3383.00;10.85;1246.50;2.76;0.32 +7140;6;3378.00;10.50;1247.50;3.99;0.32 +7140;9;3378.04;10.95;1244.00;1.57;0.32 +7140;10;3385.96;11.73;1244.00;-1.57;0.32 7140;21;3385.96;11.73;1244.00;-1.57;0.32 +7141;0;4617.00;10.10;1047.00;0.00;0.24 +7141;1;4617.00;10.20;1044.00;0.00;0.24 +7141;2;4619.50;10.20;1046.00;1.19;0.24 +7141;3;4614.50;10.10;1047.00;4.71;0.24 +7141;4;4620.00;10.20;1048.50;2.03;0.24 +7141;5;4615.00;10.20;1050.00;3.73;0.24 +7141;6;4618.00;10.22;1050.00;2.82;0.24 +7141;9;4614.66;10.10;1047.00;1.57;0.24 +7141;10;4619.34;10.10;1047.00;-1.57;0.24 7141;21;4614.66;10.10;1047.00;1.57;0.24 +7142;0;4675.00;9.70;1203.00;0.00;0.22 +7142;1;4675.50;9.70;1201.00;0.24;0.22 +7142;2;4678.00;9.70;1201.00;0.98;0.22 +7142;3;4673.50;9.70;1201.50;-0.78;0.22 +7142;4;4677.00;9.70;1203.50;1.81;0.22 +7142;5;4672.50;9.70;1204.00;4.33;0.22 +7142;6;4674.50;9.70;1206.00;3.30;0.22 +7142;9;4673.02;9.70;1203.00;1.57;0.22 +7142;10;4676.98;9.70;1203.00;-1.57;0.22 7142;21;4673.02;9.70;1203.00;1.57;0.22 +7143;0;3324.00;13.75;1268.00;0.00;0.22 +7143;1;3324.00;12.22;1265.00;0.00;0.22 +7143;2;3327.00;12.92;1266.00;0.98;0.22 +7143;3;3320.50;13.25;1266.00;-1.05;0.22 +7143;4;3318.50;14.15;1268.00;4.71;0.22 +7143;5;3329.00;14.05;1268.00;1.57;0.22 +7143;6;3320.00;14.40;1269.50;4.35;0.22 +7143;7;3328.50;14.20;1268.50;1.68;0.22 +7143;8;3326.00;14.05;1270.00;2.35;0.22 +7143;9;3320.22;14.15;1268.00;1.57;0.22 +7143;10;3327.78;14.01;1268.00;-1.57;0.22 7143;21;3320.22;14.15;1268.00;1.57;0.22 +7144;0;3283.00;9.80;1105.00;0.00;0.20 +7144;1;3281.50;9.80;1102.00;-0.46;0.20 +7144;2;3283.50;9.80;1102.00;0.16;0.20 +7144;3;3285.50;9.80;1104.00;1.19;0.20 +7144;4;3281.00;9.80;1106.00;4.24;0.20 +7144;5;3284.50;9.80;1107.50;2.60;0.20 +7144;6;3283.00;9.80;1109.00;3.14;0.20 +7144;9;3281.20;9.80;1105.00;1.57;0.20 +7144;10;3284.80;9.80;1105.00;-1.57;0.20 7144;21;3281.20;9.80;1105.00;1.57;0.20 +7145;0;4879.00;12.62;1235.00;0.00;0.24 +7145;1;4877.00;12.40;1233.00;-0.78;0.24 +7145;2;4880.00;12.45;1233.00;0.46;0.24 +7145;3;4882.00;12.65;1235.50;1.73;0.24 +7145;4;4878.50;12.20;1236.50;3.46;0.24 +7145;9;4876.66;11.80;1235.00;1.57;0.24 +7145;10;4881.34;12.65;1235.00;-1.57;0.24 +7145;19;4883.00;10.48;1240.00;-2.82;0.24 +7145;20;4884.09;10.48;1241.36;2.46;0.24 7145;21;4876.66;11.80;1235.00;1.57;0.24 +7146;0;4690.00;11.30;1126.00;0.00;0.22 +7146;1;4690.00;11.30;1122.50;0.00;0.22 +7146;2;4688.00;11.87;1125.00;-1.10;0.22 +7146;3;4692.00;10.87;1124.00;0.78;0.22 +7146;4;4692.00;10.75;1126.50;1.81;0.22 +7146;5;4687.50;12.40;1128.50;3.92;0.22 +7146;6;4690.00;11.85;1129.50;3.14;0.22 +7146;9;4688.02;11.92;1126.00;1.57;0.22 +7146;10;4691.98;10.75;1126.00;-1.57;0.22 7146;21;4688.02;11.92;1126.00;1.57;0.22 +7147;0;3018.00;10.32;1275.00;0.00;0.22 +7147;1;3017.50;9.70;1274.00;-0.46;0.22 +7147;2;3021.00;9.80;1273.50;1.10;0.22 +7147;3;3020.50;10.40;1275.50;1.76;0.22 +7147;4;3014.50;10.20;1276.50;4.30;0.22 +7147;5;3019.50;10.90;1276.50;2.35;0.22 +7147;6;3017.00;11.20;1277.50;3.52;0.22 +7147;9;3015.66;9.80;1275.00;1.57;0.22 +7147;10;3020.34;10.22;1275.00;-1.57;0.22 +7147;19;3020.00;9.50;1272.00;-0.46;0.22 +7147;20;3020.97;9.50;1270.54;0.58;0.22 7147;21;3015.66;9.80;1275.00;1.57;0.22 +7148;0;3237.00;9.60;1143.00;0.00;0.34 +7148;1;3236.00;9.60;1139.50;-0.27;0.34 +7148;2;3241.50;9.60;1142.50;1.46;0.34 +7148;3;3233.00;9.60;1144.50;4.35;0.34 +7148;4;3240.00;9.60;1145.00;2.15;0.34 +7148;5;3235.00;9.60;1146.50;3.66;0.34 +7148;9;3232.86;9.60;1143.00;1.57;0.34 +7148;10;3241.14;9.60;1143.00;-1.57;0.34 7148;21;3232.86;9.60;1143.00;1.57;0.34 +7149;0;2874.00;12.85;1226.00;0.00;0.36 +7149;1;2871.50;13.40;1221.50;-0.50;0.36 +7149;2;2869.50;14.60;1224.50;-1.24;0.36 +7149;3;2877.00;11.65;1224.00;0.98;0.36 +7149;4;2880.00;11.85;1226.00;1.57;0.36 +7149;5;2879.50;12.10;1228.00;1.92;0.36 +7149;6;2873.00;13.82;1229.00;3.46;0.36 +7149;7;2877.00;12.85;1229.50;2.43;0.36 +7149;9;2869.68;15.47;1226.00;1.57;0.36 +7149;10;2878.32;11.77;1226.00;-1.57;0.36 7149;21;2869.68;15.47;1226.00;1.57;0.36 +7150;0;3949.00;9.67;997.00;0.00;0.32 +7150;1;3948.50;9.70;993.50;-0.14;0.32 +7150;2;3945.50;9.70;997.00;4.71;0.32 +7150;3;3952.50;9.70;996.00;1.29;0.32 +7150;4;3953.50;9.80;998.50;1.89;0.32 +7150;5;3950.50;9.70;1000.00;2.67;0.32 +7150;9;3945.22;9.70;997.00;1.57;0.32 +7150;10;3952.78;9.76;997.00;-1.57;0.32 +7150;19;3944.00;9.55;998.00;-1.57;0.32 +7150;20;3942.28;9.55;998.34;4.51;0.32 7150;21;3945.22;9.70;997.00;1.57;0.32 +7151;0;3365.00;10.00;1174.00;0.00;0.22 +7151;1;3364.50;9.90;1171.50;-0.19;0.22 +7151;2;3367.50;10.90;1172.50;1.03;0.22 +7151;3;3362.50;9.50;1172.50;-1.03;0.22 +7151;4;3362.50;9.60;1174.50;4.51;0.22 +7151;5;3367.00;10.50;1175.50;2.21;0.22 +7151;6;3362.50;9.85;1176.00;4.03;0.22 +7151;7;3364.50;10.00;1176.50;3.33;0.22 +7151;9;3363.02;9.62;1174.00;1.57;0.22 +7151;10;3366.98;10.56;1174.00;-1.57;0.22 7151;21;3363.02;9.62;1174.00;1.57;0.22 +7152;0;4565.00;10.77;1017.00;0.00;0.22 +7152;1;4565.50;10.40;1014.50;0.19;0.22 +7152;2;4567.00;10.37;1015.00;0.78;0.22 +7152;3;4563.00;10.80;1016.50;-1.32;0.22 +7152;4;4567.50;10.65;1019.00;2.24;0.22 +7152;5;4563.50;11.15;1020.00;3.60;0.22 +7152;6;4565.50;10.95;1020.00;2.97;0.22 +7152;9;4563.02;10.90;1017.00;1.57;0.22 +7152;10;4566.98;10.55;1017.00;-1.57;0.22 7152;21;4563.02;10.90;1017.00;1.57;0.22 +7153;0;2725.00;10.65;1260.00;0.00;0.20 +7153;1;2723.00;10.70;1258.50;-0.92;0.20 +7153;2;2725.50;9.55;1258.00;0.24;0.20 +7153;3;2726.50;10.60;1260.50;1.89;0.20 +7153;4;2724.00;11.35;1261.50;3.73;0.20 +7153;5;2726.00;11.47;1262.00;2.67;0.20 +7153;9;2723.20;10.98;1260.00;1.57;0.20 +7153;10;2726.80;10.21;1260.00;-1.57;0.20 +7153;19;2726.00;9.50;1258.00;0.46;0.20 +7153;20;2726.78;9.50;1256.43;0.46;0.20 7153;21;2726.80;10.21;1260.00;-1.57;0.20 +7154;0;2977.00;10.80;1165.00;0.00;0.58 +7154;1;2975.00;10.85;1159.00;-0.32;0.58 +7154;2;2981.50;11.00;1162.50;1.06;0.58 +7154;3;2971.50;10.60;1166.50;4.44;0.58 +7154;4;2985.50;11.00;1167.00;1.80;0.58 +7154;5;2981.00;10.90;1169.50;2.41;0.58 +7154;6;2976.50;10.80;1172.00;3.21;0.58 +7154;9;2971.24;10.60;1165.00;1.57;0.58 +7154;10;2982.76;10.92;1165.00;-1.57;0.58 7154;21;2971.24;10.60;1165.00;1.57;0.58 +7155;0;4762.00;9.75;1294.00;0.00;0.16 +7155;1;4761.00;9.70;1292.00;-0.46;0.16 +7155;2;4764.50;9.70;1292.50;1.03;0.16 +7155;3;4764.50;9.80;1294.00;1.57;0.16 +7155;4;4761.00;9.72;1295.00;3.92;0.16 +7155;5;4764.50;9.80;1295.50;2.11;0.16 +7155;9;4759.66;9.70;1294.00;1.57;0.16 +7155;10;4764.34;9.80;1294.00;-1.57;0.16 +7155;19;4762.00;9.55;1298.00;-2.36;0.16 +7155;20;4762.00;9.55;1299.75;3.14;0.16 7155;21;4759.66;9.70;1294.00;1.57;0.16 +7156;0;3334.00;10.52;1038.00;0.00;0.34 +7156;1;3335.00;10.65;1032.00;0.16;0.34 +7156;2;3331.50;10.50;1033.00;-0.46;0.34 +7156;3;3337.50;10.70;1038.50;1.71;0.34 +7156;4;3331.00;10.40;1039.50;4.24;0.34 +7156;5;3334.50;10.40;1044.50;3.06;0.34 +7156;6;3332.00;10.30;1045.50;3.40;0.34 +7156;9;3330.94;10.44;1038.00;1.57;0.34 +7156;10;3337.06;10.67;1038.00;-1.57;0.34 7156;21;3330.94;10.44;1038.00;1.57;0.34 +7157;0;4973.86;9.50;1232.71;0.00;0.18 +7157;1;4973.00;9.55;1229.50;0.00;0.18 +7157;2;4974.00;9.67;1234.00;2.67;0.18 +7157;3;4970.75;11.70;1234.17;4.06;0.18 +7157;4;4973.60;11.60;1237.69;3.28;0.18 +7157;9;4971.38;9.50;1232.00;1.57;0.18 +7157;10;4974.62;9.52;1232.00;-1.57;0.18 +7157;19;4977.00;9.50;1228.00;0.00;0.18 +7157;20;4978.23;9.50;1226.76;0.78;0.18 7157;21;4971.38;9.50;1232.00;1.57;0.18 +7158;0;4578.00;12.72;1332.00;0.00;0.34 +7158;1;4581.50;12.70;1328.00;0.71;0.34 +7158;2;4574.50;12.90;1330.50;-1.16;0.34 +7158;3;4584.50;12.70;1328.50;1.07;0.34 +7158;4;4584.50;12.60;1331.00;1.41;0.34 +7158;5;4570.50;13.80;1332.50;4.64;0.34 +7158;6;4583.50;13.10;1334.50;1.99;0.34 +7158;7;4576.00;13.90;1335.00;3.73;0.34 +7158;9;4572.78;13.62;1332.00;1.57;0.34 +7158;10;4583.22;12.68;1332.00;-1.57;0.34 7158;21;4572.78;13.62;1332.00;1.57;0.34 +7159;0;4559.00;10.30;1078.00;0.00;0.26 +7159;1;4560.00;10.40;1074.00;0.24;0.26 +7159;2;4556.50;10.75;1076.00;-0.89;0.26 +7159;3;4561.50;10.35;1076.00;0.89;0.26 +7159;4;4561.00;9.90;1079.50;2.21;0.26 +7159;5;4556.00;10.00;1080.50;4.01;0.26 +7159;6;4558.50;9.80;1081.50;3.28;0.26 +7159;9;4556.66;10.48;1078.00;1.57;0.26 +7159;10;4561.34;10.11;1078.00;-1.57;0.26 7159;21;4556.66;10.48;1078.00;1.57;0.26 +7160;0;4622.00;10.25;1261.00;0.00;0.30 +7160;1;4619.50;9.90;1259.50;-1.03;0.30 +7160;2;4622.50;10.00;1259.50;0.32;0.30 +7160;3;4625.50;10.60;1261.50;1.71;0.30 +7160;4;4621.50;10.70;1263.00;3.38;0.30 +7160;5;4625.00;10.80;1263.00;2.15;0.30 +7160;9;4619.12;10.11;1261.00;1.57;0.30 +7160;10;4624.88;10.43;1261.00;-1.57;0.30 7160;21;4619.12;10.11;1261.00;1.57;0.30 +7161;0;3232.00;11.70;576.00;0.00;0.70 +7161;1;3234.00;11.80;565.50;0.18;0.70 +7161;2;3238.50;12.00;576.00;1.57;0.70 +7161;3;3226.50;11.60;575.50;-1.48;0.70 +7161;4;3229.50;11.80;584.50;3.42;0.70 +7161;9;3225.70;11.60;576.00;1.57;0.70 +7161;10;3238.30;11.99;576.00;-1.57;0.70 7161;21;3225.70;11.60;576.00;1.57;0.70 +7162;0;2970.00;9.97;1243.00;0.00;0.28 +7162;1;2972.00;9.90;1240.00;0.58;0.28 +7162;2;2969.00;10.05;1241.00;-0.46;0.28 +7162;3;2971.50;9.80;1243.50;1.89;0.28 +7162;4;2967.00;10.47;1244.00;4.39;0.28 +7162;5;2968.00;10.27;1247.00;3.60;0.28 +7162;6;2968.50;10.10;1247.50;3.46;0.28 +7162;9;2967.48;10.30;1243.00;1.57;0.28 +7162;10;2972.52;9.74;1243.00;-1.57;0.28 +7162;19;2972.00;9.68;1245.00;-4.39;0.28 +7162;20;2973.23;9.68;1246.23;2.35;0.28 7162;21;2967.48;10.30;1243.00;1.57;0.28 +7163;0;4280.00;11.02;1006.00;0.00;0.30 +7163;1;4279.00;12.45;1002.50;-0.27;0.30 +7163;2;4277.50;12.85;1004.00;-0.89;0.30 +7163;3;4282.00;10.65;1004.00;0.78;0.30 +7163;4;4277.00;11.92;1007.00;4.39;0.30 +7163;5;4284.00;11.45;1007.00;1.81;0.30 +7163;6;4279.50;10.90;1009.00;3.30;0.30 +7163;7;4283.00;11.12;1009.00;2.35;0.30 +7163;9;4277.12;12.38;1006.00;1.57;0.30 +7163;10;4282.88;10.79;1006.00;-1.57;0.30 7163;21;4277.12;12.38;1006.00;1.57;0.30 +7164;0;3281.00;9.70;1155.00;0.00;0.28 +7164;1;3282.00;9.70;1152.50;0.38;0.28 +7164;2;3279.00;9.70;1152.00;-0.58;0.28 +7164;3;3277.50;9.70;1154.00;-1.29;0.28 +7164;4;3284.00;9.70;1155.50;1.73;0.28 +7164;5;3280.50;9.70;1157.50;3.33;0.28 +7164;6;3283.50;9.70;1158.00;2.44;0.28 +7164;9;3278.48;9.70;1155.00;1.57;0.28 +7164;10;3283.52;9.70;1155.00;-1.57;0.28 7164;21;3283.52;9.70;1155.00;-1.57;0.28 +7165;0;3958.00;10.15;1020.00;0.00;0.34 +7165;1;3956.50;10.00;1016.50;-0.40;0.34 +7165;2;3960.50;10.25;1018.00;0.89;0.34 +7165;3;3954.00;9.87;1018.00;-1.10;0.34 +7165;4;3956.00;10.05;1021.50;4.06;0.34 +7165;5;3961.00;10.35;1022.00;2.15;0.34 +7165;9;3954.76;9.98;1020.00;1.57;0.34 +7165;10;3961.24;10.35;1020.00;-1.57;0.34 7165;21;3954.76;9.98;1020.00;1.57;0.34 +7166;0;2876.00;13.52;1257.00;0.00;0.26 +7166;1;2876.50;14.00;1252.50;0.11;0.26 +7166;2;2874.00;13.77;1254.00;-0.58;0.26 +7166;3;2878.50;12.65;1257.00;1.57;0.26 +7166;4;2873.50;13.50;1258.50;4.17;0.26 +7166;5;2875.00;12.55;1261.50;3.36;0.26 +7166;6;2878.50;12.50;1261.00;2.58;0.26 +7166;9;2873.66;13.94;1257.00;1.57;0.26 +7166;10;2878.34;12.69;1257.00;-1.57;0.26 +7166;19;2883.00;9.55;1265.00;-3.70;0.26 +7166;20;2884.15;9.55;1266.31;2.42;0.26 7166;21;2873.66;13.94;1257.00;1.57;0.26 +7167;0;4589.00;9.70;1157.00;0.00;0.28 +7167;1;4591.00;9.70;1154.50;0.67;0.28 +7167;2;4586.50;9.70;1154.50;-0.78;0.28 +7167;3;4585.00;9.70;1156.50;-1.44;0.28 +7167;4;4594.00;9.70;1156.50;1.47;0.28 +7167;5;4589.50;9.70;1159.00;2.89;0.28 +7167;6;4584.50;9.70;1159.50;4.20;0.28 +7167;9;4585.04;9.70;1157.00;1.57;0.28 +7167;10;4592.96;9.70;1157.00;-1.57;0.28 7167;21;4585.04;9.70;1157.00;1.57;0.28 +7168;0;4526.00;10.77;1044.00;0.00;0.28 +7168;1;4523.50;10.80;1040.50;-0.62;0.28 +7168;2;4527.50;10.30;1040.50;0.40;0.28 +7168;3;4523.00;11.20;1044.50;4.54;0.28 +7168;4;4529.00;10.45;1043.50;1.40;0.28 +7168;5;4527.00;10.60;1046.50;2.76;0.28 +7168;6;4524.50;10.60;1047.50;3.54;0.28 +7168;9;4523.48;11.20;1044.00;1.57;0.28 +7168;10;4528.52;10.49;1044.00;-1.57;0.28 7168;21;4523.48;11.20;1044.00;1.57;0.28 +7169;0;5004.00;10.42;1292.00;0.00;0.30 +7169;1;5002.50;10.35;1288.00;-0.35;0.30 +7169;2;5000.50;11.35;1289.00;-0.86;0.30 +7169;3;5005.50;9.60;1290.50;0.78;0.30 +7169;4;5001.50;11.50;1292.50;4.51;0.30 +7169;5;5007.50;9.80;1294.50;2.19;0.30 +7169;6;5004.50;10.70;1295.50;3.00;0.30 +7169;9;5001.30;11.50;1292.00;1.57;0.30 +7169;10;5006.70;9.50;1292.00;-1.57;0.30 +7169;19;5004.00;9.60;1287.00;0.79;0.30 +7169;20;5004.00;9.60;1285.25;0.00;0.30 7169;21;5001.30;11.50;1292.00;1.57;0.30 +7170;0;3364.00;10.10;1185.00;0.00;0.20 +7170;1;3364.00;10.00;1182.00;0.00;0.20 +7170;2;3366.50;10.75;1184.00;1.19;0.20 +7170;3;3362.00;10.15;1184.00;-1.10;0.20 +7170;4;3362.00;10.00;1187.00;3.92;0.20 +7170;5;3365.50;10.55;1187.00;2.49;0.20 +7170;9;3362.20;10.08;1185.00;1.57;0.20 +7170;10;3365.80;10.64;1185.00;-1.57;0.20 7170;21;3362.20;10.08;1185.00;1.57;0.20 +7171;0;4776.00;11.47;1309.00;0.00;0.22 +7171;1;4776.00;11.50;1306.50;0.00;0.22 +7171;2;4778.50;11.90;1306.50;0.78;0.22 +7171;3;4778.00;11.90;1308.50;1.32;0.22 +7171;4;4774.00;11.10;1308.50;-1.32;0.22 +7171;5;4775.00;11.40;1311.00;3.60;0.22 +7171;6;4777.50;11.80;1311.00;2.49;0.22 +7171;9;4774.02;11.10;1309.00;1.57;0.22 +7171;10;4777.98;11.84;1309.00;-1.57;0.22 7171;21;4774.02;11.10;1309.00;1.57;0.22 +7172;0;4612.00;10.60;1093.00;0.00;0.24 +7172;1;4610.50;10.40;1090.50;-0.54;0.24 +7172;2;4614.00;11.02;1091.00;0.78;0.24 +7172;3;4608.50;10.45;1093.00;4.71;0.24 +7172;4;4616.00;11.00;1093.00;1.57;0.24 +7172;5;4612.50;10.60;1095.50;2.94;0.24 +7172;6;4616.00;10.67;1095.00;2.03;0.24 +7172;7;4609.00;10.50;1095.50;4.01;0.24 +7172;9;4608.94;10.45;1093.00;1.57;0.24 +7172;10;4615.06;10.95;1093.00;-1.57;0.24 7172;21;4608.94;10.45;1093.00;1.57;0.24 +7173;0;2743.00;16.12;1204.00;0.00;0.32 +7173;1;2742.50;14.60;1198.50;-0.09;0.32 +7173;2;2739.50;16.00;1201.50;-0.95;0.32 +7173;3;2746.00;14.67;1203.00;1.24;0.32 +7173;4;2741.50;16.65;1207.00;3.60;0.32 +7173;5;2747.00;15.65;1207.50;2.29;0.32 +7173;6;2744.50;16.95;1210.00;2.89;0.32 +7173;9;2740.12;16.40;1204.00;1.57;0.32 +7173;10;2745.88;15.02;1204.00;-1.57;0.32 7173;21;2740.12;16.40;1204.00;1.57;0.32 +7174;0;4657.00;10.52;1127.00;0.00;0.24 +7174;1;4657.50;10.05;1125.00;0.24;0.24 +7174;2;4653.50;10.20;1126.50;-1.42;0.24 +7174;3;4660.00;10.45;1125.50;1.10;0.24 +7174;4;4659.00;11.90;1128.50;2.21;0.24 +7174;5;4656.00;11.62;1130.00;3.46;0.24 +7174;6;4654.50;11.00;1129.50;3.92;0.24 +7174;9;4654.48;10.25;1127.00;1.57;0.24 +7174;10;4659.52;11.00;1127.00;-1.57;0.24 7174;21;4654.48;10.25;1127.00;1.57;0.24 +7175;0;4786.00;9.70;1251.00;0.00;0.20 +7175;1;4787.00;9.80;1248.50;0.38;0.20 +7175;2;4783.50;9.50;1250.00;-1.19;0.20 +7175;3;4788.50;9.80;1251.00;1.57;0.20 +7175;4;4785.00;9.70;1253.00;3.60;0.20 +7175;5;4788.00;9.65;1252.50;2.21;0.20 +7175;9;4783.84;9.56;1251.00;1.57;0.20 +7175;10;4788.16;9.74;1251.00;-1.57;0.20 +7175;19;4785.00;9.50;1247.00;-1.19;0.20 +7175;20;4784.57;9.50;1245.30;-0.24;0.20 7175;21;4783.84;9.56;1251.00;1.57;0.20 +7176;0;3354.00;10.75;1159.00;0.00;0.18 +7176;1;3353.50;10.80;1156.00;-0.16;0.18 +7176;2;3355.50;10.45;1157.00;0.64;0.18 +7176;3;3352.00;10.90;1158.50;-1.32;0.18 +7176;4;3356.00;10.45;1160.50;2.21;0.18 +7176;5;3352.50;10.80;1161.00;3.78;0.18 +7176;6;3354.00;10.85;1162.00;3.14;0.18 +7176;9;3352.38;10.85;1159.00;1.57;0.18 +7176;10;3355.62;10.46;1159.00;-1.57;0.18 7176;21;3352.38;10.85;1159.00;1.57;0.18 +7177;0;3983.00;10.32;985.00;0.00;0.28 +7177;1;3981.00;10.67;982.00;-0.58;0.28 +7177;2;3986.50;10.60;984.00;1.29;0.28 +7177;3;3978.00;10.42;984.00;-1.37;0.28 +7177;4;3979.00;10.30;986.50;4.35;0.28 +7177;5;3985.00;10.20;987.00;2.35;0.28 +7177;6;3989.00;10.35;986.50;1.81;0.28 +7177;7;3980.00;10.22;988.00;3.92;0.28 +7177;9;3979.04;10.37;985.00;1.57;0.28 +7177;10;3986.96;10.44;985.00;-1.57;0.28 7177;21;3979.04;10.37;985.00;1.57;0.28 +7178;0;4857.00;10.10;1185.00;0.00;0.16 +7178;1;4856.00;9.95;1182.00;-0.32;0.16 +7178;2;4858.00;9.95;1184.00;0.78;0.16 +7178;3;4855.50;10.20;1184.00;-0.98;0.16 +7178;4;4855.50;10.60;1186.50;3.92;0.16 +7178;5;4857.50;10.20;1187.00;2.89;0.16 +7178;9;4855.56;10.38;1185.00;1.57;0.16 +7178;10;4858.44;9.90;1185.00;-1.57;0.16 +7178;19;4859.00;9.57;1181.00;0.79;0.16 +7178;20;4859.78;9.57;1179.43;0.46;0.16 7178;21;4855.56;10.38;1185.00;1.57;0.16 +7179;0;4242.00;10.22;1025.00;0.00;0.28 +7179;1;4244.00;10.25;1019.00;0.32;0.28 +7179;2;4241.50;10.20;1022.00;-0.16;0.28 +7179;3;4244.50;10.30;1022.00;0.69;0.28 +7179;4;4239.50;10.20;1028.00;3.83;0.28 +7179;5;4243.00;10.27;1028.00;2.82;0.28 +7179;6;4242.00;10.07;1030.00;3.14;0.28 +7179;9;4239.48;10.19;1025.00;1.57;0.28 +7179;10;4244.52;10.19;1025.00;-1.57;0.28 7179;21;4244.52;10.19;1025.00;-1.57;0.28 +7180;0;2959.00;12.10;1255.00;0.00;0.26 +7180;1;2959.00;12.77;1252.00;0.00;0.26 +7180;2;2962.50;12.05;1253.00;1.05;0.26 +7180;3;2956.00;12.10;1255.00;4.71;0.26 +7180;4;2962.00;12.00;1254.00;1.24;0.26 +7180;5;2960.00;11.60;1257.00;2.67;0.26 +7180;6;2958.00;11.50;1259.00;3.38;0.26 +7180;9;2956.66;12.06;1255.00;1.57;0.26 +7180;10;2961.34;11.95;1255.00;-1.57;0.26 7180;21;2956.66;12.06;1255.00;1.57;0.26 +7181;0;4668.00;9.70;1194.00;0.00;0.22 +7181;1;4665.50;9.70;1192.50;-1.03;0.22 +7181;2;4668.50;9.70;1192.00;0.24;0.22 +7181;3;4670.00;9.70;1194.50;1.81;0.22 +7181;4;4664.50;9.70;1195.00;4.43;0.22 +7181;5;4666.50;9.70;1196.00;3.78;0.22 +7181;6;4670.00;9.70;1197.00;2.55;0.22 +7181;7;4668.50;9.70;1198.00;3.01;0.22 +7181;9;4666.02;9.70;1194.00;1.57;0.22 +7181;10;4669.98;9.70;1194.00;-1.57;0.22 7181;21;4666.02;9.70;1194.00;1.57;0.22 +7182;0;4625.00;11.72;1041.00;0.00;0.24 +7182;1;4624.50;11.65;1039.00;-0.24;0.24 +7182;2;4622.00;11.80;1040.00;-1.24;0.24 +7182;3;4627.50;11.10;1040.50;1.37;0.24 +7182;4;4623.50;11.15;1043.00;3.78;0.24 +7182;5;4627.50;11.50;1042.50;2.11;0.24 +7182;6;4625.50;11.00;1044.50;3.00;0.24 +7182;9;4622.84;11.61;1041.00;1.57;0.24 +7182;10;4627.16;11.33;1041.00;-1.57;0.24 7182;21;4622.84;11.61;1041.00;1.57;0.24 +7183;0;2713.00;9.75;1273.00;0.00;0.22 +7183;1;2712.50;10.00;1270.50;-0.19;0.22 +7183;2;2715.00;10.15;1271.50;0.92;0.22 +7183;3;2711.00;9.70;1273.00;4.71;0.22 +7183;4;2715.00;9.75;1274.50;2.21;0.22 +7183;5;2713.00;9.85;1276.00;3.14;0.22 +7183;9;2711.02;9.70;1273.00;1.57;0.22 +7183;10;2714.98;9.89;1273.00;-1.57;0.22 7183;21;2710.32;10.00;1274.32;1.57;0.22 +7184;0;3390.00;11.25;1201.00;0.00;0.44 +7184;1;3392.00;11.15;1196.00;0.38;0.44 +7184;2;3386.50;11.55;1198.00;-0.86;0.44 +7184;3;3394.00;11.15;1202.00;1.81;0.44 +7184;4;3384.50;11.30;1202.50;4.44;0.44 +7184;5;3388.50;11.40;1205.50;3.46;0.44 +7184;6;3393.00;11.30;1206.00;2.60;0.44 +7184;9;3386.04;11.39;1201.00;1.57;0.44 +7184;10;3393.96;11.12;1201.00;-1.57;0.44 7184;21;3393.96;11.12;1201.00;-1.57;0.44 +7185;0;1315.00;10.60;1890.00;0.00;1.66 +7185;1;1307.50;10.50;1876.00;-0.49;1.66 +7185;2;1293.50;10.70;1879.50;-1.11;1.66 +7185;3;1326.50;10.40;1885.00;1.16;1.66 +7185;4;1290.00;10.77;1892.00;4.63;1.66 +7185;5;1311.50;10.60;1897.50;3.57;1.66 +7185;6;1334.50;10.40;1904.00;2.19;1.66 +7185;9;1296.46;10.70;1890.00;1.57;1.66 +7185;10;1333.54;10.40;1890.00;-1.57;1.66 +7185;19;1356.00;9.75;1918.00;-4.09;1.66 +7185;20;1357.44;9.75;1918.98;2.17;1.66 7185;21;1296.46;10.70;1890.00;1.57;1.66 +7186;0;4703.00;11.30;1055.00;0.00;0.22 +7186;1;4703.00;11.45;1053.00;0.00;0.22 +7186;2;4705.50;9.70;1054.00;1.19;0.22 +7186;3;4701.00;12.67;1055.00;4.71;0.22 +7186;4;4704.50;9.80;1056.50;2.35;0.22 +7186;5;4702.00;11.35;1057.50;3.52;0.22 +7186;9;4701.02;12.66;1055.00;1.57;0.22 +7186;10;4704.98;9.77;1055.00;-1.57;0.22 +7186;19;4707.00;9.55;1055.00;1.19;0.22 +7186;20;4708.75;9.55;1055.00;1.57;0.22 7186;21;4701.02;12.66;1055.00;1.57;0.22 +7187;0;4947.00;10.72;1243.00;0.00;0.20 +7187;1;4946.00;10.37;1241.00;-0.46;0.20 +7187;2;4949.00;10.97;1241.00;0.78;0.20 +7187;3;4944.00;10.20;1242.50;-1.40;0.20 +7187;4;4951.00;11.70;1243.00;1.57;0.20 +7187;5;4949.50;11.40;1244.00;1.95;0.20 +7187;6;4946.00;10.90;1245.00;3.60;0.20 +7187;9;4944.48;10.34;1243.00;1.57;0.20 +7187;10;4949.52;11.25;1243.00;-1.57;0.20 7187;21;4944.48;10.34;1243.00;1.57;0.20 +7188;0;3293.00;10.30;1115.00;0.00;0.30 +7188;1;3292.50;10.20;1111.00;-0.12;0.30 +7188;2;3289.50;9.90;1112.50;-0.95;0.30 +7188;3;3296.00;10.60;1114.50;1.40;0.30 +7188;4;3290.50;9.90;1116.00;4.33;0.30 +7188;5;3296.50;10.70;1117.00;2.09;0.30 +7188;6;3294.50;10.50;1118.50;2.73;0.30 +7188;7;3292.00;10.20;1119.50;3.36;0.30 +7188;9;3290.30;9.90;1115.00;1.57;0.30 +7188;10;3295.70;10.61;1115.00;-1.57;0.30 7188;21;3290.30;9.90;1115.00;1.57;0.30 +7189;0;4631.00;11.27;1270.00;0.00;0.24 +7189;1;4632.50;11.00;1267.50;0.54;0.24 +7189;2;4629.50;11.30;1267.50;-0.54;0.24 +7189;3;4628.50;11.30;1270.50;4.51;0.24 +7189;4;4632.50;10.90;1271.50;2.35;0.24 +7189;5;4629.50;11.30;1272.50;3.68;0.24 +7189;9;4628.84;11.30;1270.00;1.57;0.24 +7189;10;4633.16;10.98;1270.00;-1.57;0.24 7189;21;4628.84;11.30;1270.00;1.57;0.24 +7190;0;4278.00;12.72;990.00;0.00;0.28 +7190;1;4278.50;12.10;987.00;0.16;0.28 +7190;2;4275.00;13.77;989.00;-1.24;0.28 +7190;3;4281.00;11.65;989.00;1.24;0.28 +7190;4;4280.50;12.10;992.00;2.24;0.28 +7190;5;4275.50;14.30;992.50;3.92;0.28 +7190;6;4278.00;13.25;994.50;3.14;0.28 +7190;9;4275.30;14.00;990.00;1.57;0.28 +7190;10;4280.70;11.79;990.00;-1.57;0.28 7190;21;4275.30;14.00;990.00;1.57;0.28 +7191;0;4679.00;10.77;1150.00;0.00;0.18 +7191;1;4677.50;11.30;1147.50;-0.54;0.18 +7191;2;4679.50;11.00;1147.00;0.16;0.18 +7191;3;4678.00;11.10;1151.00;3.92;0.18 +7191;4;4680.50;9.90;1149.50;1.24;0.18 +7191;5;4681.50;9.90;1151.50;2.11;0.18 +7191;6;4680.00;11.10;1153.50;2.86;0.18 +7191;9;4677.38;11.15;1150.00;1.57;0.18 +7191;10;4680.62;9.91;1150.00;-1.57;0.18 +7191;19;4682.00;9.57;1150.00;1.25;0.18 +7191;20;4683.75;9.57;1150.00;1.57;0.18 7191;21;4677.38;11.15;1150.00;1.57;0.18 +7192;0;4517.00;10.05;1011.00;0.00;0.20 +7192;1;4516.50;10.10;1008.50;-0.19;0.20 +7192;2;4514.50;10.10;1009.50;-1.03;0.20 +7192;3;4519.50;9.80;1009.50;1.03;0.20 +7192;4;4520.50;9.90;1010.50;1.42;0.20 +7192;5;4514.00;10.10;1011.50;4.54;0.20 +7192;6;4515.00;10.35;1012.50;4.06;0.20 +7192;7;4518.50;10.10;1012.50;2.35;0.20 +7192;9;4514.30;10.09;1011.00;1.57;0.20 +7192;10;4519.70;9.90;1011.00;-1.57;0.20 7192;21;4514.30;10.09;1011.00;1.57;0.20 +7193;0;3317.00;11.05;1229.00;0.00;0.32 +7193;1;3320.00;10.25;1226.50;0.87;0.32 +7193;2;3315.00;10.35;1227.50;-0.92;0.32 +7193;3;3320.00;11.15;1230.00;1.89;0.32 +7193;4;3315.50;11.10;1231.50;3.68;0.32 +7193;9;3313.40;10.66;1229.00;1.57;0.32 +7193;10;3320.60;11.05;1229.00;-1.57;0.32 +7193;19;3313.00;9.50;1226.00;-0.93;0.32 +7193;20;3311.60;9.50;1224.95;-0.92;0.32 7193;21;3314.86;11.00;1228.00;-1.57;0.32 +7194;0;3051.00;9.92;1146.00;0.00;0.34 +7194;1;3051.00;10.10;1141.50;0.00;0.34 +7194;2;3048.00;10.02;1145.00;-1.24;0.34 +7194;3;3055.00;10.10;1144.50;1.21;0.34 +7194;4;3055.00;10.10;1148.00;2.03;0.34 +7194;5;3051.50;9.90;1150.00;3.01;0.34 +7194;6;3047.00;9.82;1150.00;3.92;0.34 +7194;7;3048.00;9.80;1152.00;3.60;0.34 +7194;9;3047.94;10.00;1146.00;1.57;0.34 +7194;10;3054.06;10.05;1146.00;-1.57;0.34 7194;21;3047.94;10.00;1146.00;1.57;0.34 +7195;0;413.92;11.80;1013.88;0.00;0.26 +7195;1;415.08;12.40;1014.08;1.57;0.26 +7195;2;408.51;10.70;1016.55;4.17;0.26 +7195;3;417.02;11.60;1012.82;0.60;0.26 +7195;4;398.79;9.50;1021.36;4.28;0.26 +7195;9;404.68;9.50;1015.00;1.57;0.26 +7195;10;413.32;11.19;1015.00;-1.57;0.26 +7195;19;403.00;9.50;1022.00;-2.11;0.26 +7195;20;401.86;9.50;1023.32;3.85;0.26 7195;21;404.68;9.50;1015.00;1.57;0.26 +7196;0;2769.00;13.52;1281.00;0.00;0.24 +7196;1;2767.50;13.20;1279.00;-0.64;0.24 +7196;2;2770.00;14.10;1279.50;0.58;0.24 +7196;3;2766.00;12.72;1280.00;-1.24;0.24 +7196;4;2767.50;13.20;1282.50;3.92;0.24 +7196;5;2771.50;14.15;1282.00;1.95;0.24 +7196;6;2770.00;13.65;1283.50;2.76;0.24 +7196;9;2766.84;12.91;1281.00;1.57;0.24 +7196;10;2771.16;14.11;1281.00;-1.57;0.24 7196;21;2771.16;14.11;1281.00;-1.57;0.24 +7197;0;4888.00;9.67;1204.00;0.00;0.22 +7197;1;4886.00;9.50;1201.50;-0.67;0.22 +7197;2;4888.50;9.50;1203.00;0.46;0.22 +7197;3;4884.50;9.70;1203.00;-1.29;0.22 +7197;4;4886.00;9.70;1205.00;4.24;0.22 +7197;5;4891.50;9.55;1205.00;1.84;0.22 +7197;6;4890.00;9.70;1206.50;2.46;0.22 +7197;9;4885.48;9.65;1204.00;1.57;0.22 +7197;10;4890.52;9.50;1204.00;-1.57;0.22 +7197;19;4888.00;9.50;1202.00;0.46;0.22 +7197;20;4888.00;9.50;1200.25;0.00;0.22 7197;21;4885.48;9.65;1204.00;1.57;0.22 +7198;0;2737.00;11.17;1276.00;0.00;0.20 +7198;1;2736.50;11.20;1274.50;-0.32;0.20 +7198;2;2738.00;11.65;1274.00;0.46;0.20 +7198;3;2734.50;10.90;1275.00;-1.19;0.20 +7198;4;2740.00;12.40;1276.00;1.57;0.20 +7198;5;2736.50;10.95;1278.00;3.38;0.20 +7198;6;2739.00;11.65;1277.50;2.21;0.20 +7198;9;2734.84;10.80;1276.00;1.57;0.20 +7198;10;2739.16;12.04;1276.00;-1.57;0.20 7198;21;2739.16;12.04;1276.00;-1.57;0.20 +7199;0;4606.00;10.95;1081.00;0.00;0.28 +7199;1;4606.50;10.60;1078.00;0.16;0.28 +7199;2;4602.00;10.50;1079.50;-1.21;0.28 +7199;3;4609.00;10.70;1081.50;1.73;0.28 +7199;4;4603.50;10.90;1082.50;4.17;0.28 +7199;5;4607.50;10.80;1084.50;2.73;0.28 +7199;9;4603.12;10.71;1081.00;1.57;0.28 +7199;10;4608.88;10.64;1081.00;-1.57;0.28 7199;21;4603.12;10.71;1081.00;1.57;0.28 +7200;0;4652.00;9.77;1225.00;0.00;0.24 +7200;1;4653.00;9.70;1222.00;0.32;0.24 +7200;2;4650.00;9.70;1223.00;-0.78;0.24 +7200;3;4655.00;9.70;1225.00;1.57;0.24 +7200;4;4649.50;9.90;1225.50;4.51;0.24 +7200;5;4653.00;9.85;1227.50;2.76;0.24 +7200;6;4650.50;10.25;1228.00;3.60;0.24 +7200;9;4649.66;9.85;1225.00;1.57;0.24 +7200;10;4654.34;9.70;1225.00;-1.57;0.24 7200;21;4649.66;9.85;1225.00;1.57;0.24 +7201;0;4525.00;14.90;1136.00;0.00;0.26 +7201;1;4522.00;13.25;1133.50;-0.87;0.26 +7201;2;4526.50;14.20;1134.00;0.64;0.26 +7201;3;4521.50;15.15;1137.00;4.43;0.26 +7201;4;4529.00;12.62;1137.00;1.81;0.26 +7201;5;4526.00;14.40;1139.00;2.82;0.26 +7201;6;4529.50;11.95;1139.00;2.15;0.26 +7201;9;4521.58;14.90;1136.00;1.57;0.26 +7201;10;4528.42;13.29;1136.00;-1.57;0.26 7201;21;4521.58;14.90;1136.00;1.57;0.26 +7202;0;1556.60;9.70;1416.59;0.00;0.48 +7202;1;1555.00;9.70;1410.50;-0.27;0.48 +7202;2;1551.50;9.70;1412.50;-1.24;0.48 +7202;3;1560.50;9.70;1414.50;1.68;0.48 +7202;4;1554.00;9.70;1416.00;3.92;0.48 +7202;5;1560.00;9.70;1417.00;2.21;0.48 +7202;6;1556.50;9.70;1419.00;3.04;0.48 +7202;9;1551.68;9.70;1414.00;1.57;0.48 +7202;10;1560.32;9.63;1414.00;-1.57;0.48 +7202;19;1567.06;9.50;1416.65;-5.40;0.48 +7202;20;1568.76;9.50;1417.06;1.80;0.48 7202;21;1564.09;9.90;1417.79;-1.57;0.48 +7203;0;2664.00;13.67;1142.00;0.00;0.48 +7203;1;2661.50;14.00;1135.50;-0.36;0.48 +7203;2;2658.50;13.50;1137.50;-0.88;0.48 +7203;3;2668.50;15.10;1140.50;1.24;0.48 +7203;4;2658.50;12.05;1143.00;4.53;0.48 +7203;5;2670.00;15.72;1146.00;2.15;0.48 +7203;6;2663.00;13.15;1147.00;3.33;0.48 +7203;9;2658.24;11.89;1142.00;1.57;0.48 +7203;10;2669.76;15.37;1142.00;-1.57;0.48 +7203;19;2656.00;9.50;1152.00;-1.75;0.48 +7203;20;2654.90;9.50;1153.36;3.81;0.48 7203;21;2658.24;11.89;1142.00;1.57;0.48 +7204;0;4791.00;10.00;1261.00;0.00;0.22 +7204;1;4790.50;10.00;1257.50;-0.14;0.22 +7204;2;4792.00;10.10;1258.50;0.38;0.22 +7204;3;4789.50;9.90;1260.50;-1.24;0.22 +7204;4;4793.50;10.30;1260.00;1.19;0.22 +7204;5;4793.00;10.00;1263.00;2.35;0.22 +7204;6;4788.50;9.70;1263.00;4.03;0.22 +7204;7;4790.50;9.70;1264.00;3.30;0.22 +7204;9;4789.02;9.87;1261.00;1.57;0.22 +7204;10;4792.98;10.19;1261.00;-1.57;0.22 +7204;19;4787.00;9.50;1264.00;-2.25;0.22 +7204;20;4785.60;9.50;1265.05;4.06;0.22 7204;21;4789.02;9.87;1261.00;1.57;0.22 +7205;0;3987.00;10.85;998.00;0.00;0.34 +7205;1;3987.00;10.05;993.50;0.00;0.34 +7205;2;3990.50;11.15;998.00;1.57;0.34 +7205;3;3983.50;10.70;998.50;4.57;0.34 +7205;4;3988.00;10.70;1002.50;2.92;0.34 +7205;9;3983.94;10.64;998.00;1.57;0.34 +7205;10;3990.06;11.12;998.00;-1.57;0.34 7205;21;3983.94;10.64;998.00;1.57;0.34 +7206;0;3178.00;9.80;1163.00;0.00;0.26 +7206;1;3178.50;9.80;1159.50;0.14;0.26 +7206;2;3176.50;9.80;1160.00;-0.46;0.26 +7206;3;3181.00;9.80;1162.50;1.40;0.26 +7206;4;3176.00;9.80;1163.50;4.46;0.26 +7206;5;3180.00;9.85;1166.00;2.55;0.26 +7206;6;3177.50;9.90;1167.00;3.26;0.26 +7206;9;3175.66;9.80;1163.00;1.57;0.26 +7206;10;3180.34;9.80;1163.00;-1.57;0.26 7206;21;3175.66;9.80;1163.00;1.57;0.26 +7207;0;3923.00;9.85;1006.00;0.00;0.38 +7207;1;3922.50;9.80;1002.00;-0.12;0.38 +7207;2;3917.00;9.90;1003.00;-1.10;0.38 +7207;3;3927.50;9.70;1005.50;1.46;0.38 +7207;4;3919.00;10.00;1007.00;4.46;0.38 +7207;5;3928.00;9.70;1009.50;2.18;0.38 +7207;6;3924.50;9.80;1010.50;2.82;0.38 +7207;9;3918.86;9.95;1006.00;1.57;0.38 +7207;10;3927.14;9.70;1006.00;-1.57;0.38 +7207;19;3931.00;9.50;1003.00;1.46;0.38 +7207;20;3932.63;9.50;1002.38;1.21;0.38 7207;21;3918.86;9.95;1006.00;1.57;0.38 +7208;0;4523.00;10.92;1245.00;0.00;0.34 +7208;1;4522.00;10.90;1239.50;-0.18;0.34 +7208;2;4526.00;10.70;1241.00;0.64;0.34 +7208;3;4519.00;11.05;1243.50;-1.21;0.34 +7208;4;4527.00;11.10;1246.50;1.93;0.34 +7208;5;4521.50;10.90;1248.50;3.54;0.34 +7208;6;4524.50;10.85;1251.00;2.89;0.34 +7208;9;4519.94;11.05;1245.00;1.57;0.34 +7208;10;4526.06;10.95;1245.00;-1.57;0.34 7208;21;4519.94;11.05;1245.00;1.57;0.34 +7209;0;3030.00;10.35;1183.00;0.00;0.24 +7209;1;3029.50;11.20;1180.50;-0.19;0.24 +7209;2;3033.00;10.00;1182.00;1.24;0.24 +7209;3;3026.50;11.30;1184.00;4.43;0.24 +7209;4;3030.50;9.70;1185.50;2.94;0.24 +7209;9;3027.30;11.28;1183.00;1.57;0.24 +7209;10;3032.70;9.80;1183.00;-1.57;0.24 +7209;19;3026.00;9.75;1190.00;-3.34;0.24 +7209;20;3025.13;9.75;1191.51;3.66;0.24 7209;21;3027.30;11.28;1183.00;1.57;0.24 +7210;0;4546.00;10.00;1036.00;0.00;0.26 +7210;1;4548.00;10.10;1033.50;0.67;0.26 +7210;2;4543.50;10.50;1034.00;-0.89;0.26 +7210;3;4551.00;10.15;1035.00;1.37;0.26 +7210;4;4549.00;9.97;1037.00;1.89;0.26 +7210;5;4544.50;9.95;1038.00;3.78;0.26 +7210;9;4542.76;10.26;1036.00;1.57;0.26 +7210;10;4549.24;9.97;1036.00;-1.57;0.26 7210;21;4542.76;10.26;1036.00;1.57;0.26 +7211;0;3150.00;11.70;1287.00;0.00;0.20 +7211;1;3150.50;12.05;1285.00;0.24;0.20 +7211;2;3147.00;10.85;1286.50;-1.40;0.20 +7211;3;3153.50;12.20;1285.50;1.16;0.20 +7211;4;3154.50;11.40;1286.50;1.46;0.20 +7211;5;3150.00;10.75;1288.50;3.14;0.20 +7211;9;3146.76;10.44;1287.00;1.57;0.20 +7211;10;3153.24;11.12;1287.00;-1.57;0.20 +7211;19;3144.09;9.50;1289.88;-2.04;0.20 +7211;20;3142.51;9.50;1290.64;4.25;0.20 7211;21;3147.06;9.80;1289.53;-1.57;0.20 +7212;0;4896.00;9.60;1225.00;0.00;0.24 +7212;1;4896.00;9.70;1223.50;0.00;0.24 +7212;2;4893.50;9.70;1223.50;-1.03;0.24 +7212;3;4894.50;9.65;1226.00;4.12;0.24 +7212;4;4898.50;9.60;1226.50;2.11;0.24 +7212;5;4897.50;9.60;1228.00;2.67;0.24 +7212;6;4895.50;9.50;1221.50;-0.14;0.24 +7212;9;4893.84;9.68;1225.00;1.57;0.24 +7212;10;4898.16;9.65;1225.00;-1.57;0.24 +7212;19;4898.00;9.50;1223.00;0.00;0.24 +7212;20;4899.23;9.50;1221.76;0.78;0.24 7212;21;4893.84;9.68;1225.00;1.57;0.24 +7213;0;2788.00;13.42;1335.00;0.00;0.20 +7213;1;2788.50;13.75;1332.00;0.16;0.20 +7213;2;2787.00;13.50;1333.50;-0.58;0.20 +7213;3;2790.50;13.60;1334.50;1.37;0.20 +7213;4;2785.50;13.20;1335.50;4.51;0.20 +7213;5;2787.00;12.85;1337.00;3.60;0.20 +7213;6;2790.50;13.60;1336.50;2.11;0.20 +7213;7;2789.50;13.55;1337.00;2.49;0.20 +7213;9;2785.48;13.35;1335.00;1.57;0.20 +7213;10;2790.52;13.60;1335.00;-1.57;0.20 7213;21;2791.77;13.70;1333.61;-1.57;0.20 +7214;0;4694.00;13.40;1051.00;0.00;0.26 +7214;1;4692.50;13.70;1048.50;-0.54;0.26 +7214;2;4695.50;14.55;1050.00;0.98;0.26 +7214;3;4693.00;10.70;1052.00;3.92;0.26 +7214;4;4696.50;14.25;1053.00;2.24;0.26 +7214;9;4691.66;10.04;1051.00;1.57;0.26 +7214;10;4696.34;14.71;1051.00;-1.57;0.26 +7214;19;4690.00;11.38;1048.00;-2.36;0.26 +7214;20;4688.60;11.38;1046.95;-0.92;0.26 7214;21;4691.66;10.04;1051.00;1.57;0.26 +7215;0;2748.00;13.75;1230.00;0.00;0.24 +7215;1;2748.00;14.00;1227.50;0.00;0.24 +7215;2;2750.50;13.20;1229.50;1.37;0.24 +7215;3;2745.00;13.80;1230.50;4.54;0.24 +7215;4;2748.00;11.32;1233.00;3.14;0.24 +7215;9;2745.66;13.85;1230.00;1.57;0.24 +7215;10;2750.34;13.16;1230.00;-1.57;0.24 +7215;19;2752.00;9.65;1235.00;-3.14;0.24 +7215;20;2753.09;9.65;1236.36;2.46;0.24 7215;21;2745.66;13.85;1230.00;1.57;0.24 +7216;0;3256.00;10.10;1107.00;0.00;0.50 +7216;1;3251.00;9.85;1101.50;-0.73;0.50 +7216;2;3262.00;10.10;1102.00;0.87;0.50 +7216;3;3246.00;10.00;1107.00;4.71;0.50 +7216;4;3267.50;10.00;1107.00;1.57;0.50 +7216;5;3263.00;10.05;1111.50;2.14;0.50 +7216;6;3267.50;9.90;1110.50;1.86;0.50 +7216;7;3255.00;10.00;1112.00;3.33;0.50 +7216;8;3248.50;10.00;1113.50;3.99;0.50 +7216;9;3247.90;10.00;1107.00;1.57;0.50 +7216;10;3264.10;10.04;1107.00;-1.57;0.50 7216;21;3247.90;10.00;1107.00;1.57;0.50 +7217;0;4945.00;12.07;1252.00;0.00;0.26 +7217;1;4942.50;11.30;1248.50;-0.62;0.26 +7217;2;4945.00;11.75;1249.50;0.00;0.26 +7217;3;4941.50;11.90;1250.50;-1.16;0.26 +7217;4;4947.50;12.35;1252.00;1.57;0.26 +7217;5;4944.50;12.10;1254.00;3.38;0.26 +7217;6;4947.50;12.25;1255.00;2.44;0.26 +7217;9;4942.66;12.15;1252.00;1.57;0.26 +7217;10;4947.34;12.32;1252.00;-1.57;0.26 7217;21;4942.66;12.15;1252.00;1.57;0.26 +7218;0;4423.00;12.80;983.00;0.00;0.24 +7218;1;4423.50;12.50;979.50;0.14;0.24 +7218;2;4426.50;12.70;981.50;1.16;0.24 +7218;3;4420.50;12.50;981.50;-1.03;0.24 +7218;4;4418.00;12.80;982.50;-1.47;0.24 +7218;5;4418.50;12.75;984.00;4.49;0.24 +7218;6;4427.00;12.47;984.00;1.81;0.24 +7218;7;4422.50;12.55;985.00;3.38;0.24 +7218;9;4419.04;12.61;983.00;1.57;0.24 +7218;10;4426.96;12.55;983.00;-1.57;0.24 7218;21;4419.04;12.61;983.00;1.57;0.24 +7219;0;3142.00;11.20;627.00;0.00;0.84 +7219;1;3148.50;11.30;621.00;0.82;0.84 +7219;2;3133.50;11.10;621.50;-0.99;0.84 +7219;3;3158.50;11.05;627.00;1.57;0.84 +7219;4;3130.00;11.00;631.50;4.35;0.84 +7219;5;3146.00;11.10;633.00;2.55;0.84 +7219;6;3134.00;11.05;636.50;3.84;0.84 +7219;9;3129.94;11.10;627.00;1.57;0.84 +7219;10;3154.06;11.20;627.00;-1.57;0.84 7219;21;3129.94;11.10;627.00;1.57;0.84 +7220;0;4164.00;10.40;1015.00;0.00;0.28 +7220;1;4163.50;10.25;1010.00;-0.10;0.28 +7220;2;4167.00;10.25;1012.00;0.78;0.28 +7220;3;4162.00;10.20;1013.00;-0.78;0.28 +7220;4;4161.00;10.50;1017.50;4.01;0.28 +7220;5;4165.50;10.40;1018.00;2.67;0.28 +7220;9;4161.48;10.34;1015.00;1.57;0.28 +7220;10;4166.52;10.30;1015.00;-1.57;0.28 7220;21;4161.48;10.34;1015.00;1.57;0.28 +7221;0;4787.00;9.60;1273.00;0.00;0.30 +7221;1;4784.50;9.50;1273.50;4.51;0.30 +7221;2;4788.50;9.70;1270.00;0.46;0.30 +7221;3;4790.50;9.70;1272.00;1.29;0.30 +7221;4;4790.50;9.75;1274.00;1.84;0.30 +7221;5;4787.00;9.70;1275.50;3.14;0.30 +7221;9;4783.76;9.50;1273.00;1.57;0.30 +7221;10;4790.24;9.67;1273.00;-1.57;0.30 +7221;19;4784.00;9.50;1276.00;-1.77;0.30 +7221;20;4782.76;9.50;1277.23;3.92;0.30 7221;21;4783.76;9.50;1273.00;1.57;0.30 +7222;0;4638.00;10.07;1177.00;0.00;0.28 +7222;1;4636.00;9.75;1175.00;-0.78;0.28 +7222;2;4640.00;9.70;1174.50;0.67;0.28 +7222;3;4635.00;9.85;1177.50;4.54;0.28 +7222;4;4642.00;9.72;1177.00;1.57;0.28 +7222;5;4640.00;10.12;1179.00;2.35;0.28 +7222;6;4637.50;10.30;1180.00;3.30;0.28 +7222;9;4635.30;9.83;1177.00;1.57;0.28 +7222;10;4640.70;9.75;1177.00;-1.57;0.28 7222;21;4635.30;9.83;1177.00;1.57;0.28 +7223;0;4509.00;11.62;536.00;0.00;0.20 +7223;1;4506.50;10.50;534.50;-1.03;0.20 +7223;2;4511.00;10.75;534.00;0.78;0.20 +7223;3;4513.00;11.85;536.50;1.69;0.20 +7223;4;4505.00;11.65;537.50;4.35;0.20 +7223;5;4508.50;12.00;538.50;3.33;0.20 +7223;6;4512.50;10.70;538.50;2.19;0.20 +7223;9;4505.94;11.22;536.00;1.57;0.20 +7223;10;4512.06;12.05;536.00;-1.57;0.20 +7223;19;4506.00;10.25;541.00;-2.94;0.20 +7223;20;4505.10;10.25;542.50;3.68;0.20 7223;21;4505.94;11.22;536.00;1.57;0.20 +7224;0;3903.00;15.07;1288.00;0.00;0.44 +7224;1;3901.50;13.50;1282.50;-0.26;0.44 +7224;2;3898.50;14.05;1285.00;-0.98;0.44 +7224;3;3906.00;14.62;1287.00;1.24;0.44 +7224;4;3896.50;14.60;1288.50;4.63;0.44 +7224;5;3901.50;15.75;1290.00;3.78;0.44 +7224;6;3910.00;15.45;1290.50;1.91;0.44 +7224;7;3907.00;15.55;1292.50;2.41;0.44 +7224;9;3897.60;14.66;1288.00;1.57;0.44 +7224;10;3908.40;14.93;1288.00;-1.57;0.44 7224;21;3908.40;14.93;1288.00;-1.57;0.44 +7225;0;4389.00;9.60;863.00;0.00;0.20 +7225;1;4388.00;9.65;860.50;-0.38;0.20 +7225;2;4392.00;9.60;861.50;1.10;0.20 +7225;3;4385.00;9.70;862.00;-1.32;0.20 +7225;4;4386.50;9.65;864.00;4.33;0.20 +7225;5;4392.00;9.60;864.00;1.89;0.20 +7225;6;4389.50;9.60;865.00;2.89;0.20 +7225;9;4386.30;9.70;863.00;1.57;0.20 +7225;10;4391.70;9.60;863.00;-1.57;0.20 +7225;19;4382.00;9.50;860.00;-1.33;0.20 +7225;20;4380.39;9.50;859.31;-1.16;0.20 7225;21;4386.30;9.70;863.00;1.57;0.20 +7226;0;3215.00;9.50;1272.00;0.00;1.00 +7226;1;3219.00;9.50;1261.50;0.36;1.00 +7226;2;3209.00;9.50;1263.00;-0.58;1.00 +7226;3;3228.50;9.50;1264.00;1.03;1.00 +7226;4;3216.00;9.50;1266.00;0.16;1.00 +7226;5;3209.50;9.50;1270.00;-1.22;1.00 +7226;6;3227.00;9.50;1267.50;1.21;1.00 +7226;7;3225.50;9.50;1270.00;1.38;1.00 +7226;8;3223.00;9.50;1273.00;1.69;1.00 +7226;9;3203.30;9.50;1272.00;1.57;1.00 +7226;10;3226.70;9.50;1272.00;-1.57;1.00 +7226;11;3221.40;9.50;1255.20;0.36;1.00 +7226;12;3205.40;9.50;1257.60;-0.58;1.00 +7226;13;3236.60;9.50;1259.20;1.03;1.00 +7226;14;3216.60;9.50;1262.40;0.16;1.00 +7226;15;3206.20;9.50;1268.80;-1.22;1.00 +7226;16;3234.20;9.50;1264.80;1.21;1.00 +7226;17;3231.80;9.50;1268.80;1.38;1.00 +7226;18;3227.80;9.50;1273.60;1.69;1.00 7226;21;3203.30;9.50;1272.00;1.57;1.00 +7227;0;4552.00;9.65;604.00;0.00;0.30 +7227;1;4553.50;9.90;599.00;0.29;0.30 +7227;2;4550.50;9.50;602.00;-0.64;0.30 +7227;3;4554.50;10.20;604.00;1.57;0.30 +7227;4;4547.50;9.65;605.00;4.49;0.30 +7227;5;4551.00;9.97;607.00;3.46;0.30 +7227;9;4549.30;9.50;604.00;1.57;0.30 +7227;10;4554.70;10.20;604.00;-1.57;0.30 +7227;19;4550.00;9.50;604.00;-0.64;0.30 +7227;20;4548.25;9.50;604.00;4.71;0.30 7227;21;4549.30;9.50;604.00;1.57;0.30 +7228;0;3745.00;10.25;1696.00;0.00;0.40 +7228;1;3745.50;10.50;1691.00;0.10;0.40 +7228;2;3741.00;10.92;1692.00;-0.78;0.40 +7228;3;3749.50;10.20;1696.50;1.68;0.40 +7228;4;3740.50;10.50;1697.50;4.39;0.40 +7228;5;3744.50;10.05;1701.00;3.24;0.40 +7228;6;3749.00;10.00;1702.50;2.59;0.40 +7228;9;3741.40;10.46;1696.00;1.57;0.40 +7228;10;3748.60;10.30;1696.00;-1.57;0.40 7228;21;3741.40;10.46;1696.00;1.57;0.40 +7229;0;4485.00;12.52;896.00;0.00;0.26 +7229;1;4487.00;13.85;892.50;0.51;0.26 +7229;2;4488.50;14.20;893.00;0.86;0.26 +7229;3;4484.00;12.70;894.50;-0.58;0.26 +7229;4;4488.00;13.75;894.50;1.10;0.26 +7229;5;4486.00;12.20;897.50;2.55;0.26 +7229;6;4483.00;12.25;898.00;3.92;0.26 +7229;9;4482.66;12.63;896.00;1.57;0.26 +7229;10;4487.34;12.99;896.00;-1.57;0.26 7229;21;4482.66;12.63;896.00;1.57;0.26 +7230;0;1667.00;9.50;1211.00;0.00;1.00 +7230;1;1670.00;9.50;1199.50;0.25;1.00 +7230;2;1678.00;9.50;1200.00;0.78;1.00 +7230;3;1660.00;9.50;1201.00;-0.61;1.00 +7230;4;1680.00;9.50;1212.00;1.64;1.00 +7230;5;1654.50;9.50;1205.00;-1.12;1.00 +7230;6;1651.50;9.50;1213.00;4.58;1.00 +7230;7;1676.00;9.50;1216.50;2.11;1.00 +7230;8;1665.00;9.50;1220.50;3.34;1.00 +7230;9;1656.02;9.50;1211.00;1.57;1.00 +7230;10;1677.98;9.50;1211.00;-1.57;1.00 +7230;11;1671.80;9.50;1192.60;0.25;1.00 +7230;12;1684.60;9.50;1193.40;0.78;1.00 +7230;13;1655.80;9.50;1195.00;-0.61;1.00 +7230;14;1687.80;9.50;1212.60;1.64;1.00 +7230;15;1647.00;9.50;1201.40;-1.12;1.00 +7230;16;1642.20;9.50;1214.20;4.58;1.00 +7230;17;1681.40;9.50;1219.80;2.11;1.00 +7230;18;1663.80;9.50;1226.20;3.34;1.00 7230;21;1656.02;9.50;1211.00;1.57;1.00 +7231;0;4640.00;10.80;674.00;0.00;0.24 +7231;1;4641.00;10.75;671.50;0.38;0.24 +7231;2;4644.50;10.05;672.00;1.15;0.24 +7231;3;4636.00;10.65;674.00;4.71;0.24 +7231;4;4643.00;10.45;674.00;1.57;0.24 +7231;5;4639.50;10.90;676.50;3.33;0.24 +7231;9;4636.58;10.60;674.00;1.57;0.24 +7231;10;4643.42;10.28;674.00;-1.57;0.24 +7231;19;4645.00;9.70;675.00;1.57;0.24 +7231;20;4646.71;9.70;675.34;1.76;0.24 7231;21;4636.58;10.60;674.00;1.57;0.24 +7232;0;3955.00;14.15;927.00;0.00;0.36 +7232;1;3955.50;13.30;923.00;0.12;0.36 +7232;2;3959.50;14.65;923.00;0.84;0.36 +7232;3;3951.50;11.00;924.00;-0.86;0.36 +7232;4;3958.50;14.85;926.00;1.29;0.36 +7232;5;3951.00;11.07;927.00;4.71;0.36 +7232;6;3953.50;12.60;930.50;3.54;0.36 +7232;7;3957.50;14.85;931.00;2.58;0.36 +7232;9;3951.76;11.63;927.00;1.57;0.36 +7232;10;3958.24;15.65;927.00;-1.57;0.36 +7232;19;3948.00;9.50;929.00;-1.57;0.36 +7232;20;3946.31;9.50;929.48;4.43;0.36 7232;21;3951.76;11.63;927.00;1.57;0.36 +7233;0;3756.00;10.20;1554.00;0.00;0.40 +7233;1;3756.00;10.32;1551.00;0.00;0.40 +7233;2;3759.50;10.50;1552.00;1.05;0.40 +7233;3;3751.50;9.90;1553.50;-1.46;0.40 +7233;4;3759.00;10.32;1556.00;2.15;0.40 +7233;5;3754.00;9.90;1557.50;3.66;0.40 +7233;6;3757.50;10.10;1559.00;2.85;0.40 +7233;9;3752.04;9.90;1554.00;1.57;0.40 +7233;10;3759.96;10.46;1554.00;-1.57;0.40 7233;21;3759.96;10.46;1554.00;-1.57;0.40 +7234;0;807.00;9.50;526.00;0.00;1.24 +7234;1;801.50;9.50;512.50;-0.38;1.24 +7234;2;811.00;9.50;509.00;0.23;1.24 +7234;3;817.50;9.50;516.00;0.81;1.24 +7234;4;791.50;9.50;527.50;4.61;1.24 +7234;5;823.00;9.50;531.00;1.87;1.24 +7234;6;808.00;9.50;538.50;3.06;1.24 +7234;7;791.00;9.50;539.00;4.03;1.24 +7234;9;794.04;9.50;526.00;1.57;1.24 +7234;10;819.96;9.50;526.00;-1.57;1.24 +7234;11;798.20;9.50;504.40;-0.38;1.24 +7234;12;813.40;9.50;498.80;0.23;1.24 +7234;13;823.80;9.50;510.00;0.81;1.24 +7234;14;782.20;9.50;528.40;4.61;1.24 +7234;15;832.60;9.50;534.00;1.87;1.24 +7234;16;808.60;9.50;546.00;3.06;1.24 +7234;17;781.40;9.50;546.80;4.03;1.24 7234;21;794.04;9.50;526.00;1.57;1.24 +7235;0;5145.00;9.50;582.00;0.00;1.00 +7235;1;5140.50;9.50;571.50;-0.40;1.00 +7235;2;5146.00;9.50;573.00;0.11;1.00 +7235;3;5150.00;9.50;572.00;0.46;1.00 +7235;4;5137.50;9.50;572.00;-0.64;1.00 +7235;5;5153.00;9.50;573.00;0.72;1.00 +7235;6;5134.00;9.50;579.50;-1.34;1.00 +7235;7;5156.00;9.50;575.50;1.03;1.00 +7235;8;5158.50;9.50;578.00;1.28;1.00 +7235;9;5134.38;9.50;582.00;1.57;1.00 +7235;10;5155.62;9.50;582.00;-1.57;1.00 +7235;11;5137.80;9.50;565.20;-0.40;1.00 +7235;12;5146.60;9.50;567.60;0.11;1.00 +7235;13;5153.00;9.50;566.00;0.46;1.00 +7235;14;5133.00;9.50;566.00;-0.64;1.00 +7235;15;5157.80;9.50;567.60;0.72;1.00 +7235;16;5127.40;9.50;578.00;-1.34;1.00 +7235;17;5162.60;9.50;571.60;1.03;1.00 +7235;18;5166.60;9.50;575.60;1.28;1.00 7235;21;5134.38;9.50;582.00;1.57;1.00 +7236;0;4374.00;10.20;756.00;0.00;0.20 +7236;1;4374.00;9.85;753.50;0.00;0.20 +7236;2;4375.50;10.00;755.00;0.98;0.20 +7236;3;4372.00;10.32;756.00;4.71;0.20 +7236;4;4375.00;10.47;758.00;2.67;0.20 +7236;5;4372.50;11.00;758.50;3.68;0.20 +7236;9;4372.20;10.33;756.00;1.57;0.20 +7236;10;4375.80;10.02;756.00;-1.57;0.20 +7236;19;4379.00;9.60;757.00;-3.61;0.20 +7236;20;4380.71;9.60;757.34;1.76;0.20 7236;21;4372.20;10.33;756.00;1.57;0.20 +7237;0;3656.00;10.10;1626.00;0.00;0.36 +7237;1;3654.00;10.10;1623.50;-0.67;0.36 +7237;2;3659.00;10.42;1623.00;0.78;0.36 +7237;3;3661.50;10.70;1626.00;1.57;0.36 +7237;4;3651.00;10.10;1628.50;4.24;0.36 +7237;5;3660.00;10.22;1629.00;2.21;0.36 +7237;6;3655.50;10.10;1630.00;3.26;0.36 +7237;9;3651.86;10.00;1626.00;1.57;0.36 +7237;10;3660.14;10.61;1626.00;-1.57;0.36 7237;21;3651.86;10.00;1626.00;1.57;0.36 +7238;0;4470.00;9.75;830.00;0.00;0.22 +7238;1;4470.50;9.70;828.00;0.24;0.22 +7238;2;4468.00;9.70;829.00;-1.10;0.22 +7238;3;4472.00;9.97;831.00;2.03;0.22 +7238;4;4468.00;9.70;831.50;4.06;0.22 +7238;5;4470.00;9.75;832.50;3.14;0.22 +7238;9;4468.02;9.70;830.00;1.57;0.22 +7238;10;4471.98;9.92;830.00;-1.57;0.22 7238;21;4468.02;9.70;830.00;1.57;0.22 +7239;0;2762.00;10.25;1577.00;0.00;0.20 +7239;1;2762.00;9.95;1573.50;0.00;0.20 +7239;2;2764.00;9.85;1573.50;0.51;0.20 +7239;3;2761.00;10.05;1574.50;-0.38;0.20 +7239;4;2760.00;10.37;1576.00;-1.10;0.20 +7239;5;2765.00;9.85;1575.50;1.10;0.20 +7239;6;2762.50;10.25;1578.00;2.67;0.20 +7239;7;2759.50;10.75;1579.00;4.03;0.20 +7239;8;2761.00;10.30;1580.50;3.42;0.20 +7239;9;2760.20;10.53;1577.00;1.57;0.20 +7239;10;2763.80;9.97;1577.00;-1.57;0.20 7239;21;2760.20;10.53;1577.00;1.57;0.20 +7240;0;4454.00;10.30;1142.00;0.00;0.40 +7240;1;4451.00;10.32;1137.00;-0.54;0.40 +7240;2;4456.50;10.30;1139.50;0.78;0.40 +7240;3;4449.00;10.40;1140.00;-1.19;0.40 +7240;4;4460.50;10.85;1142.00;1.57;0.40 +7240;5;4449.50;10.40;1144.00;4.29;0.40 +7240;6;4459.50;10.30;1144.50;1.99;0.40 +7240;7;4454.50;10.40;1145.50;3.00;0.40 +7240;9;4450.04;10.40;1142.00;1.57;0.40 +7240;10;4457.96;10.37;1142.00;-1.57;0.40 7240;21;4450.04;10.40;1142.00;1.57;0.40 +7241;0;4369.00;9.50;379.00;0.00;1.18 +7241;1;4370.50;9.50;366.00;0.11;1.18 +7241;2;4382.00;9.50;366.00;0.78;1.18 +7241;3;4356.00;9.50;375.00;-1.27;1.18 +7241;4;4382.00;9.50;379.50;1.60;1.18 +7241;5;4356.00;9.50;388.50;4.08;1.18 +7241;6;4371.00;9.50;391.00;2.97;1.18 +7241;9;4358.02;9.50;379.00;1.57;1.18 +7241;10;4379.98;9.50;379.00;-1.57;1.18 +7241;11;4371.40;9.50;358.20;0.11;1.18 +7241;12;4389.80;9.50;358.20;0.78;1.18 +7241;13;4348.20;9.50;372.60;-1.27;1.18 +7241;14;4389.80;9.50;379.80;1.60;1.18 +7241;15;4348.20;9.50;394.20;4.08;1.18 +7241;16;4372.20;9.50;398.20;2.97;1.18 7241;21;4358.02;9.50;379.00;1.57;1.18 +7242;0;2857.00;9.50;1586.00;0.00;0.64 +7242;1;2852.00;9.50;1575.50;-0.44;0.64 +7242;2;2856.50;9.50;1576.00;-0.05;0.64 +7242;3;2850.50;9.50;1582.00;-1.01;0.64 +7242;4;2862.00;9.50;1584.00;1.19;0.64 +7242;5;2851.50;9.50;1591.00;3.97;0.64 +7242;6;2859.00;9.50;1593.50;2.88;0.64 +7242;9;2851.24;9.50;1586.00;1.57;0.64 +7242;10;2862.76;9.50;1586.00;-1.57;0.64 +7242;11;2849.00;9.50;1569.20;-0.44;0.64 +7242;12;2856.20;9.50;1570.00;-0.05;0.64 +7242;13;2846.60;9.50;1579.60;-1.01;0.64 +7242;14;2865.00;9.50;1582.80;1.19;0.64 +7242;15;2848.20;9.50;1594.00;3.97;0.64 +7242;16;2860.20;9.50;1598.00;2.88;0.64 7242;21;2851.24;9.50;1586.00;1.57;0.64 +7243;0;3793.00;9.90;1442.00;0.00;0.38 +7243;1;3794.50;10.00;1437.00;0.29;0.38 +7243;2;3789.50;9.80;1437.50;-0.66;0.38 +7243;3;3796.50;10.10;1442.00;1.57;0.38 +7243;4;3789.00;9.72;1442.00;4.71;0.38 +7243;5;3793.50;9.80;1446.50;3.03;0.38 +7243;9;3789.58;9.75;1442.00;1.57;0.38 +7243;10;3796.42;10.10;1442.00;-1.57;0.38 7243;21;3789.58;9.75;1442.00;1.57;0.38 +7244;0;3981.00;13.65;859.00;0.00;0.28 +7244;1;3976.50;9.90;857.50;-1.24;0.28 +7244;2;3981.00;12.50;856.50;0.00;0.28 +7244;3;3985.50;13.50;857.00;1.15;0.28 +7244;4;3984.50;15.00;861.00;2.09;0.28 +7244;5;3979.00;12.20;861.50;3.81;0.28 +7244;9;3977.58;10.37;859.00;1.57;0.28 +7244;10;3984.42;14.74;859.00;-1.57;0.28 +7244;19;3974.00;9.50;855.00;-1.25;0.28 +7244;20;3972.48;9.50;854.13;-1.05;0.28 7244;21;3977.58;10.37;859.00;1.57;0.28 +7245;0;1624.13;9.60;1270.49;0.00;0.48 +7245;1;1623.50;9.50;1268.00;0.73;0.48 +7245;9;1614.68;9.50;1273.00;1.57;0.48 +7245;10;1623.32;9.50;1273.00;-1.57;0.48 +7245;19;1624.01;9.50;1269.28;-0.97;0.48 +7245;20;1625.41;9.50;1268.24;0.93;0.48 7245;21;1624.78;9.50;1269.81;-1.57;0.48 +7246;0;5462.00;9.50;402.00;0.00;1.12 +7246;1;5470.00;9.50;394.50;0.81;1.12 +7246;2;5452.50;9.50;390.00;-0.67;1.12 +7246;3;5445.50;9.50;404.00;4.59;1.12 +7246;4;5444.00;9.50;406.00;4.49;1.12 +7246;5;5479.00;9.50;408.50;1.93;1.12 +7246;6;5459.00;9.50;412.00;3.43;1.12 +7246;9;5448.14;9.50;402.00;1.57;1.12 +7246;10;5475.86;9.50;402.00;-1.57;1.12 +7246;11;5474.80;9.50;390.00;0.81;1.12 +7246;12;5446.80;9.50;382.80;-0.67;1.12 +7246;13;5435.60;9.50;405.20;4.59;1.12 +7246;14;5433.20;9.50;408.40;4.49;1.12 +7246;15;5489.20;9.50;412.40;1.93;1.12 +7246;16;5457.20;9.50;418.00;3.43;1.12 7246;21;5448.14;9.50;402.00;1.57;1.12 +7247;0;5367.00;9.50;965.00;0.00;1.38 +7247;1;5364.00;9.50;949.50;-0.19;1.38 +7247;2;5378.50;9.50;960.00;1.16;1.38 +7247;3;5352.00;9.50;956.00;-1.03;1.38 +7247;4;5356.00;9.50;971.00;4.21;1.38 +7247;5;5379.00;9.50;976.50;2.33;1.38 +7247;6;5369.00;9.50;982.50;3.02;1.38 +7247;9;5350.98;9.50;965.00;1.57;1.38 +7247;10;5383.02;9.50;965.00;-1.57;1.38 +7247;11;5362.20;9.50;940.20;-0.19;1.38 +7247;12;5385.40;9.50;957.00;1.16;1.38 +7247;13;5343.00;9.50;950.60;-1.03;1.38 +7247;14;5349.40;9.50;974.60;4.21;1.38 +7247;15;5386.20;9.50;983.40;2.33;1.38 +7247;16;5370.20;9.50;993.00;3.02;1.38 7247;21;5350.98;9.50;965.00;1.57;1.38 +7248;0;5505.00;9.50;1488.00;0.00;1.00 +7248;1;5518.00;9.50;1483.50;1.23;1.00 +7248;2;5498.00;9.50;1476.50;-0.54;1.00 +7248;3;5486.50;9.50;1483.50;-1.33;1.00 +7248;4;5491.00;9.50;1494.50;4.27;1.00 +7248;5;5524.50;9.50;1492.00;1.77;1.00 +7248;6;5523.50;9.50;1496.50;2.00;1.00 +7248;7;5508.00;9.50;1499.50;2.88;1.00 +7248;9;5490.60;9.50;1488.00;1.57;1.00 +7248;10;5519.40;9.50;1488.00;-1.57;1.00 +7248;11;5525.80;9.50;1480.80;1.23;1.00 +7248;12;5493.80;9.50;1469.60;-0.54;1.00 +7248;13;5475.40;9.50;1480.80;-1.33;1.00 +7248;14;5482.60;9.50;1498.40;4.27;1.00 +7248;15;5536.20;9.50;1494.40;1.77;1.00 +7248;16;5534.60;9.50;1501.60;2.00;1.00 +7248;17;5509.80;9.50;1506.40;2.88;1.00 7248;21;5490.60;9.50;1488.00;1.57;1.00 +7249;0;4978.00;12.82;1535.00;0.00;0.34 +7249;1;4977.00;12.87;1532.00;-0.32;0.34 +7249;2;4982.00;12.67;1533.00;1.10;0.34 +7249;3;4972.50;13.05;1533.00;-1.22;0.34 +7249;4;4982.50;13.05;1537.00;1.98;0.34 +7249;5;4974.50;13.40;1537.00;4.19;0.34 +7249;6;4979.00;13.30;1539.50;2.92;0.34 +7249;9;4972.96;13.35;1535.00;1.57;0.34 +7249;10;4983.04;12.85;1535.00;-1.57;0.34 7249;21;4972.96;13.35;1535.00;1.57;0.34 +7250;0;3977.00;11.12;909.00;0.00;0.26 +7250;1;3973.50;11.30;907.50;-1.16;0.26 +7250;2;3978.50;11.20;906.50;0.54;0.26 +7250;3;3982.00;11.10;908.50;1.47;0.26 +7250;4;3982.00;11.05;910.00;1.76;0.26 +7250;5;3971.00;11.30;910.50;4.46;0.26 +7250;6;3976.50;11.00;911.50;3.33;0.26 +7250;9;3972.86;11.25;909.00;1.57;0.26 +7250;10;3981.14;11.10;909.00;-1.57;0.26 7250;21;3972.86;11.25;909.00;1.57;0.26 +7251;0;5178.00;10.42;579.00;0.00;0.18 +7251;1;5178.00;10.32;578.00;0.00;0.18 +7251;2;5179.50;10.60;580.00;2.15;0.18 +7251;3;5174.50;9.70;580.50;4.30;0.18 +7251;4;5181.50;10.05;579.00;1.57;0.18 +7251;9;5175.48;9.84;579.00;1.57;0.18 +7251;10;5180.52;10.63;579.00;-1.57;0.18 +7251;19;5179.00;9.93;581.00;-4.12;0.18 +7251;20;5179.78;9.93;582.56;2.67;0.18 7251;21;5175.48;9.84;579.00;1.57;0.18 +7252;0;4862.00;9.50;1298.00;0.00;1.02 +7252;1;4859.00;9.50;1288.00;-0.29;1.02 +7252;2;4873.00;9.50;1292.00;1.07;1.02 +7252;3;4852.00;9.50;1302.00;4.33;1.02 +7252;4;4872.00;9.50;1305.00;2.18;1.02 +7252;5;4864.00;9.50;1311.50;2.99;1.02 +7252;9;4850.12;9.50;1298.00;1.57;1.02 +7252;10;4873.88;9.50;1298.00;-1.57;1.02 +7252;11;4857.20;9.50;1282.00;-0.29;1.02 +7252;12;4879.60;9.50;1288.40;1.07;1.02 +7252;13;4846.00;9.50;1304.40;4.33;1.02 +7252;14;4878.00;9.50;1309.20;2.18;1.02 +7252;15;4865.20;9.50;1319.60;2.99;1.02 7252;21;4850.12;9.50;1298.00;1.57;1.02 +7253;0;4073.00;9.50;844.00;0.00;0.92 +7253;1;4071.50;9.50;831.00;-0.11;0.92 +7253;2;4062.50;9.50;833.00;-0.76;0.92 +7253;3;4082.00;9.50;837.50;0.94;0.92 +7253;4;4062.00;9.50;837.50;-1.03;0.92 +7253;5;4063.00;9.50;842.00;-1.37;0.92 +7253;6;4082.00;9.50;851.50;2.26;0.92 +7253;7;4065.50;9.50;850.00;4.03;0.92 +7253;8;4065.00;9.50;855.00;3.77;0.92 +7253;9;4064.72;9.50;844.00;1.57;0.92 +7253;10;4081.28;9.50;844.00;-1.57;0.92 +7253;11;4070.60;9.50;823.20;-0.11;0.92 +7253;12;4056.20;9.50;826.40;-0.76;0.92 +7253;13;4087.40;9.50;833.60;0.94;0.92 +7253;14;4055.40;9.50;833.60;-1.03;0.92 +7253;15;4057.00;9.50;840.80;-1.37;0.92 +7253;16;4087.40;9.50;856.00;2.26;0.92 +7253;17;4061.00;9.50;853.60;4.03;0.92 +7253;18;4060.20;9.50;861.60;3.77;0.92 7253;21;4064.72;9.50;844.00;1.57;0.92 +7254;0;4291.00;10.70;924.00;0.00;0.26 +7254;1;4290.00;10.80;920.50;-0.27;0.26 +7254;2;4288.00;10.57;922.00;-0.98;0.26 +7254;3;4293.00;10.75;924.50;1.81;0.26 +7254;4;4290.50;10.50;926.00;3.38;0.26 +7254;5;4292.00;10.40;928.50;2.92;0.26 +7254;9;4288.66;10.45;924.00;1.57;0.26 +7254;10;4293.34;10.79;924.00;-1.57;0.26 7254;21;4288.66;10.45;924.00;1.57;0.26 +7255;0;907.00;13.27;1658.00;0.00;0.38 +7255;1;905.50;12.85;1653.00;-0.29;0.38 +7255;2;903.50;12.70;1657.50;-1.42;0.38 +7255;3;908.50;13.25;1654.00;0.35;0.38 +7255;4;910.50;14.00;1658.00;1.57;0.38 +7255;5;907.00;12.92;1662.00;3.14;0.38 +7255;9;903.40;12.75;1658.00;1.57;0.38 +7255;10;910.60;14.00;1658.00;-1.57;0.38 7255;21;903.40;12.75;1658.00;1.57;0.38 +7256;0;4460.00;11.05;1185.00;0.00;0.36 +7256;1;4458.00;10.85;1183.50;-0.92;0.36 +7256;2;4462.00;10.70;1181.00;0.46;0.36 +7256;3;4464.00;10.95;1184.00;1.32;0.36 +7256;4;4462.00;11.50;1187.50;2.46;0.36 +7256;5;4454.50;11.35;1187.00;4.36;0.36 +7256;6;4456.50;11.40;1188.50;3.92;0.36 +7256;9;4456.22;11.05;1185.00;1.57;0.36 +7256;10;4463.78;11.10;1185.00;-1.57;0.36 7256;21;4456.22;11.05;1185.00;1.57;0.36 +7257;0;4224.00;9.50;54.00;0.00;1.02 +7257;1;4224.00;9.50;41.50;0.00;1.02 +7257;2;4214.00;9.50;52.00;-1.37;1.02 +7257;3;4234.50;9.50;54.50;1.61;1.02 +7257;4;4216.00;9.50;64.50;3.79;1.02 +7257;5;4228.00;9.50;65.00;2.79;1.02 +7257;9;4214.64;9.50;54.00;1.57;1.02 +7257;10;4233.36;9.50;54.00;-1.57;1.02 +7257;11;4224.00;9.50;34.00;0.00;1.02 +7257;12;4208.00;9.50;50.80;-1.37;1.02 +7257;13;4240.80;9.50;54.80;1.61;1.02 +7257;14;4211.20;9.50;70.80;3.79;1.02 +7257;15;4230.40;9.50;71.60;2.79;1.02 7257;21;4214.64;9.50;54.00;1.57;1.02 +7258;0;4419.00;9.50;326.00;0.00;0.98 +7258;1;4420.00;9.50;313.00;0.07;0.98 +7258;2;4431.50;9.50;321.00;1.19;0.98 +7258;3;4408.50;9.50;316.00;-0.81;0.98 +7258;4;4407.50;9.50;327.00;4.62;0.98 +7258;5;4431.00;9.50;333.00;2.09;0.98 +7258;6;4419.00;9.50;338.00;3.14;0.98 +7258;7;4407.00;9.50;339.50;3.86;0.98 +7258;9;4410.18;9.50;326.00;1.57;0.98 +7258;10;4427.82;9.50;326.00;-1.57;0.98 +7258;11;4420.60;9.50;305.20;0.07;0.98 +7258;12;4439.00;9.50;318.00;1.19;0.98 +7258;13;4402.20;9.50;310.00;-0.81;0.98 +7258;14;4400.60;9.50;327.60;4.62;0.98 +7258;15;4438.20;9.50;337.20;2.09;0.98 +7258;16;4419.00;9.50;345.20;3.14;0.98 +7258;17;4399.80;9.50;347.60;3.86;0.98 7258;21;4410.18;9.50;326.00;1.57;0.98 +7259;0;868.00;11.55;1714.00;0.00;0.42 +7259;1;872.50;11.40;1714.00;1.57;0.42 +7259;2;864.00;10.50;1712.50;-1.21;0.42 +7259;3;865.00;11.80;1718.00;3.78;0.42 +7259;9;862.78;10.80;1714.00;1.57;0.42 +7259;10;873.22;11.22;1714.00;-1.57;0.42 +7259;19;859.00;9.50;1711.00;-1.21;0.42 +7259;20;857.34;9.50;1710.44;-1.24;0.42 7259;21;862.78;10.80;1714.00;1.57;0.42 +7260;0;4059.00;9.75;750.00;0.00;0.32 +7260;1;4057.50;9.70;749.00;-0.98;0.32 +7260;2;4062.50;10.30;746.00;0.71;0.32 +7260;3;4063.00;10.90;748.00;1.10;0.32 +7260;4;4060.50;10.40;752.50;2.60;0.32 +7260;5;4057.00;9.87;755.00;3.52;0.32 +7260;9;4056.12;9.62;750.00;1.57;0.32 +7260;10;4061.88;10.52;750.00;-1.57;0.32 +7260;19;4061.00;9.50;742.00;-0.98;0.32 +7260;20;4061.42;9.50;740.30;0.24;0.32 7260;21;4056.12;9.62;750.00;1.57;0.32 +7261;0;3858.00;9.50;298.00;0.00;0.90 +7261;1;3853.50;9.50;287.50;-0.40;0.90 +7261;2;3843.00;9.50;287.50;-0.96;0.90 +7261;3;3868.00;9.50;297.50;1.52;0.90 +7261;4;3848.00;9.50;298.00;4.71;0.90 +7261;5;3863.50;9.50;308.00;2.63;0.90 +7261;6;3852.50;9.50;309.00;3.60;0.90 +7261;9;3847.02;9.50;298.00;1.57;0.90 +7261;10;3868.98;9.50;298.00;-1.57;0.90 +7261;11;3850.80;9.50;281.20;-0.40;0.90 +7261;12;3834.00;9.50;281.20;-0.96;0.90 +7261;13;3874.00;9.50;297.20;1.52;0.90 +7261;14;3842.00;9.50;298.00;4.71;0.90 +7261;15;3866.80;9.50;314.00;2.63;0.90 +7261;16;3849.20;9.50;315.60;3.60;0.90 7261;21;3847.02;9.50;298.00;1.57;0.90 +7262;0;3387.00;9.50;35.00;0.00;1.02 +7262;1;3391.50;9.50;26.00;0.46;1.02 +7262;2;3379.50;9.50;29.00;-0.89;1.02 +7262;3;3397.00;9.50;41.00;2.11;1.02 +7262;4;3383.50;9.50;43.50;3.53;1.02 +7262;5;3395.00;9.50;49.00;2.62;1.02 +7262;9;3377.82;9.50;35.00;1.57;1.02 +7262;10;3396.18;9.50;35.00;-1.57;1.02 +7262;11;3394.20;9.50;20.60;0.46;1.02 +7262;12;3375.00;9.50;25.40;-0.89;1.02 +7262;13;3403.00;9.50;44.60;2.11;1.02 +7262;14;3381.40;9.50;48.60;3.53;1.02 +7262;15;3399.80;9.50;57.40;2.62;1.02 7262;21;3377.82;9.50;35.00;1.57;1.02 +7263;0;2651.00;9.50;15.00;0.00;0.64 +7263;1;2639.00;9.50;15.00;4.71;0.64 +7263;2;2664.00;9.50;15.00;1.57;0.64 +7263;3;2651.50;9.50;23.00;3.07;0.64 +7263;9;2641.82;9.50;15.00;1.57;0.64 +7263;10;2660.18;9.50;15.00;-1.57;0.64 +7263;11;2631.80;9.50;15.00;4.71;0.64 +7263;12;2671.80;9.50;15.00;1.57;0.64 +7263;13;2651.80;9.50;27.80;3.07;0.64 7263;21;2641.82;9.50;15.00;1.57;0.64 +7264;0;5372.00;9.60;318.00;0.00;0.26 +7264;1;5372.00;9.50;315.50;0.00;0.26 +7264;2;5374.00;9.70;316.00;0.78;0.26 +7264;3;5370.50;9.60;319.50;3.92;0.26 +7264;9;5369.66;9.50;318.00;1.57;0.26 +7264;10;5374.34;9.70;318.00;-1.57;0.26 +7264;19;5369.00;9.50;319.00;-2.36;0.26 +7264;20;5367.34;9.50;319.55;4.39;0.26 7264;21;5369.66;9.50;318.00;1.57;0.26 +7265;0;4032.00;12.42;798.00;0.00;0.28 +7265;1;4028.50;11.15;796.00;-1.05;0.28 +7265;2;4030.50;10.80;795.00;-0.46;0.28 +7265;3;4034.50;10.60;797.00;1.19;0.28 +7265;4;4029.50;11.30;799.50;4.17;0.28 +7265;5;4033.50;12.60;801.50;2.73;0.28 +7265;9;4028.40;11.18;798.00;1.57;0.28 +7265;10;4035.60;10.46;798.00;-1.57;0.28 +7265;19;4036.00;9.50;794.00;1.19;0.28 +7265;20;4037.23;9.50;792.76;0.78;0.28 7265;21;4028.40;11.18;798.00;1.57;0.28 +7266;0;4932.00;10.40;1484.00;0.00;0.36 +7266;1;4932.50;10.30;1479.50;0.11;0.36 +7266;2;4936.50;10.90;1481.00;0.98;0.36 +7266;3;4928.00;10.35;1483.50;-1.44;0.36 +7266;4;4937.00;10.60;1484.50;1.67;0.36 +7266;5;4934.00;10.35;1487.00;2.55;0.36 +7266;6;4929.50;10.30;1487.50;3.76;0.36 +7266;9;4928.40;10.35;1484.00;1.57;0.36 +7266;10;4935.60;10.50;1484.00;-1.57;0.36 7266;21;4928.40;10.35;1484.00;1.57;0.36 +7267;0;2755.00;9.50;660.00;0.00;0.76 +7267;1;2753.00;9.50;651.50;-0.23;0.76 +7267;2;2769.50;9.50;659.00;1.50;0.76 +7267;3;2739.50;9.50;656.50;-1.34;0.76 +7267;4;2742.50;9.50;665.00;4.33;0.76 +7267;5;2771.50;9.50;668.00;2.02;0.76 +7267;6;2757.50;9.50;668.50;2.85;0.76 +7267;9;2743.12;9.50;660.00;1.57;0.76 +7267;10;2766.88;9.50;660.00;-1.57;0.76 +7267;11;2751.80;9.50;646.40;-0.23;0.76 +7267;12;2778.20;9.50;658.40;1.50;0.76 +7267;13;2730.20;9.50;654.40;-1.34;0.76 +7267;14;2735.00;9.50;668.00;4.33;0.76 +7267;15;2781.40;9.50;672.80;2.02;0.76 +7267;16;2759.00;9.50;673.60;2.85;0.76 7267;21;2743.12;9.50;660.00;1.57;0.76 +7268;0;2363.00;9.50;523.00;0.00;1.04 +7268;1;2354.00;9.50;511.00;-0.64;1.04 +7268;2;2346.50;9.50;511.50;-0.96;1.04 +7268;3;2353.00;9.50;524.00;4.61;1.04 +7268;4;2372.50;9.50;518.00;1.08;1.04 +7268;5;2371.50;9.50;531.00;2.32;1.04 +7268;6;2382.50;9.50;525.00;1.67;1.04 +7268;7;2361.00;9.50;537.00;3.28;1.04 +7268;9;2349.86;9.50;523.00;1.57;1.04 +7268;10;2376.14;9.50;523.00;-1.57;1.04 +7268;11;2348.60;9.50;503.80;-0.64;1.04 +7268;12;2336.60;9.50;504.60;-0.96;1.04 +7268;13;2347.00;9.50;524.60;4.61;1.04 +7268;14;2378.20;9.50;515.00;1.08;1.04 +7268;15;2376.60;9.50;535.80;2.32;1.04 +7268;16;2394.20;9.50;526.20;1.67;1.04 +7268;17;2359.80;9.50;545.40;3.28;1.04 7268;21;2349.86;9.50;523.00;1.57;1.04 +7269;0;4925.00;10.70;583.00;0.00;0.36 +7269;1;4923.00;9.70;581.00;-0.78;0.36 +7269;2;4933.00;10.17;580.00;1.21;0.36 +7269;3;4929.50;11.45;584.00;1.78;0.36 +7269;4;4920.50;11.85;586.00;4.12;0.36 +7269;5;4925.00;14.35;587.00;3.14;0.36 +7269;9;4918.70;9.77;583.00;1.57;0.36 +7269;10;4931.30;10.98;583.00;-1.57;0.36 +7269;19;4922.00;9.50;579.00;-0.79;0.36 +7269;20;4920.95;9.50;577.60;-0.64;0.36 7269;21;4918.70;9.77;583.00;1.57;0.36 +7270;0;4380.00;18.37;1239.00;0.00;0.38 +7270;1;4376.50;18.30;1235.50;-0.78;0.38 +7270;2;4381.00;18.50;1234.50;0.21;0.38 +7270;3;4384.50;18.80;1241.50;2.07;0.38 +7270;4;4379.00;17.47;1243.00;3.38;0.38 +7270;9;4376.58;18.44;1239.00;1.57;0.38 +7270;10;4383.42;18.58;1239.00;-1.57;0.38 7270;21;4376.58;18.44;1239.00;1.57;0.38 +7271;0;4496.00;14.10;840.00;0.00;0.20 +7271;1;4494.00;14.00;839.00;-1.10;0.20 +7271;2;4497.00;13.65;837.50;0.38;0.20 +7271;3;4498.00;14.15;839.50;1.32;0.20 +7271;4;4495.00;14.30;842.50;3.52;0.20 +7271;5;4498.00;14.62;842.00;2.35;0.20 +7271;9;4494.20;14.03;840.00;1.57;0.20 +7271;10;4497.80;14.23;840.00;-1.57;0.20 7271;21;4494.20;14.03;840.00;1.57;0.20 +7272;0;1874.00;9.50;1338.00;0.00;1.06 +7272;1;1873.50;9.50;1328.50;-0.05;1.06 +7272;2;1886.00;9.50;1326.00;0.78;1.06 +7272;3;1887.50;9.50;1332.00;1.15;1.06 +7272;4;1863.50;9.50;1343.50;4.23;1.06 +7272;5;1876.50;9.50;1346.50;2.85;1.06 +7272;9;1864.46;9.50;1338.00;1.57;1.06 +7272;10;1883.54;9.50;1338.00;-1.57;1.06 +7272;11;1873.20;9.50;1322.80;-0.05;1.06 +7272;12;1893.20;9.50;1318.80;0.78;1.06 +7272;13;1895.60;9.50;1328.40;1.15;1.06 +7272;14;1857.20;9.50;1346.80;4.23;1.06 +7272;15;1878.00;9.50;1351.60;2.85;1.06 7272;21;1864.46;9.50;1338.00;1.57;1.06 +7273;0;4027.00;21.37;1228.00;0.00;0.74 +7273;1;4031.00;23.10;1218.00;0.38;0.74 +7273;2;4033.50;22.85;1222.00;0.82;0.74 +7273;3;4023.00;21.75;1225.50;-1.01;0.74 +7273;4;4030.00;22.10;1232.50;2.55;0.74 +7273;5;4019.50;20.85;1233.00;4.12;0.74 +7273;9;4020.34;20.91;1228.00;1.57;0.74 +7273;10;4033.66;22.76;1228.00;-1.57;0.74 7273;21;4020.34;20.91;1228.00;1.57;0.74 +7274;0;4105.00;10.62;1624.00;0.00;0.46 +7274;1;4102.50;10.60;1618.50;-0.42;0.46 +7274;2;4108.50;10.70;1620.00;0.71;0.46 +7274;3;4100.50;10.50;1624.50;4.60;0.46 +7274;4;4109.00;10.60;1626.50;2.12;0.46 +7274;5;4103.00;10.55;1630.00;3.46;0.46 +7274;9;4100.86;10.50;1624.00;1.57;0.46 +7274;10;4109.14;10.70;1624.00;-1.57;0.46 7274;21;4100.86;10.50;1624.00;1.57;0.46 +7275;0;4683.00;10.67;893.00;0.00;0.20 +7275;1;4683.50;10.40;891.50;0.32;0.20 +7275;2;4680.50;9.80;893.00;4.71;0.20 +7275;3;4685.00;11.65;894.00;2.03;0.20 +7275;4;4681.50;10.70;894.50;3.92;0.20 +7275;5;4684.50;12.10;895.50;2.60;0.20 +7275;9;4681.02;10.08;893.00;1.57;0.20 +7275;10;4684.98;11.19;893.00;-1.57;0.20 +7275;19;4680.00;9.50;892.00;-1.57;0.20 +7275;20;4678.34;9.50;891.44;-1.24;0.20 7275;21;4681.02;10.08;893.00;1.57;0.20 +7276;0;1295.00;9.50;540.00;0.00;1.04 +7276;1;1294.00;9.50;524.00;-0.06;1.04 +7276;2;1304.00;9.50;519.50;0.41;1.04 +7276;3;1306.00;9.50;532.50;0.97;1.04 +7276;4;1282.50;9.50;540.00;4.71;1.04 +7276;5;1303.50;9.50;553.50;2.58;1.04 +7276;6;1290.00;9.50;555.50;3.45;1.04 +7276;9;1285.64;9.50;540.00;1.57;1.04 +7276;10;1304.36;9.50;540.00;-1.57;1.04 +7276;11;1293.40;9.50;514.40;-0.06;1.04 +7276;12;1309.40;9.50;507.20;0.41;1.04 +7276;13;1312.60;9.50;528.00;0.97;1.04 +7276;14;1275.00;9.50;540.00;4.71;1.04 +7276;15;1308.60;9.50;561.60;2.58;1.04 +7276;16;1287.00;9.50;564.80;3.45;1.04 7276;21;1285.64;9.50;540.00;1.57;1.04 +7277;0;31.00;9.50;117.00;0.00;1.30 +7277;1;31.50;9.50;102.00;0.03;1.30 +7277;2;2831.00;9.50;115.00;1.57;1.30 +7277;3;45.50;9.50;119.00;1.70;1.30 +7277;4;29.50;9.50;132.00;3.24;1.30 +7277;9;19.30;9.50;117.00;1.57;1.30 +7277;10;42.70;9.50;117.00;-1.57;1.30 +7277;11;31.80;9.50;93.00;0.03;1.30 +7277;12;4511.00;9.50;113.80;1.57;1.30 +7277;13;54.20;9.50;120.20;1.70;1.30 +7277;14;28.60;9.50;141.00;3.24;1.30 7277;21;19.30;9.50;117.00;1.57;1.30 +7278;0;421.00;9.50;1260.00;0.00;1.24 +7278;1;421.00;9.50;1247.50;0.00;1.24 +7278;2;435.00;9.50;1254.00;1.16;1.24 +7278;3;405.00;9.50;1261.00;4.65;1.24 +7278;4;428.00;9.50;1270.00;2.53;1.24 +7278;5;410.00;9.50;1272.00;3.88;1.24 +7278;9;408.22;9.50;1260.00;1.57;1.24 +7278;10;433.78;9.50;1260.00;-1.57;1.24 +7278;11;421.00;9.50;1240.00;0.00;1.24 +7278;12;443.40;9.50;1250.40;1.16;1.24 +7278;13;395.40;9.50;1261.60;4.65;1.24 +7278;14;432.20;9.50;1276.00;2.53;1.24 +7278;15;403.40;9.50;1279.20;3.88;1.24 7278;21;408.22;9.50;1260.00;1.57;1.24 +7279;0;4532.00;11.70;1125.00;0.00;0.34 +7279;1;4533.50;10.45;1122.00;0.46;0.34 +7279;2;4536.50;10.00;1122.50;1.06;0.34 +7279;3;4530.00;10.67;1123.00;-0.78;0.34 +7279;4;4535.50;10.10;1125.00;1.57;0.34 +7279;5;4528.00;10.85;1125.00;4.71;0.34 +7279;6;4534.00;10.62;1128.00;2.55;0.34 +7279;7;4530.00;13.35;1128.50;3.66;0.34 +7279;9;4528.58;11.03;1125.00;1.57;0.34 +7279;10;4535.42;10.13;1125.00;-1.57;0.34 7279;21;4528.58;11.03;1125.00;1.57;0.34 +7280;0;4465.00;11.17;931.00;0.00;0.26 +7280;1;4465.00;11.15;928.50;0.00;0.26 +7280;2;4467.50;11.25;928.00;0.69;0.26 +7280;3;4467.50;10.90;930.50;1.37;0.26 +7280;4;4462.50;11.10;930.50;-1.37;0.26 +7280;5;4464.00;11.07;933.00;3.60;0.26 +7280;6;4466.00;10.37;934.00;2.82;0.26 +7280;9;4462.66;11.15;931.00;1.57;0.26 +7280;10;4467.34;10.83;931.00;-1.57;0.26 +7280;19;4467.00;9.53;939.00;-3.46;0.26 +7280;20;4467.42;9.53;940.69;2.89;0.26 7280;21;4462.66;11.15;931.00;1.57;0.26 +7281;0;3739.00;9.80;1556.00;0.00;0.44 +7281;1;3737.50;9.80;1549.50;-0.22;0.44 +7281;2;3742.50;9.90;1550.50;0.56;0.44 +7281;3;3735.50;9.80;1557.00;4.43;0.44 +7281;4;3743.00;9.80;1554.50;1.21;0.44 +7281;5;3741.50;9.80;1561.50;2.71;0.44 +7281;6;3736.50;9.80;1564.00;3.44;0.44 +7281;9;3735.04;9.80;1556.00;1.57;0.44 +7281;10;3742.96;9.80;1556.00;-1.57;0.44 7281;21;3742.96;9.80;1556.00;-1.57;0.44 +7282;0;210.00;9.50;1629.00;0.00;1.02 +7282;1;208.50;9.50;1617.00;-0.12;1.02 +7282;2;225.50;9.50;1619.00;0.99;1.02 +7282;3;193.00;9.50;1630.00;4.65;1.02 +7282;4;234.00;9.50;1622.50;1.30;1.02 +7282;5;225.00;9.50;1632.00;1.76;1.02 +7282;6;207.50;9.50;1640.50;3.35;1.02 +7282;7;192.00;9.50;1641.50;4.10;1.02 +7282;9;192.72;9.50;1629.00;1.57;1.02 +7282;10;227.28;9.50;1629.00;-1.57;1.02 +7282;11;207.60;9.50;1609.80;-0.12;1.02 +7282;12;234.80;9.50;1613.00;0.99;1.02 +7282;13;182.80;9.50;1630.60;4.65;1.02 +7282;14;248.40;9.50;1618.60;1.30;1.02 +7282;15;234.00;9.50;1633.80;1.76;1.02 +7282;16;206.00;9.50;1647.40;3.35;1.02 +7282;17;181.20;9.50;1649.00;4.10;1.02 7282;21;192.72;9.50;1629.00;1.57;1.02 +7283;0;472.00;9.50;1090.00;0.00;1.18 +7283;1;473.50;9.50;1079.00;0.13;1.18 +7283;2;484.50;9.50;1085.50;1.22;1.18 +7283;3;460.00;9.50;1081.50;-0.95;1.18 +7283;4;457.50;9.50;1087.50;-1.40;1.18 +7283;5;464.50;9.50;1100.00;3.78;1.18 +7283;6;483.50;9.50;1096.50;2.08;1.18 +7283;7;475.50;9.50;1102.50;2.86;1.18 +7283;9;460.66;9.50;1090.00;1.57;1.18 +7283;10;483.34;9.50;1090.00;-1.57;1.18 +7283;11;474.40;9.50;1072.40;0.13;1.18 +7283;12;492.00;9.50;1082.80;1.22;1.18 +7283;13;452.80;9.50;1076.40;-0.95;1.18 +7283;14;448.80;9.50;1086.00;-1.40;1.18 +7283;15;460.00;9.50;1106.00;3.78;1.18 +7283;16;490.40;9.50;1100.40;2.08;1.18 +7283;17;477.60;9.50;1110.00;2.86;1.18 7283;21;460.66;9.50;1090.00;1.57;1.18 +7284;0;4775.00;9.60;758.00;0.00;0.22 +7284;1;4774.00;9.50;756.00;-0.46;0.22 +7284;2;4776.00;9.50;757.00;0.78;0.22 +7284;3;4772.50;9.60;760.50;3.92;0.22 +7284;4;4776.00;9.65;760.00;2.67;0.22 +7284;5;4773.50;9.70;761.00;3.60;0.22 +7284;9;4773.02;9.50;758.00;1.57;0.22 +7284;10;4776.98;9.50;758.00;-1.57;0.22 +7284;19;4776.00;9.50;757.00;0.79;0.22 +7284;20;4777.23;9.50;755.76;0.78;0.22 7284;21;4773.02;9.50;758.00;1.57;0.22 +7285;0;3771.00;10.60;1635.00;0.00;0.28 +7285;1;3771.00;10.65;1632.00;0.00;0.28 +7285;2;3766.00;10.50;1633.50;-1.27;0.28 +7285;3;3775.50;10.60;1632.50;1.06;0.28 +7285;4;3776.00;10.60;1635.00;1.57;0.28 +7285;5;3766.50;10.50;1636.50;4.39;0.28 +7285;6;3771.00;10.60;1637.50;3.14;0.28 +7285;9;3767.40;10.50;1635.00;1.57;0.28 +7285;10;3774.60;10.60;1635.00;-1.57;0.28 7285;21;3767.40;10.50;1635.00;1.57;0.28 +7286;0;1075.00;9.50;546.00;0.00;1.20 +7286;1;1059.00;9.50;537.50;-1.08;1.20 +7286;2;1077.00;9.50;536.00;0.19;1.20 +7286;3;1095.00;9.50;548.50;1.69;1.20 +7286;4;1056.00;9.50;550.50;4.48;1.20 +7286;5;1060.00;9.50;556.00;4.12;1.20 +7286;6;1080.50;9.50;557.00;2.67;1.20 +7286;7;1096.00;9.50;557.50;2.07;1.20 +7286;9;1060.24;9.50;546.00;1.57;1.20 +7286;10;1089.76;9.50;546.00;-1.57;1.20 +7286;11;1049.40;9.50;532.40;-1.08;1.20 +7286;12;1078.20;9.50;530.00;0.19;1.20 +7286;13;1107.00;9.50;550.00;1.69;1.20 +7286;14;1044.60;9.50;553.20;4.48;1.20 +7286;15;1051.00;9.50;562.00;4.12;1.20 +7286;16;1083.80;9.50;563.60;2.67;1.20 +7286;17;1108.60;9.50;564.40;2.07;1.20 7286;21;1060.24;9.50;546.00;1.57;1.20 +7287;0;5432.00;9.50;800.00;0.00;1.08 +7287;1;5424.78;9.50;780.92;-0.35;1.08 +7287;2;5413.77;9.50;806.50;-1.28;1.08 +7287;3;5438.50;9.50;791.00;0.62;1.08 +7287;4;5424.50;9.50;798.50;-1.37;1.08 +7287;5;5451.00;9.50;805.00;1.82;1.08 +7287;6;5444.50;9.50;802.00;1.72;1.08 +7287;7;5412.50;9.50;809.50;4.25;1.08 +7287;8;5431.50;9.50;810.00;3.19;1.08 +7287;9;5418.23;11.20;799.24;1.57;1.08 +7287;10;5446.04;9.50;800.00;-1.57;1.08 +7287;11;5422.40;9.50;774.40;-0.35;1.08 +7287;12;5410.40;9.50;793.60;-1.28;1.08 +7287;13;5442.40;9.50;785.60;0.62;1.08 +7287;14;5423.25;10.10;795.34;-1.37;1.08 +7287;15;5462.40;9.50;808.00;1.82;1.08 +7287;16;5453.48;10.00;802.61;1.72;1.08 +7287;17;5400.80;9.50;815.20;4.25;1.08 +7287;18;5472.20;9.50;763.13;3.19;1.08 7287;21;5417.96;10.66;800.00;1.57;1.08 +7288;0;4012.00;12.42;797.00;0.00;0.30 +7288;1;4012.00;12.35;793.50;0.00;0.30 +7288;2;4009.00;11.50;795.50;-1.10;0.30 +7288;3;4015.00;10.80;795.00;0.98;0.30 +7288;4;4015.00;11.60;799.00;2.15;0.30 +7288;5;4009.00;11.85;799.50;4.01;0.30 +7288;6;4011.50;12.20;800.50;3.28;0.30 +7288;9;4009.30;11.65;797.00;1.57;0.30 +7288;10;4014.70;11.39;797.00;-1.57;0.30 7288;21;4009.30;11.65;797.00;1.57;0.30 +7289;0;1672.00;11.12;1644.00;0.00;0.28 +7289;1;1673.00;10.35;1641.50;0.38;0.28 +7289;2;835.50;9.50;821.50;-0.79;0.28 +7289;3;1676.50;10.60;1644.50;1.68;0.28 +7289;4;1667.50;10.50;1644.50;4.60;0.28 +7289;5;1672.00;11.50;1647.50;3.14;0.28 +7289;9;1668.22;10.35;1644.00;1.57;0.28 +7289;10;1675.78;10.54;1644.00;-1.57;0.28 7289;21;1668.22;10.35;1644.00;1.57;0.28 +7290;0;109.00;9.97;430.00;0.00;0.24 +7290;1;106.50;11.35;431.00;4.33;0.24 +7290;2;116.50;11.95;428.00;1.31;0.24 +7290;9;104.86;10.25;430.00;1.57;0.24 +7290;10;113.14;9.70;430.00;-1.57;0.24 +7290;19;117.00;9.50;425.00;-1.95;0.24 +7290;20;118.48;9.50;424.07;1.01;0.24 7290;21;104.86;10.25;430.00;1.57;0.24 +7291;0;1676.00;9.72;1676.00;0.00;0.36 +7291;1;1675.00;9.70;1670.00;-0.16;0.36 +7291;2;1673.00;9.70;1674.00;-0.98;0.36 +7291;3;1677.50;9.70;1672.50;0.40;0.36 +7291;4;1680.00;9.70;1676.50;1.69;0.36 +7291;5;1672.50;9.95;1679.00;4.00;0.36 +7291;6;1677.00;9.80;1679.50;2.86;0.36 +7291;9;1672.76;9.78;1676.00;1.57;0.36 +7291;10;1679.24;9.70;1676.00;-1.57;0.36 7291;21;1672.76;9.78;1676.00;1.57;0.36 +7292;0;4403.00;9.70;848.00;0.00;0.26 +7292;1;4402.50;9.50;845.00;-0.16;0.26 +7292;2;4406.00;9.62;847.00;1.24;0.26 +7292;3;4401.00;9.65;850.50;3.81;0.26 +7292;4;4404.50;9.70;850.50;2.60;0.26 +7292;9;4400.66;9.65;848.00;1.57;0.26 +7292;10;4405.34;9.65;848.00;-1.57;0.26 +7292;19;4405.00;9.50;842.00;-0.17;0.26 +7292;20;4405.55;9.50;840.34;0.32;0.26 7292;21;4400.66;9.65;848.00;1.57;0.26 +7293;0;4621.00;11.12;513.00;0.00;0.24 +7293;1;4620.00;9.80;510.00;-0.32;0.24 +7293;2;4621.50;11.80;513.50;2.35;0.24 +7293;3;4618.58;9.50;513.63;4.49;0.24 +7293;4;4625.00;10.55;512.00;1.32;0.24 +7293;9;4618.48;9.50;513.00;1.57;0.24 +7293;10;4623.52;11.54;513.00;-1.57;0.24 +7293;19;4618.00;9.50;509.00;-0.32;0.24 +7293;20;4616.95;9.50;507.60;-0.64;0.24 7293;21;4618.48;9.50;513.00;1.57;0.24 +7294;0;4405.00;15.57;1088.00;0.00;0.50 +7294;1;4405.00;15.40;1080.50;0.00;0.50 +7294;2;4400.00;15.30;1082.00;-0.69;0.50 +7294;3;4409.50;15.50;1088.50;1.68;0.50 +7294;4;4400.50;14.65;1090.00;4.29;0.50 +7294;5;4406.50;14.50;1095.00;2.93;0.50 +7294;9;4400.50;14.90;1088.00;1.57;0.50 +7294;10;4409.50;15.50;1088.00;-1.57;0.50 7294;21;4400.50;14.90;1088.00;1.57;0.50 +7295;0;4337.00;9.60;884.00;0.00;0.22 +7295;1;4338.00;9.60;880.50;0.27;0.22 +7295;2;4335.00;9.50;882.50;-0.92;0.22 +7295;3;4340.00;9.65;882.50;1.10;0.22 +7295;4;4338.50;9.50;885.50;2.35;0.22 +7295;5;4334.50;9.70;886.50;3.92;0.22 +7295;6;4336.00;9.55;887.50;3.42;0.22 +7295;9;4335.02;9.53;884.00;1.57;0.22 +7295;10;4338.98;9.60;884.00;-1.57;0.22 +7295;19;4337.00;9.50;877.00;-0.93;0.22 +7295;20;4337.00;9.50;875.25;0.00;0.22 7295;21;4335.02;9.53;884.00;1.57;0.22 +7296;0;4598.00;10.00;591.00;0.00;0.28 +7296;1;4597.50;10.10;589.00;-0.24;0.28 +7296;2;4601.00;10.30;591.50;1.73;0.28 +7296;3;4596.00;9.65;593.50;3.81;0.28 +7296;4;4598.50;9.75;594.00;2.97;0.28 +7296;9;4595.48;9.50;591.00;1.57;0.28 +7296;10;4600.52;10.24;591.00;-1.57;0.28 +7296;19;4598.00;9.57;586.00;-0.24;0.28 +7296;20;4598.00;9.57;584.25;0.00;0.28 7296;21;4595.48;9.50;591.00;1.57;0.28 +7297;0;4082.00;9.70;915.00;0.00;0.24 +7297;1;4083.00;9.70;913.50;0.58;0.24 +7297;2;4078.00;9.70;914.00;-1.32;0.24 +7297;3;4080.00;9.60;917.00;3.92;0.24 +7297;4;4084.00;9.67;918.00;2.55;0.24 +7297;9;4078.76;9.70;915.00;1.57;0.24 +7297;10;4085.24;9.70;915.00;-1.57;0.24 +7297;19;4087.00;9.50;913.00;0.59;0.24 +7297;20;4088.62;9.50;912.35;1.19;0.24 7297;21;4078.76;9.70;915.00;1.57;0.24 +7298;0;3894.00;10.10;1571.00;0.00;0.34 +7298;1;3895.50;10.10;1568.00;0.46;0.34 +7298;2;3901.00;10.10;1570.50;1.49;0.34 +7298;3;3888.50;10.20;1568.50;-1.14;0.34 +7298;4;3886.50;10.20;1572.50;4.51;0.34 +7298;5;3895.50;10.10;1574.50;2.73;0.34 +7298;9;3888.06;10.20;1571.00;1.57;0.34 +7298;10;3899.94;10.10;1571.00;-1.57;0.34 7298;21;3888.06;10.20;1571.00;1.57;0.34 +7299;0;4613.00;10.32;657.00;0.00;0.42 +7299;1;4612.50;10.40;651.50;-0.09;0.42 +7299;2;4616.00;10.45;655.50;1.10;0.42 +7299;3;4609.50;10.50;654.00;-0.86;0.42 +7299;4;4611.50;11.00;660.50;3.54;0.42 +7299;5;4617.00;11.45;662.00;2.46;0.42 +7299;9;4609.22;10.32;657.00;1.57;0.42 +7299;10;4616.78;10.46;657.00;-1.57;0.42 7299;21;4609.22;10.32;657.00;1.57;0.42 +7300;0;3694.00;12.37;1587.00;0.00;0.40 +7300;1;3690.50;10.60;1581.50;-0.56;0.40 +7300;2;3694.00;14.07;1583.00;0.00;0.40 +7300;3;3691.00;10.57;1586.00;-1.24;0.40 +7300;4;3698.00;13.50;1588.00;1.81;0.40 +7300;5;3694.50;10.60;1591.50;3.03;0.40 +7300;6;3698.00;12.07;1592.00;2.46;0.40 +7300;9;3690.40;10.33;1587.00;1.57;0.40 +7300;10;3697.60;13.49;1587.00;-1.57;0.40 7300;21;3690.40;10.33;1587.00;1.57;0.40 +7301;0;4511.00;12.77;1212.00;0.00;0.28 +7301;1;4509.00;12.85;1208.50;-0.51;0.28 +7301;2;4512.00;12.60;1208.50;0.27;0.28 +7301;3;4514.50;12.35;1209.00;0.86;0.28 +7301;4;4507.50;13.00;1211.50;-1.42;0.28 +7301;5;4513.50;12.70;1213.50;2.11;0.28 +7301;6;4508.00;13.30;1215.00;3.92;0.28 +7301;7;4511.00;13.20;1216.50;3.14;0.28 +7301;9;4508.48;12.95;1212.00;1.57;0.28 +7301;10;4513.52;12.65;1212.00;-1.57;0.28 7301;21;4508.48;12.95;1212.00;1.57;0.28 +7302;0;5579.00;9.75;363.00;0.00;0.24 +7302;1;5578.00;9.70;363.00;4.71;0.24 +7302;2;5581.50;9.80;363.00;1.57;0.24 +7302;9;5576.84;9.70;363.00;1.57;0.24 +7302;10;5581.16;9.81;363.00;-1.57;0.24 +7302;19;5577.00;9.50;358.00;-1.57;0.24 +7302;20;5576.35;9.50;356.37;-0.38;0.24 7302;21;5576.84;9.70;363.00;1.57;0.24 +7303;0;4462.00;9.62;801.00;0.00;0.24 +7303;1;4465.90;9.80;801.84;0.98;0.24 +7303;2;4460.50;9.80;799.50;-0.78;0.24 +7303;3;4460.50;9.85;803.00;3.78;0.24 +7303;4;4462.00;9.85;804.50;3.14;0.24 +7303;9;4459.84;9.83;801.00;1.57;0.24 +7303;10;4464.16;9.50;801.00;-1.57;0.24 +7303;19;4469.00;9.50;801.00;0.98;0.24 +7303;20;4470.75;9.50;801.00;1.57;0.24 7303;21;4459.84;9.83;801.00;1.57;0.24 +7304;0;1811.00;9.70;1650.00;0.00;0.32 +7304;1;1806.50;9.70;1648.50;-1.24;0.32 +7304;2;1816.50;9.70;1648.50;1.30;0.32 +7304;3;1819.50;9.75;1650.00;1.57;0.32 +7304;4;1814.50;9.70;1652.00;2.09;0.32 +7304;5;1807.50;9.75;1653.00;4.00;0.32 +7304;6;1813.00;9.60;1654.00;2.67;0.32 +7304;9;1804.16;9.70;1650.00;1.57;0.32 +7304;10;1817.84;9.73;1650.00;-1.57;0.32 +7304;19;1826.00;9.68;1653.00;-4.19;0.32 +7304;20;1827.71;9.68;1653.34;1.76;0.32 7304;21;1817.84;9.73;1650.00;-1.57;0.32 +7305;0;5118.00;10.50;511.00;0.00;0.24 +7305;1;5118.00;11.30;509.50;0.00;0.24 +7305;2;5121.00;11.40;507.50;0.70;0.24 +7305;3;5119.50;9.70;512.50;2.35;0.24 +7305;4;5115.00;10.85;512.50;4.24;0.24 +7305;5;5117.00;9.75;514.50;3.42;0.24 +7305;9;5115.84;11.09;511.00;1.57;0.24 +7305;10;5120.16;10.01;511.00;-1.57;0.24 +7305;19;5119.00;9.60;514.00;-3.93;0.24 +7305;20;5119.55;9.60;515.66;2.82;0.24 7305;21;5115.84;11.09;511.00;1.57;0.24 +7306;0;1368.00;10.10;1579.00;0.00;0.40 +7306;1;1371.00;10.10;1575.00;0.64;0.40 +7306;2;1365.00;10.20;1577.50;-1.10;0.40 +7306;3;1373.50;10.10;1576.50;1.14;0.40 +7306;4;1369.50;10.10;1581.50;2.60;0.40 +7306;5;1362.00;10.20;1581.00;4.39;0.40 +7306;6;1363.50;10.20;1583.00;3.98;0.40 +7306;9;1362.96;10.20;1579.00;1.57;0.40 +7306;10;1373.04;10.20;1579.00;-1.57;0.40 7306;21;1362.96;10.20;1579.00;1.57;0.40 +7307;0;4735.00;9.50;843.00;0.00;0.28 +7307;1;4735.00;9.50;843.00;0.00;0.28 +7307;2;4733.79;10.00;846.38;2.82;0.28 +7307;9;4732.48;9.50;843.00;1.57;0.28 +7307;10;4737.52;9.94;843.00;-1.57;0.28 +7307;19;4737.00;9.78;844.00;-1.57;0.28 +7307;20;4738.56;9.78;844.78;2.03;0.28 7307;21;4732.48;9.50;843.00;1.57;0.28 +7308;0;4416.00;9.75;581.00;0.00;0.54 +7308;1;4409.00;9.50;572.50;-0.68;0.54 +7308;2;4419.00;10.10;579.50;1.10;0.54 +7308;3;4420.00;12.62;583.00;2.03;0.54 +7308;4;4413.50;9.80;583.50;3.92;0.54 +7308;5;4417.00;11.80;584.50;2.86;0.54 +7308;9;4411.14;9.50;581.00;1.57;0.54 +7308;10;4420.86;12.18;581.00;-1.57;0.54 +7308;19;4408.00;9.50;583.00;-0.69;0.54 +7308;20;4406.30;9.50;583.42;4.46;0.54 7308;21;4411.14;9.50;581.00;1.57;0.54 +7309;0;4991.00;11.22;1524.00;0.00;0.34 +7309;1;4991.50;12.05;1520.00;0.12;0.34 +7309;2;4995.00;10.40;1523.50;1.44;0.34 +7309;3;4988.00;12.80;1523.00;-1.24;0.34 +7309;4;4988.50;11.80;1527.50;3.76;0.34 +7309;5;4993.00;11.00;1528.50;2.72;0.34 +7309;9;4987.58;12.92;1524.00;1.57;0.34 +7309;10;4994.42;10.51;1524.00;-1.57;0.34 +7309;19;4999.00;9.50;1517.00;1.45;0.34 +7309;20;5000.31;9.50;1515.84;0.85;0.34 7309;21;4987.58;12.92;1524.00;1.57;0.34 +7310;0;4040.00;10.72;872.00;0.00;0.34 +7310;1;4039.50;10.90;868.50;-0.14;0.34 +7310;2;4044.00;10.85;870.50;1.21;0.34 +7310;3;4036.50;11.00;872.00;4.71;0.34 +7310;4;4043.00;10.55;874.50;2.26;0.34 +7310;5;4039.00;10.65;875.50;3.42;0.34 +7310;9;4036.94;10.95;872.00;1.57;0.34 +7310;10;4043.06;10.85;872.00;-1.57;0.34 7310;21;4036.94;10.95;872.00;1.57;0.34 +7311;0;4732.00;10.75;660.00;0.00;0.24 +7311;1;4732.50;9.80;657.50;0.19;0.24 +7311;2;4734.50;11.40;659.50;1.37;0.24 +7311;3;4729.50;9.90;661.00;4.33;0.24 +7311;4;4732.00;10.90;662.00;3.14;0.24 +7311;9;4729.66;9.78;660.00;1.57;0.24 +7311;10;4734.34;11.76;660.00;-1.57;0.24 +7311;19;4730.00;9.53;666.00;-3.14;0.24 +7311;20;4729.44;9.53;667.66;3.46;0.24 7311;21;4729.66;9.78;660.00;1.57;0.24 +7312;0;4346.00;11.30;925.00;0.00;0.26 +7312;1;4347.00;11.65;922.50;0.38;0.26 +7312;2;4344.00;10.90;923.50;-0.92;0.26 +7312;3;4349.00;11.35;924.50;1.40;0.26 +7312;4;4342.50;10.40;925.50;4.57;0.26 +7312;5;4347.50;11.30;927.00;2.49;0.26 +7312;6;4344.00;10.85;927.50;3.81;0.26 +7312;9;4343.30;10.65;925.00;1.57;0.26 +7312;10;4348.70;11.34;925.00;-1.57;0.26 7312;21;4343.30;10.65;925.00;1.57;0.26 +7313;0;3725.00;9.85;1522.00;0.00;0.40 +7313;1;3724.50;9.80;1518.00;-0.12;0.40 +7313;2;3730.00;10.35;1521.50;1.47;0.40 +7313;3;3721.00;9.80;1523.50;4.35;0.40 +7313;4;3726.50;10.00;1525.50;2.73;0.40 +7313;9;3721.04;9.80;1522.00;1.57;0.40 +7313;10;3728.96;10.24;1522.00;-1.57;0.40 7313;21;3721.04;9.80;1522.00;1.57;0.40 +7314;0;4512.00;12.42;1281.00;0.00;0.42 +7314;1;4513.50;12.50;1275.50;0.26;0.42 +7314;2;4509.50;12.60;1278.50;-0.78;0.42 +7314;3;4516.00;13.20;1279.50;1.21;0.42 +7314;4;4509.50;13.15;1285.00;3.70;0.42 +7314;5;4514.50;12.90;1285.50;2.63;0.42 +7314;6;4513.00;12.37;1289.00;3.01;0.42 +7314;9;4508.22;13.37;1281.00;1.57;0.42 +7314;10;4515.78;13.06;1281.00;-1.57;0.42 7314;21;4508.22;13.37;1281.00;1.57;0.42 +7315;0;900.00;9.60;1693.00;0.00;0.26 +7315;1;899.00;9.65;1688.50;-0.21;0.26 +7315;2;901.50;9.75;1690.00;0.46;0.26 +7315;3;897.50;9.70;1693.50;4.51;0.26 +7315;4;903.00;9.75;1693.50;1.73;0.26 +7315;5;902.50;9.70;1696.50;2.52;0.26 +7315;6;900.00;9.60;1697.00;3.14;0.26 +7315;9;897.66;9.68;1693.00;1.57;0.26 +7315;10;902.34;9.76;1693.00;-1.57;0.26 +7315;19;897.00;9.50;1699.00;-1.77;0.26 +7315;20;896.21;9.50;1700.56;3.60;0.26 7315;21;897.66;9.68;1693.00;1.57;0.26 +7316;0;4006.00;21.52;1205.00;0.00;0.58 +7316;1;4007.50;21.45;1198.00;0.21;0.58 +7316;2;4012.00;21.67;1197.00;0.64;0.58 +7316;3;4012.00;21.15;1202.50;1.17;0.58 +7316;4;4003.00;21.40;1203.50;-1.10;0.58 +7316;5;3999.50;19.90;1209.50;4.10;0.58 +7316;6;4007.00;20.57;1209.00;2.89;0.58 +7316;7;4000.50;19.10;1213.50;3.71;0.58 +7316;9;4000.78;20.99;1205.00;1.57;0.58 +7316;10;4011.22;21.41;1205.00;-1.57;0.58 7316;21;4000.78;20.99;1205.00;1.57;0.58 +7317;0;3971.00;10.35;1561.00;0.00;0.52 +7317;1;3970.50;10.00;1555.50;-0.09;0.52 +7317;2;3977.00;10.45;1558.50;1.17;0.52 +7317;3;3965.50;10.00;1557.00;-0.94;0.52 +7317;4;3965.50;10.30;1562.50;4.44;0.52 +7317;5;3976.00;10.57;1564.00;2.11;0.52 +7317;6;3968.50;10.70;1567.50;3.50;0.52 +7317;9;3965.60;10.25;1561.00;1.57;0.52 +7317;10;3976.40;10.49;1561.00;-1.57;0.52 7317;21;3965.60;10.25;1561.00;1.57;0.52 +7318;0;3638.00;10.10;1768.00;0.00;0.46 +7318;1;3639.00;10.10;1761.50;0.15;0.46 +7318;2;3641.00;10.00;1762.50;0.49;0.46 +7318;3;3636.00;10.07;1763.00;-0.38;0.46 +7318;4;3642.50;10.00;1766.50;1.24;0.46 +7318;5;3633.00;10.00;1769.00;4.51;0.46 +7318;6;3638.50;10.00;1772.50;3.03;0.46 +7318;9;3633.86;10.01;1768.00;1.57;0.46 +7318;10;3642.14;10.00;1768.00;-1.57;0.46 7318;21;3633.86;10.01;1768.00;1.57;0.46 +7319;0;4434.00;10.00;843.00;0.00;0.28 +7319;1;4433.00;9.90;840.50;-0.38;0.28 +7319;2;4436.00;9.75;840.50;0.67;0.28 +7319;3;4437.50;9.70;842.50;1.42;0.28 +7319;4;4431.00;10.45;843.50;4.54;0.28 +7319;5;4436.00;9.85;845.50;2.46;0.28 +7319;6;4433.00;10.30;846.50;3.42;0.28 +7319;7;4431.00;10.45;846.50;3.85;0.28 +7319;9;4431.48;10.30;843.00;1.57;0.28 +7319;10;4436.52;9.79;843.00;-1.57;0.28 7319;21;4431.48;10.30;843.00;1.57;0.28 +7320;0;3731.00;12.90;1655.00;0.00;0.34 +7320;1;3730.00;12.90;1651.50;-0.27;0.34 +7320;2;3734.50;14.10;1650.50;0.66;0.34 +7320;3;3734.00;13.90;1655.00;1.57;0.34 +7320;4;3728.00;12.70;1657.50;4.01;0.34 +7320;5;3734.00;13.55;1659.50;2.55;0.34 +7320;6;3731.00;13.65;1660.50;3.14;0.34 +7320;9;3727.94;12.67;1655.00;1.57;0.34 +7320;10;3734.06;13.89;1655.00;-1.57;0.34 7320;21;3727.94;12.67;1655.00;1.57;0.34 +7321;0;4710.00;9.87;512.00;0.00;0.14 +7321;1;4709.00;9.50;510.00;-0.46;0.14 +7321;2;4707.00;10.00;511.50;-1.40;0.14 +7321;3;4712.50;9.50;511.00;1.19;0.14 +7321;4;4714.00;9.50;512.50;1.69;0.14 +7321;5;4708.50;10.10;513.50;3.92;0.14 +7321;9;4707.30;10.09;512.00;1.57;0.14 +7321;10;4712.70;9.58;512.00;-1.57;0.14 +7321;19;4706.00;9.50;509.00;-0.46;0.14 +7321;20;4704.60;9.50;507.95;-0.92;0.14 7321;21;4707.30;10.09;512.00;1.57;0.14 +7322;0;3655.00;10.17;1478.00;0.00;0.40 +7322;1;3652.50;9.75;1474.00;-0.55;0.40 +7322;2;3656.50;9.65;1475.00;0.46;0.40 +7322;3;3650.00;10.10;1476.50;-1.27;0.40 +7322;4;3659.00;9.70;1477.00;1.32;0.40 +7322;5;3652.50;10.20;1480.00;4.03;0.40 +7322;6;3658.00;10.20;1482.00;2.49;0.40 +7322;7;3656.00;10.20;1483.50;2.96;0.40 +7322;9;3651.40;10.15;1478.00;1.57;0.40 +7322;10;3658.60;9.84;1478.00;-1.57;0.40 7322;21;3651.40;10.15;1478.00;1.57;0.40 +7323;0;4693.00;10.55;889.00;0.00;0.20 +7323;1;4691.50;10.30;886.50;-0.54;0.20 +7323;2;4694.00;10.70;887.50;0.58;0.20 +7323;3;4691.50;10.40;888.50;-1.24;0.20 +7323;4;4695.50;10.95;888.00;1.19;0.20 +7323;5;4694.50;10.90;890.00;2.15;0.20 +7323;6;4692.50;10.70;891.00;3.38;0.20 +7323;9;4691.20;10.43;889.00;1.57;0.20 +7323;10;4694.80;10.79;889.00;-1.57;0.20 +7323;19;4691.00;9.50;885.00;-0.54;0.20 +7323;20;4690.21;9.50;883.43;-0.46;0.20 7323;21;4691.20;10.43;889.00;1.57;0.20 +7324;0;5164.00;10.27;559.00;0.00;0.20 +7324;1;5165.00;9.80;557.50;0.58;0.20 +7324;2;5162.50;10.60;558.50;-1.24;0.20 +7324;3;5162.50;10.20;561.50;3.68;0.20 +7324;4;5165.00;10.60;561.50;2.76;0.20 +7324;5;5166.50;9.70;560.50;2.11;0.20 +7324;9;5162.20;10.87;559.00;1.57;0.20 +7324;10;5165.80;9.70;559.00;-1.57;0.20 +7324;19;5163.00;9.88;563.00;-2.60;0.20 +7324;20;5162.57;9.88;564.69;3.38;0.20 7324;21;5162.20;10.87;559.00;1.57;0.20 +7325;0;4704.00;10.35;921.00;0.00;0.20 +7325;1;4703.50;10.40;917.50;-0.14;0.20 +7325;2;4701.50;10.40;918.50;-0.78;0.20 +7325;3;4705.00;10.45;919.50;0.58;0.20 +7325;4;4702.50;10.30;921.50;4.39;0.20 +7325;5;4706.00;10.45;921.50;1.81;0.20 +7325;6;4706.00;10.37;924.00;2.55;0.20 +7325;7;4704.50;10.25;924.00;2.97;0.20 +7325;9;4702.20;10.30;921.00;1.57;0.20 +7325;10;4705.80;10.47;921.00;-1.57;0.20 7325;21;4702.20;10.30;921.00;1.57;0.20 +7326;0;3871.00;10.10;1543.00;0.00;0.50 +7326;1;3867.50;10.20;1540.00;-0.86;0.50 +7326;2;3873.00;10.10;1537.50;0.34;0.50 +7326;3;3876.50;10.10;1543.50;1.66;0.50 +7326;4;3864.00;10.30;1545.50;4.36;0.50 +7326;5;3871.00;10.10;1548.00;3.14;0.50 +7326;9;3865.96;10.20;1543.00;1.57;0.50 +7326;10;3876.04;10.10;1543.00;-1.57;0.50 7326;21;3865.96;10.20;1543.00;1.57;0.50 +7327;0;4377.00;9.90;660.00;0.00;0.30 +7327;1;4379.50;10.10;658.50;1.03;0.30 +7327;2;4376.00;10.05;656.50;-0.27;0.30 +7327;3;4373.50;10.25;658.00;-1.05;0.30 +7327;4;4372.50;10.15;661.00;4.49;0.30 +7327;5;4382.50;10.30;660.50;1.66;0.30 +7327;6;4379.50;10.30;662.00;2.24;0.30 +7327;7;4375.00;9.85;662.50;3.81;0.30 +7327;9;4373.40;10.11;660.00;1.57;0.30 +7327;10;4380.60;10.30;660.00;-1.57;0.30 7327;21;4373.40;10.11;660.00;1.57;0.30 +7328;0;3733.00;9.90;1593.00;0.00;0.34 +7328;1;3733.00;9.90;1590.00;0.00;0.34 +7328;2;3737.50;9.85;1592.00;1.35;0.34 +7328;3;3728.00;10.65;1593.00;4.71;0.34 +7328;4;3730.00;10.22;1596.00;3.92;0.34 +7328;5;3734.00;9.90;1596.50;2.86;0.34 +7328;9;3729.22;10.23;1593.00;1.57;0.34 +7328;10;3736.78;9.80;1593.00;-1.57;0.34 7328;21;3729.22;10.23;1593.00;1.57;0.34 +7329;0;4399.00;10.42;737.00;0.00;0.26 +7329;1;4399.50;10.70;734.00;0.16;0.26 +7329;2;4396.50;11.00;735.50;-1.03;0.26 +7329;3;4401.00;10.57;736.00;1.10;0.26 +7329;4;4397.50;10.10;739.00;3.78;0.26 +7329;5;4401.00;10.17;740.00;2.55;0.26 +7329;9;4396.66;10.63;737.00;1.57;0.26 +7329;10;4401.34;10.53;737.00;-1.57;0.26 +7329;19;4402.00;9.50;745.00;-3.73;0.26 +7329;20;4402.61;9.50;746.63;2.78;0.26 7329;21;4396.66;10.63;737.00;1.57;0.26 +7330;0;3547.00;10.40;1779.00;0.00;0.56 +7330;1;3545.50;10.50;1773.00;-0.24;0.56 +7330;2;3538.50;10.25;1773.00;-0.95;0.56 +7330;3;3539.00;10.25;1778.50;-1.50;0.56 +7330;4;3554.50;10.40;1778.50;1.50;0.56 +7330;5;3557.00;10.50;1784.00;2.03;0.56 +7330;6;3543.50;10.50;1784.00;3.75;0.56 +7330;7;3550.50;10.50;1785.00;2.61;0.56 +7330;9;3539.44;10.34;1779.00;1.57;0.56 +7330;10;3554.56;10.40;1779.00;-1.57;0.56 7330;21;3539.44;10.34;1779.00;1.57;0.56 +7331;0;4453.00;9.70;795.00;0.00;0.24 +7331;1;4452.00;9.50;792.50;-0.38;0.24 +7331;2;4450.50;9.70;793.50;-1.03;0.24 +7331;3;4454.50;9.50;794.00;0.98;0.24 +7331;4;4451.00;9.75;796.50;4.06;0.24 +7331;5;4456.00;9.75;796.50;2.03;0.24 +7331;6;4453.50;9.70;797.00;2.89;0.24 +7331;9;4450.66;9.70;795.00;1.57;0.24 +7331;10;4455.34;9.60;795.00;-1.57;0.24 +7331;19;4454.00;9.53;794.00;0.98;0.24 +7331;20;4455.23;9.53;792.76;0.78;0.24 7331;21;4450.66;9.70;795.00;1.57;0.24 +7332;0;4008.00;11.15;1459.00;0.00;0.46 +7332;1;2003.50;10.30;729.00;-1.22;0.46 +7332;2;4014.50;11.20;1458.50;1.49;0.46 +7332;3;4002.00;11.47;1460.00;4.54;0.46 +7332;4;4008.50;11.30;1464.00;3.04;0.46 +7332;5;4003.00;11.52;1465.00;3.83;0.46 +7332;9;4003.32;11.30;1459.00;1.57;0.46 +7332;10;4012.68;11.19;1459.00;-1.57;0.46 7332;21;4003.32;11.30;1459.00;1.57;0.46 +7333;0;5128.00;10.90;500.00;0.00;0.24 +7333;1;5127.50;11.50;497.50;-0.19;0.24 +7333;2;5125.50;11.30;498.00;-0.89;0.24 +7333;3;5130.00;11.85;498.50;0.92;0.24 +7333;4;5125.00;11.12;500.00;4.71;0.24 +7333;5;5130.00;10.00;502.00;2.35;0.24 +7333;6;5126.00;10.65;502.00;3.92;0.24 +7333;9;5125.30;11.08;500.00;1.57;0.24 +7333;10;5130.70;10.87;500.00;-1.57;0.24 +7333;19;5128.00;9.63;504.00;-3.93;0.24 +7333;20;5128.00;9.63;505.75;3.14;0.24 7333;21;5125.30;11.08;500.00;1.57;0.24 +7334;0;4112.00;11.17;1088.00;0.00;0.34 +7334;1;4110.50;10.45;1084.00;-0.35;0.34 +7334;2;4114.50;10.95;1086.00;0.89;0.34 +7334;3;4108.50;11.00;1088.50;4.57;0.34 +7334;4;4115.50;11.85;1090.00;2.09;0.34 +7334;5;4111.00;12.20;1093.00;3.33;0.34 +7334;6;4113.50;12.20;1092.50;2.82;0.34 +7334;9;4108.94;10.92;1088.00;1.57;0.34 +7334;10;4115.06;11.38;1088.00;-1.57;0.34 7334;21;4108.94;10.92;1088.00;1.57;0.34 +7335;0;3954.00;10.90;1480.00;0.00;0.52 +7335;1;3954.50;11.10;1473.50;0.07;0.52 +7335;2;3949.00;10.95;1476.00;-0.89;0.52 +7335;3;3959.00;11.20;1475.00;0.78;0.52 +7335;4;3959.50;10.90;1480.00;1.57;0.52 +7335;5;3949.50;10.75;1483.00;4.12;0.52 +7335;6;3956.50;10.70;1485.50;2.71;0.52 +7335;9;3949.32;10.85;1480.00;1.57;0.52 +7335;10;3958.68;10.90;1480.00;-1.57;0.52 7335;21;3949.32;10.85;1480.00;1.57;0.52 +7336;0;4690.00;11.12;612.00;0.00;0.30 +7336;1;4693.50;9.50;609.00;0.86;0.30 +7336;2;4687.00;10.02;610.00;-0.98;0.30 +7336;3;4690.50;9.60;609.50;0.19;0.30 +7336;4;4693.50;10.00;611.50;1.42;0.30 +7336;5;4687.00;12.60;614.00;4.12;0.30 +7336;6;4690.50;12.60;615.00;2.97;0.30 +7336;9;4687.12;11.33;612.00;1.57;0.30 +7336;10;4692.88;10.39;612.00;-1.57;0.30 +7336;19;4694.00;9.50;608.00;0.20;0.30 +7336;20;4695.23;9.50;606.76;0.78;0.30 7336;21;4687.12;11.33;612.00;1.57;0.30 +7337;0;3793.00;9.72;1477.00;0.00;0.38 +7337;1;3793.50;9.70;1473.50;0.14;0.38 +7337;2;3787.50;9.80;1475.00;-1.22;0.38 +7337;3;3798.50;9.70;1474.00;1.07;0.38 +7337;4;3799.50;9.70;1477.00;1.57;0.38 +7337;5;3789.00;9.90;1479.50;4.15;0.38 +7337;6;3795.50;9.70;1480.50;2.52;0.38 +7337;9;3788.14;9.86;1477.00;1.57;0.38 +7337;10;3797.86;9.70;1477.00;-1.57;0.38 7337;21;3788.14;9.86;1477.00;1.57;0.38 +7338;0;4366.00;9.70;888.00;0.00;0.24 +7338;1;4367.00;9.70;885.50;0.38;0.24 +7338;2;4363.50;9.70;887.00;-1.19;0.24 +7338;3;4369.00;9.70;887.00;1.24;0.24 +7338;4;4367.50;9.70;889.00;2.15;0.24 +7338;5;4363.50;9.70;889.50;4.17;0.24 +7338;6;4365.00;9.70;890.50;3.52;0.24 +7338;9;4363.66;9.70;888.00;1.57;0.24 +7338;10;4368.34;9.70;888.00;-1.57;0.24 7338;21;4363.66;9.70;888.00;1.57;0.24 +7339;0;5106.00;9.50;618.00;0.00;0.28 +7339;1;5102.50;10.70;617.50;-1.42;0.28 +7339;9;5096.82;10.08;618.00;1.57;0.28 +7339;10;5115.18;9.50;618.00;-1.57;0.28 +7339;19;5094.00;9.50;616.00;-1.43;0.28 +7339;20;5092.27;9.50;615.71;-1.40;0.28 7339;21;5096.82;10.08;618.00;1.57;0.28 +7340;0;4066.00;9.70;913.00;0.00;0.36 +7340;1;4069.00;9.70;909.00;0.64;0.36 +7340;2;4065.00;9.70;911.50;-0.58;0.36 +7340;3;4070.00;9.70;913.00;1.57;0.36 +7340;4;4068.00;9.70;915.50;2.46;0.36 +7340;5;4061.50;9.70;915.50;4.20;0.36 +7340;6;4064.50;9.70;917.00;3.50;0.36 +7340;9;4062.76;9.70;913.00;1.57;0.36 +7340;10;4069.24;9.70;913.00;-1.57;0.36 +7340;19;4073.00;9.55;910.00;0.64;0.36 +7340;20;4074.60;9.55;909.31;1.16;0.36 7340;21;4062.76;9.70;913.00;1.57;0.36 +7341;0;3708.00;9.80;1526.00;0.00;0.46 +7341;1;3707.50;9.80;1520.00;-0.08;0.46 +7341;2;3710.50;9.80;1520.50;0.42;0.46 +7341;3;3703.50;9.80;1521.50;-0.78;0.46 +7341;4;3712.50;9.80;1525.50;1.46;0.46 +7341;5;3703.00;9.80;1527.00;4.51;0.46 +7341;6;3713.00;9.80;1531.00;2.35;0.46 +7341;7;3708.00;9.80;1532.00;3.14;0.46 +7341;9;3703.86;9.80;1526.00;1.57;0.46 +7341;10;3712.14;9.80;1526.00;-1.57;0.46 7341;21;3703.86;9.80;1526.00;1.57;0.46 +7342;0;4378.00;10.22;730.00;0.00;0.28 +7342;1;4377.50;9.80;727.50;-0.19;0.28 +7342;2;4380.00;10.72;728.00;0.78;0.28 +7342;3;4375.00;9.55;728.50;-1.10;0.28 +7342;4;4374.50;9.50;730.50;4.57;0.28 +7342;5;4381.50;11.30;731.50;1.97;0.28 +7342;6;4377.50;10.10;732.50;3.33;0.28 +7342;7;4380.50;11.40;733.50;2.52;0.28 +7342;9;4375.30;9.64;730.00;1.57;0.28 +7342;10;4380.70;11.06;730.00;-1.57;0.28 +7342;19;4373.00;9.50;727.00;-1.11;0.28 +7342;20;4371.50;9.50;726.10;-1.03;0.28 7342;21;4375.30;9.64;730.00;1.57;0.28 +7343;0;3653.00;10.40;1578.00;0.00;0.30 +7343;1;3653.50;10.40;1575.00;0.16;0.30 +7343;2;3656.00;10.47;1576.00;0.98;0.30 +7343;3;3649.50;10.30;1577.50;-1.42;0.30 +7343;4;3657.00;10.10;1579.00;1.81;0.30 +7343;5;3653.00;10.10;1581.50;3.14;0.30 +7343;6;3649.00;10.40;1581.50;3.99;0.30 +7343;9;3649.76;10.36;1578.00;1.57;0.30 +7343;10;3656.24;10.32;1578.00;-1.57;0.30 7343;21;3649.76;10.36;1578.00;1.57;0.30 +7344;0;4055.00;9.77;771.00;0.00;0.26 +7344;1;4053.00;9.55;768.50;-0.67;0.26 +7344;2;4055.00;9.85;765.50;0.00;0.26 +7344;3;4057.00;10.15;766.50;0.41;0.26 +7344;4;4057.50;10.15;771.00;1.57;0.26 +7344;5;4053.00;9.60;774.00;3.73;0.26 +7344;6;4056.50;9.90;776.00;2.85;0.26 +7344;9;4052.66;9.65;771.00;1.57;0.26 +7344;10;4057.34;10.12;771.00;-1.57;0.26 +7344;19;4051.00;9.50;773.00;-2.55;0.26 +7344;20;4049.43;9.50;773.78;4.24;0.26 7344;21;4052.66;9.65;771.00;1.57;0.26 +7345;0;1657.00;10.20;1645.00;0.00;0.34 +7345;1;1651.50;10.65;1642.00;-1.07;0.34 +7345;2;1655.50;10.70;1642.00;-0.46;0.34 +7345;3;828.00;9.50;822.00;-0.78;0.34 +7345;4;1653.00;10.50;1643.50;-1.21;0.34 +7345;5;1660.00;9.90;1645.00;1.57;0.34 +7345;6;1657.00;9.85;1648.00;3.14;0.34 +7345;7;1660.50;9.75;1649.00;2.42;0.34 +7345;9;1653.94;10.32;1645.00;1.57;0.34 +7345;10;1660.06;9.89;1645.00;-1.57;0.34 7345;21;1653.94;10.32;1645.00;1.57;0.34 +7346;0;3652.00;9.80;1692.00;0.00;0.36 +7346;1;3652.00;9.80;1686.50;0.00;0.36 +7346;2;3650.50;9.80;1687.50;-0.32;0.36 +7346;3;3654.50;9.80;1687.50;0.50;0.36 +7346;4;3649.00;9.80;1691.50;-1.40;0.36 +7346;5;3655.00;9.80;1692.50;1.73;0.36 +7346;6;3647.50;9.90;1696.50;3.92;0.36 +7346;7;3650.50;9.80;1696.00;3.50;0.36 +7346;9;3648.76;9.80;1692.00;1.57;0.36 +7346;10;3655.24;9.80;1692.00;-1.57;0.36 7346;21;3648.76;9.80;1692.00;1.57;0.36 +7347;0;4478.00;11.20;833.00;0.00;0.20 +7347;1;4477.00;10.95;829.50;-0.27;0.20 +7347;2;4479.00;11.27;830.00;0.32;0.20 +7347;3;4476.00;10.90;832.50;-1.32;0.20 +7347;4;4480.00;11.35;830.50;0.67;0.20 +7347;5;4479.50;11.35;833.00;1.57;0.20 +7347;6;4476.50;10.75;835.00;3.78;0.20 +7347;7;4479.00;11.15;836.50;2.86;0.20 +7347;9;4476.20;10.89;833.00;1.57;0.20 +7347;10;4479.80;11.38;833.00;-1.57;0.20 7347;21;4476.20;10.89;833.00;1.57;0.20 +7348;0;1074.00;10.67;1884.00;0.00;0.84 +7348;1;1075.50;11.00;1865.50;0.08;0.84 +7348;2;1082.00;11.00;1865.50;0.40;0.84 +7348;3;1082.00;10.72;1872.00;0.58;0.84 +7348;4;1066.00;11.25;1869.50;-0.50;0.84 +7348;5;1068.00;10.40;1889.50;3.97;0.84 +7348;6;1082.00;10.90;1894.50;2.49;0.84 +7348;7;536.50;9.50;941.50;-0.51;0.84 +7348;9;1066.44;10.74;1884.00;1.57;0.84 +7348;10;1081.56;10.70;1884.00;-1.57;0.84 7348;21;1066.44;10.74;1884.00;1.57;0.84 +7349;0;5112.00;10.40;496.00;0.00;0.22 +7349;1;5110.50;9.70;493.50;-0.54;0.22 +7349;2;5114.00;10.62;495.00;1.10;0.22 +7349;3;5110.50;10.25;497.00;4.12;0.22 +7349;4;5113.50;11.50;498.00;2.49;0.22 +7349;5;5111.50;11.35;499.00;3.30;0.22 +7349;9;5110.02;9.92;496.00;1.57;0.22 +7349;10;5113.98;10.92;496.00;-1.57;0.22 +7349;19;5112.00;9.50;491.00;-0.54;0.22 +7349;20;5112.00;9.50;489.25;0.00;0.22 7349;21;5110.02;9.92;496.00;1.57;0.22 +7350;0;4016.00;9.80;1521.00;0.00;0.52 +7350;1;4021.50;9.80;1518.50;1.14;0.52 +7350;2;4013.00;9.80;1515.50;-0.49;0.52 +7350;3;4008.00;9.80;1521.00;4.71;0.52 +7350;4;4024.00;9.80;1525.50;2.08;0.52 +7350;5;4014.50;9.80;1525.50;3.46;0.52 +7350;9;4009.16;9.80;1521.00;1.57;0.52 +7350;10;4022.84;9.80;1521.00;-1.57;0.52 7350;21;4009.16;9.80;1521.00;1.57;0.52 +7351;0;4685.00;10.25;886.00;0.00;0.22 +7351;1;4684.00;9.70;884.50;-0.58;0.22 +7351;2;4687.50;10.15;887.00;1.95;0.22 +7351;3;4684.50;10.30;888.00;3.38;0.22 +7351;4;4687.00;10.32;889.00;2.55;0.22 +7351;9;4683.02;9.50;886.00;1.57;0.22 +7351;10;4686.98;10.08;886.00;-1.57;0.22 +7351;19;4687.00;9.95;884.00;-0.59;0.22 +7351;20;4688.23;9.95;882.76;0.78;0.22 7351;21;4683.02;9.50;886.00;1.57;0.22 +7352;0;5156.00;10.12;557.00;0.00;0.18 +7352;1;5155.00;10.10;556.00;-0.78;0.18 +7352;2;5157.00;9.70;554.50;0.38;0.18 +7352;3;5158.50;9.85;555.00;0.89;0.18 +7352;4;5158.50;10.80;557.50;1.76;0.18 +7352;5;5154.00;10.10;558.00;4.24;0.18 +7352;6;5155.50;9.70;559.50;3.33;0.18 +7352;9;5154.38;10.08;557.00;1.57;0.18 +7352;10;5157.62;10.34;557.00;-1.57;0.18 +7352;19;5158.00;9.55;561.00;-2.94;0.18 +7352;20;5158.78;9.55;562.56;2.67;0.18 7352;21;5154.38;10.08;557.00;1.57;0.18 +7353;0;4361.00;9.70;924.00;0.00;0.34 +7353;1;4358.50;9.70;921.50;-0.78;0.34 +7353;2;4363.00;9.70;921.50;0.67;0.34 +7353;3;4365.00;9.70;925.00;1.81;0.34 +7353;4;4356.50;9.80;924.00;4.71;0.34 +7353;5;4358.50;9.90;926.50;3.92;0.34 +7353;6;4363.00;9.70;927.50;2.62;0.34 +7353;9;4357.76;9.80;924.00;1.57;0.34 +7353;10;4364.24;9.70;924.00;-1.57;0.34 7353;21;4357.76;9.80;924.00;1.57;0.34 +7354;0;3794.00;9.72;1460.00;0.00;0.40 +7354;1;3794.00;9.70;1455.50;0.00;0.40 +7354;2;3790.00;9.70;1456.00;-0.78;0.40 +7354;3;3798.00;9.80;1456.50;0.85;0.40 +7354;4;3789.00;9.70;1459.50;-1.47;0.40 +7354;5;3798.50;9.80;1460.50;1.68;0.40 +7354;6;3789.00;9.70;1463.00;4.17;0.40 +7354;7;3794.00;9.70;1465.00;3.14;0.40 +7354;9;3790.22;9.70;1460.00;1.57;0.40 +7354;10;3797.78;9.76;1460.00;-1.57;0.40 7354;21;3790.22;9.70;1460.00;1.57;0.40 +7355;0;4610.00;10.40;636.00;0.00;0.36 +7355;1;4607.00;10.40;632.50;-0.70;0.36 +7355;2;4613.00;10.50;634.50;1.10;0.36 +7355;3;4604.00;10.30;634.50;-1.32;0.36 +7355;4;4607.00;10.40;637.50;4.24;0.36 +7355;5;4615.50;10.40;637.50;1.83;0.36 +7355;6;4614.00;10.30;639.50;2.29;0.36 +7355;7;4611.00;10.30;641.00;2.94;0.36 +7355;9;4605.50;10.30;636.00;1.57;0.36 +7355;10;4614.50;10.40;636.00;-1.57;0.36 7355;21;4605.50;10.30;636.00;1.57;0.36 +7356;0;4413.00;11.87;957.00;0.00;0.30 +7356;1;4412.50;10.60;953.00;-0.12;0.30 +7356;2;4416.00;11.00;954.50;0.87;0.30 +7356;3;4409.50;11.05;954.00;-0.86;0.30 +7356;4;4410.00;12.00;958.00;4.39;0.30 +7356;5;4416.50;11.55;959.00;2.09;0.30 +7356;6;4413.50;12.70;961.50;3.03;0.30 +7356;7;4410.50;12.65;962.00;3.60;0.30 +7356;9;4410.30;11.77;957.00;1.57;0.30 +7356;10;4415.70;11.47;957.00;-1.57;0.30 7356;21;4410.30;11.77;957.00;1.57;0.30 +7357;0;3811.00;10.45;1599.00;0.00;0.42 +7357;1;3811.50;10.10;1594.50;0.11;0.42 +7357;2;3817.00;10.70;1597.00;1.24;0.42 +7357;3;3806.00;10.05;1599.50;4.61;0.42 +7357;4;3814.00;10.60;1601.50;2.26;0.42 +7357;5;3809.00;9.90;1604.00;3.52;0.42 +7357;9;3806.50;10.15;1599.00;1.57;0.42 +7357;10;3815.50;10.70;1599.00;-1.57;0.42 7357;21;3806.50;10.15;1599.00;1.57;0.42 +7358;0;4635.00;10.85;723.00;0.00;0.24 +7358;1;4635.00;10.95;719.00;0.00;0.24 +7358;2;4632.50;11.00;721.50;-1.03;0.24 +7358;3;4636.50;10.80;720.50;0.54;0.24 +7358;4;4637.00;10.62;724.00;2.03;0.24 +7358;5;4633.50;10.85;726.00;3.60;0.24 +7358;9;4632.84;11.10;723.00;1.57;0.24 +7358;10;4637.16;10.68;723.00;-1.57;0.24 7358;21;4632.84;11.10;723.00;1.57;0.24 +7359;0;3632.00;9.92;1679.00;0.00;0.24 +7359;1;3631.50;10.25;1676.00;-0.16;0.24 +7359;2;3628.00;10.40;1677.00;-1.10;0.24 +7359;3;3635.50;9.70;1678.50;1.42;0.24 +7359;4;3629.50;10.40;1679.00;4.71;0.24 +7359;5;3635.00;9.80;1681.00;2.15;0.24 +7359;6;3632.50;9.80;1681.50;2.94;0.24 +7359;9;3629.12;10.36;1679.00;1.57;0.24 +7359;10;3634.88;9.78;1679.00;-1.57;0.24 7359;21;3629.12;10.36;1679.00;1.57;0.24 +7360;0;4733.00;10.27;780.00;0.00;0.24 +7360;1;4733.00;10.25;780.50;3.14;0.24 +7360;2;4733.00;10.30;778.50;0.00;0.24 +7360;3;4730.50;10.40;779.50;-1.37;0.24 +7360;9;4730.48;10.39;780.00;1.57;0.24 +7360;10;4735.52;10.30;780.00;-1.57;0.24 +7360;19;4739.00;9.65;780.00;-3.14;0.24 +7360;20;4740.75;9.65;780.00;1.57;0.24 7360;21;4730.48;10.39;780.00;1.57;0.24 +7361;0;1807.00;9.70;1636.00;0.00;0.36 +7361;1;1809.50;9.50;1632.00;0.55;0.36 +7361;2;1805.50;9.55;1639.00;3.60;0.36 +7361;3;1802.50;9.75;1635.00;-1.35;0.36 +7361;4;1811.00;9.65;1637.00;1.81;0.36 +7361;9;1802.68;9.80;1636.00;1.57;0.36 +7361;10;1811.32;9.65;1636.00;-1.57;0.36 +7361;19;1813.04;9.40;1629.24;0.72;0.36 +7361;20;1814.20;9.40;1627.94;0.73;0.36 7361;21;1811.01;9.90;1632.62;-1.57;0.36 +7362;0;5106.00;11.95;507.00;0.00;0.20 +7362;1;5108.50;12.20;504.50;0.78;0.20 +7362;2;5106.00;11.20;505.00;0.00;0.20 +7362;3;5108.50;13.00;506.50;1.37;0.20 +7362;4;5103.00;11.35;508.00;4.39;0.20 +7362;5;5106.50;13.40;509.00;2.89;0.20 +7362;9;5103.84;11.15;507.00;1.57;0.20 +7362;10;5108.16;13.08;507.00;-1.57;0.20 7362;21;5103.84;11.15;507.00;1.57;0.20 +7363;0;4017.00;10.27;826.00;0.00;0.32 +7363;1;4019.50;10.65;823.00;0.69;0.32 +7363;2;4015.50;10.40;824.00;-0.64;0.32 +7363;3;4021.00;10.55;824.50;1.21;0.32 +7363;4;4018.50;10.25;827.00;2.15;0.32 +7363;5;4013.00;10.35;826.50;4.58;0.32 +7363;6;4016.00;10.15;829.50;3.42;0.32 +7363;9;4013.94;10.30;826.00;1.57;0.32 +7363;10;4020.06;10.40;826.00;-1.57;0.32 7363;21;4013.94;10.30;826.00;1.57;0.32 +7364;0;1692.00;10.30;1911.00;0.00;2.24 +7364;1;1674.00;10.40;1878.50;-0.50;2.24 +7364;2;1681.00;10.05;1923.50;3.86;2.24 +7364;3;1697.00;10.40;1885.50;0.19;2.24 +7364;4;845.50;9.50;955.00;-0.72;2.24 +7364;5;845.50;9.50;955.00;-0.72;2.24 +7364;6;1710.50;10.70;1905.50;1.28;2.24 +7364;7;1708.00;10.00;1930.00;2.44;2.24 +7364;8;1701.50;10.10;1948.00;2.89;2.24 +7364;9;1671.84;10.25;1911.00;1.57;2.24 +7364;10;1712.16;10.46;1911.00;-1.57;2.24 +7364;19;1741.00;9.53;1971.00;-3.84;2.24 +7364;20;1742.10;9.53;1972.35;2.45;2.24 7364;21;1671.84;10.25;1911.00;1.57;2.24 +7365;0;5100.00;14.62;552.00;0.00;0.20 +7365;1;5099.50;14.65;550.00;-0.24;0.20 +7365;2;5102.50;14.90;551.50;1.37;0.20 +7365;3;5098.00;14.45;552.50;4.46;0.20 +7365;4;5101.50;11.50;554.00;2.49;0.20 +7365;9;5097.66;14.48;552.00;1.57;0.20 +7365;10;5102.34;14.22;552.00;-1.57;0.20 +7365;19;5107.00;10.15;554.00;-3.79;0.20 +7365;20;5108.68;10.15;554.48;1.84;0.20 7365;21;5097.66;14.48;552.00;1.57;0.20 +7366;0;1528.00;11.10;1677.00;0.00;0.44 +7366;1;1526.50;10.90;1673.50;-0.40;0.44 +7366;2;1532.00;10.80;1673.50;0.85;0.44 +7366;3;1521.50;11.20;1676.50;-1.49;0.44 +7366;4;1533.00;11.10;1678.00;1.76;0.44 +7366;5;1526.00;11.30;1681.00;3.60;0.44 +7366;6;1532.00;11.20;1681.50;2.41;0.44 +7366;9;1523.32;11.20;1677.00;1.57;0.44 +7366;10;1532.68;11.05;1677.00;-1.57;0.44 7366;21;1523.32;11.20;1677.00;1.57;0.44 +7367;0;4369.00;9.70;878.00;0.00;0.22 +7367;1;4366.50;9.70;877.00;-1.19;0.22 +7367;2;4370.00;9.70;875.50;0.38;0.22 +7367;3;4372.00;9.70;876.50;1.10;0.22 +7367;4;4371.00;9.70;879.00;2.03;0.22 +7367;5;4365.50;9.70;879.00;4.43;0.22 +7367;6;4368.50;9.70;880.50;3.33;0.22 +7367;9;4366.66;9.70;878.00;1.57;0.22 +7367;10;4371.34;9.70;878.00;-1.57;0.22 7367;21;4366.66;9.70;878.00;1.57;0.22 +7368;0;4385.00;11.37;621.00;0.00;0.26 +7368;1;4385.00;10.77;619.00;0.00;0.26 +7368;2;4388.50;12.90;619.50;1.16;0.26 +7368;3;4381.50;9.60;620.50;-1.42;0.26 +7368;4;4388.00;12.90;622.50;2.03;0.26 +7368;5;4380.50;9.65;623.00;4.29;0.26 +7368;6;4383.00;10.95;624.00;3.73;0.26 +7368;9;4381.76;9.70;621.00;1.57;0.26 +7368;10;4388.24;13.06;621.00;-1.57;0.26 +7368;19;4380.00;9.50;620.00;-1.43;0.26 +7368;20;4378.28;9.50;619.65;-1.37;0.26 7368;21;4381.76;9.70;621.00;1.57;0.26 +7369;0;4752.49;10.50;621.07;0.00;0.28 +7369;1;4765.43;9.50;621.27;1.37;0.28 +7369;2;4771.42;9.50;615.76;0.74;0.28 +7369;9;4752.42;9.70;620.00;1.57;0.28 +7369;10;4763.58;9.50;620.00;-1.57;0.28 +7369;19;4769.00;9.50;621.00;1.37;0.28 +7369;20;4770.74;9.50;621.15;1.66;0.28 7369;21;4752.42;9.70;620.00;1.57;0.28 +7370;0;3688.00;9.85;1509.00;0.00;0.44 +7370;1;3684.00;9.80;1504.00;-0.67;0.44 +7370;2;3689.00;9.90;1504.00;0.19;0.44 +7370;3;3683.00;9.85;1508.00;-1.37;0.44 +7370;4;3692.00;9.80;1508.50;1.44;0.44 +7370;5;3684.00;9.90;1512.50;3.99;0.44 +7370;6;3693.50;9.80;1513.00;2.20;0.44 +7370;7;3688.50;9.80;1514.00;3.04;0.44 +7370;9;3683.68;9.90;1509.00;1.57;0.44 +7370;10;3692.32;9.80;1509.00;-1.57;0.44 7370;21;3683.68;9.90;1509.00;1.57;0.44 +7371;0;4602.00;10.12;719.00;0.00;0.24 +7371;1;4602.00;10.85;716.00;0.00;0.24 +7371;2;4604.50;10.80;717.50;1.03;0.24 +7371;3;4600.00;10.05;718.50;-1.32;0.24 +7371;4;4604.50;9.85;721.00;2.24;0.24 +7371;5;4600.00;9.70;722.00;3.73;0.24 +7371;6;4603.00;9.60;722.00;2.82;0.24 +7371;9;4599.84;9.93;719.00;1.57;0.24 +7371;10;4604.16;10.44;719.00;-1.57;0.24 +7371;19;4599.00;9.60;724.00;-2.55;0.24 +7371;20;4598.10;9.60;725.50;3.68;0.24 7371;21;4601.90;9.70;721.80;1.57;0.24 +7372;0;4093.00;12.07;946.00;0.00;0.34 +7372;1;4090.00;11.57;942.00;-0.64;0.34 +7372;2;4094.00;11.75;944.00;0.46;0.34 +7372;3;4088.00;11.25;944.00;-1.19;0.34 +7372;4;4097.50;12.95;947.00;1.78;0.34 +7372;5;4092.50;12.55;948.00;3.38;0.34 +7372;6;4097.00;13.90;950.00;2.35;0.34 +7372;9;4089.22;12.01;946.00;1.57;0.34 +7372;10;4096.78;12.54;946.00;-1.57;0.34 7372;21;4089.22;12.01;946.00;1.57;0.34 +7373;0;3697.00;13.30;1572.00;0.00;0.46 +7373;1;3694.50;11.70;1567.50;-0.50;0.46 +7373;2;3698.50;13.40;1567.00;0.29;0.46 +7373;3;3691.50;13.65;1571.00;-1.39;0.46 +7373;4;3700.50;13.90;1572.50;1.71;0.46 +7373;5;3695.50;14.70;1575.50;3.54;0.46 +7373;6;3700.50;13.80;1578.00;2.61;0.46 +7373;9;3692.86;13.89;1572.00;1.57;0.46 +7373;10;3701.14;14.30;1572.00;-1.57;0.46 7373;21;3692.86;13.89;1572.00;1.57;0.46 +7374;0;4074.00;14.77;1122.00;0.00;0.62 +7374;1;4079.00;14.10;1114.50;0.58;0.62 +7374;2;4082.00;14.90;1117.50;1.05;0.62 +7374;3;4074.00;14.07;1118.00;0.00;0.62 +7374;4;4067.00;14.00;1121.50;-1.49;0.62 +7374;5;4077.00;15.40;1124.50;2.26;0.62 +7374;6;4067.50;14.70;1126.00;4.16;0.62 +7374;7;4069.00;15.55;1130.00;3.70;0.62 +7374;9;4067.52;14.05;1122.00;1.57;0.62 +7374;10;4080.48;15.24;1122.00;-1.57;0.62 7374;21;4067.52;14.05;1122.00;1.57;0.62 +7375;0;3681.00;10.00;1686.00;0.00;0.24 +7375;1;3679.00;10.00;1683.50;-0.67;0.24 +7375;2;3683.50;9.90;1684.00;0.89;0.24 +7375;3;3685.00;9.90;1687.00;1.81;0.24 +7375;4;3676.50;9.90;1687.00;4.49;0.24 +7375;5;3679.00;9.95;1687.50;4.06;0.24 +7375;6;3683.50;9.90;1689.50;2.52;0.24 +7375;9;3677.40;9.90;1686.00;1.57;0.24 +7375;10;3684.60;9.90;1686.00;-1.57;0.24 7375;21;3677.40;9.90;1686.00;1.57;0.24 +7376;0;4440.00;9.70;830.00;0.00;0.20 +7376;1;4438.00;9.70;826.50;-0.51;0.20 +7376;2;4440.50;9.70;826.50;0.14;0.20 +7376;3;4438.00;9.70;830.00;4.71;0.20 +7376;4;4442.50;9.70;827.50;0.78;0.20 +7376;5;4442.00;9.70;830.50;1.81;0.20 +7376;6;4441.50;9.70;833.50;2.73;0.20 +7376;7;4439.00;9.70;834.00;3.38;0.20 +7376;9;4438.20;9.70;830.00;1.57;0.20 +7376;10;4441.80;9.70;830.00;-1.57;0.20 7376;21;4442.79;9.70;834.92;1.57;0.20 +7377;0;2696.00;10.30;1589.00;0.00;0.28 +7377;1;2694.50;10.05;1586.00;-0.46;0.28 +7377;2;2698.50;10.20;1589.50;1.76;0.28 +7377;3;2693.00;10.70;1589.50;4.54;0.28 +7377;4;2696.50;10.70;1591.50;2.94;0.28 +7377;9;2693.48;10.55;1589.00;1.57;0.28 +7377;10;2698.52;10.09;1589.00;-1.57;0.28 +7377;19;2701.47;9.50;1590.56;-5.21;0.28 +7377;20;2703.15;9.50;1591.04;1.84;0.28 7377;21;2698.52;10.09;1589.00;-1.57;0.28 +7378;0;5117.00;14.25;504.00;0.00;0.24 +7378;1;5118.50;13.60;500.50;0.40;0.24 +7378;2;5116.00;14.40;502.00;-0.46;0.24 +7378;3;5119.50;13.20;502.00;0.89;0.24 +7378;4;5114.00;14.90;505.00;4.39;0.24 +7378;5;5117.50;13.35;506.00;2.89;0.24 +7378;6;5114.00;13.85;507.50;3.85;0.24 +7378;9;5114.84;14.94;504.00;1.57;0.24 +7378;10;5119.16;13.20;504.00;-1.57;0.24 7378;21;5114.84;14.94;504.00;1.57;0.24 +7379;0;1767.00;11.95;1687.00;0.00;0.56 +7379;1;1763.00;11.80;1681.00;-0.58;0.56 +7379;2;1768.50;11.40;1682.50;0.32;0.56 +7379;3;1761.50;11.95;1687.00;4.71;0.56 +7379;4;1772.50;11.70;1686.50;1.48;0.56 +7379;5;1771.50;12.50;1691.50;2.35;0.56 +7379;6;1765.50;12.20;1693.00;3.38;0.56 +7379;9;1761.96;11.92;1687.00;1.57;0.56 +7379;10;1772.04;11.76;1687.00;-1.57;0.56 +7379;19;1779.78;9.50;1694.74;-4.43;0.56 +7379;20;1781.27;9.50;1695.65;2.11;0.56 7379;21;1772.04;11.76;1687.00;-1.57;0.56 +7380;0;4500.00;12.25;863.00;0.00;0.20 +7380;1;4500.00;12.35;861.50;0.00;0.20 +7380;2;4497.50;12.75;863.00;4.71;0.20 +7380;3;4503.00;11.90;861.50;1.10;0.20 +7380;4;4502.00;11.95;864.00;2.03;0.20 +7380;5;4499.50;12.10;865.50;3.33;0.20 +7380;9;4497.84;12.69;863.00;1.57;0.20 +7380;10;4502.16;11.88;863.00;-1.57;0.20 7380;21;4497.84;12.69;863.00;1.57;0.20 +7381;0;4473.00;9.75;550.00;0.00;0.18 +7381;1;4473.00;9.95;548.50;0.00;0.18 +7381;2;4470.50;9.70;550.50;4.51;0.18 +7381;3;4475.50;9.70;550.50;1.76;0.18 +7381;4;4473.00;9.55;552.00;3.14;0.18 +7381;9;4470.84;9.75;550.00;1.57;0.18 +7381;10;4475.16;9.75;550.00;-1.57;0.18 +7381;19;4471.00;9.60;553.00;-3.14;0.18 +7381;20;4470.03;9.60;554.45;3.73;0.18 7381;21;4470.84;9.75;550.00;1.57;0.18 +7382;0;4287.00;10.57;910.00;0.00;0.28 +7382;1;4285.50;9.50;907.00;-0.46;0.28 +7382;2;4289.50;10.70;910.50;1.76;0.28 +7382;3;4285.50;10.60;911.50;3.92;0.28 +7382;4;4288.00;10.80;913.50;2.86;0.28 +7382;5;4290.00;10.77;913.00;2.35;0.28 +7382;9;4284.48;9.98;910.00;1.57;0.28 +7382;10;4289.52;10.65;910.00;-1.57;0.28 +7382;19;4282.00;9.50;906.00;-0.46;0.28 +7382;20;4280.63;9.50;904.90;-0.89;0.28 7382;21;4284.48;9.98;910.00;1.57;0.28 +7383;0;3855.00;10.45;1531.00;0.00;0.58 +7383;1;3852.00;10.50;1527.50;-0.70;0.58 +7383;2;3855.00;10.50;1523.00;0.00;0.58 +7383;3;3858.50;10.50;1527.00;0.71;0.58 +7383;4;3859.50;10.40;1534.00;2.15;0.58 +7383;5;3848.50;10.40;1532.50;4.48;0.58 +7383;6;3848.50;10.40;1535.50;4.10;0.58 +7383;7;3852.50;10.40;1537.00;3.53;0.58 +7383;9;3849.60;10.40;1531.00;1.57;0.58 +7383;10;3860.40;10.40;1531.00;-1.57;0.58 7383;21;3849.60;10.40;1531.00;1.57;0.58 +7384;0;4456.00;9.85;619.00;0.00;0.30 +7384;1;4455.50;9.80;619.00;4.71;0.30 +7384;2;4458.50;9.50;615.50;0.62;0.30 +7384;3;4460.00;10.05;616.50;1.01;0.30 +7384;9;4452.94;9.72;619.00;1.57;0.30 +7384;10;4459.06;10.15;619.00;-1.57;0.30 +7384;19;4457.00;9.50;623.00;-1.57;0.30 +7384;20;4457.42;9.50;624.69;2.89;0.30 7384;21;4452.94;9.72;619.00;1.57;0.30 +7385;0;4743.00;10.17;803.00;0.00;0.34 +7385;1;4743.50;10.15;803.00;1.57;0.34 +7385;2;4740.50;10.20;803.50;4.51;0.34 +7385;9;4739.94;9.87;803.00;1.57;0.34 +7385;10;4746.06;10.09;803.00;-1.57;0.34 +7385;19;4741.00;9.50;806.00;1.57;0.34 +7385;20;4740.03;9.50;807.45;3.73;0.34 7385;21;4739.94;9.87;803.00;1.57;0.34 +7386;0;890.00;9.50;1681.00;0.00;0.38 +7386;1;889.00;10.15;1676.00;-0.19;0.38 +7386;2;886.00;10.17;1679.00;-1.10;0.38 +7386;3;893.00;10.02;1679.00;0.98;0.38 +7386;4;890.00;9.50;1684.00;3.14;0.38 +7386;5;894.00;9.70;1682.50;1.93;0.38 +7386;6;887.00;9.50;1683.00;4.12;0.38 +7386;9;886.58;9.83;1681.00;1.57;0.38 +7386;10;893.42;9.79;1681.00;-1.57;0.38 +7386;19;894.00;9.50;1686.00;-3.14;0.38 +7386;20;895.09;9.50;1687.36;2.46;0.38 7386;21;886.58;9.83;1681.00;1.57;0.38 +7387;0;4594.00;10.30;715.00;0.00;0.24 +7387;1;4595.00;10.35;712.50;0.38;0.24 +7387;2;4592.00;10.27;714.00;-1.10;0.24 +7387;3;4596.00;10.30;716.50;2.21;0.24 +7387;4;4593.00;9.95;717.50;3.52;0.24 +7387;9;4591.84;10.18;715.00;1.57;0.24 +7387;10;4596.16;10.40;715.00;-1.57;0.24 +7387;19;4594.00;9.50;721.00;-2.76;0.24 +7387;20;4594.00;9.50;722.75;3.14;0.24 7387;21;4591.84;10.18;715.00;1.57;0.24 +7388;0;1522.00;9.70;1326.00;0.00;0.30 +7388;1;1524.00;9.65;1323.00;0.58;0.30 +7388;2;1519.00;9.50;1324.50;-1.10;0.30 +7388;3;1517.50;9.50;1327.00;4.49;0.30 +7388;4;1526.50;9.70;1326.50;1.68;0.30 +7388;5;1522.00;9.65;1329.50;3.14;0.30 +7388;9;1518.22;9.50;1326.00;1.57;0.30 +7388;10;1525.78;9.70;1326.00;-1.57;0.30 +7388;19;1520.00;9.50;1324.00;-1.11;0.30 +7388;20;1518.76;9.50;1322.76;-0.78;0.30 7388;21;1518.22;9.50;1326.00;1.57;0.30 +7389;0;4724.00;9.67;772.00;0.00;0.20 +7389;1;4723.50;9.50;769.00;-0.16;0.20 +7389;2;4726.00;9.95;772.50;1.81;0.20 +7389;3;4721.50;9.80;772.50;4.51;0.20 +7389;4;4726.00;10.05;775.50;2.62;0.20 +7389;9;4722.20;9.60;772.00;1.57;0.20 +7389;10;4725.80;9.86;772.00;-1.57;0.20 +7389;19;4724.00;9.50;763.00;-0.17;0.20 +7389;20;4724.00;9.50;761.25;0.00;0.20 7389;21;4722.20;9.60;772.00;1.57;0.20 +7390;0;5399.00;9.70;475.00;0.00;0.38 +7390;1;5398.00;9.50;474.50;-1.10;0.38 +7390;2;5395.50;10.40;476.50;4.30;0.38 +7390;3;5400.00;9.90;477.00;2.67;0.38 +7390;4;5397.00;10.35;477.50;3.81;0.38 +7390;9;5395.40;9.74;475.00;1.57;0.38 +7390;10;5402.60;9.50;475.00;-1.57;0.38 +7390;19;5402.00;9.73;479.00;-3.61;0.38 +7390;20;5403.05;9.73;480.40;2.49;0.38 7390;21;5395.40;9.74;475.00;1.57;0.38 +7391;0;3990.00;10.05;833.00;0.00;0.36 +7391;1;3991.00;9.70;829.00;0.24;0.36 +7391;2;3987.50;9.50;832.00;-1.19;0.36 +7391;3;3993.00;10.85;831.00;0.98;0.36 +7391;4;3994.00;12.25;833.50;1.69;0.36 +7391;5;3991.50;12.00;836.00;2.67;0.36 +7391;6;3987.50;9.70;836.50;3.76;0.36 +7391;9;3986.58;9.50;833.00;1.57;0.36 +7391;10;3993.42;11.82;833.00;-1.57;0.36 +7391;19;3985.00;9.50;836.00;-1.19;0.36 +7391;20;3983.49;9.50;836.90;4.17;0.36 7391;21;3986.58;9.50;833.00;1.57;0.36 +7392;0;3815.00;9.97;1462.00;0.00;0.46 +7392;1;3814.00;9.95;1457.50;-0.21;0.46 +7392;2;3820.00;10.10;1457.00;0.78;0.46 +7392;3;3820.50;10.10;1461.50;1.48;0.46 +7392;4;3809.00;9.80;1461.50;-1.48;0.46 +7392;5;3815.50;9.90;1466.50;3.03;0.46 +7392;6;3809.50;9.80;1466.50;4.02;0.46 +7392;9;3810.32;9.80;1462.00;1.57;0.46 +7392;10;3819.68;10.10;1462.00;-1.57;0.46 7392;21;3810.32;9.80;1462.00;1.57;0.46 +7393;0;5502.00;11.10;702.00;0.00;0.16 +7393;1;5502.00;11.10;702.00;0.00;0.16 +7393;9;5500.56;9.66;702.00;1.57;0.16 +7393;10;5503.44;11.50;702.00;-1.57;0.16 +7393;19;5501.00;9.50;699.00;-1.57;0.16 +7393;20;5500.44;9.50;697.34;-0.32;0.16 7393;21;5500.56;9.66;702.00;1.57;0.16 +7394;0;2664.00;10.95;1568.00;0.00;0.24 +7394;1;2665.00;10.30;1566.50;0.58;0.24 +7394;2;2661.00;10.97;1567.00;-1.24;0.24 +7394;3;2663.00;10.95;1569.50;3.73;0.24 +7394;4;2668.00;9.87;1570.00;2.03;0.24 +7394;5;2667.00;10.35;1570.50;2.26;0.24 +7394;9;2661.12;11.05;1568.00;1.57;0.24 +7394;10;2666.88;9.50;1568.00;-1.57;0.24 +7394;19;2669.00;9.50;1569.00;0.59;0.24 +7394;20;2670.71;9.50;1569.34;1.76;0.24 7394;21;2661.12;11.05;1568.00;1.57;0.24 +7395;0;3976.00;10.65;872.00;0.00;0.38 +7395;1;3972.50;9.80;871.00;-1.29;0.38 +7395;2;3976.50;10.90;868.00;0.12;0.38 +7395;3;3980.50;11.20;871.00;1.35;0.38 +7395;4;3980.50;11.20;873.50;1.89;0.38 +7395;5;3979.00;11.15;875.50;2.43;0.38 +7395;6;3974.50;9.90;875.00;3.60;0.38 +7395;9;3972.40;9.73;872.00;1.57;0.38 +7395;10;3979.60;11.20;872.00;-1.57;0.38 +7395;19;3971.00;9.50;872.00;-1.29;0.38 +7395;20;3969.25;9.50;872.00;4.71;0.38 7395;21;3972.40;9.73;872.00;1.57;0.38 +7396;0;4465.00;9.70;606.00;0.00;0.26 +7396;1;4467.00;9.75;605.50;1.32;0.26 +7396;2;4462.00;9.70;607.00;4.39;0.26 +7396;3;4463.00;10.10;609.00;3.73;0.26 +7396;4;4461.50;9.50;605.50;-1.42;0.26 +7396;9;4462.12;9.53;606.00;1.57;0.26 +7396;10;4467.88;9.90;606.00;-1.57;0.26 +7396;19;4462.00;9.50;605.00;1.33;0.26 +7396;20;4460.34;9.50;604.44;-1.24;0.26 7396;21;4462.12;9.53;606.00;1.57;0.26 +7397;0;4422.00;18.12;1218.00;0.00;0.38 +7397;1;4422.00;17.25;1213.50;0.00;0.38 +7397;2;4425.50;17.60;1217.50;1.42;0.38 +7397;3;4417.50;18.15;1216.00;-1.15;0.38 +7397;4;4418.50;18.05;1220.00;4.19;0.38 +7397;5;4423.00;17.65;1221.50;2.86;0.38 +7397;9;4418.58;18.35;1218.00;1.57;0.38 +7397;10;4425.42;17.60;1218.00;-1.57;0.38 7397;21;4418.58;18.35;1218.00;1.57;0.38 +7398;0;907.00;12.75;1633.00;0.00;0.40 +7398;1;906.50;13.15;1628.00;-0.10;0.40 +7398;2;911.50;12.10;1630.50;1.06;0.40 +7398;3;902.50;12.40;1630.50;-1.06;0.40 +7398;4;904.00;12.25;1636.50;3.85;0.40 +7398;5;909.50;13.10;1636.00;2.44;0.40 +7398;9;903.04;12.30;1633.00;1.57;0.40 +7398;10;910.96;12.33;1633.00;-1.57;0.40 7398;21;903.04;12.30;1633.00;1.57;0.40 +7399;0;4415.00;9.77;706.00;0.00;0.20 +7399;1;4415.50;9.70;703.00;0.16;0.20 +7399;2;4413.00;9.85;706.00;4.71;0.20 +7399;3;4417.50;9.70;704.00;0.89;0.20 +7399;4;4417.50;9.70;707.00;1.95;0.20 +7399;5;4415.00;10.40;709.50;3.14;0.20 +7399;6;4412.50;10.60;709.50;3.76;0.20 +7399;9;4413.20;9.85;706.00;1.57;0.20 +7399;10;4416.80;9.70;706.00;-1.57;0.20 +7399;19;4419.00;9.55;711.00;-4.33;0.20 +7399;20;4420.09;9.55;712.36;2.46;0.20 7399;21;4413.20;9.85;706.00;1.57;0.20 +7400;0;4352.00;12.80;1003.00;0.00;0.44 +7400;1;4351.00;12.40;997.00;-0.16;0.44 +7400;2;4348.50;12.60;1003.00;4.71;0.44 +7400;3;4355.50;12.90;1001.00;1.05;0.44 +7400;4;4355.50;13.15;1005.00;2.09;0.44 +7400;5;4351.00;13.25;1008.50;3.32;0.44 +7400;9;4348.04;12.60;1003.00;1.57;0.44 +7400;10;4355.96;12.95;1003.00;-1.57;0.44 7400;21;4348.04;12.60;1003.00;1.57;0.44 +7401;0;3751.00;9.80;1592.00;0.00;0.44 +7401;1;3751.00;9.80;1587.50;0.00;0.44 +7401;2;3754.50;9.80;1587.50;0.66;0.44 +7401;3;3754.50;9.80;1591.00;1.29;0.44 +7401;4;3747.50;9.80;1588.50;-0.78;0.44 +7401;5;3746.50;9.80;1591.50;-1.46;0.44 +7401;6;3748.00;9.80;1596.50;3.73;0.44 +7401;7;3752.00;9.80;1596.50;2.92;0.44 +7401;9;3747.04;9.80;1592.00;1.57;0.44 +7401;10;3754.96;9.80;1592.00;-1.57;0.44 7401;21;3754.96;9.80;1592.00;-1.57;0.44 +7402;0;4013.00;10.82;782.00;0.00;0.28 +7402;1;4014.50;10.10;779.00;0.46;0.28 +7402;2;4011.00;9.85;780.00;-0.78;0.28 +7402;3;4016.00;11.57;783.00;1.89;0.28 +7402;4;4010.00;10.05;783.50;4.24;0.28 +7402;5;4012.50;12.55;786.00;3.26;0.28 +7402;9;4010.48;9.89;782.00;1.57;0.28 +7402;10;4015.52;11.39;782.00;-1.57;0.28 +7402;19;4010.00;9.50;778.00;-0.79;0.28 +7402;20;4008.95;9.50;776.60;-0.64;0.28 7402;21;4010.48;9.89;782.00;1.57;0.28 +7403;0;3647.00;10.00;1653.00;0.00;0.22 +7403;1;3648.50;10.05;1649.00;0.35;0.22 +7403;2;3646.00;9.90;1650.50;-0.38;0.22 +7403;3;3649.50;10.10;1651.50;1.03;0.22 +7403;4;3644.50;10.00;1654.50;4.17;0.22 +7403;5;3649.00;10.05;1654.50;2.21;0.22 +7403;6;3646.50;10.00;1656.00;3.30;0.22 +7403;9;3645.02;10.00;1653.00;1.57;0.22 +7403;10;3648.98;10.04;1653.00;-1.57;0.22 7403;21;3645.02;10.00;1653.00;1.57;0.22 +7404;0;4421.00;9.57;827.00;0.00;0.26 +7404;1;4419.50;9.70;825.00;-0.64;0.26 +7404;2;4423.50;9.50;825.50;1.03;0.26 +7404;3;4424.00;9.87;828.00;1.89;0.26 +7404;4;4418.00;9.70;827.50;4.54;0.26 +7404;5;4420.00;9.60;829.50;3.52;0.26 +7404;6;4422.50;10.00;829.50;2.60;0.26 +7404;9;4418.66;9.70;827.00;1.57;0.26 +7404;10;4423.34;9.63;827.00;-1.57;0.26 +7404;19;4420.00;9.50;823.00;-0.64;0.26 +7404;20;4419.57;9.50;821.30;-0.24;0.26 7404;21;4418.66;9.70;827.00;1.57;0.26 +7405;0;3981.00;11.15;1479.00;0.00;0.44 +7405;1;3981.00;11.30;1474.00;0.00;0.44 +7405;2;3989.50;11.00;1475.00;1.13;0.44 +7405;3;3973.00;10.90;1479.50;4.65;0.44 +7405;4;3989.50;10.85;1479.00;1.57;0.44 +7405;5;3982.50;10.90;1482.50;2.73;0.44 +7405;6;3989.00;10.55;1482.50;1.98;0.44 +7405;7;3976.00;10.80;1484.00;3.92;0.44 +7405;9;3974.52;10.95;1479.00;1.57;0.44 +7405;10;3987.48;10.95;1479.00;-1.57;0.44 7405;21;3974.52;10.95;1479.00;1.57;0.44 +7406;0;4512.00;12.32;1195.00;0.00;0.34 +7406;1;4511.50;12.25;1192.00;-0.16;0.34 +7406;2;4515.50;12.60;1194.00;1.29;0.34 +7406;3;4509.00;12.30;1196.00;4.39;0.34 +7406;4;4515.00;11.72;1198.00;2.35;0.34 +7406;5;4512.50;11.35;1200.00;3.04;0.34 +7406;9;4508.94;12.40;1195.00;1.57;0.34 +7406;10;4515.06;12.55;1195.00;-1.57;0.34 7406;21;4508.94;12.40;1195.00;1.57;0.34 +7407;0;3960.00;10.20;1500.00;0.00;0.46 +7407;1;3959.50;10.40;1495.50;-0.11;0.46 +7407;2;3965.50;10.40;1494.50;0.78;0.46 +7407;3;3967.00;10.17;1499.00;1.42;0.46 +7407;4;3954.00;10.30;1498.50;-1.32;0.46 +7407;5;3952.00;10.20;1502.00;4.46;0.46 +7407;6;3962.00;10.10;1503.00;2.55;0.46 +7407;7;3955.00;10.10;1504.50;3.98;0.46 +7407;9;3953.88;10.28;1500.00;1.57;0.46 +7407;10;3966.12;10.15;1500.00;-1.57;0.46 7407;21;3953.88;10.28;1500.00;1.57;0.46 +7408;0;4383.23;9.60;869.73;0.00;0.20 +7408;1;4379.50;9.70;865.50;-0.19;0.20 +7408;2;4382.00;9.70;866.50;0.92;0.20 +7408;3;4377.50;9.65;868.00;4.71;0.20 +7408;4;4382.00;9.60;869.00;2.03;0.20 +7408;5;4380.00;9.57;870.00;3.14;0.20 +7408;9;4378.20;9.65;868.00;1.57;0.20 +7408;10;4381.80;9.65;868.00;-1.57;0.20 +7408;19;4379.71;9.50;864.56;-0.30;0.20 +7408;20;4379.57;9.50;862.82;-0.08;0.20 7408;21;4378.92;9.60;868.43;-1.57;0.20 +7409;0;5093.00;10.75;526.00;0.00;0.36 +7409;1;5095.50;12.30;521.00;0.46;0.36 +7409;2;5092.00;10.50;524.50;-0.58;0.36 +7409;3;5096.50;13.30;522.50;0.78;0.36 +7409;4;5097.00;13.82;525.00;1.32;0.36 +7409;5;5094.00;12.20;528.50;2.76;0.36 +7409;6;5088.50;10.50;527.00;4.49;0.36 +7409;7;5090.00;10.95;529.00;3.92;0.36 +7409;9;5089.76;10.30;526.00;1.57;0.36 +7409;10;5096.24;13.16;526.00;-1.57;0.36 7409;21;5089.76;10.30;526.00;1.57;0.36 +7410;0;3758.00;9.85;1506.00;0.00;0.42 +7410;1;3759.00;9.80;1500.50;0.18;0.42 +7410;2;3754.00;9.90;1503.50;-1.01;0.42 +7410;3;3762.50;9.75;1503.00;0.98;0.42 +7410;4;3762.00;9.80;1508.00;2.03;0.42 +7410;5;3754.00;9.90;1509.00;4.06;0.42 +7410;6;3759.00;9.90;1511.50;2.96;0.42 +7410;9;3754.22;9.90;1506.00;1.57;0.42 +7410;10;3761.78;9.80;1506.00;-1.57;0.42 7410;21;3754.22;9.90;1506.00;1.57;0.42 +7411;0;3996.00;10.92;916.00;0.00;0.36 +7411;1;3995.00;10.85;912.50;-0.27;0.36 +7411;2;4000.50;10.70;914.00;1.15;0.36 +7411;3;3991.50;10.90;913.50;-1.06;0.36 +7411;4;3992.00;11.00;917.50;4.35;0.36 +7411;5;4002.00;10.65;916.50;1.65;0.36 +7411;6;3997.00;10.90;919.50;2.86;0.36 +7411;7;3993.00;11.00;920.50;3.73;0.36 +7411;9;3991.86;11.00;916.00;1.57;0.36 +7411;10;4000.14;10.76;916.00;-1.57;0.36 7411;21;3991.86;11.00;916.00;1.57;0.36 +7412;0;5183.00;9.50;593.00;0.00;0.24 +7412;1;5182.50;9.50;591.50;-0.32;0.24 +7412;2;5185.50;9.70;589.50;0.62;0.24 +7412;3;5180.00;9.55;594.50;4.24;0.24 +7412;9;5180.84;9.50;593.00;1.57;0.24 +7412;10;5185.16;9.50;593.00;-1.57;0.24 +7412;19;5188.00;9.50;600.00;-0.32;0.24 +7412;20;5189.01;9.50;601.42;2.52;0.24 7412;21;5180.84;9.50;593.00;1.57;0.24 +7413;0;4800.47;10.30;658.17;0.00;0.24 +7413;1;4802.78;9.60;644.37;0.24;0.24 +7413;2;4799.03;10.40;659.37;3.92;0.24 +7413;3;4802.03;11.10;659.19;2.89;0.24 +7413;4;4800.60;9.90;647.20;-0.46;0.24 +7413;9;4798.84;9.50;653.00;1.57;0.24 +7413;10;4803.16;9.50;653.00;-1.57;0.24 +7413;19;4797.00;9.50;661.00;-2.36;0.24 +7413;20;4796.21;9.50;662.56;3.60;0.24 7413;21;4798.84;9.50;653.00;1.57;0.24 +7414;0;912.00;11.95;1707.00;0.00;0.46 +7414;1;914.00;12.70;1702.00;0.38;0.46 +7414;2;916.50;13.30;1707.00;1.57;0.46 +7414;3;908.50;11.10;1703.50;-0.78;0.46 +7414;4;907.00;11.20;1708.50;4.42;0.46 +7414;5;907.00;12.47;1713.00;3.83;0.46 +7414;6;911.50;12.70;1712.50;3.23;0.46 +7414;9;907.50;11.10;1707.00;1.57;0.46 +7414;10;916.50;13.30;1707.00;-1.57;0.46 7414;21;907.50;11.10;1707.00;1.57;0.46 +7415;0;4630.00;10.42;702.00;0.00;0.22 +7415;1;4625.00;10.55;701.00;-1.37;0.22 +7415;2;4630.00;10.70;699.50;0.00;0.22 +7415;3;4632.34;10.50;700.93;1.71;0.22 +7415;4;4631.00;10.05;703.50;2.55;0.22 +7415;9;4625.50;10.45;702.00;1.57;0.22 +7415;10;4634.50;9.60;702.00;-1.57;0.22 +7415;19;4632.00;9.82;703.00;-4.57;0.22 +7415;20;4633.56;9.82;703.78;2.03;0.22 7415;21;4625.50;10.45;702.00;1.57;0.22 +7416;0;3675.00;10.05;1646.00;0.00;0.24 +7416;1;3673.00;9.90;1643.50;-0.67;0.24 +7416;2;3678.00;10.00;1645.00;1.24;0.24 +7416;3;3670.50;9.95;1646.00;4.71;0.24 +7416;4;3674.00;10.35;1648.00;3.60;0.24 +7416;5;3678.50;9.90;1647.00;1.84;0.24 +7416;9;3671.40;10.04;1646.00;1.57;0.24 +7416;10;3678.60;9.94;1646.00;-1.57;0.24 7416;21;3671.40;10.04;1646.00;1.57;0.24 +7417;0;4732.00;9.67;771.00;0.00;0.24 +7417;1;4732.00;9.60;769.00;0.00;0.24 +7417;2;4730.00;9.70;772.00;4.24;0.24 +7417;3;4735.00;9.50;771.50;1.73;0.24 +7417;4;4732.50;9.95;774.00;2.97;0.24 +7417;9;4729.84;9.70;771.00;1.57;0.24 +7417;10;4734.16;9.50;771.00;-1.57;0.24 +7417;19;4735.00;9.65;774.00;0.00;0.24 +7417;20;4736.23;9.65;775.23;2.35;0.24 7417;21;4729.84;9.70;771.00;1.57;0.24 +7418;0;4507.00;14.62;1184.00;0.00;0.34 +7418;1;4505.00;14.80;1181.50;-0.67;0.34 +7418;2;4510.50;14.20;1182.50;1.16;0.34 +7418;3;4501.50;15.30;1185.00;4.53;0.34 +7418;4;4509.00;13.70;1186.50;2.46;0.34 +7418;5;4513.00;12.80;1186.00;1.89;0.34 +7418;6;4503.50;14.40;1188.50;3.80;0.34 +7418;9;4502.86;15.38;1184.00;1.57;0.34 +7418;10;4511.14;13.69;1184.00;-1.57;0.34 7418;21;4502.86;15.38;1184.00;1.57;0.34 +7419;0;4669.24;9.80;817.25;0.00;0.46 +7419;1;4670.78;11.40;814.80;-0.18;0.46 +7419;2;4666.70;10.10;812.29;-0.60;0.46 +7419;3;4667.63;9.70;819.72;-1.10;0.46 +7419;9;4665.86;9.50;821.00;1.57;0.46 +7419;10;4674.14;9.50;821.00;-1.57;0.46 +7419;19;4671.00;9.50;828.00;-1.11;0.46 +7419;20;4671.24;9.50;829.73;3.00;0.46 7419;21;4665.86;9.50;821.00;1.57;0.46 +7420;0;1470.00;10.57;1632.00;0.00;0.36 +7420;1;1468.50;10.90;1629.50;-0.54;0.36 +7420;2;1473.50;11.00;1631.00;1.29;0.36 +7420;3;734.50;9.50;815.50;-0.73;0.36 +7420;4;1473.50;9.90;1635.00;2.27;0.36 +7420;9;1466.04;10.45;1632.00;1.57;0.36 +7420;10;1473.96;10.84;1632.00;-1.57;0.36 7420;21;1466.04;10.45;1632.00;1.57;0.36 +7421;0;4490.00;12.17;539.00;0.00;0.22 +7421;1;4490.50;12.55;537.00;0.24;0.22 +7421;2;4493.00;12.00;537.00;0.98;0.22 +7421;3;4492.50;11.80;539.50;1.76;0.22 +7421;4;4486.50;13.30;539.00;4.71;0.22 +7421;5;4488.50;11.95;541.00;3.78;0.22 +7421;6;4486.00;11.60;541.50;4.15;0.22 +7421;9;4487.30;13.10;539.00;1.57;0.22 +7421;10;4492.70;11.82;539.00;-1.57;0.22 7421;21;4487.30;13.10;539.00;1.57;0.22 +7422;0;1450.00;10.40;1411.00;0.00;0.36 +7422;1;1451.50;10.20;1406.50;0.32;0.36 +7422;2;1447.50;10.30;1407.00;-0.55;0.36 +7422;3;1455.50;9.90;1408.00;1.07;0.36 +7422;4;1446.00;10.37;1411.00;4.71;0.36 +7422;5;1453.50;10.10;1411.50;1.71;0.36 +7422;6;1446.00;10.40;1415.00;3.92;0.36 +7422;7;1449.50;10.40;1415.00;3.26;0.36 +7422;9;1446.40;10.39;1411.00;1.57;0.36 +7422;10;1453.60;10.13;1411.00;-1.57;0.36 7422;21;1446.40;10.39;1411.00;1.57;0.36 +7423;0;4714.00;10.82;830.00;0.00;0.26 +7423;1;4713.50;10.55;828.00;-0.24;0.26 +7423;2;4716.50;12.10;828.50;1.03;0.26 +7423;3;4712.50;9.90;831.50;3.92;0.26 +7423;9;4711.66;9.62;830.00;1.57;0.26 +7423;10;4716.34;12.69;830.00;-1.57;0.26 +7423;19;4713.00;9.90;835.00;-2.36;0.26 +7423;20;4712.65;9.90;836.71;3.33;0.26 7423;21;4711.66;9.62;830.00;1.57;0.26 +7424;0;4580.00;12.60;653.00;0.00;0.48 +7424;1;4575.00;11.60;650.00;-1.03;0.48 +7424;2;4580.50;10.45;646.00;0.07;0.48 +7424;3;4585.00;10.60;650.50;1.10;0.48 +7424;4;4585.00;11.25;658.50;2.40;0.48 +7424;5;4577.00;11.00;657.00;3.78;0.48 +7424;6;4582.00;11.25;660.00;2.86;0.48 +7424;7;4585.00;11.65;662.00;2.63;0.48 +7424;9;4575.68;12.54;653.00;1.57;0.48 +7424;10;4584.32;10.96;653.00;-1.57;0.48 7424;21;4575.68;12.54;653.00;1.57;0.48 +7425;0;3928.00;10.10;1510.00;0.00;0.54 +7425;1;3931.50;10.20;1505.00;0.61;0.54 +7425;2;3936.00;10.22;1507.00;1.21;0.54 +7425;3;3924.50;10.10;1507.50;-0.95;0.54 +7425;4;3921.50;10.20;1510.50;4.63;0.54 +7425;5;3934.00;10.05;1511.00;1.73;0.54 +7425;6;3928.00;10.00;1514.50;3.14;0.54 +7425;7;3921.00;10.10;1515.00;4.09;0.54 +7425;9;3922.24;10.20;1510.00;1.57;0.54 +7425;10;3933.76;10.10;1510.00;-1.57;0.54 7425;21;3922.24;10.20;1510.00;1.57;0.54 +7426;0;4477.00;12.92;900.00;0.00;0.26 +7426;1;4476.50;12.35;897.00;-0.16;0.26 +7426;2;4474.00;12.15;898.50;-1.10;0.26 +7426;3;4479.00;12.57;900.00;1.57;0.26 +7426;4;4476.00;13.05;901.50;3.73;0.26 +7426;5;4480.50;11.90;902.50;2.19;0.26 +7426;6;4479.50;12.10;903.50;2.52;0.26 +7426;9;4474.66;12.64;900.00;1.57;0.26 +7426;10;4479.34;12.49;900.00;-1.57;0.26 7426;21;4474.66;12.64;900.00;1.57;0.26 +7427;0;4406.00;10.17;684.00;0.00;0.24 +7427;1;4404.50;9.55;681.00;-0.46;0.24 +7427;2;4408.00;10.05;682.50;0.92;0.24 +7427;3;4403.50;10.15;685.00;4.33;0.24 +7427;4;4409.00;10.35;686.00;2.15;0.24 +7427;5;4407.00;10.40;687.00;2.82;0.24 +7427;9;4403.84;10.03;684.00;1.57;0.24 +7427;10;4408.16;10.25;684.00;-1.57;0.24 +7427;19;4402.00;9.50;680.00;-0.46;0.24 +7427;20;4400.76;9.50;678.76;-0.78;0.24 7427;21;4403.84;10.03;684.00;1.57;0.24 +7428;0;4074.00;9.80;941.00;0.00;0.40 +7428;1;4071.00;9.80;936.50;-0.58;0.40 +7428;2;4073.00;9.80;936.00;-0.19;0.40 +7428;3;4076.00;9.80;937.50;0.51;0.40 +7428;4;4069.50;9.90;940.50;-1.46;0.40 +7428;5;4078.50;9.90;941.50;1.68;0.40 +7428;6;4073.50;9.80;943.50;3.33;0.40 +7428;7;4078.50;9.90;944.50;2.23;0.40 +7428;9;4070.22;9.90;941.00;1.57;0.40 +7428;10;4077.78;9.90;941.00;-1.57;0.40 7428;21;4070.22;9.90;941.00;1.57;0.40 +7429;0;3766.00;10.57;1573.00;0.00;0.48 +7429;1;3768.00;10.70;1570.00;0.58;0.48 +7429;2;3762.50;10.40;1568.50;-0.66;0.48 +7429;3;3762.50;10.30;1574.50;4.30;0.48 +7429;4;3771.50;10.70;1574.00;1.75;0.48 +7429;5;3766.50;10.40;1577.00;3.01;0.48 +7429;6;3762.00;10.25;1578.00;3.81;0.48 +7429;9;3760.96;10.15;1573.00;1.57;0.48 +7429;10;3771.04;10.70;1573.00;-1.57;0.48 7429;21;3771.04;10.70;1573.00;-1.57;0.48 +7430;0;3999.00;11.57;978.00;0.00;0.38 +7430;1;3997.50;11.50;974.50;-0.40;0.38 +7430;2;4004.00;11.35;977.50;1.47;0.38 +7430;3;3991.50;11.50;977.00;-1.43;0.38 +7430;4;3994.50;11.60;980.50;4.20;0.38 +7430;5;4005.50;11.35;981.00;2.00;0.38 +7430;6;4001.50;11.50;982.50;2.63;0.38 +7430;9;3993.78;11.58;978.00;1.57;0.38 +7430;10;4004.22;11.37;978.00;-1.57;0.38 7430;21;3993.78;11.58;978.00;1.57;0.38 +7431;0;3659.00;10.00;1648.00;0.00;0.24 +7431;1;3657.50;10.05;1646.00;-0.64;0.24 +7431;2;3661.50;9.90;1645.00;0.69;0.24 +7431;3;3662.50;9.90;1647.00;1.29;0.24 +7431;4;3655.50;10.00;1649.00;4.43;0.24 +7431;5;3661.50;9.90;1649.00;1.95;0.24 +7431;6;3658.50;10.00;1650.50;3.33;0.24 +7431;9;3656.48;10.00;1648.00;1.57;0.24 +7431;10;3661.52;9.90;1648.00;-1.57;0.24 7431;21;3656.48;10.00;1648.00;1.57;0.24 +7432;0;4429.00;9.72;819.00;0.00;0.32 +7432;1;4424.79;9.70;817.01;-0.38;0.32 +7432;2;4432.00;9.75;819.00;1.57;0.32 +7432;3;4432.50;9.70;821.00;2.09;0.32 +7432;4;4427.50;9.70;821.50;3.68;0.32 +7432;5;4430.50;9.70;821.50;2.60;0.32 +7432;9;4426.12;9.68;819.00;1.57;0.32 +7432;10;4431.88;9.75;819.00;-1.57;0.32 +7432;19;4423.00;9.50;817.00;-0.38;0.32 +7432;20;4421.34;9.50;816.44;-1.24;0.32 7432;21;4426.12;9.68;819.00;1.57;0.32 +7433;0;1698.00;11.25;1670.00;0.00;0.30 +7433;1;1694.50;11.30;1668.50;-1.16;0.30 +7433;2;1700.00;11.52;1668.00;0.78;0.30 +7433;3;1702.00;11.05;1671.00;1.81;0.30 +7433;4;1694.50;11.00;1670.50;4.57;0.30 +7433;5;1698.00;10.35;1673.00;3.14;0.30 +7433;9;1694.40;11.14;1670.00;1.57;0.30 +7433;10;1701.60;11.14;1670.00;-1.57;0.30 +7433;19;1701.00;9.93;1675.00;-3.14;0.30 +7433;20;1701.90;9.93;1676.50;2.60;0.30 7433;21;1694.40;11.14;1670.00;1.57;0.30 +7434;0;4542.00;9.80;1136.00;0.00;0.26 +7434;1;4539.00;9.90;1133.50;-0.87;0.26 +7434;2;4544.00;9.75;1133.50;0.67;0.26 +7434;3;2270.50;9.50;567.50;-1.32;0.26 +7434;4;4544.00;9.77;1137.00;2.03;0.26 +7434;5;4537.50;10.10;1137.00;4.49;0.26 +7434;6;4539.00;10.05;1139.00;3.92;0.26 +7434;9;4538.40;10.01;1136.00;1.57;0.26 +7434;10;4545.60;9.70;1136.00;-1.57;0.26 7434;21;4538.40;10.01;1136.00;1.57;0.26 +7435;0;1647.00;10.72;1673.00;0.00;0.48 +7435;1;1647.50;10.50;1667.50;0.09;0.48 +7435;2;1642.50;10.30;1670.50;-1.06;0.48 +7435;3;1651.50;10.70;1671.50;1.24;0.48 +7435;4;1645.50;10.70;1677.00;3.50;0.48 +7435;5;1651.50;10.80;1677.00;2.29;0.48 +7435;9;1642.68;10.40;1673.00;1.57;0.48 +7435;10;1651.32;10.70;1673.00;-1.57;0.48 7435;21;1642.68;10.40;1673.00;1.57;0.48 +7436;0;4044.00;9.92;849.00;0.00;0.28 +7436;1;4042.50;9.90;845.00;-0.35;0.28 +7436;2;4045.50;9.80;846.50;0.54;0.28 +7436;3;4041.00;10.25;848.50;-1.40;0.28 +7436;4;4046.50;9.80;850.50;2.11;0.28 +7436;5;4044.00;10.05;852.50;3.14;0.28 +7436;9;4041.48;10.25;849.00;1.57;0.28 +7436;10;4046.52;9.80;849.00;-1.57;0.28 7436;21;4041.48;10.25;849.00;1.57;0.28 +7437;0;5313.00;10.50;484.00;0.00;0.24 +7437;1;5314.00;10.50;482.50;0.58;0.24 +7437;2;5311.00;10.50;485.00;4.24;0.24 +7437;3;5313.50;10.50;487.00;2.97;0.24 +7437;9;5310.84;10.50;484.00;1.57;0.24 +7437;10;5315.16;10.50;484.00;-1.57;0.24 +7437;19;5319.55;9.50;483.60;-3.30;0.24 +7437;20;5321.31;9.50;482.86;1.22;0.24 7437;21;5315.16;10.50;484.00;-1.57;0.24 +7438;0;3668.00;9.80;1523.00;0.00;0.40 +7438;1;3668.50;9.80;1519.50;0.14;0.40 +7438;2;3674.00;9.80;1519.50;1.04;0.40 +7438;3;3663.00;9.70;1522.00;-1.37;0.40 +7438;4;3674.00;9.87;1523.00;1.57;0.40 +7438;5;3663.00;9.80;1526.50;4.10;0.40 +7438;6;3670.00;9.80;1526.00;2.55;0.40 +7438;7;3666.00;9.80;1528.00;3.52;0.40 +7438;9;3663.14;9.75;1523.00;1.57;0.40 +7438;10;3672.86;9.81;1523.00;-1.57;0.40 7438;21;3663.14;9.75;1523.00;1.57;0.40 +7439;0;4710.00;10.40;914.00;0.00;0.18 +7439;1;4711.00;10.40;911.50;0.38;0.18 +7439;2;4708.50;10.45;913.00;-0.98;0.18 +7439;3;4712.00;10.37;914.00;1.57;0.18 +7439;4;4708.00;10.52;916.00;3.92;0.18 +7439;5;4711.00;10.47;916.00;2.67;0.18 +7439;9;4708.38;10.50;914.00;1.57;0.18 +7439;10;4711.62;10.39;914.00;-1.57;0.18 +7439;19;4713.00;9.50;910.00;0.38;0.18 +7439;20;4714.05;9.50;908.60;0.64;0.18 7439;21;4708.38;10.50;914.00;1.57;0.18 +7440;0;4400.00;10.80;601.00;0.00;0.28 +7440;1;4397.00;9.70;598.50;-0.87;0.28 +7440;2;4402.00;10.95;599.50;0.92;0.28 +7440;3;4396.50;9.90;601.50;4.57;0.28 +7440;4;4403.50;12.20;602.50;1.97;0.28 +7440;5;4400.00;11.67;603.00;3.14;0.28 +7440;9;4396.22;9.77;601.00;1.57;0.28 +7440;10;4403.78;11.95;601.00;-1.57;0.28 +7440;19;4391.00;9.50;600.00;-0.88;0.28 +7440;20;4389.26;9.50;599.80;-1.46;0.28 7440;21;4396.22;9.77;601.00;1.57;0.28 +7441;0;4321.00;10.82;948.00;0.00;0.24 +7441;1;4322.50;10.70;944.00;0.35;0.24 +7441;2;4319.00;10.52;946.00;-0.78;0.24 +7441;3;4322.50;10.70;948.50;1.89;0.24 +7441;4;4319.00;10.80;950.50;3.81;0.24 +7441;5;4321.50;11.30;952.50;3.03;0.24 +7441;9;4318.84;10.51;948.00;1.57;0.24 +7441;10;4323.16;10.66;948.00;-1.57;0.24 7441;21;4318.84;10.51;948.00;1.57;0.24 +7442;0;906.00;12.90;1675.00;0.00;0.48 +7442;1;906.50;14.10;1670.50;0.11;0.48 +7442;2;910.50;13.75;1671.00;0.84;0.48 +7442;3;901.50;13.00;1672.50;-1.06;0.48 +7442;4;910.50;13.20;1674.50;1.46;0.48 +7442;5;901.00;12.30;1676.00;4.51;0.48 +7442;6;907.00;12.27;1680.00;2.94;0.48 +7442;7;904.50;12.20;1681.00;3.38;0.48 +7442;9;901.68;12.67;1675.00;1.57;0.48 +7442;10;910.32;13.08;1675.00;-1.57;0.48 7442;21;901.68;12.67;1675.00;1.57;0.48 +7443;0;4575.00;11.10;674.00;0.00;0.36 +7443;1;4572.00;11.45;671.50;-0.87;0.36 +7443;2;4579.50;12.00;670.50;0.91;0.36 +7443;3;4578.50;10.90;676.00;2.09;0.36 +7443;4;4567.50;11.15;674.00;4.71;0.36 +7443;5;4568.00;11.10;675.50;4.50;0.36 +7443;6;4572.00;10.95;676.50;4.01;0.36 +7443;9;4569.78;11.25;674.00;1.57;0.36 +7443;10;4580.22;11.20;674.00;-1.57;0.36 7443;21;4569.78;11.25;674.00;1.57;0.36 +7444;0;3685.00;10.05;1639.00;0.00;0.38 +7444;1;3682.50;10.50;1635.00;-0.55;0.38 +7444;2;3687.50;10.40;1638.50;1.37;0.38 +7444;3;3681.00;10.00;1637.50;-1.21;0.38 +7444;4;3683.00;9.90;1641.50;3.81;0.38 +7444;5;3689.00;10.40;1642.00;2.21;0.38 +7444;6;3686.00;9.90;1643.50;2.92;0.38 +7444;9;3681.22;9.93;1639.00;1.57;0.38 +7444;10;3688.78;10.42;1639.00;-1.57;0.38 7444;21;3681.22;9.93;1639.00;1.57;0.38 +7445;0;4762.00;11.55;769.00;0.00;0.16 +7445;1;4760.50;10.90;766.00;-0.46;0.16 +7445;2;4762.50;11.00;766.50;0.19;0.16 +7445;3;4760.50;11.40;768.50;-1.24;0.16 +7445;4;4764.00;11.40;769.50;1.81;0.16 +7445;5;4761.50;11.65;771.00;3.38;0.16 +7445;6;4763.00;11.60;771.50;2.76;0.16 +7445;9;4760.56;11.45;769.00;1.57;0.16 +7445;10;4763.44;11.40;769.00;-1.57;0.16 7445;21;4760.56;11.45;769.00;1.57;0.16 +7446;0;4413.00;14.32;1057.00;0.00;0.52 +7446;1;4411.50;13.65;1050.00;-0.21;0.52 +7446;2;4408.00;14.20;1053.00;-0.89;0.52 +7446;3;4415.00;14.15;1054.50;0.67;0.52 +7446;4;4406.50;14.40;1056.50;-1.49;0.52 +7446;5;4419.50;15.40;1060.00;2.00;0.52 +7446;6;4412.00;14.90;1060.50;3.42;0.52 +7446;7;4418.50;15.50;1063.50;2.43;0.52 +7446;9;4407.96;14.40;1057.00;1.57;0.52 +7446;10;4418.04;15.52;1057.00;-1.57;0.52 7446;21;4407.96;14.40;1057.00;1.57;0.52 +7447;0;3995.00;9.70;818.00;0.00;0.26 +7447;1;3995.50;9.70;814.50;0.14;0.26 +7447;2;3993.00;9.50;817.50;-1.32;0.26 +7447;3;3998.00;9.80;816.00;0.98;0.26 +7447;4;3998.00;9.70;817.50;1.40;0.26 +7447;5;3996.50;9.60;819.50;2.35;0.26 +7447;6;3993.50;9.70;821.50;3.54;0.26 +7447;9;3992.66;9.50;818.00;1.57;0.26 +7447;10;3997.34;9.61;818.00;-1.57;0.26 +7447;19;3992.00;9.50;817.00;-1.33;0.26 +7447;20;3990.34;9.50;816.44;-1.24;0.26 7447;21;3992.66;9.50;818.00;1.57;0.26 +7448;0;3807.00;11.90;1244.00;0.00;0.46 +7448;1;3810.00;13.15;1239.50;0.58;0.46 +7448;2;3803.50;12.35;1242.00;-1.05;0.46 +7448;3;3812.00;12.10;1245.00;1.76;0.46 +7448;4;3799.00;11.80;1244.50;4.65;0.46 +7448;5;3804.00;11.40;1247.50;3.85;0.46 +7448;6;3811.50;11.90;1249.00;2.40;0.46 +7448;7;3810.00;11.70;1250.00;2.67;0.46 +7448;9;3802.14;11.90;1244.00;1.57;0.46 +7448;10;3811.86;12.18;1244.00;-1.57;0.46 7448;21;3802.14;11.90;1244.00;1.57;0.46 +7449;0;1367.00;11.47;1544.00;0.00;0.34 +7449;1;1367.00;11.10;1540.50;0.00;0.34 +7449;2;1361.50;12.50;1541.50;-1.14;0.34 +7449;3;1373.00;11.20;1541.50;1.17;0.34 +7449;4;1362.50;11.35;1545.00;4.49;0.34 +7449;5;1372.50;11.40;1544.50;1.66;0.34 +7449;6;1371.50;12.00;1547.50;2.23;0.34 +7449;7;1367.50;10.80;1549.00;3.04;0.34 +7449;9;1362.68;11.43;1544.00;1.57;0.34 +7449;10;1371.32;11.36;1544.00;-1.57;0.34 7449;21;1362.68;11.43;1544.00;1.57;0.34 +7450;0;5152.00;10.35;181.00;0.00;0.32 +7450;1;5150.00;9.95;175.50;-0.34;0.32 +7450;2;5154.50;9.90;181.00;1.57;0.32 +7450;3;5149.00;10.90;179.50;-1.10;0.32 +7450;4;5150.50;11.25;185.00;3.50;0.32 +7450;5;5153.50;10.40;187.00;2.89;0.32 +7450;9;5149.12;11.16;181.00;1.57;0.32 +7450;10;5154.88;9.82;181.00;-1.57;0.32 +7450;19;5157.00;9.60;182.00;1.57;0.32 +7450;20;5158.71;9.60;182.34;1.76;0.32 7450;21;5149.12;11.16;181.00;1.57;0.32 +7451;0;1556.00;9.80;1231.00;0.00;0.42 +7451;1;1554.50;9.70;1226.50;-0.32;0.42 +7451;2;1559.00;9.90;1229.00;0.98;0.42 +7451;3;1552.00;9.70;1232.50;4.35;0.42 +7451;4;1560.50;9.70;1233.50;2.07;0.42 +7451;5;1555.00;9.70;1236.00;3.33;0.42 +7451;9;1552.04;9.65;1231.00;1.57;0.42 +7451;10;1559.96;9.82;1231.00;-1.57;0.42 +7451;19;1565.00;9.50;1237.00;-4.21;0.42 +7451;20;1566.45;9.50;1237.97;2.15;0.42 7451;21;1552.04;9.65;1231.00;1.57;0.42 +7452;0;3192.00;9.50;1315.00;0.00;1.08 +7452;1;3194.00;9.50;1304.50;0.18;1.08 +7452;2;3201.50;9.50;1304.00;0.71;1.08 +7452;3;3183.50;9.50;1303.50;-0.63;1.08 +7452;4;3206.50;9.50;1304.50;0.94;1.08 +7452;5;3182.00;9.50;1307.00;-0.89;1.08 +7452;6;3179.50;9.50;1306.00;-0.94;1.08 +7452;7;3207.50;9.50;1309.50;1.23;1.08 +7452;8;3175.00;9.50;1308.00;-1.18;1.08 +7452;9;3179.22;9.50;1315.00;1.57;1.08 +7452;10;3204.78;9.50;1315.00;-1.57;1.08 +7452;11;3195.20;9.50;1298.20;0.18;1.08 +7452;12;3207.20;9.50;1297.40;0.71;1.08 +7452;13;3178.40;12.46;1296.60;-0.63;1.08 +7452;14;3215.20;9.50;1298.20;0.94;1.08 +7452;15;3176.00;9.50;1302.20;-0.89;1.08 +7452;16;3172.00;10.14;1300.60;-0.94;1.08 +7452;17;3216.80;10.09;1306.20;1.23;1.08 +7452;18;3164.80;9.50;1303.80;-1.18;1.08 7452;21;3179.22;9.50;1315.00;1.57;1.08 +7453;0;4658.00;10.50;143.00;0.00;0.52 +7453;1;4656.50;10.15;138.00;-0.29;0.52 +7453;2;4661.50;10.70;140.50;0.95;0.52 +7453;3;4652.00;10.20;142.00;-1.40;0.52 +7453;4;4654.50;10.15;146.00;4.00;0.52 +7453;5;4661.00;10.60;147.00;2.49;0.52 +7453;9;4653.32;10.33;143.00;1.57;0.52 +7453;10;4662.68;10.70;143.00;-1.57;0.52 +7453;19;4655.00;9.50;151.00;-2.28;0.52 +7453;20;4654.38;9.50;152.63;3.50;0.52 7453;21;4662.68;10.70;143.00;-1.57;0.52 +7454;0;3463.00;14.20;1345.00;0.00;0.26 +7454;1;3463.00;14.45;1342.50;0.00;0.26 +7454;2;3466.00;14.60;1345.00;1.57;0.26 +7454;3;3459.50;13.50;1346.00;4.43;0.26 +7454;4;3461.50;13.90;1348.00;3.60;0.26 +7454;5;3465.00;14.37;1348.00;2.55;0.26 +7454;9;3460.12;13.65;1345.00;1.57;0.26 +7454;10;3465.88;14.57;1345.00;-1.57;0.26 7454;21;3460.12;13.65;1345.00;1.57;0.26 +7455;0;4248.00;15.05;1087.00;0.00;0.46 +7455;1;4245.50;15.10;1083.50;-0.62;0.46 +7455;2;4239.50;15.15;1084.00;-1.23;0.46 +7455;3;4254.50;13.80;1086.00;1.41;0.46 +7455;4;4243.00;15.52;1087.00;4.71;0.46 +7455;5;4256.00;14.50;1090.00;1.93;0.46 +7455;6;4250.00;15.50;1091.00;2.67;0.46 +7455;9;4241.52;15.55;1087.00;1.57;0.46 +7455;10;4254.48;14.05;1087.00;-1.57;0.46 7455;21;4241.52;15.55;1087.00;1.57;0.46 +7456;0;1674.00;9.50;1246.00;0.00;0.88 +7456;1;1668.50;9.50;1238.00;-0.60;0.88 +7456;2;1657.00;9.50;1239.00;-1.18;0.88 +7456;3;1661.50;9.50;1240.00;-1.12;0.88 +7456;4;1684.50;9.50;1242.00;1.20;0.88 +7456;5;1687.00;9.50;1250.50;1.90;0.88 +7456;6;1669.50;9.50;1251.00;3.87;0.88 +7456;7;1682.00;9.50;1255.50;2.44;0.88 +7456;9;1662.48;9.50;1246.00;1.57;0.88 +7456;10;1685.52;9.50;1246.00;-1.57;0.88 +7456;11;1665.20;9.50;1233.20;-0.60;0.88 +7456;12;1646.80;9.50;1234.80;-1.18;0.88 +7456;13;1654.00;9.50;1236.40;-1.12;0.88 +7456;14;1690.80;9.50;1239.60;1.20;0.88 +7456;15;1694.80;9.50;1253.20;1.90;0.88 +7456;16;1666.80;9.50;1254.00;3.87;0.88 +7456;17;1686.80;9.50;1261.20;2.44;0.88 7456;21;1662.48;9.50;1246.00;1.57;0.88 +7457;0;4914.00;10.40;428.00;0.00;0.28 +7457;1;4913.50;10.30;425.00;-0.16;0.28 +7457;2;4919.00;10.27;427.00;1.37;0.28 +7457;3;4909.50;10.40;428.00;4.71;0.28 +7457;4;4917.00;10.40;430.00;2.15;0.28 +7457;5;4912.50;10.40;431.00;3.60;0.28 +7457;9;4910.22;10.40;428.00;1.57;0.28 +7457;10;4917.78;10.37;428.00;-1.57;0.28 +7457;19;4925.00;9.50;429.00;1.37;0.28 +7457;20;4926.74;9.50;429.15;1.66;0.28 7457;21;4910.22;10.40;428.00;1.57;0.28 +7458;0;1357.00;10.10;1572.00;0.00;0.38 +7458;1;1357.50;10.10;1568.00;0.12;0.38 +7458;2;1362.00;10.10;1569.50;1.10;0.38 +7458;3;1352.00;10.15;1571.50;-1.47;0.38 +7458;4;1359.50;10.10;1574.00;2.24;0.38 +7458;5;1354.00;10.10;1575.00;3.92;0.38 +7458;9;1352.68;10.10;1572.00;1.57;0.38 +7458;10;1361.32;10.10;1572.00;-1.57;0.38 7458;21;1352.68;10.10;1572.00;1.57;0.38 +7459;0;4566.00;9.92;1191.00;0.00;0.34 +7459;1;4564.00;10.05;1187.00;-0.46;0.34 +7459;2;4568.00;10.25;1187.50;0.51;0.34 +7459;3;4561.50;9.80;1190.50;-1.46;0.34 +7459;4;4569.00;10.10;1190.50;1.40;0.34 +7459;5;4569.00;9.90;1194.50;2.43;0.34 +7459;6;4564.50;9.80;1194.50;3.54;0.34 +7459;9;4562.58;9.80;1191.00;1.57;0.34 +7459;10;4569.42;10.05;1191.00;-1.57;0.34 7459;21;4562.58;9.80;1191.00;1.57;0.34 +7460;0;831.00;9.50;370.00;0.00;1.20 +7460;1;835.00;9.50;351.00;0.20;1.20 +7460;2;825.00;9.50;357.50;-0.44;1.20 +7460;3;840.50;9.50;359.00;0.71;1.20 +7460;4;817.50;9.50;370.50;4.67;1.20 +7460;5;841.00;9.50;378.50;2.27;1.20 +7460;6;828.50;9.50;384.00;3.31;1.20 +7460;9;820.20;9.50;370.00;1.57;1.20 +7460;10;841.80;9.50;370.00;-1.57;1.20 +7460;11;837.40;9.50;339.60;0.20;1.20 +7460;12;821.40;9.50;350.00;-0.44;1.20 +7460;13;846.20;9.50;352.40;0.71;1.20 +7460;14;809.40;9.50;370.80;4.67;1.20 +7460;15;847.00;9.50;383.60;2.27;1.20 +7460;16;827.00;9.50;392.40;3.31;1.20 7460;21;820.20;9.50;370.00;1.57;1.20 +7461;0;5068.00;9.50;600.00;0.00;0.94 +7461;1;5073.00;9.50;588.50;0.41;0.94 +7461;2;5080.50;9.50;594.50;1.15;0.94 +7461;3;5069.50;9.50;590.50;0.15;0.94 +7461;4;5065.00;9.50;593.50;-0.43;0.94 +7461;5;5059.00;9.50;596.50;-1.20;0.94 +7461;6;5053.00;9.50;598.50;-1.47;0.94 +7461;7;5053.00;9.50;604.50;4.42;0.94 +7461;8;5078.50;9.50;604.50;1.97;0.94 +7461;9;5055.04;9.50;600.00;1.57;0.94 +7461;10;5080.96;9.50;600.00;-1.57;0.94 +7461;11;5076.00;9.50;581.60;0.41;0.94 +7461;12;5088.00;9.50;591.20;1.15;0.94 +7461;13;5070.40;9.50;584.80;0.15;0.94 +7461;14;5063.20;9.50;589.60;-0.43;0.94 +7461;15;5053.60;9.50;594.40;-1.20;0.94 +7461;16;5044.00;9.50;597.60;-1.47;0.94 +7461;17;5044.00;9.50;607.20;4.42;0.94 +7461;18;5084.80;9.50;607.20;1.97;0.94 7461;21;5055.04;9.50;600.00;1.57;0.94 +7462;0;1718.00;9.70;1625.00;0.00;0.36 +7462;1;1720.50;9.70;1622.50;0.78;0.36 +7462;2;1715.00;9.65;1622.50;-0.87;0.36 +7462;3;1713.50;9.80;1626.50;4.39;0.36 +7462;4;1719.50;9.70;1627.50;2.60;0.36 +7462;5;1715.00;9.80;1629.00;3.78;0.36 +7462;9;1714.40;9.70;1625.00;1.57;0.36 +7462;10;1721.60;9.65;1625.00;-1.57;0.36 +7462;19;1722.00;9.50;1618.00;0.79;0.36 +7462;20;1722.86;9.50;1616.48;0.51;0.36 7462;21;1714.40;9.70;1625.00;1.57;0.36 +7463;0;4385.00;10.22;672.00;0.00;0.34 +7463;1;4383.50;10.30;668.00;-0.35;0.34 +7463;2;4388.00;10.30;669.50;0.87;0.34 +7463;3;4381.50;10.30;671.50;-1.42;0.34 +7463;4;4386.00;9.75;674.50;2.76;0.34 +7463;9;4381.94;10.25;672.00;1.57;0.34 +7463;10;4388.06;9.88;672.00;-1.57;0.34 +7463;19;4394.00;9.50;677.00;-3.52;0.34 +7463;20;4395.53;9.50;677.85;2.07;0.34 7463;21;4381.94;10.25;672.00;1.57;0.34 +7464;0;1405.00;11.77;1444.00;0.00;0.26 +7464;1;1402.50;10.70;1441.00;-0.69;0.26 +7464;2;1407.50;10.80;1441.50;0.78;0.26 +7464;3;1409.50;11.20;1444.50;1.68;0.26 +7464;4;1399.50;11.40;1445.00;4.53;0.26 +7464;5;1405.00;12.12;1447.00;3.14;0.26 +7464;6;1409.50;11.80;1447.00;2.15;0.26 +7464;9;1400.86;11.14;1444.00;1.57;0.26 +7464;10;1409.14;11.28;1444.00;-1.57;0.26 7464;21;1400.86;11.14;1444.00;1.57;0.26 +7465;0;4068.00;9.97;952.00;0.00;0.36 +7465;1;4064.00;10.12;949.00;-0.92;0.36 +7465;2;4070.50;9.90;949.00;0.69;0.36 +7465;3;4063.50;10.10;953.50;4.39;0.36 +7465;4;4074.00;10.05;953.50;1.81;0.36 +7465;5;4070.00;9.95;955.00;2.55;0.36 +7465;9;4063.68;10.14;952.00;1.57;0.36 +7465;10;4072.32;9.90;952.00;-1.57;0.36 7465;21;4063.68;10.14;952.00;1.57;0.36 +7466;0;1544.00;12.30;1498.00;0.00;0.26 +7466;1;1541.50;13.00;1495.00;-0.69;0.26 +7466;2;1546.50;12.30;1496.50;1.03;0.26 +7466;3;1540.00;12.65;1497.50;-1.44;0.26 +7466;4;1542.50;12.30;1500.00;3.78;0.26 +7466;5;1546.00;11.77;1500.00;2.35;0.26 +7466;9;1540.76;12.58;1498.00;1.57;0.26 +7466;10;1547.24;12.10;1498.00;-1.57;0.26 7466;21;1540.76;12.58;1498.00;1.57;0.26 +7467;0;4385.00;9.50;472.00;0.00;1.06 +7467;1;4380.50;9.50;461.50;-0.40;1.06 +7467;2;4374.00;9.50;471.00;-1.48;1.06 +7467;3;4394.50;9.50;462.00;0.76;1.06 +7467;4;4396.50;9.50;471.50;1.52;1.06 +7467;5;4377.00;9.50;483.50;3.74;1.06 +7467;6;4386.50;9.50;484.50;3.02;1.06 +7467;7;4379.00;9.50;486.00;3.54;1.06 +7467;9;4374.74;9.50;472.00;1.57;1.06 +7467;10;4395.26;9.50;472.00;-1.57;1.06 +7467;11;4377.80;9.50;455.20;-0.40;1.06 +7467;12;4367.40;9.50;470.40;-1.48;1.06 +7467;13;4400.20;9.50;456.00;0.76;1.06 +7467;14;4403.40;9.50;471.20;1.52;1.06 +7467;15;4372.20;9.50;490.40;3.74;1.06 +7467;16;4387.40;9.50;492.00;3.02;1.06 +7467;17;4375.40;9.50;494.40;3.54;1.06 7467;21;4374.74;9.50;472.00;1.57;1.06 +7468;0;2822.00;9.50;1598.00;0.00;0.46 +7468;1;2813.00;9.50;1593.50;-1.10;0.46 +7468;2;2810.00;9.50;1593.50;-1.21;0.46 +7468;3;2818.00;9.50;1593.50;-0.72;0.46 +7468;4;2827.00;9.50;1593.50;0.83;0.46 +7468;5;2810.50;9.50;1597.00;-1.48;0.46 +7468;6;2834.00;9.50;1597.00;1.48;0.46 +7468;7;2832.00;9.50;1601.50;1.90;0.46 +7468;8;2808.00;9.50;1601.00;4.50;0.46 +7468;9;2812.10;9.50;1598.00;1.57;0.46 +7468;10;2831.90;9.50;1598.00;-1.57;0.46 +7468;11;2807.60;9.51;1590.80;-1.10;0.46 +7468;12;2802.80;9.50;1590.80;-1.21;0.46 +7468;13;2815.60;9.50;1590.80;-0.72;0.46 +7468;14;2830.00;9.50;1590.80;0.83;0.46 +7468;15;2803.60;9.50;1596.40;-1.48;0.46 +7468;16;2841.20;9.50;1596.40;1.48;0.46 +7468;17;2838.00;9.50;1603.60;1.90;0.46 +7468;18;2799.60;9.50;1602.80;4.50;0.46 7468;21;2812.10;9.50;1598.00;1.57;0.46 +7469;0;4308.00;11.65;1025.00;0.00;0.32 +7469;1;4305.50;10.65;1020.00;-0.46;0.32 +7469;2;4307.50;11.65;1019.00;-0.08;0.32 +7469;3;4310.00;12.12;1023.00;0.78;0.32 +7469;4;4305.50;10.70;1024.50;-1.37;0.32 +7469;5;4313.00;12.12;1026.00;1.76;0.32 +7469;6;4310.50;12.30;1028.50;2.52;0.32 +7469;7;4307.00;11.80;1029.50;3.36;0.32 +7469;9;4305.12;10.65;1025.00;1.57;0.32 +7469;10;4310.88;12.18;1025.00;-1.57;0.32 7469;21;4305.12;10.65;1025.00;1.57;0.32 +7470;0;3477.00;12.05;1308.00;0.00;0.32 +7470;1;1738.00;10.60;653.50;-1.21;0.32 +7470;2;3474.00;12.82;1307.00;-1.24;0.32 +7470;3;3481.50;10.70;1306.50;1.24;0.32 +7470;4;3481.50;12.70;1309.00;1.78;0.32 +7470;5;3474.00;13.20;1310.50;4.01;0.32 +7470;6;3478.50;13.60;1311.00;2.67;0.32 +7470;9;3473.76;13.18;1308.00;1.57;0.32 +7470;10;3480.24;12.00;1308.00;-1.57;0.32 7470;21;3473.76;13.18;1308.00;1.57;0.32 +7471;0;5128.00;10.55;184.00;0.00;0.32 +7471;1;5128.00;10.55;180.50;0.00;0.32 +7471;2;5130.50;10.75;184.00;1.57;0.32 +7471;3;5124.50;10.35;182.00;-1.05;0.32 +7471;4;5126.00;10.35;186.50;3.81;0.32 +7471;5;5131.50;10.80;187.50;2.35;0.32 +7471;9;5124.58;10.30;184.00;1.57;0.32 +7471;10;5131.42;10.84;184.00;-1.57;0.32 7471;21;5124.58;10.30;184.00;1.57;0.32 +7472;0;5456.00;9.50;438.00;0.00;0.98 +7472;1;5437.50;9.50;430.00;-1.16;0.98 +7472;2;5456.00;9.50;430.00;0.00;0.98 +7472;3;5437.50;9.50;433.00;-1.30;0.98 +7472;4;5474.50;9.50;432.50;1.28;0.98 +7472;5;5471.00;9.50;442.00;1.83;0.98 +7472;6;5434.00;9.50;434.00;-1.39;0.98 +7472;7;5444.00;9.50;441.50;4.42;0.98 +7472;8;5458.50;9.50;450.00;2.93;0.98 +7472;9;5439.80;9.50;438.00;1.57;0.98 +7472;10;5472.20;9.50;438.00;-1.57;0.98 +7472;11;5426.40;9.50;425.20;-1.16;0.98 +7472;12;5456.00;9.50;425.20;0.00;0.98 +7472;13;5426.40;9.50;430.00;-1.30;0.98 +7472;14;5485.60;9.50;429.20;1.28;0.98 +7472;15;5480.00;9.50;444.40;1.83;0.98 +7472;16;5420.80;9.50;431.60;-1.39;0.98 +7472;17;5436.80;9.50;443.60;4.42;0.98 +7472;18;5460.00;9.50;457.20;2.93;0.98 7472;21;5439.80;9.50;438.00;1.57;0.98 +7473;0;5415.00;9.50;945.00;0.00;1.18 +7473;1;5398.50;9.50;935.00;-1.02;1.18 +7473;2;5421.00;9.50;935.50;0.56;1.18 +7473;3;5402.50;9.50;950.00;4.33;1.18 +7473;4;5432.00;9.50;947.00;1.68;1.18 +7473;5;5410.50;9.50;954.00;3.60;1.18 +7473;6;5419.50;9.50;958.00;2.80;1.18 +7473;7;5413.00;9.50;962.00;3.25;1.18 +7473;9;5398.98;9.50;945.00;1.57;1.18 +7473;10;5431.02;9.50;945.00;-1.57;1.18 +7473;11;5388.60;9.50;929.00;-1.02;1.18 +7473;12;5424.60;9.50;929.80;0.56;1.18 +7473;13;5395.00;9.50;953.00;4.33;1.18 +7473;14;5442.20;9.50;948.20;1.68;1.18 +7473;15;5407.80;9.50;959.40;3.60;1.18 +7473;16;5422.20;9.50;965.80;2.80;1.18 +7473;17;5411.80;9.50;972.20;3.25;1.18 7473;21;5398.98;9.50;945.00;1.57;1.18 +7474;0;5485.00;9.50;1440.00;0.00;1.14 +7474;1;5493.50;9.50;1427.00;0.57;1.14 +7474;2;5478.00;9.50;1428.50;-0.54;1.14 +7474;3;5497.50;9.50;1439.50;1.53;1.14 +7474;4;5468.50;9.50;1434.00;-1.22;1.14 +7474;5;5471.00;9.50;1443.50;4.46;1.14 +7474;6;5499.50;9.50;1450.00;2.17;1.14 +7474;7;5488.00;9.50;1452.50;2.90;1.14 +7474;9;5473.12;9.50;1440.00;1.57;1.14 +7474;10;5496.88;9.50;1440.00;-1.57;1.14 +7474;11;5498.60;9.50;1419.20;0.57;1.14 +7474;12;5473.80;9.50;1421.60;-0.54;1.14 +7474;13;5505.00;9.50;1439.20;1.53;1.14 +7474;14;5458.60;9.50;1430.40;-1.22;1.14 +7474;15;5462.60;9.50;1445.60;4.46;1.14 +7474;16;5508.20;9.50;1456.00;2.17;1.14 +7474;17;5489.80;9.50;1460.00;2.90;1.14 7474;21;5473.12;9.50;1440.00;1.57;1.14 +7475;0;4165.00;10.25;1068.00;0.00;0.22 +7475;1;4165.00;10.20;1066.00;0.00;0.22 +7475;2;4171.00;10.25;1067.00;1.40;0.22 +7475;3;4160.00;10.30;1068.00;4.71;0.22 +7475;4;4166.00;10.32;1070.00;2.67;0.22 +7475;5;4160.00;10.50;1070.50;4.24;0.22 +7475;9;4160.50;10.30;1068.00;1.57;0.22 +7475;10;4169.50;10.30;1068.00;-1.57;0.22 7475;21;4160.50;10.30;1068.00;1.57;0.22 +7476;0;2106.00;11.25;558.00;0.00;0.46 +7476;1;2103.50;11.30;551.00;-0.34;0.46 +7476;2;2101.50;11.10;557.50;-1.46;0.46 +7476;3;2109.00;11.50;552.50;0.49;0.46 +7476;4;2110.00;11.20;559.00;1.81;0.46 +7476;5;2102.00;11.70;565.50;3.63;0.46 +7476;6;2106.50;11.20;566.00;3.07;0.46 +7476;9;2101.86;11.16;558.00;1.57;0.46 +7476;10;2110.14;11.25;558.00;-1.57;0.46 7476;21;2101.86;11.16;558.00;1.57;0.46 +7477;0;3642.00;9.65;1328.00;0.00;0.56 +7477;1;3645.50;9.75;1322.00;0.52;0.56 +7477;2;3638.00;9.60;1325.00;-0.92;0.56 +7477;3;3647.50;9.80;1327.50;1.48;0.56 +7477;4;3639.50;9.60;1332.50;3.64;0.56 +7477;9;3636.96;9.65;1328.00;1.57;0.56 +7477;10;3647.04;9.75;1328.00;-1.57;0.56 7477;21;3636.96;9.65;1328.00;1.57;0.56 +7478;0;4909.00;9.50;1281.00;0.00;0.90 +7478;1;4903.50;9.50;1272.00;-0.54;0.90 +7478;2;4921.00;9.50;1276.00;1.17;0.90 +7478;3;4891.50;9.50;1277.00;-1.34;0.90 +7478;4;4896.50;9.50;1283.50;4.51;0.90 +7478;5;4922.50;9.50;1286.00;1.92;0.90 +7478;6;4911.00;9.50;1291.50;2.95;0.90 +7478;9;4896.58;9.50;1281.00;1.57;0.90 +7478;10;4921.42;9.50;1281.00;-1.57;0.90 +7478;11;4900.20;9.50;1266.60;-0.54;0.90 +7478;12;4928.20;9.50;1273.00;1.17;0.90 +7478;13;4881.00;9.50;1274.60;-1.34;0.90 +7478;14;4889.00;9.50;1285.00;4.51;0.90 +7478;15;4930.60;9.50;1289.00;1.92;0.90 +7478;16;4912.20;9.50;1297.80;2.95;0.90 7478;21;4896.58;9.50;1281.00;1.57;0.90 +7479;0;4061.00;9.50;800.00;0.00;1.00 +7479;1;4050.50;9.50;790.00;-0.81;1.00 +7479;2;4056.00;9.70;788.50;-0.41;1.00 +7479;3;4070.00;9.50;795.00;1.06;1.00 +7479;4;4059.00;9.65;797.50;-0.67;1.00 +7479;5;4067.00;9.70;792.50;0.67;1.00 +7479;6;4049.00;9.50;798.00;-1.40;1.00 +7479;7;4073.00;9.50;804.50;1.93;1.00 +7479;8;4051.00;9.50;803.50;4.37;1.00 +7479;9;4050.74;9.50;800.00;1.57;1.00 +7479;10;4071.26;9.50;800.00;-1.57;1.00 +7479;11;4044.20;9.50;784.00;-0.81;1.00 +7479;12;4053.00;9.50;781.60;-0.41;1.00 +7479;13;4075.40;9.50;792.00;1.06;1.00 +7479;14;4057.80;9.50;796.00;-0.67;1.00 +7479;15;4070.60;9.62;788.00;0.67;1.00 +7479;16;4041.80;9.50;796.80;-1.40;1.00 +7479;17;4080.20;9.50;807.20;1.93;1.00 +7479;18;4045.00;9.50;805.60;4.37;1.00 7479;21;4050.74;9.50;800.00;1.57;1.00 +7480;0;1429.00;9.80;1380.00;0.00;0.22 +7480;1;1429.50;9.70;1374.50;0.09;0.22 +7480;2;1427.50;9.70;1378.50;-0.78;0.22 +7480;3;1431.50;9.70;1380.00;1.57;0.22 +7480;4;1427.00;10.15;1383.50;3.66;0.22 +7480;5;1430.00;10.15;1384.50;2.92;0.22 +7480;9;1427.02;9.85;1380.00;1.57;0.22 +7480;10;1430.98;9.72;1380.00;-1.57;0.22 +7480;19;1431.00;9.53;1373.00;0.09;0.22 +7480;20;1431.48;9.53;1371.31;0.27;0.22 7480;21;1427.02;9.85;1380.00;1.57;0.22 +7481;0;4938.00;9.70;402.00;0.00;0.36 +7481;1;4940.00;9.70;398.50;0.51;0.36 +7481;2;4948.00;9.70;399.00;1.27;0.36 +7481;3;4942.50;9.70;403.00;1.78;0.36 +7481;4;4930.00;9.85;402.50;4.65;0.36 +7481;5;4932.50;9.70;406.00;4.08;0.36 +7481;6;4937.00;9.70;407.00;3.33;0.36 +7481;9;4931.34;9.80;402.00;1.57;0.36 +7481;10;4944.66;9.70;402.00;-1.57;0.36 +7481;19;4953.00;9.53;403.00;-4.49;0.36 +7481;20;4954.74;9.53;403.11;1.63;0.36 7481;21;4931.34;9.80;402.00;1.57;0.36 +7482;0;3213.00;9.80;1657.00;0.00;0.30 +7482;1;3215.00;9.85;1653.50;0.51;0.30 +7482;2;3213.50;9.80;1654.00;0.16;0.30 +7482;3;3217.00;9.85;1655.50;1.21;0.30 +7482;4;3211.00;9.80;1655.50;-0.92;0.30 +7482;5;3209.50;9.80;1658.50;4.30;0.30 +7482;6;3214.00;9.80;1658.50;2.55;0.30 +7482;7;3210.50;9.90;1660.50;3.76;0.30 +7482;9;3210.30;9.81;1657.00;1.57;0.30 +7482;10;3215.70;9.80;1657.00;-1.57;0.30 7482;21;3210.30;9.81;1657.00;1.57;0.30 +7483;0;4262.00;9.50;50.00;0.00;0.92 +7483;1;4264.50;9.50;38.00;0.20;0.92 +7483;2;4254.50;9.50;36.50;-0.50;0.92 +7483;3;4253.50;9.50;52.50;4.42;0.92 +7483;4;4271.50;9.50;54.50;2.01;0.92 +7483;5;4254.00;9.50;63.50;3.67;0.92 +7483;6;4263.50;9.50;63.50;3.03;0.92 +7483;9;4253.72;9.50;50.00;1.57;0.92 +7483;10;4270.28;9.50;50.00;-1.57;0.92 +7483;11;4266.00;9.50;30.80;0.20;0.92 +7483;12;4250.00;9.50;28.40;-0.50;0.92 +7483;13;4248.40;9.50;54.00;4.42;0.92 +7483;14;4277.20;9.50;57.20;2.01;0.92 +7483;15;4249.20;9.50;71.60;3.67;0.92 +7483;16;4264.40;9.50;71.60;3.03;0.92 7483;21;4253.72;9.50;50.00;1.57;0.92 +7484;0;4349.00;9.50;313.00;0.00;0.80 +7484;1;4350.50;9.50;301.00;0.12;0.80 +7484;2;4358.50;9.50;306.00;0.93;0.80 +7484;3;4341.00;9.50;313.50;4.65;0.80 +7484;4;4352.50;9.50;321.00;2.72;0.80 +7484;5;4342.00;9.50;325.50;3.65;0.80 +7484;9;4341.80;9.50;313.00;1.57;0.80 +7484;10;4356.20;9.50;313.00;-1.57;0.80 +7484;11;4351.40;9.50;293.80;0.12;0.80 +7484;12;4364.20;9.50;301.80;0.93;0.80 +7484;13;4336.20;9.50;313.80;4.65;0.80 +7484;14;4354.60;9.50;325.80;2.72;0.80 +7484;15;4337.80;9.50;333.00;3.65;0.80 7484;21;4341.80;9.50;313.00;1.57;0.80 +7485;0;1340.00;10.40;1430.00;0.00;0.36 +7485;1;1343.50;10.40;1426.00;0.71;0.36 +7485;2;1338.00;10.40;1427.00;-0.58;0.36 +7485;3;1343.50;10.40;1430.50;1.71;0.36 +7485;4;1336.00;10.45;1431.50;4.35;0.36 +7485;5;1339.00;10.45;1434.00;3.38;0.36 +7485;9;1336.58;10.40;1430.00;1.57;0.36 +7485;10;1343.42;10.40;1430.00;-1.57;0.36 7485;21;1336.58;10.40;1430.00;1.57;0.36 +7486;0;3799.00;10.57;1398.00;0.00;0.52 +7486;1;3800.50;11.70;1391.50;0.22;0.52 +7486;2;3805.00;12.00;1392.50;0.82;0.52 +7486;3;3805.00;11.45;1396.00;1.24;0.52 +7486;4;3794.50;10.20;1396.00;-1.15;0.52 +7486;5;3793.00;10.52;1400.00;4.39;0.52 +7486;6;3799.50;10.90;1403.00;3.04;0.52 +7486;7;3793.00;10.80;1403.00;4.01;0.52 +7486;9;3794.32;10.37;1398.00;1.57;0.52 +7486;10;3803.68;11.06;1398.00;-1.57;0.52 7486;21;3803.68;11.06;1398.00;-1.57;0.52 +7487;0;4884.00;10.27;621.00;0.00;0.30 +7487;1;4884.50;9.70;617.50;0.14;0.30 +7487;2;4880.50;10.30;621.00;4.71;0.30 +7487;3;4888.00;10.30;621.00;1.57;0.30 +7487;4;4884.50;10.40;624.00;2.97;0.30 +7487;9;4880.94;10.30;621.00;1.57;0.30 +7487;10;4887.06;10.27;621.00;-1.57;0.30 +7487;19;4880.00;9.50;614.00;0.14;0.30 +7487;20;4879.13;9.50;612.48;-0.51;0.30 7487;21;4880.94;10.30;621.00;1.57;0.30 +7488;0;3860.00;9.50;250.00;0.00;1.14 +7488;1;3862.00;9.50;236.50;0.14;1.14 +7488;2;3873.00;9.50;244.00;1.13;1.14 +7488;3;3848.00;9.50;250.50;4.67;1.14 +7488;4;3869.50;9.50;258.00;2.27;1.14 +7488;5;3854.50;9.50;263.50;3.52;1.14 +7488;9;3849.02;9.50;250.00;1.57;1.14 +7488;10;3870.98;9.50;250.00;-1.57;1.14 +7488;11;3863.20;9.50;228.40;0.14;1.14 +7488;12;3880.80;9.50;240.40;1.13;1.14 +7488;13;3840.80;9.50;250.80;4.67;1.14 +7488;14;3875.20;9.50;262.80;2.27;1.14 +7488;15;3851.20;9.50;271.60;3.52;1.14 7488;21;3849.02;9.50;250.00;1.57;1.14 +7489;0;3327.00;9.50;37.00;0.00;1.00 +7489;1;3312.00;9.50;29.50;-1.10;1.00 +7489;2;3323.50;9.50;28.50;-0.39;1.00 +7489;3;3336.50;9.50;33.50;1.21;1.00 +7489;4;3320.00;9.50;41.00;4.19;1.00 +7489;5;3336.50;9.50;45.50;2.30;1.00 +7489;6;3330.00;9.50;52.00;2.94;1.00 +7489;9;3314.40;9.50;37.00;1.57;1.00 +7489;10;3339.60;9.50;37.00;-1.57;1.00 +7489;11;3303.00;9.50;25.00;-1.10;1.00 +7489;12;3321.40;9.50;23.40;-0.39;1.00 +7489;13;3342.20;9.50;31.40;1.21;1.00 +7489;14;3315.80;9.50;43.40;4.19;1.00 +7489;15;3342.20;9.50;50.60;2.30;1.00 +7489;16;3331.80;9.50;61.00;2.94;1.00 7489;21;3314.40;9.50;37.00;1.57;1.00 +7490;0;2590.00;9.50;15.00;0.00;0.66 +7490;1;2572.00;9.50;15.50;4.68;0.66 +7490;2;2608.50;9.50;15.00;1.57;0.66 +7490;3;2579.50;9.50;23.00;4.06;0.66 +7490;4;2597.50;9.50;23.50;2.41;0.66 +7490;5;2608.00;9.50;23.50;2.01;0.66 +7490;9;2576.68;9.50;15.00;1.57;0.66 +7490;10;2603.32;9.50;15.00;-1.57;0.66 +7490;11;2561.20;9.50;15.80;4.68;0.66 +7490;12;2619.60;9.50;15.00;1.57;0.66 +7490;13;2573.20;9.50;27.80;4.06;0.66 +7490;14;2602.00;9.50;28.60;2.41;0.66 +7490;15;2618.80;9.50;28.60;2.01;0.66 7490;21;2576.68;9.50;15.00;1.57;0.66 +7491;0;3742.00;15.22;1273.00;0.00;0.50 +7491;1;3743.00;15.32;1269.00;0.24;0.50 +7491;2;3747.50;15.50;1267.50;0.78;0.50 +7491;3;3748.00;15.07;1270.00;1.10;0.50 +7491;4;3738.50;14.50;1272.50;-1.42;0.50 +7491;5;3743.00;14.75;1275.50;2.76;0.50 +7491;6;3738.00;14.15;1277.00;3.92;0.50 +7491;7;3740.00;13.47;1280.00;3.42;0.50 +7491;9;3737.50;14.25;1273.00;1.57;0.50 +7491;10;3746.50;14.80;1273.00;-1.57;0.50 7491;21;3737.50;14.25;1273.00;1.57;0.50 +7492;0;4353.00;10.45;938.00;0.00;0.36 +7492;1;4354.50;10.00;933.50;0.32;0.36 +7492;2;4351.00;10.35;933.50;-0.41;0.36 +7492;3;4349.00;10.82;937.00;-1.32;0.36 +7492;4;4356.50;10.15;939.00;1.84;0.36 +7492;5;4350.50;10.85;942.00;3.70;0.36 +7492;6;4355.00;10.45;942.50;2.72;0.36 +7492;9;4349.76;10.74;938.00;1.57;0.36 +7492;10;4356.24;10.13;938.00;-1.57;0.36 7492;21;4356.24;10.13;938.00;-1.57;0.36 +7493;0;2699.00;9.50;680.00;0.00;0.90 +7493;1;2703.50;9.50;669.00;0.38;0.90 +7493;2;2688.00;9.50;674.00;-1.07;0.90 +7493;3;2714.50;9.50;675.00;1.25;0.90 +7493;4;2714.00;9.50;684.00;1.83;0.90 +7493;5;2681.00;9.50;680.50;4.68;0.90 +7493;6;2684.00;9.50;685.50;4.36;0.90 +7493;7;2700.00;9.50;689.00;3.03;0.90 +7493;9;2686.58;9.50;680.00;1.57;0.90 +7493;10;2711.42;9.50;680.00;-1.57;0.90 +7493;11;2706.20;9.50;662.40;0.38;0.90 +7493;12;2681.40;9.50;670.40;-1.07;0.90 +7493;13;2723.80;9.50;672.00;1.25;0.90 +7493;14;2723.00;9.50;686.40;1.83;0.90 +7493;15;2670.20;9.50;680.80;4.68;0.90 +7493;16;2675.00;9.50;688.80;4.36;0.90 +7493;17;2700.60;9.50;694.40;3.03;0.90 7493;21;2686.58;9.50;680.00;1.57;0.90 +7494;0;2433.00;9.50;538.00;0.00;1.14 +7494;1;2425.50;9.50;528.00;-0.64;1.14 +7494;2;2433.50;9.50;524.00;0.03;1.14 +7494;3;2440.00;9.50;532.50;0.90;1.14 +7494;4;2417.50;9.50;532.50;-1.23;1.14 +7494;5;2423.00;9.50;539.50;4.56;1.14 +7494;6;2442.00;9.50;547.00;2.35;1.14 +7494;7;2432.50;9.50;549.00;3.18;1.14 +7494;9;2422.38;9.50;538.00;1.57;1.14 +7494;10;2443.62;9.50;538.00;-1.57;1.14 +7494;11;2421.00;9.50;522.00;-0.64;1.14 +7494;12;2433.80;9.50;515.60;0.03;1.14 +7494;13;2444.20;9.50;529.20;0.90;1.14 +7494;14;2408.20;9.50;529.20;-1.23;1.14 +7494;15;2417.00;9.50;540.40;4.56;1.14 +7494;16;2447.40;9.50;552.40;2.35;1.14 +7494;17;2432.20;9.50;555.60;3.18;1.14 7494;21;2422.38;9.50;538.00;1.57;1.14 +7495;0;3573.00;11.92;1336.00;0.00;0.24 +7495;1;3573.00;11.15;1332.50;0.00;0.24 +7495;2;3571.00;11.40;1333.50;-0.67;0.24 +7495;3;3575.00;11.10;1334.50;0.92;0.24 +7495;4;3570.00;13.02;1337.00;4.39;0.24 +7495;5;3575.00;10.97;1338.00;2.35;0.24 +7495;6;3572.00;12.80;1339.50;3.42;0.24 +7495;9;3570.84;12.39;1336.00;1.57;0.24 +7495;10;3575.16;11.21;1336.00;-1.57;0.24 7495;21;3570.84;12.39;1336.00;1.57;0.24 +7496;0;5139.00;11.85;178.00;0.00;0.32 +7496;1;5139.50;11.90;172.50;0.09;0.32 +7496;2;5136.50;12.20;174.50;-0.62;0.32 +7496;3;5142.50;11.30;178.00;1.57;0.32 +7496;4;5136.00;11.82;181.00;3.92;0.32 +7496;5;5140.50;12.80;182.50;2.82;0.32 +7496;9;5136.12;11.91;178.00;1.57;0.32 +7496;10;5141.88;11.45;178.00;-1.57;0.32 7496;21;5136.12;11.91;178.00;1.57;0.32 +7497;0;4114.00;13.40;1021.00;0.00;0.42 +7497;1;4117.00;12.45;1015.50;0.49;0.42 +7497;2;4112.00;13.05;1019.00;-0.78;0.42 +7497;3;4117.50;12.20;1020.50;1.42;0.42 +7497;4;4108.50;12.70;1022.00;4.53;0.42 +7497;5;4110.50;14.10;1025.50;3.80;0.42 +7497;6;4114.00;13.42;1025.00;3.14;0.42 +7497;9;4110.22;12.85;1021.00;1.57;0.42 +7497;10;4117.78;12.25;1021.00;-1.57;0.42 7497;21;4110.22;12.85;1021.00;1.57;0.42 +7498;0;1804.00;9.50;1309.00;0.00;1.00 +7498;1;1807.00;9.50;1299.50;0.30;1.00 +7498;2;1820.00;9.50;1304.50;1.29;1.00 +7498;3;1789.50;9.50;1304.00;-1.23;1.00 +7498;4;1790.50;9.50;1314.00;4.35;1.00 +7498;5;1811.00;9.50;1316.50;2.39;1.00 +7498;6;1800.50;9.50;1321.50;3.41;1.00 +7498;9;1791.58;9.50;1309.00;1.57;1.00 +7498;10;1816.42;9.50;1309.00;-1.57;1.00 +7498;11;1808.80;9.50;1293.80;0.30;1.00 +7498;12;1829.60;9.50;1301.80;1.29;1.00 +7498;13;1780.80;9.50;1301.00;-1.23;1.00 +7498;14;1782.40;9.50;1317.00;4.35;1.00 +7498;15;1815.20;9.50;1321.00;2.39;1.00 +7498;16;1798.40;9.50;1329.00;3.41;1.00 7498;21;1791.58;9.50;1309.00;1.57;1.00 +7499;0;1958.00;9.50;2039.00;0.00;0.42 +7499;1;1955.00;9.50;2034.00;-0.54;0.42 +7499;2;1976.00;9.65;2037.50;1.48;0.42 +7499;3;1937.50;9.50;2040.00;4.66;0.42 +7499;9;1934.06;9.50;2039.00;1.57;0.42 +7499;10;1981.94;9.55;2039.00;-1.57;0.42 +7499;11;1953.20;9.50;2031.00;-0.54;0.42 +7499;12;1986.80;9.50;2036.60;1.48;0.42 +7499;13;1925.20;9.50;2040.60;4.66;0.42 7499;21;1934.06;9.50;2039.00;1.57;0.42 +7500;0;1846.00;9.80;325.00;0.00;0.52 +7500;1;1843.50;9.80;320.00;-0.46;0.52 +7500;2;1849.00;9.80;318.00;0.40;0.52 +7500;3;1852.00;9.70;319.50;0.82;0.52 +7500;4;1851.50;9.70;321.00;0.94;0.52 +7500;5;1840.50;9.80;326.50;4.44;0.52 +7500;6;1850.50;9.70;327.00;1.98;0.52 +7500;7;1845.50;9.80;332.00;3.21;0.52 +7500;9;1841.32;9.80;325.00;1.57;0.52 +7500;10;1850.68;9.70;325.00;-1.57;0.52 7500;21;1841.32;9.80;325.00;1.57;0.52 +7501;0;3842.00;12.95;1352.00;0.00;0.56 +7501;1;3844.00;12.85;1345.50;0.29;0.56 +7501;2;3848.50;12.55;1347.00;0.91;0.56 +7501;3;3837.00;12.10;1351.50;-1.47;0.56 +7501;4;3848.00;12.30;1353.00;1.73;0.56 +7501;5;3832.50;11.35;1357.00;4.22;0.56 +7501;6;3839.00;12.20;1357.50;3.64;0.56 +7501;9;3835.16;11.49;1352.00;1.57;0.56 +7501;10;3848.84;12.36;1352.00;-1.57;0.56 7501;21;3848.84;12.36;1352.00;-1.57;0.56 +7502;0;4559.00;9.92;1093.00;0.00;0.32 +7502;1;4558.50;9.80;1089.00;-0.12;0.32 +7502;2;4556.00;9.82;1092.00;-1.24;0.32 +7502;3;4561.00;9.90;1091.50;0.92;0.32 +7502;4;4562.50;10.10;1093.50;1.71;0.32 +7502;5;4556.00;9.92;1095.00;4.12;0.32 +7502;6;4560.00;9.95;1096.00;2.82;0.32 +7502;9;4556.12;9.86;1093.00;1.57;0.32 +7502;10;4561.88;10.08;1093.00;-1.57;0.32 7502;21;4556.12;9.86;1093.00;1.57;0.32 +7503;0;1274.00;9.50;480.00;0.00;1.34 +7503;1;1270.00;9.50;461.00;-0.20;1.34 +7503;2;1285.00;9.50;474.50;1.10;1.34 +7503;3;1261.50;9.50;467.00;-0.76;1.34 +7503;4;1260.50;9.50;481.50;4.60;1.34 +7503;5;1283.50;9.50;494.00;2.54;1.34 +7503;6;1267.00;9.50;494.50;3.59;1.34 +7503;9;1261.94;9.50;480.00;1.57;1.34 +7503;10;1286.06;9.50;480.00;-1.57;1.34 +7503;11;1267.60;9.50;449.60;-0.20;1.34 +7503;12;1291.60;9.50;471.20;1.10;1.34 +7503;13;1254.00;9.50;459.20;-0.76;1.34 +7503;14;1252.40;9.50;482.40;4.60;1.34 +7503;15;1289.20;9.50;502.40;2.54;1.34 +7503;16;1262.80;9.50;503.20;3.59;1.34 7503;21;1261.94;9.50;480.00;1.57;1.34 +7504;0;85.00;9.50;118.00;0.00;1.30 +7504;1;75.50;9.50;100.50;-0.49;1.30 +7504;2;90.50;9.50;105.50;0.41;1.30 +7504;3;72.50;9.50;119.50;4.59;1.30 +7504;4;101.00;9.50;120.00;1.69;1.30 +7504;5;84.50;9.50;131.50;3.17;1.30 +7504;6;71.50;9.50;136.00;3.78;1.30 +7504;9;73.30;9.50;118.00;1.57;1.30 +7504;10;96.70;9.50;118.00;-1.57;1.30 +7504;11;69.80;9.50;90.00;-0.49;1.30 +7504;12;93.80;9.50;98.00;0.41;1.30 +7504;13;65.00;9.50;120.40;4.59;1.30 +7504;14;110.60;9.50;121.20;1.69;1.30 +7504;15;84.20;9.50;139.60;3.17;1.30 +7504;16;63.40;9.50;146.80;3.78;1.30 7504;21;73.30;9.50;118.00;1.57;1.30 +7505;0;483.00;9.50;1248.00;0.00;1.02 +7505;1;480.50;9.50;1236.50;-0.21;1.02 +7505;2;496.50;9.50;1236.50;0.86;1.02 +7505;3;464.50;9.50;1237.00;-1.03;1.02 +7505;4;466.00;9.50;1248.00;4.71;1.02 +7505;5;498.50;9.50;1249.00;1.63;1.02 +7505;6;484.50;9.50;1259.50;3.01;1.02 +7505;7;501.00;9.50;1260.50;2.17;1.02 +7505;9;469.68;9.50;1248.00;1.57;1.02 +7505;10;496.32;9.50;1248.00;-1.57;1.02 +7505;11;479.00;9.50;1229.60;-0.21;1.02 +7505;12;504.60;9.50;1229.60;0.86;1.02 +7505;13;453.40;9.50;1230.40;-1.03;1.02 +7505;14;455.80;9.50;1248.00;4.71;1.02 +7505;15;507.80;9.50;1249.60;1.63;1.02 +7505;16;485.40;9.50;1266.40;3.01;1.02 +7505;17;511.80;9.50;1268.00;2.17;1.02 7505;21;469.68;9.50;1248.00;1.57;1.02 +7506;0;5012.00;10.30;425.00;0.00;0.36 +7506;1;5010.00;10.20;419.00;-0.32;0.36 +7506;2;5014.00;10.30;420.50;0.41;0.36 +7506;3;5008.50;10.20;425.00;4.71;0.36 +7506;4;5015.50;10.30;426.00;1.84;0.36 +7506;5;5011.00;10.30;430.50;3.32;0.36 +7506;9;5008.76;10.20;425.00;1.57;0.36 +7506;10;5015.24;10.30;425.00;-1.57;0.36 +7506;19;5006.00;9.50;419.00;-1.57;0.36 +7506;20;5004.76;9.50;417.76;-0.78;0.36 7506;21;5008.76;10.20;425.00;1.57;0.36 +7507;0;3836.00;10.22;1373.00;0.00;0.56 +7507;1;3836.00;10.40;1368.00;0.00;0.56 +7507;2;3842.00;10.30;1368.50;0.92;0.56 +7507;3;3831.00;10.70;1375.00;4.33;0.56 +7507;4;3842.00;10.00;1373.00;1.57;0.56 +7507;5;3837.50;10.10;1378.50;2.87;0.56 +7507;6;3833.50;10.35;1380.00;3.48;0.56 +7507;9;3830.96;10.78;1373.00;1.57;0.56 +7507;10;3841.04;10.00;1373.00;-1.57;0.56 7507;21;3841.04;10.00;1373.00;-1.57;0.56 +7508;0;4560.00;10.07;1206.00;0.00;0.34 +7508;1;4557.50;9.90;1202.50;-0.62;0.34 +7508;2;4561.50;9.85;1202.00;0.35;0.34 +7508;3;4563.00;10.00;1205.50;1.40;0.34 +7508;4;4555.50;10.05;1205.00;-1.35;0.34 +7508;5;4556.50;10.30;1208.50;4.09;0.34 +7508;6;4561.50;10.10;1210.00;2.78;0.34 +7508;9;4556.94;10.10;1206.00;1.57;0.34 +7508;10;4563.06;10.05;1206.00;-1.57;0.34 7508;21;4556.94;10.10;1206.00;1.57;0.34 +7509;0;274.00;9.50;1642.00;0.00;1.04 +7509;1;278.50;9.50;1631.00;0.38;1.04 +7509;2;257.00;9.50;1638.50;-1.36;1.04 +7509;3;295.00;9.50;1638.50;1.40;1.04 +7509;4;283.00;9.50;1649.50;2.26;1.04 +7509;5;257.50;9.50;1651.00;4.21;1.04 +7509;9;255.82;9.50;1642.00;1.57;1.04 +7509;10;292.18;9.50;1642.00;-1.57;1.04 +7509;11;281.20;9.50;1624.40;0.38;1.04 +7509;12;246.80;9.50;1636.40;-1.36;1.04 +7509;13;307.60;9.50;1636.40;1.40;1.04 +7509;14;288.40;9.50;1654.00;2.26;1.04 +7509;15;247.60;9.50;1656.40;4.21;1.04 7509;21;255.82;9.50;1642.00;1.57;1.04 +7510;0;528.00;9.50;1075.00;0.00;0.84 +7510;1;521.00;9.50;1068.00;-0.78;0.84 +7510;2;539.00;9.50;1066.50;0.91;0.84 +7510;3;543.50;9.50;1074.50;1.53;0.84 +7510;4;512.50;9.50;1078.00;4.52;0.84 +7510;5;528.50;9.50;1083.50;3.08;0.84 +7510;9;515.22;9.50;1075.00;1.57;0.84 +7510;10;540.78;9.50;1075.00;-1.57;0.84 +7510;11;516.80;9.50;1063.80;-0.78;0.84 +7510;12;545.60;9.50;1061.40;0.91;0.84 +7510;13;552.80;9.50;1074.20;1.53;0.84 +7510;14;503.20;9.50;1079.80;4.52;0.84 +7510;15;528.80;9.50;1088.60;3.08;0.84 7510;21;515.22;9.50;1075.00;1.57;0.84 +7511;0;4429.00;14.55;1281.00;0.00;0.44 +7511;1;4428.50;14.45;1276.00;-0.10;0.44 +7511;2;4424.00;14.45;1279.50;-1.27;0.44 +7511;3;4434.50;14.00;1278.50;1.14;0.44 +7511;4;4433.50;14.50;1283.00;1.98;0.44 +7511;5;4426.50;14.00;1284.50;3.76;0.44 +7511;9;4424.32;14.45;1281.00;1.57;0.44 +7511;10;4433.68;14.39;1281.00;-1.57;0.44 7511;21;4424.32;14.45;1281.00;1.57;0.44 +7512;0;4870.00;10.30;623.00;0.00;0.34 +7512;1;4869.00;9.85;620.00;-0.32;0.34 +7512;2;4873.50;10.40;622.00;1.29;0.34 +7512;3;4869.00;10.52;627.00;3.38;0.34 +7512;4;4873.00;10.30;626.50;2.43;0.34 +7512;9;4866.94;9.78;623.00;1.57;0.34 +7512;10;4873.06;10.34;623.00;-1.57;0.34 +7512;19;4865.00;9.50;622.00;-0.32;0.34 +7512;20;4863.28;9.50;621.65;-1.37;0.34 7512;21;4866.94;9.78;623.00;1.57;0.34 +7513;0;3413.00;10.55;1229.00;0.00;0.42 +7513;1;3415.50;10.35;1225.00;0.55;0.42 +7513;2;3410.50;10.30;1225.50;-0.62;0.42 +7513;3;3418.50;10.35;1230.00;1.75;0.42 +7513;4;3407.50;10.60;1231.00;4.36;0.42 +7513;5;3412.50;10.50;1233.50;3.25;0.42 +7513;9;3408.86;10.61;1229.00;1.57;0.42 +7513;10;3417.14;10.38;1229.00;-1.57;0.42 7513;21;3408.86;10.61;1229.00;1.57;0.42 +7514;0;1128.00;9.50;484.00;0.00;1.48 +7514;1;1118.00;9.50;472.50;-0.71;1.48 +7514;2;1125.50;9.50;463.50;-0.12;1.48 +7514;3;1137.00;9.50;473.50;0.70;1.48 +7514;4;1118.00;9.50;494.00;3.92;1.48 +7514;5;1140.00;9.50;491.00;2.09;1.48 +7514;6;1127.50;9.50;502.50;3.16;1.48 +7514;9;1114.68;9.50;484.00;1.57;1.48 +7514;10;1141.32;9.50;484.00;-1.57;1.48 +7514;11;1112.00;9.50;465.60;-0.71;1.48 +7514;12;1124.00;9.50;451.20;-0.12;1.48 +7514;13;1142.40;9.50;467.20;0.70;1.48 +7514;14;1112.00;9.50;500.00;3.92;1.48 +7514;15;1147.20;9.50;495.20;2.09;1.48 +7514;16;1127.20;9.50;513.60;3.16;1.48 7514;21;1114.68;9.50;484.00;1.57;1.48 +7515;0;5319.00;9.50;933.00;0.00;1.24 +7515;1;5328.00;9.50;924.00;0.78;1.24 +7515;2;5309.00;9.50;923.00;-0.78;1.24 +7515;3;5306.50;9.50;938.00;4.33;1.24 +7515;4;5328.00;9.50;940.00;2.23;1.24 +7515;5;5315.00;9.50;948.00;3.40;1.24 +7515;9;5307.84;9.50;933.00;1.57;1.24 +7515;10;5330.16;9.50;933.00;-1.57;1.24 +7515;11;5333.40;9.50;918.60;0.78;1.24 +7515;12;5303.00;9.50;917.00;-0.78;1.24 +7515;13;5299.00;9.50;941.00;4.33;1.24 +7515;14;5333.40;9.50;944.20;2.23;1.24 +7515;15;5312.60;9.50;957.00;3.40;1.24 7515;21;5307.84;9.50;933.00;1.57;1.24 +7516;0;4419.00;9.97;935.00;0.00;0.40 +7516;1;4417.00;10.10;931.00;-0.46;0.40 +7516;2;4414.00;9.95;933.50;-1.27;0.40 +7516;3;4422.50;10.05;934.00;1.29;0.40 +7516;4;4416.00;10.10;937.50;4.01;0.40 +7516;5;4424.50;10.00;938.00;2.07;0.40 +7516;6;4421.50;10.20;939.50;2.63;0.40 +7516;9;4415.04;10.00;935.00;1.57;0.40 +7516;10;4422.96;10.00;935.00;-1.57;0.40 7516;21;4415.04;10.00;935.00;1.57;0.40 +7517;0;977.00;9.67;1422.00;0.00;0.26 +7517;1;978.00;9.70;1419.00;0.32;0.26 +7517;2;974.00;9.52;1421.00;-1.24;0.26 +7517;3;980.00;9.75;1421.00;1.24;0.26 +7517;4;979.50;9.80;1423.50;2.11;0.26 +7517;5;976.00;9.70;1424.00;3.60;0.26 +7517;9;974.48;9.69;1422.00;1.57;0.26 +7517;10;979.52;9.70;1422.00;-1.57;0.26 +7517;19;974.00;9.50;1420.00;-1.25;0.26 +7517;20;972.54;9.50;1419.02;-0.98;0.26 7517;21;974.48;9.69;1422.00;1.57;0.26 +7518;0;4449.00;10.77;1017.00;0.00;0.30 +7518;1;4448.50;10.50;1012.50;-0.11;0.30 +7518;2;4452.00;11.00;1016.00;1.24;0.30 +7518;3;4446.50;10.40;1015.50;-1.03;0.30 +7518;4;4447.50;12.60;1020.50;3.54;0.30 +7518;5;4452.00;12.25;1019.50;2.26;0.30 +7518;6;4450.50;13.25;1022.00;2.85;0.30 +7518;9;4446.30;10.70;1017.00;1.57;0.30 +7518;10;4451.70;11.07;1017.00;-1.57;0.30 7518;21;4446.30;10.70;1017.00;1.57;0.30 +7519;0;3955.00;20.80;1267.00;0.00;0.36 +7519;1;3946.50;20.60;1263.50;-1.18;0.36 +7519;2;3941.00;20.70;1263.50;-1.32;0.36 +7519;3;3947.00;20.47;1267.00;4.71;0.36 +7519;4;3957.50;20.80;1264.50;0.78;0.36 +7519;5;3964.00;20.80;1267.00;1.57;0.36 +7519;6;3966.50;21.10;1268.50;1.70;0.36 +7519;7;3959.50;20.95;1270.00;2.15;0.36 +7519;9;3945.64;20.41;1267.00;1.57;0.36 +7519;10;3964.36;20.87;1267.00;-1.57;0.36 7519;21;3945.64;20.41;1267.00;1.57;0.36 +7520;0;5141.00;9.70;161.00;0.00;0.36 +7520;1;5137.50;9.90;157.50;-0.78;0.36 +7520;2;5142.00;9.65;158.50;0.38;0.36 +7520;3;5136.50;9.90;161.00;4.71;0.36 +7520;4;5146.50;9.70;163.50;1.99;0.36 +7520;5;5140.50;9.80;164.00;3.30;0.36 +7520;6;5144.50;9.80;165.50;2.48;0.36 +7520;9;5136.86;9.88;161.00;1.57;0.36 +7520;10;5145.14;9.55;161.00;-1.57;0.36 +7520;19;5142.00;9.50;157.00;0.38;0.36 +7520;20;5142.42;9.50;155.30;0.24;0.36 7520;21;5136.86;9.88;161.00;1.57;0.36 +7521;0;4506.00;10.67;1073.00;0.00;0.36 +7521;1;4507.50;10.75;1069.00;0.35;0.36 +7521;2;4504.00;11.07;1068.00;-0.38;0.36 +7521;3;4502.00;10.75;1072.50;-1.44;0.36 +7521;4;4510.00;10.85;1076.00;2.21;0.36 +7521;5;4506.50;11.10;1077.50;3.03;0.36 +7521;9;4502.76;10.70;1073.00;1.57;0.36 +7521;10;4509.24;10.60;1073.00;-1.57;0.36 7521;21;4502.76;10.70;1073.00;1.57;0.36 +7522;0;5151.00;10.47;266.00;0.00;0.44 +7522;1;5147.50;10.40;261.50;-0.66;0.44 +7522;2;5151.50;10.45;263.00;0.16;0.44 +7522;3;5146.00;10.70;265.00;-1.37;0.44 +7522;4;5155.50;9.70;269.00;2.15;0.44 +7522;5;5149.00;10.55;268.50;3.81;0.44 +7522;9;5147.04;10.70;266.00;1.57;0.44 +7522;10;5154.96;9.70;266.00;-1.57;0.44 +7522;19;5159.00;9.50;269.00;-4.12;0.44 +7522;20;5160.63;9.50;269.61;1.93;0.44 7522;21;5147.04;10.70;266.00;1.57;0.44 +7523;0;4781.00;10.50;1412.00;0.00;0.30 +7523;1;4783.00;10.62;1409.00;0.58;0.30 +7523;2;4778.50;10.60;1410.50;-1.03;0.30 +7523;3;4785.00;10.57;1411.00;1.32;0.30 +7523;4;4777.00;10.35;1413.50;4.35;0.30 +7523;5;4784.00;10.40;1414.00;2.15;0.30 +7523;6;4780.00;10.60;1415.00;3.46;0.30 +7523;9;4777.94;10.50;1412.00;1.57;0.30 +7523;10;4784.06;10.55;1412.00;-1.57;0.30 7523;21;4777.94;10.50;1412.00;1.57;0.30 +7524;0;1398.00;9.70;1373.00;0.00;0.30 +7524;1;1399.00;9.50;1369.50;0.27;0.30 +7524;2;1396.00;9.70;1370.00;-0.58;0.30 +7524;3;1401.50;9.70;1372.50;1.42;0.30 +7524;4;1394.50;9.80;1373.50;4.57;0.30 +7524;5;1393.50;10.05;1376.00;4.12;0.30 +7524;6;1397.50;10.10;1376.50;3.28;0.30 +7524;9;1394.58;9.84;1373.00;1.57;0.30 +7524;10;1401.42;9.70;1373.00;-1.57;0.30 +7524;19;1407.00;9.50;1366.00;0.28;0.30 +7524;20;1408.38;9.50;1364.92;0.91;0.30 7524;21;1394.58;9.84;1373.00;1.57;0.30 +7525;0;5022.00;10.30;408.00;0.00;0.38 +7525;1;5022.50;10.30;405.00;0.16;0.38 +7525;2;5026.00;10.25;404.50;0.85;0.38 +7525;3;5017.50;10.30;408.00;4.71;0.38 +7525;4;5025.00;9.90;409.00;1.89;0.38 +7525;5;5019.00;10.30;412.00;3.78;0.38 +7525;6;5023.00;10.15;412.00;2.89;0.38 +7525;9;5018.58;10.30;408.00;1.57;0.38 +7525;10;5025.42;9.95;408.00;-1.57;0.38 7525;21;5018.58;10.30;408.00;1.57;0.38 +7526;0;4783.00;9.80;1436.00;0.00;0.38 +7526;1;4783.50;9.90;1433.50;0.19;0.38 +7526;2;4777.50;9.80;1434.50;-1.30;0.38 +7526;3;4789.00;9.90;1438.00;1.89;0.38 +7526;4;4777.50;9.80;1438.00;4.36;0.38 +7526;5;4783.50;9.80;1439.50;3.00;0.38 +7526;9;4778.68;9.80;1436.00;1.57;0.38 +7526;10;4787.32;9.88;1436.00;-1.57;0.38 7526;21;4778.68;9.80;1436.00;1.57;0.38 +7527;0;1532.00;9.80;1438.00;0.00;0.36 +7527;1;1531.00;9.85;1434.50;-0.27;0.36 +7527;2;1535.00;9.85;1434.50;0.70;0.36 +7527;3;1536.50;9.80;1436.00;1.15;0.36 +7527;4;1534.50;9.80;1439.50;2.11;0.36 +7527;5;1527.50;9.90;1438.50;4.60;0.36 +7527;6;1530.00;9.90;1441.50;3.66;0.36 +7527;9;1528.58;9.90;1438.00;1.57;0.36 +7527;10;1535.42;9.80;1438.00;-1.57;0.36 7527;21;1528.58;9.90;1438.00;1.57;0.36 +7528;0;1528.00;10.25;1531.00;0.00;0.26 +7528;1;1528.00;12.27;1527.00;0.00;0.26 +7528;2;1525.50;10.40;1528.50;-0.78;0.26 +7528;3;1530.50;10.45;1529.00;0.89;0.26 +7528;4;1525.50;11.30;1532.50;4.17;0.26 +7528;5;1530.50;10.10;1533.00;2.24;0.26 +7528;6;1527.50;10.60;1535.00;3.26;0.26 +7528;9;1525.66;10.78;1531.00;1.57;0.26 +7528;10;1530.34;10.06;1531.00;-1.57;0.26 7528;21;1525.66;10.78;1531.00;1.57;0.26 +7529;0;4986.00;10.27;609.00;0.00;0.30 +7529;1;4985.00;10.50;607.50;-0.58;0.30 +7529;2;4989.50;10.80;607.50;1.16;0.30 +7529;3;4982.50;9.90;611.50;4.09;0.30 +7529;4;4986.50;9.70;611.50;2.94;0.30 +7529;9;4982.94;10.55;609.00;1.57;0.30 +7529;10;4989.06;10.40;609.00;-1.57;0.30 +7529;19;4994.00;9.57;612.00;-3.34;0.30 +7529;20;4995.63;9.57;612.61;1.93;0.30 7529;21;4982.94;10.55;609.00;1.57;0.30 +7530;0;3465.00;11.15;1278.00;0.00;0.32 +7530;1;3467.00;10.60;1275.00;0.58;0.32 +7530;2;3464.50;10.60;1274.50;-0.14;0.32 +7530;3;3462.50;11.10;1278.00;4.71;0.32 +7530;4;3468.00;11.22;1278.00;1.57;0.32 +7530;5;3465.00;12.45;1281.00;3.14;0.32 +7530;6;3461.00;12.32;1281.00;4.06;0.32 +7530;9;3461.94;11.07;1278.00;1.57;0.32 +7530;10;3468.06;11.22;1278.00;-1.57;0.32 7530;21;3461.94;11.07;1278.00;1.57;0.32 +7531;0;4369.00;9.97;940.00;0.00;0.40 +7531;1;4367.00;9.80;935.50;-0.41;0.40 +7531;2;4370.50;10.20;936.50;0.40;0.40 +7531;3;4364.50;9.95;940.00;4.71;0.40 +7531;4;4373.00;10.60;939.50;1.44;0.40 +7531;5;4373.00;10.35;943.50;2.29;0.40 +7531;6;4366.00;10.32;944.00;3.78;0.40 +7531;7;4369.00;10.40;944.50;3.14;0.40 +7531;9;4365.04;9.89;940.00;1.57;0.40 +7531;10;4372.96;10.54;940.00;-1.57;0.40 7531;21;4372.96;10.54;940.00;-1.57;0.40 +7532;0;4997.00;9.70;1375.00;0.00;0.48 +7532;1;4991.04;9.70;1369.52;-0.90;0.48 +7532;2;4994.50;9.70;1370.50;-0.50;0.48 +7532;3;4997.50;9.50;1372.00;0.16;0.48 +7532;4;4996.50;9.50;1377.00;3.38;0.48 +7532;5;5000.00;9.77;1376.00;1.89;0.48 +7532;9;4992.50;9.50;1375.00;1.57;0.48 +7532;10;5001.50;9.75;1375.00;-1.57;0.48 +7532;19;4996.00;9.53;1370.00;0.17;0.48 +7532;20;4995.65;9.53;1368.28;-0.19;0.48 7532;21;4992.50;9.50;1375.00;1.57;0.48 +7533;0;5077.00;10.10;175.00;0.00;0.44 +7533;1;5074.00;10.27;171.00;-0.64;0.44 +7533;2;5080.50;10.10;171.50;0.78;0.44 +7533;3;5071.50;10.20;176.00;4.53;0.44 +7533;4;5082.50;10.00;175.50;1.66;0.44 +7533;5;5081.00;9.95;179.50;2.41;0.44 +7533;6;5076.00;10.10;179.50;3.36;0.44 +7533;9;5072.14;10.25;175.00;1.57;0.44 +7533;10;5081.86;10.00;175.00;-1.57;0.44 7533;21;5072.14;10.25;175.00;1.57;0.44 +7534;0;4277.00;11.15;1017.00;0.00;0.28 +7534;1;4278.00;10.80;1014.50;0.38;0.28 +7534;2;4275.00;12.05;1015.50;-0.92;0.28 +7534;3;4279.00;10.75;1018.00;2.03;0.28 +7534;4;4274.00;11.70;1018.50;4.24;0.28 +7534;5;4276.00;11.17;1021.00;3.38;0.28 +7534;9;4274.30;12.02;1017.00;1.57;0.28 +7534;10;4279.70;10.56;1017.00;-1.57;0.28 7534;21;4274.30;12.02;1017.00;1.57;0.28 +7535;0;5154.00;10.52;253.00;0.00;0.28 +7535;1;5151.00;10.82;250.00;-0.78;0.28 +7535;2;5154.00;10.70;250.00;0.00;0.28 +7535;3;5157.50;10.10;253.50;1.71;0.28 +7535;4;5150.50;10.60;253.00;4.71;0.28 +7535;5;5153.00;10.35;256.50;3.42;0.28 +7535;9;5151.48;10.60;253.00;1.57;0.28 +7535;10;5156.52;10.24;253.00;-1.57;0.28 +7535;19;5160.00;9.55;257.00;-4.57;0.28 +7535;20;5161.45;9.55;257.97;2.15;0.28 7535;21;5151.48;10.60;253.00;1.57;0.28 +7536;0;1328.00;10.45;1618.00;0.00;0.40 +7536;1;1330.50;10.50;1613.50;0.50;0.40 +7536;2;1325.00;10.65;1617.50;-1.40;0.40 +7536;3;1333.50;10.40;1617.00;1.39;0.40 +7536;4;1328.00;10.40;1621.50;3.14;0.40 +7536;5;1322.50;10.50;1623.00;3.97;0.40 +7536;9;1323.86;10.86;1618.00;1.57;0.40 +7536;10;1332.14;10.40;1618.00;-1.57;0.40 7536;21;1323.86;10.86;1618.00;1.57;0.40 +7537;0;4163.00;10.40;1057.00;0.00;0.30 +7537;1;4158.00;10.72;1056.00;-1.37;0.30 +7537;2;4165.00;10.10;1055.00;0.78;0.30 +7537;3;4169.00;9.95;1058.00;1.73;0.30 +7537;4;4159.00;10.75;1059.50;4.15;0.30 +7537;5;4164.00;10.05;1060.50;2.86;0.30 +7537;9;4158.68;10.70;1057.00;1.57;0.30 +7537;10;4167.32;9.90;1057.00;-1.57;0.30 7537;21;4158.68;10.70;1057.00;1.57;0.30 +7538;0;5036.00;10.57;372.00;0.00;0.64 +7538;1;5034.50;10.60;366.50;-0.26;0.64 +7538;2;5039.00;11.00;366.00;0.46;0.64 +7538;3;5041.00;10.72;372.00;1.57;0.64 +7538;4;5028.50;10.10;370.00;-1.31;0.64 +7538;5;5029.00;10.10;373.00;4.57;0.64 +7538;6;5033.00;10.15;376.50;3.73;0.64 +7538;7;5039.50;10.50;378.00;2.61;0.64 +7538;9;5030.24;10.10;372.00;1.57;0.64 +7538;10;5041.76;10.70;372.00;-1.57;0.64 7538;21;5030.24;10.10;372.00;1.57;0.64 +7539;0;1375.00;10.15;1562.00;0.00;0.44 +7539;1;1375.50;10.40;1556.50;0.09;0.44 +7539;2;1377.00;10.40;1556.50;0.34;0.44 +7539;3;1378.50;10.20;1560.00;1.05;0.44 +7539;4;1371.50;10.20;1559.50;-0.95;0.44 +7539;5;1371.00;10.10;1564.50;4.15;0.44 +7539;6;1377.50;10.15;1564.00;2.24;0.44 +7539;7;1374.50;10.10;1566.50;3.25;0.44 +7539;9;1371.04;10.12;1562.00;1.57;0.44 +7539;10;1378.96;10.15;1562.00;-1.57;0.44 7539;21;1371.04;10.12;1562.00;1.57;0.44 +7540;0;4589.00;9.70;1201.00;0.00;0.30 +7540;1;4591.00;9.70;1196.50;0.41;0.30 +7540;2;4588.50;9.70;1198.00;-0.16;0.30 +7540;3;4592.50;9.70;1201.00;1.57;0.30 +7540;4;4586.00;9.75;1202.00;4.39;0.30 +7540;5;4589.00;9.95;1204.50;3.14;0.30 +7540;6;4586.00;10.00;1205.00;3.78;0.30 +7540;9;4586.30;9.70;1201.00;1.57;0.30 +7540;10;4591.70;9.70;1201.00;-1.57;0.30 7540;21;4586.30;9.70;1201.00;1.57;0.30 +7541;0;3702.00;9.80;1395.00;0.00;0.56 +7541;1;3702.50;9.90;1389.00;0.08;0.56 +7541;2;3696.00;10.07;1392.00;-1.10;0.56 +7541;3;3707.50;9.80;1393.00;1.22;0.56 +7541;4;3709.50;9.80;1398.50;2.00;0.56 +7541;5;3697.00;9.90;1399.50;3.98;0.56 +7541;6;3704.50;9.80;1399.50;2.63;0.56 +7541;9;3696.60;9.99;1395.00;1.57;0.56 +7541;10;3707.40;9.80;1395.00;-1.57;0.56 7541;21;3707.40;9.80;1395.00;-1.57;0.56 +7542;0;4928.00;9.50;629.00;0.00;0.42 +7542;1;4929.50;9.50;625.50;0.40;0.42 +7542;2;4919.50;9.50;631.50;4.42;0.42 +7542;3;4932.50;9.50;625.50;0.91;0.42 +7542;9;4922.06;9.50;629.00;1.57;0.42 +7542;10;4933.94;9.50;629.00;-1.57;0.42 +7542;19;4927.00;9.65;637.00;0.40;0.42 +7542;20;4926.78;9.65;638.73;3.26;0.42 7542;21;4922.06;9.50;629.00;1.57;0.42 +7543;0;1369.00;10.05;1428.00;0.00;0.34 +7543;1;1367.00;10.30;1424.50;-0.51;0.34 +7543;2;1371.00;9.92;1427.00;1.10;0.34 +7543;3;1365.50;10.10;1428.50;4.57;0.34 +7543;4;1368.00;9.85;1431.50;3.42;0.34 +7543;5;1371.50;10.20;1432.00;2.58;0.34 +7543;9;1365.94;10.20;1428.00;1.57;0.34 +7543;10;1372.06;9.72;1428.00;-1.57;0.34 7543;21;1365.94;10.20;1428.00;1.57;0.34 +7544;0;4361.00;9.75;901.00;0.00;0.32 +7544;1;4362.50;9.70;897.00;0.35;0.32 +7544;2;4358.50;10.00;900.50;-1.37;0.32 +7544;3;4364.00;9.70;898.00;0.78;0.32 +7544;4;4364.50;9.70;899.50;1.16;0.32 +7544;5;4363.00;9.70;903.00;2.35;0.32 +7544;6;4359.50;9.80;904.00;3.60;0.32 +7544;9;4358.12;10.05;901.00;1.57;0.32 +7544;10;4363.88;9.70;901.00;-1.57;0.32 7544;21;4358.12;10.05;901.00;1.57;0.32 +7545;0;4584.00;13.57;1359.00;0.00;0.38 +7545;1;4580.50;13.60;1355.50;-0.78;0.38 +7545;2;4585.50;13.20;1354.50;0.32;0.38 +7545;3;4589.00;13.30;1358.00;1.37;0.38 +7545;4;4577.00;14.60;1359.50;4.64;0.38 +7545;5;4580.00;14.40;1361.50;4.15;0.38 +7545;6;4590.50;15.80;1361.50;1.93;0.38 +7545;7;4586.50;14.80;1362.50;2.52;0.38 +7545;9;4578.96;14.50;1359.00;1.57;0.38 +7545;10;4589.04;13.83;1359.00;-1.57;0.38 7545;21;4578.96;14.50;1359.00;1.57;0.38 +7546;0;1599.00;9.70;1209.00;0.00;0.32 +7546;1;1596.00;9.70;1206.00;-0.78;0.32 +7546;2;1601.50;9.70;1205.50;0.62;0.32 +7546;3;1603.00;9.62;1208.00;1.32;0.32 +7546;4;1595.50;9.80;1210.50;4.30;0.32 +7546;5;1602.00;9.62;1212.00;2.35;0.32 +7546;9;1594.50;9.80;1209.00;1.57;0.32 +7546;10;1603.50;9.60;1209.00;-1.57;0.32 +7546;19;1594.00;9.50;1204.00;-0.79;0.32 +7546;20;1592.76;9.50;1202.76;-0.78;0.32 7546;21;1594.50;9.80;1209.00;1.57;0.32 +7547;0;1510.00;10.50;1507.00;0.00;0.30 +7547;1;1511.50;10.40;1503.50;0.40;0.30 +7547;2;1507.50;10.20;1505.00;-0.89;0.30 +7547;3;1513.50;10.50;1507.00;1.57;0.30 +7547;4;1507.00;10.77;1509.00;4.12;0.30 +7547;5;1512.00;10.82;1511.00;2.67;0.30 +7547;6;1509.00;10.90;1511.50;3.36;0.30 +7547;9;1507.30;10.41;1507.00;1.57;0.30 +7547;10;1512.70;10.58;1507.00;-1.57;0.30 7547;21;1507.30;10.41;1507.00;1.57;0.30 +7548;0;3122.00;12.82;501.00;0.00;1.44 +7548;1;3121.00;13.30;483.50;-0.05;1.44 +7548;2;3132.00;13.00;487.00;0.62;1.44 +7548;3;3113.00;13.40;488.00;-0.60;1.44 +7548;4;3137.50;12.90;492.50;1.06;1.44 +7548;5;3107.50;12.90;500.50;-1.53;1.44 +7548;6;3134.50;12.75;502.00;1.65;1.44 +7548;7;3134.00;12.40;512.50;2.33;1.44 +7548;8;3111.00;12.80;511.50;3.95;1.44 +7548;9;3109.04;13.00;501.00;1.57;1.44 +7548;10;3134.96;12.80;501.00;-1.57;1.44 7548;21;3109.04;13.00;501.00;1.57;1.44 +7549;0;4491.00;13.65;1070.00;0.00;0.34 +7549;1;4488.50;11.20;1064.00;-0.39;0.34 +7549;2;4492.50;11.75;1065.00;0.29;0.34 +7549;3;4486.50;11.45;1068.00;-1.15;0.34 +7549;4;4494.50;11.85;1071.00;1.84;0.34 +7549;5;4488.00;12.95;1072.50;4.01;0.34 +7549;6;4490.00;13.07;1076.00;3.30;0.34 +7549;7;4493.50;11.30;1076.50;2.77;0.34 +7549;9;4487.94;12.33;1070.00;1.57;0.34 +7549;10;4494.06;12.10;1070.00;-1.57;0.34 7549;21;4487.94;12.33;1070.00;1.57;0.34 +7550;0;1795.00;10.60;283.00;0.00;0.46 +7550;1;1791.00;10.45;276.00;-0.51;0.46 +7550;2;1796.00;10.60;276.00;0.14;0.46 +7550;3;1789.50;10.50;282.50;-1.48;0.46 +7550;4;1800.00;10.35;279.00;0.89;0.46 +7550;5;1800.00;10.52;286.00;2.11;0.46 +7550;6;1795.50;10.70;290.00;3.07;0.46 +7550;9;1790.86;10.50;283.00;1.57;0.46 +7550;10;1799.14;10.36;283.00;-1.57;0.46 7550;21;1790.86;10.50;283.00;1.57;0.46 +7551;0;1460.00;10.32;1548.00;0.00;0.30 +7551;1;1461.00;10.15;1544.00;0.24;0.30 +7551;2;1457.00;10.80;1547.00;-1.24;0.30 +7551;3;1464.00;10.10;1545.50;1.01;0.30 +7551;4;1463.00;10.20;1549.00;1.89;0.30 +7551;5;1456.50;10.60;1550.50;4.09;0.30 +7551;6;1460.00;10.20;1551.50;3.14;0.30 +7551;9;1456.94;10.77;1548.00;1.57;0.30 +7551;10;1463.06;10.17;1548.00;-1.57;0.30 7551;21;1456.94;10.77;1548.00;1.57;0.30 +7552;0;1398.00;9.70;1360.00;0.00;0.30 +7552;1;1398.00;9.70;1358.50;0.00;0.30 +7552;2;1401.50;9.70;1360.50;1.71;0.30 +7552;3;1393.00;10.30;1360.50;4.61;0.30 +7552;4;1393.50;10.10;1363.50;4.05;0.30 +7552;5;1396.00;9.50;1363.50;3.66;0.30 +7552;9;1393.50;10.30;1360.00;1.57;0.30 +7552;10;1402.50;9.70;1360.00;-1.57;0.30 +7552;19;1405.00;9.60;1356.00;-4.57;0.30 +7552;20;1406.51;9.60;1355.13;1.05;0.30 7552;21;1393.50;10.30;1360.00;1.57;0.30 +7553;0;2051.00;11.12;470.00;0.00;0.48 +7553;1;2048.00;11.27;468.00;-0.98;0.48 +7553;2;2054.50;9.80;465.50;0.66;0.48 +7553;3;2056.00;10.85;471.00;1.76;0.48 +7553;4;2048.00;11.30;472.50;4.01;0.48 +7553;5;2053.50;11.30;474.00;2.58;0.48 +7553;9;2045.96;11.45;470.00;1.57;0.48 +7553;10;2056.04;10.55;470.00;-1.57;0.48 +7553;19;2056.00;9.60;462.00;0.66;0.48 +7553;20;2056.92;9.60;460.51;0.55;0.48 7553;21;2056.04;10.55;470.00;-1.57;0.48 +7554;0;3534.00;16.77;1363.00;0.00;0.28 +7554;1;3534.00;17.35;1360.00;0.00;0.28 +7554;2;3531.50;16.00;1361.00;-0.89;0.28 +7554;3;3537.00;15.45;1362.00;1.24;0.28 +7554;4;3531.50;13.85;1364.00;4.33;0.28 +7554;5;3536.00;15.90;1364.50;2.21;0.28 +7554;6;3534.00;13.85;1367.00;3.14;0.28 +7554;9;3531.12;14.40;1363.00;1.57;0.28 +7554;10;3536.88;15.23;1363.00;-1.57;0.28 7554;21;3531.12;14.40;1363.00;1.57;0.28 +7555;0;1359.00;10.30;1396.00;0.00;0.42 +7555;1;1360.50;10.30;1390.00;0.24;0.42 +7555;2;1358.00;10.30;1391.50;-0.21;0.42 +7555;3;1362.00;10.30;1393.50;0.87;0.42 +7555;4;1355.00;10.30;1395.00;-1.32;0.42 +7555;5;1362.50;10.30;1399.00;2.27;0.42 +7555;6;1356.50;10.30;1399.50;3.76;0.42 +7555;9;1355.22;10.30;1396.00;1.57;0.42 +7555;10;1362.78;10.30;1396.00;-1.57;0.42 7555;21;1355.22;10.30;1396.00;1.57;0.42 +7556;0;3880.00;11.10;1409.00;0.00;0.44 +7556;1;3878.00;11.32;1405.00;-0.46;0.44 +7556;2;3884.00;11.10;1404.50;0.72;0.44 +7556;3;3887.50;10.90;1408.50;1.50;0.44 +7556;4;3872.50;11.10;1410.50;4.51;0.44 +7556;5;3884.00;10.90;1412.50;2.29;0.44 +7556;6;3876.00;10.97;1414.00;3.81;0.44 +7556;9;3873.70;11.13;1409.00;1.57;0.44 +7556;10;3886.30;10.91;1409.00;-1.57;0.44 7556;21;3873.70;11.13;1409.00;1.57;0.44 +7557;0;4782.00;10.35;595.00;0.00;0.24 +7557;1;4784.50;10.20;593.50;1.03;0.24 +7557;2;4779.50;10.30;596.50;4.17;0.24 +7557;3;4789.50;9.90;595.50;1.63;0.24 +7557;4;4776.00;9.50;601.00;3.92;0.24 +7557;9;4778.40;10.42;595.00;1.57;0.24 +7557;10;4785.60;10.40;595.00;-1.57;0.24 +7557;19;4782.00;9.57;601.00;-2.11;0.24 +7557;20;4782.00;9.57;602.75;3.14;0.24 7557;21;4778.40;10.42;595.00;1.57;0.24 +7558;0;1535.00;13.60;1485.00;0.00;0.28 +7558;1;1535.50;14.00;1482.00;0.16;0.28 +7558;2;1532.00;13.40;1482.50;-0.87;0.28 +7558;3;1538.50;13.50;1484.00;1.29;0.28 +7558;4;1531.50;12.30;1485.00;4.71;0.28 +7558;5;1539.00;13.30;1487.50;2.12;0.28 +7558;6;1533.50;12.40;1488.00;3.60;0.28 +7558;7;1537.00;13.10;1488.50;2.62;0.28 +7558;9;1531.76;12.41;1485.00;1.57;0.28 +7558;10;1538.24;13.53;1485.00;-1.57;0.28 7558;21;1531.76;12.41;1485.00;1.57;0.28 +7559;0;4352.00;11.55;914.00;0.00;0.30 +7559;1;4351.50;11.70;910.50;-0.14;0.30 +7559;2;4355.00;10.35;910.50;0.70;0.30 +7559;3;4348.50;12.15;914.00;4.71;0.30 +7559;4;4355.50;10.10;913.50;1.42;0.30 +7559;5;4354.00;10.50;916.50;2.46;0.30 +7559;6;4350.00;12.17;917.00;3.73;0.30 +7559;9;4348.58;12.16;914.00;1.57;0.30 +7559;10;4355.42;10.12;914.00;-1.57;0.30 7559;21;4348.58;12.16;914.00;1.57;0.30 +7560;0;3767.00;12.17;1268.00;0.00;0.44 +7560;1;3762.50;13.00;1263.50;-0.78;0.44 +7560;2;3768.50;12.50;1263.50;0.32;0.44 +7560;3;3760.50;13.20;1267.50;-1.49;0.44 +7560;4;3774.00;11.15;1266.00;1.29;0.44 +7560;5;3772.50;10.55;1271.00;2.07;0.44 +7560;6;3764.50;11.55;1272.00;3.70;0.44 +7560;9;3761.96;13.05;1268.00;1.57;0.44 +7560;10;3772.04;11.01;1268.00;-1.57;0.44 7560;21;3761.96;13.05;1268.00;1.57;0.44 +7561;0;2213.00;10.30;761.00;0.00;0.58 +7561;1;2210.00;10.15;754.00;-0.40;0.58 +7561;2;2215.50;10.10;756.00;0.46;0.58 +7561;3;2206.50;10.50;760.50;-1.49;0.58 +7561;4;2220.50;10.00;761.00;1.57;0.58 +7561;5;2216.50;10.10;766.50;2.57;0.58 +7561;6;2209.50;10.20;766.50;3.70;0.58 +7561;9;2207.60;10.40;761.00;1.57;0.58 +7561;10;2218.40;10.01;761.00;-1.57;0.58 7561;21;2207.60;10.40;761.00;1.57;0.58 +7562;0;4318.00;11.57;1014.00;0.00;0.38 +7562;1;4320.00;11.80;1008.50;0.34;0.38 +7562;2;4315.50;11.70;1011.50;-0.78;0.38 +7562;3;4322.00;11.97;1014.00;1.57;0.38 +7562;4;4315.00;11.75;1017.50;3.85;0.38 +7562;5;4319.50;11.40;1018.50;2.82;0.38 +7562;9;4314.58;11.70;1014.00;1.57;0.38 +7562;10;4321.42;11.84;1014.00;-1.57;0.38 7562;21;4314.58;11.70;1014.00;1.57;0.38 +7563;0;3666.00;10.00;1330.00;0.00;0.58 +7563;1;3666.50;9.90;1324.50;0.09;0.58 +7563;2;3660.00;9.95;1323.50;-0.74;0.58 +7563;3;3659.50;9.80;1328.50;-1.34;0.58 +7563;4;3673.00;10.00;1326.50;1.10;0.58 +7563;5;3671.50;10.00;1332.50;1.99;0.58 +7563;6;3660.00;9.60;1334.50;4.06;0.58 +7563;7;3666.00;9.60;1336.00;3.14;0.58 +7563;8;3670.50;9.80;1337.00;2.57;0.58 +7563;9;3660.78;9.80;1330.00;1.57;0.58 +7563;10;3671.22;10.10;1330.00;-1.57;0.58 7563;21;3660.78;9.80;1330.00;1.57;0.58 +7564;0;5157.00;10.50;241.00;0.00;0.28 +7564;1;5157.50;10.40;238.50;0.19;0.28 +7564;2;5154.00;10.40;240.50;-1.40;0.28 +7564;3;5160.50;10.05;241.00;1.57;0.28 +7564;4;5159.50;9.85;243.00;2.24;0.28 +7564;5;5155.50;10.55;244.00;3.60;0.28 +7564;9;5153.94;10.41;241.00;1.57;0.28 +7564;10;5160.06;10.11;241.00;-1.57;0.28 +7564;19;5159.00;9.75;246.00;-4.04;0.28 +7564;20;5159.65;9.75;247.62;2.76;0.28 7564;21;5153.94;10.41;241.00;1.57;0.28 +7565;0;4183.00;10.25;1064.00;0.00;0.44 +7565;1;4183.50;10.05;1061.00;0.16;0.44 +7565;2;4180.00;10.00;1059.50;-0.58;0.44 +7565;3;4179.00;10.00;1061.50;-1.01;0.44 +7565;4;4188.00;10.32;1063.00;1.37;0.44 +7565;5;4180.00;10.22;1065.00;4.39;0.44 +7565;6;4185.00;10.57;1066.00;2.35;0.44 +7565;7;4181.00;10.65;1068.50;3.56;0.44 +7565;9;4179.04;10.12;1064.00;1.57;0.44 +7565;10;4186.96;10.44;1064.00;-1.57;0.44 7565;21;4186.96;10.44;1064.00;-1.57;0.44 +7566;0;5068.00;11.20;358.00;0.00;0.44 +7566;1;5066.00;12.30;357.00;-1.10;0.44 +7566;2;5072.50;10.60;355.00;0.98;0.44 +7566;3;5070.00;10.20;361.00;2.55;0.44 +7566;4;5064.50;11.20;362.50;3.80;0.44 +7566;9;5064.04;12.61;358.00;1.57;0.44 +7566;10;5071.96;10.40;358.00;-1.57;0.44 +7566;19;5075.00;9.55;360.00;-3.73;0.44 +7566;20;5076.68;9.55;360.48;1.84;0.44 7566;21;5064.04;12.61;358.00;1.57;0.44 +7567;0;4962.52;11.10;152.05;0.00;0.56 +7567;1;4951.50;9.50;133.00;4.71;0.56 +7567;2;4958.00;9.50;138.00;2.35;0.56 +7567;3;4958.00;9.70;143.50;2.69;0.56 +7567;4;4956.50;9.50;131.00;1.05;0.56 +7567;9;4947.96;9.50;133.00;1.57;0.56 +7567;10;4958.04;9.50;133.00;-1.57;0.56 +7567;19;4955.00;9.50;131.00;-1.57;0.56 +7567;20;4956.23;9.50;129.76;0.78;0.56 7567;21;4960.63;9.70;150.62;-1.57;0.56 +7568;0;4580.00;9.85;1190.00;0.00;0.30 +7568;1;4578.00;9.90;1186.50;-0.51;0.30 +7568;2;4582.00;9.80;1188.00;0.78;0.30 +7568;3;4576.00;9.95;1190.00;4.71;0.30 +7568;4;4584.50;9.80;1189.50;1.46;0.30 +7568;5;4584.00;9.80;1192.50;2.12;0.30 +7568;6;4580.00;9.90;1192.50;3.14;0.30 +7568;9;4576.58;9.95;1190.00;1.57;0.30 +7568;10;4583.42;9.80;1190.00;-1.57;0.30 7568;21;4576.58;9.95;1190.00;1.57;0.30 +7569;0;4893.00;9.87;1453.00;0.00;0.28 +7569;1;4892.50;9.70;1449.00;-0.12;0.28 +7569;2;4890.50;9.80;1450.50;-0.78;0.28 +7569;3;4895.00;9.70;1449.50;0.51;0.28 +7569;4;4895.50;9.95;1454.00;1.95;0.28 +7569;5;4891.50;10.00;1454.50;3.92;0.28 +7569;6;4895.00;10.10;1456.50;2.62;0.28 +7569;9;4890.48;9.90;1453.00;1.57;0.28 +7569;10;4895.52;9.84;1453.00;-1.57;0.28 7569;21;4890.48;9.90;1453.00;1.57;0.28 +7570;0;4972.00;15.90;592.00;0.00;0.52 +7570;1;4972.00;17.30;588.00;0.00;0.52 +7570;2;4979.50;17.00;585.50;0.85;0.52 +7570;3;4979.50;16.15;589.00;1.19;0.52 +7570;4;4963.50;16.60;593.50;4.53;0.52 +7570;5;4974.50;14.70;594.50;2.35;0.52 +7570;6;4965.50;14.00;597.00;4.05;0.52 +7570;9;4965.16;17.41;592.00;1.57;0.52 +7570;10;4978.84;14.93;592.00;-1.57;0.52 7570;21;4965.16;17.41;592.00;1.57;0.52 +7571;0;4551.00;12.20;1242.00;0.00;0.38 +7571;1;4549.50;10.75;1237.00;-0.29;0.38 +7571;2;4546.50;11.25;1239.00;-0.98;0.38 +7571;3;4553.00;11.30;1239.50;0.67;0.38 +7571;4;4556.50;12.15;1243.00;1.75;0.38 +7571;5;4547.50;12.40;1244.00;4.19;0.38 +7571;6;4552.50;12.50;1246.00;2.78;0.38 +7571;9;4546.86;11.83;1242.00;1.57;0.38 +7571;10;4555.14;12.27;1242.00;-1.57;0.38 7571;21;4546.86;11.83;1242.00;1.57;0.38 +7572;0;4368.00;9.70;911.00;0.00;0.32 +7572;1;4370.00;9.70;907.50;0.51;0.32 +7572;2;4366.50;9.70;908.00;-0.46;0.32 +7572;3;4370.00;9.70;913.00;2.35;0.32 +7572;4;4363.50;9.70;912.00;4.49;0.32 +7572;5;4366.50;9.70;915.00;3.50;0.32 +7572;6;4369.50;9.70;916.00;2.85;0.32 +7572;9;4365.12;9.70;911.00;1.57;0.32 +7572;10;4370.88;9.70;911.00;-1.57;0.32 7572;21;4365.12;9.70;911.00;1.57;0.32 +7573;0;3700.00;12.05;1267.00;0.00;0.52 +7573;1;3699.50;12.00;1261.00;-0.08;0.52 +7573;2;3707.50;11.90;1264.00;1.19;0.52 +7573;3;3693.00;13.20;1265.50;-1.36;0.52 +7573;4;3706.50;12.20;1270.00;2.00;0.52 +7573;5;3692.00;13.40;1270.50;4.30;0.52 +7573;6;3697.50;12.95;1273.00;3.53;0.52 +7573;9;3692.08;13.39;1267.00;1.57;0.52 +7573;10;3707.92;11.92;1267.00;-1.57;0.52 7573;21;3692.08;13.39;1267.00;1.57;0.52 +7574;0;4095.00;10.92;994.00;0.00;0.34 +7574;1;4093.50;10.80;990.50;-0.40;0.34 +7574;2;4090.00;10.75;992.00;-1.19;0.34 +7574;3;4099.50;10.40;994.00;1.57;0.34 +7574;4;4092.00;10.65;995.50;4.24;0.34 +7574;5;4097.50;10.70;997.00;2.44;0.34 +7574;9;4090.68;10.60;994.00;1.57;0.34 +7574;10;4099.32;10.43;994.00;-1.57;0.34 7574;21;4090.68;10.60;994.00;1.57;0.34 +7575;0;4654.00;12.32;1376.00;0.00;0.28 +7575;1;4653.50;12.40;1372.00;-0.12;0.28 +7575;2;4650.50;12.85;1376.00;4.71;0.28 +7575;3;4657.00;12.05;1374.00;0.98;0.28 +7575;4;4656.50;12.00;1378.00;2.24;0.28 +7575;5;4654.00;12.05;1380.00;3.14;0.28 +7575;6;4651.00;12.37;1380.00;3.78;0.28 +7575;9;4651.48;12.65;1376.00;1.57;0.28 +7575;10;4656.52;12.04;1376.00;-1.57;0.28 7575;21;4651.48;12.65;1376.00;1.57;0.28 +7576;0;3258.00;11.95;137.00;0.00;0.70 +7576;1;3254.00;11.72;130.00;-0.51;0.70 +7576;2;3262.00;11.05;132.00;0.67;0.70 +7576;3;3251.50;12.80;137.50;4.63;0.70 +7576;4;3267.50;11.20;137.50;1.62;0.70 +7576;5;3262.50;12.10;142.50;2.45;0.70 +7576;6;3254.50;13.25;145.00;3.55;0.70 +7576;9;3251.70;12.77;137.00;1.57;0.70 +7576;10;3264.30;11.17;137.00;-1.57;0.70 +7576;19;3270.00;9.50;133.00;0.67;0.70 +7576;20;3271.66;9.50;132.44;1.24;0.70 7576;21;3251.70;12.77;137.00;1.57;0.70 +7577;0;4502.00;11.25;1088.00;0.00;0.32 +7577;1;4504.50;11.05;1085.00;0.69;0.32 +7577;2;4499.00;11.60;1085.50;-0.87;0.32 +7577;3;4498.00;11.70;1089.00;4.46;0.32 +7577;4;4508.50;10.95;1088.00;1.57;0.32 +7577;5;4506.50;10.90;1089.00;1.78;0.32 +7577;6;4501.50;11.30;1091.50;3.28;0.32 +7577;9;4498.22;11.65;1088.00;1.57;0.32 +7577;10;4505.78;10.95;1088.00;-1.57;0.32 7577;21;4498.22;11.65;1088.00;1.57;0.32 +7578;0;4660.00;12.37;1421.00;0.00;0.48 +7578;1;4658.50;12.60;1415.50;-0.26;0.48 +7578;2;4662.50;12.60;1418.00;0.69;0.48 +7578;3;4655.50;12.20;1420.50;-1.46;0.48 +7578;4;4666.00;12.45;1421.50;1.65;0.48 +7578;5;4663.00;12.20;1424.50;2.43;0.48 +7578;6;4656.50;12.00;1425.50;3.80;0.48 +7578;9;4655.50;12.20;1421.00;1.57;0.48 +7578;10;4664.50;12.45;1421.00;-1.57;0.48 7578;21;4655.50;12.20;1421.00;1.57;0.48 +7579;0;4673.00;10.60;235.00;0.00;0.52 +7579;1;4664.00;10.30;231.50;-1.20;0.52 +7579;2;4675.00;10.60;231.00;0.46;0.52 +7579;3;4683.00;10.70;235.00;1.57;0.52 +7579;4;4666.00;10.30;239.50;4.14;0.52 +7579;5;4675.50;10.50;240.00;2.67;0.52 +7579;9;4665.62;10.40;235.00;1.57;0.52 +7579;10;4680.38;10.70;235.00;-1.57;0.52 7579;21;4665.62;10.40;235.00;1.57;0.52 +7580;0;4574.00;9.80;1175.00;0.00;0.32 +7580;1;4574.00;9.80;1172.00;0.00;0.32 +7580;2;4577.50;9.80;1171.50;0.78;0.32 +7580;3;4577.00;10.00;1175.50;1.73;0.32 +7580;4;4570.50;9.80;1176.50;4.30;0.32 +7580;5;4575.00;10.10;1179.00;2.89;0.32 +7580;6;4572.00;9.90;1179.50;3.56;0.32 +7580;9;4571.12;9.80;1175.00;1.57;0.32 +7580;10;4576.88;9.95;1175.00;-1.57;0.32 7580;21;4571.12;9.80;1175.00;1.57;0.32 +7581;0;1964.00;10.50;399.00;0.00;0.40 +7581;1;1963.00;10.55;394.50;-0.21;0.40 +7581;2;1955.50;10.20;397.50;-1.39;0.40 +7581;3;1971.00;10.60;396.00;1.16;0.40 +7581;4;1972.50;10.80;400.50;1.74;0.40 +7581;5;1964.00;10.65;403.50;3.14;0.40 +7581;9;1957.34;10.20;399.00;1.57;0.40 +7581;10;1970.66;10.70;399.00;-1.57;0.40 7581;21;1957.34;10.20;399.00;1.57;0.40 +7582;0;4760.00;11.40;1429.00;0.00;0.34 +7582;1;4754.50;11.40;1425.50;-1.00;0.34 +7582;2;4760.00;11.40;1426.00;0.00;0.34 +7582;3;4765.00;11.25;1427.00;1.19;0.34 +7582;4;4755.00;11.12;1430.00;4.51;0.34 +7582;5;4766.00;11.32;1431.00;1.89;0.34 +7582;6;4761.50;11.10;1433.00;2.78;0.34 +7582;9;4755.14;11.25;1429.00;1.57;0.34 +7582;10;4764.86;11.33;1429.00;-1.57;0.34 7582;21;4755.14;11.25;1429.00;1.57;0.34 +7583;0;1484.00;9.95;1410.00;0.00;0.30 +7583;1;1485.00;10.15;1404.50;0.18;0.30 +7583;2;1486.50;9.90;1409.50;1.37;0.30 +7583;3;1481.50;9.95;1407.00;-0.69;0.30 +7583;4;1480.50;9.90;1410.50;4.57;0.30 +7583;5;1482.00;10.10;1415.00;3.52;0.30 +7583;6;1485.00;10.10;1415.50;2.96;0.30 +7583;9;1481.30;9.90;1410.00;1.57;0.30 +7583;10;1486.70;9.95;1410.00;-1.57;0.30 7583;21;1481.30;9.90;1410.00;1.57;0.30 +7584;0;3834.00;10.80;1263.00;0.00;0.42 +7584;1;3825.00;11.40;1258.50;-1.10;0.42 +7584;2;3833.00;11.22;1260.00;-0.32;0.42 +7584;3;3828.50;10.80;1265.00;4.36;0.42 +7584;4;3841.50;11.90;1260.50;1.24;0.42 +7584;5;3843.00;11.15;1264.00;1.68;0.42 +7584;6;3838.00;10.55;1267.50;2.41;0.42 +7584;7;3843.00;10.75;1267.50;2.03;0.42 +7584;9;3826.80;10.98;1263.00;1.57;0.42 +7584;10;3841.20;11.28;1263.00;-1.57;0.42 7584;21;3826.80;10.98;1263.00;1.57;0.42 +7585;0;4904.00;11.42;595.00;0.00;0.40 +7585;1;4904.50;10.15;591.00;0.12;0.40 +7585;2;4899.00;9.92;594.00;-1.37;0.40 +7585;3;4910.00;10.92;592.00;1.10;0.40 +7585;4;4912.50;10.70;594.50;1.51;0.40 +7585;5;4909.00;11.20;596.50;1.86;0.40 +7585;6;4902.50;11.60;599.50;3.46;0.40 +7585;7;4898.50;11.10;599.50;4.02;0.40 +7585;9;4898.42;10.22;595.00;1.57;0.40 +7585;10;4909.58;11.32;595.00;-1.57;0.40 +7585;19;4920.00;9.68;596.00;-4.42;0.40 +7585;20;4921.74;9.68;596.10;1.63;0.40 7585;21;4898.42;10.22;595.00;1.57;0.40 +7586;0;1375.00;10.60;1471.00;0.00;0.34 +7586;1;1380.00;10.45;1469.50;1.27;0.34 +7586;2;1374.50;10.60;1467.50;-0.14;0.34 +7586;3;1369.00;10.87;1471.00;4.71;0.34 +7586;4;1371.50;10.65;1474.00;4.00;0.34 +7586;5;1378.50;10.20;1474.00;2.27;0.34 +7586;9;1369.96;10.87;1471.00;1.57;0.34 +7586;10;1380.04;10.44;1471.00;-1.57;0.34 7586;21;1369.96;10.87;1471.00;1.57;0.34 +7587;0;4360.00;10.12;870.00;0.00;0.24 +7587;1;4357.00;10.45;868.00;-0.98;0.24 +7587;2;4359.50;10.30;867.00;-0.16;0.24 +7587;3;4363.00;9.75;869.50;1.40;0.24 +7587;4;4358.00;10.15;871.50;4.06;0.24 +7587;5;4362.00;9.82;873.00;2.55;0.24 +7587;6;4360.00;10.05;873.50;3.14;0.24 +7587;9;4357.84;10.21;870.00;1.57;0.24 +7587;10;4362.16;9.90;870.00;-1.57;0.24 7587;21;4357.84;10.21;870.00;1.57;0.24 +7588;0;1538.00;11.25;1509.00;0.00;0.28 +7588;1;1536.00;11.45;1506.00;-0.58;0.28 +7588;2;1539.50;12.00;1505.50;0.40;0.28 +7588;3;1541.00;11.40;1509.50;1.73;0.28 +7588;4;1534.50;10.95;1508.00;-1.29;0.28 +7588;5;1536.00;10.52;1511.00;3.92;0.28 +7588;6;1539.50;10.70;1512.50;2.73;0.28 +7588;9;1535.48;10.94;1509.00;1.57;0.28 +7588;10;1540.52;11.40;1509.00;-1.57;0.28 7588;21;1535.48;10.94;1509.00;1.57;0.28 +7589;0;2141.00;10.65;547.00;0.00;0.44 +7589;1;2135.50;10.70;545.00;-1.22;0.44 +7589;2;2142.50;11.25;543.00;0.35;0.44 +7589;3;2147.00;11.17;544.00;1.10;0.44 +7589;4;2145.50;10.65;550.00;2.15;0.44 +7589;5;2137.50;10.60;550.50;3.92;0.44 +7589;9;2135.78;10.78;547.00;1.57;0.44 +7589;10;2146.22;11.05;547.00;-1.57;0.44 7589;21;2135.78;10.78;547.00;1.57;0.44 +7590;0;1634.00;9.70;1196.00;0.00;0.28 +7590;1;1634.50;9.50;1193.00;0.16;0.28 +7590;2;1629.00;9.70;1194.50;-1.27;0.28 +7590;3;1638.00;9.70;1197.50;1.93;0.28 +7590;4;1630.50;9.80;1197.50;4.30;0.28 +7590;5;1632.50;9.65;1200.00;3.50;0.28 +7590;9;1629.32;9.76;1196.00;1.57;0.28 +7590;10;1638.68;9.70;1196.00;-1.57;0.28 +7590;19;1632.85;9.40;1192.46;0.03;0.28 +7590;20;1632.30;9.40;1190.79;-0.31;0.28 7590;21;1632.82;9.80;1195.17;-1.57;0.28 +7591;0;4800.00;10.92;1407.00;0.00;0.34 +7591;1;4799.50;11.30;1402.50;-0.11;0.34 +7591;2;4802.50;12.25;1404.00;0.69;0.34 +7591;3;4797.50;10.90;1405.50;-1.03;0.34 +7591;4;4804.00;12.12;1407.00;1.57;0.34 +7591;5;4794.50;10.50;1408.50;4.44;0.34 +7591;6;4799.00;10.60;1409.50;3.52;0.34 +7591;7;4803.50;11.30;1409.50;2.19;0.34 +7591;9;4796.40;10.79;1407.00;1.57;0.34 +7591;10;4803.60;11.90;1407.00;-1.57;0.34 7591;21;4796.40;10.79;1407.00;1.57;0.34 +7592;0;5124.00;10.20;236.00;0.00;0.38 +7592;1;5125.00;10.15;232.50;0.27;0.38 +7592;2;5118.50;10.15;236.00;4.71;0.38 +7592;3;5129.50;10.30;236.00;1.57;0.38 +7592;4;5122.00;10.25;240.50;3.56;0.38 +7592;5;5127.50;10.80;240.00;2.42;0.38 +7592;9;5119.50;10.10;236.00;1.57;0.38 +7592;10;5128.50;10.30;236.00;-1.57;0.38 7592;21;5119.50;10.10;236.00;1.57;0.38 +7593;0;4167.00;10.30;1045.00;0.00;0.44 +7593;1;4165.50;10.30;1039.00;-0.24;0.44 +7593;2;4163.50;10.20;1039.50;-0.56;0.44 +7593;3;4169.50;10.05;1043.00;0.89;0.44 +7593;4;4162.50;10.20;1043.00;-1.15;0.44 +7593;5;4162.00;10.15;1046.50;4.42;0.44 +7593;6;4167.00;10.30;1049.00;3.14;0.44 +7593;7;4172.00;9.95;1048.50;2.18;0.44 +7593;8;4172.00;9.90;1051.00;2.44;0.44 +7593;9;4163.04;10.20;1045.00;1.57;0.44 +7593;10;4170.96;10.02;1045.00;-1.57;0.44 7593;21;4163.04;10.20;1045.00;1.57;0.44 +7594;0;1989.00;10.47;387.00;0.00;0.40 +7594;1;1983.50;10.40;381.50;-0.78;0.40 +7594;2;1990.00;9.95;383.00;0.24;0.40 +7594;3;1982.50;10.75;385.00;-1.27;0.40 +7594;4;1996.00;10.75;387.50;1.64;0.40 +7594;5;1983.50;11.10;390.00;4.21;0.40 +7594;6;1990.00;10.80;391.50;2.92;0.40 +7594;9;1983.42;10.85;387.00;1.57;0.40 +7594;10;1994.58;10.56;387.00;-1.57;0.40 7594;21;1983.42;10.85;387.00;1.57;0.40 +7595;0;5045.00;10.95;1387.00;0.00;0.36 +7595;1;5043.00;11.35;1383.00;-0.46;0.36 +7595;2;5047.50;10.25;1385.00;0.89;0.36 +7595;3;5041.50;11.75;1384.00;-0.86;0.36 +7595;4;5041.00;12.15;1387.50;4.58;0.36 +7595;5;5049.00;10.62;1390.00;2.21;0.36 +7595;6;5044.00;11.65;1390.50;3.42;0.36 +7595;9;5041.22;12.04;1387.00;1.57;0.36 +7595;10;5048.78;10.38;1387.00;-1.57;0.36 7595;21;5041.22;12.04;1387.00;1.57;0.36 +7596;0;4534.00;12.00;1165.00;0.00;0.38 +7596;1;4534.50;11.15;1161.00;0.12;0.38 +7596;2;4538.50;10.70;1160.50;0.78;0.38 +7596;3;4537.50;11.35;1164.00;1.29;0.38 +7596;4;4530.50;12.10;1164.50;-1.42;0.38 +7596;5;4531.00;13.20;1168.50;3.85;0.38 +7596;6;4535.50;12.50;1168.50;2.73;0.38 +7596;7;4533.00;13.70;1170.50;3.32;0.38 +7596;9;4530.58;12.25;1165.00;1.57;0.38 +7596;10;4537.42;11.50;1165.00;-1.57;0.38 7596;21;4530.58;12.25;1165.00;1.57;0.38 +7597;0;3856.00;10.72;1409.00;0.00;0.50 +7597;1;3853.50;11.35;1403.00;-0.39;0.50 +7597;2;3859.00;11.10;1404.50;0.58;0.50 +7597;3;3850.00;11.25;1406.00;-1.10;0.50 +7597;4;3860.50;10.80;1410.50;1.89;0.50 +7597;5;3853.00;10.65;1412.00;3.92;0.50 +7597;6;3858.50;10.50;1416.00;2.79;0.50 +7597;9;3851.50;10.85;1409.00;1.57;0.50 +7597;10;3860.50;10.75;1409.00;-1.57;0.50 7597;21;3851.50;10.85;1409.00;1.57;0.50 +7598;0;4666.00;11.17;601.00;0.00;0.28 +7598;1;4665.00;9.75;597.50;-0.27;0.28 +7598;2;4669.00;10.65;599.00;0.98;0.28 +7598;3;4663.00;9.82;603.00;4.12;0.28 +7598;4;4668.50;12.60;602.50;2.11;0.28 +7598;5;4666.00;11.55;604.50;3.14;0.28 +7598;9;4663.48;9.94;601.00;1.57;0.28 +7598;10;4668.52;11.90;601.00;-1.57;0.28 +7598;19;4660.00;9.50;606.00;-2.16;0.28 +7598;20;4658.65;9.50;607.12;4.01;0.28 7598;21;4663.48;9.94;601.00;1.57;0.28 +7599;0;1372.00;10.30;1388.00;0.00;0.36 +7599;1;1370.50;10.30;1383.50;-0.32;0.36 +7599;2;1374.50;10.30;1383.50;0.50;0.36 +7599;3;1375.00;10.30;1388.00;1.57;0.36 +7599;4;1368.50;10.30;1389.50;4.30;0.36 +7599;5;1374.00;10.30;1393.00;2.76;0.36 +7599;9;1368.76;10.30;1388.00;1.57;0.36 +7599;10;1375.24;10.30;1388.00;-1.57;0.36 7599;21;1368.76;10.30;1388.00;1.57;0.36 +7600;0;3811.00;10.40;1441.00;0.00;0.50 +7600;1;3808.00;10.85;1434.50;-0.43;0.50 +7600;2;3814.00;10.50;1436.50;0.58;0.50 +7600;3;3805.50;10.30;1441.50;4.62;0.50 +7600;4;3817.00;10.25;1442.50;1.81;0.50 +7600;5;3812.00;10.17;1447.00;2.97;0.50 +7600;6;3806.50;10.00;1447.00;3.78;0.50 +7600;9;3806.50;10.45;1441.00;1.57;0.50 +7600;10;3815.50;10.30;1441.00;-1.57;0.50 7600;21;3806.50;10.45;1441.00;1.57;0.50 +7601;0;4432.00;9.85;881.00;0.00;0.20 +7601;1;4429.00;9.80;879.00;-0.98;0.20 +7601;2;4434.50;9.80;879.50;1.03;0.20 +7601;3;4426.50;9.80;880.50;-1.48;0.20 +7601;4;4437.00;9.92;882.00;1.76;0.20 +7601;5;4430.50;10.00;882.50;3.92;0.20 +7601;9;4427.68;9.80;881.00;1.57;0.20 +7601;10;4436.32;9.85;881.00;-1.57;0.20 7601;21;4427.68;9.80;881.00;1.57;0.20 +7602;0;3666.00;13.30;1273.00;0.00;0.54 +7602;1;3659.50;12.30;1266.50;-0.78;0.54 +7602;2;3658.00;11.47;1267.00;-0.92;0.54 +7602;3;3666.50;16.45;1269.00;0.12;0.54 +7602;4;3656.50;10.50;1270.50;-1.31;0.54 +7602;5;3675.00;16.45;1273.50;1.62;0.54 +7602;6;3662.00;11.25;1275.50;4.15;0.54 +7602;7;3672.00;14.07;1278.00;2.26;0.54 +7602;9;3658.44;10.59;1273.00;1.57;0.54 +7602;10;3673.56;16.50;1273.00;-1.57;0.54 7602;21;3658.44;10.59;1273.00;1.57;0.54 +7603;0;4337.00;12.22;984.00;0.00;0.38 +7603;1;4334.50;12.20;982.00;-0.89;0.38 +7603;2;4339.50;12.70;979.50;0.50;0.38 +7603;3;4341.00;12.55;984.00;1.57;0.38 +7603;4;4332.00;11.52;987.00;4.17;0.38 +7603;5;4337.00;11.90;987.50;3.14;0.38 +7603;9;4333.40;11.92;984.00;1.57;0.38 +7603;10;4340.60;12.51;984.00;-1.57;0.38 7603;21;4333.40;11.92;984.00;1.57;0.38 +7604;0;3504.00;12.65;1286.00;0.00;0.36 +7604;1;3506.00;12.15;1279.50;0.29;0.36 +7604;2;3502.00;13.35;1282.50;-0.51;0.36 +7604;3;1751.50;10.50;642.50;-1.21;0.36 +7604;4;3500.00;14.57;1287.00;4.46;0.36 +7604;5;3506.50;12.50;1289.50;2.52;0.36 +7604;6;3499.50;14.80;1290.50;3.92;0.36 +7604;7;3503.00;14.05;1291.50;3.32;0.36 +7604;9;3500.76;14.14;1286.00;1.57;0.36 +7604;10;3507.24;10.93;1286.00;-1.57;0.36 7604;21;3500.76;14.14;1286.00;1.57;0.36 +7605;0;3098.00;12.57;244.00;0.00;0.74 +7605;1;3099.00;12.40;233.00;0.09;0.74 +7605;2;3091.00;12.70;242.50;-1.36;0.74 +7605;3;3108.00;12.40;240.50;1.23;0.74 +7605;4;3107.50;12.50;247.50;1.92;0.74 +7605;5;3101.00;12.70;253.00;2.82;0.74 +7605;6;3092.00;12.70;257.00;3.57;0.74 +7605;9;3091.34;12.70;244.00;1.57;0.74 +7605;10;3104.66;12.50;244.00;-1.57;0.74 7605;21;3091.34;12.70;244.00;1.57;0.74 +7606;0;4433.00;15.52;1060.00;0.00;0.32 +7606;1;4435.50;13.55;1054.00;0.39;0.32 +7606;2;4432.00;15.40;1056.50;-0.27;0.32 +7606;3;4436.50;13.40;1054.50;0.56;0.32 +7606;4;4436.00;13.95;1059.50;1.40;0.32 +7606;5;4429.50;16.20;1061.50;4.30;0.32 +7606;6;4432.00;15.85;1065.00;3.33;0.32 +7606;9;4430.12;16.34;1060.00;1.57;0.32 +7606;10;4435.88;14.16;1060.00;-1.57;0.32 7606;21;4430.12;16.34;1060.00;1.57;0.32 +7607;0;1366.00;11.45;1531.00;0.00;0.34 +7607;1;1369.50;10.80;1528.50;0.95;0.34 +7607;2;1361.00;11.25;1528.50;-1.10;0.34 +7607;3;1360.00;11.60;1533.00;4.39;0.34 +7607;4;1373.50;11.45;1533.00;1.83;0.34 +7607;5;1366.50;11.45;1534.00;2.97;0.34 +7607;9;1360.24;11.82;1531.00;1.57;0.34 +7607;10;1371.76;11.29;1531.00;-1.57;0.34 7607;21;1360.24;11.82;1531.00;1.57;0.34 +7608;0;4679.00;10.32;218.00;0.00;0.52 +7608;1;4674.00;10.30;212.50;-0.73;0.52 +7608;2;4679.50;10.40;211.50;0.07;0.52 +7608;3;4685.00;10.45;216.00;1.24;0.52 +7608;4;4670.00;10.35;217.50;-1.51;0.52 +7608;5;4688.50;10.60;220.50;1.82;0.52 +7608;6;4678.00;10.40;222.50;3.36;0.52 +7608;9;4671.62;10.40;218.00;1.57;0.52 +7608;10;4686.38;10.50;218.00;-1.57;0.52 7608;21;4671.62;10.40;218.00;1.57;0.52 +7609;0;4550.00;11.62;1167.00;0.00;0.38 +7609;1;4550.50;11.00;1163.50;0.14;0.38 +7609;2;4545.50;11.55;1165.00;-1.15;0.38 +7609;3;4553.50;11.30;1166.50;1.42;0.38 +7609;4;4548.50;11.90;1169.00;3.78;0.38 +7609;5;4553.00;11.25;1170.50;2.43;0.38 +7609;9;4546.58;11.80;1167.00;1.57;0.38 +7609;10;4553.42;11.30;1167.00;-1.57;0.38 7609;21;4546.58;11.80;1167.00;1.57;0.38 +7610;0;5078.00;10.30;308.00;0.00;0.56 +7610;1;5078.50;10.30;302.50;0.09;0.56 +7610;2;5085.00;10.40;304.00;1.05;0.56 +7610;3;5073.00;10.35;305.50;-1.10;0.56 +7610;4;5082.50;10.20;310.50;2.07;0.56 +7610;5;5072.00;10.22;312.00;4.12;0.56 +7610;6;5077.50;10.10;314.50;3.21;0.56 +7610;9;5072.78;10.28;308.00;1.57;0.56 +7610;10;5083.22;10.35;308.00;-1.57;0.56 7610;21;5072.78;10.28;308.00;1.57;0.56 +7611;0;1417.00;10.10;1559.00;0.00;0.28 +7611;1;1414.50;10.00;1556.00;-0.69;0.28 +7611;2;1418.00;10.10;1555.50;0.27;0.28 +7611;3;1419.50;10.10;1558.50;1.37;0.28 +7611;4;1414.00;10.05;1559.50;4.54;0.28 +7611;5;1420.50;10.10;1561.50;2.19;0.28 +7611;6;1414.50;10.10;1562.50;3.76;0.28 +7611;7;1418.00;10.05;1562.50;2.86;0.28 +7611;9;1414.48;10.00;1559.00;1.57;0.28 +7611;10;1419.52;10.10;1559.00;-1.57;0.28 7611;21;1414.48;10.00;1559.00;1.57;0.28 +7612;0;1508.00;10.40;1405.00;0.00;0.36 +7612;1;1507.50;10.40;1400.50;-0.11;0.36 +7612;2;1511.50;10.40;1400.00;0.61;0.36 +7612;3;1510.50;10.40;1405.50;1.76;0.36 +7612;4;1505.00;10.40;1406.00;4.39;0.36 +7612;5;1508.00;10.35;1410.50;3.14;0.36 +7612;6;1505.00;10.25;1410.50;3.64;0.36 +7612;9;1504.76;10.40;1405.00;1.57;0.36 +7612;10;1511.24;10.40;1405.00;-1.57;0.36 7612;21;1504.76;10.40;1405.00;1.57;0.36 +7613;0;4796.00;12.22;1477.00;0.00;0.40 +7613;1;4792.50;13.00;1474.50;-0.95;0.40 +7613;2;4800.50;11.25;1474.00;0.98;0.40 +7613;3;4801.50;10.85;1479.00;1.92;0.40 +7613;4;4795.50;11.40;1480.50;3.28;0.40 +7613;9;4791.14;12.81;1477.00;1.57;0.40 +7613;10;4800.86;10.99;1477.00;-1.57;0.40 7613;21;4791.14;12.81;1477.00;1.57;0.40 +7614;0;5074.00;10.22;571.00;0.00;0.30 +7614;1;5072.00;10.40;567.50;-0.51;0.30 +7614;2;5074.50;10.25;569.00;0.24;0.30 +7614;3;5070.50;10.30;569.50;-1.16;0.30 +7614;4;5078.00;10.35;572.50;1.93;0.30 +7614;5;5072.50;10.20;572.50;3.92;0.30 +7614;6;5076.00;10.57;574.00;2.55;0.30 +7614;9;5070.40;10.21;571.00;1.57;0.30 +7614;10;5077.60;10.43;571.00;-1.57;0.30 +7614;19;5081.00;9.55;571.00;-4.35;0.30 +7614;20;5082.75;9.55;571.00;1.57;0.30 7614;21;5070.40;10.21;571.00;1.57;0.30 +7615;0;1413.00;10.22;1470.00;0.00;0.30 +7615;1;1414.50;9.95;1467.00;0.46;0.30 +7615;2;1411.50;10.30;1467.50;-0.54;0.30 +7615;3;1416.00;9.95;1470.50;1.73;0.30 +7615;4;1409.00;10.40;1468.50;-1.21;0.30 +7615;5;1409.50;10.40;1471.50;4.30;0.30 +7615;6;1414.00;10.30;1473.50;2.86;0.30 +7615;9;1410.30;10.40;1470.00;1.57;0.30 +7615;10;1415.70;9.92;1470.00;-1.57;0.30 7615;21;1410.30;10.40;1470.00;1.57;0.30 +7616;0;4877.00;11.85;1543.00;0.00;0.54 +7616;1;4875.50;11.50;1537.50;-0.26;0.54 +7616;2;4868.00;11.50;1539.50;-1.20;0.54 +7616;3;4884.50;11.80;1539.50;1.13;0.54 +7616;4;4869.00;11.32;1545.00;4.46;0.54 +7616;5;4884.50;11.80;1545.50;1.89;0.54 +7616;6;4876.00;11.05;1549.00;3.30;0.54 +7616;7;4881.50;11.00;1550.50;2.60;0.54 +7616;9;4869.98;11.49;1543.00;1.57;0.54 +7616;10;4884.02;11.95;1543.00;-1.57;0.54 7616;21;4869.98;11.49;1543.00;1.57;0.54 +7617;0;1558.00;9.92;1012.00;0.00;0.28 +7617;1;1559.50;9.70;1010.50;0.78;0.28 +7617;2;1556.00;10.20;1011.00;-1.10;0.28 +7617;3;1559.50;9.70;1014.00;2.49;0.28 +7617;4;1556.50;9.70;1014.50;3.68;0.28 +7617;9;1555.12;10.11;1012.00;1.57;0.28 +7617;10;1560.88;9.61;1012.00;-1.57;0.28 +7617;19;1553.85;9.50;1015.56;-2.80;0.28 +7617;20;1552.52;9.50;1016.70;4.00;0.28 7617;21;1557.14;9.70;1016.20;-1.57;0.28 +7618;0;3746.00;11.00;1323.00;0.00;0.64 +7618;1;3743.00;12.02;1317.00;-0.46;0.64 +7618;2;3749.50;10.80;1318.00;0.61;0.64 +7618;3;3738.00;12.35;1320.00;-1.21;0.64 +7618;4;3753.00;9.85;1325.50;1.91;0.64 +7618;5;3740.00;11.27;1326.00;4.24;0.64 +7618;6;3749.00;9.92;1330.00;2.73;0.64 +7618;9;3740.06;11.81;1323.00;1.57;0.64 +7618;10;3751.94;10.10;1323.00;-1.57;0.64 7618;21;3740.06;11.81;1323.00;1.57;0.64 +7619;0;4041.00;10.47;975.00;0.00;0.36 +7619;1;4040.50;10.20;971.50;-0.14;0.36 +7619;2;4037.00;10.25;971.50;-0.85;0.36 +7619;3;4045.00;10.72;973.00;1.10;0.36 +7619;4;4036.00;10.50;974.50;-1.47;0.36 +7619;5;4047.00;11.22;977.00;1.89;0.36 +7619;6;4037.00;10.50;977.50;4.15;0.36 +7619;7;4041.50;10.45;979.00;3.01;0.36 +7619;9;4036.68;10.48;975.00;1.57;0.36 +7619;10;4045.32;10.87;975.00;-1.57;0.36 7619;21;4036.68;10.48;975.00;1.57;0.36 +7620;0;3408.00;12.77;1288.00;0.00;0.30 +7620;1;3406.00;12.30;1286.50;-0.92;0.30 +7620;2;3409.50;11.10;1284.00;0.35;0.30 +7620;3;3411.00;11.70;1286.50;1.10;0.30 +7620;4;3410.00;13.50;1290.00;2.35;0.30 +7620;5;3404.00;13.85;1290.50;4.15;0.30 +7620;6;3406.00;14.37;1291.00;3.73;0.30 +7620;9;3404.58;13.04;1288.00;1.57;0.30 +7620;10;3411.42;12.26;1288.00;-1.57;0.30 7620;21;3404.58;13.04;1288.00;1.57;0.30 +7621;0;1894.00;9.60;241.00;0.00;0.42 +7621;1;1890.50;9.60;237.00;-0.71;0.42 +7621;2;1893.00;9.65;234.50;-0.15;0.42 +7621;3;1897.00;9.65;239.50;1.10;0.42 +7621;4;1890.00;9.65;243.50;4.15;0.42 +7621;5;1896.00;9.65;245.50;2.72;0.42 +7621;9;1890.22;9.60;241.00;1.57;0.42 +7621;10;1897.78;9.66;241.00;-1.57;0.42 +7621;19;1896.00;9.50;231.00;1.11;0.42 +7621;20;1896.34;9.50;229.28;0.19;0.42 7621;21;1890.22;9.60;241.00;1.57;0.42 +7622;0;1530.53;9.70;1239.63;0.00;0.24 +7622;1;1521.50;9.50;1237.50;-0.19;0.24 +7622;2;1528.00;9.70;1239.50;1.48;0.24 +7622;3;1515.00;9.70;1239.00;-1.42;0.24 +7622;4;1522.50;9.70;1242.00;2.89;0.24 +7622;9;1516.60;9.70;1240.00;1.57;0.24 +7622;10;1527.40;9.70;1240.00;-1.57;0.24 +7622;19;1525.00;9.55;1245.00;-3.39;0.24 +7622;20;1525.90;9.55;1246.50;2.60;0.24 7622;21;1523.95;9.80;1242.87;-1.57;0.24 +7623;0;4899.00;10.42;242.00;0.00;0.84 +7623;1;4895.00;10.22;232.00;-0.38;0.84 +7623;2;4908.00;10.30;240.00;1.35;0.84 +7623;3;4888.50;10.70;242.50;4.66;0.84 +7623;4;4894.00;10.67;251.00;3.64;0.84 +7623;5;4905.50;10.30;251.00;2.51;0.84 +7623;9;4890.36;10.65;242.00;1.57;0.84 +7623;10;4907.64;10.20;242.00;-1.57;0.84 7623;21;4890.36;10.65;242.00;1.57;0.84 +7624;0;3558.00;10.57;1360.00;0.00;0.24 +7624;1;3556.50;12.40;1357.50;-0.54;0.24 +7624;2;3560.50;10.50;1357.00;0.69;0.24 +7624;3;3554.00;12.52;1360.00;4.71;0.24 +7624;4;3561.50;9.70;1361.00;1.84;0.24 +7624;5;3557.50;10.00;1362.50;3.33;0.24 +7624;9;3555.30;11.77;1360.00;1.57;0.24 +7624;10;3560.70;9.87;1360.00;-1.57;0.24 7624;21;3555.30;11.77;1360.00;1.57;0.24 +7625;0;4571.00;9.70;1155.00;0.00;0.28 +7625;1;4574.00;9.70;1152.50;0.87;0.28 +7625;2;4570.00;9.70;1152.00;-0.32;0.28 +7625;3;4566.00;9.70;1155.00;4.71;0.28 +7625;4;4576.00;9.70;1155.50;1.67;0.28 +7625;5;4571.00;9.70;1157.00;3.14;0.28 +7625;9;4567.40;9.70;1155.00;1.57;0.28 +7625;10;4574.60;9.70;1155.00;-1.57;0.28 7625;21;4567.40;9.70;1155.00;1.57;0.28 +7626;0;1416.00;9.85;1518.00;0.00;0.36 +7626;1;1415.50;9.80;1513.50;-0.11;0.36 +7626;2;1418.00;9.80;1513.50;0.41;0.36 +7626;3;1413.00;9.80;1517.00;-1.24;0.36 +7626;4;1419.00;9.90;1518.00;1.57;0.36 +7626;5;1412.50;10.20;1521.50;3.92;0.36 +7626;6;1416.50;10.25;1522.00;3.01;0.36 +7626;7;1420.50;10.30;1522.00;2.29;0.36 +7626;9;1412.76;9.80;1518.00;1.57;0.36 +7626;10;1419.24;9.90;1518.00;-1.57;0.36 7626;21;1412.76;9.80;1518.00;1.57;0.36 +7627;0;4979.00;10.10;545.00;0.00;0.50 +7627;1;4981.50;10.10;540.00;0.46;0.50 +7627;2;4975.00;9.50;543.50;-1.21;0.50 +7627;3;4986.50;10.30;543.50;1.37;0.50 +7627;4;4980.00;10.30;548.50;2.86;0.50 +7627;5;4972.50;10.15;552.00;3.89;0.50 +7627;9;4973.06;9.70;545.00;1.57;0.50 +7627;10;4984.94;10.30;545.00;-1.57;0.50 +7627;19;4969.00;9.50;547.00;-1.21;0.50 +7627;20;4967.28;9.50;547.34;4.51;0.50 7627;21;4973.06;9.70;545.00;1.57;0.50 +7628;0;1323.00;10.30;1374.00;0.00;0.36 +7628;1;1320.50;10.30;1370.00;-0.55;0.36 +7628;2;1325.00;10.30;1370.00;0.46;0.36 +7628;3;1319.00;10.40;1374.50;4.58;0.36 +7628;4;1327.00;10.30;1375.00;1.81;0.36 +7628;5;1322.50;10.30;1378.00;3.26;0.36 +7628;9;1319.58;10.40;1374.00;1.57;0.36 +7628;10;1326.42;10.30;1374.00;-1.57;0.36 7628;21;1319.58;10.40;1374.00;1.57;0.36 +7629;0;1677.00;11.40;1632.00;0.00;0.26 +7629;1;1675.00;11.55;1629.50;-0.67;0.26 +7629;2;1682.00;11.05;1631.50;1.47;0.26 +7629;3;838.00;9.50;815.50;-0.79;0.26 +7629;4;1675.50;11.50;1635.50;3.54;0.26 +7629;5;1681.50;10.70;1635.00;2.15;0.26 +7629;9;1672.32;11.75;1632.00;1.57;0.26 +7629;10;1681.68;11.07;1632.00;-1.57;0.26 7629;21;1672.32;11.75;1632.00;1.57;0.26 +7630;0;1576.00;9.70;1014.00;0.00;0.36 +7630;1;1581.00;9.72;1011.00;1.03;0.36 +7630;2;1574.50;9.50;1013.00;-0.98;0.36 +7630;3;1579.50;10.00;1015.50;1.97;0.36 +7630;4;1568.50;9.55;1015.00;4.58;0.36 +7630;5;1571.50;9.70;1017.50;4.05;0.36 +7630;9;1569.88;9.50;1014.00;1.57;0.36 +7630;10;1582.12;9.96;1014.00;-1.57;0.36 +7630;19;1562.47;9.40;1019.85;-2.61;0.36 +7630;20;1560.86;9.40;1020.54;4.30;0.36 7630;21;1565.80;10.10;1017.15;-1.57;0.36 +7631;0;4546.00;13.60;1327.00;0.00;0.52 +7631;1;4548.50;14.20;1322.00;0.46;0.52 +7631;2;4543.50;13.40;1326.00;-1.19;0.52 +7631;3;4551.50;14.10;1325.50;1.30;0.52 +7631;4;4547.00;13.40;1330.00;2.82;0.52 +7631;5;4540.00;12.70;1331.00;4.12;0.52 +7631;9;4541.32;13.12;1327.00;1.57;0.52 +7631;10;4550.68;13.80;1327.00;-1.57;0.52 7631;21;4541.32;13.12;1327.00;1.57;0.52 +7632;0;1692.00;10.20;1167.00;0.00;0.48 +7632;1;1693.00;10.80;1162.50;0.21;0.48 +7632;2;1688.00;10.60;1167.00;4.71;0.48 +7632;3;1697.00;10.20;1168.50;1.86;0.48 +7632;4;1688.50;11.20;1171.50;3.80;0.48 +7632;5;1694.00;10.77;1172.00;2.76;0.48 +7632;6;1698.00;10.65;1171.00;2.15;0.48 +7632;9;1687.68;10.63;1167.00;1.57;0.48 +7632;10;1696.32;9.91;1167.00;-1.57;0.48 +7632;19;1695.00;9.65;1160.00;0.22;0.48 +7632;20;1695.68;9.65;1158.39;0.40;0.48 7632;21;1696.32;9.91;1167.00;-1.57;0.48 +7633;0;4664.00;12.45;1366.00;0.00;0.30 +7633;1;4663.00;11.55;1361.50;-0.21;0.30 +7633;2;4665.00;11.77;1361.00;0.19;0.30 +7633;3;4666.00;12.55;1364.50;0.92;0.30 +7633;4;4661.00;11.62;1365.00;-1.24;0.30 +7633;5;4662.00;12.00;1369.00;3.73;0.30 +7633;6;4668.50;12.50;1368.50;2.07;0.30 +7633;7;4665.50;12.50;1370.00;2.78;0.30 +7633;9;4661.30;11.82;1366.00;1.57;0.30 +7633;10;4666.70;12.78;1366.00;-1.57;0.30 7633;21;4661.30;11.82;1366.00;1.57;0.30 +7634;0;4240.00;10.12;1043.00;0.00;0.36 +7634;1;4241.50;10.00;1039.00;0.35;0.36 +7634;2;4237.50;10.30;1041.00;-0.89;0.36 +7634;3;4242.50;10.00;1041.00;0.89;0.36 +7634;4;4242.00;10.10;1045.50;2.46;0.36 +7634;5;4235.50;10.20;1043.50;4.60;0.36 +7634;6;4236.50;10.15;1044.00;4.43;0.36 +7634;7;4240.00;10.02;1046.00;3.14;0.36 +7634;9;4236.76;10.23;1043.00;1.57;0.36 +7634;10;4243.24;10.00;1043.00;-1.57;0.36 7634;21;4243.24;10.00;1043.00;-1.57;0.36 +7635;0;3692.00;10.40;1337.00;0.00;0.56 +7635;1;3692.50;10.50;1331.00;0.08;0.56 +7635;2;3698.50;11.40;1331.50;0.86;0.56 +7635;3;3684.50;9.90;1336.50;-1.50;0.56 +7635;4;3700.50;11.60;1335.50;1.39;0.56 +7635;5;3697.00;10.30;1340.50;2.18;0.56 +7635;6;3683.50;10.00;1342.50;4.13;0.56 +7635;7;3688.50;10.20;1342.50;3.70;0.56 +7635;9;3685.52;10.00;1337.00;1.57;0.56 +7635;10;3698.48;11.09;1337.00;-1.57;0.56 7635;21;3698.48;11.09;1337.00;-1.57;0.56 +7636;0;2049.00;10.85;536.00;0.00;0.36 +7636;1;2047.50;10.80;532.00;-0.35;0.36 +7636;2;2054.50;10.90;535.50;1.48;0.36 +7636;3;2043.00;10.80;536.00;4.71;0.36 +7636;4;2046.50;10.90;538.50;3.92;0.36 +7636;5;2055.50;11.35;540.00;2.12;0.36 +7636;6;2052.00;11.22;540.00;2.49;0.36 +7636;9;2043.96;10.80;536.00;1.57;0.36 +7636;10;2054.04;10.95;536.00;-1.57;0.36 7636;21;2043.96;10.80;536.00;1.57;0.36 +7637;0;4612.00;10.80;1144.00;0.00;0.36 +7637;1;2305.50;9.50;571.50;-1.32;0.36 +7637;2;4612.50;10.70;1140.50;0.14;0.36 +7637;3;4617.00;10.37;1141.00;1.03;0.36 +7637;4;4608.50;11.15;1143.00;-1.29;0.36 +7637;5;4615.50;10.60;1145.50;1.97;0.36 +7637;6;4606.50;10.45;1146.00;4.36;0.36 +7637;7;4610.50;10.50;1147.00;3.60;0.36 +7637;9;4608.22;10.98;1144.00;1.57;0.36 +7637;10;4615.78;10.49;1144.00;-1.57;0.36 7637;21;4608.22;10.98;1144.00;1.57;0.36 +7638;0;1975.00;9.70;337.00;0.00;0.44 +7638;1;1977.00;9.70;333.50;0.51;0.44 +7638;2;1973.00;9.70;326.50;-0.18;0.44 +7638;3;1972.50;9.70;334.00;-0.69;0.44 +7638;4;1971.50;9.80;342.50;3.70;0.44 +7638;5;1977.50;9.70;344.00;2.79;0.44 +7638;9;1971.04;9.70;337.00;1.57;0.44 +7638;10;1978.96;9.70;337.00;-1.57;0.44 +7638;19;1983.00;9.60;344.00;0.52;0.44 +7638;20;1984.31;9.60;345.15;2.29;0.44 7638;21;1971.04;9.70;337.00;1.57;0.44 +7639;0;3832.00;10.30;1299.00;0.00;0.40 +7639;1;3834.00;10.40;1294.00;0.38;0.40 +7639;2;3829.00;10.20;1296.50;-0.87;0.40 +7639;3;3836.50;10.45;1297.00;1.15;0.40 +7639;4;3826.50;10.20;1300.00;4.53;0.40 +7639;5;3835.00;10.45;1301.50;2.26;0.40 +7639;6;3830.00;10.30;1303.50;3.56;0.40 +7639;9;3827.86;10.20;1299.00;1.57;0.40 +7639;10;3836.14;10.40;1299.00;-1.57;0.40 7639;21;3827.86;10.20;1299.00;1.57;0.40 +7640;0;1469.00;10.40;1386.00;0.00;0.30 +7640;1;1467.00;10.30;1383.00;-0.58;0.30 +7640;2;1471.00;10.30;1383.00;0.58;0.30 +7640;3;1465.50;10.40;1386.00;4.71;0.30 +7640;4;1473.50;10.30;1383.50;1.06;0.30 +7640;5;1473.00;10.40;1386.00;1.57;0.30 +7640;6;1470.00;10.40;1389.50;2.86;0.30 +7640;7;1466.00;10.40;1389.50;3.85;0.30 +7640;9;1465.58;10.40;1386.00;1.57;0.30 +7640;10;1472.42;10.40;1386.00;-1.57;0.30 7640;21;1465.58;10.40;1386.00;1.57;0.30 +7641;0;3676.00;10.10;1400.00;0.00;0.56 +7641;1;3673.00;9.85;1393.50;-0.43;0.56 +7641;2;3670.50;9.60;1393.50;-0.70;0.56 +7641;3;3678.00;10.10;1396.50;0.51;0.56 +7641;4;3670.00;9.92;1399.00;-1.40;0.56 +7641;5;3682.50;10.10;1401.00;1.72;0.56 +7641;6;3674.50;10.00;1404.00;3.50;0.56 +7641;7;3680.50;10.00;1404.50;2.35;0.56 +7641;9;3670.96;10.00;1400.00;1.57;0.56 +7641;10;3681.04;10.10;1400.00;-1.57;0.56 7641;21;3681.04;10.10;1400.00;-1.57;0.56 +7642;0;4517.00;9.70;529.00;0.00;0.18 +7642;1;4517.00;9.52;527.00;0.00;0.18 +7642;2;4520.00;9.70;528.00;1.24;0.18 +7642;3;4513.00;9.60;529.00;4.71;0.18 +7642;4;4518.50;9.75;530.00;2.15;0.18 +7642;5;4515.00;9.70;530.50;4.06;0.18 +7642;9;4514.30;9.69;529.00;1.57;0.18 +7642;10;4519.70;9.70;529.00;-1.57;0.18 +7642;19;4522.00;9.50;525.00;0.00;0.18 +7642;20;4523.36;9.50;523.90;0.89;0.18 7642;21;4514.30;9.69;529.00;1.57;0.18 +7643;0;1517.00;13.77;1461.00;0.00;0.36 +7643;1;1515.00;12.72;1456.00;-0.38;0.36 +7643;2;1513.50;14.65;1459.00;-1.05;0.36 +7643;3;1518.00;12.37;1457.00;0.24;0.36 +7643;4;1520.50;12.20;1461.50;1.71;0.36 +7643;5;1514.00;14.20;1463.50;4.01;0.36 +7643;6;1518.50;12.40;1465.00;2.78;0.36 +7643;9;1513.76;14.86;1461.00;1.57;0.36 +7643;10;1520.24;12.28;1461.00;-1.57;0.36 7643;21;1513.76;14.86;1461.00;1.57;0.36 +7644;0;1824.00;9.72;1640.00;0.00;0.40 +7644;1;1824.00;9.70;1636.50;0.00;0.40 +7644;2;1819.50;9.70;1639.00;-1.35;0.40 +7644;3;1828.00;9.80;1641.50;1.93;0.40 +7644;4;1820.00;9.65;1642.50;4.15;0.40 +7644;5;1823.00;9.75;1643.50;3.42;0.40 +7644;9;1820.04;9.72;1640.00;1.57;0.40 +7644;10;1827.96;9.70;1640.00;-1.57;0.40 +7644;19;1818.00;9.50;1632.00;0.00;0.40 +7644;20;1816.95;9.50;1630.60;-0.64;0.40 7644;21;1827.96;9.70;1640.00;-1.57;0.40 +7645;0;4464.00;9.82;855.00;0.00;0.24 +7645;1;4463.00;10.15;849.50;-0.18;0.24 +7645;2;4462.00;10.15;853.50;-0.92;0.24 +7645;3;4465.00;9.77;851.00;0.24;0.24 +7645;4;4466.50;9.80;855.50;1.76;0.24 +7645;5;4462.00;10.05;858.50;3.66;0.24 +7645;6;4465.00;9.80;859.00;2.89;0.24 +7645;7;4463.00;9.80;859.50;3.36;0.24 +7645;9;4461.84;10.14;855.00;1.57;0.24 +7645;10;4466.16;9.80;855.00;-1.57;0.24 7645;21;4461.84;10.14;855.00;1.57;0.24 +7646;0;1550.00;12.60;1508.00;0.00;0.30 +7646;1;1549.00;11.85;1505.00;-0.32;0.30 +7646;2;1552.50;12.00;1505.00;0.69;0.30 +7646;3;1553.50;12.00;1507.50;1.42;0.30 +7646;4;1547.00;12.65;1509.00;4.39;0.30 +7646;5;1551.50;13.50;1510.50;2.60;0.30 +7646;6;1547.50;12.65;1512.00;3.70;0.30 +7646;9;1547.12;12.55;1508.00;1.57;0.30 +7646;10;1552.88;12.16;1508.00;-1.57;0.30 7646;21;1547.12;12.55;1508.00;1.57;0.30 +7647;0;4341.00;12.75;970.00;0.00;0.24 +7647;1;4336.50;12.40;968.50;-1.24;0.24 +7647;2;4340.50;12.65;968.00;-0.24;0.24 +7647;3;4345.00;12.15;968.50;1.21;0.24 +7647;4;4335.00;12.05;969.50;-1.48;0.24 +7647;5;4346.50;11.90;970.50;1.66;0.24 +7647;6;4337.50;12.40;971.00;4.43;0.24 +7647;7;4341.50;12.90;972.50;2.94;0.24 +7647;8;4345.00;12.50;972.50;2.12;0.24 +7647;9;4337.04;12.35;970.00;1.57;0.24 +7647;10;4344.96;12.28;970.00;-1.57;0.24 7647;21;4337.04;12.35;970.00;1.57;0.24 +7648;0;4621.00;12.57;1407.00;0.00;0.50 +7648;1;4621.50;12.65;1403.00;0.12;0.50 +7648;2;4616.50;12.40;1401.00;-0.64;0.50 +7648;3;4615.50;12.40;1404.50;-1.14;0.50 +7648;4;4627.50;12.70;1406.50;1.49;0.50 +7648;5;4616.50;12.30;1409.00;4.29;0.50 +7648;6;4625.50;12.55;1410.00;2.15;0.50 +7648;7;4620.50;12.25;1412.00;3.24;0.50 +7648;9;4615.78;12.31;1407.00;1.57;0.50 +7648;10;4626.22;12.71;1407.00;-1.57;0.50 7648;21;4615.78;12.31;1407.00;1.57;0.50 +7649;0;5114.00;9.90;212.00;0.00;0.34 +7649;1;5107.50;9.80;207.50;-0.96;0.34 +7649;2;5113.00;9.90;208.00;-0.24;0.34 +7649;3;5107.50;9.80;210.50;-1.34;0.34 +7649;4;5119.00;10.05;212.00;1.57;0.34 +7649;5;5111.50;9.90;215.00;3.83;0.34 +7649;6;5117.50;10.00;215.50;2.35;0.34 +7649;9;5109.32;9.88;212.00;1.57;0.34 +7649;10;5118.68;10.01;212.00;-1.57;0.34 7649;21;5109.32;9.88;212.00;1.57;0.34 +7650;0;4496.00;10.35;1030.00;0.00;0.32 +7650;1;4495.50;10.15;1027.00;-0.16;0.32 +7650;2;4499.50;10.30;1027.00;0.86;0.32 +7650;3;4500.50;10.30;1029.50;1.46;0.32 +7650;4;4491.00;9.90;1029.50;-1.47;0.32 +7650;5;4491.50;10.10;1031.50;4.39;0.32 +7650;6;4500.00;10.37;1032.00;2.03;0.32 +7650;7;4495.50;10.60;1033.50;3.28;0.32 +7650;9;4492.58;10.05;1030.00;1.57;0.32 +7650;10;4499.42;10.29;1030.00;-1.57;0.32 7650;21;4492.58;10.05;1030.00;1.57;0.32 +7651;0;5121.00;10.45;291.00;0.00;0.36 +7651;1;5118.50;10.40;286.50;-0.50;0.36 +7651;2;5123.50;10.50;289.00;0.89;0.36 +7651;3;5117.50;10.40;290.00;-1.29;0.36 +7651;4;5119.50;10.40;294.00;3.60;0.36 +7651;5;5122.50;10.45;295.00;2.78;0.36 +7651;9;5117.76;10.40;291.00;1.57;0.36 +7651;10;5124.24;10.50;291.00;-1.57;0.36 7651;21;5117.76;10.40;291.00;1.57;0.36 +7652;0;4764.00;9.95;1417.00;0.00;0.24 +7652;1;4765.00;9.90;1415.00;0.46;0.24 +7652;2;4768.50;9.90;1416.00;1.35;0.24 +7652;3;4760.50;10.00;1415.50;-1.16;0.24 +7652;4;4759.00;10.15;1418.00;4.51;0.24 +7652;5;4767.00;10.00;1418.00;1.89;0.24 +7652;6;4762.00;10.52;1420.00;3.73;0.24 +7652;9;4760.40;10.04;1417.00;1.57;0.24 +7652;10;4767.60;9.90;1417.00;-1.57;0.24 7652;21;4760.40;10.04;1417.00;1.57;0.24 +7653;0;4608.00;10.57;1117.00;0.00;0.30 +7653;1;4609.00;10.30;1112.50;0.21;0.30 +7653;2;4606.50;10.60;1114.50;-0.54;0.30 +7653;3;4611.00;10.40;1116.50;1.40;0.30 +7653;4;4604.50;11.25;1117.00;4.71;0.30 +7653;5;4606.00;11.15;1119.00;3.92;0.30 +7653;6;4610.00;10.60;1120.00;2.55;0.30 +7653;9;4605.30;11.05;1117.00;1.57;0.30 +7653;10;4610.70;10.40;1117.00;-1.57;0.30 7653;21;4605.30;11.05;1117.00;1.57;0.30 +7654;0;4586.00;10.47;519.00;0.00;0.32 +7654;1;4589.50;9.70;516.00;0.86;0.32 +7654;2;4586.00;9.70;515.50;0.00;0.32 +7654;3;4584.00;10.25;519.50;4.46;0.32 +7654;4;4589.00;10.80;520.50;2.03;0.32 +7654;5;4586.00;11.25;523.00;3.14;0.32 +7654;6;4590.00;9.80;518.50;1.44;0.32 +7654;9;4583.12;9.91;519.00;1.57;0.32 +7654;10;4588.88;10.20;519.00;-1.57;0.32 +7654;19;4592.00;9.63;523.00;-4.25;0.32 +7654;20;4593.45;9.63;523.97;2.15;0.32 7654;21;4583.12;9.91;519.00;1.57;0.32 +7655;0;4097.00;10.37;1680.00;0.00;0.52 +7655;1;4093.00;10.35;1675.50;-0.72;0.52 +7655;2;4101.00;9.90;1677.00;0.92;0.52 +7655;3;4092.50;10.10;1683.00;4.12;0.52 +7655;4;4104.50;10.30;1680.50;1.63;0.52 +7655;5;4100.50;10.30;1683.50;2.35;0.52 +7655;9;4091.42;10.25;1680.00;1.57;0.52 +7655;10;4102.58;10.35;1680.00;-1.57;0.52 7655;21;4091.42;10.25;1680.00;1.57;0.52 +7656;0;4593.00;11.02;1224.00;0.00;0.24 +7656;1;4593.00;11.25;1221.50;0.00;0.24 +7656;2;4589.00;11.15;1222.00;-1.10;0.24 +7656;3;4590.00;10.75;1224.50;4.54;0.24 +7656;4;4597.00;10.72;1225.00;1.81;0.24 +7656;5;4593.00;10.55;1227.00;3.14;0.24 +7656;6;4596.50;10.55;1227.00;2.27;0.24 +7656;9;4589.76;10.86;1224.00;1.57;0.24 +7656;10;4596.24;10.97;1224.00;-1.57;0.24 7656;21;4589.76;10.86;1224.00;1.57;0.24 +7657;0;3824.00;10.30;1426.00;0.00;0.44 +7657;1;3824.00;10.42;1422.00;0.00;0.44 +7657;2;3828.50;10.40;1425.00;1.35;0.44 +7657;3;3819.00;10.55;1423.00;-1.03;0.44 +7657;4;3820.50;10.30;1429.00;4.00;0.44 +7657;5;3827.50;10.30;1429.50;2.35;0.44 +7657;9;3818.96;10.47;1426.00;1.57;0.44 +7657;10;3829.04;10.40;1426.00;-1.57;0.44 7657;21;3818.96;10.47;1426.00;1.57;0.44 +7658;0;4303.00;10.05;723.00;0.00;0.48 +7658;1;4302.00;9.70;719.50;-0.27;0.48 +7658;2;4307.50;9.70;718.00;0.73;0.48 +7658;3;4307.50;10.60;722.50;1.46;0.48 +7658;4;4298.00;10.35;728.50;3.87;0.48 +7658;5;4303.50;11.10;727.00;3.01;0.48 +7658;9;4298.68;9.70;723.00;1.57;0.48 +7658;10;4307.32;10.71;723.00;-1.57;0.48 +7658;19;4307.00;10.68;729.00;-3.27;0.48 +7658;20;4307.97;10.68;730.45;2.55;0.48 7658;21;4298.68;9.70;723.00;1.57;0.48 +7659;0;4528.00;12.75;1299.00;0.00;0.50 +7659;1;4527.50;12.25;1292.00;-0.07;0.50 +7659;2;4522.50;12.00;1294.50;-0.88;0.50 +7659;3;4532.00;13.50;1299.00;1.57;0.50 +7659;4;4525.00;12.25;1302.00;3.92;0.50 +7659;5;4531.50;13.00;1305.50;2.64;0.50 +7659;9;4523.50;12.30;1299.00;1.57;0.50 +7659;10;4532.50;13.60;1299.00;-1.57;0.50 7659;21;4523.50;12.30;1299.00;1.57;0.50 +7660;0;1706.79;11.60;1168.40;0.00;0.28 +7660;1;1718.50;9.50;1165.50;0.19;0.28 +7660;2;1728.00;9.70;1167.50;1.52;0.28 +7660;3;1710.00;10.55;1169.00;4.58;0.28 +7660;4;1719.00;9.70;1169.50;2.55;0.28 +7660;5;1727.00;9.70;1170.00;1.78;0.28 +7660;9;1710.80;10.21;1168.00;1.57;0.28 +7660;10;1725.20;9.70;1168.00;-1.57;0.28 +7660;19;1714.84;9.50;1166.72;0.40;0.28 +7660;20;1713.22;9.50;1166.07;-1.18;0.28 7660;21;1713.47;9.90;1169.39;-1.57;0.28 +7661;0;3582.00;9.70;1331.00;0.00;0.22 +7661;1;3579.00;9.65;1328.50;-0.87;0.22 +7661;2;3583.50;9.50;1329.50;0.78;0.22 +7661;3;3579.50;9.90;1332.00;4.33;0.22 +7661;4;3583.50;9.70;1332.50;2.35;0.22 +7661;9;3579.12;9.94;1331.00;1.57;0.22 +7661;10;3584.88;9.61;1331.00;-1.57;0.22 7661;21;3579.12;9.94;1331.00;1.57;0.22 +7662;0;4187.00;9.70;1052.00;0.00;0.36 +7662;1;4186.00;9.70;1048.00;-0.24;0.36 +7662;2;4189.50;9.70;1050.00;0.89;0.36 +7662;3;4183.50;9.70;1049.50;-0.95;0.36 +7662;4;4182.00;9.70;1051.50;-1.47;0.36 +7662;5;4190.50;9.70;1053.50;1.97;0.36 +7662;6;4185.50;9.75;1055.00;3.60;0.36 +7662;9;4183.76;9.70;1052.00;1.57;0.36 +7662;10;4190.24;9.70;1052.00;-1.57;0.36 7662;21;4190.24;9.70;1052.00;-1.57;0.36 +7663;0;4775.00;10.55;1394.00;0.00;0.34 +7663;1;4775.50;10.70;1389.50;0.11;0.34 +7663;2;4773.00;10.35;1392.50;-0.92;0.34 +7663;3;4778.50;11.70;1390.50;0.78;0.34 +7663;4;4779.00;11.80;1392.00;1.10;0.34 +7663;5;4777.50;11.30;1394.50;1.76;0.34 +7663;6;4771.00;10.00;1396.00;4.24;0.34 +7663;7;4774.00;10.20;1397.00;3.46;0.34 +7663;9;4771.94;10.14;1394.00;1.57;0.34 +7663;10;4778.06;11.44;1394.00;-1.57;0.34 7663;21;4771.94;10.14;1394.00;1.57;0.34 +7664;0;5141.00;12.25;195.00;0.00;0.38 +7664;1;5141.50;12.65;191.00;0.12;0.38 +7664;2;5145.00;12.32;192.00;0.92;0.38 +7664;3;5138.00;12.00;193.00;-0.98;0.38 +7664;4;5136.50;11.70;196.00;4.49;0.38 +7664;5;5145.00;13.12;197.00;2.03;0.38 +7664;6;5140.50;12.60;199.00;3.26;0.38 +7664;9;5137.40;11.88;195.00;1.57;0.38 +7664;10;5144.60;12.57;195.00;-1.57;0.38 7664;21;5137.40;11.88;195.00;1.57;0.38 +7665;0;4533.00;10.67;1110.00;0.00;0.38 +7665;1;4532.00;11.30;1106.50;-0.27;0.38 +7665;2;4529.50;11.10;1106.50;-0.78;0.38 +7665;3;4536.50;10.55;1109.00;1.29;0.38 +7665;4;4529.50;10.50;1111.50;4.30;0.38 +7665;5;4537.50;10.70;1112.50;2.07;0.38 +7665;6;4534.00;10.60;1114.50;2.92;0.38 +7665;9;4529.22;10.47;1110.00;1.57;0.38 +7665;10;4536.78;10.50;1110.00;-1.57;0.38 7665;21;4529.22;10.47;1110.00;1.57;0.38 +7666;0;5107.00;11.05;292.00;0.00;0.32 +7666;1;5103.00;10.65;291.00;-1.32;0.32 +7666;2;5107.00;10.90;287.50;0.00;0.32 +7666;3;5110.50;10.90;290.50;1.16;0.32 +7666;4;5108.00;10.75;296.00;2.89;0.32 +7666;9;5104.12;10.76;292.00;1.57;0.32 +7666;10;5109.88;11.02;292.00;-1.57;0.32 7666;21;5104.12;10.76;292.00;1.57;0.32 +7667;0;966.00;15.57;1486.00;0.00;0.48 +7667;1;965.00;15.15;1480.00;-0.16;0.48 +7667;2;969.00;12.92;1482.00;0.64;0.48 +7667;3;963.00;15.72;1484.00;-0.98;0.48 +7667;4;970.50;13.80;1486.50;1.68;0.48 +7667;5;962.00;15.80;1489.50;3.99;0.48 +7667;6;966.50;15.40;1490.50;3.03;0.48 +7667;9;961.32;16.60;1486.00;1.57;0.48 +7667;10;970.68;13.62;1486.00;-1.57;0.48 7667;21;961.32;16.60;1486.00;1.57;0.48 +7668;0;1420.00;9.70;1377.00;0.00;0.26 +7668;1;1421.00;9.70;1372.00;0.19;0.26 +7668;2;1423.00;9.70;1377.00;1.57;0.26 +7668;3;1417.00;9.70;1377.00;4.71;0.26 +7668;4;1419.50;9.70;1381.50;3.25;0.26 +7668;9;1417.66;9.70;1377.00;1.57;0.26 +7668;10;1422.34;9.70;1377.00;-1.57;0.26 +7668;19;1421.00;9.50;1369.00;0.20;0.26 +7668;20;1421.21;9.50;1367.26;0.12;0.26 7668;21;1417.66;9.70;1377.00;1.57;0.26 +7669;0;4864.00;10.27;453.00;0.00;0.28 +7669;1;4863.00;10.30;450.00;-0.32;0.28 +7669;2;4868.00;10.30;453.00;1.57;0.28 +7669;3;4860.50;10.05;454.00;4.43;0.28 +7669;4;4865.50;10.15;456.00;2.67;0.28 +7669;5;4862.50;9.80;456.50;3.54;0.28 +7669;9;4860.58;10.15;453.00;1.57;0.28 +7669;10;4867.42;10.30;453.00;-1.57;0.28 +7669;19;4858.00;9.50;456.00;-1.85;0.28 +7669;20;4856.43;9.50;456.78;4.24;0.28 7669;21;4860.58;10.15;453.00;1.57;0.28 +7670;0;4834.00;10.60;1431.00;0.00;0.42 +7670;1;4834.50;10.80;1426.50;0.11;0.42 +7670;2;4838.50;10.40;1429.00;1.15;0.42 +7670;3;4831.50;10.70;1429.50;-1.03;0.42 +7670;4;4835.50;10.60;1433.50;2.60;0.42 +7670;5;4831.00;10.85;1434.50;3.85;0.42 +7670;9;4830.22;10.86;1431.00;1.57;0.42 +7670;10;4837.78;10.50;1431.00;-1.57;0.42 7670;21;4830.22;10.86;1431.00;1.57;0.42 +7671;0;3395.00;10.45;1254.00;0.00;0.24 +7671;1;3395.50;10.50;1248.50;0.09;0.24 +7671;2;3393.00;10.50;1249.50;-0.41;0.24 +7671;3;3397.50;10.40;1250.50;0.62;0.24 +7671;4;3393.00;10.45;1253.50;-1.32;0.24 +7671;5;3398.00;10.42;1253.00;1.24;0.24 +7671;6;3398.00;10.60;1256.50;2.26;0.24 +7671;7;3394.50;10.75;1258.00;3.26;0.24 +7671;8;3397.00;10.72;1259.00;2.76;0.24 +7671;9;3392.84;10.48;1254.00;1.57;0.24 +7671;10;3397.16;10.45;1254.00;-1.57;0.24 7671;21;3392.84;10.48;1254.00;1.57;0.24 +7672;0;4875.00;10.30;1480.00;0.00;0.44 +7672;1;4872.50;10.30;1474.00;-0.39;0.44 +7672;2;4870.50;10.30;1477.50;-1.06;0.44 +7672;3;4877.00;10.30;1476.00;0.46;0.44 +7672;4;4880.50;10.30;1481.50;1.83;0.44 +7672;5;4873.00;10.30;1484.00;3.60;0.44 +7672;6;4879.00;10.30;1485.50;2.51;0.44 +7672;9;4871.04;10.30;1480.00;1.57;0.44 +7672;10;4878.96;10.30;1480.00;-1.57;0.44 7672;21;4871.04;10.30;1480.00;1.57;0.44 +7673;0;4363.00;10.72;682.00;0.00;0.28 +7673;1;4361.00;11.15;680.50;-0.92;0.28 +7673;2;4365.00;10.40;681.00;1.10;0.28 +7673;3;4361.00;10.95;686.00;3.60;0.28 +7673;4;4364.50;10.15;686.00;2.78;0.28 +7673;9;4360.48;11.35;682.00;1.57;0.28 +7673;10;4365.52;10.24;682.00;-1.57;0.28 +7673;19;4365.00;9.90;687.00;-3.50;0.28 +7673;20;4365.65;9.90;688.62;2.76;0.28 7673;21;4360.48;11.35;682.00;1.57;0.28 +7674;0;4608.00;14.45;1375.00;0.00;0.48 +7674;1;4606.00;15.25;1368.50;-0.29;0.48 +7674;2;4602.50;14.10;1369.50;-0.78;0.48 +7674;3;4611.50;13.50;1373.50;1.16;0.48 +7674;4;4604.00;13.25;1374.00;-1.32;0.48 +7674;5;4607.00;15.47;1380.00;3.33;0.48 +7674;6;4612.50;14.20;1379.50;2.35;0.48 +7674;9;4603.68;13.08;1375.00;1.57;0.48 +7674;10;4612.32;13.74;1375.00;-1.57;0.48 7674;21;4603.68;13.08;1375.00;1.57;0.48 +7675;0;4338.00;12.15;957.00;0.00;0.28 +7675;1;4336.00;11.90;951.00;-0.32;0.28 +7675;2;4339.50;11.95;954.00;0.46;0.28 +7675;3;4335.50;12.10;956.50;-1.37;0.28 +7675;4;4341.50;12.30;959.50;2.19;0.28 +7675;5;4339.00;12.45;961.50;2.92;0.28 +7675;9;4335.48;12.09;957.00;1.57;0.28 +7675;10;4340.52;12.39;957.00;-1.57;0.28 7675;21;4335.48;12.09;957.00;1.57;0.28 +7676;0;4405.00;14.72;1515.00;0.00;0.54 +7676;1;4407.00;14.72;1509.00;0.32;0.54 +7676;2;4400.50;14.80;1510.00;-0.73;0.54 +7676;3;4411.50;14.80;1513.50;1.34;0.54 +7676;4;4398.00;14.67;1514.00;-1.42;0.54 +7676;5;4407.50;14.65;1520.00;2.67;0.54 +7676;6;4400.00;14.45;1521.00;3.83;0.54 +7676;9;4399.60;14.60;1515.00;1.57;0.54 +7676;10;4410.40;14.60;1515.00;-1.57;0.54 7676;21;4399.60;14.60;1515.00;1.57;0.54 +7677;0;952.00;13.47;1731.00;0.00;0.60 +7677;1;946.00;13.90;1724.50;-0.74;0.60 +7677;2;953.50;13.55;1725.00;0.24;0.60 +7677;3;946.00;13.70;1731.00;4.71;0.60 +7677;4;958.50;13.70;1731.00;1.57;0.60 +7677;5;953.00;14.10;1738.00;3.00;0.60 +7677;6;946.00;12.75;1738.50;3.81;0.60 +7677;9;946.42;13.65;1731.00;1.57;0.60 +7677;10;957.58;13.88;1731.00;-1.57;0.60 7677;21;946.42;13.65;1731.00;1.57;0.60 +7678;0;3238.00;9.50;1335.00;0.00;0.40 +7678;1;3228.50;9.65;1330.00;-1.08;0.40 +7678;2;3227.50;9.60;1330.00;-1.12;0.40 +7678;3;3230.00;9.50;1333.00;-1.32;0.40 +7678;4;3230.50;9.55;1332.00;-1.19;0.40 +7678;5;3238.00;9.50;1332.50;0.00;0.40 +7678;6;3244.00;9.50;1333.00;1.24;0.40 +7678;7;3244.00;9.50;1335.50;1.65;0.40 +7678;8;3235.00;9.50;1336.50;4.24;0.40 +7678;9;3231.88;9.50;1335.00;1.57;0.40 +7678;10;3244.12;9.50;1335.00;-1.57;0.40 +7678;11;3222.80;10.02;1327.00;-1.08;0.40 +7678;12;3221.20;9.50;1327.00;-1.12;0.40 +7678;13;3225.20;9.50;1331.80;-1.32;0.40 +7678;14;3226.00;9.58;1330.20;-1.19;0.40 +7678;15;3238.00;9.50;1331.00;0.00;0.40 +7678;16;3247.60;9.50;1331.80;1.24;0.40 +7678;17;3247.60;9.50;1335.80;1.65;0.40 +7678;18;3233.20;9.50;1337.40;4.24;0.40 7678;21;3244.12;9.50;1335.00;-1.57;0.40 +7679;0;2476.00;9.50;13.00;0.00;0.68 +7679;1;2460.00;9.50;8.50;-1.29;0.68 +7679;2;2487.00;9.50;14.50;1.70;0.68 +7679;3;2468.50;9.50;16.50;4.27;0.68 +7679;4;2481.50;9.50;23.00;2.63;0.68 +7679;9;2464.84;9.50;13.00;1.57;0.68 +7679;10;2487.16;9.50;13.00;-1.57;0.68 +7679;11;2450.40;9.50;5.80;-1.29;0.68 +7679;12;2493.60;9.50;15.40;1.70;0.68 +7679;13;2464.00;9.50;18.60;4.27;0.68 +7679;14;2484.80;9.50;29.00;2.63;0.68 7679;21;2464.84;9.50;13.00;1.57;0.68 +7680;0;4104.00;11.40;1546.00;0.00;0.54 +7680;1;4104.00;12.25;1541.50;0.00;0.54 +7680;2;4096.00;11.77;1540.00;-0.92;0.54 +7680;3;4113.00;12.45;1542.50;1.20;0.54 +7680;4;4096.00;11.32;1546.00;4.71;0.54 +7680;5;4110.50;11.40;1550.00;2.12;0.54 +7680;6;4103.00;10.85;1551.50;3.32;0.54 +7680;9;4096.98;11.35;1546.00;1.57;0.54 +7680;10;4111.02;12.05;1546.00;-1.57;0.54 7680;21;4096.98;11.35;1546.00;1.57;0.54 +7681;0;3928.00;11.32;1688.00;0.00;0.44 +7681;1;3936.00;10.40;1686.50;1.38;0.44 +7681;2;3928.50;11.10;1684.50;0.14;0.44 +7681;3;3920.50;11.40;1685.50;-1.24;0.44 +7681;4;3921.50;11.40;1690.00;4.41;0.44 +7681;5;3933.00;11.15;1690.50;2.03;0.44 +7681;6;3926.50;11.30;1693.50;3.40;0.44 +7681;9;3921.70;11.40;1688.00;1.57;0.44 +7681;10;3934.30;10.80;1688.00;-1.57;0.44 7681;21;3921.70;11.40;1688.00;1.57;0.44 +7682;0;3867.00;10.65;1335.00;0.00;0.40 +7682;1;3863.00;10.82;1333.00;-1.10;0.40 +7682;2;3871.00;10.70;1332.00;0.92;0.40 +7682;3;3874.50;10.20;1335.50;1.63;0.40 +7682;4;3871.50;10.25;1337.00;1.98;0.40 +7682;5;3861.00;10.45;1338.50;4.18;0.40 +7682;6;3867.00;10.20;1339.00;3.14;0.40 +7682;9;3861.60;10.79;1335.00;1.57;0.40 +7682;10;3872.40;10.35;1335.00;-1.57;0.40 7682;21;3872.40;10.35;1335.00;-1.57;0.40 +7683;0;1803.00;10.45;1759.00;0.00;1.32 +7683;1;1812.00;9.50;1744.00;0.54;1.32 +7683;2;1789.00;10.65;1758.50;-1.53;1.32 +7683;3;1814.00;10.65;1761.00;1.75;1.32 +7683;4;1789.50;11.55;1768.00;4.12;1.32 +7683;5;1797.00;10.92;1770.00;3.64;1.32 +7683;6;1808.50;11.30;1770.50;2.69;1.32 +7683;9;1790.22;10.57;1759.00;1.57;1.32 +7683;10;1815.78;10.41;1759.00;-1.57;1.32 +7683;19;1821.00;9.50;1746.00;0.54;1.32 +7683;20;1822.41;9.50;1744.97;0.94;1.32 7683;21;1790.22;10.57;1759.00;1.57;1.32 +7684;0;1113.00;17.87;1515.00;0.00;0.50 +7684;1;1113.00;16.97;1510.00;0.00;0.50 +7684;2;1108.50;16.60;1514.00;-1.35;0.50 +7684;3;1118.50;18.10;1513.50;1.30;0.50 +7684;4;1118.00;15.80;1519.00;2.24;0.50 +7684;5;1111.50;17.70;1520.50;3.40;0.50 +7684;6;1108.00;17.70;1520.50;3.87;0.50 +7684;9;1108.50;16.75;1515.00;1.57;0.50 +7684;10;1117.50;17.65;1515.00;-1.57;0.50 7684;21;1108.50;16.75;1515.00;1.57;0.50 +7685;0;3965.00;10.32;1751.00;0.00;0.62 +7685;1;3968.00;10.30;1744.50;0.43;0.62 +7685;2;3959.00;10.30;1745.00;-0.78;0.62 +7685;3;3973.00;10.30;1751.00;1.57;0.62 +7685;4;3957.50;10.30;1753.00;4.45;0.62 +7685;5;3964.50;10.30;1758.00;3.21;0.62 +7685;6;3972.50;10.30;1757.50;2.28;0.62 +7685;9;3957.80;10.30;1751.00;1.57;0.62 +7685;10;3972.20;10.30;1751.00;-1.57;0.62 7685;21;3957.80;10.30;1751.00;1.57;0.62 +7686;0;521.00;9.50;480.00;0.00;1.16 +7686;1;520.50;9.50;467.00;-0.03;1.16 +7686;2;538.50;9.50;480.50;1.59;1.16 +7686;3;502.00;9.50;469.50;-1.06;1.16 +7686;4;503.00;9.50;481.00;4.65;1.16 +7686;5;503.00;9.50;491.50;4.14;1.16 +7686;6;521.50;9.50;493.50;3.10;1.16 +7686;9;507.68;9.50;480.00;1.57;1.16 +7686;10;534.32;9.50;480.00;-1.57;1.16 +7686;11;520.20;9.50;459.20;-0.03;1.16 +7686;12;549.00;9.50;480.80;1.59;1.16 +7686;13;490.60;9.50;463.20;-1.06;1.16 +7686;14;492.20;9.50;481.60;4.65;1.16 +7686;15;492.20;9.50;498.40;4.14;1.16 +7686;16;521.80;9.50;501.60;3.10;1.16 7686;21;507.68;9.50;480.00;1.57;1.16 +7687;0;4047.00;10.40;1606.00;0.00;0.54 +7687;1;4044.00;10.30;1599.50;-0.43;0.54 +7687;2;4039.00;10.40;1602.50;-1.15;0.54 +7687;3;4052.00;10.25;1603.50;1.10;0.54 +7687;4;4041.50;10.40;1609.50;4.14;0.54 +7687;5;4056.50;10.40;1608.50;1.82;0.54 +7687;6;4051.00;10.40;1611.50;2.51;0.54 +7687;9;4040.52;10.40;1606.00;1.57;0.54 +7687;10;4053.48;10.40;1606.00;-1.57;0.54 7687;21;4040.52;10.40;1606.00;1.57;0.54 +7688;0;1101.00;16.57;1590.00;0.00;0.48 +7688;1;1094.50;15.20;1589.50;-1.49;0.48 +7688;2;1102.50;15.55;1586.00;0.35;0.48 +7688;3;1110.50;15.50;1587.50;1.31;0.48 +7688;4;1111.50;14.90;1590.00;1.57;0.48 +7688;5;1106.00;16.05;1593.00;2.11;0.48 +7688;6;1097.50;17.40;1596.00;3.67;0.48 +7688;9;1094.34;15.23;1590.00;1.57;0.48 +7688;10;1107.66;16.11;1590.00;-1.57;0.48 7688;21;1094.34;15.23;1590.00;1.57;0.48 +7689;0;3948.00;9.70;1871.00;0.00;1.00 +7689;1;3948.00;9.70;1858.00;0.00;1.00 +7689;2;3937.00;9.70;1867.50;-1.26;1.00 +7689;3;3959.00;9.70;1869.00;1.39;1.00 +7689;4;3955.50;9.70;1883.50;2.60;1.00 +7689;5;3943.00;9.70;1884.00;3.50;1.00 +7689;9;3939.00;9.70;1871.00;1.57;1.00 +7689;10;3957.00;9.70;1871.00;-1.57;1.00 7689;21;3939.00;9.70;1871.00;1.57;1.00 +7690;0;5178.00;9.50;693.00;0.00;1.52 +7690;1;5169.00;9.50;683.00;-0.73;1.52 +7690;2;5186.50;9.50;678.00;0.51;1.52 +7690;3;5192.00;9.50;697.00;1.84;1.52 +7690;4;5168.50;9.50;703.00;3.90;1.52 +7690;5;5187.50;9.50;708.50;2.59;1.52 +7690;9;5164.32;9.50;693.00;1.57;1.52 +7690;10;5191.68;9.50;693.00;-1.57;1.52 +7690;11;5163.60;9.50;677.00;-0.73;1.52 +7690;12;5191.60;9.50;669.00;0.51;1.52 +7690;13;5200.40;9.50;699.40;1.84;1.52 +7690;14;5162.80;9.50;709.00;3.90;1.52 +7690;15;5193.20;9.50;717.80;2.59;1.52 7690;21;5164.32;9.50;693.00;1.57;1.52 +7691;0;4736.00;11.05;1638.00;0.00;0.72 +7691;1;4738.00;11.00;1631.00;0.27;0.72 +7691;2;4746.00;10.87;1634.00;1.19;0.72 +7691;3;4728.50;11.00;1639.00;4.58;0.72 +7691;4;4738.50;11.20;1642.50;2.63;0.72 +7691;5;4728.50;11.80;1645.50;3.92;0.72 +7691;9;4728.26;11.00;1638.00;1.57;0.72 +7691;10;4743.74;11.03;1638.00;-1.57;0.72 7691;21;4728.26;11.00;1638.00;1.57;0.72 +7692;0;5569.00;11.10;138.00;0.00;0.30 +7692;1;5569.00;10.70;134.00;0.00;0.30 +7692;2;5572.00;11.35;137.00;1.24;0.30 +7692;3;5567.00;10.65;135.50;-0.67;0.30 +7692;4;5566.00;10.80;139.00;4.39;0.30 +7692;5;5568.50;11.30;141.50;3.28;0.30 +7692;9;5566.30;10.74;138.00;1.57;0.30 +7692;10;5571.70;11.48;138.00;-1.57;0.30 7692;21;5566.30;10.74;138.00;1.57;0.30 +7693;0;4160.00;14.72;1481.00;0.00;0.60 +7693;1;4155.00;14.25;1476.00;-0.78;0.60 +7693;2;4165.00;14.62;1478.00;1.03;0.60 +7693;3;4149.50;13.55;1479.00;-1.38;0.60 +7693;4;4158.00;15.22;1485.00;3.60;0.60 +7693;5;4168.00;15.55;1484.50;1.98;0.60 +7693;9;4152.80;14.95;1481.00;1.57;0.60 +7693;10;4167.20;15.00;1481.00;-1.57;0.60 7693;21;4152.80;14.95;1481.00;1.57;0.60 +7694;0;4363.00;9.50;576.00;0.00;1.02 +7694;1;4373.50;9.50;570.00;1.05;1.02 +7694;2;4361.50;9.50;567.00;-0.16;1.02 +7694;3;4352.00;9.50;577.00;4.62;1.02 +7694;4;4368.50;9.50;583.00;2.47;1.02 +7694;5;4353.50;9.50;585.50;3.92;1.02 +7694;9;4352.38;9.50;576.00;1.57;1.02 +7694;10;4373.62;9.50;576.00;-1.57;1.02 +7694;11;4379.80;9.50;566.40;1.05;1.02 +7694;12;4360.60;9.50;561.60;-0.16;1.02 +7694;13;4345.40;9.50;577.60;4.62;1.02 +7694;14;4371.80;9.50;587.20;2.47;1.02 +7694;15;4347.80;9.50;591.20;3.92;1.02 7694;21;4352.38;9.50;576.00;1.57;1.02 +7695;0;2865.00;9.50;1613.00;0.00;0.70 +7695;1;2863.00;9.50;1607.00;-0.32;0.70 +7695;2;2871.00;9.50;1605.50;0.67;0.70 +7695;3;2874.00;9.50;1607.00;0.98;0.70 +7695;4;2853.50;9.50;1609.00;-1.23;0.70 +7695;5;2872.00;9.50;1616.00;1.97;0.70 +7695;6;2860.00;9.50;1617.00;4.03;0.70 +7695;9;2856.36;9.50;1613.00;1.57;0.70 +7695;10;2873.64;9.50;1613.00;-1.57;0.70 +7695;11;2861.80;9.50;1603.40;-0.32;0.70 +7695;12;2874.60;9.50;1601.00;0.67;0.70 +7695;13;2879.40;9.50;1603.40;0.98;0.70 +7695;14;2846.60;9.50;1606.60;-1.23;0.70 +7695;15;2876.20;9.50;1617.80;1.97;0.70 +7695;16;2857.00;9.50;1619.40;4.03;0.70 7695;21;2856.36;9.50;1613.00;1.57;0.70 +7696;0;945.00;10.82;2021.00;0.00;1.18 +7696;1;937.00;11.60;2008.00;-0.55;1.18 +7696;2;959.00;10.72;2006.00;0.75;1.18 +7696;3;472.00;9.50;1010.00;-0.43;1.18 +7696;4;916.50;10.65;2020.00;-1.53;1.18 +7696;5;969.00;10.80;2030.50;1.94;1.18 +7696;9;918.72;10.61;2021.00;1.57;1.18 +7696;10;971.28;10.73;2021.00;-1.57;1.18 7696;21;918.72;10.61;2021.00;1.57;1.18 +7697;0;4679.00;11.20;1527.00;0.00;0.66 +7697;1;4676.50;11.40;1514.00;-0.19;0.66 +7697;2;4672.50;11.20;1517.50;-0.60;0.66 +7697;3;4680.00;11.40;1519.00;0.12;0.66 +7697;4;4672.50;11.00;1522.50;-0.96;0.66 +7697;5;4685.00;11.30;1528.50;1.81;0.66 +7697;6;4677.00;11.30;1532.50;3.49;0.66 +7697;7;4685.00;11.55;1537.00;2.60;0.66 +7697;9;4673.06;11.00;1527.00;1.57;0.66 +7697;10;4684.94;11.20;1527.00;-1.57;0.66 7697;21;4673.06;11.00;1527.00;1.57;0.66 +7698;0;5405.00;9.50;454.00;0.00;0.90 +7698;1;5396.00;9.50;448.00;-0.98;0.90 +7698;2;5418.50;9.50;449.50;1.24;0.90 +7698;3;5390.50;9.50;459.50;4.35;0.90 +7698;4;5415.50;9.50;460.00;2.09;0.90 +7698;5;5401.00;9.50;464.00;3.52;0.90 +7698;9;5388.98;9.50;454.00;1.57;0.90 +7698;10;5421.02;9.50;454.00;-1.57;0.90 +7698;11;5390.60;9.50;444.40;-0.98;0.90 +7698;12;5426.60;9.50;446.80;1.24;0.90 +7698;13;5381.80;9.50;462.80;4.35;0.90 +7698;14;5421.80;9.50;463.60;2.09;0.90 +7698;15;5398.60;9.50;470.00;3.52;0.90 7698;21;5388.98;9.50;454.00;1.57;0.90 +7699;0;5475.00;9.50;951.00;0.00;0.66 +7699;1;5477.50;9.50;943.00;0.30;0.66 +7699;2;5462.00;9.50;950.00;-1.49;0.66 +7699;3;5490.00;9.50;949.50;1.47;0.66 +7699;4;5485.00;9.50;956.00;2.03;0.66 +7699;5;5466.50;9.50;958.00;4.02;0.66 +7699;9;5461.50;9.50;951.00;1.57;0.66 +7699;10;5488.50;9.50;951.00;-1.57;0.66 +7699;11;5479.00;9.50;938.20;0.30;0.66 +7699;12;5454.20;9.50;949.40;-1.49;0.66 +7699;13;5499.00;9.50;948.60;1.47;0.66 +7699;14;5491.00;9.50;959.00;2.03;0.66 +7699;15;5461.40;9.50;962.20;4.02;0.66 7699;21;5461.50;9.50;951.00;1.57;0.66 +7700;0;5556.00;9.50;1476.00;0.00;0.82 +7700;1;5551.00;9.50;1467.50;-0.53;0.82 +7700;2;5535.00;9.50;1468.00;-1.20;0.82 +7700;3;5568.50;9.50;1468.50;1.03;0.82 +7700;4;5571.00;9.50;1477.50;1.67;0.82 +7700;5;5543.50;9.50;1477.50;4.59;0.82 +7700;6;5562.50;9.50;1485.50;2.54;0.82 +7700;9;5541.42;9.50;1476.00;1.57;0.82 +7700;10;5570.58;9.50;1476.00;-1.57;0.82 +7700;11;5548.00;9.50;1462.40;-0.53;0.82 +7700;12;5522.40;9.50;1463.20;-1.20;0.82 +7700;13;5576.00;9.50;1464.00;1.03;0.82 +7700;14;5580.00;9.50;1478.40;1.67;0.82 +7700;15;5536.00;9.50;1478.40;4.59;0.82 +7700;16;5566.40;9.50;1491.20;2.54;0.82 7700;21;5541.42;9.50;1476.00;1.57;0.82 +7701;0;4200.00;10.47;1702.00;0.00;0.58 +7701;1;4194.00;10.50;1697.00;-0.87;0.58 +7701;2;4204.00;10.50;1697.00;0.67;0.58 +7701;3;4209.00;10.40;1701.50;1.51;0.58 +7701;4;4193.00;10.40;1704.50;4.36;0.58 +7701;5;4203.00;10.40;1709.00;2.73;0.58 +7701;9;4192.62;10.40;1702.00;1.57;0.58 +7701;10;4207.38;10.40;1702.00;-1.57;0.58 7701;21;4192.62;10.40;1702.00;1.57;0.58 +7702;0;4116.00;12.22;1348.00;0.00;0.56 +7702;1;4119.00;12.30;1342.00;0.46;0.56 +7702;2;4126.00;12.45;1346.00;1.37;0.56 +7702;3;4109.50;12.20;1343.50;-0.96;0.56 +7702;4;4104.00;12.25;1348.00;4.71;0.56 +7702;5;4127.00;12.20;1352.00;1.92;0.56 +7702;6;4104.00;13.12;1353.00;4.31;0.56 +7702;7;4115.50;12.60;1353.50;3.23;0.56 +7702;9;4107.18;12.23;1348.00;1.57;0.56 +7702;10;4124.82;12.36;1348.00;-1.57;0.56 7702;21;4107.18;12.23;1348.00;1.57;0.56 +7703;0;4338.00;14.17;1567.00;0.00;0.50 +7703;1;4335.00;14.40;1561.50;-0.49;0.50 +7703;2;4341.50;14.90;1561.00;0.52;0.50 +7703;3;4334.00;14.20;1569.00;4.24;0.50 +7703;4;4343.50;14.50;1568.00;1.75;0.50 +7703;5;4339.00;14.45;1574.00;3.00;0.50 +7703;9;4333.50;14.35;1567.00;1.57;0.50 +7703;10;4342.50;14.30;1567.00;-1.57;0.50 7703;21;4333.50;14.35;1567.00;1.57;0.50 +7704;0;4959.00;9.50;1311.00;0.00;1.18 +7704;1;4960.50;9.50;1299.50;0.13;1.18 +7704;2;4947.50;9.50;1301.00;-0.85;1.18 +7704;3;4970.50;9.50;1302.50;0.93;1.18 +7704;4;4972.50;9.50;1305.00;1.15;1.18 +7704;5;4946.50;9.50;1315.50;4.36;1.18 +7704;6;4974.50;9.50;1311.00;1.57;1.18 +7704;7;4973.50;9.50;1317.00;1.96;1.18 +7704;8;4962.50;9.50;1323.00;2.85;1.18 +7704;9;4947.84;9.50;1311.00;1.57;1.18 +7704;10;4970.16;9.50;1311.00;-1.57;1.18 +7704;11;4961.40;9.50;1292.60;0.13;1.18 +7704;12;4940.60;9.50;1295.00;-0.85;1.18 +7704;13;4977.40;9.50;1297.40;0.93;1.18 +7704;14;4980.60;9.50;1301.40;1.15;1.18 +7704;15;4939.00;9.50;1318.20;4.36;1.18 +7704;16;4983.80;9.50;1311.00;1.57;1.18 +7704;17;4982.20;9.50;1320.60;1.96;1.18 +7704;18;4964.60;9.50;1330.20;2.85;1.18 7704;21;4947.84;9.50;1311.00;1.57;1.18 +7705;0;4097.00;9.50;764.00;0.00;0.90 +7705;1;4096.50;9.50;752.00;-0.04;0.90 +7705;2;4107.50;9.50;760.00;1.20;0.90 +7705;3;4088.00;9.50;756.50;-0.87;0.90 +7705;4;4090.00;9.50;763.50;-1.49;0.90 +7705;5;4086.50;9.50;771.00;4.12;0.90 +7705;6;4107.50;9.50;770.00;2.09;0.90 +7705;7;4098.50;9.50;775.00;3.00;0.90 +7705;8;4088.00;9.50;777.00;3.74;0.90 +7705;9;4088.90;9.50;764.00;1.57;0.90 +7705;10;4105.10;9.50;764.00;-1.57;0.90 +7705;11;4096.20;9.50;744.80;-0.04;0.90 +7705;12;4113.80;9.50;757.60;1.20;0.90 +7705;13;4082.60;9.50;752.00;-0.87;0.90 +7705;14;4085.80;9.50;763.20;-1.49;0.90 +7705;15;4080.20;9.50;775.20;4.12;0.90 +7705;16;4113.80;9.50;773.60;2.09;0.90 +7705;17;4099.40;9.50;781.60;3.00;0.90 +7705;18;4082.60;9.50;784.80;3.74;0.90 7705;21;4088.90;9.50;764.00;1.57;0.90 +7706;0;3945.00;10.80;1372.00;0.00;0.36 +7706;1;3952.00;10.95;1367.50;0.99;0.36 +7706;2;3945.00;11.00;1368.50;0.00;0.36 +7706;3;3951.00;10.72;1372.00;1.57;0.36 +7706;4;3938.50;11.00;1369.50;-1.20;0.36 +7706;5;3938.00;10.80;1372.50;4.64;0.36 +7706;6;3945.00;10.60;1375.50;3.14;0.36 +7706;9;3939.60;10.75;1372.00;1.57;0.36 +7706;10;3950.40;10.75;1372.00;-1.57;0.36 7706;21;3950.40;10.75;1372.00;-1.57;0.36 +7707;0;4288.00;10.95;1767.00;0.00;0.86 +7707;1;4286.50;10.80;1759.50;-0.19;0.86 +7707;2;4299.50;11.20;1759.00;0.96;0.86 +7707;3;4275.00;10.85;1768.00;4.63;0.86 +7707;4;4297.00;11.30;1770.00;1.89;0.86 +7707;5;4282.50;11.20;1775.50;3.71;0.86 +7707;9;4277.56;10.70;1767.00;1.57;0.86 +7707;10;4298.44;11.15;1767.00;-1.57;0.86 7707;21;4277.56;10.70;1767.00;1.57;0.86 +7708;0;4025.00;10.17;1559.00;0.00;0.60 +7708;1;4020.00;10.70;1553.00;-0.69;0.60 +7708;2;4028.50;10.30;1553.50;0.56;0.60 +7708;3;4017.50;10.50;1557.00;-1.31;0.60 +7708;4;4033.50;10.05;1558.00;1.45;0.60 +7708;5;4014.50;10.30;1561.00;4.52;0.60 +7708;6;4029.00;10.20;1564.50;2.51;0.60 +7708;7;4021.50;10.10;1564.00;3.75;0.60 +7708;9;4017.44;10.35;1559.00;1.57;0.60 +7708;10;4032.56;10.10;1559.00;-1.57;0.60 7708;21;4017.44;10.35;1559.00;1.57;0.60 +7709;0;4300.00;9.50;63.00;0.00;0.98 +7709;1;4294.50;9.50;51.00;-0.43;0.98 +7709;2;4307.00;9.50;57.00;0.86;0.98 +7709;3;4290.50;9.50;61.00;-1.36;0.98 +7709;4;4313.00;9.50;62.50;1.53;0.98 +7709;5;4308.50;9.50;70.00;2.26;0.98 +7709;6;4293.00;9.50;70.50;3.89;0.98 +7709;7;4298.50;9.50;74.00;3.27;0.98 +7709;9;4291.18;9.50;63.00;1.57;0.98 +7709;10;4308.82;9.50;63.00;-1.57;0.98 +7709;11;4291.20;9.50;43.80;-0.43;0.98 +7709;12;4311.20;9.50;53.40;0.86;0.98 +7709;13;4284.80;9.50;59.80;-1.36;0.98 +7709;14;4320.80;9.50;62.20;1.53;0.98 +7709;15;4313.60;9.50;74.20;2.26;0.98 +7709;16;4288.80;9.50;75.00;3.89;0.98 +7709;17;4297.60;9.50;80.60;3.27;0.98 7709;21;4291.18;9.50;63.00;1.57;0.98 +7710;0;4254.00;9.50;202.00;0.00;0.98 +7710;1;4255.00;9.50;190.00;0.08;0.98 +7710;2;4265.00;9.50;192.50;0.85;0.98 +7710;3;4244.00;9.50;203.50;4.56;0.98 +7710;4;4264.00;9.50;205.00;1.86;0.98 +7710;5;4256.00;9.50;214.50;2.98;0.98 +7710;6;4248.50;9.50;215.50;3.52;0.98 +7710;9;4245.18;9.50;202.00;1.57;0.98 +7710;10;4262.82;9.50;202.00;-1.57;0.98 +7710;11;4255.60;9.50;182.80;0.08;0.98 +7710;12;4271.60;9.50;186.80;0.85;0.98 +7710;13;4238.00;9.50;204.40;4.56;0.98 +7710;14;4270.00;9.50;206.80;1.86;0.98 +7710;15;4257.20;9.50;222.00;2.98;0.98 +7710;16;4245.20;9.50;223.60;3.52;0.98 7710;21;4245.18;9.50;202.00;1.57;0.98 +7711;0;3977.00;10.40;1413.00;0.00;0.46 +7711;1;3982.50;10.40;1409.00;0.94;0.46 +7711;2;3973.00;10.40;1410.00;-0.92;0.46 +7711;3;3984.50;10.40;1413.50;1.63;0.46 +7711;4;3968.50;10.40;1414.00;4.59;0.46 +7711;5;1988.00;10.20;706.00;-1.22;0.46 +7711;6;3975.50;10.40;1417.50;3.46;0.46 +7711;9;3969.80;10.40;1413.00;1.57;0.46 +7711;10;3984.20;10.40;1413.00;-1.57;0.46 7711;21;3969.80;10.40;1413.00;1.57;0.46 +7712;0;3687.00;10.07;1840.00;0.00;0.76 +7712;1;3688.50;10.05;1831.00;0.16;0.76 +7712;2;3681.50;9.95;1827.00;-0.40;0.76 +7712;3;3680.00;9.90;1835.00;-0.95;0.76 +7712;4;3695.50;10.00;1840.50;1.63;0.76 +7712;5;3683.50;10.50;1848.50;3.53;0.76 +7712;6;3692.50;10.10;1850.50;2.65;0.76 +7712;9;3680.16;9.90;1840.00;1.57;0.76 +7712;10;3693.84;10.03;1840.00;-1.57;0.76 7712;21;3680.16;9.90;1840.00;1.57;0.76 +7713;0;4316.00;14.95;1606.00;0.00;0.54 +7713;1;4319.00;14.55;1599.50;0.43;0.54 +7713;2;4315.00;14.90;1601.00;-0.19;0.54 +7713;3;4322.00;15.07;1602.00;0.98;0.54 +7713;4;4309.00;14.30;1604.00;-1.29;0.54 +7713;5;4323.00;15.10;1608.50;1.91;0.54 +7713;6;4310.00;14.05;1609.00;4.24;0.54 +7713;7;4317.00;14.80;1612.00;2.97;0.54 +7713;9;4309.70;14.17;1606.00;1.57;0.54 +7713;10;4322.30;15.16;1606.00;-1.57;0.54 7713;21;4309.70;14.17;1606.00;1.57;0.54 +7714;0;3896.00;9.50;283.00;0.00;1.10 +7714;1;3901.50;9.50;273.50;0.52;1.10 +7714;2;3887.50;9.50;274.50;-0.78;1.10 +7714;3;3908.50;9.50;282.50;1.53;1.10 +7714;4;3887.00;9.50;290.00;4.05;1.10 +7714;5;3900.00;9.50;294.00;2.79;1.10 +7714;6;3893.00;9.50;300.00;3.31;1.10 +7714;9;3886.10;9.50;283.00;1.57;1.10 +7714;10;3905.90;9.50;283.00;-1.57;1.10 +7714;11;3904.80;9.50;267.80;0.52;1.10 +7714;12;3882.40;9.50;269.40;-0.78;1.10 +7714;13;3916.00;9.50;282.20;1.53;1.10 +7714;14;3881.60;9.50;294.20;4.05;1.10 +7714;15;3902.40;9.50;300.60;2.79;1.10 +7714;16;3891.20;9.50;310.20;3.31;1.10 7714;21;3886.10;9.50;283.00;1.57;1.10 +7715;0;3361.00;9.50;18.00;0.00;0.86 +7715;1;3356.50;9.50;14.50;-0.91;0.86 +7715;2;3372.50;9.50;9.50;0.93;0.86 +7715;3;3366.50;9.50;20.50;1.99;0.86 +7715;4;3353.50;9.50;24.00;4.03;0.86 +7715;5;3359.50;9.50;30.50;3.26;0.86 +7715;9;3352.36;9.50;18.00;1.57;0.86 +7715;10;3369.64;9.50;18.00;-1.57;0.86 +7715;11;3353.80;9.50;12.40;-0.91;0.86 +7715;12;3379.40;9.50;4.40;0.93;0.86 +7715;13;3369.80;9.50;22.00;1.99;0.86 +7715;14;3349.00;9.50;27.60;4.03;0.86 +7715;15;3358.60;9.50;38.00;3.26;0.86 7715;21;3352.36;9.50;18.00;1.57;0.86 +7716;0;3142.00;10.85;565.00;0.00;0.62 +7716;1;3137.00;10.97;563.00;-1.19;0.62 +7716;2;3143.50;11.10;555.50;0.15;0.62 +7716;3;3148.00;10.82;566.00;1.73;0.62 +7716;4;3135.50;10.80;573.50;3.79;0.62 +7716;5;3143.50;10.80;574.00;2.97;0.62 +7716;9;3136.42;10.85;565.00;1.57;0.62 +7716;10;3147.58;10.89;565.00;-1.57;0.62 7716;21;3136.42;10.85;565.00;1.57;0.62 +7717;0;4438.00;13.85;1516.00;0.00;0.46 +7717;1;4431.50;14.10;1510.00;-0.82;0.46 +7717;2;4428.00;14.15;1514.00;-1.37;0.46 +7717;3;4439.50;14.15;1513.00;0.46;0.46 +7717;4;4448.00;13.75;1517.50;1.72;0.46 +7717;5;4431.00;14.70;1518.50;4.36;0.46 +7717;6;4442.00;14.35;1520.00;2.35;0.46 +7717;7;4451.50;13.65;1520.00;1.85;0.46 +7717;9;4429.72;14.47;1516.00;1.57;0.46 +7717;10;4446.28;13.71;1516.00;-1.57;0.46 7717;21;4429.72;14.47;1516.00;1.57;0.46 +7718;0;1074.00;12.87;1737.00;0.00;0.64 +7718;1;1069.50;12.70;1727.50;-0.44;0.64 +7718;2;1077.50;12.80;1728.00;0.37;0.64 +7718;3;1066.00;12.30;1734.50;-1.26;0.64 +7718;4;1081.50;13.00;1737.50;1.63;0.64 +7718;5;1067.50;11.50;1743.50;3.92;0.64 +7718;6;1075.00;12.10;1747.00;3.04;0.64 +7718;9;1068.24;12.20;1737.00;1.57;0.64 +7718;10;1079.76;12.76;1737.00;-1.57;0.64 7718;21;1068.24;12.20;1737.00;1.57;0.64 +7719;0;2661.00;9.50;644.00;0.00;1.08 +7719;1;2662.50;9.50;628.50;0.09;1.08 +7719;2;2669.50;9.50;628.50;0.50;1.08 +7719;3;2652.00;9.50;635.50;-0.81;1.08 +7719;4;2670.00;9.50;639.50;1.10;1.08 +7719;5;2650.50;9.50;648.50;4.30;1.08 +7719;6;2669.00;9.50;656.00;2.55;1.08 +7719;7;2657.50;9.50;658.50;3.37;1.08 +7719;9;2651.28;9.50;644.00;1.57;1.08 +7719;10;2670.72;9.50;644.00;-1.57;1.08 +7719;11;2663.40;9.50;619.20;0.09;1.08 +7719;12;2674.60;9.50;619.20;0.50;1.08 +7719;13;2646.60;9.50;630.40;-0.81;1.08 +7719;14;2675.40;9.50;636.80;1.10;1.08 +7719;15;2644.20;9.50;651.20;4.30;1.08 +7719;16;2673.80;9.50;663.20;2.55;1.08 +7719;17;2655.40;9.50;667.20;3.37;1.08 7719;21;2651.28;9.50;644.00;1.57;1.08 +7720;0;2391.00;9.50;551.00;0.00;0.84 +7720;1;2385.50;9.50;545.00;-0.74;0.84 +7720;2;2402.00;9.50;546.00;1.14;0.84 +7720;3;2378.00;9.50;555.50;4.37;0.84 +7720;4;2401.50;9.50;556.50;2.05;0.84 +7720;5;2388.50;9.50;559.50;3.42;0.84 +7720;9;2379.48;9.50;551.00;1.57;0.84 +7720;10;2402.52;9.50;551.00;-1.57;0.84 +7720;11;2382.20;9.50;541.40;-0.74;0.84 +7720;12;2408.60;9.50;543.00;1.14;0.84 +7720;13;2370.20;9.50;558.20;4.37;0.84 +7720;14;2407.80;9.50;559.80;2.05;0.84 +7720;15;2387.00;9.50;564.60;3.42;0.84 7720;21;2379.48;9.50;551.00;1.57;0.84 +7721;0;968.00;13.47;1614.00;0.00;0.60 +7721;1;967.00;13.37;1608.00;-0.16;0.60 +7721;2;973.50;12.20;1609.50;0.88;0.60 +7721;3;960.50;13.95;1610.00;-1.08;0.60 +7721;4;962.00;14.60;1616.00;4.39;0.60 +7721;5;973.00;13.05;1616.50;2.03;0.60 +7721;6;968.50;13.75;1621.00;3.07;0.60 +7721;9;962.60;14.49;1614.00;1.57;0.60 +7721;10;973.40;12.62;1614.00;-1.57;0.60 7721;21;962.60;14.49;1614.00;1.57;0.60 +7722;0;4014.00;9.80;1659.00;0.00;0.50 +7722;1;4012.00;9.80;1655.00;-0.46;0.50 +7722;2;4020.00;9.82;1654.00;0.87;0.50 +7722;3;4022.00;9.82;1659.00;1.57;0.50 +7722;4;4005.50;9.80;1660.50;4.53;0.50 +7722;5;4004.50;9.80;1663.00;4.31;0.50 +7722;6;4012.50;9.80;1664.00;3.43;0.50 +7722;9;4007.52;9.80;1659.00;1.57;0.50 +7722;10;4020.48;9.80;1659.00;-1.57;0.50 7722;21;4007.52;9.80;1659.00;1.57;0.50 +7723;0;1830.00;9.50;1349.00;0.00;1.06 +7723;1;1824.00;9.50;1336.50;-0.44;1.06 +7723;2;1836.00;9.50;1333.50;0.36;1.06 +7723;3;1841.50;9.50;1349.00;1.57;1.06 +7723;4;1818.50;9.50;1353.00;4.37;1.06 +7723;5;1843.00;9.50;1361.50;2.33;1.06 +7723;6;1832.00;9.50;1363.50;3.00;1.06 +7723;7;1820.50;9.50;1363.50;3.72;1.06 +7723;9;1820.46;9.50;1349.00;1.57;1.06 +7723;10;1839.54;9.50;1349.00;-1.57;1.06 +7723;11;1820.40;9.50;1329.00;-0.44;1.06 +7723;12;1839.60;9.50;1324.20;0.36;1.06 +7723;13;1848.40;9.50;1349.00;1.57;1.06 +7723;14;1811.60;9.50;1355.40;4.37;1.06 +7723;15;1850.80;9.50;1369.00;2.33;1.06 +7723;16;1833.20;9.50;1372.20;3.00;1.06 +7723;17;1814.80;9.50;1372.20;3.72;1.06 7723;21;1820.46;9.50;1349.00;1.57;1.06 +7724;0;1963.00;9.50;2008.00;0.00;0.94 +7724;1;1965.50;9.50;1995.50;0.19;0.94 +7724;2;1973.50;9.50;2007.00;1.47;0.94 +7724;3;1958.00;9.50;1999.00;-0.50;0.94 +7724;4;1951.50;9.50;2010.00;4.54;0.94 +7724;5;1957.50;9.50;2018.50;3.62;0.94 +7724;9;1947.34;9.50;2008.00;1.57;0.94 +7724;10;1978.66;9.55;2008.00;-1.57;0.94 +7724;11;1967.00;9.50;1988.00;0.19;0.94 +7724;12;1979.80;9.50;2006.40;1.47;0.94 +7724;13;1955.00;9.50;1993.60;-0.50;0.94 +7724;14;1944.60;9.50;2011.20;4.54;0.94 +7724;15;1954.20;9.50;2024.80;3.62;0.94 7724;21;1947.34;9.50;2008.00;1.57;0.94 +7725;0;4644.00;11.92;1549.00;0.00;0.56 +7725;1;4643.00;12.05;1540.50;-0.11;0.56 +7725;2;4638.00;12.10;1547.50;-1.32;0.56 +7725;3;4649.00;11.95;1547.50;1.27;0.56 +7725;4;4650.50;11.80;1555.00;2.31;0.56 +7725;5;4643.50;11.60;1556.00;3.21;0.56 +7725;9;4638.96;12.02;1549.00;1.57;0.56 +7725;10;4649.04;11.84;1549.00;-1.57;0.56 7725;21;4638.96;12.02;1549.00;1.57;0.56 +7726;0;4515.00;10.55;1714.00;0.00;0.88 +7726;1;4510.50;10.60;1703.50;-0.40;0.88 +7726;2;4503.50;10.60;1702.50;-0.78;0.88 +7726;3;4504.50;10.50;1711.50;-1.33;0.88 +7726;4;4523.50;10.70;1709.50;1.08;0.88 +7726;5;4527.00;10.65;1717.50;1.85;0.88 +7726;6;4513.50;10.70;1722.00;3.32;0.88 +7726;9;4505.10;10.56;1714.00;1.57;0.88 +7726;10;4524.90;10.70;1714.00;-1.57;0.88 7726;21;4505.10;10.56;1714.00;1.57;0.88 +7727;0;4348.00;14.02;1358.00;0.00;0.50 +7727;1;4348.00;13.37;1353.00;0.00;0.50 +7727;2;4340.50;13.35;1352.00;-0.89;0.50 +7727;3;4340.00;14.60;1358.00;4.71;0.50 +7727;4;4357.00;12.45;1358.50;1.62;0.50 +7727;5;4349.00;14.15;1363.50;2.96;0.50 +7727;6;4341.00;14.65;1364.00;4.00;0.50 +7727;9;4341.52;14.70;1358.00;1.57;0.50 +7727;10;4354.48;12.75;1358.00;-1.57;0.50 7727;21;4341.52;14.70;1358.00;1.57;0.50 +7728;0;1281.00;9.50;420.00;0.00;0.92 +7728;1;1275.00;9.50;409.50;-0.51;0.92 +7728;2;1299.50;9.50;418.50;1.49;0.92 +7728;3;1258.50;9.50;411.50;-1.21;0.92 +7728;4;1261.50;9.50;421.50;4.63;0.92 +7728;5;1294.50;9.50;429.50;2.18;0.92 +7728;6;1273.50;9.50;431.00;3.74;0.92 +7728;9;1262.82;9.50;420.00;1.57;0.92 +7728;10;1299.18;9.50;420.00;-1.57;0.92 +7728;11;1271.40;9.50;403.20;-0.51;0.92 +7728;12;1310.60;9.50;417.60;1.49;0.92 +7728;13;1245.00;9.50;406.40;-1.21;0.92 +7728;14;1249.80;9.50;422.40;4.63;0.92 +7728;15;1302.60;9.50;435.20;2.18;0.92 +7728;16;1269.00;9.50;437.60;3.74;0.92 7728;21;1262.82;9.50;420.00;1.57;0.92 +7729;0;100.00;9.50;165.00;0.00;1.30 +7729;1;92.00;9.50;155.00;-0.67;1.30 +7729;2;114.00;9.50;155.50;0.97;1.30 +7729;3;87.50;9.50;171.50;4.23;1.30 +7729;4;123.00;9.50;161.50;1.42;1.30 +7729;5;109.50;9.50;172.50;2.23;1.30 +7729;9;84.34;9.50;165.00;1.57;1.30 +7729;10;115.66;9.50;165.00;-1.57;1.30 +7729;11;87.20;9.50;149.00;-0.67;1.30 +7729;12;122.40;9.50;149.80;0.97;1.30 +7729;13;80.00;9.50;175.40;4.23;1.30 +7729;14;136.80;9.50;159.40;1.42;1.30 +7729;15;115.20;9.50;177.00;2.23;1.30 7729;21;84.34;9.50;165.00;1.57;1.30 +7730;0;546.00;9.50;1237.00;0.00;1.40 +7730;1;542.00;9.50;1226.00;-0.34;1.40 +7730;2;556.50;9.50;1220.50;0.56;1.40 +7730;3;562.00;9.50;1230.00;1.15;1.40 +7730;4;530.00;9.50;1243.50;4.32;1.40 +7730;5;550.00;9.50;1247.50;2.77;1.40 +7730;9;531.42;9.50;1237.00;1.57;1.40 +7730;10;560.58;9.50;1237.00;-1.57;1.40 +7730;11;539.60;9.50;1219.40;-0.34;1.40 +7730;12;562.80;9.50;1210.60;0.56;1.40 +7730;13;571.60;9.50;1225.80;1.15;1.40 +7730;14;520.40;9.50;1247.40;4.32;1.40 +7730;15;552.40;9.50;1253.80;2.77;1.40 7730;21;531.42;9.50;1237.00;1.57;1.40 +7731;0;4299.00;12.80;1585.00;0.00;0.52 +7731;1;4296.00;13.20;1578.50;-0.43;0.52 +7731;2;4291.00;12.62;1581.00;-1.10;0.52 +7731;3;4305.00;12.95;1584.50;1.48;0.52 +7731;4;4289.00;13.15;1584.50;-1.52;0.52 +7731;5;4296.00;13.05;1587.50;4.01;0.52 +7731;6;4306.50;13.20;1590.50;2.20;0.52 +7731;9;4291.44;12.90;1585.00;1.57;0.52 +7731;10;4306.56;13.00;1585.00;-1.57;0.52 7731;21;4291.44;12.90;1585.00;1.57;0.52 +7732;0;4229.00;11.75;1374.00;0.00;0.44 +7732;1;4230.00;13.10;1369.50;0.21;0.44 +7732;2;4219.50;12.90;1371.50;-1.31;0.44 +7732;3;4239.50;11.30;1372.00;1.38;0.44 +7732;4;4219.00;11.40;1376.00;4.51;0.44 +7732;5;4237.00;10.35;1377.00;1.93;0.44 +7732;6;4226.50;11.10;1378.00;3.70;0.44 +7732;9;4220.72;11.98;1374.00;1.57;0.44 +7732;10;4237.28;10.91;1374.00;-1.57;0.44 7732;21;4220.72;11.98;1374.00;1.57;0.44 +7733;0;3856.00;10.25;1735.00;0.00;0.72 +7733;1;3862.00;9.70;1727.50;0.67;0.72 +7733;2;3852.50;10.10;1730.50;-0.66;0.72 +7733;3;3861.50;10.30;1738.00;2.07;0.72 +7733;4;3846.00;9.70;1735.50;4.66;0.72 +7733;5;3852.00;10.12;1741.00;3.73;0.72 +7733;9;3848.98;9.77;1735.00;1.57;0.72 +7733;10;3863.02;10.30;1735.00;-1.57;0.72 7733;21;3848.98;9.77;1735.00;1.57;0.72 +7734;0;305.00;9.50;1674.00;0.00;1.02 +7734;1;298.50;9.50;1665.50;-0.65;1.02 +7734;2;315.50;9.50;1661.00;0.67;1.02 +7734;3;320.50;9.50;1666.50;1.12;1.02 +7734;4;282.50;9.50;1672.00;-1.48;1.02 +7734;5;286.50;9.50;1679.00;4.44;1.02 +7734;6;323.00;9.50;1678.00;1.78;1.02 +7734;7;306.00;9.50;1684.00;3.04;1.02 +7734;9;289.34;9.50;1674.00;1.57;1.02 +7734;10;320.66;9.50;1674.00;-1.57;1.02 +7734;11;294.60;9.50;1660.40;-0.65;1.02 +7734;12;321.80;9.50;1653.20;0.67;1.02 +7734;13;329.80;9.50;1662.00;1.12;1.02 +7734;14;269.00;9.50;1670.80;-1.48;1.02 +7734;15;275.40;9.50;1682.00;4.44;1.02 +7734;16;333.80;9.50;1680.40;1.78;1.02 +7734;17;306.60;9.50;1690.00;3.04;1.02 7734;21;289.34;9.50;1674.00;1.57;1.02 +7735;0;597.00;9.50;1083.00;0.00;1.04 +7735;1;591.00;9.50;1072.00;-0.49;1.04 +7735;2;578.00;9.50;1078.50;-1.33;1.04 +7735;3;611.00;9.50;1076.00;1.10;1.04 +7735;4;621.50;9.50;1080.00;1.44;1.04 +7735;5;615.00;9.50;1088.00;1.84;1.04 +7735;6;581.50;9.50;1089.00;4.34;1.04 +7735;7;593.50;9.50;1094.00;3.45;1.04 +7735;8;605.00;9.50;1096.50;2.60;1.04 +7735;9;580.62;9.50;1083.00;1.57;1.04 +7735;10;613.38;9.50;1083.00;-1.57;1.04 +7735;11;587.40;9.50;1065.40;-0.49;1.04 +7735;12;566.60;9.50;1075.80;-1.33;1.04 +7735;13;619.40;9.50;1071.80;1.10;1.04 +7735;14;636.20;9.50;1078.20;1.44;1.04 +7735;15;625.80;9.50;1091.00;1.84;1.04 +7735;16;572.20;9.50;1092.60;4.34;1.04 +7735;17;591.40;9.50;1100.60;3.45;1.04 +7735;18;609.80;9.50;1104.60;2.60;1.04 7735;21;580.62;9.50;1083.00;1.57;1.04 +7736;0;4571.00;12.42;1601.00;0.00;0.72 +7736;1;4559.00;12.70;1593.00;-0.98;0.72 +7736;2;4568.50;12.60;1594.50;-0.36;0.72 +7736;3;4561.50;12.90;1600.50;-1.51;0.72 +7736;4;4580.50;12.20;1598.50;1.31;0.72 +7736;5;4581.50;12.30;1605.50;1.97;0.72 +7736;6;4572.00;13.05;1608.00;3.00;0.72 +7736;9;4561.64;12.90;1601.00;1.57;0.72 +7736;10;4580.36;12.10;1601.00;-1.57;0.72 7736;21;4561.64;12.90;1601.00;1.57;0.72 +7737;0;4212.00;14.70;1433.00;0.00;0.52 +7737;1;4214.00;15.50;1423.50;0.20;0.52 +7737;2;4207.50;14.70;1426.50;-0.60;0.52 +7737;3;4215.50;14.60;1429.50;0.78;0.52 +7737;4;4206.00;14.12;1434.00;4.54;0.52 +7737;5;4216.50;14.70;1436.50;2.23;0.52 +7737;6;4211.00;14.10;1441.00;3.26;0.52 +7737;7;4216.00;14.40;1442.50;2.74;0.52 +7737;9;4207.32;14.52;1433.00;1.57;0.52 +7737;10;4216.68;14.79;1433.00;-1.57;0.52 7737;21;4207.32;14.52;1433.00;1.57;0.52 +7738;0;3944.00;9.70;1827.00;0.00;0.86 +7738;1;3945.50;9.80;1818.00;0.16;0.86 +7738;2;3932.50;9.80;1821.50;-1.12;0.86 +7738;3;3955.50;9.80;1825.50;1.44;0.86 +7738;4;3927.50;9.80;1827.00;4.71;0.86 +7738;5;3932.50;9.70;1831.00;4.37;0.86 +7738;6;3946.00;9.70;1836.00;2.92;0.86 +7738;7;3957.00;9.70;1835.50;2.15;0.86 +7738;9;3932.84;9.80;1827.00;1.57;0.86 +7738;10;3955.16;9.80;1827.00;-1.57;0.86 7738;21;3932.84;9.80;1827.00;1.57;0.86 +7739;0;1082.00;9.50;507.00;0.00;1.14 +7739;1;1080.50;9.50;495.00;-0.12;1.14 +7739;2;1095.00;9.50;505.50;1.45;1.14 +7739;3;1068.00;9.50;497.00;-0.95;1.14 +7739;4;1064.00;9.50;504.50;-1.43;1.14 +7739;5;1080.50;9.50;516.50;3.29;1.14 +7739;6;1099.50;9.50;520.00;2.21;1.14 +7739;9;1068.32;9.50;507.00;1.57;1.14 +7739;10;1095.68;9.50;507.00;-1.57;1.14 +7739;11;1079.60;9.50;487.80;-0.12;1.14 +7739;12;1102.80;9.50;504.60;1.45;1.14 +7739;13;1059.60;9.50;491.00;-0.95;1.14 +7739;14;1053.20;9.50;503.00;-1.43;1.14 +7739;15;1079.60;9.50;522.20;3.29;1.14 +7739;16;1110.00;9.50;527.80;2.21;1.14 7739;21;1068.32;9.50;507.00;1.57;1.14 +7740;0;5515.00;9.50;1136.00;0.00;1.08 +7740;1;5512.50;9.50;1127.00;-0.27;1.08 +7740;2;5529.50;9.50;1130.50;1.20;1.08 +7740;3;5500.50;9.50;1136.00;4.71;1.08 +7740;4;5521.00;9.50;1144.50;2.52;1.08 +7740;5;5508.00;9.50;1146.00;3.75;1.08 +7740;9;5502.94;9.50;1136.00;1.57;1.08 +7740;10;5527.06;9.50;1136.00;-1.57;1.08 +7740;11;5511.00;9.50;1121.60;-0.27;1.08 +7740;12;5538.20;9.50;1127.20;1.20;1.08 +7740;13;5491.80;9.50;1136.00;4.71;1.08 +7740;14;5524.60;9.50;1149.60;2.52;1.08 +7740;15;5503.80;9.50;1152.00;3.75;1.08 7740;21;5502.94;9.50;1136.00;1.57;1.08 +7741;0;3883.00;11.02;1606.00;0.00;0.52 +7741;1;3878.00;11.20;1602.00;-0.89;0.52 +7741;2;3886.00;11.10;1600.50;0.49;0.52 +7741;3;3890.00;11.00;1604.50;1.36;0.52 +7741;4;3878.50;10.90;1609.50;4.05;0.52 +7741;5;3886.50;10.80;1610.50;2.48;0.52 +7741;9;3877.06;11.10;1606.00;1.57;0.52 +7741;10;3888.94;10.97;1606.00;-1.57;0.52 7741;21;3877.06;11.10;1606.00;1.57;0.52 +7742;0;5600.00;11.17;174.00;0.00;0.38 +7742;1;5599.00;10.57;170.00;-0.24;0.38 +7742;2;5602.50;10.30;170.50;0.62;0.38 +7742;3;5596.00;10.72;173.00;-1.32;0.38 +7742;4;5600.50;11.25;177.00;2.97;0.38 +7742;9;5596.58;10.52;174.00;1.57;0.38 +7742;10;5603.42;10.25;174.00;-1.57;0.38 +7742;19;5591.00;9.50;176.00;-3.31;0.38 +7742;20;5589.29;9.50;176.38;4.49;0.38 7742;21;5596.58;10.52;174.00;1.57;0.38 +7743;0;4653.00;12.35;1495.00;0.00;0.72 +7743;1;4647.00;13.50;1489.00;-0.78;0.72 +7743;2;4657.00;11.60;1491.50;0.85;0.72 +7743;3;4647.00;13.90;1495.50;4.62;0.72 +7743;4;4659.50;13.30;1501.50;2.35;0.72 +7743;5;4653.00;13.32;1502.00;3.14;0.72 +7743;9;4646.52;13.90;1495.00;1.57;0.72 +7743;10;4659.48;11.55;1495.00;-1.57;0.72 7743;21;4646.52;13.90;1495.00;1.57;0.72 +7744;0;4275.00;11.12;1676.00;0.00;0.76 +7744;1;4275.00;11.15;1666.50;0.00;0.76 +7744;2;4280.00;11.37;1668.00;0.55;0.76 +7744;3;4269.00;10.57;1670.00;-0.78;0.76 +7744;4;4283.50;10.80;1674.50;1.39;0.76 +7744;5;4267.00;10.72;1678.00;4.46;0.76 +7744;6;4278.50;10.60;1682.00;2.61;0.76 +7744;7;4269.50;10.60;1685.50;3.66;0.76 +7744;9;4268.16;10.78;1676.00;1.57;0.76 +7744;10;4281.84;10.78;1676.00;-1.57;0.76 7744;21;4268.16;10.78;1676.00;1.57;0.76 +7745;0;1204.00;11.65;1607.00;0.00;0.50 +7745;1;1199.50;11.80;1603.00;-0.84;0.50 +7745;2;1209.00;11.70;1603.50;0.96;0.50 +7745;3;1193.00;12.12;1605.00;-1.39;0.50 +7745;4;1210.50;11.60;1609.50;1.93;0.50 +7745;5;1200.50;11.70;1609.50;4.09;0.50 +7745;6;1193.00;12.35;1607.50;4.66;0.50 +7745;9;1197.16;12.00;1607.00;1.57;0.50 +7745;10;1210.84;11.70;1607.00;-1.57;0.50 7745;21;1197.16;12.00;1607.00;1.57;0.50 +7746;0;4817.00;13.07;1713.00;0.00;0.62 +7746;1;4825.50;11.45;1706.00;0.88;0.62 +7746;2;4810.00;12.20;1708.50;-0.99;0.62 +7746;3;4834.50;11.65;1710.00;1.40;0.62 +7746;4;4800.50;12.35;1710.00;-1.39;0.62 +7746;5;4831.50;12.75;1715.00;1.70;0.62 +7746;6;4801.50;12.10;1715.50;4.55;0.62 +7746;7;4814.00;12.15;1719.50;3.57;0.62 +7746;9;4803.86;12.10;1713.00;1.57;0.62 +7746;10;4830.14;12.46;1713.00;-1.57;0.62 7746;21;4803.86;12.10;1713.00;1.57;0.62 +7747;0;1075.00;13.77;1432.00;0.00;0.46 +7747;1;1074.00;13.77;1423.00;-0.11;0.46 +7747;2;1077.50;14.10;1424.50;0.32;0.46 +7747;3;1071.00;13.10;1428.50;-0.85;0.46 +7747;4;1081.00;14.40;1431.00;1.40;0.46 +7747;5;1069.50;13.30;1436.50;4.02;0.46 +7747;6;1076.50;15.50;1439.50;2.94;0.46 +7747;7;1071.00;14.65;1440.50;3.58;0.46 +7747;9;1070.86;13.06;1432.00;1.57;0.46 +7747;10;1079.14;14.08;1432.00;-1.57;0.46 7747;21;1070.86;13.06;1432.00;1.57;0.46 +7748;0;4905.00;12.60;1552.00;0.00;0.46 +7748;1;4906.00;11.20;1546.50;0.18;0.46 +7748;2;4898.50;12.60;1550.00;-1.27;0.46 +7748;3;4911.00;11.02;1551.00;1.40;0.46 +7748;4;4901.00;12.70;1555.50;3.99;0.46 +7748;5;4908.50;12.40;1556.50;2.48;0.46 +7748;9;4899.42;12.74;1552.00;1.57;0.46 +7748;10;4910.58;11.18;1552.00;-1.57;0.46 7748;21;4899.42;12.74;1552.00;1.57;0.46 +7749;0;4518.00;12.55;1442.00;0.00;0.58 +7749;1;4521.50;12.30;1436.50;0.56;0.58 +7749;2;4513.00;12.85;1437.00;-0.78;0.58 +7749;3;4525.50;12.30;1440.00;1.31;0.58 +7749;4;4510.50;12.95;1444.00;4.45;0.58 +7749;5;4524.00;12.32;1446.00;2.15;0.58 +7749;6;4516.50;12.80;1448.50;3.36;0.58 +7749;9;4511.70;12.84;1442.00;1.57;0.58 +7749;10;4524.30;12.20;1442.00;-1.57;0.58 7749;21;4511.70;12.84;1442.00;1.57;0.58 +7750;0;4139.00;9.80;1746.00;0.00;0.66 +7750;1;4134.50;9.80;1739.50;-0.60;0.66 +7750;2;4143.00;9.90;1740.50;0.62;0.66 +7750;3;4132.50;9.80;1746.00;4.71;0.66 +7750;4;4149.00;9.90;1743.00;1.27;0.66 +7750;5;4143.00;10.00;1750.00;2.35;0.66 +7750;6;4134.50;10.40;1753.50;3.68;0.66 +7750;9;4131.62;9.80;1746.00;1.57;0.66 +7750;10;4146.38;9.80;1746.00;-1.57;0.66 7750;21;4131.62;9.80;1746.00;1.57;0.66 +7751;0;4568.00;12.35;1576.00;0.00;0.68 +7751;1;4565.50;12.40;1569.00;-0.34;0.68 +7751;2;4570.00;12.30;1566.50;0.20;0.68 +7751;3;4574.00;12.17;1573.00;1.10;0.68 +7751;4;4561.00;12.40;1575.50;-1.49;0.68 +7751;5;4575.50;12.30;1581.00;2.15;0.68 +7751;6;4567.00;12.25;1582.00;3.30;0.68 +7751;9;4561.88;12.36;1576.00;1.57;0.68 +7751;10;4574.12;12.18;1576.00;-1.57;0.68 7751;21;4561.88;12.36;1576.00;1.57;0.68 +7752;0;4490.00;13.45;1451.00;0.00;0.66 +7752;1;4484.00;13.90;1446.50;-0.92;0.66 +7752;2;4491.50;13.40;1442.50;0.17;0.66 +7752;3;4496.50;13.40;1448.50;1.20;0.66 +7752;4;4484.50;13.80;1456.00;3.97;0.66 +7752;5;4495.50;14.00;1456.50;2.35;0.66 +7752;6;4491.50;13.85;1460.00;2.97;0.66 +7752;9;4484.06;14.07;1451.00;1.57;0.66 +7752;10;4495.94;13.52;1451.00;-1.57;0.66 7752;21;4484.06;14.07;1451.00;1.57;0.66 +7753;0;924.00;12.77;1729.00;0.00;0.52 +7753;1;917.50;13.40;1723.50;-0.86;0.52 +7753;2;926.00;13.70;1723.50;0.34;0.52 +7753;3;914.00;12.60;1724.50;-1.14;0.52 +7753;4;932.00;14.07;1730.00;1.69;0.52 +7753;5;916.50;12.90;1729.50;4.64;0.52 +7753;6;924.50;12.80;1734.50;3.05;0.52 +7753;9;917.52;13.10;1729.00;1.57;0.52 +7753;10;930.48;13.49;1729.00;-1.57;0.52 7753;21;917.52;13.10;1729.00;1.57;0.52 +7754;0;4841.00;10.70;1579.00;0.00;0.66 +7754;1;4840.50;10.70;1572.50;-0.07;0.66 +7754;2;4835.00;10.70;1571.00;-0.64;0.66 +7754;3;4833.00;10.70;1575.50;-1.15;0.66 +7754;4;4847.00;10.80;1575.50;1.04;0.66 +7754;5;4849.00;10.80;1581.00;1.81;0.66 +7754;6;4838.00;10.70;1583.00;3.78;0.66 +7754;7;4846.00;10.70;1586.50;2.55;0.66 +7754;9;4835.06;10.60;1579.00;1.57;0.66 +7754;10;4846.94;10.70;1579.00;-1.57;0.66 7754;21;4835.06;10.60;1579.00;1.57;0.66 +7755;0;5061.00;9.87;104.00;0.00;0.28 +7755;1;5067.00;10.30;101.50;1.17;0.28 +7755;2;5059.00;9.92;102.00;-0.78;0.28 +7755;3;5053.00;9.80;104.00;4.71;0.28 +7755;4;5068.50;10.05;104.00;1.57;0.28 +7755;5;5055.50;9.80;106.00;4.36;0.28 +7755;6;5067.00;9.90;106.50;1.96;0.28 +7755;7;5060.00;9.80;107.00;3.46;0.28 +7755;9;5055.06;9.80;104.00;1.57;0.28 +7755;10;5066.94;10.02;104.00;-1.57;0.28 7755;21;5055.06;9.80;104.00;1.57;0.28 +7756;0;1012.00;15.45;1562.00;0.00;0.54 +7756;1;1013.00;15.45;1553.00;0.11;0.54 +7756;2;1018.50;15.40;1555.50;0.78;0.54 +7756;3;1006.00;15.25;1556.50;-0.82;0.54 +7756;4;1019.00;15.15;1565.00;1.97;0.54 +7756;5;1005.50;15.80;1565.50;4.21;0.54 +7756;6;1006.00;16.75;1571.00;3.73;0.54 +7756;7;1013.00;15.75;1571.00;3.03;0.54 +7756;9;1007.14;15.20;1562.00;1.57;0.54 +7756;10;1016.86;15.60;1562.00;-1.57;0.54 7756;21;1007.14;15.20;1562.00;1.57;0.54 +7757;0;4140.00;10.60;1629.00;0.00;0.44 +7757;1;4142.50;10.20;1625.00;0.55;0.44 +7757;2;4136.00;10.40;1625.50;-0.85;0.44 +7757;3;4135.00;10.60;1629.50;4.61;0.44 +7757;4;4147.00;10.50;1628.50;1.49;0.44 +7757;5;4141.50;10.70;1632.50;2.73;0.44 +7757;6;4136.00;10.70;1633.00;3.92;0.44 +7757;9;4134.96;10.60;1629.00;1.57;0.44 +7757;10;4145.04;10.57;1629.00;-1.57;0.44 7757;21;4149.62;10.90;1627.54;-1.57;0.44 +7758;0;1959.00;9.70;1712.00;0.00;0.76 +7758;1;1959.50;9.80;1701.00;0.04;0.76 +7758;2;1955.00;9.80;1708.50;-0.85;0.76 +7758;3;1962.00;9.75;1702.00;0.29;0.76 +7758;4;1964.50;9.70;1711.00;1.39;0.76 +7758;5;1950.50;9.65;1715.00;4.37;0.76 +7758;6;1955.00;9.60;1719.50;3.63;0.76 +7758;9;1952.16;9.71;1712.00;1.57;0.76 +7758;10;1965.84;9.50;1712.00;-1.57;0.76 +7758;19;1952.00;9.50;1726.00;-2.65;0.76 +7758;20;1951.21;9.50;1727.56;3.60;0.76 7758;21;1965.25;9.70;1705.68;-1.57;0.76 +7759;0;4572.00;11.82;1676.00;0.00;0.68 +7759;1;4572.00;11.95;1668.50;0.00;0.68 +7759;2;4580.00;12.70;1667.50;0.75;0.68 +7759;3;4578.00;12.20;1674.50;1.32;0.68 +7759;4;4566.00;11.30;1675.50;-1.48;0.68 +7759;5;4573.50;11.55;1683.00;2.93;0.68 +7759;6;4566.00;11.70;1684.50;3.75;0.68 +7759;9;4565.88;11.25;1676.00;1.57;0.68 +7759;10;4578.12;12.20;1676.00;-1.57;0.68 7759;21;4565.88;11.25;1676.00;1.57;0.68 +7760;0;1138.00;12.40;1649.00;0.00;0.54 +7760;1;1130.50;12.30;1643.50;-0.93;0.54 +7760;2;1138.50;12.65;1643.00;0.08;0.54 +7760;3;1130.50;12.20;1648.50;-1.50;0.54 +7760;4;1144.50;12.40;1647.50;1.34;0.54 +7760;5;1146.00;11.90;1654.00;2.12;0.54 +7760;6;1136.50;11.95;1656.00;3.35;0.54 +7760;7;1142.00;11.85;1656.00;2.62;0.54 +7760;9;1131.16;12.18;1649.00;1.57;0.54 +7760;10;1144.84;12.38;1649.00;-1.57;0.54 7760;21;1131.16;12.18;1649.00;1.57;0.54 +7761;0;942.00;14.57;1793.00;0.00;0.68 +7761;1;942.50;13.60;1785.50;0.06;0.68 +7761;2;935.00;14.10;1790.50;-1.22;0.68 +7761;3;950.50;14.50;1788.50;1.08;0.68 +7761;4;948.00;13.60;1797.00;2.15;0.68 +7761;5;933.00;14.55;1798.50;4.16;0.68 +7761;6;939.00;14.77;1800.00;3.54;0.68 +7761;9;934.98;14.14;1793.00;1.57;0.68 +7761;10;949.02;14.17;1793.00;-1.57;0.68 7761;21;934.98;14.14;1793.00;1.57;0.68 +7762;0;1251.00;11.47;1475.00;0.00;0.44 +7762;1;1252.50;11.70;1470.50;0.32;0.44 +7762;2;1247.50;11.70;1473.50;-1.16;0.44 +7762;3;1256.00;11.20;1473.00;1.19;0.44 +7762;4;1254.00;11.22;1478.00;2.35;0.44 +7762;5;1245.50;11.40;1478.00;4.21;0.44 +7762;6;1246.50;11.40;1480.50;3.82;0.44 +7762;7;1249.50;11.30;1480.00;3.43;0.44 +7762;9;1246.68;11.54;1475.00;1.57;0.44 +7762;10;1255.32;11.21;1475.00;-1.57;0.44 7762;21;1246.68;11.54;1475.00;1.57;0.44 +7763;0;4798.00;10.40;1540.00;0.00;0.66 +7763;1;4795.00;10.80;1532.50;-0.38;0.66 +7763;2;4799.00;10.60;1532.50;0.13;0.66 +7763;3;4792.00;10.85;1541.50;4.46;0.66 +7763;4;4804.50;10.50;1543.00;2.00;0.66 +7763;5;4797.50;10.50;1545.50;3.23;0.66 +7763;6;4805.00;10.40;1547.00;2.35;0.66 +7763;9;4792.06;10.84;1540.00;1.57;0.66 +7763;10;4803.94;10.50;1540.00;-1.57;0.66 7763;21;4792.06;10.84;1540.00;1.57;0.66 +7764;0;1096.00;16.87;1507.00;0.00;0.40 +7764;1;1094.50;17.80;1503.00;-0.35;0.40 +7764;2;1099.50;17.80;1503.50;0.78;0.40 +7764;3;1091.50;16.95;1506.00;-1.35;0.40 +7764;4;1100.00;16.95;1510.00;2.21;0.40 +7764;5;1096.50;15.95;1512.00;3.04;0.40 +7764;9;1092.40;16.50;1507.00;1.57;0.40 +7764;10;1099.60;17.30;1507.00;-1.57;0.40 7764;21;1092.40;16.50;1507.00;1.57;0.40 +7765;0;4697.00;10.95;1765.00;0.00;1.06 +7765;1;4689.00;10.40;1752.00;-0.55;1.06 +7765;2;4682.00;10.30;1760.50;-1.27;1.06 +7765;3;4702.00;11.05;1755.00;0.46;1.06 +7765;4;4712.00;11.30;1765.00;1.57;1.06 +7765;5;4692.50;10.90;1774.00;3.60;1.06 +7765;6;4710.50;11.30;1776.00;2.25;1.06 +7765;9;4683.86;10.42;1765.00;1.57;1.06 +7765;10;4710.14;11.30;1765.00;-1.57;1.06 7765;21;4683.86;10.42;1765.00;1.57;1.06 +7766;0;997.00;11.80;1858.00;0.00;1.16 +7766;1;997.50;13.10;1842.50;0.03;1.16 +7766;2;988.00;12.00;1854.50;-1.20;1.16 +7766;3;1006.00;12.95;1844.50;0.58;1.16 +7766;4;1009.00;12.15;1854.00;1.24;1.16 +7766;5;999.00;11.90;1869.50;2.96;1.16 +7766;6;986.00;11.90;1869.50;3.90;1.16 +7766;9;986.56;11.79;1858.00;1.57;1.16 +7766;10;1007.44;11.74;1858.00;-1.57;1.16 7766;21;986.56;11.79;1858.00;1.57;1.16 +7767;0;4809.00;10.35;1463.00;0.00;0.46 +7767;1;4807.00;10.20;1457.50;-0.34;0.46 +7767;2;4811.50;10.50;1458.50;0.50;0.46 +7767;3;4802.50;10.10;1459.50;-1.07;0.46 +7767;4;4803.00;10.05;1462.50;-1.48;0.46 +7767;5;4813.50;10.70;1460.50;1.06;0.46 +7767;6;4814.00;10.80;1465.50;2.03;0.46 +7767;7;4807.00;10.27;1467.00;3.60;0.46 +7767;8;4811.00;10.60;1470.00;2.86;0.46 +7767;9;4804.86;10.10;1463.00;1.57;0.46 +7767;10;4813.14;10.68;1463.00;-1.57;0.46 7767;21;4804.86;10.10;1463.00;1.57;0.46 +7768;0;3838.00;9.70;1819.00;0.00;0.84 +7768;1;3831.00;9.80;1815.50;-1.10;0.84 +7768;2;3842.00;9.70;1810.50;0.44;0.84 +7768;3;3848.00;9.70;1818.50;1.52;0.84 +7768;4;3841.50;9.80;1828.50;2.78;0.84 +7768;5;3830.50;9.70;1826.00;3.96;0.84 +7768;6;3833.00;9.72;1829.00;3.60;0.84 +7768;9;3830.44;9.80;1819.00;1.57;0.84 +7768;10;3845.56;9.70;1819.00;-1.57;0.84 7768;21;3830.44;9.80;1819.00;1.57;0.84 +7769;0;4403.00;10.80;1634.00;0.00;0.54 +7769;1;4404.50;10.90;1626.50;0.19;0.54 +7769;2;4398.50;10.80;1630.00;-0.84;0.54 +7769;3;4409.00;10.95;1630.50;1.04;0.54 +7769;4;4407.50;10.95;1637.00;2.15;0.54 +7769;5;4398.00;11.30;1637.50;4.10;0.54 +7769;6;4403.00;11.20;1642.50;3.14;0.54 +7769;9;4398.14;11.26;1634.00;1.57;0.54 +7769;10;4407.86;10.98;1634.00;-1.57;0.54 7769;21;4398.14;11.26;1634.00;1.57;0.54 +7770;0;3111.00;13.30;297.00;0.00;0.84 +7770;1;3107.50;13.30;279.50;-0.19;0.84 +7770;2;3115.00;13.25;288.50;0.44;0.84 +7770;3;3104.00;13.60;292.00;-0.95;0.84 +7770;4;3102.50;13.45;303.00;4.09;0.84 +7770;5;3122.50;12.90;304.00;2.11;0.84 +7770;6;3112.50;13.00;310.50;3.03;0.84 +7770;9;3103.44;13.60;297.00;1.57;0.84 +7770;10;3118.56;13.09;297.00;-1.57;0.84 7770;21;3103.44;13.60;297.00;1.57;0.84 +7771;0;1246.00;11.05;1609.00;0.00;0.48 +7771;1;1241.00;11.40;1604.50;-0.83;0.48 +7771;2;1248.50;11.20;1604.50;0.50;0.48 +7771;3;1240.50;11.10;1610.00;4.53;0.48 +7771;4;1251.50;11.00;1608.50;1.48;0.48 +7771;5;1247.00;10.90;1615.00;2.97;0.48 +7771;9;1240.60;11.15;1609.00;1.57;0.48 +7771;10;1251.40;11.00;1609.00;-1.57;0.48 7771;21;1240.60;11.15;1609.00;1.57;0.48 +7772;0;4869.00;12.32;1683.00;0.00;0.98 +7772;1;4863.50;11.90;1675.50;-0.63;0.98 +7772;2;4874.00;12.25;1672.50;0.44;0.98 +7772;3;4881.50;12.70;1676.50;1.09;0.98 +7772;4;4875.00;12.22;1688.00;2.26;0.98 +7772;5;4859.50;12.25;1686.00;4.40;0.98 +7772;6;4860.50;11.35;1695.00;3.75;0.98 +7772;7;4865.50;12.20;1696.50;3.39;0.98 +7772;9;4860.18;12.50;1683.00;1.57;0.98 +7772;10;4877.82;12.61;1683.00;-1.57;0.98 7772;21;4860.18;12.50;1683.00;1.57;0.98 +7773;0;4268.00;14.05;1518.00;0.00;0.56 +7773;1;4271.00;14.50;1513.00;0.54;0.56 +7773;2;4259.50;14.20;1519.00;4.59;0.56 +7773;3;4280.50;14.85;1515.00;1.33;0.56 +7773;4;4275.00;13.62;1520.00;1.84;0.56 +7773;5;4264.00;12.65;1524.50;3.69;0.56 +7773;9;4259.54;14.40;1518.00;1.57;0.56 +7773;10;4276.46;14.14;1518.00;-1.57;0.56 7773;21;4259.54;14.40;1518.00;1.57;0.56 +7774;0;3878.00;9.80;1678.00;0.00;0.54 +7774;1;3876.50;9.85;1673.00;-0.29;0.54 +7774;2;3883.50;9.80;1673.50;0.88;0.54 +7774;3;3872.50;9.80;1677.50;-1.48;0.54 +7774;4;3884.50;9.80;1679.50;1.79;0.54 +7774;5;3872.50;9.80;1683.00;3.97;0.54 +7774;6;3879.00;9.80;1684.00;2.97;0.54 +7774;9;3873.14;9.80;1678.00;1.57;0.54 +7774;10;3882.86;9.80;1678.00;-1.57;0.54 7774;21;3873.14;9.80;1678.00;1.57;0.54 +7775;0;3837.00;11.55;1322.00;0.00;0.44 +7775;1;3841.00;11.35;1317.50;0.72;0.44 +7775;2;3841.00;12.05;1322.50;1.69;0.44 +7775;3;3834.00;10.95;1319.50;-0.87;0.44 +7775;4;3830.50;10.75;1323.00;4.56;0.44 +7775;5;3833.00;11.20;1327.00;3.81;0.44 +7775;9;3831.96;10.89;1322.00;1.57;0.44 +7775;10;3842.04;12.10;1322.00;-1.57;0.44 7775;21;3831.96;10.89;1322.00;1.57;0.44 +7776;0;1373.00;10.40;1658.00;0.00;0.42 +7776;1;1370.50;10.50;1654.00;-0.55;0.42 +7776;2;1376.00;10.50;1652.50;0.49;0.42 +7776;3;1376.50;10.40;1659.00;1.84;0.42 +7776;4;1369.00;10.30;1660.50;4.15;0.42 +7776;5;686.00;9.50;828.50;-0.69;0.42 +7776;6;1370.00;10.40;1665.50;3.52;0.42 +7776;9;1369.22;10.33;1658.00;1.57;0.42 +7776;10;1376.78;10.46;1658.00;-1.57;0.42 7776;21;1369.22;10.33;1658.00;1.57;0.42 +7777;0;3863.00;10.60;1357.00;0.00;0.52 +7777;1;3865.00;10.20;1350.00;0.27;0.52 +7777;2;3858.50;10.60;1355.50;-1.24;0.52 +7777;3;3868.00;10.22;1353.00;0.89;0.52 +7777;4;3868.50;10.25;1358.00;1.75;0.52 +7777;5;3855.50;10.70;1360.50;4.27;0.52 +7777;6;3863.00;10.45;1361.50;3.14;0.52 +7777;9;3857.60;10.69;1357.00;1.57;0.52 +7777;10;3868.40;10.30;1357.00;-1.57;0.52 7777;21;3868.40;10.30;1357.00;-1.57;0.52 +7778;0;3788.00;9.80;1708.00;0.00;0.64 +7778;1;3788.50;10.00;1701.00;0.07;0.64 +7778;2;3794.00;9.80;1703.50;0.92;0.64 +7778;3;3782.50;10.25;1705.00;-1.07;0.64 +7778;4;3782.50;9.80;1711.50;4.14;0.64 +7778;5;3795.50;9.80;1708.50;1.63;0.64 +7778;6;3787.50;9.80;1714.50;3.21;0.64 +7778;9;3782.24;9.86;1708.00;1.57;0.64 +7778;10;3793.76;9.80;1708.00;-1.57;0.64 7778;21;3782.24;9.86;1708.00;1.57;0.64 +7779;0;1049.00;16.30;1670.00;0.00;0.58 +7779;1;1052.50;16.15;1664.00;0.52;0.58 +7779;2;1044.50;15.95;1669.00;-1.35;0.58 +7779;3;1054.50;15.30;1672.50;1.99;0.58 +7779;4;1052.00;15.80;1675.50;2.64;0.58 +7779;5;1045.50;16.05;1676.00;3.67;0.58 +7779;9;1043.78;15.80;1670.00;1.57;0.58 +7779;10;1054.22;15.39;1670.00;-1.57;0.58 7779;21;1043.78;15.80;1670.00;1.57;0.58 +7780;0;1178.00;13.35;1553.00;0.00;0.36 +7780;1;1181.00;13.20;1549.00;0.64;0.36 +7780;2;1173.50;13.35;1549.00;-0.84;0.36 +7780;3;1185.00;13.30;1553.50;1.64;0.36 +7780;4;1171.00;13.60;1554.00;4.57;0.36 +7780;5;1175.50;13.70;1557.50;3.64;0.36 +7780;6;1183.00;13.55;1557.50;2.30;0.36 +7780;9;1172.78;13.40;1553.00;1.57;0.36 +7780;10;1183.22;13.30;1553.00;-1.57;0.36 7780;21;1172.78;13.40;1553.00;1.57;0.36 +7781;0;4130.00;9.80;1799.00;0.00;0.84 +7781;1;4139.00;9.90;1786.50;0.62;0.84 +7781;2;4129.00;9.80;1791.50;-0.13;0.84 +7781;3;4140.00;9.80;1793.50;1.06;0.84 +7781;4;4121.50;9.90;1802.50;4.32;0.84 +7781;5;4134.50;9.80;1804.00;2.40;0.84 +7781;6;4125.50;9.80;1811.00;3.50;0.84 +7781;9;4122.44;9.80;1799.00;1.57;0.84 +7781;10;4137.56;9.80;1799.00;-1.57;0.84 7781;21;4122.44;9.80;1799.00;1.57;0.84 +7782;0;1248.00;10.30;1850.00;0.00;1.44 +7782;1;623.50;9.50;924.50;-0.59;1.44 +7782;2;1237.00;10.20;1837.50;-0.72;1.44 +7782;3;1232.00;10.30;1848.50;-1.47;1.44 +7782;4;1264.00;10.10;1847.00;1.38;1.44 +7782;5;1260.00;10.20;1859.50;2.24;1.44 +7782;6;1242.50;10.30;1861.00;3.60;1.44 +7782;7;1231.00;10.30;1858.50;4.24;1.44 +7782;9;1235.04;10.30;1850.00;1.57;1.44 +7782;10;1260.96;10.10;1850.00;-1.57;1.44 7782;21;1235.04;10.30;1850.00;1.57;1.44 +7783;0;5554.00;10.20;155.00;0.00;0.28 +7783;1;5555.50;10.30;152.00;0.46;0.28 +7783;2;5551.50;10.15;154.00;-1.19;0.28 +7783;3;5557.50;10.50;153.50;1.16;0.28 +7783;4;5556.50;10.20;157.00;2.24;0.28 +7783;5;5550.00;9.72;157.00;4.24;0.28 +7783;6;5553.50;10.15;159.00;3.26;0.28 +7783;9;5551.12;10.08;155.00;1.57;0.28 +7783;10;5556.88;10.31;155.00;-1.57;0.28 +7783;19;5547.00;9.50;158.00;-2.03;0.28 +7783;20;5545.39;9.50;158.68;4.30;0.28 7783;21;5551.12;10.08;155.00;1.57;0.28 +7784;0;4070.00;11.20;1468.00;0.00;0.52 +7784;1;4068.50;11.20;1463.00;-0.29;0.52 +7784;2;4076.50;11.85;1466.00;1.27;0.52 +7784;3;4063.50;10.80;1470.50;4.34;0.52 +7784;4;4072.00;11.70;1472.50;2.72;0.52 +7784;9;4064.42;10.89;1468.00;1.57;0.52 +7784;10;4075.58;11.91;1468.00;-1.57;0.52 7784;21;4064.42;10.89;1468.00;1.57;0.52 +7785;0;4705.00;11.50;1631.00;0.00;0.80 +7785;1;4702.00;11.35;1623.00;-0.35;0.80 +7785;2;4695.50;11.40;1626.50;-1.12;0.80 +7785;3;4710.50;11.30;1626.50;0.88;0.80 +7785;4;4697.00;11.50;1632.50;4.52;0.80 +7785;5;4713.00;11.25;1635.50;2.08;0.80 +7785;6;4702.50;11.20;1637.50;3.50;0.80 +7785;7;4706.50;11.20;1642.50;3.01;0.80 +7785;9;4697.80;11.65;1631.00;1.57;0.80 +7785;10;4712.20;11.26;1631.00;-1.57;0.80 7785;21;4697.80;11.65;1631.00;1.57;0.80 +7786;0;4598.00;11.32;1537.00;0.00;0.64 +7786;1;4598.50;11.35;1528.00;0.05;0.64 +7786;2;4604.00;11.35;1535.50;1.32;0.64 +7786;3;4593.50;11.40;1530.00;-0.57;0.64 +7786;4;4591.00;11.50;1533.50;-1.10;0.64 +7786;5;4590.50;11.75;1540.00;4.33;0.64 +7786;6;4598.50;11.40;1544.50;3.07;0.64 +7786;9;4592.24;11.72;1537.00;1.57;0.64 +7786;10;4603.76;11.30;1537.00;-1.57;0.64 7786;21;4592.24;11.72;1537.00;1.57;0.64 +7787;0;1023.00;12.55;1794.00;0.00;0.68 +7787;1;1025.00;12.50;1787.50;0.29;0.68 +7787;2;1017.50;12.70;1788.00;-0.74;0.68 +7787;3;1031.50;12.40;1791.00;1.23;0.68 +7787;4;1016.00;12.70;1796.00;4.43;0.68 +7787;5;1030.00;12.40;1797.00;1.97;0.68 +7787;6;1022.50;12.50;1802.00;3.20;0.68 +7787;9;1016.16;12.66;1794.00;1.57;0.68 +7787;10;1029.84;12.40;1794.00;-1.57;0.68 7787;21;1016.16;12.66;1794.00;1.57;0.68 +7788;0;1902.00;10.25;1707.00;0.00;0.80 +7788;1;1896.00;10.00;1703.50;-1.04;0.80 +7788;2;1909.50;10.40;1705.00;1.31;0.80 +7788;3;1900.50;10.00;1714.50;3.33;0.80 +7788;4;1907.50;10.10;1715.00;2.53;0.80 +7788;9;1894.44;9.55;1707.00;1.57;0.80 +7788;10;1909.56;10.50;1707.00;-1.57;0.80 +7788;19;1880.00;9.50;1696.00;-1.04;0.80 +7788;20;1878.43;9.50;1695.21;-1.10;0.80 7788;21;1909.56;10.50;1707.00;-1.57;0.80 +7789;0;4132.00;9.95;1664.00;0.00;0.44 +7789;1;4134.50;10.10;1657.50;0.36;0.44 +7789;2;4130.00;9.80;1661.00;-0.58;0.44 +7789;3;4136.50;10.15;1664.00;1.57;0.44 +7789;4;4127.00;9.80;1667.00;4.17;0.44 +7789;5;4131.50;9.85;1669.00;3.24;0.44 +7789;9;4128.04;9.80;1664.00;1.57;0.44 +7789;10;4135.96;10.09;1664.00;-1.57;0.44 7789;21;4130.61;10.00;1663.57;-1.57;0.44 +7790;0;4026.00;12.85;1293.00;0.00;0.64 +7790;1;4021.50;13.40;1286.50;-0.60;0.64 +7790;2;4029.50;13.25;1287.00;0.52;0.64 +7790;3;4032.50;12.80;1294.50;1.79;0.64 +7790;4;4020.50;12.90;1296.50;4.14;0.64 +7790;5;4028.00;13.20;1302.50;2.93;0.64 +7790;9;4019.88;13.01;1293.00;1.57;0.64 +7790;10;4032.12;12.88;1293.00;-1.57;0.64 7790;21;4019.88;13.01;1293.00;1.57;0.64 +7791;0;1501.00;13.05;1465.00;0.00;0.26 +7791;1;1496.50;12.95;1463.00;-1.15;0.26 +7791;2;1501.00;13.02;1463.00;0.00;0.26 +7791;3;1497.00;12.95;1465.50;4.58;0.26 +7791;4;1506.00;14.00;1465.50;1.67;0.26 +7791;5;1502.00;11.80;1467.50;2.76;0.26 +7791;6;1506.50;12.40;1467.50;1.99;0.26 +7791;9;1496.68;12.95;1465.00;1.57;0.26 +7791;10;1505.32;13.89;1465.00;-1.57;0.26 7791;21;1496.68;12.95;1465.00;1.57;0.26 +7792;0;4159.00;12.10;1343.00;0.00;0.44 +7792;1;4159.00;12.12;1340.00;0.00;0.44 +7792;2;4170.50;12.20;1339.50;1.27;0.44 +7792;3;4149.00;12.25;1339.00;-1.19;0.44 +7792;4;4147.50;12.50;1343.50;4.66;0.44 +7792;5;4171.00;12.15;1345.00;1.73;0.44 +7792;6;4160.00;12.20;1346.50;2.86;0.44 +7792;9;4149.28;12.28;1343.00;1.57;0.44 +7792;10;4168.72;12.00;1343.00;-1.57;0.44 7792;21;4149.28;12.28;1343.00;1.57;0.44 +7793;0;4028.00;10.30;1718.00;0.00;0.56 +7793;1;4026.00;10.35;1712.50;-0.34;0.56 +7793;2;4019.50;10.30;1716.00;-1.34;0.56 +7793;3;4036.50;10.30;1717.50;1.51;0.56 +7793;4;4025.50;10.40;1722.50;3.64;0.56 +7793;5;4035.50;10.40;1721.50;2.00;0.56 +7793;6;4033.00;10.30;1725.00;2.52;0.56 +7793;9;4020.98;10.32;1718.00;1.57;0.56 +7793;10;4035.02;10.40;1718.00;-1.57;0.56 7793;21;4020.98;10.32;1718.00;1.57;0.56 +7794;0;1458.00;10.90;1750.00;0.00;0.84 +7794;1;1462.00;10.90;1743.50;0.55;0.84 +7794;2;1449.00;11.00;1742.00;-0.84;0.84 +7794;3;728.50;9.50;874.50;-0.69;0.84 +7794;4;1471.00;10.50;1750.00;1.57;0.84 +7794;5;1446.00;10.90;1751.00;4.62;0.84 +7794;6;1464.00;10.05;1758.50;2.52;0.84 +7794;7;1453.00;10.80;1757.00;3.76;0.84 +7794;9;1447.74;10.90;1750.00;1.57;0.84 +7794;10;1468.26;10.66;1750.00;-1.57;0.84 7794;21;1447.74;10.90;1750.00;1.57;0.84 +7795;0;4005.00;10.42;1419.00;0.00;0.50 +7795;1;4008.00;10.40;1414.50;0.58;0.50 +7795;2;4002.50;10.40;1413.00;-0.39;0.50 +7795;3;3998.50;10.40;1416.50;-1.20;0.50 +7795;4;4013.50;10.40;1418.50;1.51;0.50 +7795;5;3997.00;10.55;1422.00;4.35;0.50 +7795;6;4012.50;10.50;1421.50;1.89;0.50 +7795;7;4006.00;10.70;1423.00;2.89;0.50 +7795;9;3998.16;10.43;1419.00;1.57;0.50 +7795;10;4011.84;10.43;1419.00;-1.57;0.50 7795;21;3998.16;10.43;1419.00;1.57;0.50 +7796;0;3816.00;9.70;1797.00;0.00;0.76 +7796;1;3812.50;9.70;1786.00;-0.30;0.76 +7796;2;3818.50;9.70;1788.50;0.28;0.76 +7796;3;3809.50;9.70;1789.00;-0.68;0.76 +7796;4;3824.50;9.70;1793.00;1.13;0.76 +7796;5;3808.50;9.70;1797.50;4.64;0.76 +7796;6;3826.00;9.85;1795.50;1.42;0.76 +7796;7;3820.00;9.80;1804.50;2.65;0.76 +7796;8;3814.00;9.80;1808.50;3.31;0.76 +7796;9;3809.16;9.70;1797.00;1.57;0.76 +7796;10;3822.84;9.70;1797.00;-1.57;0.76 7796;21;3809.16;9.70;1797.00;1.57;0.76 +7797;0;1406.00;12.57;1457.00;0.00;0.30 +7797;1;1405.50;10.80;1453.50;-0.14;0.30 +7797;2;1402.50;10.65;1455.00;-1.05;0.30 +7797;3;1409.00;12.10;1456.50;1.40;0.30 +7797;4;1403.50;10.90;1459.50;3.92;0.30 +7797;5;1408.00;10.77;1461.00;2.67;0.30 +7797;9;1403.30;11.31;1457.00;1.57;0.30 +7797;10;1408.70;12.15;1457.00;-1.57;0.30 7797;21;1403.30;11.31;1457.00;1.57;0.30 +7798;0;5044.62;9.70;81.74;0.00;0.40 +7798;1;5048.50;9.50;77.50;0.14;0.40 +7798;2;5043.00;9.70;80.00;-1.37;0.40 +7798;3;5054.00;9.60;80.00;1.40;0.40 +7798;4;5053.50;9.70;83.00;1.92;0.40 +7798;5;5043.50;10.05;84.00;4.12;0.40 +7798;6;5049.00;9.70;84.00;2.82;0.40 +7798;9;5043.32;9.71;81.00;1.57;0.40 +7798;10;5052.68;9.52;81.00;-1.57;0.40 +7798;19;5050.21;9.40;81.24;0.04;0.40 +7798;20;5051.95;9.40;81.42;1.67;0.40 7798;21;5050.32;10.10;83.32;-1.57;0.40 +7799;0;4314.00;16.30;1479.00;0.00;0.52 +7799;1;4313.50;16.45;1474.00;-0.10;0.52 +7799;2;4320.50;16.80;1475.50;1.07;0.52 +7799;3;4306.00;15.05;1479.00;4.71;0.52 +7799;4;4321.00;17.55;1480.50;1.78;0.52 +7799;5;4313.50;16.30;1484.50;3.23;0.52 +7799;9;4308.24;15.31;1479.00;1.57;0.52 +7799;10;4319.76;17.20;1479.00;-1.57;0.52 7799;21;4308.24;15.31;1479.00;1.57;0.52 +7800;0;3919.00;10.05;1640.00;0.00;0.54 +7800;1;3920.50;9.80;1633.00;0.21;0.54 +7800;2;3915.00;9.90;1635.00;-0.67;0.54 +7800;3;3924.50;9.80;1640.00;1.57;0.54 +7800;4;3914.00;10.27;1641.00;4.51;0.54 +7800;5;3922.50;9.80;1646.00;2.61;0.54 +7800;6;3917.50;9.70;1648.00;3.32;0.54 +7800;9;3914.14;10.36;1640.00;1.57;0.54 +7800;10;3923.86;9.80;1640.00;-1.57;0.54 7800;21;3914.14;10.36;1640.00;1.57;0.54 +7801;0;4842.00;10.70;1504.00;0.00;0.54 +7801;1;4838.50;11.10;1499.00;-0.61;0.54 +7801;2;4845.00;10.92;1498.00;0.46;0.54 +7801;3;4847.50;10.80;1502.50;1.30;0.54 +7801;4;4836.50;11.20;1506.00;4.36;0.54 +7801;5;4849.00;10.65;1508.50;2.14;0.54 +7801;6;4843.00;10.62;1510.00;2.97;0.54 +7801;9;4836.78;11.20;1504.00;1.57;0.54 +7801;10;4847.22;10.65;1504.00;-1.57;0.54 7801;21;4836.78;11.20;1504.00;1.57;0.54 +7802;0;4388.00;11.20;1692.00;0.00;0.86 +7802;1;4393.00;11.20;1682.50;0.48;0.86 +7802;2;4383.50;11.05;1682.00;-0.42;0.86 +7802;3;4379.00;10.62;1686.00;-0.98;0.86 +7802;4;4378.50;10.90;1693.00;4.60;0.86 +7802;5;4397.00;11.00;1696.00;1.98;0.86 +7802;6;4381.00;10.85;1700.00;3.86;0.86 +7802;7;4390.00;11.00;1702.00;2.94;0.86 +7802;9;4380.26;10.90;1692.00;1.57;0.86 +7802;10;4395.74;11.08;1692.00;-1.57;0.86 7802;21;4380.26;10.90;1692.00;1.57;0.86 +7803;0;4433.00;12.87;1343.00;0.00;0.56 +7803;1;4434.00;13.07;1337.00;0.16;0.56 +7803;2;4440.00;13.00;1337.50;0.90;0.56 +7803;3;4426.00;12.65;1343.00;4.71;0.56 +7803;4;4440.50;13.35;1343.00;1.57;0.56 +7803;5;4434.00;12.05;1347.50;2.92;0.56 +7803;9;4426.70;12.65;1343.00;1.57;0.56 +7803;10;4439.30;13.18;1343.00;-1.57;0.56 7803;21;4426.70;12.65;1343.00;1.57;0.56 +7804;0;4223.00;15.35;1533.00;0.00;0.60 +7804;1;4218.50;14.70;1525.50;-0.54;0.60 +7804;2;4215.50;14.85;1529.00;-1.08;0.60 +7804;3;4226.00;14.77;1530.00;0.78;0.60 +7804;4;4222.00;15.30;1537.00;3.38;0.60 +7804;5;4232.00;13.50;1537.00;1.98;0.60 +7804;9;4216.34;15.64;1533.00;1.57;0.60 +7804;10;4229.66;13.65;1533.00;-1.57;0.60 7804;21;4216.34;15.64;1533.00;1.57;0.60 +7805;0;4341.00;10.55;1771.00;0.00;1.06 +7805;1;4337.00;10.85;1760.50;-0.36;1.06 +7805;2;4353.00;10.80;1758.00;0.74;1.06 +7805;3;4357.00;10.57;1770.00;1.50;1.06 +7805;4;4323.50;10.55;1772.00;4.65;1.06 +7805;5;4322.00;11.05;1781.50;4.20;1.06 +7805;6;4340.50;10.50;1781.50;3.18;1.06 +7805;9;4326.42;10.65;1771.00;1.57;1.06 +7805;10;4355.58;10.60;1771.00;-1.57;1.06 7805;21;4326.42;10.65;1771.00;1.57;1.06 +7806;0;4407.00;14.45;1406.00;0.00;0.56 +7806;1;4406.00;15.25;1400.50;-0.18;0.56 +7806;2;4414.00;15.45;1402.00;1.05;0.56 +7806;3;4398.50;14.45;1406.00;4.71;0.56 +7806;4;4415.50;14.25;1408.00;1.80;0.56 +7806;5;4403.00;14.60;1411.50;3.77;0.56 +7806;6;4411.00;14.50;1412.00;2.55;0.56 +7806;9;4400.34;14.45;1406.00;1.57;0.56 +7806;10;4413.66;14.30;1406.00;-1.57;0.56 7806;21;4400.34;14.45;1406.00;1.57;0.56 +7807;0;1720.00;11.27;1735.00;0.00;0.90 +7807;1;1718.00;10.92;1726.00;-0.21;0.90 +7807;2;1729.50;10.25;1728.00;0.93;0.90 +7807;3;1709.00;11.60;1732.00;-1.30;0.90 +7807;4;1729.00;11.15;1738.50;1.94;0.90 +7807;5;1714.50;11.40;1744.00;3.69;0.90 +7807;9;1710.10;11.58;1735.00;1.57;0.90 +7807;10;1729.90;10.88;1735.00;-1.57;0.90 +7807;19;1741.00;9.50;1722.00;0.94;0.90 +7807;20;1742.48;9.50;1721.07;1.01;0.90 7807;21;1710.10;11.58;1735.00;1.57;0.90 +7808;0;4240.00;13.95;1423.00;0.00;0.40 +7808;1;4240.50;12.30;1419.50;0.14;0.40 +7808;2;4251.00;12.00;1418.50;1.18;0.40 +7808;3;4250.50;13.30;1421.50;1.42;0.40 +7808;4;4229.50;13.80;1424.50;4.57;0.40 +7808;5;4240.50;14.15;1427.00;3.01;0.40 +7808;9;4231.90;13.77;1423.00;1.57;0.40 +7808;10;4248.10;13.69;1423.00;-1.57;0.40 7808;21;4231.90;13.77;1423.00;1.57;0.40 +7809;0;4064.00;9.70;1838.00;0.00;0.80 +7809;1;4059.50;9.70;1830.00;-0.51;0.80 +7809;2;4069.50;9.70;1830.00;0.60;0.80 +7809;3;4071.00;9.70;1840.00;1.84;0.80 +7809;4;4056.00;9.70;1842.00;4.24;0.80 +7809;5;4063.50;9.70;1848.50;3.18;0.80 +7809;9;4056.80;9.70;1838.00;1.57;0.80 +7809;10;4071.20;9.70;1838.00;-1.57;0.80 7809;21;4056.80;9.70;1838.00;1.57;0.80 +7810;0;1887.00;10.20;1769.00;0.00;0.74 +7810;1;1888.50;9.70;1765.00;0.35;0.74 +7810;2;1876.00;10.32;1766.00;-1.30;0.74 +7810;3;1906.00;9.60;1772.00;1.72;0.74 +7810;4;1910.50;10.10;1774.50;1.80;0.74 +7810;5;1879.00;10.40;1775.50;4.03;0.74 +7810;6;1896.00;10.40;1775.50;2.19;0.74 +7810;9;1873.86;10.40;1769.00;1.57;0.74 +7810;10;1900.14;9.66;1769.00;-1.57;0.74 +7810;19;1932.00;9.57;1781.00;-4.48;0.74 +7810;20;1933.69;9.57;1781.45;1.83;0.74 7810;21;1873.86;10.40;1769.00;1.57;0.74 +7811;0;5029.00;9.80;74.00;0.00;0.40 +7811;1;5031.50;9.80;71.00;0.69;0.40 +7811;2;5025.00;9.70;72.00;-1.10;0.40 +7811;3;5024.00;9.75;76.00;4.33;0.40 +7811;4;5033.50;9.90;76.50;2.07;0.40 +7811;5;5029.50;9.80;78.00;3.01;0.40 +7811;9;5024.32;9.65;74.00;1.57;0.40 +7811;10;5033.68;10.05;74.00;-1.57;0.40 +7811;19;5018.00;9.50;73.00;-1.11;0.40 +7811;20;5016.25;9.50;72.84;-1.48;0.40 7811;21;5033.68;10.05;74.00;-1.57;0.40 +7812;0;4690.00;11.50;1438.00;0.00;0.38 +7812;1;4686.50;11.65;1435.00;-0.86;0.38 +7812;2;4692.50;11.80;1434.50;0.62;0.38 +7812;3;4685.00;11.65;1439.50;4.42;0.38 +7812;4;4697.00;11.07;1438.00;1.57;0.38 +7812;5;4691.50;11.30;1442.00;2.78;0.38 +7812;9;4685.32;11.52;1438.00;1.57;0.38 +7812;10;4694.68;11.24;1438.00;-1.57;0.38 7812;21;4685.32;11.52;1438.00;1.57;0.38 +7813;0;1780.00;9.60;2039.00;0.00;0.56 +7813;1;1788.00;9.70;2036.00;1.21;0.56 +7813;2;1773.00;9.70;2038.00;-1.42;0.56 +7813;9;1769.20;9.70;2039.00;1.57;0.56 +7813;10;1790.80;9.62;2039.00;-1.57;0.56 +7813;19;1795.00;9.53;2023.00;1.21;0.56 +7813;20;1796.19;9.53;2021.72;0.75;0.56 7813;21;1769.20;9.70;2039.00;1.57;0.56 +7814;0;1126.00;14.60;1624.00;0.00;0.56 +7814;1;1130.50;14.40;1617.50;0.60;0.56 +7814;2;1122.50;13.00;1621.50;-0.95;0.56 +7814;3;1132.00;16.75;1624.00;1.57;0.56 +7814;4;1117.00;13.00;1628.50;4.24;0.56 +7814;5;1119.00;14.12;1631.00;3.92;0.56 +7814;6;1124.50;15.90;1631.00;3.35;0.56 +7814;9;1119.88;12.91;1624.00;1.57;0.56 +7814;10;1132.12;16.75;1624.00;-1.57;0.56 7814;21;1119.88;12.91;1624.00;1.57;0.56 +7815;0;4208.00;10.22;1654.00;0.00;0.50 +7815;1;4209.00;10.30;1648.50;0.18;0.50 +7815;2;4216.00;10.25;1650.50;1.15;0.50 +7815;3;4201.00;10.40;1653.00;-1.42;0.50 +7815;4;4217.50;10.20;1654.50;1.62;0.50 +7815;5;4213.50;10.40;1658.50;2.25;0.50 +7815;6;4199.00;10.55;1659.00;4.20;0.50 +7815;7;4205.00;10.40;1659.50;3.64;0.50 +7815;9;4200.98;10.49;1654.00;1.57;0.50 +7815;10;4215.02;10.20;1654.00;-1.57;0.50 7815;21;4200.98;10.49;1654.00;1.57;0.50 +7816;0;4493.00;16.17;1544.00;0.00;0.48 +7816;1;4489.50;16.70;1539.50;-0.66;0.48 +7816;2;4497.00;14.25;1539.50;0.72;0.48 +7816;3;4499.50;13.40;1544.50;1.64;0.48 +7816;4;4487.00;16.60;1546.50;4.31;0.48 +7816;5;4493.50;15.40;1549.00;3.04;0.48 +7816;9;4487.24;16.54;1544.00;1.57;0.48 +7816;10;4498.76;13.67;1544.00;-1.57;0.48 7816;21;4487.24;16.54;1544.00;1.57;0.48 +7817;0;4756.00;11.50;1770.00;0.00;0.94 +7817;1;4745.50;11.50;1758.00;-0.71;0.94 +7817;2;4758.00;11.40;1760.00;0.19;0.94 +7817;3;4741.50;11.50;1767.50;-1.40;0.94 +7817;4;4768.00;11.40;1763.00;1.04;0.94 +7817;5;4771.00;11.60;1771.50;1.67;0.94 +7817;6;4756.00;10.80;1779.50;3.14;0.94 +7817;9;4744.66;11.30;1770.00;1.57;0.94 +7817;10;4767.34;11.55;1770.00;-1.57;0.94 7817;21;4744.66;11.30;1770.00;1.57;0.94 +7818;0;1089.00;15.05;1492.00;0.00;0.32 +7818;1;1082.50;14.80;1489.50;-1.20;0.32 +7818;2;1090.50;14.70;1489.50;0.54;0.32 +7818;3;1082.50;14.20;1492.50;4.63;0.32 +7818;4;1096.00;14.70;1492.50;1.64;0.32 +7818;5;1091.00;16.20;1495.50;2.62;0.32 +7818;6;1085.50;15.55;1497.00;3.75;0.32 +7818;9;1083.42;14.30;1492.00;1.57;0.32 +7818;10;1094.58;14.65;1492.00;-1.57;0.32 7818;21;1083.42;14.30;1492.00;1.57;0.32 +7819;0;4214.00;12.17;1548.00;0.00;0.60 +7819;1;4209.50;13.60;1541.00;-0.57;0.60 +7819;2;4217.50;13.20;1544.50;0.78;0.60 +7819;3;4206.00;13.17;1544.00;-1.10;0.60 +7819;4;4208.50;13.70;1550.50;4.28;0.60 +7819;5;4225.50;12.60;1548.50;1.61;0.60 +7819;6;4219.50;12.70;1553.50;2.35;0.60 +7819;9;4206.08;14.09;1548.00;1.57;0.60 +7819;10;4221.92;12.40;1548.00;-1.57;0.60 7819;21;4206.08;14.09;1548.00;1.57;0.60 +7820;0;1003.00;14.17;1735.00;0.00;0.76 +7820;1;997.50;13.90;1726.50;-0.57;0.76 +7820;2;1006.00;12.45;1726.50;0.33;0.76 +7820;3;1014.00;15.20;1726.50;0.91;0.76 +7820;4;996.50;13.55;1734.00;-1.41;0.76 +7820;5;1011.00;14.45;1731.00;1.10;0.76 +7820;6;1006.00;14.70;1742.50;2.76;0.76 +7820;7;998.50;13.00;1744.50;3.58;0.76 +7820;9;996.16;14.18;1735.00;1.57;0.76 +7820;10;1009.84;14.88;1735.00;-1.57;0.76 7820;21;996.16;14.18;1735.00;1.57;0.76 +7821;0;1072.00;15.47;1472.00;0.00;0.50 +7821;1;1075.50;15.40;1465.50;0.49;0.50 +7821;2;1069.00;15.00;1468.00;-0.64;0.50 +7821;3;1076.50;15.45;1473.00;1.78;0.50 +7821;4;1066.50;15.85;1475.00;4.21;0.50 +7821;5;1070.50;15.90;1479.50;3.33;0.50 +7821;6;1074.00;15.75;1479.50;2.88;0.50 +7821;9;1067.50;15.30;1472.00;1.57;0.50 +7821;10;1076.50;15.50;1472.00;-1.57;0.50 7821;21;1067.50;15.30;1472.00;1.57;0.50 +7822;0;4180.00;11.37;1576.00;0.00;0.54 +7822;1;4186.00;12.60;1570.50;0.82;0.54 +7822;2;4178.00;11.50;1572.00;-0.46;0.54 +7822;3;4186.50;11.65;1577.00;1.72;0.54 +7822;4;4172.50;11.10;1577.50;4.51;0.54 +7822;5;4179.00;11.45;1581.50;3.32;0.54 +7822;6;4173.00;11.50;1582.00;4.00;0.54 +7822;9;4173.88;11.11;1576.00;1.57;0.54 +7822;10;4186.12;11.61;1576.00;-1.57;0.54 7822;21;4173.88;11.11;1576.00;1.57;0.54 +7823;0;4555.00;12.17;1482.00;0.00;0.52 +7823;1;4555.00;12.55;1476.50;0.00;0.52 +7823;2;4549.00;12.72;1479.00;-1.10;0.52 +7823;3;4561.00;12.00;1478.50;1.04;0.52 +7823;4;4563.00;12.10;1482.50;1.63;0.52 +7823;5;4550.00;12.50;1485.50;4.10;0.52 +7823;6;4559.00;12.30;1486.50;2.41;0.52 +7823;9;4547.62;12.39;1482.00;1.57;0.52 +7823;10;4562.38;12.10;1482.00;-1.57;0.52 7823;21;4547.62;12.39;1482.00;1.57;0.52 +7824;0;3732.00;15.80;1777.00;0.00;0.58 +7824;1;3733.50;15.45;1770.00;0.21;0.58 +7824;2;3727.00;12.40;1775.00;-1.19;0.58 +7824;3;3738.00;13.40;1775.00;1.24;0.58 +7824;4;3737.00;13.85;1781.00;2.24;0.58 +7824;5;3724.50;12.20;1781.50;4.17;0.58 +7824;6;3729.50;13.80;1783.50;3.50;0.58 +7824;9;3726.78;13.48;1777.00;1.57;0.58 +7824;10;3737.22;14.01;1777.00;-1.57;0.58 7824;21;3726.78;13.48;1777.00;1.57;0.58 +7825;0;4082.00;10.50;1620.00;0.00;0.64 +7825;1;4082.50;10.50;1614.50;0.09;0.64 +7825;2;4076.50;10.30;1613.50;-0.70;0.64 +7825;3;4074.00;10.25;1615.50;-1.05;0.64 +7825;4;4076.50;10.40;1621.00;4.53;0.64 +7825;5;4089.00;10.40;1622.50;1.91;0.64 +7825;6;4080.50;10.40;1627.00;3.35;0.64 +7825;7;4085.50;10.40;1627.50;2.70;0.64 +7825;9;4076.24;10.40;1620.00;1.57;0.64 +7825;10;4087.76;10.31;1620.00;-1.57;0.64 7825;21;4076.24;10.40;1620.00;1.57;0.64 +7826;0;5568.00;10.65;122.00;0.00;0.32 +7826;1;5570.00;10.55;120.00;0.78;0.32 +7826;2;5566.00;10.57;119.00;-0.58;0.32 +7826;3;5565.00;11.25;123.50;4.24;0.32 +7826;4;5571.00;10.70;125.00;2.35;0.32 +7826;5;5568.50;10.80;126.00;3.01;0.32 +7826;9;5565.12;10.97;122.00;1.57;0.32 +7826;10;5570.88;10.54;122.00;-1.57;0.32 +7826;19;5574.00;9.50;121.00;0.79;0.32 +7826;20;5575.72;9.50;120.71;1.40;0.32 7826;21;5565.12;10.97;122.00;1.57;0.32 +7827;0;986.00;15.05;1546.00;0.00;0.56 +7827;1;985.00;15.40;1540.00;-0.16;0.56 +7827;2;992.00;15.40;1543.00;1.10;0.56 +7827;3;979.50;14.50;1547.50;4.48;0.56 +7827;4;993.00;15.05;1548.50;1.91;0.56 +7827;5;986.00;14.50;1552.00;3.14;0.56 +7827;9;980.42;14.87;1546.00;1.57;0.56 +7827;10;991.58;15.20;1546.00;-1.57;0.56 7827;21;980.42;14.87;1546.00;1.57;0.56 +7828;0;4476.00;10.72;1673.00;0.00;0.72 +7828;1;4474.00;11.52;1664.00;-0.21;0.72 +7828;2;4481.50;11.10;1664.00;0.54;0.72 +7828;3;4484.00;10.70;1672.50;1.50;0.72 +7828;4;4468.50;11.20;1667.00;-0.89;0.72 +7828;5;4468.00;10.90;1675.50;4.41;0.72 +7828;6;4476.50;10.70;1681.50;3.08;0.72 +7828;7;4484.00;10.80;1682.00;2.41;0.72 +7828;9;4469.52;10.85;1673.00;1.57;0.72 +7828;10;4482.48;10.70;1673.00;-1.57;0.72 7828;21;4469.52;10.85;1673.00;1.57;0.72 +7829;0;1400.00;11.02;1636.00;0.00;0.36 +7829;1;1402.00;10.90;1630.50;0.34;0.36 +7829;2;1397.50;10.95;1633.00;-0.69;0.36 +7829;3;1403.50;11.00;1635.00;1.29;0.36 +7829;4;1396.50;11.10;1638.50;4.09;0.36 +7829;5;1402.50;11.10;1640.00;2.58;0.36 +7829;6;1400.00;11.15;1641.50;3.14;0.36 +7829;9;1396.76;11.06;1636.00;1.57;0.36 +7829;10;1403.24;11.00;1636.00;-1.57;0.36 7829;21;1396.76;11.06;1636.00;1.57;0.36 +7830;0;914.00;10.85;1960.00;0.00;1.60 +7830;1;895.00;10.85;1950.50;-1.10;1.60 +7830;2;917.00;11.20;1945.50;0.20;1.60 +7830;3;934.50;10.75;1962.00;1.66;1.60 +7830;4;894.50;10.65;1961.00;4.66;1.60 +7830;5;902.00;12.45;1971.50;3.94;1.60 +7830;6;921.50;11.80;1977.50;2.73;1.60 +7830;9;898.16;10.70;1960.00;1.57;1.60 +7830;10;929.84;10.80;1960.00;-1.57;1.60 7830;21;898.16;10.70;1960.00;1.57;1.60 +7831;0;1412.00;10.50;1500.00;0.00;0.38 +7831;1;1411.50;10.10;1494.00;-0.08;0.38 +7831;2;1414.00;10.40;1494.50;0.34;0.38 +7831;3;1409.00;10.45;1498.50;-1.10;0.38 +7831;4;1416.00;10.50;1499.50;1.44;0.38 +7831;5;1406.50;10.50;1502.00;4.36;0.38 +7831;6;1408.50;10.40;1503.50;3.92;0.38 +7831;7;1413.50;10.30;1504.50;2.82;0.38 +7831;9;1408.58;10.50;1500.00;1.57;0.38 +7831;10;1415.42;10.50;1500.00;-1.57;0.38 7831;21;1408.58;10.50;1500.00;1.57;0.38 +7832;0;4778.00;11.05;1515.00;0.00;0.74 +7832;1;4773.00;10.90;1506.50;-0.53;0.74 +7832;2;4782.00;11.00;1508.00;0.51;0.74 +7832;3;4769.50;10.90;1510.00;-1.03;0.74 +7832;4;4787.50;11.00;1513.00;1.36;0.74 +7832;5;4770.50;11.00;1517.50;4.39;0.74 +7832;6;4785.00;11.12;1520.00;2.19;0.74 +7832;7;4777.00;11.25;1522.50;3.27;0.74 +7832;9;4771.34;11.00;1515.00;1.57;0.74 +7832;10;4784.66;11.00;1515.00;-1.57;0.74 7832;21;4771.34;11.00;1515.00;1.57;0.74 +7833;0;3902.00;9.72;1725.00;0.00;0.48 +7833;1;3902.50;9.80;1720.50;0.11;0.48 +7833;2;3909.50;9.70;1723.00;1.31;0.48 +7833;3;3894.50;9.80;1720.00;-0.98;0.48 +7833;4;3890.50;9.80;1722.50;-1.35;0.48 +7833;5;3895.00;9.75;1727.00;4.43;0.48 +7833;6;3911.50;10.30;1728.50;1.92;0.48 +7833;7;3904.50;9.80;1730.50;2.71;0.48 +7833;9;3894.08;9.80;1725.00;1.57;0.48 +7833;10;3909.92;9.99;1725.00;-1.57;0.48 7833;21;3894.08;9.80;1725.00;1.57;0.48 +7834;0;1321.00;10.30;1514.00;0.00;0.36 +7834;1;1320.50;10.35;1510.00;-0.12;0.36 +7834;2;1316.50;10.40;1514.00;4.71;0.36 +7834;3;1325.50;10.20;1511.00;0.98;0.36 +7834;4;1325.00;10.20;1516.00;2.03;0.36 +7834;5;1320.50;10.20;1519.00;3.24;0.36 +7834;6;1325.00;10.20;1519.50;2.51;0.36 +7834;9;1317.76;10.30;1514.00;1.57;0.36 +7834;10;1324.24;10.21;1514.00;-1.57;0.36 7834;21;1316.51;10.30;1520.77;1.57;0.36 +7835;0;4496.00;12.35;1565.00;0.00;0.62 +7835;1;4495.00;13.00;1559.50;-0.18;0.62 +7835;2;4503.00;12.05;1561.00;1.05;0.62 +7835;3;4486.00;12.17;1562.00;-1.27;0.62 +7835;4;2247.50;9.60;782.00;-1.23;0.62 +7835;5;4505.50;11.70;1564.50;1.51;0.62 +7835;6;4502.50;11.60;1569.00;2.12;0.62 +7835;9;4486.82;11.60;1565.00;1.57;0.62 +7835;10;4505.18;11.65;1565.00;-1.57;0.62 7835;21;4486.82;11.60;1565.00;1.57;0.62 +7836;0;1262.00;10.60;1389.00;0.00;0.44 +7836;1;1260.00;10.77;1386.00;-0.58;0.44 +7836;2;1267.50;10.55;1386.00;1.07;0.44 +7836;3;1258.00;10.70;1391.50;4.15;0.44 +7836;4;1265.00;10.60;1391.50;2.26;0.44 +7836;9;1256.96;10.70;1389.00;1.57;0.44 +7836;10;1267.04;10.52;1389.00;-1.57;0.44 7836;21;1256.96;10.70;1389.00;1.57;0.44 +7837;0;4030.00;10.25;1774.00;0.00;0.74 +7837;1;4029.50;9.70;1765.50;-0.05;0.74 +7837;2;4020.50;10.00;1771.50;-1.31;0.74 +7837;3;4039.00;9.90;1769.50;1.10;0.74 +7837;4;4039.00;9.85;1777.50;1.94;0.74 +7837;5;4022.00;10.30;1780.50;4.03;0.74 +7837;6;4031.00;10.40;1782.50;3.02;0.74 +7837;9;4022.08;10.25;1774.00;1.57;0.74 +7837;10;4037.92;10.11;1774.00;-1.57;0.74 7837;21;4022.08;10.25;1774.00;1.57;0.74 +7838;0;4431.00;11.55;1588.00;0.00;0.58 +7838;1;4428.50;11.35;1579.00;-0.27;0.58 +7838;2;4435.00;11.70;1582.50;0.62;0.58 +7838;3;4426.00;11.15;1585.50;-1.10;0.58 +7838;4;4436.00;11.82;1592.00;2.24;0.58 +7838;5;4425.50;11.30;1592.50;4.02;0.58 +7838;6;4429.50;11.60;1596.00;3.32;0.58 +7838;9;4425.78;11.22;1588.00;1.57;0.58 +7838;10;4436.22;11.70;1588.00;-1.57;0.58 7838;21;4425.78;11.22;1588.00;1.57;0.58 +7839;0;5518.00;10.85;87.00;0.00;0.34 +7839;1;5520.50;10.00;83.00;0.55;0.34 +7839;2;5516.50;10.70;83.50;-0.40;0.34 +7839;3;5523.50;10.10;86.50;1.48;0.34 +7839;4;5514.50;11.80;88.00;4.43;0.34 +7839;5;5520.00;11.05;90.00;2.55;0.34 +7839;9;5514.04;11.71;87.00;1.57;0.34 +7839;10;5521.96;10.20;87.00;-1.57;0.34 +7839;19;5529.00;9.60;89.00;1.48;0.34 +7839;20;5530.72;9.60;89.31;1.75;0.34 7839;21;5514.04;11.71;87.00;1.57;0.34 +7840;0;1227.00;12.10;1589.00;0.00;0.48 +7840;1;1223.00;12.17;1585.00;-0.78;0.48 +7840;2;1231.50;12.10;1582.00;0.57;0.48 +7840;3;1234.00;12.00;1588.50;1.49;0.48 +7840;4;1217.50;11.90;1590.50;4.55;0.48 +7840;5;1220.50;11.80;1594.50;4.01;0.48 +7840;6;1226.50;11.90;1594.50;3.23;0.48 +7840;7;1231.50;11.90;1594.50;2.45;0.48 +7840;9;1220.52;12.05;1589.00;1.57;0.48 +7840;10;1233.48;12.00;1589.00;-1.57;0.48 7840;21;1220.52;12.05;1589.00;1.57;0.48 +7841;0;4346.00;11.25;1640.00;0.00;0.50 +7841;1;4351.00;11.25;1637.50;1.10;0.50 +7841;2;4345.00;11.75;1634.50;-0.18;0.50 +7841;3;4340.00;11.50;1639.50;-1.48;0.50 +7841;4;4344.00;11.10;1644.50;3.56;0.50 +7841;5;4349.50;11.10;1645.50;2.57;0.50 +7841;9;4341.50;11.45;1640.00;1.57;0.50 +7841;10;4350.50;11.20;1640.00;-1.57;0.50 7841;21;4341.50;11.45;1640.00;1.57;0.50 +7842;0;3299.00;12.85;331.00;0.00;0.84 +7842;1;3296.00;12.40;322.50;-0.33;0.84 +7842;2;3304.00;11.65;319.50;0.41;0.84 +7842;3;3307.00;11.95;327.00;1.10;0.84 +7842;4;3289.00;13.40;332.00;4.61;0.84 +7842;5;3308.50;12.20;336.50;2.09;0.84 +7842;6;3298.50;13.05;339.00;3.20;0.84 +7842;9;3291.26;13.35;331.00;1.57;0.84 +7842;10;3306.74;12.07;331.00;-1.57;0.84 7842;21;3291.26;13.35;331.00;1.57;0.84 +7843;0;4221.00;14.10;1505.00;0.00;0.64 +7843;1;4222.50;14.60;1498.00;0.21;0.64 +7843;2;4215.50;14.35;1503.00;-1.22;0.64 +7843;3;4228.00;15.12;1500.00;0.95;0.64 +7843;4;4226.00;14.45;1507.50;2.03;0.64 +7843;5;4213.50;13.80;1509.00;4.22;0.64 +7843;6;4217.50;14.60;1511.50;3.63;0.64 +7843;9;4214.88;14.05;1505.00;1.57;0.64 +7843;10;4227.12;14.26;1505.00;-1.57;0.64 7843;21;4214.88;14.05;1505.00;1.57;0.64 +7844;0;4750.00;11.62;1661.00;0.00;0.88 +7844;1;4755.50;11.40;1650.50;0.48;0.88 +7844;2;4745.50;12.10;1654.00;-0.57;0.88 +7844;3;4759.50;11.70;1659.00;1.36;0.88 +7844;4;4740.50;11.50;1665.50;4.27;0.88 +7844;5;4752.50;12.00;1669.50;2.85;0.88 +7844;9;4742.08;11.87;1661.00;1.57;0.88 +7844;10;4757.92;11.72;1661.00;-1.57;0.88 7844;21;4742.08;11.87;1661.00;1.57;0.88 +7845;0;1003.00;16.77;1633.00;0.00;0.54 +7845;1;1003.50;17.40;1626.50;0.07;0.54 +7845;2;998.00;16.90;1632.00;-1.37;0.54 +7845;3;1009.50;17.40;1632.50;1.49;0.54 +7845;4;1004.50;16.00;1640.00;2.93;0.54 +7845;5;999.00;15.85;1640.50;3.63;0.54 +7845;9;998.14;16.88;1633.00;1.57;0.54 +7845;10;1007.86;17.53;1633.00;-1.57;0.54 7845;21;998.14;16.88;1633.00;1.57;0.54 +7846;0;3858.00;9.80;1674.00;0.00;0.36 +7846;1;3855.50;9.80;1668.50;-0.42;0.36 +7846;2;3859.50;9.80;1670.00;0.35;0.36 +7846;3;3853.50;9.80;1671.50;-1.06;0.36 +7846;4;3854.00;9.80;1675.50;4.35;0.36 +7846;5;3862.50;9.80;1675.50;1.89;0.36 +7846;6;3858.50;9.80;1679.00;3.04;0.36 +7846;9;3854.76;9.80;1674.00;1.57;0.36 +7846;10;3861.24;9.80;1674.00;-1.57;0.36 7846;21;3854.76;9.80;1674.00;1.57;0.36 +7847;0;3875.00;11.85;1141.00;0.00;0.44 +7847;1;3875.00;11.50;1135.50;0.00;0.44 +7847;2;3870.00;12.65;1139.50;-1.27;0.44 +7847;3;3879.50;11.70;1142.50;1.89;0.44 +7847;4;3873.50;12.25;1146.00;3.43;0.44 +7847;9;3871.04;12.33;1141.00;1.57;0.44 +7847;10;3878.96;11.67;1141.00;-1.57;0.44 7847;21;3871.04;12.33;1141.00;1.57;0.44 +7848;0;4746.00;11.15;1575.00;0.00;0.58 +7848;1;4742.00;11.25;1571.50;-0.85;0.58 +7848;2;4749.00;11.00;1568.00;0.40;0.58 +7848;3;4755.50;10.70;1569.00;1.00;0.58 +7848;4;4757.50;10.75;1574.00;1.48;0.58 +7848;5;4734.50;11.40;1577.00;4.54;0.58 +7848;6;4754.50;10.90;1577.00;1.80;0.58 +7848;7;4745.50;10.70;1579.50;3.25;0.58 +7848;8;4735.50;11.00;1581.50;4.15;0.58 +7848;9;4736.46;11.45;1575.00;1.57;0.58 +7848;10;4755.54;10.80;1575.00;-1.57;0.58 7848;21;4736.46;11.45;1575.00;1.57;0.58 +7849;0;4120.00;9.80;1719.00;0.00;0.64 +7849;1;4115.50;9.80;1715.50;-0.91;0.64 +7849;2;4124.00;9.80;1712.00;0.51;0.64 +7849;3;4126.00;9.80;1719.00;1.57;0.64 +7849;4;4111.50;9.80;1722.50;4.32;0.64 +7849;5;4119.00;9.80;1725.50;3.29;0.64 +7849;6;4125.00;9.80;1726.00;2.52;0.64 +7849;9;4114.06;9.80;1719.00;1.57;0.64 +7849;10;4125.94;9.80;1719.00;-1.57;0.64 7849;21;4114.06;9.80;1719.00;1.57;0.64 +7850;0;4112.00;16.27;1386.00;0.00;0.50 +7850;1;4113.50;14.75;1381.00;0.29;0.50 +7850;2;4101.50;14.40;1382.00;-1.20;0.50 +7850;3;4126.00;18.25;1385.50;1.53;0.50 +7850;4;4100.00;14.55;1386.50;4.67;0.50 +7850;5;4119.50;17.55;1390.00;2.06;0.50 +7850;6;4127.50;17.70;1388.50;1.73;0.50 +7850;7;4106.50;17.70;1391.00;3.97;0.50 +7850;9;4101.92;14.64;1386.00;1.57;0.50 +7850;10;4122.08;17.70;1386.00;-1.57;0.50 7850;21;4101.92;14.64;1386.00;1.57;0.50 +7851;0;4748.00;10.80;1597.00;0.00;0.64 +7851;1;4746.50;10.50;1590.50;-0.22;0.64 +7851;2;4755.50;10.70;1595.00;1.31;0.64 +7851;3;4737.50;10.50;1596.50;-1.52;0.64 +7851;4;4743.50;10.80;1601.50;3.92;0.64 +7851;5;4754.50;10.60;1603.00;2.31;0.64 +7851;9;4740.26;10.60;1597.00;1.57;0.64 +7851;10;4755.74;10.63;1597.00;-1.57;0.64 7851;21;4740.26;10.60;1597.00;1.57;0.64 +7852;0;1272.00;11.00;1570.00;0.00;0.56 +7852;1;1268.50;11.00;1563.00;-0.46;0.56 +7852;2;1266.00;11.10;1567.00;-1.10;0.56 +7852;3;1274.50;10.90;1566.50;0.62;0.56 +7852;4;1279.00;10.85;1572.50;1.91;0.56 +7852;5;1267.00;11.12;1573.00;4.17;0.56 +7852;6;1274.00;11.00;1576.00;2.82;0.56 +7852;9;1266.96;11.10;1570.00;1.57;0.56 +7852;10;1277.04;10.84;1570.00;-1.57;0.56 7852;21;1266.96;11.10;1570.00;1.57;0.56 +7853;0;922.00;12.95;1752.00;0.00;0.58 +7853;1;923.50;12.80;1746.00;0.24;0.58 +7853;2;916.00;12.57;1746.00;-0.78;0.58 +7853;3;914.50;12.50;1751.50;-1.50;0.58 +7853;4;931.00;12.60;1749.00;1.24;0.58 +7853;5;929.50;11.60;1755.00;1.95;0.58 +7853;6;914.50;12.00;1756.50;4.17;0.58 +7853;7;919.50;12.10;1758.50;3.50;0.58 +7853;9;915.34;12.66;1752.00;1.57;0.58 +7853;10;928.66;12.28;1752.00;-1.57;0.58 7853;21;915.34;12.66;1752.00;1.57;0.58 +7854;0;4606.00;11.70;1619.00;0.00;0.64 +7854;1;4603.50;11.85;1611.00;-0.30;0.64 +7854;2;4599.00;12.05;1614.50;-0.99;0.64 +7854;3;4610.50;11.80;1614.50;0.78;0.64 +7854;4;4616.00;11.80;1619.50;1.62;0.64 +7854;5;4596.00;12.57;1622.00;4.42;0.64 +7854;6;4612.50;11.80;1624.50;2.27;0.64 +7854;7;4603.00;12.32;1625.00;3.60;0.64 +7854;9;4598.26;12.21;1619.00;1.57;0.64 +7854;10;4613.74;11.90;1619.00;-1.57;0.64 7854;21;4598.26;12.21;1619.00;1.57;0.64 +7855;0;247.00;10.20;2010.00;0.00;2.30 +7855;1;237.00;10.20;1987.00;-0.41;2.30 +7855;2;246.50;10.30;1973.50;-0.01;2.30 +7855;3;254.50;10.20;1979.00;0.23;2.30 +7855;4;291.50;10.30;2004.00;1.43;2.30 +7855;5;226.91;10.20;2001.98;-1.17;2.30 +7855;6;150.90;10.00;2018.10;4.70;2.30 +7855;7;246.04;10.20;2009.32;3.07;2.30 +7855;8;157.28;10.20;2022.66;4.63;2.30 +7855;9;176.98;9.50;2010.00;1.57;2.30 +7855;10;317.02;10.30;2010.00;-1.57;2.30 +7855;19;240.00;9.68;2034.00;-3.21;2.30 +7855;20;239.51;9.68;2035.68;3.42;2.30 7855;21;176.98;9.50;2010.00;1.57;2.30 +7856;0;4008.00;10.70;1437.00;0.00;0.44 +7856;1;4007.50;11.10;1432.00;-0.10;0.44 +7856;2;4014.50;10.80;1436.00;1.41;0.44 +7856;3;4000.50;10.85;1438.00;4.58;0.44 +7856;4;2003.50;10.40;718.00;-1.22;0.44 +7856;9;4002.24;11.00;1437.00;1.57;0.44 +7856;10;4013.76;10.56;1437.00;-1.57;0.44 7856;21;4002.24;11.00;1437.00;1.57;0.44 +7857;0;3014.00;14.50;1503.00;0.00;0.24 +7857;1;3013.50;14.30;1502.50;-0.78;0.24 +7857;2;3016.00;14.35;1500.50;0.67;0.24 +7857;3;3017.00;15.05;1500.50;0.87;0.24 +7857;4;3014.50;14.70;1503.50;2.35;0.24 +7857;5;3011.50;15.55;1505.00;4.03;0.24 +7857;9;3011.48;14.55;1503.00;1.57;0.24 +7857;10;3016.52;15.00;1503.00;-1.57;0.24 7857;21;3016.52;15.00;1503.00;-1.57;0.24 +7858;0;935.00;12.00;1902.00;0.00;1.44 +7858;1;942.50;12.20;1886.50;0.45;1.44 +7858;2;926.50;11.30;1886.50;-0.50;1.44 +7858;3;913.50;11.40;1898.50;-1.40;1.44 +7858;4;955.00;12.25;1891.50;1.08;1.44 +7858;5;956.00;12.22;1904.00;1.66;1.44 +7858;6;908.50;11.30;1910.50;4.40;1.44 +7858;7;951.50;11.70;1914.50;2.21;1.44 +7858;8;927.50;11.10;1916.50;3.61;1.44 +7858;9;917.36;11.60;1902.00;1.57;1.44 +7858;10;952.64;12.40;1902.00;-1.57;1.44 7858;21;917.36;11.60;1902.00;1.57;1.44 +7859;0;5111.00;12.87;119.00;0.00;0.30 +7859;1;5110.00;13.80;114.00;-0.19;0.30 +7859;2;5108.00;13.45;116.50;-0.87;0.30 +7859;3;5113.50;13.10;118.50;1.37;0.30 +7859;4;5109.00;11.72;121.00;3.92;0.30 +7859;5;5112.50;12.25;123.00;2.78;0.30 +7859;6;5115.50;11.90;123.00;2.29;0.30 +7859;9;5108.30;12.41;119.00;1.57;0.30 +7859;10;5113.70;12.82;119.00;-1.57;0.30 7859;21;5108.30;12.41;119.00;1.57;0.30 +7860;0;4538.00;14.10;1519.00;0.00;0.54 +7860;1;4538.00;13.20;1511.00;0.00;0.54 +7860;2;4532.00;13.85;1516.50;-1.17;0.54 +7860;3;4544.00;13.50;1517.50;1.32;0.54 +7860;4;4544.50;14.00;1524.50;2.27;0.54 +7860;5;4533.00;13.25;1526.00;3.76;0.54 +7860;6;4539.50;13.60;1528.00;2.97;0.54 +7860;9;4533.14;13.59;1519.00;1.57;0.54 +7860;10;4542.86;13.81;1519.00;-1.57;0.54 7860;21;4533.14;13.59;1519.00;1.57;0.54 +7861;0;4109.00;9.80;1662.00;0.00;0.48 +7861;1;4106.50;9.80;1656.50;-0.42;0.48 +7861;2;4109.50;10.30;1652.00;0.05;0.48 +7861;3;4112.00;9.90;1658.00;0.64;0.48 +7861;4;4103.00;9.80;1663.00;4.54;0.48 +7861;5;4115.50;9.80;1666.00;2.12;0.48 +7861;6;4107.00;9.80;1668.00;3.46;0.48 +7861;7;4112.50;9.80;1668.00;2.61;0.48 +7861;9;4104.68;9.80;1662.00;1.57;0.48 +7861;10;4113.32;9.80;1662.00;-1.57;0.48 7861;21;4104.68;9.80;1662.00;1.57;0.48 +7862;0;1255.00;10.95;1647.00;0.00;0.38 +7862;1;1254.50;10.90;1642.50;-0.11;0.38 +7862;2;1247.00;11.00;1647.00;4.71;0.38 +7862;3;1263.00;10.70;1647.00;1.57;0.38 +7862;4;1250.00;10.95;1652.00;3.92;0.38 +7862;5;1258.00;11.00;1652.00;2.60;0.38 +7862;9;1248.88;11.00;1647.00;1.57;0.38 +7862;10;1261.12;10.70;1647.00;-1.57;0.38 7862;21;1248.88;11.00;1647.00;1.57;0.38 +7863;0;4398.00;10.40;1729.00;0.00;0.72 +7863;1;4395.00;10.65;1720.50;-0.33;0.72 +7863;2;4403.50;10.50;1723.00;0.74;0.72 +7863;3;4389.50;10.30;1730.00;4.59;0.72 +7863;4;4408.00;10.40;1728.00;1.47;0.72 +7863;5;4408.00;10.40;1733.50;1.99;0.72 +7863;6;4398.00;10.40;1736.00;3.14;0.72 +7863;9;4390.80;10.30;1729.00;1.57;0.72 +7863;10;4405.20;10.43;1729.00;-1.57;0.72 7863;21;4390.80;10.30;1729.00;1.57;0.72 +7864;0;4341.00;13.62;1393.00;0.00;0.56 +7864;1;4335.50;14.25;1389.00;-0.94;0.56 +7864;2;4346.50;13.35;1389.00;0.94;0.56 +7864;3;4348.50;13.60;1396.00;1.95;0.56 +7864;4;4332.50;14.10;1397.00;4.27;0.56 +7864;5;4339.00;14.27;1399.00;3.46;0.56 +7864;9;4333.44;14.45;1393.00;1.57;0.56 +7864;10;4348.56;13.55;1393.00;-1.57;0.56 7864;21;4333.44;14.45;1393.00;1.57;0.56 +7865;0;947.00;9.60;1648.00;0.00;0.32 +7865;1;940.50;9.50;1646.50;-1.34;0.32 +7865;2;946.50;10.20;1644.50;-0.14;0.32 +7865;3;952.50;10.40;1648.50;1.66;0.32 +7865;4;939.50;9.50;1649.50;4.51;0.32 +7865;5;944.50;9.50;1650.50;3.92;0.32 +7865;6;951.50;9.85;1652.00;2.29;0.32 +7865;9;941.42;9.50;1648.00;1.57;0.32 +7865;10;952.58;10.40;1648.00;-1.57;0.32 7865;21;941.42;9.50;1648.00;1.57;0.32 +7866;0;4095.00;11.25;1408.00;0.00;0.60 +7866;1;4087.50;11.85;1406.00;-1.31;0.60 +7866;2;4098.00;10.60;1402.00;0.46;0.60 +7866;3;4104.50;12.60;1409.00;1.67;0.60 +7866;4;4089.00;11.85;1413.50;3.97;0.60 +7866;5;4098.50;14.90;1414.50;2.64;0.60 +7866;9;4087.62;12.41;1408.00;1.57;0.60 +7866;10;4102.38;12.07;1408.00;-1.57;0.60 7866;21;4087.62;12.41;1408.00;1.57;0.60 +7867;0;3888.00;9.75;1778.00;0.00;0.66 +7867;1;3881.00;9.70;1770.00;-0.71;0.66 +7867;2;3890.00;9.75;1771.50;0.29;0.66 +7867;3;3879.00;9.70;1774.00;-1.15;0.66 +7867;4;3895.50;9.70;1779.50;1.76;0.66 +7867;5;3882.50;9.70;1781.00;4.21;0.66 +7867;6;3891.00;9.80;1785.50;2.76;0.66 +7867;9;3880.98;9.70;1778.00;1.57;0.66 +7867;10;3895.02;9.70;1778.00;-1.57;0.66 7867;21;3880.98;9.70;1778.00;1.57;0.66 +7868;0;5001.00;10.20;1569.00;0.00;0.54 +7868;1;5001.00;10.15;1562.00;0.00;0.54 +7868;2;5005.50;9.80;1567.50;1.24;0.54 +7868;3;4998.00;9.95;1567.00;-0.98;0.54 +7868;4;4994.50;10.15;1572.00;4.28;0.54 +7868;5;4998.50;10.50;1575.50;3.50;0.54 +7868;9;4996.14;10.01;1569.00;1.57;0.54 +7868;10;5005.86;9.76;1569.00;-1.57;0.54 +7868;19;5004.00;9.63;1579.00;1.25;0.54 +7868;20;5004.50;9.63;1580.67;2.85;0.54 7868;21;4996.14;10.01;1569.00;1.57;0.54 +7869;0;661.00;12.80;1981.00;0.00;2.56 +7869;1;671.00;13.30;1955.50;0.37;2.56 +7869;2;689.50;13.90;1964.50;1.04;2.56 +7869;3;648.00;13.45;1970.00;-0.86;2.56 +7869;4;687.50;11.90;1981.50;1.59;2.56 +7869;5;633.00;14.95;1986.00;4.53;2.56 +7869;6;659.50;12.90;2001.50;3.21;2.56 +7869;7;633.50;12.90;2005.50;3.98;2.56 +7869;9;637.42;15.35;1981.00;1.57;2.56 +7869;10;684.58;12.14;1981.00;-1.57;2.56 +7869;19;668.00;10.23;1934.00;0.37;2.56 +7869;20;668.25;10.23;1932.26;0.14;2.56 7869;21;637.42;15.35;1981.00;1.57;2.56 +7870;0;4246.00;14.55;1441.00;0.00;0.56 +7870;1;4256.00;14.90;1437.50;1.23;0.56 +7870;2;4243.50;14.55;1436.00;-0.46;0.56 +7870;3;4233.50;14.60;1440.50;-1.53;0.56 +7870;4;4258.50;16.30;1442.50;1.69;0.56 +7870;5;4255.50;16.30;1445.00;1.96;0.56 +7870;6;4243.50;15.15;1446.00;3.60;0.56 +7870;9;4237.00;14.57;1441.00;1.57;0.56 +7870;10;4255.00;15.57;1441.00;-1.57;0.56 7870;21;4237.00;14.57;1441.00;1.57;0.56 +7871;0;4909.00;12.60;1600.00;0.00;0.60 +7871;1;4906.00;12.45;1593.50;-0.43;0.60 +7871;2;4912.50;13.00;1595.00;0.61;0.60 +7871;3;4901.00;11.90;1595.50;-1.05;0.60 +7871;4;4903.00;12.40;1601.50;4.46;0.60 +7871;5;4915.00;12.85;1601.50;1.81;0.60 +7871;6;4908.50;13.25;1607.00;3.21;0.60 +7871;7;4915.00;12.85;1607.50;2.46;0.60 +7871;9;4903.60;12.26;1600.00;1.57;0.60 +7871;10;4914.40;12.90;1600.00;-1.57;0.60 +7871;19;4922.00;10.00;1614.00;-3.82;0.60 +7871;20;4923.19;10.00;1615.28;2.39;0.60 7871;21;4903.60;12.26;1600.00;1.57;0.60 +7872;0;3221.00;12.90;381.00;0.00;0.76 +7872;1;3224.50;12.90;375.00;0.52;0.76 +7872;2;3209.50;12.50;373.00;-0.96;0.76 +7872;3;3205.50;12.30;375.50;-1.23;0.76 +7872;4;3209.50;12.30;382.50;4.58;0.76 +7872;5;3238.50;12.70;385.00;1.79;0.76 +7872;6;3228.00;12.37;389.00;2.42;0.76 +7872;9;3207.86;12.30;381.00;1.57;0.76 +7872;10;3234.14;12.73;381.00;-1.57;0.76 7872;21;3207.86;12.30;381.00;1.57;0.76 +7873;0;4743.00;10.60;1517.00;0.00;0.60 +7873;1;4736.50;10.70;1514.50;-1.20;0.60 +7873;2;4745.50;10.40;1511.50;0.42;0.60 +7873;3;4753.00;10.40;1518.50;1.72;0.60 +7873;4;4732.50;11.00;1521.50;4.30;0.60 +7873;5;4741.00;10.70;1521.50;3.56;0.60 +7873;6;4751.00;10.50;1521.50;2.08;0.60 +7873;9;4734.72;10.80;1517.00;1.57;0.60 +7873;10;4751.28;10.40;1517.00;-1.57;0.60 7873;21;4734.72;10.80;1517.00;1.57;0.60 +7874;0;3902.00;10.40;1621.00;0.00;0.52 +7874;1;3904.00;9.80;1615.50;0.34;0.52 +7874;2;3908.50;9.85;1619.00;1.27;0.52 +7874;3;3896.00;10.40;1618.00;-1.10;0.52 +7874;4;3894.00;10.40;1623.50;4.41;0.52 +7874;5;3906.50;10.20;1625.50;2.35;0.52 +7874;6;3899.50;10.40;1627.00;3.53;0.52 +7874;7;3895.50;10.40;1627.50;3.92;0.52 +7874;9;3895.52;10.40;1621.00;1.57;0.52 +7874;10;3908.48;9.95;1621.00;-1.57;0.52 7874;21;3895.52;10.40;1621.00;1.57;0.52 +7875;0;1593.00;11.00;1687.00;0.00;0.48 +7875;1;1595.50;11.00;1682.00;0.46;0.48 +7875;2;1589.50;11.00;1685.00;-1.05;0.48 +7875;3;1599.00;11.10;1687.50;1.65;0.48 +7875;4;1590.00;11.00;1690.50;3.85;0.48 +7875;5;1598.00;11.00;1692.50;2.40;0.48 +7875;9;1587.96;10.92;1687.00;1.57;0.48 +7875;10;1598.04;11.10;1687.00;-1.57;0.48 7875;21;1587.96;10.92;1687.00;1.57;0.48 +7876;0;4360.00;10.62;1667.00;0.00;0.62 +7876;1;4362.00;10.65;1657.50;0.20;0.62 +7876;2;4356.50;10.30;1659.00;-0.41;0.62 +7876;3;4365.50;10.70;1664.50;1.14;0.62 +7876;4;4354.00;10.45;1666.00;-1.40;0.62 +7876;5;4365.00;10.60;1673.50;2.48;0.62 +7876;6;4357.00;10.42;1674.00;3.54;0.62 +7876;9;4354.42;10.44;1667.00;1.57;0.62 +7876;10;4365.58;10.75;1667.00;-1.57;0.62 7876;21;4354.42;10.44;1667.00;1.57;0.62 +7877;0;1198.00;11.25;1688.00;0.00;0.48 +7877;1;1197.00;11.35;1683.00;-0.19;0.48 +7877;2;1205.50;11.20;1685.00;1.19;0.48 +7877;3;1190.00;11.37;1687.00;-1.44;0.48 +7877;4;1205.50;11.10;1688.50;1.63;0.48 +7877;5;1190.50;11.10;1691.50;4.27;0.48 +7877;6;1198.00;11.17;1693.00;3.14;0.48 +7877;9;1191.34;11.22;1688.00;1.57;0.48 +7877;10;1204.66;11.18;1688.00;-1.57;0.48 7877;21;1191.34;11.22;1688.00;1.57;0.48 +7878;0;5275.00;11.47;1616.00;0.00;1.50 +7878;1;5261.50;10.90;1599.00;-0.67;1.50 +7878;2;5272.50;10.50;1597.50;-0.13;1.50 +7878;3;5277.50;11.40;1607.50;0.28;1.50 +7878;4;5267.50;10.05;1620.00;4.22;1.50 +7878;5;5286.50;11.05;1616.00;1.57;1.50 +7878;6;5293.00;11.22;1620.00;1.78;1.50 +7878;7;5284.50;10.90;1631.50;2.59;1.50 +7878;8;5276.00;9.70;1636.50;3.09;1.50 +7878;9;5261.50;10.00;1616.00;1.57;1.50 +7878;10;5288.50;10.75;1616.00;-1.57;1.50 +7878;19;5273.00;9.55;1586.00;0.29;1.50 +7878;20;5272.88;9.55;1584.25;-0.06;1.50 7878;21;5261.50;10.00;1616.00;1.57;1.50 +7879;0;1016.00;14.77;1497.00;0.00;0.44 +7879;1;1016.00;13.12;1490.00;0.00;0.44 +7879;2;1021.00;12.80;1489.50;0.58;0.44 +7879;3;1020.50;14.80;1497.00;1.57;0.44 +7879;4;1011.00;13.80;1493.50;-0.96;0.44 +7879;5;1011.50;14.40;1500.00;4.12;0.44 +7879;6;1020.50;15.10;1503.50;2.53;0.44 +7879;7;1017.50;15.00;1504.00;2.93;0.44 +7879;9;1012.04;14.35;1497.00;1.57;0.44 +7879;10;1019.96;14.80;1497.00;-1.57;0.44 7879;21;1012.04;14.35;1497.00;1.57;0.44 +7880;0;1144.00;12.00;1681.00;0.00;0.72 +7880;1;1145.00;11.75;1672.00;0.11;0.72 +7880;2;1150.00;11.85;1674.50;0.74;0.72 +7880;3;1139.00;12.20;1678.50;-1.10;0.72 +7880;4;1149.50;12.00;1683.00;1.92;0.72 +7880;5;1136.50;12.00;1685.50;4.17;0.72 +7880;6;1143.50;11.90;1689.00;3.20;0.72 +7880;9;1137.16;12.10;1681.00;1.57;0.72 +7880;10;1150.84;12.00;1681.00;-1.57;0.72 7880;21;1137.16;12.10;1681.00;1.57;0.72 +7881;0;4411.00;13.62;1446.00;0.00;0.52 +7881;1;4404.00;13.72;1441.00;-0.95;0.52 +7881;2;4415.50;14.55;1442.00;0.84;0.52 +7881;3;4400.50;14.80;1446.50;4.66;0.52 +7881;4;4420.00;14.05;1448.50;1.84;0.52 +7881;5;4410.00;14.07;1451.00;3.33;0.52 +7881;9;4403.26;14.51;1446.00;1.57;0.52 +7881;10;4418.74;14.47;1446.00;-1.57;0.52 7881;21;4403.26;14.51;1446.00;1.57;0.52 +7882;0;4115.00;10.35;1773.00;0.00;0.72 +7882;1;4111.00;10.40;1766.50;-0.55;0.72 +7882;2;4122.50;9.80;1767.00;0.89;0.72 +7882;3;4102.00;10.40;1768.00;-1.20;0.72 +7882;4;4129.00;9.80;1771.00;1.42;0.72 +7882;5;4106.00;10.40;1776.00;4.39;0.72 +7882;6;4121.50;9.80;1778.50;2.27;0.72 +7882;7;4110.50;10.20;1782.50;3.58;0.72 +7882;9;4104.38;10.40;1773.00;1.57;0.72 +7882;10;4125.62;9.80;1773.00;-1.57;0.72 7882;21;4104.38;10.40;1773.00;1.57;0.72 +7883;0;1169.00;12.42;1710.00;0.00;0.38 +7883;1;1169.50;12.90;1705.50;0.11;0.38 +7883;2;1161.50;11.65;1710.00;4.71;0.38 +7883;3;1176.00;12.95;1710.00;1.57;0.38 +7883;4;1162.50;11.50;1714.50;4.10;0.38 +7883;5;1170.00;12.22;1714.00;2.89;0.38 +7883;9;1163.60;11.70;1710.00;1.57;0.38 +7883;10;1174.40;12.99;1710.00;-1.57;0.38 7883;21;1163.60;11.70;1710.00;1.57;0.38 +7884;0;411.00;10.45;1903.00;0.00;1.18 +7884;1;406.50;9.70;1896.00;-0.57;1.18 +7884;2;408.00;9.55;1895.00;-0.35;1.18 +7884;3;414.50;10.00;1900.50;0.95;1.18 +7884;4;407.50;9.70;1903.50;4.57;1.18 +7884;5;419.00;9.90;1910.00;2.29;1.18 +7884;6;417.50;9.50;1913.00;2.56;1.18 +7884;9;400.38;9.88;1903.00;1.57;1.18 +7884;10;421.62;9.50;1903.00;-1.57;1.18 +7884;19;416.00;9.50;1898.00;0.95;1.18 +7884;20;417.23;9.50;1896.76;0.78;1.18 7884;21;400.38;9.88;1903.00;1.57;1.18 +7885;0;4521.00;14.80;1469.00;0.00;0.54 +7885;1;4518.00;14.45;1462.00;-0.40;0.54 +7885;2;4511.00;14.65;1465.50;-1.23;0.54 +7885;3;4529.00;14.45;1466.50;1.26;0.54 +7885;4;4513.00;14.65;1473.00;4.24;0.54 +7885;5;4532.00;14.40;1472.50;1.87;0.54 +7885;6;4522.50;14.80;1474.50;2.87;0.54 +7885;9;4511.46;14.70;1469.00;1.57;0.54 +7885;10;4530.54;14.45;1469.00;-1.57;0.54 7885;21;4511.46;14.70;1469.00;1.57;0.54 +7886;0;4184.00;10.65;1643.00;0.00;0.54 +7886;1;4180.50;11.10;1637.50;-0.56;0.54 +7886;2;4186.00;11.50;1634.50;0.23;0.54 +7886;3;4189.00;11.00;1639.50;0.96;0.54 +7886;4;4178.00;10.95;1646.00;4.24;0.54 +7886;5;4189.00;10.35;1647.50;2.30;0.54 +7886;6;4182.50;10.30;1650.50;3.33;0.54 +7886;9;4179.14;11.18;1643.00;1.57;0.54 +7886;10;4188.86;10.55;1643.00;-1.57;0.54 7886;21;4179.14;11.18;1643.00;1.57;0.54 +7887;0;5557.00;10.37;177.00;0.00;0.22 +7887;1;5556.50;10.50;174.50;-0.19;0.22 +7887;2;5553.50;10.05;177.00;4.71;0.22 +7887;3;5560.50;10.40;175.50;1.16;0.22 +7887;4;5559.00;10.30;178.00;2.03;0.22 +7887;5;5555.50;10.20;179.50;3.68;0.22 +7887;9;5554.48;10.19;177.00;1.57;0.22 +7887;10;5559.52;10.34;177.00;-1.57;0.22 +7887;19;5552.00;9.50;179.00;-1.57;0.22 +7887;20;5550.37;9.50;179.65;4.33;0.22 7887;21;5554.48;10.19;177.00;1.57;0.22 +7888;0;1082.00;16.25;1579.00;0.00;0.48 +7888;1;1083.00;15.87;1570.00;0.11;0.48 +7888;2;1077.00;16.20;1570.50;-0.53;0.48 +7888;3;1088.00;15.30;1574.50;0.92;0.48 +7888;4;1077.50;16.20;1575.50;-0.91;0.48 +7888;5;1085.00;15.82;1584.00;2.60;0.48 +7888;6;1077.50;16.55;1585.00;3.78;0.48 +7888;7;1080.50;16.90;1589.50;3.28;0.48 +7888;9;1077.68;16.23;1579.00;1.57;0.48 +7888;10;1086.32;15.37;1579.00;-1.57;0.48 7888;21;1077.68;16.23;1579.00;1.57;0.48 +7889;0;4678.00;10.60;1704.00;0.00;0.52 +7889;1;4679.50;10.60;1699.50;0.32;0.52 +7889;2;4667.50;11.00;1698.50;-1.08;0.52 +7889;3;4666.00;10.75;1704.50;4.67;0.52 +7889;4;4690.00;10.60;1705.50;1.69;0.52 +7889;5;4677.00;10.55;1708.50;3.36;0.52 +7889;6;4689.50;10.65;1710.00;2.05;0.52 +7889;9;4668.64;10.80;1704.00;1.57;0.52 +7889;10;4687.36;10.60;1704.00;-1.57;0.52 7889;21;4668.64;10.80;1704.00;1.57;0.52 +7890;0;4104.00;12.87;1528.00;0.00;0.44 +7890;1;4096.00;12.97;1523.00;-1.01;0.44 +7890;2;4103.50;13.45;1524.00;-0.12;0.44 +7890;3;4096.00;12.65;1527.00;-1.44;0.44 +7890;4;4112.00;13.67;1525.00;1.21;0.44 +7890;5;4112.00;13.32;1528.00;1.57;0.44 +7890;6;4104.00;12.50;1532.50;3.14;0.44 +7890;9;4097.52;12.70;1528.00;1.57;0.44 +7890;10;4110.48;13.20;1528.00;-1.57;0.44 7890;21;4097.52;12.70;1528.00;1.57;0.44 +7891;0;775.00;13.07;1983.00;0.00;1.24 +7891;1;769.00;13.70;1972.00;-0.49;1.24 +7891;2;803.50;12.40;1972.00;1.20;1.24 +7891;3;744.50;12.80;1982.50;-1.55;1.24 +7891;4;825.00;12.15;1972.50;1.36;1.24 +7891;5;801.50;12.50;1985.00;1.64;1.24 +7891;6;762.00;14.20;1995.50;3.94;1.24 +7891;9;743.86;12.80;1983.00;1.57;1.24 +7891;10;806.14;13.46;1983.00;-1.57;1.24 7891;21;743.86;12.80;1983.00;1.57;1.24 +7892;0;1288.00;11.30;1510.00;0.00;0.42 +7892;1;1285.00;11.20;1505.50;-0.58;0.42 +7892;2;1290.50;11.20;1505.50;0.50;0.42 +7892;3;1283.50;11.30;1510.00;4.71;0.42 +7892;4;1292.00;11.22;1512.00;2.03;0.42 +7892;5;1287.00;11.27;1515.00;3.33;0.42 +7892;9;1284.22;11.30;1510.00;1.57;0.42 +7892;10;1291.78;11.27;1510.00;-1.57;0.42 7892;21;1284.22;11.30;1510.00;1.57;0.42 +7893;0;1680.00;10.40;1730.00;0.00;0.88 +7893;1;1682.00;9.80;1720.00;0.19;0.88 +7893;2;1687.00;9.80;1718.50;0.54;0.88 +7893;3;1689.50;9.80;1720.50;0.78;0.88 +7893;4;1675.50;10.00;1722.50;-0.54;0.88 +7893;5;1689.00;10.40;1729.50;1.51;0.88 +7893;6;1670.00;10.90;1727.50;-1.32;0.88 +7893;7;1671.00;11.07;1737.00;4.05;0.88 +7893;8;1680.00;11.00;1740.50;3.14;0.88 +7893;9;1672.08;10.80;1730.00;1.57;0.88 +7893;10;1687.92;10.41;1730.00;-1.57;0.88 7893;21;1672.08;10.80;1730.00;1.57;0.88 +7894;0;4715.00;10.97;1481.00;0.00;0.40 +7894;1;4713.50;11.00;1476.50;-0.32;0.40 +7894;2;4722.50;10.55;1481.00;1.57;0.40 +7894;3;4708.50;11.30;1481.50;4.63;0.40 +7894;4;4716.50;11.00;1485.00;2.78;0.40 +7894;9;4709.06;11.30;1481.00;1.57;0.40 +7894;10;4720.94;10.62;1481.00;-1.57;0.40 7894;21;4709.06;11.30;1481.00;1.57;0.40 +7895;0;3780.00;10.20;1778.00;0.00;0.66 +7895;1;3778.50;10.30;1771.50;-0.22;0.66 +7895;2;3787.00;10.15;1773.00;0.95;0.66 +7895;3;3772.00;10.25;1774.50;-1.15;0.66 +7895;4;3770.50;10.30;1781.50;4.35;0.66 +7895;5;3791.50;9.70;1779.50;1.70;0.66 +7895;6;3781.00;10.35;1784.00;2.97;0.66 +7895;9;3771.54;10.30;1778.00;1.57;0.66 +7895;10;3788.46;9.70;1778.00;-1.57;0.66 7895;21;3771.54;10.30;1778.00;1.57;0.66 +7896;0;1357.00;11.17;1700.00;0.00;0.44 +7896;1;1358.50;11.20;1694.50;0.26;0.44 +7896;2;1364.50;11.20;1697.50;1.24;0.44 +7896;3;1351.00;11.10;1699.50;-1.48;0.44 +7896;4;1359.50;11.10;1703.50;2.52;0.44 +7896;5;1351.50;11.05;1705.00;3.97;0.44 +7896;9;1351.06;11.10;1700.00;1.57;0.44 +7896;10;1362.94;11.20;1700.00;-1.57;0.44 7896;21;1351.06;11.10;1700.00;1.57;0.44 +7897;0;4784.00;12.42;1467.00;0.00;0.50 +7897;1;4783.50;11.85;1463.00;-0.12;0.50 +7897;2;4790.50;11.20;1464.50;1.20;0.50 +7897;3;4777.50;12.30;1467.50;4.63;0.50 +7897;4;4786.50;11.80;1469.50;2.35;0.50 +7897;5;4780.00;11.65;1471.50;3.86;0.50 +7897;6;4782.00;11.70;1473.50;3.44;0.50 +7897;9;4778.96;12.40;1467.00;1.57;0.50 +7897;10;4789.04;11.51;1467.00;-1.57;0.50 7897;21;4778.96;12.40;1467.00;1.57;0.50 +7898;0;3697.00;10.20;1802.00;0.00;0.74 +7898;1;3701.50;10.20;1790.50;0.37;0.74 +7898;2;3694.50;10.15;1791.00;-0.22;0.74 +7898;3;3691.50;10.15;1800.00;-1.22;0.74 +7898;4;3702.00;10.05;1800.50;1.27;0.74 +7898;5;3707.00;10.42;1794.00;0.89;0.74 +7898;6;3693.50;10.40;1812.00;3.47;0.74 +7898;7;3701.00;10.00;1811.50;2.74;0.74 +7898;9;3690.34;10.35;1802.00;1.57;0.74 +7898;10;3703.66;10.11;1802.00;-1.57;0.74 7898;21;3690.34;10.35;1802.00;1.57;0.74 +7899;0;1403.00;11.25;1714.00;0.00;0.76 +7899;1;701.00;9.50;856.50;-0.68;0.76 +7899;2;1400.00;11.40;1706.50;-0.38;0.76 +7899;3;1395.50;11.00;1714.50;4.64;0.76 +7899;4;1409.00;11.20;1715.50;1.81;0.76 +7899;5;1403.50;11.30;1721.50;3.07;0.76 +7899;6;701.00;9.50;856.50;-0.68;0.76 +7899;9;1396.16;11.08;1714.00;1.57;0.76 +7899;10;1409.84;11.18;1714.00;-1.57;0.76 7899;21;1396.16;11.08;1714.00;1.57;0.76 +7900;0;3297.00;11.07;217.00;0.00;0.44 +7900;1;3295.50;11.85;211.00;-0.24;0.44 +7900;2;3300.50;10.60;212.50;0.66;0.44 +7900;3;3292.50;12.40;218.50;4.39;0.44 +7900;4;3301.50;10.50;219.00;1.98;0.44 +7900;5;3298.00;11.10;222.50;2.96;0.44 +7900;9;3293.04;12.13;217.00;1.57;0.44 +7900;10;3300.96;10.48;217.00;-1.57;0.44 7900;21;3293.04;12.13;217.00;1.57;0.44 +7901;0;1151.00;10.55;2000.00;0.00;1.96 +7901;1;1134.50;11.30;1976.00;-0.60;1.96 +7901;2;1161.00;11.20;1978.00;0.42;1.96 +7901;3;1129.50;11.30;1979.50;-0.80;1.96 +7901;4;1127.50;11.20;1996.00;-1.40;1.96 +7901;5;1179.50;11.05;1984.00;1.05;1.96 +7901;6;1167.50;11.10;1987.50;0.92;1.96 +7901;7;1175.50;11.00;2005.00;1.77;1.96 +7901;8;1132.00;10.40;2018.00;3.95;1.96 +7901;9;1129.76;11.10;2000.00;1.57;1.96 +7901;10;1172.24;11.00;2000.00;-1.57;1.96 7901;21;1172.24;11.00;2000.00;-1.57;1.96 +7902;0;4433.00;11.40;1648.00;0.00;0.66 +7902;1;4432.00;10.97;1642.00;-0.16;0.66 +7902;2;4422.50;11.50;1644.00;-1.20;0.66 +7902;3;4442.00;11.80;1648.00;1.57;0.66 +7902;4;4426.00;11.50;1652.00;4.19;0.66 +7902;5;4447.00;11.90;1654.50;2.00;0.66 +7902;6;4439.00;11.62;1655.00;2.43;0.66 +7902;9;4423.82;11.60;1648.00;1.57;0.66 +7902;10;4442.18;11.80;1648.00;-1.57;0.66 7902;21;4423.82;11.60;1648.00;1.57;0.66 +7903;0;3906.00;11.02;1130.00;0.00;0.50 +7903;1;3903.50;10.40;1123.50;-0.36;0.50 +7903;2;3901.00;10.30;1123.50;-0.65;0.50 +7903;3;3900.50;10.60;1126.50;-1.00;0.50 +7903;4;3907.50;10.55;1127.00;0.46;0.50 +7903;5;3902.50;11.60;1132.50;4.09;0.50 +7903;6;3911.00;11.00;1133.50;2.18;0.50 +7903;7;3908.00;12.15;1136.50;2.84;0.50 +7903;9;3901.50;11.10;1130.00;1.57;0.50 +7903;10;3910.50;10.70;1130.00;-1.57;0.50 7903;21;3901.50;11.10;1130.00;1.57;0.50 +7904;0;1288.00;10.40;1475.00;0.00;0.46 +7904;1;1284.50;10.30;1470.50;-0.66;0.46 +7904;2;1290.50;10.30;1470.50;0.50;0.46 +7904;3;1295.50;10.55;1471.00;1.08;0.46 +7904;4;1283.50;10.35;1476.00;4.49;0.46 +7904;5;1292.50;10.85;1476.00;1.78;0.46 +7904;6;1287.00;10.32;1481.00;3.30;0.46 +7904;7;1290.50;10.20;1481.00;2.74;0.46 +7904;9;1282.96;10.30;1475.00;1.57;0.46 +7904;10;1293.04;11.21;1475.00;-1.57;0.46 7904;21;1282.96;10.30;1475.00;1.57;0.46 +7905;0;4000.00;10.30;1083.00;0.00;0.42 +7905;1;3999.50;10.40;1077.00;-0.08;0.42 +7905;2;4002.50;10.40;1079.50;0.62;0.42 +7905;3;3995.50;10.50;1081.00;-1.15;0.42 +7905;4;4005.50;10.35;1083.00;1.57;0.42 +7905;5;4005.50;10.15;1086.00;2.07;0.42 +7905;6;3998.00;10.20;1086.50;3.66;0.42 +7905;9;3995.14;10.40;1083.00;1.57;0.42 +7905;10;4004.86;10.35;1083.00;-1.57;0.42 7905;21;3995.14;10.40;1083.00;1.57;0.42 +7906;0;3260.00;9.50;1382.00;0.00;1.00 +7906;1;3251.00;9.50;1371.00;-0.68;1.00 +7906;2;3257.50;9.50;1371.50;-0.23;1.00 +7906;3;3249.50;9.50;1374.00;-0.92;1.00 +7906;4;3267.00;9.50;1378.00;1.05;1.00 +7906;5;3249.50;9.50;1377.50;-1.16;1.00 +7906;6;3251.00;9.50;1382.00;4.71;1.00 +7906;7;3255.00;9.50;1385.00;4.17;1.00 +7906;8;3265.50;9.50;1391.00;2.59;1.00 +7906;9;3251.00;9.50;1382.00;1.57;1.00 +7906;10;3269.00;9.50;1382.00;-1.57;1.00 +7906;11;3245.60;9.50;1364.40;-0.68;1.00 +7906;12;3256.00;9.50;1365.20;-0.23;1.00 +7906;13;3243.20;9.50;1369.20;-0.92;1.00 +7906;14;3271.20;9.50;1375.60;1.05;1.00 +7906;15;3243.20;9.50;1374.80;-1.16;1.00 +7906;16;3245.60;9.50;1382.00;4.71;1.00 +7906;17;3252.00;9.50;1386.80;4.17;1.00 +7906;18;3268.80;9.50;1396.40;2.59;1.00 7906;21;3251.00;9.50;1382.00;1.57;1.00 +7907;0;2769.00;9.50;50.00;0.00;1.08 +7907;1;2768.00;9.50;39.00;-0.09;1.08 +7907;2;2781.00;9.50;41.00;0.92;1.08 +7907;3;2756.50;9.50;39.50;-0.87;1.08 +7907;4;2756.00;9.50;47.00;-1.34;1.08 +7907;5;2779.00;9.50;55.50;2.07;1.08 +7907;6;2766.00;9.50;61.00;3.40;1.08 +7907;9;2759.28;9.50;50.00;1.57;1.08 +7907;10;2778.72;9.50;50.00;-1.57;1.08 +7907;11;2767.40;9.50;32.40;-0.09;1.08 +7907;12;2788.20;9.50;35.60;0.92;1.08 +7907;13;2749.00;9.50;33.20;-0.87;1.08 +7907;14;2748.20;9.50;45.20;-1.34;1.08 +7907;15;2785.00;9.50;58.80;2.07;1.08 +7907;16;2764.20;9.50;67.60;3.40;1.08 7907;21;2759.28;9.50;50.00;1.57;1.08 +7908;0;2733.00;12.12;1155.00;0.00;0.56 +7908;1;2735.00;11.80;1151.50;0.51;0.56 +7908;2;2724.00;11.92;1150.00;-1.06;0.56 +7908;3;2728.00;12.35;1157.50;4.24;0.56 +7908;4;2745.00;12.12;1159.00;1.89;0.56 +7908;5;2740.00;11.95;1161.00;2.27;0.56 +7908;9;2724.90;12.72;1155.00;1.57;0.56 +7908;10;2741.10;11.85;1155.00;-1.57;0.56 7908;21;2724.90;12.72;1155.00;1.57;0.56 +7909;0;4368.00;11.52;995.00;0.00;0.32 +7909;1;4366.50;11.30;992.50;-0.54;0.32 +7909;2;4373.50;11.50;993.50;1.30;0.32 +7909;3;4361.50;11.45;993.00;-1.27;0.32 +7909;4;4363.50;11.95;997.00;4.29;0.32 +7909;5;4371.00;11.52;997.00;2.15;0.32 +7909;6;4376.00;12.00;997.50;1.87;0.32 +7909;9;4362.24;11.53;995.00;1.57;0.32 +7909;10;4373.76;11.46;995.00;-1.57;0.32 7909;21;4362.24;11.53;995.00;1.57;0.32 +7910;0;1591.00;9.50;1279.00;0.00;1.08 +7910;1;1580.50;9.50;1271.50;-0.95;1.08 +7910;2;1605.00;9.50;1267.00;0.86;1.08 +7910;3;1611.00;9.50;1275.00;1.37;1.08 +7910;4;1609.50;9.50;1271.00;1.16;1.08 +7910;5;1572.00;9.50;1275.50;-1.38;1.08 +7910;6;1588.50;9.70;1275.50;-0.62;1.08 +7910;7;1572.00;9.50;1283.50;4.48;1.08 +7910;8;1610.50;9.50;1283.00;1.77;1.08 +7910;9;1576.24;9.50;1279.00;1.57;1.08 +7910;10;1605.76;9.50;1279.00;-1.57;1.08 +7910;11;1574.20;9.50;1267.00;-0.95;1.08 +7910;12;1613.40;9.50;1259.80;0.86;1.08 +7910;13;1623.00;9.50;1272.60;1.37;1.08 +7910;14;1620.60;9.50;1266.20;1.16;1.08 +7910;15;1560.60;9.50;1273.40;-1.38;1.08 +7910;16;1587.00;9.65;1273.40;-0.62;1.08 +7910;17;1560.60;9.50;1286.20;4.48;1.08 +7910;18;1622.20;9.50;1285.40;1.77;1.08 7910;21;1576.24;9.50;1279.00;1.57;1.08 +7911;0;4457.00;12.77;1216.00;0.00;0.40 +7911;1;4459.50;13.50;1210.50;0.42;0.40 +7911;2;4454.50;12.70;1213.00;-0.69;0.40 +7911;3;4462.00;14.05;1214.50;1.27;0.40 +7911;4;4451.50;13.40;1217.50;4.44;0.40 +7911;5;4457.00;13.30;1219.50;3.14;0.40 +7911;9;4453.04;12.94;1216.00;1.57;0.40 +7911;10;4460.96;13.39;1216.00;-1.57;0.40 7911;21;4453.04;12.94;1216.00;1.57;0.40 +7912;0;3352.00;12.65;766.00;0.00;1.04 +7912;1;3347.00;11.25;761.50;-0.83;1.04 +7912;2;3359.00;12.25;756.50;0.63;1.04 +7912;3;3361.50;13.70;765.50;1.51;1.04 +7912;4;3337.00;10.85;772.50;4.30;1.04 +7912;5;3360.00;14.90;773.50;2.32;1.04 +7912;6;3350.50;11.20;774.50;3.31;1.04 +7912;7;3340.00;11.15;774.50;4.09;1.04 +7912;9;3342.28;11.03;766.00;1.57;1.04 +7912;10;3361.72;13.73;766.00;-1.57;1.04 7912;21;3342.28;11.03;766.00;1.57;1.04 +7913;0;1262.00;15.32;1201.00;0.00;0.46 +7913;1;1261.00;16.37;1195.00;-0.16;0.46 +7913;2;1266.00;16.45;1194.50;0.55;0.46 +7913;3;1267.50;15.85;1198.00;1.07;0.46 +7913;4;1257.50;15.40;1203.00;4.29;0.46 +7913;5;1264.00;14.70;1204.00;2.55;0.46 +7913;6;1258.50;14.30;1209.00;3.55;0.46 +7913;7;1260.50;13.35;1210.00;3.30;0.46 +7913;9;1257.86;15.46;1201.00;1.57;0.46 +7913;10;1266.14;15.10;1201.00;-1.57;0.46 7913;21;1257.86;15.46;1201.00;1.57;0.46 +7914;0;452.00;9.50;479.00;0.00;0.92 +7914;1;454.50;9.50;468.50;0.23;0.92 +7914;2;436.50;9.50;471.00;-1.09;0.92 +7914;3;468.50;9.50;480.50;1.66;0.92 +7914;4;438.00;9.50;482.50;4.46;0.92 +7914;5;457.00;9.50;490.50;2.73;0.92 +7914;9;438.68;9.50;479.00;1.57;0.92 +7914;10;465.32;9.50;479.00;-1.57;0.92 +7914;11;456.00;9.50;462.20;0.23;0.92 +7914;12;427.20;9.50;466.20;-1.09;0.92 +7914;13;478.40;9.50;481.40;1.66;0.92 +7914;14;429.60;9.50;484.60;4.46;0.92 +7914;15;460.00;9.50;497.40;2.73;0.92 7914;21;438.68;9.50;479.00;1.57;0.92 +7915;0;1774.00;11.12;965.00;0.00;0.78 +7915;1;1772.00;10.90;957.50;-0.26;0.78 +7915;2;1784.50;11.40;961.50;1.24;0.78 +7915;3;1762.00;10.55;963.50;-1.44;0.78 +7915;4;1766.50;10.40;971.50;3.99;0.78 +7915;5;1778.50;10.30;970.50;2.45;0.78 +7915;9;1765.18;10.98;965.00;1.57;0.78 +7915;10;1782.82;11.01;965.00;-1.57;0.78 7915;21;1765.18;10.98;965.00;1.57;0.78 +7916;0;3855.00;17.57;1223.00;0.00;0.48 +7916;1;3850.00;17.45;1219.50;-0.96;0.48 +7916;2;3853.50;16.90;1217.00;-0.24;0.48 +7916;3;3857.50;17.50;1220.50;0.78;0.48 +7916;4;3852.50;18.10;1226.50;3.76;0.48 +7916;5;3860.00;18.12;1225.00;1.95;0.48 +7916;6;3858.00;18.35;1228.50;2.64;0.48 +7916;9;3850.68;17.75;1223.00;1.57;0.48 +7916;10;3859.32;17.83;1223.00;-1.57;0.48 7916;21;3850.68;17.75;1223.00;1.57;0.48 +7917;0;3810.00;11.70;1070.00;0.00;0.46 +7917;1;3811.00;10.25;1065.50;0.21;0.46 +7917;2;3803.00;11.45;1071.00;4.57;0.46 +7917;3;3818.50;11.30;1070.50;1.63;0.46 +7917;4;3810.50;11.80;1074.50;3.03;0.46 +7917;9;3803.88;11.25;1070.00;1.57;0.46 +7917;10;3816.12;11.28;1070.00;-1.57;0.46 +7917;19;3823.00;9.50;1062.00;0.22;0.46 +7917;20;3824.49;9.50;1061.08;1.01;0.46 7917;21;3803.88;11.25;1070.00;1.57;0.46 +7918;0;5157.00;9.50;782.00;0.00;1.26 +7918;1;5159.00;9.50;766.50;0.12;1.26 +7918;2;5170.50;9.50;777.50;1.24;1.26 +7918;3;5144.50;9.50;785.50;4.43;1.26 +7918;4;5166.50;9.50;775.00;0.93;1.26 +7918;5;5149.50;9.50;784.00;4.45;1.26 +7918;6;5160.00;9.50;794.50;2.90;1.26 +7918;7;5147.50;9.50;800.50;3.61;1.26 +7918;9;5145.66;9.50;782.00;1.57;1.26 +7918;10;5168.34;9.50;782.00;-1.57;1.26 +7918;11;5160.20;9.50;757.20;0.12;1.26 +7918;12;5178.60;9.50;774.80;1.24;1.26 +7918;13;5137.00;9.50;787.60;4.43;1.26 +7918;14;5172.20;9.50;770.80;0.93;1.26 +7918;15;5145.00;9.50;785.20;4.45;1.26 +7918;16;5161.80;9.50;802.00;2.90;1.26 +7918;17;5141.80;9.50;811.60;3.61;1.26 7918;21;5145.66;9.50;782.00;1.57;1.26 +7919;0;3142.00;10.70;829.00;0.00;0.80 +7919;1;3136.00;10.80;817.50;-0.48;0.80 +7919;2;3145.50;10.70;821.50;0.43;0.80 +7919;3;3134.50;10.70;826.00;-1.19;0.80 +7919;4;3149.50;10.70;834.00;2.15;0.80 +7919;5;3138.00;10.70;837.50;3.58;0.80 +7919;6;3146.00;10.70;842.00;2.84;0.80 +7919;9;3134.80;10.70;829.00;1.57;0.80 +7919;10;3149.20;10.70;829.00;-1.57;0.80 7919;21;3149.20;10.70;829.00;-1.57;0.80 +7920;0;1092.00;13.17;1401.00;0.00;0.56 +7920;1;1091.00;13.30;1393.50;-0.13;0.56 +7920;2;1096.50;13.15;1393.00;0.51;0.56 +7920;3;1086.50;12.90;1400.00;-1.39;0.56 +7920;4;1098.50;13.70;1400.00;1.41;0.56 +7920;5;1093.50;13.25;1408.00;2.93;0.56 +7920;6;1086.00;13.22;1409.00;3.78;0.56 +7920;7;1098.00;12.65;1408.50;2.46;0.56 +7920;9;1086.96;12.94;1401.00;1.57;0.56 +7920;10;1097.04;13.38;1401.00;-1.57;0.56 7920;21;1097.04;13.38;1401.00;-1.57;0.56 +7921;0;1167.00;15.37;1254.00;0.00;0.52 +7921;1;1164.00;13.65;1250.50;-0.70;0.52 +7921;2;1169.00;13.90;1248.00;0.32;0.52 +7921;3;1170.50;15.35;1251.00;0.86;0.52 +7921;4;1164.00;15.65;1257.00;3.92;0.52 +7921;5;1170.00;16.45;1258.50;2.55;0.52 +7921;9;1162.32;14.63;1254.00;1.57;0.52 +7921;10;1171.68;16.39;1254.00;-1.57;0.52 7921;21;1162.32;14.63;1254.00;1.57;0.52 +7922;0;4340.00;9.50;470.00;0.00;0.78 +7922;1;4337.00;9.50;460.50;-0.30;0.78 +7922;2;4345.00;9.50;460.50;0.48;0.78 +7922;3;4329.50;9.50;470.00;4.71;0.78 +7922;4;4351.50;9.50;470.00;1.57;0.78 +7922;5;4341.00;9.50;477.50;3.00;0.78 +7922;6;4326.50;9.50;478.50;4.15;0.78 +7922;9;4329.38;9.50;470.00;1.57;0.78 +7922;10;4350.62;9.50;470.00;-1.57;0.78 +7922;11;4335.20;9.50;454.80;-0.30;0.78 +7922;12;4348.00;9.50;454.80;0.48;0.78 +7922;13;4323.20;9.50;470.00;4.71;0.78 +7922;14;4358.40;9.50;470.00;1.57;0.78 +7922;15;4341.60;9.50;482.00;3.00;0.78 +7922;16;4318.40;9.50;483.60;4.15;0.78 7922;21;4329.38;9.50;470.00;1.57;0.78 +7923;0;2821.00;9.50;1650.00;0.00;0.88 +7923;1;2818.50;9.50;1638.50;-0.21;0.88 +7923;2;2812.00;9.50;1647.50;-1.30;0.88 +7923;3;2827.50;9.50;1643.50;0.78;0.88 +7923;4;2831.00;9.50;1655.50;2.07;0.88 +7923;5;2819.00;9.50;1658.50;3.37;0.88 +7923;9;2813.08;9.50;1650.00;1.57;0.88 +7923;10;2828.92;9.50;1650.00;-1.57;0.88 +7923;11;2817.00;9.50;1631.60;-0.21;0.88 +7923;12;2806.60;9.50;1646.00;-1.30;0.88 +7923;13;2831.40;9.50;1639.60;0.78;0.88 +7923;14;2837.00;9.50;1658.80;2.07;0.88 +7923;15;2817.80;9.50;1663.60;3.37;0.88 7923;21;2813.08;9.50;1650.00;1.57;0.88 +7924;0;3783.00;9.90;1300.00;0.00;0.44 +7924;1;3782.00;9.90;1294.50;-0.18;0.44 +7924;2;3778.50;9.90;1299.00;-1.35;0.44 +7924;3;3787.00;9.90;1297.00;0.92;0.44 +7924;4;3786.50;9.90;1302.00;2.09;0.44 +7924;5;3780.00;9.85;1305.00;3.68;0.44 +7924;9;3777.60;9.90;1300.00;1.57;0.44 +7924;10;3788.40;9.90;1300.00;-1.57;0.44 7924;21;3788.40;9.90;1300.00;-1.57;0.44 +7925;0;3298.00;10.60;889.00;0.00;0.48 +7925;1;3299.50;10.60;880.50;0.17;0.48 +7925;2;3293.50;10.60;883.50;-0.68;0.48 +7925;3;3302.50;10.60;888.00;1.35;0.48 +7925;4;3293.50;10.70;892.50;4.05;0.48 +7925;5;3304.00;10.60;896.00;2.43;0.48 +7925;6;3300.50;10.70;896.50;2.82;0.48 +7925;9;3293.68;10.60;889.00;1.57;0.48 +7925;10;3302.32;10.60;889.00;-1.57;0.48 7925;21;3293.68;10.60;889.00;1.57;0.48 +7926;0;4230.00;21.80;1157.00;0.00;0.56 +7926;1;4230.50;21.70;1150.50;0.07;0.56 +7926;2;4239.00;22.70;1156.00;1.46;0.56 +7926;3;4221.00;21.60;1156.50;-1.51;0.56 +7926;4;4230.50;21.60;1162.50;3.05;0.56 +7926;9;4222.98;21.52;1157.00;1.57;0.56 +7926;10;4237.02;22.65;1157.00;-1.57;0.56 7926;21;4222.98;21.52;1157.00;1.57;0.56 +7927;0;5366.00;9.50;427.00;0.00;1.08 +7927;1;5358.00;9.50;413.00;-0.51;1.08 +7927;2;5373.50;9.50;420.00;0.82;1.08 +7927;3;5352.50;9.50;422.00;-1.21;1.08 +7927;4;5389.00;9.50;428.50;1.63;1.08 +7927;5;5376.50;9.50;434.50;2.19;1.08 +7927;6;5357.00;9.50;435.50;3.95;1.08 +7927;9;5351.78;9.50;427.00;1.57;1.08 +7927;10;5380.22;9.50;427.00;-1.57;1.08 +7927;11;5353.20;9.50;404.60;-0.51;1.08 +7927;12;5378.00;9.50;415.80;0.82;1.08 +7927;13;5344.40;9.50;419.00;-1.21;1.08 +7927;14;5402.80;9.50;429.40;1.63;1.08 +7927;15;5382.80;9.50;439.00;2.19;1.08 +7927;16;5351.60;9.50;440.60;3.95;1.08 7927;21;5351.78;9.50;427.00;1.57;1.08 +7928;0;5509.00;9.50;987.00;0.00;1.22 +7928;1;5502.00;9.50;974.00;-0.49;1.22 +7928;2;5512.00;9.50;974.50;0.23;1.22 +7928;3;5498.00;9.50;985.00;-1.39;1.22 +7928;4;5519.00;9.50;984.00;1.27;1.22 +7928;5;5517.00;9.50;999.00;2.55;1.22 +7928;6;5505.50;9.50;1000.00;3.40;1.22 +7928;7;5509.50;9.50;1006.50;3.11;1.22 +7928;9;5498.02;9.50;987.00;1.57;1.22 +7928;10;5519.98;9.50;987.00;-1.57;1.22 +7928;11;5497.80;9.50;966.20;-0.49;1.22 +7928;12;5513.80;9.50;967.00;0.23;1.22 +7928;13;5491.40;9.50;983.80;-1.39;1.22 +7928;14;5525.00;9.50;982.20;1.27;1.22 +7928;15;5521.80;9.50;1006.20;2.55;1.22 +7928;16;5503.40;9.50;1007.80;3.40;1.22 +7928;17;5509.80;9.50;1018.20;3.11;1.22 7928;21;5498.02;9.50;987.00;1.57;1.22 +7929;0;5511.00;9.50;1576.00;0.00;1.24 +7929;1;5508.50;9.50;1563.00;-0.19;1.24 +7929;2;5492.50;9.50;1561.00;-0.88;1.24 +7929;3;5497.00;9.50;1575.00;-1.49;1.24 +7929;4;5525.50;9.50;1578.50;1.74;1.24 +7929;5;5514.50;9.50;1589.50;2.88;1.24 +7929;9;5498.40;9.50;1576.00;1.57;1.24 +7929;10;5523.60;9.50;1576.00;-1.57;1.24 +7929;11;5507.00;9.50;1555.20;-0.19;1.24 +7929;12;5481.40;9.50;1552.00;-0.88;1.24 +7929;13;5488.60;9.50;1574.40;-1.49;1.24 +7929;14;5534.20;9.50;1580.00;1.74;1.24 +7929;15;5516.60;9.50;1597.60;2.88;1.24 7929;21;5498.40;9.50;1576.00;1.57;1.24 +7930;0;2769.00;10.35;903.00;0.00;0.88 +7930;1;2760.00;10.55;891.50;-0.66;0.88 +7930;2;2756.00;10.80;891.50;-0.84;0.88 +7930;3;2773.50;10.30;900.50;1.06;0.88 +7930;4;2757.00;10.75;896.50;-1.07;0.88 +7930;5;2760.50;10.20;905.50;4.42;0.88 +7930;6;2785.50;10.30;910.00;1.97;0.88 +7930;7;2774.00;10.20;910.50;2.55;0.88 +7930;9;2758.20;10.20;903.00;1.57;0.88 +7930;10;2779.80;10.30;903.00;-1.57;0.88 7930;21;2758.20;10.20;903.00;1.57;0.88 +7931;0;3098.00;11.00;679.00;0.00;0.64 +7931;1;3092.50;10.90;662.50;-0.32;0.64 +7931;2;3092.50;11.00;676.00;-1.07;0.64 +7931;3;3099.00;10.90;673.00;0.16;0.64 +7931;4;3105.00;11.00;683.50;2.14;0.64 +7931;5;3101.50;11.00;690.00;2.83;0.64 +7931;9;3092.24;11.00;679.00;1.57;0.64 +7931;10;3103.76;11.00;679.00;-1.57;0.64 7931;21;3092.24;11.00;679.00;1.57;0.64 +7932;0;4845.00;9.50;1246.00;0.00;1.26 +7932;1;4850.50;9.50;1225.00;0.25;1.26 +7932;2;4846.00;9.50;1227.00;0.05;1.26 +7932;3;4854.00;9.50;1227.00;0.44;1.26 +7932;4;4848.00;9.50;1230.50;0.19;1.26 +7932;5;4854.00;9.50;1228.50;0.47;1.26 +7932;6;4840.00;9.50;1230.00;-0.30;1.26 +7932;7;4852.50;9.50;1234.50;0.57;1.26 +7932;8;4835.50;9.50;1234.50;-0.69;1.26 +7932;9;4833.66;9.50;1246.00;1.57;1.26 +7932;10;4856.34;9.50;1246.00;-1.57;1.26 +7932;11;4853.80;9.50;1212.40;0.25;1.26 +7932;12;4846.60;9.50;1215.60;0.05;1.26 +7932;13;4859.40;9.74;1215.60;0.44;1.26 +7932;14;4849.80;9.50;1221.20;0.19;1.26 +7932;15;4859.40;10.94;1218.00;0.47;1.26 +7932;16;4837.00;9.50;1220.40;-0.30;1.26 +7932;17;4857.00;9.50;1227.60;0.57;1.26 +7932;18;4829.80;9.50;1227.60;-0.69;1.26 7932;21;4833.66;9.50;1246.00;1.57;1.26 +7933;0;4040.00;9.50;756.00;0.00;1.14 +7933;1;4049.50;9.50;743.50;0.65;1.14 +7933;2;4035.50;9.50;751.00;-0.73;1.14 +7933;3;4048.00;9.50;752.00;1.10;1.14 +7933;4;4045.50;9.50;761.00;2.30;1.14 +7933;5;4027.00;9.50;764.00;4.16;1.14 +7933;6;4040.00;9.50;768.00;3.14;1.14 +7933;7;4028.00;9.50;766.00;4.01;1.14 +7933;8;4032.00;9.50;770.00;3.66;1.14 +7933;9;4029.74;9.50;756.00;1.57;1.14 +7933;10;4050.26;9.50;756.00;-1.57;1.14 +7933;11;4055.20;9.50;736.00;0.65;1.14 +7933;12;4032.80;9.50;748.00;-0.73;1.14 +7933;13;4052.80;9.50;749.60;1.10;1.14 +7933;14;4048.80;9.50;764.00;2.30;1.14 +7933;15;4019.20;9.50;768.80;4.16;1.14 +7933;16;4040.00;9.50;775.20;3.14;1.14 +7933;17;4020.80;9.50;772.00;4.01;1.14 +7933;18;4027.20;9.50;778.40;3.66;1.14 7933;21;4029.74;9.50;756.00;1.57;1.14 +7934;0;3432.00;12.42;1045.00;0.00;0.52 +7934;1;3424.00;12.20;1042.00;-1.21;0.52 +7934;2;3433.00;12.62;1040.00;0.19;0.52 +7934;3;3440.00;12.17;1043.00;1.32;0.52 +7934;4;3441.50;12.10;1048.50;1.92;0.52 +7934;5;3421.00;11.85;1047.50;4.48;0.52 +7934;6;3424.50;11.80;1048.00;4.33;0.52 +7934;7;3433.50;12.30;1049.50;2.82;0.52 +7934;9;3423.72;11.93;1045.00;1.57;0.52 +7934;10;3440.28;12.12;1045.00;-1.57;0.52 7934;21;3423.72;11.93;1045.00;1.57;0.52 +7935;0;1119.00;14.27;1327.00;0.00;0.60 +7935;1;1114.00;12.40;1320.50;-0.65;0.60 +7935;2;1117.50;13.20;1318.00;-0.16;0.60 +7935;3;1123.50;14.70;1321.50;0.68;0.60 +7935;4;1114.50;13.35;1329.00;4.29;0.60 +7935;5;1126.00;15.55;1327.00;1.57;0.60 +7935;6;1123.50;15.50;1331.00;2.29;0.60 +7935;7;1118.50;15.10;1335.50;3.20;0.60 +7935;8;1116.00;14.40;1336.00;3.46;0.60 +7935;9;1113.60;13.25;1327.00;1.57;0.60 +7935;10;1124.40;15.38;1327.00;-1.57;0.60 7935;21;1113.31;13.30;1328.40;-1.57;0.60 +7936;0;1612.00;11.85;916.00;0.00;0.64 +7936;1;1612.00;12.90;909.00;0.00;0.64 +7936;2;1618.00;13.50;911.50;0.92;0.64 +7936;3;1607.50;12.40;914.50;-1.24;0.64 +7936;4;1616.00;12.12;919.00;2.21;0.64 +7936;5;1605.50;12.00;920.50;4.10;0.64 +7936;6;1611.00;12.45;923.00;3.28;0.64 +7936;7;1608.50;13.30;923.50;3.57;0.64 +7936;9;1606.24;12.22;916.00;1.57;0.64 +7936;10;1617.76;13.40;916.00;-1.57;0.64 +7936;19;1604.00;9.53;930.00;-2.18;0.64 +7936;20;1603.13;9.53;931.51;3.66;0.64 7936;21;1606.24;12.22;916.00;1.57;0.64 +7937;0;4214.00;9.50;208.00;0.00;1.06 +7937;1;4215.50;9.50;194.50;0.11;1.06 +7937;2;4223.50;9.50;194.50;0.61;1.06 +7937;3;4224.00;9.50;206.50;1.42;1.06 +7937;4;4205.00;9.50;202.00;-0.98;1.06 +7937;5;4204.00;9.50;215.00;4.10;1.06 +7937;6;4217.50;9.50;219.50;2.84;1.06 +7937;9;4204.46;9.50;208.00;1.57;1.06 +7937;10;4223.54;9.50;208.00;-1.57;1.06 +7937;11;4216.40;9.50;186.40;0.11;1.06 +7937;12;4229.20;9.50;186.40;0.61;1.06 +7937;13;4230.00;9.50;205.60;1.42;1.06 +7937;14;4199.60;9.50;198.40;-0.98;1.06 +7937;15;4198.00;9.50;219.20;4.10;1.06 +7937;16;4219.60;9.50;226.40;2.84;1.06 7937;21;4204.46;9.50;208.00;1.57;1.06 +7938;0;4078.00;10.90;1052.00;0.00;0.42 +7938;1;4072.50;11.00;1048.50;-1.00;0.42 +7938;2;4078.50;10.85;1049.00;0.16;0.42 +7938;3;4073.50;10.70;1053.00;4.49;0.42 +7938;4;4083.50;10.60;1053.50;1.83;0.42 +7938;5;4078.50;10.50;1056.50;3.03;0.42 +7938;6;4082.50;10.45;1057.00;2.40;0.42 +7938;9;4073.32;10.78;1052.00;1.57;0.42 +7938;10;4082.68;10.60;1052.00;-1.57;0.42 7938;21;4073.32;10.78;1052.00;1.57;0.42 +7939;0;2892.00;10.70;907.00;0.00;0.92 +7939;1;2882.00;10.30;896.00;-0.73;0.92 +7939;2;2894.50;10.60;898.50;0.28;0.92 +7939;3;2877.00;10.30;899.00;-1.08;0.92 +7939;4;2907.50;10.80;900.50;1.17;0.92 +7939;5;2908.50;10.70;907.00;1.57;0.92 +7939;6;2873.50;10.20;904.00;-1.41;0.92 +7939;7;2879.00;10.30;912.50;4.31;0.92 +7939;8;2895.50;10.60;916.50;2.78;0.92 +7939;9;2878.86;10.40;907.00;1.57;0.92 +7939;10;2905.14;10.70;907.00;-1.57;0.92 7939;21;2878.86;10.40;907.00;1.57;0.92 +7940;0;4276.00;20.90;1247.00;0.00;0.86 +7940;1;4277.50;21.45;1237.00;0.14;0.86 +7940;2;4271.00;21.50;1244.00;-1.03;0.86 +7940;3;4283.50;21.20;1242.00;0.98;0.86 +7940;4;4287.00;19.55;1248.00;1.66;0.86 +7940;5;4266.50;19.50;1253.50;4.11;0.86 +7940;6;4277.50;18.50;1252.50;2.87;0.86 +7940;9;4267.00;21.55;1247.00;1.57;0.86 +7940;10;4285.00;20.10;1247.00;-1.57;0.86 7940;21;4267.00;21.55;1247.00;1.57;0.86 +7941;0;3930.00;9.50;196.00;0.00;1.24 +7941;1;3921.00;9.50;186.50;-0.75;1.24 +7941;2;3935.00;9.50;185.00;0.42;1.24 +7941;3;3944.50;9.50;197.50;1.67;1.24 +7941;4;3916.00;9.50;200.00;4.43;1.24 +7941;5;3939.00;9.50;207.50;2.47;1.24 +7941;6;3923.50;9.50;207.50;3.65;1.24 +7941;9;3918.84;9.50;196.00;1.57;1.24 +7941;10;3941.16;9.50;196.00;-1.57;1.24 +7941;11;3915.60;9.50;180.80;-0.75;1.24 +7941;12;3938.00;9.50;178.40;0.42;1.24 +7941;13;3953.20;9.50;198.40;1.67;1.24 +7941;14;3907.60;9.50;202.40;4.43;1.24 +7941;15;3944.40;9.50;214.40;2.47;1.24 +7941;16;3919.60;9.50;214.40;3.65;1.24 7941;21;3918.84;9.50;196.00;1.57;1.24 +7942;0;3329.00;9.50;8.00;0.00;0.46 +7942;1;3315.50;9.50;8.00;4.71;0.46 +7942;2;3340.50;9.50;9.50;1.70;0.46 +7942;3;3324.50;9.50;14.00;3.78;0.46 +7942;9;3317.30;9.50;8.00;1.57;0.46 +7942;10;3340.70;9.50;8.00;-1.57;0.46 +7942;11;3307.40;9.50;8.00;4.71;0.46 +7942;12;3347.40;9.50;10.40;1.70;0.46 +7942;13;3321.80;9.50;17.60;3.78;0.46 7942;21;3317.30;9.50;8.00;1.57;0.46 +7943;0;2671.00;10.50;998.00;0.00;1.18 +7943;1;2665.00;10.55;985.50;-0.44;1.18 +7943;2;2682.50;10.45;995.00;1.31;1.18 +7943;3;2658.50;10.50;999.50;4.59;1.18 +7943;4;2689.00;10.50;1008.50;2.09;1.18 +7943;5;2680.00;10.90;1010.50;2.51;1.18 +7943;6;2665.50;10.40;1010.00;3.57;1.18 +7943;9;2658.58;10.50;998.00;1.57;1.18 +7943;10;2683.42;10.40;998.00;-1.57;1.18 7943;21;2658.58;10.50;998.00;1.57;1.18 +7944;0;3419.00;16.57;853.00;0.00;0.50 +7944;1;3417.50;17.05;847.00;-0.24;0.50 +7944;2;3425.50;14.60;852.50;1.49;0.50 +7944;3;3412.50;15.40;853.50;4.63;0.50 +7944;4;3421.00;15.47;859.00;2.82;0.50 +7944;9;3413.42;15.68;853.00;1.57;0.50 +7944;10;3424.58;15.06;853.00;-1.57;0.50 7944;21;3413.42;15.68;853.00;1.57;0.50 +7945;0;1319.00;10.42;1435.00;0.00;0.34 +7945;1;1321.50;10.40;1431.50;0.62;0.34 +7945;2;1325.50;10.40;1434.00;1.41;0.34 +7945;3;1315.00;10.45;1433.00;-1.10;0.34 +7945;4;1312.50;10.40;1435.00;4.71;0.34 +7945;5;1319.00;10.50;1438.50;3.14;0.34 +7945;6;1325.00;10.57;1438.00;2.03;0.34 +7945;9;1314.32;10.40;1435.00;1.57;0.34 +7945;10;1323.68;10.40;1435.00;-1.57;0.34 7945;21;1314.32;10.40;1435.00;1.57;0.34 +7946;0;2613.00;9.50;648.00;0.00;0.84 +7946;1;2613.00;9.50;639.00;0.00;0.84 +7946;2;2601.50;9.50;643.00;-1.16;0.84 +7946;3;2626.50;9.50;650.50;1.75;0.84 +7946;4;2602.00;9.50;653.50;4.24;0.84 +7946;5;2615.50;9.50;657.50;2.88;0.84 +7946;9;2603.10;9.50;648.00;1.57;0.84 +7946;10;2622.90;9.50;648.00;-1.57;0.84 +7946;11;2613.00;9.50;633.60;0.00;0.84 +7946;12;2594.60;9.50;640.00;-1.16;0.84 +7946;13;2634.60;9.50;652.00;1.75;0.84 +7946;14;2595.40;9.50;656.80;4.24;0.84 +7946;15;2617.00;9.50;663.20;2.88;0.84 7946;21;2603.10;9.50;648.00;1.57;0.84 +7947;0;2322.00;9.50;538.00;0.00;1.34 +7947;1;2315.50;9.50;526.00;-0.49;1.34 +7947;2;2332.50;9.50;531.50;1.01;1.34 +7947;3;2311.50;9.50;544.00;4.19;1.34 +7947;4;2329.50;9.50;549.50;2.56;1.34 +7947;9;2309.94;9.50;538.00;1.57;1.34 +7947;10;2334.06;9.50;538.00;-1.57;1.34 +7947;11;2311.60;9.50;518.80;-0.49;1.34 +7947;12;2338.80;9.50;527.60;1.01;1.34 +7947;13;2305.20;9.50;547.60;4.19;1.34 +7947;14;2334.00;9.50;556.40;2.56;1.34 7947;21;2309.94;9.50;538.00;1.57;1.34 +7948;0;4516.00;13.05;1164.00;0.00;0.32 +7948;1;4513.50;12.90;1160.50;-0.62;0.32 +7948;2;4518.50;13.30;1160.50;0.62;0.32 +7948;3;4511.00;13.10;1163.00;-1.37;0.32 +7948;4;4521.00;13.20;1161.50;1.10;0.32 +7948;5;4521.50;12.60;1164.00;1.57;0.32 +7948;6;4512.50;12.45;1166.00;4.19;0.32 +7948;7;4517.50;12.60;1167.00;2.67;0.32 +7948;9;4511.86;12.90;1164.00;1.57;0.32 +7948;10;4520.14;12.83;1164.00;-1.57;0.32 7948;21;4511.86;12.90;1164.00;1.57;0.32 +7949;0;4044.00;13.30;1327.00;0.00;0.60 +7949;1;4037.00;13.75;1319.50;-0.75;0.60 +7949;2;4034.50;14.50;1321.50;-1.04;0.60 +7949;3;4045.50;12.65;1323.00;0.35;0.60 +7949;4;4035.50;14.70;1324.50;-1.28;0.60 +7949;5;4043.00;15.22;1331.00;3.38;0.60 +7949;6;4052.00;13.35;1331.00;2.03;0.60 +7949;9;4037.34;14.88;1327.00;1.57;0.60 +7949;10;4050.66;12.49;1327.00;-1.57;0.60 7949;21;4037.34;14.88;1327.00;1.57;0.60 +7950;0;2807.00;10.22;866.00;0.00;0.82 +7950;1;2812.00;10.25;855.50;0.44;0.82 +7950;2;2804.50;10.30;862.00;-0.55;0.82 +7950;3;2811.50;10.15;867.00;1.78;0.82 +7950;4;2800.00;10.30;872.50;3.96;0.82 +7950;5;2802.50;10.20;877.00;3.53;0.82 +7950;9;2799.62;10.30;866.00;1.57;0.82 +7950;10;2814.38;10.11;866.00;-1.57;0.82 7950;21;2799.62;10.30;866.00;1.57;0.82 +7951;0;1753.00;9.50;1333.00;0.00;1.14 +7951;1;1750.50;9.50;1322.50;-0.23;1.14 +7951;2;1765.00;9.50;1326.00;1.04;1.14 +7951;3;1738.50;9.50;1332.00;-1.50;1.14 +7951;4;1761.00;9.50;1340.50;2.32;1.14 +7951;5;1743.00;9.50;1342.50;3.95;1.14 +7951;6;1750.00;9.50;1348.00;3.33;1.14 +7951;9;1740.58;9.50;1333.00;1.57;1.14 +7951;10;1765.42;9.50;1333.00;-1.57;1.14 +7951;11;1749.00;9.50;1316.20;-0.23;1.14 +7951;12;1772.20;9.50;1321.80;1.04;1.14 +7951;13;1729.80;9.50;1331.40;-1.50;1.14 +7951;14;1765.80;9.50;1345.00;2.32;1.14 +7951;15;1737.00;9.50;1348.20;3.95;1.14 +7951;16;1748.20;9.50;1357.00;3.33;1.14 7951;21;1740.58;9.50;1333.00;1.57;1.14 +7952;0;2012.00;9.50;1895.00;0.00;1.00 +7952;1;2009.00;9.50;1885.00;-0.29;1.00 +7952;2;2017.50;9.50;1887.00;0.60;1.00 +7952;3;2001.50;9.50;1895.00;4.71;1.00 +7952;4;2023.50;9.50;1894.00;1.48;1.00 +7952;5;2009.00;9.50;1905.00;3.43;1.00 +7952;6;2016.00;9.50;1906.00;2.79;1.00 +7952;9;2000.66;9.50;1895.00;1.57;1.00 +7952;10;2023.34;9.50;1895.00;-1.57;1.00 +7952;11;2007.20;9.50;1879.00;-0.29;1.00 +7952;12;2020.80;9.50;1882.20;0.60;1.00 +7952;13;1995.20;9.50;1895.00;4.71;1.00 +7952;14;2030.40;9.50;1893.40;1.48;1.00 +7952;15;2007.20;9.50;1911.00;3.43;1.00 +7952;16;2018.40;9.50;1912.60;2.79;1.00 7952;21;2000.66;9.50;1895.00;1.57;1.00 +7953;0;3563.00;9.70;1165.00;0.00;0.52 +7953;1;3558.50;9.70;1158.00;-0.57;0.52 +7953;2;3556.50;9.70;1160.50;-0.96;0.52 +7953;3;3565.00;9.70;1161.50;0.51;0.52 +7953;4;3556.00;9.70;1165.00;4.71;0.52 +7953;5;3572.00;9.70;1164.50;1.51;0.52 +7953;6;3567.00;9.70;1169.50;2.41;0.52 +7953;7;3560.50;9.70;1167.50;3.92;0.52 +7953;9;3556.88;9.70;1165.00;1.57;0.52 +7953;10;3569.12;9.70;1165.00;-1.57;0.52 7953;21;3559.41;9.90;1162.29;-1.57;0.52 +7954;0;2789.00;10.20;893.00;0.00;0.72 +7954;1;2782.00;10.27;887.00;-0.86;0.72 +7954;2;2775.50;10.30;886.00;-1.09;0.72 +7954;3;2783.50;10.20;895.50;4.28;0.72 +7954;4;2793.50;10.20;890.50;1.06;0.72 +7954;5;2801.50;10.30;889.50;1.29;0.72 +7954;6;2800.50;10.20;896.50;1.86;0.72 +7954;9;2778.38;10.20;893.00;1.57;0.72 +7954;10;2799.62;10.30;893.00;-1.57;0.72 7954;21;2778.38;10.20;893.00;1.57;0.72 +7955;0;1266.00;9.50;373.00;0.00;1.42 +7955;1;1272.00;9.50;360.00;0.43;1.42 +7955;2;1257.00;9.50;359.50;-0.58;1.42 +7955;3;1250.00;9.50;377.50;4.43;1.42 +7955;4;1284.50;9.50;375.50;1.70;1.42 +7955;5;1287.00;9.50;383.00;2.01;1.42 +7955;6;1267.50;9.50;386.00;3.02;1.42 +7955;9;1250.88;9.50;373.00;1.57;1.42 +7955;10;1281.12;9.50;373.00;-1.57;1.42 +7955;11;1275.60;9.50;352.20;0.43;1.42 +7955;12;1251.60;9.50;351.40;-0.58;1.42 +7955;13;1240.40;9.50;380.20;4.43;1.42 +7955;14;1295.60;9.50;377.00;1.70;1.42 +7955;15;1299.60;9.50;389.00;2.01;1.42 +7955;16;1268.40;9.50;393.80;3.02;1.42 7955;21;1250.88;9.50;373.00;1.57;1.42 +7956;0;338.00;9.50;146.00;0.00;1.02 +7956;1;341.00;9.50;135.50;0.27;1.02 +7956;2;320.50;9.50;134.50;-0.98;1.02 +7956;3;320.00;9.50;146.50;4.68;1.02 +7956;4;357.00;9.50;148.00;1.67;1.02 +7956;5;335.00;9.50;157.50;3.39;1.02 +7956;9;322.88;9.50;146.00;1.57;1.02 +7956;10;353.12;9.50;146.00;-1.57;1.02 +7956;11;342.80;9.50;129.20;0.27;1.02 +7956;12;310.00;9.50;127.60;-0.98;1.02 +7956;13;309.20;9.50;146.80;4.68;1.02 +7956;14;368.40;9.50;149.20;1.67;1.02 +7956;15;333.20;9.50;164.40;3.39;1.02 7956;21;322.88;9.50;146.00;1.57;1.02 +7957;0;560.00;9.50;1283.00;0.00;1.46 +7957;1;557.00;9.50;1270.50;-0.23;1.46 +7957;2;575.00;9.50;1263.50;0.65;1.46 +7957;3;576.50;9.50;1278.50;1.30;1.46 +7957;4;539.50;9.50;1278.00;-1.33;1.46 +7957;5;538.00;9.50;1282.00;-1.52;1.46 +7957;6;543.50;9.50;1292.50;4.19;1.46 +7957;7;564.00;9.50;1296.00;2.84;1.46 +7957;9;545.42;9.50;1283.00;1.57;1.46 +7957;10;574.58;9.50;1283.00;-1.57;1.46 +7957;11;555.20;9.50;1263.00;-0.23;1.46 +7957;12;584.00;9.50;1251.80;0.65;1.46 +7957;13;586.40;9.50;1275.80;1.30;1.46 +7957;14;527.20;9.50;1275.00;-1.33;1.46 +7957;15;524.80;9.50;1281.40;-1.52;1.46 +7957;16;533.60;9.50;1298.20;4.19;1.46 +7957;17;566.40;9.50;1303.80;2.84;1.46 7957;21;545.42;9.50;1283.00;1.57;1.46 +7958;0;2776.00;13.72;1188.00;0.00;0.50 +7958;1;2777.00;13.65;1183.50;0.21;0.50 +7958;2;2770.00;13.17;1185.00;-1.10;0.50 +7958;3;2782.50;13.80;1186.50;1.34;0.50 +7958;4;2771.00;13.40;1190.00;4.33;0.50 +7958;5;2780.00;14.12;1191.00;2.21;0.50 +7958;6;2775.00;14.32;1195.00;3.28;0.50 +7958;9;2771.32;13.30;1188.00;1.57;0.50 +7958;10;2780.68;14.78;1188.00;-1.57;0.50 7958;21;2771.32;13.30;1188.00;1.57;0.50 +7959;0;2648.00;10.40;762.00;0.00;0.74 +7959;1;2647.50;10.20;753.50;-0.05;0.74 +7959;2;2653.00;10.40;756.50;0.73;0.74 +7959;3;2641.00;10.20;757.00;-0.95;0.74 +7959;4;2641.50;10.35;765.00;4.28;0.74 +7959;5;2651.50;10.80;769.50;2.70;0.74 +7959;9;2641.34;10.30;762.00;1.57;0.74 +7959;10;2654.66;10.60;762.00;-1.57;0.74 +7959;19;2637.00;9.50;753.00;-0.95;0.74 +7959;20;2635.64;9.50;751.89;-0.88;0.74 7959;21;2638.38;9.50;750.84;1.57;0.74 +7960;0;3667.00;9.80;1042.00;0.00;0.54 +7960;1;3664.00;9.80;1037.00;-0.54;0.54 +7960;2;3669.50;9.80;1035.00;0.34;0.54 +7960;3;3672.00;9.95;1041.00;1.37;0.54 +7960;4;3662.50;9.60;1046.00;3.98;0.54 +7960;5;3669.00;9.80;1048.00;2.82;0.54 +7960;6;3666.50;9.70;1050.50;3.20;0.54 +7960;9;3662.14;9.75;1042.00;1.57;0.54 +7960;10;3671.86;9.93;1042.00;-1.57;0.54 +7960;19;3664.00;9.50;1056.00;-2.30;0.54 +7960;20;3663.63;9.50;1057.71;3.35;0.54 7960;21;3662.14;9.75;1042.00;1.57;0.54 +7961;0;210.00;9.50;1679.00;0.00;1.22 +7961;1;207.50;9.50;1665.50;-0.18;1.22 +7961;2;225.50;9.50;1669.50;1.02;1.22 +7961;3;194.00;9.50;1678.00;-1.50;1.22 +7961;4;221.50;9.50;1686.50;2.14;1.22 +7961;5;235.00;9.50;1674.50;1.39;1.22 +7961;6;200.00;9.50;1693.00;3.76;1.22 +7961;9;194.16;9.50;1679.00;1.57;1.22 +7961;10;225.84;9.50;1679.00;-1.57;1.22 +7961;11;206.00;9.50;1657.40;-0.18;1.22 +7961;12;234.80;9.50;1663.80;1.02;1.22 +7961;13;184.40;9.50;1677.40;-1.50;1.22 +7961;14;228.40;9.50;1691.00;2.14;1.22 +7961;15;250.00;9.50;1671.80;1.39;1.22 +7961;16;194.00;9.50;1701.40;3.76;1.22 7961;21;194.16;9.50;1679.00;1.57;1.22 +7962;0;529.00;9.50;1110.00;0.00;0.98 +7962;1;529.00;9.50;1101.00;0.00;0.98 +7962;2;547.50;9.50;1102.50;1.18;0.98 +7962;3;512.00;9.50;1106.50;-1.36;0.98 +7962;4;542.50;9.50;1112.50;1.75;0.98 +7962;5;514.50;9.50;1116.50;4.29;0.98 +7962;6;524.00;9.50;1121.50;3.55;0.98 +7962;9;513.16;9.50;1110.00;1.57;0.98 +7962;10;544.84;9.50;1110.00;-1.57;0.98 +7962;11;529.00;9.50;1095.60;0.00;0.98 +7962;12;558.60;9.50;1098.00;1.18;0.98 +7962;13;501.80;9.50;1104.40;-1.36;0.98 +7962;14;550.60;9.50;1114.00;1.75;0.98 +7962;15;505.80;9.50;1120.40;4.29;0.98 +7962;16;521.00;9.50;1128.40;3.55;0.98 7962;21;513.16;9.50;1110.00;1.57;0.98 +7963;0;3029.00;11.85;822.00;0.00;0.82 +7963;1;3023.00;11.52;810.00;-0.46;0.82 +7963;2;3021.50;12.50;816.00;-0.89;0.82 +7963;3;3030.50;10.75;816.00;0.24;0.82 +7963;4;3036.50;11.80;822.50;1.63;0.82 +7963;5;3028.50;11.90;829.50;3.20;0.82 +7963;6;3035.00;11.65;832.50;2.62;0.82 +7963;7;1514.00;9.50;410.50;-1.30;0.82 +7963;9;3021.62;12.34;822.00;1.57;0.82 +7963;10;3036.38;11.75;822.00;-1.57;0.82 7963;21;3030.47;12.10;823.39;1.57;0.82 +7964;0;1030.00;10.57;1341.00;0.00;0.64 +7964;1;1036.00;10.35;1333.50;0.67;0.64 +7964;2;1031.00;9.95;1335.50;0.18;0.64 +7964;3;1038.00;10.55;1334.50;0.88;0.64 +7964;4;1033.00;10.05;1343.00;2.15;0.64 +7964;5;1024.50;9.70;1341.50;4.62;0.64 +7964;6;1024.00;10.02;1347.00;3.92;0.64 +7964;9;1024.24;9.62;1341.00;1.57;0.64 +7964;10;1035.76;10.09;1341.00;-1.57;0.64 +7964;19;1029.00;9.78;1351.00;-4.12;0.64 +7964;20;1028.82;9.78;1352.74;3.24;0.64 7964;21;1024.24;9.62;1341.00;1.57;0.64 +7965;0;4370.00;14.65;1072.00;0.00;0.38 +7965;1;4370.00;14.87;1063.00;0.00;0.38 +7965;2;4373.50;15.00;1064.50;0.43;0.38 +7965;3;4366.50;14.85;1070.00;-1.05;0.38 +7965;4;4373.50;14.70;1070.00;1.05;0.38 +7965;5;4371.50;14.80;1079.50;2.94;0.38 +7965;6;4367.00;15.15;1077.50;3.64;0.38 +7965;7;4369.00;14.60;1082.50;3.23;0.38 +7965;9;4366.58;14.89;1072.00;1.57;0.38 +7965;10;4373.42;14.74;1072.00;-1.57;0.38 7965;21;4366.58;14.89;1072.00;1.57;0.38 +7966;0;1017.00;9.50;512.00;0.00;1.08 +7966;1;1020.00;9.50;501.00;0.26;1.08 +7966;2;1001.00;9.50;507.50;-1.29;1.08 +7966;3;1031.50;9.50;507.00;1.23;1.08 +7966;4;1030.00;9.50;520.50;2.15;1.08 +7966;5;1011.00;9.50;520.50;3.75;1.08 +7966;9;1003.32;9.50;512.00;1.57;1.08 +7966;10;1030.68;9.50;512.00;-1.57;1.08 +7966;11;1021.80;9.50;494.40;0.26;1.08 +7966;12;991.40;9.50;504.80;-1.29;1.08 +7966;13;1040.20;9.50;504.00;1.23;1.08 +7966;14;1037.80;9.50;525.60;2.15;1.08 +7966;15;1007.40;9.50;525.60;3.75;1.08 7966;21;1003.32;9.50;512.00;1.57;1.08 +7967;0;5394.00;9.50;1662.00;0.00;1.14 +7967;1;5393.50;9.50;1649.50;-0.04;1.14 +7967;2;5379.00;9.50;1649.00;-0.85;1.14 +7967;3;5379.50;9.50;1660.50;-1.46;1.14 +7967;4;5408.00;9.50;1651.50;0.92;1.14 +7967;5;5407.00;9.50;1664.00;1.72;1.14 +7967;6;5390.00;9.50;1658.50;-0.85;1.14 +7967;7;5393.50;9.50;1675.00;3.18;1.14 +7967;9;5383.56;9.50;1662.00;1.57;1.14 +7967;10;5404.44;9.50;1662.00;-1.57;1.14 +7967;11;5393.20;9.50;1642.00;-0.04;1.14 +7967;12;5370.00;9.50;1641.20;-0.85;1.14 +7967;13;5370.80;9.50;1659.60;-1.46;1.14 +7967;14;5416.40;9.50;1645.20;0.92;1.14 +7967;15;5414.80;9.50;1665.20;1.72;1.14 +7967;16;5387.60;9.59;1656.40;-0.85;1.14 +7967;17;5393.20;9.50;1682.80;3.18;1.14 7967;21;5383.56;9.50;1662.00;1.57;1.14 +7968;0;1784.00;9.97;1023.00;0.00;0.68 +7968;1;1786.00;10.22;1019.00;0.46;0.68 +7968;2;1778.00;9.90;1021.00;-1.24;0.68 +7968;3;1791.50;10.30;1024.50;1.76;0.68 +7968;4;1778.00;10.25;1026.00;4.24;0.68 +7968;5;1785.00;10.10;1027.50;2.92;0.68 +7968;6;1791.50;10.10;1028.00;2.15;0.68 +7968;9;1777.88;9.95;1023.00;1.57;0.68 +7968;10;1790.12;10.30;1023.00;-1.57;0.68 +7968;19;1788.00;9.68;1030.00;-3.36;0.68 +7968;20;1788.86;9.68;1031.51;2.62;0.68 7968;21;1786.49;10.60;1026.35;-1.57;0.68 +7969;0;3584.00;12.90;1249.00;0.00;0.44 +7969;1;3580.50;15.10;1245.00;-0.71;0.44 +7969;2;3587.50;13.20;1245.50;0.78;0.44 +7969;3;3591.00;12.70;1247.50;1.36;0.44 +7969;4;3579.00;14.15;1249.00;4.71;0.44 +7969;5;3590.00;12.55;1250.50;1.81;0.44 +7969;6;3584.50;12.80;1254.00;3.04;0.44 +7969;7;3579.00;13.95;1254.00;3.92;0.44 +7969;8;3580.50;13.90;1255.50;3.63;0.44 +7969;9;3578.96;14.16;1249.00;1.57;0.44 +7969;10;3589.04;12.65;1249.00;-1.57;0.44 7969;21;3578.96;14.16;1249.00;1.57;0.44 +7970;0;3416.00;11.82;1110.00;0.00;0.58 +7970;1;3415.50;12.00;1104.00;-0.08;0.58 +7970;2;3424.50;12.20;1106.50;1.18;0.58 +7970;3;3406.50;12.00;1106.00;-1.17;0.58 +7970;4;3409.00;11.95;1113.00;4.30;0.58 +7970;5;3424.50;12.10;1112.50;1.85;0.58 +7970;6;3417.00;11.80;1116.50;2.98;0.58 +7970;9;3408.44;11.90;1110.00;1.57;0.58 +7970;10;3423.56;12.10;1110.00;-1.57;0.58 7970;21;3408.44;11.90;1110.00;1.57;0.58 +7971;0;4322.00;13.62;1331.00;0.00;0.56 +7971;1;4322.00;13.30;1325.50;0.00;0.56 +7971;2;4331.00;13.07;1328.00;1.24;0.56 +7971;3;4313.00;13.50;1327.50;-1.20;0.56 +7971;4;4313.00;13.85;1332.00;4.60;0.56 +7971;5;4329.00;13.40;1334.00;1.97;0.56 +7971;6;4320.50;14.00;1337.00;3.38;0.56 +7971;7;4327.50;13.60;1338.50;2.50;0.56 +7971;9;4314.62;13.65;1331.00;1.57;0.56 +7971;10;4329.38;13.35;1331.00;-1.57;0.56 7971;21;4314.62;13.65;1331.00;1.57;0.56 +7972;0;2570.00;10.85;871.00;0.00;0.38 +7972;1;2573.50;11.00;868.50;0.95;0.38 +7972;2;2560.50;10.75;869.00;-1.36;0.38 +7972;3;2582.50;10.90;867.50;1.29;0.38 +7972;4;2580.00;11.05;867.50;1.23;0.38 +7972;5;2582.00;10.65;870.50;1.52;0.38 +7972;6;2572.50;10.25;874.00;2.44;0.38 +7972;7;2562.50;11.15;875.00;4.22;0.38 +7972;9;2560.64;10.95;871.00;1.57;0.38 +7972;10;2579.36;10.45;871.00;-1.57;0.38 +7972;19;2554.00;9.50;865.00;-1.36;0.38 +7972;20;2552.36;9.50;864.38;-1.21;0.38 7972;21;2560.64;10.95;871.00;1.57;0.38 +7973;0;1210.00;13.62;1286.00;0.00;0.56 +7973;1;1202.50;13.45;1281.00;-0.98;0.56 +7973;2;1210.50;13.30;1281.50;0.11;0.56 +7973;3;1218.50;14.45;1282.00;1.13;0.56 +7973;4;1217.50;13.30;1288.00;1.83;0.56 +7973;5;1201.50;12.75;1286.00;4.71;0.56 +7973;6;1205.00;12.70;1289.50;4.10;0.56 +7973;7;1212.00;12.60;1292.00;2.82;0.56 +7973;9;1202.98;12.75;1286.00;1.57;0.56 +7973;10;1217.02;13.84;1286.00;-1.57;0.56 7973;21;1202.98;12.75;1286.00;1.57;0.56 +7974;0;4364.00;10.60;984.00;0.00;0.28 +7974;1;4364.00;10.60;980.50;0.00;0.28 +7974;2;4367.00;10.75;983.00;1.24;0.28 +7974;3;4360.50;11.00;984.50;4.57;0.28 +7974;4;4364.50;10.75;987.00;2.97;0.28 +7974;9;4360.94;10.86;984.00;1.57;0.28 +7974;10;4367.06;10.75;984.00;-1.57;0.28 7974;21;4360.94;10.86;984.00;1.57;0.28 +7975;0;3894.00;14.47;1165.00;0.00;0.40 +7975;1;3893.50;14.30;1160.00;-0.10;0.40 +7975;2;3898.50;14.30;1163.00;1.15;0.40 +7975;3;3889.00;14.55;1164.00;-1.37;0.40 +7975;4;3896.50;15.15;1170.00;2.67;0.40 +7975;5;3891.50;15.30;1168.50;3.76;0.40 +7975;9;3890.40;14.65;1165.00;1.57;0.40 +7975;10;3897.60;14.31;1165.00;-1.57;0.40 7975;21;3890.40;14.65;1165.00;1.57;0.40 +7976;0;4363.00;14.85;1046.00;0.00;0.40 +7976;1;4362.00;14.60;1041.50;-0.21;0.40 +7976;2;4368.00;13.85;1044.50;1.27;0.40 +7976;3;4356.50;14.20;1042.50;-1.07;0.40 +7976;4;4357.50;14.30;1046.50;4.62;0.40 +7976;5;4369.00;14.15;1048.00;1.89;0.40 +7976;6;4366.50;14.75;1050.00;2.42;0.40 +7976;7;4360.00;14.25;1050.00;3.78;0.40 +7976;9;4358.32;14.43;1046.00;1.57;0.40 +7976;10;4367.68;14.03;1046.00;-1.57;0.40 7976;21;4358.32;14.43;1046.00;1.57;0.40 +7977;0;3529.00;9.70;1179.00;0.00;0.40 +7977;1;3526.50;9.70;1175.50;-0.62;0.40 +7977;2;3532.00;9.70;1175.00;0.64;0.40 +7977;3;3532.00;9.70;1180.00;1.89;0.40 +7977;4;3524.50;9.70;1181.00;4.29;0.40 +7977;5;3527.00;9.70;1183.00;3.60;0.40 +7977;9;3525.22;9.70;1179.00;1.57;0.40 +7977;10;3532.78;9.70;1179.00;-1.57;0.40 7977;21;3525.22;9.70;1179.00;1.57;0.40 +7978;0;2973.00;12.47;760.00;0.00;0.56 +7978;1;2977.00;14.05;757.50;1.01;0.56 +7978;2;2968.00;12.75;754.50;-0.73;0.56 +7978;3;2964.50;12.45;757.00;-1.23;0.56 +7978;4;2966.00;12.10;761.50;4.50;0.56 +7978;5;2982.00;13.00;763.00;1.89;0.56 +7978;6;2975.00;10.80;765.50;2.79;0.56 +7978;9;2966.16;12.48;760.00;1.57;0.56 +7978;10;2979.84;12.75;760.00;-1.57;0.56 7978;21;2979.84;12.75;760.00;-1.57;0.56 +7979;0;2642.00;11.72;1082.00;0.00;0.40 +7979;1;2644.00;11.07;1078.00;0.46;0.40 +7979;2;2628.00;10.50;1079.50;-1.39;0.40 +7979;3;2656.50;10.70;1082.50;1.60;0.40 +7979;4;2625.00;10.70;1083.50;4.62;0.40 +7979;5;2633.50;10.90;1085.00;4.37;0.40 +7979;6;2648.00;11.50;1086.50;2.21;0.40 +7979;9;2629.94;10.62;1082.00;1.57;0.40 +7979;10;2654.06;10.67;1082.00;-1.57;0.40 7979;21;2629.94;10.62;1082.00;1.57;0.40 +7980;0;3453.00;12.47;812.00;0.00;0.66 +7980;1;3454.50;15.00;806.50;0.26;0.66 +7980;2;3444.50;15.20;808.00;-1.13;0.66 +7980;3;3462.50;13.50;815.00;1.87;0.66 +7980;4;3444.00;11.72;815.00;4.39;0.66 +7980;5;3459.00;12.05;818.50;2.39;0.66 +7980;6;3450.00;13.35;819.50;3.52;0.66 +7980;9;3444.90;11.81;812.00;1.57;0.66 +7980;10;3461.10;15.46;812.00;-1.57;0.66 7980;21;3444.90;11.81;812.00;1.57;0.66 +7981;0;1272.00;10.50;1400.00;0.00;0.50 +7981;1;1276.50;10.40;1394.50;0.68;0.50 +7981;2;1270.00;10.57;1397.00;-0.58;0.50 +7981;3;1278.00;10.40;1398.00;1.24;0.50 +7981;4;1276.50;10.40;1401.00;1.78;0.50 +7981;5;1266.50;10.60;1402.00;4.36;0.50 +7981;6;1272.00;10.60;1404.50;3.14;0.50 +7981;7;1267.00;10.65;1405.00;3.92;0.50 +7981;9;1267.32;10.60;1400.00;1.57;0.50 +7981;10;1276.68;10.40;1400.00;-1.57;0.50 7981;21;1267.32;10.60;1400.00;1.57;0.50 +7982;0;3692.00;11.35;1101.00;0.00;0.46 +7982;1;3688.50;9.95;1096.00;-0.61;0.46 +7982;2;3695.50;10.30;1097.00;0.71;0.46 +7982;3;3684.00;11.20;1099.50;-1.38;0.46 +7982;4;3699.50;10.70;1100.00;1.43;0.46 +7982;5;3699.50;10.70;1104.50;2.00;0.46 +7982;6;3690.50;12.35;1104.00;3.60;0.46 +7982;9;3685.70;11.64;1101.00;1.57;0.46 +7982;10;3698.30;10.77;1101.00;-1.57;0.46 +7982;19;3686.00;9.50;1094.00;-0.61;0.46 +7982;20;3684.86;9.50;1092.67;-0.70;0.46 7982;21;3685.70;11.64;1101.00;1.57;0.46 +7983;0;2741.00;10.80;820.00;0.00;0.86 +7983;1;2744.50;10.80;812.50;0.43;0.86 +7983;2;2752.50;10.90;815.50;1.19;0.86 +7983;3;2734.00;10.87;816.00;-1.05;0.86 +7983;4;2733.00;11.00;825.50;4.11;0.86 +7983;5;2745.00;10.95;823.00;2.21;0.86 +7983;6;2739.50;11.10;830.00;3.29;0.86 +7983;9;2733.08;10.90;820.00;1.57;0.86 +7983;10;2748.92;11.00;820.00;-1.57;0.86 7983;21;2733.08;10.90;820.00;1.57;0.86 +7984;0;3842.00;17.22;1234.00;0.00;0.48 +7984;1;3839.50;17.55;1228.00;-0.39;0.48 +7984;2;3846.00;17.60;1232.00;1.10;0.48 +7984;3;3836.50;17.00;1231.00;-1.07;0.48 +7984;4;3839.00;17.22;1237.00;3.92;0.48 +7984;5;3846.50;17.30;1237.50;2.23;0.48 +7984;9;3837.32;17.34;1234.00;1.57;0.48 +7984;10;3846.68;17.75;1234.00;-1.57;0.48 7984;21;3837.32;17.34;1234.00;1.57;0.48 +7985;0;3084.00;15.52;1100.00;0.00;0.74 +7985;1;3085.00;12.20;1092.00;0.12;0.74 +7985;2;3092.00;11.97;1099.00;1.44;0.74 +7985;3;3076.00;13.05;1098.50;-1.38;0.74 +7985;4;3078.00;14.95;1106.00;3.92;0.74 +7985;5;3087.50;12.00;1107.00;2.67;0.74 +7985;9;3076.08;13.69;1100.00;1.57;0.74 +7985;10;3091.92;12.08;1100.00;-1.57;0.74 7985;21;3076.08;13.69;1100.00;1.57;0.74 +7986;0;1006.00;9.65;1415.00;0.00;0.32 +7986;1;1006.50;9.70;1412.00;0.16;0.32 +7986;2;1001.50;10.20;1414.50;-1.46;0.32 +7986;3;1011.50;9.70;1412.50;1.14;0.32 +7986;4;1011.50;9.70;1414.50;1.48;0.32 +7986;5;1007.50;9.80;1418.50;2.73;0.32 +7986;6;1002.50;9.60;1418.50;3.92;0.32 +7986;9;1001.32;10.15;1415.00;1.57;0.32 +7986;10;1010.68;9.70;1415.00;-1.57;0.32 7986;21;1010.68;9.70;1415.00;-1.57;0.32 +7987;0;3228.00;11.00;982.00;0.00;1.20 +7987;1;3233.00;11.10;967.50;0.33;1.20 +7987;2;3220.00;11.00;973.00;-0.72;1.20 +7987;3;3241.00;10.65;974.50;1.04;1.20 +7987;4;3243.50;10.80;986.00;1.82;1.20 +7987;5;3211.50;11.25;987.00;4.41;1.20 +7987;6;3223.00;10.95;994.00;3.53;1.20 +7987;7;3239.50;10.60;994.50;2.39;1.20 +7987;9;3216.12;11.00;982.00;1.57;1.20 +7987;10;3239.88;10.80;982.00;-1.57;1.20 7987;21;3216.12;11.00;982.00;1.57;1.20 +7988;0;4368.00;19.92;1181.00;0.00;0.68 +7988;1;4374.50;20.00;1175.00;0.82;0.68 +7988;2;4369.50;20.10;1174.50;0.22;0.68 +7988;3;4362.00;20.20;1182.00;4.54;0.68 +7988;4;4371.00;20.20;1184.00;2.35;0.68 +7988;5;4364.00;20.40;1188.50;3.63;0.68 +7988;9;4361.88;20.20;1181.00;1.57;0.68 +7988;10;4374.12;20.01;1181.00;-1.57;0.68 7988;21;4361.88;20.20;1181.00;1.57;0.68 +7989;0;3344.00;10.40;965.00;0.00;0.62 +7989;1;3335.00;10.40;961.00;-1.15;0.62 +7989;2;3344.50;10.50;958.50;0.07;0.62 +7989;3;3354.50;10.60;961.50;1.24;0.62 +7989;4;3353.50;10.70;968.50;1.92;0.62 +7989;5;3333.00;10.40;967.50;4.48;0.62 +7989;6;3335.00;10.40;971.00;4.12;0.62 +7989;7;3343.50;10.50;971.50;3.21;0.62 +7989;9;3335.90;10.40;965.00;1.57;0.62 +7989;10;3352.10;10.60;965.00;-1.57;0.62 7989;21;3335.90;10.40;965.00;1.57;0.62 +7990;0;3740.00;14.25;1198.00;0.00;0.50 +7990;1;3742.00;14.25;1190.50;0.26;0.50 +7990;2;3736.00;13.10;1193.00;-0.67;0.50 +7990;3;3745.50;15.80;1194.50;1.00;0.50 +7990;4;3735.00;12.80;1201.00;4.17;0.50 +7990;5;3744.50;16.30;1202.00;2.29;0.50 +7990;6;3741.50;14.40;1205.00;2.93;0.50 +7990;7;3737.00;13.95;1206.50;3.48;0.50 +7990;9;3735.50;13.05;1198.00;1.57;0.50 +7990;10;3744.50;15.35;1198.00;-1.57;0.50 7990;21;3735.50;13.05;1198.00;1.57;0.50 +7991;0;1591.00;10.02;902.00;0.00;0.66 +7991;1;1585.50;10.00;895.50;-0.70;0.66 +7991;2;1593.50;10.80;899.00;0.69;0.66 +7991;3;1586.50;9.70;903.50;4.39;0.66 +7991;4;1597.00;12.20;907.50;2.31;0.66 +7991;9;1584.52;9.60;902.00;1.57;0.66 +7991;10;1597.48;12.09;902.00;-1.57;0.66 +7991;19;1580.00;9.50;901.00;-1.89;0.66 +7991;20;1578.25;9.50;900.84;-1.48;0.66 7991;21;1584.52;9.60;902.00;1.57;0.66 +7992;0;2569.00;9.70;972.00;0.00;0.96 +7992;1;2567.50;9.70;959.50;-0.11;0.96 +7992;2;2560.00;9.67;968.00;-1.15;0.96 +7992;3;2575.50;9.70;959.50;0.48;0.96 +7992;4;2578.50;9.70;966.00;1.00;0.96 +7992;5;2578.00;9.80;977.50;2.11;0.96 +7992;6;2555.50;9.70;979.50;4.20;0.96 +7992;7;2566.50;9.70;982.50;3.37;0.96 +7992;9;2559.46;9.69;972.00;1.57;0.96 +7992;10;2578.54;9.70;972.00;-1.57;0.96 +7992;19;2552.00;9.50;964.00;-1.15;0.96 +7992;20;2550.41;9.50;963.25;-1.13;0.96 7992;21;2559.46;9.69;972.00;1.57;0.96 +7993;0;1672.00;13.60;967.00;0.00;0.66 +7993;1;1676.50;12.55;964.00;0.98;0.66 +7993;2;1666.00;14.50;962.50;-0.92;0.66 +7993;3;1669.00;12.50;974.00;3.54;0.66 +7993;4;1675.00;13.02;976.00;2.82;0.66 +7993;5;1679.00;13.65;974.00;2.35;0.66 +7993;9;1666.06;14.34;967.00;1.57;0.66 +7993;10;1677.94;12.44;967.00;-1.57;0.66 7993;21;1666.06;14.34;967.00;1.57;0.66 +7994;0;3510.00;9.70;1183.00;0.00;0.44 +7994;1;3507.00;9.70;1181.00;-0.98;0.44 +7994;2;3512.00;9.70;1179.00;0.46;0.44 +7994;3;3515.00;9.70;1183.00;1.57;0.44 +7994;4;3507.00;9.70;1186.00;3.92;0.44 +7994;5;3512.50;9.70;1185.50;2.35;0.44 +7994;6;3509.50;9.80;1188.00;3.24;0.44 +7994;9;3506.04;9.70;1183.00;1.57;0.44 +7994;10;3513.96;9.70;1183.00;-1.57;0.44 7994;21;3506.04;9.70;1183.00;1.57;0.44 +7995;0;3536.00;11.17;1075.00;0.00;0.70 +7995;1;3534.50;11.20;1066.50;-0.17;0.70 +7995;2;3542.50;11.20;1068.50;0.78;0.70 +7995;3;3528.50;11.20;1069.50;-0.93;0.70 +7995;4;3529.50;11.10;1076.50;4.48;0.70 +7995;5;3542.00;11.00;1077.50;1.96;0.70 +7995;6;3537.00;10.90;1083.50;3.02;0.70 +7995;7;3544.50;10.80;1083.50;2.35;0.70 +7995;9;3529.70;11.10;1075.00;1.57;0.70 +7995;10;3542.30;11.06;1075.00;-1.57;0.70 7995;21;3529.70;11.10;1075.00;1.57;0.70 +7996;0;3284.00;11.87;734.00;0.00;0.66 +7996;1;3280.50;12.20;724.50;-0.35;0.66 +7996;2;3289.00;12.35;722.50;0.41;0.66 +7996;3;3291.00;11.67;734.00;1.57;0.66 +7996;4;3276.50;11.90;736.50;4.39;0.66 +7996;5;3281.50;11.50;744.00;3.38;0.66 +7996;6;3287.50;11.35;746.00;2.85;0.66 +7996;9;3278.06;12.00;734.00;1.57;0.66 +7996;10;3289.94;11.72;734.00;-1.57;0.66 7996;21;3278.06;12.00;734.00;1.57;0.66 +7997;0;4289.00;19.42;1295.00;0.00;0.62 +7997;1;4283.50;18.20;1289.50;-0.78;0.62 +7997;2;4295.00;20.25;1290.00;0.87;0.62 +7997;3;4279.00;17.85;1296.50;4.56;0.62 +7997;4;4302.50;20.95;1295.00;1.57;0.62 +7997;5;4298.00;20.85;1298.50;1.94;0.62 +7997;6;4288.00;19.95;1300.50;3.32;0.62 +7997;7;4279.50;19.00;1301.50;4.11;0.62 +7997;9;4279.46;17.64;1295.00;1.57;0.62 +7997;10;4298.54;20.85;1295.00;-1.57;0.62 7997;21;4279.46;17.64;1295.00;1.57;0.62 +7998;0;3977.00;10.40;1108.00;0.00;0.50 +7998;1;3975.50;10.50;1101.00;-0.21;0.50 +7998;2;3972.00;10.30;1106.50;-1.27;0.50 +7998;3;3981.00;10.50;1104.50;0.85;0.50 +7998;4;3982.00;10.40;1111.50;2.18;0.50 +7998;5;3975.50;10.30;1113.00;3.43;0.50 +7998;9;3972.50;10.30;1108.00;1.57;0.50 +7998;10;3981.50;10.45;1108.00;-1.57;0.50 7998;21;3972.50;10.30;1108.00;1.57;0.50 +7999;0;1115.00;16.95;1495.00;0.00;0.40 +7999;1;1114.00;15.87;1491.00;-0.24;0.40 +7999;2;1109.50;15.30;1491.00;-0.94;0.40 +7999;3;1120.00;17.65;1494.50;1.47;0.40 +7999;4;1109.00;16.02;1494.00;-1.40;0.40 +7999;5;1109.00;16.65;1497.50;4.31;0.40 +7999;6;1114.00;18.10;1500.00;3.33;0.40 +7999;7;1120.50;19.00;1499.50;2.25;0.40 +7999;9;1110.32;16.30;1495.00;1.57;0.40 +7999;10;1119.68;17.88;1495.00;-1.57;0.40 7999;21;1110.32;16.30;1495.00;1.57;0.40 +8000;0;3643.00;9.60;849.00;0.00;0.20 +8000;1;3645.50;9.55;848.00;1.19;0.20 +8000;2;3644.50;9.70;850.00;2.15;0.20 +8000;9;3636.34;9.50;849.00;1.57;0.20 +8000;10;3649.66;9.55;849.00;-1.57;0.20 +8000;19;3655.00;9.50;850.00;1.19;0.20 +8000;20;3656.74;9.50;850.14;1.65;0.20 8000;21;3636.34;9.50;849.00;1.57;0.20 +8001;0;3517.00;9.80;1157.00;0.00;0.44 +8001;1;3521.00;9.90;1152.00;0.67;0.44 +8001;2;3524.50;9.80;1153.50;1.13;0.44 +8001;3;3514.50;9.95;1155.00;-0.89;0.44 +8001;4;3523.50;9.75;1157.00;1.57;0.44 +8001;5;3509.50;9.95;1159.00;4.45;0.44 +8001;6;3517.00;9.80;1161.00;3.14;0.44 +8001;7;3510.50;9.85;1161.00;4.16;0.44 +8001;9;3510.88;10.00;1157.00;1.57;0.44 +8001;10;3523.12;9.76;1157.00;-1.57;0.44 8001;21;3523.12;9.76;1157.00;-1.57;0.44 +8002;0;3682.00;10.00;951.00;0.00;0.74 +8002;1;3672.50;10.20;943.00;-0.87;0.74 +8002;2;3686.50;10.10;949.00;1.15;0.74 +8002;3;3670.50;10.10;947.50;-1.27;0.74 +8002;4;3678.50;10.00;954.50;3.92;0.74 +8002;5;3690.00;10.10;959.50;2.38;0.74 +8002;9;3673.00;10.10;951.00;1.57;0.74 +8002;10;3691.00;9.50;951.00;-1.57;0.74 +8002;19;3707.00;9.50;956.00;1.15;0.74 +8002;20;3708.71;9.50;956.34;1.76;0.74 8002;21;3673.00;10.10;951.00;1.57;0.74 +8003;0;1175.00;15.60;1291.00;0.00;0.54 +8003;1;1178.00;14.80;1286.00;0.54;0.54 +8003;2;1169.00;15.10;1290.50;-1.48;0.54 +8003;3;1184.00;14.65;1288.50;1.30;0.54 +8003;4;1180.00;14.57;1294.00;2.11;0.54 +8003;5;1173.00;15.40;1295.50;3.56;0.54 +8003;6;1167.50;15.65;1296.00;4.12;0.54 +8003;9;1168.52;15.00;1291.00;1.57;0.54 +8003;10;1181.48;14.90;1291.00;-1.57;0.54 8003;21;1168.52;15.00;1291.00;1.57;0.54 +8004;0;3482.00;12.27;1031.00;0.00;0.62 +8004;1;3480.00;12.10;1023.50;-0.26;0.62 +8004;2;3486.50;12.20;1024.50;0.60;0.62 +8004;3;3475.50;12.10;1030.50;-1.49;0.62 +8004;4;3488.50;12.10;1032.00;1.72;0.62 +8004;5;3478.00;12.20;1037.50;3.69;0.62 +8004;6;3484.50;12.10;1038.50;2.82;0.62 +8004;9;3476.42;12.10;1031.00;1.57;0.62 +8004;10;3487.58;12.14;1031.00;-1.57;0.62 8004;21;3476.42;12.10;1031.00;1.57;0.62 +8005;0;4012.00;21.05;1219.00;0.00;0.52 +8005;1;4010.00;20.65;1216.00;-0.58;0.52 +8005;2;4018.00;21.70;1215.00;0.98;0.52 +8005;3;4015.50;21.15;1221.00;2.09;0.52 +8005;4;4005.00;20.35;1223.50;4.14;0.52 +8005;5;4007.50;20.90;1225.50;3.74;0.52 +8005;9;4006.24;20.48;1219.00;1.57;0.52 +8005;10;4017.76;21.11;1219.00;-1.57;0.52 8005;21;4006.24;20.48;1219.00;1.57;0.52 +8006;0;2672.00;10.02;741.00;0.00;0.80 +8006;1;2679.50;9.75;730.00;0.59;0.80 +8006;2;2670.00;10.25;735.00;-0.32;0.80 +8006;3;2677.50;10.10;741.50;1.66;0.80 +8006;4;2665.00;10.40;746.00;4.09;0.80 +8006;5;2671.00;10.10;754.50;3.21;0.80 +8006;6;2674.00;10.10;755.00;3.00;0.80 +8006;9;2664.80;10.30;741.00;1.57;0.80 +8006;10;2679.20;10.03;741.00;-1.57;0.80 +8006;19;2653.00;9.50;741.00;-0.32;0.80 +8006;20;2651.25;9.50;741.00;4.71;0.80 8006;21;2664.80;10.30;741.00;1.57;0.80 +8007;0;3934.00;10.77;1146.00;0.00;0.48 +8007;1;3929.50;11.30;1140.50;-0.68;0.48 +8007;2;3934.50;11.10;1141.50;0.11;0.48 +8007;3;3931.00;10.65;1147.00;4.39;0.48 +8007;4;3938.50;10.15;1147.00;1.78;0.48 +8007;5;3937.00;10.30;1151.50;2.64;0.48 +8007;9;3929.68;10.75;1146.00;1.57;0.48 +8007;10;3938.32;10.26;1146.00;-1.57;0.48 8007;21;3929.68;10.75;1146.00;1.57;0.48 +8008;0;2662.00;11.40;813.00;0.00;0.78 +8008;1;2661.50;11.15;806.00;-0.07;0.78 +8008;2;2650.50;11.50;810.50;-1.35;0.78 +8008;3;2672.00;11.20;810.50;1.32;0.78 +8008;4;2669.00;11.02;819.00;2.27;0.78 +8008;5;2659.00;11.00;819.00;3.60;0.78 +8008;6;2666.50;11.00;824.50;2.76;0.78 +8008;9;2653.54;11.19;813.00;1.57;0.78 +8008;10;2670.46;11.10;813.00;-1.57;0.78 8008;21;2653.54;11.19;813.00;1.57;0.78 +8009;0;3699.00;12.67;1220.00;0.00;0.58 +8009;1;3702.50;12.85;1216.00;0.71;0.58 +8009;2;3692.50;12.20;1216.50;-1.07;0.58 +8009;3;3709.00;13.60;1221.50;1.72;0.58 +8009;4;3694.00;11.55;1223.50;4.10;0.58 +8009;5;3702.50;12.60;1226.00;2.61;0.58 +8009;9;3691.44;11.59;1220.00;1.57;0.58 +8009;10;3706.56;12.66;1220.00;-1.57;0.58 8009;21;3691.44;11.59;1220.00;1.57;0.58 +8010;0;4207.00;18.57;1097.00;0.00;0.52 +8010;1;4208.00;16.50;1091.00;0.16;0.52 +8010;2;4202.00;16.10;1092.50;-0.83;0.52 +8010;3;4211.50;18.50;1097.50;1.68;0.52 +8010;4;4199.50;16.90;1095.50;-1.37;0.52 +8010;5;4206.00;20.30;1102.00;3.33;0.52 +8010;9;4202.32;18.13;1097.00;1.57;0.52 +8010;10;4211.68;18.38;1097.00;-1.57;0.52 8010;21;4202.32;18.13;1097.00;1.57;0.52 +8011;0;4013.00;11.60;856.00;0.00;0.30 +8011;1;4011.50;11.30;853.50;-0.54;0.30 +8011;2;4015.50;11.40;852.50;0.62;0.30 +8011;3;4015.00;11.95;857.50;2.21;0.30 +8011;4;4011.00;11.52;859.00;3.73;0.30 +8011;9;4010.30;11.34;856.00;1.57;0.30 +8011;10;4015.70;11.89;856.00;-1.57;0.30 8011;21;4010.30;11.34;856.00;1.57;0.30 +8012;0;1079.00;12.82;1375.00;0.00;0.52 +8012;1;1073.00;11.70;1369.50;-0.82;0.52 +8012;2;1081.00;12.67;1371.00;0.46;0.52 +8012;3;1071.00;12.75;1375.50;4.65;0.52 +8012;4;1087.50;12.75;1373.00;1.34;0.52 +8012;5;1088.50;12.80;1376.50;1.72;0.52 +8012;6;1076.50;13.50;1380.50;3.56;0.52 +8012;7;1084.50;13.40;1380.50;2.35;0.52 +8012;9;1072.52;12.70;1375.00;1.57;0.52 +8012;10;1085.48;12.90;1375.00;-1.57;0.52 8012;21;1085.48;12.90;1375.00;-1.57;0.52 +8013;0;3822.00;13.20;1123.00;0.00;0.62 +8013;1;3822.00;12.85;1114.50;0.00;0.62 +8013;2;3816.50;12.80;1119.50;-1.00;0.62 +8013;3;3826.00;12.92;1117.00;0.58;0.62 +8013;4;3829.50;13.20;1123.50;1.63;0.62 +8013;5;3812.50;13.20;1125.50;4.45;0.62 +8013;6;3819.00;14.25;1128.50;3.64;0.62 +8013;7;3827.00;14.45;1129.50;2.48;0.62 +8013;8;3830.50;14.70;1129.50;2.22;0.62 +8013;9;3815.34;13.22;1123.00;1.57;0.62 +8013;10;3828.66;13.15;1123.00;-1.57;0.62 8013;21;3815.34;13.22;1123.00;1.57;0.62 +8014;0;1519.00;12.20;1474.00;0.00;0.22 +8014;1;1519.50;13.40;1471.50;0.19;0.22 +8014;2;1515.50;11.60;1472.00;-1.05;0.22 +8014;3;1522.00;13.45;1472.50;1.10;0.22 +8014;4;1515.00;10.70;1474.50;4.58;0.22 +8014;5;1523.50;13.10;1475.00;1.78;0.22 +8014;6;1519.50;11.30;1476.50;2.94;0.22 +8014;7;1524.00;12.07;1477.00;2.11;0.22 +8014;9;1515.22;10.88;1474.00;1.57;0.22 +8014;10;1522.78;13.15;1474.00;-1.57;0.22 8014;21;1515.22;10.88;1474.00;1.57;0.22 +8015;0;2601.00;9.82;885.00;0.00;0.52 +8015;1;2597.50;9.70;877.50;-0.43;0.52 +8015;2;2604.00;9.80;877.00;0.35;0.52 +8015;3;2608.00;10.30;882.00;1.16;0.52 +8015;4;2596.00;9.70;888.50;4.10;0.52 +8015;5;2601.50;9.80;891.50;3.06;0.52 +8015;6;2596.50;10.10;897.50;3.48;0.52 +8015;9;2596.32;9.70;885.00;1.57;0.52 +8015;10;2605.68;10.11;885.00;-1.57;0.52 8015;21;2596.32;9.70;885.00;1.57;0.52 +8016;0;3159.00;11.30;601.00;0.00;0.76 +8016;1;3159.50;11.40;591.50;0.05;0.76 +8016;2;3152.00;11.37;592.00;-0.66;0.76 +8016;3;3167.00;11.40;596.00;1.01;0.76 +8016;4;3145.00;11.10;598.00;-1.36;0.76 +8016;5;3174.00;11.40;600.00;1.50;0.76 +8016;6;3171.50;11.40;606.00;1.95;0.76 +8016;7;3157.00;11.50;608.00;3.42;0.76 +8016;9;3147.84;11.26;601.00;1.57;0.76 +8016;10;3170.16;11.36;601.00;-1.57;0.76 8016;21;3147.84;11.26;601.00;1.57;0.76 +8017;0;1430.00;11.40;1109.00;0.00;0.68 +8017;1;1428.00;13.00;1101.00;-0.24;0.68 +8017;2;1435.00;11.72;1107.00;1.19;0.68 +8017;3;1423.00;12.70;1103.50;-0.90;0.68 +8017;4;1424.00;11.80;1109.50;4.62;0.68 +8017;5;1439.00;11.32;1114.00;2.07;0.68 +8017;6;1434.00;10.12;1116.00;2.62;0.68 +8017;9;1423.16;11.88;1109.00;1.57;0.68 +8017;10;1436.84;11.18;1109.00;-1.57;0.68 +8017;19;1442.99;9.40;1123.57;-3.26;0.68 +8017;20;1444.15;9.40;1124.87;2.41;0.68 8017;21;1436.84;11.18;1109.00;-1.57;0.68 +8018;0;4307.00;21.15;1226.00;0.00;0.80 +8018;1;4315.00;21.20;1221.50;1.05;0.80 +8018;2;4304.00;21.27;1220.00;-0.46;0.80 +8018;3;4296.50;21.30;1225.50;-1.52;0.80 +8018;4;4299.00;21.15;1231.50;4.11;0.80 +8018;5;4310.00;20.95;1230.50;2.55;0.80 +8018;9;4298.90;21.23;1226.00;1.57;0.80 +8018;10;4315.10;20.85;1226.00;-1.57;0.80 8018;21;4298.90;21.23;1226.00;1.57;0.80 +8019;0;3384.00;13.30;736.00;0.00;0.76 +8019;1;3382.00;12.50;728.00;-0.24;0.76 +8019;2;3391.50;14.80;732.50;1.13;0.76 +8019;3;3375.50;12.20;730.50;-0.99;0.76 +8019;4;1691.50;9.50;367.50;-1.35;0.76 +8019;5;3374.50;12.40;734.00;-1.36;0.76 +8019;6;3375.00;13.15;741.50;4.16;0.76 +8019;7;3387.50;14.70;742.00;2.61;0.76 +8019;9;3375.72;13.21;736.00;1.57;0.76 +8019;10;3392.28;14.60;736.00;-1.57;0.76 8019;21;3375.72;13.21;736.00;1.57;0.76 +8020;0;3724.00;12.17;1008.00;0.00;0.46 +8020;1;3728.00;10.30;1002.50;0.62;0.46 +8020;2;3722.00;11.10;1003.50;-0.41;0.46 +8020;3;3730.00;11.40;1009.50;1.81;0.46 +8020;4;3716.00;12.72;1007.00;-1.44;0.46 +8020;5;3721.50;13.60;1011.50;3.76;0.46 +8020;9;3718.24;12.81;1008.00;1.57;0.46 +8020;10;3729.76;11.30;1008.00;-1.57;0.46 +8020;19;3732.00;10.93;1017.00;-4.47;0.46 +8020;20;3733.16;10.93;1018.30;2.41;0.46 8020;21;3718.24;12.81;1008.00;1.57;0.46 +8021;0;2938.00;10.72;790.00;0.00;0.66 +8021;1;2938.00;10.70;782.50;0.00;0.66 +8021;2;2931.50;10.70;792.50;4.34;0.66 +8021;3;2946.00;10.95;784.00;0.92;0.66 +8021;4;2945.00;12.50;790.50;1.64;0.66 +8021;5;2940.00;12.55;798.50;2.91;0.66 +8021;9;2932.06;10.52;790.00;1.57;0.66 +8021;10;2943.94;12.23;790.00;-1.57;0.66 8021;21;2932.06;10.52;790.00;1.57;0.66 +8022;0;3948.00;13.10;1210.00;0.00;0.46 +8022;1;3945.50;12.45;1207.00;-0.69;0.46 +8022;2;3952.50;12.40;1206.00;0.84;0.46 +8022;3;3951.50;13.20;1212.50;2.19;0.46 +8022;4;3943.50;12.60;1212.00;4.29;0.46 +8022;5;3946.50;12.95;1215.00;3.43;0.46 +8022;9;3943.50;12.45;1210.00;1.57;0.46 +8022;10;3952.50;12.85;1210.00;-1.57;0.46 8022;21;3943.50;12.45;1210.00;1.57;0.46 +8023;0;4387.00;13.80;1054.00;0.00;0.36 +8023;1;4386.00;13.90;1049.50;-0.21;0.36 +8023;2;4383.00;14.30;1050.50;-0.85;0.36 +8023;3;4389.50;14.20;1052.00;0.89;0.36 +8023;4;4381.00;14.55;1052.00;-1.24;0.36 +8023;5;4382.00;14.70;1055.50;4.42;0.36 +8023;6;4393.50;14.55;1055.00;1.72;0.36 +8023;7;4392.00;14.30;1057.50;2.18;0.36 +8023;8;4386.50;13.90;1058.50;3.25;0.36 +8023;9;4382.50;14.65;1054.00;1.57;0.36 +8023;10;4391.50;14.40;1054.00;-1.57;0.36 8023;21;4382.50;14.65;1054.00;1.57;0.36 +8024;0;1764.00;9.80;1007.00;0.00;0.58 +8024;1;1769.00;9.70;999.50;0.58;0.58 +8024;2;1762.00;9.70;1000.00;-0.27;0.58 +8024;3;1770.00;10.10;1005.50;1.32;0.58 +8024;4;1756.50;9.70;1002.50;-1.03;0.58 +8024;5;1758.50;9.80;1009.50;4.28;0.58 +8024;6;1768.00;9.80;1013.00;2.55;0.58 +8024;7;1762.50;9.80;1015.50;3.31;0.58 +8024;9;1758.78;9.71;1007.00;1.57;0.58 +8024;10;1769.22;10.00;1007.00;-1.57;0.58 8024;21;1758.78;9.71;1007.00;1.57;0.58 +8025;0;1297.00;10.70;1437.00;0.00;0.40 +8025;1;1294.50;10.70;1433.00;-0.55;0.40 +8025;2;1299.50;10.60;1432.50;0.50;0.40 +8025;3;1301.50;10.60;1436.00;1.35;0.40 +8025;4;1292.50;10.70;1436.00;-1.35;0.40 +8025;5;1293.50;10.80;1440.50;3.92;0.40 +8025;6;1301.00;10.67;1441.00;2.35;0.40 +8025;7;1297.00;10.82;1442.00;3.14;0.40 +8025;9;1293.40;10.70;1437.00;1.57;0.40 +8025;10;1300.60;10.60;1437.00;-1.57;0.40 8025;21;1293.40;10.70;1437.00;1.57;0.40 +8026;0;4455.00;10.20;1157.00;0.00;0.36 +8026;1;4455.00;10.22;1153.00;0.00;0.36 +8026;2;4449.50;10.20;1154.00;-1.07;0.36 +8026;3;4459.50;10.40;1156.00;1.35;0.36 +8026;4;4451.50;10.30;1158.00;4.43;0.36 +8026;5;4459.00;10.40;1160.00;2.21;0.36 +8026;6;4456.00;10.37;1161.00;2.89;0.36 +8026;9;4450.86;10.30;1157.00;1.57;0.36 +8026;10;4459.14;10.36;1157.00;-1.57;0.36 8026;21;4450.86;10.30;1157.00;1.57;0.36 +8027;0;3932.00;19.60;1294.00;0.00;0.48 +8027;1;3926.50;18.30;1289.50;-0.88;0.48 +8027;2;3932.50;18.80;1290.00;0.12;0.48 +8027;3;3939.00;20.92;1295.00;1.71;0.48 +8027;4;3924.50;18.00;1293.50;-1.50;0.48 +8027;5;3926.00;17.95;1297.00;4.24;0.48 +8027;6;3932.50;18.90;1298.50;3.03;0.48 +8027;7;3938.00;20.10;1299.50;2.31;0.48 +8027;9;3925.88;18.27;1294.00;1.57;0.48 +8027;10;3938.12;20.48;1294.00;-1.57;0.48 8027;21;3938.12;20.48;1294.00;-1.57;0.48 +8028;0;2902.00;10.25;877.00;0.00;0.70 +8028;1;2911.00;10.40;868.00;0.78;0.70 +8028;2;2899.00;10.30;871.50;-0.49;0.70 +8028;3;2911.50;10.40;877.50;1.62;0.70 +8028;4;2888.50;10.20;877.50;4.67;0.70 +8028;5;2899.50;10.40;883.50;3.50;0.70 +8028;9;2892.82;10.23;877.00;1.57;0.70 +8028;10;2911.18;10.40;877.00;-1.57;0.70 8028;21;2892.82;10.23;877.00;1.57;0.70 +8029;0;4082.00;23.45;1165.00;0.00;0.82 +8029;1;4081.50;22.40;1156.50;-0.05;0.82 +8029;2;4073.50;22.10;1158.50;-0.91;0.82 +8029;3;4090.50;23.50;1160.50;1.08;0.82 +8029;4;4071.50;22.85;1166.00;4.61;0.82 +8029;5;4090.50;22.60;1168.50;1.96;0.82 +8029;6;4077.00;22.75;1171.50;3.79;0.82 +8029;7;4084.50;22.30;1174.50;2.88;0.82 +8029;9;4073.54;23.05;1165.00;1.57;0.82 +8029;10;4090.46;23.44;1165.00;-1.57;0.82 8029;21;4073.54;23.05;1165.00;1.57;0.82 +8030;0;3533.00;11.50;938.00;0.00;0.72 +8030;1;3529.00;11.70;931.50;-0.55;0.72 +8030;2;3541.50;11.55;933.00;1.03;0.72 +8030;3;3520.00;11.90;938.00;4.71;0.72 +8030;4;3543.00;11.30;943.00;2.03;0.72 +8030;5;3529.00;11.55;943.50;3.77;0.72 +8030;9;3523.28;11.80;938.00;1.57;0.72 +8030;10;3542.72;11.40;938.00;-1.57;0.72 8030;21;3523.28;11.80;938.00;1.57;0.72 +8031;0;3648.00;16.05;1164.00;0.00;0.56 +8031;1;3653.50;15.45;1161.00;1.07;0.56 +8031;2;3645.00;16.07;1159.00;-0.54;0.56 +8031;3;3639.50;16.80;1165.00;4.59;0.56 +8031;4;3655.50;13.90;1166.50;1.89;0.56 +8031;5;3647.00;14.45;1169.00;3.33;0.56 +8031;9;3641.34;16.65;1164.00;1.57;0.56 +8031;10;3654.66;14.33;1164.00;-1.57;0.56 8031;21;3641.34;16.65;1164.00;1.57;0.56 +8032;0;1203.00;11.40;1169.00;0.00;0.48 +8032;1;1202.00;10.25;1164.50;-0.21;0.48 +8032;2;1208.50;11.25;1166.00;1.07;0.48 +8032;3;1195.00;10.15;1168.50;-1.50;0.48 +8032;4;1208.00;12.10;1172.50;2.18;0.48 +8032;5;1199.00;11.45;1172.50;3.99;0.48 +8032;9;1197.24;10.57;1169.00;1.57;0.48 +8032;10;1208.76;11.86;1169.00;-1.57;0.48 +8032;19;1198.49;9.70;1163.10;-0.41;0.48 +8032;20;1197.43;9.70;1161.70;-0.65;0.48 8032;21;1199.56;10.90;1166.78;-1.57;0.48 +8033;0;1101.00;11.25;1333.00;0.00;0.44 +8033;1;1100.00;10.57;1326.00;-0.14;0.44 +8033;2;1097.00;10.55;1331.50;-1.21;0.44 +8033;3;1105.50;12.70;1332.00;1.35;0.44 +8033;4;1098.50;10.90;1338.50;3.56;0.44 +8033;5;1103.00;12.25;1339.50;2.84;0.44 +8033;9;1097.04;10.50;1333.00;1.57;0.44 +8033;10;1104.96;12.68;1333.00;-1.57;0.44 8033;21;1098.66;11.00;1333.60;-1.57;0.44 +8034;0;2917.00;9.70;739.00;0.00;0.68 +8034;1;2910.00;9.70;729.00;-0.61;0.68 +8034;2;2911.50;9.70;738.00;-1.39;0.68 +8034;3;2916.00;9.70;729.50;-0.10;0.68 +8034;4;2920.00;9.70;730.50;0.33;0.68 +8034;5;2922.50;9.70;738.00;1.39;0.68 +8034;6;2919.50;9.95;749.00;2.89;0.68 +8034;7;2914.00;9.70;749.00;3.43;0.68 +8034;9;2910.88;9.70;739.00;1.57;0.68 +8034;10;2923.12;9.78;739.00;-1.57;0.68 +8034;19;2913.00;9.50;724.00;-0.17;0.68 +8034;20;2912.54;9.50;722.30;-0.26;0.68 8034;21;2923.12;9.78;739.00;-1.57;0.68 +8035;0;2620.00;10.40;999.00;0.00;1.26 +8035;1;2616.00;10.75;985.50;-0.28;1.26 +8035;2;2627.00;10.35;986.50;0.51;1.26 +8035;3;2603.50;10.00;991.00;-1.11;1.26 +8035;4;2633.00;10.57;1000.00;1.64;1.26 +8035;5;2609.50;10.45;1003.00;4.34;1.26 +8035;6;2627.00;10.40;1012.50;2.66;1.26 +8035;7;2616.00;10.25;1014.00;3.40;1.26 +8035;9;2608.12;10.46;999.00;1.57;1.26 +8035;10;2631.88;10.60;999.00;-1.57;1.26 8035;21;2608.12;10.46;999.00;1.57;1.26 +8036;0;3426.00;15.65;773.00;0.00;0.76 +8036;1;3417.00;17.45;769.50;-1.20;0.76 +8036;2;3428.00;18.30;766.50;0.29;0.76 +8036;3;3433.50;14.50;777.00;2.06;0.76 +8036;4;3422.50;17.70;779.50;3.63;0.76 +8036;9;3418.26;17.68;773.00;1.57;0.76 +8036;10;3433.74;14.77;773.00;-1.57;0.76 8036;21;3418.26;17.68;773.00;1.57;0.76 +8037;0;4222.00;22.65;1222.00;0.00;0.76 +8037;1;4224.50;22.60;1209.50;0.19;0.76 +8037;2;4230.50;22.40;1213.00;0.75;0.76 +8037;3;4216.00;22.82;1217.00;-0.87;0.76 +8037;4;4228.00;22.60;1226.50;2.21;0.76 +8037;5;4214.00;22.47;1231.00;3.86;0.76 +8037;6;4219.50;22.60;1236.50;3.31;0.76 +8037;9;4215.16;22.50;1222.00;1.57;0.76 +8037;10;4228.84;22.80;1222.00;-1.57;0.76 8037;21;4215.16;22.50;1222.00;1.57;0.76 +8038;0;2606.00;9.90;1094.00;0.00;0.64 +8038;1;2600.00;9.75;1086.00;-0.64;0.64 +8038;2;2597.00;9.60;1088.00;-0.98;0.64 +8038;3;2607.00;10.20;1089.50;0.21;0.64 +8038;4;2605.00;9.70;1098.00;3.38;0.64 +8038;5;2612.50;10.90;1096.50;1.93;0.64 +8038;9;2598.80;9.66;1094.00;1.57;0.64 +8038;10;2613.20;11.44;1094.00;-1.57;0.64 +8038;19;2586.00;9.57;1080.00;-0.98;0.64 +8038;20;2584.56;9.57;1078.99;-0.96;0.64 8038;21;2598.80;9.66;1094.00;1.57;0.64 +8039;0;2800.00;10.40;801.00;0.00;0.56 +8039;1;2799.50;10.15;791.00;-0.05;0.56 +8039;2;2804.50;10.10;794.50;0.60;0.56 +8039;3;2795.50;10.40;804.50;4.05;0.56 +8039;4;2805.00;10.55;807.00;2.44;0.56 +8039;5;2801.00;10.45;813.00;3.05;0.56 +8039;9;2794.96;10.40;801.00;1.57;0.56 +8039;10;2805.04;10.50;801.00;-1.57;0.56 8039;21;2805.04;10.50;801.00;-1.57;0.56 +8040;0;3565.00;15.52;1222.00;0.00;0.42 +8040;1;3568.50;15.50;1217.50;0.66;0.42 +8040;2;3562.50;15.45;1218.00;-0.55;0.42 +8040;3;3571.50;15.50;1220.00;1.27;0.42 +8040;4;3559.00;15.25;1222.50;4.62;0.42 +8040;5;3566.00;14.95;1225.50;2.86;0.42 +8040;6;3560.00;14.75;1226.00;4.03;0.42 +8040;9;3559.96;15.37;1222.00;1.57;0.42 +8040;10;3570.04;15.35;1222.00;-1.57;0.42 8040;21;3559.96;15.37;1222.00;1.57;0.42 +8041;0;4306.00;20.82;1145.00;0.00;0.74 +8041;1;4301.00;17.90;1135.50;-0.48;0.74 +8041;2;4298.50;17.95;1139.00;-0.89;0.74 +8041;3;4311.50;21.40;1143.00;1.22;0.74 +8041;4;4300.00;20.30;1146.50;4.46;0.74 +8041;5;4317.00;20.70;1150.00;1.99;0.74 +8041;6;4307.50;21.40;1151.50;2.91;0.74 +8041;7;4315.50;20.50;1151.50;2.17;0.74 +8041;9;4298.44;19.69;1145.00;1.57;0.74 +8041;10;4313.56;21.45;1145.00;-1.57;0.74 8041;21;4298.44;19.69;1145.00;1.57;0.74 +8042;0;4086.00;12.97;1289.00;0.00;0.70 +8042;1;4082.00;13.42;1282.00;-0.51;0.70 +8042;2;4096.50;13.30;1285.50;1.24;0.70 +8042;3;4073.00;13.00;1289.50;4.67;0.70 +8042;4;4098.50;12.85;1293.00;1.88;0.70 +8042;5;4084.50;12.80;1295.50;3.36;0.70 +8042;9;4075.74;13.03;1289.00;1.57;0.70 +8042;10;4096.26;13.08;1289.00;-1.57;0.70 8042;21;4075.74;13.03;1289.00;1.57;0.70 +8043;0;3455.00;11.10;869.00;0.00;0.80 +8043;1;3463.50;10.90;859.50;0.73;0.80 +8043;2;3455.50;10.75;865.00;0.12;0.80 +8043;3;3456.50;10.90;871.00;2.49;0.80 +8043;4;3446.50;9.90;873.00;4.27;0.80 +8043;5;3445.50;10.30;877.50;3.98;0.80 +8043;9;3447.44;10.20;869.00;1.57;0.80 +8043;10;3462.56;9.50;869.00;-1.57;0.80 +8043;19;3475.00;9.60;855.00;-3.79;0.80 +8043;20;3476.43;9.60;853.99;0.96;0.80 8043;21;3447.44;10.20;869.00;1.57;0.80 +8044;0;3869.00;15.42;1161.00;0.00;0.52 +8044;1;3870.50;15.40;1156.00;0.29;0.52 +8044;2;3862.50;14.60;1157.50;-1.07;0.52 +8044;3;3875.50;16.00;1157.50;1.07;0.52 +8044;4;3876.50;16.30;1162.00;1.70;0.52 +8044;5;3860.00;14.35;1162.00;4.60;0.52 +8044;6;3868.50;15.60;1164.50;3.28;0.52 +8044;9;3862.70;14.32;1161.00;1.57;0.52 +8044;10;3875.30;16.50;1161.00;-1.57;0.52 8044;21;3862.70;14.32;1161.00;1.57;0.52 +8045;0;4381.00;11.30;955.00;0.00;0.32 +8045;1;4382.50;10.95;951.00;0.35;0.32 +8045;2;4379.00;10.95;951.00;-0.46;0.32 +8045;3;4377.50;10.60;955.50;4.57;0.32 +8045;4;4383.50;11.40;955.50;1.76;0.32 +8045;5;4381.00;11.40;959.00;3.14;0.32 +8045;9;4378.12;10.72;955.00;1.57;0.32 +8045;10;4383.88;11.27;955.00;-1.57;0.32 8045;21;4383.88;11.27;955.00;-1.57;0.32 +8046;0;2718.00;15.25;1165.00;0.00;0.54 +8046;1;2720.50;13.80;1162.50;0.78;0.54 +8046;2;2712.50;15.30;1159.50;-0.78;0.54 +8046;3;2713.50;16.10;1165.00;4.71;0.54 +8046;4;2726.00;14.80;1169.00;2.03;0.54 +8046;5;2720.00;15.35;1170.50;2.79;0.54 +8046;9;2711.88;16.15;1165.00;1.57;0.54 +8046;10;2724.12;14.11;1165.00;-1.57;0.54 8046;21;2711.88;16.15;1165.00;1.57;0.54 +8047;0;1566.00;9.90;874.00;0.00;0.72 +8047;1;1567.00;10.15;865.00;0.11;0.72 +8047;2;1562.50;10.10;866.50;-0.43;0.72 +8047;3;1569.50;10.05;873.00;1.29;0.72 +8047;4;1560.50;9.70;874.00;4.71;0.72 +8047;5;1575.00;11.02;879.00;2.07;0.72 +8047;6;1568.00;9.97;881.00;2.86;0.72 +8047;7;1573.00;9.95;881.50;2.39;0.72 +8047;9;1559.52;9.70;874.00;1.57;0.72 +8047;10;1572.48;10.59;874.00;-1.57;0.72 +8047;19;1574.00;9.50;888.00;-3.42;0.72 +8047;20;1574.86;9.50;889.51;2.62;0.72 8047;21;1559.52;9.70;874.00;1.57;0.72 +8048;0;3191.00;11.40;632.00;0.00;0.80 +8048;1;3187.50;11.50;621.50;-0.32;0.80 +8048;2;3194.50;11.40;619.50;0.27;0.80 +8048;3;3199.00;11.30;627.00;1.01;0.80 +8048;4;3183.00;11.30;629.50;-1.26;0.80 +8048;5;3195.50;11.30;641.00;2.67;0.80 +8048;6;3184.50;11.20;639.50;3.85;0.80 +8048;9;3183.80;11.30;632.00;1.57;0.80 +8048;10;3198.20;11.10;632.00;-1.57;0.80 8048;21;3183.80;11.30;632.00;1.57;0.80 +8049;0;4506.00;11.80;1241.00;0.00;0.40 +8049;1;4508.00;10.40;1236.50;0.41;0.40 +8049;2;4504.00;10.65;1236.50;-0.41;0.40 +8049;3;4502.00;13.50;1241.00;4.71;0.40 +8049;4;4510.50;11.20;1241.50;1.68;0.40 +8049;5;4501.50;15.40;1245.00;3.98;0.40 +8049;6;4506.50;13.85;1246.00;3.04;0.40 +8049;9;4502.40;13.46;1241.00;1.57;0.40 +8049;10;4509.60;11.19;1241.00;-1.57;0.40 8049;21;4502.40;13.46;1241.00;1.57;0.40 +8050;0;1775.00;9.80;903.00;0.00;1.04 +8050;1;1783.00;10.30;896.50;0.88;1.04 +8050;2;1764.50;9.80;906.50;4.39;1.04 +8050;3;1778.00;9.80;909.50;2.70;1.04 +8050;4;1762.00;9.80;917.00;3.89;1.04 +8050;9;1762.04;9.80;903.00;1.57;1.04 +8050;10;1787.96;10.25;903.00;-1.57;1.04 8050;21;1762.04;9.80;903.00;1.57;1.04 +8051;0;3603.00;9.70;1062.00;0.00;0.40 +8051;1;3603.00;9.70;1053.50;0.00;0.40 +8051;2;3606.50;9.70;1059.50;0.95;0.40 +8051;3;3602.00;9.70;1055.50;-0.15;0.40 +8051;4;3600.50;9.50;1066.00;3.70;0.40 +8051;9;3599.40;9.67;1062.00;1.57;0.40 +8051;10;3606.60;9.70;1062.00;-1.57;0.40 +8051;19;3606.00;9.60;1048.00;0.95;0.40 +8051;20;3606.36;9.60;1046.28;0.21;0.40 8051;21;3609.69;9.70;1060.28;1.57;0.40 +8052;0;3218.00;11.30;829.00;0.00;0.92 +8052;1;3213.00;11.30;820.50;-0.53;0.92 +8052;2;3226.50;11.20;819.50;0.73;0.92 +8052;3;3226.50;11.30;831.50;1.85;0.92 +8052;4;3208.00;11.30;832.00;4.42;0.92 +8052;5;3211.00;11.22;840.00;3.70;0.92 +8052;6;3218.50;11.05;840.00;3.09;0.92 +8052;9;3209.36;11.30;829.00;1.57;0.92 +8052;10;3226.64;11.30;829.00;-1.57;0.92 8052;21;3209.36;11.30;829.00;1.57;0.92 +8053;0;3788.00;12.37;1205.00;0.00;0.56 +8053;1;3788.50;11.60;1199.00;0.08;0.56 +8053;2;3782.00;12.25;1205.50;4.62;0.56 +8053;3;3795.50;11.80;1200.00;0.98;0.56 +8053;4;3793.00;12.75;1206.00;1.76;0.56 +8053;5;3788.50;13.00;1211.50;3.06;0.56 +8053;6;3784.50;12.70;1212.50;3.57;0.56 +8053;9;3782.60;12.25;1205.00;1.57;0.56 +8053;10;3793.40;12.60;1205.00;-1.57;0.56 8053;21;3782.60;12.25;1205.00;1.57;0.56 +8054;0;3158.00;12.50;458.00;0.00;0.74 +8054;1;3148.00;12.90;453.50;-1.14;0.74 +8054;2;3156.00;12.85;450.00;-0.24;0.74 +8054;3;3164.00;12.80;450.00;0.64;0.74 +8054;4;3169.00;12.85;458.00;1.57;0.74 +8054;5;3150.00;12.90;465.50;3.95;0.74 +8054;6;3161.50;12.50;465.50;2.70;0.74 +8054;9;3149.18;12.86;458.00;1.57;0.74 +8054;10;3166.82;12.63;458.00;-1.57;0.74 8054;21;3149.18;12.86;458.00;1.57;0.74 +8055;0;4460.00;13.10;1324.00;0.00;0.54 +8055;1;4453.50;12.85;1322.00;-1.27;0.54 +8055;2;4460.00;13.70;1318.50;0.00;0.54 +8055;3;4465.50;13.40;1319.50;0.88;0.54 +8055;4;4467.00;13.95;1324.50;1.64;0.54 +8055;5;4453.50;12.55;1328.00;4.16;0.54 +8055;6;4460.50;12.45;1329.00;3.04;0.54 +8055;7;4468.00;14.05;1329.50;2.17;0.54 +8055;9;4454.06;12.60;1324.00;1.57;0.54 +8055;10;4465.94;13.68;1324.00;-1.57;0.54 8055;21;4454.06;12.60;1324.00;1.57;0.54 +8056;0;1657.00;14.30;1041.00;0.00;0.40 +8056;1;1655.50;12.20;1037.50;-0.40;0.40 +8056;2;1662.50;11.10;1038.50;1.14;0.40 +8056;3;1654.00;13.00;1044.50;3.85;0.40 +8056;4;1661.50;13.15;1043.00;1.98;0.40 +8056;9;1652.68;12.11;1041.00;1.57;0.40 +8056;10;1661.32;12.66;1041.00;-1.57;0.40 +8056;19;1650.12;9.50;1049.66;-3.03;0.40 +8056;20;1649.03;9.50;1051.03;3.81;0.40 8056;21;1661.32;12.66;1041.00;-1.57;0.40 +8057;0;1133.00;10.30;1270.00;0.00;0.64 +8057;1;1129.50;9.80;1267.50;-0.95;0.64 +8057;2;1138.00;10.25;1263.00;0.62;0.64 +8057;3;1139.00;11.00;1268.00;1.24;0.64 +8057;4;1135.50;10.30;1274.50;2.63;0.64 +8057;5;1125.50;9.70;1273.00;4.33;0.64 +8057;6;1129.50;9.70;1276.50;3.63;0.64 +8057;7;1134.50;10.15;1278.00;2.95;0.64 +8057;9;1127.24;9.70;1270.00;1.57;0.64 +8057;10;1138.76;11.08;1270.00;-1.57;0.64 +8057;19;1131.82;9.70;1262.00;-0.85;0.64 +8057;20;1131.57;9.70;1260.27;-0.14;0.64 8057;21;1134.02;10.60;1264.31;-1.57;0.64 +8058;0;2613.00;12.32;912.00;0.00;0.84 +8058;1;2607.50;11.00;905.00;-0.66;0.84 +8058;2;2614.50;11.80;899.50;0.11;0.84 +8058;3;2619.50;14.20;904.50;0.71;0.84 +8058;4;2622.00;11.02;913.00;1.68;0.84 +8058;5;2603.50;12.10;916.50;4.27;0.84 +8058;6;2621.00;11.10;918.50;2.25;0.84 +8058;7;2613.50;12.55;921.00;3.08;0.84 +8058;9;2605.44;10.83;912.00;1.57;0.84 +8058;10;2620.56;11.63;912.00;-1.57;0.84 8058;21;2605.44;10.83;912.00;1.57;0.84 +8059;0;4300.00;21.90;1168.00;0.00;0.56 +8059;1;4294.00;21.62;1164.00;-0.98;0.56 +8059;2;4304.50;21.45;1163.00;0.73;0.56 +8059;3;4311.50;21.55;1167.00;1.48;0.56 +8059;4;4291.00;21.85;1170.50;4.44;0.56 +8059;5;4301.50;22.40;1172.50;2.82;0.56 +8059;9;4292.08;21.92;1168.00;1.57;0.56 +8059;10;4307.92;21.90;1168.00;-1.57;0.56 8059;21;4292.08;21.92;1168.00;1.57;0.56 +8060;0;3501.00;12.05;1002.00;0.00;0.76 +8060;1;3498.00;11.85;994.00;-0.35;0.76 +8060;2;3504.50;11.50;991.00;0.30;0.76 +8060;3;3508.50;11.50;999.00;1.19;0.76 +8060;4;3492.50;12.35;1002.00;4.71;0.76 +8060;5;3496.00;12.32;1010.00;3.70;0.76 +8060;6;3505.00;12.05;1010.50;2.70;0.76 +8060;9;3494.16;12.28;1002.00;1.57;0.76 +8060;10;3507.84;11.78;1002.00;-1.57;0.76 8060;21;3494.16;12.28;1002.00;1.57;0.76 +8061;0;2938.00;10.02;1160.00;0.00;0.68 +8061;1;2938.00;10.10;1152.00;0.00;0.68 +8061;2;2946.00;10.20;1153.00;0.85;0.68 +8061;3;2944.50;10.10;1161.00;1.72;0.68 +8061;4;2930.00;10.00;1159.00;-1.44;0.68 +8061;5;2934.50;10.00;1168.00;3.55;0.68 +8061;6;2940.50;10.00;1170.00;2.89;0.68 +8061;9;2931.88;10.10;1160.00;1.57;0.68 +8061;10;2944.12;10.10;1160.00;-1.57;0.68 8061;21;2931.88;10.10;1160.00;1.57;0.68 +8062;0;3424.00;14.20;724.00;0.00;0.86 +8062;1;3414.50;14.35;716.00;-0.87;0.86 +8062;2;3430.50;13.10;718.50;0.86;0.86 +8062;3;3441.50;12.00;719.50;1.31;0.86 +8062;4;3411.50;14.70;726.50;4.51;0.86 +8062;5;3440.00;11.95;724.50;1.60;0.86 +8062;6;3429.00;12.92;731.00;2.52;0.86 +8062;7;3417.50;14.25;734.00;3.71;0.86 +8062;9;3411.04;14.70;724.00;1.57;0.86 +8062;10;3436.96;12.60;724.00;-1.57;0.86 8062;21;3411.04;14.70;724.00;1.57;0.86 +8063;0;4313.00;10.35;1070.00;0.00;0.52 +8063;1;4318.50;10.10;1065.00;0.83;0.52 +8063;2;4314.00;10.25;1065.00;0.19;0.52 +8063;3;4308.50;10.50;1068.50;-1.24;0.52 +8063;4;4317.00;10.00;1070.50;1.69;0.52 +8063;5;4307.50;10.50;1073.50;4.14;0.52 +8063;6;4312.50;10.40;1075.50;3.23;0.52 +8063;9;4308.32;10.58;1070.00;1.57;0.52 +8063;10;4317.68;10.00;1070.00;-1.57;0.52 8063;21;4308.32;10.58;1070.00;1.57;0.52 +8064;0;1231.00;11.42;1388.00;0.00;0.56 +8064;1;1232.00;11.50;1383.00;0.19;0.56 +8064;2;1237.50;11.30;1385.50;1.20;0.56 +8064;3;1225.50;11.70;1386.50;-1.30;0.56 +8064;4;1234.00;11.30;1391.00;2.35;0.56 +8064;5;1227.00;11.60;1393.50;3.77;0.56 +8064;6;1230.50;11.50;1396.00;3.20;0.56 +8064;9;1225.96;11.60;1388.00;1.57;0.56 +8064;10;1236.04;11.20;1388.00;-1.57;0.56 8064;21;1225.96;11.60;1388.00;1.57;0.56 +8065;0;2716.00;11.00;791.00;0.00;0.72 +8065;1;2719.00;10.75;780.00;0.26;0.72 +8065;2;2712.00;10.80;778.50;-0.31;0.72 +8065;3;2708.50;11.00;790.50;-1.50;0.72 +8065;4;2724.00;10.90;792.50;1.75;0.72 +8065;5;2721.50;11.00;801.50;2.65;0.72 +8065;6;2710.00;11.12;803.00;3.60;0.72 +8065;7;2715.00;11.07;802.00;3.23;0.72 +8065;9;2709.52;10.90;791.00;1.57;0.72 +8065;10;2722.48;10.90;791.00;-1.57;0.72 8065;21;2709.52;10.90;791.00;1.57;0.72 +8066;0;3841.00;12.32;1095.00;0.00;0.62 +8066;1;3841.50;11.75;1087.00;0.06;0.62 +8066;2;3848.00;12.27;1094.00;1.42;0.62 +8066;3;3834.00;12.45;1094.50;-1.49;0.62 +8066;4;3843.00;13.40;1103.00;2.89;0.62 +8066;5;3835.50;13.65;1103.00;3.74;0.62 +8066;9;3835.42;12.36;1095.00;1.57;0.62 +8066;10;3846.58;12.64;1095.00;-1.57;0.62 8066;21;3835.42;12.36;1095.00;1.57;0.62 +8067;0;4025.00;10.57;831.00;0.00;0.24 +8067;1;4022.50;10.30;829.50;-1.03;0.24 +8067;2;4026.50;10.40;829.00;0.64;0.24 +8067;3;4028.00;10.65;832.50;2.03;0.24 +8067;4;4022.50;10.40;833.50;3.92;0.24 +8067;5;4025.00;10.72;834.00;3.14;0.24 +8067;9;4022.84;10.41;831.00;1.57;0.24 +8067;10;4027.16;10.55;831.00;-1.57;0.24 8067;21;4022.84;10.41;831.00;1.57;0.24 +8068;0;4137.00;22.65;1236.00;0.00;0.88 +8068;1;4140.00;22.27;1228.00;0.35;0.88 +8068;2;4128.00;22.27;1228.00;-0.84;0.88 +8068;3;4124.00;22.22;1234.00;-1.41;0.88 +8068;4;4148.50;23.05;1240.00;1.90;0.88 +8068;5;4122.50;22.95;1239.00;4.50;0.88 +8068;6;4134.50;22.40;1243.00;3.48;0.88 +8068;7;4146.50;22.85;1248.00;2.47;0.88 +8068;9;4127.28;22.65;1236.00;1.57;0.88 +8068;10;4146.72;22.82;1236.00;-1.57;0.88 8068;21;4127.28;22.65;1236.00;1.57;0.88 +8069;0;3097.00;10.05;1122.00;0.00;0.42 +8069;1;3094.00;10.05;1118.00;-0.64;0.42 +8069;2;3100.00;10.00;1119.00;0.78;0.42 +8069;3;3102.50;9.80;1124.00;1.92;0.42 +8069;4;3091.50;10.10;1121.50;-1.48;0.42 +8069;5;3094.00;10.20;1124.50;4.01;0.42 +8069;6;3099.00;9.90;1127.50;2.79;0.42 +8069;9;3092.68;10.10;1122.00;1.57;0.42 +8069;10;3101.32;9.90;1122.00;-1.57;0.42 8069;21;3092.68;10.10;1122.00;1.57;0.42 +8070;0;1166.00;13.85;1427.00;0.00;0.52 +8070;1;1165.50;14.00;1421.00;-0.08;0.52 +8070;2;1171.50;12.90;1424.00;1.07;0.52 +8070;3;1159.50;14.90;1427.50;4.63;0.52 +8070;4;1172.00;12.95;1430.00;2.03;0.52 +8070;5;1166.00;13.67;1433.00;3.14;0.52 +8070;6;1172.00;13.05;1433.00;2.35;0.52 +8070;9;1160.78;14.75;1427.00;1.57;0.52 +8070;10;1171.22;12.92;1427.00;-1.57;0.52 8070;21;1160.78;14.75;1427.00;1.57;0.52 +8071;0;2762.00;10.80;842.00;0.00;0.78 +8071;1;2755.50;10.70;834.00;-0.68;0.78 +8071;2;2762.50;10.20;833.00;0.05;0.78 +8071;3;2767.50;10.70;841.50;1.48;0.78 +8071;4;2760.50;10.85;847.00;3.43;0.78 +8071;9;2754.26;10.90;842.00;1.57;0.78 +8071;10;2769.74;10.50;842.00;-1.57;0.78 8071;21;2754.26;10.90;842.00;1.57;0.78 +8072;0;4521.00;15.27;1177.00;0.00;0.38 +8072;1;4520.00;15.05;1173.50;-0.27;0.38 +8072;2;4524.50;14.90;1174.50;0.95;0.38 +8072;3;4516.50;14.90;1176.00;-1.35;0.38 +8072;4;4524.00;14.45;1179.00;2.15;0.38 +8072;5;4517.50;14.40;1179.00;4.19;0.38 +8072;6;4521.50;13.55;1182.00;3.04;0.38 +8072;9;4517.58;14.80;1177.00;1.57;0.38 +8072;10;4524.42;14.86;1177.00;-1.57;0.38 8072;21;4517.58;14.80;1177.00;1.57;0.38 +8073;0;3470.00;10.12;936.00;0.00;0.62 +8073;1;3475.00;10.00;927.50;0.53;0.62 +8073;2;3467.00;9.55;931.50;-0.58;0.62 +8073;3;3475.50;12.30;938.50;1.99;0.62 +8073;4;3461.50;9.70;941.00;4.18;0.62 +8073;5;3465.50;11.50;944.50;3.62;0.62 +8073;6;3472.50;14.40;944.50;2.85;0.62 +8073;9;3464.42;9.69;936.00;1.57;0.62 +8073;10;3475.58;12.07;936.00;-1.57;0.62 +8073;19;3466.00;9.50;930.00;-0.59;0.62 +8073;20;3465.02;9.50;928.54;-0.58;0.62 8073;21;3464.42;9.69;936.00;1.57;0.62 +8074;0;3628.00;14.27;1196.00;0.00;0.42 +8074;1;3624.50;14.40;1193.00;-0.86;0.42 +8074;2;3632.00;14.25;1192.00;0.78;0.42 +8074;3;3632.50;14.30;1197.50;1.89;0.42 +8074;4;3624.00;14.30;1200.00;3.92;0.42 +8074;9;3623.32;14.45;1196.00;1.57;0.42 +8074;10;3632.68;14.20;1196.00;-1.57;0.42 8074;21;3623.32;14.45;1196.00;1.57;0.42 +8075;0;1611.00;10.55;865.00;0.00;0.44 +8075;1;1613.00;10.60;862.00;0.58;0.44 +8075;2;1619.50;10.20;862.50;1.28;0.44 +8075;3;1603.00;10.40;865.00;4.71;0.44 +8075;4;1615.00;10.70;868.50;2.29;0.44 +8075;5;1607.00;10.45;868.50;3.99;0.44 +8075;9;1603.98;10.32;865.00;1.57;0.44 +8075;10;1618.02;10.37;865.00;-1.57;0.44 8075;21;1603.98;10.32;865.00;1.57;0.44 +8076;0;3970.00;10.45;1012.00;0.00;0.28 +8076;1;3966.50;10.50;1010.50;-1.16;0.28 +8076;2;3971.00;10.52;1010.00;0.46;0.28 +8076;3;3974.00;10.30;1012.50;1.69;0.28 +8076;4;3966.50;10.40;1014.00;4.19;0.28 +8076;5;3971.50;10.45;1015.00;2.67;0.28 +8076;9;3966.58;10.41;1012.00;1.57;0.28 +8076;10;3973.42;10.30;1012.00;-1.57;0.28 8076;21;3966.58;10.41;1012.00;1.57;0.28 +8077;0;2921.00;9.80;1186.00;0.00;0.68 +8077;1;2917.00;9.80;1180.50;-0.62;0.68 +8077;2;2926.00;9.80;1181.00;0.78;0.68 +8077;3;2912.00;9.80;1186.00;4.71;0.68 +8077;4;2928.50;9.80;1187.00;1.70;0.68 +8077;5;2915.50;9.80;1190.00;4.08;0.68 +8077;6;2925.00;9.80;1192.00;2.55;0.68 +8077;7;2921.00;9.80;1193.50;3.14;0.68 +8077;9;2914.88;9.80;1186.00;1.57;0.68 +8077;10;2927.12;9.80;1186.00;-1.57;0.68 8077;21;2914.88;9.80;1186.00;1.57;0.68 +8078;0;3066.00;11.67;766.00;0.00;0.64 +8078;1;3066.00;11.80;760.50;0.00;0.64 +8078;2;3056.00;12.10;760.50;-1.06;0.64 +8078;3;3057.00;12.10;766.50;4.65;0.64 +8078;4;3076.50;10.85;765.00;1.47;0.64 +8078;5;3076.00;11.25;768.50;1.81;0.64 +8078;6;3059.50;11.55;772.00;3.96;0.64 +8078;7;3067.00;11.40;772.50;2.98;0.64 +8078;9;3057.36;12.10;766.00;1.57;0.64 +8078;10;3074.64;11.04;766.00;-1.57;0.64 8078;21;3074.64;11.04;766.00;-1.57;0.64 +8079;0;1275.00;10.65;1212.00;0.00;0.56 +8079;1;1270.50;11.60;1209.50;-1.06;0.56 +8079;2;1277.50;10.70;1206.50;0.42;0.56 +8079;3;1280.00;10.60;1213.50;1.86;0.56 +8079;4;1272.50;10.40;1218.00;3.53;0.56 +8079;9;1269.96;11.13;1212.00;1.57;0.56 +8079;10;1280.04;10.52;1212.00;-1.57;0.56 +8079;19;1286.00;9.50;1217.00;-4.42;0.56 +8079;20;1287.59;9.50;1217.72;1.99;0.56 8079;21;1269.96;11.13;1212.00;1.57;0.56 +8080;0;1792.00;10.42;1004.00;0.00;0.56 +8080;1;1793.50;10.40;999.50;0.32;0.56 +8080;2;1784.00;10.40;1004.00;4.71;0.56 +8080;3;1799.00;10.20;1006.00;1.84;0.56 +8080;4;1790.00;10.40;1009.50;3.49;0.56 +8080;5;1797.50;10.60;1011.00;2.47;0.56 +8080;9;1785.52;10.40;1004.00;1.57;0.56 +8080;10;1798.48;10.35;1004.00;-1.57;0.56 8080;21;1785.52;10.40;1004.00;1.57;0.56 +8081;0;4469.00;13.62;1282.00;0.00;0.54 +8081;1;4467.00;13.92;1276.00;-0.32;0.54 +8081;2;4471.50;14.35;1278.00;0.55;0.54 +8081;3;4464.00;13.42;1279.00;-1.03;0.54 +8081;4;4475.50;14.35;1281.00;1.41;0.54 +8081;5;4464.50;13.20;1283.50;4.39;0.54 +8081;6;4475.50;14.00;1283.50;1.79;0.54 +8081;7;4471.00;13.35;1286.50;2.72;0.54 +8081;8;4467.50;13.40;1287.50;3.40;0.54 +8081;9;4464.14;13.23;1282.00;1.57;0.54 +8081;10;4473.86;14.16;1282.00;-1.57;0.54 8081;21;4464.14;13.23;1282.00;1.57;0.54 +8082;0;4073.00;12.47;1111.00;0.00;0.32 +8082;1;4077.00;12.35;1108.00;0.92;0.32 +8082;2;4074.00;11.87;1108.00;0.32;0.32 +8082;3;4070.00;12.05;1111.00;4.71;0.32 +8082;4;4073.50;12.80;1112.50;2.82;0.32 +8082;9;4069.40;11.98;1111.00;1.57;0.32 +8082;10;4076.60;13.02;1111.00;-1.57;0.32 8082;21;4069.40;11.98;1111.00;1.57;0.32 +8083;0;1465.00;12.05;1473.00;0.00;0.26 +8083;1;1463.00;12.57;1470.00;-0.58;0.26 +8083;2;1468.00;11.05;1471.50;1.10;0.26 +8083;3;1459.50;13.10;1471.00;-1.22;0.26 +8083;4;1460.00;12.80;1474.00;4.51;0.26 +8083;5;1471.50;11.30;1474.00;1.72;0.26 +8083;6;1460.50;13.50;1476.50;4.05;0.26 +8083;7;1466.50;10.50;1476.50;2.73;0.26 +8083;9;1460.32;12.85;1473.00;1.57;0.26 +8083;10;1469.68;11.48;1473.00;-1.57;0.26 8083;21;1460.32;12.85;1473.00;1.57;0.26 +8084;0;3255.00;11.00;871.00;0.00;0.74 +8084;1;3253.50;11.05;862.00;-0.16;0.74 +8084;2;3248.00;11.45;869.50;-1.36;0.74 +8084;3;3261.50;11.20;870.50;1.49;0.74 +8084;4;3254.00;11.10;878.00;3.28;0.74 +8084;5;3262.00;11.00;880.50;2.50;0.74 +8084;9;3248.34;11.27;871.00;1.57;0.74 +8084;10;3261.66;11.15;871.00;-1.57;0.74 8084;21;3248.34;11.27;871.00;1.57;0.74 +8085;0;3547.00;9.87;1134.00;0.00;0.48 +8085;1;3551.00;9.75;1128.00;0.58;0.48 +8085;2;3545.50;10.00;1130.00;-0.35;0.48 +8085;3;3551.50;9.60;1134.50;1.68;0.48 +8085;4;3541.00;10.12;1131.00;-1.10;0.48 +8085;5;3541.00;10.07;1134.00;4.71;0.48 +8085;6;3546.50;9.80;1139.00;3.24;0.48 +8085;9;3541.96;10.02;1134.00;1.57;0.48 +8085;10;3552.04;9.50;1134.00;-1.57;0.48 +8085;19;3554.00;9.60;1140.00;-4.60;0.48 +8085;20;3555.32;9.60;1141.13;2.27;0.48 8085;21;3552.04;9.50;1134.00;-1.57;0.48 +8086;0;4086.00;12.40;1319.00;0.00;0.80 +8086;1;4084.50;12.50;1310.50;-0.17;0.80 +8086;2;4075.00;12.40;1316.50;-1.34;0.80 +8086;3;4096.00;12.30;1320.50;1.72;0.80 +8086;4;4083.00;12.30;1326.50;3.52;0.80 +8086;5;4094.50;12.20;1329.00;2.43;0.80 +8086;9;4077.18;12.35;1319.00;1.57;0.80 +8086;10;4094.82;12.30;1319.00;-1.57;0.80 8086;21;4077.18;12.35;1319.00;1.57;0.80 +8087;0;4029.00;10.97;930.00;0.00;0.36 +8087;1;4030.50;11.10;925.50;0.32;0.36 +8087;2;4025.50;11.20;927.00;-0.86;0.36 +8087;3;4034.00;10.70;927.50;1.10;0.36 +8087;4;4033.00;10.87;932.00;2.03;0.36 +8087;5;4026.50;11.35;933.00;3.83;0.36 +8087;6;4029.50;11.05;935.00;3.04;0.36 +8087;9;4025.76;11.43;930.00;1.57;0.36 +8087;10;4032.24;10.76;930.00;-1.57;0.36 8087;21;4025.76;11.43;930.00;1.57;0.36 +8088;0;2738.00;10.75;1128.00;0.00;1.16 +8088;1;2738.00;10.62;1118.00;0.00;1.16 +8088;2;2723.50;10.70;1123.00;-1.23;1.16 +8088;3;2752.50;10.60;1124.50;1.33;1.16 +8088;4;2750.50;11.00;1136.00;2.14;1.16 +8088;5;2724.00;11.10;1133.50;4.33;1.16 +8088;6;2737.50;11.20;1138.00;3.19;1.16 +8088;9;2726.30;10.71;1128.00;1.57;1.16 +8088;10;2749.70;10.80;1128.00;-1.57;1.16 8088;21;2726.30;10.71;1128.00;1.57;1.16 +8089;0;1274.00;13.85;1171.00;0.00;0.76 +8089;1;1278.00;14.37;1165.00;0.58;0.76 +8089;2;1271.00;12.65;1164.50;-0.43;0.76 +8089;3;1266.50;12.70;1168.00;-1.19;0.76 +8089;4;1282.00;14.92;1170.00;1.44;0.76 +8089;5;1268.00;14.27;1173.00;4.39;0.76 +8089;6;1276.50;15.65;1177.00;2.74;0.76 +8089;7;1272.00;16.20;1179.50;3.37;0.76 +8089;9;1266.80;13.16;1171.00;1.57;0.76 +8089;10;1281.20;14.98;1171.00;-1.57;0.76 8089;21;1274.61;15.50;1173.75;-1.57;0.76 +8090;0;3872.00;15.62;1176.00;0.00;0.48 +8090;1;3870.00;15.87;1172.00;-0.46;0.48 +8090;2;3863.50;14.90;1174.50;-1.39;0.48 +8090;3;3880.50;15.95;1174.00;1.34;0.48 +8090;4;3882.00;15.70;1178.50;1.81;0.48 +8090;5;3868.00;15.37;1180.00;3.92;0.48 +8090;6;3876.00;15.75;1180.50;2.41;0.48 +8090;9;3864.80;14.87;1176.00;1.57;0.48 +8090;10;3879.20;15.91;1176.00;-1.57;0.48 8090;21;3864.80;14.87;1176.00;1.57;0.48 +8091;0;4589.00;11.27;694.00;0.00;0.30 +8091;1;4589.50;11.30;690.50;0.14;0.30 +8091;2;4584.00;10.75;693.50;-1.47;0.30 +8091;3;4594.50;11.50;692.50;1.30;0.30 +8091;4;4592.50;11.70;696.00;2.09;0.30 +8091;5;4588.00;11.20;697.00;3.46;0.30 +8091;9;4585.22;10.87;694.00;1.57;0.30 +8091;10;4592.78;11.72;694.00;-1.57;0.30 8091;21;4585.22;10.87;694.00;1.57;0.30 +8092;0;3396.00;11.70;1056.00;0.00;0.50 +8092;1;3391.50;10.05;1054.00;-1.15;0.50 +8092;2;3398.50;10.60;1051.50;0.50;0.50 +8092;3;3403.00;11.67;1053.00;1.16;0.50 +8092;4;3400.00;12.50;1057.50;1.93;0.50 +8092;5;3394.00;11.30;1061.50;3.49;0.50 +8092;9;3391.32;10.12;1056.00;1.57;0.50 +8092;10;3400.68;12.29;1056.00;-1.57;0.50 +8092;19;3385.00;9.50;1062.00;-1.15;0.50 +8092;20;3383.46;9.50;1062.83;4.21;0.50 8092;21;3391.32;10.12;1056.00;1.57;0.50 +8093;0;3648.00;12.20;1244.00;0.00;0.52 +8093;1;3652.00;11.80;1239.50;0.72;0.52 +8093;2;3642.50;11.90;1240.50;-1.00;0.52 +8093;3;3656.50;11.90;1242.00;1.34;0.52 +8093;4;3640.50;13.30;1244.50;4.64;0.52 +8093;5;3653.50;12.35;1247.00;2.07;0.52 +8093;6;3646.00;14.62;1249.00;3.52;0.52 +8093;7;3650.50;15.00;1252.00;2.83;0.52 +8093;9;3640.80;12.94;1244.00;1.57;0.52 +8093;10;3655.20;11.93;1244.00;-1.57;0.52 8093;21;3640.80;12.94;1244.00;1.57;0.52 +8094;0;3539.00;11.10;797.00;0.00;0.58 +8094;1;3549.50;11.10;789.50;0.95;0.58 +8094;2;3539.50;11.30;792.50;0.11;0.58 +8094;3;3545.50;11.00;796.50;1.49;0.58 +8094;4;3529.00;11.85;797.00;4.71;0.58 +8094;5;3529.00;11.60;801.00;4.33;0.58 +8094;6;3536.00;11.35;802.50;3.64;0.58 +8094;9;3530.36;11.80;797.00;1.57;0.58 +8094;10;3547.64;11.05;797.00;-1.57;0.58 8094;21;3530.36;11.80;797.00;1.57;0.58 +8095;0;4482.00;12.27;1088.00;0.00;0.40 +8095;1;4478.50;12.70;1085.50;-0.95;0.40 +8095;2;4485.50;12.45;1085.00;0.86;0.40 +8095;3;4488.00;12.20;1089.00;1.73;0.40 +8095;4;4480.00;12.42;1091.00;3.73;0.40 +8095;5;4487.00;11.70;1092.50;2.30;0.40 +8095;6;4486.00;11.75;1093.50;2.51;0.40 +8095;9;4477.14;13.00;1088.00;1.57;0.40 +8095;10;4486.86;12.31;1088.00;-1.57;0.40 8095;21;4477.14;13.00;1088.00;1.57;0.40 +8096;0;2777.00;10.45;807.00;0.00;0.70 +8096;1;2777.50;10.60;796.00;0.04;0.70 +8096;2;2771.00;10.80;800.50;-0.74;0.70 +8096;3;2784.00;10.30;807.50;1.64;0.70 +8096;4;2770.50;10.50;809.00;4.41;0.70 +8096;5;2770.00;10.20;815.50;3.83;0.70 +8096;6;2778.50;10.20;815.50;2.96;0.70 +8096;9;2770.70;10.79;807.00;1.57;0.70 +8096;10;2783.30;10.24;807.00;-1.57;0.70 8096;21;2770.70;10.79;807.00;1.57;0.70 +8097;0;1150.00;13.20;1375.00;0.00;0.64 +8097;1;1147.00;13.42;1368.00;-0.40;0.64 +8097;2;1153.50;13.20;1369.50;0.56;0.64 +8097;3;1145.00;12.82;1377.00;4.33;0.64 +8097;4;1159.00;13.07;1373.00;1.35;0.64 +8097;5;1152.00;13.20;1378.50;2.62;0.64 +8097;6;1146.00;13.05;1384.00;3.56;0.64 +8097;7;1145.00;13.05;1385.00;3.60;0.64 +8097;9;1144.24;12.83;1375.00;1.57;0.64 +8097;10;1155.76;13.18;1375.00;-1.57;0.64 8097;21;1143.65;13.50;1387.16;-1.57;0.64 +8098;0;3851.00;14.62;1120.00;0.00;0.58 +8098;1;3856.00;13.90;1113.00;0.62;0.58 +8098;2;3848.00;14.40;1115.50;-0.58;0.58 +8098;3;3859.00;13.70;1115.50;1.05;0.58 +8098;4;3857.50;14.15;1120.00;1.57;0.58 +8098;5;3844.00;14.17;1122.00;4.43;0.58 +8098;6;3851.50;15.25;1126.00;3.05;0.58 +8098;9;3845.06;14.43;1120.00;1.57;0.58 +8098;10;3856.94;14.15;1120.00;-1.57;0.58 8098;21;3845.06;14.43;1120.00;1.57;0.58 +8099;0;3737.00;10.02;1301.00;0.00;0.52 +8099;1;3737.50;10.25;1294.00;0.07;0.52 +8099;2;3733.50;10.05;1297.00;-0.71;0.52 +8099;3;3741.00;9.90;1297.00;0.78;0.52 +8099;4;3743.00;10.17;1301.00;1.57;0.52 +8099;5;3732.00;9.95;1303.50;4.24;0.52 +8099;6;3738.50;10.70;1306.00;2.85;0.52 +8099;9;3731.96;9.82;1301.00;1.57;0.52 +8099;10;3742.04;10.22;1301.00;-1.57;0.52 8099;21;3731.96;9.82;1301.00;1.57;0.52 +8100;0;4006.00;11.80;869.00;0.00;0.32 +8100;1;4004.50;11.70;864.00;-0.29;0.32 +8100;2;4007.50;11.70;865.50;0.40;0.32 +8100;3;4002.50;11.50;867.50;-1.16;0.32 +8100;4;4009.50;11.80;868.00;1.29;0.32 +8100;5;4009.50;11.80;870.50;1.97;0.32 +8100;6;4003.00;11.70;871.50;4.01;0.32 +8100;7;4009.00;11.80;873.00;2.49;0.32 +8100;8;4005.00;11.65;873.00;3.38;0.32 +8100;9;4003.12;11.59;869.00;1.57;0.32 +8100;10;4008.88;11.80;869.00;-1.57;0.32 8100;21;4003.12;11.59;869.00;1.57;0.32 +8101;0;3402.00;10.95;1159.00;0.00;0.74 +8101;1;3405.00;11.25;1150.50;0.33;0.74 +8101;2;3398.00;11.82;1152.00;-0.51;0.74 +8101;3;3408.50;11.05;1160.00;1.72;0.74 +8101;4;3394.00;11.60;1158.50;-1.50;0.74 +8101;5;3392.00;11.75;1163.00;4.33;0.74 +8101;6;3395.00;11.47;1165.00;4.00;0.74 +8101;7;3402.50;11.50;1167.50;3.08;0.74 +8101;8;3408.00;11.50;1168.50;2.57;0.74 +8101;9;3395.34;11.55;1159.00;1.57;0.74 +8101;10;3408.66;11.00;1159.00;-1.57;0.74 8101;21;3395.34;11.55;1159.00;1.57;0.74 +8102;0;4352.00;13.30;1339.00;0.00;0.40 +8102;1;4344.00;13.55;1338.00;-1.44;0.40 +8102;2;4352.50;13.40;1334.50;0.11;0.40 +8102;3;4359.50;12.70;1336.00;1.19;0.40 +8102;4;4359.50;12.60;1340.50;1.76;0.40 +8102;5;4350.00;13.25;1343.50;3.56;0.40 +8102;9;4345.16;13.53;1339.00;1.57;0.40 +8102;10;4358.84;12.73;1339.00;-1.57;0.40 8102;21;4345.16;13.53;1339.00;1.57;0.40 +8103;0;3200.00;11.00;936.00;0.00;0.92 +8103;1;3198.00;11.30;918.50;-0.11;0.92 +8103;2;3208.50;11.50;916.00;0.40;0.92 +8103;3;3211.00;11.05;929.00;1.00;0.92 +8103;4;3189.50;11.20;932.50;-1.24;0.92 +8103;5;3206.00;10.95;950.00;2.73;0.92 +8103;6;3191.00;11.20;952.50;3.64;0.92 +8103;9;3191.72;11.17;936.00;1.57;0.92 +8103;10;3208.28;11.00;936.00;-1.57;0.92 8103;21;3191.72;11.17;936.00;1.57;0.92 +8104;0;4345.00;20.50;1183.00;0.00;0.86 +8104;1;4349.00;20.20;1172.00;0.34;0.86 +8104;2;4353.00;20.85;1173.50;0.70;0.86 +8104;3;4341.00;20.35;1181.50;-1.21;0.86 +8104;4;4350.50;20.25;1183.00;1.57;0.86 +8104;5;4339.00;21.22;1192.00;3.73;0.86 +8104;6;4346.50;20.20;1191.00;2.95;0.86 +8104;9;4336.90;20.91;1183.00;1.57;0.86 +8104;10;4353.10;20.10;1183.00;-1.57;0.86 8104;21;4336.90;20.91;1183.00;1.57;0.86 +8105;0;3293.00;10.40;989.00;0.00;0.64 +8105;1;3292.00;10.20;981.00;-0.12;0.64 +8105;2;3287.50;10.20;989.00;4.71;0.64 +8105;3;3298.00;10.60;990.00;1.76;0.64 +8105;4;3293.50;10.30;997.50;3.08;0.64 +8105;5;3297.00;10.40;997.50;2.70;0.64 +8105;9;3287.24;10.20;989.00;1.57;0.64 +8105;10;3298.76;10.60;989.00;-1.57;0.64 8105;21;3287.24;10.20;989.00;1.57;0.64 +8106;0;3934.00;9.90;1175.00;0.00;0.48 +8106;1;3930.50;9.90;1169.50;-0.56;0.48 +8106;2;3938.00;9.90;1172.50;1.01;0.48 +8106;3;3927.00;10.15;1174.50;-1.49;0.48 +8106;4;3943.00;10.05;1176.50;1.73;0.48 +8106;5;3941.00;10.57;1179.00;2.09;0.48 +8106;6;3929.50;10.00;1180.00;3.87;0.48 +8106;7;3934.50;10.10;1179.50;3.03;0.48 +8106;9;3927.88;10.06;1175.00;1.57;0.48 +8106;10;3940.12;10.00;1175.00;-1.57;0.48 8106;21;3927.88;10.06;1175.00;1.57;0.48 +8107;0;1891.00;9.97;912.00;0.00;0.96 +8107;1;1894.50;10.10;903.00;0.37;0.96 +8107;2;1881.00;9.85;912.50;4.66;0.96 +8107;3;1903.50;10.20;911.50;1.53;0.96 +8107;4;1897.50;9.90;919.50;2.42;0.96 +8107;5;1889.00;9.85;923.50;3.31;0.96 +8107;9;1881.10;9.83;912.00;1.57;0.96 +8107;10;1900.90;10.10;912.00;-1.57;0.96 8107;21;1881.10;9.83;912.00;1.57;0.96 +8108;0;3630.00;9.80;1031.00;0.00;0.46 +8108;1;3632.50;9.80;1025.50;0.42;0.46 +8108;2;3625.00;9.70;1030.00;-1.37;0.46 +8108;3;3635.50;9.80;1030.00;1.39;0.46 +8108;4;3629.00;9.77;1036.00;3.33;0.46 +8108;9;3624.78;9.70;1031.00;1.57;0.46 +8108;10;3635.22;9.80;1031.00;-1.57;0.46 +8108;19;3623.00;9.53;1039.00;-2.94;0.46 +8108;20;3621.84;9.53;1040.31;3.86;0.46 8108;21;3624.78;9.70;1031.00;1.57;0.46 +8109;0;2997.00;12.65;814.00;0.00;0.70 +8109;1;2997.00;12.80;806.00;0.00;0.70 +8109;2;3001.50;12.00;805.50;0.48;0.70 +8109;3;3005.50;11.95;812.00;1.34;0.70 +8109;4;2989.00;10.90;810.00;-1.10;0.70 +8109;5;2990.00;13.55;817.50;4.24;0.70 +8109;6;3000.50;14.00;821.50;2.70;0.70 +8109;9;2989.26;11.26;814.00;1.57;0.70 +8109;10;3004.74;12.25;814.00;-1.57;0.70 8109;21;2989.26;11.26;814.00;1.57;0.70 +8110;0;1417.00;10.40;1417.00;0.00;0.28 +8110;1;1418.00;10.40;1414.50;0.38;0.28 +8110;2;1412.50;10.40;1415.00;-1.15;0.28 +8110;3;1422.00;10.40;1416.00;1.37;0.28 +8110;4;1412.00;10.40;1418.00;4.51;0.28 +8110;5;1423.00;10.40;1419.50;1.96;0.28 +8110;6;1418.50;10.40;1420.00;2.67;0.28 +8110;9;1412.68;10.40;1417.00;1.57;0.28 +8110;10;1421.32;10.40;1417.00;-1.57;0.28 8110;21;1412.68;10.40;1417.00;1.57;0.28 +8111;0;2629.00;12.27;1102.00;0.00;0.60 +8111;1;2627.00;11.95;1095.00;-0.27;0.60 +8111;2;2624.00;11.40;1100.50;-1.27;0.60 +8111;3;2634.50;12.20;1102.00;1.57;0.60 +8111;4;2627.50;11.50;1108.00;3.38;0.60 +8111;5;2633.50;12.50;1108.50;2.53;0.60 +8111;9;2623.60;10.85;1102.00;1.57;0.60 +8111;10;2634.40;12.21;1102.00;-1.57;0.60 +8111;19;2622.00;9.65;1111.00;-2.90;0.60 +8111;20;2620.92;9.65;1112.38;3.80;0.60 8111;21;2623.60;10.85;1102.00;1.57;0.60 +8112;0;4039.00;20.50;1267.00;0.00;0.56 +8112;1;4038.00;21.97;1261.00;-0.16;0.56 +8112;2;4046.00;20.55;1265.50;1.36;0.56 +8112;3;4032.50;20.55;1268.00;4.56;0.56 +8112;4;4043.50;18.10;1272.50;2.45;0.56 +8112;5;4036.00;18.70;1274.00;3.54;0.56 +8112;9;4033.60;20.80;1267.00;1.57;0.56 +8112;10;4044.40;20.17;1267.00;-1.57;0.56 8112;21;4033.60;20.80;1267.00;1.57;0.56 +8113;0;1760.00;11.37;1031.00;0.00;0.32 +8113;1;1755.50;10.80;1027.00;-0.84;0.32 +8113;2;1754.00;11.27;1030.00;-1.40;0.32 +8113;3;1760.50;10.80;1027.50;0.14;0.32 +8113;4;1766.00;10.85;1030.00;1.40;0.32 +8113;5;1756.50;11.70;1034.00;4.00;0.32 +8113;6;1764.00;11.30;1034.50;2.29;0.32 +8113;9;1754.60;11.36;1031.00;1.57;0.32 +8113;10;1765.40;10.76;1031.00;-1.57;0.32 +8113;19;1768.47;9.40;1038.79;-3.18;0.32 +8113;20;1769.76;9.40;1039.97;2.31;0.32 8113;21;1765.40;10.76;1031.00;-1.57;0.32 +8114;0;4059.00;11.17;1113.00;0.00;0.48 +8114;1;4063.50;10.75;1108.00;0.73;0.48 +8114;2;4059.50;10.50;1108.00;0.10;0.48 +8114;3;4055.50;11.00;1113.50;4.57;0.48 +8114;4;4063.00;11.42;1112.00;1.32;0.48 +8114;5;4059.50;12.05;1117.00;3.01;0.48 +8114;6;4056.00;11.85;1118.00;3.68;0.48 +8114;9;4054.50;10.85;1113.00;1.57;0.48 +8114;10;4063.50;11.70;1113.00;-1.57;0.48 8114;21;4054.50;10.85;1113.00;1.57;0.48 +8115;0;1029.00;12.52;1423.00;0.00;0.56 +8115;1;1029.50;12.45;1417.00;0.08;0.56 +8115;2;1023.00;10.35;1418.50;-0.92;0.56 +8115;3;1035.50;12.75;1424.00;1.72;0.56 +8115;4;1023.50;10.60;1425.50;4.28;0.56 +8115;5;1033.50;12.20;1429.50;2.53;0.56 +8115;6;1028.50;11.30;1429.50;3.21;0.56 +8115;9;1023.96;10.96;1423.00;1.57;0.56 +8115;10;1034.04;12.80;1423.00;-1.57;0.56 8115;21;1023.96;10.96;1423.00;1.57;0.56 +8116;0;2743.00;10.80;866.00;0.00;0.68 +8116;1;2735.50;10.95;859.00;-0.82;0.68 +8116;2;2745.50;10.90;864.00;0.89;0.68 +8116;3;2738.00;10.30;867.50;4.42;0.68 +8116;4;2752.50;10.40;872.50;2.17;0.68 +8116;5;2747.00;10.70;873.00;2.62;0.68 +8116;9;2735.44;10.20;866.00;1.57;0.68 +8116;10;2750.56;10.80;866.00;-1.57;0.68 8116;21;2735.44;10.20;866.00;1.57;0.68 +8117;0;3626.00;13.95;1137.00;0.00;0.52 +8117;1;3629.50;13.60;1131.00;0.52;0.52 +8117;2;3621.50;13.10;1136.50;-1.46;0.52 +8117;3;3632.50;14.60;1134.50;1.20;0.52 +8117;4;3627.00;15.05;1141.50;2.92;0.52 +8117;5;3618.50;13.10;1143.50;3.99;0.52 +8117;9;3620.06;13.18;1137.00;1.57;0.52 +8117;10;3631.94;14.65;1137.00;-1.57;0.52 8117;21;3620.06;13.18;1137.00;1.57;0.52 +8118;0;3612.00;10.00;982.00;0.00;1.28 +8118;1;3610.00;10.10;967.00;-0.13;1.28 +8118;2;3601.50;10.10;975.00;-0.98;1.28 +8118;3;3622.50;10.00;970.00;0.71;1.28 +8118;4;3622.00;9.87;986.00;1.95;1.28 +8118;5;3601.50;10.00;992.00;3.95;1.28 +8118;6;3613.00;9.80;999.50;3.08;1.28 +8118;9;3600.48;10.10;982.00;1.57;1.28 +8118;10;3623.52;9.90;982.00;-1.57;1.28 8118;21;3600.48;10.10;982.00;1.57;1.28 +8119;0;1053.00;10.30;1305.00;0.00;0.56 +8119;1;1051.50;9.70;1300.00;-0.29;0.56 +8119;2;1057.50;9.70;1297.50;0.54;0.56 +8119;3;1055.00;10.85;1307.50;2.46;0.56 +8119;4;1047.00;10.15;1309.00;4.12;0.56 +8119;5;1047.50;10.70;1315.50;3.62;0.56 +8119;9;1047.96;9.67;1305.00;1.57;0.56 +8119;10;1058.04;10.28;1305.00;-1.57;0.56 +8119;19;1061.00;9.50;1307.00;-3.82;0.56 +8119;20;1062.69;9.50;1307.42;1.81;0.56 8119;21;1047.96;9.67;1305.00;1.57;0.56 +8120;0;4079.00;10.27;1017.00;0.00;0.32 +8120;1;4078.50;10.20;1012.50;-0.11;0.32 +8120;2;4076.00;10.35;1014.00;-0.78;0.32 +8120;3;4082.50;10.20;1017.00;1.57;0.32 +8120;4;4076.50;10.55;1018.00;4.33;0.32 +8120;5;4081.50;10.30;1021.50;2.63;0.32 +8120;6;4077.00;10.80;1021.50;3.56;0.32 +8120;7;4079.00;10.45;1022.00;3.14;0.32 +8120;9;4076.12;10.50;1017.00;1.57;0.32 +8120;10;4081.88;10.20;1017.00;-1.57;0.32 8120;21;4076.12;10.50;1017.00;1.57;0.32 +8121;0;4159.00;23.27;1138.00;0.00;0.44 +8121;1;4154.00;22.90;1133.50;-0.83;0.44 +8121;2;4167.00;22.75;1133.50;1.05;0.44 +8121;3;4147.00;23.70;1138.00;4.71;0.44 +8121;4;4171.50;23.20;1139.50;1.69;0.44 +8121;5;4159.50;23.30;1142.50;3.03;0.44 +8121;9;4149.82;23.58;1138.00;1.57;0.44 +8121;10;4168.18;23.39;1138.00;-1.57;0.44 8121;21;4149.82;23.58;1138.00;1.57;0.44 +8122;0;2731.00;9.92;760.00;0.00;0.78 +8122;1;2732.00;9.80;753.50;0.15;0.78 +8122;2;2722.00;10.15;756.50;-1.20;0.78 +8122;3;2736.50;9.90;765.50;2.35;0.78 +8122;4;2726.50;10.30;764.50;3.92;0.78 +8122;9;2723.98;10.35;760.00;1.57;0.78 +8122;10;2738.02;9.87;760.00;-1.57;0.78 8122;21;2725.23;10.40;756.79;1.57;0.78 +8123;0;3493.00;10.50;1230.00;0.00;0.40 +8123;1;3492.00;9.92;1224.00;-0.16;0.40 +8123;2;3496.00;10.25;1227.00;0.78;0.40 +8123;3;3489.00;10.27;1229.00;-1.32;0.40 +8123;4;3496.50;10.70;1234.00;2.42;0.40 +8123;5;3490.50;10.70;1235.00;3.60;0.40 +8123;9;3489.40;10.35;1230.00;1.57;0.40 +8123;10;3496.60;10.60;1230.00;-1.57;0.40 8123;21;3489.40;10.35;1230.00;1.57;0.40 +8124;0;3466.00;10.70;831.00;0.00;0.36 +8124;1;3465.50;10.95;828.00;-0.16;0.36 +8124;2;3471.00;11.00;830.50;1.47;0.36 +8124;3;3462.00;10.55;832.50;4.35;0.36 +8124;4;3470.00;10.00;833.00;2.03;0.36 +8124;5;3465.50;10.50;834.50;3.28;0.36 +8124;9;3461.68;10.55;831.00;1.57;0.36 +8124;10;3470.32;10.81;831.00;-1.57;0.36 +8124;19;3477.83;9.50;835.77;-3.95;0.36 +8124;20;3479.45;9.50;836.42;1.95;0.36 8124;21;3474.93;9.90;833.51;-1.57;0.36 +8125;0;3571.00;14.32;1235.00;0.00;0.44 +8125;1;3569.00;14.82;1232.00;-0.58;0.44 +8125;2;3576.50;14.30;1230.00;0.83;0.44 +8125;3;3578.00;14.40;1234.50;1.49;0.44 +8125;4;3563.00;14.60;1237.50;4.41;0.44 +8125;5;3574.00;14.22;1238.00;2.35;0.44 +8125;6;3567.50;14.40;1239.00;3.86;0.44 +8125;9;3564.52;14.99;1235.00;1.57;0.44 +8125;10;3577.48;14.34;1235.00;-1.57;0.44 8125;21;3564.52;14.99;1235.00;1.57;0.44 +8126;0;4364.00;17.02;1103.00;0.00;0.30 +8126;1;4362.00;16.60;1100.50;-0.67;0.30 +8126;2;4366.00;16.15;1098.00;0.38;0.30 +8126;3;4368.00;16.30;1102.00;1.32;0.30 +8126;4;4366.00;16.82;1106.00;2.55;0.30 +8126;5;4362.50;17.50;1108.00;3.43;0.30 +8126;9;4361.30;16.96;1103.00;1.57;0.30 +8126;10;4366.70;16.56;1103.00;-1.57;0.30 8126;21;4361.30;16.96;1103.00;1.57;0.30 +8127;0;4446.00;13.32;1291.00;0.00;0.52 +8127;1;4448.00;13.30;1285.00;0.32;0.52 +8127;2;4442.00;13.15;1288.00;-0.92;0.52 +8127;3;4453.00;12.77;1288.00;1.16;0.52 +8127;4;4450.00;13.47;1293.00;2.03;0.52 +8127;5;4439.50;13.10;1294.00;4.28;0.52 +8127;6;4443.00;13.00;1297.00;3.60;0.52 +8127;9;4440.42;13.10;1291.00;1.57;0.52 +8127;10;4451.58;13.03;1291.00;-1.57;0.52 8127;21;4440.42;13.10;1291.00;1.57;0.52 +8128;0;3000.00;10.70;988.00;0.00;1.56 +8128;1;2987.00;10.60;970.00;-0.62;1.56 +8128;2;3008.50;10.60;974.00;0.54;1.56 +8128;3;2978.50;10.60;982.00;-1.29;1.56 +8128;4;3024.00;10.82;989.00;1.61;1.56 +8128;5;2984.50;10.70;1000.50;4.03;1.56 +8128;6;3009.50;11.70;1002.50;2.56;1.56 +8128;7;2997.00;11.20;1008.00;3.29;1.56 +8128;9;2980.20;10.70;988.00;1.57;1.56 +8128;10;3019.80;10.76;988.00;-1.57;1.56 8128;21;2980.20;10.70;988.00;1.57;1.56 +8129;0;2105.00;10.95;683.00;0.00;0.82 +8129;1;2106.00;10.85;674.50;0.11;0.82 +8129;2;2093.50;11.50;677.00;-1.09;0.82 +8129;3;2117.00;10.70;682.50;1.52;0.82 +8129;4;2094.00;11.15;685.00;4.53;0.82 +8129;5;2115.50;10.90;689.00;2.09;0.82 +8129;6;2104.50;10.70;691.00;3.20;0.82 +8129;9;2095.10;11.17;683.00;1.57;0.82 +8129;10;2114.90;10.70;683.00;-1.57;0.82 8129;21;2095.10;11.17;683.00;1.57;0.82 +8130;0;4694.00;10.20;143.00;0.00;0.52 +8130;1;4690.00;10.10;140.50;-1.01;0.52 +8130;2;4696.50;9.90;137.50;0.42;0.52 +8130;3;4700.00;10.00;140.00;1.10;0.52 +8130;4;4699.00;10.25;144.50;1.86;0.52 +8130;5;4687.50;10.20;146.50;4.21;0.52 +8130;6;4693.50;10.30;148.50;3.23;0.52 +8130;9;4688.96;10.20;143.00;1.57;0.52 +8130;10;4699.04;10.20;143.00;-1.57;0.52 +8130;19;4697.00;9.50;132.00;0.43;0.52 +8130;20;4697.46;9.50;130.31;0.26;0.52 8130;21;4699.04;10.20;143.00;-1.57;0.52 +8131;0;3295.00;9.50;1420.00;0.00;1.46 +8131;1;3297.50;9.50;1408.00;0.20;1.46 +8131;2;3283.00;9.50;1410.00;-0.87;1.46 +8131;3;3308.00;9.50;1413.00;1.07;1.46 +8131;4;3312.00;9.50;1416.00;1.34;1.46 +8131;5;3276.00;9.50;1417.00;-1.41;1.46 +8131;6;3279.00;9.50;1418.50;-1.47;1.46 +8131;7;3311.00;9.50;1420.00;1.57;1.46 +8131;8;3306.50;9.50;1423.50;1.86;1.46 +8131;9;3281.14;9.50;1420.00;1.57;1.46 +8131;10;3308.86;9.50;1420.00;-1.57;1.46 +8131;11;3299.00;9.50;1400.80;0.20;1.46 +8131;12;3275.80;9.50;1404.00;-0.87;1.46 +8131;13;3315.80;9.50;1408.80;1.07;1.46 +8131;14;3322.20;9.50;1413.60;1.34;1.46 +8131;15;3264.60;9.60;1415.20;-1.41;1.46 +8131;16;3269.40;9.50;1417.60;-1.47;1.46 +8131;17;3320.60;9.50;1420.00;1.57;1.46 +8131;18;3313.40;9.50;1425.60;1.86;1.46 8131;21;3281.14;9.50;1420.00;1.57;1.46 +8132;0;2869.00;9.50;166.00;0.00;0.92 +8132;1;2860.50;9.50;160.50;-0.99;0.92 +8132;2;2872.50;9.50;153.50;0.27;0.92 +8132;3;2880.00;9.50;160.00;1.07;0.92 +8132;4;2879.50;9.50;167.00;1.66;0.92 +8132;5;2859.00;9.50;174.00;4.03;0.92 +8132;6;2878.00;9.50;178.50;2.51;0.92 +8132;7;2869.50;9.50;179.00;3.10;0.92 +8132;9;2860.72;9.50;166.00;1.57;0.92 +8132;10;2877.28;9.50;166.00;-1.57;0.92 +8132;11;2855.40;9.50;157.20;-0.99;0.92 +8132;12;2874.60;9.50;146.00;0.27;0.92 +8132;13;2886.60;9.50;156.40;1.07;0.92 +8132;14;2885.80;9.50;167.60;1.66;0.92 +8132;15;2853.00;9.50;178.80;4.03;0.92 +8132;16;2883.40;9.50;186.00;2.51;0.92 +8132;17;2869.80;9.50;186.80;3.10;0.92 8132;21;2860.72;9.50;166.00;1.57;0.92 +8133;0;3436.00;10.80;699.00;0.00;0.70 +8133;1;3434.50;10.70;691.00;-0.18;0.70 +8133;2;3441.50;10.60;697.00;1.22;0.70 +8133;3;3429.00;11.00;698.50;-1.49;0.70 +8133;4;3436.50;11.00;706.00;3.07;0.70 +8133;9;3429.70;10.99;699.00;1.57;0.70 +8133;10;3442.30;10.62;699.00;-1.57;0.70 8133;21;3429.70;10.99;699.00;1.57;0.70 +8134;0;4809.00;10.70;285.00;0.00;1.12 +8134;1;4798.50;10.60;272.50;-0.69;1.12 +8134;2;4810.50;10.70;274.00;0.13;1.12 +8134;3;4796.00;10.62;282.00;-1.34;1.12 +8134;4;4821.50;10.65;288.00;1.80;1.12 +8134;5;4798.00;10.50;292.00;4.14;1.12 +8134;6;4811.00;10.55;296.00;2.96;1.12 +8134;7;2404.00;9.50;142.00;-1.51;1.12 +8134;9;4798.92;10.50;285.00;1.57;1.12 +8134;10;4819.08;10.70;285.00;-1.57;1.12 8134;21;4798.92;10.50;285.00;1.57;1.12 +8135;0;1561.00;9.50;1337.00;0.00;0.84 +8135;1;1562.50;9.50;1319.50;0.08;0.84 +8135;2;1567.00;9.50;1320.00;0.33;0.84 +8135;3;1558.50;9.50;1322.00;-0.16;0.84 +8135;4;1568.00;9.50;1329.00;0.71;0.84 +8135;5;1556.50;9.50;1328.00;-0.46;0.84 +8135;6;1553.50;9.50;1334.50;-1.24;0.84 +8135;7;1552.50;9.50;1340.00;4.37;0.84 +8135;8;1570.00;9.50;1343.50;2.19;0.84 +8135;9;1553.44;9.50;1337.00;1.57;0.84 +8135;10;1568.56;9.50;1337.00;-1.57;0.84 +8135;11;1563.40;9.50;1309.00;0.08;0.84 +8135;12;1570.60;9.50;1309.80;0.33;0.84 +8135;13;1557.00;9.50;1313.00;-0.16;0.84 +8135;14;1572.20;9.50;1324.20;0.71;0.84 +8135;15;1553.80;9.50;1322.60;-0.46;0.84 +8135;16;1549.00;9.50;1333.00;-1.24;0.84 +8135;17;1547.40;9.50;1341.80;4.37;0.84 +8135;18;1575.40;9.50;1347.40;2.19;0.84 8135;21;1553.44;9.50;1337.00;1.57;0.84 +8136;0;3057.00;12.40;353.00;0.00;0.96 +8136;1;3059.00;12.35;344.00;0.21;0.96 +8136;2;3044.00;12.60;342.00;-0.86;0.96 +8136;3;3043.00;12.50;354.00;4.64;0.96 +8136;4;3073.50;12.50;354.00;1.63;0.96 +8136;5;3075.00;12.60;361.50;2.01;0.96 +8136;6;3059.00;12.45;362.00;2.92;0.96 +8136;7;3043.50;12.50;363.00;4.07;0.96 +8136;9;3044.58;12.50;353.00;1.57;0.96 +8136;10;3069.42;12.45;353.00;-1.57;0.96 8136;21;3044.58;12.50;353.00;1.57;0.96 +8137;0;197.00;9.50;671.00;0.00;1.08 +8137;1;211.50;9.50;664.50;1.14;1.08 +8137;2;192.00;9.50;659.00;-0.39;1.08 +8137;3;179.50;9.50;667.50;-1.37;1.08 +8137;4;215.50;9.50;675.50;1.80;1.08 +8137;5;184.00;9.50;680.00;4.10;1.08 +8137;6;200.00;9.50;683.00;2.89;1.08 +8137;9;182.96;9.50;671.00;1.57;1.08 +8137;10;211.04;9.50;671.00;-1.57;1.08 +8137;11;220.20;9.50;660.60;1.14;1.08 +8137;12;189.00;9.50;651.80;-0.39;1.08 +8137;13;169.00;9.50;665.40;-1.37;1.08 +8137;14;226.60;9.50;678.20;1.80;1.08 +8137;15;176.20;9.50;685.40;4.10;1.08 +8137;16;201.80;9.50;690.20;2.89;1.08 8137;21;182.96;9.50;671.00;1.57;1.08 +8138;0;3033.00;13.22;416.00;0.00;0.66 +8138;1;3031.00;13.20;409.00;-0.27;0.66 +8138;2;3023.00;13.35;413.50;-1.32;0.66 +8138;3;3043.00;12.90;414.00;1.37;0.66 +8138;4;3027.00;12.20;422.50;3.88;0.66 +8138;5;3038.00;13.27;422.00;2.44;0.66 +8138;9;3024.72;13.10;416.00;1.57;0.66 +8138;10;3041.28;12.95;416.00;-1.57;0.66 8138;21;3024.72;13.10;416.00;1.57;0.66 +8139;0;5019.00;9.50;696.00;0.00;1.26 +8139;1;5028.50;9.50;680.50;0.55;1.26 +8139;2;5035.00;9.50;686.50;1.03;1.26 +8139;3;5010.50;9.50;685.00;-0.65;1.26 +8139;4;4998.50;9.50;697.00;4.66;1.26 +8139;5;5035.50;9.50;702.50;1.94;1.26 +8139;6;5017.50;9.50;708.50;3.26;1.26 +8139;9;5005.50;9.50;696.00;1.57;1.26 +8139;10;5032.50;9.50;696.00;-1.57;1.26 +8139;11;5034.20;9.50;671.20;0.55;1.26 +8139;12;5044.60;9.50;680.80;1.03;1.26 +8139;13;5005.40;9.50;678.40;-0.65;1.26 +8139;14;4986.20;9.50;697.60;4.66;1.26 +8139;15;5045.40;9.50;706.40;1.94;1.26 +8139;16;5016.60;9.50;716.00;3.26;1.26 8139;21;5005.50;9.50;696.00;1.57;1.26 +8140;0;2051.00;12.00;596.00;0.00;0.92 +8140;1;2043.00;11.65;583.00;-0.55;0.92 +8140;2;2051.00;11.77;585.00;0.00;0.92 +8140;3;2040.50;11.80;588.50;-0.95;0.92 +8140;4;2058.50;11.90;591.50;1.03;0.92 +8140;5;2042.50;12.20;599.00;4.37;0.92 +8140;6;2060.00;12.10;601.50;2.11;0.92 +8140;7;2052.50;12.30;607.50;3.01;0.92 +8140;8;2062.50;12.20;607.50;2.35;0.92 +8140;9;2042.72;12.17;596.00;1.57;0.92 +8140;10;2059.28;11.90;596.00;-1.57;0.92 8140;21;2042.72;12.17;596.00;1.57;0.92 +8141;0;4204.00;9.50;696.00;0.00;0.86 +8141;1;4208.00;9.50;686.00;0.38;0.86 +8141;2;4215.00;9.50;693.00;1.30;0.86 +8141;3;4196.50;9.50;690.00;-0.89;0.86 +8141;4;4195.00;9.50;702.00;4.12;0.86 +8141;5;4210.50;9.50;704.00;2.45;0.86 +8141;9;4194.10;9.50;696.00;1.57;0.86 +8141;10;4213.90;9.50;696.00;-1.57;0.86 +8141;11;4210.40;9.50;680.00;0.38;0.86 +8141;12;4221.60;9.50;691.20;1.30;0.86 +8141;13;4192.00;9.50;686.40;-0.89;0.86 +8141;14;4189.60;9.50;705.60;4.12;0.86 +8141;15;4214.40;9.50;708.80;2.45;0.86 8141;21;4194.10;9.50;696.00;1.57;0.86 +8142;0;2810.00;9.50;1683.00;0.00;0.80 +8142;1;2802.00;9.50;1676.50;-0.88;0.80 +8142;2;2813.50;9.50;1675.00;0.41;0.80 +8142;3;2819.50;9.50;1685.00;1.77;0.80 +8142;4;2801.50;9.50;1687.50;4.22;0.80 +8142;5;2810.50;9.50;1692.50;3.08;0.80 +8142;9;2801.72;9.50;1683.00;1.57;0.80 +8142;10;2818.28;9.50;1683.00;-1.57;0.80 +8142;11;2797.20;9.50;1672.60;-0.88;0.80 +8142;12;2815.60;9.50;1670.20;0.41;0.80 +8142;13;2825.20;9.50;1686.20;1.77;0.80 +8142;14;2796.40;9.50;1690.20;4.22;0.80 +8142;15;2810.80;9.50;1698.20;3.08;0.80 8142;21;2801.72;9.50;1683.00;1.57;0.80 +8143;0;2219.00;10.00;695.00;0.00;0.60 +8143;1;2222.00;9.75;692.50;0.87;0.60 +8143;2;2215.50;9.90;688.50;-0.49;0.60 +8143;3;2215.00;10.15;697.50;4.15;0.60 +8143;4;2225.00;9.70;699.50;2.21;0.60 +8143;5;2221.50;9.90;702.50;2.82;0.60 +8143;9;2213.60;10.10;695.00;1.57;0.60 +8143;10;2224.40;9.70;695.00;-1.57;0.60 +8143;19;2219.00;9.60;681.00;0.88;0.60 +8143;20;2219.00;9.60;679.25;0.00;0.60 8143;21;2213.60;10.10;695.00;1.57;0.60 +8144;0;3291.00;12.25;573.00;0.00;0.68 +8144;1;3290.00;12.40;567.00;-0.16;0.68 +8144;2;3301.00;12.40;568.00;1.10;0.68 +8144;3;3280.00;11.40;572.50;-1.52;0.68 +8144;4;3299.00;12.50;574.50;1.75;0.68 +8144;5;3283.50;12.00;579.00;4.03;0.68 +8144;6;3292.00;12.60;580.00;3.00;0.68 +8144;9;3282.54;11.70;573.00;1.57;0.68 +8144;10;3299.46;12.40;573.00;-1.57;0.68 8144;21;3282.54;11.70;573.00;1.57;0.68 +8145;0;5495.00;9.50;371.00;0.00;1.28 +8145;1;5488.00;9.50;359.50;-0.54;1.28 +8145;2;5505.00;9.50;365.00;1.03;1.28 +8145;3;5478.00;9.50;367.00;-1.34;1.28 +8145;4;5486.50;9.50;379.00;3.95;1.28 +8145;5;5506.50;9.50;380.00;2.23;1.28 +8145;9;5480.42;9.50;371.00;1.57;1.28 +8145;10;5509.58;9.50;371.00;-1.57;1.28 +8145;11;5483.80;9.50;352.60;-0.54;1.28 +8145;12;5511.00;9.50;361.40;1.03;1.28 +8145;13;5467.80;9.50;364.60;-1.34;1.28 +8145;14;5481.40;9.50;383.80;3.95;1.28 +8145;15;5513.40;9.50;385.40;2.23;1.28 8145;21;5480.42;9.50;371.00;1.57;1.28 +8146;0;5456.00;9.50;986.00;0.00;0.92 +8146;1;5440.00;9.50;978.50;-1.13;0.92 +8146;2;5457.00;9.50;975.50;0.09;0.92 +8146;3;5471.50;9.50;984.50;1.47;0.92 +8146;4;5445.00;9.50;990.50;4.32;0.92 +8146;5;5466.50;9.50;995.50;2.30;0.92 +8146;9;5440.88;9.50;986.00;1.57;0.92 +8146;10;5471.12;9.50;986.00;-1.57;0.92 +8146;11;5430.40;9.50;974.00;-1.13;0.92 +8146;12;5457.60;9.50;969.20;0.09;0.92 +8146;13;5480.80;9.50;983.60;1.47;0.92 +8146;14;5438.40;9.50;993.20;4.32;0.92 +8146;15;5472.80;9.50;1001.20;2.30;0.92 8146;21;5440.88;9.50;986.00;1.57;0.92 +8147;0;5594.00;9.50;1515.00;0.00;0.96 +8147;1;5581.50;9.50;1505.00;-0.89;0.96 +8147;2;5569.00;9.50;1505.50;-1.20;0.96 +8147;3;5603.00;9.50;1510.00;1.06;0.96 +8147;4;5579.50;9.50;1515.00;4.71;0.96 +8147;5;2797.00;9.50;1521.00;4.71;0.96 +8147;6;5602.00;9.50;1525.50;2.49;0.96 +8147;9;5578.34;9.50;1515.00;1.57;0.96 +8147;10;5609.66;9.50;1515.00;-1.57;0.96 +8147;11;5574.00;9.50;1499.00;-0.89;0.96 +8147;12;5554.00;9.50;1499.80;-1.20;0.96 +8147;13;5608.40;9.50;1507.00;1.06;0.96 +8147;14;5570.80;9.50;1515.00;4.71;0.96 +8147;15;1118.80;17.37;1524.60;4.71;0.96 +8147;16;5606.80;9.50;1531.80;2.49;0.96 8147;21;5578.34;9.50;1515.00;1.57;0.96 +8148;0;2120.00;12.40;536.00;0.00;0.56 +8148;1;2115.00;12.10;529.50;-0.65;0.56 +8148;2;2122.00;12.32;532.00;0.46;0.56 +8148;3;2114.00;12.10;535.50;-1.48;0.56 +8148;4;2127.50;11.20;534.50;1.37;0.56 +8148;5;2125.00;11.75;539.50;2.18;0.56 +8148;6;2116.00;11.85;541.50;3.77;0.56 +8148;7;2121.00;11.97;543.00;3.00;0.56 +8148;9;2114.42;12.18;536.00;1.57;0.56 +8148;10;2125.58;11.67;536.00;-1.57;0.56 8148;21;2114.42;12.18;536.00;1.57;0.56 +8149;0;1633.00;9.85;816.00;0.00;1.28 +8149;1;1636.50;9.80;805.50;0.32;1.28 +8149;2;1624.00;9.85;802.50;-0.58;1.28 +8149;3;1620.50;9.90;813.00;-1.33;1.28 +8149;4;1647.50;9.80;811.00;1.23;1.28 +8149;5;1641.50;10.00;823.50;2.29;1.28 +8149;6;1626.50;10.00;827.00;3.67;1.28 +8149;9;1621.30;9.99;816.00;1.57;1.28 +8149;10;1644.70;9.90;816.00;-1.57;1.28 8149;21;1621.30;9.99;816.00;1.57;1.28 +8150;0;4811.00;9.50;1164.00;0.00;0.98 +8150;1;4819.50;9.50;1153.00;0.65;0.98 +8150;2;4807.50;9.50;1155.00;-0.37;0.98 +8150;3;4826.00;9.50;1157.50;1.16;0.98 +8150;4;4797.00;9.50;1166.00;4.57;0.98 +8150;5;4828.00;9.50;1164.00;1.57;0.98 +8150;6;4825.50;9.50;1165.50;1.67;0.98 +8150;7;4828.00;9.50;1167.50;1.77;0.98 +8150;8;4809.00;9.50;1174.00;3.33;0.98 +8150;9;4798.58;9.50;1164.00;1.57;0.98 +8150;10;4823.42;9.50;1164.00;-1.57;0.98 +8150;11;4824.60;9.50;1146.40;0.65;0.98 +8150;12;4805.40;9.50;1149.60;-0.37;0.98 +8150;13;4835.00;9.50;1153.60;1.16;0.98 +8150;14;4788.60;9.50;1167.20;4.57;0.98 +8150;15;4838.20;9.50;1164.00;1.57;0.98 +8150;16;4834.20;9.50;1166.40;1.67;0.98 +8150;17;4838.20;9.50;1169.60;1.77;0.98 +8150;18;4807.80;9.50;1180.00;3.33;0.98 8150;21;4798.58;9.50;1164.00;1.57;0.98 +8151;0;4082.00;9.50;719.00;0.00;0.98 +8151;1;4078.50;9.50;707.50;-0.29;0.98 +8151;2;4068.00;9.50;713.00;-1.16;0.98 +8151;3;4092.00;9.50;714.50;1.14;0.98 +8151;4;4064.00;9.50;719.50;4.68;0.98 +8151;5;4070.50;9.50;725.00;4.23;0.98 +8151;6;4100.00;9.50;725.00;1.89;0.98 +8151;7;4089.00;9.50;729.50;2.55;0.98 +8151;8;4074.00;9.50;730.50;3.74;0.98 +8151;9;4069.22;9.50;719.00;1.57;0.98 +8151;10;4094.78;9.50;719.00;-1.57;0.98 +8151;11;4076.40;9.50;700.60;-0.29;0.98 +8151;12;4059.60;9.50;709.40;-1.16;0.98 +8151;13;4098.00;9.50;711.80;1.14;0.98 +8151;14;4053.20;9.50;719.80;4.68;0.98 +8151;15;4063.60;9.50;728.60;4.23;0.98 +8151;16;4110.80;9.50;728.60;1.89;0.98 +8151;17;4093.20;9.50;735.80;2.55;0.98 +8151;18;4069.20;9.50;737.40;3.74;0.98 8151;21;4069.22;9.50;719.00;1.57;0.98 +8152;0;4686.00;9.75;334.00;0.00;0.58 +8152;1;4679.50;10.10;329.50;-0.96;0.58 +8152;2;4692.50;9.90;331.50;1.20;0.58 +8152;3;4676.00;9.72;336.00;4.51;0.58 +8152;4;4687.50;9.70;339.00;2.85;0.58 +8152;5;4696.00;9.70;339.00;2.03;0.58 +8152;9;4676.64;9.85;334.00;1.57;0.58 +8152;10;4695.36;9.80;334.00;-1.57;0.58 +8152;19;4661.00;9.55;334.00;-1.77;0.58 +8152;20;4659.25;9.55;334.00;4.71;0.58 8152;21;4676.64;9.85;334.00;1.57;0.58 +8153;0;4334.00;9.50;7.00;0.00;0.42 +8153;1;4322.00;9.50;6.00;-1.48;0.42 +8153;2;4342.00;9.50;9.00;1.81;0.42 +8153;3;4329.00;9.50;11.00;4.03;0.42 +8153;9;4325.18;9.50;7.00;1.57;0.42 +8153;10;4342.82;9.50;7.00;-1.57;0.42 +8153;11;4314.80;9.50;5.40;-1.48;0.42 +8153;12;4346.80;9.50;10.20;1.81;0.42 +8153;13;4326.00;9.50;13.40;4.03;0.42 8153;21;4325.18;9.50;7.00;1.57;0.42 +8154;0;4256.00;9.50;156.00;0.00;0.98 +8154;1;4261.50;9.50;144.00;0.43;0.98 +8154;2;4251.50;9.50;144.50;-0.37;0.98 +8154;3;4245.50;9.50;156.00;4.71;0.98 +8154;4;4266.00;9.50;155.50;1.52;0.98 +8154;5;4256.00;9.50;167.00;3.14;0.98 +8154;6;4244.50;9.50;168.50;3.88;0.98 +8154;9;4247.18;9.50;156.00;1.57;0.98 +8154;10;4264.82;9.50;156.00;-1.57;0.98 +8154;11;4264.80;9.50;136.80;0.43;0.98 +8154;12;4248.80;9.50;137.60;-0.37;0.98 +8154;13;4239.20;9.50;156.00;4.71;0.98 +8154;14;4272.00;9.50;155.20;1.52;0.98 +8154;15;4256.00;9.50;173.60;3.14;0.98 +8154;16;4237.60;9.50;176.00;3.88;0.98 8154;21;4247.18;9.50;156.00;1.57;0.98 +8155;0;4812.00;10.35;338.00;0.00;1.02 +8155;1;4812.50;10.50;322.50;0.03;1.02 +8155;2;4800.50;10.35;332.00;-1.09;1.02 +8155;3;2405.50;9.50;168.50;-1.50;1.02 +8155;4;4823.00;10.50;343.50;2.03;1.02 +8155;5;4803.00;10.20;346.50;3.95;1.02 +8155;6;4814.50;10.30;353.50;2.98;1.02 +8155;9;4802.82;10.30;338.00;1.57;1.02 +8155;10;4821.18;10.40;338.00;-1.57;1.02 8155;21;4802.82;10.30;338.00;1.57;1.02 +8156;0;3870.00;9.50;200.00;0.00;1.04 +8156;1;3865.00;9.50;188.00;-0.39;1.04 +8156;2;3878.50;9.50;191.50;0.78;1.04 +8156;3;3857.00;9.50;200.50;4.67;1.04 +8156;4;3886.00;9.50;202.00;1.69;1.04 +8156;5;3880.50;9.50;209.00;2.27;1.04 +8156;6;3867.00;9.50;211.50;3.39;1.04 +8156;7;3857.00;9.50;212.50;3.94;1.04 +8156;9;3859.38;9.50;200.00;1.57;1.04 +8156;10;3880.62;9.50;200.00;-1.57;1.04 +8156;11;3862.00;9.50;180.80;-0.39;1.04 +8156;12;3883.60;9.50;186.40;0.78;1.04 +8156;13;3849.20;9.50;200.80;4.67;1.04 +8156;14;3895.60;9.50;203.20;1.69;1.04 +8156;15;3886.80;9.50;214.40;2.27;1.04 +8156;16;3865.20;9.50;218.40;3.39;1.04 +8156;17;3849.20;9.50;220.00;3.94;1.04 8156;21;3859.38;9.50;200.00;1.57;1.04 +8157;0;1762.00;17.67;591.00;0.00;0.68 +8157;1;1765.00;18.30;584.00;0.40;0.68 +8157;2;1758.50;19.45;585.00;-0.52;0.68 +8157;3;1770.00;19.10;587.00;1.10;0.68 +8157;4;1755.50;16.10;593.50;4.34;0.68 +8157;5;1765.50;15.35;594.00;2.27;0.68 +8157;6;1757.50;14.50;599.50;3.62;0.68 +8157;7;1761.50;12.90;600.50;3.19;0.68 +8157;9;1755.88;16.93;591.00;1.57;0.68 +8157;10;1768.12;16.54;591.00;-1.57;0.68 8157;21;1755.88;16.93;591.00;1.57;0.68 +8158;0;2618.00;9.50;609.00;0.00;1.10 +8158;1;2614.00;9.50;598.00;-0.34;1.10 +8158;2;2629.00;9.50;604.00;1.14;1.10 +8158;3;2604.00;9.50;608.00;-1.49;1.10 +8158;4;2630.50;9.50;618.00;2.19;1.10 +8158;5;2615.50;9.50;619.50;3.37;1.10 +8158;9;2607.20;9.50;609.00;1.57;1.10 +8158;10;2628.80;9.50;609.00;-1.57;1.10 +8158;11;2611.60;9.50;591.40;-0.34;1.10 +8158;12;2635.60;9.50;601.00;1.14;1.10 +8158;13;2595.60;9.50;607.40;-1.49;1.10 +8158;14;2638.00;9.50;623.40;2.19;1.10 +8158;15;2614.00;9.50;625.80;3.37;1.10 8158;21;2607.20;9.50;609.00;1.57;1.10 +8159;0;2280.00;9.50;568.00;0.00;1.30 +8159;1;2285.50;9.50;548.50;0.27;1.30 +8159;2;2275.00;9.50;556.00;-0.39;1.30 +8159;3;2290.50;9.50;559.00;0.86;1.30 +8159;4;2270.50;9.50;576.00;4.01;1.30 +8159;5;2295.00;9.50;570.50;1.73;1.30 +8159;6;2285.00;9.50;580.00;2.74;1.30 +8159;7;2277.00;9.50;589.00;3.28;1.30 +8159;9;2268.30;9.50;568.00;1.57;1.30 +8159;10;2291.70;9.50;568.00;-1.57;1.30 +8159;11;2288.80;9.50;536.80;0.27;1.30 +8159;12;2272.00;9.50;548.80;-0.39;1.30 +8159;13;2296.80;9.50;553.60;0.86;1.30 +8159;14;2264.80;9.50;580.80;4.01;1.30 +8159;15;2304.00;9.50;572.00;1.73;1.30 +8159;16;2288.00;9.50;587.20;2.74;1.30 +8159;17;2275.20;9.50;601.60;3.28;1.30 8159;21;2268.30;9.50;568.00;1.57;1.30 +8160;0;1677.00;11.10;693.00;0.00;0.94 +8160;1;1670.00;10.85;684.50;-0.68;0.94 +8160;2;1682.00;11.10;689.00;0.89;0.94 +8160;3;1662.00;10.67;690.00;-1.37;0.94 +8160;4;1663.50;10.80;693.00;4.71;0.94 +8160;5;1690.00;10.70;699.00;2.00;0.94 +8160;6;1672.00;10.90;697.00;4.03;0.94 +8160;7;1684.50;10.90;702.50;2.47;0.94 +8160;9;1666.92;10.80;693.00;1.57;0.94 +8160;10;1687.08;11.00;693.00;-1.57;0.94 8160;21;1666.92;10.80;693.00;1.57;0.94 +8161;0;1724.00;11.87;174.00;0.00;0.68 +8161;1;1723.50;11.10;161.50;-0.04;0.68 +8161;2;1719.00;11.72;162.00;-0.39;0.68 +8161;3;1729.50;11.20;164.50;0.52;0.68 +8161;4;1716.50;11.90;172.50;-1.37;0.68 +8161;5;1731.50;12.40;173.50;1.50;0.68 +8161;6;1728.50;12.20;183.00;2.67;0.68 +8161;7;1716.00;12.12;182.00;3.92;0.68 +8161;8;1720.00;11.85;185.50;3.47;0.68 +8161;9;1717.88;11.95;174.00;1.57;0.68 +8161;10;1730.12;12.35;174.00;-1.57;0.68 8161;21;1717.88;11.95;174.00;1.57;0.68 +8162;0;2208.00;9.50;1212.00;0.00;1.08 +8162;1;2210.00;9.50;1202.50;0.20;1.08 +8162;2;2224.50;9.50;1198.50;0.88;1.08 +8162;3;2224.00;9.50;1206.50;1.24;1.08 +8162;4;2191.00;9.50;1209.00;-1.39;1.08 +8162;5;2193.50;9.50;1218.50;4.29;1.08 +8162;6;2223.50;9.50;1214.50;1.73;1.08 +8162;7;2213.00;9.50;1221.00;2.63;1.08 +8162;9;2194.14;9.50;1212.00;1.57;1.08 +8162;10;2221.86;9.50;1212.00;-1.57;1.08 +8162;11;2211.20;9.50;1196.80;0.20;1.08 +8162;12;2234.40;9.50;1190.40;0.88;1.08 +8162;13;2233.60;9.50;1203.20;1.24;1.08 +8162;14;2180.80;9.50;1207.20;-1.39;1.08 +8162;15;2184.80;9.50;1222.40;4.29;1.08 +8162;16;2232.80;9.50;1216.00;1.73;1.08 +8162;17;2216.00;9.50;1226.40;2.63;1.08 8162;21;2194.14;9.50;1212.00;1.57;1.08 +8163;0;2036.00;9.50;1865.00;0.00;0.82 +8163;1;2045.50;9.50;1855.00;0.76;0.82 +8163;2;2044.50;9.50;1861.50;1.18;0.82 +8163;3;2032.50;9.50;1861.00;-0.71;0.82 +8163;4;2029.50;9.50;1872.00;3.89;0.82 +8163;5;2040.50;9.50;1872.00;2.57;0.82 +8163;9;2026.82;9.50;1865.00;1.57;0.82 +8163;10;2045.18;9.50;1865.00;-1.57;0.82 +8163;11;2051.20;9.50;1849.00;0.76;0.82 +8163;12;2049.60;9.50;1859.40;1.18;0.82 +8163;13;2030.40;9.50;1858.60;-0.71;0.82 +8163;14;2025.60;9.50;1876.20;3.89;0.82 +8163;15;2043.20;9.50;1876.20;2.57;0.82 8163;21;2026.82;9.50;1865.00;1.57;0.82 +8164;0;3479.00;9.80;677.00;0.00;0.62 +8164;1;3477.50;9.70;663.50;-0.11;0.62 +8164;2;3474.50;9.70;664.50;-0.34;0.62 +8164;3;3484.00;9.70;670.00;0.62;0.62 +8164;4;3473.50;9.80;678.00;4.53;0.62 +8164;5;3484.50;9.80;680.00;2.07;0.62 +8164;6;3479.50;10.15;689.00;3.10;0.62 +8164;9;3473.42;9.80;677.00;1.57;0.62 +8164;10;3484.58;9.70;677.00;-1.57;0.62 +8164;19;3483.00;9.50;658.00;0.62;0.62 +8164;20;3483.36;9.50;656.28;0.20;0.62 8164;21;3473.42;9.80;677.00;1.57;0.62 +8165;0;4882.00;10.00;207.00;0.00;0.82 +8165;1;4884.50;10.00;199.50;0.32;0.82 +8165;2;4874.00;9.90;201.50;-0.96;0.82 +8165;3;4892.50;9.90;205.00;1.38;0.82 +8165;4;4894.00;10.00;209.50;1.77;0.82 +8165;5;4875.00;10.10;213.50;3.96;0.82 +8165;6;4886.50;10.10;214.50;2.60;0.82 +8165;9;4873.54;10.00;207.00;1.57;0.82 +8165;10;4890.46;9.90;207.00;-1.57;0.82 8165;21;4873.54;10.00;207.00;1.57;0.82 +8166;0;1218.00;9.50;338.00;0.00;0.98 +8166;1;1222.00;9.50;325.50;0.31;0.98 +8166;2;1205.00;9.50;334.00;-1.27;0.98 +8166;3;1232.50;9.50;326.00;0.87;0.98 +8166;4;1237.50;9.50;330.50;1.20;0.98 +8166;5;1233.00;9.50;342.00;1.83;0.98 +8166;6;1197.50;9.50;345.50;4.36;0.98 +8166;7;1211.50;9.50;349.50;3.65;0.98 +8166;9;1201.80;9.50;338.00;1.57;0.98 +8166;10;1234.20;9.50;338.00;-1.57;0.98 +8166;11;1224.40;9.50;318.00;0.31;0.98 +8166;12;1197.20;9.50;331.60;-1.27;0.98 +8166;13;1241.20;9.50;318.80;0.87;0.98 +8166;14;1249.20;9.50;326.00;1.20;0.98 +8166;15;1242.00;9.50;344.40;1.83;0.98 +8166;16;1185.20;9.50;350.00;4.36;0.98 +8166;17;1207.60;9.50;356.40;3.65;0.98 8166;21;1201.80;9.50;338.00;1.57;0.98 +8167;0;348.00;9.50;106.00;0.00;1.06 +8167;1;336.00;9.50;95.50;-0.85;1.06 +8167;2;359.50;9.50;99.50;1.05;1.06 +8167;3;326.00;9.50;106.50;4.69;1.06 +8167;4;373.50;9.50;108.50;1.66;1.06 +8167;5;369.50;9.50;114.00;1.92;1.06 +8167;6;346.00;9.50;115.50;3.34;1.06 +8167;9;330.90;9.50;106.00;1.57;1.06 +8167;10;365.10;9.50;106.00;-1.57;1.06 +8167;11;328.80;9.50;89.20;-0.85;1.06 +8167;12;366.40;9.50;95.60;1.05;1.06 +8167;13;312.80;9.50;106.80;4.69;1.06 +8167;14;388.80;9.50;110.00;1.66;1.06 +8167;15;382.40;9.50;118.80;1.92;1.06 +8167;16;344.80;9.50;121.20;3.34;1.06 8167;21;330.90;9.50;106.00;1.57;1.06 +8168;0;615.00;9.50;1180.00;0.00;0.92 +8168;1;600.00;9.50;1168.50;-0.91;0.92 +8168;2;619.00;9.50;1168.50;0.33;0.92 +8168;3;635.00;9.50;1180.00;1.57;0.92 +8168;4;594.50;9.50;1181.00;4.66;0.92 +8168;5;591.00;9.50;1192.00;4.24;0.92 +8168;6;612.50;9.50;1191.50;3.35;0.92 +8168;9;598.62;9.50;1180.00;1.57;0.92 +8168;10;631.38;9.50;1180.00;-1.57;0.92 +8168;11;591.00;9.50;1161.60;-0.91;0.92 +8168;12;621.40;9.50;1161.60;0.33;0.92 +8168;13;647.00;9.50;1180.00;1.57;0.92 +8168;14;582.20;9.50;1181.60;4.66;0.92 +8168;15;576.60;9.50;1199.20;4.24;0.92 +8168;16;611.00;9.50;1198.40;3.35;0.92 8168;21;598.62;9.50;1180.00;1.57;0.92 +8169;0;1840.00;9.72;401.00;0.00;0.74 +8169;1;1841.00;9.75;393.50;0.13;0.74 +8169;2;1848.00;9.80;394.50;0.88;0.74 +8169;3;1832.50;10.40;399.00;-1.31;0.74 +8169;4;1847.00;9.75;404.00;1.97;0.74 +8169;5;1828.00;10.40;404.50;4.42;0.74 +8169;6;1834.00;10.40;408.50;3.81;0.74 +8169;9;1831.72;10.40;401.00;1.57;0.74 +8169;10;1848.28;9.80;401.00;-1.57;0.74 8169;21;1831.72;10.40;401.00;1.57;0.74 +8170;0;213.00;9.50;1764.00;0.00;1.32 +8170;1;202.00;9.50;1758.50;-1.10;1.32 +8170;2;225.50;9.50;1751.50;0.78;1.32 +8170;3;233.50;9.50;1760.00;1.37;1.32 +8170;4;212.50;9.50;1773.50;3.19;1.32 +8170;5;193.00;9.50;1774.50;4.22;1.32 +8170;9;196.44;9.50;1764.00;1.57;1.32 +8170;10;229.56;9.50;1764.00;-1.57;1.32 +8170;11;195.40;9.50;1755.20;-1.10;1.32 +8170;12;233.00;9.50;1744.00;0.78;1.32 +8170;13;245.80;9.50;1757.60;1.37;1.32 +8170;14;212.20;9.50;1779.20;3.19;1.32 +8170;15;181.00;9.50;1780.80;4.22;1.32 8170;21;196.44;9.50;1764.00;1.57;1.32 +8171;0;481.00;9.50;1145.00;0.00;1.10 +8171;1;480.00;9.50;1130.00;-0.06;1.10 +8171;2;490.50;9.50;1134.00;0.71;1.10 +8171;3;470.50;9.50;1142.50;-1.33;1.10 +8171;4;487.50;9.50;1152.50;2.42;1.10 +8171;5;474.50;9.50;1157.00;3.63;1.10 +8171;6;482.50;9.50;1164.00;3.06;1.10 +8171;9;471.10;9.50;1145.00;1.57;1.10 +8171;10;490.90;9.50;1145.00;-1.57;1.10 +8171;11;479.40;9.50;1121.00;-0.06;1.10 +8171;12;496.20;9.50;1127.40;0.71;1.10 +8171;13;464.20;9.50;1141.00;-1.33;1.10 +8171;14;491.40;9.50;1157.00;2.42;1.10 +8171;15;470.60;9.50;1164.20;3.63;1.10 +8171;16;483.40;9.50;1175.40;3.06;1.10 8171;21;471.10;9.50;1145.00;1.57;1.10 +8172;0;1944.00;10.12;752.00;0.00;1.64 +8172;1;1948.50;10.20;733.50;0.23;1.64 +8172;2;1964.00;10.10;751.00;1.52;1.64 +8172;3;1929.00;10.20;739.50;-0.87;1.64 +8172;4;1920.50;10.10;753.50;4.64;1.64 +8172;5;1928.00;9.95;766.00;3.99;1.64 +8172;6;1948.00;10.20;769.00;2.91;1.64 +8172;9;1925.82;10.20;752.00;1.57;1.64 +8172;10;1962.18;10.10;752.00;-1.57;1.64 8172;21;1925.82;10.20;752.00;1.57;1.64 +8173;0;915.00;9.50;470.00;0.00;1.22 +8173;1;903.00;9.50;462.00;-0.98;1.22 +8173;2;925.00;9.50;459.00;0.73;1.22 +8173;3;934.00;9.50;473.00;1.72;1.22 +8173;4;891.00;9.50;471.50;4.65;1.22 +8173;5;898.50;9.50;477.00;4.31;1.22 +8173;6;920.50;9.50;481.50;2.69;1.22 +8173;9;899.34;9.50;470.00;1.57;1.22 +8173;10;930.66;9.50;470.00;-1.57;1.22 +8173;11;895.80;9.50;457.20;-0.98;1.22 +8173;12;931.00;9.50;452.40;0.73;1.22 +8173;13;945.40;9.50;474.80;1.72;1.22 +8173;14;876.60;9.50;472.40;4.65;1.22 +8173;15;888.60;9.50;481.20;4.31;1.22 +8173;16;923.80;9.50;488.40;2.69;1.22 8173;21;899.34;9.50;470.00;1.57;1.22 +8174;0;5389.00;9.50;1612.00;0.00;1.10 +8174;1;5381.00;9.50;1599.00;-0.55;1.10 +8174;2;5375.00;9.50;1611.00;-1.49;1.10 +8174;3;5394.50;9.50;1600.50;0.44;1.10 +8174;4;5403.00;9.50;1614.00;1.71;1.10 +8174;5;5391.00;9.50;1624.50;2.98;1.10 +8174;9;5377.84;9.50;1612.00;1.57;1.10 +8174;10;5400.16;9.50;1612.00;-1.57;1.10 +8174;11;5376.20;9.50;1591.20;-0.55;1.10 +8174;12;5366.60;9.50;1610.40;-1.49;1.10 +8174;13;5397.80;9.50;1593.60;0.44;1.10 +8174;14;5411.40;9.50;1615.20;1.71;1.10 +8174;15;5392.20;9.50;1632.00;2.98;1.10 8174;21;5377.84;9.50;1612.00;1.57;1.10 +8175;0;1912.00;10.20;679.00;0.00;1.30 +8175;1;1899.00;10.22;667.00;-0.82;1.30 +8175;2;1906.50;10.30;657.00;-0.24;1.30 +8175;3;1920.50;10.30;659.00;0.40;1.30 +8175;4;1925.50;10.50;679.50;1.60;1.30 +8175;5;1902.00;10.37;691.00;3.83;1.30 +8175;6;1913.00;10.10;703.00;3.10;1.30 +8175;7;1904.00;10.10;707.50;3.41;1.30 +8175;9;1900.30;10.20;679.00;1.57;1.30 +8175;10;1923.70;10.41;679.00;-1.57;1.30 8175;21;1900.30;10.20;679.00;1.57;1.30 +8176;0;1750.00;10.57;150.00;0.00;0.58 +8176;1;1742.50;10.70;144.50;-0.93;0.58 +8176;2;1756.50;11.00;148.50;1.34;0.58 +8176;3;1742.50;10.70;152.50;4.39;0.58 +8176;4;1753.50;10.80;155.50;2.57;0.58 +8176;9;1741.36;10.69;150.00;1.57;0.58 +8176;10;1758.64;10.85;150.00;-1.57;0.58 8176;21;1741.36;10.69;150.00;1.57;0.58 +8177;0;2147.00;11.65;676.00;0.00;0.60 +8177;1;2146.00;12.40;669.50;-0.15;0.60 +8177;2;2154.50;11.80;671.00;0.98;0.60 +8177;3;2138.50;11.50;672.50;-1.18;0.60 +8177;4;2157.00;11.67;676.00;1.57;0.60 +8177;5;2138.00;11.55;679.00;4.39;0.60 +8177;6;2148.00;11.32;681.00;2.94;0.60 +8177;7;2141.00;11.40;684.00;3.78;0.60 +8177;9;2139.62;11.96;676.00;1.57;0.60 +8177;10;2154.38;11.50;676.00;-1.57;0.60 8177;21;2139.62;11.96;676.00;1.57;0.60 +8178;0;3303.00;10.62;192.00;0.00;0.62 +8178;1;3296.50;11.40;183.50;-0.65;0.62 +8178;2;3305.00;9.90;186.00;0.32;0.62 +8178;3;3298.00;11.10;192.50;4.61;0.62 +8178;4;3309.50;10.00;197.00;2.22;0.62 +8178;5;3303.50;10.45;200.00;3.07;0.62 +8178;6;3307.50;10.10;202.00;2.71;0.62 +8178;9;3297.42;11.16;192.00;1.57;0.62 +8178;10;3308.58;10.09;192.00;-1.57;0.62 +8178;19;3305.00;9.57;179.00;0.32;0.62 +8178;20;3305.26;9.57;177.27;0.15;0.62 8178;21;3297.42;11.16;192.00;1.57;0.62 +8179;0;2206.00;9.80;786.00;0.00;0.60 +8179;1;2201.50;9.80;779.00;-0.57;0.60 +8179;2;2206.00;9.80;779.00;0.00;0.60 +8179;3;2199.50;9.90;784.00;-1.27;0.60 +8179;4;2211.00;9.70;785.00;1.37;0.60 +8179;5;2204.50;9.80;790.50;3.46;0.60 +8179;6;2212.00;9.70;791.50;2.31;0.60 +8179;9;2200.24;9.90;786.00;1.57;0.60 +8179;10;2211.76;9.70;786.00;-1.57;0.60 +8179;19;2220.00;9.53;795.00;-3.97;0.60 +8179;20;2221.47;9.53;795.94;2.14;0.60 8179;21;2200.24;9.90;786.00;1.57;0.60 +8180;0;3510.00;11.90;308.00;0.00;0.90 +8180;1;3515.50;10.95;298.00;0.50;0.90 +8180;2;3505.50;10.80;301.50;-0.60;0.90 +8180;3;3518.50;11.20;306.50;1.39;0.90 +8180;4;3499.00;10.30;308.50;4.66;0.90 +8180;5;3504.00;10.32;316.00;3.78;0.90 +8180;6;3512.00;11.55;316.50;2.91;0.90 +8180;9;3501.54;11.01;308.00;1.57;0.90 +8180;10;3518.46;11.35;308.00;-1.57;0.90 +8180;19;3484.00;9.50;302.00;-1.62;0.90 +8180;20;3482.29;9.50;301.60;-1.34;0.90 8180;21;3501.54;11.01;308.00;1.57;0.90 +8181;0;2035.00;11.25;462.00;0.00;0.56 +8181;1;2035.00;11.35;457.00;0.00;0.56 +8181;2;2043.00;10.95;458.00;1.10;0.56 +8181;3;2028.00;11.47;457.00;-0.95;0.56 +8181;4;2028.50;12.05;462.00;4.71;0.56 +8181;5;2040.00;11.57;464.00;1.95;0.56 +8181;6;2031.00;11.80;468.00;3.73;0.56 +8181;7;2035.50;11.80;468.50;3.06;0.56 +8181;9;2028.70;12.05;462.00;1.57;0.56 +8181;10;2041.30;10.94;462.00;-1.57;0.56 +8181;19;2051.00;9.50;453.00;1.11;0.56 +8181;20;2052.52;9.50;452.14;1.05;0.56 8181;21;2028.70;12.05;462.00;1.57;0.56 +8182;0;3404.00;10.40;513.00;0.00;0.60 +8182;1;3408.50;10.10;508.00;0.73;0.60 +8182;2;3401.00;10.75;507.50;-0.49;0.60 +8182;3;3412.00;10.05;513.00;1.57;0.60 +8182;4;3397.50;10.70;514.00;4.56;0.60 +8182;5;3407.00;9.87;519.00;2.67;0.60 +8182;6;3401.00;10.15;519.50;3.57;0.60 +8182;9;3397.70;10.77;513.00;1.57;0.60 +8182;10;3410.30;10.00;513.00;-1.57;0.60 +8182;19;3419.00;9.50;518.00;1.57;0.60 +8182;20;3420.66;9.50;518.55;1.89;0.60 8182;21;3397.70;10.77;513.00;1.57;0.60 +8183;0;3406.00;11.50;567.00;0.00;0.66 +8183;1;3402.50;11.80;561.00;-0.52;0.66 +8183;2;3406.50;10.50;559.50;0.06;0.66 +8183;3;3409.00;10.15;562.50;0.58;0.66 +8183;4;3401.50;12.05;569.00;4.29;0.66 +8183;5;3416.00;9.50;567.50;1.62;0.66 +8183;6;3407.50;13.25;573.00;2.89;0.66 +8183;9;3400.06;11.98;567.00;1.57;0.66 +8183;10;3411.94;10.00;567.00;-1.57;0.66 +8183;19;3415.00;9.53;567.00;-4.66;0.66 +8183;20;3416.75;9.53;567.00;1.57;0.66 8183;21;3400.06;11.98;567.00;1.57;0.66 +8184;0;2181.00;10.45;679.00;0.00;0.66 +8184;1;2179.50;10.25;671.00;-0.18;0.66 +8184;2;2184.00;10.20;670.00;0.32;0.66 +8184;3;2187.00;10.15;676.50;1.17;0.66 +8184;4;2174.00;10.85;677.50;-1.36;0.66 +8184;5;2176.50;10.60;685.00;3.78;0.66 +8184;6;2185.50;10.30;685.50;2.53;0.66 +8184;7;2180.50;10.40;689.50;3.18;0.66 +8184;9;2175.06;10.74;679.00;1.57;0.66 +8184;10;2186.94;10.25;679.00;-1.57;0.66 8184;21;2175.06;10.74;679.00;1.57;0.66 +8185;0;1747.00;9.80;801.00;0.00;1.32 +8185;1;1740.50;9.80;782.50;-0.33;1.32 +8185;2;1733.50;9.80;791.50;-0.95;1.32 +8185;3;1755.00;9.80;797.50;1.15;1.32 +8185;4;1729.50;9.80;800.00;-1.51;1.32 +8185;5;1749.00;9.80;809.50;2.91;1.32 +8185;9;1732.42;9.80;801.00;1.57;1.32 +8185;10;1761.58;9.80;801.00;-1.57;1.32 8185;21;1732.42;9.80;801.00;1.57;1.32 +8186;0;4945.00;9.82;170.00;0.00;0.48 +8186;1;4942.50;10.05;162.00;-0.30;0.48 +8186;2;4948.00;9.90;163.00;0.40;0.48 +8186;3;4941.00;9.80;167.50;-1.01;0.48 +8186;4;4950.50;9.80;170.00;1.57;0.48 +8186;5;2472.00;9.50;84.50;-1.53;0.48 +8186;6;2472.00;9.50;84.50;-1.53;0.48 +8186;7;4943.50;9.80;177.50;3.33;0.48 +8186;9;4940.68;9.71;170.00;1.57;0.48 +8186;10;4949.32;9.80;170.00;-1.57;0.48 +8186;19;4948.00;9.53;152.00;0.40;0.48 +8186;20;4948.28;9.53;150.27;0.16;0.48 8186;21;4940.68;9.71;170.00;1.57;0.48 +8187;0;1893.00;9.75;382.00;0.00;0.60 +8187;1;1898.50;9.80;376.00;0.74;0.60 +8187;2;1891.00;9.70;376.50;-0.34;0.60 +8187;3;1902.00;9.75;379.50;1.30;0.60 +8187;4;1884.00;9.70;382.00;4.71;0.60 +8187;5;1901.00;9.75;384.50;1.87;0.60 +8187;6;1886.00;9.70;387.50;4.04;0.60 +8187;7;1892.50;9.70;387.50;3.23;0.60 +8187;9;1886.16;9.70;382.00;1.57;0.60 +8187;10;1899.84;9.80;382.00;-1.57;0.60 8187;21;1886.16;9.70;382.00;1.57;0.60 +8188;0;3544.00;10.27;389.00;0.00;0.86 +8188;1;3536.50;10.00;383.50;-0.93;0.86 +8188;2;3549.00;10.65;384.00;0.78;0.86 +8188;3;3540.50;10.20;395.50;3.63;0.86 +8188;4;3550.50;10.00;398.50;2.54;0.86 +8188;9;3536.26;10.21;389.00;1.57;0.86 +8188;10;3551.74;10.56;389.00;-1.57;0.86 +8188;19;3525.00;9.50;397.00;-2.65;0.86 +8188;20;3523.38;9.50;397.67;4.31;0.86 8188;21;3536.26;10.21;389.00;1.57;0.86 +8189;0;1925.00;9.80;570.00;0.00;1.04 +8189;1;1928.50;9.80;559.50;0.32;1.04 +8189;2;1919.50;9.80;558.50;-0.44;1.04 +8189;3;1914.50;9.80;565.00;-1.12;1.04 +8189;4;1935.50;9.80;567.50;1.33;1.04 +8189;5;1916.00;9.80;573.50;4.34;1.04 +8189;6;1936.00;9.80;579.00;2.25;1.04 +8189;7;1916.50;9.80;579.50;3.87;1.04 +8189;8;1925.50;9.80;581.50;3.09;1.04 +8189;9;1915.64;9.80;570.00;1.57;1.04 +8189;10;1934.36;9.80;570.00;-1.57;1.04 8189;21;1915.64;9.80;570.00;1.57;1.04 +8190;0;2148.00;9.92;507.00;0.00;0.40 +8190;1;2149.50;9.70;504.00;0.46;0.40 +8190;2;2145.00;10.35;505.00;-0.98;0.40 +8190;3;2146.00;10.50;509.50;3.81;0.40 +8190;4;2151.00;9.85;510.00;2.35;0.40 +8190;9;2144.40;10.51;507.00;1.57;0.40 +8190;10;2151.60;9.68;507.00;-1.57;0.40 +8190;19;2157.00;9.53;510.00;0.46;0.40 +8190;20;2158.66;9.53;510.55;1.89;0.40 8190;21;2151.60;9.68;507.00;-1.57;0.40 +8191;0;1706.00;11.00;678.00;0.00;0.62 +8191;1;1695.50;11.10;672.50;-1.08;0.62 +8191;2;1708.50;10.90;673.00;0.46;0.62 +8191;3;1720.00;10.85;672.50;1.19;0.62 +8191;4;1716.00;10.75;679.50;1.72;0.62 +8191;5;1696.50;11.10;681.50;4.35;0.62 +8191;6;1709.00;10.40;685.50;2.76;0.62 +8191;9;1696.10;11.17;678.00;1.57;0.62 +8191;10;1715.90;10.80;678.00;-1.57;0.62 8191;21;1696.10;11.17;678.00;1.57;0.62 +8192;0;1726.00;11.70;253.00;0.00;0.70 +8192;1;1724.00;12.45;242.50;-0.18;0.70 +8192;2;1729.00;11.60;246.50;0.43;0.70 +8192;3;1719.50;12.80;248.00;-0.91;0.70 +8192;4;1734.50;11.35;255.00;1.80;0.70 +8192;5;1718.50;12.80;256.50;4.27;0.70 +8192;6;1727.00;12.17;261.00;3.01;0.70 +8192;7;1734.00;11.55;260.50;2.32;0.70 +8192;9;1719.70;12.35;253.00;1.57;0.70 +8192;10;1732.30;11.85;253.00;-1.57;0.70 8192;21;1719.70;12.35;253.00;1.57;0.70 +8193;0;3045.00;11.05;598.00;0.00;0.96 +8193;1;3039.50;10.75;585.00;-0.40;0.96 +8193;2;3036.50;11.25;588.00;-0.70;0.96 +8193;3;3048.00;11.20;591.50;0.43;0.96 +8193;4;3032.00;11.15;591.00;-1.07;0.96 +8193;5;3041.50;11.00;601.00;4.00;0.96 +8193;6;3052.50;10.90;603.50;2.20;0.96 +8193;7;3054.50;11.35;610.00;2.47;0.96 +8193;8;3052.00;11.45;612.50;2.69;0.96 +8193;9;3036.36;11.45;598.00;1.57;0.96 +8193;10;3053.64;11.10;598.00;-1.57;0.96 8193;21;3050.24;11.00;586.28;-1.57;0.96 +8194;0;1703.00;11.97;365.00;0.00;0.56 +8194;1;1701.00;11.22;356.00;-0.21;0.56 +8194;2;1706.50;13.80;361.00;0.71;0.56 +8194;3;1697.50;10.70;364.50;-1.48;0.56 +8194;4;1709.50;14.50;369.00;2.12;0.56 +8194;5;1702.00;11.10;372.50;3.27;0.56 +8194;6;1707.50;13.40;372.00;2.57;0.56 +8194;9;1697.96;10.76;365.00;1.57;0.56 +8194;10;1708.04;13.54;365.00;-1.57;0.56 +8194;19;1695.00;9.50;373.00;-1.48;0.56 +8194;20;1693.76;9.50;374.23;3.92;0.56 8194;21;1697.96;10.76;365.00;1.57;0.56 +8195;0;1759.00;19.70;454.00;0.00;0.80 +8195;1;1757.50;20.90;447.00;-0.21;0.80 +8195;2;1770.50;20.10;450.50;1.27;0.80 +8195;3;1748.00;21.35;450.00;-1.22;0.80 +8195;4;1748.00;20.20;456.50;4.48;0.80 +8195;5;1763.00;19.70;459.50;2.51;0.80 +8195;6;1752.00;19.67;464.00;3.75;0.80 +8195;9;1750.00;20.50;454.00;1.57;0.80 +8195;10;1768.00;20.90;454.00;-1.57;0.80 8195;21;1750.00;20.50;454.00;1.57;0.80 +8196;0;2173.00;9.85;572.00;0.00;0.54 +8196;1;2175.00;9.75;566.50;0.34;0.54 +8196;2;2168.50;10.00;570.50;-1.24;0.54 +8196;3;2179.00;9.70;569.50;1.17;0.54 +8196;4;2176.50;9.80;575.50;2.35;0.54 +8196;5;2169.50;10.05;578.00;3.67;0.54 +8196;9;2168.14;10.10;572.00;1.57;0.54 +8196;10;2177.86;9.78;572.00;-1.57;0.54 +8196;19;2185.00;9.55;570.00;1.18;0.54 +8196;20;2186.72;9.55;569.71;1.40;0.54 8196;21;2168.14;10.10;572.00;1.57;0.54 +8197;0;2190.00;9.95;644.00;0.00;0.44 +8197;1;2189.00;9.95;637.00;-0.14;0.44 +8197;2;2193.50;9.70;644.50;1.71;0.44 +8197;3;2184.00;10.20;638.50;-0.82;0.44 +8197;4;2187.00;10.15;644.50;4.54;0.44 +8197;5;2188.50;10.10;652.50;3.31;0.44 +8197;6;2192.50;9.80;652.00;2.83;0.44 +8197;9;2186.04;10.26;644.00;1.57;0.44 +8197;10;2193.96;9.70;644.00;-1.57;0.44 +8197;19;2198.00;9.50;645.00;-4.57;0.44 +8197;20;2199.73;9.50;645.21;1.69;0.44 8197;21;2186.04;10.26;644.00;1.57;0.44 +8198;0;1688.00;9.50;102.00;0.00;0.48 +8198;1;1684.50;9.70;102.00;4.71;0.48 +8198;2;1692.50;9.50;97.00;0.73;0.48 +8198;3;1694.50;12.20;102.00;1.57;0.48 +8198;4;1693.50;11.05;106.00;2.20;0.48 +8198;9;1682.42;9.50;102.00;1.57;0.48 +8198;10;1693.58;11.74;102.00;-1.57;0.48 +8198;19;1677.00;9.50;101.00;-1.57;0.48 +8198;20;1675.25;9.50;100.84;-1.48;0.48 8198;21;1682.42;9.50;102.00;1.57;0.48 +8199;0;1574.00;14.15;758.00;0.00;0.64 +8199;1;1572.00;11.00;748.50;-0.20;0.64 +8199;2;1577.50;13.30;751.00;0.46;0.64 +8199;3;1568.50;10.35;754.00;-0.94;0.64 +8199;4;1580.50;17.40;757.50;1.49;0.64 +8199;5;1568.50;10.70;763.50;3.92;0.64 +8199;6;1578.00;15.92;764.00;2.55;0.64 +8199;7;1573.00;14.37;767.00;3.25;0.64 +8199;9;1568.24;10.39;758.00;1.57;0.64 +8199;10;1579.76;17.36;758.00;-1.57;0.64 +8199;19;1572.00;9.50;739.00;-0.21;0.64 +8199;20;1571.81;9.50;737.26;-0.10;0.64 8199;21;1568.24;10.39;758.00;1.57;0.64 +8200;0;4738.00;10.50;215.00;0.00;0.78 +8200;1;4741.50;10.50;204.00;0.30;0.78 +8200;2;4732.00;10.60;212.00;-1.10;0.78 +8200;3;4745.50;10.60;213.50;1.37;0.78 +8200;4;4734.50;10.70;223.00;3.55;0.78 +8200;5;4744.50;10.70;223.00;2.45;0.78 +8200;9;4730.98;10.60;215.00;1.57;0.78 +8200;10;4745.02;10.60;215.00;-1.57;0.78 8200;21;4730.98;10.60;215.00;1.57;0.78 +8201;0;3391.00;11.15;482.00;0.00;0.90 +8201;1;3391.00;10.85;473.00;0.00;0.90 +8201;2;3382.50;11.40;480.00;-1.34;0.90 +8201;3;3400.50;10.40;474.50;0.90;0.90 +8201;4;3400.50;10.70;483.00;1.67;0.90 +8201;5;3385.50;11.00;491.50;3.66;0.90 +8201;6;3394.50;11.45;492.00;2.80;0.90 +8201;9;3382.90;11.40;482.00;1.57;0.90 +8201;10;3399.10;10.74;482.00;-1.57;0.90 8201;21;3382.90;11.40;482.00;1.57;0.90 +8202;0;3026.00;12.80;389.00;0.00;0.62 +8202;1;3021.00;12.67;384.00;-0.78;0.62 +8202;2;3028.00;12.80;381.00;0.24;0.62 +8202;3;3033.50;12.75;388.00;1.43;0.62 +8202;4;3016.50;12.55;390.00;4.60;0.62 +8202;5;3027.50;13.00;395.50;2.91;0.62 +8202;9;3018.26;12.70;389.00;1.57;0.62 +8202;10;3033.74;12.77;389.00;-1.57;0.62 8202;21;3018.26;12.70;389.00;1.57;0.62 +8203;0;1846.00;10.77;527.00;0.00;0.78 +8203;1;1840.00;10.85;515.50;-0.48;0.78 +8203;2;1847.50;10.70;518.00;0.16;0.78 +8203;3;1838.00;10.80;516.50;-0.65;0.78 +8203;4;1839.50;11.00;525.50;-1.34;0.78 +8203;5;1855.00;10.55;525.00;1.35;0.78 +8203;6;1852.50;10.70;534.00;2.39;0.78 +8203;7;1844.50;11.00;538.00;3.27;0.78 +8203;9;1838.98;10.92;527.00;1.57;0.78 +8203;10;1853.02;10.70;527.00;-1.57;0.78 8203;21;1838.98;10.92;527.00;1.57;0.78 +8204;0;5503.00;10.52;92.00;0.00;0.50 +8204;1;5500.00;11.17;87.00;-0.54;0.50 +8204;2;5505.00;12.25;86.50;0.34;0.50 +8204;3;5507.00;11.80;90.50;1.21;0.50 +8204;4;5499.00;9.70;94.00;4.24;0.50 +8204;5;5509.50;11.90;95.50;2.06;0.50 +8204;6;5505.50;10.90;97.50;2.71;0.50 +8204;7;5509.00;11.70;97.50;2.31;0.50 +8204;9;5498.50;9.70;92.00;1.57;0.50 +8204;10;5507.50;11.80;92.00;-1.57;0.50 +8204;19;5498.00;9.53;99.00;-2.03;0.50 +8204;20;5496.98;9.53;100.42;3.76;0.50 8204;21;5498.50;9.70;92.00;1.57;0.50 +8205;0;3388.00;12.32;542.00;0.00;0.66 +8205;1;3385.00;11.32;536.00;-0.46;0.66 +8205;2;3393.00;10.75;534.00;0.55;0.66 +8205;3;3394.50;11.70;541.00;1.41;0.66 +8205;4;3382.00;14.02;545.00;4.24;0.66 +8205;5;3393.50;13.10;548.50;2.43;0.66 +8205;6;3388.50;12.50;549.50;3.07;0.66 +8205;9;3382.06;14.13;542.00;1.57;0.66 +8205;10;3393.94;11.46;542.00;-1.57;0.66 8205;21;3382.06;14.13;542.00;1.57;0.66 +8206;0;4985.00;9.70;245.00;0.00;0.90 +8206;1;4980.00;9.70;237.00;-0.55;0.90 +8206;2;2492.00;9.50;122.00;-1.52;0.90 +8206;3;4974.00;9.70;242.00;-1.30;0.90 +8206;4;4996.50;9.70;244.00;1.48;0.90 +8206;5;4982.00;9.70;252.50;3.52;0.90 +8206;6;4993.00;9.80;253.50;2.38;0.90 +8206;9;4973.84;9.70;245.00;1.57;0.90 +8206;10;4996.16;9.70;245.00;-1.57;0.90 8206;21;4973.84;9.70;245.00;1.57;0.90 +8207;0;2975.00;11.70;619.00;0.00;1.24 +8207;1;2972.00;10.45;608.00;-0.26;1.24 +8207;2;2982.50;11.75;610.00;0.69;1.24 +8207;3;2966.50;10.40;614.50;-1.08;1.24 +8207;4;2990.00;11.85;616.00;1.37;1.24 +8207;5;2962.50;10.30;621.00;4.55;1.24 +8207;6;2984.00;11.60;623.00;1.98;1.24 +8207;7;2969.00;11.05;630.00;3.64;1.24 +8207;8;2978.50;12.00;631.50;2.86;1.24 +8207;9;2963.84;10.30;619.00;1.57;1.24 +8207;10;2986.16;11.08;619.00;-1.57;1.24 +8207;19;2952.00;9.50;619.00;-1.72;1.24 +8207;20;2950.25;9.50;619.00;4.71;1.24 8207;21;2986.16;11.08;619.00;-1.57;1.24 +8208;0;1825.00;9.80;309.00;0.00;0.52 +8208;1;1822.50;9.80;303.50;-0.42;0.52 +8208;2;1816.50;9.80;309.00;4.71;0.52 +8208;3;1832.50;9.80;305.00;1.08;0.52 +8208;4;1833.00;9.80;312.00;1.93;0.52 +8208;5;1823.50;9.80;314.50;3.40;0.52 +8208;9;1817.80;9.80;309.00;1.57;0.52 +8208;10;1832.20;9.80;309.00;-1.57;0.52 8208;21;1817.80;9.80;309.00;1.57;0.52 +8209;0;4762.00;9.65;383.00;0.00;0.80 +8209;1;4765.00;9.70;377.50;0.49;0.80 +8209;2;4755.00;9.80;375.50;-0.75;0.80 +8209;3;4754.00;9.80;385.00;4.46;0.80 +8209;4;4770.50;10.20;386.50;1.96;0.80 +8209;5;4762.50;9.50;389.50;3.06;0.80 +8209;9;4754.80;9.75;383.00;1.57;0.80 +8209;10;4769.20;10.40;383.00;-1.57;0.80 +8209;19;4761.00;9.68;385.00;-3.22;0.80 +8209;20;4760.21;9.68;386.56;3.60;0.80 8209;21;4754.80;9.75;383.00;1.57;0.80 +8210;0;2093.00;11.82;533.00;0.00;0.44 +8210;1;2085.50;11.50;531.50;-1.37;0.44 +8210;2;2090.50;11.70;528.00;-0.46;0.44 +8210;3;2097.00;12.10;528.50;0.72;0.44 +8210;4;2100.50;11.70;534.00;1.70;0.44 +8210;5;2089.50;11.30;536.50;3.92;0.44 +8210;6;2097.00;11.70;538.50;2.51;0.44 +8210;9;2086.88;11.45;533.00;1.57;0.44 +8210;10;2099.12;11.81;533.00;-1.57;0.44 8210;21;2086.88;11.45;533.00;1.57;0.44 +8211;0;1774.00;9.90;667.00;0.00;0.78 +8211;1;1772.00;9.85;656.50;-0.18;0.78 +8211;2;1767.00;9.90;668.50;4.50;0.78 +8211;3;1781.00;9.80;664.50;1.22;0.78 +8211;4;1780.00;9.90;678.00;2.64;0.78 +8211;5;1776.00;9.85;682.00;3.00;0.78 +8211;9;1766.98;9.90;667.00;1.57;0.78 +8211;10;1781.02;9.90;667.00;-1.57;0.78 8211;21;1766.98;9.90;667.00;1.57;0.78 +8212;0;5491.00;12.97;74.00;0.00;0.50 +8212;1;5493.00;11.85;69.50;0.41;0.50 +8212;2;5487.00;13.30;71.50;-1.01;0.50 +8212;3;5497.50;12.40;74.50;1.64;0.50 +8212;4;5485.50;12.50;76.50;4.28;0.50 +8212;5;5494.00;12.72;78.00;2.49;0.50 +8212;6;5490.00;12.15;79.00;3.33;0.50 +8212;9;5485.78;13.37;74.00;1.57;0.50 +8212;10;5496.22;12.40;74.00;-1.57;0.50 +8212;19;5492.00;9.57;86.00;-2.94;0.50 +8212;20;5492.14;9.57;87.74;3.05;0.50 8212;21;5485.78;13.37;74.00;1.57;0.50 +8213;0;1666.00;9.90;789.00;0.00;1.08 +8213;1;1655.00;9.80;775.50;-0.68;1.08 +8213;2;1672.00;9.80;787.00;1.24;1.08 +8213;3;1655.00;9.80;784.50;-1.18;1.08 +8213;4;1664.00;9.80;797.50;3.37;1.08 +8213;5;1689.00;9.80;794.00;1.78;1.08 +8213;6;1689.50;9.80;795.00;1.82;1.08 +8213;7;1687.00;9.80;797.00;1.93;1.08 +8213;8;1676.50;9.80;799.00;2.33;1.08 +8213;9;1651.42;9.80;789.00;1.57;1.08 +8213;10;1680.58;9.80;789.00;-1.57;1.08 8213;21;1651.42;9.80;789.00;1.57;1.08 +8214;0;3192.00;12.67;251.00;0.00;0.74 +8214;1;3189.00;12.50;242.50;-0.33;0.74 +8214;2;3199.50;12.90;246.50;1.03;0.74 +8214;3;3181.00;12.40;252.50;4.57;0.74 +8214;4;3206.00;12.50;253.00;1.71;0.74 +8214;5;3203.50;12.70;257.00;2.05;0.74 +8214;6;3190.50;12.50;259.00;3.32;0.74 +8214;9;3181.56;12.40;251.00;1.57;0.74 +8214;10;3202.44;12.70;251.00;-1.57;0.74 8214;21;3211.56;12.30;253.72;1.57;0.74 +8215;0;1747.00;11.90;317.00;0.00;0.60 +8215;1;1747.50;11.70;307.00;0.05;0.60 +8215;2;1751.00;11.50;308.50;0.44;0.60 +8215;3;1743.50;12.90;315.50;-1.16;0.60 +8215;4;1752.00;11.20;316.50;1.47;0.60 +8215;5;1745.50;11.80;325.00;3.32;0.60 +8215;9;1741.60;13.23;317.00;1.57;0.60 +8215;10;1752.40;11.15;317.00;-1.57;0.60 8215;21;1741.60;13.23;317.00;1.57;0.60 +8216;0;1790.00;13.45;439.00;0.00;0.66 +8216;1;1785.50;14.70;430.00;-0.46;0.66 +8216;2;1794.00;13.17;435.00;0.78;0.66 +8216;3;1782.50;15.80;436.00;-1.19;0.66 +8216;4;1786.00;14.67;443.00;3.92;0.66 +8216;5;1794.50;12.65;448.00;2.67;0.66 +8216;6;1788.50;13.55;449.00;3.29;0.66 +8216;9;1784.06;15.37;439.00;1.57;0.66 +8216;10;1795.94;12.14;439.00;-1.57;0.66 8216;21;1784.06;15.37;439.00;1.57;0.66 +8217;0;1718.00;11.75;522.00;0.00;0.38 +8217;1;1717.50;12.35;512.00;-0.05;0.38 +8217;2;1714.00;9.85;522.50;4.58;0.38 +8217;3;1721.50;12.40;521.50;1.42;0.38 +8217;4;1718.50;12.40;532.50;3.09;0.38 +8217;9;1714.58;10.12;522.00;1.57;0.38 +8217;10;1721.42;12.40;522.00;-1.57;0.38 +8217;19;1712.00;9.50;525.00;-1.70;0.38 +8217;20;1710.43;9.50;525.78;4.24;0.38 8217;21;1714.58;10.12;522.00;1.57;0.38 +8218;0;1697.00;9.60;76.00;0.00;0.72 +8218;1;1693.00;9.50;73.50;-1.01;0.72 +8218;2;1701.00;9.60;68.50;0.49;0.72 +8218;3;1705.00;9.50;70.50;0.96;0.72 +8218;4;1703.50;9.50;75.00;1.41;0.72 +8218;5;1690.50;9.50;81.50;4.01;0.72 +8218;6;1700.00;9.97;80.00;2.49;0.72 +8218;7;1697.00;9.55;84.00;3.14;0.72 +8218;9;1690.34;9.50;76.00;1.57;0.72 +8218;10;1703.66;9.65;76.00;-1.57;0.72 +8218;19;1692.00;9.68;86.00;-2.27;0.72 +8218;20;1691.21;9.68;87.56;3.60;0.72 8218;21;1690.34;9.50;76.00;1.57;0.72 +8219;0;3035.00;10.85;541.00;0.00;0.62 +8219;1;3021.50;10.65;535.00;-1.15;0.62 +8219;2;3030.00;11.05;534.00;-0.62;0.62 +8219;3;3045.50;12.85;535.00;1.05;0.62 +8219;4;3018.00;10.45;543.00;4.59;0.62 +8219;5;3051.50;12.30;542.50;1.66;0.62 +8219;6;3020.00;10.47;547.00;4.33;0.62 +8219;7;3050.50;12.15;547.00;1.94;0.62 +8219;8;3036.50;11.10;547.50;2.91;0.62 +8219;9;3021.50;10.65;541.00;1.57;0.62 +8219;10;3048.50;12.60;541.00;-1.57;0.62 +8219;19;3005.00;9.50;541.00;-1.69;0.62 +8219;20;3003.25;9.50;541.00;4.71;0.62 8219;21;3021.50;10.65;541.00;1.57;0.62 +8220;0;4920.00;9.80;164.00;0.00;0.64 +8220;1;4914.00;9.70;160.50;-1.04;0.64 +8220;2;4923.50;9.80;159.50;0.66;0.64 +8220;3;4928.50;10.10;164.50;1.63;0.64 +8220;4;4916.00;9.80;167.50;3.99;0.64 +8220;5;4924.00;10.00;169.00;2.46;0.64 +8220;9;4913.52;9.75;164.00;1.57;0.64 +8220;10;4926.48;10.10;164.00;-1.57;0.64 +8220;19;4905.00;9.50;166.00;-1.04;0.64 +8220;20;4903.26;9.50;166.23;4.58;0.64 8220;21;4926.48;10.10;164.00;-1.57;0.64 +8221;0;4563.00;10.30;620.00;0.00;0.36 +8221;1;4566.50;10.30;617.00;0.86;0.36 +8221;2;4562.50;10.30;616.50;-0.14;0.36 +8221;3;4559.00;10.30;620.00;4.71;0.36 +8221;4;4568.00;10.30;620.50;1.67;0.36 +8221;5;4562.50;10.05;624.00;3.26;0.36 +8221;9;4559.04;10.30;620.00;1.57;0.36 +8221;10;4566.96;10.30;620.00;-1.57;0.36 8221;21;4559.04;10.30;620.00;1.57;0.36 +8222;0;1699.00;9.70;308.00;0.00;0.32 +8222;1;1699.50;9.70;300.00;0.06;0.32 +8222;2;1696.50;9.50;307.50;-1.37;0.32 +8222;3;1701.50;9.80;302.50;0.42;0.32 +8222;4;1701.50;10.15;310.00;2.24;0.32 +8222;5;1699.00;10.00;315.50;3.14;0.32 +8222;9;1696.12;9.50;308.00;1.57;0.32 +8222;10;1701.88;10.14;308.00;-1.57;0.32 +8222;19;1692.00;9.50;317.00;-1.37;0.32 +8222;20;1690.92;9.50;318.38;3.80;0.32 8222;21;1696.12;9.50;308.00;1.57;0.32 +8223;0;3320.00;12.70;699.00;0.00;0.68 +8223;1;3311.50;12.70;691.50;-0.84;0.68 +8223;2;3324.00;12.80;694.00;0.67;0.68 +8223;3;1659.50;9.50;349.00;-1.36;0.68 +8223;4;3309.50;12.70;698.50;-1.52;0.68 +8223;5;3330.00;13.05;704.00;2.03;0.68 +8223;6;3319.50;12.60;706.50;3.20;0.68 +8223;9;3311.18;12.80;699.00;1.57;0.68 +8223;10;3328.82;12.90;699.00;-1.57;0.68 8223;21;3311.18;12.80;699.00;1.57;0.68 +8224;0;1958.00;10.80;500.00;0.00;0.90 +8224;1;1954.00;10.50;490.00;-0.38;0.90 +8224;2;1963.50;11.00;495.00;0.83;0.90 +8224;3;1948.50;10.50;495.50;-1.12;0.90 +8224;4;1956.50;11.00;507.00;3.35;0.90 +8224;5;1969.50;11.00;502.50;1.78;0.90 +8224;6;1967.50;11.00;508.50;2.30;0.90 +8224;9;1949.90;10.40;500.00;1.57;0.90 +8224;10;1966.10;10.90;500.00;-1.57;0.90 8224;21;1949.90;10.40;500.00;1.57;0.90 +8225;0;1739.00;14.42;623.00;0.00;0.76 +8225;1;1746.00;13.60;615.50;0.75;0.76 +8225;2;1735.00;15.05;616.00;-0.51;0.76 +8225;3;1739.00;14.25;616.50;0.00;0.76 +8225;4;1734.00;14.42;616.00;-0.62;0.76 +8225;5;1733.50;18.70;618.50;-0.88;0.76 +8225;6;1746.50;13.20;621.50;1.37;0.76 +8225;7;1731.00;17.85;625.00;4.46;0.76 +8225;9;1731.80;17.93;623.00;1.57;0.76 +8225;10;1746.20;13.15;623.00;-1.57;0.76 8225;21;1746.20;13.15;623.00;-1.57;0.76 +8226;0;2144.00;11.80;530.00;0.00;0.36 +8226;1;2141.50;11.40;527.00;-0.69;0.36 +8226;2;2148.00;11.25;527.00;0.92;0.36 +8226;3;2148.00;12.20;531.50;1.93;0.36 +8226;4;2139.50;12.00;531.50;4.39;0.36 +8226;5;2144.00;11.95;534.50;3.14;0.36 +8226;9;2140.04;11.97;530.00;1.57;0.36 +8226;10;2147.96;11.90;530.00;-1.57;0.36 8226;21;2140.04;11.97;530.00;1.57;0.36 +8227;0;2180.00;10.70;737.00;0.00;0.68 +8227;1;2181.00;10.60;731.50;0.18;0.68 +8227;2;2173.50;10.80;730.50;-0.78;0.68 +8227;3;2172.50;11.00;734.50;-1.24;0.68 +8227;4;2187.50;10.60;737.50;1.63;0.68 +8227;5;2175.50;11.00;740.50;4.05;0.68 +8227;6;2183.00;11.42;744.00;2.73;0.68 +8227;9;2173.70;10.98;737.00;1.57;0.68 +8227;10;2186.30;10.61;737.00;-1.57;0.68 8227;21;2173.70;10.98;737.00;1.57;0.68 +8228;0;4669.00;10.77;159.00;0.00;0.56 +8228;1;4672.00;10.80;152.50;0.43;0.56 +8228;2;4675.00;10.90;154.50;0.92;0.56 +8228;3;4666.50;10.80;155.00;-0.55;0.56 +8228;4;4662.00;10.50;159.50;4.64;0.56 +8228;5;4674.00;10.50;160.00;1.76;0.56 +8228;6;4665.00;10.85;164.50;3.77;0.56 +8228;7;4669.50;10.30;165.00;3.05;0.56 +8228;9;4663.24;10.68;159.00;1.57;0.56 +8228;10;4674.76;10.71;159.00;-1.57;0.56 +8228;19;4656.00;9.50;160.00;-1.64;0.56 +8228;20;4654.25;9.50;160.13;4.63;0.56 8228;21;4674.76;10.71;159.00;-1.57;0.56 +8229;0;1708.00;13.87;287.00;0.00;0.36 +8229;1;1708.00;13.90;281.00;0.00;0.36 +8229;2;1711.00;14.50;286.50;1.40;0.36 +8229;3;1705.00;12.50;285.50;-1.10;0.36 +8229;4;1706.00;11.87;292.00;3.52;0.36 +8229;5;1712.00;14.47;293.00;2.55;0.36 +8229;6;1710.00;13.50;294.50;2.88;0.36 +8229;9;1704.76;12.06;287.00;1.57;0.36 +8229;10;1711.24;14.49;287.00;-1.57;0.36 8229;21;1704.76;12.06;287.00;1.57;0.36 +8230;0;5029.00;10.35;349.00;0.00;0.58 +8230;1;5030.00;10.20;344.00;0.19;0.58 +8230;2;5037.50;10.60;344.50;1.08;0.58 +8230;3;5021.50;10.00;345.00;-1.08;0.58 +8230;4;5023.00;10.10;352.50;4.18;0.58 +8230;5;5036.00;11.15;350.00;1.71;0.58 +8230;6;5031.00;10.75;355.00;2.82;0.58 +8230;9;5022.34;10.09;349.00;1.57;0.58 +8230;10;5035.66;10.96;349.00;-1.57;0.58 8230;21;5022.34;10.09;349.00;1.57;0.58 +8231;0;1734.00;19.17;516.00;0.00;0.48 +8231;1;1736.00;19.37;506.00;0.19;0.48 +8231;2;1731.00;17.12;508.00;-0.35;0.48 +8231;3;1738.00;21.22;518.00;2.03;0.48 +8231;4;1729.50;14.90;518.50;4.20;0.48 +8231;5;1731.50;18.60;528.00;3.34;0.48 +8231;9;1729.68;14.92;516.00;1.57;0.48 +8231;10;1738.32;21.12;516.00;-1.57;0.48 8231;21;1729.68;14.92;516.00;1.57;0.48 +8232;0;5460.00;12.55;38.00;0.00;0.44 +8232;1;5458.50;11.05;34.00;-0.35;0.44 +8232;2;5464.00;12.15;37.00;1.32;0.44 +8232;3;5454.50;10.90;34.50;-1.00;0.44 +8232;4;5455.50;11.80;38.00;4.71;0.44 +8232;5;5460.00;12.25;42.50;3.14;0.44 +8232;6;5465.50;11.20;42.00;2.20;0.44 +8232;7;5464.50;11.30;43.50;2.45;0.44 +8232;9;5455.50;11.80;38.00;1.57;0.44 +8232;10;5464.50;12.10;38.00;-1.57;0.44 8232;21;5455.50;11.80;38.00;1.57;0.44 +8233;0;2118.00;11.52;614.00;0.00;0.58 +8233;1;2117.00;11.95;607.50;-0.15;0.58 +8233;2;2110.00;11.55;608.00;-0.92;0.58 +8233;3;2124.00;11.35;616.00;1.89;0.58 +8233;4;2114.50;11.60;617.50;3.92;0.58 +8233;5;2121.50;11.30;623.50;2.78;0.58 +8233;9;2112.78;11.50;614.00;1.57;0.58 +8233;10;2123.22;11.40;614.00;-1.57;0.58 8233;21;2112.78;11.50;614.00;1.57;0.58 +8234;0;5072.00;9.85;192.00;0.00;0.34 +8234;1;5073.50;9.90;188.00;0.35;0.34 +8234;2;5067.00;9.90;190.00;-1.19;0.34 +8234;3;5079.00;9.85;192.00;1.57;0.34 +8234;4;5069.00;9.80;194.50;4.01;0.34 +8234;5;5076.00;9.90;195.00;2.21;0.34 +8234;9;5066.96;9.82;192.00;1.57;0.34 +8234;10;5077.04;9.90;192.00;-1.57;0.34 8234;21;5066.96;9.82;192.00;1.57;0.34 +8235;0;4970.00;12.52;576.00;0.00;0.58 +8235;1;4974.50;11.10;569.50;0.60;0.58 +8235;2;4966.50;11.95;574.00;-1.05;0.58 +8235;3;4977.00;13.12;574.00;1.29;0.58 +8235;4;4971.00;14.40;580.00;2.89;0.58 +8235;5;4963.00;13.70;580.50;4.14;0.58 +8235;9;4964.24;12.55;576.00;1.57;0.58 +8235;10;4975.76;13.24;576.00;-1.57;0.58 8235;21;4964.24;12.55;576.00;1.57;0.58 +8236;0;1321.00;10.07;1137.00;0.00;0.50 +8236;1;1315.50;10.15;1130.00;-0.66;0.50 +8236;2;1314.00;11.00;1134.50;-1.22;0.50 +8236;3;1322.50;9.50;1133.00;0.35;0.50 +8236;4;1329.00;9.97;1137.00;1.57;0.50 +8236;5;1315.00;11.52;1140.00;4.24;0.50 +8236;6;1328.00;10.65;1141.50;2.14;0.50 +8236;7;1320.50;10.70;1141.50;3.25;0.50 +8236;9;1314.70;10.95;1137.00;1.57;0.50 +8236;10;1327.30;9.83;1137.00;-1.57;0.50 +8236;19;1310.00;9.50;1125.00;-0.67;0.50 +8236;20;1308.81;9.50;1123.71;-0.74;0.50 8236;21;1314.70;10.95;1137.00;1.57;0.50 +8237;0;4854.00;10.40;341.00;0.00;0.96 +8237;1;4857.00;10.60;327.50;0.21;0.96 +8237;2;4867.50;10.60;333.50;1.06;0.96 +8237;3;2426.50;9.50;170.00;-1.50;0.96 +8237;4;4844.00;10.57;345.00;4.33;0.96 +8237;5;4867.00;10.50;340.50;1.53;0.96 +8237;6;4859.00;10.37;349.00;2.58;0.96 +8237;7;4849.50;10.60;359.00;3.38;0.96 +8237;8;4844.50;10.70;359.50;3.61;0.96 +8237;9;4845.36;10.41;341.00;1.57;0.96 +8237;10;4862.64;10.50;341.00;-1.57;0.96 8237;21;4845.36;10.41;341.00;1.57;0.96 +8238;0;1918.00;10.30;401.00;0.00;0.62 +8238;1;1918.00;9.85;392.50;0.00;0.62 +8238;2;1913.50;10.30;394.00;-0.57;0.62 +8238;3;1923.50;10.20;399.50;1.30;0.62 +8238;4;1913.00;10.35;403.00;4.33;0.62 +8238;5;1924.00;10.40;406.00;2.26;0.62 +8238;6;1918.50;10.30;409.00;3.07;0.62 +8238;9;1912.42;10.30;401.00;1.57;0.62 +8238;10;1923.58;10.35;401.00;-1.57;0.62 8238;21;1912.42;10.30;401.00;1.57;0.62 +8239;0;2005.00;11.22;466.00;0.00;0.58 +8239;1;2006.00;11.50;459.00;0.14;0.58 +8239;2;2013.50;11.70;464.00;1.34;0.58 +8239;3;1998.00;11.00;465.50;-1.49;0.58 +8239;4;2007.50;11.45;472.00;2.74;0.58 +8239;5;1999.50;11.00;472.00;3.88;0.58 +8239;9;1999.06;10.95;466.00;1.57;0.58 +8239;10;2010.94;11.45;466.00;-1.57;0.58 8239;21;1999.06;10.95;466.00;1.57;0.58 +8240;0;1787.00;10.42;602.00;0.00;0.74 +8240;1;1788.50;10.45;595.00;0.21;0.74 +8240;2;1778.00;10.45;599.50;-1.30;0.74 +8240;3;1796.00;10.40;598.50;1.20;0.74 +8240;4;1793.00;10.40;607.00;2.26;0.74 +8240;5;1782.00;10.40;608.00;3.83;0.74 +8240;9;1778.18;10.50;602.00;1.57;0.74 +8240;10;1795.82;10.40;602.00;-1.57;0.74 8240;21;1778.18;10.50;602.00;1.57;0.74 +8241;0;5458.00;9.80;22.00;0.00;0.36 +8241;1;5457.50;9.70;18.50;-0.14;0.36 +8241;2;5463.00;10.00;23.00;1.76;0.36 +8241;3;5453.00;9.75;23.50;4.42;0.36 +8241;4;5457.50;10.10;26.00;3.26;0.36 +8241;9;5453.32;9.69;22.00;1.57;0.36 +8241;10;5462.68;10.00;22.00;-1.57;0.36 +8241;19;5449.00;9.50;20.00;-0.14;0.36 +8241;20;5447.29;9.50;19.62;-1.35;0.36 8241;21;5453.32;9.69;22.00;1.57;0.36 +8242;0;2184.00;10.60;716.00;0.00;0.64 +8242;1;2182.00;10.70;708.00;-0.24;0.64 +8242;2;2177.00;10.55;711.50;-0.99;0.64 +8242;3;2189.50;10.60;714.00;1.22;0.64 +8242;4;2175.50;10.50;716.50;4.65;0.64 +8242;5;2183.00;10.50;721.00;3.33;0.64 +8242;6;2192.00;10.40;721.50;2.17;0.64 +8242;9;2175.90;10.50;716.00;1.57;0.64 +8242;10;2192.10;10.50;716.00;-1.57;0.64 8242;21;2175.90;10.50;716.00;1.57;0.64 +8243;0;4676.00;10.57;134.00;0.00;0.48 +8243;1;4676.50;9.70;129.50;0.11;0.48 +8243;2;4670.50;10.60;136.00;4.36;0.48 +8243;3;4681.00;10.25;136.00;1.95;0.48 +8243;4;4675.50;10.75;140.00;3.22;0.48 +8243;9;4670.24;10.55;134.00;1.57;0.48 +8243;10;4681.76;10.05;134.00;-1.57;0.48 +8243;19;4688.00;9.50;127.00;0.11;0.48 +8243;20;4689.51;9.50;126.11;1.04;0.48 8243;21;4681.76;10.05;134.00;-1.57;0.48 +8244;0;2969.00;12.77;675.00;0.00;0.42 +8244;1;2969.50;12.80;670.50;0.11;0.42 +8244;2;2961.50;10.35;671.00;-1.08;0.42 +8244;3;2976.00;12.65;675.50;1.64;0.42 +8244;4;2962.00;10.50;675.50;4.64;0.42 +8244;5;2968.50;12.50;680.50;3.23;0.42 +8244;6;2975.00;12.65;680.50;2.31;0.42 +8244;9;2963.24;10.95;675.00;1.57;0.42 +8244;10;2974.76;12.82;675.00;-1.57;0.42 +8244;19;2955.00;9.57;672.00;-1.64;0.42 +8244;20;2953.28;9.57;671.63;-1.36;0.42 8244;21;2963.24;10.95;675.00;1.57;0.42 +8245;0;3312.00;10.15;245.00;0.00;0.68 +8245;1;3312.00;9.75;228.50;0.00;0.68 +8245;2;3315.50;9.90;235.50;0.35;0.68 +8245;3;3309.00;10.00;233.00;-0.24;0.68 +8245;4;3308.00;10.05;247.00;4.24;0.68 +8245;5;3320.00;10.20;245.50;1.63;0.68 +8245;6;3311.00;9.95;257.00;3.22;0.68 +8245;7;3305.00;10.10;261.50;3.54;0.68 +8245;9;3305.88;10.10;245.00;1.57;0.68 +8245;10;3318.12;10.20;245.00;-1.57;0.68 +8245;19;3325.00;9.50;239.00;0.35;0.68 +8245;20;3326.58;9.50;238.26;1.13;0.68 8245;21;3315.03;9.70;230.69;-1.57;0.68 +8246;0;3528.00;11.75;262.00;0.00;0.80 +8246;1;3520.00;10.70;247.50;-0.50;0.80 +8246;2;3525.50;10.10;249.50;-0.19;0.80 +8246;3;3520.00;11.70;258.50;-1.15;0.80 +8246;4;3535.50;10.90;258.00;1.08;0.80 +8246;5;3533.00;13.07;272.00;2.67;0.80 +8246;6;3522.00;11.67;271.00;3.73;0.80 +8246;7;3524.50;12.00;275.00;3.40;0.80 +8246;9;3520.80;12.09;262.00;1.57;0.80 +8246;10;3535.20;11.63;262.00;-1.57;0.80 +8246;19;3541.00;9.50;245.00;1.08;0.80 +8246;20;3542.06;9.50;243.61;0.65;0.80 8246;21;3520.80;12.09;262.00;1.57;0.80 +8247;0;4797.00;11.40;397.00;0.00;0.68 +8247;1;4792.00;11.00;389.50;-0.58;0.68 +8247;2;4788.00;10.95;393.50;-1.20;0.68 +8247;3;4800.50;11.20;393.00;0.71;0.68 +8247;4;4788.00;11.10;398.50;4.54;0.68 +8247;5;4795.50;11.60;402.00;3.43;0.68 +8247;6;4804.00;11.32;403.00;2.27;0.68 +8247;9;4789.98;11.19;397.00;1.57;0.68 +8247;10;4804.02;11.40;397.00;-1.57;0.68 +8247;19;4781.00;9.80;399.00;-1.74;0.68 +8247;20;4779.26;9.80;399.21;4.58;0.68 8247;21;4789.98;11.19;397.00;1.57;0.68 +8248;0;3028.00;10.05;511.00;0.00;0.74 +8248;1;3028.00;9.80;504.00;0.00;0.74 +8248;2;3035.50;10.80;510.00;1.43;0.74 +8248;3;3019.50;9.60;511.00;4.71;0.74 +8248;4;3026.50;10.50;519.00;3.32;0.74 +8248;9;3020.98;9.74;511.00;1.57;0.74 +8248;10;3035.02;10.92;511.00;-1.57;0.74 +8248;19;3015.00;9.60;509.00;-1.57;0.74 +8248;20;3013.27;9.60;508.73;-1.41;0.74 8248;21;3014.80;9.70;507.68;1.57;0.74 +8249;0;5010.00;9.75;163.00;0.00;0.64 +8249;1;5007.00;9.70;150.00;-0.22;0.64 +8249;2;5014.50;9.70;160.00;0.98;0.64 +8249;3;5004.50;9.70;152.00;-0.46;0.64 +8249;4;5004.00;9.80;161.50;-1.32;0.64 +8249;5;5004.00;10.10;170.00;3.85;0.64 +8249;6;5019.00;9.80;171.50;2.32;0.64 +8249;7;5011.00;9.95;172.50;3.03;0.64 +8249;9;5004.24;9.80;163.00;1.57;0.64 +8249;10;5015.76;9.70;163.00;-1.57;0.64 8249;21;5004.24;9.80;163.00;1.57;0.64 +8250;0;4996.00;12.80;567.00;0.00;0.44 +8250;1;4998.00;11.17;560.00;0.27;0.44 +8250;2;5000.50;13.30;565.50;1.24;0.44 +8250;3;4993.50;11.80;563.50;-0.62;0.44 +8250;4;4990.00;12.85;569.50;4.31;0.44 +8250;5;4996.50;13.80;571.50;3.03;0.44 +8250;6;4991.50;13.55;573.00;3.78;0.44 +8250;9;4992.04;12.42;567.00;1.57;0.44 +8250;10;4999.96;13.39;567.00;-1.57;0.44 8250;21;4992.04;12.42;567.00;1.57;0.44 +8251;0;1705.00;13.05;263.00;0.00;0.44 +8251;1;1703.50;13.00;257.00;-0.24;0.44 +8251;2;1700.00;12.12;258.00;-0.78;0.44 +8251;3;1708.00;13.85;261.50;1.10;0.44 +8251;4;1701.50;11.95;264.00;4.43;0.44 +8251;5;1711.00;14.45;267.50;2.21;0.44 +8251;6;1706.50;13.90;269.00;2.89;0.44 +8251;9;1701.04;11.93;263.00;1.57;0.44 +8251;10;1708.96;14.24;263.00;-1.57;0.44 8251;21;1701.04;11.93;263.00;1.57;0.44 +8252;0;1556.00;9.75;842.00;0.00;0.56 +8252;1;1554.00;9.82;836.00;-0.32;0.56 +8252;2;1558.50;9.50;831.50;0.23;0.56 +8252;3;1560.50;9.50;835.00;0.57;0.56 +8252;4;1561.50;9.70;843.00;1.75;0.56 +8252;5;1551.00;10.20;848.00;3.83;0.56 +8252;6;1557.50;9.80;850.50;2.96;0.56 +8252;9;1550.96;10.16;842.00;1.57;0.56 +8252;10;1561.04;9.70;842.00;-1.57;0.56 +8252;19;1555.00;9.50;829.00;-0.32;0.56 +8252;20;1554.86;9.50;827.25;-0.07;0.56 8252;21;1550.96;10.16;842.00;1.57;0.56 +8253;0;1750.00;19.82;423.00;0.00;0.86 +8253;1;1743.50;21.60;415.00;-0.68;0.86 +8253;2;1750.00;17.92;413.00;0.00;0.86 +8253;3;1756.50;18.50;420.50;1.20;0.86 +8253;4;1742.00;22.55;424.50;4.52;0.86 +8253;5;1762.50;20.35;428.00;1.95;0.86 +8253;6;1753.00;19.60;431.50;2.80;0.86 +8253;9;1741.54;22.79;423.00;1.57;0.86 +8253;10;1758.46;20.14;423.00;-1.57;0.86 8253;21;1741.54;22.79;423.00;1.57;0.86 +8254;0;1787.00;9.80;781.00;0.00;1.52 +8254;1;1781.50;9.80;763.50;-0.30;1.52 +8254;2;1768.50;9.80;767.50;-0.94;1.52 +8254;3;1801.00;9.70;779.00;1.42;1.52 +8254;4;1775.00;9.80;787.50;4.21;1.52 +8254;5;1802.00;9.70;794.50;2.30;1.52 +8254;6;1789.50;9.80;800.00;3.01;1.52 +8254;9;1767.74;9.80;781.00;1.57;1.52 +8254;10;1806.26;9.70;781.00;-1.57;1.52 8254;21;1767.74;9.80;781.00;1.57;1.52 +8255;0;1813.00;10.40;390.00;0.00;0.62 +8255;1;1814.50;10.70;383.50;0.22;0.62 +8255;2;1805.00;9.80;388.00;-1.32;0.62 +8255;3;1822.00;10.37;386.00;1.15;0.62 +8255;4;1819.00;10.40;393.50;2.09;0.62 +8255;5;1803.00;9.80;392.50;4.46;0.62 +8255;6;1809.00;9.80;396.00;3.73;0.62 +8255;9;1805.62;9.80;390.00;1.57;0.62 +8255;10;1820.38;10.40;390.00;-1.57;0.62 8255;21;1805.62;9.80;390.00;1.57;0.62 +8256;0;3300.00;9.50;1371.00;0.00;1.18 +8256;1;3295.50;9.50;1357.50;-0.32;1.18 +8256;2;3287.50;9.50;1361.50;-0.92;1.18 +8256;3;3300.50;9.50;1361.00;0.05;1.18 +8256;4;3305.50;9.50;1363.50;0.63;1.18 +8256;5;3311.50;9.50;1364.50;1.05;1.18 +8256;6;3317.00;9.50;1365.00;1.23;1.18 +8256;7;3312.50;9.50;1376.00;1.95;1.18 +8256;8;3287.00;9.50;1372.50;4.59;1.18 +8256;9;3287.40;9.50;1371.00;1.57;1.18 +8256;10;3312.60;9.50;1371.00;-1.57;1.18 +8256;11;3292.80;9.50;1349.40;-0.32;1.18 +8256;12;3280.00;9.50;1355.80;-0.92;1.18 +8256;13;3300.80;9.50;1355.00;0.05;1.18 +8256;14;3308.80;9.50;1359.00;0.63;1.18 +8256;15;3318.40;9.50;1360.60;1.05;1.18 +8256;16;3327.20;9.50;1361.40;1.23;1.18 +8256;17;3320.00;9.50;1379.00;1.95;1.18 +8256;18;3279.20;9.50;1373.40;4.59;1.18 8256;21;3287.40;9.50;1371.00;1.57;1.18 +8257;0;2815.00;9.50;349.00;0.00;0.94 +8257;1;2818.00;9.50;336.50;0.23;0.94 +8257;2;2806.00;9.50;341.00;-0.84;0.94 +8257;3;2826.00;9.50;350.50;1.70;0.94 +8257;4;2806.50;9.50;356.50;3.98;0.94 +8257;5;2818.00;9.50;363.50;2.93;0.94 +8257;9;2806.54;9.50;349.00;1.57;0.94 +8257;10;2823.46;9.50;349.00;-1.57;0.94 +8257;11;2819.80;9.50;329.00;0.23;0.94 +8257;12;2800.60;9.50;336.20;-0.84;0.94 +8257;13;2832.60;9.50;351.40;1.70;0.94 +8257;14;2801.40;9.50;361.00;3.98;0.94 +8257;15;2819.80;9.50;372.20;2.93;0.94 8257;21;2806.54;9.50;349.00;1.57;0.94 +8258;0;1692.00;9.50;1284.00;0.00;0.74 +8258;1;1691.00;9.50;1274.50;-0.10;0.74 +8258;2;1683.50;9.50;1280.00;-1.13;0.74 +8258;3;1699.50;9.50;1277.50;0.85;0.74 +8258;4;1703.00;9.50;1285.50;1.70;0.74 +8258;5;1682.00;9.50;1289.00;4.24;0.74 +8258;6;1693.00;9.50;1292.00;3.01;0.74 +8258;9;1683.00;9.50;1284.00;1.57;0.74 +8258;10;1701.00;9.50;1284.00;-1.57;0.74 +8258;11;1690.40;9.50;1268.80;-0.10;0.74 +8258;12;1678.40;9.50;1277.60;-1.13;0.74 +8258;13;1704.00;9.50;1273.60;0.85;0.74 +8258;14;1709.60;9.50;1286.40;1.70;0.74 +8258;15;1676.00;9.50;1292.00;4.24;0.74 +8258;16;1693.60;9.50;1296.80;3.01;0.74 8258;21;1683.00;9.50;1284.00;1.57;0.74 +8259;0;158.00;9.50;743.00;0.00;0.78 +8259;1;155.50;9.50;734.00;-0.27;0.78 +8259;2;175.50;9.50;738.50;1.31;0.78 +8259;3;137.00;9.50;736.50;-1.27;0.78 +8259;4;137.00;9.50;744.50;4.64;0.78 +8259;5;180.00;9.50;748.50;1.81;0.78 +8259;6;161.00;9.50;752.00;2.82;0.78 +8259;9;141.26;9.50;743.00;1.57;0.78 +8259;10;174.74;9.50;743.00;-1.57;0.78 +8259;11;154.00;9.50;728.60;-0.27;0.78 +8259;12;186.00;9.50;735.80;1.31;0.78 +8259;13;124.40;9.50;732.60;-1.27;0.78 +8259;14;124.40;9.50;745.40;4.64;0.78 +8259;15;193.20;9.50;751.80;1.81;0.78 +8259;16;162.80;9.50;757.40;2.82;0.78 8259;21;141.26;9.50;743.00;1.57;0.78 +8260;0;4989.00;9.50;833.00;0.00;1.14 +8260;1;4981.50;9.50;821.00;-0.55;1.14 +8260;2;4998.00;9.50;830.00;1.24;1.14 +8260;3;4972.50;9.50;822.50;-1.00;1.14 +8260;4;4976.50;9.50;829.50;-1.29;1.14 +8260;5;4984.00;9.50;842.00;3.64;1.14 +8260;6;4997.00;9.50;844.00;2.51;1.14 +8260;9;4977.12;9.50;833.00;1.57;1.14 +8260;10;5000.88;9.50;833.00;-1.57;1.14 +8260;11;4977.00;9.50;813.80;-0.55;1.14 +8260;12;5003.40;9.50;828.20;1.24;1.14 +8260;13;4962.60;9.50;816.20;-1.00;1.14 +8260;14;4969.00;9.50;827.40;-1.29;1.14 +8260;15;4981.00;9.50;847.40;3.64;1.14 +8260;16;5001.80;9.50;850.60;2.51;1.14 8260;21;4977.12;9.50;833.00;1.57;1.14 +8261;0;4308.00;9.50;754.00;0.00;0.98 +8261;1;4306.00;9.50;742.50;-0.17;0.98 +8261;2;4312.00;9.50;742.00;0.32;0.98 +8261;3;4316.50;9.50;746.50;0.84;0.98 +8261;4;4299.50;9.50;752.00;-1.34;0.98 +8261;5;4314.50;9.50;759.50;2.27;0.98 +8261;6;4295.00;9.50;759.50;4.31;0.98 +8261;7;4295.50;9.50;759.50;4.29;0.98 +8261;8;4302.50;9.50;764.00;3.64;0.98 +8261;9;4299.18;9.50;754.00;1.57;0.98 +8261;10;4316.82;9.50;754.00;-1.57;0.98 +8261;11;4304.80;9.50;735.60;-0.17;0.98 +8261;12;4314.40;9.50;734.80;0.32;0.98 +8261;13;4321.60;9.50;742.00;0.84;0.98 +8261;14;4294.40;9.50;750.80;-1.34;0.98 +8261;15;4318.40;9.50;762.80;2.27;0.98 +8261;16;4287.20;9.50;762.80;4.31;0.98 +8261;17;4288.00;9.50;762.80;4.29;0.98 +8261;18;4299.20;9.50;770.00;3.64;0.98 8261;21;4299.18;9.50;754.00;1.57;0.98 +8262;0;2786.00;9.50;1712.00;0.00;0.90 +8262;1;2782.50;9.50;1696.50;-0.22;0.90 +8262;2;2789.50;9.50;1702.00;0.33;0.90 +8262;3;2776.00;9.50;1701.50;-0.76;0.90 +8262;4;2778.50;9.50;1715.50;4.27;0.90 +8262;5;2796.00;9.50;1716.00;1.95;0.90 +8262;6;2789.50;9.50;1726.50;2.90;0.90 +8262;9;2777.90;9.50;1712.00;1.57;0.90 +8262;10;2794.10;9.50;1712.00;-1.57;0.90 +8262;11;2780.40;9.50;1687.20;-0.22;0.90 +8262;12;2791.60;9.50;1696.00;0.33;0.90 +8262;13;2770.00;9.50;1695.20;-0.76;0.90 +8262;14;2774.00;9.50;1717.60;4.27;0.90 +8262;15;2802.00;9.50;1718.40;1.95;0.90 +8262;16;2791.60;9.50;1735.20;2.90;0.90 8262;21;2777.90;9.50;1712.00;1.57;0.90 +8263;0;5533.00;9.50;345.00;0.00;1.28 +8263;1;5518.50;9.50;330.00;-0.76;1.28 +8263;2;5515.00;9.50;336.50;-1.13;1.28 +8263;3;5538.50;9.50;337.00;0.60;1.28 +8263;4;5524.00;9.50;352.00;4.05;1.28 +8263;5;5546.00;9.50;353.00;2.12;1.28 +8263;6;5534.50;9.50;362.00;3.05;1.28 +8263;9;5517.34;9.50;345.00;1.57;1.28 +8263;10;5548.66;9.50;345.00;-1.57;1.28 +8263;11;5509.80;9.50;321.00;-0.76;1.28 +8263;12;5504.20;9.50;331.40;-1.13;1.28 +8263;13;5541.80;9.50;332.20;0.60;1.28 +8263;14;5518.60;9.50;356.20;4.05;1.28 +8263;15;5553.80;9.50;357.80;2.12;1.28 +8263;16;5535.40;9.50;372.20;3.05;1.28 8263;21;5517.34;9.50;345.00;1.57;1.28 +8264;0;5418.00;9.50;1006.00;0.00;1.16 +8264;1;5404.50;9.50;997.00;-0.98;1.16 +8264;2;5414.50;9.50;992.50;-0.25;1.16 +8264;3;5426.00;9.50;1000.50;0.96;1.16 +8264;4;5407.50;9.50;1010.00;4.34;1.16 +8264;5;5433.00;9.50;1015.00;2.11;1.16 +8264;6;5424.00;9.50;1019.50;2.72;1.16 +8264;9;5402.52;9.50;1006.00;1.57;1.16 +8264;10;5433.48;9.50;1006.00;-1.57;1.16 +8264;11;5396.40;9.50;991.60;-0.98;1.16 +8264;12;5412.40;9.50;984.40;-0.25;1.16 +8264;13;5430.80;9.50;997.20;0.96;1.16 +8264;14;5401.20;9.50;1012.40;4.34;1.16 +8264;15;5442.00;9.50;1020.40;2.11;1.16 +8264;16;5427.60;9.50;1027.60;2.72;1.16 8264;21;5402.52;9.50;1006.00;1.57;1.16 +8265;0;5560.00;9.50;1540.00;0.00;1.00 +8265;1;5562.50;9.50;1527.50;0.19;1.00 +8265;2;5551.00;9.50;1522.50;-0.47;1.00 +8265;3;5549.50;9.50;1536.50;-1.24;1.00 +8265;4;5570.50;9.50;1544.00;1.93;1.00 +8265;5;5559.00;9.50;1553.50;3.21;1.00 +8265;6;5568.50;9.50;1556.00;2.65;1.00 +8265;9;5551.00;9.50;1540.00;1.57;1.00 +8265;10;5569.00;9.50;1540.00;-1.57;1.00 +8265;11;5564.00;9.50;1520.00;0.19;1.00 +8265;12;5545.60;9.50;1512.00;-0.47;1.00 +8265;13;5543.20;9.50;1534.40;-1.24;1.00 +8265;14;5576.80;9.50;1546.40;1.93;1.00 +8265;15;5558.40;9.50;1561.60;3.21;1.00 +8265;16;5573.60;9.50;1565.60;2.65;1.00 8265;21;5551.00;9.50;1540.00;1.57;1.00 +8266;0;4763.00;9.50;1163.00;0.00;1.02 +8266;1;4754.00;9.50;1159.00;-1.15;1.02 +8266;2;4766.50;9.50;1152.50;0.32;1.02 +8266;3;4773.00;9.50;1165.50;1.81;1.02 +8266;4;4750.50;9.50;1172.00;4.08;1.02 +8266;5;4760.00;9.50;1174.00;3.40;1.02 +8266;6;4770.00;9.50;1176.00;2.64;1.02 +8266;9;4753.82;9.50;1163.00;1.57;1.02 +8266;10;4772.18;9.50;1163.00;-1.57;1.02 +8266;11;4748.60;9.50;1156.60;-1.15;1.02 +8266;12;4768.60;9.50;1146.20;0.32;1.02 +8266;13;4779.00;9.50;1167.00;1.81;1.02 +8266;14;4743.00;9.50;1177.40;4.08;1.02 +8266;15;4758.20;9.50;1180.60;3.40;1.02 +8266;16;4774.20;9.50;1183.80;2.64;1.02 8266;21;4753.82;9.50;1163.00;1.57;1.02 +8267;0;4120.00;9.50;697.00;0.00;1.00 +8267;1;4123.50;9.50;688.00;0.37;1.00 +8267;2;4110.00;9.50;691.00;-1.03;1.00 +8267;3;4133.00;9.50;695.00;1.41;1.00 +8267;4;4111.00;9.50;703.50;4.08;1.00 +8267;5;4126.50;9.50;706.50;2.54;1.00 +8267;6;4134.50;9.50;702.00;1.90;1.00 +8267;9;4109.20;9.50;697.00;1.57;1.00 +8267;10;4130.80;9.50;697.00;-1.57;1.00 +8267;11;4125.60;9.50;682.60;0.37;1.00 +8267;12;4104.00;9.50;687.40;-1.03;1.00 +8267;13;4140.80;9.50;693.80;1.41;1.00 +8267;14;4105.60;9.50;707.40;4.08;1.00 +8267;15;4130.40;9.50;712.20;2.54;1.00 +8267;16;4143.20;9.50;705.00;1.90;1.00 8267;21;4109.20;9.50;697.00;1.57;1.00 +8268;0;4415.00;9.50;10.00;0.00;0.54 +8268;1;4406.50;9.50;9.00;-1.45;0.54 +8268;2;4422.50;9.50;11.50;1.76;0.54 +8268;3;4413.00;9.50;15.50;3.49;0.54 +8268;9;4407.44;9.50;10.00;1.57;0.54 +8268;10;4422.56;9.50;10.00;-1.57;0.54 +8268;11;4401.40;9.50;8.40;-1.45;0.54 +8268;12;4427.00;9.50;12.40;1.76;0.54 +8268;13;4411.80;9.50;18.80;3.49;0.54 8268;21;4407.44;9.50;10.00;1.57;0.54 +8269;0;4266.00;9.50;103.00;0.00;0.82 +8269;1;4265.50;9.50;90.00;-0.03;0.82 +8269;2;4258.00;9.50;104.00;4.58;0.82 +8269;3;4276.00;9.50;90.50;0.67;0.82 +8269;4;4274.50;9.50;104.50;1.74;0.82 +8269;5;4266.50;9.50;117.50;3.10;0.82 +8269;6;4273.00;9.50;117.50;2.69;0.82 +8269;9;4258.62;9.50;103.00;1.57;0.82 +8269;10;4273.38;9.50;103.00;-1.57;0.82 +8269;11;4265.20;9.50;82.20;-0.03;0.82 +8269;12;4253.20;9.50;104.60;4.58;0.82 +8269;13;4282.00;9.50;83.00;0.67;0.82 +8269;14;4279.60;9.50;105.40;1.74;0.82 +8269;15;4266.80;9.50;126.20;3.10;0.82 +8269;16;4277.20;9.50;126.20;2.69;0.82 8269;21;4258.62;9.50;103.00;1.57;0.82 +8270;0;3775.00;9.50;204.00;0.00;0.94 +8270;1;3773.00;9.50;192.00;-0.16;0.94 +8270;2;3765.00;9.50;203.50;-1.52;0.94 +8270;3;3784.50;9.50;201.50;1.31;0.94 +8270;4;3784.50;9.50;213.50;2.35;0.94 +8270;5;3774.00;9.50;216.00;3.22;0.94 +8270;9;3766.54;9.50;204.00;1.57;0.94 +8270;10;3783.46;9.50;204.00;-1.57;0.94 +8270;11;3771.80;9.50;184.80;-0.16;0.94 +8270;12;3759.00;9.50;203.20;-1.52;0.94 +8270;13;3790.20;9.50;200.00;1.31;0.94 +8270;14;3790.20;9.50;219.20;2.35;0.94 +8270;15;3773.40;9.50;223.20;3.22;0.94 8270;21;3766.54;9.50;204.00;1.57;0.94 +8271;0;2560.00;9.50;674.00;0.00;1.10 +8271;1;2563.00;9.50;662.50;0.25;1.10 +8271;2;2575.50;9.50;666.50;1.12;1.10 +8271;3;2548.00;9.50;669.00;-1.17;1.10 +8271;4;2574.50;9.50;675.00;1.64;1.10 +8271;5;2544.50;9.50;674.50;4.68;1.10 +8271;6;2546.50;9.50;682.00;4.17;1.10 +8271;7;2562.50;9.50;684.00;2.89;1.10 +8271;8;2551.00;9.50;689.00;3.68;1.10 +8271;9;2548.66;9.50;674.00;1.57;1.10 +8271;10;2571.34;9.50;674.00;-1.57;1.10 +8271;11;2564.80;9.50;655.60;0.25;1.10 +8271;12;2584.80;9.50;662.00;1.12;1.10 +8271;13;2540.80;9.50;666.00;-1.17;1.10 +8271;14;2583.20;9.50;675.60;1.64;1.10 +8271;15;2535.20;9.50;674.80;4.68;1.10 +8271;16;2538.40;9.50;686.80;4.17;1.10 +8271;17;2564.00;9.50;690.00;2.89;1.10 +8271;18;2545.60;9.50;698.00;3.68;1.10 8271;21;2548.66;9.50;674.00;1.57;1.10 +8272;0;2341.00;9.50;580.00;0.00;1.06 +8272;1;2339.00;9.50;570.50;-0.20;1.06 +8272;2;2350.00;9.50;565.50;0.55;1.06 +8272;3;2353.00;9.50;570.00;0.87;1.06 +8272;4;2352.00;9.50;583.00;1.83;1.06 +8272;5;2325.50;9.50;576.50;-1.34;1.06 +8272;6;2327.00;9.50;584.00;4.43;1.06 +8272;7;2340.50;9.50;591.00;3.18;1.06 +8272;9;2329.30;9.50;580.00;1.57;1.06 +8272;10;2352.70;9.50;580.00;-1.57;1.06 +8272;11;2337.80;9.50;564.80;-0.20;1.06 +8272;12;2355.40;9.50;556.80;0.55;1.06 +8272;13;2360.20;9.50;564.00;0.87;1.06 +8272;14;2358.60;9.50;584.80;1.83;1.06 +8272;15;2316.20;9.50;574.40;-1.34;1.06 +8272;16;2318.60;9.50;586.40;4.43;1.06 +8272;17;2340.20;9.50;597.60;3.18;1.06 8272;21;2329.30;9.50;580.00;1.57;1.06 +8273;0;2126.00;9.50;1252.00;0.00;1.38 +8273;1;2138.00;9.50;1234.50;0.60;1.38 +8273;2;2138.00;9.50;1246.50;1.14;1.38 +8273;3;2124.50;9.50;1241.00;-0.13;1.38 +8273;4;2113.00;9.50;1253.50;4.59;1.38 +8273;5;2128.50;9.50;1264.50;2.94;1.38 +8273;6;2117.00;9.50;1265.50;3.73;1.38 +8273;9;2113.58;9.50;1252.00;1.57;1.38 +8273;10;2138.42;9.50;1252.00;-1.57;1.38 +8273;11;2145.20;9.50;1224.00;0.60;1.38 +8273;12;2145.20;9.50;1243.20;1.14;1.38 +8273;13;2123.60;9.50;1234.40;-0.13;1.38 +8273;14;2105.20;9.50;1254.40;4.59;1.38 +8273;15;2130.00;9.50;1272.00;2.94;1.38 +8273;16;2111.60;9.50;1273.60;3.73;1.38 8273;21;2113.58;9.50;1252.00;1.57;1.38 +8274;0;2083.00;9.50;1819.00;0.00;1.00 +8274;1;2088.00;9.50;1811.00;0.55;1.00 +8274;2;2097.00;9.50;1814.50;1.26;1.00 +8274;3;2070.00;9.50;1824.00;4.34;1.00 +8274;4;2082.00;9.50;1826.50;3.27;1.00 +8274;5;2069.00;9.50;1832.00;3.96;1.00 +8274;9;2070.04;9.50;1819.00;1.57;1.00 +8274;10;2095.96;9.50;1819.00;-1.57;1.00 +8274;11;2091.00;9.50;1806.20;0.55;1.00 +8274;12;2105.40;9.50;1811.80;1.26;1.00 +8274;13;2062.20;9.50;1827.00;4.34;1.00 +8274;14;2081.40;9.50;1831.00;3.27;1.00 +8274;15;2060.60;9.50;1839.80;3.96;1.00 8274;21;2070.04;9.50;1819.00;1.57;1.00 +8275;0;1155.00;9.50;410.00;0.00;1.24 +8275;1;1154.50;9.50;397.00;-0.03;1.24 +8275;2;1172.50;9.50;405.50;1.31;1.24 +8275;3;1139.00;9.50;399.00;-0.96;1.24 +8275;4;1138.00;9.50;412.00;4.59;1.24 +8275;5;1177.00;9.50;416.50;1.85;1.24 +8275;6;1157.00;9.50;422.00;2.97;1.24 +8275;7;1137.50;9.50;425.50;3.98;1.24 +8275;8;1139.00;9.50;426.50;3.91;1.24 +8275;9;1140.06;9.50;410.00;1.57;1.24 +8275;10;1169.94;9.50;410.00;-1.57;1.24 +8275;11;1154.20;9.50;389.20;-0.03;1.24 +8275;12;1183.00;9.50;402.80;1.31;1.24 +8275;13;1129.40;9.50;392.40;-0.96;1.24 +8275;14;1127.80;9.50;413.20;4.59;1.24 +8275;15;1190.20;9.50;420.40;1.85;1.24 +8275;16;1158.20;9.50;429.20;2.97;1.24 +8275;17;1127.00;9.50;434.80;3.98;1.24 +8275;18;1129.40;9.50;436.40;3.91;1.24 8275;21;1140.06;9.50;410.00;1.57;1.24 +8276;0;386.00;9.50;74.00;0.00;1.38 +8276;1;383.00;9.50;62.00;-0.24;1.38 +8276;2;395.00;9.50;60.00;0.57;1.38 +8276;3;398.50;9.50;73.50;1.53;1.38 +8276;4;369.50;9.50;72.00;-1.45;1.38 +8276;5;378.50;9.50;83.50;3.81;1.38 +8276;6;395.50;9.50;87.50;2.52;1.38 +8276;9;373.58;9.50;74.00;1.57;1.38 +8276;10;398.42;9.50;74.00;-1.57;1.38 +8276;11;381.20;9.50;54.80;-0.24;1.38 +8276;12;400.40;9.50;51.60;0.57;1.38 +8276;13;406.00;9.50;73.20;1.53;1.38 +8276;14;359.60;9.50;70.80;-1.45;1.38 +8276;15;374.00;9.50;89.20;3.81;1.38 +8276;16;401.20;9.50;95.60;2.52;1.38 8276;21;373.58;9.50;74.00;1.57;1.38 +8277;0;619.00;9.50;1223.00;0.00;0.88 +8277;1;614.50;9.50;1213.00;-0.42;0.88 +8277;2;598.50;9.50;1223.00;4.71;0.88 +8277;3;636.00;9.50;1213.50;1.06;0.88 +8277;4;639.00;9.50;1224.00;1.62;0.88 +8277;5;604.50;9.50;1233.50;4.08;0.88 +8277;6;623.50;9.50;1233.50;2.73;0.88 +8277;7;642.50;9.50;1235.00;2.04;0.88 +8277;9;601.18;9.50;1223.00;1.57;0.88 +8277;10;636.82;9.50;1223.00;-1.57;0.88 +8277;11;611.80;9.50;1207.00;-0.42;0.88 +8277;12;586.20;9.50;1223.00;4.71;0.88 +8277;13;646.20;9.50;1207.80;1.06;0.88 +8277;14;651.00;9.50;1224.60;1.62;0.88 +8277;15;595.80;9.50;1239.80;4.08;0.88 +8277;16;626.20;9.50;1239.80;2.73;0.88 +8277;17;656.60;9.50;1242.20;2.04;0.88 8277;21;601.18;9.50;1223.00;1.57;0.88 +8278;0;299.00;9.50;1719.00;0.00;1.08 +8278;1;303.00;9.50;1706.50;0.31;1.08 +8278;2;317.00;9.50;1707.50;1.00;1.08 +8278;3;284.00;9.50;1720.00;4.64;1.08 +8278;4;312.00;9.50;1720.50;1.68;1.08 +8278;5;294.00;9.50;1731.50;3.52;1.08 +8278;9;285.68;9.50;1719.00;1.57;1.08 +8278;10;312.32;9.50;1719.00;-1.57;1.08 +8278;11;305.40;9.50;1699.00;0.31;1.08 +8278;12;327.80;9.50;1700.60;1.00;1.08 +8278;13;275.00;9.50;1720.60;4.64;1.08 +8278;14;319.80;9.50;1721.40;1.68;1.08 +8278;15;291.00;9.50;1739.00;3.52;1.08 8278;21;285.68;9.50;1719.00;1.57;1.08 +8279;0;523.00;9.50;1156.00;0.00;1.08 +8279;1;521.00;9.50;1144.50;-0.17;1.08 +8279;2;536.50;9.50;1151.00;1.21;1.08 +8279;3;508.50;9.50;1158.00;4.57;1.08 +8279;4;530.50;9.50;1163.00;2.32;1.08 +8279;5;511.00;9.50;1168.00;3.92;1.08 +8279;9;508.78;9.50;1156.00;1.57;1.08 +8279;10;537.22;9.50;1156.00;-1.57;1.08 +8279;11;519.80;9.50;1137.60;-0.17;1.08 +8279;12;544.60;9.50;1148.00;1.21;1.08 +8279;13;499.80;9.50;1159.20;4.57;1.08 +8279;14;535.00;9.50;1167.20;2.32;1.08 +8279;15;503.80;9.50;1175.20;3.92;1.08 8279;21;508.78;9.50;1156.00;1.57;1.08 +8280;0;862.00;9.50;501.00;0.00;1.04 +8280;1;851.50;9.50;491.50;-0.83;1.04 +8280;2;872.00;9.50;492.50;0.86;1.04 +8280;3;845.00;9.50;503.50;4.56;1.04 +8280;4;880.00;9.50;506.00;1.84;1.04 +8280;5;866.00;9.50;511.50;2.77;1.04 +8280;9;847.06;9.50;501.00;1.57;1.04 +8280;10;876.94;9.50;501.00;-1.57;1.04 +8280;11;845.20;9.50;485.80;-0.83;1.04 +8280;12;878.00;9.50;487.40;0.86;1.04 +8280;13;834.80;9.50;505.00;4.56;1.04 +8280;14;890.80;9.50;509.00;1.84;1.04 +8280;15;868.40;9.50;517.80;2.77;1.04 8280;21;847.06;9.50;501.00;1.57;1.04 +8281;0;5446.00;9.50;1618.00;0.00;1.04 +8281;1;5438.00;9.50;1605.50;-0.56;1.04 +8281;2;5431.50;9.50;1617.00;-1.50;1.04 +8281;3;5452.00;9.50;1607.00;0.49;1.04 +8281;4;5461.00;9.50;1619.00;1.63;1.04 +8281;5;5434.00;9.50;1629.50;3.94;1.04 +8281;6;5442.00;9.50;1629.00;3.49;1.04 +8281;7;5457.50;9.50;1630.00;2.37;1.04 +8281;9;5433.22;9.50;1618.00;1.57;1.04 +8281;10;5458.78;9.50;1618.00;-1.57;1.04 +8281;11;5433.20;9.50;1598.00;-0.56;1.04 +8281;12;5422.80;9.50;1616.40;-1.50;1.04 +8281;13;5455.60;9.50;1600.40;0.49;1.04 +8281;14;5470.00;9.50;1619.60;1.63;1.04 +8281;15;5426.80;9.50;1636.40;3.94;1.04 +8281;16;5439.60;9.50;1635.60;3.49;1.04 +8281;17;5464.40;9.50;1637.20;2.37;1.04 8281;21;5433.22;9.50;1618.00;1.57;1.04 +8282;0;3378.00;9.50;1440.00;0.00;0.84 +8282;1;3377.00;9.50;1430.50;-0.10;0.84 +8282;2;3374.00;9.50;1432.50;-0.49;0.84 +8282;3;3381.00;9.50;1431.50;0.33;0.84 +8282;4;3367.00;9.50;1432.00;-0.94;0.84 +8282;5;3386.00;9.50;1432.50;0.81;0.84 +8282;6;3364.00;9.50;1436.50;-1.32;0.84 +8282;7;3387.50;9.50;1437.00;1.26;0.84 +8282;8;3358.00;9.50;1438.50;-1.49;0.84 +8282;9;3362.16;9.50;1440.00;1.57;0.84 +8282;10;3393.84;9.50;1440.00;-1.57;0.84 +8282;11;3376.40;9.50;1424.80;-0.10;0.84 +8282;12;3371.60;9.50;1428.00;-0.49;0.84 +8282;13;3382.80;9.50;1426.40;0.33;0.84 +8282;14;3360.40;9.50;1427.20;-0.94;0.84 +8282;15;3390.80;9.50;1428.00;0.81;0.84 +8282;16;3355.60;9.50;1434.40;-1.32;0.84 +8282;17;3393.20;9.50;1435.20;1.26;0.84 +8282;18;3346.00;9.50;1437.60;-1.49;0.84 8282;21;3362.16;9.50;1440.00;1.57;0.84 +8283;0;2825.00;9.50;497.00;0.00;1.06 +8283;1;2826.50;9.50;485.50;0.13;1.06 +8283;2;2814.00;9.50;491.00;-1.07;1.06 +8283;3;2838.00;9.50;488.50;0.99;1.06 +8283;4;2835.50;9.50;501.50;1.97;1.06 +8283;5;2812.00;9.50;501.50;4.37;1.06 +8283;6;2821.50;9.50;508.00;3.45;1.06 +8283;9;2815.46;9.50;497.00;1.57;1.06 +8283;10;2834.54;9.50;497.00;-1.57;1.06 +8283;11;2827.40;9.50;478.60;0.13;1.06 +8283;12;2807.40;9.50;487.40;-1.07;1.06 +8283;13;2845.80;9.50;483.40;0.99;1.06 +8283;14;2841.80;9.50;504.20;1.97;1.06 +8283;15;2804.20;9.50;504.20;4.37;1.06 +8283;16;2819.40;9.50;514.60;3.45;1.06 8283;21;2815.46;9.50;497.00;1.57;1.06 +8284;0;1601.00;9.50;1313.00;0.00;0.96 +8284;1;1608.00;9.50;1301.50;0.54;0.96 +8284;2;1614.00;9.50;1310.00;1.34;0.96 +8284;3;1592.50;9.50;1308.00;-1.03;0.96 +8284;4;1588.00;9.50;1317.00;4.41;0.96 +8284;5;1601.00;9.50;1322.50;3.14;0.96 +8284;9;1591.28;9.50;1313.00;1.57;0.96 +8284;10;1610.72;9.50;1313.00;-1.57;0.96 +8284;11;1612.20;9.50;1294.60;0.54;0.96 +8284;12;1621.80;9.50;1308.20;1.34;0.96 +8284;13;1587.40;9.50;1305.00;-1.03;0.96 +8284;14;1580.20;9.50;1319.40;4.41;0.96 +8284;15;1601.00;9.50;1328.20;3.14;0.96 8284;21;1591.28;9.50;1313.00;1.57;0.96 +8285;0;31.00;9.50;628.00;0.00;1.22 +8285;1;28.00;9.50;613.50;-0.20;1.22 +8285;2;46.00;9.50;624.50;1.34;1.22 +8285;3;15.50;9.50;619.50;-1.06;1.22 +8285;4;15.50;9.50;631.50;4.49;1.22 +8285;5;46.00;9.50;640.00;2.24;1.22 +8285;6;15.50;9.50;640.50;4.03;1.22 +8285;7;28.00;9.50;642.50;3.34;1.22 +8285;9;18.22;9.50;628.00;1.57;1.22 +8285;10;43.78;9.50;628.00;-1.57;1.22 +8285;11;26.20;9.50;604.80;-0.20;1.22 +8285;12;55.00;9.50;622.40;1.34;1.22 +8285;13;6.20;9.50;614.40;-1.06;1.22 +8285;14;6.20;9.50;633.60;4.49;1.22 +8285;15;55.00;9.50;647.20;2.24;1.22 +8285;16;6.20;9.50;648.00;4.03;1.22 +8285;17;26.20;9.50;651.20;3.34;1.22 8285;21;18.22;9.50;628.00;1.57;1.22 +8286;0;5177.00;9.50;877.00;0.00;1.42 +8286;1;5184.50;9.50;864.00;0.52;1.42 +8286;2;5163.50;9.50;874.00;-1.35;1.42 +8286;3;5199.50;9.50;869.00;1.22;1.42 +8286;4;5197.00;9.50;874.00;1.42;1.42 +8286;5;5182.50;9.50;887.00;2.63;1.42 +8286;6;5164.00;9.50;892.00;3.85;1.42 +8286;7;5171.00;9.50;896.00;3.44;1.42 +8286;9;5161.88;9.50;877.00;1.57;1.42 +8286;10;5192.12;9.50;877.00;-1.57;1.42 +8286;11;5189.00;9.50;856.20;0.52;1.42 +8286;12;5155.40;9.50;872.20;-1.35;1.42 +8286;13;5213.00;9.50;864.20;1.22;1.42 +8286;14;5209.00;9.50;872.20;1.42;1.42 +8286;15;5185.80;9.50;893.00;2.63;1.42 +8286;16;5156.20;9.50;901.00;3.85;1.42 +8286;17;5167.40;9.50;907.40;3.44;1.42 8286;21;5161.88;9.50;877.00;1.57;1.42 +8287;0;4261.00;9.50;796.00;0.00;1.00 +8287;1;4272.00;9.50;780.50;0.61;1.00 +8287;2;4255.00;9.50;787.50;-0.61;1.00 +8287;3;4270.00;9.50;795.00;1.46;1.00 +8287;4;4257.00;9.50;794.50;-1.21;1.00 +8287;5;4249.00;9.50;794.50;-1.44;1.00 +8287;6;4257.50;9.50;805.50;3.49;1.00 +8287;7;4266.50;9.50;810.50;2.77;1.00 +8287;9;4252.00;9.50;796.00;1.57;1.00 +8287;10;4270.00;9.50;796.00;-1.57;1.00 +8287;11;4278.60;9.50;771.20;0.61;1.00 +8287;12;4251.40;9.50;782.40;-0.61;1.00 +8287;13;4275.40;9.50;794.40;1.46;1.00 +8287;14;4254.60;9.50;793.60;-1.21;1.00 +8287;15;4241.80;9.50;793.60;-1.44;1.00 +8287;16;4255.40;9.50;811.20;3.49;1.00 +8287;17;4269.80;9.50;819.20;2.77;1.00 8287;21;4252.00;9.50;796.00;1.57;1.00 +8288;0;2800.00;9.50;1783.00;0.00;1.26 +8288;1;2796.50;9.50;1762.00;-0.16;1.26 +8288;2;2806.00;9.50;1767.50;0.36;1.26 +8288;3;2786.00;9.50;1763.00;-0.61;1.26 +8288;4;2788.00;9.50;1769.50;-0.72;1.26 +8288;5;2788.00;9.50;1780.00;-1.32;1.26 +8288;6;2811.50;9.50;1790.50;2.14;1.26 +8288;7;2799.50;9.50;1802.00;3.16;1.26 +8288;8;2810.00;9.50;1807.00;2.74;1.26 +8288;9;2788.66;9.50;1783.00;1.57;1.26 +8288;10;2811.34;9.50;1783.00;-1.57;1.26 +8288;11;2794.40;9.50;1749.40;-0.16;1.26 +8288;12;2809.60;9.50;1758.20;0.36;1.26 +8288;13;2777.60;9.50;1751.00;-0.61;1.26 +8288;14;2780.80;9.52;1761.40;-0.72;1.26 +8288;15;2780.80;9.50;1778.20;-1.32;1.26 +8288;16;2818.40;9.50;1795.00;2.14;1.26 +8288;17;2799.20;9.50;1813.40;3.16;1.26 +8288;18;2816.00;9.50;1821.40;2.74;1.26 8288;21;2788.66;9.50;1783.00;1.57;1.26 +8289;0;5592.00;9.50;372.00;0.00;1.00 +8289;1;5587.50;9.50;358.00;-0.31;1.00 +8289;2;5575.50;9.50;366.50;-1.24;1.00 +8289;3;5599.50;9.50;362.50;0.66;1.00 +8289;4;5584.50;9.70;367.50;-1.03;1.00 +8289;5;5590.50;9.65;367.00;-0.29;1.00 +8289;6;5611.50;9.50;371.00;1.52;1.00 +8289;7;5599.50;9.50;377.00;2.15;1.00 +8289;8;2796.00;9.50;379.00;4.71;1.00 +8289;9;5574.90;9.50;372.00;1.57;1.00 +8289;10;5609.10;9.50;372.00;-1.57;1.00 +8289;11;5584.80;9.50;349.60;-0.31;1.00 +8289;12;5565.60;9.50;363.20;-1.24;1.00 +8289;13;5604.00;9.50;356.80;0.66;1.00 +8289;14;5580.00;10.58;364.80;-1.03;1.00 +8289;15;5589.60;9.70;364.00;-0.29;1.00 +8289;16;5623.20;9.50;370.40;1.52;1.00 +8289;17;5604.00;9.50;380.00;2.15;1.00 +8289;18;1118.40;9.50;383.20;4.71;1.00 8289;21;5574.90;9.50;372.00;1.57;1.00 +8290;0;5576.00;9.50;671.00;0.00;1.12 +8290;1;5553.00;9.50;659.50;-1.10;1.12 +8290;2;5583.00;9.50;661.00;0.61;1.12 +8290;3;5548.00;9.50;662.50;-1.27;1.12 +8290;4;2788.00;9.50;662.00;-1.56;1.12 +8290;5;5546.50;9.50;669.00;-1.50;1.12 +8290;6;2788.00;9.50;674.50;4.71;1.12 +8290;7;5548.50;9.50;677.50;4.48;1.12 +8290;8;5576.50;9.50;682.00;3.09;1.12 +8290;9;5554.58;9.50;671.00;1.57;1.12 +8290;10;5597.42;9.50;671.00;-1.57;1.12 +8290;11;5539.20;9.50;652.60;-1.10;1.12 +8290;12;5587.20;9.50;655.00;0.61;1.12 +8290;13;5531.20;9.50;657.40;-1.27;1.12 +8290;14;1115.20;9.50;656.60;-1.56;1.12 +8290;15;5528.80;9.50;667.80;-1.50;1.12 +8290;16;1115.20;9.50;676.60;4.71;1.12 +8290;17;5532.00;9.50;681.40;4.48;1.12 +8290;18;5576.80;9.50;688.60;3.09;1.12 8290;21;5554.58;9.50;671.00;1.57;1.12 +8291;0;5562.00;9.50;1597.00;0.00;1.06 +8291;1;5549.50;9.50;1575.50;-0.52;1.06 +8291;2;5560.00;9.50;1582.00;-0.13;1.06 +8291;3;5551.00;9.50;1589.00;-0.94;1.06 +8291;4;5572.00;9.50;1597.00;1.57;1.06 +8291;5;5553.00;9.50;1605.00;3.98;1.06 +8291;6;5575.50;9.50;1610.00;2.33;1.06 +8291;7;5564.50;9.50;1611.00;2.96;1.06 +8291;9;5552.46;9.50;1597.00;1.57;1.06 +8291;10;5571.54;9.50;1597.00;-1.57;1.06 +8291;11;5542.00;9.50;1562.60;-0.52;1.06 +8291;12;5558.80;9.50;1573.00;-0.13;1.06 +8291;13;5544.40;9.50;1584.20;-0.94;1.06 +8291;14;5578.00;9.50;1597.00;1.57;1.06 +8291;15;5547.60;9.50;1609.80;3.98;1.06 +8291;16;5583.60;9.50;1617.80;2.33;1.06 +8291;17;5566.00;9.50;1619.40;2.96;1.06 8291;21;5552.46;9.50;1597.00;1.57;1.06 +8292;0;4780.00;9.50;1129.00;0.00;0.76 +8292;1;4775.00;9.50;1120.00;-0.50;0.76 +8292;2;4792.00;9.50;1128.00;1.48;0.76 +8292;3;4765.00;9.50;1120.50;-1.05;0.76 +8292;4;4765.00;9.50;1126.00;-1.37;0.76 +8292;5;4775.00;9.50;1135.50;3.79;0.76 +8292;6;4792.00;9.50;1137.50;2.18;0.76 +8292;9;4767.58;9.50;1129.00;1.57;0.76 +8292;10;4792.42;9.50;1129.00;-1.57;0.76 +8292;11;4772.00;9.50;1114.60;-0.50;0.76 +8292;12;4799.20;9.50;1127.40;1.48;0.76 +8292;13;4756.00;9.50;1115.40;-1.05;0.76 +8292;14;4756.00;9.50;1124.20;-1.37;0.76 +8292;15;4772.00;9.50;1139.40;3.79;0.76 +8292;16;4799.20;9.50;1142.60;2.18;0.76 8292;21;4767.58;9.50;1129.00;1.57;0.76 +8293;0;4168.00;9.50;675.00;0.00;1.06 +8293;1;4168.50;9.50;664.50;0.04;1.06 +8293;2;4157.50;9.50;670.50;-1.16;1.06 +8293;3;4181.00;9.50;670.50;1.23;1.06 +8293;4;4178.50;9.50;679.50;1.97;1.06 +8293;5;4157.00;9.50;684.00;4.02;1.06 +8293;6;4165.50;9.50;687.00;3.34;1.06 +8293;9;4157.92;9.50;675.00;1.57;1.06 +8293;10;4178.08;9.50;675.00;-1.57;1.06 +8293;11;4168.80;9.50;658.20;0.04;1.06 +8293;12;4151.20;9.50;667.80;-1.16;1.06 +8293;13;4188.80;9.50;667.80;1.23;1.06 +8293;14;4184.80;9.50;682.20;1.97;1.06 +8293;15;4150.40;9.50;689.40;4.02;1.06 +8293;16;4164.00;9.50;694.20;3.34;1.06 8293;21;4157.92;9.50;675.00;1.57;1.06 +8294;0;4401.00;9.50;44.00;0.00;0.96 +8294;1;4394.00;9.50;34.50;-0.63;0.96 +8294;2;4406.00;9.50;32.50;0.41;0.96 +8294;3;4412.00;9.50;45.50;1.70;0.96 +8294;4;4389.50;9.50;46.00;4.54;0.96 +8294;5;4400.50;9.50;55.00;3.18;0.96 +8294;6;4411.00;9.50;56.00;2.44;0.96 +8294;9;4392.36;9.50;44.00;1.57;0.96 +8294;10;4409.64;9.50;44.00;-1.57;0.96 +8294;11;4389.80;9.50;28.80;-0.63;0.96 +8294;12;4409.00;9.50;25.60;0.41;0.96 +8294;13;4418.60;9.50;46.40;1.70;0.96 +8294;14;4382.60;9.50;47.20;4.54;0.96 +8294;15;4400.20;9.50;61.60;3.18;0.96 +8294;16;4417.00;9.50;63.20;2.44;0.96 8294;21;4392.36;9.50;44.00;1.57;0.96 +8295;0;4232.00;9.50;104.00;0.00;0.92 +8295;1;4232.00;9.50;90.00;0.00;0.92 +8295;2;4223.00;9.50;100.00;-1.15;0.92 +8295;3;4239.00;9.50;90.50;0.47;0.92 +8295;4;4241.00;9.50;104.50;1.62;0.92 +8295;5;4227.50;9.50;113.50;3.58;0.92 +8295;6;4239.50;9.50;118.50;2.66;0.92 +8295;9;4223.72;9.50;104.00;1.57;0.92 +8295;10;4240.28;9.50;104.00;-1.57;0.92 +8295;11;4232.00;9.50;81.60;0.00;0.92 +8295;12;4217.60;9.50;97.60;-1.15;0.92 +8295;13;4243.20;9.50;82.40;0.47;0.92 +8295;14;4246.40;9.50;104.80;1.62;0.92 +8295;15;4224.80;9.50;119.20;3.58;0.92 +8295;16;4244.00;9.50;127.20;2.66;0.92 8295;21;4223.72;9.50;104.00;1.57;0.92 +8296;0;3819.00;9.50;196.00;0.00;1.08 +8296;1;3825.00;9.50;185.00;0.49;1.08 +8296;2;3810.00;9.50;185.00;-0.68;1.08 +8296;3;3831.50;9.50;198.50;1.76;1.08 +8296;4;3806.50;9.50;197.50;4.59;1.08 +8296;5;3820.00;9.50;208.50;3.06;1.08 +8296;9;3808.56;9.50;196.00;1.57;1.08 +8296;10;3829.44;9.50;196.00;-1.57;1.08 +8296;11;3828.60;9.50;178.40;0.49;1.08 +8296;12;3804.60;9.50;178.40;-0.68;1.08 +8296;13;3839.00;9.50;200.00;1.76;1.08 +8296;14;3799.00;9.50;198.40;4.59;1.08 +8296;15;3820.60;9.50;216.00;3.06;1.08 8296;21;3808.56;9.50;196.00;1.57;1.08 +8297;0;2542.00;9.50;735.00;0.00;1.10 +8297;1;2541.50;9.50;719.50;-0.03;1.10 +8297;2;2542.00;9.50;719.50;0.00;1.10 +8297;3;2531.00;9.50;732.50;-1.34;1.10 +8297;4;2552.50;9.50;726.00;0.86;1.10 +8297;5;2554.00;9.50;738.50;1.85;1.10 +8297;6;2563.50;9.50;733.00;1.47;1.10 +8297;7;2535.00;9.50;745.50;3.73;1.10 +8297;9;2527.06;9.50;735.00;1.57;1.10 +8297;10;2556.94;9.50;735.00;-1.57;1.10 +8297;11;2541.20;9.50;710.20;-0.03;1.10 +8297;12;2542.00;9.50;710.20;0.00;1.10 +8297;13;2524.40;9.50;731.00;-1.34;1.10 +8297;14;2558.80;9.50;720.60;0.86;1.10 +8297;15;2561.20;9.50;740.60;1.85;1.10 +8297;16;2576.40;9.50;731.80;1.47;1.10 +8297;17;2530.80;9.50;751.80;3.73;1.10 8297;21;2527.06;9.50;735.00;1.57;1.10 +8298;0;2301.00;9.50;613.00;0.00;0.94 +8298;1;2295.50;9.50;602.50;-0.48;0.94 +8298;2;2307.00;9.50;600.50;0.44;0.94 +8298;3;2311.00;9.50;614.50;1.72;0.94 +8298;4;2292.50;9.50;620.50;3.98;0.94 +8298;5;2303.50;9.50;626.50;2.95;0.94 +8298;6;2295.50;9.50;629.50;3.46;0.94 +8298;9;2292.54;9.50;613.00;1.57;0.94 +8298;10;2309.46;9.50;613.00;-1.57;0.94 +8298;11;2292.20;9.50;596.20;-0.48;0.94 +8298;12;2310.60;9.50;593.00;0.44;0.94 +8298;13;2317.00;9.50;615.40;1.72;0.94 +8298;14;2287.40;9.50;625.00;3.98;0.94 +8298;15;2305.00;9.50;634.60;2.95;0.94 +8298;16;2292.20;9.50;639.40;3.46;0.94 8298;21;2292.54;9.50;613.00;1.57;0.94 +8299;0;2139.00;9.50;1301.00;0.00;1.26 +8299;1;2135.00;9.50;1289.00;-0.32;1.26 +8299;2;2148.50;9.50;1290.00;0.71;1.26 +8299;3;2126.00;9.50;1303.00;4.56;1.26 +8299;4;2147.00;9.50;1305.50;2.08;1.26 +8299;5;2128.50;9.50;1314.50;3.80;1.26 +8299;9;2125.50;9.50;1301.00;1.57;1.26 +8299;10;2152.50;9.50;1301.00;-1.57;1.26 +8299;11;2132.60;9.50;1281.80;-0.32;1.26 +8299;12;2154.20;9.50;1283.40;0.71;1.26 +8299;13;2118.20;9.50;1304.20;4.56;1.26 +8299;14;2151.80;9.50;1308.20;2.08;1.26 +8299;15;2122.20;9.50;1322.60;3.80;1.26 8299;21;2125.50;9.50;1301.00;1.57;1.26 +8300;0;2695.00;9.50;1789.00;0.00;1.40 +8300;1;2690.50;9.50;1776.00;-0.33;1.40 +8300;2;2705.50;9.50;1777.50;0.74;1.40 +8300;3;2678.50;9.50;1786.50;-1.42;1.40 +8300;4;2711.00;9.50;1784.50;1.29;1.40 +8300;5;2691.50;9.50;1792.50;3.92;1.40 +8300;6;2706.50;9.50;1798.50;2.26;1.40 +8300;7;2689.00;9.67;1801.00;3.60;1.40 +8300;9;2682.04;9.50;1789.00;1.57;1.40 +8300;10;2707.96;9.50;1789.00;-1.57;1.40 +8300;11;2687.80;9.50;1768.20;-0.33;1.40 +8300;12;2711.80;9.50;1770.60;0.74;1.40 +8300;13;2668.60;9.50;1785.00;-1.42;1.40 +8300;14;2720.60;9.50;1781.80;1.29;1.40 +8300;15;2689.40;9.50;1794.60;3.92;1.40 +8300;16;2713.40;9.50;1804.20;2.26;1.40 +8300;17;2685.40;9.50;1808.20;3.60;1.40 8300;21;2682.04;9.50;1789.00;1.57;1.40 +8301;0;1141.00;9.50;363.00;0.00;0.92 +8301;1;1137.50;9.50;353.50;-0.35;0.92 +8301;2;1124.50;9.50;363.50;4.68;0.92 +8301;3;1159.00;9.50;358.00;1.30;0.92 +8301;4;1161.00;9.50;367.00;1.76;0.92 +8301;5;1147.50;9.50;373.50;2.58;0.92 +8301;9;1124.62;9.50;363.00;1.57;0.92 +8301;10;1157.38;9.50;363.00;-1.57;0.92 +8301;11;1135.40;9.50;347.80;-0.35;0.92 +8301;12;1114.60;9.50;363.80;4.68;0.92 +8301;13;1169.80;9.50;355.00;1.30;0.92 +8301;14;1173.00;9.50;369.40;1.76;0.92 +8301;15;1151.40;9.50;379.80;2.58;0.92 8301;21;1124.62;9.50;363.00;1.57;0.92 +8302;0;316.00;9.50;59.00;0.00;1.32 +8302;1;309.00;9.50;46.00;-0.49;1.32 +8302;2;295.50;9.50;44.50;-0.95;1.32 +8302;3;300.00;9.50;56.00;-1.38;1.32 +8302;4;330.50;9.50;55.00;1.30;1.32 +8302;5;334.50;9.50;64.50;1.86;1.32 +8302;6;307.50;9.50;71.50;3.73;1.32 +8302;7;320.00;9.50;72.00;2.84;1.32 +8302;9;300.52;9.50;59.00;1.57;1.32 +8302;10;331.48;9.50;59.00;-1.57;1.32 +8302;11;304.80;9.50;38.20;-0.49;1.32 +8302;12;283.20;9.50;35.80;-0.95;1.32 +8302;13;290.40;9.50;54.20;-1.38;1.32 +8302;14;339.20;9.50;52.60;1.30;1.32 +8302;15;345.60;9.50;67.80;1.86;1.32 +8302;16;302.40;9.50;79.00;3.73;1.32 +8302;17;322.40;9.50;79.80;2.84;1.32 8302;21;300.52;9.50;59.00;1.57;1.32 +8303;0;627.00;9.50;1269.00;0.00;1.20 +8303;1;627.50;9.50;1256.50;0.04;1.20 +8303;2;610.00;9.50;1271.50;4.56;1.20 +8303;3;645.50;9.50;1268.00;1.51;1.20 +8303;4;636.00;9.50;1279.50;2.43;1.20 +8303;5;619.00;9.50;1284.00;3.63;1.20 +8303;9;613.50;9.50;1269.00;1.57;1.20 +8303;10;640.50;9.50;1269.00;-1.57;1.20 +8303;11;627.80;9.50;1249.00;0.04;1.20 +8303;12;599.80;9.50;1273.00;4.56;1.20 +8303;13;656.60;9.50;1267.40;1.51;1.20 +8303;14;641.40;9.50;1285.80;2.43;1.20 +8303;15;614.20;9.50;1293.00;3.63;1.20 8303;21;613.50;9.50;1269.00;1.57;1.20 +8304;0;212.00;9.50;1803.00;0.00;1.34 +8304;1;212.00;9.50;1793.00;0.00;1.34 +8304;2;225.50;9.50;1799.00;1.28;1.34 +8304;3;193.50;9.50;1801.00;-1.46;1.34 +8304;4;204.50;9.50;1808.50;4.08;1.34 +8304;5;196.50;9.50;1814.00;4.09;1.34 +8304;6;205.00;9.57;1817.00;3.60;1.34 +8304;9;198.50;9.50;1803.00;1.57;1.34 +8304;10;225.50;9.50;1803.00;-1.57;1.34 +8304;11;212.00;9.50;1787.00;0.00;1.34 +8304;12;233.60;9.50;1796.60;1.28;1.34 +8304;13;182.40;9.50;1799.80;-1.46;1.34 +8304;14;200.00;9.50;1811.80;4.08;1.34 +8304;15;187.20;9.50;1820.60;4.09;1.34 +8304;16;200.80;9.50;1825.40;3.60;1.34 8304;21;198.50;9.50;1803.00;1.57;1.34 +8305;0;409.00;9.50;1085.00;0.00;1.24 +8305;1;410.00;9.50;1074.50;0.09;1.24 +8305;2;396.50;9.50;1076.50;-0.97;1.24 +8305;3;426.00;9.50;1085.00;1.57;1.24 +8305;4;397.50;9.50;1092.00;4.16;1.24 +8305;5;412.50;9.50;1096.00;2.83;1.24 +8305;9;397.84;9.50;1085.00;1.57;1.24 +8305;10;420.16;9.50;1085.00;-1.57;1.24 +8305;11;410.60;9.50;1068.20;0.09;1.24 +8305;12;389.00;9.50;1071.40;-0.97;1.24 +8305;13;436.20;9.50;1085.00;1.57;1.24 +8305;14;390.60;9.50;1096.20;4.16;1.24 +8305;15;414.60;9.50;1102.60;2.83;1.24 8305;21;397.84;9.50;1085.00;1.57;1.24 +8306;0;824.00;9.50;457.00;0.00;1.40 +8306;1;821.00;9.50;443.50;-0.21;1.40 +8306;2;838.00;9.50;452.00;1.22;1.40 +8306;3;805.00;9.50;450.00;-1.21;1.40 +8306;4;809.50;9.50;462.50;4.35;1.40 +8306;5;832.50;9.50;469.50;2.54;1.40 +8306;6;845.50;9.50;465.00;1.92;1.40 +8306;7;819.50;9.50;474.50;3.39;1.40 +8306;9;807.80;9.50;457.00;1.57;1.40 +8306;10;840.20;9.50;457.00;-1.57;1.40 +8306;11;819.20;9.50;435.40;-0.21;1.40 +8306;12;846.40;9.50;449.00;1.22;1.40 +8306;13;793.60;9.50;445.80;-1.21;1.40 +8306;14;800.80;9.50;465.80;4.35;1.40 +8306;15;837.60;9.50;477.00;2.54;1.40 +8306;16;858.40;9.50;469.80;1.92;1.40 +8306;17;816.80;9.50;485.00;3.39;1.40 8306;21;807.80;9.50;457.00;1.57;1.40 +8307;0;5444.00;9.50;1675.00;0.00;1.22 +8307;1;5441.00;9.50;1657.50;-0.17;1.22 +8307;2;5432.00;9.50;1670.50;-1.21;1.22 +8307;3;5455.50;9.50;1673.50;1.44;1.22 +8307;4;5431.00;9.50;1685.00;4.05;1.22 +8307;5;5439.50;9.50;1688.50;3.46;1.22 +8307;6;5454.50;9.50;1690.00;2.53;1.22 +8307;9;5433.02;9.50;1675.00;1.57;1.22 +8307;10;5454.98;9.50;1675.00;-1.57;1.22 +8307;11;5439.20;9.50;1647.00;-0.17;1.22 +8307;12;5424.80;9.50;1667.80;-1.21;1.22 +8307;13;5462.40;9.50;1672.60;1.44;1.22 +8307;14;5423.20;9.50;1691.00;4.05;1.22 +8307;15;5436.80;9.50;1696.60;3.46;1.22 +8307;16;5460.80;9.50;1699.00;2.53;1.22 8307;21;5433.02;9.50;1675.00;1.57;1.22 +8308;0;3359.00;9.50;1389.00;0.00;1.36 +8308;1;3357.50;9.50;1372.50;-0.09;1.36 +8308;2;3363.00;9.50;1372.50;0.23;1.36 +8308;3;3373.00;9.50;1384.00;1.22;1.36 +8308;4;3348.50;9.50;1374.00;-0.61;1.36 +8308;5;3351.50;9.50;1374.00;-0.46;1.36 +8308;6;3342.00;9.50;1385.00;-1.34;1.36 +8308;7;3340.00;9.50;1397.50;4.29;1.36 +8308;8;3345.50;9.50;1398.00;4.12;1.36 +8308;9;3343.34;9.50;1389.00;1.57;1.36 +8308;10;3374.66;9.50;1389.00;-1.57;1.36 +8308;11;3356.60;9.50;1362.60;-0.09;1.36 +8308;12;3365.40;9.50;1362.60;0.23;1.36 +8308;13;3381.40;9.50;1381.00;1.22;1.36 +8308;14;3342.20;9.50;1365.00;-0.61;1.36 +8308;15;3347.00;9.50;1365.00;-0.46;1.36 +8308;16;3331.80;9.50;1382.60;-1.34;1.36 +8308;17;3328.60;9.50;1402.60;4.29;1.36 +8308;18;3337.40;9.50;1403.40;4.12;1.36 8308;21;3343.34;9.50;1389.00;1.57;1.36 +8309;0;2823.00;9.50;579.00;0.00;1.00 +8309;1;2819.50;9.50;570.00;-0.37;1.00 +8309;2;2832.50;9.50;576.50;1.31;1.00 +8309;3;2813.00;9.50;586.00;4.10;1.00 +8309;4;2826.00;9.50;591.00;2.89;1.00 +8309;9;2814.00;9.50;579.00;1.57;1.00 +8309;10;2832.00;9.50;579.00;-1.57;1.00 +8309;11;2817.40;9.50;564.60;-0.37;1.00 +8309;12;2838.20;9.50;575.00;1.31;1.00 +8309;13;2807.00;9.50;590.20;4.10;1.00 +8309;14;2827.80;9.50;598.20;2.89;1.00 8309;21;2814.00;9.50;579.00;1.57;1.00 +8310;0;1652.00;9.50;1344.00;0.00;0.78 +8310;1;1649.50;9.50;1334.50;-0.25;0.78 +8310;2;1640.00;9.50;1344.50;4.67;0.78 +8310;3;1664.00;9.50;1340.00;1.24;0.78 +8310;4;1664.00;9.50;1349.50;2.00;0.78 +8310;5;1657.50;9.50;1353.50;2.61;0.78 +8310;6;1648.00;9.50;1354.50;3.50;0.78 +8310;9;1641.92;9.50;1344.00;1.57;0.78 +8310;10;1662.08;9.50;1344.00;-1.57;0.78 +8310;11;1648.00;9.50;1328.80;-0.25;0.78 +8310;12;1632.80;9.50;1344.80;4.67;0.78 +8310;13;1671.20;9.50;1337.60;1.24;0.78 +8310;14;1671.20;9.50;1352.80;2.00;0.78 +8310;15;1660.80;9.50;1359.20;2.61;0.78 +8310;16;1645.60;9.50;1360.80;3.50;0.78 8310;21;1641.92;9.50;1344.00;1.57;0.78 +8311;0;32.00;9.50;570.00;0.00;1.26 +8311;1;28.50;9.50;554.50;-0.22;1.26 +8311;2;48.50;9.50;567.50;1.42;1.26 +8311;3;2831.50;9.50;564.00;1.56;1.26 +8311;4;16.00;9.50;580.00;4.15;1.26 +8311;5;49.50;9.50;582.00;2.17;1.26 +8311;6;28.50;9.50;584.50;3.37;1.26 +8311;9;16.88;9.50;570.00;1.57;1.26 +8311;10;47.12;9.50;570.00;-1.57;1.26 +8311;11;26.40;9.50;545.20;-0.22;1.26 +8311;12;58.40;9.50;566.00;1.42;1.26 +8311;13;4511.20;9.50;560.40;1.56;1.26 +8311;14;6.40;9.50;586.00;4.15;1.26 +8311;15;60.00;9.50;589.20;2.17;1.26 +8311;16;26.40;9.50;593.20;3.37;1.26 8311;21;16.88;9.50;570.00;1.57;1.26 +8312;0;5102.00;9.50;994.00;0.00;1.20 +8312;1;5092.50;9.50;983.50;-0.73;1.20 +8312;2;5110.50;9.50;989.50;1.08;1.20 +8312;3;5094.00;9.50;998.50;4.20;1.20 +8312;4;5111.50;9.50;1004.50;2.40;1.20 +8312;5;5104.50;9.50;1010.00;2.98;1.20 +8312;9;5089.22;9.50;994.00;1.57;1.20 +8312;10;5114.78;9.50;994.00;-1.57;1.20 +8312;11;5086.80;9.50;977.20;-0.73;1.20 +8312;12;5115.60;9.50;986.80;1.08;1.20 +8312;13;5089.20;9.50;1001.20;4.20;1.20 +8312;14;5117.20;9.50;1010.80;2.40;1.20 +8312;15;5106.00;9.50;1019.60;2.98;1.20 8312;21;5089.22;9.50;994.00;1.57;1.20 +8313;0;4253.00;9.50;852.00;0.00;0.74 +8313;1;4246.00;9.50;829.50;-0.30;0.74 +8313;2;4253.50;9.50;833.50;0.02;0.74 +8313;3;4245.00;9.50;838.50;-0.53;0.74 +8313;4;4251.00;9.50;835.00;-0.11;0.74 +8313;5;4253.50;9.50;849.50;0.19;0.74 +8313;6;4261.50;9.50;855.00;1.91;0.74 +8313;7;4246.50;9.50;860.00;3.82;0.74 +8313;8;4253.50;9.50;871.50;3.11;0.74 +8313;9;4246.34;9.50;852.00;1.57;0.74 +8313;10;4259.66;9.50;852.00;-1.57;0.74 +8313;11;4241.80;9.50;816.00;-0.30;0.74 +8313;12;4253.80;9.50;822.40;0.02;0.74 +8313;13;4240.20;9.50;830.40;-0.53;0.74 +8313;14;4249.80;9.50;824.80;-0.11;0.74 +8313;15;4253.80;9.50;848.00;0.19;0.74 +8313;16;4266.60;9.50;856.80;1.91;0.74 +8313;17;4242.60;9.50;864.80;3.82;0.74 +8313;18;4253.80;9.50;883.20;3.11;0.74 8313;21;4246.34;9.50;852.00;1.57;0.74 +8314;0;2722.00;9.50;1552.00;0.00;0.64 +8314;1;2719.00;9.50;1544.50;-0.38;0.64 +8314;2;2715.00;9.50;1549.50;-1.22;0.64 +8314;3;2724.00;9.50;1550.50;0.92;0.64 +8314;4;2729.50;9.50;1553.00;1.70;0.64 +8314;5;2734.50;11.50;1552.50;1.61;0.64 +8314;6;2735.50;10.90;1554.50;1.75;0.64 +8314;7;2733.50;9.50;1555.50;1.86;0.64 +8314;8;2727.00;9.50;1557.00;2.35;0.64 +8314;9;2713.00;9.50;1552.00;1.57;0.64 +8314;10;2731.00;10.17;1552.00;-1.57;0.64 +8314;11;2717.20;9.50;1540.00;-0.38;0.64 +8314;12;2710.80;9.50;1548.00;-1.22;0.64 +8314;13;2725.20;9.50;1549.60;0.92;0.64 +8314;14;2734.00;11.45;1553.60;1.70;0.64 +8314;15;2742.00;11.61;1552.80;1.61;0.64 +8314;16;2743.60;9.50;1556.00;1.75;0.64 +8314;17;2740.40;9.50;1557.60;1.86;0.64 +8314;18;2730.00;9.50;1560.00;2.35;0.64 8314;21;2713.00;9.50;1552.00;1.57;0.64 +8315;0;5539.00;9.50;407.00;0.00;1.10 +8315;1;5528.50;9.50;398.00;-0.86;1.10 +8315;2;5537.50;9.50;393.00;-0.10;1.10 +8315;3;5548.50;9.50;394.50;0.65;1.10 +8315;4;5556.00;9.50;409.00;1.68;1.10 +8315;5;5517.50;9.50;411.00;4.52;1.10 +8315;6;5516.00;9.50;417.00;4.30;1.10 +8315;7;5532.50;9.50;418.50;3.65;1.10 +8315;8;5547.00;9.50;420.00;2.59;1.10 +8315;9;5521.90;9.50;407.00;1.57;1.10 +8315;10;5556.10;9.50;407.00;-1.57;1.10 +8315;11;5522.20;9.50;392.60;-0.86;1.10 +8315;12;5536.60;9.50;384.60;-0.10;1.10 +8315;13;5554.20;9.50;387.00;0.65;1.10 +8315;14;5566.20;9.50;410.20;1.68;1.10 +8315;15;5504.60;9.50;413.40;4.52;1.10 +8315;16;5502.20;9.50;423.00;4.30;1.10 +8315;17;5528.60;9.50;425.40;3.65;1.10 +8315;18;5551.80;9.50;427.80;2.59;1.10 8315;21;5521.90;9.50;407.00;1.57;1.10 +8316;0;5582.00;9.50;711.00;0.00;0.96 +8316;1;5579.50;9.50;702.00;-0.27;0.96 +8316;2;5557.00;9.50;708.00;-1.45;0.96 +8316;3;2791.00;9.50;706.00;-1.56;0.96 +8316;4;2791.00;9.50;715.00;4.71;0.96 +8316;5;5584.00;9.50;720.00;2.92;0.96 +8316;9;5562.56;9.50;711.00;1.57;0.96 +8316;10;5601.44;9.50;711.00;-1.57;0.96 +8316;11;5578.00;9.50;696.60;-0.27;0.96 +8316;12;5542.00;9.50;706.20;-1.45;0.96 +8316;13;1116.40;9.50;703.00;-1.56;0.96 +8316;14;1116.40;9.50;717.40;4.71;0.96 +8316;15;5585.20;9.50;725.40;2.92;0.96 8316;21;5562.56;9.50;711.00;1.57;0.96 +8317;0;5608.00;9.50;1557.00;0.00;1.10 +8317;1;5609.00;9.50;1546.50;0.09;1.10 +8317;2;5594.50;9.50;1552.50;-1.24;1.10 +8317;3;2804.00;9.85;1551.00;-1.56;1.10 +8317;4;2804.00;9.50;1562.50;4.71;1.10 +8317;5;5606.00;9.50;1566.00;3.36;1.10 +8317;9;5598.10;9.50;1557.00;1.57;1.10 +8317;10;5617.90;9.50;1557.00;-1.57;1.10 +8317;11;5609.60;9.50;1540.20;0.09;1.10 +8317;12;5586.40;9.50;1549.80;-1.24;1.10 +8317;13;1121.60;15.71;1547.40;-1.56;1.10 +8317;14;1121.60;15.13;1565.80;4.71;1.10 +8317;15;5604.80;9.50;1571.40;3.36;1.10 8317;21;5598.10;9.50;1557.00;1.57;1.10 +8318;0;4818.00;9.50;1117.00;0.00;1.00 +8318;1;4809.00;9.50;1106.00;-0.68;1.00 +8318;2;4804.00;9.50;1109.00;-1.05;1.00 +8318;3;4818.50;9.50;1110.00;0.07;1.00 +8318;4;4829.50;9.50;1118.50;1.70;1.00 +8318;5;4823.00;9.50;1115.50;1.27;1.00 +8318;6;4811.00;9.50;1122.00;4.09;1.00 +8318;7;4823.00;9.50;1129.50;2.76;1.00 +8318;9;4807.92;9.50;1117.00;1.57;1.00 +8318;10;4828.08;9.50;1117.00;-1.57;1.00 +8318;11;4803.60;9.50;1099.40;-0.68;1.00 +8318;12;4795.60;9.50;1104.20;-1.05;1.00 +8318;13;4818.80;9.50;1105.80;0.07;1.00 +8318;14;4836.40;9.50;1119.40;1.70;1.00 +8318;15;4826.00;9.91;1114.60;1.27;1.00 +8318;16;4806.80;9.50;1125.00;4.09;1.00 +8318;17;4826.00;9.50;1137.00;2.76;1.00 8318;21;4807.92;9.50;1117.00;1.57;1.00 +8319;0;4128.00;9.50;652.00;0.00;0.96 +8319;1;4132.00;9.50;639.50;0.31;0.96 +8319;2;4120.50;9.50;643.00;-0.69;0.96 +8319;3;4139.00;9.50;647.50;1.18;0.96 +8319;4;4117.00;9.50;656.00;4.36;0.96 +8319;5;4137.50;9.50;659.00;2.20;0.96 +8319;6;4127.50;9.50;665.50;3.17;0.96 +8319;9;4119.36;9.50;652.00;1.57;0.96 +8319;10;4136.64;9.50;652.00;-1.57;0.96 +8319;11;4134.40;9.50;632.00;0.31;0.96 +8319;12;4116.00;9.50;637.60;-0.69;0.96 +8319;13;4145.60;9.50;644.80;1.18;0.96 +8319;14;4110.40;9.50;658.40;4.36;0.96 +8319;15;4143.20;9.50;663.20;2.20;0.96 +8319;16;4127.20;9.50;673.60;3.17;0.96 8319;21;4119.36;9.50;652.00;1.57;0.96 +8320;0;4372.00;9.50;15.00;0.00;0.70 +8320;1;4361.00;9.50;13.00;-1.39;0.70 +8320;2;4385.00;9.50;11.50;1.30;0.70 +8320;3;4379.50;9.50;20.00;2.15;0.70 +8320;4;4360.00;9.50;20.00;4.31;0.70 +8320;5;4369.00;9.50;23.00;3.50;0.70 +8320;9;4361.02;9.50;15.00;1.57;0.70 +8320;10;4382.98;9.50;15.00;-1.57;0.70 +8320;11;4354.40;9.50;11.80;-1.39;0.70 +8320;12;4392.80;9.50;9.40;1.30;0.70 +8320;13;4384.00;9.50;23.00;2.15;0.70 +8320;14;4352.80;9.50;23.00;4.31;0.70 +8320;15;4367.20;9.50;27.80;3.50;0.70 8320;21;4361.02;9.50;15.00;1.57;0.70 +8321;0;4184.00;9.50;93.00;0.00;0.82 +8321;1;4180.50;9.50;83.50;-0.35;0.82 +8321;2;4168.50;9.50;88.50;-1.28;0.82 +8321;3;4196.00;9.50;84.00;0.92;0.82 +8321;4;4199.00;9.50;94.50;1.67;0.82 +8321;5;4169.50;9.50;98.00;4.38;0.82 +8321;6;4184.50;9.50;102.00;3.08;0.82 +8321;7;4196.50;9.50;104.00;2.29;0.82 +8321;9;4171.58;9.50;93.00;1.57;0.82 +8321;10;4196.42;9.50;93.00;-1.57;0.82 +8321;11;4178.40;9.50;77.80;-0.35;0.82 +8321;12;4159.20;9.50;85.80;-1.28;0.82 +8321;13;4203.20;9.50;78.60;0.92;0.82 +8321;14;4208.00;9.50;95.40;1.67;0.82 +8321;15;4160.80;9.50;101.00;4.38;0.82 +8321;16;4184.80;9.50;107.40;3.08;0.82 +8321;17;4204.00;9.50;110.60;2.29;0.82 8321;21;4171.58;9.50;93.00;1.57;0.82 +8322;0;3841.00;9.50;149.00;0.00;1.20 +8322;1;3832.00;9.50;137.00;-0.64;1.20 +8322;2;3850.00;9.50;139.00;0.73;1.20 +8322;3;3825.00;9.50;150.50;4.61;1.20 +8322;4;3857.00;9.50;152.50;1.78;1.20 +8322;5;3836.00;9.50;161.50;3.52;1.20 +8322;6;3850.50;9.50;162.50;2.52;1.20 +8322;9;3828.40;9.50;149.00;1.57;1.20 +8322;10;3853.60;9.50;149.00;-1.57;1.20 +8322;11;3826.60;9.50;129.80;-0.64;1.20 +8322;12;3855.40;9.50;133.00;0.73;1.20 +8322;13;3815.40;9.50;151.40;4.61;1.20 +8322;14;3866.60;9.50;154.60;1.78;1.20 +8322;15;3833.00;9.50;169.00;3.52;1.20 +8322;16;3856.20;9.50;170.60;2.52;1.20 8322;21;3828.40;9.50;149.00;1.57;1.20 +8323;0;2585.00;9.50;706.00;0.00;0.92 +8323;1;2575.00;9.50;700.00;-1.03;0.92 +8323;2;2596.00;9.50;700.00;1.07;0.92 +8323;3;2574.00;9.50;711.50;4.24;0.92 +8323;4;2595.00;9.50;712.00;2.11;0.92 +8323;9;2570.06;9.50;706.00;1.57;0.92 +8323;10;2599.94;9.50;706.00;-1.57;0.92 +8323;11;2569.00;9.50;696.40;-1.03;0.92 +8323;12;2602.60;9.50;696.40;1.07;0.92 +8323;13;2567.40;9.50;714.80;4.24;0.92 +8323;14;2601.00;9.50;715.60;2.11;0.92 8323;21;2570.06;9.50;706.00;1.57;0.92 +8324;0;2312.00;9.50;668.00;0.00;1.04 +8324;1;2309.00;9.50;654.00;-0.21;1.04 +8324;2;2320.00;9.50;656.50;0.60;1.04 +8324;3;2301.00;9.50;671.00;4.44;1.04 +8324;4;2324.50;9.50;671.00;1.80;1.04 +8324;5;2312.50;9.50;681.00;3.10;1.04 +8324;9;2302.64;9.50;668.00;1.57;1.04 +8324;10;2321.36;9.50;668.00;-1.57;1.04 +8324;11;2307.20;9.50;645.60;-0.21;1.04 +8324;12;2324.80;9.50;649.60;0.60;1.04 +8324;13;2294.40;9.50;672.80;4.44;1.04 +8324;14;2332.00;9.50;672.80;1.80;1.04 +8324;15;2312.80;9.50;688.80;3.10;1.04 8324;21;2302.64;9.50;668.00;1.57;1.04 +8325;0;2045.00;9.50;1029.00;0.00;1.10 +8325;1;2048.00;9.50;1017.00;0.24;1.10 +8325;2;2059.00;9.50;1021.50;1.07;1.10 +8325;3;2034.50;9.50;1025.50;-1.24;1.10 +8325;4;2047.50;9.50;1038.50;2.88;1.10 +8325;5;2034.50;9.50;1039.00;3.95;1.10 +8325;9;2035.10;9.50;1029.00;1.57;1.10 +8325;10;2054.90;9.50;1029.00;-1.57;1.10 +8325;11;2049.80;9.50;1009.80;0.24;1.10 +8325;12;2067.40;9.50;1017.00;1.07;1.10 +8325;13;2028.20;9.50;1023.40;-1.24;1.10 +8325;14;2049.00;9.50;1044.20;2.88;1.10 +8325;15;2028.20;9.50;1045.00;3.95;1.10 8325;21;2035.10;9.50;1029.00;1.57;1.10 +8326;0;3186.00;9.50;2023.00;0.00;1.04 +8326;1;3192.50;9.50;2017.50;0.86;1.04 +8326;2;3192.50;9.60;2008.50;0.42;1.04 +8326;3;3201.00;9.50;2014.50;1.05;1.04 +8326;4;3165.00;9.50;2020.00;-1.42;1.04 +8326;5;3184.50;9.50;2013.50;-0.15;1.04 +8326;6;3176.00;9.50;2016.50;-0.99;1.04 +8326;7;3208.00;9.50;2017.50;1.32;1.04 +8326;8;3202.00;9.50;2027.50;1.84;1.04 +8326;9;3166.74;9.50;2023.00;1.57;1.04 +8326;10;3205.26;9.50;2023.00;-1.57;1.04 +8326;11;3196.40;10.03;2014.20;0.86;1.04 +8326;12;3196.40;9.76;1999.80;0.42;1.04 +8326;13;3210.00;9.50;2009.40;1.05;1.04 +8326;14;3152.40;9.50;2018.20;-1.42;1.04 +8326;15;3183.60;9.50;2007.80;-0.15;1.04 +8326;16;3170.00;9.50;2012.60;-0.99;1.04 +8326;17;3221.20;9.70;2014.20;1.32;1.04 +8326;18;3211.60;9.50;2030.20;1.84;1.04 8326;21;3166.74;9.50;2023.00;1.57;1.04 +8327;0;1071.00;9.50;361.00;0.00;1.30 +8327;1;1066.50;9.50;346.50;-0.30;1.30 +8327;2;1052.50;9.50;342.50;-0.78;1.30 +8327;3;1053.50;9.50;355.50;-1.26;1.30 +8327;4;1081.00;9.50;351.00;0.78;1.30 +8327;5;1089.50;9.50;362.50;1.65;1.30 +8327;6;1058.50;9.50;371.50;4.01;1.30 +8327;7;1080.00;9.50;373.50;2.51;1.30 +8327;8;1097.00;9.50;374.50;2.05;1.30 +8327;9;1054.80;9.50;361.00;1.57;1.30 +8327;10;1087.20;9.50;361.00;-1.57;1.30 +8327;11;1063.80;9.50;337.80;-0.30;1.30 +8327;12;1041.40;9.50;331.40;-0.78;1.30 +8327;13;1043.00;9.50;352.20;-1.26;1.30 +8327;14;1087.00;9.50;345.00;0.78;1.30 +8327;15;1100.60;9.50;363.40;1.65;1.30 +8327;16;1051.00;9.50;377.80;4.01;1.30 +8327;17;1085.40;9.50;381.00;2.51;1.30 +8327;18;1112.60;9.50;382.60;2.05;1.30 8327;21;1054.80;9.50;361.00;1.57;1.30 +8328;0;360.00;9.50;27.00;0.00;1.26 +8328;1;344.50;9.50;23.50;-1.34;1.26 +8328;2;373.50;9.50;23.00;1.28;1.26 +8328;3;370.00;9.50;38.50;2.42;1.26 +8328;4;352.50;9.50;39.00;3.70;1.26 +8328;9;347.40;9.50;27.00;1.57;1.26 +8328;10;372.60;9.50;27.00;-1.57;1.26 +8328;11;335.20;9.50;21.40;-1.34;1.26 +8328;12;381.60;9.50;20.60;1.28;1.26 +8328;13;376.00;9.50;45.40;2.42;1.26 +8328;14;348.00;9.50;46.20;3.70;1.26 8328;21;347.40;9.50;27.00;1.57;1.26 +8329;0;695.00;9.50;1269.00;0.00;0.98 +8329;1;695.00;9.50;1257.50;0.00;0.98 +8329;2;680.50;9.50;1258.00;-0.92;0.98 +8329;3;710.00;9.50;1267.00;1.43;0.98 +8329;4;679.50;9.50;1268.00;-1.50;0.98 +8329;5;708.00;9.50;1279.50;2.25;0.98 +8329;6;693.00;9.50;1280.00;3.32;0.98 +8329;9;683.66;9.50;1269.00;1.57;0.98 +8329;10;706.34;9.50;1269.00;-1.57;0.98 +8329;11;695.00;9.50;1250.60;0.00;0.98 +8329;12;671.80;9.50;1251.40;-0.92;0.98 +8329;13;719.00;9.50;1265.80;1.43;0.98 +8329;14;670.20;9.50;1267.40;-1.50;0.98 +8329;15;715.80;9.50;1285.80;2.25;0.98 +8329;16;691.80;9.50;1286.60;3.32;0.98 8329;21;683.66;9.50;1269.00;1.57;0.98 +8330;0;279.00;9.50;1774.00;0.00;1.54 +8330;1;270.50;9.50;1759.00;-0.51;1.54 +8330;2;284.00;9.50;1759.00;0.32;1.54 +8330;3;266.50;9.50;1765.00;-0.94;1.54 +8330;4;302.00;9.50;1763.50;1.14;1.54 +8330;5;307.50;9.50;1768.50;1.38;1.54 +8330;6;285.00;9.50;1782.00;2.49;1.54 +8330;7;259.00;9.50;1784.50;4.22;1.54 +8330;8;258.50;9.50;1796.50;3.88;1.54 +8330;9;259.74;9.50;1774.00;1.57;1.54 +8330;10;298.26;9.50;1774.00;-1.57;1.54 +8330;11;265.40;9.50;1750.00;-0.51;1.54 +8330;12;287.00;9.50;1750.00;0.32;1.54 +8330;13;259.00;9.50;1759.60;-0.94;1.54 +8330;14;315.80;9.50;1757.20;1.14;1.54 +8330;15;324.60;9.50;1765.20;1.38;1.54 +8330;16;288.60;9.50;1786.80;2.49;1.54 +8330;17;247.00;9.50;1790.80;4.22;1.54 +8330;18;246.20;9.50;1810.00;3.88;1.54 8330;21;259.74;9.50;1774.00;1.57;1.54 +8331;0;363.00;9.50;993.00;0.00;1.26 +8331;1;360.50;9.50;980.50;-0.19;1.26 +8331;2;376.50;9.50;984.50;1.00;1.26 +8331;3;351.50;9.50;982.00;-0.80;1.26 +8331;4;346.00;9.50;991.50;-1.48;1.26 +8331;5;378.50;9.50;997.50;1.85;1.26 +8331;6;355.00;9.50;1004.00;3.77;1.26 +8331;7;374.00;9.50;1006.50;2.45;1.26 +8331;8;372.00;9.50;1008.50;2.61;1.26 +8331;9;347.52;9.50;993.00;1.57;1.26 +8331;10;378.48;9.50;993.00;-1.57;1.26 +8331;11;359.00;9.50;973.00;-0.19;1.26 +8331;12;384.60;9.50;979.40;1.00;1.26 +8331;13;344.60;9.50;975.40;-0.80;1.26 +8331;14;335.80;9.50;990.60;-1.48;1.26 +8331;15;387.80;9.50;1000.20;1.85;1.26 +8331;16;350.20;9.50;1010.60;3.77;1.26 +8331;17;380.60;9.50;1014.60;2.45;1.26 +8331;18;377.40;9.50;1017.80;2.61;1.26 8331;21;347.52;9.50;993.00;1.57;1.26 +8332;0;880.00;9.50;430.00;0.00;1.46 +8332;1;879.00;9.50;418.00;-0.08;1.46 +8332;2;897.50;9.50;415.00;0.86;1.46 +8332;3;898.00;9.50;424.00;1.24;1.46 +8332;4;861.00;9.50;423.50;-1.24;1.46 +8332;5;866.00;9.50;438.50;4.16;1.46 +8332;6;885.50;9.50;442.00;2.71;1.46 +8332;9;866.14;9.50;430.00;1.57;1.46 +8332;10;893.86;9.50;430.00;-1.57;1.46 +8332;11;878.40;9.50;410.80;-0.08;1.46 +8332;12;908.00;9.50;406.00;0.86;1.46 +8332;13;908.80;9.50;420.40;1.24;1.46 +8332;14;849.60;9.50;419.60;-1.24;1.46 +8332;15;857.60;9.50;443.60;4.16;1.46 +8332;16;888.80;9.50;449.20;2.71;1.46 8332;21;866.14;9.50;430.00;1.57;1.46 +8333;0;5508.00;9.50;1624.00;0.00;1.16 +8333;1;5494.50;9.50;1611.00;-0.80;1.16 +8333;2;5492.00;9.50;1622.00;-1.44;1.16 +8333;3;5513.00;9.50;1613.50;0.44;1.16 +8333;4;5526.00;9.50;1618.50;1.27;1.16 +8333;5;5523.00;9.50;1630.50;1.98;1.16 +8333;6;5508.00;9.50;1636.50;3.14;1.16 +8333;7;5520.50;9.50;1640.00;2.47;1.16 +8333;9;5494.32;9.50;1624.00;1.57;1.16 +8333;10;5521.68;9.50;1624.00;-1.57;1.16 +8333;11;5486.40;9.50;1603.20;-0.80;1.16 +8333;12;5482.40;9.50;1620.80;-1.44;1.16 +8333;13;5516.00;9.50;1607.20;0.44;1.16 +8333;14;5536.80;9.50;1615.20;1.27;1.16 +8333;15;5532.00;9.50;1634.40;1.98;1.16 +8333;16;5508.00;9.50;1644.00;3.14;1.16 +8333;17;5528.00;9.50;1649.60;2.47;1.16 8333;21;5494.32;9.50;1624.00;1.57;1.16 +8334;0;3414.00;9.50;1367.00;0.00;1.30 +8334;1;3408.50;9.50;1354.00;-0.40;1.30 +8334;2;3419.00;9.50;1355.00;0.39;1.30 +8334;3;3426.00;9.50;1355.00;0.78;1.30 +8334;4;3399.00;9.50;1356.50;-0.96;1.30 +8334;5;3430.50;9.50;1357.50;1.04;1.30 +8334;6;3393.00;9.50;1358.50;-1.18;1.30 +8334;7;3435.50;9.50;1361.50;1.32;1.30 +8334;8;3400.50;9.50;1373.00;4.29;1.30 +8334;9;3397.98;9.50;1367.00;1.57;1.30 +8334;10;3430.02;9.50;1367.00;-1.57;1.30 +8334;11;3405.20;9.50;1346.20;-0.40;1.30 +8334;12;3422.00;9.50;1347.80;0.39;1.30 +8334;13;3433.20;9.50;1347.80;0.78;1.30 +8334;14;3390.00;9.50;1350.20;-0.96;1.30 +8334;15;3440.40;9.50;1351.80;1.04;1.30 +8334;16;3380.40;9.50;1353.40;-1.18;1.30 +8334;17;3448.40;9.50;1358.20;1.32;1.30 +8334;18;3392.40;9.50;1376.60;4.29;1.30 8334;21;3397.98;9.50;1367.00;1.57;1.30 +8335;0;2567.00;9.50;507.00;0.00;0.86 +8335;1;2571.50;9.50;498.50;0.48;0.86 +8335;2;2584.50;9.50;501.00;1.24;0.86 +8335;3;2558.50;9.50;500.00;-0.88;0.86 +8335;4;2554.50;9.50;510.00;4.47;0.86 +8335;5;2577.50;9.50;508.50;1.71;0.86 +8335;6;2560.50;9.50;516.50;3.74;0.86 +8335;9;2554.76;9.50;507.00;1.57;0.86 +8335;10;2579.24;9.50;507.00;-1.57;0.86 +8335;11;2574.20;9.50;493.40;0.48;0.86 +8335;12;2595.00;9.50;497.40;1.24;0.86 +8335;13;2553.40;9.50;495.80;-0.88;0.86 +8335;14;2547.00;9.50;511.80;4.47;0.86 +8335;15;2583.80;9.50;509.40;1.71;0.86 +8335;16;2556.60;9.50;522.20;3.74;0.86 8335;21;2554.76;9.50;507.00;1.57;0.86 +8336;0;1673.00;9.50;1391.00;0.00;1.04 +8336;1;1668.00;9.50;1377.00;-0.34;1.04 +8336;2;1679.50;9.50;1381.50;0.60;1.04 +8336;3;1663.00;9.50;1391.00;4.71;1.04 +8336;4;1687.00;9.50;1390.00;1.49;1.04 +8336;5;1678.50;9.50;1399.50;2.56;1.04 +8336;6;1666.50;9.50;1405.00;3.57;1.04 +8336;7;1671.00;9.50;1406.00;3.27;1.04 +8336;9;1663.64;9.50;1391.00;1.57;1.04 +8336;10;1682.36;9.50;1391.00;-1.57;1.04 +8336;11;1665.00;9.50;1368.60;-0.34;1.04 +8336;12;1683.40;9.50;1375.80;0.60;1.04 +8336;13;1657.00;9.50;1391.00;4.71;1.04 +8336;14;1695.40;9.50;1389.40;1.49;1.04 +8336;15;1681.80;9.50;1404.60;2.56;1.04 +8336;16;1662.60;9.50;1413.40;3.57;1.04 +8336;17;1669.80;9.50;1415.00;3.27;1.04 8336;21;1663.64;9.50;1391.00;1.57;1.04 +8337;0;132.00;9.50;581.00;0.00;1.02 +8337;1;132.50;9.50;569.00;0.04;1.02 +8337;2;116.00;9.50;576.50;-1.29;1.02 +8337;3;142.00;9.50;569.50;0.71;1.02 +8337;4;148.50;9.50;581.00;1.57;1.02 +8337;5;123.50;9.50;589.50;3.92;1.02 +8337;6;146.00;9.50;592.50;2.25;1.02 +8337;9;115.80;9.50;581.00;1.57;1.02 +8337;10;148.20;9.50;581.00;-1.57;1.02 +8337;11;132.80;9.50;561.80;0.04;1.02 +8337;12;106.40;9.50;573.80;-1.29;1.02 +8337;13;148.00;9.50;562.60;0.71;1.02 +8337;14;158.40;9.50;581.00;1.57;1.02 +8337;15;118.40;9.50;594.60;3.92;1.02 +8337;16;154.40;9.50;599.40;2.25;1.02 8337;21;115.80;9.50;581.00;1.57;1.02 +8338;0;5364.00;9.50;1110.00;0.00;1.34 +8338;1;5356.50;9.50;1093.50;-0.42;1.34 +8338;2;5350.50;9.50;1104.00;-1.15;1.34 +8338;3;5372.50;9.50;1103.50;0.91;1.34 +8338;4;5384.50;9.50;1112.00;1.66;1.34 +8338;5;5378.00;9.50;1119.00;2.14;1.34 +8338;6;5360.50;9.50;1121.00;3.45;1.34 +8338;9;5351.40;9.50;1110.00;1.57;1.34 +8338;10;5376.60;9.50;1110.00;-1.57;1.34 +8338;11;5352.00;9.50;1083.60;-0.42;1.34 +8338;12;5342.40;9.50;1100.40;-1.15;1.34 +8338;13;5377.60;9.50;1099.60;0.91;1.34 +8338;14;5396.80;9.50;1113.20;1.66;1.34 +8338;15;5386.40;9.50;1124.40;2.14;1.34 +8338;16;5358.40;9.50;1127.60;3.45;1.34 8338;21;5351.40;9.50;1110.00;1.57;1.34 +8339;0;4113.00;9.50;868.00;0.00;1.04 +8339;1;4111.00;9.50;853.50;-0.13;1.04 +8339;2;4120.00;9.50;858.00;0.61;1.04 +8339;3;4102.00;9.50;863.50;-1.18;1.04 +8339;4;4124.50;9.50;871.00;1.82;1.04 +8339;5;4107.00;9.50;878.50;3.66;1.04 +8339;6;4120.50;9.50;882.00;2.65;1.04 +8339;9;4103.64;9.50;868.00;1.57;1.04 +8339;10;4122.36;9.50;868.00;-1.57;1.04 +8339;11;4109.80;9.50;844.80;-0.13;1.04 +8339;12;4124.20;9.50;852.00;0.61;1.04 +8339;13;4095.40;9.50;860.80;-1.18;1.04 +8339;14;4131.40;9.50;872.80;1.82;1.04 +8339;15;4103.40;9.50;884.80;3.66;1.04 +8339;16;4125.00;9.50;890.40;2.65;1.04 8339;21;4103.64;9.50;868.00;1.57;1.04 +8340;0;2725.00;9.50;1612.00;0.00;0.88 +8340;1;2726.00;9.50;1604.50;0.13;0.88 +8340;2;2718.50;9.50;1605.50;-0.78;0.88 +8340;3;2733.50;9.50;1605.00;0.88;0.88 +8340;4;2738.00;9.50;1604.50;1.04;0.88 +8340;5;2737.00;9.50;1606.50;1.14;0.88 +8340;6;2712.00;9.50;1609.00;-1.34;0.88 +8340;7;2711.00;9.50;1611.50;-1.53;0.88 +8340;8;2737.50;9.50;1611.50;1.53;0.88 +8340;9;2714.92;9.50;1612.00;1.57;0.88 +8340;10;2735.08;9.50;1612.00;-1.57;0.88 +8340;11;2726.60;9.51;1600.00;0.13;0.88 +8340;12;2714.60;9.50;1601.60;-0.78;0.88 +8340;13;2738.60;9.50;1600.80;0.88;0.88 +8340;14;2745.80;9.50;1600.00;1.04;0.88 +8340;15;2744.20;9.50;1603.20;1.14;0.88 +8340;16;2704.20;9.50;1607.20;-1.34;0.88 +8340;17;2702.60;9.50;1611.20;-1.53;0.88 +8340;18;2745.00;9.50;1611.20;1.53;0.88 8340;21;2714.92;9.50;1612.00;1.57;0.88 +8341;0;5586.00;9.50;458.00;0.00;1.00 +8341;1;5570.50;9.50;445.50;-0.89;1.00 +8341;2;5565.50;9.50;455.50;-1.44;1.00 +8341;3;5591.00;9.50;449.00;0.50;1.00 +8341;4;2793.00;9.50;463.50;4.71;1.00 +8341;5;5569.50;9.50;465.50;4.28;1.00 +8341;6;5589.00;9.50;467.50;2.83;1.00 +8341;9;5569.26;9.50;458.00;1.57;1.00 +8341;10;5602.74;9.50;458.00;-1.57;1.00 +8341;11;5561.20;9.50;438.00;-0.89;1.00 +8341;12;5553.20;9.50;454.00;-1.44;1.00 +8341;13;5594.00;9.50;443.60;0.50;1.00 +8341;14;1117.20;9.50;466.80;4.71;1.00 +8341;15;5559.60;9.50;470.00;4.28;1.00 +8341;16;5590.80;9.50;473.20;2.83;1.00 8341;21;5569.26;9.50;458.00;1.57;1.00 +8342;0;5580.00;9.50;746.00;0.00;0.92 +8342;1;5558.00;9.50;734.00;-1.07;0.92 +8342;2;5554.50;9.50;742.50;-1.43;0.92 +8342;3;5583.00;9.50;737.50;0.33;0.92 +8342;4;2790.00;10.17;746.00;4.71;0.92 +8342;5;5579.50;9.50;754.00;3.20;0.92 +8342;6;2790.00;10.55;754.00;4.71;0.92 +8342;9;5561.28;9.50;746.00;1.57;0.92 +8342;10;5598.72;9.50;746.00;-1.57;0.92 +8342;11;5544.80;9.50;726.80;-1.07;0.92 +8342;12;5539.20;9.50;740.40;-1.43;0.92 +8342;13;5584.80;9.50;732.40;0.33;0.92 +8342;14;1116.00;9.50;746.00;4.71;0.92 +8342;15;5579.20;9.50;758.80;3.20;0.92 +8342;16;1116.00;9.50;758.80;4.71;0.92 8342;21;5561.28;9.50;746.00;1.57;0.92 +8343;0;4753.00;9.50;1081.00;0.00;1.16 +8343;1;4748.00;9.50;1068.50;-0.38;1.16 +8343;2;4766.00;9.50;1073.00;1.01;1.16 +8343;3;4729.50;9.50;1069.50;-1.11;1.16 +8343;4;4729.00;9.50;1071.00;-1.17;1.16 +8343;5;4740.00;9.50;1082.50;4.59;1.16 +8343;6;4766.50;9.50;1082.50;1.68;1.16 +8343;7;4771.50;9.50;1091.00;2.06;1.16 +8343;8;4761.50;9.50;1096.00;2.62;1.16 +8343;9;4737.34;9.50;1081.00;1.57;1.16 +8343;10;4768.66;9.50;1081.00;-1.57;1.16 +8343;11;4745.00;9.50;1061.00;-0.38;1.16 +8343;12;4773.80;9.50;1068.20;1.01;1.16 +8343;13;4715.40;9.50;1062.60;-1.11;1.16 +8343;14;4714.60;9.50;1065.00;-1.17;1.16 +8343;15;4732.20;9.50;1083.40;4.59;1.16 +8343;16;4774.60;9.50;1083.40;1.68;1.16 +8343;17;4782.60;9.50;1097.00;2.06;1.16 +8343;18;4766.60;9.50;1105.00;2.62;1.16 8343;21;4737.34;9.50;1081.00;1.57;1.16 +8344;0;4041.00;9.50;683.00;0.00;0.84 +8344;1;4039.50;9.50;670.50;-0.11;0.84 +8344;2;4049.50;9.50;678.00;1.03;0.84 +8344;3;4030.50;9.50;683.50;4.66;0.84 +8344;4;4047.50;9.50;695.00;2.64;0.84 +8344;5;4037.50;9.50;697.00;3.38;0.84 +8344;9;4033.44;9.50;683.00;1.57;0.84 +8344;10;4048.56;9.50;683.00;-1.57;0.84 +8344;11;4038.60;9.50;663.00;-0.11;0.84 +8344;12;4054.60;9.50;675.00;1.03;0.84 +8344;13;4024.20;9.50;683.80;4.66;0.84 +8344;14;4051.40;9.50;702.20;2.64;0.84 +8344;15;4035.40;9.50;705.40;3.38;0.84 8344;21;4033.44;9.50;683.00;1.57;0.84 +8345;0;4327.00;9.50;35.00;0.00;1.02 +8345;1;4325.50;9.50;25.00;-0.14;1.02 +8345;2;4316.00;9.50;30.00;-1.14;1.02 +8345;3;4337.50;9.50;30.00;1.12;1.02 +8345;4;4335.00;9.50;41.00;2.21;1.02 +8345;5;4320.50;9.50;43.00;3.82;1.02 +8345;9;4316.92;9.50;35.00;1.57;1.02 +8345;10;4337.08;9.50;35.00;-1.57;1.02 +8345;11;4324.60;9.50;19.00;-0.14;1.02 +8345;12;4309.40;9.50;27.00;-1.14;1.02 +8345;13;4343.80;9.50;27.00;1.12;1.02 +8345;14;4339.80;9.50;44.60;2.21;1.02 +8345;15;4316.60;9.50;47.80;3.82;1.02 8345;21;4316.92;9.50;35.00;1.57;1.02 +8346;0;4179.00;9.50;134.00;0.00;1.08 +8346;1;4182.00;9.50;122.50;0.25;1.08 +8346;2;4168.00;9.50;130.00;-1.22;1.08 +8346;3;4191.00;9.50;132.50;1.44;1.08 +8346;4;4170.00;9.50;144.00;3.87;1.08 +8346;5;4181.00;9.50;146.00;2.97;1.08 +8346;9;4169.28;9.50;134.00;1.57;1.08 +8346;10;4188.72;9.50;134.00;-1.57;1.08 +8346;11;4183.80;9.50;115.60;0.25;1.08 +8346;12;4161.40;9.50;127.60;-1.22;1.08 +8346;13;4198.20;9.50;131.60;1.44;1.08 +8346;14;4164.60;9.50;150.00;3.87;1.08 +8346;15;4182.20;9.50;153.20;2.97;1.08 8346;21;4169.28;9.50;134.00;1.57;1.08 +8347;0;3902.00;9.50;151.00;0.00;1.36 +8347;1;3909.50;9.50;137.00;0.49;1.36 +8347;2;3893.50;9.50;141.00;-0.70;1.36 +8347;3;3916.50;9.50;148.50;1.40;1.36 +8347;4;3887.50;9.50;153.50;4.54;1.36 +8347;5;3907.00;9.50;164.00;2.77;1.36 +8347;6;3894.50;9.50;167.00;3.58;1.36 +8347;9;3889.76;9.50;151.00;1.57;1.36 +8347;10;3914.24;9.50;151.00;-1.57;1.36 +8347;11;3914.00;9.50;128.60;0.49;1.36 +8347;12;3888.40;9.50;135.00;-0.70;1.36 +8347;13;3925.20;9.50;147.00;1.40;1.36 +8347;14;3878.80;9.50;155.00;4.54;1.36 +8347;15;3910.00;9.50;171.80;2.77;1.36 +8347;16;3890.00;9.50;176.60;3.58;1.36 8347;21;3889.76;9.50;151.00;1.57;1.36 +8348;0;2899.00;9.50;585.00;0.00;0.84 +8348;1;2901.00;9.50;572.00;0.15;0.84 +8348;2;2890.00;9.50;584.00;-1.46;0.84 +8348;3;2908.50;9.50;575.00;0.76;0.84 +8348;4;2908.00;9.50;587.00;1.78;0.84 +8348;5;2897.00;9.50;597.50;3.30;0.84 +8348;6;2907.00;9.50;598.00;2.59;0.84 +8348;9;2891.44;9.50;585.00;1.57;0.84 +8348;10;2906.56;9.50;585.00;-1.57;0.84 +8348;11;2902.20;9.50;564.20;0.15;0.84 +8348;12;2884.60;9.50;583.40;-1.46;0.84 +8348;13;2914.20;9.50;569.00;0.76;0.84 +8348;14;2913.40;9.50;588.20;1.78;0.84 +8348;15;2895.80;9.50;605.00;3.30;0.84 +8348;16;2911.80;9.50;605.80;2.59;0.84 8348;21;2891.44;9.50;585.00;1.57;0.84 +8349;0;2519.00;9.50;778.00;0.00;1.00 +8349;1;2510.00;9.50;767.00;-0.68;1.00 +8349;2;2523.50;9.50;767.00;0.38;1.00 +8349;3;2506.50;9.50;779.00;4.63;1.00 +8349;4;2535.00;9.50;771.50;1.18;1.00 +8349;5;2530.50;9.50;781.00;1.82;1.00 +8349;6;2514.50;9.50;789.50;3.51;1.00 +8349;7;2526.50;9.50;788.00;2.49;1.00 +8349;9;2506.76;9.50;778.00;1.57;1.00 +8349;10;2531.24;9.50;778.00;-1.57;1.00 +8349;11;2504.60;9.50;760.40;-0.68;1.00 +8349;12;2526.20;9.50;760.40;0.38;1.00 +8349;13;2499.00;9.50;779.60;4.63;1.00 +8349;14;2544.60;9.50;767.60;1.18;1.00 +8349;15;2537.40;9.50;782.80;1.82;1.00 +8349;16;2511.80;9.50;796.40;3.51;1.00 +8349;17;2531.00;9.50;794.00;2.49;1.00 8349;21;2506.76;9.50;778.00;1.57;1.00 +8350;0;2363.00;9.50;677.00;0.00;1.20 +8350;1;2358.00;9.50;663.00;-0.34;1.20 +8350;2;2367.50;9.50;662.50;0.30;1.20 +8350;3;2373.50;9.50;673.00;1.20;1.20 +8350;4;2350.00;9.50;675.50;-1.45;1.20 +8350;5;2375.00;9.50;686.00;2.21;1.20 +8350;6;2352.50;9.50;685.50;4.03;1.20 +8350;7;2363.50;9.50;690.50;3.10;1.20 +8350;9;2352.20;9.50;677.00;1.57;1.20 +8350;10;2373.80;9.50;677.00;-1.57;1.20 +8350;11;2355.00;9.50;654.60;-0.34;1.20 +8350;12;2370.20;9.50;653.80;0.30;1.20 +8350;13;2379.80;9.50;670.60;1.20;1.20 +8350;14;2342.20;9.50;674.60;-1.45;1.20 +8350;15;2382.20;9.50;691.40;2.21;1.20 +8350;16;2346.20;9.50;690.60;4.03;1.20 +8350;17;2363.80;9.50;698.60;3.10;1.20 8350;21;2352.20;9.50;677.00;1.57;1.20 +8351;0;2003.00;9.50;1060.00;0.00;1.02 +8351;1;2004.50;9.50;1048.50;0.13;1.02 +8351;2;2013.50;9.50;1054.50;1.08;1.02 +8351;3;1994.00;9.50;1056.00;-1.15;1.02 +8351;4;1993.50;9.50;1069.50;3.92;1.02 +8351;5;2012.50;9.50;1065.50;2.09;1.02 +8351;6;2002.00;9.50;1072.00;3.22;1.02 +8351;9;1993.82;9.50;1060.00;1.57;1.02 +8351;10;2012.18;9.50;1060.00;-1.57;1.02 +8351;11;2005.40;9.50;1041.60;0.13;1.02 +8351;12;2019.80;9.50;1051.20;1.08;1.02 +8351;13;1988.60;9.50;1053.60;-1.15;1.02 +8351;14;1987.80;9.50;1075.20;3.92;1.02 +8351;15;2018.20;9.50;1068.80;2.09;1.02 +8351;16;2001.40;9.50;1079.20;3.22;1.02 8351;21;1993.82;9.50;1060.00;1.57;1.02 +8352;0;3261.00;9.50;2033.00;0.00;0.64 +8352;1;3270.50;9.50;2024.50;0.84;0.64 +8352;2;3282.50;9.50;2032.50;1.54;0.64 +8352;3;3251.50;9.50;2026.50;-0.97;0.64 +8352;4;3239.50;9.50;2032.50;-1.54;0.64 +8352;5;3229.50;9.50;2039.00;4.52;0.64 +8352;9;3240.48;9.50;2033.00;1.57;0.64 +8352;10;3281.52;9.50;2033.00;-1.57;0.64 +8352;11;3276.20;9.50;2019.40;0.84;0.64 +8352;12;3295.40;9.50;2032.20;1.54;0.64 +8352;13;3245.80;9.50;2022.60;-0.97;0.64 +8352;14;3226.60;9.50;2032.20;-1.54;0.64 +8352;15;3210.60;9.50;2042.60;4.52;0.64 8352;21;3240.48;9.50;2033.00;1.57;0.64 +8353;0;1142.00;9.50;321.00;0.00;1.06 +8353;1;1126.50;9.50;307.00;-0.83;1.06 +8353;2;1119.00;9.50;319.00;-1.48;1.06 +8353;3;1150.00;9.50;311.50;0.70;1.06 +8353;4;1173.00;9.50;316.50;1.42;1.06 +8353;5;1167.00;9.50;325.50;1.74;1.06 +8353;6;1116.50;9.50;331.00;4.33;1.06 +8353;7;1138.00;9.50;332.50;3.47;1.06 +8353;9;1120.40;9.50;321.00;1.57;1.06 +8353;10;1163.60;9.50;321.00;-1.57;1.06 +8353;11;1117.20;9.50;298.60;-0.83;1.06 +8353;12;1105.20;9.50;317.80;-1.48;1.06 +8353;13;1154.80;9.50;305.80;0.70;1.06 +8353;14;1191.60;9.50;313.80;1.42;1.06 +8353;15;1182.00;9.50;328.20;1.74;1.06 +8353;16;1101.20;9.50;337.00;4.33;1.06 +8353;17;1135.60;9.50;339.40;3.47;1.06 8353;21;1120.40;9.50;321.00;1.57;1.06 +8354;0;416.00;9.50;21.00;0.00;1.10 +8354;1;401.50;9.50;20.00;-1.50;1.10 +8354;2;429.50;9.50;20.50;1.53;1.10 +8354;3;410.00;9.50;33.50;3.58;1.10 +8354;4;421.00;9.50;34.50;2.78;1.10 +8354;9;403.58;9.50;21.00;1.57;1.10 +8354;10;428.42;9.50;21.00;-1.57;1.10 +8354;11;392.80;9.50;19.40;-1.50;1.10 +8354;12;437.60;9.50;20.20;1.53;1.10 +8354;13;406.40;9.50;41.00;3.58;1.10 +8354;14;424.00;9.50;42.60;2.78;1.10 8354;21;403.58;9.50;21.00;1.57;1.10 +8355;0;669.00;9.50;1311.00;0.00;0.94 +8355;1;657.00;9.50;1300.50;-0.85;0.94 +8355;2;680.00;9.50;1301.00;0.83;0.94 +8355;3;649.50;9.50;1312.50;4.63;0.94 +8355;4;688.50;9.50;1312.50;1.64;0.94 +8355;5;683.00;9.50;1322.00;2.23;0.94 +8355;6;666.50;9.50;1322.00;3.36;0.94 +8355;9;652.44;9.50;1311.00;1.57;0.94 +8355;10;685.56;9.50;1311.00;-1.57;0.94 +8355;11;649.80;9.50;1294.20;-0.85;0.94 +8355;12;686.60;9.50;1295.00;0.83;0.94 +8355;13;637.80;9.50;1313.40;4.63;0.94 +8355;14;700.20;9.50;1313.40;1.64;0.94 +8355;15;691.40;9.50;1328.60;2.23;0.94 +8355;16;665.00;9.50;1328.60;3.36;0.94 8355;21;652.44;9.50;1311.00;1.57;0.94 +8356;0;313.00;9.50;1798.00;0.00;1.18 +8356;1;302.00;9.50;1794.00;-1.22;1.18 +8356;2;331.00;9.50;1787.50;1.04;1.18 +8356;3;338.00;9.50;1796.50;1.51;1.18 +8356;4;327.00;9.50;1803.00;1.91;1.18 +8356;5;288.50;9.50;1808.50;4.30;1.18 +8356;6;306.50;9.50;1809.50;3.65;1.18 +8356;9;291.58;9.50;1798.00;1.57;1.18 +8356;10;334.42;9.50;1798.00;-1.57;1.18 +8356;11;295.40;9.50;1791.60;-1.22;1.18 +8356;12;341.80;9.50;1781.20;1.04;1.18 +8356;13;353.00;9.50;1795.60;1.51;1.18 +8356;14;335.40;9.50;1806.00;1.91;1.18 +8356;15;273.80;9.50;1814.80;4.30;1.18 +8356;16;302.60;9.50;1816.40;3.65;1.18 8356;21;291.58;9.50;1798.00;1.57;1.18 +8357;0;427.00;9.50;968.00;0.00;0.80 +8357;1;427.50;9.50;961.00;0.07;0.80 +8357;2;445.00;9.50;966.00;1.46;0.80 +8357;3;405.50;9.50;965.00;-1.43;0.80 +8357;4;408.50;9.50;972.00;4.49;0.80 +8357;5;426.50;9.50;974.00;3.22;0.80 +8357;6;431.00;9.50;974.50;2.59;0.80 +8357;7;439.50;9.50;975.00;2.08;0.80 +8357;9;410.98;9.50;968.00;1.57;0.80 +8357;10;443.02;9.50;968.00;-1.57;0.80 +8357;11;427.80;9.50;956.80;0.07;0.80 +8357;12;455.80;9.50;964.80;1.46;0.80 +8357;13;392.60;9.50;963.20;-1.43;0.80 +8357;14;397.40;9.50;974.40;4.49;0.80 +8357;15;426.20;9.50;977.60;3.22;0.80 +8357;16;433.40;9.50;978.40;2.59;0.80 +8357;17;447.00;9.50;979.20;2.08;0.80 8357;21;410.98;9.50;968.00;1.57;0.80 +8358;0;800.00;9.50;410.00;0.00;1.04 +8358;1;790.00;9.50;401.50;-0.86;1.04 +8358;2;813.00;9.50;404.00;1.13;1.04 +8358;3;787.50;9.50;414.50;4.36;1.04 +8358;4;821.00;9.50;410.50;1.59;1.04 +8358;5;821.00;9.50;413.50;1.73;1.04 +8358;6;809.00;9.50;420.00;2.40;1.04 +8358;9;783.44;9.50;410.00;1.57;1.04 +8358;10;816.56;9.50;410.00;-1.57;1.04 +8358;11;784.00;9.50;396.40;-0.86;1.04 +8358;12;820.80;9.50;400.40;1.13;1.04 +8358;13;780.00;9.50;417.20;4.36;1.04 +8358;14;833.60;9.50;410.80;1.59;1.04 +8358;15;833.60;9.50;415.60;1.73;1.04 +8358;16;814.40;9.50;426.00;2.40;1.04 8358;21;783.44;9.50;410.00;1.57;1.04 +8359;0;662.00;9.50;1017.00;0.00;0.80 +8359;1;662.50;9.50;1008.50;0.05;0.80 +8359;2;678.00;9.50;1013.00;1.32;0.80 +8359;3;646.00;9.50;1014.50;-1.41;0.80 +8359;4;680.00;9.50;1019.50;1.70;0.80 +8359;5;649.50;9.50;1024.50;4.17;0.80 +8359;6;667.50;9.50;1025.00;2.53;0.80 +8359;9;649.04;9.50;1017.00;1.57;0.80 +8359;10;674.96;9.50;1017.00;-1.57;0.80 +8359;11;662.80;9.50;1003.40;0.05;0.80 +8359;12;687.60;9.50;1010.60;1.32;0.80 +8359;13;636.40;9.50;1013.00;-1.41;0.80 +8359;14;690.80;9.50;1021.00;1.70;0.80 +8359;15;642.00;9.50;1029.00;4.17;0.80 +8359;16;670.80;9.50;1029.80;2.53;0.80 8359;21;649.04;9.50;1017.00;1.57;0.80 +8360;0;4338.00;10.80;688.00;0.00;0.44 +8360;1;4335.00;9.70;685.50;-0.87;0.44 +8360;2;4341.50;11.40;685.00;0.86;0.44 +8360;3;4342.00;12.62;690.00;2.03;0.44 +8360;4;4333.50;9.70;691.50;4.05;0.44 +8360;5;4336.50;11.20;693.50;3.40;0.44 +8360;9;4333.50;9.70;688.00;1.57;0.44 +8360;10;4342.50;12.60;688.00;-1.57;0.44 +8360;19;4326.00;9.50;693.00;-0.88;0.44 +8360;20;4324.38;9.50;693.67;4.31;0.44 8360;21;4333.50;9.70;688.00;1.57;0.44 +8361;0;2673.00;9.50;1742.00;0.00;1.10 +8361;1;2664.50;9.50;1732.50;-0.73;1.10 +8361;2;2679.00;9.50;1729.50;0.44;1.10 +8361;3;2686.00;9.50;1740.00;1.41;1.10 +8361;4;2660.50;9.50;1745.50;4.43;1.10 +8361;5;2679.50;9.50;1752.50;2.58;1.10 +8361;9;2658.78;9.50;1742.00;1.57;1.10 +8361;10;2687.22;9.50;1742.00;-1.57;1.10 +8361;11;2659.40;9.50;1726.80;-0.73;1.10 +8361;12;2682.60;9.50;1722.00;0.44;1.10 +8361;13;2693.80;9.50;1738.80;1.41;1.10 +8361;14;2653.00;9.50;1747.60;4.43;1.10 +8361;15;2683.40;9.50;1758.80;2.58;1.10 8361;21;2658.78;9.50;1742.00;1.57;1.10 +8362;0;2709.00;9.50;515.00;0.00;0.88 +8362;1;2711.00;9.50;500.50;0.13;0.88 +8362;2;2718.00;9.50;510.00;1.06;0.88 +8362;3;2701.00;9.50;505.50;-0.70;0.88 +8362;4;2701.50;9.50;522.50;3.92;0.88 +8362;5;2713.00;9.50;527.50;2.83;0.88 +8362;9;2701.08;9.50;515.00;1.57;0.88 +8362;10;2716.92;9.50;515.00;-1.57;0.88 +8362;11;2712.20;9.50;491.80;0.13;0.88 +8362;12;2723.40;9.50;507.00;1.06;0.88 +8362;13;2696.20;9.50;499.80;-0.70;0.88 +8362;14;2697.00;9.50;527.00;3.92;0.88 +8362;15;2715.40;9.50;535.00;2.83;0.88 8362;21;2701.08;9.50;515.00;1.57;0.88 +8363;0;1557.00;9.50;1383.00;0.00;0.92 +8363;1;1546.00;9.50;1375.50;-0.97;0.92 +8363;2;1557.50;9.50;1372.50;0.04;0.92 +8363;3;1567.00;9.50;1381.00;1.37;0.92 +8363;4;1545.50;9.50;1381.50;-1.44;0.92 +8363;5;1548.50;9.50;1387.00;4.27;0.92 +8363;6;1563.50;9.50;1392.50;2.54;0.92 +8363;7;1551.00;9.50;1393.00;3.68;0.92 +8363;8;1555.50;9.50;1395.00;3.26;0.92 +8363;9;1548.72;9.50;1383.00;1.57;0.92 +8363;10;1565.28;9.50;1383.00;-1.57;0.92 +8363;11;1539.40;9.50;1371.00;-0.97;0.92 +8363;12;1557.80;9.50;1366.20;0.04;0.92 +8363;13;1573.00;9.50;1379.80;1.37;0.92 +8363;14;1538.60;9.50;1380.60;-1.44;0.92 +8363;15;1543.40;9.50;1389.40;4.27;0.92 +8363;16;1567.40;9.50;1398.20;2.54;0.92 +8363;17;1547.40;9.50;1399.00;3.68;0.92 +8363;18;1554.60;9.50;1402.20;3.26;0.92 8363;21;1548.72;9.50;1383.00;1.57;0.92 +8364;0;122.00;9.50;523.00;0.00;1.28 +8364;1;123.00;9.50;507.00;0.06;1.28 +8364;2;107.50;9.50;516.00;-1.12;1.28 +8364;3;135.50;9.50;511.50;0.86;1.28 +8364;4;136.50;9.50;526.00;1.77;1.28 +8364;5;112.00;9.50;533.00;3.92;1.28 +8364;6;127.50;9.50;540.00;2.82;1.28 +8364;9;110.48;9.50;523.00;1.57;1.28 +8364;10;133.52;9.50;523.00;-1.57;1.28 +8364;11;123.60;9.50;497.40;0.06;1.28 +8364;12;98.80;9.50;511.80;-1.12;1.28 +8364;13;143.60;9.50;504.60;0.86;1.28 +8364;14;145.20;9.50;527.80;1.77;1.28 +8364;15;106.00;9.50;539.00;3.92;1.28 +8364;16;130.80;9.50;550.20;2.82;1.28 8364;21;110.48;9.50;523.00;1.57;1.28 +8365;0;5475.00;9.50;1177.00;0.00;1.36 +8365;1;5473.50;9.50;1163.00;-0.10;1.36 +8365;2;5488.00;9.50;1166.50;0.89;1.36 +8365;3;5459.00;9.50;1174.50;-1.41;1.36 +8365;4;5492.50;9.50;1172.50;1.31;1.36 +8365;5;5488.00;9.50;1184.00;2.06;1.36 +8365;6;5464.00;9.50;1187.00;3.97;1.36 +8365;7;5478.50;9.50;1192.50;2.92;1.36 +8365;9;5461.86;9.50;1177.00;1.57;1.36 +8365;10;5488.14;9.50;1177.00;-1.57;1.36 +8365;11;5472.60;9.50;1154.60;-0.10;1.36 +8365;12;5495.80;9.50;1160.20;0.89;1.36 +8365;13;5449.40;9.50;1173.00;-1.41;1.36 +8365;14;5503.00;9.50;1169.80;1.31;1.36 +8365;15;5495.80;9.50;1188.20;2.06;1.36 +8365;16;5457.40;9.50;1193.00;3.97;1.36 +8365;17;5480.60;9.50;1201.80;2.92;1.36 8365;21;5461.86;9.50;1177.00;1.57;1.36 +8366;0;4186.00;9.50;890.00;0.00;0.96 +8366;1;4188.50;9.50;877.50;0.19;0.96 +8366;2;4176.50;9.50;890.00;4.71;0.96 +8366;3;4196.50;9.50;889.00;1.47;0.96 +8366;4;4185.00;9.50;901.00;3.23;0.96 +8366;5;4197.00;9.50;899.00;2.25;0.96 +8366;6;4173.00;9.50;903.00;3.92;0.96 +8366;9;4177.36;9.50;890.00;1.57;0.96 +8366;10;4194.64;9.50;890.00;-1.57;0.96 +8366;11;4190.00;9.50;870.00;0.19;0.96 +8366;12;4170.80;9.50;890.00;4.71;0.96 +8366;13;4202.80;9.50;888.40;1.47;0.96 +8366;14;4184.40;9.50;907.60;3.23;0.96 +8366;15;4203.60;9.50;904.40;2.25;0.96 +8366;16;4165.20;9.50;910.80;3.92;0.96 8366;21;4177.36;9.50;890.00;1.57;0.96 +8367;0;2720.00;9.50;1737.00;0.00;1.14 +8367;1;2710.50;9.50;1726.00;-0.71;1.14 +8367;2;2718.50;9.50;1724.50;-0.11;1.14 +8367;3;2724.00;9.50;1725.00;0.32;1.14 +8367;4;2728.00;9.50;1726.00;0.62;1.14 +8367;5;2731.00;9.50;1734.00;1.30;1.14 +8367;6;2709.50;9.50;1737.50;4.66;1.14 +8367;7;2727.00;9.50;1748.00;2.57;1.14 +8367;8;2718.00;9.50;1751.50;3.27;1.14 +8367;9;2709.74;9.50;1737.00;1.57;1.14 +8367;10;2730.26;9.50;1737.00;-1.57;1.14 +8367;11;2704.80;9.50;1719.40;-0.71;1.14 +8367;12;2717.60;9.50;1717.00;-0.11;1.14 +8367;13;2726.40;9.50;1717.80;0.32;1.14 +8367;14;2732.80;9.50;1719.40;0.62;1.14 +8367;15;2737.60;9.50;1732.20;1.30;1.14 +8367;16;2703.20;9.50;1737.80;4.66;1.14 +8367;17;2731.20;9.50;1754.60;2.57;1.14 +8367;18;2716.80;9.50;1760.20;3.27;1.14 8367;21;2709.74;9.50;1737.00;1.57;1.14 +8368;0;5515.00;9.50;450.00;0.00;0.92 +8368;1;5520.50;9.50;440.00;0.50;0.92 +8368;2;5500.50;9.50;448.00;-1.43;0.92 +8368;3;5530.00;9.50;451.50;1.67;0.92 +8368;4;5513.50;9.50;459.00;3.30;0.92 +8368;9;5500.42;9.50;450.00;1.57;0.92 +8368;10;5529.58;9.50;450.00;-1.57;0.92 +8368;11;5523.80;9.50;434.00;0.50;0.92 +8368;12;5491.80;9.50;446.80;-1.43;0.92 +8368;13;5539.00;9.50;452.40;1.67;0.92 +8368;14;5512.60;9.50;464.40;3.30;0.92 8368;21;5500.42;9.50;450.00;1.57;0.92 +8369;0;5580.00;9.50;783.00;0.00;1.08 +8369;1;5579.50;9.50;772.50;-0.04;1.08 +8369;2;5554.00;9.50;772.00;-1.17;1.08 +8369;3;5554.00;9.50;782.00;-1.53;1.08 +8369;4;2790.00;9.95;782.50;-1.57;1.08 +8369;5;5580.50;9.50;793.50;3.09;1.08 +8369;6;2790.00;10.40;792.50;4.70;1.08 +8369;9;5561.28;9.50;783.00;1.57;1.08 +8369;10;5598.72;9.50;783.00;-1.57;1.08 +8369;11;5579.20;9.50;766.20;-0.04;1.08 +8369;12;5538.40;9.50;765.40;-1.17;1.08 +8369;13;5538.40;9.50;781.40;-1.53;1.08 +8369;14;1116.00;9.50;782.20;-1.57;1.08 +8369;15;5580.80;9.50;799.80;3.09;1.08 +8369;16;1116.00;9.50;798.20;4.70;1.08 8369;21;5561.28;9.50;783.00;1.57;1.08 +8370;0;3655.00;9.50;1989.00;0.00;2.28 +8370;1;3621.00;9.50;1964.00;-0.93;2.28 +8370;2;3619.00;9.50;1999.50;4.42;2.28 +8370;3;3643.50;9.50;1969.00;-0.52;2.28 +8370;4;3678.50;9.50;1971.50;0.93;2.28 +8370;5;3694.50;9.50;1967.00;1.06;2.28 +8370;6;3700.50;9.50;1971.00;1.19;2.28 +8370;7;3621.00;9.50;1977.50;-1.24;2.28 +8370;8;3695.50;9.50;1986.00;1.49;2.28 +8370;9;3622.78;9.50;1989.00;1.57;2.28 +8370;10;3687.22;9.50;1989.00;-1.57;2.28 +8370;11;3600.60;9.50;1949.00;-0.93;2.28 +8370;12;3597.40;9.50;2005.80;4.42;2.28 +8370;13;3636.60;9.65;1957.00;-0.52;2.28 +8370;14;3692.60;9.50;1961.00;0.93;2.28 +8370;15;3718.20;9.80;1953.80;1.06;2.28 +8370;16;3727.80;9.50;1960.20;1.19;2.28 +8370;17;3600.60;9.50;1970.60;-1.24;2.28 +8370;18;3719.80;9.50;1984.20;1.49;2.28 8370;21;3622.78;9.50;1989.00;1.57;2.28 +8371;0;4708.00;9.50;1093.00;0.00;1.26 +8371;1;4717.50;9.50;1088.50;1.12;1.26 +8371;2;4698.50;9.50;1080.50;-0.65;1.26 +8371;3;4688.50;9.50;1084.00;-1.13;1.26 +8371;4;4691.50;9.50;1087.00;-1.22;1.26 +8371;5;4693.00;9.50;1090.00;-1.37;1.26 +8371;6;4696.00;9.50;1094.50;4.58;1.26 +8371;7;4698.50;9.50;1099.00;4.14;1.26 +8371;8;4700.50;9.50;1101.50;3.86;1.26 +8371;9;4692.88;9.50;1093.00;1.57;1.26 +8371;10;4723.12;9.50;1093.00;-1.57;1.26 +8371;11;4723.20;9.50;1085.80;1.12;1.26 +8371;12;4692.80;9.50;1073.00;-0.65;1.26 +8371;13;4676.80;9.50;1078.60;-1.13;1.26 +8371;14;4681.60;9.50;1083.40;-1.22;1.26 +8371;15;4684.00;9.50;1088.20;-1.37;1.26 +8371;16;4688.80;9.50;1095.40;4.58;1.26 +8371;17;4692.80;9.50;1102.60;4.14;1.26 +8371;18;4696.00;9.50;1106.60;3.86;1.26 8371;21;4692.88;9.50;1093.00;1.57;1.26 +8372;0;4033.00;9.50;637.00;0.00;1.10 +8372;1;4030.00;9.50;625.50;-0.25;1.10 +8372;2;4039.00;9.50;625.00;0.46;1.10 +8372;3;4044.50;9.50;636.00;1.48;1.10 +8372;4;4022.00;9.50;637.00;4.71;1.10 +8372;5;4035.50;9.50;647.50;2.90;1.10 +8372;6;4045.00;9.50;643.50;2.06;1.10 +8372;7;4022.00;9.50;648.00;3.92;1.10 +8372;9;4023.10;9.50;637.00;1.57;1.10 +8372;10;4042.90;9.50;637.00;-1.57;1.10 +8372;11;4028.20;9.50;618.60;-0.25;1.10 +8372;12;4042.60;9.50;617.80;0.46;1.10 +8372;13;4051.40;9.50;635.40;1.48;1.10 +8372;14;4015.40;9.50;637.00;4.71;1.10 +8372;15;4037.00;9.50;653.80;2.90;1.10 +8372;16;4052.20;9.50;647.40;2.06;1.10 +8372;17;4015.40;9.50;654.60;3.92;1.10 8372;21;4023.10;9.50;637.00;1.57;1.10 +8373;0;4357.00;9.50;55.00;0.00;1.00 +8373;1;4361.50;9.50;43.00;0.35;1.00 +8373;2;4350.00;9.50;51.00;-1.05;1.00 +8373;3;4367.50;9.50;51.50;1.24;1.00 +8373;4;4341.50;9.50;58.50;4.49;1.00 +8373;5;4365.50;9.50;60.00;2.10;1.00 +8373;6;4348.50;9.50;62.50;3.98;1.00 +8373;7;4359.50;9.50;64.50;2.88;1.00 +8373;9;4347.28;9.50;55.00;1.57;1.00 +8373;10;4366.72;9.50;55.00;-1.57;1.00 +8373;11;4364.20;9.50;35.80;0.35;1.00 +8373;12;4345.80;9.50;48.60;-1.05;1.00 +8373;13;4373.80;9.50;49.40;1.24;1.00 +8373;14;4332.20;9.50;60.60;4.49;1.00 +8373;15;4370.60;9.50;63.00;2.10;1.00 +8373;16;4343.40;9.50;67.00;3.98;1.00 +8373;17;4361.00;9.50;70.20;2.88;1.00 8373;21;4347.28;9.50;55.00;1.57;1.00 +8374;0;4179.00;9.50;182.00;0.00;1.22 +8374;1;4181.00;9.50;170.00;0.16;1.22 +8374;2;4189.50;9.50;173.50;0.89;1.22 +8374;3;4167.00;9.50;180.50;-1.44;1.22 +8374;4;4187.50;9.50;189.00;2.26;1.22 +8374;5;4167.50;9.50;189.00;4.16;1.22 +8374;6;4179.00;9.50;194.00;3.14;1.22 +8374;9;4168.02;9.50;182.00;1.57;1.22 +8374;10;4189.98;9.50;182.00;-1.57;1.22 +8374;11;4182.20;9.50;162.80;0.16;1.22 +8374;12;4195.80;9.50;168.40;0.89;1.22 +8374;13;4159.80;9.50;179.60;-1.44;1.22 +8374;14;4192.60;9.50;193.20;2.26;1.22 +8374;15;4160.60;9.50;193.20;4.16;1.22 +8374;16;4179.00;9.50;201.20;3.14;1.22 8374;21;4168.02;9.50;182.00;1.57;1.22 +8375;0;3870.00;9.50;106.00;0.00;1.12 +8375;1;3872.50;9.50;94.50;0.21;1.12 +8375;2;3859.50;9.50;96.00;-0.81;1.12 +8375;3;3883.00;9.50;106.00;1.57;1.12 +8375;4;3857.00;9.50;106.50;4.67;1.12 +8375;5;3864.50;9.50;117.50;3.58;1.12 +8375;6;3877.50;9.50;118.50;2.60;1.12 +8375;9;3859.92;9.50;106.00;1.57;1.12 +8375;10;3880.08;9.50;106.00;-1.57;1.12 +8375;11;3874.00;9.50;87.60;0.21;1.12 +8375;12;3853.20;9.50;90.00;-0.81;1.12 +8375;13;3890.80;9.50;106.00;1.57;1.12 +8375;14;3849.20;9.50;106.80;4.67;1.12 +8375;15;3861.20;9.50;124.40;3.58;1.12 +8375;16;3882.00;9.50;126.00;2.60;1.12 8375;21;3859.92;9.50;106.00;1.57;1.12 +8376;0;2453.00;9.50;728.00;0.00;1.00 +8376;1;2455.50;9.50;714.50;0.18;1.00 +8376;2;2466.00;9.50;717.00;0.86;1.00 +8376;3;2443.50;9.50;726.50;-1.41;1.00 +8376;4;2462.00;9.50;731.00;1.89;1.00 +8376;5;2448.00;9.50;742.00;3.48;1.00 +8376;6;2457.00;9.50;743.00;2.88;1.00 +8376;9;2444.00;9.50;728.00;1.57;1.00 +8376;10;2462.00;9.50;728.00;-1.57;1.00 +8376;11;2457.00;9.50;706.40;0.18;1.00 +8376;12;2473.80;9.50;710.40;0.86;1.00 +8376;13;2437.80;9.50;725.60;-1.41;1.00 +8376;14;2467.40;9.50;732.80;1.89;1.00 +8376;15;2445.00;9.50;750.40;3.48;1.00 +8376;16;2459.40;9.50;752.00;2.88;1.00 8376;21;2444.00;9.50;728.00;1.57;1.00 +8377;0;2358.00;9.50;734.00;0.00;1.00 +8377;1;2361.00;9.50;719.00;0.19;1.00 +8377;2;2349.00;9.50;732.00;-1.35;1.00 +8377;3;2369.50;9.50;729.00;1.16;1.00 +8377;4;2363.50;9.50;743.50;2.61;1.00 +8377;5;2350.50;9.50;748.50;3.61;1.00 +8377;6;2358.00;9.50;750.00;3.14;1.00 +8377;9;2349.00;9.50;734.00;1.57;1.00 +8377;10;2367.00;9.50;734.00;-1.57;1.00 +8377;11;2362.80;9.50;710.00;0.19;1.00 +8377;12;2343.60;9.50;730.80;-1.35;1.00 +8377;13;2376.40;9.50;726.00;1.16;1.00 +8377;14;2366.80;9.50;749.20;2.61;1.00 +8377;15;2346.00;9.50;757.20;3.61;1.00 +8377;16;2358.00;9.50;759.60;3.14;1.00 8377;21;2349.00;9.50;734.00;1.57;1.00 +8378;0;2003.00;9.50;1013.00;0.00;1.12 +8378;1;1997.50;9.50;1004.50;-0.57;1.12 +8378;2;2011.50;9.50;1005.00;0.81;1.12 +8378;3;1988.50;9.50;1012.00;-1.50;1.12 +8378;4;1993.00;9.50;1019.00;4.17;1.12 +8378;5;2013.50;9.50;1017.50;1.97;1.12 +8378;6;2004.50;9.50;1025.00;3.01;1.12 +8378;9;1992.92;9.50;1013.00;1.57;1.12 +8378;10;2013.08;9.50;1013.00;-1.57;1.12 +8378;11;1994.20;9.50;999.40;-0.57;1.12 +8378;12;2016.60;9.50;1000.20;0.81;1.12 +8378;13;1979.80;9.50;1011.40;-1.50;1.12 +8378;14;1987.00;9.50;1022.60;4.17;1.12 +8378;15;2019.80;9.50;1020.20;1.97;1.12 +8378;16;2005.40;9.50;1032.20;3.01;1.12 8378;21;1992.92;9.50;1013.00;1.57;1.12 +8379;0;3417.00;9.50;1975.00;0.00;1.28 +8379;1;3413.00;9.50;1960.00;-0.26;1.28 +8379;2;3431.50;9.50;1966.50;1.04;1.28 +8379;3;3405.50;9.50;1964.00;-0.80;1.28 +8379;4;3395.50;9.50;1969.00;-1.29;1.28 +8379;5;3397.50;9.50;1980.50;4.43;1.28 +8379;6;3450.00;9.50;1975.50;1.58;1.28 +8379;7;3427.00;9.50;1984.00;2.30;1.28 +8379;9;3396.30;9.50;1975.00;1.57;1.28 +8379;10;3437.70;9.50;1975.00;-1.57;1.28 +8379;11;3410.60;9.50;1951.00;-0.26;1.28 +8379;12;3440.20;9.50;1961.40;1.04;1.28 +8379;13;3398.60;9.50;1957.40;-0.80;1.28 +8379;14;3382.60;9.50;1965.40;-1.29;1.28 +8379;15;3385.80;9.50;1983.80;4.43;1.28 +8379;16;3469.80;9.50;1975.80;1.58;1.28 +8379;17;3433.00;9.50;1989.40;2.30;1.28 8379;21;3396.30;9.50;1975.00;1.57;1.28 +8380;0;1164.00;9.50;277.00;0.00;1.32 +8380;1;1175.50;9.50;260.50;0.60;1.32 +8380;2;1161.50;9.50;262.00;-0.16;1.32 +8380;3;1181.00;9.50;277.50;1.60;1.32 +8380;4;1144.00;9.50;275.00;-1.47;1.32 +8380;5;1161.00;9.50;289.50;3.37;1.32 +8380;9;1148.70;9.50;277.00;1.57;1.32 +8380;10;1179.30;9.50;277.00;-1.57;1.32 +8380;11;1182.40;9.50;250.60;0.60;1.32 +8380;12;1160.00;9.50;253.00;-0.16;1.32 +8380;13;1191.20;9.50;277.80;1.60;1.32 +8380;14;1132.00;9.50;273.80;-1.47;1.32 +8380;15;1159.20;9.50;297.00;3.37;1.32 8380;21;1148.70;9.50;277.00;1.57;1.32 +8381;0;448.00;9.50;71.00;0.00;1.24 +8381;1;437.00;9.50;59.50;-0.76;1.24 +8381;2;456.00;9.50;59.00;0.58;1.24 +8381;3;469.00;9.50;61.00;1.12;1.24 +8381;4;463.50;9.50;74.50;1.79;1.24 +8381;5;429.50;9.50;72.00;4.65;1.24 +8381;6;443.50;9.50;85.00;3.45;1.24 +8381;9;433.24;9.50;71.00;1.57;1.24 +8381;10;462.76;9.50;71.00;-1.57;1.24 +8381;11;430.40;9.50;52.60;-0.76;1.24 +8381;12;460.80;9.50;51.80;0.58;1.24 +8381;13;481.60;9.50;55.00;1.12;1.24 +8381;14;472.80;9.50;76.60;1.79;1.24 +8381;15;418.40;9.50;72.60;4.65;1.24 +8381;16;440.80;9.50;93.40;3.45;1.24 8381;21;433.24;9.50;71.00;1.57;1.24 +8382;0;652.00;9.50;1354.00;0.00;0.80 +8382;1;658.00;9.50;1343.50;0.51;0.80 +8382;2;642.50;9.50;1344.00;-0.76;0.80 +8382;3;633.50;9.50;1354.00;4.71;0.80 +8382;4;672.00;9.50;1353.50;1.54;0.80 +8382;5;630.00;9.50;1363.50;4.30;0.80 +8382;6;652.50;9.50;1364.00;3.09;0.80 +8382;9;634.18;9.50;1354.00;1.57;0.80 +8382;10;669.82;9.50;1354.00;-1.57;0.80 +8382;11;661.60;9.50;1337.20;0.51;0.80 +8382;12;636.80;9.50;1338.00;-0.76;0.80 +8382;13;622.40;9.50;1354.00;4.71;0.80 +8382;14;684.00;9.50;1353.20;1.54;0.80 +8382;15;616.80;9.50;1369.20;4.30;0.80 +8382;16;652.80;9.50;1370.00;3.09;0.80 8382;21;634.18;9.50;1354.00;1.57;0.80 +8383;0;213.00;10.15;1945.00;0.00;1.34 +8383;1;205.00;9.70;1936.00;-0.72;1.34 +8383;2;224.00;9.50;1934.50;0.80;1.34 +8383;3;220.00;9.50;1954.50;2.50;1.34 +8383;4;204.50;9.50;1957.50;3.73;1.34 +8383;5;209.50;9.50;1966.00;3.30;1.34 +8383;9;200.94;9.86;1945.00;1.57;1.34 +8383;10;225.06;9.50;1945.00;-1.57;1.34 +8383;11;200.20;9.50;1930.60;-0.72;1.34 +8383;12;230.60;9.50;1928.20;0.80;1.34 +8383;13;224.20;9.50;1960.20;2.50;1.34 +8383;14;199.40;9.50;1965.00;3.73;1.34 +8383;15;207.40;9.50;1978.60;3.30;1.34 8383;21;200.94;9.86;1945.00;1.57;1.34 +8384;0;432.00;9.50;1007.00;0.00;1.06 +8384;1;442.00;9.50;994.50;0.67;1.06 +8384;2;447.50;9.50;995.50;0.93;1.06 +8384;3;436.00;9.50;1000.00;0.51;1.06 +8384;4;413.00;9.50;1004.50;-1.44;1.06 +8384;5;428.00;9.50;1001.50;-0.62;1.06 +8384;6;446.50;9.50;1008.50;1.67;1.06 +8384;7;422.00;9.50;1011.00;4.33;1.06 +8384;8;427.00;9.50;1015.50;3.67;1.06 +8384;9;417.96;9.50;1007.00;1.57;1.06 +8384;10;446.04;9.50;1007.00;-1.57;1.06 +8384;11;448.00;9.50;987.00;0.67;1.06 +8384;12;456.80;9.50;988.60;0.93;1.06 +8384;13;438.40;9.94;995.80;0.51;1.06 +8384;14;401.60;9.50;1003.00;-1.44;1.06 +8384;15;425.60;11.51;998.20;-0.62;1.06 +8384;16;455.20;9.50;1009.40;1.67;1.06 +8384;17;416.00;11.05;1013.40;4.33;1.06 +8384;18;424.00;9.50;1020.60;3.67;1.06 8384;21;417.96;9.50;1007.00;1.57;1.06 +8385;0;797.00;9.50;332.00;0.00;1.18 +8385;1;788.00;9.50;324.50;-0.87;1.18 +8385;2;796.00;9.50;315.00;-0.05;1.18 +8385;3;807.00;9.50;323.00;0.83;1.18 +8385;4;808.00;9.50;338.50;2.10;1.18 +8385;5;778.50;9.50;337.50;4.42;1.18 +8385;6;787.00;9.50;342.50;3.90;1.18 +8385;9;782.24;9.50;332.00;1.57;1.18 +8385;10;811.76;9.50;332.00;-1.57;1.18 +8385;11;782.60;9.50;320.00;-0.87;1.18 +8385;12;795.40;9.50;304.80;-0.05;1.18 +8385;13;813.00;9.50;317.60;0.83;1.18 +8385;14;814.60;9.50;342.40;2.10;1.18 +8385;15;767.40;9.50;340.80;4.42;1.18 +8385;16;781.00;9.50;348.80;3.90;1.18 8385;21;782.24;9.50;332.00;1.57;1.18 +8386;0;2355.00;9.50;1038.00;0.00;1.20 +8386;1;2356.00;9.50;1024.00;0.07;1.20 +8386;2;2367.50;9.50;1035.50;1.37;1.20 +8386;3;2341.00;9.50;1040.50;4.53;1.20 +8386;4;2352.50;9.50;1052.50;3.31;1.20 +8386;5;2339.00;9.50;1051.50;4.01;1.20 +8386;9;2344.20;9.50;1038.00;1.57;1.20 +8386;10;2365.80;9.50;1038.00;-1.57;1.20 +8386;11;2356.60;9.50;1015.60;0.07;1.20 +8386;12;2375.00;9.50;1034.00;1.37;1.20 +8386;13;2332.60;9.50;1042.00;4.53;1.20 +8386;14;2351.00;9.50;1061.20;3.31;1.20 +8386;15;2329.40;9.50;1059.60;4.01;1.20 8386;21;2344.20;9.50;1038.00;1.57;1.20 +8387;0;2586.00;9.50;1817.00;0.00;1.80 +8387;1;2598.00;9.50;1805.00;0.78;1.80 +8387;2;2578.50;9.50;1802.00;-0.46;1.80 +8387;3;2561.50;9.50;1812.00;-1.36;1.80 +8387;4;2609.00;9.50;1818.50;1.63;1.80 +8387;5;2575.00;9.50;1827.50;3.95;1.80 +8387;6;2602.00;9.50;1831.00;2.29;1.80 +8387;9;2565.30;9.50;1817.00;1.57;1.80 +8387;10;2606.70;9.50;1817.00;-1.57;1.80 +8387;11;2605.20;9.50;1797.80;0.78;1.80 +8387;12;2574.00;9.50;1793.00;-0.46;1.80 +8387;13;2546.80;9.50;1809.00;-1.36;1.80 +8387;14;2622.80;9.50;1819.40;1.63;1.80 +8387;15;2568.40;9.50;1833.80;3.95;1.80 +8387;16;2611.60;9.50;1839.40;2.29;1.80 8387;21;2565.30;9.50;1817.00;1.57;1.80 +8388;0;2726.00;9.50;418.00;0.00;1.00 +8388;1;2711.00;9.50;413.50;-1.27;1.00 +8388;2;2733.00;9.50;408.50;0.63;1.00 +8388;3;2723.50;9.50;409.00;-0.27;1.00 +8388;4;2741.00;9.50;419.50;1.67;1.00 +8388;5;2715.50;9.50;425.50;4.09;1.00 +8388;6;2731.50;9.50;428.50;2.65;1.00 +8388;9;2714.30;9.50;418.00;1.57;1.00 +8388;10;2737.70;9.50;418.00;-1.57;1.00 +8388;11;2702.00;9.50;410.80;-1.27;1.00 +8388;12;2737.20;9.50;402.80;0.63;1.00 +8388;13;2722.00;9.50;403.60;-0.27;1.00 +8388;14;2750.00;9.50;420.40;1.67;1.00 +8388;15;2709.20;9.50;430.00;4.09;1.00 +8388;16;2734.80;9.50;434.80;2.65;1.00 8388;21;2714.30;9.50;418.00;1.57;1.00 +8389;0;1608.00;9.50;1421.00;0.00;1.06 +8389;1;1589.00;9.50;1411.50;-1.10;1.06 +8389;2;1603.50;9.50;1410.50;-0.40;1.06 +8389;3;1622.00;9.50;1417.00;1.29;1.06 +8389;4;1586.50;9.50;1418.00;-1.43;1.06 +8389;5;1634.00;9.50;1420.00;1.53;1.06 +8389;6;1589.00;9.50;1420.50;-1.54;1.06 +8389;7;1591.00;9.50;1423.50;4.56;1.06 +8389;8;1624.00;9.50;1427.50;1.95;1.06 +8389;9;1588.92;9.50;1421.00;1.57;1.06 +8389;10;1627.08;9.50;1421.00;-1.57;1.06 +8389;11;1577.60;9.50;1405.80;-1.10;1.06 +8389;12;1600.80;9.50;1404.20;-0.40;1.06 +8389;13;1630.40;9.50;1414.60;1.29;1.06 +8389;14;1573.60;9.50;1416.20;-1.43;1.06 +8389;15;1649.60;9.50;1419.40;1.53;1.06 +8389;16;1577.60;9.50;1420.20;-1.54;1.06 +8389;17;1580.80;9.50;1425.00;4.56;1.06 +8389;18;1633.60;9.50;1431.40;1.95;1.06 8389;21;1588.92;9.50;1421.00;1.57;1.06 +8390;0;79.00;9.50;552.00;0.00;1.30 +8390;1;74.00;9.50;538.00;-0.34;1.30 +8390;2;64.50;9.50;539.50;-0.85;1.30 +8390;3;90.50;9.50;547.50;1.19;1.30 +8390;4;72.00;9.50;558.50;3.96;1.30 +8390;5;89.50;9.50;562.00;2.33;1.30 +8390;6;82.00;9.50;572.00;2.99;1.30 +8390;9;67.30;9.50;552.00;1.57;1.30 +8390;10;90.70;9.50;552.00;-1.57;1.30 +8390;11;71.00;9.50;529.60;-0.34;1.30 +8390;12;55.80;9.50;532.00;-0.85;1.30 +8390;13;97.40;9.50;544.80;1.19;1.30 +8390;14;67.80;9.50;562.40;3.96;1.30 +8390;15;95.80;9.50;568.00;2.33;1.30 +8390;16;83.80;9.50;584.00;2.99;1.30 8390;21;67.30;9.50;552.00;1.57;1.30 +8391;0;5505.00;9.50;1235.00;0.00;1.14 +8391;1;5493.50;9.50;1221.50;-0.70;1.14 +8391;2;5491.50;9.50;1230.50;-1.24;1.14 +8391;3;5507.00;9.50;1227.00;0.24;1.14 +8391;4;5518.50;9.50;1238.50;1.82;1.14 +8391;5;5495.50;9.50;1241.50;4.11;1.14 +8391;6;5509.00;9.50;1244.50;2.74;1.14 +8391;9;5492.58;9.50;1235.00;1.57;1.14 +8391;10;5517.42;9.50;1235.00;-1.57;1.14 +8391;11;5486.60;9.50;1213.40;-0.70;1.14 +8391;12;5483.40;9.50;1227.80;-1.24;1.14 +8391;13;5508.20;9.50;1222.20;0.24;1.14 +8391;14;5526.60;9.50;1240.60;1.82;1.14 +8391;15;5489.80;9.50;1245.40;4.11;1.14 +8391;16;5511.40;9.50;1250.20;2.74;1.14 8391;21;5492.58;9.50;1235.00;1.57;1.14 +8392;0;4106.00;9.50;810.00;0.00;0.88 +8392;1;4103.00;9.50;798.00;-0.24;0.88 +8392;2;4114.50;9.50;799.50;0.68;0.88 +8392;3;4095.50;9.50;809.50;-1.52;0.88 +8392;4;4114.50;9.50;814.50;2.05;0.88 +8392;5;4098.50;9.50;820.50;3.76;0.88 +8392;6;4107.50;9.50;824.50;3.03;0.88 +8392;9;4098.08;9.50;810.00;1.57;0.88 +8392;10;4113.92;9.50;810.00;-1.57;0.88 +8392;11;4101.20;9.50;790.80;-0.24;0.88 +8392;12;4119.60;9.50;793.20;0.68;0.88 +8392;13;4089.20;9.50;809.20;-1.52;0.88 +8392;14;4119.60;9.50;817.20;2.05;0.88 +8392;15;4094.00;9.50;826.80;3.76;0.88 +8392;16;4108.40;9.50;833.20;3.03;0.88 8392;21;4098.08;9.50;810.00;1.57;0.88 +8393;0;2647.00;9.50;1630.00;0.00;0.58 +8393;1;2637.50;9.50;1626.50;-1.21;0.58 +8393;2;2646.00;9.50;1624.50;-0.18;0.58 +8393;3;2654.00;9.50;1625.50;0.99;0.58 +8393;4;2656.50;9.50;1630.50;1.62;0.58 +8393;5;2638.50;9.50;1632.50;4.42;0.58 +8393;6;2653.50;9.50;1636.00;2.31;0.58 +8393;9;2636.92;9.50;1630.00;1.57;0.58 +8393;10;2657.08;9.50;1630.00;-1.57;0.58 +8393;11;2631.80;9.50;1624.40;-1.21;0.58 +8393;12;2645.40;9.50;1621.20;-0.18;0.58 +8393;13;2658.20;9.50;1622.80;0.99;0.58 +8393;14;2662.20;9.50;1630.80;1.62;0.58 +8393;15;2633.40;9.50;1634.00;4.42;0.58 +8393;16;2657.40;9.50;1639.60;2.31;0.58 8393;21;2636.92;9.50;1630.00;1.57;0.58 +8394;0;5512.00;9.50;489.00;0.00;0.98 +8394;1;5512.00;9.50;478.50;0.00;0.98 +8394;2;5491.50;9.50;477.00;-1.04;0.98 +8394;3;5490.00;9.50;487.00;-1.48;0.98 +8394;4;5532.50;9.50;481.00;1.19;0.98 +8394;5;5534.50;9.50;491.00;1.65;0.98 +8394;6;5488.50;9.50;496.50;4.40;0.98 +8394;7;5513.50;9.50;498.50;2.98;0.98 +8394;8;5536.50;9.50;501.50;2.04;0.98 +8394;9;5493.64;9.50;489.00;1.57;0.98 +8394;10;5530.36;9.50;489.00;-1.57;0.98 +8394;11;5512.00;9.50;472.20;0.00;0.98 +8394;12;5479.20;9.50;469.80;-1.04;0.98 +8394;13;5476.80;9.50;485.80;-1.48;0.98 +8394;14;5544.80;9.50;476.20;1.19;0.98 +8394;15;5548.00;9.50;492.20;1.65;0.98 +8394;16;5474.40;9.50;501.00;4.40;0.98 +8394;17;5514.40;9.50;504.20;2.98;0.98 +8394;18;5551.20;9.50;509.00;2.04;0.98 8394;21;5493.64;9.50;489.00;1.57;0.98 +8395;0;5586.00;9.50;860.00;0.00;1.26 +8395;1;5584.50;9.50;849.50;-0.14;1.26 +8395;2;5560.50;9.50;854.50;-1.35;1.26 +8395;3;2793.00;10.20;857.50;-1.57;1.26 +8395;4;2793.00;10.30;869.00;4.70;1.26 +8395;5;5576.50;9.50;866.50;4.11;1.26 +8395;6;5600.00;9.50;875.00;2.39;1.26 +8395;9;5568.54;9.50;860.00;1.57;1.26 +8395;10;5603.46;9.50;860.00;-1.57;1.26 +8395;11;5583.60;9.50;843.20;-0.14;1.26 +8395;12;5545.20;9.50;851.20;-1.35;1.26 +8395;13;1117.20;9.50;856.00;-1.57;1.26 +8395;14;1117.20;9.50;874.40;4.70;1.26 +8395;15;5570.80;9.50;870.40;4.11;1.26 +8395;16;5608.40;9.50;884.00;2.39;1.26 8395;21;5568.54;9.50;860.00;1.57;1.26 +8396;0;4719.38;9.50;1188.63;0.50;1.16 +8396;1;4713.10;9.50;1171.24;-0.43;1.16 +8396;2;4710.99;9.50;1175.16;-0.49;1.16 +8396;3;4714.69;9.50;1169.17;-1.06;1.16 +8396;4;4708.70;9.50;1180.53;-0.54;1.16 +8396;5;4705.50;9.50;1184.44;-0.32;1.16 +8396;6;4702.67;9.50;1186.65;-0.02;1.16 +8396;7;4710.49;9.50;1167.19;-0.90;1.16 +8396;8;4707.99;9.50;1183.46;-0.36;1.16 +8396;9;4701.56;9.50;1191.00;1.57;1.16 +8396;10;4722.44;9.50;1191.00;-1.57;1.16 +8396;11;4694.40;9.50;1153.40;-0.43;1.16 +8396;12;4704.80;9.50;1154.20;-0.19;1.16 +8396;13;4717.60;9.50;1167.80;0.23;1.16 +8396;14;4691.20;10.30;1156.60;-0.54;1.16 +8396;15;4700.00;9.50;1155.00;-0.32;1.16 +8396;16;4688.00;10.43;1157.40;-0.62;1.16 +8396;17;4694.40;10.85;1159.00;-0.50;1.16 +8396;18;4704.80;9.79;1164.60;-0.26;1.16 8396;21;4722.44;9.50;1191.00;-1.57;1.16 +8397;0;4061.00;9.50;593.00;0.00;1.08 +8397;1;4062.00;9.50;577.50;0.06;1.08 +8397;2;4068.50;9.50;583.00;0.64;1.08 +8397;3;4056.00;9.50;585.50;-0.58;1.08 +8397;4;4070.50;9.50;595.50;1.82;1.08 +8397;5;4049.00;9.50;595.50;4.50;1.08 +8397;6;4053.00;9.50;603.00;3.81;1.08 +8397;7;4063.00;9.50;604.50;2.96;1.08 +8397;9;4051.28;9.50;593.00;1.57;1.08 +8397;10;4070.72;9.50;593.00;-1.57;1.08 +8397;11;4062.60;9.50;568.20;0.06;1.08 +8397;12;4073.00;9.50;577.00;0.64;1.08 +8397;13;4053.00;9.50;581.00;-0.58;1.08 +8397;14;4076.20;9.50;597.00;1.82;1.08 +8397;15;4041.80;9.50;597.00;4.50;1.08 +8397;16;4048.20;9.50;609.00;3.81;1.08 +8397;17;4064.20;9.50;611.40;2.96;1.08 8397;21;4051.28;9.50;593.00;1.57;1.08 +8398;0;4333.00;9.50;91.00;0.00;0.92 +8398;1;4325.00;9.50;84.00;-0.85;0.92 +8398;2;4336.50;9.50;80.50;0.32;0.92 +8398;3;4342.00;9.50;94.50;1.94;0.92 +8398;4;4325.00;9.50;97.50;4.03;0.92 +8398;5;4335.50;9.50;102.50;2.92;0.92 +8398;9;4324.72;9.50;91.00;1.57;0.92 +8398;10;4341.28;9.50;91.00;-1.57;0.92 +8398;11;4320.20;9.50;79.80;-0.85;0.92 +8398;12;4338.60;9.50;74.20;0.32;0.92 +8398;13;4347.40;9.50;96.60;1.94;0.92 +8398;14;4320.20;9.50;101.40;4.03;0.92 +8398;15;4337.00;9.50;109.40;2.92;0.92 8398;21;4324.72;9.50;91.00;1.57;0.92 +8399;0;4134.00;9.50;212.00;0.00;0.82 +8399;1;4126.00;9.50;207.50;-1.05;0.82 +8399;2;4138.00;9.50;200.50;0.33;0.82 +8399;3;4145.00;9.50;204.00;0.94;0.82 +8399;4;4145.00;9.50;214.00;1.75;0.82 +8399;5;4119.00;9.50;218.00;4.33;0.82 +8399;6;4130.50;9.50;221.00;3.51;0.82 +8399;9;4120.86;9.50;212.00;1.57;0.82 +8399;10;4147.14;9.50;212.00;-1.57;0.82 +8399;11;4121.20;9.50;204.80;-1.05;0.82 +8399;12;4140.40;9.50;193.60;0.33;0.82 +8399;13;4151.60;9.50;199.20;0.94;0.82 +8399;14;4151.60;9.50;215.20;1.75;0.82 +8399;15;4110.00;9.50;221.60;4.33;0.82 +8399;16;4128.40;9.50;226.40;3.51;0.82 8399;21;4120.86;9.50;212.00;1.57;0.82 +8400;0;3956.00;9.50;150.00;0.00;1.28 +8400;1;3952.50;9.50;138.00;-0.28;1.28 +8400;2;3966.00;9.50;140.00;0.78;1.28 +8400;3;3943.50;9.50;148.00;-1.41;1.28 +8400;4;3970.00;9.50;150.50;1.60;1.28 +8400;5;3948.00;9.50;162.00;3.73;1.28 +8400;6;3960.50;9.50;162.50;2.79;1.28 +8400;9;3943.22;9.50;150.00;1.57;1.28 +8400;10;3968.78;9.50;150.00;-1.57;1.28 +8400;11;3950.40;9.50;130.80;-0.28;1.28 +8400;12;3972.00;9.50;134.00;0.78;1.28 +8400;13;3936.00;9.50;146.80;-1.41;1.28 +8400;14;3978.40;9.50;150.80;1.60;1.28 +8400;15;3943.20;9.50;169.20;3.73;1.28 +8400;16;3963.20;9.50;170.00;2.79;1.28 8400;21;3943.22;9.50;150.00;1.57;1.28 +8401;0;2496.00;9.50;730.00;0.00;1.08 +8401;1;2503.00;9.50;719.00;0.56;1.08 +8401;2;2508.00;9.50;730.00;1.57;1.08 +8401;3;2483.50;9.50;732.00;4.55;1.08 +8401;4;2490.00;9.50;743.00;3.57;1.08 +8401;5;2498.50;9.50;743.00;2.95;1.08 +8401;9;2482.86;9.50;730.00;1.57;1.08 +8401;10;2509.14;9.50;730.00;-1.57;1.08 +8401;11;2507.20;9.50;712.40;0.56;1.08 +8401;12;2515.20;9.50;730.00;1.57;1.08 +8401;13;2476.00;9.50;733.20;4.55;1.08 +8401;14;2486.40;9.50;750.80;3.57;1.08 +8401;15;2500.00;9.50;750.80;2.95;1.08 8401;21;2482.86;9.50;730.00;1.57;1.08 +8402;0;2322.00;9.50;716.00;0.00;1.14 +8402;1;2317.50;9.50;705.00;-0.38;1.14 +8402;2;2332.00;9.50;705.00;0.73;1.14 +8402;3;2306.00;9.50;709.00;-1.15;1.14 +8402;4;2312.00;9.50;718.50;4.46;1.14 +8402;5;2331.00;9.50;723.00;2.23;1.14 +8402;6;2323.00;9.50;732.50;3.08;1.14 +8402;9;2311.74;9.50;716.00;1.57;1.14 +8402;10;2332.26;9.50;716.00;-1.57;1.14 +8402;11;2314.80;9.50;698.40;-0.38;1.14 +8402;12;2338.00;9.50;698.40;0.73;1.14 +8402;13;2296.40;9.50;704.80;-1.15;1.14 +8402;14;2306.00;9.50;720.00;4.46;1.14 +8402;15;2336.40;9.50;727.20;2.23;1.14 +8402;16;2323.60;9.50;742.40;3.08;1.14 8402;21;2311.74;9.50;716.00;1.57;1.14 +8403;0;2375.00;9.50;1354.00;0.00;1.68 +8403;1;2387.00;9.50;1336.00;0.58;1.68 +8403;2;2361.50;9.50;1347.50;-1.12;1.68 +8403;3;2398.00;9.50;1344.50;1.17;1.68 +8403;4;2387.00;9.50;1362.50;2.18;1.68 +8403;5;2351.50;9.50;1364.50;4.29;1.68 +8403;6;2363.00;9.50;1371.00;3.75;1.68 +8403;7;2371.50;9.50;1374.00;3.31;1.68 +8403;9;2355.20;9.50;1354.00;1.57;1.68 +8403;10;2394.80;9.50;1354.00;-1.57;1.68 +8403;11;2394.20;9.50;1325.20;0.58;1.68 +8403;12;2353.40;9.50;1343.60;-1.12;1.68 +8403;13;2411.80;9.50;1338.80;1.17;1.68 +8403;14;2394.20;9.50;1367.60;2.18;1.68 +8403;15;2337.40;9.50;1370.80;4.29;1.68 +8403;16;2355.80;9.50;1381.20;3.75;1.68 +8403;17;2369.40;9.50;1386.00;3.31;1.68 8403;21;2355.20;9.50;1354.00;1.57;1.68 +8404;0;2666.00;9.50;1834.00;0.00;1.50 +8404;1;2655.50;9.50;1820.00;-0.64;1.50 +8404;2;2674.50;9.50;1823.50;0.68;1.50 +8404;3;2649.00;9.50;1827.00;-1.18;1.50 +8404;4;2658.00;9.50;1844.00;3.81;1.50 +8404;5;2685.50;9.50;1831.50;1.44;1.50 +8404;6;2675.00;9.50;1844.50;2.43;1.50 +8404;7;2664.00;9.50;1857.50;3.22;1.50 +8404;9;2652.50;9.50;1834.00;1.57;1.50 +8404;10;2679.50;9.50;1834.00;-1.57;1.50 +8404;11;2649.20;9.50;1811.60;-0.64;1.50 +8404;12;2679.60;9.50;1817.20;0.68;1.50 +8404;13;2638.80;9.50;1822.80;-1.18;1.50 +8404;14;2653.20;9.50;1850.00;3.81;1.50 +8404;15;2697.20;9.50;1830.00;1.44;1.50 +8404;16;2680.40;9.50;1850.80;2.43;1.50 +8404;17;2662.80;9.50;1871.60;3.22;1.50 8404;21;2652.50;9.50;1834.00;1.57;1.50 +8405;0;1303.00;9.50;333.00;0.00;1.04 +8405;1;1295.00;9.50;323.00;-0.67;1.04 +8405;2;1321.50;9.50;327.00;1.25;1.04 +8405;3;1280.00;9.50;328.00;-1.35;1.04 +8405;4;1290.50;9.50;340.00;4.20;1.04 +8405;5;1314.00;9.50;340.50;2.16;1.04 +8405;9;1284.10;9.50;333.00;1.57;1.04 +8405;10;1321.90;9.50;333.00;-1.57;1.04 +8405;11;1290.20;9.50;317.00;-0.67;1.04 +8405;12;1332.60;9.50;323.40;1.25;1.04 +8405;13;1266.20;9.50;325.00;-1.35;1.04 +8405;14;1283.00;9.50;344.20;4.20;1.04 +8405;15;1320.60;9.50;345.00;2.16;1.04 8405;21;1284.10;9.50;333.00;1.57;1.04 +8406;0;515.00;9.50;76.00;0.00;1.06 +8406;1;521.50;9.50;63.50;0.48;1.06 +8406;2;497.00;9.50;77.00;4.65;1.06 +8406;3;534.00;9.50;74.50;1.49;1.06 +8406;4;526.50;9.50;86.00;2.28;1.06 +8406;5;508.00;9.50;88.00;3.67;1.06 +8406;6;491.00;9.50;90.50;4.16;1.06 +8406;9;497.36;9.50;76.00;1.57;1.06 +8406;10;532.64;9.50;76.00;-1.57;1.06 +8406;11;525.40;9.50;56.00;0.48;1.06 +8406;12;486.20;9.50;77.60;4.65;1.06 +8406;13;545.40;9.50;73.60;1.49;1.06 +8406;14;533.40;9.50;92.00;2.28;1.06 +8406;15;503.80;9.50;95.20;3.67;1.06 +8406;16;476.60;9.50;99.20;4.16;1.06 8406;21;497.36;9.50;76.00;1.57;1.06 +8407;0;590.00;9.50;1320.00;0.00;0.88 +8407;1;600.50;9.50;1309.50;0.78;0.88 +8407;2;610.00;9.50;1317.00;1.42;0.88 +8407;3;579.00;9.50;1314.50;-1.10;0.88 +8407;4;567.50;9.50;1324.00;4.53;0.88 +8407;5;590.50;9.50;1328.00;3.07;0.88 +8407;6;611.50;9.50;1327.00;1.88;0.88 +8407;9;573.26;9.50;1320.00;1.57;0.88 +8407;10;606.74;9.50;1320.00;-1.57;0.88 +8407;11;606.80;9.50;1303.20;0.78;0.88 +8407;12;622.00;9.50;1315.20;1.42;0.88 +8407;13;572.40;9.50;1311.20;-1.10;0.88 +8407;14;554.00;9.50;1326.40;4.53;0.88 +8407;15;590.80;9.50;1332.80;3.07;0.88 +8407;16;624.40;9.50;1331.20;1.88;0.88 8407;21;573.26;9.50;1320.00;1.57;0.88 +8408;0;707.00;9.50;952.00;0.00;1.36 +8408;1;699.50;9.50;937.00;-0.46;1.36 +8408;2;693.00;9.50;947.50;-1.26;1.36 +8408;3;713.50;9.50;937.50;0.42;1.36 +8408;4;723.50;9.50;948.50;1.36;1.36 +8408;5;692.00;9.50;964.50;4.01;1.36 +8408;6;710.50;9.50;964.50;2.86;1.36 +8408;9;693.68;9.50;952.00;1.57;1.36 +8408;10;720.32;9.50;952.00;-1.57;1.36 +8408;11;695.00;9.50;928.00;-0.46;1.36 +8408;12;684.60;9.50;944.80;-1.26;1.36 +8408;13;717.40;9.50;928.80;0.42;1.36 +8408;14;733.40;9.50;946.40;1.36;1.36 +8408;15;683.00;9.50;972.00;4.01;1.36 +8408;16;712.60;9.50;972.00;2.86;1.36 8408;21;693.68;9.50;952.00;1.57;1.36 +8409;0;277.00;10.02;1855.00;0.00;1.34 +8409;1;288.50;9.50;1838.00;0.59;1.34 +8409;2;275.50;9.50;1840.50;-0.10;1.34 +8409;3;295.00;9.50;1845.00;1.06;1.34 +8409;4;278.00;9.77;1854.00;0.78;1.34 +8409;5;260.50;9.50;1861.00;4.36;1.34 +8409;6;284.50;9.70;1865.50;2.52;1.34 +8409;7;269.00;9.50;1871.50;3.59;1.34 +8409;9;262.24;9.50;1855.00;1.57;1.34 +8409;10;291.76;9.50;1855.00;-1.57;1.34 +8409;11;295.40;9.50;1827.80;0.59;1.34 +8409;12;274.60;9.50;1831.80;-0.10;1.34 +8409;13;305.80;9.50;1839.00;1.06;1.34 +8409;14;278.60;9.66;1853.40;0.78;1.34 +8409;15;250.60;9.50;1864.60;4.36;1.34 +8409;16;289.00;9.50;1871.80;2.52;1.34 +8409;17;264.20;9.50;1881.40;3.59;1.34 8409;21;262.24;9.50;1855.00;1.57;1.34 +8410;0;422.00;9.50;1046.00;0.00;1.16 +8410;1;422.00;9.50;1035.00;0.00;1.16 +8410;2;403.50;9.50;1033.00;-0.95;1.16 +8410;3;410.50;9.50;1033.50;-0.74;1.16 +8410;4;405.00;9.50;1036.50;-1.06;1.16 +8410;5;403.00;9.50;1041.00;-1.31;1.16 +8410;6;440.00;9.50;1049.00;1.73;1.16 +8410;7;402.50;9.50;1046.50;4.68;1.16 +8410;8;416.50;9.50;1055.00;3.69;1.16 +8410;9;408.32;9.50;1046.00;1.57;1.16 +8410;10;435.68;9.50;1046.00;-1.57;1.16 +8410;11;422.00;9.50;1028.40;0.00;1.16 +8410;12;392.40;9.50;1025.20;-0.95;1.16 +8410;13;403.60;9.50;1026.00;-0.74;1.16 +8410;14;394.80;9.50;1030.80;-1.06;1.16 +8410;15;391.60;9.50;1038.00;-1.31;1.16 +8410;16;450.80;9.50;1050.80;1.73;1.16 +8410;17;390.80;9.50;1046.80;4.68;1.16 +8410;18;413.20;9.50;1060.40;3.69;1.16 8410;21;408.32;9.50;1046.00;1.57;1.16 +8411;0;757.00;9.50;376.00;0.00;1.06 +8411;1;767.00;9.50;364.50;0.71;1.06 +8411;2;742.50;9.50;369.50;-1.14;1.06 +8411;3;780.50;9.50;373.50;1.46;1.06 +8411;4;735.50;9.50;383.00;4.39;1.06 +8411;5;768.50;9.50;384.50;2.20;1.06 +8411;6;748.50;9.50;388.00;3.75;1.06 +8411;9;737.38;9.50;376.00;1.57;1.06 +8411;10;776.62;9.50;376.00;-1.57;1.06 +8411;11;773.00;9.50;357.60;0.71;1.06 +8411;12;733.80;9.50;365.60;-1.14;1.06 +8411;13;794.60;9.50;372.00;1.46;1.06 +8411;14;722.60;9.50;387.20;4.39;1.06 +8411;15;775.40;9.50;389.60;2.20;1.06 +8411;16;743.40;9.50;395.20;3.75;1.06 8411;21;737.38;9.50;376.00;1.57;1.06 +8412;0;4737.00;9.50;680.00;0.00;0.72 +8412;1;4728.50;9.50;673.00;-0.88;0.72 +8412;2;4739.50;9.50;672.50;0.32;0.72 +8412;3;4734.50;9.50;672.00;-0.30;0.72 +8412;4;4725.00;9.50;673.00;-1.04;0.72 +8412;5;4725.50;9.50;677.50;-1.35;0.72 +8412;6;4744.50;9.50;676.50;1.13;0.72 +8412;7;4749.00;9.50;678.00;1.40;0.72 +8412;8;4748.00;9.50;684.00;1.92;0.72 +8412;9;4728.18;9.50;680.00;1.57;0.72 +8412;10;4745.82;9.50;680.00;-1.57;0.72 +8412;11;4723.40;9.50;668.80;-0.88;0.72 +8412;12;4741.00;9.50;668.00;0.32;0.72 +8412;13;4733.00;9.50;667.20;-0.30;0.72 +8412;14;4717.80;9.50;668.80;-1.04;0.72 +8412;15;4718.60;9.50;676.00;-1.35;0.72 +8412;16;4749.00;9.50;674.40;1.13;0.72 +8412;17;4756.20;9.67;676.80;1.40;0.72 +8412;18;4754.60;9.50;686.40;1.92;0.72 8412;21;4728.18;9.50;680.00;1.57;0.72 +8413;0;2594.00;9.50;1916.00;0.00;1.18 +8413;1;2591.50;9.50;1897.00;-0.13;1.18 +8413;2;2602.00;9.50;1906.50;0.70;1.18 +8413;3;2587.50;9.70;1913.50;-1.20;1.18 +8413;4;2597.50;9.50;1928.50;2.86;1.18 +8413;5;2583.50;9.50;1930.50;3.76;1.18 +8413;9;2583.38;9.50;1916.00;1.57;1.18 +8413;10;2604.62;9.50;1916.00;-1.57;1.18 +8413;11;2590.00;9.50;1885.60;-0.13;1.18 +8413;12;2606.80;9.50;1900.80;0.70;1.18 +8413;13;2583.60;9.82;1912.00;-1.20;1.18 +8413;14;2599.60;9.50;1936.00;2.86;1.18 +8413;15;2577.20;9.50;1939.20;3.76;1.18 8413;21;2583.38;9.50;1916.00;1.57;1.18 +8414;0;2744.00;9.50;184.00;0.00;0.98 +8414;1;2743.50;9.50;169.50;-0.03;0.98 +8414;2;2754.50;9.50;179.00;1.12;0.98 +8414;3;2733.50;9.50;185.50;4.57;0.98 +8414;4;2750.50;9.50;194.00;2.56;0.98 +8414;5;2738.50;9.50;198.50;3.50;0.98 +8414;9;2735.18;9.50;184.00;1.57;0.98 +8414;10;2752.82;9.50;184.00;-1.57;0.98 +8414;11;2743.20;9.50;160.80;-0.03;0.98 +8414;12;2760.80;9.50;176.00;1.12;0.98 +8414;13;2727.20;9.50;186.40;4.57;0.98 +8414;14;2754.40;9.50;200.00;2.56;0.98 +8414;15;2735.20;9.50;207.20;3.50;0.98 8414;21;2735.18;9.50;184.00;1.57;0.98 +8415;0;1601.00;9.50;1382.00;0.00;0.88 +8415;1;1600.50;9.50;1372.50;-0.05;0.88 +8415;2;1590.00;9.50;1373.00;-0.88;0.88 +8415;3;1589.00;9.50;1380.50;-1.44;0.88 +8415;4;1611.50;9.50;1384.00;1.75;0.88 +8415;5;1600.00;9.50;1391.00;3.25;0.88 +8415;9;1592.90;9.50;1382.00;1.57;0.88 +8415;10;1609.10;9.50;1382.00;-1.57;0.88 +8415;11;1600.20;9.50;1366.80;-0.05;0.88 +8415;12;1583.40;9.50;1367.60;-0.88;0.88 +8415;13;1581.80;9.50;1379.60;-1.44;0.88 +8415;14;1617.80;9.50;1385.20;1.75;0.88 +8415;15;1599.40;9.50;1396.40;3.25;0.88 8415;21;1592.90;9.50;1382.00;1.57;0.88 +8416;0;146.00;9.50;386.00;0.00;1.26 +8416;1;142.00;9.50;371.00;-0.26;1.26 +8416;2;155.50;9.50;377.00;0.81;1.26 +8416;3;131.50;9.50;384.00;-1.43;1.26 +8416;4;162.50;9.50;392.50;1.94;1.26 +8416;5;149.00;9.50;399.00;2.91;1.26 +8416;6;167.00;9.50;402.50;2.23;1.26 +8416;9;133.04;9.50;386.00;1.57;1.26 +8416;10;158.96;9.50;386.00;-1.57;1.26 +8416;11;139.60;9.50;362.00;-0.26;1.26 +8416;12;161.20;9.50;371.60;0.81;1.26 +8416;13;122.80;9.50;382.80;-1.43;1.26 +8416;14;172.40;9.50;396.40;1.94;1.26 +8416;15;150.80;9.50;406.80;2.91;1.26 +8416;16;179.60;9.50;412.40;2.23;1.26 8416;21;133.04;9.50;386.00;1.57;1.26 +8417;0;4171.00;9.50;800.00;0.00;1.00 +8417;1;4162.50;9.50;794.50;-0.99;1.00 +8417;2;4175.50;9.50;792.50;0.54;1.00 +8417;3;4184.00;9.50;802.50;1.76;1.00 +8417;4;4164.00;9.50;807.50;3.89;1.00 +8417;5;4179.00;9.50;809.00;2.41;1.00 +8417;9;4160.92;9.50;800.00;1.57;1.00 +8417;10;4181.08;9.50;800.00;-1.57;1.00 +8417;11;4157.40;9.50;791.20;-0.99;1.00 +8417;12;4178.20;9.50;788.00;0.54;1.00 +8417;13;4191.80;9.50;804.00;1.76;1.00 +8417;14;4159.80;9.50;812.00;3.89;1.00 +8417;15;4183.80;9.50;814.40;2.41;1.00 8417;21;4160.92;9.50;800.00;1.57;1.00 +8418;0;2626.00;9.50;1560.00;0.00;1.08 +8418;1;2630.50;9.50;1550.50;0.44;1.08 +8418;2;2617.50;9.50;1558.00;-1.34;1.08 +8418;3;2642.00;9.50;1559.50;1.54;1.08 +8418;4;2635.50;9.50;1561.00;1.67;1.08 +8418;5;2632.00;9.50;1565.50;2.31;1.08 +8418;6;2637.50;9.80;1570.50;2.31;1.08 +8418;7;2636.50;9.50;1571.50;2.40;1.08 +8418;8;2626.00;9.50;1572.50;3.14;1.08 +8418;9;2616.28;9.50;1560.00;1.57;1.08 +8418;10;2635.72;9.50;1560.00;-1.57;1.08 +8418;11;2633.20;9.50;1544.80;0.44;1.08 +8418;12;2612.40;9.50;1556.80;-1.34;1.08 +8418;13;2651.60;9.50;1559.20;1.54;1.08 +8418;14;2641.20;9.50;1561.60;1.67;1.08 +8418;15;2635.60;9.50;1568.80;2.31;1.08 +8418;16;2644.40;10.88;1576.80;2.31;1.08 +8418;17;2642.80;9.50;1578.40;2.40;1.08 +8418;18;2626.00;9.50;1580.00;3.14;1.08 8418;21;2616.28;9.50;1560.00;1.57;1.08 +8419;0;5596.00;9.50;501.00;0.00;1.22 +8419;1;5594.00;9.50;489.00;-0.16;1.22 +8419;2;5576.50;9.50;497.00;-1.36;1.22 +8419;3;2798.00;9.50;492.50;-1.56;1.22 +8419;4;2798.00;9.50;505.00;4.71;1.22 +8419;5;5604.00;9.50;498.00;1.21;1.22 +8419;6;5598.00;9.50;507.00;2.82;1.22 +8419;7;5604.50;10.25;516.00;2.62;1.22 +8419;8;5592.50;9.50;511.00;3.47;1.22 +8419;9;5581.96;9.50;501.00;1.57;1.22 +8419;10;5610.04;10.00;501.00;-1.57;1.22 +8419;11;5592.80;9.50;481.80;-0.16;1.22 +8419;12;5564.80;9.50;494.60;-1.36;1.22 +8419;13;1119.20;9.50;487.40;-1.56;1.22 +8419;14;1119.20;9.50;507.40;4.71;1.22 +8419;15;5608.80;9.50;496.20;1.21;1.22 +8419;16;5599.20;9.75;510.60;2.82;1.22 +8419;17;5609.60;9.50;525.00;2.62;1.22 +8419;18;5590.40;9.50;517.00;3.47;1.22 8419;21;5581.96;9.50;501.00;1.57;1.22 +8420;0;5533.00;9.50;934.00;0.00;1.34 +8420;1;5523.00;9.50;921.50;-0.67;1.34 +8420;2;5539.50;9.50;922.00;0.49;1.34 +8420;3;5516.50;9.50;931.00;-1.39;1.34 +8420;4;5551.00;9.50;926.50;1.17;1.34 +8420;5;5548.50;9.50;935.50;1.66;1.34 +8420;6;5519.00;9.50;941.00;4.24;1.34 +8420;7;5536.50;9.50;948.00;2.89;1.34 +8420;8;5524.00;9.50;948.00;3.71;1.34 +8420;9;5520.40;9.50;934.00;1.57;1.34 +8420;10;5545.60;9.50;934.00;-1.57;1.34 +8420;11;5517.00;9.50;914.00;-0.67;1.34 +8420;12;5543.40;9.50;914.80;0.49;1.34 +8420;13;5506.60;9.50;929.20;-1.39;1.34 +8420;14;5561.80;9.50;922.00;1.17;1.34 +8420;15;5557.80;9.50;936.40;1.66;1.34 +8420;16;5510.60;9.50;945.20;4.24;1.34 +8420;17;5538.60;9.50;956.40;2.89;1.34 +8420;18;5518.60;9.50;956.40;3.71;1.34 8420;21;5520.40;9.50;934.00;1.57;1.34 +8421;0;4752.00;9.50;1208.00;0.00;0.94 +8421;1;4754.50;9.50;1196.50;0.21;0.94 +8421;2;4741.50;9.50;1207.00;-1.47;0.94 +8421;3;4762.50;9.50;1210.00;1.75;0.94 +8421;4;4763.50;9.50;1203.50;1.19;0.94 +8421;5;4765.50;9.50;1216.50;2.13;0.94 +8421;6;4765.00;9.50;1218.00;2.22;0.94 +8421;7;4752.50;9.50;1218.50;3.09;0.94 +8421;9;4742.28;9.50;1208.00;1.57;0.94 +8421;10;4761.72;9.50;1208.00;-1.57;0.94 +8421;11;4756.00;9.50;1189.60;0.21;0.94 +8421;12;4735.20;9.50;1206.40;-1.47;0.94 +8421;13;4768.80;9.50;1211.20;1.75;0.94 +8421;14;4770.40;9.50;1200.80;1.19;0.94 +8421;15;4773.60;9.50;1221.60;2.13;0.94 +8421;16;4772.80;9.50;1224.00;2.22;0.94 +8421;17;4752.80;9.50;1224.80;3.09;0.94 8421;21;4742.28;9.50;1208.00;1.57;0.94 +8422;0;4108.00;9.50;596.00;0.00;1.00 +8422;1;4103.50;9.50;587.00;-0.46;1.00 +8422;2;4116.50;9.50;589.50;0.91;1.00 +8422;3;4094.00;9.50;597.00;4.64;1.00 +8422;4;4119.50;9.50;603.00;2.11;1.00 +8422;5;4103.50;9.50;604.00;3.65;1.00 +8422;9;4096.48;9.50;596.00;1.57;1.00 +8422;10;4119.52;9.50;596.00;-1.57;1.00 +8422;11;4100.80;9.50;581.60;-0.46;1.00 +8422;12;4121.60;9.50;585.60;0.91;1.00 +8422;13;4085.60;9.50;597.60;4.64;1.00 +8422;14;4126.40;9.50;607.20;2.11;1.00 +8422;15;4100.80;9.50;608.80;3.65;1.00 8422;21;4096.48;9.50;596.00;1.57;1.00 +8423;0;4402.00;9.50;86.00;0.00;0.98 +8423;1;4388.00;9.50;75.50;-0.92;0.98 +8423;2;4401.00;9.50;76.00;-0.10;0.98 +8423;3;4389.50;9.50;85.50;-1.53;0.98 +8423;4;4413.00;9.50;84.00;1.39;0.98 +8423;5;4415.00;9.50;94.50;2.15;0.98 +8423;6;4405.50;9.50;96.00;2.80;0.98 +8423;9;4390.84;9.50;86.00;1.57;0.98 +8423;10;4413.16;9.50;86.00;-1.57;0.98 +8423;11;4379.60;9.50;69.20;-0.92;0.98 +8423;12;4400.40;9.50;70.00;-0.10;0.98 +8423;13;4382.00;9.50;85.20;-1.53;0.98 +8423;14;4419.60;9.50;82.80;1.39;0.98 +8423;15;4422.80;9.50;99.60;2.15;0.98 +8423;16;4407.60;9.50;102.00;2.80;0.98 8423;21;4390.84;9.50;86.00;1.57;0.98 +8424;0;4086.00;9.50;247.00;0.00;1.12 +8424;1;4091.00;9.50;233.00;0.34;1.12 +8424;2;4080.00;9.50;240.00;-0.70;1.12 +8424;3;4095.00;9.50;235.50;0.66;1.12 +8424;4;4096.50;9.50;246.50;1.52;1.12 +8424;5;4077.50;9.50;254.50;3.98;1.12 +8424;6;4090.50;9.50;257.50;2.73;1.12 +8424;7;4086.00;9.50;261.00;3.14;1.12 +8424;9;4075.74;9.50;247.00;1.57;1.12 +8424;10;4096.26;9.50;247.00;-1.57;1.12 +8424;11;4094.00;9.50;224.60;0.34;1.12 +8424;12;4076.40;9.50;235.80;-0.70;1.12 +8424;13;4100.40;9.50;228.60;0.66;1.12 +8424;14;4102.80;9.50;246.20;1.52;1.12 +8424;15;4072.40;9.50;259.00;3.98;1.12 +8424;16;4093.20;9.50;263.80;2.73;1.12 +8424;17;4086.00;9.50;269.40;3.14;1.12 8424;21;4075.74;9.50;247.00;1.57;1.12 +8425;0;3925.00;9.50;106.00;0.00;0.98 +8425;1;3918.50;9.50;95.50;-0.55;0.98 +8425;2;3931.00;9.50;97.00;0.58;0.98 +8425;3;3910.50;9.50;106.00;4.71;0.98 +8425;4;3939.50;9.50;107.00;1.64;0.98 +8425;5;3921.00;9.50;114.50;3.58;0.98 +8425;6;3937.00;9.50;116.00;2.26;0.98 +8425;9;3913.48;9.50;106.00;1.57;0.98 +8425;10;3936.52;9.50;106.00;-1.57;0.98 +8425;11;3914.60;9.50;89.20;-0.55;0.98 +8425;12;3934.60;9.50;91.60;0.58;0.98 +8425;13;3901.80;9.50;106.00;4.71;0.98 +8425;14;3948.20;9.50;107.60;1.64;0.98 +8425;15;3918.60;9.50;119.60;3.58;0.98 +8425;16;3944.20;9.50;122.00;2.26;0.98 8425;21;3913.48;9.50;106.00;1.57;0.98 +8426;0;2409.00;9.50;715.00;0.00;1.18 +8426;1;2409.00;9.50;698.50;0.00;1.18 +8426;2;2420.50;9.50;702.50;0.74;1.18 +8426;3;2398.00;9.50;705.00;-0.83;1.18 +8426;4;2421.50;9.50;720.00;1.95;1.18 +8426;5;2395.00;9.50;719.50;4.40;1.18 +8426;6;2407.50;9.50;730.50;3.23;1.18 +8426;7;2420.00;9.50;733.50;2.60;1.18 +8426;9;2398.38;9.50;715.00;1.57;1.18 +8426;10;2419.62;9.50;715.00;-1.57;1.18 +8426;11;2409.00;9.50;688.60;0.00;1.18 +8426;12;2427.40;9.50;695.00;0.74;1.18 +8426;13;2391.40;9.50;699.00;-0.83;1.18 +8426;14;2429.00;9.50;723.00;1.95;1.18 +8426;15;2386.60;9.50;722.20;4.40;1.18 +8426;16;2406.60;9.50;739.80;3.23;1.18 +8426;17;2426.60;9.50;744.60;2.60;1.18 8426;21;2398.38;9.50;715.00;1.57;1.18 +8427;0;2282.00;9.50;739.00;0.00;1.18 +8427;1;2292.00;9.50;730.00;0.83;1.18 +8427;2;2281.50;9.50;722.00;-0.02;1.18 +8427;3;2272.50;9.50;727.50;-0.69;1.18 +8427;4;2270.00;9.50;733.00;-1.10;1.18 +8427;5;2271.00;9.50;739.50;4.66;1.18 +8427;6;2290.50;9.50;748.50;2.41;1.18 +8427;7;2271.00;9.50;749.50;3.95;1.18 +8427;8;2276.50;9.50;755.50;3.46;1.18 +8427;9;2271.38;9.50;739.00;1.57;1.18 +8427;10;2292.62;9.50;739.00;-1.57;1.18 +8427;11;2298.00;9.50;724.60;0.83;1.18 +8427;12;2281.20;9.50;711.80;-0.02;1.18 +8427;13;2266.80;9.50;720.60;-0.69;1.18 +8427;14;2262.80;9.50;729.40;-1.10;1.18 +8427;15;2264.40;9.50;739.80;4.66;1.18 +8427;16;2295.60;9.50;754.20;2.41;1.18 +8427;17;2264.40;9.50;755.80;3.95;1.18 +8427;18;2273.20;9.50;765.40;3.46;1.18 8427;21;2271.38;9.50;739.00;1.57;1.18 +8428;0;2630.00;9.50;1876.00;0.00;1.24 +8428;1;2624.00;9.50;1860.50;-0.36;1.24 +8428;2;2640.00;9.50;1865.00;0.73;1.24 +8428;3;2615.00;9.50;1870.50;-1.21;1.24 +8428;4;2620.00;9.50;1886.50;3.90;1.24 +8428;5;2635.00;9.50;1890.50;2.81;1.24 +8428;6;2625.00;9.50;1902.00;3.33;1.24 +8428;9;2618.84;9.50;1876.00;1.57;1.24 +8428;10;2641.16;9.50;1876.00;-1.57;1.24 +8428;11;2620.40;9.50;1851.20;-0.36;1.24 +8428;12;2646.00;9.50;1858.40;0.73;1.24 +8428;13;2606.00;9.50;1867.20;-1.21;1.24 +8428;14;2614.00;9.50;1892.80;3.90;1.24 +8428;15;2638.00;9.50;1899.20;2.81;1.24 +8428;16;2622.00;9.50;1917.60;3.33;1.24 8428;21;2618.84;9.50;1876.00;1.57;1.24 +8429;0;1335.00;9.50;365.00;0.00;1.20 +8429;1;1346.00;9.50;348.50;0.58;1.20 +8429;2;1330.00;9.50;356.50;-0.53;1.20 +8429;3;1349.50;9.50;360.00;1.23;1.20 +8429;4;1319.00;9.50;371.50;4.32;1.20 +8429;5;1338.50;9.50;374.50;2.78;1.20 +8429;6;1353.00;9.50;371.50;1.91;1.20 +8429;9;1320.60;9.50;365.00;1.57;1.20 +8429;10;1349.40;9.50;365.00;-1.57;1.20 +8429;11;1352.60;9.50;338.60;0.58;1.20 +8429;12;1327.00;9.50;351.40;-0.53;1.20 +8429;13;1358.20;9.50;357.00;1.23;1.20 +8429;14;1309.40;9.50;375.40;4.32;1.20 +8429;15;1340.60;9.50;380.20;2.78;1.20 +8429;16;1363.80;9.50;375.40;1.91;1.20 8429;21;1320.60;9.50;365.00;1.57;1.20 +8430;0;475.00;9.50;21.00;0.00;1.02 +8430;1;459.00;9.50;20.50;-1.54;1.02 +8430;2;489.50;9.50;23.00;1.70;1.02 +8430;3;469.50;9.50;34.00;3.54;1.02 +8430;9;461.14;9.50;21.00;1.57;1.02 +8430;10;488.86;9.50;21.00;-1.57;1.02 +8430;11;449.40;9.50;20.20;-1.54;1.02 +8430;12;498.20;9.50;24.20;1.70;1.02 +8430;13;466.20;9.50;41.80;3.54;1.02 8430;21;461.14;9.50;21.00;1.57;1.02 +8431;0;579.00;9.50;1354.00;0.00;0.82 +8431;1;585.00;9.50;1345.00;0.58;0.82 +8431;2;597.00;9.50;1354.00;1.57;0.82 +8431;3;561.50;9.50;1347.50;-1.21;0.82 +8431;4;561.00;9.50;1356.00;4.60;0.82 +8431;5;580.50;9.50;1364.00;2.99;0.82 +8431;6;567.00;9.50;1365.00;3.97;0.82 +8431;9;561.90;9.50;1354.00;1.57;0.82 +8431;10;596.10;9.50;1354.00;-1.57;0.82 +8431;11;588.60;9.50;1339.60;0.58;0.82 +8431;12;607.80;9.50;1354.00;1.57;0.82 +8431;13;551.00;9.50;1343.60;-1.21;0.82 +8431;14;550.20;9.50;1357.20;4.60;0.82 +8431;15;581.40;9.50;1370.00;2.99;0.82 +8431;16;559.80;9.50;1371.60;3.97;0.82 8431;21;561.90;9.50;1354.00;1.57;0.82 +8432;0;346.00;9.50;1830.00;0.00;1.36 +8432;1;343.50;9.50;1819.00;-0.22;1.36 +8432;2;362.00;9.50;1820.00;1.01;1.36 +8432;3;359.50;9.50;1833.00;1.78;1.36 +8432;4;329.50;9.50;1832.50;4.56;1.36 +8432;5;328.00;9.50;1845.50;4.00;1.36 +8432;6;341.00;9.50;1842.00;3.53;1.36 +8432;9;330.34;9.50;1830.00;1.57;1.36 +8432;10;361.66;9.50;1830.00;-1.57;1.36 +8432;11;342.00;9.50;1812.40;-0.22;1.36 +8432;12;371.60;9.50;1814.00;1.01;1.36 +8432;13;367.60;9.50;1834.80;1.78;1.36 +8432;14;319.60;9.50;1834.00;4.56;1.36 +8432;15;317.20;9.50;1854.80;4.00;1.36 +8432;16;338.00;9.50;1849.20;3.53;1.36 8432;21;330.34;9.50;1830.00;1.57;1.36 +8433;0;494.00;9.50;963.00;0.00;1.14 +8433;1;490.00;9.50;951.00;-0.32;1.14 +8433;2;507.00;9.50;958.00;1.20;1.14 +8433;3;479.50;9.50;955.00;-1.06;1.14 +8433;4;478.50;9.50;963.50;4.68;1.14 +8433;5;514.00;9.50;968.50;1.83;1.14 +8433;6;496.00;9.50;973.50;2.95;1.14 +8433;7;478.50;9.50;973.50;4.11;1.14 +8433;9;481.04;9.50;963.00;1.57;1.14 +8433;10;506.96;9.50;963.00;-1.57;1.14 +8433;11;487.60;9.50;943.80;-0.32;1.14 +8433;12;514.80;9.50;955.00;1.20;1.14 +8433;13;470.80;9.50;950.20;-1.06;1.14 +8433;14;469.20;9.50;963.80;4.68;1.14 +8433;15;526.00;9.50;971.80;1.83;1.14 +8433;16;497.20;9.50;979.80;2.95;1.14 +8433;17;469.20;9.50;979.80;4.11;1.14 8433;21;481.04;9.50;963.00;1.57;1.14 +8434;0;696.00;9.50;457.00;0.00;1.48 +8434;1;690.00;9.50;446.00;-0.49;1.48 +8434;2;708.00;9.50;450.00;1.04;1.48 +8434;3;681.00;9.50;457.50;4.67;1.48 +8434;4;702.50;9.50;468.00;2.60;1.48 +8434;5;715.50;9.50;460.00;1.72;1.48 +8434;6;687.00;9.50;469.50;3.76;1.48 +8434;9;682.50;9.50;457.00;1.57;1.48 +8434;10;709.50;9.50;457.00;-1.57;1.48 +8434;11;686.40;9.50;439.40;-0.49;1.48 +8434;12;715.20;9.50;445.80;1.04;1.48 +8434;13;672.00;9.50;457.80;4.67;1.48 +8434;14;706.40;9.50;474.60;2.60;1.48 +8434;15;727.20;9.50;461.80;1.72;1.48 +8434;16;681.60;9.50;477.00;3.76;1.48 8434;21;682.50;9.50;457.00;1.57;1.48 +8435;0;3215.12;10.40;1310.33;0.00;0.52 +8435;1;3211.50;9.50;1311.50;0.66;0.52 +8435;2;3210.50;9.50;1316.50;1.76;0.52 +8435;3;3210.00;9.50;1308.00;0.24;0.52 +8435;9;3203.32;9.50;1316.00;1.57;0.52 +8435;10;3212.68;9.50;1316.00;-1.57;0.52 +8435;19;3210.78;9.60;1308.03;-1.29;0.52 +8435;20;3211.36;9.60;1306.37;0.33;0.52 8435;21;3217.76;10.40;1306.56;-1.57;0.52 +8436;0;2433.00;9.50;1923.00;0.00;1.34 +8436;1;2420.50;9.50;1915.00;-1.00;1.34 +8436;2;2428.50;9.50;1908.50;-0.30;1.34 +8436;3;2439.00;9.50;1919.00;0.98;1.34 +8436;4;2416.50;9.50;1922.00;-1.51;1.34 +8436;5;2430.50;9.50;1932.00;3.41;1.34 +8436;6;2446.00;9.50;1935.00;2.31;1.34 +8436;9;2420.94;9.50;1923.00;1.57;1.34 +8436;10;2445.06;10.41;1923.00;-1.57;1.34 +8436;11;2413.00;9.50;1910.20;-1.00;1.34 +8436;12;2425.80;9.50;1899.80;-0.30;1.34 +8436;13;2442.60;9.70;1916.60;0.98;1.34 +8436;14;2406.60;9.50;1921.40;-1.51;1.34 +8436;15;2429.00;9.50;1937.40;3.41;1.34 +8436;16;2453.80;9.50;1942.20;2.31;1.34 8436;21;2420.94;9.50;1923.00;1.57;1.34 +8437;0;2625.00;9.50;187.00;0.00;0.94 +8437;1;2628.00;9.50;175.50;0.25;0.94 +8437;2;2616.50;9.50;181.50;-0.99;0.94 +8437;3;2635.00;9.50;192.00;2.03;0.94 +8437;4;2623.50;9.50;197.50;3.28;0.94 +8437;9;2616.54;9.50;187.00;1.57;0.94 +8437;10;2633.46;9.50;187.00;-1.57;0.94 +8437;11;2629.80;9.50;168.60;0.25;0.94 +8437;12;2611.40;9.50;178.20;-0.99;0.94 +8437;13;2641.00;9.50;195.00;2.03;0.94 +8437;14;2622.60;9.50;203.80;3.28;0.94 8437;21;2616.54;9.50;187.00;1.57;0.94 +8438;0;1696.00;9.50;1431.00;0.00;1.04 +8438;1;1702.00;9.50;1415.50;0.36;1.04 +8438;2;1690.00;9.50;1419.50;-0.48;1.04 +8438;3;1708.00;9.50;1429.50;1.44;1.04 +8438;4;1683.50;9.50;1436.00;4.33;1.04 +8438;5;1709.00;9.50;1441.00;2.22;1.04 +8438;6;1696.50;9.50;1444.00;3.10;1.04 +8438;9;1686.64;9.50;1431.00;1.57;1.04 +8438;10;1705.36;9.50;1431.00;-1.57;1.04 +8438;11;1705.60;9.50;1406.20;0.36;1.04 +8438;12;1686.40;9.50;1412.60;-0.48;1.04 +8438;13;1715.20;9.50;1428.60;1.44;1.04 +8438;14;1676.00;9.50;1439.00;4.33;1.04 +8438;15;1716.80;9.50;1447.00;2.22;1.04 +8438;16;1696.80;9.50;1451.80;3.10;1.04 8438;21;1686.64;9.50;1431.00;1.57;1.04 +8439;0;331.00;9.50;586.00;0.00;1.08 +8439;1;334.00;9.50;573.00;0.22;1.08 +8439;2;323.50;9.50;570.00;-0.43;1.08 +8439;3;320.00;9.50;584.50;-1.43;1.08 +8439;4;344.00;9.50;587.50;1.68;1.08 +8439;5;324.00;9.50;598.50;3.65;1.08 +8439;6;337.50;9.50;598.50;2.66;1.08 +8439;9;321.28;9.50;586.00;1.57;1.08 +8439;10;340.72;9.50;586.00;-1.57;1.08 +8439;11;335.80;9.50;565.20;0.22;1.08 +8439;12;319.00;9.50;560.40;-0.43;1.08 +8439;13;313.40;9.50;583.60;-1.43;1.08 +8439;14;351.80;9.50;588.40;1.68;1.08 +8439;15;319.80;9.50;606.00;3.65;1.08 +8439;16;341.40;9.50;606.00;2.66;1.08 8439;21;321.28;9.50;586.00;1.57;1.08 +8440;0;5517.00;9.50;1308.00;0.00;0.84 +8440;1;5519.00;9.50;1299.00;0.21;0.84 +8440;2;5529.00;9.50;1308.00;1.57;0.84 +8440;3;5504.00;9.50;1300.50;-1.04;0.84 +8440;4;5505.00;9.50;1309.50;4.58;0.84 +8440;5;5515.50;9.50;1318.00;3.29;0.84 +8440;6;5505.50;9.50;1318.50;3.97;0.84 +8440;9;5506.20;9.50;1308.00;1.57;0.84 +8440;10;5527.80;9.50;1308.00;-1.57;0.84 +8440;11;5520.20;9.50;1293.60;0.21;0.84 +8440;12;5536.20;9.50;1308.00;1.57;0.84 +8440;13;5496.20;9.50;1296.00;-1.04;0.84 +8440;14;5497.80;9.50;1310.40;4.58;0.84 +8440;15;5514.60;9.50;1324.00;3.29;0.84 +8440;16;5498.60;9.50;1324.80;3.97;0.84 8440;21;5506.20;9.50;1308.00;1.57;0.84 +8441;0;4081.00;9.50;668.00;0.00;1.08 +8441;1;4080.50;9.50;656.50;-0.04;1.08 +8441;2;4093.50;9.50;664.00;1.26;1.08 +8441;3;4069.00;9.50;659.00;-0.92;1.08 +8441;4;4069.50;9.50;670.50;4.49;1.08 +8441;5;4090.50;9.50;676.50;2.30;1.08 +8441;6;4078.00;9.50;682.00;3.35;1.08 +8441;9;4071.28;9.50;668.00;1.57;1.08 +8441;10;4090.72;9.50;668.00;-1.57;1.08 +8441;11;4080.20;9.50;649.60;-0.04;1.08 +8441;12;4101.00;9.50;661.60;1.26;1.08 +8441;13;4061.80;9.50;653.60;-0.92;1.08 +8441;14;4062.60;9.50;672.00;4.49;1.08 +8441;15;4096.20;9.50;681.60;2.30;1.08 +8441;16;4076.20;9.50;690.40;3.35;1.08 8441;21;4071.28;9.50;668.00;1.57;1.08 +8442;0;2586.00;9.50;1554.00;0.00;1.04 +8442;1;2590.00;9.50;1537.00;0.23;1.04 +8442;2;2582.00;9.50;1536.00;-0.21;1.04 +8442;3;2576.00;9.50;1553.00;-1.47;1.04 +8442;4;2597.50;9.50;1539.00;0.65;1.04 +8442;5;2597.50;9.50;1555.00;1.65;1.04 +8442;6;2573.00;9.50;1569.00;3.85;1.04 +8442;7;2581.50;9.50;1570.00;3.41;1.04 +8442;8;2593.00;9.50;1570.00;2.72;1.04 +8442;9;2576.64;9.50;1554.00;1.57;1.04 +8442;10;2595.36;9.50;1554.00;-1.57;1.04 +8442;11;2592.40;9.50;1526.80;0.23;1.04 +8442;12;2579.60;9.50;1525.20;-0.21;1.04 +8442;13;2570.00;9.50;1552.40;-1.47;1.04 +8442;14;2604.40;9.50;1530.00;0.65;1.04 +8442;15;2604.40;9.50;1555.60;1.65;1.04 +8442;16;2565.20;9.50;1578.00;3.85;1.04 +8442;17;2578.80;9.50;1579.60;3.41;1.04 +8442;18;2597.20;9.50;1579.60;2.72;1.04 8442;21;2576.64;9.50;1554.00;1.57;1.04 +8443;0;5610.00;9.50;1482.00;0.00;1.00 +8443;1;5605.00;9.50;1471.00;-0.42;1.00 +8443;2;5617.50;9.50;1474.00;0.75;1.00 +8443;3;5598.00;9.50;1480.50;-1.44;1.00 +8443;4;2805.00;10.45;1484.00;4.71;1.00 +8443;5;5611.00;9.50;1493.50;3.05;1.00 +8443;6;2805.00;10.30;1494.00;4.70;1.00 +8443;9;5601.00;9.50;1482.00;1.57;1.00 +8443;10;5619.00;9.50;1482.00;-1.57;1.00 +8443;11;5602.00;9.50;1464.40;-0.42;1.00 +8443;12;5622.00;9.50;1469.20;0.75;1.00 +8443;13;5590.80;9.50;1479.60;-1.44;1.00 +8443;14;1122.00;15.43;1485.20;4.71;1.00 +8443;15;5611.60;9.50;1500.40;3.05;1.00 +8443;16;1122.00;19.32;1501.20;4.70;1.00 8443;21;5601.00;9.50;1482.00;1.57;1.00 +8444;0;5559.00;9.50;892.00;0.00;1.08 +8444;1;5563.00;9.50;882.50;0.39;1.08 +8444;2;5548.00;9.50;883.00;-0.88;1.08 +8444;3;5545.00;9.50;892.00;4.71;1.08 +8444;4;5571.00;9.50;896.50;1.93;1.08 +8444;5;5552.50;9.50;901.00;3.76;1.08 +8444;9;5545.68;9.50;892.00;1.57;1.08 +8444;10;5572.32;9.50;892.00;-1.57;1.08 +8444;11;5565.40;9.50;876.80;0.39;1.08 +8444;12;5541.40;9.50;877.60;-0.88;1.08 +8444;13;5536.60;9.50;892.00;4.71;1.08 +8444;14;5578.20;9.50;899.20;1.93;1.08 +8444;15;5548.60;9.50;906.40;3.76;1.08 8444;21;5545.68;9.50;892.00;1.57;1.08 +8445;0;4733.71;9.50;1285.57;-0.50;1.32 +8445;1;4720.50;9.50;1273.00;-0.27;1.32 +8445;2;4736.50;9.50;1279.50;0.88;1.32 +8445;3;4715.00;9.55;1277.50;-0.71;1.32 +8445;4;4719.00;9.50;1281.50;-0.67;1.32 +8445;5;4701.50;9.50;1282.50;-1.30;1.32 +8445;6;4703.00;9.50;1290.00;4.66;1.32 +8445;7;4706.50;9.50;1285.50;-1.38;1.32 +8445;8;4713.00;9.50;1284.00;-1.17;1.32 +8445;9;4708.08;9.50;1289.00;1.57;1.32 +8445;10;4741.92;9.50;1289.00;-1.57;1.32 +8445;11;4717.80;9.50;1263.40;-0.27;1.32 +8445;12;4743.40;9.50;1273.80;0.88;1.32 +8445;13;4709.00;9.59;1270.60;-0.71;1.32 +8445;14;4715.40;9.90;1277.00;-0.67;1.32 +8445;15;4687.40;9.79;1278.60;-1.30;1.32 +8445;16;4689.80;9.50;1290.60;4.66;1.32 +8445;17;4695.40;9.50;1283.40;-1.38;1.32 +8445;18;4705.80;9.50;1281.00;-1.17;1.32 8445;21;4741.92;9.50;1289.00;-1.57;1.32 +8446;0;4097.00;9.50;552.00;0.00;1.24 +8446;1;4099.00;9.50;535.50;0.12;1.24 +8446;2;4106.00;9.50;541.00;0.68;1.24 +8446;3;4090.50;9.50;546.00;-0.82;1.24 +8446;4;4108.00;9.50;553.50;1.70;1.24 +8446;5;4086.50;9.50;562.50;3.92;1.24 +8446;6;4098.00;9.50;565.00;3.06;1.24 +8446;9;4085.84;9.50;552.00;1.57;1.24 +8446;10;4108.16;9.50;552.00;-1.57;1.24 +8446;11;4100.20;9.50;525.60;0.12;1.24 +8446;12;4111.40;9.50;534.40;0.68;1.24 +8446;13;4086.60;9.50;542.40;-0.82;1.24 +8446;14;4114.60;9.50;554.40;1.70;1.24 +8446;15;4080.20;9.50;568.80;3.92;1.24 +8446;16;4098.60;9.50;572.80;3.06;1.24 8446;21;4085.84;9.50;552.00;1.57;1.24 +8447;0;4408.00;9.50;126.00;0.00;0.88 +8447;1;4408.50;9.50;116.00;0.05;0.88 +8447;2;4397.50;9.50;119.50;-1.01;0.88 +8447;3;4417.00;9.50;128.00;1.78;0.88 +8447;4;4400.50;9.50;132.00;4.03;0.88 +8447;5;4409.00;9.50;138.00;3.05;0.88 +8447;9;4400.08;9.50;126.00;1.57;0.88 +8447;10;4415.92;9.50;126.00;-1.57;0.88 +8447;11;4408.80;9.50;110.00;0.05;0.88 +8447;12;4391.20;9.50;115.60;-1.01;0.88 +8447;13;4422.40;9.50;129.20;1.78;0.88 +8447;14;4396.00;9.50;135.60;4.03;0.88 +8447;15;4409.60;9.50;145.20;3.05;0.88 8447;21;4400.08;9.50;126.00;1.57;0.88 +8448;0;4050.00;9.50;281.00;0.00;1.18 +8448;1;4051.50;9.50;264.50;0.09;1.18 +8448;2;4045.00;9.50;274.50;-0.65;1.18 +8448;3;4059.50;9.50;271.50;0.78;1.18 +8448;4;4060.00;9.50;283.50;1.81;1.18 +8448;5;4036.50;9.50;288.00;4.23;1.18 +8448;6;4045.50;9.50;292.50;3.51;1.18 +8448;9;4038.30;9.50;281.00;1.57;1.18 +8448;10;4061.70;9.50;281.00;-1.57;1.18 +8448;11;4052.40;9.50;254.60;0.09;1.18 +8448;12;4042.00;9.50;270.60;-0.65;1.18 +8448;13;4065.20;9.50;265.80;0.78;1.18 +8448;14;4066.00;9.50;285.00;1.81;1.18 +8448;15;4028.40;9.50;292.20;4.23;1.18 +8448;16;4042.80;9.50;299.40;3.51;1.18 8448;21;4038.30;9.50;281.00;1.57;1.18 +8449;0;3977.00;9.50;106.00;0.00;1.02 +8449;1;3970.00;9.50;95.50;-0.58;1.02 +8449;2;3978.00;9.50;91.50;0.06;1.02 +8449;3;3983.00;9.50;97.00;0.58;1.02 +8449;4;3965.50;9.50;107.00;4.62;1.02 +8449;5;3986.50;9.50;112.50;2.17;1.02 +8449;6;3976.50;9.50;118.00;3.18;1.02 +8449;7;3985.50;9.50;122.50;2.66;1.02 +8449;9;3967.82;9.50;106.00;1.57;1.02 +8449;10;3986.18;9.50;106.00;-1.57;1.02 +8449;11;3965.80;9.50;89.20;-0.58;1.02 +8449;12;3978.60;9.50;82.80;0.06;1.02 +8449;13;3986.60;9.50;91.60;0.58;1.02 +8449;14;3958.60;9.50;107.60;4.62;1.02 +8449;15;3992.20;9.50;116.40;2.17;1.02 +8449;16;3976.20;9.50;125.20;3.18;1.02 +8449;17;3990.60;9.50;132.40;2.66;1.02 8449;21;3967.82;9.50;106.00;1.57;1.02 +8450;0;2815.00;9.50;1537.00;0.00;0.44 +8450;1;2816.50;9.50;1535.50;0.78;0.44 +8450;2;2809.50;9.50;1534.00;-1.07;0.44 +8450;3;2808.00;9.50;1536.50;-1.49;0.44 +8450;4;2814.50;9.50;1538.50;3.46;0.44 +8450;5;2822.00;9.50;1540.00;1.97;0.44 +8450;9;2809.60;9.50;1537.00;1.57;0.44 +8450;10;2820.40;9.50;1537.00;-1.57;0.44 +8450;11;2817.40;9.50;1534.60;0.78;0.44 +8450;12;2806.20;9.50;1532.20;-1.07;0.44 +8450;13;2803.80;9.50;1536.20;-1.49;0.44 +8450;14;2814.20;9.50;1539.40;3.46;0.44 +8450;15;2826.20;9.50;1541.80;1.97;0.44 8450;21;2820.40;9.50;1537.00;-1.57;0.44 +8451;0;2452.00;9.50;675.00;0.00;1.04 +8451;1;2451.50;9.50;662.50;-0.04;1.04 +8451;2;2460.50;9.50;658.50;0.47;1.04 +8451;3;2461.00;9.50;667.50;0.87;1.04 +8451;4;2440.50;9.50;672.00;-1.31;1.04 +8451;5;2463.00;9.50;682.00;2.13;1.04 +8451;6;2442.00;9.50;682.50;4.06;1.04 +8451;7;2455.00;9.50;688.00;2.91;1.04 +8451;9;2442.64;9.50;675.00;1.57;1.04 +8451;10;2461.36;9.50;675.00;-1.57;1.04 +8451;11;2451.20;9.50;655.00;-0.04;1.04 +8451;12;2465.60;9.50;648.60;0.47;1.04 +8451;13;2466.40;9.50;663.00;0.87;1.04 +8451;14;2433.60;9.50;670.20;-1.31;1.04 +8451;15;2469.60;9.50;686.20;2.13;1.04 +8451;16;2436.00;9.50;687.00;4.06;1.04 +8451;17;2456.80;9.50;695.80;2.91;1.04 8451;21;2442.64;9.50;675.00;1.57;1.04 +8452;0;2199.00;9.50;526.00;0.00;1.16 +8452;1;2201.00;9.50;513.00;0.15;1.16 +8452;2;2212.50;9.50;523.00;1.35;1.16 +8452;3;2188.00;9.50;516.00;-0.83;1.16 +8452;4;2182.50;9.50;523.00;-1.39;1.16 +8452;5;2184.00;9.50;528.50;4.54;1.16 +8452;6;2189.00;9.50;535.00;3.98;1.16 +8452;7;2205.00;9.50;537.00;2.64;1.16 +8452;9;2186.22;9.50;526.00;1.57;1.16 +8452;10;2211.78;9.50;526.00;-1.57;1.16 +8452;11;2202.20;9.50;505.20;0.15;1.16 +8452;12;2220.60;9.50;521.20;1.35;1.16 +8452;13;2181.40;9.50;510.00;-0.83;1.16 +8452;14;2172.60;9.50;521.20;-1.39;1.16 +8452;15;2175.00;9.50;530.00;4.54;1.16 +8452;16;2183.00;9.50;540.40;3.98;1.16 +8452;17;2208.60;9.50;543.60;2.64;1.16 8452;21;2186.22;9.50;526.00;1.57;1.16 +8453;0;2405.00;9.50;1277.00;0.00;1.78 +8453;1;2397.50;9.50;1259.00;-0.39;1.78 +8453;2;2424.50;9.50;1261.00;0.88;1.78 +8453;3;2379.50;9.50;1263.00;-1.06;1.78 +8453;4;2377.00;9.50;1277.50;4.69;1.78 +8453;5;2435.50;9.50;1274.00;1.47;1.78 +8453;6;2406.50;9.50;1279.50;2.60;1.78 +8453;7;2424.00;9.50;1291.00;2.20;1.78 +8453;8;2384.00;9.50;1293.00;4.06;1.78 +8453;9;2383.04;9.50;1277.00;1.57;1.78 +8453;10;2426.96;9.50;1277.00;-1.57;1.78 +8453;11;2393.00;9.50;1248.20;-0.39;1.78 +8453;12;2436.20;9.50;1251.40;0.88;1.78 +8453;13;2364.20;9.50;1254.60;-1.06;1.78 +8453;14;2360.20;9.50;1277.80;4.69;1.78 +8453;15;2453.80;9.50;1272.20;1.47;1.78 +8453;16;2407.40;9.50;1281.00;2.60;1.78 +8453;17;2435.40;9.50;1299.40;2.20;1.78 +8453;18;2371.40;9.50;1302.60;4.06;1.78 8453;21;2383.04;9.50;1277.00;1.57;1.78 +8454;0;2651.00;9.50;1705.00;0.00;1.08 +8454;1;2650.00;9.50;1695.00;-0.10;1.08 +8454;2;2663.00;9.50;1700.00;1.17;1.08 +8454;3;2638.00;9.50;1700.00;-1.20;1.08 +8454;4;2638.00;9.50;1709.00;4.41;1.08 +8454;5;2653.50;9.50;1714.00;2.87;1.08 +8454;6;2640.00;9.50;1716.50;3.90;1.08 +8454;9;2640.74;9.50;1705.00;1.57;1.08 +8454;10;2661.26;9.50;1705.00;-1.57;1.08 +8454;11;2649.40;9.50;1689.00;-0.10;1.08 +8454;12;2670.20;9.50;1697.00;1.17;1.08 +8454;13;2630.20;9.50;1697.00;-1.20;1.08 +8454;14;2630.20;9.50;1711.40;4.41;1.08 +8454;15;2655.00;9.50;1719.40;2.87;1.08 +8454;16;2633.40;9.50;1723.40;3.90;1.08 8454;21;2640.74;9.50;1705.00;1.57;1.08 +8455;0;1399.00;9.50;343.00;0.00;1.28 +8455;1;1389.00;9.50;332.50;-0.76;1.28 +8455;2;1409.50;9.50;331.50;0.74;1.28 +8455;3;1418.50;9.50;342.50;1.54;1.28 +8455;4;1381.50;9.50;349.00;4.38;1.28 +8455;5;1401.50;9.50;355.00;2.93;1.28 +8455;9;1384.24;9.50;343.00;1.57;1.28 +8455;10;1413.76;9.50;343.00;-1.57;1.28 +8455;11;1383.00;9.50;326.20;-0.76;1.28 +8455;12;1415.80;9.50;324.60;0.74;1.28 +8455;13;1430.20;9.50;342.20;1.54;1.28 +8455;14;1371.00;9.50;352.60;4.38;1.28 +8455;15;1403.00;9.50;362.20;2.93;1.28 8455;21;1384.24;9.50;343.00;1.57;1.28 +8456;0;504.00;9.50;154.00;0.00;0.86 +8456;1;505.50;9.50;145.00;0.16;0.86 +8456;2;490.50;9.50;151.50;-1.38;0.86 +8456;3;516.50;9.50;155.00;1.65;0.86 +8456;4;492.50;9.50;159.50;4.26;0.86 +8456;5;494.50;9.50;163.50;3.92;0.86 +8456;6;504.00;9.50;166.00;3.14;0.86 +8456;9;492.48;9.50;154.00;1.57;0.86 +8456;10;515.52;9.50;154.00;-1.57;0.86 +8456;11;506.40;9.50;139.60;0.16;0.86 +8456;12;482.40;9.50;150.00;-1.38;0.86 +8456;13;524.00;9.50;155.60;1.65;0.86 +8456;14;485.60;9.50;162.80;4.26;0.86 +8456;15;488.80;9.50;169.20;3.92;0.86 +8456;16;504.00;9.50;173.20;3.14;0.86 8456;21;492.48;9.50;154.00;1.57;0.86 +8457;0;511.00;9.50;1324.00;0.00;1.22 +8457;1;519.00;9.50;1313.00;0.62;1.22 +8457;2;505.00;9.50;1312.50;-0.48;1.22 +8457;3;495.00;9.50;1328.00;4.46;1.22 +8457;4;528.00;9.50;1326.00;1.68;1.22 +8457;5;527.50;9.50;1332.50;2.04;1.22 +8457;6;508.50;9.50;1334.50;3.37;1.22 +8457;9;497.50;9.50;1324.00;1.57;1.22 +8457;10;524.50;9.50;1324.00;-1.57;1.22 +8457;11;523.80;9.50;1306.40;0.62;1.22 +8457;12;501.40;9.50;1305.60;-0.48;1.22 +8457;13;485.40;9.50;1330.40;4.46;1.22 +8457;14;538.20;9.50;1327.20;1.68;1.22 +8457;15;537.40;9.50;1337.60;2.04;1.22 +8457;16;507.00;9.50;1340.80;3.37;1.22 8457;21;497.50;9.50;1324.00;1.57;1.22 +8458;0;391.00;9.50;1857.00;0.00;1.40 +8458;1;390.50;9.50;1840.00;-0.02;1.40 +8458;2;400.00;9.50;1846.00;0.68;1.40 +8458;3;382.00;9.50;1846.50;-0.70;1.40 +8458;4;405.00;9.50;1861.00;1.84;1.40 +8458;5;376.50;9.50;1862.00;4.38;1.40 +8458;6;396.50;9.50;1873.00;2.81;1.40 +8458;7;386.50;9.50;1871.00;3.45;1.40 +8458;9;377.68;9.50;1857.00;1.57;1.40 +8458;10;404.32;9.50;1857.00;-1.57;1.40 +8458;11;390.20;9.50;1829.80;-0.02;1.40 +8458;12;405.40;9.50;1839.40;0.68;1.40 +8458;13;376.60;9.50;1840.20;-0.70;1.40 +8458;14;413.40;9.50;1863.40;1.84;1.40 +8458;15;367.80;9.50;1865.00;4.38;1.40 +8458;16;399.80;9.50;1882.60;2.81;1.40 +8458;17;383.80;9.50;1879.40;3.45;1.40 8458;21;377.68;9.50;1857.00;1.57;1.40 +8459;0;499.00;9.50;1005.00;0.00;1.14 +8459;1;498.50;9.50;994.50;-0.04;1.14 +8459;2;517.50;9.50;1000.50;1.33;1.14 +8459;3;480.00;9.50;1007.50;4.58;1.14 +8459;4;515.00;9.50;1011.50;1.95;1.14 +8459;5;494.00;9.50;1015.00;3.60;1.14 +8459;9;484.06;9.50;1005.00;1.57;1.14 +8459;10;513.94;9.50;1005.00;-1.57;1.14 +8459;11;498.20;9.50;988.20;-0.04;1.14 +8459;12;528.60;9.50;997.80;1.33;1.14 +8459;13;468.60;9.50;1009.00;4.58;1.14 +8459;14;524.60;9.50;1015.40;1.95;1.14 +8459;15;491.00;9.50;1021.00;3.60;1.14 8459;21;484.06;9.50;1005.00;1.57;1.14 +8460;0;682.00;9.50;411.00;0.00;1.36 +8460;1;676.50;9.50;402.50;-0.57;1.36 +8460;2;691.00;9.50;395.00;0.51;1.36 +8460;3;698.00;9.50;400.50;0.99;1.36 +8460;4;699.50;9.50;411.00;1.57;1.36 +8460;5;662.00;9.50;409.50;-1.49;1.36 +8460;6;666.50;9.50;419.00;4.23;1.36 +8460;7;683.00;9.50;423.00;3.05;1.36 +8460;9;666.52;9.50;411.00;1.57;1.36 +8460;10;697.48;9.50;411.00;-1.57;1.36 +8460;11;673.20;9.50;397.40;-0.57;1.36 +8460;12;696.40;9.50;385.40;0.51;1.36 +8460;13;707.60;9.50;394.20;0.99;1.36 +8460;14;710.00;9.50;411.00;1.57;1.36 +8460;15;650.00;9.50;408.60;-1.49;1.36 +8460;16;657.20;9.50;423.80;4.23;1.36 +8460;17;683.60;9.50;430.20;3.05;1.36 8460;21;666.52;9.50;411.00;1.57;1.36 +8461;0;3897.00;9.70;2003.00;0.00;1.76 +8461;1;3878.00;9.70;2001.00;-1.46;1.76 +8461;2;3904.00;9.70;1982.00;0.32;1.76 +8461;3;3917.00;9.70;2005.00;1.67;1.76 +8461;9;3879.54;9.70;2003.00;1.57;1.76 +8461;10;3914.46;9.70;2003.00;-1.57;1.76 +8461;19;3855.00;9.50;2005.00;-1.47;1.76 +8461;20;3853.25;9.50;2005.08;4.66;1.76 8461;21;3879.54;9.70;2003.00;1.57;1.76 +8462;0;2687.00;9.50;1520.00;0.00;0.54 +8462;1;2686.00;9.50;1516.00;-0.24;0.54 +8462;2;2696.00;9.50;1515.00;1.06;0.54 +8462;3;2695.50;9.50;1518.50;1.39;0.54 +8462;4;2689.50;9.50;1524.00;2.58;0.54 +8462;5;2679.50;9.50;1524.50;4.17;0.54 +8462;9;2679.80;9.50;1520.00;1.57;0.54 +8462;10;2694.20;9.50;1520.00;-1.57;0.54 +8462;11;2685.40;9.50;1513.60;-0.24;0.54 +8462;12;2701.40;9.50;1512.00;1.06;0.54 +8462;13;2700.60;9.50;1517.60;1.39;0.54 +8462;14;2691.00;9.50;1526.40;2.58;0.54 +8462;15;2675.00;9.50;1527.20;4.17;0.54 8462;21;2679.80;9.50;1520.00;1.57;0.54 +8463;0;2414.00;9.50;1967.00;0.00;1.70 +8463;1;2421.00;9.50;1954.00;0.49;1.70 +8463;2;2400.00;9.50;1959.50;-1.07;1.70 +8463;3;2431.00;9.50;1972.50;1.88;1.70 +8463;4;2392.50;9.50;1974.50;4.37;1.70 +8463;5;2411.00;9.50;1980.50;3.36;1.70 +8463;9;2398.70;9.50;1967.00;1.57;1.70 +8463;10;2429.30;9.50;1967.00;-1.57;1.70 +8463;11;2425.20;9.50;1946.20;0.49;1.70 +8463;12;2391.60;9.50;1955.00;-1.07;1.70 +8463;13;2441.20;9.50;1975.80;1.88;1.70 +8463;14;2379.60;9.50;1979.00;4.37;1.70 +8463;15;2409.20;9.50;1988.60;3.36;1.70 8463;21;2398.70;9.50;1967.00;1.57;1.70 +8464;0;2544.00;9.50;302.00;0.00;1.08 +8464;1;2535.00;9.50;293.50;-0.81;1.08 +8464;2;2551.50;9.50;292.00;0.64;1.08 +8464;3;2554.50;9.50;305.50;1.89;1.08 +8464;4;2531.00;9.50;305.00;4.48;1.08 +8464;5;2540.00;9.50;314.50;3.45;1.08 +8464;9;2532.12;9.50;302.00;1.57;1.08 +8464;10;2555.88;9.50;302.00;-1.57;1.08 +8464;11;2529.60;9.50;288.40;-0.81;1.08 +8464;12;2556.00;9.50;286.00;0.64;1.08 +8464;13;2560.80;9.50;307.60;1.89;1.08 +8464;14;2523.20;9.50;306.80;4.48;1.08 +8464;15;2537.60;9.50;322.00;3.45;1.08 8464;21;2532.12;9.50;302.00;1.57;1.08 +8465;0;1647.00;9.50;1457.00;0.00;1.24 +8465;1;1658.00;9.50;1439.00;0.54;1.24 +8465;2;1659.00;9.50;1449.00;0.98;1.24 +8465;3;1643.50;9.50;1445.50;-0.29;1.24 +8465;4;1628.00;9.50;1454.50;-1.44;1.24 +8465;5;1631.50;9.50;1459.50;4.55;1.24 +8465;6;1626.50;9.50;1458.00;4.66;1.24 +8465;7;1661.00;9.50;1465.00;2.09;1.24 +8465;8;1633.50;9.50;1464.50;4.20;1.24 +8465;9;1633.86;9.50;1457.00;1.57;1.24 +8465;10;1660.14;9.50;1457.00;-1.57;1.24 +8465;11;1664.60;9.50;1428.20;0.54;1.24 +8465;12;1666.20;9.50;1444.20;0.98;1.24 +8465;13;1641.40;9.50;1438.60;-0.29;1.24 +8465;14;1616.60;9.50;1453.00;-1.44;1.24 +8465;15;1622.20;9.50;1461.00;4.55;1.24 +8465;16;1614.20;9.50;1458.60;4.66;1.24 +8465;17;1669.40;9.50;1469.80;2.09;1.24 +8465;18;1625.40;9.50;1469.00;4.20;1.24 8465;21;1633.86;9.50;1457.00;1.57;1.24 +8466;0;230.00;9.50;494.00;0.00;1.04 +8466;1;218.50;9.50;480.50;-0.70;1.04 +8466;2;232.00;9.50;482.50;0.17;1.04 +8466;3;214.00;9.50;491.00;-1.38;1.04 +8466;4;246.00;9.50;495.50;1.66;1.04 +8466;5;216.50;9.50;502.00;4.17;1.04 +8466;6;227.00;9.50;504.50;3.42;1.04 +8466;7;239.00;9.50;506.00;2.49;1.04 +8466;9;217.22;9.50;494.00;1.57;1.04 +8466;10;242.78;9.50;494.00;-1.57;1.04 +8466;11;211.60;9.50;472.40;-0.70;1.04 +8466;12;233.20;9.50;475.60;0.17;1.04 +8466;13;204.40;9.50;489.20;-1.38;1.04 +8466;14;255.60;9.50;496.40;1.66;1.04 +8466;15;208.40;9.50;506.80;4.17;1.04 +8466;16;225.20;9.50;510.80;3.42;1.04 +8466;17;244.40;9.50;513.20;2.49;1.04 8466;21;217.22;9.50;494.00;1.57;1.04 +8467;0;5342.00;9.50;1328.00;0.00;1.22 +8467;1;5346.00;9.50;1315.00;0.29;1.22 +8467;2;5330.00;9.50;1322.00;-1.10;1.22 +8467;3;5354.00;9.50;1333.50;2.00;1.22 +8467;4;5338.50;9.50;1340.50;3.41;1.22 +8467;9;5331.02;9.50;1328.00;1.57;1.22 +8467;10;5352.98;9.50;1328.00;-1.57;1.22 +8467;11;5348.40;9.50;1307.20;0.29;1.22 +8467;12;5322.80;9.50;1318.40;-1.10;1.22 +8467;13;5361.20;9.50;1336.80;2.00;1.22 +8467;14;5336.40;9.50;1348.00;3.41;1.22 8467;21;5331.02;9.50;1328.00;1.57;1.22 +8468;0;4253.00;9.50;538.00;0.00;0.80 +8468;1;4252.00;9.50;530.00;-0.12;0.80 +8468;2;4261.50;9.50;528.50;0.73;0.80 +8468;3;4264.50;9.50;538.00;1.57;0.80 +8468;4;4241.50;9.50;537.50;-1.52;0.80 +8468;5;4244.00;9.50;545.00;4.05;0.80 +8468;6;4258.00;9.50;544.50;2.48;0.80 +8468;9;4242.92;9.50;538.00;1.57;0.80 +8468;10;4263.08;9.50;538.00;-1.57;0.80 +8468;11;4251.40;9.50;525.20;-0.12;0.80 +8468;12;4266.60;9.50;522.80;0.73;0.80 +8468;13;4271.40;9.50;538.00;1.57;0.80 +8468;14;4234.60;9.50;537.20;-1.52;0.80 +8468;15;4238.60;9.50;549.20;4.05;0.80 +8468;16;4261.00;9.50;548.40;2.48;0.80 8468;21;4242.92;9.50;538.00;1.57;0.80 +8469;0;2684.00;9.50;1501.00;0.00;0.80 +8469;1;2678.50;9.50;1498.50;-1.14;0.80 +8469;2;2694.50;9.50;1494.50;1.01;0.80 +8469;3;2695.50;9.50;1500.50;1.52;0.80 +8469;4;2684.50;9.50;1506.50;3.05;0.80 +8469;5;2672.00;9.50;1508.50;4.15;0.80 +8469;9;2673.02;9.50;1501.00;1.57;0.80 +8469;10;2694.98;9.50;1501.00;-1.57;0.80 +8469;11;2675.20;9.50;1497.00;-1.14;0.80 +8469;12;2700.80;9.50;1490.60;1.01;0.80 +8469;13;2702.40;9.50;1500.20;1.52;0.80 +8469;14;2684.80;9.50;1509.80;3.05;0.80 +8469;15;2664.80;9.50;1513.00;4.15;0.80 8469;21;2673.02;9.50;1501.00;1.57;0.80 +8470;0;5506.00;9.50;529.00;0.00;1.14 +8470;1;5510.50;9.50;518.50;0.40;1.14 +8470;2;5488.00;9.50;527.00;-1.46;1.14 +8470;3;5529.00;9.50;526.50;1.46;1.14 +8470;4;5513.50;9.50;538.50;2.47;1.14 +8470;5;5495.00;9.50;540.50;3.90;1.14 +8470;9;5489.62;9.50;529.00;1.57;1.14 +8470;10;5522.38;9.50;529.00;-1.57;1.14 +8470;11;5513.20;9.50;512.20;0.40;1.14 +8470;12;5477.20;9.50;525.80;-1.46;1.14 +8470;13;5542.80;9.50;525.00;1.46;1.14 +8470;14;5518.00;9.50;544.20;2.47;1.14 +8470;15;5488.40;9.50;547.40;3.90;1.14 8470;21;5489.62;9.50;529.00;1.57;1.14 +8471;0;5607.00;9.50;915.00;0.00;1.24 +8471;1;5610.50;9.50;902.50;0.27;1.24 +8471;2;5595.00;9.50;908.00;-1.04;1.24 +8471;3;2803.50;10.30;914.00;-1.57;1.24 +8471;4;5588.00;9.50;917.00;4.60;1.24 +8471;5;5603.50;9.50;924.00;3.51;1.24 +8471;6;2803.50;10.20;927.50;4.70;1.24 +8471;9;5595.84;9.50;915.00;1.57;1.24 +8471;10;5618.16;9.50;915.00;-1.57;1.24 +8471;11;5612.60;9.50;895.00;0.27;1.24 +8471;12;5587.80;9.50;903.80;-1.04;1.24 +8471;13;1121.40;9.50;913.40;-1.57;1.24 +8471;14;5576.60;9.50;918.20;4.60;1.24 +8471;15;5601.40;9.50;929.40;3.51;1.24 +8471;16;1121.40;9.50;935.00;4.70;1.24 8471;21;5595.84;9.50;915.00;1.57;1.24 +8472;0;4859.00;9.50;1132.00;0.00;0.98 +8472;1;4853.00;9.50;1114.00;-0.32;0.98 +8472;2;4863.50;9.50;1121.00;0.38;0.98 +8472;3;4850.00;9.50;1126.00;-0.98;0.98 +8472;4;4871.00;9.50;1132.50;1.61;0.98 +8472;5;4865.50;9.50;1144.50;2.66;0.98 +8472;6;4857.00;9.50;1141.00;3.36;0.98 +8472;7;4850.00;9.50;1141.50;3.90;0.98 +8472;8;4855.50;9.50;1148.00;3.35;0.98 +8472;9;4850.18;9.50;1132.00;1.57;0.98 +8472;10;4867.82;9.50;1132.00;-1.57;0.98 +8472;11;4849.40;9.50;1103.20;-0.32;0.98 +8472;12;4866.20;9.50;1114.40;0.38;0.98 +8472;13;4844.60;9.50;1122.40;-0.98;0.98 +8472;14;4878.20;9.50;1132.80;1.61;0.98 +8472;15;4869.40;9.50;1152.00;2.66;0.98 +8472;16;4855.80;9.50;1146.40;3.36;0.98 +8472;17;4844.60;9.50;1147.20;3.90;0.98 +8472;18;4853.40;9.50;1157.60;3.35;0.98 8472;21;4850.18;9.50;1132.00;1.57;0.98 +8473;0;4140.00;9.50;566.00;0.00;1.18 +8473;1;4135.00;9.50;553.50;-0.38;1.18 +8473;2;4145.50;9.50;556.50;0.52;1.18 +8473;3;4129.50;9.50;560.50;-1.08;1.18 +8473;4;4150.00;9.50;569.50;1.90;1.18 +8473;5;4132.50;9.50;574.50;3.86;1.18 +8473;6;4143.00;9.50;578.50;2.90;1.18 +8473;9;4129.38;9.50;566.00;1.57;1.18 +8473;10;4150.62;9.50;566.00;-1.57;1.18 +8473;11;4132.00;9.50;546.00;-0.38;1.18 +8473;12;4148.80;9.50;550.80;0.52;1.18 +8473;13;4123.20;9.50;557.20;-1.08;1.18 +8473;14;4156.00;9.50;571.60;1.90;1.18 +8473;15;4128.00;9.50;579.60;3.86;1.18 +8473;16;4144.80;9.50;586.00;2.90;1.18 8473;21;4129.38;9.50;566.00;1.57;1.18 +8474;0;4447.00;9.50;119.00;0.00;1.10 +8474;1;4450.00;9.50;108.00;0.26;1.10 +8474;2;4437.50;9.50;111.00;-0.87;1.10 +8474;3;4463.50;9.50;110.00;1.07;1.10 +8474;4;4457.50;9.50;120.50;1.71;1.10 +8474;5;4436.50;9.50;124.50;4.23;1.10 +8474;6;4443.50;9.50;132.50;3.39;1.10 +8474;7;4435.00;9.50;134.50;3.80;1.10 +8474;9;4436.74;9.50;119.00;1.57;1.10 +8474;10;4457.26;9.50;119.00;-1.57;1.10 +8474;11;4451.80;9.50;101.40;0.26;1.10 +8474;12;4431.80;9.50;106.20;-0.87;1.10 +8474;13;4473.40;9.50;104.60;1.07;1.10 +8474;14;4463.80;9.50;121.40;1.71;1.10 +8474;15;4430.20;9.50;127.80;4.23;1.10 +8474;16;4441.40;9.50;140.60;3.39;1.10 +8474;17;4427.80;9.50;143.80;3.80;1.10 8474;21;4436.74;9.50;119.00;1.57;1.10 +8475;0;4045.00;9.50;325.00;0.00;0.88 +8475;1;4043.00;9.50;314.50;-0.18;0.88 +8475;2;4053.50;9.50;320.00;1.03;0.88 +8475;3;4036.00;9.50;316.50;-0.81;0.88 +8475;4;4035.00;9.50;324.00;-1.47;0.88 +8475;5;4048.50;9.50;333.00;2.72;0.88 +8475;6;4037.00;9.50;334.50;3.84;0.88 +8475;9;4037.08;9.50;325.00;1.57;0.88 +8475;10;4052.92;9.50;325.00;-1.57;0.88 +8475;11;4041.80;9.50;308.20;-0.18;0.88 +8475;12;4058.60;9.50;317.00;1.03;0.88 +8475;13;4030.60;9.50;311.40;-0.81;0.88 +8475;14;4029.00;9.50;323.40;-1.47;0.88 +8475;15;4050.60;9.50;337.80;2.72;0.88 +8475;16;4032.20;9.50;340.20;3.84;0.88 8475;21;4037.08;9.50;325.00;1.57;0.88 +8476;0;4016.00;9.50;74.00;0.00;0.96 +8476;1;4006.00;9.50;69.00;-1.10;0.96 +8476;2;4025.00;9.50;64.50;0.75;0.96 +8476;3;4030.50;9.50;73.00;1.50;0.96 +8476;4;4002.50;9.50;81.00;4.23;0.96 +8476;5;4016.50;9.50;83.50;3.08;0.96 +8476;9;4002.50;9.50;74.00;1.57;0.96 +8476;10;4029.50;9.50;74.00;-1.57;0.96 +8476;11;4000.00;9.50;66.00;-1.10;0.96 +8476;12;4030.40;9.50;58.80;0.75;0.96 +8476;13;4039.20;9.50;72.40;1.50;0.96 +8476;14;3994.40;9.50;85.20;4.23;0.96 +8476;15;4016.80;9.50;89.20;3.08;0.96 8476;21;4002.50;9.50;74.00;1.57;0.96 +8477;0;3156.00;9.50;16.00;0.00;0.88 +8477;1;3146.50;9.50;16.50;4.66;0.88 +8477;2;3166.50;9.50;11.50;1.16;0.88 +8477;3;3163.00;9.50;21.00;2.19;0.88 +8477;4;3154.00;9.50;26.50;3.33;0.88 +8477;5;3160.00;9.50;28.00;2.82;0.88 +8477;9;3147.36;9.50;16.00;1.57;0.88 +8477;10;3164.64;9.50;16.00;-1.57;0.88 +8477;11;3140.80;9.50;16.80;4.66;0.88 +8477;12;3172.80;9.50;8.80;1.16;0.88 +8477;13;3167.20;9.50;24.00;2.19;0.88 +8477;14;3152.80;9.50;32.80;3.33;0.88 +8477;15;3162.40;9.50;35.20;2.82;0.88 8477;21;3147.36;9.50;16.00;1.57;0.88 +8478;0;2526.00;9.50;16.00;0.00;0.68 +8478;1;2512.00;9.50;16.00;4.71;0.68 +8478;2;2540.00;9.50;16.00;1.57;0.68 +8478;3;2516.50;9.50;24.00;4.01;0.68 +8478;4;2531.50;9.50;24.00;2.53;0.68 +8478;9;2515.02;9.50;16.00;1.57;0.68 +8478;10;2536.98;9.50;16.00;-1.57;0.68 +8478;11;2503.60;9.50;16.00;4.71;0.68 +8478;12;2548.40;9.50;16.00;1.57;0.68 +8478;13;2510.80;9.50;28.80;4.01;0.68 +8478;14;2534.80;9.50;28.80;2.53;0.68 8478;21;2515.02;9.50;16.00;1.57;0.68 +8479;0;2409.00;9.50;660.00;0.00;1.04 +8479;1;2404.50;9.50;652.50;-0.54;1.04 +8479;2;2419.00;9.50;652.00;0.89;1.04 +8479;3;2396.50;9.50;664.50;4.36;1.04 +8479;4;2419.00;9.50;664.50;1.99;1.04 +8479;5;2409.00;9.50;671.00;3.14;1.04 +8479;9;2398.56;9.50;660.00;1.57;1.04 +8479;10;2419.44;9.50;660.00;-1.57;1.04 +8479;11;2401.80;9.50;648.00;-0.54;1.04 +8479;12;2425.00;9.50;647.20;0.89;1.04 +8479;13;2389.00;9.50;667.20;4.36;1.04 +8479;14;2425.00;9.50;667.20;1.99;1.04 +8479;15;2409.00;9.50;677.60;3.14;1.04 8479;21;2398.56;9.50;660.00;1.57;1.04 +8480;0;2216.00;9.50;568.00;0.00;1.26 +8480;1;2213.50;9.50;558.00;-0.24;1.26 +8480;2;2229.50;9.50;558.50;0.95;1.26 +8480;3;2201.50;9.50;563.50;-1.27;1.26 +8480;4;2220.50;9.50;576.00;2.62;1.26 +8480;5;2200.50;9.50;567.50;-1.53;1.26 +8480;6;2204.50;9.50;578.00;3.99;1.26 +8480;9;2204.48;9.50;568.00;1.57;1.26 +8480;10;2227.52;9.50;568.00;-1.57;1.26 +8480;11;2212.00;9.50;552.00;-0.24;1.26 +8480;12;2237.60;9.50;552.80;0.95;1.26 +8480;13;2192.80;9.50;560.80;-1.27;1.26 +8480;14;2223.20;9.50;580.80;2.62;1.26 +8480;15;2191.20;9.50;567.20;-1.53;1.26 +8480;16;2197.60;9.50;584.00;3.99;1.26 8480;21;2204.48;9.50;568.00;1.57;1.26 +8481;0;2321.00;9.50;1332.00;0.00;1.24 +8481;1;2320.50;9.50;1320.00;-0.04;1.24 +8481;2;2342.00;9.50;1320.50;1.07;1.24 +8481;3;2302.50;9.50;1330.00;-1.46;1.24 +8481;4;2334.50;9.50;1336.50;1.89;1.24 +8481;5;2303.50;9.50;1342.50;4.17;1.24 +8481;6;2314.00;9.50;1347.50;3.56;1.24 +8481;9;2302.10;9.50;1332.00;1.57;1.24 +8481;10;2339.90;9.50;1332.00;-1.57;1.24 +8481;11;2320.20;9.50;1312.80;-0.04;1.24 +8481;12;2354.60;9.50;1313.60;1.07;1.24 +8481;13;2291.40;9.50;1328.80;-1.46;1.24 +8481;14;2342.60;9.50;1339.20;1.89;1.24 +8481;15;2293.00;9.50;1348.80;4.17;1.24 +8481;16;2309.80;9.50;1356.80;3.56;1.24 8481;21;2302.10;9.50;1332.00;1.57;1.24 +8482;0;2631.00;9.50;1773.00;0.00;1.46 +8482;1;2630.00;9.50;1750.50;-0.04;1.46 +8482;2;2625.50;9.50;1755.50;-0.30;1.46 +8482;3;2639.50;9.50;1761.00;0.61;1.46 +8482;4;2616.50;9.50;1767.00;-1.17;1.46 +8482;5;2646.50;9.50;1778.50;1.91;1.46 +8482;6;2620.50;9.50;1783.00;3.95;1.46 +8482;7;2638.00;9.50;1789.50;2.74;1.46 +8482;9;2617.86;9.50;1773.00;1.57;1.46 +8482;10;2644.14;9.50;1773.00;-1.57;1.46 +8482;11;2629.40;9.50;1737.00;-0.04;1.46 +8482;12;2622.20;9.50;1745.00;-0.30;1.46 +8482;13;2644.60;9.50;1753.80;0.61;1.46 +8482;14;2607.80;9.50;1763.40;-1.17;1.46 +8482;15;2655.80;9.50;1781.80;1.91;1.46 +8482;16;2614.20;9.50;1789.00;3.95;1.46 +8482;17;2642.20;9.50;1799.40;2.74;1.46 8482;21;2617.86;9.50;1773.00;1.57;1.46 +8483;0;1413.00;9.50;288.00;0.00;1.34 +8483;1;1416.50;9.50;273.50;0.23;1.34 +8483;2;1426.00;9.50;282.50;1.17;1.34 +8483;3;1400.50;9.50;275.50;-0.78;1.34 +8483;4;1398.00;9.50;288.50;4.67;1.34 +8483;5;1428.50;9.50;299.50;2.20;1.34 +8483;6;1416.50;9.50;304.00;2.92;1.34 +8483;9;1398.24;9.50;288.00;1.57;1.34 +8483;10;1427.76;9.50;288.00;-1.57;1.34 +8483;11;1418.60;9.50;264.80;0.23;1.34 +8483;12;1433.80;9.50;279.20;1.17;1.34 +8483;13;1393.00;9.50;268.00;-0.78;1.34 +8483;14;1389.00;9.50;288.80;4.67;1.34 +8483;15;1437.80;9.50;306.40;2.20;1.34 +8483;16;1418.60;9.50;313.60;2.92;1.34 8483;21;1398.24;9.50;288.00;1.57;1.34 +8484;0;507.00;9.50;117.00;0.00;0.78 +8484;1;504.00;9.50;108.50;-0.33;0.78 +8484;2;523.50;9.50;116.00;1.51;0.78 +8484;3;488.50;9.50;118.50;4.63;0.78 +8484;4;507.00;9.50;126.50;3.14;0.78 +8484;5;523.50;9.50;126.00;2.07;0.78 +8484;9;493.68;9.50;117.00;1.57;0.78 +8484;10;520.32;9.50;117.00;-1.57;0.78 +8484;11;502.20;9.50;103.40;-0.33;0.78 +8484;12;533.40;9.50;115.40;1.51;0.78 +8484;13;477.40;9.50;119.40;4.63;0.78 +8484;14;507.00;9.50;132.20;3.14;0.78 +8484;15;533.40;9.50;131.40;2.07;0.78 8484;21;493.68;9.50;117.00;1.57;0.78 +8485;0;503.00;9.50;1366.00;0.00;0.92 +8485;1;504.50;9.50;1355.50;0.14;0.92 +8485;2;523.00;9.50;1362.00;1.37;0.92 +8485;3;484.50;9.50;1362.50;-1.38;0.92 +8485;4;482.50;9.50;1372.00;4.42;0.92 +8485;5;513.50;9.50;1374.00;2.22;0.92 +8485;6;494.00;9.50;1377.00;3.82;0.92 +8485;9;487.34;9.50;1366.00;1.57;0.92 +8485;10;518.66;9.50;1366.00;-1.57;0.92 +8485;11;505.40;9.50;1349.20;0.14;0.92 +8485;12;535.00;9.50;1359.60;1.37;0.92 +8485;13;473.40;9.50;1360.40;-1.38;0.92 +8485;14;470.20;9.50;1375.60;4.42;0.92 +8485;15;519.80;9.50;1378.80;2.22;0.92 +8485;16;488.60;9.50;1383.60;3.82;0.92 8485;21;487.34;9.50;1366.00;1.57;0.92 +8486;0;346.00;9.50;1869.00;0.00;0.82 +8486;1;341.00;9.50;1861.50;-0.58;0.82 +8486;2;354.00;9.50;1868.00;1.44;0.82 +8486;3;337.00;9.50;1869.00;4.71;0.82 +8486;4;345.50;9.50;1876.00;3.21;0.82 +8486;5;354.00;9.50;1877.50;2.38;0.82 +8486;9;336.64;9.50;1869.00;1.57;0.82 +8486;10;355.36;9.50;1869.00;-1.57;0.82 +8486;11;338.00;9.50;1857.00;-0.58;0.82 +8486;12;358.80;9.50;1867.40;1.44;0.82 +8486;13;331.60;9.50;1869.00;4.71;0.82 +8486;14;345.20;9.50;1880.20;3.21;0.82 +8486;15;358.80;9.50;1882.60;2.38;0.82 8486;21;336.64;9.50;1869.00;1.57;0.82 +8487;0;493.00;9.50;1046.00;0.00;1.04 +8487;1;491.00;9.50;1035.50;-0.18;1.04 +8487;2;509.50;9.50;1042.00;1.33;1.04 +8487;3;476.50;9.50;1039.50;-1.19;1.04 +8487;4;475.50;9.50;1049.00;4.54;1.04 +8487;5;503.50;9.50;1053.50;2.19;1.04 +8487;6;484.00;9.50;1057.00;3.82;1.04 +8487;9;478.96;9.50;1046.00;1.57;1.04 +8487;10;507.04;9.50;1046.00;-1.57;1.04 +8487;11;489.80;9.50;1029.20;-0.18;1.04 +8487;12;519.40;9.50;1039.60;1.33;1.04 +8487;13;466.60;9.50;1035.60;-1.19;1.04 +8487;14;465.00;9.50;1050.80;4.54;1.04 +8487;15;509.80;9.50;1058.00;2.19;1.04 +8487;16;478.60;9.50;1063.60;3.82;1.04 8487;21;478.96;9.50;1046.00;1.57;1.04 +8488;0;772.00;9.50;479.00;0.00;1.26 +8488;1;764.00;9.50;467.00;-0.58;1.26 +8488;2;783.50;9.50;473.50;1.12;1.26 +8488;3;753.50;9.50;471.00;-1.16;1.26 +8488;4;759.00;9.50;483.00;4.41;1.26 +8488;5;784.00;9.50;489.00;2.26;1.26 +8488;6;770.00;9.50;493.00;3.28;1.26 +8488;9;757.60;9.50;479.00;1.57;1.26 +8488;10;786.40;9.50;479.00;-1.57;1.26 +8488;11;759.20;9.50;459.80;-0.58;1.26 +8488;12;790.40;9.50;470.20;1.12;1.26 +8488;13;742.40;9.50;466.20;-1.16;1.26 +8488;14;751.20;9.50;485.40;4.41;1.26 +8488;15;791.20;9.50;495.00;2.26;1.26 +8488;16;768.80;9.50;501.40;3.28;1.26 8488;21;757.60;9.50;479.00;1.57;1.26 +8489;0;3813.00;9.50;439.00;0.00;0.84 +8489;1;3811.00;9.50;428.00;-0.18;0.84 +8489;2;3820.50;9.50;424.50;0.47;0.84 +8489;3;3821.50;9.50;440.50;1.74;0.84 +8489;4;3801.00;9.50;441.50;4.50;0.84 +8489;5;3803.00;9.50;448.00;3.98;0.84 +8489;6;3813.50;9.50;450.50;3.09;0.84 +8489;9;3805.44;9.50;439.00;1.57;0.84 +8489;10;3820.56;9.50;439.00;-1.57;0.84 +8489;11;3809.80;9.50;421.40;-0.18;0.84 +8489;12;3825.00;9.50;415.80;0.47;0.84 +8489;13;3826.60;9.50;441.40;1.74;0.84 +8489;14;3793.80;9.50;443.00;4.50;0.84 +8489;15;3797.00;9.50;453.40;3.98;0.84 +8489;16;3813.80;9.50;457.40;3.09;0.84 8489;21;3805.44;9.50;439.00;1.57;0.84 +8490;0;2487.00;9.50;1959.00;0.00;1.90 +8490;1;2478.50;9.50;1939.00;-0.40;1.90 +8490;2;2494.50;9.50;1940.00;0.37;1.90 +8490;3;2510.00;9.50;1942.50;0.94;1.90 +8490;4;2502.00;9.50;1962.00;1.76;1.90 +8490;5;2473.00;9.50;1953.00;-1.16;1.90 +8490;6;2467.50;9.50;1968.50;4.25;1.90 +8490;7;2477.00;9.50;1978.50;3.61;1.90 +8490;9;2469.90;9.50;1959.00;1.57;1.90 +8490;10;2504.10;9.50;1959.00;-1.57;1.90 +8490;11;2473.40;9.50;1927.00;-0.40;1.90 +8490;12;2499.00;9.50;1928.60;0.37;1.90 +8490;13;2523.80;9.50;1932.60;0.94;1.90 +8490;14;2511.00;9.50;1963.80;1.76;1.90 +8490;15;2464.60;9.50;1949.40;-1.16;1.90 +8490;16;2455.80;9.50;1974.20;4.25;1.90 +8490;17;2471.00;9.50;1990.20;3.61;1.90 8490;21;2469.90;9.50;1959.00;1.57;1.90 +8491;0;2438.00;9.50;108.00;0.00;0.98 +8491;1;2437.00;9.50;98.00;-0.10;0.98 +8491;2;2455.50;9.50;106.00;1.45;0.98 +8491;3;2418.50;9.50;106.50;-1.49;0.98 +8491;4;2428.50;9.50;117.50;3.92;0.98 +8491;5;2448.00;9.50;118.00;2.35;0.98 +8491;9;2423.96;9.50;108.00;1.57;0.98 +8491;10;2452.04;9.50;108.00;-1.57;0.98 +8491;11;2436.40;9.50;92.00;-0.10;0.98 +8491;12;2466.00;9.50;104.80;1.45;0.98 +8491;13;2406.80;9.50;105.60;-1.49;0.98 +8491;14;2422.80;9.50;123.20;3.92;0.98 +8491;15;2454.00;9.50;124.00;2.35;0.98 8491;21;2423.96;9.50;108.00;1.57;0.98 +8492;0;1647.00;9.50;1506.00;0.00;1.20 +8492;1;1647.50;9.50;1493.50;0.04;1.20 +8492;2;1631.00;9.50;1495.00;-0.96;1.20 +8492;3;1663.00;9.50;1506.00;1.57;1.20 +8492;4;1629.00;9.50;1499.50;-1.22;1.20 +8492;5;1626.50;9.50;1498.00;-1.19;1.20 +8492;6;1635.00;9.50;1502.50;-1.28;1.20 +8492;7;1627.50;9.70;1505.50;-1.54;1.20 +8492;8;1627.50;9.70;1509.00;4.56;1.20 +8492;9;1631.52;9.50;1506.00;1.57;1.20 +8492;10;1662.48;9.50;1506.00;-1.57;1.20 +8492;11;1647.80;9.50;1486.00;0.04;1.20 +8492;12;1621.40;9.50;1488.40;-0.96;1.20 +8492;13;1672.60;9.50;1506.00;1.57;1.20 +8492;14;1618.20;9.50;1495.60;-1.22;1.20 +8492;15;1614.20;9.50;1493.20;-1.19;1.20 +8492;16;1627.80;9.50;1500.40;-1.28;1.20 +8492;17;1615.80;9.50;1505.20;-1.54;1.20 +8492;18;1615.80;9.50;1510.80;4.56;1.20 8492;21;1631.52;9.50;1506.00;1.57;1.20 +8493;0;282.00;9.50;368.00;0.00;1.26 +8493;1;293.00;9.50;356.00;0.74;1.26 +8493;2;271.00;9.50;360.00;-0.94;1.26 +8493;3;304.50;9.50;366.50;1.50;1.26 +8493;4;258.00;9.50;366.00;-1.48;1.26 +8493;5;264.00;9.50;376.50;4.27;1.26 +8493;6;289.00;9.50;377.50;2.50;1.26 +8493;9;263.82;9.50;368.00;1.57;1.26 +8493;10;300.18;9.50;368.00;-1.57;1.26 +8493;11;299.60;9.50;348.80;0.74;1.26 +8493;12;264.40;9.50;355.20;-0.94;1.26 +8493;13;318.00;9.50;365.60;1.50;1.26 +8493;14;243.60;9.50;364.80;-1.48;1.26 +8493;15;253.20;9.50;381.60;4.27;1.26 +8493;16;293.20;9.50;383.20;2.50;1.26 8493;21;263.82;9.50;368.00;1.57;1.26 +8494;0;5380.00;9.50;1195.00;0.00;1.20 +8494;1;5367.00;9.50;1182.50;-0.80;1.20 +8494;2;5362.00;9.50;1191.00;-1.35;1.20 +8494;3;5385.50;9.50;1185.50;0.52;1.20 +8494;4;5397.00;9.50;1199.50;1.83;1.20 +8494;5;5377.50;9.50;1204.00;3.41;1.20 +8494;6;5393.00;9.50;1209.00;2.39;1.20 +8494;9;5364.70;9.50;1195.00;1.57;1.20 +8494;10;5395.30;9.50;1195.00;-1.57;1.20 +8494;11;5359.20;9.50;1175.00;-0.80;1.20 +8494;12;5351.20;9.50;1188.60;-1.35;1.20 +8494;13;5388.80;9.50;1179.80;0.52;1.20 +8494;14;5407.20;9.50;1202.20;1.83;1.20 +8494;15;5376.00;9.50;1209.40;3.41;1.20 +8494;16;5400.80;9.50;1217.40;2.39;1.20 8494;21;5364.70;9.50;1195.00;1.57;1.20 +8495;0;4268.00;9.50;381.00;0.00;1.00 +8495;1;4262.00;9.50;368.50;-0.44;1.00 +8495;2;4273.50;9.50;368.00;0.40;1.00 +8495;3;4279.50;9.50;376.50;1.19;1.00 +8495;4;4259.00;9.50;384.00;4.39;1.00 +8495;5;4273.00;9.50;390.00;2.63;1.00 +8495;6;4261.50;9.50;397.50;3.51;1.00 +8495;9;4259.00;9.50;381.00;1.57;1.00 +8495;10;4277.00;9.50;381.00;-1.57;1.00 +8495;11;4258.40;9.50;361.00;-0.44;1.00 +8495;12;4276.80;9.50;360.20;0.40;1.00 +8495;13;4286.40;9.50;373.80;1.19;1.00 +8495;14;4253.60;9.50;385.80;4.39;1.00 +8495;15;4276.00;9.50;395.40;2.63;1.00 +8495;16;4257.60;9.50;407.40;3.51;1.00 8495;21;4259.00;9.50;381.00;1.57;1.00 +8496;0;2668.00;9.50;1483.00;0.00;1.04 +8496;1;2681.00;9.50;1473.50;0.94;1.04 +8496;2;2666.00;9.50;1477.00;-0.32;1.04 +8496;3;2684.50;9.50;1479.00;1.33;1.04 +8496;4;2670.50;9.50;1489.50;2.77;1.04 +8496;5;2653.00;9.50;1486.00;4.51;1.04 +8496;6;2655.00;9.50;1492.50;4.08;1.04 +8496;9;2654.32;9.50;1483.00;1.57;1.04 +8496;10;2681.68;9.50;1483.00;-1.57;1.04 +8496;11;2688.80;9.50;1467.80;0.94;1.04 +8496;12;2664.80;9.50;1473.40;-0.32;1.04 +8496;13;2694.40;9.50;1476.60;1.33;1.04 +8496;14;2672.00;9.50;1493.40;2.77;1.04 +8496;15;2644.00;9.50;1487.80;4.51;1.04 +8496;16;2647.20;9.50;1498.20;4.08;1.04 8496;21;2654.32;9.50;1483.00;1.57;1.04 +8497;0;5537.00;9.50;567.00;0.00;1.52 +8497;1;5529.00;9.50;557.50;-0.70;1.52 +8497;2;5549.00;9.50;558.50;0.95;1.52 +8497;3;5544.00;9.50;562.50;0.99;1.52 +8497;4;5525.00;9.50;573.50;4.21;1.52 +8497;5;5544.50;9.50;574.00;2.32;1.52 +8497;6;5532.00;9.50;585.50;3.40;1.52 +8497;7;5534.50;9.50;586.00;3.27;1.52 +8497;9;5522.60;9.50;567.00;1.57;1.52 +8497;10;5551.40;9.50;567.00;-1.57;1.52 +8497;11;5524.20;9.50;551.80;-0.70;1.52 +8497;12;5556.20;9.50;553.40;0.95;1.52 +8497;13;5548.20;9.50;559.80;0.99;1.52 +8497;14;5517.80;9.50;577.40;4.21;1.52 +8497;15;5549.00;9.50;578.20;2.32;1.52 +8497;16;5529.00;9.50;596.60;3.40;1.52 +8497;17;5533.00;9.50;597.40;3.27;1.52 8497;21;5522.60;9.50;567.00;1.57;1.52 +8498;0;5594.00;9.50;947.00;0.00;1.00 +8498;1;5579.00;9.50;942.00;-1.24;1.00 +8498;2;5597.00;9.50;940.00;0.40;1.00 +8498;3;2797.00;10.40;953.00;4.71;1.00 +8498;4;5584.00;9.50;953.50;4.13;1.00 +8498;5;5602.00;9.50;956.00;2.41;1.00 +8498;9;5581.22;9.50;947.00;1.57;1.00 +8498;10;5606.78;9.50;947.00;-1.57;1.00 +8498;11;5570.00;9.50;939.00;-1.24;1.00 +8498;12;5598.80;9.50;935.80;0.40;1.00 +8498;13;1118.80;9.50;956.60;4.71;1.00 +8498;14;5578.00;9.50;957.40;4.13;1.00 +8498;15;5606.80;9.50;961.40;2.41;1.00 8498;21;5581.22;9.50;947.00;1.57;1.00 +8499;0;4826.09;9.50;1077.59;-0.80;0.82 +8499;1;4817.37;9.50;1064.44;-0.30;0.82 +8499;2;4833.74;9.50;1067.21;0.78;0.82 +8499;3;4840.73;9.50;1077.35;1.43;0.82 +8499;4;4801.25;9.50;1066.93;-1.69;0.82 +8499;5;4812.74;9.50;1076.44;4.54;0.82 +8499;6;4789.75;9.50;1089.42;4.61;0.82 +8499;7;4818.67;9.50;1093.70;4.04;0.82 +8499;8;4847.52;9.50;1091.09;1.86;0.82 +8499;9;4804.60;10.01;1080.00;1.57;0.82 +8499;10;4833.40;9.50;1080.00;-1.57;0.82 +8499;11;4814.20;9.50;1064.80;-0.30;0.82 +8499;12;4834.20;9.50;1064.80;0.78;0.82 +8499;13;4842.20;9.50;1076.80;1.43;0.82 +8499;14;4799.00;9.50;1069.60;-1.09;0.82 +8499;15;4804.60;10.10;1082.40;4.54;0.82 +8499;16;4787.80;9.50;1083.20;4.61;0.82 +8499;17;4803.80;9.50;1092.00;4.04;0.82 +8499;18;4850.20;9.50;1089.60;1.86;0.82 8499;21;4804.60;10.01;1080.00;1.57;0.82 +8500;0;4164.00;9.50;534.00;0.00;1.06 +8500;1;4164.50;9.50;523.50;0.04;1.06 +8500;2;4172.50;9.50;529.00;1.03;1.06 +8500;3;4153.50;9.50;529.50;-1.16;1.06 +8500;4;4177.00;9.50;536.50;1.76;1.06 +8500;5;4157.50;9.50;540.50;3.92;1.06 +8500;6;4171.50;9.50;542.00;2.38;1.06 +8500;9;4153.38;9.50;534.00;1.57;1.06 +8500;10;4174.62;9.50;534.00;-1.57;1.06 +8500;11;4164.80;9.50;517.20;0.04;1.06 +8500;12;4177.60;9.50;526.00;1.03;1.06 +8500;13;4147.20;9.50;526.80;-1.16;1.06 +8500;14;4184.80;9.50;538.00;1.76;1.06 +8500;15;4153.60;9.50;544.40;3.92;1.06 +8500;16;4176.00;9.50;546.80;2.38;1.06 8500;21;4153.38;9.50;534.00;1.57;1.06 +8501;0;4376.00;9.50;153.00;0.00;0.96 +8501;1;4376.50;9.50;140.50;0.04;0.96 +8501;2;4384.50;9.50;145.50;0.84;0.96 +8501;3;4367.00;9.50;151.50;-1.40;0.96 +8501;4;4383.50;9.50;159.00;2.24;0.96 +8501;5;4362.50;9.50;160.00;4.23;0.96 +8501;6;4371.50;9.50;162.50;3.58;0.96 +8501;9;4367.36;9.50;153.00;1.57;0.96 +8501;10;4384.64;9.50;153.00;-1.57;0.96 +8501;11;4376.80;9.50;133.00;0.04;0.96 +8501;12;4389.60;9.50;141.00;0.84;0.96 +8501;13;4361.60;9.50;150.60;-1.40;0.96 +8501;14;4388.00;9.50;162.60;2.24;0.96 +8501;15;4354.40;9.50;164.20;4.23;0.96 +8501;16;4368.80;9.50;168.20;3.58;0.96 8501;21;4367.36;9.50;153.00;1.57;0.96 +8502;0;4082.00;9.50;305.00;0.00;1.12 +8502;1;4084.00;9.50;290.00;0.13;1.12 +8502;2;4076.00;9.50;295.50;-0.56;1.12 +8502;3;4090.50;9.50;298.50;0.91;1.12 +8502;4;4072.00;9.50;310.00;4.24;1.12 +8502;5;4087.00;9.50;313.50;2.61;1.12 +8502;6;4076.00;9.50;318.00;3.57;1.12 +8502;9;4071.74;9.50;305.00;1.57;1.12 +8502;10;4092.26;9.50;305.00;-1.57;1.12 +8502;11;4085.20;9.50;281.00;0.13;1.12 +8502;12;4072.40;9.50;289.80;-0.56;1.12 +8502;13;4095.60;9.50;294.60;0.91;1.12 +8502;14;4066.00;9.50;313.00;4.24;1.12 +8502;15;4090.00;9.50;318.60;2.61;1.12 +8502;16;4072.40;9.50;325.80;3.57;1.12 8502;21;4071.74;9.50;305.00;1.57;1.12 +8503;0;3888.00;9.50;66.00;0.00;0.96 +8503;1;3879.50;9.50;57.50;-0.78;0.96 +8503;2;3895.00;9.50;56.00;0.61;0.96 +8503;3;3903.50;9.50;67.00;1.63;0.96 +8503;4;3870.00;9.50;66.50;4.68;0.96 +8503;5;3881.50;9.50;74.50;3.79;0.96 +8503;6;3900.00;9.50;75.50;2.24;0.96 +8503;9;3874.86;9.50;66.00;1.57;0.96 +8503;10;3901.14;9.50;66.00;-1.57;0.96 +8503;11;3874.40;9.50;52.40;-0.78;0.96 +8503;12;3899.20;9.50;50.00;0.61;0.96 +8503;13;3912.80;9.50;67.60;1.63;0.96 +8503;14;3859.20;9.50;66.80;4.68;0.96 +8503;15;3877.60;9.50;79.60;3.79;0.96 +8503;16;3907.20;9.50;81.20;2.24;0.96 8503;21;3874.86;9.50;66.00;1.57;0.96 +8504;0;3219.00;9.50;9.00;0.00;0.50 +8504;1;3198.00;9.50;8.00;-1.52;0.50 +8504;2;3238.50;9.50;7.00;1.46;0.50 +8504;3;3232.00;9.50;15.00;2.00;0.50 +8504;4;3211.50;9.50;13.50;4.17;0.50 +8504;9;3203.34;9.50;9.00;1.57;0.50 +8504;10;3234.66;9.50;9.00;-1.57;0.50 +8504;11;3185.40;9.50;7.40;-1.52;0.50 +8504;12;3250.20;9.50;5.80;1.46;0.50 +8504;13;3239.80;9.50;18.60;2.00;0.50 +8504;14;3207.00;9.50;16.20;4.17;0.50 8504;21;3203.34;9.50;9.00;1.57;0.50 +8505;0;2555.00;9.50;53.00;0.00;0.96 +8505;1;2562.00;9.50;42.00;0.56;0.96 +8505;2;2546.00;9.50;42.50;-0.70;0.96 +8505;3;2542.50;9.50;54.00;4.63;0.96 +8505;4;2568.50;9.50;53.50;1.60;0.96 +8505;5;2567.00;9.50;65.00;2.35;0.96 +8505;6;2557.00;9.50;65.50;2.98;0.96 +8505;9;2543.48;9.50;53.00;1.57;0.96 +8505;10;2566.52;9.50;53.00;-1.57;0.96 +8505;11;2566.20;9.50;35.40;0.56;0.96 +8505;12;2540.60;9.50;36.20;-0.70;0.96 +8505;13;2535.00;9.50;54.60;4.63;0.96 +8505;14;2576.60;9.50;53.80;1.60;0.96 +8505;15;2574.20;9.50;72.20;2.35;0.96 +8505;16;2558.20;9.50;73.00;2.98;0.96 8505;21;2543.48;9.50;53.00;1.57;0.96 +8506;0;2494.00;9.50;659.00;0.00;1.02 +8506;1;2497.50;9.50;646.50;0.27;1.02 +8506;2;2490.50;9.50;649.00;-0.33;1.02 +8506;3;2505.00;9.50;658.50;1.52;1.02 +8506;4;2482.00;9.50;659.50;4.67;1.02 +8506;5;2497.00;9.50;668.00;2.82;1.02 +8506;6;2511.50;9.50;667.00;2.00;1.02 +8506;9;2483.38;9.50;659.00;1.57;1.02 +8506;10;2504.62;9.50;659.00;-1.57;1.02 +8506;11;2499.60;9.50;639.00;0.27;1.02 +8506;12;2488.40;9.50;643.00;-0.33;1.02 +8506;13;2511.60;9.50;658.20;1.52;1.02 +8506;14;2474.80;9.50;659.80;4.67;1.02 +8506;15;2498.80;9.50;673.40;2.82;1.02 +8506;16;2522.00;9.50;671.80;2.00;1.02 8506;21;2483.38;9.50;659.00;1.57;1.02 +8507;0;2239.00;9.50;637.00;0.00;1.16 +8507;1;2237.50;9.50;626.00;-0.13;1.16 +8507;2;2256.50;9.50;623.50;0.91;1.16 +8507;3;2261.50;9.50;632.50;1.37;1.16 +8507;4;2218.50;9.50;631.50;-1.30;1.16 +8507;5;2218.00;9.50;641.00;4.52;1.16 +8507;6;2250.50;9.50;645.00;2.17;1.16 +8507;7;2221.00;9.50;649.50;4.10;1.16 +8507;8;2231.50;9.50;651.00;3.63;1.16 +8507;9;2221.90;9.50;637.00;1.57;1.16 +8507;10;2256.10;9.50;637.00;-1.57;1.16 +8507;11;2236.60;9.50;619.40;-0.13;1.16 +8507;12;2267.00;9.50;615.40;0.91;1.16 +8507;13;2275.00;9.50;629.80;1.37;1.16 +8507;14;2206.20;9.50;628.20;-1.30;1.16 +8507;15;2205.40;9.50;643.40;4.52;1.16 +8507;16;2257.40;9.50;649.80;2.17;1.16 +8507;17;2210.20;9.50;657.00;4.10;1.16 +8507;18;2227.00;9.50;659.40;3.63;1.16 8507;21;2221.90;9.50;637.00;1.57;1.16 +8508;0;2321.00;9.50;1282.00;0.00;1.20 +8508;1;2325.00;9.50;1269.50;0.31;1.20 +8508;2;2335.00;9.50;1280.00;1.42;1.20 +8508;3;2308.50;9.50;1274.50;-1.03;1.20 +8508;4;2305.00;9.50;1285.50;4.49;1.20 +8508;5;2320.50;9.50;1295.00;3.18;1.20 +8508;9;2309.12;9.50;1282.00;1.57;1.20 +8508;10;2332.88;9.50;1282.00;-1.57;1.20 +8508;11;2327.40;9.50;1262.00;0.31;1.20 +8508;12;2343.40;9.50;1278.80;1.42;1.20 +8508;13;2301.00;9.50;1270.00;-1.03;1.20 +8508;14;2295.40;9.50;1287.60;4.49;1.20 +8508;15;2320.20;9.50;1302.80;3.18;1.20 8508;21;2309.12;9.50;1282.00;1.57;1.20 +8509;0;2544.00;9.50;1851.00;0.00;1.38 +8509;1;2527.00;9.50;1837.00;-0.88;1.38 +8509;2;2554.00;9.50;1844.50;0.99;1.38 +8509;3;2520.00;9.50;1841.00;-1.17;1.38 +8509;4;2519.50;9.50;1849.50;-1.51;1.38 +8509;5;2541.50;9.50;1860.50;3.39;1.38 +8509;6;2572.00;9.50;1858.00;1.81;1.38 +8509;7;2566.50;9.50;1864.50;2.11;1.38 +8509;9;2525.10;9.50;1851.00;1.57;1.38 +8509;10;2562.90;9.50;1851.00;-1.57;1.38 +8509;11;2516.80;9.50;1828.60;-0.88;1.38 +8509;12;2560.00;9.50;1840.60;0.99;1.38 +8509;13;2505.60;9.50;1835.00;-1.17;1.38 +8509;14;2504.80;9.50;1848.60;-1.51;1.38 +8509;15;2540.00;9.50;1866.20;3.39;1.38 +8509;16;2588.80;9.50;1862.20;1.81;1.38 +8509;17;2580.00;9.50;1872.60;2.11;1.38 8509;21;2525.10;9.50;1851.00;1.57;1.38 +8510;0;1477.00;9.50;276.00;0.00;0.96 +8510;1;1480.00;9.50;266.50;0.30;0.96 +8510;2;1458.00;9.50;267.00;-1.12;0.96 +8510;3;1458.00;9.50;276.50;4.68;0.96 +8510;4;1493.50;9.50;279.00;1.75;0.96 +8510;5;1475.00;9.50;288.00;3.30;0.96 +8510;9;1461.16;9.50;276.00;1.57;0.96 +8510;10;1492.84;9.50;276.00;-1.57;0.96 +8510;11;1481.80;9.50;260.80;0.30;0.96 +8510;12;1446.60;9.50;261.60;-1.12;0.96 +8510;13;1446.60;9.50;276.80;4.68;0.96 +8510;14;1503.40;9.50;280.80;1.75;0.96 +8510;15;1473.80;9.50;295.20;3.30;0.96 8510;21;1461.16;9.50;276.00;1.57;0.96 +8511;0;548.00;9.50;167.00;0.00;1.08 +8511;1;553.00;9.50;157.00;0.46;1.08 +8511;2;544.00;9.50;151.00;-0.24;1.08 +8511;3;538.50;9.50;161.50;-1.04;1.08 +8511;4;559.00;9.50;173.50;2.10;1.08 +8511;5;545.00;9.50;177.00;3.43;1.08 +8511;9;538.28;9.50;167.00;1.57;1.08 +8511;10;557.72;9.50;167.00;-1.57;1.08 +8511;11;556.00;9.50;151.00;0.46;1.08 +8511;12;541.60;9.50;141.40;-0.24;1.08 +8511;13;532.80;9.50;158.20;-1.04;1.08 +8511;14;565.60;9.50;177.40;2.10;1.08 +8511;15;543.20;9.50;183.00;3.43;1.08 8511;21;538.28;9.50;167.00;1.57;1.08 +8512;0;428.00;9.50;1402.00;0.00;1.28 +8512;1;434.00;9.50;1387.00;0.38;1.28 +8512;2;445.00;9.50;1390.00;0.95;1.28 +8512;3;416.50;9.50;1397.50;-1.19;1.28 +8512;4;443.50;9.50;1403.50;1.66;1.28 +8512;5;409.50;9.50;1412.00;4.21;1.28 +8512;6;425.00;9.50;1415.50;3.36;1.28 +8512;7;410.00;9.50;1418.00;3.98;1.28 +8512;9;413.96;9.50;1402.00;1.57;1.28 +8512;10;442.04;9.50;1402.00;-1.57;1.28 +8512;11;437.60;9.50;1378.00;0.38;1.28 +8512;12;455.20;9.50;1382.80;0.95;1.28 +8512;13;409.60;9.50;1394.80;-1.19;1.28 +8512;14;452.80;9.50;1404.40;1.66;1.28 +8512;15;398.40;9.50;1418.00;4.21;1.28 +8512;16;423.20;9.50;1423.60;3.36;1.28 +8512;17;399.20;9.50;1427.60;3.98;1.28 8512;21;413.96;9.50;1402.00;1.57;1.28 +8513;0;293.00;9.50;1906.00;0.00;1.62 +8513;1;301.50;9.50;1891.50;0.53;1.62 +8513;2;292.50;9.50;1891.00;-0.03;1.62 +8513;3;304.50;9.50;1899.00;1.02;1.62 +8513;4;283.50;9.50;1910.00;4.31;1.62 +8513;5;302.00;9.50;1906.50;1.62;1.62 +8513;6;284.00;9.50;1922.00;3.65;1.62 +8513;7;277.50;9.50;1927.00;3.77;1.62 +8513;9;278.42;9.50;1906.00;1.57;1.62 +8513;10;307.58;9.50;1906.00;-1.57;1.62 +8513;11;306.60;9.50;1882.80;0.53;1.62 +8513;12;292.20;9.50;1882.00;-0.03;1.62 +8513;13;311.40;9.50;1894.80;1.02;1.62 +8513;14;277.80;9.50;1912.40;4.31;1.62 +8513;15;307.40;9.50;1906.80;1.62;1.62 +8513;16;278.60;10.02;1931.60;3.65;1.62 +8513;17;268.20;9.50;1939.60;3.77;1.62 8513;21;278.42;9.50;1906.00;1.57;1.62 +8514;0;559.00;9.50;990.00;0.00;1.08 +8514;1;557.50;9.50;979.50;-0.14;1.08 +8514;2;570.50;9.50;987.50;1.35;1.08 +8514;3;546.50;9.50;982.00;-1.00;1.08 +8514;4;547.50;9.50;993.00;4.45;1.08 +8514;5;562.00;9.50;1001.00;2.87;1.08 +8514;9;548.92;9.50;990.00;1.57;1.08 +8514;10;569.08;9.50;990.00;-1.57;1.08 +8514;11;556.60;9.50;973.20;-0.14;1.08 +8514;12;577.40;9.50;986.00;1.35;1.08 +8514;13;539.00;9.50;977.20;-1.00;1.08 +8514;14;540.60;9.50;994.80;4.45;1.08 +8514;15;563.80;9.50;1007.60;2.87;1.08 8514;21;548.92;9.50;990.00;1.57;1.08 +8515;0;745.00;9.50;533.00;0.00;1.08 +8515;1;756.50;9.50;520.00;0.72;1.08 +8515;2;760.50;9.50;531.00;1.44;1.08 +8515;3;738.00;9.50;525.00;-0.71;1.08 +8515;4;730.00;9.50;538.00;4.39;1.08 +8515;5;746.50;9.50;544.50;3.01;1.08 +8515;9;731.32;9.50;533.00;1.57;1.08 +8515;10;758.68;9.50;533.00;-1.57;1.08 +8515;11;763.40;9.50;512.20;0.72;1.08 +8515;12;769.80;9.50;529.80;1.44;1.08 +8515;13;733.80;9.50;520.20;-0.71;1.08 +8515;14;721.00;9.50;541.00;4.39;1.08 +8515;15;747.40;9.50;551.40;3.01;1.08 8515;21;731.32;9.50;533.00;1.57;1.08 +8516;0;3815.00;9.50;482.00;0.00;0.82 +8516;1;3814.50;9.50;472.00;-0.05;0.82 +8516;2;3804.50;9.50;476.00;-1.05;0.82 +8516;3;3823.50;9.50;475.00;0.88;0.82 +8516;4;3823.50;9.50;485.50;1.96;0.82 +8516;5;3809.50;9.50;487.50;3.92;0.82 +8516;6;3819.00;9.50;494.00;2.82;0.82 +8516;9;3807.62;9.50;482.00;1.57;0.82 +8516;10;3822.38;9.50;482.00;-1.57;0.82 +8516;11;3814.20;9.50;466.00;-0.05;0.82 +8516;12;3798.20;9.50;472.40;-1.05;0.82 +8516;13;3828.60;9.50;470.80;0.88;0.82 +8516;14;3828.60;9.50;487.60;1.96;0.82 +8516;15;3806.20;9.50;490.80;3.92;0.82 +8516;16;3821.40;9.50;501.20;2.82;0.82 8516;21;3807.62;9.50;482.00;1.57;0.82 +8517;0;2415.00;9.50;2020.00;0.00;1.30 +8517;1;2390.50;9.50;2004.50;-1.00;1.30 +8517;2;2411.50;9.50;2007.00;-0.26;1.30 +8517;3;2441.00;9.50;2009.00;1.17;1.30 +8517;4;2389.00;9.50;2020.50;4.69;1.30 +8517;5;2453.50;9.50;2010.50;1.32;1.30 +8517;6;2442.00;9.50;2023.00;1.68;1.30 +8517;7;2378.50;9.50;2032.50;4.38;1.30 +8517;9;2387.28;9.50;2020.00;1.57;1.30 +8517;10;2442.72;9.50;2020.00;-1.57;1.30 +8517;11;2375.80;9.50;1995.20;-1.00;1.30 +8517;12;2409.40;9.50;1999.20;-0.26;1.30 +8517;13;2456.60;9.50;2002.40;1.17;1.30 +8517;14;2373.40;9.50;2020.80;4.69;1.30 +8517;15;2476.60;9.50;2004.80;1.32;1.30 +8517;16;2458.20;9.50;2024.80;1.68;1.30 +8517;17;2356.60;9.50;2040.00;4.38;1.30 8517;21;2387.28;9.50;2020.00;1.57;1.30 +8518;0;1693.00;9.50;1552.00;0.00;0.94 +8518;1;1679.50;9.50;1541.00;-0.88;0.94 +8518;2;1695.00;9.50;1541.50;0.18;0.94 +8518;3;1670.50;9.50;1544.00;-1.22;0.94 +8518;4;1710.50;9.50;1552.50;1.59;0.94 +8518;5;1671.50;9.50;1547.50;-1.36;0.94 +8518;6;1670.50;9.50;1551.50;-1.54;0.94 +8518;7;1671.00;9.50;1554.00;4.62;0.94 +8518;8;1673.50;9.50;1553.50;4.63;0.94 +8518;9;1675.36;9.50;1552.00;1.57;0.94 +8518;10;1710.64;9.50;1552.00;-1.57;0.94 +8518;11;1671.40;9.50;1534.40;-0.88;0.94 +8518;12;1696.20;9.50;1535.20;0.18;0.94 +8518;13;1657.00;9.50;1539.20;-1.22;0.94 +8518;14;1721.00;9.50;1552.80;1.59;0.94 +8518;15;1658.60;9.50;1544.80;-1.36;0.94 +8518;16;1657.00;9.50;1551.20;-1.54;0.94 +8518;17;1657.80;9.50;1555.20;4.62;0.94 +8518;18;1661.80;9.50;1554.40;4.63;0.94 8518;21;1675.36;9.50;1552.00;1.57;0.94 +8519;0;191.00;9.50;291.00;0.00;1.02 +8519;1;173.50;9.50;282.00;-1.09;1.02 +8519;2;194.50;9.50;281.00;0.33;1.02 +8519;3;207.00;9.50;293.50;1.72;1.02 +8519;4;176.00;9.50;294.50;4.48;1.02 +8519;5;193.50;9.50;303.50;2.94;1.02 +8519;6;204.00;9.50;304.00;2.35;1.02 +8519;9;176.06;9.50;291.00;1.57;1.02 +8519;10;205.94;9.50;291.00;-1.57;1.02 +8519;11;163.00;9.50;276.60;-1.09;1.02 +8519;12;196.60;9.50;275.00;0.33;1.02 +8519;13;216.60;9.50;295.00;1.72;1.02 +8519;14;167.00;9.50;296.60;4.48;1.02 +8519;15;195.00;9.50;311.00;2.94;1.02 +8519;16;211.80;9.50;311.80;2.35;1.02 8519;21;176.06;9.50;291.00;1.57;1.02 +8520;0;5236.00;9.50;1227.00;0.00;1.10 +8520;1;5227.00;9.50;1214.50;-0.62;1.10 +8520;2;5237.00;9.50;1215.50;0.08;1.10 +8520;3;5225.00;9.50;1228.50;4.57;1.10 +8520;4;5248.50;9.50;1227.50;1.61;1.10 +8520;5;5243.00;9.50;1237.50;2.55;1.10 +8520;9;5223.40;9.50;1227.00;1.57;1.10 +8520;10;5248.60;9.50;1227.00;-1.57;1.10 +8520;11;5221.60;9.50;1207.00;-0.62;1.10 +8520;12;5237.60;9.50;1208.60;0.08;1.10 +8520;13;5218.40;9.50;1229.40;4.57;1.10 +8520;14;5256.00;9.50;1227.80;1.61;1.10 +8520;15;5247.20;9.50;1243.80;2.55;1.10 8520;21;5223.40;9.50;1227.00;1.57;1.10 +8521;0;4217.00;9.50;151.00;0.00;0.82 +8521;1;4213.00;9.50;133.00;-0.21;0.82 +8521;2;4220.00;9.50;137.00;0.21;0.82 +8521;3;4210.00;9.50;141.00;-0.61;0.82 +8521;4;4226.00;9.50;153.50;1.84;0.82 +8521;5;4208.50;9.50;158.00;4.02;0.82 +8521;6;4217.00;9.50;166.00;3.14;0.82 +8521;9;4209.62;9.50;151.00;1.57;0.82 +8521;10;4224.38;9.50;151.00;-1.57;0.82 +8521;11;4210.60;9.50;122.20;-0.21;0.82 +8521;12;4221.80;9.50;128.60;0.21;0.82 +8521;13;4205.80;9.50;135.00;-0.61;0.82 +8521;14;4231.40;9.50;155.00;1.84;0.82 +8521;15;4203.40;9.50;162.20;4.02;0.82 +8521;16;4217.00;9.50;175.00;3.14;0.82 8521;21;4209.62;9.50;151.00;1.57;0.82 +8522;0;2703.00;9.50;1450.00;0.00;0.72 +8522;1;2702.00;9.50;1442.00;-0.12;0.72 +8522;2;2694.00;9.50;1448.00;-1.35;0.72 +8522;3;2711.00;9.50;1446.00;1.10;0.72 +8522;4;2713.50;9.50;1451.50;1.71;0.72 +8522;5;2708.50;9.50;1456.50;2.43;0.72 +8522;6;2698.50;9.50;1457.00;3.71;0.72 +8522;9;2694.72;9.50;1450.00;1.57;0.72 +8522;10;2711.28;9.50;1450.00;-1.57;0.72 +8522;11;2701.40;9.50;1437.20;-0.12;0.72 +8522;12;2688.60;9.50;1446.80;-1.35;0.72 +8522;13;2715.80;9.50;1443.60;1.10;0.72 +8522;14;2719.80;9.50;1452.40;1.71;0.72 +8522;15;2711.80;9.50;1460.40;2.43;0.72 +8522;16;2695.80;9.50;1461.20;3.71;0.72 8522;21;2694.72;9.50;1450.00;1.57;0.72 +8523;0;5589.00;9.50;594.00;0.00;1.06 +8523;1;5597.00;9.50;583.00;0.62;1.06 +8523;2;5570.50;9.50;587.50;-1.23;1.06 +8523;3;2794.50;9.50;592.00;-1.57;1.06 +8523;4;5585.50;9.50;603.00;3.51;1.06 +8523;5;2794.50;9.50;602.50;4.70;1.06 +8523;9;5571.18;9.50;594.00;1.57;1.06 +8523;10;5606.82;9.50;594.00;-1.57;1.06 +8523;11;5601.80;9.50;576.40;0.62;1.06 +8523;12;5559.40;9.50;583.60;-1.23;1.06 +8523;13;1117.80;9.50;590.80;-1.57;1.06 +8523;14;5583.40;9.50;608.40;3.51;1.06 +8523;15;1117.80;9.50;607.60;4.70;1.06 8523;21;5571.18;9.50;594.00;1.57;1.06 +8524;0;5607.00;9.50;984.00;0.00;0.84 +8524;1;5608.50;9.50;974.50;0.15;0.84 +8524;2;5595.50;9.50;982.50;-1.44;0.84 +8524;3;2803.50;10.50;977.00;-1.56;0.84 +8524;4;2803.50;10.40;986.00;4.71;0.84 +8524;5;5595.50;9.50;992.50;4.07;0.84 +8524;6;5608.50;9.50;993.50;2.98;0.84 +8524;9;5597.82;9.50;984.00;1.57;0.84 +8524;10;5616.18;9.50;984.00;-1.57;0.84 +8524;11;5609.40;9.50;968.80;0.15;0.84 +8524;12;5588.60;9.50;981.60;-1.44;0.84 +8524;13;1121.40;9.50;972.80;-1.56;0.84 +8524;14;1121.40;9.50;987.20;4.71;0.84 +8524;15;5588.60;9.50;997.60;4.07;0.84 +8524;16;5609.40;9.50;999.20;2.98;0.84 8524;21;5597.82;9.50;984.00;1.57;0.84 +8525;0;4804.00;9.50;1038.00;0.00;1.20 +8525;1;4800.00;9.50;1025.50;-0.31;1.20 +8525;2;4814.50;9.50;1035.00;1.29;1.20 +8525;3;4791.00;9.50;1036.50;-1.45;1.20 +8525;4;4794.00;9.50;1047.00;3.98;1.20 +8525;5;4808.50;9.50;1049.50;2.76;1.20 +8525;9;4793.20;9.50;1038.00;1.57;1.20 +8525;10;4814.80;9.50;1038.00;-1.57;1.20 +8525;11;4797.60;9.50;1018.00;-0.31;1.20 +8525;12;4820.80;9.50;1033.20;1.29;1.20 +8525;13;4783.20;9.50;1035.60;-1.45;1.20 +8525;14;4788.00;9.50;1052.40;3.98;1.20 +8525;15;4811.20;9.50;1056.40;2.76;1.20 8525;21;4793.20;9.50;1038.00;1.57;1.20 +8526;0;4165.00;9.50;483.00;0.00;1.22 +8526;1;4168.00;9.50;470.50;0.23;1.22 +8526;2;4156.00;9.50;476.00;-0.91;1.22 +8526;3;4177.00;9.50;478.00;1.17;1.22 +8526;4;4174.50;9.50;489.50;2.17;1.22 +8526;5;4155.50;9.50;491.50;3.98;1.22 +8526;6;4165.00;9.50;498.00;3.14;1.22 +8526;9;4154.02;9.50;483.00;1.57;1.22 +8526;10;4175.98;9.50;483.00;-1.57;1.22 +8526;11;4169.80;9.50;463.00;0.23;1.22 +8526;12;4150.60;9.50;471.80;-0.91;1.22 +8526;13;4184.20;9.50;475.00;1.17;1.22 +8526;14;4180.20;9.50;493.40;2.17;1.22 +8526;15;4149.80;9.50;496.60;3.98;1.22 +8526;16;4165.00;9.50;507.00;3.14;1.22 8526;21;4154.02;9.50;483.00;1.57;1.22 +8527;0;4302.00;9.50;114.00;0.00;0.92 +8527;1;4299.50;9.50;99.50;-0.17;0.92 +8527;2;4292.50;9.50;110.00;-1.17;0.92 +8527;3;4309.50;9.50;109.00;0.98;0.92 +8527;4;4312.50;9.50;121.00;2.15;0.92 +8527;5;4301.50;9.50;124.50;3.18;0.92 +8527;9;4293.72;9.50;114.00;1.57;0.92 +8527;10;4310.28;9.50;114.00;-1.57;0.92 +8527;11;4298.00;9.50;90.80;-0.17;0.92 +8527;12;4286.80;9.50;107.60;-1.17;0.92 +8527;13;4314.00;9.50;106.00;0.98;0.92 +8527;14;4318.80;9.50;125.20;2.15;0.92 +8527;15;4301.20;9.50;130.80;3.18;0.92 8527;21;4293.72;9.50;114.00;1.57;0.92 +8528;0;4106.00;9.50;333.00;0.00;1.02 +8528;1;4115.00;9.50;323.50;0.75;1.02 +8528;2;4099.00;9.50;327.50;-0.90;1.02 +8528;3;4120.50;9.50;327.00;1.17;1.02 +8528;4;4114.00;9.50;336.50;1.98;1.02 +8528;5;4093.00;9.50;336.00;4.48;1.02 +8528;6;4102.50;9.50;342.50;3.49;1.02 +8528;9;4094.48;9.50;333.00;1.57;1.02 +8528;10;4117.52;9.50;333.00;-1.57;1.02 +8528;11;4120.40;9.50;317.80;0.75;1.02 +8528;12;4094.80;9.50;324.20;-0.90;1.02 +8528;13;4129.20;9.50;323.40;1.17;1.02 +8528;14;4118.80;9.50;338.60;1.98;1.02 +8528;15;4085.20;9.50;337.80;4.48;1.02 +8528;16;4100.40;9.50;348.20;3.49;1.02 8528;21;4094.48;9.50;333.00;1.57;1.02 +8529;0;3985.00;9.50;41.00;0.00;1.16 +8529;1;3976.50;9.50;30.00;-0.65;1.16 +8529;2;3990.50;9.50;29.00;0.43;1.16 +8529;3;3983.00;9.50;38.00;-0.58;1.16 +8529;4;3997.50;9.50;39.50;1.45;1.16 +8529;5;3970.00;9.50;34.50;-1.16;1.16 +8529;6;3975.50;9.50;47.00;4.14;1.16 +8529;7;3990.50;9.50;52.50;2.69;1.16 +8529;8;3982.00;9.50;59.00;3.30;1.16 +8529;9;3974.56;9.50;41.00;1.57;1.16 +8529;10;3995.44;9.50;41.00;-1.57;1.16 +8529;11;3971.40;9.50;23.40;-0.65;1.16 +8529;12;3993.80;9.50;21.80;0.43;1.16 +8529;13;3981.80;9.50;36.20;-0.58;1.16 +8529;14;4005.00;9.50;38.60;1.45;1.16 +8529;15;3961.00;9.50;30.60;-1.16;1.16 +8529;16;3969.80;9.50;50.60;4.14;1.16 +8529;17;3993.80;9.50;59.40;2.69;1.16 +8529;18;3980.20;9.50;69.80;3.30;1.16 8529;21;3974.56;9.50;41.00;1.57;1.16 +8530;0;2913.00;9.50;1938.00;0.00;1.08 +8530;1;2909.00;9.50;1920.50;-0.22;1.08 +8530;2;2902.50;9.50;1917.50;-0.47;1.08 +8530;3;2904.00;9.50;1936.50;-1.40;1.08 +8530;4;2922.50;9.50;1936.50;1.41;1.08 +8530;5;2917.00;9.50;1951.00;2.84;1.08 +8530;9;2903.28;9.50;1938.00;1.57;1.08 +8530;10;2922.72;9.50;1938.00;-1.57;1.08 +8530;11;2906.60;9.50;1910.00;-0.22;1.08 +8530;12;2896.20;9.50;1905.20;-0.47;1.08 +8530;13;2898.60;9.50;1935.60;-1.40;1.08 +8530;14;2928.20;9.50;1935.60;1.41;1.08 +8530;15;2919.40;9.50;1958.80;2.84;1.08 8530;21;2903.28;9.50;1938.00;1.57;1.08 +8531;0;2504.00;9.50;59.00;0.00;1.00 +8531;1;2505.50;9.50;45.50;0.11;1.00 +8531;2;2495.50;9.50;46.00;-0.57;1.00 +8531;3;2517.00;9.50;57.00;1.41;1.00 +8531;4;2491.00;9.50;58.00;-1.49;1.00 +8531;5;2521.00;9.50;69.00;2.10;1.00 +8531;6;2505.50;9.50;70.00;3.00;1.00 +8531;7;2489.50;9.50;70.00;4.06;1.00 +8531;9;2492.30;9.50;59.00;1.57;1.00 +8531;10;2515.70;9.50;59.00;-1.57;1.00 +8531;11;2506.40;9.50;37.40;0.11;1.00 +8531;12;2490.40;9.50;38.20;-0.57;1.00 +8531;13;2524.80;9.50;55.80;1.41;1.00 +8531;14;2483.20;9.50;57.40;-1.49;1.00 +8531;15;2531.20;9.50;75.00;2.10;1.00 +8531;16;2506.40;9.50;76.60;3.00;1.00 +8531;17;2480.80;9.50;76.60;4.06;1.00 8531;21;2492.30;9.50;59.00;1.57;1.00 +8532;0;2529.00;9.50;643.00;0.00;0.94 +8532;1;2528.50;9.50;634.50;-0.05;0.94 +8532;2;2538.00;9.50;639.50;1.20;0.94 +8532;3;2522.50;9.50;650.50;3.85;0.94 +8532;4;2532.50;9.50;653.50;2.82;0.94 +8532;9;2520.54;9.50;643.00;1.57;0.94 +8532;10;2537.46;9.50;643.00;-1.57;0.94 +8532;11;2528.20;9.50;629.40;-0.05;0.94 +8532;12;2543.40;9.50;637.40;1.20;0.94 +8532;13;2518.60;9.50;655.00;3.85;0.94 +8532;14;2534.60;9.50;659.80;2.82;0.94 8532;21;2520.54;9.50;643.00;1.57;0.94 +8533;0;2339.00;9.50;1226.00;0.00;1.44 +8533;1;2345.00;9.50;1212.50;0.41;1.44 +8533;2;2361.50;9.50;1209.50;0.93;1.44 +8533;3;2354.50;9.50;1223.50;1.41;1.44 +8533;4;2327.00;9.50;1217.50;-0.95;1.44 +8533;5;2324.00;9.50;1231.50;4.36;1.44 +8533;6;2346.50;9.50;1237.50;2.56;1.44 +8533;7;2334.00;9.50;1241.50;3.45;1.44 +8533;9;2325.14;9.50;1226.00;1.57;1.44 +8533;10;2352.86;9.50;1226.00;-1.57;1.44 +8533;11;2348.60;9.50;1204.40;0.41;1.44 +8533;12;2375.00;9.50;1199.60;0.93;1.44 +8533;13;2363.80;9.50;1222.00;1.41;1.44 +8533;14;2319.80;9.50;1212.40;-0.95;1.44 +8533;15;2315.00;9.50;1234.80;4.36;1.44 +8533;16;2351.00;9.50;1244.40;2.56;1.44 +8533;17;2331.00;9.50;1250.80;3.45;1.44 8533;21;2325.14;9.50;1226.00;1.57;1.44 +8534;0;2459.00;9.50;1864.00;0.00;1.22 +8534;1;2465.50;9.50;1851.00;0.46;1.22 +8534;2;2477.00;9.50;1856.00;1.15;1.22 +8534;3;2447.00;9.50;1864.50;4.67;1.22 +8534;4;2473.00;9.50;1864.00;1.57;1.22 +8534;5;2458.50;9.55;1872.00;3.20;1.22 +8534;6;2439.00;9.50;1877.00;4.13;1.22 +8534;7;2441.50;9.50;1879.00;4.00;1.22 +8534;9;2445.14;9.50;1864.00;1.57;1.22 +8534;10;2472.86;9.50;1864.00;-1.57;1.22 +8534;11;2469.40;9.50;1843.20;0.46;1.22 +8534;12;2487.80;9.50;1851.20;1.15;1.22 +8534;13;2439.80;9.50;1864.80;4.67;1.22 +8534;14;2481.40;9.50;1864.00;1.57;1.22 +8534;15;2458.20;9.50;1876.80;3.20;1.22 +8534;16;2427.00;9.50;1884.80;4.13;1.22 +8534;17;2431.00;9.50;1888.00;4.00;1.22 8534;21;2445.14;9.50;1864.00;1.57;1.22 +8535;0;1485.00;9.50;233.00;0.00;1.14 +8535;1;1485.50;9.50;218.00;0.03;1.14 +8535;2;1470.50;9.50;232.00;-1.50;1.14 +8535;3;1499.00;9.50;230.50;1.39;1.14 +8535;4;1504.00;9.50;243.50;2.07;1.14 +8535;5;1484.00;9.50;245.00;3.22;1.14 +8535;6;1503.00;9.50;245.50;2.17;1.14 +8535;9;1471.14;9.50;233.00;1.57;1.14 +8535;10;1498.86;9.50;233.00;-1.57;1.14 +8535;11;1485.80;9.50;209.00;0.03;1.14 +8535;12;1461.80;9.50;231.40;-1.50;1.14 +8535;13;1507.40;9.50;229.00;1.39;1.14 +8535;14;1515.40;9.50;249.80;2.07;1.14 +8535;15;1483.40;9.50;252.20;3.22;1.14 +8535;16;1513.80;9.50;253.00;2.17;1.14 8535;21;1471.14;9.50;233.00;1.57;1.14 +8536;0;299.00;9.50;286.00;0.00;1.08 +8536;1;297.00;9.50;274.50;-0.17;1.08 +8536;2;314.50;9.50;283.00;1.38;1.08 +8536;3;285.00;9.50;289.00;4.50;1.08 +8536;4;303.50;9.50;296.00;2.71;1.08 +8536;9;286.22;9.50;286.00;1.57;1.08 +8536;10;311.78;9.50;286.00;-1.57;1.08 +8536;11;295.80;9.50;267.60;-0.17;1.08 +8536;12;323.80;9.50;281.20;1.38;1.08 +8536;13;276.60;9.50;290.80;4.50;1.08 +8536;14;306.20;9.50;302.00;2.71;1.08 8536;21;286.22;9.50;286.00;1.57;1.08 +8537;0;378.00;9.50;1342.00;0.00;0.90 +8537;1;380.00;9.50;1333.00;0.21;0.90 +8537;2;396.00;9.50;1341.00;1.51;0.90 +8537;3;360.00;9.50;1336.00;-1.24;0.90 +8537;4;362.50;9.50;1347.00;4.40;0.90 +8537;5;378.00;9.50;1352.50;3.14;0.90 +8537;9;363.24;9.50;1342.00;1.57;0.90 +8537;10;392.76;9.50;1342.00;-1.57;0.90 +8537;11;381.20;9.50;1327.60;0.21;0.90 +8537;12;406.80;9.50;1340.40;1.51;0.90 +8537;13;349.20;9.50;1332.40;-1.24;0.90 +8537;14;353.20;9.50;1350.00;4.40;0.90 +8537;15;378.00;9.50;1358.80;3.14;0.90 8537;21;363.24;9.50;1342.00;1.57;0.90 +8538;0;387.00;9.50;1901.00;0.00;0.78 +8538;1;374.50;9.50;1893.50;-1.03;0.78 +8538;2;384.50;9.50;1893.00;-0.30;0.78 +8538;3;395.50;9.70;1902.50;1.74;0.78 +8538;4;383.50;9.50;1904.00;4.00;0.78 +8538;5;405.00;9.50;1907.00;1.89;0.78 +8538;6;397.50;9.50;1910.50;2.30;0.78 +8538;9;375.48;9.50;1901.00;1.57;0.78 +8538;10;398.52;9.80;1901.00;-1.57;0.78 +8538;11;367.00;9.50;1889.00;-1.03;0.78 +8538;12;383.00;9.50;1888.20;-0.30;0.78 +8538;13;400.60;9.81;1903.40;1.74;0.78 +8538;14;381.40;9.50;1905.80;4.00;0.78 +8538;15;415.80;9.67;1910.60;1.89;0.78 +8538;16;403.80;9.50;1916.20;2.30;0.78 8538;21;375.48;9.50;1901.00;1.57;0.78 +8539;0;564.00;9.50;1036.00;0.00;1.12 +8539;1;564.50;9.50;1024.00;0.04;1.12 +8539;2;576.50;9.50;1023.00;0.76;1.12 +8539;3;581.00;9.50;1037.00;1.63;1.12 +8539;4;547.50;9.50;1027.00;-1.07;1.12 +8539;5;545.00;9.50;1037.00;4.66;1.12 +8539;6;557.00;9.50;1047.00;3.70;1.12 +8539;7;574.50;9.50;1048.50;2.44;1.12 +8539;9;548.34;9.50;1036.00;1.57;1.12 +8539;10;579.66;9.50;1036.00;-1.57;1.12 +8539;11;564.80;9.50;1016.80;0.04;1.12 +8539;12;584.00;9.50;1015.20;0.76;1.12 +8539;13;591.20;9.50;1037.60;1.63;1.12 +8539;14;537.60;9.50;1021.60;-1.07;1.12 +8539;15;533.60;9.50;1037.60;4.66;1.12 +8539;16;552.80;9.50;1053.60;3.70;1.12 +8539;17;580.80;9.50;1056.00;2.44;1.12 8539;21;548.34;9.50;1036.00;1.57;1.12 +8540;0;721.00;9.50;497.00;0.00;1.26 +8540;1;715.00;9.50;488.00;-0.58;1.26 +8540;2;733.50;9.50;492.00;1.19;1.26 +8540;3;706.50;9.50;503.00;4.32;1.26 +8540;4;726.00;9.50;507.00;2.67;1.26 +8540;5;711.00;9.50;510.50;3.77;1.26 +8540;9;707.68;9.50;497.00;1.57;1.26 +8540;10;734.32;9.50;497.00;-1.57;1.26 +8540;11;711.40;9.50;482.60;-0.58;1.26 +8540;12;741.00;9.50;489.00;1.19;1.26 +8540;13;697.80;9.50;506.60;4.32;1.26 +8540;14;729.00;9.50;513.00;2.67;1.26 +8540;15;705.00;9.50;518.60;3.77;1.26 8540;21;707.68;9.50;497.00;1.57;1.26 +8541;0;3813.00;9.50;532.00;0.00;0.92 +8541;1;3818.00;9.50;519.00;0.36;0.92 +8541;2;3807.00;9.50;525.50;-0.74;0.92 +8541;3;3824.00;9.50;521.00;0.78;0.92 +8541;4;3824.50;9.50;526.00;1.09;0.92 +8541;5;3819.00;9.50;538.50;2.39;0.92 +8541;6;3802.50;9.50;539.00;4.12;0.92 +8541;7;3808.50;9.50;545.50;3.46;0.92 +8541;9;3804.72;9.50;532.00;1.57;0.92 +8541;10;3821.28;9.50;532.00;-1.57;0.92 +8541;11;3821.00;9.50;511.20;0.36;0.92 +8541;12;3803.40;9.50;521.60;-0.74;0.92 +8541;13;3830.60;9.50;514.40;0.78;0.92 +8541;14;3831.40;9.50;522.40;1.09;0.92 +8541;15;3822.60;9.50;542.40;2.39;0.92 +8541;16;3796.20;9.50;543.20;4.12;0.92 +8541;17;3805.80;9.50;553.60;3.46;0.92 8541;21;3804.72;9.50;532.00;1.57;0.92 +8542;0;2650.00;9.50;1933.00;0.00;1.18 +8542;1;2656.00;9.50;1907.00;0.22;1.18 +8542;2;2645.00;9.50;1919.00;-0.34;1.18 +8542;3;2661.00;9.50;1925.00;0.94;1.18 +8542;4;2637.50;9.50;1942.50;4.06;1.18 +8542;5;2661.00;9.50;1944.00;2.35;1.18 +8542;6;2648.00;9.50;1950.50;3.25;1.18 +8542;9;2639.38;9.50;1933.00;1.57;1.18 +8542;10;2660.62;9.50;1933.00;-1.57;1.18 +8542;11;2659.60;9.50;1891.40;0.22;1.18 +8542;12;2642.00;9.50;1910.60;-0.34;1.18 +8542;13;2667.60;9.50;1920.20;0.94;1.18 +8542;14;2630.00;9.50;1948.20;4.06;1.18 +8542;15;2667.60;9.50;1950.60;2.35;1.18 +8542;16;2646.80;9.50;1961.00;3.25;1.18 8542;21;2639.38;9.50;1933.00;1.57;1.18 +8543;0;1734.00;9.50;1600.00;0.00;1.14 +8543;1;1721.50;9.50;1588.00;-0.80;1.14 +8543;2;1732.00;9.50;1587.50;-0.15;1.14 +8543;3;1739.50;9.50;1587.50;0.41;1.14 +8543;4;1745.50;9.50;1594.50;1.12;1.14 +8543;5;1717.00;9.50;1592.00;-1.13;1.14 +8543;6;1716.50;9.50;1595.50;-1.31;1.14 +8543;7;1717.50;9.50;1599.50;-1.54;1.14 +8543;8;1721.50;9.50;1605.50;4.29;1.14 +8543;9;1721.22;9.50;1600.00;1.57;1.14 +8543;10;1746.78;9.50;1600.00;-1.57;1.14 +8543;11;1714.00;9.50;1580.80;-0.80;1.14 +8543;12;1730.80;9.50;1580.00;-0.15;1.14 +8543;13;1742.80;9.50;1580.00;0.41;1.14 +8543;14;1752.40;9.50;1591.20;1.12;1.14 +8543;15;1706.80;9.50;1587.20;-1.13;1.14 +8543;16;1706.00;9.50;1592.80;-1.31;1.14 +8543;17;1707.60;9.50;1599.20;-1.54;1.14 +8543;18;1714.00;9.50;1608.80;4.29;1.14 8543;21;1721.22;9.50;1600.00;1.57;1.14 +8544;0;28.00;9.50;301.00;0.00;1.18 +8544;1;28.00;9.50;285.50;0.00;1.18 +8544;2;43.00;9.50;280.50;0.63;1.18 +8544;3;42.50;9.50;295.00;1.17;1.18 +8544;4;2829.50;9.50;293.50;1.56;1.18 +8544;5;2829.50;9.50;311.50;1.57;1.18 +8544;6;41.00;9.50;310.50;2.20;1.18 +8544;7;26.50;9.50;317.00;3.23;1.18 +8544;9;17.38;9.50;301.00;1.57;1.18 +8544;10;38.62;9.50;301.00;-1.57;1.18 +8544;11;28.00;9.50;276.20;0.00;1.18 +8544;12;52.00;9.50;268.20;0.63;1.18 +8544;13;51.20;9.50;291.40;1.17;1.18 +8544;14;4510.40;9.50;289.00;1.56;1.18 +8544;15;4510.40;9.50;317.80;1.57;1.18 +8544;16;48.80;9.50;316.20;2.20;1.18 +8544;17;25.60;9.50;326.60;3.23;1.18 8544;21;17.38;9.50;301.00;1.57;1.18 +8545;0;5040.00;9.50;1144.00;0.00;0.86 +8545;1;5040.50;9.50;1134.00;0.05;0.86 +8545;2;5031.00;9.50;1138.50;-1.02;0.86 +8545;3;5050.00;9.50;1151.50;2.21;0.86 +8545;4;5041.00;9.50;1156.00;3.05;0.86 +8545;9;5032.26;9.50;1144.00;1.57;0.86 +8545;10;5047.74;9.50;1144.00;-1.57;0.86 +8545;11;5040.80;9.50;1128.00;0.05;0.86 +8545;12;5025.60;9.50;1135.20;-1.02;0.86 +8545;13;5056.00;9.50;1156.00;2.21;0.86 +8545;14;5041.60;9.50;1163.20;3.05;0.86 8545;21;5032.26;9.50;1144.00;1.57;0.86 +8546;0;2748.00;9.50;1460.00;0.00;0.48 +8546;1;2743.50;9.50;1455.50;-0.78;0.48 +8546;2;2736.00;9.50;1456.50;-1.28;0.48 +8546;3;2754.50;9.50;1456.00;1.01;0.48 +8546;4;2760.50;9.50;1458.00;1.41;0.48 +8546;5;2741.00;9.50;1462.00;4.43;0.48 +8546;6;2760.50;9.50;1460.00;1.57;0.48 +8546;7;2759.00;9.50;1461.00;1.66;0.48 +8546;8;2751.50;9.50;1465.00;2.53;0.48 +8546;9;2738.10;9.50;1460.00;1.57;0.48 +8546;10;2757.90;9.50;1460.00;-1.57;0.48 +8546;11;2740.80;9.50;1452.80;-0.78;0.48 +8546;12;2728.80;9.50;1454.40;-1.28;0.48 +8546;13;2758.40;9.50;1453.60;1.01;0.48 +8546;14;2768.00;9.50;1456.80;1.41;0.48 +8546;15;2736.80;9.50;1463.20;4.43;0.48 +8546;16;2768.00;9.50;1460.00;1.57;0.48 +8546;17;2765.60;9.50;1461.60;1.66;0.48 +8546;18;2753.60;9.50;1468.00;2.53;0.48 8546;21;2738.10;9.50;1460.00;1.57;0.48 +8547;0;5583.00;9.50;631.00;0.00;1.08 +8547;1;5582.50;9.50;621.50;-0.05;1.08 +8547;2;5557.50;9.50;618.00;-1.09;1.08 +8547;3;5562.00;9.50;628.00;-1.42;1.08 +8547;4;2791.50;9.50;633.00;4.71;1.08 +8547;5;5586.50;9.50;641.00;2.80;1.08 +8547;9;5565.00;9.50;631.00;1.57;1.08 +8547;10;5601.00;9.50;631.00;-1.57;1.08 +8547;11;5582.20;9.50;615.80;-0.05;1.08 +8547;12;5542.20;9.50;610.20;-1.09;1.08 +8547;13;5549.40;9.50;626.20;-1.42;1.08 +8547;14;1116.60;9.50;634.20;4.71;1.08 +8547;15;5588.60;9.50;647.00;2.80;1.08 8547;21;5565.00;9.50;631.00;1.57;1.08 +8548;0;4784.00;9.50;996.00;0.00;1.06 +8548;1;4784.50;9.50;985.00;0.04;1.06 +8548;2;4795.50;9.50;988.00;0.96;1.06 +8548;3;4777.50;9.50;986.00;-0.57;1.06 +8548;4;4772.50;9.50;993.00;-1.31;1.06 +8548;5;4799.50;9.50;995.50;1.53;1.06 +8548;6;4798.50;9.50;999.00;1.77;1.06 +8548;7;4790.00;9.50;1004.50;2.52;1.06 +8548;8;4774.50;9.50;1005.50;3.92;1.06 +8548;9;4771.94;9.50;996.00;1.57;1.06 +8548;10;4796.06;9.50;996.00;-1.57;1.06 +8548;11;4784.80;9.50;978.40;0.04;1.06 +8548;12;4802.40;9.50;983.20;0.96;1.06 +8548;13;4773.60;9.50;980.00;-0.57;1.06 +8548;14;4765.60;9.50;991.20;-1.31;1.06 +8548;15;4808.80;9.50;995.20;1.53;1.06 +8548;16;4807.20;9.50;1000.80;1.77;1.06 +8548;17;4793.60;9.50;1009.60;2.52;1.06 +8548;18;4768.80;9.50;1011.20;3.92;1.06 8548;21;4771.94;9.50;996.00;1.57;1.06 +8549;0;4200.00;9.50;505.00;0.00;1.14 +8549;1;4207.50;9.50;495.00;0.64;1.14 +8549;2;4192.00;9.50;500.50;-1.05;1.14 +8549;3;4217.00;9.50;497.50;1.15;1.14 +8549;4;4213.00;9.50;501.50;1.30;1.14 +8549;5;4202.50;9.50;513.50;2.85;1.14 +8549;6;4190.50;9.50;514.50;3.92;1.14 +8549;9;4189.02;9.50;505.00;1.57;1.14 +8549;10;4210.98;9.50;505.00;-1.57;1.14 +8549;11;4212.00;9.50;489.00;0.64;1.14 +8549;12;4187.20;9.50;497.80;-1.05;1.14 +8549;13;4227.20;9.50;493.00;1.15;1.14 +8549;14;4220.80;9.50;499.40;1.30;1.14 +8549;15;4204.00;9.50;518.60;2.85;1.14 +8549;16;4184.80;9.50;520.20;3.92;1.14 8549;21;4189.02;9.50;505.00;1.57;1.14 +8550;0;4340.00;9.50;139.00;0.00;0.92 +8550;1;4339.00;9.50;126.50;-0.08;0.92 +8550;2;4331.50;9.50;133.50;-0.99;0.92 +8550;3;4348.00;9.50;131.50;0.81;0.92 +8550;4;4349.00;9.50;144.50;2.11;0.92 +8550;5;4330.00;9.50;144.00;4.24;0.92 +8550;6;4337.00;9.50;150.50;3.39;0.92 +8550;9;4331.72;9.50;139.00;1.57;0.92 +8550;10;4348.28;9.50;139.00;-1.57;0.92 +8550;11;4338.40;9.50;119.00;-0.08;0.92 +8550;12;4326.40;9.50;130.20;-0.99;0.92 +8550;13;4352.80;9.50;127.00;0.81;0.92 +8550;14;4354.40;9.50;147.80;2.11;0.92 +8550;15;4324.00;9.50;147.00;4.24;0.92 +8550;16;4335.20;9.50;157.40;3.39;0.92 8550;21;4331.72;9.50;139.00;1.57;0.92 +8551;0;4086.00;9.50;377.00;0.00;1.12 +8551;1;4079.50;9.50;372.00;-0.91;1.12 +8551;2;4092.50;9.50;364.50;0.48;1.12 +8551;3;4098.50;9.50;368.50;0.97;1.12 +8551;4;4096.00;9.50;376.50;1.52;1.12 +8551;5;4070.50;9.50;379.00;4.58;1.12 +8551;6;4076.00;9.50;385.50;4.00;1.12 +8551;7;4087.50;9.50;388.00;3.00;1.12 +8551;9;4075.92;9.50;377.00;1.57;1.12 +8551;10;4096.08;9.50;377.00;-1.57;1.12 +8551;11;4075.60;9.50;369.00;-0.91;1.12 +8551;12;4096.40;9.50;357.00;0.48;1.12 +8551;13;4106.00;9.50;363.40;0.97;1.12 +8551;14;4102.00;9.50;376.20;1.52;1.12 +8551;15;4061.20;9.50;380.20;4.58;1.12 +8551;16;4070.00;9.50;390.60;4.00;1.12 +8551;17;4088.40;9.50;394.60;3.00;1.12 8551;21;4075.92;9.50;377.00;1.57;1.12 +8552;0;4041.00;9.50;29.00;0.00;1.18 +8552;1;4035.00;9.50;21.00;-0.64;1.18 +8552;2;4055.50;9.50;21.00;1.06;1.18 +8552;3;4025.50;9.50;33.50;4.43;1.18 +8552;4;4051.00;9.50;35.50;2.14;1.18 +8552;5;4037.50;9.50;42.00;3.40;1.18 +8552;6;4048.50;9.50;44.00;2.67;1.18 +8552;9;4029.30;9.50;29.00;1.57;1.18 +8552;10;4052.70;9.50;29.00;-1.57;1.18 +8552;11;4031.40;9.50;16.20;-0.64;1.18 +8552;12;4064.20;9.50;16.20;1.06;1.18 +8552;13;4016.20;9.50;36.20;4.43;1.18 +8552;14;4057.00;9.50;39.40;2.14;1.18 +8552;15;4035.40;9.50;49.80;3.40;1.18 +8552;16;4053.00;9.50;53.00;2.67;1.18 8552;21;4029.30;9.50;29.00;1.57;1.18 +8553;0;2453.00;9.50;42.00;0.00;1.28 +8553;1;2444.00;9.50;29.50;-0.62;1.28 +8553;2;2457.00;9.50;31.00;0.34;1.28 +8553;3;2437.50;9.50;37.00;-1.25;1.28 +8553;4;2465.50;9.50;49.50;2.11;1.28 +8553;5;2449.00;9.50;50.50;3.58;1.28 +8553;9;2441.48;9.50;42.00;1.57;1.28 +8553;10;2464.52;9.50;42.00;-1.57;1.28 +8553;11;2438.60;9.50;22.00;-0.62;1.28 +8553;12;2459.40;9.50;24.40;0.34;1.28 +8553;13;2428.20;9.50;34.00;-1.25;1.28 +8553;14;2473.00;9.50;54.00;2.11;1.28 +8553;15;2446.60;9.50;55.60;3.58;1.28 8553;21;2441.48;9.50;42.00;1.57;1.28 +8554;0;2520.00;9.50;611.00;0.00;1.06 +8554;1;2515.50;9.50;599.50;-0.37;1.06 +8554;2;2521.50;9.50;600.50;0.14;1.06 +8554;3;2511.00;9.50;609.50;-1.40;1.06 +8554;4;2531.50;9.50;608.00;1.31;1.06 +8554;5;2524.00;9.50;618.50;2.65;1.06 +8554;6;2510.50;9.50;622.50;3.83;1.06 +8554;9;2509.92;9.50;611.00;1.57;1.06 +8554;10;2530.08;9.50;611.00;-1.57;1.06 +8554;11;2512.80;9.50;592.60;-0.37;1.06 +8554;12;2522.40;9.50;594.20;0.14;1.06 +8554;13;2505.60;9.50;608.60;-1.40;1.06 +8554;14;2538.40;9.50;606.20;1.31;1.06 +8554;15;2526.40;9.50;623.00;2.65;1.06 +8554;16;2504.80;9.50;629.40;3.83;1.06 8554;21;2509.92;9.50;611.00;1.57;1.06 +8555;0;2278.00;9.50;396.00;0.00;1.18 +8555;1;2268.00;9.50;387.50;-0.86;1.18 +8555;2;2286.00;9.50;386.50;0.70;1.18 +8555;3;2297.00;9.50;392.00;1.36;1.18 +8555;4;2288.50;9.50;403.00;2.15;1.18 +8555;5;2258.50;9.50;394.00;-1.46;1.18 +8555;6;2269.50;9.50;403.00;4.02;1.18 +8555;7;2279.50;9.50;412.00;3.04;1.18 +8555;9;2263.78;9.50;396.00;1.57;1.18 +8555;10;2292.22;9.50;396.00;-1.57;1.18 +8555;11;2262.00;9.50;382.40;-0.86;1.18 +8555;12;2290.80;9.50;380.80;0.70;1.18 +8555;13;2308.40;9.50;389.60;1.36;1.18 +8555;14;2294.80;9.50;407.20;2.15;1.18 +8555;15;2246.80;9.50;392.80;-1.46;1.18 +8555;16;2264.40;9.50;407.20;4.02;1.18 +8555;17;2280.40;9.50;421.60;3.04;1.18 8555;21;2263.78;9.50;396.00;1.57;1.18 +8556;0;2284.00;9.50;1193.00;0.00;1.20 +8556;1;2298.00;9.50;1179.00;0.78;1.20 +8556;2;2303.50;9.50;1188.50;1.34;1.20 +8556;3;2274.50;9.50;1185.50;-0.90;1.20 +8556;4;2262.00;9.50;1197.00;4.53;1.20 +8556;5;2299.50;9.50;1201.00;2.04;1.20 +8556;6;2279.50;9.50;1204.50;3.51;1.20 +8556;9;2267.26;9.50;1193.00;1.57;1.20 +8556;10;2300.74;9.50;1193.00;-1.57;1.20 +8556;11;2306.40;9.50;1170.60;0.78;1.20 +8556;12;2315.20;9.50;1185.80;1.34;1.20 +8556;13;2268.80;9.50;1181.00;-0.90;1.20 +8556;14;2248.80;9.50;1199.40;4.53;1.20 +8556;15;2308.80;9.50;1205.80;2.04;1.20 +8556;16;2276.80;9.50;1211.40;3.51;1.20 8556;21;2267.26;9.50;1193.00;1.57;1.20 +8557;0;2542.00;9.50;1973.00;0.00;1.64 +8557;1;2545.00;9.50;1953.00;0.14;1.64 +8557;2;2529.50;9.50;1969.00;-1.26;1.64 +8557;3;2557.50;9.50;1959.00;0.83;1.64 +8557;4;2555.50;9.50;1977.00;1.85;1.64 +8557;5;2517.00;9.50;1987.00;4.20;1.64 +8557;6;2531.00;9.50;1989.00;3.74;1.64 +8557;7;2545.50;9.50;1990.50;2.94;1.64 +8557;9;2525.26;9.50;1973.00;1.57;1.64 +8557;10;2558.74;9.50;1973.00;-1.57;1.64 +8557;11;2546.80;9.50;1941.00;0.14;1.64 +8557;12;2522.00;9.50;1966.60;-1.26;1.64 +8557;13;2566.80;9.50;1950.60;0.83;1.64 +8557;14;2563.60;9.50;1979.40;1.85;1.64 +8557;15;2502.00;9.50;1995.40;4.20;1.64 +8557;16;2524.40;9.50;1998.60;3.74;1.64 +8557;17;2547.60;9.50;2001.00;2.94;1.64 8557;21;2525.26;9.50;1973.00;1.57;1.64 +8558;0;1373.00;9.50;232.00;0.00;1.30 +8558;1;1374.00;9.50;217.00;0.06;1.30 +8558;2;1354.50;9.50;224.00;-1.16;1.30 +8558;3;1389.00;9.50;218.50;0.87;1.30 +8558;4;1390.00;9.50;232.50;1.60;1.30 +8558;5;1360.00;9.50;239.50;4.18;1.30 +8558;6;1380.50;9.50;247.50;2.69;1.30 +8558;7;1369.00;9.50;249.50;3.36;1.30 +8558;9;1358.78;9.50;232.00;1.57;1.30 +8558;10;1387.22;9.50;232.00;-1.57;1.30 +8558;11;1374.60;9.50;208.00;0.06;1.30 +8558;12;1343.40;9.50;219.20;-1.16;1.30 +8558;13;1398.60;9.50;210.40;0.87;1.30 +8558;14;1400.20;9.50;232.80;1.60;1.30 +8558;15;1352.20;9.50;244.00;4.18;1.30 +8558;16;1385.00;9.50;256.80;2.69;1.30 +8558;17;1366.60;9.50;260.00;3.36;1.30 8558;21;1358.78;9.50;232.00;1.57;1.30 +8559;0;321.00;9.50;325.00;0.00;1.06 +8559;1;329.00;9.50;311.00;0.51;1.06 +8559;2;314.50;9.50;315.50;-0.60;1.06 +8559;3;336.00;9.50;320.50;1.27;1.06 +8559;4;300.50;9.50;320.50;-1.35;1.06 +8559;5;302.00;9.50;326.00;4.66;1.06 +8559;6;332.50;9.50;333.00;2.17;1.06 +8559;7;312.50;9.50;334.50;3.87;1.06 +8559;9;305.52;9.50;325.00;1.57;1.06 +8559;10;336.48;9.50;325.00;-1.57;1.06 +8559;11;333.80;9.50;302.60;0.51;1.06 +8559;12;310.60;9.50;309.80;-0.60;1.06 +8559;13;345.00;9.50;317.80;1.27;1.06 +8559;14;288.20;9.50;317.80;-1.35;1.06 +8559;15;290.60;9.50;326.60;4.66;1.06 +8559;16;339.40;9.50;337.80;2.17;1.06 +8559;17;307.40;9.50;340.20;3.87;1.06 8559;21;305.52;9.50;325.00;1.57;1.06 +8560;0;379.00;9.50;1385.00;0.00;1.08 +8560;1;378.50;9.50;1374.00;-0.04;1.08 +8560;2;396.50;9.50;1375.50;1.07;1.08 +8560;3;364.50;9.50;1377.50;-1.09;1.08 +8560;4;362.00;9.50;1386.50;4.62;1.08 +8560;5;392.00;9.50;1389.00;1.86;1.08 +8560;6;371.50;9.50;1396.50;3.71;1.08 +8560;9;364.24;9.50;1385.00;1.57;1.08 +8560;10;393.76;9.50;1385.00;-1.57;1.08 +8560;11;378.20;9.50;1367.40;-0.04;1.08 +8560;12;407.00;9.50;1369.80;1.07;1.08 +8560;13;355.80;9.50;1373.00;-1.09;1.08 +8560;14;351.80;9.50;1387.40;4.62;1.08 +8560;15;399.80;9.50;1391.40;1.86;1.08 +8560;16;367.00;9.50;1403.40;3.71;1.08 8560;21;364.24;9.50;1385.00;1.57;1.08 +8561;0;457.00;9.50;1884.00;0.00;1.14 +8561;1;453.50;9.50;1877.00;-0.46;1.14 +8561;2;475.50;9.50;1873.50;1.05;1.14 +8561;3;475.50;9.50;1882.50;1.49;1.14 +8561;4;437.50;9.50;1891.00;4.36;1.14 +8561;5;458.50;9.50;1893.00;2.97;1.14 +8561;9;441.16;9.50;1884.00;1.57;1.14 +8561;10;472.84;9.50;1884.00;-1.57;1.14 +8561;11;451.40;9.50;1872.80;-0.46;1.14 +8561;12;486.60;9.50;1867.20;1.05;1.14 +8561;13;486.60;9.50;1881.60;1.49;1.14 +8561;14;425.80;9.50;1895.20;4.36;1.14 +8561;15;459.40;9.50;1898.40;2.97;1.14 8561;21;441.16;9.50;1884.00;1.57;1.14 +8562;0;479.00;9.50;913.00;0.00;1.32 +8562;1;477.00;9.50;902.50;-0.18;1.32 +8562;2;493.50;9.50;908.50;1.27;1.32 +8562;3;459.00;9.50;909.50;-1.39;1.32 +8562;4;465.50;9.50;919.50;4.26;1.32 +8562;5;493.00;9.50;921.50;2.11;1.32 +8562;6;482.50;9.50;926.00;2.87;1.32 +8562;9;465.86;9.50;913.00;1.57;1.32 +8562;10;492.14;9.50;913.00;-1.57;1.32 +8562;11;475.80;9.50;896.20;-0.18;1.32 +8562;12;502.20;9.50;905.80;1.27;1.32 +8562;13;447.00;9.50;907.40;-1.39;1.32 +8562;14;457.40;9.50;923.40;4.26;1.32 +8562;15;501.40;9.50;926.60;2.11;1.32 +8562;16;484.60;9.50;933.80;2.87;1.32 8562;21;465.86;9.50;913.00;1.57;1.32 +8563;0;675.00;9.50;546.00;0.00;0.96 +8563;1;671.50;9.50;535.50;-0.32;0.96 +8563;2;688.00;9.50;535.00;0.86;0.96 +8563;3;695.00;9.50;544.50;1.49;0.96 +8563;4;655.50;9.50;546.00;4.71;0.96 +8563;5;694.00;9.50;553.00;1.92;0.96 +8563;6;671.50;9.50;556.00;3.47;0.96 +8563;7;655.00;9.50;556.50;4.22;0.96 +8563;8;655.50;9.50;558.50;4.14;0.96 +8563;9;658.62;9.50;546.00;1.57;0.96 +8563;10;691.38;9.50;546.00;-1.57;0.96 +8563;11;669.40;9.50;529.20;-0.32;0.96 +8563;12;695.80;9.50;528.40;0.86;0.96 +8563;13;707.00;9.50;543.60;1.49;0.96 +8563;14;643.80;9.50;546.00;4.71;0.96 +8563;15;705.40;9.50;557.20;1.92;0.96 +8563;16;669.40;9.50;562.00;3.47;0.96 +8563;17;643.00;9.50;562.80;4.22;0.96 +8563;18;643.80;9.50;566.00;4.14;0.96 8563;21;658.62;9.50;546.00;1.57;0.96 +8564;0;3810.00;9.50;587.00;0.00;0.80 +8564;1;3807.00;9.50;573.00;-0.21;0.80 +8564;2;3802.00;9.50;574.50;-0.56;0.80 +8564;3;3816.00;9.50;579.50;0.67;0.80 +8564;4;3801.00;9.50;582.00;-1.06;0.80 +8564;5;3820.50;9.50;592.50;2.05;0.80 +8564;6;3801.50;9.50;594.00;4.02;0.80 +8564;7;3811.00;9.50;599.50;3.06;0.80 +8564;9;3802.80;9.50;587.00;1.57;0.80 +8564;10;3817.20;9.50;587.00;-1.57;0.80 +8564;11;3805.20;9.50;564.60;-0.21;0.80 +8564;12;3797.20;9.50;567.00;-0.56;0.80 +8564;13;3819.60;9.50;575.00;0.67;0.80 +8564;14;3795.60;9.50;579.00;-1.06;0.80 +8564;15;3826.80;9.50;595.80;2.05;0.80 +8564;16;3796.40;9.50;598.20;4.02;0.80 +8564;17;3811.60;9.50;607.00;3.06;0.80 8564;21;3802.80;9.50;587.00;1.57;0.80 +8565;0;2550.00;9.50;2027.00;0.00;0.96 +8565;1;2559.50;9.50;2015.50;0.69;0.96 +8565;2;2567.50;9.50;2019.00;1.14;0.96 +8565;3;2549.50;9.50;2017.50;-0.05;0.96 +8565;4;2537.00;9.50;2028.50;4.59;0.96 +8565;5;2558.00;9.50;2031.00;2.03;0.96 +8565;9;2533.80;9.50;2027.00;1.57;0.96 +8565;10;2566.20;9.50;2027.00;-1.57;0.96 +8565;11;2565.20;9.50;2008.60;0.69;0.96 +8565;12;2578.00;9.50;2014.20;1.14;0.96 +8565;13;2549.20;9.50;2011.80;-0.05;0.96 +8565;14;2529.20;9.50;2029.40;4.59;0.96 +8565;15;2562.80;9.50;2033.40;2.03;0.96 8565;21;2533.80;9.50;2027.00;1.57;0.96 +8566;0;1784.00;9.70;1623.00;0.00;1.14 +8566;1;1784.00;9.70;1612.50;0.00;1.14 +8566;2;1773.00;9.50;1620.00;-1.30;1.14 +8566;3;1794.50;9.50;1613.00;0.81;1.14 +8566;4;1796.50;9.55;1620.00;1.33;1.14 +8566;5;1782.00;9.67;1620.00;-0.58;1.14 +8566;6;1791.50;9.75;1623.00;1.57;1.14 +8566;7;1794.00;9.80;1632.50;2.33;1.14 +8566;8;1771.00;9.50;1629.50;4.24;1.14 +8566;9;1773.74;9.50;1623.00;1.57;1.14 +8566;10;1794.26;9.70;1623.00;-1.57;1.14 +8566;11;1784.00;9.50;1606.20;0.00;1.14 +8566;12;1766.40;9.50;1618.20;-1.30;1.14 +8566;13;1800.80;9.50;1607.00;0.81;1.14 +8566;14;1804.00;9.50;1618.20;1.33;1.14 +8566;15;1780.80;9.67;1618.20;-0.58;1.14 +8566;16;1796.00;9.70;1623.00;1.57;1.14 +8566;17;1800.00;9.90;1638.20;2.33;1.14 +8566;18;1763.20;9.50;1633.40;4.24;1.14 8566;21;1773.74;9.50;1623.00;1.57;1.14 +8567;0;35.00;9.50;184.00;0.00;1.64 +8567;1;31.50;9.50;165.50;-0.18;1.64 +8567;2;2833.00;9.50;162.50;1.56;1.64 +8567;3;2833.00;9.50;171.50;1.56;1.64 +8567;4;46.50;9.50;169.00;0.65;1.64 +8567;5;55.00;9.50;181.00;1.42;1.64 +8567;6;2833.00;9.50;192.00;1.57;1.64 +8567;7;64.50;9.50;193.00;1.86;1.64 +8567;8;51.00;9.50;196.50;2.23;1.64 +8567;9;18.08;9.50;184.00;1.57;1.64 +8567;10;51.92;9.50;184.00;-1.57;1.64 +8567;11;29.40;9.50;154.40;-0.18;1.64 +8567;12;4511.80;9.50;149.60;1.56;1.64 +8567;13;4511.80;9.50;164.00;1.56;1.64 +8567;14;53.40;9.50;160.00;0.65;1.64 +8567;15;67.00;9.50;179.20;1.42;1.64 +8567;16;4511.80;9.50;196.80;1.57;1.64 +8567;17;82.20;9.50;198.40;1.86;1.64 +8567;18;60.60;9.50;204.00;2.23;1.64 8567;21;18.08;9.50;184.00;1.57;1.64 +8568;0;5040.00;9.50;1074.00;0.00;1.26 +8568;1;5041.50;9.50;1060.50;0.11;1.26 +8568;2;5053.50;9.50;1066.50;1.06;1.26 +8568;3;5034.50;9.50;1070.50;-1.00;1.26 +8568;4;5024.50;9.50;1080.00;4.34;1.26 +8568;5;5051.00;9.50;1079.00;1.99;1.26 +8568;6;5036.00;9.50;1086.00;3.46;1.26 +8568;9;5026.32;9.50;1074.00;1.57;1.26 +8568;10;5053.68;9.50;1074.00;-1.57;1.26 +8568;11;5042.40;9.50;1052.40;0.11;1.26 +8568;12;5061.60;9.50;1062.00;1.06;1.26 +8568;13;5031.20;10.17;1068.40;-1.00;1.26 +8568;14;5015.20;9.50;1083.60;4.34;1.26 +8568;15;5057.60;9.50;1082.00;1.99;1.26 +8568;16;5033.60;9.50;1093.20;3.46;1.26 8568;21;5026.32;9.50;1074.00;1.57;1.26 +8569;0;2735.00;9.50;1437.00;0.00;0.56 +8569;1;2726.50;9.50;1433.50;-1.18;0.56 +8569;2;2736.00;9.50;1430.50;0.15;0.56 +8569;3;2743.50;9.50;1437.50;1.63;0.56 +8569;4;2727.00;9.50;1439.50;4.41;0.56 +8569;5;2737.00;9.50;1444.00;2.86;0.56 +8569;9;2727.98;9.50;1437.00;1.57;0.56 +8569;10;2742.02;9.50;1437.00;-1.57;0.56 +8569;11;2721.40;9.50;1431.40;-1.18;0.56 +8569;12;2736.60;9.50;1426.60;0.15;0.56 +8569;13;2748.60;9.50;1437.80;1.63;0.56 +8569;14;2722.20;9.50;1441.00;4.41;0.56 +8569;15;2738.20;9.50;1448.20;2.86;0.56 8569;21;2727.98;9.50;1437.00;1.57;0.56 +8570;0;5509.00;9.50;627.00;0.00;1.08 +8570;1;5518.00;9.50;615.50;0.66;1.08 +8570;2;5506.50;9.50;616.50;-0.23;1.08 +8570;3;5492.00;9.50;624.00;-1.39;1.08 +8570;4;5525.00;9.50;626.00;1.50;1.08 +8570;5;5521.00;9.50;627.50;1.61;1.08 +8570;6;5498.50;9.50;635.00;4.06;1.08 +8570;7;5519.50;9.50;637.50;2.35;1.08 +8570;9;5493.70;9.50;627.00;1.57;1.08 +8570;10;5524.30;9.50;627.00;-1.57;1.08 +8570;11;5523.40;9.50;608.60;0.66;1.08 +8570;12;5505.00;9.50;610.20;-0.23;1.08 +8570;13;5481.80;9.50;622.20;-1.39;1.08 +8570;14;5534.60;9.72;625.40;1.50;1.08 +8570;15;5528.20;9.50;627.80;1.61;1.08 +8570;16;5492.20;9.50;639.80;4.06;1.08 +8570;17;5525.80;9.50;643.80;2.35;1.08 8570;21;5493.70;9.50;627.00;1.57;1.08 +8571;0;5600.00;9.50;1259.00;0.00;0.98 +8571;1;5599.50;9.50;1250.00;-0.05;0.98 +8571;2;5587.50;9.50;1258.00;-1.49;0.98 +8571;3;2800.00;9.50;1261.00;4.71;0.98 +8571;4;5603.50;9.50;1269.00;2.80;0.98 +8571;9;5588.66;9.50;1259.00;1.57;0.98 +8571;10;5611.34;9.50;1259.00;-1.57;0.98 +8571;11;5599.20;9.50;1244.60;-0.05;0.98 +8571;12;5580.00;9.50;1257.40;-1.49;0.98 +8571;13;1120.00;9.50;1262.20;4.71;0.98 +8571;14;5605.60;9.50;1275.00;2.80;0.98 8571;21;5588.66;9.50;1259.00;1.57;0.98 +8572;0;4735.00;9.50;890.00;0.00;1.18 +8572;1;4737.00;9.50;873.00;0.11;1.18 +8572;2;4741.50;9.50;874.00;0.38;1.18 +8572;3;4748.50;9.50;887.50;1.38;1.18 +8572;4;4734.50;9.50;879.00;-0.04;1.18 +8572;5;4731.50;9.50;879.00;-0.30;1.18 +8572;6;4728.00;9.50;882.00;-0.71;1.18 +8572;7;4724.00;9.50;881.50;-0.91;1.18 +8572;8;4721.00;9.50;882.00;-1.05;1.18 +8572;9;4722.04;9.50;890.00;1.57;1.18 +8572;10;4747.96;9.50;890.00;-1.57;1.18 +8572;11;4738.20;9.50;862.80;0.11;1.18 +8572;12;4745.40;9.50;864.40;0.38;1.18 +8572;13;4756.60;9.50;886.00;1.38;1.18 +8572;14;4734.20;9.50;872.40;-0.04;1.18 +8572;15;4729.40;9.50;872.40;-0.30;1.18 +8572;16;4723.80;9.50;877.20;-0.71;1.18 +8572;17;4717.40;9.77;876.40;-0.91;1.18 +8572;18;4712.60;9.50;877.20;-1.05;1.18 8572;21;4722.04;9.50;890.00;1.57;1.18 +8573;0;4185.00;9.50;441.00;0.00;0.96 +8573;1;4180.00;9.50;433.50;-0.58;0.96 +8573;2;4191.50;9.50;433.50;0.71;0.96 +8573;3;4192.00;9.50;445.00;2.09;0.96 +8573;4;4174.50;9.50;442.50;4.57;0.96 +8573;5;4178.00;9.50;449.50;3.83;0.96 +8573;9;4174.92;9.50;441.00;1.57;0.96 +8573;10;4195.08;9.50;441.00;-1.57;0.96 +8573;11;4177.00;9.50;429.00;-0.58;0.96 +8573;12;4195.40;9.50;429.00;0.71;0.96 +8573;13;4196.20;9.50;447.40;2.09;0.96 +8573;14;4168.20;9.50;443.40;4.57;0.96 +8573;15;4173.80;9.50;454.60;3.83;0.96 8573;21;4174.92;9.50;441.00;1.57;0.96 +8574;0;4295.00;9.50;158.00;0.00;0.88 +8574;1;4287.50;9.50;145.00;-0.52;0.88 +8574;2;4298.00;9.50;146.50;0.25;0.88 +8574;3;4285.50;9.50;156.50;-1.41;0.88 +8574;4;4307.50;9.50;153.50;1.22;0.88 +8574;5;4303.50;9.50;163.50;2.14;0.88 +8574;6;4285.50;9.50;170.50;3.79;0.88 +8574;7;4293.00;9.50;171.00;3.29;0.88 +8574;9;4287.08;9.50;158.00;1.57;0.88 +8574;10;4302.92;9.50;158.00;-1.57;0.88 +8574;11;4283.00;9.50;137.20;-0.52;0.88 +8574;12;4299.80;9.50;139.60;0.25;0.88 +8574;13;4279.80;9.50;155.60;-1.41;0.88 +8574;14;4315.00;9.50;150.80;1.22;0.88 +8574;15;4308.60;9.50;166.80;2.14;0.88 +8574;16;4279.80;9.50;178.00;3.79;0.88 +8574;17;4291.80;9.50;178.80;3.29;0.88 8574;21;4287.08;9.50;158.00;1.57;0.88 +8575;0;4141.00;9.50;350.00;0.00;1.08 +8575;1;4131.50;9.50;345.00;-1.08;1.08 +8575;2;4147.00;9.50;342.00;0.64;1.08 +8575;3;4156.00;9.50;349.50;1.53;1.08 +8575;4;4148.00;9.50;357.50;2.39;1.08 +8575;5;4126.00;9.50;355.00;4.39;1.08 +8575;6;4133.00;9.50;358.50;3.89;1.08 +8575;9;4130.02;9.50;350.00;1.57;1.08 +8575;10;4151.98;9.50;350.00;-1.57;1.08 +8575;11;4125.80;9.50;342.00;-1.08;1.08 +8575;12;4150.60;9.50;337.20;0.64;1.08 +8575;13;4165.00;9.50;349.20;1.53;1.08 +8575;14;4152.20;9.50;362.00;2.39;1.08 +8575;15;4117.00;9.50;358.00;4.39;1.08 +8575;16;4128.20;9.50;363.60;3.89;1.08 8575;21;4130.02;9.50;350.00;1.57;1.08 +8576;0;2429.00;9.50;70.00;0.00;1.04 +8576;1;2419.50;9.50;58.00;-0.67;1.04 +8576;2;2437.00;9.50;64.50;0.96;1.04 +8576;3;2415.50;9.50;71.00;4.63;1.04 +8576;4;2452.00;9.50;75.50;1.80;1.04 +8576;5;2451.00;9.50;76.50;1.85;1.04 +8576;6;2432.50;9.50;79.00;2.77;1.04 +8576;9;2415.68;9.50;70.00;1.57;1.04 +8576;10;2442.32;9.50;70.00;-1.57;1.04 +8576;11;2413.80;9.50;50.80;-0.67;1.04 +8576;12;2441.80;9.50;61.20;0.96;1.04 +8576;13;2407.40;9.50;71.60;4.63;1.04 +8576;14;2465.80;9.50;78.80;1.80;1.04 +8576;15;2464.20;9.50;80.40;1.85;1.04 +8576;16;2434.60;9.50;84.40;2.77;1.04 8576;21;2415.68;9.50;70.00;1.57;1.04 +8577;0;2482.00;9.50;615.00;0.00;1.08 +8577;1;2490.00;9.50;603.00;0.58;1.08 +8577;2;2492.00;9.50;611.50;1.23;1.08 +8577;3;2476.00;9.50;606.50;-0.61;1.08 +8577;4;2472.50;9.50;618.50;4.35;1.08 +8577;5;2484.50;9.50;627.00;2.93;1.08 +8577;6;2475.50;9.50;628.50;3.59;1.08 +8577;9;2472.10;9.50;615.00;1.57;1.08 +8577;10;2491.90;9.50;615.00;-1.57;1.08 +8577;11;2494.80;9.50;595.80;0.58;1.08 +8577;12;2498.00;9.50;609.40;1.23;1.08 +8577;13;2472.40;9.50;601.40;-0.61;1.08 +8577;14;2466.80;9.50;620.60;4.35;1.08 +8577;15;2486.00;9.50;634.20;2.93;1.08 +8577;16;2471.60;9.50;636.60;3.59;1.08 8577;21;2472.10;9.50;615.00;1.57;1.08 +8578;0;2373.00;9.50;428.00;0.00;1.24 +8578;1;2358.50;9.50;412.50;-0.75;1.24 +8578;2;2358.50;9.50;426.00;-1.43;1.24 +8578;3;2370.50;9.50;416.00;-0.20;1.24 +8578;4;2386.00;9.50;421.00;1.07;1.24 +8578;5;2390.50;9.50;428.50;1.59;1.24 +8578;6;2380.00;9.50;439.00;2.57;1.24 +8578;7;2366.00;9.50;441.00;3.63;1.24 +8578;9;2360.04;9.50;428.00;1.57;1.24 +8578;10;2385.96;9.50;428.00;-1.57;1.24 +8578;11;2349.80;9.50;403.20;-0.75;1.24 +8578;12;2349.80;9.50;424.80;-1.43;1.24 +8578;13;2369.00;9.50;408.80;-0.20;1.24 +8578;14;2393.80;9.50;416.80;1.07;1.24 +8578;15;2401.00;9.50;428.80;1.59;1.24 +8578;16;2384.20;9.50;445.60;2.57;1.24 +8578;17;2361.80;9.50;448.80;3.63;1.24 8578;21;2360.04;9.50;428.00;1.57;1.24 +8579;0;2276.00;9.50;1243.00;0.00;1.36 +8579;1;2275.50;9.50;1229.50;-0.03;1.36 +8579;2;2292.50;9.50;1240.00;1.39;1.36 +8579;3;2257.50;9.50;1230.00;-0.95;1.36 +8579;4;2259.50;9.50;1242.50;-1.54;1.36 +8579;5;2286.00;9.50;1255.00;2.44;1.36 +8579;6;2265.50;9.50;1257.50;3.76;1.36 +8579;7;2275.00;9.50;1258.50;3.20;1.36 +8579;9;2263.04;9.50;1243.00;1.57;1.36 +8579;10;2288.96;9.50;1243.00;-1.57;1.36 +8579;11;2275.20;9.50;1221.40;-0.03;1.36 +8579;12;2302.40;9.50;1238.20;1.39;1.36 +8579;13;2246.40;9.50;1222.20;-0.95;1.36 +8579;14;2249.60;9.50;1242.20;-1.54;1.36 +8579;15;2292.00;9.50;1262.20;2.44;1.36 +8579;16;2259.20;9.50;1266.20;3.76;1.36 +8579;17;2274.40;9.50;1267.80;3.20;1.36 8579;21;2263.04;9.50;1243.00;1.57;1.36 +8580;0;2597.00;9.50;1971.00;0.00;1.54 +8580;1;2599.00;9.50;1956.00;0.13;1.54 +8580;2;2608.50;9.50;1949.50;0.49;1.54 +8580;3;2611.00;9.50;1961.50;0.97;1.54 +8580;4;2583.00;9.50;1976.00;4.36;1.54 +8580;5;2602.50;9.50;1979.50;2.56;1.54 +8580;6;2583.00;9.50;1987.50;3.84;1.54 +8580;9;2583.14;9.50;1971.00;1.57;1.54 +8580;10;2610.86;9.50;1971.00;-1.57;1.54 +8580;11;2600.20;9.50;1947.00;0.13;1.54 +8580;12;2615.40;9.50;1936.60;0.49;1.54 +8580;13;2619.40;9.50;1955.80;0.97;1.54 +8580;14;2574.60;9.50;1979.00;4.36;1.54 +8580;15;2605.80;9.50;1984.60;2.56;1.54 +8580;16;2574.60;9.50;1997.40;3.84;1.54 8580;21;2583.14;9.50;1971.00;1.57;1.54 +8581;0;1487.00;9.50;115.00;0.00;1.16 +8581;1;1490.50;9.50;103.00;0.28;1.16 +8581;2;1475.50;9.50;113.50;-1.44;1.16 +8581;3;1499.50;9.50;117.00;1.72;1.16 +8581;4;1476.50;9.50;127.50;3.84;1.16 +8581;5;1487.00;9.50;128.50;3.14;1.16 +8581;9;1475.84;9.50;115.00;1.57;1.16 +8581;10;1498.16;9.50;115.00;-1.57;1.16 +8581;11;1492.60;9.50;95.80;0.28;1.16 +8581;12;1468.60;9.50;112.60;-1.44;1.16 +8581;13;1507.00;9.50;118.20;1.72;1.16 +8581;14;1470.20;9.50;135.00;3.84;1.16 +8581;15;1487.00;9.50;136.60;3.14;1.16 8581;21;1475.84;9.50;115.00;1.57;1.16 +8582;0;357.00;9.50;277.00;0.00;0.90 +8582;1;353.50;9.50;266.50;-0.32;0.90 +8582;2;368.50;9.50;266.50;0.83;0.90 +8582;3;340.00;9.50;268.50;-1.10;0.90 +8582;4;370.50;9.50;278.00;1.64;0.90 +8582;5;343.50;9.50;278.50;4.60;0.90 +8582;6;347.00;9.50;287.00;3.92;0.90 +8582;7;360.00;9.50;288.00;2.87;0.90 +8582;9;344.94;9.50;277.00;1.57;0.90 +8582;10;369.06;9.50;277.00;-1.57;0.90 +8582;11;351.40;9.50;260.20;-0.32;0.90 +8582;12;375.40;9.50;260.20;0.83;0.90 +8582;13;329.80;9.50;263.40;-1.10;0.90 +8582;14;378.60;9.50;278.60;1.64;0.90 +8582;15;335.40;9.50;279.40;4.60;0.90 +8582;16;341.00;9.50;293.00;3.92;0.90 +8582;17;361.80;9.50;294.60;2.87;0.90 8582;21;344.94;9.50;277.00;1.57;0.90 +8583;0;348.00;9.50;1427.00;0.00;0.88 +8583;1;356.00;9.50;1417.50;0.70;0.88 +8583;2;337.00;9.50;1421.50;-1.10;0.88 +8583;3;369.50;9.50;1424.50;1.45;0.88 +8583;4;327.50;9.50;1432.50;4.45;0.88 +8583;5;360.50;9.50;1432.50;1.98;0.88 +8583;6;338.00;9.50;1436.50;3.95;0.88 +8583;9;331.80;9.50;1427.00;1.57;0.88 +8583;10;364.20;9.50;1427.00;-1.57;0.88 +8583;11;360.80;9.50;1411.80;0.70;0.88 +8583;12;330.40;9.50;1418.20;-1.10;0.88 +8583;13;382.40;9.50;1423.00;1.45;0.88 +8583;14;315.20;9.50;1435.80;4.45;0.88 +8583;15;368.00;9.50;1435.80;1.98;0.88 +8583;16;332.00;9.50;1442.20;3.95;0.88 8583;21;331.80;9.50;1427.00;1.57;0.88 +8584;0;442.00;9.50;1816.00;0.00;1.04 +8584;1;447.00;9.50;1806.00;0.46;1.04 +8584;2;465.00;9.50;1810.00;1.31;1.04 +8584;3;422.50;9.50;1813.50;-1.44;1.04 +8584;4;451.00;9.50;1823.00;2.23;1.04 +8584;5;425.50;9.50;1825.50;4.19;1.04 +8584;9;424.18;9.50;1816.00;1.57;1.04 +8584;10;459.82;9.50;1816.00;-1.57;1.04 +8584;11;450.00;9.50;1800.00;0.46;1.04 +8584;12;478.80;9.50;1806.40;1.31;1.04 +8584;13;410.80;9.50;1812.00;-1.44;1.04 +8584;14;456.40;9.50;1827.20;2.23;1.04 +8584;15;415.60;9.50;1831.20;4.19;1.04 8584;21;424.18;9.50;1816.00;1.57;1.04 +8585;0;544.00;9.50;947.00;0.00;0.94 +8585;1;541.50;9.50;937.50;-0.25;0.94 +8585;2;525.50;9.50;938.50;-1.14;0.94 +8585;3;558.50;9.50;945.50;1.46;0.94 +8585;4;532.00;9.50;950.00;4.46;0.94 +8585;5;550.00;9.50;958.00;2.64;0.94 +8585;6;560.50;9.50;955.00;2.02;0.94 +8585;9;531.58;9.50;947.00;1.57;0.94 +8585;10;556.42;9.50;947.00;-1.57;0.94 +8585;11;540.00;9.50;931.80;-0.25;0.94 +8585;12;514.40;9.50;933.40;-1.14;0.94 +8585;13;567.20;9.50;944.60;1.46;0.94 +8585;14;524.80;9.50;951.80;4.46;0.94 +8585;15;553.60;9.50;964.60;2.64;0.94 +8585;16;570.40;9.50;959.80;2.02;0.94 8585;21;531.58;9.50;947.00;1.57;0.94 +8586;0;654.00;9.50;500.00;0.00;1.16 +8586;1;649.50;9.50;486.50;-0.32;1.16 +8586;2;666.00;9.50;491.00;0.92;1.16 +8586;3;637.00;9.50;496.50;-1.36;1.16 +8586;4;673.00;9.50;504.50;1.80;1.16 +8586;5;641.00;9.50;510.00;4.05;1.16 +8586;6;661.00;9.50;512.50;2.63;1.16 +8586;9;639.60;9.50;500.00;1.57;1.16 +8586;10;668.40;9.50;500.00;-1.57;1.16 +8586;11;646.80;9.50;478.40;-0.32;1.16 +8586;12;673.20;9.50;485.60;0.92;1.16 +8586;13;626.80;9.50;494.40;-1.36;1.16 +8586;14;684.40;9.50;507.20;1.80;1.16 +8586;15;633.20;9.50;516.00;4.05;1.16 +8586;16;665.20;9.50;520.00;2.63;1.16 8586;21;639.60;9.50;500.00;1.57;1.16 +8587;0;3782.00;9.50;509.00;0.00;1.00 +8587;1;3778.00;9.50;501.50;-0.49;1.00 +8587;2;3793.00;9.50;501.00;0.94;1.00 +8587;3;3766.50;9.50;510.50;4.61;1.00 +8587;4;3791.50;9.50;514.00;2.05;1.00 +8587;5;3766.50;9.50;515.00;4.34;1.00 +8587;6;3776.50;9.50;517.00;3.74;1.00 +8587;9;3771.02;9.50;509.00;1.57;1.00 +8587;10;3792.98;9.50;509.00;-1.57;1.00 +8587;11;3775.60;9.50;497.00;-0.49;1.00 +8587;12;3799.60;9.50;496.20;0.94;1.00 +8587;13;3757.20;9.50;511.40;4.61;1.00 +8587;14;3797.20;9.50;517.00;2.05;1.00 +8587;15;3757.20;9.50;518.60;4.34;1.00 +8587;16;3773.20;9.50;521.80;3.74;1.00 8587;21;3771.02;9.50;509.00;1.57;1.00 +8588;0;2698.00;9.50;1897.00;0.00;1.26 +8588;1;2691.00;9.50;1876.00;-0.32;1.26 +8588;2;2706.50;9.50;1873.00;0.34;1.26 +8588;3;2711.50;9.50;1900.50;1.82;1.26 +8588;4;2685.00;9.50;1907.00;4.05;1.26 +8588;5;2700.00;9.50;1921.00;3.05;1.26 +8588;6;2711.50;9.50;1918.00;2.57;1.26 +8588;9;2686.66;9.50;1897.00;1.57;1.26 +8588;10;2709.34;9.50;1897.00;-1.57;1.26 +8588;11;2686.80;9.50;1863.40;-0.32;1.26 +8588;12;2711.60;9.50;1858.60;0.34;1.26 +8588;13;2719.60;9.50;1902.60;1.82;1.26 +8588;14;2677.20;9.50;1913.00;4.05;1.26 +8588;15;2701.20;9.50;1935.40;3.05;1.26 +8588;16;2719.60;9.50;1930.60;2.57;1.26 8588;21;2686.66;9.50;1897.00;1.57;1.26 +8589;0;1882.00;9.50;1641.00;0.00;1.22 +8589;1;1888.00;9.50;1626.00;0.38;1.22 +8589;2;1894.00;9.50;1635.50;1.14;1.22 +8589;3;1876.50;9.50;1628.50;-0.41;1.22 +8589;4;1869.50;9.50;1635.50;-1.15;1.22 +8589;5;1866.50;9.50;1643.50;4.55;1.22 +8589;6;1871.00;9.50;1649.00;4.08;1.22 +8589;7;1893.50;9.50;1650.50;2.26;1.22 +8589;8;1883.00;9.50;1656.50;3.07;1.22 +8589;9;1871.02;9.50;1641.00;1.57;1.22 +8589;10;1892.98;9.50;1641.00;-1.57;1.22 +8589;11;1891.60;9.50;1617.00;0.38;1.22 +8589;12;1901.20;9.50;1632.20;1.14;1.22 +8589;13;1873.20;9.50;1621.00;-0.41;1.22 +8589;14;1862.00;9.50;1632.20;-1.15;1.22 +8589;15;1857.20;9.50;1645.00;4.55;1.22 +8589;16;1864.40;9.70;1653.80;4.08;1.22 +8589;17;1900.40;9.50;1656.20;2.26;1.22 +8589;18;1883.60;9.50;1665.80;3.07;1.22 8589;21;1871.02;9.50;1641.00;1.57;1.22 +8590;0;268.00;9.50;147.00;0.00;1.08 +8590;1;267.00;9.50;135.50;-0.08;1.08 +8590;2;285.00;9.50;147.00;1.57;1.08 +8590;3;251.00;9.50;149.50;4.56;1.08 +8590;4;270.50;9.50;159.50;2.94;1.08 +8590;5;284.50;9.50;158.00;2.15;1.08 +8590;6;255.00;9.50;161.00;3.89;1.08 +8590;9;254.50;9.50;147.00;1.57;1.08 +8590;10;281.50;9.50;147.00;-1.57;1.08 +8590;11;266.40;9.50;128.60;-0.08;1.08 +8590;12;295.20;9.50;147.00;1.57;1.08 +8590;13;240.80;9.50;151.00;4.56;1.08 +8590;14;272.00;9.50;167.00;2.94;1.08 +8590;15;294.40;9.50;164.60;2.15;1.08 +8590;16;247.20;9.50;169.40;3.89;1.08 8590;21;254.50;9.50;147.00;1.57;1.08 +8591;0;4899.00;9.50;890.00;0.00;1.02 +8591;1;4887.00;9.50;878.50;-0.80;1.02 +8591;2;4903.00;9.50;882.50;0.49;1.02 +8591;3;4884.50;9.50;889.00;-1.50;1.02 +8591;4;4916.50;9.50;895.00;1.84;1.02 +8591;5;4895.00;9.50;899.00;3.56;1.02 +8591;6;4911.50;9.50;901.50;2.31;1.02 +8591;9;4884.42;9.50;890.00;1.57;1.02 +8591;10;4913.58;9.50;890.00;-1.57;1.02 +8591;11;4879.80;9.50;871.60;-0.80;1.02 +8591;12;4905.40;9.50;878.00;0.49;1.02 +8591;13;4875.80;9.50;888.40;-1.50;1.02 +8591;14;4927.00;9.50;898.00;1.84;1.02 +8591;15;4892.60;9.50;904.40;3.56;1.02 +8591;16;4919.00;9.50;908.40;2.31;1.02 8591;21;4884.42;9.50;890.00;1.57;1.02 +8592;0;2769.00;9.50;1406.00;0.00;0.76 +8592;1;2769.50;9.50;1395.50;0.04;0.76 +8592;2;2772.50;9.50;1396.00;0.33;0.76 +8592;3;2764.50;9.50;1396.50;-0.44;0.76 +8592;4;2775.50;9.50;1397.50;0.65;0.76 +8592;5;2761.00;9.50;1397.00;-0.72;0.76 +8592;6;2761.00;9.50;1406.50;4.65;0.76 +8592;7;2776.00;9.50;1401.00;0.95;0.76 +8592;8;2777.50;9.50;1406.00;1.57;0.76 +8592;9;2762.16;9.50;1406.00;1.57;0.76 +8592;10;2775.84;9.50;1406.00;-1.57;0.76 +8592;11;2769.80;9.50;1389.20;0.04;0.76 +8592;12;2774.60;9.50;1390.00;0.33;0.76 +8592;13;2761.80;9.50;1390.80;-0.44;0.76 +8592;14;2779.40;9.50;1392.40;0.65;0.76 +8592;15;2756.20;9.50;1391.60;-0.72;0.76 +8592;16;2756.20;9.50;1406.80;4.65;0.76 +8592;17;2780.20;9.50;1398.00;0.95;0.76 +8592;18;2782.60;9.50;1406.00;1.57;0.76 8592;21;2762.16;9.50;1406.00;1.57;0.76 +8593;0;5483.00;9.50;582.00;0.00;1.30 +8593;1;5476.00;9.50;564.00;-0.37;1.30 +8593;2;5483.50;9.50;567.00;0.03;1.30 +8593;3;5470.00;9.50;575.50;-1.10;1.30 +8593;4;5498.00;9.50;581.00;1.50;1.30 +8593;5;5474.50;9.50;591.50;3.87;1.30 +8593;6;5493.50;9.50;594.00;2.42;1.30 +8593;9;5469.32;9.50;582.00;1.57;1.30 +8593;10;5496.68;9.50;582.00;-1.57;1.30 +8593;11;5471.80;9.50;553.20;-0.37;1.30 +8593;12;5483.80;9.50;558.00;0.03;1.30 +8593;13;5462.20;9.50;571.60;-1.10;1.30 +8593;14;5507.00;9.50;580.40;1.50;1.30 +8593;15;5469.40;9.50;597.20;3.87;1.30 +8593;16;5499.80;9.50;601.20;2.42;1.30 8593;21;5469.32;9.50;582.00;1.57;1.30 +8594;0;5597.00;9.50;1220.00;0.00;1.20 +8594;1;5597.50;9.50;1210.50;0.05;1.20 +8594;2;5581.50;9.50;1215.00;-1.25;1.20 +8594;3;5614.00;9.50;1220.00;1.57;1.20 +8594;4;2798.50;13.80;1228.50;4.70;1.20 +8594;5;5582.50;9.50;1226.00;4.32;1.20 +8594;6;5598.00;9.50;1230.50;3.04;1.20 +8594;9;5584.94;9.50;1220.00;1.57;1.20 +8594;10;5609.06;9.50;1220.00;-1.57;1.20 +8594;11;5597.80;9.50;1204.80;0.05;1.20 +8594;12;5572.20;9.50;1212.00;-1.25;1.20 +8594;13;5624.20;9.50;1220.00;1.57;1.20 +8594;14;1119.40;9.50;1233.60;4.70;1.20 +8594;15;5573.80;9.50;1229.60;4.32;1.20 +8594;16;5598.60;9.50;1236.80;3.04;1.20 8594;21;5584.94;9.50;1220.00;1.57;1.20 +8595;0;4744.00;9.50;936.00;0.00;1.20 +8595;1;4743.00;9.50;923.00;-0.07;1.20 +8595;2;4755.50;9.50;939.50;1.86;1.20 +8595;3;4729.00;9.50;925.00;-0.93;1.20 +8595;4;4730.50;9.50;929.00;-1.09;1.20 +8595;5;4728.00;9.50;933.50;-1.41;1.20 +8595;6;4728.50;9.50;938.50;4.55;1.20 +8595;7;4729.00;9.50;942.00;4.33;1.20 +8595;8;4742.00;9.50;947.50;3.31;1.20 +8595;9;4733.20;9.50;936.00;1.57;1.20 +8595;10;4754.80;9.50;936.00;-1.57;1.20 +8595;11;4742.40;9.50;915.20;-0.07;1.20 +8595;12;4762.40;9.50;941.60;1.86;1.20 +8595;13;4720.00;9.50;918.40;-0.93;1.20 +8595;14;4722.40;9.50;924.80;-1.09;1.20 +8595;15;4718.40;9.50;932.00;-1.41;1.20 +8595;16;4719.20;9.50;940.00;4.55;1.20 +8595;17;4720.00;9.50;945.60;4.33;1.20 +8595;18;4740.80;9.50;954.40;3.31;1.20 8595;21;4733.20;9.50;936.00;1.57;1.20 +8596;0;4214.00;9.50;463.00;0.00;1.06 +8596;1;4214.50;9.50;448.50;0.03;1.06 +8596;2;4220.50;9.50;452.50;0.55;1.06 +8596;3;4206.50;9.50;456.00;-0.82;1.06 +8596;4;4224.50;9.50;466.50;1.89;1.06 +8596;5;4201.50;9.50;468.00;4.33;1.06 +8596;6;4214.50;9.50;474.00;3.09;1.06 +8596;9;4204.46;9.50;463.00;1.57;1.06 +8596;10;4223.54;9.50;463.00;-1.57;1.06 +8596;11;4214.80;9.50;439.80;0.03;1.06 +8596;12;4224.40;9.50;446.20;0.55;1.06 +8596;13;4202.00;9.50;451.80;-0.82;1.06 +8596;14;4230.80;9.50;468.60;1.89;1.06 +8596;15;4194.00;9.50;471.00;4.33;1.06 +8596;16;4214.80;9.50;480.60;3.09;1.06 8596;21;4204.46;9.50;463.00;1.57;1.06 +8597;0;4391.00;9.50;233.00;0.00;1.02 +8597;1;4389.00;9.50;223.50;-0.20;1.02 +8597;2;4402.50;9.50;230.00;1.31;1.02 +8597;3;4379.00;9.50;233.00;4.71;1.02 +8597;4;4379.50;9.50;241.50;4.07;1.02 +8597;5;4392.00;9.50;243.50;3.04;1.02 +8597;9;4381.82;9.50;233.00;1.57;1.02 +8597;10;4400.18;9.50;233.00;-1.57;1.02 +8597;11;4387.80;9.50;217.80;-0.20;1.02 +8597;12;4409.40;9.50;228.20;1.31;1.02 +8597;13;4371.80;9.50;233.00;4.71;1.02 +8597;14;4372.60;9.50;246.60;4.07;1.02 +8597;15;4392.60;9.50;249.80;3.04;1.02 8597;21;4381.82;9.50;233.00;1.57;1.02 +8598;0;4125.00;9.50;387.00;0.00;0.90 +8598;1;4125.00;9.50;377.00;0.00;0.90 +8598;2;4115.50;9.50;381.50;-1.04;0.90 +8598;3;4134.00;9.50;382.50;1.10;0.90 +8598;4;4134.00;9.50;391.50;2.03;0.90 +8598;5;4123.00;9.50;395.00;3.38;0.90 +8598;9;4116.90;9.50;387.00;1.57;0.90 +8598;10;4133.10;9.50;387.00;-1.57;0.90 +8598;11;4125.00;9.50;371.00;0.00;0.90 +8598;12;4109.80;9.50;378.20;-1.04;0.90 +8598;13;4139.40;9.50;379.80;1.10;0.90 +8598;14;4139.40;9.50;394.20;2.03;0.90 +8598;15;4121.80;9.50;399.80;3.38;0.90 8598;21;4116.90;9.50;387.00;1.57;0.90 +8599;0;4011.00;9.50;8.00;0.00;0.50 +8599;1;3997.50;9.50;6.50;-1.46;0.50 +8599;2;4020.00;9.50;10.50;1.84;0.50 +8599;3;4003.50;9.50;12.50;4.17;0.50 +8599;9;3999.66;9.50;8.00;1.57;0.50 +8599;10;4022.34;9.50;8.00;-1.57;0.50 +8599;11;3989.40;9.50;5.60;-1.46;0.50 +8599;12;4025.40;9.50;12.00;1.84;0.50 +8599;13;3999.00;9.50;15.20;4.17;0.50 8599;21;3999.66;9.50;8.00;1.57;0.50 +8600;0;2557.00;9.50;105.00;0.00;1.12 +8600;1;2558.00;9.50;91.50;0.07;1.12 +8600;2;2547.50;9.50;92.00;-0.63;1.12 +8600;3;2570.00;9.50;102.50;1.38;1.12 +8600;4;2545.50;9.50;104.50;-1.52;1.12 +8600;5;2572.00;9.50;114.50;2.13;1.12 +8600;6;2557.50;9.50;117.00;3.10;1.12 +8600;7;2543.50;9.50;118.00;3.94;1.12 +8600;9;2546.38;9.50;105.00;1.57;1.12 +8600;10;2567.62;9.50;105.00;-1.57;1.12 +8600;11;2558.60;9.50;83.40;0.07;1.12 +8600;12;2541.80;9.50;84.20;-0.63;1.12 +8600;13;2577.80;9.50;101.00;1.38;1.12 +8600;14;2538.60;9.50;104.20;-1.52;1.12 +8600;15;2581.00;9.50;120.20;2.13;1.12 +8600;16;2557.80;9.50;124.20;3.10;1.12 +8600;17;2535.40;9.50;125.80;3.94;1.12 8600;21;2546.38;9.50;105.00;1.57;1.12 +8601;0;2501.00;9.50;567.00;0.00;0.92 +8601;1;2504.00;9.50;557.50;0.30;0.92 +8601;2;2491.50;9.50;568.50;4.55;0.92 +8601;3;2514.50;9.50;558.50;1.00;0.92 +8601;4;2510.50;9.50;567.50;1.62;0.92 +8601;5;2506.00;9.50;577.50;2.69;0.92 +8601;6;2499.50;9.50;579.00;3.26;0.92 +8601;9;2492.36;9.50;567.00;1.57;0.92 +8601;10;2509.64;9.50;567.00;-1.57;0.92 +8601;11;2505.80;9.50;551.80;0.30;0.92 +8601;12;2485.80;9.50;569.40;4.55;0.92 +8601;13;2522.60;9.50;553.40;1.00;0.92 +8601;14;2516.20;9.50;567.80;1.62;0.92 +8601;15;2509.00;9.50;583.80;2.69;0.92 +8601;16;2498.60;9.50;586.20;3.26;0.92 8601;21;2492.36;9.50;567.00;1.57;0.92 +8602;0;2245.00;9.50;424.00;0.00;1.26 +8602;1;2237.50;9.50;410.50;-0.50;1.26 +8602;2;2253.00;9.50;417.00;0.85;1.26 +8602;3;2232.00;9.50;416.50;-1.04;1.26 +8602;4;2236.00;9.50;430.00;4.12;1.26 +8602;5;2251.50;9.50;433.50;2.54;1.26 +8602;9;2233.66;9.50;424.00;1.57;1.26 +8602;10;2256.34;9.50;424.00;-1.57;1.26 +8602;11;2233.00;9.50;402.40;-0.50;1.26 +8602;12;2257.80;9.50;412.80;0.85;1.26 +8602;13;2224.20;9.50;412.00;-1.04;1.26 +8602;14;2230.60;9.50;433.60;4.12;1.26 +8602;15;2255.40;9.50;439.20;2.54;1.26 8602;21;2233.66;9.50;424.00;1.57;1.26 +8603;0;2227.00;9.50;1303.00;0.00;1.32 +8603;1;2241.00;9.50;1287.50;0.73;1.32 +8603;2;2227.50;9.50;1290.00;0.03;1.32 +8603;3;2238.00;9.50;1304.00;1.66;1.32 +8603;4;2213.00;9.50;1306.50;4.46;1.32 +8603;5;2220.00;9.50;1317.00;3.60;1.32 +8603;9;2214.04;9.50;1303.00;1.57;1.32 +8603;10;2239.96;9.50;1303.00;-1.57;1.32 +8603;11;2249.40;9.50;1278.20;0.73;1.32 +8603;12;2227.80;9.50;1282.20;0.03;1.32 +8603;13;2244.60;9.50;1304.60;1.66;1.32 +8603;14;2204.60;9.50;1308.60;4.46;1.32 +8603;15;2215.80;9.50;1325.40;3.60;1.32 8603;21;2214.04;9.50;1303.00;1.57;1.32 +8604;0;2499.00;9.50;2026.00;0.00;0.90 +8604;1;2509.50;9.50;2015.50;0.78;0.90 +8604;2;2484.00;9.50;2026.00;4.71;0.90 +8604;3;2511.50;9.50;2028.00;1.72;0.90 +8604;9;2480.46;9.50;2026.00;1.57;0.90 +8604;10;2517.54;9.50;2026.00;-1.57;0.90 +8604;11;2515.80;9.50;2009.20;0.78;0.90 +8604;12;2475.00;9.50;2026.00;4.71;0.90 +8604;13;2519.00;9.50;2029.20;1.72;0.90 8604;21;2480.46;9.50;2026.00;1.57;0.90 +8605;0;1439.00;9.50;103.00;0.00;1.22 +8605;1;1444.00;9.50;82.00;0.23;1.22 +8605;2;1449.50;9.50;87.00;0.58;1.22 +8605;3;1432.50;9.50;89.50;-0.44;1.22 +8605;4;1451.50;9.50;107.50;1.91;1.22 +8605;5;1426.00;9.50;108.50;4.31;1.22 +8605;6;1428.50;9.50;121.50;3.65;1.22 +8605;7;1439.00;9.50;121.50;3.14;1.22 +8605;9;1428.02;9.50;103.00;1.57;1.22 +8605;10;1449.98;9.50;103.00;-1.57;1.22 +8605;11;1447.00;9.50;69.40;0.23;1.22 +8605;12;1455.80;9.50;77.40;0.58;1.22 +8605;13;1428.60;9.50;81.40;-0.44;1.22 +8605;14;1459.00;9.50;110.20;1.91;1.22 +8605;15;1418.20;9.50;111.80;4.31;1.22 +8605;16;1422.20;9.50;132.60;3.65;1.22 +8605;17;1439.00;9.50;132.60;3.14;1.22 8605;21;1428.02;9.50;103.00;1.57;1.22 +8606;0;379.00;9.50;317.00;0.00;0.80 +8606;1;371.00;9.50;308.00;-0.72;0.80 +8606;2;365.00;9.50;316.50;-1.53;0.80 +8606;3;392.00;9.50;314.00;1.34;0.80 +8606;4;392.50;9.50;323.50;2.02;0.80 +8606;5;378.50;9.50;326.50;3.19;0.80 +8606;9;363.88;9.50;317.00;1.57;0.80 +8606;10;394.12;9.50;317.00;-1.57;0.80 +8606;11;366.20;9.50;302.60;-0.72;0.80 +8606;12;356.60;9.50;316.20;-1.53;0.80 +8606;13;399.80;9.50;312.20;1.34;0.80 +8606;14;400.60;9.50;327.40;2.02;0.80 +8606;15;378.20;9.50;332.20;3.19;0.80 8606;21;363.88;9.50;317.00;1.57;0.80 +8607;0;313.00;9.50;1351.00;0.00;0.90 +8607;1;310.50;9.50;1341.50;-0.25;0.90 +8607;2;298.00;9.50;1353.00;4.58;0.90 +8607;3;330.00;9.50;1351.50;1.60;0.90 +8607;4;317.00;9.50;1361.00;2.76;0.90 +8607;5;331.50;9.50;1360.50;2.04;0.90 +8607;9;299.14;9.50;1351.00;1.57;0.90 +8607;10;326.86;9.50;1351.00;-1.57;0.90 +8607;11;309.00;9.50;1335.80;-0.25;0.90 +8607;12;289.00;9.50;1354.20;4.58;0.90 +8607;13;340.20;9.50;1351.80;1.60;0.90 +8607;14;319.40;9.50;1367.00;2.76;0.90 +8607;15;342.60;9.50;1366.20;2.04;0.90 8607;21;299.14;9.50;1351.00;1.57;0.90 +8608;0;79.00;9.50;2020.00;0.00;0.50 +8608;1;83.00;9.50;2010.00;0.38;0.50 +8608;2;77.50;9.50;2011.50;-0.17;0.50 +8608;3;82.50;9.50;2021.50;1.97;0.50 +8608;4;74.50;9.50;2021.50;4.39;0.50 +8608;9;74.50;9.50;2020.00;1.57;0.50 +8608;10;83.50;9.50;2020.00;-1.57;0.50 +8608;11;85.40;9.50;2004.00;0.38;0.50 +8608;12;76.60;9.50;2006.40;-0.17;0.50 +8608;13;84.60;9.50;2022.40;1.97;0.50 +8608;14;71.80;9.57;2022.40;4.39;0.50 8608;21;74.50;9.50;2020.00;1.57;0.50 +8609;0;545.00;9.50;903.00;0.00;1.00 +8609;1;543.50;9.50;891.00;-0.12;1.00 +8609;2;528.50;9.50;891.00;-0.94;1.00 +8609;3;563.00;9.50;896.50;1.22;1.00 +8609;4;526.50;9.50;903.50;4.68;1.00 +8609;5;562.50;9.50;909.00;1.90;1.00 +8609;6;542.00;9.50;915.50;3.37;1.00 +8609;9;530.42;9.50;903.00;1.57;1.00 +8609;10;559.58;9.50;903.00;-1.57;1.00 +8609;11;542.60;9.50;883.80;-0.12;1.00 +8609;12;518.60;9.50;883.80;-0.94;1.00 +8609;13;573.80;9.50;892.60;1.22;1.00 +8609;14;515.40;9.50;903.80;4.68;1.00 +8609;15;573.00;9.50;912.60;1.90;1.00 +8609;16;540.20;9.50;923.00;3.37;1.00 8609;21;530.42;9.50;903.00;1.57;1.00 +8610;0;586.00;9.50;486.00;0.00;1.22 +8610;1;578.00;9.50;471.50;-0.50;1.22 +8610;2;571.50;9.50;469.00;-0.70;1.22 +8610;3;571.00;9.50;483.50;-1.40;1.22 +8610;4;594.00;9.50;477.00;0.72;1.22 +8610;5;603.00;9.50;489.50;1.77;1.22 +8610;6;572.00;9.50;498.50;3.98;1.22 +8610;7;588.00;9.50;499.00;2.98;1.22 +8610;9;574.12;9.50;486.00;1.57;1.22 +8610;10;597.88;9.50;486.00;-1.57;1.22 +8610;11;573.20;9.50;462.80;-0.50;1.22 +8610;12;562.80;9.50;458.80;-0.70;1.22 +8610;13;562.00;9.50;482.00;-1.40;1.22 +8610;14;598.80;9.50;471.60;0.72;1.22 +8610;15;613.20;9.50;491.60;1.77;1.22 +8610;16;563.60;9.50;506.00;3.98;1.22 +8610;17;589.20;9.50;506.80;2.98;1.22 8610;21;574.12;9.50;486.00;1.57;1.22 +8611;0;3771.00;9.50;544.00;0.00;0.84 +8611;1;3771.00;9.50;534.50;0.00;0.84 +8611;2;3761.00;9.50;543.00;-1.47;0.84 +8611;3;3781.50;9.50;545.00;1.66;0.84 +8611;4;3771.50;9.50;553.00;3.08;0.84 +8611;5;3782.50;9.50;553.00;2.23;0.84 +8611;9;3763.08;9.50;544.00;1.57;0.84 +8611;10;3778.92;9.50;544.00;-1.57;0.84 +8611;11;3771.00;9.50;528.80;0.00;0.84 +8611;12;3755.00;9.50;542.40;-1.47;0.84 +8611;13;3787.80;9.50;545.60;1.66;0.84 +8611;14;3771.80;9.50;558.40;3.08;0.84 +8611;15;3789.40;9.50;558.40;2.23;0.84 8611;21;3763.08;9.50;544.00;1.57;0.84 +8612;0;2756.00;9.50;1783.00;0.00;1.26 +8612;1;2755.50;9.50;1763.50;-0.02;1.26 +8612;2;2766.00;9.50;1780.00;1.27;1.26 +8612;3;2745.00;9.50;1771.00;-0.74;1.26 +8612;4;2741.50;9.50;1781.50;-1.46;1.26 +8612;5;2751.50;9.50;1795.00;3.50;1.26 +8612;6;2765.50;9.50;1800.00;2.63;1.26 +8612;9;2744.66;9.50;1783.00;1.57;1.26 +8612;10;2767.34;9.50;1783.00;-1.57;1.26 +8612;11;2755.20;9.50;1751.80;-0.02;1.26 +8612;12;2772.00;9.50;1778.20;1.27;1.26 +8612;13;2738.40;9.50;1763.80;-0.74;1.26 +8612;14;2732.80;9.50;1780.60;-1.46;1.26 +8612;15;2748.80;9.50;1802.20;3.50;1.26 +8612;16;2771.20;9.50;1810.20;2.63;1.26 8612;21;2744.66;9.50;1783.00;1.57;1.26 +8613;0;2873.00;9.50;529.00;0.00;1.04 +8613;1;2870.50;9.50;521.00;-0.30;1.04 +8613;2;2885.00;9.50;514.00;0.67;1.04 +8613;3;2884.00;9.50;527.50;1.43;1.04 +8613;4;2857.50;9.50;532.00;4.52;1.04 +8613;5;2869.50;9.50;538.50;3.49;1.04 +8613;9;2862.74;9.50;529.00;1.57;1.04 +8613;10;2883.26;9.50;529.00;-1.57;1.04 +8613;11;2869.00;9.50;516.20;-0.30;1.04 +8613;12;2892.20;9.50;505.00;0.67;1.04 +8613;13;2890.60;9.50;526.60;1.43;1.04 +8613;14;2848.20;9.50;533.80;4.52;1.04 +8613;15;2867.40;9.50;544.20;3.49;1.04 8613;21;2862.74;9.50;529.00;1.57;1.04 +8614;0;1820.00;9.50;1684.00;0.00;1.36 +8614;1;1828.50;9.50;1668.00;0.48;1.36 +8614;2;1819.00;9.50;1669.00;-0.06;1.36 +8614;3;1835.00;9.50;1673.50;0.96;1.36 +8614;4;1819.00;9.50;1675.00;-0.11;1.36 +8614;5;1811.00;9.50;1674.00;-0.73;1.36 +8614;6;1805.50;9.50;1685.00;4.64;1.36 +8614;7;1834.00;9.50;1682.00;1.42;1.36 +8614;8;1798.00;9.50;1690.00;4.44;1.36 +8614;9;1804.70;9.50;1684.00;1.57;1.36 +8614;10;1835.30;9.50;1684.00;-1.57;1.36 +8614;11;1833.60;9.50;1658.40;0.48;1.36 +8614;12;1818.40;9.50;1660.00;-0.06;1.36 +8614;13;1844.00;9.50;1667.20;0.96;1.36 +8614;14;1818.40;9.50;1669.60;-0.11;1.36 +8614;15;1805.60;9.50;1668.00;-0.73;1.36 +8614;16;1796.80;9.50;1685.60;4.64;1.36 +8614;17;1842.40;9.50;1680.80;1.42;1.36 +8614;18;1784.80;9.50;1693.60;4.44;1.36 8614;21;1804.70;9.50;1684.00;1.57;1.36 +8615;0;204.00;9.50;247.00;0.00;1.00 +8615;1;187.00;9.50;236.50;-1.01;1.00 +8615;2;207.00;9.50;236.50;0.27;1.00 +8615;3;185.00;9.50;247.00;4.71;1.00 +8615;4;226.00;9.50;238.00;1.18;1.00 +8615;5;223.50;9.50;245.50;1.49;1.00 +8615;6;218.50;9.50;257.00;2.17;1.00 +8615;7;201.00;9.50;259.00;3.38;1.00 +8615;9;189.24;9.50;247.00;1.57;1.00 +8615;10;218.76;9.50;247.00;-1.57;1.00 +8615;11;176.80;9.50;230.20;-1.01;1.00 +8615;12;208.80;9.50;230.20;0.27;1.00 +8615;13;173.60;9.50;247.00;4.71;1.00 +8615;14;239.20;9.50;232.60;1.18;1.00 +8615;15;235.20;9.50;244.60;1.49;1.00 +8615;16;227.20;9.50;263.00;2.17;1.00 +8615;17;199.20;9.50;266.20;3.38;1.00 8615;21;189.24;9.50;247.00;1.57;1.00 +8616;0;4913.00;9.50;851.00;0.00;1.28 +8616;1;4902.00;9.50;829.00;-0.46;1.28 +8616;2;4909.00;9.50;833.50;-0.22;1.28 +8616;3;4901.00;9.50;843.50;-1.01;1.28 +8616;4;4922.00;9.50;848.50;1.30;1.28 +8616;5;4910.00;9.50;863.00;3.38;1.28 +8616;6;4930.50;9.50;859.50;2.02;1.28 +8616;7;4925.00;9.50;864.50;2.41;1.28 +8616;9;4901.48;9.50;851.00;1.57;1.28 +8616;10;4924.52;9.50;851.00;-1.57;1.28 +8616;11;4895.40;9.50;815.80;-0.46;1.28 +8616;12;4906.60;9.50;823.00;-0.22;1.28 +8616;13;4893.80;9.50;839.00;-1.01;1.28 +8616;14;4927.40;9.50;847.00;1.30;1.28 +8616;15;4908.20;9.50;870.20;3.38;1.28 +8616;16;4941.00;9.50;864.60;2.02;1.28 +8616;17;4932.20;9.50;872.60;2.41;1.28 8616;21;4901.48;9.50;851.00;1.57;1.28 +8617;0;4018.00;9.50;116.00;0.00;1.00 +8617;1;4017.50;9.50;104.50;-0.04;1.00 +8617;2;4028.50;9.50;110.50;1.08;1.00 +8617;3;4007.00;9.50;117.50;4.57;1.00 +8617;4;4024.50;9.50;124.00;2.45;1.00 +8617;5;4012.00;9.50;128.00;3.60;1.00 +8617;9;4009.00;9.50;116.00;1.57;1.00 +8617;10;4027.00;9.50;116.00;-1.57;1.00 +8617;11;4017.20;9.50;97.60;-0.04;1.00 +8617;12;4034.80;9.50;107.20;1.08;1.00 +8617;13;4000.40;9.50;118.40;4.57;1.00 +8617;14;4028.40;9.50;128.80;2.45;1.00 +8617;15;4008.40;9.50;135.20;3.60;1.00 8617;21;4009.00;9.50;116.00;1.57;1.00 +8618;0;2702.00;9.50;1413.00;0.00;0.88 +8618;1;2697.00;9.50;1401.50;-0.41;0.88 +8618;2;2702.00;9.50;1402.00;0.00;0.88 +8618;3;2708.00;9.50;1402.00;0.49;0.88 +8618;4;2711.50;9.50;1410.00;1.26;0.88 +8618;5;2696.00;9.50;1403.00;-0.54;0.88 +8618;6;2693.00;9.50;1412.00;-1.46;0.88 +8618;7;2710.00;9.50;1421.50;2.38;0.88 +8618;8;2693.00;9.50;1421.50;3.95;0.88 +8618;9;2694.08;9.50;1413.00;1.57;0.88 +8618;10;2709.92;9.50;1413.00;-1.57;0.88 +8618;11;2694.00;9.50;1394.60;-0.41;0.88 +8618;12;2702.00;9.50;1395.40;0.00;0.88 +8618;13;2711.60;9.50;1395.40;0.49;0.88 +8618;14;2717.20;9.50;1408.20;1.26;0.88 +8618;15;2692.40;9.50;1397.00;-0.54;0.88 +8618;16;2687.60;9.50;1411.40;-1.46;0.88 +8618;17;2714.80;9.50;1426.60;2.38;0.88 +8618;18;2687.60;9.50;1426.60;3.95;0.88 8618;21;2694.08;9.50;1413.00;1.57;0.88 +8619;0;5426.00;9.50;574.00;0.00;1.04 +8619;1;5428.00;9.50;565.00;0.21;1.04 +8619;2;5441.50;9.50;571.50;1.41;1.04 +8619;3;5409.00;9.50;569.50;-1.31;1.04 +8619;4;5409.00;9.50;577.50;4.50;1.04 +8619;5;5423.00;9.50;585.00;3.40;1.04 +8619;9;5412.32;9.50;574.00;1.57;1.04 +8619;10;5439.68;9.50;574.00;-1.57;1.04 +8619;11;5429.20;9.50;559.60;0.21;1.04 +8619;12;5450.80;9.50;570.00;1.41;1.04 +8619;13;5398.80;9.50;566.80;-1.31;1.04 +8619;14;5398.80;9.50;579.60;4.50;1.04 +8619;15;5421.20;9.50;591.60;3.40;1.04 8619;21;5412.32;9.50;574.00;1.57;1.04 +8620;0;5532.00;9.50;1201.00;0.00;1.26 +8620;1;5534.50;9.50;1189.50;0.21;1.26 +8620;2;5516.50;9.50;1196.00;-1.25;1.26 +8620;3;5549.00;9.50;1205.50;1.83;1.26 +8620;4;5520.50;9.50;1210.00;4.04;1.26 +8620;5;5539.00;9.50;1213.50;2.63;1.26 +8620;9;5518.68;9.50;1201.00;1.57;1.26 +8620;10;5545.32;9.50;1201.00;-1.57;1.26 +8620;11;5536.00;9.50;1182.60;0.21;1.26 +8620;12;5507.20;9.50;1193.00;-1.25;1.26 +8620;13;5559.20;9.50;1208.20;1.83;1.26 +8620;14;5513.60;9.50;1215.40;4.04;1.26 +8620;15;5543.20;9.50;1221.00;2.63;1.26 8620;21;5518.68;9.50;1201.00;1.57;1.26 +8621;0;2854.00;9.50;1551.00;0.00;0.58 +8621;1;2845.50;9.50;1544.50;-0.91;0.58 +8621;2;2844.50;9.50;1545.50;-1.04;0.58 +8621;3;2848.00;9.50;1544.50;-0.74;0.58 +8621;4;2851.00;9.50;1545.50;-0.49;0.58 +8621;5;2849.00;9.50;1552.00;4.51;0.58 +8621;6;2854.00;9.50;1547.00;0.00;0.58 +8621;7;2858.50;9.50;1547.50;0.91;0.58 +8621;8;2862.50;9.50;1547.50;1.18;0.58 +8621;9;2846.98;9.50;1551.00;1.57;0.58 +8621;10;2861.02;9.50;1551.00;-1.57;0.58 +8621;11;2840.40;9.50;1540.60;-0.91;0.58 +8621;12;2838.80;9.50;1542.20;-1.04;0.58 +8621;13;2844.40;9.50;1540.60;-0.74;0.58 +8621;14;2849.20;9.50;1542.20;-0.49;0.58 +8621;15;2846.00;9.50;1552.60;4.51;0.58 +8621;16;2854.00;9.50;1544.60;0.00;0.58 +8621;17;2861.20;9.50;1545.40;0.91;0.58 +8621;18;2867.60;9.50;1545.40;1.18;0.58 8621;21;2846.98;9.50;1551.00;1.57;0.58 +8622;0;2890.00;9.50;1570.00;0.00;0.32 +8622;1;2884.50;9.50;1567.50;-1.14;0.32 +8622;2;2891.00;9.50;1567.00;0.32;0.32 +8622;3;2887.50;9.50;1567.00;-0.69;0.32 +8622;4;2894.00;9.50;1570.00;1.57;0.32 +8622;5;2887.50;9.50;1571.00;4.33;0.32 +8622;6;2892.00;9.50;1573.00;2.55;0.32 +8622;7;2889.00;9.50;1573.50;3.42;0.32 +8622;9;2886.04;9.50;1570.00;1.57;0.32 +8622;10;2893.96;9.50;1570.00;-1.57;0.32 +8622;11;2881.20;9.50;1566.00;-1.14;0.32 +8622;12;2891.60;9.50;1565.20;0.32;0.32 +8622;13;2886.00;9.50;1565.20;-0.69;0.32 +8622;14;2896.40;9.50;1570.00;1.57;0.32 +8622;15;2886.00;9.50;1571.60;4.33;0.32 +8622;16;2893.20;9.50;1574.80;2.55;0.32 +8622;17;2888.40;9.50;1575.60;3.42;0.32 8622;21;2893.96;9.50;1570.00;-1.57;0.32 +8623;0;4737.00;9.50;978.00;0.00;1.12 +8623;1;4738.50;9.50;968.50;0.15;1.12 +8623;2;4726.00;9.50;974.00;-1.22;1.12 +8623;3;4749.00;9.50;984.00;2.03;1.12 +8623;4;4730.50;9.50;987.50;3.74;1.12 +8623;5;4739.00;9.50;991.50;2.99;1.12 +8623;9;4726.74;9.50;978.00;1.57;1.12 +8623;10;4747.26;9.50;978.00;-1.57;1.12 +8623;11;4739.40;9.50;962.80;0.15;1.12 +8623;12;4719.40;9.50;971.60;-1.22;1.12 +8623;13;4756.20;9.50;987.60;2.03;1.12 +8623;14;4726.60;9.50;993.20;3.74;1.12 +8623;15;4740.20;9.50;999.60;2.99;1.12 8623;21;4726.74;9.50;978.00;1.57;1.12 +8624;0;4250.00;9.50;433.00;0.00;0.74 +8624;1;4246.50;9.50;423.50;-0.35;0.74 +8624;2;4252.50;9.50;423.50;0.25;0.74 +8624;3;4240.00;9.50;428.00;-1.10;0.74 +8624;4;4261.50;9.50;432.50;1.52;0.74 +8624;5;4238.50;9.50;437.50;4.33;0.74 +8624;6;4255.00;9.50;441.50;2.61;0.74 +8624;9;4238.12;9.50;433.00;1.57;0.74 +8624;10;4261.88;9.50;433.00;-1.57;0.74 +8624;11;4244.40;9.50;417.80;-0.35;0.74 +8624;12;4254.00;9.50;417.80;0.25;0.74 +8624;13;4234.00;9.50;425.00;-1.10;0.74 +8624;14;4268.40;9.50;432.20;1.52;0.74 +8624;15;4231.60;9.50;440.20;4.33;0.74 +8624;16;4258.00;9.50;446.60;2.61;0.74 8624;21;4238.12;9.50;433.00;1.57;0.74 +8625;0;4375.00;9.50;195.00;0.00;1.12 +8625;1;4371.00;9.50;183.50;-0.33;1.12 +8625;2;4363.00;9.50;188.00;-1.04;1.12 +8625;3;4386.50;9.50;192.50;1.35;1.12 +8625;4;4367.50;9.50;202.00;3.96;1.12 +8625;5;4392.00;9.50;199.50;1.83;1.12 +8625;6;4381.00;9.50;204.50;2.57;1.12 +8625;9;4364.20;9.50;195.00;1.57;1.12 +8625;10;4385.80;9.50;195.00;-1.57;1.12 +8625;11;4368.60;9.50;176.60;-0.33;1.12 +8625;12;4355.80;9.50;183.80;-1.04;1.12 +8625;13;4393.40;9.50;191.00;1.35;1.12 +8625;14;4363.00;9.50;206.20;3.96;1.12 +8625;15;4402.20;9.50;202.20;1.83;1.12 +8625;16;4384.60;9.50;210.20;2.57;1.12 8625;21;4364.20;9.50;195.00;1.57;1.12 +8626;0;4105.00;9.50;417.00;0.00;0.98 +8626;1;4097.00;9.50;408.00;-0.72;0.98 +8626;2;4113.00;9.50;410.00;0.85;0.98 +8626;3;4089.50;9.50;415.50;-1.47;0.98 +8626;4;4120.00;9.50;419.00;1.70;0.98 +8626;5;4099.50;9.50;424.00;3.80;0.98 +8626;6;4114.00;9.50;426.00;2.35;0.98 +8626;9;4092.22;9.50;417.00;1.57;0.98 +8626;10;4117.78;9.50;417.00;-1.57;0.98 +8626;11;4092.20;9.50;402.60;-0.72;0.98 +8626;12;4117.80;9.50;405.80;0.85;0.98 +8626;13;4080.20;9.50;414.60;-1.47;0.98 +8626;14;4129.00;9.50;420.20;1.70;0.98 +8626;15;4096.20;9.50;428.20;3.80;0.98 +8626;16;4119.40;9.50;431.40;2.35;0.98 8626;21;4092.22;9.50;417.00;1.57;0.98 +8627;0;3958.00;9.50;9.00;0.00;0.56 +8627;1;3950.00;9.50;11.00;4.46;0.56 +8627;2;3971.00;9.50;7.00;1.41;0.56 +8627;3;3963.00;9.50;14.00;2.35;0.56 +8627;9;3947.92;9.50;9.00;1.57;0.56 +8627;10;3968.08;9.50;9.00;-1.57;0.56 +8627;11;3945.20;9.50;12.20;4.46;0.56 +8627;12;3978.80;9.50;5.80;1.41;0.56 +8627;13;3966.00;9.50;17.00;2.35;0.56 8627;21;3947.92;9.50;9.00;1.57;0.56 +8628;0;2556.00;9.50;156.00;0.00;1.10 +8628;1;2557.00;9.50;142.50;0.07;1.10 +8628;2;2567.00;9.50;155.50;1.52;1.10 +8628;3;2545.50;9.50;158.50;4.47;1.10 +8628;4;2562.50;9.50;171.00;2.73;1.10 +8628;5;2553.50;9.50;171.50;3.30;1.10 +8628;9;2546.10;9.50;156.00;1.57;1.10 +8628;10;2565.90;9.50;156.00;-1.57;1.10 +8628;11;2557.60;9.50;134.40;0.07;1.10 +8628;12;2573.60;9.50;155.20;1.52;1.10 +8628;13;2539.20;9.50;160.00;4.47;1.10 +8628;14;2566.40;9.50;180.00;2.73;1.10 +8628;15;2552.00;9.50;180.80;3.30;1.10 8628;21;2546.10;9.50;156.00;1.57;1.10 +8629;0;2444.00;9.50;627.00;0.00;0.94 +8629;1;2440.00;9.50;617.00;-0.38;0.94 +8629;2;2448.50;9.50;613.00;0.31;0.94 +8629;3;2453.50;9.50;624.50;1.31;0.94 +8629;4;2433.00;9.50;625.50;-1.43;0.94 +8629;5;2436.50;9.50;635.50;3.86;0.94 +8629;6;2447.50;9.50;638.50;2.84;0.94 +8629;9;2435.54;9.50;627.00;1.57;0.94 +8629;10;2452.46;9.50;627.00;-1.57;0.94 +8629;11;2437.60;9.50;611.00;-0.38;0.94 +8629;12;2451.20;9.50;604.60;0.31;0.94 +8629;13;2459.20;9.50;623.00;1.31;0.94 +8629;14;2426.40;9.50;624.60;-1.43;0.94 +8629;15;2432.00;9.50;640.60;3.86;0.94 +8629;16;2449.60;9.50;645.40;2.84;0.94 8629;21;2435.54;9.50;627.00;1.57;0.94 +8630;0;2295.00;9.50;495.00;0.00;1.34 +8630;1;2289.00;9.50;486.00;-0.58;1.34 +8630;2;2302.50;9.50;478.50;0.42;1.34 +8630;3;2307.50;9.50;488.00;1.06;1.34 +8630;4;2284.00;9.50;503.00;4.08;1.34 +8630;5;2312.50;9.50;497.50;1.71;1.34 +8630;6;2302.00;9.50;504.50;2.50;1.34 +8630;7;2293.00;9.50;512.00;3.25;1.34 +8630;9;2281.86;9.50;495.00;1.57;1.34 +8630;10;2308.14;9.50;495.00;-1.57;1.34 +8630;11;2285.40;9.50;480.60;-0.58;1.34 +8630;12;2307.00;9.50;468.60;0.42;1.34 +8630;13;2315.00;9.50;483.80;1.06;1.34 +8630;14;2277.40;9.50;507.80;4.08;1.34 +8630;15;2323.00;9.50;499.00;1.71;1.34 +8630;16;2306.20;9.50;510.20;2.50;1.34 +8630;17;2291.80;9.50;522.20;3.25;1.34 8630;21;2281.86;9.50;495.00;1.57;1.34 +8631;0;2170.00;9.50;1319.00;0.00;1.22 +8631;1;2181.50;9.50;1304.50;0.67;1.22 +8631;2;2184.50;9.50;1314.50;1.27;1.22 +8631;3;2174.00;9.50;1305.00;0.27;1.22 +8631;4;2162.50;9.50;1314.50;-1.03;1.22 +8631;5;2151.50;9.50;1329.50;4.19;1.22 +8631;6;2179.50;9.50;1325.00;2.13;1.22 +8631;7;2165.50;9.50;1330.00;3.53;1.22 +8631;9;2156.50;9.50;1319.00;1.57;1.22 +8631;10;2183.50;9.50;1319.00;-1.57;1.22 +8631;11;2188.40;9.50;1295.80;0.67;1.22 +8631;12;2193.20;9.50;1311.80;1.27;1.22 +8631;13;2176.40;9.50;1296.60;0.27;1.22 +8631;14;2158.00;9.50;1311.80;-1.03;1.22 +8631;15;2140.40;9.50;1335.80;4.19;1.22 +8631;16;2185.20;9.50;1328.60;2.13;1.22 +8631;17;2162.80;9.50;1336.60;3.53;1.22 8631;21;2156.50;9.50;1319.00;1.57;1.22 +8632;0;2563.00;9.50;1764.00;0.00;1.08 +8632;1;2551.00;9.50;1755.50;-0.95;1.08 +8632;2;2574.50;9.50;1754.50;0.88;1.08 +8632;3;2582.50;9.50;1762.50;1.49;1.08 +8632;4;2540.50;9.50;1758.50;-1.33;1.08 +8632;5;2548.00;9.50;1770.00;4.33;1.08 +8632;6;2567.00;9.50;1775.50;2.80;1.08 +8632;9;2545.90;9.50;1764.00;1.57;1.08 +8632;10;2580.10;9.50;1764.00;-1.57;1.08 +8632;11;2543.80;9.50;1750.40;-0.95;1.08 +8632;12;2581.40;9.50;1748.80;0.88;1.08 +8632;13;2594.20;9.50;1761.60;1.49;1.08 +8632;14;2527.00;9.50;1755.20;-1.33;1.08 +8632;15;2539.00;9.50;1773.60;4.33;1.08 +8632;16;2569.40;9.50;1782.40;2.80;1.08 8632;21;2545.90;9.50;1764.00;1.57;1.08 +8633;0;1381.00;9.50;119.00;0.00;1.16 +8633;1;1381.50;9.50;105.50;0.03;1.16 +8633;2;1397.00;9.50;116.50;1.41;1.16 +8633;3;1367.00;9.50;112.50;-1.13;1.16 +8633;4;1363.50;9.50;125.50;4.35;1.16 +8633;5;1380.50;9.50;131.00;3.18;1.16 +8633;9;1366.96;9.50;119.00;1.57;1.16 +8633;10;1395.04;9.50;119.00;-1.57;1.16 +8633;11;1381.80;9.50;97.40;0.03;1.16 +8633;12;1406.60;9.50;115.00;1.41;1.16 +8633;13;1358.60;9.50;108.60;-1.13;1.16 +8633;14;1353.00;9.50;129.40;4.35;1.16 +8633;15;1380.20;9.50;138.20;3.18;1.16 8633;21;1366.96;9.50;119.00;1.57;1.16 +8634;0;429.00;9.50;342.00;0.00;1.00 +8634;1;431.00;9.50;331.00;0.18;1.00 +8634;2;437.00;9.50;328.50;0.53;1.00 +8634;3;441.00;9.50;340.50;1.44;1.00 +8634;4;417.50;9.50;336.00;-1.09;1.00 +8634;5;414.00;9.50;345.00;4.51;1.00 +8634;6;431.00;9.50;351.50;2.93;1.00 +8634;7;444.00;9.50;352.00;2.15;1.00 +8634;9;416.22;9.50;342.00;1.57;1.00 +8634;10;441.78;9.50;342.00;-1.57;1.00 +8634;11;432.20;9.50;324.40;0.18;1.00 +8634;12;441.80;9.50;320.40;0.53;1.00 +8634;13;448.20;9.50;339.60;1.44;1.00 +8634;14;410.60;9.50;332.40;-1.09;1.00 +8634;15;405.00;9.50;346.80;4.51;1.00 +8634;16;432.20;9.50;357.20;2.93;1.00 +8634;17;453.00;9.50;358.00;2.15;1.00 8634;21;416.22;9.50;342.00;1.57;1.00 +8635;0;309.00;9.50;1394.00;0.00;1.12 +8635;1;315.00;9.50;1382.50;0.48;1.12 +8635;2;327.00;9.50;1391.00;1.40;1.12 +8635;3;292.50;9.50;1388.00;-1.22;1.12 +8635;4;297.00;9.50;1401.00;4.18;1.12 +8635;5;317.50;9.50;1405.00;2.48;1.12 +8635;9;292.80;9.50;1394.00;1.57;1.12 +8635;10;325.20;9.50;1394.00;-1.57;1.12 +8635;11;318.60;9.50;1375.60;0.48;1.12 +8635;12;337.80;9.50;1389.20;1.40;1.12 +8635;13;282.60;9.50;1384.40;-1.22;1.12 +8635;14;289.80;9.50;1405.20;4.18;1.12 +8635;15;322.60;9.50;1411.60;2.48;1.12 8635;21;292.80;9.50;1394.00;1.57;1.12 +8636;0;119.00;9.50;1979.00;0.00;0.88 +8636;1;128.00;9.50;1969.00;0.73;0.88 +8636;2;130.50;9.50;1978.50;1.52;0.88 +8636;3;110.50;9.50;1975.00;-1.13;0.88 +8636;4;103.50;9.50;1984.50;4.37;0.88 +8636;5;103.00;9.50;1989.50;4.13;0.88 +8636;6;112.00;9.50;1989.00;3.75;0.88 +8636;9;105.86;9.50;1979.00;1.57;0.88 +8636;10;132.14;9.50;1979.00;-1.57;0.88 +8636;11;133.40;9.50;1963.00;0.73;0.88 +8636;12;137.40;9.50;1978.20;1.52;0.88 +8636;13;105.40;9.50;1972.60;-1.13;0.88 +8636;14;94.20;9.50;1987.80;4.37;0.88 +8636;15;93.40;9.50;1995.80;4.13;0.88 +8636;16;107.80;9.50;1995.00;3.75;0.88 8636;21;105.86;9.50;1979.00;1.57;0.88 +8637;0;542.00;9.50;850.00;0.00;1.20 +8637;1;540.50;9.50;836.50;-0.11;1.20 +8637;2;558.00;9.50;842.50;1.13;1.20 +8637;3;525.50;9.50;851.50;4.62;1.20 +8637;4;557.50;9.50;857.50;2.02;1.20 +8637;5;527.50;9.50;863.50;3.96;1.20 +8637;6;542.00;9.50;864.50;3.14;1.20 +8637;9;529.76;9.50;850.00;1.57;1.20 +8637;10;554.24;9.50;850.00;-1.57;1.20 +8637;11;539.60;9.50;828.40;-0.11;1.20 +8637;12;567.60;9.50;838.00;1.13;1.20 +8637;13;515.60;9.50;852.40;4.62;1.20 +8637;14;566.80;9.50;862.00;2.02;1.20 +8637;15;518.80;9.50;871.60;3.96;1.20 +8637;16;542.00;9.50;873.20;3.14;1.20 8637;21;529.76;9.50;850.00;1.57;1.20 +8638;0;630.00;9.50;450.00;0.00;1.32 +8638;1;635.00;9.50;429.50;0.23;1.32 +8638;2;640.50;9.50;438.50;0.74;1.32 +8638;3;620.50;9.50;442.50;-0.90;1.32 +8638;4;648.00;9.50;454.00;1.78;1.32 +8638;5;616.00;9.50;459.00;4.14;1.32 +8638;6;637.50;9.50;461.50;2.56;1.32 +8638;9;614.34;9.50;450.00;1.57;1.32 +8638;10;645.66;9.50;450.00;-1.57;1.32 +8638;11;638.00;9.50;417.20;0.23;1.32 +8638;12;646.80;9.50;431.60;0.74;1.32 +8638;13;614.80;9.50;438.00;-0.90;1.32 +8638;14;658.80;9.50;456.40;1.78;1.32 +8638;15;607.60;9.50;464.40;4.14;1.32 +8638;16;642.00;9.50;468.40;2.56;1.32 8638;21;614.34;9.50;450.00;1.57;1.32 +8639;0;3454.00;9.50;470.00;0.00;1.30 +8639;1;3449.50;9.50;446.00;-0.18;1.30 +8639;2;3458.00;9.50;452.50;0.22;1.30 +8639;3;3446.00;9.50;450.50;-0.38;1.30 +8639;4;3445.50;9.50;463.50;-0.91;1.30 +8639;5;3465.00;9.50;470.50;1.61;1.30 +8639;6;3442.00;9.50;480.00;4.01;1.30 +8639;7;3465.00;9.50;485.00;2.50;1.30 +8639;8;3449.00;9.50;487.00;3.42;1.30 +8639;9;3442.30;9.50;470.00;1.57;1.30 +8639;10;3465.70;9.50;470.00;-1.57;1.30 +8639;11;3446.80;9.50;431.60;-0.18;1.30 +8639;12;3460.40;9.50;442.00;0.22;1.30 +8639;13;3441.20;9.50;438.80;-0.38;1.30 +8639;14;3440.40;9.50;459.60;-0.91;1.30 +8639;15;3471.60;9.50;470.80;1.61;1.30 +8639;16;3434.80;9.50;486.00;4.01;1.30 +8639;17;3471.60;9.50;494.00;2.50;1.30 +8639;18;3446.00;9.50;497.20;3.42;1.30 8639;21;3442.30;9.50;470.00;1.57;1.30 +8640;0;2795.00;9.50;1920.00;0.00;1.02 +8640;1;2793.50;9.50;1903.50;-0.09;1.02 +8640;2;2806.50;9.50;1902.00;0.56;1.02 +8640;3;2806.00;9.50;1921.00;1.66;1.02 +8640;4;2783.00;9.50;1920.50;4.67;1.02 +8640;5;2784.00;9.50;1934.50;3.79;1.02 +8640;6;2794.50;9.50;1937.50;3.17;1.02 +8640;9;2785.82;9.50;1920.00;1.57;1.02 +8640;10;2804.18;9.50;1920.00;-1.57;1.02 +8640;11;2792.60;9.50;1893.60;-0.09;1.02 +8640;12;2813.40;9.50;1891.20;0.56;1.02 +8640;13;2812.60;9.50;1921.60;1.66;1.02 +8640;14;2775.80;9.50;1920.80;4.67;1.02 +8640;15;2777.40;9.50;1943.20;3.79;1.02 +8640;16;2794.20;9.50;1948.00;3.17;1.02 8640;21;2785.82;9.50;1920.00;1.57;1.02 +8641;0;2287.00;9.50;209.00;0.00;1.14 +8641;1;2286.50;9.50;195.50;-0.03;1.14 +8641;2;2277.00;9.50;201.00;-0.89;1.14 +8641;3;2297.00;9.50;204.00;1.10;1.14 +8641;4;2296.50;9.50;217.50;2.30;1.14 +8641;5;2279.00;9.50;216.00;3.99;1.14 +8641;6;2289.50;9.50;224.50;2.98;1.14 +8641;9;2276.74;9.50;209.00;1.57;1.14 +8641;10;2297.26;9.50;209.00;-1.57;1.14 +8641;11;2286.20;9.50;187.40;-0.03;1.14 +8641;12;2271.00;9.50;196.20;-0.89;1.14 +8641;13;2303.00;9.50;201.00;1.10;1.14 +8641;14;2302.20;9.50;222.60;2.30;1.14 +8641;15;2274.20;9.50;220.20;3.99;1.14 +8641;16;2291.00;9.50;233.80;2.98;1.14 8641;21;2276.74;9.50;209.00;1.57;1.14 +8642;0;1800.00;9.50;1725.00;0.00;1.46 +8642;1;1750.00;11.40;1702.50;-1.14;1.46 +8642;2;1749.00;11.60;1700.50;-1.12;1.46 +8642;3;1755.50;11.35;1705.00;-1.14;1.46 +8642;4;1756.00;12.02;1709.00;-1.22;1.46 +8642;5;1765.50;11.50;1715.00;-1.28;1.46 +8642;6;1813.50;9.50;1716.50;1.00;1.46 +8642;7;1827.50;9.50;1718.00;1.32;1.46 +8642;8;1762.00;10.75;1716.50;-1.35;1.46 +8642;9;1769.94;9.50;1725.00;1.57;1.46 +8642;10;1830.06;9.70;1725.00;-1.57;1.46 +8642;11;1720.00;9.90;1689.00;-1.14;1.46 +8642;12;1718.40;10.27;1685.80;-1.12;1.46 +8642;13;1728.80;10.98;1693.00;-1.14;1.46 +8642;14;1729.60;9.83;1699.40;-1.22;1.46 +8642;15;1744.80;10.69;1709.00;-1.28;1.46 +8642;16;1821.60;9.50;1711.40;1.00;1.46 +8642;17;1844.00;9.50;1713.80;1.32;1.46 +8642;18;1739.20;9.50;1711.40;-1.35;1.46 8642;21;1769.94;9.50;1725.00;1.57;1.46 +8643;0;415.00;9.50;288.00;0.00;1.26 +8643;1;412.50;9.50;274.50;-0.18;1.26 +8643;2;399.50;9.50;283.50;-1.28;1.26 +8643;3;428.50;9.50;289.00;1.64;1.26 +8643;4;410.00;9.50;299.50;3.55;1.26 +8643;5;424.00;9.50;304.00;2.62;1.26 +8643;9;403.66;9.50;288.00;1.57;1.26 +8643;10;426.34;9.50;288.00;-1.57;1.26 +8643;11;411.00;9.50;266.40;-0.18;1.26 +8643;12;390.20;9.50;280.80;-1.28;1.26 +8643;13;436.60;9.50;289.60;1.64;1.26 +8643;14;407.00;9.50;306.40;3.55;1.26 +8643;15;429.40;9.50;313.60;2.62;1.26 8643;21;403.66;9.50;288.00;1.57;1.26 +8644;0;4871.00;9.50;722.00;0.00;0.98 +8644;1;4868.50;9.50;709.50;-0.19;0.98 +8644;2;4861.50;9.50;714.50;-0.90;0.98 +8644;3;4880.50;9.50;719.50;1.31;0.98 +8644;4;4862.50;9.50;729.00;4.02;0.98 +8644;5;4878.50;9.50;730.50;2.41;0.98 +8644;6;4869.50;9.50;735.50;3.25;0.98 +8644;9;4862.18;9.50;722.00;1.57;0.98 +8644;10;4879.82;9.50;722.00;-1.57;0.98 +8644;11;4867.00;9.50;702.00;-0.19;0.98 +8644;12;4855.80;9.50;710.00;-0.90;0.98 +8644;13;4886.20;9.50;718.00;1.31;0.98 +8644;14;4857.40;9.50;733.20;4.02;0.98 +8644;15;4883.00;9.50;735.60;2.41;0.98 +8644;16;4868.60;9.50;743.60;3.25;0.98 8644;21;4862.18;9.50;722.00;1.57;0.98 +8645;0;4169.00;9.50;269.00;0.00;1.12 +8645;1;4174.00;9.50;258.50;0.44;1.12 +8645;2;4160.50;9.50;263.50;-0.99;1.12 +8645;3;4180.50;9.50;265.50;1.27;1.12 +8645;4;4177.50;9.50;277.00;2.32;1.12 +8645;5;4154.00;9.50;272.00;4.51;1.12 +8645;6;4165.00;9.50;278.00;3.56;1.12 +8645;9;4158.92;9.50;269.00;1.57;1.12 +8645;10;4179.08;9.50;269.00;-1.57;1.12 +8645;11;4177.00;9.50;252.20;0.44;1.12 +8645;12;4155.40;9.50;260.20;-0.99;1.12 +8645;13;4187.40;9.50;263.40;1.27;1.12 +8645;14;4182.60;9.50;281.80;2.32;1.12 +8645;15;4145.00;9.50;273.80;4.51;1.12 +8645;16;4162.60;9.50;283.40;3.56;1.12 8645;21;4158.92;9.50;269.00;1.57;1.12 +8646;0;2658.00;9.50;1451.00;0.00;1.22 +8646;1;2663.00;9.50;1437.50;0.35;1.22 +8646;2;2650.50;9.50;1446.50;-1.03;1.22 +8646;3;2671.00;9.50;1440.50;0.89;1.22 +8646;4;2671.50;9.50;1448.50;1.38;1.22 +8646;5;2661.00;9.50;1461.00;2.85;1.22 +8646;6;2646.50;9.50;1461.50;3.97;1.22 +8646;9;2647.02;9.50;1451.00;1.57;1.22 +8646;10;2668.98;9.50;1451.00;-1.57;1.22 +8646;11;2666.00;9.50;1429.40;0.35;1.22 +8646;12;2646.00;9.50;1443.80;-1.03;1.22 +8646;13;2678.80;9.50;1434.20;0.89;1.22 +8646;14;2679.60;9.50;1447.00;1.38;1.22 +8646;15;2662.80;9.50;1467.00;2.85;1.22 +8646;16;2639.60;9.50;1467.80;3.97;1.22 8646;21;2647.02;9.50;1451.00;1.57;1.22 +8647;0;5435.00;9.50;613.00;0.00;0.80 +8647;1;5427.50;9.50;604.50;-0.72;0.80 +8647;2;5450.50;9.50;607.00;1.20;0.80 +8647;3;5414.00;9.50;611.00;-1.47;0.80 +8647;4;5455.00;9.50;617.00;1.76;0.80 +8647;5;5415.00;9.50;618.50;4.44;0.80 +8647;6;5431.50;9.50;621.50;3.53;0.80 +8647;7;5449.00;9.50;622.50;2.16;0.80 +8647;9;5418.26;9.50;613.00;1.57;0.80 +8647;10;5451.74;9.50;613.00;-1.57;0.80 +8647;11;5423.00;9.50;599.40;-0.72;0.80 +8647;12;5459.80;9.50;603.40;1.20;0.80 +8647;13;5401.40;9.50;609.80;-1.47;0.80 +8647;14;5467.00;9.50;619.40;1.76;0.80 +8647;15;5403.00;9.50;621.80;4.44;0.80 +8647;16;5429.40;9.50;626.60;3.53;0.80 +8647;17;5457.40;9.50;628.20;2.16;0.80 8647;21;5418.26;9.50;613.00;1.57;0.80 +8648;0;5612.00;9.50;1700.00;0.00;0.82 +8648;1;5612.50;9.50;1687.50;0.04;0.82 +8648;2;2806.00;9.50;1694.50;-1.56;0.82 +8648;3;5603.00;9.50;1689.50;-0.70;0.82 +8648;4;5602.00;9.50;1700.00;4.71;0.82 +8648;5;2806.00;9.50;1708.00;4.71;0.82 +8648;6;5601.50;9.50;1710.00;3.95;0.82 +8648;7;5611.50;9.50;1711.50;3.18;0.82 +8648;9;5604.62;9.50;1700.00;1.57;0.82 +8648;10;5619.38;9.50;1700.00;-1.57;0.82 +8648;11;5612.80;9.50;1680.00;0.04;0.82 +8648;12;1122.40;11.69;1691.20;-1.56;0.82 +8648;13;5597.60;9.50;1683.20;-0.70;0.82 +8648;14;5596.00;9.50;1700.00;4.71;0.82 +8648;15;1122.40;12.31;1712.80;4.71;0.82 +8648;16;5595.20;9.50;1716.00;3.95;0.82 +8648;17;5611.20;9.50;1718.40;3.18;0.82 8648;21;5604.62;9.50;1700.00;1.57;0.82 +8649;0;4782.00;9.50;943.00;0.00;0.68 +8649;1;4776.50;9.50;926.00;-0.31;0.68 +8649;2;4783.00;9.50;928.50;0.06;0.68 +8649;3;4774.50;9.50;943.00;4.71;0.68 +8649;4;4789.50;9.50;944.00;1.70;0.68 +8649;5;4783.50;9.50;958.50;3.04;0.68 +8649;9;4775.88;9.50;943.00;1.57;0.68 +8649;10;4788.12;9.50;943.00;-1.57;0.68 +8649;11;4773.20;9.50;915.80;-0.31;0.68 +8649;12;4783.60;9.50;919.80;0.06;0.68 +8649;13;4770.00;9.50;943.00;4.71;0.68 +8649;14;4794.00;9.50;944.60;1.70;0.68 +8649;15;4784.40;9.50;967.80;3.04;0.68 8649;21;4775.88;9.50;943.00;1.57;0.68 +8650;0;4210.00;9.50;409.00;0.00;1.06 +8650;1;4203.00;9.50;400.50;-0.68;1.06 +8650;2;4207.50;9.50;395.00;-0.17;1.06 +8650;3;4216.50;9.50;403.00;0.82;1.06 +8650;4;4198.00;9.50;409.00;4.71;1.06 +8650;5;4220.00;9.50;416.00;2.18;1.06 +8650;6;4204.00;9.50;417.50;3.75;1.06 +8650;7;4212.50;9.50;421.50;2.94;1.06 +8650;9;4199.20;9.50;409.00;1.57;1.06 +8650;10;4220.80;9.50;409.00;-1.57;1.06 +8650;11;4198.80;9.50;395.40;-0.68;1.06 +8650;12;4206.00;9.50;386.60;-0.17;1.06 +8650;13;4220.40;9.50;399.40;0.82;1.06 +8650;14;4190.80;9.50;409.00;4.71;1.06 +8650;15;4226.00;9.50;420.20;2.18;1.06 +8650;16;4200.40;9.50;422.60;3.75;1.06 +8650;17;4214.00;9.50;429.00;2.94;1.06 8650;21;4199.20;9.50;409.00;1.57;1.06 +8651;0;4293.00;9.50;208.00;0.00;0.78 +8651;1;4292.00;9.50;196.00;-0.08;0.78 +8651;2;4301.00;9.50;203.00;1.01;0.78 +8651;3;4283.50;9.50;208.00;4.71;0.78 +8651;4;4302.00;9.50;215.00;2.23;0.78 +8651;5;4286.50;9.50;218.00;3.71;0.78 +8651;6;4296.00;9.50;218.50;2.86;0.78 +8651;9;4285.98;9.50;208.00;1.57;0.78 +8651;10;4300.02;9.50;208.00;-1.57;0.78 +8651;11;4291.40;9.50;188.80;-0.08;0.78 +8651;12;4305.80;9.50;200.00;1.01;0.78 +8651;13;4277.80;9.50;208.00;4.71;0.78 +8651;14;4307.40;9.50;219.20;2.23;0.78 +8651;15;4282.60;9.50;224.00;3.71;0.78 +8651;16;4297.80;9.50;224.80;2.86;0.78 8651;21;4285.98;9.50;208.00;1.57;0.78 +8652;0;4175.00;9.50;378.00;0.00;1.06 +8652;1;4165.00;9.50;371.50;-0.99;1.06 +8652;2;4181.00;9.50;371.50;0.74;1.06 +8652;3;4159.00;9.50;378.00;4.71;1.06 +8652;4;4171.00;9.50;385.00;3.66;1.06 +8652;5;4185.50;9.50;385.00;2.15;1.06 +8652;9;4163.48;9.50;378.00;1.57;1.06 +8652;10;4186.52;9.50;378.00;-1.57;1.06 +8652;11;4159.00;9.50;367.60;-0.99;1.06 +8652;12;4184.60;9.50;367.60;0.74;1.06 +8652;13;4149.40;9.50;378.00;4.71;1.06 +8652;14;4168.60;9.50;389.20;3.66;1.06 +8652;15;4191.80;9.50;389.20;2.15;1.06 8652;21;4163.48;9.50;378.00;1.57;1.06 +8654;0;2504.00;9.50;104.00;0.00;1.00 +8654;1;2505.50;9.50;92.50;0.13;1.00 +8654;2;2519.00;9.50;104.00;1.57;1.00 +8654;3;2488.50;9.50;93.50;-0.97;1.00 +8654;4;2488.50;9.50;104.00;4.71;1.00 +8654;5;2491.00;9.50;115.00;4.01;1.00 +8654;6;2504.00;9.50;116.00;3.14;1.00 +8654;9;2491.76;9.50;104.00;1.57;1.00 +8654;10;2516.24;9.50;104.00;-1.57;1.00 +8654;11;2506.40;9.50;85.60;0.13;1.00 +8654;12;2528.00;9.50;104.00;1.57;1.00 +8654;13;2479.20;9.50;87.20;-0.97;1.00 +8654;14;2479.20;9.50;104.00;4.71;1.00 +8654;15;2483.20;9.50;121.60;4.01;1.00 +8654;16;2504.00;9.50;123.20;3.14;1.00 8654;21;2491.76;9.50;104.00;1.57;1.00 +8655;0;2423.00;9.50;586.00;0.00;0.98 +8655;1;2427.50;9.50;573.00;0.33;0.98 +8655;2;2417.50;9.50;574.00;-0.43;0.98 +8655;3;2434.50;9.50;583.50;1.35;0.98 +8655;4;2412.50;9.50;585.50;-1.52;0.98 +8655;5;2429.50;9.50;596.50;2.58;0.98 +8655;6;2417.00;9.50;598.00;3.60;0.98 +8655;9;2414.18;9.50;586.00;1.57;0.98 +8655;10;2431.82;9.50;586.00;-1.57;0.98 +8655;11;2430.20;9.50;565.20;0.33;0.98 +8655;12;2414.20;9.50;566.80;-0.43;0.98 +8655;13;2441.40;9.50;582.00;1.35;0.98 +8655;14;2406.20;9.50;585.20;-1.52;0.98 +8655;15;2433.40;9.50;602.80;2.58;0.98 +8655;16;2413.40;9.50;605.20;3.60;0.98 8655;21;2414.18;9.50;586.00;1.57;0.98 +8656;0;2271.00;9.50;460.00;0.00;1.32 +8656;1;2276.00;9.50;444.00;0.30;1.32 +8656;2;2264.50;9.50;451.50;-0.65;1.32 +8656;3;2284.00;9.50;452.00;1.01;1.32 +8656;4;2254.00;9.50;459.50;-1.54;1.32 +8656;5;2258.50;9.50;468.00;4.14;1.32 +8656;6;2277.00;9.50;468.50;2.52;1.32 +8656;7;2263.00;9.50;477.00;3.58;1.32 +8656;9;2258.04;9.50;460.00;1.57;1.32 +8656;10;2283.96;9.50;460.00;-1.57;1.32 +8656;11;2279.00;9.50;434.40;0.30;1.32 +8656;12;2260.60;9.50;446.40;-0.65;1.32 +8656;13;2291.80;9.50;447.20;1.01;1.32 +8656;14;2243.80;9.50;459.20;-1.54;1.32 +8656;15;2251.00;9.50;472.80;4.14;1.32 +8656;16;2280.60;9.50;473.60;2.52;1.32 +8656;17;2258.20;9.50;487.20;3.58;1.32 8656;21;2258.04;9.50;460.00;1.57;1.32 +8657;0;2203.00;9.50;1362.00;0.00;1.20 +8657;1;2196.00;9.50;1346.50;-0.42;1.20 +8657;2;2208.00;9.50;1346.50;0.31;1.20 +8657;3;2218.00;9.50;1351.00;0.93;1.20 +8657;4;2192.50;9.50;1360.50;-1.42;1.20 +8657;5;2214.50;9.50;1364.00;1.74;1.20 +8657;6;2202.50;9.50;1377.00;3.17;1.20 +8657;7;2192.00;9.50;1378.00;3.74;1.20 +8657;9;2192.20;9.50;1362.00;1.57;1.20 +8657;10;2213.80;9.50;1362.00;-1.57;1.20 +8657;11;2191.80;9.50;1337.20;-0.42;1.20 +8657;12;2211.00;9.50;1337.20;0.31;1.20 +8657;13;2227.00;9.50;1344.40;0.93;1.20 +8657;14;2186.20;9.50;1359.60;-1.42;1.20 +8657;15;2221.40;9.50;1365.20;1.74;1.20 +8657;16;2202.20;9.50;1386.00;3.17;1.20 +8657;17;2185.40;9.50;1387.60;3.74;1.20 8657;21;2192.20;9.50;1362.00;1.57;1.20 +8658;0;2456.00;9.50;1812.00;0.00;1.38 +8658;1;2443.50;9.50;1803.50;-0.97;1.38 +8658;2;2457.00;9.50;1797.00;0.06;1.38 +8658;3;2471.00;9.50;1810.50;1.47;1.38 +8658;4;2445.00;9.50;1820.50;4.05;1.38 +8658;5;2476.00;9.50;1821.50;2.01;1.38 +8658;6;2464.00;9.50;1825.00;2.59;1.38 +8658;9;2441.42;9.50;1812.00;1.57;1.38 +8658;10;2470.58;9.50;1812.00;-1.57;1.38 +8658;11;2436.00;9.50;1798.40;-0.97;1.38 +8658;12;2457.60;9.50;1788.00;0.06;1.38 +8658;13;2480.00;9.50;1809.60;1.47;1.38 +8658;14;2438.40;9.50;1825.60;4.05;1.38 +8658;15;2488.00;9.50;1827.20;2.01;1.38 +8658;16;2468.80;9.50;1832.80;2.59;1.38 8658;21;2441.42;9.50;1812.00;1.57;1.38 +8659;0;1440.00;9.50;171.00;0.00;1.32 +8659;1;1453.00;9.50;155.50;0.69;1.32 +8659;2;1439.50;9.50;155.50;-0.03;1.32 +8659;3;1425.50;9.50;172.00;4.64;1.32 +8659;4;1455.50;9.50;170.00;1.50;1.32 +8659;5;1438.50;9.50;186.00;3.24;1.32 +8659;6;1422.50;9.50;188.00;3.94;1.32 +8659;9;1428.12;9.50;171.00;1.57;1.32 +8659;10;1451.88;9.50;171.00;-1.57;1.32 +8659;11;1460.80;9.50;146.20;0.69;1.32 +8659;12;1439.20;9.50;146.20;-0.03;1.32 +8659;13;1416.80;9.50;172.60;4.64;1.32 +8659;14;1464.80;9.50;169.40;1.50;1.32 +8659;15;1437.60;9.50;195.00;3.24;1.32 +8659;16;1412.00;9.50;198.20;3.94;1.32 8659;21;1428.12;9.50;171.00;1.57;1.32 +8660;0;433.00;9.50;385.00;0.00;1.08 +8660;1;433.00;9.50;373.00;0.00;1.08 +8660;2;416.00;9.50;374.50;-1.01;1.08 +8660;3;446.00;9.50;377.00;1.01;1.08 +8660;4;416.50;9.50;386.00;4.65;1.08 +8660;5;451.00;9.50;388.00;1.73;1.08 +8660;6;432.50;12.10;381.50;-0.14;1.08 +8660;7;437.50;9.50;396.50;2.76;1.08 +8660;8;453.50;9.50;398.50;2.15;1.08 +8660;9;417.52;9.50;385.00;1.57;1.08 +8660;10;448.48;9.50;385.00;-1.57;1.08 +8660;11;433.00;9.50;365.80;0.00;1.08 +8660;12;405.80;9.50;368.20;-1.01;1.08 +8660;13;453.80;9.50;372.20;1.01;1.08 +8660;14;406.60;9.50;386.60;4.65;1.08 +8660;15;461.80;9.50;389.80;1.73;1.08 +8660;16;432.20;12.54;379.40;-0.14;1.08 +8660;17;440.20;9.50;403.40;2.76;1.08 +8660;18;465.80;9.50;406.60;2.15;1.08 8660;21;417.52;9.50;385.00;1.57;1.08 +8661;0;768.00;9.50;949.00;0.00;1.14 +8661;1;759.00;9.50;935.50;-0.58;1.14 +8661;2;772.50;9.50;935.50;0.32;1.14 +8661;3;782.00;9.50;947.50;1.46;1.14 +8661;4;754.00;9.50;947.00;-1.42;1.14 +8661;5;757.50;9.50;960.50;3.88;1.14 +8661;6;771.50;9.50;962.00;2.87;1.14 +8661;9;757.74;9.50;949.00;1.57;1.14 +8661;10;778.26;9.50;949.00;-1.57;1.14 +8661;11;753.60;9.50;927.40;-0.58;1.14 +8661;12;775.20;9.50;927.40;0.32;1.14 +8661;13;790.40;9.50;946.60;1.46;1.14 +8661;14;745.60;9.50;945.80;-1.42;1.14 +8661;15;751.20;9.50;967.40;3.88;1.14 +8661;16;773.60;9.50;969.80;2.87;1.14 8661;21;757.74;9.50;949.00;1.57;1.14 +8662;0;122.00;9.50;2026.00;0.00;0.96 +8662;1;113.50;9.50;2012.50;-0.56;0.96 +8662;2;128.50;9.50;2014.50;0.51;0.96 +8662;3;104.00;9.50;2024.50;-1.48;0.96 +8662;4;142.50;10.20;2030.00;1.76;0.96 +8662;5;126.00;10.15;2028.00;2.03;0.96 +8662;9;104.18;9.50;2026.00;1.57;0.96 +8662;10;139.82;9.63;2026.00;-1.57;0.96 +8662;11;108.40;9.50;2004.40;-0.56;0.96 +8662;12;132.40;9.50;2007.60;0.51;0.96 +8662;13;93.20;9.50;2023.60;-1.48;0.96 +8662;14;154.80;9.50;2032.40;1.76;0.96 +8662;15;128.40;10.17;2029.20;2.03;0.96 8662;21;104.18;9.50;2026.00;1.57;0.96 +8663;0;447.00;9.50;873.00;0.00;1.16 +8663;1;431.50;9.50;862.00;-0.95;1.16 +8663;2;461.50;9.50;867.50;1.20;1.16 +8663;3;419.00;9.50;863.50;-1.24;1.16 +8663;4;426.50;9.50;872.00;-1.52;1.16 +8663;5;480.00;9.50;875.00;1.63;1.16 +8663;6;479.50;9.50;876.00;1.66;1.16 +8663;7;461.00;9.50;882.50;2.16;1.16 +8663;8;438.00;9.50;884.50;3.80;1.16 +8663;9;425.22;9.50;873.00;1.57;1.16 +8663;10;468.78;9.50;873.00;-1.57;1.16 +8663;11;422.20;9.50;855.40;-0.95;1.16 +8663;12;470.20;9.50;864.20;1.20;1.16 +8663;13;402.20;9.50;857.80;-1.24;1.16 +8663;14;414.20;9.50;871.40;-1.52;1.16 +8663;15;499.80;9.50;876.20;1.63;1.16 +8663;16;499.00;9.50;877.80;1.66;1.16 +8663;17;469.40;9.50;888.20;2.16;1.16 +8663;18;432.60;9.50;891.40;3.80;1.16 8663;21;425.22;9.50;873.00;1.57;1.16 +8664;0;587.00;9.50;430.00;0.00;1.02 +8664;1;577.00;9.50;420.00;-0.78;1.02 +8664;2;598.00;9.50;420.00;0.83;1.02 +8664;3;599.00;9.50;432.50;1.77;1.02 +8664;4;571.00;9.50;430.50;4.68;1.02 +8664;5;578.50;9.50;443.50;3.70;1.02 +8664;9;571.70;9.50;430.00;1.57;1.02 +8664;10;602.30;9.50;430.00;-1.57;1.02 +8664;11;571.00;9.50;414.00;-0.78;1.02 +8664;12;604.60;9.50;414.00;0.83;1.02 +8664;13;606.20;9.50;434.00;1.77;1.02 +8664;14;561.40;9.50;430.80;4.68;1.02 +8664;15;573.40;9.50;451.60;3.70;1.02 8664;21;571.70;9.50;430.00;1.57;1.02 +8665;0;3502.00;9.50;422.00;0.00;1.08 +8665;1;3519.50;9.50;412.00;1.05;1.08 +8665;2;3511.50;9.50;409.00;0.63;1.08 +8665;3;3493.50;9.50;416.00;-0.95;1.08 +8665;4;3526.00;9.50;417.50;1.38;1.08 +8665;5;3521.00;9.50;423.00;1.62;1.08 +8665;6;3482.00;9.50;428.50;4.39;1.08 +8665;7;3502.50;9.50;431.00;3.08;1.08 +8665;9;3484.18;9.50;422.00;1.57;1.08 +8665;10;3519.82;9.50;422.00;-1.57;1.08 +8665;11;3530.00;9.50;406.00;1.05;1.08 +8665;12;3517.20;9.50;401.20;0.63;1.08 +8665;13;3488.40;9.50;412.40;-0.95;1.08 +8665;14;3540.40;9.50;414.80;1.38;1.08 +8665;15;3532.40;9.50;423.60;1.62;1.08 +8665;16;3470.00;9.50;432.40;4.39;1.08 +8665;17;3502.80;9.50;436.40;3.08;1.08 8665;21;3484.18;9.50;422.00;1.57;1.08 +8666;0;2835.00;9.50;1861.00;0.00;0.90 +8666;1;2827.50;9.50;1846.00;-0.46;0.90 +8666;2;2824.50;9.50;1859.00;-1.38;0.90 +8666;3;2838.50;9.50;1847.00;0.24;0.90 +8666;4;2846.50;9.50;1848.50;0.74;0.90 +8666;5;2845.00;9.50;1864.00;1.86;0.90 +8666;6;2826.50;9.50;1872.50;3.77;0.90 +8666;7;2835.00;9.50;1876.50;3.14;0.90 +8666;9;2826.90;9.50;1861.00;1.57;0.90 +8666;10;2843.10;9.50;1861.00;-1.57;0.90 +8666;11;2823.00;9.50;1837.00;-0.46;0.90 +8666;12;2818.20;9.50;1857.80;-1.38;0.90 +8666;13;2840.60;9.50;1838.60;0.24;0.90 +8666;14;2853.40;9.50;1841.00;0.74;0.90 +8666;15;2851.00;9.50;1865.80;1.86;0.90 +8666;16;2821.40;9.50;1879.40;3.77;0.90 +8666;17;2835.00;9.50;1885.80;3.14;0.90 8666;21;2826.90;9.50;1861.00;1.57;0.90 +8667;0;2366.00;9.50;283.00;0.00;1.04 +8667;1;2377.50;9.50;277.50;1.12;1.04 +8667;2;2364.50;9.50;274.00;-0.16;1.04 +8667;3;2356.50;9.50;289.00;4.14;1.04 +8667;4;2370.00;9.50;292.50;2.74;1.04 +8667;9;2356.64;9.50;283.00;1.57;1.04 +8667;10;2375.36;9.50;283.00;-1.57;1.04 +8667;11;2384.40;9.50;274.20;1.12;1.04 +8667;12;2363.60;9.50;268.60;-0.16;1.04 +8667;13;2350.80;9.50;292.60;4.14;1.04 +8667;14;2372.40;9.50;298.20;2.74;1.04 8667;21;2356.64;9.50;283.00;1.57;1.04 +8668;0;1889.00;9.50;1742.00;0.00;1.08 +8668;1;1894.00;9.50;1732.00;0.46;1.08 +8668;2;1882.50;9.50;1731.00;-0.53;1.08 +8668;3;1873.50;9.50;1738.00;-1.31;1.08 +8668;4;1899.00;9.50;1744.50;1.81;1.08 +8668;5;1876.00;9.50;1743.00;4.63;1.08 +8668;6;1889.50;9.50;1751.50;3.08;1.08 +8668;7;1904.00;9.50;1755.00;2.28;1.08 +8668;9;1878.02;9.50;1742.00;1.57;1.08 +8668;10;1899.98;9.50;1742.00;-1.57;1.08 +8668;11;1897.00;9.50;1726.00;0.46;1.08 +8668;12;1878.60;9.50;1724.40;-0.53;1.08 +8668;13;1864.20;9.50;1735.60;-1.31;1.08 +8668;14;1905.00;9.50;1746.00;1.81;1.08 +8668;15;1868.20;9.50;1743.60;4.63;1.08 +8668;16;1889.80;9.50;1757.20;3.08;1.08 +8668;17;1913.00;9.50;1762.80;2.28;1.08 8668;21;1878.02;9.50;1742.00;1.57;1.08 +8669;0;516.00;9.50;432.00;0.00;0.90 +8669;1;507.50;9.50;422.00;-0.70;0.90 +8669;2;527.00;9.50;421.50;0.80;0.90 +8669;3;495.00;9.50;422.00;-1.12;0.90 +8669;4;535.50;9.50;431.50;1.54;0.90 +8669;5;497.00;9.50;433.00;4.66;0.90 +8669;6;518.00;9.50;443.00;2.96;0.90 +8669;7;536.50;9.50;442.00;2.02;0.90 +8669;9;501.06;9.50;432.00;1.57;0.90 +8669;10;530.94;9.50;432.00;-1.57;0.90 +8669;11;502.40;9.50;416.00;-0.70;0.90 +8669;12;533.60;9.50;415.20;0.80;0.90 +8669;13;482.40;9.50;416.00;-1.12;0.90 +8669;14;547.20;9.50;431.20;1.54;0.90 +8669;15;485.60;9.50;433.60;4.66;0.90 +8669;16;519.20;9.50;449.60;2.96;0.90 +8669;17;548.80;9.50;448.00;2.02;0.90 8669;21;501.06;9.50;432.00;1.57;0.90 +8670;0;4786.00;9.50;728.00;0.00;1.14 +8670;1;4785.00;9.50;716.50;-0.08;1.14 +8670;2;4773.00;9.50;723.00;-1.20;1.14 +8670;3;4785.00;9.55;723.00;-0.19;1.14 +8670;4;4798.50;9.50;717.00;0.84;1.14 +8670;5;4799.50;9.50;728.00;1.57;1.14 +8670;6;4776.00;9.50;735.50;4.06;1.14 +8670;7;4779.50;9.50;741.00;3.60;1.14 +8670;8;4790.50;9.50;737.50;2.69;1.14 +8670;9;4775.74;9.50;728.00;1.57;1.14 +8670;10;4796.26;9.50;728.00;-1.57;1.14 +8670;11;4784.40;9.50;709.60;-0.08;1.14 +8670;12;4765.20;9.50;720.00;-1.20;1.14 +8670;13;4784.40;9.51;720.00;-0.19;1.14 +8670;14;4806.00;9.50;710.40;0.84;1.14 +8670;15;4807.60;9.50;728.00;1.57;1.14 +8670;16;4770.00;9.50;740.00;4.06;1.14 +8670;17;4775.60;9.50;748.80;3.60;1.14 +8670;18;4793.20;9.50;743.20;2.69;1.14 8670;21;4775.74;9.50;728.00;1.57;1.14 +8671;0;4256.00;9.50;468.00;0.00;0.82 +8671;1;4269.50;9.50;459.00;0.98;0.82 +8671;2;4258.00;9.50;459.00;0.21;0.82 +8671;3;4266.00;9.50;468.00;1.57;0.82 +8671;4;4245.50;9.50;469.00;4.61;0.82 +8671;5;4254.00;9.50;478.00;3.33;0.82 +8671;6;4245.00;9.50;479.00;3.92;0.82 +8671;9;4247.18;9.50;468.00;1.57;0.82 +8671;10;4264.82;9.50;468.00;-1.57;0.82 +8671;11;4277.60;9.50;453.60;0.98;0.82 +8671;12;4259.20;9.50;453.60;0.21;0.82 +8671;13;4272.00;9.50;468.00;1.57;0.82 +8671;14;4239.20;9.50;469.60;4.61;0.82 +8671;15;4252.80;9.50;484.00;3.33;0.82 +8671;16;4238.40;9.50;485.60;3.92;0.82 8671;21;4247.18;9.50;468.00;1.57;0.82 +8672;0;2627.00;9.50;1432.00;0.00;1.02 +8672;1;2617.50;9.50;1425.50;-0.97;1.02 +8672;2;2630.50;9.50;1423.00;0.37;1.02 +8672;3;2640.00;9.50;1425.50;1.10;1.02 +8672;4;2635.00;9.50;1437.00;2.12;1.02 +8672;5;2617.50;9.50;1436.00;4.31;1.02 +8672;6;2625.00;9.50;1444.50;3.30;1.02 +8672;9;2616.20;9.50;1432.00;1.57;1.02 +8672;10;2637.80;9.50;1432.00;-1.57;1.02 +8672;11;2611.80;9.50;1421.60;-0.97;1.02 +8672;12;2632.60;9.50;1417.60;0.37;1.02 +8672;13;2647.80;9.50;1421.60;1.10;1.02 +8672;14;2639.80;9.50;1440.00;2.12;1.02 +8672;15;2611.80;9.50;1438.40;4.31;1.02 +8672;16;2623.80;9.50;1452.00;3.30;1.02 8672;21;2616.20;9.50;1432.00;1.57;1.02 +8673;0;5478.00;9.50;668.00;0.00;1.22 +8673;1;5470.50;9.50;650.00;-0.39;1.22 +8673;2;5463.50;9.50;664.50;-1.33;1.22 +8673;3;5483.00;9.50;655.50;0.38;1.22 +8673;4;5497.50;9.50;667.50;1.54;1.22 +8673;5;5492.50;9.50;668.00;1.57;1.22 +8673;6;5491.00;9.50;675.00;2.06;1.22 +8673;7;5482.00;9.50;679.50;2.80;1.22 +8673;8;5462.00;9.50;679.00;4.11;1.22 +8673;9;5463.60;9.50;668.00;1.57;1.22 +8673;10;5492.40;9.50;668.00;-1.57;1.22 +8673;11;5466.00;9.50;639.20;-0.39;1.22 +8673;12;5454.80;9.50;662.40;-1.33;1.22 +8673;13;5486.00;9.50;648.00;0.38;1.22 +8673;14;5509.20;12.23;667.20;1.54;1.22 +8673;15;5501.20;9.50;668.00;1.57;1.22 +8673;16;5498.80;9.50;679.20;2.06;1.22 +8673;17;5484.40;9.50;686.40;2.80;1.22 +8673;18;5452.40;9.50;685.60;4.11;1.22 8673;21;5463.60;9.50;668.00;1.57;1.22 +8674;0;5605.00;9.50;1311.00;0.00;1.12 +8674;1;5606.00;9.50;1295.00;0.06;1.12 +8674;2;2802.50;9.50;1294.50;-1.56;1.12 +8674;3;2802.50;11.70;1299.50;-1.56;1.12 +8674;4;5594.00;9.50;1296.50;-0.64;1.12 +8674;5;5592.50;9.50;1311.00;4.71;1.12 +8674;6;2802.50;9.50;1314.00;4.71;1.12 +8674;7;5604.00;9.50;1326.00;3.20;1.12 +8674;8;5590.50;9.50;1325.50;3.92;1.12 +8674;9;5594.92;9.50;1311.00;1.57;1.12 +8674;10;5615.08;9.50;1311.00;-1.57;1.12 +8674;11;5606.60;9.50;1285.40;0.06;1.12 +8674;12;1121.00;9.75;1284.60;-1.56;1.12 +8674;13;1121.00;10.06;1292.60;-1.56;1.12 +8674;14;5587.40;9.50;1287.80;-0.64;1.12 +8674;15;5585.00;9.50;1311.00;4.71;1.12 +8674;16;1121.00;13.05;1315.80;4.71;1.12 +8674;17;5603.40;9.50;1335.00;3.20;1.12 +8674;18;5581.80;9.50;1334.20;3.92;1.12 8674;21;5594.92;9.50;1311.00;1.57;1.12 +8675;0;5614.00;9.50;1746.00;0.00;0.82 +8675;1;5612.50;9.50;1734.50;-0.13;0.82 +8675;2;5605.50;9.50;1743.50;-1.28;0.82 +8675;3;2807.00;9.50;1743.50;-1.57;0.82 +8675;4;2807.00;9.50;1756.00;4.70;0.82 +8675;5;5616.00;9.50;1759.00;2.98;0.82 +8675;9;5606.62;9.50;1746.00;1.57;0.82 +8675;10;5621.38;9.50;1746.00;-1.57;0.82 +8675;11;5611.60;9.50;1727.60;-0.13;0.82 +8675;12;5600.40;9.50;1742.00;-1.28;0.82 +8675;13;1122.80;11.80;1742.00;-1.57;0.82 +8675;14;1122.80;12.17;1762.00;4.70;0.82 +8675;15;5617.20;9.50;1766.80;2.98;0.82 8675;21;5606.62;9.50;1746.00;1.57;0.82 +8676;0;4691.00;9.50;959.00;0.00;1.10 +8676;1;4682.00;9.50;944.00;-0.54;1.10 +8676;2;4688.00;9.50;946.50;-0.23;1.10 +8676;3;4681.00;9.50;957.50;-1.42;1.10 +8676;4;4689.50;9.50;952.00;-0.21;1.10 +8676;5;4700.50;9.50;951.00;0.87;1.10 +8676;6;4695.50;9.50;953.00;0.64;1.10 +8676;7;4702.50;9.50;953.50;1.12;1.10 +8676;8;4703.00;9.50;964.50;2.00;1.10 +8676;9;4681.10;9.50;959.00;1.57;1.10 +8676;10;4700.90;9.50;959.00;-1.57;1.10 +8676;11;4676.60;9.50;935.00;-0.54;1.10 +8676;12;4686.20;9.50;939.00;-0.23;1.10 +8676;13;4675.00;9.50;956.60;-1.42;1.10 +8676;14;4688.60;9.50;947.80;-0.21;1.10 +8676;15;4706.20;9.50;946.20;0.87;1.10 +8676;16;4698.20;9.50;949.40;0.64;1.10 +8676;17;4709.40;9.50;950.20;1.12;1.10 +8676;18;4710.20;9.50;967.80;2.00;1.10 8676;21;4681.10;9.50;959.00;1.57;1.10 +8677;0;4297.00;9.50;471.00;0.00;0.90 +8677;1;4296.00;9.50;460.50;-0.09;0.90 +8677;2;4286.50;9.50;469.50;-1.42;0.90 +8677;3;4306.00;9.50;460.50;0.70;0.90 +8677;4;4308.00;9.50;470.50;1.52;0.90 +8677;5;4283.50;9.50;479.50;4.15;0.90 +8677;6;4293.00;9.50;481.00;3.52;0.90 +8677;9;4287.10;9.50;471.00;1.57;0.90 +8677;10;4306.90;9.50;471.00;-1.57;0.90 +8677;11;4295.40;9.50;454.20;-0.09;0.90 +8677;12;4280.20;9.50;468.60;-1.42;0.90 +8677;13;4311.40;9.50;454.20;0.70;0.90 +8677;14;4314.60;9.50;470.20;1.52;0.90 +8677;15;4275.40;9.50;484.60;4.15;0.90 +8677;16;4290.60;9.50;487.00;3.52;0.90 8677;21;4287.10;9.50;471.00;1.57;0.90 +8678;0;4340.00;9.50;224.00;0.00;1.12 +8678;1;4336.50;9.50;213.50;-0.32;1.12 +8678;2;4350.00;9.50;216.50;0.92;1.12 +8678;3;4325.50;9.50;223.00;-1.50;1.12 +8678;4;4353.50;9.50;228.50;1.89;1.12 +8678;5;4329.50;9.50;231.50;4.09;1.12 +8678;6;4343.00;9.50;235.00;2.87;1.12 +8678;9;4329.92;9.50;224.00;1.57;1.12 +8678;10;4350.08;9.50;224.00;-1.57;1.12 +8678;11;4334.40;9.50;207.20;-0.32;1.12 +8678;12;4356.00;9.50;212.00;0.92;1.12 +8678;13;4316.80;9.50;222.40;-1.50;1.12 +8678;14;4361.60;9.50;231.20;1.89;1.12 +8678;15;4323.20;9.50;236.00;4.09;1.12 +8678;16;4344.80;9.50;241.60;2.87;1.12 8678;21;4329.92;9.50;224.00;1.57;1.12 +8679;0;4136.00;9.50;452.00;0.00;1.14 +8679;1;4129.50;9.50;443.50;-0.65;1.14 +8679;2;4142.50;9.50;442.50;0.60;1.14 +8679;3;4150.00;9.50;448.00;1.29;1.14 +8679;4;4124.00;9.50;449.50;-1.36;1.14 +8679;5;4141.50;9.50;460.50;2.56;1.14 +8679;6;4128.00;9.50;460.50;3.89;1.14 +8679;7;4134.50;9.50;468.00;3.23;1.14 +8679;9;4125.20;9.50;452.00;1.57;1.14 +8679;10;4146.80;9.50;452.00;-1.57;1.14 +8679;11;4125.60;9.50;438.40;-0.65;1.14 +8679;12;4146.40;9.50;436.80;0.60;1.14 +8679;13;4158.40;9.50;445.60;1.29;1.14 +8679;14;4116.80;9.50;448.00;-1.36;1.14 +8679;15;4144.80;9.50;465.60;2.56;1.14 +8679;16;4123.20;9.50;465.60;3.89;1.14 +8679;17;4133.60;9.50;477.60;3.23;1.14 8679;21;4125.20;9.50;452.00;1.57;1.14 +8680;0;2509.00;9.50;158.00;0.00;1.20 +8680;1;2506.50;9.50;143.00;-0.16;1.20 +8680;2;2496.50;9.50;158.00;4.71;1.20 +8680;3;2519.50;9.50;144.50;0.66;1.20 +8680;4;2522.00;9.50;159.50;1.68;1.20 +8680;5;2509.00;9.50;173.00;3.14;1.20 +8680;6;2521.00;9.50;173.00;2.46;1.20 +8680;9;2498.20;9.50;158.00;1.57;1.20 +8680;10;2519.80;9.50;158.00;-1.57;1.20 +8680;11;2505.00;9.50;134.00;-0.16;1.20 +8680;12;2489.00;9.50;158.00;4.71;1.20 +8680;13;2525.80;9.50;136.40;0.66;1.20 +8680;14;2529.80;9.50;160.40;1.68;1.20 +8680;15;2509.00;9.50;182.00;3.14;1.20 +8680;16;2528.20;9.50;182.00;2.46;1.20 8680;21;2498.20;9.50;158.00;1.57;1.20 +8681;0;2635.00;9.50;554.00;0.00;1.02 +8681;1;2634.00;9.50;544.00;-0.10;1.02 +8681;2;2647.00;9.50;549.00;1.17;1.02 +8681;3;2623.50;9.50;549.50;-1.19;1.02 +8681;4;2641.00;9.50;562.00;2.49;1.02 +8681;5;2627.00;9.50;561.50;3.95;1.02 +8681;9;2625.10;9.50;554.00;1.57;1.02 +8681;10;2644.90;9.50;554.00;-1.57;1.02 +8681;11;2633.40;9.50;538.00;-0.10;1.02 +8681;12;2654.20;9.50;546.00;1.17;1.02 +8681;13;2616.60;9.50;546.80;-1.19;1.02 +8681;14;2644.60;9.50;566.80;2.49;1.02 +8681;15;2622.20;9.50;566.00;3.95;1.02 8681;21;2625.10;9.50;554.00;1.57;1.02 +8682;0;2758.00;9.50;694.00;0.00;0.76 +8682;1;2759.00;9.50;685.50;0.11;0.76 +8682;2;2773.00;9.50;692.00;1.43;0.76 +8682;3;2743.50;9.50;691.00;-1.36;0.76 +8682;4;2746.00;9.50;700.00;4.24;0.76 +8682;5;2761.50;9.50;702.00;2.72;0.76 +8682;9;2746.84;9.50;694.00;1.57;0.76 +8682;10;2769.16;9.50;694.00;-1.57;0.76 +8682;11;2759.60;9.50;680.40;0.11;0.76 +8682;12;2782.00;9.50;690.80;1.43;0.76 +8682;13;2734.80;9.50;689.20;-1.36;0.76 +8682;14;2738.80;9.50;703.60;4.24;0.76 +8682;15;2763.60;9.50;706.80;2.72;0.76 8682;21;2746.84;9.50;694.00;1.57;0.76 +8683;0;2156.00;9.50;1367.00;0.00;1.20 +8683;1;2158.50;9.50;1354.00;0.19;1.20 +8683;2;2169.00;9.50;1363.00;1.27;1.20 +8683;3;2143.00;9.50;1364.50;-1.38;1.20 +8683;4;2145.00;9.50;1378.00;3.92;1.20 +8683;5;2157.00;9.50;1380.50;3.06;1.20 +8683;9;2145.20;9.50;1367.00;1.57;1.20 +8683;10;2166.80;9.50;1367.00;-1.57;1.20 +8683;11;2160.00;9.50;1346.20;0.19;1.20 +8683;12;2176.80;9.50;1360.60;1.27;1.20 +8683;13;2135.20;9.50;1363.00;-1.38;1.20 +8683;14;2138.40;9.50;1384.60;3.92;1.20 +8683;15;2157.60;9.50;1388.60;3.06;1.20 8683;21;2145.20;9.50;1367.00;1.57;1.20 +8684;0;2373.00;9.50;1834.00;0.00;1.10 +8684;1;2367.00;9.50;1826.00;-0.64;1.10 +8684;2;2384.00;9.50;1823.00;0.78;1.10 +8684;3;2384.50;9.50;1836.00;1.74;1.10 +8684;4;2356.00;9.50;1838.00;4.48;1.10 +8684;5;2361.50;9.50;1845.00;3.94;1.10 +8684;6;2373.50;9.50;1847.00;3.10;1.10 +8684;9;2357.16;9.50;1834.00;1.57;1.10 +8684;10;2388.84;9.50;1834.00;-1.57;1.10 +8684;11;2363.40;9.50;1821.20;-0.64;1.10 +8684;12;2390.60;9.50;1816.40;0.78;1.10 +8684;13;2391.40;9.50;1837.20;1.74;1.10 +8684;14;2345.80;9.50;1840.40;4.48;1.10 +8684;15;2354.60;9.50;1851.60;3.94;1.10 +8684;16;2373.80;9.50;1854.80;3.10;1.10 8684;21;2357.16;9.50;1834.00;1.57;1.10 +8685;0;1542.00;9.50;46.00;0.00;1.06 +8685;1;1554.50;9.50;41.50;1.22;1.06 +8685;2;1538.50;9.50;36.00;-0.33;1.06 +8685;3;1528.50;9.50;41.50;-1.24;1.06 +8685;4;1533.00;9.50;54.50;3.95;1.06 +8685;5;1548.50;9.50;55.00;2.51;1.06 +8685;6;1536.50;9.50;62.50;3.46;1.06 +8685;9;1530.30;9.50;46.00;1.57;1.06 +8685;10;1553.70;9.50;46.00;-1.57;1.06 +8685;11;1562.00;9.50;38.80;1.22;1.06 +8685;12;1536.40;9.50;30.00;-0.33;1.06 +8685;13;1520.40;9.50;38.80;-1.24;1.06 +8685;14;1527.60;9.50;59.60;3.95;1.06 +8685;15;1552.40;9.50;60.40;2.51;1.06 +8685;16;1533.20;9.50;72.40;3.46;1.06 8685;21;1530.30;9.50;46.00;1.57;1.06 +8686;0;362.00;9.50;357.00;0.00;0.96 +8686;1;353.00;9.50;349.00;-0.84;0.96 +8686;2;370.00;9.50;346.50;0.65;0.96 +8686;3;380.50;9.50;352.50;1.33;0.96 +8686;4;344.50;9.50;361.00;4.48;0.96 +8686;5;380.50;9.50;360.50;1.75;0.96 +8686;6;362.00;9.50;366.00;3.14;0.96 +8686;7;348.00;9.50;369.50;3.98;0.96 +8686;9;346.70;9.50;357.00;1.57;0.96 +8686;10;377.30;9.50;357.00;-1.57;0.96 +8686;11;347.60;9.50;344.20;-0.84;0.96 +8686;12;374.80;9.50;340.20;0.65;0.96 +8686;13;391.60;9.50;349.80;1.33;0.96 +8686;14;334.00;9.50;363.40;4.48;0.96 +8686;15;391.60;9.50;362.60;1.75;0.96 +8686;16;362.00;9.50;371.40;3.14;0.96 +8686;17;339.60;9.50;377.00;3.98;0.96 8686;21;346.70;9.50;357.00;1.57;0.96 +8687;0;271.00;9.50;1427.00;0.00;1.32 +8687;1;264.50;9.50;1408.50;-0.33;1.32 +8687;2;257.00;9.50;1419.50;-1.07;1.32 +8687;3;278.00;9.50;1417.50;0.63;1.32 +8687;4;289.00;9.50;1432.50;1.86;1.32 +8687;5;261.00;9.50;1437.00;3.92;1.32 +8687;6;279.00;9.50;1440.50;2.60;1.32 +8687;9;256.42;9.50;1427.00;1.57;1.32 +8687;10;285.58;9.50;1427.00;-1.57;1.32 +8687;11;260.60;9.50;1397.40;-0.33;1.32 +8687;12;248.60;9.50;1415.00;-1.07;1.32 +8687;13;282.20;9.50;1411.80;0.63;1.32 +8687;14;299.80;9.50;1435.80;1.86;1.32 +8687;15;255.00;9.50;1443.00;3.92;1.32 +8687;16;283.80;9.50;1448.60;2.60;1.32 8687;21;256.42;9.50;1427.00;1.57;1.32 +8688;0;178.00;9.50;2015.00;0.00;0.90 +8688;1;176.00;9.50;2006.50;-0.23;0.90 +8688;2;189.00;9.50;2008.00;1.00;0.90 +8688;3;170.50;9.50;2024.50;3.81;0.90 +8688;4;165.50;9.50;2018.50;4.43;0.90 +8688;5;189.50;9.50;2017.00;1.74;0.90 +8688;6;190.00;9.50;2022.00;2.09;0.90 +8688;9;167.38;9.50;2015.00;1.57;0.90 +8688;10;188.62;9.50;2015.00;-1.57;0.90 +8688;11;174.80;9.50;2001.40;-0.23;0.90 +8688;12;195.60;9.50;2003.80;1.00;0.90 +8688;13;166.00;9.50;2030.20;3.81;0.90 +8688;14;158.00;9.83;2020.60;4.43;0.90 +8688;15;196.40;9.50;2018.20;1.74;0.90 +8688;16;197.20;9.50;2026.20;2.09;0.90 8688;21;167.38;9.50;2015.00;1.57;0.90 +8689;0;476.00;9.50;835.00;0.00;1.42 +8689;1;461.50;9.50;826.50;-1.04;1.42 +8689;2;471.00;9.50;817.00;-0.27;1.42 +8689;3;483.50;9.50;826.50;0.72;1.42 +8689;4;492.50;9.50;844.00;2.07;1.42 +8689;5;476.00;9.50;848.50;3.14;1.42 +8689;9;463.22;9.50;835.00;1.57;1.42 +8689;10;488.78;9.50;835.00;-1.57;1.42 +8689;11;452.80;9.50;821.40;-1.04;1.42 +8689;12;468.00;9.50;806.20;-0.27;1.42 +8689;13;488.00;9.50;821.40;0.72;1.42 +8689;14;502.40;9.50;849.40;2.07;1.42 +8689;15;476.00;9.50;856.60;3.14;1.42 8689;21;463.22;9.50;835.00;1.57;1.42 +8690;0;687.00;9.50;589.00;0.00;1.14 +8690;1;677.50;9.50;577.50;-0.69;1.14 +8690;2;701.00;9.50;586.00;1.36;1.14 +8690;3;674.50;9.50;592.00;4.47;1.14 +8690;4;699.00;9.50;600.00;2.31;1.14 +8690;5;688.50;9.50;605.00;3.04;1.14 +8690;9;669.90;9.50;589.00;1.57;1.14 +8690;10;704.10;9.50;589.00;-1.57;1.14 +8690;11;671.80;9.50;570.60;-0.69;1.14 +8690;12;709.40;9.50;584.20;1.36;1.14 +8690;13;667.00;9.50;593.80;4.47;1.14 +8690;14;706.20;9.50;606.60;2.31;1.14 +8690;15;689.40;9.50;614.60;3.04;1.14 8690;21;669.90;9.50;589.00;1.57;1.14 +8691;0;3457.00;9.50;353.00;0.00;1.36 +8691;1;3464.00;9.50;339.00;0.46;1.36 +8691;2;3477.50;9.50;338.50;0.95;1.36 +8691;3;3476.50;9.50;347.00;1.27;1.36 +8691;4;3442.00;9.50;353.00;4.71;1.36 +8691;5;3475.00;9.50;354.00;1.62;1.36 +8691;6;3458.50;9.50;362.50;2.98;1.36 +8691;7;3437.00;9.50;366.50;4.11;1.36 +8691;9;3440.44;9.50;353.00;1.57;1.36 +8691;10;3473.56;9.50;353.00;-1.57;1.36 +8691;11;3468.20;9.50;330.60;0.46;1.36 +8691;12;3489.80;9.50;329.80;0.95;1.36 +8691;13;3488.20;9.50;343.40;1.27;1.36 +8691;14;3433.00;9.50;353.00;4.71;1.36 +8691;15;3485.80;9.50;354.60;1.62;1.36 +8691;16;3459.40;9.50;368.20;2.98;1.36 +8691;17;3425.00;9.50;374.60;4.11;1.36 8691;21;3440.44;9.50;353.00;1.57;1.36 +8692;0;2914.00;9.50;1989.00;0.00;1.24 +8692;1;2917.50;9.50;1976.50;0.27;1.24 +8692;2;2930.50;9.50;1973.50;0.81;1.24 +8692;3;2930.00;9.50;1985.00;1.32;1.24 +8692;4;2901.00;9.50;1980.00;-0.96;1.24 +8692;5;2899.00;9.50;1993.00;4.45;1.24 +8692;6;2914.50;9.50;2001.00;3.10;1.24 +8692;9;2901.94;9.50;1989.00;1.57;1.24 +8692;10;2926.06;9.50;1989.00;-1.57;1.24 +8692;11;2919.60;9.50;1969.00;0.27;1.24 +8692;12;2940.40;9.50;1964.20;0.81;1.24 +8692;13;2939.60;9.50;1982.60;1.32;1.24 +8692;14;2893.20;9.50;1974.60;-0.96;1.24 +8692;15;2890.00;9.50;1995.40;4.45;1.24 +8692;16;2914.80;9.50;2008.20;3.10;1.24 8692;21;2901.94;9.50;1989.00;1.57;1.24 +8693;0;2620.00;9.50;476.00;0.00;1.04 +8693;1;2621.00;9.50;465.50;0.09;1.04 +8693;2;2608.00;9.50;464.50;-0.80;1.04 +8693;3;2609.50;9.50;474.50;-1.42;1.04 +8693;4;2633.50;9.50;475.00;1.49;1.04 +8693;5;2625.00;9.50;486.00;2.67;1.04 +8693;6;2611.00;9.50;485.50;3.90;1.04 +8693;7;2614.00;9.50;489.50;3.56;1.04 +8693;9;2610.64;9.50;476.00;1.57;1.04 +8693;10;2629.36;9.50;476.00;-1.57;1.04 +8693;11;2621.60;9.50;459.20;0.09;1.04 +8693;12;2600.80;9.50;457.60;-0.80;1.04 +8693;13;2603.20;9.50;473.60;-1.42;1.04 +8693;14;2641.60;9.50;474.40;1.49;1.04 +8693;15;2628.00;9.50;492.00;2.67;1.04 +8693;16;2605.60;9.50;491.20;3.90;1.04 +8693;17;2610.40;9.50;497.60;3.56;1.04 8693;21;2610.64;9.50;476.00;1.57;1.04 +8694;0;1873.00;9.50;1929.00;0.00;1.36 +8694;1;1864.00;9.50;1921.00;-0.84;1.36 +8694;2;1886.50;9.50;1915.50;0.78;1.36 +8694;3;1888.00;9.50;1931.50;1.73;1.36 +8694;4;1848.50;9.50;1930.00;4.67;1.36 +8694;5;1852.50;9.50;1936.50;4.36;1.36 +8694;6;1871.50;9.50;1942.50;3.25;1.36 +8694;9;1855.72;9.50;1929.00;1.57;1.36 +8694;10;1890.28;9.50;1929.00;-1.57;1.36 +8694;11;1858.60;9.50;1916.20;-0.84;1.36 +8694;12;1894.60;9.50;1907.40;0.78;1.36 +8694;13;1897.00;9.50;1933.00;1.73;1.36 +8694;14;1833.80;9.50;1930.60;4.67;1.36 +8694;15;1840.20;9.50;1941.00;4.36;1.36 +8694;16;1870.60;9.50;1950.60;3.25;1.36 8694;21;1855.72;9.50;1929.00;1.57;1.36 +8695;0;493.00;9.50;386.00;0.00;1.12 +8695;1;492.00;9.50;372.50;-0.07;1.12 +8695;2;503.00;9.50;374.50;0.71;1.12 +8695;3;480.00;9.50;376.00;-0.91;1.12 +8695;4;505.50;9.50;388.00;1.72;1.12 +8695;5;481.00;9.50;388.50;4.50;1.12 +8695;6;496.00;9.50;399.00;2.91;1.12 +8695;9;482.56;9.50;386.00;1.57;1.12 +8695;10;503.44;9.50;386.00;-1.57;1.12 +8695;11;491.40;9.50;364.40;-0.07;1.12 +8695;12;509.00;9.50;367.60;0.71;1.12 +8695;13;472.20;9.50;370.00;-0.91;1.12 +8695;14;513.00;9.50;389.20;1.72;1.12 +8695;15;473.80;9.50;390.00;4.50;1.12 +8695;16;497.80;9.50;406.80;2.91;1.12 8695;21;482.56;9.50;386.00;1.57;1.12 +8696;0;4799.00;9.50;774.00;0.00;0.96 +8696;1;4797.00;9.50;760.50;-0.14;0.96 +8696;2;4807.50;9.50;761.50;0.59;0.96 +8696;3;4788.00;9.50;765.00;-0.88;0.96 +8696;4;4808.50;9.50;777.00;1.87;0.96 +8696;5;4789.50;9.50;771.00;-1.26;0.96 +8696;6;4787.50;9.50;776.50;4.49;0.96 +8696;7;4787.50;9.50;780.00;4.23;0.96 +8696;8;4797.00;9.50;787.00;3.29;0.96 +8696;9;4790.36;9.50;774.00;1.57;0.96 +8696;10;4807.64;9.50;774.00;-1.57;0.96 +8696;11;4795.80;9.50;752.40;-0.14;0.96 +8696;12;4812.60;9.50;754.00;0.59;0.96 +8696;13;4781.40;9.50;759.60;-0.88;0.96 +8696;14;4814.20;9.50;778.80;1.87;0.96 +8696;15;4783.80;9.50;769.20;-1.26;0.96 +8696;16;4780.60;9.50;778.00;4.49;0.96 +8696;17;4780.60;9.50;783.60;4.23;0.96 +8696;18;4795.80;9.50;794.80;3.29;0.96 8696;21;4790.36;9.50;774.00;1.57;0.96 +8697;0;4159.00;9.50;412.00;0.00;1.14 +8697;1;4163.00;9.50;402.00;0.38;1.14 +8697;2;4151.00;9.50;404.00;-0.78;1.14 +8697;3;4172.50;9.50;410.50;1.46;1.14 +8697;4;4147.00;9.50;416.50;4.35;1.14 +8697;5;4167.00;9.50;419.00;2.29;1.14 +8697;6;4154.00;9.50;422.50;3.58;1.14 +8697;9;4148.38;9.50;412.00;1.57;1.14 +8697;10;4169.62;9.50;412.00;-1.57;1.14 +8697;11;4165.40;9.50;396.00;0.38;1.14 +8697;12;4146.20;9.50;399.20;-0.78;1.14 +8697;13;4180.60;9.50;409.60;1.46;1.14 +8697;14;4139.80;9.50;419.20;4.35;1.14 +8697;15;4171.80;9.50;423.20;2.29;1.14 +8697;16;4151.00;9.50;428.80;3.58;1.14 8697;21;4148.38;9.50;412.00;1.57;1.14 +8698;0;2641.00;9.50;1394.00;0.00;0.92 +8698;1;2641.50;9.50;1385.50;0.05;0.92 +8698;2;2651.50;9.50;1386.50;0.95;0.92 +8698;3;2653.50;9.50;1389.00;1.19;0.92 +8698;4;2649.00;9.50;1398.00;2.03;0.92 +8698;5;2630.00;9.50;1396.50;4.48;0.92 +8698;6;2637.50;9.50;1404.00;3.47;0.92 +8698;9;2632.36;9.50;1394.00;1.57;0.92 +8698;10;2649.64;9.50;1394.00;-1.57;0.92 +8698;11;2641.80;9.50;1380.40;0.05;0.92 +8698;12;2657.80;9.50;1382.00;0.95;0.92 +8698;13;2661.00;9.50;1386.00;1.19;0.92 +8698;14;2653.80;9.50;1400.40;2.03;0.92 +8698;15;2623.40;9.50;1398.00;4.48;0.92 +8698;16;2635.40;9.50;1410.00;3.47;0.92 8698;21;2632.36;9.50;1394.00;1.57;0.92 +8699;0;5492.00;9.50;736.00;0.00;1.02 +8699;1;5471.50;9.50;728.50;-1.22;1.02 +8699;2;5493.00;9.50;727.50;0.11;1.02 +8699;3;5510.50;9.50;737.50;1.65;1.02 +8699;4;5473.00;9.50;737.00;4.66;1.02 +8699;5;5490.50;9.50;742.00;3.38;1.02 +8699;6;5492.50;9.50;746.00;3.09;1.02 +8699;7;5510.00;9.50;748.50;2.17;1.02 +8699;9;5476.52;9.50;736.00;1.57;1.02 +8699;10;5507.48;9.50;736.00;-1.57;1.02 +8699;11;5459.20;9.50;724.00;-1.22;1.02 +8699;12;5493.60;9.50;722.40;0.11;1.02 +8699;13;5521.60;9.50;738.40;1.65;1.02 +8699;14;5461.60;9.50;737.60;4.66;1.02 +8699;15;5489.60;9.50;745.60;3.38;1.02 +8699;16;5492.80;9.50;752.00;3.09;1.02 +8699;17;5520.80;9.50;756.00;2.17;1.02 8699;21;5476.52;9.50;736.00;1.57;1.02 +8700;0;5602.00;9.50;1370.00;0.00;1.22 +8700;1;5602.50;9.50;1355.50;0.03;1.22 +8700;2;2801.00;10.55;1355.00;-1.56;1.22 +8700;3;5588.00;9.50;1366.50;-1.32;1.22 +8700;4;2801.00;13.50;1366.50;-1.57;1.22 +8700;5;5611.00;9.50;1381.50;2.47;1.22 +8700;6;5587.50;9.50;1379.00;4.15;1.22 +8700;7;5599.00;9.50;1385.50;3.33;1.22 +8700;9;5591.02;9.50;1370.00;1.57;1.22 +8700;10;5612.98;9.50;1370.00;-1.57;1.22 +8700;11;5602.80;9.50;1346.80;0.03;1.22 +8700;12;1120.40;14.74;1346.00;-1.56;1.22 +8700;13;5579.60;9.50;1364.40;-1.32;1.22 +8700;14;1120.40;14.92;1364.40;-1.57;1.22 +8700;15;5616.40;9.50;1388.40;2.47;1.22 +8700;16;5578.80;9.50;1384.40;4.15;1.22 +8700;17;5597.20;9.50;1394.80;3.33;1.22 8700;21;5591.02;9.50;1370.00;1.57;1.22 +8701;0;4669.00;9.50;919.00;0.00;0.54 +8701;1;4673.00;9.50;914.00;0.67;0.54 +8701;2;4677.00;9.50;913.00;0.92;0.54 +8701;3;4667.00;9.50;914.00;-0.38;0.54 +8701;4;4676.00;9.50;916.50;1.22;0.54 +8701;5;4661.50;9.50;920.50;4.51;0.54 +8701;6;4677.00;9.50;921.50;1.87;0.54 +8701;7;4671.00;9.50;924.00;2.76;0.54 +8701;8;4677.00;9.50;924.50;2.17;0.54 +8701;9;4662.88;9.50;919.00;1.57;0.54 +8701;10;4675.12;9.50;919.00;-1.57;0.54 +8701;11;4675.40;9.50;911.00;0.67;0.54 +8701;12;4681.80;9.50;909.40;0.92;0.54 +8701;13;4665.80;9.50;911.00;-0.38;0.54 +8701;14;4680.20;9.50;915.00;1.22;0.54 +8701;15;4657.00;9.50;921.40;4.51;0.54 +8701;16;4681.80;9.50;923.00;1.87;0.54 +8701;17;4672.20;9.50;927.00;2.76;0.54 +8701;18;4681.80;9.50;927.80;2.17;0.54 8701;21;4662.88;9.50;919.00;1.57;0.54 +8702;0;4341.00;9.50;501.00;0.00;0.78 +8702;1;4341.50;9.50;493.00;0.06;0.78 +8702;2;4329.50;9.50;501.50;4.66;0.78 +8702;3;4355.00;9.50;498.00;1.36;0.78 +8702;4;4347.50;9.50;507.00;2.31;0.78 +8702;5;4334.50;9.50;510.00;3.76;0.78 +8702;9;4331.10;9.50;501.00;1.57;0.78 +8702;10;4350.90;9.50;501.00;-1.57;0.78 +8702;11;4341.80;9.50;488.20;0.06;0.78 +8702;12;4322.60;9.50;501.80;4.66;0.78 +8702;13;4363.40;9.50;496.20;1.36;0.78 +8702;14;4351.40;9.50;510.60;2.31;0.78 +8702;15;4330.60;9.50;515.40;3.76;0.78 8702;21;4331.10;9.50;501.00;1.57;0.78 +8703;0;4301.00;9.50;255.00;0.00;0.92 +8703;1;4300.00;9.50;242.00;-0.07;0.92 +8703;2;4292.00;9.50;253.50;-1.40;0.92 +8703;3;4310.00;9.50;247.00;0.84;0.92 +8703;4;4311.00;9.50;259.00;1.95;0.92 +8703;5;4293.50;9.50;266.50;3.71;0.92 +8703;6;4302.00;9.50;267.50;3.06;0.92 +8703;9;4292.72;9.50;255.00;1.57;0.92 +8703;10;4309.28;9.50;255.00;-1.57;0.92 +8703;11;4299.40;9.50;234.20;-0.07;0.92 +8703;12;4286.60;9.50;252.60;-1.40;0.92 +8703;13;4315.40;9.50;242.20;0.84;0.92 +8703;14;4317.00;9.50;261.40;1.95;0.92 +8703;15;4289.00;9.50;273.40;3.71;0.92 +8703;16;4302.60;9.50;275.00;3.06;0.92 8703;21;4292.72;9.50;255.00;1.57;0.92 +8704;0;4082.00;9.50;447.00;0.00;1.04 +8704;1;4071.50;9.50;440.50;-1.01;1.04 +8704;2;4088.00;9.50;439.00;0.64;1.04 +8704;3;4097.00;9.50;447.00;1.57;1.04 +8704;4;4067.50;9.50;447.50;4.67;1.04 +8704;5;4072.50;9.50;453.50;4.11;1.04 +8704;6;4086.00;9.50;456.00;2.72;1.04 +8704;9;4070.66;9.50;447.00;1.57;1.04 +8704;10;4093.34;9.50;447.00;-1.57;1.04 +8704;11;4065.20;9.50;436.60;-1.01;1.04 +8704;12;4091.60;9.50;434.20;0.64;1.04 +8704;13;4106.00;9.50;447.00;1.57;1.04 +8704;14;4058.80;9.50;447.80;4.67;1.04 +8704;15;4066.80;9.50;457.40;4.11;1.04 +8704;16;4088.40;9.50;461.40;2.72;1.04 8704;21;4070.66;9.50;447.00;1.57;1.04 +8705;0;2461.00;9.50;158.00;0.00;1.16 +8705;1;2459.50;9.50;143.00;-0.10;1.16 +8705;2;2469.50;9.50;142.00;0.48;1.16 +8705;3;2472.50;9.50;158.00;1.57;1.16 +8705;4;2448.50;9.50;156.50;-1.45;1.16 +8705;5;2461.50;9.50;170.50;3.10;1.16 +8705;6;2476.50;9.50;173.50;2.35;1.16 +8705;9;2450.56;9.50;158.00;1.57;1.16 +8705;10;2471.44;9.50;158.00;-1.57;1.16 +8705;11;2458.60;9.50;134.00;-0.10;1.16 +8705;12;2474.60;9.50;132.40;0.48;1.16 +8705;13;2479.40;9.50;158.00;1.57;1.16 +8705;14;2441.00;9.50;155.60;-1.45;1.16 +8705;15;2461.80;9.50;178.00;3.10;1.16 +8705;16;2485.80;9.50;182.80;2.35;1.16 8705;21;2450.56;9.50;158.00;1.57;1.16 +8706;0;1511.00;9.50;793.00;0.00;0.98 +8706;1;1509.50;9.50;782.00;-0.13;0.98 +8706;2;1494.50;9.50;782.00;-0.98;0.98 +8706;3;1496.50;9.50;791.00;-1.43;0.98 +8706;4;1525.50;9.50;791.50;1.46;0.98 +8706;5;1500.50;9.50;803.00;3.95;0.98 +8706;6;1515.50;9.50;804.50;2.76;0.98 +8706;9;1498.58;9.50;793.00;1.57;0.98 +8706;10;1523.42;9.50;793.00;-1.57;0.98 +8706;11;1508.60;9.50;775.40;-0.13;0.98 +8706;12;1484.60;9.50;775.40;-0.98;0.98 +8706;13;1487.80;9.50;789.80;-1.43;0.98 +8706;14;1534.20;9.50;790.60;1.46;0.98 +8706;15;1494.20;9.50;809.00;3.95;0.98 +8706;16;1518.20;9.50;811.40;2.76;0.98 8706;21;1498.58;9.50;793.00;1.57;0.98 +8707;0;2879.00;9.50;720.00;0.00;0.92 +8707;1;2877.00;9.50;710.50;-0.20;0.92 +8707;2;2889.00;9.50;713.00;0.96;0.92 +8707;3;2871.00;9.50;725.00;4.15;0.92 +8707;4;2884.50;9.50;726.50;2.43;0.92 +8707;5;2891.00;9.50;719.50;1.52;0.92 +8707;6;2877.50;9.50;735.00;3.24;0.92 +8707;9;2870.72;9.50;720.00;1.57;0.92 +8707;10;2887.28;9.50;720.00;-1.57;0.92 +8707;11;2875.80;9.50;704.80;-0.20;0.92 +8707;12;2895.00;9.50;708.80;0.96;0.92 +8707;13;2866.20;9.50;728.00;4.15;0.92 +8707;14;2887.80;9.50;730.40;2.43;0.92 +8707;15;2898.20;9.50;719.20;1.52;0.92 +8707;16;2876.60;9.50;744.00;3.24;0.92 8707;21;2870.72;9.50;720.00;1.57;0.92 +8708;0;2148.00;9.50;1422.00;0.00;1.42 +8708;1;2153.00;9.50;1408.00;0.34;1.42 +8708;2;2164.50;9.50;1408.00;0.86;1.42 +8708;3;2162.50;9.50;1418.00;1.30;1.42 +8708;4;2137.00;9.50;1416.50;-1.10;1.42 +8708;5;2134.00;9.50;1432.00;4.09;1.42 +8708;6;2147.50;9.50;1434.00;3.18;1.42 +8708;9;2135.22;9.50;1422.00;1.57;1.42 +8708;10;2160.78;9.50;1422.00;-1.57;1.42 +8708;11;2156.00;9.50;1399.60;0.34;1.42 +8708;12;2174.40;9.50;1399.60;0.86;1.42 +8708;13;2171.20;9.50;1415.60;1.30;1.42 +8708;14;2130.40;9.50;1413.20;-1.10;1.42 +8708;15;2125.60;9.50;1438.00;4.09;1.42 +8708;16;2147.20;9.50;1441.20;3.18;1.42 8708;21;2135.22;9.50;1422.00;1.57;1.42 +8709;0;2380.00;9.50;1894.00;0.00;1.24 +8709;1;2377.00;9.50;1877.00;-0.17;1.24 +8709;2;2388.50;9.50;1884.00;0.70;1.24 +8709;3;2368.00;9.50;1887.00;-1.04;1.24 +8709;4;2399.50;9.50;1892.00;1.46;1.24 +8709;5;2394.00;9.50;1900.50;2.00;1.24 +8709;6;2374.00;9.50;1904.00;3.68;1.24 +8709;9;2365.60;9.50;1894.00;1.57;1.24 +8709;10;2394.40;9.50;1894.00;-1.57;1.24 +8709;11;2375.20;9.50;1866.80;-0.17;1.24 +8709;12;2393.60;9.50;1878.00;0.70;1.24 +8709;13;2360.80;9.50;1882.80;-1.04;1.24 +8709;14;2411.20;9.50;1890.80;1.46;1.24 +8709;15;2402.40;9.50;1904.40;2.00;1.24 +8709;16;2370.40;9.50;1910.00;3.68;1.24 8709;21;2365.60;9.50;1894.00;1.57;1.24 +8710;0;1589.00;9.50;20.00;0.00;1.02 +8710;1;1575.50;9.50;16.00;-1.28;1.02 +8710;2;1603.50;9.50;18.00;1.43;1.02 +8710;3;1578.00;9.50;28.50;4.05;1.02 +8710;4;1593.50;9.50;30.50;2.73;1.02 +8710;5;1583.00;9.50;35.50;3.51;1.02 +8710;9;1578.20;9.50;20.00;1.57;1.02 +8710;10;1599.80;9.50;20.00;-1.57;1.02 +8710;11;1567.40;9.50;13.60;-1.28;1.02 +8710;12;1612.20;9.50;16.80;1.43;1.02 +8710;13;1571.40;9.50;33.60;4.05;1.02 +8710;14;1596.20;9.50;36.80;2.73;1.02 +8710;15;1579.40;9.50;44.80;3.51;1.02 8710;21;1578.20;9.50;20.00;1.57;1.02 +8711;0;371.00;9.50;397.00;0.00;1.02 +8711;1;366.50;9.50;386.00;-0.38;1.02 +8711;2;385.50;9.50;392.00;1.23;1.02 +8711;3;353.50;9.50;397.00;4.71;1.02 +8711;4;386.50;9.50;404.50;2.02;1.02 +8711;5;358.50;9.50;406.50;4.06;1.02 +8711;6;372.50;9.50;409.00;3.01;1.02 +8711;9;357.14;9.50;397.00;1.57;1.02 +8711;10;384.86;9.50;397.00;-1.57;1.02 +8711;11;363.80;9.50;379.40;-0.38;1.02 +8711;12;394.20;9.50;389.00;1.23;1.02 +8711;13;343.00;9.50;397.00;4.71;1.02 +8711;14;395.80;9.50;409.00;2.02;1.02 +8711;15;351.00;9.50;412.20;4.06;1.02 +8711;16;373.40;9.50;416.20;3.01;1.02 8711;21;357.14;9.50;397.00;1.57;1.02 +8712;0;192.00;9.50;1329.00;0.00;1.00 +8712;1;190.50;9.50;1317.00;-0.12;1.00 +8712;2;207.00;9.50;1322.00;1.13;1.00 +8712;3;176.00;9.50;1328.50;-1.54;1.00 +8712;4;208.00;9.50;1334.00;1.87;1.00 +8712;5;192.50;9.50;1340.00;3.09;1.00 +8712;9;179.76;9.50;1329.00;1.57;1.00 +8712;10;204.24;9.50;1329.00;-1.57;1.00 +8712;11;189.60;9.50;1309.80;-0.12;1.00 +8712;12;216.00;9.50;1317.80;1.13;1.00 +8712;13;166.40;9.50;1328.20;-1.54;1.00 +8712;14;217.60;9.50;1337.00;1.87;1.00 +8712;15;192.80;9.50;1346.60;3.09;1.00 8712;21;179.76;9.50;1329.00;1.57;1.00 +8713;0;208.00;9.50;1999.00;0.00;0.42 +8713;1;207.00;9.50;1993.00;-0.16;0.42 +8713;2;212.00;9.50;1998.00;1.32;0.42 +8713;3;204.00;9.50;1994.00;-0.67;0.42 +8713;4;204.00;9.50;2000.00;4.46;0.42 +8713;5;209.50;9.50;2004.00;2.85;0.42 +8713;9;204.22;9.50;1999.00;1.57;0.42 +8713;10;211.78;9.50;1999.00;-1.57;0.42 +8713;11;206.40;9.50;1989.40;-0.16;0.42 +8713;12;214.40;9.50;1997.40;1.32;0.42 +8713;13;201.60;9.50;1991.00;-0.67;0.42 +8713;14;201.60;9.50;2000.60;4.46;0.42 +8713;15;210.40;9.50;2007.00;2.85;0.42 8713;21;204.22;9.50;1999.00;1.57;0.42 +8714;0;420.00;9.50;823.00;0.00;1.26 +8714;1;421.50;9.50;810.50;0.11;1.26 +8714;2;437.00;9.50;806.50;0.80;1.26 +8714;3;433.50;9.50;820.50;1.38;1.26 +8714;4;405.50;9.50;826.50;4.47;1.26 +8714;5;418.00;9.50;837.00;3.28;1.26 +8714;9;408.66;9.50;823.00;1.57;1.26 +8714;10;431.34;9.50;823.00;-1.57;1.26 +8714;11;422.40;9.50;803.00;0.11;1.26 +8714;12;447.20;9.50;796.60;0.80;1.26 +8714;13;441.60;9.50;819.00;1.38;1.26 +8714;14;396.80;9.50;828.60;4.47;1.26 +8714;15;416.80;9.50;845.40;3.28;1.26 8714;21;408.66;9.50;823.00;1.57;1.26 +8715;0;745.00;9.50;575.00;0.00;1.02 +8715;1;760.00;9.50;563.50;0.91;1.02 +8715;2;746.50;9.50;565.50;0.15;1.02 +8715;3;761.00;9.50;573.50;1.47;1.02 +8715;4;729.00;9.50;567.50;-1.13;1.02 +8715;5;730.00;9.50;579.00;4.45;1.02 +8715;6;749.50;9.50;586.50;2.76;1.02 +8715;7;738.50;9.50;589.00;3.57;1.02 +8715;9;730.60;9.50;575.00;1.57;1.02 +8715;10;759.40;9.50;575.00;-1.57;1.02 +8715;11;769.00;9.50;556.60;0.91;1.02 +8715;12;747.40;9.50;559.80;0.15;1.02 +8715;13;770.60;9.50;572.60;1.47;1.02 +8715;14;719.40;9.50;563.00;-1.13;1.02 +8715;15;721.00;9.50;581.40;4.45;1.02 +8715;16;752.20;9.50;593.40;2.76;1.02 +8715;17;734.60;9.50;597.40;3.57;1.02 8715;21;730.60;9.50;575.00;1.57;1.02 +8716;0;2098.00;9.50;458.00;0.00;1.04 +8716;1;2091.00;9.50;452.00;-0.86;1.04 +8716;2;2102.50;9.50;444.00;0.31;1.04 +8716;3;2107.00;9.50;461.00;1.89;1.04 +8716;4;2085.50;9.50;466.00;4.14;1.04 +8716;5;2094.50;9.50;470.00;3.42;1.04 +8716;6;2100.00;9.50;472.50;3.00;1.04 +8716;9;2088.64;9.50;458.00;1.57;1.04 +8716;10;2107.36;9.50;458.00;-1.57;1.04 +8716;11;2086.80;9.50;448.40;-0.86;1.04 +8716;12;2105.20;9.50;435.60;0.31;1.04 +8716;13;2112.40;9.50;462.80;1.89;1.04 +8716;14;2078.00;9.50;470.80;4.14;1.04 +8716;15;2092.40;9.50;477.20;3.42;1.04 +8716;16;2101.20;9.50;481.20;3.00;1.04 8716;21;2088.64;9.50;458.00;1.57;1.04 +8717;0;2924.00;9.50;2030.00;0.00;0.88 +8717;1;2919.50;9.50;2021.50;-0.48;0.88 +8717;2;2942.00;9.50;2019.50;1.04;0.88 +8717;3;2950.50;9.50;2030.50;1.59;0.88 +8717;4;2900.00;9.50;2026.00;-1.40;0.88 +8717;5;2892.50;9.50;2032.50;4.63;0.88 +8717;9;2901.68;9.50;2030.00;1.57;0.88 +8717;10;2946.32;9.50;2030.00;-1.57;0.88 +8717;11;2916.80;9.50;2016.40;-0.48;0.88 +8717;12;2952.80;9.50;2013.20;1.04;0.88 +8717;13;2966.40;9.50;2030.80;1.59;0.88 +8717;14;2885.60;9.50;2023.60;-1.40;0.88 +8717;15;2873.60;9.50;2034.00;4.63;0.88 8717;21;2901.68;9.50;2030.00;1.57;0.88 +8718;0;2526.00;9.50;500.00;0.00;1.04 +8718;1;2520.00;9.50;493.50;-0.74;1.04 +8718;2;2533.00;9.50;490.00;0.61;1.04 +8718;3;2534.00;9.50;506.50;2.25;1.04 +8718;4;2512.00;9.50;503.00;4.50;1.04 +8718;5;2520.50;9.50;509.50;3.66;1.04 +8718;6;2530.50;9.50;516.00;2.86;1.04 +8718;9;2516.64;9.50;500.00;1.57;1.04 +8718;10;2535.36;9.50;500.00;-1.57;1.04 +8718;11;2516.40;9.50;489.60;-0.74;1.04 +8718;12;2537.20;9.50;484.00;0.61;1.04 +8718;13;2538.80;9.50;510.40;2.25;1.04 +8718;14;2503.60;9.50;504.80;4.50;1.04 +8718;15;2517.20;9.50;515.20;3.66;1.04 +8718;16;2533.20;9.50;525.60;2.86;1.04 8718;21;2516.64;9.50;500.00;1.57;1.04 +8719;0;1936.00;9.50;1873.00;0.00;2.14 +8719;1;1952.00;9.50;1847.50;0.56;2.14 +8719;2;1925.00;9.50;1865.50;-0.97;2.14 +8719;3;1948.50;9.50;1874.50;1.69;2.14 +8719;4;1918.00;9.50;1887.50;4.03;2.14 +8719;5;1935.00;9.50;1899.00;3.18;2.14 +8719;9;1916.74;9.50;1873.00;1.57;2.14 +8719;10;1955.26;9.50;1873.00;-1.57;2.14 +8719;11;1961.60;9.50;1832.20;0.56;2.14 +8719;12;1918.40;9.50;1861.00;-0.97;2.14 +8719;13;1956.00;9.50;1875.40;1.69;2.14 +8719;14;1907.20;9.50;1896.20;4.03;2.14 +8719;15;1934.40;9.50;1914.60;3.18;2.14 8719;21;1916.74;9.50;1873.00;1.57;2.14 +8720;0;655.00;9.50;371.00;0.00;1.34 +8720;1;634.00;9.50;355.50;-0.93;1.34 +8720;2;652.00;9.50;359.00;-0.24;1.34 +8720;3;633.50;9.50;356.50;-0.97;1.34 +8720;4;641.00;9.50;372.50;4.60;1.34 +8720;5;673.50;9.50;369.00;1.46;1.34 +8720;6;663.00;9.50;382.50;2.53;1.34 +8720;9;639.34;9.50;371.00;1.57;1.34 +8720;10;670.66;9.50;371.00;-1.57;1.34 +8720;11;621.40;9.50;346.20;-0.93;1.34 +8720;12;650.20;9.50;351.80;-0.24;1.34 +8720;13;620.60;9.50;347.80;-0.97;1.34 +8720;14;632.60;9.50;373.40;4.60;1.34 +8720;15;684.60;9.50;367.80;1.46;1.34 +8720;16;667.80;9.50;389.40;2.53;1.34 8720;21;639.34;9.50;371.00;1.57;1.34 +8721;0;4842.00;9.50;894.00;0.00;1.38 +8721;1;4838.00;9.50;880.50;-0.28;1.38 +8721;2;4852.00;9.50;881.00;0.65;1.38 +8721;3;4827.50;9.50;890.50;-1.33;1.38 +8721;4;4856.00;9.50;891.00;1.36;1.38 +8721;5;4836.00;9.50;907.50;3.56;1.38 +8721;6;4849.50;9.50;906.50;2.60;1.38 +8721;9;4829.58;9.50;894.00;1.57;1.38 +8721;10;4854.42;9.50;894.00;-1.57;1.38 +8721;11;4835.60;9.50;872.40;-0.28;1.38 +8721;12;4858.00;9.50;873.20;0.65;1.38 +8721;13;4818.80;9.50;888.40;-1.33;1.38 +8721;14;4864.40;9.50;889.20;1.36;1.38 +8721;15;4832.40;9.50;915.60;3.56;1.38 +8721;16;4854.00;9.50;914.00;2.60;1.38 8721;21;4829.58;9.50;894.00;1.57;1.38 +8722;0;4063.00;9.50;355.00;0.00;0.98 +8722;1;4066.50;9.50;343.00;0.28;0.98 +8722;2;4057.50;9.50;348.00;-0.66;0.98 +8722;3;4071.50;9.50;347.00;0.81;0.98 +8722;4;4068.00;9.50;361.00;2.44;0.98 +8722;5;4054.00;9.50;360.50;4.16;0.98 +8722;9;4053.64;9.50;355.00;1.57;0.98 +8722;10;4072.36;9.50;355.00;-1.57;0.98 +8722;11;4068.60;9.50;335.80;0.28;0.98 +8722;12;4054.20;9.50;343.80;-0.66;0.98 +8722;13;4076.60;9.50;342.20;0.81;0.98 +8722;14;4071.00;9.50;364.60;2.44;0.98 +8722;15;4048.60;9.50;363.80;4.16;0.98 8722;21;4053.64;9.50;355.00;1.57;0.98 +8723;0;2586.00;9.50;1416.00;0.00;1.56 +8723;1;2593.00;9.50;1403.50;0.51;1.56 +8723;2;2604.00;9.50;1398.50;0.79;1.56 +8723;3;2602.50;9.50;1407.50;1.09;1.56 +8723;4;2573.00;9.50;1419.50;4.44;1.56 +8723;5;2597.00;9.50;1417.50;1.70;1.56 +8723;6;2580.50;9.50;1427.00;3.60;1.56 +8723;7;2565.00;9.50;1428.50;4.17;1.56 +8723;8;2568.00;9.50;1432.50;3.97;1.56 +8723;9;2571.42;9.50;1416.00;1.57;1.56 +8723;10;2600.58;9.50;1416.00;-1.57;1.56 +8723;11;2597.20;9.50;1396.00;0.51;1.56 +8723;12;2614.80;9.50;1388.00;0.79;1.56 +8723;13;2612.40;9.50;1402.40;1.09;1.56 +8723;14;2565.20;9.50;1421.60;4.44;1.56 +8723;15;2603.60;9.50;1418.40;1.70;1.56 +8723;16;2577.20;9.50;1433.60;3.60;1.56 +8723;17;2552.40;9.50;1436.00;4.17;1.56 +8723;18;2557.20;9.50;1442.40;3.97;1.56 8723;21;2571.42;9.50;1416.00;1.57;1.56 +8724;0;5420.00;9.50;703.00;0.00;1.00 +8724;1;5405.00;9.50;697.00;-1.19;1.00 +8724;2;5419.00;9.50;692.50;-0.09;1.00 +8724;3;5433.00;9.50;696.50;1.10;1.00 +8724;4;5437.00;9.50;703.00;1.57;1.00 +8724;5;5403.50;9.50;707.00;4.47;1.00 +8724;6;5418.00;9.50;712.50;3.34;1.00 +8724;7;5435.50;9.50;712.00;2.09;1.00 +8724;9;5407.22;9.50;703.00;1.57;1.00 +8724;10;5432.78;9.50;703.00;-1.57;1.00 +8724;11;5396.00;9.50;693.40;-1.19;1.00 +8724;12;5418.40;9.50;686.20;-0.09;1.00 +8724;13;5440.80;9.50;692.60;1.10;1.00 +8724;14;5447.20;9.50;703.00;1.57;1.00 +8724;15;5393.60;9.50;709.40;4.47;1.00 +8724;16;5416.80;9.50;718.20;3.34;1.00 +8724;17;5444.80;9.50;717.40;2.09;1.00 8724;21;5407.22;9.50;703.00;1.57;1.00 +8725;0;5625.00;9.50;1423.00;0.00;0.26 +8725;1;5622.50;9.50;1408.00;-0.16;0.26 +8725;2;2812.50;9.90;1407.50;-1.56;0.26 +8725;3;2812.50;9.90;1425.50;4.71;0.26 +8725;4;5622.00;9.50;1429.50;3.57;0.26 +8725;5;2812.50;9.80;1442.50;4.70;0.26 +8725;6;5625.00;9.50;1444.50;3.14;0.26 +8725;9;5622.66;9.50;1423.00;1.57;0.26 +8725;10;5627.34;9.50;1423.00;-1.57;0.26 +8725;11;5621.00;9.50;1399.00;-0.16;0.26 +8725;12;1125.00;13.00;1398.20;-1.56;0.26 +8725;13;1125.00;15.22;1427.00;4.71;0.26 +8725;14;5620.20;9.50;1433.40;3.57;0.26 +8725;15;1125.00;16.27;1454.20;4.70;0.26 +8725;16;5625.00;9.50;1457.40;3.14;0.26 8725;21;5622.66;9.50;1423.00;1.57;0.26 +8726;0;5561.00;9.50;1732.00;0.00;1.28 +8726;1;5558.00;9.50;1719.50;-0.23;1.28 +8726;2;5545.50;9.50;1729.00;-1.38;1.28 +8726;3;5576.00;9.50;1726.00;1.19;1.28 +8726;4;5579.00;9.50;1736.50;1.81;1.28 +8726;5;5567.50;9.50;1744.00;2.64;1.28 +8726;9;5545.34;9.50;1732.00;1.57;1.28 +8726;10;5576.66;9.50;1732.00;-1.57;1.28 +8726;11;5556.20;9.50;1712.00;-0.23;1.28 +8726;12;5536.20;9.50;1727.20;-1.38;1.28 +8726;13;5585.00;9.50;1722.40;1.19;1.28 +8726;14;5589.80;9.50;1739.20;1.81;1.28 +8726;15;5571.40;9.50;1751.20;2.64;1.28 8726;21;5545.34;9.50;1732.00;1.57;1.28 +8727;0;4689.00;9.50;798.00;0.00;1.32 +8727;1;4695.50;9.50;786.00;0.49;1.32 +8727;2;4681.00;9.50;784.50;-0.53;1.32 +8727;3;4674.00;9.50;796.50;-1.47;1.32 +8727;4;4673.50;9.50;800.50;4.55;1.32 +8727;5;4703.00;9.50;801.00;1.78;1.32 +8727;6;4678.50;9.50;804.00;4.19;1.32 +8727;7;4705.50;9.50;803.50;1.89;1.32 +8727;8;4701.50;9.50;807.00;2.19;1.32 +8727;9;4677.12;9.50;798.00;1.57;1.32 +8727;10;4700.88;9.50;798.00;-1.57;1.32 +8727;11;4699.40;9.50;778.80;0.49;1.32 +8727;12;4676.20;9.50;776.40;-0.53;1.32 +8727;13;4665.00;9.50;795.60;-1.47;1.32 +8727;14;4664.20;9.50;802.00;4.55;1.32 +8727;15;4711.40;9.50;802.80;1.78;1.32 +8727;16;4672.20;9.50;807.60;4.19;1.32 +8727;17;4715.40;9.50;806.80;1.89;1.32 +8727;18;4709.00;9.50;812.40;2.19;1.32 8727;21;4677.12;9.50;798.00;1.57;1.32 +8728;0;4354.00;9.50;535.00;0.00;0.88 +8728;1;4363.50;9.50;517.50;0.49;0.88 +8728;2;4354.00;9.50;524.00;0.00;0.88 +8728;3;4363.50;9.50;530.00;1.08;0.88 +8728;4;4344.00;9.50;534.00;-1.47;0.88 +8728;5;4346.00;9.50;545.00;3.81;0.88 +8728;6;4363.50;9.50;542.00;2.20;0.88 +8728;7;4357.00;9.50;546.50;2.88;0.88 +8728;9;4346.08;9.50;535.00;1.57;0.88 +8728;10;4361.92;9.50;535.00;-1.57;0.88 +8728;11;4369.20;9.50;507.00;0.49;0.88 +8728;12;4354.00;9.50;517.40;0.00;0.88 +8728;13;4369.20;9.50;527.00;1.08;0.88 +8728;14;4338.00;9.50;533.40;-1.47;0.88 +8728;15;4341.20;9.50;551.00;3.81;0.88 +8728;16;4369.20;9.50;546.20;2.20;0.88 +8728;17;4358.80;9.50;553.40;2.88;0.88 8728;21;4346.08;9.50;535.00;1.57;0.88 +8729;0;4262.00;9.50;250.00;0.00;0.94 +8729;1;4260.00;9.50;238.50;-0.17;0.94 +8729;2;4271.00;9.50;239.00;0.68;0.94 +8729;3;4251.50;9.50;249.50;-1.52;0.94 +8729;4;4272.50;9.50;251.00;1.66;0.94 +8729;5;4261.00;9.50;260.50;3.23;0.94 +8729;9;4253.54;9.50;250.00;1.57;0.94 +8729;10;4270.46;9.50;250.00;-1.57;0.94 +8729;11;4258.80;9.50;231.60;-0.17;0.94 +8729;12;4276.40;9.50;232.40;0.68;0.94 +8729;13;4245.20;9.50;249.20;-1.52;0.94 +8729;14;4278.80;9.50;251.60;1.66;0.94 +8729;15;4260.40;9.50;266.80;3.23;0.94 8729;21;4253.54;9.50;250.00;1.57;0.94 +8730;0;4055.00;9.50;485.00;0.00;0.88 +8730;1;4059.00;9.50;472.50;0.31;0.88 +8730;2;4048.50;9.50;474.00;-0.53;0.88 +8730;3;4064.50;9.50;485.50;1.62;0.88 +8730;4;4047.50;9.50;490.50;4.08;0.88 +8730;5;4059.00;9.50;497.50;2.83;0.88 +8730;6;4052.00;9.50;500.50;3.33;0.88 +8730;9;4047.08;9.50;485.00;1.57;0.88 +8730;10;4062.92;9.50;485.00;-1.57;0.88 +8730;11;4061.40;9.50;465.00;0.31;0.88 +8730;12;4044.60;9.50;467.40;-0.53;0.88 +8730;13;4070.20;9.50;485.80;1.62;0.88 +8730;14;4043.00;9.50;493.80;4.08;0.88 +8730;15;4061.40;9.50;505.00;2.83;0.88 +8730;16;4050.20;9.50;509.80;3.33;0.88 8730;21;4047.08;9.50;485.00;1.57;0.88 +8731;0;2404.00;9.50;148.00;0.00;1.20 +8731;1;2397.50;9.50;133.50;-0.42;1.20 +8731;2;2388.50;9.50;140.50;-1.12;1.20 +8731;3;2411.50;9.50;137.50;0.62;1.20 +8731;4;2420.00;9.50;151.50;1.78;1.20 +8731;5;2395.00;9.50;156.00;3.98;1.20 +8731;6;2411.50;9.50;161.50;2.63;1.20 +8731;7;2418.00;9.50;162.00;2.35;1.20 +8731;9;2390.50;9.50;148.00;1.57;1.20 +8731;10;2417.50;9.50;148.00;-1.57;1.20 +8731;11;2393.60;9.50;124.80;-0.42;1.20 +8731;12;2379.20;9.50;136.00;-1.12;1.20 +8731;13;2416.00;9.50;131.20;0.62;1.20 +8731;14;2429.60;9.50;153.60;1.78;1.20 +8731;15;2389.60;9.50;160.80;3.98;1.20 +8731;16;2416.00;9.50;169.60;2.63;1.20 +8731;17;2426.40;9.50;170.40;2.35;1.20 8731;21;2390.50;9.50;148.00;1.57;1.20 +8732;0;2633.00;9.50;515.00;0.00;0.82 +8732;1;2631.50;9.50;505.50;-0.15;0.82 +8732;2;2641.00;9.50;505.50;0.70;0.82 +8732;3;2623.00;9.50;517.50;4.46;0.82 +8732;4;2643.00;9.50;517.00;1.76;0.82 +8732;5;2633.00;9.50;524.50;3.14;0.82 +8732;9;2625.62;9.50;515.00;1.57;0.82 +8732;10;2640.38;9.50;515.00;-1.57;0.82 +8732;11;2630.60;9.50;499.80;-0.15;0.82 +8732;12;2645.80;9.50;499.80;0.70;0.82 +8732;13;2617.00;9.50;519.00;4.46;0.82 +8732;14;2649.00;9.50;518.20;1.76;0.82 +8732;15;2633.00;9.50;530.20;3.14;0.82 8732;21;2625.62;9.50;515.00;1.57;0.82 +8733;0;2714.00;9.50;714.00;0.00;0.74 +8733;1;2707.50;9.50;706.00;-0.68;0.74 +8733;2;2724.00;9.50;710.00;1.19;0.74 +8733;3;2697.00;9.50;711.50;-1.42;0.74 +8733;4;2730.00;9.50;718.50;1.84;0.74 +8733;5;2700.50;9.50;716.50;4.52;0.74 +8733;6;2707.00;9.50;718.50;4.14;0.74 +8733;7;2723.50;9.50;723.00;2.32;0.74 +8733;9;2700.32;9.50;714.00;1.57;0.74 +8733;10;2727.68;9.50;714.00;-1.57;0.74 +8733;11;2703.60;9.50;701.20;-0.68;0.74 +8733;12;2730.00;9.50;707.60;1.19;0.74 +8733;13;2686.80;9.50;710.00;-1.42;0.74 +8733;14;2739.60;9.50;721.20;1.84;0.74 +8733;15;2692.40;9.50;718.00;4.52;0.74 +8733;16;2702.80;9.50;721.20;4.14;0.74 +8733;17;2729.20;9.50;728.40;2.32;0.74 8733;21;2700.32;9.50;714.00;1.57;0.74 +8734;0;2196.00;9.50;1423.00;0.00;1.12 +8734;1;2199.00;9.50;1407.50;0.19;1.12 +8734;2;2208.50;9.50;1403.50;0.57;1.12 +8734;3;2207.50;9.50;1417.50;1.12;1.12 +8734;4;2186.50;9.50;1418.50;-1.12;1.12 +8734;5;2182.00;9.50;1434.00;4.04;1.12 +8734;6;2194.00;9.50;1436.00;3.29;1.12 +8734;9;2185.92;9.50;1423.00;1.57;1.12 +8734;10;2206.08;9.50;1423.00;-1.57;1.12 +8734;11;2200.80;9.50;1398.20;0.19;1.12 +8734;12;2216.00;9.50;1391.80;0.57;1.12 +8734;13;2214.40;9.50;1414.20;1.12;1.12 +8734;14;2180.80;9.50;1415.80;-1.12;1.12 +8734;15;2173.60;9.50;1440.60;4.04;1.12 +8734;16;2192.80;9.50;1443.80;3.29;1.12 8734;21;2185.92;9.50;1423.00;1.57;1.12 +8735;0;2414.00;9.50;1852.00;0.00;1.40 +8735;1;2415.50;9.50;1835.00;0.08;1.40 +8735;2;2424.00;9.50;1840.50;0.71;1.40 +8735;3;2405.00;9.50;1845.00;-0.91;1.40 +8735;4;2424.50;9.50;1858.50;2.12;1.40 +8735;5;2405.50;9.50;1863.00;3.79;1.40 +8735;9;2400.50;9.50;1852.00;1.57;1.40 +8735;10;2427.50;9.50;1852.00;-1.57;1.40 +8735;11;2416.40;9.50;1824.80;0.08;1.40 +8735;12;2430.00;9.50;1833.60;0.71;1.40 +8735;13;2399.60;9.50;1840.80;-0.91;1.40 +8735;14;2430.80;9.50;1862.40;2.12;1.40 +8735;15;2400.40;9.50;1869.60;3.79;1.40 8735;21;2400.50;9.50;1852.00;1.57;1.40 +8736;0;1647.00;9.50;14.00;0.00;0.66 +8736;1;1632.50;9.50;15.00;4.64;0.66 +8736;2;1661.00;9.50;14.50;1.60;0.66 +8736;3;1635.00;9.50;23.50;4.04;0.66 +8736;4;1645.50;9.50;23.50;3.29;0.66 +8736;9;1633.68;9.50;14.00;1.57;0.66 +8736;10;1660.32;9.50;14.00;-1.57;0.66 +8736;11;1623.80;9.50;15.60;4.64;0.66 +8736;12;1669.40;9.50;14.80;1.60;0.66 +8736;13;1627.80;9.50;29.20;4.04;0.66 +8736;14;1644.60;9.50;29.20;3.29;0.66 8736;21;1633.68;9.50;14.00;1.57;0.66 +8737;0;218.00;9.50;399.00;0.00;1.32 +8737;1;210.50;9.50;386.50;-0.54;1.32 +8737;2;232.00;9.50;392.00;1.10;1.32 +8737;3;198.50;9.50;399.00;4.71;1.32 +8737;4;237.00;9.50;407.50;1.99;1.32 +8737;5;218.50;9.50;412.00;3.10;1.32 +8737;6;235.50;9.50;416.00;2.34;1.32 +8737;9;202.16;9.50;399.00;1.57;1.32 +8737;10;233.84;9.50;399.00;-1.57;1.32 +8737;11;206.00;9.50;379.00;-0.54;1.32 +8737;12;240.40;9.50;387.80;1.10;1.32 +8737;13;186.80;9.50;399.00;4.71;1.32 +8737;14;248.40;9.50;412.60;1.99;1.32 +8737;15;218.80;9.50;419.80;3.10;1.32 +8737;16;246.00;9.50;426.20;2.34;1.32 8737;21;202.16;9.50;399.00;1.57;1.32 +8738;0;131.00;9.50;1331.00;0.00;0.94 +8738;1;135.50;9.50;1318.50;0.34;0.94 +8738;2;117.50;9.50;1330.00;-1.49;0.94 +8738;3;126.00;9.50;1319.00;-0.39;0.94 +8738;4;145.50;9.50;1329.50;1.46;0.94 +8738;5;142.00;9.50;1340.00;2.25;0.94 +8738;6;126.50;9.50;1341.00;3.56;0.94 +8738;7;113.50;9.50;1342.50;4.13;0.94 +8738;9;118.76;9.50;1331.00;1.57;0.94 +8738;10;143.24;9.50;1331.00;-1.57;0.94 +8738;11;138.20;9.50;1311.00;0.34;0.94 +8738;12;109.40;9.50;1329.40;-1.49;0.94 +8738;13;123.00;9.50;1311.80;-0.39;0.94 +8738;14;154.20;9.50;1328.60;1.46;0.94 +8738;15;148.60;9.50;1345.40;2.25;0.94 +8738;16;123.80;9.50;1347.00;3.56;0.94 +8738;17;103.00;9.50;1349.40;4.13;0.94 8738;21;118.76;9.50;1331.00;1.57;0.94 +8739;0;317.00;9.50;1915.00;0.00;0.88 +8739;1;314.00;9.50;1911.00;-0.64;0.88 +8739;2;328.00;9.50;1908.50;1.03;0.88 +8739;3;326.00;9.50;1915.50;1.62;0.88 +8739;4;311.50;9.50;1923.50;3.71;0.88 +8739;9;306.38;9.50;1915.00;1.57;0.88 +8739;10;327.62;9.50;1915.00;-1.57;0.88 +8739;11;312.20;9.50;1908.60;-0.64;0.88 +8739;12;334.60;9.50;1904.60;1.03;0.88 +8739;13;331.40;9.50;1915.80;1.62;0.88 +8739;14;308.20;9.50;1928.60;3.71;0.88 8739;21;306.38;9.50;1915.00;1.57;0.88 +8740;0;410.00;9.50;781.00;0.00;1.20 +8740;1;400.50;9.50;774.00;-0.93;1.20 +8740;2;413.50;9.50;767.00;0.24;1.20 +8740;3;424.00;9.50;777.00;1.29;1.20 +8740;4;390.50;9.50;784.50;4.53;1.20 +8740;5;396.00;9.50;789.50;4.16;1.20 +8740;6;416.50;9.50;789.50;2.48;1.20 +8740;9;395.24;9.50;781.00;1.57;1.20 +8740;10;424.76;9.50;781.00;-1.57;1.20 +8740;11;394.80;9.50;769.80;-0.93;1.20 +8740;12;415.60;9.50;758.60;0.24;1.20 +8740;13;432.40;9.50;774.60;1.29;1.20 +8740;14;378.80;9.50;786.60;4.53;1.20 +8740;15;387.60;9.50;794.60;4.16;1.20 +8740;16;420.40;9.50;794.60;2.48;1.20 8740;21;395.24;9.50;781.00;1.57;1.20 +8741;0;811.00;9.50;573.00;0.00;0.94 +8741;1;810.00;9.50;562.00;-0.09;0.94 +8741;2;827.00;9.50;566.00;1.15;0.94 +8741;3;794.00;9.50;572.50;-1.54;0.94 +8741;4;830.00;9.50;574.00;1.62;0.94 +8741;5;824.50;9.50;581.00;2.10;0.94 +8741;6;806.00;9.50;584.00;3.56;0.94 +8741;9;797.68;9.50;573.00;1.57;0.94 +8741;10;824.32;9.50;573.00;-1.57;0.94 +8741;11;809.40;9.50;555.40;-0.09;0.94 +8741;12;836.60;9.50;561.80;1.15;0.94 +8741;13;783.80;9.50;572.20;-1.54;0.94 +8741;14;841.40;9.50;574.60;1.62;0.94 +8741;15;832.60;9.50;585.80;2.10;0.94 +8741;16;803.00;9.50;590.60;3.56;0.94 8741;21;797.68;9.50;573.00;1.57;0.94 +8742;0;3392.00;9.50;1014.00;0.00;1.08 +8742;1;3397.00;9.50;1001.00;0.36;1.08 +8742;2;3403.50;9.50;1007.50;1.05;1.08 +8742;3;3389.00;9.50;1002.50;-0.25;1.08 +8742;4;3382.50;9.50;1013.00;-1.46;1.08 +8742;5;3400.00;9.50;1021.00;2.29;1.08 +8742;6;3375.50;9.50;1022.00;4.26;1.08 +8742;7;3386.00;9.50;1025.50;3.62;1.08 +8742;9;3381.20;9.50;1014.00;1.57;1.08 +8742;10;3402.80;9.50;1014.00;-1.57;1.08 +8742;11;3400.00;9.50;993.20;0.36;1.08 +8742;12;3410.40;9.50;1003.60;1.05;1.08 +8742;13;3387.20;9.50;995.60;-0.25;1.08 +8742;14;3376.80;9.50;1012.40;-1.46;1.08 +8742;15;3404.80;9.50;1025.20;2.29;1.08 +8742;16;3365.60;9.50;1026.80;4.26;1.08 +8742;17;3382.40;9.50;1032.40;3.62;1.08 8742;21;3381.20;9.50;1014.00;1.57;1.08 +8743;0;2690.00;9.50;1981.00;0.00;1.42 +8743;1;2696.00;9.50;1963.00;0.32;1.42 +8743;2;2703.00;9.50;1979.00;1.41;1.42 +8743;3;2681.00;9.50;1968.00;-0.60;1.42 +8743;4;2675.00;9.50;1985.00;4.45;1.42 +8743;5;2684.00;9.50;1999.00;3.46;1.42 +8743;9;2677.22;9.50;1981.00;1.57;1.42 +8743;10;2702.78;9.50;1981.00;-1.57;1.42 +8743;11;2699.60;9.50;1952.20;0.32;1.42 +8743;12;2710.80;9.50;1977.80;1.41;1.42 +8743;13;2675.60;9.50;1960.20;-0.60;1.42 +8743;14;2666.00;9.50;1987.40;4.45;1.42 +8743;15;2680.40;9.50;2009.80;3.46;1.42 8743;21;2677.22;9.50;1981.00;1.57;1.42 +8744;0;2381.00;9.50;592.00;0.00;0.88 +8744;1;2383.50;9.50;580.00;0.20;0.88 +8744;2;2391.50;9.50;588.50;1.24;0.88 +8744;3;2372.00;9.50;589.00;-1.24;0.88 +8744;4;2383.50;9.50;602.00;2.89;0.88 +8744;5;2372.50;9.50;602.50;3.82;0.88 +8744;9;2373.08;9.50;592.00;1.57;0.88 +8744;10;2388.92;9.50;592.00;-1.57;0.88 +8744;11;2385.00;9.50;572.80;0.20;0.88 +8744;12;2397.80;9.50;586.40;1.24;0.88 +8744;13;2366.60;9.50;587.20;-1.24;0.88 +8744;14;2385.00;9.50;608.00;2.89;0.88 +8744;15;2367.40;9.50;608.80;3.82;0.88 8744;21;2373.08;9.50;592.00;1.57;0.88 +8745;0;1572.00;9.50;1962.00;0.00;0.88 +8745;1;1576.00;9.50;1954.00;0.46;0.88 +8745;2;1562.00;9.50;1958.50;-1.23;0.88 +8745;3;1582.00;9.50;1966.00;1.95;0.88 +8745;4;1555.00;9.50;1963.00;4.65;0.88 +8745;5;1564.50;9.50;1967.00;4.12;0.88 +8745;9;1560.66;9.50;1962.00;1.57;0.88 +8745;10;1583.34;9.50;1962.00;-1.57;0.88 +8745;11;1578.40;9.50;1949.20;0.46;0.88 +8745;12;1556.00;9.50;1956.40;-1.23;0.88 +8745;13;1588.00;9.50;1968.40;1.95;0.88 +8745;14;1544.80;9.50;1963.60;4.65;0.88 +8745;15;1560.00;9.50;1970.00;4.12;0.88 8745;21;1560.66;9.50;1962.00;1.57;0.88 +8746;0;1387.00;9.50;762.00;0.00;1.12 +8746;1;1380.00;9.50;750.00;-0.52;1.12 +8746;2;1397.00;9.50;753.50;0.86;1.12 +8746;3;1368.50;9.50;756.00;-1.25;1.12 +8746;4;1375.50;9.50;766.50;4.33;1.12 +8746;5;1402.00;9.50;767.50;1.92;1.12 +8746;6;1392.00;9.50;775.50;2.78;1.12 +8746;9;1374.76;9.50;762.00;1.57;1.12 +8746;10;1399.24;9.50;762.00;-1.57;1.12 +8746;11;1375.80;9.50;742.80;-0.52;1.12 +8746;12;1403.00;9.50;748.40;0.86;1.12 +8746;13;1357.40;9.50;752.40;-1.25;1.12 +8746;14;1368.60;9.50;769.20;4.33;1.12 +8746;15;1411.00;9.50;770.80;1.92;1.12 +8746;16;1395.00;9.50;783.60;2.78;1.12 8746;21;1374.76;9.50;762.00;1.57;1.12 +8747;0;4816.00;9.50;944.00;0.00;0.90 +8747;1;4811.50;9.50;927.50;-0.26;0.90 +8747;2;4823.00;9.50;932.50;0.54;0.90 +8747;3;4806.50;9.50;944.50;4.66;0.90 +8747;4;4829.00;9.50;941.00;1.34;0.90 +8747;5;4823.00;9.50;954.00;2.53;0.90 +8747;6;4811.50;9.50;962.00;3.38;0.90 +8747;9;4807.90;9.50;944.00;1.57;0.90 +8747;10;4824.10;9.50;944.00;-1.57;0.90 +8747;11;4808.80;9.50;917.60;-0.26;0.90 +8747;12;4827.20;9.50;925.60;0.54;0.90 +8747;13;4800.80;9.50;944.80;4.66;0.90 +8747;14;4836.80;9.50;939.20;1.34;0.90 +8747;15;4827.20;9.50;960.00;2.53;0.90 +8747;16;4808.80;9.50;972.80;3.38;0.90 8747;21;4807.90;9.50;944.00;1.57;0.90 +8748;0;3970.00;9.50;409.00;0.00;0.96 +8748;1;3973.00;9.50;399.00;0.29;0.96 +8748;2;3960.50;9.50;409.00;4.71;0.96 +8748;3;3980.50;9.50;410.00;1.66;0.96 +8748;4;3970.00;9.50;418.50;3.14;0.96 +8748;5;3960.00;9.50;421.00;3.83;0.96 +8748;9;3961.36;9.50;409.00;1.57;0.96 +8748;10;3978.64;9.50;409.00;-1.57;0.96 +8748;11;3974.80;9.50;393.00;0.29;0.96 +8748;12;3954.80;9.50;409.00;4.71;0.96 +8748;13;3986.80;9.50;410.60;1.66;0.96 +8748;14;3970.00;9.50;424.20;3.14;0.96 +8748;15;3954.00;9.50;428.20;3.83;0.96 8748;21;3961.36;9.50;409.00;1.57;0.96 +8749;0;2645.00;9.50;1341.00;0.00;0.64 +8749;1;2644.00;9.50;1336.50;-0.21;0.64 +8749;2;2656.50;9.50;1335.00;1.09;0.64 +8749;3;2657.50;9.50;1339.50;1.45;0.64 +8749;4;2631.50;9.50;1343.50;4.52;0.64 +8749;5;2657.00;9.50;1344.00;1.81;0.64 +8749;6;2645.50;9.50;1345.50;3.03;0.64 +8749;7;2633.00;9.50;1347.50;4.21;0.64 +8749;9;2635.64;9.50;1341.00;1.57;0.64 +8749;10;2654.36;9.50;1341.00;-1.57;0.64 +8749;11;2643.40;9.50;1333.80;-0.21;0.64 +8749;12;2663.40;9.50;1331.40;1.09;0.64 +8749;13;2665.00;9.50;1338.60;1.45;0.64 +8749;14;2623.40;9.50;1345.00;4.52;0.64 +8749;15;2664.20;9.50;1345.80;1.81;0.64 +8749;16;2645.80;9.50;1348.20;3.03;0.64 +8749;17;2625.80;9.50;1351.40;4.21;0.64 8749;21;2635.64;9.50;1341.00;1.57;0.64 +8750;0;5419.00;9.50;741.00;0.00;1.04 +8750;1;5417.50;9.50;731.50;-0.15;1.04 +8750;2;5406.00;9.50;741.00;4.71;1.04 +8750;3;5436.50;9.50;739.50;1.48;1.04 +8750;4;5435.50;9.50;744.00;1.75;1.04 +8750;5;5429.50;9.50;750.50;2.30;1.04 +8750;6;5416.50;9.50;754.00;3.33;1.04 +8750;7;5419.50;9.50;754.50;3.10;1.04 +8750;9;5405.14;9.50;741.00;1.57;1.04 +8750;10;5432.86;9.50;741.00;-1.57;1.04 +8750;11;5416.60;9.50;725.80;-0.15;1.04 +8750;12;5398.20;9.50;741.00;4.71;1.04 +8750;13;5447.00;9.50;738.60;1.48;1.04 +8750;14;5445.40;9.50;745.80;1.75;1.04 +8750;15;5435.80;9.50;756.20;2.30;1.04 +8750;16;5415.00;9.50;761.80;3.33;1.04 +8750;17;5419.80;9.50;762.60;3.10;1.04 8750;21;5405.14;9.50;741.00;1.57;1.04 +8751;0;4749.00;9.87;805.00;0.00;0.86 +8751;1;4743.00;9.50;795.00;-0.54;0.86 +8751;2;4748.00;9.50;793.50;-0.08;0.86 +8751;3;4751.00;9.50;797.00;0.24;0.86 +8751;4;4755.00;9.50;797.50;0.67;0.86 +8751;5;4757.00;9.50;798.00;0.85;0.86 +8751;6;4746.50;10.15;804.00;-1.19;0.86 +8751;7;4757.50;9.50;806.50;1.74;0.86 +8751;8;4739.00;9.50;801.00;-1.19;0.86 +8751;9;4741.26;10.00;805.00;1.57;0.86 +8751;10;4756.74;9.50;805.00;-1.57;0.86 +8751;11;4739.40;9.50;789.00;-0.54;0.86 +8751;12;4747.40;9.50;786.60;-0.08;0.86 +8751;13;4752.20;9.50;792.20;0.24;0.86 +8751;14;4758.60;9.50;793.00;0.67;0.86 +8751;15;4761.80;9.50;793.80;0.85;0.86 +8751;16;4745.00;10.19;803.40;-1.19;0.86 +8751;17;4762.60;9.50;807.40;1.74;0.86 +8751;18;4733.00;9.50;798.60;-1.19;0.86 8751;21;4741.26;10.00;805.00;1.57;0.86 +8752;0;4293.00;9.50;506.00;0.00;0.70 +8752;1;4303.00;9.50;496.50;0.81;0.70 +8752;2;4305.50;9.50;504.00;1.41;0.70 +8752;3;4291.00;9.50;498.50;-0.26;0.70 +8752;4;4281.50;9.50;504.50;-1.44;0.70 +8752;5;4281.50;9.50;512.50;4.19;0.70 +8752;6;4294.00;9.50;513.50;3.00;0.70 +8752;9;4284.00;9.50;506.00;1.57;0.70 +8752;10;4302.00;9.50;506.00;-1.57;0.70 +8752;11;4309.00;9.50;490.80;0.81;0.70 +8752;12;4313.00;9.50;502.80;1.41;0.70 +8752;13;4289.80;9.50;494.00;-0.26;0.70 +8752;14;4274.60;9.50;503.60;-1.44;0.70 +8752;15;4274.60;9.50;516.40;4.19;0.70 +8752;16;4294.60;9.50;518.00;3.00;0.70 8752;21;4284.00;9.50;506.00;1.57;0.70 +8753;0;4218.00;9.50;255.00;0.00;1.04 +8753;1;4219.50;9.50;243.00;0.12;1.04 +8753;2;4230.50;9.50;242.00;0.76;1.04 +8753;3;4229.50;9.50;252.00;1.31;1.04 +8753;4;4208.00;9.50;249.50;-1.06;1.04 +8753;5;4205.00;9.50;258.50;4.44;1.04 +8753;6;4225.50;9.50;265.00;2.49;1.04 +8753;7;4213.50;9.50;267.00;3.50;1.04 +8753;9;4208.64;9.50;255.00;1.57;1.04 +8753;10;4227.36;9.50;255.00;-1.57;1.04 +8753;11;4220.40;9.50;235.80;0.12;1.04 +8753;12;4238.00;9.50;234.20;0.76;1.04 +8753;13;4236.40;9.50;250.20;1.31;1.04 +8753;14;4202.00;9.50;246.20;-1.06;1.04 +8753;15;4197.20;9.50;260.60;4.44;1.04 +8753;16;4230.00;9.50;271.00;2.49;1.04 +8753;17;4210.80;9.50;274.20;3.50;1.04 8753;21;4208.64;9.50;255.00;1.57;1.04 +8754;0;4072.00;9.50;529.00;0.00;1.00 +8754;1;4067.50;9.50;519.50;-0.44;1.00 +8754;2;4079.50;9.50;519.00;0.64;1.00 +8754;3;4078.00;9.50;534.50;2.31;1.00 +8754;4;4063.50;9.50;535.50;4.06;1.00 +8754;5;4067.50;9.50;545.50;3.40;1.00 +8754;9;4063.00;9.50;529.00;1.57;1.00 +8754;10;4081.00;9.50;529.00;-1.57;1.00 +8754;11;4064.80;9.50;513.80;-0.44;1.00 +8754;12;4084.00;9.50;513.00;0.64;1.00 +8754;13;4081.60;9.50;537.80;2.31;1.00 +8754;14;4058.40;9.50;539.40;4.06;1.00 +8754;15;4064.80;9.50;555.40;3.40;1.00 8754;21;4063.00;9.50;529.00;1.57;1.00 +8755;0;2457.00;9.50;205.00;0.00;1.20 +8755;1;2444.50;9.50;190.50;-0.71;1.20 +8755;2;2459.50;9.50;194.00;0.22;1.20 +8755;3;2446.00;9.50;206.50;4.57;1.20 +8755;4;2472.00;9.50;205.50;1.60;1.20 +8755;5;2458.50;9.50;217.00;3.01;1.20 +8755;9;2446.20;9.50;205.00;1.57;1.20 +8755;10;2467.80;9.50;205.00;-1.57;1.20 +8755;11;2437.00;9.50;181.80;-0.71;1.20 +8755;12;2461.00;9.50;187.40;0.22;1.20 +8755;13;2439.40;9.50;207.40;4.57;1.20 +8755;14;2481.00;9.50;205.80;1.60;1.20 +8755;15;2459.40;9.50;224.20;3.01;1.20 8755;21;2446.20;9.50;205.00;1.57;1.20 +8756;0;2595.00;9.50;570.00;0.00;0.86 +8756;1;2595.50;9.50;560.50;0.05;0.86 +8756;2;2585.50;9.50;562.00;-0.87;0.86 +8756;3;2607.00;9.50;569.50;1.52;0.86 +8756;4;2584.50;9.50;572.50;4.47;0.86 +8756;5;2602.50;9.50;578.50;2.41;0.86 +8756;6;2612.50;9.50;577.50;1.97;0.86 +8756;7;2589.00;9.50;579.50;3.70;0.86 +8756;9;2584.56;9.50;570.00;1.57;0.86 +8756;10;2605.44;9.50;570.00;-1.57;0.86 +8756;11;2595.80;9.50;554.80;0.05;0.86 +8756;12;2579.80;9.50;557.20;-0.87;0.86 +8756;13;2614.20;9.50;569.20;1.52;0.86 +8756;14;2578.20;9.50;574.00;4.47;0.86 +8756;15;2607.00;9.50;583.60;2.41;0.86 +8756;16;2623.00;9.50;582.00;1.97;0.86 +8756;17;2585.40;9.50;585.20;3.70;0.86 8756;21;2584.56;9.50;570.00;1.57;0.86 +8757;0;2654.00;9.50;713.00;0.00;1.18 +8757;1;2649.50;9.50;702.50;-0.40;1.18 +8757;2;2661.50;9.50;702.00;0.59;1.18 +8757;3;2667.00;9.50;711.00;1.41;1.18 +8757;4;2644.00;9.50;719.50;4.13;1.18 +8757;5;2661.00;9.50;721.00;2.42;1.18 +8757;6;2650.50;9.50;729.00;3.35;1.18 +8757;9;2643.38;9.50;713.00;1.57;1.18 +8757;10;2664.62;9.50;713.00;-1.57;1.18 +8757;11;2646.80;9.50;696.20;-0.40;1.18 +8757;12;2666.00;9.50;695.40;0.59;1.18 +8757;13;2674.80;9.50;709.80;1.41;1.18 +8757;14;2638.00;9.50;723.40;4.13;1.18 +8757;15;2665.20;9.50;725.80;2.42;1.18 +8757;16;2648.40;9.50;738.60;3.35;1.18 8757;21;2643.38;9.50;713.00;1.57;1.18 +8758;0;2241.00;9.50;1415.00;0.00;0.96 +8758;1;2242.00;9.50;1400.00;0.06;0.96 +8758;2;2230.00;9.50;1413.50;-1.43;0.96 +8758;3;2251.50;9.50;1410.50;1.16;0.96 +8758;4;2249.50;9.50;1425.00;2.43;0.96 +8758;5;2229.50;9.50;1427.50;3.88;0.96 +8758;6;2239.50;9.50;1429.50;3.24;0.96 +8758;9;2232.36;9.50;1415.00;1.57;0.96 +8758;10;2249.64;9.50;1415.00;-1.57;0.96 +8758;11;2242.60;9.50;1391.00;0.06;0.96 +8758;12;2223.40;9.50;1412.60;-1.43;0.96 +8758;13;2257.80;9.50;1407.80;1.16;0.96 +8758;14;2254.60;9.50;1431.00;2.43;0.96 +8758;15;2222.60;9.50;1435.00;3.88;0.96 +8758;16;2238.60;9.50;1438.20;3.24;0.96 8758;21;2232.36;9.50;1415.00;1.57;0.96 +8759;0;2358.00;9.50;1940.00;0.00;1.46 +8759;1;2363.00;9.50;1927.00;0.36;1.46 +8759;2;2348.00;9.50;1919.50;-0.45;1.46 +8759;3;2344.00;9.50;1933.50;-1.13;1.46 +8759;4;2379.00;9.50;1930.50;1.14;1.46 +8759;5;2372.00;9.50;1946.00;1.97;1.46 +8759;6;2353.00;9.50;1954.50;3.47;1.46 +8759;9;2344.86;9.50;1940.00;1.57;1.46 +8759;10;2371.14;9.50;1940.00;-1.57;1.46 +8759;11;2366.00;9.50;1919.20;0.36;1.46 +8759;12;2342.00;9.50;1907.20;-0.45;1.46 +8759;13;2335.60;9.50;1929.60;-1.13;1.46 +8759;14;2391.60;9.50;1924.80;1.14;1.46 +8759;15;2380.40;9.50;1949.60;1.97;1.46 +8759;16;2350.00;9.50;1963.20;3.47;1.46 8759;21;2344.86;9.50;1940.00;1.57;1.46 +8760;0;1693.00;9.50;26.00;0.00;1.06 +8760;1;1684.00;9.50;20.50;-1.02;1.06 +8760;2;1705.50;9.50;22.50;1.29;1.06 +8760;3;1679.50;9.50;34.50;4.15;1.06 +8760;4;1703.50;9.50;35.00;2.27;1.06 +8760;5;1690.50;9.50;38.00;3.34;1.06 +8760;9;1681.84;9.50;26.00;1.57;1.06 +8760;10;1704.16;9.50;26.00;-1.57;1.06 +8760;11;1678.60;9.50;17.20;-1.02;1.06 +8760;12;1713.00;9.50;20.40;1.29;1.06 +8760;13;1671.40;9.50;39.60;4.15;1.06 +8760;14;1709.80;9.50;40.40;2.27;1.06 +8760;15;1689.00;9.50;45.20;3.34;1.06 8760;21;1681.84;9.50;26.00;1.57;1.06 +8761;0;295.00;9.50;410.00;0.00;1.16 +8761;1;295.50;9.50;398.50;0.04;1.16 +8761;2;314.50;9.50;396.00;0.94;1.16 +8761;3;315.50;9.50;403.50;1.26;1.16 +8761;4;275.50;9.50;413.00;4.56;1.16 +8761;5;305.00;9.50;418.00;2.24;1.16 +8761;6;284.50;9.50;423.50;3.80;1.16 +8761;9;280.60;9.50;410.00;1.57;1.16 +8761;10;309.40;9.50;410.00;-1.57;1.16 +8761;11;295.80;9.50;391.60;0.04;1.16 +8761;12;326.20;9.50;387.60;0.94;1.16 +8761;13;327.80;9.50;399.60;1.26;1.16 +8761;14;263.80;9.50;414.80;4.56;1.16 +8761;15;311.00;9.50;422.80;2.24;1.16 +8761;16;278.20;9.50;431.60;3.80;1.16 8761;21;280.60;9.50;410.00;1.57;1.16 +8762;0;112.00;9.50;1377.00;0.00;1.16 +8762;1;117.00;9.50;1364.00;0.36;1.16 +8762;2;126.00;9.50;1373.50;1.32;1.16 +8762;3;98.50;9.50;1376.00;-1.49;1.16 +8762;4;119.50;9.50;1387.50;2.52;1.16 +8762;5;105.00;9.50;1390.00;3.63;1.16 +8762;6;115.00;9.50;1392.50;2.95;1.16 +8762;9;100.30;9.50;1377.00;1.57;1.16 +8762;10;123.70;9.50;1377.00;-1.57;1.16 +8762;11;120.00;9.50;1356.20;0.36;1.16 +8762;12;134.40;9.50;1371.40;1.32;1.16 +8762;13;90.40;9.50;1375.40;-1.49;1.16 +8762;14;124.00;9.50;1393.80;2.52;1.16 +8762;15;100.80;9.50;1397.80;3.63;1.16 +8762;16;116.80;9.50;1401.80;2.95;1.16 8762;21;100.30;9.50;1377.00;1.57;1.16 +8763;0;405.00;9.50;1781.00;0.00;1.54 +8763;1;416.00;9.50;1765.50;0.61;1.54 +8763;2;419.00;9.50;1777.50;1.32;1.54 +8763;3;393.00;9.50;1778.00;-1.32;1.54 +8763;4;384.00;9.50;1788.00;4.39;1.54 +8763;5;391.50;9.50;1795.50;3.89;1.54 +8763;6;404.00;9.50;1796.00;3.20;1.54 +8763;7;397.50;9.50;1802.00;3.48;1.54 +8763;9;388.44;9.50;1781.00;1.57;1.54 +8763;10;421.56;9.50;1781.00;-1.57;1.54 +8763;11;422.60;9.50;1756.20;0.61;1.54 +8763;12;427.40;9.50;1775.40;1.32;1.54 +8763;13;385.80;9.50;1776.20;-1.32;1.54 +8763;14;371.40;9.50;1792.20;4.39;1.54 +8763;15;383.40;9.50;1804.20;3.89;1.54 +8763;16;403.40;9.50;1805.00;3.20;1.54 +8763;17;393.00;9.50;1814.60;3.48;1.54 8763;21;388.44;9.50;1781.00;1.57;1.54 +8764;0;317.00;9.50;858.00;0.00;1.16 +8764;1;319.50;9.50;843.50;0.17;1.16 +8764;2;327.50;9.50;848.50;0.83;1.16 +8764;3;306.50;9.50;852.50;-1.08;1.16 +8764;4;328.50;9.50;863.00;1.98;1.16 +8764;5;309.00;9.50;866.50;3.89;1.16 +8764;6;323.50;9.50;873.00;2.73;1.16 +8764;9;302.78;9.50;858.00;1.57;1.16 +8764;10;331.22;9.50;858.00;-1.57;1.16 +8764;11;321.00;9.50;834.80;0.17;1.16 +8764;12;333.80;9.50;842.80;0.83;1.16 +8764;13;300.20;9.50;849.20;-1.08;1.16 +8764;14;335.40;9.50;866.00;1.98;1.16 +8764;15;304.20;9.50;871.60;3.89;1.16 +8764;16;327.40;9.50;882.00;2.73;1.16 8764;21;302.78;9.50;858.00;1.57;1.16 +8765;0;734.00;9.50;635.00;0.00;1.48 +8765;1;722.50;9.50;623.00;-0.76;1.48 +8765;2;733.00;9.50;619.00;-0.06;1.48 +8765;3;742.00;9.50;626.00;0.72;1.48 +8765;4;722.50;9.50;638.00;4.45;1.48 +8765;5;746.00;9.50;645.00;2.26;1.48 +8765;6;737.50;9.50;652.00;2.93;1.48 +8765;9;720.14;9.50;635.00;1.57;1.48 +8765;10;747.86;9.50;635.00;-1.57;1.48 +8765;11;715.60;9.50;615.80;-0.76;1.48 +8765;12;732.40;9.50;609.40;-0.06;1.48 +8765;13;746.80;9.50;620.60;0.72;1.48 +8765;14;715.60;9.50;639.80;4.45;1.48 +8765;15;753.20;9.50;651.00;2.26;1.48 +8765;16;739.60;9.50;662.20;2.93;1.48 8765;21;720.14;9.50;635.00;1.57;1.48 +8766;0;3416.00;9.50;961.00;0.00;1.14 +8766;1;3412.00;9.50;949.00;-0.32;1.14 +8766;2;3424.50;9.50;949.00;0.61;1.14 +8766;3;3404.50;9.50;956.50;-1.19;1.14 +8766;4;3434.50;9.50;953.50;1.18;1.14 +8766;5;3430.50;9.50;960.50;1.53;1.14 +8766;6;3401.50;9.50;968.50;4.23;1.14 +8766;7;3421.50;9.50;969.50;2.56;1.14 +8766;8;3409.00;9.50;974.50;3.62;1.14 +8766;9;3403.76;9.50;961.00;1.57;1.14 +8766;10;3428.24;9.50;961.00;-1.57;1.14 +8766;11;3409.60;9.50;941.80;-0.32;1.14 +8766;12;3429.60;9.50;941.80;0.61;1.14 +8766;13;3397.60;9.50;953.80;-1.19;1.14 +8766;14;3445.60;9.50;949.00;1.18;1.14 +8766;15;3439.20;9.50;960.20;1.53;1.14 +8766;16;3392.80;9.50;973.00;4.23;1.14 +8766;17;3424.80;9.50;974.60;2.56;1.14 +8766;18;3404.80;9.50;982.60;3.62;1.14 8766;21;3403.76;9.50;961.00;1.57;1.14 +8767;0;2763.00;9.50;2033.00;0.00;0.60 +8767;1;2775.50;9.50;2026.00;1.06;0.60 +8767;2;2777.50;9.50;2033.00;1.57;0.60 +8767;3;2759.50;9.50;2027.00;-0.52;0.60 +8767;4;2747.00;9.50;2033.50;4.68;0.60 +8767;9;2746.98;9.50;2033.00;1.57;0.60 +8767;10;2779.02;9.50;2033.00;-1.57;0.60 +8767;11;2783.00;9.50;2021.80;1.06;0.60 +8767;12;2786.20;9.50;2033.00;1.57;0.60 +8767;13;2757.40;9.50;2023.40;-0.52;0.60 +8767;14;2737.40;9.50;2033.80;4.68;0.60 8767;21;2746.98;9.50;2033.00;1.57;0.60 +8768;0;1578.00;9.50;1894.00;0.00;1.38 +8768;1;1574.00;9.50;1869.50;-0.16;1.38 +8768;2;1568.00;9.50;1870.00;-0.39;1.38 +8768;3;1572.50;9.50;1885.00;-0.54;1.38 +8768;4;1563.50;9.50;1896.00;4.57;1.38 +8768;5;1566.50;9.50;1913.00;3.68;1.38 +8768;6;1579.00;9.50;1920.00;3.10;1.38 +8768;9;1565.58;9.50;1894.00;1.57;1.38 +8768;10;1590.42;9.50;1894.00;-1.57;1.38 +8768;11;1571.60;9.50;1854.80;-0.16;1.38 +8768;12;1562.00;9.50;1855.60;-0.39;1.38 +8768;13;1569.20;9.51;1879.60;-0.54;1.38 +8768;14;1554.80;9.50;1897.20;4.57;1.38 +8768;15;1559.60;9.50;1924.40;3.68;1.38 +8768;16;1579.60;9.50;1935.60;3.10;1.38 8768;21;1565.58;9.50;1894.00;1.57;1.38 +8769;0;880.00;9.50;385.00;0.00;1.16 +8769;1;880.50;9.50;372.50;0.04;1.16 +8769;2;892.50;9.50;370.50;0.71;1.16 +8769;3;895.00;9.50;381.50;1.34;1.16 +8769;4;865.50;9.50;386.00;4.64;1.16 +8769;5;879.00;9.50;395.50;3.23;1.16 +8769;6;861.00;9.50;398.00;4.11;1.16 +8769;9;867.04;9.50;385.00;1.57;1.16 +8769;10;892.96;9.50;385.00;-1.57;1.16 +8769;11;880.80;9.50;365.00;0.04;1.16 +8769;12;900.00;9.50;361.80;0.71;1.16 +8769;13;904.00;9.50;379.40;1.34;1.16 +8769;14;856.80;9.50;386.60;4.64;1.16 +8769;15;878.40;9.50;401.80;3.23;1.16 +8769;16;849.60;9.50;405.80;4.11;1.16 8769;21;867.04;9.50;385.00;1.57;1.16 +8770;0;4919.00;9.50;1057.00;0.00;1.38 +8770;1;4920.50;9.50;1039.50;0.08;1.38 +8770;2;4910.50;9.50;1044.00;-0.57;1.38 +8770;3;4927.00;9.50;1048.50;0.75;1.38 +8770;4;4907.50;9.50;1059.00;4.54;1.38 +8770;5;4934.00;9.50;1063.00;1.95;1.38 +8770;6;4926.50;9.50;1071.00;2.65;1.38 +8770;7;4915.50;9.50;1071.50;3.37;1.38 +8770;9;4906.58;9.50;1057.00;1.57;1.38 +8770;10;4931.42;9.50;1057.00;-1.57;1.38 +8770;11;4921.40;9.50;1029.00;0.08;1.38 +8770;12;4905.40;9.50;1036.20;-0.57;1.38 +8770;13;4931.80;9.50;1043.40;0.75;1.38 +8770;14;4900.60;9.50;1060.20;4.54;1.38 +8770;15;4943.00;9.50;1066.60;1.95;1.38 +8770;16;4931.00;9.50;1079.40;2.65;1.38 +8770;17;4913.40;9.50;1080.20;3.37;1.38 8770;21;4906.58;9.50;1057.00;1.57;1.38 +8771;0;4101.00;9.50;486.00;0.00;1.20 +8771;1;4095.50;9.50;475.50;-0.48;1.20 +8771;2;4110.50;9.50;477.50;0.84;1.20 +8771;3;4087.50;9.50;486.00;4.71;1.20 +8771;4;4109.00;9.50;493.50;2.32;1.20 +8771;5;4094.00;9.50;497.50;3.68;1.20 +8771;6;4101.00;9.50;502.50;3.14;1.20 +8771;9;4090.20;9.50;486.00;1.57;1.20 +8771;10;4111.80;9.50;486.00;-1.57;1.20 +8771;11;4092.20;9.50;469.20;-0.48;1.20 +8771;12;4116.20;9.50;472.40;0.84;1.20 +8771;13;4079.40;9.50;486.00;4.71;1.20 +8771;14;4113.80;9.50;498.00;2.32;1.20 +8771;15;4089.80;9.50;504.40;3.68;1.20 +8771;16;4101.00;9.50;512.40;3.14;1.20 8771;21;4090.20;9.50;486.00;1.57;1.20 +8772;0;2633.00;9.50;1263.00;0.00;0.82 +8772;1;2628.00;9.50;1254.00;-0.50;0.82 +8772;2;2617.50;9.50;1261.50;-1.47;0.82 +8772;3;2645.00;9.50;1257.00;1.10;0.82 +8772;4;2653.00;9.50;1262.50;1.54;0.82 +8772;5;2651.00;9.50;1267.00;1.78;0.82 +8772;6;2656.00;9.50;1266.00;1.70;0.82 +8772;7;2651.00;9.50;1270.00;1.94;0.82 +8772;8;2620.00;9.50;1272.00;4.10;0.82 +8772;9;2617.52;9.50;1263.00;1.57;0.82 +8772;10;2648.48;9.50;1263.00;-1.57;0.82 +8772;11;2625.00;9.50;1248.60;-0.50;0.82 +8772;12;2608.20;9.50;1260.60;-1.47;0.82 +8772;13;2652.20;9.50;1253.40;1.10;0.82 +8772;14;2665.00;9.50;1262.20;1.54;0.82 +8772;15;2661.80;9.50;1269.40;1.78;0.82 +8772;16;2669.80;9.50;1267.80;1.70;0.82 +8772;17;2661.80;9.50;1274.20;1.94;0.82 +8772;18;2612.20;9.50;1277.40;4.10;0.82 8772;21;2617.52;9.50;1263.00;1.57;0.82 +8773;0;5370.00;9.50;740.00;0.00;1.26 +8773;1;5366.50;9.50;725.50;-0.23;1.26 +8773;2;5378.50;9.50;725.50;0.53;1.26 +8773;3;5354.50;9.50;726.50;-0.85;1.26 +8773;4;5359.50;9.50;744.00;4.34;1.26 +8773;5;5357.00;9.50;729.50;-0.89;1.26 +8773;6;5381.50;9.50;740.50;1.61;1.26 +8773;7;5376.50;9.50;754.00;2.70;1.26 +8773;9;5357.40;9.50;740.00;1.57;1.26 +8773;10;5382.60;9.50;740.00;-1.57;1.26 +8773;11;5364.40;9.50;716.80;-0.23;1.26 +8773;12;5383.60;9.50;716.80;0.53;1.26 +8773;13;5345.20;9.50;718.40;-0.85;1.26 +8773;14;5353.20;9.50;746.40;4.34;1.26 +8773;15;5349.20;9.50;723.20;-0.89;1.26 +8773;16;5388.40;9.50;740.80;1.61;1.26 +8773;17;5380.40;9.50;762.40;2.70;1.26 8773;21;5357.40;9.50;740.00;1.57;1.26 +8774;0;4663.00;9.50;755.00;0.00;1.16 +8774;1;4672.00;9.50;744.00;0.68;1.16 +8774;2;4662.00;9.50;744.00;-0.09;1.16 +8774;3;4655.50;9.50;747.00;-0.75;1.16 +8774;4;4679.00;9.50;747.00;1.10;1.16 +8774;5;4675.00;9.50;750.50;1.21;1.16 +8774;6;4676.50;9.50;750.50;1.24;1.16 +8774;7;4652.00;9.50;751.50;-1.26;1.16 +8774;8;4668.00;9.50;763.00;2.58;1.16 +8774;9;4652.56;9.50;755.00;1.57;1.16 +8774;10;4673.44;9.50;755.00;-1.57;1.16 +8774;11;4677.40;9.50;737.40;0.68;1.16 +8774;12;4661.40;9.50;737.40;-0.09;1.16 +8774;13;4651.00;9.50;742.20;-0.75;1.16 +8774;14;4688.60;9.50;742.20;1.10;1.16 +8774;15;4682.20;9.50;747.80;1.21;1.16 +8774;16;4684.60;9.50;747.80;1.24;1.16 +8774;17;4645.40;9.50;749.40;-1.26;1.16 +8774;18;4671.00;9.50;767.80;2.58;1.16 8774;21;4652.56;9.50;755.00;1.57;1.16 +8775;0;4303.00;9.50;536.00;0.00;0.90 +8775;1;4315.50;9.50;527.50;0.97;0.90 +8775;2;4299.00;9.50;528.50;-0.49;0.90 +8775;3;4289.50;9.50;537.00;4.63;0.90 +8775;4;4318.50;9.50;534.50;1.47;0.90 +8775;5;4307.00;9.50;543.50;2.65;0.90 +8775;6;4294.50;9.50;546.50;3.82;0.90 +8775;7;4297.00;9.50;548.50;3.58;0.90 +8775;9;4291.12;9.50;536.00;1.57;0.90 +8775;10;4314.88;9.50;536.00;-1.57;0.90 +8775;11;4323.00;9.50;522.40;0.97;0.90 +8775;12;4296.60;9.50;524.00;-0.49;0.90 +8775;13;4281.40;9.50;537.60;4.63;0.90 +8775;14;4327.80;9.50;533.60;1.47;0.90 +8775;15;4309.40;9.50;548.00;2.65;0.90 +8775;16;4289.40;9.50;552.80;3.82;0.90 +8775;17;4293.40;9.50;556.00;3.58;0.90 8775;21;4291.12;9.50;536.00;1.57;0.90 +8776;0;4205.00;9.50;302.00;0.00;1.08 +8776;1;4207.00;9.50;290.50;0.17;1.08 +8776;2;4195.50;9.50;293.50;-0.84;1.08 +8776;3;4217.00;9.50;296.00;1.10;1.08 +8776;4;4213.00;9.50;308.50;2.25;1.08 +8776;5;4193.00;9.50;306.00;4.39;1.08 +8776;6;4198.50;9.50;313.00;3.67;1.08 +8776;9;4195.28;9.50;302.00;1.57;1.08 +8776;10;4214.72;9.50;302.00;-1.57;1.08 +8776;11;4208.20;9.50;283.60;0.17;1.08 +8776;12;4189.80;9.50;288.40;-0.84;1.08 +8776;13;4224.20;9.50;292.40;1.10;1.08 +8776;14;4217.80;9.50;312.40;2.25;1.08 +8776;15;4185.80;9.50;308.40;4.39;1.08 +8776;16;4194.60;9.50;319.60;3.67;1.08 8776;21;4195.28;9.50;302.00;1.57;1.08 +8777;0;4040.00;9.50;549.00;0.00;0.76 +8777;1;4037.00;9.50;533.50;-0.19;0.76 +8777;2;4044.50;9.50;532.50;0.26;0.76 +8777;3;4047.50;9.50;545.50;1.13;0.76 +8777;4;4031.50;9.50;545.50;-1.18;0.76 +8777;5;4036.00;9.50;562.00;3.44;0.76 +8777;6;4045.50;9.50;563.50;2.77;0.76 +8777;9;4033.16;9.50;549.00;1.57;0.76 +8777;10;4046.84;9.50;549.00;-1.57;0.76 +8777;11;4035.20;9.50;524.20;-0.19;0.76 +8777;12;4047.20;9.50;522.60;0.26;0.76 +8777;13;4052.00;9.50;543.40;1.13;0.76 +8777;14;4026.40;9.50;543.40;-1.18;0.76 +8777;15;4033.60;9.50;569.80;3.44;0.76 +8777;16;4048.80;9.50;572.20;2.77;0.76 8777;21;4033.16;9.50;549.00;1.57;0.76 +8778;0;2338.00;9.50;117.00;0.00;1.32 +8778;1;2330.00;9.50;99.00;-0.41;1.32 +8778;2;2338.00;9.50;103.50;0.00;1.32 +8778;3;2323.00;9.50;107.00;-0.98;1.32 +8778;4;2354.00;9.50;113.00;1.32;1.32 +8778;5;2323.00;9.50;121.50;4.42;1.32 +8778;6;2355.50;9.50;125.00;2.00;1.32 +8778;7;2340.50;9.50;129.50;2.94;1.32 +8778;8;2351.00;9.50;132.00;2.42;1.32 +8778;9;2321.80;9.50;117.00;1.57;1.32 +8778;10;2354.20;9.50;117.00;-1.57;1.32 +8778;11;2325.20;9.50;88.20;-0.41;1.32 +8778;12;2338.00;9.50;95.40;0.00;1.32 +8778;13;2314.00;9.50;101.00;-0.98;1.32 +8778;14;2363.60;9.50;110.60;1.32;1.32 +8778;15;2314.00;9.50;124.20;4.42;1.32 +8778;16;2366.00;9.50;129.80;2.00;1.32 +8778;17;2342.00;9.50;137.00;2.94;1.32 +8778;18;2358.80;9.50;141.00;2.42;1.32 8778;21;2321.80;9.50;117.00;1.57;1.32 +8779;0;2544.00;9.50;574.00;0.00;0.84 +8779;1;2532.00;9.50;571.00;-1.32;0.84 +8779;2;2547.00;9.50;565.00;0.32;0.84 +8779;3;2559.00;9.50;574.50;1.60;0.84 +8779;4;2555.50;9.50;573.00;1.48;0.84 +8779;5;2533.50;9.50;582.00;4.06;0.84 +8779;6;2549.50;9.50;582.50;2.56;0.84 +8779;9;2532.66;9.50;574.00;1.57;0.84 +8779;10;2555.34;9.50;574.00;-1.57;0.84 +8779;11;2524.80;9.50;569.20;-1.32;0.84 +8779;12;2548.80;9.50;559.60;0.32;0.84 +8779;13;2568.00;9.60;574.80;1.60;0.84 +8779;14;2562.40;9.50;572.40;1.48;0.84 +8779;15;2527.20;9.50;586.80;4.06;0.84 +8779;16;2552.80;9.50;587.60;2.56;0.84 8779;21;2532.66;9.50;574.00;1.57;0.84 +8780;0;2581.00;9.50;762.00;0.00;1.18 +8780;1;2573.50;9.50;752.00;-0.64;1.18 +8780;2;2590.50;9.50;755.00;0.93;1.18 +8780;3;2566.00;9.50;763.50;4.61;1.18 +8780;4;2595.50;9.50;766.50;1.87;1.18 +8780;5;2577.50;9.50;772.50;3.46;1.18 +8780;6;2591.00;9.50;773.00;2.40;1.18 +8780;9;2568.76;9.50;762.00;1.57;1.18 +8780;10;2593.24;9.50;762.00;-1.57;1.18 +8780;11;2569.00;9.50;746.00;-0.64;1.18 +8780;12;2596.20;9.50;750.80;0.93;1.18 +8780;13;2557.00;9.50;764.40;4.61;1.18 +8780;14;2604.20;9.50;769.20;1.87;1.18 +8780;15;2575.40;9.50;778.80;3.46;1.18 +8780;16;2597.00;9.50;779.60;2.40;1.18 8780;21;2568.76;9.50;762.00;1.57;1.18 +8781;0;2145.00;9.50;1478.00;0.00;0.98 +8781;1;2146.00;9.50;1462.00;0.06;0.98 +8781;2;2156.50;9.50;1461.50;0.60;0.98 +8781;3;2155.00;9.50;1476.00;1.37;0.98 +8781;4;2136.00;9.50;1472.00;-0.98;0.98 +8781;5;2134.00;9.50;1485.50;4.11;0.98 +8781;6;2144.50;9.50;1493.00;3.17;0.98 +8781;7;2134.00;9.50;1500.50;3.59;0.98 +8781;9;2136.18;9.50;1478.00;1.57;0.98 +8781;10;2153.82;9.50;1478.00;-1.57;0.98 +8781;11;2146.60;9.50;1452.40;0.06;0.98 +8781;12;2163.40;9.50;1451.60;0.60;0.98 +8781;13;2161.00;9.50;1474.80;1.37;0.98 +8781;14;2130.60;9.50;1468.40;-0.98;0.98 +8781;15;2127.40;9.50;1490.00;4.11;0.98 +8781;16;2144.20;9.50;1502.00;3.17;0.98 +8781;17;2127.40;9.50;1514.00;3.59;0.98 8781;21;2136.18;9.50;1478.00;1.57;0.98 +8782;0;2294.00;9.50;1931.00;0.00;1.44 +8782;1;2301.50;9.50;1915.50;0.45;1.44 +8782;2;2276.50;9.50;1923.00;-1.14;1.44 +8782;3;2312.00;9.50;1929.00;1.46;1.44 +8782;4;2281.50;9.50;1941.00;4.03;1.44 +8782;5;2303.00;9.50;1947.50;2.64;1.44 +8782;9;2276.54;9.50;1931.00;1.57;1.44 +8782;10;2311.46;9.50;1931.00;-1.57;1.44 +8782;11;2306.00;9.50;1906.20;0.45;1.44 +8782;12;2266.00;9.50;1918.20;-1.14;1.44 +8782;13;2322.80;9.50;1927.80;1.46;1.44 +8782;14;2274.00;9.50;1947.00;4.03;1.44 +8782;15;2308.40;9.50;1957.40;2.64;1.44 8782;21;2276.54;9.50;1931.00;1.57;1.44 +8783;0;247.00;9.50;294.00;0.00;1.20 +8783;1;249.00;9.50;279.00;0.13;1.20 +8783;2;240.00;9.50;280.50;-0.47;1.20 +8783;3;259.00;9.50;293.00;1.48;1.20 +8783;4;235.00;9.50;295.00;4.62;1.20 +8783;5;263.50;9.50;305.00;2.15;1.20 +8783;6;247.50;9.50;306.00;3.10;1.20 +8783;9;235.84;9.50;294.00;1.57;1.20 +8783;10;258.16;9.50;294.00;-1.57;1.20 +8783;11;250.20;9.50;270.00;0.13;1.20 +8783;12;235.80;9.50;272.40;-0.47;1.20 +8783;13;266.20;9.50;292.40;1.48;1.20 +8783;14;227.80;9.50;295.60;4.62;1.20 +8783;15;273.40;9.50;311.60;2.15;1.20 +8783;16;247.80;9.50;313.20;3.10;1.20 8783;21;235.84;9.50;294.00;1.57;1.20 +8784;0;176.00;9.50;1368.00;0.00;0.80 +8784;1;164.50;9.50;1358.50;-0.88;0.80 +8784;2;184.50;9.50;1359.50;0.78;0.80 +8784;3;158.00;9.50;1369.00;4.65;0.80 +8784;4;200.00;9.50;1365.00;1.44;0.80 +8784;5;188.50;9.50;1373.50;1.98;0.80 +8784;6;167.00;9.50;1378.00;3.87;0.80 +8784;9;160.16;9.50;1368.00;1.57;0.80 +8784;10;191.84;9.50;1368.00;-1.57;0.80 +8784;11;157.60;9.50;1352.80;-0.88;0.80 +8784;12;189.60;9.50;1354.40;0.78;0.80 +8784;13;147.20;9.50;1369.60;4.65;0.80 +8784;14;214.40;9.50;1363.20;1.44;0.80 +8784;15;196.00;9.50;1376.80;1.98;0.80 +8784;16;161.60;9.50;1384.00;3.87;0.80 8784;21;160.16;9.50;1368.00;1.57;0.80 +8785;0;468.00;9.50;1769.00;0.00;1.36 +8785;1;463.50;9.50;1754.00;-0.29;1.36 +8785;2;476.00;9.50;1754.50;0.50;1.36 +8785;3;450.50;9.50;1771.50;4.57;1.36 +8785;4;488.00;9.50;1760.00;1.14;1.36 +8785;5;485.00;9.50;1770.50;1.65;1.36 +8785;6;460.00;9.50;1782.50;3.67;1.36 +8785;9;449.64;9.50;1769.00;1.57;1.36 +8785;10;486.36;9.50;1769.00;-1.57;1.36 +8785;11;460.80;9.50;1745.00;-0.29;1.36 +8785;12;480.80;9.50;1745.80;0.50;1.36 +8785;13;440.00;9.50;1773.00;4.57;1.36 +8785;14;500.00;9.50;1754.60;1.14;1.36 +8785;15;495.20;9.50;1771.40;1.65;1.36 +8785;16;455.20;9.50;1790.60;3.67;1.36 8785;21;449.64;9.50;1769.00;1.57;1.36 +8786;0;285.00;9.50;895.00;0.00;1.38 +8786;1;278.50;9.50;879.50;-0.39;1.38 +8786;2;293.00;9.50;885.00;0.67;1.38 +8786;3;270.00;9.50;886.00;-1.03;1.38 +8786;4;299.00;9.50;902.50;2.06;1.38 +8786;5;276.00;9.50;903.50;3.95;1.38 +8786;6;290.00;9.50;914.50;2.89;1.38 +8786;9;268.98;9.50;895.00;1.57;1.38 +8786;10;301.02;9.50;895.00;-1.57;1.38 +8786;11;274.60;9.50;870.20;-0.39;1.38 +8786;12;297.80;9.50;879.00;0.67;1.38 +8786;13;261.00;9.50;880.60;-1.03;1.38 +8786;14;307.40;9.50;907.00;2.06;1.38 +8786;15;270.60;9.50;908.60;3.95;1.38 +8786;16;293.00;9.50;926.20;2.89;1.38 8786;21;268.98;9.50;895.00;1.57;1.38 +8787;0;782.00;9.50;669.00;0.00;1.22 +8787;1;782.50;9.50;654.00;0.03;1.22 +8787;2;770.00;9.50;662.00;-1.04;1.22 +8787;3;793.00;9.50;672.50;1.87;1.22 +8787;4;766.00;9.50;673.50;4.43;1.22 +8787;5;781.50;9.50;680.50;3.18;1.22 +8787;9;771.02;9.50;669.00;1.57;1.22 +8787;10;792.98;9.50;669.00;-1.57;1.22 +8787;11;782.80;9.50;645.00;0.03;1.22 +8787;12;762.80;9.50;657.80;-1.04;1.22 +8787;13;799.60;9.50;674.60;1.87;1.22 +8787;14;756.40;9.50;676.20;4.43;1.22 +8787;15;781.20;9.50;687.40;3.18;1.22 8787;21;771.02;9.50;669.00;1.57;1.22 +8788;0;3621.00;9.50;870.00;0.00;1.30 +8788;1;3626.00;9.50;858.00;0.39;1.30 +8788;2;3612.50;9.50;854.50;-0.50;1.30 +8788;3;3608.50;9.50;867.00;-1.33;1.30 +8788;4;3633.50;9.50;860.50;0.92;1.30 +8788;5;3637.00;9.50;867.00;1.38;1.30 +8788;6;3627.50;9.50;880.50;2.58;1.30 +8788;7;3609.00;9.50;880.50;3.99;1.30 +8788;8;3617.50;9.50;883.50;3.39;1.30 +8788;9;3609.30;9.50;870.00;1.57;1.30 +8788;10;3632.70;9.50;870.00;-1.57;1.30 +8788;11;3629.00;9.50;850.80;0.39;1.30 +8788;12;3607.40;9.50;845.20;-0.50;1.30 +8788;13;3601.00;9.50;865.20;-1.33;1.30 +8788;14;3641.00;9.50;854.80;0.92;1.30 +8788;15;3646.60;9.50;865.20;1.38;1.30 +8788;16;3631.40;9.50;886.80;2.58;1.30 +8788;17;3601.80;9.50;886.80;3.99;1.30 +8788;18;3615.40;9.50;891.60;3.39;1.30 8788;21;3609.30;9.50;870.00;1.57;1.30 +8789;0;2854.00;9.50;1996.00;0.00;1.20 +8789;1;2849.00;9.50;1980.00;-0.30;1.20 +8789;2;2840.50;9.50;1992.50;-1.31;1.20 +8789;3;2860.00;9.50;1982.50;0.41;1.20 +8789;4;2869.00;9.50;1996.50;1.60;1.20 +8789;5;2848.00;9.50;2007.50;3.62;1.20 +8789;6;2865.00;9.50;2009.00;2.43;1.20 +8789;9;2841.76;9.50;1996.00;1.57;1.20 +8789;10;2866.24;9.50;1996.00;-1.57;1.20 +8789;11;2846.00;9.50;1970.40;-0.30;1.20 +8789;12;2832.40;9.50;1990.40;-1.31;1.20 +8789;13;2863.60;9.50;1974.40;0.41;1.20 +8789;14;2878.00;9.50;1996.80;1.60;1.20 +8789;15;2844.40;9.50;2014.40;3.62;1.20 +8789;16;2871.60;9.50;2016.80;2.43;1.20 8789;21;2841.76;9.50;1996.00;1.57;1.20 +8790;0;941.00;9.50;152.00;0.00;1.38 +8790;1;931.50;9.50;136.50;-0.55;1.38 +8790;2;948.00;9.50;135.50;0.40;1.38 +8790;3;957.00;9.50;139.50;0.90;1.38 +8790;4;957.50;9.50;151.50;1.54;1.38 +8790;5;924.50;9.50;150.50;-1.48;1.38 +8790;6;927.50;9.50;165.50;3.92;1.38 +8790;7;944.50;9.50;168.00;2.92;1.38 +8790;9;928.58;9.50;152.00;1.57;1.38 +8790;10;953.42;9.50;152.00;-1.57;1.38 +8790;11;925.80;9.50;127.20;-0.55;1.38 +8790;12;952.20;9.50;125.60;0.40;1.38 +8790;13;966.60;9.50;132.00;0.90;1.38 +8790;14;967.40;9.50;151.20;1.54;1.38 +8790;15;914.60;9.50;149.60;-1.48;1.38 +8790;16;919.40;9.50;173.60;3.92;1.38 +8790;17;946.60;9.50;177.60;2.92;1.38 8790;21;928.58;9.50;152.00;1.57;1.38 +8791;0;4890.00;9.50;1185.00;0.00;1.34 +8791;1;4881.00;9.50;1171.00;-0.57;1.34 +8791;2;4895.00;9.50;1171.00;0.34;1.34 +8791;3;4874.00;9.50;1181.50;-1.35;1.34 +8791;4;4905.50;9.50;1187.50;1.73;1.34 +8791;5;4874.50;9.50;1184.00;-1.50;1.34 +8791;6;4876.50;9.50;1189.00;4.42;1.34 +8791;7;4884.00;9.50;1188.50;4.18;1.34 +8791;8;4881.50;9.50;1194.00;3.89;1.34 +8791;9;4877.94;9.50;1185.00;1.57;1.34 +8791;10;4902.06;9.50;1185.00;-1.57;1.34 +8791;11;4875.60;9.50;1162.60;-0.57;1.34 +8791;12;4898.00;9.50;1162.60;0.34;1.34 +8791;13;4864.40;9.50;1179.40;-1.35;1.34 +8791;14;4914.80;9.50;1189.00;1.73;1.34 +8791;15;4865.20;9.50;1183.40;-1.50;1.34 +8791;16;4868.40;9.50;1191.40;4.42;1.34 +8791;17;4880.40;9.50;1190.60;4.18;1.34 +8791;18;4876.40;11.53;1199.40;3.89;1.34 8791;21;4877.94;9.50;1185.00;1.57;1.34 +8792;0;4129.00;9.50;513.00;0.00;1.12 +8792;1;4131.00;9.50;498.50;0.13;1.12 +8792;2;4123.00;9.50;507.00;-0.78;1.12 +8792;3;4137.50;9.50;506.50;0.91;1.12 +8792;4;4136.00;9.50;519.00;2.27;1.12 +8792;5;4122.00;9.50;521.50;3.83;1.12 +8792;6;4129.50;9.50;527.00;3.10;1.12 +8792;9;4118.92;9.50;513.00;1.57;1.12 +8792;10;4139.08;9.50;513.00;-1.57;1.12 +8792;11;4132.20;9.50;489.80;0.13;1.12 +8792;12;4119.40;9.50;503.40;-0.78;1.12 +8792;13;4142.60;9.50;502.60;0.91;1.12 +8792;14;4140.20;9.50;522.60;2.27;1.12 +8792;15;4117.80;9.50;526.60;3.83;1.12 +8792;16;4129.80;9.50;535.40;3.10;1.12 8792;21;4118.92;9.50;513.00;1.57;1.12 +8793;0;2769.00;9.50;1248.00;0.00;0.68 +8793;1;2771.50;9.50;1240.00;0.30;0.68 +8793;2;2766.00;9.50;1241.00;-0.40;0.68 +8793;3;2776.00;9.50;1242.50;0.90;0.68 +8793;4;2762.00;9.50;1249.00;4.57;0.68 +8793;5;2775.50;9.50;1251.50;2.06;0.68 +8793;6;2764.50;9.50;1255.50;3.68;0.68 +8793;7;2761.50;9.50;1255.00;3.96;0.68 +8793;8;2769.50;9.50;1255.50;3.07;0.68 +8793;9;2762.88;9.50;1248.00;1.57;0.68 +8793;10;2775.12;9.50;1248.00;-1.57;0.68 +8793;11;2773.00;9.50;1235.20;0.30;0.68 +8793;12;2764.20;9.50;1236.80;-0.40;0.68 +8793;13;2780.20;9.50;1239.20;0.90;0.68 +8793;14;2757.80;9.50;1249.60;4.57;0.68 +8793;15;2779.40;9.50;1253.60;2.06;0.68 +8793;16;2761.80;9.50;1260.00;3.68;0.68 +8793;17;2757.00;9.50;1259.20;3.96;0.68 +8793;18;2769.80;9.50;1260.00;3.07;0.68 8793;21;2762.88;9.50;1248.00;1.57;0.68 +8794;0;5357.00;9.50;687.00;0.00;0.98 +8794;1;5356.50;9.50;678.00;-0.05;0.98 +8794;2;5338.00;9.50;678.50;-1.15;0.98 +8794;3;5342.50;9.50;689.50;4.54;0.98 +8794;4;5375.50;9.50;681.00;1.25;0.98 +8794;5;5373.50;9.50;689.00;1.69;0.98 +8794;6;5360.00;9.50;699.00;2.89;0.98 +8794;9;5343.50;9.50;687.00;1.57;0.98 +8794;10;5370.50;9.50;687.00;-1.57;0.98 +8794;11;5356.20;9.50;672.60;-0.05;0.98 +8794;12;5326.60;9.50;673.40;-1.15;0.98 +8794;13;5333.80;9.50;691.00;4.54;0.98 +8794;14;5386.60;9.50;677.40;1.25;0.98 +8794;15;5383.40;9.50;690.20;1.69;0.98 +8794;16;5361.80;9.50;706.20;2.89;0.98 8794;21;5343.50;9.50;687.00;1.57;0.98 +8795;0;5553.00;9.50;1359.00;0.00;0.84 +8795;1;5554.00;9.50;1346.50;0.08;0.84 +8795;2;5544.00;9.50;1357.50;-1.40;0.84 +8795;3;5564.50;9.50;1349.50;0.88;0.84 +8795;4;5563.50;9.50;1361.00;1.75;0.84 +8795;5;5553.50;9.50;1372.50;3.10;0.84 +8795;9;5545.44;9.50;1359.00;1.57;0.84 +8795;10;5560.56;9.50;1359.00;-1.57;0.84 +8795;11;5554.60;9.50;1339.00;0.08;0.84 +8795;12;5538.60;9.50;1356.60;-1.40;0.84 +8795;13;5571.40;9.50;1343.80;0.88;0.84 +8795;14;5569.80;9.50;1362.20;1.75;0.84 +8795;15;5553.80;9.50;1380.60;3.10;0.84 8795;21;5545.44;9.50;1359.00;1.57;0.84 +8796;0;5168.00;9.50;1422.00;0.00;0.92 +8796;1;5168.50;9.50;1409.00;0.03;0.92 +8796;2;5158.50;9.50;1414.50;-0.90;0.92 +8796;3;5178.50;9.50;1424.50;1.80;0.92 +8796;4;5157.00;9.50;1426.00;4.36;0.92 +8796;5;5159.50;9.50;1429.50;3.98;0.92 +8796;6;5171.00;9.50;1434.50;2.90;0.92 +8796;9;5159.72;9.50;1422.00;1.57;0.92 +8796;10;5176.28;9.50;1422.00;-1.57;0.92 +8796;11;5168.80;9.50;1401.20;0.03;0.92 +8796;12;5152.80;9.50;1410.00;-0.90;0.92 +8796;13;5184.80;9.50;1426.00;1.80;0.92 +8796;14;5150.40;9.50;1428.40;4.36;0.92 +8796;15;5154.40;9.50;1434.00;3.98;0.92 +8796;16;5172.80;9.50;1442.00;2.90;0.92 8796;21;5159.72;9.50;1422.00;1.57;0.92 +8797;0;4665.00;9.50;704.00;0.00;1.26 +8797;1;4658.50;9.50;687.00;-0.36;1.26 +8797;2;4665.50;9.50;692.00;0.04;1.26 +8797;3;4655.50;9.50;689.00;-0.56;1.26 +8797;4;4655.50;9.50;694.50;-0.78;1.26 +8797;5;4651.50;9.50;700.00;-1.28;1.26 +8797;6;4676.00;9.50;709.50;2.03;1.26 +8797;7;4651.00;9.50;703.50;-1.53;1.26 +8797;8;4653.00;9.50;706.50;4.50;1.26 +8797;9;4653.66;9.50;704.00;1.57;1.26 +8797;10;4676.34;9.50;704.00;-1.57;1.26 +8797;11;4654.60;9.50;676.80;-0.36;1.26 +8797;12;4665.80;9.50;684.80;0.04;1.26 +8797;13;4649.80;9.50;680.00;-0.56;1.26 +8797;14;4649.80;9.50;688.80;-0.78;1.26 +8797;15;4643.40;9.50;697.60;-1.28;1.26 +8797;16;4682.60;9.50;712.80;2.03;1.26 +8797;17;4642.60;9.50;703.20;-1.53;1.26 +8797;18;4645.80;9.50;708.00;4.50;1.26 8797;21;4653.66;9.50;704.00;1.57;1.26 +8798;0;4321.00;9.50;568.00;0.00;1.04 +8798;1;4316.00;9.50;559.50;-0.53;1.04 +8798;2;4329.50;9.50;561.50;0.91;1.04 +8798;3;4312.00;9.50;573.00;4.20;1.04 +8798;4;4331.00;9.50;573.00;2.03;1.04 +8798;5;4322.50;9.50;580.00;3.01;1.04 +8798;9;4311.64;9.50;568.00;1.57;1.04 +8798;10;4330.36;9.50;568.00;-1.57;1.04 +8798;11;4313.00;9.50;554.40;-0.53;1.04 +8798;12;4334.60;9.50;557.60;0.91;1.04 +8798;13;4306.60;9.50;576.00;4.20;1.04 +8798;14;4337.00;9.50;576.00;2.03;1.04 +8798;15;4323.40;9.50;587.20;3.01;1.04 8798;21;4311.64;9.50;568.00;1.57;1.04 +8799;0;4260.00;9.50;290.00;0.00;0.86 +8799;1;4246.50;9.50;282.50;-1.06;0.86 +8799;2;4260.00;9.50;280.50;0.00;0.86 +8799;3;4273.00;9.50;284.00;1.13;0.86 +8799;4;4244.50;9.50;290.00;4.71;0.86 +8799;5;4275.00;9.50;292.00;1.70;0.86 +8799;6;4251.00;9.50;297.50;4.01;0.86 +8799;7;4265.00;9.50;300.00;2.67;0.86 +8799;9;4248.48;9.50;290.00;1.57;0.86 +8799;10;4271.52;9.50;290.00;-1.57;0.86 +8799;11;4238.40;9.50;278.00;-1.06;0.86 +8799;12;4260.00;9.50;274.80;0.00;0.86 +8799;13;4280.80;9.50;280.40;1.13;0.86 +8799;14;4235.20;9.50;290.00;4.71;0.86 +8799;15;4284.00;9.50;293.20;1.70;0.86 +8799;16;4245.60;9.50;302.00;4.01;0.86 +8799;17;4268.00;9.50;306.00;2.67;0.86 8799;21;4248.48;9.50;290.00;1.57;0.86 +8800;0;4018.00;9.50;587.00;0.00;1.00 +8800;1;4012.50;9.50;576.50;-0.48;1.00 +8800;2;4025.00;9.50;581.00;0.86;1.00 +8800;3;4004.50;9.50;580.00;-1.09;1.00 +8800;4;4012.00;9.50;592.00;4.01;1.00 +8800;5;4027.50;9.50;592.50;2.09;1.00 +8800;6;4022.50;9.50;600.50;2.82;1.00 +8800;7;4019.50;9.50;604.50;3.05;1.00 +8800;9;4009.00;9.50;587.00;1.57;1.00 +8800;10;4027.00;9.50;587.00;-1.57;1.00 +8800;11;4009.20;9.50;570.20;-0.48;1.00 +8800;12;4029.20;9.50;577.40;0.86;1.00 +8800;13;3996.40;9.50;575.80;-1.09;1.00 +8800;14;4008.40;9.50;595.00;4.01;1.00 +8800;15;4033.20;9.50;595.80;2.09;1.00 +8800;16;4025.20;9.50;608.60;2.82;1.00 +8800;17;4020.40;9.50;615.00;3.05;1.00 8800;21;4009.00;9.50;587.00;1.57;1.00 +8801;0;2416.00;9.50;211.00;0.00;0.84 +8801;1;2417.50;9.50;193.00;0.08;0.84 +8801;2;2408.50;9.50;203.00;-0.75;0.84 +8801;3;2425.50;9.50;209.50;1.41;0.84 +8801;4;2408.00;9.50;222.00;3.77;0.84 +8801;5;2423.50;9.50;225.50;2.66;0.84 +8801;6;2415.50;9.50;228.50;3.17;0.84 +8801;9;2408.44;9.50;211.00;1.57;0.84 +8801;10;2423.56;9.50;211.00;-1.57;0.84 +8801;11;2418.40;9.50;182.20;0.08;0.84 +8801;12;2404.00;9.50;198.20;-0.75;0.84 +8801;13;2431.20;9.50;208.60;1.41;0.84 +8801;14;2403.20;9.50;228.60;3.77;0.84 +8801;15;2428.00;9.50;234.20;2.66;0.84 +8801;16;2415.20;9.50;239.00;3.17;0.84 8801;21;2408.44;9.50;211.00;1.57;0.84 +8802;0;2596.00;9.50;528.00;0.00;0.80 +8802;1;2592.00;9.50;519.00;-0.41;0.80 +8802;2;2602.00;9.50;515.50;0.44;0.80 +8802;3;2604.50;9.50;524.00;1.13;0.80 +8802;4;2586.50;9.50;530.50;4.45;0.80 +8802;5;2604.00;9.50;536.50;2.38;0.80 +8802;6;2596.00;9.50;539.50;3.14;0.80 +8802;9;2588.80;9.50;528.00;1.57;0.80 +8802;10;2603.20;9.50;528.00;-1.57;0.80 +8802;11;2589.60;9.50;513.60;-0.41;0.80 +8802;12;2605.60;9.50;508.00;0.44;0.80 +8802;13;2609.60;9.50;521.60;1.13;0.80 +8802;14;2580.80;9.50;532.00;4.45;0.80 +8802;15;2608.80;9.50;541.60;2.38;0.80 +8802;16;2596.00;9.50;546.40;3.14;0.80 8802;21;2588.80;9.50;528.00;1.57;0.80 +8803;0;2565.00;9.50;800.00;0.00;1.22 +8803;1;2569.50;9.50;791.50;0.48;1.22 +8803;2;2553.50;9.50;792.00;-0.96;1.22 +8803;3;2582.00;9.50;796.50;1.36;1.22 +8803;4;2578.00;9.50;802.50;1.76;1.22 +8803;5;2557.00;9.50;807.50;3.95;1.22 +8803;6;2570.50;9.50;810.00;2.63;1.22 +8803;7;2566.00;9.50;814.00;3.07;1.22 +8803;9;2553.12;9.50;800.00;1.57;1.22 +8803;10;2576.88;9.50;800.00;-1.57;1.22 +8803;11;2572.20;9.50;786.40;0.48;1.22 +8803;12;2546.60;9.50;787.20;-0.96;1.22 +8803;13;2592.20;9.50;794.40;1.36;1.22 +8803;14;2585.80;9.50;804.00;1.76;1.22 +8803;15;2552.20;9.50;812.00;3.95;1.22 +8803;16;2573.80;9.50;816.00;2.63;1.22 +8803;17;2566.60;9.50;822.40;3.07;1.22 8803;21;2553.12;9.50;800.00;1.57;1.22 +8804;0;2159.00;9.50;1521.00;0.00;1.38 +8804;1;2170.50;9.50;1510.00;0.80;1.38 +8804;2;2151.50;9.50;1514.50;-0.85;1.38 +8804;3;2181.00;9.50;1517.00;1.39;1.38 +8804;4;2182.00;9.50;1519.00;1.48;1.38 +8804;5;2162.00;9.50;1530.00;2.82;1.38 +8804;6;2142.00;9.50;1531.50;4.15;1.38 +8804;9;2144.24;9.50;1521.00;1.57;1.38 +8804;10;2173.76;9.50;1521.00;-1.57;1.38 +8804;11;2177.40;9.50;1503.40;0.80;1.38 +8804;12;2147.00;9.50;1510.60;-0.85;1.38 +8804;13;2194.20;9.50;1514.60;1.39;1.38 +8804;14;2195.80;9.50;1517.80;1.48;1.38 +8804;15;2163.80;9.50;1535.40;2.82;1.38 +8804;16;2131.80;9.50;1537.80;4.15;1.38 8804;21;2144.24;9.50;1521.00;1.57;1.38 +8805;0;2178.00;9.50;1904.00;0.00;1.52 +8805;1;2173.00;9.50;1886.50;-0.27;1.52 +8805;2;2193.50;9.50;1904.00;1.57;1.52 +8805;3;2160.00;9.50;1898.50;-1.27;1.52 +8805;4;2168.00;9.50;1913.50;3.95;1.52 +8805;5;2191.50;9.50;1920.50;2.45;1.52 +8805;9;2159.28;9.50;1904.00;1.57;1.52 +8805;10;2196.72;9.50;1904.00;-1.57;1.52 +8805;11;2170.00;9.50;1876.00;-0.27;1.52 +8805;12;2202.80;9.50;1904.00;1.57;1.52 +8805;13;2149.20;9.50;1895.20;-1.27;1.52 +8805;14;2162.00;9.50;1919.20;3.95;1.52 +8805;15;2199.60;9.50;1930.40;2.45;1.52 8805;21;2159.28;9.50;1904.00;1.57;1.52 +8806;0;1479.00;9.50;26.00;0.00;0.98 +8806;1;1465.50;9.50;25.00;-1.49;0.98 +8806;2;1488.50;9.50;19.50;0.97;0.98 +8806;3;1497.00;9.50;31.50;1.86;0.98 +8806;4;1482.50;9.50;37.50;2.84;0.98 +8806;9;1466.76;9.50;26.00;1.57;0.98 +8806;10;1491.24;9.50;26.00;-1.57;0.98 +8806;11;1457.40;9.50;24.40;-1.49;0.98 +8806;12;1494.20;9.50;15.60;0.97;0.98 +8806;13;1507.80;9.50;34.80;1.86;0.98 +8806;14;1484.60;9.50;44.40;2.84;0.98 8806;21;1466.76;9.50;26.00;1.57;0.98 +8807;0;251.00;9.50;335.00;0.00;0.90 +8807;1;249.50;9.50;326.50;-0.17;0.90 +8807;2;234.00;9.50;326.00;-1.08;0.90 +8807;3;267.00;9.50;331.00;1.32;0.90 +8807;4;237.50;9.50;337.00;4.56;0.90 +8807;5;255.50;9.50;343.50;2.65;0.90 +8807;9;238.40;9.50;335.00;1.57;0.90 +8807;10;263.60;9.50;335.00;-1.57;0.90 +8807;11;248.60;9.50;321.40;-0.17;0.90 +8807;12;223.80;9.50;320.60;-1.08;0.90 +8807;13;276.60;9.50;328.60;1.32;0.90 +8807;14;229.40;9.50;338.20;4.56;0.90 +8807;15;258.20;9.50;348.60;2.65;0.90 8807;21;238.40;9.50;335.00;1.57;0.90 +8808;0;162.00;9.50;1410.00;0.00;0.94 +8808;1;160.00;9.50;1399.00;-0.18;0.94 +8808;2;177.00;9.50;1407.00;1.37;0.94 +8808;3;144.50;9.50;1404.00;-1.24;0.94 +8808;4;151.50;9.50;1416.00;4.19;0.94 +8808;5;173.50;9.50;1420.00;2.28;0.94 +8808;9;146.70;9.50;1410.00;1.57;0.94 +8808;10;177.30;9.50;1410.00;-1.57;0.94 +8808;11;158.80;9.50;1392.40;-0.18;0.94 +8808;12;186.00;9.50;1405.20;1.37;0.94 +8808;13;134.00;9.50;1400.40;-1.24;0.94 +8808;14;145.20;9.50;1419.60;4.19;0.94 +8808;15;180.40;9.50;1426.00;2.28;0.94 8808;21;146.70;9.50;1410.00;1.57;0.94 +8809;0;526.00;9.50;1785.00;0.00;1.24 +8809;1;536.00;9.50;1772.50;0.67;1.24 +8809;2;514.00;9.50;1778.50;-1.07;1.24 +8809;3;547.50;9.50;1779.50;1.32;1.24 +8809;4;540.00;9.50;1790.50;1.94;1.24 +8809;5;507.00;9.50;1794.50;4.24;1.24 +8809;6;523.00;9.50;1798.50;3.36;1.24 +8809;7;509.00;9.50;1800.50;3.97;1.24 +8809;9;510.16;9.50;1785.00;1.57;1.24 +8809;10;541.84;9.50;1785.00;-1.57;1.24 +8809;11;542.00;9.50;1765.00;0.67;1.24 +8809;12;506.80;9.50;1774.60;-1.07;1.24 +8809;13;560.40;9.50;1776.20;1.32;1.24 +8809;14;548.40;9.50;1793.80;1.94;1.24 +8809;15;495.60;9.50;1800.20;4.24;1.24 +8809;16;521.20;9.50;1806.60;3.36;1.24 +8809;17;498.80;9.50;1809.80;3.97;1.24 8809;21;510.16;9.50;1785.00;1.57;1.24 +8810;0;372.00;9.50;872.00;0.00;0.74 +8810;1;371.50;9.50;862.00;-0.05;0.74 +8810;2;356.00;9.50;870.00;-1.44;0.74 +8810;3;389.00;9.50;871.50;1.54;0.74 +8810;4;374.00;9.50;879.00;2.86;0.74 +8810;5;351.50;9.50;880.00;4.34;0.74 +8810;9;355.80;9.50;872.00;1.57;0.74 +8810;10;388.20;9.50;872.00;-1.57;0.74 +8810;11;371.20;9.50;856.00;-0.05;0.74 +8810;12;346.40;9.50;868.80;-1.44;0.74 +8810;13;399.20;9.50;871.20;1.54;0.74 +8810;14;375.20;9.50;883.20;2.86;0.74 +8810;15;339.20;9.50;884.80;4.34;0.74 8810;21;355.80;9.50;872.00;1.57;0.74 +8811;0;840.00;9.50;620.00;0.00;1.32 +8811;1;839.00;9.50;604.50;-0.06;1.32 +8811;2;851.00;9.50;608.50;0.76;1.32 +8811;3;826.00;9.50;621.50;4.60;1.32 +8811;4;852.50;9.50;625.00;1.95;1.32 +8811;5;833.50;9.50;633.00;3.60;1.32 +8811;9;826.32;9.50;620.00;1.57;1.32 +8811;10;853.68;9.50;620.00;-1.57;1.32 +8811;11;838.40;9.50;595.20;-0.06;1.32 +8811;12;857.60;9.50;601.60;0.76;1.32 +8811;13;817.60;9.50;622.40;4.60;1.32 +8811;14;860.00;9.50;628.00;1.95;1.32 +8811;15;829.60;9.50;640.80;3.60;1.32 8811;21;826.32;9.50;620.00;1.57;1.32 +8812;0;348.00;9.50;1930.00;0.00;0.38 +8812;1;345.00;9.50;1927.00;-0.78;0.38 +8812;2;350.50;9.50;1931.00;1.95;0.38 +8812;3;348.50;9.50;1932.00;2.89;0.38 +8812;9;344.40;9.50;1930.00;1.57;0.38 +8812;10;351.60;9.50;1930.00;-1.57;0.38 +8812;11;343.20;9.50;1925.20;-0.78;0.38 +8812;12;352.00;9.50;1931.60;1.95;0.38 +8812;13;348.80;9.50;1933.20;2.89;0.38 8812;21;344.40;9.50;1930.00;1.57;0.38 +8813;0;2595.00;9.50;1721.00;0.00;1.02 +8813;1;2598.00;9.50;1708.50;0.23;1.02 +8813;2;2581.00;9.50;1719.50;-1.46;1.02 +8813;3;2610.00;9.50;1717.00;1.31;1.02 +8813;4;2607.50;9.50;1729.50;2.16;1.02 +8813;5;2590.50;9.50;1733.00;3.50;1.02 +8813;9;2582.94;9.50;1721.00;1.57;1.02 +8813;10;2607.06;9.50;1721.00;-1.57;1.02 +8813;11;2599.80;9.50;1701.00;0.23;1.02 +8813;12;2572.60;9.50;1718.60;-1.46;1.02 +8813;13;2619.00;9.50;1714.60;1.31;1.02 +8813;14;2615.00;9.50;1734.60;2.16;1.02 +8813;15;2587.80;9.50;1740.20;3.50;1.02 8813;21;2582.94;9.50;1721.00;1.57;1.02 +8814;0;1925.00;9.50;64.00;0.00;1.04 +8814;1;1914.50;9.50;46.50;-0.54;1.04 +8814;2;1927.00;9.50;51.00;0.15;1.04 +8814;3;1911.00;9.50;53.00;-0.90;1.04 +8814;4;1914.50;9.50;63.00;-1.47;1.04 +8814;5;1937.00;9.50;69.50;2.00;1.04 +8814;6;1920.00;9.50;70.50;3.79;1.04 +8814;7;1921.50;9.50;78.00;3.38;1.04 +8814;8;1930.50;9.50;81.50;2.83;1.04 +8814;9;1915.64;9.50;64.00;1.57;1.04 +8814;10;1934.36;9.50;64.00;-1.57;1.04 +8814;11;1908.20;9.50;36.00;-0.54;1.04 +8814;12;1928.20;9.50;43.20;0.15;1.04 +8814;13;1902.60;9.50;46.40;-0.90;1.04 +8814;14;1908.20;9.50;62.40;-1.47;1.04 +8814;15;1944.20;9.50;72.80;2.00;1.04 +8814;16;1917.00;9.50;74.40;3.79;1.04 +8814;17;1919.40;9.50;86.40;3.38;1.04 +8814;18;1933.80;9.50;92.00;2.83;1.04 8814;21;1915.64;9.50;64.00;1.57;1.04 +8815;0;1456.00;9.50;1895.00;0.00;1.58 +8815;1;1470.50;9.50;1873.50;0.59;1.58 +8815;2;1451.50;9.50;1882.00;-0.33;1.58 +8815;3;1475.00;9.50;1888.00;1.21;1.58 +8815;4;1429.50;9.50;1894.00;-1.53;1.58 +8815;5;1430.00;9.50;1901.50;4.46;1.58 +8815;6;1471.00;9.50;1907.00;2.24;1.58 +8815;7;1449.50;9.50;1910.00;3.55;1.58 +8815;8;1462.00;9.50;1912.50;2.81;1.58 +8815;9;1435.66;9.50;1895.00;1.57;1.58 +8815;10;1476.34;9.50;1895.00;-1.57;1.58 +8815;11;1479.20;9.50;1860.60;0.59;1.58 +8815;12;1448.80;9.50;1874.20;-0.33;1.58 +8815;13;1486.40;9.50;1883.80;1.21;1.58 +8815;14;1413.60;9.50;1893.40;-1.53;1.58 +8815;15;1414.40;9.50;1905.40;4.46;1.58 +8815;16;1480.00;9.50;1914.20;2.24;1.58 +8815;17;1445.60;9.50;1919.00;3.55;1.58 +8815;18;1465.60;9.50;1923.00;2.81;1.58 8815;21;1435.66;9.50;1895.00;1.57;1.58 +8816;0;1067.00;9.50;304.00;0.00;1.38 +8816;1;1070.00;9.50;291.50;0.23;1.38 +8816;2;1052.50;9.50;299.00;-1.23;1.38 +8816;3;1081.50;9.50;310.50;1.99;1.38 +8816;4;1060.50;9.50;309.00;4.05;1.38 +8816;5;1064.50;9.50;318.00;3.31;1.38 +8816;9;1054.58;9.50;304.00;1.57;1.38 +8816;10;1079.42;9.50;304.00;-1.57;1.38 +8816;11;1071.80;9.50;284.00;0.23;1.38 +8816;12;1043.80;9.50;296.00;-1.23;1.38 +8816;13;1090.20;9.50;314.40;1.99;1.38 +8816;14;1056.60;9.69;312.00;4.05;1.38 +8816;15;1063.00;9.50;326.40;3.31;1.38 8816;21;1054.58;9.50;304.00;1.57;1.38 +8817;0;5118.00;9.50;1228.00;0.00;0.94 +8817;1;5106.00;9.50;1222.00;-1.10;0.94 +8817;2;5121.50;9.50;1218.50;0.35;0.94 +8817;3;5133.50;9.50;1227.50;1.53;0.94 +8817;4;5110.00;9.50;1235.00;3.99;0.94 +8817;5;5129.00;9.50;1236.00;2.20;0.94 +8817;9;5104.50;9.50;1228.00;1.57;0.94 +8817;10;5131.50;9.50;1228.00;-1.57;0.94 +8817;11;5098.80;9.50;1218.40;-1.10;0.94 +8817;12;5123.60;9.50;1212.80;0.35;0.94 +8817;13;5142.80;9.50;1227.20;1.53;0.94 +8817;14;5105.20;9.50;1239.20;3.99;0.94 +8817;15;5135.60;9.50;1240.80;2.20;0.94 8817;21;5104.50;9.50;1228.00;1.57;0.94 +8818;0;4087.00;9.50;628.00;0.00;0.80 +8818;1;4093.00;9.50;620.00;0.64;0.80 +8818;2;4076.00;9.50;622.00;-1.07;0.80 +8818;3;4105.00;9.50;624.50;1.37;0.80 +8818;4;4071.50;9.50;631.50;4.49;0.80 +8818;5;4100.00;9.50;631.00;1.79;0.80 +8818;6;4083.50;9.50;636.50;3.53;0.80 +8818;9;4074.94;9.50;628.00;1.57;0.80 +8818;10;4099.06;9.50;628.00;-1.57;0.80 +8818;11;4096.60;9.50;615.20;0.64;0.80 +8818;12;4069.40;9.50;618.40;-1.07;0.80 +8818;13;4115.80;9.50;622.40;1.37;0.80 +8818;14;4062.20;9.50;633.60;4.49;0.80 +8818;15;4107.80;9.50;632.80;1.79;0.80 +8818;16;4081.40;9.50;641.60;3.53;0.80 8818;21;4074.94;9.50;628.00;1.57;0.80 +8819;0;2826.00;9.50;1273.00;0.00;0.80 +8819;1;2824.00;9.50;1265.00;-0.24;0.80 +8819;2;2817.50;9.50;1270.50;-1.28;0.80 +8819;3;2831.50;9.50;1266.50;0.70;0.80 +8819;4;2836.50;9.50;1266.50;1.01;0.80 +8819;5;2833.00;9.50;1276.00;1.97;0.80 +8819;6;2822.00;9.50;1280.50;3.63;0.80 +8819;9;2817.90;9.50;1273.00;1.57;0.80 +8819;10;2834.10;9.50;1273.00;-1.57;0.80 +8819;11;2822.80;9.50;1260.20;-0.24;0.80 +8819;12;2812.40;9.50;1269.00;-1.28;0.80 +8819;13;2834.80;9.50;1262.60;0.70;0.80 +8819;14;2842.80;9.50;1262.60;1.01;0.80 +8819;15;2837.20;9.50;1277.80;1.97;0.80 +8819;16;2819.60;9.50;1285.00;3.63;0.80 8819;21;2817.90;9.50;1273.00;1.57;0.80 +8820;0;5362.00;9.50;647.00;0.00;1.08 +8820;1;5368.00;9.50;634.00;0.43;1.08 +8820;2;5378.50;9.50;635.50;0.96;1.08 +8820;3;5347.50;9.50;645.00;-1.43;1.08 +8820;4;5378.00;9.50;648.50;1.66;1.08 +8820;5;5359.00;9.50;658.00;3.40;1.08 +8820;9;5347.96;9.50;647.00;1.57;1.08 +8820;10;5376.04;9.50;647.00;-1.57;1.08 +8820;11;5371.60;9.50;626.20;0.43;1.08 +8820;12;5388.40;9.50;628.60;0.96;1.08 +8820;13;5338.80;9.50;643.80;-1.43;1.08 +8820;14;5387.60;9.50;649.40;1.66;1.08 +8820;15;5357.20;9.50;664.60;3.40;1.08 8820;21;5347.96;9.50;647.00;1.57;1.08 +8821;0;5456.00;9.50;1364.00;0.00;0.84 +8821;1;5458.00;9.50;1356.00;0.24;0.84 +8821;2;5438.50;9.50;1361.50;-1.42;0.84 +8821;3;5476.00;9.50;1366.50;1.69;0.84 +8821;4;5437.50;9.50;1371.50;4.32;0.84 +8821;5;5457.50;9.50;1372.00;2.95;0.84 +8821;9;5441.60;9.50;1364.00;1.57;0.84 +8821;10;5470.40;9.50;1364.00;-1.57;0.84 +8821;11;5459.20;9.50;1351.20;0.24;0.84 +8821;12;5428.00;9.50;1360.00;-1.42;0.84 +8821;13;5488.00;9.50;1368.00;1.69;0.84 +8821;14;5426.40;9.50;1376.00;4.32;0.84 +8821;15;5458.40;9.50;1376.80;2.95;0.84 8821;21;5441.60;9.50;1364.00;1.57;0.84 +8822;0;4682.00;9.50;672.00;0.00;1.00 +8822;1;4672.50;9.50;660.00;-0.67;1.00 +8822;2;4678.50;9.50;661.50;-0.32;1.00 +8822;3;4670.50;9.50;666.50;-1.12;1.00 +8822;4;4683.00;9.50;667.50;0.21;1.00 +8822;5;4688.50;9.50;671.00;1.41;1.00 +8822;6;4695.00;10.00;669.50;1.38;1.00 +8822;7;4698.00;9.50;673.50;1.66;1.00 +8822;8;4674.00;9.50;676.00;4.24;1.00 +8822;9;4671.02;9.50;672.00;1.57;1.00 +8822;10;4692.98;9.50;672.00;-1.57;1.00 +8822;11;4666.80;9.50;652.80;-0.67;1.00 +8822;12;4676.40;9.50;655.20;-0.32;1.00 +8822;13;4663.60;9.50;663.20;-1.12;1.00 +8822;14;4683.60;9.50;664.80;0.21;1.00 +8822;15;4692.40;9.50;670.40;1.41;1.00 +8822;16;4702.80;9.50;668.00;1.38;1.00 +8822;17;4707.60;9.50;674.40;1.66;1.00 +8822;18;4669.20;9.50;678.40;4.24;1.00 8822;21;4671.02;9.50;672.00;1.57;1.00 +8823;0;4293.00;9.50;595.00;0.00;0.80 +8823;1;4292.00;9.50;578.00;-0.05;0.80 +8823;2;4287.50;9.50;586.50;-0.57;0.80 +8823;3;4298.00;9.50;586.50;0.53;0.80 +8823;4;4286.00;9.50;601.00;4.00;0.80 +8823;5;4299.50;9.50;601.50;2.35;0.80 +8823;6;4292.00;9.50;608.50;3.21;0.80 +8823;9;4285.80;9.50;595.00;1.57;0.80 +8823;10;4300.20;9.50;595.00;-1.57;0.80 +8823;11;4291.40;9.50;567.80;-0.05;0.80 +8823;12;4284.20;9.50;581.40;-0.57;0.80 +8823;13;4301.00;9.50;581.40;0.53;0.80 +8823;14;4281.80;9.50;604.60;4.00;0.80 +8823;15;4303.40;9.50;605.40;2.35;0.80 +8823;16;4291.40;9.50;616.60;3.21;0.80 8823;21;4285.80;9.50;595.00;1.57;0.80 +8824;0;4237.00;9.50;334.00;0.00;1.20 +8824;1;4229.00;9.50;324.50;-0.70;1.20 +8824;2;4239.50;9.50;319.50;0.17;1.20 +8824;3;4247.50;9.50;332.50;1.42;1.20 +8824;4;4224.50;9.50;337.50;4.43;1.20 +8824;5;4246.50;9.50;345.00;2.42;1.20 +8824;6;4235.50;9.50;345.00;3.27;1.20 +8824;9;4226.20;9.50;334.00;1.57;1.20 +8824;10;4247.80;9.50;334.00;-1.57;1.20 +8824;11;4224.20;9.50;318.80;-0.70;1.20 +8824;12;4241.00;9.50;310.80;0.17;1.20 +8824;13;4253.80;9.50;331.60;1.42;1.20 +8824;14;4217.00;9.50;339.60;4.43;1.20 +8824;15;4252.20;9.50;351.60;2.42;1.20 +8824;16;4234.60;9.50;351.60;3.27;1.20 8824;21;4226.20;9.50;334.00;1.57;1.20 +8825;0;4003.00;9.50;540.00;0.00;0.84 +8825;1;4004.00;9.50;528.00;0.08;0.84 +8825;2;3994.00;9.50;529.50;-0.70;0.84 +8825;3;4013.00;9.50;541.00;1.67;0.84 +8825;4;3994.50;9.50;545.50;4.13;0.84 +8825;5;4005.00;9.50;553.00;2.98;0.84 +8825;9;3995.44;9.50;540.00;1.57;0.84 +8825;10;4010.56;9.50;540.00;-1.57;0.84 +8825;11;4004.60;9.50;520.80;0.08;0.84 +8825;12;3988.60;9.50;523.20;-0.70;0.84 +8825;13;4019.00;9.50;541.60;1.67;0.84 +8825;14;3989.40;9.50;548.80;4.13;0.84 +8825;15;4006.20;9.50;560.80;2.98;0.84 8825;21;3995.44;9.50;540.00;1.57;0.84 +8826;0;3055.00;9.50;17.00;0.00;0.94 +8826;1;3046.50;9.50;12.50;-1.08;0.94 +8826;2;3072.50;9.50;12.50;1.31;0.94 +8826;3;3058.50;9.50;24.50;2.70;0.94 +8826;4;3043.50;9.50;25.50;4.07;0.94 +8826;9;3041.14;9.50;17.00;1.57;0.94 +8826;10;3068.86;9.50;17.00;-1.57;0.94 +8826;11;3041.40;9.50;9.80;-1.08;0.94 +8826;12;3083.00;9.50;9.80;1.31;0.94 +8826;13;3060.60;9.50;29.00;2.70;0.94 +8826;14;3036.60;9.50;30.60;4.07;0.94 8826;21;3041.14;9.50;17.00;1.57;0.94 +8827;0;2374.00;9.50;187.00;0.00;1.28 +8827;1;2369.00;9.50;167.00;-0.24;1.28 +8827;2;2380.00;9.50;175.50;0.48;1.28 +8827;3;2363.50;9.50;178.50;-0.89;1.28 +8827;4;2387.50;9.50;191.00;1.85;1.28 +8827;5;2363.00;9.50;195.00;4.08;1.28 +8827;6;2375.50;9.50;200.50;3.03;1.28 +8827;9;2362.48;9.50;187.00;1.57;1.28 +8827;10;2385.52;9.50;187.00;-1.57;1.28 +8827;11;2366.00;9.50;155.00;-0.24;1.28 +8827;12;2383.60;9.50;168.60;0.48;1.28 +8827;13;2357.20;9.50;173.40;-0.89;1.28 +8827;14;2395.60;9.50;193.40;1.85;1.28 +8827;15;2356.40;9.50;199.80;4.08;1.28 +8827;16;2376.40;9.50;208.60;3.03;1.28 8827;21;2362.48;9.50;187.00;1.57;1.28 +8828;0;2557.00;9.50;541.00;0.00;0.82 +8828;1;2555.50;9.50;533.50;-0.19;0.82 +8828;2;2567.00;9.50;537.00;1.19;0.82 +8828;3;2546.00;9.50;536.50;-1.18;0.82 +8828;4;2544.00;9.50;541.00;4.71;0.82 +8828;5;2566.50;9.50;547.50;2.17;0.82 +8828;6;2542.50;9.50;545.50;4.41;0.82 +8828;7;2553.50;9.50;548.50;3.57;0.82 +8828;9;2547.28;9.50;541.00;1.57;0.82 +8828;10;2566.72;9.50;541.00;-1.57;0.82 +8828;11;2554.60;9.50;529.00;-0.19;0.82 +8828;12;2573.00;9.50;534.60;1.19;0.82 +8828;13;2539.40;9.50;533.80;-1.18;0.82 +8828;14;2536.20;9.50;541.00;4.71;0.82 +8828;15;2572.20;9.50;551.40;2.17;0.82 +8828;16;2533.80;9.50;548.20;4.41;0.82 +8828;17;2551.40;9.50;553.00;3.57;0.82 8828;21;2547.28;9.50;541.00;1.57;0.82 +8829;0;2491.00;9.50;826.00;0.00;1.32 +8829;1;2500.50;9.50;813.50;0.65;1.32 +8829;2;2503.50;9.50;823.00;1.33;1.32 +8829;3;2488.50;9.50;816.00;-0.24;1.32 +8829;4;2481.00;9.50;822.50;-1.23;1.32 +8829;5;2481.00;9.50;837.00;3.87;1.32 +8829;6;2491.50;9.50;839.50;3.10;1.32 +8829;9;2477.14;9.50;826.00;1.57;1.32 +8829;10;2504.86;9.50;826.00;-1.57;1.32 +8829;11;2506.20;9.50;806.00;0.65;1.32 +8829;12;2511.00;9.50;821.20;1.33;1.32 +8829;13;2487.00;9.50;810.00;-0.24;1.32 +8829;14;2475.00;9.50;820.40;-1.23;1.32 +8829;15;2475.00;9.50;843.60;3.87;1.32 +8829;16;2491.80;9.50;847.60;3.10;1.32 8829;21;2477.14;9.50;826.00;1.57;1.32 +8830;0;2191.00;9.50;1473.00;0.00;1.10 +8830;1;2191.50;9.50;1461.00;0.04;1.10 +8830;2;2204.50;9.50;1456.50;0.68;1.10 +8830;3;2200.00;9.50;1474.50;1.73;1.10 +8830;4;2178.00;9.50;1473.50;4.67;1.10 +8830;5;2186.50;9.50;1486.00;3.47;1.10 +8830;9;2181.10;9.50;1473.00;1.57;1.10 +8830;10;2200.90;9.50;1473.00;-1.57;1.10 +8830;11;2191.80;9.50;1453.80;0.04;1.10 +8830;12;2212.60;9.50;1446.60;0.68;1.10 +8830;13;2205.40;9.50;1475.40;1.73;1.10 +8830;14;2170.20;9.50;1473.80;4.67;1.10 +8830;15;2183.80;9.50;1493.80;3.47;1.10 8830;21;2181.10;9.50;1473.00;1.57;1.10 +8831;0;2301.00;9.50;1826.00;0.00;1.40 +8831;1;2292.00;9.50;1806.00;-0.42;1.40 +8831;2;2301.00;9.50;1810.00;0.00;1.40 +8831;3;2286.50;9.50;1824.00;-1.43;1.40 +8831;4;2316.00;9.50;1822.00;1.31;1.40 +8831;5;2320.00;9.50;1834.00;1.96;1.40 +8831;6;2301.00;9.50;1840.00;3.14;1.40 +8831;7;2287.00;9.50;1841.50;3.87;1.40 +8831;9;2287.14;9.50;1826.00;1.57;1.40 +8831;10;2314.86;9.50;1826.00;-1.57;1.40 +8831;11;2286.60;9.50;1794.00;-0.42;1.40 +8831;12;2301.00;9.50;1800.40;0.00;1.40 +8831;13;2277.80;9.50;1822.80;-1.43;1.40 +8831;14;2325.00;9.50;1819.60;1.31;1.40 +8831;15;2331.40;9.50;1838.80;1.96;1.40 +8831;16;2301.00;9.50;1848.40;3.14;1.40 +8831;17;2278.60;9.50;1850.80;3.87;1.40 8831;21;2287.14;9.50;1826.00;1.57;1.40 +8832;0;1393.00;9.50;69.00;0.00;1.10 +8832;1;1382.50;9.50;59.00;-0.81;1.10 +8832;2;1403.50;9.50;60.50;0.89;1.10 +8832;3;1375.50;9.50;72.50;4.51;1.10 +8832;4;1409.50;9.50;72.50;1.78;1.10 +8832;5;1387.50;9.50;80.50;3.58;1.10 +8832;9;1377.34;9.50;69.00;1.57;1.10 +8832;10;1408.66;9.50;69.00;-1.57;1.10 +8832;11;1376.20;9.50;53.00;-0.81;1.10 +8832;12;1409.80;9.50;55.40;0.89;1.10 +8832;13;1365.00;9.50;74.60;4.51;1.10 +8832;14;1419.40;9.50;74.60;1.78;1.10 +8832;15;1384.20;9.50;87.40;3.58;1.10 8832;21;1377.34;9.50;69.00;1.57;1.10 +8833;0;194.00;9.50;348.00;0.00;1.28 +8833;1;180.50;9.50;341.50;-1.12;1.28 +8833;2;195.00;9.50;332.00;0.06;1.28 +8833;3;209.00;9.50;343.50;1.27;1.28 +8833;4;179.50;9.50;358.00;4.10;1.28 +8833;5;214.00;9.50;356.00;1.95;1.28 +8833;6;198.50;9.50;361.00;2.80;1.28 +8833;9;180.50;9.50;348.00;1.57;1.28 +8833;10;207.50;9.50;348.00;-1.57;1.28 +8833;11;172.40;9.50;337.60;-1.12;1.28 +8833;12;195.60;9.50;322.40;0.06;1.28 +8833;13;218.00;9.50;340.80;1.27;1.28 +8833;14;170.80;9.50;364.00;4.10;1.28 +8833;15;226.00;9.50;360.80;1.95;1.28 +8833;16;201.20;9.50;368.80;2.80;1.28 8833;21;180.50;9.50;348.00;1.57;1.28 +8834;0;246.00;9.50;1486.00;0.00;1.08 +8834;1;242.50;9.50;1474.50;-0.29;1.08 +8834;2;260.50;9.50;1477.50;1.04;1.08 +8834;3;228.50;9.50;1487.00;4.65;1.08 +8834;4;262.50;9.50;1491.50;1.89;1.08 +8834;5;238.00;9.50;1497.00;3.77;1.08 +8834;6;254.50;9.50;1498.00;2.52;1.08 +8834;9;232.50;9.50;1486.00;1.57;1.08 +8834;10;259.50;9.50;1486.00;-1.57;1.08 +8834;11;240.40;9.50;1467.60;-0.29;1.08 +8834;12;269.20;9.50;1472.40;1.04;1.08 +8834;13;218.00;9.50;1487.60;4.65;1.08 +8834;14;272.40;9.50;1494.80;1.89;1.08 +8834;15;233.20;9.50;1503.60;3.77;1.08 +8834;16;259.60;9.50;1505.20;2.52;1.08 8834;21;232.50;9.50;1486.00;1.57;1.08 +8835;0;558.00;9.50;1737.00;0.00;1.12 +8835;1;563.00;9.50;1724.50;0.38;1.12 +8835;2;578.50;9.50;1723.50;0.98;1.12 +8835;3;578.00;9.50;1735.00;1.47;1.12 +8835;4;539.00;9.50;1734.50;-1.44;1.12 +8835;5;533.00;9.50;1744.00;4.43;1.12 +8835;6;570.00;9.50;1748.00;2.31;1.12 +8835;7;552.00;9.50;1748.50;3.62;1.12 +8835;9;540.36;9.50;1737.00;1.57;1.12 +8835;10;575.64;9.50;1737.00;-1.57;1.12 +8835;11;566.00;9.50;1717.00;0.38;1.12 +8835;12;590.80;9.50;1715.40;0.98;1.12 +8835;13;590.00;9.50;1733.80;1.47;1.12 +8835;14;527.60;9.50;1733.00;-1.44;1.12 +8835;15;518.00;9.50;1748.20;4.43;1.12 +8835;16;577.20;9.50;1754.60;2.31;1.12 +8835;17;548.40;9.50;1755.40;3.62;1.12 8835;21;540.36;9.50;1737.00;1.57;1.12 +8836;0;424.00;9.50;935.00;0.00;1.08 +8836;1;419.50;9.50;925.00;-0.42;1.08 +8836;2;438.00;9.50;930.50;1.26;1.08 +8836;3;408.50;9.50;938.50;4.49;1.08 +8836;4;444.50;9.50;941.00;1.85;1.08 +8836;5;426.00;9.50;944.50;2.93;1.08 +8836;9;410.68;9.50;935.00;1.57;1.08 +8836;10;437.32;9.50;935.00;-1.57;1.08 +8836;11;416.80;9.50;919.00;-0.42;1.08 +8836;12;446.40;9.50;927.80;1.26;1.08 +8836;13;399.20;9.50;940.60;4.49;1.08 +8836;14;456.80;9.50;944.60;1.85;1.08 +8836;15;427.20;9.50;950.20;2.93;1.08 8836;21;410.68;9.50;935.00;1.57;1.08 +8837;0;828.00;9.50;670.00;0.00;1.18 +8837;1;827.50;9.50;658.00;-0.04;1.18 +8837;2;813.50;9.50;658.50;-0.90;1.18 +8837;3;842.50;9.50;666.50;1.33;1.18 +8837;4;816.00;9.50;673.00;4.46;1.18 +8837;5;831.00;9.50;681.50;2.88;1.18 +8837;6;819.00;9.50;688.00;3.60;1.18 +8837;7;819.50;9.50;688.50;3.57;1.18 +8837;9;817.38;9.50;670.00;1.57;1.18 +8837;10;838.62;9.50;670.00;-1.57;1.18 +8837;11;827.20;9.50;650.80;-0.04;1.18 +8837;12;804.80;9.50;651.60;-0.90;1.18 +8837;13;851.20;9.50;664.40;1.33;1.18 +8837;14;808.80;9.50;674.80;4.46;1.18 +8837;15;832.80;9.50;688.40;2.88;1.18 +8837;16;813.60;9.50;698.80;3.60;1.18 +8837;17;814.40;9.50;699.60;3.57;1.18 8837;21;817.38;9.50;670.00;1.57;1.18 +8838;0;1935.00;9.50;1605.00;0.00;1.12 +8838;1;1934.00;9.50;1591.50;-0.07;1.12 +8838;2;1947.00;9.50;1590.50;0.69;1.12 +8838;3;1947.50;9.50;1608.00;1.80;1.12 +8838;4;1920.50;9.50;1617.50;4.00;1.12 +8838;5;1934.00;9.50;1620.50;3.20;1.12 +8838;9;1924.92;9.50;1605.00;1.57;1.12 +8838;10;1945.08;9.50;1605.00;-1.57;1.12 +8838;11;1933.40;9.50;1583.40;-0.07;1.12 +8838;12;1954.20;9.50;1581.80;0.69;1.12 +8838;13;1955.00;9.50;1609.80;1.80;1.12 +8838;14;1911.80;9.50;1625.00;4.00;1.12 +8838;15;1933.40;9.50;1629.80;3.20;1.12 8838;21;1924.92;9.50;1605.00;1.57;1.12 +8839;0;2542.00;9.50;1555.00;0.00;1.20 +8839;1;2545.50;9.50;1539.50;0.22;1.20 +8839;2;2554.00;9.50;1553.50;1.44;1.20 +8839;3;2533.50;9.50;1542.00;-0.57;1.20 +8839;4;2530.00;9.50;1556.00;4.62;1.20 +8839;5;2539.00;9.50;1569.50;3.34;1.20 +8839;9;2531.20;9.50;1555.00;1.57;1.20 +8839;10;2552.80;9.50;1555.00;-1.57;1.20 +8839;11;2547.60;9.50;1530.20;0.22;1.20 +8839;12;2561.20;9.50;1552.60;1.44;1.20 +8839;13;2528.40;9.50;1534.20;-0.57;1.20 +8839;14;2522.80;9.50;1556.60;4.62;1.20 +8839;15;2537.20;9.50;1578.20;3.34;1.20 8839;21;2531.20;9.50;1555.00;1.57;1.20 +8840;0;2609.00;9.50;1487.00;0.00;1.24 +8840;1;2605.50;9.50;1474.00;-0.26;1.24 +8840;2;2616.00;9.50;1472.00;0.43;1.24 +8840;3;2622.00;9.50;1479.50;1.04;1.24 +8840;4;2596.50;9.50;1491.00;4.40;1.24 +8840;5;2623.50;9.50;1488.00;1.64;1.24 +8840;6;2613.00;9.50;1497.50;2.77;1.24 +8840;7;2601.50;9.50;1503.50;3.56;1.24 +8840;9;2597.84;9.50;1487.00;1.57;1.24 +8840;10;2620.16;9.50;1487.00;-1.57;1.24 +8840;11;2603.40;9.50;1466.20;-0.26;1.24 +8840;12;2620.20;9.50;1463.00;0.43;1.24 +8840;13;2629.80;9.50;1475.00;1.04;1.24 +8840;14;2589.00;9.50;1493.40;4.40;1.24 +8840;15;2632.20;9.50;1488.60;1.64;1.24 +8840;16;2615.40;9.50;1503.80;2.77;1.24 +8840;17;2597.00;9.50;1513.40;3.56;1.24 8840;21;2597.84;9.50;1487.00;1.57;1.24 +8841;0;1520.00;9.50;1938.00;0.00;1.22 +8841;1;1521.50;9.50;1926.50;0.13;1.22 +8841;2;1503.00;9.50;1928.50;-1.06;1.22 +8841;3;1537.50;9.50;1935.00;1.40;1.22 +8841;4;1508.50;9.50;1943.50;4.26;1.22 +8841;5;1536.00;9.50;1946.50;2.05;1.22 +8841;6;1525.00;9.50;1952.00;2.79;1.22 +8841;9;1502.36;9.50;1938.00;1.57;1.22 +8841;10;1537.64;9.50;1938.00;-1.57;1.22 +8841;11;1522.40;9.50;1919.60;0.13;1.22 +8841;12;1492.80;9.50;1922.80;-1.06;1.22 +8841;13;1548.00;9.50;1933.20;1.40;1.22 +8841;14;1501.60;9.50;1946.80;4.26;1.22 +8841;15;1545.60;9.50;1951.60;2.05;1.22 +8841;16;1528.00;9.50;1960.40;2.79;1.22 8841;21;1502.36;9.50;1938.00;1.57;1.22 +8842;0;1090.00;9.50;411.00;0.00;1.06 +8842;1;1089.50;9.50;398.50;-0.04;1.06 +8842;2;1073.00;9.50;406.00;-1.28;1.06 +8842;3;1105.50;9.50;412.50;1.66;1.06 +8842;4;1074.00;9.50;417.50;4.32;1.06 +8842;5;1090.00;9.50;423.50;3.14;1.06 +8842;9;1077.76;9.50;411.00;1.57;1.06 +8842;10;1102.24;9.50;411.00;-1.57;1.06 +8842;11;1089.20;9.50;391.00;-0.04;1.06 +8842;12;1062.80;9.50;403.00;-1.28;1.06 +8842;13;1114.80;9.50;413.40;1.66;1.06 +8842;14;1064.40;9.50;421.40;4.32;1.06 +8842;15;1090.00;9.50;431.00;3.14;1.06 8842;21;1077.76;9.50;411.00;1.57;1.06 +8843;0;5115.00;9.50;1348.00;0.00;1.16 +8843;1;5109.50;9.50;1336.50;-0.44;1.16 +8843;2;5126.50;9.50;1343.00;1.16;1.16 +8843;3;5103.50;9.50;1349.50;4.58;1.16 +8843;4;5131.00;9.50;1354.50;1.95;1.16 +8843;5;5117.00;9.50;1359.00;2.96;1.16 +8843;6;5106.50;9.50;1361.00;3.72;1.16 +8843;9;5102.40;9.50;1348.00;1.57;1.16 +8843;10;5127.60;9.50;1348.00;-1.57;1.16 +8843;11;5106.20;9.50;1329.60;-0.44;1.16 +8843;12;5133.40;9.50;1340.00;1.16;1.16 +8843;13;5096.60;9.50;1350.40;4.58;1.16 +8843;14;5140.60;9.50;1358.40;1.95;1.16 +8843;15;5118.20;9.50;1365.60;2.96;1.16 +8843;16;5101.40;9.50;1368.80;3.72;1.16 8843;21;5102.40;9.50;1348.00;1.57;1.16 +8844;0;3921.00;9.50;731.00;0.00;0.66 +8844;1;3921.50;9.50;718.00;0.03;0.66 +8844;2;3928.00;9.50;730.00;1.42;0.66 +8844;3;3915.00;9.50;724.50;-0.74;0.66 +8844;4;3912.00;9.50;734.00;4.39;0.66 +8844;5;3919.00;9.50;743.00;3.30;0.66 +8844;6;3927.50;9.50;744.00;2.67;0.66 +8844;9;3915.06;9.50;731.00;1.57;0.66 +8844;10;3926.94;9.50;731.00;-1.57;0.66 +8844;11;3921.80;9.50;710.20;0.03;0.66 +8844;12;3932.20;9.50;729.40;1.42;0.66 +8844;13;3911.40;9.50;720.60;-0.74;0.66 +8844;14;3906.60;9.50;735.80;4.39;0.66 +8844;15;3917.80;9.50;750.20;3.30;0.66 +8844;16;3931.40;9.50;751.80;2.67;0.66 8844;21;3915.06;9.50;731.00;1.57;0.66 +8845;0;2835.00;9.50;1327.00;0.00;0.92 +8845;1;2841.50;9.50;1315.50;0.51;0.92 +8845;2;2830.00;9.50;1321.00;-0.69;0.92 +8845;3;2842.00;9.50;1321.00;0.86;0.92 +8845;4;2843.50;9.50;1327.00;1.57;0.92 +8845;5;2823.50;9.50;1330.00;4.45;0.92 +8845;6;2841.50;9.50;1335.00;2.45;0.92 +8845;7;2826.00;9.50;1332.00;4.20;0.92 +8845;8;2829.50;9.50;1335.50;3.71;0.92 +8845;9;2826.72;9.50;1327.00;1.57;0.92 +8845;10;2843.28;9.50;1327.00;-1.57;0.92 +8845;11;2845.40;9.50;1308.60;0.51;0.92 +8845;12;2827.00;9.50;1317.40;-0.69;0.92 +8845;13;2846.20;9.54;1317.40;0.86;0.92 +8845;14;2848.60;9.50;1327.00;1.57;0.92 +8845;15;2816.60;9.50;1331.80;4.45;0.92 +8845;16;2845.40;9.50;1339.80;2.45;0.92 +8845;17;2820.60;9.50;1335.00;4.20;0.92 +8845;18;2826.20;9.50;1340.60;3.71;0.92 8845;21;2826.72;9.50;1327.00;1.57;0.92 +8846;0;5316.00;9.50;628.00;0.00;1.50 +8846;1;5310.50;9.50;618.50;-0.52;1.50 +8846;2;5329.50;9.50;618.00;0.93;1.50 +8846;3;5306.00;9.50;638.00;3.92;1.50 +8846;4;5324.50;9.50;635.50;2.29;1.50 +8846;5;5317.50;9.50;649.00;3.07;1.50 +8846;6;5316.50;9.50;650.00;3.11;1.50 +8846;9;5302.50;9.50;628.00;1.57;1.50 +8846;10;5329.50;9.50;628.00;-1.57;1.50 +8846;11;5307.20;9.50;612.80;-0.52;1.50 +8846;12;5337.60;9.50;612.00;0.93;1.50 +8846;13;5300.00;9.50;644.00;3.92;1.50 +8846;14;5329.60;9.50;640.00;2.29;1.50 +8846;15;5318.40;9.50;661.60;3.07;1.50 +8846;16;5316.80;9.50;663.20;3.11;1.50 8846;21;5302.50;9.50;628.00;1.57;1.50 +8847;0;5463.00;9.50;1301.00;0.00;1.10 +8847;1;5463.50;9.50;1292.50;0.05;1.10 +8847;2;5449.00;9.50;1295.00;-1.16;1.10 +8847;3;5478.00;9.50;1306.00;1.89;1.10 +8847;4;5463.00;9.50;1309.00;3.14;1.10 +8847;9;5451.66;9.50;1301.00;1.57;1.10 +8847;10;5474.34;9.50;1301.00;-1.57;1.10 +8847;11;5463.80;9.50;1287.40;0.05;1.10 +8847;12;5440.60;9.50;1291.40;-1.16;1.10 +8847;13;5487.00;9.50;1309.00;1.89;1.10 +8847;14;5463.00;9.50;1313.80;3.14;1.10 8847;21;5451.66;9.50;1301.00;1.57;1.10 +8848;0;4703.00;9.50;711.00;0.00;0.86 +8848;1;4699.50;9.50;700.00;-0.30;0.86 +8848;2;4709.00;9.50;697.50;0.41;0.86 +8848;3;4710.50;9.50;711.50;1.63;0.86 +8848;4;4695.00;9.50;713.00;4.46;0.86 +8848;5;4705.50;9.50;724.00;2.95;0.86 +8848;6;4699.00;9.50;725.00;3.42;0.86 +8848;9;4695.26;9.50;711.00;1.57;0.86 +8848;10;4710.74;9.50;711.00;-1.57;0.86 +8848;11;4697.40;9.50;693.40;-0.30;0.86 +8848;12;4712.60;9.50;689.40;0.41;0.86 +8848;13;4715.00;9.50;711.80;1.63;0.86 +8848;14;4690.20;9.50;714.20;4.46;0.86 +8848;15;4707.00;9.50;731.80;2.95;0.86 +8848;16;4696.60;9.50;733.40;3.42;0.86 8848;21;4695.26;9.50;711.00;1.57;0.86 +8849;0;4264.00;9.50;570.00;0.00;0.88 +8849;1;4263.50;9.50;560.50;-0.05;0.88 +8849;2;4275.00;9.50;563.50;1.03;0.88 +8849;3;4253.00;9.50;570.00;4.71;0.88 +8849;4;4273.00;9.50;574.00;1.98;0.88 +8849;5;4260.00;9.50;578.50;3.58;0.88 +8849;9;4254.82;9.50;570.00;1.57;0.88 +8849;10;4273.18;9.50;570.00;-1.57;0.88 +8849;11;4263.20;9.50;554.80;-0.05;0.88 +8849;12;4281.60;9.50;559.60;1.03;0.88 +8849;13;4246.40;9.50;570.00;4.71;0.88 +8849;14;4278.40;9.50;576.40;1.98;0.88 +8849;15;4257.60;9.50;583.60;3.58;0.88 8849;21;4254.82;9.50;570.00;1.57;0.88 +8850;0;4278.00;9.50;332.00;0.00;0.98 +8850;1;4274.00;9.50;321.00;-0.34;0.98 +8850;2;4286.50;9.50;328.00;1.13;0.98 +8850;3;4268.00;9.50;331.50;-1.52;0.98 +8850;4;4287.00;9.50;341.50;2.38;0.98 +8850;5;4278.50;9.50;343.50;3.09;0.98 +8850;9;4269.18;9.50;332.00;1.57;0.98 +8850;10;4286.82;9.50;332.00;-1.57;0.98 +8850;11;4271.60;9.50;314.40;-0.34;0.98 +8850;12;4291.60;9.50;325.60;1.13;0.98 +8850;13;4262.00;9.50;331.20;-1.52;0.98 +8850;14;4292.40;9.50;347.20;2.38;0.98 +8850;15;4278.80;9.50;350.40;3.09;0.98 8850;21;4269.18;9.50;332.00;1.57;0.98 +8851;0;4175.00;9.50;228.00;0.00;1.02 +8851;1;4165.50;9.50;222.00;-1.00;1.02 +8851;2;4177.00;9.50;217.00;0.18;1.02 +8851;3;4184.50;9.50;225.00;1.26;1.02 +8851;4;4164.50;9.50;232.00;4.34;1.02 +8851;5;4186.50;9.50;236.00;2.17;1.02 +8851;6;4177.00;9.50;238.00;2.94;1.02 +8851;9;4164.92;9.50;228.00;1.57;1.02 +8851;10;4185.08;9.50;228.00;-1.57;1.02 +8851;11;4159.80;9.50;218.40;-1.00;1.02 +8851;12;4178.20;9.50;210.40;0.18;1.02 +8851;13;4190.20;9.50;223.20;1.26;1.02 +8851;14;4158.20;9.50;234.40;4.34;1.02 +8851;15;4193.40;9.50;240.80;2.17;1.02 +8851;16;4178.20;9.50;244.00;2.94;1.02 8851;21;4164.92;9.50;228.00;1.57;1.02 +8852;0;3023.00;9.50;6.00;0.00;0.44 +8852;1;3017.00;9.50;8.50;4.31;0.44 +8852;2;3030.50;9.50;7.00;1.70;0.44 +8852;9;3013.46;9.50;6.00;1.57;0.44 +8852;10;3032.54;9.50;6.00;-1.57;0.44 +8852;11;3013.40;9.50;10.00;4.31;0.44 +8852;12;3035.00;9.50;7.60;1.70;0.44 8852;21;3013.46;9.50;6.00;1.57;0.44 +8853;0;2371.00;9.50;241.00;0.00;1.16 +8853;1;2374.00;9.50;227.50;0.21;1.16 +8853;2;2359.00;9.50;242.50;4.58;1.16 +8853;3;2385.50;9.50;237.00;1.30;1.16 +8853;4;2383.50;9.50;247.00;2.01;1.16 +8853;5;2367.00;9.50;253.00;3.46;1.16 +8853;6;2354.50;9.50;257.00;3.94;1.16 +8853;9;2358.76;9.50;241.00;1.57;1.16 +8853;10;2383.24;9.50;241.00;-1.57;1.16 +8853;11;2375.80;9.50;219.40;0.21;1.16 +8853;12;2351.80;9.50;243.40;4.58;1.16 +8853;13;2394.20;9.50;234.60;1.30;1.16 +8853;14;2391.00;9.50;250.60;2.01;1.16 +8853;15;2364.60;9.50;260.20;3.46;1.16 +8853;16;2344.60;9.50;266.60;3.94;1.16 8853;21;2358.76;9.50;241.00;1.57;1.16 +8854;0;2501.00;9.50;532.00;0.00;0.86 +8854;1;2508.00;9.50;525.50;0.82;0.86 +8854;2;2490.50;9.50;529.00;-1.29;0.86 +8854;3;2516.00;9.50;536.50;1.86;0.86 +8854;4;2487.50;9.50;538.50;4.26;0.86 +8854;5;2504.00;9.50;540.00;2.78;0.86 +8854;9;2488.04;9.50;532.00;1.57;0.86 +8854;10;2513.96;9.50;532.00;-1.57;0.86 +8854;11;2512.20;9.50;521.60;0.82;0.86 +8854;12;2484.20;9.50;527.20;-1.29;0.86 +8854;13;2525.00;9.50;539.20;1.86;0.86 +8854;14;2479.40;9.50;542.40;4.26;0.86 +8854;15;2505.80;9.50;544.80;2.78;0.86 8854;21;2488.04;9.50;532.00;1.57;0.86 +8855;0;2474.00;9.50;778.00;0.00;1.00 +8855;1;2479.00;9.50;767.00;0.42;1.00 +8855;2;2484.00;9.50;779.00;1.67;1.00 +8855;3;2467.50;9.50;768.00;-0.57;1.00 +8855;4;2462.50;9.50;776.00;-1.39;1.00 +8855;5;2469.50;9.50;787.50;3.58;1.00 +8855;6;2480.00;9.50;792.00;2.73;1.00 +8855;9;2464.10;9.50;778.00;1.57;1.00 +8855;10;2483.90;9.50;778.00;-1.57;1.00 +8855;11;2482.00;9.50;760.40;0.42;1.00 +8855;12;2490.00;9.50;779.60;1.67;1.00 +8855;13;2463.60;9.50;762.00;-0.57;1.00 +8855;14;2455.60;9.50;774.80;-1.39;1.00 +8855;15;2466.80;9.50;793.20;3.58;1.00 +8855;16;2483.60;9.50;800.40;2.73;1.00 8855;21;2464.10;9.50;778.00;1.57;1.00 +8856;0;2229.00;9.50;1478.00;0.00;1.16 +8856;1;2233.50;9.50;1461.00;0.25;1.16 +8856;2;2219.00;9.50;1477.00;-1.47;1.16 +8856;3;2241.50;9.50;1470.00;1.00;1.16 +8856;4;2240.50;9.50;1483.00;1.98;1.16 +8856;5;2228.50;9.50;1492.50;3.17;1.16 +8856;6;2216.00;9.50;1495.50;3.78;1.16 +8856;9;2218.56;9.50;1478.00;1.57;1.16 +8856;10;2239.44;9.50;1478.00;-1.57;1.16 +8856;11;2236.20;9.50;1450.80;0.25;1.16 +8856;12;2213.00;9.50;1476.40;-1.47;1.16 +8856;13;2249.00;9.50;1465.20;1.00;1.16 +8856;14;2247.40;9.50;1486.00;1.98;1.16 +8856;15;2228.20;9.50;1501.20;3.17;1.16 +8856;16;2208.20;9.50;1506.00;3.78;1.16 8856;21;2218.56;9.50;1478.00;1.57;1.16 +8857;0;1561.00;9.50;976.00;0.00;1.12 +8857;1;1551.50;9.50;965.50;-0.73;1.12 +8857;2;1565.00;9.50;960.00;0.24;1.12 +8857;3;1571.50;9.50;971.50;1.16;1.12 +8857;4;1546.00;9.50;976.00;4.71;1.12 +8857;5;1554.00;9.50;983.50;3.89;1.12 +8857;6;1547.00;9.50;982.00;4.30;1.12 +8857;7;1571.50;9.50;987.00;2.37;1.12 +8857;8;1558.00;9.50;989.50;3.36;1.12 +8857;9;1550.92;9.50;976.00;1.57;1.12 +8857;10;1571.08;9.50;976.00;-1.57;1.12 +8857;11;1545.80;9.50;959.20;-0.73;1.12 +8857;12;1567.40;9.50;950.40;0.24;1.12 +8857;13;1577.80;9.50;968.80;1.16;1.12 +8857;14;1537.00;9.50;976.00;4.71;1.12 +8857;15;1549.80;9.77;988.00;3.89;1.12 +8857;16;1538.60;9.50;985.60;4.30;1.12 +8857;17;1577.80;9.50;993.60;2.37;1.12 +8857;18;1556.20;9.50;997.60;3.36;1.12 8857;21;1571.08;9.50;976.00;-1.57;1.12 +8858;0;1423.00;9.50;28.00;0.00;1.28 +8858;1;1407.50;9.50;24.00;-1.31;1.28 +8858;2;1437.50;9.50;26.00;1.43;1.28 +8858;3;1418.50;9.50;40.00;3.50;1.28 +8858;4;1438.50;9.50;40.50;2.24;1.28 +8858;5;1436.00;9.50;44.50;2.47;1.28 +8858;9;1410.40;9.50;28.00;1.57;1.28 +8858;10;1435.60;9.50;28.00;-1.57;1.28 +8858;11;1398.20;9.50;21.60;-1.31;1.28 +8858;12;1446.20;9.50;24.80;1.43;1.28 +8858;13;1415.80;9.50;47.20;3.50;1.28 +8858;14;1447.80;9.50;48.00;2.24;1.28 +8858;15;1443.80;9.50;54.40;2.47;1.28 8858;21;1410.40;9.50;28.00;1.57;1.28 +8859;0;141.00;9.50;323.00;0.00;1.38 +8859;1;139.00;9.50;304.50;-0.10;1.38 +8859;2;151.00;9.50;310.50;0.67;1.38 +8859;3;131.00;9.50;314.00;-0.83;1.38 +8859;4;154.00;9.50;329.00;2.00;1.38 +8859;5;127.50;9.50;330.50;4.20;1.38 +8859;6;126.00;9.50;339.50;3.87;1.38 +8859;7;139.50;9.50;339.50;3.23;1.38 +8859;9;128.58;9.50;323.00;1.57;1.38 +8859;10;153.42;9.50;323.00;-1.57;1.38 +8859;11;137.80;9.50;293.40;-0.10;1.38 +8859;12;157.00;9.50;303.00;0.67;1.38 +8859;13;125.00;9.50;308.60;-0.83;1.38 +8859;14;161.80;9.50;332.60;2.00;1.38 +8859;15;119.40;9.50;335.00;4.20;1.38 +8859;16;117.00;9.50;349.40;3.87;1.38 +8859;17;138.60;9.50;349.40;3.23;1.38 8859;21;128.58;9.50;323.00;1.57;1.38 +8860;0;177.00;9.50;1482.00;0.00;1.12 +8860;1;179.00;9.50;1470.50;0.17;1.12 +8860;2;163.50;9.50;1471.50;-0.91;1.12 +8860;3;194.00;9.50;1485.00;1.74;1.12 +8860;4;161.50;9.50;1484.50;4.55;1.12 +8860;5;162.50;9.50;1492.00;4.10;1.12 +8860;6;178.00;9.50;1493.00;3.05;1.12 +8860;7;194.50;9.50;1494.50;2.19;1.12 +8860;9;164.40;9.50;1482.00;1.57;1.12 +8860;10;189.60;9.50;1482.00;-1.57;1.12 +8860;11;180.20;9.50;1463.60;0.17;1.12 +8860;12;155.40;9.50;1465.20;-0.91;1.12 +8860;13;204.20;9.50;1486.80;1.74;1.12 +8860;14;152.20;9.50;1486.00;4.55;1.12 +8860;15;153.80;9.50;1498.00;4.10;1.12 +8860;16;178.60;9.50;1499.60;3.05;1.12 +8860;17;205.00;9.50;1502.00;2.19;1.12 8860;21;164.40;9.50;1482.00;1.57;1.12 +8861;0;374.00;9.50;1752.00;0.00;1.42 +8861;1;383.50;9.50;1736.00;0.53;1.42 +8861;2;366.00;9.50;1746.50;-0.96;1.42 +8861;3;389.00;9.50;1744.00;1.08;1.42 +8861;4;377.50;9.50;1763.50;2.84;1.42 +8861;5;355.00;9.50;1757.50;4.43;1.42 +8861;6;361.50;9.50;1764.50;3.92;1.42 +8861;9;361.22;9.50;1752.00;1.57;1.42 +8861;10;386.78;9.50;1752.00;-1.57;1.42 +8861;11;389.20;9.50;1726.40;0.53;1.42 +8861;12;361.20;9.50;1743.20;-0.96;1.42 +8861;13;398.00;9.50;1739.20;1.08;1.42 +8861;14;379.60;9.50;1770.40;2.84;1.42 +8861;15;343.60;9.50;1760.80;4.43;1.42 +8861;16;354.00;9.50;1772.00;3.92;1.42 8861;21;361.22;9.50;1752.00;1.57;1.42 +8862;0;390.00;9.50;901.00;0.00;0.76 +8862;1;383.00;9.50;893.50;-0.75;0.76 +8862;2;409.50;9.50;898.50;1.44;0.76 +8862;3;374.50;9.50;902.50;4.61;0.76 +8862;4;402.50;9.50;908.00;2.08;0.76 +8862;5;414.50;9.50;903.50;1.67;0.76 +8862;6;390.50;9.50;911.50;3.09;0.76 +8862;9;370.74;9.50;901.00;1.57;0.76 +8862;10;409.26;9.50;901.00;-1.57;0.76 +8862;11;378.80;9.50;889.00;-0.75;0.76 +8862;12;421.20;9.50;897.00;1.44;0.76 +8862;13;365.20;9.50;903.40;4.61;0.76 +8862;14;410.00;9.50;912.20;2.08;0.76 +8862;15;429.20;9.50;905.00;1.67;0.76 +8862;16;390.80;9.50;917.80;3.09;0.76 8862;21;370.74;9.50;901.00;1.57;0.76 +8863;0;860.00;9.50;701.00;0.00;0.74 +8863;1;864.50;9.50;690.50;0.40;0.74 +8863;2;875.00;9.50;699.50;1.47;0.74 +8863;3;847.00;9.50;697.00;-1.27;0.74 +8863;4;844.00;9.50;707.00;4.35;0.74 +8863;5;865.50;9.50;709.00;2.53;0.74 +8863;9;844.52;9.50;701.00;1.57;0.74 +8863;10;875.48;9.50;701.00;-1.57;0.74 +8863;11;867.20;9.50;684.20;0.40;0.74 +8863;12;884.00;9.50;698.60;1.47;0.74 +8863;13;839.20;9.50;694.60;-1.27;0.74 +8863;14;834.40;9.50;710.60;4.35;0.74 +8863;15;868.80;9.50;713.80;2.53;0.74 8863;21;844.52;9.50;701.00;1.57;0.74 +8864;0;1868.00;9.50;1583.00;0.00;1.08 +8864;1;1870.50;9.50;1568.50;0.17;1.08 +8864;2;1882.50;9.50;1566.00;0.70;1.08 +8864;3;1878.50;9.50;1582.00;1.47;1.08 +8864;4;1857.00;9.50;1583.50;4.66;1.08 +8864;5;1860.00;9.50;1598.00;3.63;1.08 +8864;6;1869.50;9.50;1599.50;3.05;1.08 +8864;9;1858.28;9.50;1583.00;1.57;1.08 +8864;10;1877.72;9.50;1583.00;-1.57;1.08 +8864;11;1872.00;9.50;1559.80;0.17;1.08 +8864;12;1891.20;9.50;1555.80;0.70;1.08 +8864;13;1884.80;9.50;1581.40;1.47;1.08 +8864;14;1850.40;9.50;1583.80;4.66;1.08 +8864;15;1855.20;9.50;1607.00;3.63;1.08 +8864;16;1870.40;9.50;1609.40;3.05;1.08 8864;21;1858.28;9.50;1583.00;1.57;1.08 +8865;0;2574.00;9.50;1627.00;0.00;1.14 +8865;1;2575.50;9.50;1606.50;0.07;1.14 +8865;2;2563.00;9.50;1615.00;-0.74;1.14 +8865;3;2585.50;9.50;1618.00;0.90;1.14 +8865;4;2564.50;9.50;1637.00;3.90;1.14 +8865;5;2584.00;9.50;1639.50;2.46;1.14 +8865;6;2574.50;9.50;1650.50;3.12;1.14 +8865;9;2563.74;9.50;1627.00;1.57;1.14 +8865;10;2584.26;9.50;1627.00;-1.57;1.14 +8865;11;2576.40;9.50;1594.20;0.07;1.14 +8865;12;2556.40;9.50;1607.80;-0.74;1.14 +8865;13;2592.40;9.50;1612.60;0.90;1.14 +8865;14;2558.80;9.50;1643.00;3.90;1.14 +8865;15;2590.00;9.50;1647.00;2.46;1.14 +8865;16;2574.80;9.50;1664.60;3.12;1.14 8865;21;2563.74;9.50;1627.00;1.57;1.14 +8866;0;1737.00;9.50;16.00;0.00;0.80 +8866;1;1727.50;9.50;17.50;4.55;0.80 +8866;2;1747.00;9.50;13.00;1.27;0.80 +8866;3;1746.50;9.50;21.50;2.09;0.80 +8866;4;1739.00;9.50;24.50;2.91;0.80 +8866;5;1731.00;9.50;27.00;3.64;0.80 +8866;9;1728.36;9.50;16.00;1.57;0.80 +8866;10;1745.64;9.50;16.00;-1.57;0.80 +8866;11;1721.80;9.50;18.40;4.55;0.80 +8866;12;1753.00;9.50;11.20;1.27;0.80 +8866;13;1752.20;9.50;24.80;2.09;0.80 +8866;14;1740.20;9.50;29.60;2.91;0.80 +8866;15;1727.40;9.50;33.60;3.64;0.80 8866;21;1728.36;9.50;16.00;1.57;0.80 +8867;0;1438.00;9.50;1955.00;0.00;1.12 +8867;1;1440.50;9.50;1940.00;0.16;1.12 +8867;2;1426.50;9.50;1954.50;-1.52;1.12 +8867;3;1448.50;9.50;1958.00;1.84;1.12 +8867;4;1436.00;9.50;1972.00;3.25;1.12 +8867;5;1445.00;9.50;1973.50;2.78;1.12 +8867;9;1427.92;9.50;1955.00;1.57;1.12 +8867;10;1448.08;9.50;1955.00;-1.57;1.12 +8867;11;1442.00;9.50;1931.00;0.16;1.12 +8867;12;1419.60;9.50;1954.20;-1.52;1.12 +8867;13;1454.80;9.50;1959.80;1.84;1.12 +8867;14;1434.80;9.50;1982.20;3.25;1.12 +8867;15;1449.20;9.50;1984.60;2.78;1.12 8867;21;1427.92;9.50;1955.00;1.57;1.12 +8868;0;1322.00;9.50;465.00;0.00;1.20 +8868;1;1333.00;9.50;452.00;0.70;1.20 +8868;2;1315.00;9.50;452.00;-0.49;1.20 +8868;3;1336.50;9.50;459.00;1.17;1.20 +8868;4;1309.00;9.50;467.00;4.56;1.20 +8868;5;1334.00;9.50;473.50;2.18;1.20 +8868;6;1325.50;9.50;481.50;2.93;1.20 +8868;7;1317.50;9.50;482.00;3.40;1.20 +8868;9;1308.86;9.50;465.00;1.57;1.20 +8868;10;1335.14;9.50;465.00;-1.57;1.20 +8868;11;1339.60;9.50;444.20;0.70;1.20 +8868;12;1310.80;9.50;444.20;-0.49;1.20 +8868;13;1345.20;9.50;455.40;1.17;1.20 +8868;14;1301.20;9.50;468.20;4.56;1.20 +8868;15;1341.20;9.50;478.60;2.18;1.20 +8868;16;1327.60;9.50;491.40;2.93;1.20 +8868;17;1314.80;9.50;492.20;3.40;1.20 8868;21;1308.86;9.50;465.00;1.57;1.20 +8869;0;5066.00;9.50;1344.00;0.00;1.10 +8869;1;5065.50;9.50;1333.00;-0.04;1.10 +8869;2;5053.00;9.50;1339.50;-1.23;1.10 +8869;3;5075.50;9.50;1336.00;0.87;1.10 +8869;4;5079.00;9.50;1347.50;1.83;1.10 +8869;5;5066.50;9.50;1353.50;3.08;1.10 +8869;9;5054.66;9.50;1344.00;1.57;1.10 +8869;10;5077.34;9.50;1344.00;-1.57;1.10 +8869;11;5065.20;9.50;1326.40;-0.04;1.10 +8869;12;5045.20;9.50;1336.80;-1.23;1.10 +8869;13;5081.20;9.50;1331.20;0.87;1.10 +8869;14;5086.80;9.50;1349.60;1.83;1.10 +8869;15;5066.80;9.50;1359.20;3.08;1.10 8869;21;5054.66;9.50;1344.00;1.57;1.10 +8870;0;3912.00;9.50;242.00;0.00;1.06 +8870;1;3901.50;9.50;230.00;-0.71;1.06 +8870;2;3914.50;9.50;230.50;0.21;1.06 +8870;3;3899.00;9.50;240.00;-1.41;1.06 +8870;4;3924.00;9.50;243.50;1.69;1.06 +8870;5;3909.50;9.50;253.00;3.36;1.06 +8870;6;3921.50;9.50;255.50;2.52;1.06 +8870;9;3902.46;9.50;242.00;1.57;1.06 +8870;10;3921.54;9.50;242.00;-1.57;1.06 +8870;11;3895.20;9.50;222.80;-0.71;1.06 +8870;12;3916.00;9.50;223.60;0.21;1.06 +8870;13;3891.20;9.50;238.80;-1.41;1.06 +8870;14;3931.20;9.50;244.40;1.69;1.06 +8870;15;3908.00;9.50;259.60;3.36;1.06 +8870;16;3927.20;9.50;263.60;2.52;1.06 8870;21;3902.46;9.50;242.00;1.57;1.06 +8871;0;2874.00;9.50;1316.00;0.00;0.94 +8871;1;2869.00;9.50;1307.50;-0.53;0.94 +8871;2;2879.50;9.50;1306.00;0.50;0.94 +8871;3;2881.00;9.50;1320.50;2.14;0.94 +8871;4;2863.00;9.50;1321.50;4.24;0.94 +8871;5;2866.00;9.50;1317.00;4.58;0.94 +8871;6;2871.50;9.50;1319.00;3.83;0.94 +8871;7;2870.00;9.50;1327.00;3.49;0.94 +8871;9;2865.54;9.50;1316.00;1.57;0.94 +8871;10;2882.46;9.50;1316.00;-1.57;0.94 +8871;11;2866.00;9.50;1302.40;-0.53;0.94 +8871;12;2882.80;9.50;1300.00;0.50;0.94 +8871;13;2885.20;9.50;1323.20;2.14;0.94 +8871;14;2856.40;9.50;1324.80;4.24;0.94 +8871;15;2861.20;9.50;1317.60;4.58;0.94 +8871;16;2870.00;9.50;1320.80;3.83;0.94 +8871;17;2867.60;9.50;1333.60;3.49;0.94 8871;21;2865.54;9.50;1316.00;1.57;0.94 +8872;0;5277.00;9.50;584.00;0.00;1.70 +8872;1;5271.00;9.50;566.00;-0.32;1.70 +8872;2;5260.00;9.50;573.50;-1.01;1.70 +8872;3;5263.00;9.50;563.00;-0.58;1.70 +8872;4;5289.50;9.50;578.50;1.15;1.70 +8872;5;5265.50;9.50;592.00;4.10;1.70 +8872;6;5304.00;9.50;588.50;1.73;1.70 +8872;7;5291.00;9.50;596.50;2.30;1.70 +8872;8;5278.50;9.50;602.00;3.05;1.70 +8872;9;5259.00;9.50;584.00;1.57;1.70 +8872;10;5295.00;9.50;584.00;-1.57;1.70 +8872;11;5267.40;9.50;555.20;-0.32;1.70 +8872;12;5249.80;9.50;567.20;-1.01;1.70 +8872;13;5254.60;9.50;550.40;-0.58;1.70 +8872;14;5297.00;9.50;575.20;1.15;1.70 +8872;15;5258.60;9.50;596.80;4.10;1.70 +8872;16;5320.20;9.50;591.20;1.73;1.70 +8872;17;5299.40;9.50;604.00;2.30;1.70 +8872;18;5279.40;9.50;612.80;3.05;1.70 8872;21;5259.00;9.50;584.00;1.57;1.70 +8873;0;5459.00;9.50;1260.00;0.00;1.28 +8873;1;5456.00;9.50;1249.00;-0.26;1.28 +8873;2;5444.00;9.50;1255.50;-1.27;1.28 +8873;3;5472.50;9.50;1254.00;1.15;1.28 +8873;4;5473.00;9.50;1265.50;1.94;1.28 +8873;5;5461.50;9.50;1272.00;2.93;1.28 +8873;6;5475.00;9.50;1276.50;2.37;1.28 +8873;9;5446.22;9.50;1260.00;1.57;1.28 +8873;10;5471.78;9.50;1260.00;-1.57;1.28 +8873;11;5454.20;9.50;1242.40;-0.26;1.28 +8873;12;5435.00;9.50;1252.80;-1.27;1.28 +8873;13;5480.60;9.50;1250.40;1.15;1.28 +8873;14;5481.40;9.50;1268.80;1.94;1.28 +8873;15;5463.00;9.50;1279.20;2.93;1.28 +8873;16;5484.60;9.50;1286.40;2.37;1.28 8873;21;5446.22;9.50;1260.00;1.57;1.28 +8874;0;4673.00;9.50;83.00;0.00;0.86 +8874;1;4672.50;9.50;72.50;-0.04;0.86 +8874;2;4683.00;9.50;74.50;0.86;0.86 +8874;3;4661.50;9.50;82.50;-1.52;0.86 +8874;4;4684.00;9.50;85.50;1.79;0.86 +8874;5;4657.00;9.50;91.50;4.22;0.86 +8874;6;4669.00;9.50;92.50;3.54;0.86 +8874;9;4662.02;9.50;83.00;1.57;0.86 +8874;10;4683.98;9.50;83.00;-1.57;0.86 +8874;11;4672.20;9.50;66.20;-0.04;0.86 +8874;12;4689.00;9.50;69.40;0.86;0.86 +8874;13;4654.60;9.50;82.20;-1.52;0.86 +8874;14;4690.60;9.50;87.00;1.79;0.86 +8874;15;4647.40;9.50;96.60;4.22;0.86 +8874;16;4666.60;9.50;98.20;3.54;0.86 8874;21;4662.02;9.50;83.00;1.57;0.86 +8875;0;4260.00;9.50;609.00;0.00;0.90 +8875;1;4258.00;9.50;598.00;-0.18;0.90 +8875;2;4249.50;9.50;600.50;-0.89;0.90 +8875;3;4269.50;9.50;608.00;1.46;0.90 +8875;4;4254.00;9.50;614.00;4.01;0.90 +8875;5;4270.50;9.50;617.00;2.22;0.90 +8875;6;4263.50;9.50;621.00;2.85;0.90 +8875;9;4251.90;9.50;609.00;1.57;0.90 +8875;10;4268.10;9.50;609.00;-1.57;0.90 +8875;11;4256.80;9.50;591.40;-0.18;0.90 +8875;12;4243.20;9.50;595.40;-0.89;0.90 +8875;13;4275.20;9.50;607.40;1.46;0.90 +8875;14;4250.40;9.50;617.00;4.01;0.90 +8875;15;4276.80;9.50;621.80;2.22;0.90 +8875;16;4265.60;9.50;628.20;2.85;0.90 8875;21;4251.90;9.50;609.00;1.57;0.90 +8876;0;4195.00;9.50;349.00;0.00;0.98 +8876;1;4193.50;9.50;336.50;-0.11;0.98 +8876;2;4185.50;9.50;341.50;-0.90;0.98 +8876;3;4203.50;9.50;345.00;1.13;0.98 +8876;4;4183.00;9.50;349.00;4.71;0.98 +8876;5;4191.00;9.50;357.00;3.60;0.98 +8876;6;4204.00;9.50;358.00;2.35;0.98 +8876;7;4200.00;9.50;365.00;2.83;0.98 +8876;9;4186.18;9.50;349.00;1.57;0.98 +8876;10;4203.82;9.50;349.00;-1.57;0.98 +8876;11;4192.60;9.50;329.00;-0.11;0.98 +8876;12;4179.80;9.50;337.00;-0.90;0.98 +8876;13;4208.60;9.50;342.60;1.13;0.98 +8876;14;4175.80;9.50;349.00;4.71;0.98 +8876;15;4188.60;9.50;361.80;3.60;0.98 +8876;16;4209.40;9.50;363.40;2.35;0.98 +8876;17;4203.00;9.50;374.60;2.83;0.98 8876;21;4186.18;9.50;349.00;1.57;0.98 +8877;0;4131.00;9.50;249.00;0.00;0.88 +8877;1;4129.00;9.50;239.50;-0.20;0.88 +8877;2;4119.00;9.50;247.50;-1.44;0.88 +8877;3;4142.50;9.50;242.50;1.05;0.88 +8877;4;4141.50;9.50;253.50;1.97;0.88 +8877;5;4126.50;9.50;258.50;3.58;0.88 +8877;9;4120.38;9.50;249.00;1.57;0.88 +8877;10;4141.62;9.50;249.00;-1.57;0.88 +8877;11;4127.80;9.50;233.80;-0.20;0.88 +8877;12;4111.80;9.50;246.60;-1.44;0.88 +8877;13;4149.40;9.50;238.60;1.05;0.88 +8877;14;4147.80;9.50;256.20;1.97;0.88 +8877;15;4123.80;9.50;264.20;3.58;0.88 8877;21;4120.38;9.50;249.00;1.57;0.88 +8878;0;2326.00;9.50;170.00;0.00;1.30 +8878;1;2315.00;9.50;166.00;-1.22;1.30 +8878;2;2334.50;9.50;156.00;0.54;1.30 +8878;3;2339.50;9.50;170.00;1.57;1.30 +8878;4;2316.50;9.50;184.50;3.72;1.30 +8878;5;2328.00;9.50;184.50;3.00;1.30 +8878;9;2314.30;9.50;170.00;1.57;1.30 +8878;10;2337.70;9.50;170.00;-1.57;1.30 +8878;11;2308.40;9.50;163.60;-1.22;1.30 +8878;12;2339.60;9.50;147.60;0.54;1.30 +8878;13;2347.60;9.50;170.00;1.57;1.30 +8878;14;2310.80;9.50;193.20;3.72;1.30 +8878;15;2329.20;9.50;193.20;3.00;1.30 8878;21;2314.30;9.50;170.00;1.57;1.30 +8879;0;2465.00;9.50;513.00;0.00;1.14 +8879;1;2458.00;9.50;505.50;-0.75;1.14 +8879;2;2473.50;9.50;505.00;0.81;1.14 +8879;3;2481.50;9.50;509.50;1.36;1.14 +8879;4;2472.50;9.50;519.50;2.28;1.14 +8879;5;2456.00;9.50;520.00;4.05;1.14 +8879;6;2463.50;9.50;529.00;3.23;1.14 +8879;9;2453.66;9.50;513.00;1.57;1.14 +8879;10;2476.34;9.50;513.00;-1.57;1.14 +8879;11;2453.80;9.50;501.00;-0.75;1.14 +8879;12;2478.60;9.50;500.20;0.81;1.14 +8879;13;2491.40;9.50;507.40;1.36;1.14 +8879;14;2477.00;9.50;523.40;2.28;1.14 +8879;15;2450.60;9.50;524.20;4.05;1.14 +8879;16;2462.60;9.50;538.60;3.23;1.14 8879;21;2453.66;9.50;513.00;1.57;1.14 +8880;0;2447.00;9.50;815.00;0.00;1.10 +8880;1;2440.50;9.50;807.50;-0.71;1.10 +8880;2;2456.00;9.50;806.00;0.78;1.10 +8880;3;2459.00;9.50;817.00;1.73;1.10 +8880;4;2434.50;9.50;821.50;4.23;1.10 +8880;5;2443.00;9.50;826.00;3.49;1.10 +8880;6;2435.00;9.50;829.00;3.85;1.10 +8880;9;2435.66;9.50;815.00;1.57;1.10 +8880;10;2458.34;9.50;815.00;-1.57;1.10 +8880;11;2436.60;9.50;803.00;-0.71;1.10 +8880;12;2461.40;9.50;800.60;0.78;1.10 +8880;13;2466.20;9.50;818.20;1.73;1.10 +8880;14;2427.00;9.50;825.40;4.23;1.10 +8880;15;2440.60;9.50;832.60;3.49;1.10 +8880;16;2427.80;9.50;837.40;3.85;1.10 8880;21;2435.66;9.50;815.00;1.57;1.10 +8881;0;2295.00;9.50;1393.00;0.00;1.28 +8881;1;2301.00;9.50;1378.00;0.38;1.28 +8881;2;2288.00;9.50;1383.00;-0.61;1.28 +8881;3;2311.50;9.50;1384.00;1.07;1.28 +8881;4;2306.00;9.50;1397.00;1.92;1.28 +8881;5;2278.50;9.50;1399.50;4.33;1.28 +8881;6;2286.50;9.50;1407.50;3.67;1.28 +8881;9;2280.96;9.50;1393.00;1.57;1.28 +8881;10;2309.04;9.50;1393.00;-1.57;1.28 +8881;11;2304.60;9.50;1369.00;0.38;1.28 +8881;12;2283.80;9.50;1377.00;-0.61;1.28 +8881;13;2321.40;9.50;1378.60;1.07;1.28 +8881;14;2312.60;9.50;1399.40;1.92;1.28 +8881;15;2268.60;9.50;1403.40;4.33;1.28 +8881;16;2281.40;9.50;1416.20;3.67;1.28 8881;21;2280.96;9.50;1393.00;1.57;1.28 +8882;0;2330.00;9.50;2021.00;0.00;1.00 +8882;1;2325.50;9.50;2012.50;-0.48;1.00 +8882;2;2346.50;9.50;2021.00;1.57;1.00 +8882;3;2327.50;9.50;2033.00;3.34;1.00 +8882;9;2313.80;9.50;2021.00;1.57;1.00 +8882;10;2346.20;9.50;2021.00;-1.57;1.00 +8882;11;2322.80;9.50;2007.40;-0.48;1.00 +8882;12;2356.40;9.50;2021.00;1.57;1.00 +8882;13;2326.00;9.50;2040.20;3.34;1.00 8882;21;2313.80;9.50;2021.00;1.57;1.00 +8883;0;1283.00;9.50;21.00;0.00;0.94 +8883;1;1265.50;9.50;22.00;4.65;0.94 +8883;2;1301.50;9.50;22.00;1.62;0.94 +8883;3;1277.00;9.50;33.50;3.58;0.94 +8883;4;1292.00;9.50;34.00;2.53;0.94 +8883;9;1267.52;9.50;21.00;1.57;0.94 +8883;10;1298.48;9.50;21.00;-1.57;0.94 +8883;11;1255.00;9.50;22.60;4.65;0.94 +8883;12;1312.60;9.50;22.60;1.62;0.94 +8883;13;1273.40;9.50;41.00;3.58;0.94 +8883;14;1297.40;9.50;41.80;2.53;0.94 8883;21;1267.52;9.50;21.00;1.57;0.94 +8884;0;138.00;9.50;253.00;0.00;1.16 +8884;1;138.00;9.50;240.00;0.00;1.16 +8884;2;152.00;9.50;250.00;1.36;1.16 +8884;3;124.50;9.50;248.50;-1.24;1.16 +8884;4;129.00;9.50;264.00;3.82;1.16 +8884;5;147.00;9.50;263.00;2.40;1.16 +8884;6;137.50;9.50;269.50;3.17;1.16 +8884;9;127.56;9.50;253.00;1.57;1.16 +8884;10;148.44;9.50;253.00;-1.57;1.16 +8884;11;138.00;9.50;232.20;0.00;1.16 +8884;12;160.40;9.50;248.20;1.36;1.16 +8884;13;116.40;9.50;245.80;-1.24;1.16 +8884;14;123.60;9.50;270.60;3.82;1.16 +8884;15;152.40;9.50;269.00;2.40;1.16 +8884;16;137.20;9.50;279.40;3.17;1.16 8884;21;127.56;9.50;253.00;1.57;1.16 +8885;0;95.00;9.50;1151.00;0.00;1.00 +8885;1;94.00;9.50;1140.50;-0.09;1.00 +8885;2;112.00;9.50;1152.00;1.63;1.00 +8885;3;76.50;9.50;1147.00;-1.35;1.00 +8885;4;79.50;9.50;1157.50;4.31;1.00 +8885;5;99.50;9.50;1162.50;2.76;1.00 +8885;6;114.00;9.50;1164.50;2.18;1.00 +8885;9;80.96;9.50;1151.00;1.57;1.00 +8885;10;109.04;9.50;1151.00;-1.57;1.00 +8885;11;93.40;9.50;1134.20;-0.09;1.00 +8885;12;122.20;9.50;1152.60;1.63;1.00 +8885;13;65.40;9.50;1144.60;-1.35;1.00 +8885;14;70.20;9.50;1161.40;4.31;1.00 +8885;15;102.20;9.50;1169.40;2.76;1.00 +8885;16;125.40;9.50;1172.60;2.18;1.00 8885;21;80.96;9.50;1151.00;1.57;1.00 +8886;0;342.00;9.50;1730.00;0.00;1.22 +8886;1;333.50;9.50;1726.00;-1.13;1.22 +8886;2;349.00;9.50;1720.50;0.63;1.22 +8886;3;350.00;9.50;1735.50;2.17;1.22 +8886;4;333.50;9.50;1741.50;3.77;1.22 +8886;9;330.66;9.50;1730.00;1.57;1.22 +8886;10;353.34;9.50;1730.00;-1.57;1.22 +8886;11;328.40;9.50;1723.60;-1.13;1.22 +8886;12;353.20;9.50;1714.80;0.63;1.22 +8886;13;354.80;9.50;1738.80;2.17;1.22 +8886;14;328.40;9.50;1748.40;3.77;1.22 8886;21;330.66;9.50;1730.00;1.57;1.22 +8887;0;360.00;9.50;948.00;0.00;0.96 +8887;1;355.00;9.50;941.00;-0.62;0.96 +8887;2;375.50;9.50;935.00;0.87;0.96 +8887;3;376.50;9.50;945.00;1.39;0.96 +8887;4;343.00;9.50;953.50;4.39;0.96 +8887;5;372.00;9.50;955.00;2.09;0.96 +8887;6;359.00;9.50;958.00;3.24;0.96 +8887;9;345.42;9.50;948.00;1.57;0.96 +8887;10;374.58;9.50;948.00;-1.57;0.96 +8887;11;352.00;9.50;936.80;-0.62;0.96 +8887;12;384.80;9.50;927.20;0.87;0.96 +8887;13;386.40;9.50;943.20;1.39;0.96 +8887;14;332.80;9.50;956.80;4.39;0.96 +8887;15;379.20;9.50;959.20;2.09;0.96 +8887;16;358.40;9.50;964.00;3.24;0.96 8887;21;345.42;9.50;948.00;1.57;0.96 +8888;0;912.00;9.50;680.00;0.00;1.12 +8888;1;903.50;9.50;671.00;-0.75;1.12 +8888;2;917.00;9.50;663.00;0.28;1.12 +8888;3;923.50;9.50;672.50;0.99;1.12 +8888;4;901.00;9.50;689.00;4.02;1.12 +8888;5;919.50;9.50;690.50;2.52;1.12 +8888;6;910.00;9.50;698.50;3.24;1.12 +8888;9;901.92;9.50;680.00;1.57;1.12 +8888;10;922.08;9.50;680.00;-1.57;1.12 +8888;11;898.40;9.50;665.60;-0.75;1.12 +8888;12;920.00;9.50;652.80;0.28;1.12 +8888;13;930.40;9.50;668.00;0.99;1.12 +8888;14;894.40;9.50;694.40;4.02;1.12 +8888;15;924.00;9.50;696.80;2.52;1.12 +8888;16;908.80;9.50;709.60;3.24;1.12 8888;21;901.92;9.50;680.00;1.57;1.12 +8889;0;2513.00;9.50;868.00;0.00;1.04 +8889;1;2502.50;9.50;860.50;-0.95;1.04 +8889;2;2517.50;9.50;858.00;0.42;1.04 +8889;3;2532.50;9.50;859.00;1.13;1.04 +8889;4;2533.00;9.50;860.00;1.19;1.04 +8889;5;2532.00;9.50;865.00;1.41;1.04 +8889;6;2532.00;9.50;867.50;1.54;1.04 +8889;7;2498.50;9.50;868.50;4.67;1.04 +8889;8;2529.00;9.50;872.00;1.81;1.04 +8889;9;2497.70;9.50;868.00;1.57;1.04 +8889;10;2528.30;9.50;868.00;-1.57;1.04 +8889;11;2496.20;9.50;856.00;-0.95;1.04 +8889;12;2520.20;9.50;852.00;0.42;1.04 +8889;13;2544.20;9.50;853.60;1.13;1.04 +8889;14;2545.00;9.51;855.20;1.19;1.04 +8889;15;2543.40;9.50;863.20;1.41;1.04 +8889;16;2543.40;9.50;867.20;1.54;1.04 +8889;17;2489.80;9.50;868.80;4.67;1.04 +8889;18;2538.60;9.50;874.40;1.81;1.04 8889;21;2497.70;9.50;868.00;1.57;1.04 +8890;0;2554.00;9.50;1409.00;0.00;1.02 +8890;1;2551.50;9.50;1402.50;-0.36;1.02 +8890;2;2564.50;9.50;1400.50;0.89;1.02 +8890;3;2557.00;9.50;1416.00;2.73;1.02 +8890;4;2539.50;9.50;1413.50;4.41;1.02 +8890;5;2543.50;9.50;1418.50;3.97;1.02 +8890;9;2544.82;9.50;1409.00;1.57;1.02 +8890;10;2563.18;9.50;1409.00;-1.57;1.02 +8890;11;2550.00;9.50;1398.60;-0.36;1.02 +8890;12;2570.80;9.50;1395.40;0.89;1.02 +8890;13;2558.80;9.50;1420.20;2.73;1.02 +8890;14;2530.80;9.50;1416.20;4.41;1.02 +8890;15;2537.20;9.50;1424.20;3.97;1.02 8890;21;2544.82;9.50;1409.00;1.57;1.02 +8891;0;1485.00;9.50;1971.00;0.00;1.40 +8891;1;1476.50;9.50;1950.50;-0.39;1.40 +8891;2;1491.00;9.50;1960.00;0.49;1.40 +8891;3;1472.00;9.50;1966.00;-1.20;1.40 +8891;4;1500.00;9.50;1978.50;2.03;1.40 +8891;5;1483.00;9.50;1984.00;3.29;1.40 +8891;9;1472.40;9.50;1971.00;1.57;1.40 +8891;10;1497.60;9.50;1971.00;-1.57;1.40 +8891;11;1471.40;9.50;1938.20;-0.39;1.40 +8891;12;1494.60;9.50;1953.40;0.49;1.40 +8891;13;1464.20;9.50;1963.00;-1.20;1.40 +8891;14;1509.00;9.50;1983.00;2.03;1.40 +8891;15;1481.80;9.50;1991.80;3.29;1.40 8891;21;1472.40;9.50;1971.00;1.57;1.40 +8892;0;1387.00;9.50;497.00;0.00;1.16 +8892;1;1366.50;9.50;489.50;-1.22;1.16 +8892;2;1389.00;9.50;487.00;0.19;1.16 +8892;3;1409.50;9.50;498.00;1.61;1.16 +8892;4;1373.50;9.50;504.00;4.23;1.16 +8892;5;1403.00;9.50;506.50;2.10;1.16 +8892;6;1388.50;9.50;510.00;3.02;1.16 +8892;9;1370.62;9.50;497.00;1.57;1.16 +8892;10;1403.38;9.50;497.00;-1.57;1.16 +8892;11;1354.20;9.50;485.00;-1.22;1.16 +8892;12;1390.20;9.50;481.00;0.19;1.16 +8892;13;1423.00;9.50;498.60;1.61;1.16 +8892;14;1365.40;9.50;508.20;4.23;1.16 +8892;15;1412.60;9.50;512.20;2.10;1.16 +8892;16;1389.40;9.50;517.80;3.02;1.16 8892;21;1370.62;9.50;497.00;1.57;1.16 +8893;0;5197.00;9.50;1469.00;0.00;0.90 +8893;1;5185.50;9.50;1458.00;-0.80;0.90 +8893;2;5204.50;9.50;1461.50;0.78;0.90 +8893;3;5176.50;9.50;1464.00;-1.33;0.90 +8893;4;5187.50;9.50;1472.50;4.35;0.90 +8893;5;5215.50;9.50;1466.50;1.43;0.90 +8893;6;5215.50;9.50;1473.50;1.80;0.90 +8893;7;5195.50;9.50;1477.50;3.31;0.90 +8893;8;5209.00;9.50;1480.50;2.33;0.90 +8893;9;5182.60;9.50;1469.00;1.57;0.90 +8893;10;5211.40;9.50;1469.00;-1.57;0.90 +8893;11;5178.60;9.50;1451.40;-0.80;0.90 +8893;12;5209.00;9.50;1457.00;0.78;0.90 +8893;13;5164.20;9.50;1461.00;-1.33;0.90 +8893;14;5181.80;9.50;1474.60;4.35;0.90 +8893;15;5226.60;9.50;1465.00;1.43;0.90 +8893;16;5226.60;9.50;1476.20;1.80;0.90 +8893;17;5194.60;9.50;1482.60;3.31;0.90 +8893;18;5216.20;9.50;1487.40;2.33;0.90 8893;21;5182.60;9.50;1469.00;1.57;0.90 +8894;0;3913.00;9.50;686.00;0.00;0.92 +8894;1;3904.50;9.50;679.00;-0.88;0.92 +8894;2;3915.00;9.50;677.00;0.21;0.92 +8894;3;3922.50;9.50;682.50;1.21;0.92 +8894;4;3906.00;9.50;692.50;3.96;0.92 +8894;5;3925.50;9.50;688.50;1.76;0.92 +8894;6;3923.50;9.50;692.00;2.09;0.92 +8894;7;3917.50;9.50;695.50;2.69;0.92 +8894;9;3904.00;9.50;686.00;1.57;0.92 +8894;10;3922.00;9.50;686.00;-1.57;0.92 +8894;11;3899.40;9.50;674.80;-0.88;0.92 +8894;12;3916.20;9.50;671.60;0.21;0.92 +8894;13;3928.20;9.50;680.40;1.21;0.92 +8894;14;3901.80;9.50;696.40;3.96;0.92 +8894;15;3933.00;9.50;690.00;1.76;0.92 +8894;16;3929.80;9.50;695.60;2.09;0.92 +8894;17;3920.20;9.50;701.20;2.69;0.92 8894;21;3904.00;9.50;686.00;1.57;0.92 +8895;0;2909.00;9.50;1330.00;0.00;0.92 +8895;1;2904.50;9.50;1317.50;-0.34;0.92 +8895;2;2898.50;9.50;1327.50;-1.33;0.92 +8895;3;2914.00;9.50;1321.50;0.53;0.92 +8895;4;2922.50;9.50;1328.00;1.42;0.92 +8895;5;2921.50;9.50;1332.00;1.72;0.92 +8895;6;2916.50;9.50;1337.50;2.35;0.92 +8895;7;2896.50;9.50;1338.00;4.14;0.92 +8895;8;2905.50;9.50;1339.00;3.51;0.92 +8895;9;2898.74;9.50;1330.00;1.57;0.92 +8895;10;2919.26;9.50;1330.00;-1.57;0.92 +8895;11;2901.80;9.50;1310.00;-0.34;0.92 +8895;12;2892.20;9.50;1326.00;-1.33;0.92 +8895;13;2917.00;9.50;1316.40;0.53;0.92 +8895;14;2930.60;9.50;1326.80;1.42;0.92 +8895;15;2929.00;9.50;1333.20;1.72;0.92 +8895;16;2921.00;9.50;1342.00;2.35;0.92 +8895;17;2889.00;9.50;1342.80;4.14;0.92 +8895;18;2903.40;9.50;1344.40;3.51;0.92 8895;21;2898.74;9.50;1330.00;1.57;0.92 +8896;0;5269.00;9.50;648.00;0.00;1.06 +8896;1;5262.00;9.50;635.00;-0.49;1.06 +8896;2;5274.50;9.50;634.00;0.37;1.06 +8896;3;5282.50;9.50;648.00;1.57;1.06 +8896;4;5256.00;9.50;647.50;-1.53;1.06 +8896;5;5266.00;9.50;660.00;3.38;1.06 +8896;6;5281.50;9.50;660.00;2.33;1.06 +8896;9;5253.88;9.50;648.00;1.57;1.06 +8896;10;5284.12;9.50;648.00;-1.57;1.06 +8896;11;5257.80;9.50;627.20;-0.49;1.06 +8896;12;5277.80;9.50;625.60;0.37;1.06 +8896;13;5290.60;9.50;648.00;1.57;1.06 +8896;14;5248.20;9.50;647.20;-1.53;1.06 +8896;15;5264.20;9.50;667.20;3.38;1.06 +8896;16;5289.00;9.50;667.20;2.33;1.06 8896;21;5253.88;9.50;648.00;1.57;1.06 +8897;0;5514.00;9.50;1272.00;0.00;0.88 +8897;1;5513.50;9.50;1263.00;-0.05;0.88 +8897;2;5500.50;9.50;1271.50;-1.53;0.88 +8897;3;5529.50;9.50;1273.50;1.66;0.88 +8897;4;5517.50;9.50;1281.00;2.77;0.88 +8897;5;5532.50;9.50;1279.50;1.95;0.88 +8897;9;5502.30;9.50;1272.00;1.57;0.88 +8897;10;5525.70;9.50;1272.00;-1.57;0.88 +8897;11;5513.20;9.50;1257.60;-0.05;0.88 +8897;12;5492.40;9.50;1271.20;-1.53;0.88 +8897;13;5538.80;9.50;1274.40;1.66;0.88 +8897;14;5519.60;9.50;1286.40;2.77;0.88 +8897;15;5543.60;9.50;1284.00;1.95;0.88 8897;21;5502.30;9.50;1272.00;1.57;0.88 +8898;0;4831.00;9.50;635.00;0.00;0.96 +8898;1;4826.00;9.50;619.00;-0.30;0.96 +8898;2;4823.50;9.50;624.50;-0.62;0.96 +8898;3;4828.00;9.50;620.50;-0.20;0.96 +8898;4;4832.50;9.50;623.00;0.12;0.96 +8898;5;4840.50;9.50;634.50;1.51;0.96 +8898;6;4822.00;9.50;637.00;4.49;0.96 +8898;7;4843.00;9.50;641.50;2.06;0.96 +8898;8;4822.50;9.50;645.00;3.84;0.96 +8898;9;4822.36;9.50;635.00;1.57;0.96 +8898;10;4839.64;9.50;635.00;-1.57;0.96 +8898;11;4823.00;9.50;609.40;-0.30;0.96 +8898;12;4819.00;9.50;618.20;-0.62;0.96 +8898;13;4826.20;9.50;611.80;-0.20;0.96 +8898;14;4833.40;9.50;615.80;0.12;0.96 +8898;15;4846.20;9.50;634.20;1.51;0.96 +8898;16;4816.60;9.50;638.20;4.49;0.96 +8898;17;4850.20;9.50;645.40;2.06;0.96 +8898;18;4817.40;9.50;651.00;3.84;0.96 8898;21;4822.36;9.50;635.00;1.57;0.96 +8899;0;4247.00;9.50;506.00;0.00;0.78 +8899;1;4249.50;9.50;497.00;0.27;0.78 +8899;2;4258.50;9.50;497.00;0.90;0.78 +8899;3;4236.50;9.50;502.00;-1.20;0.78 +8899;4;4258.50;9.50;504.50;1.44;0.78 +8899;5;4237.00;9.50;511.00;4.24;0.78 +8899;6;4249.00;9.50;514.00;2.89;0.78 +8899;9;4237.82;9.50;506.00;1.57;0.78 +8899;10;4256.18;9.50;506.00;-1.57;0.78 +8899;11;4251.00;9.50;491.60;0.27;0.78 +8899;12;4265.40;9.50;491.60;0.90;0.78 +8899;13;4230.20;9.50;499.60;-1.20;0.78 +8899;14;4265.40;9.50;503.60;1.44;0.78 +8899;15;4231.00;9.50;514.00;4.24;0.78 +8899;16;4250.20;9.50;518.80;2.89;0.78 8899;21;4237.82;9.50;506.00;1.57;0.78 +8900;0;4232.00;9.50;380.00;0.00;0.96 +8900;1;4233.00;9.50;368.00;0.08;0.96 +8900;2;4222.50;9.50;373.50;-0.97;0.96 +8900;3;4241.00;9.50;383.50;1.94;0.96 +8900;4;4227.50;9.50;388.50;3.62;0.96 +8900;5;4237.50;9.50;397.00;2.82;0.96 +8900;9;4223.36;9.50;380.00;1.57;0.96 +8900;10;4240.64;9.50;380.00;-1.57;0.96 +8900;11;4233.60;9.50;360.80;0.08;0.96 +8900;12;4216.80;9.50;369.60;-0.97;0.96 +8900;13;4246.40;9.50;385.60;1.94;0.96 +8900;14;4224.80;9.50;393.60;3.62;0.96 +8900;15;4240.80;9.50;407.20;2.82;0.96 8900;21;4223.36;9.50;380.00;1.57;0.96 +8901;0;4117.00;9.50;288.00;0.00;1.06 +8901;1;4106.00;9.50;278.00;-0.83;1.06 +8901;2;4119.50;9.50;278.00;0.24;1.06 +8901;3;4128.00;9.50;281.50;1.03;1.06 +8901;4;4108.00;9.50;290.00;4.49;1.06 +8901;5;4127.00;9.50;293.00;2.03;1.06 +8901;6;4120.50;9.50;301.00;2.87;1.06 +8901;9;4107.46;9.50;288.00;1.57;1.06 +8901;10;4126.54;9.50;288.00;-1.57;1.06 +8901;11;4099.40;9.50;272.00;-0.83;1.06 +8901;12;4121.00;9.50;272.00;0.24;1.06 +8901;13;4134.60;9.50;277.60;1.03;1.06 +8901;14;4102.60;9.50;291.20;4.49;1.06 +8901;15;4133.00;9.50;296.00;2.03;1.06 +8901;16;4122.60;9.50;308.80;2.87;1.06 8901;21;4107.46;9.50;288.00;1.57;1.06 +8902;0;2330.00;9.50;230.00;0.00;1.18 +8902;1;2330.00;9.50;214.50;0.00;1.18 +8902;2;2341.00;9.50;216.50;0.68;1.18 +8902;3;2318.00;9.50;228.00;-1.40;1.18 +8902;4;2338.50;9.50;237.00;2.26;1.18 +8902;5;2323.50;9.50;244.50;3.56;1.18 +8902;6;2333.00;9.50;251.50;3.00;1.18 +8902;9;2319.38;9.50;230.00;1.57;1.18 +8902;10;2340.62;9.50;230.00;-1.57;1.18 +8902;11;2330.00;9.50;205.20;0.00;1.18 +8902;12;2347.60;9.50;208.40;0.68;1.18 +8902;13;2310.80;9.50;226.80;-1.40;1.18 +8902;14;2343.60;9.50;241.20;2.26;1.18 +8902;15;2319.60;9.50;253.20;3.56;1.18 +8902;16;2334.80;9.50;264.40;3.00;1.18 8902;21;2319.38;9.50;230.00;1.57;1.18 +8903;0;2495.00;9.50;475.00;0.00;1.08 +8903;1;2496.50;9.50;465.00;0.14;1.08 +8903;2;2482.50;9.50;465.50;-0.92;1.08 +8903;3;2512.00;9.50;469.00;1.23;1.08 +8903;4;2482.00;9.50;474.50;-1.53;1.08 +8903;5;2504.50;9.50;481.00;2.13;1.08 +8903;6;2488.50;9.50;486.00;3.67;1.08 +8903;9;2483.48;9.50;475.00;1.57;1.08 +8903;10;2506.52;9.50;475.00;-1.57;1.08 +8903;11;2497.40;9.50;459.00;0.14;1.08 +8903;12;2475.00;9.50;459.80;-0.92;1.08 +8903;13;2522.20;9.50;465.40;1.23;1.08 +8903;14;2474.20;9.50;474.20;-1.53;1.08 +8903;15;2510.20;9.50;484.60;2.13;1.08 +8903;16;2484.60;9.50;492.60;3.67;1.08 8903;21;2483.48;9.50;475.00;1.57;1.08 +8904;0;2430.00;9.50;780.00;0.00;1.00 +8904;1;2430.50;9.50;766.00;0.03;1.00 +8904;2;2436.50;9.50;768.00;0.49;1.00 +8904;3;2424.00;9.50;775.50;-0.92;1.00 +8904;4;2440.50;9.50;777.00;1.29;1.00 +8904;5;2432.00;9.50;790.00;2.94;1.00 +8904;6;2421.50;9.50;790.50;3.82;1.00 +8904;9;2421.00;9.50;780.00;1.57;1.00 +8904;10;2439.00;9.50;780.00;-1.57;1.00 +8904;11;2430.80;9.50;757.60;0.03;1.00 +8904;12;2440.40;9.50;760.80;0.49;1.00 +8904;13;2420.40;9.50;772.80;-0.92;1.00 +8904;14;2446.80;9.50;775.20;1.29;1.00 +8904;15;2433.20;9.50;796.00;2.94;1.00 +8904;16;2416.40;9.50;796.80;3.82;1.00 8904;21;2421.00;9.50;780.00;1.57;1.00 +8905;0;2329.00;9.50;1414.00;0.00;1.32 +8905;1;2323.00;9.50;1407.50;-0.74;1.32 +8905;2;2340.00;9.50;1401.00;0.70;1.32 +8905;3;2336.50;9.50;1417.50;2.00;1.32 +8905;4;2319.00;9.50;1424.50;3.90;1.32 +8905;9;2316.58;9.50;1414.00;1.57;1.32 +8905;10;2341.42;9.50;1414.00;-1.57;1.32 +8905;11;2319.40;9.50;1403.60;-0.74;1.32 +8905;12;2346.60;9.50;1393.20;0.70;1.32 +8905;13;2341.00;9.50;1419.60;2.00;1.32 +8905;14;2313.00;9.50;1430.80;3.90;1.32 8905;21;2316.58;9.50;1414.00;1.57;1.32 +8906;0;1209.00;9.50;20.00;0.00;0.94 +8906;1;1190.00;9.50;19.00;-1.51;0.94 +8906;2;1228.50;9.50;21.50;1.64;0.94 +8906;3;1217.50;9.50;31.00;2.48;0.94 +8906;9;1189.20;9.50;20.00;1.57;0.94 +8906;10;1228.80;9.50;20.00;-1.57;0.94 +8906;11;1178.60;9.50;18.40;-1.51;0.94 +8906;12;1240.20;9.50;22.40;1.64;0.94 +8906;13;1222.60;9.50;37.60;2.48;0.94 8906;21;1189.20;9.50;20.00;1.57;0.94 +8907;0;78.00;9.50;234.00;0.00;1.14 +8907;1;72.50;9.50;221.50;-0.41;1.14 +8907;2;89.50;9.50;224.50;0.88;1.14 +8907;3;63.50;9.50;235.50;4.60;1.14 +8907;4;94.50;9.50;239.00;1.86;1.14 +8907;5;68.00;9.50;247.00;3.79;1.14 +8907;6;81.50;9.50;246.50;2.86;1.14 +8907;9;65.22;9.50;234.00;1.57;1.14 +8907;10;90.78;9.50;234.00;-1.57;1.14 +8907;11;69.20;9.50;214.00;-0.41;1.14 +8907;12;96.40;9.50;218.80;0.88;1.14 +8907;13;54.80;9.50;236.40;4.60;1.14 +8907;14;104.40;9.50;242.00;1.86;1.14 +8907;15;62.00;9.50;254.80;3.79;1.14 +8907;16;83.60;9.50;254.00;2.86;1.14 8907;21;65.22;9.50;234.00;1.57;1.14 +8908;0;84.00;9.50;1107.00;0.00;0.92 +8908;1;79.00;9.50;1096.50;-0.44;0.92 +8908;2;100.50;9.50;1095.50;0.96;0.92 +8908;3;102.00;9.50;1104.50;1.43;0.92 +8908;4;66.00;9.50;1109.00;4.60;0.92 +8908;5;104.00;9.50;1115.50;1.97;0.92 +8908;6;88.50;9.50;1118.50;2.76;0.92 +8908;9;67.44;9.50;1107.00;1.57;0.92 +8908;10;100.56;9.50;1107.00;-1.57;0.92 +8908;11;76.00;9.50;1090.20;-0.44;0.92 +8908;12;110.40;9.50;1088.60;0.96;0.92 +8908;13;112.80;9.50;1103.00;1.43;0.92 +8908;14;55.20;9.50;1110.20;4.60;0.92 +8908;15;116.00;9.50;1120.60;1.97;0.92 +8908;16;91.20;9.50;1125.40;2.76;0.92 8908;21;67.44;9.50;1107.00;1.57;0.92 +8909;0;437.00;9.50;1721.00;0.00;1.32 +8909;1;438.00;9.50;1708.00;0.07;1.32 +8909;2;453.50;9.50;1704.50;0.78;1.32 +8909;3;452.50;9.50;1715.50;1.23;1.32 +8909;4;422.50;9.50;1716.50;-1.27;1.32 +8909;5;420.50;9.50;1728.50;4.28;1.32 +8909;6;448.00;9.50;1730.00;2.25;1.32 +8909;7;432.00;9.50;1735.50;3.47;1.32 +8909;9;424.58;9.50;1721.00;1.57;1.32 +8909;10;449.42;9.50;1721.00;-1.57;1.32 +8909;11;438.60;9.50;1700.20;0.07;1.32 +8909;12;463.40;9.50;1694.60;0.78;1.32 +8909;13;461.80;9.50;1712.20;1.23;1.32 +8909;14;413.80;9.50;1713.80;-1.27;1.32 +8909;15;410.60;9.50;1733.00;4.28;1.32 +8909;16;454.60;9.50;1735.40;2.25;1.32 +8909;17;429.00;9.50;1744.20;3.47;1.32 8909;21;424.58;9.50;1721.00;1.57;1.32 +8910;0;521.00;9.50;804.00;0.00;1.18 +8910;1;530.50;9.50;798.00;1.00;1.18 +8910;2;507.00;9.50;796.50;-1.07;1.18 +8910;3;506.00;9.50;811.00;4.27;1.18 +8910;4;547.50;9.50;809.50;1.77;1.18 +8910;5;530.00;9.50;813.50;2.38;1.18 +8910;6;547.50;9.50;811.00;1.82;1.18 +8910;9;503.90;9.50;804.00;1.57;1.18 +8910;10;538.10;9.50;804.00;-1.57;1.18 +8910;11;536.20;9.50;794.40;1.00;1.18 +8910;12;498.60;9.50;792.00;-1.07;1.18 +8910;13;497.00;9.50;815.20;4.27;1.18 +8910;14;563.40;9.50;812.80;1.77;1.18 +8910;15;535.40;9.50;819.20;2.38;1.18 +8910;16;563.40;9.50;815.20;1.82;1.18 8910;21;503.90;9.50;804.00;1.57;1.18 +8911;0;916.00;9.50;620.00;0.00;1.00 +8911;1;905.50;9.50;612.00;-0.92;1.00 +8911;2;921.50;9.50;610.00;0.50;1.00 +8911;3;929.00;9.50;620.00;1.57;1.00 +8911;4;904.50;9.50;624.50;4.33;1.00 +8911;5;927.50;9.50;630.00;2.28;1.00 +8911;6;919.00;9.50;633.00;2.91;1.00 +8911;9;904.30;9.50;620.00;1.57;1.00 +8911;10;927.70;9.50;620.00;-1.57;1.00 +8911;11;899.20;9.50;607.20;-0.92;1.00 +8911;12;924.80;9.50;604.00;0.50;1.00 +8911;13;936.80;9.50;620.00;1.57;1.00 +8911;14;897.60;9.50;627.20;4.33;1.00 +8911;15;934.40;9.50;636.00;2.28;1.00 +8911;16;920.80;9.50;640.80;2.91;1.00 8911;21;904.30;9.50;620.00;1.57;1.00 +8912;0;2571.00;9.50;1317.00;0.00;1.42 +8912;1;2580.00;9.50;1303.50;0.58;1.42 +8912;2;2589.00;9.50;1299.00;0.78;1.42 +8912;3;2590.50;9.50;1309.50;1.20;1.42 +8912;4;2557.00;9.50;1315.00;-1.42;1.42 +8912;5;2575.50;9.50;1325.50;2.65;1.42 +8912;6;2553.00;9.50;1327.50;4.18;1.42 +8912;9;2553.90;9.50;1317.00;1.57;1.42 +8912;10;2588.10;9.50;1317.00;-1.57;1.42 +8912;11;2585.40;9.50;1295.40;0.58;1.42 +8912;12;2599.80;9.50;1288.20;0.78;1.42 +8912;13;2602.20;9.50;1305.00;1.20;1.42 +8912;14;2548.60;9.50;1313.80;-1.42;1.42 +8912;15;2578.20;9.50;1330.60;2.65;1.42 +8912;16;2542.20;9.50;1333.80;4.18;1.42 8912;21;2553.90;9.50;1317.00;1.57;1.42 +8913;0;1733.00;9.50;47.00;0.00;0.42 +8913;1;1735.50;9.50;46.00;1.19;0.42 +8913;2;1730.00;9.50;45.50;-1.10;0.42 +8913;3;1732.00;9.50;52.00;3.33;0.42 +8913;9;1728.68;9.50;47.00;1.57;0.42 +8913;10;1737.32;9.50;47.00;-1.57;0.42 8913;21;1728.68;9.50;47.00;1.57;0.42 +8914;0;1537.00;9.50;2009.00;0.00;1.62 +8914;1;1533.50;9.50;1987.50;-0.16;1.62 +8914;2;1537.50;9.50;1986.50;0.02;1.62 +8914;3;1541.00;9.50;1997.00;0.32;1.62 +8914;4;1526.00;9.50;1997.50;-0.76;1.62 +8914;5;1521.00;9.50;2008.50;-1.54;1.62 +8914;6;1526.50;9.50;2015.00;4.19;1.62 +8914;7;1553.00;9.50;2021.00;2.21;1.62 +8914;8;1541.50;9.50;2024.00;2.85;1.62 +8914;9;1522.42;9.50;2009.00;1.57;1.62 +8914;10;1551.58;9.50;2009.00;-1.57;1.62 +8914;11;1531.40;9.50;1974.60;-0.16;1.62 +8914;12;1537.80;9.50;1973.00;0.02;1.62 +8914;13;1543.40;9.50;1989.80;0.32;1.62 +8914;14;1519.40;9.50;1990.60;-0.76;1.62 +8914;15;1511.40;9.50;2008.20;-1.54;1.62 +8914;16;1520.20;9.50;2018.60;4.19;1.62 +8914;17;1562.60;9.50;2028.20;2.21;1.62 +8914;18;1544.20;9.50;2033.00;2.85;1.62 8914;21;1522.42;9.50;2009.00;1.57;1.62 +8915;0;1472.00;9.50;663.00;0.00;1.38 +8915;1;1465.00;9.50;648.50;-0.45;1.38 +8915;2;1482.00;9.50;655.50;0.92;1.38 +8915;3;1460.00;9.50;669.50;4.21;1.38 +8915;4;1485.00;9.50;675.00;2.31;1.38 +8915;5;1472.00;9.50;681.00;3.14;1.38 +8915;9;1459.58;9.50;663.00;1.57;1.38 +8915;10;1484.42;9.50;663.00;-1.57;1.38 +8915;11;1460.80;9.50;639.80;-0.45;1.38 +8915;12;1488.00;9.50;651.00;0.92;1.38 +8915;13;1452.80;9.50;673.40;4.21;1.38 +8915;14;1492.80;9.50;682.20;2.31;1.38 +8915;15;1472.00;9.50;691.80;3.14;1.38 8915;21;1459.58;9.50;663.00;1.57;1.38 +8916;0;5365.00;9.50;1433.00;0.00;1.26 +8916;1;5360.00;9.50;1419.00;-0.34;1.26 +8916;2;5350.50;9.50;1430.50;-1.40;1.26 +8916;3;5376.00;9.50;1422.00;0.78;1.26 +8916;4;5379.50;9.50;1435.50;1.74;1.26 +8916;5;5359.00;9.50;1446.00;3.57;1.26 +8916;6;5371.50;9.50;1448.50;2.74;1.26 +8916;9;5353.30;9.50;1433.00;1.57;1.26 +8916;10;5376.70;9.50;1433.00;-1.57;1.26 +8916;11;5357.00;9.50;1410.60;-0.34;1.26 +8916;12;5341.80;9.50;1429.00;-1.40;1.26 +8916;13;5382.60;9.50;1415.40;0.78;1.26 +8916;14;5388.20;9.50;1437.00;1.74;1.26 +8916;15;5355.40;9.50;1453.80;3.57;1.26 +8916;16;5375.40;9.50;1457.80;2.74;1.26 8916;21;5353.30;9.50;1433.00;1.57;1.26 +8917;0;4014.00;9.50;497.00;0.00;1.04 +8917;1;4000.50;9.50;484.50;-0.82;1.04 +8917;2;4000.50;9.50;493.50;-1.31;1.04 +8917;3;4013.50;9.50;486.50;-0.04;1.04 +8917;4;4027.00;9.50;496.50;1.53;1.04 +8917;5;4009.50;9.50;506.50;3.58;1.04 +8917;6;4024.00;9.50;507.50;2.38;1.04 +8917;9;4002.30;9.50;497.00;1.57;1.04 +8917;10;4025.70;9.50;497.00;-1.57;1.04 +8917;11;3992.40;9.50;477.00;-0.82;1.04 +8917;12;3992.40;9.50;491.40;-1.31;1.04 +8917;13;4013.20;9.50;480.20;-0.04;1.04 +8917;14;4034.80;9.50;496.20;1.53;1.04 +8917;15;4006.80;9.50;512.20;3.58;1.04 +8917;16;4030.00;9.50;513.80;2.38;1.04 8917;21;4002.30;9.50;497.00;1.57;1.04 +8918;0;2907.00;9.50;1366.00;0.00;0.84 +8918;1;2904.50;9.50;1357.00;-0.27;0.84 +8918;2;2898.50;9.50;1365.00;-1.45;0.84 +8918;3;2915.00;9.50;1361.50;1.05;0.84 +8918;4;2914.50;9.50;1371.00;2.15;0.84 +8918;5;2904.00;9.50;1374.00;3.50;0.84 +8918;6;2901.50;9.50;1374.00;3.74;0.84 +8918;7;2908.50;9.50;1375.50;2.98;0.84 +8918;9;2899.44;9.50;1366.00;1.57;0.84 +8918;10;2914.56;9.50;1366.00;-1.57;0.84 +8918;11;2903.00;9.50;1351.60;-0.27;0.84 +8918;12;2893.40;9.50;1364.40;-1.45;0.84 +8918;13;2919.80;9.50;1358.80;1.05;0.84 +8918;14;2919.00;9.50;1374.00;2.15;0.84 +8918;15;2902.20;9.50;1378.80;3.50;0.84 +8918;16;2898.20;9.50;1378.80;3.74;0.84 +8918;17;2909.40;9.50;1381.20;2.98;0.84 8918;21;2899.44;9.50;1366.00;1.57;0.84 +8919;0;5217.00;9.50;650.00;0.00;1.10 +8919;1;5214.00;9.50;637.00;-0.22;1.10 +8919;2;5202.50;9.50;642.00;-1.06;1.10 +8919;3;5230.00;9.50;648.50;1.45;1.10 +8919;4;5200.50;9.50;648.00;-1.45;1.10 +8919;5;5206.00;9.50;656.50;4.17;1.10 +8919;6;5223.50;9.50;663.00;2.67;1.10 +8919;9;5204.40;9.50;650.00;1.57;1.10 +8919;10;5229.60;9.50;650.00;-1.57;1.10 +8919;11;5212.20;9.50;629.20;-0.22;1.10 +8919;12;5193.80;9.50;637.20;-1.06;1.10 +8919;13;5237.80;9.50;647.60;1.45;1.10 +8919;14;5190.60;9.50;646.80;-1.45;1.10 +8919;15;5199.40;9.50;660.40;4.17;1.10 +8919;16;5227.40;9.50;670.80;2.67;1.10 8919;21;5204.40;9.50;650.00;1.57;1.10 +8920;0;5555.00;9.50;1255.00;0.00;1.14 +8920;1;5550.50;9.50;1240.50;-0.30;1.14 +8920;2;5543.50;9.50;1248.50;-1.05;1.14 +8920;3;5561.50;9.50;1243.50;0.51;1.14 +8920;4;5565.00;9.50;1256.00;1.67;1.14 +8920;5;5550.00;9.50;1265.00;3.60;1.14 +8920;6;5561.00;9.50;1269.50;2.74;1.14 +8920;7;5569.00;9.50;1268.50;2.33;1.14 +8920;9;5544.74;9.50;1255.00;1.57;1.14 +8920;10;5565.26;9.50;1255.00;-1.57;1.14 +8920;11;5547.80;9.50;1231.80;-0.30;1.14 +8920;12;5536.60;9.50;1244.60;-1.05;1.14 +8920;13;5565.40;9.50;1236.60;0.51;1.14 +8920;14;5571.00;9.50;1256.60;1.67;1.14 +8920;15;5547.00;9.50;1271.00;3.60;1.14 +8920;16;5564.60;9.50;1278.20;2.74;1.14 +8920;17;5577.40;9.50;1276.60;2.33;1.14 8920;21;5544.74;9.50;1255.00;1.57;1.14 +8921;0;4934.00;9.50;518.00;0.00;1.08 +8921;1;4924.00;9.50;509.00;-0.83;1.08 +8921;2;4939.00;9.50;509.50;0.53;1.08 +8921;3;4922.00;9.50;515.50;-1.36;1.08 +8921;4;4944.50;9.50;518.50;1.61;1.08 +8921;5;4935.50;9.50;527.50;2.98;1.08 +8921;9;4924.28;9.50;518.00;1.57;1.08 +8921;10;4943.72;9.50;518.00;-1.57;1.08 +8921;11;4918.00;9.50;503.60;-0.83;1.08 +8921;12;4942.00;9.50;504.40;0.53;1.08 +8921;13;4914.80;9.50;514.00;-1.36;1.08 +8921;14;4950.80;9.50;518.80;1.61;1.08 +8921;15;4936.40;9.50;533.20;2.98;1.08 8921;21;4924.28;9.50;518.00;1.57;1.08 +8922;0;4212.00;9.50;537.00;0.00;0.84 +8922;1;4208.50;9.50;529.50;-0.43;0.84 +8922;2;4219.50;9.50;526.50;0.62;0.84 +8922;3;4221.00;9.50;537.00;1.57;0.84 +8922;4;4201.00;9.50;538.00;4.62;0.84 +8922;5;4204.00;9.50;546.00;3.86;0.84 +8922;6;4212.50;9.50;548.00;3.09;0.84 +8922;9;4204.44;9.50;537.00;1.57;0.84 +8922;10;4219.56;9.50;537.00;-1.57;0.84 +8922;11;4206.40;9.50;525.00;-0.43;0.84 +8922;12;4224.00;9.50;520.20;0.62;0.84 +8922;13;4226.40;9.50;537.00;1.57;0.84 +8922;14;4194.40;9.50;538.60;4.62;0.84 +8922;15;4199.20;9.50;551.40;3.86;0.84 +8922;16;4212.80;9.50;554.60;3.09;0.84 8922;21;4204.44;9.50;537.00;1.57;0.84 +8923;0;4729.00;9.50;127.00;0.00;0.78 +8923;1;4726.50;9.50;118.50;-0.28;0.78 +8923;2;4737.50;9.50;119.50;0.84;0.78 +8923;3;4716.50;9.50;126.00;-1.49;0.78 +8923;4;4741.00;9.50;129.00;1.73;0.78 +8923;5;4717.50;9.50;132.00;4.30;0.78 +8923;6;4724.50;9.50;134.50;3.68;0.78 +8923;7;4736.00;9.50;134.50;2.39;0.78 +8923;9;4719.82;9.50;127.00;1.57;0.78 +8923;10;4738.18;9.50;127.00;-1.57;0.78 +8923;11;4725.00;9.50;113.40;-0.28;0.78 +8923;12;4742.60;9.50;115.00;0.84;0.78 +8923;13;4709.00;9.50;125.40;-1.49;0.78 +8923;14;4748.20;9.50;130.20;1.73;0.78 +8923;15;4710.60;9.50;135.00;4.30;0.78 +8923;16;4721.80;9.50;139.00;3.68;0.78 +8923;17;4740.20;9.50;139.00;2.39;0.78 8923;21;4719.82;9.50;127.00;1.57;0.78 +8924;0;4295.00;9.50;417.00;0.00;1.24 +8924;1;4286.50;9.50;408.00;-0.75;1.24 +8924;2;4302.00;9.50;404.00;0.49;1.24 +8924;3;4306.50;9.50;418.50;1.70;1.24 +8924;4;4301.00;9.50;414.00;1.10;1.24 +8924;5;4284.00;9.50;424.50;4.11;1.24 +8924;6;4289.00;9.50;433.50;3.49;1.24 +8924;7;4295.00;9.50;433.50;3.14;1.24 +8924;9;4283.84;9.50;417.00;1.57;1.24 +8924;10;4306.16;9.55;417.00;-1.57;1.24 +8924;11;4281.40;9.50;402.60;-0.75;1.24 +8924;12;4306.20;9.50;396.20;0.49;1.24 +8924;13;4313.40;9.50;419.40;1.70;1.24 +8924;14;4304.60;9.70;412.20;1.10;1.24 +8924;15;4277.40;9.50;429.00;4.11;1.24 +8924;16;4285.40;9.50;443.40;3.49;1.24 +8924;17;4295.00;9.50;443.40;3.14;1.24 8924;21;4283.84;9.50;417.00;1.57;1.24 +8925;0;4158.00;9.50;311.00;0.00;0.96 +8925;1;4159.50;9.50;299.00;0.12;0.96 +8925;2;4147.50;9.50;304.50;-1.01;0.96 +8925;3;4169.50;9.50;310.50;1.52;0.96 +8925;4;4167.00;9.50;322.50;2.47;0.96 +8925;5;4146.50;9.50;316.00;4.30;0.96 +8925;6;4155.50;9.50;322.50;3.35;0.96 +8925;9;4149.36;9.50;311.00;1.57;0.96 +8925;10;4166.64;9.50;311.00;-1.57;0.96 +8925;11;4160.40;9.50;291.80;0.12;0.96 +8925;12;4141.20;9.50;300.60;-1.01;0.96 +8925;13;4176.40;9.50;310.20;1.52;0.96 +8925;14;4172.40;9.50;329.40;2.47;0.96 +8925;15;4139.60;9.50;319.00;4.30;0.96 +8925;16;4154.00;9.50;329.40;3.35;0.96 8925;21;4149.36;9.50;311.00;1.57;0.96 +8926;0;2289.00;9.50;149.00;0.00;1.18 +8926;1;2291.50;9.50;131.50;0.14;1.18 +8926;2;2283.50;9.50;140.00;-0.54;1.18 +8926;3;2298.50;9.50;137.50;0.69;1.18 +8926;4;2296.50;9.50;155.50;2.28;1.18 +8926;5;2278.50;9.50;155.00;4.19;1.18 +8926;6;2287.50;9.50;165.50;3.23;1.18 +8926;9;2278.38;9.50;149.00;1.57;1.18 +8926;10;2299.62;9.50;149.00;-1.57;1.18 +8926;11;2293.00;9.50;121.00;0.14;1.18 +8926;12;2280.20;9.50;134.60;-0.54;1.18 +8926;13;2304.20;9.50;130.60;0.69;1.18 +8926;14;2301.00;9.50;159.40;2.28;1.18 +8926;15;2272.20;9.50;158.60;4.19;1.18 +8926;16;2286.60;9.50;175.40;3.23;1.18 8926;21;2278.38;9.50;149.00;1.57;1.18 +8927;0;2445.00;9.50;473.00;0.00;0.94 +8927;1;2445.50;9.50;461.50;0.04;0.94 +8927;2;2435.50;9.50;471.00;-1.36;0.94 +8927;3;2457.00;9.50;473.50;1.61;0.94 +8927;4;2448.00;9.50;485.50;2.90;0.94 +8927;5;2438.00;9.50;487.00;3.60;0.94 +8927;6;2439.50;9.50;491.50;3.43;0.94 +8927;9;2436.54;9.50;473.00;1.57;0.94 +8927;10;2453.46;9.50;473.00;-1.57;0.94 +8927;11;2445.80;9.50;454.60;0.04;0.94 +8927;12;2429.80;9.50;469.80;-1.36;0.94 +8927;13;2464.20;9.50;473.80;1.61;0.94 +8927;14;2449.80;9.50;493.00;2.90;0.94 +8927;15;2433.80;9.50;495.40;3.60;0.94 +8927;16;2436.20;9.50;502.60;3.43;0.94 8927;21;2436.54;9.50;473.00;1.57;0.94 +8928;0;2393.00;9.50;764.00;0.00;0.98 +8928;1;2381.00;9.50;758.50;-1.14;0.98 +8928;2;2399.50;9.50;755.00;0.62;0.98 +8928;3;2405.50;9.50;767.50;1.84;0.98 +8928;4;2386.50;9.50;772.50;3.79;0.98 +8928;5;2398.50;9.50;777.00;2.74;0.98 +8928;9;2380.04;9.50;764.00;1.57;0.98 +8928;10;2405.96;9.50;764.00;-1.57;0.98 +8928;11;2373.80;9.50;755.20;-1.14;0.98 +8928;12;2403.40;9.50;749.60;0.62;0.98 +8928;13;2413.00;9.50;769.60;1.84;0.98 +8928;14;2382.60;9.50;777.60;3.79;0.98 +8928;15;2401.80;9.50;784.80;2.74;0.98 8928;21;2380.04;9.50;764.00;1.57;0.98 +8929;0;2362.00;9.50;1433.00;0.00;1.40 +8929;1;2365.00;9.50;1413.50;0.15;1.40 +8929;2;2369.50;9.50;1418.50;0.47;1.40 +8929;3;2353.00;9.50;1427.00;-0.98;1.40 +8929;4;2376.00;9.50;1430.50;1.39;1.40 +8929;5;2366.50;9.50;1443.00;2.71;1.40 +8929;6;2343.50;9.50;1441.00;4.30;1.40 +8929;7;2347.50;9.50;1444.50;4.04;1.40 +8929;9;2348.50;9.50;1433.00;1.57;1.40 +8929;10;2375.50;9.50;1433.00;-1.57;1.40 +8929;11;2366.80;9.50;1401.80;0.15;1.40 +8929;12;2374.00;9.50;1409.80;0.47;1.40 +8929;13;2347.60;9.50;1423.40;-0.98;1.40 +8929;14;2384.40;9.50;1429.00;1.39;1.40 +8929;15;2369.20;9.50;1449.00;2.71;1.40 +8929;16;2332.40;9.50;1445.80;4.30;1.40 +8929;17;2338.80;9.50;1451.40;4.04;1.40 8929;21;2348.50;9.50;1433.00;1.57;1.40 +8930;0;1681.00;9.50;2010.00;0.00;1.18 +8930;1;1696.00;9.50;1997.50;0.87;1.18 +8930;2;1706.00;9.50;1998.00;1.12;1.18 +8930;3;1672.00;9.60;2010.00;4.71;1.18 +8930;4;1701.50;9.50;2006.00;1.37;1.18 +8930;5;1676.00;9.50;2019.00;3.64;1.18 +8930;6;1655.00;9.70;2019.50;4.36;1.18 +8930;9;1660.12;10.38;2010.00;1.57;1.18 +8930;10;1701.88;9.50;2010.00;-1.57;1.18 +8930;11;1705.00;9.50;1990.00;0.87;1.18 +8930;12;1721.00;9.50;1990.80;1.12;1.18 +8930;13;1666.60;10.33;2010.00;4.71;1.18 +8930;14;1713.80;9.50;2003.60;1.37;1.18 +8930;15;1673.00;9.50;2024.40;3.64;1.18 +8930;16;1639.40;9.50;2025.20;4.36;1.18 8930;21;1660.12;10.38;2010.00;1.57;1.18 +8931;0;1247.00;9.50;68.00;0.00;1.22 +8931;1;1236.50;9.50;55.00;-0.67;1.22 +8931;2;1222.00;9.50;58.00;-1.19;1.22 +8931;3;1259.00;9.50;57.00;0.82;1.22 +8931;4;1266.50;9.50;70.50;1.69;1.22 +8931;5;1230.50;9.50;71.50;4.50;1.22 +8931;6;1253.00;9.50;82.00;2.73;1.22 +8931;9;1228.82;9.50;68.00;1.57;1.22 +8931;10;1265.18;9.50;68.00;-1.57;1.22 +8931;11;1230.20;9.50;47.20;-0.67;1.22 +8931;12;1207.00;9.50;52.00;-1.19;1.22 +8931;13;1266.20;9.50;50.40;0.82;1.22 +8931;14;1278.20;9.50;72.00;1.69;1.22 +8931;15;1220.60;9.50;73.60;4.50;1.22 +8931;16;1256.60;9.50;90.40;2.73;1.22 8931;21;1228.82;9.50;68.00;1.57;1.22 +8932;0;89.00;9.50;289.00;0.00;1.18 +8932;1;87.00;9.50;274.00;-0.13;1.18 +8932;2;104.50;9.50;282.00;1.14;1.18 +8932;3;73.00;9.50;289.00;4.71;1.18 +8932;4;105.00;9.50;297.00;2.03;1.18 +8932;5;88.00;9.50;303.50;3.21;1.18 +8932;9;76.40;9.50;289.00;1.57;1.18 +8932;10;101.60;9.50;289.00;-1.57;1.18 +8932;11;85.80;9.50;265.00;-0.13;1.18 +8932;12;113.80;9.50;277.80;1.14;1.18 +8932;13;63.40;9.50;289.00;4.71;1.18 +8932;14;114.60;9.50;301.80;2.03;1.18 +8932;15;87.40;9.50;312.20;3.21;1.18 8932;21;76.40;9.50;289.00;1.57;1.18 +8933;0;11.00;9.50;1097.00;0.00;0.64 +8933;1;12.50;9.50;1088.00;0.16;0.64 +8933;2;20.50;9.50;1091.00;1.00;0.64 +8933;3;2821.00;10.15;1095.00;1.57;0.64 +8933;4;13.00;9.50;1103.50;2.84;0.64 +8933;5;2821.00;10.40;1107.00;1.57;0.64 +8933;9;5.24;9.50;1097.00;1.57;0.64 +8933;10;16.76;9.50;1097.00;-1.57;0.64 +8933;11;13.40;9.50;1082.60;0.16;0.64 +8933;12;26.20;9.50;1087.40;1.00;0.64 +8933;13;4507.00;10.82;1093.80;1.57;0.64 +8933;14;14.20;9.50;1107.40;2.84;0.64 +8933;15;4507.00;11.17;1113.00;1.57;0.64 8933;21;5.24;9.50;1097.00;1.57;0.64 +8934;0;375.00;9.50;1693.00;0.00;1.16 +8934;1;374.50;9.50;1680.50;-0.04;1.16 +8934;2;388.50;9.50;1678.00;0.73;1.16 +8934;3;390.00;9.50;1689.00;1.31;1.16 +8934;4;358.00;9.50;1687.50;-1.25;1.16 +8934;5;355.00;9.50;1694.50;4.63;1.16 +8934;6;365.50;9.50;1702.00;3.95;1.16 +8934;7;391.50;9.50;1702.50;2.09;1.16 +8934;8;384.00;9.50;1706.50;2.55;1.16 +8934;9;361.50;9.50;1693.00;1.57;1.16 +8934;10;388.50;9.50;1693.00;-1.57;1.16 +8934;11;374.20;9.50;1673.00;-0.04;1.16 +8934;12;396.60;9.50;1669.00;0.73;1.16 +8934;13;399.00;9.50;1686.60;1.31;1.16 +8934;14;347.80;9.50;1684.20;-1.25;1.16 +8934;15;343.00;9.50;1695.40;4.63;1.16 +8934;16;359.80;9.50;1707.40;3.95;1.16 +8934;17;401.40;9.50;1708.20;2.09;1.16 +8934;18;389.40;9.50;1714.60;2.55;1.16 8934;21;361.50;9.50;1693.00;1.57;1.16 +8935;0;552.00;9.50;773.00;0.00;1.46 +8935;1;557.50;9.50;761.50;0.44;1.46 +8935;2;538.50;9.50;764.00;-0.98;1.46 +8935;3;566.00;9.50;780.50;2.06;1.46 +8935;4;530.00;9.50;771.50;-1.50;1.46 +8935;5;546.00;9.50;782.50;3.70;1.46 +8935;9;537.96;9.50;773.00;1.57;1.46 +8935;10;566.04;9.50;773.00;-1.57;1.46 +8935;11;560.80;9.50;754.60;0.44;1.46 +8935;12;530.40;9.50;758.60;-0.98;1.46 +8935;13;574.40;9.50;785.00;2.06;1.46 +8935;14;516.80;9.50;770.60;-1.50;1.46 +8935;15;542.40;9.50;788.20;3.70;1.46 8935;21;537.96;9.50;773.00;1.57;1.46 +8936;0;961.00;9.50;660.00;0.00;1.02 +8936;1;962.00;9.50;647.50;0.08;1.02 +8936;2;950.00;9.50;650.00;-0.83;1.02 +8936;3;973.00;9.50;653.50;1.07;1.02 +8936;4;948.00;9.50;662.50;4.52;1.02 +8936;5;973.50;9.50;666.00;2.01;1.02 +8936;6;961.50;9.50;672.50;3.10;1.02 +8936;9;951.46;9.50;660.00;1.57;1.02 +8936;10;970.54;9.50;660.00;-1.57;1.02 +8936;11;962.60;9.50;640.00;0.08;1.02 +8936;12;943.40;9.50;644.00;-0.83;1.02 +8936;13;980.20;9.50;649.60;1.07;1.02 +8936;14;940.20;9.50;664.00;4.52;1.02 +8936;15;981.00;9.50;669.60;2.01;1.02 +8936;16;961.80;9.50;680.00;3.10;1.02 8936;21;951.46;9.50;660.00;1.57;1.02 +8937;0;2658.00;9.50;1200.00;0.00;0.90 +8937;1;2655.50;9.50;1187.00;-0.19;0.90 +8937;2;2657.50;9.50;1187.50;-0.04;0.90 +8937;3;2651.50;9.50;1194.50;-0.86;0.90 +8937;4;2661.50;9.50;1195.00;0.61;0.90 +8937;5;2669.00;9.50;1201.50;1.70;0.90 +8937;6;2650.50;9.50;1205.50;4.08;0.90 +8937;7;2668.50;9.50;1206.00;2.09;0.90 +8937;8;2661.00;9.50;1209.00;2.82;0.90 +8937;9;2649.54;9.50;1200.00;1.57;0.90 +8937;10;2666.46;9.50;1200.00;-1.57;0.90 +8937;11;2654.00;9.50;1179.20;-0.19;0.90 +8937;12;2657.20;9.50;1180.00;-0.04;0.90 +8937;13;2647.60;9.50;1191.20;-0.86;0.90 +8937;14;2663.60;9.50;1192.00;0.61;0.90 +8937;15;2675.60;9.50;1202.40;1.70;0.90 +8937;16;2646.00;9.50;1208.80;4.08;0.90 +8937;17;2674.80;9.50;1209.60;2.09;0.90 +8937;18;2662.80;9.50;1214.40;2.82;0.90 8937;21;2649.54;9.50;1200.00;1.57;0.90 +8938;0;1521.00;9.50;546.00;0.00;1.02 +8938;1;1517.50;9.50;533.00;-0.26;1.02 +8938;2;1505.50;9.50;534.00;-0.91;1.02 +8938;3;1533.00;9.50;545.50;1.52;1.02 +8938;4;1508.00;9.50;546.50;4.67;1.02 +8938;5;1529.00;9.50;558.50;2.57;1.02 +8938;6;1542.50;9.50;558.50;2.09;1.02 +8938;9;1505.88;9.50;546.00;1.57;1.02 +8938;10;1536.12;9.50;546.00;-1.57;1.02 +8938;11;1515.40;9.50;525.20;-0.26;1.02 +8938;12;1496.20;9.50;526.80;-0.91;1.02 +8938;13;1540.20;9.50;545.20;1.52;1.02 +8938;14;1500.20;9.50;546.80;4.67;1.02 +8938;15;1533.80;9.50;566.00;2.57;1.02 +8938;16;1555.40;9.50;566.00;2.09;1.02 8938;21;1505.88;9.50;546.00;1.57;1.02 +8939;0;5545.00;9.50;1440.00;0.00;0.80 +8939;1;5544.50;9.50;1430.50;-0.05;0.80 +8939;2;5527.50;9.50;1439.50;-1.54;0.80 +8939;3;5562.00;9.50;1441.00;1.63;0.80 +8939;4;5545.50;9.50;1449.50;3.08;0.80 +8939;9;5532.22;9.50;1440.00;1.57;0.80 +8939;10;5557.78;9.50;1440.00;-1.57;0.80 +8939;11;5544.20;9.50;1424.80;-0.05;0.80 +8939;12;5517.00;9.50;1439.20;-1.54;0.80 +8939;13;5572.20;9.50;1441.60;1.63;0.80 +8939;14;5545.80;9.50;1455.20;3.08;0.80 8939;21;5532.22;9.50;1440.00;1.57;0.80 +8940;0;3936.00;9.50;455.00;0.00;0.86 +8940;1;3933.00;9.50;445.00;-0.29;0.86 +8940;2;3943.00;9.50;444.00;0.56;0.86 +8940;3;3945.50;9.50;453.50;1.41;0.86 +8940;4;3925.50;9.50;456.00;4.61;0.86 +8940;5;3945.00;9.50;466.00;2.45;0.86 +8940;6;3934.50;9.50;465.00;3.29;0.86 +8940;9;3928.26;9.50;455.00;1.57;0.86 +8940;10;3943.74;9.50;455.00;-1.57;0.86 +8940;11;3931.20;9.50;439.00;-0.29;0.86 +8940;12;3947.20;9.50;437.40;0.56;0.86 +8940;13;3951.20;9.50;452.60;1.41;0.86 +8940;14;3919.20;9.50;456.60;4.61;0.86 +8940;15;3950.40;9.50;472.60;2.45;0.86 +8940;16;3933.60;9.50;471.00;3.29;0.86 8940;21;3928.26;9.50;455.00;1.57;0.86 +8941;0;2925.00;9.50;1290.00;0.00;0.90 +8941;1;2920.00;9.50;1278.00;-0.39;0.90 +8941;2;2928.50;9.50;1277.50;0.27;0.90 +8941;3;2915.50;9.50;1288.00;-1.36;0.90 +8941;4;2922.50;9.50;1278.50;-0.21;0.90 +8941;5;2933.00;9.50;1278.00;0.58;0.90 +8941;6;2935.00;9.50;1279.50;0.76;0.90 +8941;7;2934.50;9.50;1288.50;1.41;0.90 +8941;8;2930.50;9.50;1298.00;2.53;0.90 +8941;9;2916.90;9.50;1290.00;1.57;0.90 +8941;10;2933.10;9.50;1290.00;-1.57;0.90 +8941;11;2917.00;9.50;1270.80;-0.39;0.90 +8941;12;2930.60;9.50;1270.00;0.27;0.90 +8941;13;2909.80;9.50;1286.80;-1.36;0.90 +8941;14;2921.00;9.50;1271.60;-0.21;0.90 +8941;15;2937.80;9.50;1270.80;0.58;0.90 +8941;16;2941.00;9.50;1273.20;0.76;0.90 +8941;17;2940.20;9.50;1287.60;1.41;0.90 +8941;18;2933.80;9.50;1302.80;2.53;0.90 8941;21;2916.90;9.50;1290.00;1.57;0.90 +8942;0;5228.00;9.50;607.00;0.00;0.92 +8942;1;5226.00;9.50;593.00;-0.14;0.92 +8942;2;5215.00;9.50;603.00;-1.27;0.92 +8942;3;5241.00;9.50;603.50;1.30;0.92 +8942;4;5241.50;9.50;614.50;2.07;0.92 +8942;5;5219.50;9.50;615.50;3.92;0.92 +8942;9;5212.34;9.50;607.00;1.57;0.92 +8942;10;5243.66;9.50;607.00;-1.57;0.92 +8942;11;5224.80;9.50;584.60;-0.14;0.92 +8942;12;5207.20;9.50;600.60;-1.27;0.92 +8942;13;5248.80;9.50;601.40;1.30;0.92 +8942;14;5249.60;9.50;619.00;2.07;0.92 +8942;15;5214.40;9.50;620.60;3.92;0.92 8942;21;5212.34;9.50;607.00;1.57;0.92 +8943;0;5561.00;9.50;1311.00;0.00;1.02 +8943;1;5564.00;9.50;1297.50;0.21;1.02 +8943;2;5570.50;9.50;1311.00;1.57;1.02 +8943;3;5556.00;9.50;1299.00;-0.39;1.02 +8943;4;5551.00;9.50;1309.50;-1.42;1.02 +8943;5;5547.50;9.50;1319.50;4.15;1.02 +8943;6;5558.00;9.50;1322.50;3.39;1.02 +8943;9;5551.82;9.50;1311.00;1.57;1.02 +8943;10;5570.18;9.50;1311.00;-1.57;1.02 +8943;11;5565.80;9.50;1289.40;0.21;1.02 +8943;12;5576.20;9.50;1311.00;1.57;1.02 +8943;13;5553.00;9.50;1291.80;-0.39;1.02 +8943;14;5545.00;9.50;1308.60;-1.42;1.02 +8943;15;5539.40;9.50;1324.60;4.15;1.02 +8943;16;5556.20;9.50;1329.40;3.39;1.02 8943;21;5551.82;9.50;1311.00;1.57;1.02 +8944;0;5594.00;9.50;1842.00;0.00;1.40 +8944;1;5599.00;9.50;1832.00;0.46;1.40 +8944;2;5578.00;9.50;1830.00;-0.92;1.40 +8944;3;5569.50;9.50;1834.50;-1.27;1.40 +8944;4;5577.00;9.50;1842.50;4.68;1.40 +8944;5;2797.00;9.50;1843.00;4.71;1.40 +8944;6;2797.00;9.50;1854.50;4.70;1.40 +8944;7;5599.00;9.50;1855.50;2.78;1.40 +8944;9;5578.52;9.50;1842.00;1.57;1.40 +8944;10;5609.48;9.50;1842.00;-1.57;1.40 +8944;11;5602.00;9.50;1826.00;0.46;1.40 +8944;12;5568.40;9.50;1822.80;-0.92;1.40 +8944;13;5554.80;9.50;1830.00;-1.27;1.40 +8944;14;5566.80;9.50;1842.80;4.68;1.40 +8944;15;1118.80;12.42;1843.60;4.71;1.40 +8944;16;1118.80;10.14;1862.00;4.70;1.40 +8944;17;5602.00;9.50;1863.60;2.78;1.40 8944;21;5578.52;9.50;1842.00;1.57;1.40 +8945;0;4926.00;9.50;553.00;0.00;1.32 +8945;1;4947.00;9.50;541.00;1.05;1.32 +8945;2;4914.00;9.50;541.00;-0.78;1.32 +8945;3;4950.50;9.50;541.50;1.13;1.32 +8945;4;4931.50;9.50;545.00;0.60;1.32 +8945;5;4909.00;9.50;557.00;4.48;1.32 +8945;6;4948.50;9.50;547.50;1.33;1.32 +8945;7;4914.50;9.50;552.00;-1.48;1.32 +8945;8;4939.50;9.50;559.50;2.02;1.32 +8945;9;4909.62;9.50;553.00;1.57;1.32 +8945;10;4942.38;9.50;553.00;-1.57;1.32 +8945;11;4959.60;9.50;533.80;1.05;1.32 +8945;12;4906.80;9.50;533.80;-0.78;1.32 +8945;13;4965.20;9.50;534.60;1.13;1.32 +8945;14;4934.80;9.50;540.20;0.60;1.32 +8945;15;4898.80;9.50;559.40;4.48;1.32 +8945;16;4962.00;9.50;544.20;1.33;1.32 +8945;17;4907.60;9.58;551.40;-1.48;1.32 +8945;18;4947.60;9.50;563.40;2.02;1.32 8945;21;4909.62;9.50;553.00;1.57;1.32 +8946;0;4224.00;9.50;573.00;0.00;0.86 +8946;1;4218.50;9.50;566.00;-0.66;0.86 +8946;2;4229.50;9.50;562.50;0.48;0.86 +8946;3;4233.00;9.50;571.50;1.40;0.86 +8946;4;4213.00;9.50;574.50;4.57;0.86 +8946;5;4221.50;9.50;582.00;3.41;0.86 +8946;6;4231.50;9.50;582.50;2.47;0.86 +8946;7;4230.50;9.50;587.00;2.70;0.86 +8946;9;4216.26;9.50;573.00;1.57;0.86 +8946;10;4231.74;9.50;573.00;-1.57;0.86 +8946;11;4215.20;9.50;561.80;-0.66;0.86 +8946;12;4232.80;9.50;556.20;0.48;0.86 +8946;13;4238.40;9.50;570.60;1.40;0.86 +8946;14;4206.40;9.50;575.40;4.57;0.86 +8946;15;4220.00;9.50;587.40;3.41;0.86 +8946;16;4236.00;9.50;588.20;2.47;0.86 +8946;17;4234.40;9.50;595.40;2.70;0.86 8946;21;4216.26;9.50;573.00;1.57;0.86 +8947;0;4319.00;9.50;365.00;0.00;1.14 +8947;1;4317.00;9.50;352.00;-0.15;1.14 +8947;2;4327.00;9.50;351.50;0.53;1.14 +8947;3;4307.50;9.50;358.00;-1.02;1.14 +8947;4;4331.50;9.50;356.50;0.97;1.14 +8947;5;4331.00;9.50;368.00;1.81;1.14 +8947;6;4305.00;9.50;368.50;4.46;1.14 +8947;7;4314.00;9.50;378.00;3.50;1.14 +8947;8;4325.50;9.50;377.00;2.64;1.14 +8947;9;4308.74;9.50;365.00;1.57;1.14 +8947;10;4329.26;9.50;365.00;-1.57;1.14 +8947;11;4315.80;9.50;344.20;-0.15;1.14 +8947;12;4331.80;9.50;343.40;0.53;1.14 +8947;13;4300.60;9.50;353.80;-1.02;1.14 +8947;14;4339.00;9.50;351.40;0.97;1.14 +8947;15;4338.20;9.50;369.80;1.81;1.14 +8947;16;4296.60;9.50;370.60;4.46;1.14 +8947;17;4311.00;9.50;385.80;3.50;1.14 +8947;18;4329.40;9.50;384.20;2.64;1.14 8947;21;4308.74;9.50;365.00;1.57;1.14 +8948;0;4617.00;9.50;221.00;0.00;1.32 +8948;1;4621.50;9.50;206.00;0.29;1.32 +8948;2;4632.50;9.50;207.50;0.85;1.32 +8948;3;4604.00;9.50;220.50;-1.53;1.32 +8948;4;4629.50;9.50;220.00;1.49;1.32 +8948;5;4624.50;9.50;233.00;2.58;1.32 +8948;6;4611.50;9.50;236.00;3.49;1.32 +8948;9;4605.12;9.50;221.00;1.57;1.32 +8948;10;4628.88;9.50;221.00;-1.57;1.32 +8948;11;4624.20;9.50;197.00;0.29;1.32 +8948;12;4641.80;9.50;199.40;0.85;1.32 +8948;13;4596.20;9.50;220.20;-1.53;1.32 +8948;14;4637.00;9.50;219.40;1.49;1.32 +8948;15;4629.00;9.50;240.20;2.58;1.32 +8948;16;4608.20;9.50;245.00;3.49;1.32 8948;21;4605.12;9.50;221.00;1.57;1.32 +8949;0;2246.00;9.50;172.00;0.00;1.12 +8949;1;2242.00;9.50;156.50;-0.25;1.12 +8949;2;2251.50;9.50;158.00;0.37;1.12 +8949;3;2233.00;9.50;168.50;-1.30;1.12 +8949;4;2257.00;9.50;166.50;1.10;1.12 +8949;5;2256.50;9.50;182.50;2.35;1.12 +8949;6;2239.50;9.50;183.00;3.67;1.12 +8949;7;2249.50;9.50;190.50;2.95;1.12 +8949;9;2235.92;9.50;172.00;1.57;1.12 +8949;10;2256.08;9.50;172.00;-1.57;1.12 +8949;11;2239.60;9.50;147.20;-0.25;1.12 +8949;12;2254.80;9.50;149.60;0.37;1.12 +8949;13;2225.20;9.50;166.40;-1.30;1.12 +8949;14;2263.60;9.50;163.20;1.10;1.12 +8949;15;2262.80;9.50;188.80;2.35;1.12 +8949;16;2235.60;9.50;189.60;3.67;1.12 +8949;17;2251.60;9.50;201.60;2.95;1.12 8949;21;2235.92;9.50;172.00;1.57;1.12 +8950;0;2493.00;9.50;434.00;0.00;0.98 +8950;1;2486.50;9.50;423.50;-0.55;0.98 +8950;2;2501.00;9.50;425.50;0.75;0.98 +8950;3;2479.50;9.50;433.50;-1.53;0.98 +8950;4;2507.50;9.50;437.50;1.80;0.98 +8950;5;2495.50;9.50;444.50;2.90;0.98 +8950;9;2481.30;9.50;434.00;1.57;0.98 +8950;10;2504.70;9.50;434.00;-1.57;0.98 +8950;11;2482.60;9.50;417.20;-0.55;0.98 +8950;12;2505.80;9.50;420.40;0.75;0.98 +8950;13;2471.40;9.50;433.20;-1.53;0.98 +8950;14;2516.20;9.50;439.60;1.80;0.98 +8950;15;2497.00;9.50;450.80;2.90;0.98 8950;21;2481.30;9.50;434.00;1.57;0.98 +8951;0;2364.00;9.50;798.00;0.00;1.20 +8951;1;2361.00;9.50;782.00;-0.18;1.20 +8951;2;2372.00;9.50;789.50;0.75;1.20 +8951;3;2356.50;9.50;789.00;-0.69;1.20 +8951;4;2375.50;9.50;801.00;1.82;1.20 +8951;5;2353.00;9.50;804.00;4.21;1.20 +8951;6;2361.00;9.50;810.50;3.37;1.20 +8951;9;2353.02;9.50;798.00;1.57;1.20 +8951;10;2374.98;9.50;798.00;-1.57;1.20 +8951;11;2359.20;9.50;772.40;-0.18;1.20 +8951;12;2376.80;9.50;784.40;0.75;1.20 +8951;13;2352.00;9.50;783.60;-0.69;1.20 +8951;14;2382.40;9.50;802.80;1.82;1.20 +8951;15;2346.40;9.50;807.60;4.21;1.20 +8951;16;2359.20;9.50;818.00;3.37;1.20 8951;21;2353.02;9.50;798.00;1.57;1.20 +8952;0;2282.00;9.50;1446.00;0.00;1.10 +8952;1;2280.00;9.50;1434.00;-0.16;1.10 +8952;2;2295.50;9.50;1440.50;1.18;1.10 +8952;3;2270.00;9.50;1440.50;-1.14;1.10 +8952;4;2268.00;9.50;1454.00;4.19;1.10 +8952;5;2303.50;9.50;1447.50;1.64;1.10 +8952;6;2285.50;9.50;1454.50;2.75;1.10 +8952;9;2269.22;9.50;1446.00;1.57;1.10 +8952;10;2294.78;9.50;1446.00;-1.57;1.10 +8952;11;2278.80;9.50;1426.80;-0.16;1.10 +8952;12;2303.60;9.50;1437.20;1.18;1.10 +8952;13;2262.80;9.50;1437.20;-1.14;1.10 +8952;14;2259.60;9.50;1458.80;4.19;1.10 +8952;15;2316.40;9.50;1448.40;1.64;1.10 +8952;16;2287.60;9.50;1459.60;2.75;1.10 8952;21;2269.22;9.50;1446.00;1.57;1.10 +8953;0;1750.00;9.50;1956.00;0.00;1.38 +8953;1;1758.50;9.50;1944.50;0.63;1.38 +8953;2;1737.00;9.50;1952.50;-1.30;1.38 +8953;3;1767.00;9.50;1960.50;1.83;1.38 +8953;4;1758.50;9.50;1967.00;2.48;1.38 +8953;5;1748.00;9.50;1971.00;3.27;1.38 +8953;6;1740.50;9.50;1971.00;3.70;1.38 +8953;9;1737.22;9.50;1956.00;1.57;1.38 +8953;10;1762.78;9.50;1956.00;-1.57;1.38 +8953;11;1763.60;9.50;1937.60;0.63;1.38 +8953;12;1729.20;9.50;1950.40;-1.30;1.38 +8953;13;1777.20;9.50;1963.20;1.83;1.38 +8953;14;1763.60;9.50;1973.60;2.48;1.38 +8953;15;1746.80;9.50;1980.00;3.27;1.38 +8953;16;1734.80;9.50;1980.00;3.70;1.38 8953;21;1737.22;9.50;1956.00;1.57;1.38 +8954;0;1141.00;9.50;26.00;0.00;1.16 +8954;1;1118.00;9.50;22.50;-1.42;1.16 +8954;2;1156.00;9.50;22.00;1.31;1.16 +8954;3;1135.00;9.50;35.50;3.70;1.16 +8954;4;1169.00;9.50;37.00;1.94;1.16 +8954;5;1159.00;9.50;39.50;2.21;1.16 +8954;9;1120.48;9.50;26.00;1.57;1.16 +8954;10;1161.52;9.50;26.00;-1.57;1.16 +8954;11;1104.20;9.50;20.40;-1.42;1.16 +8954;12;1165.00;9.50;19.60;1.31;1.16 +8954;13;1131.40;9.50;41.20;3.70;1.16 +8954;14;1185.80;9.50;43.60;1.94;1.16 +8954;15;1169.80;9.50;47.60;2.21;1.16 8954;21;1120.48;9.50;26.00;1.57;1.16 +8955;0;24.00;9.50;246.00;0.00;1.16 +8955;1;22.00;9.50;232.00;-0.14;1.16 +8955;2;36.50;9.50;241.50;1.22;1.16 +8955;3;2827.50;9.50;236.50;1.56;1.16 +8955;4;2827.50;9.50;246.50;1.57;1.16 +8955;5;26.00;9.50;258.00;2.97;1.16 +8955;6;2827.50;9.50;256.00;1.57;1.16 +8955;9;13.56;9.50;246.00;1.57;1.16 +8955;10;34.44;9.50;246.00;-1.57;1.16 +8955;11;20.80;9.50;223.60;-0.14;1.16 +8955;12;44.00;9.50;238.80;1.22;1.16 +8955;13;4509.60;9.50;230.80;1.56;1.16 +8955;14;4509.60;9.50;246.80;1.57;1.16 +8955;15;27.20;9.50;265.20;2.97;1.16 +8955;16;4509.60;9.50;262.00;1.57;1.16 8955;21;13.56;9.50;246.00;1.57;1.16 +8956;0;31.00;9.50;1133.00;0.00;1.24 +8956;1;23.00;9.50;1121.50;-0.60;1.24 +8956;2;31.00;9.50;1112.00;0.00;1.24 +8956;3;39.50;9.50;1122.00;0.65;1.24 +8956;4;31.50;9.50;1124.50;0.05;1.24 +8956;5;2831.00;10.55;1133.50;1.57;1.24 +8956;6;44.50;9.50;1138.00;1.92;1.24 +8956;7;20.50;9.50;1142.00;4.00;1.24 +8956;8;32.50;9.50;1148.00;3.04;1.24 +8956;9;19.84;9.50;1133.00;1.57;1.24 +8956;10;42.16;9.50;1133.00;-1.57;1.24 +8956;11;18.20;9.50;1114.60;-0.60;1.24 +8956;12;31.00;9.50;1099.40;0.00;1.24 +8956;13;44.60;9.50;1115.40;0.65;1.24 +8956;14;31.80;11.51;1119.40;0.05;1.24 +8956;15;4511.00;14.11;1133.80;1.57;1.24 +8956;16;52.60;9.50;1141.00;1.92;1.24 +8956;17;14.20;9.50;1147.40;4.00;1.24 +8956;18;33.40;9.50;1157.00;3.04;1.24 8956;21;19.84;9.50;1133.00;1.57;1.24 +8957;0;498.00;9.50;1714.00;0.00;1.20 +8957;1;496.00;9.50;1701.00;-0.15;1.20 +8957;2;483.00;9.50;1712.00;-1.43;1.20 +8957;3;513.00;9.50;1707.50;1.16;1.20 +8957;4;509.00;9.50;1723.00;2.25;1.20 +8957;5;491.00;9.50;1727.00;3.63;1.20 +8957;9;485.04;9.50;1714.00;1.57;1.20 +8957;10;510.96;9.50;1714.00;-1.57;1.20 +8957;11;494.80;9.50;1693.20;-0.15;1.20 +8957;12;474.00;9.50;1710.80;-1.43;1.20 +8957;13;522.00;9.50;1703.60;1.16;1.20 +8957;14;515.60;9.50;1728.40;2.25;1.20 +8957;15;486.80;9.50;1734.80;3.63;1.20 8957;21;485.04;9.50;1714.00;1.57;1.20 +8958;0;469.00;9.50;771.00;0.00;1.26 +8958;1;460.50;9.50;761.00;-0.70;1.26 +8958;2;481.50;9.50;764.00;1.06;1.26 +8958;3;453.50;9.50;772.00;4.64;1.26 +8958;4;488.50;9.50;770.50;1.54;1.26 +8958;5;481.00;9.50;780.00;2.21;1.26 +8958;6;461.50;9.50;780.50;3.81;1.26 +8958;7;467.50;9.50;785.00;3.24;1.26 +8958;9;453.88;9.50;771.00;1.57;1.26 +8958;10;484.12;9.50;771.00;-1.57;1.26 +8958;11;455.40;9.50;755.00;-0.70;1.26 +8958;12;489.00;9.50;759.80;1.06;1.26 +8958;13;444.20;9.50;772.60;4.64;1.26 +8958;14;500.20;9.50;770.20;1.54;1.26 +8958;15;488.20;9.50;785.40;2.21;1.26 +8958;16;457.00;9.50;786.20;3.81;1.26 +8958;17;466.60;9.50;793.40;3.24;1.26 8958;21;453.88;9.50;771.00;1.57;1.26 +8959;0;950.00;9.50;575.00;0.00;1.16 +8959;1;945.00;9.50;562.50;-0.38;1.16 +8959;2;962.50;9.50;565.50;0.92;1.16 +8959;3;933.50;9.50;575.50;4.68;1.16 +8959;4;970.00;9.50;576.00;1.62;1.16 +8959;5;957.00;9.50;584.50;2.50;1.16 +8959;6;938.50;9.50;587.50;3.88;1.16 +8959;9;935.60;9.50;575.00;1.57;1.16 +8959;10;964.40;9.50;575.00;-1.57;1.16 +8959;11;942.00;9.50;555.00;-0.38;1.16 +8959;12;970.00;9.50;559.80;0.92;1.16 +8959;13;923.60;9.50;575.80;4.68;1.16 +8959;14;982.00;9.50;576.60;1.62;1.16 +8959;15;961.20;9.50;590.20;2.50;1.16 +8959;16;931.60;9.50;595.00;3.88;1.16 8959;21;935.60;9.50;575.00;1.57;1.16 +8960;0;2616.00;9.50;1172.00;0.00;1.22 +8960;1;2604.50;9.50;1162.00;-0.85;1.22 +8960;2;2615.00;9.50;1157.00;-0.06;1.22 +8960;3;2624.00;9.50;1165.00;0.85;1.22 +8960;4;2604.00;9.50;1175.50;4.42;1.22 +8960;5;2630.50;9.50;1180.50;2.10;1.22 +8960;6;2620.00;9.50;1185.50;2.85;1.22 +8960;9;2602.32;9.50;1172.00;1.57;1.22 +8960;10;2629.68;9.50;1172.00;-1.57;1.22 +8960;11;2597.60;9.50;1156.00;-0.85;1.22 +8960;12;2614.40;9.50;1148.00;-0.06;1.22 +8960;13;2628.80;9.50;1160.80;0.85;1.22 +8960;14;2596.80;9.50;1177.60;4.42;1.22 +8960;15;2639.20;9.50;1185.60;2.10;1.22 +8960;16;2622.40;9.50;1193.60;2.85;1.22 8960;21;2602.32;9.50;1172.00;1.57;1.22 +8961;0;1799.00;9.50;39.00;0.00;1.02 +8961;1;1802.00;9.50;27.50;0.25;1.02 +8961;2;1811.00;9.50;32.00;1.04;1.02 +8961;3;1796.50;9.50;32.00;-0.34;1.02 +8961;4;1785.50;9.50;38.00;-1.49;1.02 +8961;5;1809.00;9.50;45.00;2.11;1.02 +8961;6;1789.50;9.50;46.50;4.04;1.02 +8961;9;1785.68;9.50;39.00;1.57;1.02 +8961;10;1812.32;9.50;39.00;-1.57;1.02 +8961;11;1803.80;9.50;20.60;0.25;1.02 +8961;12;1818.20;9.50;27.80;1.04;1.02 +8961;13;1795.00;9.50;27.80;-0.34;1.02 +8961;14;1777.40;9.50;37.40;-1.49;1.02 +8961;15;1815.00;9.50;48.60;2.11;1.02 +8961;16;1783.80;9.50;51.00;4.04;1.02 8961;21;1785.68;9.50;39.00;1.57;1.02 +8963;0;1571.00;9.50;534.00;0.00;1.20 +8963;1;1583.50;9.50;524.00;0.89;1.20 +8963;2;1561.50;9.50;524.50;-0.78;1.20 +8963;3;1581.50;9.50;539.50;2.05;1.20 +8963;4;1558.00;9.50;539.50;4.31;1.20 +8963;5;1568.00;9.50;552.50;3.30;1.20 +8963;9;1554.98;9.50;534.00;1.57;1.20 +8963;10;1587.02;9.50;534.00;-1.57;1.20 +8963;11;1591.00;9.50;518.00;0.89;1.20 +8963;12;1555.80;9.50;518.80;-0.78;1.20 +8963;13;1587.80;9.50;542.80;2.05;1.20 +8963;14;1550.20;9.50;542.80;4.31;1.20 +8963;15;1566.20;9.50;563.60;3.30;1.20 8963;21;1554.98;9.50;534.00;1.57;1.20 +8964;0;4025.00;9.50;257.00;0.00;1.10 +8964;1;4032.50;9.50;246.50;0.62;1.10 +8964;2;4018.50;9.50;251.00;-0.82;1.10 +8964;3;4032.50;9.50;262.50;2.20;1.10 +8964;4;4011.00;9.50;264.00;4.24;1.10 +8964;5;4017.50;9.50;268.50;3.71;1.10 +8964;9;4015.10;9.50;257.00;1.57;1.10 +8964;10;4034.90;9.50;257.00;-1.57;1.10 +8964;11;4037.00;9.50;240.20;0.62;1.10 +8964;12;4014.60;9.50;247.40;-0.82;1.10 +8964;13;4037.00;9.50;265.80;2.20;1.10 +8964;14;4002.60;9.50;268.20;4.24;1.10 +8964;15;4013.00;9.50;275.40;3.71;1.10 8964;21;4015.10;9.50;257.00;1.57;1.10 +8965;0;2985.00;9.50;1297.00;0.00;0.98 +8965;1;2988.00;9.50;1285.00;0.24;0.98 +8965;2;2978.00;9.50;1293.50;-1.10;0.98 +8965;3;2993.50;9.50;1290.50;0.91;0.98 +8965;4;2996.50;9.50;1292.50;1.19;0.98 +8965;5;2993.00;9.50;1301.00;2.03;0.98 +8965;6;2979.50;9.50;1307.50;3.62;0.98 +8965;9;2976.18;9.50;1297.00;1.57;0.98 +8965;10;2993.82;9.50;1297.00;-1.57;0.98 +8965;11;2989.80;9.50;1277.80;0.24;0.98 +8965;12;2973.80;9.50;1291.40;-1.10;0.98 +8965;13;2998.60;9.50;1286.60;0.91;0.98 +8965;14;3003.40;9.50;1289.80;1.19;0.98 +8965;15;2997.80;9.50;1303.40;2.03;0.98 +8965;16;2976.20;9.50;1313.80;3.62;0.98 8965;21;2976.18;9.50;1297.00;1.57;0.98 +8966;0;5438.00;9.50;485.00;0.00;1.02 +8966;1;5432.00;9.50;475.50;-0.56;1.02 +8966;2;5449.50;9.50;473.50;0.78;1.02 +8966;3;5453.00;9.50;485.00;1.57;1.02 +8966;4;5419.50;9.50;482.00;-1.41;1.02 +8966;5;5423.50;9.50;490.50;4.35;1.02 +8966;6;5439.00;9.50;496.00;3.05;1.02 +8966;9;5424.86;9.50;485.00;1.57;1.02 +8966;10;5451.14;9.50;485.00;-1.57;1.02 +8966;11;5428.40;9.50;469.80;-0.56;1.02 +8966;12;5456.40;9.50;466.60;0.78;1.02 +8966;13;5462.00;9.50;485.00;1.57;1.02 +8966;14;5408.40;9.50;480.20;-1.41;1.02 +8966;15;5414.80;9.50;493.80;4.35;1.02 +8966;16;5439.60;9.50;502.60;3.05;1.02 8966;21;5424.86;9.50;485.00;1.57;1.02 +8967;0;5515.00;9.50;1355.00;0.00;0.86 +8967;1;5514.50;9.50;1341.50;-0.03;0.86 +8967;2;5524.50;9.50;1341.50;0.61;0.86 +8967;3;5525.00;9.50;1355.50;1.62;0.86 +8967;4;5505.00;9.50;1349.00;-1.03;0.86 +8967;5;5505.50;9.50;1362.00;4.07;0.86 +8967;6;5506.50;9.50;1368.50;3.70;0.86 +8967;7;5516.50;9.50;1369.00;3.03;0.86 +8967;9;5507.26;9.50;1355.00;1.57;0.86 +8967;10;5522.74;9.50;1355.00;-1.57;0.86 +8967;11;5514.20;9.50;1333.40;-0.03;0.86 +8967;12;5530.20;9.50;1333.40;0.61;0.86 +8967;13;5531.00;9.50;1355.80;1.62;0.86 +8967;14;5499.00;9.50;1345.40;-1.03;0.86 +8967;15;5499.80;9.50;1366.20;4.07;0.86 +8967;16;5501.40;9.50;1376.60;3.70;0.86 +8967;17;5517.40;9.50;1377.40;3.03;0.86 8967;21;5507.26;9.50;1355.00;1.57;0.86 +8968;0;5594.00;9.50;1789.00;0.00;1.58 +8968;1;5584.00;9.50;1772.50;-0.54;1.58 +8968;2;5568.00;9.50;1773.00;-1.01;1.58 +8968;3;5576.50;9.50;1786.00;-1.40;1.58 +8968;4;5606.00;9.50;1780.50;0.95;1.58 +8968;5;2797.00;9.50;1784.00;-1.56;1.58 +8968;6;2797.00;9.50;1794.50;4.71;1.58 +8968;7;5599.00;9.50;1805.50;2.84;1.58 +8968;8;2797.00;9.50;1807.50;4.70;1.58 +8968;9;5577.80;9.50;1789.00;1.57;1.58 +8968;10;5610.20;9.50;1789.00;-1.57;1.58 +8968;11;5578.00;9.50;1762.60;-0.54;1.58 +8968;12;5552.40;9.50;1763.40;-1.01;1.58 +8968;13;5566.00;9.50;1784.20;-1.40;1.58 +8968;14;5613.20;9.50;1775.40;0.95;1.58 +8968;15;1118.80;11.28;1781.00;-1.56;1.58 +8968;16;1118.80;11.04;1797.80;4.71;1.58 +8968;17;5602.00;9.50;1815.40;2.84;1.58 +8968;18;1118.80;11.30;1818.60;4.70;1.58 8968;21;5577.80;9.50;1789.00;1.57;1.58 +8969;0;4882.00;9.50;521.00;0.00;0.78 +8969;1;4878.50;9.50;514.00;-0.46;0.78 +8969;2;4891.00;9.50;512.00;0.78;0.78 +8969;3;4896.00;9.50;517.00;1.29;0.78 +8969;4;4867.50;9.50;528.50;4.23;0.78 +8969;5;4871.00;9.50;526.50;4.24;0.78 +8969;6;4892.00;9.50;525.00;1.95;0.78 +8969;7;4876.00;9.50;529.50;3.75;0.78 +8969;9;4870.48;9.50;521.00;1.57;0.78 +8969;10;4893.52;9.50;521.00;-1.57;0.78 +8969;11;4876.40;9.50;509.80;-0.46;0.78 +8969;12;4896.40;9.50;506.60;0.78;0.78 +8969;13;4904.40;9.50;514.60;1.29;0.78 +8969;14;4858.80;10.16;533.00;4.23;0.78 +8969;15;4864.40;9.50;529.80;4.24;0.78 +8969;16;4898.00;9.50;527.40;1.95;0.78 +8969;17;4872.40;9.50;534.60;3.75;0.78 8969;21;4870.48;9.50;521.00;1.57;0.78 +8970;0;4182.00;9.50;571.00;0.00;0.96 +8970;1;4180.50;9.50;560.50;-0.14;0.96 +8970;2;4189.00;9.50;563.00;0.71;0.96 +8970;3;4171.00;9.50;572.00;4.62;0.96 +8970;4;4192.00;9.50;573.50;1.81;0.96 +8970;5;4175.50;9.50;579.50;3.79;0.96 +8970;6;4187.50;9.50;579.50;2.56;0.96 +8970;9;4173.36;9.50;571.00;1.57;0.96 +8970;10;4190.64;9.50;571.00;-1.57;0.96 +8970;11;4179.60;9.50;554.20;-0.14;0.96 +8970;12;4193.20;9.50;558.20;0.71;0.96 +8970;13;4164.40;9.50;572.60;4.62;0.96 +8970;14;4198.00;9.50;575.00;1.81;0.96 +8970;15;4171.60;9.50;584.60;3.79;0.96 +8970;16;4190.80;9.50;584.60;2.56;0.96 8970;21;4173.36;9.50;571.00;1.57;0.96 +8971;0;4332.00;9.50;424.00;0.00;0.88 +8971;1;4332.00;9.50;406.50;0.00;0.88 +8971;2;4337.50;9.50;411.00;0.40;0.88 +8971;3;4325.00;9.50;422.00;-1.29;0.88 +8971;4;4339.50;9.50;426.50;1.89;0.88 +8971;5;4323.50;9.50;437.00;3.72;0.88 +8971;6;4333.00;9.50;437.50;3.06;0.88 +8971;9;4324.08;9.50;424.00;1.57;0.88 +8971;10;4339.92;9.50;424.00;-1.57;0.88 +8971;11;4332.00;9.50;396.00;0.00;0.88 +8971;12;4340.80;9.50;403.20;0.40;0.88 +8971;13;4320.80;9.50;420.80;-1.29;0.88 +8971;14;4344.00;9.50;428.00;1.89;0.88 +8971;15;4318.40;9.50;444.80;3.72;0.88 +8971;16;4333.60;9.50;445.60;3.06;0.88 8971;21;4324.08;9.50;424.00;1.57;0.88 +8972;0;4604.00;9.50;276.00;0.00;1.16 +8972;1;4595.00;9.50;260.00;-0.51;1.16 +8972;2;4605.00;9.50;263.50;0.08;1.16 +8972;3;4593.50;9.50;274.50;-1.42;1.16 +8972;4;4615.00;9.50;265.50;0.80;1.16 +8972;5;4617.00;9.50;270.00;1.13;1.16 +8972;6;4615.50;9.50;281.50;2.01;1.16 +8972;7;4603.00;9.50;287.50;3.22;1.16 +8972;9;4593.02;9.50;276.00;1.57;1.16 +8972;10;4614.98;9.50;276.00;-1.57;1.16 +8972;11;4589.60;9.50;250.40;-0.51;1.16 +8972;12;4605.60;9.50;256.00;0.08;1.16 +8972;13;4587.20;9.50;273.60;-1.42;1.16 +8972;14;4621.60;9.50;259.20;0.80;1.16 +8972;15;4624.80;9.50;266.40;1.13;1.16 +8972;16;4622.40;9.50;284.80;2.01;1.16 +8972;17;4602.40;9.50;294.40;3.22;1.16 8972;21;4593.02;9.50;276.00;1.57;1.16 +8973;0;2826.00;9.50;2033.00;0.00;0.66 +8973;1;2819.00;9.50;2024.00;-0.66;0.66 +8973;2;2834.00;9.50;2026.00;0.85;0.66 +8973;3;2809.00;9.50;2033.00;4.71;0.66 +8973;4;2843.50;9.50;2034.00;1.62;0.66 +8973;9;2810.16;9.50;2033.00;1.57;0.66 +8973;10;2841.84;9.50;2033.00;-1.57;0.66 +8973;11;2814.80;9.50;2018.60;-0.66;0.66 +8973;12;2838.80;9.50;2021.80;0.85;0.66 +8973;13;2798.80;9.50;2033.00;4.71;0.66 +8973;14;2854.00;9.50;2034.60;1.62;0.66 8973;21;2810.16;9.50;2033.00;1.57;0.66 +8974;0;2291.00;9.50;85.00;0.00;1.10 +8974;1;2283.50;9.50;79.00;-0.89;1.10 +8974;2;2297.00;9.50;75.50;0.56;1.10 +8974;3;2299.50;9.50;91.00;2.18;1.10 +8974;4;2285.00;9.50;94.50;3.70;1.10 +8974;5;2292.50;9.50;99.50;3.03;1.10 +8974;9;2281.10;9.50;85.00;1.57;1.10 +8974;10;2300.90;9.50;85.00;-1.57;1.10 +8974;11;2279.00;9.50;75.40;-0.89;1.10 +8974;12;2300.60;9.50;69.80;0.56;1.10 +8974;13;2304.60;9.50;94.60;2.18;1.10 +8974;14;2281.40;9.50;100.20;3.70;1.10 +8974;15;2293.40;9.50;108.20;3.03;1.10 8974;21;2281.10;9.50;85.00;1.57;1.10 +8975;0;2471.00;9.50;394.00;0.00;0.80 +8975;1;2473.00;9.50;385.00;0.21;0.80 +8975;2;2457.00;9.50;390.50;-1.32;0.80 +8975;3;2486.00;9.50;394.00;1.57;0.80 +8975;4;2459.50;9.50;400.50;4.19;0.80 +8975;5;2475.50;9.50;403.50;2.69;0.80 +8975;9;2458.94;9.50;394.00;1.57;0.80 +8975;10;2483.06;9.50;394.00;-1.57;0.80 +8975;11;2474.20;9.50;379.60;0.21;0.80 +8975;12;2448.60;9.50;388.40;-1.32;0.80 +8975;13;2495.00;9.50;394.00;1.57;0.80 +8975;14;2452.60;9.50;404.40;4.19;0.80 +8975;15;2478.20;9.50;409.20;2.69;0.80 8975;21;2458.94;9.50;394.00;1.57;0.80 +8976;0;2346.00;9.50;853.00;0.00;1.08 +8976;1;2352.00;9.50;838.00;0.38;1.08 +8976;2;2359.00;9.50;847.50;1.17;1.08 +8976;3;2338.50;9.50;847.00;-0.89;1.08 +8976;4;2333.00;9.50;862.50;4.08;1.08 +8976;5;2357.00;9.50;858.50;2.03;1.08 +8976;6;2347.00;9.50;865.00;3.05;1.08 +8976;7;2335.00;9.50;871.00;3.69;1.08 +8976;9;2336.28;9.50;853.00;1.57;1.08 +8976;10;2355.72;9.50;853.00;-1.57;1.08 +8976;11;2355.60;9.50;829.00;0.38;1.08 +8976;12;2366.80;9.50;844.20;1.17;1.08 +8976;13;2334.00;9.50;843.40;-0.89;1.08 +8976;14;2325.20;9.50;868.20;4.08;1.08 +8976;15;2363.60;9.50;861.80;2.03;1.08 +8976;16;2347.60;9.50;872.20;3.05;1.08 +8976;17;2328.40;9.50;881.80;3.69;1.08 8976;21;2336.28;9.50;853.00;1.57;1.08 +8977;0;2234.00;9.50;1527.00;0.00;1.42 +8977;1;2251.00;9.50;1514.50;0.93;1.42 +8977;2;2231.00;9.50;1517.00;-0.29;1.42 +8977;3;2246.00;9.50;1527.50;1.61;1.42 +8977;4;2219.50;9.50;1522.00;-1.23;1.42 +8977;5;2217.50;9.50;1535.50;4.23;1.42 +8977;6;2225.50;9.50;1543.00;3.63;1.42 +8977;9;2218.34;9.50;1527.00;1.57;1.42 +8977;10;2249.66;9.50;1527.00;-1.57;1.42 +8977;11;2261.20;9.50;1507.00;0.93;1.42 +8977;12;2229.20;9.50;1511.00;-0.29;1.42 +8977;13;2253.20;9.50;1527.80;1.61;1.42 +8977;14;2210.80;9.50;1519.00;-1.23;1.42 +8977;15;2207.60;9.50;1540.60;4.23;1.42 +8977;16;2220.40;9.50;1552.60;3.63;1.42 8977;21;2218.34;9.50;1527.00;1.57;1.42 +8978;0;1599.00;9.50;2032.00;0.00;0.64 +8978;1;1588.50;9.50;2024.00;-0.92;0.64 +8978;2;1594.00;9.50;2037.00;3.92;0.64 +8978;3;1601.00;9.50;2026.50;0.34;0.64 +8978;4;1614.00;9.50;2030.50;1.47;0.64 +8978;5;1584.00;9.50;2032.50;4.67;0.64 +8978;6;1614.50;9.50;2038.00;1.94;0.64 +8978;9;1585.32;9.50;2032.00;1.57;0.64 +8978;10;1612.68;9.50;2032.00;-1.57;0.64 +8978;11;1582.20;9.50;2019.20;-0.92;0.64 +8978;12;1591.00;9.67;2040.00;3.92;0.64 +8978;13;1602.20;9.50;2023.20;0.34;0.64 +8978;14;1623.00;9.50;2029.60;1.47;0.64 +8978;15;1575.00;9.50;2032.80;4.67;0.64 +8978;16;1623.80;9.50;2041.60;1.94;0.64 8978;21;1585.32;9.50;2032.00;1.57;0.64 +8979;0;1178.00;9.50;84.00;0.00;1.46 +8979;1;1177.50;9.50;68.50;-0.03;1.46 +8979;2;1162.00;9.50;77.50;-1.18;1.46 +8979;3;1196.00;9.50;79.50;1.32;1.46 +8979;4;1163.00;9.50;95.50;4.05;1.46 +8979;5;1192.00;9.50;93.00;2.14;1.46 +8979;6;1175.50;9.50;100.00;3.29;1.46 +8979;9;1162.52;9.50;84.00;1.57;1.46 +8979;10;1193.48;9.50;84.00;-1.57;1.46 +8979;11;1177.20;9.50;59.20;-0.03;1.46 +8979;12;1152.40;9.50;73.60;-1.18;1.46 +8979;13;1206.80;9.50;76.80;1.32;1.46 +8979;14;1154.00;9.50;102.40;4.05;1.46 +8979;15;1200.40;9.50;98.40;2.14;1.46 +8979;16;1174.00;9.50;109.60;3.29;1.46 8979;21;1162.52;9.50;84.00;1.57;1.46 +8980;0;80.00;9.50;341.00;0.00;1.12 +8980;1;83.50;9.50;329.50;0.29;1.12 +8980;2;67.00;9.50;330.50;-0.89;1.12 +8980;3;97.00;9.50;339.50;1.48;1.12 +8980;4;65.50;9.50;344.50;4.47;1.12 +8980;5;79.00;9.50;353.00;3.22;1.12 +8980;9;68.12;9.50;341.00;1.57;1.12 +8980;10;91.88;9.50;341.00;-1.57;1.12 +8980;11;85.60;9.50;322.60;0.29;1.12 +8980;12;59.20;9.50;324.20;-0.89;1.12 +8980;13;107.20;9.50;338.60;1.48;1.12 +8980;14;56.80;9.50;346.60;4.47;1.12 +8980;15;78.40;9.50;360.20;3.22;1.12 8980;21;68.12;9.50;341.00;1.57;1.12 +8981;0;725.00;9.50;995.00;0.00;1.02 +8981;1;719.50;9.50;986.00;-0.54;1.02 +8981;2;736.00;9.50;983.50;0.76;1.02 +8981;3;740.00;9.50;996.50;1.67;1.02 +8981;4;707.00;9.50;995.00;4.71;1.02 +8981;5;709.50;9.50;1002.00;4.28;1.02 +8981;6;725.50;9.50;1006.50;3.09;1.02 +8981;7;740.00;9.50;1006.00;2.20;1.02 +8981;9;712.94;9.50;995.00;1.57;1.02 +8981;10;737.06;9.50;995.00;-1.57;1.02 +8981;11;716.20;9.50;980.60;-0.54;1.02 +8981;12;742.60;9.50;976.60;0.76;1.02 +8981;13;749.00;9.50;997.40;1.67;1.02 +8981;14;696.20;9.50;995.00;4.71;1.02 +8981;15;700.20;9.50;1006.20;4.28;1.02 +8981;16;725.80;9.50;1013.40;3.09;1.02 +8981;17;749.00;9.50;1012.60;2.20;1.02 8981;21;712.94;9.50;995.00;1.57;1.02 +8982;0;514.00;9.50;1662.00;0.00;1.06 +8982;1;517.50;9.50;1651.00;0.30;1.06 +8982;2;536.50;9.50;1652.00;1.15;1.06 +8982;3;499.50;9.50;1657.00;-1.23;1.06 +8982;4;526.50;9.50;1665.50;1.84;1.06 +8982;5;495.00;9.50;1667.00;4.45;1.06 +8982;6;492.00;9.50;1675.00;4.17;1.06 +8982;7;504.00;9.50;1675.00;3.79;1.06 +8982;9;497.62;9.50;1662.00;1.57;1.06 +8982;10;530.38;9.50;1662.00;-1.57;1.06 +8982;11;519.60;9.50;1644.40;0.30;1.06 +8982;12;550.00;9.50;1646.00;1.15;1.06 +8982;13;490.80;9.50;1654.00;-1.23;1.06 +8982;14;534.00;9.50;1667.60;1.84;1.06 +8982;15;483.60;9.50;1670.00;4.45;1.06 +8982;16;478.80;9.50;1682.80;4.17;1.06 +8982;17;498.00;9.50;1682.80;3.79;1.06 8982;21;497.62;9.50;1662.00;1.57;1.06 +8983;0;439.00;9.50;729.00;0.00;1.14 +8983;1;437.00;9.50;717.00;-0.16;1.14 +8983;2;455.00;9.50;721.00;1.10;1.14 +8983;3;419.00;9.50;721.50;-1.21;1.14 +8983;4;418.50;9.50;731.00;4.61;1.14 +8983;5;461.50;9.50;731.50;1.68;1.14 +8983;6;445.50;9.50;740.00;2.60;1.14 +8983;7;428.00;9.50;741.00;3.88;1.14 +8983;9;420.46;9.50;729.00;1.57;1.14 +8983;10;457.54;9.50;729.00;-1.57;1.14 +8983;11;435.80;9.50;709.80;-0.16;1.14 +8983;12;464.60;9.50;716.20;1.10;1.14 +8983;13;407.00;9.50;717.00;-1.21;1.14 +8983;14;406.20;9.50;732.20;4.61;1.14 +8983;15;475.00;9.50;733.00;1.68;1.14 +8983;16;449.40;9.50;746.60;2.60;1.14 +8983;17;421.40;9.50;748.20;3.88;1.14 8983;21;420.46;9.50;729.00;1.57;1.14 +8984;0;971.00;9.50;613.00;0.00;0.98 +8984;1;967.50;9.50;603.50;-0.35;0.98 +8984;2;983.50;9.50;605.50;1.03;0.98 +8984;3;956.50;9.50;616.50;4.47;0.98 +8984;4;982.50;9.50;617.50;1.94;0.98 +8984;5;967.00;9.50;624.00;3.49;0.98 +8984;9;959.66;9.50;613.00;1.57;0.98 +8984;10;982.34;9.50;613.00;-1.57;0.98 +8984;11;965.40;9.50;597.80;-0.35;0.98 +8984;12;991.00;9.50;601.00;1.03;0.98 +8984;13;947.80;9.50;618.60;4.47;0.98 +8984;14;989.40;9.50;620.20;1.94;0.98 +8984;15;964.60;9.50;630.60;3.49;0.98 8984;21;959.66;9.50;613.00;1.57;0.98 +8985;0;2568.00;9.50;1269.00;0.00;1.38 +8985;1;2564.50;9.50;1256.00;-0.26;1.38 +8985;2;2577.00;9.50;1252.50;0.49;1.38 +8985;3;2585.00;9.50;1264.50;1.31;1.38 +8985;4;2549.50;9.50;1270.50;4.63;1.38 +8985;5;2578.50;9.50;1279.50;2.35;1.38 +8985;6;2556.00;9.50;1280.50;3.94;1.38 +8985;9;2551.80;9.50;1269.00;1.57;1.38 +8985;10;2584.20;9.50;1269.00;-1.57;1.38 +8985;11;2562.40;9.50;1248.20;-0.26;1.38 +8985;12;2582.40;9.50;1242.60;0.49;1.38 +8985;13;2595.20;9.50;1261.80;1.31;1.38 +8985;14;2538.40;9.50;1271.40;4.63;1.38 +8985;15;2584.80;9.50;1285.80;2.35;1.38 +8985;16;2548.80;9.50;1287.40;3.94;1.38 8985;21;2551.80;9.50;1269.00;1.57;1.38 +8986;0;1781.00;9.50;77.00;0.00;1.14 +8986;1;1767.00;9.50;64.50;-0.84;1.14 +8986;2;1780.50;9.50;65.50;-0.04;1.14 +8986;3;1763.50;9.50;66.50;-1.03;1.14 +8986;4;1763.50;9.50;68.50;-1.11;1.14 +8986;5;1766.00;9.50;78.00;4.64;1.14 +8986;6;1797.50;9.50;77.00;1.57;1.14 +8986;7;1791.50;9.50;88.00;2.37;1.14 +8986;8;1777.00;9.50;88.50;3.47;1.14 +8986;9;1766.42;9.50;77.00;1.57;1.14 +8986;10;1795.58;9.50;77.00;-1.57;1.14 +8986;11;1758.60;9.50;57.00;-0.84;1.14 +8986;12;1780.20;9.50;58.60;-0.04;1.14 +8986;13;1753.00;9.50;60.20;-1.03;1.14 +8986;14;1753.00;9.50;63.40;-1.11;1.14 +8986;15;1757.00;9.50;78.60;4.64;1.14 +8986;16;1807.40;9.50;77.00;1.57;1.14 +8986;17;1797.80;9.50;94.60;2.37;1.14 +8986;18;1774.60;9.50;95.40;3.47;1.14 8986;21;1766.42;9.50;77.00;1.57;1.14 +8987;0;1471.00;9.50;498.00;0.00;0.96 +8987;1;1461.50;9.50;489.00;-0.81;0.96 +8987;2;1481.50;9.50;489.00;0.86;0.96 +8987;3;1451.50;9.50;492.00;-1.27;0.96 +8987;4;1451.50;9.50;498.50;4.68;0.96 +8987;5;1488.50;9.50;501.00;1.74;0.96 +8987;6;1464.00;9.50;507.50;3.77;0.96 +8987;7;1480.50;9.50;510.00;2.47;0.96 +8987;8;1475.50;9.50;511.00;2.80;0.96 +8987;9;1456.42;9.50;498.00;1.57;0.96 +8987;10;1485.58;9.50;498.00;-1.57;0.96 +8987;11;1455.80;9.50;483.60;-0.81;0.96 +8987;12;1487.80;9.50;483.60;0.86;0.96 +8987;13;1439.80;9.50;488.40;-1.27;0.96 +8987;14;1439.80;9.50;498.80;4.68;0.96 +8987;15;1499.00;9.50;502.80;1.74;0.96 +8987;16;1459.80;9.50;513.20;3.77;0.96 +8987;17;1486.20;9.50;517.20;2.47;0.96 +8987;18;1478.20;9.50;518.80;2.80;0.96 8987;21;1456.42;9.50;498.00;1.57;0.96 +8988;0;3814.00;9.50;304.00;0.00;1.18 +8988;1;3813.00;9.50;290.50;-0.07;1.18 +8988;2;3826.00;9.50;301.00;1.32;1.18 +8988;3;3802.00;9.50;299.00;-1.17;1.18 +8988;4;3803.50;9.50;313.50;3.97;1.18 +8988;5;3819.00;9.50;316.00;2.74;1.18 +8988;9;3803.38;9.50;304.00;1.57;1.18 +8988;10;3824.62;9.50;304.00;-1.57;1.18 +8988;11;3812.40;9.50;282.40;-0.07;1.18 +8988;12;3833.20;9.50;299.20;1.32;1.18 +8988;13;3794.80;9.50;296.00;-1.17;1.18 +8988;14;3797.20;9.50;319.20;3.97;1.18 +8988;15;3822.00;9.50;323.20;2.74;1.18 8988;21;3803.38;9.50;304.00;1.57;1.18 +8989;0;2472.00;9.50;1525.00;0.00;1.28 +8989;1;2473.00;9.50;1513.50;0.08;1.28 +8989;2;2485.50;9.50;1512.00;0.80;1.28 +8989;3;2477.50;9.50;1530.50;2.35;1.28 +8989;4;2460.50;9.50;1523.50;-1.44;1.28 +8989;5;2460.00;9.50;1536.00;3.97;1.28 +8989;6;2464.50;9.50;1545.50;3.49;1.28 +8989;9;2460.48;9.50;1525.00;1.57;1.28 +8989;10;2483.52;9.50;1525.00;-1.57;1.28 +8989;11;2473.60;9.50;1506.60;0.08;1.28 +8989;12;2493.60;9.50;1504.20;0.80;1.28 +8989;13;2480.80;9.50;1533.80;2.35;1.28 +8989;14;2453.60;9.50;1522.60;-1.44;1.28 +8989;15;2452.80;9.50;1542.60;3.97;1.28 +8989;16;2460.00;9.50;1557.80;3.49;1.28 8989;21;2460.48;9.50;1525.00;1.57;1.28 +8990;0;5433.00;9.50;533.00;0.00;1.22 +8990;1;5449.00;9.50;518.50;0.83;1.22 +8990;2;5436.50;9.50;520.00;0.26;1.22 +8990;3;5451.50;9.50;529.00;1.35;1.22 +8990;4;5421.00;9.50;526.00;-1.04;1.22 +8990;5;5414.00;9.50;539.50;4.38;1.22 +8990;6;5451.00;9.50;539.50;1.91;1.22 +8990;7;5431.50;9.50;544.50;3.27;1.22 +8990;9;5418.96;9.50;533.00;1.57;1.22 +8990;10;5447.04;9.50;533.00;-1.57;1.22 +8990;11;5458.60;9.50;509.80;0.83;1.22 +8990;12;5438.60;9.50;512.20;0.26;1.22 +8990;13;5462.60;9.50;526.60;1.35;1.22 +8990;14;5413.80;9.50;521.80;-1.04;1.22 +8990;15;5402.60;9.50;543.40;4.38;1.22 +8990;16;5461.80;9.50;543.40;1.91;1.22 +8990;17;5430.60;9.50;551.40;3.27;1.22 8990;21;5418.96;9.50;533.00;1.57;1.22 +8991;0;5459.00;9.50;1332.00;0.00;1.02 +8991;1;5445.50;9.50;1319.00;-0.80;1.02 +8991;2;5443.00;9.50;1326.50;-1.24;1.02 +8991;3;5461.00;9.50;1324.50;0.26;1.02 +8991;4;5476.50;9.50;1330.50;1.48;1.02 +8991;5;5477.00;9.50;1337.50;1.86;1.02 +8991;6;5442.00;9.50;1335.50;4.50;1.02 +8991;7;5459.50;9.50;1340.00;3.07;1.02 +8991;9;5446.22;9.50;1332.00;1.57;1.02 +8991;10;5471.78;9.50;1332.00;-1.57;1.02 +8991;11;5437.40;9.50;1311.20;-0.80;1.02 +8991;12;5433.40;9.50;1323.20;-1.24;1.02 +8991;13;5462.20;9.50;1320.00;0.26;1.02 +8991;14;5487.00;9.50;1329.60;1.48;1.02 +8991;15;5487.80;9.50;1340.80;1.86;1.02 +8991;16;5431.80;9.50;1337.60;4.50;1.02 +8991;17;5459.80;9.50;1344.80;3.07;1.02 8991;21;5446.22;9.50;1332.00;1.57;1.02 +8992;0;5537.00;9.50;1789.00;0.00;1.32 +8992;1;5527.50;9.50;1775.00;-0.59;1.32 +8992;2;5548.00;9.50;1786.00;1.30;1.32 +8992;3;5517.00;9.50;1779.50;-1.12;1.32 +8992;4;5530.50;9.50;1795.50;3.92;1.32 +8992;5;5549.50;9.50;1803.50;2.43;1.32 +8992;9;5521.88;9.50;1789.00;1.57;1.32 +8992;10;5552.12;9.50;1789.00;-1.57;1.32 +8992;11;5521.80;9.50;1766.60;-0.59;1.32 +8992;12;5554.60;9.50;1784.20;1.30;1.32 +8992;13;5505.00;9.50;1773.80;-1.12;1.32 +8992;14;5526.60;9.50;1799.40;3.92;1.32 +8992;15;5557.00;9.50;1812.20;2.43;1.32 8992;21;5521.88;9.50;1789.00;1.57;1.32 +8993;0;4982.00;9.50;421.00;0.00;1.12 +8993;1;4984.50;9.50;402.00;0.13;1.12 +8993;2;4974.50;9.50;410.00;-0.59;1.12 +8993;3;4989.00;9.50;404.50;0.40;1.12 +8993;4;4978.50;9.50;409.50;-0.29;1.12 +8993;5;4992.00;9.50;413.00;0.89;1.12 +8993;6;4970.00;9.50;426.50;4.28;1.12 +8993;7;4993.50;9.50;423.00;1.74;1.12 +8993;8;4993.50;9.50;432.00;2.33;1.12 +8993;9;4971.92;9.50;421.00;1.57;1.12 +8993;10;4992.08;9.50;421.00;-1.57;1.12 +8993;11;4986.00;9.50;390.60;0.13;1.12 +8993;12;4970.00;9.50;403.40;-0.59;1.12 +8993;13;4993.20;9.50;394.60;0.40;1.12 +8993;14;4976.40;9.50;402.60;-0.29;1.12 +8993;15;4998.00;9.50;408.20;0.89;1.12 +8993;16;4962.80;9.50;429.80;4.28;1.12 +8993;17;5000.40;9.50;424.20;1.74;1.12 +8993;18;5000.40;9.50;438.60;2.33;1.12 8993;21;4971.92;9.50;421.00;1.57;1.12 +8994;0;4154.00;9.50;607.00;0.00;1.00 +8994;1;4150.00;9.50;599.00;-0.46;1.00 +8994;2;4161.50;9.50;597.50;0.66;1.00 +8994;3;4165.50;9.50;605.50;1.44;1.00 +8994;4;4142.50;9.50;608.50;4.58;1.00 +8994;5;4156.50;9.50;615.50;2.85;1.00 +8994;6;4138.50;9.50;614.00;4.28;1.00 +8994;7;4145.00;9.50;617.00;3.87;1.00 +8994;9;4143.02;9.50;607.00;1.57;1.00 +8994;10;4164.98;9.50;607.00;-1.57;1.00 +8994;11;4147.60;9.50;594.20;-0.46;1.00 +8994;12;4166.00;9.50;591.80;0.66;1.00 +8994;13;4172.40;9.50;604.60;1.44;1.00 +8994;14;4135.60;9.50;609.40;4.58;1.00 +8994;15;4158.00;9.50;620.60;2.85;1.00 +8994;16;4129.20;9.50;618.20;4.28;1.00 +8994;17;4139.60;9.50;623.00;3.87;1.00 8994;21;4143.02;9.50;607.00;1.57;1.00 +8995;0;4372.00;9.50;428.00;0.00;0.98 +8995;1;4372.50;9.50;415.50;0.04;0.98 +8995;2;4384.00;9.50;416.00;0.78;0.98 +8995;3;4384.00;9.50;427.50;1.52;0.98 +8995;4;4359.50;9.50;428.50;4.67;0.98 +8995;5;4361.00;9.50;439.50;3.90;0.98 +8995;6;4374.00;9.50;439.50;2.96;0.98 +8995;9;4362.28;9.50;428.00;1.57;0.98 +8995;10;4381.72;9.50;428.00;-1.57;0.98 +8995;11;4372.80;9.50;408.00;0.04;0.98 +8995;12;4391.20;9.50;408.80;0.78;0.98 +8995;13;4391.20;9.50;427.20;1.52;0.98 +8995;14;4352.00;9.50;428.80;4.67;0.98 +8995;15;4354.40;9.50;446.40;3.90;0.98 +8995;16;4375.20;9.50;446.40;2.96;0.98 8995;21;4362.28;9.50;428.00;1.57;0.98 +8996;0;4562.00;9.50;274.00;0.00;1.00 +8996;1;4563.50;9.50;260.00;0.10;1.00 +8996;2;4572.50;9.50;273.50;1.52;1.00 +8996;3;4553.00;9.50;261.00;-0.60;1.00 +8996;4;4551.50;9.50;274.00;4.71;1.00 +8996;5;4549.00;9.50;287.50;3.90;1.00 +8996;6;4558.50;9.50;287.00;3.40;1.00 +8996;7;4568.50;9.50;287.50;2.69;1.00 +8996;9;4553.00;9.50;274.00;1.57;1.00 +8996;10;4571.00;9.50;274.00;-1.57;1.00 +8996;11;4564.40;9.50;251.60;0.10;1.00 +8996;12;4578.80;9.50;273.20;1.52;1.00 +8996;13;4547.60;9.50;253.20;-0.60;1.00 +8996;14;4545.20;9.50;274.00;4.71;1.00 +8996;15;4541.20;9.50;295.60;3.90;1.00 +8996;16;4556.40;9.50;294.80;3.40;1.00 +8996;17;4572.40;9.50;295.60;2.69;1.00 8996;21;4553.00;9.50;274.00;1.57;1.00 +8997;0;2265.00;9.50;118.00;0.00;0.98 +8997;1;2262.00;9.50;106.50;-0.25;0.98 +8997;2;2272.00;9.50;111.00;0.78;0.98 +8997;3;2256.50;9.50;108.50;-0.73;0.98 +8997;4;2256.50;9.50;118.50;4.65;0.98 +8997;5;2271.50;9.50;124.50;2.35;0.98 +8997;6;2261.00;9.50;131.00;3.44;0.98 +8997;9;2256.18;9.50;118.00;1.57;0.98 +8997;10;2273.82;9.50;118.00;-1.57;0.98 +8997;11;2260.20;9.50;99.60;-0.25;0.98 +8997;12;2276.20;9.50;106.80;0.78;0.98 +8997;13;2251.40;9.50;102.80;-0.73;0.98 +8997;14;2251.40;9.50;118.80;4.65;0.98 +8997;15;2275.40;9.50;128.40;2.35;0.98 +8997;16;2258.60;9.50;138.80;3.44;0.98 8997;21;2256.18;9.50;118.00;1.57;0.98 +8998;0;2439.00;9.50;429.00;0.00;1.24 +8998;1;2431.00;9.50;418.50;-0.65;1.24 +8998;2;2443.50;9.50;418.00;0.38;1.24 +8998;3;2452.50;9.50;431.00;1.71;1.24 +8998;4;2423.50;9.50;429.00;4.71;1.24 +8998;5;2426.50;9.50;436.00;4.20;1.24 +8998;6;2442.50;9.50;439.50;2.82;1.24 +8998;7;2454.50;9.50;442.50;2.28;1.24 +8998;9;2427.48;9.50;429.00;1.57;1.24 +8998;10;2450.52;9.50;429.00;-1.57;1.24 +8998;11;2426.20;9.50;412.20;-0.65;1.24 +8998;12;2446.20;9.50;411.40;0.38;1.24 +8998;13;2460.60;9.50;432.20;1.71;1.24 +8998;14;2414.20;9.50;429.00;4.71;1.24 +8998;15;2419.00;9.50;440.20;4.20;1.24 +8998;16;2444.60;9.50;445.80;2.82;1.24 +8998;17;2463.80;9.50;450.60;2.28;1.24 8998;21;2427.48;9.50;429.00;1.57;1.24 +8999;0;2453.00;9.50;861.00;0.00;1.16 +8999;1;2446.00;9.50;849.00;-0.52;1.16 +8999;2;2462.00;9.50;854.50;0.94;1.16 +8999;3;2440.50;9.50;859.50;-1.45;1.16 +8999;4;2468.50;9.50;865.00;1.82;1.16 +8999;5;2447.00;9.50;871.50;3.66;1.16 +8999;6;2458.50;9.50;872.00;2.67;1.16 +8999;9;2441.66;9.50;861.00;1.57;1.16 +8999;10;2464.34;9.50;861.00;-1.57;1.16 +8999;11;2441.80;9.50;841.80;-0.52;1.16 +8999;12;2467.40;9.50;850.60;0.94;1.16 +8999;13;2433.00;9.50;858.60;-1.45;1.16 +8999;14;2477.80;9.50;867.40;1.82;1.16 +8999;15;2443.40;9.50;877.80;3.66;1.16 +8999;16;2461.80;9.50;878.60;2.67;1.16 8999;21;2441.66;9.50;861.00;1.57;1.16 +9000;0;2269.00;9.50;1540.00;0.00;1.40 +9000;1;2280.00;9.50;1523.50;0.58;1.40 +9000;2;2263.50;9.50;1534.00;-0.74;1.40 +9000;3;2285.50;9.50;1527.50;0.92;1.40 +9000;4;2273.00;9.50;1546.50;2.59;1.40 +9000;5;2252.00;9.50;1551.50;4.11;1.40 +9000;9;2254.60;9.50;1540.00;1.57;1.40 +9000;10;2283.40;9.50;1540.00;-1.57;1.40 +9000;11;2286.60;9.50;1513.60;0.58;1.40 +9000;12;2260.20;9.50;1530.40;-0.74;1.40 +9000;13;2295.40;9.50;1520.00;0.92;1.40 +9000;14;2275.40;9.50;1550.40;2.59;1.40 +9000;15;2241.80;9.50;1558.40;4.11;1.40 9000;21;2254.60;9.50;1540.00;1.57;1.40 +9001;0;1525.00;9.50;1879.00;0.00;1.50 +9001;1;1532.50;9.50;1864.00;0.46;1.50 +9001;2;1515.50;9.50;1865.00;-0.59;1.50 +9001;3;1537.00;9.50;1888.50;2.24;1.50 +9001;4;1509.50;9.50;1880.00;4.64;1.50 +9001;5;1541.50;9.50;1873.00;1.22;1.50 +9001;6;1524.00;9.50;1897.00;3.19;1.50 +9001;9;1511.50;9.50;1879.00;1.57;1.50 +9001;10;1538.50;9.50;1879.00;-1.57;1.50 +9001;11;1537.00;9.50;1855.00;0.46;1.50 +9001;12;1509.80;9.50;1856.60;-0.59;1.50 +9001;13;1544.20;9.50;1894.20;2.24;1.50 +9001;14;1500.20;9.50;1880.60;4.64;1.50 +9001;15;1551.40;9.50;1869.40;1.22;1.50 +9001;16;1523.40;9.50;1907.80;3.19;1.50 9001;21;1511.50;9.50;1879.00;1.57;1.50 +9002;0;1313.00;9.50;141.00;0.00;1.48 +9002;1;1317.50;9.50;124.50;0.26;1.48 +9002;2;1298.50;9.50;132.50;-1.04;1.48 +9002;3;1329.50;9.50;136.50;1.30;1.48 +9002;4;1307.00;9.50;155.50;3.53;1.48 +9002;5;1323.50;9.50;156.00;2.53;1.48 +9002;9;1299.68;9.50;141.00;1.57;1.48 +9002;10;1326.32;9.50;141.00;-1.57;1.48 +9002;11;1320.20;9.50;114.60;0.26;1.48 +9002;12;1289.80;9.50;127.40;-1.04;1.48 +9002;13;1339.40;9.50;133.80;1.30;1.48 +9002;14;1303.40;9.50;164.20;3.53;1.48 +9002;15;1329.80;9.50;165.00;2.53;1.48 9002;21;1299.68;9.50;141.00;1.57;1.48 +9003;0;29.00;9.50;362.00;0.00;1.10 +9003;1;27.00;9.50;347.50;-0.13;1.10 +9003;2;40.00;9.50;355.00;1.00;1.10 +9003;3;2830.00;9.50;357.00;1.56;1.10 +9003;4;2830.00;9.50;366.00;1.57;1.10 +9003;5;39.50;9.50;375.50;2.48;1.10 +9003;6;27.00;9.50;376.00;3.28;1.10 +9003;9;19.10;9.50;362.00;1.57;1.10 +9003;10;38.90;9.50;362.00;-1.57;1.10 +9003;11;25.80;9.50;338.80;-0.13;1.10 +9003;12;46.60;9.50;350.80;1.00;1.10 +9003;13;4510.60;9.50;354.00;1.56;1.10 +9003;14;4510.60;9.50;368.40;1.57;1.10 +9003;15;45.80;9.50;383.60;2.48;1.10 +9003;16;25.80;9.50;384.40;3.28;1.10 9003;21;19.10;9.50;362.00;1.57;1.10 +9004;0;108.00;9.50;1199.00;0.00;1.16 +9004;1;106.00;9.50;1186.50;-0.15;1.16 +9004;2;91.50;9.50;1193.50;-1.24;1.16 +9004;3;123.50;9.50;1198.00;1.50;1.16 +9004;4;98.50;9.50;1208.50;3.92;1.16 +9004;5;116.00;9.50;1210.50;2.53;1.16 +9004;9;95.04;9.50;1199.00;1.57;1.16 +9004;10;120.96;9.50;1199.00;-1.57;1.16 +9004;11;104.80;9.50;1179.00;-0.15;1.16 +9004;12;81.60;9.50;1190.20;-1.24;1.16 +9004;13;132.80;9.50;1197.40;1.50;1.16 +9004;14;92.80;9.50;1214.20;3.92;1.16 +9004;15;120.80;9.50;1217.40;2.53;1.16 9004;21;95.04;9.50;1199.00;1.57;1.16 +9005;0;370.00;9.50;1649.00;0.00;1.02 +9005;1;366.50;9.50;1642.00;-0.46;1.02 +9005;2;385.50;9.50;1635.50;0.85;1.02 +9005;3;386.00;9.50;1645.00;1.32;1.02 +9005;4;353.00;9.50;1654.00;4.42;1.02 +9005;5;372.00;9.50;1658.50;2.93;1.02 +9005;9;356.50;9.50;1649.00;1.57;1.02 +9005;10;383.50;9.50;1649.00;-1.57;1.02 +9005;11;364.40;9.50;1637.80;-0.46;1.02 +9005;12;394.80;9.50;1627.40;0.85;1.02 +9005;13;395.60;9.50;1642.60;1.32;1.02 +9005;14;342.80;9.50;1657.00;4.42;1.02 +9005;15;373.20;9.50;1664.20;2.93;1.02 9005;21;356.50;9.50;1649.00;1.57;1.02 +9006;0;488.00;9.50;691.00;0.00;1.34 +9006;1;476.00;9.50;684.50;-1.07;1.34 +9006;2;492.50;9.50;680.50;0.40;1.34 +9006;3;506.00;9.50;690.00;1.51;1.34 +9006;4;497.00;9.50;699.00;2.29;1.34 +9006;5;479.50;9.50;702.00;3.79;1.34 +9006;9;474.50;9.50;691.00;1.57;1.34 +9006;10;501.50;9.50;691.00;-1.57;1.34 +9006;11;468.80;9.50;680.60;-1.07;1.34 +9006;12;495.20;9.50;674.20;0.40;1.34 +9006;13;516.80;9.50;689.40;1.51;1.34 +9006;14;502.40;9.50;703.80;2.29;1.34 +9006;15;474.40;9.50;708.60;3.79;1.34 9006;21;474.50;9.50;691.00;1.57;1.34 +9007;0;867.00;9.50;541.00;0.00;0.94 +9007;1;868.50;9.50;531.50;0.15;0.94 +9007;2;853.00;9.50;538.50;-1.39;0.94 +9007;3;883.50;9.50;539.50;1.48;0.94 +9007;4;870.50;9.50;550.00;2.77;0.94 +9007;5;855.00;9.50;550.00;4.06;0.94 +9007;9;855.84;9.50;541.00;1.57;0.94 +9007;10;878.16;9.50;541.00;-1.57;0.94 +9007;11;869.40;9.50;525.80;0.15;0.94 +9007;12;844.60;9.50;537.00;-1.39;0.94 +9007;13;893.40;9.50;538.60;1.48;0.94 +9007;14;872.60;9.50;555.40;2.77;0.94 +9007;15;847.80;9.50;555.40;4.06;0.94 9007;21;855.84;9.50;541.00;1.57;0.94 +9008;0;2429.00;9.50;1409.00;0.00;1.22 +9008;1;2447.50;9.50;1397.50;1.01;1.22 +9008;2;2421.00;9.50;1404.00;-1.01;1.22 +9008;3;2447.00;9.50;1406.50;1.43;1.22 +9008;4;2409.50;9.50;1418.50;4.25;1.22 +9008;5;2425.00;9.50;1420.00;3.49;1.22 +9008;6;2414.50;9.50;1426.00;3.84;1.22 +9008;9;2409.74;9.50;1409.00;1.57;1.22 +9008;10;2448.26;9.50;1409.00;-1.57;1.22 +9008;11;2458.60;9.50;1390.60;1.01;1.22 +9008;12;2416.20;9.50;1401.00;-1.01;1.22 +9008;13;2457.80;9.50;1405.00;1.43;1.22 +9008;14;2397.80;9.50;1424.20;4.25;1.22 +9008;15;2422.60;9.50;1426.60;3.49;1.22 +9008;16;2405.80;9.50;1436.20;3.84;1.22 9008;21;2409.74;9.50;1409.00;1.57;1.22 +9009;0;1826.00;9.50;179.00;0.00;1.56 +9009;1;1823.50;9.50;166.00;-0.19;1.56 +9009;2;1809.50;9.50;167.50;-0.96;1.56 +9009;3;1814.50;9.50;176.50;-1.35;1.56 +9009;4;1841.50;9.50;176.50;1.41;1.56 +9009;5;1842.50;9.50;188.50;2.09;1.56 +9009;6;1817.00;9.50;185.00;4.12;1.56 +9009;7;1828.50;9.50;188.50;2.88;1.56 +9009;8;1831.00;9.55;197.50;2.87;1.56 +9009;9;1811.96;9.50;179.00;1.57;1.56 +9009;10;1840.04;9.50;179.00;-1.57;1.56 +9009;11;1822.00;9.50;158.20;-0.19;1.56 +9009;12;1799.60;9.50;160.60;-0.96;1.56 +9009;13;1807.60;9.50;175.00;-1.35;1.56 +9009;14;1850.80;9.50;175.00;1.41;1.56 +9009;15;1852.40;9.50;194.20;2.09;1.56 +9009;16;1811.60;9.50;188.60;4.12;1.56 +9009;17;1830.00;9.95;194.20;2.88;1.56 +9009;18;1834.00;9.75;208.60;2.87;1.56 9009;21;1811.96;9.50;179.00;1.57;1.56 +9010;0;1352.00;9.50;409.00;0.00;1.24 +9010;1;1347.00;9.50;396.50;-0.38;1.24 +9010;2;1369.00;9.50;404.00;1.28;1.24 +9010;3;1330.00;9.50;401.00;-1.22;1.24 +9010;4;1335.00;9.50;413.00;4.48;1.24 +9010;5;1364.50;9.50;419.50;2.26;1.24 +9010;6;1348.00;9.50;424.00;3.40;1.24 +9010;9;1334.18;9.50;409.00;1.57;1.24 +9010;10;1369.82;9.50;409.00;-1.57;1.24 +9010;11;1344.00;9.50;389.00;-0.38;1.24 +9010;12;1379.20;9.50;401.00;1.28;1.24 +9010;13;1316.80;9.50;396.20;-1.22;1.24 +9010;14;1324.80;9.50;415.40;4.48;1.24 +9010;15;1372.00;9.50;425.80;2.26;1.24 +9010;16;1345.60;9.50;433.00;3.40;1.24 9010;21;1334.18;9.50;409.00;1.57;1.24 +9011;0;5604.00;9.50;1594.00;0.00;1.10 +9011;1;5604.00;9.50;1584.50;0.00;1.10 +9011;2;5590.50;9.50;1583.00;-0.88;1.10 +9011;3;5593.00;9.50;1595.50;4.57;1.10 +9011;4;2802.00;9.50;1595.00;4.71;1.10 +9011;5;2802.00;9.50;1602.50;4.70;1.10 +9011;6;5607.00;9.50;1605.00;2.87;1.10 +9011;9;5594.10;9.50;1594.00;1.57;1.10 +9011;10;5613.90;9.50;1594.00;-1.57;1.10 +9011;11;5604.00;9.50;1578.80;0.00;1.10 +9011;12;5582.40;9.50;1576.40;-0.88;1.10 +9011;13;5586.40;9.50;1596.40;4.57;1.10 +9011;14;1120.80;14.01;1595.60;4.71;1.10 +9011;15;1120.80;13.87;1607.60;4.70;1.10 +9011;16;5608.80;9.50;1611.60;2.87;1.10 9011;21;5594.10;9.50;1594.00;1.57;1.10 +9012;0;3870.00;9.50;345.00;0.00;0.92 +9012;1;3869.50;9.50;331.50;-0.03;0.92 +9012;2;3880.00;9.50;331.00;0.62;0.92 +9012;3;3881.00;9.50;340.50;1.18;0.92 +9012;4;3859.50;9.50;346.50;4.57;0.92 +9012;5;3880.00;9.50;354.50;2.33;0.92 +9012;6;3868.50;9.50;359.50;3.24;0.92 +9012;9;3861.72;9.50;345.00;1.57;0.92 +9012;10;3878.28;9.50;345.00;-1.57;0.92 +9012;11;3869.20;9.50;323.40;-0.03;0.92 +9012;12;3886.00;9.50;322.60;0.62;0.92 +9012;13;3887.60;9.50;337.80;1.18;0.92 +9012;14;3853.20;9.50;347.40;4.57;0.92 +9012;15;3886.00;9.50;360.20;2.33;0.92 +9012;16;3867.60;9.50;368.20;3.24;0.92 9012;21;3861.72;9.50;345.00;1.57;0.92 +9013;0;3003.00;9.50;1251.00;0.00;1.32 +9013;1;3001.50;9.50;1239.00;-0.12;1.32 +9013;2;3013.50;9.50;1240.50;0.78;1.32 +9013;3;2991.00;9.50;1244.00;-1.04;1.32 +9013;4;2988.00;9.50;1247.50;-1.34;1.32 +9013;5;3015.00;9.50;1250.50;1.52;1.32 +9013;6;3018.00;9.50;1253.50;1.73;1.32 +9013;7;2988.50;9.50;1255.00;4.44;1.32 +9013;8;3015.50;9.50;1259.00;2.14;1.32 +9013;9;2991.12;9.50;1251.00;1.57;1.32 +9013;10;3014.88;9.50;1251.00;-1.57;1.32 +9013;11;3000.60;9.50;1231.80;-0.12;1.32 +9013;12;3019.80;9.50;1234.20;0.78;1.32 +9013;13;2983.80;9.50;1239.80;-1.04;1.32 +9013;14;2979.00;9.50;1245.40;-1.34;1.32 +9013;15;3022.20;9.50;1250.20;1.52;1.32 +9013;16;3027.00;9.50;1255.00;1.73;1.32 +9013;17;2979.80;9.50;1257.40;4.44;1.32 +9013;18;3023.00;9.50;1263.80;2.14;1.32 9013;21;2991.12;9.50;1251.00;1.57;1.32 +9014;0;5368.00;9.50;506.00;0.00;1.00 +9014;1;5381.50;9.50;493.00;0.80;1.00 +9014;2;5364.50;9.50;495.50;-0.32;1.00 +9014;3;5388.50;9.50;501.00;1.33;1.00 +9014;4;5348.50;9.50;498.50;-1.20;1.00 +9014;5;5340.50;9.50;512.50;4.48;1.00 +9014;6;5344.50;9.50;505.50;-1.55;1.00 +9014;7;5388.50;9.50;512.50;1.87;1.00 +9014;8;5343.50;9.50;514.50;4.37;1.00 +9014;9;5348.74;9.50;506.00;1.57;1.00 +9014;10;5387.26;9.50;506.00;-1.57;1.00 +9014;11;5389.60;9.50;485.20;0.80;1.00 +9014;12;5362.40;9.50;489.20;-0.32;1.00 +9014;13;5400.80;9.50;498.00;1.33;1.00 +9014;14;5336.80;9.50;494.00;-1.20;1.00 +9014;15;5324.00;9.50;516.40;4.48;1.00 +9014;16;5330.40;9.50;505.20;-1.55;1.00 +9014;17;5400.80;9.50;516.40;1.87;1.00 +9014;18;5328.80;9.50;519.60;4.37;1.00 9014;21;5348.74;9.50;506.00;1.57;1.00 +9015;0;5409.00;9.50;1260.00;0.00;1.28 +9015;1;5407.50;9.50;1241.50;-0.08;1.28 +9015;2;5396.50;9.50;1251.00;-0.94;1.28 +9015;3;5414.50;9.50;1244.00;0.33;1.28 +9015;4;5419.00;9.50;1255.50;1.14;1.28 +9015;5;5392.50;9.50;1262.00;4.59;1.28 +9015;6;5407.00;9.50;1273.00;3.29;1.28 +9015;7;5422.00;9.50;1274.50;2.41;1.28 +9015;8;5420.50;9.50;1283.00;2.67;1.28 +9015;9;5397.48;9.50;1260.00;1.57;1.28 +9015;10;5420.52;9.50;1260.00;-1.57;1.28 +9015;11;5406.60;9.50;1230.40;-0.08;1.28 +9015;12;5389.00;9.50;1245.60;-0.94;1.28 +9015;13;5417.80;9.50;1234.40;0.33;1.28 +9015;14;5425.00;9.50;1252.80;1.14;1.28 +9015;15;5382.60;9.50;1263.20;4.59;1.28 +9015;16;5405.80;9.50;1280.80;3.29;1.28 +9015;17;5429.80;9.50;1283.20;2.41;1.28 +9015;18;5427.40;9.50;1296.80;2.67;1.28 9015;21;5397.48;9.50;1260.00;1.57;1.28 +9016;0;5607.00;9.50;1906.00;0.00;1.10 +9016;1;5593.50;9.50;1899.00;-1.09;1.10 +9016;2;5605.50;9.50;1887.50;-0.08;1.10 +9016;3;2803.50;9.50;1899.50;-1.56;1.10 +9016;4;2803.50;9.50;1917.50;4.70;1.10 +9016;5;5604.00;9.50;1921.50;3.33;1.10 +9016;6;5612.50;9.50;1930.50;2.92;1.10 +9016;9;5597.10;9.50;1906.00;1.57;1.10 +9016;10;5616.90;9.50;1906.00;-1.57;1.10 +9016;11;5585.40;9.50;1894.80;-1.09;1.10 +9016;12;5604.60;9.50;1876.40;-0.08;1.10 +9016;13;1121.40;11.30;1895.60;-1.56;1.10 +9016;14;1121.40;11.30;1924.40;4.70;1.10 +9016;15;5602.20;9.50;1930.80;3.33;1.10 +9016;16;5615.80;9.50;1945.20;2.92;1.10 9016;21;5597.10;9.50;1906.00;1.57;1.10 +9017;0;4959.00;9.50;401.00;0.00;0.64 +9017;1;4969.00;9.55;393.00;0.89;0.64 +9017;2;4963.00;9.50;400.00;1.32;0.64 +9017;3;4963.50;9.50;396.00;0.73;0.64 +9017;4;4953.00;9.55;402.50;4.46;0.64 +9017;5;4952.00;9.50;407.50;3.96;0.64 +9017;9;4951.08;9.70;401.00;1.57;0.64 +9017;10;4966.92;9.50;401.00;-1.57;0.64 +9017;11;4975.00;9.50;388.20;0.89;0.64 +9017;12;4965.40;9.50;399.40;1.32;0.64 +9017;13;4966.20;9.70;393.00;0.73;0.64 +9017;14;4949.40;9.70;403.40;4.46;0.64 +9017;15;4947.80;9.50;411.40;3.96;0.64 9017;21;4951.08;9.70;401.00;1.57;0.64 +9018;0;4202.00;9.50;604.00;0.00;0.78 +9018;1;4197.50;9.50;596.00;-0.51;0.78 +9018;2;4210.50;9.50;597.50;0.91;0.78 +9018;3;4189.50;9.50;604.00;4.71;0.78 +9018;4;4212.50;9.50;607.50;1.89;0.78 +9018;5;4196.00;9.50;611.50;3.81;0.78 +9018;9;4189.94;9.50;604.00;1.57;0.78 +9018;10;4214.06;9.50;604.00;-1.57;0.78 +9018;11;4194.80;9.50;591.20;-0.51;0.78 +9018;12;4215.60;9.50;593.60;0.91;0.78 +9018;13;4182.00;9.50;604.00;4.71;0.78 +9018;14;4218.80;9.50;609.60;1.89;0.78 +9018;15;4192.40;9.50;616.00;3.81;0.78 9018;21;4189.94;9.50;604.00;1.57;0.78 +9019;0;4419.00;9.50;425.00;0.00;1.00 +9019;1;4419.50;9.50;412.50;0.04;1.00 +9019;2;4430.50;9.50;424.50;1.52;1.00 +9019;3;4407.50;9.50;426.00;4.62;1.00 +9019;4;4411.50;9.50;438.50;3.64;1.00 +9019;5;4422.50;9.50;438.50;2.88;1.00 +9019;9;4410.00;9.50;425.00;1.57;1.00 +9019;10;4428.00;9.50;425.00;-1.57;1.00 +9019;11;4419.80;9.50;405.00;0.04;1.00 +9019;12;4437.40;9.50;424.20;1.52;1.00 +9019;13;4400.60;9.50;426.60;4.62;1.00 +9019;14;4407.00;9.50;446.60;3.64;1.00 +9019;15;4424.60;9.50;446.60;2.88;1.00 9019;21;4410.00;9.50;425.00;1.57;1.00 +9020;0;4603.00;9.50;328.00;0.00;1.20 +9020;1;4602.50;9.50;313.50;-0.03;1.20 +9020;2;4616.00;9.50;312.50;0.69;1.20 +9020;3;4616.00;9.50;319.00;0.96;1.20 +9020;4;4589.00;9.50;314.50;-0.80;1.20 +9020;5;4593.50;9.50;331.50;4.35;1.20 +9020;6;4611.00;9.50;336.50;2.38;1.20 +9020;7;4601.50;9.50;349.00;3.21;1.20 +9020;9;4592.20;9.50;328.00;1.57;1.20 +9020;10;4613.80;9.50;328.00;-1.57;1.20 +9020;11;4602.20;9.50;304.80;-0.03;1.20 +9020;12;4623.80;9.50;303.20;0.69;1.20 +9020;13;4623.80;9.50;313.60;0.96;1.20 +9020;14;4580.60;9.50;306.40;-0.80;1.20 +9020;15;4587.80;9.50;333.60;4.35;1.20 +9020;16;4615.80;9.50;341.60;2.38;1.20 +9020;17;4600.60;9.50;361.60;3.21;1.20 9020;21;4592.20;9.50;328.00;1.57;1.20 +9021;0;2260.00;9.50;67.00;0.00;0.92 +9021;1;2252.50;9.50;68.50;4.51;0.92 +9021;2;2262.00;9.50;57.50;0.20;0.92 +9021;3;2272.50;9.50;59.00;1.00;0.92 +9021;4;2268.00;9.50;70.00;1.93;0.92 +9021;5;2259.50;9.50;81.00;3.17;0.92 +9021;9;2251.72;9.50;67.00;1.57;0.92 +9021;10;2268.28;9.50;67.00;-1.57;0.92 +9021;11;2248.00;9.50;69.40;4.51;0.92 +9021;12;2263.20;9.50;51.80;0.20;0.92 +9021;13;2280.00;9.50;54.20;1.00;0.92 +9021;14;2272.80;9.50;71.80;1.93;0.92 +9021;15;2259.20;9.50;89.40;3.17;0.92 9021;21;2251.72;9.50;67.00;1.57;0.92 +9022;0;2415.00;9.50;390.00;0.00;1.04 +9022;1;2420.50;9.50;379.00;0.46;1.04 +9022;2;2404.00;9.50;388.50;-1.43;1.04 +9022;3;2431.00;9.50;382.00;1.10;1.04 +9022;4;2429.00;9.50;388.50;1.46;1.04 +9022;5;2419.00;9.50;399.00;2.72;1.04 +9022;6;2407.00;9.50;402.00;3.73;1.04 +9022;9;2404.02;9.50;390.00;1.57;1.04 +9022;10;2425.98;9.50;390.00;-1.57;1.04 +9022;11;2423.80;9.50;372.40;0.46;1.04 +9022;12;2397.40;9.50;387.60;-1.43;1.04 +9022;13;2440.60;9.50;377.20;1.10;1.04 +9022;14;2437.40;9.50;387.60;1.46;1.04 +9022;15;2421.40;9.50;404.40;2.72;1.04 +9022;16;2402.20;9.50;409.20;3.73;1.04 9022;21;2404.02;9.50;390.00;1.57;1.04 +9023;0;2744.00;9.50;1983.00;0.00;1.44 +9023;1;2734.50;9.50;1961.00;-0.40;1.44 +9023;2;2746.50;9.50;1963.00;0.12;1.44 +9023;3;2730.00;9.50;1980.00;-1.36;1.44 +9023;4;2758.50;9.50;1966.00;0.70;1.44 +9023;5;2758.50;9.50;1984.00;1.64;1.44 +9023;6;2723.50;9.50;1999.50;4.03;1.44 +9023;7;2733.50;9.50;2000.50;3.68;1.44 +9023;8;2750.00;9.50;2002.00;2.83;1.44 +9023;9;2731.04;9.50;1983.00;1.57;1.44 +9023;10;2756.96;9.50;1983.00;-1.57;1.44 +9023;11;2728.80;9.50;1947.80;-0.40;1.44 +9023;12;2748.00;9.50;1951.00;0.12;1.44 +9023;13;2721.60;9.50;1978.20;-1.36;1.44 +9023;14;2767.20;9.50;1955.80;0.70;1.44 +9023;15;2767.20;9.50;1984.60;1.64;1.44 +9023;16;2711.20;9.50;2009.40;4.03;1.44 +9023;17;2727.20;9.50;2011.00;3.68;1.44 +9023;18;2753.60;9.50;2013.40;2.83;1.44 9023;21;2731.04;9.50;1983.00;1.57;1.44 +9024;0;2403.00;9.50;868.00;0.00;1.02 +9024;1;2399.00;9.50;860.50;-0.49;1.02 +9024;2;2413.00;9.50;855.50;0.67;1.02 +9024;3;2415.50;9.50;863.00;1.19;1.02 +9024;4;2385.50;9.50;866.00;-1.45;1.02 +9024;5;2391.50;9.50;873.50;4.26;1.02 +9024;6;2408.50;9.50;876.00;2.53;1.02 +9024;9;2391.12;9.50;868.00;1.57;1.02 +9024;10;2414.88;9.50;868.00;-1.57;1.02 +9024;11;2396.60;9.50;856.00;-0.49;1.02 +9024;12;2419.00;9.50;848.00;0.67;1.02 +9024;13;2423.00;9.50;860.00;1.19;1.02 +9024;14;2375.00;9.50;864.80;-1.45;1.02 +9024;15;2384.60;9.50;876.80;4.26;1.02 +9024;16;2411.80;9.50;880.80;2.53;1.02 9024;21;2391.12;9.50;868.00;1.57;1.02 +9025;0;2289.00;9.50;1568.00;0.00;1.48 +9025;1;2300.50;9.50;1545.50;0.47;1.48 +9025;2;2283.00;9.50;1560.50;-0.67;1.48 +9025;3;2305.50;9.50;1556.00;0.94;1.48 +9025;4;2311.50;9.50;1567.50;1.54;1.48 +9025;5;2299.00;9.50;1575.00;2.18;1.48 +9025;6;2266.00;9.50;1577.00;4.33;1.48 +9025;7;2277.50;9.50;1582.00;3.82;1.48 +9025;9;2272.26;9.50;1568.00;1.57;1.48 +9025;10;2305.74;9.50;1568.00;-1.57;1.48 +9025;11;2307.40;9.50;1532.00;0.47;1.48 +9025;12;2279.40;9.50;1556.00;-0.67;1.48 +9025;13;2315.40;9.50;1548.80;0.94;1.48 +9025;14;2325.00;9.50;1567.20;1.54;1.48 +9025;15;2305.00;9.50;1579.20;2.18;1.48 +9025;16;2252.20;9.50;1582.40;4.33;1.48 +9025;17;2270.60;9.50;1590.40;3.82;1.48 9025;21;2272.26;9.50;1568.00;1.57;1.48 +9026;0;1269.00;9.50;175.00;0.00;1.04 +9026;1;1261.00;9.50;161.00;-0.51;1.04 +9026;2;1285.00;9.50;172.50;1.41;1.04 +9026;3;1249.50;9.50;169.50;-1.29;1.04 +9026;4;1256.50;9.50;182.50;4.17;1.04 +9026;5;1298.00;9.50;185.50;1.91;1.04 +9026;6;1281.00;9.50;186.50;2.33;1.04 +9026;9;1251.36;9.50;175.00;1.57;1.04 +9026;10;1286.64;9.50;175.00;-1.57;1.04 +9026;11;1256.20;9.50;152.60;-0.51;1.04 +9026;12;1294.60;9.50;171.00;1.41;1.04 +9026;13;1237.80;9.50;166.20;-1.29;1.04 +9026;14;1249.00;9.50;187.00;4.17;1.04 +9026;15;1315.40;9.50;191.80;1.91;1.04 +9026;16;1288.20;9.50;193.40;2.33;1.04 9026;21;1251.36;9.50;175.00;1.57;1.04 +9027;0;85.00;9.50;391.00;0.00;1.32 +9027;1;98.00;9.50;373.50;0.63;1.32 +9027;2;101.00;9.50;386.50;1.29;1.32 +9027;3;81.50;9.50;378.00;-0.26;1.32 +9027;4;67.50;9.50;390.00;-1.51;1.32 +9027;5;68.00;9.50;398.50;4.29;1.32 +9027;6;75.00;9.50;404.50;3.77;1.32 +9027;7;91.00;9.50;404.50;2.72;1.32 +9027;9;73.12;9.50;391.00;1.57;1.32 +9027;10;96.88;9.50;391.00;-1.57;1.32 +9027;11;105.80;9.50;363.00;0.63;1.32 +9027;12;110.60;9.50;383.80;1.29;1.32 +9027;13;79.40;9.50;370.20;-0.26;1.32 +9027;14;57.00;9.50;389.40;-1.51;1.32 +9027;15;57.80;9.50;403.00;4.29;1.32 +9027;16;69.00;9.50;412.60;3.77;1.32 +9027;17;94.60;9.50;412.60;2.72;1.32 9027;21;73.12;9.50;391.00;1.57;1.32 +9028;0;130.00;9.50;1244.00;0.00;1.12 +9028;1;145.00;9.50;1230.00;0.82;1.12 +9028;2;144.00;9.50;1244.00;1.57;1.12 +9028;3;127.00;9.50;1233.00;-0.26;1.12 +9028;4;113.50;9.50;1246.00;4.59;1.12 +9028;5;124.00;9.50;1257.50;3.56;1.12 +9028;9;115.96;9.50;1244.00;1.57;1.12 +9028;10;144.04;9.50;1244.00;-1.57;1.12 +9028;11;154.00;9.50;1221.60;0.82;1.12 +9028;12;152.40;9.50;1244.00;1.57;1.12 +9028;13;125.20;9.50;1226.40;-0.26;1.12 +9028;14;103.60;9.50;1247.20;4.59;1.12 +9028;15;120.40;9.50;1265.60;3.56;1.12 9028;21;115.96;9.50;1244.00;1.57;1.12 +9029;0;431.00;9.50;1592.00;0.00;1.04 +9029;1;435.00;9.50;1580.50;0.33;1.04 +9029;2;414.00;9.50;1584.00;-1.13;1.04 +9029;3;450.00;9.50;1591.00;1.51;1.04 +9029;4;414.00;9.50;1597.00;4.42;1.04 +9029;5;446.00;9.50;1602.00;2.15;1.04 +9029;6;431.00;9.50;1604.50;3.14;1.04 +9029;7;416.00;9.50;1607.00;3.92;1.04 +9029;9;415.70;9.50;1592.00;1.57;1.04 +9029;10;446.30;9.50;1592.00;-1.57;1.04 +9029;11;437.40;9.50;1573.60;0.33;1.04 +9029;12;403.80;9.50;1579.20;-1.13;1.04 +9029;13;461.40;9.50;1590.40;1.51;1.04 +9029;14;403.80;9.50;1600.00;4.42;1.04 +9029;15;455.00;9.50;1608.00;2.15;1.04 +9029;16;431.00;9.50;1612.00;3.14;1.04 +9029;17;407.00;9.50;1616.00;3.92;1.04 9029;21;415.70;9.50;1592.00;1.57;1.04 +9030;0;514.00;9.50;731.00;0.00;1.28 +9030;1;526.00;9.50;716.50;0.69;1.28 +9030;2;510.00;9.50;719.00;-0.32;1.28 +9030;3;529.00;9.50;728.00;1.37;1.28 +9030;4;499.00;9.50;732.50;4.61;1.28 +9030;5;519.50;9.50;743.00;2.71;1.28 +9030;6;504.00;9.50;744.00;3.79;1.28 +9030;9;502.48;9.50;731.00;1.57;1.28 +9030;10;525.52;9.50;731.00;-1.57;1.28 +9030;11;533.20;9.50;707.80;0.69;1.28 +9030;12;507.60;9.50;711.80;-0.32;1.28 +9030;13;538.00;9.50;726.20;1.37;1.28 +9030;14;490.00;9.50;733.40;4.61;1.28 +9030;15;522.80;9.50;750.20;2.71;1.28 +9030;16;498.00;9.50;751.80;3.79;1.28 9030;21;502.48;9.50;731.00;1.57;1.28 +9031;0;747.00;9.50;430.00;0.00;1.26 +9031;1;743.50;9.50;415.00;-0.22;1.26 +9031;2;761.00;9.50;424.50;1.19;1.26 +9031;3;732.00;9.50;420.50;-1.00;1.26 +9031;4;733.50;9.50;436.50;4.26;1.26 +9031;5;766.50;9.50;436.50;1.89;1.26 +9031;6;751.50;9.50;442.50;2.79;1.26 +9031;9;730.98;9.50;430.00;1.57;1.26 +9031;10;763.02;9.50;430.00;-1.57;1.26 +9031;11;741.40;9.50;406.00;-0.22;1.26 +9031;12;769.40;9.50;421.20;1.19;1.26 +9031;13;723.00;9.50;414.80;-1.00;1.26 +9031;14;725.40;9.50;440.40;4.26;1.26 +9031;15;778.20;9.50;440.40;1.89;1.26 +9031;16;754.20;9.50;450.00;2.79;1.26 9031;21;730.98;9.50;430.00;1.57;1.26 +9032;0;2951.00;13.52;1771.00;0.00;0.30 +9032;1;2951.50;12.80;1766.50;0.11;0.30 +9032;2;2949.50;12.70;1767.50;-0.40;0.30 +9032;3;2953.00;13.65;1769.50;0.92;0.30 +9032;4;2948.00;13.80;1771.50;4.54;0.30 +9032;5;2953.50;13.40;1773.00;2.24;0.30 +9032;6;2950.50;13.40;1774.50;3.28;0.30 +9032;9;2948.30;13.62;1771.00;1.57;0.30 +9032;10;2953.70;13.74;1771.00;-1.57;0.30 9032;21;2948.30;13.62;1771.00;1.57;0.30 +9033;0;3480.00;9.80;1674.00;0.00;0.18 +9033;1;3477.50;9.80;1672.50;-1.03;0.18 +9033;2;3480.00;9.80;1673.00;0.00;0.18 +9033;3;3483.50;9.95;1673.00;1.29;0.18 +9033;4;3477.00;9.80;1674.50;4.54;0.18 +9033;5;3484.00;9.87;1675.00;1.81;0.18 +9033;6;3480.00;9.80;1676.00;3.14;0.18 +9033;7;3482.50;9.80;1675.50;2.11;0.18 +9033;9;3477.30;9.80;1674.00;1.57;0.18 +9033;10;3482.70;9.81;1674.00;-1.57;0.18 9033;21;3477.30;9.80;1674.00;1.57;0.18 +9034;0;2512.00;9.50;1305.00;0.00;0.94 +9034;1;2503.50;9.50;1295.50;-0.73;0.94 +9034;2;2495.50;9.50;1307.00;4.59;0.94 +9034;3;2528.00;9.50;1298.50;1.18;0.94 +9034;4;2527.50;9.50;1309.00;1.82;0.94 +9034;5;2508.50;9.50;1317.50;3.41;0.94 +9034;9;2494.00;9.50;1305.00;1.57;0.94 +9034;10;2530.00;9.50;1305.00;-1.57;0.94 +9034;11;2498.40;9.50;1289.80;-0.73;0.94 +9034;12;2485.60;9.50;1308.20;4.59;0.94 +9034;13;2537.60;9.50;1294.60;1.18;0.94 +9034;14;2536.80;9.50;1311.40;1.82;0.94 +9034;15;2506.40;9.50;1325.00;3.41;0.94 9034;21;2494.00;9.50;1305.00;1.57;0.94 +9035;0;3062.00;11.05;1794.00;0.00;0.30 +9035;1;3061.50;11.00;1790.50;-0.14;0.30 +9035;2;3058.50;11.20;1791.00;-0.86;0.30 +9035;3;3065.00;10.95;1793.50;1.40;0.30 +9035;4;3059.00;11.20;1794.00;4.71;0.30 +9035;5;3061.00;10.85;1797.00;3.46;0.30 +9035;6;3065.00;10.80;1797.00;2.35;0.30 +9035;9;3059.12;11.20;1794.00;1.57;0.30 +9035;10;3064.88;10.89;1794.00;-1.57;0.30 9035;21;3059.12;11.20;1794.00;1.57;0.30 +9036;0;2943.00;11.52;1723.00;0.00;0.28 +9036;1;2944.50;11.15;1720.00;0.46;0.28 +9036;2;2941.00;11.60;1720.50;-0.67;0.28 +9036;3;2940.50;11.60;1723.50;4.51;0.28 +9036;4;2945.50;11.45;1724.00;1.95;0.28 +9036;5;2941.00;11.90;1726.50;3.66;0.28 +9036;6;2943.00;12.05;1727.00;3.14;0.28 +9036;9;2940.48;11.60;1723.00;1.57;0.28 +9036;10;2945.52;11.34;1723.00;-1.57;0.28 9036;21;2940.48;11.60;1723.00;1.57;0.28 +9037;0;1922.00;9.50;218.00;0.00;1.12 +9037;1;1921.50;9.50;202.50;-0.03;1.12 +9037;2;1913.00;9.50;213.00;-1.06;1.12 +9037;3;1930.00;9.50;205.00;0.55;1.12 +9037;4;1933.00;9.50;217.00;1.48;1.12 +9037;5;1911.00;9.50;228.00;3.97;1.12 +9037;6;1922.50;9.50;232.00;3.10;1.12 +9037;7;1915.00;9.50;233.50;3.56;1.12 +9037;9;1911.92;9.50;218.00;1.57;1.12 +9037;10;1932.08;9.50;218.00;-1.57;1.12 +9037;11;1921.20;9.50;193.20;-0.03;1.12 +9037;12;1907.60;9.50;210.00;-1.06;1.12 +9037;13;1934.80;9.50;197.20;0.55;1.12 +9037;14;1939.60;9.50;216.40;1.48;1.12 +9037;15;1904.40;9.50;234.00;3.97;1.12 +9037;16;1922.80;9.50;240.40;3.10;1.12 +9037;17;1910.80;9.50;242.80;3.56;1.12 9037;21;1911.92;9.50;218.00;1.57;1.12 +9038;0;3164.00;9.80;1797.00;0.00;0.34 +9038;1;3162.50;9.80;1792.00;-0.29;0.34 +9038;2;3164.50;9.80;1792.50;0.11;0.34 +9038;3;3161.00;9.80;1796.00;-1.24;0.34 +9038;4;3167.50;9.80;1796.00;1.29;0.34 +9038;5;3166.00;9.80;1800.50;2.62;0.34 +9038;6;3161.50;9.80;1800.00;3.83;0.34 +9038;9;3160.94;9.80;1797.00;1.57;0.34 +9038;10;3167.06;9.80;1797.00;-1.57;0.34 9038;21;3160.94;9.80;1797.00;1.57;0.34 +9039;0;3300.00;10.67;1944.00;0.00;0.36 +9039;1;3297.00;11.10;1940.50;-0.70;0.36 +9039;2;3301.00;11.10;1939.50;0.21;0.36 +9039;3;3302.50;10.85;1942.00;0.89;0.36 +9039;4;3296.50;10.70;1944.50;4.57;0.36 +9039;5;3304.50;10.50;1946.00;1.98;0.36 +9039;6;3300.00;10.35;1948.50;3.14;0.36 +9039;9;3296.76;10.78;1944.00;1.57;0.36 +9039;10;3303.24;10.65;1944.00;-1.57;0.36 9039;21;3296.76;10.78;1944.00;1.57;0.36 +9040;0;1209.00;9.50;386.00;0.00;1.12 +9040;1;1207.00;9.50;373.50;-0.15;1.12 +9040;2;1221.50;9.50;384.00;1.41;1.12 +9040;3;1195.00;9.50;378.50;-1.07;1.12 +9040;4;1199.50;9.50;393.50;4.04;1.12 +9040;5;1214.00;9.50;398.50;2.76;1.12 +9040;6;1222.50;9.50;394.50;2.13;1.12 +9040;9;1198.92;9.50;386.00;1.57;1.12 +9040;10;1219.08;9.50;386.00;-1.57;1.12 +9040;11;1205.80;9.50;366.00;-0.15;1.12 +9040;12;1229.00;9.50;382.80;1.41;1.12 +9040;13;1186.60;9.50;374.00;-1.07;1.12 +9040;14;1193.80;9.50;398.00;4.04;1.12 +9040;15;1217.00;9.50;406.00;2.76;1.12 +9040;16;1230.60;9.50;399.60;2.13;1.12 9040;21;1198.92;9.50;386.00;1.57;1.12 +9041;0;3470.00;9.80;1874.00;0.00;1.06 +9041;1;3468.00;9.80;1862.50;-0.17;1.06 +9041;2;3475.00;9.70;1865.00;0.50;1.06 +9041;3;3460.00;9.80;1869.50;-1.14;1.06 +9041;4;3481.50;9.70;1871.00;1.31;1.06 +9041;5;3483.50;9.70;1875.00;1.64;1.06 +9041;6;3470.00;9.80;1881.00;3.14;1.06 +9041;9;3459.38;9.75;1874.00;1.57;1.06 +9041;10;3480.62;9.70;1874.00;-1.57;1.06 +9041;19;3443.00;9.50;1882.00;-3.14;1.06 +9041;20;3441.32;9.50;1882.49;4.42;1.06 9041;21;3459.38;9.75;1874.00;1.57;1.06 +9042;0;3237.00;9.75;2011.00;0.00;0.44 +9042;1;3236.00;10.12;2006.00;-0.19;0.44 +9042;2;3232.50;9.65;2006.00;-0.73;0.44 +9042;3;3241.00;9.65;2010.50;1.44;0.44 +9042;4;3233.50;9.70;2011.50;4.57;0.44 +9042;5;3239.50;9.70;2015.50;2.63;0.44 +9042;9;3232.50;9.65;2011.00;1.57;0.44 +9042;10;3241.50;9.50;2011.00;-1.57;0.44 +9042;19;3228.00;9.50;2004.00;-1.71;0.44 +9042;20;3226.61;9.50;2002.92;-0.91;0.44 9042;21;3232.50;9.65;2011.00;1.57;0.44 +9043;0;3471.00;10.12;1710.00;0.00;0.22 +9043;1;3471.50;9.80;1707.50;0.19;0.22 +9043;2;3468.50;10.30;1708.50;-1.03;0.22 +9043;3;3473.50;9.90;1710.50;1.76;0.22 +9043;4;3469.00;10.45;1711.50;4.06;0.22 +9043;5;3472.00;10.35;1712.50;2.76;0.22 +9043;9;3469.02;10.34;1710.00;1.57;0.22 +9043;10;3472.98;9.90;1710.00;-1.57;0.22 9043;21;3469.02;10.34;1710.00;1.57;0.22 +9044;0;5382.00;9.50;1531.00;0.00;1.16 +9044;1;5385.50;9.50;1521.00;0.33;1.16 +9044;2;5370.00;9.50;1524.50;-1.07;1.16 +9044;3;5397.50;9.50;1534.00;1.76;1.16 +9044;4;5372.00;9.50;1539.00;4.03;1.16 +9044;5;5388.00;9.50;1542.50;2.66;1.16 +9044;9;5370.66;9.50;1531.00;1.57;1.16 +9044;10;5393.34;9.50;1531.00;-1.57;1.16 +9044;11;5387.60;9.50;1515.00;0.33;1.16 +9044;12;5362.80;9.50;1520.60;-1.07;1.16 +9044;13;5406.80;9.50;1535.80;1.76;1.16 +9044;14;5366.00;9.50;1543.80;4.03;1.16 +9044;15;5391.60;9.50;1549.40;2.66;1.16 9044;21;5370.66;9.50;1531.00;1.57;1.16 +9045;0;3354.00;9.72;1838.00;0.00;0.18 +9045;1;3353.50;9.75;1836.00;-0.24;0.18 +9045;2;3349.50;9.70;1837.50;-1.46;0.18 +9045;3;3358.00;9.90;1837.50;1.44;0.18 +9045;4;3356.50;9.70;1839.50;2.11;0.18 +9045;5;3351.00;9.85;1840.00;4.12;0.18 +9045;9;3350.40;9.70;1838.00;1.57;0.18 +9045;10;3357.60;9.90;1838.00;-1.57;0.18 +9045;19;3359.00;9.68;1839.00;-4.17;0.18 +9045;20;3360.71;9.68;1839.34;1.76;0.18 9045;21;3350.40;9.70;1838.00;1.57;0.18 +9046;0;3386.00;9.82;1668.00;0.00;0.22 +9046;1;3385.50;10.10;1666.00;-0.24;0.22 +9046;2;3387.50;10.20;1665.50;0.54;0.22 +9046;3;3388.50;9.95;1667.00;1.19;0.22 +9046;4;3383.50;10.20;1668.50;4.51;0.22 +9046;5;3387.00;9.80;1669.50;2.55;0.22 +9046;6;3385.00;9.85;1671.00;3.46;0.22 +9046;9;3384.02;10.07;1668.00;1.57;0.22 +9046;10;3387.98;9.85;1668.00;-1.57;0.22 9046;21;3384.02;10.07;1668.00;1.57;0.22 +9047;0;2922.00;14.52;1757.00;0.00;0.30 +9047;1;2920.50;14.95;1754.00;-0.46;0.30 +9047;2;2924.50;15.30;1755.50;1.03;0.30 +9047;3;2917.50;13.50;1756.50;-1.46;0.30 +9047;4;2927.00;14.85;1758.50;1.86;0.30 +9047;5;2920.00;13.45;1759.00;3.92;0.30 +9047;6;2924.50;15.40;1760.50;2.52;0.30 +9047;9;2918.40;13.54;1757.00;1.57;0.30 +9047;10;2925.60;14.64;1757.00;-1.57;0.30 9047;21;2918.40;13.54;1757.00;1.57;0.30 +9048;0;3850.00;9.50;487.00;0.00;0.80 +9048;1;3850.00;9.50;476.50;0.00;0.80 +9048;2;3841.00;9.50;488.00;4.60;0.80 +9048;3;3860.00;9.50;488.50;1.72;0.80 +9048;4;3851.50;9.50;497.00;2.99;0.80 +9048;5;3842.50;9.50;498.50;3.71;0.80 +9048;9;3842.80;9.50;487.00;1.57;0.80 +9048;10;3857.20;9.50;487.00;-1.57;0.80 +9048;11;3850.00;9.50;470.20;0.00;0.80 +9048;12;3835.60;9.50;488.60;4.60;0.80 +9048;13;3866.00;9.50;489.40;1.72;0.80 +9048;14;3852.40;9.50;503.00;2.99;0.80 +9048;15;3838.00;9.50;505.40;3.71;0.80 9048;21;3842.80;9.50;487.00;1.57;0.80 +9049;0;3095.00;9.50;1171.00;0.00;0.86 +9049;1;3096.50;9.50;1160.50;0.14;0.86 +9049;2;3099.50;9.50;1159.00;0.35;0.86 +9049;3;3102.00;9.50;1159.50;0.54;0.86 +9049;4;3106.00;9.50;1163.00;0.94;0.86 +9049;5;3092.00;9.50;1163.50;-0.38;0.86 +9049;6;3086.50;9.50;1166.00;-1.03;0.86 +9049;7;3107.00;9.50;1168.00;1.32;0.86 +9049;8;3082.00;9.50;1167.00;-1.27;0.86 +9049;9;3085.28;9.50;1171.00;1.57;0.86 +9049;10;3104.72;9.50;1171.00;-1.57;0.86 +9049;11;3097.40;9.50;1154.20;0.14;0.86 +9049;12;3102.20;9.50;1151.80;0.35;0.86 +9049;13;3106.20;9.50;1152.60;0.54;0.86 +9049;14;3112.60;9.50;1158.20;0.94;0.86 +9049;15;3090.20;9.50;1159.00;-0.38;0.86 +9049;16;3081.40;9.50;1163.00;-1.03;0.86 +9049;17;3114.20;9.50;1166.20;1.32;0.86 +9049;18;3074.20;9.50;1164.60;-1.27;0.86 9049;21;3085.28;9.50;1171.00;1.57;0.86 +9050;0;3541.00;10.40;1682.00;0.00;0.26 +9050;1;3540.50;10.40;1678.50;-0.14;0.26 +9050;2;3538.50;10.40;1680.50;-1.03;0.26 +9050;3;3543.00;10.40;1680.00;0.78;0.26 +9050;4;3543.50;10.40;1682.00;1.57;0.26 +9050;5;3538.00;10.40;1683.50;4.24;0.26 +9050;6;3543.50;10.40;1685.00;2.44;0.26 +9050;7;3540.50;10.40;1685.50;3.28;0.26 +9050;9;3538.66;10.40;1682.00;1.57;0.26 +9050;10;3543.34;10.40;1682.00;-1.57;0.26 9050;21;3538.66;10.40;1682.00;1.57;0.26 +9051;0;3054.00;10.70;1771.00;0.00;0.30 +9051;1;3051.00;10.90;1768.00;-0.78;0.30 +9051;2;3055.00;10.70;1768.50;0.38;0.30 +9051;3;3051.00;10.90;1772.00;4.39;0.30 +9051;4;3057.50;10.60;1771.00;1.57;0.30 +9051;5;3057.00;10.70;1773.50;2.26;0.30 +9051;6;3054.00;10.75;1774.50;3.14;0.30 +9051;9;3051.30;10.90;1771.00;1.57;0.30 +9051;10;3056.70;10.60;1771.00;-1.57;0.30 9051;21;3051.30;10.90;1771.00;1.57;0.30 +9052;0;5317.00;9.50;555.00;0.00;1.42 +9052;1;5318.00;9.50;539.00;0.06;1.42 +9052;2;5305.50;9.50;546.00;-0.90;1.42 +9052;3;5328.50;9.50;550.50;1.19;1.42 +9052;4;5309.50;9.50;564.00;3.83;1.42 +9052;5;5330.00;9.50;567.00;2.31;1.42 +9052;9;5302.78;9.50;555.00;1.57;1.42 +9052;10;5331.22;9.50;555.00;-1.57;1.42 +9052;11;5318.60;9.50;529.40;0.06;1.42 +9052;12;5298.60;9.50;540.60;-0.90;1.42 +9052;13;5335.40;9.50;547.80;1.19;1.42 +9052;14;5305.00;9.50;569.40;3.83;1.42 +9052;15;5337.80;9.50;574.20;2.31;1.42 9052;21;5302.78;9.50;555.00;1.57;1.42 +9053;0;5351.00;9.50;1229.00;0.00;1.08 +9053;1;5339.00;9.50;1219.00;-0.87;1.08 +9053;2;5363.00;9.50;1221.00;0.98;1.08 +9053;3;5325.00;9.50;1219.50;-1.22;1.08 +9053;4;5329.50;9.50;1226.50;-1.45;1.08 +9053;5;5367.50;9.50;1235.50;1.94;1.08 +9053;6;5349.50;9.50;1239.00;3.29;1.08 +9053;9;5333.90;9.50;1229.00;1.57;1.08 +9053;10;5368.10;9.50;1229.00;-1.57;1.08 +9053;11;5331.80;9.50;1213.00;-0.87;1.08 +9053;12;5370.20;9.50;1216.20;0.98;1.08 +9053;13;5309.40;9.50;1213.80;-1.22;1.08 +9053;14;5316.60;9.50;1225.00;-1.45;1.08 +9053;15;5377.40;9.50;1239.40;1.94;1.08 +9053;16;5348.60;9.50;1245.00;3.29;1.08 9053;21;5333.90;9.50;1229.00;1.57;1.08 +9054;0;3022.00;9.50;1719.00;0.00;0.26 +9054;1;1510.50;9.50;859.00;-1.05;0.26 +9054;2;3023.50;9.50;1715.50;0.40;0.26 +9054;3;3025.00;9.50;1717.50;1.10;0.26 +9054;4;3019.00;9.55;1721.00;4.12;0.26 +9054;5;3022.00;9.70;1721.50;3.14;0.26 +9054;9;3019.66;9.50;1719.00;1.57;0.26 +9054;10;3024.34;9.66;1719.00;-1.57;0.26 9054;21;3019.66;9.50;1719.00;1.57;0.26 +9055;0;3367.00;9.97;1831.00;0.00;0.30 +9055;1;3367.00;9.80;1828.50;0.00;0.30 +9055;2;3370.50;9.75;1829.00;1.05;0.30 +9055;3;3363.50;9.95;1831.00;4.71;0.30 +9055;4;3368.50;10.25;1833.00;2.49;0.30 +9055;5;3364.50;10.30;1834.00;3.83;0.30 +9055;9;3364.30;9.99;1831.00;1.57;0.30 +9055;10;3369.70;10.01;1831.00;-1.57;0.30 +9055;19;3366.00;9.82;1837.00;-3.79;0.30 +9055;20;3365.71;9.82;1838.72;3.30;0.30 9055;21;3364.30;9.99;1831.00;1.57;0.30 +9056;0;3210.00;10.15;1784.00;0.00;0.22 +9056;1;3210.50;10.00;1779.50;0.11;0.22 +9056;2;1604.50;16.00;891.50;-1.06;0.22 +9056;3;1604.50;16.00;891.50;-1.06;0.22 +9056;4;3211.50;10.15;1783.00;0.98;0.22 +9056;5;3208.00;10.10;1784.00;4.71;0.22 +9056;6;1604.50;16.00;891.50;-1.06;0.22 +9056;7;3207.50;10.35;1786.00;4.03;0.22 +9056;8;3208.50;10.40;1787.50;3.54;0.22 +9056;9;3208.02;10.10;1784.00;1.57;0.22 +9056;10;3211.98;10.22;1784.00;-1.57;0.22 9056;21;3208.02;10.10;1784.00;1.57;0.22 +9057;0;4786.00;9.50;443.00;0.00;0.86 +9057;1;4788.00;9.50;435.50;0.26;0.86 +9057;2;4780.50;9.50;435.00;-0.60;0.86 +9057;3;4796.00;9.50;438.50;1.14;0.86 +9057;4;4774.50;9.50;443.50;4.66;0.86 +9057;5;4799.00;9.50;443.50;1.60;0.86 +9057;6;4788.50;9.50;450.00;2.79;0.86 +9057;7;4775.50;9.50;450.00;4.12;0.86 +9057;9;4776.82;9.50;443.00;1.57;0.86 +9057;10;4795.18;9.50;443.00;-1.57;0.86 +9057;11;4789.20;9.50;431.00;0.26;0.86 +9057;12;4777.20;9.50;430.20;-0.60;0.86 +9057;13;4802.00;9.50;435.80;1.14;0.86 +9057;14;4767.60;9.50;443.80;4.66;0.86 +9057;15;4806.80;9.50;443.80;1.60;0.86 +9057;16;4790.00;9.50;454.20;2.79;0.86 +9057;17;4769.20;9.50;454.20;4.12;0.86 9057;21;4776.82;9.50;443.00;1.57;0.86 +9058;0;4235.00;9.50;629.00;0.00;0.92 +9058;1;4236.00;9.50;615.00;0.07;0.92 +9058;2;4229.00;9.50;620.00;-0.58;0.92 +9058;3;4241.50;9.50;624.00;0.91;0.92 +9058;4;4223.00;9.50;629.00;4.71;0.92 +9058;5;4234.00;9.50;637.50;3.25;0.92 +9058;6;4245.00;9.50;637.50;2.27;0.92 +9058;9;4226.72;9.50;629.00;1.57;0.92 +9058;10;4243.28;9.50;629.00;-1.57;0.92 +9058;11;4236.60;9.50;606.60;0.07;0.92 +9058;12;4225.40;9.50;614.60;-0.58;0.92 +9058;13;4245.40;9.50;621.00;0.91;0.92 +9058;14;4215.80;9.50;629.00;4.71;0.92 +9058;15;4233.40;9.50;642.60;3.25;0.92 +9058;16;4251.00;9.50;642.60;2.27;0.92 9058;21;4226.72;9.50;629.00;1.57;0.92 +9059;0;3397.00;10.00;1922.00;0.00;0.46 +9059;1;3396.00;9.80;1917.00;-0.19;0.46 +9059;2;3400.50;9.90;1916.50;0.56;0.46 +9059;3;3403.50;10.00;1920.00;1.27;0.46 +9059;4;3391.00;9.90;1919.00;-1.10;0.46 +9059;5;3390.50;10.00;1923.50;4.48;0.46 +9059;6;3400.50;10.20;1925.00;2.27;0.46 +9059;7;3394.00;10.20;1927.00;3.68;0.46 +9059;9;3391.42;10.00;1922.00;1.57;0.46 +9059;10;3402.58;10.05;1922.00;-1.57;0.46 9059;21;3391.42;10.00;1922.00;1.57;0.46 +9060;0;3330.00;10.45;1714.00;0.00;0.24 +9060;1;3327.50;10.40;1710.50;-0.62;0.24 +9060;2;3330.00;10.40;1711.00;0.00;0.24 +9060;3;3327.00;10.40;1714.00;4.71;0.24 +9060;4;3332.50;10.50;1713.00;1.19;0.24 +9060;5;3333.00;10.50;1716.00;2.15;0.24 +9060;6;3328.50;10.40;1717.00;3.60;0.24 +9060;7;3331.00;10.40;1717.50;2.86;0.24 +9060;9;3327.84;10.40;1714.00;1.57;0.24 +9060;10;3332.16;10.50;1714.00;-1.57;0.24 9060;21;3327.84;10.40;1714.00;1.57;0.24 +9061;0;3274.00;9.52;1795.00;0.00;0.16 +9061;1;1636.50;10.50;897.00;-1.06;0.16 +9061;2;3276.00;9.50;1793.50;0.92;0.16 +9061;3;3278.00;9.92;1795.00;1.57;0.16 +9061;4;3269.00;9.90;1795.50;4.61;0.16 +9061;5;3272.50;10.10;1797.00;3.78;0.16 +9061;6;1636.50;10.50;897.00;-1.06;0.16 +9061;9;3270.58;9.88;1795.00;1.57;0.16 +9061;10;3277.42;9.90;1795.00;-1.57;0.16 9061;21;3270.58;9.88;1795.00;1.57;0.16 +9062;0;4419.00;9.50;375.00;0.00;0.98 +9062;1;4419.00;9.50;362.50;0.00;0.98 +9062;2;4431.00;9.50;372.50;1.36;0.98 +9062;3;4407.00;9.50;377.50;4.50;0.98 +9062;4;4431.00;9.50;385.00;2.26;0.98 +9062;5;4419.50;9.50;387.50;3.10;0.98 +9062;6;4407.50;9.50;389.50;3.81;0.98 +9062;9;4410.18;9.50;375.00;1.57;0.98 +9062;10;4427.82;9.50;375.00;-1.57;0.98 +9062;11;4419.00;9.50;355.00;0.00;0.98 +9062;12;4438.20;9.50;371.00;1.36;0.98 +9062;13;4399.80;9.50;379.00;4.50;0.98 +9062;14;4438.20;9.50;391.00;2.26;0.98 +9062;15;4419.80;9.50;395.00;3.10;0.98 +9062;16;4400.60;9.50;398.20;3.81;0.98 9062;21;4410.18;9.50;375.00;1.57;0.98 +9063;0;4565.00;9.50;334.00;0.00;1.14 +9063;1;4560.00;9.50;317.00;-0.28;1.14 +9063;2;4555.50;9.50;331.50;-1.31;1.14 +9063;3;4574.50;9.50;334.50;1.62;1.14 +9063;4;4560.00;9.50;348.50;3.47;1.14 +9063;5;4561.50;9.50;352.00;3.33;1.14 +9063;6;4570.50;9.50;352.00;2.84;1.14 +9063;9;4554.74;9.50;334.00;1.57;1.14 +9063;10;4575.26;9.50;334.00;-1.57;1.14 +9063;11;4557.00;9.50;306.80;-0.28;1.14 +9063;12;4549.80;9.50;330.00;-1.31;1.14 +9063;13;4580.20;9.50;334.80;1.62;1.14 +9063;14;4557.00;9.50;357.20;3.47;1.14 +9063;15;4559.40;9.50;362.80;3.33;1.14 +9063;16;4573.80;9.50;362.80;2.84;1.14 9063;21;4554.74;9.50;334.00;1.57;1.14 +9064;0;3234.00;10.17;1995.00;0.00;0.34 +9064;1;3233.00;10.25;1991.50;-0.27;0.34 +9064;2;3228.00;10.47;1993.00;-1.24;0.34 +9064;3;3239.00;9.95;1993.50;1.27;0.34 +9064;4;3229.50;10.40;1996.50;4.39;0.34 +9064;5;3239.50;10.00;1996.00;1.75;0.34 +9064;6;3234.50;10.30;1998.00;2.97;0.34 +9064;7;3238.50;10.20;1998.50;2.23;0.34 +9064;9;3229.50;10.40;1995.00;1.57;0.34 +9064;10;3238.50;10.00;1995.00;-1.57;0.34 +9064;19;3245.00;9.57;2001.00;-4.05;0.34 +9064;20;3246.53;9.57;2001.83;2.07;0.34 9064;21;3229.50;10.40;1995.00;1.57;0.34 +9065;0;3538.00;9.80;1712.00;0.00;0.26 +9065;1;3536.00;9.80;1710.00;-0.78;0.26 +9065;2;3540.00;9.80;1709.50;0.67;0.26 +9065;3;3542.00;9.80;1712.00;1.57;0.26 +9065;4;3534.50;9.80;1712.50;4.57;0.26 +9065;5;3536.00;9.80;1714.50;3.81;0.26 +9065;6;3540.00;9.80;1715.00;2.55;0.26 +9065;9;3535.12;9.80;1712.00;1.57;0.26 +9065;10;3540.88;9.80;1712.00;-1.57;0.26 9065;21;3535.12;9.80;1712.00;1.57;0.26 +9066;0;3005.00;11.80;1822.00;0.00;0.34 +9066;1;3003.00;12.05;1819.50;-0.67;0.34 +9066;2;3007.50;12.30;1818.50;0.62;0.34 +9066;3;3007.50;12.00;1823.50;2.11;0.34 +9066;4;3001.50;12.10;1823.50;4.30;0.34 +9066;5;3004.50;11.90;1826.00;3.26;0.34 +9066;9;3001.94;12.10;1822.00;1.57;0.34 +9066;10;3008.06;12.11;1822.00;-1.57;0.34 9066;21;3001.94;12.10;1822.00;1.57;0.34 +9067;0;3919.00;9.50;25.00;0.00;1.12 +9067;1;3906.50;9.50;22.00;-1.33;1.12 +9067;2;3930.50;9.50;19.00;1.09;1.12 +9067;3;3937.00;9.50;26.50;1.65;1.12 +9067;4;3926.50;9.50;35.00;2.49;1.12 +9067;5;3910.50;9.50;35.50;3.82;1.12 +9067;9;3907.48;9.50;25.00;1.57;1.12 +9067;10;3930.52;9.50;25.00;-1.57;1.12 +9067;11;3899.00;9.50;20.20;-1.33;1.12 +9067;12;3937.40;9.50;15.40;1.09;1.12 +9067;13;3947.80;9.50;27.40;1.65;1.12 +9067;14;3931.00;9.50;41.00;2.49;1.12 +9067;15;3905.40;9.50;41.80;3.82;1.12 9067;21;3907.48;9.50;25.00;1.57;1.12 +9068;0;3004.00;12.55;1770.00;0.00;0.30 +9068;1;3006.50;11.75;1766.00;0.55;0.30 +9068;2;3002.50;12.55;1770.00;4.71;0.30 +9068;3;3008.50;12.15;1767.00;0.98;0.30 +9068;4;3006.00;12.70;1770.50;1.81;0.30 +9068;5;2999.00;12.87;1773.00;4.17;0.30 +9068;6;3001.50;13.20;1773.50;3.76;0.30 +9068;9;3000.76;12.45;1770.00;1.57;0.30 +9068;10;3007.24;12.55;1770.00;-1.57;0.30 9068;21;3000.76;12.45;1770.00;1.57;0.30 +9069;0;3017.00;11.60;1853.00;0.00;0.26 +9069;1;3013.50;11.90;1851.00;-1.05;0.26 +9069;2;3017.00;12.00;1849.50;0.00;0.26 +9069;3;3020.00;11.60;1853.00;1.57;0.26 +9069;4;3013.50;11.60;1854.50;4.30;0.26 +9069;5;3018.50;11.60;1855.50;2.60;0.26 +9069;9;3013.76;11.70;1853.00;1.57;0.26 +9069;10;3020.24;11.60;1853.00;-1.57;0.26 9069;21;3013.76;11.70;1853.00;1.57;0.26 +9070;0;2230.00;9.50;69.00;0.00;0.88 +9070;1;2230.50;9.50;55.50;0.03;0.88 +9070;2;2237.00;9.50;56.00;0.49;0.88 +9070;3;2219.50;9.50;64.00;-1.12;0.88 +9070;4;2237.50;9.50;69.50;1.63;0.88 +9070;5;2222.00;9.50;74.50;4.11;0.88 +9070;6;2231.00;9.50;81.50;3.06;0.88 +9070;7;2239.00;9.50;84.00;2.60;0.88 +9070;9;2222.08;9.50;69.00;1.57;0.88 +9070;10;2237.92;9.50;69.00;-1.57;0.88 +9070;11;2230.80;9.50;47.40;0.03;0.88 +9070;12;2241.20;9.50;48.20;0.49;0.88 +9070;13;2213.20;9.50;61.00;-1.12;0.88 +9070;14;2242.00;9.50;69.80;1.63;0.88 +9070;15;2217.20;9.50;77.80;4.11;0.88 +9070;16;2231.60;9.50;89.00;3.06;0.88 +9070;17;2244.40;9.50;93.00;2.60;0.88 9070;21;2222.08;9.50;69.00;1.57;0.88 +9071;0;2454.00;9.50;253.00;0.00;1.16 +9071;1;2457.00;9.50;241.00;0.24;1.16 +9071;2;2467.00;9.50;243.50;0.94;1.16 +9071;3;2442.50;9.50;246.50;-1.05;1.16 +9071;4;2440.50;9.50;255.00;4.56;1.16 +9071;5;2463.50;9.50;257.50;2.01;1.16 +9071;6;2451.50;9.50;265.00;3.34;1.16 +9071;7;2461.00;9.50;266.00;2.64;1.16 +9071;9;2443.56;9.50;253.00;1.57;1.16 +9071;10;2464.44;9.50;253.00;-1.57;1.16 +9071;11;2458.80;9.50;233.80;0.24;1.16 +9071;12;2474.80;9.50;237.80;0.94;1.16 +9071;13;2435.60;9.50;242.60;-1.05;1.16 +9071;14;2432.40;9.50;256.20;4.56;1.16 +9071;15;2469.20;9.50;260.20;2.01;1.16 +9071;16;2450.00;9.50;272.20;3.34;1.16 +9071;17;2465.20;9.50;273.80;2.64;1.16 9071;21;2443.56;9.50;253.00;1.57;1.16 +9072;0;2420.00;9.50;911.00;0.00;1.26 +9072;1;2430.50;9.50;896.50;0.62;1.26 +9072;2;2417.00;9.50;897.50;-0.21;1.26 +9072;3;2413.00;9.50;917.50;3.96;1.26 +9072;4;2435.00;9.50;911.50;1.60;1.26 +9072;5;2406.00;9.50;910.00;-1.49;1.26 +9072;6;2406.00;9.50;924.50;3.94;1.26 +9072;7;2418.50;9.50;925.00;3.24;1.26 +9072;9;2408.66;9.50;911.00;1.57;1.26 +9072;10;2431.34;9.50;911.00;-1.57;1.26 +9072;11;2436.80;9.50;887.80;0.62;1.26 +9072;12;2415.20;9.50;889.40;-0.21;1.26 +9072;13;2408.80;9.50;921.40;3.96;1.26 +9072;14;2444.00;9.50;911.80;1.60;1.26 +9072;15;2397.60;9.50;909.40;-1.49;1.26 +9072;16;2397.60;9.50;932.60;3.94;1.26 +9072;17;2417.60;9.50;933.40;3.24;1.26 9072;21;2408.66;9.50;911.00;1.57;1.26 +9073;0;3215.00;10.15;1764.00;0.00;0.18 +9073;1;3216.00;10.15;1761.50;0.38;0.18 +9073;2;3213.50;9.90;1762.50;-0.78;0.18 +9073;3;3217.50;10.40;1763.00;1.19;0.18 +9073;4;1607.00;11.50;881.50;-1.06;0.18 +9073;5;3216.00;10.20;1765.50;2.55;0.18 +9073;9;3212.30;9.93;1764.00;1.57;0.18 +9073;10;3217.70;10.36;1764.00;-1.57;0.18 9073;21;3212.30;9.93;1764.00;1.57;0.18 +9074;0;3278.00;10.62;1867.00;0.00;0.36 +9074;1;3277.00;10.50;1862.50;-0.21;0.36 +9074;2;3281.00;10.50;1864.50;0.87;0.36 +9074;3;3274.50;10.60;1865.50;-1.16;0.36 +9074;4;3282.00;10.50;1868.00;1.81;0.36 +9074;5;3275.00;10.70;1869.50;4.01;0.36 +9074;6;3277.50;10.70;1870.50;3.28;0.36 +9074;7;3280.50;10.60;1870.50;2.52;0.36 +9074;9;3274.76;10.68;1867.00;1.57;0.36 +9074;10;3281.24;10.50;1867.00;-1.57;0.36 9074;21;3274.76;10.68;1867.00;1.57;0.36 +9075;0;2727.00;12.50;1679.00;0.00;0.26 +9075;1;2728.00;13.25;1677.50;0.58;0.26 +9075;2;2725.00;12.70;1677.00;-0.78;0.26 +9075;3;2723.50;11.80;1679.00;4.71;0.26 +9075;4;2726.50;12.00;1681.50;3.33;0.26 +9075;5;2729.00;12.30;1681.00;2.35;0.26 +9075;9;2724.66;12.07;1679.00;1.57;0.26 +9075;10;2729.34;12.87;1679.00;-1.57;0.26 +9075;19;2727.00;11.03;1684.00;-2.94;0.26 +9075;20;2727.00;11.03;1685.75;3.14;0.26 9075;21;2724.66;12.07;1679.00;1.57;0.26 +9076;0;2347.00;9.50;1487.00;0.00;1.58 +9076;1;2359.00;9.50;1470.00;0.61;1.58 +9076;2;2373.50;9.50;1465.00;0.87;1.58 +9076;3;2365.50;9.50;1478.50;1.14;1.58 +9076;4;2332.50;9.50;1487.00;4.71;1.58 +9076;5;2358.00;9.50;1495.50;2.22;1.58 +9076;6;2343.00;9.50;1500.00;3.44;1.58 +9076;7;2324.50;9.50;1501.00;4.15;1.58 +9076;8;2329.50;9.50;1505.00;3.91;1.58 +9076;9;2327.92;9.50;1487.00;1.57;1.58 +9076;10;2366.08;9.50;1487.00;-1.57;1.58 +9076;11;2366.20;9.50;1459.80;0.61;1.58 +9076;12;2389.40;9.50;1451.80;0.87;1.58 +9076;13;2376.60;9.50;1473.40;1.14;1.58 +9076;14;2323.80;9.50;1487.00;4.71;1.58 +9076;15;2364.60;9.50;1500.60;2.22;1.58 +9076;16;2340.60;9.50;1507.80;3.44;1.58 +9076;17;2311.00;9.50;1509.40;4.15;1.58 +9076;18;2319.00;9.50;1515.80;3.91;1.58 9076;21;2327.92;9.50;1487.00;1.57;1.58 +9077;0;1513.00;9.50;2039.00;0.00;0.48 +9077;1;1512.00;9.50;2034.50;-0.21;0.48 +9077;2;1500.50;9.50;2034.50;-1.22;0.48 +9077;3;1529.50;9.50;2039.00;1.57;0.48 +9077;9;1497.88;9.50;2039.00;1.57;0.48 +9077;10;1528.12;9.50;2039.00;-1.57;0.48 +9077;11;1511.40;9.50;2031.80;-0.21;0.48 +9077;12;1493.00;9.50;2031.80;-1.22;0.48 +9077;13;1539.40;9.50;2039.00;1.57;0.48 9077;21;1497.88;9.50;2039.00;1.57;0.48 +9078;0;3314.00;10.40;1775.00;0.00;0.28 +9078;1;3317.00;10.40;1772.00;0.78;0.28 +9078;2;3313.50;10.40;1772.50;-0.19;0.28 +9078;3;3310.00;10.35;1774.00;-1.32;0.28 +9078;4;3318.00;10.40;1775.50;1.69;0.28 +9078;5;3312.50;10.40;1777.00;3.78;0.28 +9078;6;3316.00;10.40;1778.00;2.55;0.28 +9078;9;3310.94;10.40;1775.00;1.57;0.28 +9078;10;3317.06;10.40;1775.00;-1.57;0.28 9078;21;3310.94;10.40;1775.00;1.57;0.28 +9079;0;3209.00;10.40;1710.00;0.00;0.24 +9079;1;3209.50;10.40;1707.00;0.16;0.24 +9079;2;3207.00;10.30;1708.00;-0.78;0.24 +9079;3;3212.00;10.40;1708.50;1.10;0.24 +9079;4;3206.00;10.40;1710.50;4.54;0.24 +9079;5;3211.50;10.40;1711.00;1.95;0.24 +9079;6;3208.00;10.40;1713.00;3.46;0.24 +9079;7;3210.50;10.40;1712.50;2.60;0.24 +9079;9;3206.84;10.35;1710.00;1.57;0.24 +9079;10;3211.16;10.40;1710.00;-1.57;0.24 9079;21;3206.84;10.35;1710.00;1.57;0.24 +9080;0;1196.00;9.50;146.00;0.00;1.40 +9080;1;1184.50;9.50;131.00;-0.65;1.40 +9080;2;1202.50;9.50;137.00;0.62;1.40 +9080;3;1178.50;9.50;139.50;-1.21;1.40 +9080;4;1187.50;9.50;153.50;3.98;1.40 +9080;5;1213.00;9.50;155.00;2.05;1.40 +9080;6;1205.00;9.50;161.50;2.61;1.40 +9080;9;1183.04;9.50;146.00;1.57;1.40 +9080;10;1208.96;9.50;146.00;-1.57;1.40 +9080;11;1177.60;9.50;122.00;-0.65;1.40 +9080;12;1206.40;9.50;131.60;0.62;1.40 +9080;13;1168.00;9.50;135.60;-1.21;1.40 +9080;14;1182.40;9.50;158.00;3.98;1.40 +9080;15;1223.20;9.50;160.40;2.05;1.40 +9080;16;1210.40;9.50;170.80;2.61;1.40 9080;21;1183.04;9.50;146.00;1.57;1.40 +9081;0;132.00;9.50;431.00;0.00;0.94 +9081;1;142.00;9.50;421.50;0.81;0.94 +9081;2;114.50;9.50;424.50;-1.21;0.94 +9081;3;132.00;9.50;426.00;0.00;0.94 +9081;4;150.00;9.50;434.00;1.73;0.94 +9081;5;118.00;9.50;431.50;4.67;0.94 +9081;6;110.00;9.55;434.00;4.57;0.94 +9081;7;127.50;9.50;441.00;3.56;0.94 +9081;9;112.38;9.50;431.00;1.57;0.94 +9081;10;151.62;9.50;431.00;-1.57;0.94 +9081;11;148.00;9.50;415.80;0.81;0.94 +9081;12;104.00;9.50;420.60;-1.21;0.94 +9081;13;132.00;10.00;423.00;0.00;0.94 +9081;14;160.80;9.50;435.80;1.73;0.94 +9081;15;109.60;10.50;431.80;4.67;0.94 +9081;16;96.80;9.50;435.80;4.57;0.94 +9081;17;124.80;9.50;447.00;3.56;0.94 9081;21;112.38;9.50;431.00;1.57;0.94 -9082;21;3347.94;10.37;1754.00;1.57;0.20 +9082;0;3352.00;10.40;1754.00;0.00;0.20 +9082;1;3354.00;10.40;1752.00;0.78;0.20 +9082;2;3350.00;10.40;1752.50;-0.92;0.20 +9082;3;3356.00;10.45;1753.50;1.44;0.20 +9082;4;3348.00;10.35;1754.50;4.58;0.20 +9082;5;3356.00;10.40;1756.00;2.03;0.20 +9082;6;3347.00;10.10;1755.50;4.42;0.20 +9082;7;3349.50;10.40;1756.00;4.03;0.20 +9082;8;3353.50;10.40;1756.50;2.60;0.20 +9082;9;3348.40;10.39;1754.00;1.57;0.20 +9082;10;3355.60;10.41;1754.00;-1.57;0.20 +9082;21;3349.00;10.40;1754.00;0.00;0.20 +9082;22;3354.00;10.40;1752.00;0.78;0.20 +9082;23;3350.00;10.40;1752.50;-0.92;0.20 +9082;24;3356.00;10.45;1753.50;1.44;0.20 +9082;25;3348.00;10.35;1754.50;4.58;0.20 +9082;26;3356.00;10.40;1756.00;2.03;0.20 +9082;27;3347.00;10.10;1755.50;4.42;0.20 +9082;28;3349.50;10.40;1756.00;4.03;0.20 +9082;29;3353.50;10.40;1756.50;2.60;0.20 +9082;38;3355.60;10.41;1754.00;-1.57;0.20 +9083;0;3108.00;13.92;1941.00;0.00;0.32 +9083;1;3109.50;13.90;1938.00;0.46;0.32 +9083;2;3103.50;14.70;1941.50;4.60;0.32 +9083;3;3113.00;12.05;1941.50;1.67;0.32 +9083;4;3108.50;12.40;1944.00;2.97;0.32 +9083;9;3104.04;14.79;1941.00;1.57;0.32 +9083;10;3111.96;12.53;1941.00;-1.57;0.32 9083;21;3111.96;12.53;1941.00;-1.57;0.32 +9084;0;3949.00;10.90;1166.00;0.00;0.44 +9084;1;3944.50;10.20;1161.50;-0.78;0.44 +9084;2;3950.50;10.70;1163.50;0.54;0.44 +9084;3;3943.00;10.15;1163.50;-1.17;0.44 +9084;4;3945.50;10.35;1168.00;4.19;0.44 +9084;5;3954.50;10.20;1168.00;1.92;0.44 +9084;6;3953.00;10.57;1170.00;2.35;0.44 +9084;9;3944.50;10.30;1166.00;1.57;0.44 +9084;10;3953.50;10.35;1166.00;-1.57;0.44 9084;21;3944.50;10.30;1166.00;1.57;0.44 +9085;0;15.00;9.50;1206.00;0.00;0.84 +9085;1;21.50;9.50;1202.00;1.01;0.84 +9085;2;11.00;9.50;1195.00;-0.34;0.84 +9085;3;2823.00;13.55;1203.50;1.57;0.84 +9085;4;2823.00;14.00;1213.00;1.57;0.84 +9085;5;24.50;9.50;1212.50;2.17;0.84 +9085;6;14.00;9.50;1215.00;3.25;0.84 +9085;9;7.44;9.50;1206.00;1.57;0.84 +9085;10;22.56;9.50;1206.00;-1.57;0.84 +9085;11;25.40;9.50;1199.60;1.01;0.84 +9085;12;8.60;9.50;1188.40;-0.34;0.84 +9085;13;4507.80;11.45;1202.00;1.57;0.84 +9085;14;4507.80;13.71;1217.20;1.57;0.84 +9085;15;30.20;9.50;1216.40;2.17;0.84 +9085;16;13.40;9.50;1220.40;3.25;0.84 9085;21;7.44;9.50;1206.00;1.57;0.84 +9086;0;357.00;9.50;1616.00;0.00;1.30 +9086;1;364.50;9.50;1602.00;0.49;1.30 +9086;2;377.00;9.50;1609.00;1.23;1.30 +9086;3;343.00;9.50;1612.00;-1.29;1.30 +9086;4;360.00;9.50;1625.50;2.83;1.30 +9086;5;336.50;9.50;1625.50;4.27;1.30 +9086;6;341.50;9.50;1632.00;3.91;1.30 +9086;9;340.08;9.50;1616.00;1.57;1.30 +9086;10;373.92;9.50;1616.00;-1.57;1.30 +9086;11;369.00;9.50;1593.60;0.49;1.30 +9086;12;389.00;9.50;1604.80;1.23;1.30 +9086;13;334.60;9.50;1609.60;-1.29;1.30 +9086;14;361.80;9.50;1631.20;2.83;1.30 +9086;15;324.20;9.50;1631.20;4.27;1.30 +9086;16;332.20;9.50;1641.60;3.91;1.30 9086;21;340.08;9.50;1616.00;1.57;1.30 +9087;0;343.00;9.57;675.00;0.00;1.30 +9087;1;346.50;9.50;662.00;0.26;1.30 +9087;2;326.00;9.50;668.50;-1.20;1.30 +9087;3;358.50;9.50;678.50;1.79;1.30 +9087;4;342.00;10.25;675.50;4.24;1.30 +9087;5;319.00;9.50;677.00;4.62;1.30 +9087;6;339.00;9.50;685.50;3.50;1.30 +9087;9;328.60;9.50;675.00;1.57;1.30 +9087;10;357.40;9.50;675.00;-1.57;1.30 +9087;11;348.60;9.50;654.20;0.26;1.30 +9087;12;315.80;9.50;664.60;-1.20;1.30 +9087;13;367.80;9.50;680.60;1.79;1.30 +9087;14;341.40;10.77;675.80;4.24;1.30 +9087;15;304.60;9.50;678.20;4.62;1.30 +9087;16;336.60;9.50;691.80;3.50;1.30 9087;21;328.60;9.50;675.00;1.57;1.30 +9088;0;3089.00;10.20;1810.00;0.00;0.24 +9088;1;3090.50;9.70;1807.00;0.46;0.24 +9088;2;3086.50;10.20;1807.50;-0.78;0.24 +9088;3;3086.00;10.05;1811.50;4.24;0.24 +9088;4;3091.50;10.40;1812.00;2.24;0.24 +9088;5;3088.50;10.65;1814.00;3.26;0.24 +9088;9;3086.84;9.98;1810.00;1.57;0.24 +9088;10;3091.16;9.96;1810.00;-1.57;0.24 +9088;19;3086.00;9.68;1803.00;0.46;0.24 +9088;20;3085.31;9.68;1801.39;-0.40;0.24 9088;21;3086.84;9.98;1810.00;1.57;0.24 +9089;0;3202.00;10.70;1988.00;0.00;0.40 +9089;1;3199.00;10.50;1983.50;-0.58;0.40 +9089;2;3203.50;10.95;1987.00;0.98;0.40 +9089;3;3198.00;10.35;1986.50;-1.21;0.40 +9089;4;3198.50;9.90;1989.00;4.43;0.40 +9089;5;3200.50;9.70;1991.00;3.60;0.40 +9089;6;3205.50;10.75;1992.00;2.42;0.40 +9089;9;3198.40;10.19;1988.00;1.57;0.40 +9089;10;3205.60;11.16;1988.00;-1.57;0.40 +9089;19;3201.00;9.60;1992.00;-2.68;0.40 +9089;20;3200.57;9.60;1993.69;3.38;0.40 9089;21;3198.40;10.19;1988.00;1.57;0.40 +9090;0;2718.00;11.12;1706.00;0.00;0.24 +9090;1;2717.00;11.12;1702.00;-0.24;0.24 +9090;2;2719.00;12.05;1702.50;0.27;0.24 +9090;3;2715.00;10.10;1704.50;-1.10;0.24 +9090;4;2720.50;11.80;1706.50;1.76;0.24 +9090;5;2717.50;10.70;1709.00;3.30;0.24 +9090;9;2715.84;10.40;1706.00;1.57;0.24 +9090;10;2720.16;11.94;1706.00;-1.57;0.24 +9090;19;2717.00;9.50;1714.00;-2.98;0.24 +9090;20;2716.78;9.50;1715.73;3.26;0.24 9090;21;2715.84;10.40;1706.00;1.57;0.24 +9091;0;1443.00;9.50;605.00;0.00;1.38 +9091;1;1439.50;9.50;588.50;-0.20;1.38 +9091;2;1453.50;9.50;598.00;0.98;1.38 +9091;3;1429.00;9.50;591.00;-0.78;1.38 +9091;4;1433.00;9.50;610.00;4.24;1.38 +9091;5;1460.00;9.50;610.50;1.88;1.38 +9091;6;1450.50;9.50;619.50;2.66;1.38 +9091;7;1440.50;9.50;628.00;3.25;1.38 +9091;9;1430.58;9.50;605.00;1.57;1.38 +9091;10;1455.42;9.50;605.00;-1.57;1.38 +9091;11;1437.40;9.50;578.60;-0.20;1.38 +9091;12;1459.80;9.50;593.80;0.98;1.38 +9091;13;1420.60;9.50;582.60;-0.78;1.38 +9091;14;1427.00;9.50;613.00;4.24;1.38 +9091;15;1470.20;9.50;613.80;1.88;1.38 +9091;16;1455.00;9.50;628.20;2.66;1.38 +9091;17;1439.00;9.50;641.80;3.25;1.38 9091;21;1430.58;9.50;605.00;1.57;1.38 +9092;0;1550.00;9.50;1810.00;0.00;1.22 +9092;1;1554.00;9.50;1788.50;0.18;1.22 +9092;2;1559.50;9.50;1790.50;0.45;1.22 +9092;3;1563.00;9.50;1799.50;0.89;1.22 +9092;4;1546.00;9.50;1794.50;-0.25;1.22 +9092;5;1536.50;9.50;1812.00;4.56;1.22 +9092;6;1559.00;9.50;1818.50;2.32;1.22 +9092;7;1554.00;9.50;1828.00;2.92;1.22 +9092;8;1545.00;9.50;1829.50;3.39;1.22 +9092;9;1539.02;9.50;1810.00;1.57;1.22 +9092;10;1560.98;9.50;1810.00;-1.57;1.22 +9092;11;1556.40;9.50;1775.60;0.18;1.22 +9092;12;1565.20;9.50;1778.80;0.45;1.22 +9092;13;1570.80;9.50;1793.20;0.89;1.22 +9092;14;1543.60;9.50;1785.20;-0.25;1.22 +9092;15;1528.40;9.50;1813.20;4.56;1.22 +9092;16;1564.40;9.50;1823.60;2.32;1.22 +9092;17;1556.40;9.50;1838.80;2.92;1.22 +9092;18;1542.00;9.50;1841.20;3.39;1.22 9092;21;1539.02;9.50;1810.00;1.57;1.22 +9093;0;3108.00;10.77;1843.00;0.00;0.32 +9093;1;3106.00;10.45;1840.50;-0.67;0.32 +9093;2;3111.00;10.67;1841.00;0.98;0.32 +9093;3;3103.50;10.75;1844.00;4.49;0.32 +9093;4;3111.50;10.50;1844.50;1.97;0.32 +9093;5;3104.50;10.80;1846.00;4.00;0.32 +9093;6;3108.00;10.70;1846.50;3.14;0.32 +9093;9;3104.58;10.65;1843.00;1.57;0.32 +9093;10;3111.42;10.56;1843.00;-1.57;0.32 9093;21;3104.58;10.65;1843.00;1.57;0.32 +9094;0;3160.00;9.65;1756.00;0.00;0.34 +9094;1;3162.00;9.70;1752.00;0.46;0.34 +9094;2;3158.50;9.70;1753.00;-0.46;0.34 +9094;3;3163.50;9.65;1756.00;1.57;0.34 +9094;4;3156.00;9.70;1755.50;-1.44;0.34 +9094;5;3156.00;9.65;1758.50;4.15;0.34 +9094;6;1579.50;13.70;877.50;-1.06;0.34 +9094;7;3158.00;9.55;1759.50;3.66;0.34 +9094;9;3156.94;9.70;1756.00;1.57;0.34 +9094;10;3163.06;9.69;1756.00;-1.57;0.34 9094;21;3156.94;9.70;1756.00;1.57;0.34 +9095;0;3036.00;13.67;1869.00;0.00;0.32 +9095;1;3034.00;14.05;1863.00;-0.32;0.32 +9095;2;3035.50;14.00;1862.50;-0.07;0.32 +9095;3;3037.50;13.75;1867.00;0.64;0.32 +9095;4;3033.50;13.90;1867.00;-0.89;0.32 +9095;5;3034.00;13.57;1873.00;3.60;0.32 +9095;6;3040.00;13.02;1871.00;2.03;0.32 +9095;7;3037.50;13.40;1874.00;2.85;0.32 +9095;9;3033.12;13.73;1869.00;1.57;0.32 +9095;10;3038.88;13.23;1869.00;-1.57;0.32 9095;21;3033.12;13.73;1869.00;1.57;0.32 +9096;0;2946.00;9.70;1706.00;0.00;0.18 +9096;1;2947.50;9.60;1704.50;0.78;0.18 +9096;2;2944.50;9.70;1705.00;-0.98;0.18 +9096;3;2946.50;9.80;1707.50;2.82;0.18 +9096;4;2944.00;9.95;1707.00;4.24;0.18 +9096;9;2944.20;9.83;1706.00;1.57;0.18 +9096;10;2947.80;9.70;1706.00;-1.57;0.18 +9096;19;2948.00;9.50;1704.00;0.79;0.18 +9096;20;2949.23;9.50;1702.76;0.78;0.18 9096;21;2944.20;9.83;1706.00;1.57;0.18 +9097;0;3265.00;10.00;1731.00;0.00;0.18 +9097;1;3266.00;10.35;1729.00;0.46;0.18 +9097;2;3263.00;10.17;1730.00;-1.10;0.18 +9097;3;3268.50;10.30;1730.00;1.29;0.18 +9097;4;3265.00;9.70;1732.50;3.14;0.18 +9097;9;3262.48;10.05;1731.00;1.57;0.18 +9097;10;3267.52;10.10;1731.00;-1.57;0.18 +9097;19;3264.00;9.55;1735.00;-3.14;0.18 +9097;20;3263.57;9.55;1736.69;3.38;0.18 9097;21;3262.48;10.05;1731.00;1.57;0.18 +9098;0;3270.00;9.80;1702.00;0.00;0.24 +9098;1;3271.50;9.80;1699.50;0.54;0.24 +9098;2;3269.00;9.80;1700.00;-0.46;0.24 +9098;3;3272.50;9.80;1701.00;1.19;0.24 +9098;4;3267.00;9.80;1701.00;-1.24;0.24 +9098;5;3268.50;9.75;1704.00;3.78;0.24 +9098;6;3272.00;9.80;1703.50;2.21;0.24 +9098;7;3271.00;9.85;1705.00;2.82;0.24 +9098;9;3267.84;9.76;1702.00;1.57;0.24 +9098;10;3272.16;9.80;1702.00;-1.57;0.24 9098;21;3267.84;9.76;1702.00;1.57;0.24 +9099;0;3557.00;10.50;1852.00;0.00;1.04 +9099;1;3564.00;10.50;1837.00;0.43;1.04 +9099;2;3568.50;10.40;1842.50;0.88;1.04 +9099;3;3554.00;10.35;1848.50;-0.70;1.04 +9099;4;3566.50;10.50;1854.00;1.77;1.04 +9099;5;3540.50;10.00;1855.00;4.53;1.04 +9099;6;3542.00;10.00;1859.50;4.24;1.04 +9099;7;3554.00;9.90;1860.00;3.50;1.04 +9099;9;3545.84;10.45;1852.00;1.57;1.04 +9099;10;3568.16;10.40;1852.00;-1.57;1.04 9099;21;3545.84;10.45;1852.00;1.57;1.04 +9100;0;3259.00;10.07;1746.00;0.00;0.26 +9100;1;3255.50;9.65;1745.00;-1.29;0.26 +9100;2;3261.00;10.20;1745.00;1.10;0.26 +9100;3;3258.50;10.00;1747.50;3.46;0.26 +9100;4;3263.00;10.30;1747.00;1.81;0.26 +9100;5;3262.00;10.30;1748.50;2.26;0.26 +9100;6;3260.50;10.30;1749.50;2.73;0.26 +9100;9;3255.76;9.70;1746.00;1.57;0.26 +9100;10;3262.24;10.30;1746.00;-1.57;0.26 +9100;19;3253.00;9.50;1744.00;-1.29;0.26 +9100;20;3251.34;9.50;1743.44;-1.24;0.26 9100;21;3255.76;9.70;1746.00;1.57;0.26 +9101;0;3478.00;9.95;1781.00;0.00;0.36 +9101;1;3478.00;9.80;1776.50;0.00;0.36 +9101;2;3475.00;9.82;1777.00;-0.64;0.36 +9101;3;3473.50;10.35;1780.00;-1.35;0.36 +9101;4;3482.50;9.90;1779.00;1.15;0.36 +9101;5;3483.50;9.80;1781.50;1.66;0.36 +9101;6;3478.00;10.50;1784.50;3.14;0.36 +9101;9;3473.86;10.38;1781.00;1.57;0.36 +9101;10;3482.14;9.90;1781.00;-1.57;0.36 9101;21;3473.86;10.38;1781.00;1.57;0.36 +9102;0;3408.00;10.40;1737.00;0.00;0.20 +9102;1;3405.50;10.40;1735.00;-0.89;0.20 +9102;2;3410.50;10.40;1735.50;1.03;0.20 +9102;3;3405.00;10.40;1738.00;4.39;0.20 +9102;4;3411.50;10.40;1738.50;1.97;0.20 +9102;5;3408.50;10.40;1739.50;2.94;0.20 +9102;9;3405.12;10.40;1737.00;1.57;0.20 +9102;10;3410.88;10.40;1737.00;-1.57;0.20 9102;21;3405.12;10.40;1737.00;1.57;0.20 +9103;0;2967.00;10.20;1740.00;0.00;0.28 +9103;1;2964.50;10.40;1738.50;-1.03;0.28 +9103;2;2968.00;10.30;1738.00;0.46;0.28 +9103;3;2966.00;10.40;1742.00;3.60;0.28 +9103;4;2970.50;10.75;1741.00;1.84;0.28 +9103;5;2970.00;10.70;1742.50;2.26;0.28 +9103;9;2964.12;10.42;1740.00;1.57;0.28 +9103;10;2969.88;10.58;1740.00;-1.57;0.28 9103;21;2969.88;10.58;1740.00;-1.57;0.28 +9104;0;3238.00;9.72;1814.00;0.00;0.22 +9104;1;3240.50;9.85;1812.00;0.89;0.22 +9104;2;3237.50;9.50;1811.50;-0.19;0.22 +9104;3;3234.50;9.50;1813.00;-1.29;0.22 +9104;4;3242.00;9.85;1814.50;1.69;0.22 +9104;5;3234.00;9.50;1815.00;4.46;0.22 +9104;6;3238.00;10.15;1816.50;3.14;0.22 +9104;9;3234.58;9.50;1814.00;1.57;0.22 +9104;10;3241.42;9.79;1814.00;-1.57;0.22 9104;21;3234.58;9.50;1814.00;1.57;0.22 -9105;21;3268.40;10.30;1753.00;1.57;0.22 +9105;0;3272.00;10.30;1753.00;0.00;0.24 +9105;1;3273.00;10.30;1752.00;0.78;0.24 +9105;2;3268.50;10.30;1752.00;-1.29;0.24 +9105;3;3276.00;9.95;1753.50;1.69;0.24 +9105;4;3269.00;10.30;1754.00;4.39;0.24 +9105;5;3271.50;10.00;1756.00;3.30;0.24 +9105;9;3268.04;10.30;1753.00;1.57;0.24 +9105;10;3275.96;10.03;1753.00;-1.57;0.24 +9105;21;3269.00;10.30;1753.00;0.00;0.24 +9105;22;3273.00;10.30;1752.00;0.78;0.24 +9105;23;3268.50;10.30;1752.00;-1.29;0.24 +9105;24;3276.00;9.95;1753.50;1.69;0.24 +9105;25;3269.00;10.30;1754.00;4.39;0.24 +9105;26;3271.50;10.00;1756.00;3.30;0.24 +9105;38;3275.96;10.03;1753.00;-1.57;0.24 +9106;0;3224.00;9.95;1834.00;0.00;0.28 +9106;1;3224.00;10.50;1829.50;0.00;0.28 +9106;2;3226.50;10.35;1830.00;0.55;0.28 +9106;3;3222.00;10.25;1833.00;-1.10;0.28 +9106;4;1611.50;11.80;916.50;-1.05;0.28 +9106;5;3224.50;10.10;1837.50;3.00;0.28 +9106;6;3221.00;10.40;1838.00;3.78;0.28 +9106;7;3223.50;10.40;1840.00;3.22;0.28 +9106;9;3221.48;10.15;1834.00;1.57;0.28 +9106;10;3226.52;9.50;1834.00;-1.57;0.28 9106;21;3221.48;10.15;1834.00;1.57;0.28 +9107;0;3352.00;10.50;1726.00;0.00;0.22 +9107;1;3350.50;10.50;1722.50;-0.40;0.22 +9107;2;3353.00;10.50;1722.50;0.27;0.22 +9107;3;3355.00;10.50;1724.50;1.10;0.22 +9107;4;3349.50;10.60;1727.00;4.33;0.22 +9107;5;3354.00;10.35;1727.50;2.21;0.22 +9107;6;3352.50;10.60;1730.00;3.01;0.22 +9107;7;3350.50;10.60;1730.00;3.50;0.22 +9107;9;3350.02;10.60;1726.00;1.57;0.22 +9107;10;3353.98;10.40;1726.00;-1.57;0.22 9107;21;3350.02;10.60;1726.00;1.57;0.22 +9108;0;3141.00;10.17;1871.00;0.00;0.34 +9108;1;3143.00;9.72;1869.00;0.78;0.34 +9108;2;3138.00;10.07;1870.00;-1.24;0.34 +9108;3;3138.50;10.20;1873.50;3.92;0.34 +9108;4;3142.00;10.00;1874.50;2.86;0.34 +9108;9;3137.94;10.25;1871.00;1.57;0.34 +9108;10;3144.06;10.04;1871.00;-1.57;0.34 +9108;19;3144.00;9.50;1867.00;0.79;0.34 +9108;20;3145.05;9.50;1865.60;0.64;0.34 9108;21;3137.94;10.25;1871.00;1.57;0.34 +9109;0;3062.00;10.35;1710.00;0.00;0.28 +9109;1;3062.50;10.20;1707.50;0.19;0.28 +9109;2;3060.50;10.40;1709.00;-0.98;0.28 +9109;3;3064.50;10.15;1709.00;1.19;0.28 +9109;4;3058.50;10.20;1711.00;4.43;0.28 +9109;5;3063.50;10.30;1711.50;2.35;0.28 +9109;6;3060.50;10.20;1712.00;3.78;0.28 +9109;9;3059.12;10.28;1710.00;1.57;0.28 +9109;10;3064.88;10.19;1710.00;-1.57;0.28 9109;21;3064.88;10.19;1710.00;-1.57;0.28 +9110;0;3452.00;9.90;1735.00;0.00;0.26 +9110;1;3450.00;9.80;1732.50;-0.67;0.26 +9110;2;3453.50;9.85;1733.00;0.64;0.26 +9110;3;3448.50;9.90;1734.50;-1.42;0.26 +9110;4;3456.00;9.90;1734.50;1.44;0.26 +9110;5;3455.00;9.95;1736.50;2.03;0.26 +9110;6;3451.50;10.00;1737.50;3.33;0.26 +9110;9;3448.94;9.90;1735.00;1.57;0.26 +9110;10;3455.06;9.90;1735.00;-1.57;0.26 9110;21;3448.94;9.90;1735.00;1.57;0.26 +9111;0;3332.00;10.00;1695.00;0.00;0.22 +9111;1;3329.00;10.17;1694.00;-1.24;0.22 +9111;2;3334.00;10.00;1693.00;0.78;0.22 +9111;3;3335.50;10.00;1694.50;1.42;0.22 +9111;4;3331.50;9.95;1697.00;3.38;0.22 +9111;5;3328.50;9.90;1697.00;4.19;0.22 +9111;9;3328.94;10.02;1695.00;1.57;0.22 +9111;10;3335.06;10.00;1695.00;-1.57;0.22 9111;21;3328.94;10.02;1695.00;1.57;0.22 +9112;0;3243.00;10.60;1905.00;0.00;0.28 +9112;1;3243.00;10.52;1902.00;0.00;0.28 +9112;2;3238.50;10.60;1902.50;-1.06;0.28 +9112;3;3247.50;10.65;1903.00;1.15;0.28 +9112;4;3239.00;10.60;1905.00;4.71;0.28 +9112;5;3246.50;10.60;1906.50;1.97;0.28 +9112;6;3242.00;10.60;1908.00;3.46;0.28 +9112;9;3239.58;10.60;1905.00;1.57;0.28 +9112;10;3246.42;10.60;1905.00;-1.57;0.28 9112;21;3239.58;10.60;1905.00;1.57;0.28 +9113;0;3476.00;9.90;1747.00;0.00;0.30 +9113;1;3477.00;10.00;1744.00;0.32;0.30 +9113;2;3473.50;9.95;1745.00;-0.89;0.30 +9113;3;3479.50;9.95;1747.00;1.57;0.30 +9113;4;3472.50;9.90;1748.50;4.30;0.30 +9113;5;3480.00;9.90;1749.50;2.12;0.30 +9113;6;3477.00;9.90;1750.00;2.82;0.30 +9113;7;3473.50;9.80;1750.50;3.76;0.30 +9113;9;3473.12;9.90;1747.00;1.57;0.30 +9113;10;3478.88;9.95;1747.00;-1.57;0.30 9113;21;3473.12;9.90;1747.00;1.57;0.30 +9114;0;3568.00;9.85;1722.00;0.00;0.26 +9114;1;3567.50;9.90;1717.50;-0.11;0.26 +9114;2;3564.50;9.80;1718.50;-0.78;0.26 +9114;3;3571.00;9.90;1721.00;1.24;0.26 +9114;4;3566.00;9.80;1722.00;4.71;0.26 +9114;5;3569.50;9.80;1725.50;2.73;0.26 +9114;6;3567.00;9.80;1726.00;3.38;0.26 +9114;9;3565.66;9.80;1722.00;1.57;0.26 +9114;10;3570.34;9.90;1722.00;-1.57;0.26 9114;21;3565.66;9.80;1722.00;1.57;0.26 +9115;0;3334.00;9.70;1905.00;0.00;0.38 +9115;1;3333.00;9.50;1903.00;-0.46;0.38 +9115;2;3341.50;9.70;1903.50;1.37;0.38 +9115;3;3336.00;9.72;1907.00;2.35;0.38 +9115;4;3328.00;9.95;1909.50;4.06;0.38 +9115;9;3328.06;9.67;1905.00;1.57;0.38 +9115;10;3339.94;9.90;1905.00;-1.57;0.38 +9115;19;3336.00;9.50;1901.00;-0.46;0.38 +9115;20;3336.78;9.50;1899.43;0.46;0.38 9115;21;3328.06;9.67;1905.00;1.57;0.38 +9116;0;3271.00;9.82;1975.00;0.00;0.52 +9116;1;3264.50;9.90;1968.50;-0.78;0.52 +9116;2;3264.00;9.80;1972.00;-1.16;0.52 +9116;3;3270.50;9.90;1973.50;-0.32;0.52 +9116;4;3278.50;10.05;1977.00;1.83;0.52 +9116;5;3267.50;9.70;1976.50;4.30;0.52 +9116;6;3273.50;9.70;1979.00;2.58;0.52 +9116;9;3264.88;9.80;1975.00;1.57;0.52 +9116;10;3277.12;9.96;1975.00;-1.57;0.52 +9116;19;3273.97;9.50;1981.30;-3.20;0.52 +9116;20;3274.71;9.50;1982.88;2.70;0.52 9116;21;3272.12;9.90;1979.36;-1.57;0.52 +9117;0;3064.00;9.90;1746.00;0.00;0.26 +9117;1;3066.00;9.80;1742.50;0.51;0.26 +9117;2;3062.50;9.80;1744.50;-0.78;0.26 +9117;3;3065.50;9.80;1746.50;1.89;0.26 +9117;4;3061.50;9.90;1748.00;4.03;0.26 +9117;5;3065.00;9.85;1749.50;2.86;0.26 +9117;6;3063.00;9.95;1750.50;3.36;0.26 +9117;9;3061.66;9.90;1746.00;1.57;0.26 +9117;10;3066.34;9.80;1746.00;-1.57;0.26 9117;21;3061.66;9.90;1746.00;1.57;0.26 -9118;21;3330.12;9.80;1781.00;1.57;0.20 +9118;0;3334.00;9.80;1781.00;0.00;0.20 +9118;1;3332.50;9.80;1779.50;-0.78;0.20 +9118;2;3336.50;10.00;1780.00;1.19;0.20 +9118;3;3330.00;9.80;1781.50;4.58;0.20 +9118;4;3337.00;10.05;1781.50;1.73;0.20 +9118;5;3333.00;9.80;1783.00;3.60;0.20 +9118;6;3336.00;9.97;1783.00;2.35;0.20 +9118;9;3330.76;9.80;1781.00;1.57;0.20 +9118;10;3337.24;10.11;1781.00;-1.57;0.20 +9118;21;3331.00;9.80;1781.00;0.00;0.20 +9118;22;3332.50;9.80;1779.50;-0.78;0.20 +9118;23;3336.50;10.00;1780.00;1.19;0.20 +9118;24;3330.00;9.80;1781.50;4.58;0.20 +9118;25;3337.00;10.05;1781.50;1.73;0.20 +9118;26;3333.00;9.80;1783.00;3.60;0.20 +9118;27;3336.00;9.97;1783.00;2.35;0.20 +9118;38;3337.24;10.11;1781.00;-1.57;0.20 +9119;0;3290.00;10.50;1853.00;0.00;0.36 +9119;1;3288.50;10.60;1847.00;-0.24;0.36 +9119;2;3290.50;10.50;1848.00;0.10;0.36 +9119;3;3286.50;10.50;1851.50;-1.16;0.36 +9119;4;3293.00;10.47;1853.00;1.57;0.36 +9119;5;3287.00;10.40;1857.50;3.73;0.36 +9119;6;3291.50;10.40;1858.00;2.85;0.36 +9119;7;3295.00;10.30;1857.00;2.24;0.36 +9119;9;3286.76;10.50;1853.00;1.57;0.36 +9119;10;3293.24;10.46;1853.00;-1.57;0.36 9119;21;3286.76;10.50;1853.00;1.57;0.36 +9120;0;3245.00;10.25;1706.00;0.00;0.26 +9120;1;3245.50;10.20;1703.50;0.19;0.26 +9120;2;1622.00;10.10;852.50;-1.08;0.26 +9120;3;3249.00;10.30;1705.00;1.32;0.26 +9120;4;3245.00;10.25;1708.50;3.14;0.26 +9120;5;3249.00;10.30;1707.00;1.81;0.26 +9120;6;3241.50;10.10;1709.50;3.92;0.26 +9120;9;3242.12;10.09;1706.00;1.57;0.26 +9120;10;3247.88;10.30;1706.00;-1.57;0.26 9120;21;3242.12;10.09;1706.00;1.57;0.26 +9121;0;3664.00;10.05;1864.00;0.00;1.02 +9121;1;3659.50;9.80;1854.00;-0.42;1.02 +9121;2;3672.00;10.15;1860.50;1.15;1.02 +9121;3;3649.50;9.80;1859.50;-1.27;1.02 +9121;4;3659.00;9.82;1869.00;3.92;1.02 +9121;5;3677.00;10.10;1870.00;2.00;1.02 +9121;6;3672.50;9.80;1876.00;2.52;1.02 +9121;9;3653.56;9.90;1864.00;1.57;1.02 +9121;10;3674.44;9.90;1864.00;-1.57;1.02 9121;21;3653.56;9.90;1864.00;1.57;1.02 +9122;0;3428.00;10.45;1683.00;0.00;0.26 +9122;1;3430.00;10.20;1680.50;0.67;0.26 +9122;2;3426.00;10.40;1681.50;-0.92;0.26 +9122;3;3429.00;10.50;1684.50;2.55;0.26 +9122;4;3425.50;10.50;1684.50;4.17;0.26 +9122;9;3425.66;10.40;1683.00;1.57;0.26 +9122;10;3430.34;10.27;1683.00;-1.57;0.26 9122;21;3425.66;10.40;1683.00;1.57;0.26 +9123;0;3286.00;10.47;1905.00;0.00;0.30 +9123;1;3286.00;10.40;1902.00;0.00;0.30 +9123;2;3282.00;10.40;1903.00;-1.10;0.30 +9123;3;3289.50;10.50;1904.50;1.42;0.30 +9123;4;3283.50;10.50;1906.00;4.33;0.30 +9123;5;3286.50;10.60;1908.50;3.00;0.30 +9123;9;3283.30;10.49;1905.00;1.57;0.30 +9123;10;3288.70;10.50;1905.00;-1.57;0.30 9123;21;3283.30;10.49;1905.00;1.57;0.30 +9124;0;3521.00;9.92;1755.00;0.00;0.28 +9124;1;3520.50;10.00;1751.50;-0.14;0.28 +9124;2;3517.50;9.90;1753.50;-1.16;0.28 +9124;3;3525.00;10.00;1754.00;1.32;0.28 +9124;4;3516.00;9.85;1757.00;4.33;0.28 +9124;5;3522.00;9.90;1757.50;2.76;0.28 +9124;6;3527.50;10.05;1757.00;1.86;0.28 +9124;9;3517.04;9.85;1755.00;1.57;0.28 +9124;10;3524.96;9.95;1755.00;-1.57;0.28 9124;21;3517.04;9.85;1755.00;1.57;0.28 +9126;0;3048.00;9.50;1916.00;0.00;0.32 +9126;1;3053.50;11.20;1912.00;0.94;0.32 +9126;2;3050.00;9.85;1912.50;0.51;0.32 +9126;3;3054.50;10.95;1914.00;1.27;0.32 +9126;4;3044.00;9.70;1916.50;4.58;0.32 +9126;5;3053.50;10.15;1917.00;1.75;0.32 +9126;6;3049.50;9.50;1918.50;2.60;0.32 +9126;7;3052.00;9.85;1918.50;2.12;0.32 +9126;9;3042.24;9.50;1916.00;1.57;0.32 +9126;10;3053.76;10.34;1916.00;-1.57;0.32 +9126;19;3048.00;9.73;1919.00;-1.70;0.32 +9126;20;3048.00;9.73;1920.75;3.14;0.32 9126;21;3042.24;9.50;1916.00;1.57;0.32 +9127;0;2915.00;9.50;1792.00;0.00;0.26 +9127;1;2914.00;10.25;1789.00;-0.32;0.26 +9127;2;2918.00;10.10;1790.50;1.10;0.26 +9127;3;2911.50;9.90;1791.50;-1.42;0.26 +9127;4;2913.00;9.50;1794.00;3.92;0.26 +9127;5;2918.00;10.55;1794.00;2.15;0.26 +9127;9;2911.58;9.61;1792.00;1.57;0.26 +9127;10;2918.42;10.31;1792.00;-1.57;0.26 +9127;19;2914.00;9.50;1793.00;-2.36;0.26 +9127;20;2912.76;9.50;1794.23;3.92;0.26 9127;21;2911.58;9.61;1792.00;1.57;0.26 +9128;0;3195.00;10.75;1968.00;0.00;0.46 +9128;1;3199.00;10.65;1962.50;0.62;0.46 +9128;2;3193.50;10.70;1965.00;-0.46;0.46 +9128;3;3201.00;10.65;1966.50;1.32;0.46 +9128;4;3189.00;10.90;1967.50;-1.48;0.46 +9128;5;3198.00;10.60;1970.50;2.26;0.46 +9128;6;3191.50;10.80;1972.00;3.86;0.46 +9128;7;3195.50;10.70;1973.50;3.05;0.46 +9128;9;3190.68;10.84;1968.00;1.57;0.46 +9128;10;3199.32;10.70;1968.00;-1.57;0.46 9128;21;3190.68;10.84;1968.00;1.57;0.46 +9129;0;3182.00;9.72;1746.00;0.00;0.26 +9129;1;3184.50;9.70;1744.00;0.89;0.26 +9129;2;3181.00;9.70;1743.50;-0.38;0.26 +9129;3;3179.00;9.80;1745.50;-1.40;0.26 +9129;4;3185.50;9.70;1746.50;1.71;0.26 +9129;5;3179.50;9.80;1747.00;4.33;0.26 +9129;6;3182.00;9.80;1748.00;3.14;0.26 +9129;9;3179.30;9.80;1746.00;1.57;0.26 +9129;10;3184.70;9.70;1746.00;-1.57;0.26 9129;21;3179.30;9.80;1746.00;1.57;0.26 +9130;0;3442.00;9.85;1784.00;0.00;0.52 +9130;1;3439.50;10.00;1777.00;-0.34;0.52 +9130;2;3443.50;10.00;1777.50;0.22;0.52 +9130;3;3437.00;10.02;1783.00;-1.37;0.52 +9130;4;3447.00;9.80;1783.00;1.37;0.52 +9130;5;3447.00;9.80;1789.50;2.40;0.52 +9130;6;3441.00;9.80;1790.00;3.30;0.52 +9130;9;3437.32;10.00;1784.00;1.57;0.52 +9130;10;3446.68;9.80;1784.00;-1.57;0.52 9130;21;3437.32;10.00;1784.00;1.57;0.52 +9131;0;3424.00;10.42;1720.00;0.00;0.22 +9131;1;3426.00;10.05;1718.50;0.92;0.22 +9131;2;3422.50;10.40;1718.50;-0.78;0.22 +9131;3;3428.50;10.10;1718.50;1.24;0.22 +9131;4;3427.50;10.00;1720.50;1.71;0.22 +9131;5;3421.50;10.50;1720.50;4.51;0.22 +9131;6;3421.50;10.50;1722.50;3.92;0.22 +9131;7;3424.00;10.50;1722.50;3.14;0.22 +9131;9;3421.12;10.50;1720.00;1.57;0.22 +9131;10;3426.88;10.01;1720.00;-1.57;0.22 9131;21;3421.12;10.50;1720.00;1.57;0.22 +9132;0;2986.00;9.67;1832.00;0.00;0.30 +9132;1;2985.00;9.50;1828.00;-0.24;0.30 +9132;2;2988.00;10.05;1830.50;0.92;0.30 +9132;3;2983.50;9.60;1830.50;-1.03;0.30 +9132;4;2982.50;9.50;1833.50;4.30;0.30 +9132;5;2990.00;10.10;1834.00;2.03;0.30 +9132;6;2986.50;9.70;1835.50;3.00;0.30 +9132;9;2983.30;9.50;1832.00;1.57;0.30 +9132;10;2988.70;9.95;1832.00;-1.57;0.30 +9132;19;2983.00;9.50;1833.00;-1.03;0.30 +9132;20;2981.34;9.50;1833.55;4.39;0.30 9132;21;2983.30;9.50;1832.00;1.57;0.30 +9133;0;3502.00;10.20;1729.00;0.00;0.28 +9133;1;3502.00;9.95;1726.00;0.00;0.28 +9133;2;3505.50;10.00;1727.00;1.05;0.28 +9133;3;3498.50;10.00;1727.50;-1.16;0.28 +9133;4;3498.50;10.00;1730.00;4.43;0.28 +9133;5;3505.00;10.50;1730.00;1.89;0.28 +9133;6;3502.50;10.10;1731.50;2.94;0.28 +9133;9;3499.12;10.03;1729.00;1.57;0.28 +9133;10;3504.88;10.43;1729.00;-1.57;0.28 9133;21;3499.12;10.03;1729.00;1.57;0.28 +9134;0;3044.00;13.60;1863.00;0.00;0.34 +9134;1;3043.00;13.55;1859.50;-0.27;0.34 +9134;2;3047.00;14.00;1862.50;1.40;0.34 +9134;3;3041.50;13.30;1864.00;4.33;0.34 +9134;4;3046.50;13.65;1866.00;2.44;0.34 +9134;9;3040.58;13.43;1863.00;1.57;0.34 +9134;10;3047.42;14.00;1863.00;-1.57;0.34 9134;21;3040.58;13.43;1863.00;1.57;0.34 +9135;0;2961.00;12.50;1777.00;0.00;0.26 +9135;1;2961.50;12.70;1774.50;0.19;0.26 +9135;2;2964.50;12.60;1774.50;0.95;0.26 +9135;3;2958.50;12.65;1776.00;-1.19;0.26 +9135;4;2962.50;12.60;1778.00;2.15;0.26 +9135;5;2958.00;12.45;1779.00;4.12;0.26 +9135;9;2958.12;12.56;1777.00;1.57;0.26 +9135;10;2963.88;12.61;1777.00;-1.57;0.26 9135;21;2958.12;12.56;1777.00;1.57;0.26 +9136;0;3494.00;10.30;1691.00;0.00;0.22 +9136;1;3495.00;9.85;1688.00;0.32;0.22 +9136;2;3492.50;10.10;1689.50;-0.78;0.22 +9136;3;3496.00;10.10;1690.50;1.32;0.22 +9136;4;3493.00;10.40;1692.50;3.73;0.22 +9136;5;3496.00;10.35;1692.50;2.21;0.22 +9136;9;3492.02;10.35;1691.00;1.57;0.22 +9136;10;3495.98;10.20;1691.00;-1.57;0.22 9136;21;3492.02;10.35;1691.00;1.57;0.22 +9137;0;3000.00;11.75;743.00;0.00;0.88 +9137;1;2987.00;11.10;736.50;-1.10;0.88 +9137;2;2998.50;11.10;733.50;-0.15;0.88 +9137;3;3012.50;11.45;741.00;1.41;0.88 +9137;4;2989.00;11.60;748.00;4.28;0.88 +9137;5;3017.50;11.70;747.50;1.82;0.88 +9137;6;3007.00;11.72;751.00;2.42;0.88 +9137;9;2987.40;11.35;743.00;1.57;0.88 +9137;10;3012.60;11.31;743.00;-1.57;0.88 9137;21;2987.40;11.35;743.00;1.57;0.88 +9138;0;3000.00;10.55;1731.00;0.00;0.26 +9138;1;2998.50;10.70;1729.00;-0.64;0.26 +9138;2;3002.50;10.50;1729.00;0.89;0.26 +9138;3;3003.00;10.45;1731.00;1.57;0.26 +9138;4;2995.50;10.70;1731.00;4.71;0.26 +9138;5;2998.00;10.50;1733.00;3.92;0.26 +9138;6;3002.00;10.50;1734.00;2.55;0.26 +9138;9;2997.12;10.70;1731.00;1.57;0.26 +9138;10;3002.88;10.46;1731.00;-1.57;0.26 9138;21;2997.12;10.70;1731.00;1.57;0.26 +9139;0;2975.00;12.67;1807.00;0.00;0.28 +9139;1;2975.00;14.10;1803.50;0.00;0.28 +9139;2;2972.50;12.65;1806.00;-1.19;0.28 +9139;3;2977.50;13.70;1804.50;0.78;0.28 +9139;4;2977.50;12.80;1807.50;1.76;0.28 +9139;5;2972.50;11.50;1809.50;3.92;0.28 +9139;6;2976.00;11.70;1810.00;2.82;0.28 +9139;9;2972.48;12.25;1807.00;1.57;0.28 +9139;10;2977.52;12.94;1807.00;-1.57;0.28 9139;21;2972.48;12.25;1807.00;1.57;0.28 +9140;0;3291.00;9.92;1974.00;0.00;0.48 +9140;1;3287.50;10.10;1968.50;-0.56;0.48 +9140;2;3291.00;10.10;1969.50;0.00;0.48 +9140;3;3286.50;10.00;1972.50;-1.24;0.48 +9140;4;3296.00;10.00;1975.00;1.76;0.48 +9140;5;3288.50;9.90;1976.50;3.92;0.48 +9140;6;3294.00;9.80;1978.50;2.55;0.48 +9140;9;3286.32;10.10;1974.00;1.57;0.48 +9140;10;3295.68;10.00;1974.00;-1.57;0.48 +9140;19;3295.19;9.50;1982.38;-3.73;0.48 +9140;20;3295.98;9.50;1983.94;2.67;0.48 9140;21;3292.56;10.10;1979.18;-1.57;0.48 +9141;0;3063.00;11.05;1829.00;0.00;0.30 +9141;1;3062.00;11.05;1827.50;-0.58;0.30 +9141;2;3067.00;10.82;1826.00;0.92;0.30 +9141;3;3068.50;10.80;1828.50;1.48;0.30 +9141;4;3059.00;11.10;1831.00;4.24;0.30 +9141;5;3064.00;11.00;1830.50;2.55;0.30 +9141;9;3059.22;11.10;1829.00;1.57;0.30 +9141;10;3066.78;10.93;1829.00;-1.57;0.30 9141;21;3059.22;11.10;1829.00;1.57;0.30 +9142;0;3902.00;9.70;1864.00;0.00;1.14 +9142;1;3911.50;9.70;1849.50;0.58;1.14 +9142;2;3899.50;9.70;1850.00;-0.17;1.14 +9142;3;3889.00;9.90;1860.50;-1.30;1.14 +9142;4;3914.00;9.70;1864.00;1.57;1.14 +9142;5;3891.50;9.70;1874.50;3.92;1.14 +9142;6;3904.50;9.70;1878.50;2.97;1.14 +9142;9;3891.74;9.82;1864.00;1.57;1.14 +9142;10;3912.26;9.70;1864.00;-1.57;1.14 9142;21;3891.74;9.82;1864.00;1.57;1.14 +9143;0;3132.00;10.00;1856.00;0.00;0.22 +9143;1;3132.00;9.77;1854.00;0.00;0.22 +9143;2;3130.50;9.80;1854.00;-0.64;0.22 +9143;3;3135.00;9.77;1855.00;1.24;0.22 +9143;4;3129.00;9.90;1856.50;4.54;0.22 +9143;5;3133.50;10.50;1858.50;2.60;0.22 +9143;9;3129.12;9.90;1856.00;1.57;0.22 +9143;10;3134.88;9.96;1856.00;-1.57;0.22 +9143;19;3138.00;9.50;1856.00;1.25;0.22 +9143;20;3139.75;9.50;1856.00;1.57;0.22 9143;21;3129.12;9.90;1856.00;1.57;0.22 +9144;0;3391.00;10.35;1674.00;0.00;0.24 +9144;1;3389.50;10.00;1672.50;-0.78;0.24 +9144;2;3393.00;10.15;1671.50;0.67;0.24 +9144;3;3392.50;10.30;1675.00;2.15;0.24 +9144;4;3388.50;10.15;1675.00;4.33;0.24 +9144;5;3390.00;10.40;1676.50;3.52;0.24 +9144;6;3391.50;10.40;1678.00;3.01;0.24 +9144;9;3388.84;10.11;1674.00;1.57;0.24 +9144;10;3393.16;10.15;1674.00;-1.57;0.24 9144;21;3388.84;10.11;1674.00;1.57;0.24 +9145;0;3598.00;9.90;1749.00;0.00;0.30 +9145;1;3598.00;9.90;1744.50;0.00;0.30 +9145;2;3595.00;10.17;1746.00;-0.78;0.30 +9145;3;3601.00;9.95;1746.50;0.87;0.30 +9145;4;3595.00;10.05;1749.50;4.54;0.30 +9145;5;3601.50;9.90;1750.50;1.97;0.30 +9145;6;3595.00;9.97;1753.00;3.78;0.30 +9145;7;3598.00;9.90;1754.00;3.14;0.30 +9145;9;3595.30;10.07;1749.00;1.57;0.30 +9145;10;3600.70;9.90;1749.00;-1.57;0.30 9145;21;3595.30;10.07;1749.00;1.57;0.30 +9146;0;3583.00;10.40;1708.00;0.00;0.24 +9146;1;3583.00;10.15;1704.00;0.00;0.24 +9146;2;3580.50;10.05;1705.00;-0.69;0.24 +9146;3;3585.00;10.35;1707.50;1.32;0.24 +9146;4;3580.50;10.40;1708.50;4.51;0.24 +9146;5;3585.00;10.45;1711.00;2.55;0.24 +9146;6;3582.50;10.50;1711.50;3.28;0.24 +9146;9;3580.84;10.36;1708.00;1.57;0.24 +9146;10;3585.16;10.36;1708.00;-1.57;0.24 9146;21;3580.84;10.36;1708.00;1.57;0.24 +9147;0;3172.00;10.40;1885.00;0.00;0.34 +9147;1;3173.50;10.00;1880.50;0.32;0.34 +9147;2;3168.50;10.35;1884.00;-1.29;0.34 +9147;3;3174.00;10.40;1885.50;1.81;0.34 +9147;4;3168.50;10.40;1888.50;3.92;0.34 +9147;5;3172.00;10.40;1890.50;3.14;0.34 +9147;6;3174.50;10.30;1890.00;2.67;0.34 +9147;9;3168.94;10.40;1885.00;1.57;0.34 +9147;10;3175.06;10.32;1885.00;-1.57;0.34 +9147;19;3169.00;9.50;1878.00;0.32;0.34 +9147;20;3168.31;9.50;1876.39;-0.40;0.34 9147;21;3168.94;10.40;1885.00;1.57;0.34 +9148;0;3022.00;12.75;1778.00;0.00;0.24 +9148;1;3024.50;12.65;1775.00;0.69;0.24 +9148;2;3021.50;12.60;1775.50;-0.19;0.24 +9148;3;3018.50;12.20;1776.50;-1.16;0.24 +9148;4;3024.50;12.75;1778.00;1.57;0.24 +9148;5;3020.00;12.60;1780.00;3.92;0.24 +9148;6;3024.50;12.60;1780.50;2.35;0.24 +9148;7;3023.50;12.60;1781.00;2.67;0.24 +9148;9;3019.30;12.56;1778.00;1.57;0.24 +9148;10;3024.70;12.75;1778.00;-1.57;0.24 9148;21;3019.30;12.56;1778.00;1.57;0.24 +9149;0;3083.00;9.70;1732.00;0.00;0.24 +9149;1;3084.00;9.70;1729.00;0.32;0.24 +9149;2;3081.00;9.70;1731.50;-1.32;0.24 +9149;3;3086.50;9.70;1731.00;1.29;0.24 +9149;4;3085.50;9.70;1733.50;2.11;0.24 +9149;5;3080.00;9.70;1734.00;4.12;0.24 +9149;6;3082.50;9.70;1734.50;3.33;0.24 +9149;9;3080.48;9.70;1732.00;1.57;0.24 +9149;10;3085.52;9.70;1732.00;-1.57;0.24 9149;21;3085.52;9.70;1732.00;-1.57;0.24 -9150;21;3271.12;10.21;1747.00;1.57;0.16 +9150;0;3274.00;10.05;1747.00;0.00;0.16 +9150;1;3272.50;10.05;1746.00;-0.98;0.16 +9150;2;3275.50;9.85;1746.00;0.98;0.16 +9150;3;3278.50;9.85;1746.00;1.35;0.16 +9150;4;3278.50;9.90;1747.50;1.68;0.16 +9150;5;3270.50;10.30;1748.00;4.43;0.16 +9150;6;3274.00;10.27;1749.00;3.14;0.16 +9150;9;3271.12;10.21;1747.00;1.57;0.16 +9150;10;3276.88;9.90;1747.00;-1.57;0.16 +9150;21;3271.00;10.22;1747.00;0.00;0.16 +9150;22;3272.50;10.05;1746.00;-0.98;0.16 +9150;23;3275.50;9.85;1746.00;0.98;0.16 +9150;24;3278.50;9.85;1746.00;1.35;0.16 +9150;25;3278.50;9.90;1747.50;1.68;0.16 +9150;26;3270.50;10.30;1748.00;4.43;0.16 +9150;27;3274.00;10.27;1749.00;3.14;0.16 +9150;38;3276.88;9.90;1747.00;-1.57;0.16 +9151;0;3073.00;10.47;1790.00;0.00;0.24 +9151;1;3073.50;10.25;1788.00;0.24;0.24 +9151;2;3076.00;9.87;1790.00;1.57;0.24 +9151;3;3070.50;10.40;1788.50;-1.03;0.24 +9151;4;3070.50;10.70;1791.50;4.17;0.24 +9151;5;3073.00;10.00;1793.50;3.14;0.24 +9151;9;3070.48;10.60;1790.00;1.57;0.24 +9151;10;3075.52;9.99;1790.00;-1.57;0.24 +9151;19;3077.00;9.63;1790.00;1.57;0.24 +9151;20;3078.75;9.63;1790.00;1.57;0.24 9151;21;3070.48;10.60;1790.00;1.57;0.24 +9152;0;3063.00;11.00;824.00;0.00;0.68 +9152;1;3056.00;11.00;817.50;-0.82;0.68 +9152;2;3064.00;11.00;818.00;0.16;0.68 +9152;3;3073.00;10.65;819.50;1.14;0.68 +9152;4;3053.50;10.30;823.50;-1.51;0.68 +9152;5;3073.50;10.50;823.00;1.47;0.68 +9152;6;3068.00;10.60;830.00;2.44;0.68 +9152;7;3058.00;10.50;829.50;3.87;0.68 +9152;9;3055.08;10.30;824.00;1.57;0.68 +9152;10;3070.92;10.88;824.00;-1.57;0.68 9152;21;3070.92;10.88;824.00;-1.57;0.68 +9153;0;3351.00;10.50;1704.00;0.00;0.28 +9153;1;3350.50;10.40;1702.50;-0.32;0.28 +9153;2;3354.00;10.45;1701.00;0.78;0.28 +9153;3;3354.50;10.50;1703.00;1.29;0.28 +9153;4;3348.00;10.50;1705.50;4.24;0.28 +9153;5;3351.50;10.50;1706.00;2.89;0.28 +9153;9;3348.30;10.46;1704.00;1.57;0.28 +9153;10;3353.70;10.50;1704.00;-1.57;0.28 9153;21;3348.30;10.46;1704.00;1.57;0.28 +9154;0;3043.00;11.57;1805.00;0.00;0.32 +9154;1;3044.00;11.75;1801.50;0.27;0.32 +9154;2;3040.50;11.60;1804.00;-1.19;0.32 +9154;3;3046.50;11.50;1804.50;1.42;0.32 +9154;4;3042.50;11.50;1808.50;3.28;0.32 +9154;5;3038.50;11.50;1808.50;4.05;0.32 +9154;9;3040.12;11.61;1805.00;1.57;0.32 +9154;10;3045.88;11.50;1805.00;-1.57;0.32 9154;21;3040.12;11.61;1805.00;1.57;0.32 +9155;0;3572.00;9.80;1736.00;0.00;0.34 +9155;1;3571.50;9.80;1732.50;-0.14;0.34 +9155;2;3574.00;9.80;1731.50;0.41;0.34 +9155;3;3575.50;9.85;1735.00;1.29;0.34 +9155;4;3568.50;9.80;1736.50;4.57;0.34 +9155;5;3573.50;9.90;1738.50;2.60;0.34 +9155;6;3570.00;9.80;1739.50;3.66;0.34 +9155;9;3568.94;9.80;1736.00;1.57;0.34 +9155;10;3575.06;9.95;1736.00;-1.57;0.34 9155;21;3568.94;9.80;1736.00;1.57;0.34 +9156;0;3177.00;10.22;1821.00;0.00;0.32 +9156;1;3174.50;10.20;1817.50;-0.62;0.32 +9156;2;3179.50;10.40;1819.50;1.03;0.32 +9156;3;3173.00;10.15;1820.50;-1.44;0.32 +9156;4;3176.50;9.90;1823.50;3.33;0.32 +9156;5;3181.50;9.90;1823.00;1.98;0.32 +9156;6;3180.00;9.80;1825.00;2.49;0.32 +9156;9;3173.58;10.25;1821.00;1.57;0.32 +9156;10;3180.42;10.10;1821.00;-1.57;0.32 9156;21;3173.58;10.25;1821.00;1.57;0.32 +9157;0;2971.00;11.47;1752.00;0.00;0.30 +9157;1;2972.00;11.25;1748.50;0.27;0.30 +9157;2;2974.00;11.85;1749.50;0.87;0.30 +9157;3;2969.50;11.00;1750.50;-0.78;0.30 +9157;4;2973.00;11.67;1753.00;2.03;0.30 +9157;5;2967.50;11.05;1753.00;4.43;0.30 +9157;6;2968.50;11.40;1755.50;3.76;0.30 +9157;7;2969.50;11.60;1755.50;3.54;0.30 +9157;9;2968.30;11.12;1752.00;1.57;0.30 +9157;10;2973.70;11.80;1752.00;-1.57;0.30 9157;21;2968.30;11.12;1752.00;1.57;0.30 +9158;0;3275.00;10.80;1885.00;0.00;0.30 +9158;1;3276.00;10.80;1879.50;0.18;0.30 +9158;2;3273.50;10.60;1882.50;-0.54;0.30 +9158;3;3277.50;10.80;1882.50;0.78;0.30 +9158;4;3276.00;10.80;1888.00;2.82;0.30 +9158;5;3271.50;10.80;1887.50;4.09;0.30 +9158;6;3273.00;10.80;1890.50;3.49;0.30 +9158;9;3272.30;10.76;1885.00;1.57;0.30 +9158;10;3277.70;10.80;1885.00;-1.57;0.30 9158;21;3272.30;10.76;1885.00;1.57;0.30 +9159;0;3468.00;9.80;1676.00;0.00;0.18 +9159;1;3469.50;9.80;1674.00;0.64;0.18 +9159;2;3467.00;9.80;1675.00;-0.78;0.18 +9159;3;3471.00;9.80;1675.50;1.40;0.18 +9159;4;3465.00;9.80;1676.50;4.54;0.18 +9159;5;3471.00;9.80;1678.00;2.15;0.18 +9159;6;3468.00;9.80;1678.50;3.14;0.18 +9159;9;3465.66;9.80;1676.00;1.57;0.18 +9159;10;3470.34;9.80;1676.00;-1.57;0.18 9159;21;3465.66;9.80;1676.00;1.57;0.18 +9160;0;3199.00;10.30;1779.00;0.00;0.30 +9160;1;3198.00;10.35;1775.50;-0.27;0.30 +9160;2;1599.00;15.92;889.00;-1.06;0.30 +9160;3;1599.00;15.92;889.00;-1.06;0.30 +9160;4;3202.50;10.10;1781.50;2.19;0.30 +9160;5;3196.00;9.80;1781.50;4.01;0.30 +9160;6;3199.50;10.30;1782.00;2.97;0.30 +9160;9;3196.30;10.12;1779.00;1.57;0.30 +9160;10;3201.70;10.24;1779.00;-1.57;0.30 9160;21;3196.30;10.12;1779.00;1.57;0.30 +9161;0;2736.00;12.32;1685.00;0.00;0.28 +9161;1;2736.00;12.25;1682.00;0.00;0.28 +9161;2;2738.50;12.10;1683.00;0.89;0.28 +9161;3;2733.50;12.30;1684.00;-1.19;0.28 +9161;4;2738.00;12.27;1686.00;2.03;0.28 +9161;5;2734.00;12.05;1687.50;3.81;0.28 +9161;9;2733.12;12.24;1685.00;1.57;0.28 +9161;10;2738.88;12.25;1685.00;-1.57;0.28 +9161;19;2733.00;10.05;1690.00;-2.47;0.28 +9161;20;2732.10;10.05;1691.50;3.68;0.28 9161;21;2733.12;12.24;1685.00;1.57;0.28 +9162;0;3308.00;10.30;1898.00;0.00;0.36 +9162;1;3305.00;9.92;1894.00;-0.64;0.36 +9162;2;3306.50;9.90;1893.50;-0.32;0.36 +9162;3;3310.00;10.30;1896.00;0.78;0.36 +9162;4;3303.50;10.30;1896.00;-1.15;0.36 +9162;5;3306.50;10.30;1900.00;3.78;0.36 +9162;6;3313.50;10.30;1899.50;1.83;0.36 +9162;9;3303.14;10.40;1898.00;1.57;0.36 +9162;10;3312.86;10.30;1898.00;-1.57;0.36 +9162;19;3315.00;9.68;1904.00;-4.45;0.36 +9162;20;3316.32;9.68;1905.13;2.27;0.36 9162;21;3303.14;10.40;1898.00;1.57;0.36 +9163;0;3220.00;10.15;1785.00;0.00;0.28 +9163;1;1609.50;15.00;892.00;-1.06;0.28 +9163;2;3216.50;10.30;1783.50;-1.16;0.28 +9163;3;3223.00;10.20;1785.50;1.73;0.28 +9163;4;1609.50;15.00;892.00;-1.06;0.28 +9163;5;3223.00;10.15;1787.50;2.26;0.28 +9163;9;3217.30;10.25;1785.00;1.57;0.28 +9163;10;3222.70;10.10;1785.00;-1.57;0.28 9163;21;3217.30;10.25;1785.00;1.57;0.28 +9164;0;3301.00;10.30;1725.00;0.00;0.24 +9164;1;3303.00;10.30;1723.00;0.78;0.24 +9164;2;3300.00;10.30;1722.50;-0.38;0.24 +9164;3;3299.50;10.30;1726.00;4.12;0.24 +9164;4;3302.50;10.30;1727.00;2.49;0.24 +9164;9;3298.84;10.30;1725.00;1.57;0.24 +9164;10;3303.16;10.30;1725.00;-1.57;0.24 9164;21;3298.84;10.30;1725.00;1.57;0.24 +9165;0;3396.00;10.20;1898.00;0.00;0.62 +9165;1;3400.00;10.35;1890.50;0.49;0.62 +9165;2;3394.50;9.80;1891.50;-0.22;0.62 +9165;3;3401.00;10.55;1897.50;1.47;0.62 +9165;4;3391.50;10.00;1897.00;-1.35;0.62 +9165;5;3390.50;10.30;1903.50;3.92;0.62 +9165;6;3395.50;10.50;1905.00;3.21;0.62 +9165;9;3390.42;10.04;1898.00;1.57;0.62 +9165;10;3401.58;10.60;1898.00;-1.57;0.62 +9165;19;3406.00;9.50;1884.00;0.49;0.62 +9165;20;3407.01;9.50;1882.57;0.62;0.62 9165;21;3390.42;10.04;1898.00;1.57;0.62 +9166;0;3190.00;10.60;1802.00;0.00;0.24 +9166;1;3188.00;10.45;1800.00;-0.78;0.24 +9166;2;3192.00;10.60;1800.00;0.78;0.24 +9166;3;3194.50;10.50;1801.00;1.35;0.24 +9166;4;3186.00;10.22;1801.00;-1.32;0.24 +9166;5;3185.00;10.37;1803.00;4.51;0.24 +9166;6;3192.50;10.50;1803.50;2.11;0.24 +9166;7;3188.00;10.17;1805.00;3.73;0.24 +9166;9;3186.58;10.30;1802.00;1.57;0.24 +9166;10;3193.42;10.55;1802.00;-1.57;0.24 9166;21;3186.58;10.30;1802.00;1.57;0.24 +9167;0;3191.00;10.12;1761.00;0.00;0.24 +9167;1;3191.00;9.90;1758.50;0.00;0.24 +9167;2;3194.50;10.15;1760.00;1.29;0.24 +9167;3;3188.00;9.65;1761.00;4.71;0.24 +9167;4;3192.00;10.40;1763.00;2.67;0.24 +9167;5;3188.00;9.67;1763.00;4.12;0.24 +9167;9;3188.12;9.66;1761.00;1.57;0.24 +9167;10;3193.88;10.31;1761.00;-1.57;0.24 9167;21;3193.88;10.31;1761.00;-1.57;0.24 +9168;0;3437.00;10.42;1704.00;0.00;0.18 +9168;1;3434.50;10.40;1703.00;-1.19;0.18 +9168;2;3439.00;10.40;1702.50;0.92;0.18 +9168;3;3441.50;10.40;1703.50;1.46;0.18 +9168;4;3440.50;10.40;1705.50;1.97;0.18 +9168;5;3434.00;10.40;1705.50;4.24;0.18 +9168;6;3438.00;10.40;1706.50;2.76;0.18 +9168;9;3433.76;10.40;1704.00;1.57;0.18 +9168;10;3440.24;10.40;1704.00;-1.57;0.18 9168;21;3433.76;10.40;1704.00;1.57;0.18 +9169;0;3259.00;10.27;1807.00;0.00;0.22 +9169;1;3258.50;10.40;1804.00;-0.16;0.22 +9169;2;3256.50;10.00;1806.50;-1.37;0.22 +9169;3;3261.50;10.50;1805.50;1.03;0.22 +9169;4;1629.00;13.82;903.00;-1.06;0.22 +9169;5;3258.00;10.40;1809.50;3.52;0.22 +9169;9;3256.30;10.07;1807.00;1.57;0.22 +9169;10;3261.70;10.50;1807.00;-1.57;0.22 9169;21;3256.30;10.07;1807.00;1.57;0.22 +9170;0;2917.00;14.45;1745.00;0.00;0.30 +9170;1;2917.00;15.02;1742.00;0.00;0.30 +9170;2;2920.50;14.80;1741.50;0.78;0.30 +9170;3;2921.50;14.40;1744.50;1.46;0.30 +9170;4;2913.50;13.80;1743.50;-1.16;0.30 +9170;5;2913.00;12.30;1746.50;4.35;0.30 +9170;6;2918.00;13.42;1748.00;2.82;0.30 +9170;7;2914.00;13.02;1749.00;3.78;0.30 +9170;9;2913.94;13.66;1745.00;1.57;0.30 +9170;10;2920.06;14.40;1745.00;-1.57;0.30 9170;21;2913.94;13.66;1745.00;1.57;0.30 +9171;0;3029.00;11.65;1849.00;0.00;0.36 +9171;1;3029.00;12.40;1844.50;0.00;0.36 +9171;2;3032.00;11.70;1847.50;1.10;0.36 +9171;3;3026.00;11.85;1847.00;-0.98;0.36 +9171;4;3026.00;11.45;1851.00;4.12;0.36 +9171;5;3033.00;12.60;1851.50;2.12;0.36 +9171;6;3030.50;12.45;1853.00;2.78;0.36 +9171;7;3028.50;12.00;1853.00;3.26;0.36 +9171;9;3025.76;11.40;1849.00;1.57;0.36 +9171;10;3032.24;12.14;1849.00;-1.57;0.36 9171;21;3025.76;11.40;1849.00;1.57;0.36 +9172;0;3528.00;10.30;1678.00;0.00;0.20 +9172;1;3528.00;10.37;1676.00;0.00;0.20 +9172;2;3524.50;9.90;1676.50;-1.16;0.20 +9172;3;3531.00;10.30;1676.00;0.98;0.20 +9172;4;3532.00;10.30;1678.50;1.69;0.20 +9172;5;3524.00;9.70;1679.00;4.46;0.20 +9172;6;3528.00;10.12;1680.00;3.14;0.20 +9172;9;3524.94;9.81;1678.00;1.57;0.20 +9172;10;3531.06;10.32;1678.00;-1.57;0.20 9172;21;3524.94;9.81;1678.00;1.57;0.20 +9173;0;3041.00;10.80;1763.00;0.00;0.28 +9173;1;3042.00;10.52;1760.00;0.32;0.28 +9173;2;3045.00;10.75;1760.50;1.01;0.28 +9173;3;1520.00;9.50;881.00;-1.04;0.28 +9173;4;3046.00;10.90;1762.50;1.47;0.28 +9173;5;3044.50;10.90;1764.00;1.84;0.28 +9173;6;3037.50;10.70;1765.50;4.09;0.28 +9173;7;3041.50;10.90;1766.00;2.97;0.28 +9173;8;3039.00;11.00;1766.50;3.66;0.28 +9173;9;3038.12;10.44;1763.00;1.57;0.28 +9173;10;3043.88;10.90;1763.00;-1.57;0.28 9173;21;3038.12;10.44;1763.00;1.57;0.28 +9174;0;2959.00;9.57;1716.00;0.00;0.18 +9174;1;2960.37;9.50;1713.16;0.00;0.18 +9174;2;2956.50;9.50;1715.50;-1.37;0.18 +9174;3;2960.50;9.70;1717.00;2.15;0.18 +9174;4;2958.00;9.70;1717.50;3.73;0.18 +9174;9;2957.38;9.50;1716.00;1.57;0.18 +9174;10;2960.62;9.70;1716.00;-1.57;0.18 +9174;19;2959.00;9.50;1714.00;0.00;0.18 +9174;20;2959.00;9.50;1712.25;0.00;0.18 9174;21;2957.38;9.50;1716.00;1.57;0.18 +9175;0;3054.00;14.75;1893.00;0.00;0.32 +9175;1;3055.50;14.20;1890.00;0.46;0.32 +9175;2;3057.00;14.07;1891.00;0.98;0.32 +9175;3;3052.50;14.20;1891.00;-0.64;0.32 +9175;4;3049.50;13.90;1893.00;4.71;0.32 +9175;5;3055.50;14.80;1894.50;2.35;0.32 +9175;6;3051.50;14.90;1895.50;3.92;0.32 +9175;9;3050.76;14.18;1893.00;1.57;0.32 +9175;10;3057.24;14.20;1893.00;-1.57;0.32 9175;21;3050.76;14.18;1893.00;1.57;0.32 -9176;21;3301.02;10.07;1769.00;1.57;0.22 +9176;0;3303.00;10.12;1769.00;0.00;0.24 +9176;1;3302.00;9.70;1766.00;-0.32;0.24 +9176;2;3306.00;9.80;1767.50;1.10;0.24 +9176;3;3300.50;10.20;1771.00;4.03;0.24 +9176;4;3304.50;10.30;1771.00;2.49;0.24 +9176;5;3304.00;10.30;1774.00;2.94;0.24 +9176;6;3302.00;10.30;1774.00;3.33;0.24 +9176;9;3300.84;10.06;1769.00;1.57;0.24 +9176;10;3305.16;10.10;1769.00;-1.57;0.24 +9176;21;3300.00;10.02;1769.00;0.00;0.24 +9176;22;3302.00;9.70;1766.00;-0.32;0.24 +9176;23;3306.00;9.80;1767.50;1.10;0.24 +9176;24;3300.50;10.20;1771.00;4.03;0.24 +9176;25;3304.50;10.30;1771.00;2.49;0.24 +9176;26;3304.00;10.30;1774.00;2.94;0.24 +9176;27;3302.00;10.30;1774.00;3.33;0.24 +9176;38;3305.16;10.10;1769.00;-1.57;0.24 +9177;0;3346.00;9.85;1697.00;0.00;0.26 +9177;1;3345.00;9.90;1693.50;-0.27;0.26 +9177;2;3347.50;9.90;1695.00;0.64;0.26 +9177;3;3344.00;9.90;1694.50;-0.67;0.26 +9177;4;3342.50;9.90;1695.50;-1.16;0.26 +9177;5;3350.00;9.80;1696.00;1.32;0.26 +9177;6;3342.50;9.80;1698.50;4.30;0.26 +9177;7;3348.00;9.80;1699.00;2.35;0.26 +9177;8;3344.00;9.80;1700.00;3.73;0.26 +9177;9;3342.76;9.90;1697.00;1.57;0.26 +9177;10;3349.24;9.80;1697.00;-1.57;0.26 9177;21;3342.76;9.90;1697.00;1.57;0.26 +9178;0;3092.00;13.92;1925.00;0.00;0.36 +9178;1;3094.00;12.67;1921.00;0.46;0.36 +9178;2;3097.50;12.10;1922.50;1.14;0.36 +9178;3;3089.50;14.25;1923.00;-0.89;0.36 +9178;4;3085.50;13.20;1927.00;4.41;0.36 +9178;5;3097.00;13.85;1926.00;1.76;0.36 +9178;6;3092.50;14.70;1928.50;3.00;0.36 +9178;7;3088.00;14.65;1930.00;3.81;0.36 +9178;9;3087.50;13.70;1925.00;1.57;0.36 +9178;10;3096.50;13.45;1925.00;-1.57;0.36 9178;21;3087.50;13.70;1925.00;1.57;0.36 +9179;0;3387.00;10.10;1944.00;0.00;0.54 +9179;1;3389.00;10.10;1938.00;0.32;0.54 +9179;2;3382.50;10.20;1939.50;-0.78;0.54 +9179;3;3394.00;10.10;1941.50;1.22;0.54 +9179;4;3380.00;10.10;1946.00;4.43;0.54 +9179;5;3390.50;10.10;1948.50;2.48;0.54 +9179;9;3380.52;10.10;1944.00;1.57;0.54 +9179;10;3393.48;10.10;1944.00;-1.57;0.54 +9179;19;3400.00;9.57;1949.00;-3.80;0.54 +9179;20;3401.63;9.57;1949.62;1.93;0.54 9179;21;3380.52;10.10;1944.00;1.57;0.54 +9180;0;3513.00;9.80;1705.00;0.00;0.20 +9180;1;3513.50;9.80;1703.00;0.24;0.20 +9180;2;3509.50;9.80;1704.00;-1.29;0.20 +9180;3;3517.00;9.80;1703.50;1.21;0.20 +9180;4;3517.50;9.80;1704.50;1.46;0.20 +9180;5;3509.50;9.80;1706.00;4.43;0.20 +9180;6;3516.00;9.80;1706.00;1.89;0.20 +9180;7;3513.00;9.80;1707.00;3.14;0.20 +9180;9;3510.12;9.80;1705.00;1.57;0.20 +9180;10;3515.88;9.80;1705.00;-1.57;0.20 9180;21;3510.12;9.80;1705.00;1.57;0.20 +9181;0;3288.00;10.35;1796.00;0.00;0.28 +9181;1;3287.50;10.40;1792.00;-0.12;0.28 +9181;2;3285.00;10.40;1793.00;-0.78;0.28 +9181;3;3289.50;10.25;1795.00;0.98;0.28 +9181;4;3285.00;10.30;1795.50;-1.40;0.28 +9181;5;3291.00;10.02;1797.00;1.89;0.28 +9181;6;1643.50;10.80;897.50;-1.07;0.28 +9181;7;3289.00;10.17;1799.00;2.82;0.28 +9181;9;3285.30;10.25;1796.00;1.57;0.28 +9181;10;3290.70;10.06;1796.00;-1.57;0.28 9181;21;3285.30;10.25;1796.00;1.57;0.28 +9182;0;3023.00;11.30;1754.00;0.00;0.28 +9182;1;3023.50;11.20;1750.00;0.12;0.28 +9182;2;3025.50;11.20;1753.00;1.19;0.28 +9182;3;3019.50;11.50;1754.00;4.71;0.28 +9182;4;3021.00;11.52;1757.00;3.73;0.28 +9182;5;3024.50;11.30;1757.00;2.67;0.28 +9182;9;3020.48;11.45;1754.00;1.57;0.28 +9182;10;3025.52;11.20;1754.00;-1.57;0.28 9182;21;3020.48;11.45;1754.00;1.57;0.28 +9183;0;3225.00;9.77;1759.00;0.00;0.22 +9183;1;3224.00;9.70;1756.50;-0.38;0.22 +9183;2;3227.00;9.80;1757.50;0.92;0.22 +9183;3;3222.50;9.70;1758.00;-1.19;0.22 +9183;4;3222.50;9.80;1760.50;4.17;0.22 +9183;5;3228.00;9.67;1760.00;1.89;0.22 +9183;6;1612.00;10.20;879.00;-1.07;0.22 +9183;7;3227.50;9.70;1761.50;2.35;0.22 +9183;8;3224.00;9.90;1762.00;3.46;0.22 +9183;9;3222.84;9.75;1759.00;1.57;0.22 +9183;10;3227.16;9.75;1759.00;-1.57;0.22 9183;21;3222.84;9.75;1759.00;1.57;0.22 +9184;0;3343.00;10.40;1736.00;0.00;0.20 +9184;1;3340.00;10.40;1733.50;-0.87;0.20 +9184;2;3343.00;10.22;1734.00;0.00;0.20 +9184;3;3339.50;10.40;1735.50;-1.42;0.20 +9184;4;3346.00;10.42;1735.00;1.24;0.20 +9184;5;3346.50;10.40;1736.50;1.71;0.20 +9184;6;3340.50;10.40;1737.50;4.17;0.20 +9184;7;3344.00;10.40;1738.50;2.76;0.20 +9184;9;3340.48;10.40;1736.00;1.57;0.20 +9184;10;3345.52;10.44;1736.00;-1.57;0.20 9184;21;3340.48;10.40;1736.00;1.57;0.20 +9185;0;3053.00;9.65;1724.00;0.00;0.24 +9185;1;3051.00;9.60;1721.50;-0.67;0.24 +9185;2;3053.00;9.60;1721.50;0.00;0.24 +9185;3;3050.00;9.75;1723.50;-1.40;0.24 +9185;4;3055.50;9.60;1722.50;1.03;0.24 +9185;5;3056.00;9.70;1725.00;1.89;0.24 +9185;6;3057.00;9.60;1723.50;1.44;0.24 +9185;7;3052.50;9.70;1726.50;3.33;0.24 +9185;9;3050.48;9.70;1724.00;1.57;0.24 +9185;10;3055.52;9.65;1724.00;-1.57;0.24 9185;21;3055.52;9.65;1724.00;-1.57;0.24 +9186;0;3143.00;9.90;1888.00;0.00;0.24 +9186;1;3139.50;9.95;1885.00;-0.86;0.24 +9186;2;3144.50;9.80;1885.50;0.54;0.24 +9186;3;3141.50;9.90;1889.50;3.92;0.24 +9186;4;3147.50;9.80;1888.50;1.68;0.24 +9186;5;3147.00;9.87;1890.00;2.03;0.24 +9186;9;3139.58;9.99;1888.00;1.57;0.24 +9186;10;3146.42;9.80;1888.00;-1.57;0.24 9186;21;3139.58;9.99;1888.00;1.57;0.24 +9187;0;3424.00;9.95;1781.00;0.00;0.40 +9187;1;3422.00;10.40;1776.00;-0.38;0.40 +9187;2;3426.50;9.95;1776.00;0.46;0.40 +9187;3;3419.50;10.40;1778.50;-1.06;0.40 +9187;4;3428.00;9.80;1781.50;1.69;0.40 +9187;5;3418.50;10.40;1781.50;4.62;0.40 +9187;6;3422.50;10.40;1785.50;3.46;0.40 +9187;7;3427.00;10.15;1787.50;2.70;0.40 +9187;9;3420.40;10.35;1781.00;1.57;0.40 +9187;10;3427.60;9.80;1781.00;-1.57;0.40 9187;21;3420.40;10.35;1781.00;1.57;0.40 +9188;0;3418.00;10.40;1697.00;0.00;0.18 +9188;1;3418.00;10.40;1695.50;0.00;0.18 +9188;2;3414.00;10.20;1695.50;-1.21;0.18 +9188;3;3421.50;10.10;1696.00;1.29;0.18 +9188;4;1708.50;9.80;848.00;-1.11;0.18 +9188;5;3421.50;10.15;1698.00;1.84;0.18 +9188;6;3417.00;10.35;1699.50;3.52;0.18 +9188;9;3415.12;10.20;1697.00;1.57;0.18 +9188;10;3420.88;10.22;1697.00;-1.57;0.18 9188;21;3415.12;10.20;1697.00;1.57;0.18 +9189;0;3203.00;10.65;1916.00;0.00;0.42 +9189;1;3202.00;10.50;1910.50;-0.18;0.42 +9189;2;3205.50;10.60;1911.00;0.46;0.42 +9189;3;3198.50;10.60;1917.00;4.49;0.42 +9189;4;3206.50;10.60;1916.50;1.71;0.42 +9189;5;3203.00;10.70;1921.50;3.14;0.42 +9189;9;3199.22;10.58;1916.00;1.57;0.42 +9189;10;3206.78;10.60;1916.00;-1.57;0.42 9189;21;3199.22;10.58;1916.00;1.57;0.42 +9190;0;3336.00;10.12;1751.00;0.00;0.20 +9190;1;3335.50;10.30;1749.00;-0.24;0.20 +9190;2;3332.00;10.30;1750.00;-1.32;0.20 +9190;3;3339.00;10.30;1750.50;1.40;0.20 +9190;4;3333.00;10.20;1751.00;4.71;0.20 +9190;5;3339.50;9.90;1752.50;1.97;0.20 +9190;6;3336.50;9.70;1753.50;2.94;0.20 +9190;9;3332.94;10.20;1751.00;1.57;0.20 +9190;10;3339.06;10.20;1751.00;-1.57;0.20 9190;21;3332.94;10.20;1751.00;1.57;0.20 +9191;0;3164.00;11.25;1959.00;0.00;0.32 +9191;1;3162.50;11.40;1956.50;-0.54;0.32 +9191;2;3170.00;10.90;1956.00;1.10;0.32 +9191;3;3170.50;11.10;1958.50;1.49;0.32 +9191;4;3167.00;11.45;1962.00;2.35;0.32 +9191;5;3160.00;11.95;1962.50;3.99;0.32 +9191;9;3158.96;11.77;1959.00;1.57;0.32 +9191;10;3169.04;11.15;1959.00;-1.57;0.32 9191;21;3158.96;11.77;1959.00;1.57;0.32 +9192;0;3591.00;10.45;1720.00;0.00;0.28 +9192;1;3589.00;10.15;1717.00;-0.58;0.28 +9192;2;3592.00;10.35;1717.00;0.32;0.28 +9192;3;3594.00;10.40;1718.50;1.10;0.28 +9192;4;3588.00;10.50;1720.50;4.54;0.28 +9192;5;3593.50;10.50;1721.00;1.95;0.28 +9192;6;3588.50;10.60;1723.50;3.76;0.28 +9192;7;3591.50;10.45;1723.00;2.97;0.28 +9192;9;3588.48;10.45;1720.00;1.57;0.28 +9192;10;3593.52;10.50;1720.00;-1.57;0.28 9192;21;3588.48;10.45;1720.00;1.57;0.28 +9193;0;3055.00;10.00;1744.00;0.00;0.26 +9193;1;3058.00;9.85;1740.50;0.70;0.26 +9193;2;3056.00;9.90;1741.50;0.38;0.26 +9193;3;3059.50;9.80;1741.00;0.98;0.26 +9193;4;3058.00;9.90;1743.50;1.40;0.26 +9193;5;3054.00;10.00;1743.50;-1.10;0.26 +9193;6;3051.50;10.00;1746.00;4.19;0.26 +9193;7;3054.00;9.90;1747.00;3.46;0.26 +9193;9;3052.12;10.00;1744.00;1.57;0.26 +9193;10;3057.88;9.90;1744.00;-1.57;0.26 9193;21;3052.12;10.00;1744.00;1.57;0.26 +9194;0;3165.00;9.67;1742.00;0.00;0.30 +9194;1;3161.50;9.70;1740.00;-1.05;0.30 +9194;2;3166.00;9.67;1741.00;0.78;0.30 +9194;3;3169.00;9.70;1741.50;1.44;0.30 +9194;4;3162.50;9.70;1744.00;4.03;0.30 +9194;5;3170.50;9.70;1743.50;1.83;0.30 +9194;6;3168.50;9.70;1744.50;2.19;0.30 +9194;7;3164.50;9.70;1745.00;3.30;0.30 +9194;9;3161.22;9.68;1742.00;1.57;0.30 +9194;10;3168.78;9.70;1742.00;-1.57;0.30 +9194;19;3161.00;9.50;1736.00;-1.05;0.30 +9194;20;3160.02;9.50;1734.54;-0.58;0.30 9194;21;3161.22;9.68;1742.00;1.57;0.30 +9195;0;3339.00;9.95;1859.00;0.00;0.30 +9195;1;3336.50;10.30;1856.00;-0.69;0.30 +9195;2;3341.50;10.10;1855.50;0.62;0.30 +9195;3;3335.50;9.95;1860.00;4.43;0.30 +9195;4;3343.00;9.70;1860.00;1.81;0.30 +9195;5;3338.00;9.70;1863.00;3.38;0.30 +9195;9;3335.58;10.10;1859.00;1.57;0.30 +9195;10;3342.42;9.70;1859.00;-1.57;0.30 +9195;19;3349.00;9.63;1855.00;-4.47;0.30 +9195;20;3350.62;9.63;1854.35;1.19;0.30 9195;21;3335.58;10.10;1859.00;1.57;0.30 +9196;0;2931.00;11.12;1705.00;0.00;0.24 +9196;1;2930.00;11.00;1702.50;-0.38;0.24 +9196;2;2933.50;11.00;1704.50;1.37;0.24 +9196;3;2927.50;11.15;1704.00;-1.29;0.24 +9196;4;2928.50;11.30;1706.50;4.17;0.24 +9196;5;2933.00;11.25;1707.50;2.46;0.24 +9196;9;2927.94;11.25;1705.00;1.57;0.24 +9196;10;2934.06;10.94;1705.00;-1.57;0.24 9196;21;2927.94;11.25;1705.00;1.57;0.24 -9197;21;3301.48;10.20;1734.00;1.57;0.28 +9197;0;3304.00;10.30;1734.00;0.00;0.28 +9197;1;3306.50;10.30;1730.50;0.62;0.28 +9197;2;3304.00;10.30;1731.50;0.00;0.28 +9197;3;3307.00;10.30;1733.50;1.40;0.28 +9197;4;3301.50;10.20;1734.00;4.71;0.28 +9197;5;3303.50;10.20;1736.50;3.33;0.28 +9197;9;3301.48;10.20;1734.00;1.57;0.28 +9197;10;3306.52;10.29;1734.00;-1.57;0.28 +9197;21;3301.00;10.20;1734.00;0.00;0.28 +9197;22;3306.50;10.30;1730.50;0.62;0.28 +9197;23;3304.00;10.30;1731.50;0.00;0.28 +9197;24;3307.00;10.30;1733.50;1.40;0.28 +9197;25;3301.50;10.20;1734.00;4.71;0.28 +9197;26;3303.50;10.20;1736.50;3.33;0.28 +9197;38;3306.52;10.29;1734.00;-1.57;0.28 +9198;0;3291.00;10.40;1882.00;0.00;0.32 +9198;1;3287.00;10.65;1878.00;-0.78;0.32 +9198;2;3292.50;10.40;1878.50;0.40;0.32 +9198;3;3285.50;10.65;1881.00;-1.39;0.32 +9198;4;3296.50;10.40;1882.50;1.66;0.32 +9198;5;3290.50;10.40;1884.50;3.33;0.32 +9198;6;3296.50;10.35;1886.00;2.20;0.32 +9198;9;3286.68;10.54;1882.00;1.57;0.32 +9198;10;3295.32;10.30;1882.00;-1.57;0.32 9198;21;3286.68;10.54;1882.00;1.57;0.32 +9199;0;3426.00;9.87;1732.00;0.00;0.24 +9199;1;3427.00;10.15;1729.50;0.38;0.24 +9199;2;3425.00;10.35;1728.50;-0.27;0.24 +9199;3;3423.50;10.00;1731.50;-1.37;0.24 +9199;4;3428.50;9.85;1733.00;1.95;0.24 +9199;5;3424.50;10.40;1735.50;3.54;0.24 +9199;6;3427.50;10.00;1735.50;2.73;0.24 +9199;9;3423.84;9.98;1732.00;1.57;0.24 +9199;10;3428.16;9.80;1732.00;-1.57;0.24 9199;21;3423.84;9.98;1732.00;1.57;0.24 +9200;0;3490.00;9.80;1698.00;0.00;0.28 +9200;1;3488.50;10.00;1695.00;-0.46;0.28 +9200;2;3486.50;9.80;1696.50;-1.16;0.28 +9200;3;3491.00;10.05;1696.00;0.46;0.28 +9200;4;3493.00;9.87;1699.00;1.89;0.28 +9200;5;3486.00;9.80;1699.00;4.46;0.28 +9200;6;3489.00;9.80;1700.00;3.60;0.28 +9200;7;3493.00;9.80;1701.50;2.43;0.28 +9200;9;3487.30;9.80;1698.00;1.57;0.28 +9200;10;3492.70;9.88;1698.00;-1.57;0.28 9200;21;3487.30;9.80;1698.00;1.57;0.28 +9201;0;3330.00;11.05;1927.00;0.00;0.30 +9201;1;3328.00;10.35;1924.00;-0.58;0.30 +9201;2;3331.50;10.60;1924.00;0.46;0.30 +9201;3;3333.00;11.65;1927.50;1.73;0.30 +9201;4;3326.00;10.40;1927.00;4.71;0.30 +9201;5;3327.50;10.60;1929.50;3.92;0.30 +9201;6;3329.50;11.00;1930.00;3.30;0.30 +9201;9;3327.30;10.52;1927.00;1.57;0.30 +9201;10;3332.70;11.55;1927.00;-1.57;0.30 9201;21;3327.30;10.52;1927.00;1.57;0.30 +9202;0;3447.00;9.90;1745.00;0.00;0.30 +9202;1;3445.00;9.90;1742.00;-0.58;0.30 +9202;2;3449.00;9.90;1742.50;0.67;0.30 +9202;3;3443.50;10.00;1745.50;4.57;0.30 +9202;4;3451.00;9.90;1744.50;1.44;0.30 +9202;5;3451.00;9.90;1746.00;1.81;0.30 +9202;6;3447.00;9.90;1748.00;3.14;0.30 +9202;7;3444.00;10.00;1748.50;3.85;0.30 +9202;9;3444.12;9.93;1745.00;1.57;0.30 +9202;10;3449.88;9.90;1745.00;-1.57;0.30 9202;21;3444.12;9.93;1745.00;1.57;0.30 +9203;0;3284.00;9.90;1946.00;0.00;0.38 +9203;1;3281.50;9.80;1943.00;-0.69;0.38 +9203;2;3286.50;9.90;1942.50;0.62;0.38 +9203;3;3288.50;10.20;1945.50;1.46;0.38 +9203;4;3281.00;10.00;1949.00;3.92;0.38 +9203;5;3286.00;10.00;1950.00;2.67;0.38 +9203;9;3280.22;9.91;1946.00;1.57;0.38 +9203;10;3287.78;10.12;1946.00;-1.57;0.38 9203;21;3280.22;9.91;1946.00;1.57;0.38 +9204;0;2956.00;10.80;1735.00;0.00;0.28 +9204;1;2955.00;11.05;1733.50;-0.58;0.28 +9204;2;2958.00;10.52;1732.00;0.58;0.28 +9204;3;2960.00;10.35;1733.50;1.21;0.28 +9204;4;2959.00;10.55;1736.00;1.89;0.28 +9204;5;2953.00;11.50;1735.50;4.54;0.28 +9204;6;2953.50;11.40;1737.00;4.03;0.28 +9204;7;2956.50;11.10;1738.00;2.97;0.28 +9204;9;2953.12;11.46;1735.00;1.57;0.28 +9204;10;2958.88;10.49;1735.00;-1.57;0.28 9204;21;2958.88;10.49;1735.00;-1.57;0.28 +9205;0;3695.00;9.70;1940.00;0.00;1.10 +9205;1;3694.00;9.80;1931.00;-0.11;1.10 +9205;2;3682.00;9.80;1934.50;-1.17;1.10 +9205;3;3704.50;9.80;1938.50;1.41;1.10 +9205;4;3698.50;9.80;1947.00;2.67;1.10 +9205;9;3682.22;9.80;1940.00;1.57;1.10 +9205;10;3707.78;9.80;1940.00;-1.57;1.10 +9205;19;3693.00;9.60;1950.00;-3.61;1.10 +9205;20;3692.65;9.60;1951.71;3.33;1.10 9205;21;3682.22;9.80;1940.00;1.57;1.10 +9206;0;3252.00;9.50;1752.00;0.00;0.22 +9206;1;3250.00;9.50;1750.00;-0.78;0.22 +9206;2;3255.00;9.50;1750.50;1.10;0.22 +9206;3;3247.00;9.85;1751.50;-1.47;0.22 +9206;4;3255.00;9.65;1753.50;2.03;0.22 +9206;5;3251.50;10.00;1754.50;3.33;0.22 +9206;9;3248.22;9.84;1752.00;1.57;0.22 +9206;10;3255.78;9.55;1752.00;-1.57;0.22 +9206;19;3246.00;9.53;1749.00;-0.79;0.22 +9206;20;3244.43;9.53;1748.21;-1.10;0.22 9206;21;3248.22;9.84;1752.00;1.57;0.22 +9207;0;3399.00;10.40;1722.00;0.00;0.20 +9207;1;3399.50;10.20;1719.50;0.19;0.20 +9207;2;3396.00;10.35;1721.00;-1.24;0.20 +9207;3;3402.00;10.40;1721.50;1.40;0.20 +9207;4;3395.50;10.40;1723.50;4.30;0.20 +9207;5;3399.50;10.40;1724.50;2.94;0.20 +9207;9;3396.48;10.40;1722.00;1.57;0.20 +9207;10;3401.52;10.40;1722.00;-1.57;0.20 9207;21;3396.48;10.40;1722.00;1.57;0.20 +9208;0;3022.00;13.67;1865.00;0.00;0.32 +9208;1;3021.00;12.30;1861.50;-0.27;0.32 +9208;2;3025.00;13.05;1861.00;0.64;0.32 +9208;3;3017.50;11.70;1864.50;-1.46;0.32 +9208;4;3026.50;14.90;1865.00;1.57;0.32 +9208;5;3019.50;12.70;1868.50;3.76;0.32 +9208;6;3024.50;14.00;1869.00;2.58;0.32 +9208;9;3018.58;12.17;1865.00;1.57;0.32 +9208;10;3025.42;14.56;1865.00;-1.57;0.32 9208;21;3018.58;12.17;1865.00;1.57;0.32 +9209;0;3047.00;10.10;1714.00;0.00;0.24 +9209;1;3046.50;10.20;1710.50;-0.14;0.24 +9209;2;3044.50;10.40;1712.50;-1.03;0.24 +9209;3;3049.00;9.85;1712.00;0.78;0.24 +9209;4;3051.00;9.70;1713.00;1.32;0.24 +9209;5;1523.00;9.50;856.50;-1.05;0.24 +9209;6;3043.00;10.40;1715.00;4.46;0.24 +9209;7;3045.50;10.30;1716.50;3.68;0.24 +9209;8;3048.00;9.90;1716.50;2.76;0.24 +9209;9;3044.12;10.40;1714.00;1.57;0.24 +9209;10;3049.88;9.71;1714.00;-1.57;0.24 9209;21;3044.12;10.40;1714.00;1.57;0.24 +9210;0;3502.00;9.92;1739.00;0.00;0.24 +9210;1;3498.50;9.90;1738.50;-1.42;0.24 +9210;2;3502.50;9.90;1736.50;0.19;0.24 +9210;3;3505.00;9.95;1737.50;1.10;0.24 +9210;4;3505.00;10.00;1740.50;2.03;0.24 +9210;5;3499.50;9.90;1741.50;3.92;0.24 +9210;6;3502.50;10.00;1742.50;3.00;0.24 +9210;9;3499.30;9.90;1739.00;1.57;0.24 +9210;10;3504.70;9.96;1739.00;-1.57;0.24 9210;21;3499.30;9.90;1739.00;1.57;0.24 +9211;0;3089.00;11.55;1885.00;0.00;0.30 +9211;1;3092.50;11.30;1883.00;1.05;0.30 +9211;2;3088.00;11.60;1882.00;-0.32;0.30 +9211;3;3085.00;11.50;1884.00;-1.32;0.30 +9211;4;1544.00;9.50;942.00;-1.02;0.30 +9211;5;3086.50;11.30;1887.00;4.03;0.30 +9211;6;3089.00;11.30;1888.00;3.14;0.30 +9211;9;3085.94;11.52;1885.00;1.57;0.30 +9211;10;3092.06;11.04;1885.00;-1.57;0.30 9211;21;3085.94;11.52;1885.00;1.57;0.30 +9212;0;3302.00;10.30;1686.00;0.00;0.22 +9212;1;3302.00;10.37;1682.00;0.00;0.22 +9212;2;3299.50;10.40;1682.50;-0.62;0.22 +9212;3;3300.50;10.30;1684.00;-0.64;0.22 +9212;4;3305.00;10.32;1684.00;0.98;0.22 +9212;5;3304.00;10.30;1686.50;1.81;0.22 +9212;6;3300.00;10.30;1688.00;3.92;0.22 +9212;7;3302.50;10.30;1689.50;3.00;0.22 +9212;9;3300.02;10.30;1686.00;1.57;0.22 +9212;10;3303.98;10.30;1686.00;-1.57;0.22 9212;21;3300.02;10.30;1686.00;1.57;0.22 +9213;0;3522.00;9.90;1765.00;0.00;0.26 +9213;1;3522.50;9.90;1762.50;0.19;0.26 +9213;2;3528.00;10.00;1763.50;1.32;0.26 +9213;3;3517.00;9.90;1766.00;4.51;0.26 +9213;4;3526.00;9.90;1766.00;1.81;0.26 +9213;5;3522.00;9.80;1768.00;3.14;0.26 +9213;9;3517.86;9.90;1765.00;1.57;0.26 +9213;10;3526.14;9.90;1765.00;-1.57;0.26 9213;21;3517.86;9.90;1765.00;1.57;0.26 +9214;0;3559.00;9.80;1702.00;0.00;0.24 +9214;1;3557.00;9.80;1700.00;-0.78;0.24 +9214;2;3560.00;9.90;1699.50;0.38;0.24 +9214;3;3563.00;9.80;1700.50;1.21;0.24 +9214;4;3554.00;9.97;1702.00;4.71;0.24 +9214;5;3562.00;9.80;1703.50;2.03;0.24 +9214;6;3557.00;10.20;1704.50;3.81;0.24 +9214;9;3555.58;9.95;1702.00;1.57;0.24 +9214;10;3562.42;9.80;1702.00;-1.57;0.24 9214;21;3555.58;9.95;1702.00;1.57;0.24 +9215;0;3434.00;10.10;1903.00;0.00;0.42 +9215;1;3437.00;10.00;1899.50;0.70;0.42 +9215;2;3429.00;10.70;1901.00;-1.19;0.42 +9215;3;3442.00;10.00;1905.00;1.81;0.42 +9215;4;3429.50;10.20;1906.50;4.05;0.42 +9215;5;3437.00;10.10;1906.00;2.35;0.42 +9215;9;3428.60;10.55;1903.00;1.57;0.42 +9215;10;3439.40;10.00;1903.00;-1.57;0.42 +9215;19;3450.00;9.55;1908.00;-4.47;0.42 +9215;20;3451.67;9.55;1908.52;1.87;0.42 9215;21;3428.60;10.55;1903.00;1.57;0.42 +9216;0;2937.00;9.50;1805.00;0.00;0.42 +9216;1;2939.50;9.50;1800.50;0.50;0.42 +9216;2;2937.00;9.50;1801.50;0.00;0.42 +9216;3;2934.50;9.50;1807.50;3.92;0.42 +9216;4;2940.00;9.65;1805.00;1.57;0.42 +9216;9;2933.22;9.50;1805.00;1.57;0.42 +9216;10;2940.78;9.88;1805.00;-1.57;0.42 +9216;19;2937.00;9.50;1812.00;-2.36;0.42 +9216;20;2937.00;9.50;1813.75;3.14;0.42 9216;21;2933.22;9.50;1805.00;1.57;0.42 +9217;0;3370.00;9.80;1897.00;0.00;0.38 +9217;1;3369.50;9.70;1894.00;-0.16;0.38 +9217;2;3378.50;9.80;1896.50;1.51;0.38 +9217;3;3359.50;9.80;1899.50;4.47;0.38 +9217;4;3368.00;9.80;1901.00;3.60;0.38 +9217;9;3362.44;9.70;1897.00;1.57;0.38 +9217;10;3377.56;9.80;1897.00;-1.57;0.38 +9217;19;3363.00;9.50;1893.00;-0.17;0.38 +9217;20;3361.48;9.50;1892.13;-1.05;0.38 9217;21;3362.44;9.70;1897.00;1.57;0.38 +9218;0;3023.00;10.70;1736.00;0.00;0.24 +9218;1;3023.50;10.70;1733.50;0.19;0.24 +9218;2;3020.50;10.60;1734.50;-1.03;0.24 +9218;3;3026.50;10.70;1735.00;1.29;0.24 +9218;4;3019.50;10.50;1737.00;4.43;0.24 +9218;5;3026.50;10.80;1736.50;1.71;0.24 +9218;6;3022.50;10.70;1738.50;3.33;0.24 +9218;9;3020.30;10.58;1736.00;1.57;0.24 +9218;10;3025.70;10.79;1736.00;-1.57;0.24 9218;21;3020.30;10.58;1736.00;1.57;0.24 +9219;0;3206.00;10.37;1813.00;0.00;0.32 +9219;1;1602.50;13.05;906.00;-1.05;0.32 +9219;2;3210.00;9.77;1810.00;0.92;0.32 +9219;3;3203.50;10.45;1813.00;4.71;0.32 +9219;4;3209.50;10.25;1813.00;1.57;0.32 +9219;5;3206.50;10.30;1815.50;2.94;0.32 +9219;6;3202.50;10.50;1816.00;4.00;0.32 +9219;9;3202.58;10.49;1813.00;1.57;0.32 +9219;10;3209.42;10.25;1813.00;-1.57;0.32 9219;21;3202.58;10.49;1813.00;1.57;0.32 +9220;0;3123.00;10.10;1846.00;0.00;0.34 +9220;1;3126.00;10.25;1841.50;0.58;0.34 +9220;2;3123.00;10.10;1844.00;0.00;0.34 +9220;3;3126.50;10.00;1845.50;1.42;0.34 +9220;4;3119.00;10.10;1846.00;4.71;0.34 +9220;5;3118.00;10.22;1849.00;4.17;0.34 +9220;6;3121.50;10.10;1849.00;3.60;0.34 +9220;7;3126.00;10.00;1849.00;2.35;0.34 +9220;9;3119.58;10.10;1846.00;1.57;0.34 +9220;10;3126.42;10.00;1846.00;-1.57;0.34 9220;21;3119.58;10.10;1846.00;1.57;0.34 +9221;0;3225.00;10.35;1695.00;0.00;0.22 +9221;1;3224.50;10.40;1692.50;-0.19;0.22 +9221;2;3228.00;10.40;1692.50;0.87;0.22 +9221;3;3221.50;10.40;1693.50;-1.16;0.22 +9221;4;1612.00;10.17;847.00;-1.08;0.22 +9221;5;3221.50;10.30;1696.50;4.30;0.22 +9221;6;3225.00;10.30;1697.50;3.14;0.22 +9221;9;3221.94;10.35;1695.00;1.57;0.22 +9221;10;3228.06;10.35;1695.00;-1.57;0.22 9221;21;3221.94;10.35;1695.00;1.57;0.22 +9222;0;3471.00;10.50;1722.00;0.00;0.24 +9222;1;3472.00;10.50;1718.50;0.27;0.24 +9222;2;3474.00;10.50;1719.50;0.87;0.24 +9222;3;3469.00;10.50;1720.50;-0.92;0.24 +9222;4;3475.50;10.50;1721.00;1.35;0.24 +9222;5;3473.00;10.50;1723.50;2.21;0.24 +9222;6;3466.50;10.50;1723.00;4.49;0.24 +9222;7;3469.00;10.50;1724.50;3.81;0.24 +9222;9;3467.76;10.50;1722.00;1.57;0.24 +9222;10;3474.24;10.50;1722.00;-1.57;0.24 9222;21;3467.76;10.50;1722.00;1.57;0.24 +9223;0;3232.00;10.62;1883.00;0.00;0.36 +9223;1;3233.00;10.52;1880.00;0.32;0.36 +9223;2;3228.50;10.55;1881.00;-1.05;0.36 +9223;3;3236.00;10.70;1882.50;1.44;0.36 +9223;4;3228.50;10.60;1884.50;4.30;0.36 +9223;5;3234.00;10.70;1886.50;2.62;0.36 +9223;6;3230.50;10.60;1887.00;3.50;0.36 +9223;9;3228.76;10.60;1883.00;1.57;0.36 +9223;10;3235.24;10.68;1883.00;-1.57;0.36 9223;21;3228.76;10.60;1883.00;1.57;0.36 +9224;0;4488.00;10.60;1892.00;0.00;1.36 +9224;1;4506.00;11.00;1877.50;0.89;1.36 +9224;2;4478.00;10.80;1881.50;-0.76;1.36 +9224;3;4513.00;10.20;1892.50;1.59;1.36 +9224;4;4463.00;10.75;1897.00;4.51;1.36 +9224;5;4486.50;10.40;1905.00;3.25;1.36 +9224;9;4466.76;10.91;1892.00;1.57;1.36 +9224;10;4509.24;10.35;1892.00;-1.57;1.36 9224;21;4466.76;10.91;1892.00;1.57;1.36 +9225;0;3609.00;10.60;1789.00;0.00;0.50 +9225;1;3604.50;10.60;1782.50;-0.60;0.50 +9225;2;3611.00;10.60;1784.00;0.38;0.50 +9225;3;3601.00;10.50;1786.50;-1.26;0.50 +9225;4;3617.00;10.60;1788.50;1.50;0.50 +9225;5;3603.00;10.50;1792.50;4.18;0.50 +9225;6;3611.50;10.50;1794.00;2.67;0.50 +9225;9;3602.34;10.50;1789.00;1.57;0.50 +9225;10;3615.66;10.60;1789.00;-1.57;0.50 9225;21;3602.34;10.50;1789.00;1.57;0.50 +9226;0;3137.00;10.35;1896.00;0.00;0.40 +9226;1;3134.50;10.10;1891.00;-0.46;0.40 +9226;2;3138.50;10.20;1893.50;0.54;0.40 +9226;3;3132.50;10.45;1894.00;-1.15;0.40 +9226;4;3142.00;10.60;1897.00;1.76;0.40 +9226;5;3135.00;10.95;1898.50;3.81;0.40 +9226;6;3140.00;11.30;1899.50;2.43;0.40 +9226;9;3132.86;10.59;1896.00;1.57;0.40 +9226;10;3141.14;10.45;1896.00;-1.57;0.40 9226;21;3132.86;10.59;1896.00;1.57;0.40 +9227;0;2966.00;13.75;1783.00;0.00;0.36 +9227;1;2969.00;13.35;1778.50;0.58;0.36 +9227;2;2965.00;13.82;1781.00;-0.46;0.36 +9227;3;2969.50;13.25;1782.00;1.29;0.36 +9227;4;2961.50;14.95;1786.00;4.12;0.36 +9227;5;2965.50;14.05;1786.00;3.30;0.36 +9227;9;2962.76;13.88;1783.00;1.57;0.36 +9227;10;2969.24;13.55;1783.00;-1.57;0.36 9227;21;2962.76;13.88;1783.00;1.57;0.36 +9228;0;3121.54;9.90;1739.16;0.00;0.36 +9228;1;3119.50;9.90;1739.50;-1.03;0.36 +9228;2;3122.39;9.50;1747.32;2.35;0.36 +9228;9;3118.40;9.67;1741.00;1.57;0.36 +9228;10;3125.60;9.50;1741.00;-1.57;0.36 +9228;19;3130.00;9.50;1746.00;-3.93;0.36 +9228;20;3131.48;9.50;1746.92;2.12;0.36 9228;21;3118.40;9.67;1741.00;1.57;0.36 +9229;0;3016.00;12.45;1798.00;0.00;0.28 +9229;1;3015.00;12.95;1794.50;-0.27;0.28 +9229;2;3012.50;13.20;1795.00;-0.86;0.28 +9229;3;3018.50;12.35;1797.00;1.19;0.28 +9229;4;3014.00;12.75;1798.50;4.46;0.28 +9229;5;3020.00;12.70;1799.50;1.93;0.28 +9229;6;3017.50;13.20;1801.00;2.67;0.28 +9229;9;3013.48;12.75;1798.00;1.57;0.28 +9229;10;3018.52;12.35;1798.00;-1.57;0.28 9229;21;3013.48;12.75;1798.00;1.57;0.28 +9230;0;3600.00;10.15;1877.00;0.00;1.10 +9230;1;3594.50;10.45;1863.00;-0.37;1.10 +9230;2;3588.00;10.30;1866.50;-0.85;1.10 +9230;3;3602.00;10.25;1869.50;0.26;1.10 +9230;4;3587.00;10.22;1874.00;-1.34;1.10 +9230;5;3611.50;9.90;1881.50;1.94;1.10 +9230;6;3599.50;9.80;1885.00;3.20;1.10 +9230;9;3590.10;10.10;1877.00;1.57;1.10 +9230;10;3609.90;10.51;1877.00;-1.57;1.10 9230;21;3590.10;10.10;1877.00;1.57;1.10 +9231;0;3321.00;10.50;1796.00;0.00;0.28 +9231;1;3320.50;10.45;1793.00;-0.16;0.28 +9231;2;3323.50;10.40;1794.00;0.89;0.28 +9231;3;3317.50;10.50;1794.50;-1.16;0.28 +9231;4;3318.00;10.50;1797.00;4.39;0.28 +9231;5;3324.00;10.45;1796.50;1.73;0.28 +9231;6;1660.00;10.20;897.50;-1.07;0.28 +9231;7;3319.50;10.50;1799.50;3.54;0.28 +9231;9;3318.30;10.50;1796.00;1.57;0.28 +9231;10;3323.70;10.44;1796.00;-1.57;0.28 9231;21;3318.30;10.50;1796.00;1.57;0.28 +9232;0;3546.00;9.90;1735.00;0.00;0.30 +9232;1;3546.00;9.90;1732.00;0.00;0.30 +9232;2;3542.00;9.90;1733.00;-1.10;0.30 +9232;3;3549.00;9.90;1733.00;0.98;0.30 +9232;4;3549.00;9.90;1735.50;1.73;0.30 +9232;5;3544.50;9.90;1737.00;3.78;0.30 +9232;6;3548.00;9.90;1739.00;2.67;0.30 +9232;9;3543.30;9.90;1735.00;1.57;0.30 +9232;10;3548.70;9.90;1735.00;-1.57;0.30 9232;21;3543.30;9.90;1735.00;1.57;0.30 +9233;0;3234.00;10.25;1840.00;0.00;0.32 +9233;1;1616.50;12.30;919.50;-1.05;0.32 +9233;2;3237.50;10.20;1838.50;1.16;0.32 +9233;3;3229.50;10.10;1840.50;4.60;0.32 +9233;4;3237.50;10.50;1842.00;2.09;0.32 +9233;5;3230.50;10.20;1843.50;3.92;0.32 +9233;6;3235.00;10.35;1843.50;2.86;0.32 +9233;9;3230.58;10.05;1840.00;1.57;0.32 +9233;10;3237.42;10.25;1840.00;-1.57;0.32 9233;21;3230.58;10.05;1840.00;1.57;0.32 +9234;0;3290.00;10.15;1684.00;0.00;0.22 +9234;1;3290.00;10.60;1681.50;0.00;0.22 +9234;2;3294.50;10.40;1683.00;1.35;0.22 +9234;3;3286.50;10.20;1683.50;-1.42;0.22 +9234;4;3286.00;10.05;1686.00;4.24;0.22 +9234;5;3290.50;10.05;1686.00;2.89;0.22 +9234;9;3286.94;10.17;1684.00;1.57;0.22 +9234;10;3293.06;10.31;1684.00;-1.57;0.22 9234;21;3286.94;10.17;1684.00;1.57;0.22 +9235;0;3417.00;10.80;1633.00;0.00;0.20 +9235;1;3416.50;10.40;1631.50;-0.32;0.20 +9235;2;3419.00;10.35;1630.50;0.67;0.20 +9235;3;3419.00;10.60;1632.50;1.32;0.20 +9235;4;3414.50;11.10;1634.00;4.33;0.20 +9235;5;3418.50;11.05;1635.00;2.49;0.20 +9235;6;3416.50;11.15;1635.00;3.38;0.20 +9235;9;3415.20;10.86;1633.00;1.57;0.20 +9235;10;3418.80;10.68;1633.00;-1.57;0.20 9235;21;3415.20;10.86;1633.00;1.57;0.20 +9236;0;3220.00;10.40;1596.00;0.00;0.28 +9236;1;3221.00;10.42;1593.00;0.32;0.28 +9236;2;3223.00;10.50;1592.00;0.64;0.28 +9236;3;3223.00;10.45;1594.50;1.10;0.28 +9236;4;3218.00;10.45;1594.50;-0.92;0.28 +9236;5;3216.50;10.40;1597.50;4.30;0.28 +9236;6;3222.00;10.50;1598.50;2.46;0.28 +9236;7;3219.00;10.40;1600.00;3.38;0.28 +9236;9;3217.48;10.40;1596.00;1.57;0.28 +9236;10;3222.52;10.45;1596.00;-1.57;0.28 9236;21;3222.52;10.45;1596.00;-1.57;0.28 +9237;0;2726.00;11.67;1640.00;0.00;0.16 +9237;1;2725.00;11.35;1638.00;-0.46;0.16 +9237;2;2728.00;11.95;1639.50;1.32;0.16 +9237;3;2723.00;10.95;1640.50;4.54;0.16 +9237;4;2728.00;11.82;1642.00;2.35;0.16 +9237;5;2725.50;11.30;1642.50;3.33;0.16 +9237;9;2723.48;11.09;1640.00;1.57;0.16 +9237;10;2728.52;12.05;1640.00;-1.57;0.16 +9237;19;2724.00;9.85;1644.00;-1.74;0.16 +9237;20;2723.21;9.85;1645.56;3.60;0.16 9237;21;2723.48;11.09;1640.00;1.57;0.16 +9238;0;2981.00;9.70;1575.00;0.00;0.18 +9238;1;2981.50;9.70;1572.00;0.16;0.18 +9238;2;2980.00;9.70;1572.50;-0.38;0.18 +9238;3;2982.50;9.70;1575.00;1.57;0.18 +9238;4;2978.50;9.70;1574.00;-1.19;0.18 +9238;5;2979.50;9.70;1577.00;3.78;0.18 +9238;6;2982.50;9.70;1577.50;2.60;0.18 +9238;7;2981.00;9.70;1578.00;3.14;0.18 +9238;9;2979.38;9.70;1575.00;1.57;0.18 +9238;10;2982.62;9.70;1575.00;-1.57;0.18 9238;21;2979.38;9.70;1575.00;1.57;0.18 +9239;0;2781.00;10.25;1565.00;0.00;0.24 +9239;1;2781.50;10.55;1562.00;0.16;0.24 +9239;2;2779.00;10.30;1563.50;-0.92;0.24 +9239;3;2784.00;10.05;1563.50;1.10;0.24 +9239;4;2778.00;10.10;1566.00;4.39;0.24 +9239;5;2783.00;10.00;1567.50;2.46;0.24 +9239;6;2781.00;9.90;1568.00;3.14;0.24 +9239;9;2778.84;10.18;1565.00;1.57;0.24 +9239;10;2783.16;10.03;1565.00;-1.57;0.24 9239;21;2778.84;10.18;1565.00;1.57;0.24 +9240;0;3193.00;10.30;1671.00;0.00;0.22 +9240;1;3191.50;10.30;1669.50;-0.78;0.22 +9240;2;3195.50;10.30;1669.50;1.03;0.22 +9240;3;3196.50;10.30;1672.00;1.84;0.22 +9240;4;3189.00;9.80;1672.00;4.46;0.22 +9240;5;3192.50;10.30;1673.00;3.38;0.22 +9240;6;3195.50;10.30;1673.50;2.35;0.22 +9240;9;3190.12;10.07;1671.00;1.57;0.22 +9240;10;3195.88;10.30;1671.00;-1.57;0.22 +9240;19;3187.00;9.50;1672.00;-1.82;0.22 +9240;20;3185.27;9.50;1672.28;4.54;0.22 9240;21;3190.12;10.07;1671.00;1.57;0.22 +9241;0;3266.00;9.90;1617.00;0.00;0.28 +9241;1;3264.50;10.00;1614.00;-0.46;0.28 +9241;2;3268.00;10.00;1614.00;0.58;0.28 +9241;3;3263.00;10.25;1616.00;-1.24;0.28 +9241;4;3271.00;10.00;1616.00;1.37;0.28 +9241;5;3269.50;9.90;1618.00;1.84;0.28 +9241;6;3262.50;9.90;1620.00;4.00;0.28 +9241;7;3266.00;9.90;1620.00;3.14;0.28 +9241;9;3262.40;10.25;1617.00;1.57;0.28 +9241;10;3269.60;9.91;1617.00;-1.57;0.28 9241;21;3262.40;10.25;1617.00;1.57;0.28 +9242;0;3308.00;11.70;1664.00;0.00;0.24 +9242;1;3306.50;11.65;1662.00;-0.64;0.24 +9242;2;3310.00;11.70;1661.50;0.67;0.24 +9242;3;3311.50;11.60;1662.50;1.16;0.24 +9242;4;3311.00;11.70;1664.50;1.73;0.24 +9242;5;3304.00;11.65;1664.50;4.58;0.24 +9242;6;3306.00;11.70;1665.50;4.06;0.24 +9242;7;3310.50;11.70;1666.50;2.35;0.24 +9242;8;3308.50;11.70;1667.00;2.97;0.24 +9242;9;3305.30;11.65;1664.00;1.57;0.24 +9242;10;3310.70;11.70;1664.00;-1.57;0.24 9242;21;3305.30;11.65;1664.00;1.57;0.24 +9243;0;3574.00;9.80;1575.00;0.00;0.20 +9243;1;3575.50;9.70;1573.50;0.78;0.20 +9243;2;3578.50;9.70;1573.50;1.24;0.20 +9243;3;3571.50;9.80;1575.00;4.71;0.20 +9243;4;3577.50;9.70;1575.50;1.71;0.20 +9243;5;3573.50;9.80;1577.50;3.33;0.20 +9243;9;3570.94;9.80;1575.00;1.57;0.20 +9243;10;3577.06;9.70;1575.00;-1.57;0.20 9243;21;3570.94;9.80;1575.00;1.57;0.20 +9244;0;3545.00;10.87;1614.00;0.00;0.22 +9244;1;3543.50;10.85;1612.00;-0.64;0.22 +9244;2;3546.50;11.45;1612.00;0.64;0.22 +9244;3;3542.50;10.50;1614.50;4.51;0.22 +9244;4;3548.00;11.40;1614.50;1.73;0.22 +9244;5;3545.50;10.60;1616.00;2.89;0.22 +9244;9;3542.84;10.60;1614.00;1.57;0.22 +9244;10;3547.16;11.28;1614.00;-1.57;0.22 9244;21;3542.84;10.60;1614.00;1.57;0.22 +9245;0;3437.00;9.80;1581.00;0.00;0.24 +9245;1;3435.00;10.00;1578.50;-0.67;0.24 +9245;2;3437.50;9.80;1579.50;0.32;0.24 +9245;3;3434.00;10.02;1580.00;-1.24;0.24 +9245;4;3439.50;9.80;1581.50;1.76;0.24 +9245;5;3436.00;9.80;1582.50;3.73;0.24 +9245;6;3439.00;9.80;1583.50;2.46;0.24 +9245;7;3437.50;9.80;1584.50;3.00;0.24 +9245;9;3434.48;9.90;1581.00;1.57;0.24 +9245;10;3439.52;9.80;1581.00;-1.57;0.24 9245;21;3434.48;9.90;1581.00;1.57;0.24 +9246;0;3201.00;10.40;1642.00;0.00;0.26 +9246;1;3200.50;10.25;1639.00;-0.16;0.26 +9246;2;3199.00;10.40;1640.50;-0.92;0.26 +9246;3;3202.50;10.35;1641.00;0.98;0.26 +9246;4;3198.50;10.40;1643.50;4.17;0.26 +9246;5;3204.00;10.40;1644.00;2.15;0.26 +9246;6;3202.00;10.40;1645.00;2.82;0.26 +9246;9;3198.48;10.40;1642.00;1.57;0.26 +9246;10;3203.52;10.40;1642.00;-1.57;0.26 9246;21;3198.48;10.40;1642.00;1.57;0.26 +9247;0;3293.00;9.80;1591.00;0.00;0.20 +9247;1;3292.50;9.80;1589.50;-0.32;0.20 +9247;2;3295.50;9.90;1589.50;1.03;0.20 +9247;3;3290.00;9.80;1590.50;-1.40;0.20 +9247;4;3296.00;9.90;1590.50;1.40;0.20 +9247;5;3294.00;9.80;1593.00;2.67;0.20 +9247;6;3291.00;9.80;1592.50;4.06;0.20 +9247;9;3290.84;9.80;1591.00;1.57;0.20 +9247;10;3295.16;9.85;1591.00;-1.57;0.20 9247;21;3290.84;9.80;1591.00;1.57;0.20 +9248;0;3410.00;9.70;1831.00;0.00;0.44 +9248;1;3410.50;9.70;1826.50;0.11;0.44 +9248;2;3414.50;9.70;1827.00;0.84;0.44 +9248;3;3406.50;9.70;1829.50;-1.16;0.44 +9248;4;3413.50;9.80;1832.50;1.97;0.44 +9248;5;3404.00;9.65;1833.00;4.39;0.44 +9248;6;3407.00;9.77;1836.00;3.68;0.44 +9248;9;3405.32;9.68;1831.00;1.57;0.44 +9248;10;3414.68;9.75;1831.00;-1.57;0.44 +9248;19;3400.00;9.50;1832.00;-1.89;0.44 +9248;20;3398.25;9.50;1832.17;4.61;0.44 9248;21;3405.32;9.68;1831.00;1.57;0.44 +9249;0;3281.00;9.80;1556.00;0.00;0.24 +9249;1;3283.00;9.80;1553.50;0.67;0.24 +9249;2;3279.50;9.80;1554.50;-0.78;0.24 +9249;3;3284.50;9.80;1555.00;1.29;0.24 +9249;4;3282.50;9.80;1557.50;2.35;0.24 +9249;5;3279.50;9.80;1558.50;3.68;0.24 +9249;9;3278.84;9.80;1556.00;1.57;0.24 +9249;10;3283.16;9.80;1556.00;-1.57;0.24 9249;21;3278.84;9.80;1556.00;1.57;0.24 +9250;0;2788.00;9.80;1600.00;0.00;0.24 +9250;1;2787.00;10.00;1597.00;-0.32;0.24 +9250;2;2790.00;9.90;1598.50;0.92;0.24 +9250;3;2785.50;9.80;1600.00;4.71;0.24 +9250;4;2791.00;9.87;1602.00;2.15;0.24 +9250;5;2786.50;9.80;1602.50;3.68;0.24 +9250;6;2788.00;9.80;1602.50;3.14;0.24 +9250;9;2785.12;9.85;1600.00;1.57;0.24 +9250;10;2790.88;9.91;1600.00;-1.57;0.24 +9250;19;2790.00;9.75;1605.00;-4.12;0.24 +9250;20;2790.65;9.75;1606.62;2.76;0.24 9250;21;2790.88;9.91;1600.00;-1.57;0.24 +9251;0;3018.00;10.50;1671.00;0.00;0.28 +9251;1;3014.50;9.95;1668.00;-0.86;0.28 +9251;2;3018.00;10.45;1669.00;0.00;0.28 +9251;3;3013.50;10.15;1670.00;-1.35;0.28 +9251;4;3022.00;10.50;1670.50;1.44;0.28 +9251;5;3014.50;10.30;1671.50;4.57;0.28 +9251;6;3023.50;10.50;1671.50;1.66;0.28 +9251;7;3017.00;10.15;1673.50;3.52;0.28 +9251;8;3021.00;10.42;1673.00;2.15;0.28 +9251;9;3014.58;10.30;1671.00;1.57;0.28 +9251;10;3021.42;10.50;1671.00;-1.57;0.28 9251;21;3014.58;10.30;1671.00;1.57;0.28 +9252;0;3062.00;9.75;1582.00;0.00;0.20 +9252;1;3062.50;9.70;1580.50;0.32;0.20 +9252;2;3060.50;9.70;1581.50;-1.24;0.20 +9252;3;3063.00;9.80;1583.50;2.55;0.20 +9252;4;3061.00;9.80;1583.50;3.73;0.20 +9252;9;3060.20;9.73;1582.00;1.57;0.20 +9252;10;3063.80;9.70;1582.00;-1.57;0.20 9252;21;3063.80;9.70;1582.00;-1.57;0.20 +9253;0;3330.00;10.12;1613.00;0.00;0.18 +9253;1;3328.50;10.10;1611.00;-0.64;0.18 +9253;2;3331.50;10.10;1611.00;0.64;0.18 +9253;3;3333.50;10.10;1612.50;1.42;0.18 +9253;4;3327.00;10.25;1613.50;4.54;0.18 +9253;5;3331.00;10.10;1614.00;2.35;0.18 +9253;6;3327.50;10.50;1615.00;4.03;0.18 +9253;9;3327.66;10.25;1613.00;1.57;0.18 +9253;10;3332.34;10.10;1613.00;-1.57;0.18 9253;21;3327.66;10.25;1613.00;1.57;0.18 +9254;0;3269.00;10.30;1664.00;0.00;0.24 +9254;1;3268.00;10.15;1661.50;-0.38;0.24 +9254;2;3271.50;10.60;1662.50;1.03;0.24 +9254;3;3266.00;10.02;1664.00;4.71;0.24 +9254;4;3272.00;10.00;1665.50;2.03;0.24 +9254;5;3269.50;10.00;1666.00;2.89;0.24 +9254;6;3266.50;10.20;1666.50;3.92;0.24 +9254;9;3266.30;10.07;1664.00;1.57;0.24 +9254;10;3271.70;10.30;1664.00;-1.57;0.24 9254;21;3266.30;10.07;1664.00;1.57;0.24 +9255;0;2656.00;10.42;1610.00;0.00;0.20 +9255;1;2656.00;10.10;1608.00;0.00;0.20 +9255;2;2658.50;10.25;1608.00;0.89;0.20 +9255;3;2653.00;10.10;1609.00;-1.24;0.20 +9255;4;2658.50;10.40;1609.50;1.37;0.20 +9255;5;2654.50;10.35;1611.00;4.12;0.20 +9255;6;2657.50;10.45;1612.00;2.49;0.20 +9255;9;2653.48;10.24;1610.00;1.57;0.20 +9255;10;2658.52;10.45;1610.00;-1.57;0.20 9255;21;2653.48;10.24;1610.00;1.57;0.20 +9256;0;3379.00;10.40;1661.00;0.00;0.18 +9256;1;3379.00;10.47;1659.00;0.00;0.18 +9256;2;3376.00;10.40;1659.00;-0.98;0.18 +9256;3;3376.00;10.40;1661.00;4.71;0.18 +9256;4;3383.00;10.50;1660.50;1.44;0.18 +9256;5;3382.00;10.40;1662.50;2.03;0.18 +9256;6;3378.50;10.40;1663.00;3.38;0.18 +9256;9;3376.12;10.40;1661.00;1.57;0.18 +9256;10;3381.88;10.43;1661.00;-1.57;0.18 9256;21;3376.12;10.40;1661.00;1.57;0.18 +9257;0;3462.00;9.80;1670.00;0.00;0.18 +9257;1;3462.00;9.80;1668.50;0.00;0.18 +9257;2;3459.00;9.80;1669.50;-1.40;0.18 +9257;3;3465.00;9.80;1670.00;1.57;0.18 +9257;4;3464.00;9.80;1672.00;2.35;0.18 +9257;5;3460.50;9.80;1672.00;3.78;0.18 +9257;9;3459.48;9.80;1670.00;1.57;0.18 +9257;10;3464.52;9.80;1670.00;-1.57;0.18 9257;21;3459.48;9.80;1670.00;1.57;0.18 +9258;0;3504.00;11.45;1583.00;0.00;0.20 +9258;1;3503.50;10.90;1581.00;-0.24;0.20 +9258;2;3506.00;11.15;1581.50;0.92;0.20 +9258;3;3501.50;11.00;1582.50;-1.37;0.20 +9258;4;3506.00;11.50;1583.50;1.81;0.20 +9258;5;3504.00;11.62;1585.00;3.14;0.20 +9258;9;3502.02;11.15;1583.00;1.57;0.20 +9258;10;3505.98;11.45;1583.00;-1.57;0.20 9258;21;3502.02;11.15;1583.00;1.57;0.20 +9259;0;3541.00;9.95;1638.00;0.00;0.22 +9259;1;3540.50;9.90;1636.50;-0.32;0.22 +9259;2;3543.50;10.00;1637.00;1.19;0.22 +9259;3;3537.00;9.90;1637.50;-1.44;0.22 +9259;4;3537.50;9.90;1639.50;4.30;0.22 +9259;5;3545.50;10.00;1639.50;1.89;0.22 +9259;6;3539.50;9.90;1640.50;3.68;0.22 +9259;7;3543.00;9.95;1640.50;2.46;0.22 +9259;9;3538.12;9.90;1638.00;1.57;0.22 +9259;10;3543.88;10.00;1638.00;-1.57;0.22 9259;21;3538.12;9.90;1638.00;1.57;0.22 +9260;0;3362.00;10.60;1555.00;0.00;0.20 +9260;1;3363.00;10.60;1553.50;0.58;0.20 +9260;2;3359.50;10.50;1553.00;-0.89;0.20 +9260;3;3360.00;10.50;1555.50;4.46;0.20 +9260;4;3364.50;10.60;1556.00;1.95;0.20 +9260;5;3363.00;10.50;1557.00;2.67;0.20 +9260;9;3360.02;10.52;1555.00;1.57;0.20 +9260;10;3363.98;10.60;1555.00;-1.57;0.20 9260;21;3360.02;10.52;1555.00;1.57;0.20 +9261;0;3360.00;10.00;1589.00;0.00;0.22 +9261;1;3359.00;10.00;1587.00;-0.46;0.22 +9261;2;3357.50;10.00;1588.00;-1.19;0.22 +9261;3;3361.50;10.10;1588.00;0.98;0.22 +9261;4;3363.00;10.00;1590.50;2.03;0.22 +9261;5;3358.50;10.00;1590.50;3.92;0.22 +9261;6;3360.50;10.00;1591.50;2.94;0.22 +9261;9;3358.02;10.00;1589.00;1.57;0.22 +9261;10;3361.98;10.05;1589.00;-1.57;0.22 9261;21;3358.02;10.00;1589.00;1.57;0.22 +9262;0;3138.00;9.95;1653.00;0.00;0.30 +9262;1;3139.00;10.20;1650.50;0.38;0.30 +9262;2;3135.50;9.70;1653.50;4.51;0.30 +9262;3;3142.50;10.30;1652.50;1.46;0.30 +9262;4;3141.50;10.30;1654.00;1.84;0.30 +9262;5;3139.00;10.00;1656.00;2.82;0.30 +9262;9;3135.30;9.66;1653.00;1.57;0.30 +9262;10;3140.70;10.30;1653.00;-1.57;0.30 +9262;19;3134.00;9.50;1649.00;-1.77;0.30 +9262;20;3132.76;9.50;1647.76;-0.78;0.30 9262;21;3135.30;9.66;1653.00;1.57;0.30 +9263;0;3089.00;10.52;1610.00;0.00;0.32 +9263;1;3087.00;10.50;1607.00;-0.58;0.32 +9263;2;3089.50;10.50;1606.50;0.14;0.32 +9263;3;3090.50;10.50;1609.00;0.98;0.32 +9263;4;3086.50;10.55;1609.00;-1.19;0.32 +9263;5;3089.00;10.50;1611.50;3.14;0.32 +9263;6;3091.50;10.30;1613.00;2.44;0.32 +9263;9;3086.12;10.60;1610.00;1.57;0.32 +9263;10;3091.88;10.34;1610.00;-1.57;0.32 +9263;19;3095.27;9.40;1613.59;-4.24;0.32 +9263;20;3096.79;9.40;1614.46;2.09;0.32 9263;21;3092.24;10.40;1612.39;-1.57;0.32 +9264;0;2974.00;10.32;1580.00;0.00;0.20 +9264;1;2973.50;10.35;1578.00;-0.24;0.20 +9264;2;2976.00;10.25;1579.50;1.32;0.20 +9264;3;2972.00;10.20;1581.00;4.24;0.20 +9264;4;2975.00;10.25;1582.00;2.67;0.20 +9264;9;2972.20;10.33;1580.00;1.57;0.20 +9264;10;2975.80;10.28;1580.00;-1.57;0.20 9264;21;2972.20;10.33;1580.00;1.57;0.20 +9265;0;3333.00;10.17;1658.00;0.00;0.24 +9265;1;3331.00;10.20;1656.50;-0.92;0.24 +9265;2;3336.00;10.70;1655.50;0.87;0.24 +9265;3;3337.00;10.67;1657.00;1.32;0.24 +9265;4;3334.00;10.10;1660.00;2.67;0.24 +9265;5;3330.00;10.10;1660.00;4.12;0.24 +9265;9;3329.76;10.13;1658.00;1.57;0.24 +9265;10;3336.24;10.52;1658.00;-1.57;0.24 9265;21;3329.76;10.13;1658.00;1.57;0.24 +9266;0;3409.00;10.10;1604.00;0.00;0.18 +9266;1;3409.00;10.10;1601.50;0.00;0.18 +9266;2;3406.50;10.10;1604.50;4.51;0.18 +9266;3;3410.50;10.10;1605.00;2.15;0.18 +9266;4;3408.50;10.10;1607.00;3.30;0.18 +9266;9;3407.38;10.10;1604.00;1.57;0.18 +9266;10;3410.62;10.10;1604.00;-1.57;0.18 9266;21;3407.38;10.10;1604.00;1.57;0.18 +9267;0;3454.00;10.40;1659.00;0.00;0.20 +9267;1;3453.00;10.40;1657.00;-0.46;0.20 +9267;2;3456.50;10.40;1657.50;1.03;0.20 +9267;3;3450.50;10.40;1659.50;4.57;0.20 +9267;4;3456.50;10.40;1660.00;1.95;0.20 +9267;5;3451.00;10.40;1661.50;4.01;0.20 +9267;6;3453.50;10.30;1662.00;3.30;0.20 +9267;9;3451.30;10.40;1659.00;1.57;0.20 +9267;10;3456.70;10.40;1659.00;-1.57;0.20 9267;21;3451.30;10.40;1659.00;1.57;0.20 +9268;0;2782.00;10.05;1576.00;0.00;0.26 +9268;1;2781.50;9.90;1573.50;-0.19;0.26 +9268;2;2778.50;9.90;1573.50;-0.95;0.26 +9268;3;2785.00;9.97;1575.00;1.24;0.26 +9268;4;2778.50;10.10;1575.50;-1.42;0.26 +9268;5;2785.50;9.95;1577.00;1.84;0.26 +9268;6;2781.00;10.10;1577.50;3.73;0.26 +9268;7;2785.00;10.05;1578.50;2.26;0.26 +9268;8;2784.00;10.10;1579.50;2.62;0.26 +9268;9;2779.30;10.01;1576.00;1.57;0.26 +9268;10;2784.70;10.00;1576.00;-1.57;0.26 9268;21;2779.30;10.01;1576.00;1.57;0.26 +9269;0;2780.00;10.20;1611.00;0.00;0.24 +9269;1;2782.50;9.90;1608.00;0.69;0.24 +9269;2;2780.50;10.20;1608.50;0.19;0.24 +9269;3;2782.50;9.80;1610.00;1.19;0.24 +9269;4;2778.50;10.75;1610.00;-0.98;0.24 +9269;5;2778.50;10.45;1613.00;3.78;0.24 +9269;6;2781.00;9.90;1613.50;2.76;0.24 +9269;9;2777.84;10.83;1611.00;1.57;0.24 +9269;10;2782.16;9.80;1611.00;-1.57;0.24 9269;21;2777.84;10.83;1611.00;1.57;0.24 +9270;0;3529.00;10.40;1668.00;0.00;0.22 +9270;1;3529.50;10.40;1665.50;0.19;0.22 +9270;2;3531.50;10.50;1665.50;0.78;0.22 +9270;3;3526.50;10.40;1667.50;-1.37;0.22 +9270;4;3531.50;10.50;1668.50;1.76;0.22 +9270;5;3526.00;10.40;1670.00;4.12;0.22 +9270;6;3528.50;10.40;1671.00;3.30;0.22 +9270;9;3527.02;10.40;1668.00;1.57;0.22 +9270;10;3530.98;10.47;1668.00;-1.57;0.22 9270;21;3527.02;10.40;1668.00;1.57;0.22 +9271;0;3601.00;10.05;1593.00;0.00;0.22 +9271;1;3599.50;9.75;1591.00;-0.64;0.22 +9271;2;3604.00;9.80;1592.00;1.24;0.22 +9271;3;3597.00;10.40;1593.50;4.58;0.22 +9271;4;3601.50;10.25;1595.00;2.89;0.22 +9271;5;3605.00;10.20;1595.50;2.12;0.22 +9271;9;3597.94;10.30;1593.00;1.57;0.22 +9271;10;3604.06;9.82;1593.00;-1.57;0.22 9271;21;3597.94;10.30;1593.00;1.57;0.22 +9272;0;3334.00;10.60;1626.00;0.00;0.22 +9272;1;3334.00;10.60;1624.00;0.00;0.22 +9272;2;3331.50;10.60;1625.50;-1.37;0.22 +9272;3;3336.50;10.55;1626.00;1.57;0.22 +9272;4;3333.00;10.60;1627.50;3.73;0.22 +9272;5;3335.50;10.60;1628.50;2.60;0.22 +9272;9;3332.02;10.60;1626.00;1.57;0.22 +9272;10;3335.98;10.57;1626.00;-1.57;0.22 9272;21;3332.02;10.60;1626.00;1.57;0.22 +9273;0;3430.00;9.95;1588.00;0.00;0.24 +9273;1;3429.50;9.90;1586.00;-0.24;0.24 +9273;2;3432.50;9.90;1586.00;0.89;0.24 +9273;3;3428.00;9.90;1587.00;-1.10;0.24 +9273;4;3432.50;9.90;1589.00;1.95;0.24 +9273;5;3427.00;9.90;1589.00;4.39;0.24 +9273;6;3429.50;9.90;1590.00;3.38;0.24 +9273;7;3427.50;9.90;1590.50;3.92;0.24 +9273;9;3427.66;9.90;1588.00;1.57;0.24 +9273;10;3432.34;9.90;1588.00;-1.57;0.24 9273;21;3427.66;9.90;1588.00;1.57;0.24 +9274;0;3189.00;9.80;1603.00;0.00;0.24 +9274;1;3185.00;9.80;1600.50;-1.01;0.24 +9274;2;3190.00;9.80;1601.00;0.46;0.24 +9274;3;3184.50;9.80;1602.50;-1.46;0.24 +9274;4;3194.00;9.80;1603.50;1.67;0.24 +9274;5;3188.50;9.80;1605.00;3.38;0.24 +9274;6;3192.50;9.80;1605.50;2.19;0.24 +9274;9;3185.04;9.80;1603.00;1.57;0.24 +9274;10;3192.96;9.80;1603.00;-1.57;0.24 9274;21;3192.96;9.80;1603.00;-1.57;0.24 +9275;0;3240.00;9.90;1649.00;0.00;0.24 +9275;1;3237.50;9.90;1647.00;-0.89;0.24 +9275;2;3241.50;9.80;1646.50;0.54;0.24 +9275;3;3243.00;9.90;1649.00;1.57;0.24 +9275;4;3242.50;9.90;1651.50;2.35;0.24 +9275;5;3237.00;9.90;1651.00;4.12;0.24 +9275;6;3239.50;9.90;1652.50;3.28;0.24 +9275;9;3237.84;9.91;1649.00;1.57;0.24 +9275;10;3242.16;9.90;1649.00;-1.57;0.24 9275;21;3237.84;9.91;1649.00;1.57;0.24 +9276;0;3477.00;9.90;1604.00;0.00;0.18 +9276;1;3475.00;9.90;1602.00;-0.78;0.18 +9276;2;3479.50;9.80;1602.00;0.89;0.18 +9276;3;3472.50;9.80;1604.50;4.60;0.18 +9276;4;3481.00;9.85;1604.00;1.57;0.18 +9276;5;3476.00;9.80;1605.50;3.73;0.18 +9276;6;3480.00;9.85;1605.50;2.03;0.18 +9276;9;3473.76;9.90;1604.00;1.57;0.18 +9276;10;3480.24;9.80;1604.00;-1.57;0.18 9276;21;3473.76;9.90;1604.00;1.57;0.18 +9277;0;3052.00;9.80;1589.00;0.00;0.24 +9277;1;3051.50;9.80;1586.50;-0.19;0.24 +9277;2;3054.00;9.80;1586.50;0.67;0.24 +9277;3;3049.50;9.75;1589.00;4.71;0.24 +9277;4;3055.00;9.80;1588.50;1.40;0.24 +9277;5;3053.50;9.80;1590.00;2.15;0.24 +9277;6;3050.00;9.80;1592.00;3.73;0.24 +9277;7;3052.00;9.80;1592.00;3.14;0.24 +9277;9;3049.84;9.76;1589.00;1.57;0.24 +9277;10;3054.16;9.80;1589.00;-1.57;0.24 9277;21;3049.84;9.76;1589.00;1.57;0.24 +9278;0;3407.00;9.90;1651.00;0.00;0.28 +9278;1;3406.50;9.85;1647.00;-0.12;0.28 +9278;2;3408.50;9.85;1648.00;0.46;0.28 +9278;3;3406.00;9.80;1649.50;-0.58;0.28 +9278;4;3409.50;9.80;1650.50;1.37;0.28 +9278;5;3404.00;9.87;1652.00;4.39;0.28 +9278;6;3408.00;9.90;1653.00;2.67;0.28 +9278;7;3404.00;9.90;1654.00;3.92;0.28 +9278;8;3405.00;9.90;1654.00;3.73;0.28 +9278;9;3404.48;9.80;1651.00;1.57;0.28 +9278;10;3409.52;9.80;1651.00;-1.57;0.28 9278;21;3404.48;9.80;1651.00;1.57;0.28 +9279;0;3011.00;9.70;1635.00;0.00;0.18 +9279;1;3010.00;9.70;1634.00;-0.78;0.18 +9279;2;3012.50;9.70;1635.50;1.89;0.18 +9279;3;3011.00;9.55;1638.50;3.14;0.18 +9279;9;3009.38;9.62;1635.00;1.57;0.18 +9279;10;3012.62;9.70;1635.00;-1.57;0.18 +9279;19;3007.33;9.50;1637.79;2.81;0.18 +9279;20;3006.24;9.50;1640.19;3.52;0.18 9279;21;3009.38;9.62;1635.00;1.57;0.18 +9280;0;3527.00;10.40;1657.00;0.00;0.24 +9280;1;3526.00;10.40;1655.00;-0.46;0.24 +9280;2;3529.50;10.40;1654.50;0.78;0.24 +9280;3;3530.50;10.40;1657.50;1.71;0.24 +9280;4;3523.00;10.40;1657.50;4.58;0.24 +9280;5;3525.00;10.40;1659.00;3.92;0.24 +9280;6;3528.50;10.40;1660.00;2.67;0.24 +9280;9;3524.30;10.40;1657.00;1.57;0.24 +9280;10;3529.70;10.40;1657.00;-1.57;0.24 9280;21;3524.30;10.40;1657.00;1.57;0.24 +9281;0;2917.00;10.25;1570.00;0.00;0.22 +9281;1;2917.50;10.10;1567.50;0.19;0.22 +9281;2;2915.50;9.95;1569.00;-0.98;0.22 +9281;3;2919.00;10.30;1569.00;1.10;0.22 +9281;4;2915.50;9.95;1571.00;4.12;0.22 +9281;5;2918.50;10.10;1572.00;2.49;0.22 +9281;9;2914.84;9.86;1570.00;1.57;0.22 +9281;10;2919.16;10.30;1570.00;-1.57;0.22 9281;21;2914.84;9.86;1570.00;1.57;0.22 +9282;0;3405.00;11.57;1622.00;0.00;0.26 +9282;1;3405.00;11.65;1619.50;0.00;0.26 +9282;2;3402.00;11.70;1620.50;-1.10;0.26 +9282;3;3407.50;11.50;1621.00;1.19;0.26 +9282;4;3403.50;11.60;1623.50;3.92;0.26 +9282;5;3407.50;11.35;1623.00;1.95;0.26 +9282;6;3405.50;11.30;1625.50;3.00;0.26 +9282;9;3402.66;11.68;1622.00;1.57;0.26 +9282;10;3407.34;11.45;1622.00;-1.57;0.26 9282;21;3402.66;11.68;1622.00;1.57;0.26 +9283;0;3652.00;9.80;1709.00;0.00;0.36 +9283;1;3650.50;9.80;1704.50;-0.32;0.36 +9283;2;3654.50;9.90;1706.00;0.69;0.36 +9283;3;3648.00;9.90;1708.50;-1.44;0.36 +9283;4;3656.50;10.10;1710.00;1.78;0.36 +9283;5;3651.50;9.85;1713.00;3.26;0.36 +9283;6;3655.00;9.90;1713.00;2.49;0.36 +9283;9;3648.76;9.83;1709.00;1.57;0.36 +9283;10;3655.24;10.01;1709.00;-1.57;0.36 9283;21;3648.76;9.83;1709.00;1.57;0.36 +9284;0;2659.00;11.62;1575.00;0.00;0.22 +9284;1;2656.50;12.15;1573.00;-0.89;0.22 +9284;2;2660.50;11.15;1573.00;0.64;0.22 +9284;3;2654.50;12.10;1573.50;-1.24;0.22 +9284;4;2657.00;11.30;1576.00;4.24;0.22 +9284;5;2662.50;12.25;1576.00;1.84;0.22 +9284;6;2660.50;11.20;1578.00;2.67;0.22 +9284;9;2655.94;11.65;1575.00;1.57;0.22 +9284;10;2662.06;12.25;1575.00;-1.57;0.22 9284;21;2655.94;11.65;1575.00;1.57;0.22 +9285;0;2758.00;11.27;1625.00;0.00;0.24 +9285;1;2755.00;10.75;1622.50;-0.87;0.24 +9285;2;2759.00;10.75;1623.50;0.58;0.24 +9285;3;2755.00;11.87;1625.00;4.71;0.24 +9285;4;2761.50;11.25;1626.00;1.84;0.24 +9285;5;2757.00;12.15;1627.00;3.60;0.24 +9285;6;2760.50;11.55;1628.00;2.44;0.24 +9285;9;2755.48;11.75;1625.00;1.57;0.24 +9285;10;2760.52;11.05;1625.00;-1.57;0.24 9285;21;2755.48;11.75;1625.00;1.57;0.24 +9286;0;3503.00;11.70;1592.00;0.00;0.24 +9286;1;3500.50;11.60;1589.50;-0.78;0.24 +9286;2;3503.50;11.70;1589.50;0.19;0.24 +9286;3;3505.50;11.70;1591.00;1.19;0.24 +9286;4;3501.00;11.55;1592.50;4.46;0.24 +9286;5;3505.50;11.70;1593.50;2.11;0.24 +9286;6;3502.50;11.45;1595.00;3.30;0.24 +9286;9;3500.84;11.58;1592.00;1.57;0.24 +9286;10;3505.16;11.70;1592.00;-1.57;0.24 9286;21;3500.84;11.58;1592.00;1.57;0.24 +9287;0;3299.00;10.47;1649.00;0.00;0.28 +9287;1;3300.50;10.50;1646.00;0.46;0.28 +9287;2;3297.50;10.50;1647.50;-0.78;0.28 +9287;3;3303.00;10.50;1648.00;1.32;0.28 +9287;4;3296.00;10.35;1651.00;4.12;0.28 +9287;5;3300.00;10.55;1651.50;2.76;0.28 +9287;6;3296.00;10.70;1653.00;3.78;0.28 +9287;9;3296.30;10.46;1649.00;1.57;0.28 +9287;10;3301.70;10.59;1649.00;-1.57;0.28 9287;21;3296.30;10.46;1649.00;1.57;0.28 +9288;0;3288.00;9.80;1562.00;0.00;0.24 +9288;1;3289.00;9.80;1558.50;0.27;0.24 +9288;2;3286.00;9.80;1560.50;-0.92;0.24 +9288;3;3290.00;9.80;1562.50;1.81;0.24 +9288;4;3285.00;9.80;1563.00;4.39;0.24 +9288;5;3285.50;9.80;1564.50;3.92;0.24 +9288;6;3288.00;9.80;1565.00;3.14;0.24 +9288;9;3285.84;9.80;1562.00;1.57;0.24 +9288;10;3290.16;9.80;1562.00;-1.57;0.24 9288;21;3285.84;9.80;1562.00;1.57;0.24 +9289;0;3276.00;9.90;1597.00;0.00;0.20 +9289;1;3275.50;9.90;1593.50;-0.14;0.20 +9289;2;3278.00;9.90;1594.00;0.58;0.20 +9289;3;3274.00;9.90;1597.50;4.46;0.20 +9289;4;3278.50;9.90;1597.00;1.57;0.20 +9289;5;3278.00;9.90;1599.50;2.46;0.20 +9289;6;3276.00;9.90;1600.50;3.14;0.20 +9289;9;3274.20;9.90;1597.00;1.57;0.20 +9289;10;3277.80;9.90;1597.00;-1.57;0.20 9289;21;3274.20;9.90;1597.00;1.57;0.20 +9290;0;3129.00;10.25;1580.00;0.00;0.24 +9290;1;3126.50;10.30;1576.50;-0.62;0.24 +9290;2;3129.50;10.40;1577.00;0.16;0.24 +9290;3;3126.50;9.95;1580.00;4.71;0.24 +9290;4;3131.00;10.27;1581.00;2.03;0.24 +9290;5;3127.50;9.80;1582.50;3.68;0.24 +9290;6;3129.50;9.90;1583.50;3.00;0.24 +9290;9;3126.84;9.98;1580.00;1.57;0.24 +9290;10;3131.16;10.38;1580.00;-1.57;0.24 9290;21;3126.84;9.98;1580.00;1.57;0.24 +9291;0;3488.00;9.87;1653.00;0.00;0.20 +9291;1;3487.00;9.85;1652.00;-0.78;0.20 +9291;2;3490.00;9.85;1651.50;0.92;0.20 +9291;3;3484.50;9.80;1653.50;4.57;0.20 +9291;4;3491.00;9.90;1653.50;1.73;0.20 +9291;5;3487.00;9.90;1654.50;3.73;0.20 +9291;6;3489.50;9.90;1655.00;2.49;0.20 +9291;9;3485.48;9.84;1653.00;1.57;0.20 +9291;10;3490.52;9.85;1653.00;-1.57;0.20 9291;21;3485.48;9.84;1653.00;1.57;0.20 +9292;0;3769.00;10.52;1621.00;0.00;0.34 +9292;1;3769.00;10.55;1618.00;0.00;0.34 +9292;2;3764.00;10.72;1619.00;-1.19;0.34 +9292;3;3774.00;10.60;1622.50;1.86;0.34 +9292;4;3764.50;10.60;1622.50;4.39;0.34 +9292;5;3770.00;10.65;1625.00;2.89;0.34 +9292;9;3765.04;10.54;1621.00;1.57;0.34 +9292;10;3772.96;10.60;1621.00;-1.57;0.34 9292;21;3765.04;10.54;1621.00;1.57;0.34 +9293;0;3631.00;10.40;1691.00;0.00;0.26 +9293;1;3632.00;10.35;1687.50;0.27;0.26 +9293;2;3629.50;10.40;1688.00;-0.46;0.26 +9293;3;3633.50;10.40;1691.00;1.57;0.26 +9293;4;3628.00;10.40;1691.50;4.54;0.26 +9293;5;3631.00;10.25;1694.50;3.14;0.26 +9293;9;3628.66;10.40;1691.00;1.57;0.26 +9293;10;3633.34;10.39;1691.00;-1.57;0.26 9293;21;3628.66;10.40;1691.00;1.57;0.26 +9294;0;2979.00;9.70;1587.00;0.00;0.22 +9294;1;2980.00;9.70;1584.00;0.32;0.22 +9294;2;2982.00;9.70;1585.00;0.98;0.22 +9294;3;2977.50;9.70;1585.50;-0.78;0.22 +9294;4;2975.50;9.70;1586.50;-1.42;0.22 +9294;5;2981.50;9.70;1587.50;1.76;0.22 +9294;6;2976.00;9.70;1588.50;4.24;0.22 +9294;7;2979.50;9.70;1589.00;2.89;0.22 +9294;9;2976.12;9.70;1587.00;1.57;0.22 +9294;10;2981.88;9.70;1587.00;-1.57;0.22 9294;21;2976.12;9.70;1587.00;1.57;0.22 +9295;0;3204.00;10.35;1620.00;0.00;0.28 +9295;1;3206.50;10.15;1619.00;1.19;0.28 +9295;2;3202.50;10.30;1618.00;-0.64;0.28 +9295;3;3201.00;10.40;1620.50;4.54;0.28 +9295;4;3207.50;10.40;1621.00;1.84;0.28 +9295;5;3204.00;10.40;1621.50;3.14;0.28 +9295;9;3200.40;10.40;1620.00;1.57;0.28 +9295;10;3207.60;10.29;1620.00;-1.57;0.28 9295;21;3207.60;10.29;1620.00;-1.57;0.28 +9296;0;2929.00;9.70;1694.00;0.00;0.20 +9296;1;2929.00;9.55;1692.00;0.00;0.20 +9296;2;2926.50;9.70;1693.50;-1.37;0.20 +9296;3;2932.00;9.67;1693.00;1.24;0.20 +9296;4;2931.50;9.70;1695.00;1.95;0.20 +9296;5;2926.50;9.95;1696.00;4.03;0.20 +9296;6;2929.00;10.00;1697.00;3.14;0.20 +9296;9;2926.12;9.70;1694.00;1.57;0.20 +9296;10;2931.88;9.70;1694.00;-1.57;0.20 +9296;19;2931.42;9.50;1691.47;0.35;0.20 +9296;20;2932.63;9.50;1690.21;0.76;0.20 9296;21;2930.22;9.90;1694.32;-1.57;0.20 +9297;0;2767.00;9.90;1581.00;0.00;0.20 +9297;1;2765.00;9.90;1580.00;-1.10;0.20 +9297;2;2768.50;9.90;1579.00;0.64;0.20 +9297;3;2769.00;9.90;1581.50;1.81;0.20 +9297;4;2765.00;9.92;1583.00;3.92;0.20 +9297;5;2767.00;10.00;1583.00;3.14;0.20 +9297;9;2765.02;9.89;1581.00;1.57;0.20 +9297;10;2768.98;9.90;1581.00;-1.57;0.20 9297;21;2765.02;9.89;1581.00;1.57;0.20 +9298;0;3475.00;9.80;1626.00;0.00;0.22 +9298;1;3475.00;9.80;1624.00;0.00;0.22 +9298;2;3472.00;9.82;1625.00;-1.24;0.22 +9298;3;3477.50;9.80;1626.00;1.57;0.22 +9298;4;3473.00;9.85;1627.50;4.06;0.22 +9298;5;3476.50;9.90;1629.00;2.67;0.22 +9298;9;3472.66;9.80;1626.00;1.57;0.22 +9298;10;3477.34;9.80;1626.00;-1.57;0.22 9298;21;3472.66;9.80;1626.00;1.57;0.22 +9299;0;3574.00;10.95;1589.00;0.00;0.18 +9299;1;3574.00;10.92;1587.00;0.00;0.18 +9299;2;3569.50;10.90;1588.50;-1.46;0.18 +9299;3;3578.50;10.30;1588.50;1.46;0.18 +9299;4;3579.00;10.30;1590.00;1.76;0.18 +9299;5;3570.00;10.62;1590.00;4.46;0.18 +9299;6;3572.50;10.50;1591.00;3.78;0.18 +9299;7;3576.50;10.35;1591.00;2.24;0.18 +9299;9;3570.40;10.93;1589.00;1.57;0.18 +9299;10;3577.60;10.43;1589.00;-1.57;0.18 9299;21;3570.40;10.93;1589.00;1.57;0.18 +9300;0;3020.00;9.75;1648.00;0.00;0.18 +9300;1;3020.00;9.80;1645.50;0.00;0.18 +9300;2;3021.50;9.80;1645.50;0.54;0.18 +9300;3;3017.50;9.80;1646.50;-1.03;0.18 +9300;4;3021.50;9.70;1648.50;1.89;0.18 +9300;5;3018.00;9.80;1649.50;4.06;0.18 +9300;6;3019.00;9.80;1651.00;3.46;0.18 +9300;7;3020.50;9.80;1651.00;2.97;0.18 +9300;9;3018.38;9.80;1648.00;1.57;0.18 +9300;10;3021.62;9.70;1648.00;-1.57;0.18 9300;21;3018.38;9.80;1648.00;1.57;0.18 +9301;0;3343.00;10.00;1596.00;0.00;0.22 +9301;1;3341.50;10.00;1594.00;-0.64;0.22 +9301;2;3344.50;10.10;1593.50;0.54;0.22 +9301;3;3345.00;10.00;1596.00;1.57;0.22 +9301;4;3340.00;9.90;1597.00;4.39;0.22 +9301;5;3343.00;9.90;1598.50;3.14;0.22 +9301;9;3341.02;9.90;1596.00;1.57;0.22 +9301;10;3344.98;10.00;1596.00;-1.57;0.22 9301;21;3341.02;9.90;1596.00;1.57;0.22 +9302;0;3367.00;10.60;1639.00;0.00;0.24 +9302;1;3368.00;10.70;1636.50;0.38;0.24 +9302;2;3365.00;10.27;1637.00;-0.78;0.24 +9302;3;3370.50;10.45;1637.00;1.05;0.24 +9302;4;3369.50;10.70;1639.00;1.57;0.24 +9302;5;3364.50;10.10;1640.50;4.17;0.24 +9302;6;3368.00;10.70;1642.00;2.82;0.24 +9302;9;3364.66;10.13;1639.00;1.57;0.24 +9302;10;3369.34;10.70;1639.00;-1.57;0.24 9302;21;3364.66;10.13;1639.00;1.57;0.24 +9303;0;2653.00;9.82;1601.00;0.00;0.20 +9303;1;2652.50;9.70;1598.50;-0.19;0.20 +9303;2;2651.00;9.92;1601.00;4.71;0.20 +9303;3;2655.50;9.70;1600.00;1.19;0.20 +9303;4;2656.50;9.80;1602.00;1.84;0.20 +9303;5;2654.50;9.90;1603.50;2.60;0.20 +9303;9;2650.66;9.94;1601.00;1.57;0.20 +9303;10;2655.34;9.75;1601.00;-1.57;0.20 +9303;19;2650.00;9.50;1597.00;-0.20;0.20 +9303;20;2648.95;9.50;1595.60;-0.64;0.20 9303;21;2650.66;9.94;1601.00;1.57;0.20 +9304;0;3216.00;10.52;1584.00;0.00;0.24 +9304;1;3212.00;10.50;1582.00;-1.10;0.24 +9304;2;3216.50;10.50;1582.50;0.32;0.24 +9304;3;3211.50;10.30;1584.50;4.60;0.24 +9304;4;3220.50;10.10;1585.00;1.78;0.24 +9304;5;3215.50;10.60;1585.50;3.46;0.24 +9304;6;3219.00;10.40;1587.00;2.35;0.24 +9304;9;3212.76;10.47;1584.00;1.57;0.24 +9304;10;3219.24;10.33;1584.00;-1.57;0.24 9304;21;3212.76;10.47;1584.00;1.57;0.24 +9305;0;3555.00;9.82;1652.00;0.00;0.20 +9305;1;3554.50;9.80;1649.50;-0.19;0.20 +9305;2;3557.00;10.05;1651.00;1.10;0.20 +9305;3;3552.00;9.92;1652.00;4.71;0.20 +9305;4;3556.50;9.80;1654.00;2.49;0.20 +9305;5;3553.50;10.00;1653.50;3.92;0.20 +9305;9;3552.84;9.88;1652.00;1.57;0.20 +9305;10;3557.16;10.01;1652.00;-1.57;0.20 9305;21;3552.84;9.88;1652.00;1.57;0.20 +9306;0;3061.00;9.80;1595.00;0.00;0.26 +9306;1;3058.00;9.80;1593.00;-0.98;0.26 +9306;2;3062.00;9.80;1593.00;0.46;0.26 +9306;3;3063.50;9.80;1596.50;2.11;0.26 +9306;4;3060.00;9.80;1596.00;3.92;0.26 +9306;5;3063.00;9.80;1598.50;2.62;0.26 +9306;9;3058.66;9.80;1595.00;1.57;0.26 +9306;10;3063.34;9.80;1595.00;-1.57;0.26 9306;21;3058.66;9.80;1595.00;1.57;0.26 +9307;0;3546.00;10.75;1623.00;0.00;0.22 +9307;1;3546.00;10.75;1620.50;0.00;0.22 +9307;2;3549.00;11.45;1621.50;1.10;0.22 +9307;3;3542.50;10.15;1622.00;-1.29;0.22 +9307;4;3549.00;11.30;1623.50;1.73;0.22 +9307;5;3544.00;10.25;1624.00;4.24;0.22 +9307;6;3547.00;10.67;1625.00;2.67;0.22 +9307;9;3543.30;10.18;1623.00;1.57;0.22 +9307;10;3548.70;11.33;1623.00;-1.57;0.22 9307;21;3543.30;10.18;1623.00;1.57;0.22 +9308;0;3054.00;10.27;1706.00;0.00;0.24 +9308;1;3053.50;10.30;1703.50;-0.19;0.24 +9308;2;3051.50;10.05;1705.00;-1.19;0.24 +9308;3;3056.00;10.30;1704.50;0.92;0.24 +9308;4;3056.50;10.30;1707.00;1.95;0.24 +9308;5;3052.50;9.95;1708.00;3.78;0.24 +9308;9;3051.66;9.97;1706.00;1.57;0.24 +9308;10;3056.34;10.30;1706.00;-1.57;0.24 9308;21;3051.66;9.97;1706.00;1.57;0.24 +9309;0;2910.00;9.70;1575.00;0.00;0.16 +9309;1;2909.00;9.70;1573.50;-0.58;0.16 +9309;2;2912.00;9.70;1573.50;0.92;0.16 +9309;3;2907.00;9.70;1574.00;-1.24;0.16 +9309;4;2908.50;9.70;1576.00;4.12;0.16 +9309;5;2913.50;9.70;1575.50;1.71;0.16 +9309;6;2911.50;9.70;1576.50;2.35;0.16 +9309;9;2907.66;9.70;1575.00;1.57;0.16 +9309;10;2912.34;9.70;1575.00;-1.57;0.16 9309;21;2907.66;9.70;1575.00;1.57;0.16 +9310;0;2674.00;10.02;1587.00;0.00;0.26 +9310;1;2676.00;9.95;1584.00;0.58;0.26 +9310;2;2673.50;10.05;1585.00;-0.24;0.26 +9310;3;2677.00;10.00;1587.00;1.57;0.26 +9310;4;2671.00;9.95;1587.50;4.54;0.26 +9310;5;2674.00;10.00;1589.50;3.14;0.26 +9310;6;2671.50;9.95;1590.00;3.83;0.26 +9310;9;2671.66;10.00;1587.00;1.57;0.26 +9310;10;2676.34;10.01;1587.00;-1.57;0.26 9310;21;2671.66;10.00;1587.00;1.57;0.26 +9311;0;3436.00;9.80;1638.00;0.00;0.20 +9311;1;3435.00;9.80;1636.50;-0.58;0.20 +9311;2;3438.50;9.80;1636.50;1.03;0.20 +9311;3;3432.50;9.80;1639.00;4.43;0.20 +9311;4;3439.50;9.80;1639.00;1.84;0.20 +9311;5;3435.00;9.80;1640.00;3.60;0.20 +9311;6;3437.50;9.80;1640.50;2.60;0.20 +9311;9;3433.48;9.80;1638.00;1.57;0.20 +9311;10;3438.52;9.80;1638.00;-1.57;0.20 9311;21;3433.48;9.80;1638.00;1.57;0.20 +9312;0;3442.00;9.80;1555.00;0.00;0.24 +9312;1;3440.50;9.80;1553.50;-0.78;0.24 +9312;2;3442.50;9.80;1552.00;0.16;0.24 +9312;3;3443.50;9.80;1554.00;0.98;0.24 +9312;4;3440.00;9.80;1555.50;4.46;0.24 +9312;5;3444.00;9.82;1557.00;2.35;0.24 +9312;6;3442.00;9.90;1557.50;3.14;0.24 +9312;9;3439.84;9.80;1555.00;1.57;0.24 +9312;10;3444.16;9.80;1555.00;-1.57;0.24 9312;21;3439.84;9.80;1555.00;1.57;0.24 +9313;0;3410.00;10.07;1595.00;0.00;0.22 +9313;1;3409.50;10.00;1593.00;-0.24;0.22 +9313;2;3412.50;10.00;1593.50;1.03;0.22 +9313;3;3407.50;10.00;1595.00;4.71;0.22 +9313;4;3413.00;10.05;1595.50;1.73;0.22 +9313;5;3407.00;10.07;1597.00;4.12;0.22 +9313;6;3409.50;10.10;1597.00;3.38;0.22 +9313;7;3412.00;10.10;1597.50;2.46;0.22 +9313;9;3407.84;10.01;1595.00;1.57;0.22 +9313;10;3412.16;10.05;1595.00;-1.57;0.22 9313;21;3407.84;10.01;1595.00;1.57;0.22 +9314;0;2750.00;11.75;1643.00;0.00;0.24 +9314;1;2752.50;10.80;1640.50;0.78;0.24 +9314;2;2748.00;11.67;1642.00;-1.10;0.24 +9314;3;2754.50;10.80;1643.00;1.57;0.24 +9314;4;2745.00;12.17;1645.00;4.33;0.24 +9314;5;2752.00;11.30;1644.50;2.21;0.24 +9314;6;2748.00;12.42;1645.00;3.92;0.24 +9314;9;2746.22;12.06;1643.00;1.57;0.24 +9314;10;2753.78;10.80;1643.00;-1.57;0.24 9314;21;2746.22;12.06;1643.00;1.57;0.24 +9315;0;2769.00;10.35;1600.00;0.00;0.20 +9315;1;2767.50;10.10;1598.00;-0.64;0.20 +9315;2;2770.00;10.10;1598.00;0.46;0.20 +9315;3;2766.50;10.20;1600.00;4.71;0.20 +9315;4;2771.50;10.40;1600.50;1.76;0.20 +9315;5;2769.50;10.60;1602.00;2.89;0.20 +9315;9;2767.02;10.22;1600.00;1.57;0.20 +9315;10;2770.98;10.29;1600.00;-1.57;0.20 9315;21;2771.83;10.60;1599.15;1.57;0.20 +9316;0;3139.00;10.37;1584.00;0.00;0.24 +9316;1;3137.50;10.40;1580.50;-0.40;0.24 +9316;2;3139.00;10.40;1582.00;0.00;0.24 +9316;3;3136.00;10.12;1583.00;-1.24;0.24 +9316;4;3141.50;10.40;1584.00;1.57;0.24 +9316;5;3143.00;10.40;1585.50;1.93;0.24 +9316;6;3136.50;9.90;1586.00;4.03;0.24 +9316;7;3140.00;10.40;1586.00;2.67;0.24 +9316;9;3136.48;10.04;1584.00;1.57;0.24 +9316;10;3141.52;10.40;1584.00;-1.57;0.24 9316;21;3136.48;10.04;1584.00;1.57;0.24 +9317;0;3190.00;10.00;1681.00;0.00;0.24 +9317;1;3191.00;10.02;1678.00;0.32;0.24 +9317;2;3187.50;9.70;1681.00;4.71;0.24 +9317;3;3192.50;10.30;1681.50;1.76;0.24 +9317;4;3189.50;9.90;1683.50;3.33;0.24 +9317;9;3187.66;9.70;1681.00;1.57;0.24 +9317;10;3192.34;10.29;1681.00;-1.57;0.24 +9317;19;3186.00;9.50;1681.00;-1.57;0.24 +9317;20;3184.25;9.50;1681.00;4.71;0.24 9317;21;3187.66;9.70;1681.00;1.57;0.24 +9318;0;3342.00;10.07;1614.00;0.00;0.24 +9318;1;3342.50;10.10;1611.50;0.19;0.24 +9318;2;3339.50;10.10;1611.50;-0.78;0.24 +9318;3;3339.50;10.10;1613.00;-1.19;0.24 +9318;4;3345.00;10.10;1614.50;1.73;0.24 +9318;5;3341.00;10.00;1615.00;3.92;0.24 +9318;6;3344.00;10.05;1616.00;2.35;0.24 +9318;9;3339.84;10.05;1614.00;1.57;0.24 +9318;10;3344.16;10.10;1614.00;-1.57;0.24 9318;21;3339.84;10.05;1614.00;1.57;0.24 +9319;0;3274.00;9.80;1681.00;0.00;0.18 +9319;1;3273.50;9.90;1679.50;-0.32;0.18 +9319;2;3278.00;9.75;1679.50;1.21;0.18 +9319;3;3270.00;9.90;1680.50;-1.44;0.18 +9319;4;3278.50;9.75;1682.00;1.78;0.18 +9319;5;3271.00;9.75;1683.00;4.12;0.18 +9319;6;3275.50;9.70;1683.50;2.60;0.18 +9319;9;3270.76;9.83;1681.00;1.57;0.18 +9319;10;3277.24;9.80;1681.00;-1.57;0.18 9319;21;3270.76;9.83;1681.00;1.57;0.18 +9320;0;2970.00;9.70;1592.00;0.00;0.20 +9320;1;2969.50;9.70;1589.50;-0.19;0.20 +9320;2;2968.50;9.70;1590.00;-0.64;0.20 +9320;3;2971.50;9.70;1591.00;0.98;0.20 +9320;4;2968.50;9.70;1591.50;-1.24;0.20 +9320;5;2972.00;9.70;1593.50;2.21;0.20 +9320;6;2969.00;9.70;1594.00;3.60;0.20 +9320;7;2970.50;9.70;1594.50;2.94;0.20 +9320;9;2968.20;9.70;1592.00;1.57;0.20 +9320;10;2971.80;9.70;1592.00;-1.57;0.20 9320;21;2968.20;9.70;1592.00;1.57;0.20 +9321;0;2646.00;10.02;1615.00;0.00;0.20 +9321;1;2643.00;9.50;1613.50;-1.10;0.20 +9321;2;2646.50;9.95;1613.00;0.24;0.20 +9321;3;2649.50;9.80;1613.50;1.16;0.20 +9321;4;2645.50;9.80;1617.00;3.38;0.20 +9321;5;2650.50;9.70;1616.00;1.78;0.20 +9321;9;2642.40;9.51;1615.00;1.57;0.20 +9321;10;2649.60;9.74;1615.00;-1.57;0.20 +9321;19;2643.00;9.50;1620.00;-2.90;0.20 +9321;20;2642.10;9.50;1621.50;3.68;0.20 9321;21;2642.40;9.51;1615.00;1.57;0.20 +9322;0;2792.00;9.90;1587.00;0.00;0.24 +9322;1;2790.00;9.90;1584.00;-0.58;0.24 +9322;2;2793.00;9.90;1585.00;0.46;0.24 +9322;3;2790.00;9.92;1587.00;4.71;0.24 +9322;4;2796.00;9.85;1586.50;1.44;0.24 +9322;5;2795.00;9.90;1588.00;1.89;0.24 +9322;6;2792.50;9.90;1589.50;2.94;0.24 +9322;9;2789.84;9.93;1587.00;1.57;0.24 +9322;10;2794.16;9.90;1587.00;-1.57;0.24 +9322;19;2797.00;9.60;1589.00;-4.39;0.24 +9322;20;2798.62;9.60;1589.65;1.95;0.24 9322;21;2794.16;9.90;1587.00;-1.57;0.24 +9323;0;3269.00;9.80;1627.00;0.00;0.20 +9323;1;3267.50;9.80;1625.00;-0.64;0.20 +9323;2;3271.50;9.80;1626.00;1.19;0.20 +9323;3;3265.00;9.80;1626.50;-1.44;0.20 +9323;4;3268.00;9.80;1628.50;3.73;0.20 +9323;5;3272.00;9.80;1629.00;2.15;0.20 +9323;9;3265.94;9.80;1627.00;1.57;0.20 +9323;10;3272.06;9.80;1627.00;-1.57;0.20 9323;21;3265.94;9.80;1627.00;1.57;0.20 +9324;0;3477.00;9.90;1591.00;0.00;0.24 +9324;1;3477.00;9.92;1588.00;0.00;0.24 +9324;2;3479.00;9.90;1589.50;0.92;0.24 +9324;3;3475.50;9.90;1589.50;-0.78;0.24 +9324;4;3474.00;9.90;1591.50;4.54;0.24 +9324;5;3479.00;9.95;1593.00;2.35;0.24 +9324;6;3475.50;9.90;1593.50;3.68;0.24 +9324;9;3474.84;9.90;1591.00;1.57;0.24 +9324;10;3479.16;9.90;1591.00;-1.57;0.24 9324;21;3474.84;9.90;1591.00;1.57;0.24 +9325;0;3509.00;9.87;1638.00;0.00;0.20 +9325;1;3508.00;9.80;1635.50;-0.38;0.20 +9325;2;3506.00;9.90;1637.50;-1.40;0.20 +9325;3;3510.50;9.80;1637.00;0.98;0.20 +9325;4;3511.50;9.90;1639.50;2.11;0.20 +9325;5;3508.50;9.90;1640.00;3.38;0.20 +9325;9;3507.02;9.90;1638.00;1.57;0.20 +9325;10;3510.98;9.85;1638.00;-1.57;0.20 9325;21;3507.02;9.90;1638.00;1.57;0.20 +9326;0;3506.00;10.00;1559.00;0.00;0.16 +9326;1;3506.00;9.95;1558.00;0.00;0.16 +9326;2;3504.00;9.95;1559.50;4.46;0.16 +9326;3;3508.50;10.00;1560.00;1.95;0.16 +9326;4;3506.50;10.00;1560.50;2.82;0.16 +9326;5;3504.50;10.00;1561.00;3.78;0.16 +9326;9;3504.20;9.93;1559.00;1.57;0.16 +9326;10;3507.80;10.00;1559.00;-1.57;0.16 9326;21;3504.20;9.93;1559.00;1.57;0.16 +9327;0;3153.00;9.80;1603.00;0.00;0.24 +9327;1;3153.50;9.80;1601.50;0.32;0.24 +9327;2;3150.50;9.80;1603.50;4.51;0.24 +9327;3;3156.00;9.82;1604.00;1.89;0.24 +9327;4;3153.50;9.80;1605.50;2.94;0.24 +9327;9;3150.84;9.80;1603.00;1.57;0.24 +9327;10;3155.16;9.80;1603.00;-1.57;0.24 9327;21;3155.16;9.80;1603.00;-1.57;0.24 +9328;0;3363.00;9.95;1564.00;0.00;0.18 +9328;1;3363.50;10.40;1561.50;0.19;0.18 +9328;2;3361.00;10.10;1562.50;-0.92;0.18 +9328;3;3365.50;10.50;1562.50;1.03;0.18 +9328;4;3365.00;10.05;1564.50;1.81;0.18 +9328;5;3360.00;9.90;1564.50;4.54;0.18 +9328;6;3363.00;9.90;1565.50;3.14;0.18 +9328;9;3360.84;9.95;1564.00;1.57;0.18 +9328;10;3365.16;10.16;1564.00;-1.57;0.18 9328;21;3360.84;9.95;1564.00;1.57;0.18 +9329;0;3026.00;10.70;1679.00;0.00;0.28 +9329;1;3028.50;10.60;1675.50;0.62;0.28 +9329;2;3025.00;10.52;1677.00;-0.46;0.28 +9329;3;3030.00;10.65;1677.50;1.21;0.28 +9329;4;3028.00;10.70;1679.50;1.81;0.28 +9329;5;3022.50;10.20;1680.50;4.30;0.28 +9329;6;1512.50;9.50;839.00;-1.06;0.28 +9329;7;3024.00;10.10;1682.50;3.66;0.28 +9329;9;3023.12;10.36;1679.00;1.57;0.28 +9329;10;3028.88;10.66;1679.00;-1.57;0.28 9329;21;3023.12;10.36;1679.00;1.57;0.28 +9330;0;3416.00;10.40;1605.00;0.00;0.22 +9330;1;3417.00;10.00;1602.50;0.38;0.22 +9330;2;3415.00;10.00;1602.50;-0.38;0.22 +9330;3;3414.00;10.20;1605.50;4.46;0.22 +9330;4;3418.50;10.25;1605.00;1.57;0.22 +9330;5;3417.50;10.50;1607.00;2.49;0.22 +9330;6;3413.50;10.20;1607.50;3.92;0.22 +9330;7;3415.00;10.50;1607.50;3.52;0.22 +9330;9;3414.02;10.17;1605.00;1.57;0.22 +9330;10;3417.98;10.30;1605.00;-1.57;0.22 9330;21;3414.02;10.17;1605.00;1.57;0.22 +9331;0;3283.00;9.80;1667.00;0.00;0.24 +9331;1;3281.50;9.80;1664.00;-0.46;0.24 +9331;2;3284.50;9.80;1664.50;0.54;0.24 +9331;3;3286.50;9.90;1666.00;1.29;0.24 +9331;4;3279.00;9.80;1667.00;4.71;0.24 +9331;5;3280.00;9.80;1669.00;4.12;0.24 +9331;6;3284.50;9.80;1669.00;2.49;0.24 +9331;9;3279.76;9.80;1667.00;1.57;0.24 +9331;10;3286.24;9.83;1667.00;-1.57;0.24 9331;21;3279.76;9.80;1667.00;1.57;0.24 +9332;0;2772.00;11.57;1618.00;0.00;0.22 +9332;1;2772.00;11.30;1615.50;0.00;0.22 +9332;2;2774.50;11.30;1616.50;1.03;0.22 +9332;3;2769.50;11.00;1616.50;-1.03;0.22 +9332;4;2770.00;11.32;1619.00;4.24;0.22 +9332;5;2774.00;11.40;1619.50;2.21;0.22 +9332;6;2772.00;11.45;1620.00;3.14;0.22 +9332;9;2769.66;11.23;1618.00;1.57;0.22 +9332;10;2774.34;11.41;1618.00;-1.57;0.22 9332;21;2769.66;11.23;1618.00;1.57;0.22 +9333;0;3330.00;10.27;1676.00;0.00;0.24 +9333;1;3328.00;10.65;1672.50;-0.51;0.24 +9333;2;3330.50;10.70;1672.50;0.14;0.24 +9333;3;3327.00;10.35;1675.50;-1.40;0.24 +9333;4;3333.00;10.47;1676.00;1.57;0.24 +9333;5;3331.00;10.70;1679.50;2.86;0.24 +9333;6;3328.50;10.60;1679.00;3.60;0.24 +9333;9;3327.84;10.35;1676.00;1.57;0.24 +9333;10;3332.16;10.34;1676.00;-1.57;0.24 9333;21;3327.84;10.35;1676.00;1.57;0.24 +9334;0;3045.00;9.67;1599.00;0.00;0.22 +9334;1;3044.50;9.70;1596.00;-0.16;0.22 +9334;2;3046.50;9.70;1597.00;0.64;0.22 +9334;3;3042.50;9.70;1598.50;-1.37;0.22 +9334;4;3047.00;9.70;1599.50;1.81;0.22 +9334;5;3044.00;9.70;1601.50;3.52;0.22 +9334;6;3046.50;9.70;1602.00;2.67;0.22 +9334;9;3042.84;9.70;1599.00;1.57;0.22 +9334;10;3047.16;9.70;1599.00;-1.57;0.22 +9334;19;3043.00;9.53;1603.00;-2.76;0.22 +9334;20;3042.21;9.53;1604.56;3.60;0.22 9334;21;3042.84;9.70;1599.00;1.57;0.22 +9335;0;2903.00;9.62;1581.00;0.00;0.22 +9335;1;2902.50;9.60;1578.50;-0.19;0.22 +9335;2;2905.00;9.70;1579.00;0.78;0.22 +9335;3;2901.00;9.60;1581.50;4.46;0.22 +9335;4;2905.00;9.70;1582.00;2.03;0.22 +9335;5;2903.00;9.70;1584.50;3.14;0.22 +9335;9;2901.02;9.60;1581.00;1.57;0.22 +9335;10;2904.98;9.70;1581.00;-1.57;0.22 +9335;19;2901.00;9.55;1587.00;-3.14;0.22 +9335;20;2900.44;9.55;1588.66;3.46;0.22 9335;21;2906.44;9.70;1580.79;1.57;0.22 +9336;0;3589.00;9.80;1641.00;0.00;0.22 +9336;1;3588.00;10.05;1638.50;-0.38;0.22 +9336;2;3592.00;9.80;1639.00;0.98;0.22 +9336;3;3585.50;10.20;1640.50;-1.42;0.22 +9336;4;3592.50;9.80;1642.00;1.84;0.22 +9336;5;3588.50;9.80;1643.50;3.33;0.22 +9336;9;3586.30;9.99;1641.00;1.57;0.22 +9336;10;3591.70;9.80;1641.00;-1.57;0.22 9336;21;3586.30;9.99;1641.00;1.57;0.22 +9337;0;3569.00;10.17;1559.00;0.00;0.24 +9337;1;3567.50;11.20;1556.00;-0.46;0.24 +9337;2;3570.00;10.50;1557.00;0.46;0.24 +9337;3;3566.50;10.00;1559.50;4.51;0.24 +9337;4;3572.00;9.95;1558.50;1.40;0.24 +9337;5;3571.00;9.77;1561.00;2.35;0.24 +9337;6;3568.50;9.80;1561.50;3.33;0.24 +9337;9;3566.48;10.14;1559.00;1.57;0.24 +9337;10;3571.52;9.94;1559.00;-1.57;0.24 9337;21;3566.48;10.14;1559.00;1.57;0.24 +9338;0;3554.00;11.50;1598.00;0.00;0.22 +9338;1;3551.50;11.50;1596.00;-0.89;0.22 +9338;2;3555.50;11.40;1596.50;0.78;0.22 +9338;3;3550.50;11.50;1598.00;4.71;0.22 +9338;4;3558.00;11.47;1598.00;1.57;0.22 +9338;5;3557.00;11.55;1599.50;2.03;0.22 +9338;6;3553.50;11.60;1600.50;3.33;0.22 +9338;9;3551.30;11.50;1598.00;1.57;0.22 +9338;10;3556.70;11.50;1598.00;-1.57;0.22 9338;21;3551.30;11.50;1598.00;1.57;0.22 +9339;0;3434.00;9.80;1558.00;0.00;0.20 +9339;1;3434.00;9.80;1555.50;0.00;0.20 +9339;2;3432.50;9.80;1555.50;-0.54;0.20 +9339;3;3436.00;9.80;1557.00;1.10;0.20 +9339;4;3431.50;9.80;1558.00;4.71;0.20 +9339;5;3435.50;9.80;1559.50;2.35;0.20 +9339;6;3432.00;9.80;1560.50;3.81;0.20 +9339;7;3433.50;9.80;1560.50;3.33;0.20 +9339;9;3432.20;9.80;1558.00;1.57;0.20 +9339;10;3435.80;9.80;1558.00;-1.57;0.20 9339;21;3432.20;9.80;1558.00;1.57;0.20 +9340;0;3187.00;9.77;1664.00;0.00;0.24 +9340;1;3187.50;9.70;1661.50;0.19;0.24 +9340;2;3190.00;9.75;1663.00;1.24;0.24 +9340;3;3184.00;9.70;1663.50;-1.40;0.24 +9340;4;3188.50;10.15;1666.00;2.49;0.24 +9340;5;3184.50;9.70;1666.50;3.92;0.24 +9340;9;3184.12;9.66;1664.00;1.57;0.24 +9340;10;3189.88;9.86;1664.00;-1.57;0.24 +9340;19;3185.00;9.53;1670.00;-2.36;0.24 +9340;20;3184.44;9.53;1671.66;3.46;0.24 9340;21;3184.12;9.66;1664.00;1.57;0.24 +9341;0;3233.00;10.12;1622.00;0.00;0.28 +9341;1;3236.50;9.90;1619.50;0.95;0.28 +9341;2;3231.00;9.90;1620.50;-0.92;0.28 +9341;3;3235.50;10.00;1623.50;2.11;0.28 +9341;4;3238.50;10.00;1621.50;1.48;0.28 +9341;5;3228.50;10.00;1623.50;4.39;0.28 +9341;6;3230.50;10.40;1624.50;3.92;0.28 +9341;9;3229.40;9.94;1622.00;1.57;0.28 +9341;10;3236.60;9.90;1622.00;-1.57;0.28 9341;21;3236.60;9.90;1622.00;-1.57;0.28 +9342;0;3295.00;9.80;1564.00;0.00;0.20 +9342;1;3295.00;9.85;1560.00;0.00;0.20 +9342;2;3297.50;10.15;1560.00;0.55;0.20 +9342;3;3293.50;9.80;1563.50;-1.24;0.20 +9342;4;3297.00;10.00;1562.50;0.92;0.20 +9342;5;3296.00;9.80;1566.50;2.76;0.20 +9342;6;3294.50;9.80;1567.50;3.28;0.20 +9342;9;3293.20;9.80;1564.00;1.57;0.20 +9342;10;3296.80;9.88;1564.00;-1.57;0.20 9342;21;3293.20;9.80;1564.00;1.57;0.20 +9343;0;3347.00;10.05;1657.00;0.00;0.18 +9343;1;3347.00;10.20;1655.50;0.00;0.18 +9343;2;3350.00;10.00;1656.00;1.24;0.18 +9343;3;3344.00;10.15;1656.50;-1.40;0.18 +9343;4;3349.50;10.10;1658.00;1.95;0.18 +9343;5;3344.50;10.10;1659.00;4.03;0.18 +9343;6;3346.50;10.10;1659.50;3.33;0.18 +9343;9;3344.30;10.06;1657.00;1.57;0.18 +9343;10;3349.70;10.05;1657.00;-1.57;0.18 9343;21;3344.30;10.06;1657.00;1.57;0.18 +9344;0;3485.00;9.85;1611.00;0.00;0.20 +9344;1;3487.00;9.90;1609.50;0.92;0.20 +9344;2;3484.00;9.90;1609.00;-0.46;0.20 +9344;3;3482.50;9.80;1611.50;4.51;0.20 +9344;4;3486.50;9.90;1612.00;2.15;0.20 +9344;5;3483.50;9.80;1613.50;3.68;0.20 +9344;9;3482.84;9.85;1611.00;1.57;0.20 +9344;10;3487.16;9.90;1611.00;-1.57;0.20 9344;21;3482.84;9.85;1611.00;1.57;0.20 +9345;0;3406.00;9.95;1664.00;0.00;0.26 +9345;1;3404.50;10.00;1660.50;-0.40;0.26 +9345;2;3407.50;10.00;1662.00;0.64;0.26 +9345;3;3403.50;9.95;1662.00;-0.89;0.26 +9345;4;3403.00;9.82;1665.00;4.39;0.26 +9345;5;3410.50;9.90;1664.50;1.68;0.26 +9345;6;3408.50;9.90;1666.00;2.24;0.26 +9345;7;3405.50;9.80;1667.00;3.30;0.26 +9345;9;3403.48;9.89;1664.00;1.57;0.26 +9345;10;3408.52;9.95;1664.00;-1.57;0.26 9345;21;3403.48;9.89;1664.00;1.57;0.26 +9346;0;3121.00;9.90;1591.00;0.00;0.24 +9346;1;3121.50;9.80;1588.50;0.19;0.24 +9346;2;3123.50;9.80;1588.00;0.69;0.24 +9346;3;3119.00;9.85;1590.00;-1.10;0.24 +9346;4;3123.00;9.90;1591.50;1.81;0.24 +9346;5;3119.00;9.90;1593.50;3.81;0.24 +9346;6;3121.50;9.90;1594.00;2.97;0.24 +9346;9;3118.66;9.90;1591.00;1.57;0.24 +9346;10;3123.34;9.90;1591.00;-1.57;0.24 9346;21;3118.66;9.90;1591.00;1.57;0.24 +9347;0;2961.00;9.70;1592.00;0.00;0.16 +9347;1;2961.00;9.60;1590.50;0.00;0.16 +9347;2;2964.00;9.70;1591.50;1.40;0.16 +9347;3;2958.00;9.60;1592.00;4.71;0.16 +9347;4;2959.00;10.00;1593.50;4.06;0.16 +9347;5;2962.00;9.80;1594.00;2.67;0.16 +9347;9;2958.84;9.80;1592.00;1.57;0.16 +9347;10;2963.16;9.70;1592.00;-1.57;0.16 +9347;19;2957.00;9.50;1592.00;-1.57;0.16 +9347;20;2955.25;9.50;1592.00;4.71;0.16 9347;21;2958.84;9.80;1592.00;1.57;0.16 +9348;0;3397.00;11.50;1627.00;0.00;0.24 +9348;1;3395.50;11.55;1625.00;-0.64;0.24 +9348;2;3399.50;11.55;1626.00;1.19;0.24 +9348;3;3393.00;11.50;1626.50;-1.44;0.24 +9348;4;3395.00;11.50;1629.00;3.92;0.24 +9348;5;3400.00;11.50;1629.00;2.15;0.24 +9348;6;3398.50;11.50;1630.00;2.67;0.24 +9348;9;3394.48;11.50;1627.00;1.57;0.24 +9348;10;3399.52;11.50;1627.00;-1.57;0.24 9348;21;3394.48;11.50;1627.00;1.57;0.24 +9349;0;3647.00;10.00;1616.00;0.00;0.42 +9349;1;3650.50;10.00;1611.50;0.66;0.42 +9349;2;3646.50;9.90;1612.50;-0.14;0.42 +9349;3;3653.00;10.10;1614.50;1.32;0.42 +9349;4;3643.00;10.00;1615.50;-1.44;0.42 +9349;5;3649.50;10.00;1618.50;2.35;0.42 +9349;6;3642.50;9.90;1619.50;4.05;0.42 +9349;7;3645.00;10.00;1622.00;3.46;0.42 +9349;9;3642.86;9.98;1616.00;1.57;0.42 +9349;10;3651.14;10.00;1616.00;-1.57;0.42 9349;21;3642.86;9.98;1616.00;1.57;0.42 +9350;0;2733.00;9.97;1634.00;0.00;0.24 +9350;1;2733.50;9.80;1632.00;0.24;0.24 +9350;2;2730.00;9.90;1634.50;4.54;0.24 +9350;3;2734.50;10.60;1635.50;2.35;0.24 +9350;4;2731.50;10.60;1636.50;3.68;0.24 +9350;5;2733.50;11.90;1638.00;3.01;0.24 +9350;9;2730.84;9.85;1634.00;1.57;0.24 +9350;10;2735.16;10.08;1634.00;-1.57;0.24 +9350;19;2730.00;9.50;1632.00;0.24;0.24 +9350;20;2728.54;9.50;1631.02;-0.98;0.24 9350;21;2730.84;9.85;1634.00;1.57;0.24 +9351;0;3302.00;9.90;1602.00;0.00;0.22 +9351;1;3299.50;9.90;1601.00;-1.19;0.22 +9351;2;3304.00;9.90;1600.00;0.78;0.22 +9351;3;3305.00;9.90;1603.50;2.03;0.22 +9351;4;3297.50;9.90;1603.50;4.39;0.22 +9351;5;3301.00;10.00;1604.00;3.60;0.22 +9351;9;3299.30;9.90;1602.00;1.57;0.22 +9351;10;3304.70;9.90;1602.00;-1.57;0.22 9351;21;3299.30;9.90;1602.00;1.57;0.22 +9352;0;3497.00;9.90;1559.00;0.00;0.20 +9352;1;3497.00;9.90;1557.50;0.00;0.20 +9352;2;3499.00;9.90;1557.50;0.92;0.20 +9352;3;3494.50;9.80;1559.00;4.71;0.20 +9352;4;3499.50;9.90;1559.50;1.76;0.20 +9352;5;3495.50;9.90;1560.50;3.92;0.20 +9352;6;3498.00;9.90;1561.00;2.67;0.20 +9352;9;3495.20;9.87;1559.00;1.57;0.20 +9352;10;3498.80;9.90;1559.00;-1.57;0.20 9352;21;3495.20;9.87;1559.00;1.57;0.20 +9353;0;3265.00;9.82;1654.00;0.00;0.22 +9353;1;3263.00;9.85;1652.00;-0.78;0.22 +9353;2;3266.00;10.30;1651.50;0.38;0.22 +9353;3;3268.00;10.45;1652.50;1.10;0.22 +9353;4;3262.50;9.80;1655.50;4.17;0.22 +9353;5;3268.50;10.10;1655.00;1.84;0.22 +9353;6;3266.00;9.85;1656.50;2.76;0.22 +9353;9;3262.84;9.80;1654.00;1.57;0.22 +9353;10;3267.16;10.11;1654.00;-1.57;0.22 9353;21;3262.84;9.80;1654.00;1.57;0.22 +9354;0;3558.00;10.05;1615.00;0.00;0.20 +9354;1;3556.50;10.40;1613.00;-0.64;0.20 +9354;2;3559.50;10.00;1612.50;0.54;0.20 +9354;3;3561.00;9.90;1614.50;1.40;0.20 +9354;4;3554.50;10.75;1615.00;4.71;0.20 +9354;5;3555.00;10.60;1617.50;4.01;0.20 +9354;6;3558.50;10.05;1617.00;2.89;0.20 +9354;9;3555.66;10.46;1615.00;1.57;0.20 +9354;10;3560.34;9.90;1615.00;-1.57;0.20 9354;21;3555.66;10.46;1615.00;1.57;0.20 +9355;0;3365.00;10.10;1574.00;0.00;0.26 +9355;1;3364.00;10.00;1570.50;-0.27;0.26 +9355;2;3362.00;10.00;1571.50;-0.87;0.26 +9355;3;3366.00;10.00;1572.50;0.58;0.26 +9355;4;3363.50;10.10;1574.50;4.39;0.26 +9355;5;3367.50;10.10;1575.00;1.95;0.26 +9355;6;3367.00;10.10;1576.50;2.46;0.26 +9355;9;3362.48;10.05;1574.00;1.57;0.26 +9355;10;3367.52;10.05;1574.00;-1.57;0.26 9355;21;3362.48;10.05;1574.00;1.57;0.26 +9356;0;3420.00;9.80;1652.00;0.00;0.20 +9356;1;3418.50;9.85;1650.00;-0.64;0.20 +9356;2;3421.50;10.05;1650.00;0.64;0.20 +9356;3;3416.00;9.80;1651.00;-1.32;0.20 +9356;4;3423.50;9.95;1652.00;1.57;0.20 +9356;5;3418.00;9.80;1653.00;4.24;0.20 +9356;6;3423.50;9.80;1653.50;1.97;0.20 +9356;7;3421.50;9.80;1654.50;2.60;0.20 +9356;9;3417.30;9.80;1652.00;1.57;0.20 +9356;10;3422.70;9.91;1652.00;-1.57;0.20 9356;21;3417.30;9.80;1652.00;1.57;0.20 +9357;0;3184.00;10.00;1630.00;0.00;0.24 +9357;1;3184.00;9.70;1627.50;0.00;0.24 +9357;2;3186.50;9.90;1628.50;1.03;0.24 +9357;3;3181.00;9.70;1629.50;-1.40;0.24 +9357;4;3185.50;10.30;1631.50;2.35;0.24 +9357;5;3181.00;9.75;1632.00;4.12;0.24 +9357;6;3182.50;9.90;1633.50;3.54;0.24 +9357;9;3181.48;9.74;1630.00;1.57;0.24 +9357;10;3186.52;10.15;1630.00;-1.57;0.24 9357;21;3181.48;9.74;1630.00;1.57;0.24 +9358;0;3484.00;10.32;1660.00;0.00;0.22 +9358;1;3481.50;10.00;1658.50;-1.03;0.22 +9358;2;3485.00;10.00;1658.00;0.46;0.22 +9358;3;3482.50;10.40;1661.00;4.12;0.22 +9358;4;3486.50;10.35;1661.00;1.95;0.22 +9358;5;3485.50;10.40;1663.00;2.67;0.22 +9358;9;3481.66;10.30;1660.00;1.57;0.22 +9358;10;3486.34;10.20;1660.00;-1.57;0.22 9358;21;3481.66;10.30;1660.00;1.57;0.22 +9359;0;3211.00;10.40;1592.00;0.00;0.22 +9359;1;3213.00;10.60;1589.50;0.67;0.22 +9359;2;3208.50;10.20;1590.50;-1.03;0.22 +9359;3;3213.50;10.60;1592.50;1.76;0.22 +9359;4;3209.00;9.95;1594.00;3.92;0.22 +9359;9;3208.12;9.99;1592.00;1.57;0.22 +9359;10;3213.88;10.60;1592.00;-1.57;0.22 9359;21;3208.12;9.99;1592.00;1.57;0.22 +9360;0;3467.00;10.40;1632.00;0.00;0.26 +9360;1;3466.00;10.40;1629.00;-0.32;0.26 +9360;2;3469.00;10.40;1630.50;0.92;0.26 +9360;3;3464.00;10.40;1630.00;-0.98;0.26 +9360;4;3464.50;10.40;1632.00;4.71;0.26 +9360;5;3470.00;10.25;1634.00;2.15;0.26 +9360;6;3467.00;10.35;1635.00;3.14;0.26 +9360;7;3468.50;10.15;1636.00;2.78;0.26 +9360;9;3464.66;10.40;1632.00;1.57;0.26 +9360;10;3469.34;10.40;1632.00;-1.57;0.26 9360;21;3464.66;10.40;1632.00;1.57;0.26 +9361;0;3055.00;9.75;1601.00;0.00;0.22 +9361;1;3053.50;9.80;1598.00;-0.46;0.22 +9361;2;3057.00;9.80;1599.00;0.78;0.22 +9361;3;3052.00;9.70;1600.50;-1.40;0.22 +9361;4;3057.50;9.70;1602.50;2.11;0.22 +9361;5;3054.50;9.70;1603.50;3.33;0.22 +9361;9;3052.66;9.65;1601.00;1.57;0.22 +9361;10;3057.34;9.75;1601.00;-1.57;0.22 +9361;19;3056.00;9.55;1606.00;-2.94;0.22 +9361;20;3056.34;9.55;1607.71;2.94;0.22 9361;21;3052.66;9.65;1601.00;1.57;0.22 +9362;0;3010.00;9.70;1652.00;0.00;0.20 +9362;1;3010.50;9.60;1649.50;0.19;0.20 +9362;2;3013.00;9.80;1651.50;1.40;0.20 +9362;3;3007.00;9.65;1652.50;4.54;0.20 +9362;4;3012.50;9.70;1653.50;2.11;0.20 +9362;5;3010.50;9.70;1654.50;2.94;0.20 +9362;9;3007.48;9.64;1652.00;1.57;0.20 +9362;10;3012.52;9.75;1652.00;-1.57;0.20 +9362;19;3008.00;9.50;1654.00;-1.74;0.20 +9362;20;3006.76;9.50;1655.23;3.92;0.20 9362;21;3007.48;9.64;1652.00;1.57;0.20 +9363;0;2904.00;10.10;1559.00;0.00;0.20 +9363;1;2902.50;9.85;1557.00;-0.64;0.20 +9363;2;2905.00;10.25;1557.00;0.46;0.20 +9363;3;2901.50;9.70;1557.50;-1.03;0.20 +9363;4;2907.50;10.30;1557.50;1.16;0.20 +9363;5;2901.00;9.75;1559.50;4.54;0.20 +9363;6;2907.00;10.30;1558.50;1.40;0.20 +9363;7;2905.50;10.05;1561.00;2.49;0.20 +9363;8;2903.00;9.75;1561.50;3.52;0.20 +9363;9;2901.48;9.79;1559.00;1.57;0.20 +9363;10;2906.52;10.30;1559.00;-1.57;0.20 9363;21;2898.41;9.70;1556.96;-1.57;0.20 +9364;0;2743.00;12.90;1594.00;0.00;0.18 +9364;1;2746.00;12.00;1591.50;0.87;0.18 +9364;2;2743.00;12.70;1592.50;0.00;0.18 +9364;3;2746.50;11.80;1594.00;1.57;0.18 +9364;4;2739.50;12.80;1594.50;4.57;0.18 +9364;5;2742.50;12.70;1596.00;3.38;0.18 +9364;9;2740.12;12.90;1594.00;1.57;0.18 +9364;10;2745.88;11.98;1594.00;-1.57;0.18 +9364;19;2744.00;11.05;1598.00;-2.90;0.18 +9364;20;2744.42;11.05;1599.69;2.89;0.18 9364;21;2740.12;12.90;1594.00;1.57;0.18 +9365;0;3565.00;9.77;1572.00;0.00;0.26 +9365;1;3566.50;9.80;1568.00;0.35;0.26 +9365;2;3567.00;9.80;1570.00;0.78;0.26 +9365;3;3563.50;9.80;1569.00;-0.46;0.26 +9365;4;3561.50;9.80;1570.50;-1.16;0.26 +9365;5;3562.00;9.70;1572.50;4.54;0.26 +9365;6;3567.00;9.90;1573.50;2.21;0.26 +9365;7;3563.50;10.00;1575.50;3.54;0.26 +9365;8;3565.50;10.20;1576.50;3.03;0.26 +9365;9;3562.66;9.75;1572.00;1.57;0.26 +9365;10;3567.34;9.80;1572.00;-1.57;0.26 9365;21;3562.66;9.75;1572.00;1.57;0.26 +9366;0;3376.00;10.50;1597.00;0.00;0.20 +9366;1;3373.50;10.10;1596.50;-1.37;0.20 +9366;2;3375.50;10.15;1595.00;-0.24;0.20 +9366;3;3378.00;10.32;1596.00;1.10;0.20 +9366;4;3378.00;10.45;1598.00;2.03;0.20 +9366;5;3376.00;10.60;1599.50;3.14;0.20 +9366;9;3374.20;10.25;1597.00;1.57;0.20 +9366;10;3377.80;10.44;1597.00;-1.57;0.20 9366;21;3374.20;10.25;1597.00;1.57;0.20 +9367;0;3433.00;10.05;1570.00;0.00;0.24 +9367;1;3433.00;9.90;1566.50;0.00;0.24 +9367;2;3434.50;10.10;1568.50;0.78;0.24 +9367;3;3431.00;9.87;1568.00;-0.78;0.24 +9367;4;3431.50;10.00;1571.00;4.12;0.24 +9367;5;3435.00;10.25;1571.50;2.21;0.24 +9367;6;3433.00;10.17;1573.00;3.14;0.24 +9367;9;3430.84;9.91;1570.00;1.57;0.24 +9367;10;3435.16;10.23;1570.00;-1.57;0.24 9367;21;3430.84;9.91;1570.00;1.57;0.24 +9368;0;3497.00;9.90;1647.00;0.00;0.24 +9368;1;3499.00;9.90;1643.50;0.51;0.24 +9368;2;3496.00;9.95;1645.50;-0.58;0.24 +9368;3;3499.00;9.90;1646.50;1.32;0.24 +9368;4;3493.50;9.90;1647.00;4.71;0.24 +9368;5;3494.50;9.90;1648.50;4.17;0.24 +9368;6;3498.00;9.90;1649.50;2.76;0.24 +9368;9;3494.66;9.90;1647.00;1.57;0.24 +9368;10;3499.34;9.90;1647.00;-1.57;0.24 9368;21;3494.66;9.90;1647.00;1.57;0.24 +9369;0;2644.00;10.10;1603.00;0.00;0.28 +9369;1;2642.50;10.00;1602.50;-1.24;0.28 +9369;2;2646.50;10.10;1602.00;1.19;0.28 +9369;3;2647.00;9.85;1605.50;2.26;0.28 +9369;4;2645.50;10.25;1607.00;2.78;0.28 +9369;9;2641.30;10.07;1603.00;1.57;0.28 +9369;10;2646.70;9.98;1603.00;-1.57;0.28 +9369;19;2647.00;9.50;1610.00;-1.25;0.28 +9369;20;2647.69;9.50;1611.60;2.73;0.28 9369;21;2641.30;10.07;1603.00;1.57;0.28 +9370;0;3567.00;10.02;1688.00;0.00;0.34 +9370;1;3567.00;10.10;1684.50;0.00;0.34 +9370;2;3571.00;10.40;1686.50;1.21;0.34 +9370;3;3564.00;9.92;1688.00;4.71;0.34 +9370;4;3568.50;10.00;1690.50;2.60;0.34 +9370;5;3562.50;9.90;1691.00;4.12;0.34 +9370;6;3564.00;9.90;1692.50;3.73;0.34 +9370;9;3563.58;9.90;1688.00;1.57;0.34 +9370;10;3570.42;10.14;1688.00;-1.57;0.34 9370;21;3563.58;9.90;1688.00;1.57;0.34 +9371;0;3291.00;9.80;1583.00;0.00;0.24 +9371;1;3290.50;9.80;1581.50;-0.32;0.24 +9371;2;3292.50;9.80;1581.00;0.64;0.24 +9371;3;3288.00;9.80;1582.00;-1.24;0.24 +9371;4;3293.50;9.80;1583.50;1.76;0.24 +9371;5;3288.00;9.80;1583.50;4.54;0.24 +9371;6;3291.50;9.80;1585.50;2.94;0.24 +9371;9;3288.84;9.80;1583.00;1.57;0.24 +9371;10;3293.16;9.80;1583.00;-1.57;0.24 9371;21;3288.84;9.80;1583.00;1.57;0.24 +9372;0;3140.00;10.35;1592.00;0.00;0.20 +9372;1;3140.50;10.40;1590.00;0.24;0.20 +9372;2;3136.50;10.10;1591.50;-1.42;0.20 +9372;3;3143.50;10.40;1590.50;1.16;0.20 +9372;4;3143.00;10.40;1592.00;1.57;0.20 +9372;5;3139.00;10.37;1594.00;3.60;0.20 +9372;6;3141.50;10.10;1594.50;2.60;0.20 +9372;9;3137.30;10.20;1592.00;1.57;0.20 +9372;10;3142.70;10.40;1592.00;-1.57;0.20 9372;21;3137.30;10.20;1592.00;1.57;0.20 +9373;0;3538.00;10.00;1629.00;0.00;0.26 +9373;1;3537.50;10.05;1626.00;-0.16;0.26 +9373;2;3540.00;10.00;1627.00;0.78;0.26 +9373;3;3535.50;10.05;1627.00;-0.89;0.26 +9373;4;3535.50;9.90;1630.50;4.17;0.26 +9373;5;3541.50;10.00;1630.00;1.84;0.26 +9373;6;3539.00;9.90;1632.00;2.82;0.26 +9373;9;3535.48;10.00;1629.00;1.57;0.26 +9373;10;3540.52;10.00;1629.00;-1.57;0.26 9373;21;3535.48;10.00;1629.00;1.57;0.26 +9374;0;3191.00;10.30;1647.00;0.00;0.26 +9374;1;3190.50;10.30;1644.50;-0.19;0.26 +9374;2;3188.00;10.30;1646.50;-1.40;0.26 +9374;3;3193.50;10.30;1646.00;1.19;0.26 +9374;4;3190.00;10.30;1649.50;3.52;0.26 +9374;5;3193.50;10.30;1649.00;2.24;0.26 +9374;9;3188.30;10.30;1647.00;1.57;0.26 +9374;10;3193.70;10.30;1647.00;-1.57;0.26 9374;21;3188.30;10.30;1647.00;1.57;0.26 +9375;0;2975.00;10.37;1565.00;0.00;0.16 +9375;1;2975.50;10.50;1563.00;0.24;0.16 +9375;2;2973.50;10.70;1563.00;-0.64;0.16 +9375;3;2973.00;10.90;1565.00;4.71;0.16 +9375;4;2977.50;10.55;1565.00;1.57;0.16 +9375;5;2974.50;10.30;1567.50;3.33;0.16 +9375;6;2977.00;10.35;1567.50;2.46;0.16 +9375;9;2973.56;10.77;1565.00;1.57;0.16 +9375;10;2976.44;10.54;1565.00;-1.57;0.16 9375;21;2973.56;10.77;1565.00;1.57;0.16 +9376;0;3445.00;9.85;1600.00;0.00;0.22 +9376;1;3442.50;9.90;1597.50;-0.78;0.22 +9376;2;3444.00;9.85;1597.50;-0.38;0.22 +9376;3;3446.00;9.90;1598.00;0.46;0.22 +9376;4;3442.50;9.85;1600.00;4.71;0.22 +9376;5;3447.00;9.90;1601.50;2.21;0.22 +9376;6;3444.50;9.80;1602.00;3.38;0.22 +9376;7;3446.00;9.85;1603.50;2.86;0.22 +9376;9;3443.02;9.82;1600.00;1.57;0.22 +9376;10;3446.98;9.90;1600.00;-1.57;0.22 9376;21;3443.02;9.82;1600.00;1.57;0.22 +9377;0;1845.00;9.70;1128.00;0.00;0.22 +9377;1;1846.50;9.50;1126.50;0.78;0.22 +9377;2;1845.00;9.70;1129.50;3.14;0.22 +9377;3;1845.50;9.50;1125.00;0.16;0.22 +9377;4;1842.00;9.50;1131.50;3.85;0.22 +9377;9;1843.02;9.67;1128.00;1.57;0.22 +9377;10;1846.98;9.50;1128.00;-1.57;0.22 +9377;19;1844.00;9.68;1130.00;-3.14;0.22 +9377;20;1843.21;9.68;1131.56;3.60;0.22 9377;21;1846.40;9.70;1129.42;1.57;0.22 +9378;0;3400.00;9.95;1645.00;0.00;0.18 +9378;1;3398.00;10.30;1643.50;-0.92;0.18 +9378;2;3401.00;10.10;1643.50;0.58;0.18 +9378;3;3399.00;10.05;1646.50;3.73;0.18 +9378;4;3402.50;9.80;1646.50;2.11;0.18 +9378;9;3398.02;10.19;1645.00;1.57;0.18 +9378;10;3401.98;9.92;1645.00;-1.57;0.18 9378;21;3398.02;10.19;1645.00;1.57;0.18 +9379;0;2770.00;11.07;1608.00;0.00;0.20 +9379;1;2766.50;10.40;1606.50;-1.16;0.20 +9379;2;2770.00;10.80;1606.00;0.00;0.20 +9379;3;2773.00;11.30;1607.00;1.24;0.20 +9379;4;2773.50;11.30;1608.50;1.71;0.20 +9379;5;2768.00;10.95;1609.00;4.24;0.20 +9379;6;2771.00;11.35;1610.50;2.76;0.20 +9379;9;2767.12;10.69;1608.00;1.57;0.20 +9379;10;2772.88;11.38;1608.00;-1.57;0.20 9379;21;2767.12;10.69;1608.00;1.57;0.20 +9380;0;3499.00;9.90;1567.00;0.00;0.20 +9380;1;3499.00;9.90;1565.00;0.00;0.20 +9380;2;3497.00;9.90;1567.00;4.71;0.20 +9380;3;3501.00;9.90;1565.00;0.78;0.20 +9380;4;3501.00;9.95;1567.00;1.57;0.20 +9380;5;3499.00;9.97;1569.00;3.14;0.20 +9380;9;3497.20;9.90;1567.00;1.57;0.20 +9380;10;3500.80;9.95;1567.00;-1.57;0.20 9380;21;3497.20;9.90;1567.00;1.57;0.20 +9381;0;3571.00;10.40;1653.00;0.00;0.22 +9381;1;3569.00;10.40;1652.00;-1.10;0.22 +9381;2;3571.50;10.40;1650.50;0.19;0.22 +9381;3;3574.00;10.30;1652.50;1.40;0.22 +9381;4;3568.00;10.40;1654.50;4.24;0.22 +9381;5;3573.00;10.35;1654.50;2.21;0.22 +9381;6;3570.50;10.40;1655.50;3.33;0.22 +9381;9;3568.48;10.40;1653.00;1.57;0.22 +9381;10;3573.52;10.30;1653.00;-1.57;0.22 9381;21;3568.48;10.40;1653.00;1.57;0.22 +9382;0;3335.00;10.00;1619.00;0.00;0.18 +9382;1;3333.50;10.00;1617.00;-0.64;0.18 +9382;2;3337.50;10.00;1617.50;1.03;0.18 +9382;3;3331.00;10.25;1619.50;4.58;0.18 +9382;4;3334.50;10.20;1620.50;3.46;0.18 +9382;5;3338.00;10.00;1620.00;1.89;0.18 +9382;9;3331.94;10.10;1619.00;1.57;0.18 +9382;10;3338.06;10.00;1619.00;-1.57;0.18 9382;21;3331.94;10.10;1619.00;1.57;0.18 +9383;0;2735.00;11.82;1657.00;0.00;0.18 +9383;1;2736.00;11.70;1654.00;0.32;0.18 +9383;2;2736.50;11.90;1655.50;0.78;0.18 +9383;3;2733.50;11.85;1656.00;-0.98;0.18 +9383;4;2737.00;11.32;1657.00;1.57;0.18 +9383;5;2737.50;10.70;1658.00;1.95;0.18 +9383;6;2735.00;11.82;1659.00;3.14;0.18 +9383;9;2733.38;11.79;1657.00;1.57;0.18 +9383;10;2736.62;11.76;1657.00;-1.57;0.18 +9383;19;2738.00;10.07;1658.00;1.57;0.18 +9383;20;2739.66;10.07;1658.55;1.89;0.18 9383;21;2733.38;11.79;1657.00;1.57;0.18 +9384;0;3359.00;10.00;1578.00;0.00;0.22 +9384;1;3357.50;10.30;1575.00;-0.46;0.22 +9384;2;3360.50;10.00;1576.50;0.78;0.22 +9384;3;3356.50;10.00;1578.00;4.71;0.22 +9384;4;3360.50;10.00;1580.50;2.60;0.22 +9384;5;3357.00;10.00;1580.50;3.81;0.22 +9384;6;3358.50;10.00;1581.50;3.28;0.22 +9384;9;3357.02;10.00;1578.00;1.57;0.22 +9384;10;3360.98;10.04;1578.00;-1.57;0.22 9384;21;3357.02;10.00;1578.00;1.57;0.22 +9385;0;3625.00;10.05;1633.00;0.00;0.26 +9385;1;3623.00;10.22;1632.00;-1.10;0.26 +9385;2;3625.50;9.90;1629.50;0.14;0.26 +9385;3;3627.50;9.90;1630.50;0.78;0.26 +9385;4;3628.00;10.00;1634.00;1.89;0.26 +9385;5;3623.00;10.12;1636.00;3.73;0.26 +9385;6;3627.50;10.10;1636.50;2.52;0.26 +9385;7;3626.00;10.10;1637.50;2.92;0.26 +9385;9;3622.66;10.36;1633.00;1.57;0.26 +9385;10;3627.34;10.00;1633.00;-1.57;0.26 9385;21;3622.66;10.36;1633.00;1.57;0.26 +9386;0;3267.00;10.27;1643.00;0.00;0.24 +9386;1;3266.50;9.80;1640.50;-0.19;0.24 +9386;2;3269.50;9.90;1640.50;0.78;0.24 +9386;3;3269.50;10.40;1643.50;1.76;0.24 +9386;4;3264.00;9.95;1642.50;-1.40;0.24 +9386;5;3264.50;10.30;1644.00;4.33;0.24 +9386;6;3267.00;10.50;1646.00;3.14;0.24 +9386;9;3264.84;10.13;1643.00;1.57;0.24 +9386;10;3269.16;10.35;1643.00;-1.57;0.24 9386;21;3264.84;10.13;1643.00;1.57;0.24 +9387;0;3051.00;9.70;1580.00;0.00;0.20 +9387;1;3049.50;9.70;1578.50;-0.78;0.20 +9387;2;3053.00;9.70;1578.00;0.78;0.20 +9387;3;3053.50;9.70;1580.00;1.57;0.20 +9387;4;3051.00;9.70;1582.00;3.14;0.20 +9387;5;3048.00;9.70;1582.00;4.12;0.20 +9387;9;3048.66;9.70;1580.00;1.57;0.20 +9387;10;3053.34;9.70;1580.00;-1.57;0.20 9387;21;3048.66;9.70;1580.00;1.57;0.20 +9388;0;3008.88;9.70;1602.24;0.00;0.32 +9388;1;3008.00;9.70;1603.50;-0.51;0.32 +9388;2;3010.50;9.70;1604.00;0.16;0.32 +9388;3;3006.00;9.70;1605.50;-1.21;0.32 +9388;4;3011.50;9.60;1608.50;2.35;0.32 +9388;9;3006.04;9.70;1607.00;1.57;0.32 +9388;10;3013.96;9.50;1607.00;-1.57;0.32 +9388;19;3014.00;9.50;1607.00;-3.93;0.32 +9388;20;3015.75;9.50;1607.00;1.57;0.32 9388;21;3007.94;9.70;1606.61;-1.57;0.32 +9389;0;3482.00;9.80;1647.00;0.00;0.18 +9389;1;3478.50;9.80;1646.00;-1.29;0.18 +9389;2;3481.00;9.80;1645.00;-0.46;0.18 +9389;3;3484.00;9.82;1646.00;1.10;0.18 +9389;4;3486.00;9.85;1647.00;1.57;0.18 +9389;5;3480.00;9.80;1648.50;4.06;0.18 +9389;6;3484.00;9.85;1649.00;2.35;0.18 +9389;9;3479.12;9.80;1647.00;1.57;0.18 +9389;10;3484.88;9.80;1647.00;-1.57;0.18 9389;21;3479.12;9.80;1647.00;1.57;0.18 +9390;0;3567.00;10.40;1665.00;0.00;0.26 +9390;1;3568.50;10.40;1661.50;0.40;0.26 +9390;2;3569.50;10.40;1663.00;0.89;0.26 +9390;3;3565.50;10.40;1663.50;-0.78;0.26 +9390;4;3568.50;10.40;1666.00;2.15;0.26 +9390;5;3565.00;10.40;1667.00;3.92;0.26 +9390;6;3566.00;10.40;1669.00;3.38;0.26 +9390;9;3564.66;10.40;1665.00;1.57;0.26 +9390;10;3569.34;10.40;1665.00;-1.57;0.26 9390;21;3564.66;10.40;1665.00;1.57;0.26 +9391;0;3577.00;9.80;1567.00;0.00;0.22 +9391;1;3578.00;9.80;1564.50;0.38;0.22 +9391;2;3575.00;9.80;1565.00;-0.78;0.22 +9391;3;3580.00;9.80;1565.50;1.10;0.22 +9391;4;3573.00;9.80;1567.50;4.58;0.22 +9391;5;3580.00;9.70;1568.00;1.89;0.22 +9391;6;3577.00;9.75;1569.50;3.14;0.22 +9391;9;3573.94;9.80;1567.00;1.57;0.22 +9391;10;3580.06;9.75;1567.00;-1.57;0.22 9391;21;3573.94;9.80;1567.00;1.57;0.22 +9392;0;2745.00;11.45;1652.00;0.00;0.18 +9392;1;2745.50;11.90;1649.50;0.19;0.18 +9392;2;2748.00;11.82;1652.00;1.57;0.18 +9392;3;2742.50;11.30;1651.00;-1.19;0.18 +9392;4;2741.50;11.30;1653.00;4.43;0.18 +9392;5;2745.00;11.35;1654.00;3.14;0.18 +9392;9;2742.48;11.19;1652.00;1.57;0.18 +9392;10;2747.52;11.84;1652.00;-1.57;0.18 +9392;19;2746.00;10.75;1655.00;-3.14;0.18 +9392;20;2746.55;10.75;1656.66;2.82;0.18 9392;21;2742.48;11.19;1652.00;1.57;0.18 +9393;0;3051.00;9.80;1696.00;0.00;0.22 +9393;1;3051.00;9.85;1694.00;0.00;0.22 +9393;2;3053.50;9.80;1694.50;1.03;0.22 +9393;3;3047.50;9.80;1696.00;4.71;0.22 +9393;4;3053.50;9.80;1697.00;1.95;0.22 +9393;5;3049.50;9.90;1698.00;3.78;0.22 +9393;6;3052.00;9.85;1698.50;2.76;0.22 +9393;9;3048.66;9.80;1696.00;1.57;0.22 +9393;10;3053.34;9.80;1696.00;-1.57;0.22 9393;21;3048.66;9.80;1696.00;1.57;0.22 +9394;0;3426.00;10.15;1576.00;0.00;0.22 +9394;1;3425.50;9.90;1573.00;-0.16;0.22 +9394;2;3428.00;10.12;1574.00;0.78;0.22 +9394;3;3423.50;10.00;1575.50;-1.37;0.22 +9394;4;3425.00;10.15;1578.50;3.52;0.22 +9394;5;3428.50;10.40;1577.50;2.11;0.22 +9394;6;3427.50;10.30;1580.00;2.78;0.22 +9394;9;3424.02;10.00;1576.00;1.57;0.22 +9394;10;3427.98;10.29;1576.00;-1.57;0.22 9394;21;3424.02;10.00;1576.00;1.57;0.22 +9395;0;3405.00;11.27;1613.00;0.00;0.14 +9395;1;3406.50;10.90;1611.50;0.78;0.14 +9395;2;3408.00;10.55;1611.50;1.10;0.14 +9395;3;3404.00;11.15;1612.00;-0.78;0.14 +9395;4;3407.50;10.70;1613.50;1.76;0.14 +9395;5;3401.50;11.25;1613.00;4.71;0.14 +9395;6;3402.00;11.50;1614.50;4.24;0.14 +9395;7;3405.00;11.35;1615.00;3.14;0.14 +9395;9;3402.66;11.30;1613.00;1.57;0.14 +9395;10;3407.34;10.74;1613.00;-1.57;0.14 9395;21;3402.66;11.30;1613.00;1.57;0.14 +9396;0;3300.00;9.80;1583.00;0.00;0.18 +9396;1;3300.00;9.80;1581.50;0.00;0.18 +9396;2;3302.00;9.80;1582.50;1.32;0.18 +9396;3;3298.00;9.80;1583.50;4.46;0.18 +9396;4;3301.00;9.80;1585.00;2.67;0.18 +9396;5;3299.00;9.85;1585.50;3.52;0.18 +9396;9;3298.38;9.80;1583.00;1.57;0.18 +9396;10;3301.62;9.80;1583.00;-1.57;0.18 9396;21;3298.38;9.80;1583.00;1.57;0.18 +9397;0;2762.00;11.67;1619.00;0.00;0.22 +9397;1;2759.00;10.65;1617.00;-0.98;0.22 +9397;2;2761.50;11.45;1617.00;-0.24;0.22 +9397;3;2758.50;10.20;1618.50;-1.42;0.22 +9397;4;2765.00;11.80;1619.50;1.73;0.22 +9397;5;2761.00;10.90;1620.50;3.73;0.22 +9397;6;2764.50;11.55;1621.00;2.24;0.22 +9397;9;2759.48;10.44;1619.00;1.57;0.22 +9397;10;2764.52;11.99;1619.00;-1.57;0.22 9397;21;2759.48;10.44;1619.00;1.57;0.22 +9398;0;3135.00;10.35;1601.00;0.00;0.24 +9398;1;3136.50;10.40;1598.50;0.54;0.24 +9398;2;3134.00;10.40;1598.50;-0.38;0.24 +9398;3;3133.50;10.50;1601.50;4.39;0.24 +9398;4;3137.50;9.90;1601.50;1.76;0.24 +9398;5;3135.00;10.05;1604.00;3.14;0.24 +9398;9;3132.84;10.46;1601.00;1.57;0.24 +9398;10;3137.16;10.03;1601.00;-1.57;0.24 9398;21;3137.16;10.03;1601.00;-1.57;0.24 +9399;0;3328.00;10.70;1632.00;0.00;0.26 +9399;1;3327.00;10.60;1629.50;-0.38;0.26 +9399;2;3330.00;10.70;1630.50;0.92;0.26 +9399;3;3324.50;10.60;1631.50;-1.42;0.26 +9399;4;3331.00;10.70;1634.00;2.15;0.26 +9399;5;3325.50;10.70;1633.00;4.33;0.26 +9399;6;3328.00;10.70;1634.50;3.14;0.26 +9399;9;3325.66;10.70;1632.00;1.57;0.26 +9399;10;3330.34;10.70;1632.00;-1.57;0.26 9399;21;3325.66;10.70;1632.00;1.57;0.26 +9400;0;3120.00;9.90;1555.00;0.00;0.16 +9400;1;3117.50;9.90;1554.50;-1.37;0.16 +9400;2;3119.50;9.90;1553.50;-0.32;0.16 +9400;3;3123.00;9.95;1554.00;1.24;0.16 +9400;4;3124.00;9.90;1556.00;1.81;0.16 +9400;5;3120.00;9.90;1556.50;3.14;0.16 +9400;9;3117.48;9.90;1555.00;1.57;0.16 +9400;10;3122.52;9.90;1555.00;-1.57;0.16 9400;21;3117.48;9.90;1555.00;1.57;0.16 +9401;0;3592.00;10.30;1609.00;0.00;0.26 +9401;1;3591.50;10.40;1606.50;-0.19;0.26 +9401;2;3595.00;10.35;1607.50;1.10;0.26 +9401;3;3589.00;10.35;1608.00;-1.24;0.26 +9401;4;3589.00;10.05;1610.50;4.24;0.26 +9401;5;3594.50;10.30;1610.50;2.11;0.26 +9401;6;3591.50;10.00;1612.00;3.30;0.26 +9401;9;3589.30;10.25;1609.00;1.57;0.26 +9401;10;3594.70;10.40;1609.00;-1.57;0.26 9401;21;3589.30;10.25;1609.00;1.57;0.26 +9402;0;3549.00;10.50;1661.00;0.00;0.26 +9402;1;3548.00;10.50;1658.50;-0.38;0.26 +9402;2;3550.50;10.40;1658.00;0.46;0.26 +9402;3;3546.00;10.40;1661.50;4.54;0.26 +9402;4;3552.50;10.50;1660.50;1.42;0.26 +9402;5;3551.00;10.50;1662.50;2.21;0.26 +9402;6;3546.00;10.40;1664.00;3.92;0.26 +9402;7;3548.00;10.45;1664.00;3.46;0.26 +9402;9;3546.48;10.44;1661.00;1.57;0.26 +9402;10;3551.52;10.50;1661.00;-1.57;0.26 9402;21;3546.48;10.44;1661.00;1.57;0.26 +9403;0;2910.00;9.70;1566.00;0.00;0.22 +9403;1;2908.50;9.70;1564.50;-0.78;0.22 +9403;2;2911.50;9.70;1564.00;0.64;0.22 +9403;3;2912.00;9.70;1567.00;2.03;0.22 +9403;4;2906.50;9.70;1567.00;4.43;0.22 +9403;5;2909.00;9.70;1569.00;3.46;0.22 +9403;9;2907.66;9.70;1566.00;1.57;0.22 +9403;10;2912.34;9.70;1566.00;-1.57;0.22 9403;21;2907.66;9.70;1566.00;1.57;0.22 +9404;0;3193.00;10.40;1624.00;0.00;0.26 +9404;1;3192.50;10.40;1621.00;-0.16;0.26 +9404;2;3194.50;10.40;1621.00;0.46;0.26 +9404;3;3195.50;10.40;1622.50;1.03;0.26 +9404;4;3190.00;10.00;1623.00;-1.24;0.26 +9404;5;3195.50;10.40;1625.00;1.95;0.26 +9404;6;3191.00;10.25;1625.50;4.06;0.26 +9404;7;3193.50;10.40;1626.50;2.94;0.26 +9404;9;3190.48;10.09;1624.00;1.57;0.26 +9404;10;3195.52;10.40;1624.00;-1.57;0.26 9404;21;3190.48;10.09;1624.00;1.57;0.26 +9405;0;2650.00;10.40;1564.00;0.00;0.22 +9405;1;2647.50;9.50;1563.00;-1.19;0.22 +9405;2;2654.00;10.40;1563.00;1.32;0.22 +9405;3;2654.00;11.27;1565.00;1.81;0.22 +9405;4;2649.50;10.30;1566.00;3.38;0.22 +9405;5;2652.00;11.55;1567.50;2.62;0.22 +9405;9;2646.22;9.50;1564.00;1.57;0.22 +9405;10;2653.78;11.14;1564.00;-1.57;0.22 +9405;19;2646.00;9.50;1563.00;-1.19;0.22 +9405;20;2644.30;9.50;1562.57;-1.32;0.22 9405;21;2646.22;9.50;1564.00;1.57;0.22 +9406;0;3033.00;10.60;1686.00;0.00;0.28 +9406;1;3031.50;10.70;1683.00;-0.46;0.28 +9406;2;3035.00;10.80;1684.00;0.78;0.28 +9406;3;1516.00;9.50;842.50;-1.06;0.28 +9406;4;3036.00;10.75;1686.50;1.73;0.28 +9406;5;3034.50;10.35;1689.00;2.67;0.28 +9406;9;3030.48;10.14;1686.00;1.57;0.28 +9406;10;3035.52;10.79;1686.00;-1.57;0.28 9406;21;3030.48;10.14;1686.00;1.57;0.28 +9407;0;3476.00;9.80;1618.00;0.00;0.16 +9407;1;3475.00;9.80;1616.00;-0.46;0.16 +9407;2;3471.50;9.80;1617.50;-1.46;0.16 +9407;3;3479.00;9.80;1617.00;1.24;0.16 +9407;4;3480.00;9.80;1618.50;1.69;0.16 +9407;5;3472.00;9.80;1619.50;4.35;0.16 +9407;6;3479.50;9.80;1619.50;1.97;0.16 +9407;7;3475.50;9.80;1620.00;3.38;0.16 +9407;9;3472.58;9.80;1618.00;1.57;0.16 +9407;10;3479.42;9.80;1618.00;-1.57;0.16 9407;21;3472.58;9.80;1618.00;1.57;0.16 +9408;0;3244.00;10.20;1696.00;0.00;0.18 +9408;1;1621.50;10.10;847.50;-1.08;0.18 +9408;2;3245.00;10.15;1694.50;0.58;0.18 +9408;3;3247.50;10.30;1695.50;1.42;0.18 +9408;4;3248.00;10.30;1697.50;1.93;0.18 +9408;5;3245.00;10.20;1698.50;2.76;0.18 +9408;9;3240.76;9.80;1696.00;1.57;0.18 +9408;10;3247.24;10.28;1696.00;-1.57;0.18 9408;21;3240.76;9.80;1696.00;1.57;0.18 +9409;0;3500.00;10.00;1575.00;0.00;0.16 +9409;1;3499.50;10.00;1573.00;-0.24;0.16 +9409;2;3502.00;10.00;1574.00;1.10;0.16 +9409;3;3497.00;9.95;1574.00;-1.24;0.16 +9409;4;3502.50;10.00;1575.50;1.76;0.16 +9409;5;3496.50;9.90;1575.50;4.57;0.16 +9409;6;3498.50;10.00;1577.00;3.78;0.16 +9409;7;3501.50;10.15;1577.00;2.49;0.16 +9409;9;3497.66;10.00;1575.00;1.57;0.16 +9409;10;3502.34;10.00;1575.00;-1.57;0.16 9409;21;3497.66;10.00;1575.00;1.57;0.16 +9410;0;3026.00;10.37;1661.00;0.00;0.24 +9410;1;3023.50;10.20;1657.50;-0.62;0.24 +9410;2;3026.00;10.30;1658.00;0.00;0.24 +9410;3;3028.00;10.35;1660.00;1.10;0.24 +9410;4;3024.50;10.40;1662.00;4.12;0.24 +9410;5;3028.00;10.50;1664.00;2.55;0.24 +9410;6;3026.00;10.50;1665.50;3.14;0.24 +9410;9;3023.84;10.35;1661.00;1.57;0.24 +9410;10;3028.16;10.36;1661.00;-1.57;0.24 9410;21;3023.84;10.35;1661.00;1.57;0.24 +9411;0;3367.00;10.05;1584.00;0.00;0.20 +9411;1;3368.00;10.05;1581.50;0.38;0.20 +9411;2;3364.50;10.00;1583.50;-1.37;0.20 +9411;3;3370.00;10.00;1583.00;1.24;0.20 +9411;4;3369.00;10.00;1585.00;2.03;0.20 +9411;5;3365.00;10.05;1585.50;4.06;0.20 +9411;6;3367.50;10.10;1586.50;2.94;0.20 +9411;9;3364.66;10.00;1584.00;1.57;0.20 +9411;10;3369.34;10.00;1584.00;-1.57;0.20 9411;21;3364.66;10.00;1584.00;1.57;0.20 +9412;0;3105.00;13.70;1512.00;0.00;0.26 +9412;1;3103.00;14.00;1509.50;-0.67;0.26 +9412;2;3106.00;13.95;1509.50;0.38;0.26 +9412;3;3107.50;13.10;1513.00;1.95;0.26 +9412;4;3102.50;13.70;1512.00;4.71;0.26 +9412;5;3104.00;14.25;1515.00;3.46;0.26 +9412;6;3107.50;12.60;1515.50;2.52;0.26 +9412;9;3102.66;13.67;1512.00;1.57;0.26 +9412;10;3107.34;13.49;1512.00;-1.57;0.26 9412;21;3102.66;13.67;1512.00;1.57;0.26 +9413;0;3335.00;9.80;1520.00;0.00;0.22 +9413;1;3333.00;9.80;1517.50;-0.67;0.22 +9413;2;3336.00;9.80;1518.00;0.46;0.22 +9413;3;3337.50;9.80;1519.00;1.19;0.22 +9413;4;3332.00;9.80;1520.50;4.54;0.22 +9413;5;3338.00;9.80;1521.50;2.03;0.22 +9413;6;3333.50;9.80;1522.50;3.68;0.22 +9413;7;3335.50;9.80;1522.00;2.89;0.22 +9413;9;3332.84;9.80;1520.00;1.57;0.22 +9413;10;3337.16;9.80;1520.00;-1.57;0.22 9413;21;3332.84;9.80;1520.00;1.57;0.22 +9414;0;3039.00;11.20;1529.00;0.00;0.18 +9414;1;3038.50;11.40;1527.50;-0.32;0.18 +9414;2;3041.50;10.60;1529.00;1.57;0.18 +9414;3;3036.50;11.55;1528.00;-1.19;0.18 +9414;4;3035.50;11.60;1528.50;-1.42;0.18 +9414;5;3036.00;11.55;1529.50;4.54;0.18 +9414;6;3039.50;11.00;1530.50;2.82;0.18 +9414;9;3036.66;11.55;1529.00;1.57;0.18 +9414;10;3041.34;10.64;1529.00;-1.57;0.18 9414;21;3036.66;11.55;1529.00;1.57;0.18 +9415;0;3470.00;9.70;1448.00;0.00;0.18 +9415;1;3469.50;9.70;1446.50;-0.32;0.18 +9415;2;3474.00;9.70;1446.50;1.21;0.18 +9415;3;3471.50;9.70;1449.00;2.15;0.18 +9415;4;3465.50;9.70;1449.50;4.39;0.18 +9415;5;3468.00;9.70;1450.50;3.81;0.18 +9415;9;3466.94;9.70;1448.00;1.57;0.18 +9415;10;3473.06;9.70;1448.00;-1.57;0.18 9415;21;3466.94;9.70;1448.00;1.57;0.18 +9416;0;2980.00;11.60;1515.00;0.00;0.18 +9416;1;2980.00;11.40;1513.50;0.00;0.18 +9416;2;2983.00;11.37;1513.00;0.98;0.18 +9416;3;2983.00;11.65;1514.00;1.24;0.18 +9416;4;2977.50;11.80;1514.50;-1.37;0.18 +9416;5;2982.50;11.90;1515.50;1.76;0.18 +9416;6;2977.50;11.90;1516.50;4.17;0.18 +9416;7;2980.50;12.00;1517.00;2.89;0.18 +9416;9;2977.84;11.81;1515.00;1.57;0.18 +9416;10;2982.16;11.73;1515.00;-1.57;0.18 9416;21;2977.84;11.81;1515.00;1.57;0.18 +9417;0;3426.00;9.60;1462.00;0.00;0.16 +9417;1;3424.00;9.65;1460.50;-0.92;0.16 +9417;2;3422.00;9.70;1461.00;-1.32;0.16 +9417;3;3427.50;9.70;1460.50;0.78;0.16 +9417;4;3430.00;9.70;1460.50;1.21;0.16 +9417;5;3430.50;9.70;1461.00;1.35;0.16 +9417;6;3429.50;9.70;1462.50;1.71;0.16 +9417;7;3423.50;9.60;1463.00;4.33;0.16 +9417;8;3426.50;9.60;1463.50;2.82;0.16 +9417;9;3422.94;9.67;1462.00;1.57;0.16 +9417;10;3429.06;9.67;1462.00;-1.57;0.16 +9417;19;3420.00;9.50;1460.00;-1.33;0.16 +9417;20;3418.34;9.50;1459.44;-1.24;0.16 9417;21;3422.94;9.67;1462.00;1.57;0.16 +9418;0;2891.00;10.77;1511.00;0.00;0.20 +9418;1;2889.50;10.30;1509.50;-0.78;0.20 +9418;2;2892.50;10.60;1508.50;0.54;0.20 +9418;3;2893.50;11.35;1511.00;1.57;0.20 +9418;4;2889.00;10.40;1512.50;4.06;0.20 +9418;5;2891.00;11.10;1513.00;3.14;0.20 +9418;9;2889.02;10.35;1511.00;1.57;0.20 +9418;10;2892.98;11.27;1511.00;-1.57;0.20 9418;21;2889.02;10.35;1511.00;1.57;0.20 +9419;0;3336.00;9.80;1469.00;0.00;0.22 +9419;1;3334.50;9.70;1467.00;-0.64;0.22 +9419;2;3336.50;9.70;1466.50;0.19;0.22 +9419;3;3337.50;9.70;1467.50;0.78;0.22 +9419;4;3333.50;9.75;1469.00;4.71;0.22 +9419;5;3338.50;9.70;1470.00;1.95;0.22 +9419;6;3336.00;9.70;1471.50;3.14;0.22 +9419;9;3333.84;9.75;1469.00;1.57;0.22 +9419;10;3338.16;9.73;1469.00;-1.57;0.22 9419;21;3333.84;9.75;1469.00;1.57;0.22 +9420;0;3642.00;9.80;1550.00;0.00;0.22 +9420;1;3643.50;9.70;1548.00;0.64;0.22 +9420;2;3639.50;10.15;1548.00;-0.89;0.22 +9420;3;3638.00;9.95;1549.50;-1.44;0.22 +9420;4;3645.50;9.80;1551.50;1.97;0.22 +9420;5;3638.50;9.70;1552.00;4.19;0.22 +9420;6;3642.50;9.80;1552.50;2.94;0.22 +9420;9;3638.94;9.90;1550.00;1.57;0.22 +9420;10;3645.06;9.80;1550.00;-1.57;0.22 9420;21;3638.94;9.90;1550.00;1.57;0.22 +9421;0;3025.00;12.32;1511.00;0.00;0.24 +9421;1;3025.00;11.92;1508.00;0.00;0.24 +9421;2;3023.00;12.25;1508.50;-0.67;0.24 +9421;3;3026.50;12.10;1510.50;1.24;0.24 +9421;4;3023.00;12.50;1512.00;4.24;0.24 +9421;5;3026.00;12.45;1513.50;2.76;0.24 +9421;9;3022.84;12.40;1511.00;1.57;0.24 +9421;10;3027.16;12.15;1511.00;-1.57;0.24 9421;21;3022.84;12.40;1511.00;1.57;0.24 +9422;0;3466.00;9.80;1550.00;0.00;0.16 +9422;1;3466.00;9.85;1547.50;0.00;0.16 +9422;2;3467.50;9.80;1548.00;0.64;0.16 +9422;3;3468.00;9.80;1550.00;1.57;0.16 +9422;4;3464.50;9.80;1550.50;4.39;0.16 +9422;5;3466.50;9.80;1552.50;2.94;0.16 +9422;9;3464.56;9.80;1550.00;1.57;0.16 +9422;10;3467.44;9.80;1550.00;-1.57;0.16 9422;21;3464.56;9.80;1550.00;1.57;0.16 +9423;0;3250.00;9.90;1484.00;0.00;0.30 +9423;1;3250.00;10.20;1480.50;0.00;0.30 +9423;2;3252.00;10.05;1482.00;0.78;0.30 +9423;3;3247.00;9.90;1482.50;-1.10;0.30 +9423;4;3252.00;9.90;1485.00;2.03;0.30 +9423;5;3247.00;9.95;1485.50;4.24;0.30 +9423;6;3250.00;9.95;1488.00;3.14;0.30 +9423;9;3247.12;9.91;1484.00;1.57;0.30 +9423;10;3252.88;9.90;1484.00;-1.57;0.30 9423;21;3247.12;9.91;1484.00;1.57;0.30 +9424;0;3411.00;9.80;1515.00;0.00;0.18 +9424;1;3412.00;9.80;1513.00;0.46;0.18 +9424;2;3408.50;9.80;1514.00;-1.19;0.18 +9424;3;3414.00;9.80;1514.00;1.24;0.18 +9424;4;3407.50;9.80;1515.50;4.57;0.18 +9424;5;3413.50;9.80;1516.00;1.95;0.18 +9424;6;3410.50;9.80;1517.00;3.38;0.18 +9424;9;3408.48;9.80;1515.00;1.57;0.18 +9424;10;3413.52;9.80;1515.00;-1.57;0.18 9424;21;3408.48;9.80;1515.00;1.57;0.18 +9425;0;3186.00;11.77;1488.00;0.00;0.28 +9425;1;3185.50;12.10;1485.00;-0.16;0.28 +9425;2;3188.50;12.00;1485.50;0.78;0.28 +9425;3;3183.50;12.35;1487.00;-1.19;0.28 +9425;4;3183.50;12.30;1489.50;4.17;0.28 +9425;5;3188.50;11.15;1489.00;1.95;0.28 +9425;6;3187.00;11.25;1490.50;2.76;0.28 +9425;9;3183.48;12.49;1488.00;1.57;0.28 +9425;10;3188.52;11.30;1488.00;-1.57;0.28 9425;21;3183.48;12.49;1488.00;1.57;0.28 +9426;0;3513.00;9.75;1456.00;0.00;0.26 +9426;1;3514.50;9.70;1452.50;0.40;0.26 +9426;2;3512.00;9.80;1454.50;-0.58;0.26 +9426;3;3515.50;9.70;1454.50;1.03;0.26 +9426;4;3515.50;9.70;1457.00;1.95;0.26 +9426;5;3510.00;9.80;1457.00;4.39;0.26 +9426;6;3513.50;9.80;1459.00;2.97;0.26 +9426;7;3511.00;9.80;1459.00;3.73;0.26 +9426;9;3510.66;9.80;1456.00;1.57;0.26 +9426;10;3515.34;9.70;1456.00;-1.57;0.26 9426;21;3510.66;9.80;1456.00;1.57;0.26 +9427;0;3115.00;10.60;1522.00;0.00;0.16 +9427;1;3114.50;11.00;1520.50;-0.32;0.16 +9427;2;3112.50;11.00;1520.50;-1.03;0.16 +9427;3;3118.00;11.22;1521.00;1.24;0.16 +9427;4;3111.50;10.50;1522.50;4.57;0.16 +9427;5;3118.00;10.55;1522.50;1.73;0.16 +9427;6;3114.00;10.20;1524.00;3.60;0.16 +9427;9;3112.12;10.65;1522.00;1.57;0.16 +9427;10;3117.88;10.73;1522.00;-1.57;0.16 9427;21;3112.12;10.65;1522.00;1.57;0.16 +9428;0;3016.00;9.75;1562.00;0.00;0.20 +9428;1;3014.50;9.80;1559.50;-0.54;0.20 +9428;2;3017.50;9.80;1561.00;0.98;0.20 +9428;3;3013.00;9.80;1561.00;-1.24;0.20 +9428;4;3019.00;9.70;1562.50;1.73;0.20 +9428;5;3014.00;9.70;1563.50;4.06;0.20 +9428;6;3017.50;9.70;1564.00;2.49;0.20 +9428;9;3013.66;9.75;1562.00;1.57;0.20 +9428;10;3018.34;9.75;1562.00;-1.57;0.20 9428;21;3013.66;9.75;1562.00;1.57;0.20 +9429;0;3041.00;11.75;1519.00;0.00;0.22 +9429;1;3038.50;12.00;1517.50;-1.03;0.22 +9429;2;3042.00;12.12;1517.00;0.46;0.22 +9429;3;3045.00;11.92;1518.00;1.32;0.22 +9429;4;3038.00;11.65;1520.00;4.39;0.22 +9429;5;3045.50;11.25;1520.00;1.78;0.22 +9429;6;3043.00;11.05;1521.00;2.35;0.22 +9429;7;3039.50;11.20;1522.50;3.54;0.22 +9429;9;3038.30;11.74;1519.00;1.57;0.22 +9429;10;3043.70;11.69;1519.00;-1.57;0.22 9429;21;3038.30;11.74;1519.00;1.57;0.22 +9430;0;3416.00;9.70;1467.00;0.00;0.20 +9430;1;3413.50;9.70;1466.00;-1.19;0.20 +9430;2;3416.00;9.70;1464.50;0.00;0.20 +9430;3;3418.50;9.70;1465.50;1.03;0.20 +9430;4;3418.50;9.70;1468.00;1.95;0.20 +9430;5;3413.50;9.70;1469.00;4.03;0.20 +9430;6;3415.50;9.80;1469.00;3.38;0.20 +9430;9;3413.48;9.70;1467.00;1.57;0.20 +9430;10;3418.52;9.70;1467.00;-1.57;0.20 +9430;19;3418.00;9.50;1463.00;0.00;0.20 +9430;20;3418.78;9.50;1461.43;0.46;0.20 9430;21;3413.48;9.70;1467.00;1.57;0.20 +9431;0;2867.00;9.52;1548.00;0.00;0.16 +9431;1;2866.00;9.70;1548.50;4.24;0.16 +9431;2;2870.00;9.50;1546.50;1.10;0.16 +9431;3;2870.50;9.50;1548.00;1.57;0.16 +9431;4;2870.00;9.50;1549.50;2.03;0.16 +9431;5;2865.50;9.50;1546.50;-0.78;0.16 +9431;9;2864.12;9.50;1548.00;1.57;0.16 +9431;10;2869.88;9.50;1548.00;-1.57;0.16 +9431;19;2872.50;9.40;1548.47;-1.73;0.16 +9431;20;2874.24;9.40;1548.62;1.65;0.16 9431;21;2872.84;9.60;1548.45;-1.57;0.16 +9432;0;3532.00;10.50;1542.00;0.00;0.26 +9432;1;3532.00;10.85;1539.00;0.00;0.26 +9432;2;3534.50;11.30;1540.00;0.89;0.26 +9432;3;3530.00;10.10;1541.50;-1.32;0.26 +9432;4;3533.50;11.00;1543.50;2.35;0.26 +9432;5;3529.50;10.25;1545.00;3.83;0.26 +9432;6;3531.50;10.60;1545.50;3.28;0.26 +9432;9;3529.66;10.02;1542.00;1.57;0.26 +9432;10;3534.34;11.16;1542.00;-1.57;0.26 9432;21;3529.66;10.02;1542.00;1.57;0.26 +9433;0;3335.00;10.32;1486.00;0.00;0.22 +9433;1;3335.00;10.22;1484.00;0.00;0.22 +9433;2;3338.00;10.15;1484.50;1.10;0.22 +9433;3;3331.50;10.10;1485.50;-1.42;0.22 +9433;4;3332.50;10.00;1487.50;4.17;0.22 +9433;5;3337.50;10.40;1487.00;1.95;0.22 +9433;6;3336.00;10.15;1488.50;2.76;0.22 +9433;9;3332.48;10.19;1486.00;1.57;0.22 +9433;10;3337.52;10.39;1486.00;-1.57;0.22 9433;21;3332.48;10.19;1486.00;1.57;0.22 +9434;0;2815.60;9.70;1510.79;0.00;0.24 +9434;1;2813.50;9.50;1507.00;0.24;0.24 +9434;2;2811.50;9.60;1507.00;-0.64;0.24 +9434;3;2810.00;9.70;1509.00;4.71;0.24 +9434;4;2815.00;9.62;1509.00;1.57;0.24 +9434;5;2813.50;9.70;1511.00;2.89;0.24 +9434;6;2816.00;9.70;1511.00;2.15;0.24 +9434;9;2810.48;9.70;1509.00;1.57;0.24 +9434;10;2815.52;9.60;1509.00;-1.57;0.24 +9434;19;2808.47;9.50;1507.67;-1.19;0.24 +9434;20;2806.79;9.50;1507.18;-1.28;0.24 9434;21;2812.67;9.90;1507.50;-1.57;0.24 +9435;0;3261.00;10.10;1486.00;0.00;0.32 +9435;1;3260.50;10.05;1483.00;-0.16;0.32 +9435;2;3264.00;10.05;1483.00;0.78;0.32 +9435;3;3257.50;10.00;1486.00;4.71;0.32 +9435;4;3265.50;10.00;1484.00;1.15;0.32 +9435;5;3262.50;10.10;1487.50;2.35;0.32 +9435;6;3257.00;10.15;1490.00;3.92;0.32 +9435;7;3259.00;10.10;1490.00;3.60;0.32 +9435;9;3257.76;10.02;1486.00;1.57;0.32 +9435;10;3264.24;10.02;1486.00;-1.57;0.32 9435;21;3257.76;10.02;1486.00;1.57;0.32 +9436;0;3492.00;10.30;1511.00;0.00;0.20 +9436;1;3492.50;10.50;1508.50;0.19;0.20 +9436;2;3489.50;10.00;1510.50;-1.37;0.20 +9436;3;3495.50;10.40;1510.50;1.42;0.20 +9436;4;3493.00;10.20;1512.50;2.55;0.20 +9436;5;3490.50;10.00;1513.00;3.78;0.20 +9436;9;3489.84;10.05;1511.00;1.57;0.20 +9436;10;3494.16;10.35;1511.00;-1.57;0.20 9436;21;3489.84;10.05;1511.00;1.57;0.20 +9437;0;3311.00;9.80;1525.00;0.00;0.20 +9437;1;3311.50;9.80;1523.00;0.24;0.20 +9437;2;3307.50;9.80;1524.50;-1.42;0.20 +9437;3;3314.50;9.80;1523.50;1.16;0.20 +9437;4;3313.00;9.80;1526.00;2.03;0.20 +9437;5;3309.50;9.80;1526.50;3.92;0.20 +9437;9;3308.30;9.80;1525.00;1.57;0.20 +9437;10;3313.70;9.80;1525.00;-1.57;0.20 9437;21;3308.30;9.80;1525.00;1.57;0.20 +9438;0;3191.00;10.30;1636.00;0.00;0.26 +9438;1;3189.00;10.30;1634.50;-0.92;0.26 +9438;2;3192.50;10.40;1632.50;0.40;0.26 +9438;3;3193.50;10.30;1634.50;1.03;0.26 +9438;4;3194.00;10.30;1637.50;2.03;0.26 +9438;5;3187.00;10.30;1637.50;4.35;0.26 +9438;6;3190.50;10.30;1639.00;3.30;0.26 +9438;9;3188.12;10.30;1636.00;1.57;0.26 +9438;10;3193.88;10.30;1636.00;-1.57;0.26 9438;21;3188.12;10.30;1636.00;1.57;0.26 +9439;0;3091.00;9.80;1559.00;0.00;0.20 +9439;1;3089.00;9.90;1557.50;-0.92;0.20 +9439;2;3092.00;9.80;1557.00;0.46;0.20 +9439;3;3094.50;9.85;1559.00;1.57;0.20 +9439;4;3087.50;9.80;1559.50;4.57;0.20 +9439;5;3090.50;9.80;1560.50;3.46;0.20 +9439;9;3088.12;9.81;1559.00;1.57;0.20 +9439;10;3093.88;9.81;1559.00;-1.57;0.20 9439;21;3088.12;9.81;1559.00;1.57;0.20 +9440;0;3527.00;11.85;1468.00;0.00;0.22 +9440;1;3526.50;11.90;1465.50;-0.19;0.22 +9440;2;3529.00;11.75;1466.00;0.78;0.22 +9440;3;3523.50;11.40;1467.50;-1.42;0.22 +9440;4;3529.50;12.00;1468.50;1.76;0.22 +9440;5;3525.00;11.50;1469.50;4.06;0.22 +9440;6;3527.50;11.40;1470.50;2.94;0.22 +9440;9;3524.66;11.50;1468.00;1.57;0.22 +9440;10;3529.34;12.05;1468.00;-1.57;0.22 9440;21;3524.66;11.50;1468.00;1.57;0.22 +9441;0;2999.00;12.85;1531.00;0.00;0.24 +9441;1;2999.00;13.45;1529.00;0.00;0.24 +9441;2;2996.00;13.32;1529.00;-0.98;0.24 +9441;3;2997.00;12.67;1531.00;4.71;0.24 +9441;4;3001.50;14.50;1530.00;1.19;0.24 +9441;5;3001.00;13.75;1532.50;2.21;0.24 +9441;6;2998.50;12.35;1534.00;3.30;0.24 +9441;7;3000.00;12.90;1534.50;2.86;0.24 +9441;9;2996.66;12.62;1531.00;1.57;0.24 +9441;10;3001.34;14.33;1531.00;-1.57;0.24 9441;21;2996.66;12.62;1531.00;1.57;0.24 +9442;0;3492.00;9.77;1467.00;0.00;0.22 +9442;1;3491.50;9.80;1465.50;-0.32;0.22 +9442;2;3489.50;9.75;1465.00;-0.89;0.22 +9442;3;3490.00;9.70;1467.50;4.46;0.22 +9442;4;3495.00;9.77;1467.00;1.57;0.22 +9442;5;3494.50;9.70;1469.50;2.35;0.22 +9442;6;3492.50;9.70;1469.50;2.94;0.22 +9442;9;3489.66;9.70;1467.00;1.57;0.22 +9442;10;3494.34;9.80;1467.00;-1.57;0.22 9442;21;3489.66;9.70;1467.00;1.57;0.22 +9443;0;2937.00;10.87;1544.00;0.00;0.24 +9443;1;2937.50;11.00;1541.50;0.19;0.24 +9443;2;2939.00;11.27;1541.00;0.58;0.24 +9443;3;2939.50;11.10;1543.50;1.37;0.24 +9443;4;2935.00;10.70;1543.50;-1.32;0.24 +9443;5;2937.50;10.80;1545.50;2.82;0.24 +9443;6;2934.00;10.57;1546.00;4.12;0.24 +9443;7;2934.50;10.55;1547.00;3.83;0.24 +9443;9;2934.84;10.66;1544.00;1.57;0.24 +9443;10;2939.16;11.06;1544.00;-1.57;0.24 9443;21;2934.84;10.66;1544.00;1.57;0.24 +9444;0;2884.00;11.02;1519.00;0.00;0.16 +9444;1;2883.50;10.70;1515.50;-0.14;0.16 +9444;2;2882.50;10.90;1517.50;-0.78;0.16 +9444;3;2885.50;10.80;1516.50;0.54;0.16 +9444;4;2885.00;11.02;1519.00;1.57;0.16 +9444;5;2883.00;11.05;1520.00;3.92;0.16 +9444;6;2883.00;11.00;1522.50;3.42;0.16 +9444;7;2886.00;11.15;1522.00;2.55;0.16 +9444;8;2884.50;11.05;1523.00;3.01;0.16 +9444;9;2882.56;10.95;1519.00;1.57;0.16 +9444;10;2885.44;11.04;1519.00;-1.57;0.16 9444;21;2882.56;10.95;1519.00;1.57;0.16 +9445;0;3605.00;10.30;1550.00;0.00;0.24 +9445;1;3605.00;10.20;1547.50;0.00;0.24 +9445;2;3607.50;10.15;1548.00;0.89;0.24 +9445;3;3602.00;10.10;1548.50;-1.10;0.24 +9445;4;3600.50;9.95;1550.00;4.71;0.24 +9445;5;3609.00;11.50;1550.50;1.69;0.24 +9445;6;3602.50;10.30;1552.50;3.92;0.24 +9445;7;3606.00;10.45;1552.50;2.76;0.24 +9445;9;3601.94;10.00;1550.00;1.57;0.24 +9445;10;3608.06;11.09;1550.00;-1.57;0.24 9445;21;3601.94;10.00;1550.00;1.57;0.24 +9446;0;3414.00;9.80;1477.00;0.00;0.22 +9446;1;3414.50;9.80;1474.00;0.16;0.22 +9446;2;3416.50;9.80;1475.50;1.03;0.22 +9446;3;3412.50;9.80;1476.00;-0.98;0.22 +9446;4;3415.00;9.80;1478.00;2.35;0.22 +9446;5;3412.00;9.90;1479.00;3.92;0.22 +9446;9;3412.02;9.80;1477.00;1.57;0.22 +9446;10;3415.98;9.80;1477.00;-1.57;0.22 9446;21;3412.02;9.80;1477.00;1.57;0.22 +9447;0;3548.00;10.77;1521.00;0.00;0.22 +9447;1;3547.50;10.40;1519.00;-0.24;0.22 +9447;2;3551.00;10.55;1520.00;1.24;0.22 +9447;3;3544.50;10.95;1520.00;-1.29;0.22 +9447;4;3546.00;11.75;1522.50;4.06;0.22 +9447;5;3550.00;10.77;1523.00;2.35;0.22 +9447;9;3545.48;11.19;1521.00;1.57;0.22 +9447;10;3550.52;10.64;1521.00;-1.57;0.22 9447;21;3545.48;11.19;1521.00;1.57;0.22 +9448;0;3427.00;9.87;1548.00;0.00;0.20 +9448;1;3426.00;9.95;1545.00;-0.32;0.20 +9448;2;3428.00;9.80;1545.50;0.38;0.20 +9448;3;3424.50;10.10;1548.00;4.71;0.20 +9448;4;3428.50;9.80;1548.00;1.57;0.20 +9448;5;3426.50;9.90;1550.50;3.33;0.20 +9448;6;3429.00;9.80;1550.50;2.46;0.20 +9448;9;3425.20;10.03;1548.00;1.57;0.20 +9448;10;3428.80;9.80;1548.00;-1.57;0.20 9448;21;3425.20;10.03;1548.00;1.57;0.20 +9449;0;3372.00;9.90;1523.00;0.00;0.22 +9449;1;3374.00;9.90;1521.00;0.78;0.22 +9449;2;3370.50;9.90;1521.50;-0.78;0.22 +9449;3;3376.00;9.90;1521.00;1.10;0.22 +9449;4;3374.50;9.90;1523.50;1.76;0.22 +9449;5;3369.00;9.95;1524.00;4.39;0.22 +9449;6;3372.00;9.90;1525.50;3.14;0.22 +9449;9;3369.66;9.98;1523.00;1.57;0.22 +9449;10;3374.34;9.90;1523.00;-1.57;0.22 9449;21;3369.66;9.98;1523.00;1.57;0.22 +9450;0;1434.00;10.10;1578.00;0.00;0.26 +9450;1;1434.50;10.30;1574.50;0.14;0.26 +9450;2;1437.50;10.80;1575.00;0.86;0.26 +9450;3;1432.00;10.17;1577.00;-1.10;0.26 +9450;4;716.50;9.50;788.50;-0.73;0.26 +9450;5;1432.00;10.10;1581.00;3.73;0.26 +9450;6;1433.50;10.10;1583.50;3.23;0.26 +9450;9;1431.66;10.14;1578.00;1.57;0.26 +9450;10;1436.34;10.10;1578.00;-1.57;0.26 9450;21;1431.66;10.14;1578.00;1.57;0.26 +9451;0;3273.00;10.10;1495.00;0.00;0.20 +9451;1;3271.00;10.10;1494.00;-1.10;0.20 +9451;2;3273.50;10.30;1492.50;0.19;0.20 +9451;3;3275.00;10.10;1495.00;1.57;0.20 +9451;4;3272.50;10.10;1497.50;3.33;0.20 +9451;5;3275.00;10.10;1497.50;2.46;0.20 +9451;9;3271.20;10.10;1495.00;1.57;0.20 +9451;10;3274.80;10.10;1495.00;-1.57;0.20 9451;21;3271.20;10.10;1495.00;1.57;0.20 +9452;0;3171.00;10.00;1541.00;0.00;0.24 +9452;1;3169.50;10.00;1539.50;-0.78;0.24 +9452;2;3172.50;10.00;1537.50;0.40;0.24 +9452;3;3173.00;10.00;1541.00;1.57;0.24 +9452;4;3169.00;9.95;1543.00;3.92;0.24 +9452;5;3172.50;10.00;1544.50;2.73;0.24 +9452;6;3170.50;10.00;1544.50;3.28;0.24 +9452;9;3168.84;9.90;1541.00;1.57;0.24 +9452;10;3173.16;10.00;1541.00;-1.57;0.24 9452;21;3168.84;9.90;1541.00;1.57;0.24 +9453;0;3644.00;9.60;1463.00;0.00;0.34 +9453;1;3640.50;9.70;1458.50;-0.66;0.34 +9453;2;3644.50;9.60;1459.50;0.14;0.34 +9453;3;3639.50;9.60;1461.00;-1.15;0.34 +9453;4;3647.50;9.60;1463.50;1.71;0.34 +9453;5;3642.00;9.60;1465.50;3.81;0.34 +9453;6;3647.00;9.60;1466.50;2.43;0.34 +9453;9;3640.76;9.60;1463.00;1.57;0.34 +9453;10;3647.24;9.60;1463.00;-1.57;0.34 9453;21;3640.76;9.60;1463.00;1.57;0.34 +9454;0;3199.00;10.40;1517.00;0.00;0.26 +9454;1;3197.50;10.40;1514.00;-0.46;0.26 +9454;2;3200.50;10.40;1514.00;0.46;0.26 +9454;3;3197.00;10.35;1518.00;4.24;0.26 +9454;4;3202.50;10.40;1516.50;1.42;0.26 +9454;5;3200.50;10.40;1519.00;2.49;0.26 +9454;6;3198.50;10.30;1521.00;3.26;0.26 +9454;9;3196.66;10.40;1517.00;1.57;0.26 +9454;10;3201.34;10.40;1517.00;-1.57;0.26 9454;21;3196.66;10.40;1517.00;1.57;0.26 +9455;0;3535.00;11.02;1473.00;0.00;0.18 +9455;1;3534.50;11.05;1470.00;-0.16;0.18 +9455;2;3533.50;11.75;1471.00;-0.64;0.18 +9455;3;3535.50;10.60;1470.50;0.19;0.18 +9455;4;3536.00;10.45;1474.50;2.55;0.18 +9455;5;3533.00;11.25;1474.50;4.06;0.18 +9455;9;3533.38;11.72;1473.00;1.57;0.18 +9455;10;3536.62;10.37;1473.00;-1.57;0.18 9455;21;3533.38;11.72;1473.00;1.57;0.18 +9456;0;2994.00;9.70;1567.00;0.00;0.20 +9456;1;2993.50;9.70;1563.50;-0.14;0.20 +9456;2;2992.50;9.70;1563.50;-0.40;0.20 +9456;3;2995.50;9.70;1565.50;0.78;0.20 +9456;4;2992.00;9.70;1565.50;-0.92;0.20 +9456;5;2993.50;9.70;1569.00;3.38;0.20 +9456;6;2995.50;9.70;1570.00;2.67;0.20 +9456;9;2992.20;9.70;1567.00;1.57;0.20 +9456;10;2995.80;9.70;1567.00;-1.57;0.20 9456;21;2992.20;9.70;1567.00;1.57;0.20 +9457;0;3087.00;10.75;1523.00;0.00;0.20 +9457;1;3087.50;11.10;1521.00;0.24;0.20 +9457;2;3089.50;11.30;1520.50;0.78;0.20 +9457;3;3090.00;11.10;1521.50;1.10;0.20 +9457;4;3085.50;11.10;1521.50;-0.78;0.20 +9457;5;3088.50;10.70;1523.50;1.89;0.20 +9457;6;3084.50;11.20;1523.50;4.51;0.20 +9457;7;3085.50;10.60;1525.50;3.68;0.20 +9457;8;3087.00;10.50;1525.50;3.14;0.20 +9457;9;3085.20;10.93;1523.00;1.57;0.20 +9457;10;3088.80;10.70;1523.00;-1.57;0.20 9457;21;3085.20;10.93;1523.00;1.57;0.20 +9458;0;2780.04;10.00;1550.49;0.00;0.24 +9458;1;2779.00;9.50;1545.00;-0.46;0.24 +9458;2;2777.50;9.80;1548.50;4.17;0.24 +9458;3;2783.50;9.80;1547.50;1.71;0.24 +9458;4;2782.00;9.80;1549.00;2.35;0.24 +9458;9;2776.76;9.57;1547.00;1.57;0.24 +9458;10;2783.24;9.72;1547.00;-1.57;0.24 +9458;19;2779.91;9.80;1547.36;-0.16;0.24 +9458;20;2779.48;9.80;1549.05;3.38;0.24 9458;21;2780.47;9.90;1548.44;-1.57;0.24 +9459;0;3483.00;9.70;1469.00;0.00;0.20 +9459;1;3482.00;9.75;1467.00;-0.46;0.20 +9459;2;3485.50;9.70;1468.50;1.37;0.20 +9459;3;3481.00;9.70;1469.00;4.71;0.20 +9459;4;3484.50;9.70;1471.00;2.49;0.20 +9459;5;3486.50;9.70;1471.00;2.09;0.20 +9459;9;3480.66;9.70;1469.00;1.57;0.20 +9459;10;3485.34;9.70;1469.00;-1.57;0.20 9459;21;3480.66;9.70;1469.00;1.57;0.20 +9460;0;3496.00;9.82;1550.00;0.00;0.24 +9460;1;3496.50;9.80;1547.50;0.19;0.24 +9460;2;3494.50;9.80;1548.50;-0.78;0.24 +9460;3;3498.50;9.80;1548.50;1.03;0.24 +9460;4;3492.50;9.80;1550.50;4.57;0.24 +9460;5;3498.00;9.80;1551.00;2.03;0.24 +9460;6;3493.50;9.80;1552.50;3.92;0.24 +9460;7;3496.50;9.80;1553.00;2.97;0.24 +9460;9;3493.66;9.80;1550.00;1.57;0.24 +9460;10;3498.34;9.80;1550.00;-1.57;0.24 9460;21;3493.66;9.80;1550.00;1.57;0.24 +9461;0;3419.00;10.00;1483.00;0.00;0.24 +9461;1;3417.50;9.90;1481.00;-0.64;0.24 +9461;2;3420.50;9.80;1480.00;0.46;0.24 +9461;3;3421.50;9.90;1482.50;1.37;0.24 +9461;4;3416.00;10.45;1484.00;4.39;0.24 +9461;5;3422.00;10.00;1484.50;2.03;0.24 +9461;6;3417.00;10.55;1485.50;3.81;0.24 +9461;7;3420.00;10.17;1485.00;2.67;0.24 +9461;9;3416.84;10.23;1483.00;1.57;0.24 +9461;10;3421.16;9.91;1483.00;-1.57;0.24 9461;21;3416.84;10.23;1483.00;1.57;0.24 +9462;0;3625.00;9.60;1521.00;0.00;0.28 +9462;1;3623.50;9.60;1517.50;-0.40;0.28 +9462;2;3627.50;9.60;1516.50;0.50;0.28 +9462;3;3628.00;9.60;1521.00;1.57;0.28 +9462;4;3621.50;9.60;1522.00;4.43;0.28 +9462;5;3623.50;9.60;1524.50;3.54;0.28 +9462;6;3626.50;9.60;1525.00;2.78;0.28 +9462;9;3622.48;9.60;1521.00;1.57;0.28 +9462;10;3627.52;9.60;1521.00;-1.57;0.28 9462;21;3622.48;9.60;1521.00;1.57;0.28 +9463;0;3346.00;10.35;1489.00;0.00;0.26 +9463;1;3346.50;10.05;1487.00;0.24;0.26 +9463;2;3350.00;9.90;1487.00;1.10;0.26 +9463;3;3343.00;10.35;1488.50;-1.40;0.26 +9463;4;3347.50;10.35;1490.00;2.15;0.26 +9463;5;3343.50;10.20;1491.00;4.03;0.26 +9463;6;3345.50;10.40;1492.50;3.28;0.26 +9463;9;3343.48;10.34;1489.00;1.57;0.26 +9463;10;3348.52;10.20;1489.00;-1.57;0.26 9463;21;3343.48;10.34;1489.00;1.57;0.26 +9464;0;3456.00;10.50;1517.00;0.00;0.22 +9464;1;3455.00;10.50;1515.00;-0.46;0.22 +9464;2;3458.00;10.42;1515.00;0.78;0.22 +9464;3;3458.50;10.40;1517.50;1.76;0.22 +9464;4;3452.50;10.45;1518.00;4.43;0.22 +9464;5;3455.50;10.30;1519.50;3.33;0.22 +9464;9;3453.66;10.50;1517.00;1.57;0.22 +9464;10;3458.34;10.41;1517.00;-1.57;0.22 9464;21;3453.66;10.50;1517.00;1.57;0.22 +9465;0;3280.00;10.00;1504.00;0.00;0.20 +9465;1;3281.00;10.00;1502.50;0.58;0.20 +9465;2;3278.50;10.10;1502.00;-0.64;0.20 +9465;3;3276.50;10.10;1504.00;4.71;0.20 +9465;4;3283.50;10.00;1503.50;1.42;0.20 +9465;5;3282.00;10.00;1506.00;2.35;0.20 +9465;6;3278.50;10.10;1506.00;3.78;0.20 +9465;9;3277.30;10.10;1504.00;1.57;0.20 +9465;10;3282.70;10.00;1504.00;-1.57;0.20 9465;21;3277.30;10.10;1504.00;1.57;0.20 +9466;0;3260.00;9.90;1540.00;0.00;0.20 +9466;1;3260.50;9.90;1537.50;0.19;0.20 +9466;2;3262.50;9.90;1539.50;1.37;0.20 +9466;3;3257.50;9.90;1540.00;4.71;0.20 +9466;4;3261.00;9.90;1541.50;2.55;0.20 +9466;5;3258.50;9.90;1542.50;3.68;0.20 +9466;9;3257.66;9.90;1540.00;1.57;0.20 +9466;10;3262.34;9.90;1540.00;-1.57;0.20 9466;21;3257.66;9.90;1540.00;1.57;0.20 +9467;0;1542.00;10.50;1663.00;0.00;0.40 +9467;1;770.50;9.50;831.00;-0.74;0.40 +9467;2;1546.00;10.50;1659.50;0.85;0.40 +9467;3;1537.00;10.50;1662.50;-1.47;0.40 +9467;4;1547.00;10.57;1665.00;1.95;0.40 +9467;5;1539.00;10.60;1666.50;3.85;0.40 +9467;6;1543.00;10.60;1667.00;2.89;0.40 +9467;9;1537.68;10.50;1663.00;1.57;0.40 +9467;10;1546.32;10.50;1663.00;-1.57;0.40 9467;21;1537.68;10.50;1663.00;1.57;0.40 +9468;0;3170.00;10.57;1512.00;0.00;0.24 +9468;1;3169.00;11.25;1509.50;-0.38;0.24 +9468;2;3171.50;10.70;1510.50;0.78;0.24 +9468;3;3172.50;10.10;1512.50;1.76;0.24 +9468;4;3167.00;11.15;1511.00;-1.24;0.24 +9468;5;3168.50;10.40;1513.50;3.92;0.24 +9468;6;3171.50;10.10;1515.00;2.67;0.24 +9468;9;3167.48;10.85;1512.00;1.57;0.24 +9468;10;3172.52;10.20;1512.00;-1.57;0.24 9468;21;3172.52;10.20;1512.00;-1.57;0.24 +9469;0;3606.00;9.60;1475.00;0.00;0.26 +9469;1;3606.00;9.60;1472.00;0.00;0.26 +9469;2;3602.50;9.60;1473.50;-1.16;0.26 +9469;3;3608.50;9.60;1474.00;1.19;0.26 +9469;4;3604.50;9.60;1477.00;3.78;0.26 +9469;5;3608.50;9.60;1477.00;2.24;0.26 +9469;6;3607.50;9.60;1479.50;2.82;0.26 +9469;9;3603.66;9.60;1475.00;1.57;0.26 +9469;10;3608.34;9.60;1475.00;-1.57;0.26 9469;21;3603.66;9.60;1475.00;1.57;0.26 +9470;0;3057.00;9.85;1556.00;0.00;0.20 +9470;1;3057.50;9.80;1553.50;0.19;0.20 +9470;2;3055.00;9.80;1554.00;-0.78;0.20 +9470;3;3059.50;9.85;1555.00;1.19;0.20 +9470;4;3054.50;9.90;1556.50;4.51;0.20 +9470;5;3059.00;10.00;1557.00;2.03;0.20 +9470;6;3057.00;10.05;1558.50;3.14;0.20 +9470;7;3055.00;10.05;1558.50;3.81;0.20 +9470;9;3055.02;9.85;1556.00;1.57;0.20 +9470;10;3058.98;9.89;1556.00;-1.57;0.20 9470;21;3055.02;9.85;1556.00;1.57;0.20 +9471;0;3008.00;12.95;1535.00;0.00;0.22 +9471;1;3008.00;14.60;1532.50;0.00;0.22 +9471;2;3005.50;13.30;1534.50;-1.37;0.22 +9471;3;3010.00;13.80;1533.50;0.92;0.22 +9471;4;3010.50;13.50;1535.50;1.76;0.22 +9471;5;3005.50;11.65;1537.00;4.03;0.22 +9471;6;3008.50;11.85;1537.00;2.89;0.22 +9471;9;3006.02;12.98;1535.00;1.57;0.22 +9471;10;3009.98;13.20;1535.00;-1.57;0.22 9471;21;3006.02;12.98;1535.00;1.57;0.22 +9472;0;2876.00;10.00;1510.00;0.00;0.32 +9472;1;2874.50;9.80;1507.50;-0.54;0.32 +9472;2;2878.00;9.85;1507.50;0.67;0.32 +9472;3;2872.50;9.80;1508.00;-1.05;0.32 +9472;4;2873.00;10.05;1510.50;4.54;0.32 +9472;5;2879.50;10.30;1510.00;1.57;0.32 +9472;6;2878.50;10.50;1513.00;2.44;0.32 +9472;7;2876.00;10.50;1513.00;3.14;0.32 +9472;9;2873.12;9.98;1510.00;1.57;0.32 +9472;10;2878.88;10.20;1510.00;-1.57;0.32 9472;21;2873.12;9.98;1510.00;1.57;0.32 +9473;0;3569.00;10.82;1543.00;0.00;0.22 +9473;1;3566.50;10.20;1541.50;-1.03;0.22 +9473;2;3569.50;10.20;1540.50;0.19;0.22 +9473;3;3572.00;10.35;1542.50;1.40;0.22 +9473;4;3567.00;11.20;1545.00;3.92;0.22 +9473;5;3570.50;11.35;1545.00;2.49;0.22 +9473;9;3566.84;10.55;1543.00;1.57;0.22 +9473;10;3571.16;10.73;1543.00;-1.57;0.22 9473;21;3566.84;10.55;1543.00;1.57;0.22 +9474;0;3482.00;9.80;1478.00;0.00;0.20 +9474;1;3484.00;9.90;1475.50;0.67;0.20 +9474;2;3480.50;9.70;1476.50;-0.78;0.20 +9474;3;3485.50;9.90;1476.50;1.16;0.20 +9474;4;3484.00;9.92;1479.00;2.03;0.20 +9474;5;3479.00;9.70;1478.50;4.54;0.20 +9474;6;3480.50;9.80;1480.50;3.68;0.20 +9474;9;3479.66;9.70;1478.00;1.57;0.20 +9474;10;3484.34;9.94;1478.00;-1.57;0.20 9474;21;3479.66;9.70;1478.00;1.57;0.20 +9475;0;3514.00;10.65;1521.00;0.00;0.20 +9475;1;3512.00;11.05;1519.50;-0.92;0.20 +9475;2;3515.00;10.80;1519.50;0.58;0.20 +9475;3;3516.50;10.30;1521.50;1.76;0.20 +9475;4;3511.00;10.60;1522.00;4.39;0.20 +9475;5;3513.50;10.30;1523.50;3.33;0.20 +9475;9;3511.84;10.78;1521.00;1.57;0.20 +9475;10;3516.16;10.41;1521.00;-1.57;0.20 9475;21;3511.84;10.78;1521.00;1.57;0.20 +9476;0;3421.00;10.05;1492.00;0.00;0.18 +9476;1;3421.00;10.25;1489.50;0.00;0.18 +9476;2;3423.00;10.00;1491.50;1.32;0.18 +9476;3;3418.50;10.45;1492.00;4.71;0.18 +9476;4;3420.00;10.00;1494.00;3.60;0.18 +9476;5;3422.50;9.90;1494.00;2.49;0.18 +9476;9;3419.20;10.31;1492.00;1.57;0.18 +9476;10;3422.80;9.95;1492.00;-1.57;0.18 9476;21;3419.20;10.31;1492.00;1.57;0.18 +9477;0;3325.00;9.80;1539.00;0.00;0.20 +9477;1;3325.50;9.80;1536.50;0.19;0.20 +9477;2;3323.50;9.80;1537.50;-0.78;0.20 +9477;3;3327.50;9.80;1538.00;1.19;0.20 +9477;4;3322.50;9.80;1540.50;4.17;0.20 +9477;5;3326.50;9.80;1540.50;2.35;0.20 +9477;6;3325.00;9.80;1542.00;3.14;0.20 +9477;9;3323.20;9.80;1539.00;1.57;0.20 +9477;10;3326.80;9.80;1539.00;-1.57;0.20 9477;21;3323.20;9.80;1539.00;1.57;0.20 +9478;0;2804.00;10.30;1467.00;0.00;0.24 +9478;1;2806.00;10.25;1463.50;0.51;0.24 +9478;2;2803.50;10.30;1465.50;-0.32;0.24 +9478;3;2807.00;10.25;1465.00;0.98;0.24 +9478;4;2806.50;10.30;1467.00;1.57;0.24 +9478;5;2800.50;10.30;1467.50;4.57;0.24 +9478;6;2802.00;10.30;1469.50;3.81;0.24 +9478;7;2806.50;10.30;1469.00;2.24;0.24 +9478;8;2805.00;10.30;1470.00;2.82;0.24 +9478;9;2801.66;10.30;1467.00;1.57;0.24 +9478;10;2806.34;10.30;1467.00;-1.57;0.24 9478;21;2801.66;10.30;1467.00;1.57;0.24 +9479;0;3352.00;10.15;1493.00;0.00;0.22 +9479;1;3353.50;10.40;1490.00;0.46;0.22 +9479;2;3350.50;10.35;1492.00;-0.98;0.22 +9479;3;3354.00;10.15;1492.00;1.10;0.22 +9479;4;3354.00;9.70;1495.00;2.35;0.22 +9479;5;3349.50;10.10;1495.00;4.03;0.22 +9479;6;3351.50;9.70;1496.00;3.30;0.22 +9479;9;3349.84;10.23;1493.00;1.57;0.22 +9479;10;3354.16;9.93;1493.00;-1.57;0.22 9479;21;3349.84;10.23;1493.00;1.57;0.22 +9480;0;1551.00;10.80;1681.00;0.00;0.34 +9480;1;1547.50;10.75;1676.00;-0.61;0.34 +9480;2;1554.00;10.75;1678.00;0.78;0.34 +9480;3;1544.50;10.90;1680.00;-1.41;0.34 +9480;4;1558.00;10.90;1681.50;1.64;0.34 +9480;5;1550.50;10.90;1684.00;3.30;0.34 +9480;9;1545.78;10.90;1681.00;1.57;0.34 +9480;10;1556.22;10.83;1681.00;-1.57;0.34 9480;21;1545.78;10.90;1681.00;1.57;0.34 +9481;0;3254.00;10.10;1502.00;0.00;0.32 +9481;1;3255.50;10.20;1498.00;0.35;0.32 +9481;2;3251.50;10.20;1501.00;-1.19;0.32 +9481;3;3257.50;10.20;1500.50;1.16;0.32 +9481;4;3256.50;10.10;1503.50;2.11;0.32 +9481;5;3253.00;10.20;1505.50;3.42;0.32 +9481;9;3251.12;10.16;1502.00;1.57;0.32 +9481;10;3256.88;10.20;1502.00;-1.57;0.32 9481;21;3251.12;10.16;1502.00;1.57;0.32 +9482;0;2922.00;9.95;1537.00;0.00;0.20 +9482;1;2920.00;9.85;1537.00;4.71;0.20 +9482;2;2923.00;10.05;1535.00;0.46;0.20 +9482;3;2924.50;10.15;1536.00;1.19;0.20 +9482;4;2923.50;10.00;1538.00;2.15;0.20 +9482;5;2920.00;9.85;1540.00;3.73;0.20 +9482;6;2921.50;9.95;1540.00;3.30;0.20 +9482;9;2920.20;9.87;1537.00;1.57;0.20 +9482;10;2923.80;10.03;1537.00;-1.57;0.20 9482;21;2920.20;9.87;1537.00;1.57;0.20 +9483;0;3163.00;10.32;1646.00;0.00;0.24 +9483;1;3161.50;10.40;1643.50;-0.54;0.24 +9483;2;3163.50;10.40;1642.50;0.14;0.24 +9483;3;3165.00;10.15;1646.00;1.57;0.24 +9483;4;3160.00;10.40;1647.00;4.39;0.24 +9483;5;3162.00;10.05;1649.00;3.46;0.24 +9483;6;3164.50;9.80;1649.50;2.73;0.24 +9483;9;3160.84;10.40;1646.00;1.57;0.24 +9483;10;3165.16;10.13;1646.00;-1.57;0.24 9483;21;3160.84;10.40;1646.00;1.57;0.24 +9484;0;2754.00;10.70;1554.00;0.00;0.18 +9484;1;2752.50;10.55;1553.00;-0.98;0.18 +9484;2;2755.00;10.25;1552.00;0.46;0.18 +9484;3;2756.50;10.55;1554.00;1.57;0.18 +9484;4;2751.50;10.60;1555.50;4.17;0.18 +9484;5;2755.50;10.80;1556.50;2.60;0.18 +9484;9;2751.84;10.60;1554.00;1.57;0.18 +9484;10;2756.16;10.60;1554.00;-1.57;0.18 +9484;19;2751.00;10.13;1557.00;-2.11;0.18 +9484;20;2749.76;10.13;1558.23;3.92;0.18 9484;21;2751.84;10.60;1554.00;1.57;0.18 +9485;0;3222.00;10.40;1683.00;0.00;0.28 +9485;1;3224.00;10.40;1680.50;0.67;0.28 +9485;2;3221.00;10.40;1680.50;-0.38;0.28 +9485;3;3218.50;10.30;1682.00;-1.29;0.28 +9485;4;3225.50;10.40;1684.00;1.84;0.28 +9485;5;3220.00;10.32;1685.00;3.92;0.28 +9485;6;3223.00;10.40;1686.50;2.86;0.28 +9485;9;3219.30;10.38;1683.00;1.57;0.28 +9485;10;3224.70;10.40;1683.00;-1.57;0.28 9485;21;3219.30;10.38;1683.00;1.57;0.28 +9486;0;2931.00;10.85;1527.00;0.00;0.16 +9486;1;2931.00;10.92;1525.00;0.00;0.16 +9486;2;2934.00;10.92;1526.00;1.24;0.16 +9486;3;2928.00;10.75;1527.50;4.54;0.16 +9486;4;2933.50;10.80;1528.00;1.95;0.16 +9486;5;2930.50;10.80;1529.00;3.38;0.16 +9486;9;2928.84;10.80;1527.00;1.57;0.16 +9486;10;2933.16;10.85;1527.00;-1.57;0.16 9486;21;2928.84;10.80;1527.00;1.57;0.16 +9487;0;3570.00;10.70;1524.00;0.00;0.32 +9487;1;3566.00;9.95;1521.50;-1.01;0.32 +9487;2;3569.00;10.07;1521.00;-0.32;0.32 +9487;3;3573.00;10.15;1523.00;1.24;0.32 +9487;4;3566.00;10.30;1524.00;4.71;0.32 +9487;5;3569.50;11.10;1526.50;3.33;0.32 +9487;6;3573.00;10.60;1526.50;2.26;0.32 +9487;9;3567.12;10.49;1524.00;1.57;0.32 +9487;10;3572.88;10.27;1524.00;-1.57;0.32 9487;21;3567.12;10.49;1524.00;1.57;0.32 +9488;0;3429.00;10.00;1489.00;0.00;0.20 +9488;1;3428.50;10.10;1486.50;-0.19;0.20 +9488;2;3430.50;10.00;1487.50;0.78;0.20 +9488;3;3427.00;10.10;1487.50;-0.92;0.20 +9488;4;3427.00;10.00;1490.00;4.24;0.20 +9488;5;3431.00;9.90;1491.00;2.35;0.20 +9488;6;3428.00;9.90;1492.00;3.46;0.20 +9488;9;3427.20;10.00;1489.00;1.57;0.20 +9488;10;3430.80;9.98;1489.00;-1.57;0.20 9488;21;3427.20;10.00;1489.00;1.57;0.20 +9489;0;3404.00;9.90;1529.00;0.00;0.22 +9489;1;3402.50;9.90;1526.50;-0.54;0.22 +9489;2;3406.00;9.82;1527.00;0.78;0.22 +9489;3;3401.00;9.90;1528.00;-1.24;0.22 +9489;4;3401.00;9.90;1529.00;4.71;0.22 +9489;5;3406.00;9.87;1530.00;2.03;0.22 +9489;6;3402.50;9.90;1530.50;3.92;0.22 +9489;9;3401.48;9.90;1529.00;1.57;0.22 +9489;10;3406.52;9.80;1529.00;-1.57;0.22 9489;21;3401.48;9.90;1529.00;1.57;0.22 +9490;0;2866.00;9.90;1480.00;0.00;0.28 +9490;1;2868.50;10.00;1477.00;0.69;0.28 +9490;2;2864.00;9.90;1479.50;-1.32;0.28 +9490;3;2869.50;9.95;1479.00;1.29;0.28 +9490;4;2867.00;9.92;1481.00;2.35;0.28 +9490;5;2864.50;9.90;1483.50;3.54;0.28 +9490;9;2863.30;9.90;1480.00;1.57;0.28 +9490;10;2868.70;9.90;1480.00;-1.57;0.28 9490;21;2863.30;9.90;1480.00;1.57;0.28 +9491;0;3311.00;9.90;1504.00;0.00;0.26 +9491;1;3313.00;9.90;1501.00;0.58;0.26 +9491;2;3309.50;9.85;1503.00;-0.98;0.26 +9491;3;3314.00;9.90;1502.00;0.98;0.26 +9491;4;3312.00;9.85;1505.50;2.55;0.26 +9491;5;3309.50;9.80;1506.00;3.78;0.26 +9491;9;3308.66;9.80;1504.00;1.57;0.26 +9491;10;3313.34;9.90;1504.00;-1.57;0.26 9491;21;3308.66;9.80;1504.00;1.57;0.26 +9492;0;2816.00;9.80;1468.00;0.00;0.16 +9492;1;2812.50;9.80;1467.50;-1.42;0.16 +9492;2;2816.50;9.70;1466.50;0.32;0.16 +9492;3;2819.00;10.10;1469.00;1.89;0.16 +9492;4;2815.00;9.80;1469.00;3.92;0.16 +9492;9;2813.48;9.80;1468.00;1.57;0.16 +9492;10;2818.52;9.95;1468.00;-1.57;0.16 9492;21;2813.48;9.80;1468.00;1.57;0.16 +9493;0;3239.00;10.00;1540.00;0.00;0.24 +9493;1;3238.00;10.00;1538.00;-0.46;0.24 +9493;2;3241.00;10.00;1536.50;0.51;0.24 +9493;3;3241.00;10.00;1540.00;1.57;0.24 +9493;4;3236.50;10.00;1541.00;4.33;0.24 +9493;5;3239.50;10.00;1542.50;2.94;0.24 +9493;6;3242.00;10.00;1543.00;2.35;0.24 +9493;9;3236.84;10.00;1540.00;1.57;0.24 +9493;10;3241.16;10.00;1540.00;-1.57;0.24 9493;21;3236.84;10.00;1540.00;1.57;0.24 +9494;0;3164.00;9.85;1521.00;0.00;0.28 +9494;1;3163.00;10.30;1516.50;-0.21;0.28 +9494;2;3165.50;9.95;1518.00;0.46;0.28 +9494;3;3161.50;9.95;1520.00;-1.19;0.28 +9494;4;3167.50;9.90;1520.50;1.42;0.28 +9494;5;3167.00;9.90;1522.50;2.03;0.28 +9494;6;3161.50;9.80;1523.50;3.92;0.28 +9494;7;3164.00;9.80;1524.50;3.14;0.28 +9494;8;3161.50;9.80;1524.50;3.76;0.28 +9494;9;3161.48;9.90;1521.00;1.57;0.28 +9494;10;3166.52;9.90;1521.00;-1.57;0.28 9494;21;3166.52;9.90;1521.00;-1.57;0.28 +9495;0;2777.00;9.70;1476.00;0.00;0.24 +9495;1;2777.00;9.70;1473.50;0.00;0.24 +9495;2;2775.00;9.70;1475.50;-1.32;0.24 +9495;3;2779.50;9.70;1474.00;0.89;0.24 +9495;4;2780.00;9.70;1477.00;1.89;0.24 +9495;5;2776.50;9.80;1478.50;3.33;0.24 +9495;9;2774.84;9.70;1476.00;1.57;0.24 +9495;10;2779.16;9.70;1476.00;-1.57;0.24 9495;21;2774.84;9.70;1476.00;1.57;0.24 +9496;0;3028.00;9.70;1566.00;0.00;0.28 +9496;1;3025.50;9.70;1563.00;-0.69;0.28 +9496;2;3029.00;9.70;1563.50;0.38;0.28 +9496;3;3032.00;9.75;1563.50;1.01;0.28 +9496;4;3025.00;9.70;1564.50;-1.10;0.28 +9496;5;3031.00;9.70;1566.50;1.73;0.28 +9496;6;3025.50;9.70;1567.50;4.17;0.28 +9496;7;3029.00;9.70;1570.00;2.89;0.28 +9496;8;3027.00;9.70;1570.00;3.38;0.28 +9496;9;3025.48;9.70;1566.00;1.57;0.28 +9496;10;3030.52;9.70;1566.00;-1.57;0.28 9496;21;3030.52;9.70;1566.00;-1.57;0.28 +9497;0;2989.00;12.27;1532.00;0.00;0.18 +9497;1;2989.50;12.70;1530.00;0.24;0.18 +9497;2;2987.00;13.02;1530.00;-0.78;0.18 +9497;3;2992.00;12.25;1531.50;1.40;0.18 +9497;4;2985.50;12.65;1532.00;4.71;0.18 +9497;5;2986.50;11.90;1533.50;4.17;0.18 +9497;6;2989.00;11.70;1534.00;3.14;0.18 +9497;7;2992.00;11.92;1534.00;2.15;0.18 +9497;9;2986.30;12.65;1532.00;1.57;0.18 +9497;10;2991.70;12.19;1532.00;-1.57;0.18 9497;21;2986.30;12.65;1532.00;1.57;0.18 +9498;0;2879.85;9.60;1554.33;0.00;0.16 +9498;1;2875.50;9.60;1552.50;-1.03;0.16 +9498;2;2879.00;9.65;1552.50;0.58;0.16 +9498;3;2873.00;9.60;1553.50;-1.47;0.16 +9498;4;2882.50;9.70;1553.00;1.35;0.16 +9498;5;2882.00;9.62;1555.00;1.81;0.16 +9498;6;2876.50;9.60;1555.00;4.12;0.16 +9498;7;2881.00;9.60;1556.50;2.26;0.16 +9498;9;2874.40;9.70;1554.00;1.57;0.16 +9498;10;2881.60;9.65;1554.00;-1.57;0.16 +9498;19;2869.38;9.40;1554.27;-1.77;0.16 +9498;20;2867.63;9.40;1554.33;4.68;0.16 9498;21;2877.59;9.70;1554.76;-1.57;0.16 +9499;0;3147.00;10.30;1635.00;0.00;0.26 +9499;1;3145.00;10.20;1633.50;-0.92;0.26 +9499;2;3149.00;10.25;1632.50;0.67;0.26 +9499;3;3148.50;10.30;1636.00;2.15;0.26 +9499;4;3145.50;10.30;1638.00;3.60;0.26 +9499;9;3144.66;10.30;1635.00;1.57;0.26 +9499;10;3149.34;10.30;1635.00;-1.57;0.26 9499;21;3144.66;10.30;1635.00;1.57;0.26 +9500;0;2835.00;9.65;1524.00;0.00;0.18 +9500;1;2834.50;9.65;1523.00;-0.46;0.18 +9500;2;2837.50;9.70;1523.00;1.19;0.18 +9500;3;2832.50;9.70;1524.50;4.51;0.18 +9500;4;2836.50;9.70;1525.50;2.35;0.18 +9500;5;2833.00;9.70;1525.50;4.06;0.18 +9500;6;2834.00;9.70;1526.00;3.60;0.18 +9500;9;2833.02;9.70;1524.00;1.57;0.18 +9500;10;2836.98;9.70;1524.00;-1.57;0.18 +9500;19;2830.00;9.50;1524.00;-1.77;0.18 +9500;20;2828.25;9.50;1524.00;4.71;0.18 9500;21;2833.02;9.70;1524.00;1.57;0.18 +9501;0;3199.00;10.30;1684.00;0.00;0.24 +9501;1;3198.50;10.30;1680.00;-0.12;0.24 +9501;2;3200.00;10.30;1680.50;0.27;0.24 +9501;3;3197.00;10.30;1683.00;-1.10;0.24 +9501;4;3201.50;10.30;1683.50;1.37;0.24 +9501;5;3197.50;10.30;1686.00;3.78;0.24 +9501;6;3200.50;10.30;1687.00;2.67;0.24 +9501;9;3196.84;10.30;1684.00;1.57;0.24 +9501;10;3201.16;10.30;1684.00;-1.57;0.24 9501;21;3196.84;10.30;1684.00;1.57;0.24 +9502;0;3466.00;9.90;1526.00;0.00;0.20 +9502;1;3466.00;9.85;1524.50;0.00;0.20 +9502;2;3469.50;9.90;1524.50;1.16;0.20 +9502;3;3462.00;9.85;1526.00;4.71;0.20 +9502;4;3468.50;9.90;1527.00;1.95;0.20 +9502;5;3464.50;9.90;1527.50;3.92;0.20 +9502;9;3463.12;9.88;1526.00;1.57;0.20 +9502;10;3468.88;9.90;1526.00;-1.57;0.20 9502;21;3463.12;9.88;1526.00;1.57;0.20 +9503;0;2925.00;11.05;1488.00;0.00;0.18 +9503;1;2924.50;10.65;1485.00;-0.16;0.18 +9503;2;2926.00;10.55;1486.50;0.58;0.18 +9503;3;2923.50;11.90;1488.00;4.71;0.18 +9503;4;2927.50;10.50;1489.00;1.95;0.18 +9503;5;2926.00;11.10;1490.50;2.76;0.18 +9503;9;2923.38;11.97;1488.00;1.57;0.18 +9503;10;2926.62;10.57;1488.00;-1.57;0.18 9503;21;2923.38;11.97;1488.00;1.57;0.18 +9504;0;3491.00;10.20;1493.00;0.00;0.26 +9504;1;3490.00;10.27;1490.00;-0.32;0.26 +9504;2;3487.50;10.30;1490.50;-0.95;0.26 +9504;3;3493.50;9.95;1493.00;1.57;0.26 +9504;4;3488.00;10.30;1492.50;-1.40;0.26 +9504;5;3490.50;10.30;1493.50;3.92;0.26 +9504;6;3492.50;10.10;1496.50;2.73;0.26 +9504;7;3495.00;9.80;1496.00;2.21;0.26 +9504;9;3488.30;10.33;1493.00;1.57;0.26 +9504;10;3493.70;9.93;1493.00;-1.57;0.26 9504;21;3488.30;10.33;1493.00;1.57;0.26 +9505;0;2889.00;11.30;1484.00;0.00;0.24 +9505;1;2889.50;10.75;1480.00;0.12;0.24 +9505;2;2887.50;10.60;1481.50;-0.54;0.24 +9505;3;2890.50;11.40;1483.50;1.24;0.24 +9505;4;2886.50;10.90;1485.00;4.33;0.24 +9505;5;2888.00;11.55;1487.00;3.46;0.24 +9505;6;2891.50;11.90;1487.50;2.52;0.24 +9505;9;2886.84;10.80;1484.00;1.57;0.24 +9505;10;2891.16;11.41;1484.00;-1.57;0.24 9505;21;2886.84;10.80;1484.00;1.57;0.24 +9506;0;3302.00;9.80;1547.00;0.00;0.18 +9506;1;3301.50;9.80;1545.50;-0.32;0.18 +9506;2;3305.50;9.80;1545.00;1.05;0.18 +9506;3;3305.50;9.80;1546.50;1.42;0.18 +9506;4;3298.00;9.80;1547.00;4.71;0.18 +9506;5;3299.50;9.80;1548.50;4.17;0.18 +9506;6;3303.50;9.80;1548.50;2.35;0.18 +9506;9;3299.12;9.80;1547.00;1.57;0.18 +9506;10;3304.88;9.80;1547.00;-1.57;0.18 9506;21;3299.12;9.80;1547.00;1.57;0.18 +9507;0;2831.00;9.92;1482.00;0.00;0.24 +9507;1;2828.50;10.10;1479.00;-0.69;0.24 +9507;2;2832.00;10.17;1480.00;0.46;0.24 +9507;3;2828.50;9.80;1482.50;4.51;0.24 +9507;4;2833.50;9.85;1483.00;1.95;0.24 +9507;5;2832.00;9.80;1484.50;2.76;0.24 +9507;9;2828.66;9.80;1482.00;1.57;0.24 +9507;10;2833.34;9.95;1482.00;-1.57;0.24 9507;21;2828.66;9.80;1482.00;1.57;0.24 +9508;0;3110.00;10.00;1553.00;0.00;0.20 +9508;1;3110.00;10.00;1550.00;0.00;0.20 +9508;2;3113.00;10.00;1550.50;0.87;0.20 +9508;3;3112.50;10.00;1553.50;1.76;0.20 +9508;4;3108.50;10.00;1554.50;3.92;0.20 +9508;5;3111.50;10.00;1556.00;2.67;0.20 +9508;6;3110.50;10.00;1557.50;3.03;0.20 +9508;9;3108.20;10.00;1553.00;1.57;0.20 +9508;10;3111.80;10.00;1553.00;-1.57;0.20 9508;21;3108.20;10.00;1553.00;1.57;0.20 +9509;0;2937.00;9.80;1557.00;0.00;0.18 +9509;1;2934.00;9.85;1556.50;-1.40;0.18 +9509;2;2937.50;9.80;1555.50;0.32;0.18 +9509;3;2940.00;9.87;1556.00;1.24;0.18 +9509;4;2939.00;10.00;1558.50;2.21;0.18 +9509;5;2935.50;10.00;1558.50;3.92;0.18 +9509;9;2934.66;9.85;1557.00;1.57;0.18 +9509;10;2939.34;9.84;1557.00;-1.57;0.18 9509;21;2934.66;9.85;1557.00;1.57;0.18 +9510;0;2768.00;9.82;1473.00;0.00;0.26 +9510;1;2765.50;9.55;1470.00;-0.69;0.26 +9510;2;2769.50;9.70;1470.50;0.54;0.26 +9510;3;2765.00;10.10;1473.00;4.71;0.26 +9510;4;2770.50;9.90;1474.00;1.95;0.26 +9510;5;2766.00;10.32;1475.00;3.92;0.26 +9510;6;2769.00;10.32;1476.00;2.82;0.26 +9510;7;2768.00;10.40;1476.50;3.14;0.26 +9510;9;2765.66;10.05;1473.00;1.57;0.26 +9510;10;2770.34;9.74;1473.00;-1.57;0.26 +9510;19;2763.00;9.50;1468.00;-0.69;0.26 +9510;20;2761.76;9.50;1466.76;-0.78;0.26 9510;21;2765.66;10.05;1473.00;1.57;0.26 +9511;0;3086.00;10.50;1535.00;0.00;0.24 +9511;1;3086.50;10.00;1531.50;0.14;0.24 +9511;2;3088.00;10.40;1533.00;0.78;0.24 +9511;3;3084.00;10.45;1534.00;-1.10;0.24 +9511;4;3087.50;10.45;1536.00;2.15;0.24 +9511;5;3083.50;10.45;1537.00;4.03;0.24 +9511;6;3085.50;10.50;1538.50;3.28;0.24 +9511;9;3083.84;10.50;1535.00;1.57;0.24 +9511;10;3088.16;10.50;1535.00;-1.57;0.24 9511;21;3083.84;10.50;1535.00;1.57;0.24 +9512;0;3872.00;10.40;1659.00;0.00;0.44 +9512;1;3872.50;10.40;1655.00;0.12;0.44 +9512;2;3866.50;10.40;1657.00;-1.22;0.44 +9512;3;3877.50;10.40;1659.00;1.57;0.44 +9512;4;3866.50;10.40;1662.50;4.14;0.44 +9512;5;3873.50;10.40;1663.50;2.82;0.44 +9512;9;3867.14;10.40;1659.00;1.57;0.44 +9512;10;3876.86;10.40;1659.00;-1.57;0.44 9512;21;3867.14;10.40;1659.00;1.57;0.44 +9513;0;3564.00;9.60;1493.00;0.00;0.28 +9513;1;3563.00;9.60;1489.00;-0.24;0.28 +9513;2;3561.00;9.60;1492.00;-1.24;0.28 +9513;3;3565.50;9.60;1490.50;0.54;0.28 +9513;4;3567.50;9.60;1494.50;1.97;0.28 +9513;5;3563.50;9.60;1496.50;3.28;0.28 +9513;6;3566.50;9.70;1497.50;2.63;0.28 +9513;9;3561.48;9.60;1493.00;1.57;0.28 +9513;10;3566.52;9.60;1493.00;-1.57;0.28 9513;21;3561.48;9.60;1493.00;1.57;0.28 +9514;0;3580.00;9.80;1622.00;0.00;0.20 +9514;1;3580.50;10.00;1619.50;0.19;0.20 +9514;2;3582.50;9.85;1622.00;1.57;0.20 +9514;3;3577.50;9.70;1622.00;4.71;0.20 +9514;4;3578.50;9.80;1624.50;3.68;0.20 +9514;5;3581.50;9.80;1625.00;2.67;0.20 +9514;9;3577.66;9.71;1622.00;1.57;0.20 +9514;10;3582.34;9.84;1622.00;-1.57;0.20 9514;21;3577.66;9.71;1622.00;1.57;0.20 +9515;0;2996.00;11.32;1492.00;0.00;0.20 +9515;1;2994.50;11.30;1490.50;-0.78;0.20 +9515;2;2997.50;11.35;1490.00;0.64;0.20 +9515;3;2992.00;11.30;1491.00;-1.32;0.20 +9515;4;2998.50;11.40;1492.00;1.57;0.20 +9515;5;2994.00;11.30;1493.00;4.24;0.20 +9515;6;2998.00;11.30;1494.00;2.35;0.20 +9515;9;2993.12;11.30;1492.00;1.57;0.20 +9515;10;2998.88;11.38;1492.00;-1.57;0.20 9515;21;2996.43;11.50;1494.88;-1.57;0.20 +9516;0;3465.00;9.80;1491.00;0.00;0.24 +9516;1;3465.50;9.80;1488.00;0.16;0.24 +9516;2;3463.00;9.80;1489.50;-0.92;0.24 +9516;3;3467.50;9.80;1489.00;0.89;0.24 +9516;4;3468.50;9.80;1491.00;1.57;0.24 +9516;5;3462.00;9.75;1492.00;4.39;0.24 +9516;6;3466.50;9.80;1492.50;2.35;0.24 +9516;7;3462.00;9.77;1494.00;3.92;0.24 +9516;8;3464.00;9.80;1494.00;3.46;0.24 +9516;9;3462.84;9.80;1491.00;1.57;0.24 +9516;10;3467.16;9.80;1491.00;-1.57;0.24 9516;21;3462.84;9.80;1491.00;1.57;0.24 +9517;0;2948.00;11.60;1492.00;0.00;0.22 +9517;1;2946.50;11.50;1490.50;-0.78;0.22 +9517;2;2949.00;11.65;1490.00;0.46;0.22 +9517;3;2950.50;11.70;1492.00;1.57;0.22 +9517;4;2945.50;12.30;1493.00;4.33;0.22 +9517;5;2950.00;11.80;1494.50;2.46;0.22 +9517;6;2947.00;12.12;1495.00;3.46;0.22 +9517;9;2946.02;11.86;1492.00;1.57;0.22 +9517;10;2949.98;11.59;1492.00;-1.57;0.22 9517;21;2946.02;11.86;1492.00;1.57;0.22 +9518;0;3381.00;10.00;1534.00;0.00;0.18 +9518;1;3381.50;9.90;1531.50;0.19;0.18 +9518;2;3383.00;9.92;1533.00;1.10;0.18 +9518;3;3378.00;10.00;1533.50;-1.40;0.18 +9518;4;3383.50;9.90;1535.50;2.11;0.18 +9518;5;3378.50;10.00;1535.50;4.17;0.18 +9518;6;3380.50;9.95;1536.00;3.38;0.18 +9518;9;3378.66;10.00;1534.00;1.57;0.18 +9518;10;3383.34;9.91;1534.00;-1.57;0.18 9518;21;3378.66;10.00;1534.00;1.57;0.18 +9519;0;3317.00;9.77;1508.00;0.00;0.24 +9519;1;3315.00;9.80;1507.50;-1.32;0.24 +9519;2;3318.50;9.80;1505.50;0.54;0.24 +9519;3;3320.00;9.80;1508.50;1.73;0.24 +9519;4;3314.50;9.70;1510.00;4.03;0.24 +9519;5;3316.00;9.72;1511.00;3.46;0.24 +9519;6;3318.50;9.80;1511.00;2.67;0.24 +9519;9;3314.66;9.80;1508.00;1.57;0.24 +9519;10;3319.34;9.80;1508.00;-1.57;0.24 9519;21;3314.66;9.80;1508.00;1.57;0.24 +9520;0;3196.00;9.97;1549.00;0.00;0.26 +9520;1;3198.50;10.10;1546.00;0.69;0.26 +9520;2;3194.50;10.25;1547.00;-0.64;0.26 +9520;3;3198.50;10.00;1549.50;1.76;0.26 +9520;4;3192.00;10.47;1550.00;4.46;0.26 +9520;5;3194.00;10.12;1551.00;3.92;0.26 +9520;6;3197.00;10.05;1552.00;2.82;0.26 +9520;9;3193.30;10.42;1549.00;1.57;0.26 +9520;10;3198.70;10.01;1549.00;-1.57;0.26 9520;21;3193.30;10.42;1549.00;1.57;0.26 +9521;0;3153.00;10.47;1535.00;0.00;0.28 +9521;1;3152.50;10.30;1533.50;-0.32;0.28 +9521;2;3156.00;10.35;1531.50;0.70;0.28 +9521;3;3155.50;10.60;1534.50;1.37;0.28 +9521;4;3149.00;10.00;1534.50;-1.44;0.28 +9521;5;3149.50;10.35;1537.00;4.19;0.28 +9521;6;3153.00;10.50;1537.50;3.14;0.28 +9521;9;3150.12;10.21;1535.00;1.57;0.28 +9521;10;3155.88;10.56;1535.00;-1.57;0.28 9521;21;3155.88;10.56;1535.00;-1.57;0.28 +9522;0;2903.00;10.52;1535.00;0.00;0.16 +9522;1;2904.00;11.35;1532.00;0.32;0.16 +9522;2;2902.50;11.30;1532.50;-0.19;0.16 +9522;3;2905.00;10.45;1535.50;1.81;0.16 +9522;4;2902.00;10.27;1536.00;3.92;0.16 +9522;5;2903.50;9.90;1538.50;3.00;0.16 +9522;9;2901.56;10.55;1535.00;1.57;0.16 +9522;10;2904.44;10.59;1535.00;-1.57;0.16 9522;21;2901.56;10.55;1535.00;1.57;0.16 +9523;0;2835.00;9.80;1491.00;0.00;0.16 +9523;1;2834.00;9.80;1489.00;-0.46;0.16 +9523;2;2837.50;9.80;1489.50;1.03;0.16 +9523;3;2832.00;9.85;1490.50;-1.40;0.16 +9523;4;2837.00;9.80;1491.00;1.57;0.16 +9523;5;2839.00;9.80;1490.50;1.44;0.16 +9523;6;2831.50;9.90;1492.50;4.30;0.16 +9523;7;2834.00;9.85;1492.50;3.73;0.16 +9523;9;2832.30;9.82;1491.00;1.57;0.16 +9523;10;2837.70;9.80;1491.00;-1.57;0.16 9523;21;2832.30;9.82;1491.00;1.57;0.16 +9524;0;2959.00;10.35;1541.00;0.00;0.20 +9524;1;2958.50;10.30;1539.00;-0.24;0.20 +9524;2;2956.50;10.40;1539.50;-1.03;0.20 +9524;3;2961.50;10.30;1540.00;1.19;0.20 +9524;4;2957.50;10.30;1542.00;4.12;0.20 +9524;5;2961.00;10.42;1543.00;2.35;0.20 +9524;6;2960.00;10.50;1544.00;2.82;0.20 +9524;9;2957.02;10.35;1541.00;1.57;0.20 +9524;10;2960.98;10.30;1541.00;-1.57;0.20 9524;21;2957.02;10.35;1541.00;1.57;0.20 +9525;0;2765.00;9.77;1485.00;0.00;0.20 +9525;1;2763.50;10.20;1483.50;-0.78;0.20 +9525;2;2766.50;10.00;1482.50;0.54;0.20 +9525;3;2767.00;9.75;1485.00;1.57;0.20 +9525;4;2762.00;10.00;1486.50;4.24;0.20 +9525;5;2765.00;9.60;1487.00;3.14;0.20 +9525;9;2763.02;10.11;1485.00;1.57;0.20 +9525;10;2766.98;9.75;1485.00;-1.57;0.20 +9525;19;2763.00;9.57;1488.00;-3.14;0.20 +9525;20;2762.02;9.57;1489.45;3.73;0.20 9525;21;2763.02;10.11;1485.00;1.57;0.20 +9526;0;3610.00;9.67;1536.00;0.00;0.28 +9526;1;3610.00;9.62;1533.00;0.00;0.28 +9526;2;3607.00;9.70;1533.50;-0.87;0.28 +9526;3;3613.00;9.60;1536.50;1.73;0.28 +9526;4;3607.50;9.70;1536.50;4.51;0.28 +9526;5;3611.00;9.70;1539.00;2.82;0.28 +9526;9;3607.12;9.70;1536.00;1.57;0.28 +9526;10;3612.88;9.60;1536.00;-1.57;0.28 9526;21;3607.12;9.70;1536.00;1.57;0.28 +9527;0;3054.00;10.10;1490.00;0.00;0.20 +9527;1;3053.50;10.40;1487.50;-0.19;0.20 +9527;2;3056.00;10.30;1488.00;0.78;0.20 +9527;3;3057.00;10.20;1488.50;1.10;0.20 +9527;4;3052.00;10.60;1490.50;4.46;0.20 +9527;5;3056.00;10.00;1490.50;1.81;0.20 +9527;6;3055.00;10.25;1492.50;2.76;0.20 +9527;7;3053.50;10.50;1492.50;3.33;0.20 +9527;9;3052.20;10.45;1490.00;1.57;0.20 +9527;10;3055.80;10.05;1490.00;-1.57;0.20 9527;21;3052.20;10.45;1490.00;1.57;0.20 +9528;0;3667.00;9.72;1508.00;0.00;0.36 +9528;1;3668.00;9.80;1504.00;0.24;0.36 +9528;2;3663.00;9.75;1505.50;-1.01;0.36 +9528;3;3672.50;9.80;1507.50;1.48;0.36 +9528;4;3662.50;9.70;1509.50;4.39;0.36 +9528;5;3668.00;9.80;1512.00;2.89;0.36 +9528;9;3663.04;9.70;1508.00;1.57;0.36 +9528;10;3670.96;9.80;1508.00;-1.57;0.36 9528;21;3663.04;9.70;1508.00;1.57;0.36 +9529;0;3448.00;9.85;1535.00;0.00;0.22 +9529;1;3449.50;9.90;1533.00;0.64;0.22 +9529;2;3446.00;9.80;1533.00;-0.78;0.22 +9529;3;3451.50;9.90;1535.50;1.71;0.22 +9529;4;3445.00;9.80;1535.50;4.54;0.22 +9529;5;3447.50;9.80;1537.00;3.38;0.22 +9529;6;3450.50;9.90;1537.00;2.24;0.22 +9529;9;3445.66;9.80;1535.00;1.57;0.22 +9529;10;3450.34;9.90;1535.00;-1.57;0.22 9529;21;3445.66;9.80;1535.00;1.57;0.22 +9530;0;3522.00;9.82;1504.00;0.00;0.24 +9530;1;3521.50;9.70;1501.50;-0.19;0.24 +9530;2;3524.50;10.00;1502.00;0.89;0.24 +9530;3;3519.00;9.92;1504.00;4.71;0.24 +9530;4;3524.50;9.90;1505.50;2.11;0.24 +9530;5;3521.00;10.15;1506.50;3.52;0.24 +9530;9;3519.66;9.89;1504.00;1.57;0.24 +9530;10;3524.34;9.97;1504.00;-1.57;0.24 9530;21;3519.66;9.89;1504.00;1.57;0.24 +9531;0;3390.00;9.80;1502.00;0.00;0.18 +9531;1;3387.00;9.90;1500.00;-0.98;0.18 +9531;2;3391.50;9.80;1500.00;0.64;0.18 +9531;3;3387.50;9.80;1503.00;4.33;0.18 +9531;4;3393.00;9.80;1502.50;1.73;0.18 +9531;5;3391.50;9.80;1503.50;2.35;0.18 +9531;9;3387.12;9.85;1502.00;1.57;0.18 +9531;10;3392.88;9.80;1502.00;-1.57;0.18 9531;21;3387.12;9.85;1502.00;1.57;0.18 +9532;0;3078.00;9.80;1558.00;0.00;0.22 +9532;1;3077.50;9.80;1555.00;-0.16;0.22 +9532;2;3075.50;9.80;1557.50;-1.37;0.22 +9532;3;3080.00;9.80;1557.00;1.10;0.22 +9532;4;3081.00;9.80;1559.00;1.89;0.22 +9532;5;3078.00;9.80;1560.50;3.14;0.22 +9532;6;3080.00;9.80;1560.50;2.46;0.22 +9532;9;3075.84;9.80;1558.00;1.57;0.22 +9532;10;3080.16;9.80;1558.00;-1.57;0.22 9532;21;3075.84;9.80;1558.00;1.57;0.22 +9533;0;3242.00;10.25;1513.00;0.00;0.22 +9533;1;3242.00;10.27;1510.00;0.00;0.22 +9533;2;3244.00;10.20;1512.50;1.32;0.22 +9533;3;3239.50;10.30;1512.00;-1.19;0.22 +9533;4;3239.00;10.30;1514.50;4.24;0.22 +9533;5;3244.00;10.20;1515.50;2.46;0.22 +9533;6;3241.50;10.20;1516.00;3.30;0.22 +9533;9;3240.02;10.30;1513.00;1.57;0.22 +9533;10;3243.98;10.20;1513.00;-1.57;0.22 9533;21;3240.02;10.30;1513.00;1.57;0.22 +9534;0;2834.00;10.10;1498.00;0.00;0.16 +9534;1;2833.50;10.10;1496.00;-0.24;0.16 +9534;2;2832.00;10.35;1496.50;-0.92;0.16 +9534;3;2832.00;10.35;1498.50;4.46;0.16 +9534;4;2836.00;9.80;1498.00;1.57;0.16 +9534;5;2835.50;9.80;1500.00;2.49;0.16 +9534;6;2837.50;9.80;1499.50;1.97;0.16 +9534;9;2831.84;10.36;1498.00;1.57;0.16 +9534;10;2836.16;9.80;1498.00;-1.57;0.16 9534;21;2831.84;10.36;1498.00;1.57;0.16 +9535;0;3033.00;10.07;1548.00;0.00;0.24 +9535;1;3035.50;9.90;1546.50;1.03;0.24 +9535;2;3033.00;10.20;1546.50;0.00;0.24 +9535;3;3029.50;10.45;1548.00;4.71;0.24 +9535;4;3028.50;10.40;1548.50;4.60;0.24 +9535;5;3036.50;9.80;1548.50;1.71;0.24 +9535;6;3028.50;10.10;1549.50;4.39;0.24 +9535;7;3035.00;9.70;1549.50;2.21;0.24 +9535;8;3032.00;10.15;1549.50;3.73;0.24 +9535;9;3029.76;10.43;1548.00;1.57;0.24 +9535;10;3036.24;9.80;1548.00;-1.57;0.24 9535;21;3036.24;9.80;1548.00;-1.57;0.24 +9536;0;2868.00;9.80;1527.00;0.00;0.16 +9536;1;2866.50;9.80;1525.50;-0.78;0.16 +9536;2;2870.00;9.90;1525.50;0.92;0.16 +9536;3;2871.00;9.82;1527.00;1.57;0.16 +9536;4;2866.00;9.70;1528.50;4.06;0.16 +9536;5;2869.00;9.77;1529.00;2.67;0.16 +9536;9;2865.66;9.80;1527.00;1.57;0.16 +9536;10;2870.34;9.80;1527.00;-1.57;0.16 9536;21;2872.18;9.90;1526.58;1.57;0.16 +9537;0;3123.00;10.45;1486.00;0.00;0.24 +9537;1;3120.50;10.20;1483.50;-0.78;0.24 +9537;2;3122.00;10.20;1483.50;-0.38;0.24 +9537;3;3120.00;10.25;1484.50;-1.10;0.24 +9537;4;3122.00;10.50;1487.00;3.92;0.24 +9537;5;3125.00;10.20;1486.00;1.57;0.24 +9537;6;3126.00;10.07;1488.00;2.15;0.24 +9537;7;3125.00;10.12;1489.00;2.55;0.24 +9537;9;3120.84;10.45;1486.00;1.57;0.24 +9537;10;3125.16;10.18;1486.00;-1.57;0.24 9537;21;3120.84;10.45;1486.00;1.57;0.24 +9538;0;3594.00;9.60;1505.00;0.00;0.28 +9538;1;3594.50;9.60;1500.50;0.11;0.28 +9538;2;3591.50;9.70;1504.50;-1.37;0.28 +9538;3;3597.00;9.60;1502.00;0.78;0.28 +9538;4;3597.00;9.60;1505.50;1.73;0.28 +9538;5;3592.50;9.60;1509.00;3.50;0.28 +9538;6;3595.00;9.60;1509.00;2.89;0.28 +9538;9;3591.48;9.70;1505.00;1.57;0.28 +9538;10;3596.52;9.60;1505.00;-1.57;0.28 9538;21;3591.48;9.70;1505.00;1.57;0.28 +9539;0;3077.00;9.85;1492.00;0.00;0.20 +9539;1;3075.50;9.80;1490.50;-0.78;0.20 +9539;2;3079.50;9.90;1490.50;1.03;0.20 +9539;3;3073.00;9.80;1491.50;-1.44;0.20 +9539;4;3073.50;9.80;1492.50;4.57;0.20 +9539;5;3081.00;9.95;1493.00;1.81;0.20 +9539;6;3075.50;9.90;1493.00;4.12;0.20 +9539;7;3078.50;9.95;1494.00;2.49;0.20 +9539;9;3074.12;9.80;1492.00;1.57;0.20 +9539;10;3079.88;9.93;1492.00;-1.57;0.20 9539;21;3074.12;9.80;1492.00;1.57;0.20 +9540;0;3466.00;10.12;1502.00;0.00;0.18 +9540;1;3464.50;9.90;1499.50;-0.54;0.18 +9540;2;3467.50;9.95;1501.00;0.98;0.18 +9540;3;3463.50;10.30;1502.50;4.51;0.18 +9540;4;3468.50;10.20;1503.50;2.11;0.18 +9540;5;3466.00;10.27;1504.00;3.14;0.18 +9540;9;3463.84;10.23;1502.00;1.57;0.18 +9540;10;3468.16;10.11;1502.00;-1.57;0.18 9540;21;3463.84;10.23;1502.00;1.57;0.18 +9541;0;3031.00;12.55;1500.00;0.00;0.24 +9541;1;3032.50;13.20;1497.50;0.54;0.24 +9541;2;3029.00;13.22;1499.00;-1.10;0.24 +9541;3;3034.50;12.50;1500.50;1.71;0.24 +9541;4;3026.50;13.70;1501.00;4.49;0.24 +9541;5;3031.50;12.30;1501.50;2.82;0.24 +9541;6;3028.00;13.65;1502.50;4.01;0.24 +9541;9;3027.76;13.28;1500.00;1.57;0.24 +9541;10;3034.24;12.64;1500.00;-1.57;0.24 9541;21;3032.85;12.40;1501.33;-1.57;0.24 +9542;0;3344.00;10.42;1543.00;0.00;0.22 +9542;1;3345.00;10.20;1540.50;0.38;0.22 +9542;2;3342.00;10.00;1541.00;-0.78;0.22 +9542;3;3347.00;10.45;1542.00;1.24;0.22 +9542;4;3341.00;10.05;1543.50;4.54;0.22 +9542;5;3346.00;10.50;1543.50;1.81;0.22 +9542;6;3344.00;10.50;1545.50;3.14;0.22 +9542;7;3341.50;10.20;1545.50;3.92;0.22 +9542;9;3341.66;10.08;1543.00;1.57;0.22 +9542;10;3346.34;10.50;1543.00;-1.57;0.22 9542;21;3341.66;10.08;1543.00;1.57;0.22 +9543;0;3296.00;9.80;1516.00;0.00;0.16 +9543;1;3292.50;10.00;1514.50;-1.16;0.16 +9543;2;3295.50;9.80;1514.50;-0.32;0.16 +9543;3;3298.50;9.80;1515.50;1.37;0.16 +9543;4;3293.00;9.90;1516.50;4.54;0.16 +9543;5;3297.50;9.90;1518.00;2.49;0.16 +9543;9;3292.76;9.88;1516.00;1.57;0.16 +9543;10;3299.24;9.87;1516.00;-1.57;0.16 9543;21;3292.76;9.88;1516.00;1.57;0.16 +9544;0;3161.00;9.87;1560.00;0.00;0.28 +9544;1;3161.00;9.80;1557.00;0.00;0.28 +9544;2;3163.50;9.80;1559.00;1.19;0.28 +9544;3;3158.00;10.25;1558.50;-1.10;0.28 +9544;4;3159.00;10.15;1562.00;3.92;0.28 +9544;5;3162.00;9.80;1562.50;2.76;0.28 +9544;6;3164.50;9.80;1561.50;1.97;0.28 +9544;9;3158.48;10.30;1560.00;1.57;0.28 +9544;10;3163.52;9.80;1560.00;-1.57;0.28 9544;21;3163.52;9.80;1560.00;-1.57;0.28 +9545;0;2963.00;12.35;1495.00;0.00;0.20 +9545;1;2963.00;12.40;1493.50;0.00;0.20 +9545;2;2966.00;12.35;1495.00;1.57;0.20 +9545;3;2961.50;11.90;1497.00;3.78;0.20 +9545;4;2964.50;12.10;1497.50;2.60;0.20 +9545;9;2961.20;12.25;1495.00;1.57;0.20 +9545;10;2964.80;12.40;1495.00;-1.57;0.20 9545;21;2961.20;12.25;1495.00;1.57;0.20 +9546;0;3094.00;10.55;1549.00;0.00;0.24 +9546;1;3094.50;10.65;1546.00;0.16;0.24 +9546;2;3092.50;10.60;1546.00;-0.46;0.24 +9546;3;3092.00;10.55;1549.00;4.71;0.24 +9546;4;3096.00;10.55;1548.50;1.32;0.24 +9546;5;3096.50;10.30;1551.00;2.24;0.24 +9546;6;3093.50;10.05;1552.00;3.30;0.24 +9546;9;3091.84;10.55;1549.00;1.57;0.24 +9546;10;3096.16;10.51;1549.00;-1.57;0.24 9546;21;3091.84;10.55;1549.00;1.57;0.24 +9547;0;2932.00;10.95;1535.00;0.00;0.18 +9547;1;2931.00;10.75;1533.00;-0.46;0.18 +9547;2;2929.50;10.75;1534.00;-1.19;0.18 +9547;3;2934.00;11.20;1534.50;1.32;0.18 +9547;4;2929.50;10.65;1535.00;4.71;0.18 +9547;5;2932.00;10.95;1537.00;3.14;0.18 +9547;6;2935.00;11.15;1537.00;2.15;0.18 +9547;9;2929.84;10.63;1535.00;1.57;0.18 +9547;10;2934.16;11.20;1535.00;-1.57;0.18 9547;21;2929.84;10.63;1535.00;1.57;0.18 +9548;0;3203.00;10.97;1477.00;0.00;0.28 +9548;1;3199.50;12.35;1473.00;-0.71;0.28 +9548;2;3201.00;11.90;1474.00;-0.58;0.28 +9548;3;3200.00;11.85;1477.50;4.54;0.28 +9548;4;3204.50;10.80;1475.50;0.78;0.28 +9548;5;3208.50;10.65;1477.00;1.57;0.28 +9548;6;3207.00;10.67;1479.00;2.03;0.28 +9548;7;3204.50;10.65;1480.00;2.67;0.28 +9548;9;3199.58;12.02;1477.00;1.57;0.28 +9548;10;3206.42;10.70;1477.00;-1.57;0.28 9548;21;3199.58;12.02;1477.00;1.57;0.28 +9549;0;3584.00;9.70;1533.00;0.00;0.26 +9549;1;3582.00;9.70;1529.50;-0.51;0.26 +9549;2;3580.00;9.85;1531.00;-1.10;0.26 +9549;3;3585.50;9.70;1531.00;0.64;0.26 +9549;4;3588.50;9.70;1532.00;1.35;0.26 +9549;5;3579.00;10.10;1533.50;4.61;0.26 +9549;6;3588.50;9.70;1533.50;1.68;0.26 +9549;7;3582.50;9.90;1535.50;3.68;0.26 +9549;8;3587.00;9.70;1535.00;2.15;0.26 +9549;9;3580.40;10.05;1533.00;1.57;0.26 +9549;10;3587.60;9.70;1533.00;-1.57;0.26 9549;21;3580.40;10.05;1533.00;1.57;0.26 +9550;0;2784.00;9.90;1493.00;0.00;0.16 +9550;1;2783.50;9.50;1490.50;-0.19;0.16 +9550;2;2784.50;10.10;1489.50;0.14;0.16 +9550;3;2785.50;10.40;1492.50;1.24;0.16 +9550;4;2782.50;9.50;1494.00;4.12;0.16 +9550;5;2784.50;10.00;1495.50;2.94;0.16 +9550;6;2783.00;9.62;1497.00;3.38;0.16 +9550;9;2782.56;9.50;1493.00;1.57;0.16 +9550;10;2785.44;10.33;1493.00;-1.57;0.16 +9550;19;2782.00;9.50;1495.00;-2.16;0.16 +9550;20;2780.76;9.50;1496.23;3.92;0.16 9550;21;2785.44;10.33;1493.00;-1.57;0.16 +9551;0;3098.00;13.95;1506.00;0.00;0.20 +9551;1;3099.00;14.52;1504.00;0.46;0.20 +9551;2;3100.50;14.90;1504.50;1.03;0.20 +9551;3;3097.00;13.52;1505.00;-0.78;0.20 +9551;4;3099.50;14.50;1506.50;1.89;0.20 +9551;5;3095.00;12.95;1506.50;4.54;0.20 +9551;6;3096.50;13.30;1507.50;3.92;0.20 +9551;9;3095.48;12.94;1506.00;1.57;0.20 +9551;10;3100.52;14.85;1506.00;-1.57;0.20 9551;21;3100.52;14.85;1506.00;-1.57;0.20 +9552;0;3411.00;10.25;1534.00;0.00;0.26 +9552;1;3412.00;10.30;1530.50;0.27;0.26 +9552;2;3409.50;10.20;1532.50;-0.78;0.26 +9552;3;3412.50;10.40;1532.50;0.78;0.26 +9552;4;3414.00;10.05;1535.50;2.03;0.26 +9552;5;3407.50;9.90;1535.00;4.43;0.26 +9552;6;3411.00;10.02;1536.00;3.14;0.26 +9552;7;3414.00;9.90;1537.50;2.43;0.26 +9552;9;3408.66;9.96;1534.00;1.57;0.26 +9552;10;3413.34;10.20;1534.00;-1.57;0.26 9552;21;3408.66;9.96;1534.00;1.57;0.26 +9553;0;3767.00;10.20;1677.00;0.00;0.44 +9553;1;3768.50;10.35;1670.00;0.21;0.44 +9553;2;3764.50;10.10;1672.50;-0.50;0.44 +9553;3;3771.00;10.40;1675.00;1.10;0.44 +9553;4;3762.50;9.95;1678.00;4.49;0.44 +9553;5;3772.00;10.40;1681.50;2.30;0.44 +9553;6;3766.00;10.05;1682.00;3.33;0.44 +9553;9;3763.04;10.05;1677.00;1.57;0.44 +9553;10;3770.96;10.40;1677.00;-1.57;0.44 9553;21;3763.04;10.05;1677.00;1.57;0.44 +9554;0;3240.00;9.80;1552.00;0.00;0.26 +9554;1;3240.00;9.90;1548.50;0.00;0.26 +9554;2;3237.50;9.85;1549.00;-0.69;0.26 +9554;3;3242.50;9.85;1551.00;1.19;0.26 +9554;4;3237.00;9.80;1551.00;-1.24;0.26 +9554;5;3237.50;9.80;1554.00;4.03;0.26 +9554;6;3243.50;9.80;1554.00;2.09;0.26 +9554;7;3240.50;9.80;1555.50;3.00;0.26 +9554;9;3237.66;9.80;1552.00;1.57;0.26 +9554;10;3242.34;9.80;1552.00;-1.57;0.26 9554;21;3237.66;9.80;1552.00;1.57;0.26 +9555;0;3007.00;13.15;1511.00;0.00;0.18 +9555;1;3006.50;13.70;1509.00;-0.24;0.18 +9555;2;3008.00;13.50;1509.00;0.46;0.18 +9555;3;3008.00;13.10;1510.50;1.10;0.18 +9555;4;3004.50;13.60;1510.50;-1.37;0.18 +9555;5;3010.50;12.10;1512.00;1.84;0.18 +9555;6;3007.00;12.45;1512.50;3.14;0.18 +9555;9;3004.66;13.45;1511.00;1.57;0.18 +9555;10;3009.34;12.63;1511.00;-1.57;0.18 9555;21;3004.66;13.45;1511.00;1.57;0.18 +9556;0;3375.00;9.90;1514.00;0.00;0.18 +9556;1;3376.00;9.90;1511.50;0.38;0.18 +9556;2;3373.00;9.90;1514.00;4.71;0.18 +9556;3;3377.50;9.90;1514.50;1.76;0.18 +9556;4;3375.50;9.90;1516.50;2.94;0.18 +9556;9;3373.38;9.90;1514.00;1.57;0.18 +9556;10;3376.62;9.90;1514.00;-1.57;0.18 9556;21;3373.38;9.90;1514.00;1.57;0.18 +9557;0;2961.00;10.40;1510.00;0.00;0.24 +9557;1;2961.00;10.50;1507.50;0.00;0.24 +9557;2;2963.00;10.55;1508.00;0.78;0.24 +9557;3;2958.50;10.35;1509.00;-1.19;0.24 +9557;4;2963.00;10.45;1510.00;1.57;0.24 +9557;5;2958.50;10.30;1512.00;4.03;0.24 +9557;6;2961.00;10.35;1511.00;3.14;0.24 +9557;9;2958.84;10.31;1510.00;1.57;0.24 +9557;10;2963.16;10.45;1510.00;-1.57;0.24 9557;21;2958.84;10.31;1510.00;1.57;0.24 +9558;0;3190.00;10.60;1521.00;0.00;0.22 +9558;1;3188.50;10.40;1519.00;-0.64;0.22 +9558;2;3191.00;10.55;1517.00;0.24;0.22 +9558;3;3192.50;10.70;1520.00;1.19;0.22 +9558;4;3187.00;10.55;1522.50;4.24;0.22 +9558;5;3189.50;10.55;1524.00;3.30;0.22 +9558;6;3192.50;10.50;1523.50;2.35;0.22 +9558;9;3188.02;10.50;1521.00;1.57;0.22 +9558;10;3191.98;10.60;1521.00;-1.57;0.22 9558;21;3188.02;10.50;1521.00;1.57;0.22 +9559;0;2900.00;10.70;1501.00;0.00;0.14 +9559;1;2898.50;10.70;1500.50;-1.24;0.14 +9559;2;2900.00;10.70;1498.50;0.00;0.14 +9559;3;2901.00;10.70;1500.50;1.10;0.14 +9559;4;2900.50;10.70;1503.50;2.94;0.14 +9559;9;2898.74;10.70;1501.00;1.57;0.14 +9559;10;2901.26;10.70;1501.00;-1.57;0.14 9559;21;2898.74;10.70;1501.00;1.57;0.14 +9560;0;2995.00;9.77;1555.00;0.00;0.16 +9560;1;2993.50;9.80;1553.50;-0.78;0.16 +9560;2;2996.50;9.80;1554.50;1.24;0.16 +9560;3;2993.00;9.70;1556.00;4.24;0.16 +9560;4;2996.50;9.70;1557.00;2.49;0.16 +9560;5;2994.00;9.70;1557.50;3.52;0.16 +9560;9;2993.02;9.75;1555.00;1.57;0.16 +9560;10;2996.98;9.75;1555.00;-1.57;0.16 9560;21;2993.02;9.75;1555.00;1.57;0.16 +9561;0;2850.14;10.40;1505.66;0.00;0.20 +9561;1;2849.00;10.10;1501.50;0.00;0.20 +9561;2;2846.00;9.85;1501.50;-1.10;0.20 +9561;3;2851.50;10.30;1502.50;1.37;0.20 +9561;4;2845.00;9.85;1502.00;-1.32;0.20 +9561;5;2845.50;10.10;1503.50;4.57;0.20 +9561;6;2851.00;10.27;1505.00;2.35;0.20 +9561;7;2848.50;10.40;1505.50;3.33;0.20 +9561;9;2846.48;10.09;1503.00;1.57;0.20 +9561;10;2851.52;10.30;1503.00;-1.57;0.20 9561;21;2848.26;10.20;1502.48;-1.57;0.20 +9562;0;2738.00;10.85;1550.00;0.00;0.16 +9562;1;2738.50;10.30;1548.00;0.24;0.16 +9562;2;2741.00;10.55;1549.50;1.40;0.16 +9562;3;2736.00;10.85;1550.00;4.71;0.16 +9562;4;2737.50;11.70;1552.00;3.38;0.16 +9562;9;2735.30;10.86;1550.00;1.57;0.16 +9562;10;2740.70;10.79;1550.00;-1.57;0.16 +9562;19;2733.00;10.82;1554.00;-2.90;0.16 +9562;20;2731.63;10.82;1555.09;4.03;0.16 9562;21;2735.30;10.86;1550.00;1.57;0.16 +9563;0;3174.00;11.07;1486.00;0.00;0.20 +9563;1;3177.00;12.42;1484.00;0.98;0.20 +9563;2;3172.50;11.20;1484.50;-0.78;0.20 +9563;3;3177.50;11.55;1486.00;1.57;0.20 +9563;4;3171.50;10.70;1487.50;4.17;0.20 +9563;5;3174.00;10.87;1488.00;3.14;0.20 +9563;9;3171.12;10.74;1486.00;1.57;0.20 +9563;10;3176.88;11.48;1486.00;-1.57;0.20 9563;21;3171.12;10.74;1486.00;1.57;0.20 +9564;0;3482.00;9.80;1538.00;0.00;0.22 +9564;1;3483.00;9.80;1536.00;0.46;0.22 +9564;2;3479.50;9.80;1536.50;-1.03;0.22 +9564;3;3484.50;9.80;1538.50;1.76;0.22 +9564;4;3480.50;9.80;1539.00;4.12;0.22 +9564;5;3483.00;9.80;1540.50;2.76;0.22 +9564;9;3479.66;9.80;1538.00;1.57;0.22 +9564;10;3484.34;9.80;1538.00;-1.57;0.22 9564;21;3479.66;9.80;1538.00;1.57;0.22 +9565;0;3447.00;9.90;1504.00;0.00;0.24 +9565;1;3449.00;9.85;1501.00;0.58;0.24 +9565;2;3447.00;9.80;1501.50;0.00;0.24 +9565;3;3450.00;10.15;1503.50;1.40;0.24 +9565;4;3444.50;9.90;1504.00;4.71;0.24 +9565;5;3445.00;9.90;1506.50;3.81;0.24 +9565;6;3448.50;10.15;1506.00;2.49;0.24 +9565;7;3446.00;10.00;1507.50;3.42;0.24 +9565;9;3444.66;9.88;1504.00;1.57;0.24 +9565;10;3449.34;10.08;1504.00;-1.57;0.24 9565;21;3444.66;9.88;1504.00;1.57;0.24 +9566;0;3326.00;9.80;1550.00;0.00;0.18 +9566;1;3325.50;9.80;1547.50;-0.19;0.18 +9566;2;3324.00;9.80;1548.00;-0.78;0.18 +9566;3;3327.50;9.80;1548.50;0.78;0.18 +9566;4;3323.50;9.80;1550.00;4.71;0.18 +9566;5;3328.00;9.80;1550.50;1.81;0.18 +9566;6;3324.50;9.80;1552.00;3.78;0.18 +9566;7;3327.00;9.80;1552.50;2.76;0.18 +9566;9;3324.38;9.80;1550.00;1.57;0.18 +9566;10;3327.62;9.80;1550.00;-1.57;0.18 9566;21;3324.38;9.80;1550.00;1.57;0.18 +9567;0;3094.00;13.37;1513.00;0.00;0.20 +9567;1;3092.00;12.90;1511.00;-0.78;0.20 +9567;2;3094.50;13.35;1511.00;0.24;0.20 +9567;3;3092.00;13.05;1513.50;4.46;0.20 +9567;4;3097.00;14.20;1513.00;1.57;0.20 +9567;5;3095.50;13.70;1514.00;2.15;0.20 +9567;6;3093.00;13.05;1515.50;3.52;0.20 +9567;7;3094.00;13.25;1516.00;3.14;0.20 +9567;9;3092.20;12.98;1513.00;1.57;0.20 +9567;10;3095.80;13.82;1513.00;-1.57;0.20 9567;21;3095.80;13.82;1513.00;-1.57;0.20 +9568;0;3273.00;9.85;1539.00;0.00;0.22 +9568;1;3273.50;9.80;1536.50;0.19;0.22 +9568;2;3270.00;9.85;1537.00;-0.98;0.22 +9568;3;3277.00;9.80;1538.00;1.32;0.22 +9568;4;3269.00;9.90;1539.00;4.71;0.22 +9568;5;3275.50;9.80;1540.50;2.11;0.22 +9568;6;3271.50;9.90;1541.00;3.78;0.22 +9568;9;3270.12;9.86;1539.00;1.57;0.22 +9568;10;3275.88;9.80;1539.00;-1.57;0.22 9568;21;3270.12;9.86;1539.00;1.57;0.22 +9569;0;3033.00;12.17;1509.00;0.00;0.24 +9569;1;3032.50;12.15;1506.00;-0.16;0.24 +9569;2;3035.00;12.30;1507.00;0.78;0.24 +9569;3;3030.50;12.00;1509.50;4.51;0.24 +9569;4;3035.00;12.35;1509.50;1.81;0.24 +9569;5;3034.50;12.40;1512.50;2.73;0.24 +9569;6;3033.00;12.30;1512.50;3.14;0.24 +9569;9;3030.84;11.95;1509.00;1.57;0.24 +9569;10;3035.16;12.33;1509.00;-1.57;0.24 9569;21;3030.84;11.95;1509.00;1.57;0.24 +9570;0;3070.00;10.15;1538.00;0.00;0.28 +9570;1;3070.00;10.30;1535.50;0.00;0.28 +9570;2;3073.00;10.05;1536.00;0.98;0.28 +9570;3;3067.00;10.70;1538.50;4.54;0.28 +9570;4;3073.00;10.05;1538.50;1.73;0.28 +9570;5;3070.50;10.05;1540.00;2.89;0.28 +9570;6;3065.50;10.40;1540.50;4.20;0.28 +9570;7;3067.50;10.10;1541.00;3.83;0.28 +9570;9;3067.12;10.77;1538.00;1.57;0.28 +9570;10;3072.88;10.01;1538.00;-1.57;0.28 9570;21;3068.02;10.40;1541.38;-1.57;0.28 +9571;0;3377.00;9.70;1457.00;0.00;0.20 +9571;1;3375.00;9.70;1455.50;-0.92;0.20 +9571;2;3378.50;9.70;1454.50;0.54;0.20 +9571;3;3380.00;9.70;1457.50;1.73;0.20 +9571;4;3374.00;9.72;1458.00;4.39;0.20 +9571;5;3377.00;9.80;1459.50;3.14;0.20 +9571;9;3374.66;9.70;1457.00;1.57;0.20 +9571;10;3379.34;9.70;1457.00;-1.57;0.20 +9571;19;3381.00;9.53;1454.00;0.54;0.20 +9571;20;3382.40;9.53;1452.95;0.92;0.20 9571;21;3374.66;9.70;1457.00;1.57;0.20 +9572;0;2969.00;10.40;1513.00;0.00;0.20 +9572;1;2969.50;10.50;1511.00;0.24;0.20 +9572;2;2967.00;10.40;1511.50;-0.92;0.20 +9572;3;2971.50;10.60;1511.50;1.03;0.20 +9572;4;2967.00;10.27;1514.00;4.24;0.20 +9572;5;2972.00;10.80;1513.50;1.73;0.20 +9572;6;2969.00;10.45;1515.50;3.14;0.20 +9572;9;2967.02;10.35;1513.00;1.57;0.20 +9572;10;2970.98;10.59;1513.00;-1.57;0.20 9572;21;2967.02;10.35;1513.00;1.57;0.20 +9573;0;3316.00;9.80;1475.00;0.00;0.20 +9573;1;3315.50;9.70;1473.00;-0.24;0.20 +9573;2;3313.50;9.80;1475.50;4.51;0.20 +9573;3;3318.00;9.80;1474.50;1.32;0.20 +9573;4;3316.50;9.80;1477.50;2.94;0.20 +9573;9;3314.02;9.80;1475.00;1.57;0.20 +9573;10;3317.98;9.80;1475.00;-1.57;0.20 9573;21;3314.02;9.80;1475.00;1.57;0.20 +9574;0;2891.00;10.02;1539.00;0.00;0.16 +9574;1;2891.00;10.00;1537.50;0.00;0.16 +9574;2;2889.00;9.80;1538.50;-1.32;0.16 +9574;3;2892.50;10.20;1538.50;1.24;0.16 +9574;4;2889.50;10.10;1540.50;3.92;0.16 +9574;5;2893.00;10.05;1540.50;2.21;0.16 +9574;6;2890.50;10.20;1541.50;3.33;0.16 +9574;9;2889.20;9.85;1539.00;1.57;0.16 +9574;10;2892.80;10.21;1539.00;-1.57;0.16 9574;21;2889.20;9.85;1539.00;1.57;0.16 +9575;0;2912.00;10.80;1509.00;0.00;0.22 +9575;1;2909.50;10.70;1507.00;-0.89;0.22 +9575;2;2913.00;10.80;1507.50;0.58;0.22 +9575;3;2908.50;10.80;1509.00;4.71;0.22 +9575;4;2916.00;10.85;1508.50;1.44;0.22 +9575;5;2915.00;11.02;1511.00;2.15;0.22 +9575;6;2910.50;10.85;1510.00;4.12;0.22 +9575;7;2912.50;10.95;1511.00;2.89;0.22 +9575;9;2909.30;10.80;1509.00;1.57;0.22 +9575;10;2914.70;10.85;1509.00;-1.57;0.22 9575;21;2909.30;10.80;1509.00;1.57;0.22 +9576;0;3259.00;10.10;1475.00;0.00;0.22 +9576;1;3257.50;10.50;1474.00;-0.98;0.22 +9576;2;3261.00;9.90;1473.00;0.78;0.22 +9576;3;3255.50;11.00;1475.50;4.57;0.22 +9576;4;3262.00;9.90;1476.00;1.89;0.22 +9576;5;3256.50;10.50;1477.50;3.92;0.22 +9576;6;3259.50;10.00;1477.50;2.94;0.22 +9576;9;3256.30;10.80;1475.00;1.57;0.22 +9576;10;3261.70;9.90;1475.00;-1.57;0.22 9576;21;3256.30;10.80;1475.00;1.57;0.22 +9577;0;3549.00;9.70;1542.00;0.00;0.22 +9577;1;3548.00;9.70;1540.00;-0.46;0.22 +9577;2;3552.00;9.70;1540.50;1.10;0.22 +9577;3;3552.00;9.70;1543.00;1.89;0.22 +9577;4;3547.00;9.70;1543.00;4.24;0.22 +9577;5;3549.00;9.70;1545.00;3.14;0.22 +9577;9;3546.48;9.70;1542.00;1.57;0.22 +9577;10;3551.52;9.70;1542.00;-1.57;0.22 9577;21;3546.48;9.70;1542.00;1.57;0.22 +9578;0;2816.00;9.95;1500.00;0.00;0.22 +9578;1;2815.50;10.05;1497.00;-0.16;0.22 +9578;2;2814.00;10.05;1497.50;-0.67;0.22 +9578;3;2818.50;10.00;1498.50;1.03;0.22 +9578;4;2813.50;9.90;1500.50;4.51;0.22 +9578;5;2820.50;9.90;1500.50;1.68;0.22 +9578;6;2818.00;9.90;1501.00;2.03;0.22 +9578;7;2815.00;9.75;1502.50;3.52;0.22 +9578;9;2813.30;9.96;1500.00;1.57;0.22 +9578;10;2818.70;9.90;1500.00;-1.57;0.22 9578;21;2813.30;9.96;1500.00;1.57;0.22 +9579;0;3399.00;10.00;1547.00;0.00;0.20 +9579;1;3399.00;10.00;1544.00;0.00;0.20 +9579;2;3400.00;10.00;1546.00;0.78;0.20 +9579;3;3397.00;10.00;1544.50;-0.67;0.20 +9579;4;3396.50;10.00;1547.00;4.71;0.20 +9579;5;3401.50;10.00;1548.50;2.11;0.20 +9579;6;3399.50;10.00;1550.00;2.97;0.20 +9579;9;3397.20;10.00;1547.00;1.57;0.20 +9579;10;3400.80;10.00;1547.00;-1.57;0.20 9579;21;3397.20;10.00;1547.00;1.57;0.20 +9580;0;1589.00;9.72;1623.00;0.00;0.24 +9580;1;794.00;9.50;811.00;-0.77;0.24 +9580;2;1586.00;9.72;1622.00;-1.24;0.24 +9580;3;1591.00;9.70;1622.50;1.32;0.24 +9580;4;1587.00;9.80;1624.50;4.06;0.24 +9580;5;1590.00;9.80;1625.50;2.76;0.24 +9580;9;1586.84;9.75;1623.00;1.57;0.24 +9580;10;1591.16;9.73;1623.00;-1.57;0.24 9580;21;1586.84;9.75;1623.00;1.57;0.24 +9581;0;3487.00;9.72;1453.00;0.00;0.18 +9581;1;3489.50;9.75;1452.00;1.19;0.18 +9581;2;3486.50;9.70;1451.50;-0.32;0.18 +9581;3;3484.00;9.70;1453.00;4.71;0.18 +9581;4;3488.50;9.80;1454.50;2.35;0.18 +9581;5;3485.50;9.70;1454.50;3.92;0.18 +9581;9;3484.66;9.70;1453.00;1.57;0.18 +9581;10;3489.34;9.80;1453.00;-1.57;0.18 9581;21;3484.66;9.70;1453.00;1.57;0.18 +9582;0;2990.00;9.70;1419.00;0.00;0.16 +9582;1;2991.50;9.70;1418.00;0.98;0.16 +9582;2;2994.00;9.70;1419.00;1.57;0.16 +9582;3;2986.50;9.70;1419.00;4.71;0.16 +9582;4;2985.00;9.70;1420.00;4.51;0.16 +9582;5;2990.50;9.70;1420.00;2.67;0.16 +9582;6;2986.00;9.70;1421.00;4.24;0.16 +9582;7;2988.00;9.70;1421.00;3.92;0.16 +9582;9;2986.22;9.70;1419.00;1.57;0.16 +9582;10;2993.78;9.70;1419.00;-1.57;0.16 +9582;19;3000.00;9.60;1417.00;1.57;0.16 +9582;20;3001.71;9.60;1416.65;1.37;0.16 9582;21;2986.22;9.70;1419.00;1.57;0.16 +9583;0;1569.00;10.70;1626.00;0.00;0.24 +9583;1;1568.00;10.45;1623.50;-0.38;0.24 +9583;2;1571.50;10.20;1624.50;1.03;0.24 +9583;3;1566.00;10.70;1624.50;-1.10;0.24 +9583;4;1567.00;10.70;1627.00;4.24;0.24 +9583;5;1571.50;10.80;1627.50;2.11;0.24 +9583;9;1566.30;10.70;1626.00;1.57;0.24 +9583;10;1571.70;10.58;1626.00;-1.57;0.24 9583;21;1566.30;10.70;1626.00;1.57;0.24 +9584;0;2950.00;10.65;1435.00;0.00;0.18 +9584;1;2951.00;10.15;1432.50;0.38;0.18 +9584;2;2949.00;10.25;1433.50;-0.58;0.18 +9584;3;2952.50;10.25;1433.00;0.89;0.18 +9584;4;2951.50;11.00;1436.00;2.15;0.18 +9584;5;2948.50;10.75;1436.00;4.12;0.18 +9584;9;2948.38;10.51;1435.00;1.57;0.18 +9584;10;2951.62;10.70;1435.00;-1.57;0.18 9584;21;2948.38;10.51;1435.00;1.57;0.18 +9585;0;1563.00;9.70;1632.00;0.00;0.32 +9585;1;1560.50;10.00;1628.50;-0.62;0.32 +9585;2;1564.00;10.20;1630.00;0.46;0.32 +9585;3;781.00;9.50;815.50;-0.76;0.32 +9585;4;1567.00;10.60;1633.50;1.93;0.32 +9585;5;1563.50;9.90;1634.50;2.94;0.32 +9585;6;1566.50;10.60;1635.50;2.35;0.32 +9585;9;1559.58;9.55;1632.00;1.57;0.32 +9585;10;1566.42;10.47;1632.00;-1.57;0.32 9585;21;1559.58;9.55;1632.00;1.57;0.32 +9586;0;3058.00;13.42;1411.00;0.00;0.20 +9586;1;3060.00;13.55;1409.00;0.78;0.20 +9586;2;3057.50;12.85;1409.00;-0.24;0.20 +9586;3;3055.50;13.40;1411.50;4.51;0.20 +9586;4;3062.00;13.85;1410.50;1.44;0.20 +9586;5;3061.00;13.37;1412.00;1.89;0.20 +9586;6;3057.50;13.95;1413.00;3.38;0.20 +9586;9;3055.48;13.24;1411.00;1.57;0.20 +9586;10;3060.52;13.65;1411.00;-1.57;0.20 9586;21;3055.48;13.24;1411.00;1.57;0.20 +9587;0;2926.00;16.22;1439.00;0.00;0.18 +9587;1;2927.00;15.10;1437.50;0.58;0.18 +9587;2;2924.00;16.47;1439.00;4.71;0.18 +9587;3;2929.00;15.50;1439.50;1.73;0.18 +9587;4;2928.00;16.15;1440.50;2.21;0.18 +9587;5;2925.50;16.00;1440.50;3.46;0.18 +9587;9;2924.20;16.54;1439.00;1.57;0.18 +9587;10;2927.80;15.38;1439.00;-1.57;0.18 9587;21;2924.20;16.54;1439.00;1.57;0.18 +9588;0;3077.00;11.20;1415.00;0.00;0.20 +9588;1;3076.00;11.92;1413.00;-0.46;0.20 +9588;2;3078.50;12.00;1413.00;0.64;0.20 +9588;3;3079.00;11.07;1415.00;1.57;0.20 +9588;4;3074.50;10.90;1416.00;4.33;0.20 +9588;5;3077.50;10.55;1417.00;2.89;0.20 +9588;9;3075.20;11.15;1415.00;1.57;0.20 +9588;10;3078.80;11.08;1415.00;-1.57;0.20 9588;21;3075.20;11.15;1415.00;1.57;0.20 +9589;0;4972.00;12.45;1494.00;0.00;0.30 +9589;1;4970.00;12.90;1491.50;-0.67;0.30 +9589;2;4974.50;12.35;1491.00;0.69;0.30 +9589;3;4976.50;12.20;1494.50;1.68;0.30 +9589;4;4967.50;12.10;1495.50;4.39;0.30 +9589;5;4972.50;11.80;1497.50;3.00;0.30 +9589;6;4977.00;11.87;1497.00;2.11;0.30 +9589;9;4968.40;12.44;1494.00;1.57;0.30 +9589;10;4975.60;12.35;1494.00;-1.57;0.30 9589;21;4968.40;12.44;1494.00;1.57;0.30 +9590;0;2885.00;10.10;1436.00;0.00;0.16 +9590;1;2885.50;10.10;1434.50;0.32;0.16 +9590;2;2882.50;10.25;1436.00;4.71;0.16 +9590;3;2887.50;10.10;1436.50;1.76;0.16 +9590;4;2883.00;10.15;1437.50;4.06;0.16 +9590;5;2885.00;10.12;1438.00;3.14;0.16 +9590;9;2883.02;10.17;1436.00;1.57;0.16 +9590;10;2886.98;10.10;1436.00;-1.57;0.16 9590;21;2883.02;10.17;1436.00;1.57;0.16 +9591;0;3086.00;10.50;1415.00;0.00;0.20 +9591;1;3085.50;10.80;1413.00;-0.24;0.20 +9591;2;3087.50;10.90;1412.50;0.54;0.20 +9591;3;3083.50;10.60;1415.00;4.71;0.20 +9591;4;3088.00;10.47;1415.00;1.57;0.20 +9591;5;3085.50;10.40;1417.00;3.38;0.20 +9591;6;3087.50;10.40;1417.50;2.60;0.20 +9591;9;3084.20;10.56;1415.00;1.57;0.20 +9591;10;3087.80;10.48;1415.00;-1.57;0.20 9591;21;3084.20;10.56;1415.00;1.57;0.20 +9592;0;3561.00;9.60;1448.00;0.00;0.24 +9592;1;3559.50;9.60;1446.00;-0.64;0.24 +9592;2;3562.00;9.60;1446.50;0.58;0.24 +9592;3;3558.00;9.60;1448.50;4.54;0.24 +9592;4;3564.00;9.60;1449.00;1.89;0.24 +9592;5;3560.50;9.60;1450.50;3.33;0.24 +9592;6;3563.50;9.60;1451.00;2.44;0.24 +9592;9;3558.84;9.60;1448.00;1.57;0.24 +9592;10;3563.16;9.60;1448.00;-1.57;0.24 9592;21;3558.84;9.60;1448.00;1.57;0.24 +9593;0;2847.00;10.37;1432.00;0.00;0.16 +9593;1;2845.50;10.25;1430.00;-0.64;0.16 +9593;2;2847.50;10.70;1429.50;0.19;0.16 +9593;3;2849.00;10.90;1432.00;1.57;0.16 +9593;4;2845.50;10.25;1433.00;4.12;0.16 +9593;5;2848.00;10.40;1434.00;2.67;0.16 +9593;9;2845.56;10.25;1432.00;1.57;0.16 +9593;10;2848.44;10.73;1432.00;-1.57;0.16 9593;21;2845.56;10.25;1432.00;1.57;0.16 +9594;0;3524.00;9.62;1450.00;0.00;0.20 +9594;1;3526.00;9.90;1447.50;0.67;0.20 +9594;2;3522.50;9.60;1448.50;-0.78;0.20 +9594;3;3526.50;9.80;1451.00;1.95;0.20 +9594;4;3521.00;9.60;1451.50;4.24;0.20 +9594;5;3523.50;9.60;1453.00;3.30;0.20 +9594;9;3521.84;9.60;1450.00;1.57;0.20 +9594;10;3526.16;9.78;1450.00;-1.57;0.20 9594;21;3521.84;9.60;1450.00;1.57;0.20 +9595;0;3079.00;9.90;1423.00;0.00;0.18 +9595;1;3082.00;10.00;1421.00;0.98;0.18 +9595;2;3078.50;10.00;1421.00;-0.24;0.18 +9595;3;3075.50;10.00;1421.50;-1.16;0.18 +9595;4;3083.50;10.00;1422.50;1.46;0.18 +9595;5;3075.00;9.90;1424.00;4.46;0.18 +9595;6;3081.00;9.90;1424.00;2.03;0.18 +9595;7;3077.50;9.90;1425.00;3.78;0.18 +9595;9;3076.12;9.95;1423.00;1.57;0.18 +9595;10;3081.88;9.95;1423.00;-1.57;0.18 9595;21;3076.12;9.95;1423.00;1.57;0.18 +9596;0;3037.00;11.02;1442.00;0.00;0.22 +9596;1;3036.00;11.00;1440.50;-0.58;0.22 +9596;2;3038.00;11.35;1439.50;0.38;0.22 +9596;3;3039.00;11.25;1441.50;1.32;0.22 +9596;4;3034.00;11.27;1442.00;4.71;0.22 +9596;5;3036.00;11.35;1443.50;3.73;0.22 +9596;6;3039.50;12.00;1444.00;2.24;0.22 +9596;7;3038.50;12.50;1445.50;2.73;0.22 +9596;9;3035.02;11.07;1442.00;1.57;0.22 +9596;10;3038.98;11.29;1442.00;-1.57;0.22 9596;21;3038.78;11.80;1438.74;1.57;0.22 +9597;0;2796.00;10.10;1429.00;0.00;0.24 +9597;1;2796.50;10.00;1426.50;0.19;0.24 +9597;2;2798.50;10.20;1428.00;1.19;0.24 +9597;3;2793.50;9.50;1428.50;-1.37;0.24 +9597;4;2793.50;10.00;1431.00;4.03;0.24 +9597;5;2797.00;10.22;1431.00;2.67;0.24 +9597;9;2793.66;9.54;1429.00;1.57;0.24 +9597;10;2798.34;10.20;1429.00;-1.57;0.24 +9597;19;2794.00;9.50;1428.00;-1.37;0.24 +9597;20;2792.43;9.50;1427.21;-1.10;0.24 9597;21;2793.66;9.54;1429.00;1.57;0.24 +9598;0;2980.00;12.20;1434.00;0.00;0.20 +9598;1;2978.50;11.20;1431.50;-0.54;0.20 +9598;2;2982.00;11.72;1433.00;1.10;0.20 +9598;3;2978.50;12.30;1435.00;4.12;0.20 +9598;4;2981.00;12.45;1436.50;2.76;0.20 +9598;9;2978.20;12.15;1434.00;1.57;0.20 +9598;10;2981.80;12.10;1434.00;-1.57;0.20 9598;21;2978.20;12.15;1434.00;1.57;0.20 +9599;0;3120.00;10.70;1402.00;0.00;0.20 +9599;1;3121.50;10.80;1400.00;0.64;0.20 +9599;2;3118.00;11.05;1400.50;-0.92;0.20 +9599;3;3116.50;11.30;1402.50;4.57;0.20 +9599;4;3123.50;10.40;1402.50;1.71;0.20 +9599;5;3121.50;10.60;1403.50;2.35;0.20 +9599;6;3118.00;11.55;1404.50;3.81;0.20 +9599;9;3117.48;11.05;1402.00;1.57;0.20 +9599;10;3122.52;10.49;1402.00;-1.57;0.20 9599;21;3117.48;11.05;1402.00;1.57;0.20 +9600;0;2945.00;11.60;1440.00;0.00;0.18 +9600;1;2944.00;11.30;1437.50;-0.38;0.18 +9600;2;2946.00;11.40;1438.50;0.58;0.18 +9600;3;2943.50;11.90;1441.00;4.12;0.18 +9600;4;2947.50;11.95;1441.00;1.95;0.18 +9600;5;2946.50;12.15;1443.00;2.67;0.18 +9600;9;2943.38;11.72;1440.00;1.57;0.18 +9600;10;2946.62;11.65;1440.00;-1.57;0.18 9600;21;2943.38;11.72;1440.00;1.57;0.18 +9601;0;1664.00;9.70;1668.00;0.00;0.36 +9601;1;1661.00;9.70;1664.50;-0.70;0.36 +9601;2;1666.00;9.70;1664.50;0.51;0.36 +9601;3;1667.00;9.72;1670.00;2.15;0.36 +9601;4;1660.00;9.95;1669.00;4.46;0.36 +9601;5;1664.00;10.02;1673.00;3.14;0.36 +9601;9;1660.76;9.83;1668.00;1.57;0.36 +9601;10;1667.24;9.70;1668.00;-1.57;0.36 9601;21;1660.76;9.83;1668.00;1.57;0.36 +9602;0;3143.00;10.92;1397.00;0.00;0.20 +9602;1;3144.00;10.42;1394.00;0.32;0.20 +9602;2;3144.50;10.50;1394.50;0.54;0.20 +9602;3;3141.00;10.65;1395.50;-0.92;0.20 +9602;4;3144.50;11.10;1397.00;1.57;0.20 +9602;5;3141.00;10.90;1399.50;3.81;0.20 +9602;6;3144.00;11.62;1400.00;2.82;0.20 +9602;9;3141.20;10.75;1397.00;1.57;0.20 +9602;10;3144.80;11.16;1397.00;-1.57;0.20 9602;21;3141.20;10.75;1397.00;1.57;0.20 +9603;0;2907.00;11.75;1440.00;0.00;0.16 +9603;1;2908.00;12.15;1438.00;0.46;0.16 +9603;2;2906.00;12.15;1438.50;-0.58;0.16 +9603;3;2909.50;11.70;1440.50;1.76;0.16 +9603;4;2905.00;11.50;1440.50;4.46;0.16 +9603;5;1453.00;9.50;719.50;-1.11;0.16 +9603;9;2905.56;11.70;1440.00;1.57;0.16 +9603;10;2908.44;11.84;1440.00;-1.57;0.16 9603;21;2905.56;11.70;1440.00;1.57;0.16 +9604;0;4989.00;10.40;1494.00;0.00;0.26 +9604;1;4988.00;10.50;1491.50;-0.38;0.26 +9604;2;4992.50;9.70;1494.00;1.57;0.26 +9604;3;4985.00;11.50;1494.50;4.58;0.26 +9604;4;4989.00;10.57;1497.00;3.14;0.26 +9604;9;4985.94;11.16;1494.00;1.57;0.26 +9604;10;4992.06;9.76;1494.00;-1.57;0.26 +9604;19;4994.00;9.55;1490.00;1.57;0.26 +9604;20;4995.36;9.55;1488.90;0.89;0.26 9604;21;4985.94;11.16;1494.00;1.57;0.26 +9605;0;3794.00;9.90;1306.00;0.00;0.40 +9605;1;3792.00;9.90;1305.00;-1.10;0.40 +9605;2;3797.00;9.90;1302.50;0.70;0.40 +9605;3;3798.00;9.90;1303.50;1.01;0.40 +9605;4;3799.50;9.90;1305.50;1.48;0.40 +9605;5;3793.50;9.90;1308.50;3.33;0.40 +9605;6;3788.50;9.90;1310.00;4.08;0.40 +9605;9;3789.68;9.90;1306.00;1.57;0.40 +9605;10;3798.32;9.90;1306.00;-1.57;0.40 9605;21;3798.32;9.90;1306.00;-1.57;0.40 +9606;0;3138.00;10.62;1426.00;0.00;0.26 +9606;1;3137.00;10.85;1424.00;-0.46;0.26 +9606;2;3140.00;10.85;1423.50;0.67;0.26 +9606;3;3141.00;11.05;1425.50;1.40;0.26 +9606;4;3134.50;11.30;1426.00;4.71;0.26 +9606;5;3136.50;11.10;1428.50;3.68;0.26 +9606;6;3140.00;10.80;1428.00;2.35;0.26 +9606;9;3135.30;11.14;1426.00;1.57;0.26 +9606;10;3140.70;10.89;1426.00;-1.57;0.26 9606;21;3135.30;11.14;1426.00;1.57;0.26 +9607;0;2857.00;10.67;1442.00;0.00;0.22 +9607;1;2857.50;10.80;1440.00;0.24;0.22 +9607;2;2856.00;10.70;1441.50;-1.10;0.22 +9607;3;2859.50;10.60;1441.50;1.37;0.22 +9607;4;2854.50;10.50;1443.50;4.17;0.22 +9607;5;2857.50;10.60;1443.50;2.82;0.22 +9607;9;2855.02;10.67;1442.00;1.57;0.22 +9607;10;2858.98;10.62;1442.00;-1.57;0.22 9607;21;2855.02;10.67;1442.00;1.57;0.22 +9608;0;3097.00;9.80;1430.00;0.00;0.18 +9608;1;3097.00;9.70;1428.00;0.00;0.18 +9608;2;3099.00;9.75;1428.50;0.92;0.18 +9608;3;3094.50;9.80;1430.00;4.71;0.18 +9608;4;3099.50;9.80;1430.50;1.76;0.18 +9608;5;3096.50;9.80;1431.00;3.60;0.18 +9608;6;3098.50;9.80;1432.50;2.60;0.18 +9608;9;3095.38;9.80;1430.00;1.57;0.18 +9608;10;3098.62;9.80;1430.00;-1.57;0.18 9608;21;3095.38;9.80;1430.00;1.57;0.18 +9609;0;2858.00;10.22;1450.00;0.00;0.22 +9609;1;2858.00;10.35;1447.50;0.00;0.22 +9609;2;2861.00;10.30;1447.50;0.87;0.22 +9609;3;2860.00;10.15;1450.00;1.57;0.22 +9609;4;2855.50;10.20;1450.00;4.71;0.22 +9609;5;2856.00;10.15;1452.00;3.92;0.22 +9609;6;2857.50;10.10;1452.50;3.33;0.22 +9609;9;2856.02;10.22;1450.00;1.57;0.22 +9609;10;2859.98;10.15;1450.00;-1.57;0.22 9609;21;2856.02;10.22;1450.00;1.57;0.22 +9610;0;3199.00;10.25;1387.00;0.00;0.22 +9610;1;3198.50;10.40;1384.50;-0.19;0.22 +9610;2;3202.00;10.30;1385.50;1.10;0.22 +9610;3;3196.00;10.30;1387.50;4.54;0.22 +9610;4;3202.00;10.05;1387.50;1.73;0.22 +9610;5;3198.50;9.95;1390.00;3.30;0.22 +9610;6;3201.50;9.90;1390.00;2.44;0.22 +9610;9;3196.48;10.35;1387.00;1.57;0.22 +9610;10;3201.52;10.14;1387.00;-1.57;0.22 9610;21;3196.48;10.35;1387.00;1.57;0.22 +9611;0;3062.00;9.90;1439.00;0.00;0.18 +9611;1;3063.50;9.90;1436.50;0.54;0.18 +9611;2;3059.50;10.00;1438.50;-1.37;0.18 +9611;3;3065.00;9.80;1438.00;1.24;0.18 +9611;4;3057.50;10.10;1440.50;4.39;0.18 +9611;5;3062.50;9.90;1440.50;2.82;0.18 +9611;6;3065.50;9.90;1440.50;1.97;0.18 +9611;7;3059.50;10.10;1441.00;4.03;0.18 +9611;9;3058.58;10.09;1439.00;1.57;0.18 +9611;10;3065.42;9.80;1439.00;-1.57;0.18 9611;21;3058.58;10.09;1439.00;1.57;0.18 +9612;0;3212.00;10.42;1391.00;0.00;0.28 +9612;1;3210.50;10.05;1388.00;-0.46;0.28 +9612;2;3213.00;10.42;1389.00;0.46;0.28 +9612;3;3208.50;10.00;1389.50;-1.16;0.28 +9612;4;3215.50;10.65;1391.00;1.57;0.28 +9612;5;3211.50;10.20;1393.50;3.33;0.28 +9612;6;3215.00;10.25;1394.00;2.35;0.28 +9612;7;3215.00;10.15;1395.00;2.49;0.28 +9612;9;3209.48;10.09;1391.00;1.57;0.28 +9612;10;3214.52;10.60;1391.00;-1.57;0.28 9612;21;3209.48;10.09;1391.00;1.57;0.28 +9613;0;3010.00;10.10;1443.00;0.00;0.18 +9613;1;3009.50;9.80;1441.00;-0.24;0.18 +9613;2;3012.50;10.00;1443.00;1.57;0.18 +9613;3;3008.00;10.62;1444.00;4.24;0.18 +9613;4;3011.50;10.60;1445.50;2.60;0.18 +9613;9;3007.84;10.29;1443.00;1.57;0.18 +9613;10;3012.16;9.98;1443.00;-1.57;0.18 9613;21;3007.84;10.29;1443.00;1.57;0.18 +9614;0;3228.00;10.45;1396.00;0.00;0.18 +9614;1;3228.00;10.55;1394.00;0.00;0.18 +9614;2;3232.00;10.35;1395.50;1.44;0.18 +9614;3;3223.00;10.20;1396.50;4.61;0.18 +9614;4;3227.00;10.25;1397.50;3.73;0.18 +9614;5;3231.50;10.20;1397.50;1.97;0.18 +9614;6;3231.00;10.20;1398.50;2.26;0.18 +9614;9;3224.76;10.27;1396.00;1.57;0.18 +9614;10;3231.24;10.36;1396.00;-1.57;0.18 9614;21;3224.76;10.27;1396.00;1.57;0.18 +9615;0;1304.00;10.80;1790.00;0.00;0.74 +9615;1;651.50;9.50;894.50;-0.63;0.74 +9615;2;1307.50;10.80;1778.50;0.29;0.74 +9615;3;1312.50;10.90;1787.00;1.23;0.74 +9615;4;1303.00;10.80;1799.00;3.25;0.74 +9615;9;1297.34;10.51;1790.00;1.57;0.74 +9615;10;1310.66;10.80;1790.00;-1.57;0.74 9615;21;1297.34;10.51;1790.00;1.57;0.74 +9616;0;986.00;13.82;1623.00;0.00;0.40 +9616;1;985.00;13.05;1615.50;-0.13;0.40 +9616;2;989.00;13.85;1617.50;0.49;0.40 +9616;3;982.00;13.42;1621.00;-1.10;0.40 +9616;4;989.50;14.10;1627.00;2.42;0.40 +9616;5;984.00;13.62;1629.00;3.46;0.40 +9616;6;988.00;15.05;1633.50;2.95;0.40 +9616;9;982.40;13.43;1623.00;1.57;0.40 +9616;10;989.60;13.41;1623.00;-1.57;0.40 9616;21;989.46;13.90;1613.29;-1.57;0.40 +9617;0;3213.00;9.75;1407.00;0.00;0.18 +9617;1;3212.50;9.70;1404.50;-0.19;0.18 +9617;2;3215.50;9.70;1406.50;1.37;0.18 +9617;3;3209.00;9.77;1407.00;4.71;0.18 +9617;4;3216.50;9.70;1408.50;1.97;0.18 +9617;5;3213.00;9.77;1409.00;3.14;0.18 +9617;9;3210.30;9.80;1407.00;1.57;0.18 +9617;10;3215.70;9.70;1407.00;-1.57;0.18 9617;21;3210.30;9.80;1407.00;1.57;0.18 +9618;0;2925.00;14.12;1447.00;0.00;0.18 +9618;1;2923.00;13.35;1444.50;-0.67;0.18 +9618;2;2925.00;14.50;1444.50;0.00;0.18 +9618;3;2923.50;13.85;1447.00;4.71;0.18 +9618;4;2927.00;14.90;1447.50;1.81;0.18 +9618;5;2925.50;14.75;1449.00;2.89;0.18 +9618;6;2927.50;15.05;1450.00;2.44;0.18 +9618;9;2923.38;13.82;1447.00;1.57;0.18 +9618;10;2926.62;14.66;1447.00;-1.57;0.18 9618;21;2923.38;13.82;1447.00;1.57;0.18 +9619;0;3162.00;15.47;1429.00;0.00;0.24 +9619;1;3163.00;15.55;1425.50;0.27;0.24 +9619;2;3161.00;15.65;1426.50;-0.38;0.24 +9619;3;3164.00;14.82;1429.00;1.57;0.24 +9619;4;3159.50;14.50;1429.50;4.51;0.24 +9619;5;3161.50;13.80;1431.50;3.33;0.24 +9619;9;3159.84;14.80;1429.00;1.57;0.24 +9619;10;3164.16;14.72;1429.00;-1.57;0.24 9619;21;3159.84;14.80;1429.00;1.57;0.24 +9620;0;2922.00;14.05;1454.00;0.00;0.16 +9620;1;2920.00;13.80;1452.50;-0.92;0.16 +9620;2;2924.00;14.50;1452.50;0.92;0.16 +9620;3;2919.00;11.92;1454.00;4.71;0.16 +9620;4;2925.50;14.30;1454.50;1.71;0.16 +9620;5;2921.00;12.30;1455.50;3.73;0.16 +9620;6;2924.50;14.20;1455.50;2.11;0.16 +9620;9;2919.30;12.09;1454.00;1.57;0.16 +9620;10;2924.70;14.44;1454.00;-1.57;0.16 9620;21;2919.30;12.09;1454.00;1.57;0.16 +9621;0;3115.00;9.80;1434.00;0.00;0.20 +9621;1;3113.50;10.30;1431.50;-0.54;0.20 +9621;2;3115.50;10.10;1431.50;0.19;0.20 +9621;3;3117.00;9.80;1434.00;1.57;0.20 +9621;4;3112.50;9.95;1434.00;4.71;0.20 +9621;5;3112.50;9.85;1436.00;4.03;0.20 +9621;6;3115.00;9.75;1436.50;3.14;0.20 +9621;9;3113.20;9.88;1434.00;1.57;0.20 +9621;10;3116.80;9.80;1434.00;-1.57;0.20 9621;21;3113.20;9.88;1434.00;1.57;0.20 +9622;0;2911.00;10.10;1454.00;0.00;0.16 +9622;1;2909.50;10.30;1452.50;-0.78;0.16 +9622;2;2912.00;10.50;1452.50;0.58;0.16 +9622;3;2913.50;10.10;1454.00;1.57;0.16 +9622;4;2908.00;10.10;1453.50;-1.40;0.16 +9622;5;2910.00;10.10;1455.50;3.73;0.16 +9622;6;2913.00;10.10;1456.00;2.35;0.16 +9622;9;2909.02;10.10;1454.00;1.57;0.16 +9622;10;2912.98;10.10;1454.00;-1.57;0.16 9622;21;2909.02;10.10;1454.00;1.57;0.16 +9623;0;4852.00;10.02;1450.00;0.00;0.30 +9623;1;4849.50;10.10;1448.00;-0.89;0.30 +9623;2;4854.00;10.55;1447.50;0.67;0.30 +9623;3;4855.50;10.30;1451.00;1.84;0.30 +9623;4;4847.50;9.90;1451.00;4.49;0.30 +9623;5;4852.00;10.05;1452.50;3.14;0.30 +9623;9;4848.76;9.93;1450.00;1.57;0.30 +9623;10;4855.24;10.32;1450.00;-1.57;0.30 9623;21;4848.76;9.93;1450.00;1.57;0.30 +9624;0;3079.00;9.92;1437.00;0.00;0.22 +9624;1;3081.00;10.00;1434.50;0.67;0.22 +9624;2;3082.00;9.85;1436.50;1.40;0.22 +9624;3;3077.50;10.05;1437.00;4.71;0.22 +9624;4;3076.00;9.90;1439.50;4.01;0.22 +9624;5;3079.50;9.80;1439.00;2.89;0.22 +9624;9;3076.30;10.07;1437.00;1.57;0.22 +9624;10;3081.70;9.84;1437.00;-1.57;0.22 9624;21;3076.30;10.07;1437.00;1.57;0.22 +9625;0;2867.00;10.15;1451.00;0.00;0.26 +9625;1;2866.50;10.20;1448.00;-0.16;0.26 +9625;2;2868.50;10.20;1448.00;0.46;0.26 +9625;3;2869.50;10.20;1448.00;0.69;0.26 +9625;4;2864.50;10.10;1450.50;-1.37;0.26 +9625;5;2869.50;10.20;1450.50;1.37;0.26 +9625;6;2864.50;10.10;1453.50;3.92;0.26 +9625;7;2868.00;10.20;1453.50;2.76;0.26 +9625;8;2866.50;10.10;1455.00;3.26;0.26 +9625;9;2864.66;10.10;1451.00;1.57;0.26 +9625;10;2869.34;10.20;1451.00;-1.57;0.26 9625;21;2864.66;10.10;1451.00;1.57;0.26 +9626;0;3486.00;12.10;1367.00;0.00;0.22 +9626;1;3486.50;12.40;1364.50;0.19;0.22 +9626;2;3484.50;12.20;1366.00;-0.98;0.22 +9626;3;3488.50;12.25;1366.00;1.19;0.22 +9626;4;3483.50;12.30;1368.50;4.17;0.22 +9626;5;3486.50;12.30;1369.00;2.89;0.22 +9626;9;3484.02;12.14;1367.00;1.57;0.22 +9626;10;3487.98;12.22;1367.00;-1.57;0.22 9626;21;3484.02;12.14;1367.00;1.57;0.22 +9627;0;3033.00;12.07;1434.00;0.00;0.20 +9627;1;3030.50;11.40;1433.00;-1.19;0.20 +9627;2;3033.00;12.10;1432.00;0.00;0.20 +9627;3;3035.00;12.45;1433.50;1.32;0.20 +9627;4;3031.50;11.50;1435.50;3.92;0.20 +9627;5;3034.00;11.90;1436.50;2.76;0.20 +9627;9;3031.02;11.55;1434.00;1.57;0.20 +9627;10;3034.98;12.44;1434.00;-1.57;0.20 9627;21;3031.02;11.55;1434.00;1.57;0.20 +9628;0;3502.00;11.02;1382.00;0.00;0.22 +9628;1;3502.50;12.20;1379.50;0.19;0.22 +9628;2;3504.50;11.35;1382.00;1.57;0.22 +9628;3;3499.50;11.50;1381.50;-1.37;0.22 +9628;4;3501.50;10.85;1384.00;3.38;0.22 +9628;9;3500.02;11.22;1382.00;1.57;0.22 +9628;10;3503.98;11.24;1382.00;-1.57;0.22 9628;21;3500.02;11.22;1382.00;1.57;0.22 +9629;0;2833.00;9.85;1458.00;0.00;0.22 +9629;1;2832.00;9.80;1455.50;-0.38;0.22 +9629;2;2834.00;9.85;1455.00;0.32;0.22 +9629;3;2836.00;9.90;1458.00;1.57;0.22 +9629;4;2830.00;9.80;1458.00;4.71;0.22 +9629;5;2833.00;9.87;1460.00;3.14;0.22 +9629;6;2836.00;9.95;1460.50;2.26;0.22 +9629;9;2830.84;9.80;1458.00;1.57;0.22 +9629;10;2835.16;9.90;1458.00;-1.57;0.22 9629;21;2830.84;9.80;1458.00;1.57;0.22 +9630;0;2985.00;12.60;1451.00;0.00;0.22 +9630;1;2984.50;12.80;1448.50;-0.19;0.22 +9630;2;2983.00;12.45;1450.50;-1.32;0.22 +9630;3;2987.00;13.45;1449.50;0.92;0.22 +9630;4;2987.00;13.10;1451.50;1.81;0.22 +9630;5;2982.50;12.50;1452.50;4.17;0.22 +9630;6;2984.50;13.00;1453.00;3.38;0.22 +9630;9;2982.84;12.49;1451.00;1.57;0.22 +9630;10;2987.16;13.21;1451.00;-1.57;0.22 9630;21;2982.84;12.49;1451.00;1.57;0.22 +9631;0;2789.00;9.70;1453.00;0.00;0.22 +9631;1;2787.00;9.70;1452.50;-1.32;0.22 +9631;2;2789.00;9.70;1450.50;0.00;0.22 +9631;3;2791.00;9.70;1451.50;0.92;0.22 +9631;4;2792.50;9.80;1453.50;1.71;0.22 +9631;5;2786.00;9.70;1454.50;4.24;0.22 +9631;6;2791.50;9.80;1454.50;2.11;0.22 +9631;7;2788.00;9.70;1455.00;3.60;0.22 +9631;9;2786.66;9.70;1453.00;1.57;0.22 +9631;10;2791.34;9.70;1453.00;-1.57;0.22 9631;21;2786.66;9.70;1453.00;1.57;0.22 +9632;0;3488.00;13.70;1374.00;0.00;0.28 +9632;1;3491.00;13.65;1370.50;0.70;0.28 +9632;2;3487.50;13.30;1372.50;-0.32;0.28 +9632;3;3491.50;14.60;1373.00;1.29;0.28 +9632;4;3484.00;14.05;1373.50;-1.44;0.28 +9632;5;3483.50;14.80;1376.00;4.29;0.28 +9632;6;3488.50;14.60;1376.00;2.89;0.28 +9632;7;3485.00;15.67;1378.00;3.78;0.28 +9632;9;3484.76;13.85;1374.00;1.57;0.28 +9632;10;3491.24;14.75;1374.00;-1.57;0.28 9632;21;3484.76;13.85;1374.00;1.57;0.28 +9633;0;2975.00;16.30;1456.00;0.00;0.20 +9633;1;2974.50;15.50;1453.50;-0.19;0.20 +9633;2;2972.00;15.52;1455.00;-1.24;0.20 +9633;3;2977.50;15.70;1455.00;1.19;0.20 +9633;4;2977.00;16.37;1457.00;2.03;0.20 +9633;5;2972.00;15.65;1456.50;4.54;0.20 +9633;6;2974.50;16.50;1458.00;3.38;0.20 +9633;7;2977.00;16.55;1459.00;2.55;0.20 +9633;9;2973.02;15.75;1456.00;1.57;0.20 +9633;10;2976.98;16.23;1456.00;-1.57;0.20 9633;21;2973.02;15.75;1456.00;1.57;0.20 +9634;0;1585.00;11.27;1656.00;0.00;0.30 +9634;1;1585.00;11.30;1652.50;0.00;0.30 +9634;2;1582.00;11.30;1653.50;-0.87;0.30 +9634;3;1588.00;11.20;1656.00;1.57;0.30 +9634;4;1582.50;10.90;1657.00;4.33;0.30 +9634;5;1587.50;10.90;1659.00;2.44;0.30 +9634;6;1585.00;10.80;1659.50;3.14;0.30 +9634;9;1581.94;11.10;1656.00;1.57;0.30 +9634;10;1588.06;11.18;1656.00;-1.57;0.30 9634;21;1581.94;11.10;1656.00;1.57;0.30 +9635;0;3250.00;9.80;1409.00;0.00;0.28 +9635;1;3249.00;9.75;1406.00;-0.32;0.28 +9635;2;3252.50;9.70;1407.50;1.03;0.28 +9635;3;3246.50;9.70;1408.50;-1.42;0.28 +9635;4;3248.50;9.80;1411.50;3.68;0.28 +9635;5;3253.50;9.80;1411.50;2.19;0.28 +9635;6;3251.50;9.80;1412.00;2.67;0.28 +9635;9;3247.48;9.70;1409.00;1.57;0.28 +9635;10;3252.52;9.70;1409.00;-1.57;0.28 +9635;19;3255.05;9.50;1408.24;0.93;0.28 +9635;20;3256.78;9.50;1407.98;1.42;0.28 9635;21;3252.52;9.70;1409.00;-1.57;0.28 +9636;0;2972.00;14.87;1463.00;0.00;0.20 +9636;1;2970.00;15.20;1461.50;-0.92;0.20 +9636;2;2973.00;15.20;1461.50;0.58;0.20 +9636;3;2975.00;14.92;1463.00;1.57;0.20 +9636;4;2971.00;14.80;1464.50;3.73;0.20 +9636;5;2974.00;14.30;1464.50;2.21;0.20 +9636;9;2970.20;14.91;1463.00;1.57;0.20 +9636;10;2973.80;14.71;1463.00;-1.57;0.20 9636;21;2970.20;14.91;1463.00;1.57;0.20 +9637;0;909.00;10.50;1480.00;0.00;0.28 +9637;1;906.00;10.20;1478.00;-0.98;0.28 +9637;2;910.00;11.20;1477.50;0.38;0.28 +9637;3;912.50;10.55;1481.00;1.84;0.28 +9637;4;906.50;9.65;1482.00;4.03;0.28 +9637;5;910.00;10.32;1484.00;2.89;0.28 +9637;6;907.50;10.20;1483.00;3.60;0.28 +9637;9;906.48;10.19;1480.00;1.57;0.28 +9637;10;911.52;10.84;1480.00;-1.57;0.28 +9637;19;905.00;9.50;1475.00;-0.98;0.28 +9637;20;903.90;9.50;1473.63;-0.67;0.28 9637;21;906.48;10.19;1480.00;1.57;0.28 +9638;0;2926.00;10.57;1462.00;0.00;0.18 +9638;1;2926.50;11.80;1459.50;0.19;0.18 +9638;2;2927.50;11.20;1461.00;0.98;0.18 +9638;3;2924.00;10.50;1461.50;-1.32;0.18 +9638;4;2928.50;10.65;1463.00;1.95;0.18 +9638;5;2924.00;10.65;1463.50;4.06;0.18 +9638;6;2926.50;10.65;1464.00;2.89;0.18 +9638;9;2924.38;10.50;1462.00;1.57;0.18 +9638;10;2927.62;10.76;1462.00;-1.57;0.18 9638;21;2924.38;10.50;1462.00;1.57;0.18 +9639;0;4907.00;11.65;1433.00;0.00;0.28 +9639;1;4905.00;11.87;1429.00;-0.46;0.28 +9639;2;4908.00;12.05;1429.00;0.24;0.28 +9639;3;4903.50;11.90;1432.50;-1.42;0.28 +9639;4;4910.00;11.80;1433.50;1.73;0.28 +9639;5;4906.50;11.40;1437.00;3.26;0.28 +9639;6;4909.50;11.35;1437.00;2.58;0.28 +9639;9;4904.48;11.90;1433.00;1.57;0.28 +9639;10;4909.52;11.70;1433.00;-1.57;0.28 9639;21;4904.48;11.90;1433.00;1.57;0.28 +9640;0;3154.00;11.55;1442.00;0.00;0.20 +9640;1;3154.00;12.25;1439.00;0.00;0.20 +9640;2;3155.50;12.30;1441.00;0.98;0.20 +9640;3;3152.50;11.40;1440.00;-0.64;0.20 +9640;4;3151.50;10.65;1442.00;4.71;0.20 +9640;5;3157.50;12.50;1443.50;1.97;0.20 +9640;6;3151.50;10.80;1443.50;4.17;0.20 +9640;7;3154.50;11.80;1444.00;2.89;0.20 +9640;9;3151.84;10.76;1442.00;1.57;0.20 +9640;10;3156.16;12.36;1442.00;-1.57;0.20 9640;21;3151.84;10.76;1442.00;1.57;0.20 +9641;0;4934.00;13.37;1436.00;0.00;0.26 +9641;1;4936.50;12.90;1433.50;0.78;0.26 +9641;2;4932.50;12.95;1434.00;-0.64;0.26 +9641;3;4938.50;12.60;1435.00;1.35;0.26 +9641;4;4930.00;13.00;1436.00;4.71;0.26 +9641;5;4936.50;13.55;1438.00;2.24;0.26 +9641;6;4932.00;13.30;1438.00;3.92;0.26 +9641;9;4930.76;13.07;1436.00;1.57;0.26 +9641;10;4937.24;13.05;1436.00;-1.57;0.26 9641;21;4930.76;13.07;1436.00;1.57;0.26 +9642;0;2898.00;10.12;1463.00;0.00;0.22 +9642;1;2897.50;10.10;1460.50;-0.19;0.22 +9642;2;2895.50;10.15;1462.00;-1.19;0.22 +9642;3;2900.00;10.17;1462.00;1.10;0.22 +9642;4;2900.50;10.20;1464.50;2.11;0.22 +9642;5;2895.00;10.10;1464.00;4.39;0.22 +9642;6;2897.00;10.10;1464.50;3.73;0.22 +9642;9;2895.66;10.14;1463.00;1.57;0.22 +9642;10;2900.34;10.24;1463.00;-1.57;0.22 9642;21;2895.66;10.14;1463.00;1.57;0.22 +9643;0;3095.00;9.80;1437.00;0.00;0.16 +9643;1;3095.50;9.70;1434.50;0.19;0.16 +9643;2;3093.50;9.80;1434.50;-0.54;0.16 +9643;3;3094.00;9.80;1437.50;4.24;0.16 +9643;4;3097.00;9.85;1438.50;2.21;0.16 +9643;5;3095.50;10.20;1440.50;3.00;0.16 +9643;9;3093.56;9.80;1437.00;1.57;0.16 +9643;10;3096.44;9.70;1437.00;-1.57;0.16 9643;21;3093.56;9.80;1437.00;1.57;0.16 +9644;0;2854.00;10.00;1469.00;0.00;0.22 +9644;1;2852.50;10.00;1466.00;-0.46;0.22 +9644;2;2854.50;10.00;1466.00;0.16;0.22 +9644;3;2851.50;10.10;1468.00;-1.19;0.22 +9644;4;2857.00;10.05;1469.00;1.57;0.22 +9644;5;2853.00;10.02;1471.00;3.60;0.22 +9644;6;2856.00;10.05;1471.50;2.46;0.22 +9644;9;2852.02;10.09;1469.00;1.57;0.22 +9644;10;2855.98;10.00;1469.00;-1.57;0.22 9644;21;2852.02;10.09;1469.00;1.57;0.22 +9645;0;3541.00;12.77;1370.00;0.00;0.26 +9645;1;3539.50;13.20;1368.00;-0.64;0.26 +9645;2;3543.50;13.30;1367.50;0.78;0.26 +9645;3;3544.50;13.00;1369.50;1.42;0.26 +9645;4;3539.00;12.75;1372.50;3.81;0.26 +9645;5;3542.50;12.30;1373.00;2.67;0.26 +9645;9;3538.66;13.07;1370.00;1.57;0.26 +9645;10;3543.34;12.79;1370.00;-1.57;0.26 9645;21;3538.66;13.07;1370.00;1.57;0.26 +9646;0;3050.00;11.10;1452.00;0.00;0.14 +9646;1;3048.50;11.50;1450.00;-0.64;0.14 +9646;2;3051.50;10.50;1450.00;0.64;0.14 +9646;3;3047.00;12.65;1451.50;-1.40;0.14 +9646;4;3053.50;10.20;1451.50;1.42;0.14 +9646;5;3049.00;11.57;1453.00;3.92;0.14 +9646;6;3052.50;10.45;1453.00;1.95;0.14 +9646;9;3047.66;12.38;1452.00;1.57;0.14 +9646;10;3052.34;10.47;1452.00;-1.57;0.14 9646;21;3047.66;12.38;1452.00;1.57;0.14 +9647;0;3500.00;10.45;1390.00;0.00;0.20 +9647;1;3497.50;10.75;1388.00;-0.89;0.20 +9647;2;3500.50;10.65;1388.00;0.24;0.20 +9647;3;3495.50;10.55;1390.00;4.71;0.20 +9647;4;3504.00;10.45;1389.00;1.32;0.20 +9647;5;3504.50;10.40;1390.00;1.57;0.20 +9647;6;3502.50;10.05;1392.00;2.24;0.20 +9647;7;3498.00;10.70;1392.00;3.92;0.20 +9647;9;3496.94;10.67;1390.00;1.57;0.20 +9647;10;3503.06;10.22;1390.00;-1.57;0.20 9647;21;3496.94;10.67;1390.00;1.57;0.20 +9648;0;3048.00;11.02;1459.00;0.00;0.22 +9648;1;3048.00;11.65;1456.50;0.00;0.22 +9648;2;3045.50;12.00;1458.50;-1.37;0.22 +9648;3;3050.00;10.70;1458.50;1.32;0.22 +9648;4;3046.00;11.60;1460.50;4.06;0.22 +9648;5;3050.00;10.80;1461.00;2.35;0.22 +9648;6;3048.00;11.65;1462.00;3.14;0.22 +9648;9;3046.02;11.66;1459.00;1.57;0.22 +9648;10;3049.98;10.67;1459.00;-1.57;0.22 9648;21;3046.02;11.66;1459.00;1.57;0.22 +9649;0;3467.00;15.00;1391.00;0.00;0.22 +9649;1;3469.00;16.65;1388.50;0.67;0.22 +9649;2;3465.00;16.00;1390.00;-1.10;0.22 +9649;3;3471.00;17.40;1388.50;1.01;0.22 +9649;4;3469.50;14.80;1391.50;1.76;0.22 +9649;5;3463.00;14.50;1392.50;4.35;0.22 +9649;6;3465.00;13.70;1393.50;3.81;0.22 +9649;9;3463.94;15.44;1391.00;1.57;0.22 +9649;10;3470.06;15.46;1391.00;-1.57;0.22 9649;21;3463.94;15.44;1391.00;1.57;0.22 +9650;0;3034.00;13.90;1469.00;0.00;0.24 +9650;1;3033.50;13.50;1466.00;-0.16;0.24 +9650;2;3031.00;14.00;1467.50;-1.10;0.24 +9650;3;3036.00;13.80;1468.50;1.32;0.24 +9650;4;3032.00;13.55;1470.00;4.24;0.24 +9650;5;3035.50;14.00;1471.50;2.60;0.24 +9650;9;3031.84;13.48;1469.00;1.57;0.24 +9650;10;3036.16;13.83;1469.00;-1.57;0.24 9650;21;3031.84;13.48;1469.00;1.57;0.24 +9651;0;3226.00;9.70;1419.00;0.00;0.20 +9651;1;3226.50;9.70;1417.00;0.24;0.20 +9651;2;3222.50;9.70;1418.50;-1.42;0.20 +9651;3;3229.50;9.70;1419.50;1.71;0.20 +9651;4;3223.00;9.70;1420.50;4.24;0.20 +9651;5;3226.50;9.70;1420.50;2.82;0.20 +9651;9;3223.30;9.70;1419.00;1.57;0.20 +9651;10;3228.70;9.70;1419.00;-1.57;0.20 9651;21;3223.30;9.70;1419.00;1.57;0.20 +9652;0;2992.00;13.85;1472.00;0.00;0.20 +9652;1;2993.50;14.00;1471.00;0.98;0.20 +9652;2;2992.00;13.82;1470.00;0.00;0.20 +9652;3;2990.00;13.55;1471.50;-1.32;0.20 +9652;4;2994.50;14.20;1472.00;1.57;0.20 +9652;5;2990.00;13.25;1473.50;4.06;0.20 +9652;6;2994.50;14.00;1473.50;2.11;0.20 +9652;7;2993.00;13.70;1474.50;2.76;0.20 +9652;9;2990.20;13.54;1472.00;1.57;0.20 +9652;10;2993.80;14.09;1472.00;-1.57;0.20 9652;21;2990.20;13.54;1472.00;1.57;0.20 +9653;0;1460.00;10.10;1560.00;0.00;0.24 +9653;1;1456.00;10.00;1559.00;-1.32;0.24 +9653;2;1460.00;10.10;1557.50;0.00;0.24 +9653;3;1463.00;10.30;1558.50;1.10;0.24 +9653;4;1464.50;10.30;1560.50;1.68;0.24 +9653;5;1456.50;10.00;1563.00;4.00;0.24 +9653;6;1460.50;10.10;1562.50;2.94;0.24 +9653;7;1464.00;10.15;1562.50;2.12;0.24 +9653;9;1456.76;10.00;1560.00;1.57;0.24 +9653;10;1463.24;10.21;1560.00;-1.57;0.24 9653;21;1456.76;10.00;1560.00;1.57;0.24 +9654;0;1460.00;10.52;1570.00;0.00;0.20 +9654;1;1460.50;10.20;1567.50;0.19;0.20 +9654;2;1463.00;10.70;1570.00;1.57;0.20 +9654;3;1456.50;10.10;1570.50;4.57;0.20 +9654;4;1459.50;10.60;1572.50;3.33;0.20 +9654;5;1463.00;10.70;1573.00;2.35;0.20 +9654;9;1457.30;10.10;1570.00;1.57;0.20 +9654;10;1462.70;10.70;1570.00;-1.57;0.20 9654;21;1457.30;10.10;1570.00;1.57;0.20 +9655;0;2959.00;11.20;1471.00;0.00;0.16 +9655;1;1479.00;9.50;735.00;-1.10;0.16 +9655;2;2959.00;10.60;1469.00;0.00;0.16 +9655;3;2960.50;11.45;1470.00;0.98;0.16 +9655;4;2957.00;10.80;1471.00;4.71;0.16 +9655;5;2961.00;11.85;1472.50;2.21;0.16 +9655;6;2959.00;11.55;1473.00;3.14;0.16 +9655;9;2957.56;10.86;1471.00;1.57;0.16 +9655;10;2960.44;11.53;1471.00;-1.57;0.16 9655;21;2957.56;10.86;1471.00;1.57;0.16 +9656;0;3134.00;9.80;1448.00;0.00;0.22 +9656;1;3134.50;9.80;1445.00;0.16;0.22 +9656;2;3131.50;9.80;1446.00;-0.89;0.22 +9656;3;3136.50;9.80;1448.00;1.57;0.22 +9656;4;3132.50;9.80;1449.00;4.12;0.22 +9656;5;3135.00;9.80;1450.50;2.76;0.22 +9656;9;3132.02;9.80;1448.00;1.57;0.22 +9656;10;3135.98;9.80;1448.00;-1.57;0.22 9656;21;3132.02;9.80;1448.00;1.57;0.22 +9657;0;1427.00;10.20;1614.00;0.00;0.38 +9657;1;1427.50;10.20;1610.50;0.14;0.38 +9657;2;1423.50;10.15;1611.00;-0.86;0.38 +9657;3;713.00;9.50;806.50;-0.72;0.38 +9657;4;1423.50;10.20;1615.50;4.30;0.38 +9657;5;1428.50;10.25;1618.00;2.78;0.38 +9657;9;1423.40;10.20;1614.00;1.57;0.38 +9657;10;1430.60;10.29;1614.00;-1.57;0.38 9657;21;1423.40;10.20;1614.00;1.57;0.38 +9658;0;2894.00;10.10;1471.00;0.00;0.22 +9658;1;2895.00;10.05;1468.50;0.38;0.22 +9658;2;2892.50;10.10;1469.00;-0.64;0.22 +9658;3;2891.50;10.10;1470.50;-1.37;0.22 +9658;4;2897.00;10.10;1471.50;1.73;0.22 +9658;5;2891.00;10.22;1472.00;4.39;0.22 +9658;6;2892.00;10.30;1473.50;3.81;0.22 +9658;7;2894.50;10.20;1473.00;2.89;0.22 +9658;9;2891.84;10.15;1471.00;1.57;0.22 +9658;10;2896.16;10.10;1471.00;-1.57;0.22 9658;21;2891.84;10.15;1471.00;1.57;0.22 +9659;0;4946.00;9.85;1566.00;0.00;0.64 +9659;1;4950.00;9.90;1559.00;0.51;0.64 +9659;2;4942.00;9.80;1560.50;-0.62;0.64 +9659;3;4953.00;10.25;1566.00;1.57;0.64 +9659;4;4939.00;9.80;1567.50;4.50;0.64 +9659;5;4948.00;10.10;1572.50;2.84;0.64 +9659;6;4942.50;9.80;1573.50;3.57;0.64 +9659;9;4940.24;9.80;1566.00;1.57;0.64 +9659;10;4951.76;10.12;1566.00;-1.57;0.64 9659;21;4940.24;9.80;1566.00;1.57;0.64 +9660;0;3105.00;9.70;1464.00;0.00;0.20 +9660;1;3104.50;9.70;1460.50;-0.14;0.20 +9660;2;3102.50;9.80;1461.50;-0.78;0.20 +9660;3;3106.50;9.70;1462.00;0.64;0.20 +9660;4;3103.50;9.70;1465.50;3.92;0.20 +9660;5;3107.50;9.80;1464.50;1.76;0.20 +9660;6;3106.00;9.72;1467.00;2.82;0.20 +9660;9;3103.20;9.70;1464.00;1.57;0.20 +9660;10;3106.80;9.73;1464.00;-1.57;0.20 9660;21;3103.20;9.70;1464.00;1.57;0.20 +9661;0;3058.00;10.65;1467.00;0.00;0.26 +9661;1;3058.00;10.45;1465.50;0.00;0.26 +9661;2;3055.00;10.77;1465.00;-0.98;0.26 +9661;3;3056.00;11.27;1468.00;4.24;0.26 +9661;4;3061.00;10.50;1467.50;1.73;0.26 +9661;5;3059.50;11.00;1470.00;2.67;0.26 +9661;6;3061.00;10.80;1470.00;2.35;0.26 +9661;9;3055.30;11.16;1467.00;1.57;0.26 +9661;10;3060.70;10.45;1467.00;-1.57;0.26 9661;21;3055.30;11.16;1467.00;1.57;0.26 +9662;0;1565.00;11.02;1575.00;0.00;0.20 +9662;1;1565.50;11.20;1572.50;0.19;0.20 +9662;2;1562.50;11.15;1574.00;-1.19;0.20 +9662;3;1567.50;11.10;1575.50;1.76;0.20 +9662;4;1562.50;10.80;1576.50;4.17;0.20 +9662;5;1565.00;10.70;1578.00;3.14;0.20 +9662;9;1563.02;11.00;1575.00;1.57;0.20 +9662;10;1566.98;11.20;1575.00;-1.57;0.20 9662;21;1563.02;11.00;1575.00;1.57;0.20 +9663;0;3430.00;10.05;1391.00;0.00;0.20 +9663;1;3428.50;9.50;1390.00;-0.98;0.20 +9663;2;3432.00;10.45;1390.00;1.10;0.20 +9663;3;3433.00;12.65;1392.00;1.89;0.20 +9663;4;3430.50;11.70;1393.00;2.89;0.20 +9663;5;3427.50;9.95;1393.00;4.03;0.20 +9663;9;3427.48;9.50;1391.00;1.57;0.20 +9663;10;3432.52;11.51;1391.00;-1.57;0.20 +9663;19;3426.00;9.50;1392.00;-0.98;0.20 +9663;20;3424.30;9.50;1392.42;4.46;0.20 9663;21;3427.48;9.50;1391.00;1.57;0.20 +9664;0;1584.00;12.05;1587.00;0.00;0.30 +9664;1;1581.50;11.25;1584.00;-0.69;0.30 +9664;2;1584.50;11.55;1584.00;0.16;0.30 +9664;3;1580.00;11.00;1585.50;-1.21;0.30 +9664;4;1586.50;11.45;1587.00;1.57;0.30 +9664;5;1582.00;11.50;1589.00;3.92;0.30 +9664;6;1585.00;11.62;1591.00;2.89;0.30 +9664;7;1588.50;11.65;1590.00;2.15;0.30 +9664;9;1581.12;11.22;1587.00;1.57;0.30 +9664;10;1586.88;11.46;1587.00;-1.57;0.30 9664;21;1581.12;11.22;1587.00;1.57;0.30 +9665;0;3028.00;11.67;1480.00;0.00;0.16 +9665;1;3028.00;12.17;1478.00;0.00;0.16 +9665;2;3031.00;11.90;1479.50;1.40;0.16 +9665;3;3024.50;11.85;1479.00;-1.29;0.16 +9665;4;3025.00;11.17;1481.00;4.39;0.16 +9665;5;3028.50;11.20;1482.00;2.89;0.16 +9665;9;3025.48;11.45;1480.00;1.57;0.16 +9665;10;3030.52;11.90;1480.00;-1.57;0.16 9665;21;3025.48;11.45;1480.00;1.57;0.16 +9666;0;2968.00;12.20;1477.00;0.00;0.20 +9666;1;2968.00;12.80;1475.00;0.00;0.20 +9666;2;2965.50;12.20;1475.50;-1.03;0.20 +9666;3;2971.00;12.57;1477.00;1.57;0.20 +9666;4;2965.50;12.00;1477.50;4.51;0.20 +9666;5;2968.00;12.00;1479.00;3.14;0.20 +9666;9;2966.02;12.05;1477.00;1.57;0.20 +9666;10;2969.98;12.49;1477.00;-1.57;0.20 9666;21;2966.02;12.05;1477.00;1.57;0.20 +9667;0;1522.00;9.70;1588.00;0.00;0.28 +9667;1;1522.00;9.67;1587.00;0.00;0.28 +9667;2;1519.50;9.65;1588.00;4.71;0.28 +9667;3;1520.00;9.55;1590.00;3.92;0.28 +9667;4;1523.00;9.75;1590.50;2.76;0.28 +9667;5;1526.50;10.10;1590.50;2.07;0.28 +9667;9;1518.40;9.54;1588.00;1.57;0.28 +9667;10;1525.60;9.64;1588.00;-1.57;0.28 9667;21;1525.60;9.64;1588.00;-1.57;0.28 +9668;0;3205.00;13.95;1440.00;0.00;0.30 +9668;1;3206.50;12.70;1436.00;0.35;0.30 +9668;2;3208.00;15.40;1439.50;1.40;0.30 +9668;3;3204.50;12.60;1438.00;-0.24;0.30 +9668;4;3202.00;12.57;1440.00;4.71;0.30 +9668;5;3202.00;13.87;1442.00;4.12;0.30 +9668;6;3205.50;16.00;1443.50;3.00;0.30 +9668;9;3202.30;12.68;1440.00;1.57;0.30 +9668;10;3207.70;15.65;1440.00;-1.57;0.30 9668;21;3202.30;12.68;1440.00;1.57;0.30 +9669;0;1103.00;11.15;1793.00;0.00;0.72 +9669;1;1103.50;11.30;1786.50;0.07;0.72 +9669;2;1112.00;11.20;1788.50;1.10;0.72 +9669;3;1096.00;11.20;1795.50;4.36;0.72 +9669;4;1111.50;11.30;1793.50;1.63;0.72 +9669;5;1102.50;11.20;1800.50;3.20;0.72 +9669;9;1096.52;11.29;1793.00;1.57;0.72 +9669;10;1109.48;11.25;1793.00;-1.57;0.72 9669;21;1096.52;11.29;1793.00;1.57;0.72 +9670;0;3196.00;14.40;1448.00;0.00;0.26 +9670;1;3194.50;13.40;1445.50;-0.54;0.26 +9670;2;3197.50;14.75;1446.00;0.64;0.26 +9670;3;3192.50;12.70;1446.50;-1.16;0.26 +9670;4;3193.50;13.30;1448.50;4.51;0.26 +9670;5;3198.50;15.40;1449.50;2.11;0.26 +9670;6;3194.50;15.35;1451.00;3.60;0.26 +9670;7;3197.00;15.90;1451.50;2.86;0.26 +9670;9;3193.66;13.38;1448.00;1.57;0.26 +9670;10;3198.34;14.79;1448.00;-1.57;0.26 9670;21;3193.66;13.38;1448.00;1.57;0.26 +9671;0;900.00;9.72;1492.00;0.00;0.28 +9671;1;898.50;9.70;1492.50;4.39;0.28 +9671;2;903.00;9.77;1489.00;0.78;0.28 +9671;3;903.00;10.25;1492.00;1.57;0.28 +9671;4;901.50;9.50;1494.50;2.60;0.28 +9671;9;897.48;9.64;1492.00;1.57;0.28 +9671;10;902.52;10.05;1492.00;-1.57;0.28 +9671;19;896.00;9.50;1499.00;-1.89;0.28 +9671;20;895.13;9.50;1500.51;3.66;0.28 9671;21;897.48;9.64;1492.00;1.57;0.28 +9672;0;3185.00;11.70;1454.00;0.00;0.26 +9672;1;3186.50;11.55;1450.00;0.35;0.26 +9672;2;3184.50;11.30;1452.00;-0.24;0.26 +9672;3;3188.00;11.95;1451.50;0.87;0.26 +9672;4;3186.50;12.30;1455.50;2.35;0.26 +9672;5;3182.00;11.30;1455.50;4.24;0.26 +9672;6;3183.00;11.70;1457.00;3.73;0.26 +9672;9;3182.66;11.18;1454.00;1.57;0.26 +9672;10;3187.34;12.12;1454.00;-1.57;0.26 9672;21;3182.66;11.18;1454.00;1.57;0.26 +9673;0;1645.00;11.70;1586.00;0.00;0.20 +9673;1;1642.00;11.60;1585.50;-1.40;0.20 +9673;2;1645.50;11.40;1584.00;0.24;0.20 +9673;3;1648.50;11.00;1584.00;1.05;0.20 +9673;4;1649.00;11.15;1586.00;1.57;0.20 +9673;5;1646.00;11.85;1587.50;2.55;0.20 +9673;6;1641.50;11.70;1588.00;4.19;0.20 +9673;9;1642.12;11.65;1586.00;1.57;0.20 +9673;10;1647.88;11.37;1586.00;-1.57;0.20 9673;21;1642.12;11.65;1586.00;1.57;0.20 +9674;0;3442.00;13.52;1396.00;0.00;0.26 +9674;1;3441.00;15.00;1393.50;-0.38;0.26 +9674;2;3444.00;13.95;1394.50;0.92;0.26 +9674;3;3439.00;14.60;1394.50;-1.10;0.26 +9674;4;3439.50;13.20;1397.00;4.33;0.26 +9674;5;3445.00;12.85;1398.00;2.15;0.26 +9674;6;3442.00;12.77;1399.00;3.14;0.26 +9674;9;3439.48;13.65;1396.00;1.57;0.26 +9674;10;3444.52;13.40;1396.00;-1.57;0.26 9674;21;3439.48;13.65;1396.00;1.57;0.26 +9675;0;1668.00;11.25;1602.00;0.00;0.28 +9675;1;1668.00;11.47;1598.00;0.00;0.28 +9675;2;1665.00;11.35;1598.50;-0.70;0.28 +9675;3;1671.50;11.30;1601.50;1.42;0.28 +9675;4;1665.50;11.25;1602.00;4.71;0.28 +9675;5;1668.50;11.65;1606.00;3.01;0.28 +9675;9;1665.48;11.24;1602.00;1.57;0.28 +9675;10;1670.52;11.35;1602.00;-1.57;0.28 9675;21;1665.48;11.24;1602.00;1.57;0.28 +9676;0;3089.00;10.37;1467.00;0.00;0.22 +9676;1;3088.50;10.40;1464.50;-0.19;0.22 +9676;2;3091.50;10.40;1464.50;0.78;0.22 +9676;3;3091.50;10.30;1467.50;1.76;0.22 +9676;4;3085.50;10.50;1467.50;4.57;0.22 +9676;5;3088.50;10.20;1469.50;3.33;0.22 +9676;6;3091.00;9.95;1469.50;2.46;0.22 +9676;9;3086.66;10.40;1467.00;1.57;0.22 +9676;10;3091.34;10.35;1467.00;-1.57;0.22 9676;21;3086.66;10.40;1467.00;1.57;0.22 +9677;0;3352.00;11.67;1419.00;0.00;0.24 +9677;1;3353.00;10.85;1417.00;0.46;0.24 +9677;2;3349.00;11.27;1418.00;-1.24;0.24 +9677;3;3354.50;11.30;1420.00;1.95;0.24 +9677;4;3349.00;11.55;1420.50;4.24;0.24 +9677;5;3351.00;11.50;1421.00;3.60;0.24 +9677;6;3354.00;11.25;1421.50;2.46;0.24 +9677;9;3349.48;11.64;1419.00;1.57;0.24 +9677;10;3354.52;11.19;1419.00;-1.57;0.24 +9677;19;3354.00;10.43;1417.00;0.46;0.24 +9677;20;3355.23;10.43;1415.76;0.78;0.24 9677;21;3354.52;11.19;1419.00;-1.57;0.24 +9678;0;1401.00;11.22;1656.00;0.00;0.38 +9678;1;1400.50;11.10;1651.50;-0.11;0.38 +9678;2;1405.00;10.70;1654.50;1.21;0.38 +9678;3;1397.50;11.30;1652.00;-0.71;0.38 +9678;4;1397.00;11.30;1657.50;4.35;0.38 +9678;5;1402.00;11.30;1660.00;2.89;0.38 +9678;6;700.00;9.50;827.50;-0.70;0.38 +9678;9;1397.58;11.30;1656.00;1.57;0.38 +9678;10;1404.42;10.75;1656.00;-1.57;0.38 9678;21;1397.58;11.30;1656.00;1.57;0.38 +9679;0;3042.00;13.30;1468.00;0.00;0.20 +9679;1;3041.50;13.35;1464.00;-0.12;0.20 +9679;2;3040.00;13.02;1465.00;-0.58;0.20 +9679;3;3043.00;14.10;1465.00;0.32;0.20 +9679;4;3040.00;13.05;1468.00;4.71;0.20 +9679;5;3044.50;13.50;1469.00;1.95;0.20 +9679;6;3042.00;13.27;1471.00;3.14;0.20 +9679;7;3044.00;13.35;1471.50;2.62;0.20 +9679;9;3040.20;13.05;1468.00;1.57;0.20 +9679;10;3043.80;13.79;1468.00;-1.57;0.20 9679;21;3040.20;13.05;1468.00;1.57;0.20 +9680;0;3366.49;9.70;1421.19;0.00;0.20 +9680;1;3368.00;9.60;1420.00;0.00;0.20 +9680;2;3362.50;9.70;1421.50;-1.48;0.20 +9680;3;3369.00;9.70;1423.50;2.55;0.20 +9680;4;3372.50;9.70;1421.50;1.46;0.20 +9680;9;3364.40;9.70;1422.00;1.57;0.20 +9680;10;3371.60;9.70;1422.00;-1.57;0.20 +9680;19;3374.53;9.50;1423.35;-4.93;0.20 +9680;20;3376.25;9.50;1423.70;1.77;0.20 9680;21;3372.49;9.80;1424.71;-1.57;0.20 +9681;0;3008.00;11.27;1489.00;0.00;0.20 +9681;1;3010.00;11.20;1486.50;0.67;0.20 +9681;2;3006.50;11.20;1488.50;-1.24;0.20 +9681;3;3011.50;11.30;1487.50;1.16;0.20 +9681;4;3010.00;11.40;1490.00;2.03;0.20 +9681;5;3004.50;11.50;1490.50;4.30;0.20 +9681;6;3007.00;11.40;1491.50;3.52;0.20 +9681;9;3005.48;11.35;1489.00;1.57;0.20 +9681;10;3010.52;11.40;1489.00;-1.57;0.20 9681;21;3005.48;11.35;1489.00;1.57;0.20 +9682;0;1432.00;11.40;1565.00;0.00;0.26 +9682;1;1432.00;11.35;1563.00;0.00;0.26 +9682;2;1436.50;10.90;1563.50;1.24;0.26 +9682;3;1428.00;11.40;1564.50;-1.44;0.26 +9682;4;1436.50;10.90;1565.50;1.68;0.26 +9682;5;1430.00;10.55;1567.00;3.92;0.26 +9682;6;1433.50;10.95;1568.00;2.67;0.26 +9682;9;1429.12;11.11;1565.00;1.57;0.26 +9682;10;1434.88;11.46;1565.00;-1.57;0.26 9682;21;1429.12;11.11;1565.00;1.57;0.26 +9683;0;3263.00;9.80;1448.00;0.00;0.20 +9683;1;3263.50;9.80;1446.50;0.32;0.20 +9683;2;3258.50;9.80;1447.00;-1.35;0.20 +9683;3;3266.50;9.80;1449.00;1.84;0.20 +9683;4;3258.50;9.80;1449.00;4.49;0.20 +9683;5;3262.50;9.80;1449.50;3.46;0.20 +9683;9;3259.04;9.80;1448.00;1.57;0.20 +9683;10;3266.96;9.80;1448.00;-1.57;0.20 9683;21;3266.96;9.80;1448.00;-1.57;0.20 +9684;0;1479.00;10.80;1591.00;0.00;0.24 +9684;1;1477.50;10.80;1587.50;-0.40;0.24 +9684;2;1480.50;10.80;1588.00;0.46;0.24 +9684;3;1477.00;10.80;1591.50;4.46;0.24 +9684;4;1481.50;10.80;1592.50;2.11;0.24 +9684;5;1478.00;10.80;1595.00;3.38;0.24 +9684;9;1476.84;10.80;1591.00;1.57;0.24 +9684;10;1481.16;10.80;1591.00;-1.57;0.24 9684;21;1476.84;10.80;1591.00;1.57;0.24 +9685;0;3199.00;16.02;1458.00;0.00;0.18 +9685;1;3201.50;15.40;1456.00;0.89;0.18 +9685;2;3198.50;16.20;1456.50;-0.32;0.18 +9685;3;3196.00;16.45;1458.50;4.54;0.18 +9685;4;3202.50;15.00;1457.50;1.42;0.18 +9685;5;3200.00;15.55;1458.50;2.03;0.18 +9685;6;3197.50;15.50;1460.50;3.68;0.18 +9685;9;3196.48;16.35;1458.00;1.57;0.18 +9685;10;3201.52;15.23;1458.00;-1.57;0.18 9685;21;3196.48;16.35;1458.00;1.57;0.18 +9686;0;2681.00;12.25;1363.00;0.00;0.20 +9686;1;2681.50;13.05;1360.00;0.16;0.20 +9686;2;2679.50;12.50;1361.50;-0.78;0.20 +9686;3;2683.00;12.55;1362.50;1.32;0.20 +9686;4;2678.50;11.70;1364.00;4.33;0.20 +9686;5;2682.50;11.85;1365.00;2.49;0.20 +9686;6;2680.00;11.62;1365.00;3.60;0.20 +9686;9;2679.20;12.02;1363.00;1.57;0.20 +9686;10;2682.80;12.38;1363.00;-1.57;0.20 9686;21;2679.20;12.02;1363.00;1.57;0.20 +9687;0;3165.00;10.97;1465.00;0.00;0.20 +9687;1;3164.00;11.60;1462.00;-0.32;0.20 +9687;2;3166.00;11.32;1462.00;0.32;0.20 +9687;3;3167.00;10.57;1465.00;1.57;0.20 +9687;4;3162.50;11.50;1465.50;4.51;0.20 +9687;5;3165.50;10.75;1468.00;2.97;0.20 +9687;9;3163.20;11.44;1465.00;1.57;0.20 +9687;10;3166.80;10.60;1465.00;-1.57;0.20 9687;21;3163.20;11.44;1465.00;1.57;0.20 +9688;0;3458.00;9.90;1430.00;0.00;0.24 +9688;1;3457.00;9.95;1427.50;-0.38;0.24 +9688;2;3459.50;10.00;1428.50;0.78;0.24 +9688;3;3456.00;9.90;1428.50;-0.92;0.24 +9688;4;3456.50;9.85;1431.00;4.12;0.24 +9688;5;3461.00;9.85;1431.00;1.89;0.24 +9688;6;3459.00;9.80;1433.00;2.82;0.24 +9688;9;3455.66;9.81;1430.00;1.57;0.24 +9688;10;3460.34;9.94;1430.00;-1.57;0.24 9688;21;3455.66;9.81;1430.00;1.57;0.24 +9689;0;2675.00;11.22;1371.00;0.00;0.18 +9689;1;2673.50;10.20;1369.50;-0.78;0.18 +9689;2;2677.00;11.57;1369.00;0.78;0.18 +9689;3;2671.50;10.00;1371.00;4.71;0.18 +9689;4;2678.50;12.00;1371.00;1.57;0.18 +9689;5;2673.00;10.25;1372.50;4.06;0.18 +9689;6;2677.50;11.95;1372.00;1.95;0.18 +9689;7;2675.50;11.40;1373.50;2.94;0.18 +9689;9;2672.30;10.08;1371.00;1.57;0.18 +9689;10;2677.70;11.96;1371.00;-1.57;0.18 +9689;19;2670.00;9.50;1372.00;-1.57;0.18 +9689;20;2668.28;9.50;1372.34;4.51;0.18 9689;21;2672.30;10.08;1371.00;1.57;0.18 +9690;0;3109.00;9.80;1476.00;0.00;0.28 +9690;1;3111.00;9.80;1474.00;0.78;0.28 +9690;2;3108.00;9.80;1473.00;-0.32;0.28 +9690;3;3106.00;9.90;1475.00;-1.24;0.28 +9690;4;3105.00;9.90;1475.50;-1.44;0.28 +9690;5;3108.50;9.80;1478.00;3.38;0.28 +9690;6;3113.50;9.75;1477.00;1.78;0.28 +9690;7;3113.50;9.80;1478.50;2.07;0.28 +9690;9;3105.76;9.90;1476.00;1.57;0.28 +9690;10;3112.24;9.70;1476.00;-1.57;0.28 9690;21;3105.76;9.90;1476.00;1.57;0.28 +9691;0;3453.00;12.00;1402.00;0.00;0.22 +9691;1;3453.50;12.20;1399.50;0.19;0.22 +9691;2;3456.50;11.90;1401.50;1.42;0.22 +9691;3;3450.50;12.10;1401.00;-1.19;0.22 +9691;4;3449.50;11.85;1403.00;4.43;0.22 +9691;5;3453.00;11.92;1404.00;3.14;0.22 +9691;6;3456.50;11.70;1403.50;1.97;0.22 +9691;9;3450.30;11.96;1402.00;1.57;0.22 +9691;10;3455.70;11.89;1402.00;-1.57;0.22 9691;21;3450.30;11.96;1402.00;1.57;0.22 +9692;0;3073.00;9.80;1485.00;0.00;0.18 +9692;1;3072.50;9.80;1482.50;-0.19;0.18 +9692;2;3074.50;9.80;1483.00;0.64;0.18 +9692;3;3070.50;9.80;1485.00;4.71;0.18 +9692;4;3076.00;9.80;1485.00;1.57;0.18 +9692;5;3073.50;9.80;1487.00;2.89;0.18 +9692;6;3070.50;9.80;1487.00;4.03;0.18 +9692;9;3071.02;9.80;1485.00;1.57;0.18 +9692;10;3074.98;9.80;1485.00;-1.57;0.18 9692;21;3071.02;9.80;1485.00;1.57;0.18 +9693;0;1647.00;11.52;1593.00;0.00;0.22 +9693;1;1647.00;11.82;1591.00;0.00;0.22 +9693;2;1650.50;11.40;1593.00;1.57;0.22 +9693;3;1644.50;11.45;1594.00;4.33;0.22 +9693;4;1648.50;11.20;1595.00;2.49;0.22 +9693;5;1645.50;11.40;1596.00;3.60;0.22 +9693;9;1644.66;11.65;1593.00;1.57;0.22 +9693;10;1649.34;11.44;1593.00;-1.57;0.22 9693;21;1644.66;11.65;1593.00;1.57;0.22 +9694;0;3453.00;12.50;1411.00;0.00;0.22 +9694;1;3453.00;12.40;1408.50;0.00;0.22 +9694;2;3456.00;12.20;1410.00;1.24;0.22 +9694;3;3450.00;12.27;1410.00;-1.24;0.22 +9694;4;3449.50;12.20;1412.00;4.43;0.22 +9694;5;3453.50;12.30;1412.50;2.82;0.22 +9694;6;3450.00;12.20;1413.00;4.12;0.22 +9694;9;3450.66;12.32;1411.00;1.57;0.22 +9694;10;3455.34;12.35;1411.00;-1.57;0.22 9694;21;3450.66;12.32;1411.00;1.57;0.22 +9695;0;1029.00;13.30;1586.00;0.00;0.32 +9695;1;1021.50;14.15;1583.00;-1.19;0.32 +9695;2;1031.00;13.35;1583.00;0.58;0.32 +9695;3;1038.50;11.90;1583.50;1.31;0.32 +9695;4;1018.00;13.10;1586.00;4.71;0.32 +9695;5;1039.00;12.50;1587.00;1.67;0.32 +9695;6;1031.00;13.22;1589.00;2.55;0.32 +9695;7;1023.50;13.30;1588.50;4.28;0.32 +9695;9;1019.64;13.20;1586.00;1.57;0.32 +9695;10;1038.36;12.32;1586.00;-1.57;0.32 9695;21;1019.64;13.20;1586.00;1.57;0.32 +9696;0;3416.00;9.77;1414.00;0.00;0.20 +9696;1;3415.50;9.80;1412.00;-0.24;0.20 +9696;2;3419.50;10.00;1412.00;1.05;0.20 +9696;3;3412.50;10.10;1412.50;-1.16;0.20 +9696;4;3419.00;9.90;1414.50;1.73;0.20 +9696;5;3412.50;10.30;1414.50;4.57;0.20 +9696;6;3416.00;9.80;1416.50;3.14;0.20 +9696;9;3413.30;10.05;1414.00;1.57;0.20 +9696;10;3418.70;9.90;1414.00;-1.57;0.20 9696;21;3413.30;10.05;1414.00;1.57;0.20 +9697;0;904.00;9.70;1535.00;0.00;0.28 +9697;1;903.50;9.60;1530.50;-0.11;0.28 +9697;2;906.00;9.60;1531.50;0.51;0.28 +9697;3;902.50;9.60;1532.00;-0.46;0.28 +9697;4;906.50;10.35;1536.00;1.95;0.28 +9697;5;901.50;9.70;1537.00;4.03;0.28 +9697;6;903.50;10.20;1541.00;3.22;0.28 +9697;9;901.48;9.60;1535.00;1.57;0.28 +9697;10;906.52;10.10;1535.00;-1.57;0.28 9697;21;901.48;9.60;1535.00;1.57;0.28 +9698;0;3284.00;9.72;1457.00;0.00;0.24 +9698;1;3284.50;9.70;1455.00;0.24;0.24 +9698;2;3281.00;9.70;1456.50;-1.40;0.24 +9698;3;3287.00;9.70;1456.50;1.40;0.24 +9698;4;3286.00;9.80;1459.00;2.35;0.24 +9698;5;3283.00;9.80;1459.00;3.60;0.24 +9698;9;3281.66;9.70;1457.00;1.57;0.24 +9698;10;3286.34;9.70;1457.00;-1.57;0.24 9698;21;3281.66;9.70;1457.00;1.57;0.24 +9699;0;2726.00;14.20;1379.00;0.00;0.20 +9699;1;2725.50;13.90;1377.50;-0.32;0.20 +9699;2;2728.00;14.27;1379.00;1.57;0.20 +9699;3;2723.00;14.10;1378.50;-1.40;0.20 +9699;4;2723.00;14.35;1379.50;4.54;0.20 +9699;5;2726.00;14.40;1380.50;3.14;0.20 +9699;6;2728.50;14.40;1380.50;2.11;0.20 +9699;9;2723.48;14.24;1379.00;1.57;0.20 +9699;10;2728.52;14.29;1379.00;-1.57;0.20 9699;21;2728.52;14.29;1379.00;-1.57;0.20 +9700;0;2739.00;12.87;1372.00;0.00;0.20 +9700;1;2737.00;12.85;1371.50;-1.32;0.20 +9700;2;2739.50;12.60;1370.00;0.24;0.20 +9700;3;2740.50;12.90;1372.00;1.57;0.20 +9700;4;2738.00;13.20;1373.50;3.73;0.20 +9700;5;2740.50;13.20;1374.50;2.60;0.20 +9700;9;2737.20;12.91;1372.00;1.57;0.20 +9700;10;2740.80;12.93;1372.00;-1.57;0.20 9700;21;2740.80;12.93;1372.00;-1.57;0.20 +9701;0;3230.00;10.37;1436.00;0.00;0.20 +9701;1;3230.00;10.47;1433.00;0.00;0.20 +9701;2;3232.50;10.20;1432.50;0.62;0.20 +9701;3;3228.50;10.60;1436.50;4.39;0.20 +9701;4;3232.50;10.20;1436.50;1.76;0.20 +9701;5;3230.00;10.25;1440.00;3.14;0.20 +9701;9;3228.20;10.69;1436.00;1.57;0.20 +9701;10;3231.80;10.16;1436.00;-1.57;0.20 9701;21;3228.20;10.69;1436.00;1.57;0.20 +9702;0;3494.00;15.45;1349.00;0.00;0.22 +9702;1;3493.00;15.97;1347.00;-0.46;0.22 +9702;2;3491.00;15.97;1349.00;4.71;0.22 +9702;3;3496.00;14.85;1347.50;0.92;0.22 +9702;4;3497.00;13.45;1350.00;1.89;0.22 +9702;5;3492.50;15.45;1352.00;3.60;0.22 +9702;9;3491.48;15.99;1349.00;1.57;0.22 +9702;10;3496.52;13.99;1349.00;-1.57;0.22 9702;21;3491.48;15.99;1349.00;1.57;0.22 +9703;0;2736.00;13.30;1384.00;0.00;0.16 +9703;1;2735.50;13.80;1382.50;-0.32;0.16 +9703;2;2738.00;13.32;1383.00;1.10;0.16 +9703;3;2733.50;14.30;1383.00;-1.19;0.16 +9703;4;2734.00;12.52;1385.00;4.24;0.16 +9703;5;2739.00;11.42;1385.00;1.89;0.16 +9703;6;2737.00;11.00;1386.00;2.67;0.16 +9703;9;2733.84;13.81;1384.00;1.57;0.16 +9703;10;2738.16;12.60;1384.00;-1.57;0.16 +9703;19;2737.00;10.05;1387.00;-3.61;0.16 +9703;20;2737.55;10.05;1388.66;2.82;0.16 9703;21;2738.16;12.60;1384.00;-1.57;0.16 +9704;0;3183.00;15.25;1471.00;0.00;0.20 +9704;1;3184.50;14.70;1468.00;0.46;0.20 +9704;2;3181.50;13.60;1469.50;-0.78;0.20 +9704;3;3186.00;16.70;1470.00;1.24;0.20 +9704;4;3179.00;13.40;1471.50;4.58;0.20 +9704;5;3187.00;17.55;1472.50;1.93;0.20 +9704;6;3182.50;15.40;1473.00;3.38;0.20 +9704;9;3180.12;13.77;1471.00;1.57;0.20 +9704;10;3185.88;16.95;1471.00;-1.57;0.20 9704;21;3180.12;13.77;1471.00;1.57;0.20 +9705;0;3498.00;10.80;1424.00;0.00;0.20 +9705;1;3496.50;11.40;1421.50;-0.54;0.20 +9705;2;3499.00;10.90;1423.00;0.78;0.20 +9705;3;3495.50;11.45;1424.00;4.71;0.20 +9705;4;3501.00;10.15;1425.50;2.03;0.20 +9705;5;3495.50;11.05;1426.00;4.03;0.20 +9705;6;3498.00;10.45;1426.00;3.14;0.20 +9705;9;3495.84;11.36;1424.00;1.57;0.20 +9705;10;3500.16;10.53;1424.00;-1.57;0.20 9705;21;3495.84;11.36;1424.00;1.57;0.20 +9706;0;3157.00;10.35;1478.00;0.00;0.22 +9706;1;3158.00;10.50;1475.00;0.32;0.22 +9706;2;3159.50;10.40;1476.00;0.89;0.22 +9706;3;3156.50;10.40;1476.50;-0.32;0.22 +9706;4;3159.50;10.05;1478.00;1.57;0.22 +9706;5;3155.00;10.07;1479.00;4.24;0.22 +9706;6;3157.00;10.05;1480.00;3.14;0.22 +9706;7;3155.00;9.82;1481.00;3.73;0.22 +9706;9;3155.02;10.25;1478.00;1.57;0.22 +9706;10;3158.98;10.15;1478.00;-1.57;0.22 9706;21;3155.02;10.25;1478.00;1.57;0.22 +9707;0;3481.00;12.52;1416.00;0.00;0.22 +9707;1;3481.50;12.60;1413.50;0.19;0.22 +9707;2;3478.50;12.90;1415.50;-1.37;0.22 +9707;3;3484.00;12.85;1416.50;1.73;0.22 +9707;4;3479.00;12.70;1418.50;3.81;0.22 +9707;5;3481.50;12.30;1418.50;2.94;0.22 +9707;9;3479.02;12.69;1416.00;1.57;0.22 +9707;10;3482.98;12.69;1416.00;-1.57;0.22 9707;21;3479.02;12.69;1416.00;1.57;0.22 +9708;0;1626.00;11.52;1599.00;0.00;0.30 +9708;1;1626.00;11.70;1595.50;0.00;0.30 +9708;2;1629.00;11.70;1597.50;1.10;0.30 +9708;3;1622.50;12.10;1597.50;-1.16;0.30 +9708;4;1622.00;11.05;1599.50;4.58;0.30 +9708;5;1623.50;10.90;1601.00;4.03;0.30 +9708;6;1628.50;11.50;1600.50;2.11;0.30 +9708;7;1626.50;11.00;1602.50;3.00;0.30 +9708;9;1622.94;11.25;1599.00;1.57;0.30 +9708;10;1629.06;11.62;1599.00;-1.57;0.30 9708;21;1622.94;11.25;1599.00;1.57;0.30 +9709;0;3437.00;9.77;1428.00;0.00;0.18 +9709;1;3436.00;9.80;1426.50;-0.58;0.18 +9709;2;3439.00;9.80;1426.50;0.92;0.18 +9709;3;3434.50;9.80;1428.50;4.51;0.18 +9709;4;3439.50;9.80;1429.00;1.95;0.18 +9709;5;3437.50;9.70;1430.50;2.94;0.18 +9709;9;3435.02;9.72;1428.00;1.57;0.18 +9709;10;3438.98;9.80;1428.00;-1.57;0.18 9709;21;3435.02;9.72;1428.00;1.57;0.18 +9710;0;2789.00;10.05;1393.00;0.00;0.24 +9710;1;2788.50;10.10;1391.00;-0.24;0.24 +9710;2;2791.00;10.37;1391.00;0.78;0.24 +9710;3;2792.50;10.35;1393.00;1.57;0.24 +9710;4;2786.00;9.70;1394.50;4.24;0.24 +9710;5;2791.00;10.27;1395.00;2.35;0.24 +9710;6;2788.00;9.72;1396.00;3.46;0.24 +9710;9;2786.66;9.70;1393.00;1.57;0.24 +9710;10;2791.34;10.34;1393.00;-1.57;0.24 +9710;19;2785.00;9.50;1397.00;-2.03;0.24 +9710;20;2783.76;9.50;1398.23;3.92;0.24 9710;21;2786.66;9.70;1393.00;1.57;0.24 +9711;0;1526.00;10.32;1599.00;0.00;0.30 +9711;1;1525.00;10.50;1596.00;-0.32;0.30 +9711;2;1522.50;9.90;1598.00;-1.29;0.30 +9711;3;1529.00;10.67;1599.00;1.57;0.30 +9711;4;762.50;9.50;799.00;-0.76;0.30 +9711;5;1529.00;10.20;1602.00;2.35;0.30 +9711;9;1522.94;9.91;1599.00;1.57;0.30 +9711;10;1529.06;10.67;1599.00;-1.57;0.30 9711;21;1522.94;9.91;1599.00;1.57;0.30 +9712;0;3337.00;9.70;1444.00;0.00;0.24 +9712;1;3337.50;9.50;1442.00;0.24;0.24 +9712;2;3340.00;9.55;1444.00;1.57;0.24 +9712;3;3334.00;9.57;1444.00;4.71;0.24 +9712;4;3335.00;9.60;1446.50;3.81;0.24 +9712;5;3337.50;9.60;1446.50;2.94;0.24 +9712;9;3334.48;9.64;1444.00;1.57;0.24 +9712;10;3339.52;9.55;1444.00;-1.57;0.24 +9712;19;3334.00;9.50;1443.00;0.24;0.24 +9712;20;3332.34;9.50;1442.44;-1.24;0.24 9712;21;3339.52;9.55;1444.00;-1.57;0.24 +9713;0;913.00;9.90;1517.00;0.00;0.34 +9713;1;911.50;9.70;1512.00;-0.29;0.34 +9713;2;915.00;9.70;1512.50;0.41;0.34 +9713;3;910.50;9.80;1517.00;4.71;0.34 +9713;4;915.50;10.20;1518.50;2.11;0.34 +9713;5;910.50;10.30;1522.50;3.56;0.34 +9713;6;913.50;10.45;1523.00;3.05;0.34 +9713;9;909.94;9.74;1517.00;1.57;0.34 +9713;10;916.06;9.92;1517.00;-1.57;0.34 +9713;19;911.00;9.50;1508.00;-0.29;0.34 +9713;20;910.62;9.50;1506.29;-0.21;0.34 9713;21;909.94;9.74;1517.00;1.57;0.34 +9714;0;3277.00;9.80;1465.00;0.00;0.24 +9714;1;3275.50;9.80;1462.00;-0.46;0.24 +9714;2;3279.50;9.95;1463.00;0.89;0.24 +9714;3;3273.50;9.80;1465.00;4.71;0.24 +9714;4;3282.00;9.95;1465.00;1.57;0.24 +9714;5;3280.50;10.20;1466.50;1.97;0.24 +9714;6;3276.50;9.90;1467.50;3.33;0.24 +9714;9;3273.94;9.80;1465.00;1.57;0.24 +9714;10;3280.06;10.02;1465.00;-1.57;0.24 9714;21;3273.94;9.80;1465.00;1.57;0.24 +9715;0;3536.00;12.07;1314.00;0.00;0.26 +9715;1;3533.50;11.70;1312.00;-0.89;0.26 +9715;2;3537.00;11.12;1311.00;0.32;0.26 +9715;3;3539.50;11.40;1313.00;1.29;0.26 +9715;4;3533.00;12.40;1314.50;4.54;0.26 +9715;5;3539.00;12.17;1315.00;1.89;0.26 +9715;6;3534.50;13.20;1316.50;3.68;0.26 +9715;7;3537.50;13.05;1317.00;2.67;0.26 +9715;9;3533.66;12.13;1314.00;1.57;0.26 +9715;10;3538.34;11.97;1314.00;-1.57;0.26 9715;21;3533.66;12.13;1314.00;1.57;0.26 +9716;0;3232.00;9.85;1461.00;0.00;0.22 +9716;1;3232.50;9.90;1457.50;0.14;0.22 +9716;2;3230.50;9.70;1459.00;-0.64;0.22 +9716;3;3234.00;9.80;1458.50;0.67;0.22 +9716;4;3229.50;9.80;1461.50;4.51;0.22 +9716;5;3234.50;10.00;1461.50;1.76;0.22 +9716;6;3233.00;9.70;1464.00;2.82;0.22 +9716;7;3230.50;9.75;1464.00;3.60;0.22 +9716;9;3230.02;9.80;1461.00;1.57;0.22 +9716;10;3233.98;9.92;1461.00;-1.57;0.22 9716;21;3230.02;9.80;1461.00;1.57;0.22 +9717;0;2805.00;10.40;1404.00;0.00;0.22 +9717;1;2808.00;10.40;1401.50;0.87;0.22 +9717;2;2804.50;10.40;1402.50;-0.32;0.22 +9717;3;2808.50;10.30;1403.50;1.42;0.22 +9717;4;2801.50;10.40;1404.50;4.57;0.22 +9717;5;2802.50;10.30;1406.00;4.03;0.22 +9717;6;2805.00;10.40;1406.00;3.14;0.22 +9717;7;2803.00;10.35;1406.50;3.81;0.22 +9717;9;2802.12;10.40;1404.00;1.57;0.22 +9717;10;2807.88;10.31;1404.00;-1.57;0.22 9717;21;2802.12;10.40;1404.00;1.57;0.22 +9718;0;3349.00;9.70;1430.00;0.00;0.26 +9718;1;3349.50;9.90;1426.50;0.14;0.26 +9718;2;3347.00;9.70;1428.50;-0.92;0.26 +9718;3;3349.50;9.50;1431.50;2.82;0.26 +9718;4;3346.00;9.70;1431.50;4.24;0.26 +9718;9;3346.66;9.70;1430.00;1.57;0.26 +9718;10;3351.34;9.50;1430.00;-1.57;0.26 +9718;19;3350.00;9.68;1430.00;-3.46;0.26 +9718;20;3351.75;9.68;1430.00;1.57;0.26 9718;21;3346.66;9.70;1430.00;1.57;0.26 +9719;0;2699.00;11.87;1386.00;0.00;0.20 +9719;1;2700.50;12.20;1384.00;0.64;0.20 +9719;2;2698.50;12.00;1384.50;-0.32;0.20 +9719;3;2697.00;11.75;1386.50;4.46;0.20 +9719;4;2701.00;11.65;1386.50;1.81;0.20 +9719;5;2699.50;10.20;1388.50;2.94;0.20 +9719;9;2696.84;11.83;1386.00;1.57;0.20 +9719;10;2701.16;11.78;1386.00;-1.57;0.20 +9719;19;2703.00;9.60;1390.00;-3.34;0.20 +9719;20;2704.23;9.60;1391.23;2.35;0.20 9719;21;2701.16;11.78;1386.00;-1.57;0.20 +9720;0;3529.00;11.72;1433.00;0.00;0.24 +9720;1;3526.50;10.50;1430.50;-0.78;0.24 +9720;2;3529.00;11.75;1430.00;0.00;0.24 +9720;3;3532.00;10.82;1432.00;1.24;0.24 +9720;4;3526.00;10.67;1433.00;4.71;0.24 +9720;5;3529.50;11.60;1435.50;2.94;0.24 +9720;6;3526.50;10.80;1435.50;3.92;0.24 +9720;9;3526.66;10.86;1433.00;1.57;0.24 +9720;10;3531.34;11.23;1433.00;-1.57;0.24 9720;21;3526.66;10.86;1433.00;1.57;0.24 +9721;0;1638.00;11.65;1605.00;0.00;0.28 +9721;1;1638.00;11.27;1602.00;0.00;0.28 +9721;2;1641.00;11.67;1602.00;0.78;0.28 +9721;3;1640.50;11.60;1605.50;1.76;0.28 +9721;4;1634.50;11.20;1603.50;-1.16;0.28 +9721;5;1635.50;11.50;1606.50;4.17;0.28 +9721;6;1638.00;11.47;1608.00;3.14;0.28 +9721;9;1635.12;11.43;1605.00;1.57;0.28 +9721;10;1640.88;11.65;1605.00;-1.57;0.28 9721;21;1635.12;11.43;1605.00;1.57;0.28 +9722;0;3485.00;10.25;1432.00;0.00;0.22 +9722;1;3485.50;10.50;1430.50;0.32;0.22 +9722;2;3489.00;11.00;1430.00;1.10;0.22 +9722;3;3481.50;10.20;1431.50;-1.42;0.22 +9722;4;3488.00;10.45;1432.00;1.57;0.22 +9722;5;3482.00;10.00;1433.50;4.24;0.22 +9722;6;3485.00;10.05;1434.00;3.14;0.22 +9722;9;3481.94;10.12;1432.00;1.57;0.22 +9722;10;3488.06;10.45;1432.00;-1.57;0.22 9722;21;3481.94;10.12;1432.00;1.57;0.22 +9723;0;2843.00;10.32;1391.00;0.00;0.18 +9723;1;2843.00;10.55;1389.00;0.00;0.18 +9723;2;2840.50;10.20;1390.50;-1.37;0.18 +9723;3;2846.00;11.00;1390.00;1.24;0.18 +9723;4;2840.50;10.10;1392.50;4.17;0.18 +9723;5;2846.00;11.00;1392.00;1.89;0.18 +9723;6;2843.00;10.27;1393.00;3.14;0.18 +9723;9;2840.84;10.15;1391.00;1.57;0.18 +9723;10;2845.16;10.78;1391.00;-1.57;0.18 9723;21;2840.84;10.15;1391.00;1.57;0.18 +9724;0;1513.00;10.62;1600.00;0.00;0.28 +9724;1;756.00;9.50;799.50;-0.75;0.28 +9724;2;1515.50;9.75;1596.00;0.55;0.28 +9724;3;1511.50;10.60;1597.50;-0.54;0.28 +9724;4;1516.00;10.20;1598.50;1.10;0.28 +9724;5;1509.50;10.80;1600.50;4.57;0.28 +9724;6;756.00;9.50;799.50;-0.75;0.28 +9724;7;1512.00;10.75;1603.00;3.46;0.28 +9724;9;1510.48;10.70;1600.00;1.57;0.28 +9724;10;1515.52;10.44;1600.00;-1.57;0.28 9724;21;1510.48;10.70;1600.00;1.57;0.28 +9725;0;2844.00;9.80;1484.00;0.00;0.20 +9725;1;2842.50;9.80;1482.00;-0.64;0.20 +9725;2;2846.50;9.80;1481.50;0.78;0.20 +9725;3;2848.50;9.80;1483.00;1.35;0.20 +9725;4;2840.00;9.80;1484.00;4.71;0.20 +9725;5;2845.50;9.80;1484.50;1.89;0.20 +9725;6;2842.00;9.80;1486.00;3.92;0.20 +9725;9;2841.12;9.80;1484.00;1.57;0.20 +9725;10;2846.88;9.80;1484.00;-1.57;0.20 9725;21;2841.12;9.80;1484.00;1.57;0.20 +9726;0;3448.00;9.87;1426.00;0.00;0.24 +9726;1;3449.50;10.35;1424.00;0.64;0.24 +9726;2;3446.50;10.00;1424.50;-0.78;0.24 +9726;3;3451.00;9.90;1426.50;1.73;0.24 +9726;4;3445.00;9.80;1428.00;4.12;0.24 +9726;5;3448.00;9.80;1428.00;3.14;0.24 +9726;6;3445.50;9.80;1429.50;3.76;0.24 +9726;9;3445.84;9.85;1426.00;1.57;0.24 +9726;10;3450.16;10.00;1426.00;-1.57;0.24 9726;21;3445.84;9.85;1426.00;1.57;0.24 +9727;0;1497.00;10.65;1499.00;0.00;0.36 +9727;1;1498.00;10.55;1494.50;0.21;0.36 +9727;2;1495.00;10.65;1497.50;-0.92;0.36 +9727;3;1500.50;10.60;1497.00;1.05;0.36 +9727;4;1501.00;10.52;1501.00;2.03;0.36 +9727;5;1493.00;10.65;1502.00;4.06;0.36 +9727;6;1497.00;10.55;1503.00;3.14;0.36 +9727;9;1493.58;10.70;1499.00;1.57;0.36 +9727;10;1500.42;10.51;1499.00;-1.57;0.36 9727;21;1493.58;10.70;1499.00;1.57;0.36 +9728;0;2874.00;10.70;1408.00;0.00;0.18 +9728;1;2872.00;10.90;1406.50;-0.92;0.18 +9728;2;2875.00;10.37;1406.00;0.46;0.18 +9728;3;2877.00;10.37;1406.00;0.98;0.18 +9728;4;2876.50;10.50;1408.00;1.57;0.18 +9728;5;2870.50;11.80;1408.00;4.71;0.18 +9728;6;2871.00;11.92;1409.00;4.39;0.18 +9728;7;2874.50;10.90;1409.50;2.82;0.18 +9728;8;2877.50;10.55;1410.00;2.09;0.18 +9728;9;2871.66;11.33;1408.00;1.57;0.18 +9728;10;2876.34;10.50;1408.00;-1.57;0.18 9728;21;2871.66;11.33;1408.00;1.57;0.18 +9729;0;3365.00;9.70;1452.00;0.00;0.18 +9729;1;3366.50;9.50;1450.50;0.78;0.18 +9729;2;3362.00;9.70;1451.00;-1.24;0.18 +9729;3;3369.00;9.70;1453.00;1.81;0.18 +9729;4;3361.50;9.70;1453.00;4.43;0.18 +9729;5;3365.50;9.70;1453.50;2.82;0.18 +9729;9;3361.76;9.70;1452.00;1.57;0.18 +9729;10;3368.24;9.57;1452.00;-1.57;0.18 +9729;19;3362.00;9.50;1447.00;0.79;0.18 +9729;20;3361.10;9.50;1445.49;-0.54;0.18 9729;21;3361.76;9.70;1452.00;1.57;0.18 +9730;0;875.00;10.37;1541.00;0.00;0.36 +9730;1;876.50;10.40;1536.50;0.32;0.36 +9730;2;872.50;9.50;1540.00;-1.19;0.36 +9730;3;878.50;11.65;1541.00;1.57;0.36 +9730;4;873.50;10.80;1545.00;3.50;0.36 +9730;5;870.00;9.50;1544.50;4.10;0.36 +9730;9;871.76;9.50;1541.00;1.57;0.36 +9730;10;878.24;11.58;1541.00;-1.57;0.36 +9730;19;875.00;9.68;1533.00;-1.19;0.36 +9730;20;875.00;9.68;1531.25;0.00;0.36 9730;21;871.76;9.50;1541.00;1.57;0.36 +9731;0;3155.00;10.42;1639.00;0.00;0.22 +9731;1;3156.50;10.40;1636.00;0.46;0.22 +9731;2;3152.50;10.40;1638.00;-1.19;0.22 +9731;3;3159.00;10.42;1638.00;1.32;0.22 +9731;4;3157.50;10.50;1640.00;1.95;0.22 +9731;5;3151.00;10.40;1640.50;4.35;0.22 +9731;6;3154.00;10.45;1641.50;3.52;0.22 +9731;9;3152.12;10.40;1639.00;1.57;0.22 +9731;10;3157.88;10.50;1639.00;-1.57;0.22 9731;21;3152.12;10.40;1639.00;1.57;0.22 +9732;0;2864.00;13.60;1417.00;0.00;0.20 +9732;1;2864.00;13.90;1414.50;0.00;0.20 +9732;2;2866.00;13.85;1413.50;0.51;0.20 +9732;3;2866.00;13.60;1416.50;1.32;0.20 +9732;4;2862.00;13.30;1418.50;4.06;0.20 +9732;5;2864.50;12.85;1420.00;2.97;0.20 +9732;9;2862.20;13.65;1417.00;1.57;0.20 +9732;10;2865.80;13.54;1417.00;-1.57;0.20 9732;21;2862.20;13.65;1417.00;1.57;0.20 +9733;0;4977.00;12.95;1520.00;0.00;0.34 +9733;1;4975.50;12.80;1515.50;-0.32;0.34 +9733;2;4980.50;12.30;1516.00;0.71;0.34 +9733;3;4973.00;12.75;1520.50;4.58;0.34 +9733;4;4981.00;12.02;1521.00;1.81;0.34 +9733;5;4976.50;13.20;1524.50;3.25;0.34 +9733;9;4973.94;12.84;1520.00;1.57;0.34 +9733;10;4980.06;12.26;1520.00;-1.57;0.34 9733;21;4973.94;12.84;1520.00;1.57;0.34 +9734;0;2822.00;9.85;1414.00;0.00;0.16 +9734;1;2820.00;9.90;1412.50;-0.92;0.16 +9734;2;2823.50;9.85;1412.00;0.64;0.16 +9734;3;2825.00;9.90;1413.50;1.40;0.16 +9734;4;2819.00;9.90;1414.50;4.54;0.16 +9734;5;2819.00;10.00;1415.50;4.24;0.16 +9734;6;2825.00;9.85;1415.50;2.03;0.16 +9734;7;2822.00;9.90;1415.50;3.14;0.16 +9734;9;2819.48;9.90;1414.00;1.57;0.16 +9734;10;2824.52;9.90;1414.00;-1.57;0.16 9734;21;2819.48;9.90;1414.00;1.57;0.16 +9735;0;3543.00;9.60;1447.00;0.00;0.22 +9735;1;3543.50;9.60;1445.50;0.32;0.22 +9735;2;3539.50;9.60;1446.00;-1.29;0.22 +9735;3;3547.00;9.60;1446.50;1.44;0.22 +9735;4;3545.50;9.60;1449.00;2.24;0.22 +9735;5;3540.50;9.60;1448.00;4.33;0.22 +9735;6;3542.50;9.60;1449.00;3.38;0.22 +9735;9;3540.30;9.60;1447.00;1.57;0.22 +9735;10;3545.70;9.60;1447.00;-1.57;0.22 9735;21;3540.30;9.60;1447.00;1.57;0.22 +9736;0;2902.00;12.75;1409.00;0.00;0.22 +9736;1;2902.50;12.50;1406.00;0.16;0.22 +9736;2;2900.00;12.50;1408.00;-1.10;0.22 +9736;3;2904.00;12.85;1407.00;0.78;0.22 +9736;4;2903.50;12.80;1410.00;2.15;0.22 +9736;5;2900.00;13.15;1411.00;3.92;0.22 +9736;6;2902.00;13.35;1412.00;3.14;0.22 +9736;9;2900.02;12.70;1409.00;1.57;0.22 +9736;10;2903.98;12.74;1409.00;-1.57;0.22 9736;21;2900.02;12.70;1409.00;1.57;0.22 +9737;0;2794.00;9.67;1413.00;0.00;0.18 +9737;1;2797.00;9.70;1410.50;0.87;0.18 +9737;2;2793.50;9.60;1411.00;-0.24;0.18 +9737;3;2795.00;9.65;1410.50;0.38;0.18 +9737;4;2795.50;9.70;1413.00;1.57;0.18 +9737;5;2792.50;9.70;1415.00;3.78;0.18 +9737;6;2794.50;9.70;1416.00;2.97;0.18 +9737;9;2792.38;9.70;1413.00;1.57;0.18 +9737;10;2795.62;9.69;1413.00;-1.57;0.18 +9737;19;2795.00;9.60;1418.00;-3.31;0.18 +9737;20;2795.34;9.60;1419.71;2.94;0.18 9737;21;2792.38;9.70;1413.00;1.57;0.18 +9738;0;2916.00;15.47;1416.00;0.00;0.22 +9738;1;2917.50;14.90;1414.00;0.64;0.22 +9738;2;2919.50;13.40;1414.50;1.16;0.22 +9738;3;2913.50;15.30;1415.50;-1.37;0.22 +9738;4;2918.00;13.92;1417.00;2.03;0.22 +9738;5;2913.00;15.42;1418.00;4.12;0.22 +9738;6;2914.50;15.45;1418.00;3.78;0.22 +9738;9;2913.66;15.41;1416.00;1.57;0.22 +9738;10;2918.34;13.89;1416.00;-1.57;0.22 9738;21;2913.66;15.41;1416.00;1.57;0.22 +9739;0;3497.00;9.80;1433.00;0.00;0.22 +9739;1;3497.50;9.90;1430.50;0.19;0.22 +9739;2;3500.00;9.80;1431.50;1.10;0.22 +9739;3;3494.00;9.90;1432.50;-1.40;0.22 +9739;4;3499.00;9.75;1434.00;2.03;0.22 +9739;5;3495.50;9.80;1435.50;3.68;0.22 +9739;9;3494.66;9.85;1433.00;1.57;0.22 +9739;10;3499.34;9.80;1433.00;-1.57;0.22 9739;21;3494.66;9.85;1433.00;1.57;0.22 +9740;0;1523.00;12.27;1768.00;0.00;0.82 +9740;1;1518.00;12.25;1761.00;-0.62;0.82 +9740;2;1531.50;11.70;1763.00;1.03;0.82 +9740;3;1516.50;12.50;1773.50;4.01;0.82 +9740;4;1532.50;10.90;1773.50;2.09;0.82 +9740;9;1513.28;12.72;1768.00;1.57;0.82 +9740;10;1532.72;11.60;1768.00;-1.57;0.82 +9740;19;1533.00;9.55;1786.00;-4.19;0.82 +9740;20;1533.85;9.55;1787.53;2.63;0.82 9740;21;1513.28;12.72;1768.00;1.57;0.82 +9741;0;2938.00;10.57;1418.00;0.00;0.18 +9741;1;2936.50;10.75;1417.00;-0.98;0.18 +9741;2;2939.50;11.00;1416.50;0.78;0.18 +9741;3;2936.00;10.27;1419.00;4.24;0.18 +9741;4;2941.00;10.65;1418.50;1.73;0.18 +9741;5;2939.00;10.20;1420.00;2.67;0.18 +9741;6;2936.50;10.10;1421.00;3.60;0.18 +9741;9;2936.02;10.47;1418.00;1.57;0.18 +9741;10;2939.98;10.70;1418.00;-1.57;0.18 9741;21;2936.02;10.47;1418.00;1.57;0.18 +9742;0;3450.00;9.80;1434.00;0.00;0.18 +9742;1;3449.00;9.80;1432.00;-0.46;0.18 +9742;2;3452.50;9.80;1433.00;1.19;0.18 +9742;3;3447.00;9.80;1435.00;4.39;0.18 +9742;4;3449.50;9.80;1436.00;3.38;0.18 +9742;5;3452.50;9.80;1435.50;2.11;0.18 +9742;9;3447.66;9.80;1434.00;1.57;0.18 +9742;10;3452.34;9.80;1434.00;-1.57;0.18 9742;21;3447.66;9.80;1434.00;1.57;0.18 +9743;0;1535.00;9.92;1619.00;0.00;0.24 +9743;1;1535.00;10.00;1617.00;0.00;0.24 +9743;2;767.00;9.50;809.00;-0.75;0.24 +9743;3;1538.00;10.30;1619.50;1.73;0.24 +9743;4;1536.00;9.85;1622.50;2.86;0.24 +9743;9;1532.84;9.70;1619.00;1.57;0.24 +9743;10;1537.16;10.26;1619.00;-1.57;0.24 9743;21;1532.84;9.70;1619.00;1.57;0.24 +9744;0;3423.00;9.70;1448.00;0.00;0.16 +9744;1;3421.00;9.70;1446.50;-0.92;0.16 +9744;2;3425.00;9.70;1446.50;0.92;0.16 +9744;3;3421.00;9.70;1449.00;4.24;0.16 +9744;4;3427.00;9.70;1448.50;1.69;0.16 +9744;5;3425.00;9.70;1449.50;2.21;0.16 +9744;9;3420.30;9.70;1448.00;1.57;0.16 +9744;10;3425.70;9.70;1448.00;-1.57;0.16 9744;21;3420.30;9.70;1448.00;1.57;0.16 +9745;0;2912.00;16.07;1424.00;0.00;0.20 +9745;1;2910.00;16.40;1423.00;-1.10;0.20 +9745;2;2912.50;15.45;1422.00;0.24;0.20 +9745;3;2914.50;16.10;1423.50;1.37;0.20 +9745;4;2913.50;15.10;1425.50;2.35;0.20 +9745;5;2910.00;16.12;1425.00;4.24;0.20 +9745;6;2911.50;15.80;1426.50;3.33;0.20 +9745;9;2910.20;16.38;1424.00;1.57;0.20 +9745;10;2913.80;15.58;1424.00;-1.57;0.20 9745;21;2910.20;16.38;1424.00;1.57;0.20 +9746;0;1509.00;10.70;1612.00;0.00;0.28 +9746;1;1510.00;10.70;1609.00;0.32;0.28 +9746;2;1506.00;10.65;1610.00;-0.98;0.28 +9746;3;754.00;9.50;805.50;-0.75;0.28 +9746;9;1506.12;10.39;1612.00;1.57;0.28 +9746;10;1511.88;10.70;1612.00;-1.57;0.28 9746;21;1506.12;10.39;1612.00;1.57;0.28 +9747;0;1465.00;10.70;1620.00;0.00;0.32 +9747;1;1464.00;10.70;1617.50;-0.38;0.32 +9747;2;1469.00;10.80;1617.50;1.01;0.32 +9747;3;732.00;9.50;809.50;-0.73;0.32 +9747;4;1469.50;10.80;1620.50;1.68;0.32 +9747;5;1466.00;10.70;1623.50;2.86;0.32 +9747;9;1461.58;10.46;1620.00;1.57;0.32 +9747;10;1468.42;10.80;1620.00;-1.57;0.32 9747;21;1461.58;10.46;1620.00;1.57;0.32 +9748;0;2860.00;11.37;1431.00;0.00;0.20 +9748;1;2860.00;11.50;1428.50;0.00;0.20 +9748;2;2862.50;11.80;1430.00;1.19;0.20 +9748;3;2858.00;11.60;1431.50;4.46;0.20 +9748;4;2861.00;11.17;1433.00;2.67;0.20 +9748;5;2858.00;11.40;1433.50;3.81;0.20 +9748;6;2859.00;10.95;1434.50;3.42;0.20 +9748;9;2858.20;11.54;1431.00;1.57;0.20 +9748;10;2861.80;11.54;1431.00;-1.57;0.20 9748;21;2858.20;11.54;1431.00;1.57;0.20 +9749;0;4965.00;12.45;1483.00;0.00;0.34 +9749;1;4968.00;13.37;1480.00;0.78;0.34 +9749;2;4964.00;13.57;1480.00;-0.32;0.34 +9749;3;4961.00;12.50;1483.00;4.71;0.34 +9749;4;4969.50;13.60;1482.50;1.46;0.34 +9749;5;4966.50;13.90;1486.00;2.67;0.34 +9749;6;4962.50;12.50;1487.00;3.70;0.34 +9749;9;4961.76;12.55;1483.00;1.57;0.34 +9749;10;4968.24;13.28;1483.00;-1.57;0.34 9749;21;4961.76;12.55;1483.00;1.57;0.34 +9750;0;2988.00;11.60;1378.00;0.00;0.18 +9750;1;2986.50;10.75;1376.00;-0.64;0.18 +9750;2;2989.00;11.35;1375.50;0.38;0.18 +9750;3;2990.50;11.85;1379.00;1.95;0.18 +9750;4;2987.00;11.20;1379.50;3.73;0.18 +9750;5;2989.00;11.45;1380.50;2.76;0.18 +9750;9;2986.38;10.94;1378.00;1.57;0.18 +9750;10;2989.62;11.81;1378.00;-1.57;0.18 9750;21;2986.38;10.94;1378.00;1.57;0.18 +9751;0;2823.00;10.00;1422.00;0.00;0.20 +9751;1;2822.50;9.90;1419.50;-0.19;0.20 +9751;2;2819.50;10.10;1421.00;-1.29;0.20 +9751;3;2826.00;10.00;1421.50;1.40;0.20 +9751;4;2822.00;9.97;1424.00;3.60;0.20 +9751;5;2826.50;10.00;1423.50;1.97;0.20 +9751;6;2824.50;9.90;1425.00;2.67;0.20 +9751;9;2820.48;10.00;1422.00;1.57;0.20 +9751;10;2825.52;9.95;1422.00;-1.57;0.20 9751;21;2820.48;10.00;1422.00;1.57;0.20 +9752;0;2970.00;11.35;1412.00;0.00;0.20 +9752;1;2969.00;11.90;1410.50;-0.58;0.20 +9752;2;2972.50;12.25;1410.00;0.89;0.20 +9752;3;2972.50;11.50;1411.50;1.37;0.20 +9752;4;2968.00;10.55;1413.50;4.06;0.20 +9752;5;2971.50;10.80;1413.50;2.35;0.20 +9752;6;2970.00;10.30;1414.50;3.14;0.20 +9752;9;2968.02;11.32;1412.00;1.57;0.20 +9752;10;2971.98;11.40;1412.00;-1.57;0.20 9752;21;2968.02;11.32;1412.00;1.57;0.20 +9753;0;3555.00;9.60;1441.00;0.00;0.22 +9753;1;3556.00;9.60;1438.50;0.38;0.22 +9753;2;3553.50;9.60;1441.00;4.71;0.22 +9753;3;3558.00;9.60;1440.50;1.40;0.22 +9753;4;3556.50;9.60;1442.50;2.35;0.22 +9753;5;3553.00;9.60;1443.50;3.81;0.22 +9753;6;3554.00;9.60;1444.50;3.42;0.22 +9753;9;3552.84;9.60;1441.00;1.57;0.22 +9753;10;3557.16;9.60;1441.00;-1.57;0.22 9753;21;3552.84;9.60;1441.00;1.57;0.22 +9754;0;1637.00;12.20;1618.00;0.00;0.24 +9754;1;1637.50;13.10;1614.50;0.14;0.24 +9754;2;1635.50;12.15;1616.00;-0.64;0.24 +9754;3;1639.00;12.52;1617.00;1.10;0.24 +9754;4;1634.00;11.90;1618.50;4.54;0.24 +9754;5;1640.50;12.05;1619.00;1.84;0.24 +9754;6;1636.00;12.65;1620.50;3.52;0.24 +9754;7;1639.50;12.00;1620.50;2.35;0.24 +9754;9;1634.66;11.94;1618.00;1.57;0.24 +9754;10;1639.34;12.37;1618.00;-1.57;0.24 9754;21;1634.66;11.94;1618.00;1.57;0.24 +9755;0;3320.00;14.95;1283.00;0.00;0.24 +9755;1;3320.50;14.05;1278.00;0.10;0.24 +9755;2;3318.50;15.20;1279.50;-0.40;0.24 +9755;3;3322.50;13.60;1281.50;1.03;0.24 +9755;4;3317.50;14.30;1284.00;4.33;0.24 +9755;5;3322.00;13.60;1286.50;2.62;0.24 +9755;6;3319.50;13.55;1287.00;3.26;0.24 +9755;9;3317.84;14.83;1283.00;1.57;0.24 +9755;10;3322.16;13.90;1283.00;-1.57;0.24 9755;21;3317.84;14.83;1283.00;1.57;0.24 +9756;0;3152.00;11.35;1398.00;0.00;0.26 +9756;1;3151.50;11.70;1395.50;-0.19;0.26 +9756;2;3149.00;11.90;1397.50;-1.40;0.26 +9756;3;3154.00;11.07;1398.00;1.57;0.26 +9756;4;3152.00;11.05;1400.50;3.14;0.26 +9756;5;3155.00;10.47;1401.00;2.35;0.26 +9756;9;3149.66;11.82;1398.00;1.57;0.26 +9756;10;3154.34;11.12;1398.00;-1.57;0.26 9756;21;3149.66;11.82;1398.00;1.57;0.26 +9757;0;2761.00;12.00;1316.00;0.00;0.20 +9757;1;2761.50;11.80;1313.50;0.19;0.20 +9757;2;2761.00;11.80;1313.50;0.00;0.20 +9757;3;2762.50;12.00;1314.50;0.78;0.20 +9757;4;2760.00;11.75;1314.50;-0.58;0.20 +9757;5;2758.50;12.10;1317.00;4.33;0.20 +9757;6;2763.00;12.25;1317.00;2.03;0.20 +9757;7;2761.00;12.10;1318.00;3.14;0.20 +9757;9;2759.20;12.00;1316.00;1.57;0.20 +9757;10;2762.80;12.06;1316.00;-1.57;0.20 9757;21;2762.80;12.06;1316.00;-1.57;0.20 +9758;0;1622.00;9.70;1530.00;0.00;0.28 +9758;1;1621.50;9.70;1526.50;-0.14;0.28 +9758;2;1620.00;9.60;1530.00;4.71;0.28 +9758;3;1624.50;9.70;1528.00;0.89;0.28 +9758;4;1619.00;9.50;1532.50;4.01;0.28 +9758;5;1621.00;9.50;1534.00;3.38;0.28 +9758;6;1624.00;9.60;1535.00;2.76;0.28 +9758;9;1619.48;9.54;1530.00;1.57;0.28 +9758;10;1624.52;9.70;1530.00;-1.57;0.28 +9758;19;1626.00;9.55;1537.00;-1.57;0.28 +9758;20;1626.86;9.55;1538.51;2.62;0.28 9758;21;1619.48;9.54;1530.00;1.57;0.28 +9759;0;4767.00;12.62;1355.00;0.00;0.22 +9759;1;4766.00;12.40;1352.50;-0.38;0.22 +9759;2;4768.50;12.40;1352.50;0.54;0.22 +9759;3;4765.00;12.75;1355.50;4.46;0.22 +9759;4;4769.00;12.55;1355.50;1.81;0.22 +9759;5;4768.50;12.55;1358.00;2.67;0.22 +9759;9;4765.02;12.75;1355.00;1.57;0.22 +9759;10;4768.98;12.57;1355.00;-1.57;0.22 9759;21;4765.02;12.75;1355.00;1.57;0.22 +9760;0;1517.00;12.00;1533.00;0.00;0.24 +9760;1;1517.50;11.95;1530.00;0.16;0.24 +9760;2;1514.50;12.35;1532.00;-1.19;0.24 +9760;3;1520.00;11.95;1533.50;1.73;0.24 +9760;4;1516.50;12.20;1535.50;3.33;0.24 +9760;5;1519.50;12.90;1536.50;2.52;0.24 +9760;9;1514.84;12.51;1533.00;1.57;0.24 +9760;10;1519.16;11.93;1533.00;-1.57;0.24 9760;21;1514.84;12.51;1533.00;1.57;0.24 +9761;0;3390.00;15.37;1304.00;0.00;0.30 +9761;1;3387.50;14.50;1301.50;-0.78;0.30 +9761;2;3391.50;14.50;1301.00;0.46;0.30 +9761;3;3394.00;15.25;1303.50;1.44;0.30 +9761;4;3386.50;15.00;1303.50;-1.42;0.30 +9761;5;3387.50;16.20;1306.50;3.92;0.30 +9761;6;3391.00;16.60;1307.00;2.82;0.30 +9761;9;3387.12;15.26;1304.00;1.57;0.30 +9761;10;3392.88;15.43;1304.00;-1.57;0.30 9761;21;3387.12;15.26;1304.00;1.57;0.30 +9762;0;4894.00;12.47;1405.00;0.00;0.24 +9762;1;4893.50;12.90;1401.00;-0.12;0.24 +9762;2;4896.00;13.12;1401.00;0.46;0.24 +9762;3;4896.50;12.60;1405.00;1.57;0.24 +9762;4;4891.00;12.32;1402.00;-0.78;0.24 +9762;5;4892.50;12.20;1404.50;-1.24;0.24 +9762;6;4893.50;11.90;1408.00;3.30;0.24 +9762;7;4896.00;12.00;1409.00;2.67;0.24 +9762;9;4891.84;11.95;1405.00;1.57;0.24 +9762;10;4896.16;12.60;1405.00;-1.57;0.24 9762;21;4891.84;11.95;1405.00;1.57;0.24 +9763;0;3337.00;12.77;1278.00;0.00;0.22 +9763;1;3335.00;13.75;1273.50;-0.41;0.22 +9763;2;3338.00;13.60;1275.00;0.32;0.22 +9763;3;3335.00;12.72;1278.00;4.71;0.22 +9763;4;3339.00;12.65;1279.00;2.03;0.22 +9763;5;3337.00;12.20;1282.50;3.14;0.22 +9763;9;3335.02;12.72;1278.00;1.57;0.22 +9763;10;3338.98;12.97;1278.00;-1.57;0.22 9763;21;3335.02;12.72;1278.00;1.57;0.22 +9764;0;2836.00;9.75;1350.00;0.00;0.20 +9764;1;2836.50;9.55;1349.00;0.46;0.20 +9764;2;2833.00;9.80;1349.00;-1.24;0.20 +9764;3;2834.50;10.25;1351.00;4.12;0.20 +9764;4;2838.00;10.02;1352.00;2.35;0.20 +9764;9;2833.48;10.05;1350.00;1.57;0.20 +9764;10;2838.52;9.64;1350.00;-1.57;0.20 +9764;19;2838.77;9.50;1348.79;0.46;0.20 +9764;20;2840.37;9.50;1348.10;1.16;0.20 9764;21;2836.93;11.90;1351.09;-1.57;0.20 +9765;0;2681.00;10.10;1279.00;0.00;0.20 +9765;1;2682.00;10.20;1276.50;0.38;0.20 +9765;2;2679.00;10.12;1277.00;-0.78;0.20 +9765;3;2684.50;10.10;1277.50;1.16;0.20 +9765;4;2678.00;10.00;1279.50;4.54;0.20 +9765;5;2683.50;10.00;1279.50;1.76;0.20 +9765;6;2681.00;10.00;1281.50;3.14;0.20 +9765;9;2678.66;10.05;1279.00;1.57;0.20 +9765;10;2683.34;10.05;1279.00;-1.57;0.20 9765;21;2678.66;10.05;1279.00;1.57;0.20 +9766;0;4835.00;12.27;1398.00;0.00;0.20 +9766;1;4831.50;12.40;1395.50;-0.95;0.20 +9766;2;4839.00;11.80;1397.00;1.32;0.20 +9766;3;4830.50;12.20;1397.00;-1.35;0.20 +9766;4;4835.00;12.30;1396.00;0.00;0.20 +9766;5;4832.00;12.25;1399.50;4.24;0.20 +9766;6;4839.50;12.00;1399.50;1.89;0.20 +9766;7;4836.50;12.00;1400.00;2.49;0.20 +9766;9;4831.40;12.33;1398.00;1.57;0.20 +9766;10;4838.60;11.76;1398.00;-1.57;0.20 9766;21;4831.40;12.33;1398.00;1.57;0.20 +9767;0;2749.00;11.77;1330.00;0.00;0.24 +9767;1;2750.00;11.52;1327.00;0.32;0.24 +9767;2;2747.50;11.70;1328.50;-0.78;0.24 +9767;3;2751.00;11.65;1329.50;1.32;0.24 +9767;4;2746.50;12.05;1331.00;4.33;0.24 +9767;5;2750.50;11.80;1332.50;2.60;0.24 +9767;6;2748.00;12.22;1333.00;3.46;0.24 +9767;7;2750.00;11.90;1333.50;2.86;0.24 +9767;9;2746.84;11.85;1330.00;1.57;0.24 +9767;10;2751.16;11.63;1330.00;-1.57;0.24 9767;21;2751.16;11.63;1330.00;-1.57;0.24 +9768;0;4626.00;12.45;1352.00;0.00;0.36 +9768;1;4627.00;11.82;1348.00;0.24;0.36 +9768;2;4623.00;12.40;1351.50;-1.40;0.36 +9768;3;4629.50;11.90;1349.00;0.86;0.36 +9768;4;4631.00;12.05;1350.50;1.27;0.36 +9768;5;4627.50;12.50;1353.50;2.35;0.36 +9768;6;4624.00;12.87;1356.00;3.60;0.36 +9768;9;4622.76;12.48;1352.00;1.57;0.36 +9768;10;4629.24;12.31;1352.00;-1.57;0.36 9768;21;4622.76;12.48;1352.00;1.57;0.36 +9769;0;3219.00;11.10;1381.00;0.00;0.28 +9769;1;3220.00;10.95;1378.00;0.32;0.28 +9769;2;3222.50;10.85;1379.00;1.05;0.28 +9769;3;3215.50;11.05;1381.00;4.71;0.28 +9769;4;3220.50;11.00;1383.00;2.49;0.28 +9769;5;3216.50;10.70;1384.00;3.83;0.28 +9769;9;3216.12;11.05;1381.00;1.57;0.28 +9769;10;3221.88;10.96;1381.00;-1.57;0.28 9769;21;3216.12;11.05;1381.00;1.57;0.28 +9770;0;2702.00;14.42;1330.00;0.00;0.24 +9770;1;2699.00;13.40;1328.00;-0.98;0.24 +9770;2;2701.50;13.80;1328.00;-0.24;0.24 +9770;3;2700.00;14.37;1331.00;4.24;0.24 +9770;4;2703.50;13.90;1329.00;0.98;0.24 +9770;5;2703.50;14.00;1331.50;2.35;0.24 +9770;6;2702.00;13.65;1333.50;3.14;0.24 +9770;9;2699.84;14.33;1330.00;1.57;0.24 +9770;10;2704.16;14.06;1330.00;-1.57;0.24 9770;21;2704.16;14.06;1330.00;-1.57;0.24 +9771;0;3160.00;11.97;1394.00;0.00;0.22 +9771;1;3159.00;12.20;1391.00;-0.32;0.22 +9771;2;3161.00;12.42;1391.00;0.32;0.22 +9771;3;3158.00;12.25;1393.00;-1.10;0.22 +9771;4;3162.00;11.85;1393.00;1.10;0.22 +9771;5;3158.00;11.60;1396.00;3.92;0.22 +9771;6;3161.50;10.80;1396.00;2.49;0.22 +9771;7;3160.00;10.70;1397.50;3.14;0.22 +9771;9;3158.02;12.15;1394.00;1.57;0.22 +9771;10;3161.98;11.45;1394.00;-1.57;0.22 9771;21;3158.02;12.15;1394.00;1.57;0.22 +9772;0;2939.00;9.77;1335.00;0.00;0.20 +9772;1;2940.00;9.90;1333.00;0.46;0.20 +9772;2;2936.50;9.50;1334.50;-1.37;0.20 +9772;3;2941.50;10.90;1334.50;1.37;0.20 +9772;4;2941.00;10.50;1337.00;2.35;0.20 +9772;5;2937.50;9.70;1337.50;3.68;0.20 +9772;9;2936.66;9.52;1335.00;1.57;0.20 +9772;10;2941.34;10.84;1335.00;-1.57;0.20 +9772;19;2938.00;9.57;1339.00;-2.60;0.20 +9772;20;2937.57;9.57;1340.69;3.38;0.20 9772;21;2936.66;9.52;1335.00;1.57;0.20 +9773;0;1206.00;12.37;1423.00;0.00;0.44 +9773;1;1206.50;12.20;1416.00;0.07;0.44 +9773;2;1202.00;12.45;1420.50;-1.01;0.44 +9773;3;1210.50;12.20;1421.50;1.24;0.44 +9773;4;1202.00;12.60;1427.50;3.86;0.44 +9773;5;1211.50;12.30;1427.50;2.25;0.44 +9773;6;1206.50;12.40;1429.50;3.06;0.44 +9773;9;1202.04;12.52;1423.00;1.57;0.44 +9773;10;1209.96;12.27;1423.00;-1.57;0.44 9773;21;1202.04;12.52;1423.00;1.57;0.44 +9774;0;1647.00;10.62;1577.00;0.00;0.20 +9774;1;1647.50;10.60;1574.50;0.19;0.20 +9774;2;1644.50;10.80;1576.50;-1.37;0.20 +9774;3;1649.50;10.50;1577.00;1.57;0.20 +9774;4;1644.00;10.95;1578.50;4.24;0.20 +9774;5;1646.50;10.80;1579.50;3.33;0.20 +9774;9;1644.84;10.81;1577.00;1.57;0.20 +9774;10;1649.16;10.50;1577.00;-1.57;0.20 9774;21;1644.84;10.81;1577.00;1.57;0.20 +9775;0;1506.00;12.12;1533.00;0.00;0.28 +9775;1;1505.50;11.90;1529.50;-0.14;0.28 +9775;2;1509.00;11.95;1529.50;0.70;0.28 +9775;3;1509.00;12.67;1532.00;1.24;0.28 +9775;4;1502.50;12.15;1532.00;-1.29;0.28 +9775;5;1504.50;12.55;1535.00;3.78;0.28 +9775;6;1508.50;12.10;1536.50;2.52;0.28 +9775;7;1506.50;12.05;1537.00;3.01;0.28 +9775;9;1503.48;12.29;1533.00;1.57;0.28 +9775;10;1508.52;12.55;1533.00;-1.57;0.28 9775;21;1503.48;12.29;1533.00;1.57;0.28 +9776;0;4620.00;12.97;1336.00;0.00;0.24 +9776;1;4621.00;11.92;1333.00;0.32;0.24 +9776;2;4617.50;13.05;1335.00;-1.19;0.24 +9776;3;4622.50;12.30;1336.50;1.76;0.24 +9776;4;4619.50;12.50;1339.00;3.30;0.24 +9776;9;4617.84;13.10;1336.00;1.57;0.24 +9776;10;4622.16;12.40;1336.00;-1.57;0.24 9776;21;4617.84;13.10;1336.00;1.57;0.24 +9777;0;3380.00;16.60;1312.00;0.00;0.30 +9777;1;3379.50;15.10;1308.50;-0.14;0.30 +9777;2;3382.50;16.90;1310.50;1.03;0.30 +9777;3;3376.50;14.75;1310.00;-1.05;0.30 +9777;4;3376.00;14.65;1311.50;-1.44;0.30 +9777;5;3379.50;16.90;1314.50;3.33;0.30 +9777;6;3384.00;17.97;1314.00;2.03;0.30 +9777;7;3383.00;16.50;1316.50;2.55;0.30 +9777;9;3376.94;15.13;1312.00;1.57;0.30 +9777;10;3383.06;17.50;1312.00;-1.57;0.30 9777;21;3376.94;15.13;1312.00;1.57;0.30 +9778;0;2746.00;11.82;1303.00;0.00;0.18 +9778;1;2743.50;11.95;1301.00;-0.89;0.18 +9778;2;2746.50;12.20;1301.50;0.32;0.18 +9778;3;2742.50;11.80;1302.50;-1.42;0.18 +9778;4;2748.50;12.10;1302.50;1.37;0.18 +9778;5;2744.50;11.95;1304.00;4.12;0.18 +9778;6;2749.00;11.70;1304.50;2.03;0.18 +9778;7;2747.50;11.75;1305.00;2.49;0.18 +9778;9;2743.66;11.85;1303.00;1.57;0.18 +9778;10;2748.34;11.88;1303.00;-1.57;0.18 9778;21;2743.66;11.85;1303.00;1.57;0.18 +9779;0;1518.00;10.95;1485.00;0.00;0.34 +9779;1;1512.00;10.60;1482.00;-1.10;0.34 +9779;2;1519.00;10.62;1482.00;0.32;0.34 +9779;3;1510.50;10.70;1483.00;-1.31;0.34 +9779;4;1523.00;11.25;1485.00;1.57;0.34 +9779;5;1517.50;11.70;1487.00;3.38;0.34 +9779;6;1522.50;12.20;1489.50;2.35;0.34 +9779;9;1512.78;10.98;1485.00;1.57;0.34 +9779;10;1523.22;11.27;1485.00;-1.57;0.34 9779;21;1512.78;10.98;1485.00;1.57;0.34 +9780;0;3113.00;10.07;1358.00;0.00;0.20 +9780;1;3113.50;9.75;1355.00;0.16;0.20 +9780;2;3111.50;9.50;1356.50;-0.78;0.20 +9780;3;3115.00;11.65;1357.50;1.32;0.20 +9780;4;3111.00;9.80;1359.50;4.06;0.20 +9780;5;3113.00;10.60;1360.50;3.14;0.20 +9780;9;3111.20;9.50;1358.00;1.57;0.20 +9780;10;3114.80;11.84;1358.00;-1.57;0.20 +9780;19;3112.00;9.50;1354.00;-0.79;0.20 +9780;20;3111.57;9.50;1352.30;-0.24;0.20 9780;21;3111.20;9.50;1358.00;1.57;0.20 +9781;0;4720.00;10.12;1344.00;0.00;0.20 +9781;1;4718.00;10.27;1343.00;-1.10;0.20 +9781;2;4722.50;10.40;1342.50;1.03;0.20 +9781;3;4718.00;9.90;1345.00;4.24;0.20 +9781;4;4722.50;9.75;1346.00;2.24;0.20 +9781;9;4716.94;10.10;1344.00;1.57;0.20 +9781;10;4723.06;10.00;1344.00;-1.57;0.20 9781;21;4716.94;10.10;1344.00;1.57;0.20 +9782;0;4796.00;10.10;1418.00;0.00;0.28 +9782;1;4797.00;10.17;1415.00;0.32;0.28 +9782;2;4791.50;10.00;1417.00;-1.35;0.28 +9782;3;4801.00;10.20;1418.00;1.57;0.28 +9782;4;4791.50;10.05;1420.00;4.29;0.28 +9782;5;4797.00;10.00;1420.50;2.76;0.28 +9782;9;4791.68;10.00;1418.00;1.57;0.28 +9782;10;4800.32;10.18;1418.00;-1.57;0.28 9782;21;4791.68;10.00;1418.00;1.57;0.28 +9783;0;3236.73;9.90;1385.62;0.00;0.28 +9783;1;3236.50;10.00;1381.00;-0.24;0.28 +9783;2;3239.50;9.70;1382.50;1.37;0.28 +9783;3;3235.00;9.92;1384.00;4.24;0.28 +9783;4;3238.50;9.90;1385.00;2.49;0.28 +9783;9;3234.48;10.00;1383.00;1.57;0.28 +9783;10;3239.52;9.70;1383.00;-1.57;0.28 +9783;19;3241.27;9.50;1382.25;1.27;0.28 +9783;20;3242.99;9.50;1381.95;1.39;0.28 9783;21;3239.52;9.70;1383.00;-1.57;0.28 +9784;0;3067.00;10.62;1340.00;0.00;0.20 +9784;1;3063.50;10.70;1338.00;-1.05;0.20 +9784;2;3066.00;10.45;1338.50;-0.58;0.20 +9784;3;3069.00;10.40;1339.50;1.32;0.20 +9784;4;3064.00;11.32;1341.00;4.39;0.20 +9784;5;3068.50;9.90;1342.50;2.60;0.20 +9784;9;3064.12;10.97;1340.00;1.57;0.20 +9784;10;3069.88;10.38;1340.00;-1.57;0.20 +9784;19;3071.36;9.50;1345.77;-5.08;0.20 +9784;20;3075.37;9.50;1347.55;2.04;0.20 9784;21;3064.12;10.97;1340.00;1.57;0.20 +9785;0;2766.00;12.95;1340.00;0.00;0.24 +9785;1;2764.50;12.80;1338.50;-0.78;0.24 +9785;2;2767.50;13.10;1338.50;0.78;0.24 +9785;3;2769.00;13.17;1340.00;1.57;0.24 +9785;4;2763.50;12.60;1341.50;4.17;0.24 +9785;5;2767.50;13.00;1341.50;2.35;0.24 +9785;6;2765.00;13.15;1343.00;3.46;0.24 +9785;9;2763.48;12.75;1340.00;1.57;0.24 +9785;10;2768.52;13.15;1340.00;-1.57;0.24 9785;21;2768.52;13.15;1340.00;-1.57;0.24 +9786;0;1629.00;9.70;1516.00;0.00;0.24 +9786;1;1628.50;9.70;1511.50;-0.11;0.24 +9786;2;1630.50;9.70;1516.00;1.57;0.24 +9786;3;1626.50;9.70;1516.00;4.71;0.24 +9786;4;1628.00;9.70;1521.00;3.33;0.24 +9786;9;1626.84;9.70;1516.00;1.57;0.24 +9786;10;1631.16;9.70;1516.00;-1.57;0.24 +9786;19;1629.00;9.68;1523.00;1.57;0.24 +9786;20;1629.00;9.68;1524.75;3.14;0.24 9786;21;1626.84;9.70;1516.00;1.57;0.24 +9787;0;2680.00;12.52;1334.00;0.00;0.18 +9787;1;2679.00;11.42;1331.00;-0.32;0.18 +9787;2;2681.00;11.50;1331.00;0.32;0.18 +9787;3;2682.00;12.50;1333.50;1.32;0.18 +9787;4;2678.00;12.35;1334.50;4.46;0.18 +9787;5;2680.50;12.70;1336.50;2.94;0.18 +9787;9;2678.38;12.42;1334.00;1.57;0.18 +9787;10;2681.62;12.55;1334.00;-1.57;0.18 9787;21;2680.05;12.50;1332.06;1.57;0.18 +9788;0;4710.00;9.95;1360.00;0.00;0.26 +9788;1;4710.50;9.90;1357.50;0.19;0.26 +9788;2;4707.00;10.10;1359.00;-1.24;0.26 +9788;3;4713.00;9.75;1360.00;1.57;0.26 +9788;4;4708.50;10.00;1362.50;3.68;0.26 +9788;5;4711.50;9.80;1363.00;2.67;0.26 +9788;9;4707.66;10.08;1360.00;1.57;0.26 +9788;10;4712.34;9.80;1360.00;-1.57;0.26 9788;21;4707.66;10.08;1360.00;1.57;0.26 +9789;0;1563.00;10.82;1541.00;0.00;0.18 +9789;1;1562.00;10.75;1539.50;-0.58;0.18 +9789;2;1566.00;11.72;1539.00;0.98;0.18 +9789;3;1559.50;10.30;1541.50;4.57;0.18 +9789;4;1567.00;11.72;1541.00;1.57;0.18 +9789;5;1564.00;10.95;1542.50;2.55;0.18 +9789;9;1560.12;10.38;1541.00;1.57;0.18 +9789;10;1565.88;11.47;1541.00;-1.57;0.18 9789;21;1560.12;10.38;1541.00;1.57;0.18 +9790;0;4769.00;9.97;1315.00;0.00;0.20 +9790;1;4768.00;9.80;1312.50;-0.38;0.20 +9790;2;4765.50;9.70;1314.00;-1.29;0.20 +9790;3;4771.50;10.60;1314.00;1.19;0.20 +9790;4;4766.50;9.65;1316.00;4.33;0.20 +9790;5;4772.50;10.90;1315.50;1.71;0.20 +9790;6;4771.00;10.25;1317.00;2.35;0.20 +9790;7;4768.50;9.80;1317.00;3.38;0.20 +9790;9;4766.48;9.70;1315.00;1.57;0.20 +9790;10;4771.52;10.50;1315.00;-1.57;0.20 +9790;19;4764.00;9.50;1312.00;-1.29;0.20 +9790;20;4762.50;9.50;1311.10;-1.03;0.20 9790;21;4766.48;9.70;1315.00;1.57;0.20 +9791;0;3187.00;11.10;1348.00;0.00;0.16 +9791;1;3187.00;11.00;1346.50;0.00;0.16 +9791;2;3190.50;11.75;1347.00;1.29;0.16 +9791;3;3183.50;10.60;1347.50;-1.42;0.16 +9791;4;3190.00;11.70;1348.50;1.73;0.16 +9791;5;3186.50;11.20;1349.50;3.46;0.16 +9791;6;3184.00;11.25;1349.50;4.24;0.16 +9791;9;3184.30;10.75;1348.00;1.57;0.16 +9791;10;3189.70;11.68;1348.00;-1.57;0.16 9791;21;3184.30;10.75;1348.00;1.57;0.16 +9792;0;1139.00;17.32;1492.00;0.00;0.32 +9792;1;1133.00;16.20;1489.50;-1.17;0.32 +9792;2;1141.00;17.45;1489.50;0.67;0.32 +9792;3;1132.00;16.77;1493.00;4.57;0.32 +9792;4;1145.00;18.52;1493.00;1.73;0.32 +9792;5;1138.50;18.10;1496.50;3.25;0.32 +9792;9;1133.24;16.51;1492.00;1.57;0.32 +9792;10;1144.76;18.50;1492.00;-1.57;0.32 9792;21;1133.24;16.51;1492.00;1.57;0.32 +9793;0;2852.00;9.70;1316.00;0.00;0.24 +9793;1;2850.50;9.70;1315.50;-1.24;0.24 +9793;2;2855.00;9.70;1317.00;1.89;0.24 +9793;3;2856.00;9.70;1317.50;1.93;0.24 +9793;9;2848.40;9.50;1316.00;1.57;0.24 +9793;10;2855.60;9.70;1316.00;-1.57;0.24 +9793;19;2848.05;9.50;1316.35;-0.40;0.24 +9793;20;2846.31;9.50;1316.51;4.62;0.24 9793;21;2849.11;9.80;1317.59;-1.57;0.24 +9794;0;3003.00;10.45;1370.00;0.00;0.22 +9794;1;3004.50;10.50;1368.00;0.64;0.22 +9794;2;3002.50;10.25;1369.00;-0.46;0.22 +9794;3;3006.00;11.10;1368.50;1.10;0.22 +9794;4;3007.00;11.60;1369.50;1.44;0.22 +9794;5;3000.00;10.30;1371.00;4.39;0.22 +9794;6;3005.50;11.20;1371.00;1.95;0.22 +9794;7;3000.50;10.60;1372.50;3.92;0.22 +9794;8;3003.00;10.80;1373.00;3.14;0.22 +9794;9;3000.48;10.24;1370.00;1.57;0.22 +9794;10;3005.52;11.10;1370.00;-1.57;0.22 9794;21;3000.48;10.24;1370.00;1.57;0.22 +9795;0;4766.00;12.62;1333.00;0.00;0.20 +9795;1;4763.50;12.70;1331.50;-1.03;0.20 +9795;2;4767.50;12.80;1331.50;0.78;0.20 +9795;3;4762.00;12.32;1333.00;4.71;0.20 +9795;4;4768.50;12.55;1334.00;1.95;0.20 +9795;5;4765.00;12.40;1334.00;3.92;0.20 +9795;9;4763.30;12.52;1333.00;1.57;0.20 +9795;10;4768.70;12.67;1333.00;-1.57;0.20 9795;21;4763.30;12.52;1333.00;1.57;0.20 +9796;0;1475.00;10.27;1539.00;0.00;0.22 +9796;1;1476.00;10.20;1536.00;0.32;0.22 +9796;2;1472.00;10.15;1538.00;-1.24;0.22 +9796;3;1479.00;10.20;1539.00;1.57;0.22 +9796;4;1471.50;10.20;1541.00;4.19;0.22 +9796;5;1475.50;10.30;1541.50;2.94;0.22 +9796;9;1472.30;10.19;1539.00;1.57;0.22 +9796;10;1477.70;10.20;1539.00;-1.57;0.22 9796;21;1472.30;10.19;1539.00;1.57;0.22 +9797;0;2827.00;12.37;1354.00;0.00;0.20 +9797;1;2826.50;11.60;1351.50;-0.19;0.20 +9797;2;2830.00;12.37;1353.00;1.24;0.20 +9797;3;2824.00;11.75;1353.00;-1.24;0.20 +9797;4;2824.00;11.95;1355.50;4.24;0.20 +9797;5;2832.00;12.30;1354.50;1.67;0.20 +9797;6;2828.50;12.50;1355.50;2.35;0.20 +9797;9;2824.12;11.91;1354.00;1.57;0.20 +9797;10;2829.88;12.59;1354.00;-1.57;0.20 9797;21;2824.12;11.91;1354.00;1.57;0.20 +9798;0;4881.00;9.80;1426.00;0.00;0.28 +9798;1;4880.00;9.70;1420.50;-0.18;0.28 +9798;2;4878.50;9.80;1423.50;-0.78;0.28 +9798;3;4883.50;9.70;1424.00;0.89;0.28 +9798;4;4878.50;9.70;1428.50;3.92;0.28 +9798;5;4885.50;9.80;1427.50;1.89;0.28 +9798;6;4882.50;9.80;1429.50;2.73;0.28 +9798;9;4878.48;9.70;1426.00;1.57;0.28 +9798;10;4883.52;9.74;1426.00;-1.57;0.28 9798;21;4878.48;9.70;1426.00;1.57;0.28 +9799;0;3230.00;11.55;1315.00;0.00;0.18 +9799;1;3228.50;11.00;1313.50;-0.78;0.18 +9799;2;3231.50;12.20;1313.50;0.78;0.18 +9799;3;3227.50;10.20;1314.50;-1.37;0.18 +9799;4;3232.50;12.20;1315.50;1.76;0.18 +9799;5;3227.00;9.82;1316.00;4.39;0.18 +9799;6;3229.00;11.27;1317.00;3.60;0.18 +9799;9;3227.66;10.22;1315.00;1.57;0.18 +9799;10;3232.34;12.23;1315.00;-1.57;0.18 +9799;19;3226.00;9.50;1316.00;-1.37;0.18 +9799;20;3224.30;9.50;1316.42;4.46;0.18 9799;21;3227.66;10.22;1315.00;1.57;0.18 +9800;0;2730.00;13.57;1340.00;0.00;0.20 +9800;1;2732.50;14.10;1337.50;0.78;0.20 +9800;2;2729.50;14.40;1338.50;-0.32;0.20 +9800;3;2732.50;13.50;1340.00;1.57;0.20 +9800;4;2727.50;13.80;1340.50;4.51;0.20 +9800;5;2729.50;12.90;1342.00;3.38;0.20 +9800;6;2731.00;12.75;1342.50;2.76;0.20 +9800;9;2727.84;13.93;1340.00;1.57;0.20 +9800;10;2732.16;13.51;1340.00;-1.57;0.20 9800;21;2732.16;13.51;1340.00;-1.57;0.20 +9801;0;1646.00;9.70;1543.00;0.00;0.22 +9801;1;1645.50;9.70;1541.50;-0.32;0.22 +9801;2;1648.00;9.70;1543.00;1.57;0.22 +9801;3;1643.50;9.70;1542.00;-1.19;0.22 +9801;4;1645.50;9.70;1544.50;3.46;0.22 +9801;9;1644.02;9.70;1543.00;1.57;0.22 +9801;10;1647.98;9.70;1543.00;-1.57;0.22 +9801;19;1650.00;9.57;1549.00;1.57;0.22 +9801;20;1650.97;9.57;1550.45;2.55;0.22 9801;21;1644.02;9.70;1543.00;1.57;0.22 +9802;0;1320.00;13.50;1495.00;0.00;0.40 +9802;1;1317.00;11.85;1490.50;-0.58;0.40 +9802;2;1322.00;13.75;1490.50;0.41;0.40 +9802;3;1315.00;12.05;1495.00;4.71;0.40 +9802;4;1325.00;11.82;1493.00;1.19;0.40 +9802;5;1325.00;10.70;1497.50;2.03;0.40 +9802;6;1315.00;10.77;1500.00;3.92;0.40 +9802;7;1320.00;11.75;1500.50;3.14;0.40 +9802;9;1316.40;13.22;1495.00;1.57;0.40 +9802;10;1323.60;11.32;1495.00;-1.57;0.40 9802;21;1316.40;13.22;1495.00;1.57;0.40 +9803;0;4777.00;12.52;1357.00;0.00;0.26 +9803;1;4776.50;13.15;1354.00;-0.16;0.26 +9803;2;4774.00;12.25;1356.50;-1.40;0.26 +9803;3;4780.00;12.90;1355.00;0.98;0.26 +9803;4;4780.50;12.80;1357.00;1.57;0.26 +9803;5;4775.50;11.60;1359.50;3.68;0.26 +9803;6;4778.50;11.90;1359.50;2.60;0.26 +9803;7;4776.50;11.60;1360.50;3.28;0.26 +9803;9;4774.48;12.09;1357.00;1.57;0.26 +9803;10;4779.52;12.80;1357.00;-1.57;0.26 9803;21;4774.48;12.09;1357.00;1.57;0.26 +9804;0;1598.00;10.10;1552.00;0.00;0.20 +9804;1;1599.00;10.20;1549.50;0.38;0.20 +9804;2;1596.00;10.10;1551.50;-1.32;0.20 +9804;3;1601.00;10.00;1551.50;1.40;0.20 +9804;4;1599.00;10.00;1554.00;2.67;0.20 +9804;5;1595.50;10.15;1554.00;4.03;0.20 +9804;9;1595.84;10.15;1552.00;1.57;0.20 +9804;10;1600.16;9.98;1552.00;-1.57;0.20 9804;21;1595.84;10.15;1552.00;1.57;0.20 +9805;0;3125.00;10.85;1314.00;0.00;0.20 +9805;1;3123.00;9.77;1313.00;-1.10;0.20 +9805;2;3126.50;10.50;1312.50;0.78;0.20 +9805;3;3126.50;11.90;1315.50;2.35;0.20 +9805;4;3123.50;10.60;1316.00;3.78;0.20 +9805;5;3122.00;9.50;1314.00;4.71;0.20 +9805;9;3123.20;10.14;1314.00;1.57;0.20 +9805;10;3126.80;11.43;1314.00;-1.57;0.20 +9805;19;3124.00;9.50;1311.00;-1.11;0.20 +9805;20;3123.44;9.50;1309.34;-0.32;0.20 9805;21;3123.20;10.14;1314.00;1.57;0.20 +9806;0;3298.00;12.45;1326.00;0.00;0.20 +9806;1;3299.00;13.37;1323.00;0.32;0.20 +9806;2;3296.00;12.75;1324.50;-0.92;0.20 +9806;3;3300.50;13.40;1324.50;1.03;0.20 +9806;4;3293.50;12.35;1327.00;4.49;0.20 +9806;5;3302.00;12.87;1327.00;1.81;0.20 +9806;6;3295.00;12.15;1328.00;4.12;0.20 +9806;7;3299.00;12.20;1328.00;2.67;0.20 +9806;9;3294.76;12.41;1326.00;1.57;0.20 +9806;10;3301.24;13.02;1326.00;-1.57;0.20 9806;21;3294.76;12.41;1326.00;1.57;0.20 +9807;0;5010.00;12.02;1314.00;0.00;0.16 +9807;1;5009.00;11.70;1312.00;-0.46;0.16 +9807;2;5011.00;11.95;1310.50;0.27;0.16 +9807;3;5012.00;12.72;1315.00;2.03;0.16 +9807;4;5008.50;11.95;1317.00;3.60;0.16 +9807;5;5010.50;12.55;1318.00;3.01;0.16 +9807;9;5008.56;11.80;1314.00;1.57;0.16 +9807;10;5011.44;12.38;1314.00;-1.57;0.16 9807;21;5008.56;11.80;1314.00;1.57;0.16 +9808;0;1543.00;11.27;1551.00;0.00;0.26 +9808;1;1542.00;10.75;1547.50;-0.27;0.26 +9808;2;1545.00;11.50;1549.50;0.92;0.26 +9808;3;1539.50;10.70;1549.50;-1.16;0.26 +9808;4;1540.00;11.20;1551.50;4.54;0.26 +9808;5;1546.50;10.70;1552.50;1.97;0.26 +9808;6;1546.00;10.75;1553.50;2.26;0.26 +9808;7;1543.00;11.50;1554.50;3.14;0.26 +9808;9;1540.66;11.05;1551.00;1.57;0.26 +9808;10;1545.34;11.33;1551.00;-1.57;0.26 9808;21;1540.66;11.05;1551.00;1.57;0.26 +9809;0;3106.00;10.80;1366.00;0.00;0.20 +9809;1;3105.00;10.10;1363.00;-0.32;0.20 +9809;2;3107.50;10.70;1363.50;0.54;0.20 +9809;3;3104.50;11.80;1367.50;3.92;0.20 +9809;4;3108.00;11.07;1367.00;2.03;0.20 +9809;5;3108.50;12.60;1369.00;2.44;0.20 +9809;6;3106.50;12.90;1369.50;3.00;0.20 +9809;9;3104.20;10.98;1366.00;1.57;0.20 +9809;10;3107.80;10.84;1366.00;-1.57;0.20 +9809;19;3104.07;9.80;1362.09;-0.72;0.20 +9809;20;3103.29;9.80;1360.52;-0.45;0.20 9809;21;3107.61;13.80;1371.61;-1.57;0.20 +9810;0;1473.00;10.77;1550.00;0.00;0.28 +9810;1;1474.50;10.50;1547.00;0.46;0.28 +9810;2;1469.50;10.15;1550.00;4.71;0.28 +9810;3;1478.00;10.55;1548.50;1.27;0.28 +9810;4;1477.50;10.80;1550.50;1.68;0.28 +9810;5;1474.50;10.80;1553.00;2.67;0.28 +9810;6;1469.50;10.60;1553.50;3.92;0.28 +9810;9;1469.76;10.20;1550.00;1.57;0.28 +9810;10;1476.24;10.72;1550.00;-1.57;0.28 9810;21;1469.76;10.20;1550.00;1.57;0.28 +9811;0;3304.00;14.22;1302.00;0.00;0.26 +9811;1;3304.00;13.20;1299.50;0.00;0.26 +9811;2;3307.00;13.00;1301.00;1.24;0.26 +9811;3;3301.00;14.70;1302.00;4.71;0.26 +9811;4;3305.50;14.60;1304.00;2.49;0.26 +9811;5;3302.50;13.70;1305.00;3.60;0.26 +9811;9;3301.66;14.74;1302.00;1.57;0.26 +9811;10;3306.34;13.84;1302.00;-1.57;0.26 9811;21;3301.66;14.74;1302.00;1.57;0.26 +9812;0;2784.00;14.55;1328.00;0.00;0.24 +9812;1;2784.50;14.15;1325.00;0.16;0.24 +9812;2;2786.00;14.17;1327.00;1.10;0.24 +9812;3;2782.00;14.35;1327.50;-1.32;0.24 +9812;4;2785.00;14.25;1330.00;2.67;0.24 +9812;5;2782.50;14.85;1330.00;3.78;0.24 +9812;9;2781.84;14.56;1328.00;1.57;0.24 +9812;10;2786.16;14.20;1328.00;-1.57;0.24 9812;21;2787.58;14.10;1327.70;-1.57;0.24 +9813;0;2796.00;10.32;1355.00;0.00;0.16 +9813;1;2795.00;10.35;1354.00;-0.78;0.16 +9813;2;2797.50;10.35;1353.00;0.64;0.16 +9813;3;2798.00;10.45;1355.50;1.81;0.16 +9813;4;2794.00;10.30;1356.50;4.06;0.16 +9813;5;2796.50;10.50;1356.50;2.82;0.16 +9813;6;2798.00;10.52;1357.00;2.35;0.16 +9813;9;2794.20;10.40;1355.00;1.57;0.16 +9813;10;2797.80;10.38;1355.00;-1.57;0.16 9813;21;2797.80;10.38;1355.00;-1.57;0.16 +9814;0;958.00;9.57;1434.00;0.00;0.26 +9814;1;956.50;9.50;1432.00;-0.64;0.26 +9814;2;961.50;9.70;1432.50;1.16;0.26 +9814;3;960.50;9.70;1435.00;1.95;0.26 +9814;4;954.00;9.70;1435.50;4.35;0.26 +9814;5;957.50;9.70;1436.50;3.33;0.26 +9814;9;954.58;9.50;1434.00;1.57;0.26 +9814;10;961.42;9.70;1434.00;-1.57;0.26 +9814;19;960.00;9.50;1428.00;-0.64;0.26 +9814;20;960.55;9.50;1426.34;0.32;0.26 9814;21;954.58;9.50;1434.00;1.57;0.26 +9815;0;2698.00;9.72;1274.00;0.00;0.20 +9815;1;2697.50;9.50;1272.00;-0.24;0.20 +9815;2;2700.50;9.90;1273.50;1.37;0.20 +9815;3;2696.00;9.70;1274.50;4.46;0.20 +9815;4;2699.50;10.25;1276.00;2.49;0.20 +9815;5;2698.00;9.95;1276.50;3.14;0.20 +9815;9;2695.84;9.58;1274.00;1.57;0.20 +9815;10;2700.16;9.94;1274.00;-1.57;0.20 +9815;19;2697.00;9.50;1272.00;-0.24;0.20 +9815;20;2696.21;9.50;1270.43;-0.46;0.20 9815;21;2700.16;9.94;1274.00;-1.57;0.20 +9816;0;3546.00;14.35;1241.00;0.00;0.42 +9816;1;3545.00;14.40;1234.50;-0.15;0.42 +9816;2;3541.00;14.55;1235.50;-0.73;0.42 +9816;3;3550.50;14.40;1235.50;0.68;0.42 +9816;4;3550.50;14.40;1240.50;1.46;0.42 +9816;5;3542.00;14.30;1243.00;4.24;0.42 +9816;6;3549.50;14.35;1246.00;2.53;0.42 +9816;7;3545.50;14.60;1249.00;3.20;0.42 +9816;9;3542.22;14.30;1241.00;1.57;0.42 +9816;10;3549.78;14.37;1241.00;-1.57;0.42 9816;21;3542.22;14.30;1241.00;1.57;0.42 +9817;0;2675.00;9.90;1347.00;0.00;0.20 +9817;1;2674.50;9.75;1345.00;-0.24;0.20 +9817;2;2677.00;10.55;1345.00;0.78;0.20 +9817;3;2672.00;9.67;1347.00;4.71;0.20 +9817;4;2677.50;10.45;1347.00;1.57;0.20 +9817;5;2671.50;9.70;1348.50;4.30;0.20 +9817;6;2674.00;9.80;1348.50;3.73;0.20 +9817;7;2677.00;10.45;1349.50;2.46;0.20 +9817;9;2672.48;9.69;1347.00;1.57;0.20 +9817;10;2677.52;10.45;1347.00;-1.57;0.20 +9817;19;2670.00;9.50;1348.00;-1.57;0.20 +9817;20;2668.28;9.50;1348.34;4.51;0.20 9817;21;2671.26;9.50;1346.72;-1.57;0.20 +9818;0;3175.00;12.90;1356.00;0.00;0.24 +9818;1;3176.50;12.35;1353.00;0.46;0.24 +9818;2;3173.00;12.55;1355.50;-1.32;0.24 +9818;3;3178.00;12.00;1353.50;0.87;0.24 +9818;4;3177.50;12.35;1355.00;1.19;0.24 +9818;5;3176.00;12.95;1357.50;2.55;0.24 +9818;6;3173.50;13.85;1359.00;3.60;0.24 +9818;7;3171.50;13.80;1359.00;4.00;0.24 +9818;9;3172.66;12.69;1356.00;1.57;0.24 +9818;10;3177.34;12.48;1356.00;-1.57;0.24 9818;21;3172.66;12.69;1356.00;1.57;0.24 +9819;0;2692.00;10.07;1290.00;0.00;0.18 +9819;1;2690.50;10.10;1288.50;-0.78;0.18 +9819;2;2693.50;10.80;1288.00;0.64;0.18 +9819;3;2693.00;10.25;1290.50;2.03;0.18 +9819;4;2690.00;10.00;1291.50;4.06;0.18 +9819;9;2690.20;9.96;1290.00;1.57;0.18 +9819;10;2693.80;10.51;1290.00;-1.57;0.18 9819;21;2690.20;9.96;1290.00;1.57;0.18 +9820;0;1620.00;12.55;1560.00;0.00;0.26 +9820;1;1620.00;11.52;1557.00;0.00;0.26 +9820;2;1617.50;12.55;1558.00;-0.89;0.26 +9820;3;1622.00;12.35;1559.50;1.32;0.26 +9820;4;1618.50;12.40;1561.50;3.92;0.26 +9820;5;1623.00;11.87;1562.00;2.15;0.26 +9820;6;1621.50;13.00;1563.50;2.73;0.26 +9820;9;1617.66;12.89;1560.00;1.57;0.26 +9820;10;1622.34;12.31;1560.00;-1.57;0.26 9820;21;1617.66;12.89;1560.00;1.57;0.26 +9821;0;3099.00;12.87;1371.00;0.00;0.24 +9821;1;3098.00;9.85;1369.00;-0.46;0.24 +9821;2;3101.00;13.12;1370.00;1.10;0.24 +9821;3;3096.00;11.77;1372.00;4.39;0.24 +9821;4;3100.00;14.02;1373.00;2.67;0.24 +9821;5;3097.00;13.20;1373.50;3.81;0.24 +9821;9;3096.84;11.23;1371.00;1.57;0.24 +9821;10;3101.16;13.74;1371.00;-1.57;0.24 +9821;19;3100.00;9.80;1367.00;-0.46;0.24 +9821;20;3100.42;9.80;1365.30;0.24;0.24 9821;21;3096.84;11.23;1371.00;1.57;0.24 +9822;0;1277.00;10.50;1449.00;0.00;0.38 +9822;1;1278.00;10.40;1446.00;0.32;0.38 +9822;2;1283.50;10.40;1446.50;1.20;0.38 +9822;3;1272.00;10.45;1448.00;-1.37;0.38 +9822;4;1282.50;10.50;1449.50;1.66;0.38 +9822;5;1272.50;10.60;1452.00;4.12;0.38 +9822;6;1276.50;10.50;1452.50;3.28;0.38 +9822;9;1272.32;10.50;1449.00;1.57;0.38 +9822;10;1281.68;10.45;1449.00;-1.57;0.38 9822;21;1272.32;10.50;1449.00;1.57;0.38 +9823;0;3406.00;10.70;1271.00;0.00;0.34 +9823;1;3405.50;10.70;1267.50;-0.14;0.34 +9823;2;3409.50;10.80;1269.50;1.16;0.34 +9823;3;3402.50;11.00;1267.50;-0.78;0.34 +9823;4;3401.50;11.30;1270.50;-1.46;0.34 +9823;5;3405.00;10.90;1273.50;3.52;0.34 +9823;6;3409.50;11.10;1274.00;2.27;0.34 +9823;7;3408.50;11.10;1275.50;2.63;0.34 +9823;9;3402.58;10.98;1271.00;1.57;0.34 +9823;10;3409.42;10.94;1271.00;-1.57;0.34 9823;21;3402.58;10.98;1271.00;1.57;0.34 +9824;0;2850.00;10.60;1366.00;0.00;0.20 +9824;1;2850.00;10.40;1364.00;0.00;0.20 +9824;2;2847.50;11.20;1364.00;-0.89;0.20 +9824;3;2847.50;11.30;1365.50;-1.37;0.20 +9824;4;2853.00;9.80;1366.50;1.73;0.20 +9824;5;2849.50;11.00;1367.00;3.60;0.20 +9824;9;2847.48;11.45;1366.00;1.57;0.20 +9824;10;2852.52;9.84;1366.00;-1.57;0.20 +9824;19;2855.67;9.50;1366.21;-5.45;0.20 +9824;20;2857.42;9.50;1366.27;1.60;0.20 9824;21;2852.52;9.84;1366.00;-1.57;0.20 +9825;0;1519.00;10.97;1565.00;0.00;0.26 +9825;1;1520.00;11.10;1562.00;0.32;0.26 +9825;2;1523.00;11.00;1562.50;1.01;0.26 +9825;3;1516.50;11.00;1563.50;-1.03;0.26 +9825;4;1522.00;11.00;1566.00;1.89;0.26 +9825;5;1516.00;10.80;1566.50;4.24;0.26 +9825;6;759.00;9.50;782.00;-0.77;0.26 +9825;9;1516.30;10.90;1565.00;1.57;0.26 +9825;10;1521.70;11.00;1565.00;-1.57;0.26 9825;21;1516.30;10.90;1565.00;1.57;0.26 +9826;0;3027.00;9.90;1347.00;0.00;0.20 +9826;1;3024.50;9.65;1345.00;-0.89;0.20 +9826;2;3028.00;9.70;1345.00;0.46;0.20 +9826;3;3025.00;9.70;1347.50;4.46;0.20 +9826;4;3030.00;10.30;1347.00;1.57;0.20 +9826;5;3028.50;10.70;1349.00;2.49;0.20 +9826;9;3024.66;9.70;1347.00;1.57;0.20 +9826;10;3029.34;10.18;1347.00;-1.57;0.20 +9826;19;3022.00;9.50;1345.00;-0.90;0.20 +9826;20;3020.37;9.50;1344.35;-1.19;0.20 9826;21;3024.66;9.70;1347.00;1.57;0.20 +9827;0;2735.00;12.12;1350.00;0.00;0.20 +9827;1;2733.50;12.20;1347.50;-0.54;0.20 +9827;2;2734.50;12.10;1347.50;-0.19;0.20 +9827;3;2733.00;12.05;1349.50;-1.32;0.20 +9827;4;2736.50;12.45;1349.00;0.98;0.20 +9827;5;2737.00;12.45;1351.00;2.03;0.20 +9827;6;2734.00;12.05;1351.00;3.92;0.20 +9827;7;2736.00;12.25;1352.50;2.76;0.20 +9827;9;2732.84;12.01;1350.00;1.57;0.20 +9827;10;2737.16;12.45;1350.00;-1.57;0.20 9827;21;2737.16;12.45;1350.00;-1.57;0.20 +9828;0;2757.00;12.97;1298.00;0.00;0.18 +9828;1;2757.50;12.90;1296.50;0.32;0.18 +9828;2;2755.00;13.07;1298.00;4.71;0.18 +9828;3;2760.00;12.70;1297.00;1.24;0.18 +9828;4;2758.50;12.90;1298.00;1.57;0.18 +9828;5;2754.00;13.02;1300.00;4.12;0.18 +9828;6;2756.00;13.10;1300.50;3.52;0.18 +9828;9;2754.84;13.09;1298.00;1.57;0.18 +9828;10;2759.16;12.90;1298.00;-1.57;0.18 9828;21;2754.84;13.09;1298.00;1.57;0.18 +9829;0;1309.00;10.07;1420.00;0.00;0.46 +9829;1;1309.00;9.80;1415.50;0.00;0.46 +9829;2;1313.00;9.80;1416.50;0.85;0.46 +9829;3;1305.00;9.90;1418.00;-1.10;0.46 +9829;4;1313.00;10.25;1422.00;2.03;0.46 +9829;5;1303.50;10.40;1421.50;4.44;0.46 +9829;6;1305.50;10.60;1424.00;3.86;0.46 +9829;7;1310.00;10.55;1425.50;2.96;0.46 +9829;9;1304.86;10.10;1420.00;1.57;0.46 +9829;10;1313.14;9.86;1420.00;-1.57;0.46 9829;21;1304.86;10.10;1420.00;1.57;0.46 +9830;0;3345.00;12.70;1283.00;0.00;0.22 +9830;1;3345.50;13.60;1279.00;0.12;0.22 +9830;2;3343.00;12.55;1281.50;-0.92;0.22 +9830;3;3346.50;13.50;1279.50;0.40;0.22 +9830;4;3347.50;13.50;1283.50;1.76;0.22 +9830;5;3342.00;12.27;1286.00;3.92;0.22 +9830;6;3345.50;13.05;1287.00;3.01;0.22 +9830;9;3343.02;12.27;1283.00;1.57;0.22 +9830;10;3346.98;13.24;1283.00;-1.57;0.22 9830;21;3343.02;12.27;1283.00;1.57;0.22 +9831;0;4730.00;10.25;1381.00;0.00;0.26 +9831;1;4727.00;9.80;1378.00;-0.78;0.26 +9831;2;4730.00;9.80;1377.50;0.00;0.26 +9831;3;4733.00;10.00;1379.50;1.10;0.26 +9831;4;4728.00;10.17;1382.00;4.24;0.26 +9831;5;4733.00;10.70;1382.50;2.03;0.26 +9831;6;4731.00;11.20;1385.00;2.89;0.26 +9831;9;4727.66;9.97;1381.00;1.57;0.26 +9831;10;4732.34;10.35;1381.00;-1.57;0.26 9831;21;4727.66;9.97;1381.00;1.57;0.26 +9832;0;1679.00;9.70;1571.00;0.00;0.16 +9832;1;1680.00;9.50;1568.50;0.38;0.16 +9832;2;1676.50;9.70;1570.50;-1.37;0.16 +9832;3;1680.00;9.70;1571.50;2.03;0.16 +9832;9;1676.84;9.66;1571.00;1.57;0.16 +9832;10;1681.16;9.70;1571.00;-1.57;0.16 +9832;19;1683.00;9.50;1568.00;0.38;0.16 +9832;20;1684.40;9.50;1566.95;0.92;0.16 9832;21;1676.84;9.66;1571.00;1.57;0.16 +9833;0;3252.00;9.70;1345.00;0.00;0.20 +9833;1;3253.00;9.70;1345.00;1.57;0.20 +9833;2;3250.00;9.50;1344.00;-1.10;0.20 +9833;3;3248.50;9.70;1345.50;4.57;0.20 +9833;4;3249.00;9.70;1347.50;4.01;0.20 +9833;5;3255.50;9.70;1344.00;1.29;0.20 +9833;9;3249.12;9.55;1345.00;1.57;0.20 +9833;10;3254.88;9.70;1345.00;-1.57;0.20 +9833;19;3253.65;9.50;1342.44;-0.03;0.20 +9833;20;3254.60;9.50;1340.97;0.57;0.20 9833;21;3254.88;9.70;1345.00;-1.57;0.20 +9834;0;1547.00;9.70;1304.00;0.00;0.32 +9834;1;1548.50;9.70;1300.50;0.40;0.32 +9834;2;1544.00;9.70;1302.50;-1.10;0.32 +9834;3;1552.00;9.70;1303.00;1.37;0.32 +9834;4;1551.50;9.70;1305.50;1.89;0.32 +9834;5;1543.00;9.65;1306.00;4.24;0.32 +9834;6;1543.50;9.60;1307.00;4.00;0.32 +9834;7;1547.50;9.70;1306.50;2.94;0.32 +9834;9;1543.76;9.70;1304.00;1.57;0.32 +9834;10;1550.24;9.70;1304.00;-1.57;0.32 +9834;19;1541.00;9.50;1310.00;-2.28;0.32 +9834;20;1539.76;9.50;1311.23;3.92;0.32 9834;21;1543.76;9.70;1304.00;1.57;0.32 +9835;0;4700.00;10.40;1343.00;0.00;0.20 +9835;1;4700.50;9.50;1341.00;0.24;0.20 +9835;2;4696.00;10.75;1342.50;-1.44;0.20 +9835;3;4704.00;10.10;1342.00;1.32;0.20 +9835;4;4702.50;10.70;1344.50;2.11;0.20 +9835;5;4697.00;11.22;1345.00;4.12;0.20 +9835;6;4700.00;11.12;1346.00;3.14;0.20 +9835;9;4697.12;10.78;1343.00;1.57;0.20 +9835;10;4702.88;10.28;1343.00;-1.57;0.20 +9835;19;4705.00;9.57;1340.00;0.24;0.20 +9835;20;4706.50;9.57;1339.10;1.03;0.20 9835;21;4697.12;10.78;1343.00;1.57;0.20 +9836;0;1587.00;11.40;1576.00;0.00;0.18 +9836;1;1584.00;11.60;1573.50;-0.87;0.18 +9836;2;1588.50;11.50;1574.00;0.64;0.18 +9836;3;1583.50;11.55;1576.00;4.71;0.18 +9836;4;1591.00;11.40;1574.50;1.21;0.18 +9836;5;1591.50;11.40;1576.50;1.68;0.18 +9836;6;1586.00;11.55;1578.50;3.52;0.18 +9836;7;1589.50;11.50;1578.00;2.24;0.18 +9836;9;1583.58;11.55;1576.00;1.57;0.18 +9836;10;1590.42;11.40;1576.00;-1.57;0.18 9836;21;1583.58;11.55;1576.00;1.57;0.18 +9837;0;3140.00;13.15;1336.00;0.00;0.20 +9837;1;3140.00;12.65;1333.50;0.00;0.20 +9837;2;3138.00;12.90;1334.50;-0.92;0.20 +9837;3;3142.00;12.90;1334.50;0.92;0.20 +9837;4;3142.50;13.30;1336.50;1.76;0.20 +9837;5;3136.50;13.00;1336.50;4.57;0.20 +9837;6;3138.00;13.40;1337.50;4.06;0.20 +9837;7;3140.50;13.50;1338.50;2.94;0.20 +9837;9;3137.66;12.90;1336.00;1.57;0.20 +9837;10;3142.34;13.30;1336.00;-1.57;0.20 9837;21;3137.66;12.90;1336.00;1.57;0.20 +9838;0;3020.00;12.00;1376.00;0.00;0.22 +9838;1;3022.50;11.80;1372.50;0.62;0.22 +9838;2;3020.00;13.25;1373.50;0.00;0.22 +9838;3;3022.00;11.07;1376.00;1.57;0.22 +9838;4;3018.00;13.05;1376.00;4.71;0.22 +9838;5;3018.50;12.25;1379.00;3.60;0.22 +9838;9;3018.02;13.03;1376.00;1.57;0.22 +9838;10;3021.98;11.08;1376.00;-1.57;0.22 +9838;19;3021.00;10.13;1381.00;1.57;0.22 +9838;20;3021.34;10.13;1382.71;2.94;0.22 9838;21;3018.02;13.03;1376.00;1.57;0.22 +9839;0;2704.00;11.45;1322.00;0.00;0.20 +9839;1;2703.00;11.35;1320.50;-0.58;0.20 +9839;2;2706.00;11.25;1320.00;0.78;0.20 +9839;3;2701.50;11.15;1321.00;-1.19;0.20 +9839;4;2700.50;11.20;1322.00;4.71;0.20 +9839;5;2706.50;11.10;1321.50;1.37;0.20 +9839;6;2705.50;11.25;1323.00;2.15;0.20 +9839;7;2702.50;11.85;1324.00;3.78;0.20 +9839;9;2701.48;11.29;1322.00;1.57;0.20 +9839;10;2706.52;11.04;1322.00;-1.57;0.20 9839;21;2706.52;11.04;1322.00;-1.57;0.20 +9840;0;2796.00;12.22;1364.00;0.00;0.24 +9840;1;2796.50;11.20;1361.00;0.16;0.24 +9840;2;2794.00;11.87;1363.00;-1.10;0.24 +9840;3;2797.50;12.10;1364.00;1.57;0.24 +9840;4;2794.50;12.40;1365.50;3.92;0.24 +9840;5;2796.50;12.70;1366.50;2.94;0.24 +9840;9;2793.84;12.13;1364.00;1.57;0.24 +9840;10;2798.16;12.13;1364.00;-1.57;0.24 9840;21;2797.13;12.30;1361.79;-1.57;0.24 +9841;0;4797.00;13.70;1364.00;0.00;0.22 +9841;1;4796.50;13.85;1361.00;-0.16;0.22 +9841;2;4795.50;13.70;1362.50;-0.78;0.22 +9841;3;4798.50;14.10;1361.50;0.54;0.22 +9841;4;4799.00;14.05;1363.50;1.32;0.22 +9841;5;4796.00;13.50;1365.00;3.92;0.22 +9841;6;4799.00;13.92;1366.00;2.35;0.22 +9841;9;4794.84;13.48;1364.00;1.57;0.22 +9841;10;4799.16;14.11;1364.00;-1.57;0.22 9841;21;4794.84;13.48;1364.00;1.57;0.22 +9842;0;2789.00;12.75;1369.00;0.00;0.24 +9842;1;2787.00;12.42;1368.00;-1.10;0.24 +9842;2;2788.50;12.40;1366.50;-0.19;0.24 +9842;3;2791.00;12.67;1368.00;1.10;0.24 +9842;4;2788.50;12.70;1370.50;3.46;0.24 +9842;5;2791.00;12.65;1370.50;2.21;0.24 +9842;9;2786.84;12.50;1369.00;1.57;0.24 +9842;10;2791.16;12.73;1369.00;-1.57;0.24 9842;21;2791.16;12.73;1369.00;-1.57;0.24 +9843;0;4625.00;9.77;1326.00;0.00;0.20 +9843;1;4625.00;9.72;1324.00;0.00;0.20 +9843;2;4621.00;10.30;1324.50;-1.21;0.20 +9843;3;4628.00;9.85;1325.50;1.40;0.20 +9843;4;4621.50;10.30;1326.50;4.57;0.20 +9843;5;4628.50;10.40;1327.50;1.97;0.20 +9843;6;4623.50;10.00;1328.00;3.78;0.20 +9843;7;4626.50;10.10;1328.50;2.60;0.20 +9843;9;4621.94;10.23;1326.00;1.57;0.20 +9843;10;4628.06;9.98;1326.00;-1.57;0.20 9843;21;4621.94;10.23;1326.00;1.57;0.20 +9844;0;3330.00;12.55;1333.00;0.00;0.24 +9844;1;3330.50;12.00;1330.00;0.16;0.24 +9844;2;3328.50;12.35;1331.00;-0.64;0.24 +9844;3;3333.00;11.80;1331.50;1.10;0.24 +9844;4;3326.00;12.80;1332.00;-1.32;0.24 +9844;5;3327.00;13.10;1334.00;4.39;0.24 +9844;6;3332.50;12.25;1334.00;1.95;0.24 +9844;7;3330.00;12.97;1336.00;3.14;0.24 +9844;9;3326.94;12.87;1333.00;1.57;0.24 +9844;10;3333.06;11.96;1333.00;-1.57;0.24 9844;21;3326.94;12.87;1333.00;1.57;0.24 +9845;0;2869.00;9.50;1322.00;0.00;0.12 +9845;1;2869.00;9.50;1322.00;0.00;0.12 +9845;2;2864.50;9.50;1320.50;-1.24;0.12 +9845;9;2867.56;9.50;1322.00;1.57;0.12 +9845;10;2870.44;9.50;1322.00;-1.57;0.12 +9845;19;2870.05;9.50;1321.29;-0.37;0.12 +9845;20;2871.50;9.50;1320.32;0.98;0.12 9845;21;2870.44;9.50;1322.00;-1.57;0.12 +9846;0;2726.00;12.02;1348.00;0.00;0.20 +9846;1;2727.50;12.40;1346.00;0.64;0.20 +9846;2;2725.50;12.10;1346.00;-0.24;0.20 +9846;3;2724.00;12.05;1348.00;4.71;0.20 +9846;4;2728.50;12.00;1348.50;1.76;0.20 +9846;5;2724.00;12.00;1350.00;3.92;0.20 +9846;6;2726.50;12.00;1349.50;2.82;0.20 +9846;9;2724.20;12.05;1348.00;1.57;0.20 +9846;10;2727.80;12.03;1348.00;-1.57;0.20 9846;21;2727.80;12.03;1348.00;-1.57;0.20 +9847;0;1661.00;9.72;1568.00;0.00;0.20 +9847;1;1661.50;9.70;1565.50;0.19;0.20 +9847;2;1658.50;9.80;1565.50;-0.78;0.20 +9847;3;1659.50;10.10;1569.00;4.12;0.20 +9847;4;1663.50;9.65;1569.00;1.95;0.20 +9847;5;1661.50;9.75;1571.00;2.97;0.20 +9847;9;1659.20;10.09;1568.00;1.57;0.20 +9847;10;1662.80;9.70;1568.00;-1.57;0.20 +9847;19;1661.00;9.50;1563.00;0.20;0.20 +9847;20;1661.00;9.50;1561.25;0.00;0.20 9847;21;1659.20;10.09;1568.00;1.57;0.20 +9848;0;4762.00;12.10;1339.00;0.00;0.22 +9848;1;4763.00;12.05;1337.00;0.46;0.22 +9848;2;4759.50;12.00;1337.50;-1.03;0.22 +9848;3;4759.50;11.90;1339.50;4.51;0.22 +9848;4;4765.50;12.10;1339.00;1.57;0.22 +9848;5;4765.00;12.10;1340.50;2.03;0.22 +9848;6;4763.00;11.90;1342.00;2.82;0.22 +9848;9;4759.48;11.95;1339.00;1.57;0.22 +9848;10;4764.52;12.10;1339.00;-1.57;0.22 9848;21;4759.48;11.95;1339.00;1.57;0.22 +9849;0;3127.00;14.25;1367.00;0.00;0.24 +9849;1;3127.00;14.15;1365.00;0.00;0.24 +9849;2;3129.00;13.75;1364.50;0.67;0.24 +9849;3;3124.00;13.40;1367.00;4.71;0.24 +9849;4;3129.50;14.30;1367.00;1.57;0.24 +9849;5;3127.50;13.20;1369.50;2.94;0.24 +9849;6;3124.00;12.25;1370.00;3.92;0.24 +9849;9;3124.12;13.44;1367.00;1.57;0.24 +9849;10;3129.88;14.33;1367.00;-1.57;0.24 9849;21;3129.88;14.33;1367.00;-1.57;0.24 +9850;0;1665.00;10.00;1578.00;0.00;0.16 +9850;1;1667.00;9.90;1576.50;0.92;0.16 +9850;2;1663.50;9.90;1576.00;-0.64;0.16 +9850;3;1661.50;10.05;1578.00;4.71;0.16 +9850;4;1669.00;9.90;1578.50;1.69;0.16 +9850;5;1665.50;10.30;1579.50;2.82;0.16 +9850;6;1661.50;10.20;1579.50;4.30;0.16 +9850;9;1662.30;10.01;1578.00;1.57;0.16 +9850;10;1667.70;9.94;1578.00;-1.57;0.16 9850;21;1662.30;10.01;1578.00;1.57;0.16 +9851;0;2951.00;11.40;1369.00;0.00;0.20 +9851;1;2951.00;11.62;1365.00;0.00;0.20 +9851;2;2952.50;10.85;1368.00;0.98;0.20 +9851;3;2950.00;11.95;1368.50;-1.10;0.20 +9851;4;2950.50;9.80;1372.50;3.28;0.20 +9851;9;2949.20;12.24;1369.00;1.57;0.20 +9851;10;2952.80;10.57;1369.00;-1.57;0.20 +9851;19;2954.00;9.70;1370.00;0.98;0.20 +9851;20;2955.66;9.70;1370.55;1.89;0.20 9851;21;2949.20;12.24;1369.00;1.57;0.20 +9852;0;2761.00;12.32;1323.00;0.00;0.20 +9852;1;2763.50;12.50;1322.00;1.19;0.20 +9852;2;2761.00;12.25;1321.50;0.00;0.20 +9852;3;2758.00;12.10;1322.50;-1.40;0.20 +9852;4;2759.50;12.10;1324.50;3.92;0.20 +9852;5;2763.00;12.55;1325.00;2.35;0.20 +9852;9;2758.84;12.06;1323.00;1.57;0.20 +9852;10;2763.16;12.50;1323.00;-1.57;0.20 9852;21;2763.16;12.50;1323.00;-1.57;0.20 +9853;0;2848.00;11.72;1372.00;0.00;0.20 +9853;1;2848.50;11.85;1370.00;0.24;0.20 +9853;2;2846.00;12.90;1370.00;-0.78;0.20 +9853;3;2845.50;12.40;1372.50;4.51;0.20 +9853;4;2850.50;11.20;1372.50;1.76;0.20 +9853;5;2848.00;11.40;1374.50;3.14;0.20 +9853;9;2846.20;12.32;1372.00;1.57;0.20 +9853;10;2849.80;11.37;1372.00;-1.57;0.20 +9853;19;2853.00;9.85;1375.00;-4.51;0.20 +9853;20;2854.50;9.85;1375.90;2.11;0.20 9853;21;2846.20;12.32;1372.00;1.57;0.20 +9854;0;4728.00;10.97;1322.00;0.00;0.24 +9854;1;4725.50;11.25;1321.00;-1.19;0.24 +9854;2;4729.50;9.50;1320.00;0.64;0.24 +9854;3;4732.50;10.30;1321.50;1.46;0.24 +9854;4;4730.00;11.10;1323.50;2.21;0.24 +9854;5;4725.50;12.10;1324.50;3.92;0.24 +9854;6;4728.00;11.70;1325.50;3.14;0.24 +9854;9;4725.12;11.62;1322.00;1.57;0.24 +9854;10;4730.88;10.27;1322.00;-1.57;0.24 +9854;19;4730.00;9.57;1321.00;0.64;0.24 +9854;20;4731.56;9.57;1320.21;1.10;0.24 9854;21;4725.12;11.62;1322.00;1.57;0.24 +9855;0;955.00;12.30;1447.00;0.00;0.30 +9855;1;956.00;10.95;1443.00;0.24;0.30 +9855;2;952.50;12.55;1446.00;-1.19;0.30 +9855;3;958.00;12.22;1447.00;1.57;0.30 +9855;4;951.50;12.65;1449.00;4.19;0.30 +9855;5;953.00;12.22;1450.00;3.73;0.30 +9855;6;956.50;12.80;1450.50;2.73;0.30 +9855;9;952.30;12.73;1447.00;1.57;0.30 +9855;10;957.70;12.24;1447.00;-1.57;0.30 9855;21;952.30;12.73;1447.00;1.57;0.30 +9856;0;3065.00;10.05;1330.00;0.00;0.16 +9856;1;3064.00;10.10;1327.00;-0.32;0.16 +9856;2;3066.00;9.70;1328.50;0.58;0.16 +9856;3;3063.00;10.70;1328.50;-0.92;0.16 +9856;4;3063.50;10.60;1331.50;3.92;0.16 +9856;5;3066.00;9.92;1332.00;2.67;0.16 +9856;6;3065.00;10.30;1333.50;3.14;0.16 +9856;9;3063.56;10.52;1330.00;1.57;0.16 +9856;10;3066.44;9.71;1330.00;-1.57;0.16 +9856;19;3065.00;9.50;1325.00;0.59;0.16 +9856;20;3065.00;9.50;1323.25;0.00;0.16 9856;21;3063.56;10.52;1330.00;1.57;0.16 +9857;0;2781.00;10.77;1366.00;0.00;0.20 +9857;1;2781.50;10.85;1363.00;0.16;0.20 +9857;2;2783.00;10.90;1363.50;0.67;0.20 +9857;3;2779.00;10.75;1365.50;-1.32;0.20 +9857;4;2783.00;11.25;1366.50;1.81;0.20 +9857;5;2778.50;10.75;1368.00;4.03;0.20 +9857;6;2782.00;11.05;1368.50;2.76;0.20 +9857;7;2780.50;11.00;1369.50;3.28;0.20 +9857;9;2779.20;10.69;1366.00;1.57;0.20 +9857;10;2782.80;11.17;1366.00;-1.57;0.20 9857;21;2782.80;11.17;1366.00;-1.57;0.20 +9858;0;3453.00;17.35;1306.00;0.00;0.26 +9858;1;3454.00;16.40;1301.50;0.21;0.26 +9858;2;3451.50;15.90;1302.50;-0.40;0.26 +9858;3;3451.00;17.47;1306.00;4.71;0.26 +9858;4;3455.00;17.65;1305.50;1.32;0.26 +9858;5;3456.00;16.80;1309.50;2.43;0.26 +9858;6;3453.00;18.45;1310.00;3.14;0.26 +9858;9;3450.66;17.42;1306.00;1.57;0.26 +9858;10;3455.34;17.69;1306.00;-1.57;0.26 9858;21;3450.66;17.42;1306.00;1.57;0.26 +9859;0;5012.39;9.70;1338.38;1.30;0.20 +9859;1;5011.30;10.50;1337.69;0.34;0.20 +9859;2;5010.68;10.40;1338.61;-0.94;0.20 +9859;3;5011.68;9.50;1346.18;3.14;0.20 +9859;4;5006.31;9.60;1348.42;3.25;0.20 +9859;9;5011.03;9.50;1345.25;1.57;0.20 +9859;10;5011.19;9.50;1343.82;-1.57;0.20 +9859;19;5011.00;9.50;1345.00;-3.14;0.20 +9859;20;5012.56;9.50;1345.78;2.03;0.20 9859;21;5007.36;9.50;1343.83;1.57;0.20 +9860;0;3415.00;14.30;1298.00;0.00;0.30 +9860;1;3413.50;14.55;1295.00;-0.46;0.30 +9860;2;3418.00;13.35;1294.50;0.70;0.30 +9860;3;3418.50;14.10;1298.50;1.71;0.30 +9860;4;3411.00;16.45;1299.00;4.46;0.30 +9860;5;3414.50;15.75;1301.00;3.30;0.30 +9860;9;3411.94;15.90;1298.00;1.57;0.30 +9860;10;3418.06;13.92;1298.00;-1.57;0.30 9860;21;3411.94;15.90;1298.00;1.57;0.30 +9861;0;3331.00;9.60;1301.00;0.00;0.30 +9861;1;3332.00;9.75;1298.00;0.32;0.30 +9861;2;3335.00;10.35;1299.00;1.10;0.30 +9861;3;1665.00;17.12;650.00;-1.19;0.30 +9861;4;3336.00;10.75;1300.50;1.47;0.30 +9861;5;3332.00;9.80;1302.50;2.55;0.30 +9861;6;3328.00;9.50;1305.00;3.78;0.30 +9861;9;3327.94;9.50;1301.00;1.57;0.30 +9861;10;3334.06;10.21;1301.00;-1.57;0.30 9861;21;3327.94;9.50;1301.00;1.57;0.30 +9862;0;3209.00;11.87;1358.00;0.00;0.18 +9862;1;3208.50;12.00;1356.50;-0.32;0.18 +9862;2;3211.50;11.75;1357.00;1.19;0.18 +9862;3;3204.50;12.10;1357.50;-1.46;0.18 +9862;4;3205.50;12.00;1359.50;4.30;0.18 +9862;5;3212.00;11.62;1359.00;1.89;0.18 +9862;6;3209.00;11.67;1360.00;3.14;0.18 +9862;7;3207.00;11.80;1360.50;3.81;0.18 +9862;9;3205.94;12.05;1358.00;1.57;0.18 +9862;10;3212.06;11.69;1358.00;-1.57;0.18 9862;21;3205.94;12.05;1358.00;1.57;0.18 +9863;0;2950.00;12.55;1335.00;0.00;0.22 +9863;1;2948.00;12.57;1333.00;-0.78;0.22 +9863;2;2951.00;12.67;1334.00;0.78;0.22 +9863;3;2947.00;12.50;1334.50;-1.40;0.22 +9863;4;2953.50;11.90;1336.50;1.97;0.22 +9863;5;2950.00;11.75;1337.50;3.14;0.22 +9863;9;2947.66;12.40;1335.00;1.57;0.22 +9863;10;2952.34;12.55;1335.00;-1.57;0.22 +9863;19;2956.00;9.57;1340.00;-4.31;0.22 +9863;20;2957.34;9.57;1341.12;2.26;0.22 9863;21;2947.66;12.40;1335.00;1.57;0.22 +9864;0;1643.00;9.70;1535.00;0.00;0.18 +9864;1;1643.50;9.70;1533.00;0.24;0.18 +9864;2;1642.00;9.70;1533.00;-0.46;0.18 +9864;3;1641.50;9.70;1535.50;4.39;0.18 +9864;4;1645.50;9.60;1535.50;1.76;0.18 +9864;5;1644.00;9.70;1537.50;2.76;0.18 +9864;9;1641.38;9.70;1535.00;1.57;0.18 +9864;10;1644.62;9.63;1535.00;-1.57;0.18 +9864;19;1645.00;9.57;1535.00;0.24;0.18 +9864;20;1646.75;9.57;1535.00;1.57;0.18 9864;21;1641.38;9.70;1535.00;1.57;0.18 +9865;0;4993.00;9.80;1326.00;0.00;0.26 +9865;1;4994.00;10.10;1322.50;0.27;0.26 +9865;2;4995.50;11.20;1325.00;1.19;0.26 +9865;3;4990.50;9.50;1324.50;-1.03;0.26 +9865;4;4991.00;9.50;1328.50;3.81;0.26 +9865;5;4996.00;11.05;1328.50;2.26;0.26 +9865;6;4993.50;9.70;1329.50;3.00;0.26 +9865;9;4990.66;9.50;1326.00;1.57;0.26 +9865;10;4995.34;10.94;1326.00;-1.57;0.26 +9865;19;4986.00;9.50;1323.00;-1.03;0.26 +9865;20;4984.39;9.50;1322.31;-1.16;0.26 9865;21;4990.66;9.50;1326.00;1.57;0.26 +9866;0;4774.00;12.80;1370.00;0.00;0.22 +9866;1;4772.00;13.25;1368.00;-0.78;0.22 +9866;2;4775.00;13.22;1367.00;0.32;0.22 +9866;3;4776.50;13.00;1369.00;1.19;0.22 +9866;4;4771.00;11.92;1372.00;4.12;0.22 +9866;5;4774.50;11.65;1372.00;2.89;0.22 +9866;9;4771.48;12.90;1370.00;1.57;0.22 +9866;10;4776.52;12.44;1370.00;-1.57;0.22 9866;21;4771.48;12.90;1370.00;1.57;0.22 +9867;0;2788.00;9.70;1462.00;0.00;0.18 +9867;1;2787.50;9.70;1459.50;-0.19;0.18 +9867;2;2790.00;9.70;1461.50;1.32;0.18 +9867;3;2785.50;9.70;1461.50;-1.37;0.18 +9867;4;2786.00;9.70;1463.50;4.06;0.18 +9867;5;2788.50;9.70;1464.00;2.89;0.18 +9867;9;2785.84;9.70;1462.00;1.57;0.18 +9867;10;2790.16;9.70;1462.00;-1.57;0.18 9867;21;2785.84;9.70;1462.00;1.57;0.18 +9868;0;3422.00;14.20;1320.00;0.00;0.22 +9868;1;3422.00;14.92;1318.00;0.00;0.22 +9868;2;3417.50;13.85;1320.00;4.71;0.22 +9868;3;3426.00;14.90;1319.00;1.32;0.22 +9868;4;3425.50;14.30;1321.50;1.97;0.22 +9868;5;3421.00;14.07;1323.00;3.46;0.22 +9868;9;3418.58;13.95;1320.00;1.57;0.22 +9868;10;3425.42;14.74;1320.00;-1.57;0.22 9868;21;3418.58;13.95;1320.00;1.57;0.22 +9869;0;2678.00;9.97;1297.00;0.00;0.18 +9869;1;2679.00;9.90;1294.00;0.32;0.18 +9869;2;2676.50;9.90;1295.00;-0.64;0.18 +9869;3;2680.50;10.10;1296.50;1.37;0.18 +9869;4;2676.00;9.87;1297.00;4.71;0.18 +9869;5;2679.50;10.05;1299.00;2.49;0.18 +9869;6;2677.00;9.92;1299.00;3.60;0.18 +9869;9;2676.38;9.89;1297.00;1.57;0.18 +9869;10;2679.62;10.10;1297.00;-1.57;0.18 9869;21;2681.35;10.10;1297.61;1.57;0.18 +9870;0;2750.00;12.85;1357.00;0.00;0.24 +9870;1;2751.00;13.10;1355.50;0.58;0.24 +9870;2;2753.00;13.85;1354.50;0.87;0.24 +9870;3;2752.00;13.27;1357.00;1.57;0.24 +9870;4;2748.50;12.65;1356.00;-0.98;0.24 +9870;5;2747.50;12.60;1357.50;4.51;0.24 +9870;6;2747.50;12.70;1359.50;3.92;0.24 +9870;7;2750.00;13.00;1359.50;3.14;0.24 +9870;9;2747.84;12.60;1357.00;1.57;0.24 +9870;10;2752.16;13.29;1357.00;-1.57;0.24 9870;21;2752.16;13.29;1357.00;-1.57;0.24 +9871;0;3340.00;12.92;1337.00;0.00;0.24 +9871;1;3340.50;11.70;1334.50;0.19;0.24 +9871;2;3337.50;12.25;1336.00;-1.19;0.24 +9871;3;3342.00;12.17;1335.00;0.78;0.24 +9871;4;3342.50;14.05;1338.00;1.95;0.24 +9871;5;3339.00;14.05;1339.50;3.52;0.24 +9871;9;3337.84;12.65;1337.00;1.57;0.24 +9871;10;3342.16;13.36;1337.00;-1.57;0.24 9871;21;3337.84;12.65;1337.00;1.57;0.24 +9872;0;2733.00;12.52;1367.00;0.00;0.24 +9872;1;2734.00;12.32;1364.00;0.32;0.24 +9872;2;2731.50;12.40;1365.50;-0.78;0.24 +9872;3;2735.00;12.40;1366.00;1.10;0.24 +9872;4;2730.50;12.65;1368.00;4.33;0.24 +9872;5;2734.00;12.70;1369.00;2.67;0.24 +9872;6;2731.00;13.00;1369.50;3.81;0.24 +9872;7;2732.50;13.00;1369.50;3.33;0.24 +9872;9;2730.84;12.55;1367.00;1.57;0.24 +9872;10;2735.16;12.45;1367.00;-1.57;0.24 9872;21;2735.16;12.45;1367.00;-1.57;0.24 +9873;0;4656.00;12.72;1353.00;0.00;0.24 +9873;1;4655.50;12.55;1350.00;-0.16;0.24 +9873;2;4653.50;12.80;1352.00;-1.19;0.24 +9873;3;4658.50;12.50;1352.50;1.37;0.24 +9873;4;4653.00;12.70;1354.50;4.24;0.24 +9873;5;4659.00;12.25;1355.00;2.15;0.24 +9873;6;4656.00;12.45;1356.00;3.14;0.24 +9873;9;4653.30;12.78;1353.00;1.57;0.24 +9873;10;4658.70;12.42;1353.00;-1.57;0.24 9873;21;4653.30;12.78;1353.00;1.57;0.24 +9874;0;3138.00;12.37;1369.00;0.00;0.28 +9874;1;3137.00;11.92;1366.00;-0.32;0.28 +9874;2;3138.00;11.65;1365.50;0.00;0.28 +9874;3;3139.50;12.00;1368.50;1.24;0.28 +9874;4;3135.00;13.15;1368.00;-1.24;0.28 +9874;5;3135.50;12.50;1370.50;4.17;0.28 +9874;6;3141.00;11.50;1371.00;2.15;0.28 +9874;7;3138.50;11.95;1371.00;2.89;0.28 +9874;9;3135.12;13.15;1369.00;1.57;0.28 +9874;10;3140.88;11.69;1369.00;-1.57;0.28 9874;21;3140.88;11.69;1369.00;-1.57;0.28 +9875;0;3122.00;11.97;1344.00;0.00;0.22 +9875;1;3121.50;12.00;1340.50;-0.14;0.22 +9875;2;3120.00;11.10;1342.00;-0.78;0.22 +9875;3;3123.50;12.65;1342.00;0.64;0.22 +9875;4;3125.00;12.80;1343.50;1.40;0.22 +9875;5;3120.50;11.30;1345.50;3.92;0.22 +9875;6;3124.50;12.55;1345.00;1.95;0.22 +9875;7;3123.00;12.30;1346.00;2.67;0.22 +9875;9;3120.02;11.03;1344.00;1.57;0.22 +9875;10;3123.98;12.54;1344.00;-1.57;0.22 9875;21;3120.02;11.03;1344.00;1.57;0.22 +9876;0;1615.00;9.60;1473.00;0.00;0.26 +9876;1;1617.50;9.50;1472.50;1.37;0.26 +9876;2;1611.00;9.70;1473.00;4.71;0.26 +9876;3;1614.50;9.70;1476.00;3.30;0.26 +9876;9;1611.40;9.70;1473.00;1.57;0.26 +9876;10;1618.60;9.50;1473.00;-1.57;0.26 +9876;19;1616.00;9.50;1471.00;1.37;0.26 +9876;20;1616.78;9.50;1469.43;0.46;0.26 9876;21;1611.40;9.70;1473.00;1.57;0.26 +9877;0;2694.00;11.10;1315.00;0.00;0.16 +9877;1;2692.00;11.00;1314.00;-1.10;0.16 +9877;2;2694.50;10.95;1313.00;0.24;0.16 +9877;3;2696.00;10.95;1315.50;1.81;0.16 +9877;4;2694.00;11.00;1316.50;3.14;0.16 +9877;5;2696.50;10.80;1317.50;2.35;0.16 +9877;9;2692.20;11.08;1315.00;1.57;0.16 +9877;10;2695.80;10.95;1315.00;-1.57;0.16 9877;21;2695.80;10.95;1315.00;-1.57;0.16 +9878;0;3282.00;13.72;1292.00;0.00;0.26 +9878;1;3280.00;13.55;1290.00;-0.78;0.26 +9878;2;3284.50;13.70;1291.00;1.19;0.26 +9878;3;3278.00;13.22;1292.00;4.71;0.26 +9878;4;3281.50;13.70;1294.50;3.33;0.26 +9878;5;3285.00;13.80;1295.00;2.35;0.26 +9878;9;3278.94;13.31;1292.00;1.57;0.26 +9878;10;3285.06;13.64;1292.00;-1.57;0.26 9878;21;3278.94;13.31;1292.00;1.57;0.26 +9879;0;2991.00;11.10;1388.00;0.00;0.20 +9879;1;2990.50;11.00;1385.50;-0.19;0.20 +9879;2;2989.00;10.60;1386.50;-0.92;0.20 +9879;3;2993.00;11.60;1386.00;0.78;0.20 +9879;4;2989.50;10.80;1388.50;4.39;0.20 +9879;5;2993.00;11.65;1389.50;2.21;0.20 +9879;6;2990.50;11.00;1390.50;3.33;0.20 +9879;7;2992.00;11.40;1391.50;2.86;0.20 +9879;9;2989.20;10.70;1388.00;1.57;0.20 +9879;10;2992.80;11.62;1388.00;-1.57;0.20 9879;21;2989.20;10.70;1388.00;1.57;0.20 +9880;0;1327.00;10.30;1632.00;0.00;0.42 +9880;1;1327.50;10.30;1628.50;0.14;0.42 +9880;2;1332.50;10.30;1629.50;1.14;0.42 +9880;3;1321.50;10.30;1631.50;-1.48;0.42 +9880;4;1330.00;10.30;1634.50;2.26;0.42 +9880;5;1322.50;10.30;1635.00;4.12;0.42 +9880;6;1326.00;10.40;1637.00;3.33;0.42 +9880;9;1322.68;10.30;1632.00;1.57;0.42 +9880;10;1331.32;10.30;1632.00;-1.57;0.42 9880;21;1322.68;10.30;1632.00;1.57;0.42 +9881;0;2737.00;12.60;1311.00;0.00;0.16 +9881;1;2734.00;11.95;1309.00;-0.98;0.16 +9881;2;2733.50;11.95;1310.00;-1.29;0.16 +9881;3;2737.50;12.40;1310.00;0.46;0.16 +9881;4;2734.50;12.40;1312.00;4.33;0.16 +9881;5;2740.50;12.80;1311.50;1.71;0.16 +9881;6;2738.50;13.15;1313.00;2.49;0.16 +9881;9;2734.30;12.21;1311.00;1.57;0.16 +9881;10;2739.70;12.70;1311.00;-1.57;0.16 9881;21;2734.30;12.21;1311.00;1.57;0.16 +9882;0;2811.00;14.12;1377.00;0.00;0.18 +9882;1;2812.00;13.95;1375.00;0.46;0.18 +9882;2;2810.50;14.70;1375.50;-0.32;0.18 +9882;3;2813.50;14.45;1376.00;1.19;0.18 +9882;4;2809.50;13.85;1378.00;4.12;0.18 +9882;5;2813.50;13.60;1378.00;1.95;0.18 +9882;6;2811.50;13.00;1378.50;2.82;0.18 +9882;9;2809.38;14.22;1377.00;1.57;0.18 +9882;10;2812.62;13.69;1377.00;-1.57;0.18 9882;21;2809.38;14.22;1377.00;1.57;0.18 +9883;0;4803.00;12.25;1378.00;0.00;0.22 +9883;1;4800.50;12.50;1377.00;-1.19;0.22 +9883;2;4803.50;12.70;1376.00;0.24;0.22 +9883;3;4806.00;12.55;1378.00;1.57;0.22 +9883;4;4801.00;11.67;1380.00;3.92;0.22 +9883;5;4805.00;11.95;1380.50;2.46;0.22 +9883;9;4800.48;12.14;1378.00;1.57;0.22 +9883;10;4805.52;12.50;1378.00;-1.57;0.22 9883;21;4800.48;12.14;1378.00;1.57;0.22 +9884;0;2802.00;13.60;1379.00;0.00;0.18 +9884;1;2804.50;14.20;1376.50;0.78;0.18 +9884;2;2801.00;14.00;1378.00;-0.78;0.18 +9884;3;2805.00;13.50;1379.00;1.57;0.18 +9884;4;2800.00;12.77;1380.00;4.24;0.18 +9884;5;2804.00;12.27;1381.00;2.35;0.18 +9884;6;2805.50;12.10;1381.00;2.09;0.18 +9884;9;2799.30;13.16;1379.00;1.57;0.18 +9884;10;2804.70;13.62;1379.00;-1.57;0.18 9884;21;2799.30;13.16;1379.00;1.57;0.18 +9885;0;4741.00;10.32;1354.00;0.00;0.22 +9885;1;4740.50;10.85;1351.00;-0.16;0.22 +9885;2;4738.00;10.10;1351.50;-0.87;0.22 +9885;3;4743.00;11.40;1352.50;0.92;0.22 +9885;4;4739.50;10.00;1354.50;4.39;0.22 +9885;5;4743.50;10.70;1355.50;2.11;0.22 +9885;6;4741.50;10.00;1357.00;2.97;0.22 +9885;9;4739.02;10.00;1354.00;1.57;0.22 +9885;10;4742.98;10.91;1354.00;-1.57;0.22 9885;21;4739.02;10.00;1354.00;1.57;0.22 +9886;0;3433.00;14.50;1328.00;0.00;0.28 +9886;1;3437.00;15.27;1325.00;0.92;0.28 +9886;2;3431.00;14.35;1325.50;-0.67;0.28 +9886;3;3434.50;15.20;1325.50;0.54;0.28 +9886;4;3437.00;14.80;1327.50;1.44;0.28 +9886;5;3429.50;14.30;1329.00;4.43;0.28 +9886;6;3434.50;14.30;1330.50;2.60;0.28 +9886;7;3431.50;14.40;1331.00;3.60;0.28 +9886;9;3430.12;14.35;1328.00;1.57;0.28 +9886;10;3435.88;14.73;1328.00;-1.57;0.28 9886;21;3430.12;14.35;1328.00;1.57;0.28 +9887;0;3226.00;11.85;1324.00;0.00;0.24 +9887;1;3223.50;11.30;1322.50;-1.03;0.24 +9887;2;3227.00;12.40;1321.50;0.38;0.24 +9887;3;3229.00;11.90;1323.00;1.24;0.24 +9887;4;3228.00;11.10;1325.50;2.21;0.24 +9887;5;3224.50;10.60;1326.50;3.68;0.24 +9887;9;3223.84;11.40;1324.00;1.57;0.24 +9887;10;3228.16;11.62;1324.00;-1.57;0.24 +9887;19;3222.00;9.50;1328.00;-2.60;0.24 +9887;20;3220.76;9.50;1329.23;3.92;0.24 9887;21;3223.84;11.40;1324.00;1.57;0.24 +9888;0;3221.00;10.12;1364.00;0.00;0.24 +9888;1;3220.00;10.20;1361.00;-0.32;0.24 +9888;2;3222.00;10.10;1362.50;0.58;0.24 +9888;3;3218.00;10.45;1362.00;-0.98;0.24 +9888;4;3217.00;10.45;1363.50;-1.44;0.24 +9888;5;3224.00;10.02;1365.00;1.89;0.24 +9888;6;3220.50;10.00;1366.00;3.38;0.24 +9888;7;3223.50;9.95;1366.00;2.24;0.24 +9888;9;3218.30;10.35;1364.00;1.57;0.24 +9888;10;3223.70;10.06;1364.00;-1.57;0.24 9888;21;3218.30;10.35;1364.00;1.57;0.24 +9889;0;2793.00;12.80;1298.00;0.00;0.20 +9889;1;2790.50;12.80;1295.50;-0.78;0.20 +9889;2;2793.00;12.50;1295.50;0.00;0.20 +9889;3;2791.50;12.50;1298.00;4.71;0.20 +9889;4;2795.00;12.85;1298.00;1.57;0.20 +9889;5;2794.50;12.40;1300.00;2.49;0.20 +9889;6;2792.50;12.50;1300.50;3.33;0.20 +9889;9;2791.20;12.51;1298.00;1.57;0.20 +9889;10;2794.80;12.87;1298.00;-1.57;0.20 9889;21;2791.20;12.51;1298.00;1.57;0.20 +9890;0;3138.00;11.90;1377.00;0.00;0.18 +9890;1;3138.50;11.45;1375.00;0.24;0.18 +9890;2;3135.00;12.00;1376.00;-1.24;0.18 +9890;3;3140.00;11.70;1377.50;1.81;0.18 +9890;4;3136.50;12.40;1378.50;3.92;0.18 +9890;9;3135.48;12.20;1377.00;1.57;0.18 +9890;10;3140.52;11.60;1377.00;-1.57;0.18 9890;21;3135.48;12.20;1377.00;1.57;0.18 +9891;0;2719.00;11.25;1285.00;0.00;0.20 +9891;1;2720.50;10.90;1283.00;0.64;0.20 +9891;2;2717.50;11.20;1284.00;-0.98;0.20 +9891;3;2722.00;11.40;1285.00;1.57;0.20 +9891;4;2720.00;11.40;1286.50;2.55;0.20 +9891;5;2716.50;11.70;1286.50;4.17;0.20 +9891;6;2718.00;11.50;1287.50;3.52;0.20 +9891;9;2716.84;11.44;1285.00;1.57;0.20 +9891;10;2721.16;11.34;1285.00;-1.57;0.20 9891;21;2721.16;11.34;1285.00;-1.57;0.20 +9892;0;1318.00;10.37;1563.00;0.00;0.44 +9892;1;1320.00;10.30;1558.50;0.41;0.44 +9892;2;1314.00;10.30;1560.50;-1.01;0.44 +9892;3;1324.00;10.40;1561.50;1.32;0.44 +9892;4;1313.00;10.40;1565.50;4.24;0.44 +9892;5;1321.50;10.40;1566.50;2.35;0.44 +9892;6;1316.00;10.40;1568.50;3.49;0.44 +9892;9;1313.14;10.33;1563.00;1.57;0.44 +9892;10;1322.86;10.40;1563.00;-1.57;0.44 9892;21;1313.14;10.33;1563.00;1.57;0.44 +9893;0;3391.00;11.75;1269.00;0.00;0.24 +9893;1;3390.00;11.07;1265.00;-0.24;0.24 +9893;2;3392.50;11.10;1265.50;0.40;0.24 +9893;3;3388.50;11.70;1268.50;-1.37;0.24 +9893;4;3394.00;11.70;1269.50;1.73;0.24 +9893;5;3389.50;13.40;1273.00;3.50;0.24 +9893;6;3392.50;12.80;1273.00;2.78;0.24 +9893;9;3388.84;11.76;1269.00;1.57;0.24 +9893;10;3393.16;11.63;1269.00;-1.57;0.24 9893;21;3388.84;11.76;1269.00;1.57;0.24 +9894;0;3083.00;12.65;1385.00;0.00;0.24 +9894;1;3083.50;11.90;1382.00;0.16;0.24 +9894;2;3084.50;12.70;1384.00;0.98;0.24 +9894;3;3081.50;11.50;1383.50;-0.78;0.24 +9894;4;3080.50;11.90;1386.50;4.17;0.24 +9894;5;3085.50;14.05;1386.00;1.95;0.24 +9894;6;3083.50;13.90;1387.50;2.94;0.24 +9894;9;3080.66;11.73;1385.00;1.57;0.24 +9894;10;3085.34;13.52;1385.00;-1.57;0.24 9894;21;3080.66;11.73;1385.00;1.57;0.24 +9895;0;4898.00;10.85;1385.00;0.00;0.28 +9895;1;4900.00;9.60;1382.50;0.67;0.28 +9895;2;4895.00;10.92;1383.00;-0.98;0.28 +9895;3;4896.50;11.60;1386.50;3.92;0.28 +9895;4;4900.50;11.30;1387.00;2.24;0.28 +9895;9;4894.94;11.37;1385.00;1.57;0.28 +9895;10;4901.06;10.23;1385.00;-1.57;0.28 +9895;19;4907.00;9.50;1384.00;0.67;0.28 +9895;20;4908.73;9.50;1383.80;1.46;0.28 9895;21;4894.94;11.37;1385.00;1.57;0.28 +9896;0;2799.00;11.15;1320.00;0.00;0.20 +9896;1;2798.50;10.45;1318.00;-0.24;0.20 +9896;2;2801.00;9.97;1319.00;1.10;0.20 +9896;3;2796.50;11.30;1319.00;-1.19;0.20 +9896;4;2797.50;12.25;1321.00;4.12;0.20 +9896;5;2800.50;11.10;1321.50;2.35;0.20 +9896;6;2799.50;11.95;1323.00;2.97;0.20 +9896;9;2796.84;11.83;1320.00;1.57;0.20 +9896;10;2801.16;10.15;1320.00;-1.57;0.20 +9896;19;2804.00;9.50;1321.00;1.11;0.20 +9896;20;2805.71;9.50;1321.34;1.76;0.20 9896;21;2801.16;10.15;1320.00;-1.57;0.20 +9897;0;4835.00;11.07;1383.00;0.00;0.22 +9897;1;4835.00;10.55;1380.50;0.00;0.22 +9897;2;4837.50;10.40;1381.50;1.03;0.22 +9897;3;4832.50;11.10;1381.50;-1.03;0.22 +9897;4;4832.00;12.50;1384.50;4.24;0.22 +9897;5;4839.00;10.82;1384.00;1.81;0.22 +9897;6;4835.50;12.10;1385.50;2.94;0.22 +9897;9;4832.30;11.89;1383.00;1.57;0.22 +9897;10;4837.70;10.73;1383.00;-1.57;0.22 9897;21;4832.30;11.89;1383.00;1.57;0.22 +9898;0;2866.00;9.72;1392.00;0.00;0.20 +9898;1;2867.00;9.50;1390.00;0.46;0.20 +9898;2;2863.50;9.80;1391.00;-1.19;0.20 +9898;3;2869.00;9.60;1392.00;1.57;0.20 +9898;4;2864.00;10.15;1393.50;4.06;0.20 +9898;5;2867.00;9.80;1393.50;2.55;0.20 +9898;9;2863.84;9.91;1392.00;1.57;0.20 +9898;10;2868.16;9.66;1392.00;-1.57;0.20 +9898;19;2872.00;9.50;1389.00;0.46;0.20 +9898;20;2873.56;9.50;1388.21;1.10;0.20 9898;21;2863.84;9.91;1392.00;1.57;0.20 +9899;0;4799.00;14.32;1345.00;0.00;0.20 +9899;1;4799.50;14.60;1343.00;0.24;0.20 +9899;2;4796.50;13.30;1345.00;4.71;0.20 +9899;3;4802.00;16.25;1345.50;1.73;0.20 +9899;4;4798.50;14.10;1347.50;3.33;0.20 +9899;5;4800.50;15.40;1347.50;2.60;0.20 +9899;9;4796.84;13.38;1345.00;1.57;0.20 +9899;10;4801.16;15.69;1345.00;-1.57;0.20 9899;21;4796.84;13.38;1345.00;1.57;0.20 +9900;0;3359.00;13.90;1340.00;0.00;0.24 +9900;1;3360.50;12.90;1337.50;0.54;0.24 +9900;2;3357.50;13.50;1337.50;-0.54;0.24 +9900;3;3356.00;13.90;1340.50;4.54;0.24 +9900;4;3361.50;13.20;1340.00;1.57;0.24 +9900;5;3361.00;13.75;1342.50;2.46;0.24 +9900;6;3359.00;13.90;1343.50;3.14;0.24 +9900;9;3356.84;13.98;1340.00;1.57;0.24 +9900;10;3361.16;13.28;1340.00;-1.57;0.24 9900;21;3356.84;13.98;1340.00;1.57;0.24 +9901;0;3309.00;12.05;1311.00;0.00;0.22 +9901;1;3310.50;12.25;1308.00;0.46;0.22 +9901;2;3308.00;13.05;1308.50;-0.38;0.22 +9901;3;3311.50;11.85;1311.00;1.57;0.22 +9901;4;3306.00;11.97;1312.00;4.39;0.22 +9901;5;3308.50;11.85;1314.00;3.30;0.22 +9901;9;3307.02;12.14;1311.00;1.57;0.22 +9901;10;3310.98;11.90;1311.00;-1.57;0.22 9901;21;3307.02;12.14;1311.00;1.57;0.22 +9902;0;3234.93;10.50;1363.47;0.00;0.20 +9902;1;3235.50;10.60;1361.50;0.54;0.20 +9902;2;3232.50;10.60;1363.50;-1.24;0.20 +9902;3;3236.50;10.00;1365.00;1.95;0.20 +9902;4;3230.50;10.35;1365.00;4.43;0.20 +9902;5;3232.50;10.25;1366.00;3.78;0.20 +9902;9;3231.48;10.45;1364.00;1.57;0.20 +9902;10;3236.52;10.24;1364.00;-1.57;0.20 +9902;19;3237.28;9.50;1368.77;-4.23;0.20 +9902;20;3238.27;9.50;1370.21;2.53;0.20 9902;21;3234.29;9.70;1368.25;-1.57;0.20 +9903;0;2777.00;11.90;1296.00;0.00;0.24 +9903;1;2777.50;11.80;1293.00;0.16;0.24 +9903;2;2776.00;12.07;1294.00;-0.46;0.24 +9903;3;2779.00;11.65;1295.00;1.10;0.24 +9903;4;2775.00;12.32;1296.00;4.71;0.24 +9903;5;2778.50;11.80;1297.50;2.35;0.24 +9903;6;2776.00;12.40;1298.50;3.52;0.24 +9903;9;2774.84;12.34;1296.00;1.57;0.24 +9903;10;2779.16;11.70;1296.00;-1.57;0.24 9903;21;2779.16;11.70;1296.00;-1.57;0.24 +9904;0;3004.00;9.87;1358.00;0.00;0.28 +9904;1;3002.50;9.70;1355.00;-0.46;0.28 +9904;2;3005.50;9.90;1356.50;0.78;0.28 +9904;3;3003.00;9.80;1359.00;3.92;0.28 +9904;4;3006.50;10.40;1359.50;2.11;0.28 +9904;5;3005.00;10.22;1362.00;2.89;0.28 +9904;9;3001.48;9.70;1358.00;1.57;0.28 +9904;10;3006.52;10.30;1358.00;-1.57;0.28 +9904;19;3003.00;9.50;1352.00;-0.46;0.28 +9904;20;3002.71;9.50;1350.27;-0.16;0.28 9904;21;3001.48;9.70;1358.00;1.57;0.28 +9905;0;4663.00;10.75;1333.00;0.00;0.20 +9905;1;4661.50;10.80;1331.50;-0.78;0.20 +9905;2;4666.00;10.50;1331.00;0.98;0.20 +9905;3;4666.50;10.70;1332.50;1.42;0.20 +9905;4;4664.00;10.75;1334.00;2.35;0.20 +9905;5;4660.00;11.15;1335.50;4.01;0.20 +9905;9;4660.30;11.01;1333.00;1.57;0.20 +9905;10;4665.70;10.67;1333.00;-1.57;0.20 9905;21;4660.30;11.01;1333.00;1.57;0.20 +9906;0;3146.00;13.30;1380.00;0.00;0.24 +9906;1;3146.50;12.70;1376.00;0.12;0.24 +9906;2;3145.00;12.55;1376.50;-0.27;0.24 +9906;3;3147.50;13.60;1377.50;0.54;0.24 +9906;4;3144.00;12.67;1379.00;-1.10;0.24 +9906;5;3146.50;13.00;1382.50;2.94;0.24 +9906;6;3142.50;12.00;1382.00;4.19;0.24 +9906;7;3144.00;11.75;1384.00;3.60;0.24 +9906;8;3145.50;11.10;1385.50;3.23;0.24 +9906;9;3143.84;12.53;1380.00;1.57;0.24 +9906;10;3148.16;13.45;1380.00;-1.57;0.24 9906;21;3143.84;12.53;1380.00;1.57;0.24 +9907;0;2982.00;10.22;1391.00;0.00;0.20 +9907;1;2982.00;10.45;1389.00;0.00;0.20 +9907;2;2985.00;10.55;1390.00;1.24;0.20 +9907;3;2978.50;9.90;1391.50;4.57;0.20 +9907;4;2983.50;10.20;1392.50;2.35;0.20 +9907;5;2980.50;9.90;1393.50;3.68;0.20 +9907;9;2979.48;9.95;1391.00;1.57;0.20 +9907;10;2984.52;10.50;1391.00;-1.57;0.20 9907;21;2979.48;9.95;1391.00;1.57;0.20 +9908;0;1207.00;12.55;1466.00;0.00;0.40 +9908;1;1206.50;13.25;1462.00;-0.12;0.40 +9908;2;1202.00;12.70;1466.00;4.71;0.40 +9908;3;1212.50;13.30;1462.50;1.00;0.40 +9908;4;1212.00;13.80;1467.50;1.86;0.40 +9908;5;1207.00;12.75;1471.00;3.14;0.40 +9908;9;1203.04;12.62;1466.00;1.57;0.40 +9908;10;1210.96;13.52;1466.00;-1.57;0.40 9908;21;1203.04;12.62;1466.00;1.57;0.40 +9909;0;2918.00;10.42;1395.00;0.00;0.22 +9909;1;2915.00;10.25;1393.00;-0.98;0.22 +9909;2;2918.50;9.50;1393.50;0.32;0.22 +9909;3;2916.50;11.35;1396.00;4.12;0.22 +9909;4;2920.00;10.25;1396.50;2.21;0.22 +9909;9;2915.66;11.19;1395.00;1.57;0.22 +9909;10;2920.34;9.65;1395.00;-1.57;0.22 +9909;19;2923.00;9.50;1395.00;0.32;0.22 +9909;20;2924.75;9.50;1395.00;1.57;0.22 9909;21;2915.66;11.19;1395.00;1.57;0.22 +9910;0;1377.00;10.20;1589.00;0.00;0.36 +9910;1;1374.00;10.10;1586.50;-0.87;0.36 +9910;2;1380.50;10.30;1586.50;0.95;0.36 +9910;3;1382.50;10.45;1591.00;1.92;0.36 +9910;4;1370.50;10.20;1590.50;4.48;0.36 +9910;5;1375.00;10.20;1592.50;3.66;0.36 +9910;9;1371.96;10.10;1589.00;1.57;0.36 +9910;10;1382.04;10.30;1589.00;-1.57;0.36 9910;21;1371.96;10.10;1589.00;1.57;0.36 +9911;0;946.00;9.80;1463.00;0.00;0.30 +9911;1;948.50;9.85;1458.00;0.46;0.30 +9911;2;945.00;9.87;1459.00;-0.24;0.30 +9911;3;949.00;10.05;1463.00;1.57;0.30 +9911;4;942.00;9.82;1463.00;4.71;0.30 +9911;5;944.50;9.90;1467.50;3.46;0.30 +9911;6;948.00;9.95;1468.00;2.76;0.30 +9911;9;943.30;9.80;1463.00;1.57;0.30 +9911;10;948.70;10.02;1463.00;-1.57;0.30 9911;21;943.30;9.80;1463.00;1.57;0.30 +9912;0;3399.00;12.90;1282.00;0.00;0.32 +9912;1;3401.50;11.50;1279.00;0.69;0.32 +9912;2;3396.50;14.20;1279.50;-0.78;0.32 +9912;3;3395.50;13.80;1283.00;4.43;0.32 +9912;4;3401.50;12.10;1283.50;2.11;0.32 +9912;5;3398.00;13.15;1286.50;3.36;0.32 +9912;9;3395.22;14.07;1282.00;1.57;0.32 +9912;10;3402.78;11.53;1282.00;-1.57;0.32 9912;21;3395.22;14.07;1282.00;1.57;0.32 +9913;0;4793.00;11.32;1392.00;0.00;0.28 +9913;1;4793.50;12.00;1389.50;0.19;0.28 +9913;2;4789.50;12.00;1389.50;-0.95;0.28 +9913;3;4788.00;12.10;1391.00;-1.37;0.28 +9913;4;4796.50;11.80;1392.50;1.71;0.28 +9913;5;4791.50;11.30;1393.50;3.92;0.28 +9913;6;4796.00;13.05;1395.00;2.35;0.28 +9913;9;4789.76;11.79;1392.00;1.57;0.28 +9913;10;4796.24;11.79;1392.00;-1.57;0.28 9913;21;4789.76;11.79;1392.00;1.57;0.28 +9914;0;3113.00;9.70;1347.00;0.00;0.24 +9914;1;3110.50;9.50;1347.00;4.71;0.24 +9914;2;3113.50;9.70;1344.00;0.16;0.24 +9914;3;3116.00;10.27;1347.00;1.57;0.24 +9914;4;3116.00;10.62;1349.00;2.15;0.24 +9914;5;3113.50;9.70;1349.50;2.94;0.24 +9914;9;3110.48;9.50;1347.00;1.57;0.24 +9914;10;3115.52;10.15;1347.00;-1.57;0.24 +9914;19;3109.00;9.50;1344.00;-1.57;0.24 +9914;20;3107.60;9.50;1342.95;-0.92;0.24 9914;21;3116.13;11.40;1349.01;-1.57;0.24 +9915;0;3371.00;13.00;1338.00;0.00;0.24 +9915;1;3369.50;12.95;1336.00;-0.64;0.24 +9915;2;3373.00;12.55;1335.50;0.67;0.24 +9915;3;3374.00;12.60;1337.50;1.40;0.24 +9915;4;3367.50;12.20;1339.00;4.43;0.24 +9915;5;3371.00;12.75;1339.50;3.14;0.24 +9915;9;3368.48;12.79;1338.00;1.57;0.24 +9915;10;3373.52;12.54;1338.00;-1.57;0.24 9915;21;3368.48;12.79;1338.00;1.57;0.24 +9916;0;3133.00;10.15;1310.00;0.00;0.22 +9916;1;3132.00;9.50;1307.50;-0.38;0.22 +9916;2;3134.50;9.90;1308.50;0.78;0.22 +9916;3;3129.50;9.75;1309.00;-1.29;0.22 +9916;4;3130.50;10.10;1310.50;4.51;0.22 +9916;5;3135.50;10.80;1309.50;1.37;0.22 +9916;6;3135.00;11.35;1311.50;2.21;0.22 +9916;7;3133.00;11.60;1312.50;3.14;0.22 +9916;9;3130.48;9.94;1310.00;1.57;0.22 +9916;10;3135.52;11.06;1310.00;-1.57;0.22 +9916;19;3131.00;9.50;1307.00;-0.38;0.22 +9916;20;3130.02;9.50;1305.54;-0.58;0.22 9916;21;3130.48;9.94;1310.00;1.57;0.22 +9917;0;2716.00;11.85;1321.00;0.00;0.20 +9917;1;2717.50;12.05;1320.00;0.98;0.20 +9917;2;2714.00;11.47;1320.00;-1.10;0.20 +9917;3;2720.00;11.92;1320.00;1.32;0.20 +9917;4;2718.50;11.80;1321.50;1.76;0.20 +9917;5;2712.50;11.20;1321.00;4.71;0.20 +9917;6;2715.50;12.10;1322.00;3.60;0.20 +9917;7;2718.00;12.20;1323.50;2.46;0.20 +9917;9;2713.48;11.34;1321.00;1.57;0.20 +9917;10;2718.52;11.89;1321.00;-1.57;0.20 9917;21;2718.52;11.89;1321.00;-1.57;0.20 +9918;0;4758.00;12.15;1327.00;0.00;0.22 +9918;1;4759.00;12.00;1324.50;0.38;0.22 +9918;2;4756.50;11.95;1326.00;-0.98;0.22 +9918;3;4761.00;12.10;1326.50;1.40;0.22 +9918;4;4759.50;12.20;1328.50;2.35;0.22 +9918;5;4756.50;12.00;1329.50;3.68;0.22 +9918;9;4755.48;11.89;1327.00;1.57;0.22 +9918;10;4760.52;12.10;1327.00;-1.57;0.22 9918;21;4755.48;11.89;1327.00;1.57;0.22 +9919;0;3232.00;9.92;1374.00;0.00;0.28 +9919;1;3229.00;9.90;1371.00;-0.78;0.28 +9919;2;3231.50;9.80;1371.00;-0.16;0.28 +9919;3;3228.50;10.00;1373.00;-1.29;0.28 +9919;4;3235.50;9.70;1373.50;1.42;0.28 +9919;5;3229.00;10.10;1375.50;4.24;0.28 +9919;6;3234.00;10.10;1376.50;2.46;0.28 +9919;7;3230.50;10.20;1377.50;3.54;0.28 +9919;9;3229.12;10.00;1374.00;1.57;0.28 +9919;10;3234.88;9.70;1374.00;-1.57;0.28 +9919;19;3240.66;9.50;1375.16;1.33;0.28 +9919;20;3242.40;9.50;1375.40;1.70;0.28 9919;21;3234.88;9.70;1374.00;-1.57;0.28 +9920;0;1275.00;10.30;1415.00;0.00;0.38 +9920;1;1279.50;10.20;1412.00;0.98;0.38 +9920;2;1273.50;10.30;1412.00;-0.46;0.38 +9920;3;1269.00;10.40;1415.50;4.62;0.38 +9920;4;1278.00;10.37;1417.00;2.15;0.38 +9920;5;1272.00;10.40;1418.50;3.85;0.38 +9920;9;1270.68;10.40;1415.00;1.57;0.38 +9920;10;1279.32;10.30;1415.00;-1.57;0.38 9920;21;1270.68;10.40;1415.00;1.57;0.38 +9921;0;3238.00;11.65;1308.00;0.00;0.18 +9921;1;3238.00;11.07;1306.00;0.00;0.18 +9921;2;3241.50;12.30;1307.00;1.29;0.18 +9921;3;3234.50;11.80;1308.00;4.71;0.18 +9921;4;3241.00;12.25;1309.00;1.89;0.18 +9921;5;3235.50;11.80;1310.00;4.03;0.18 +9921;6;3239.00;11.70;1310.00;2.67;0.18 +9921;9;3234.76;11.77;1308.00;1.57;0.18 +9921;10;3241.24;12.32;1308.00;-1.57;0.18 9921;21;3234.76;11.77;1308.00;1.57;0.18 +9922;0;3078.00;14.50;1401.00;0.00;0.20 +9922;1;3077.50;14.60;1397.50;-0.14;0.20 +9922;2;3079.00;14.25;1399.50;0.58;0.20 +9922;3;3076.00;13.95;1400.00;-1.10;0.20 +9922;4;3079.00;14.80;1402.50;2.55;0.20 +9922;5;3076.50;13.75;1403.00;3.78;0.20 +9922;9;3076.20;14.04;1401.00;1.57;0.20 +9922;10;3079.80;14.62;1401.00;-1.57;0.20 9922;21;3076.20;14.04;1401.00;1.57;0.20 +9923;0;1560.00;11.25;1531.00;0.00;0.24 +9923;1;1558.50;11.50;1528.00;-0.46;0.24 +9923;2;1561.00;11.97;1528.00;0.32;0.24 +9923;3;1557.00;11.90;1531.50;4.54;0.24 +9923;4;1563.00;11.85;1531.50;1.73;0.24 +9923;5;1558.00;11.95;1534.50;3.66;0.24 +9923;6;1560.50;11.40;1534.50;3.00;0.24 +9923;9;1557.84;11.54;1531.00;1.57;0.24 +9923;10;1562.16;11.61;1531.00;-1.57;0.24 9923;21;1557.84;11.54;1531.00;1.57;0.24 +9924;0;2997.00;11.62;1399.00;0.00;0.16 +9924;1;2995.00;11.82;1397.00;-0.78;0.16 +9924;2;2997.50;11.80;1397.50;0.32;0.16 +9924;3;3001.00;11.35;1397.50;1.21;0.16 +9924;4;2994.00;11.52;1399.00;4.71;0.16 +9924;5;2999.50;11.00;1399.50;1.76;0.16 +9924;6;2995.50;11.35;1401.00;3.78;0.16 +9924;9;2994.30;11.54;1399.00;1.57;0.16 +9924;10;2999.70;11.09;1399.00;-1.57;0.16 +9924;19;3000.00;10.60;1400.00;-4.51;0.16 +9924;20;3001.66;10.60;1400.55;1.89;0.16 9924;21;2994.30;11.54;1399.00;1.57;0.16 +9925;0;2709.00;10.85;1306.00;0.00;0.20 +9925;1;2708.50;10.60;1304.00;-0.24;0.20 +9925;2;2706.00;10.50;1306.00;4.71;0.20 +9925;3;2711.50;11.20;1305.00;1.19;0.20 +9925;4;2712.50;11.00;1307.00;1.84;0.20 +9925;5;2707.50;10.70;1307.50;3.92;0.20 +9925;6;2709.50;10.90;1308.00;2.89;0.20 +9925;7;2711.50;11.00;1307.50;2.11;0.20 +9925;9;2706.84;10.56;1306.00;1.57;0.20 +9925;10;2711.16;11.03;1306.00;-1.57;0.20 9925;21;2711.16;11.03;1306.00;-1.57;0.20 +9926;0;4890.00;11.10;1392.00;0.00;0.24 +9926;1;4888.00;10.45;1388.50;-0.51;0.24 +9926;2;4892.50;10.50;1390.00;0.89;0.24 +9926;3;4886.50;11.95;1393.00;4.43;0.24 +9926;4;4894.00;11.52;1393.00;1.81;0.24 +9926;5;4891.50;11.90;1394.50;2.60;0.24 +9926;9;4886.76;11.62;1392.00;1.57;0.24 +9926;10;4893.24;10.99;1392.00;-1.57;0.24 9926;21;4886.76;11.62;1392.00;1.57;0.24 +9927;0;4704.00;10.35;1372.00;0.00;0.32 +9927;1;4702.50;10.40;1367.00;-0.29;0.32 +9927;2;4705.50;10.20;1368.50;0.40;0.32 +9927;3;4701.00;10.47;1370.00;-0.98;0.32 +9927;4;4707.00;10.32;1372.00;1.57;0.32 +9927;5;4701.50;10.40;1374.50;3.92;0.32 +9927;6;4707.00;10.50;1375.50;2.43;0.32 +9927;7;4706.00;10.47;1377.00;2.76;0.32 +9927;9;4701.12;10.50;1372.00;1.57;0.32 +9927;10;4706.88;10.30;1372.00;-1.57;0.32 9927;21;4701.12;10.50;1372.00;1.57;0.32 +9928;0;4806.00;11.50;1395.00;0.00;0.26 +9928;1;4803.50;12.05;1391.00;-0.55;0.26 +9928;2;4807.50;12.30;1392.00;0.46;0.26 +9928;3;4803.00;12.45;1394.00;-1.24;0.26 +9928;4;4808.50;11.10;1395.50;1.76;0.26 +9928;5;4805.50;12.25;1398.00;3.30;0.26 +9928;6;4808.00;12.12;1398.00;2.55;0.26 +9928;9;4803.66;12.13;1395.00;1.57;0.26 +9928;10;4808.34;11.11;1395.00;-1.57;0.26 9928;21;4803.66;12.13;1395.00;1.57;0.26 +9929;0;3249.00;12.12;1280.00;0.00;0.20 +9929;1;3249.50;11.80;1278.50;0.32;0.20 +9929;2;3247.00;11.80;1278.50;-0.92;0.20 +9929;3;3246.50;12.20;1279.50;-1.37;0.20 +9929;4;3251.50;12.50;1280.50;1.76;0.20 +9929;5;3247.50;12.85;1282.00;3.78;0.20 +9929;6;3250.50;12.90;1282.50;2.60;0.20 +9929;9;3246.84;12.06;1280.00;1.57;0.20 +9929;10;3251.16;12.34;1280.00;-1.57;0.20 9929;21;3246.84;12.06;1280.00;1.57;0.20 +9930;0;3185.00;9.50;1340.00;0.00;0.22 +9930;1;3186.00;9.50;1338.50;0.58;0.22 +9930;2;3181.00;9.70;1339.50;-1.44;0.22 +9930;3;3188.50;9.50;1341.00;1.84;0.22 +9930;4;3182.00;10.07;1341.00;4.39;0.22 +9930;5;3186.00;9.90;1342.50;2.76;0.22 +9930;9;3182.12;9.78;1340.00;1.57;0.22 +9930;10;3187.88;9.50;1340.00;-1.57;0.22 +9930;19;3193.00;9.50;1340.00;0.59;0.22 +9930;20;3194.75;9.50;1340.00;1.57;0.22 9930;21;3182.12;9.78;1340.00;1.57;0.22 +9931;0;1569.00;10.52;1482.00;0.00;0.18 +9931;1;1566.50;10.60;1480.50;-1.03;0.18 +9931;2;1572.50;10.25;1480.00;1.05;0.18 +9931;3;1564.00;10.57;1482.00;4.71;0.18 +9931;4;1574.00;10.00;1482.50;1.67;0.18 +9931;5;1569.00;10.57;1484.00;3.14;0.18 +9931;9;1564.86;10.56;1482.00;1.57;0.18 +9931;10;1573.14;10.25;1482.00;-1.57;0.18 9931;21;1564.86;10.56;1482.00;1.57;0.18 +9932;0;3423.00;14.52;1338.00;0.00;0.24 +9932;1;3421.50;14.45;1336.00;-0.64;0.24 +9932;2;3426.50;14.40;1336.00;1.05;0.24 +9932;3;3428.50;14.45;1338.00;1.57;0.24 +9932;4;3418.00;14.55;1339.00;4.51;0.24 +9932;5;3423.50;14.30;1340.50;2.94;0.24 +9932;9;3419.04;14.52;1338.00;1.57;0.24 +9932;10;3426.96;14.42;1338.00;-1.57;0.24 +9932;19;3423.50;9.60;1343.81;-3.44;0.24 +9932;20;3423.66;9.60;1345.55;3.05;0.24 9932;21;3424.01;13.90;1340.77;-1.57;0.24 +9933;0;2777.00;13.57;1337.00;0.00;0.24 +9933;1;2777.00;13.85;1334.00;0.00;0.24 +9933;2;2779.00;14.55;1334.50;0.67;0.24 +9933;3;2776.00;13.55;1335.50;-0.58;0.24 +9933;4;2780.00;14.25;1336.50;1.40;0.24 +9933;5;2778.00;13.65;1338.50;2.55;0.24 +9933;6;2774.50;13.30;1338.50;4.17;0.24 +9933;7;2776.00;13.15;1340.50;3.42;0.24 +9933;8;2775.00;13.25;1340.50;3.66;0.24 +9933;9;2774.84;13.56;1337.00;1.57;0.24 +9933;10;2779.16;14.11;1337.00;-1.57;0.24 9933;21;2779.16;14.11;1337.00;-1.57;0.24 +9934;0;4569.00;10.05;1165.00;0.00;0.26 +9934;1;4570.00;9.85;1162.00;0.32;0.26 +9934;2;4564.50;10.00;1163.50;-1.24;0.26 +9934;3;4574.50;9.70;1163.50;1.30;0.26 +9934;4;4563.00;10.00;1165.50;4.62;0.26 +9934;5;4574.50;9.80;1164.50;1.48;0.26 +9934;6;4571.50;9.90;1167.00;2.24;0.26 +9934;7;4566.50;10.20;1167.50;3.92;0.26 +9934;9;4564.86;10.06;1165.00;1.57;0.26 +9934;10;4573.14;9.80;1165.00;-1.57;0.26 9934;21;4564.86;10.06;1165.00;1.57;0.26 +9935;0;4197.00;9.50;1006.00;0.00;0.28 +9935;1;4194.00;9.82;1003.00;-0.78;0.28 +9935;2;4198.00;9.60;1003.50;0.38;0.28 +9935;3;4199.50;9.90;1008.50;2.35;0.28 +9935;4;4194.50;9.90;1007.00;4.33;0.28 +9935;5;4195.50;9.90;1008.50;3.68;0.28 +9935;6;4197.50;10.00;1010.50;3.03;0.28 +9935;9;4194.48;9.84;1006.00;1.57;0.28 +9935;10;4199.52;9.90;1006.00;-1.57;0.28 +9935;19;4192.00;9.57;1003.00;-0.79;0.28 +9935;20;4190.50;9.57;1002.10;-1.03;0.28 9935;21;4194.48;9.84;1006.00;1.57;0.28 +9936;0;4807.00;11.05;1271.00;0.00;0.22 +9936;1;4806.00;11.05;1269.00;-0.46;0.22 +9936;2;4809.00;11.75;1269.50;0.92;0.22 +9936;3;4804.00;10.40;1270.00;-1.24;0.22 +9936;4;4805.00;10.60;1272.50;4.06;0.22 +9936;5;4810.00;11.85;1272.50;2.03;0.22 +9936;6;4808.00;11.35;1273.50;2.76;0.22 +9936;9;4804.66;10.48;1271.00;1.57;0.22 +9936;10;4809.34;11.70;1271.00;-1.57;0.22 9936;21;4804.66;10.48;1271.00;1.57;0.22 +9937;0;4610.00;9.70;1191.00;0.00;0.26 +9937;1;4610.50;9.70;1188.00;0.16;0.26 +9937;2;4607.50;9.70;1190.00;-1.19;0.26 +9937;3;4613.50;9.70;1190.50;1.42;0.26 +9937;4;4606.50;9.70;1193.00;4.19;0.26 +9937;5;4610.50;9.70;1193.50;2.94;0.26 +9937;9;4607.48;9.70;1191.00;1.57;0.26 +9937;10;4612.52;9.70;1191.00;-1.57;0.26 9937;21;4607.48;9.70;1191.00;1.57;0.26 +9938;0;4625.00;9.65;1032.00;0.00;0.24 +9938;1;4623.50;9.50;1030.50;-0.78;0.24 +9938;2;4627.50;9.70;1030.50;1.03;0.24 +9938;3;4622.00;9.70;1033.00;4.39;0.24 +9938;4;4627.50;9.60;1034.00;2.24;0.24 +9938;5;4624.50;9.90;1034.50;3.33;0.24 +9938;9;4622.48;9.55;1032.00;1.57;0.24 +9938;10;4627.52;9.60;1032.00;-1.57;0.24 +9938;19;4629.00;9.50;1030.00;1.03;0.24 +9938;20;4630.56;9.50;1029.21;1.10;0.24 9938;21;4627.52;9.60;1032.00;-1.57;0.24 +9939;0;4492.00;11.90;1113.00;0.00;0.38 +9939;1;4491.00;11.77;1106.00;-0.14;0.38 +9939;2;4489.00;11.45;1107.50;-0.49;0.38 +9939;3;4494.50;11.90;1109.50;0.62;0.38 +9939;4;4488.00;11.62;1112.00;-1.32;0.38 +9939;5;4494.50;12.05;1116.00;2.44;0.38 +9939;6;4489.50;11.70;1117.50;3.64;0.38 +9939;7;4491.50;11.45;1120.00;3.21;0.38 +9939;9;4488.58;11.78;1113.00;1.57;0.38 +9939;10;4495.42;12.35;1113.00;-1.57;0.38 9939;21;4488.58;11.78;1113.00;1.57;0.38 +9940;0;3197.00;11.42;1233.00;0.00;0.20 +9940;1;3195.50;10.15;1231.00;-0.64;0.20 +9940;2;3199.00;9.75;1231.50;0.92;0.20 +9940;3;3200.00;10.65;1233.00;1.57;0.20 +9940;4;3194.50;11.45;1234.00;4.33;0.20 +9940;5;3198.00;11.05;1235.50;2.76;0.20 +9940;9;3194.48;11.04;1233.00;1.57;0.20 +9940;10;3199.52;10.74;1233.00;-1.57;0.20 +9940;19;3198.81;9.50;1237.89;3.16;0.20 +9940;20;3199.41;9.50;1239.53;2.78;0.20 9940;21;3198.35;11.40;1234.57;-1.57;0.20 +9941;0;3241.00;9.97;1270.00;0.00;0.24 +9941;1;3238.50;9.55;1269.00;-1.19;0.24 +9941;2;3244.00;10.15;1269.50;1.40;0.24 +9941;3;3244.00;11.35;1271.50;2.03;0.24 +9941;4;3241.00;10.55;1271.50;3.14;0.24 +9941;5;3243.00;11.80;1273.50;2.62;0.24 +9941;6;3236.00;9.50;1268.00;-1.19;0.24 +9941;9;3237.40;9.63;1270.00;1.57;0.24 +9941;10;3244.60;10.43;1270.00;-1.57;0.24 +9941;19;3244.00;9.80;1269.00;-1.19;0.24 +9941;20;3245.66;9.80;1268.44;1.24;0.24 9941;21;3244.60;10.43;1270.00;-1.57;0.24 +9942;0;4594.00;10.27;1063.00;0.00;0.28 +9942;1;4594.50;10.20;1060.00;0.16;0.28 +9942;2;4591.00;10.55;1059.00;-0.64;0.28 +9942;3;4591.50;10.85;1063.00;4.71;0.28 +9942;4;4597.50;10.10;1065.00;2.09;0.28 +9942;5;4594.50;10.10;1067.00;3.01;0.28 +9942;9;4591.48;10.85;1063.00;1.57;0.28 +9942;10;4596.52;10.10;1063.00;-1.57;0.28 9942;21;4591.48;10.85;1063.00;1.57;0.28 +9943;0;2917.00;9.60;1214.00;0.00;0.42 +9943;1;2914.00;9.70;1210.50;-0.70;0.42 +9943;2;2919.00;9.70;1207.50;0.29;0.42 +9943;3;2920.50;9.70;1211.00;0.86;0.42 +9943;4;1458.00;9.50;606.50;-1.17;0.42 +9943;5;2913.50;9.60;1217.00;4.00;0.42 +9943;6;2920.50;9.70;1219.00;2.53;0.42 +9943;7;2916.00;9.60;1219.50;3.32;0.42 +9943;9;2913.22;9.60;1214.00;1.57;0.42 +9943;10;2920.78;9.63;1214.00;-1.57;0.42 9943;21;2913.22;9.60;1214.00;1.57;0.42 +9944;0;4659.00;11.95;1117.00;0.00;0.26 +9944;1;4659.00;12.15;1113.50;0.00;0.26 +9944;2;4661.00;12.10;1114.50;0.67;0.26 +9944;3;4656.50;11.75;1116.00;-1.19;0.26 +9944;4;4662.00;11.72;1116.00;1.24;0.26 +9944;5;4661.00;11.42;1118.00;2.03;0.26 +9944;6;4656.00;11.10;1119.50;4.01;0.26 +9944;7;4658.50;11.25;1120.00;3.30;0.26 +9944;9;4656.66;11.67;1117.00;1.57;0.26 +9944;10;4661.34;11.61;1117.00;-1.57;0.26 9944;21;4656.66;11.67;1117.00;1.57;0.26 +9945;0;2717.00;9.80;1242.00;0.00;0.22 +9945;1;2716.50;9.80;1240.00;-0.24;0.22 +9945;2;2719.50;10.50;1240.50;1.03;0.22 +9945;3;2714.00;9.67;1241.00;-1.24;0.22 +9945;4;2717.50;9.70;1243.50;2.82;0.22 +9945;9;2714.66;9.70;1242.00;1.57;0.22 +9945;10;2719.34;10.36;1242.00;-1.57;0.22 +9945;19;2722.00;9.50;1248.00;-3.46;0.22 +9945;20;2723.12;9.50;1249.34;2.44;0.22 9945;21;2721.04;9.70;1246.42;1.57;0.22 +9946;0;4108.00;10.25;986.00;0.00;0.34 +9946;1;4104.50;10.40;983.50;-0.95;0.34 +9946;2;4107.50;10.30;979.50;-0.07;0.34 +9946;3;4110.00;10.40;982.50;0.51;0.34 +9946;4;4110.50;10.20;988.50;2.35;0.34 +9946;5;4106.00;10.15;990.00;3.60;0.34 +9946;6;4110.00;10.17;993.00;2.86;0.34 +9946;7;4108.00;10.22;993.00;3.14;0.34 +9946;9;4104.94;10.32;986.00;1.57;0.34 +9946;10;4111.06;10.35;986.00;-1.57;0.34 9946;21;4104.94;10.32;986.00;1.57;0.34 +9947;0;3316.00;9.50;1144.00;0.00;0.26 +9947;1;3317.50;9.70;1139.50;0.32;0.26 +9947;2;3315.00;9.50;1141.00;-0.32;0.26 +9947;3;3318.50;9.75;1144.00;1.57;0.26 +9947;4;3313.00;9.50;1144.50;4.54;0.26 +9947;5;3313.00;9.50;1147.50;3.85;0.26 +9947;6;3316.00;9.50;1148.00;3.14;0.26 +9947;9;3313.66;9.50;1144.00;1.57;0.26 +9947;10;3318.34;9.74;1144.00;-1.57;0.26 +9947;19;3315.00;9.50;1142.00;-0.32;0.26 +9947;20;3314.21;9.50;1140.43;-0.46;0.26 9947;21;3313.66;9.50;1144.00;1.57;0.26 +9948;0;4469.00;10.80;1003.00;0.00;0.26 +9948;1;4469.50;10.80;999.50;0.14;0.26 +9948;2;4466.50;10.95;1002.00;-1.19;0.26 +9948;3;4472.00;10.95;1001.00;0.98;0.26 +9948;4;4471.00;10.40;1004.50;2.21;0.26 +9948;5;4467.50;10.35;1006.00;3.60;0.26 +9948;9;4466.66;10.95;1003.00;1.57;0.26 +9948;10;4471.34;10.61;1003.00;-1.57;0.26 9948;21;4466.66;10.95;1003.00;1.57;0.26 +9949;0;1502.00;10.62;1442.00;0.00;0.30 +9949;1;1501.00;10.55;1438.50;-0.27;0.30 +9949;2;1504.50;10.50;1439.50;0.78;0.30 +9949;3;1499.50;10.90;1443.00;4.33;0.30 +9949;4;1505.00;10.57;1443.00;1.89;0.30 +9949;5;1503.00;11.12;1446.00;2.89;0.30 +9949;9;1499.30;10.75;1442.00;1.57;0.30 +9949;10;1504.70;10.55;1442.00;-1.57;0.30 9949;21;1499.30;10.75;1442.00;1.57;0.30 +9950;0;4836.00;9.70;1195.76;0.00;0.26 +9950;1;4835.65;9.90;1192.74;0.00;0.26 +9950;2;4830.38;9.50;1193.19;3.28;0.26 +9950;3;4835.44;9.90;1196.23;3.03;0.26 +9950;9;4832.66;9.50;1189.00;1.57;0.26 +9950;10;4837.34;9.50;1189.00;-1.57;0.26 +9950;19;4838.00;9.50;1190.00;0.00;0.26 +9950;20;4839.66;9.50;1190.55;1.89;0.26 9950;21;4832.66;9.50;1189.00;1.57;0.26 +9951;0;4043.00;10.30;1113.00;0.00;0.44 +9951;1;4043.00;10.00;1108.50;0.00;0.44 +9951;2;4047.50;10.05;1108.00;0.73;0.44 +9951;3;4047.50;10.50;1113.50;1.68;0.44 +9951;4;4038.50;10.30;1113.50;4.60;0.44 +9951;5;4039.00;10.70;1117.00;3.92;0.44 +9951;6;4043.50;10.90;1117.50;3.03;0.44 +9951;9;4038.14;10.25;1113.00;1.57;0.44 +9951;10;4047.86;10.45;1113.00;-1.57;0.44 9951;21;4038.14;10.25;1113.00;1.57;0.44 +9952;0;4965.00;9.50;1286.00;0.00;0.12 +9952;1;4965.00;9.50;1286.00;0.00;0.12 +9952;9;4963.92;9.50;1286.00;1.57;0.12 +9952;10;4966.08;9.61;1286.00;-1.57;0.12 +9952;19;4965.00;9.50;1283.00;-1.57;0.12 +9952;20;4965.00;9.50;1281.25;0.00;0.12 9952;21;4963.92;9.50;1286.00;1.57;0.12 +9953;0;4686.00;10.22;1194.00;0.00;0.24 +9953;1;4687.00;10.25;1190.50;0.27;0.24 +9953;2;4684.00;10.15;1190.50;-0.51;0.24 +9953;3;4684.00;10.15;1193.50;-1.32;0.24 +9953;4;4688.50;9.95;1195.00;1.95;0.24 +9953;5;4683.50;9.70;1196.50;3.92;0.24 +9953;6;4685.00;9.75;1197.00;3.46;0.24 +9953;9;4683.84;10.03;1194.00;1.57;0.24 +9953;10;4688.16;10.06;1194.00;-1.57;0.24 +9953;19;4692.00;9.53;1195.00;-4.33;0.24 +9953;20;4693.72;9.53;1195.28;1.73;0.24 9953;21;4683.84;10.03;1194.00;1.57;0.24 +9954;0;3435.00;16.95;1314.00;0.00;0.30 +9954;1;3433.00;14.02;1310.00;-0.46;0.30 +9954;2;3437.00;16.95;1312.00;0.78;0.30 +9954;3;3432.50;15.20;1313.00;-1.19;0.30 +9954;4;3438.00;16.50;1315.50;2.03;0.30 +9954;5;3432.50;15.75;1316.00;4.03;0.30 +9954;6;3435.50;15.60;1318.50;3.03;0.30 +9954;9;3432.30;15.40;1314.00;1.57;0.30 +9954;10;3437.70;17.47;1314.00;-1.57;0.30 9954;21;3432.30;15.40;1314.00;1.57;0.30 +9955;0;4701.00;10.77;1045.00;0.00;0.24 +9955;1;4703.00;10.17;1044.00;1.10;0.24 +9955;2;4700.50;11.15;1042.00;-0.16;0.24 +9955;3;4698.50;13.20;1044.50;-1.37;0.24 +9955;4;4699.00;13.60;1047.00;3.92;0.24 +9955;5;4702.00;10.95;1048.00;2.82;0.24 +9955;9;4698.84;12.96;1045.00;1.57;0.24 +9955;10;4703.16;10.00;1045.00;-1.57;0.24 +9955;19;4707.00;9.53;1049.00;1.11;0.24 +9955;20;4708.45;9.53;1049.97;2.15;0.24 9955;21;4698.84;12.96;1045.00;1.57;0.24 +9956;0;4639.00;9.70;1228.00;0.00;0.22 +9956;1;4639.50;9.70;1226.00;0.24;0.22 +9956;2;4643.00;9.85;1227.00;1.32;0.22 +9956;3;4635.50;9.70;1228.00;4.71;0.22 +9956;4;4642.00;10.25;1230.00;2.15;0.22 +9956;5;4639.00;9.85;1229.50;3.14;0.22 +9956;6;4636.00;9.75;1230.00;4.12;0.22 +9956;9;4636.12;9.70;1228.00;1.57;0.22 +9956;10;4641.88;9.88;1228.00;-1.57;0.22 9956;21;4636.12;9.70;1228.00;1.57;0.22 +9957;0;3319.00;11.82;1108.00;0.00;0.36 +9957;1;3320.50;11.60;1105.00;0.46;0.36 +9957;2;3315.50;12.90;1108.00;4.71;0.36 +9957;3;3322.00;10.82;1109.00;1.89;0.36 +9957;4;3317.00;11.55;1112.50;3.56;0.36 +9957;9;3315.58;12.88;1108.00;1.57;0.36 +9957;10;3322.42;10.82;1108.00;-1.57;0.36 +9957;19;3326.00;9.78;1108.00;-4.39;0.36 +9957;20;3327.75;9.78;1108.00;1.57;0.36 9957;21;3315.58;12.88;1108.00;1.57;0.36 +9958;0;4578.00;10.42;1226.00;0.00;0.20 +9958;1;4578.50;10.90;1224.00;0.24;0.20 +9958;2;4582.50;10.70;1225.50;1.46;0.20 +9958;3;4574.00;10.05;1225.50;-1.44;0.20 +9958;4;4574.50;10.00;1228.00;4.19;0.20 +9958;5;4579.00;10.05;1228.50;2.76;0.20 +9958;6;4583.00;10.07;1228.00;1.95;0.20 +9958;9;4574.58;10.05;1226.00;1.57;0.20 +9958;10;4581.42;10.60;1226.00;-1.57;0.20 9958;21;4574.58;10.05;1226.00;1.57;0.20 +9959;0;4607.00;10.15;1157.00;0.00;0.34 +9959;1;4603.50;9.90;1153.50;-0.78;0.34 +9959;2;4608.00;10.00;1153.50;0.27;0.34 +9959;3;4603.00;10.00;1156.50;-1.44;0.34 +9959;4;4612.00;10.45;1156.00;1.37;0.34 +9959;5;4610.00;10.70;1159.50;2.26;0.34 +9959;6;4605.50;10.20;1159.50;3.68;0.34 +9959;7;4607.00;10.60;1162.50;3.14;0.34 +9959;9;4603.94;10.05;1157.00;1.57;0.34 +9959;10;4610.06;10.32;1157.00;-1.57;0.34 9959;21;4603.94;10.05;1157.00;1.57;0.34 +9960;0;2854.00;14.57;1223.00;0.00;0.40 +9960;1;2853.00;13.85;1218.00;-0.19;0.40 +9960;2;2857.00;13.70;1218.50;0.58;0.40 +9960;3;2849.00;14.22;1222.00;-1.37;0.40 +9960;4;2859.50;14.85;1223.00;1.57;0.40 +9960;5;2850.50;13.85;1227.00;3.86;0.40 +9960;6;2859.00;14.80;1227.50;2.30;0.40 +9960;7;2855.00;13.77;1228.00;2.94;0.40 +9960;9;2849.86;14.22;1223.00;1.57;0.40 +9960;10;2858.14;14.87;1223.00;-1.57;0.40 9960;21;2849.86;14.22;1223.00;1.57;0.40 +9961;0;4435.00;12.10;973.00;0.00;0.34 +9961;1;4435.50;12.10;970.00;0.16;0.34 +9961;2;4438.00;11.70;971.00;0.98;0.34 +9961;3;4432.00;12.27;972.00;-1.24;0.34 +9961;4;4438.00;11.72;974.00;1.89;0.34 +9961;5;4432.50;12.30;976.50;3.76;0.34 +9961;6;4436.00;11.75;976.50;2.86;0.34 +9961;9;4431.76;12.33;973.00;1.57;0.34 +9961;10;4438.24;11.73;973.00;-1.57;0.34 9961;21;4431.76;12.33;973.00;1.57;0.34 +9962;0;3274.00;12.85;619.00;0.00;0.52 +9962;1;3272.50;12.45;614.00;-0.29;0.52 +9962;2;3280.00;13.55;619.50;1.65;0.52 +9962;3;3268.00;10.95;618.50;-1.48;0.52 +9962;4;3268.50;11.90;623.50;4.02;0.52 +9962;5;3274.50;13.50;624.50;3.05;0.52 +9962;9;3269.14;11.63;619.00;1.57;0.52 +9962;10;3278.86;13.45;619.00;-1.57;0.52 9962;21;3274.02;13.30;620.49;1.57;0.52 +9963;0;4551.00;9.52;1002.00;0.00;0.20 +9963;1;4552.00;9.50;1000.50;0.58;0.20 +9963;2;4548.00;9.60;1001.50;-1.40;0.20 +9963;3;4554.50;9.50;1003.00;1.84;0.20 +9963;4;4550.50;9.60;1003.50;3.46;0.20 +9963;9;4548.12;9.60;1002.00;1.57;0.20 +9963;10;4553.88;9.50;1002.00;-1.57;0.20 +9963;19;4552.00;9.50;1000.00;0.59;0.20 +9963;20;4552.78;9.50;998.43;0.46;0.20 9963;21;4548.12;9.60;1002.00;1.57;0.20 +9964;0;2837.00;12.57;1254.00;0.00;0.30 +9964;1;2834.50;12.20;1251.50;-0.78;0.30 +9964;2;2837.00;13.55;1250.50;0.00;0.30 +9964;3;2840.00;13.20;1252.50;1.10;0.30 +9964;4;2832.50;10.90;1254.50;4.60;0.30 +9964;5;2841.00;13.15;1255.50;1.93;0.30 +9964;6;2837.00;11.95;1257.00;3.14;0.30 +9964;9;2833.76;11.15;1254.00;1.57;0.30 +9964;10;2840.24;13.13;1254.00;-1.57;0.30 +9964;19;2837.00;10.43;1259.00;-3.14;0.30 +9964;20;2837.00;10.43;1260.75;3.14;0.30 9964;21;2833.76;11.15;1254.00;1.57;0.30 +9965;0;4903.00;9.92;1212.00;0.00;0.22 +9965;1;4904.00;9.75;1212.50;2.03;0.22 +9965;2;4902.50;9.70;1210.50;-0.32;0.22 +9965;3;4900.50;11.00;1213.50;4.17;0.22 +9965;4;4905.62;9.70;1214.70;2.21;0.22 +9965;9;4901.02;10.66;1212.00;1.57;0.22 +9965;10;4904.98;9.70;1212.00;-1.57;0.22 +9965;19;4905.00;9.57;1208.00;-4.25;0.22 +9965;20;4905.78;9.57;1206.43;0.46;0.22 9965;21;4901.02;10.66;1212.00;1.57;0.22 +9966;0;4403.00;20.40;1170.00;0.00;0.40 +9966;1;4403.00;17.47;1162.00;0.00;0.40 +9966;2;4400.00;19.22;1167.00;-0.78;0.40 +9966;3;4407.00;18.30;1167.50;1.01;0.40 +9966;4;4400.00;19.57;1174.00;3.78;0.40 +9966;5;4406.50;19.50;1174.50;2.48;0.40 +9966;6;4402.00;19.55;1176.50;3.29;0.40 +9966;9;4399.40;19.43;1170.00;1.57;0.40 +9966;10;4406.60;19.70;1170.00;-1.57;0.40 9966;21;4399.40;19.43;1170.00;1.57;0.40 +9967;0;1501.00;12.87;1455.00;0.00;0.26 +9967;1;1498.00;11.85;1452.50;-0.87;0.26 +9967;2;1502.50;12.90;1452.50;0.54;0.26 +9967;3;1505.50;12.90;1452.50;1.06;0.26 +9967;4;1496.50;11.50;1454.50;-1.46;0.26 +9967;5;1505.50;13.40;1456.00;1.78;0.26 +9967;6;1501.00;13.25;1458.00;3.14;0.26 +9967;9;1497.22;11.64;1455.00;1.57;0.26 +9967;10;1504.78;13.47;1455.00;-1.57;0.26 9967;21;1497.22;11.64;1455.00;1.57;0.26 +9968;0;4880.00;10.80;1227.00;0.00;0.20 +9968;1;4877.50;10.70;1225.00;-0.89;0.20 +9968;2;4880.50;10.30;1225.50;0.32;0.20 +9968;3;4877.50;11.35;1227.00;4.71;0.20 +9968;4;4883.00;10.60;1228.00;1.89;0.20 +9968;5;4880.50;11.25;1229.00;2.89;0.20 +9968;6;4883.00;11.07;1230.00;2.35;0.20 +9968;9;4877.66;11.31;1227.00;1.57;0.20 +9968;10;4882.34;10.42;1227.00;-1.57;0.20 9968;21;4877.66;11.31;1227.00;1.57;0.20 +9969;0;4627.00;9.70;1303.00;0.00;0.24 +9969;1;4626.50;9.70;1300.00;-0.16;0.24 +9969;2;4629.00;9.70;1300.00;0.58;0.24 +9969;3;4629.50;9.70;1302.50;1.37;0.24 +9969;4;4624.50;9.70;1301.00;-0.89;0.24 +9969;5;4624.50;9.70;1304.00;4.33;0.24 +9969;6;4629.50;9.70;1306.00;2.44;0.24 +9969;7;4627.00;9.70;1306.50;3.14;0.24 +9969;9;4624.84;9.70;1303.00;1.57;0.24 +9969;10;4629.16;9.70;1303.00;-1.57;0.24 9969;21;4624.84;9.70;1303.00;1.57;0.24 +9970;0;4578.00;10.30;1056.00;0.00;0.28 +9970;1;4577.50;10.10;1052.50;-0.14;0.28 +9970;2;4580.50;10.90;1053.50;0.78;0.28 +9970;3;4574.50;10.25;1056.00;4.71;0.28 +9970;4;4583.00;11.27;1054.00;1.19;0.28 +9970;5;4583.00;11.60;1055.50;1.47;0.28 +9970;6;4580.00;11.00;1057.50;2.21;0.28 +9970;7;4574.00;11.15;1059.00;4.06;0.28 +9970;8;4576.00;10.65;1059.00;3.73;0.28 +9970;9;4574.40;10.26;1056.00;1.57;0.28 +9970;10;4581.60;11.47;1056.00;-1.57;0.28 9970;21;4574.40;10.26;1056.00;1.57;0.28 +9971;0;4665.00;10.57;1238.00;0.00;0.26 +9971;1;4664.00;9.90;1234.50;-0.27;0.26 +9971;2;4667.00;10.00;1237.00;1.10;0.26 +9971;3;4662.50;10.90;1237.50;-1.37;0.26 +9971;4;4663.50;11.30;1240.50;3.68;0.26 +9971;5;4667.00;11.07;1241.00;2.55;0.26 +9971;9;4662.66;10.97;1238.00;1.57;0.26 +9971;10;4667.34;10.26;1238.00;-1.57;0.26 +9971;19;4669.00;9.98;1239.00;1.11;0.26 +9971;20;4670.69;9.98;1239.42;1.81;0.26 9971;21;4662.66;10.97;1238.00;1.57;0.26 +9972;0;4665.00;12.10;1106.00;0.00;0.22 +9972;1;4666.00;12.60;1103.50;0.38;0.22 +9972;2;4663.00;11.40;1105.00;-1.10;0.22 +9972;3;4668.50;12.70;1106.00;1.57;0.22 +9972;4;4666.50;12.25;1108.00;2.49;0.22 +9972;5;4664.00;11.30;1109.00;3.46;0.22 +9972;9;4663.02;11.38;1106.00;1.57;0.22 +9972;10;4666.98;12.77;1106.00;-1.57;0.22 9972;21;4663.02;11.38;1106.00;1.57;0.22 +9973;0;4090.00;9.80;1082.00;0.00;0.38 +9973;1;4092.50;9.75;1078.00;0.55;0.38 +9973;2;4095.00;9.90;1079.50;1.10;0.38 +9973;3;4087.00;9.82;1081.00;-1.24;0.38 +9973;4;4093.00;10.00;1083.50;2.03;0.38 +9973;5;4084.50;9.90;1085.00;4.21;0.38 +9973;6;4088.00;10.10;1086.50;3.56;0.38 +9973;9;4085.32;9.90;1082.00;1.57;0.38 +9973;10;4094.68;9.95;1082.00;-1.57;0.38 9973;21;4085.32;9.90;1082.00;1.57;0.38 +9974;0;4705.46;9.70;1132.55;0.00;0.32 +9974;1;4707.00;9.50;1138.50;1.81;0.32 +9974;2;4703.50;9.65;1136.00;-0.64;0.32 +9974;3;4702.00;9.70;1139.50;4.24;0.32 +9974;4;4704.00;9.70;1141.50;3.42;0.32 +9974;9;4702.12;9.70;1138.00;1.57;0.32 +9974;10;4707.88;9.50;1138.00;-1.57;0.32 +9974;19;4709.00;9.50;1130.00;-4.47;0.32 +9974;20;4709.78;9.50;1128.43;0.46;0.32 9974;21;4703.20;9.60;1138.52;-1.57;0.32 +9975;0;3939.00;9.70;1021.00;0.00;0.42 +9975;1;3939.00;9.70;1015.00;0.00;0.42 +9975;2;3942.50;9.70;1016.50;0.66;0.42 +9975;3;3936.00;9.70;1017.00;-0.64;0.42 +9975;4;3944.50;9.70;1018.50;1.14;0.42 +9975;5;3935.00;9.70;1022.00;4.46;0.42 +9975;6;3941.50;9.70;1022.50;2.11;0.42 +9975;7;3934.50;9.75;1026.00;3.87;0.42 +9975;8;3937.00;10.00;1027.00;3.46;0.42 +9975;9;3935.22;9.70;1021.00;1.57;0.42 +9975;10;3942.78;9.70;1021.00;-1.57;0.42 +9975;19;3942.00;9.50;1011.00;0.00;0.42 +9975;20;3942.50;9.50;1009.32;0.29;0.42 9975;21;3935.22;9.70;1021.00;1.57;0.42 +9976;0;2905.00;14.55;1245.00;0.00;0.30 +9976;1;2901.50;15.10;1242.50;-0.95;0.30 +9976;2;2905.50;14.55;1243.00;0.24;0.30 +9976;3;2908.50;13.60;1245.50;1.71;0.30 +9976;4;2903.00;14.67;1246.00;4.24;0.30 +9976;5;2907.00;13.97;1248.00;2.55;0.30 +9976;9;2901.76;14.76;1245.00;1.57;0.30 +9976;10;2908.24;13.72;1245.00;-1.57;0.30 9976;21;2901.76;14.76;1245.00;1.57;0.30 +9977;0;3152.00;9.70;1151.00;0.00;0.28 +9977;1;3152.00;9.70;1147.50;0.00;0.28 +9977;2;3149.00;9.70;1150.50;-1.40;0.28 +9977;3;3155.00;9.70;1150.50;1.40;0.28 +9977;4;3153.50;9.80;1154.50;2.73;0.28 +9977;5;3150.50;9.70;1154.00;3.60;0.28 +9977;9;3149.48;9.70;1151.00;1.57;0.28 +9977;10;3154.52;9.70;1151.00;-1.57;0.28 9977;21;3149.48;9.70;1151.00;1.57;0.28 +9978;0;4620.00;9.65;1025.00;0.00;0.24 +9978;1;4621.50;9.65;1024.00;0.98;0.24 +9978;2;4617.50;9.60;1024.00;-1.19;0.24 +9978;3;4621.00;9.60;1027.00;2.67;0.24 +9978;4;4618.00;9.85;1027.50;3.81;0.24 +9978;9;4617.12;9.61;1025.00;1.57;0.24 +9978;10;4622.88;9.63;1025.00;-1.57;0.24 +9978;19;4620.00;9.50;1021.00;0.98;0.24 +9978;20;4620.00;9.50;1019.25;0.00;0.24 9978;21;4622.88;9.63;1025.00;-1.57;0.24 +9979;0;2733.00;10.10;1262.00;0.00;0.20 +9979;1;2733.50;9.60;1260.50;0.32;0.20 +9979;2;2730.50;10.30;1261.50;-1.37;0.20 +9979;3;2736.50;9.50;1263.00;1.84;0.20 +9979;4;2733.50;10.50;1263.50;2.82;0.20 +9979;9;2730.84;10.56;1262.00;1.57;0.20 +9979;10;2735.16;9.56;1262.00;-1.57;0.20 +9979;19;2733.28;9.50;1259.70;0.52;0.20 +9979;20;2733.49;9.50;1257.96;0.12;0.20 9979;21;2736.59;9.80;1263.20;-1.57;0.20 +9980;0;3040.00;9.75;1177.00;0.00;0.24 +9980;1;3038.00;10.15;1174.00;-0.58;0.24 +9980;2;3039.50;9.90;1173.50;-0.14;0.24 +9980;3;3041.50;9.85;1175.00;0.64;0.24 +9980;4;3037.00;10.17;1176.00;-1.24;0.24 +9980;5;3041.50;9.70;1179.50;2.60;0.24 +9980;6;3038.00;9.80;1179.00;3.92;0.24 +9980;9;3037.84;9.91;1177.00;1.57;0.24 +9980;10;3042.16;9.75;1177.00;-1.57;0.24 +9980;19;3045.00;9.53;1181.00;-3.68;0.24 +9980;20;3046.36;9.53;1182.09;2.24;0.24 9980;21;3037.84;9.91;1177.00;1.57;0.24 +9981;0;4790.00;10.15;1293.00;0.00;0.18 +9981;1;4790.50;10.00;1289.00;0.12;0.18 +9981;2;4788.50;10.00;1291.50;-0.78;0.18 +9981;3;4792.00;10.30;1293.00;1.57;0.18 +9981;4;4788.00;10.30;1295.50;3.81;0.18 +9981;5;4791.00;10.77;1297.00;2.89;0.18 +9981;9;4788.38;10.05;1293.00;1.57;0.18 +9981;10;4791.62;10.26;1293.00;-1.57;0.18 9981;21;4788.38;10.05;1293.00;1.57;0.18 +9982;0;4575.00;11.22;1071.00;0.00;0.30 +9982;1;4574.50;11.70;1066.50;-0.11;0.30 +9982;2;4577.50;11.55;1069.00;0.89;0.30 +9982;3;4572.00;11.00;1069.50;-1.10;0.30 +9982;4;4569.50;10.20;1072.50;4.44;0.30 +9982;5;4572.00;10.45;1073.00;4.12;0.30 +9982;6;4580.00;12.25;1073.50;2.03;0.30 +9982;7;4577.00;11.52;1074.00;2.55;0.30 +9982;9;4571.22;10.67;1071.00;1.57;0.30 +9982;10;4578.78;12.02;1071.00;-1.57;0.30 9982;21;4571.22;10.67;1071.00;1.57;0.30 +9983;0;2945.00;9.90;1187.00;0.00;0.36 +9983;1;2944.00;10.00;1183.50;-0.27;0.36 +9983;2;2948.00;10.02;1184.00;0.78;0.36 +9983;3;2940.50;9.90;1187.50;4.60;0.36 +9983;4;2948.00;9.97;1189.00;2.15;0.36 +9983;5;2942.00;9.85;1191.00;3.78;0.36 +9983;6;2945.50;9.90;1191.00;3.01;0.36 +9983;9;2941.76;9.90;1187.00;1.57;0.36 +9983;10;2948.24;10.00;1187.00;-1.57;0.36 9983;21;2941.76;9.90;1187.00;1.57;0.36 +9984;0;4624.00;10.07;1105.00;0.00;0.28 +9984;1;4621.00;10.30;1103.50;-1.10;0.28 +9984;2;4622.00;10.32;1101.00;-0.46;0.28 +9984;3;4624.50;10.00;1101.50;0.14;0.28 +9984;4;4627.00;9.80;1104.50;1.40;0.28 +9984;5;4622.00;10.05;1108.00;3.73;0.28 +9984;6;4625.00;9.77;1108.00;2.82;0.28 +9984;9;4621.48;10.30;1105.00;1.57;0.28 +9984;10;4626.52;9.80;1105.00;-1.57;0.28 9984;21;4621.48;10.30;1105.00;1.57;0.28 +9985;0;4909.00;12.10;1239.00;0.00;0.22 +9985;1;4908.50;12.20;1236.50;-0.19;0.22 +9985;2;4911.00;11.90;1237.50;0.92;0.22 +9985;3;4907.00;12.40;1238.50;-1.32;0.22 +9985;4;4910.00;11.35;1241.00;2.67;0.22 +9985;9;4906.48;12.40;1239.00;1.57;0.22 +9985;10;4911.52;11.74;1239.00;-1.57;0.22 +9985;19;4911.00;10.40;1242.00;-3.61;0.22 +9985;20;4911.97;10.40;1243.45;2.55;0.22 9985;21;4906.48;12.40;1239.00;1.57;0.22 +9986;0;3161.00;11.75;535.00;0.00;0.70 +9986;1;3162.50;11.90;528.50;0.22;0.70 +9986;2;3153.50;12.40;529.50;-0.93;0.70 +9986;3;3171.50;11.90;532.50;1.33;0.70 +9986;4;3151.50;11.70;535.50;4.66;0.70 +9986;5;3172.00;11.90;536.00;1.66;0.70 +9986;6;3153.00;11.70;540.50;4.11;0.70 +9986;7;3171.50;11.80;540.00;2.01;0.70 +9986;8;3163.00;11.80;541.50;2.84;0.70 +9986;9;3153.08;11.80;535.00;1.57;0.70 +9986;10;3168.92;11.90;535.00;-1.57;0.70 9986;21;3153.08;11.80;535.00;1.57;0.70 +9987;0;4612.00;9.70;1256.00;0.00;0.26 +9987;1;4614.00;9.70;1252.50;0.51;0.26 +9987;2;4611.00;9.70;1254.00;-0.46;0.26 +9987;3;4615.50;9.80;1254.00;1.05;0.26 +9987;4;4614.50;9.75;1257.00;1.95;0.26 +9987;5;4609.00;9.70;1258.00;4.12;0.26 +9987;6;4612.50;9.70;1259.50;3.00;0.26 +9987;7;4610.50;9.70;1260.50;3.46;0.26 +9987;9;4609.66;9.70;1256.00;1.57;0.26 +9987;10;4614.34;9.78;1256.00;-1.57;0.26 9987;21;4609.66;9.70;1256.00;1.57;0.26 +9988;0;4437.00;11.12;960.00;0.00;0.30 +9988;1;4437.50;11.90;957.00;0.16;0.30 +9988;2;4441.00;11.65;956.50;0.85;0.30 +9988;3;4440.00;11.15;958.50;1.10;0.30 +9988;4;4434.00;11.75;959.00;-1.24;0.30 +9988;5;4433.50;11.50;961.50;4.30;0.30 +9988;6;4439.00;10.45;961.50;2.21;0.30 +9988;7;4436.50;10.60;963.50;3.28;0.30 +9988;9;4434.12;11.68;960.00;1.57;0.30 +9988;10;4439.88;10.61;960.00;-1.57;0.30 9988;21;4434.12;11.68;960.00;1.57;0.30 +9989;0;3213.00;9.97;1164.00;0.00;0.24 +9989;1;3213.00;10.00;1161.50;0.00;0.24 +9989;2;3210.50;10.00;1161.50;-0.78;0.24 +9989;3;3215.50;10.00;1163.50;1.37;0.24 +9989;4;3210.00;10.00;1164.50;4.54;0.24 +9989;5;3214.00;9.72;1167.00;2.82;0.24 +9989;9;3210.48;10.00;1164.00;1.57;0.24 +9989;10;3215.52;9.95;1164.00;-1.57;0.24 +9989;19;3216.00;9.55;1169.00;-3.46;0.24 +9989;20;3216.90;9.55;1170.50;2.60;0.24 9989;21;3210.48;10.00;1164.00;1.57;0.24 +9990;0;3055.00;11.05;1289.00;0.00;0.22 +9990;1;3054.50;11.40;1288.50;-0.78;0.22 +9990;2;3056.00;10.95;1291.50;2.76;0.22 +9990;3;3051.50;9.80;1287.50;-1.16;0.22 +9990;9;3053.02;10.85;1289.00;1.57;0.22 +9990;10;3056.98;10.08;1289.00;-1.57;0.22 +9990;19;3054.00;9.50;1294.00;-0.79;0.22 +9990;20;3053.65;9.50;1295.71;3.33;0.22 9990;21;3053.02;10.85;1289.00;1.57;0.22 +9991;0;4245.00;9.70;1002.00;0.00;0.32 +9991;1;4244.00;9.65;995.50;-0.15;0.32 +9991;2;4246.00;9.70;997.00;0.19;0.32 +9991;3;4242.50;9.50;1001.00;-1.19;0.32 +9991;4;4248.00;9.75;1001.50;1.40;0.32 +9991;5;4247.00;10.10;1006.00;2.67;0.32 +9991;6;4243.00;9.70;1006.00;3.60;0.32 +9991;7;4245.50;10.00;1007.50;3.05;0.32 +9991;9;4242.12;9.50;1002.00;1.57;0.32 +9991;10;4247.88;9.76;1002.00;-1.57;0.32 +9991;19;4243.00;9.50;992.00;-1.19;0.32 +9991;20;4242.65;9.50;990.28;-0.19;0.32 9991;21;4247.88;9.76;1002.00;-1.57;0.32 +9992;0;3167.00;10.55;1179.00;0.00;0.18 +9992;1;3168.00;10.45;1176.50;0.38;0.18 +9992;2;3169.50;10.80;1177.50;1.03;0.18 +9992;3;3166.50;10.30;1177.50;-0.32;0.18 +9992;4;3165.00;10.10;1181.50;3.81;0.18 +9992;5;3168.00;10.15;1181.00;2.67;0.18 +9992;9;3165.38;10.37;1179.00;1.57;0.18 +9992;10;3168.62;10.55;1179.00;-1.57;0.18 +9992;19;3166.00;9.70;1188.00;-3.61;0.18 +9992;20;3165.80;9.70;1189.73;3.25;0.18 9992;21;3165.38;10.37;1179.00;1.57;0.18 +9993;0;4218.00;9.80;1046.00;0.00;0.36 +9993;1;4221.50;10.00;1042.00;0.71;0.36 +9993;2;4223.00;9.95;1043.00;1.03;0.36 +9993;3;4217.00;9.70;1043.50;-0.38;0.36 +9993;4;4212.50;9.70;1046.00;4.71;0.36 +9993;5;4224.50;10.00;1045.00;1.41;0.36 +9993;6;4221.00;10.15;1047.50;2.03;0.36 +9993;7;4215.50;9.80;1048.50;3.92;0.36 +9993;9;4213.68;9.70;1046.00;1.57;0.36 +9993;10;4222.32;9.98;1046.00;-1.57;0.36 9993;21;4222.32;9.98;1046.00;-1.57;0.36 +9994;0;2952.00;10.32;1266.00;0.00;0.30 +9994;1;2951.50;10.50;1262.50;-0.14;0.30 +9994;2;2949.00;10.40;1264.50;-1.10;0.30 +9994;3;2954.50;10.80;1264.50;1.03;0.30 +9994;4;2955.00;10.45;1267.00;1.89;0.30 +9994;5;2948.50;9.70;1267.50;4.30;0.30 +9994;6;2953.00;9.70;1269.50;2.86;0.30 +9994;9;2949.30;9.97;1266.00;1.57;0.30 +9994;10;2954.70;10.71;1266.00;-1.57;0.30 +9994;19;2955.00;9.60;1272.00;-3.42;0.30 +9994;20;2955.78;9.60;1273.56;2.67;0.30 9994;21;2949.30;9.97;1266.00;1.57;0.30 +9995;0;4621.00;9.87;1213.00;0.00;0.24 +9995;1;4619.00;9.70;1211.50;-0.92;0.24 +9995;2;4622.50;9.80;1211.50;0.78;0.24 +9995;3;4625.00;9.97;1214.00;1.81;0.24 +9995;4;4617.00;10.00;1213.50;4.58;0.24 +9995;5;4621.00;10.35;1215.50;3.14;0.24 +9995;9;4617.94;9.90;1213.00;1.57;0.24 +9995;10;4624.06;9.92;1213.00;-1.57;0.24 9995;21;4617.94;9.90;1213.00;1.57;0.24 +9996;0;1478.00;10.32;1428.00;0.00;0.26 +9996;1;1476.50;10.15;1423.00;-0.29;0.26 +9996;2;1479.00;10.15;1424.00;0.24;0.26 +9996;3;1475.50;10.50;1428.50;4.51;0.26 +9996;4;1481.00;10.40;1429.50;2.03;0.26 +9996;5;1480.00;10.95;1432.00;2.67;0.26 +9996;6;1475.50;10.90;1432.50;3.64;0.26 +9996;7;1477.50;10.95;1433.00;3.24;0.26 +9996;9;1475.66;10.40;1428.00;1.57;0.26 +9996;10;1480.34;10.25;1428.00;-1.57;0.26 9996;21;1475.66;10.40;1428.00;1.57;0.26 +9997;0;4555.00;12.30;1051.00;0.00;0.26 +9997;1;4551.00;11.20;1048.50;-1.01;0.26 +9997;2;4555.50;12.20;1049.00;0.24;0.26 +9997;3;4557.50;11.80;1051.50;1.76;0.26 +9997;4;4553.00;12.50;1052.50;4.06;0.26 +9997;5;4556.00;11.80;1054.50;2.86;0.26 +9997;9;4551.94;11.94;1051.00;1.57;0.26 +9997;10;4558.06;11.72;1051.00;-1.57;0.26 9997;21;4551.94;11.94;1051.00;1.57;0.26 +9998;0;4979.00;9.67;1239.00;0.00;0.24 +9998;1;4977.00;9.60;1237.50;-0.92;0.24 +9998;2;4980.50;9.50;1236.50;0.54;0.24 +9998;3;4980.50;9.70;1240.50;2.35;0.24 +9998;4;4978.00;10.05;1240.50;3.73;0.24 +9998;5;4978.50;10.30;1242.00;3.30;0.24 +9998;9;4976.84;9.89;1239.00;1.57;0.24 +9998;10;4981.16;9.70;1239.00;-1.57;0.24 +9998;19;4980.00;9.53;1237.00;0.54;0.24 +9998;20;4980.78;9.53;1235.43;0.46;0.24 9998;21;4976.84;9.89;1239.00;1.57;0.24 +9999;0;4576.00;9.70;1125.00;0.00;0.36 +9999;1;4578.50;10.00;1121.50;0.62;0.36 +9999;2;4573.50;9.60;1122.50;-0.78;0.36 +9999;3;4580.50;10.10;1124.00;1.35;0.36 +9999;4;2287.50;9.50;562.00;-1.33;0.36 +9999;5;4578.00;9.95;1126.50;2.21;0.36 +9999;6;4575.00;9.62;1129.00;3.38;0.36 +9999;9;4572.76;9.79;1125.00;1.57;0.36 +9999;10;4579.24;10.07;1125.00;-1.57;0.36 9999;21;4572.76;9.79;1125.00;1.57;0.36 +10000;0;4682.00;10.15;1257.00;0.00;0.28 +10000;1;4682.50;9.50;1255.00;0.24;0.28 +10000;2;4679.00;10.70;1254.00;-0.78;0.28 +10000;3;4679.00;11.02;1257.00;4.71;0.28 +10000;4;4684.50;11.00;1259.00;2.24;0.28 +10000;5;4680.00;11.25;1259.50;3.81;0.28 +10000;6;4682.00;11.30;1260.50;3.14;0.28 +10000;9;4679.48;10.85;1257.00;1.57;0.28 +10000;10;4684.52;9.85;1257.00;-1.57;0.28 +10000;19;4679.00;10.57;1255.00;0.24;0.28 +10000;20;4677.54;10.57;1254.02;-0.98;0.28 10000;21;4679.48;10.85;1257.00;1.57;0.28 +10001;0;4111.00;9.85;947.00;0.00;0.34 +10001;1;4108.50;10.10;944.50;-0.78;0.34 +10001;2;4113.50;9.70;944.50;0.78;0.34 +10001;3;4106.50;11.10;947.50;4.60;0.34 +10001;4;4117.00;9.70;948.00;1.73;0.34 +10001;5;4113.50;9.80;949.50;2.35;0.34 +10001;6;4109.00;10.25;950.50;3.66;0.34 +10001;9;4107.22;10.76;947.00;1.57;0.34 +10001;10;4114.78;9.75;947.00;-1.57;0.34 +10001;19;4120.00;9.57;947.00;0.79;0.34 +10001;20;4121.75;9.57;947.00;1.57;0.34 10001;21;4107.22;10.76;947.00;1.57;0.34 +10002;0;3341.00;10.72;1143.00;0.00;0.30 +10002;1;3338.00;10.65;1143.00;4.71;0.30 +10002;2;3342.00;10.95;1140.50;0.38;0.30 +10002;3;3344.50;10.80;1143.50;1.71;0.30 +10002;4;3340.00;10.40;1146.50;3.42;0.30 +10002;5;3342.50;10.45;1147.00;2.78;0.30 +10002;9;3338.12;10.65;1143.00;1.57;0.30 +10002;10;3343.88;10.85;1143.00;-1.57;0.30 10002;21;3338.12;10.65;1143.00;1.57;0.30 +10003;0;4617.00;9.70;1280.00;0.00;0.24 +10003;1;4618.00;9.90;1277.50;0.38;0.24 +10003;2;4615.00;9.70;1277.50;-0.67;0.24 +10003;3;4614.50;9.70;1280.50;4.51;0.24 +10003;4;4619.50;9.75;1280.00;1.57;0.24 +10003;5;4618.00;9.70;1283.00;2.82;0.24 +10003;6;4616.00;9.70;1283.50;3.42;0.24 +10003;9;4614.84;9.70;1280.00;1.57;0.24 +10003;10;4619.16;9.75;1280.00;-1.57;0.24 10003;21;4614.84;9.70;1280.00;1.57;0.24 +10004;0;4491.00;9.72;1001.00;0.00;0.24 +10004;1;4486.50;9.70;999.00;-1.15;0.24 +10004;2;4493.00;9.65;999.50;0.92;0.24 +10004;3;4487.00;10.40;1001.00;4.71;0.24 +10004;4;4490.50;10.30;1002.50;3.46;0.24 +10004;5;4495.00;9.67;1003.00;2.03;0.24 +10004;6;4493.50;10.00;1004.00;2.44;0.24 +10004;9;4487.22;10.35;1001.00;1.57;0.24 +10004;10;4494.78;9.68;1001.00;-1.57;0.24 +10004;19;4498.00;9.50;1004.00;0.93;0.24 +10004;20;4499.60;9.50;1004.68;1.97;0.24 10004;21;4487.22;10.35;1001.00;1.57;0.24 +10005;0;3299.00;9.72;1158.00;0.00;0.22 +10005;1;3299.00;9.82;1155.00;0.00;0.22 +10005;2;3297.00;9.70;1156.50;-0.92;0.22 +10005;3;3301.00;9.77;1158.00;1.57;0.22 +10005;4;3299.00;9.70;1160.00;3.14;0.22 +10005;5;3301.00;9.70;1161.50;2.62;0.22 +10005;9;3297.02;9.70;1158.00;1.57;0.22 +10005;10;3300.98;9.77;1158.00;-1.57;0.22 +10005;19;3302.00;9.60;1165.00;-3.66;0.22 +10005;20;3302.69;9.60;1166.60;2.73;0.22 10005;21;3297.02;9.70;1158.00;1.57;0.22 +10006;0;4518.00;10.17;1113.00;0.00;0.40 +10006;1;4514.50;10.20;1108.50;-0.66;0.40 +10006;2;4517.50;10.15;1109.00;-0.12;0.40 +10006;3;4522.00;10.35;1113.00;1.57;0.40 +10006;4;4514.00;10.35;1112.50;-1.44;0.40 +10006;5;4518.00;10.25;1116.50;3.14;0.40 +10006;6;4523.00;10.30;1117.00;2.24;0.40 +10006;9;4514.40;10.31;1113.00;1.57;0.40 +10006;10;4521.60;10.31;1113.00;-1.57;0.40 10006;21;4514.40;10.31;1113.00;1.57;0.40 +10007;0;3239.00;9.50;1250.00;0.00;0.40 +10007;1;3240.50;9.70;1250.50;1.89;0.40 +10007;2;3240.50;9.65;1253.00;2.67;0.40 +10007;3;3242.00;9.70;1253.50;2.43;0.40 +10007;9;3235.40;9.50;1250.00;1.57;0.40 +10007;10;3242.60;9.50;1250.00;-1.57;0.40 +10007;19;3243.98;9.40;1251.40;-5.39;0.40 +10007;20;3245.67;9.40;1251.88;1.84;0.40 10007;21;3242.93;9.80;1254.10;-1.57;0.40 +10008;0;4648.00;10.35;1186.00;0.00;0.28 +10008;1;4645.00;10.30;1183.50;-0.87;0.28 +10008;2;4649.00;10.25;1183.50;0.38;0.28 +10008;3;4645.50;10.30;1187.00;4.33;0.28 +10008;4;4651.50;10.20;1186.50;1.71;0.28 +10008;5;4649.00;10.30;1189.50;2.86;0.28 +10008;9;4645.48;10.30;1186.00;1.57;0.28 +10008;10;4650.52;10.29;1186.00;-1.57;0.28 10008;21;4645.48;10.30;1186.00;1.57;0.28 +10009;0;2732.00;11.10;1268.00;0.00;0.20 +10009;1;2729.50;11.50;1266.00;-0.89;0.20 +10009;2;2733.00;11.10;1266.50;0.58;0.20 +10009;3;2729.00;11.45;1267.00;-1.24;0.20 +10009;4;2729.50;11.30;1267.50;-1.37;0.20 +10009;5;2735.00;11.05;1268.50;1.73;0.20 +10009;6;2731.00;11.15;1269.50;3.73;0.20 +10009;7;2734.00;11.20;1270.50;2.46;0.20 +10009;9;2729.48;11.35;1268.00;1.57;0.20 +10009;10;2734.52;11.05;1268.00;-1.57;0.20 10009;21;2734.52;11.05;1268.00;-1.57;0.20 +10010;0;4642.00;9.67;1046.00;0.00;0.24 +10010;1;4644.00;9.70;1044.50;0.92;0.24 +10010;2;4641.00;9.70;1044.50;-0.58;0.24 +10010;3;4640.50;9.90;1047.50;3.92;0.24 +10010;4;4643.50;9.60;1048.00;2.49;0.24 +10010;5;4642.00;9.62;1049.00;3.14;0.24 +10010;9;4639.84;9.98;1046.00;1.57;0.24 +10010;10;4644.16;9.63;1046.00;-1.57;0.24 +10010;19;4646.49;9.50;1042.44;0.83;0.24 +10010;20;4647.86;9.50;1041.35;0.90;0.24 10010;21;4644.16;9.63;1046.00;-1.57;0.24 +10011;0;4824.00;9.50;1219.00;0.00;0.10 +10011;1;4823.50;9.50;1218.50;-0.78;0.10 +10011;2;4825.00;9.50;1221.00;2.67;0.10 +10011;3;4829.50;9.50;1215.50;1.00;0.10 +10011;4;4823.50;9.50;1224.50;3.23;0.10 +10011;9;4823.10;9.50;1219.00;1.57;0.10 +10011;10;4824.90;9.50;1219.00;-1.57;0.10 +10011;19;4823.00;9.50;1216.00;-0.79;0.10 +10011;20;4822.44;9.50;1214.34;-0.32;0.10 10011;21;4823.10;9.50;1219.00;1.57;0.10 +10012;0;4650.00;12.30;1100.00;0.00;0.22 +10012;1;4651.50;12.40;1097.00;0.46;0.22 +10012;2;4648.50;11.40;1098.00;-0.64;0.22 +10012;3;4652.50;11.80;1100.00;1.57;0.22 +10012;4;4647.50;11.70;1101.00;4.33;0.22 +10012;5;4650.00;12.60;1102.50;3.14;0.22 +10012;6;4647.50;12.45;1103.00;3.83;0.22 +10012;9;4648.02;11.61;1100.00;1.57;0.22 +10012;10;4651.98;11.93;1100.00;-1.57;0.22 10012;21;4648.02;11.61;1100.00;1.57;0.22 +10013;0;2725.00;11.55;1223.00;0.00;0.28 +10013;1;2722.00;11.50;1220.50;-0.87;0.28 +10013;2;2727.00;11.92;1221.00;0.78;0.28 +10013;3;2721.00;10.80;1224.00;4.46;0.28 +10013;4;2731.00;11.70;1222.50;1.48;0.28 +10013;5;2729.00;11.70;1224.50;1.93;0.28 +10013;6;2725.50;11.40;1225.50;2.94;0.28 +10013;7;2723.00;10.92;1227.00;3.60;0.28 +10013;9;2721.40;10.93;1223.00;1.57;0.28 +10013;10;2728.60;11.85;1223.00;-1.57;0.28 10013;21;2721.40;10.93;1223.00;1.57;0.28 +10014;0;4670.00;11.32;1142.00;0.00;0.28 +10014;1;4668.00;11.27;1140.00;-0.78;0.28 +10014;2;4671.00;10.85;1139.50;0.38;0.28 +10014;3;4672.50;11.00;1141.50;1.37;0.28 +10014;4;4666.50;11.10;1142.00;4.71;0.28 +10014;5;4673.00;11.15;1143.50;2.03;0.28 +10014;6;4668.50;10.80;1144.50;3.68;0.28 +10014;7;4671.00;11.05;1144.50;2.76;0.28 +10014;9;4667.48;11.19;1142.00;1.57;0.28 +10014;10;4672.52;11.04;1142.00;-1.57;0.28 10014;21;4667.48;11.19;1142.00;1.57;0.28 +10015;0;4958.00;12.52;1251.00;0.00;0.26 +10015;1;4955.00;12.90;1248.00;-0.78;0.26 +10015;2;4958.00;12.65;1248.50;0.00;0.26 +10015;3;4954.00;13.10;1251.50;4.58;0.26 +10015;4;4961.00;12.80;1250.50;1.40;0.26 +10015;5;4962.00;12.90;1252.00;1.81;0.26 +10015;6;4957.50;12.45;1253.00;3.38;0.26 +10015;7;4961.00;12.75;1253.00;2.15;0.26 +10015;9;4954.76;12.97;1251.00;1.57;0.26 +10015;10;4961.24;12.81;1251.00;-1.57;0.26 10015;21;4954.76;12.97;1251.00;1.57;0.26 +10016;0;4450.00;9.65;958.00;0.00;0.20 +10016;1;4450.00;9.75;955.50;0.00;0.20 +10016;2;4446.50;10.30;957.50;-1.42;0.20 +10016;3;4453.00;9.60;957.50;1.40;0.20 +10016;4;4448.00;9.90;959.50;4.06;0.20 +10016;5;4451.50;9.50;959.50;2.35;0.20 +10016;9;4447.48;10.05;958.00;1.57;0.20 +10016;10;4452.52;9.60;958.00;-1.57;0.20 +10016;19;4454.00;9.50;956.00;1.41;0.20 +10016;20;4455.56;9.50;955.21;1.10;0.20 10016;21;4447.48;10.05;958.00;1.57;0.20 +10017;0;4630.00;9.70;1168.00;0.00;0.26 +10017;1;4629.00;9.90;1165.00;-0.32;0.26 +10017;2;4626.50;9.80;1167.00;-1.29;0.26 +10017;3;4632.50;9.80;1166.50;1.03;0.26 +10017;4;4634.00;9.70;1168.50;1.69;0.26 +10017;5;4628.00;9.70;1170.00;3.92;0.26 +10017;6;4632.00;9.70;1170.50;2.46;0.26 +10017;7;4629.50;9.70;1171.50;3.28;0.26 +10017;9;4627.12;9.76;1168.00;1.57;0.26 +10017;10;4632.88;9.70;1168.00;-1.57;0.26 10017;21;4627.12;9.76;1168.00;1.57;0.26 +10018;0;4702.00;10.67;1270.00;0.00;0.20 +10018;1;4701.00;9.72;1267.00;-0.32;0.20 +10018;2;4699.00;10.60;1269.00;-1.24;0.20 +10018;3;4703.50;9.50;1268.00;0.64;0.20 +10018;4;4705.00;10.35;1271.00;1.89;0.20 +10018;5;4701.00;11.17;1272.00;3.60;0.20 +10018;9;4699.48;10.89;1270.00;1.57;0.20 +10018;10;4704.52;10.14;1270.00;-1.57;0.20 +10018;19;4707.00;9.55;1269.00;0.64;0.20 +10018;20;4708.71;9.55;1268.65;1.37;0.20 10018;21;4699.48;10.89;1270.00;1.57;0.20 +10019;0;3965.00;11.05;990.00;0.00;0.30 +10019;1;3965.50;11.30;986.50;0.14;0.30 +10019;2;3961.00;10.80;989.00;-1.32;0.30 +10019;3;3970.00;10.82;989.00;1.37;0.30 +10019;4;3960.50;10.20;992.50;4.20;0.30 +10019;5;3966.00;10.72;993.00;2.82;0.30 +10019;9;3961.40;10.68;990.00;1.57;0.30 +10019;10;3968.60;10.84;990.00;-1.57;0.30 10019;21;3961.40;10.68;990.00;1.57;0.30 +10020;0;4850.00;12.82;1197.00;0.00;0.24 +10020;1;4850.00;12.72;1195.00;0.00;0.24 +10020;2;4852.50;12.90;1195.50;1.03;0.24 +10020;3;4848.00;12.57;1197.00;4.71;0.24 +10020;4;4851.50;12.80;1198.00;2.15;0.24 +10020;5;4848.50;12.60;1200.00;3.60;0.24 +10020;9;4847.84;12.53;1197.00;1.57;0.24 +10020;10;4852.16;12.83;1197.00;-1.57;0.24 10020;21;4852.16;12.83;1197.00;-1.57;0.24 +10021;0;4050.00;14.52;1132.00;0.00;0.46 +10021;1;4047.00;13.20;1127.00;-0.54;0.46 +10021;2;4051.50;13.60;1127.50;0.32;0.46 +10021;3;4046.00;14.50;1133.00;4.46;0.46 +10021;4;4055.50;15.15;1131.00;1.39;0.46 +10021;5;4052.00;15.55;1136.50;2.72;0.46 +10021;9;4045.86;14.21;1132.00;1.57;0.46 +10021;10;4054.14;15.19;1132.00;-1.57;0.46 10021;21;4045.86;14.21;1132.00;1.57;0.46 +10022;0;4614.00;9.70;1295.00;0.00;0.24 +10022;1;4614.50;9.70;1291.00;0.12;0.24 +10022;2;4612.50;9.70;1291.50;-0.40;0.24 +10022;3;4616.00;9.70;1294.00;1.10;0.24 +10022;4;4612.00;9.75;1296.00;4.24;0.24 +10022;5;4618.00;9.70;1297.00;2.03;0.24 +10022;6;4615.50;9.70;1298.00;2.67;0.24 +10022;7;4613.00;9.70;1299.50;3.36;0.24 +10022;9;4611.84;9.83;1295.00;1.57;0.24 +10022;10;4616.16;9.70;1295.00;-1.57;0.24 10022;21;4611.84;9.83;1295.00;1.57;0.24 +10023;0;2694.00;12.92;1189.00;0.00;0.28 +10023;1;2697.00;13.30;1186.50;0.87;0.28 +10023;2;2691.50;13.20;1187.50;-1.03;0.28 +10023;3;2699.50;13.10;1187.50;1.30;0.28 +10023;4;2698.50;13.10;1190.00;1.78;0.28 +10023;5;2688.50;11.50;1190.00;4.53;0.28 +10023;6;2690.50;11.60;1192.00;4.00;0.28 +10023;7;2695.00;11.82;1192.00;2.82;0.28 +10023;9;2689.68;12.39;1189.00;1.57;0.28 +10023;10;2698.32;13.10;1189.00;-1.57;0.28 10023;21;2689.68;12.39;1189.00;1.57;0.28 +10024;0;2788.00;9.92;1283.00;0.00;0.20 +10024;1;2789.50;9.70;1281.00;0.64;0.20 +10024;2;2786.50;10.05;1283.00;4.71;0.20 +10024;3;2789.50;10.10;1285.00;2.49;0.20 +10024;4;2787.50;10.25;1286.00;3.30;0.20 +10024;9;2786.20;10.09;1283.00;1.57;0.20 +10024;10;2789.80;9.87;1283.00;-1.57;0.20 +10024;19;2792.95;9.40;1281.46;1.54;0.20 +10024;20;2794.62;9.40;1280.94;1.26;0.20 10024;21;2788.26;10.60;1286.81;-1.57;0.20 +10025;0;3090.00;12.10;538.00;0.00;0.78 +10025;1;3095.00;11.85;530.00;0.55;0.78 +10025;2;3083.50;11.30;533.00;-0.91;0.78 +10025;3;3079.00;11.35;541.00;4.44;0.78 +10025;4;3099.50;12.15;541.00;1.87;0.78 +10025;5;3086.50;12.00;546.00;3.55;0.78 +10025;6;3096.50;12.00;545.50;2.42;0.78 +10025;9;3081.90;11.30;538.00;1.57;0.78 +10025;10;3098.10;12.23;538.00;-1.57;0.78 10025;21;3081.90;11.30;538.00;1.57;0.78 +10026;0;2958.00;10.80;1220.00;0.00;0.32 +10026;1;2957.50;10.70;1217.00;-0.16;0.32 +10026;2;2954.50;10.10;1217.50;-0.95;0.32 +10026;3;2955.00;10.62;1220.00;4.71;0.32 +10026;4;2961.00;10.70;1219.00;1.24;0.32 +10026;5;2960.50;11.20;1222.50;2.35;0.32 +10026;6;2957.50;11.10;1223.00;3.30;0.32 +10026;7;2960.00;11.05;1224.50;2.72;0.32 +10026;9;2954.76;10.63;1220.00;1.57;0.32 +10026;10;2961.24;10.85;1220.00;-1.57;0.32 +10026;19;2965.00;9.50;1220.00;1.25;0.32 +10026;20;2966.75;9.50;1220.00;1.57;0.32 10026;21;2961.24;10.85;1220.00;-1.57;0.32 +10027;0;3057.00;11.67;1319.00;0.00;0.20 +10027;1;3054.00;10.45;1318.50;-1.40;0.20 +10027;2;3057.50;11.30;1316.50;0.19;0.20 +10027;3;3059.50;11.70;1317.00;0.89;0.20 +10027;4;3060.50;11.55;1319.00;1.57;0.20 +10027;5;3056.50;12.00;1321.00;3.38;0.20 +10027;6;3060.00;12.35;1321.50;2.26;0.20 +10027;9;3054.66;10.90;1319.00;1.57;0.20 +10027;10;3059.34;11.87;1319.00;-1.57;0.20 +10027;19;3063.00;9.88;1320.00;1.57;0.20 +10027;20;3064.72;9.88;1320.28;1.73;0.20 10027;21;3054.66;10.90;1319.00;1.57;0.20 +10028;0;3300.00;10.40;1092.00;0.00;0.32 +10028;1;3299.00;10.12;1089.00;-0.32;0.32 +10028;2;3302.00;10.47;1089.00;0.58;0.32 +10028;3;3296.50;10.10;1091.50;-1.42;0.32 +10028;4;3303.50;10.95;1092.00;1.57;0.32 +10028;5;3298.00;10.30;1094.50;3.81;0.32 +10028;6;3302.50;10.90;1094.50;2.35;0.32 +10028;9;3297.12;10.10;1092.00;1.57;0.32 +10028;10;3302.88;10.88;1092.00;-1.57;0.32 10028;21;3297.12;10.10;1092.00;1.57;0.32 +10029;0;1545.00;9.70;1424.00;0.00;0.32 +10029;1;1544.00;9.70;1421.00;-0.32;0.32 +10029;2;1548.50;9.70;1421.00;0.86;0.32 +10029;3;1541.00;9.80;1424.00;4.71;0.32 +10029;4;1546.50;9.70;1426.00;2.49;0.32 +10029;5;1541.50;9.80;1427.50;3.92;0.32 +10029;9;1541.40;9.80;1424.00;1.57;0.32 +10029;10;1548.60;9.70;1424.00;-1.57;0.32 10029;21;1541.40;9.80;1424.00;1.57;0.32 +10030;0;4024.00;11.00;988.00;0.00;0.38 +10030;1;4023.00;11.00;984.00;-0.24;0.38 +10030;2;4028.50;10.55;984.00;0.84;0.38 +10030;3;4018.00;11.25;986.00;-1.24;0.38 +10030;4;4028.50;10.90;989.00;1.78;0.38 +10030;5;4019.50;11.20;988.50;4.60;0.38 +10030;6;4024.00;11.00;992.50;3.14;0.38 +10030;9;4019.86;11.18;988.00;1.57;0.38 +10030;10;4028.14;10.83;988.00;-1.57;0.38 10030;21;4019.86;11.18;988.00;1.57;0.38 +10031;0;3284.00;9.80;1118.00;0.00;0.22 +10031;1;3283.50;9.80;1115.50;-0.19;0.22 +10031;2;3286.00;9.70;1117.50;1.32;0.22 +10031;3;3281.50;9.80;1116.00;-0.89;0.22 +10031;4;3281.50;9.80;1118.50;4.51;0.22 +10031;5;3284.50;9.80;1121.50;3.00;0.22 +10031;9;3282.02;9.80;1118.00;1.57;0.22 +10031;10;3285.98;9.70;1118.00;-1.57;0.22 10031;21;3282.02;9.80;1118.00;1.57;0.22 +10032;0;4941.00;11.92;1258.00;0.00;0.28 +10032;1;4938.00;12.32;1255.00;-0.78;0.28 +10032;2;4942.50;12.20;1257.00;0.98;0.28 +10032;3;4938.50;10.45;1259.00;4.33;0.28 +10032;4;4945.00;11.45;1259.50;1.93;0.28 +10032;5;4941.50;10.30;1261.50;3.00;0.28 +10032;9;4937.94;10.86;1258.00;1.57;0.28 +10032;10;4944.06;11.90;1258.00;-1.57;0.28 +10032;19;4946.00;10.18;1262.00;-1.95;0.28 +10032;20;4947.36;10.18;1263.09;2.24;0.28 10032;21;4937.94;10.86;1258.00;1.57;0.28 +10033;0;4267.00;13.87;999.00;0.00;0.26 +10033;1;4266.00;13.47;996.00;-0.32;0.26 +10033;2;4270.00;14.37;997.00;0.98;0.26 +10033;3;4263.00;11.80;998.50;-1.44;0.26 +10033;4;4271.00;14.75;1000.50;1.93;0.26 +10033;5;4266.50;13.30;1001.00;3.38;0.26 +10033;9;4263.94;12.30;999.00;1.57;0.26 +10033;10;4270.06;14.56;999.00;-1.57;0.26 10033;21;4263.94;12.30;999.00;1.57;0.26 +10034;0;4689.00;10.80;1162.00;0.00;0.20 +10034;1;4688.50;10.90;1160.00;-0.24;0.20 +10034;2;4691.00;11.12;1161.00;1.10;0.20 +10034;3;4686.50;10.40;1162.50;4.51;0.20 +10034;4;4692.50;11.30;1162.50;1.71;0.20 +10034;5;4690.50;10.90;1163.50;2.35;0.20 +10034;6;4687.50;10.20;1164.00;3.78;0.20 +10034;9;4687.02;10.60;1162.00;1.57;0.20 +10034;10;4690.98;11.12;1162.00;-1.57;0.20 10034;21;4687.02;10.60;1162.00;1.57;0.20 +10035;0;4211.00;10.00;1021.00;0.00;0.26 +10035;1;4213.00;10.00;1018.50;0.67;0.26 +10035;2;4214.50;10.00;1021.00;1.57;0.26 +10035;3;4209.00;9.95;1019.00;-0.78;0.26 +10035;4;4207.50;9.90;1021.50;4.57;0.26 +10035;5;4211.00;10.00;1023.50;3.14;0.26 +10035;9;4208.12;9.90;1021.00;1.57;0.26 +10035;10;4213.88;10.00;1021.00;-1.57;0.26 +10035;19;4217.00;9.85;1016.00;1.57;0.26 +10035;20;4218.34;9.85;1014.88;0.87;0.26 10035;21;4208.12;9.90;1021.00;1.57;0.26 +10036;0;4799.00;9.97;1277.00;0.00;0.22 +10036;1;4798.50;9.90;1274.50;-0.19;0.22 +10036;2;4801.00;10.00;1275.50;0.92;0.22 +10036;3;4796.50;9.95;1276.00;-1.19;0.22 +10036;4;4802.00;10.22;1278.00;1.89;0.22 +10036;5;4797.00;10.15;1278.50;4.06;0.22 +10036;6;4800.50;10.30;1279.50;2.60;0.22 +10036;9;4796.84;10.05;1277.00;1.57;0.22 +10036;10;4801.16;10.08;1277.00;-1.57;0.22 10036;21;4796.84;10.05;1277.00;1.57;0.22 +10037;0;2995.00;11.05;1153.00;0.00;0.54 +10037;1;2992.00;11.10;1148.50;-0.58;0.54 +10037;2;2998.50;11.10;1148.50;0.66;0.54 +10037;3;3000.50;11.10;1154.50;1.83;0.54 +10037;4;2990.50;11.00;1156.50;4.05;0.54 +10037;5;2998.00;11.20;1159.00;2.67;0.54 +10037;9;2990.14;11.00;1153.00;1.57;0.54 +10037;10;2999.86;11.10;1153.00;-1.57;0.54 10037;21;2990.14;11.00;1153.00;1.57;0.54 +10038;0;3237.00;10.45;1277.00;0.00;0.24 +10038;1;3239.00;10.10;1275.00;0.78;0.24 +10038;2;3234.00;9.70;1275.50;-1.10;0.24 +10038;3;3240.50;11.10;1278.00;1.84;0.24 +10038;4;3236.00;10.57;1279.00;3.60;0.24 +10038;5;3239.00;11.82;1280.00;2.55;0.24 +10038;9;3234.30;9.74;1277.00;1.57;0.24 +10038;10;3239.70;10.80;1277.00;-1.57;0.24 +10038;19;3235.00;9.50;1273.00;-1.11;0.24 +10038;20;3234.21;9.50;1271.43;-0.46;0.24 10038;21;3234.30;9.74;1277.00;1.57;0.24 +10039;0;4512.00;10.72;1060.00;0.00;0.30 +10039;1;4509.00;10.47;1058.00;-0.98;0.30 +10039;2;4512.00;10.42;1056.00;0.00;0.30 +10039;3;4514.50;10.60;1061.00;1.95;0.30 +10039;4;4510.50;11.60;1062.50;3.68;0.30 +10039;5;4514.00;10.85;1065.50;2.79;0.30 +10039;9;4509.30;10.86;1060.00;1.57;0.30 +10039;10;4514.70;10.60;1060.00;-1.57;0.30 10039;21;4509.30;10.86;1060.00;1.57;0.30 +10040;0;4627.00;10.90;1205.00;0.00;0.26 +10040;1;4625.50;10.10;1202.00;-0.46;0.26 +10040;2;4628.50;10.75;1203.00;0.64;0.26 +10040;3;4624.00;10.20;1204.50;-1.40;0.26 +10040;4;4630.50;11.20;1205.50;1.71;0.26 +10040;5;4625.50;10.60;1207.50;3.68;0.26 +10040;6;4629.50;11.30;1207.50;2.35;0.26 +10040;9;4624.12;10.27;1205.00;1.57;0.26 +10040;10;4629.88;11.15;1205.00;-1.57;0.26 10040;21;4624.12;10.27;1205.00;1.57;0.26 +10041;0;3260.00;12.92;1282.00;0.00;0.24 +10041;1;3259.50;13.40;1279.50;-0.19;0.24 +10041;2;3262.00;13.60;1279.50;0.67;0.24 +10041;3;3257.00;12.70;1281.50;-1.40;0.24 +10041;4;3262.00;13.20;1282.50;1.81;0.24 +10041;5;3258.00;11.65;1284.00;3.92;0.24 +10041;6;3262.50;12.25;1285.00;2.44;0.24 +10041;7;3260.50;11.85;1285.00;2.97;0.24 +10041;9;3257.84;12.55;1282.00;1.57;0.24 +10041;10;3262.16;13.36;1282.00;-1.57;0.24 10041;21;3257.84;12.55;1282.00;1.57;0.24 +10042;0;4655.00;11.55;1087.00;0.00;0.30 +10042;1;4655.50;10.80;1083.50;0.14;0.30 +10042;2;4652.50;10.60;1084.00;-0.69;0.30 +10042;3;4658.00;12.15;1086.50;1.40;0.30 +10042;4;4651.00;10.55;1086.00;-1.32;0.30 +10042;5;4652.50;10.95;1088.00;4.33;0.30 +10042;6;4654.00;11.50;1090.50;3.42;0.30 +10042;7;4659.00;14.05;1090.00;2.21;0.30 +10042;8;4657.00;13.02;1091.00;2.67;0.30 +10042;9;4652.12;10.77;1087.00;1.57;0.30 +10042;10;4657.88;12.38;1087.00;-1.57;0.30 10042;21;4652.12;10.77;1087.00;1.57;0.30 +10043;0;4629.00;10.65;1239.00;0.00;0.26 +10043;1;4631.00;10.55;1235.50;0.51;0.26 +10043;2;4628.50;10.25;1236.00;-0.16;0.26 +10043;3;4632.00;11.25;1238.50;1.40;0.26 +10043;4;4626.50;10.05;1239.00;4.71;0.26 +10043;5;4630.50;11.20;1241.50;2.60;0.26 +10043;6;4627.50;10.60;1241.50;3.68;0.26 +10043;9;4626.48;10.04;1239.00;1.57;0.26 +10043;10;4631.52;11.25;1239.00;-1.57;0.26 10043;21;4626.48;10.04;1239.00;1.57;0.26 +10044;0;4635.00;11.05;1142.00;0.00;0.26 +10044;1;4633.50;11.10;1139.50;-0.54;0.26 +10044;2;4637.50;10.70;1140.50;1.03;0.26 +10044;3;4632.00;11.30;1143.00;4.39;0.26 +10044;4;4636.50;11.10;1143.50;2.35;0.26 +10044;5;4634.00;11.15;1145.50;3.42;0.26 +10044;9;4632.30;11.17;1142.00;1.57;0.26 +10044;10;4637.70;11.03;1142.00;-1.57;0.26 10044;21;4632.30;11.17;1142.00;1.57;0.26 +10045;0;2815.00;14.17;1229.00;0.00;0.36 +10045;1;2816.50;13.70;1224.50;0.32;0.36 +10045;2;2812.50;14.00;1226.00;-0.69;0.36 +10045;3;2819.50;13.70;1226.00;0.98;0.36 +10045;4;2818.50;13.70;1230.50;1.97;0.36 +10045;5;2810.50;13.50;1230.50;4.39;0.36 +10045;6;2813.50;13.35;1233.00;3.50;0.36 +10045;7;2816.50;13.30;1233.50;2.82;0.36 +10045;9;2811.76;13.95;1229.00;1.57;0.36 +10045;10;2818.24;13.93;1229.00;-1.57;0.36 10045;21;2811.76;13.95;1229.00;1.57;0.36 +10046;0;3076.00;9.85;1154.00;0.00;0.26 +10046;1;3075.00;10.00;1150.00;-0.24;0.26 +10046;2;3077.00;9.95;1150.50;0.27;0.26 +10046;3;3078.50;9.80;1153.50;1.37;0.26 +10046;4;3073.00;9.80;1154.50;4.54;0.26 +10046;5;3077.00;9.60;1157.50;2.86;0.26 +10046;9;3073.66;9.85;1154.00;1.57;0.26 +10046;10;3078.34;9.80;1154.00;-1.57;0.26 +10046;19;3083.00;9.60;1159.00;-3.42;0.26 +10046;20;3084.42;9.60;1160.01;2.19;0.26 10046;21;3073.66;9.85;1154.00;1.57;0.26 +10047;0;1563.00;9.70;1428.00;0.00;0.32 +10047;1;1563.50;9.70;1424.00;0.12;0.32 +10047;2;1566.50;9.70;1424.00;0.71;0.32 +10047;3;1565.00;9.70;1428.00;1.57;0.32 +10047;4;1559.50;9.70;1428.50;4.57;0.32 +10047;5;1561.00;9.70;1432.00;3.60;0.32 +10047;9;1560.12;9.70;1428.00;1.57;0.32 +10047;10;1565.88;9.70;1428.00;-1.57;0.32 +10047;19;1568.00;9.60;1422.00;0.72;0.32 +10047;20;1569.12;9.60;1420.65;0.69;0.32 10047;21;1560.12;9.70;1428.00;1.57;0.32 +10048;0;427.00;12.80;989.00;0.00;0.22 +10048;1;426.50;11.00;984.50;-0.11;0.22 +10048;2;428.50;13.15;988.00;0.98;0.22 +10048;3;425.50;12.10;992.50;3.54;0.22 +10048;4;422.50;9.50;995.50;3.74;0.22 +10048;9;425.02;11.63;989.00;1.57;0.22 +10048;10;428.98;13.69;989.00;-1.57;0.22 +10048;19;423.00;10.13;990.00;-2.74;0.22 +10048;20;421.30;10.13;990.42;4.46;0.22 10048;21;425.02;11.63;989.00;1.57;0.22 +10049;0;3149.00;11.12;1174.00;0.00;0.26 +10049;1;3148.00;10.60;1171.00;-0.32;0.26 +10049;2;3150.50;10.70;1172.00;0.64;0.26 +10049;3;3146.00;11.00;1172.50;-1.10;0.26 +10049;4;3147.50;11.40;1175.50;3.92;0.26 +10049;5;3151.50;10.85;1176.00;2.24;0.26 +10049;6;3150.00;11.00;1178.50;2.92;0.26 +10049;7;3151.00;10.80;1178.50;2.72;0.26 +10049;9;3146.66;11.20;1174.00;1.57;0.26 +10049;10;3151.34;10.86;1174.00;-1.57;0.26 10049;21;3146.66;11.20;1174.00;1.57;0.26 +10050;0;4508.00;9.95;1019.00;0.00;0.28 +10050;1;4507.00;9.80;1017.00;-0.46;0.28 +10050;2;4510.50;9.90;1016.50;0.78;0.28 +10050;3;4511.50;9.85;1019.00;1.57;0.28 +10050;4;4504.50;9.90;1019.50;4.57;0.28 +10050;5;4505.50;10.20;1021.50;3.92;0.28 +10050;6;4510.00;10.12;1022.00;2.55;0.28 +10050;9;4505.12;9.93;1019.00;1.57;0.28 +10050;10;4510.88;9.81;1019.00;-1.57;0.28 10050;21;4505.12;9.93;1019.00;1.57;0.28 +10051;0;1572.00;9.70;1445.00;0.00;0.32 +10051;1;1570.00;9.70;1443.50;-0.92;0.32 +10051;2;1574.50;9.70;1442.50;0.78;0.32 +10051;3;1577.00;9.70;1444.50;1.47;0.32 +10051;4;1574.00;9.70;1446.50;2.21;0.32 +10051;5;1570.00;9.70;1447.50;3.81;0.32 +10051;9;1568.58;9.70;1445.00;1.57;0.32 +10051;10;1575.42;9.70;1445.00;-1.57;0.32 10051;21;1568.58;9.70;1445.00;1.57;0.32 +10052;0;4865.00;9.82;1214.00;0.00;0.20 +10052;1;4867.00;9.60;1212.50;0.92;0.20 +10052;2;4864.00;9.50;1212.50;-0.58;0.20 +10052;3;4862.00;9.50;1214.50;4.54;0.20 +10052;4;4866.00;10.15;1215.50;2.55;0.20 +10052;5;4863.50;10.65;1216.00;3.78;0.20 +10052;9;4862.66;9.50;1214.00;1.57;0.20 +10052;10;4867.34;9.70;1214.00;-1.57;0.20 +10052;19;4869.00;9.50;1213.00;0.93;0.20 +10052;20;4870.69;9.50;1212.57;1.32;0.20 10052;21;4862.66;9.50;1214.00;1.57;0.20 +10053;0;4583.00;10.65;1297.00;0.00;0.26 +10053;1;4582.00;10.85;1294.00;-0.32;0.26 +10053;2;4584.50;10.70;1294.50;0.54;0.26 +10053;3;4580.50;10.80;1296.00;-1.19;0.26 +10053;4;4587.00;11.00;1297.00;1.57;0.26 +10053;5;4581.50;11.00;1299.50;3.68;0.26 +10053;6;4585.00;11.00;1299.50;2.46;0.26 +10053;9;4580.48;10.85;1297.00;1.57;0.26 +10053;10;4585.52;10.70;1297.00;-1.57;0.26 10053;21;4580.48;10.85;1297.00;1.57;0.26 +10054;0;4634.00;12.15;1048.00;0.00;0.22 +10054;1;4634.00;11.45;1045.50;0.00;0.22 +10054;2;4632.00;11.95;1046.00;-0.78;0.22 +10054;3;4636.50;10.80;1048.50;1.76;0.22 +10054;4;4632.50;12.80;1049.50;3.92;0.22 +10054;5;4635.50;11.10;1051.00;2.67;0.22 +10054;9;4632.02;12.52;1048.00;1.57;0.22 +10054;10;4635.98;11.06;1048.00;-1.57;0.22 10054;21;4632.02;12.52;1048.00;1.57;0.22 +10055;0;4900.00;11.35;1236.00;0.00;0.20 +10055;1;4899.50;10.30;1233.50;-0.19;0.20 +10055;2;4901.50;10.90;1234.50;0.78;0.20 +10055;3;4898.00;10.35;1233.50;-0.67;0.20 +10055;4;4897.50;11.10;1235.50;-1.37;0.20 +10055;5;4902.50;12.15;1237.00;1.95;0.20 +10055;6;4899.50;11.80;1238.50;3.33;0.20 +10055;9;4898.20;11.30;1236.00;1.57;0.20 +10055;10;4901.80;11.61;1236.00;-1.57;0.20 +10055;19;4904.00;11.25;1241.00;-2.94;0.20 +10055;20;4905.09;11.25;1242.36;2.46;0.20 10055;21;4898.20;11.30;1236.00;1.57;0.20 +10056;0;3341.00;11.75;1268.00;0.00;0.32 +10056;1;3339.00;10.85;1265.50;-0.67;0.32 +10056;2;3342.00;9.95;1264.50;0.27;0.32 +10056;3;3343.50;11.90;1268.50;1.76;0.32 +10056;4;3337.50;12.00;1268.00;4.71;0.32 +10056;5;3340.00;12.52;1270.00;3.60;0.32 +10056;6;3343.50;12.50;1271.50;2.52;0.32 +10056;9;3338.12;11.93;1268.00;1.57;0.32 +10056;10;3343.88;11.48;1268.00;-1.57;0.32 +10056;19;3340.00;9.57;1261.00;0.28;0.32 +10056;20;3339.75;9.57;1259.26;-0.14;0.32 10056;21;3342.06;11.90;1263.58;-1.57;0.32 +10057;0;4598.00;10.40;1090.00;0.00;0.30 +10057;1;4596.00;10.40;1085.50;-0.41;0.30 +10057;2;4599.50;10.40;1087.00;0.46;0.30 +10057;3;4594.50;10.30;1089.00;-1.29;0.30 +10057;4;4601.50;10.40;1091.50;1.97;0.30 +10057;5;4596.00;10.35;1093.00;3.73;0.30 +10057;6;4599.00;10.40;1094.00;2.89;0.30 +10057;9;4595.30;10.29;1090.00;1.57;0.30 +10057;10;4600.70;10.40;1090.00;-1.57;0.30 10057;21;4595.30;10.29;1090.00;1.57;0.30 +10058;0;4699.00;10.02;1128.00;0.00;0.24 +10058;1;4699.00;9.80;1124.50;0.00;0.24 +10058;2;4701.50;9.60;1125.00;0.69;0.24 +10058;3;4696.50;11.10;1127.50;-1.37;0.24 +10058;4;4701.00;9.60;1127.50;1.32;0.24 +10058;5;4700.50;9.60;1131.00;2.67;0.24 +10058;6;4696.50;11.70;1130.50;3.92;0.24 +10058;7;4698.50;10.45;1132.00;3.26;0.24 +10058;9;4696.84;11.06;1128.00;1.57;0.24 +10058;10;4701.16;9.53;1128.00;-1.57;0.24 +10058;19;4703.00;9.55;1127.00;1.33;0.24 +10058;20;4704.69;9.55;1126.57;1.32;0.24 10058;21;4701.16;9.53;1128.00;-1.57;0.24 +10059;0;2893.00;11.97;1235.00;0.00;0.32 +10059;1;2889.00;11.95;1232.50;-1.01;0.32 +10059;2;2894.00;11.15;1232.50;0.38;0.32 +10059;3;2897.50;12.15;1234.00;1.35;0.32 +10059;4;2889.50;12.40;1237.00;4.19;0.32 +10059;5;2895.50;12.90;1237.50;2.35;0.32 +10059;6;2893.00;13.35;1239.50;3.14;0.32 +10059;9;2889.22;12.10;1235.00;1.57;0.32 +10059;10;2896.78;12.48;1235.00;-1.57;0.32 10059;21;2889.22;12.10;1235.00;1.57;0.32 +10060;0;4130.00;10.65;986.00;0.00;0.38 +10060;1;4132.00;10.90;981.50;0.41;0.38 +10060;2;4133.50;10.80;983.50;0.95;0.38 +10060;3;4128.00;10.75;984.50;-0.92;0.38 +10060;4;4132.50;10.30;987.50;2.11;0.38 +10060;5;4127.50;10.35;989.00;3.83;0.38 +10060;9;4126.58;10.50;986.00;1.57;0.38 +10060;10;4133.42;10.50;986.00;-1.57;0.38 10060;21;4126.58;10.50;986.00;1.57;0.38 +10061;0;3234.00;10.02;1157.00;0.00;0.28 +10061;1;3233.50;10.00;1153.50;-0.14;0.28 +10061;2;3230.50;10.00;1154.50;-0.95;0.28 +10061;3;3237.50;10.00;1156.50;1.42;0.28 +10061;4;3231.00;10.05;1157.50;4.54;0.28 +10061;5;3236.50;9.90;1160.00;2.44;0.28 +10061;9;3230.40;10.00;1157.00;1.57;0.28 +10061;10;3237.60;9.99;1157.00;-1.57;0.28 +10061;19;3234.00;9.68;1163.00;-3.84;0.28 +10061;20;3234.00;9.68;1164.75;3.14;0.28 10061;21;3230.40;10.00;1157.00;1.57;0.28 +10062;0;4586.00;9.55;1013.00;0.00;0.20 +10062;1;4586.00;9.50;1012.00;0.00;0.20 +10062;2;4586.50;9.70;1015.00;2.89;0.20 +10062;9;4584.20;9.50;1013.00;1.57;0.20 +10062;10;4587.80;9.64;1013.00;-1.57;0.20 +10062;19;4586.74;9.50;1011.44;-0.20;0.20 +10062;20;4587.49;9.50;1009.86;0.44;0.20 10062;21;4587.80;9.64;1013.00;-1.57;0.20 +10063;0;2749.00;10.32;1265.00;0.00;0.16 +10063;1;2748.50;9.50;1263.50;-0.32;0.16 +10063;2;2751.50;9.50;1263.50;1.03;0.16 +10063;3;2746.50;10.40;1265.50;4.51;0.16 +10063;4;2752.00;11.25;1265.50;1.73;0.16 +10063;5;2749.50;12.55;1267.00;2.89;0.16 +10063;9;2746.84;9.96;1265.00;1.57;0.16 +10063;10;2751.16;10.73;1265.00;-1.57;0.16 +10063;19;2748.00;9.50;1264.00;-0.32;0.16 +10063;20;2746.76;9.50;1262.76;-0.78;0.16 10063;21;2751.16;10.73;1265.00;-1.57;0.16 +10064;0;4620.00;9.70;1177.00;0.00;0.28 +10064;1;4619.00;9.70;1174.00;-0.32;0.28 +10064;2;4623.00;9.70;1174.50;0.87;0.28 +10064;3;4617.00;9.70;1178.00;4.39;0.28 +10064;4;4622.00;9.70;1178.50;2.21;0.28 +10064;5;4619.50;9.70;1180.50;3.28;0.28 +10064;9;4617.48;9.70;1177.00;1.57;0.28 +10064;10;4622.52;9.70;1177.00;-1.57;0.28 10064;21;4617.48;9.70;1177.00;1.57;0.28 +10065;0;4772.00;11.10;1301.00;0.00;0.16 +10065;1;4769.50;10.15;1299.00;-0.89;0.16 +10065;2;4773.00;11.20;1299.50;0.58;0.16 +10065;3;4768.50;9.90;1299.50;-1.16;0.16 +10065;4;4775.50;11.60;1301.00;1.57;0.16 +10065;5;4770.00;10.52;1302.00;4.24;0.16 +10065;6;4774.00;11.35;1302.50;2.21;0.16 +10065;9;4769.48;10.34;1301.00;1.57;0.16 +10065;10;4774.52;11.50;1301.00;-1.57;0.16 +10065;19;4766.00;9.50;1299.00;-1.17;0.16 +10065;20;4764.34;9.50;1298.44;-1.24;0.16 10065;21;4769.48;10.34;1301.00;1.57;0.16 +10066;0;3957.00;10.15;1155.00;0.00;0.54 +10066;1;3953.00;10.50;1149.50;-0.62;0.54 +10066;2;3950.00;10.25;1151.50;-1.10;0.54 +10066;3;3961.00;9.95;1154.50;1.44;0.54 +10066;4;3954.50;10.20;1158.00;3.83;0.54 +10066;5;3962.50;10.00;1159.50;2.25;0.54 +10066;9;3951.06;10.20;1155.00;1.57;0.54 +10066;10;3962.94;9.90;1155.00;-1.57;0.54 10066;21;3951.06;10.20;1155.00;1.57;0.54 +10067;0;2989.00;10.70;1178.00;0.00;0.30 +10067;1;2987.00;10.95;1176.00;-0.78;0.30 +10067;2;2992.50;11.00;1175.50;0.95;0.30 +10067;3;2992.50;10.60;1178.50;1.71;0.30 +10067;4;2985.00;10.20;1180.00;4.24;0.30 +10067;5;2989.50;10.10;1181.00;2.97;0.30 +10067;9;2985.04;10.67;1178.00;1.57;0.30 +10067;10;2992.96;10.74;1178.00;-1.57;0.30 10067;21;2985.04;10.67;1178.00;1.57;0.30 +10068;0;4636.00;9.70;1312.00;0.00;0.22 +10068;1;4636.50;9.60;1308.00;0.12;0.22 +10068;2;4638.50;9.60;1308.00;0.55;0.22 +10068;3;4638.00;9.62;1311.00;1.10;0.22 +10068;4;4634.00;9.70;1310.50;-0.92;0.22 +10068;5;4634.00;9.70;1314.00;3.92;0.22 +10068;6;4636.50;9.70;1315.00;2.97;0.22 +10068;9;4634.02;9.70;1312.00;1.57;0.22 +10068;10;4637.98;9.65;1312.00;-1.57;0.22 +10068;19;4641.00;9.50;1305.00;0.56;0.22 +10068;20;4642.01;9.50;1303.57;0.62;0.22 10068;21;4634.02;9.70;1312.00;1.57;0.22 +10069;0;4675.00;9.70;1090.00;0.00;0.24 +10069;1;4676.50;9.60;1088.50;0.78;0.24 +10069;2;4672.00;9.50;1088.50;-1.10;0.24 +10069;3;4673.00;9.70;1091.50;4.06;0.24 +10069;4;4676.50;9.65;1092.00;2.49;0.24 +10069;9;4672.12;9.60;1090.00;1.57;0.24 +10069;10;4677.88;9.59;1090.00;-1.57;0.24 +10069;19;4680.93;9.40;1090.70;0.79;0.24 +10069;20;4682.67;9.40;1090.90;1.68;0.24 10069;21;4677.88;9.59;1090.00;-1.57;0.24 +10070;0;2702.00;10.42;1212.00;0.00;0.32 +10070;1;2702.00;11.55;1209.50;0.00;0.32 +10070;2;2698.00;9.80;1209.50;-1.01;0.32 +10070;3;2700.00;9.50;1213.50;4.06;0.32 +10070;4;2706.00;12.65;1212.50;1.69;0.32 +10070;5;2704.50;10.40;1215.50;2.52;0.32 +10070;9;2698.76;9.57;1212.00;1.57;0.32 +10070;10;2705.24;12.60;1212.00;-1.57;0.32 +10070;19;2699.00;9.60;1212.00;-2.21;0.32 +10070;20;2697.25;9.60;1212.00;4.71;0.32 10070;21;2698.76;9.57;1212.00;1.57;0.32 +10071;0;3093.00;10.90;632.00;0.00;0.74 +10071;1;3090.50;10.90;625.50;-0.36;0.74 +10071;2;3078.50;11.00;627.00;-1.23;0.74 +10071;3;3080.50;11.00;630.50;-1.45;0.74 +10071;4;3105.50;10.90;634.00;1.72;0.74 +10071;5;3085.00;10.90;634.00;4.46;0.74 +10071;6;3090.00;10.90;639.00;3.54;0.74 +10071;7;3099.00;10.97;640.00;2.49;0.74 +10071;9;3082.74;10.90;632.00;1.57;0.74 +10071;10;3103.26;10.90;632.00;-1.57;0.74 10071;21;3082.74;10.90;632.00;1.57;0.74 +10072;0;4625.00;10.00;1252.00;0.00;0.24 +10072;1;4625.50;10.35;1248.00;0.12;0.24 +10072;2;4623.00;9.82;1250.00;-0.78;0.24 +10072;3;4627.50;10.60;1251.50;1.37;0.24 +10072;4;4622.00;9.70;1252.00;4.71;0.24 +10072;5;4624.00;9.90;1255.00;3.46;0.24 +10072;6;4627.50;10.70;1255.50;2.52;0.24 +10072;9;4622.84;9.73;1252.00;1.57;0.24 +10072;10;4627.16;10.49;1252.00;-1.57;0.24 10072;21;4622.84;9.73;1252.00;1.57;0.24 +10073;0;3290.00;9.70;1154.00;0.00;0.16 +10073;1;3289.00;9.70;1151.00;-0.32;0.16 +10073;2;3291.00;9.70;1151.00;0.32;0.16 +10073;3;3292.50;9.70;1154.50;1.76;0.16 +10073;4;3288.50;9.70;1155.00;4.12;0.16 +10073;5;3289.50;9.70;1157.00;3.30;0.16 +10073;6;3292.00;9.70;1156.50;2.46;0.16 +10073;9;3288.56;9.70;1154.00;1.57;0.16 +10073;10;3291.44;9.70;1154.00;-1.57;0.16 10073;21;3288.56;9.70;1154.00;1.57;0.16 +10074;0;3013.00;11.00;1284.00;0.00;0.20 +10074;1;3011.00;10.50;1283.00;-1.10;0.20 +10074;2;3014.50;11.90;1282.00;0.64;0.20 +10074;3;3016.00;12.00;1283.50;1.40;0.20 +10074;4;3014.00;10.42;1286.00;2.67;0.20 +10074;5;3010.50;9.70;1286.00;4.03;0.20 +10074;9;3010.66;10.16;1284.00;1.57;0.20 +10074;10;3015.34;11.61;1284.00;-1.57;0.20 +10074;19;3018.80;9.50;1290.64;-4.65;0.20 +10074;20;3019.90;9.50;1294.36;2.43;0.20 10074;21;3010.66;10.16;1284.00;1.57;0.20 +10075;0;4431.00;13.30;1000.00;0.00;0.34 +10075;1;4431.50;12.20;996.00;0.12;0.34 +10075;2;4434.00;12.40;998.00;0.98;0.34 +10075;3;4428.00;12.05;998.50;-1.10;0.34 +10075;4;4433.00;13.25;1002.00;2.35;0.34 +10075;5;4436.00;12.05;1000.50;1.67;0.34 +10075;6;4428.50;13.30;1002.50;3.92;0.34 +10075;9;4427.40;12.18;1000.00;1.57;0.34 +10075;10;4434.60;12.70;1000.00;-1.57;0.34 10075;21;4427.40;12.18;1000.00;1.57;0.34 +10076;0;4685.00;10.37;1172.00;0.00;0.22 +10076;1;4684.00;9.50;1168.50;-0.27;0.22 +10076;2;4685.50;9.65;1169.00;0.16;0.22 +10076;3;2342.00;9.50;585.50;-1.32;0.22 +10076;4;4687.00;9.90;1171.00;1.10;0.22 +10076;5;4687.00;10.50;1174.50;2.46;0.22 +10076;6;4684.00;11.02;1175.00;3.46;0.22 +10076;9;4683.02;10.40;1172.00;1.57;0.22 +10076;10;4686.98;10.02;1172.00;-1.57;0.22 +10076;19;4691.00;9.55;1175.00;-3.82;0.22 +10076;20;4692.56;9.55;1175.78;2.03;0.22 10076;21;4683.02;10.40;1172.00;1.57;0.22 +10077;0;4178.00;9.87;1030.00;0.00;0.26 +10077;1;4175.50;9.90;1028.00;-0.89;0.26 +10077;2;4180.00;9.80;1027.00;0.58;0.26 +10077;3;4181.00;9.80;1028.00;0.98;0.26 +10077;4;4180.50;9.70;1031.00;1.95;0.26 +10077;5;4176.00;10.25;1032.50;3.81;0.26 +10077;9;4175.30;10.25;1030.00;1.57;0.26 +10077;10;4180.70;9.76;1030.00;-1.57;0.26 10077;21;4175.30;10.25;1030.00;1.57;0.26 +10078;0;2902.00;12.77;1261.00;0.00;0.30 +10078;1;2901.50;13.60;1257.50;-0.14;0.30 +10078;2;2898.00;13.35;1260.00;-1.32;0.30 +10078;3;2904.50;12.90;1261.00;1.57;0.30 +10078;4;2902.00;10.97;1264.00;3.14;0.30 +10078;9;2899.12;12.65;1261.00;1.57;0.30 +10078;10;2904.88;12.84;1261.00;-1.57;0.30 +10078;19;2904.00;9.50;1268.00;-3.14;0.30 +10078;20;2904.48;9.50;1269.68;2.86;0.30 10078;21;2899.12;12.65;1261.00;1.57;0.30 +10079;0;4613.00;9.70;1203.00;0.00;0.32 +10079;1;4612.00;9.70;1199.50;-0.27;0.32 +10079;2;4615.50;9.70;1201.00;0.89;0.32 +10079;3;4610.00;9.70;1203.50;4.54;0.32 +10079;4;4617.00;9.70;1203.50;1.69;0.32 +10079;5;4615.00;9.70;1206.50;2.62;0.32 +10079;6;4612.00;9.70;1206.50;3.42;0.32 +10079;9;4610.12;9.70;1203.00;1.57;0.32 +10079;10;4615.88;9.70;1203.00;-1.57;0.32 10079;21;4610.12;9.70;1203.00;1.57;0.32 +10080;0;4572.00;9.95;1042.00;0.00;0.26 +10080;1;4570.00;10.00;1039.00;-0.58;0.26 +10080;2;4573.00;10.00;1039.50;0.38;0.26 +10080;3;4569.50;9.95;1042.00;4.71;0.26 +10080;4;4575.00;10.05;1043.00;1.89;0.26 +10080;5;4571.00;10.05;1045.00;3.46;0.26 +10080;6;4574.50;10.10;1045.50;2.52;0.26 +10080;9;4569.66;9.94;1042.00;1.57;0.26 +10080;10;4574.34;10.00;1042.00;-1.57;0.26 10080;21;4569.66;9.94;1042.00;1.57;0.26 +10081;0;1560.00;10.60;1465.00;0.00;0.26 +10081;1;1557.50;10.40;1462.50;-0.78;0.26 +10081;2;1561.50;10.60;1462.50;0.54;0.26 +10081;3;1555.50;10.20;1464.50;-1.46;0.26 +10081;4;1564.50;10.55;1466.00;1.78;0.26 +10081;5;1560.00;10.60;1467.00;3.14;0.26 +10081;9;1556.76;10.47;1465.00;1.57;0.26 +10081;10;1563.24;10.60;1465.00;-1.57;0.26 10081;21;1556.76;10.47;1465.00;1.57;0.26 +10082;0;2947.00;9.70;1205.00;0.00;0.34 +10082;1;2946.50;9.80;1200.00;-0.10;0.34 +10082;2;2943.50;9.70;1203.50;-1.16;0.34 +10082;3;2949.50;9.80;1202.50;0.78;0.34 +10082;4;2951.00;9.85;1206.00;1.81;0.34 +10082;5;1473.00;9.50;602.00;-1.18;0.34 +10082;6;1473.00;9.50;602.00;-1.18;0.34 +10082;7;2944.50;9.60;1209.00;3.70;0.34 +10082;8;2950.00;9.60;1209.50;2.55;0.34 +10082;9;2943.94;9.70;1205.00;1.57;0.34 +10082;10;2950.06;9.70;1205.00;-1.57;0.34 10082;21;2943.94;9.70;1205.00;1.57;0.34 +10083;0;4786.00;12.75;1309.00;0.00;0.24 +10083;1;4785.50;12.40;1306.50;-0.19;0.24 +10083;2;4788.50;12.50;1308.50;1.37;0.24 +10083;3;4783.00;12.65;1308.50;-1.40;0.24 +10083;4;4785.50;12.80;1310.50;3.46;0.24 +10083;5;4788.00;12.55;1312.00;2.55;0.24 +10083;9;4783.84;12.71;1309.00;1.57;0.24 +10083;10;4788.16;12.55;1309.00;-1.57;0.24 10083;21;4783.84;12.71;1309.00;1.57;0.24 +10084;0;4631.00;10.87;1080.00;0.00;0.28 +10084;1;4630.50;11.25;1076.00;-0.12;0.28 +10084;2;4633.00;11.05;1076.50;0.51;0.28 +10084;3;4629.00;10.90;1077.50;-0.67;0.28 +10084;4;4634.00;10.90;1078.50;1.10;0.28 +10084;5;4628.50;10.75;1080.00;4.71;0.28 +10084;6;4633.00;10.90;1082.00;2.35;0.28 +10084;7;4629.50;11.00;1083.50;3.54;0.28 +10084;9;4628.48;10.75;1080.00;1.57;0.28 +10084;10;4633.52;10.90;1080.00;-1.57;0.28 10084;21;4628.48;10.75;1080.00;1.57;0.28 +10085;0;4801.00;12.65;1240.00;0.00;0.16 +10085;1;4798.00;11.75;1238.50;-1.10;0.16 +10085;2;4801.50;12.35;1238.00;0.24;0.16 +10085;3;4804.50;11.95;1239.00;1.29;0.16 +10085;4;4797.00;11.75;1240.00;4.71;0.16 +10085;5;4805.50;11.90;1240.50;1.68;0.16 +10085;6;4800.00;12.65;1241.00;3.92;0.16 +10085;7;4803.50;12.20;1242.00;2.24;0.16 +10085;9;4797.94;12.09;1240.00;1.57;0.16 +10085;10;4804.06;12.08;1240.00;-1.57;0.16 10085;21;4797.94;12.09;1240.00;1.57;0.16 +10086;0;4665.00;12.37;1132.00;0.00;0.28 +10086;1;4666.50;10.90;1129.50;0.54;0.28 +10086;2;4663.00;12.65;1131.00;-1.10;0.28 +10086;3;4668.00;11.85;1131.50;1.40;0.28 +10086;4;4665.50;12.60;1135.00;2.97;0.28 +10086;5;4662.00;13.60;1134.50;4.01;0.28 +10086;9;4662.30;13.44;1132.00;1.57;0.28 +10086;10;4667.70;12.22;1132.00;-1.57;0.28 10086;21;4662.30;13.44;1132.00;1.57;0.28 +10087;0;3372.00;10.22;1228.00;0.00;0.28 +10087;1;3372.00;9.80;1225.00;0.00;0.28 +10087;2;3375.00;10.70;1225.00;0.78;0.28 +10087;3;3368.50;9.70;1228.50;4.57;0.28 +10087;4;3375.00;10.80;1228.50;1.73;0.28 +10087;5;3371.50;10.55;1231.00;3.30;0.28 +10087;9;3369.48;9.70;1228.00;1.57;0.28 +10087;10;3374.52;10.70;1228.00;-1.57;0.28 +10087;19;3367.00;9.50;1225.00;-1.71;0.28 +10087;20;3365.49;9.50;1224.10;-1.03;0.28 10087;21;3374.52;10.70;1228.00;-1.57;0.28 +10088;0;4148.00;9.70;979.00;0.00;0.26 +10088;1;4146.50;9.70;977.50;-0.78;0.26 +10088;2;4151.00;9.70;975.50;0.70;0.26 +10088;3;4153.50;9.70;977.50;1.30;0.26 +10088;4;4142.50;10.25;980.00;4.53;0.26 +10088;5;4151.00;9.70;980.00;1.89;0.26 +10088;6;4145.50;9.90;982.00;3.83;0.26 +10088;9;4143.32;10.02;979.00;1.57;0.26 +10088;10;4152.68;9.70;979.00;-1.57;0.26 +10088;19;4159.00;9.50;977.00;1.30;0.26 +10088;20;4160.72;9.50;976.68;1.39;0.26 10088;21;4143.32;10.02;979.00;1.57;0.26 +10089;0;3364.00;9.90;1162.00;0.00;0.18 +10089;1;3364.00;10.00;1159.00;0.00;0.18 +10089;2;3366.00;10.85;1161.00;1.10;0.18 +10089;3;3362.00;9.52;1163.00;4.24;0.18 +10089;4;3366.00;10.77;1164.00;2.35;0.18 +10089;5;3364.00;10.00;1165.50;3.14;0.18 +10089;9;3362.38;9.50;1162.00;1.57;0.18 +10089;10;3365.62;10.52;1162.00;-1.57;0.18 10089;21;3362.38;9.50;1162.00;1.57;0.18 +10090;0;4256.00;11.77;1033.00;0.00;0.40 +10090;1;4259.50;13.25;1028.00;0.61;0.40 +10090;2;4255.50;11.40;1028.50;-0.11;0.40 +10090;3;4252.00;10.45;1031.50;-1.21;0.40 +10090;4;4260.00;13.82;1033.00;1.57;0.40 +10090;5;4250.50;10.55;1036.00;4.21;0.40 +10090;6;4255.50;12.50;1037.50;3.25;0.40 +10090;7;4260.50;14.00;1037.50;2.35;0.40 +10090;9;4252.40;10.72;1033.00;1.57;0.40 +10090;10;4259.60;13.72;1033.00;-1.57;0.40 10090;21;4252.40;10.72;1033.00;1.57;0.40 +10091;0;2971.00;9.70;1261.00;0.00;0.28 +10091;1;2968.00;9.92;1257.00;-0.64;0.28 +10091;2;2969.00;9.70;1256.50;-0.41;0.28 +10091;3;2972.50;9.70;1260.00;0.98;0.28 +10091;4;2969.00;9.70;1260.00;-1.10;0.28 +10091;5;2972.00;9.65;1263.50;2.76;0.28 +10091;9;2968.48;9.70;1261.00;1.57;0.28 +10091;10;2973.52;9.69;1261.00;-1.57;0.28 +10091;19;2976.00;9.60;1264.00;0.98;0.28 +10091;20;2977.50;9.60;1264.90;2.11;0.28 10091;21;2968.48;9.70;1261.00;1.57;0.28 +10092;0;4860.00;10.22;1192.00;0.00;0.22 +10092;1;4859.00;10.15;1190.50;-0.58;0.22 +10092;2;4861.50;10.00;1192.50;1.89;0.22 +10092;3;4857.00;11.20;1191.50;-1.40;0.22 +10092;4;4857.50;11.55;1193.00;4.33;0.22 +10092;5;4859.00;11.05;1194.00;3.60;0.22 +10092;9;4857.84;11.03;1192.00;1.57;0.22 +10092;10;4862.16;9.81;1192.00;-1.57;0.22 +10092;19;4863.00;9.60;1190.00;-4.39;0.22 +10092;20;4864.45;9.60;1189.02;0.98;0.22 10092;21;4857.84;11.03;1192.00;1.57;0.22 +10093;0;4636.00;9.60;1038.00;0.00;0.28 +10093;1;4637.00;9.50;1036.00;0.46;0.28 +10093;2;4634.50;9.70;1035.50;-0.54;0.28 +10093;3;4633.00;9.65;1037.00;-1.24;0.28 +10093;4;4633.00;9.80;1039.00;4.39;0.28 +10093;5;4635.00;9.90;1040.50;3.52;0.28 +10093;6;4638.00;9.65;1040.50;2.46;0.28 +10093;9;4633.48;9.60;1038.00;1.57;0.28 +10093;10;4638.52;9.50;1038.00;-1.57;0.28 +10093;19;4640.27;9.50;1037.77;0.56;0.28 +10093;20;4642.02;9.50;1037.67;1.51;0.28 10093;21;4638.52;9.50;1038.00;-1.57;0.28 +10094;0;2719.00;10.75;1265.00;0.00;0.20 +10094;1;2719.00;10.45;1262.50;0.00;0.20 +10094;2;2718.50;10.40;1263.50;-0.32;0.20 +10094;3;2721.00;10.85;1264.00;1.10;0.20 +10094;4;2717.00;10.60;1265.00;4.71;0.20 +10094;5;2722.50;11.30;1265.50;1.71;0.20 +10094;6;2720.00;11.15;1266.50;2.55;0.20 +10094;7;2717.50;11.10;1267.50;3.68;0.20 +10094;9;2717.20;10.60;1265.00;1.57;0.20 +10094;10;2720.80;10.99;1265.00;-1.57;0.20 10094;21;2720.80;10.99;1265.00;-1.57;0.20 +10095;0;4677.00;9.70;1194.00;0.00;0.20 +10095;1;4678.00;9.70;1191.00;0.32;0.20 +10095;2;4676.00;9.70;1192.00;-0.46;0.20 +10095;3;4679.50;9.70;1193.50;1.37;0.20 +10095;4;4674.50;9.70;1194.50;4.51;0.20 +10095;5;4676.50;9.70;1196.50;3.33;0.20 +10095;9;4675.20;9.70;1194.00;1.57;0.20 +10095;10;4678.80;9.70;1194.00;-1.57;0.20 10095;21;4675.20;9.70;1194.00;1.57;0.20 +10096;0;1543.00;10.15;1465.00;0.00;0.28 +10096;1;1544.50;10.05;1462.00;0.46;0.28 +10096;2;1540.00;9.95;1464.00;-1.24;0.28 +10096;3;1547.00;10.10;1464.50;1.44;0.28 +10096;4;1542.00;10.52;1467.00;3.60;0.28 +10096;5;1546.00;10.22;1467.00;2.15;0.28 +10096;9;1539.94;9.97;1465.00;1.57;0.28 +10096;10;1546.06;10.10;1465.00;-1.57;0.28 10096;21;1539.94;9.97;1465.00;1.57;0.28 +10097;0;3297.00;12.57;1057.00;0.00;0.48 +10097;1;3295.00;11.60;1053.00;-0.46;0.48 +10097;2;3301.00;11.00;1049.50;0.49;0.48 +10097;3;3302.00;11.55;1053.50;0.96;0.48 +10097;4;3292.50;11.75;1061.00;3.98;0.48 +10097;5;3299.50;11.80;1061.00;2.58;0.48 +10097;6;3296.50;11.30;1064.50;3.20;0.48 +10097;9;3292.68;11.04;1057.00;1.57;0.48 +10097;10;3301.32;11.89;1057.00;-1.57;0.48 10097;21;3292.68;11.04;1057.00;1.57;0.48 +10098;0;4606.00;9.97;1218.00;0.00;0.22 +10098;1;4606.00;9.75;1213.50;0.00;0.22 +10098;2;4608.50;9.70;1214.00;0.55;0.22 +10098;3;4603.50;10.40;1217.00;-1.19;0.22 +10098;4;4609.50;9.70;1216.00;1.05;0.22 +10098;5;4609.00;9.82;1219.00;1.89;0.22 +10098;6;4603.50;10.40;1222.00;3.70;0.22 +10098;7;4606.50;9.90;1222.50;3.03;0.22 +10098;8;4604.50;9.85;1224.00;3.38;0.22 +10098;9;4604.02;10.42;1218.00;1.57;0.22 +10098;10;4607.98;9.77;1218.00;-1.57;0.22 10098;21;4604.02;10.42;1218.00;1.57;0.22 +10099;0;3335.00;10.22;1115.00;0.00;0.42 +10099;1;3335.00;9.75;1112.50;0.00;0.42 +10099;2;3337.50;12.75;1118.00;2.44;0.42 +10099;3;3332.00;10.20;1118.50;3.85;0.42 +10099;9;3331.22;9.68;1115.00;1.57;0.42 +10099;10;3338.78;11.77;1115.00;-1.57;0.42 +10099;19;3341.00;9.50;1106.00;0.00;0.42 +10099;20;3341.97;9.50;1104.54;0.58;0.42 10099;21;3331.22;9.68;1115.00;1.57;0.42 +10100;0;4961.00;13.57;1242.00;0.00;0.22 +10100;1;4961.50;12.85;1239.00;0.16;0.22 +10100;2;4958.50;12.80;1240.50;-1.03;0.22 +10100;3;4963.00;13.25;1242.50;1.81;0.22 +10100;4;4958.00;12.65;1242.50;4.54;0.22 +10100;5;4959.50;13.25;1244.00;3.78;0.22 +10100;9;4959.02;13.03;1242.00;1.57;0.22 +10100;10;4962.98;13.18;1242.00;-1.57;0.22 10100;21;4959.02;13.03;1242.00;1.57;0.22 +10101;0;4674.00;10.95;1154.00;0.00;0.22 +10101;1;4673.00;10.65;1150.50;-0.27;0.22 +10101;2;4675.50;11.05;1153.00;0.98;0.22 +10101;3;4671.50;10.80;1153.00;-1.19;0.22 +10101;4;4672.00;10.95;1156.50;3.81;0.22 +10101;5;4676.00;11.30;1157.50;2.62;0.22 +10101;9;4672.02;10.80;1154.00;1.57;0.22 +10101;10;4675.98;11.14;1154.00;-1.57;0.22 10101;21;4672.02;10.80;1154.00;1.57;0.22 +10102;0;4648.00;11.02;1268.00;0.00;0.22 +10102;1;4647.50;11.20;1266.00;-0.24;0.22 +10102;2;4650.00;11.15;1265.50;0.67;0.22 +10102;3;4651.00;10.55;1267.50;1.40;0.22 +10102;4;4644.50;11.20;1267.50;-1.42;0.22 +10102;5;4651.00;10.20;1269.50;2.03;0.22 +10102;6;4644.50;11.20;1270.00;4.19;0.22 +10102;7;4648.00;10.85;1270.00;3.14;0.22 +10102;9;4645.12;11.20;1268.00;1.57;0.22 +10102;10;4650.88;10.49;1268.00;-1.57;0.22 10102;21;4645.12;11.20;1268.00;1.57;0.22 +10103;0;4438.00;11.12;985.00;0.00;0.28 +10103;1;4437.50;11.20;982.50;-0.19;0.28 +10103;2;4441.00;10.75;982.50;0.87;0.28 +10103;3;4434.50;11.50;985.00;4.71;0.28 +10103;4;4439.00;11.10;986.00;2.35;0.28 +10103;5;4443.00;10.70;984.50;1.47;0.28 +10103;6;4433.50;11.45;987.00;4.29;0.28 +10103;7;4435.00;11.65;988.50;3.85;0.28 +10103;9;4434.58;11.49;985.00;1.57;0.28 +10103;10;4441.42;10.80;985.00;-1.57;0.28 10103;21;4434.58;11.49;985.00;1.57;0.28 +10104;0;3181.00;10.30;1085.00;0.00;0.76 +10104;1;3181.50;10.30;1071.50;0.03;0.76 +10104;2;3188.00;10.40;1071.50;0.47;0.76 +10104;3;3188.00;10.25;1081.50;1.10;0.76 +10104;4;3173.00;10.20;1083.00;-1.32;0.76 +10104;5;3178.50;10.10;1095.50;3.37;0.76 +10104;6;3188.00;10.05;1095.00;2.53;0.76 +10104;9;3174.16;10.13;1085.00;1.57;0.76 +10104;10;3187.84;10.11;1085.00;-1.57;0.76 10104;21;3174.16;10.13;1085.00;1.57;0.76 +10105;0;4526.00;10.30;1004.00;0.00;0.20 +10105;1;4523.00;10.12;1003.00;-1.24;0.20 +10105;2;4527.00;10.30;1002.00;0.46;0.20 +10105;3;4530.00;10.30;1003.50;1.44;0.20 +10105;4;4530.50;10.00;1005.50;1.89;0.20 +10105;5;4524.00;10.20;1006.00;3.92;0.20 +10105;6;4528.00;10.10;1005.50;2.21;0.20 +10105;9;4523.12;10.25;1004.00;1.57;0.20 +10105;10;4528.88;10.30;1004.00;-1.57;0.20 10105;21;4523.12;10.25;1004.00;1.57;0.20 +10106;0;3474.00;10.70;1252.00;0.00;0.34 +10106;1;3478.00;10.37;1250.00;1.10;0.34 +10106;2;3474.50;11.00;1247.50;0.11;0.34 +10106;3;3471.00;11.05;1249.50;-0.87;0.34 +10106;4;3470.50;10.55;1254.00;4.19;0.34 +10106;5;3475.00;10.40;1255.00;2.82;0.34 +10106;9;3470.94;10.87;1252.00;1.57;0.34 +10106;10;3477.06;10.34;1252.00;-1.57;0.34 10106;21;3470.94;10.87;1252.00;1.57;0.34 +10107;0;2701.00;16.25;1170.00;0.00;0.44 +10107;1;2700.00;15.70;1163.50;-0.15;0.44 +10107;2;2696.50;16.00;1166.50;-0.91;0.44 +10107;3;2705.00;15.65;1167.50;1.01;0.44 +10107;4;2697.50;17.20;1173.50;3.92;0.44 +10107;5;2705.00;17.85;1174.50;2.41;0.44 +10107;6;2700.50;16.50;1177.00;3.21;0.44 +10107;9;2697.04;16.84;1170.00;1.57;0.44 +10107;10;2704.96;16.35;1170.00;-1.57;0.44 10107;21;2697.04;16.84;1170.00;1.57;0.44 +10108;0;3866.00;10.30;1067.00;0.00;0.42 +10108;1;3864.50;10.30;1062.50;-0.32;0.42 +10108;2;3869.50;9.90;1061.50;0.56;0.42 +10108;3;3870.50;10.00;1066.50;1.46;0.42 +10108;4;3861.00;10.42;1069.00;4.33;0.42 +10108;5;3868.00;10.30;1071.50;2.72;0.42 +10108;6;3864.00;10.55;1073.50;3.44;0.42 +10108;9;3862.22;10.38;1067.00;1.57;0.42 +10108;10;3869.78;10.03;1067.00;-1.57;0.42 10108;21;3862.22;10.38;1067.00;1.57;0.42 +10109;0;2781.00;10.70;1280.00;0.00;0.24 +10109;1;2779.50;10.50;1278.00;-0.64;0.24 +10109;2;2782.00;9.75;1278.00;0.46;0.24 +10109;3;2779.50;11.35;1281.00;4.12;0.24 +10109;4;2783.00;10.55;1281.50;2.21;0.24 +10109;5;2781.50;11.45;1284.00;3.01;0.24 +10109;9;2778.84;11.51;1280.00;1.57;0.24 +10109;10;2783.16;10.03;1280.00;-1.57;0.24 +10109;19;2783.65;9.40;1277.31;0.56;0.24 +10109;20;2784.87;9.40;1276.06;0.77;0.24 10109;21;2783.16;10.03;1280.00;-1.57;0.24 +10110;0;4782.00;9.70;1233.00;0.00;0.22 +10110;1;4780.00;9.50;1230.50;-0.67;0.22 +10110;2;4783.50;9.70;1230.50;0.54;0.22 +10110;3;4780.00;9.57;1234.00;4.24;0.22 +10110;4;4784.00;9.65;1232.50;1.32;0.22 +10110;5;4783.00;9.75;1235.50;2.76;0.22 +10110;9;4780.02;9.50;1233.00;1.57;0.22 +10110;10;4783.98;9.67;1233.00;-1.57;0.22 +10110;19;4780.00;9.50;1231.00;-2.03;0.22 +10110;20;4778.76;9.50;1229.76;-0.78;0.22 10110;21;4780.02;9.50;1233.00;1.57;0.22 +10111;0;2745.00;12.57;1283.00;0.00;0.20 +10111;1;2743.00;12.37;1281.00;-0.78;0.20 +10111;2;2746.00;13.25;1281.50;0.58;0.20 +10111;3;2742.00;12.10;1283.50;4.54;0.20 +10111;4;2749.00;12.90;1283.00;1.57;0.20 +10111;5;2746.00;12.37;1285.00;2.67;0.20 +10111;6;2742.00;12.12;1285.00;4.12;0.20 +10111;9;2742.48;12.19;1283.00;1.57;0.20 +10111;10;2747.52;12.94;1283.00;-1.57;0.20 10111;21;2747.52;12.94;1283.00;-1.57;0.20 +10112;0;4617.00;11.95;1069.00;0.00;0.32 +10112;1;4615.50;12.80;1065.00;-0.35;0.32 +10112;2;4618.50;13.20;1067.00;0.64;0.32 +10112;3;4614.00;10.85;1069.00;4.71;0.32 +10112;4;4621.00;12.20;1070.00;1.81;0.32 +10112;5;4618.50;10.80;1072.00;2.67;0.32 +10112;6;4622.00;11.55;1072.00;2.11;0.32 +10112;9;4614.12;10.88;1069.00;1.57;0.32 +10112;10;4619.88;12.62;1069.00;-1.57;0.32 10112;21;4614.12;10.88;1069.00;1.57;0.32 +10113;0;2716.00;11.35;1234.00;0.00;0.16 +10113;1;2715.00;11.25;1232.50;-0.58;0.16 +10113;2;2718.50;11.30;1232.50;1.03;0.16 +10113;3;2719.00;11.42;1234.00;1.57;0.16 +10113;4;2712.50;10.80;1235.00;4.43;0.16 +10113;5;2716.00;10.95;1236.00;3.14;0.16 +10113;9;2713.30;10.99;1234.00;1.57;0.16 +10113;10;2718.70;11.38;1234.00;-1.57;0.16 +10113;19;2710.00;9.90;1233.00;-1.85;0.16 +10113;20;2708.27;9.90;1232.71;-1.40;0.16 10113;21;2713.30;10.99;1234.00;1.57;0.16 +10114;0;4600.00;10.55;1127.00;0.00;0.32 +10114;1;4597.50;11.00;1125.50;-1.03;0.32 +10114;2;4602.00;10.62;1124.00;0.58;0.32 +10114;3;4603.00;10.22;1128.00;1.89;0.32 +10114;4;4596.50;10.30;1129.00;4.19;0.32 +10114;5;4599.50;10.25;1130.00;3.30;0.32 +10114;9;4596.94;10.54;1127.00;1.57;0.32 +10114;10;4603.06;10.29;1127.00;-1.57;0.32 10114;21;4596.94;10.54;1127.00;1.57;0.32 +10115;0;4804.00;12.10;1260.00;0.00;0.24 +10115;1;4801.50;11.80;1258.50;-1.03;0.24 +10115;2;4805.00;11.90;1257.00;0.32;0.24 +10115;3;4806.50;11.80;1258.50;1.03;0.24 +10115;4;4800.00;11.60;1259.50;-1.44;0.24 +10115;5;4806.50;11.90;1261.00;1.95;0.24 +10115;6;4802.00;11.85;1261.50;4.06;0.24 +10115;7;4804.50;12.00;1263.50;3.00;0.24 +10115;9;4801.12;11.82;1260.00;1.57;0.24 +10115;10;4806.88;11.79;1260.00;-1.57;0.24 10115;21;4801.12;11.82;1260.00;1.57;0.24 +10116;0;4139.00;9.55;972.00;0.00;0.26 +10116;1;4141.50;9.50;970.00;0.89;0.26 +10116;2;4135.00;9.70;971.50;-1.44;0.26 +10116;3;4142.00;9.70;974.00;2.15;0.26 +10116;4;4134.00;9.87;974.00;4.33;0.26 +10116;5;4136.50;9.90;974.50;3.92;0.26 +10116;9;4134.32;9.70;972.00;1.57;0.26 +10116;10;4143.68;9.70;972.00;-1.57;0.26 +10116;19;4141.00;9.50;970.00;0.90;0.26 +10116;20;4142.23;9.50;968.76;0.78;0.26 10116;21;4134.32;9.70;972.00;1.57;0.26 +10117;0;3086.00;9.90;1149.00;0.00;0.30 +10117;1;3084.50;10.00;1146.50;-0.54;0.30 +10117;2;3088.00;10.00;1147.50;0.92;0.30 +10117;3;3083.50;9.85;1151.00;4.03;0.30 +10117;4;3087.50;9.60;1152.50;2.73;0.30 +10117;9;3083.30;10.00;1149.00;1.57;0.30 +10117;10;3088.70;9.79;1149.00;-1.57;0.30 +10117;19;3088.00;9.60;1156.00;-3.55;0.30 +10117;20;3088.48;9.60;1157.68;2.86;0.30 10117;21;3083.30;10.00;1149.00;1.57;0.30 +10118;0;3909.00;9.72;1013.00;0.00;0.40 +10118;1;3907.50;9.80;1008.00;-0.29;0.40 +10118;2;3912.00;9.80;1010.50;0.87;0.40 +10118;3;3905.00;9.70;1011.50;-1.21;0.40 +10118;4;3906.00;9.70;1015.50;4.01;0.40 +10118;5;3912.50;9.70;1016.00;2.27;0.40 +10118;6;3909.00;9.65;1018.50;3.14;0.40 +10118;9;3905.40;9.60;1013.00;1.57;0.40 +10118;10;3912.60;9.80;1013.00;-1.57;0.40 +10118;19;3905.00;9.50;1021.00;-2.27;0.40 +10118;20;3904.21;9.50;1022.56;3.60;0.40 10118;21;3905.40;9.60;1013.00;1.57;0.40 +10119;0;4639.00;9.70;1285.00;0.00;0.24 +10119;1;4639.00;9.70;1282.50;0.00;0.24 +10119;2;4641.50;9.70;1284.00;1.19;0.24 +10119;3;4636.50;9.70;1285.50;4.51;0.24 +10119;4;4638.50;9.70;1287.00;3.38;0.24 +10119;9;4636.66;9.70;1285.00;1.57;0.24 +10119;10;4641.34;9.70;1285.00;-1.57;0.24 10119;21;4636.66;9.70;1285.00;1.57;0.24 +10120;0;3192.00;11.75;1172.00;0.00;0.20 +10120;1;3191.00;10.50;1169.50;-0.38;0.20 +10120;2;3193.50;11.50;1170.50;0.78;0.20 +10120;3;3189.50;11.80;1172.50;4.51;0.20 +10120;4;3193.00;11.97;1174.00;2.67;0.20 +10120;9;3190.20;11.48;1172.00;1.57;0.20 +10120;10;3193.80;11.96;1172.00;-1.57;0.20 +10120;19;3197.00;10.70;1173.00;-3.61;0.20 +10120;20;3198.71;10.70;1173.34;1.76;0.20 10120;21;3190.20;11.48;1172.00;1.57;0.20 +10121;0;4558.00;11.30;1041.00;0.00;0.22 +10121;1;4555.00;10.00;1039.50;-1.10;0.22 +10121;2;4559.50;10.40;1038.50;0.54;0.22 +10121;3;4562.50;10.70;1041.50;1.68;0.22 +10121;4;4553.50;10.60;1042.50;4.39;0.22 +10121;5;4561.00;11.57;1043.00;2.15;0.22 +10121;6;4557.00;12.25;1044.00;3.46;0.22 +10121;9;4554.76;10.25;1041.00;1.57;0.22 +10121;10;4561.24;11.11;1041.00;-1.57;0.22 10121;21;4554.76;10.25;1041.00;1.57;0.22 +10122;0;3252.00;9.50;1265.00;0.00;0.18 +10122;1;3245.50;9.50;1264.00;-1.41;0.18 +10122;2;3251.50;9.50;1263.50;-0.32;0.18 +10122;3;3256.00;9.70;1264.50;1.44;0.18 +10122;4;3257.50;9.75;1266.00;1.75;0.18 +10122;5;3253.50;9.70;1266.50;2.35;0.18 +10122;6;3249.50;9.65;1267.00;4.03;0.18 +10122;7;3248.50;9.50;1261.00;-0.71;0.18 +10122;9;3246.24;9.53;1265.00;1.57;0.18 +10122;10;3257.76;9.61;1265.00;-1.57;0.18 +10122;19;3243.00;9.50;1264.00;-1.42;0.18 +10122;20;3241.26;9.50;1263.80;-1.46;0.18 10122;21;3246.24;9.53;1265.00;1.57;0.18 +10123;0;3127.00;10.67;1182.00;0.00;0.22 +10123;1;3128.00;12.02;1180.00;0.46;0.22 +10123;2;3125.50;10.65;1181.00;-0.98;0.22 +10123;3;3128.50;10.45;1183.00;2.15;0.22 +10123;4;3126.00;10.15;1184.00;3.60;0.22 +10123;9;3125.02;10.40;1182.00;1.57;0.22 +10123;10;3128.98;10.84;1182.00;-1.57;0.22 +10123;19;3129.00;9.73;1188.00;-2.68;0.22 +10123;20;3129.55;9.73;1189.66;2.82;0.22 10123;21;3125.02;10.40;1182.00;1.57;0.22 +10124;0;4801.01;11.20;1077.38;0.00;0.46 +10124;1;4801.92;10.80;1079.75;2.35;0.46 +10124;2;4795.49;10.90;1074.78;-0.46;0.46 +10124;3;4800.32;11.20;1077.31;0.00;1.00 +10124;9;4793.06;10.27;1081.00;1.57;0.46 +10124;10;4804.94;9.83;1081.00;-1.57;0.46 +10124;19;4782.00;9.50;1083.00;-3.93;0.46 +10124;20;4780.26;9.50;1083.20;4.59;0.46 10124;21;4793.06;10.27;1081.00;1.57;0.46 +10125;0;4944.00;9.87;1232.00;0.00;0.24 +10125;1;4943.50;9.50;1229.50;-0.19;0.24 +10125;2;4946.50;9.70;1230.50;1.03;0.24 +10125;3;4941.50;9.65;1232.00;4.71;0.24 +10125;4;4946.00;9.90;1233.50;2.21;0.24 +10125;5;4941.50;9.80;1234.50;3.92;0.24 +10125;6;4944.50;9.80;1235.50;3.00;0.24 +10125;9;4941.84;9.70;1232.00;1.57;0.24 +10125;10;4946.16;9.80;1232.00;-1.57;0.24 +10125;19;4946.00;9.50;1227.00;-0.20;0.24 +10125;20;4946.65;9.50;1225.37;0.38;0.24 10125;21;4941.84;9.70;1232.00;1.57;0.24 +10126;0;3309.00;11.55;1124.00;0.00;0.36 +10126;1;3307.50;12.15;1120.00;-0.35;0.36 +10126;2;3312.00;12.00;1120.50;0.70;0.36 +10126;3;3304.50;11.40;1121.50;-1.06;0.36 +10126;4;3312.00;11.50;1125.50;2.03;0.36 +10126;5;3306.00;10.92;1125.00;4.39;0.36 +10126;6;3308.00;11.07;1128.00;3.38;0.36 +10126;7;3309.50;11.30;1129.50;3.05;0.36 +10126;9;3305.76;11.07;1124.00;1.57;0.36 +10126;10;3312.24;11.81;1124.00;-1.57;0.36 +10126;19;3318.00;9.68;1120.00;-4.25;0.36 +10126;20;3319.59;9.68;1119.28;1.15;0.36 10126;21;3305.76;11.07;1124.00;1.57;0.36 +10127;0;3254.00;9.90;1131.00;0.00;0.38 +10127;1;3254.00;9.97;1124.00;0.00;0.38 +10127;2;3258.50;9.90;1128.50;1.06;0.38 +10127;3;3249.50;9.80;1130.00;-1.35;0.38 +10127;4;3257.50;9.90;1134.50;2.35;0.38 +10127;5;3250.00;9.80;1136.50;3.77;0.38 +10127;6;3255.00;9.80;1138.50;3.00;0.38 +10127;7;3252.50;9.80;1138.50;3.33;0.38 +10127;9;3250.58;9.80;1131.00;1.57;0.38 +10127;10;3257.42;9.99;1131.00;-1.57;0.38 10127;21;3250.58;9.80;1131.00;1.57;0.38 +10128;0;4956.00;12.35;1260.00;0.00;0.24 +10128;1;4956.50;12.30;1257.50;0.19;0.24 +10128;2;4953.00;13.75;1259.00;-1.24;0.24 +10128;3;4959.00;11.60;1260.00;1.57;0.24 +10128;4;4952.50;13.60;1260.50;4.57;0.24 +10128;5;4953.50;13.00;1262.50;3.92;0.24 +10128;6;4957.50;11.85;1262.00;2.49;0.24 +10128;9;4953.30;13.58;1260.00;1.57;0.24 +10128;10;4958.70;11.63;1260.00;-1.57;0.24 +10128;19;4954.00;10.55;1266.00;-2.36;0.24 +10128;20;4953.44;10.55;1267.66;3.46;0.24 10128;21;4953.30;13.58;1260.00;1.57;0.24 +10129;0;4447.00;10.05;977.00;0.00;0.20 +10129;1;4444.00;10.65;976.00;-1.24;0.20 +10129;2;4447.00;10.05;975.50;0.00;0.20 +10129;3;4449.00;9.85;976.00;1.10;0.20 +10129;4;4450.00;9.80;977.00;1.57;0.20 +10129;5;4445.50;10.20;978.50;3.92;0.20 +10129;6;4448.50;9.95;979.00;2.49;0.20 +10129;9;4444.84;10.43;977.00;1.57;0.20 +10129;10;4449.16;9.83;977.00;-1.57;0.20 10129;21;4444.84;10.43;977.00;1.57;0.20 +10130;0;4010.00;14.17;810.00;0.00;0.24 +10130;1;4010.50;12.65;807.00;0.16;0.24 +10130;2;4013.50;12.70;808.50;1.16;0.24 +10130;3;4006.00;11.92;809.00;-1.32;0.24 +10130;4;4005.50;12.90;812.00;4.29;0.24 +10130;5;4014.00;13.10;811.50;1.93;0.24 +10130;6;4010.00;13.45;812.50;3.14;0.24 +10130;9;4006.58;12.99;810.00;1.57;0.24 +10130;10;4013.42;13.37;810.00;-1.57;0.24 10130;21;4006.58;12.99;810.00;1.57;0.24 +10131;0;3727.00;12.50;1444.00;0.00;0.48 +10131;1;3722.50;10.30;1438.50;-0.68;0.48 +10131;2;3731.50;10.80;1442.00;1.15;0.48 +10131;3;3721.00;13.07;1442.00;-1.24;0.48 +10131;4;3723.00;10.85;1446.50;4.15;0.48 +10131;5;3733.00;12.40;1448.00;2.15;0.48 +10131;6;3728.50;12.75;1449.00;2.85;0.48 +10131;9;3721.42;12.03;1444.00;1.57;0.48 +10131;10;3732.58;11.51;1444.00;-1.57;0.48 10131;21;3721.42;12.03;1444.00;1.57;0.48 +10132;0;4431.00;11.15;1174.00;0.00;0.36 +10132;1;4429.00;11.20;1167.50;-0.29;0.36 +10132;2;4427.50;11.70;1171.00;-0.86;0.36 +10132;3;4433.00;10.95;1172.00;0.78;0.36 +10132;4;4429.00;11.50;1176.50;3.81;0.36 +10132;5;4433.00;11.10;1178.50;2.72;0.36 +10132;9;4427.76;11.67;1174.00;1.57;0.36 +10132;10;4434.24;10.96;1174.00;-1.57;0.36 10132;21;4427.76;11.67;1174.00;1.57;0.36 +10133;0;3748.00;10.70;1654.00;0.00;0.34 +10133;1;3748.50;10.80;1650.50;0.14;0.34 +10133;2;3753.50;10.70;1651.50;1.14;0.34 +10133;3;3742.50;10.80;1654.50;4.62;0.34 +10133;4;3755.00;10.67;1654.00;1.57;0.34 +10133;5;3749.50;10.70;1657.00;2.67;0.34 +10133;6;3744.00;10.70;1658.50;3.86;0.34 +10133;9;3743.68;10.74;1654.00;1.57;0.34 +10133;10;3752.32;10.70;1654.00;-1.57;0.34 10133;21;3743.68;10.74;1654.00;1.57;0.34 +10134;0;4409.00;10.02;859.00;0.00;0.26 +10134;1;4409.50;10.70;855.50;0.14;0.26 +10134;2;4407.50;10.10;856.00;-0.46;0.26 +10134;3;4411.50;10.60;857.50;1.03;0.26 +10134;4;4406.00;9.60;859.00;4.71;0.26 +10134;5;4411.00;9.92;861.00;2.35;0.26 +10134;6;4407.50;9.70;861.50;3.68;0.26 +10134;9;4406.66;9.62;859.00;1.57;0.26 +10134;10;4411.34;10.24;859.00;-1.57;0.26 10134;21;4406.66;9.62;859.00;1.57;0.26 +10135;0;4533.00;9.70;524.00;0.00;0.24 +10135;1;4532.50;9.60;521.50;-0.19;0.24 +10135;2;4538.50;9.70;522.50;1.30;0.24 +10135;3;4537.00;9.85;524.50;1.69;0.24 +10135;4;4528.00;9.70;525.50;4.42;0.24 +10135;5;4534.00;9.85;525.50;2.55;0.24 +10135;6;4530.50;9.80;526.50;3.92;0.24 +10135;9;4529.22;9.68;524.00;1.57;0.24 +10135;10;4536.78;9.76;524.00;-1.57;0.24 +10135;19;4534.00;9.50;520.00;-0.20;0.24 +10135;20;4534.42;9.50;518.30;0.24;0.24 10135;21;4529.22;9.68;524.00;1.57;0.24 +10136;0;3710.00;10.77;1647.00;0.00;0.38 +10136;1;3708.00;11.17;1643.00;-0.46;0.38 +10136;2;3712.00;11.25;1643.00;0.46;0.38 +10136;3;3714.00;10.95;1646.50;1.44;0.38 +10136;4;3706.00;10.80;1644.50;-1.01;0.38 +10136;5;3707.00;10.70;1649.00;4.12;0.38 +10136;6;3713.50;10.70;1651.00;2.42;0.38 +10136;7;3709.50;10.60;1652.00;3.24;0.38 +10136;9;3706.58;10.79;1647.00;1.57;0.38 +10136;10;3713.42;10.84;1647.00;-1.57;0.38 10136;21;3706.58;10.79;1647.00;1.57;0.38 +10137;0;4498.00;11.92;894.00;0.00;0.22 +10137;1;4500.00;11.60;891.50;0.67;0.22 +10137;2;4497.00;12.50;892.50;-0.58;0.22 +10137;3;4500.50;10.70;894.50;1.76;0.22 +10137;4;4494.50;13.20;893.50;-1.42;0.22 +10137;5;4496.50;12.10;895.50;3.92;0.22 +10137;6;4498.50;10.80;897.50;3.00;0.22 +10137;9;4495.48;12.80;894.00;1.57;0.22 +10137;10;4500.52;10.79;894.00;-1.57;0.22 +10137;19;4505.00;9.55;891.00;-4.51;0.22 +10137;20;4506.60;9.55;890.31;1.16;0.22 10137;21;4495.48;12.80;894.00;1.57;0.22 +10138;0;4583.00;10.20;603.00;0.00;0.22 +10138;1;4582.00;10.05;599.50;-0.27;0.22 +10138;2;4585.00;10.30;603.50;1.81;0.22 +10138;3;4581.00;10.20;604.00;4.24;0.22 +10138;4;4583.50;10.30;607.50;3.03;0.22 +10138;9;4581.02;10.15;603.00;1.57;0.22 +10138;10;4584.98;10.27;603.00;-1.57;0.22 +10138;19;4580.00;9.50;600.00;-0.28;0.22 +10138;20;4578.76;9.50;598.76;-0.78;0.22 10138;21;4581.02;10.15;603.00;1.57;0.22 +10139;0;3923.00;11.05;1152.00;0.00;0.42 +10139;1;3920.50;11.70;1142.00;-0.24;0.42 +10139;2;3919.50;11.90;1144.50;-0.43;0.42 +10139;3;3925.50;10.90;1150.00;0.89;0.42 +10139;4;3920.00;11.30;1153.50;4.24;0.42 +10139;5;3930.00;10.60;1156.50;2.14;0.42 +10139;6;3925.00;10.87;1158.00;2.82;0.42 +10139;7;3920.00;11.15;1159.00;3.54;0.42 +10139;9;3919.22;11.40;1152.00;1.57;0.42 +10139;10;3926.78;10.78;1152.00;-1.57;0.42 10139;21;3919.22;11.40;1152.00;1.57;0.42 +10140;0;3775.00;9.97;1546.00;0.00;0.40 +10140;1;3779.00;9.80;1542.00;0.78;0.40 +10140;2;3773.00;10.40;1543.00;-0.58;0.40 +10140;3;3780.50;9.80;1546.50;1.66;0.40 +10140;4;3769.00;10.47;1545.00;-1.40;0.40 +10140;5;3769.00;10.50;1548.00;4.39;0.40 +10140;6;3774.50;10.25;1550.00;3.26;0.40 +10140;9;3769.96;10.50;1546.00;1.57;0.40 +10140;10;3780.04;9.80;1546.00;-1.57;0.40 10140;21;3769.96;10.50;1546.00;1.57;0.40 +10141;0;4809.00;9.50;666.00;0.00;0.24 +10141;1;4809.17;10.80;656.70;0.00;0.24 +10141;2;4812.48;9.90;657.42;0.42;0.24 +10141;3;4812.48;11.10;671.49;2.03;0.24 +10141;4;4806.00;10.35;663.50;-0.87;0.24 +10141;5;4807.72;9.90;671.29;4.17;0.24 +10141;9;4806.84;10.29;666.00;1.57;0.24 +10141;10;4811.16;9.50;666.00;-1.57;0.24 +10141;19;4805.00;9.75;668.00;-2.11;0.24 +10141;20;4803.43;9.75;668.78;4.24;0.24 10141;21;4806.84;10.29;666.00;1.57;0.24 +10142;0;3714.00;10.80;1626.00;0.00;0.34 +10142;1;3712.00;11.20;1620.00;-0.32;0.34 +10142;2;3715.50;10.80;1622.50;0.40;0.34 +10142;3;3711.50;11.10;1626.50;4.51;0.34 +10142;4;3718.00;10.60;1625.50;1.44;0.34 +10142;5;3716.00;10.60;1629.50;2.62;0.34 +10142;6;3714.00;10.80;1632.50;3.14;0.34 +10142;9;3710.94;11.17;1626.00;1.57;0.34 +10142;10;3717.06;10.55;1626.00;-1.57;0.34 10142;21;3710.94;11.17;1626.00;1.57;0.34 +10143;0;4638.00;10.42;746.00;0.00;0.22 +10143;1;4638.50;10.50;743.00;0.16;0.22 +10143;2;4636.50;10.70;744.50;-0.78;0.22 +10143;3;4639.50;10.20;747.00;2.15;0.22 +10143;4;4635.50;10.65;748.00;4.03;0.22 +10143;5;4637.50;10.20;749.00;3.30;0.22 +10143;9;4636.02;10.64;746.00;1.57;0.22 +10143;10;4639.98;10.12;746.00;-1.57;0.22 +10143;19;4643.00;9.50;747.00;-4.12;0.22 +10143;20;4644.71;9.50;747.34;1.76;0.22 10143;21;4636.02;10.64;746.00;1.57;0.22 +10144;0;4499.00;13.07;1173.00;0.00;0.30 +10144;1;4499.00;12.22;1170.00;0.00;0.30 +10144;2;4504.00;12.50;1170.50;1.10;0.30 +10144;3;4495.00;11.95;1171.50;-1.21;0.30 +10144;4;4492.00;11.67;1174.00;4.57;0.30 +10144;5;4505.50;13.15;1174.00;1.72;0.30 +10144;6;4501.00;14.22;1176.00;2.55;0.30 +10144;7;4495.50;13.70;1176.00;4.00;0.30 +10144;9;4494.14;12.05;1173.00;1.57;0.30 +10144;10;4503.86;13.13;1173.00;-1.57;0.30 10144;21;4494.14;12.05;1173.00;1.57;0.30 +10145;0;4641.00;10.12;786.00;0.00;0.34 +10145;1;4636.50;9.50;779.50;-0.60;0.34 +10145;2;4640.50;9.90;785.50;-0.78;0.34 +10145;3;4644.00;10.90;789.50;2.43;0.34 +10145;9;4637.94;9.50;786.00;1.57;0.34 +10145;10;4644.06;9.50;786.00;-1.57;0.34 +10145;19;4641.00;9.78;789.00;-0.79;0.34 +10145;20;4641.00;9.78;790.75;3.14;0.34 10145;21;4637.94;9.50;786.00;1.57;0.34 +10146;0;3991.00;10.50;1393.00;0.00;0.60 +10146;1;3989.50;10.50;1386.00;-0.21;0.60 +10146;2;3984.00;10.45;1392.00;-1.42;0.60 +10146;3;3995.50;10.50;1389.00;0.84;0.60 +10146;4;3997.00;10.50;1394.50;1.81;0.60 +10146;5;3989.50;10.50;1399.00;3.38;0.60 +10146;6;3995.50;10.50;1400.00;2.57;0.60 +10146;9;3984.88;10.40;1393.00;1.57;0.60 +10146;10;3997.12;10.50;1393.00;-1.57;0.60 10146;21;3997.12;10.50;1393.00;-1.57;0.60 +10147;0;5033.00;9.75;523.00;0.00;0.38 +10147;1;5036.50;9.70;520.00;0.86;0.38 +10147;2;5027.50;9.50;521.50;-1.30;0.38 +10147;3;5030.00;10.30;526.00;3.92;0.38 +10147;4;5037.00;9.80;524.50;1.93;0.38 +10147;5;5034.50;10.10;525.50;2.60;0.38 +10147;9;5028.14;10.06;523.00;1.57;0.38 +10147;10;5037.86;9.66;523.00;-1.57;0.38 +10147;19;5025.00;9.78;521.00;0.86;0.38 +10147;20;5023.30;9.78;520.57;-1.32;0.38 10147;21;5028.14;10.06;523.00;1.57;0.38 +10148;0;3885.00;10.87;1357.00;0.00;0.40 +10148;1;3884.00;10.80;1355.00;-0.46;0.40 +10148;2;3890.50;11.30;1353.50;1.00;0.40 +10148;3;3879.50;10.40;1358.00;4.53;0.40 +10148;4;3887.00;11.05;1359.50;2.46;0.40 +10148;5;3881.00;10.65;1361.50;3.86;0.40 +10148;9;3880.32;10.43;1357.00;1.57;0.40 +10148;10;3889.68;11.11;1357.00;-1.57;0.40 10148;21;3889.68;11.11;1357.00;-1.57;0.40 +10149;0;4049.00;9.70;841.00;0.00;0.28 +10149;1;4048.00;9.70;838.50;-0.38;0.28 +10149;2;4051.00;9.70;840.50;1.32;0.28 +10149;3;4046.00;9.70;840.00;-1.24;0.28 +10149;4;4048.00;9.70;842.50;3.73;0.28 +10149;5;4051.50;9.70;843.50;2.35;0.28 +10149;9;4046.48;9.70;841.00;1.57;0.28 +10149;10;4051.52;9.69;841.00;-1.57;0.28 +10149;19;4052.49;9.50;839.38;1.23;0.28 +10149;20;4054.08;9.50;838.65;1.13;0.28 10149;21;4051.52;9.69;841.00;-1.57;0.28 +10150;0;4421.00;9.70;597.00;0.00;0.32 +10150;1;4419.50;9.90;592.50;-0.32;0.32 +10150;2;4422.00;9.80;593.50;0.27;0.32 +10150;3;4418.00;9.85;595.50;-1.10;0.32 +10150;4;4424.00;9.70;597.00;1.57;0.32 +10150;5;4419.00;9.70;599.00;3.92;0.32 +10150;6;4423.50;9.70;600.50;2.52;0.32 +10150;9;4418.12;9.76;597.00;1.57;0.32 +10150;10;4423.88;9.70;597.00;-1.57;0.32 10150;21;4418.12;9.76;597.00;1.57;0.32 +10151;0;899.00;13.12;1601.00;0.00;0.38 +10151;1;898.50;13.45;1597.00;-0.12;0.38 +10151;2;903.50;14.50;1600.50;1.46;0.38 +10151;3;893.50;12.80;1600.00;-1.39;0.38 +10151;4;895.00;12.60;1603.50;4.15;0.38 +10151;5;901.50;13.35;1605.00;2.58;0.38 +10151;9;894.32;12.87;1601.00;1.57;0.38 +10151;10;903.68;14.50;1601.00;-1.57;0.38 10151;21;894.32;12.87;1601.00;1.57;0.38 +10152;0;4051.00;9.75;881.00;0.00;0.26 +10152;1;4052.00;9.70;877.50;0.27;0.26 +10152;2;4048.50;10.00;879.00;-0.89;0.26 +10152;3;4054.00;9.70;881.50;1.73;0.26 +10152;4;4048.00;9.85;882.50;4.24;0.26 +10152;5;4050.50;9.70;885.00;3.26;0.26 +10152;9;4048.66;9.88;881.00;1.57;0.26 +10152;10;4053.34;9.70;881.00;-1.57;0.26 +10152;19;4055.00;9.55;889.00;-4.55;0.26 +10152;20;4055.78;9.55;890.56;2.67;0.26 10152;21;4048.66;9.88;881.00;1.57;0.26 +10153;0;4753.00;10.85;670.00;0.00;0.28 +10153;1;4751.00;12.07;667.00;-0.58;0.28 +10153;2;4755.00;10.50;669.50;1.32;0.28 +10153;3;4752.50;10.20;671.50;3.46;0.28 +10153;9;4750.48;9.50;670.00;1.57;0.28 +10153;10;4755.52;10.34;670.00;-1.57;0.28 +10153;19;4752.98;11.50;662.41;-0.87;0.28 +10153;20;4753.14;10.30;661.04;-0.27;0.28 10153;21;4750.48;9.50;670.00;1.57;0.28 +10154;0;4305.00;10.62;933.00;0.00;0.26 +10154;1;4306.00;10.60;928.50;0.21;0.26 +10154;2;4303.00;10.60;931.50;-0.92;0.26 +10154;3;4307.50;10.60;932.50;1.37;0.26 +10154;4;4303.50;10.70;936.00;3.60;0.26 +10154;5;4307.00;10.70;936.50;2.62;0.26 +10154;9;4302.66;10.60;933.00;1.57;0.26 +10154;10;4307.34;10.65;933.00;-1.57;0.26 10154;21;4302.66;10.60;933.00;1.57;0.26 +10155;0;924.00;11.70;1676.00;0.00;0.40 +10155;1;922.50;12.10;1671.50;-0.32;0.40 +10155;2;926.00;11.15;1672.50;0.51;0.40 +10155;3;919.50;12.95;1675.00;-1.35;0.40 +10155;4;928.50;12.10;1676.00;1.57;0.40 +10155;5;922.00;12.35;1679.50;3.66;0.40 +10155;6;927.00;13.20;1679.50;2.43;0.40 +10155;9;920.22;12.69;1676.00;1.57;0.40 +10155;10;927.78;11.99;1676.00;-1.57;0.40 10155;21;920.22;12.69;1676.00;1.57;0.40 +10156;0;4365.00;9.50;756.00;0.00;0.20 +10156;1;4364.00;9.50;753.50;-0.38;0.20 +10156;2;4366.50;9.50;754.00;0.64;0.20 +10156;3;4367.50;9.90;756.00;1.57;0.20 +10156;4;4366.00;10.10;759.00;2.82;0.20 +10156;5;4364.00;9.57;759.00;3.46;0.20 +10156;9;4363.20;9.50;756.00;1.57;0.20 +10156;10;4366.80;9.76;756.00;-1.57;0.20 +10156;19;4363.00;9.50;746.00;-0.38;0.20 +10156;20;4362.65;9.50;744.28;-0.19;0.20 10156;21;4363.20;9.50;756.00;1.57;0.20 +10157;0;895.00;9.50;1709.00;0.00;0.38 +10157;1;892.89;9.50;1707.72;-1.37;0.38 +10157;2;897.50;9.70;1705.00;0.55;0.38 +10157;3;898.50;9.70;1709.50;1.71;0.38 +10157;4;895.00;9.52;1714.00;3.14;0.38 +10157;9;891.22;9.50;1709.00;1.57;0.38 +10157;10;898.78;9.79;1709.00;-1.57;0.38 +10157;19;886.00;9.50;1709.00;-1.37;0.38 +10157;20;884.25;9.50;1709.00;4.71;0.38 10157;21;891.22;9.50;1709.00;1.57;0.38 +10158;0;4346.00;10.00;801.00;0.00;0.20 +10158;1;4344.50;9.90;797.50;-0.40;0.20 +10158;2;4346.50;10.20;797.50;0.14;0.20 +10158;3;4343.50;9.50;798.50;-0.78;0.20 +10158;4;4347.50;10.15;801.00;1.57;0.20 +10158;5;4344.50;9.50;801.50;4.39;0.20 +10158;6;4346.00;9.55;804.50;3.14;0.20 +10158;7;4348.00;9.70;805.50;2.72;0.20 +10158;9;4344.20;9.50;801.00;1.57;0.20 +10158;10;4347.80;10.12;801.00;-1.57;0.20 +10158;19;4345.00;9.50;802.00;-1.89;0.20 +10158;20;4343.76;9.50;803.23;3.92;0.20 10158;21;4344.20;9.50;801.00;1.57;0.20 +10159;0;921.00;14.92;1560.00;0.00;0.34 +10159;1;918.00;14.50;1556.00;-0.64;0.34 +10159;2;923.50;15.50;1557.00;0.69;0.34 +10159;3;916.00;13.85;1560.00;4.71;0.34 +10159;4;926.50;15.65;1559.00;1.39;0.34 +10159;5;921.50;14.80;1563.50;3.00;0.34 +10159;6;926.50;15.10;1562.50;1.99;0.34 +10159;9;916.86;13.98;1560.00;1.57;0.34 +10159;10;925.14;15.48;1560.00;-1.57;0.34 10159;21;916.86;13.98;1560.00;1.57;0.34 +10160;0;5381.00;10.27;310.00;0.00;0.22 +10160;1;5382.50;10.10;311.50;2.35;0.22 +10160;2;5382.50;10.00;308.50;0.78;0.22 +10160;3;5378.50;10.40;312.00;4.03;0.22 +10160;9;5378.48;9.50;310.00;1.57;0.22 +10160;10;5383.52;10.44;310.00;-1.57;0.22 +10160;19;5385.00;9.68;311.00;-3.93;0.22 +10160;20;5386.69;9.68;311.42;1.81;0.22 10160;21;5378.48;9.50;310.00;1.57;0.22 +10161;0;4009.00;9.80;1498.00;0.00;0.52 +10161;1;4003.00;9.90;1492.00;-0.78;0.52 +10161;2;4009.50;9.90;1493.00;0.10;0.52 +10161;3;4002.50;9.80;1497.00;-1.41;0.52 +10161;4;4016.50;9.90;1495.50;1.24;0.52 +10161;5;4014.50;9.90;1500.50;1.99;0.52 +10161;6;4003.50;9.80;1504.00;3.88;0.52 +10161;7;4009.50;9.80;1504.00;3.05;0.52 +10161;9;4003.24;9.80;1498.00;1.57;0.52 +10161;10;4014.76;9.90;1498.00;-1.57;0.52 10161;21;4003.24;9.80;1498.00;1.57;0.52 +10162;0;4505.00;12.25;846.00;0.00;0.18 +10162;1;4505.50;11.40;844.00;0.24;0.18 +10162;2;4508.00;10.00;845.50;1.40;0.18 +10162;3;4502.50;14.25;845.00;-1.19;0.18 +10162;4;4501.50;14.55;847.00;4.43;0.18 +10162;5;4508.00;10.05;847.00;1.89;0.18 +10162;6;4506.50;10.85;848.00;2.49;0.18 +10162;7;4504.00;13.10;848.00;3.60;0.18 +10162;9;4502.48;14.30;846.00;1.57;0.18 +10162;10;4507.52;10.14;846.00;-1.57;0.18 +10162;19;4510.00;9.63;846.00;1.41;0.18 +10162;20;4511.75;9.63;846.00;1.57;0.18 10162;21;4502.48;14.30;846.00;1.57;0.18 +10163;0;3157.00;9.77;1337.00;0.00;0.20 +10163;1;3156.50;10.00;1334.50;-0.19;0.20 +10163;2;3158.50;9.70;1335.00;0.64;0.20 +10163;3;3154.50;10.10;1337.50;4.51;0.20 +10163;4;3159.00;9.67;1337.00;1.57;0.20 +10163;5;3157.50;9.75;1339.00;2.89;0.20 +10163;9;3155.20;10.04;1337.00;1.57;0.20 +10163;10;3158.80;9.66;1337.00;-1.57;0.20 +10163;19;3161.00;9.50;1334.00;0.64;0.20 +10163;20;3162.40;9.50;1332.95;0.92;0.20 10163;21;3155.20;10.04;1337.00;1.57;0.20 +10164;0;3777.00;9.70;1490.00;0.00;0.46 +10164;1;3777.50;9.80;1484.00;0.08;0.46 +10164;2;3781.00;9.77;1486.00;0.78;0.46 +10164;3;3773.50;9.80;1489.00;-1.29;0.46 +10164;4;3782.50;9.80;1490.00;1.57;0.46 +10164;5;3779.00;9.70;1493.00;2.55;0.46 +10164;6;3772.00;9.80;1495.00;3.92;0.46 +10164;7;3775.00;9.80;1497.00;3.42;0.46 +10164;9;3772.86;9.80;1490.00;1.57;0.46 +10164;10;3781.14;9.70;1490.00;-1.57;0.46 10164;21;3772.86;9.80;1490.00;1.57;0.46 +10165;0;4692.00;11.62;899.00;0.00;0.18 +10165;1;4690.50;10.70;895.50;-0.40;0.18 +10165;2;4689.50;10.75;897.00;-0.89;0.18 +10165;3;4692.00;11.47;896.00;0.00;0.18 +10165;4;4693.50;11.50;898.00;0.98;0.18 +10165;5;4690.50;11.50;900.00;4.12;0.18 +10165;6;4694.00;10.82;901.00;2.35;0.18 +10165;7;4692.50;10.80;902.50;3.00;0.18 +10165;9;4690.38;11.29;899.00;1.57;0.18 +10165;10;4693.62;11.39;899.00;-1.57;0.18 10165;21;4690.38;11.29;899.00;1.57;0.18 +10166;0;5177.00;10.25;573.00;0.00;0.16 +10166;1;5176.50;10.40;571.50;-0.32;0.16 +10166;2;5175.00;10.50;571.50;-0.92;0.16 +10166;3;5179.50;9.60;572.00;1.19;0.16 +10166;4;5174.50;9.50;573.50;4.51;0.16 +10166;5;5177.50;10.30;575.00;2.89;0.16 +10166;9;5174.84;9.83;573.00;1.57;0.16 +10166;10;5179.16;10.03;573.00;-1.57;0.16 +10166;19;5182.00;9.50;571.00;1.19;0.16 +10166;20;5183.62;9.50;570.35;1.19;0.16 10166;21;5174.84;9.83;573.00;1.57;0.16 +10167;0;4696.00;10.35;924.00;0.00;0.20 +10167;1;4694.50;10.45;921.00;-0.46;0.20 +10167;2;4696.50;10.30;920.50;0.14;0.20 +10167;3;4694.00;10.95;923.50;-1.32;0.20 +10167;4;4698.50;10.20;923.00;1.19;0.20 +10167;5;4697.50;10.10;926.50;2.60;0.20 +10167;6;4695.00;11.05;927.50;3.42;0.20 +10167;9;4694.20;10.95;924.00;1.57;0.20 +10167;10;4697.80;10.18;924.00;-1.57;0.20 10167;21;4694.20;10.95;924.00;1.57;0.20 +10168;0;3776.00;9.85;1562.00;0.00;0.34 +10168;1;3775.00;10.15;1558.00;-0.24;0.34 +10168;2;3781.50;9.80;1559.50;1.14;0.34 +10168;3;3769.00;10.80;1560.00;-1.29;0.34 +10168;4;3781.50;9.90;1563.00;1.75;0.34 +10168;5;3773.00;10.55;1564.50;4.01;0.34 +10168;6;3779.50;10.10;1566.50;2.48;0.34 +10168;9;3770.78;10.80;1562.00;1.57;0.34 +10168;10;3781.22;9.83;1562.00;-1.57;0.34 10168;21;3770.78;10.80;1562.00;1.57;0.34 +10169;0;4719.00;9.75;662.00;0.00;0.16 +10169;1;4719.50;9.55;660.00;0.24;0.16 +10169;2;4715.50;9.85;662.00;4.71;0.16 +10169;3;4723.00;9.70;662.00;1.57;0.16 +10169;4;4719.50;9.80;664.00;2.89;0.16 +10169;9;4716.12;9.85;662.00;1.57;0.16 +10169;10;4721.88;9.70;662.00;-1.57;0.16 +10169;19;4721.00;9.53;665.00;-3.39;0.16 +10169;20;4721.97;9.53;666.45;2.55;0.16 10169;21;4716.12;9.85;662.00;1.57;0.16 +10170;0;3803.00;10.00;1614.00;0.00;0.46 +10170;1;3800.50;10.00;1609.50;-0.50;0.46 +10170;2;3795.50;10.05;1612.00;-1.31;0.46 +10170;3;3805.00;10.00;1611.50;0.67;0.46 +10170;4;3809.50;9.90;1613.50;1.49;0.46 +10170;5;3800.50;10.00;1617.00;3.83;0.46 +10170;6;3811.50;9.90;1617.00;1.91;0.46 +10170;7;3809.00;9.92;1619.00;2.26;0.46 +10170;9;3796.70;10.00;1614.00;1.57;0.46 +10170;10;3809.30;9.90;1614.00;-1.57;0.46 10170;21;3796.70;10.00;1614.00;1.57;0.46 +10171;0;4055.00;10.67;963.00;0.00;0.42 +10171;1;4055.00;10.42;957.00;0.00;0.42 +10171;2;4057.00;11.10;959.00;0.46;0.42 +10171;3;4053.00;10.55;962.00;-1.10;0.42 +10171;4;4060.00;11.30;962.50;1.47;0.42 +10171;5;4059.00;12.25;965.00;2.03;0.42 +10171;6;4052.00;12.72;967.00;3.78;0.42 +10171;7;4056.50;11.40;968.00;2.85;0.42 +10171;9;4051.22;10.67;963.00;1.57;0.42 +10171;10;4058.78;11.12;963.00;-1.57;0.42 10171;21;4051.22;10.67;963.00;1.57;0.42 +10172;0;1208.00;16.17;1230.00;0.00;0.50 +10172;1;1207.00;15.85;1225.50;-0.21;0.50 +10172;2;1214.00;15.95;1225.00;0.87;0.50 +10172;3;1216.00;16.25;1230.00;1.57;0.50 +10172;4;1200.00;15.85;1230.00;4.71;0.50 +10172;5;1204.00;16.75;1234.50;3.86;0.50 +10172;6;1212.00;16.00;1234.00;2.35;0.50 +10172;9;1202.06;16.00;1230.00;1.57;0.50 +10172;10;1213.94;16.04;1230.00;-1.57;0.50 10172;21;1202.06;16.00;1230.00;1.57;0.50 +10173;0;3937.00;10.62;1195.00;0.00;0.50 +10173;1;3936.00;10.30;1189.50;-0.18;0.50 +10173;2;3932.00;10.47;1194.00;-1.37;0.50 +10173;3;3942.00;11.05;1194.00;1.37;0.50 +10173;4;3940.00;11.25;1199.50;2.55;0.50 +10173;5;3935.00;10.95;1200.00;3.52;0.50 +10173;9;3932.50;10.55;1195.00;1.57;0.50 +10173;10;3941.50;11.15;1195.00;-1.57;0.50 10173;21;3932.50;10.55;1195.00;1.57;0.50 +10174;0;1702.00;11.42;1658.00;0.00;0.34 +10174;1;1699.50;12.50;1655.50;-0.78;0.34 +10174;2;1704.00;11.35;1655.50;0.67;0.34 +10174;3;1698.00;12.30;1658.50;4.58;0.34 +10174;4;1705.00;11.55;1659.50;2.03;0.34 +10174;5;1702.00;11.50;1662.00;3.14;0.34 +10174;6;1705.50;11.70;1662.50;2.48;0.34 +10174;9;1698.58;12.26;1658.00;1.57;0.34 +10174;10;1705.42;11.63;1658.00;-1.57;0.34 10174;21;1698.58;12.26;1658.00;1.57;0.34 +10175;0;4689.63;12.00;513.67;0.00;0.22 +10175;1;4689.94;11.60;509.45;-0.14;0.22 +10175;2;4692.14;11.60;510.69;1.03;0.22 +10175;3;4686.86;11.50;509.98;-1.32;0.22 +10175;4;4690.02;12.00;514.78;3.04;0.22 +10175;9;4687.02;11.80;515.00;1.57;0.22 +10175;10;4690.98;11.60;515.00;-1.57;0.22 +10175;19;4689.00;9.50;510.00;-0.14;0.22 +10175;20;4689.00;9.50;508.25;0.00;0.22 10175;21;4687.02;11.80;515.00;1.57;0.22 +10176;0;1622.00;9.55;1832.00;0.00;0.82 +10176;1;1636.00;10.30;1822.50;0.97;0.82 +10176;2;1605.00;9.50;1823.00;-1.08;0.82 +10176;3;1648.00;10.25;1831.50;1.55;0.82 +10176;4;1595.00;9.70;1829.50;-1.47;0.82 +10176;5;810.50;9.50;915.50;-0.72;0.82 +10176;6;1596.00;9.90;1838.50;4.46;0.82 +10176;7;1639.00;10.32;1839.00;1.96;0.82 +10176;8;1617.00;9.70;1839.50;3.73;0.82 +10176;9;1600.94;9.70;1832.00;1.57;0.82 +10176;10;1643.06;10.20;1832.00;-1.57;0.82 +10176;19;1579.00;9.50;1846.00;-1.82;0.82 +10176;20;1577.33;9.50;1846.54;4.39;0.82 10176;21;1600.94;9.70;1832.00;1.57;0.82 +10177;0;4421.00;11.20;854.00;0.00;0.28 +10177;1;4418.50;11.50;852.00;-0.89;0.28 +10177;2;4422.00;11.50;851.00;0.32;0.28 +10177;3;4424.50;11.10;852.00;1.05;0.28 +10177;4;4423.50;11.00;855.00;1.95;0.28 +10177;5;4417.50;10.85;855.00;4.43;0.28 +10177;6;4420.50;10.40;857.50;3.28;0.28 +10177;7;4423.00;10.50;857.50;2.62;0.28 +10177;9;4418.12;11.15;854.00;1.57;0.28 +10177;10;4423.88;11.11;854.00;-1.57;0.28 10177;21;4418.12;11.15;854.00;1.57;0.28 +10178;0;4612.00;9.87;594.00;0.00;0.34 +10178;1;4613.61;10.70;595.08;1.24;0.34 +10178;2;4610.00;9.52;591.00;-0.58;0.34 +10178;3;4608.00;10.15;593.00;-1.32;0.34 +10178;4;4608.50;10.60;596.50;4.09;0.34 +10178;5;4612.50;10.50;597.50;3.00;0.34 +10178;9;4608.58;10.29;594.00;1.57;0.34 +10178;10;4615.42;9.50;594.00;-1.57;0.34 +10178;19;4609.00;9.50;590.00;-0.59;0.34 +10178;20;4607.95;9.50;588.60;-0.64;0.34 10178;21;4608.58;10.29;594.00;1.57;0.34 +10179;0;3912.00;10.40;1494.00;0.00;0.48 +10179;1;3916.00;10.50;1488.00;0.58;0.48 +10179;2;3908.50;10.40;1491.00;-0.86;0.48 +10179;3;3918.50;10.50;1494.00;1.57;0.48 +10179;4;3904.50;10.45;1496.00;4.45;0.48 +10179;5;3910.00;10.40;1498.00;3.60;0.48 +10179;6;3916.50;10.30;1499.50;2.45;0.48 +10179;9;3906.42;10.40;1494.00;1.57;0.48 +10179;10;3917.58;10.50;1494.00;-1.57;0.48 10179;21;3906.42;10.40;1494.00;1.57;0.48 +10180;0;4495.00;14.20;885.00;0.00;0.18 +10180;1;4495.50;13.95;882.00;0.16;0.18 +10180;2;4493.00;13.65;884.50;-1.32;0.18 +10180;3;4497.00;14.00;883.00;0.78;0.18 +10180;4;4497.00;14.15;885.50;1.81;0.18 +10180;5;4493.50;14.30;887.50;3.68;0.18 +10180;6;4495.50;14.20;888.00;2.97;0.18 +10180;9;4493.38;13.87;885.00;1.57;0.18 +10180;10;4496.62;14.18;885.00;-1.57;0.18 10180;21;4493.38;13.87;885.00;1.57;0.18 +10181;0;4654.00;9.70;662.00;0.00;0.26 +10181;1;4656.50;9.70;661.50;1.37;0.26 +10181;2;4651.50;9.60;660.50;-1.03;0.26 +10181;3;4651.00;9.70;664.00;4.12;0.26 +10181;4;4651.50;9.70;666.00;3.70;0.26 +10181;5;4653.00;9.70;666.00;3.38;0.26 +10181;9;4651.12;9.70;662.00;1.57;0.26 +10181;10;4656.88;9.70;662.00;-1.57;0.26 +10181;19;4650.00;9.68;670.00;-2.90;0.26 +10181;20;4649.21;9.68;671.56;3.60;0.26 10181;21;4651.12;9.70;662.00;1.57;0.26 +10182;0;4285.00;9.70;934.00;0.00;0.26 +10182;1;4287.50;9.85;931.00;0.69;0.26 +10182;2;4284.50;9.70;930.50;-0.14;0.26 +10182;3;4282.50;9.50;934.50;4.51;0.26 +10182;4;4286.00;9.70;935.50;2.55;0.26 +10182;5;4283.50;9.65;939.00;3.43;0.26 +10182;9;4282.66;9.50;934.00;1.57;0.26 +10182;10;4287.34;9.78;934.00;-1.57;0.26 +10182;19;4281.00;9.50;938.00;-1.77;0.26 +10182;20;4279.76;9.50;939.23;3.92;0.26 10182;21;4282.66;9.50;934.00;1.57;0.26 +10183;0;879.00;10.42;1656.00;0.00;0.30 +10183;1;879.50;10.70;1653.50;0.19;0.30 +10183;2;876.50;10.10;1657.00;4.33;0.30 +10183;3;883.00;10.57;1657.00;1.81;0.30 +10183;9;875.76;10.10;1656.00;1.57;0.30 +10183;10;882.24;10.55;1656.00;-1.57;0.30 +10183;19;872.00;9.50;1656.00;-1.95;0.30 +10183;20;870.25;9.50;1656.00;4.71;0.30 10183;21;875.76;10.10;1656.00;1.57;0.30 +10184;0;4696.00;9.50;741.00;0.00;0.56 +10184;1;4687.50;9.50;734.50;-0.91;0.56 +10184;2;4691.50;9.50;743.50;4.20;0.56 +10184;3;4703.00;9.50;746.00;2.19;0.56 +10184;9;4689.16;9.50;741.00;1.57;0.56 +10184;10;4702.84;9.50;741.00;-1.57;0.56 +10184;19;4696.00;9.50;743.00;-4.09;0.56 +10184;20;4696.00;9.50;744.75;3.14;0.56 10184;21;4689.16;9.50;741.00;1.57;0.56 +10185;0;3720.00;15.47;1610.00;0.00;0.38 +10185;1;3723.50;13.10;1604.50;0.56;0.38 +10185;2;3720.00;13.40;1604.50;0.00;0.38 +10185;3;3716.00;16.30;1609.00;-1.32;0.38 +10185;4;3723.50;13.90;1609.50;1.42;0.38 +10185;5;3718.50;13.30;1614.50;3.46;0.38 +10185;6;3723.00;15.90;1614.00;2.49;0.38 +10185;9;3716.58;16.10;1610.00;1.57;0.38 +10185;10;3723.42;14.09;1610.00;-1.57;0.38 10185;21;3716.58;16.10;1610.00;1.57;0.38 +10186;0;4723.00;10.57;798.00;0.00;0.28 +10186;1;4723.00;9.50;796.00;0.00;0.28 +10186;2;4726.00;11.55;797.50;1.40;0.28 +10186;3;4720.00;10.55;801.00;3.92;0.28 +10186;4;4722.50;11.35;800.00;3.38;0.28 +10186;5;4725.50;11.50;799.50;2.11;0.28 +10186;9;4720.48;9.50;798.00;1.57;0.28 +10186;10;4725.52;12.03;798.00;-1.57;0.28 +10186;19;4717.00;9.50;804.00;-2.36;0.28 +10186;20;4715.76;9.50;805.23;3.92;0.28 10186;21;4720.48;9.50;798.00;1.57;0.28 +10187;0;3897.00;13.07;1328.00;0.00;0.48 +10187;1;3896.00;11.67;1324.00;-0.24;0.48 +10187;2;3901.50;11.20;1325.00;0.98;0.48 +10187;3;3892.00;12.40;1326.50;-1.27;0.48 +10187;4;3901.00;13.05;1330.00;2.03;0.48 +10187;5;3895.00;14.07;1331.00;3.73;0.48 +10187;9;3892.68;13.22;1328.00;1.57;0.48 +10187;10;3901.32;12.07;1328.00;-1.57;0.48 10187;21;3901.32;12.07;1328.00;-1.57;0.48 +10188;0;432.00;12.27;379.00;0.00;0.20 +10188;1;432.00;12.20;378.50;0.00;0.20 +10188;2;439.00;9.50;375.50;1.10;0.20 +10188;9;430.20;10.14;379.00;1.57;0.20 +10188;10;433.80;12.03;379.00;-1.57;0.20 +10188;19;429.00;9.50;378.00;0.00;0.20 +10188;20;427.34;9.50;377.44;-1.24;0.20 10188;21;430.20;10.14;379.00;1.57;0.20 +10189;0;3809.00;10.40;1673.00;0.00;0.38 +10189;1;3817.00;10.40;1669.50;1.15;0.38 +10189;2;3809.00;10.40;1670.00;0.00;0.38 +10189;3;3818.00;10.35;1672.00;1.46;0.38 +10189;4;3802.50;10.40;1673.50;4.63;0.38 +10189;5;3810.50;10.40;1675.50;2.60;0.38 +10189;6;3804.00;9.85;1678.50;3.87;0.38 +10189;9;3802.88;10.40;1673.00;1.57;0.38 +10189;10;3815.12;10.40;1673.00;-1.57;0.38 10189;21;3802.88;10.40;1673.00;1.57;0.38 +10190;0;3982.00;10.62;847.00;0.00;0.30 +10190;1;3980.00;9.85;843.50;-0.51;0.30 +10190;2;3983.50;11.00;843.50;0.40;0.30 +10190;3;3985.50;12.90;847.50;1.71;0.30 +10190;4;3978.50;10.00;847.50;4.57;0.30 +10190;5;3981.50;10.50;850.50;3.28;0.30 +10190;9;3979.30;9.98;847.00;1.57;0.30 +10190;10;3984.70;12.54;847.00;-1.57;0.30 +10190;19;3979.00;9.50;841.00;-0.52;0.30 +10190;20;3978.21;9.50;839.43;-0.46;0.30 10190;21;3979.30;9.98;847.00;1.57;0.30 +10191;0;4637.00;11.67;510.00;0.00;0.24 +10191;1;4638.50;9.95;508.00;0.64;0.24 +10191;2;4637.00;11.95;511.50;3.14;0.24 +10191;3;4644.50;10.10;510.50;1.63;0.24 +10191;4;4633.00;12.00;510.50;4.58;0.24 +10191;9;4632.68;11.57;510.00;1.57;0.24 +10191;10;4641.32;11.30;510.00;-1.57;0.24 +10191;19;4642.00;10.30;513.00;-3.14;0.24 +10191;20;4643.50;10.30;513.90;2.11;0.24 10191;21;4632.68;11.57;510.00;1.57;0.24 +10192;0;1440.00;10.87;1442.00;0.00;0.32 +10192;1;1437.50;10.70;1438.50;-0.62;0.32 +10192;2;1443.00;10.70;1439.50;0.87;0.32 +10192;3;1435.00;11.65;1442.50;4.61;0.32 +10192;4;1446.00;10.70;1441.00;1.40;0.32 +10192;5;1444.50;10.60;1443.50;1.89;0.32 +10192;6;1438.50;11.80;1445.00;3.60;0.32 +10192;9;1435.68;11.56;1442.00;1.57;0.32 +10192;10;1444.32;10.70;1442.00;-1.57;0.32 10192;21;1435.68;11.56;1442.00;1.57;0.32 +10193;0;4345.00;10.22;889.00;0.00;0.26 +10193;1;4342.50;10.15;888.00;-1.19;0.26 +10193;2;4345.50;10.30;886.00;0.16;0.26 +10193;3;4348.00;10.40;888.00;1.24;0.26 +10193;4;4347.00;10.65;891.50;2.46;0.26 +10193;5;4343.50;10.20;891.00;3.78;0.26 +10193;9;4342.66;10.11;889.00;1.57;0.26 +10193;10;4347.34;10.43;889.00;-1.57;0.26 10193;21;4342.66;10.11;889.00;1.57;0.26 +10194;0;4388.00;9.70;610.00;0.00;0.32 +10194;1;4386.00;9.52;609.00;-1.10;0.32 +10194;2;4390.50;9.70;606.00;0.55;0.32 +10194;3;4390.00;9.95;610.00;1.57;0.32 +10194;4;4386.50;9.80;613.50;3.54;0.32 +10194;9;4385.12;9.55;610.00;1.57;0.32 +10194;10;4390.88;10.27;610.00;-1.57;0.32 +10194;19;4384.00;9.50;610.00;-1.11;0.32 +10194;20;4382.25;9.50;610.00;4.71;0.32 10194;21;4385.12;9.55;610.00;1.57;0.32 +10195;0;4461.00;10.60;920.00;0.00;0.26 +10195;1;4462.00;10.67;918.00;0.46;0.26 +10195;2;4457.50;10.30;918.50;-1.16;0.26 +10195;3;4465.00;10.65;920.50;1.69;0.26 +10195;4;4457.00;10.60;920.00;4.71;0.26 +10195;5;4459.50;10.90;922.00;3.78;0.26 +10195;6;4463.00;11.22;923.00;2.55;0.26 +10195;9;4457.94;10.60;920.00;1.57;0.26 +10195;10;4464.06;10.55;920.00;-1.57;0.26 10195;21;4457.94;10.60;920.00;1.57;0.26 +10196;0;3753.00;10.30;1538.00;0.00;0.44 +10196;1;3750.00;10.25;1533.50;-0.58;0.44 +10196;2;3748.00;10.20;1536.50;-1.27;0.44 +10196;3;3756.50;10.45;1536.00;1.05;0.44 +10196;4;3749.50;10.30;1541.50;3.92;0.44 +10196;5;3758.00;10.50;1541.00;2.11;0.44 +10196;6;3754.50;10.40;1543.00;2.85;0.44 +10196;9;3748.68;10.20;1538.00;1.57;0.44 +10196;10;3757.32;10.50;1538.00;-1.57;0.44 10196;21;3757.32;10.50;1538.00;-1.57;0.44 +10197;0;4743.00;12.05;661.00;0.00;0.24 +10197;1;4744.50;10.75;659.00;0.64;0.24 +10197;2;4740.00;11.47;660.00;-1.24;0.24 +10197;3;4746.00;11.80;662.50;2.03;0.24 +10197;4;4742.50;11.45;663.00;3.38;0.24 +10197;9;4740.48;11.94;661.00;1.57;0.24 +10197;10;4745.52;11.34;661.00;-1.57;0.24 +10197;19;4748.55;10.60;656.47;-0.86;0.24 +10197;20;4747.52;9.90;655.00;-0.64;0.24 10197;21;4740.48;11.94;661.00;1.57;0.24 +10198;0;952.00;12.95;1707.00;0.00;0.48 +10198;1;950.00;12.45;1702.00;-0.38;0.48 +10198;2;956.50;13.00;1702.50;0.78;0.48 +10198;3;946.00;13.00;1708.00;4.54;0.48 +10198;4;957.50;13.60;1709.00;1.92;0.48 +10198;5;953.50;12.95;1713.00;2.89;0.48 +10198;6;961.00;12.75;1712.50;2.11;0.48 +10198;9;946.06;13.01;1707.00;1.57;0.48 +10198;10;957.94;13.40;1707.00;-1.57;0.48 10198;21;946.06;13.01;1707.00;1.57;0.48 +10199;0;4644.00;10.20;736.00;0.00;0.24 +10199;1;4644.00;10.15;734.00;0.00;0.24 +10199;2;4641.00;10.25;735.50;-1.40;0.24 +10199;3;4648.50;10.00;735.00;1.35;0.24 +10199;4;4646.00;9.65;737.50;2.21;0.24 +10199;5;4641.50;10.20;738.00;4.03;0.24 +10199;9;4640.94;10.30;736.00;1.57;0.24 +10199;10;4647.06;9.78;736.00;-1.57;0.24 +10199;19;4650.00;9.50;738.00;-4.07;0.24 +10199;20;4651.66;9.50;738.55;1.89;0.24 10199;21;4640.94;10.30;736.00;1.57;0.24 +10200;0;3612.00;10.10;1738.00;0.00;0.32 +10200;1;3612.00;9.95;1734.50;0.00;0.32 +10200;2;3616.00;10.10;1736.50;1.21;0.32 +10200;3;3609.00;10.00;1737.00;-1.24;0.32 +10200;4;3608.00;10.00;1741.00;4.06;0.32 +10200;5;3616.50;10.10;1740.50;2.07;0.32 +10200;6;3612.50;10.10;1741.50;3.00;0.32 +10200;9;3608.40;10.00;1738.00;1.57;0.32 +10200;10;3615.60;10.10;1738.00;-1.57;0.32 10200;21;3608.40;10.00;1738.00;1.57;0.32 +10201;0;4060.00;9.65;790.00;0.00;0.44 +10201;1;4059.00;9.65;785.50;-0.21;0.44 +10201;2;4061.50;9.80;785.00;0.29;0.44 +10201;3;4063.50;9.70;787.00;0.86;0.44 +10201;4;4058.50;9.70;792.50;3.68;0.44 +10201;9;4056.04;9.58;790.00;1.57;0.44 +10201;10;4063.96;9.72;790.00;-1.57;0.44 +10201;19;4065.00;9.60;796.00;-2.60;0.44 +10201;20;4066.12;9.60;797.34;2.44;0.44 10201;21;4056.04;9.58;790.00;1.57;0.44 +10202;0;4012.00;10.35;1579.00;0.00;0.58 +10202;1;4006.00;10.20;1576.00;-1.10;0.58 +10202;2;4015.00;10.20;1574.00;0.54;0.58 +10202;3;4018.50;10.40;1580.50;1.79;0.58 +10202;4;4007.50;10.25;1583.00;3.98;0.58 +10202;5;4013.50;10.40;1585.50;2.91;0.58 +10202;9;4006.06;10.14;1579.00;1.57;0.58 +10202;10;4017.94;10.29;1579.00;-1.57;0.58 10202;21;4006.06;10.14;1579.00;1.57;0.58 +10203;0;3114.00;9.60;1314.00;0.00;0.24 +10203;1;3114.50;9.70;1314.00;1.57;0.24 +10203;2;3116.50;9.50;1314.00;1.57;0.24 +10203;9;3111.84;9.50;1314.00;1.57;0.24 +10203;10;3116.16;9.50;1314.00;-1.57;0.24 +10203;19;3114.00;9.60;1316.00;1.57;0.24 +10203;20;3114.00;9.60;1317.75;3.14;0.24 10203;21;3112.43;9.80;1316.14;-1.57;0.24 +10204;0;4470.00;10.27;842.00;0.00;0.28 +10204;1;4470.00;10.00;838.50;0.00;0.28 +10204;2;4467.50;10.40;840.50;-1.03;0.28 +10204;3;4472.50;9.80;839.50;0.78;0.28 +10204;4;4472.50;10.00;843.00;1.95;0.28 +10204;5;4468.00;10.15;844.50;3.81;0.28 +10204;6;4471.00;9.80;846.00;2.89;0.28 +10204;9;4467.48;10.40;842.00;1.57;0.28 +10204;10;4472.52;9.94;842.00;-1.57;0.28 10204;21;4467.48;10.40;842.00;1.57;0.28 +10205;0;3870.00;13.92;1289.00;0.00;0.44 +10205;1;3869.50;14.30;1285.50;-0.14;0.44 +10205;2;3873.00;14.40;1284.00;0.54;0.44 +10205;3;3874.00;14.07;1289.00;1.57;0.44 +10205;4;3866.00;13.95;1290.50;4.35;0.44 +10205;5;3870.00;14.95;1293.50;3.14;0.44 +10205;9;3866.04;13.79;1289.00;1.57;0.44 +10205;10;3873.96;14.07;1289.00;-1.57;0.44 10205;21;3873.96;14.07;1289.00;-1.57;0.44 +10206;0;5175.00;9.85;564.00;0.00;0.18 +10206;1;5174.00;9.50;562.00;-0.46;0.18 +10206;2;5177.00;9.97;564.00;1.57;0.18 +10206;3;5172.00;9.62;563.00;-1.24;0.18 +10206;4;5173.00;10.27;565.00;4.24;0.18 +10206;5;5175.50;10.50;567.00;2.97;0.18 +10206;9;5173.02;9.97;564.00;1.57;0.18 +10206;10;5176.98;9.98;564.00;-1.57;0.18 +10206;19;5180.00;9.50;564.00;1.57;0.18 +10206;20;5181.75;9.50;564.00;1.57;0.18 10206;21;5173.02;9.97;564.00;1.57;0.18 +10207;0;3590.00;10.40;1913.00;0.00;1.20 +10207;1;3578.50;9.80;1907.00;-1.09;1.20 +10207;2;3594.50;9.90;1903.00;0.42;1.20 +10207;3;3606.50;10.30;1909.50;1.36;1.20 +10207;4;3602.00;10.40;1920.00;2.09;1.20 +10207;5;3579.50;9.80;1922.00;4.00;1.20 +10207;6;3588.50;9.70;1926.00;3.25;1.20 +10207;9;3579.20;9.88;1913.00;1.57;1.20 +10207;10;3600.80;9.88;1913.00;-1.57;1.20 +10207;19;3575.00;9.60;1931.00;-2.28;1.20 +10207;20;3573.88;9.60;1932.34;3.83;1.20 10207;21;3579.20;9.88;1913.00;1.57;1.20 +10208;0;3992.00;11.10;879.00;0.00;0.34 +10208;1;3992.50;11.30;875.00;0.12;0.34 +10208;2;3996.00;11.85;876.50;1.01;0.34 +10208;3;3988.50;11.10;877.00;-1.05;0.34 +10208;4;3994.50;11.20;881.00;2.24;0.34 +10208;5;3989.00;11.00;882.00;3.92;0.34 +10208;9;3988.94;11.05;879.00;1.57;0.34 +10208;10;3995.06;11.30;879.00;-1.57;0.34 10208;21;3988.94;11.05;879.00;1.57;0.34 +10209;0;4396.00;9.80;644.00;0.00;0.26 +10209;1;4395.00;9.80;642.50;-0.58;0.26 +10209;2;4400.50;9.70;643.00;1.35;0.26 +10209;3;4400.50;9.70;644.50;1.68;0.26 +10209;4;4393.50;9.80;645.50;4.17;0.26 +10209;5;4398.50;9.70;646.00;2.24;0.26 +10209;6;4397.00;9.70;648.00;2.89;0.26 +10209;9;4392.22;9.80;644.00;1.57;0.26 +10209;10;4399.78;9.70;644.00;-1.57;0.26 10209;21;4392.22;9.80;644.00;1.57;0.26 +10210;0;3971.00;11.27;928.00;0.00;0.32 +10210;1;3966.50;11.60;926.50;-1.24;0.32 +10210;2;3972.50;11.25;926.00;0.64;0.32 +10210;3;3976.00;11.15;930.50;2.03;0.32 +10210;4;3970.50;11.55;931.00;3.30;0.32 +10210;9;3967.04;11.44;928.00;1.57;0.32 +10210;10;3974.96;11.30;928.00;-1.57;0.32 10210;21;3967.04;11.44;928.00;1.57;0.32 +10211;0;3900.00;10.10;1555.00;0.00;0.44 +10211;1;3896.50;10.10;1552.00;-0.86;0.44 +10211;2;3903.50;10.10;1550.50;0.66;0.44 +10211;3;3906.00;10.05;1553.00;1.24;0.44 +10211;4;3893.00;10.20;1557.50;4.36;0.44 +10211;5;3905.50;10.00;1557.50;1.99;0.44 +10211;6;3898.50;10.10;1560.00;3.43;0.44 +10211;9;3894.78;10.15;1555.00;1.57;0.44 +10211;10;3905.22;10.06;1555.00;-1.57;0.44 10211;21;3894.78;10.15;1555.00;1.57;0.44 +10212;0;4620.00;9.97;739.00;0.00;0.24 +10212;1;4619.00;10.35;735.50;-0.27;0.24 +10212;2;4621.00;10.65;738.00;0.78;0.24 +10212;3;4618.50;9.50;740.00;4.12;0.24 +10212;4;4622.00;10.72;742.00;2.55;0.24 +10212;9;4617.84;9.55;739.00;1.57;0.24 +10212;10;4622.16;11.19;739.00;-1.57;0.24 +10212;19;4616.00;9.50;738.00;-2.16;0.24 +10212;20;4614.30;9.50;737.57;-1.32;0.24 10212;21;4617.84;9.55;739.00;1.57;0.24 +10213;0;3774.00;10.52;1607.00;0.00;0.38 +10213;1;3772.00;10.75;1603.50;-0.51;0.38 +10213;2;3779.50;10.50;1604.00;1.07;0.38 +10213;3;3767.00;10.65;1606.50;-1.49;0.38 +10213;4;3781.00;10.50;1608.50;1.78;0.38 +10213;5;3771.50;10.65;1611.00;3.70;0.38 +10213;6;3778.00;10.50;1612.00;2.46;0.38 +10213;9;3768.24;10.70;1607.00;1.57;0.38 +10213;10;3779.76;10.50;1607.00;-1.57;0.38 10213;21;3768.24;10.70;1607.00;1.57;0.38 +10214;0;4755.00;9.87;784.00;0.00;0.14 +10214;1;4755.00;10.45;781.50;0.00;0.14 +10214;2;4754.00;9.95;782.00;-0.46;0.14 +10214;3;4754.00;9.50;786.50;3.52;0.14 +10214;4;4756.00;10.20;784.00;1.57;0.14 +10214;9;4753.74;9.50;784.00;1.57;0.14 +10214;10;4756.26;10.25;784.00;-1.57;0.14 +10214;19;4752.00;9.50;793.00;-2.76;0.14 +10214;20;4751.44;9.50;794.66;3.46;0.14 10214;21;4753.74;9.50;784.00;1.57;0.14 +10215;0;4884.00;9.72;1459.00;0.00;0.30 +10215;1;4882.00;9.70;1456.00;-0.58;0.30 +10215;2;4887.00;9.85;1457.50;1.10;0.30 +10215;3;4880.00;9.70;1458.00;-1.32;0.30 +10215;4;4884.00;9.70;1462.00;3.14;0.30 +10215;5;4888.50;9.80;1461.50;2.07;0.30 +10215;9;4880.58;9.70;1459.00;1.57;0.30 +10215;10;4887.42;9.84;1459.00;-1.57;0.30 10215;21;4880.58;9.70;1459.00;1.57;0.30 +10216;0;3722.00;15.45;1719.00;0.00;0.60 +10216;1;3717.00;13.92;1713.00;-0.69;0.60 +10216;2;3723.50;14.70;1713.50;0.26;0.60 +10216;3;3714.50;13.85;1717.00;-1.31;0.60 +10216;4;3727.50;13.40;1719.50;1.66;0.60 +10216;5;3720.00;16.40;1723.50;3.56;0.60 +10216;6;3726.50;15.40;1726.50;2.60;0.60 +10216;9;3716.60;14.56;1719.00;1.57;0.60 +10216;10;3727.40;13.55;1719.00;-1.57;0.60 10216;21;3716.60;14.56;1719.00;1.57;0.60 +10217;0;4347.00;9.70;817.00;0.00;0.32 +10217;1;4345.50;9.70;816.50;-1.24;0.32 +10217;2;4346.50;9.70;812.50;-0.11;0.32 +10217;3;4348.00;9.70;816.50;1.10;0.32 +10217;4;4350.00;9.75;819.50;2.26;0.32 +10217;5;4349.00;9.82;822.00;2.76;0.32 +10217;9;4344.12;9.55;817.00;1.57;0.32 +10217;10;4349.88;9.70;817.00;-1.57;0.32 +10217;19;4346.00;9.50;820.00;-1.25;0.32 +10217;20;4345.44;9.50;821.66;3.46;0.32 10217;21;4344.12;9.55;817.00;1.57;0.32 +10218;0;4036.00;10.00;1510.00;0.00;0.56 +10218;1;4036.50;9.90;1504.50;0.09;0.56 +10218;2;4028.00;9.90;1506.50;-1.15;0.56 +10218;3;4041.50;10.00;1511.00;1.75;0.56 +10218;4;4031.50;9.90;1513.00;4.12;0.56 +10218;5;4038.50;9.90;1517.50;2.82;0.56 +10218;9;4030.24;9.90;1510.00;1.57;0.56 +10218;10;4041.76;10.00;1510.00;-1.57;0.56 10218;21;4030.24;9.90;1510.00;1.57;0.56 +10219;0;4757.16;9.90;518.32;0.00;0.30 +10219;1;4753.01;11.00;517.23;-1.24;0.30 +10219;2;4772.20;10.80;524.85;1.73;0.30 +10219;3;4779.92;10.50;526.39;2.06;0.30 +10219;4;4749.19;9.80;516.83;-1.40;0.30 +10219;9;4758.16;9.50;521.00;1.57;0.30 +10219;10;4771.84;9.50;521.00;-1.57;0.30 +10219;19;4775.00;9.50;525.00;-4.55;0.30 +10219;20;4776.62;9.50;525.65;1.95;0.30 10219;21;4758.16;9.50;521.00;1.57;0.30 +10220;0;3844.00;10.40;1483.00;0.00;0.62 +10220;1;3842.00;10.45;1477.50;-0.34;0.62 +10220;2;3848.50;10.40;1477.50;0.68;0.62 +10220;3;3837.50;10.35;1483.00;4.71;0.62 +10220;4;3851.00;10.30;1482.50;1.49;0.62 +10220;5;3846.50;10.20;1488.50;2.71;0.62 +10220;6;3839.00;10.20;1489.50;3.79;0.62 +10220;9;3837.88;10.35;1483.00;1.57;0.62 +10220;10;3850.12;10.33;1483.00;-1.57;0.62 10220;21;3837.88;10.35;1483.00;1.57;0.62 +10221;0;4378.00;9.70;884.00;0.00;0.26 +10221;1;4378.50;9.70;882.00;0.24;0.26 +10221;2;4375.50;9.70;882.00;-0.89;0.26 +10221;3;4381.00;9.85;884.50;1.73;0.26 +10221;4;4375.00;9.70;885.00;4.39;0.26 +10221;5;4378.50;9.70;886.50;2.94;0.26 +10221;6;4381.50;10.00;886.50;2.19;0.26 +10221;9;4375.66;9.70;884.00;1.57;0.26 +10221;10;4380.34;9.74;884.00;-1.57;0.26 10221;21;4375.66;9.70;884.00;1.57;0.26 +10222;0;4717.23;9.50;568.35;0.00;0.42 +10222;1;4726.22;9.70;576.40;2.03;0.42 +10222;2;4724.70;9.70;565.71;1.37;0.42 +10222;3;4709.16;9.50;567.20;4.39;0.42 +10222;9;4714.96;9.50;568.00;1.57;0.42 +10222;10;4725.04;9.67;568.00;-1.57;0.42 +10222;19;4717.00;9.50;571.00;-4.25;0.42 +10222;20;4715.76;9.50;572.23;3.92;0.42 10222;21;4714.96;9.50;568.00;1.57;0.42 +10223;0;4281.00;10.10;916.00;0.00;0.20 +10223;1;4279.50;9.50;915.50;-1.24;0.20 +10223;2;4280.50;10.10;911.50;-0.11;0.20 +10223;3;4282.50;10.40;914.50;0.78;0.20 +10223;4;4283.00;10.35;918.00;2.35;0.20 +10223;5;4282.50;10.00;921.50;2.87;0.20 +10223;9;4279.20;9.50;916.00;1.57;0.20 +10223;10;4282.80;10.38;916.00;-1.57;0.20 +10223;19;4278.00;9.50;907.00;-0.11;0.20 +10223;20;4277.44;9.50;905.34;-0.32;0.20 10223;21;4279.20;9.50;916.00;1.57;0.20 +10224;0;3731.00;10.15;1536.00;0.00;0.44 +10224;1;3735.50;10.30;1531.50;0.78;0.44 +10224;2;3729.50;10.30;1532.50;-0.40;0.44 +10224;3;3737.00;10.25;1535.50;1.48;0.44 +10224;4;3724.50;9.80;1536.00;4.71;0.44 +10224;5;3724.50;9.80;1538.00;4.41;0.44 +10224;6;3733.50;10.00;1539.50;2.52;0.44 +10224;7;3727.50;9.80;1540.50;3.80;0.44 +10224;9;3725.96;9.87;1536.00;1.57;0.44 +10224;10;3736.04;10.22;1536.00;-1.57;0.44 10224;21;3736.04;10.22;1536.00;-1.57;0.44 +10225;0;4413.00;10.20;638.00;0.00;0.24 +10225;1;4414.50;10.05;635.00;0.46;0.24 +10225;2;4411.00;9.80;636.50;-0.92;0.24 +10225;3;4417.50;10.20;638.00;1.57;0.24 +10225;4;4409.00;9.85;637.50;-1.44;0.24 +10225;5;4409.00;10.10;640.00;4.24;0.24 +10225;6;4412.50;10.30;640.00;3.38;0.24 +10225;9;4409.22;9.87;638.00;1.57;0.24 +10225;10;4416.78;10.27;638.00;-1.57;0.24 +10225;19;4419.00;9.78;639.00;1.57;0.24 +10225;20;4420.72;9.78;639.28;1.73;0.24 10225;21;4409.22;9.87;638.00;1.57;0.24 +10226;0;3682.00;10.00;1586.00;0.00;0.34 +10226;1;3681.50;9.90;1580.50;-0.09;0.34 +10226;2;3678.50;9.80;1583.50;-0.95;0.34 +10226;3;3685.00;10.00;1585.50;1.40;0.34 +10226;4;3679.50;9.80;1590.00;3.70;0.34 +10226;5;3684.50;9.90;1591.00;2.67;0.34 +10226;9;3678.94;9.90;1586.00;1.57;0.34 +10226;10;3685.06;9.97;1586.00;-1.57;0.34 10226;21;3678.94;9.90;1586.00;1.57;0.34 +10227;0;4399.00;10.37;722.00;0.00;0.26 +10227;1;4399.50;9.90;717.50;0.11;0.26 +10227;2;4397.00;10.00;718.00;-0.46;0.26 +10227;3;4400.50;10.00;717.50;0.32;0.26 +10227;4;4401.50;10.65;721.00;1.19;0.26 +10227;5;4395.50;10.30;721.00;-1.29;0.26 +10227;6;4396.50;10.30;725.00;3.83;0.26 +10227;7;4401.50;10.40;725.00;2.44;0.26 +10227;8;4399.50;10.30;726.50;3.03;0.26 +10227;9;4396.66;10.29;722.00;1.57;0.26 +10227;10;4401.34;10.67;722.00;-1.57;0.26 10227;21;4396.66;10.29;722.00;1.57;0.26 +10228;0;824.00;9.50;1791.00;0.00;0.78 +10228;1;813.32;9.70;1778.17;-0.83;0.78 +10228;2;826.50;9.50;1784.50;0.36;0.78 +10228;3;833.00;11.95;1787.50;1.20;0.78 +10228;4;814.00;9.52;1791.00;4.71;0.78 +10228;5;833.50;12.60;1795.50;2.01;0.78 +10228;6;822.37;12.10;1801.35;3.44;0.78 +10228;9;815.18;9.50;1791.00;1.57;0.78 +10228;10;832.82;12.24;1791.00;-1.57;0.78 +10228;19;807.00;9.50;1798.00;-1.57;0.78 +10228;20;805.38;9.50;1798.66;4.32;0.78 10228;21;815.18;9.50;1791.00;1.57;0.78 +10229;0;4071.00;10.02;776.00;0.00;0.30 +10229;1;4072.50;10.20;772.50;0.40;0.30 +10229;2;4069.00;10.05;774.50;-0.92;0.30 +10229;3;4073.50;9.90;777.00;1.95;0.30 +10229;4;4069.00;9.90;780.00;3.60;0.30 +10229;5;4072.00;9.70;780.50;2.92;0.30 +10229;9;4068.30;10.04;776.00;1.57;0.30 +10229;10;4073.70;9.92;776.00;-1.57;0.30 +10229;19;4079.00;9.53;772.00;-4.33;0.30 +10229;20;4080.56;9.53;771.21;1.10;0.30 10229;21;4068.30;10.04;776.00;1.57;0.30 +10230;0;1690.00;11.50;1647.00;0.00;0.34 +10230;1;1688.00;11.15;1642.50;-0.41;0.34 +10230;2;1685.50;12.40;1646.00;-1.35;0.34 +10230;3;1691.00;11.60;1644.50;0.38;0.34 +10230;4;1694.00;11.62;1645.00;1.10;0.34 +10230;5;1695.50;11.35;1647.00;1.57;0.34 +10230;6;1693.50;11.50;1650.00;2.27;0.34 +10230;7;1686.00;11.52;1650.00;4.06;0.34 +10230;8;1689.00;11.70;1651.00;3.38;0.34 +10230;9;1686.04;12.08;1647.00;1.57;0.34 +10230;10;1693.96;11.25;1647.00;-1.57;0.34 10230;21;1686.04;12.08;1647.00;1.57;0.34 +10231;0;5138.00;12.02;494.00;0.00;0.20 +10231;1;5136.50;12.60;493.00;-0.98;0.20 +10231;2;5141.00;11.25;491.50;0.87;0.20 +10231;3;5140.50;10.40;494.50;1.76;0.20 +10231;4;5135.00;12.50;495.50;4.24;0.20 +10231;9;5134.76;12.87;494.00;1.57;0.20 +10231;10;5141.24;10.15;494.00;-1.57;0.20 +10231;19;5143.00;9.75;492.00;-4.51;0.20 +10231;20;5144.62;9.75;491.35;1.19;0.20 10231;21;5134.76;12.87;494.00;1.57;0.20 +10232;0;4489.00;9.75;824.00;0.00;0.30 +10232;1;4487.50;9.70;819.50;-0.32;0.30 +10232;2;4486.50;9.70;822.50;-1.03;0.30 +10232;3;4490.50;9.75;822.00;0.64;0.30 +10232;4;4492.00;9.70;825.50;2.03;0.30 +10232;5;4485.50;11.05;826.00;4.19;0.30 +10232;6;4488.00;10.60;826.50;3.52;0.30 +10232;9;4486.30;10.15;824.00;1.57;0.30 +10232;10;4491.70;9.71;824.00;-1.57;0.30 +10232;19;4495.00;9.50;823.00;0.64;0.30 +10232;20;4496.72;9.50;822.71;1.40;0.30 10232;21;4486.30;10.15;824.00;1.57;0.30 +10233;0;1484.00;10.90;1643.00;0.00;0.36 +10233;1;1484.50;11.00;1639.50;0.14;0.36 +10233;2;1480.50;11.00;1640.50;-0.95;0.36 +10233;3;1489.00;11.10;1642.00;1.37;0.36 +10233;4;741.50;9.50;821.00;-0.73;0.36 +10233;9;1478.42;10.14;1643.00;1.57;0.36 +10233;10;1489.58;11.09;1643.00;-1.57;0.36 10233;21;1478.42;10.14;1643.00;1.57;0.36 +10234;0;5218.00;9.82;560.00;0.00;0.20 +10234;1;5216.00;9.60;560.00;4.71;0.20 +10234;2;5218.00;10.02;558.00;0.00;0.20 +10234;3;5220.00;10.75;559.50;1.32;0.20 +10234;4;5216.50;9.65;563.00;3.60;0.20 +10234;9;5216.20;9.64;560.00;1.57;0.20 +10234;10;5219.80;10.57;560.00;-1.57;0.20 +10234;19;5210.09;9.50;567.30;-2.67;0.20 +10234;20;5208.61;9.50;565.85;-0.98;0.20 10234;21;5216.20;9.64;560.00;1.57;0.20 +10235;0;4008.00;9.90;1537.00;0.00;0.42 +10235;1;4010.50;9.90;1533.50;0.62;0.42 +10235;2;4001.00;9.80;1535.00;-1.29;0.42 +10235;3;4015.00;10.20;1538.50;1.78;0.42 +10235;4;3999.00;10.10;1538.50;4.54;0.42 +10235;5;4005.00;9.90;1540.50;3.85;0.42 +10235;6;4011.50;10.30;1542.00;2.53;0.42 +10235;9;4001.52;9.80;1537.00;1.57;0.42 +10235;10;4014.48;10.09;1537.00;-1.57;0.42 10235;21;4001.52;9.80;1537.00;1.57;0.42 +10236;0;4702.00;10.47;882.00;0.00;0.28 +10236;1;4701.50;10.30;879.50;-0.19;0.28 +10236;2;4699.50;10.70;878.50;-0.62;0.28 +10236;3;4700.00;11.40;881.50;-1.32;0.28 +10236;4;4705.50;9.50;884.00;2.09;0.28 +10236;5;4700.00;10.65;884.50;3.81;0.28 +10236;6;4701.00;10.30;885.00;3.46;0.28 +10236;9;4699.48;11.59;882.00;1.57;0.28 +10236;10;4704.52;9.50;882.00;-1.57;0.28 +10236;19;4709.00;9.50;887.00;-4.19;0.28 +10236;20;4710.42;9.50;888.01;2.19;0.28 10236;21;4699.48;11.59;882.00;1.57;0.28 +10237;0;4630.00;9.87;635.00;0.00;0.34 +10237;1;4633.00;9.70;633.00;0.98;0.34 +10237;2;4627.00;10.00;633.50;-1.10;0.34 +10237;3;4625.50;10.65;637.00;4.29;0.34 +10237;4;4631.50;10.00;637.50;2.60;0.34 +10237;5;4628.00;10.55;639.00;3.60;0.34 +10237;9;4626.40;10.50;635.00;1.57;0.34 +10237;10;4633.60;9.70;635.00;-1.57;0.34 +10237;19;4641.00;9.50;635.00;0.98;0.34 +10237;20;4642.75;9.50;635.00;1.57;0.34 10237;21;4626.40;10.50;635.00;1.57;0.34 +10238;0;4463.00;11.25;911.00;0.00;0.24 +10238;1;4461.00;10.80;908.50;-0.67;0.24 +10238;2;4465.00;11.37;910.00;1.10;0.24 +10238;3;4459.00;10.95;911.00;4.71;0.24 +10238;4;4467.00;11.65;913.00;2.03;0.24 +10238;5;4463.00;11.35;913.50;3.14;0.24 +10238;9;4459.94;11.00;911.00;1.57;0.24 +10238;10;4466.06;11.55;911.00;-1.57;0.24 10238;21;4459.94;11.00;911.00;1.57;0.24 +10239;0;3917.00;9.90;1538.00;0.00;0.34 +10239;1;3913.50;9.90;1534.50;-0.78;0.34 +10239;2;3921.50;9.90;1535.00;0.98;0.34 +10239;3;3926.00;9.80;1537.50;1.51;0.34 +10239;4;3910.00;10.00;1539.00;4.57;0.34 +10239;5;3920.00;9.85;1540.00;2.15;0.34 +10239;6;3912.00;10.00;1542.00;4.03;0.34 +10239;9;3911.24;10.00;1538.00;1.57;0.34 +10239;10;3922.76;9.90;1538.00;-1.57;0.34 10239;21;3911.24;10.00;1538.00;1.57;0.34 +10240;0;4646.00;10.32;727.00;0.00;0.24 +10240;1;4645.50;10.70;724.00;-0.16;0.24 +10240;2;4642.50;11.10;726.00;-1.29;0.24 +10240;3;4648.50;10.00;725.50;1.03;0.24 +10240;4;4649.50;10.25;728.00;1.84;0.24 +10240;5;4642.00;10.60;728.50;4.35;0.24 +10240;6;4645.00;10.00;729.50;3.52;0.24 +10240;9;4643.12;10.77;727.00;1.57;0.24 +10240;10;4648.88;10.17;727.00;-1.57;0.24 +10240;19;4650.00;9.63;726.00;1.03;0.24 +10240;20;4651.69;9.63;725.57;1.32;0.24 10240;21;4643.12;10.77;727.00;1.57;0.24 +10241;0;4691.00;10.52;942.00;0.00;0.18 +10241;1;4690.50;10.60;939.50;-0.19;0.18 +10241;2;4689.50;10.00;943.50;3.92;0.18 +10241;3;4692.50;10.85;943.00;2.15;0.18 +10241;9;4689.38;10.01;942.00;1.57;0.18 +10241;10;4692.62;11.18;942.00;-1.57;0.18 +10241;19;4688.00;9.50;947.00;-2.36;0.18 +10241;20;4687.10;9.50;948.50;3.68;0.18 10241;21;4689.38;10.01;942.00;1.57;0.18 +10242;0;867.00;10.17;1695.00;0.00;0.32 +10242;1;866.00;9.50;1690.00;-0.19;0.32 +10242;2;869.00;10.20;1688.50;0.29;0.32 +10242;3;870.50;11.40;1694.00;1.29;0.32 +10242;4;864.50;10.05;1698.00;3.83;0.32 +10242;5;870.00;10.67;1699.00;2.49;0.32 +10242;9;864.12;9.50;1695.00;1.57;0.32 +10242;10;869.88;11.18;1695.00;-1.57;0.32 +10242;19;868.00;9.50;1685.00;-0.20;0.32 +10242;20;868.17;9.50;1683.25;0.10;0.32 10242;21;864.12;9.50;1695.00;1.57;0.32 +10243;0;4748.00;10.77;777.00;0.00;0.20 +10243;1;4747.00;11.05;775.50;-0.58;0.20 +10243;2;4749.00;11.95;775.00;0.46;0.20 +10243;3;4750.00;11.50;776.50;1.32;0.20 +10243;4;4746.00;9.75;777.50;4.46;0.20 +10243;5;4747.50;10.10;779.50;3.33;0.20 +10243;6;4750.50;11.00;778.50;2.11;0.20 +10243;9;4746.20;10.12;777.00;1.57;0.20 +10243;10;4749.80;11.31;777.00;-1.57;0.20 +10243;19;4747.00;9.68;782.00;-2.94;0.20 +10243;20;4746.65;9.68;783.71;3.33;0.20 10243;21;4746.20;10.12;777.00;1.57;0.20 +10244;0;1840.00;9.75;1646.00;0.00;0.36 +10244;1;1842.00;9.70;1643.00;0.58;0.36 +10244;2;1836.00;9.80;1644.50;-1.21;0.36 +10244;3;1845.50;9.70;1646.00;1.57;0.36 +10244;4;1834.00;9.70;1648.00;4.39;0.36 +10244;5;1843.50;9.70;1648.00;2.09;0.36 +10244;6;1838.50;9.75;1649.00;3.60;0.36 +10244;9;1834.96;9.80;1646.00;1.57;0.36 +10244;10;1845.04;9.70;1646.00;-1.57;0.36 +10244;19;1839.00;9.60;1654.00;-2.68;0.36 +10244;20;1838.78;9.60;1655.73;3.26;0.36 10244;21;1845.04;9.70;1646.00;-1.57;0.36 +10245;0;2024.00;11.30;1989.00;0.00;2.34 +10245;1;2022.00;9.50;1953.00;-0.05;2.34 +10245;2;2038.50;12.90;1960.00;0.46;2.34 +10245;3;2014.50;11.30;1972.50;-0.52;2.34 +10245;4;2044.00;12.70;1990.50;1.64;2.34 +10245;5;2004.00;11.95;1997.50;4.31;2.34 +10245;6;2009.00;9.70;2012.50;3.71;2.34 +10245;9;2002.94;10.53;1989.00;1.57;2.34 +10245;10;2045.06;12.57;1989.00;-1.57;2.34 +10245;19;1988.00;9.50;2006.00;-1.97;2.34 +10245;20;1986.41;9.50;2006.74;4.27;2.34 10245;21;2002.94;10.53;1989.00;1.57;2.34 +10246;0;4034.00;9.85;824.00;0.00;0.26 +10246;1;4035.00;9.80;821.00;0.32;0.26 +10246;2;4031.50;9.80;822.50;-1.03;0.26 +10246;3;4038.00;9.75;822.00;1.10;0.26 +10246;4;4037.00;9.90;824.50;1.73;0.26 +10246;5;4029.50;9.80;823.50;-1.46;0.26 +10246;6;4031.00;10.00;825.50;4.24;0.26 +10246;7;4034.50;10.45;827.00;2.97;0.26 +10246;9;4030.76;9.85;824.00;1.57;0.26 +10246;10;4037.24;9.85;824.00;-1.57;0.26 10246;21;4030.76;9.85;824.00;1.57;0.26 +10247;0;1725.00;11.00;1675.00;0.00;0.40 +10247;1;1724.00;11.00;1672.00;-0.32;0.40 +10247;2;1729.00;11.00;1675.00;1.57;0.40 +10247;3;1721.50;11.10;1677.00;4.19;0.40 +10247;4;1727.00;10.90;1679.00;2.67;0.40 +10247;5;1725.50;10.90;1680.50;3.05;0.40 +10247;9;1721.22;11.11;1675.00;1.57;0.40 +10247;10;1728.78;11.00;1675.00;-1.57;0.40 10247;21;1721.22;11.11;1675.00;1.57;0.40 +10248;0;5158.00;9.70;498.00;0.00;0.38 +10248;1;5161.50;9.50;492.50;0.56;0.38 +10248;2;5157.50;9.50;497.00;-0.46;0.38 +10248;9;5154.58;9.50;498.00;1.57;0.38 +10248;10;5161.42;9.50;498.00;-1.57;0.38 +10248;19;5155.00;9.50;499.00;-0.46;0.38 +10248;20;5153.34;9.50;499.55;4.39;0.38 10248;21;5154.58;9.50;498.00;1.57;0.38 +10249;0;1578.00;10.85;1677.00;0.00;0.50 +10249;1;1578.00;10.85;1671.00;0.00;0.50 +10249;2;1581.50;10.90;1670.00;0.46;0.50 +10249;3;1583.00;10.70;1673.00;0.89;0.50 +10249;4;1573.50;10.90;1675.50;-1.24;0.50 +10249;5;1582.00;11.00;1680.00;2.21;0.50 +10249;6;1571.50;10.90;1679.50;4.34;0.50 +10249;7;1571.00;10.90;1682.00;4.09;0.50 +10249;8;1574.50;10.80;1682.00;3.75;0.50 +10249;9;1573.14;10.90;1677.00;1.57;0.50 +10249;10;1582.86;11.00;1677.00;-1.57;0.50 10249;21;1573.14;10.90;1677.00;1.57;0.50 +10250;0;4382.00;9.70;877.00;0.00;0.24 +10250;1;4381.00;9.70;874.50;-0.38;0.24 +10250;2;4378.50;9.70;875.00;-1.05;0.24 +10250;3;4384.50;9.70;876.50;1.37;0.24 +10250;4;4378.50;9.70;876.00;-1.29;0.24 +10250;5;4380.50;9.70;878.50;3.92;0.24 +10250;6;4384.00;9.70;879.00;2.35;0.24 +10250;9;4379.48;9.70;877.00;1.57;0.24 +10250;10;4384.52;9.70;877.00;-1.57;0.24 10250;21;4384.52;9.70;877.00;-1.57;0.24 +10251;0;5109.00;12.75;549.00;0.00;0.28 +10251;1;5109.50;12.00;547.50;0.32;0.28 +10251;2;5106.50;12.40;547.00;-0.89;0.28 +10251;3;5107.00;14.17;550.00;4.24;0.28 +10251;4;5113.00;9.50;551.50;2.12;0.28 +10251;9;5106.48;14.40;549.00;1.57;0.28 +10251;10;5111.52;10.33;549.00;-1.57;0.28 +10251;19;5116.00;9.57;560.00;0.32;0.28 +10251;20;5116.94;9.57;561.47;2.57;0.28 10251;21;5106.48;14.40;549.00;1.57;0.28 +10252;0;4713.00;10.65;922.00;0.00;0.20 +10252;1;4715.00;10.45;922.00;1.57;0.20 +10252;2;4712.50;10.70;920.00;-0.24;0.20 +10252;3;4710.50;11.60;922.00;4.71;0.20 +10252;4;4712.00;10.80;924.00;3.60;0.20 +10252;9;4711.20;11.28;922.00;1.57;0.20 +10252;10;4714.80;10.45;922.00;-1.57;0.20 +10252;19;4714.00;10.13;927.00;1.57;0.20 +10252;20;4714.34;10.13;928.71;2.94;0.20 10252;21;4711.20;11.28;922.00;1.57;0.20 +10253;0;3706.00;9.80;1503.00;0.00;0.46 +10253;1;3703.00;9.80;1499.50;-0.70;0.46 +10253;2;3706.50;9.80;1497.50;0.09;0.46 +10253;3;3709.00;9.80;1499.50;0.70;0.46 +10253;4;3701.00;9.80;1505.50;4.24;0.46 +10253;5;3710.00;9.80;1505.00;2.03;0.46 +10253;6;3706.50;9.80;1508.50;3.05;0.46 +10253;9;3701.86;9.80;1503.00;1.57;0.46 +10253;10;3710.14;9.80;1503.00;-1.57;0.46 10253;21;3701.86;9.80;1503.00;1.57;0.46 +10254;0;1598.53;9.50;1276.74;0.00;0.40 +10254;1;1591.50;9.50;1263.00;0.29;0.40 +10254;2;1588.00;9.70;1270.00;3.92;0.40 +10254;9;1586.40;9.50;1268.00;1.57;0.40 +10254;10;1593.60;9.50;1268.00;-1.57;0.40 +10254;19;1597.81;9.40;1275.34;0.64;0.40 +10254;20;1599.08;9.40;1276.54;2.32;0.40 10254;21;1597.54;9.60;1276.65;-1.57;0.40 +10255;0;4099.00;9.92;936.00;0.00;0.34 +10255;1;4095.50;10.05;934.00;-1.05;0.34 +10255;2;4099.50;9.70;932.00;0.12;0.34 +10255;3;4103.50;9.70;935.50;1.46;0.34 +10255;4;4097.00;10.97;939.00;3.73;0.34 +10255;5;4102.50;9.95;939.00;2.27;0.34 +10255;9;4095.22;10.32;936.00;1.57;0.34 +10255;10;4102.78;9.73;936.00;-1.57;0.34 +10255;19;4097.00;9.50;928.00;0.12;0.34 +10255;20;4096.57;9.50;926.30;-0.24;0.34 10255;21;4095.22;10.32;936.00;1.57;0.34 +10256;0;3731.00;10.62;1578.00;0.00;0.42 +10256;1;3727.00;10.15;1572.50;-0.62;0.42 +10256;2;3729.00;10.07;1573.00;-0.38;0.42 +10256;3;3726.50;10.15;1576.00;-1.15;0.42 +10256;4;3732.50;10.20;1575.00;0.46;0.42 +10256;5;3736.50;10.05;1578.00;1.57;0.42 +10256;6;3727.50;10.15;1581.00;4.00;0.42 +10256;7;3732.00;10.10;1582.50;2.92;0.42 +10256;8;3737.50;10.00;1581.50;2.06;0.42 +10256;9;3726.68;10.15;1578.00;1.57;0.42 +10256;10;3735.32;10.10;1578.00;-1.57;0.42 10256;21;3726.68;10.15;1578.00;1.57;0.42 +10257;0;4480.00;12.92;1201.00;0.00;0.32 +10257;1;4481.50;13.40;1197.50;0.40;0.32 +10257;2;4475.50;13.90;1199.00;-1.15;0.32 +10257;3;4485.00;12.20;1201.00;1.57;0.32 +10257;4;4478.50;11.65;1204.00;3.60;0.32 +10257;5;4484.00;11.55;1204.50;2.29;0.32 +10257;9;4476.04;13.09;1201.00;1.57;0.32 +10257;10;4483.96;12.46;1201.00;-1.57;0.32 10257;21;4476.04;13.09;1201.00;1.57;0.32 +10258;0;856.00;13.97;1770.00;0.00;0.76 +10258;1;860.50;11.20;1761.50;0.48;0.76 +10258;2;850.00;15.00;1768.50;-1.32;0.76 +10258;3;863.50;15.30;1767.50;1.24;0.76 +10258;4;856.50;12.20;1763.50;0.07;0.76 +10258;5;849.00;13.90;1777.00;3.92;0.76 +10258;6;857.50;14.50;1776.50;2.91;0.76 +10258;9;848.98;14.88;1770.00;1.57;0.76 +10258;10;863.02;14.60;1770.00;-1.57;0.76 +10258;19;856.00;10.07;1759.00;0.08;0.76 +10258;20;856.00;10.07;1757.25;0.00;0.76 10258;21;848.98;14.88;1770.00;1.57;0.76 +10259;0;4012.00;10.60;906.00;0.00;0.24 +10259;1;4014.00;10.70;904.00;0.78;0.24 +10259;2;4007.50;10.60;905.00;-1.35;0.24 +10259;3;4019.00;10.65;904.00;1.29;0.24 +10259;4;4017.50;10.70;906.00;1.57;0.24 +10259;5;4013.50;10.60;908.50;2.60;0.24 +10259;6;4008.50;10.50;909.00;4.00;0.24 +10259;9;4007.50;10.55;906.00;1.57;0.24 +10259;10;4016.50;10.70;906.00;-1.57;0.24 10259;21;4007.50;10.55;906.00;1.57;0.24 +10260;0;5150.00;9.60;484.00;0.00;0.20 +10260;1;5148.00;9.50;482.50;-0.92;0.20 +10260;2;5153.00;9.60;483.00;1.24;0.20 +10260;3;5146.50;9.50;485.00;4.43;0.20 +10260;4;5151.00;9.70;486.00;2.67;0.20 +10260;5;5147.00;9.70;486.50;4.01;0.20 +10260;9;5146.58;9.50;484.00;1.57;0.20 +10260;10;5153.42;9.50;484.00;-1.57;0.20 +10260;19;5154.00;9.50;486.00;1.25;0.20 +10260;20;5155.56;9.50;486.78;2.03;0.20 10260;21;5146.58;9.50;484.00;1.57;0.20 +10261;0;4462.00;9.65;826.00;0.00;0.20 +10261;1;4461.00;9.70;824.50;-0.58;0.20 +10261;2;4463.50;9.70;823.00;0.46;0.20 +10261;3;4464.50;9.70;824.50;1.03;0.20 +10261;4;4460.00;9.70;827.00;4.24;0.20 +10261;5;4464.00;9.70;827.00;2.03;0.20 +10261;6;4461.50;9.70;829.00;3.30;0.20 +10261;9;4460.20;9.70;826.00;1.57;0.20 +10261;10;4463.80;9.70;826.00;-1.57;0.20 10261;21;4460.20;9.70;826.00;1.57;0.20 +10262;0;3666.00;9.80;1420.00;0.00;0.56 +10262;1;3661.00;9.90;1415.00;-0.78;0.56 +10262;2;3667.00;9.90;1414.00;0.16;0.56 +10262;3;3670.50;9.80;1418.50;1.24;0.56 +10262;4;3658.50;9.90;1418.00;-1.31;0.56 +10262;5;3662.00;9.75;1423.00;4.06;0.56 +10262;6;3672.00;9.80;1423.00;2.03;0.56 +10262;7;3668.50;9.80;1426.00;2.74;0.56 +10262;9;3660.96;9.80;1420.00;1.57;0.56 +10262;10;3671.04;9.80;1420.00;-1.57;0.56 10262;21;3671.04;9.80;1420.00;-1.57;0.56 +10263;0;4673.00;9.95;569.00;0.00;0.18 +10263;1;4672.00;9.80;565.00;-0.24;0.18 +10263;2;4675.00;10.30;564.50;0.41;0.18 +10263;3;4675.00;10.70;568.50;1.32;0.18 +10263;4;4671.50;9.50;571.00;3.78;0.18 +10263;5;4674.50;9.90;574.00;2.85;0.18 +10263;9;4671.38;9.50;569.00;1.57;0.18 +10263;10;4674.62;10.49;569.00;-1.57;0.18 +10263;19;4670.00;9.50;568.00;-2.50;0.18 +10263;20;4668.34;9.50;567.44;-1.24;0.18 10263;21;4671.38;9.50;569.00;1.57;0.18 +10264;0;3687.00;9.70;1463.00;0.00;0.54 +10264;1;3683.00;10.25;1459.50;-0.85;0.54 +10264;2;3689.00;9.70;1457.00;0.32;0.54 +10264;3;3691.50;9.70;1461.00;1.15;0.54 +10264;4;3682.00;9.90;1464.50;4.42;0.54 +10264;5;3690.50;9.60;1467.50;2.48;0.54 +10264;6;3686.00;9.70;1470.00;3.28;0.54 +10264;9;3682.14;9.98;1463.00;1.57;0.54 +10264;10;3691.86;9.70;1463.00;-1.57;0.54 10264;21;3682.14;9.98;1463.00;1.57;0.54 +10265;0;4695.00;9.95;880.00;0.00;0.20 +10265;1;4694.00;10.40;877.50;-0.38;0.20 +10265;2;4696.50;10.80;880.50;1.89;0.20 +10265;3;4693.00;9.50;880.00;4.71;0.20 +10265;4;4695.00;10.12;883.00;3.14;0.20 +10265;9;4693.20;9.50;880.00;1.57;0.20 +10265;10;4696.80;10.77;880.00;-1.57;0.20 +10265;19;4692.00;9.50;879.00;-1.57;0.20 +10265;20;4690.34;9.50;878.44;-1.24;0.20 10265;21;4693.20;9.50;880.00;1.57;0.20 +10266;0;4604.00;10.30;621.00;0.00;0.30 +10266;1;4606.00;10.30;616.50;0.41;0.30 +10266;2;4603.00;10.30;617.00;-0.24;0.30 +10266;3;4600.50;10.30;622.00;4.43;0.30 +10266;4;4607.00;10.30;619.00;0.98;0.30 +10266;5;4607.00;10.45;622.50;2.03;0.30 +10266;6;4604.00;10.30;625.00;3.14;0.30 +10266;9;4601.30;10.30;621.00;1.57;0.30 +10266;10;4606.70;10.40;621.00;-1.57;0.30 10266;21;4601.30;10.30;621.00;1.57;0.30 +10267;0;4303.00;10.35;914.00;0.00;0.22 +10267;1;4305.00;10.05;913.00;1.10;0.22 +10267;2;4301.50;10.40;912.50;-0.78;0.22 +10267;3;4301.50;10.60;915.50;3.92;0.22 +10267;4;4304.00;10.45;917.00;2.82;0.22 +10267;9;4301.02;10.52;914.00;1.57;0.22 +10267;10;4304.98;10.17;914.00;-1.57;0.22 +10267;19;4303.00;9.50;909.00;1.11;0.22 +10267;20;4303.00;9.50;907.25;0.00;0.22 10267;21;4301.02;10.52;914.00;1.57;0.22 +10268;0;3873.00;10.60;1519.00;0.00;0.52 +10268;1;3868.50;10.60;1515.00;-0.84;0.52 +10268;2;3876.00;10.50;1514.50;0.58;0.52 +10268;3;3879.00;10.50;1517.50;1.32;0.52 +10268;4;3867.50;10.60;1521.00;4.36;0.52 +10268;5;3878.50;10.50;1521.50;1.99;0.52 +10268;6;3878.00;10.42;1525.00;2.44;0.52 +10268;7;3874.00;10.40;1525.50;2.98;0.52 +10268;9;3867.42;10.60;1519.00;1.57;0.52 +10268;10;3878.58;10.50;1519.00;-1.57;0.52 10268;21;3867.42;10.60;1519.00;1.57;0.52 +10269;0;4601.00;10.67;703.00;0.00;0.32 +10269;1;4598.50;10.50;700.50;-0.78;0.32 +10269;2;4603.50;10.90;700.50;0.78;0.32 +10269;3;4597.00;10.15;704.00;4.46;0.32 +10269;4;4603.50;11.15;706.00;2.44;0.32 +10269;5;4598.50;10.20;706.50;3.76;0.32 +10269;6;4601.50;10.60;708.00;3.04;0.32 +10269;9;4598.12;10.31;703.00;1.57;0.32 +10269;10;4603.88;11.22;703.00;-1.57;0.32 10269;21;4598.12;10.31;703.00;1.57;0.32 +10270;0;3960.00;12.35;951.00;0.00;0.36 +10270;1;3957.50;11.70;947.50;-0.62;0.36 +10270;2;3961.00;11.95;948.00;0.32;0.36 +10270;3;3963.50;12.30;951.00;1.57;0.36 +10270;4;3956.50;12.00;952.00;4.43;0.36 +10270;5;3965.00;12.65;953.50;2.03;0.36 +10270;6;3960.50;12.90;955.00;3.01;0.36 +10270;9;3956.58;11.81;951.00;1.57;0.36 +10270;10;3963.42;12.31;951.00;-1.57;0.36 10270;21;3956.58;11.81;951.00;1.57;0.36 +10271;0;892.00;10.55;1661.00;0.00;0.40 +10271;1;894.00;11.15;1654.00;0.27;0.40 +10271;2;891.50;10.80;1656.00;-0.10;0.40 +10271;3;896.00;11.67;1659.00;1.10;0.40 +10271;4;889.50;10.50;1659.50;-1.03;0.40 +10271;5;887.50;10.10;1661.50;4.60;0.40 +10271;6;886.50;10.10;1664.00;4.21;0.40 +10271;7;894.50;11.00;1665.50;2.63;0.40 +10271;8;890.00;10.42;1666.00;3.52;0.40 +10271;9;888.40;10.29;1661.00;1.57;0.40 +10271;10;895.60;11.27;1661.00;-1.57;0.40 +10271;19;884.00;9.50;1663.00;-1.68;0.40 +10271;20;882.30;9.50;1663.42;4.46;0.40 10271;21;888.40;10.29;1661.00;1.57;0.40 +10272;0;4696.00;10.37;850.00;0.00;0.24 +10272;1;4696.00;10.37;849.00;0.00;0.24 +10272;2;4696.00;10.55;853.00;3.14;0.24 +10272;9;4693.84;9.50;850.00;1.57;0.24 +10272;10;4698.16;10.45;850.00;-1.57;0.24 +10272;19;4691.00;9.50;855.00;0.00;0.24 +10272;20;4689.76;9.50;856.23;3.92;0.24 10272;21;4693.84;9.50;850.00;1.57;0.24 +10273;0;886.00;14.82;1766.00;0.00;0.56 +10273;1;884.00;14.85;1759.50;-0.29;0.56 +10273;2;879.50;15.40;1759.50;-0.78;0.56 +10273;3;878.50;15.20;1765.50;-1.50;0.56 +10273;4;892.00;13.75;1761.50;0.92;0.56 +10273;5;896.50;14.10;1763.50;1.33;0.56 +10273;6;895.00;13.95;1767.50;1.73;0.56 +10273;7;888.50;13.70;1772.00;2.74;0.56 +10273;8;880.50;13.90;1772.50;3.84;0.56 +10273;9;879.52;15.10;1766.00;1.57;0.56 +10273;10;892.48;14.09;1766.00;-1.57;0.56 10273;21;879.52;15.10;1766.00;1.57;0.56 +10274;0;4010.00;10.40;819.00;0.00;0.20 +10274;1;4010.00;10.62;817.00;0.00;0.20 +10274;2;4014.00;10.45;817.50;1.21;0.20 +10274;3;4005.50;10.25;818.00;-1.35;0.20 +10274;4;4012.00;10.40;820.50;2.21;0.20 +10274;5;4007.50;10.30;820.50;4.17;0.20 +10274;9;4006.94;10.22;819.00;1.57;0.20 +10274;10;4013.06;10.42;819.00;-1.57;0.20 10274;21;4006.94;10.22;819.00;1.57;0.20 +10275;0;3837.00;10.50;1461.00;0.00;0.48 +10275;1;3837.00;10.60;1456.50;0.00;0.48 +10275;2;3842.00;10.80;1460.00;1.37;0.48 +10275;3;3831.50;10.20;1461.00;4.71;0.48 +10275;4;3833.50;10.30;1465.50;3.80;0.48 +10275;5;3838.50;10.60;1466.50;2.87;0.48 +10275;9;3832.68;10.30;1461.00;1.57;0.48 +10275;10;3841.32;10.74;1461.00;-1.57;0.48 10275;21;3832.68;10.30;1461.00;1.57;0.48 +10276;0;4859.00;10.00;468.00;0.00;0.22 +10276;1;4856.00;9.90;467.50;-1.40;0.22 +10276;2;4861.50;10.10;469.00;1.95;0.22 +10276;3;4861.59;9.90;465.82;0.24;0.22 +10276;9;4855.22;9.85;468.00;1.57;0.22 +10276;10;4862.78;10.13;468.00;-1.57;0.22 +10276;19;4864.00;9.50;465.00;-4.33;0.22 +10276;20;4865.50;9.50;464.10;1.03;0.22 10276;21;4855.22;9.85;468.00;1.57;0.22 +10277;0;3819.00;10.00;1480.00;0.00;0.48 +10277;1;3817.50;9.80;1475.50;-0.32;0.48 +10277;2;3824.50;10.00;1475.00;0.83;0.48 +10277;3;3812.50;10.00;1478.50;-1.34;0.48 +10277;4;3825.00;10.10;1481.50;1.81;0.48 +10277;5;3814.50;10.00;1483.00;4.12;0.48 +10277;6;3819.50;10.10;1486.50;3.06;0.48 +10277;9;3813.78;10.00;1480.00;1.57;0.48 +10277;10;3824.22;10.00;1480.00;-1.57;0.48 10277;21;3813.78;10.00;1480.00;1.57;0.48 +10278;0;4054.00;9.70;854.00;0.00;0.20 +10278;1;4051.50;9.70;853.00;-1.19;0.20 +10278;2;4054.00;9.70;850.00;0.00;0.20 +10278;3;4056.00;9.70;855.00;2.03;0.20 +10278;4;4052.50;9.70;857.00;3.60;0.20 +10278;5;4054.00;9.70;858.00;3.14;0.20 +10278;9;4052.20;9.70;854.00;1.57;0.20 +10278;10;4055.80;9.70;854.00;-1.57;0.20 +10278;19;4057.83;9.40;853.23;-4.55;0.20 +10278;20;4059.55;9.40;852.89;1.37;0.20 10278;21;4055.80;9.70;854.00;-1.57;0.20 +10279;0;4462.00;9.77;550.00;0.00;0.20 +10279;1;4461.50;9.70;548.00;-0.24;0.20 +10279;2;4464.00;9.90;548.50;0.92;0.20 +10279;3;4460.00;9.60;551.00;4.24;0.20 +10279;4;4465.00;9.95;550.50;1.73;0.20 +10279;5;4463.00;9.75;552.50;2.76;0.20 +10279;6;4460.00;9.50;553.50;3.66;0.20 +10279;9;4460.20;9.68;550.00;1.57;0.20 +10279;10;4463.80;9.96;550.00;-1.57;0.20 +10279;19;4465.00;9.60;554.00;-3.52;0.20 +10279;20;4466.05;9.60;555.40;2.49;0.20 10279;21;4460.20;9.68;550.00;1.57;0.20 +10280;0;4678.00;9.50;903.00;0.00;0.18 +10280;1;4679.00;9.70;899.50;0.27;0.18 +10280;2;4676.50;9.50;902.50;-1.24;0.18 +10280;3;4680.50;10.00;902.50;1.37;0.18 +10280;4;4677.50;9.70;906.00;3.30;0.18 +10280;9;4676.38;9.50;903.00;1.57;0.18 +10280;10;4679.62;9.86;903.00;-1.57;0.18 +10280;19;4676.00;9.50;911.00;-2.98;0.18 +10280;20;4675.57;9.50;912.69;3.38;0.18 10280;21;4676.38;9.50;903.00;1.57;0.18 +10281;0;1459.00;10.02;1457.00;0.00;0.36 +10281;1;1459.50;11.00;1453.00;0.12;0.36 +10281;2;1464.00;12.15;1453.50;0.96;0.36 +10281;3;1455.50;10.25;1456.00;-1.29;0.36 +10281;4;1463.00;10.75;1457.50;1.69;0.36 +10281;5;1464.50;12.40;1453.50;1.00;0.36 +10281;6;1456.00;11.25;1460.50;3.85;0.36 +10281;7;1460.00;11.85;1462.00;2.94;0.36 +10281;9;1455.58;10.37;1457.00;1.57;0.36 +10281;10;1462.42;10.52;1457.00;-1.57;0.36 10281;21;1455.58;10.37;1457.00;1.57;0.36 +10282;0;4530.00;10.30;625.00;0.00;0.32 +10282;1;4529.50;10.30;620.50;-0.11;0.32 +10282;2;4526.00;10.15;624.00;-1.32;0.32 +10282;3;4532.50;10.30;624.50;1.37;0.32 +10282;4;4529.00;10.20;629.50;3.36;0.32 +10282;5;4533.00;10.32;629.00;2.49;0.32 +10282;9;4527.12;10.20;625.00;1.57;0.32 +10282;10;4532.88;10.33;625.00;-1.57;0.32 +10282;19;4523.00;9.50;620.00;-1.33;0.32 +10282;20;4521.57;9.50;618.98;-0.95;0.32 10282;21;4527.12;10.20;625.00;1.57;0.32 +10283;0;4301.00;10.47;945.00;0.00;0.30 +10283;1;4299.00;10.55;941.50;-0.51;0.30 +10283;2;4301.50;10.60;942.00;0.16;0.30 +10283;3;4298.00;10.35;943.50;-1.10;0.30 +10283;4;4305.00;10.55;944.50;1.44;0.30 +10283;5;4300.50;10.35;947.00;3.38;0.30 +10283;6;4304.50;10.40;947.00;2.09;0.30 +10283;9;4297.76;10.26;945.00;1.57;0.30 +10283;10;4304.24;10.51;945.00;-1.57;0.30 10283;21;4297.76;10.26;945.00;1.57;0.30 +10284;0;3786.00;10.70;1583.00;0.00;0.42 +10284;1;3784.50;10.50;1577.00;-0.24;0.42 +10284;2;3787.50;10.70;1579.50;0.40;0.42 +10284;3;3781.50;10.70;1579.00;-0.84;0.42 +10284;4;3782.00;10.70;1584.00;4.46;0.42 +10284;5;3792.00;10.70;1584.00;1.73;0.42 +10284;6;3788.50;10.70;1587.50;2.63;0.42 +10284;9;3781.32;10.70;1583.00;1.57;0.42 +10284;10;3790.68;10.70;1583.00;-1.57;0.42 10284;21;3781.32;10.70;1583.00;1.57;0.42 +10285;0;4584.00;10.20;707.00;0.00;0.36 +10285;1;4581.00;10.05;703.00;-0.64;0.36 +10285;2;4585.50;10.50;703.50;0.40;0.36 +10285;3;4582.50;9.85;709.00;3.78;0.36 +10285;4;4588.50;10.45;706.00;1.35;0.36 +10285;5;4587.00;10.22;710.00;2.35;0.36 +10285;9;4580.76;9.70;707.00;1.57;0.36 +10285;10;4587.24;10.40;707.00;-1.57;0.36 +10285;19;4586.00;9.50;718.00;-2.50;0.36 +10285;20;4586.31;9.50;719.72;2.96;0.36 10285;21;4580.76;9.70;707.00;1.57;0.36 +10286;0;3687.00;9.97;1659.00;0.00;0.32 +10286;1;3684.50;9.90;1653.50;-0.42;0.32 +10286;2;3687.00;10.05;1653.50;0.00;0.32 +10286;3;3690.00;10.12;1658.00;1.24;0.32 +10286;4;3683.50;10.00;1657.00;-1.05;0.32 +10286;5;3684.50;9.90;1661.50;3.92;0.32 +10286;6;3688.00;9.90;1663.00;2.89;0.32 +10286;9;3684.12;9.83;1659.00;1.57;0.32 +10286;10;3689.88;10.13;1659.00;-1.57;0.32 10286;21;3684.12;9.83;1659.00;1.57;0.32 +10287;0;4064.00;13.27;770.00;0.00;0.20 +10287;1;4064.50;13.90;766.50;0.14;0.20 +10287;2;4062.00;12.45;770.50;4.46;0.20 +10287;3;4066.50;12.35;768.00;0.89;0.20 +10287;4;4065.50;12.30;771.50;2.35;0.20 +10287;5;4063.50;11.90;775.00;3.24;0.20 +10287;9;4062.20;12.64;770.00;1.57;0.20 +10287;10;4065.80;12.34;770.00;-1.57;0.20 10287;21;4062.20;12.64;770.00;1.57;0.20 +10288;0;4889.00;10.27;459.00;0.00;0.32 +10288;1;4886.00;10.30;456.00;-0.78;0.32 +10288;2;4890.00;10.27;455.00;0.24;0.32 +10288;3;4892.00;10.30;458.50;1.40;0.32 +10288;4;4886.00;9.90;461.50;4.01;0.32 +10288;5;4889.50;10.20;464.00;3.04;0.32 +10288;9;4886.12;10.20;459.00;1.57;0.32 +10288;10;4891.88;10.30;459.00;-1.57;0.32 +10288;19;4884.00;9.57;461.00;-2.27;0.32 +10288;20;4882.37;9.57;461.65;4.33;0.32 10288;21;4886.12;10.20;459.00;1.57;0.32 +10289;0;4431.00;10.42;831.00;0.00;0.22 +10289;1;4431.50;10.10;827.50;0.14;0.22 +10289;2;4433.50;9.90;830.50;1.37;0.22 +10289;3;4429.00;10.77;830.00;-1.10;0.22 +10289;4;4429.00;11.35;833.50;3.81;0.22 +10289;5;4431.50;10.30;834.50;3.00;0.22 +10289;9;4429.02;10.97;831.00;1.57;0.22 +10289;10;4432.98;10.00;831.00;-1.57;0.22 10289;21;4429.02;10.97;831.00;1.57;0.22 +10290;0;4013.00;10.47;1478.00;0.00;0.46 +10290;1;4011.00;10.75;1473.50;-0.41;0.46 +10290;2;4018.50;10.90;1472.00;0.74;0.46 +10290;3;4020.00;10.40;1477.50;1.49;0.46 +10290;4;4005.50;10.60;1478.50;4.64;0.46 +10290;5;4018.50;10.20;1481.50;2.13;0.46 +10290;6;4011.50;10.25;1483.00;3.43;0.46 +10290;9;4007.78;10.58;1478.00;1.57;0.46 +10290;10;4018.22;10.40;1478.00;-1.57;0.46 10290;21;4007.78;10.58;1478.00;1.57;0.46 +10291;0;5305.00;10.50;488.00;0.00;0.38 +10291;1;5307.00;10.50;484.50;0.51;0.38 +10291;2;5299.00;10.50;489.50;4.46;0.38 +10291;3;5305.50;10.50;491.50;3.00;0.38 +10291;9;5300.50;10.50;488.00;1.57;0.38 +10291;10;5309.50;10.50;488.00;-1.57;0.38 +10291;19;5307.61;9.50;496.30;-2.08;0.38 +10291;20;5308.36;9.50;498.22;2.86;0.38 10291;21;5300.50;10.50;488.00;1.57;0.38 +10292;0;3984.00;10.00;1499.00;0.00;0.48 +10292;1;3984.00;10.10;1492.50;0.00;0.48 +10292;2;3990.00;9.90;1497.50;1.32;0.48 +10292;3;3979.00;10.10;1498.50;-1.47;0.48 +10292;4;3979.00;9.90;1504.50;3.87;0.48 +10292;5;3984.00;9.90;1505.00;3.14;0.48 +10292;9;3979.68;10.10;1499.00;1.57;0.48 +10292;10;3988.32;9.90;1499.00;-1.57;0.48 10292;21;3979.68;10.10;1499.00;1.57;0.48 +10293;0;4403.00;9.60;869.00;0.00;0.24 +10293;1;4401.50;9.60;866.00;-0.46;0.24 +10293;2;4404.50;9.60;866.50;0.54;0.24 +10293;3;4399.00;9.60;867.00;-1.10;0.24 +10293;4;4400.50;9.60;869.50;4.51;0.24 +10293;5;4406.50;9.70;869.50;1.71;0.24 +10293;6;4404.50;9.70;871.00;2.49;0.24 +10293;9;4399.76;9.56;869.00;1.57;0.24 +10293;10;4406.24;9.70;869.00;-1.57;0.24 10293;21;4399.76;9.56;869.00;1.57;0.24 +10294;0;4412.00;9.77;607.00;0.00;0.34 +10294;1;4414.50;9.70;604.00;0.69;0.34 +10294;2;4412.00;9.95;603.50;0.00;0.34 +10294;3;4409.50;10.10;605.50;-1.03;0.34 +10294;4;4416.00;9.70;607.50;1.69;0.34 +10294;5;4408.50;10.00;609.50;4.09;0.34 +10294;6;4412.00;9.72;610.00;3.14;0.34 +10294;9;4408.94;10.05;607.00;1.57;0.34 +10294;10;4415.06;9.70;607.00;-1.57;0.34 10294;21;4408.94;10.05;607.00;1.57;0.34 +10295;0;3790.00;9.70;1506.00;0.00;0.52 +10295;1;3785.50;9.70;1501.00;-0.73;0.52 +10295;2;3793.50;9.70;1503.00;0.86;0.52 +10295;3;3785.50;9.70;1508.50;4.20;0.52 +10295;4;3796.50;9.70;1509.00;2.00;0.52 +10295;5;3792.00;9.70;1511.00;2.76;0.52 +10295;9;3784.78;9.70;1506.00;1.57;0.52 +10295;10;3795.22;9.70;1506.00;-1.57;0.52 10295;21;3784.78;9.70;1506.00;1.57;0.52 +10296;0;4034.00;9.97;898.00;0.00;0.32 +10296;1;4034.50;9.90;895.00;0.16;0.32 +10296;2;4038.00;10.05;896.50;1.21;0.32 +10296;3;4031.00;10.00;897.00;-1.24;0.32 +10296;4;4036.50;10.25;900.00;2.24;0.32 +10296;5;4030.00;10.02;900.00;4.24;0.32 +10296;6;4032.50;10.00;902.00;3.50;0.32 +10296;9;4030.94;10.00;898.00;1.57;0.32 +10296;10;4037.06;10.12;898.00;-1.57;0.32 10296;21;4030.94;10.00;898.00;1.57;0.32 +10297;0;4391.00;9.70;695.00;0.00;0.30 +10297;1;4389.00;9.55;694.00;-1.10;0.30 +10297;2;4393.50;10.10;693.50;1.03;0.30 +10297;3;4394.00;10.30;696.50;2.03;0.30 +10297;4;4389.00;9.70;698.00;3.73;0.30 +10297;5;4392.00;9.80;698.50;2.86;0.30 +10297;9;4388.30;9.50;695.00;1.57;0.30 +10297;10;4393.70;10.22;695.00;-1.57;0.30 +10297;19;4388.00;9.50;696.00;-1.11;0.30 +10297;20;4386.34;9.50;696.55;4.39;0.30 10297;21;4388.30;9.50;695.00;1.57;0.30 +10298;0;4702.00;9.70;933.00;0.00;0.20 +10298;1;4700.50;9.80;931.00;-0.64;0.20 +10298;2;4703.50;10.00;930.00;0.46;0.20 +10298;3;4704.50;10.30;932.50;1.37;0.20 +10298;4;4699.00;9.65;934.00;4.39;0.20 +10298;5;4704.00;10.02;935.00;2.35;0.20 +10298;6;4702.00;9.57;936.00;3.14;0.20 +10298;9;4700.20;9.65;933.00;1.57;0.20 +10298;10;4703.80;10.03;933.00;-1.57;0.20 10298;21;4700.20;9.65;933.00;1.57;0.20 +10299;0;3642.00;9.80;1561.00;0.00;0.28 +10299;1;3642.50;9.80;1558.00;0.16;0.28 +10299;2;3638.50;9.80;1560.00;-1.29;0.28 +10299;3;3645.00;10.12;1560.00;1.24;0.28 +10299;4;3644.50;9.90;1562.50;2.11;0.28 +10299;5;3639.00;9.80;1563.00;4.12;0.28 +10299;6;3642.50;9.80;1565.00;3.01;0.28 +10299;9;3639.12;9.80;1561.00;1.57;0.28 +10299;10;3644.88;10.05;1561.00;-1.57;0.28 10299;21;3639.12;9.80;1561.00;1.57;0.28 +10300;0;4743.00;10.27;771.00;0.00;0.22 +10300;1;4744.50;10.10;768.50;0.54;0.22 +10300;2;4741.50;10.15;774.00;3.60;0.22 +10300;3;4745.50;10.90;770.50;1.37;0.22 +10300;4;4740.50;10.00;771.50;4.51;0.22 +10300;5;4744.50;10.90;772.50;2.35;0.22 +10300;9;4741.02;9.85;771.00;1.57;0.22 +10300;10;4744.98;10.81;771.00;-1.57;0.22 +10300;19;4742.00;9.68;777.00;-2.68;0.22 +10300;20;4741.71;9.68;778.72;3.30;0.22 10300;21;4741.02;9.85;771.00;1.57;0.22 +10301;0;3616.00;10.47;1627.00;0.00;0.28 +10301;1;3614.50;10.40;1623.50;-0.40;0.28 +10301;2;3618.00;10.05;1625.00;0.78;0.28 +10301;3;3613.50;10.50;1627.00;4.71;0.28 +10301;4;3618.50;10.30;1629.00;2.24;0.28 +10301;5;3615.00;10.60;1631.00;3.38;0.28 +10301;9;3613.48;10.50;1627.00;1.57;0.28 +10301;10;3618.52;10.14;1627.00;-1.57;0.28 10301;21;3613.48;10.50;1627.00;1.57;0.28 +10302;0;4713.00;10.20;824.00;0.00;0.40 +10302;1;4713.50;12.30;820.00;0.12;0.40 +10302;2;4713.33;10.20;823.60;3.27;0.40 +10302;3;4715.50;10.10;823.50;1.37;0.40 +10302;4;4713.00;10.22;825.00;3.14;0.40 +10302;5;4717.00;10.67;822.00;1.10;0.40 +10302;9;4709.40;9.50;824.00;1.57;0.40 +10302;10;4716.60;10.24;824.00;-1.57;0.40 +10302;19;4710.00;9.50;818.00;0.12;0.40 +10302;20;4709.21;9.50;816.43;-0.46;0.40 10302;21;4709.40;9.50;824.00;1.57;0.40 +10303;0;1498.00;10.82;1633.00;0.00;0.32 +10303;1;1497.50;10.70;1628.50;-0.11;0.32 +10303;2;748.50;9.50;816.00;-0.74;0.32 +10303;3;1495.00;10.92;1633.00;4.71;0.32 +10303;4;1496.00;11.00;1637.00;3.60;0.32 +10303;9;1495.12;10.91;1633.00;1.57;0.32 +10303;10;1500.88;10.70;1633.00;-1.57;0.32 10303;21;1495.12;10.91;1633.00;1.57;0.32 +10304;0;4492.00;12.17;1134.00;0.00;0.38 +10304;1;4491.50;11.90;1130.50;-0.14;0.38 +10304;2;4495.50;12.20;1131.50;0.95;0.38 +10304;3;4487.00;12.40;1132.00;-1.19;0.38 +10304;4;4496.50;12.00;1136.00;1.98;0.38 +10304;5;4488.50;12.10;1136.50;4.09;0.38 +10304;6;4494.00;12.20;1138.50;2.72;0.38 +10304;9;4487.86;12.11;1134.00;1.57;0.38 +10304;10;4496.14;12.08;1134.00;-1.57;0.38 10304;21;4487.86;12.11;1134.00;1.57;0.38 +10305;0;941.00;14.05;1595.00;0.00;0.60 +10305;1;935.50;14.30;1587.50;-0.63;0.60 +10305;2;941.00;14.10;1588.00;0.00;0.60 +10305;3;935.00;14.00;1594.00;-1.40;0.60 +10305;4;946.50;14.10;1593.50;1.30;0.60 +10305;5;947.00;13.60;1600.50;2.31;0.60 +10305;6;937.50;14.00;1602.50;3.57;0.60 +10305;7;943.00;13.92;1603.00;2.89;0.60 +10305;9;935.60;14.01;1595.00;1.57;0.60 +10305;10;946.40;13.90;1595.00;-1.57;0.60 10305;21;935.60;14.01;1595.00;1.57;0.60 +10306;0;4715.32;10.00;868.16;0.00;0.28 +10306;1;4717.60;9.60;864.62;0.98;0.28 +10306;2;4712.49;9.60;868.76;4.06;0.28 +10306;3;4713.50;9.70;869.50;3.28;0.28 +10306;4;4715.50;10.00;869.50;2.73;0.28 +10306;9;4711.48;9.50;866.00;1.57;0.28 +10306;10;4716.52;9.60;866.00;-1.57;0.28 +10306;19;4708.00;9.50;864.00;0.98;0.28 +10306;20;4706.34;9.50;863.44;-1.24;0.28 10306;21;4711.48;9.50;866.00;1.57;0.28 +10307;0;4471.00;9.70;535.00;0.00;0.20 +10307;1;4472.00;9.55;533.00;0.46;0.20 +10307;2;4469.00;9.67;535.00;4.71;0.20 +10307;3;4474.00;9.72;535.00;1.57;0.20 +10307;4;4471.50;9.70;537.50;2.94;0.20 +10307;5;4469.00;9.50;537.50;3.81;0.20 +10307;9;4468.84;9.66;535.00;1.57;0.20 +10307;10;4473.16;9.70;535.00;-1.57;0.20 +10307;19;4468.00;9.50;533.00;-1.57;0.20 +10307;20;4466.54;9.50;532.02;-0.98;0.20 10307;21;4468.84;9.66;535.00;1.57;0.20 +10308;0;3928.00;9.80;1551.00;0.00;0.40 +10308;1;3925.50;9.80;1546.50;-0.50;0.40 +10308;2;3934.00;9.75;1548.50;1.17;0.40 +10308;3;3920.00;9.80;1551.00;4.71;0.40 +10308;4;3934.00;9.80;1553.50;1.96;0.40 +10308;5;3926.50;9.80;1555.00;3.50;0.40 +10308;9;3922.06;9.80;1551.00;1.57;0.40 +10308;10;3933.94;9.80;1551.00;-1.57;0.40 10308;21;3922.06;9.80;1551.00;1.57;0.40 +10309;0;4491.00;11.37;903.00;0.00;0.28 +10309;1;4489.00;11.75;901.00;-0.78;0.28 +10309;2;4493.00;11.67;900.00;0.58;0.28 +10309;3;4493.00;10.55;904.50;2.21;0.28 +10309;4;4487.50;11.90;904.00;4.43;0.28 +10309;5;4488.50;11.80;905.00;4.03;0.28 +10309;9;4488.48;11.75;903.00;1.57;0.28 +10309;10;4493.52;10.79;903.00;-1.57;0.28 +10309;19;4493.00;9.75;908.00;-4.07;0.28 +10309;20;4493.65;9.75;909.62;2.76;0.28 10309;21;4488.48;11.75;903.00;1.57;0.28 +10310;0;4562.00;10.30;605.00;0.00;0.26 +10310;1;4563.00;10.20;601.00;0.24;0.26 +10310;2;4559.50;10.30;604.50;-1.37;0.26 +10310;3;4564.00;10.30;605.50;1.81;0.26 +10310;4;4562.00;10.30;609.00;3.14;0.26 +10310;5;4559.00;10.30;609.00;3.78;0.26 +10310;9;4559.66;10.30;605.00;1.57;0.26 +10310;10;4564.34;10.30;605.00;-1.57;0.26 +10310;19;4559.00;9.50;598.00;0.24;0.26 +10310;20;4558.31;9.50;596.39;-0.40;0.26 10310;21;4559.66;10.30;605.00;1.57;0.26 +10311;0;3997.00;11.20;964.00;0.00;0.36 +10311;1;4001.00;11.30;960.00;0.78;0.36 +10311;2;3996.50;11.35;961.00;-0.16;0.36 +10311;3;4003.00;11.30;963.50;1.48;0.36 +10311;4;3991.00;11.50;962.50;-1.32;0.36 +10311;5;3989.50;11.30;966.50;4.39;0.36 +10311;6;3996.50;11.30;967.50;3.28;0.36 +10311;7;4003.50;11.20;967.00;2.00;0.36 +10311;9;3991.42;11.30;964.00;1.57;0.36 +10311;10;4002.58;11.30;964.00;-1.57;0.36 10311;21;3991.42;11.30;964.00;1.57;0.36 +10312;0;3798.00;10.00;1568.00;0.00;0.44 +10312;1;3802.00;9.95;1564.50;0.85;0.44 +10312;2;3797.50;9.90;1563.50;-0.11;0.44 +10312;3;3792.50;10.05;1566.00;-1.22;0.44 +10312;4;3804.00;9.95;1568.50;1.65;0.44 +10312;5;3793.50;10.10;1572.00;3.98;0.44 +10312;6;3800.00;9.90;1572.00;2.67;0.44 +10312;9;3793.32;10.10;1568.00;1.57;0.44 +10312;10;3802.68;10.00;1568.00;-1.57;0.44 10312;21;3793.32;10.10;1568.00;1.57;0.44 +10313;0;4428.00;9.97;677.00;0.00;0.54 +10313;1;4429.50;9.70;675.00;0.64;0.54 +10313;2;4426.50;10.10;675.50;-0.78;0.54 +10313;3;4423.50;10.30;677.00;4.71;0.54 +10313;4;4425.50;10.30;679.50;3.92;0.54 +10313;5;4442.00;9.50;684.50;2.06;0.54 +10313;9;4420.98;10.30;677.00;1.57;0.54 +10313;10;4435.02;9.50;677.00;-1.57;0.54 +10313;19;4428.00;9.80;680.00;0.64;0.54 +10313;20;4428.00;9.80;681.75;3.14;0.54 10313;21;4420.98;10.30;677.00;1.57;0.54 +10314;0;3698.00;10.52;1653.00;0.00;0.30 +10314;1;3698.50;10.70;1649.00;0.12;0.30 +10314;2;3695.50;10.75;1649.00;-0.55;0.30 +10314;3;3701.00;10.72;1652.00;1.24;0.30 +10314;4;3695.50;10.40;1655.00;4.03;0.30 +10314;5;3700.50;10.45;1657.00;2.58;0.30 +10314;6;3698.50;10.70;1658.50;3.05;0.30 +10314;9;3695.30;10.48;1653.00;1.57;0.30 +10314;10;3700.70;10.66;1653.00;-1.57;0.30 10314;21;3695.30;10.48;1653.00;1.57;0.30 +10315;0;4211.00;21.90;1270.00;0.00;0.82 +10315;1;4214.00;21.45;1260.50;0.30;0.82 +10315;2;4220.00;21.52;1261.00;0.78;0.82 +10315;3;4218.00;21.62;1270.00;1.57;0.82 +10315;4;4206.50;21.85;1262.00;-0.51;0.82 +10315;5;4202.50;22.10;1270.00;4.71;0.82 +10315;6;4208.00;20.62;1280.00;3.43;0.82 +10315;9;4202.90;22.08;1270.00;1.57;0.82 +10315;10;4219.10;21.71;1270.00;-1.57;0.82 10315;21;4202.90;22.08;1270.00;1.57;0.82 +10316;0;4893.00;10.40;444.00;0.00;0.34 +10316;1;4891.50;10.40;441.50;-0.54;0.34 +10316;2;4896.00;10.47;440.00;0.64;0.34 +10316;3;4897.00;10.45;443.00;1.32;0.34 +10316;4;4889.00;10.07;445.00;4.46;0.34 +10316;5;4895.50;10.25;447.00;2.44;0.34 +10316;6;4892.00;10.15;447.50;3.42;0.34 +10316;9;4889.58;10.20;444.00;1.57;0.34 +10316;10;4896.42;10.44;444.00;-1.57;0.34 10316;21;4889.58;10.20;444.00;1.57;0.34 +10317;0;4441.00;9.60;818.00;0.00;0.22 +10317;1;4442.50;9.60;816.50;0.78;0.22 +10317;2;4438.00;9.77;816.00;-0.98;0.22 +10317;3;4438.00;9.70;818.50;4.54;0.22 +10317;4;4441.00;9.60;820.50;3.14;0.22 +10317;5;4444.00;9.65;820.00;2.15;0.22 +10317;9;4438.12;9.70;818.00;1.57;0.22 +10317;10;4443.88;9.60;818.00;-1.57;0.22 +10317;19;4435.00;9.50;816.00;-0.98;0.22 +10317;20;4433.34;9.50;815.44;-1.24;0.22 10317;21;4438.12;9.70;818.00;1.57;0.22 +10318;0;1725.00;10.10;1650.00;0.00;0.34 +10318;1;1726.00;9.90;1647.00;0.32;0.34 +10318;2;1730.50;9.80;1647.00;1.07;0.34 +10318;3;1720.50;10.40;1650.00;4.71;0.34 +10318;4;1729.50;10.35;1651.00;1.78;0.34 +10318;5;1723.00;10.85;1653.50;3.66;0.34 +10318;9;1720.68;10.39;1650.00;1.57;0.34 +10318;10;1729.32;10.18;1650.00;-1.57;0.34 10318;21;1720.68;10.39;1650.00;1.57;0.34 +10319;0;5261.00;9.50;518.00;0.00;0.40 +10319;1;5262.50;9.50;517.00;0.98;0.40 +10319;9;5256.32;9.50;518.00;1.57;0.40 +10319;10;5265.68;9.50;518.00;-1.57;0.40 +10319;19;5272.00;9.57;513.00;0.98;0.40 +10319;20;5273.59;9.57;512.27;1.14;0.40 10319;21;5256.32;9.50;518.00;1.57;0.40 +10320;0;1686.00;11.12;1663.00;0.00;0.34 +10320;1;1683.00;11.00;1661.50;-1.10;0.34 +10320;2;1687.00;11.57;1659.00;0.24;0.34 +10320;3;1690.00;11.32;1661.00;1.10;0.34 +10320;4;1688.50;11.00;1665.00;2.24;0.34 +10320;5;1682.50;10.00;1666.00;4.00;0.34 +10320;6;1685.50;10.15;1667.00;3.26;0.34 +10320;9;1682.40;10.78;1663.00;1.57;0.34 +10320;10;1689.60;11.14;1663.00;-1.57;0.34 10320;21;1682.40;10.78;1663.00;1.57;0.34 +10321;0;4269.78;10.20;758.48;0.00;0.48 +10321;1;4270.66;10.20;759.68;0.33;0.48 +10321;2;4269.78;10.20;757.45;0.33;0.48 +10321;3;4253.55;9.50;793.39;3.73;0.48 +10321;4;4248.91;9.70;817.73;3.45;0.48 +10321;9;4256.68;9.50;781.00;1.57;0.48 +10321;10;4265.32;9.50;781.00;-1.57;0.48 +10321;19;4271.00;9.65;757.00;0.33;0.48 +10321;20;4271.67;9.65;755.38;0.39;0.48 10321;21;4256.68;9.50;781.00;1.57;0.48 +10322;0;4435.00;9.70;596.00;0.00;0.24 +10322;1;4434.00;9.70;593.50;-0.38;0.24 +10322;2;4438.50;9.70;593.00;0.86;0.24 +10322;3;4438.50;9.70;596.00;1.57;0.24 +10322;4;4431.00;9.70;596.50;4.58;0.24 +10322;5;4436.00;9.70;598.00;2.67;0.24 +10322;6;4433.00;9.70;599.00;3.73;0.24 +10322;9;4431.94;9.70;596.00;1.57;0.24 +10322;10;4438.06;9.70;596.00;-1.57;0.24 10322;21;4431.94;9.70;596.00;1.57;0.24 +10323;0;3200.00;10.30;1662.00;0.00;0.26 +10323;1;3199.50;10.30;1659.00;-0.16;0.26 +10323;2;3203.00;10.20;1661.00;1.24;0.26 +10323;3;3196.00;10.25;1660.00;-1.10;0.26 +10323;4;3196.50;10.20;1662.00;4.71;0.26 +10323;5;3201.50;10.40;1664.00;2.49;0.26 +10323;6;3199.00;10.32;1665.00;3.46;0.26 +10323;9;3197.48;10.29;1662.00;1.57;0.26 +10323;10;3202.52;10.19;1662.00;-1.57;0.26 10323;21;3197.48;10.29;1662.00;1.57;0.26 +10324;0;4016.00;11.35;937.00;0.00;0.34 +10324;1;4015.50;11.20;932.50;-0.11;0.34 +10324;2;4011.50;11.35;936.00;-1.35;0.34 +10324;3;4020.00;11.35;936.50;1.44;0.34 +10324;4;4015.00;11.40;940.00;3.46;0.34 +10324;5;4020.00;11.47;940.00;2.21;0.34 +10324;9;4012.40;11.31;937.00;1.57;0.34 +10324;10;4019.60;11.39;937.00;-1.57;0.34 10324;21;4012.40;11.31;937.00;1.57;0.34 +10325;0;4637.00;10.35;685.00;0.00;0.26 +10325;1;4638.00;10.45;682.00;0.32;0.26 +10325;2;4641.50;10.10;685.00;1.57;0.26 +10325;3;4632.50;10.65;684.00;-1.35;0.26 +10325;4;4635.00;10.40;687.50;3.81;0.26 +10325;9;4632.86;10.53;685.00;1.57;0.26 +10325;10;4641.14;10.17;685.00;-1.57;0.26 +10325;19;4646.00;9.57;685.00;1.57;0.26 +10325;20;4647.75;9.57;685.00;1.57;0.26 10325;21;4632.86;10.53;685.00;1.57;0.26 +10326;0;4449.00;10.70;936.00;0.00;0.28 +10326;1;4450.50;10.30;933.50;0.54;0.28 +10326;2;4447.50;10.25;934.00;-0.64;0.28 +10326;3;4451.50;11.05;937.00;1.95;0.28 +10326;4;4445.50;10.60;937.00;4.43;0.28 +10326;5;4447.00;11.10;939.00;3.73;0.28 +10326;6;4449.50;11.40;939.50;3.00;0.28 +10326;9;4446.48;10.49;936.00;1.57;0.28 +10326;10;4451.52;10.75;936.00;-1.57;0.28 10326;21;4446.48;10.49;936.00;1.57;0.28 +10327;0;944.00;11.05;1689.00;0.00;0.36 +10327;1;937.00;11.12;1686.00;-1.16;0.36 +10327;2;943.50;11.00;1685.50;-0.14;0.36 +10327;3;950.00;11.17;1687.00;1.24;0.36 +10327;4;936.50;11.40;1688.50;-1.50;0.36 +10327;5;951.50;11.10;1689.50;1.63;0.36 +10327;6;939.00;11.20;1692.00;4.17;0.36 +10327;7;946.00;11.10;1693.00;2.67;0.36 +10327;9;938.42;11.21;1689.00;1.57;0.36 +10327;10;949.58;10.95;1689.00;-1.57;0.36 10327;21;938.42;11.21;1689.00;1.57;0.36 +10328;0;4777.00;10.25;767.00;0.00;0.18 +10328;1;4777.00;9.80;764.50;0.00;0.18 +10328;2;4775.00;10.30;767.50;4.46;0.18 +10328;3;4778.50;10.20;767.50;1.89;0.18 +10328;4;4776.50;10.40;770.00;3.30;0.18 +10328;9;4775.38;10.20;767.00;1.57;0.18 +10328;10;4778.62;10.14;767.00;-1.57;0.18 +10328;19;4779.00;9.63;771.00;-4.39;0.18 +10328;20;4779.78;9.63;772.56;2.67;0.18 10328;21;4775.38;10.20;767.00;1.57;0.18 +10329;0;3733.00;13.80;1627.00;0.00;0.42 +10329;1;3734.50;15.55;1622.00;0.29;0.42 +10329;2;3729.50;13.20;1622.50;-0.66;0.42 +10329;3;3737.00;14.60;1623.50;0.85;0.42 +10329;4;3727.50;14.40;1626.00;-1.39;0.42 +10329;5;3736.50;15.20;1627.50;1.71;0.42 +10329;6;3732.00;13.70;1630.50;3.42;0.42 +10329;7;3736.50;14.40;1632.00;2.53;0.42 +10329;9;3729.22;14.11;1627.00;1.57;0.42 +10329;10;3736.78;15.02;1627.00;-1.57;0.42 10329;21;3729.22;14.11;1627.00;1.57;0.42 +10330;0;4391.00;10.60;956.00;0.00;0.18 +10330;1;4391.00;10.50;952.50;0.00;0.18 +10330;2;4388.50;10.65;956.00;4.71;0.18 +10330;3;4393.50;10.40;954.00;0.89;0.18 +10330;4;4392.50;10.60;958.00;2.49;0.18 +10330;5;4390.50;10.80;959.50;3.28;0.18 +10330;9;4389.38;10.65;956.00;1.57;0.18 +10330;10;4392.62;10.54;956.00;-1.57;0.18 10330;21;4389.38;10.65;956.00;1.57;0.18 +10331;0;4634.00;12.87;1357.00;0.00;0.22 +10331;1;4636.50;12.65;1355.00;0.89;0.22 +10331;2;4631.50;12.85;1356.00;-1.19;0.22 +10331;3;4636.00;12.90;1358.50;2.21;0.22 +10331;4;4632.00;13.15;1359.50;3.81;0.22 +10331;9;4630.94;12.97;1357.00;1.57;0.22 +10331;10;4637.06;12.85;1357.00;-1.57;0.22 10331;21;4630.94;12.97;1357.00;1.57;0.22 +10332;0;4088.00;10.82;1040.00;0.00;0.46 +10332;1;4083.50;11.60;1033.50;-0.60;0.46 +10332;2;4080.00;11.40;1037.00;-1.21;0.46 +10332;3;4091.00;10.80;1038.00;0.98;0.46 +10332;4;4097.50;10.60;1041.50;1.72;0.46 +10332;5;4083.50;10.90;1043.00;4.12;0.46 +10332;6;4093.00;10.90;1044.50;2.30;0.46 +10332;7;4099.00;10.85;1044.50;1.95;0.46 +10332;9;4081.16;11.28;1040.00;1.57;0.46 +10332;10;4094.84;10.63;1040.00;-1.57;0.46 10332;21;4081.16;11.28;1040.00;1.57;0.46 +10333;0;1326.00;10.30;1547.00;0.00;0.28 +10333;1;1323.50;10.20;1543.50;-0.62;0.28 +10333;2;1329.00;10.25;1544.00;0.78;0.28 +10333;3;1331.50;10.30;1547.00;1.57;0.28 +10333;4;1320.00;10.20;1547.50;4.62;0.28 +10333;5;1324.00;10.30;1550.50;3.66;0.28 +10333;6;1331.00;10.30;1550.50;2.18;0.28 +10333;9;1320.96;10.20;1547.00;1.57;0.28 +10333;10;1331.04;10.30;1547.00;-1.57;0.28 10333;21;1320.96;10.20;1547.00;1.57;0.28 +10334;0;5538.00;10.50;219.00;0.00;0.32 +10334;1;5535.50;9.90;216.00;-0.69;0.32 +10334;2;5538.50;10.20;216.50;0.19;0.32 +10334;3;5541.50;10.30;220.50;1.97;0.32 +10334;4;5536.50;10.50;221.50;3.68;0.32 +10334;9;5534.76;10.00;219.00;1.57;0.32 +10334;10;5541.24;10.18;219.00;-1.57;0.32 +10334;19;5547.00;9.50;220.00;-4.31;0.32 +10334;20;5548.73;9.50;220.19;1.68;0.32 10334;21;5534.76;10.00;219.00;1.57;0.32 +10335;0;4519.00;10.72;1097.00;0.00;0.36 +10335;1;4515.00;10.65;1093.50;-0.85;0.36 +10335;2;4519.00;11.45;1093.00;0.00;0.36 +10335;3;4522.00;11.77;1096.00;1.24;0.36 +10335;4;4515.50;10.40;1097.00;4.71;0.36 +10335;5;4522.50;11.00;1100.00;2.27;0.36 +10335;6;4518.00;10.52;1101.00;3.38;0.36 +10335;9;4515.76;10.41;1097.00;1.57;0.36 +10335;10;4522.24;11.58;1097.00;-1.57;0.36 10335;21;4515.76;10.41;1097.00;1.57;0.36 +10336;0;5013.00;9.90;285.00;0.00;0.98 +10336;1;5007.00;9.80;273.50;-0.48;0.98 +10336;2;5014.50;9.90;273.50;0.13;0.98 +10336;3;5006.50;9.90;287.50;4.34;0.98 +10336;4;5020.50;10.00;283.50;1.37;0.98 +10336;5;5020.50;10.00;294.50;2.47;0.98 +10336;9;5004.18;9.80;285.00;1.57;0.98 +10336;10;5021.82;10.00;285.00;-1.57;0.98 10336;21;5004.18;9.80;285.00;1.57;0.98 +10337;0;1315.00;10.27;1357.00;0.00;0.38 +10337;1;1313.50;10.30;1354.50;-0.54;0.38 +10337;2;1318.50;9.70;1353.00;0.71;0.38 +10337;3;1318.50;10.30;1358.50;1.97;0.38 +10337;4;1310.50;10.30;1360.00;4.12;0.38 +10337;5;1316.50;10.30;1361.50;2.82;0.38 +10337;6;1313.00;10.30;1361.50;3.56;0.38 +10337;9;1311.58;10.30;1357.00;1.57;0.38 +10337;10;1318.42;10.20;1357.00;-1.57;0.38 +10337;19;1320.00;9.50;1345.00;0.72;0.38 +10337;20;1320.67;9.50;1343.38;0.39;0.38 10337;21;1311.58;10.30;1357.00;1.57;0.38 +10338;0;5024.00;10.40;446.00;0.00;0.28 +10338;1;5024.00;10.40;442.00;0.00;0.28 +10338;2;5027.00;10.50;447.00;1.89;0.28 +10338;3;5021.00;10.40;446.50;4.54;0.28 +10338;4;5022.50;10.40;451.50;3.40;0.28 +10338;9;5021.48;10.40;446.00;1.57;0.28 +10338;10;5026.52;10.50;446.00;-1.57;0.28 +10338;19;5030.00;9.70;448.00;-4.39;0.28 +10338;20;5031.66;9.70;448.55;1.89;0.28 10338;21;5021.48;10.40;446.00;1.57;0.28 +10339;0;1403.00;10.00;1561.00;0.00;0.26 +10339;1;1402.50;10.00;1558.50;-0.19;0.26 +10339;2;1405.50;9.90;1558.00;0.69;0.26 +10339;3;1407.00;10.00;1560.50;1.44;0.26 +10339;4;1399.50;10.00;1562.00;4.43;0.26 +10339;5;1403.50;10.00;1563.50;2.94;0.26 +10339;9;1400.12;10.00;1561.00;1.57;0.26 +10339;10;1405.88;10.00;1561.00;-1.57;0.26 10339;21;1400.12;10.00;1561.00;1.57;0.26 +10340;0;1257.00;11.15;1496.00;0.00;0.50 +10340;1;1252.50;11.00;1490.50;-0.68;0.50 +10340;2;1250.00;11.15;1494.00;-1.29;0.50 +10340;3;1258.50;11.00;1491.50;0.32;0.50 +10340;4;1263.00;10.95;1496.50;1.65;0.50 +10340;5;1252.50;11.30;1497.50;4.39;0.50 +10340;6;1258.00;11.27;1501.00;2.94;0.50 +10340;9;1252.14;11.21;1496.00;1.57;0.50 +10340;10;1261.86;11.00;1496.00;-1.57;0.50 10340;21;1252.14;11.21;1496.00;1.57;0.50 +10341;0;1393.00;12.20;1608.00;0.00;0.40 +10341;1;1393.50;11.55;1604.00;0.12;0.40 +10341;2;1387.50;11.50;1606.00;-1.22;0.40 +10341;3;1399.50;12.15;1607.00;1.41;0.40 +10341;4;1386.50;11.90;1610.50;4.34;0.40 +10341;5;1399.00;11.82;1610.00;1.89;0.40 +10341;6;1393.50;11.10;1611.00;2.97;0.40 +10341;7;1388.00;11.45;1612.50;3.98;0.40 +10341;9;1387.78;11.85;1608.00;1.57;0.40 +10341;10;1398.22;12.37;1608.00;-1.57;0.40 10341;21;1387.78;11.85;1608.00;1.57;0.40 +10342;0;4799.00;9.72;625.00;0.00;0.18 +10342;1;4799.00;9.95;625.50;3.14;0.18 +10342;2;4798.13;9.80;627.77;3.38;0.18 +10342;9;4796.66;9.66;625.00;1.57;0.18 +10342;10;4801.34;9.75;625.00;-1.57;0.18 +10342;19;4803.00;9.50;623.00;-3.14;0.18 +10342;20;4804.56;9.50;622.21;1.10;0.18 10342;21;4796.66;9.66;625.00;1.57;0.18 +10343;0;1567.00;12.02;1504.00;0.00;0.40 +10343;1;1568.00;11.22;1501.00;0.32;0.40 +10343;2;1563.00;10.70;1501.50;-1.01;0.40 +10343;3;1571.50;10.30;1501.50;1.06;0.40 +10343;4;1572.00;11.12;1504.00;1.57;0.40 +10343;5;1562.00;11.10;1505.50;4.42;0.40 +10343;6;1569.00;10.85;1506.50;2.46;0.40 +10343;7;1564.00;11.45;1509.00;3.68;0.40 +10343;8;1566.00;11.25;1509.00;3.33;0.40 +10343;9;1563.22;10.90;1504.00;1.57;0.40 +10343;10;1570.78;11.50;1504.00;-1.57;0.40 10343;21;1563.22;10.90;1504.00;1.57;0.40 +10344;0;4298.00;10.02;954.00;0.00;0.30 +10344;1;4294.50;10.10;951.00;-0.86;0.30 +10344;2;4299.00;10.10;951.50;0.38;0.30 +10344;3;4294.00;10.85;954.50;4.58;0.30 +10344;4;4302.00;10.22;955.00;1.81;0.30 +10344;5;4298.00;10.12;957.00;3.14;0.30 +10344;9;4294.76;10.78;954.00;1.57;0.30 +10344;10;4301.24;10.18;954.00;-1.57;0.30 10344;21;4294.76;10.78;954.00;1.57;0.30 +10345;0;2206.00;10.72;735.00;0.00;0.52 +10345;1;2209.50;10.70;729.00;0.52;0.52 +10345;2;2207.00;10.60;728.50;0.15;0.52 +10345;3;2203.00;10.57;731.00;-0.64;0.52 +10345;4;2212.00;10.85;733.00;1.24;0.52 +10345;5;2200.50;10.80;736.50;4.44;0.52 +10345;6;2210.00;11.10;737.50;2.12;0.52 +10345;7;2206.50;10.95;741.00;3.05;0.52 +10345;8;2202.50;10.90;741.00;3.67;0.52 +10345;9;2201.32;10.80;735.00;1.57;0.52 +10345;10;2210.68;10.90;735.00;-1.57;0.52 10345;21;2201.32;10.80;735.00;1.57;0.52 +10346;0;4396.00;13.70;1041.00;0.00;0.36 +10346;1;4393.50;14.00;1038.00;-0.69;0.36 +10346;2;4399.00;13.85;1038.50;0.87;0.36 +10346;3;4399.50;14.65;1045.00;2.42;0.36 +10346;4;4394.00;13.95;1045.50;3.56;0.36 +10346;9;4392.76;13.58;1041.00;1.57;0.36 +10346;10;4399.24;14.19;1041.00;-1.57;0.36 10346;21;4392.76;13.58;1041.00;1.57;0.36 +10347;0;1959.00;9.70;310.00;0.00;0.48 +10347;1;1959.00;9.70;305.00;0.00;0.48 +10347;2;1955.50;9.75;306.00;-0.71;0.48 +10347;3;1962.00;9.60;309.00;1.24;0.48 +10347;4;1953.50;9.70;309.50;-1.48;0.48 +10347;5;1957.50;9.70;312.50;3.68;0.48 +10347;6;1965.00;9.70;313.00;2.03;0.48 +10347;7;1962.50;9.70;315.50;2.57;0.48 +10347;9;1954.68;9.70;310.00;1.57;0.48 +10347;10;1963.32;9.65;310.00;-1.57;0.48 +10347;19;1958.00;9.57;301.00;0.00;0.48 +10347;20;1957.80;9.57;299.26;-0.11;0.48 10347;21;1954.68;9.70;310.00;1.57;0.48 +10348;0;3684.00;10.00;1357.00;0.00;0.44 +10348;1;3684.50;10.00;1352.50;0.11;0.44 +10348;2;3689.50;9.70;1354.50;1.14;0.44 +10348;3;3678.00;10.05;1355.00;-1.24;0.44 +10348;4;3679.50;10.10;1358.50;4.39;0.44 +10348;5;3688.00;9.90;1359.00;2.03;0.44 +10348;6;3682.50;10.10;1362.00;3.43;0.44 +10348;9;3679.68;10.10;1357.00;1.57;0.44 +10348;10;3688.32;9.76;1357.00;-1.57;0.44 10348;21;3688.32;9.76;1357.00;-1.57;0.44 +10349;0;4218.00;13.87;1080.00;0.00;0.28 +10349;1;4217.50;12.95;1077.00;-0.16;0.28 +10349;2;4211.50;13.40;1079.50;-1.49;0.28 +10349;3;4223.50;13.40;1077.50;1.14;0.28 +10349;4;4224.50;14.30;1080.50;1.64;0.28 +10349;5;4213.50;14.10;1082.50;4.20;0.28 +10349;6;4220.50;14.70;1083.00;2.44;0.28 +10349;9;4212.96;13.59;1080.00;1.57;0.28 +10349;10;4223.04;14.12;1080.00;-1.57;0.28 10349;21;4212.96;13.59;1080.00;1.57;0.28 +10350;0;5030.00;10.60;427.00;0.00;0.44 +10350;1;5027.00;10.45;421.50;-0.49;0.44 +10350;2;5031.50;10.40;422.50;0.32;0.44 +10350;3;5024.50;10.50;427.00;4.71;0.44 +10350;4;5036.50;10.20;425.50;1.34;0.44 +10350;5;5034.00;9.77;429.00;2.03;0.44 +10350;6;5027.00;10.60;432.50;3.64;0.44 +10350;7;5023.50;10.50;432.50;4.01;0.44 +10350;9;5024.78;10.50;427.00;1.57;0.44 +10350;10;5035.22;9.94;427.00;-1.57;0.44 +10350;19;5033.00;9.80;431.00;-4.25;0.44 +10350;20;5034.05;9.80;432.40;2.49;0.44 10350;21;5024.78;10.50;427.00;1.57;0.44 +10351;0;3689.00;14.37;1285.00;0.00;0.26 +10351;1;3692.00;14.47;1282.00;0.78;0.26 +10351;2;3696.50;13.90;1283.00;1.31;0.26 +10351;3;3683.50;14.25;1284.00;-1.39;0.26 +10351;4;3689.00;14.10;1286.50;3.14;0.26 +10351;5;3697.00;13.70;1285.00;1.57;0.26 +10351;6;3680.00;13.30;1286.50;4.54;0.26 +10351;9;3682.52;13.90;1285.00;1.57;0.26 +10351;10;3695.48;13.85;1285.00;-1.57;0.26 10351;21;3682.52;13.90;1285.00;1.57;0.26 +10352;0;1453.00;10.25;1374.00;0.00;0.26 +10352;1;1457.00;9.50;1370.00;0.78;0.26 +10352;2;1451.50;9.80;1371.00;-0.46;0.26 +10352;3;1458.50;10.20;1373.50;1.48;0.26 +10352;4;1447.00;10.25;1375.00;4.54;0.26 +10352;5;1454.00;10.30;1376.50;2.76;0.26 +10352;6;1459.00;10.30;1377.00;2.03;0.26 +10352;9;1447.78;10.20;1374.00;1.57;0.26 +10352;10;1458.22;10.20;1374.00;-1.57;0.26 +10352;19;1456.00;9.50;1371.00;-0.46;0.26 +10352;20;1457.23;9.50;1369.76;0.78;0.26 10352;21;1447.78;10.20;1374.00;1.57;0.26 +10353;0;3829.00;11.30;1407.00;0.00;0.44 +10353;1;3827.00;11.60;1403.50;-0.51;0.44 +10353;2;3834.00;11.40;1402.50;0.83;0.44 +10353;3;3836.50;11.40;1405.00;1.31;0.44 +10353;4;3832.00;11.10;1408.00;1.89;0.44 +10353;5;3823.00;11.12;1409.00;4.39;0.44 +10353;6;3826.50;10.80;1412.50;3.56;0.44 +10353;9;3823.78;11.31;1407.00;1.57;0.44 +10353;10;3834.22;11.23;1407.00;-1.57;0.44 10353;21;3823.78;11.31;1407.00;1.57;0.44 +10354;0;4372.00;11.22;643.00;0.00;0.38 +10354;1;4368.00;9.70;641.00;-1.10;0.38 +10354;2;4373.00;10.67;640.00;0.32;0.38 +10354;3;4376.00;11.60;641.50;1.21;0.38 +10354;4;4375.00;11.90;645.00;2.15;0.38 +10354;5;4369.50;10.50;646.00;3.83;0.38 +10354;6;4373.50;11.80;648.00;2.85;0.38 +10354;9;4368.58;9.87;643.00;1.57;0.38 +10354;10;4375.42;11.94;643.00;-1.57;0.38 +10354;19;4369.00;9.50;635.00;-1.11;0.38 +10354;20;4368.38;9.50;633.36;-0.35;0.38 10354;21;4368.58;9.87;643.00;1.57;0.38 +10355;0;1377.00;9.70;1422.00;0.00;0.36 +10355;1;1376.50;9.70;1418.00;-0.12;0.36 +10355;2;1372.50;9.70;1419.50;-1.06;0.36 +10355;3;1380.00;9.70;1420.00;0.98;0.36 +10355;4;1375.00;9.70;1424.00;3.92;0.36 +10355;5;1380.50;9.70;1424.50;2.19;0.36 +10355;6;1378.50;9.70;1427.50;2.87;0.36 +10355;7;1381.00;9.70;1427.50;2.51;0.36 +10355;9;1373.76;9.77;1422.00;1.57;0.36 +10355;10;1380.24;9.70;1422.00;-1.57;0.36 10355;21;1373.76;9.77;1422.00;1.57;0.36 +10356;0;4385.00;10.82;939.00;0.00;0.40 +10356;1;4383.00;11.20;935.50;-0.51;0.40 +10356;2;4386.50;11.15;936.00;0.46;0.40 +10356;3;4381.00;11.25;939.00;4.71;0.40 +10356;4;4388.50;10.30;940.50;1.97;0.40 +10356;5;4384.50;10.60;943.00;3.26;0.40 +10356;6;4388.00;10.35;944.00;2.60;0.40 +10356;9;4381.40;11.21;939.00;1.57;0.40 +10356;10;4388.60;10.44;939.00;-1.57;0.40 10356;21;4381.40;11.21;939.00;1.57;0.40 +10357;0;3755.00;10.52;1283.00;0.00;0.50 +10357;1;3749.50;12.30;1280.50;-1.14;0.50 +10357;2;3758.50;10.90;1279.50;0.78;0.50 +10357;3;3762.50;10.00;1283.00;1.57;0.50 +10357;4;3757.50;9.90;1287.00;2.58;0.50 +10357;5;3750.00;10.07;1288.00;3.92;0.50 +10357;9;3749.06;11.33;1283.00;1.57;0.50 +10357;10;3760.94;10.05;1283.00;-1.57;0.50 10357;21;3749.06;11.33;1283.00;1.57;0.50 +10358;0;4141.00;10.50;1015.00;0.00;0.32 +10358;1;4139.50;10.50;1011.00;-0.35;0.32 +10358;2;4144.00;10.65;1013.00;0.98;0.32 +10358;3;4138.00;10.40;1015.50;4.54;0.32 +10358;4;4145.00;10.50;1017.50;2.12;0.32 +10358;5;4141.50;10.75;1019.00;3.01;0.32 +10358;9;4138.12;10.35;1015.00;1.57;0.32 +10358;10;4143.88;10.56;1015.00;-1.57;0.32 10358;21;4138.12;10.35;1015.00;1.57;0.32 +10359;0;3670.00;10.05;1308.00;0.00;0.56 +10359;1;3668.50;9.80;1301.00;-0.21;0.56 +10359;2;3664.00;9.90;1306.50;-1.32;0.56 +10359;3;3673.50;10.00;1302.50;0.56;0.56 +10359;4;3676.00;10.37;1309.00;1.73;0.56 +10359;5;3668.50;9.90;1313.50;3.40;0.56 +10359;9;3664.96;9.85;1308.00;1.57;0.56 +10359;10;3675.04;10.25;1308.00;-1.57;0.56 10359;21;3664.96;9.85;1308.00;1.57;0.56 +10360;0;2076.00;12.60;505.00;0.00;0.42 +10360;1;2072.50;11.75;501.00;-0.71;0.42 +10360;2;2077.50;12.25;501.00;0.35;0.42 +10360;3;2071.50;11.85;506.00;4.49;0.42 +10360;4;2082.00;12.35;502.50;1.17;0.42 +10360;5;2080.00;12.62;507.00;2.03;0.42 +10360;6;2074.50;12.35;510.00;3.43;0.42 +10360;9;2071.86;11.87;505.00;1.57;0.42 +10360;10;2080.14;12.63;505.00;-1.57;0.42 10360;21;2071.86;11.87;505.00;1.57;0.42 +10361;0;4145.00;10.15;1069.00;0.00;0.32 +10361;1;4147.00;10.40;1065.00;0.46;0.32 +10361;2;4150.00;10.40;1065.50;0.96;0.32 +10361;3;4142.50;10.15;1067.00;-0.89;0.32 +10361;4;4150.00;10.30;1068.50;1.47;0.32 +10361;5;4139.50;10.00;1070.50;4.44;0.32 +10361;6;4145.50;10.20;1071.50;2.94;0.32 +10361;7;4140.00;10.25;1072.50;4.10;0.32 +10361;9;4140.86;9.98;1069.00;1.57;0.32 +10361;10;4149.14;10.26;1069.00;-1.57;0.32 10361;21;4140.86;9.98;1069.00;1.57;0.32 +10362;0;1920.00;9.60;296.00;0.00;0.32 +10362;1;1919.50;9.70;292.50;-0.14;0.32 +10362;2;1924.50;9.60;296.00;1.57;0.32 +10362;3;1915.00;9.60;297.50;4.42;0.32 +10362;4;1920.50;9.70;299.50;3.00;0.32 +10362;9;1915.86;9.60;296.00;1.57;0.32 +10362;10;1924.14;9.60;296.00;-1.57;0.32 +10362;19;1928.00;9.50;290.00;-0.14;0.32 +10362;20;1929.40;9.50;288.95;0.92;0.32 10362;21;1915.86;9.60;296.00;1.57;0.32 +10363;0;4646.00;12.75;1403.00;0.00;0.40 +10363;1;4645.00;12.50;1399.00;-0.24;0.40 +10363;2;4650.50;12.30;1400.50;1.06;0.40 +10363;3;4640.00;13.05;1400.50;-1.17;0.40 +10363;4;4640.00;13.20;1404.50;4.46;0.40 +10363;5;4653.50;12.60;1404.50;1.76;0.40 +10363;6;4651.50;12.90;1406.50;2.13;0.40 +10363;7;4646.00;12.80;1406.00;3.14;0.40 +10363;9;4640.60;13.09;1403.00;1.57;0.40 +10363;10;4651.40;12.55;1403.00;-1.57;0.40 10363;21;4640.60;13.09;1403.00;1.57;0.40 +10364;0;4578.00;10.97;1215.00;0.00;0.28 +10364;1;4577.00;10.62;1213.00;-0.46;0.28 +10364;2;4580.50;10.70;1212.00;0.69;0.28 +10364;3;4581.50;11.20;1214.50;1.42;0.28 +10364;4;4574.50;10.10;1216.50;4.30;0.28 +10364;5;4581.50;11.30;1217.50;2.19;0.28 +10364;6;4578.50;11.00;1218.50;3.00;0.28 +10364;9;4575.12;10.40;1215.00;1.57;0.28 +10364;10;4580.88;11.16;1215.00;-1.57;0.28 10364;21;4575.12;10.40;1215.00;1.57;0.28 +10365;0;5048.00;10.37;415.00;0.00;0.28 +10365;1;5048.50;10.60;411.00;0.12;0.28 +10365;2;5045.00;9.90;414.50;-1.40;0.28 +10365;3;5051.00;10.45;416.00;1.89;0.28 +10365;4;5045.50;10.30;419.50;3.64;0.28 +10365;5;5048.00;10.35;420.50;3.14;0.28 +10365;9;5045.48;10.04;415.00;1.57;0.28 +10365;10;5050.52;10.45;415.00;-1.57;0.28 +10365;19;5054.00;9.82;419.00;-4.39;0.28 +10365;20;5055.45;9.82;419.97;2.15;0.28 10365;21;5045.48;10.04;415.00;1.57;0.28 +10366;0;3862.00;10.20;1375.00;0.00;0.48 +10366;1;3862.50;10.00;1370.50;0.11;0.48 +10366;2;3869.50;10.10;1370.50;1.03;0.48 +10366;3;3855.00;10.10;1374.00;-1.42;0.48 +10366;4;3869.00;10.50;1373.50;1.36;0.48 +10366;5;3865.50;10.70;1378.50;2.35;0.48 +10366;6;3858.50;10.40;1379.50;3.80;0.48 +10366;9;3856.24;10.03;1375.00;1.57;0.48 +10366;10;3867.76;10.63;1375.00;-1.57;0.48 10366;21;3867.76;10.63;1375.00;-1.57;0.48 +10367;0;4542.00;12.35;1278.00;0.00;0.36 +10367;1;4541.00;12.85;1274.50;-0.27;0.36 +10367;2;4546.00;12.42;1278.00;1.57;0.36 +10367;3;4538.00;12.75;1278.00;4.71;0.36 +10367;4;4540.00;12.80;1281.50;3.66;0.36 +10367;5;4544.00;12.10;1281.50;2.62;0.36 +10367;9;4538.76;12.61;1278.00;1.57;0.36 +10367;10;4545.24;12.40;1278.00;-1.57;0.36 10367;21;4538.76;12.61;1278.00;1.57;0.36 +10368;0;4855.00;10.87;1463.00;0.00;0.32 +10368;1;4853.50;10.85;1459.00;-0.35;0.32 +10368;2;4849.00;10.70;1462.00;-1.40;0.32 +10368;3;4860.00;10.70;1461.50;1.27;0.32 +10368;4;4864.00;10.40;1464.50;1.73;0.32 +10368;5;4862.50;10.40;1465.50;1.89;0.32 +10368;6;4855.50;10.65;1465.00;2.89;0.32 +10368;7;4850.00;10.47;1466.00;4.17;0.32 +10368;9;4849.24;10.65;1463.00;1.57;0.32 +10368;10;4860.76;10.55;1463.00;-1.57;0.32 10368;21;4849.24;10.65;1463.00;1.57;0.32 +10369;0;4967.00;10.25;617.00;0.00;0.34 +10369;1;4969.00;10.90;614.00;0.58;0.34 +10369;2;4964.50;10.60;614.00;-0.69;0.34 +10369;3;4973.00;10.10;615.50;1.32;0.34 +10369;4;4961.50;10.10;618.00;4.53;0.34 +10369;5;4970.50;9.65;618.00;1.84;0.34 +10369;6;4965.00;9.60;620.50;3.66;0.34 +10369;9;4962.68;10.20;617.00;1.57;0.34 +10369;10;4971.32;9.77;617.00;-1.57;0.34 +10369;19;4960.00;9.53;625.00;-2.62;0.34 +10369;20;4958.84;9.53;626.31;3.86;0.34 10369;21;4962.68;10.20;617.00;1.57;0.34 +10370;0;1350.00;10.50;1487.00;0.00;0.34 +10370;1;1348.00;10.55;1482.00;-0.38;0.34 +10370;2;1351.50;10.45;1482.00;0.29;0.34 +10370;3;1346.00;10.75;1486.50;-1.44;0.34 +10370;4;1353.50;10.30;1486.50;1.42;0.34 +10370;5;1348.00;11.10;1492.50;3.49;0.34 +10370;6;1352.00;11.10;1492.50;2.79;0.34 +10370;9;1346.94;10.80;1487.00;1.57;0.34 +10370;10;1353.06;10.42;1487.00;-1.57;0.34 10370;21;1346.94;10.80;1487.00;1.57;0.34 +10371;0;4354.00;10.92;957.00;0.00;0.40 +10371;1;4355.50;10.30;952.00;0.29;0.40 +10371;2;4358.50;10.50;952.50;0.78;0.40 +10371;3;4358.00;10.75;956.50;1.44;0.40 +10371;4;4352.00;10.82;956.00;-1.10;0.40 +10371;5;4349.50;10.70;959.50;4.20;0.40 +10371;6;4354.50;11.45;961.00;3.01;0.40 +10371;7;4351.50;11.10;962.00;3.60;0.40 +10371;9;4350.40;10.69;957.00;1.57;0.40 +10371;10;4357.60;10.75;957.00;-1.57;0.40 10371;21;4357.60;10.75;957.00;-1.57;0.40 +10372;0;4597.00;12.65;1400.00;0.00;0.36 +10372;1;4597.00;12.45;1396.50;0.00;0.36 +10372;2;4590.00;12.45;1400.00;4.71;0.36 +10372;3;4603.50;12.60;1401.00;1.72;0.36 +10372;4;4597.00;12.75;1404.00;3.14;0.36 +10372;9;4591.96;12.50;1400.00;1.57;0.36 +10372;10;4602.04;12.57;1400.00;-1.57;0.36 10372;21;4591.96;12.50;1400.00;1.57;0.36 +10373;0;5543.00;9.50;209.00;0.00;0.24 +10373;1;5541.00;9.50;208.00;-1.10;0.24 +10373;2;5545.00;9.60;206.00;0.58;0.24 +10373;3;5546.50;10.10;207.50;1.16;0.24 +10373;4;5544.50;10.00;210.50;2.35;0.24 +10373;5;5541.00;10.10;211.50;3.81;0.24 +10373;9;5540.12;9.57;209.00;1.57;0.24 +10373;10;5545.88;10.00;209.00;-1.57;0.24 +10373;19;5536.00;9.50;212.00;-1.11;0.24 +10373;20;5534.39;9.50;212.68;4.30;0.24 10373;21;5540.12;9.57;209.00;1.57;0.24 +10374;0;1572.00;9.80;1224.00;0.00;0.34 +10374;1;1570.50;9.70;1220.50;-0.40;0.34 +10374;2;1576.50;9.70;1222.50;1.24;0.34 +10374;3;1567.00;9.85;1225.50;4.42;0.34 +10374;4;1573.50;9.80;1227.50;2.73;0.34 +10374;9;1567.86;9.83;1224.00;1.57;0.34 +10374;10;1576.14;9.80;1224.00;-1.57;0.34 +10374;19;1565.00;9.50;1219.00;-0.40;0.34 +10374;20;1563.57;9.50;1217.98;-0.95;0.34 10374;21;1567.86;9.83;1224.00;1.57;0.34 +10375;0;1820.00;9.80;288.00;0.00;0.46 +10375;1;1820.50;9.80;283.50;0.11;0.46 +10375;2;1826.50;9.80;288.50;1.64;0.46 +10375;3;1812.50;9.80;288.50;4.64;0.46 +10375;4;1814.00;9.80;293.00;4.01;0.46 +10375;5;1820.00;9.80;293.00;3.14;0.46 +10375;9;1814.42;9.80;288.00;1.57;0.46 +10375;10;1825.58;9.80;288.00;-1.57;0.46 10375;21;1814.42;9.80;288.00;1.57;0.46 +10376;0;4816.00;12.52;1407.00;0.00;0.32 +10376;1;4813.00;12.97;1404.00;-0.78;0.32 +10376;2;4815.50;12.55;1404.00;-0.16;0.32 +10376;3;4819.00;11.50;1406.00;1.24;0.32 +10376;4;4812.00;13.50;1407.00;4.71;0.32 +10376;5;4816.00;12.75;1410.00;3.14;0.32 +10376;6;4820.00;11.45;1409.50;2.12;0.32 +10376;9;4812.94;13.21;1407.00;1.57;0.32 +10376;10;4819.06;11.47;1407.00;-1.57;0.32 10376;21;4812.94;13.21;1407.00;1.57;0.32 +10377;0;4547.00;9.90;1086.00;0.00;0.28 +10377;1;4547.50;10.00;1081.50;0.11;0.28 +10377;2;4545.00;9.90;1084.50;-0.92;0.28 +10377;3;4550.00;9.90;1084.50;1.10;0.28 +10377;4;4550.00;10.00;1088.50;2.26;0.28 +10377;5;4544.00;10.20;1088.00;4.12;0.28 +10377;6;4546.50;10.10;1089.50;3.28;0.28 +10377;9;4544.48;9.95;1086.00;1.57;0.28 +10377;10;4549.52;9.99;1086.00;-1.57;0.28 10377;21;4544.48;9.95;1086.00;1.57;0.28 +10378;0;5045.00;10.77;401.00;0.00;0.26 +10378;1;5046.50;10.40;398.50;0.54;0.26 +10378;2;5039.00;10.50;399.50;-1.32;0.26 +10378;3;5051.00;11.05;401.50;1.65;0.26 +10378;4;5037.50;10.05;401.00;4.71;0.26 +10378;5;5040.50;10.10;403.50;4.20;0.26 +10378;6;5047.00;11.05;404.00;2.55;0.26 +10378;9;5039.78;10.42;401.00;1.57;0.26 +10378;10;5050.22;10.93;401.00;-1.57;0.26 +10378;19;5055.00;10.10;407.00;-4.63;0.26 +10378;20;5056.50;10.10;407.90;2.11;0.26 10378;21;5039.78;10.42;401.00;1.57;0.26 +10379;0;4822.00;10.60;1444.00;0.00;0.44 +10379;1;4817.50;10.50;1438.00;-0.64;0.44 +10379;2;4820.50;10.70;1438.50;-0.26;0.44 +10379;3;4817.50;10.50;1442.50;-1.24;0.44 +10379;4;4825.00;11.05;1441.00;0.78;0.44 +10379;5;4827.00;11.15;1444.50;1.67;0.44 +10379;6;4823.50;10.70;1448.50;2.82;0.44 +10379;7;4818.00;11.05;1449.00;3.81;0.44 +10379;9;4818.04;10.60;1444.00;1.57;0.44 +10379;10;4825.96;11.04;1444.00;-1.57;0.44 10379;21;4818.04;10.60;1444.00;1.57;0.44 +10380;0;1473.00;10.22;1369.00;0.00;0.38 +10380;1;1472.00;9.55;1364.50;-0.21;0.38 +10380;2;1476.50;10.30;1367.50;1.16;0.38 +10380;3;1468.50;10.25;1371.00;4.29;0.38 +10380;4;1476.50;10.30;1372.50;2.35;0.38 +10380;5;1473.00;10.30;1374.50;3.14;0.38 +10380;9;1469.58;10.15;1369.00;1.57;0.38 +10380;10;1476.42;10.30;1369.00;-1.57;0.38 +10380;19;1467.00;9.50;1365.00;-0.22;0.38 +10380;20;1465.54;9.50;1364.02;-0.98;0.38 10380;21;1469.58;10.15;1369.00;1.57;0.38 +10381;0;1653.00;10.97;1618.00;0.00;0.30 +10381;1;1654.50;10.65;1615.00;0.46;0.30 +10381;2;1650.50;11.20;1616.50;-1.03;0.30 +10381;3;1657.00;10.27;1617.00;1.32;0.30 +10381;4;1648.50;11.20;1619.00;4.49;0.30 +10381;5;826.00;9.50;808.50;-0.79;0.30 +10381;6;1650.00;11.10;1620.50;4.01;0.30 +10381;7;1654.00;10.70;1620.50;2.76;0.30 +10381;9;1649.94;11.15;1618.00;1.57;0.30 +10381;10;1656.06;10.41;1618.00;-1.57;0.30 10381;21;1649.94;11.15;1618.00;1.57;0.30 +10382;0;4379.00;11.65;632.00;0.00;0.24 +10382;1;4375.50;9.60;630.50;-1.16;0.24 +10382;2;4380.00;11.45;629.50;0.38;0.24 +10382;3;4383.00;12.60;630.50;1.21;0.24 +10382;4;4381.50;12.40;633.50;2.11;0.24 +10382;5;4376.50;10.90;634.50;3.92;0.24 +10382;9;4375.58;9.77;632.00;1.57;0.24 +10382;10;4382.42;12.61;632.00;-1.57;0.24 +10382;19;4377.00;9.50;627.00;-1.17;0.24 +10382;20;4376.35;9.50;625.37;-0.38;0.24 10382;21;4375.58;9.77;632.00;1.57;0.24 +10383;0;3406.00;11.40;1206.00;0.00;0.42 +10383;1;3403.50;11.30;1200.50;-0.42;0.42 +10383;2;3402.00;11.30;1204.50;-1.21;0.42 +10383;3;3409.00;11.42;1204.00;0.98;0.42 +10383;4;3410.00;11.25;1208.00;2.03;0.42 +10383;5;3405.00;11.40;1210.00;3.38;0.42 +10383;9;3402.04;11.35;1206.00;1.57;0.42 +10383;10;3409.96;11.30;1206.00;-1.57;0.42 10383;21;3402.04;11.35;1206.00;1.57;0.42 +10384;0;4398.00;10.15;932.00;0.00;0.34 +10384;1;4397.00;10.15;928.50;-0.27;0.34 +10384;2;4402.50;10.10;928.50;0.91;0.34 +10384;3;4392.50;10.55;930.00;-1.22;0.34 +10384;4;4403.50;10.20;932.00;1.57;0.34 +10384;5;4393.00;10.30;932.50;4.61;0.34 +10384;6;4396.50;10.30;935.50;3.54;0.34 +10384;7;4401.50;10.10;935.50;2.35;0.34 +10384;9;4393.86;10.30;932.00;1.57;0.34 +10384;10;4402.14;10.13;932.00;-1.57;0.34 10384;21;4393.86;10.30;932.00;1.57;0.34 +10385;0;3637.00;10.25;1258.00;0.00;0.28 +10385;1;3633.50;10.50;1256.00;-1.05;0.28 +10385;2;3640.50;11.50;1256.00;1.05;0.28 +10385;3;3643.50;11.10;1259.50;1.79;0.28 +10385;4;3636.50;9.70;1261.00;3.30;0.28 +10385;9;3632.32;9.85;1258.00;1.57;0.28 +10385;10;3641.68;11.15;1258.00;-1.57;0.28 10385;21;3632.32;9.85;1258.00;1.57;0.28 +10386;0;4296.00;9.97;1009.00;0.00;0.32 +10386;1;4293.50;9.90;1005.50;-0.62;0.32 +10386;2;4297.00;10.00;1006.50;0.38;0.32 +10386;3;4300.50;9.90;1008.50;1.46;0.32 +10386;4;4292.00;10.00;1008.50;-1.44;0.32 +10386;5;4293.00;9.90;1011.50;4.01;0.32 +10386;6;4299.50;9.85;1012.00;2.27;0.32 +10386;7;4296.50;10.00;1011.50;2.94;0.32 +10386;9;4292.76;9.87;1009.00;1.57;0.32 +10386;10;4299.24;9.92;1009.00;-1.57;0.32 10386;21;4292.76;9.87;1009.00;1.57;0.32 +10387;0;978.00;12.85;1456.00;0.00;0.36 +10387;1;978.50;12.50;1451.50;0.11;0.36 +10387;2;975.00;13.20;1453.50;-0.87;0.36 +10387;3;981.50;12.05;1453.00;0.86;0.36 +10387;4;983.00;12.45;1456.50;1.67;0.36 +10387;5;972.00;12.85;1457.50;4.46;0.36 +10387;6;977.50;12.75;1460.00;3.26;0.36 +10387;9;974.04;13.50;1456.00;1.57;0.36 +10387;10;981.96;12.47;1456.00;-1.57;0.36 10387;21;974.04;13.50;1456.00;1.57;0.36 +10388;0;5126.00;11.10;165.00;0.00;0.38 +10388;1;5124.00;12.92;161.00;-0.46;0.38 +10388;2;5127.50;12.45;160.00;0.29;0.38 +10388;3;5129.00;11.40;163.00;0.98;0.38 +10388;4;5123.50;10.45;167.00;4.03;0.38 +10388;5;5130.00;11.60;168.00;2.21;0.38 +10388;6;5127.00;10.45;171.00;2.97;0.38 +10388;9;5122.58;10.94;165.00;1.57;0.38 +10388;10;5129.42;11.24;165.00;-1.57;0.38 10388;21;5122.58;10.94;165.00;1.57;0.38 +10389;0;4195.00;11.87;1072.00;0.00;0.36 +10389;1;4191.00;11.40;1070.00;-1.10;0.36 +10389;2;4197.50;11.15;1069.00;0.69;0.36 +10389;3;4200.50;11.10;1069.50;1.14;0.36 +10389;4;4201.50;11.30;1070.50;1.34;0.36 +10389;5;4200.50;12.00;1073.50;1.83;0.36 +10389;6;4189.50;12.20;1074.50;4.28;0.36 +10389;7;4194.00;12.45;1075.00;3.46;0.36 +10389;9;4190.32;11.80;1072.00;1.57;0.36 +10389;10;4199.68;11.77;1072.00;-1.57;0.36 10389;21;4199.68;11.77;1072.00;-1.57;0.36 +10390;0;1848.00;9.72;293.00;0.00;0.68 +10390;1;1843.50;9.80;285.50;-0.54;0.68 +10390;2;1847.50;9.80;285.50;-0.06;0.68 +10390;3;1840.50;9.75;291.00;-1.31;0.68 +10390;4;1853.00;9.77;290.00;1.03;0.68 +10390;5;1853.50;9.70;297.50;2.25;0.68 +10390;6;1844.00;9.80;297.00;3.92;0.68 +10390;7;1850.00;9.80;302.00;2.92;0.68 +10390;9;1841.88;9.80;293.00;1.57;0.68 +10390;10;1854.12;9.71;293.00;-1.57;0.68 10390;21;1841.88;9.80;293.00;1.57;0.68 +10391;0;1338.00;10.17;1534.00;0.00;0.36 +10391;1;1333.50;10.10;1529.50;-0.78;0.36 +10391;2;1337.00;10.10;1530.50;-0.27;0.36 +10391;3;1331.00;10.20;1533.00;-1.42;0.36 +10391;4;1342.50;10.70;1531.50;1.06;0.36 +10391;5;1346.00;11.00;1534.50;1.63;0.36 +10391;6;1335.00;10.30;1537.50;3.85;0.36 +10391;7;1342.50;11.10;1537.50;2.23;0.36 +10391;8;1347.00;10.95;1536.50;1.84;0.36 +10391;9;1331.88;10.20;1534.00;1.57;0.36 +10391;10;1344.12;11.06;1534.00;-1.57;0.36 10391;21;1331.88;10.20;1534.00;1.57;0.36 +10392;0;2172.00;11.05;651.00;0.00;0.58 +10392;1;2170.50;10.85;643.00;-0.18;0.58 +10392;2;2178.00;11.25;648.00;1.10;0.58 +10392;3;2166.50;10.70;650.50;-1.48;0.58 +10392;4;2175.00;10.47;657.00;2.67;0.58 +10392;5;2167.00;10.80;658.50;3.73;0.58 +10392;9;2166.78;10.65;651.00;1.57;0.58 +10392;10;2177.22;11.30;651.00;-1.57;0.58 10392;21;2166.78;10.65;651.00;1.57;0.58 +10393;0;1389.00;10.10;1561.00;0.00;0.36 +10393;1;1387.00;10.47;1556.00;-0.38;0.36 +10393;2;1391.00;10.10;1558.00;0.58;0.36 +10393;3;1385.50;10.20;1559.50;-1.16;0.36 +10393;4;1392.50;10.10;1562.00;1.84;0.36 +10393;5;1388.50;10.10;1565.00;3.26;0.36 +10393;6;1393.50;10.10;1565.50;2.35;0.36 +10393;7;1392.50;10.00;1566.50;2.57;0.36 +10393;9;1385.76;10.10;1561.00;1.57;0.36 +10393;10;1392.24;10.10;1561.00;-1.57;0.36 10393;21;1385.76;10.10;1561.00;1.57;0.36 +10394;0;1510.00;10.60;1431.00;0.00;0.28 +10394;1;1507.00;10.55;1430.00;-1.24;0.28 +10394;2;1511.50;10.50;1428.00;0.46;0.28 +10394;3;1514.00;10.45;1430.50;1.44;0.28 +10394;4;1512.00;10.55;1433.00;2.35;0.28 +10394;5;1508.50;10.60;1434.00;3.60;0.28 +10394;9;1507.48;10.60;1431.00;1.57;0.28 +10394;10;1512.52;10.59;1431.00;-1.57;0.28 10394;21;1507.48;10.60;1431.00;1.57;0.28 +10395;0;3725.00;9.65;1389.00;0.00;0.42 +10395;1;3723.00;9.80;1384.50;-0.41;0.42 +10395;2;3729.00;9.70;1385.00;0.78;0.42 +10395;3;3719.00;9.80;1385.00;-0.98;0.42 +10395;4;3719.00;9.60;1390.00;4.54;0.42 +10395;5;3731.00;9.70;1388.50;1.48;0.42 +10395;6;3727.50;9.60;1393.50;2.63;0.42 +10395;9;3720.14;9.65;1389.00;1.57;0.42 +10395;10;3729.86;9.70;1389.00;-1.57;0.42 10395;21;3720.14;9.65;1389.00;1.57;0.42 +10396;0;4979.00;11.12;602.00;0.00;0.36 +10396;1;4978.00;11.70;599.50;-0.38;0.36 +10396;2;4985.00;12.02;598.00;0.98;0.36 +10396;3;4985.50;11.40;600.50;1.34;0.36 +10396;4;4981.50;10.75;604.00;2.24;0.36 +10396;5;4972.50;10.90;604.50;4.34;0.36 +10396;6;4975.00;10.90;606.50;3.86;0.36 +10396;9;4973.96;11.12;602.00;1.57;0.36 +10396;10;4984.04;11.07;602.00;-1.57;0.36 10396;21;4973.96;11.12;602.00;1.57;0.36 +10397;0;4605.00;13.40;1345.00;0.00;0.28 +10397;1;4603.50;13.25;1341.00;-0.35;0.28 +10397;2;4606.50;13.25;1342.00;0.46;0.28 +10397;3;4602.00;13.55;1344.50;-1.40;0.28 +10397;4;4608.50;12.85;1346.00;1.84;0.28 +10397;5;4605.00;13.40;1348.00;3.14;0.28 +10397;9;4602.48;13.55;1345.00;1.57;0.28 +10397;10;4607.52;12.99;1345.00;-1.57;0.28 10397;21;4602.48;13.55;1345.00;1.57;0.28 +10398;0;4379.00;10.27;917.00;0.00;0.32 +10398;1;4379.50;9.90;913.00;0.12;0.32 +10398;2;4375.50;9.80;916.00;-1.29;0.32 +10398;3;4383.00;10.30;916.50;1.44;0.32 +10398;4;4379.00;10.85;920.00;3.14;0.32 +10398;9;4376.12;9.99;917.00;1.57;0.32 +10398;10;4381.88;10.16;917.00;-1.57;0.32 10398;21;4376.12;9.99;917.00;1.57;0.32 +10399;0;3441.00;14.42;1304.00;0.00;0.32 +10399;1;3441.00;13.15;1300.50;0.00;0.32 +10399;2;3437.00;13.17;1303.00;-1.32;0.32 +10399;3;3445.00;15.87;1305.00;1.81;0.32 +10399;4;3440.00;15.37;1307.00;3.46;0.32 +10399;5;3444.00;18.05;1308.50;2.55;0.32 +10399;9;3438.12;13.61;1304.00;1.57;0.32 +10399;10;3443.88;15.13;1304.00;-1.57;0.32 10399;21;3438.12;13.61;1304.00;1.57;0.32 +10400;0;3242.00;13.85;227.00;0.00;0.70 +10400;1;3243.50;13.90;220.50;0.22;0.70 +10400;2;3251.00;14.35;225.00;1.35;0.70 +10400;3;3235.00;14.25;220.00;-0.78;0.70 +10400;4;3233.00;14.30;226.00;-1.46;0.70 +10400;5;3238.00;13.25;234.00;3.66;0.70 +10400;6;3247.50;13.55;234.00;2.47;0.70 +10400;9;3234.98;14.25;227.00;1.57;0.70 +10400;10;3249.02;14.40;227.00;-1.57;0.70 10400;21;3234.98;14.25;227.00;1.57;0.70 +10401;0;4081.00;10.30;1002.00;0.00;0.34 +10401;1;4078.50;10.40;999.00;-0.69;0.34 +10401;2;4085.00;10.40;999.50;1.01;0.34 +10401;3;4075.50;10.30;1002.50;4.62;0.34 +10401;4;4086.50;10.30;1004.00;1.92;0.34 +10401;5;4079.50;10.30;1005.00;3.60;0.34 +10401;6;4084.50;10.20;1005.50;2.35;0.34 +10401;9;4076.32;10.30;1002.00;1.57;0.34 +10401;10;4085.68;10.30;1002.00;-1.57;0.34 10401;21;4076.32;10.30;1002.00;1.57;0.34 +10402;0;1866.00;9.70;283.00;0.00;0.48 +10402;1;1863.50;9.70;278.50;-0.50;0.48 +10402;2;1870.00;9.70;280.00;0.92;0.48 +10402;3;1862.00;9.70;285.00;4.24;0.48 +10402;4;1870.50;9.70;286.00;2.15;0.48 +10402;5;1868.00;9.70;288.50;2.79;0.48 +10402;9;1861.68;9.70;283.00;1.57;0.48 +10402;10;1870.32;9.70;283.00;-1.57;0.48 10402;21;1861.68;9.70;283.00;1.57;0.48 +10403;0;3474.00;15.55;1344.00;0.00;0.26 +10403;1;3474.50;15.80;1340.50;0.14;0.26 +10403;2;3471.50;15.60;1341.00;-0.69;0.26 +10403;3;3476.50;15.60;1342.50;1.03;0.26 +10403;4;3471.50;15.40;1344.50;4.51;0.26 +10403;5;3476.50;15.40;1345.50;2.11;0.26 +10403;6;3473.50;15.50;1348.00;3.26;0.26 +10403;9;3471.66;15.46;1344.00;1.57;0.26 +10403;10;3476.34;15.50;1344.00;-1.57;0.26 10403;21;3471.66;15.46;1344.00;1.57;0.26 +10404;0;4522.00;10.02;1061.00;0.00;0.22 +10404;1;4522.50;10.45;1056.00;0.10;0.22 +10404;2;4520.00;10.45;1056.50;-0.41;0.22 +10404;3;4524.00;10.15;1059.50;0.92;0.22 +10404;4;4519.50;10.20;1061.50;4.51;0.22 +10404;5;4524.00;10.05;1063.50;2.46;0.22 +10404;6;4522.00;10.27;1066.00;3.14;0.22 +10404;9;4520.02;10.14;1061.00;1.57;0.22 +10404;10;4523.98;10.07;1061.00;-1.57;0.22 10404;21;4520.02;10.14;1061.00;1.57;0.22 +10405;0;2029.00;10.75;424.00;0.00;0.40 +10405;1;2029.00;10.80;419.50;0.00;0.40 +10405;2;2034.50;10.50;419.50;0.88;0.40 +10405;3;2034.50;10.25;422.00;1.22;0.40 +10405;4;2023.00;11.00;424.00;4.71;0.40 +10405;5;2032.00;10.57;428.00;2.49;0.40 +10405;6;2025.50;11.60;428.00;3.86;0.40 +10405;9;2024.50;10.95;424.00;1.57;0.40 +10405;10;2033.50;10.15;424.00;-1.57;0.40 +10405;19;2039.00;9.60;415.00;0.89;0.40 +10405;20;2040.30;9.60;413.82;0.83;0.40 10405;21;2024.50;10.95;424.00;1.57;0.40 +10406;0;3663.00;10.17;1354.00;0.00;0.56 +10406;1;3664.50;10.15;1348.00;0.24;0.56 +10406;2;3657.50;10.00;1352.50;-1.30;0.56 +10406;3;3668.50;10.15;1353.00;1.39;0.56 +10406;4;3667.50;10.00;1358.50;2.35;0.56 +10406;5;3660.00;10.10;1358.00;3.78;0.56 +10406;6;3663.50;10.00;1360.50;3.06;0.56 +10406;9;3657.96;10.04;1354.00;1.57;0.56 +10406;10;3668.04;10.10;1354.00;-1.57;0.56 10406;21;3668.04;10.10;1354.00;-1.57;0.56 +10407;0;1488.00;10.27;1367.00;0.00;0.34 +10407;1;1488.00;9.85;1363.50;0.00;0.34 +10407;2;1484.00;10.30;1366.50;-1.44;0.34 +10407;3;1493.00;10.00;1365.50;1.27;0.34 +10407;4;1493.00;10.25;1368.00;1.76;0.34 +10407;5;1489.00;10.30;1370.00;2.82;0.34 +10407;9;1484.22;10.30;1367.00;1.57;0.34 +10407;10;1491.78;10.20;1367.00;-1.57;0.34 +10407;19;1486.00;9.50;1361.00;0.00;0.34 +10407;20;1485.44;9.50;1359.34;-0.32;0.34 10407;21;1484.22;10.30;1367.00;1.57;0.34 +10408;0;3947.00;15.52;1356.00;0.00;0.48 +10408;1;3949.00;16.85;1350.00;0.32;0.48 +10408;2;3953.50;17.30;1352.50;1.07;0.48 +10408;3;3942.00;15.50;1355.50;-1.47;0.48 +10408;4;3953.00;13.95;1357.50;1.81;0.48 +10408;5;3946.00;12.35;1360.50;3.36;0.48 +10408;6;3938.50;13.20;1360.50;4.22;0.48 +10408;9;3941.24;15.45;1356.00;1.57;0.48 +10408;10;3952.76;15.49;1356.00;-1.57;0.48 10408;21;3952.76;15.49;1356.00;-1.57;0.48 +10409;0;4837.00;11.37;598.00;0.00;0.36 +10409;1;4838.00;11.30;597.50;1.10;0.36 +10409;2;4831.00;10.77;599.00;4.54;0.36 +10409;3;4831.00;11.35;602.00;4.12;0.36 +10409;9;4832.68;10.25;598.00;1.57;0.36 +10409;10;4841.32;11.56;598.00;-1.57;0.36 +10409;19;4846.00;11.20;595.00;1.11;0.36 +10409;20;4847.66;11.20;594.44;1.24;0.36 10409;21;4832.68;10.25;598.00;1.57;0.36 +10410;0;1390.00;10.30;1412.00;0.00;0.36 +10410;1;1388.50;10.30;1406.00;-0.24;0.36 +10410;2;1387.00;10.30;1409.50;-0.87;0.36 +10410;3;1393.00;10.30;1409.00;0.78;0.36 +10410;4;1392.50;10.30;1414.50;2.35;0.36 +10410;5;1386.50;10.30;1415.00;4.00;0.36 +10410;6;1389.00;10.30;1417.50;3.32;0.36 +10410;9;1386.76;10.30;1412.00;1.57;0.36 +10410;10;1393.24;10.30;1412.00;-1.57;0.36 10410;21;1386.76;10.30;1412.00;1.57;0.36 +10411;0;4377.00;9.80;902.00;0.00;0.30 +10411;1;4376.50;9.80;900.00;-0.24;0.30 +10411;2;4372.50;9.70;900.00;-1.15;0.30 +10411;3;4374.50;9.80;903.00;4.33;0.30 +10411;4;4381.00;9.80;903.00;1.81;0.30 +10411;5;4381.50;9.80;905.00;2.15;0.30 +10411;6;4378.50;9.80;905.50;2.73;0.30 +10411;9;4373.94;9.80;902.00;1.57;0.30 +10411;10;4380.06;9.80;902.00;-1.57;0.30 10411;21;4373.94;9.80;902.00;1.57;0.30 +10412;0;1569.00;10.00;1492.00;0.00;0.24 +10412;1;1565.00;10.30;1489.50;-1.01;0.24 +10412;2;1569.00;10.12;1489.00;0.00;0.24 +10412;3;1573.50;9.90;1489.50;1.06;0.24 +10412;4;1565.00;9.87;1492.00;4.71;0.24 +10412;5;1573.00;10.00;1492.50;1.69;0.24 +10412;6;1569.00;9.90;1495.00;3.14;0.24 +10412;9;1565.76;9.88;1492.00;1.57;0.24 +10412;10;1572.24;10.00;1492.00;-1.57;0.24 10412;21;1565.76;9.88;1492.00;1.57;0.24 +10413;0;4370.00;12.82;1007.00;0.00;0.36 +10413;1;4372.00;11.95;1003.00;0.46;0.36 +10413;2;4373.50;12.20;1007.50;1.71;0.36 +10413;3;4364.50;12.75;1007.00;4.71;0.36 +10413;4;4364.00;13.15;1010.00;4.24;0.36 +10413;5;4368.50;13.80;1011.50;3.46;0.36 +10413;9;4364.78;12.77;1007.00;1.57;0.36 +10413;10;4375.22;12.00;1007.00;-1.57;0.36 10413;21;4364.78;12.77;1007.00;1.57;0.36 +10414;0;3762.00;9.80;1302.00;0.00;0.56 +10414;1;3761.00;9.80;1296.50;-0.18;0.56 +10414;2;3767.50;9.85;1295.00;0.66;0.56 +10414;3;3768.00;9.80;1300.00;1.24;0.56 +10414;4;3755.50;9.80;1301.50;-1.49;0.56 +10414;5;3757.50;9.90;1307.50;3.82;0.56 +10414;6;3763.50;9.85;1308.00;2.89;0.56 +10414;9;3756.96;9.82;1302.00;1.57;0.56 +10414;10;3767.04;9.80;1302.00;-1.57;0.56 10414;21;3756.96;9.82;1302.00;1.57;0.56 +10415;0;3107.00;11.07;128.00;0.00;1.04 +10415;1;3105.00;12.55;117.50;-0.18;1.04 +10415;2;3115.00;11.05;122.00;0.92;1.04 +10415;3;3098.50;10.70;123.00;-1.03;1.04 +10415;4;3096.50;10.30;129.50;4.57;1.04 +10415;5;3117.50;12.70;132.50;1.97;1.04 +10415;6;3098.00;10.57;137.00;3.92;1.04 +10415;7;3109.00;11.77;137.00;2.92;1.04 +10415;9;3097.64;10.50;128.00;1.57;1.04 +10415;10;3116.36;12.54;128.00;-1.57;1.04 +10415;19;3083.00;9.50;139.00;-1.71;1.04 +10415;20;3081.40;9.50;139.72;4.28;1.04 10415;21;3097.64;10.50;128.00;1.57;1.04 +10416;0;4211.00;9.85;1058.00;0.00;0.32 +10416;1;4208.50;9.70;1053.50;-0.50;0.32 +10416;2;4212.00;9.75;1054.50;0.27;0.32 +10416;3;4208.00;9.87;1058.00;4.71;0.32 +10416;4;4214.00;9.80;1058.50;1.73;0.32 +10416;5;4211.50;9.90;1062.50;3.03;0.32 +10416;6;4208.50;10.00;1062.50;3.64;0.32 +10416;9;4208.12;9.86;1058.00;1.57;0.32 +10416;10;4213.88;9.80;1058.00;-1.57;0.32 10416;21;4213.88;9.80;1058.00;-1.57;0.32 +10417;0;3935.00;18.70;1276.00;0.00;0.56 +10417;1;3929.50;18.80;1274.00;-1.22;0.56 +10417;2;3937.00;19.65;1271.50;0.41;0.56 +10417;3;3941.00;20.10;1278.50;1.96;0.56 +10417;4;3934.00;18.55;1281.00;3.33;0.56 +10417;9;3929.60;18.78;1276.00;1.57;0.56 +10417;10;3940.40;20.38;1276.00;-1.57;0.56 10417;21;3940.40;20.38;1276.00;-1.57;0.56 +10418;0;1823.00;9.80;269.00;0.00;0.50 +10418;1;1821.00;9.80;264.00;-0.38;0.50 +10418;2;1829.00;9.80;264.50;0.92;0.50 +10418;3;1815.50;9.80;267.00;-1.31;0.50 +10418;4;1831.50;9.80;268.50;1.51;0.50 +10418;5;1814.00;9.80;272.00;4.39;0.50 +10418;6;1822.00;9.80;274.00;3.33;0.50 +10418;7;1831.00;9.80;273.50;2.08;0.50 +10418;9;1816.16;9.80;269.00;1.57;0.50 +10418;10;1829.84;9.80;269.00;-1.57;0.50 10418;21;1816.16;9.80;269.00;1.57;0.50 +10419;0;2187.00;10.15;620.00;0.00;0.46 +10419;1;2189.00;9.85;615.00;0.38;0.46 +10419;2;2183.00;10.35;617.00;-0.92;0.46 +10419;3;2193.00;9.60;618.00;1.24;0.46 +10419;4;2181.50;10.20;622.00;4.36;0.46 +10419;5;2192.50;9.60;623.00;2.07;0.46 +10419;6;2187.50;9.90;625.00;3.04;0.46 +10419;9;2182.14;10.16;620.00;1.57;0.46 +10419;10;2191.86;9.66;620.00;-1.57;0.46 +10419;19;2198.00;9.55;618.00;1.25;0.46 +10419;20;2199.72;9.55;617.68;1.39;0.46 10419;21;2182.14;10.16;620.00;1.57;0.46 +10420;0;3814.00;11.75;1371.00;0.00;0.60 +10420;1;3813.00;12.15;1363.50;-0.13;0.60 +10420;2;3818.50;11.80;1366.50;0.78;0.60 +10420;3;3809.00;12.17;1372.00;4.51;0.60 +10420;4;3820.00;12.50;1374.00;2.03;0.60 +10420;5;3817.50;13.40;1378.50;2.70;0.60 +10420;6;3812.50;13.85;1379.00;3.32;0.60 +10420;9;3808.60;12.05;1371.00;1.57;0.60 +10420;10;3819.40;12.02;1371.00;-1.57;0.60 10420;21;3819.40;12.02;1371.00;-1.57;0.60 +10421;0;4570.00;12.92;1258.00;0.00;0.32 +10421;1;4570.50;12.50;1254.50;0.14;0.32 +10421;2;4574.50;10.90;1256.00;1.15;0.32 +10421;3;4566.00;13.00;1257.50;-1.44;0.32 +10421;4;4574.50;10.95;1259.00;1.78;0.32 +10421;5;4567.00;12.85;1260.50;4.01;0.32 +10421;6;4571.50;12.20;1261.00;2.67;0.32 +10421;9;4566.76;13.07;1258.00;1.57;0.32 +10421;10;4573.24;11.44;1258.00;-1.57;0.32 10421;21;4566.76;13.07;1258.00;1.57;0.32 +10422;0;940.00;13.65;1548.00;0.00;0.38 +10422;1;940.00;14.30;1540.50;0.00;0.38 +10422;2;936.00;14.50;1540.50;-0.49;0.38 +10422;3;936.50;14.00;1545.50;-0.95;0.38 +10422;4;944.50;14.00;1547.50;1.46;0.38 +10422;5;936.00;14.97;1553.00;3.81;0.38 +10422;6;940.50;14.90;1555.00;3.07;0.38 +10422;9;936.58;14.03;1548.00;1.57;0.38 +10422;10;943.42;13.85;1548.00;-1.57;0.38 10422;21;936.58;14.03;1548.00;1.57;0.38 +10423;0;5015.00;10.65;594.00;0.00;0.50 +10423;1;5015.50;11.50;589.50;0.11;0.50 +10423;2;5021.50;11.10;588.50;0.86;0.50 +10423;3;5010.50;11.60;592.00;-1.15;0.50 +10423;4;5020.00;10.60;593.50;1.47;0.50 +10423;5;5010.50;11.20;598.50;3.92;0.50 +10423;6;5014.00;10.55;600.50;3.29;0.50 +10423;9;5010.50;11.35;594.00;1.57;0.50 +10423;10;5019.50;10.65;594.00;-1.57;0.50 +10423;19;5009.00;9.60;608.00;-2.99;0.50 +10423;20;5008.31;9.60;609.60;3.54;0.50 10423;21;5010.50;11.35;594.00;1.57;0.50 +10424;0;4551.00;13.85;1340.00;0.00;0.46 +10424;1;4549.50;13.40;1336.50;-0.40;0.46 +10424;2;4555.50;14.30;1334.50;0.68;0.46 +10424;3;4557.00;14.55;1336.50;1.04;0.46 +10424;4;4555.50;14.10;1340.50;1.68;0.46 +10424;5;4544.50;12.95;1342.00;4.41;0.46 +10424;6;4551.00;13.95;1344.50;3.14;0.46 +10424;7;4546.00;13.05;1344.50;3.98;0.46 +10424;9;4546.50;13.25;1340.00;1.57;0.46 +10424;10;4555.50;13.95;1340.00;-1.57;0.46 10424;21;4546.50;13.25;1340.00;1.57;0.46 +10425;0;4413.00;10.10;902.00;0.00;0.32 +10425;1;4413.50;10.00;898.50;0.14;0.32 +10425;2;4416.00;9.90;898.50;0.70;0.32 +10425;3;4410.50;10.05;901.00;-1.19;0.32 +10425;4;4416.50;10.00;901.50;1.42;0.32 +10425;5;4410.50;10.00;905.00;3.83;0.32 +10425;6;4414.00;10.10;905.50;2.86;0.32 +10425;9;4410.12;10.10;902.00;1.57;0.32 +10425;10;4415.88;10.03;902.00;-1.57;0.32 10425;21;4410.12;10.10;902.00;1.57;0.32 +10426;0;4672.00;10.75;1381.00;0.00;0.26 +10426;1;4669.50;11.10;1377.50;-0.62;0.26 +10426;2;4675.00;10.65;1379.00;0.98;0.26 +10426;3;4665.50;11.00;1380.50;-1.49;0.26 +10426;4;4679.50;10.50;1381.50;1.63;0.26 +10426;5;4667.00;11.05;1382.50;4.42;0.26 +10426;6;4671.50;10.70;1383.50;3.33;0.26 +10426;7;4678.00;10.50;1383.50;1.96;0.26 +10426;9;4666.60;10.99;1381.00;1.57;0.26 +10426;10;4677.40;10.51;1381.00;-1.57;0.26 10426;21;4666.60;10.99;1381.00;1.57;0.26 +10427;0;5103.00;12.02;149.00;0.00;0.44 +10427;1;5102.00;10.95;145.50;-0.27;0.44 +10427;2;5106.50;11.25;144.00;0.61;0.44 +10427;3;5106.00;12.97;151.00;2.15;0.44 +10427;4;5098.00;10.37;148.00;-1.37;0.44 +10427;5;5099.00;10.65;152.00;4.06;0.44 +10427;6;5102.50;11.80;156.00;3.21;0.44 +10427;9;5099.04;10.56;149.00;1.57;0.44 +10427;10;5106.96;13.24;149.00;-1.57;0.44 10427;21;5099.04;10.56;149.00;1.57;0.44 +10428;0;4122.00;10.65;995.00;0.00;0.40 +10428;1;4117.50;10.60;993.00;-1.15;0.40 +10428;2;4120.00;10.60;990.50;-0.41;0.40 +10428;3;4123.50;10.60;993.50;0.78;0.40 +10428;4;4127.50;10.75;995.00;1.57;0.40 +10428;5;4126.50;10.75;998.00;2.15;0.40 +10428;6;4121.50;10.50;998.50;3.28;0.40 +10428;9;4118.40;10.59;995.00;1.57;0.40 +10428;10;4125.60;10.65;995.00;-1.57;0.40 10428;21;4118.40;10.59;995.00;1.57;0.40 +10429;0;4671.00;12.00;1408.00;0.00;0.42 +10429;1;4667.00;11.65;1404.00;-0.78;0.42 +10429;2;4672.50;11.70;1403.50;0.32;0.42 +10429;3;4676.50;11.15;1405.00;1.07;0.42 +10429;4;4666.00;12.10;1407.00;-1.37;0.42 +10429;5;4674.50;11.70;1409.50;1.97;0.42 +10429;6;4668.00;12.20;1411.50;3.85;0.42 +10429;9;4666.68;12.14;1408.00;1.57;0.42 +10429;10;4675.32;11.51;1408.00;-1.57;0.42 10429;21;4666.68;12.14;1408.00;1.57;0.42 +10430;0;5143.00;11.52;238.00;0.00;0.36 +10430;1;5145.00;12.00;234.50;0.51;0.36 +10430;2;5142.00;11.07;234.00;-0.24;0.36 +10430;3;5139.00;10.50;237.00;-1.32;0.36 +10430;4;5147.00;11.87;239.00;1.81;0.36 +10430;5;5141.50;10.55;242.00;3.50;0.36 +10430;6;5145.50;11.00;242.50;2.63;0.36 +10430;9;5139.76;10.60;238.00;1.57;0.36 +10430;10;5146.24;12.12;238.00;-1.57;0.36 10430;21;5139.76;10.60;238.00;1.57;0.36 +10431;0;4499.00;11.85;1053.00;0.00;0.36 +10431;1;4498.50;10.95;1049.00;-0.12;0.36 +10431;2;4502.00;10.90;1048.50;0.58;0.36 +10431;3;4503.00;11.10;1050.50;1.01;0.36 +10431;4;4495.50;11.50;1052.50;-1.42;0.36 +10431;5;4502.50;11.50;1054.50;1.97;0.36 +10431;6;4496.50;12.10;1056.50;3.76;0.36 +10431;7;4500.50;11.40;1058.00;2.85;0.36 +10431;9;4495.76;11.62;1053.00;1.57;0.36 +10431;10;4502.24;11.58;1053.00;-1.57;0.36 10431;21;4495.76;11.62;1053.00;1.57;0.36 +10432;0;2100.00;12.30;498.00;0.00;0.40 +10432;1;2101.00;12.15;492.50;0.18;0.40 +10432;2;2098.50;11.50;494.50;-0.40;0.40 +10432;3;2102.50;12.30;493.50;0.50;0.40 +10432;4;2104.50;12.10;498.50;1.68;0.40 +10432;5;2095.00;12.67;497.00;-1.37;0.40 +10432;6;2094.00;12.77;499.00;4.54;0.40 +10432;7;2097.50;12.65;501.00;3.83;0.40 +10432;8;2102.00;13.20;502.00;2.67;0.40 +10432;9;2095.32;12.80;498.00;1.57;0.40 +10432;10;2104.68;11.92;498.00;-1.57;0.40 +10432;19;2104.87;9.50;490.01;0.88;0.40 +10432;20;2105.78;9.50;488.51;0.54;0.40 10432;21;2104.68;11.92;498.00;-1.57;0.40 +10433;0;4781.00;10.50;1425.00;0.00;0.30 +10433;1;4775.50;10.50;1422.00;-1.07;0.30 +10433;2;4780.00;10.60;1421.50;-0.27;0.30 +10433;3;4784.00;10.50;1423.50;1.10;0.30 +10433;4;4775.50;10.15;1425.00;4.71;0.30 +10433;5;4786.50;10.50;1427.00;1.92;0.30 +10433;6;4782.50;10.35;1428.00;2.67;0.30 +10433;7;4788.00;10.25;1429.00;2.09;0.30 +10433;9;4776.14;10.21;1425.00;1.57;0.30 +10433;10;4785.86;10.50;1425.00;-1.57;0.30 10433;21;4776.14;10.21;1425.00;1.57;0.30 +10434;0;4598.00;9.70;1187.00;0.00;0.26 +10434;1;4598.50;9.70;1185.00;0.24;0.26 +10434;2;4602.00;9.70;1185.00;1.10;0.26 +10434;3;4594.50;9.70;1186.00;-1.29;0.26 +10434;4;4601.50;9.70;1188.00;1.84;0.26 +10434;5;4593.50;9.70;1188.00;4.49;0.26 +10434;6;4595.50;9.70;1189.50;3.92;0.26 +10434;7;4598.50;9.70;1190.00;2.97;0.26 +10434;9;4594.58;9.70;1187.00;1.57;0.26 +10434;10;4601.42;9.70;1187.00;-1.57;0.26 10434;21;4594.58;9.70;1187.00;1.57;0.26 +10435;0;3720.00;9.80;1372.00;0.00;0.40 +10435;1;3718.50;9.70;1368.00;-0.35;0.40 +10435;2;3722.50;9.70;1369.00;0.69;0.40 +10435;3;3715.50;9.95;1373.00;4.49;0.40 +10435;4;3725.00;9.70;1373.50;1.86;0.40 +10435;5;3720.50;9.80;1376.00;3.01;0.40 +10435;9;3716.40;9.90;1372.00;1.57;0.40 +10435;10;3723.60;9.70;1372.00;-1.57;0.40 10435;21;3716.40;9.90;1372.00;1.57;0.40 +10436;0;4944.00;17.70;590.00;0.00;0.42 +10436;1;4946.00;15.80;585.50;0.41;0.42 +10436;2;4950.00;18.25;587.50;1.17;0.42 +10436;3;4939.00;14.90;587.50;-1.10;0.42 +10436;4;4949.50;16.90;592.50;1.99;0.42 +10436;5;4940.00;16.27;593.00;4.06;0.42 +10436;6;4946.50;15.05;596.00;2.74;0.42 +10436;9;4938.42;15.87;590.00;1.57;0.42 +10436;10;4949.58;18.35;590.00;-1.57;0.42 10436;21;4938.42;15.87;590.00;1.57;0.42 +10437;0;1520.00;9.90;1404.00;0.00;0.38 +10437;1;1520.00;9.70;1399.00;0.00;0.38 +10437;2;1523.00;9.70;1400.50;0.70;0.38 +10437;3;1516.50;10.35;1405.00;4.43;0.38 +10437;4;1522.00;9.70;1405.50;2.21;0.38 +10437;5;1517.50;9.80;1409.50;3.56;0.38 +10437;9;1516.58;10.38;1404.00;1.57;0.38 +10437;10;1523.42;9.75;1404.00;-1.57;0.38 10437;21;1516.58;10.38;1404.00;1.57;0.38 +10438;0;4411.00;9.92;889.00;0.00;0.24 +10438;1;4410.00;10.00;886.50;-0.38;0.24 +10438;2;4406.50;10.00;887.50;-1.24;0.24 +10438;3;4414.50;9.90;889.50;1.71;0.24 +10438;4;4408.00;10.00;890.00;4.39;0.24 +10438;5;4412.50;9.90;892.00;2.67;0.24 +10438;9;4407.58;10.00;889.00;1.57;0.24 +10438;10;4414.42;9.90;889.00;-1.57;0.24 10438;21;4407.58;10.00;889.00;1.57;0.24 +10439;0;1551.00;11.35;1483.00;0.00;0.18 +10439;1;1548.00;10.72;1481.00;-0.98;0.18 +10439;2;1552.00;10.75;1481.00;0.46;0.18 +10439;3;1546.50;11.70;1483.00;4.71;0.18 +10439;4;1555.00;10.95;1482.50;1.44;0.18 +10439;5;1556.00;11.32;1485.00;1.95;0.18 +10439;6;1551.50;12.40;1485.50;2.94;0.18 +10439;9;1547.58;11.38;1483.00;1.57;0.18 +10439;10;1554.42;11.10;1483.00;-1.57;0.18 10439;21;1547.58;11.38;1483.00;1.57;0.18 +10440;0;1681.88;9.60;1223.79;0.00;0.52 +10440;1;1678.00;9.50;1219.00;1.97;0.52 +10440;9;1664.52;9.50;1216.00;1.57;0.52 +10440;10;1677.48;9.50;1216.00;-1.57;0.52 +10440;19;1691.05;9.50;1218.36;-0.73;0.52 +10440;20;1692.79;9.50;1218.56;1.68;0.52 10440;21;1691.56;9.50;1219.20;-1.57;0.52 +10441;0;1530.00;11.35;1517.00;0.00;0.30 +10441;1;1528.50;10.40;1514.00;-0.46;0.30 +10441;2;1532.00;10.80;1515.00;0.78;0.30 +10441;3;1526.50;10.60;1517.50;4.57;0.30 +10441;4;1532.50;11.70;1519.50;2.35;0.30 +10441;5;1529.00;11.70;1520.00;3.46;0.30 +10441;9;1527.12;10.68;1517.00;1.57;0.30 +10441;10;1532.88;11.18;1517.00;-1.57;0.30 10441;21;1527.12;10.68;1517.00;1.57;0.30 +10442;0;3114.00;12.20;165.00;0.00;0.84 +10442;1;3112.50;11.90;155.50;-0.15;0.84 +10442;2;3122.00;12.00;163.50;1.38;0.84 +10442;3;3105.00;12.05;165.50;4.65;0.84 +10442;4;3110.50;12.00;173.50;3.53;0.84 +10442;5;3119.50;12.10;174.00;2.59;0.84 +10442;6;3117.00;12.02;176.00;2.87;0.84 +10442;9;3106.44;12.10;165.00;1.57;0.84 +10442;10;3121.56;12.00;165.00;-1.57;0.84 10442;21;3106.44;12.10;165.00;1.57;0.84 +10443;0;4199.00;9.90;1058.00;0.00;0.28 +10443;1;4199.50;9.70;1054.00;0.12;0.28 +10443;2;4196.50;9.80;1056.50;-1.03;0.28 +10443;3;4202.00;9.82;1058.00;1.57;0.28 +10443;4;4196.50;10.00;1060.50;3.92;0.28 +10443;5;4200.00;10.10;1062.00;2.89;0.28 +10443;9;4196.48;9.85;1058.00;1.57;0.28 +10443;10;4201.52;9.84;1058.00;-1.57;0.28 10443;21;4196.48;9.85;1058.00;1.57;0.28 +10444;0;5010.00;10.50;1376.00;0.00;0.32 +10444;1;5009.50;9.70;1372.50;-0.14;0.32 +10444;2;5006.50;11.00;1376.50;4.57;0.32 +10444;3;5013.50;9.80;1376.50;1.71;0.32 +10444;4;5010.00;10.30;1379.50;3.14;0.32 +10444;5;5012.00;10.12;1379.00;2.55;0.32 +10444;9;5007.12;10.94;1376.00;1.57;0.32 +10444;10;5012.88;9.84;1376.00;-1.57;0.32 +10444;19;5004.00;9.50;1371.00;-0.14;0.32 +10444;20;5002.65;9.50;1369.88;-0.87;0.32 10444;21;5007.12;10.94;1376.00;1.57;0.32 +10445;0;5155.00;11.87;228.00;0.00;0.34 +10445;1;5155.00;12.02;226.00;0.00;0.34 +10445;2;5149.50;12.30;225.50;-1.14;0.34 +10445;3;5160.50;10.90;229.50;1.83;0.34 +10445;4;5151.00;12.55;229.50;4.35;0.34 +10445;5;5156.50;10.75;232.00;2.78;0.34 +10445;9;5150.68;12.61;228.00;1.57;0.34 +10445;10;5159.32;10.91;228.00;-1.57;0.34 +10445;19;5164.00;9.68;234.00;-4.45;0.34 +10445;20;5165.45;9.68;234.97;2.15;0.34 10445;21;5150.68;12.61;228.00;1.57;0.34 +10446;0;4586.00;10.35;1179.00;0.00;0.30 +10446;1;4586.00;10.60;1175.50;0.00;0.30 +10446;2;4583.00;10.55;1177.50;-1.10;0.30 +10446;3;4589.00;10.10;1178.00;1.24;0.30 +10446;4;4588.50;9.70;1182.00;2.44;0.30 +10446;5;4585.00;10.10;1182.50;3.42;0.30 +10446;9;4583.30;10.50;1179.00;1.57;0.30 +10446;10;4588.70;10.01;1179.00;-1.57;0.30 10446;21;4583.30;10.50;1179.00;1.57;0.30 +10447;0;1998.00;9.50;368.00;0.00;0.72 +10447;1;1998.50;9.50;360.50;0.06;0.72 +10447;2;1993.50;10.00;367.50;-1.46;0.72 +10447;3;1988.50;9.90;369.50;4.55;0.72 +10447;4;2006.50;9.70;370.00;1.80;0.72 +10447;5;2003.50;9.70;372.50;2.25;0.72 +10447;6;1994.50;9.70;373.50;3.70;0.72 +10447;9;1991.52;10.05;368.00;1.57;0.72 +10447;10;2004.48;9.55;368.00;-1.57;0.72 +10447;19;1997.00;9.50;345.00;0.07;0.72 +10447;20;1996.92;9.50;343.25;-0.04;0.72 10447;21;1991.52;10.05;368.00;1.57;0.72 +10448;0;1462.00;10.10;1524.00;0.00;0.28 +10448;1;1459.00;10.00;1522.00;-0.98;0.28 +10448;2;1463.50;10.60;1521.50;0.54;0.28 +10448;3;1458.00;10.00;1524.50;4.58;0.28 +10448;4;1466.50;10.50;1525.50;1.89;0.28 +10448;5;1462.50;10.05;1527.00;2.97;0.28 +10448;9;1458.58;10.00;1524.00;1.57;0.28 +10448;10;1465.42;10.59;1524.00;-1.57;0.28 10448;21;1458.58;10.00;1524.00;1.57;0.28 +10449;0;1386.00;10.37;1389.00;0.00;0.38 +10449;1;1384.50;10.40;1384.00;-0.29;0.38 +10449;2;1387.50;10.40;1384.00;0.29;0.38 +10449;3;1382.00;10.30;1388.50;-1.44;0.38 +10449;4;1389.50;10.40;1388.50;1.42;0.38 +10449;5;1384.50;10.30;1394.00;3.43;0.38 +10449;6;1389.50;10.40;1394.00;2.53;0.38 +10449;7;1386.50;10.30;1394.50;3.05;0.38 +10449;9;1382.58;10.30;1389.00;1.57;0.38 +10449;10;1389.42;10.40;1389.00;-1.57;0.38 10449;21;1382.58;10.30;1389.00;1.57;0.38 +10450;0;4699.00;12.05;595.00;0.00;0.28 +10450;1;4697.50;10.45;594.00;-0.98;0.28 +10450;2;4702.00;10.72;591.00;0.64;0.28 +10450;3;4701.50;12.55;596.00;1.95;0.28 +10450;4;4700.00;11.40;600.00;2.94;0.28 +10450;5;4698.00;10.00;600.50;3.32;0.28 +10450;9;4696.48;10.29;595.00;1.57;0.28 +10450;10;4701.52;12.54;595.00;-1.57;0.28 +10450;19;4696.00;9.50;603.00;-0.98;0.28 +10450;20;4695.38;9.50;604.63;3.50;0.28 10450;21;4696.48;10.29;595.00;1.57;0.28 +10451;0;4531.00;13.55;1322.00;0.00;0.40 +10451;1;4536.50;13.20;1316.50;0.78;0.40 +10451;2;4533.00;13.65;1317.00;0.38;0.40 +10451;3;4537.50;13.00;1318.00;1.01;0.40 +10451;4;4527.00;13.67;1320.00;-1.10;0.40 +10451;5;4536.00;12.75;1323.50;1.86;0.40 +10451;6;4523.00;13.70;1324.50;4.41;0.40 +10451;7;4528.00;13.60;1326.50;3.73;0.40 +10451;8;4523.50;13.85;1327.00;4.12;0.40 +10451;9;4525.60;13.50;1322.00;1.57;0.40 +10451;10;4536.40;12.86;1322.00;-1.57;0.40 10451;21;4525.60;13.50;1322.00;1.57;0.40 +10452;0;3838.00;10.80;1441.00;0.00;0.52 +10452;1;3841.00;10.65;1435.00;0.46;0.52 +10452;2;3834.50;10.55;1437.00;-0.71;0.52 +10452;3;3844.50;10.60;1439.00;1.27;0.52 +10452;4;3830.50;10.40;1442.50;4.51;0.52 +10452;5;3843.50;10.80;1443.50;1.99;0.52 +10452;6;3837.50;10.80;1446.50;3.23;0.52 +10452;7;3831.50;10.50;1446.50;4.01;0.52 +10452;9;3832.42;10.49;1441.00;1.57;0.52 +10452;10;3843.58;10.69;1441.00;-1.57;0.52 10452;21;3832.42;10.49;1441.00;1.57;0.52 +10453;0;4462.00;9.80;875.00;0.00;0.22 +10453;1;4462.00;9.80;869.50;0.00;0.22 +10453;2;4460.50;9.70;872.00;-0.46;0.22 +10453;3;4463.50;9.80;873.50;0.78;0.22 +10453;4;4460.00;9.80;876.50;4.06;0.22 +10453;5;4465.50;9.85;878.00;2.27;0.22 +10453;6;4462.50;9.85;879.00;3.01;0.22 +10453;9;4460.02;9.80;875.00;1.57;0.22 +10453;10;4463.98;9.80;875.00;-1.57;0.22 10453;21;4460.02;9.80;875.00;1.57;0.22 +10454;0;3551.00;14.65;1304.00;0.00;0.34 +10454;1;3550.00;14.57;1297.00;-0.14;0.34 +10454;2;3554.00;14.55;1298.50;0.49;0.34 +10454;3;3548.00;14.67;1302.00;-0.98;0.34 +10454;4;3554.50;14.80;1303.00;1.29;0.34 +10454;5;3554.00;14.07;1308.00;2.49;0.34 +10454;6;3547.00;13.67;1308.00;3.92;0.34 +10454;7;3550.00;13.05;1309.50;3.32;0.34 +10454;9;3547.94;14.61;1304.00;1.57;0.34 +10454;10;3554.06;14.75;1304.00;-1.57;0.34 10454;21;3547.94;14.61;1304.00;1.57;0.34 +10455;0;5081.00;10.05;131.00;0.00;0.38 +10455;1;5080.50;10.00;127.00;-0.12;0.38 +10455;2;5087.00;10.20;127.00;0.98;0.38 +10455;3;5086.00;10.30;131.00;1.57;0.38 +10455;4;5075.00;9.85;129.50;-1.32;0.38 +10455;5;5074.00;9.90;132.50;4.50;0.38 +10455;6;5080.00;10.10;135.00;3.38;0.38 +10455;9;5075.60;9.90;131.00;1.57;0.38 +10455;10;5086.40;10.30;131.00;-1.57;0.38 10455;21;5075.60;9.90;131.00;1.57;0.38 +10456;0;4386.00;11.60;968.00;0.00;0.22 +10456;1;4383.50;12.00;965.50;-0.78;0.22 +10456;2;4388.00;11.00;965.50;0.67;0.22 +10456;3;4380.00;12.00;967.00;-1.40;0.22 +10456;4;4391.00;11.42;968.00;1.57;0.22 +10456;5;4380.00;12.15;969.50;4.46;0.22 +10456;6;4386.50;11.85;970.00;2.89;0.22 +10456;7;4393.50;11.65;970.00;1.83;0.22 +10456;9;4380.96;12.29;968.00;1.57;0.22 +10456;10;4391.04;11.42;968.00;-1.57;0.22 10456;21;4380.96;12.29;968.00;1.57;0.22 +10457;0;1399.00;10.57;1531.00;0.00;0.34 +10457;1;1397.00;10.55;1526.50;-0.41;0.34 +10457;2;1400.50;10.50;1527.00;0.35;0.34 +10457;3;1396.00;10.77;1531.00;4.71;0.34 +10457;4;1404.00;10.50;1528.00;1.03;0.34 +10457;5;1402.50;10.50;1531.50;1.71;0.34 +10457;6;1400.00;10.55;1535.50;2.92;0.34 +10457;7;1396.50;10.50;1536.50;3.56;0.34 +10457;8;1397.50;10.10;1537.50;3.36;0.34 +10457;9;1395.94;10.78;1531.00;1.57;0.34 +10457;10;1402.06;10.50;1531.00;-1.57;0.34 10457;21;1395.94;10.78;1531.00;1.57;0.34 +10458;0;5156.00;10.95;217.00;0.00;0.36 +10458;1;5155.50;10.30;213.50;-0.14;0.36 +10458;2;5160.50;10.40;217.00;1.57;0.36 +10458;3;5150.50;11.90;215.50;-1.30;0.36 +10458;4;5150.50;12.40;217.50;4.62;0.36 +10458;5;5155.50;11.50;220.50;3.28;0.36 +10458;9;5151.68;12.25;217.00;1.57;0.36 +10458;10;5160.32;10.40;217.00;-1.57;0.36 +10458;19;5167.00;9.55;222.00;1.57;0.36 +10458;20;5168.59;9.55;222.72;1.99;0.36 10458;21;5151.68;12.25;217.00;1.57;0.36 +10459;0;4465.00;11.00;1038.00;0.00;0.34 +10459;1;4464.50;11.70;1034.00;-0.12;0.34 +10459;2;4468.00;11.05;1035.50;0.87;0.34 +10459;3;4461.50;11.80;1036.50;-1.16;0.34 +10459;4;4468.50;10.60;1039.50;1.97;0.34 +10459;5;4461.50;11.30;1039.50;4.30;0.34 +10459;6;4465.00;10.80;1041.50;3.14;0.34 +10459;9;4461.94;11.47;1038.00;1.57;0.34 +10459;10;4468.06;10.67;1038.00;-1.57;0.34 10459;21;4461.94;11.47;1038.00;1.57;0.34 +10460;0;5101.00;10.75;330.00;0.00;0.42 +10460;1;5100.50;10.40;326.50;-0.14;0.42 +10460;2;5105.00;10.20;325.00;0.67;0.42 +10460;3;5105.00;10.15;330.00;1.57;0.42 +10460;4;5096.50;10.50;330.50;4.60;0.42 +10460;5;5098.00;10.62;335.00;3.68;0.42 +10460;6;5101.00;10.60;335.00;3.14;0.42 +10460;9;5097.22;10.50;330.00;1.57;0.42 +10460;10;5104.78;10.19;330.00;-1.57;0.42 +10460;19;5107.00;9.53;334.00;1.57;0.42 +10460;20;5108.45;9.53;334.97;2.15;0.42 10460;21;5097.22;10.50;330.00;1.57;0.42 +10461;0;1432.00;10.40;1555.00;0.00;0.26 +10461;1;1432.50;10.30;1551.50;0.14;0.26 +10461;2;1436.50;11.10;1554.50;1.46;0.26 +10461;3;1428.50;10.30;1553.50;-1.16;0.26 +10461;4;1427.00;10.65;1556.50;4.42;0.26 +10461;5;1432.00;10.72;1558.00;3.14;0.26 +10461;9;1428.76;10.42;1555.00;1.57;0.26 +10461;10;1435.24;11.31;1555.00;-1.57;0.26 10461;21;1428.76;10.42;1555.00;1.57;0.26 +10462;0;4593.00;9.80;1165.00;0.00;0.26 +10462;1;4591.50;9.75;1163.00;-0.64;0.26 +10462;2;4598.50;10.00;1163.50;1.30;0.26 +10462;3;4586.50;9.90;1164.50;-1.49;0.26 +10462;4;4587.00;9.90;1166.50;4.46;0.26 +10462;5;4594.00;9.87;1167.00;2.67;0.26 +10462;6;4598.50;10.50;1167.00;1.92;0.26 +10462;7;4589.50;9.90;1168.50;3.92;0.26 +10462;9;4588.50;9.80;1165.00;1.57;0.26 +10462;10;4597.50;9.95;1165.00;-1.57;0.26 10462;21;4588.50;9.80;1165.00;1.57;0.26 +10463;0;4841.00;10.50;1442.00;0.00;0.30 +10463;1;4839.00;10.62;1439.00;-0.58;0.30 +10463;2;4844.00;10.90;1438.50;0.70;0.30 +10463;3;4845.50;11.00;1440.50;1.24;0.30 +10463;4;4844.00;10.65;1444.00;2.15;0.30 +10463;5;4836.50;10.40;1443.50;4.39;0.30 +10463;6;4839.50;10.40;1445.50;3.54;0.30 +10463;9;4837.22;10.40;1442.00;1.57;0.30 +10463;10;4844.78;10.82;1442.00;-1.57;0.30 10463;21;4837.22;10.40;1442.00;1.57;0.30 +10464;0;4679.00;12.20;595.00;0.00;0.26 +10464;1;4678.50;10.75;592.00;-0.16;0.26 +10464;2;4682.00;11.95;595.00;1.57;0.26 +10464;3;4675.00;10.42;594.00;-1.32;0.26 +10464;4;4675.50;11.10;596.00;4.43;0.26 +10464;5;4678.50;12.70;597.50;3.33;0.26 +10464;9;4676.48;11.24;595.00;1.57;0.26 +10464;10;4681.52;12.23;595.00;-1.57;0.26 +10464;19;4685.00;9.63;592.00;1.57;0.26 +10464;20;4686.56;9.63;591.21;1.10;0.26 10464;21;4676.48;11.24;595.00;1.57;0.26 +10465;0;1528.00;9.75;1410.00;0.00;0.30 +10465;1;1526.00;9.80;1408.50;-0.92;0.30 +10465;2;1530.00;9.70;1406.50;0.51;0.30 +10465;3;1531.50;9.70;1410.50;1.71;0.30 +10465;4;1526.00;9.70;1413.50;3.66;0.30 +10465;5;1529.00;9.70;1414.00;2.89;0.30 +10465;9;1525.30;9.80;1410.00;1.57;0.30 +10465;10;1530.70;9.70;1410.00;-1.57;0.30 10465;21;1525.30;9.80;1410.00;1.57;0.30 +10466;0;4916.00;10.35;1468.00;0.00;0.32 +10466;1;4917.50;10.25;1465.00;0.46;0.32 +10466;2;4913.50;10.35;1465.00;-0.69;0.32 +10466;3;4912.00;10.70;1467.50;-1.44;0.32 +10466;4;4920.00;10.10;1469.00;1.81;0.32 +10466;5;4915.50;10.25;1470.00;3.38;0.32 +10466;9;4912.76;10.62;1468.00;1.57;0.32 +10466;10;4919.24;10.16;1468.00;-1.57;0.32 10466;21;4912.76;10.62;1468.00;1.57;0.32 +10467;0;4425.00;9.92;872.00;0.00;0.24 +10467;1;4422.00;9.85;871.00;-1.24;0.24 +10467;2;4427.00;10.05;870.00;0.78;0.24 +10467;3;4428.00;10.05;872.50;1.73;0.24 +10467;4;4421.50;9.85;874.00;4.19;0.24 +10467;5;4425.50;9.80;874.50;2.94;0.24 +10467;9;4421.76;9.82;872.00;1.57;0.24 +10467;10;4428.24;10.08;872.00;-1.57;0.24 10467;21;4421.76;9.82;872.00;1.57;0.24 +10468;0;1537.00;11.32;1474.00;0.00;0.26 +10468;1;1534.00;11.47;1472.00;-0.98;0.26 +10468;2;1539.00;11.20;1471.50;0.67;0.26 +10468;3;1532.50;13.65;1475.00;4.49;0.26 +10468;4;1542.50;10.90;1474.50;1.66;0.26 +10468;5;1536.50;12.40;1476.50;3.33;0.26 +10468;6;1541.00;10.95;1476.50;2.12;0.26 +10468;9;1533.04;12.93;1474.00;1.57;0.26 +10468;10;1540.96;10.80;1474.00;-1.57;0.26 10468;21;1533.04;12.93;1474.00;1.57;0.26 +10469;0;4092.00;11.85;966.00;0.00;0.32 +10469;1;4092.50;11.80;963.00;0.16;0.32 +10469;2;4088.50;12.40;965.50;-1.42;0.32 +10469;3;4096.00;11.70;965.50;1.44;0.32 +10469;4;4093.00;11.57;969.00;2.82;0.32 +10469;5;4089.50;11.95;970.00;3.70;0.32 +10469;9;4089.12;12.28;966.00;1.57;0.32 +10469;10;4094.88;11.70;966.00;-1.57;0.32 10469;21;4089.12;12.28;966.00;1.57;0.32 +10470;0;3789.00;9.92;1330.00;0.00;0.48 +10470;1;3790.50;9.90;1326.00;0.35;0.48 +10470;2;3783.00;10.00;1328.00;-1.24;0.48 +10470;3;3795.00;9.90;1330.00;1.57;0.48 +10470;4;3788.00;9.90;1334.50;3.36;0.48 +10470;5;3795.00;9.90;1335.00;2.26;0.48 +10470;9;3783.96;10.00;1330.00;1.57;0.48 +10470;10;3794.04;9.90;1330.00;-1.57;0.48 10470;21;3783.96;10.00;1330.00;1.57;0.48 +10471;0;4115.00;12.95;1039.00;0.00;0.34 +10471;1;4114.50;12.60;1034.00;-0.10;0.34 +10471;2;4118.50;12.10;1034.50;0.66;0.34 +10471;3;4119.00;11.05;1038.00;1.32;0.34 +10471;4;4112.00;12.25;1037.50;-1.10;0.34 +10471;5;4111.00;12.27;1041.00;4.24;0.34 +10471;6;4117.50;11.70;1043.00;2.58;0.34 +10471;7;4114.00;12.62;1044.00;3.33;0.34 +10471;9;4111.94;12.49;1039.00;1.57;0.34 +10471;10;4118.06;11.31;1039.00;-1.57;0.34 10471;21;4111.94;12.49;1039.00;1.57;0.34 +10472;0;3478.00;14.75;1331.00;0.00;0.24 +10472;1;3475.50;14.75;1328.00;-0.69;0.24 +10472;2;3479.50;14.60;1328.50;0.54;0.24 +10472;3;3482.50;14.50;1330.50;1.46;0.24 +10472;4;3474.00;14.80;1330.50;-1.44;0.24 +10472;5;3473.50;14.85;1333.00;4.29;0.24 +10472;6;3481.50;14.80;1333.50;2.19;0.24 +10472;7;3476.50;14.85;1334.00;3.60;0.24 +10472;9;3474.76;14.77;1331.00;1.57;0.24 +10472;10;3481.24;14.77;1331.00;-1.57;0.24 10472;21;3474.76;14.77;1331.00;1.57;0.24 +10473;0;4719.00;10.80;240.00;0.00;0.72 +10473;1;4713.50;10.80;232.00;-0.60;0.72 +10473;2;4708.50;10.80;231.50;-0.89;0.72 +10473;3;4725.00;10.70;235.50;0.92;0.72 +10473;4;4706.00;10.90;237.50;-1.38;0.72 +10473;5;4732.50;10.70;242.50;1.75;0.72 +10473;6;4707.50;10.90;243.50;4.41;0.72 +10473;7;4719.50;10.90;246.00;3.05;0.72 +10473;8;4730.00;10.80;247.50;2.16;0.72 +10473;9;4708.38;10.90;240.00;1.57;0.72 +10473;10;4729.62;10.80;240.00;-1.57;0.72 10473;21;4708.38;10.90;240.00;1.57;0.72 +10474;0;4543.00;12.05;1177.00;0.00;0.36 +10474;1;4545.00;12.15;1174.00;0.58;0.36 +10474;2;4540.00;12.60;1174.50;-0.87;0.36 +10474;3;4541.00;11.80;1179.50;3.81;0.36 +10474;4;4546.50;11.20;1178.50;1.97;0.36 +10474;5;4545.50;10.40;1182.00;2.67;0.36 +10474;9;4539.76;12.38;1177.00;1.57;0.36 +10474;10;4546.24;11.50;1177.00;-1.57;0.36 10474;21;4539.76;12.38;1177.00;1.57;0.36 +10475;0;5124.00;9.70;306.00;0.00;0.40 +10475;1;5124.00;9.80;302.50;0.00;0.40 +10475;2;5127.50;9.70;301.00;0.61;0.40 +10475;3;5125.50;9.70;307.00;2.15;0.40 +10475;4;5120.50;9.75;307.00;4.43;0.40 +10475;9;5120.40;9.80;306.00;1.57;0.40 +10475;10;5127.60;9.68;306.00;-1.57;0.40 +10475;19;5119.00;9.50;318.00;-4.12;0.40 +10475;20;5118.32;9.50;319.61;3.53;0.40 10475;21;5120.40;9.80;306.00;1.57;0.40 +10476;0;3793.00;12.97;1230.00;0.00;0.54 +10476;1;3791.00;13.85;1224.00;-0.32;0.54 +10476;2;3795.50;14.40;1224.50;0.42;0.54 +10476;3;3798.00;13.70;1228.50;1.27;0.54 +10476;4;3787.00;12.42;1229.00;-1.40;0.54 +10476;5;3796.50;14.05;1235.00;2.53;0.54 +10476;6;3789.50;12.80;1234.50;3.80;0.54 +10476;9;3788.14;12.41;1230.00;1.57;0.54 +10476;10;3797.86;13.62;1230.00;-1.57;0.54 10476;21;3788.14;12.41;1230.00;1.57;0.54 +10477;0;1370.00;10.50;1456.00;0.00;0.40 +10477;1;1371.00;10.47;1452.00;0.24;0.40 +10477;2;1366.50;10.45;1453.00;-0.86;0.40 +10477;3;1375.00;10.37;1455.00;1.37;0.40 +10477;4;1366.50;10.55;1458.00;4.19;0.40 +10477;5;1375.50;10.40;1457.50;1.83;0.40 +10477;6;1372.00;10.60;1460.00;2.67;0.40 +10477;9;1366.40;10.50;1456.00;1.57;0.40 +10477;10;1373.60;10.36;1456.00;-1.57;0.40 10477;21;1366.40;10.50;1456.00;1.57;0.40 +10478;0;1387.00;10.15;1577.00;0.00;0.38 +10478;1;1383.50;10.00;1571.50;-0.56;0.38 +10478;2;1387.50;10.00;1573.00;0.12;0.38 +10478;3;1383.00;10.00;1575.50;-1.21;0.38 +10478;4;1391.00;10.77;1579.00;2.03;0.38 +10478;5;1385.50;10.70;1580.50;3.54;0.38 +10478;6;1389.50;11.00;1583.00;2.74;0.38 +10478;9;1383.58;10.38;1577.00;1.57;0.38 +10478;10;1390.42;10.24;1577.00;-1.57;0.38 10478;21;1383.58;10.38;1577.00;1.57;0.38 +10479;0;4561.00;11.10;526.00;0.00;0.24 +10479;1;4563.50;12.00;524.50;1.03;0.24 +10479;2;4559.00;10.35;524.00;-0.78;0.24 +10479;3;4558.00;10.25;526.50;4.54;0.24 +10479;4;4564.00;11.85;527.50;2.03;0.24 +10479;5;4561.00;11.10;528.50;3.14;0.24 +10479;9;4558.12;10.26;526.00;1.57;0.24 +10479;10;4563.88;12.56;526.00;-1.57;0.24 +10479;19;4569.00;10.35;527.00;-4.25;0.24 +10479;20;4570.73;10.35;527.21;1.69;0.24 10479;21;4558.12;10.26;526.00;1.57;0.24 +10480;0;4586.00;13.57;1317.00;0.00;0.34 +10480;1;4587.00;12.90;1312.50;0.21;0.34 +10480;2;4583.00;13.85;1315.50;-1.10;0.34 +10480;3;4589.50;13.20;1315.00;1.05;0.34 +10480;4;4589.00;13.95;1318.50;2.03;0.34 +10480;5;4582.00;13.90;1319.50;4.15;0.34 +10480;6;4585.50;13.80;1320.50;3.28;0.34 +10480;9;4582.94;13.79;1317.00;1.57;0.34 +10480;10;4589.06;13.65;1317.00;-1.57;0.34 10480;21;4582.94;13.79;1317.00;1.57;0.34 +10481;0;1691.00;11.70;1629.00;0.00;0.32 +10481;1;1690.00;10.60;1624.00;-0.19;0.32 +10481;2;1686.00;11.72;1626.00;-1.03;0.32 +10481;3;1694.00;11.45;1631.00;2.15;0.32 +10481;4;1689.00;11.62;1630.00;4.24;0.32 +10481;5;1691.50;10.70;1635.50;3.06;0.32 +10481;9;1688.12;12.27;1629.00;1.57;0.32 +10481;10;1693.88;12.04;1629.00;-1.57;0.32 10481;21;1688.12;12.27;1629.00;1.57;0.32 +10482;0;1590.00;9.82;998.00;0.00;0.52 +10482;1;1588.50;9.80;992.50;-0.26;0.52 +10482;2;1593.00;10.47;996.00;0.98;0.52 +10482;3;1586.00;9.67;998.00;4.71;0.52 +10482;4;1588.00;9.70;1003.00;3.52;0.52 +10482;5;1593.00;9.75;1003.00;2.60;0.52 +10482;9;1584.96;9.59;998.00;1.57;0.52 +10482;10;1595.04;10.12;998.00;-1.57;0.52 +10482;19;1583.01;9.40;995.44;-0.87;0.52 +10482;20;1581.36;9.40;994.83;-1.22;0.52 10482;21;1595.04;10.12;998.00;-1.57;0.52 +10483;0;967.00;12.57;1445.00;0.00;0.28 +10483;1;965.00;12.35;1440.50;-0.41;0.28 +10483;2;968.00;12.70;1440.00;0.19;0.28 +10483;3;969.50;12.70;1443.00;0.89;0.28 +10483;4;964.00;12.30;1446.00;4.39;0.28 +10483;5;969.50;12.95;1448.00;2.44;0.28 +10483;6;965.50;11.70;1449.50;3.46;0.28 +10483;9;964.48;12.34;1445.00;1.57;0.28 +10483;10;969.52;12.59;1445.00;-1.57;0.28 10483;21;964.48;12.34;1445.00;1.57;0.28 +10484;0;1717.00;9.77;1176.00;0.00;0.36 +10484;1;1718.50;9.80;1173.50;0.54;0.36 +10484;2;1719.00;9.60;1178.00;2.35;0.36 +10484;3;1710.50;10.00;1175.50;-1.49;0.36 +10484;4;1711.50;9.70;1178.50;4.28;0.36 +10484;9;1711.24;9.92;1176.00;1.57;0.36 +10484;10;1722.76;9.68;1176.00;-1.57;0.36 +10484;19;1709.00;9.68;1185.00;-3.93;0.36 +10484;20;1707.83;9.68;1186.30;3.86;0.36 10484;21;1722.76;9.68;1176.00;-1.57;0.36 +10485;0;3711.00;9.75;1354.00;0.00;0.54 +10485;1;3714.50;9.80;1349.50;0.66;0.54 +10485;2;3706.50;9.70;1349.00;-0.73;0.54 +10485;3;3703.00;9.62;1353.00;-1.44;0.54 +10485;4;3718.50;9.70;1354.00;1.57;0.54 +10485;5;3707.50;9.80;1358.00;3.86;0.54 +10485;6;3714.00;9.70;1359.00;2.60;0.54 +10485;9;3704.88;9.76;1354.00;1.57;0.54 +10485;10;3717.12;9.70;1354.00;-1.57;0.54 10485;21;3704.88;9.76;1354.00;1.57;0.54 +10486;0;4289.00;10.20;1039.00;0.00;0.44 +10486;1;4288.00;10.35;1035.00;-0.24;0.44 +10486;2;4283.00;10.20;1036.50;-1.17;0.44 +10486;3;4292.50;10.00;1036.50;0.95;0.44 +10486;4;4285.50;10.50;1041.50;4.09;0.44 +10486;5;4293.00;9.90;1040.00;1.81;0.44 +10486;6;4290.00;10.30;1044.50;2.96;0.44 +10486;9;4285.04;10.45;1039.00;1.57;0.44 +10486;10;4292.96;9.92;1039.00;-1.57;0.44 10486;21;4285.04;10.45;1039.00;1.57;0.44 +10487;0;5110.00;10.50;307.00;0.00;0.38 +10487;1;5114.00;10.27;302.00;0.67;0.38 +10487;2;5109.50;10.40;303.50;-0.14;0.38 +10487;3;5105.00;10.45;305.00;-1.19;0.38 +10487;4;5113.50;10.30;307.50;1.71;0.38 +10487;5;5107.50;10.50;309.50;3.92;0.38 +10487;6;5112.00;10.25;312.00;2.76;0.38 +10487;7;5109.50;10.20;313.50;3.21;0.38 +10487;9;5106.58;10.50;307.00;1.57;0.38 +10487;10;5113.42;10.31;307.00;-1.57;0.38 +10487;19;5117.00;9.60;313.00;-3.52;0.38 +10487;20;5118.32;9.60;314.13;2.27;0.38 10487;21;5106.58;10.50;307.00;1.57;0.38 +10488;0;3915.00;13.87;1336.00;0.00;0.48 +10488;1;3915.50;12.30;1332.50;0.14;0.48 +10488;2;3910.00;13.12;1334.00;-1.19;0.48 +10488;3;3921.50;12.40;1334.50;1.34;0.48 +10488;4;3924.00;12.52;1336.00;1.57;0.48 +10488;5;3921.00;13.65;1338.50;1.96;0.48 +10488;6;3908.50;16.30;1340.00;4.16;0.48 +10488;7;3914.00;15.67;1340.00;3.38;0.48 +10488;9;3908.88;14.36;1336.00;1.57;0.48 +10488;10;3921.12;12.90;1336.00;-1.57;0.48 10488;21;3921.12;12.90;1336.00;-1.57;0.48 +10489;0;1546.00;9.60;1317.00;0.00;0.34 +10489;1;1547.00;9.60;1313.00;0.24;0.34 +10489;2;1549.00;9.70;1318.00;1.89;0.34 +10489;3;1543.00;9.50;1315.50;-1.10;0.34 +10489;4;1542.50;9.60;1318.50;4.30;0.34 +10489;5;1544.00;9.67;1321.00;3.60;0.34 +10489;9;1542.94;9.60;1317.00;1.57;0.34 +10489;10;1549.06;9.70;1317.00;-1.57;0.34 +10489;19;1542.00;9.50;1313.00;-1.11;0.34 +10489;20;1540.76;9.50;1311.76;-0.78;0.34 10489;21;1542.94;9.60;1317.00;1.57;0.34 +10490;0;4374.00;13.40;1254.00;0.00;0.60 +10490;1;4371.00;15.20;1248.00;-0.46;0.60 +10490;2;4376.00;14.15;1250.50;0.51;0.60 +10490;3;4366.50;14.40;1250.00;-1.08;0.60 +10490;4;4383.00;14.45;1253.50;1.51;0.60 +10490;5;4368.50;14.05;1256.00;4.36;0.60 +10490;6;4381.00;12.77;1258.00;2.09;0.60 +10490;7;2186.50;10.10;626.50;-1.29;0.60 +10490;8;4376.00;10.90;1261.00;2.86;0.60 +10490;9;4367.16;14.55;1254.00;1.57;0.60 +10490;10;4380.84;13.75;1254.00;-1.57;0.60 10490;21;4367.16;14.55;1254.00;1.57;0.60 +10491;0;4547.00;10.32;529.00;0.00;0.20 +10491;1;4544.00;12.20;527.00;-0.98;0.20 +10491;2;4547.50;10.35;527.00;0.24;0.20 +10491;3;4551.00;10.70;528.00;1.32;0.20 +10491;4;4544.00;11.25;529.50;4.54;0.20 +10491;5;4550.00;10.07;530.00;1.89;0.20 +10491;6;4547.50;9.95;532.00;2.97;0.20 +10491;9;4543.58;11.77;529.00;1.57;0.20 +10491;10;4550.42;10.33;529.00;-1.57;0.20 10491;21;4543.58;11.77;529.00;1.57;0.20 +10492;0;1495.00;10.32;1407.00;0.00;0.30 +10492;1;1494.00;10.40;1402.00;-0.19;0.30 +10492;2;1497.00;10.40;1402.50;0.41;0.30 +10492;3;1492.00;9.95;1408.00;4.39;0.30 +10492;4;1498.50;10.40;1407.00;1.57;0.30 +10492;5;1496.50;9.90;1412.50;2.87;0.30 +10492;6;1494.00;9.90;1412.50;3.32;0.30 +10492;9;1492.30;10.03;1407.00;1.57;0.30 +10492;10;1497.70;10.40;1407.00;-1.57;0.30 10492;21;1492.30;10.03;1407.00;1.57;0.30 +10493;0;3206.00;10.57;1671.00;0.00;0.28 +10493;1;3204.50;10.50;1668.50;-0.54;0.28 +10493;2;3207.00;10.60;1667.50;0.27;0.28 +10493;3;3208.50;10.60;1668.50;0.78;0.28 +10493;4;3208.50;10.60;1671.50;1.76;0.28 +10493;5;3203.00;10.47;1672.00;4.39;0.28 +10493;6;3203.50;10.40;1674.00;3.83;0.28 +10493;7;3206.00;10.45;1674.50;3.14;0.28 +10493;9;3203.48;10.50;1671.00;1.57;0.28 +10493;10;3208.52;10.60;1671.00;-1.57;0.28 10493;21;3203.48;10.50;1671.00;1.57;0.28 +10494;0;1604.00;9.80;955.00;0.00;0.36 +10494;1;1601.00;9.55;944.50;-0.27;0.36 +10494;2;1604.50;9.60;943.00;0.04;0.36 +10494;3;1607.00;9.75;953.00;0.98;0.36 +10494;4;1600.50;9.70;957.00;4.19;0.36 +10494;5;1604.50;9.80;964.50;3.08;0.36 +10494;9;1600.76;9.70;955.00;1.57;0.36 +10494;10;1607.24;9.80;955.00;-1.57;0.36 +10494;19;1597.38;9.30;957.39;-1.68;0.36 +10494;20;1595.73;9.30;957.98;4.36;0.36 10494;21;1607.24;9.80;955.00;-1.57;0.36 +10495;0;1530.00;10.82;1461.00;0.00;0.32 +10495;1;1532.50;10.50;1457.00;0.55;0.32 +10495;2;1529.00;10.70;1457.50;-0.27;0.32 +10495;3;1534.50;10.20;1458.50;1.06;0.32 +10495;4;1527.00;10.95;1461.50;4.54;0.32 +10495;5;1533.50;10.95;1462.00;1.84;0.32 +10495;6;1530.50;11.00;1465.50;3.03;0.32 +10495;7;1527.50;11.40;1466.00;3.60;0.32 +10495;9;1527.12;10.90;1461.00;1.57;0.32 +10495;10;1532.88;10.81;1461.00;-1.57;0.32 10495;21;1527.12;10.90;1461.00;1.57;0.32 +10496;0;4400.00;10.80;961.00;0.00;0.28 +10496;1;4400.50;10.25;957.00;0.12;0.28 +10496;2;4403.50;11.00;960.00;1.29;0.28 +10496;3;4397.00;10.75;960.50;-1.40;0.28 +10496;4;4402.00;11.90;964.50;2.62;0.28 +10496;5;4398.00;11.35;964.50;3.66;0.28 +10496;9;4397.48;10.80;961.00;1.57;0.28 +10496;10;4402.52;11.00;961.00;-1.57;0.28 10496;21;4397.48;10.80;961.00;1.57;0.28 +10497;0;3454.00;16.15;1290.00;0.00;0.32 +10497;1;3453.00;14.45;1286.50;-0.27;0.32 +10497;2;3450.50;14.00;1287.00;-0.86;0.32 +10497;3;3455.50;15.10;1287.00;0.46;0.32 +10497;4;3451.50;16.10;1290.50;4.51;0.32 +10497;5;3457.00;16.40;1290.50;1.73;0.32 +10497;6;3454.50;14.70;1293.50;3.00;0.32 +10497;7;3457.50;15.30;1293.50;2.35;0.32 +10497;9;3451.12;15.84;1290.00;1.57;0.32 +10497;10;3456.88;16.39;1290.00;-1.57;0.32 10497;21;3451.12;15.84;1290.00;1.57;0.32 +10498;0;1539.00;9.70;1233.00;0.00;0.36 +10498;1;1536.50;9.70;1230.50;-0.78;0.36 +10498;2;1543.50;9.70;1233.50;1.68;0.36 +10498;3;1536.50;9.60;1236.00;3.83;0.36 +10498;4;1541.00;9.70;1238.00;2.76;0.36 +10498;9;1534.32;9.70;1233.00;1.57;0.36 +10498;10;1543.68;9.70;1233.00;-1.57;0.36 +10498;19;1533.00;9.50;1229.00;-0.79;0.36 +10498;20;1531.54;9.50;1228.02;-0.98;0.36 10498;21;1543.68;9.70;1233.00;-1.57;0.36 +10499;0;4639.00;12.75;1386.00;0.00;0.38 +10499;1;4639.00;12.80;1383.50;0.00;0.38 +10499;2;4634.50;13.10;1381.50;-0.78;0.38 +10499;3;4635.50;12.90;1386.00;4.71;0.38 +10499;4;4643.50;12.45;1385.00;1.35;0.38 +10499;5;4644.50;12.50;1387.50;1.83;0.38 +10499;6;4641.50;13.00;1390.50;2.63;0.38 +10499;9;4634.86;12.90;1386.00;1.57;0.38 +10499;10;4643.14;12.48;1386.00;-1.57;0.38 10499;21;4634.86;12.90;1386.00;1.57;0.38 +10500;0;5134.00;11.12;209.00;0.00;0.34 +10500;1;5130.50;10.80;206.00;-0.86;0.34 +10500;2;5137.00;12.17;206.00;0.78;0.34 +10500;3;5140.50;13.45;209.00;1.57;0.34 +10500;4;5129.00;10.65;210.50;4.42;0.34 +10500;5;5134.50;10.85;212.00;2.97;0.34 +10500;6;5139.50;12.00;211.50;1.99;0.34 +10500;9;5129.32;10.68;209.00;1.57;0.34 +10500;10;5138.68;12.55;209.00;-1.57;0.34 10500;21;5129.32;10.68;209.00;1.57;0.34 +10501;0;4601.00;10.42;1106.00;0.00;0.26 +10501;1;4600.50;10.40;1102.00;-0.12;0.26 +10501;2;4603.50;10.30;1102.00;0.55;0.26 +10501;3;4598.50;10.40;1105.50;-1.37;0.26 +10501;4;4604.50;10.30;1105.00;1.29;0.26 +10501;5;4603.00;10.32;1109.00;2.55;0.26 +10501;6;4599.50;10.40;1109.50;3.54;0.26 +10501;9;4598.66;10.40;1106.00;1.57;0.26 +10501;10;4603.34;10.31;1106.00;-1.57;0.26 10501;21;4598.66;10.40;1106.00;1.57;0.26 +10502;0;1903.00;9.70;326.00;0.00;0.56 +10502;1;1898.50;9.70;320.00;-0.64;0.56 +10502;2;1896.50;9.70;322.50;-1.07;0.56 +10502;3;1905.50;9.70;323.50;0.78;0.56 +10502;4;1909.50;9.70;328.00;1.86;0.56 +10502;5;1899.50;9.70;329.00;4.00;0.56 +10502;6;1904.50;9.80;331.50;2.87;0.56 +10502;9;1897.60;9.65;326.00;1.57;0.56 +10502;10;1908.40;9.70;326.00;-1.57;0.56 +10502;19;1890.00;9.50;317.00;-1.08;0.56 +10502;20;1888.56;9.50;316.00;-0.96;0.56 10502;21;1897.60;9.65;326.00;1.57;0.56 +10503;0;4814.00;11.05;1418.00;0.00;0.32 +10503;1;4815.00;12.15;1415.50;0.38;0.32 +10503;2;4810.50;12.10;1415.00;-0.86;0.32 +10503;3;4810.00;10.75;1418.00;4.71;0.32 +10503;4;4819.00;12.00;1417.00;1.37;0.32 +10503;5;4816.00;10.90;1420.00;2.35;0.32 +10503;6;4811.50;10.40;1421.00;3.83;0.32 +10503;9;4810.40;10.75;1418.00;1.57;0.32 +10503;10;4817.60;11.61;1418.00;-1.57;0.32 10503;21;4810.40;10.75;1418.00;1.57;0.32 +10504;0;1306.00;10.37;1376.00;0.00;0.40 +10504;1;1308.50;10.35;1371.00;0.46;0.40 +10504;2;1303.50;10.30;1374.00;-0.89;0.40 +10504;3;1310.50;10.40;1375.50;1.46;0.40 +10504;4;1303.00;10.40;1379.00;3.92;0.40 +10504;5;1307.50;10.40;1380.50;2.82;0.40 +10504;9;1302.40;10.35;1376.00;1.57;0.40 +10504;10;1309.60;10.40;1376.00;-1.57;0.40 10504;21;1302.40;10.35;1376.00;1.57;0.40 +10505;0;5001.00;9.90;518.00;0.00;0.28 +10505;1;4999.50;9.60;514.50;-0.40;0.28 +10505;2;5003.50;9.90;513.50;0.50;0.28 +10505;3;5003.50;10.20;519.50;2.11;0.28 +10505;4;4998.00;9.65;520.50;4.01;0.28 +10505;5;5001.00;9.90;523.50;3.14;0.28 +10505;9;4998.48;9.70;518.00;1.57;0.28 +10505;10;5003.52;10.25;518.00;-1.57;0.28 +10505;19;4994.00;9.50;517.00;-0.40;0.28 +10505;20;4992.26;9.50;516.75;-1.42;0.28 10505;21;4998.48;9.70;518.00;1.57;0.28 +10506;0;3906.00;10.62;1405.00;0.00;0.48 +10506;1;3903.50;10.65;1400.00;-0.46;0.48 +10506;2;3911.00;10.60;1404.00;1.37;0.48 +10506;3;3900.50;10.70;1406.50;4.44;0.48 +10506;4;3908.50;10.60;1410.50;2.71;0.48 +10506;5;3902.50;10.60;1411.00;3.67;0.48 +10506;9;3900.96;10.70;1405.00;1.57;0.48 +10506;10;3911.04;10.60;1405.00;-1.57;0.48 10506;21;3900.96;10.70;1405.00;1.57;0.48 +10507;0;4555.00;14.42;1312.00;0.00;0.32 +10507;1;4555.00;15.90;1309.00;0.00;0.32 +10507;2;4550.50;15.00;1310.00;-1.15;0.32 +10507;3;4558.00;15.02;1309.00;0.78;0.32 +10507;4;4559.00;15.00;1310.50;1.21;0.32 +10507;5;4549.50;14.25;1313.00;4.53;0.32 +10507;6;4558.50;14.60;1314.00;2.09;0.32 +10507;7;4553.00;14.00;1314.50;3.81;0.32 +10507;9;4550.68;14.55;1312.00;1.57;0.32 +10507;10;4559.32;14.68;1312.00;-1.57;0.32 10507;21;4550.68;14.55;1312.00;1.57;0.32 +10508;0;3867.00;10.40;1433.00;0.00;0.58 +10508;1;3869.50;10.55;1426.00;0.34;0.58 +10508;2;3873.00;10.30;1432.50;1.48;0.58 +10508;3;3864.00;10.22;1428.00;-0.54;0.58 +10508;4;3860.00;10.30;1430.50;-1.22;0.58 +10508;5;3859.00;10.30;1435.00;4.46;0.58 +10508;6;3865.00;10.40;1439.00;3.46;0.58 +10508;7;3872.00;10.40;1440.00;2.52;0.58 +10508;9;3861.24;10.35;1433.00;1.57;0.58 +10508;10;3872.76;10.30;1433.00;-1.57;0.58 10508;21;3861.24;10.35;1433.00;1.57;0.58 +10509;0;4322.00;11.85;723.00;0.00;0.32 +10509;1;4321.50;12.60;719.50;-0.14;0.32 +10509;2;4326.00;11.95;720.50;1.01;0.32 +10509;3;4317.00;13.20;722.50;-1.47;0.32 +10509;4;4324.50;10.50;725.50;2.35;0.32 +10509;5;4319.00;12.05;726.50;3.85;0.32 +10509;9;4317.68;13.12;723.00;1.57;0.32 +10509;10;4326.32;11.08;723.00;-1.57;0.32 +10509;19;4322.00;10.05;728.00;-3.93;0.32 +10509;20;4322.00;10.05;729.75;3.14;0.32 10509;21;4317.68;13.12;723.00;1.57;0.32 +10510;0;3693.00;12.20;1296.00;0.00;0.46 +10510;1;3691.00;12.95;1292.00;-0.46;0.46 +10510;2;3699.50;12.60;1295.00;1.41;0.46 +10510;3;3682.50;12.50;1294.00;-1.38;0.46 +10510;4;3685.00;12.50;1296.50;4.65;0.46 +10510;5;3693.50;11.30;1300.50;3.03;0.46 +10510;6;3699.50;12.10;1300.50;2.17;0.46 +10510;9;3686.34;12.60;1296.00;1.57;0.46 +10510;10;3699.66;12.56;1296.00;-1.57;0.46 10510;21;3686.34;12.60;1296.00;1.57;0.46 +10511;0;4043.00;10.30;959.00;0.00;0.34 +10511;1;4042.00;10.45;956.50;-0.38;0.34 +10511;2;4046.50;10.25;956.00;0.86;0.34 +10511;3;4047.00;10.10;960.00;1.81;0.34 +10511;4;4038.50;10.50;960.00;4.49;0.34 +10511;5;4041.50;10.40;963.50;3.46;0.34 +10511;9;4039.40;10.50;959.00;1.57;0.34 +10511;10;4046.60;10.14;959.00;-1.57;0.34 10511;21;4039.40;10.50;959.00;1.57;0.34 +10512;0;5025.00;11.95;1379.00;0.00;0.34 +10512;1;5022.50;10.20;1375.00;-0.55;0.34 +10512;2;5027.00;12.20;1377.50;0.92;0.34 +10512;3;5021.00;10.20;1378.00;-1.32;0.34 +10512;4;5031.50;13.10;1380.00;1.72;0.34 +10512;5;5021.50;10.70;1381.50;4.09;0.34 +10512;6;5026.50;12.75;1382.00;2.67;0.34 +10512;9;5021.04;10.28;1379.00;1.57;0.34 +10512;10;5028.96;12.71;1379.00;-1.57;0.34 +10512;19;5021.00;9.50;1372.00;-0.56;0.34 +10512;20;5020.13;9.50;1370.48;-0.51;0.34 10512;21;5021.04;10.28;1379.00;1.57;0.34 +10513;0;2079.00;12.20;490.00;0.00;0.34 +10513;1;2074.50;11.80;486.50;-0.91;0.34 +10513;2;2081.50;11.90;488.00;0.89;0.34 +10513;3;2074.00;11.82;490.00;4.71;0.34 +10513;4;2079.00;12.65;493.50;3.14;0.34 +10513;5;2084.50;12.90;493.00;2.07;0.34 +10513;9;2074.50;11.85;490.00;1.57;0.34 +10513;10;2083.50;12.35;490.00;-1.57;0.34 10513;21;2074.50;11.85;490.00;1.57;0.34 +10514;0;4254.00;11.22;1049.00;0.00;0.36 +10514;1;4254.50;11.60;1045.50;0.14;0.36 +10514;2;4249.00;11.12;1049.00;4.71;0.36 +10514;3;4259.00;12.47;1049.00;1.57;0.36 +10514;4;4251.50;10.95;1053.00;3.70;0.36 +10514;5;4256.00;11.85;1053.00;2.67;0.36 +10514;9;4250.40;11.01;1049.00;1.57;0.36 +10514;10;4257.60;12.17;1049.00;-1.57;0.36 10514;21;4250.40;11.01;1049.00;1.57;0.36 +10515;0;1876.00;9.70;317.00;0.00;0.66 +10515;1;1880.00;9.70;308.50;0.44;0.66 +10515;2;1881.50;9.70;314.00;1.07;0.66 +10515;3;1873.50;9.70;313.50;-0.62;0.66 +10515;4;1866.50;9.70;317.00;4.71;0.66 +10515;5;1872.00;9.70;321.00;3.92;0.66 +10515;6;1880.00;9.70;321.50;2.41;0.66 +10515;9;1869.88;9.70;317.00;1.57;0.66 +10515;10;1882.12;9.70;317.00;-1.57;0.66 +10515;19;1885.00;9.55;312.00;1.07;0.66 +10515;20;1886.53;9.55;311.15;1.06;0.66 10515;21;1869.88;9.70;317.00;1.57;0.66 +10516;0;1348.00;11.75;1547.00;0.00;0.28 +10516;1;1347.50;11.40;1544.00;-0.16;0.28 +10516;2;1353.00;11.10;1546.50;1.47;0.28 +10516;3;1342.50;10.95;1547.00;4.71;0.28 +10516;4;1346.00;12.05;1550.50;3.66;0.28 +10516;5;1352.00;10.85;1550.50;2.29;0.28 +10516;9;1343.32;11.19;1547.00;1.57;0.28 +10516;10;1352.68;11.05;1547.00;-1.57;0.28 10516;21;1343.32;11.19;1547.00;1.57;0.28 +10517;0;4552.00;9.95;1116.00;0.00;0.32 +10517;1;4554.00;10.30;1113.00;0.58;0.32 +10517;2;4550.00;10.35;1113.50;-0.67;0.32 +10517;3;4547.00;10.10;1115.50;-1.47;0.32 +10517;4;4556.50;9.75;1117.00;1.78;0.32 +10517;5;4546.50;9.90;1118.00;4.36;0.32 +10517;6;4550.00;9.80;1119.50;3.66;0.32 +10517;7;2275.50;9.50;557.50;-1.33;0.32 +10517;9;4548.22;10.08;1116.00;1.57;0.32 +10517;10;4555.78;9.90;1116.00;-1.57;0.32 10517;21;4548.22;10.08;1116.00;1.57;0.32 +10518;0;4897.00;10.27;426.00;0.00;0.32 +10518;1;4895.50;10.40;423.00;-0.46;0.32 +10518;2;4900.50;10.40;424.00;1.05;0.32 +10518;3;4894.50;10.00;427.50;4.17;0.32 +10518;4;4901.00;10.35;427.00;1.81;0.32 +10518;5;4900.00;9.97;430.00;2.49;0.32 +10518;6;4898.00;10.07;431.00;2.94;0.32 +10518;9;4893.40;10.05;426.00;1.57;0.32 +10518;10;4900.60;10.40;426.00;-1.57;0.32 10518;21;4893.40;10.05;426.00;1.57;0.32 +10519;0;4858.00;11.77;1438.00;0.00;0.36 +10519;1;4856.00;10.85;1434.50;-0.51;0.36 +10519;2;4861.00;11.10;1435.50;0.87;0.36 +10519;3;4854.00;11.65;1438.50;4.58;0.36 +10519;4;4861.50;11.80;1439.50;1.97;0.36 +10519;5;4857.00;12.10;1441.50;3.42;0.36 +10519;6;4860.50;12.00;1441.50;2.52;0.36 +10519;9;4854.76;11.52;1438.00;1.57;0.36 +10519;10;4861.24;11.70;1438.00;-1.57;0.36 10519;21;4854.76;11.52;1438.00;1.57;0.36 +10520;0;1439.00;10.25;1378.00;0.00;0.30 +10520;1;1437.00;9.70;1372.50;-0.34;0.30 +10520;2;1440.00;10.27;1377.00;0.78;0.30 +10520;3;1436.50;9.95;1379.00;4.33;0.30 +10520;4;1442.00;10.30;1381.00;2.35;0.30 +10520;5;1438.50;10.30;1382.50;3.25;0.30 +10520;6;1441.00;10.30;1384.00;2.82;0.30 +10520;9;1436.30;9.77;1378.00;1.57;0.30 +10520;10;1441.70;10.30;1378.00;-1.57;0.30 +10520;19;1436.00;9.50;1369.00;-0.35;0.30 +10520;20;1435.44;9.50;1367.34;-0.32;0.30 10520;21;1436.30;9.77;1378.00;1.57;0.30 +10521;0;4900.00;10.35;1470.00;0.00;0.36 +10521;1;4898.50;10.65;1465.00;-0.29;0.36 +10521;2;4902.00;10.40;1466.00;0.46;0.36 +10521;3;4896.50;10.55;1467.00;-0.86;0.36 +10521;4;4904.00;10.30;1468.50;1.21;0.36 +10521;5;4896.50;10.20;1470.50;4.57;0.36 +10521;6;4903.00;10.40;1472.50;2.26;0.36 +10521;7;4899.50;10.30;1475.00;3.24;0.36 +10521;9;4896.76;10.27;1470.00;1.57;0.36 +10521;10;4903.24;10.30;1470.00;-1.57;0.36 10521;21;4896.76;10.27;1470.00;1.57;0.36 +10522;0;4353.00;11.62;676.00;0.00;0.38 +10522;1;4349.50;9.65;674.00;-1.05;0.38 +10522;2;4354.50;11.30;672.00;0.35;0.38 +10522;3;4359.00;11.55;673.00;1.10;0.38 +10522;4;4356.00;12.15;677.50;2.03;0.38 +10522;5;4349.00;10.92;679.00;4.06;0.38 +10522;6;4352.50;12.60;681.00;3.24;0.38 +10522;9;4348.86;9.77;676.00;1.57;0.38 +10522;10;4357.14;12.30;676.00;-1.57;0.38 +10522;19;4349.00;9.50;673.00;-1.05;0.38 +10522;20;4347.60;9.50;671.95;-0.92;0.38 10522;21;4348.86;9.77;676.00;1.57;0.38 +10523;0;3563.00;14.67;1251.00;0.00;0.34 +10523;1;3563.50;14.40;1247.00;0.12;0.34 +10523;2;3568.50;15.15;1250.00;1.39;0.34 +10523;3;3558.00;14.52;1251.00;4.71;0.34 +10523;4;3562.50;14.50;1254.50;3.28;0.34 +10523;5;3556.50;14.55;1255.00;4.16;0.34 +10523;9;3558.68;14.50;1251.00;1.57;0.34 +10523;10;3567.32;15.08;1251.00;-1.57;0.34 10523;21;3558.68;14.50;1251.00;1.57;0.34 +10524;0;4497.00;10.72;1635.00;0.00;0.60 +10524;1;2248.00;9.50;817.00;-1.22;0.60 +10524;2;4494.50;10.80;1625.50;-0.25;0.60 +10524;3;4492.00;10.72;1638.00;4.17;0.60 +10524;4;4500.50;11.00;1640.50;2.57;0.60 +10524;5;4492.00;10.70;1645.00;3.60;0.60 +10524;6;4495.50;10.90;1646.50;3.27;0.60 +10524;9;4491.60;10.80;1635.00;1.57;0.60 +10524;10;4502.40;11.19;1635.00;-1.57;0.60 10524;21;4491.60;10.80;1635.00;1.57;0.60 +10525;0;3231.00;12.10;285.00;0.00;0.96 +10525;1;3223.00;12.32;274.00;-0.62;0.96 +10525;2;3234.50;12.10;280.00;0.61;0.96 +10525;3;3225.00;12.45;287.50;4.31;0.96 +10525;4;3244.50;11.80;287.00;1.71;0.96 +10525;5;3241.50;11.90;292.50;2.19;0.96 +10525;6;3236.00;12.00;297.50;2.76;0.96 +10525;9;3220.56;12.59;285.00;1.57;0.96 +10525;10;3241.44;11.80;285.00;-1.57;0.96 10525;21;3220.56;12.59;285.00;1.57;0.96 +10526;0;1376.00;10.22;1627.00;0.00;0.38 +10526;1;1373.50;10.50;1624.50;-0.78;0.38 +10526;2;1379.50;10.25;1622.00;0.61;0.38 +10526;3;1380.00;10.20;1626.00;1.32;0.38 +10526;4;1373.00;10.20;1630.50;3.85;0.38 +10526;5;1378.50;10.20;1631.00;2.58;0.38 +10526;9;1372.22;10.39;1627.00;1.57;0.38 +10526;10;1379.78;10.20;1627.00;-1.57;0.38 10526;21;1372.22;10.39;1627.00;1.57;0.38 +10527;0;1050.00;10.95;2032.00;0.00;0.92 +10527;1;1048.00;10.90;2023.00;-0.21;0.92 +10527;2;1072.00;9.50;2028.00;1.39;0.92 +10527;3;1081.50;10.25;2034.00;1.63;0.92 +10527;4;1067.50;11.05;2030.00;1.45;0.92 +10527;5;1021.50;10.80;2036.00;4.57;0.92 +10527;9;1027.50;10.85;2032.00;1.57;0.92 +10527;10;1072.50;10.70;2032.00;-1.57;0.92 10527;21;1027.50;10.85;2032.00;1.57;0.92 +10528;0;4468.00;12.77;1547.00;0.00;0.56 +10528;1;4461.50;12.60;1542.50;-0.96;0.56 +10528;2;4468.50;12.55;1542.00;0.10;0.56 +10528;3;4474.50;12.75;1548.00;1.72;0.56 +10528;4;2233.50;9.80;773.00;-1.23;0.56 +10528;5;4472.00;12.90;1553.00;2.55;0.56 +10528;9;4461.70;12.24;1547.00;1.57;0.56 +10528;10;4474.30;12.86;1547.00;-1.57;0.56 10528;21;4461.70;12.24;1547.00;1.57;0.56 +10529;0;3996.00;10.30;1705.00;0.00;0.70 +10529;1;3988.50;10.40;1700.00;-0.98;0.70 +10529;2;3996.00;10.17;1697.00;0.00;0.70 +10529;3;4002.00;10.35;1702.00;1.10;0.70 +10529;4;3987.00;10.40;1704.50;-1.51;0.70 +10529;5;3991.50;10.10;1709.00;3.98;0.70 +10529;6;4003.50;10.30;1709.50;2.11;0.70 +10529;7;4001.00;10.37;1714.00;2.63;0.70 +10529;8;3998.00;10.40;1715.00;2.94;0.70 +10529;9;3989.70;10.39;1705.00;1.57;0.70 +10529;10;4002.30;10.21;1705.00;-1.57;0.70 10529;21;3989.70;10.39;1705.00;1.57;0.70 +10530;0;3930.00;16.90;1350.00;0.00;0.48 +10530;1;3928.50;15.50;1345.50;-0.32;0.48 +10530;2;3934.00;15.30;1346.50;0.85;0.48 +10530;3;3933.50;16.00;1352.50;2.19;0.48 +10530;4;3927.00;16.20;1353.00;3.92;0.48 +10530;9;3925.68;16.95;1350.00;1.57;0.48 +10530;10;3934.32;16.66;1350.00;-1.57;0.48 10530;21;3934.32;16.66;1350.00;-1.57;0.48 +10531;0;4138.00;13.80;1534.00;0.00;0.76 +10531;1;4133.50;13.40;1527.50;-0.60;0.76 +10531;2;4143.50;12.90;1528.50;0.78;0.76 +10531;3;4129.00;13.67;1531.00;-1.24;0.76 +10531;4;4145.00;13.05;1536.50;1.91;0.76 +10531;5;4130.00;13.10;1536.50;4.41;0.76 +10531;6;4135.00;12.72;1542.00;3.50;0.76 +10531;7;4141.50;12.65;1542.00;2.72;0.76 +10531;9;4130.62;13.30;1534.00;1.57;0.76 +10531;10;4145.38;13.11;1534.00;-1.57;0.76 10531;21;4130.62;13.30;1534.00;1.57;0.76 +10532;0;1248.00;11.40;1530.00;0.00;0.50 +10532;1;1244.00;11.45;1524.00;-0.58;0.50 +10532;2;1251.50;11.30;1524.50;0.56;0.50 +10532;3;1241.50;11.60;1530.00;4.71;0.50 +10532;4;1254.50;11.20;1531.00;1.72;0.50 +10532;5;1242.50;11.60;1536.50;3.84;0.50 +10532;6;1247.50;11.40;1536.00;3.22;0.50 +10532;9;1242.78;11.57;1530.00;1.57;0.50 +10532;10;1253.22;11.21;1530.00;-1.57;0.50 10532;21;1242.78;11.57;1530.00;1.57;0.50 +10533;0;4063.00;10.25;1737.00;0.00;0.76 +10533;1;4061.00;10.20;1728.50;-0.23;0.76 +10533;2;4069.50;10.30;1734.50;1.20;0.76 +10533;3;4053.00;10.30;1731.00;-1.03;0.76 +10533;4;4056.00;10.15;1739.50;4.36;0.76 +10533;5;4074.00;10.17;1742.00;1.99;0.76 +10533;6;4066.50;10.00;1745.00;2.72;0.76 +10533;9;4054.72;10.30;1737.00;1.57;0.76 +10533;10;4071.28;10.01;1737.00;-1.57;0.76 10533;21;4054.72;10.30;1737.00;1.57;0.76 +10534;0;1845.00;10.20;1762.00;0.00;0.80 +10534;1;1843.50;9.90;1752.50;-0.15;0.80 +10534;2;1854.00;9.80;1753.00;0.78;0.80 +10534;3;1835.00;10.45;1762.50;4.66;0.80 +10534;4;1855.00;10.30;1762.50;1.62;0.80 +10534;5;1845.50;10.50;1772.00;3.09;0.80 +10534;9;1837.26;10.40;1762.00;1.57;0.80 +10534;10;1852.74;10.25;1762.00;-1.57;0.80 +10534;19;1832.00;9.50;1746.00;-0.16;0.80 +10534;20;1830.89;9.50;1744.64;-0.68;0.80 10534;21;1837.26;10.40;1762.00;1.57;0.80 +10535;0;1117.00;14.92;1552.00;0.00;0.40 +10535;1;1117.50;15.20;1547.50;0.11;0.40 +10535;2;1110.00;15.80;1549.50;-1.22;0.40 +10535;3;1125.00;15.75;1553.50;1.75;0.40 +10535;4;1110.00;15.40;1554.50;4.36;0.40 +10535;5;1113.00;15.35;1556.50;3.86;0.40 +10535;6;1120.50;15.20;1556.50;2.48;0.40 +10535;9;1111.42;15.55;1552.00;1.57;0.40 +10535;10;1122.58;15.36;1552.00;-1.57;0.40 10535;21;1111.42;15.55;1552.00;1.57;0.40 +10536;0;3993.00;9.75;1872.00;0.00;1.14 +10536;1;3989.50;9.80;1858.00;-0.24;1.14 +10536;2;3981.50;9.70;1858.00;-0.68;1.14 +10536;3;4001.50;9.70;1870.00;1.34;1.14 +10536;4;3981.50;9.80;1869.50;-1.35;1.14 +10536;5;3993.00;9.80;1882.50;3.14;1.14 +10536;6;4006.50;9.70;1884.50;2.31;1.14 +10536;9;3982.74;9.80;1872.00;1.57;1.14 +10536;10;4003.26;9.70;1872.00;-1.57;1.14 10536;21;3982.74;9.80;1872.00;1.57;1.14 +10537;0;4070.00;9.80;1593.00;0.00;0.56 +10537;1;4071.00;9.82;1588.00;0.19;0.56 +10537;2;4079.50;9.90;1589.50;1.21;0.56 +10537;3;4061.00;9.95;1591.50;-1.40;0.56 +10537;4;4076.50;10.10;1595.00;1.86;0.56 +10537;5;4063.50;10.00;1597.00;4.16;0.56 +10537;6;4070.50;10.25;1600.00;3.07;0.56 +10537;9;4062.26;9.95;1593.00;1.57;0.56 +10537;10;4077.74;10.12;1593.00;-1.57;0.56 10537;21;4062.26;9.95;1593.00;1.57;0.56 +10538;0;3163.00;12.80;397.00;0.00;0.96 +10538;1;3172.00;12.70;377.50;0.43;0.96 +10538;2;3166.00;12.70;380.50;0.18;0.96 +10538;3;3176.50;12.80;383.50;0.78;0.96 +10538;4;3159.50;12.70;388.00;-0.37;0.96 +10538;5;3165.50;12.80;402.00;2.67;0.96 +10538;6;3155.50;12.80;406.50;3.81;0.96 +10538;7;3158.50;12.80;419.50;3.33;0.96 +10538;9;3154.36;12.80;397.00;1.57;0.96 +10538;10;3171.64;12.80;397.00;-1.57;0.96 10538;21;3154.36;12.80;397.00;1.57;0.96 +10539;0;4219.00;17.62;1480.00;0.00;0.52 +10539;1;4212.50;16.50;1474.50;-0.86;0.52 +10539;2;4222.00;16.65;1475.50;0.58;0.52 +10539;3;4212.00;16.80;1482.50;4.36;0.52 +10539;4;4228.00;13.90;1481.50;1.73;0.52 +10539;5;4221.50;15.90;1485.50;2.71;0.52 +10539;9;4211.80;16.50;1480.00;1.57;0.52 +10539;10;4226.20;14.46;1480.00;-1.57;0.52 10539;21;4211.80;16.50;1480.00;1.57;0.52 +10540;0;5296.00;11.90;1842.00;0.00;3.16 +10540;1;5305.50;9.75;1811.00;0.29;3.16 +10540;2;5287.00;11.30;1814.50;-0.31;3.16 +10540;3;5262.00;12.15;1823.50;-1.07;3.16 +10540;4;5324.00;10.22;1831.00;1.19;3.16 +10540;5;5253.50;11.20;1841.00;-1.54;3.16 +10540;6;5329.00;10.80;1843.00;1.60;3.16 +10540;7;5277.50;12.10;1858.00;3.99;3.16 +10540;8;5325.50;11.30;1862.50;2.17;3.16 +10540;9;5266.48;11.30;1842.00;1.57;3.16 +10540;10;5325.52;10.65;1842.00;-1.57;3.16 +10540;19;5270.00;9.57;1788.00;-0.32;3.16 +10540;20;5269.24;9.57;1786.42;-0.44;3.16 10540;21;5266.48;11.30;1842.00;1.57;3.16 +10541;0;4704.00;11.85;1575.00;0.00;0.54 +10541;1;4696.50;11.50;1568.50;-0.85;0.54 +10541;2;4706.00;11.70;1570.50;0.41;0.54 +10541;3;4696.00;11.35;1574.50;-1.50;0.54 +10541;4;4713.50;11.15;1577.00;1.77;0.54 +10541;5;4707.50;11.30;1580.50;2.57;0.54 +10541;9;4695.36;11.28;1575.00;1.57;0.54 +10541;10;4712.64;11.25;1575.00;-1.57;0.54 10541;21;4695.36;11.28;1575.00;1.57;0.54 +10542;0;3826.00;9.75;1649.00;0.00;0.36 +10542;1;3823.00;9.80;1645.50;-0.70;0.36 +10542;2;3830.00;9.80;1647.50;1.21;0.36 +10542;3;3820.50;10.30;1649.50;4.62;0.36 +10542;4;3833.50;9.80;1651.50;1.89;0.36 +10542;5;3828.50;9.70;1652.50;2.52;0.36 +10542;9;3820.60;10.14;1649.00;1.57;0.36 +10542;10;3831.40;9.80;1649.00;-1.57;0.36 10542;21;3820.60;10.14;1649.00;1.57;0.36 +10543;0;4394.00;13.80;1560.00;0.00;0.66 +10543;1;4390.00;15.20;1554.00;-0.58;0.66 +10543;2;4401.00;13.62;1555.00;0.95;0.66 +10543;3;4384.50;15.60;1561.00;4.60;0.66 +10543;4;4404.50;13.30;1561.50;1.71;0.66 +10543;5;4397.50;14.55;1566.00;2.61;0.66 +10543;6;4391.00;15.05;1566.50;3.57;0.66 +10543;9;4385.72;15.21;1560.00;1.57;0.66 +10543;10;4402.28;13.07;1560.00;-1.57;0.66 10543;21;4385.72;15.21;1560.00;1.57;0.66 +10544;0;4268.00;10.75;1709.00;0.00;0.68 +10544;1;4260.50;10.50;1701.00;-0.75;0.68 +10544;2;4256.50;10.45;1705.00;-1.23;0.68 +10544;3;4266.00;10.50;1702.00;-0.27;0.68 +10544;4;4276.00;10.57;1703.00;0.92;0.68 +10544;5;4281.50;10.95;1710.00;1.64;0.68 +10544;6;4260.00;10.90;1714.50;4.11;0.68 +10544;7;4274.50;11.25;1716.00;2.39;0.68 +10544;9;4257.56;10.60;1709.00;1.57;0.68 +10544;10;4278.44;10.90;1709.00;-1.57;0.68 10544;21;4257.56;10.60;1709.00;1.57;0.68 +10545;0;4161.00;13.35;1358.00;0.00;0.46 +10545;1;4161.00;14.10;1354.00;0.00;0.46 +10545;2;4169.00;13.10;1359.50;1.75;0.46 +10545;3;4149.50;12.80;1357.00;-1.48;0.46 +10545;4;4149.50;13.00;1360.00;4.54;0.46 +10545;5;4158.50;12.85;1362.00;3.70;0.46 +10545;6;4167.00;13.32;1364.00;2.35;0.46 +10545;9;4152.90;12.94;1358.00;1.57;0.46 +10545;10;4169.10;13.35;1358.00;-1.57;0.46 10545;21;4152.90;12.94;1358.00;1.57;0.46 +10546;0;4071.00;9.90;1573.00;0.00;0.50 +10546;1;4064.50;9.80;1569.50;-1.07;0.50 +10546;2;4073.50;10.00;1568.50;0.50;0.50 +10546;3;4080.50;10.00;1573.50;1.62;0.50 +10546;4;4063.00;9.80;1576.00;4.35;0.50 +10546;5;4071.50;9.90;1578.00;3.04;0.50 +10546;9;4063.80;9.80;1573.00;1.57;0.50 +10546;10;4078.20;10.00;1573.00;-1.57;0.50 10546;21;4063.80;9.80;1573.00;1.57;0.50 +10547;0;4017.00;10.60;1398.00;0.00;0.56 +10547;1;4017.00;10.65;1391.50;0.00;0.56 +10547;2;4023.50;10.90;1395.00;1.13;0.56 +10547;3;4010.00;10.50;1397.00;-1.42;0.56 +10547;4;4022.50;10.70;1402.50;2.25;0.56 +10547;5;4014.00;10.50;1404.00;3.60;0.56 +10547;9;4011.24;10.50;1398.00;1.57;0.56 +10547;10;4022.76;10.72;1398.00;-1.57;0.56 10547;21;4022.76;10.72;1398.00;-1.57;0.56 +10548;0;815.00;13.40;1824.00;0.00;1.16 +10548;1;804.50;9.50;1814.50;-0.83;1.16 +10548;2;817.50;12.75;1814.00;0.24;1.16 +10548;3;826.50;12.30;1817.50;1.05;1.16 +10548;4;826.00;12.35;1827.50;1.87;1.16 +10548;5;809.50;12.85;1833.00;3.69;1.16 +10548;6;819.50;12.80;1836.50;2.79;1.16 +10548;9;804.56;12.06;1824.00;1.57;1.16 +10548;10;825.44;12.30;1824.00;-1.57;1.16 +10548;19;799.00;9.50;1824.00;-0.84;1.16 +10548;20;797.25;9.50;1824.00;4.71;1.16 10548;21;804.56;12.06;1824.00;1.57;1.16 +10549;0;4361.00;12.40;1607.00;0.00;0.52 +10549;1;4365.00;12.82;1603.00;0.78;0.52 +10549;2;4358.00;13.20;1603.00;-0.64;0.52 +10549;3;4354.00;13.07;1609.00;4.43;0.52 +10549;4;4367.00;11.65;1609.50;1.96;0.52 +10549;5;4361.50;11.75;1612.00;3.04;0.52 +10549;9;4355.06;13.22;1607.00;1.57;0.52 +10549;10;4366.94;11.92;1607.00;-1.57;0.52 10549;21;4355.06;13.22;1607.00;1.57;0.52 +10550;0;4038.00;10.70;1434.00;0.00;0.50 +10550;1;4037.50;10.55;1429.00;-0.10;0.50 +10550;2;4046.00;10.65;1432.00;1.32;0.50 +10550;3;4029.00;11.02;1429.00;-1.06;0.50 +10550;4;4029.50;10.90;1434.50;4.65;0.50 +10550;5;4043.00;10.75;1438.50;2.30;0.50 +10550;6;2018.50;10.10;716.50;-1.22;0.50 +10550;9;4031.16;10.90;1434.00;1.57;0.50 +10550;10;4044.84;10.75;1434.00;-1.57;0.50 10550;21;4031.16;10.90;1434.00;1.57;0.50 +10551;0;3726.00;12.00;1805.00;0.00;0.78 +10551;1;3716.50;12.70;1802.00;-1.26;0.78 +10551;2;3726.50;13.30;1797.50;0.06;0.78 +10551;3;3735.00;13.80;1804.50;1.51;0.78 +10551;4;3721.00;11.20;1810.00;3.92;0.78 +10551;5;3730.50;13.90;1814.50;2.69;0.78 +10551;9;3718.26;12.16;1805.00;1.57;0.78 +10551;10;3733.74;14.02;1805.00;-1.57;0.78 10551;21;3718.26;12.16;1805.00;1.57;0.78 +10552;0;1104.00;12.27;1738.00;0.00;0.66 +10552;1;1100.00;12.70;1728.50;-0.39;0.66 +10552;2;1106.50;12.70;1728.50;0.25;0.66 +10552;3;1111.50;12.60;1728.00;0.64;0.66 +10552;4;1112.50;12.50;1736.50;1.39;0.66 +10552;5;1096.50;12.20;1738.00;4.71;0.66 +10552;6;1104.00;11.40;1748.50;3.14;0.66 +10552;7;1097.00;11.47;1748.00;3.75;0.66 +10552;9;1098.06;12.22;1738.00;1.57;0.66 +10552;10;1109.94;12.37;1738.00;-1.57;0.66 10552;21;1098.06;12.22;1738.00;1.57;0.66 +10553;0;5071.00;11.82;90.00;0.00;0.42 +10553;1;5068.50;11.70;85.50;-0.50;0.42 +10553;2;5074.00;11.57;88.00;0.98;0.42 +10553;3;5065.00;11.45;87.50;-1.17;0.42 +10553;4;5068.00;11.35;90.50;4.54;0.42 +10553;5;5075.50;12.70;92.50;2.07;0.42 +10553;6;5072.00;11.95;94.50;2.92;0.42 +10553;9;5066.68;11.31;90.00;1.57;0.42 +10553;10;5075.32;12.28;90.00;-1.57;0.42 10553;21;5066.68;11.31;90.00;1.57;0.42 +10554;0;4471.00;14.37;1507.00;0.00;0.74 +10554;1;4470.50;14.25;1498.00;-0.05;0.74 +10554;2;4465.00;14.30;1504.00;-1.10;0.74 +10554;3;4477.00;14.60;1503.50;1.04;0.74 +10554;4;4480.50;13.70;1509.50;1.82;0.74 +10554;5;4464.50;13.75;1513.00;3.96;0.74 +10554;6;4474.50;13.60;1513.50;2.64;0.74 +10554;9;4463.98;14.14;1507.00;1.57;0.74 +10554;10;4478.02;14.07;1507.00;-1.57;0.74 10554;21;4463.98;14.14;1507.00;1.57;0.74 +10555;0;4069.00;10.40;1644.00;0.00;0.48 +10555;1;4067.50;10.40;1638.50;-0.26;0.48 +10555;2;4074.00;10.37;1639.00;0.78;0.48 +10555;3;4063.00;10.40;1642.00;-1.24;0.48 +10555;4;4075.50;10.40;1644.00;1.57;0.48 +10555;5;4063.00;10.30;1646.50;4.31;0.48 +10555;6;4070.00;10.40;1649.50;2.96;0.48 +10555;9;4063.78;10.40;1644.00;1.57;0.48 +10555;10;4074.22;10.40;1644.00;-1.57;0.48 10555;21;4063.78;10.40;1644.00;1.57;0.48 +10556;0;1008.00;16.37;1607.00;0.00;0.64 +10556;1;1013.00;16.00;1599.00;0.55;0.64 +10556;2;1015.00;17.15;1605.00;1.29;0.64 +10556;3;1005.50;16.10;1602.50;-0.50;0.64 +10556;4;1000.00;15.00;1609.50;4.41;0.64 +10556;5;1013.50;18.40;1612.50;2.35;0.64 +10556;6;1006.00;16.90;1613.50;3.44;0.64 +10556;9;1001.52;15.10;1607.00;1.57;0.64 +10556;10;1014.48;17.84;1607.00;-1.57;0.64 10556;21;1001.52;15.10;1607.00;1.57;0.64 +10557;0;4593.00;10.75;1780.00;0.00;1.18 +10557;1;4598.00;10.40;1765.50;0.33;1.18 +10557;2;4586.00;10.40;1771.50;-0.68;1.18 +10557;3;4606.00;10.40;1773.50;1.10;1.18 +10557;4;4580.00;10.55;1784.50;4.37;1.18 +10557;5;4594.50;10.90;1790.00;2.99;1.18 +10557;9;4582.38;10.41;1780.00;1.57;1.18 +10557;10;4603.62;11.00;1780.00;-1.57;1.18 10557;21;4582.38;10.41;1780.00;1.57;1.18 +10558;0;4429.00;12.85;1365.00;0.00;0.64 +10558;1;4432.00;12.10;1358.50;0.43;0.64 +10558;2;4440.50;11.95;1359.00;1.09;0.64 +10558;3;4438.00;12.60;1364.50;1.51;0.64 +10558;4;4420.50;12.65;1362.00;-1.23;0.64 +10558;5;4420.00;12.95;1367.50;4.44;0.64 +10558;6;4430.00;13.50;1371.50;2.98;0.64 +10558;9;4420.72;12.83;1365.00;1.57;0.64 +10558;10;4437.28;12.66;1365.00;-1.57;0.64 10558;21;4420.72;12.83;1365.00;1.57;0.64 +10559;0;4675.00;11.37;1573.00;0.00;0.68 +10559;1;4674.50;11.40;1566.50;-0.07;0.68 +10559;2;4666.00;11.67;1567.00;-0.98;0.68 +10559;3;4681.50;11.00;1573.50;1.64;0.68 +10559;4;4666.00;11.85;1571.00;-1.35;0.68 +10559;5;4670.50;11.50;1576.00;4.12;0.68 +10559;6;4686.00;11.00;1580.00;2.13;0.68 +10559;7;4679.50;11.10;1581.00;2.62;0.68 +10559;9;4666.90;11.72;1573.00;1.57;0.68 +10559;10;4683.10;11.00;1573.00;-1.57;0.68 10559;21;4666.90;11.72;1573.00;1.57;0.68 +10560;0;4302.00;14.27;1403.00;0.00;0.60 +10560;1;4299.00;14.70;1395.50;-0.38;0.60 +10560;2;4306.50;14.60;1397.00;0.64;0.60 +10560;3;4295.00;13.80;1401.00;-1.29;0.60 +10560;4;4313.00;14.15;1402.00;1.48;0.60 +10560;5;4292.50;13.60;1407.50;4.27;0.60 +10560;6;4310.50;14.60;1406.50;1.96;0.60 +10560;7;4301.50;14.80;1408.00;3.24;0.60 +10560;9;4293.36;13.62;1403.00;1.57;0.60 +10560;10;4310.64;14.33;1403.00;-1.57;0.60 10560;21;4293.36;13.62;1403.00;1.57;0.60 +10561;0;4091.00;10.40;1810.00;0.00;0.72 +10561;1;4098.50;9.80;1801.00;0.69;0.72 +10561;2;4088.50;10.40;1804.00;-0.39;0.72 +10561;3;4102.00;10.45;1808.00;1.39;0.72 +10561;4;4078.00;9.92;1809.00;-1.49;0.72 +10561;5;4083.00;10.45;1816.00;4.06;0.72 +10561;6;4095.50;10.40;1817.50;2.60;0.72 +10561;9;4081.82;10.26;1810.00;1.57;0.72 +10561;10;4100.18;10.45;1810.00;-1.57;0.72 10561;21;4081.82;10.26;1810.00;1.57;0.72 +10562;0;4341.00;13.97;1592.00;0.00;0.52 +10562;1;4340.50;13.60;1586.50;-0.09;0.52 +10562;2;4347.50;14.50;1588.50;1.07;0.52 +10562;3;4333.50;13.60;1589.00;-1.19;0.52 +10562;4;4351.00;14.50;1591.50;1.52;0.52 +10562;5;4334.50;14.35;1595.00;4.28;0.52 +10562;6;4348.00;14.35;1595.50;2.03;0.52 +10562;7;4340.50;13.90;1598.00;3.22;0.52 +10562;9;4333.98;13.94;1592.00;1.57;0.52 +10562;10;4348.02;14.35;1592.00;-1.57;0.52 10562;21;4333.98;13.94;1592.00;1.57;0.52 +10563;0;4272.00;13.10;1461.00;0.00;0.62 +10563;1;4268.50;15.00;1455.00;-0.52;0.62 +10563;2;4276.00;14.02;1457.00;0.78;0.62 +10563;3;4264.50;14.30;1461.00;4.71;0.62 +10563;4;4281.00;14.25;1461.50;1.62;0.62 +10563;5;4275.50;13.10;1466.00;2.53;0.62 +10563;6;4266.50;13.30;1466.00;3.97;0.62 +10563;9;4265.52;14.14;1461.00;1.57;0.62 +10563;10;4278.48;13.69;1461.00;-1.57;0.62 10563;21;4265.52;14.14;1461.00;1.57;0.62 +10564;0;4051.00;9.70;1944.00;0.00;1.74 +10564;1;4054.00;9.70;1927.50;0.18;1.74 +10564;2;4069.50;9.70;1922.50;0.71;1.74 +10564;3;4070.50;9.70;1928.00;0.88;1.74 +10564;4;4060.50;9.70;1951.00;2.20;1.74 +10564;5;4034.50;9.70;1943.00;-1.51;1.74 +10564;6;4033.50;9.70;1961.00;3.94;1.74 +10564;9;4034.98;9.70;1944.00;1.57;1.74 +10564;10;4067.02;9.70;1944.00;-1.57;1.74 10564;21;4034.98;9.70;1944.00;1.57;1.74 +10565;0;4641.00;11.95;1617.00;0.00;0.64 +10565;1;4645.50;12.30;1611.50;0.68;0.64 +10565;2;4637.00;12.00;1612.50;-0.72;0.64 +10565;3;4645.50;12.00;1620.50;2.23;0.64 +10565;4;4633.50;11.50;1618.50;4.51;0.64 +10565;5;4636.00;11.77;1624.00;3.76;0.64 +10565;9;4634.34;11.62;1617.00;1.57;0.64 +10565;10;4647.66;12.36;1617.00;-1.57;0.64 10565;21;4634.34;11.62;1617.00;1.57;0.64 +10566;0;3294.00;10.85;251.00;0.00;0.54 +10566;1;3296.50;10.80;239.50;0.21;0.54 +10566;2;3299.00;10.52;250.00;1.37;0.54 +10566;3;3291.50;11.80;245.50;-0.42;0.54 +10566;4;3287.00;10.95;255.50;4.14;0.54 +10566;5;3291.50;10.60;260.00;3.41;0.54 +10566;9;3289.14;11.95;251.00;1.57;0.54 +10566;10;3298.86;10.56;251.00;-1.57;0.54 10566;21;3289.14;11.95;251.00;1.57;0.54 +10567;0;4718.00;11.40;1502.00;0.00;0.62 +10567;1;4718.00;11.35;1495.50;0.00;0.62 +10567;2;4709.50;12.00;1497.50;-1.08;0.62 +10567;3;4726.50;11.00;1498.50;1.18;0.62 +10567;4;4710.00;11.95;1503.50;4.52;0.62 +10567;5;4724.00;11.25;1507.00;2.26;0.62 +10567;6;4716.50;11.45;1510.00;3.32;0.62 +10567;9;4710.44;11.90;1502.00;1.57;0.62 +10567;10;4725.56;11.15;1502.00;-1.57;0.62 10567;21;4710.44;11.90;1502.00;1.57;0.62 +10568;0;3930.00;9.80;1615.00;0.00;0.52 +10568;1;3932.50;9.80;1610.50;0.50;0.52 +10568;2;3925.00;9.80;1610.50;-0.83;0.52 +10568;3;3938.50;9.80;1612.50;1.28;0.52 +10568;4;3922.50;9.80;1616.00;4.58;0.52 +10568;5;3933.50;9.80;1619.00;2.42;0.52 +10568;6;3926.00;9.80;1620.50;3.77;0.52 +10568;9;3924.06;9.80;1615.00;1.57;0.52 +10568;10;3935.94;9.80;1615.00;-1.57;0.52 10568;21;3924.06;9.80;1615.00;1.57;0.52 +10569;0;1269.00;10.70;1608.00;0.00;0.56 +10569;1;1272.50;10.70;1602.00;0.52;0.56 +10569;2;1274.50;10.70;1607.00;1.39;0.56 +10569;3;1266.50;10.70;1604.00;-0.55;0.56 +10569;4;1263.00;10.75;1608.00;4.71;0.56 +10569;5;1271.50;10.70;1613.50;2.71;0.56 +10569;6;1266.50;10.70;1614.00;3.53;0.56 +10569;9;1262.88;10.76;1608.00;1.57;0.56 +10569;10;1275.12;10.70;1608.00;-1.57;0.56 10569;21;1262.88;10.76;1608.00;1.57;0.56 +10570;0;4335.00;10.30;1663.00;0.00;0.58 +10570;1;4332.00;10.90;1655.50;-0.38;0.58 +10570;2;4338.50;10.75;1656.00;0.46;0.58 +10570;3;4329.00;10.80;1663.50;4.62;0.58 +10570;4;4341.50;10.20;1664.00;1.72;0.58 +10570;5;4334.00;10.20;1670.00;3.28;0.58 +10570;9;4329.78;10.81;1663.00;1.57;0.58 +10570;10;4340.22;10.22;1663.00;-1.57;0.58 10570;21;4329.78;10.81;1663.00;1.57;0.58 +10571;0;4984.00;9.70;1556.00;0.00;0.52 +10571;1;4982.00;9.72;1550.00;-0.32;0.52 +10571;2;4987.00;9.72;1553.00;0.78;0.52 +10571;3;4978.00;9.85;1553.50;-1.17;0.52 +10571;4;4982.00;9.75;1560.00;3.60;0.52 +10571;5;4989.50;9.70;1560.50;2.25;0.52 +10571;9;4979.14;9.81;1556.00;1.57;0.52 +10571;10;4988.86;9.70;1556.00;-1.57;0.52 10571;21;4979.14;9.81;1556.00;1.57;0.52 +10572;0;4943.00;11.35;1717.00;0.00;1.32 +10572;1;4934.50;10.70;1698.50;-0.43;1.32 +10572;2;4952.00;10.85;1709.50;0.87;1.32 +10572;3;4927.00;10.95;1713.50;-1.35;1.32 +10572;4;4963.00;11.25;1723.50;1.88;1.32 +10572;5;4944.00;11.25;1729.50;3.06;1.32 +10572;6;4928.00;10.55;1729.00;4.03;1.32 +10572;9;4926.98;10.82;1717.00;1.57;1.32 +10572;10;4959.02;11.10;1717.00;-1.57;1.32 10572;21;4926.98;10.82;1717.00;1.57;1.32 +10573;0;1092.00;15.85;1476.00;0.00;0.48 +10573;1;1093.00;15.55;1470.00;0.16;0.48 +10573;2;1086.50;16.00;1475.00;-1.39;0.48 +10573;3;1097.50;15.10;1476.00;1.57;0.48 +10573;4;1092.00;14.90;1481.50;3.14;0.48 +10573;5;1098.00;14.90;1481.50;2.31;0.48 +10573;9;1087.50;16.20;1476.00;1.57;0.48 +10573;10;1096.50;14.90;1476.00;-1.57;0.48 10573;21;1087.50;16.20;1476.00;1.57;0.48 +10574;0;4636.00;13.20;1573.00;0.00;0.68 +10574;1;4628.00;12.80;1569.00;-1.10;0.68 +10574;2;4630.50;12.30;1565.50;-0.63;0.68 +10574;3;4639.50;11.55;1568.00;0.61;0.68 +10574;4;4646.50;11.40;1571.00;1.38;0.68 +10574;5;4643.00;12.02;1577.00;2.09;0.68 +10574;6;4629.00;12.95;1575.50;4.36;0.68 +10574;7;4634.50;13.40;1580.00;3.35;0.68 +10574;9;4628.62;12.96;1573.00;1.57;0.68 +10574;10;4643.38;11.86;1573.00;-1.57;0.68 10574;21;4628.62;12.96;1573.00;1.57;0.68 +10575;0;4549.00;12.62;1431.00;0.00;0.66 +10575;1;4546.00;12.95;1420.50;-0.27;0.66 +10575;2;4551.50;13.00;1423.50;0.32;0.66 +10575;3;4544.50;12.40;1427.50;-0.91;0.66 +10575;4;4556.00;12.97;1428.00;1.16;0.66 +10575;5;4541.00;12.05;1434.50;4.30;0.66 +10575;6;4554.00;12.92;1436.00;2.35;0.66 +10575;7;4546.50;12.15;1439.00;3.44;0.66 +10575;9;4543.06;12.05;1431.00;1.57;0.66 +10575;10;4554.94;12.85;1431.00;-1.57;0.66 10575;21;4543.06;12.05;1431.00;1.57;0.66 +10576;0;4177.00;9.80;1738.00;0.00;0.62 +10576;1;4178.00;10.30;1732.50;0.18;0.62 +10576;2;4186.00;9.90;1733.50;1.10;0.62 +10576;3;4170.50;9.90;1736.00;-1.27;0.62 +10576;4;4181.50;9.80;1741.00;2.15;0.62 +10576;5;4168.00;9.90;1739.00;4.60;0.62 +10576;6;4172.50;9.80;1744.50;3.74;0.62 +10576;9;4169.80;9.90;1738.00;1.57;0.62 +10576;10;4184.20;9.80;1738.00;-1.57;0.62 10576;21;4169.80;9.90;1738.00;1.57;0.62 +10577;0;4938.00;9.67;1601.00;0.00;0.88 +10577;1;4938.50;9.90;1591.00;0.05;0.88 +10577;2;4942.50;10.20;1593.00;0.51;0.88 +10577;3;4933.00;10.00;1594.50;-0.65;0.88 +10577;4;4950.40;9.70;1605.36;2.06;0.88 +10577;5;4929.50;10.50;1602.00;4.59;0.88 +10577;6;4935.00;10.40;1607.50;3.57;0.88 +10577;9;4930.08;10.50;1601.00;1.57;0.88 +10577;10;4945.92;9.50;1601.00;-1.57;0.88 +10577;19;4953.00;9.53;1596.00;-4.22;0.88 +10577;20;4954.66;9.53;1595.44;1.24;0.88 10577;21;4930.08;10.50;1601.00;1.57;0.88 +10578;0;4576.00;12.30;1468.00;0.00;0.42 +10578;1;4568.00;12.55;1466.00;-1.32;0.42 +10578;2;4577.00;12.70;1464.00;0.24;0.42 +10578;3;4584.50;12.50;1469.00;1.68;0.42 +10578;4;4571.50;12.30;1471.50;4.05;0.42 +10578;5;4580.00;12.65;1472.00;2.35;0.42 +10578;9;4569.52;12.49;1468.00;1.57;0.42 +10578;10;4582.48;12.50;1468.00;-1.57;0.42 10578;21;4569.52;12.49;1468.00;1.57;0.42 +10579;0;3654.00;9.90;1829.00;0.00;0.74 +10579;1;3654.00;9.80;1820.00;0.00;0.74 +10579;2;3647.00;9.90;1824.50;-0.99;0.74 +10579;3;3660.00;9.85;1822.00;0.70;0.74 +10579;4;3663.50;10.00;1829.50;1.62;0.74 +10579;5;3644.00;9.90;1833.50;4.29;0.74 +10579;6;3654.50;10.00;1836.50;3.07;0.74 +10579;9;3646.08;9.80;1829.00;1.57;0.74 +10579;10;3661.92;10.00;1829.00;-1.57;0.74 10579;21;3646.08;9.80;1829.00;1.57;0.74 +10580;0;4203.00;11.65;1614.00;0.00;0.54 +10580;1;4203.50;12.55;1608.00;0.08;0.54 +10580;2;4196.00;12.42;1612.00;-1.29;0.54 +10580;3;4210.50;12.05;1611.00;1.19;0.54 +10580;4;4213.50;11.40;1615.50;1.71;0.54 +10580;5;4193.00;12.30;1617.00;4.42;0.54 +10580;6;4205.00;11.50;1617.50;2.62;0.54 +10580;7;4195.50;11.65;1620.00;4.03;0.54 +10580;9;4194.90;12.46;1614.00;1.57;0.54 +10580;10;4211.10;11.76;1614.00;-1.57;0.54 10580;21;4194.90;12.46;1614.00;1.57;0.54 +10581;0;5085.00;13.77;99.00;0.00;0.36 +10581;1;5084.50;12.35;93.00;-0.08;0.36 +10581;2;5086.50;12.60;95.00;0.35;0.36 +10581;3;5082.50;13.80;97.00;-0.89;0.36 +10581;4;5088.50;13.95;100.00;1.84;0.36 +10581;5;5080.50;11.60;101.50;4.20;0.36 +10581;6;5084.00;11.35;103.50;3.36;0.36 +10581;7;5087.50;12.20;103.50;2.63;0.36 +10581;9;5081.76;13.21;99.00;1.57;0.36 +10581;10;5088.24;13.93;99.00;-1.57;0.36 10581;21;5081.76;13.21;99.00;1.57;0.36 +10582;0;1059.00;9.82;1572.00;0.00;0.42 +10582;1;529.00;9.50;785.50;-0.59;0.42 +10582;2;1062.00;10.55;1566.50;0.49;0.42 +10582;3;1066.00;13.05;1572.00;1.57;0.42 +10582;4;1050.00;9.50;1574.50;4.44;0.42 +10582;5;1053.50;9.90;1576.50;4.02;0.42 +10582;6;1061.00;11.30;1576.00;2.67;0.42 +10582;9;1053.42;9.50;1572.00;1.57;0.42 +10582;10;1064.58;12.43;1572.00;-1.57;0.42 10582;21;1053.42;9.50;1572.00;1.57;0.42 +10583;0;4601.00;12.75;1674.00;0.00;0.64 +10583;1;4599.50;12.60;1666.50;-0.19;0.64 +10583;2;4607.50;12.60;1669.50;0.96;0.64 +10583;3;4592.50;12.20;1673.50;-1.51;0.64 +10583;4;4612.50;11.25;1675.00;1.65;0.64 +10583;5;4602.50;12.05;1679.00;2.85;0.64 +10583;9;4593.26;12.22;1674.00;1.57;0.64 +10583;10;4608.74;11.57;1674.00;-1.57;0.64 10583;21;4593.26;12.22;1674.00;1.57;0.64 +10584;0;4056.00;10.20;1511.00;0.00;0.44 +10584;1;4054.50;10.30;1505.00;-0.24;0.44 +10584;2;4058.00;10.35;1505.00;0.32;0.44 +10584;3;4051.50;10.00;1511.50;4.60;0.44 +10584;4;4061.50;10.55;1511.00;1.57;0.44 +10584;5;4058.50;10.50;1516.50;2.71;0.44 +10584;6;4053.00;10.10;1517.50;3.57;0.44 +10584;9;4052.04;10.00;1511.00;1.57;0.44 +10584;10;4059.96;10.40;1511.00;-1.57;0.44 10584;21;4052.04;10.00;1511.00;1.57;0.44 +10585;0;1238.00;11.15;1922.00;0.00;1.48 +10585;1;1237.00;11.00;1904.50;-0.05;1.48 +10585;2;1251.50;10.95;1908.00;0.76;1.48 +10585;3;1225.50;10.70;1919.00;-1.33;1.48 +10585;4;1252.00;11.00;1923.50;1.67;1.48 +10585;5;1221.00;10.05;1922.50;4.68;1.48 +10585;6;1225.50;11.10;1933.00;3.99;1.48 +10585;7;1243.50;10.90;1937.50;2.80;1.48 +10585;8;1228.00;11.10;1940.50;3.63;1.48 +10585;9;1224.68;10.60;1922.00;1.57;1.48 +10585;10;1251.32;11.00;1922.00;-1.57;1.48 10585;21;1251.32;11.00;1922.00;-1.57;1.48 +10586;0;1421.00;10.37;1482.00;0.00;0.26 +10586;1;1418.00;10.45;1479.50;-0.87;0.26 +10586;2;1423.50;11.00;1479.50;0.78;0.26 +10586;3;1417.00;10.45;1482.00;4.71;0.26 +10586;4;1426.00;10.62;1480.00;1.19;0.26 +10586;5;1425.00;9.90;1483.50;1.93;0.26 +10586;6;1418.50;10.40;1485.50;3.76;0.26 +10586;7;1421.50;10.20;1485.50;3.00;0.26 +10586;9;1417.04;10.45;1482.00;1.57;0.26 +10586;10;1424.96;10.13;1482.00;-1.57;0.26 10586;21;1417.04;10.45;1482.00;1.57;0.26 +10587;0;1167.00;12.45;1646.00;0.00;0.38 +10587;1;1160.50;12.30;1641.50;-0.96;0.38 +10587;2;1169.00;12.75;1641.50;0.41;0.38 +10587;3;1159.00;12.20;1646.00;4.71;0.38 +10587;4;1175.00;12.75;1642.00;1.10;0.38 +10587;5;1175.00;12.75;1646.50;1.63;0.38 +10587;6;1168.00;12.40;1651.00;2.94;0.38 +10587;9;1160.88;12.13;1646.00;1.57;0.38 +10587;10;1173.12;12.76;1646.00;-1.57;0.38 10587;21;1160.88;12.13;1646.00;1.57;0.38 +10588;0;1161.00;17.50;1522.00;0.00;0.40 +10588;1;1160.00;16.97;1517.00;-0.19;0.40 +10588;2;1155.00;17.80;1519.00;-1.10;0.40 +10588;3;1166.00;16.80;1519.50;1.10;0.40 +10588;4;1153.50;17.90;1524.50;4.39;0.40 +10588;5;1168.00;16.75;1524.50;1.91;0.40 +10588;6;1161.00;17.52;1526.00;3.14;0.40 +10588;9;1155.42;17.94;1522.00;1.57;0.40 +10588;10;1166.58;17.33;1522.00;-1.57;0.40 10588;21;1155.42;17.94;1522.00;1.57;0.40 +10589;0;4760.00;10.10;1811.00;0.00;1.12 +10589;1;4758.00;10.30;1800.00;-0.18;1.12 +10589;2;4742.00;10.45;1799.00;-0.98;1.12 +10589;3;4777.00;10.10;1807.50;1.36;1.12 +10589;4;4741.50;10.30;1810.50;-1.54;1.12 +10589;5;4781.50;10.20;1817.50;1.86;1.12 +10589;6;4755.50;10.20;1821.50;3.54;1.12 +10589;7;4773.50;10.15;1823.00;2.29;1.12 +10589;9;4744.16;10.25;1811.00;1.57;1.12 +10589;10;4775.84;10.10;1811.00;-1.57;1.12 10589;21;4744.16;10.25;1811.00;1.57;1.12 +10590;0;4884.00;10.70;1608.00;0.00;0.58 +10590;1;4883.50;11.50;1601.50;-0.07;0.58 +10590;2;4890.50;11.70;1605.50;1.20;0.58 +10590;3;4878.00;10.70;1608.50;4.62;0.58 +10590;4;4886.00;10.10;1613.50;2.79;0.58 +10590;9;4878.60;10.69;1608.00;1.57;0.58 +10590;10;4889.40;11.18;1608.00;-1.57;0.58 10590;21;4878.60;10.69;1608.00;1.57;0.58 +10591;0;1013.00;16.37;1530.00;0.00;0.58 +10591;1;1016.00;16.70;1520.50;0.30;0.58 +10591;2;1019.00;16.40;1525.00;0.87;0.58 +10591;3;1009.50;16.20;1526.00;-0.71;0.58 +10591;4;1005.00;16.20;1530.50;4.65;0.58 +10591;5;1019.00;16.40;1533.00;2.03;0.58 +10591;6;1005.50;16.00;1535.00;4.12;0.58 +10591;7;1013.50;16.30;1537.00;3.07;0.58 +10591;9;1007.78;16.30;1530.00;1.57;0.58 +10591;10;1018.22;16.94;1530.00;-1.57;0.58 10591;21;1007.78;16.30;1530.00;1.57;0.58 +10592;0;3906.00;9.80;1806.00;0.00;0.60 +10592;1;3900.00;9.80;1799.50;-0.74;0.60 +10592;2;3909.00;9.80;1800.50;0.49;0.60 +10592;3;3895.00;9.80;1803.50;-1.34;0.60 +10592;4;3915.50;9.80;1803.50;1.31;0.60 +10592;5;3901.00;9.80;1810.00;4.03;0.60 +10592;6;3913.50;9.80;1811.00;2.15;0.60 +10592;9;3897.72;9.80;1806.00;1.57;0.60 +10592;10;3914.28;9.80;1806.00;-1.57;0.60 10592;21;3897.72;9.80;1806.00;1.57;0.60 +10593;0;1088.00;12.90;1708.00;0.00;0.54 +10593;1;1092.00;12.90;1700.50;0.49;0.54 +10593;2;1087.50;12.75;1702.00;-0.08;0.54 +10593;3;1094.00;13.57;1707.00;1.40;0.54 +10593;4;1083.00;12.67;1706.00;-1.19;0.54 +10593;5;1079.50;12.50;1710.50;4.42;0.54 +10593;6;1084.50;13.10;1713.50;3.70;0.54 +10593;7;1092.00;13.05;1713.50;2.51;0.54 +10593;9;1082.24;12.82;1708.00;1.57;0.54 +10593;10;1093.76;13.57;1708.00;-1.57;0.54 10593;21;1082.24;12.82;1708.00;1.57;0.54 +10594;0;3267.00;12.70;476.00;0.00;0.80 +10594;1;3261.50;13.10;468.50;-0.63;0.80 +10594;2;3274.50;12.70;468.00;0.75;0.80 +10594;3;3271.50;12.80;483.00;2.57;0.80 +10594;4;3259.50;13.30;483.00;3.96;0.80 +10594;5;1633.00;9.50;237.50;-1.42;0.80 +10594;9;3259.80;13.37;476.00;1.57;0.80 +10594;10;3274.20;12.70;476.00;-1.57;0.80 10594;21;3259.80;13.37;476.00;1.57;0.80 +10595;0;1290.00;10.57;1607.00;0.00;0.48 +10595;1;1293.50;10.40;1599.50;0.43;0.48 +10595;2;1294.00;10.50;1604.00;0.92;0.48 +10595;3;1290.50;10.50;1601.00;0.08;0.48 +10595;4;1285.00;10.60;1606.50;-1.47;0.48 +10595;5;1295.00;10.65;1610.00;2.11;0.48 +10595;6;1289.00;10.70;1611.00;3.38;0.48 +10595;9;1285.68;10.60;1607.00;1.57;0.48 +10595;10;1294.32;10.50;1607.00;-1.57;0.48 10595;21;1285.68;10.60;1607.00;1.57;0.48 +10596;0;4468.00;11.75;1638.00;0.00;0.74 +10596;1;4463.50;11.80;1630.00;-0.51;0.74 +10596;2;4472.00;12.00;1630.50;0.49;0.74 +10596;3;4459.00;11.37;1635.00;-1.24;0.74 +10596;4;4477.50;12.40;1639.50;1.72;0.74 +10596;5;4459.50;11.35;1643.00;4.18;0.74 +10596;6;4470.00;12.25;1646.50;2.91;0.74 +10596;9;4460.26;11.47;1638.00;1.57;0.74 +10596;10;4475.74;12.37;1638.00;-1.57;0.74 10596;21;4460.26;11.47;1638.00;1.57;0.74 +10597;0;4322.00;15.87;1525.00;0.00;0.54 +10597;1;4319.00;14.45;1519.50;-0.49;0.54 +10597;2;4326.00;15.05;1520.00;0.67;0.54 +10597;3;4330.00;15.37;1524.00;1.44;0.54 +10597;4;4314.00;15.02;1525.00;4.71;0.54 +10597;5;4329.00;15.35;1528.50;2.03;0.54 +10597;6;4316.50;15.85;1530.00;3.97;0.54 +10597;7;4322.00;15.65;1530.00;3.14;0.54 +10597;9;4315.70;15.14;1525.00;1.57;0.54 +10597;10;4328.30;15.52;1525.00;-1.57;0.54 10597;21;4315.70;15.14;1525.00;1.57;0.54 +10598;0;4943.00;11.52;1655.00;0.00;0.82 +10598;1;4934.00;11.45;1646.50;-0.81;0.82 +10598;2;4941.00;10.25;1645.50;-0.20;0.82 +10598;3;4951.50;10.05;1654.00;1.45;0.82 +10598;4;4929.50;12.10;1651.00;-1.28;0.82 +10598;5;4937.50;12.50;1658.50;4.14;0.82 +10598;6;4952.50;12.00;1664.00;2.32;0.82 +10598;9;4932.56;12.49;1655.00;1.57;0.82 +10598;10;4953.44;9.85;1655.00;-1.57;0.82 +10598;19;4941.00;9.50;1638.00;-0.21;0.82 +10598;20;4940.79;9.50;1636.26;-0.11;0.82 10598;21;4932.56;12.49;1655.00;1.57;0.82 +10599;0;1416.00;10.47;1671.00;0.00;0.54 +10599;1;1415.50;10.80;1665.50;-0.09;0.54 +10599;2;1419.00;10.80;1668.50;0.87;0.54 +10599;3;1409.50;10.80;1667.50;-1.07;0.54 +10599;4;707.50;9.50;835.00;-0.70;0.54 +10599;9;1408.80;10.05;1671.00;1.57;0.54 +10599;10;1423.20;10.68;1671.00;-1.57;0.54 10599;21;1408.80;10.05;1671.00;1.57;0.54 +10600;0;3921.00;9.80;1669.00;0.00;0.62 +10600;1;3915.50;9.80;1661.00;-0.60;0.62 +10600;2;3918.50;9.80;1662.50;-0.36;0.62 +10600;3;3914.50;9.80;1664.00;-0.91;0.62 +10600;4;3926.00;9.80;1668.50;1.47;0.62 +10600;5;3916.50;9.80;1671.00;4.29;0.62 +10600;6;3931.50;9.80;1673.00;1.93;0.62 +10600;7;3925.00;9.80;1675.00;2.55;0.62 +10600;9;3914.70;9.80;1669.00;1.57;0.62 +10600;10;3927.30;9.80;1669.00;-1.57;0.62 10600;21;3914.70;9.80;1669.00;1.57;0.62 +10601;0;3880.00;10.40;1346.00;0.00;0.36 +10601;1;3878.00;10.25;1342.50;-0.51;0.36 +10601;2;3883.00;10.42;1344.00;0.98;0.36 +10601;3;3876.50;10.30;1347.50;4.30;0.36 +10601;4;3881.50;10.50;1349.50;2.73;0.36 +10601;9;3876.40;10.29;1346.00;1.57;0.36 +10601;10;3883.60;10.60;1346.00;-1.57;0.36 10601;21;3883.60;10.60;1346.00;-1.57;0.36 +10602;0;1028.00;16.75;1630.00;0.00;0.58 +10602;1;1031.00;17.30;1622.00;0.35;0.58 +10602;2;1023.50;17.45;1624.00;-0.64;0.58 +10602;3;1035.00;16.80;1626.50;1.10;0.58 +10602;4;1022.00;17.62;1631.00;4.54;0.58 +10602;5;1032.00;16.25;1633.50;2.29;0.58 +10602;6;1022.00;16.52;1638.00;3.78;0.58 +10602;7;1027.00;16.15;1640.50;3.23;0.58 +10602;9;1022.78;17.67;1630.00;1.57;0.58 +10602;10;1033.22;16.15;1630.00;-1.57;0.58 10602;21;1022.78;17.67;1630.00;1.57;0.58 +10603;0;3945.00;10.77;1389.00;0.00;0.56 +10603;1;3936.50;10.30;1385.50;-1.18;0.56 +10603;2;3945.00;10.40;1384.00;0.00;0.56 +10603;3;3953.00;10.75;1385.50;1.15;0.56 +10603;4;3951.50;10.80;1391.00;1.86;0.56 +10603;5;3940.50;10.60;1391.50;4.20;0.56 +10603;6;3946.50;10.70;1396.50;2.94;0.56 +10603;9;3937.44;10.30;1389.00;1.57;0.56 +10603;10;3952.56;10.79;1389.00;-1.57;0.56 10603;21;3952.56;10.79;1389.00;-1.57;0.56 +10604;0;3838.00;9.70;1716.00;0.00;0.66 +10604;1;3832.50;9.70;1711.00;-0.83;0.66 +10604;2;3840.50;9.70;1708.50;0.32;0.66 +10604;3;3845.00;9.70;1713.50;1.22;0.66 +10604;4;3832.50;9.70;1720.50;4.02;0.66 +10604;5;3843.50;9.70;1721.00;2.30;0.66 +10604;9;3830.62;9.70;1716.00;1.57;0.66 +10604;10;3845.38;9.70;1716.00;-1.57;0.66 10604;21;3830.62;9.70;1716.00;1.57;0.66 +10605;0;1361.00;10.40;1864.00;0.00;1.56 +10605;1;1357.50;10.50;1846.00;-0.19;1.56 +10605;2;1348.50;10.50;1849.50;-0.71;1.56 +10605;3;1376.50;10.40;1864.00;1.57;1.56 +10605;4;1341.00;10.40;1861.50;-1.44;1.56 +10605;5;1349.50;10.40;1872.00;4.10;1.56 +10605;6;1382.00;10.40;1878.50;2.17;1.56 +10605;7;1368.00;10.40;1879.50;2.71;1.56 +10605;9;1343.00;10.40;1864.00;1.57;1.56 +10605;10;1379.00;10.40;1864.00;-1.57;1.56 +10605;19;1398.00;9.93;1893.00;-4.15;1.56 +10605;20;1399.37;9.93;1894.08;2.23;1.56 10605;21;1379.00;10.40;1864.00;-1.57;1.56 +10606;0;1254.00;11.20;1549.00;0.00;0.34 +10606;1;1250.50;11.20;1545.50;-0.78;0.34 +10606;2;1246.50;11.30;1550.00;4.58;0.34 +10606;3;1259.00;11.10;1546.00;1.03;0.34 +10606;4;1262.50;11.20;1549.50;1.63;0.34 +10606;5;1252.50;11.35;1553.00;3.50;0.34 +10606;6;1259.50;11.30;1552.50;2.13;0.34 +10606;9;1247.88;11.30;1549.00;1.57;0.34 +10606;10;1260.12;11.20;1549.00;-1.57;0.34 10606;21;1247.88;11.30;1549.00;1.57;0.34 +10607;0;4226.00;10.57;1871.00;0.00;1.52 +10607;1;4237.50;10.60;1855.00;0.62;1.52 +10607;2;4252.50;10.60;1861.00;1.21;1.52 +10607;3;4213.50;10.40;1868.00;-1.33;1.52 +10607;4;4249.50;10.80;1870.50;1.55;1.52 +10607;5;4196.00;9.92;1877.00;4.51;1.52 +10607;6;4227.00;10.40;1880.50;3.03;1.52 +10607;7;4202.50;10.30;1886.50;4.12;1.52 +10607;9;4202.96;10.40;1871.00;1.57;1.52 +10607;10;4249.04;10.77;1871.00;-1.57;1.52 10607;21;4202.96;10.40;1871.00;1.57;1.52 +10608;0;4789.00;10.80;1655.00;0.00;0.88 +10608;1;4782.00;10.80;1645.00;-0.61;0.88 +10608;2;4792.50;10.60;1645.50;0.35;0.88 +10608;3;4799.50;11.50;1652.50;1.33;0.88 +10608;4;4779.00;10.97;1656.00;4.61;0.88 +10608;5;4800.00;11.30;1660.50;2.03;0.88 +10608;6;4792.00;11.55;1664.50;2.83;0.88 +10608;7;4782.50;11.90;1665.50;3.69;0.88 +10608;9;4780.54;10.89;1655.00;1.57;0.88 +10608;10;4797.46;11.60;1655.00;-1.57;0.88 10608;21;4780.54;10.89;1655.00;1.57;0.88 +10609;0;5578.00;11.87;155.00;0.00;0.30 +10609;1;5578.50;11.50;151.50;0.14;0.30 +10609;2;5575.00;12.32;153.00;-0.98;0.30 +10609;3;5582.00;10.90;153.50;1.21;0.30 +10609;4;5581.50;11.25;156.00;1.84;0.30 +10609;5;5575.00;11.57;158.00;3.92;0.30 +10609;6;5579.00;11.50;159.00;2.89;0.30 +10609;7;5576.50;11.30;160.50;3.40;0.30 +10609;9;5575.30;12.17;155.00;1.57;0.30 +10609;10;5580.70;11.31;155.00;-1.57;0.30 +10609;19;5585.00;9.55;152.00;1.21;0.30 +10609;20;5586.60;9.55;151.31;1.16;0.30 10609;21;5575.30;12.17;155.00;1.57;0.30 +10610;0;4121.00;10.77;1462.00;0.00;0.46 +10610;1;4124.00;10.62;1457.00;0.54;0.46 +10610;2;4115.00;10.60;1457.50;-0.92;0.46 +10610;3;4129.50;10.60;1462.50;1.63;0.46 +10610;4;4111.00;10.85;1461.00;-1.47;0.46 +10610;5;4114.00;11.02;1465.00;4.30;0.46 +10610;6;4123.00;11.97;1467.00;2.76;0.46 +10610;9;4113.80;10.73;1462.00;1.57;0.46 +10610;10;4128.20;10.60;1462.00;-1.57;0.46 10610;21;4113.80;10.73;1462.00;1.57;0.46 +10611;0;1154.00;12.55;1755.00;0.00;0.74 +10611;1;1161.50;13.30;1747.00;0.75;0.74 +10611;2;1150.50;13.30;1747.50;-0.43;0.74 +10611;3;1159.50;12.20;1758.50;2.13;0.74 +10611;4;1146.50;12.80;1758.50;4.27;0.74 +10611;5;1146.50;13.10;1765.50;3.76;0.74 +10611;6;1154.50;12.70;1766.00;3.09;0.74 +10611;9;1147.34;13.06;1755.00;1.57;0.74 +10611;10;1160.66;12.38;1755.00;-1.57;0.74 10611;21;1147.34;13.06;1755.00;1.57;0.74 +10612;0;4629.00;12.27;1497.00;0.00;0.60 +10612;1;4626.00;13.02;1492.00;-0.54;0.60 +10612;2;4624.00;12.22;1496.00;-1.37;0.60 +10612;3;4635.00;12.65;1496.50;1.48;0.60 +10612;4;4631.50;11.60;1502.00;2.67;0.60 +10612;9;4623.06;11.95;1497.00;1.57;0.60 +10612;10;4634.94;12.58;1497.00;-1.57;0.60 10612;21;4623.06;11.95;1497.00;1.57;0.60 +10613;0;4179.00;9.80;1676.00;0.00;0.74 +10613;1;4180.00;10.35;1667.00;0.11;0.74 +10613;2;4175.50;9.90;1667.00;-0.37;0.74 +10613;3;4172.50;9.80;1669.50;-0.78;0.74 +10613;4;4184.50;10.15;1670.00;0.74;0.74 +10613;5;4186.50;9.90;1677.00;1.70;0.74 +10613;6;4173.00;9.80;1678.50;4.31;0.74 +10613;7;4183.50;9.80;1684.00;2.62;0.74 +10613;8;4177.50;9.90;1685.50;3.29;0.74 +10613;9;4172.34;9.80;1676.00;1.57;0.74 +10613;10;4185.66;9.90;1676.00;-1.57;0.74 10613;21;4172.34;9.80;1676.00;1.57;0.74 +10614;0;4195.00;12.00;1359.00;0.00;0.66 +10614;1;4197.00;13.10;1351.50;0.26;0.66 +10614;2;4189.00;13.02;1353.00;-0.78;0.66 +10614;3;4204.00;12.50;1356.50;1.30;0.66 +10614;4;4186.00;12.40;1360.00;4.60;0.66 +10614;5;4202.50;12.00;1364.00;2.15;0.66 +10614;6;4192.50;12.70;1366.00;3.48;0.66 +10614;9;4187.26;12.48;1359.00;1.57;0.66 +10614;10;4202.74;12.26;1359.00;-1.57;0.66 10614;21;4187.26;12.48;1359.00;1.57;0.66 +10615;0;1420.00;9.97;1456.00;0.00;0.30 +10615;1;1417.00;10.12;1453.00;-0.78;0.30 +10615;2;1420.50;10.00;1453.50;0.19;0.30 +10615;3;1416.00;10.10;1456.00;4.71;0.30 +10615;4;1424.00;9.90;1455.50;1.44;0.30 +10615;5;1422.50;10.00;1459.00;2.44;0.30 +10615;6;1418.00;9.92;1460.00;3.60;0.30 +10615;9;1416.76;10.10;1456.00;1.57;0.30 +10615;10;1423.24;9.90;1456.00;-1.57;0.30 10615;21;1416.76;10.10;1456.00;1.57;0.30 +10616;0;4471.00;12.75;1079.00;0.00;0.40 +10616;1;4472.00;12.55;1075.50;0.27;0.40 +10616;2;4478.00;12.62;1077.00;1.29;0.40 +10616;3;4465.50;13.05;1079.00;4.71;0.40 +10616;4;4473.00;12.97;1081.00;2.35;0.40 +10616;5;4467.00;13.50;1083.00;3.92;0.40 +10616;6;4469.00;13.90;1085.50;3.44;0.40 +10616;9;4466.50;13.05;1079.00;1.57;0.40 +10616;10;4475.50;12.75;1079.00;-1.57;0.40 10616;21;4466.50;13.05;1079.00;1.57;0.40 +10617;0;4101.00;10.17;1703.00;0.00;0.70 +10617;1;4102.50;10.30;1695.00;0.18;0.70 +10617;2;4108.00;10.25;1695.50;0.75;0.70 +10617;3;4111.50;10.35;1699.00;1.20;0.70 +10617;4;4094.50;10.15;1702.00;-1.41;0.70 +10617;5;4106.00;9.70;1707.50;2.30;0.70 +10617;6;4088.50;10.20;1705.50;4.51;0.70 +10617;7;4094.50;10.25;1710.00;3.89;0.70 +10617;9;4092.36;10.05;1703.00;1.57;0.70 +10617;10;4109.64;10.15;1703.00;-1.57;0.70 10617;21;4092.36;10.05;1703.00;1.57;0.70 +10618;0;1305.00;10.45;1668.00;0.00;0.44 +10618;1;1306.00;10.40;1663.00;0.19;0.44 +10618;2;1310.50;10.50;1665.00;1.07;0.44 +10618;3;1301.00;10.27;1668.00;4.71;0.44 +10618;4;1309.00;10.60;1670.00;2.03;0.44 +10618;5;1304.00;10.45;1673.50;3.32;0.44 +10618;6;1299.50;10.20;1674.00;3.88;0.44 +10618;9;1301.04;10.27;1668.00;1.57;0.44 +10618;10;1308.96;10.57;1668.00;-1.57;0.44 10618;21;1301.04;10.27;1668.00;1.57;0.44 +10619;0;4038.00;10.60;1414.00;0.00;0.52 +10619;1;4040.50;10.70;1408.50;0.42;0.52 +10619;2;4033.00;10.55;1410.50;-0.96;0.52 +10619;3;4044.50;10.75;1413.00;1.41;0.52 +10619;4;4030.00;10.57;1416.00;4.46;0.52 +10619;5;4045.00;10.87;1416.00;1.84;0.52 +10619;6;4037.50;10.55;1419.00;3.24;0.52 +10619;9;4032.06;10.50;1414.00;1.57;0.52 +10619;10;4043.94;10.80;1414.00;-1.57;0.52 10619;21;4032.06;10.50;1414.00;1.57;0.52 +10620;0;3863.00;10.30;1794.00;0.00;0.66 +10620;1;3858.00;10.22;1790.00;-0.89;0.66 +10620;2;3870.00;10.12;1789.00;0.95;0.66 +10620;3;3849.50;10.30;1794.00;4.71;0.66 +10620;4;3873.50;9.70;1797.50;1.89;0.66 +10620;5;3854.50;10.30;1798.00;4.27;0.66 +10620;6;3866.50;9.70;1800.50;2.64;0.66 +10620;9;3853.82;10.30;1794.00;1.57;0.66 +10620;10;3872.18;9.70;1794.00;-1.57;0.66 10620;21;3853.82;10.30;1794.00;1.57;0.66 +10621;0;1549.00;10.80;1743.00;0.00;0.66 +10621;1;1549.00;10.80;1733.00;0.00;0.66 +10621;2;1556.50;10.85;1745.00;1.83;0.66 +10621;3;1540.50;10.70;1739.50;-1.18;0.66 +10621;4;1544.50;10.80;1750.50;3.68;0.66 +10621;5;1553.50;10.95;1755.00;2.78;0.66 +10621;9;1543.06;10.70;1743.00;1.57;0.66 +10621;10;1554.94;10.90;1743.00;-1.57;0.66 +10621;19;1553.00;10.57;1766.00;-3.50;0.66 +10621;20;1553.30;10.57;1767.72;2.96;0.66 10621;21;1543.06;10.70;1743.00;1.57;0.66 +10622;0;5095.00;9.82;86.00;0.00;0.28 +10622;1;5096.50;9.55;83.00;0.46;0.28 +10622;2;5092.00;9.77;85.00;-1.24;0.28 +10622;3;5099.50;9.80;86.00;1.57;0.28 +10622;4;5091.50;10.40;88.50;4.09;0.28 +10622;5;5096.50;10.20;88.50;2.60;0.28 +10622;9;5091.58;9.94;86.00;1.57;0.28 +10622;10;5098.42;9.80;86.00;-1.57;0.28 +10622;19;5105.00;9.50;82.00;0.46;0.28 +10622;20;5106.62;9.50;81.35;1.19;0.28 10622;21;5091.58;9.94;86.00;1.57;0.28 +10623;0;4386.00;14.37;1488.00;0.00;0.68 +10623;1;4383.00;14.40;1479.00;-0.32;0.68 +10623;2;4379.00;14.45;1485.00;-1.16;0.68 +10623;3;4390.00;14.45;1482.00;0.58;0.68 +10623;4;4393.00;14.45;1490.50;1.91;0.68 +10623;5;4378.00;14.52;1491.00;4.35;0.68 +10623;6;4384.00;14.50;1494.50;3.44;0.68 +10623;7;4391.00;14.50;1496.50;2.61;0.68 +10623;9;4379.88;14.38;1488.00;1.57;0.68 +10623;10;4392.12;14.40;1488.00;-1.57;0.68 10623;21;4379.88;14.38;1488.00;1.57;0.68 +10624;0;1113.00;13.05;1702.00;0.00;0.60 +10624;1;1116.00;12.90;1695.50;0.43;0.60 +10624;2;1121.00;12.20;1696.00;0.92;0.60 +10624;3;1110.50;12.70;1697.50;-0.50;0.60 +10624;4;1118.50;12.60;1703.00;1.75;0.60 +10624;5;1106.50;13.55;1704.00;4.41;0.60 +10624;6;1111.00;12.50;1710.50;3.37;0.60 +10624;9;1106.52;13.74;1702.00;1.57;0.60 +10624;10;1119.48;12.60;1702.00;-1.57;0.60 10624;21;1106.52;13.74;1702.00;1.57;0.60 +10625;0;965.00;13.85;1590.00;0.00;0.48 +10625;1;961.50;13.70;1585.50;-0.66;0.48 +10625;2;969.00;13.50;1585.00;0.67;0.48 +10625;3;958.50;14.75;1591.00;4.56;0.48 +10625;4;972.00;13.20;1590.00;1.57;0.48 +10625;5;965.50;13.70;1596.00;3.05;0.48 +10625;9;959.60;14.48;1590.00;1.57;0.48 +10625;10;970.40;13.10;1590.00;-1.57;0.48 10625;21;959.60;14.48;1590.00;1.57;0.48 +10626;0;3983.00;9.80;1652.00;0.00;0.56 +10626;1;3978.50;9.80;1645.00;-0.57;0.56 +10626;2;3984.00;9.80;1647.50;0.21;0.56 +10626;3;3976.50;9.80;1651.00;-1.41;0.56 +10626;4;3989.00;9.80;1651.50;1.48;0.56 +10626;5;3990.00;9.80;1657.00;2.19;0.56 +10626;6;3983.00;9.80;1657.00;3.14;0.56 +10626;9;3977.96;9.80;1652.00;1.57;0.56 +10626;10;3988.04;9.80;1652.00;-1.57;0.56 10626;21;3977.96;9.80;1652.00;1.57;0.56 +10627;0;4292.00;13.65;1544.00;0.00;0.46 +10627;1;4291.00;14.40;1540.00;-0.24;0.46 +10627;2;4301.50;15.20;1539.50;1.12;0.46 +10627;3;4302.00;14.27;1544.00;1.57;0.46 +10627;4;4281.50;15.05;1545.00;4.61;0.46 +10627;5;4292.50;13.00;1548.50;3.03;0.46 +10627;6;4283.00;13.50;1548.00;4.29;0.46 +10627;9;4284.08;14.63;1544.00;1.57;0.46 +10627;10;4299.92;14.14;1544.00;-1.57;0.46 10627;21;4284.08;14.63;1544.00;1.57;0.46 +10628;0;4445.00;11.10;1745.00;0.00;1.06 +10628;1;4453.00;11.20;1736.50;0.75;1.06 +10628;2;4441.00;11.00;1738.00;-0.51;1.06 +10628;3;4431.50;10.40;1741.50;-1.31;1.06 +10628;4;4451.50;10.65;1750.00;2.22;1.06 +10628;5;4438.00;10.55;1750.50;4.04;1.06 +10628;6;4447.00;10.60;1758.50;2.99;1.06 +10628;9;4435.46;10.40;1745.00;1.57;1.06 +10628;10;4454.54;11.09;1745.00;-1.57;1.06 10628;21;4435.46;10.40;1745.00;1.57;1.06 +10629;0;4481.00;14.12;1351.00;0.00;0.50 +10629;1;4478.50;14.30;1343.00;-0.30;0.50 +10629;2;4482.00;14.30;1342.50;0.11;0.50 +10629;3;4484.50;14.30;1344.00;0.46;0.50 +10629;4;4476.50;13.30;1350.00;-1.35;0.50 +10629;5;4484.50;14.30;1348.00;0.86;0.50 +10629;6;4486.00;14.75;1354.50;2.18;0.50 +10629;7;4478.50;14.55;1357.00;3.53;0.50 +10629;8;4484.00;14.60;1358.00;2.73;0.50 +10629;9;4476.50;13.35;1351.00;1.57;0.50 +10629;10;4485.50;14.35;1351.00;-1.57;0.50 10629;21;4476.50;13.35;1351.00;1.57;0.50 +10630;0;3995.00;10.42;1552.00;0.00;0.42 +10630;1;3998.50;10.55;1548.00;0.71;0.42 +10630;2;3989.00;10.00;1548.50;-1.04;0.42 +10630;3;3989.00;10.30;1554.00;4.39;0.42 +10630;4;4002.50;10.70;1553.50;1.76;0.42 +10630;5;3996.00;10.65;1556.50;2.92;0.42 +10630;9;3988.70;10.15;1552.00;1.57;0.42 +10630;10;4001.30;10.60;1552.00;-1.57;0.42 10630;21;3988.70;10.15;1552.00;1.57;0.42 +10631;0;4404.00;10.60;1768.00;0.00;1.12 +10631;1;4401.00;10.40;1755.50;-0.23;1.12 +10631;2;4417.50;10.50;1762.00;1.15;1.12 +10631;3;4388.50;10.40;1768.50;4.68;1.12 +10631;4;4391.50;10.50;1757.50;-0.87;1.12 +10631;5;4412.00;10.50;1776.50;2.38;1.12 +10631;6;4392.50;10.60;1780.50;3.88;1.12 +10631;9;4389.78;10.40;1768.00;1.57;1.12 +10631;10;4418.22;10.50;1768.00;-1.57;1.12 10631;21;4389.78;10.40;1768.00;1.57;1.12 +10632;0;4475.00;13.32;1404.00;0.00;0.70 +10632;1;4472.00;13.25;1396.00;-0.35;0.70 +10632;2;4479.00;12.77;1398.00;0.58;0.70 +10632;3;4468.00;13.45;1399.50;-0.99;0.70 +10632;4;4483.50;12.70;1403.00;1.45;0.70 +10632;5;4468.50;13.60;1407.00;4.28;0.70 +10632;6;4481.00;13.20;1409.50;2.31;0.70 +10632;7;4474.00;13.25;1411.50;3.27;0.70 +10632;9;4468.70;13.56;1404.00;1.57;0.70 +10632;10;4481.30;12.91;1404.00;-1.57;0.70 10632;21;4468.70;13.56;1404.00;1.57;0.70 +10633;0;3948.00;10.32;1567.00;0.00;0.52 +10633;1;3944.00;10.00;1561.50;-0.62;0.52 +10633;2;3949.50;10.00;1560.50;0.22;0.52 +10633;3;3954.00;10.00;1565.50;1.32;0.52 +10633;4;3941.00;9.95;1565.50;-1.36;0.52 +10633;5;3943.50;10.35;1570.00;4.12;0.52 +10633;6;3952.50;10.35;1573.00;2.49;0.52 +10633;7;3947.50;10.60;1573.50;3.21;0.52 +10633;9;3943.32;10.33;1567.00;1.57;0.52 +10633;10;3952.68;10.10;1567.00;-1.57;0.52 10633;21;3943.32;10.33;1567.00;1.57;0.52 +10634;0;4304.00;13.80;1426.00;0.00;0.54 +10634;1;4302.50;13.90;1419.50;-0.22;0.54 +10634;2;4311.00;14.32;1424.00;1.29;0.54 +10634;3;4295.00;13.35;1426.00;4.71;0.54 +10634;4;4312.00;16.35;1430.50;2.08;0.54 +10634;5;4302.00;14.85;1430.50;3.56;0.54 +10634;6;4309.00;16.55;1433.00;2.52;0.54 +10634;9;4297.34;13.35;1426.00;1.57;0.54 +10634;10;4310.66;14.47;1426.00;-1.57;0.54 10634;21;4297.34;13.35;1426.00;1.57;0.54 +10635;0;4152.00;9.75;1830.00;0.00;1.02 +10635;1;4158.50;9.80;1814.50;0.39;1.02 +10635;2;4145.50;9.80;1819.50;-0.55;1.02 +10635;3;4164.00;9.70;1817.50;0.76;1.02 +10635;4;4159.50;9.70;1831.50;1.76;1.02 +10635;5;4141.00;9.75;1833.00;4.44;1.02 +10635;6;4151.50;9.80;1844.00;3.17;1.02 +10635;9;4142.82;9.80;1830.00;1.57;1.02 +10635;10;4161.18;9.70;1830.00;-1.57;1.02 10635;21;4142.82;9.80;1830.00;1.57;1.02 +10636;0;2216.00;14.45;2019.00;0.00;1.36 +10636;1;2217.50;9.85;2003.00;0.09;1.36 +10636;2;2192.50;13.30;2002.00;-0.94;1.36 +10636;3;2184.00;14.75;2018.50;-1.55;1.36 +10636;4;2241.00;12.95;2013.00;1.33;1.36 +10636;5;2270.50;13.10;2032.00;1.80;1.36 +10636;6;2279.00;11.97;2032.00;1.77;1.36 +10636;9;2180.72;14.83;2019.00;1.57;1.36 +10636;10;2251.28;13.72;2019.00;-1.57;1.36 +10636;19;2190.00;9.50;1983.00;0.09;1.36 +10636;20;2188.97;9.50;1981.58;-0.62;1.36 10636;21;2180.72;14.83;2019.00;1.57;1.36 +10637;0;5080.00;9.67;79.00;0.00;0.36 +10637;1;5079.50;9.70;74.50;-0.11;0.36 +10637;2;5076.50;9.80;77.00;-1.05;0.36 +10637;3;5083.00;9.70;77.50;1.10;0.36 +10637;4;5084.50;9.70;81.50;2.07;0.36 +10637;5;5078.50;9.90;82.50;3.54;0.36 +10637;6;5082.00;9.85;83.00;2.67;0.36 +10637;9;5076.76;9.77;79.00;1.57;0.36 +10637;10;5083.24;9.70;79.00;-1.57;0.36 +10637;19;5078.00;9.57;71.00;-0.11;0.36 +10637;20;5077.57;9.57;69.30;-0.24;0.36 10637;21;5076.76;9.77;79.00;1.57;0.36 +10638;0;4684.00;13.12;1476.00;0.00;0.84 +10638;1;4680.00;12.65;1465.50;-0.36;0.84 +10638;2;4676.00;12.35;1467.00;-0.72;0.84 +10638;3;4683.50;12.80;1470.00;-0.08;0.84 +10638;4;4676.00;12.70;1473.50;-1.26;0.84 +10638;5;4689.00;12.87;1473.00;1.03;0.84 +10638;6;4693.00;12.95;1479.00;1.89;0.84 +10638;7;4682.50;12.70;1481.00;3.43;0.84 +10638;8;4692.50;12.80;1484.50;2.35;0.84 +10638;9;4676.26;12.73;1476.00;1.57;0.84 +10638;10;4691.74;13.13;1476.00;-1.57;0.84 10638;21;4676.26;12.73;1476.00;1.57;0.84 +10639;0;4233.00;11.00;1638.00;0.00;0.50 +10639;1;4234.50;10.90;1633.50;0.32;0.50 +10639;2;4228.00;10.75;1635.50;-1.10;0.50 +10639;3;4238.50;11.00;1638.50;1.66;0.50 +10639;4;4228.50;10.40;1642.50;3.92;0.50 +10639;5;4234.50;10.70;1643.50;2.87;0.50 +10639;9;4228.50;10.50;1638.00;1.57;0.50 +10639;10;4237.50;11.00;1638.00;-1.57;0.50 10639;21;4228.50;10.50;1638.00;1.57;0.50 +10640;0;1149.00;15.05;1580.00;0.00;0.64 +10640;1;1149.00;16.30;1570.50;0.00;0.64 +10640;2;1143.50;15.15;1577.00;-1.07;0.64 +10640;3;1153.50;15.10;1577.00;0.98;0.64 +10640;4;1154.50;16.00;1586.50;2.43;0.64 +10640;5;1146.50;15.10;1586.50;3.50;0.64 +10640;9;1143.24;15.17;1580.00;1.57;0.64 +10640;10;1154.76;15.26;1580.00;-1.57;0.64 10640;21;1143.24;15.17;1580.00;1.57;0.64 +10641;0;4810.00;10.85;1788.00;0.00;1.04 +10641;1;4806.00;11.20;1773.50;-0.26;1.04 +10641;2;4798.00;11.20;1780.50;-1.01;1.04 +10641;3;4820.50;10.90;1788.00;1.57;1.04 +10641;4;4802.00;10.10;1796.00;3.92;1.04 +10641;5;4815.50;10.10;1803.00;2.79;1.04 +10641;9;4800.64;10.51;1788.00;1.57;1.04 +10641;10;4819.36;10.85;1788.00;-1.57;1.04 10641;21;4800.64;10.51;1788.00;1.57;1.04 +10642;0;1164.00;16.87;1475.00;0.00;0.44 +10642;1;1159.00;17.57;1470.00;-0.78;0.44 +10642;2;1165.50;16.35;1471.00;0.35;0.44 +10642;3;1159.50;17.10;1475.50;4.60;0.44 +10642;4;1170.00;15.80;1476.00;1.73;0.44 +10642;5;1164.00;17.15;1480.50;3.14;0.44 +10642;9;1159.50;17.20;1475.00;1.57;0.44 +10642;10;1168.50;16.25;1475.00;-1.57;0.44 10642;21;1159.50;17.20;1475.00;1.57;0.44 +10643;0;4625.00;12.25;1599.00;0.00;0.58 +10643;1;4629.00;12.00;1593.00;0.58;0.58 +10643;2;4620.00;12.05;1597.00;-1.19;0.58 +10643;3;4633.00;12.30;1597.50;1.38;0.58 +10643;4;4629.00;12.10;1603.50;2.41;0.58 +10643;5;4620.00;12.00;1604.50;3.87;0.58 +10643;9;4618.16;11.93;1599.00;1.57;0.58 +10643;10;4631.84;11.96;1599.00;-1.57;0.58 10643;21;4618.16;11.93;1599.00;1.57;0.58 +10644;0;907.00;12.95;1811.00;0.00;0.76 +10644;1;908.00;12.92;1803.00;0.12;0.76 +10644;2;899.50;12.05;1810.00;-1.43;0.76 +10644;3;915.50;12.90;1807.50;1.18;0.76 +10644;4;910.00;12.60;1816.50;2.64;0.76 +10644;5;900.50;12.35;1819.00;3.82;0.76 +10644;9;899.98;12.17;1811.00;1.57;0.76 +10644;10;914.02;12.77;1811.00;-1.57;0.76 10644;21;899.98;12.17;1811.00;1.57;0.76 +10645;0;1117.00;14.90;1472.00;0.00;0.60 +10645;1;1116.50;15.60;1464.50;-0.06;0.60 +10645;2;1123.00;15.70;1471.50;1.48;0.60 +10645;3;1110.00;15.15;1467.50;-0.99;0.60 +10645;4;1110.00;15.00;1474.00;4.43;0.60 +10645;5;1115.00;14.65;1479.50;3.40;0.60 +10645;6;1122.00;15.65;1479.50;2.55;0.60 +10645;9;1111.60;14.78;1472.00;1.57;0.60 +10645;10;1122.40;15.64;1472.00;-1.57;0.60 10645;21;1111.60;14.78;1472.00;1.57;0.60 +10646;0;4268.00;12.50;1562.00;0.00;0.64 +10646;1;4262.00;12.80;1556.00;-0.78;0.64 +10646;2;4271.00;12.10;1557.00;0.54;0.64 +10646;3;4255.00;12.05;1559.00;-1.34;0.64 +10646;4;4273.50;12.10;1562.50;1.66;0.64 +10646;5;4265.00;13.30;1564.50;4.01;0.64 +10646;6;4275.50;12.70;1569.50;2.35;0.64 +10646;9;4260.44;12.55;1562.00;1.57;0.64 +10646;10;4275.56;12.00;1562.00;-1.57;0.64 10646;21;4260.44;12.55;1562.00;1.57;0.64 +10647;0;4575.00;13.10;1449.00;0.00;0.60 +10647;1;4577.50;12.90;1445.00;0.55;0.60 +10647;2;4567.00;13.15;1445.00;-1.10;0.60 +10647;3;4585.50;12.50;1449.00;1.57;0.60 +10647;4;4567.00;12.70;1451.00;4.46;0.60 +10647;5;4584.50;12.30;1452.50;1.92;0.60 +10647;6;4576.50;12.80;1454.50;2.87;0.60 +10647;9;4567.08;12.92;1449.00;1.57;0.60 +10647;10;4582.92;12.55;1449.00;-1.57;0.60 10647;21;4567.08;12.92;1449.00;1.57;0.60 +10648;0;3749.00;10.12;1738.00;0.00;0.50 +10648;1;3748.00;10.30;1733.50;-0.21;0.50 +10648;2;3754.50;10.10;1733.50;0.88;0.50 +10648;3;3745.00;10.45;1741.50;3.99;0.50 +10648;4;3752.00;10.00;1740.00;2.15;0.50 +10648;5;3749.00;10.10;1746.00;3.14;0.50 +10648;9;3744.50;10.30;1738.00;1.57;0.50 +10648;10;3753.50;10.10;1738.00;-1.57;0.50 10648;21;3744.50;10.30;1738.00;1.57;0.50 +10649;0;4224.00;11.05;1594.00;0.00;0.54 +10649;1;4223.50;12.30;1586.50;-0.06;0.54 +10649;2;4229.50;11.75;1589.00;0.83;0.54 +10649;3;4218.50;11.15;1593.00;-1.39;0.54 +10649;4;4228.00;10.95;1597.50;2.29;0.54 +10649;5;4221.00;10.87;1601.00;3.54;0.54 +10649;9;4219.14;11.11;1594.00;1.57;0.54 +10649;10;4228.86;11.05;1594.00;-1.57;0.54 10649;21;4219.14;11.11;1594.00;1.57;0.54 +10650;0;5513.00;10.80;114.00;0.00;0.44 +10650;1;5510.50;10.40;108.50;-0.42;0.44 +10650;2;5509.00;9.50;112.00;-1.10;0.44 +10650;3;5515.00;11.85;112.50;0.92;0.44 +10650;4;5514.50;12.00;118.50;2.82;0.44 +10650;9;5509.04;9.50;114.00;1.57;0.44 +10650;10;5516.96;11.63;114.00;-1.57;0.44 +10650;19;5522.00;9.50;123.00;-3.46;0.44 +10650;20;5523.23;9.50;124.23;2.35;0.44 10650;21;5509.04;9.50;114.00;1.57;0.44 +10651;0;1037.00;13.12;1540.00;0.00;0.52 +10651;1;1037.50;14.10;1534.50;0.09;0.52 +10651;2;1031.00;14.97;1538.00;-1.24;0.52 +10651;3;1044.00;14.02;1536.00;1.05;0.52 +10651;4;1043.50;12.50;1540.50;1.64;0.52 +10651;5;1031.00;13.75;1544.50;4.06;0.52 +10651;6;1037.00;12.35;1546.00;3.14;0.52 +10651;9;1032.32;14.12;1540.00;1.57;0.52 +10651;10;1041.68;12.82;1540.00;-1.57;0.52 10651;21;1032.32;14.12;1540.00;1.57;0.52 +10652;0;4120.00;10.52;1614.00;0.00;0.42 +10652;1;4118.50;10.50;1609.00;-0.29;0.42 +10652;2;4113.50;10.50;1610.50;-1.07;0.42 +10652;3;4124.00;10.45;1612.00;1.10;0.42 +10652;4;4116.00;10.70;1615.00;4.46;0.42 +10652;5;4126.00;10.50;1615.00;1.73;0.42 +10652;6;4122.00;10.75;1618.50;2.72;0.42 +10652;7;4126.00;10.65;1618.00;2.15;0.42 +10652;9;4115.32;10.80;1614.00;1.57;0.42 +10652;10;4124.68;10.50;1614.00;-1.57;0.42 10652;21;4115.32;10.80;1614.00;1.57;0.42 +10653;0;4039.00;10.17;1491.00;0.00;0.36 +10653;1;4040.00;10.20;1487.50;0.27;0.36 +10653;2;4031.50;10.00;1488.00;-1.19;0.36 +10653;3;4047.00;10.10;1491.50;1.63;0.36 +10653;4;4031.50;10.00;1492.00;4.58;0.36 +10653;5;4038.00;10.07;1495.00;3.38;0.36 +10653;6;4046.00;10.00;1495.00;2.09;0.36 +10653;9;4032.88;10.00;1491.00;1.57;0.36 +10653;10;4045.12;10.15;1491.00;-1.57;0.36 10653;21;4032.88;10.00;1491.00;1.57;0.36 +10654;0;4540.00;12.15;1675.00;0.00;0.46 +10654;1;4544.50;12.30;1670.50;0.78;0.46 +10654;2;4533.50;12.40;1671.00;-1.01;0.46 +10654;3;4550.00;11.92;1675.00;1.57;0.46 +10654;4;4529.50;12.30;1675.50;4.66;0.46 +10654;5;4540.00;12.60;1680.00;3.14;0.46 +10654;9;4532.08;12.27;1675.00;1.57;0.46 +10654;10;4547.92;12.00;1675.00;-1.57;0.46 10654;21;4532.08;12.27;1675.00;1.57;0.46 +10655;0;4823.00;10.97;1516.00;0.00;0.44 +10655;1;4820.50;10.70;1508.50;-0.32;0.44 +10655;2;4824.00;11.15;1508.50;0.13;0.44 +10655;3;4827.00;11.10;1512.00;0.78;0.44 +10655;4;4819.00;10.45;1517.00;4.46;0.44 +10655;5;4827.50;10.70;1520.50;2.35;0.44 +10655;6;4822.50;10.50;1524.50;3.20;0.44 +10655;9;4819.04;10.45;1516.00;1.57;0.44 +10655;10;4826.96;11.00;1516.00;-1.57;0.44 10655;21;4819.04;10.45;1516.00;1.57;0.44 +10656;0;1201.00;10.90;1809.00;0.00;0.78 +10656;1;1202.50;10.60;1801.50;0.19;0.78 +10656;2;1192.50;10.70;1804.50;-1.08;0.78 +10656;3;1209.00;11.00;1810.50;1.75;0.78 +10656;4;1191.50;10.40;1811.00;4.50;0.78 +10656;5;1201.00;10.27;1816.00;3.14;0.78 +10656;9;1193.98;10.57;1809.00;1.57;0.78 +10656;10;1208.02;10.92;1809.00;-1.57;0.78 10656;21;1193.98;10.57;1809.00;1.57;0.78 +10657;0;1487.00;10.87;1472.00;0.00;0.30 +10657;1;1487.00;10.40;1468.50;0.00;0.30 +10657;2;1490.00;11.25;1469.00;0.78;0.30 +10657;3;1483.50;11.30;1470.00;-1.05;0.30 +10657;4;1491.00;10.60;1473.00;1.81;0.30 +10657;5;1482.50;11.70;1473.50;4.39;0.30 +10657;6;1484.00;12.65;1476.00;3.78;0.30 +10657;7;1488.00;12.27;1476.00;2.89;0.30 +10657;9;1483.58;11.24;1472.00;1.57;0.30 +10657;10;1490.42;10.55;1472.00;-1.57;0.30 10657;21;1483.58;11.24;1472.00;1.57;0.30 +10658;0;4537.00;11.87;1568.00;0.00;0.70 +10658;1;4531.00;11.92;1562.00;-0.78;0.70 +10658;2;4541.50;12.10;1564.50;0.91;0.70 +10658;3;4526.00;11.70;1566.00;-1.39;0.70 +10658;4;4533.00;12.07;1571.00;4.06;0.70 +10658;5;4545.50;12.10;1571.50;1.96;0.70 +10658;6;4542.00;12.65;1576.50;2.61;0.70 +10658;7;4540.50;13.15;1578.00;2.80;0.70 +10658;9;4529.44;11.90;1568.00;1.57;0.70 +10658;10;4544.56;12.15;1568.00;-1.57;0.70 10658;21;4529.44;11.90;1568.00;1.57;0.70 +10659;0;3952.00;10.40;1702.00;0.00;0.52 +10659;1;3945.00;10.15;1697.50;-0.99;0.52 +10659;2;3956.50;10.40;1699.00;0.98;0.52 +10659;3;3944.00;10.30;1704.50;4.41;0.52 +10659;4;3965.00;10.35;1703.00;1.64;0.52 +10659;5;3955.50;10.30;1705.00;2.27;0.52 +10659;6;3947.50;10.30;1709.50;3.68;0.52 +10659;9;3943.90;10.09;1702.00;1.57;0.52 +10659;10;3960.10;10.30;1702.00;-1.57;0.52 10659;21;3943.90;10.09;1702.00;1.57;0.52 +10660;0;3915.00;13.90;1357.00;0.00;0.60 +10660;1;3914.00;17.10;1350.50;-0.15;0.60 +10660;2;3909.50;15.50;1354.50;-1.14;0.60 +10660;3;3919.50;13.80;1356.50;1.46;0.60 +10660;4;3910.00;13.02;1360.00;4.17;0.60 +10660;5;3922.50;11.70;1361.00;2.06;0.60 +10660;6;3917.00;11.42;1363.00;2.82;0.60 +10660;7;3923.50;11.70;1362.00;2.10;0.60 +10660;9;3909.60;13.81;1357.00;1.57;0.60 +10660;10;3920.40;13.35;1357.00;-1.57;0.60 10660;21;3920.40;13.35;1357.00;-1.57;0.60 +10661;0;4380.00;13.57;1590.00;0.00;0.72 +10661;1;4376.00;14.50;1584.50;-0.62;0.72 +10661;2;4384.00;14.25;1581.50;0.44;0.72 +10661;3;4385.50;13.20;1588.00;1.22;0.72 +10661;4;4370.50;14.20;1590.50;4.66;0.72 +10661;5;4374.50;13.60;1594.50;4.02;0.72 +10661;6;4386.50;11.90;1595.00;2.22;0.72 +10661;7;4381.50;12.20;1598.50;2.96;0.72 +10661;9;4373.52;13.89;1590.00;1.57;0.72 +10661;10;4386.48;12.60;1590.00;-1.57;0.72 10661;21;4373.52;13.89;1590.00;1.57;0.72 +10662;0;1060.00;16.95;1522.00;0.00;0.58 +10662;1;1054.50;18.30;1514.00;-0.60;0.58 +10662;2;1060.50;18.80;1513.50;0.05;0.58 +10662;3;1066.00;18.72;1522.00;1.57;0.58 +10662;4;1054.50;17.40;1520.50;-1.30;0.58 +10662;5;1055.50;16.55;1527.00;3.87;0.58 +10662;6;1060.00;16.37;1530.00;3.14;0.58 +10662;7;1066.00;17.52;1531.00;2.55;0.58 +10662;9;1054.78;17.08;1522.00;1.57;0.58 +10662;10;1065.22;18.60;1522.00;-1.57;0.58 10662;21;1054.78;17.08;1522.00;1.57;0.58 +10663;0;4074.00;9.70;1785.00;0.00;0.72 +10663;1;4071.50;9.70;1778.50;-0.36;0.72 +10663;2;4085.50;9.80;1782.00;1.31;0.72 +10663;3;4061.00;9.80;1783.00;-1.41;0.72 +10663;4;4066.00;9.80;1791.00;4.06;0.72 +10663;5;4080.00;9.80;1791.50;2.39;0.72 +10663;9;4063.92;9.80;1785.00;1.57;0.72 +10663;10;4084.08;9.80;1785.00;-1.57;0.72 10663;21;4063.92;9.80;1785.00;1.57;0.72 +10664;0;4384.00;11.50;1620.00;0.00;0.60 +10664;1;4383.50;11.40;1613.50;-0.07;0.60 +10664;2;4378.50;11.40;1616.00;-0.94;0.60 +10664;3;4389.50;11.40;1615.50;0.88;0.60 +10664;4;4389.00;11.40;1623.00;2.11;0.60 +10664;5;4379.00;11.40;1624.00;4.03;0.60 +10664;6;4384.50;11.40;1628.50;3.08;0.60 +10664;9;4378.60;11.40;1620.00;1.57;0.60 +10664;10;4389.40;11.31;1620.00;-1.57;0.60 10664;21;4378.60;11.40;1620.00;1.57;0.60 +10665;0;5056.00;9.70;37.00;0.00;0.50 +10665;1;5057.00;9.70;37.00;1.57;0.50 +10665;2;5058.50;9.70;33.00;0.55;0.50 +10665;3;5062.00;10.65;35.00;1.24;0.50 +10665;4;5046.50;9.50;43.00;4.14;0.50 +10665;9;5049.70;9.50;37.00;1.57;0.50 +10665;10;5062.30;10.07;37.00;-1.57;0.50 +10665;19;5061.00;9.55;40.00;1.57;0.50 +10665;20;5062.50;9.55;40.90;2.11;0.50 10665;21;5049.70;9.50;37.00;1.57;0.50 +10666;0;1313.00;10.50;1584.00;0.00;0.44 +10666;1;1313.50;10.40;1579.00;0.10;0.44 +10666;2;1308.00;10.35;1583.00;-1.37;0.44 +10666;3;1318.50;10.50;1581.50;1.14;0.44 +10666;4;1316.50;10.60;1587.00;2.27;0.44 +10666;5;1310.50;10.45;1588.00;3.70;0.44 +10666;9;1308.68;10.40;1584.00;1.57;0.44 +10666;10;1317.32;10.50;1584.00;-1.57;0.44 10666;21;1308.68;10.40;1584.00;1.57;0.44 +10667;0;4835.00;12.20;1652.00;0.00;0.86 +10667;1;4826.00;11.17;1643.00;-0.78;0.86 +10667;2;4836.50;11.60;1644.50;0.19;0.86 +10667;3;4822.50;11.60;1651.00;-1.49;0.86 +10667;4;4845.50;12.45;1651.00;1.47;0.86 +10667;5;4846.50;13.50;1660.00;2.17;0.86 +10667;6;4833.00;13.05;1659.00;3.42;0.86 +10667;9;4824.92;11.65;1652.00;1.57;0.86 +10667;10;4845.08;12.47;1652.00;-1.57;0.86 10667;21;4824.92;11.65;1652.00;1.57;0.86 +10668;0;3178.00;12.65;215.00;0.00;1.08 +10668;1;3184.00;13.30;200.50;0.39;1.08 +10668;2;3172.50;12.70;208.00;-0.66;1.08 +10668;3;3188.00;13.00;214.50;1.52;1.08 +10668;4;3169.00;12.40;222.00;4.05;1.08 +10668;5;3182.00;12.60;224.50;2.74;1.08 +10668;9;3168.28;12.40;215.00;1.57;1.08 +10668;10;3187.72;13.00;215.00;-1.57;1.08 10668;21;3168.28;12.40;215.00;1.57;1.08 +10669;0;4275.00;13.30;1499.00;0.00;0.44 +10669;1;4268.00;13.17;1495.00;-1.05;0.44 +10669;2;4278.00;13.37;1495.00;0.64;0.44 +10669;3;4285.50;13.95;1500.00;1.66;0.44 +10669;4;4266.00;13.00;1500.50;4.54;0.44 +10669;5;4274.50;13.40;1503.50;3.25;0.44 +10669;9;4267.62;12.90;1499.00;1.57;0.44 +10669;10;4282.38;13.79;1499.00;-1.57;0.44 10669;21;4267.62;12.90;1499.00;1.57;0.44 +10670;0;3895.00;10.00;1658.00;0.00;0.52 +10670;1;3890.50;9.75;1654.00;-0.84;0.52 +10670;2;3897.50;10.30;1653.50;0.50;0.52 +10670;3;3889.00;9.75;1658.50;4.62;0.52 +10670;4;3901.50;10.30;1658.50;1.64;0.52 +10670;5;3897.50;9.80;1663.50;2.71;0.52 +10670;6;3892.00;9.80;1663.50;3.64;0.52 +10670;9;3890.14;9.78;1658.00;1.57;0.52 +10670;10;3899.86;10.25;1658.00;-1.57;0.52 10670;21;3890.14;9.78;1658.00;1.57;0.52 +10671;0;3847.00;11.77;1307.00;0.00;0.32 +10671;1;3842.50;11.20;1305.50;-1.24;0.32 +10671;2;3848.50;11.80;1304.50;0.54;0.32 +10671;3;3852.50;12.40;1306.50;1.48;0.32 +10671;4;3841.50;11.10;1309.50;4.28;0.32 +10671;5;3852.50;13.10;1308.50;1.83;0.32 +10671;6;3846.00;11.85;1310.00;3.46;0.32 +10671;7;3851.00;13.10;1309.50;2.12;0.32 +10671;9;3842.68;11.20;1307.00;1.57;0.32 +10671;10;3851.32;12.31;1307.00;-1.57;0.32 10671;21;3851.32;12.31;1307.00;-1.57;0.32 +10672;0;1060.00;16.35;1621.00;0.00;0.58 +10672;1;1062.50;15.40;1615.50;0.42;0.58 +10672;2;1066.00;16.10;1618.50;1.17;0.58 +10672;3;1055.00;15.77;1618.00;-1.03;0.58 +10672;4;1051.00;16.87;1622.00;4.60;0.58 +10672;5;1057.00;17.00;1625.50;3.73;0.58 +10672;6;1064.50;16.80;1626.00;2.40;0.58 +10672;9;1054.60;16.59;1621.00;1.57;0.58 +10672;10;1065.40;16.49;1621.00;-1.57;0.58 10672;21;1054.60;16.59;1621.00;1.57;0.58 +10673;0;4171.00;10.00;1713.00;0.00;0.74 +10673;1;4168.00;9.80;1704.50;-0.33;0.74 +10673;2;4173.50;10.15;1704.00;0.27;0.74 +10673;3;4162.50;9.80;1708.00;-1.03;0.74 +10673;4;4178.50;10.40;1710.00;1.19;0.74 +10673;5;4164.50;9.80;1717.00;4.16;0.74 +10673;6;4182.50;10.35;1717.00;1.90;0.74 +10673;7;4175.00;10.40;1720.00;2.62;0.74 +10673;9;4163.62;9.80;1713.00;1.57;0.74 +10673;10;4178.38;10.38;1713.00;-1.57;0.74 10673;21;4163.62;9.80;1713.00;1.57;0.74 +10674;0;4164.00;10.60;1401.00;0.00;0.56 +10674;1;4159.50;10.95;1395.00;-0.64;0.56 +10674;2;4153.50;10.85;1396.00;-1.12;0.56 +10674;3;4168.00;10.85;1397.50;0.85;0.56 +10674;4;4153.50;10.60;1400.50;-1.52;0.56 +10674;5;4173.50;10.90;1403.50;1.82;0.56 +10674;6;4162.50;10.70;1405.50;3.46;0.56 +10674;9;4155.90;10.54;1401.00;1.57;0.56 +10674;10;4172.10;10.78;1401.00;-1.57;0.56 10674;21;4155.90;10.54;1401.00;1.57;0.56 +10675;0;4768.00;11.20;1545.00;0.00;0.72 +10675;1;4763.50;11.10;1535.50;-0.44;0.72 +10675;2;4760.50;11.40;1544.00;-1.43;0.72 +10675;3;4772.00;11.20;1537.50;0.49;0.72 +10675;4;4777.00;11.40;1544.00;1.46;0.72 +10675;5;4773.50;11.40;1551.50;2.43;0.72 +10675;6;4766.50;11.30;1554.00;3.30;0.72 +10675;9;4761.52;11.39;1545.00;1.57;0.72 +10675;10;4774.48;11.30;1545.00;-1.57;0.72 10675;21;4761.52;11.39;1545.00;1.57;0.72 +10676;0;1301.00;10.55;1554.00;0.00;0.56 +10676;1;1299.50;10.50;1548.50;-0.26;0.56 +10676;2;1306.00;10.45;1548.00;0.69;0.56 +10676;3;1295.50;10.60;1555.00;4.53;0.56 +10676;4;1307.50;10.40;1551.00;1.13;0.56 +10676;5;1305.50;10.40;1556.00;1.98;0.56 +10676;6;1299.50;10.50;1560.00;3.38;0.56 +10676;9;1295.78;10.60;1554.00;1.57;0.56 +10676;10;1306.22;10.40;1554.00;-1.57;0.56 10676;21;1295.78;10.60;1554.00;1.57;0.56 +10677;0;3746.00;13.82;1847.00;0.00;0.92 +10677;1;3740.50;14.70;1835.50;-0.44;0.92 +10677;2;3737.50;14.10;1843.50;-1.18;0.92 +10677;3;3748.00;12.35;1838.00;0.21;0.92 +10677;4;3755.50;11.70;1845.00;1.36;0.92 +10677;5;3759.50;14.10;1850.50;1.82;0.92 +10677;6;3755.00;13.50;1853.00;2.15;0.92 +10677;7;3740.50;14.40;1854.50;3.77;0.92 +10677;8;3747.00;11.02;1857.00;3.04;0.92 +10677;9;3737.72;15.16;1847.00;1.57;0.92 +10677;10;3754.28;12.26;1847.00;-1.57;0.92 10677;21;3737.72;15.16;1847.00;1.57;0.92 +10678;0;4780.00;10.20;1597.00;0.00;0.72 +10678;1;4771.50;10.20;1588.00;-0.75;0.72 +10678;2;4778.00;10.10;1590.00;-0.27;0.72 +10678;3;4771.50;10.30;1595.00;-1.34;0.72 +10678;4;4788.00;10.30;1597.50;1.63;0.72 +10678;5;4779.00;10.30;1603.00;3.30;0.72 +10678;6;4787.00;10.20;1604.50;2.39;0.72 +10678;9;4772.80;10.23;1597.00;1.57;0.72 +10678;10;4787.20;10.30;1597.00;-1.57;0.72 10678;21;4772.80;10.23;1597.00;1.57;0.72 +10679;0;416.00;13.60;1994.00;0.00;0.88 +10679;1;412.00;13.40;1982.50;-0.33;0.88 +10679;2;423.00;13.10;1984.00;0.61;0.88 +10679;3;406.50;13.40;1996.50;4.45;0.88 +10679;4;426.00;13.90;1995.50;1.72;0.88 +10679;5;418.50;13.25;2005.00;2.91;0.88 +10679;9;408.08;12.62;1994.00;1.57;0.88 +10679;10;423.92;12.94;1994.00;-1.57;0.88 +10679;19;426.00;9.53;1969.00;0.61;0.88 +10679;20;426.65;9.53;1967.37;0.38;0.88 10679;21;408.08;12.62;1994.00;1.57;0.88 +10680;0;4057.00;11.30;1451.00;0.00;0.50 +10680;1;4052.50;11.40;1447.00;-0.84;0.50 +10680;2;4059.50;11.05;1446.00;0.46;0.50 +10680;3;2028.00;10.00;725.00;-1.22;0.50 +10680;4;4066.00;11.00;1450.50;1.51;0.50 +10680;5;2028.00;10.00;725.00;-1.22;0.50 +10680;6;4050.50;11.00;1454.50;4.21;0.50 +10680;7;4062.00;11.40;1454.50;2.18;0.50 +10680;8;4055.00;11.40;1457.50;3.44;0.50 +10680;9;4050.16;10.99;1451.00;1.57;0.50 +10680;10;4063.84;11.18;1451.00;-1.57;0.50 10680;21;4050.16;10.99;1451.00;1.57;0.50 +10681;0;4664.00;12.35;1632.00;0.00;0.70 +10681;1;4663.50;12.00;1622.00;-0.05;0.70 +10681;2;4657.00;12.40;1628.00;-1.05;0.70 +10681;3;4669.00;11.80;1627.50;0.83;0.70 +10681;4;4676.50;12.00;1633.00;1.65;0.70 +10681;5;4654.50;12.60;1636.50;4.27;0.70 +10681;6;4669.00;12.82;1638.00;2.44;0.70 +10681;9;4654.46;12.20;1632.00;1.57;0.70 +10681;10;4673.54;12.14;1632.00;-1.57;0.70 10681;21;4654.46;12.20;1632.00;1.57;0.70 +10682;0;5098.00;10.70;134.00;0.00;0.40 +10682;1;5102.50;10.90;128.50;0.68;0.40 +10682;2;5099.00;10.75;129.00;0.19;0.40 +10682;3;5094.50;10.60;132.50;-1.16;0.40 +10682;4;5102.00;10.90;132.50;1.21;0.40 +10682;5;5099.50;10.75;138.00;2.78;0.40 +10682;6;5094.00;10.45;138.00;3.92;0.40 +10682;9;5094.40;10.59;134.00;1.57;0.40 +10682;10;5101.60;10.90;134.00;-1.57;0.40 10682;21;5094.40;10.59;134.00;1.57;0.40 +10683;0;4567.00;12.27;1520.00;0.00;0.62 +10683;1;4560.00;12.00;1513.00;-0.78;0.62 +10683;2;4558.50;12.65;1518.00;-1.34;0.62 +10683;3;4569.00;12.30;1516.50;0.51;0.62 +10683;4;4566.50;12.45;1525.00;3.24;0.62 +10683;5;4575.50;12.05;1525.00;2.10;0.62 +10683;9;4560.34;12.76;1520.00;1.57;0.62 +10683;10;4573.66;12.33;1520.00;-1.57;0.62 10683;21;4560.34;12.76;1520.00;1.57;0.62 +10684;0;1063.00;12.20;1773.00;0.00;0.72 +10684;1;1069.50;12.20;1765.00;0.68;0.72 +10684;2;1054.50;12.50;1770.50;-1.28;0.72 +10684;3;1076.50;12.70;1765.50;1.06;0.72 +10684;4;1076.00;12.17;1770.00;1.34;0.72 +10684;5;1070.00;11.60;1777.50;2.14;0.72 +10684;6;1051.50;12.30;1780.50;4.13;0.72 +10684;7;1059.50;12.20;1782.00;3.51;0.72 +10684;9;1053.64;12.50;1773.00;1.57;0.72 +10684;10;1072.36;11.55;1773.00;-1.57;0.72 10684;21;1053.64;12.50;1773.00;1.57;0.72 +10685;0;1286.00;10.37;1663.00;0.00;0.44 +10685;1;1285.50;10.40;1659.50;-0.14;0.44 +10685;2;1278.50;10.60;1662.50;-1.50;0.44 +10685;3;1292.00;10.35;1660.00;1.10;0.44 +10685;4;1291.50;10.30;1665.50;1.99;0.44 +10685;5;1286.00;10.30;1667.00;3.14;0.44 +10685;6;1280.00;10.50;1666.50;4.18;0.44 +10685;9;1280.96;10.50;1663.00;1.57;0.44 +10685;10;1291.04;10.30;1663.00;-1.57;0.44 10685;21;1280.96;10.50;1663.00;1.57;0.44 +10686;0;4156.00;10.25;1684.00;0.00;0.58 +10686;1;4155.00;9.80;1676.50;-0.13;0.58 +10686;2;4161.50;10.30;1682.50;1.30;0.58 +10686;3;4150.00;9.90;1681.50;-1.17;0.58 +10686;4;4151.50;10.40;1688.00;3.98;0.58 +10686;5;4160.50;10.25;1690.00;2.49;0.58 +10686;9;4150.06;10.10;1684.00;1.57;0.58 +10686;10;4161.94;10.27;1684.00;-1.57;0.58 10686;21;4150.06;10.10;1684.00;1.57;0.58 +10687;0;965.00;10.72;1661.00;0.00;0.26 +10687;1;960.50;10.20;1658.50;-1.06;0.26 +10687;2;968.50;12.30;1659.00;1.05;0.26 +10687;3;957.50;9.90;1660.00;-1.43;0.26 +10687;4;973.00;12.30;1660.50;1.50;0.26 +10687;5;959.00;10.10;1662.50;4.46;0.26 +10687;6;966.50;10.30;1664.00;2.67;0.26 +10687;9;959.24;10.17;1661.00;1.57;0.26 +10687;10;970.76;12.00;1661.00;-1.57;0.26 10687;21;959.24;10.17;1661.00;1.57;0.26 +10688;0;4476.00;10.40;1774.00;0.00;0.96 +10688;1;4477.00;10.30;1757.00;0.05;0.96 +10688;2;4467.00;10.40;1764.50;-0.75;0.96 +10688;3;4482.00;10.40;1764.50;0.56;0.96 +10688;4;4484.00;10.40;1782.50;2.38;0.96 +10688;5;4470.00;10.50;1782.00;3.78;0.96 +10688;6;4479.00;10.45;1792.50;2.98;0.96 +10688;9;4467.36;10.50;1774.00;1.57;0.96 +10688;10;4484.64;10.40;1774.00;-1.57;0.96 10688;21;4467.36;10.50;1774.00;1.57;0.96 +10689;0;4399.00;13.10;1380.00;0.00;0.76 +10689;1;4400.50;12.60;1370.50;0.15;0.76 +10689;2;4405.00;12.62;1375.00;0.87;0.76 +10689;3;4394.50;12.75;1373.00;-0.57;0.76 +10689;4;4390.50;13.60;1379.50;-1.51;0.76 +10689;5;4408.00;12.85;1384.00;1.98;0.76 +10689;6;4392.50;14.50;1386.50;3.92;0.76 +10689;7;4402.00;13.65;1387.50;2.76;0.76 +10689;9;4392.16;13.99;1380.00;1.57;0.76 +10689;10;4405.84;12.76;1380.00;-1.57;0.76 10689;21;4392.16;13.99;1380.00;1.57;0.76 +10690;0;937.00;10.82;1662.00;0.00;0.38 +10690;1;939.50;11.50;1657.50;0.50;0.38 +10690;2;933.50;10.50;1660.50;-1.16;0.38 +10690;3;943.50;10.00;1660.50;1.34;0.38 +10690;4;939.50;11.80;1664.50;2.35;0.38 +10690;5;932.50;12.20;1665.50;4.05;0.38 +10690;9;932.32;11.48;1662.00;1.57;0.38 +10690;10;941.68;10.80;1662.00;-1.57;0.38 10690;21;932.32;11.48;1662.00;1.57;0.38 +10691;0;4159.00;12.35;1421.00;0.00;0.58 +10691;1;4160.00;12.40;1415.50;0.18;0.58 +10691;2;4150.00;12.10;1417.50;-1.20;0.58 +10691;3;4169.00;12.80;1421.00;1.57;0.58 +10691;4;4152.50;12.20;1425.00;4.16;0.58 +10691;5;4167.50;12.80;1426.50;2.14;0.58 +10691;6;4161.00;12.62;1427.00;2.82;0.58 +10691;9;4151.62;12.10;1421.00;1.57;0.58 +10691;10;4166.38;12.64;1421.00;-1.57;0.58 10691;21;4151.62;12.10;1421.00;1.57;0.58 +10692;0;3933.00;9.70;1756.00;0.00;0.50 +10692;1;3925.00;9.70;1755.50;-1.50;0.50 +10692;2;3933.50;9.70;1749.50;0.07;0.50 +10692;3;3941.50;9.70;1755.50;1.51;0.50 +10692;4;3938.00;9.70;1761.50;2.40;0.50 +10692;5;3929.00;9.70;1761.00;3.81;0.50 +10692;9;3926.16;9.70;1756.00;1.57;0.50 +10692;10;3939.84;9.70;1756.00;-1.57;0.50 10692;21;3926.16;9.70;1756.00;1.57;0.50 +10693;0;970.00;12.15;1708.00;0.00;0.36 +10693;1;969.50;11.90;1703.50;-0.11;0.36 +10693;2;974.50;12.30;1708.50;1.68;0.36 +10693;3;966.50;11.70;1709.50;4.30;0.36 +10693;4;972.00;12.35;1713.00;2.76;0.36 +10693;9;966.76;11.56;1708.00;1.57;0.36 +10693;10;973.24;12.40;1708.00;-1.57;0.36 10693;21;966.76;11.56;1708.00;1.57;0.36 +10694;0;292.00;9.70;1861.00;0.00;1.10 +10694;1;264.67;9.70;1848.54;-1.13;1.10 +10694;2;288.45;9.70;1856.58;-1.01;1.10 +10694;3;301.00;9.70;1861.85;1.57;1.10 +10694;4;271.00;9.65;1854.50;-1.27;1.10 +10694;5;308.69;10.30;1867.43;1.78;1.10 +10694;6;303.22;9.70;1869.74;2.29;1.10 +10694;7;311.50;10.55;1872.00;2.08;1.10 +10694;8;267.00;9.67;1849.00;-1.12;1.10 +10694;9;273.10;9.50;1861.00;1.57;1.10 +10694;10;310.90;9.50;1861.00;-1.57;1.10 +10694;19;260.00;9.50;1839.00;-1.13;1.10 +10694;20;258.55;9.50;1838.00;-0.96;1.10 10694;21;273.10;9.50;1861.00;1.57;1.10 +10695;0;4291.00;13.77;1445.00;0.00;0.50 +10695;1;4295.50;15.80;1440.00;0.73;0.50 +10695;2;4285.00;15.50;1441.50;-1.04;0.50 +10695;3;4296.00;13.55;1447.50;2.03;0.50 +10695;4;4281.00;13.90;1444.50;-1.52;0.50 +10695;5;4285.50;12.85;1449.00;4.08;0.50 +10695;9;4283.80;13.96;1445.00;1.57;0.50 +10695;10;4298.20;14.12;1445.00;-1.57;0.50 10695;21;4283.80;13.96;1445.00;1.57;0.50 +10696;0;3962.00;10.32;1629.00;0.00;0.52 +10696;1;3960.00;9.90;1622.50;-0.29;0.52 +10696;2;3966.00;9.85;1626.50;1.01;0.52 +10696;3;3955.50;10.40;1629.50;4.63;0.52 +10696;4;3971.00;10.07;1631.00;1.78;0.52 +10696;5;3968.00;10.35;1633.50;2.21;0.52 +10696;6;3962.00;10.40;1634.00;3.14;0.52 +10696;9;3955.70;10.40;1629.00;1.57;0.52 +10696;10;3968.30;10.12;1629.00;-1.57;0.52 10696;21;3955.70;10.40;1629.00;1.57;0.52 +10697;0;3175.00;13.25;151.00;0.00;0.86 +10697;1;3178.00;13.70;143.50;0.38;0.86 +10697;2;3165.00;13.25;150.00;-1.47;0.86 +10697;3;3189.00;13.90;147.00;1.29;0.86 +10697;4;3181.50;13.40;156.50;2.27;0.86 +10697;5;3171.50;12.40;160.50;3.49;0.86 +10697;9;3165.10;13.15;151.00;1.57;0.86 +10697;10;3184.90;13.84;151.00;-1.57;0.86 10697;21;3165.10;13.15;151.00;1.57;0.86 +10698;0;4833.00;11.52;1486.00;0.00;0.48 +10698;1;4833.50;11.20;1481.50;0.11;0.48 +10698;2;4838.50;11.20;1485.00;1.39;0.48 +10698;3;4828.00;11.07;1488.00;4.33;0.48 +10698;4;4834.00;11.72;1490.00;2.89;0.48 +10698;5;4829.00;11.20;1493.50;3.63;0.48 +10698;9;4828.68;11.10;1486.00;1.57;0.48 +10698;10;4837.32;11.37;1486.00;-1.57;0.48 10698;21;4828.68;11.10;1486.00;1.57;0.48 +10699;0;4423.00;11.20;1697.00;0.00;0.82 +10699;1;4420.00;11.40;1690.00;-0.40;0.82 +10699;2;4431.50;11.40;1692.00;1.03;0.82 +10699;3;4414.50;10.90;1698.50;4.53;0.82 +10699;4;4426.50;11.20;1702.50;2.57;0.82 +10699;5;4416.00;10.80;1707.00;3.75;0.82 +10699;9;4415.08;10.92;1697.00;1.57;0.82 +10699;10;4430.92;11.40;1697.00;-1.57;0.82 10699;21;4415.08;10.92;1697.00;1.57;0.82 +10700;0;1633.00;10.30;1685.00;0.00;0.56 +10700;1;1630.50;10.20;1678.50;-0.36;0.56 +10700;2;1625.50;10.20;1679.50;-0.93;0.56 +10700;3;1638.50;10.60;1683.00;1.22;0.56 +10700;4;1628.00;10.20;1686.50;4.42;0.56 +10700;5;1641.50;10.60;1688.50;1.96;0.56 +10700;6;1637.00;10.50;1691.50;2.59;0.56 +10700;9;1626.52;10.20;1685.00;1.57;0.56 +10700;10;1639.48;10.60;1685.00;-1.57;0.56 10700;21;1626.52;10.20;1685.00;1.57;0.56 +10701;0;4853.00;10.87;1784.00;0.00;1.32 +10701;1;4841.00;10.90;1769.50;-0.69;1.32 +10701;2;4854.00;10.70;1769.50;0.06;1.32 +10701;3;4842.00;10.80;1786.00;4.53;1.32 +10701;4;4864.50;10.80;1784.50;1.61;1.32 +10701;5;4857.50;10.60;1798.00;2.83;1.32 +10701;9;4840.94;10.90;1784.00;1.57;1.32 +10701;10;4865.06;10.80;1784.00;-1.57;1.32 10701;21;4840.94;10.90;1784.00;1.57;1.32 +10702;0;1257.00;10.92;1459.00;0.00;0.34 +10702;1;1256.00;10.80;1455.50;-0.27;0.34 +10702;2;1262.50;10.70;1457.00;1.22;0.34 +10702;3;1251.00;11.20;1459.50;4.62;0.34 +10702;4;1261.00;10.80;1460.50;1.93;0.34 +10702;5;1255.50;11.00;1462.50;3.54;0.34 +10702;6;1251.00;11.65;1462.50;4.18;0.34 +10702;9;1252.50;11.10;1459.00;1.57;0.34 +10702;10;1261.50;10.80;1459.00;-1.57;0.34 10702;21;1252.50;11.10;1459.00;1.57;0.34 +10703;0;843.00;14.37;2013.00;0.00;1.70 +10703;1;835.50;12.75;2000.00;-0.52;1.70 +10703;2;866.50;13.25;1998.00;1.00;1.70 +10703;3;865.50;12.10;2016.00;1.70;1.70 +10703;4;810.50;14.45;2024.00;4.38;1.70 +10703;9;816.18;13.69;2013.00;1.57;1.70 +10703;10;869.82;12.18;2013.00;-1.57;1.70 10703;21;816.18;13.69;2013.00;1.57;1.70 +10704;0;4427.00;14.90;1430.00;0.00;0.52 +10704;1;4421.00;13.90;1424.00;-0.78;0.52 +10704;2;4430.50;15.10;1425.50;0.66;0.52 +10704;3;4416.50;14.10;1428.50;-1.42;0.52 +10704;4;4435.00;15.65;1432.50;1.87;0.52 +10704;5;4423.50;14.95;1434.00;3.86;0.52 +10704;6;4431.50;15.50;1437.50;2.60;0.52 +10704;9;4419.80;14.30;1430.00;1.57;0.52 +10704;10;4434.20;15.58;1430.00;-1.57;0.52 10704;21;4419.80;14.30;1430.00;1.57;0.52 +10705;0;4195.00;9.80;1750.00;0.00;0.70 +10705;1;4200.50;9.80;1742.00;0.60;0.70 +10705;2;4190.50;9.80;1747.00;-0.98;0.70 +10705;3;4199.50;9.80;1751.50;1.89;0.70 +10705;4;4187.00;9.80;1753.50;4.30;0.70 +10705;5;4192.00;9.80;1758.50;3.48;0.70 +10705;9;4188.70;9.80;1750.00;1.57;0.70 +10705;10;4201.30;9.80;1750.00;-1.57;0.70 10705;21;4188.70;9.80;1750.00;1.57;0.70 +10706;0;1166.00;12.57;1690.00;0.00;0.56 +10706;1;1169.50;12.80;1685.50;0.66;0.56 +10706;2;1160.50;11.60;1687.50;-1.14;0.56 +10706;3;1174.50;11.60;1692.50;1.85;0.56 +10706;4;1174.50;12.45;1695.00;2.10;0.56 +10706;5;1160.00;12.32;1695.00;4.01;0.56 +10706;6;1168.00;12.50;1695.50;2.79;0.56 +10706;9;1160.42;11.83;1690.00;1.57;0.56 +10706;10;1171.58;12.99;1690.00;-1.57;0.56 10706;21;1160.42;11.83;1690.00;1.57;0.56 +10707;0;633.00;9.50;1954.00;0.00;0.64 +10707;1;639.00;9.70;1947.00;0.70;0.64 +10707;2;634.00;9.55;1956.50;2.76;0.64 +10707;3;630.50;9.50;1953.50;-1.37;0.64 +10707;4;621.00;9.65;1957.50;4.42;0.64 +10707;9;623.46;9.50;1954.00;1.57;0.64 +10707;10;642.54;11.50;1954.00;-1.57;0.64 +10707;19;635.00;9.50;1958.00;-1.37;0.64 +10707;20;635.78;9.50;1959.56;2.67;0.64 10707;21;623.46;9.50;1954.00;1.57;0.64 +10708;0;4586.00;11.75;1488.00;0.00;0.52 +10708;1;4585.00;12.07;1482.00;-0.16;0.52 +10708;2;4578.50;11.80;1485.50;-1.24;0.52 +10708;3;4592.00;12.00;1485.50;1.17;0.52 +10708;4;4584.00;11.50;1492.00;3.60;0.52 +10708;5;4592.50;11.50;1492.00;2.12;0.52 +10708;9;4579.88;11.73;1488.00;1.57;0.52 +10708;10;4592.12;11.85;1488.00;-1.57;0.52 10708;21;4579.88;11.73;1488.00;1.57;0.52 +10709;0;1230.00;12.22;1695.00;0.00;0.54 +10709;1;1227.50;12.50;1690.50;-0.50;0.54 +10709;2;1234.50;12.30;1689.50;0.68;0.54 +10709;3;1221.50;12.05;1692.00;-1.23;0.54 +10709;4;1238.00;11.70;1693.00;1.32;0.54 +10709;5;1224.50;11.90;1699.00;4.08;0.54 +10709;6;1234.00;11.40;1699.50;2.41;0.54 +10709;9;1223.52;11.55;1695.00;1.57;0.54 +10709;10;1236.48;12.00;1695.00;-1.57;0.54 10709;21;1223.52;11.55;1695.00;1.57;0.54 +10710;0;5584.00;10.42;170.00;0.00;0.34 +10710;1;5582.00;10.70;166.50;-0.51;0.34 +10710;2;5586.50;10.90;167.50;0.78;0.34 +10710;3;5580.50;10.55;171.00;4.43;0.34 +10710;4;5588.00;10.47;171.00;1.81;0.34 +10710;5;5584.00;9.90;173.50;3.14;0.34 +10710;9;5580.76;10.57;170.00;1.57;0.34 +10710;10;5587.24;10.55;170.00;-1.57;0.34 +10710;19;5590.00;9.55;175.00;-3.14;0.34 +10710;20;5591.34;9.55;176.12;2.26;0.34 10710;21;5580.76;10.57;170.00;1.57;0.34 +10711;0;1136.00;14.17;1600.00;0.00;0.46 +10711;1;1133.50;14.55;1595.00;-0.46;0.46 +10711;2;1140.00;14.05;1596.50;0.85;0.46 +10711;3;1129.00;14.67;1595.00;-0.95;0.46 +10711;4;1130.50;14.40;1600.50;4.62;0.46 +10711;5;1143.50;13.95;1601.00;1.70;0.46 +10711;6;1141.00;13.85;1605.00;2.35;0.46 +10711;7;1135.50;15.00;1605.50;3.23;0.46 +10711;9;1130.60;14.36;1600.00;1.57;0.46 +10711;10;1141.40;13.90;1600.00;-1.57;0.46 10711;21;1130.60;14.36;1600.00;1.57;0.46 +10712;0;4209.00;10.90;1631.00;0.00;0.50 +10712;1;4208.00;10.70;1626.00;-0.19;0.50 +10712;2;4216.50;10.60;1627.00;1.08;0.50 +10712;3;4216.00;10.57;1632.00;1.71;0.50 +10712;4;4201.50;10.90;1633.50;4.39;0.50 +10712;5;4209.50;10.70;1637.00;3.05;0.50 +10712;9;4202.88;10.76;1631.00;1.57;0.50 +10712;10;4215.12;10.60;1631.00;-1.57;0.50 10712;21;4202.88;10.76;1631.00;1.57;0.50 +10713;0;4163.00;16.30;1514.00;0.00;0.80 +10713;1;4165.50;16.00;1504.00;0.24;0.80 +10713;2;4158.00;15.35;1510.00;-0.89;0.80 +10713;3;4170.50;15.90;1507.00;0.82;0.80 +10713;4;4170.50;16.30;1515.50;1.76;0.80 +10713;5;4149.50;14.40;1513.50;-1.53;0.80 +10713;6;4156.00;14.15;1518.50;4.14;0.80 +10713;7;4165.00;14.65;1523.00;2.92;0.80 +10713;9;4154.36;14.70;1514.00;1.57;0.80 +10713;10;4171.64;16.43;1514.00;-1.57;0.80 10713;21;4171.64;16.43;1514.00;-1.57;0.80 +10714;0;4730.00;11.65;1707.00;0.00;0.70 +10714;1;4725.50;12.65;1699.00;-0.51;0.70 +10714;2;4740.00;11.55;1704.00;1.27;0.70 +10714;3;4716.50;11.90;1701.00;-1.15;0.70 +10714;4;4716.00;11.75;1707.00;4.71;0.70 +10714;5;4727.50;11.50;1713.50;3.50;0.70 +10714;6;4742.00;11.70;1713.50;2.06;0.70 +10714;9;4718.84;11.80;1707.00;1.57;0.70 +10714;10;4741.16;11.38;1707.00;-1.57;0.70 10714;21;4718.84;11.80;1707.00;1.57;0.70 +10715;0;1754.00;11.47;1754.00;0.00;1.02 +10715;1;1758.00;10.75;1744.50;0.39;1.02 +10715;2;1746.00;11.20;1748.00;-0.92;1.02 +10715;3;1764.50;11.15;1756.00;1.75;1.02 +10715;4;1742.00;11.25;1758.50;4.35;1.02 +10715;5;876.50;9.50;876.50;-0.78;1.02 +10715;6;1758.00;11.50;1763.50;2.74;1.02 +10715;9;1744.10;11.36;1754.00;1.57;1.02 +10715;10;1763.90;10.95;1754.00;-1.57;1.02 +10715;19;1764.00;9.50;1741.00;0.40;1.02 +10715;20;1765.06;9.50;1739.61;0.65;1.02 10715;21;1744.10;11.36;1754.00;1.57;1.02 +10716;0;3743.00;10.05;1718.00;0.00;0.46 +10716;1;3743.50;9.95;1712.00;0.08;0.46 +10716;2;3739.00;10.47;1713.00;-0.67;0.46 +10716;3;3738.00;10.45;1719.00;4.51;0.46 +10716;4;3748.50;9.90;1717.50;1.48;0.46 +10716;5;3745.00;10.10;1723.50;2.79;0.46 +10716;6;3740.50;10.30;1724.50;3.50;0.46 +10716;9;3738.86;10.34;1718.00;1.57;0.46 +10716;10;3747.14;9.83;1718.00;-1.57;0.46 10716;21;3738.86;10.34;1718.00;1.57;0.46 +10717;0;1336.00;10.12;1519.00;0.00;0.28 +10717;1;1336.00;10.10;1515.00;0.00;0.28 +10717;2;1332.50;10.20;1518.50;-1.42;0.28 +10717;3;1339.00;10.10;1519.50;1.73;0.28 +10717;4;1336.00;10.20;1523.00;3.14;0.28 +10717;9;1333.48;10.20;1519.00;1.57;0.28 +10717;10;1338.52;10.10;1519.00;-1.57;0.28 10717;21;1333.48;10.20;1519.00;1.57;0.28 +10718;0;1467.00;10.90;1724.00;0.00;0.66 +10718;1;733.00;9.50;861.50;-0.70;0.66 +10718;2;1469.50;11.00;1718.00;0.39;0.66 +10718;3;1455.50;10.90;1722.50;-1.44;0.66 +10718;4;1478.00;11.10;1722.00;1.39;0.66 +10718;5;1477.00;11.00;1728.00;1.95;0.66 +10718;6;1466.50;10.90;1730.50;3.21;0.66 +10718;9;1458.18;10.90;1724.00;1.57;0.66 +10718;10;1475.82;11.00;1724.00;-1.57;0.66 10718;21;1458.18;10.90;1724.00;1.57;0.66 +10719;0;1309.00;10.40;1648.00;0.00;0.50 +10719;1;1307.50;10.30;1644.00;-0.35;0.50 +10719;2;1313.50;10.30;1643.00;0.73;0.50 +10719;3;1314.50;10.40;1648.50;1.66;0.50 +10719;4;1302.50;10.40;1649.00;4.56;0.50 +10719;5;1303.50;10.30;1652.50;4.02;0.50 +10719;6;1308.00;10.40;1653.00;3.33;0.50 +10719;9;1303.60;10.40;1648.00;1.57;0.50 +10719;10;1314.40;10.35;1648.00;-1.57;0.50 10719;21;1303.60;10.40;1648.00;1.57;0.50 +10720;0;3786.00;10.35;1732.00;0.00;0.72 +10720;1;3786.50;9.70;1726.50;0.09;0.72 +10720;2;3793.00;9.70;1723.50;0.68;0.72 +10720;3;3793.00;9.80;1730.50;1.36;0.72 +10720;4;3778.50;10.00;1730.50;-1.37;0.72 +10720;5;3780.50;10.40;1737.50;3.92;0.72 +10720;6;3788.50;10.35;1737.00;2.67;0.72 +10720;9;3779.52;10.25;1732.00;1.57;0.72 +10720;10;3792.48;9.90;1732.00;-1.57;0.72 10720;21;3779.52;10.25;1732.00;1.57;0.72 +10721;0;1322.00;9.70;2012.00;0.00;1.72 +10721;1;1314.50;9.80;1986.50;-0.28;1.72 +10721;2;1303.00;9.80;1999.50;-0.98;1.72 +10721;3;1330.50;9.70;2000.50;0.63;1.72 +10721;4;1346.00;9.70;2018.50;1.83;1.72 +10721;5;660.50;9.50;1005.50;-0.58;1.72 +10721;9;1302.38;9.80;2012.00;1.57;1.72 +10721;10;1341.62;9.70;2012.00;-1.57;1.72 +10721;19;1339.00;9.68;1995.00;0.64;1.72 +10721;20;1340.23;9.68;1993.76;0.78;1.72 10721;21;1302.38;9.80;2012.00;1.57;1.72 +10722;0;4854.00;10.30;1478.00;0.00;0.50 +10722;1;4855.00;10.30;1472.50;0.18;0.50 +10722;2;4860.00;10.30;1476.50;1.32;0.50 +10722;3;4849.50;10.40;1475.50;-1.06;0.50 +10722;4;4849.00;10.40;1481.00;4.17;0.50 +10722;5;4855.50;10.30;1482.00;2.78;0.50 +10722;6;4851.00;10.47;1485.00;3.54;0.50 +10722;9;4849.50;10.40;1478.00;1.57;0.50 +10722;10;4858.50;10.30;1478.00;-1.57;0.50 10722;21;4849.50;10.40;1478.00;1.57;0.50 +10723;0;3717.00;9.70;1873.00;0.00;0.92 +10723;1;3707.50;9.90;1867.00;-1.00;0.92 +10723;2;3718.00;9.90;1864.50;0.11;0.92 +10723;3;3726.00;9.90;1867.50;1.02;0.92 +10723;4;3726.50;9.80;1876.00;1.87;0.92 +10723;5;3703.50;9.80;1874.50;4.60;0.92 +10723;6;3713.50;9.80;1879.50;3.63;0.92 +10723;7;3725.00;9.75;1883.50;2.49;0.92 +10723;9;3708.00;9.80;1873.00;1.57;0.92 +10723;10;3726.00;9.82;1873.00;-1.57;0.92 10723;21;3708.00;9.80;1873.00;1.57;0.92 +10724;0;4460.00;13.02;1304.00;0.00;0.50 +10724;1;4463.00;12.95;1298.50;0.49;0.50 +10724;2;4457.00;13.05;1299.50;-0.58;0.50 +10724;3;4465.00;12.85;1304.00;1.57;0.50 +10724;4;4454.00;15.35;1305.50;4.46;0.50 +10724;5;4460.00;13.35;1308.50;3.14;0.50 +10724;9;4455.32;14.34;1304.00;1.57;0.50 +10724;10;4464.68;12.78;1304.00;-1.57;0.50 10724;21;4455.32;14.34;1304.00;1.57;0.50 +10725;0;2743.00;10.20;962.00;0.00;1.36 +10725;1;2737.50;10.30;943.50;-0.28;1.36 +10725;2;2730.00;10.27;944.00;-0.62;1.36 +10725;3;2727.00;10.30;960.50;-1.47;1.36 +10725;4;2753.50;10.20;952.00;0.81;1.36 +10725;5;2761.00;10.20;965.00;1.73;1.36 +10725;6;2742.50;10.20;976.00;3.17;1.36 +10725;9;2728.96;10.30;962.00;1.57;1.36 +10725;10;2757.04;10.20;962.00;-1.57;1.36 10725;21;2757.04;10.20;962.00;-1.57;1.36 +10726;0;4389.00;14.20;1099.00;0.00;0.46 +10726;1;4390.50;13.90;1090.00;0.16;0.46 +10726;2;4392.50;14.50;1095.50;0.78;0.46 +10726;3;4386.00;13.77;1096.00;-0.78;0.46 +10726;4;4394.50;14.80;1104.00;2.30;0.46 +10726;5;4385.50;14.90;1103.00;3.86;0.46 +10726;6;4391.50;14.80;1104.50;2.71;0.46 +10726;9;4384.86;14.26;1099.00;1.57;0.46 +10726;10;4393.14;14.62;1099.00;-1.57;0.46 10726;21;4384.86;14.26;1099.00;1.57;0.46 +10727;0;1444.00;10.40;1497.00;0.00;0.30 +10727;1;1441.00;10.40;1494.50;-0.87;0.30 +10727;2;1447.50;10.40;1495.00;1.05;0.30 +10727;3;1437.00;10.30;1498.00;4.57;0.30 +10727;4;1450.00;10.40;1499.00;1.89;0.30 +10727;5;1442.00;10.40;1499.00;3.92;0.30 +10727;6;1447.50;10.40;1500.00;2.27;0.30 +10727;9;1439.32;10.40;1497.00;1.57;0.30 +10727;10;1448.68;10.40;1497.00;-1.57;0.30 10727;21;1439.32;10.40;1497.00;1.57;0.30 +10728;0;1470.00;11.02;1081.00;0.00;0.64 +10728;1;1471.00;10.50;1073.50;0.13;0.64 +10728;2;1465.50;10.95;1074.00;-0.57;0.64 +10728;3;1476.50;10.10;1083.00;1.86;0.64 +10728;4;1463.00;11.70;1078.00;-1.16;0.64 +10728;5;1463.50;11.40;1085.00;4.16;0.64 +10728;6;1470.00;11.05;1087.50;3.14;0.64 +10728;9;1463.52;12.10;1081.00;1.57;0.64 +10728;10;1476.48;10.05;1081.00;-1.57;0.64 10728;21;1476.48;10.05;1081.00;-1.57;0.64 +10729;0;3995.00;11.52;1152.00;0.00;0.40 +10729;1;3997.50;11.30;1148.50;0.62;0.40 +10729;2;3991.50;10.85;1150.00;-1.05;0.40 +10729;3;3999.00;12.47;1154.00;2.03;0.40 +10729;4;3991.00;11.35;1154.50;4.15;0.40 +10729;5;3994.50;12.30;1156.50;3.25;0.40 +10729;9;3991.22;11.02;1152.00;1.57;0.40 +10729;10;3998.78;12.12;1152.00;-1.57;0.40 10729;21;3991.22;11.02;1152.00;1.57;0.40 +10730;0;1257.00;11.07;1146.00;0.00;0.56 +10730;1;1254.50;9.70;1141.50;-0.50;0.56 +10730;2;1264.50;10.45;1141.00;0.98;0.56 +10730;3;1264.00;13.07;1147.00;1.71;0.56 +10730;4;1247.50;11.20;1148.00;4.50;0.56 +10730;5;1256.00;12.50;1151.00;3.33;0.56 +10730;6;1262.50;14.35;1152.00;2.40;0.56 +10730;9;1249.44;10.40;1146.00;1.57;0.56 +10730;10;1264.56;12.65;1146.00;-1.57;0.56 +10730;19;1241.00;9.50;1143.00;-0.51;0.56 +10730;20;1239.28;9.50;1142.67;-1.38;0.56 10730;21;1257.00;11.30;1140.61;-1.57;0.56 +10731;0;2780.00;11.50;1154.00;0.00;0.90 +10731;1;2782.50;10.90;1141.50;0.19;0.90 +10731;2;2771.50;13.05;1149.00;-1.03;0.90 +10731;3;2789.50;11.30;1151.50;1.31;0.90 +10731;4;2768.50;13.30;1158.50;4.33;0.90 +10731;5;2770.50;12.10;1163.50;3.92;0.90 +10731;6;2786.50;11.90;1164.50;2.58;0.90 +10731;7;2779.00;11.90;1166.50;3.22;0.90 +10731;9;2771.90;12.01;1154.00;1.57;0.90 +10731;10;2788.10;11.47;1154.00;-1.57;0.90 10731;21;2771.90;12.01;1154.00;1.57;0.90 +10732;0;1286.00;11.35;1190.00;0.00;0.54 +10732;1;1282.50;12.40;1186.50;-0.78;0.54 +10732;2;1289.00;11.30;1186.00;0.64;0.54 +10732;3;1292.00;10.60;1191.00;1.73;0.54 +10732;4;1279.50;12.70;1192.50;4.34;0.54 +10732;5;1288.50;10.10;1195.00;2.67;0.54 +10732;6;1283.00;10.70;1195.50;3.64;0.54 +10732;9;1281.14;12.57;1190.00;1.57;0.54 +10732;10;1290.86;10.75;1190.00;-1.57;0.54 +10732;19;1289.00;9.68;1201.00;-3.61;0.54 +10732;20;1289.46;9.68;1202.68;2.87;0.54 10732;21;1281.14;12.57;1190.00;1.57;0.54 +10733;0;4479.00;13.85;1223.00;0.00;0.30 +10733;1;4478.50;15.25;1220.00;-0.16;0.30 +10733;2;4484.50;14.50;1219.50;1.00;0.30 +10733;3;4484.50;12.80;1223.00;1.57;0.30 +10733;4;4472.50;13.95;1224.00;4.56;0.30 +10733;5;4477.00;12.15;1226.50;3.66;0.30 +10733;6;4482.00;11.87;1226.00;2.35;0.30 +10733;9;4474.50;14.35;1223.00;1.57;0.30 +10733;10;4483.50;13.10;1223.00;-1.57;0.30 10733;21;4474.50;14.35;1223.00;1.57;0.30 +10734;0;3391.00;14.20;763.00;0.00;0.86 +10734;1;3391.00;14.95;755.50;0.00;0.86 +10734;2;3401.00;14.50;753.50;0.81;0.86 +10734;3;3401.50;14.35;757.00;1.05;0.86 +10734;4;3381.00;12.95;764.00;4.61;0.86 +10734;5;3399.50;14.70;764.50;1.74;0.86 +10734;6;3387.50;14.50;771.50;3.53;0.86 +10734;7;3395.50;15.60;772.00;2.67;0.86 +10734;9;3382.90;13.40;763.00;1.57;0.86 +10734;10;3399.10;14.49;763.00;-1.57;0.86 10734;21;3382.90;13.40;763.00;1.57;0.86 +10735;0;3879.00;9.80;1108.00;0.00;0.48 +10735;1;3873.00;9.92;1104.00;-0.98;0.48 +10735;2;3878.50;10.00;1103.50;-0.11;0.48 +10735;3;3885.50;9.80;1108.00;1.57;0.48 +10735;4;3873.00;9.95;1109.50;4.46;0.48 +10735;5;3880.00;9.95;1112.00;2.89;0.48 +10735;6;3887.50;9.70;1112.50;2.05;0.48 +10735;9;3873.24;9.91;1108.00;1.57;0.48 +10735;10;3884.76;9.80;1108.00;-1.57;0.48 10735;21;3873.24;9.91;1108.00;1.57;0.48 +10736;0;1797.00;10.50;983.00;0.00;0.68 +10736;1;1801.00;10.10;974.50;0.44;0.68 +10736;2;1790.00;10.35;979.50;-1.10;0.68 +10736;3;1806.00;10.35;983.00;1.57;0.68 +10736;4;1782.00;10.55;986.00;4.51;0.68 +10736;5;1785.50;10.60;987.50;4.33;0.68 +10736;6;1796.00;10.32;989.00;3.30;0.68 +10736;7;1805.00;10.50;990.50;2.32;0.68 +10736;9;1787.82;10.60;983.00;1.57;0.68 +10736;10;1806.18;10.33;983.00;-1.57;0.68 10736;21;1787.82;10.60;983.00;1.57;0.68 +10737;0;3884.00;18.85;1231.00;0.00;0.50 +10737;1;3887.50;18.75;1227.00;0.71;0.50 +10737;2;3879.00;18.60;1227.50;-0.96;0.50 +10737;3;3874.50;18.75;1229.00;-1.36;0.50 +10737;4;3892.50;17.60;1232.50;1.74;0.50 +10737;5;3878.00;17.65;1233.50;4.31;0.50 +10737;6;3886.50;19.10;1235.50;2.63;0.50 +10737;9;3877.16;18.63;1231.00;1.57;0.50 +10737;10;3890.84;17.78;1231.00;-1.57;0.50 10737;21;3877.16;18.63;1231.00;1.57;0.50 +10738;0;1213.00;14.50;1265.00;0.00;0.64 +10738;1;1217.00;15.52;1261.00;0.78;0.64 +10738;2;1208.50;15.35;1259.00;-0.64;0.64 +10738;3;1206.50;14.60;1265.50;4.63;0.64 +10738;4;1220.50;15.45;1268.00;1.95;0.64 +10738;5;1212.00;14.35;1271.00;3.30;0.64 +10738;9;1207.24;14.57;1265.00;1.57;0.64 +10738;10;1218.76;15.32;1265.00;-1.57;0.64 10738;21;1207.24;14.57;1265.00;1.57;0.64 +10739;0;3225.00;11.07;871.00;0.00;0.72 +10739;1;3222.00;11.00;861.00;-0.29;0.72 +10739;2;3230.50;10.90;861.50;0.52;0.72 +10739;3;3217.50;11.35;872.00;4.58;0.72 +10739;4;3233.00;11.00;869.50;1.38;0.72 +10739;5;3228.00;11.40;879.50;2.80;0.72 +10739;6;3221.00;11.40;883.50;3.45;0.72 +10739;9;3218.52;11.24;871.00;1.57;0.72 +10739;10;3231.48;11.00;871.00;-1.57;0.72 10739;21;3218.52;11.24;871.00;1.57;0.72 +10740;0;1163.00;13.15;1386.00;0.00;0.42 +10740;1;1158.50;12.85;1384.00;-1.15;0.42 +10740;2;1168.00;13.30;1384.50;1.27;0.42 +10740;3;1158.00;13.10;1390.00;4.03;0.42 +10740;4;1167.00;13.40;1390.50;2.41;0.42 +10740;9;1156.70;12.74;1386.00;1.57;0.42 +10740;10;1169.30;13.27;1386.00;-1.57;0.42 10740;21;1156.70;12.74;1386.00;1.57;0.42 +10741;0;4274.00;20.37;1143.00;0.00;0.72 +10741;1;4274.00;20.57;1137.00;0.00;0.72 +10741;2;4263.50;21.80;1139.00;-1.20;0.72 +10741;3;4284.00;20.10;1145.50;1.81;0.72 +10741;4;4270.00;21.92;1147.00;3.92;0.72 +10741;5;4281.00;21.20;1151.50;2.45;0.72 +10741;9;4266.08;21.19;1143.00;1.57;0.72 +10741;10;4281.92;20.52;1143.00;-1.57;0.72 10741;21;4266.08;21.19;1143.00;1.57;0.72 +10742;0;3798.00;10.20;1284.00;0.00;0.56 +10742;1;3797.00;10.40;1278.50;-0.18;0.56 +10742;2;3803.00;10.25;1281.00;1.03;0.56 +10742;3;3792.50;10.10;1283.00;-1.39;0.56 +10742;4;3803.00;10.00;1288.00;2.24;0.56 +10742;5;3794.50;10.10;1289.00;3.75;0.56 +10742;6;3799.00;10.00;1291.50;3.00;0.56 +10742;9;3792.60;10.10;1284.00;1.57;0.56 +10742;10;3803.40;10.10;1284.00;-1.57;0.56 10742;21;3803.40;10.10;1284.00;-1.57;0.56 +10743;0;3334.00;10.60;884.00;0.00;0.52 +10743;1;3331.50;10.65;875.00;-0.27;0.52 +10743;2;3335.00;10.85;873.50;0.09;0.52 +10743;3;3337.50;10.75;879.00;0.61;0.52 +10743;4;3330.00;10.60;883.50;-1.44;0.52 +10743;5;3338.00;10.60;888.50;2.41;0.52 +10743;6;3331.00;10.60;891.00;3.54;0.52 +10743;9;3329.32;10.55;884.00;1.57;0.52 +10743;10;3338.68;10.60;884.00;-1.57;0.52 10743;21;3329.32;10.55;884.00;1.57;0.52 +10744;0;3483.00;10.30;1164.00;0.00;0.74 +10744;1;3479.50;10.40;1158.50;-0.56;0.74 +10744;2;3489.00;10.40;1158.50;0.82;0.74 +10744;3;3477.50;10.30;1168.50;4.02;0.74 +10744;4;3493.00;10.30;1163.00;1.47;0.74 +10744;5;3487.00;10.20;1168.00;2.35;0.74 +10744;6;3481.50;10.20;1174.50;3.28;0.74 +10744;9;3476.34;10.30;1164.00;1.57;0.74 +10744;10;3489.66;10.30;1164.00;-1.57;0.74 10744;21;3476.34;10.30;1164.00;1.57;0.74 +10745;0;3316.00;10.70;989.00;0.00;0.60 +10745;1;3313.00;10.55;981.00;-0.35;0.60 +10745;2;3321.00;10.45;983.00;0.69;0.60 +10745;3;3309.50;10.75;990.00;4.56;0.60 +10745;4;3322.50;10.50;990.00;1.72;0.60 +10745;5;3321.00;10.55;996.50;2.55;0.60 +10745;6;3315.50;10.90;997.50;3.20;0.60 +10745;9;3310.60;10.70;989.00;1.57;0.60 +10745;10;3321.40;10.60;989.00;-1.57;0.60 10745;21;3310.60;10.70;989.00;1.57;0.60 +10746;0;1212.00;12.35;1312.00;0.00;0.48 +10746;1;1207.50;13.10;1311.50;-1.46;0.48 +10746;2;1213.00;12.70;1305.00;0.14;0.48 +10746;3;1217.50;12.80;1306.50;0.78;0.48 +10746;4;1217.00;11.95;1312.50;1.67;0.48 +10746;5;1216.00;12.85;1318.50;2.59;0.48 +10746;6;1211.00;12.65;1319.00;3.28;0.48 +10746;9;1207.68;13.13;1312.00;1.57;0.48 +10746;10;1216.32;12.00;1312.00;-1.57;0.48 10746;21;1207.68;13.13;1312.00;1.57;0.48 +10747;0;1649.00;13.90;947.00;0.00;0.66 +10747;1;1651.50;14.20;937.50;0.25;0.66 +10747;2;1644.00;12.35;937.00;-0.46;0.66 +10747;3;1642.50;11.80;945.50;-1.34;0.66 +10747;4;1656.50;13.60;944.50;1.24;0.66 +10747;5;1654.50;14.40;952.50;2.35;0.66 +10747;6;1645.00;11.95;956.00;3.56;0.66 +10747;7;1651.00;12.55;959.50;2.98;0.66 +10747;8;1647.50;11.75;960.00;3.25;0.66 +10747;9;1643.06;12.19;947.00;1.57;0.66 +10747;10;1654.94;13.62;947.00;-1.57;0.66 10747;21;1643.06;12.19;947.00;1.57;0.66 +10748;0;3457.00;12.35;1030.00;0.00;0.54 +10748;1;3460.00;12.07;1023.00;0.40;0.54 +10748;2;3452.00;12.77;1027.00;-1.03;0.54 +10748;3;3463.00;12.00;1030.00;1.57;0.54 +10748;4;3452.50;12.30;1035.50;3.82;0.54 +10748;5;3458.50;12.20;1036.50;2.91;0.54 +10748;9;3452.14;12.65;1030.00;1.57;0.54 +10748;10;3461.86;12.03;1030.00;-1.57;0.54 10748;21;3452.14;12.65;1030.00;1.57;0.54 +10749;0;2932.00;14.07;1049.00;0.00;1.92 +10749;1;2937.50;12.30;1022.50;0.20;1.92 +10749;2;2923.50;12.40;1039.00;-0.70;1.92 +10749;3;2950.50;12.00;1031.00;0.79;1.92 +10749;4;2950.00;11.75;1049.50;1.59;1.92 +10749;5;2907.00;12.05;1058.00;4.36;1.92 +10749;6;2911.00;11.90;1067.00;4.00;1.92 +10749;7;2929.00;12.35;1067.50;3.30;1.92 +10749;9;2911.66;11.90;1049.00;1.57;1.92 +10749;10;2952.34;11.75;1049.00;-1.57;1.92 10749;21;2911.66;11.90;1049.00;1.57;1.92 +10750;0;4341.00;14.60;1263.00;0.00;0.48 +10750;1;4332.50;14.40;1259.00;-1.13;0.48 +10750;2;4344.50;14.40;1259.00;0.71;0.48 +10750;3;4352.00;14.60;1260.50;1.34;0.48 +10750;4;2170.00;11.35;631.00;-1.28;0.48 +10750;5;4331.00;14.47;1265.00;4.51;0.48 +10750;6;4339.50;14.50;1267.00;3.50;0.48 +10750;7;4347.50;14.75;1269.00;2.31;0.48 +10750;9;4332.00;14.50;1263.00;1.57;0.48 +10750;10;4350.00;14.60;1263.00;-1.57;0.48 10750;21;4332.00;14.50;1263.00;1.57;0.48 +10751;0;4111.00;10.15;1073.00;0.00;0.32 +10751;1;4109.00;10.30;1069.00;-0.46;0.32 +10751;2;4114.00;10.50;1069.50;0.70;0.32 +10751;3;4106.50;10.10;1071.50;-1.24;0.32 +10751;4;4119.00;10.30;1071.00;1.32;0.32 +10751;5;4116.00;10.15;1074.00;1.76;0.32 +10751;6;4105.50;9.95;1075.00;4.36;0.32 +10751;7;4110.00;10.00;1076.50;3.42;0.32 +10751;8;4107.00;9.95;1077.50;3.86;0.32 +10751;9;4105.96;10.12;1073.00;1.57;0.32 +10751;10;4116.04;10.19;1073.00;-1.57;0.32 10751;21;4105.96;10.12;1073.00;1.57;0.32 +10752;0;3487.00;11.42;871.00;0.00;0.62 +10752;1;3485.50;10.20;861.50;-0.15;0.62 +10752;2;3483.00;9.85;870.00;-1.32;0.62 +10752;3;3490.50;12.70;865.50;0.56;0.62 +10752;4;3492.50;13.70;872.50;1.83;0.62 +10752;5;3485.50;11.15;878.00;3.35;0.62 +10752;9;3481.42;9.50;871.00;1.57;0.62 +10752;10;3492.58;13.62;871.00;-1.57;0.62 +10752;19;3484.00;9.50;853.00;-0.16;0.62 +10752;20;3483.71;9.50;851.27;-0.16;0.62 10752;21;3481.42;9.50;871.00;1.57;0.62 +10753;0;1423.00;10.40;1443.00;0.00;0.32 +10753;1;1422.50;10.40;1439.50;-0.14;0.32 +10753;2;1426.50;10.40;1439.00;0.71;0.32 +10753;3;1426.50;10.40;1443.00;1.57;0.32 +10753;4;1418.50;10.25;1444.00;4.49;0.32 +10753;5;1422.00;10.10;1447.00;3.38;0.32 +10753;6;1426.00;9.90;1446.50;2.43;0.32 +10753;9;1420.12;10.30;1443.00;1.57;0.32 +10753;10;1425.88;10.40;1443.00;-1.57;0.32 10753;21;1420.12;10.30;1443.00;1.57;0.32 +10754;0;3120.00;10.05;1101.00;0.00;0.94 +10754;1;3126.00;10.05;1094.00;0.70;0.94 +10754;2;3114.00;10.10;1090.50;-0.51;0.94 +10754;3;3110.00;10.10;1099.50;-1.42;0.94 +10754;4;3131.00;9.90;1105.00;1.92;0.94 +10754;5;3111.50;10.10;1108.50;3.98;0.94 +10754;6;3127.50;10.00;1109.50;2.41;0.94 +10754;7;3119.50;10.00;1110.50;3.19;0.94 +10754;9;3111.54;10.10;1101.00;1.57;0.94 +10754;10;3128.46;10.00;1101.00;-1.57;0.94 10754;21;3111.54;10.10;1101.00;1.57;0.94 +10755;0;4191.00;22.07;1197.00;0.00;0.98 +10755;1;4193.50;21.70;1184.50;0.19;0.98 +10755;2;4183.50;21.70;1185.50;-0.57;0.98 +10755;3;4201.00;22.05;1192.00;1.10;0.98 +10755;4;4181.50;22.40;1199.50;4.45;0.98 +10755;5;4200.50;22.60;1204.50;2.23;0.98 +10755;6;4190.50;22.00;1210.50;3.17;0.98 +10755;9;4182.18;22.05;1197.00;1.57;0.98 +10755;10;4199.82;21.81;1197.00;-1.57;0.98 10755;21;4182.18;22.05;1197.00;1.57;0.98 +10756;0;4017.00;10.50;896.00;0.00;0.32 +10756;1;4017.00;10.52;893.00;0.00;0.32 +10756;2;4022.00;10.40;893.50;1.10;0.32 +10756;3;4012.00;10.70;894.50;-1.27;0.32 +10756;4;4022.50;10.30;896.00;1.57;0.32 +10756;5;4011.50;10.70;897.00;4.53;0.32 +10756;6;4016.50;10.55;899.00;3.30;0.32 +10756;9;4012.50;10.70;896.00;1.57;0.32 +10756;10;4021.50;10.30;896.00;-1.57;0.32 10756;21;4012.50;10.70;896.00;1.57;0.32 +10757;0;4534.00;11.15;1151.00;0.00;0.34 +10757;1;4534.00;11.20;1146.50;0.00;0.34 +10757;2;4535.00;11.10;1146.50;0.21;0.34 +10757;3;4531.00;12.15;1150.50;-1.40;0.34 +10757;4;4537.00;10.70;1148.50;0.87;0.34 +10757;5;4538.50;10.25;1151.00;1.57;0.34 +10757;6;4534.50;10.80;1154.00;2.97;0.34 +10757;7;4530.00;12.42;1155.00;3.92;0.34 +10757;9;4530.76;12.19;1151.00;1.57;0.34 +10757;10;4537.24;10.45;1151.00;-1.57;0.34 10757;21;4530.76;12.19;1151.00;1.57;0.34 +10758;0;2940.00;10.70;876.00;0.00;0.80 +10758;1;2945.00;10.60;866.50;0.48;0.80 +10758;2;2935.50;10.70;868.50;-0.54;0.80 +10758;3;2948.50;10.60;875.50;1.51;0.80 +10758;4;2930.50;10.60;877.00;4.60;0.80 +10758;5;2941.00;10.70;884.50;3.02;0.80 +10758;6;2931.50;10.65;885.00;3.89;0.80 +10758;9;2932.26;10.60;876.00;1.57;0.80 +10758;10;2947.74;10.68;876.00;-1.57;0.80 10758;21;2932.26;10.60;876.00;1.57;0.80 +10759;0;3702.00;12.07;1185.00;0.00;0.52 +10759;1;3701.50;12.85;1180.00;-0.10;0.52 +10759;2;3707.50;11.40;1185.00;1.57;0.52 +10759;3;3695.00;13.85;1183.50;-1.36;0.52 +10759;4;3696.00;12.80;1188.50;4.18;0.52 +10759;5;3704.00;12.20;1191.00;2.82;0.52 +10759;9;3696.42;13.12;1185.00;1.57;0.52 +10759;10;3707.58;11.39;1185.00;-1.57;0.52 10759;21;3696.42;13.12;1185.00;1.57;0.52 +10760;0;3711.00;13.60;1023.00;0.00;0.52 +10760;1;3706.50;11.85;1018.00;-0.73;0.52 +10760;2;3715.00;13.70;1019.00;0.78;0.52 +10760;3;3704.00;13.67;1025.00;4.43;0.52 +10760;4;3720.00;13.10;1022.50;1.51;0.52 +10760;5;3713.50;12.25;1028.00;2.67;0.52 +10760;9;3704.52;12.75;1023.00;1.57;0.52 +10760;10;3717.48;13.15;1023.00;-1.57;0.52 +10760;19;3712.00;9.75;1034.00;-3.61;0.52 +10760;20;3712.15;9.75;1035.74;3.05;0.52 10760;21;3704.52;12.75;1023.00;1.57;0.52 +10761;0;3425.00;10.10;651.00;0.00;0.64 +10761;1;3422.00;10.05;647.50;-0.70;0.64 +10761;2;3430.50;9.95;645.00;0.74;0.64 +10761;3;3435.00;9.80;649.50;1.42;0.64 +10761;4;3416.00;10.25;653.50;4.44;0.64 +10761;5;3426.00;10.02;655.00;2.89;0.64 +10761;6;3435.00;9.80;654.00;1.86;0.64 +10761;7;3416.00;10.40;658.50;4.01;0.64 +10761;9;3417.80;10.10;651.00;1.57;0.64 +10761;10;3432.20;9.90;651.00;-1.57;0.64 10761;21;3417.80;10.10;651.00;1.57;0.64 +10762;0;2697.00;10.60;747.00;0.00;0.80 +10762;1;2698.50;10.10;735.00;0.12;0.80 +10762;2;2690.00;10.20;744.50;-1.22;0.80 +10762;3;2704.00;10.50;742.00;0.95;0.80 +10762;4;2705.00;10.57;750.00;1.93;0.80 +10762;5;2702.50;10.10;756.50;2.61;0.80 +10762;6;2693.50;10.70;756.50;3.49;0.80 +10762;9;2689.80;10.31;747.00;1.57;0.80 +10762;10;2704.20;10.53;747.00;-1.57;0.80 +10762;19;2698.00;9.50;724.00;0.12;0.80 +10762;20;2698.07;9.50;722.25;0.04;0.80 10762;21;2689.80;10.31;747.00;1.57;0.80 +10763;0;4455.00;13.60;1098.00;0.00;0.40 +10763;1;4454.00;13.85;1092.50;-0.18;0.40 +10763;2;4459.00;13.65;1092.50;0.62;0.40 +10763;3;4459.00;13.45;1097.50;1.44;0.40 +10763;4;4451.00;13.85;1097.50;-1.44;0.40 +10763;5;4452.00;13.97;1102.00;3.78;0.40 +10763;6;4457.00;13.45;1103.00;2.76;0.40 +10763;9;4451.40;13.80;1098.00;1.57;0.40 +10763;10;4458.60;13.44;1098.00;-1.57;0.40 10763;21;4451.40;13.80;1098.00;1.57;0.40 +10764;0;3225.00;11.60;761.00;0.00;0.98 +10764;1;3233.00;11.85;743.00;0.41;0.98 +10764;2;3234.00;11.60;753.00;0.84;0.98 +10764;3;3220.50;11.80;757.50;-0.91;0.98 +10764;4;3234.00;11.40;766.00;2.07;0.98 +10764;5;3226.00;11.60;770.50;3.03;0.98 +10764;6;3214.50;11.90;771.50;3.92;0.98 +10764;9;3216.18;11.96;761.00;1.57;0.98 +10764;10;3233.82;11.50;761.00;-1.57;0.98 10764;21;3216.18;11.96;761.00;1.57;0.98 +10765;0;1084.00;10.75;1354.00;0.00;0.56 +10765;1;1084.00;10.70;1347.00;0.00;0.56 +10765;2;1090.00;11.32;1349.00;0.87;0.56 +10765;3;1078.00;10.37;1354.00;4.71;0.56 +10765;4;1089.00;11.60;1356.50;2.03;0.56 +10765;5;1083.50;11.50;1360.50;3.21;0.56 +10765;9;1078.96;10.42;1354.00;1.57;0.56 +10765;10;1089.04;11.55;1354.00;-1.57;0.56 10765;21;1089.04;11.55;1354.00;-1.57;0.56 +10766;0;3224.00;11.70;613.00;0.00;0.82 +10766;1;3225.50;11.65;603.00;0.14;0.82 +10766;2;3217.00;11.40;606.50;-0.82;0.82 +10766;3;3234.00;11.87;607.00;1.03;0.82 +10766;4;3231.50;11.75;616.00;1.95;0.82 +10766;5;3215.50;11.30;617.50;4.22;0.82 +10766;6;3226.00;11.72;623.00;2.94;0.82 +10766;7;3218.50;11.60;624.00;3.60;0.82 +10766;9;3216.62;11.42;613.00;1.57;0.82 +10766;10;3231.38;11.49;613.00;-1.57;0.82 10766;21;3216.62;11.42;613.00;1.57;0.82 +10767;0;1845.00;9.70;1015.00;0.00;0.48 +10767;1;1844.00;9.67;1010.00;-0.19;0.48 +10767;2;1849.00;9.70;1013.00;1.10;0.48 +10767;3;1841.00;9.70;1014.50;-1.44;0.48 +10767;4;1844.00;9.65;1020.00;3.33;0.48 +10767;5;1846.00;9.67;1020.00;2.94;0.48 +10767;9;1840.68;9.70;1015.00;1.57;0.48 +10767;10;1849.32;9.70;1015.00;-1.57;0.48 +10767;19;1850.30;9.40;1007.97;1.51;0.48 +10767;20;1851.36;9.40;1006.57;0.64;0.48 10767;21;1849.32;9.70;1015.00;-1.57;0.48 +10768;0;3622.00;16.75;1249.00;0.00;0.46 +10768;1;3622.00;15.50;1244.50;0.00;0.46 +10768;2;3627.50;16.55;1247.00;1.22;0.46 +10768;3;3618.00;16.20;1247.50;-1.21;0.46 +10768;4;3617.50;16.40;1251.50;4.20;0.46 +10768;5;3626.00;15.40;1251.50;2.12;0.46 +10768;6;3621.00;14.45;1254.50;3.32;0.46 +10768;9;3617.32;16.55;1249.00;1.57;0.46 +10768;10;3626.68;16.68;1249.00;-1.57;0.46 10768;21;3617.32;16.55;1249.00;1.57;0.46 +10769;0;1255.00;9.95;1290.00;0.00;0.60 +10769;1;1255.50;10.50;1280.50;0.05;0.60 +10769;2;1253.50;10.20;1282.50;-0.19;0.60 +10769;3;1260.00;9.95;1286.00;0.89;0.60 +10769;4;1250.00;10.17;1290.00;4.71;0.60 +10769;5;1258.50;9.80;1294.00;2.42;0.60 +10769;6;1251.00;10.50;1297.00;3.66;0.60 +10769;7;1256.00;9.90;1298.00;3.01;0.60 +10769;9;1249.60;10.19;1290.00;1.57;0.60 +10769;10;1260.40;9.85;1290.00;-1.57;0.60 10769;21;1261.11;10.00;1294.71;-1.57;0.60 +10770;0;4381.00;12.75;1326.00;0.00;0.60 +10770;1;4386.00;12.90;1322.00;0.89;0.60 +10770;2;4378.00;13.00;1319.00;-0.40;0.60 +10770;3;4372.50;12.95;1324.00;-1.34;0.60 +10770;4;4388.50;12.60;1329.50;2.00;0.60 +10770;5;4374.00;12.60;1329.50;4.24;0.60 +10770;6;4380.50;12.40;1332.50;3.21;0.60 +10770;9;4374.70;12.85;1326.00;1.57;0.60 +10770;10;4387.30;12.75;1326.00;-1.57;0.60 10770;21;4374.70;12.85;1326.00;1.57;0.60 +10771;0;2677.00;10.10;915.00;0.00;0.72 +10771;1;2660.50;10.15;909.00;-1.22;0.72 +10771;2;2678.50;10.10;909.00;0.24;0.72 +10771;3;2695.50;10.10;909.00;1.25;0.72 +10771;4;2698.50;10.20;914.00;1.52;0.72 +10771;5;2654.00;10.20;914.50;-1.54;0.72 +10771;6;2662.00;9.90;920.50;4.36;0.72 +10771;7;2697.00;10.10;920.50;1.83;0.72 +10771;8;2683.50;10.00;922.00;2.39;0.72 +10771;9;2660.08;9.95;915.00;1.57;0.72 +10771;10;2693.92;10.10;915.00;-1.57;0.72 10771;21;2693.92;10.10;915.00;-1.57;0.72 +10772;0;3971.00;9.92;1150.00;0.00;0.54 +10772;1;3968.00;9.90;1144.00;-0.46;0.54 +10772;2;3974.00;9.90;1148.50;1.10;0.54 +10772;3;3965.00;9.90;1146.50;-1.04;0.54 +10772;4;3968.00;9.92;1152.00;4.12;0.54 +10772;5;3979.00;10.30;1153.50;1.98;0.54 +10772;6;3977.50;10.35;1156.00;2.31;0.54 +10772;7;3974.50;10.15;1156.00;2.61;0.54 +10772;9;3965.24;9.90;1150.00;1.57;0.54 +10772;10;3976.76;10.05;1150.00;-1.57;0.54 10772;21;3965.24;9.90;1150.00;1.57;0.54 +10773;0;1290.00;15.25;1151.00;0.00;0.46 +10773;1;1290.50;15.35;1147.00;0.12;0.46 +10773;2;1299.50;15.65;1147.00;1.17;0.46 +10773;3;1280.50;16.20;1149.50;-1.41;0.46 +10773;4;1298.00;15.05;1152.50;1.75;0.46 +10773;5;1286.00;16.05;1155.00;3.92;0.46 +10773;6;1294.00;13.90;1156.50;2.51;0.46 +10773;9;1282.62;16.20;1151.00;1.57;0.46 +10773;10;1297.38;15.35;1151.00;-1.57;0.46 10773;21;1282.62;16.20;1151.00;1.57;0.46 +10774;0;3550.00;9.70;1184.00;0.00;0.52 +10774;1;3554.00;9.70;1177.00;0.51;0.52 +10774;2;3548.00;9.70;1182.00;-0.78;0.52 +10774;3;3555.00;9.70;1181.50;1.10;0.52 +10774;4;3551.00;9.70;1188.00;2.89;0.52 +10774;5;3544.50;9.70;1189.50;3.92;0.52 +10774;9;3545.32;9.70;1184.00;1.57;0.52 +10774;10;3554.68;9.70;1184.00;-1.57;0.52 10774;21;3545.32;9.70;1184.00;1.57;0.52 +10775;0;3444.00;12.10;751.00;0.00;0.72 +10775;1;3439.00;12.50;744.50;-0.65;0.72 +10775;2;3453.00;11.20;746.00;1.06;0.72 +10775;3;3428.00;12.72;751.00;4.71;0.72 +10775;4;3454.50;11.75;756.00;2.01;0.72 +10775;5;3437.00;12.40;755.50;4.14;0.72 +10775;6;3449.50;12.15;759.00;2.53;0.72 +10775;9;3433.20;12.48;751.00;1.57;0.72 +10775;10;3454.80;11.25;751.00;-1.57;0.72 10775;21;3433.20;12.48;751.00;1.57;0.72 +10776;0;4385.00;12.20;1009.00;0.00;0.50 +10776;1;4386.50;12.10;1001.50;0.19;0.50 +10776;2;4389.00;12.10;1001.50;0.49;0.50 +10776;3;4389.00;12.17;1007.00;1.10;0.50 +10776;4;4384.50;11.80;1004.50;-0.11;0.50 +10776;5;4381.00;11.85;1008.50;-1.44;0.50 +10776;6;4390.50;12.35;1012.00;2.07;0.50 +10776;7;4379.00;11.90;1013.00;4.12;0.50 +10776;8;4386.50;12.60;1014.50;2.87;0.50 +10776;9;4380.50;11.80;1009.00;1.57;0.50 +10776;10;4389.50;12.35;1009.00;-1.57;0.50 10776;21;4380.50;11.80;1009.00;1.57;0.50 +10777;0;3484.00;12.20;817.00;0.00;0.58 +10777;1;3481.50;13.35;812.00;-0.46;0.58 +10777;2;3487.00;13.15;811.50;0.49;0.58 +10777;3;3492.00;11.97;814.00;1.21;0.58 +10777;4;3478.00;13.00;817.50;4.62;0.58 +10777;5;3487.00;10.65;820.50;2.43;0.58 +10777;6;3480.00;10.90;823.50;3.69;0.58 +10777;9;3478.06;13.05;817.00;1.57;0.58 +10777;10;3489.94;11.15;817.00;-1.57;0.58 +10777;19;3494.00;9.60;819.00;-3.85;0.58 +10777;20;3495.71;9.60;819.34;1.76;0.58 10777;21;3478.06;13.05;817.00;1.57;0.58 +10778;0;1309.00;10.40;1404.00;0.00;0.34 +10778;1;1304.50;10.40;1402.00;-1.15;0.34 +10778;2;1310.00;10.40;1400.50;0.27;0.34 +10778;3;1315.50;10.40;1402.50;1.34;0.34 +10778;4;1304.50;10.40;1406.50;4.20;0.34 +10778;5;1314.00;9.80;1405.50;1.86;0.34 +10778;6;1309.00;10.15;1407.50;3.14;0.34 +10778;9;1304.32;10.40;1404.00;1.57;0.34 +10778;10;1313.68;10.10;1404.00;-1.57;0.34 10778;21;1304.32;10.40;1404.00;1.57;0.34 +10779;0;2646.00;10.10;1049.00;0.00;1.04 +10779;1;2653.00;10.20;1035.50;0.47;1.04 +10779;2;2640.00;10.10;1037.50;-0.48;1.04 +10779;3;2658.50;10.10;1049.00;1.57;1.04 +10779;4;2632.50;10.10;1050.50;4.60;1.04 +10779;5;2646.00;10.30;1061.50;3.14;1.04 +10779;9;2636.64;10.10;1049.00;1.57;1.04 +10779;10;2655.36;10.10;1049.00;-1.57;1.04 10779;21;2636.64;10.10;1049.00;1.57;1.04 +10780;0;2999.00;10.32;882.00;0.00;0.84 +10780;1;2996.00;10.95;870.00;-0.24;0.84 +10780;2;3002.50;11.40;871.50;0.32;0.84 +10780;3;2992.50;10.40;880.50;-1.34;0.84 +10780;4;1499.00;9.50;440.50;-1.28;0.84 +10780;5;3010.50;10.50;883.50;1.70;0.84 +10780;6;3004.50;10.40;889.00;2.47;0.84 +10780;7;2993.50;10.40;891.00;3.69;0.84 +10780;9;2991.44;10.40;882.00;1.57;0.84 +10780;10;3006.56;10.64;882.00;-1.57;0.84 10780;21;2991.44;10.40;882.00;1.57;0.84 +10781;0;3893.00;12.65;1249.00;0.00;0.44 +10781;1;3891.00;13.00;1244.50;-0.41;0.44 +10781;2;3897.50;14.90;1248.00;1.35;0.44 +10781;3;3886.00;13.50;1247.50;-1.36;0.44 +10781;4;3886.50;12.50;1250.50;4.48;0.44 +10781;5;3893.00;12.05;1252.50;3.14;0.44 +10781;6;3898.50;13.90;1253.50;2.25;0.44 +10781;9;3887.96;12.08;1249.00;1.57;0.44 +10781;10;3898.04;14.77;1249.00;-1.57;0.44 10781;21;3887.96;12.08;1249.00;1.57;0.44 +10782;0;3775.00;13.82;1100.00;0.00;0.74 +10782;1;3780.00;12.70;1092.50;0.58;0.74 +10782;2;3771.50;13.50;1096.50;-0.78;0.74 +10782;3;3784.50;12.60;1094.50;1.04;0.74 +10782;4;3781.50;13.50;1100.00;1.57;0.74 +10782;5;3768.50;13.65;1106.00;3.96;0.74 +10782;6;3776.50;13.80;1107.50;2.94;0.74 +10782;9;3768.16;13.71;1100.00;1.57;0.74 +10782;10;3781.84;13.50;1100.00;-1.57;0.74 10782;21;3768.16;13.71;1100.00;1.57;0.74 +10783;0;1042.00;10.42;1407.00;0.00;0.56 +10783;1;1036.50;10.20;1403.50;-1.00;0.56 +10783;2;1045.50;10.75;1400.00;0.46;0.56 +10783;3;1049.00;11.15;1405.50;1.36;0.56 +10783;4;1028.50;10.40;1407.00;4.71;0.56 +10783;5;1036.00;11.10;1409.00;4.39;0.56 +10783;6;1029.50;10.70;1408.50;4.59;0.56 +10783;7;1046.50;10.50;1412.50;2.45;0.56 +10783;9;1033.36;10.54;1407.00;1.57;0.56 +10783;10;1050.64;11.25;1407.00;-1.57;0.56 10783;21;1033.93;12.20;1409.19;-1.57;0.56 +10784;0;3351.00;10.90;898.00;0.00;0.60 +10784;1;3353.00;10.90;890.00;0.24;0.60 +10784;2;3356.50;10.80;898.50;1.66;0.60 +10784;3;3346.50;10.70;895.50;-1.06;0.60 +10784;4;3347.50;10.70;904.00;3.67;0.60 +10784;9;3345.60;10.70;898.00;1.57;0.60 +10784;10;3356.40;10.80;898.00;-1.57;0.60 10784;21;3345.60;10.70;898.00;1.57;0.60 +10785;0;3144.00;9.70;1130.00;0.00;0.56 +10785;1;3139.50;9.80;1124.00;-0.64;0.56 +10785;2;3147.50;9.70;1127.00;0.86;0.56 +10785;3;3136.50;9.80;1128.00;-1.31;0.56 +10785;4;3139.00;9.70;1132.50;4.24;0.56 +10785;5;3150.50;9.70;1134.50;2.17;0.56 +10785;6;3143.00;9.67;1136.00;3.30;0.56 +10785;7;3148.00;9.70;1137.00;2.62;0.56 +10785;9;3138.42;9.75;1130.00;1.57;0.56 +10785;10;3149.58;9.70;1130.00;-1.57;0.56 10785;21;3138.42;9.75;1130.00;1.57;0.56 +10786;0;3483.00;12.47;973.00;0.00;0.80 +10786;1;3485.50;12.85;964.00;0.27;0.80 +10786;2;3479.00;13.30;963.00;-0.38;0.80 +10786;3;3475.00;13.35;971.00;-1.32;0.80 +10786;4;3491.00;12.40;971.50;1.38;0.80 +10786;5;3489.00;11.90;979.50;2.39;0.80 +10786;6;3478.50;12.90;981.50;3.62;0.80 +10786;9;3475.80;13.08;973.00;1.57;0.80 +10786;10;3490.20;12.23;973.00;-1.57;0.80 10786;21;3475.80;13.08;973.00;1.57;0.80 +10787;0;4395.00;18.97;1196.00;0.00;0.56 +10787;1;4398.00;18.80;1189.50;0.43;0.56 +10787;2;4391.50;19.10;1195.00;-1.29;0.56 +10787;3;4402.50;18.90;1192.00;1.08;0.56 +10787;4;4397.00;18.75;1199.50;2.62;0.56 +10787;5;4388.50;19.60;1201.50;4.01;0.56 +10787;6;4390.50;19.30;1203.50;3.68;0.56 +10787;9;4389.78;19.35;1196.00;1.57;0.56 +10787;10;4400.22;18.75;1196.00;-1.57;0.56 10787;21;4389.78;19.35;1196.00;1.57;0.56 +10788;0;2775.00;10.20;931.00;0.00;0.60 +10788;1;2777.00;10.20;924.50;0.29;0.60 +10788;2;2764.00;10.20;927.00;-1.22;0.60 +10788;3;2788.00;10.17;930.00;1.49;0.60 +10788;4;2769.50;10.20;936.50;3.92;0.60 +10788;5;2784.00;10.20;937.00;2.15;0.60 +10788;9;2765.28;10.20;931.00;1.57;0.60 +10788;10;2784.72;10.10;931.00;-1.57;0.60 10788;21;2765.28;10.20;931.00;1.57;0.60 +10789;0;3852.00;14.87;1194.00;0.00;0.64 +10789;1;3858.00;14.00;1189.00;0.87;0.64 +10789;2;3848.00;13.97;1189.00;-0.67;0.64 +10789;3;3841.50;14.50;1192.50;-1.42;0.64 +10789;4;3862.00;14.62;1193.00;1.47;0.64 +10789;5;3846.50;14.50;1198.50;4.02;0.64 +10789;6;3857.50;16.10;1198.50;2.25;0.64 +10789;7;3852.00;15.50;1202.50;3.14;0.64 +10789;9;3844.08;14.32;1194.00;1.57;0.64 +10789;10;3859.92;15.23;1194.00;-1.57;0.64 10789;21;3844.08;14.32;1194.00;1.57;0.64 +10790;0;1626.00;14.00;937.00;0.00;0.48 +10790;1;1623.00;14.35;929.50;-0.38;0.48 +10790;2;1628.50;11.70;930.50;0.36;0.48 +10790;3;1622.50;11.90;939.50;4.09;0.48 +10790;4;1631.00;13.60;940.50;2.18;0.48 +10790;5;1629.00;16.30;946.50;2.83;0.48 +10790;9;1621.68;12.30;937.00;1.57;0.48 +10790;10;1630.32;12.64;937.00;-1.57;0.48 10790;21;1621.68;12.30;937.00;1.57;0.48 +10791;0;3585.00;10.07;1052.00;0.00;0.56 +10791;1;3584.00;10.05;1044.00;-0.12;0.56 +10791;2;3591.00;9.95;1046.50;0.82;0.56 +10791;3;3579.50;10.10;1052.50;4.62;0.56 +10791;4;3593.00;9.85;1050.50;1.38;0.56 +10791;5;3589.00;9.85;1057.00;2.46;0.56 +10791;6;3582.50;9.90;1061.00;3.41;0.56 +10791;9;3579.96;10.10;1052.00;1.57;0.56 +10791;10;3590.04;9.92;1052.00;-1.57;0.56 +10791;19;3586.00;9.60;1073.00;-3.82;0.56 +10791;20;3586.08;9.60;1074.74;3.09;0.56 10791;21;3579.96;10.10;1052.00;1.57;0.56 +10792;0;1722.00;9.90;909.00;0.00;0.90 +10792;1;1731.00;9.95;901.50;0.87;0.90 +10792;2;1738.00;9.80;909.50;1.60;0.90 +10792;3;1710.00;9.90;902.50;-1.07;0.90 +10792;4;1699.00;10.00;907.50;-1.50;0.90 +10792;5;1716.50;9.90;915.00;3.88;0.90 +10792;9;1706.16;10.00;909.00;1.57;0.90 +10792;10;1737.84;9.80;909.00;-1.57;0.90 10792;21;1706.16;10.00;909.00;1.57;0.90 +10793;0;3507.00;10.30;1220.00;0.00;0.46 +10793;1;3505.50;10.10;1214.50;-0.26;0.46 +10793;2;3510.00;10.00;1214.50;0.49;0.46 +10793;3;3511.50;10.05;1220.00;1.57;0.46 +10793;4;3501.50;10.45;1217.00;-1.07;0.46 +10793;5;3503.00;10.60;1222.00;4.24;0.46 +10793;6;3509.00;10.32;1226.00;2.82;0.46 +10793;9;3502.86;10.50;1220.00;1.57;0.46 +10793;10;3511.14;10.10;1220.00;-1.57;0.46 10793;21;3502.86;10.50;1220.00;1.57;0.46 +10794;0;4025.00;10.00;1110.00;0.00;0.44 +10794;1;4022.00;10.00;1106.50;-0.70;0.44 +10794;2;4028.00;9.90;1106.00;0.64;0.44 +10794;3;4029.50;10.05;1112.00;1.98;0.44 +10794;4;4020.00;10.07;1111.00;4.51;0.44 +10794;5;4023.50;10.05;1114.00;3.50;0.44 +10794;6;4026.50;10.30;1115.50;2.87;0.44 +10794;9;4021.04;10.02;1110.00;1.57;0.44 +10794;10;4028.96;10.00;1110.00;-1.57;0.44 10794;21;4021.04;10.02;1110.00;1.57;0.44 +10795;0;3303.00;10.62;856.00;0.00;0.46 +10795;1;3302.50;10.90;850.00;-0.08;0.46 +10795;2;3308.50;10.80;850.00;0.74;0.46 +10795;3;3308.00;10.60;856.50;1.67;0.46 +10795;4;3297.50;10.70;858.00;4.36;0.46 +10795;5;3306.00;10.90;863.50;2.76;0.46 +10795;6;3302.00;10.60;864.00;3.26;0.46 +10795;9;3298.86;10.73;856.00;1.57;0.46 +10795;10;3307.14;10.60;856.00;-1.57;0.46 10795;21;3298.86;10.73;856.00;1.57;0.46 +10796;0;4309.00;19.10;1275.00;0.00;0.58 +10796;1;4308.50;18.50;1268.50;-0.07;0.58 +10796;2;4302.50;18.40;1274.00;-1.41;0.58 +10796;3;4315.00;17.75;1271.00;0.98;0.58 +10796;4;4316.50;19.85;1278.00;1.95;0.58 +10796;5;4305.00;19.72;1280.00;3.81;0.58 +10796;9;4301.62;18.56;1275.00;1.57;0.58 +10796;10;4316.38;18.90;1275.00;-1.57;0.58 10796;21;4301.62;18.56;1275.00;1.57;0.58 +10797;0;3609.00;11.42;1128.00;0.00;0.66 +10797;1;3609.00;10.20;1117.00;0.00;0.66 +10797;2;3604.50;10.10;1124.50;-0.91;0.66 +10797;3;3613.00;11.77;1122.00;0.58;0.66 +10797;4;3613.00;12.45;1132.00;2.35;0.66 +10797;5;3604.50;10.40;1135.50;3.68;0.66 +10797;9;3603.06;10.07;1128.00;1.57;0.66 +10797;10;3614.94;12.37;1128.00;-1.57;0.66 +10797;19;3597.00;9.50;1134.00;-0.91;0.66 +10797;20;3595.43;9.50;1134.78;4.24;0.66 10797;21;3603.06;10.07;1128.00;1.57;0.66 +10798;0;1273.00;10.70;1464.00;0.00;0.42 +10798;1;1274.50;10.60;1460.00;0.35;0.42 +10798;2;1279.50;10.50;1461.50;1.20;0.42 +10798;3;1269.00;10.75;1463.00;-1.32;0.42 +10798;4;1277.00;10.52;1465.00;1.81;0.42 +10798;5;1267.00;10.80;1467.50;4.18;0.42 +10798;6;1271.50;10.70;1468.00;3.50;0.42 +10798;9;1268.32;10.80;1464.00;1.57;0.42 +10798;10;1277.68;10.54;1464.00;-1.57;0.42 10798;21;1268.32;10.80;1464.00;1.57;0.42 +10799;0;3995.00;11.05;901.00;0.00;0.40 +10799;1;3997.50;10.85;897.00;0.55;0.40 +10799;2;3993.50;10.95;897.00;-0.35;0.40 +10799;3;3992.00;11.02;901.00;4.71;0.40 +10799;4;4000.50;10.70;899.50;1.30;0.40 +10799;5;3999.00;10.95;902.50;1.93;0.40 +10799;6;3991.00;11.05;904.50;3.99;0.40 +10799;7;3994.50;11.10;905.00;3.26;0.40 +10799;9;3991.40;11.05;901.00;1.57;0.40 +10799;10;3998.60;10.89;901.00;-1.57;0.40 10799;21;3991.40;11.05;901.00;1.57;0.40 +10800;0;1193.00;12.65;1310.00;0.00;0.52 +10800;1;1189.00;12.65;1303.50;-0.55;0.52 +10800;2;1196.50;12.90;1301.50;0.39;0.52 +10800;3;1198.00;12.90;1310.50;1.67;0.52 +10800;4;1188.50;12.50;1312.00;4.29;0.52 +10800;5;1193.50;12.70;1318.50;3.08;0.52 +10800;6;1189.00;13.15;1319.00;3.56;0.52 +10800;9;1188.32;12.54;1310.00;1.57;0.52 +10800;10;1197.68;12.95;1310.00;-1.57;0.52 10800;21;1188.32;12.54;1310.00;1.57;0.52 +10801;0;4060.00;10.65;1025.00;0.00;0.46 +10801;1;4062.00;10.52;1021.00;0.46;0.46 +10801;2;4067.00;11.02;1022.00;1.16;0.46 +10801;3;4056.50;10.90;1024.00;-1.29;0.46 +10801;4;4062.00;10.80;1027.00;2.35;0.46 +10801;5;4055.00;11.25;1028.50;4.10;0.46 +10801;9;4055.14;11.10;1025.00;1.57;0.46 +10801;10;4064.86;10.83;1025.00;-1.57;0.46 10801;21;4055.14;11.10;1025.00;1.57;0.46 +10802;0;4061.00;22.87;1204.00;0.00;0.86 +10802;1;4066.50;22.30;1191.00;0.40;0.86 +10802;2;4058.00;22.20;1196.00;-0.35;0.86 +10802;3;4070.50;21.60;1199.50;1.12;0.86 +10802;4;4052.50;22.85;1204.00;4.71;0.86 +10802;5;4064.50;23.10;1211.00;2.67;0.86 +10802;6;4050.50;23.40;1210.00;4.19;0.86 +10802;7;4055.50;23.30;1215.50;3.58;0.86 +10802;9;4053.26;22.81;1204.00;1.57;0.86 +10802;10;4068.74;21.81;1204.00;-1.57;0.86 10802;21;4053.26;22.81;1204.00;1.57;0.86 +10803;0;2739.00;9.67;740.00;0.00;0.52 +10803;1;2736.00;9.60;736.00;-0.64;0.52 +10803;2;2747.50;9.60;735.50;1.08;0.52 +10803;3;2725.00;10.05;738.50;-1.46;0.52 +10803;4;2749.50;9.70;740.50;1.61;0.52 +10803;5;2736.00;9.70;743.50;3.85;0.52 +10803;6;2746.00;9.70;747.00;2.35;0.52 +10803;9;2729.28;9.89;740.00;1.57;0.52 +10803;10;2748.72;9.70;740.00;-1.57;0.52 +10803;19;2735.00;9.50;734.00;-0.64;0.52 +10803;20;2734.02;9.50;732.54;-0.58;0.52 10803;21;2745.52;9.70;735.40;1.57;0.52 +10804;0;3460.00;10.42;1257.00;0.00;0.46 +10804;1;3459.00;10.70;1252.50;-0.21;0.46 +10804;2;3455.00;10.30;1253.50;-0.96;0.46 +10804;3;3463.50;10.40;1256.50;1.42;0.46 +10804;4;3457.50;10.40;1259.50;3.92;0.46 +10804;5;3464.50;10.50;1261.00;2.29;0.46 +10804;9;3455.68;10.25;1257.00;1.57;0.46 +10804;10;3464.32;10.49;1257.00;-1.57;0.46 10804;21;3455.68;10.25;1257.00;1.57;0.46 +10805;0;2972.00;10.47;877.00;0.00;0.68 +10805;1;2968.50;10.40;868.50;-0.39;0.68 +10805;2;2964.50;10.50;876.00;-1.43;0.68 +10805;3;2974.50;10.40;869.50;0.32;0.68 +10805;4;2979.00;10.40;878.00;1.71;0.68 +10805;5;2970.50;10.60;884.00;3.35;0.68 +10805;9;2965.88;10.50;877.00;1.57;0.68 +10805;10;2978.12;10.40;877.00;-1.57;0.68 10805;21;2965.88;10.50;877.00;1.57;0.68 +10806;0;3748.00;16.60;1225.00;0.00;0.46 +10806;1;3745.50;15.50;1218.50;-0.36;0.46 +10806;2;3744.50;15.70;1226.00;4.43;0.46 +10806;3;3750.50;16.60;1223.00;0.89;0.46 +10806;4;3753.50;15.65;1229.00;2.20;0.46 +10806;5;3750.50;14.00;1232.50;2.82;0.46 +10806;9;3743.86;15.92;1225.00;1.57;0.46 +10806;10;3752.14;16.94;1225.00;-1.57;0.46 10806;21;3743.86;15.92;1225.00;1.57;0.46 +10807;0;4027.00;10.87;1081.00;0.00;0.44 +10807;1;4021.00;10.75;1077.00;-0.98;0.44 +10807;2;4030.00;10.70;1079.00;0.98;0.44 +10807;3;4019.00;10.50;1082.00;4.58;0.44 +10807;4;4036.00;10.30;1082.50;1.73;0.44 +10807;5;4024.00;10.67;1084.00;3.92;0.44 +10807;6;4032.00;10.52;1085.00;2.24;0.44 +10807;9;4020.52;10.50;1081.00;1.57;0.44 +10807;10;4033.48;10.45;1081.00;-1.57;0.44 10807;21;4020.52;10.50;1081.00;1.57;0.44 +10808;0;4023.00;10.55;844.00;0.00;0.28 +10808;1;4020.50;10.50;841.50;-0.78;0.28 +10808;2;4024.00;10.60;840.50;0.27;0.28 +10808;3;4026.50;11.00;841.50;0.95;0.28 +10808;4;4026.00;10.80;845.00;1.89;0.28 +10808;5;4020.00;10.72;844.00;4.71;0.28 +10808;6;4020.50;10.80;846.50;3.92;0.28 +10808;7;4023.50;10.70;847.00;2.97;0.28 +10808;9;4020.48;10.65;844.00;1.57;0.28 +10808;10;4025.52;10.75;844.00;-1.57;0.28 10808;21;4020.48;10.65;844.00;1.57;0.28 +10809;0;1127.00;13.57;1379.00;0.00;0.68 +10809;1;1131.50;13.20;1371.50;0.54;0.68 +10809;2;1124.00;13.60;1375.00;-0.64;0.68 +10809;3;1133.50;12.90;1379.00;1.57;0.68 +10809;4;1117.00;13.35;1380.00;4.61;0.68 +10809;5;1124.00;13.25;1385.00;3.60;0.68 +10809;9;1120.88;13.36;1379.00;1.57;0.68 +10809;10;1133.12;12.90;1379.00;-1.57;0.68 10809;21;1133.12;12.90;1379.00;-1.57;0.68 +10810;0;4276.00;15.50;1116.00;0.00;0.44 +10810;1;4276.00;14.25;1112.00;0.00;0.44 +10810;2;4269.50;15.60;1112.50;-1.07;0.44 +10810;3;4274.00;17.30;1118.50;3.81;0.44 +10810;4;4281.00;15.92;1117.00;1.76;0.44 +10810;9;4270.96;16.40;1116.00;1.57;0.44 +10810;10;4281.04;15.72;1116.00;-1.57;0.44 10810;21;4270.96;16.40;1116.00;1.57;0.44 +10811;0;3482.00;10.20;1266.00;0.00;0.38 +10811;1;3479.00;10.32;1262.00;-0.64;0.38 +10811;2;3484.00;10.35;1262.00;0.46;0.38 +10811;3;3488.50;10.40;1265.00;1.41;0.38 +10811;4;3475.50;10.40;1265.50;-1.49;0.38 +10811;5;3487.00;10.57;1269.00;2.11;0.38 +10811;6;3473.50;10.40;1268.00;4.48;0.38 +10811;7;3475.50;10.35;1269.00;4.28;0.38 +10811;8;3480.50;10.50;1269.50;3.54;0.38 +10811;9;3476.42;10.30;1266.00;1.57;0.38 +10811;10;3487.58;10.40;1266.00;-1.57;0.38 10811;21;3476.42;10.30;1266.00;1.57;0.38 +10812;0;2680.00;10.25;890.00;0.00;0.68 +10812;1;2677.00;10.30;881.50;-0.33;0.68 +10812;2;2670.50;10.10;888.00;-1.36;0.68 +10812;3;2686.50;10.50;884.50;0.86;0.68 +10812;4;2692.00;10.30;890.50;1.61;0.68 +10812;5;2680.00;10.20;896.50;3.14;0.68 +10812;9;2670.64;10.10;890.00;1.57;0.68 +10812;10;2689.36;10.29;890.00;-1.57;0.68 10812;21;2689.36;10.29;890.00;-1.57;0.68 +10813;0;3879.00;10.57;1123.00;0.00;0.42 +10813;1;3880.00;10.45;1119.50;0.27;0.42 +10813;2;3871.50;11.10;1121.50;-1.37;0.42 +10813;3;3887.00;10.35;1123.00;1.57;0.42 +10813;4;3871.50;11.20;1125.50;4.39;0.42 +10813;5;3877.00;10.85;1126.50;3.66;0.42 +10813;6;3884.00;10.55;1127.00;2.24;0.42 +10813;9;3873.06;11.04;1123.00;1.57;0.42 +10813;10;3884.94;10.40;1123.00;-1.57;0.42 10813;21;3873.06;11.04;1123.00;1.57;0.42 +10814;0;2610.00;12.80;952.00;0.00;0.88 +10814;1;2612.00;12.07;941.00;0.18;0.88 +10814;2;2619.50;12.00;949.50;1.31;0.88 +10814;3;2603.00;10.35;947.00;-0.95;0.88 +10814;4;2599.00;11.50;956.00;4.36;0.88 +10814;5;2611.00;14.20;962.00;3.04;0.88 +10814;9;2602.08;12.15;952.00;1.57;0.88 +10814;10;2617.92;12.79;952.00;-1.57;0.88 10814;21;2602.08;12.15;952.00;1.57;0.88 +10815;0;3435.00;11.70;1160.00;0.00;0.72 +10815;1;3432.00;11.70;1152.50;-0.38;0.72 +10815;2;3444.00;11.30;1155.00;1.06;0.72 +10815;3;3425.00;11.90;1160.50;4.66;0.72 +10815;4;3442.50;11.40;1164.50;2.11;0.72 +10815;5;3431.00;11.70;1168.50;3.58;0.72 +10815;9;3426.36;11.90;1160.00;1.57;0.72 +10815;10;3443.64;11.30;1160.00;-1.57;0.72 10815;21;3426.36;11.90;1160.00;1.57;0.72 +10816;0;4004.00;10.80;1038.00;0.00;0.32 +10816;1;4003.50;10.60;1031.50;-0.07;0.32 +10816;2;4000.50;10.85;1036.00;-1.05;0.32 +10816;3;4006.50;10.65;1034.00;0.55;0.32 +10816;4;4007.50;10.70;1039.50;1.97;0.32 +10816;5;4002.00;10.70;1043.00;3.52;0.32 +10816;6;4005.50;10.70;1045.00;2.93;0.32 +10816;9;4001.12;10.80;1038.00;1.57;0.32 +10816;10;4006.88;10.80;1038.00;-1.57;0.32 10816;21;4001.12;10.80;1038.00;1.57;0.32 +10817;0;4364.00;20.30;1205.00;0.00;0.46 +10817;1;4362.00;20.55;1200.50;-0.41;0.46 +10817;2;4369.00;20.32;1203.00;1.19;0.46 +10817;3;4356.00;20.85;1202.00;-1.21;0.46 +10817;4;4356.50;20.60;1205.50;4.64;0.46 +10817;5;4373.00;20.25;1206.00;1.68;0.46 +10817;6;4365.50;20.10;1208.50;2.73;0.46 +10817;7;4372.50;20.25;1209.00;2.01;0.46 +10817;9;4356.98;20.62;1205.00;1.57;0.46 +10817;10;4371.02;20.22;1205.00;-1.57;0.46 10817;21;4356.98;20.62;1205.00;1.57;0.46 +10818;0;3575.00;10.30;773.00;0.00;0.68 +10818;1;3574.50;9.70;764.00;-0.05;0.68 +10818;2;3570.50;9.80;764.50;-0.48;0.68 +10818;3;3579.50;9.90;773.50;1.68;0.68 +10818;4;3566.50;10.05;767.00;-0.95;0.68 +10818;5;3572.00;10.67;775.00;4.12;0.68 +10818;6;3580.50;10.20;782.50;2.61;0.68 +10818;9;3568.88;10.58;773.00;1.57;0.68 +10818;10;3581.12;9.71;773.00;-1.57;0.68 +10818;19;3589.00;9.57;784.00;-4.60;0.68 +10818;20;3590.37;9.57;785.08;2.23;0.68 10818;21;3568.88;10.58;773.00;1.57;0.68 +10819;0;4437.00;16.05;1092.00;0.00;0.42 +10819;1;4436.00;16.42;1087.00;-0.19;0.42 +10819;2;4433.00;16.22;1090.00;-1.10;0.42 +10819;3;4441.00;14.65;1090.00;1.10;0.42 +10819;4;4434.50;17.00;1094.50;3.92;0.42 +10819;5;4442.00;15.00;1094.50;2.03;0.42 +10819;6;4439.00;15.45;1096.50;2.72;0.42 +10819;9;4433.22;16.81;1092.00;1.57;0.42 +10819;10;4440.78;14.87;1092.00;-1.57;0.42 10819;21;4433.22;16.81;1092.00;1.57;0.42 +10820;0;2966.00;15.40;798.00;0.00;0.74 +10820;1;2969.00;15.10;793.50;0.58;0.74 +10820;2;2959.00;12.70;794.50;-1.10;0.74 +10820;3;2973.50;14.05;802.00;2.06;0.74 +10820;4;2964.00;14.47;804.00;3.46;0.74 +10820;5;2970.00;13.85;806.50;2.70;0.74 +10820;9;2959.34;14.61;798.00;1.57;0.74 +10820;10;2972.66;14.43;798.00;-1.57;0.74 10820;21;2959.34;14.61;798.00;1.57;0.74 +10821;0;3998.00;19.77;1251.00;0.00;0.76 +10821;1;4000.50;20.30;1241.50;0.25;0.76 +10821;2;4005.00;19.50;1244.50;0.82;0.76 +10821;3;3995.00;18.70;1246.50;-0.58;0.76 +10821;4;4008.50;21.20;1250.50;1.52;0.76 +10821;5;3987.50;20.30;1253.50;4.47;0.76 +10821;6;4002.50;21.55;1255.00;2.29;0.76 +10821;7;3991.50;21.10;1257.50;3.92;0.76 +10821;8;3985.50;20.85;1259.00;4.14;0.76 +10821;9;3989.36;19.46;1251.00;1.57;0.76 +10821;10;4006.64;21.20;1251.00;-1.57;0.76 10821;21;3989.36;19.46;1251.00;1.57;0.76 +10822;0;4504.00;11.00;1120.00;0.00;0.30 +10822;1;4505.00;11.25;1114.50;0.18;0.30 +10822;2;4507.00;11.30;1116.00;0.64;0.30 +10822;3;4500.50;11.10;1119.50;-1.42;0.30 +10822;4;4506.50;10.90;1121.50;2.11;0.30 +10822;5;4501.50;11.00;1124.50;3.64;0.30 +10822;6;4504.50;10.90;1125.50;3.05;0.30 +10822;9;4501.30;10.97;1120.00;1.57;0.30 +10822;10;4506.70;11.05;1120.00;-1.57;0.30 10822;21;4501.30;10.97;1120.00;1.57;0.30 +10823;0;1821.00;9.80;1013.00;0.00;0.68 +10823;1;1817.00;9.80;1005.50;-0.49;0.68 +10823;2;1813.50;9.90;1010.50;-1.24;0.68 +10823;3;1823.00;9.80;1008.00;0.38;0.68 +10823;4;1828.50;9.70;1009.00;1.08;0.68 +10823;5;1829.00;9.70;1013.50;1.63;0.68 +10823;6;1817.50;9.80;1018.00;3.75;0.68 +10823;7;1825.50;9.70;1020.00;2.57;0.68 +10823;9;1814.52;9.90;1013.00;1.57;0.68 +10823;10;1827.48;9.70;1013.00;-1.57;0.68 +10823;19;1830.93;9.50;1028.43;-3.81;0.68 +10823;20;1831.87;9.50;1029.90;2.57;0.68 10823;21;1827.48;9.70;1013.00;-1.57;0.68 +10824;0;1440.00;11.82;1454.00;0.00;0.26 +10824;1;1438.50;12.90;1451.00;-0.46;0.26 +10824;2;1443.50;10.40;1451.50;0.95;0.26 +10824;3;1434.50;11.10;1452.00;-1.22;0.26 +10824;4;1446.00;10.35;1454.50;1.65;0.26 +10824;5;1434.00;10.25;1454.50;4.62;0.26 +10824;6;1436.00;10.75;1456.50;4.15;0.26 +10824;7;1441.00;11.10;1456.50;2.76;0.26 +10824;9;1435.50;11.05;1454.00;1.57;0.26 +10824;10;1444.50;10.30;1454.00;-1.57;0.26 10824;21;1435.50;11.05;1454.00;1.57;0.26 +10825;0;4088.00;17.92;1134.00;0.00;0.64 +10825;1;4084.00;17.35;1130.50;-0.85;0.64 +10825;2;4092.50;18.35;1126.00;0.51;0.64 +10825;3;4095.00;18.57;1130.00;1.05;0.64 +10825;4;4093.50;18.20;1137.00;2.07;0.64 +10825;5;4078.00;20.05;1138.50;4.29;0.64 +10825;6;4084.50;21.45;1141.00;3.60;0.64 +10825;9;4080.44;17.79;1134.00;1.57;0.64 +10825;10;4095.56;18.46;1134.00;-1.57;0.64 10825;21;4080.44;17.79;1134.00;1.57;0.64 +10826;0;3912.00;19.17;1241.00;0.00;0.52 +10826;1;3910.50;17.90;1234.50;-0.22;0.52 +10826;2;3914.00;16.55;1235.00;0.32;0.52 +10826;3;3906.50;19.40;1237.50;-1.00;0.52 +10826;4;3916.00;17.22;1237.00;0.78;0.52 +10826;5;3918.00;20.32;1243.00;1.89;0.52 +10826;6;3907.00;19.27;1244.00;4.17;0.52 +10826;7;3912.50;20.20;1247.50;3.06;0.52 +10826;9;3907.32;19.39;1241.00;1.57;0.52 +10826;10;3916.68;19.45;1241.00;-1.57;0.52 10826;21;3907.32;19.39;1241.00;1.57;0.52 +10827;0;3256.00;10.95;836.00;0.00;0.76 +10827;1;3255.00;11.30;826.00;-0.10;0.76 +10827;2;3263.00;11.30;830.00;0.86;0.76 +10827;3;3245.50;10.80;835.00;-1.47;0.76 +10827;4;3268.50;11.60;836.50;1.61;0.76 +10827;5;3264.50;11.40;843.00;2.26;0.76 +10827;6;3246.00;10.90;844.00;4.03;0.76 +10827;7;3254.00;10.85;844.50;3.37;0.76 +10827;9;3246.64;10.70;836.00;1.57;0.76 +10827;10;3265.36;11.60;836.00;-1.57;0.76 10827;21;3246.64;10.70;836.00;1.57;0.76 +10828;0;3675.00;14.40;1176.00;0.00;0.56 +10828;1;3672.00;14.60;1169.50;-0.43;0.56 +10828;2;3669.00;14.80;1172.50;-1.04;0.56 +10828;3;3678.00;14.05;1172.50;0.70;0.56 +10828;4;3670.50;14.30;1178.50;4.20;0.56 +10828;5;3681.50;13.15;1179.00;2.00;0.56 +10828;6;3677.00;13.25;1182.00;2.82;0.56 +10828;9;3669.24;14.65;1176.00;1.57;0.56 +10828;10;3680.76;13.58;1176.00;-1.57;0.56 10828;21;3669.24;14.65;1176.00;1.57;0.56 +10829;0;2661.00;11.47;858.00;0.00;0.68 +10829;1;2656.50;10.85;850.00;-0.51;0.68 +10829;2;2652.50;10.50;854.50;-1.18;0.68 +10829;3;2667.50;12.00;859.00;1.72;0.68 +10829;4;2658.50;11.80;861.50;3.76;0.68 +10829;5;2667.50;12.10;865.50;2.42;0.68 +10829;9;2653.62;10.80;858.00;1.57;0.68 +10829;10;2668.38;11.77;858.00;-1.57;0.68 10829;21;2653.62;10.80;858.00;1.57;0.68 +10830;0;1150.00;13.55;1329.00;0.00;0.56 +10830;1;1151.50;14.00;1323.50;0.26;0.56 +10830;2;1144.00;14.80;1324.50;-0.92;0.56 +10830;3;1156.50;13.35;1327.00;1.27;0.56 +10830;4;1141.50;14.65;1328.00;-1.45;0.56 +10830;5;1155.50;13.20;1332.00;2.07;0.56 +10830;6;1145.50;14.00;1332.00;4.12;0.56 +10830;7;1153.50;13.60;1335.50;2.64;0.56 +10830;9;1144.06;14.29;1329.00;1.57;0.56 +10830;10;1155.94;13.27;1329.00;-1.57;0.56 10830;21;1144.06;14.29;1329.00;1.57;0.56 +10831;0;2939.00;9.87;742.00;0.00;0.68 +10831;1;2935.50;9.70;732.00;-0.33;0.68 +10831;2;2933.50;9.70;739.50;-1.14;0.68 +10831;3;2943.00;9.95;740.00;1.10;0.68 +10831;4;2947.50;10.60;748.00;2.18;0.68 +10831;5;2940.50;10.20;750.50;2.96;0.68 +10831;9;2932.88;9.78;742.00;1.57;0.68 +10831;10;2945.12;10.18;742.00;-1.57;0.68 +10831;19;2930.00;9.50;722.00;-0.23;0.68 +10831;20;2929.28;9.50;720.40;-0.42;0.68 10831;21;2945.12;10.18;742.00;-1.57;0.68 +10832;0;1245.00;12.50;1165.00;0.00;0.44 +10832;1;1250.00;12.10;1160.50;0.83;0.44 +10832;2;1240.00;11.10;1163.50;-1.27;0.44 +10832;3;1252.00;12.10;1165.00;1.57;0.44 +10832;4;1238.00;10.75;1168.50;4.24;0.44 +10832;5;1249.00;13.60;1168.50;2.29;0.44 +10832;6;1244.50;12.75;1169.00;3.26;0.44 +10832;9;1238.16;10.66;1165.00;1.57;0.44 +10832;10;1251.84;12.10;1165.00;-1.57;0.44 10832;21;1238.16;10.66;1165.00;1.57;0.44 +10833;0;3511.00;14.37;810.00;0.00;0.44 +10833;1;3509.00;13.50;806.00;-0.46;0.44 +10833;2;3515.00;14.55;807.50;1.01;0.44 +10833;3;3505.50;13.70;810.50;4.62;0.44 +10833;4;3515.50;14.00;813.00;2.15;0.44 +10833;5;3509.50;12.00;814.00;3.50;0.44 +10833;6;3514.00;10.97;816.00;2.67;0.44 +10833;9;3506.86;14.08;810.00;1.57;0.44 +10833;10;3515.14;14.70;810.00;-1.57;0.44 +10833;19;3513.00;9.50;820.00;-2.78;0.44 +10833;20;3513.34;9.50;821.71;2.94;0.44 10833;21;3513.85;10.80;816.79;1.57;0.44 +10834;0;4280.00;16.60;1270.00;0.00;0.70 +10834;1;4279.50;17.15;1264.00;-0.08;0.70 +10834;2;4289.00;16.95;1264.00;0.98;0.70 +10834;3;4288.00;17.25;1271.50;1.75;0.70 +10834;4;4270.00;16.82;1270.00;4.71;0.70 +10834;5;4271.50;16.50;1275.00;4.18;0.70 +10834;6;4279.00;16.57;1277.00;3.28;0.70 +10834;9;4272.08;16.72;1270.00;1.57;0.70 +10834;10;4287.92;17.12;1270.00;-1.57;0.70 10834;21;4272.08;16.72;1270.00;1.57;0.70 +10835;0;3412.00;11.50;1065.00;0.00;0.46 +10835;1;3408.00;11.90;1062.00;-0.92;0.46 +10835;2;3414.50;12.15;1058.00;0.34;0.46 +10835;3;3416.50;11.55;1065.00;1.57;0.46 +10835;4;3407.00;11.10;1069.50;3.98;0.46 +10835;5;3412.00;11.37;1072.00;3.14;0.46 +10835;9;3407.86;11.65;1065.00;1.57;0.46 +10835;10;3416.14;11.53;1065.00;-1.57;0.46 10835;21;3407.86;11.65;1065.00;1.57;0.46 +10836;0;2789.00;10.25;843.00;0.00;0.94 +10836;1;2784.50;10.30;833.50;-0.44;0.94 +10836;2;2795.50;10.10;834.00;0.62;0.94 +10836;3;2781.00;10.37;842.00;-1.44;0.94 +10836;4;2798.50;10.10;838.00;1.08;0.94 +10836;5;2795.50;10.20;850.50;2.42;0.94 +10836;6;2788.00;10.25;854.50;3.22;0.94 +10836;9;2780.54;10.35;843.00;1.57;0.94 +10836;10;2797.46;10.10;843.00;-1.57;0.94 10836;21;2789.08;10.30;847.43;1.57;0.94 +10837;0;3607.00;12.65;1241.00;0.00;0.38 +10837;1;3606.00;12.40;1238.00;-0.32;0.38 +10837;2;3611.00;12.00;1238.50;1.01;0.38 +10837;3;3602.50;12.80;1243.50;4.20;0.38 +10837;4;3610.50;12.70;1243.50;2.19;0.38 +10837;5;3606.00;12.90;1245.50;3.36;0.38 +10837;9;3603.40;13.00;1241.00;1.57;0.38 +10837;10;3610.60;12.35;1241.00;-1.57;0.38 10837;21;3603.40;13.00;1241.00;1.57;0.38 +10838;0;2688.00;10.45;1057.00;0.00;1.12 +10838;1;2687.50;11.15;1040.00;-0.02;1.12 +10838;2;2696.50;10.40;1052.50;1.08;1.12 +10838;3;2679.50;10.30;1053.00;-1.13;1.12 +10838;4;2700.00;10.35;1063.50;2.06;1.12 +10838;5;2679.50;10.50;1070.00;3.72;1.12 +10838;6;2686.00;10.40;1073.50;3.26;1.12 +10838;7;2679.50;10.50;1076.50;3.55;1.12 +10838;9;2677.92;10.30;1057.00;1.57;1.12 +10838;10;2698.08;10.30;1057.00;-1.57;1.12 10838;21;2698.08;10.30;1057.00;-1.57;1.12 +10839;0;4225.00;13.25;1392.00;0.00;0.38 +10839;1;4224.50;12.25;1387.00;-0.10;0.38 +10839;2;4218.00;14.10;1390.50;-1.36;0.38 +10839;3;4232.50;14.40;1391.50;1.50;0.38 +10839;4;4215.50;13.90;1394.50;4.45;0.38 +10839;5;4224.50;14.30;1395.50;3.28;0.38 +10839;9;4218.34;14.10;1392.00;1.57;0.38 +10839;10;4231.66;14.29;1392.00;-1.57;0.38 10839;21;4218.34;14.10;1392.00;1.57;0.38 +10840;0;3490.00;14.10;895.00;0.00;0.52 +10840;1;3487.00;12.07;890.00;-0.54;0.52 +10840;2;3495.50;14.90;890.50;0.88;0.52 +10840;3;3481.00;10.30;895.00;4.71;0.52 +10840;4;3498.00;16.55;896.50;1.75;0.52 +10840;5;3489.00;15.05;900.00;3.33;0.52 +10840;9;3482.98;10.86;895.00;1.57;0.52 +10840;10;3497.02;16.32;895.00;-1.57;0.52 +10840;19;3476.00;9.50;890.00;-1.57;0.52 +10840;20;3474.35;9.50;889.41;-1.22;0.52 10840;21;3482.98;10.86;895.00;1.57;0.52 +10841;0;4408.00;13.40;1143.00;0.00;0.38 +10841;1;4407.50;15.00;1135.50;-0.06;0.38 +10841;2;4409.50;14.40;1135.50;0.19;0.38 +10841;3;4411.00;12.07;1142.00;1.24;0.38 +10841;4;4404.50;14.60;1141.50;-1.16;0.38 +10841;5;4403.00;14.90;1148.00;3.92;0.38 +10841;6;4405.50;14.00;1148.50;3.56;0.38 +10841;7;4410.50;11.95;1149.00;2.74;0.38 +10841;9;4404.58;14.82;1143.00;1.57;0.38 +10841;10;4411.42;11.69;1143.00;-1.57;0.38 10841;21;4404.58;14.82;1143.00;1.57;0.38 +10842;0;1380.00;15.82;1115.00;0.00;0.50 +10842;1;1379.00;16.65;1109.50;-0.18;0.50 +10842;2;1374.00;16.55;1114.50;-1.48;0.50 +10842;3;1385.00;14.35;1114.50;1.47;0.50 +10842;4;1380.00;16.22;1121.00;3.14;0.50 +10842;5;1387.00;12.82;1120.00;2.19;0.50 +10842;9;1374.78;16.45;1115.00;1.57;0.50 +10842;10;1385.22;14.34;1115.00;-1.57;0.50 10842;21;1374.78;16.45;1115.00;1.57;0.50 +10843;0;3944.00;10.45;1134.00;0.00;0.50 +10843;1;3942.50;9.90;1129.50;-0.32;0.50 +10843;2;3938.50;9.80;1129.50;-0.88;0.50 +10843;3;3937.00;10.05;1132.00;-1.29;0.50 +10843;4;3948.50;10.70;1133.50;1.46;0.50 +10843;5;3939.50;10.10;1135.50;4.39;0.50 +10843;6;3951.50;11.10;1138.50;2.11;0.50 +10843;7;3946.50;10.80;1139.00;2.67;0.50 +10843;9;3938.24;10.11;1134.00;1.57;0.50 +10843;10;3949.76;10.80;1134.00;-1.57;0.50 10843;21;3938.24;10.11;1134.00;1.57;0.50 +10844;0;3315.00;10.32;1016.00;0.00;0.50 +10844;1;3308.00;10.42;1011.00;-0.95;0.50 +10844;2;3315.00;10.62;1011.00;0.00;0.50 +10844;3;3309.00;10.30;1015.00;-1.40;0.50 +10844;4;3320.50;10.40;1015.50;1.48;0.50 +10844;5;3315.50;10.10;1021.50;3.05;0.50 +10844;6;3322.00;10.20;1022.00;2.27;0.50 +10844;7;3319.00;10.12;1023.00;2.62;0.50 +10844;9;3308.52;10.25;1016.00;1.57;0.50 +10844;10;3321.48;10.30;1016.00;-1.57;0.50 10844;21;3308.52;10.25;1016.00;1.57;0.50 +10845;0;3357.00;11.42;483.00;0.00;0.78 +10845;1;3360.00;11.30;473.50;0.30;0.78 +10845;2;3365.50;12.00;480.50;1.28;0.78 +10845;3;3351.00;10.22;482.00;-1.40;0.78 +10845;4;3355.50;11.30;490.50;3.33;0.78 +10845;5;3347.00;9.77;493.00;3.92;0.78 +10845;9;3349.98;9.92;483.00;1.57;0.78 +10845;10;3364.02;12.12;483.00;-1.57;0.78 10845;21;3349.98;9.92;483.00;1.57;0.78 +10846;0;1603.00;17.00;887.00;0.00;0.70 +10846;1;1603.00;12.30;879.50;0.00;0.70 +10846;2;1597.00;16.75;883.50;-1.04;0.70 +10846;3;1608.00;13.75;885.50;1.27;0.70 +10846;4;1593.50;16.70;885.50;-1.41;0.70 +10846;5;1599.50;14.30;891.50;3.80;0.70 +10846;6;1610.50;14.10;891.00;2.06;0.70 +10846;7;1607.50;16.10;894.50;2.60;0.70 +10846;9;1596.52;16.24;887.00;1.57;0.70 +10846;10;1609.48;13.27;887.00;-1.57;0.70 10846;21;1596.52;16.24;887.00;1.57;0.70 +10847;0;3916.00;11.40;1078.00;0.00;0.42 +10847;1;3913.00;10.90;1069.50;-0.33;0.42 +10847;2;3917.50;11.50;1071.50;0.22;0.42 +10847;3;3912.00;10.37;1075.00;-0.92;0.42 +10847;4;3921.00;11.65;1077.50;1.47;0.42 +10847;5;3913.50;11.10;1083.50;3.56;0.42 +10847;6;3919.00;11.70;1083.00;2.60;0.42 +10847;9;3912.22;10.31;1078.00;1.57;0.42 +10847;10;3919.78;11.70;1078.00;-1.57;0.42 10847;21;3912.22;10.31;1078.00;1.57;0.42 +10848;0;1060.00;9.87;1353.00;0.00;0.56 +10848;1;1055.50;9.50;1350.50;-1.06;0.56 +10848;2;1063.00;9.70;1347.00;0.46;0.56 +10848;3;1066.00;9.95;1353.50;1.65;0.56 +10848;4;1063.50;10.50;1358.50;2.57;0.56 +10848;5;1057.50;10.15;1359.00;3.53;0.56 +10848;9;1054.96;9.70;1353.00;1.57;0.56 +10848;10;1065.04;9.87;1353.00;-1.57;0.56 +10848;19;1054.00;9.55;1344.00;-1.06;0.56 +10848;20;1053.02;9.55;1342.54;-0.58;0.56 10848;21;1054.96;9.70;1353.00;1.57;0.56 +10849;0;1824.00;10.55;949.00;0.00;0.82 +10849;1;1817.00;11.45;940.00;-0.66;0.82 +10849;2;1833.50;11.00;943.00;1.00;0.82 +10849;3;1809.50;11.00;945.50;-1.33;0.82 +10849;4;1809.50;10.50;953.50;4.41;0.82 +10849;5;1838.00;13.60;953.00;1.84;0.82 +10849;6;1826.50;10.80;957.00;2.83;0.82 +10849;7;1814.50;10.70;957.50;3.98;0.82 +10849;9;1811.76;10.70;949.00;1.57;0.82 +10849;10;1836.24;11.66;949.00;-1.57;0.82 10849;21;1811.76;10.70;949.00;1.57;0.82 +10850;0;3539.00;10.30;1107.00;0.00;0.58 +10850;1;3538.50;10.40;1099.50;-0.06;0.58 +10850;2;3532.00;10.50;1101.50;-0.90;0.58 +10850;3;3545.50;10.20;1107.50;1.64;0.58 +10850;4;3535.00;10.40;1110.50;3.99;0.58 +10850;5;3541.50;10.30;1116.50;2.88;0.58 +10850;9;3533.78;10.40;1107.00;1.57;0.58 +10850;10;3544.22;10.20;1107.00;-1.57;0.58 10850;21;3533.78;10.40;1107.00;1.57;0.58 +10851;0;3297.00;11.40;833.00;0.00;0.60 +10851;1;3295.00;11.40;828.50;-0.41;0.60 +10851;2;3302.50;11.05;827.00;0.74;0.60 +10851;3;3304.50;10.70;832.50;1.50;0.60 +10851;4;3289.00;11.77;835.00;4.46;0.60 +10851;5;3299.50;11.50;838.50;2.71;0.60 +10851;6;3292.00;11.77;840.00;3.76;0.60 +10851;9;3291.06;11.62;833.00;1.57;0.60 +10851;10;3302.94;10.88;833.00;-1.57;0.60 10851;21;3291.06;11.62;833.00;1.57;0.60 +10852;0;3862.00;15.97;1245.00;0.00;0.50 +10852;1;3861.50;17.80;1239.50;-0.09;0.50 +10852;2;3867.00;18.10;1240.50;0.83;0.50 +10852;3;3856.50;16.55;1243.00;-1.22;0.50 +10852;4;3870.50;16.50;1245.50;1.63;0.50 +10852;5;3854.00;16.00;1248.00;4.35;0.50 +10852;6;3863.00;14.90;1249.50;2.92;0.50 +10852;7;3855.50;14.40;1251.50;3.92;0.50 +10852;9;3855.88;16.49;1245.00;1.57;0.50 +10852;10;3868.12;16.73;1245.00;-1.57;0.50 10852;21;3855.88;16.49;1245.00;1.57;0.50 +10853;0;1184.00;16.12;1269.00;0.00;0.52 +10853;1;1186.50;16.50;1264.00;0.46;0.52 +10853;2;1178.50;15.70;1266.00;-1.07;0.52 +10853;3;1192.00;15.85;1267.50;1.38;0.52 +10853;4;1175.50;15.90;1270.00;4.59;0.52 +10853;5;1189.50;15.80;1272.50;2.13;0.52 +10853;6;1176.50;15.90;1273.50;4.17;0.52 +10853;7;1182.50;15.75;1275.00;3.38;0.52 +10853;9;1177.88;15.88;1269.00;1.57;0.52 +10853;10;1190.12;15.88;1269.00;-1.57;0.52 10853;21;1177.88;15.88;1269.00;1.57;0.52 +10854;0;4478.00;14.70;1303.00;0.00;0.38 +10854;1;4475.50;13.80;1297.00;-0.39;0.38 +10854;2;4481.00;14.60;1299.00;0.64;0.38 +10854;3;4474.00;14.55;1303.50;4.58;0.38 +10854;4;4482.00;14.60;1306.00;2.21;0.38 +10854;5;4474.50;14.20;1309.00;3.67;0.38 +10854;6;4478.50;14.70;1310.00;3.07;0.38 +10854;9;4474.58;14.56;1303.00;1.57;0.38 +10854;10;4481.42;14.60;1303.00;-1.57;0.38 10854;21;4474.58;14.56;1303.00;1.57;0.38 +10855;0;1729.00;10.90;1028.00;0.00;0.56 +10855;1;1723.50;10.60;1020.00;-0.60;0.56 +10855;2;1731.00;10.00;1024.00;0.46;0.56 +10855;3;1721.50;13.30;1023.50;-1.03;0.56 +10855;4;1738.50;11.50;1028.50;1.62;0.56 +10855;5;1723.00;11.97;1029.00;4.54;0.56 +10855;6;1729.50;11.70;1032.50;3.03;0.56 +10855;7;1736.50;11.50;1032.50;2.11;0.56 +10855;9;1722.52;12.24;1028.00;1.57;0.56 +10855;10;1735.48;11.19;1028.00;-1.57;0.56 +10855;19;1744.79;9.40;1036.89;-3.47;0.56 +10855;20;1746.31;9.40;1037.74;2.08;0.56 10855;21;1735.48;11.19;1028.00;-1.57;0.56 +10856;0;4330.00;21.02;1174.00;0.00;0.72 +10856;1;4327.50;20.20;1166.00;-0.30;0.72 +10856;2;4333.50;20.75;1167.00;0.46;0.72 +10856;3;4326.50;20.35;1170.00;-0.71;0.72 +10856;4;4339.00;20.25;1168.50;1.02;0.72 +10856;5;4333.50;20.55;1177.00;2.27;0.72 +10856;6;4323.50;21.05;1179.00;4.05;0.72 +10856;7;4325.50;21.50;1185.00;3.53;0.72 +10856;9;4323.52;20.75;1174.00;1.57;0.72 +10856;10;4336.48;20.25;1174.00;-1.57;0.72 10856;21;4323.52;20.75;1174.00;1.57;0.72 +10857;0;3193.00;11.97;799.00;0.00;0.86 +10857;1;3192.00;12.10;789.50;-0.10;0.86 +10857;2;3198.50;12.00;790.50;0.57;0.86 +10857;3;3183.00;11.95;797.00;-1.37;0.86 +10857;4;3205.00;11.65;797.00;1.40;0.86 +10857;5;3200.50;11.60;805.50;2.28;0.86 +10857;6;3188.00;11.60;808.50;3.62;0.86 +10857;9;3183.28;11.85;799.00;1.57;0.86 +10857;10;3202.72;11.70;799.00;-1.57;0.86 10857;21;3183.28;11.85;799.00;1.57;0.86 +10858;0;3208.00;11.57;580.00;0.00;0.74 +10858;1;3211.50;11.60;567.00;0.26;0.74 +10858;2;3216.50;11.65;567.00;0.57;0.74 +10858;3;3214.50;11.50;577.50;1.20;0.74 +10858;4;3203.00;11.60;578.00;-1.19;0.74 +10858;5;3209.00;11.42;590.00;3.04;0.74 +10858;6;3198.50;11.40;589.50;3.92;0.74 +10858;7;3203.00;11.40;593.50;3.49;0.74 +10858;9;3201.34;11.60;580.00;1.57;0.74 +10858;10;3214.66;11.28;580.00;-1.57;0.74 10858;21;3201.34;11.60;580.00;1.57;0.74 +10859;0;3335.00;11.20;748.00;0.00;1.02 +10859;1;3343.50;11.00;736.50;0.63;1.02 +10859;2;3329.00;11.30;745.00;-1.10;1.02 +10859;3;3350.00;11.67;740.00;1.08;1.02 +10859;4;3338.50;11.30;752.50;2.48;1.02 +10859;5;3324.00;11.05;758.50;3.95;1.02 +10859;9;3324.74;11.30;748.00;1.57;1.02 +10859;10;3345.26;11.87;748.00;-1.57;1.02 10859;21;3324.74;11.30;748.00;1.57;1.02 +10860;0;3357.00;13.17;634.00;0.00;0.62 +10860;1;3360.50;14.50;625.50;0.39;0.62 +10860;2;3363.00;14.75;627.00;0.70;0.62 +10860;3;3353.50;12.60;630.00;-0.71;0.62 +10860;4;3364.50;14.30;634.00;1.57;0.62 +10860;5;3348.50;11.10;637.50;4.32;0.62 +10860;6;3358.50;13.45;640.00;2.89;0.62 +10860;7;3364.00;14.75;638.50;2.14;0.62 +10860;9;3350.52;11.75;634.00;1.57;0.62 +10860;10;3363.48;14.29;634.00;-1.57;0.62 10860;21;3350.52;11.75;634.00;1.57;0.62 +10861;0;1294.00;10.45;1393.00;0.00;0.40 +10861;1;1297.00;10.40;1387.50;0.49;0.40 +10861;2;1294.50;10.40;1386.50;0.07;0.40 +10861;3;1292.00;10.45;1389.50;-0.51;0.40 +10861;4;1298.50;10.40;1392.50;1.46;0.40 +10861;5;1289.00;10.50;1394.50;4.42;0.40 +10861;6;1297.00;10.50;1396.50;2.43;0.40 +10861;7;1292.00;10.50;1398.00;3.52;0.40 +10861;9;1290.40;10.50;1393.00;1.57;0.40 +10861;10;1297.60;10.45;1393.00;-1.57;0.40 10861;21;1290.40;10.50;1393.00;1.57;0.40 +10862;0;2796.00;9.87;746.00;0.00;0.54 +10862;1;2798.50;9.70;741.00;0.46;0.54 +10862;2;2791.00;9.85;744.50;-1.27;0.54 +10862;3;2805.50;9.70;743.50;1.31;0.54 +10862;4;2804.50;9.70;745.50;1.51;0.54 +10862;5;1397.50;9.50;372.50;-1.31;0.54 +10862;6;2793.00;10.15;751.50;3.64;0.54 +10862;9;2790.06;10.16;746.00;1.57;0.54 +10862;10;2801.94;9.80;746.00;-1.57;0.54 +10862;19;2796.00;9.50;735.00;0.46;0.54 +10862;20;2796.00;9.50;733.25;0.00;0.54 10862;21;2793.74;9.70;734.95;1.57;0.54 +10863;0;4341.00;13.30;1051.00;0.00;0.48 +10863;1;4338.00;12.70;1044.00;-0.40;0.48 +10863;2;4335.00;13.10;1046.00;-0.87;0.48 +10863;3;4343.00;12.85;1045.50;0.34;0.48 +10863;4;4346.50;13.35;1049.00;1.22;0.48 +10863;5;4336.50;13.20;1053.50;4.20;0.48 +10863;6;4345.00;13.75;1056.50;2.51;0.48 +10863;7;4342.00;14.00;1059.50;3.02;0.48 +10863;9;4336.68;13.08;1051.00;1.57;0.48 +10863;10;4345.32;13.36;1051.00;-1.57;0.48 10863;21;4336.68;13.08;1051.00;1.57;0.48 +10864;0;1626.00;9.75;1006.00;0.00;0.56 +10864;1;1622.50;9.90;1000.50;-0.56;0.56 +10864;2;1632.50;9.70;1003.50;1.20;0.56 +10864;3;1619.50;9.80;1008.50;4.34;0.56 +10864;4;1635.50;9.70;1010.50;2.01;0.56 +10864;5;1629.00;9.80;1010.50;2.55;0.56 +10864;9;1618.44;9.80;1006.00;1.57;0.56 +10864;10;1633.56;9.70;1006.00;-1.57;0.56 +10864;19;1619.37;9.40;1018.30;-2.64;0.56 +10864;20;1618.54;9.40;1019.84;3.63;0.56 10864;21;1633.56;9.70;1006.00;-1.57;0.56 +10865;0;4238.00;20.75;1272.00;0.00;0.90 +10865;1;4240.50;21.00;1261.00;0.22;0.90 +10865;2;4247.50;20.05;1266.00;1.00;0.90 +10865;3;4231.50;21.30;1271.00;-1.41;0.90 +10865;4;4249.00;19.45;1271.00;1.48;0.90 +10865;5;4238.50;20.25;1279.00;3.07;0.90 +10865;6;4229.00;20.80;1282.50;3.85;0.90 +10865;9;4229.90;21.29;1272.00;1.57;0.90 +10865;10;4246.10;19.39;1272.00;-1.57;0.90 10865;21;4229.90;21.29;1272.00;1.57;0.90 +10866;0;3905.00;9.70;1096.00;0.00;0.52 +10866;1;3904.50;9.70;1089.50;-0.07;0.52 +10866;2;3900.00;9.70;1091.50;-0.83;0.52 +10866;3;3908.00;9.80;1092.50;0.70;0.52 +10866;4;3901.50;9.70;1099.00;4.00;0.52 +10866;5;3911.50;10.15;1098.00;1.86;0.52 +10866;6;3908.50;9.90;1100.50;2.48;0.52 +10866;9;3899.96;9.70;1096.00;1.57;0.52 +10866;10;3910.04;9.92;1096.00;-1.57;0.52 10866;21;3899.96;9.70;1096.00;1.57;0.52 +10867;0;1189.00;13.00;1439.00;0.00;0.40 +10867;1;1188.50;13.10;1433.00;-0.08;0.40 +10867;2;1193.50;12.90;1435.50;0.91;0.40 +10867;3;1183.50;12.90;1436.00;-1.07;0.40 +10867;4;1186.50;13.00;1442.50;3.76;0.40 +10867;5;1192.50;13.00;1443.00;2.42;0.40 +10867;6;1190.50;13.20;1447.50;2.96;0.40 +10867;9;1185.40;13.09;1439.00;1.57;0.40 +10867;10;1192.60;12.89;1439.00;-1.57;0.40 10867;21;1185.40;13.09;1439.00;1.57;0.40 +10868;0;2808.00;10.60;971.00;0.00;1.52 +10868;1;2808.50;10.40;954.00;0.02;1.52 +10868;2;2821.50;10.40;960.00;0.88;1.52 +10868;3;2800.50;10.50;957.00;-0.49;1.52 +10868;4;2793.50;10.40;969.50;-1.46;1.52 +10868;5;2827.50;10.80;969.50;1.49;1.52 +10868;6;2809.50;10.60;983.50;3.02;1.52 +10868;7;2795.50;10.40;986.50;3.82;1.52 +10868;9;2793.78;10.35;971.00;1.57;1.52 +10868;10;2822.22;10.60;971.00;-1.57;1.52 10868;21;2793.78;10.35;971.00;1.57;1.52 +10869;0;3215.00;9.80;1110.00;0.00;0.60 +10869;1;3213.00;9.90;1104.00;-0.32;0.60 +10869;2;3223.00;9.80;1103.00;0.85;0.60 +10869;3;3225.50;9.80;1108.50;1.42;0.60 +10869;4;3205.00;9.90;1107.50;-1.32;0.60 +10869;5;3205.00;9.80;1113.50;4.37;0.60 +10869;6;3220.00;9.80;1116.00;2.44;0.60 +10869;7;3210.00;9.80;1116.50;3.79;0.60 +10869;9;3207.26;9.80;1110.00;1.57;0.60 +10869;10;3222.74;9.80;1110.00;-1.57;0.60 10869;21;3207.26;9.80;1110.00;1.57;0.60 +10870;0;3520.00;11.70;963.00;0.00;0.70 +10870;1;3522.50;11.80;956.00;0.34;0.70 +10870;2;3510.00;12.00;958.50;-1.14;0.70 +10870;3;3532.00;11.35;964.50;1.69;0.70 +10870;4;3509.50;11.90;966.50;4.39;0.70 +10870;5;3523.00;11.45;970.00;2.73;0.70 +10870;6;3514.00;11.95;971.50;3.75;0.70 +10870;9;3511.00;11.95;963.00;1.57;0.70 +10870;10;3529.00;11.42;963.00;-1.57;0.70 10870;21;3511.00;11.95;963.00;1.57;0.70 +10871;0;1153.00;16.97;1284.00;0.00;0.58 +10871;1;1154.00;16.95;1278.50;0.18;0.58 +10871;2;1145.50;15.70;1281.50;-1.24;0.58 +10871;3;1161.00;16.10;1281.00;1.21;0.58 +10871;4;1158.00;16.45;1287.00;2.11;0.58 +10871;5;1147.50;16.60;1287.50;4.14;0.58 +10871;6;1152.00;16.97;1291.00;3.28;0.58 +10871;9;1146.88;16.24;1284.00;1.57;0.58 +10871;10;1159.12;16.15;1284.00;-1.57;0.58 10871;21;1146.88;16.24;1284.00;1.57;0.58 +10872;0;4004.00;10.55;997.00;0.00;0.48 +10872;1;4004.00;10.55;992.00;0.00;0.48 +10872;2;4009.50;10.80;993.00;0.94;0.48 +10872;3;3999.50;10.20;992.50;-0.78;0.48 +10872;4;3999.00;10.55;997.50;4.61;0.48 +10872;5;4008.00;10.55;999.50;2.12;0.48 +10872;6;4002.50;10.50;1003.00;3.38;0.48 +10872;7;4000.00;10.65;1002.50;3.77;0.48 +10872;9;3999.68;10.44;997.00;1.57;0.48 +10872;10;4008.32;10.80;997.00;-1.57;0.48 10872;21;3999.68;10.44;997.00;1.57;0.48 +10873;0;3681.00;12.80;1202.00;0.00;0.58 +10873;1;3680.00;13.12;1195.00;-0.14;0.58 +10873;2;3685.50;12.80;1197.00;0.73;0.58 +10873;3;3675.50;12.70;1198.50;-1.00;0.58 +10873;4;3687.50;12.40;1202.00;1.57;0.58 +10873;5;3675.50;12.30;1203.50;4.44;0.58 +10873;6;3683.50;12.60;1207.50;2.71;0.58 +10873;7;3676.50;12.60;1208.50;3.74;0.58 +10873;8;3679.00;12.05;1210.00;3.38;0.58 +10873;9;3675.78;12.17;1202.00;1.57;0.58 +10873;10;3686.22;12.70;1202.00;-1.57;0.58 10873;21;3675.78;12.17;1202.00;1.57;0.58 +10874;0;2018.00;9.50;839.00;0.00;1.24 +10874;1;2009.50;9.70;822.50;-0.47;1.24 +10874;2;2006.00;9.70;830.50;-0.95;1.24 +10874;3;2017.50;9.70;827.00;-0.04;1.24 +10874;4;2024.00;10.30;832.50;0.74;1.24 +10874;5;2019.00;9.60;843.00;2.89;1.24 +10874;9;2006.84;9.56;839.00;1.57;1.24 +10874;10;2029.16;9.50;839.00;-1.57;1.24 +10874;19;2044.73;9.50;865.43;-3.39;1.24 +10874;20;2045.97;9.50;866.66;2.35;1.24 10874;21;2029.16;9.50;839.00;-1.57;1.24 +10875;0;2574.00;10.05;1017.00;0.00;1.24 +10875;1;2569.00;9.80;1005.00;-0.39;1.24 +10875;2;2557.00;9.72;1006.00;-0.99;1.24 +10875;3;2586.50;10.00;1012.00;1.19;1.24 +10875;4;2563.00;9.90;1019.50;4.48;1.24 +10875;5;2582.00;10.20;1029.50;2.57;1.24 +10875;6;2572.50;10.00;1033.50;3.23;1.24 +10875;9;2562.30;9.80;1017.00;1.57;1.24 +10875;10;2585.70;10.10;1017.00;-1.57;1.24 +10875;19;2554.00;9.50;1025.00;-1.79;1.24 +10875;20;2552.37;9.50;1025.65;4.33;1.24 10875;21;2562.30;9.80;1017.00;1.57;1.24 +10876;0;3495.00;9.82;1179.00;0.00;0.50 +10876;1;3493.00;10.00;1175.50;-0.51;0.50 +10876;2;3500.00;9.90;1172.50;0.65;0.50 +10876;3;3502.00;9.75;1175.00;1.05;0.50 +10876;4;3499.50;9.70;1179.00;1.57;0.50 +10876;5;3491.00;9.80;1185.00;3.73;0.50 +10876;6;3494.50;9.80;1185.50;3.21;0.50 +10876;9;3490.50;9.95;1179.00;1.57;0.50 +10876;10;3499.50;9.70;1179.00;-1.57;0.50 10876;21;3490.50;9.95;1179.00;1.57;0.50 +10877;0;3296.00;11.10;780.00;0.00;0.92 +10877;1;3298.00;11.15;770.00;0.19;0.92 +10877;2;3293.50;11.20;769.00;-0.22;0.92 +10877;3;3288.00;11.20;779.00;-1.44;0.92 +10877;4;3304.50;11.10;774.50;0.99;0.92 +10877;5;3309.00;11.20;779.50;1.53;0.92 +10877;6;3303.00;11.20;785.50;2.23;0.92 +10877;7;3291.50;11.20;790.00;3.56;0.92 +10877;9;3287.72;11.20;780.00;1.57;0.92 +10877;10;3304.28;11.20;780.00;-1.57;0.92 10877;21;3287.72;11.20;780.00;1.57;0.92 +10878;0;4147.00;11.27;1079.00;0.00;0.28 +10878;1;4146.50;10.80;1076.50;-0.19;0.28 +10878;2;4151.00;10.82;1076.00;0.92;0.28 +10878;3;4152.50;11.25;1078.00;1.39;0.28 +10878;4;4141.50;11.25;1080.00;4.53;0.28 +10878;5;4149.00;11.90;1081.50;2.46;0.28 +10878;6;4144.00;11.95;1082.50;3.85;0.28 +10878;9;4143.04;11.05;1079.00;1.57;0.28 +10878;10;4150.96;11.35;1079.00;-1.57;0.28 10878;21;4143.04;11.05;1079.00;1.57;0.28 +10879;0;1829.00;10.30;981.00;0.00;0.80 +10879;1;1829.00;10.70;973.00;0.00;0.80 +10879;2;1839.00;10.00;975.00;1.03;0.80 +10879;3;1822.00;10.20;982.00;4.57;0.80 +10879;4;1834.50;10.10;985.00;2.20;0.80 +10879;5;1827.00;10.20;992.00;3.32;0.80 +10879;9;1821.80;10.20;981.00;1.57;0.80 +10879;10;1836.20;10.10;981.00;-1.57;0.80 10879;21;1824.39;9.90;998.37;-1.57;0.80 +10880;0;4495.00;14.55;1274.00;0.00;0.40 +10880;1;4494.00;14.05;1270.00;-0.24;0.40 +10880;2;4500.50;13.55;1270.00;0.94;0.40 +10880;3;4489.00;14.52;1273.00;-1.40;0.40 +10880;4;4501.00;14.35;1275.00;1.73;0.40 +10880;5;4488.50;14.40;1277.00;4.28;0.40 +10880;6;4494.00;14.55;1278.50;3.36;0.40 +10880;9;4489.42;14.45;1274.00;1.57;0.40 +10880;10;4500.58;14.33;1274.00;-1.57;0.40 10880;21;4489.42;14.45;1274.00;1.57;0.40 +10881;0;3655.00;13.40;1126.00;0.00;0.64 +10881;1;3658.00;12.35;1118.50;0.38;0.64 +10881;2;3662.00;12.60;1122.50;1.10;0.64 +10881;3;3650.50;12.95;1123.00;-0.98;0.64 +10881;4;3647.00;13.50;1129.00;4.35;0.64 +10881;5;3657.50;14.00;1131.00;2.67;0.64 +10881;6;3652.00;14.20;1133.50;3.52;0.64 +10881;9;3649.24;13.37;1126.00;1.57;0.64 +10881;10;3660.76;12.85;1126.00;-1.57;0.64 10881;21;3649.24;13.37;1126.00;1.57;0.64 +10882;0;3443.00;12.70;1247.00;0.00;0.34 +10882;1;3442.50;12.20;1243.50;-0.14;0.34 +10882;2;3446.50;11.20;1244.50;0.95;0.34 +10882;3;3439.00;12.50;1247.00;4.71;0.34 +10882;4;3446.50;10.90;1248.50;1.97;0.34 +10882;5;3440.50;13.40;1250.50;3.76;0.34 +10882;6;3444.50;11.75;1251.00;2.78;0.34 +10882;9;3439.94;12.68;1247.00;1.57;0.34 +10882;10;3446.06;11.15;1247.00;-1.57;0.34 10882;21;3439.94;12.68;1247.00;1.57;0.34 +10883;0;3134.00;10.97;691.00;0.00;0.42 +10883;1;3131.50;10.75;686.00;-0.46;0.42 +10883;2;3123.00;10.95;689.50;-1.43;0.42 +10883;3;3142.00;10.97;688.00;1.21;0.42 +10883;4;3146.50;10.70;691.00;1.57;0.42 +10883;5;3126.50;10.95;694.00;4.33;0.42 +10883;6;3137.50;10.60;694.50;2.35;0.42 +10883;9;3125.36;11.09;691.00;1.57;0.42 +10883;10;3142.64;10.79;691.00;-1.57;0.42 10883;21;3125.36;11.09;691.00;1.57;0.42 +10884;0;2982.00;11.12;1125.00;0.00;1.12 +10884;1;2983.50;11.00;1114.00;0.13;1.12 +10884;2;2998.00;10.67;1118.00;1.15;1.12 +10884;3;2968.00;11.30;1125.50;4.67;1.12 +10884;4;2995.00;11.22;1127.00;1.72;1.12 +10884;5;2985.50;11.20;1134.50;2.78;1.12 +10884;6;2968.00;11.10;1135.50;4.06;1.12 +10884;7;2971.50;11.05;1138.00;3.82;1.12 +10884;8;2977.50;11.05;1139.00;3.45;1.12 +10884;9;2970.12;11.30;1125.00;1.57;1.12 +10884;10;2993.88;11.15;1125.00;-1.57;1.12 10884;21;2970.12;11.30;1125.00;1.57;1.12 +10885;0;4126.00;12.30;1313.00;0.00;0.92 +10885;1;4126.50;12.60;1301.50;0.04;0.92 +10885;2;4118.50;12.50;1305.00;-0.75;0.92 +10885;3;4134.50;12.40;1303.50;0.73;0.92 +10885;4;4135.50;12.20;1314.50;1.72;0.92 +10885;5;4116.00;12.30;1317.50;4.29;0.92 +10885;6;4124.00;12.10;1324.50;3.31;0.92 +10885;7;4132.50;12.10;1324.00;2.60;0.92 +10885;9;4117.72;12.30;1313.00;1.57;0.92 +10885;10;4134.28;12.30;1313.00;-1.57;0.92 10885;21;4117.72;12.30;1313.00;1.57;0.92 +10886;0;1389.00;10.20;1099.00;0.00;0.40 +10886;1;1388.00;9.70;1095.00;-0.24;0.40 +10886;2;1396.50;10.30;1097.00;1.31;0.40 +10886;3;1379.50;9.75;1099.00;4.71;0.40 +10886;4;1393.50;10.80;1102.00;2.15;0.40 +10886;5;1383.50;10.80;1101.50;4.28;0.40 +10886;6;1378.00;10.10;1101.50;4.48;0.40 +10886;9;1381.08;9.85;1099.00;1.57;0.40 +10886;10;1396.92;10.57;1099.00;-1.57;0.40 +10886;19;1374.00;9.50;1097.00;-1.57;0.40 +10886;20;1372.26;9.50;1096.76;-1.43;0.40 10886;21;1391.64;11.20;1104.64;-1.57;0.40 +10887;0;3965.00;11.60;1183.00;0.00;0.38 +10887;1;3961.00;10.75;1178.50;-0.72;0.38 +10887;2;3966.50;11.95;1181.00;0.64;0.38 +10887;3;3958.50;10.70;1180.50;-1.20;0.38 +10887;4;3963.50;11.40;1185.50;3.68;0.38 +10887;5;3970.50;11.90;1185.50;1.99;0.38 +10887;6;3969.50;11.90;1187.50;2.35;0.38 +10887;9;3960.32;11.04;1183.00;1.57;0.38 +10887;10;3969.68;12.20;1183.00;-1.57;0.38 10887;21;3960.32;11.04;1183.00;1.57;0.38 +10888;0;1606.00;10.55;843.00;0.00;0.78 +10888;1;1597.00;11.30;836.00;-0.91;0.78 +10888;2;1602.00;10.50;834.00;-0.41;0.78 +10888;3;1613.00;10.10;840.50;1.22;0.78 +10888;4;1597.00;11.12;844.00;4.60;0.78 +10888;5;1600.00;10.70;848.50;3.97;0.78 +10888;6;1618.50;10.10;848.00;1.95;0.78 +10888;7;1610.50;10.50;851.00;2.62;0.78 +10888;9;1597.90;11.10;843.00;1.57;0.78 +10888;10;1614.10;10.10;843.00;-1.57;0.78 10888;21;1597.90;11.10;843.00;1.57;0.78 +10889;0;1318.00;9.77;1157.00;0.00;0.52 +10889;1;1319.00;9.80;1151.50;0.18;0.52 +10889;2;1312.00;9.80;1155.50;-1.32;0.52 +10889;3;1324.00;9.70;1156.00;1.40;0.52 +10889;4;1314.00;9.75;1160.00;4.06;0.52 +10889;5;1320.50;9.90;1162.50;2.71;0.52 +10889;9;1312.96;9.80;1157.00;1.57;0.52 +10889;10;1323.04;9.70;1157.00;-1.57;0.52 +10889;19;1320.00;9.73;1169.00;-3.57;0.52 +10889;20;1320.28;9.73;1170.72;2.97;0.52 10889;21;1319.16;10.20;1165.83;-1.57;0.52 +10890;0;3714.00;12.52;1205.00;0.00;0.46 +10890;1;3718.00;12.05;1200.50;0.72;0.46 +10890;2;3722.00;12.00;1204.50;1.50;0.46 +10890;3;3710.00;12.90;1201.00;-0.78;0.46 +10890;4;3704.00;12.45;1203.50;-1.42;0.46 +10890;5;3710.00;12.10;1208.50;3.99;0.46 +10890;6;3719.50;12.90;1210.50;2.35;0.46 +10890;9;3707.16;12.38;1205.00;1.57;0.46 +10890;10;3720.84;12.01;1205.00;-1.57;0.46 10890;21;3707.16;12.38;1205.00;1.57;0.46 +10891;0;3584.00;11.07;805.00;0.00;0.58 +10891;1;3585.00;10.75;798.50;0.15;0.58 +10891;2;3591.00;10.47;803.00;1.29;0.58 +10891;3;3579.50;11.00;800.00;-0.73;0.58 +10891;4;3577.00;11.40;805.50;4.64;0.58 +10891;5;3584.50;11.30;811.00;3.05;0.58 +10891;6;3592.50;10.70;810.00;2.10;0.58 +10891;7;3577.00;11.80;810.50;4.04;0.58 +10891;9;3578.42;11.35;805.00;1.57;0.58 +10891;10;3589.58;10.74;805.00;-1.57;0.58 +10891;19;3592.00;9.53;790.00;1.29;0.58 +10891;20;3592.82;9.53;788.45;0.49;0.58 10891;21;3578.42;11.35;805.00;1.57;0.58 +10892;0;3466.00;11.87;1059.00;0.00;0.72 +10892;1;3463.00;12.07;1051.00;-0.35;0.72 +10892;2;3470.00;12.00;1051.50;0.49;0.72 +10892;3;3458.50;12.20;1055.50;-1.13;0.72 +10892;4;3474.00;11.97;1059.00;1.57;0.72 +10892;5;3457.50;12.10;1060.50;4.53;0.72 +10892;6;3461.00;11.90;1065.00;3.83;0.72 +10892;7;3471.00;11.70;1066.00;2.52;0.72 +10892;9;3459.16;12.11;1059.00;1.57;0.72 +10892;10;3472.84;11.91;1059.00;-1.57;0.72 10892;21;3459.16;12.11;1059.00;1.57;0.72 +10893;0;3076.00;11.22;967.00;0.00;1.36 +10893;1;3077.50;10.50;951.00;0.09;1.36 +10893;2;3063.00;10.70;959.00;-1.01;1.36 +10893;3;3092.50;12.40;964.50;1.42;1.36 +10893;4;3062.00;11.85;978.50;4.02;1.36 +10893;5;3078.00;11.40;981.00;3.00;1.36 +10893;6;3061.50;12.30;988.50;3.73;1.36 +10893;9;3063.76;10.80;967.00;1.57;1.36 +10893;10;3088.24;11.56;967.00;-1.57;1.36 10893;21;3063.76;10.80;967.00;1.57;1.36 +10894;0;1183.00;13.90;1378.00;0.00;0.60 +10894;1;1182.00;13.50;1372.50;-0.18;0.60 +10894;2;1176.50;13.30;1372.00;-0.82;0.60 +10894;3;1189.50;13.10;1376.50;1.34;0.60 +10894;4;1175.50;13.20;1374.50;-1.13;0.60 +10894;5;1178.00;13.40;1380.50;4.24;0.60 +10894;6;1187.00;12.45;1382.50;2.41;0.60 +10894;7;1181.50;12.60;1386.50;3.31;0.60 +10894;8;1183.00;12.50;1386.00;3.14;0.60 +10894;9;1177.06;13.35;1378.00;1.57;0.60 +10894;10;1188.94;13.00;1378.00;-1.57;0.60 10894;21;1177.06;13.35;1378.00;1.57;0.60 +10895;0;1155.00;9.67;1243.00;0.00;0.56 +10895;1;1159.50;9.60;1238.00;0.73;0.56 +10895;2;1152.00;9.65;1241.50;-1.10;0.56 +10895;3;1158.00;10.37;1245.00;2.15;0.56 +10895;4;1147.00;9.80;1247.50;4.20;0.56 +10895;5;1152.50;10.00;1249.00;3.53;0.56 +10895;6;1149.00;9.85;1249.50;3.88;0.56 +10895;9;1149.24;9.50;1243.00;1.57;0.56 +10895;10;1160.76;10.55;1243.00;-1.57;0.56 +10895;19;1150.00;9.50;1241.00;-1.11;0.56 +10895;20;1148.37;9.50;1240.35;-1.19;0.56 10895;21;1149.24;9.50;1243.00;1.57;0.56 +10896;0;3815.00;16.17;1227.00;0.00;0.40 +10896;1;3813.00;16.50;1223.00;-0.46;0.40 +10896;2;3809.00;15.62;1227.00;4.71;0.40 +10896;3;3820.00;16.95;1224.50;1.10;0.40 +10896;4;3823.00;16.85;1227.50;1.63;0.40 +10896;5;3819.50;16.60;1230.00;2.15;0.40 +10896;6;3814.00;16.02;1231.00;3.38;0.40 +10896;9;3809.78;15.79;1227.00;1.57;0.40 +10896;10;3820.22;16.58;1227.00;-1.57;0.40 10896;21;3809.78;15.79;1227.00;1.57;0.40 +10897;0;4025.00;12.10;872.00;0.00;0.34 +10897;1;4028.00;11.65;868.50;0.70;0.34 +10897;2;4024.00;12.32;870.00;-0.46;0.34 +10897;3;4029.00;11.55;872.00;1.57;0.34 +10897;4;4019.00;12.22;872.00;4.71;0.34 +10897;5;4022.50;11.80;875.00;3.83;0.34 +10897;6;4026.50;11.50;874.50;2.60;0.34 +10897;9;4021.22;12.40;872.00;1.57;0.34 +10897;10;4028.78;11.55;872.00;-1.57;0.34 10897;21;4021.22;12.40;872.00;1.57;0.34 +10898;0;3918.00;10.60;1124.00;0.00;0.44 +10898;1;3918.50;10.55;1122.00;0.24;0.44 +10898;2;3911.50;10.00;1120.00;-1.01;0.44 +10898;3;3913.50;10.20;1124.00;4.71;0.44 +10898;4;3924.00;10.85;1127.00;2.03;0.44 +10898;5;3918.00;10.80;1128.00;3.14;0.44 +10898;6;3921.50;11.00;1129.50;2.57;0.44 +10898;9;3913.32;10.20;1124.00;1.57;0.44 +10898;10;3922.68;10.84;1124.00;-1.57;0.44 10898;21;3913.32;10.20;1124.00;1.57;0.44 +10899;0;4406.00;12.72;1343.00;0.00;0.68 +10899;1;4406.00;13.20;1334.00;0.00;0.68 +10899;2;4412.50;13.30;1336.00;0.74;0.68 +10899;3;4401.00;12.92;1338.00;-0.78;0.68 +10899;4;4412.50;12.85;1343.00;1.57;0.68 +10899;5;4399.50;12.25;1347.00;4.16;0.68 +10899;6;4409.00;12.00;1351.00;2.78;0.68 +10899;7;4404.00;12.10;1352.00;3.36;0.68 +10899;9;4399.88;12.56;1343.00;1.57;0.68 +10899;10;4412.12;12.85;1343.00;-1.57;0.68 10899;21;4399.88;12.56;1343.00;1.57;0.68 +10900;0;3243.00;10.85;919.00;0.00;1.02 +10900;1;3248.00;10.85;902.00;0.28;1.02 +10900;2;3237.00;11.50;903.50;-0.36;1.02 +10900;3;3254.00;10.60;914.00;1.14;1.02 +10900;4;3232.50;11.30;920.50;4.57;1.02 +10900;5;3250.50;10.60;931.00;2.58;1.02 +10900;6;3240.50;10.70;936.00;3.28;1.02 +10900;9;3233.82;11.23;919.00;1.57;1.02 +10900;10;3252.18;10.61;919.00;-1.57;1.02 10900;21;3233.82;11.23;919.00;1.57;1.02 +10901;0;3421.00;11.67;1134.00;0.00;0.52 +10901;1;3428.50;11.90;1130.00;1.08;0.52 +10901;2;3419.50;11.70;1128.50;-0.26;0.52 +10901;3;3412.00;11.47;1132.00;-1.35;0.52 +10901;4;3431.50;11.30;1135.50;1.71;0.52 +10901;5;3409.00;11.52;1135.00;4.62;0.52 +10901;6;3414.50;11.20;1138.00;4.16;0.52 +10901;7;3425.00;11.35;1139.50;2.51;0.52 +10901;9;3412.54;11.35;1134.00;1.57;0.52 +10901;10;3429.46;11.70;1134.00;-1.57;0.52 10901;21;3412.54;11.35;1134.00;1.57;0.52 +10902;0;3344.00;11.55;992.00;0.00;0.68 +10902;1;3343.50;13.20;985.00;-0.07;0.68 +10902;2;3351.50;13.20;989.00;1.19;0.68 +10902;3;3336.50;11.00;991.50;-1.50;0.68 +10902;4;3349.00;11.85;997.50;2.40;0.68 +10902;5;3341.00;13.10;999.50;3.52;0.68 +10902;9;3337.52;11.05;992.00;1.57;0.68 +10902;10;3350.48;12.29;992.00;-1.57;0.68 10902;21;3337.52;11.05;992.00;1.57;0.68 +10903;0;4382.00;19.50;1189.00;0.00;0.60 +10903;1;4387.00;19.55;1181.50;0.58;0.60 +10903;2;4389.50;19.20;1183.50;0.93;0.60 +10903;3;4378.00;19.87;1188.00;-1.32;0.60 +10903;4;4385.00;19.70;1191.50;2.26;0.60 +10903;5;4378.00;19.87;1195.00;3.73;0.60 +10903;9;4376.24;20.02;1189.00;1.57;0.60 +10903;10;4387.76;19.37;1189.00;-1.57;0.60 10903;21;4376.24;20.02;1189.00;1.57;0.60 +10904;0;3679.00;10.35;1062.00;0.00;0.38 +10904;1;3675.00;10.30;1058.00;-0.78;0.38 +10904;2;3680.00;10.70;1057.00;0.19;0.38 +10904;3;3680.50;10.45;1065.00;2.67;0.38 +10904;9;3675.58;10.10;1062.00;1.57;0.38 +10904;10;3682.42;10.79;1062.00;-1.57;0.38 +10904;19;3685.00;9.75;1065.00;-3.61;0.38 +10904;20;3686.56;9.75;1065.78;2.03;0.38 10904;21;3675.58;10.10;1062.00;1.57;0.38 +10905;0;3979.00;15.70;1210.00;0.00;0.62 +10905;1;3976.50;17.30;1201.00;-0.27;0.62 +10905;2;3973.50;16.50;1205.00;-0.83;0.62 +10905;3;3981.00;15.05;1205.50;0.41;0.62 +10905;4;3974.50;15.80;1212.50;4.20;0.62 +10905;5;3986.00;18.75;1212.00;1.84;0.62 +10905;6;3982.50;18.90;1216.50;2.64;0.62 +10905;9;3973.42;15.32;1210.00;1.57;0.62 +10905;10;3984.58;18.17;1210.00;-1.57;0.62 10905;21;3973.42;15.32;1210.00;1.57;0.62 +10906;0;1946.00;9.80;946.00;0.00;0.68 +10906;1;1945.50;9.80;937.00;-0.05;0.68 +10906;2;1940.50;9.80;946.00;4.71;0.68 +10906;3;1952.50;9.80;939.00;0.74;0.68 +10906;4;1951.50;9.75;946.00;1.57;0.68 +10906;5;1953.00;9.70;954.00;2.42;0.68 +10906;6;1946.50;9.70;955.00;3.08;0.68 +10906;9;1939.88;9.76;946.00;1.57;0.68 +10906;10;1952.12;9.78;946.00;-1.57;0.68 +10906;19;1941.00;9.55;964.00;-3.20;0.68 +10906;20;1940.53;9.55;965.68;3.41;0.68 10906;21;1945.54;9.90;961.18;-1.57;0.68 +10907;0;3219.00;11.67;1031.00;0.00;1.06 +10907;1;3218.50;11.10;1018.50;-0.04;1.06 +10907;2;3207.00;11.25;1031.50;4.67;1.06 +10907;3;3232.50;10.60;1028.50;1.38;1.06 +10907;4;3227.50;11.10;1041.00;2.43;1.06 +10907;5;3214.50;11.80;1044.50;3.46;1.06 +10907;6;3207.00;11.50;1044.50;3.86;1.06 +10907;9;3209.46;11.49;1031.00;1.57;1.06 +10907;10;3228.54;10.85;1031.00;-1.57;1.06 10907;21;3209.46;11.49;1031.00;1.57;1.06 +10908;0;3265.00;11.20;774.00;0.00;0.92 +10908;1;3272.00;11.22;764.00;0.61;0.92 +10908;2;3260.50;11.20;767.50;-0.60;0.92 +10908;3;3272.50;11.20;776.00;1.83;0.92 +10908;4;3254.00;11.25;772.50;-1.43;0.92 +10908;5;3260.00;11.20;781.50;3.73;0.92 +10908;6;3270.00;11.10;786.50;2.76;0.92 +10908;9;3256.72;11.20;774.00;1.57;0.92 +10908;10;3273.28;11.20;774.00;-1.57;0.92 10908;21;3256.72;11.20;774.00;1.57;0.92 +10909;0;1484.00;11.27;1456.00;0.00;0.30 +10909;1;1482.00;11.47;1453.00;-0.58;0.30 +10909;2;1486.50;12.80;1453.00;0.69;0.30 +10909;3;1480.50;10.60;1456.50;4.57;0.30 +10909;4;1488.00;12.37;1455.00;1.32;0.30 +10909;5;1488.00;10.60;1458.50;2.12;0.30 +10909;6;1485.50;12.60;1460.50;2.82;0.30 +10909;9;1479.86;11.00;1456.00;1.57;0.30 +10909;10;1488.14;11.69;1456.00;-1.57;0.30 10909;21;1479.86;11.00;1456.00;1.57;0.30 +10910;0;4120.00;19.32;1118.00;0.00;0.56 +10910;1;4127.50;16.25;1112.00;0.89;0.56 +10910;2;4131.50;17.30;1113.50;1.19;0.56 +10910;3;4116.50;17.35;1116.00;-1.05;0.56 +10910;4;4128.00;19.47;1117.00;1.44;0.56 +10910;5;4111.00;20.95;1122.00;4.29;0.56 +10910;6;4119.00;21.50;1123.00;3.33;0.56 +10910;9;4112.08;18.90;1118.00;1.57;0.56 +10910;10;4127.92;20.21;1118.00;-1.57;0.56 10910;21;4112.08;18.90;1118.00;1.57;0.56 +10911;0;4125.00;22.12;1268.00;0.00;0.98 +10911;1;4128.50;22.35;1259.00;0.37;0.98 +10911;2;4114.00;22.00;1264.50;-1.26;0.98 +10911;3;4136.00;21.80;1272.00;1.92;0.98 +10911;4;4116.00;20.67;1275.00;4.05;0.98 +10911;5;4126.00;20.10;1279.00;3.05;0.98 +10911;9;4114.74;21.91;1268.00;1.57;0.98 +10911;10;4135.26;22.42;1268.00;-1.57;0.98 10911;21;4114.74;21.91;1268.00;1.57;0.98 +10912;0;1812.00;11.87;1031.00;0.00;0.60 +10912;1;1807.50;10.40;1024.50;-0.60;0.60 +10912;2;1813.00;10.45;1027.00;0.24;0.60 +10912;3;1805.50;11.50;1028.50;-1.20;0.60 +10912;4;1816.00;10.92;1034.00;2.21;0.60 +10912;9;1804.08;11.06;1031.00;1.57;0.60 +10912;10;1819.92;10.61;1031.00;-1.57;0.60 +10912;19;1820.59;9.50;1040.34;-3.17;0.60 +10912;20;1821.77;9.50;1041.63;2.39;0.60 10912;21;1819.92;10.61;1031.00;-1.57;0.60 +10913;0;3698.00;16.47;1139.00;0.00;0.58 +10913;1;3694.00;15.95;1134.00;-0.67;0.58 +10913;2;3703.00;15.47;1135.00;0.89;0.58 +10913;3;3689.50;15.35;1139.00;4.71;0.58 +10913;4;3705.50;16.90;1142.50;2.00;0.58 +10913;5;3697.00;17.12;1144.00;3.33;0.58 +10913;9;3691.34;15.71;1139.00;1.57;0.58 +10913;10;3704.66;16.10;1139.00;-1.57;0.58 10913;21;3691.34;15.71;1139.00;1.57;0.58 +10914;0;1119.00;15.00;1422.00;0.00;0.62 +10914;1;1118.50;14.60;1415.50;-0.07;0.62 +10914;2;1125.50;15.00;1418.50;1.07;0.62 +10914;3;1111.50;14.00;1419.00;-1.19;0.62 +10914;4;1111.50;15.85;1425.00;4.33;0.62 +10914;5;1128.00;14.50;1424.50;1.84;0.62 +10914;6;1120.00;15.40;1428.00;2.97;0.62 +10914;9;1112.88;15.11;1422.00;1.57;0.62 +10914;10;1125.12;15.11;1422.00;-1.57;0.62 10914;21;1112.88;15.11;1422.00;1.57;0.62 +10915;0;2644.00;11.52;883.00;0.00;0.96 +10915;1;2637.50;11.80;878.00;-0.91;0.96 +10915;2;2650.00;11.57;874.00;0.58;0.96 +10915;3;2652.50;11.20;884.50;1.74;0.96 +10915;4;2635.00;11.17;890.00;4.05;0.96 +10915;5;2644.00;11.07;893.00;3.14;0.96 +10915;9;2635.00;11.87;883.00;1.57;0.96 +10915;10;2653.00;11.10;883.00;-1.57;0.96 10915;21;2653.00;11.10;883.00;-1.57;0.96 +10916;0;1154.00;16.27;1309.00;0.00;0.44 +10916;1;1152.50;17.10;1303.50;-0.26;0.44 +10916;2;1147.50;16.40;1308.50;-1.49;0.44 +10916;3;1157.00;15.90;1305.00;0.64;0.44 +10916;4;1159.50;15.40;1309.50;1.66;0.44 +10916;5;1153.50;15.70;1313.50;3.25;0.44 +10916;9;1148.78;16.22;1309.00;1.57;0.44 +10916;10;1159.22;15.44;1309.00;-1.57;0.44 10916;21;1148.78;16.22;1309.00;1.57;0.44 +10917;0;2961.00;10.70;918.00;0.00;1.28 +10917;1;2951.50;10.70;905.50;-0.65;1.28 +10917;2;2965.00;10.70;904.50;0.28;1.28 +10917;3;2943.00;10.80;912.50;-1.27;1.28 +10917;4;2974.50;10.60;909.00;0.98;1.28 +10917;5;2975.50;10.60;922.50;1.87;1.28 +10917;6;2953.00;11.25;928.50;3.79;1.28 +10917;7;2967.50;10.70;935.00;2.77;1.28 +10917;9;2947.86;10.90;918.00;1.57;1.28 +10917;10;2974.14;10.60;918.00;-1.57;1.28 10917;21;2947.86;10.90;918.00;1.57;1.28 +10918;0;4229.00;21.40;1181.00;0.00;0.64 +10918;1;4230.00;22.00;1174.50;0.15;0.64 +10918;2;4239.50;21.40;1179.00;1.38;0.64 +10918;3;4218.50;21.55;1176.00;-1.12;0.64 +10918;4;4220.00;21.57;1184.00;4.39;0.64 +10918;5;4235.00;21.80;1186.50;2.31;0.64 +10918;6;4228.00;21.82;1189.00;3.26;0.64 +10918;9;4220.72;21.41;1181.00;1.57;0.64 +10918;10;4237.28;21.55;1181.00;-1.57;0.64 10918;21;4220.72;21.41;1181.00;1.57;0.64 +10919;0;2841.00;10.42;769.00;0.00;0.32 +10919;1;2841.50;9.70;759.00;0.05;0.32 +10919;2;2837.00;10.45;767.50;-1.21;0.32 +10919;3;2845.00;9.90;763.00;0.58;0.32 +10919;4;2844.00;10.40;772.00;2.35;0.32 +10919;5;2837.50;10.50;777.50;3.53;0.32 +10919;6;2841.00;10.45;779.00;3.14;0.32 +10919;9;2838.12;10.40;769.00;1.57;0.32 +10919;10;2843.88;10.38;769.00;-1.57;0.32 +10919;19;2836.00;9.50;750.00;0.05;0.32 +10919;20;2835.55;9.50;748.30;-0.25;0.32 10919;21;2847.74;9.70;751.91;1.57;0.32 +10920;0;4319.00;13.15;1038.00;0.00;0.36 +10920;1;4316.00;12.55;1035.00;-0.78;0.36 +10920;2;4320.50;12.90;1035.50;0.54;0.36 +10920;3;4324.00;12.55;1039.50;1.86;0.36 +10920;4;4314.00;11.25;1039.50;4.42;0.36 +10920;5;4318.00;12.15;1041.00;3.46;0.36 +10920;6;4322.50;12.75;1042.00;2.42;0.36 +10920;9;4315.04;11.89;1038.00;1.57;0.36 +10920;10;4322.96;12.48;1038.00;-1.57;0.36 10920;21;4315.04;11.89;1038.00;1.57;0.36 +10921;0;3558.00;12.85;822.00;0.00;0.34 +10921;1;3558.00;12.65;818.50;0.00;0.34 +10921;2;3564.00;12.30;819.00;1.10;0.34 +10921;3;3552.00;12.97;822.00;4.71;0.34 +10921;4;3564.00;12.20;822.50;1.65;0.34 +10921;5;3553.00;11.22;825.00;4.17;0.34 +10921;6;3560.00;11.22;826.00;2.67;0.34 +10921;9;3553.14;12.88;822.00;1.57;0.34 +10921;10;3562.86;12.36;822.00;-1.57;0.34 +10921;19;3562.00;9.57;830.00;-3.61;0.34 +10921;20;3562.78;9.57;831.56;2.67;0.34 10921;21;3553.14;12.88;822.00;1.57;0.34 +10922;0;3600.00;13.22;1230.00;0.00;0.46 +10922;1;3605.00;15.30;1225.00;0.78;0.46 +10922;2;3597.50;14.05;1227.00;-0.69;0.46 +10922;3;3608.50;13.20;1228.00;1.34;0.46 +10922;4;3592.50;14.35;1232.00;4.45;0.46 +10922;5;3602.50;12.50;1232.50;2.35;0.46 +10922;6;3595.50;12.55;1236.00;3.78;0.46 +10922;9;3593.70;14.40;1230.00;1.57;0.46 +10922;10;3606.30;12.72;1230.00;-1.57;0.46 10922;21;3593.70;14.40;1230.00;1.57;0.46 +10923;0;3509.00;11.20;1086.00;0.00;0.70 +10923;1;3507.00;11.20;1078.00;-0.24;0.70 +10923;2;3516.00;11.35;1082.00;1.05;0.70 +10923;3;3501.00;11.10;1084.50;-1.38;0.70 +10923;4;3517.00;11.05;1091.00;2.12;0.70 +10923;5;3503.50;11.00;1093.00;3.80;0.70 +10923;6;3511.00;11.00;1094.50;2.91;0.70 +10923;9;3502.70;11.06;1086.00;1.57;0.70 +10923;10;3515.30;11.26;1086.00;-1.57;0.70 10923;21;3502.70;11.06;1086.00;1.57;0.70 +10924;0;1814.00;10.60;585.00;0.00;0.46 +10924;1;1819.00;10.60;581.00;0.89;0.46 +10924;2;1811.50;10.60;580.50;-0.50;0.46 +10924;3;1809.50;10.50;590.00;3.87;0.46 +10924;4;1816.00;10.60;591.00;2.82;0.46 +10924;9;1809.86;10.60;585.00;1.57;0.46 +10924;10;1818.14;10.60;585.00;-1.57;0.46 10924;21;1809.86;10.60;585.00;1.57;0.46 +10925;0;4971.00;12.50;141.00;0.00;0.44 +10925;1;4970.00;12.50;137.00;-0.24;0.44 +10925;2;4974.50;11.80;138.50;0.95;0.44 +10925;3;4965.00;9.85;138.00;-1.10;0.44 +10925;4;4967.00;11.27;142.00;4.46;0.44 +10925;5;4975.00;10.62;144.00;2.21;0.44 +10925;6;4970.50;12.30;146.50;3.23;0.44 +10925;9;4967.04;11.19;141.00;1.57;0.44 +10925;10;4974.96;10.82;141.00;-1.57;0.44 +10925;19;4961.00;9.50;135.00;-1.11;0.44 +10925;20;4959.50;9.50;134.10;-1.03;0.44 10925;21;4974.96;10.82;141.00;-1.57;0.44 +10926;0;2157.00;11.80;697.00;0.00;0.62 +10926;1;2153.00;10.85;691.50;-0.62;0.62 +10926;2;2164.50;11.10;694.00;1.19;0.62 +10926;3;2152.00;10.85;701.00;4.03;0.62 +10926;4;2163.50;11.75;702.00;2.22;0.62 +10926;9;2149.44;10.60;697.00;1.57;0.62 +10926;10;2164.56;11.24;697.00;-1.57;0.62 10926;21;2149.44;10.60;697.00;1.57;0.62 +10927;0;4925.00;9.85;195.00;0.00;0.62 +10927;1;2462.00;9.50;97.00;-1.53;0.62 +10927;2;4915.00;9.80;192.00;-1.27;0.62 +10927;3;4933.50;9.65;190.00;1.03;0.62 +10927;4;2462.00;9.50;97.00;-1.53;0.62 +10927;5;4936.00;9.80;198.00;1.83;0.62 +10927;6;4914.00;9.85;199.00;4.36;0.62 +10927;7;4925.50;10.00;200.50;3.05;0.62 +10927;9;4915.28;9.80;195.00;1.57;0.62 +10927;10;4934.72;9.80;195.00;-1.57;0.62 10927;21;4915.28;9.80;195.00;1.57;0.62 +10928;0;3503.00;9.80;689.00;0.00;0.64 +10928;1;3496.50;9.75;686.00;-1.13;0.64 +10928;2;3505.00;9.80;683.00;0.32;0.64 +10928;3;3510.00;9.80;686.50;1.22;0.64 +10928;4;3509.00;9.77;692.00;2.03;0.64 +10928;5;3502.00;9.80;694.50;3.32;0.64 +10928;9;3497.24;9.80;689.00;1.57;0.64 +10928;10;3508.76;9.78;689.00;-1.57;0.64 +10928;19;3499.00;9.53;674.00;0.32;0.64 +10928;20;3498.54;9.53;672.30;-0.26;0.64 10928;21;3514.09;9.70;684.17;-1.57;0.64 +10929;0;3293.00;13.85;360.00;0.00;0.66 +10929;1;3295.50;13.80;353.50;0.36;0.66 +10929;2;3282.50;13.30;354.50;-1.08;0.66 +10929;3;3306.00;13.85;358.50;1.45;0.66 +10929;4;3278.00;13.15;360.50;4.67;0.66 +10929;5;3292.50;13.70;366.50;3.21;0.66 +10929;6;3306.50;13.20;366.50;2.02;0.66 +10929;9;3282.38;13.40;360.00;1.57;0.66 +10929;10;3303.62;13.85;360.00;-1.57;0.66 10929;21;3297.42;13.20;368.53;1.57;0.66 +10930;0;3293.00;13.62;452.00;0.00;0.92 +10930;1;3286.50;14.10;442.50;-0.60;0.92 +10930;2;3296.50;12.40;445.50;0.49;0.92 +10930;3;3282.00;12.97;449.00;-1.30;0.92 +10930;4;3303.50;12.10;457.50;2.05;0.92 +10930;5;3287.50;12.90;456.00;4.08;0.92 +10930;6;3298.50;13.90;462.00;2.63;0.92 +10930;9;3284.36;12.89;452.00;1.57;0.92 +10930;10;3301.64;11.32;452.00;-1.57;0.92 10930;21;3284.36;12.89;452.00;1.57;0.92 +10931;0;2119.00;11.60;587.00;0.00;0.66 +10931;1;2122.00;11.75;582.00;0.54;0.66 +10931;2;2113.00;11.75;580.50;-0.74;0.66 +10931;3;2110.50;11.20;585.00;-1.34;0.66 +10931;4;2127.50;12.10;588.50;1.74;0.66 +10931;5;2112.00;11.75;590.00;4.30;0.66 +10931;6;2117.50;11.70;594.00;3.35;0.66 +10931;7;2125.00;11.82;594.00;2.43;0.66 +10931;9;2112.16;11.45;587.00;1.57;0.66 +10931;10;2125.84;12.15;587.00;-1.57;0.66 10931;21;2112.16;11.45;587.00;1.57;0.66 +10932;0;3322.00;12.97;588.00;0.00;0.94 +10932;1;3324.00;13.17;578.00;0.19;0.94 +10932;2;3333.50;12.60;580.00;0.96;0.94 +10932;3;3314.50;13.20;582.00;-0.89;0.94 +10932;4;3336.00;12.45;584.00;1.29;0.94 +10932;5;3328.50;12.40;591.00;2.00;0.94 +10932;6;3312.00;13.00;592.00;4.33;0.94 +10932;7;3316.50;12.00;599.50;3.58;0.94 +10932;9;3313.00;13.17;588.00;1.57;0.94 +10932;10;3331.00;12.52;588.00;-1.57;0.94 10932;21;3313.00;13.17;588.00;1.57;0.94 +10933;0;2246.00;9.80;778.00;0.00;0.42 +10933;1;2243.00;9.90;774.50;-0.70;0.42 +10933;2;2248.50;9.80;774.00;0.55;0.42 +10933;3;2241.50;9.85;779.00;4.49;0.42 +10933;4;2248.00;9.62;781.00;2.55;0.42 +10933;9;2242.04;9.87;778.00;1.57;0.42 +10933;10;2249.96;9.67;778.00;-1.57;0.42 +10933;19;2253.00;9.57;785.00;-3.73;0.42 +10933;20;2254.23;9.57;786.23;2.35;0.42 10933;21;2242.04;9.87;778.00;1.57;0.42 +10934;0;1883.00;10.40;833.00;0.00;0.78 +10934;1;1893.50;10.30;828.00;1.12;0.78 +10934;2;1883.00;10.40;825.50;0.00;0.78 +10934;3;1871.50;9.80;830.00;-1.31;0.78 +10934;4;1892.50;10.40;838.00;2.05;0.78 +10934;5;1874.50;9.70;838.50;4.13;0.78 +10934;9;1869.50;9.90;833.00;1.57;0.78 +10934;10;1896.50;10.35;833.00;-1.57;0.78 10934;21;1869.50;9.90;833.00;1.57;0.78 +10935;0;1781.00;10.60;249.00;0.00;0.70 +10935;1;1777.50;10.60;246.50;-0.95;0.70 +10935;2;1788.50;10.40;240.50;0.72;0.70 +10935;3;1785.50;10.60;250.50;1.89;0.70 +10935;4;1773.00;10.30;258.50;3.84;0.70 +10935;5;1778.50;10.55;259.00;3.38;0.70 +10935;6;1784.00;10.47;259.00;2.85;0.70 +10935;9;1774.70;10.60;249.00;1.57;0.70 +10935;10;1787.30;10.64;249.00;-1.57;0.70 10935;21;1774.70;10.60;249.00;1.57;0.70 +10936;0;5029.00;10.70;321.00;0.00;0.76 +10936;1;5028.50;10.60;312.50;-0.05;0.76 +10936;2;5035.50;10.70;310.50;0.55;0.76 +10936;3;5036.00;10.75;320.50;1.49;0.76 +10936;4;5022.00;10.60;320.50;-1.49;0.76 +10936;5;5021.00;10.30;326.50;4.11;0.76 +10936;6;5030.00;10.70;330.00;3.03;0.76 +10936;9;5022.16;10.60;321.00;1.57;0.76 +10936;10;5035.84;10.76;321.00;-1.57;0.76 10936;21;5022.16;10.60;321.00;1.57;0.76 +10937;0;4815.00;10.75;382.00;0.00;0.76 +10937;1;4805.00;10.25;377.50;-1.14;0.76 +10937;2;4816.00;10.60;375.50;0.15;0.76 +10937;3;4825.00;10.35;380.00;1.37;0.76 +10937;4;4824.50;10.40;383.50;1.72;0.76 +10937;5;4809.50;10.90;385.50;4.14;0.76 +10937;6;2407.00;9.50;190.50;-1.49;0.76 +10937;7;4819.50;10.80;391.50;2.69;0.76 +10937;9;4807.26;10.50;382.00;1.57;0.76 +10937;10;4822.74;10.47;382.00;-1.57;0.76 10937;21;4807.26;10.50;382.00;1.57;0.76 +10938;0;1796.00;12.37;577.00;0.00;0.58 +10938;1;1798.50;15.20;571.50;0.42;0.58 +10938;2;1806.00;13.35;571.00;1.03;0.58 +10938;3;1802.50;11.70;576.50;1.49;0.58 +10938;4;1789.50;16.35;576.00;-1.41;0.58 +10938;5;1787.00;13.50;580.00;4.39;0.58 +10938;6;1793.00;10.35;582.50;3.64;0.58 +10938;9;1789.16;15.57;577.00;1.57;0.58 +10938;10;1802.84;11.39;577.00;-1.57;0.58 10938;21;1789.16;15.57;577.00;1.57;0.58 +10939;0;2248.00;9.92;724.00;0.00;0.36 +10939;1;2250.50;9.70;722.00;0.89;0.36 +10939;2;2246.00;10.05;721.00;-0.58;0.36 +10939;3;2243.50;10.50;723.50;-1.46;0.36 +10939;4;2246.50;10.20;726.50;3.68;0.36 +10939;5;2253.00;9.70;725.50;1.86;0.36 +10939;6;2250.50;9.90;727.50;2.52;0.36 +10939;9;2244.58;10.29;724.00;1.57;0.36 +10939;10;2251.42;9.75;724.00;-1.57;0.36 +10939;19;2249.00;9.57;717.00;0.90;0.36 +10939;20;2249.24;9.57;715.26;0.14;0.36 10939;21;2244.58;10.29;724.00;1.57;0.36 +10940;0;1712.00;10.25;655.00;0.00;0.76 +10940;1;1720.00;10.55;646.50;0.75;0.76 +10940;2;1712.50;11.00;648.00;0.07;0.76 +10940;3;1721.00;10.60;655.00;1.57;0.76 +10940;4;1703.00;10.72;654.00;-1.46;0.76 +10940;5;1711.50;10.70;661.50;3.21;0.76 +10940;9;1704.26;10.58;655.00;1.57;0.76 +10940;10;1719.74;10.52;655.00;-1.57;0.76 10940;21;1704.26;10.58;655.00;1.57;0.76 +10941;0;5048.00;10.00;238.00;0.00;0.72 +10941;1;5047.50;9.90;226.50;-0.04;0.72 +10941;2;5040.50;9.80;237.00;-1.43;0.72 +10941;3;5055.00;10.00;235.00;1.16;0.72 +10941;4;5057.50;10.10;244.50;2.17;0.72 +10941;5;5052.00;10.10;248.50;2.77;0.72 +10941;6;5044.00;10.00;250.50;3.45;0.72 +10941;9;5041.52;9.90;238.00;1.57;0.72 +10941;10;5054.48;10.00;238.00;-1.57;0.72 10941;21;5041.52;9.90;238.00;1.57;0.72 +10942;0;1590.00;11.10;802.00;0.00;0.92 +10942;1;1581.00;13.42;789.00;-0.60;0.92 +10942;2;1590.00;10.40;795.50;0.00;0.92 +10942;3;1577.50;14.00;792.50;-0.92;0.92 +10942;4;1582.00;12.25;799.50;-1.26;0.92 +10942;5;1599.00;10.15;806.00;1.98;0.92 +10942;6;1587.50;11.95;808.00;3.53;0.92 +10942;7;1594.00;10.25;813.50;2.80;0.92 +10942;9;1581.72;12.64;802.00;1.57;0.92 +10942;10;1598.28;10.32;802.00;-1.57;0.92 10942;21;1581.72;12.64;802.00;1.57;0.92 +10943;0;1886.00;9.75;361.00;0.00;0.52 +10943;1;1887.00;9.70;356.00;0.19;0.52 +10943;2;1879.00;9.70;356.00;-0.95;0.52 +10943;3;1893.50;9.70;357.50;1.13;0.52 +10943;4;1879.50;9.70;362.50;4.48;0.52 +10943;5;1894.00;9.75;361.00;1.57;0.52 +10943;6;1887.50;9.70;366.00;2.85;0.52 +10943;9;1879.88;9.70;361.00;1.57;0.52 +10943;10;1892.12;9.80;361.00;-1.57;0.52 10943;21;1879.88;9.70;361.00;1.57;0.52 +10944;0;1819.00;10.47;496.00;0.00;0.62 +10944;1;1818.00;10.30;490.00;-0.16;0.62 +10944;2;1825.50;10.40;493.00;1.13;0.62 +10944;3;1810.50;12.00;495.50;-1.51;0.62 +10944;4;1814.50;11.95;503.00;3.71;0.62 +10944;5;1824.50;10.30;501.00;2.30;0.62 +10944;6;1822.00;10.45;503.00;2.73;0.62 +10944;9;1813.42;11.47;496.00;1.57;0.62 +10944;10;1824.58;10.20;496.00;-1.57;0.62 10944;21;1813.42;11.47;496.00;1.57;0.62 +10945;0;2030.00;10.90;555.00;0.00;0.60 +10945;1;2037.00;11.10;548.00;0.78;0.60 +10945;2;2027.00;10.90;551.00;-0.64;0.60 +10945;3;2036.50;11.20;556.00;1.72;0.60 +10945;4;2019.50;11.20;552.50;-1.33;0.60 +10945;5;2025.00;10.70;560.00;3.92;0.60 +10945;6;2032.50;10.80;562.50;2.82;0.60 +10945;9;2022.62;10.75;555.00;1.57;0.60 +10945;10;2037.38;11.20;555.00;-1.57;0.60 10945;21;2022.62;10.75;555.00;1.57;0.60 +10946;0;2203.00;10.07;673.00;0.00;0.56 +10946;1;2203.00;9.50;667.50;0.00;0.56 +10946;2;2199.00;9.50;666.50;-0.55;0.56 +10946;3;2198.00;10.20;673.50;4.61;0.56 +10946;4;2209.50;9.80;673.00;1.57;0.56 +10946;5;2207.50;9.90;677.50;2.35;0.56 +10946;6;2202.00;10.20;679.50;3.29;0.56 +10946;9;2197.96;10.20;673.00;1.57;0.56 +10946;10;2208.04;9.84;673.00;-1.57;0.56 +10946;19;2202.00;9.50;668.00;0.00;0.56 +10946;20;2201.65;9.50;666.28;-0.19;0.56 10946;21;2197.96;10.20;673.00;1.57;0.56 +10947;0;2059.00;10.90;489.00;0.00;0.40 +10947;1;2057.50;11.00;483.50;-0.26;0.40 +10947;2;2061.00;10.95;485.50;0.51;0.40 +10947;3;2054.00;10.90;487.50;-1.27;0.40 +10947;4;2064.00;11.05;489.50;1.67;0.40 +10947;5;2058.00;10.90;492.00;3.46;0.40 +10947;6;2064.00;11.00;493.00;2.24;0.40 +10947;9;2054.86;10.80;489.00;1.57;0.40 +10947;10;2063.14;11.00;489.00;-1.57;0.40 10947;21;2054.86;10.80;489.00;1.57;0.40 +10948;0;3002.00;11.27;665.00;0.00;0.96 +10948;1;3002.50;11.30;656.50;0.05;0.96 +10948;2;2992.00;11.10;654.50;-0.76;0.96 +10948;3;2992.00;11.30;661.00;-1.19;0.96 +10948;4;3012.00;11.40;667.50;1.81;0.96 +10948;5;2992.50;11.60;670.50;4.18;0.96 +10948;6;2999.50;11.50;675.50;3.37;0.96 +10948;9;2992.64;11.40;665.00;1.57;0.96 +10948;10;3011.36;11.40;665.00;-1.57;0.96 10948;21;3011.36;11.40;665.00;-1.57;0.96 +10949;0;4710.00;10.62;207.00;0.00;0.76 +10949;1;4717.50;10.70;198.50;0.72;0.76 +10949;2;4721.00;10.60;199.00;0.94;0.76 +10949;3;4708.50;10.70;201.50;-0.26;0.76 +10949;4;4718.00;10.60;208.00;1.69;0.76 +10949;5;4699.50;10.70;204.00;-1.29;0.76 +10949;6;4700.50;10.70;210.50;4.35;0.76 +10949;7;4709.00;10.60;215.50;3.25;0.76 +10949;9;4700.82;10.70;207.00;1.57;0.76 +10949;10;4719.18;10.60;207.00;-1.57;0.76 10949;21;4700.82;10.70;207.00;1.57;0.76 +10950;0;4694.00;11.02;302.00;0.00;0.62 +10950;1;4689.50;10.50;296.00;-0.64;0.62 +10950;2;4700.00;11.20;298.50;1.04;0.62 +10950;3;4687.50;11.05;305.00;4.28;0.62 +10950;4;4698.50;11.50;307.00;2.40;0.62 +10950;9;4686.62;10.75;302.00;1.57;0.62 +10950;10;4701.38;11.45;302.00;-1.57;0.62 10950;21;4686.62;10.75;302.00;1.57;0.62 +10951;0;3158.00;11.30;659.00;0.00;1.04 +10951;1;3154.00;11.20;649.00;-0.38;1.04 +10951;2;3168.00;11.30;653.00;1.03;1.04 +10951;3;3148.00;11.20;662.00;4.42;1.04 +10951;4;3170.00;11.40;662.50;1.85;1.04 +10951;5;3162.50;11.00;669.00;2.71;1.04 +10951;6;3154.00;11.20;672.00;3.44;1.04 +10951;9;3147.92;11.20;659.00;1.57;1.04 +10951;10;3168.08;11.40;659.00;-1.57;1.04 10951;21;3147.92;11.20;659.00;1.57;1.04 +10952;0;1739.00;20.60;572.00;0.00;0.80 +10952;1;1744.00;20.10;562.50;0.48;0.80 +10952;2;1734.00;21.32;569.00;-1.03;0.80 +10952;3;1748.00;20.45;569.00;1.24;0.80 +10952;4;1747.50;20.00;575.00;1.91;0.80 +10952;5;1738.00;20.25;580.50;3.25;0.80 +10952;6;1730.50;20.40;583.00;3.79;0.80 +10952;9;1731.80;21.33;572.00;1.57;0.80 +10952;10;1746.20;20.29;572.00;-1.57;0.80 10952;21;1746.20;20.29;572.00;-1.57;0.80 +10953;0;1774.00;10.10;148.00;0.00;0.90 +10953;1;1765.00;9.95;137.50;-0.70;0.90 +10953;2;1760.50;10.20;139.50;-1.00;0.90 +10953;3;1772.50;9.90;142.00;-0.24;0.90 +10953;4;1768.50;10.10;147.50;-1.48;0.90 +10953;5;1783.50;10.10;152.00;1.96;0.90 +10953;6;1776.00;9.90;155.00;2.86;0.90 +10953;7;1780.00;10.40;157.50;2.57;0.90 +10953;9;1763.74;10.71;148.00;1.57;0.90 +10953;10;1784.26;10.10;148.00;-1.57;0.90 +10953;19;1783.00;9.55;142.00;-4.31;0.90 +10953;20;1784.45;9.55;141.02;0.98;0.90 10953;21;1763.74;10.71;148.00;1.57;0.90 +10954;0;5049.00;14.30;548.00;0.00;0.44 +10954;1;5050.00;13.20;543.00;0.19;0.44 +10954;2;5053.00;13.57;544.00;0.78;0.44 +10954;3;5046.50;13.80;545.00;-0.69;0.44 +10954;4;5054.00;15.20;549.50;1.86;0.44 +10954;5;5043.00;13.75;549.50;4.46;0.44 +10954;6;5050.50;15.65;552.00;2.78;0.44 +10954;7;5046.00;15.10;552.50;3.73;0.44 +10954;9;5044.14;13.86;548.00;1.57;0.44 +10954;10;5053.86;14.75;548.00;-1.57;0.44 10954;21;5044.14;13.86;548.00;1.57;0.44 +10955;0;4979.00;9.80;297.00;0.00;1.22 +10955;1;4972.00;9.70;277.00;-0.33;1.22 +10955;2;4979.00;9.80;278.50;0.00;1.22 +10955;3;4968.50;9.80;289.50;-0.95;1.22 +10955;4;4989.50;9.80;293.50;1.24;1.22 +10955;5;4968.00;9.90;308.00;3.92;1.22 +10955;6;4997.00;9.95;308.50;2.13;1.22 +10955;7;4980.50;10.05;312.00;3.04;1.22 +10955;9;4968.02;9.80;297.00;1.57;1.22 +10955;10;4989.98;9.80;297.00;-1.57;1.22 10955;21;4968.02;9.80;297.00;1.57;1.22 +10956;0;2004.00;10.10;750.00;0.00;1.24 +10956;1;2000.50;10.60;729.50;-0.16;1.24 +10956;2;2017.00;10.50;738.50;0.84;1.24 +10956;3;1994.00;10.10;750.00;4.71;1.24 +10956;4;2010.00;10.30;762.50;2.69;1.24 +10956;5;1994.00;10.10;773.00;3.55;1.24 +10956;6;2002.50;10.00;778.00;3.19;1.24 +10956;9;1992.84;10.10;750.00;1.57;1.24 +10956;10;2015.16;10.70;750.00;-1.57;1.24 10956;21;1992.84;10.10;750.00;1.57;1.24 +10957;0;3068.00;13.55;317.00;0.00;1.06 +10957;1;3072.50;13.20;305.50;0.37;1.06 +10957;2;3057.00;13.15;312.50;-1.18;1.06 +10957;3;3081.00;13.00;313.00;1.27;1.06 +10957;4;3079.00;13.45;325.00;2.20;1.06 +10957;5;3064.50;13.00;326.00;3.51;1.06 +10957;9;3056.48;12.69;317.00;1.57;1.06 +10957;10;3079.52;13.19;317.00;-1.57;1.06 10957;21;3056.48;12.69;317.00;1.57;1.06 +10958;0;4777.00;9.90;363.00;0.00;0.66 +10958;1;4773.50;9.80;357.00;-0.52;0.66 +10958;2;4785.50;10.00;359.00;1.13;0.66 +10958;3;4765.00;9.90;360.00;-1.32;0.66 +10958;4;4772.50;9.90;367.50;3.92;0.66 +10958;5;4786.00;9.82;368.00;2.07;0.66 +10958;6;4782.00;9.80;372.50;2.65;0.66 +10958;9;4768.00;9.90;363.00;1.57;0.66 +10958;10;4786.00;9.90;363.00;-1.57;0.66 10958;21;4768.00;9.90;363.00;1.57;0.66 +10959;0;1964.00;10.50;558.00;0.00;0.92 +10959;1;1958.50;10.45;549.00;-0.54;0.92 +10959;2;1972.00;11.10;552.50;0.96;0.92 +10959;3;1955.00;10.25;561.50;4.34;0.92 +10959;4;1972.00;11.10;565.50;2.32;0.92 +10959;5;1964.50;10.45;569.00;3.09;0.92 +10959;9;1955.72;10.30;558.00;1.57;0.92 +10959;10;1972.28;11.00;558.00;-1.57;0.92 10959;21;1955.72;10.30;558.00;1.57;0.92 +10960;0;1752.00;9.80;718.00;0.00;1.16 +10960;1;1752.50;9.80;710.50;0.06;1.16 +10960;2;1732.00;10.00;705.50;-1.01;1.16 +10960;3;1727.50;10.00;711.50;-1.31;1.16 +10960;4;1773.50;9.80;719.00;1.61;1.16 +10960;5;1743.50;10.00;722.00;4.27;1.16 +10960;6;1774.50;9.80;727.50;1.97;1.16 +10960;7;1764.00;9.80;732.00;2.43;1.16 +10960;9;1733.46;9.90;718.00;1.57;1.16 +10960;10;1770.54;9.84;718.00;-1.57;1.16 10960;21;1733.46;9.90;718.00;1.57;1.16 +10961;0;1697.00;11.97;121.00;0.00;0.44 +10961;1;1692.00;10.70;117.50;-0.96;0.44 +10961;2;1698.00;10.90;115.50;0.18;0.44 +10961;3;1700.00;11.85;118.50;0.87;0.44 +10961;4;1691.50;10.20;121.00;4.71;0.44 +10961;5;1703.50;11.80;121.50;1.64;0.44 +10961;6;1692.00;10.12;124.00;4.17;0.44 +10961;7;1699.50;11.70;125.50;2.63;0.44 +10961;9;1691.24;10.10;121.00;1.57;0.44 +10961;10;1702.76;11.71;121.00;-1.57;0.44 +10961;19;1688.00;9.50;119.00;-1.57;0.44 +10961;20;1686.29;9.50;118.62;-1.35;0.44 10961;21;1691.24;10.10;121.00;1.57;0.44 +10962;0;3387.00;14.62;656.00;0.00;0.80 +10962;1;3385.50;15.00;648.50;-0.19;0.80 +10962;2;3393.50;14.40;649.50;0.78;0.80 +10962;3;3379.00;16.10;649.50;-0.88;0.80 +10962;4;3378.50;14.45;657.00;4.59;0.80 +10962;5;3397.00;13.07;656.00;1.57;0.80 +10962;6;3388.50;12.70;662.50;2.91;0.80 +10962;7;3380.50;14.00;665.00;3.76;0.80 +10962;9;3379.80;14.40;656.00;1.57;0.80 +10962;10;3394.20;13.52;656.00;-1.57;0.80 10962;21;3379.80;14.40;656.00;1.57;0.80 +10963;0;3070.00;13.80;238.00;0.00;0.66 +10963;1;3070.00;13.60;228.00;0.00;0.66 +10963;2;3062.50;13.10;236.50;-1.37;0.66 +10963;3;3076.00;13.15;228.50;0.56;0.66 +10963;4;3077.00;13.20;239.50;1.78;0.66 +10963;5;3069.00;13.20;247.50;3.24;0.66 +10963;9;3064.06;13.20;238.00;1.57;0.66 +10963;10;3075.94;13.41;238.00;-1.57;0.66 10963;21;3064.06;13.20;238.00;1.57;0.66 +10964;0;1740.00;12.62;350.00;0.00;0.56 +10964;1;1742.00;11.55;341.50;0.23;0.56 +10964;2;1747.00;11.55;341.50;0.68;0.56 +10964;3;1736.50;14.70;341.50;-0.39;0.56 +10964;4;1734.00;17.25;349.00;-1.40;0.56 +10964;5;1745.50;11.75;351.00;1.75;0.56 +10964;6;1737.00;15.05;358.50;3.48;0.56 +10964;7;1741.00;12.47;360.00;3.04;0.56 +10964;9;1734.96;16.82;350.00;1.57;0.56 +10964;10;1745.04;11.60;350.00;-1.57;0.56 10964;21;1734.96;16.82;350.00;1.57;0.56 +10965;0;1809.00;10.55;470.00;0.00;0.84 +10965;1;1808.50;11.10;459.00;-0.04;0.84 +10965;2;1804.00;12.30;463.50;-0.65;0.84 +10965;3;1812.00;10.82;461.00;0.32;0.84 +10965;4;1801.50;11.35;472.00;4.45;0.84 +10965;5;1818.50;10.70;469.00;1.46;0.84 +10965;6;1813.00;10.22;477.00;2.62;0.84 +10965;7;1821.00;10.70;473.00;1.81;0.84 +10965;8;1804.00;10.92;480.00;3.60;0.84 +10965;9;1800.90;11.83;470.00;1.57;0.84 +10965;10;1817.10;10.61;470.00;-1.57;0.84 10965;21;1800.90;11.83;470.00;1.57;0.84 +10966;0;3056.00;14.02;450.00;0.00;1.04 +10966;1;3049.50;14.10;439.00;-0.53;1.04 +10966;2;3061.00;14.30;439.50;0.44;1.04 +10966;3;3066.50;14.75;451.00;1.66;1.04 +10966;4;3045.00;14.62;450.00;4.71;1.04 +10966;5;3054.50;14.60;461.50;3.27;1.04 +10966;6;3063.50;14.20;463.50;2.63;1.04 +10966;9;3046.64;14.53;450.00;1.57;1.04 +10966;10;3065.36;14.55;450.00;-1.57;1.04 10966;21;3046.64;14.53;450.00;1.57;1.04 +10967;0;2240.00;10.90;734.00;0.00;0.30 +10967;1;2237.50;11.10;731.50;-0.78;0.30 +10967;2;2242.50;10.90;731.50;0.78;0.30 +10967;3;2244.50;10.65;735.00;1.78;0.30 +10967;4;2236.00;11.05;735.50;4.35;0.30 +10967;5;2240.50;10.70;737.00;2.97;0.30 +10967;9;2236.76;11.03;734.00;1.57;0.30 +10967;10;2243.24;10.75;734.00;-1.57;0.30 10967;21;2236.76;11.03;734.00;1.57;0.30 +10968;0;3015.00;10.52;566.00;0.00;0.58 +10968;1;3010.00;10.15;559.50;-0.65;0.58 +10968;2;3006.50;10.10;560.50;-0.99;0.58 +10968;3;3017.50;10.55;564.00;0.89;0.58 +10968;4;3009.00;9.92;565.00;-1.40;0.58 +10968;5;3021.50;10.70;572.00;2.31;0.58 +10968;6;3015.50;10.90;570.50;3.03;0.58 +10968;9;3008.70;9.90;566.00;1.57;0.58 +10968;10;3021.30;10.22;566.00;-1.57;0.58 +10968;19;3000.00;9.50;554.00;-1.00;0.58 +10968;20;2998.63;9.50;552.90;-0.89;0.58 10968;21;3008.70;9.90;566.00;1.57;0.58 +10969;0;4768.00;10.45;202.00;0.00;0.68 +10969;1;4768.00;10.20;190.50;0.00;0.68 +10969;2;4763.00;10.40;194.50;-0.58;0.68 +10969;3;4775.00;10.22;198.00;1.05;0.68 +10969;4;4760.50;10.50;207.00;4.12;0.68 +10969;5;4776.50;10.50;209.00;2.26;0.68 +10969;6;4768.00;10.67;212.00;3.14;0.68 +10969;9;4761.88;10.58;202.00;1.57;0.68 +10969;10;4774.12;10.31;202.00;-1.57;0.68 10969;21;4761.88;10.58;202.00;1.57;0.68 +10970;0;1629.00;9.95;769.00;0.00;0.90 +10970;1;1621.00;11.30;758.50;-0.65;0.90 +10970;2;1627.50;10.80;754.50;-0.10;0.90 +10970;3;1631.50;9.90;761.00;0.30;0.90 +10970;4;1623.50;9.90;771.00;4.36;0.90 +10970;5;1636.50;9.80;774.50;2.20;0.90 +10970;6;1634.50;9.80;782.00;2.74;0.90 +10970;9;1620.90;9.93;769.00;1.57;0.90 +10970;10;1637.10;9.80;769.00;-1.57;0.90 10970;21;1620.90;9.93;769.00;1.57;0.90 +10971;0;4646.00;9.80;305.00;0.00;0.62 +10971;1;4655.50;10.10;299.50;1.04;0.62 +10971;2;4644.50;9.80;300.50;-0.32;0.62 +10971;3;4637.50;9.80;307.50;4.42;0.62 +10971;4;4651.50;9.80;307.50;1.99;0.62 +10971;5;4641.50;9.60;311.50;3.74;0.62 +10971;9;4638.26;9.80;305.00;1.57;0.62 +10971;10;4653.74;9.90;305.00;-1.57;0.62 +10971;19;4634.00;9.55;319.00;-2.54;0.62 +10971;20;4632.86;9.55;320.32;3.85;0.62 10971;21;4638.26;9.80;305.00;1.57;0.62 +10972;0;3371.00;11.70;448.00;0.00;0.98 +10972;1;3365.50;12.05;436.00;-0.43;0.98 +10972;2;3371.00;11.95;439.50;0.00;0.98 +10972;3;3360.00;11.05;446.00;-1.39;0.98 +10972;4;3381.50;11.40;448.50;1.61;0.98 +10972;5;3388.50;10.70;454.00;1.90;0.98 +10972;6;3381.00;10.97;456.00;2.24;0.98 +10972;7;3367.00;11.15;456.00;3.60;0.98 +10972;9;3360.38;11.03;448.00;1.57;0.98 +10972;10;3381.62;11.38;448.00;-1.57;0.98 10972;21;3360.38;11.03;448.00;1.57;0.98 +10973;0;1884.00;10.45;516.00;0.00;0.60 +10973;1;1886.00;10.40;508.50;0.26;0.60 +10973;2;1876.00;10.40;512.50;-1.15;0.60 +10973;3;1892.50;10.40;511.50;1.08;0.60 +10973;4;1893.00;9.85;518.50;1.84;0.60 +10973;5;1874.00;9.80;519.50;4.37;0.60 +10973;6;1884.00;9.80;522.50;3.14;0.60 +10973;9;1876.62;10.25;516.00;1.57;0.60 +10973;10;1891.38;10.26;516.00;-1.57;0.60 10973;21;1876.62;10.25;516.00;1.57;0.60 +10974;0;5108.00;11.72;523.00;0.00;0.28 +10974;1;5107.50;13.50;520.50;-0.19;0.28 +10974;2;5112.00;10.00;520.50;1.01;0.28 +10974;3;5109.00;10.40;524.50;2.55;0.28 +10974;4;5104.50;14.10;523.50;4.57;0.28 +10974;5;5105.00;12.80;525.50;4.01;0.28 +10974;9;5105.12;13.83;523.00;1.57;0.28 +10974;10;5110.88;9.88;523.00;-1.57;0.28 +10974;19;5109.00;9.65;527.00;-3.73;0.28 +10974;20;5109.42;9.65;528.69;2.89;0.28 10974;21;5105.12;13.83;523.00;1.57;0.28 +10975;0;1821.00;9.70;363.00;0.00;0.68 +10975;1;1820.50;9.80;354.50;-0.05;0.68 +10975;2;1827.50;9.70;358.50;0.96;0.68 +10975;3;1814.50;10.00;361.50;-1.34;0.68 +10975;4;1827.50;9.70;366.50;2.06;0.68 +10975;5;1811.50;10.55;369.00;4.14;0.68 +10975;6;1818.50;9.80;370.00;3.48;0.68 +10975;9;1813.80;10.07;363.00;1.57;0.68 +10975;10;1828.20;9.70;363.00;-1.57;0.68 10975;21;1813.80;10.07;363.00;1.57;0.68 +10976;0;3439.00;9.70;625.00;0.00;0.54 +10976;1;3442.00;9.70;619.50;0.49;0.54 +10976;2;3435.50;9.90;620.50;-0.66;0.54 +10976;3;3433.50;9.70;627.00;4.36;0.54 +10976;4;3443.50;9.70;628.50;2.23;0.54 +10976;5;3437.50;9.80;632.00;3.35;0.54 +10976;9;3434.14;9.71;625.00;1.57;0.54 +10976;10;3443.86;9.70;625.00;-1.57;0.54 +10976;19;3440.00;9.50;610.00;0.50;0.54 +10976;20;3440.11;9.50;608.25;0.06;0.54 10976;21;3434.14;9.71;625.00;1.57;0.54 +10977;0;5067.00;9.80;206.00;0.00;0.46 +10977;1;5062.00;9.80;199.50;-0.65;0.46 +10977;2;5063.00;9.80;204.50;-1.21;0.46 +10977;3;5066.50;9.80;201.50;-0.11;0.46 +10977;4;5071.50;9.80;206.50;1.68;0.46 +10977;5;5069.00;9.80;210.50;2.72;0.46 +10977;9;5062.32;9.80;206.00;1.57;0.46 +10977;10;5071.68;9.80;206.00;-1.57;0.46 10977;21;5062.32;9.80;206.00;1.57;0.46 +10978;0;3034.00;12.30;305.00;0.00;1.02 +10978;1;3038.50;11.60;294.00;0.38;1.02 +10978;2;3032.50;10.35;295.00;-0.14;1.02 +10978;3;3046.50;13.00;296.50;0.97;1.02 +10978;4;3026.50;10.35;305.00;4.71;1.02 +10978;5;3040.00;12.20;306.50;1.81;1.02 +10978;6;3026.50;11.50;317.50;3.68;1.02 +10978;7;3032.50;11.20;318.00;3.25;1.02 +10978;9;3024.82;9.78;305.00;1.57;1.02 +10978;10;3043.18;12.35;305.00;-1.57;1.02 +10978;19;3015.00;9.50;315.00;-1.57;1.02 +10978;20;3013.45;9.50;315.81;4.22;1.02 10978;21;3024.82;9.78;305.00;1.57;1.02 +10979;0;4904.00;10.30;353.00;0.00;0.90 +10979;1;4903.50;10.30;342.50;-0.04;0.90 +10979;2;4892.00;10.20;346.50;-1.07;0.90 +10979;3;4912.00;10.30;353.00;1.57;0.90 +10979;4;4897.00;10.20;356.50;4.24;0.90 +10979;5;4912.00;10.10;363.50;2.49;0.90 +10979;6;4905.50;10.20;365.50;3.02;0.90 +10979;9;4895.90;10.12;353.00;1.57;0.90 +10979;10;4912.10;10.30;353.00;-1.57;0.90 10979;21;4895.90;10.12;353.00;1.57;0.90 +10980;0;2133.00;9.50;502.00;0.00;0.28 +10980;1;2131.50;9.50;499.50;-0.54;0.28 +10980;2;2136.50;9.70;499.00;0.86;0.28 +10980;3;2137.50;10.10;502.50;1.68;0.28 +10980;4;2127.50;11.40;502.50;4.62;0.28 +10980;5;2132.50;10.90;504.50;3.33;0.28 +10980;9;2129.04;11.00;502.00;1.57;0.28 +10980;10;2136.96;9.86;502.00;-1.57;0.28 +10980;19;2130.61;9.50;497.32;0.36;0.28 +10980;20;2129.82;9.50;495.77;-0.47;0.28 10980;21;2136.96;9.86;502.00;-1.57;0.28 +10981;0;1794.00;9.67;200.00;0.00;0.54 +10981;1;1801.00;9.50;195.50;0.99;0.54 +10981;2;1797.50;9.60;201.50;1.97;0.54 +10981;3;1789.00;10.42;197.00;-1.03;0.54 +10981;4;1785.00;10.35;203.50;4.34;0.54 +10981;9;1785.18;10.48;200.00;1.57;0.54 +10981;10;1802.82;9.60;200.00;-1.57;0.54 +10981;19;1801.00;9.50;195.00;1.00;0.54 +10981;20;1802.42;9.50;193.98;0.95;0.54 10981;21;1785.18;10.48;200.00;1.57;0.54 +10982;0;1825.00;9.85;649.00;0.00;1.02 +10982;1;1825.00;9.85;643.50;0.00;1.02 +10982;2;1844.50;9.90;638.00;1.05;1.02 +10982;3;1838.50;9.80;648.00;1.49;1.02 +10982;4;1806.50;9.80;648.50;-1.54;1.02 +10982;5;1806.50;9.80;655.50;4.37;1.02 +10982;6;1818.50;9.80;657.50;3.79;1.02 +10982;9;1810.60;9.80;649.00;1.57;1.02 +10982;10;1839.40;9.80;649.00;-1.57;1.02 10982;21;1810.60;9.80;649.00;1.57;1.02 +10983;0;4684.00;10.40;192.00;0.00;0.50 +10983;1;4686.50;10.30;184.50;0.32;0.50 +10983;2;4681.50;10.30;189.00;-0.69;0.50 +10983;3;4689.00;10.40;189.50;1.10;0.50 +10983;4;4678.00;10.32;195.00;4.24;0.50 +10983;5;4686.50;10.40;196.50;2.63;0.50 +10983;6;4682.00;10.30;198.50;3.44;0.50 +10983;9;4679.50;10.40;192.00;1.57;0.50 +10983;10;4688.50;10.45;192.00;-1.57;0.50 10983;21;4679.50;10.40;192.00;1.57;0.50 +10984;0;2134.00;10.42;739.00;0.00;0.92 +10984;1;2138.50;10.40;729.50;0.44;0.92 +10984;2;2125.00;10.35;736.50;-1.30;0.92 +10984;3;2149.50;10.20;735.50;1.34;0.92 +10984;4;2142.00;10.10;743.00;2.03;0.92 +10984;5;2119.50;10.40;744.50;4.35;0.92 +10984;6;2127.50;10.00;749.00;3.71;0.92 +10984;9;2122.12;10.26;739.00;1.57;0.92 +10984;10;2145.88;10.11;739.00;-1.57;0.92 10984;21;2122.12;10.26;739.00;1.57;0.92 +10985;0;1818.00;10.00;332.00;0.00;0.58 +10985;1;1820.00;9.90;326.00;0.32;0.58 +10985;2;1811.50;10.20;326.50;-0.86;0.58 +10985;3;1826.50;9.80;330.00;1.34;0.58 +10985;4;1808.50;10.75;331.00;-1.46;0.58 +10985;5;1813.00;10.25;336.50;3.98;0.58 +10985;6;1824.50;9.90;336.50;2.17;0.58 +10985;7;1819.00;10.05;339.00;3.00;0.58 +10985;9;1810.98;10.42;332.00;1.57;0.58 +10985;10;1825.02;9.80;332.00;-1.57;0.58 10985;21;1810.98;10.42;332.00;1.57;0.58 +10986;0;1843.00;10.40;455.00;0.00;0.84 +10986;1;1845.50;10.40;445.00;0.24;0.84 +10986;2;1838.00;10.50;451.00;-0.89;0.84 +10986;3;1850.50;10.10;449.50;0.93;0.84 +10986;4;1846.00;9.90;460.00;2.60;0.84 +10986;5;1835.50;9.90;461.50;3.99;0.84 +10986;9;1835.44;10.50;455.00;1.57;0.84 +10986;10;1850.56;9.80;455.00;-1.57;0.84 10986;21;1835.44;10.50;455.00;1.57;0.84 +10987;0;1782.00;19.17;532.00;0.00;0.54 +10987;1;1786.00;18.60;528.00;0.78;0.54 +10987;2;1774.00;19.82;530.00;-1.32;0.54 +10987;3;1791.50;18.95;534.00;1.77;0.54 +10987;4;1778.50;20.40;536.50;3.80;0.54 +10987;5;1787.00;19.10;537.50;2.40;0.54 +10987;9;1774.62;19.70;532.00;1.57;0.54 +10987;10;1789.38;19.14;532.00;-1.57;0.54 10987;21;1774.62;19.70;532.00;1.57;0.54 +10988;0;3317.00;11.82;518.00;0.00;0.94 +10988;1;3315.00;12.75;510.00;-0.24;0.94 +10988;2;3326.50;13.65;507.00;0.71;0.94 +10988;3;3327.00;13.20;510.50;0.92;0.94 +10988;4;3328.50;13.10;516.50;1.44;0.94 +10988;5;3303.00;12.40;517.50;-1.53;0.94 +10988;6;3326.00;13.20;524.50;2.19;0.94 +10988;7;3311.50;11.95;526.00;3.74;0.94 +10988;9;3306.56;12.59;518.00;1.57;0.94 +10988;10;3327.44;12.99;518.00;-1.57;0.94 10988;21;3306.56;12.59;518.00;1.57;0.94 +10989;0;2237.00;10.77;761.00;0.00;0.44 +10989;1;2237.50;10.90;757.00;0.12;0.44 +10989;2;2232.50;10.60;756.00;-0.73;0.44 +10989;3;2232.50;10.40;761.00;4.71;0.44 +10989;4;2242.50;10.40;761.50;1.66;0.44 +10989;5;2238.50;10.60;766.00;2.85;0.44 +10989;6;2234.50;10.60;765.50;3.64;0.44 +10989;9;2232.86;10.43;761.00;1.57;0.44 +10989;10;2241.14;10.58;761.00;-1.57;0.44 10989;21;2232.86;10.43;761.00;1.57;0.44 +10990;0;4997.00;13.80;586.00;0.00;0.42 +10990;1;4997.00;15.75;581.00;0.00;0.42 +10990;2;5001.00;14.20;582.50;0.85;0.42 +10990;3;4992.00;14.27;586.00;4.71;0.42 +10990;4;5001.50;13.05;588.00;1.98;0.42 +10990;5;4994.00;13.22;590.00;3.78;0.42 +10990;6;4998.00;12.42;591.00;2.94;0.42 +10990;9;4993.22;14.07;586.00;1.57;0.42 +10990;10;5000.78;13.46;586.00;-1.57;0.42 10990;21;4993.22;14.07;586.00;1.57;0.42 +10991;0;5013.00;9.80;199.00;0.00;0.68 +10991;1;5012.50;9.80;190.50;-0.05;0.68 +10991;2;5005.50;9.80;197.50;-1.37;0.68 +10991;3;5021.00;9.80;199.00;1.57;0.68 +10991;4;5014.00;9.80;206.50;3.00;0.68 +10991;9;5006.88;9.80;199.00;1.57;0.68 +10991;10;5019.12;9.80;199.00;-1.57;0.68 10991;21;5006.88;9.80;199.00;1.57;0.68 +10992;0;1729.00;18.22;311.00;0.00;0.66 +10992;1;1730.50;15.00;302.50;0.17;0.66 +10992;2;1722.50;18.30;305.00;-0.82;0.66 +10992;3;1734.50;14.70;312.50;1.83;0.66 +10992;4;1722.50;18.80;312.50;4.48;0.66 +10992;5;1725.50;19.65;321.00;3.47;0.66 +10992;6;1731.00;16.12;322.00;2.96;0.66 +10992;9;1723.06;18.80;311.00;1.57;0.66 +10992;10;1734.94;14.69;311.00;-1.57;0.66 10992;21;1723.06;18.80;311.00;1.57;0.66 +10993;0;3546.00;14.35;310.00;0.00;0.90 +10993;1;3542.00;12.65;296.00;-0.27;0.90 +10993;2;3550.00;12.57;298.00;0.32;0.90 +10993;3;3536.50;13.40;307.50;-1.31;0.90 +10993;4;3554.00;12.55;311.50;1.75;0.90 +10993;5;3540.50;14.00;318.00;3.74;0.90 +10993;6;3557.50;13.10;321.50;2.35;0.90 +10993;7;3550.00;14.27;324.00;2.86;0.90 +10993;9;3537.90;13.71;310.00;1.57;0.90 +10993;10;3554.10;12.35;310.00;-1.57;0.90 +10993;19;3567.00;9.57;327.00;-4.53;0.90 +10993;20;3568.36;9.57;328.10;2.25;0.90 10993;21;3537.90;13.71;310.00;1.57;0.90 +10994;0;2012.00;10.40;522.00;0.00;0.46 +10994;1;2016.50;10.50;517.50;0.78;0.46 +10994;2;2008.50;10.40;519.50;-0.95;0.46 +10994;3;2019.50;10.50;521.00;1.43;0.46 +10994;4;2004.50;10.40;525.50;4.27;0.46 +10994;5;2012.50;10.50;525.50;3.00;0.46 +10994;9;2006.06;10.40;522.00;1.57;0.46 +10994;10;2017.94;10.50;522.00;-1.57;0.46 10994;21;2006.06;10.40;522.00;1.57;0.46 +10995;0;2234.00;9.60;35.00;0.00;0.54 +10995;1;2241.50;9.50;31.00;1.08;0.54 +10995;2;2229.00;9.50;35.50;4.61;0.54 +10995;3;2232.50;9.70;38.50;3.54;0.54 +10995;4;2220.50;9.50;38.50;4.45;0.54 +10995;5;2220.00;9.55;40.50;4.33;0.54 +10995;9;2224.10;9.50;35.00;1.57;0.54 +10995;10;2243.90;9.55;35.00;-1.57;0.54 +10995;19;2211.00;9.50;42.00;-1.82;0.54 +10995;20;2209.32;9.50;42.51;4.41;0.54 10995;21;2224.10;9.50;35.00;1.57;0.54 +10996;0;1771.00;9.95;630.00;0.00;0.80 +10996;1;1774.00;10.00;622.00;0.35;0.80 +10996;2;1766.00;10.00;620.00;-0.46;0.80 +10996;3;1762.50;9.90;625.00;-1.03;0.80 +10996;4;1780.50;9.90;632.00;1.77;0.80 +10996;5;1761.00;10.40;634.50;4.29;0.80 +10996;6;1770.50;10.00;638.00;3.20;0.80 +10996;7;1779.50;9.80;639.00;2.38;0.80 +10996;9;1763.26;10.05;630.00;1.57;0.80 +10996;10;1778.74;9.95;630.00;-1.57;0.80 10996;21;1763.26;10.05;630.00;1.57;0.80 +10997;0;4725.00;10.57;174.00;0.00;0.66 +10997;1;4723.00;10.45;169.00;-0.38;0.66 +10997;2;4730.50;10.40;168.00;0.74;0.66 +10997;3;4729.50;10.50;175.50;1.89;0.66 +10997;4;4719.00;10.60;176.50;4.31;0.66 +10997;5;4725.00;10.60;182.00;3.14;0.66 +10997;9;4719.06;10.60;174.00;1.57;0.66 +10997;10;4730.94;10.40;174.00;-1.57;0.66 10997;21;4719.06;10.60;174.00;1.57;0.66 +10998;0;2238.00;10.00;711.00;0.00;0.40 +10998;1;2240.00;9.70;709.00;0.78;0.40 +10998;2;2234.50;9.90;707.50;-0.78;0.40 +10998;3;2234.00;10.25;711.50;4.58;0.40 +10998;4;2236.00;10.45;714.50;3.66;0.40 +10998;5;2241.00;9.95;714.50;2.43;0.40 +10998;9;2234.40;10.16;711.00;1.57;0.40 +10998;10;2241.60;9.70;711.00;-1.57;0.40 +10998;19;2243.00;9.50;708.00;0.79;0.40 +10998;20;2244.50;9.50;707.10;1.03;0.40 10998;21;2234.40;10.16;711.00;1.57;0.40 +10999;0;2175.00;9.70;550.00;0.00;0.42 +10999;1;2177.00;9.70;547.00;0.58;0.42 +10999;2;2172.00;9.75;545.00;-0.54;0.42 +10999;3;2170.50;10.00;552.00;4.29;0.42 +10999;4;2176.00;9.70;555.50;2.96;0.42 +10999;5;2181.00;9.70;554.50;2.21;0.42 +10999;9;2171.22;9.82;550.00;1.57;0.42 +10999;10;2178.78;9.70;550.00;-1.57;0.42 +10999;19;2179.00;9.50;544.00;0.59;0.42 +10999;20;2179.97;9.50;542.54;0.58;0.42 10999;21;2171.22;9.82;550.00;1.57;0.42 +11000;0;1712.00;11.62;433.00;0.00;0.46 +11000;1;1709.50;11.20;424.50;-0.28;0.46 +11000;2;1707.50;10.10;433.50;4.60;0.46 +11000;3;1716.00;12.90;431.50;1.21;0.46 +11000;4;1713.50;12.20;441.50;2.96;0.46 +11000;9;1707.86;10.11;433.00;1.57;0.46 +11000;10;1716.14;12.56;433.00;-1.57;0.46 +11000;19;1701.00;9.50;422.00;-1.68;0.46 +11000;20;1699.76;9.50;420.76;-0.78;0.46 11000;21;1707.86;10.11;433.00;1.57;0.46 +11001;0;1775.00;19.20;475.00;0.00;0.58 +11001;1;1771.00;20.55;470.00;-0.67;0.58 +11001;2;1781.00;20.20;467.00;0.64;0.58 +11001;3;1784.50;19.50;474.50;1.51;0.58 +11001;4;1764.50;20.50;478.50;4.39;0.58 +11001;5;1776.00;19.55;480.50;2.96;0.58 +11001;9;1766.72;20.23;475.00;1.57;0.58 +11001;10;1783.28;19.73;475.00;-1.57;0.58 11001;21;1766.72;20.23;475.00;1.57;0.58 +11002;0;2185.00;9.80;593.00;0.00;0.52 +11002;1;2182.50;9.80;586.00;-0.34;0.52 +11002;2;2189.00;9.60;590.50;1.01;0.52 +11002;3;2179.00;10.15;591.50;-1.32;0.52 +11002;4;2181.50;10.00;597.00;3.86;0.52 +11002;5;2191.00;9.60;599.50;2.39;0.52 +11002;6;2188.00;9.80;601.50;2.80;0.52 +11002;9;2180.32;10.01;593.00;1.57;0.52 +11002;10;2189.68;9.60;593.00;-1.57;0.52 +11002;19;2192.00;9.50;582.00;1.01;0.52 +11002;20;2192.94;9.50;580.52;0.56;0.52 11002;21;2180.32;10.01;593.00;1.57;0.52 +11003;0;2026.00;10.70;504.00;0.00;0.38 +11003;1;2022.50;10.80;500.00;-0.71;0.38 +11003;2;2031.00;10.82;501.00;1.03;0.38 +11003;3;2033.00;10.70;504.00;1.57;0.38 +11003;4;2019.00;10.70;504.50;4.64;0.38 +11003;5;2029.00;10.65;508.50;2.55;0.38 +11003;6;2023.50;10.70;508.50;3.64;0.38 +11003;9;2019.88;10.70;504.00;1.57;0.38 +11003;10;2032.12;10.70;504.00;-1.57;0.38 11003;21;2019.88;10.70;504.00;1.57;0.38 +11004;0;5014.00;15.50;572.00;0.00;0.44 +11004;1;5011.50;13.10;562.00;-0.24;0.44 +11004;2;5009.50;13.10;562.00;-0.42;0.44 +11004;3;5009.50;14.20;568.00;-0.84;0.44 +11004;4;5016.00;15.25;567.50;0.41;0.44 +11004;5;5020.00;14.95;573.50;1.81;0.44 +11004;6;5009.50;15.00;575.50;4.05;0.44 +11004;7;5015.00;14.85;578.50;2.98;0.44 +11004;9;5010.04;15.75;572.00;1.57;0.44 +11004;10;5017.96;15.17;572.00;-1.57;0.44 11004;21;5010.04;15.75;572.00;1.57;0.44 +11005;0;1758.00;10.87;172.00;0.00;0.56 +11005;1;1757.50;11.00;166.50;-0.09;0.56 +11005;2;1768.00;10.40;167.00;1.10;0.56 +11005;3;1748.50;10.80;172.50;4.66;0.56 +11005;4;1765.50;10.30;173.50;1.76;0.56 +11005;5;1755.50;10.60;177.50;3.56;0.56 +11005;9;1750.62;11.03;172.00;1.57;0.56 +11005;10;1765.38;10.34;172.00;-1.57;0.56 11005;21;1750.62;11.03;172.00;1.57;0.56 +11006;0;5082.00;10.62;254.00;0.00;0.58 +11006;1;5079.50;10.40;249.00;-0.46;0.58 +11006;2;5087.00;10.50;251.00;1.03;0.58 +11006;3;5074.50;10.40;252.50;-1.37;0.58 +11006;4;5077.00;10.50;257.50;4.10;0.58 +11006;5;5085.50;10.90;258.50;2.48;0.58 +11006;9;5076.42;10.45;254.00;1.57;0.58 +11006;10;5087.58;10.65;254.00;-1.57;0.58 11006;21;5076.42;10.45;254.00;1.57;0.58 +11007;0;1951.00;10.62;428.00;0.00;0.80 +11007;1;1944.50;10.25;418.00;-0.57;0.80 +11007;2;1940.50;10.30;419.50;-0.89;0.80 +11007;3;1952.50;10.50;423.50;0.32;0.80 +11007;4;1939.50;10.65;423.00;-1.16;0.80 +11007;5;1948.00;10.70;429.50;4.24;0.80 +11007;6;1958.00;10.85;433.00;2.19;0.80 +11007;7;1954.50;10.70;439.00;2.83;0.80 +11007;9;1943.80;10.70;428.00;1.57;0.80 +11007;10;1958.20;10.75;428.00;-1.57;0.80 11007;21;1943.80;10.70;428.00;1.57;0.80 +11008;0;2040.00;11.32;486.00;0.00;0.48 +11008;1;2042.50;11.10;480.50;0.42;0.48 +11008;2;2038.00;11.10;480.50;-0.34;0.48 +11008;3;2035.50;11.20;486.00;4.71;0.48 +11008;4;2044.50;11.45;486.00;1.57;0.48 +11008;5;2042.50;11.40;490.00;2.58;0.48 +11008;6;2038.00;11.20;492.00;3.46;0.48 +11008;9;2035.68;11.20;486.00;1.57;0.48 +11008;10;2044.32;11.45;486.00;-1.57;0.48 11008;21;2035.68;11.20;486.00;1.57;0.48 +11009;0;1762.00;10.30;35.00;0.00;0.70 +11009;1;1767.00;9.50;31.50;0.96;0.70 +11009;2;1759.00;9.70;31.00;-0.64;0.70 +11009;3;1767.00;9.87;36.00;1.76;0.70 +11009;4;1756.00;10.40;40.00;4.01;0.70 +11009;5;1757.50;9.70;43.50;3.62;0.70 +11009;9;1752.64;9.66;35.00;1.57;0.70 +11009;10;1771.36;9.65;35.00;-1.57;0.70 +11009;19;1779.00;9.55;32.00;-4.51;0.70 +11009;20;1780.72;9.55;31.69;1.39;0.70 11009;21;1752.64;9.66;35.00;1.57;0.70 +11010;0;1866.00;10.65;659.00;0.00;1.10 +11010;1;1872.00;10.85;641.50;0.33;1.10 +11010;2;1876.00;10.50;657.00;1.37;1.10 +11010;3;1859.00;10.37;653.00;-0.86;1.10 +11010;4;1855.50;10.20;666.50;4.09;1.10 +11010;5;1871.00;10.40;671.50;2.76;1.10 +11010;9;1856.10;10.20;659.00;1.57;1.10 +11010;10;1875.90;10.56;659.00;-1.57;1.10 11010;21;1856.10;10.20;659.00;1.57;1.10 +11011;0;4716.00;10.40;154.00;0.00;0.60 +11011;1;4718.00;9.95;148.00;0.32;0.60 +11011;2;4710.00;10.30;150.00;-0.98;0.60 +11011;3;4723.50;10.20;153.00;1.43;0.60 +11011;4;4708.00;10.40;155.50;4.52;0.60 +11011;5;4718.50;10.40;159.00;2.67;0.60 +11011;6;4710.50;10.40;159.50;3.92;0.60 +11011;9;4709.88;10.40;154.00;1.57;0.60 +11011;10;4722.12;10.23;154.00;-1.57;0.60 +11011;19;4717.00;9.50;144.00;0.32;0.60 +11011;20;4717.17;9.50;142.25;0.10;0.60 11011;21;4722.12;10.23;154.00;-1.57;0.60 +11012;0;3057.00;10.97;725.00;0.00;1.18 +11012;1;3050.00;11.00;722.00;-1.16;1.18 +11012;2;3065.00;11.00;716.00;0.72;1.18 +11012;3;3063.00;11.15;729.50;2.21;1.18 +11012;4;3046.00;11.90;738.50;3.82;1.18 +11012;5;3051.50;11.85;740.00;3.49;1.18 +11012;6;3048.50;12.00;740.50;3.64;1.18 +11012;9;3046.38;11.05;725.00;1.57;1.18 +11012;10;3067.62;11.08;725.00;-1.57;1.18 11012;21;3046.38;11.05;725.00;1.57;1.18 +11013;0;4865.00;11.17;286.00;0.00;1.14 +11013;1;4860.50;10.85;273.00;-0.33;1.14 +11013;2;4877.00;10.80;273.00;0.74;1.14 +11013;3;4849.50;11.05;275.00;-0.95;1.14 +11013;4;4882.00;11.00;280.50;1.25;1.14 +11013;5;4849.50;10.80;288.50;4.55;1.14 +11013;6;4877.50;11.50;294.50;2.16;1.14 +11013;7;4862.50;11.00;300.00;3.31;1.14 +11013;8;2432.00;9.50;142.50;-1.51;1.14 +11013;9;4853.12;10.80;286.00;1.57;1.14 +11013;10;4876.88;11.30;286.00;-1.57;1.14 11013;21;4853.12;10.80;286.00;1.57;1.14 +11014;0;3457.00;9.90;683.00;0.00;0.52 +11014;1;3457.50;9.70;670.50;0.04;0.52 +11014;2;3451.00;9.80;670.00;-0.43;0.52 +11014;3;3451.50;9.80;675.50;-0.63;0.52 +11014;4;3462.50;9.95;681.00;1.22;0.52 +11014;5;3452.00;10.15;689.00;3.83;0.52 +11014;6;3462.50;10.50;696.00;2.74;0.52 +11014;7;3458.00;10.80;699.00;3.07;0.52 +11014;8;3459.50;10.80;700.50;3.00;0.52 +11014;9;3452.32;9.90;683.00;1.57;0.52 +11014;10;3461.68;10.00;683.00;-1.57;0.52 11014;21;3452.32;9.90;683.00;1.57;0.52 +11015;0;3518.00;12.32;341.00;0.00;0.80 +11015;1;3516.00;10.75;333.00;-0.24;0.80 +11015;2;3526.50;12.30;333.50;0.84;0.80 +11015;3;3507.00;11.27;341.00;4.71;0.80 +11015;4;3527.50;13.00;344.50;1.92;0.80 +11015;5;3516.00;12.22;349.00;3.38;0.80 +11015;9;3509.90;11.04;341.00;1.57;0.80 +11015;10;3526.10;12.55;341.00;-1.57;0.80 +11015;19;3497.00;9.50;342.00;-1.57;0.80 +11015;20;3495.25;9.50;342.08;4.66;0.80 11015;21;3509.90;11.04;341.00;1.57;0.80 +11016;0;4789.00;10.45;415.00;0.00;0.62 +11016;1;4782.50;9.75;413.00;-1.27;0.62 +11016;2;4791.50;11.00;411.00;0.55;0.62 +11016;3;4796.00;10.92;419.00;2.09;0.62 +11016;4;4789.50;10.20;421.50;3.06;0.62 +11016;9;4783.42;9.50;415.00;1.57;0.62 +11016;10;4794.58;10.95;415.00;-1.57;0.62 +11016;19;4796.00;9.50;436.00;-3.22;0.62 +11016;20;4796.55;9.50;437.66;2.82;0.62 11016;21;4783.42;9.50;415.00;1.57;0.62 +11017;0;3343.00;12.50;610.00;0.00;0.88 +11017;1;3339.00;12.42;602.00;-0.46;0.88 +11017;2;3348.50;13.60;605.00;0.83;0.88 +11017;3;3335.00;9.50;614.50;4.20;0.88 +11017;4;3346.50;12.35;618.00;2.72;0.88 +11017;9;3335.08;10.67;610.00;1.57;0.88 +11017;10;3350.92;13.67;610.00;-1.57;0.88 11017;21;3335.08;10.67;610.00;1.57;0.88 +11018;0;5037.00;14.62;570.00;0.00;0.46 +11018;1;5040.00;16.45;563.50;0.43;0.46 +11018;2;5034.50;14.50;566.50;-0.62;0.46 +11018;3;5041.00;15.05;569.50;1.44;0.46 +11018;4;5031.50;14.60;572.50;4.28;0.46 +11018;5;5036.50;14.00;576.00;3.22;0.46 +11018;6;5032.50;14.20;576.50;3.74;0.46 +11018;9;5032.86;14.50;570.00;1.57;0.46 +11018;10;5041.14;14.96;570.00;-1.57;0.46 11018;21;5032.86;14.50;570.00;1.57;0.46 +11019;0;5060.00;9.85;157.00;0.00;0.58 +11019;1;5052.50;9.80;154.50;-1.24;0.58 +11019;2;5058.50;9.80;151.00;-0.24;0.58 +11019;3;5065.50;9.80;153.50;1.00;0.58 +11019;4;5068.00;9.90;157.50;1.63;0.58 +11019;5;5058.00;9.85;162.00;3.52;0.58 +11019;6;5065.50;10.05;162.00;2.30;0.58 +11019;9;5054.06;9.80;157.00;1.57;0.58 +11019;10;5065.94;9.90;157.00;-1.57;0.58 11019;21;5054.06;9.80;157.00;1.57;0.58 +11020;0;1576.00;15.02;822.00;0.00;0.56 +11020;1;1573.00;15.35;817.50;-0.58;0.56 +11020;2;1580.50;14.15;818.00;0.84;0.56 +11020;3;1570.50;15.65;825.00;4.21;0.56 +11020;4;1582.00;13.80;825.50;2.09;0.56 +11020;5;1577.50;14.75;828.00;2.89;0.56 +11020;9;1570.96;15.65;822.00;1.57;0.56 +11020;10;1581.04;14.43;822.00;-1.57;0.56 11020;21;1570.96;15.65;822.00;1.57;0.56 +11021;0;1756.00;11.25;282.00;0.00;0.54 +11021;1;1749.00;12.37;275.00;-0.78;0.54 +11021;2;1755.00;11.65;275.00;-0.14;0.54 +11021;3;1760.50;11.00;275.00;0.57;0.54 +11021;4;1761.50;10.90;283.00;1.75;0.54 +11021;5;1751.00;12.35;282.50;4.61;0.54 +11021;6;1755.50;10.90;291.00;3.19;0.54 +11021;7;1759.50;10.60;291.00;2.77;0.54 +11021;9;1751.14;12.29;282.00;1.57;0.54 +11021;10;1760.86;10.90;282.00;-1.57;0.54 11021;21;1751.14;12.29;282.00;1.57;0.54 +11022;0;1784.00;10.15;377.00;0.00;0.72 +11022;1;1780.00;10.20;370.50;-0.55;0.72 +11022;2;1788.00;9.90;371.00;0.58;0.72 +11022;3;1793.00;9.90;376.00;1.46;0.72 +11022;4;1775.50;10.30;380.00;4.37;0.72 +11022;5;1790.50;10.20;381.50;2.17;0.72 +11022;6;1783.00;10.40;384.50;3.27;0.72 +11022;9;1777.52;10.30;377.00;1.57;0.72 +11022;10;1790.48;9.95;377.00;-1.57;0.72 11022;21;1777.52;10.30;377.00;1.57;0.72 +11023;0;1922.00;9.95;490.00;0.00;0.78 +11023;1;1921.00;10.00;478.00;-0.08;0.78 +11023;2;1927.50;10.15;482.00;0.60;0.78 +11023;3;1915.00;9.90;488.00;-1.29;0.78 +11023;4;1930.50;10.50;490.50;1.63;0.78 +11023;5;1928.50;10.40;497.00;2.39;0.78 +11023;6;1911.50;9.90;498.50;4.03;0.78 +11023;7;1919.50;10.15;500.00;3.38;0.78 +11023;9;1914.98;9.97;490.00;1.57;0.78 +11023;10;1929.02;10.42;490.00;-1.57;0.78 11023;21;1914.98;9.97;490.00;1.57;0.78 +11024;0;3262.00;10.50;1834.00;0.00;0.32 +11024;1;3262.50;10.50;1830.50;0.14;0.32 +11024;2;3267.00;10.10;1832.00;1.19;0.32 +11024;3;3259.00;10.50;1834.00;4.71;0.32 +11024;4;3264.00;10.50;1836.50;2.46;0.32 +11024;5;3259.00;10.52;1838.00;3.78;0.32 +11024;9;3258.58;10.50;1834.00;1.57;0.32 +11024;10;3265.42;10.45;1834.00;-1.57;0.32 11024;21;3258.58;10.50;1834.00;1.57;0.32 +11025;0;3559.00;9.87;1736.00;0.00;0.28 +11025;1;3559.00;9.80;1732.50;0.00;0.28 +11025;2;3562.50;9.80;1733.00;0.86;0.28 +11025;3;3555.50;9.90;1736.00;4.71;0.28 +11025;4;3562.00;9.90;1736.50;1.73;0.28 +11025;5;3560.00;9.90;1740.50;2.92;0.28 +11025;6;3556.50;9.90;1740.00;3.70;0.28 +11025;9;3556.48;9.90;1736.00;1.57;0.28 +11025;10;3561.52;9.90;1736.00;-1.57;0.28 11025;21;3556.48;9.90;1736.00;1.57;0.28 +11026;0;3057.00;12.60;1876.00;0.00;0.40 +11026;1;3057.00;12.30;1871.50;0.00;0.40 +11026;2;3060.00;12.25;1873.00;0.78;0.40 +11026;3;3053.00;13.00;1872.50;-0.85;0.40 +11026;4;3050.50;12.70;1874.50;-1.34;0.40 +11026;5;3062.50;12.70;1876.50;1.66;0.40 +11026;6;3053.50;12.85;1878.00;4.19;0.40 +11026;7;3060.50;12.80;1879.50;2.35;0.40 +11026;8;3057.00;12.85;1881.50;3.14;0.40 +11026;9;3052.50;12.85;1876.00;1.57;0.40 +11026;10;3061.50;12.70;1876.00;-1.57;0.40 11026;21;3052.50;12.85;1876.00;1.57;0.40 +11027;0;3487.00;9.80;1684.00;0.00;0.24 +11027;1;3486.00;9.80;1680.50;-0.27;0.24 +11027;2;3489.00;9.80;1682.00;0.78;0.24 +11027;3;3485.00;9.82;1684.00;4.71;0.24 +11027;4;3489.00;9.80;1686.00;2.35;0.24 +11027;5;3485.50;10.10;1687.50;3.54;0.24 +11027;6;3487.00;9.95;1688.00;3.14;0.24 +11027;9;3484.84;9.83;1684.00;1.57;0.24 +11027;10;3489.16;9.80;1684.00;-1.57;0.24 11027;21;3484.84;9.83;1684.00;1.57;0.24 +11028;0;2972.00;12.27;1767.00;0.00;0.30 +11028;1;2970.00;11.72;1763.00;-0.46;0.30 +11028;2;2974.00;11.45;1764.00;0.58;0.30 +11028;3;2969.50;11.80;1766.50;-1.37;0.30 +11028;4;2975.50;13.25;1768.00;1.84;0.30 +11028;5;2970.00;12.10;1769.50;3.81;0.30 +11028;6;2972.00;12.85;1770.50;3.14;0.30 +11028;7;2974.00;13.35;1770.00;2.55;0.30 +11028;9;2969.12;11.88;1767.00;1.57;0.30 +11028;10;2974.88;12.90;1767.00;-1.57;0.30 11028;21;2969.12;11.88;1767.00;1.57;0.30 +11029;0;2953.00;10.47;1725.00;0.00;0.28 +11029;1;2952.50;10.00;1721.50;-0.14;0.28 +11029;2;2955.00;10.17;1722.00;0.58;0.28 +11029;3;2950.50;10.45;1725.00;4.71;0.28 +11029;4;2956.00;10.75;1725.00;1.57;0.28 +11029;5;2953.50;10.80;1728.50;3.00;0.28 +11029;6;2950.50;10.90;1728.50;3.76;0.28 +11029;9;2950.48;10.45;1725.00;1.57;0.28 +11029;10;2955.52;10.75;1725.00;-1.57;0.28 11029;21;2950.48;10.45;1725.00;1.57;0.28 +11030;0;3255.00;10.67;1913.00;0.00;0.38 +11030;1;3256.00;10.65;1907.50;0.18;0.38 +11030;2;3252.50;10.60;1910.50;-0.78;0.38 +11030;3;3258.00;10.65;1910.00;0.78;0.38 +11030;4;3259.50;10.70;1913.00;1.57;0.38 +11030;5;3252.00;10.70;1916.50;3.85;0.38 +11030;6;3257.00;10.80;1916.50;2.62;0.38 +11030;9;3251.58;10.60;1913.00;1.57;0.38 +11030;10;3258.42;10.70;1913.00;-1.57;0.38 11030;21;3251.58;10.60;1913.00;1.57;0.38 +11031;0;3315.00;11.27;1937.00;0.00;0.22 +11031;1;3314.50;11.30;1935.00;-0.24;0.22 +11031;2;3320.00;10.70;1934.50;1.10;0.22 +11031;3;3319.00;10.72;1937.00;1.57;0.22 +11031;4;3310.00;10.95;1938.50;4.42;0.22 +11031;5;3315.00;10.95;1939.50;3.14;0.22 +11031;9;3311.40;10.95;1937.00;1.57;0.22 +11031;10;3318.60;10.82;1937.00;-1.57;0.22 11031;21;3311.40;10.95;1937.00;1.57;0.22 +11032;0;3275.00;10.40;1715.00;0.00;0.24 +11032;1;3273.50;10.40;1711.50;-0.40;0.24 +11032;2;3275.50;10.40;1713.00;0.24;0.24 +11032;3;3272.00;10.40;1713.00;-0.98;0.24 +11032;4;3273.00;10.40;1715.50;4.46;0.24 +11032;5;3278.00;10.40;1716.50;2.03;0.24 +11032;6;3275.00;10.40;1717.50;3.14;0.24 +11032;7;3276.50;10.40;1718.50;2.73;0.24 +11032;9;3272.84;10.40;1715.00;1.57;0.24 +11032;10;3277.16;10.40;1715.00;-1.57;0.24 11032;21;3272.84;10.40;1715.00;1.57;0.24 +11033;0;3196.00;10.50;1791.00;0.00;0.28 +11033;1;3198.00;10.50;1788.00;0.58;0.28 +11033;2;3193.50;10.50;1791.00;4.71;0.28 +11033;3;3200.50;10.50;1789.50;1.24;0.28 +11033;4;3198.50;10.60;1792.50;2.11;0.28 +11033;5;3195.00;10.60;1794.50;3.42;0.28 +11033;9;3193.30;10.50;1791.00;1.57;0.28 +11033;10;3198.70;10.59;1791.00;-1.57;0.28 11033;21;3193.30;10.50;1791.00;1.57;0.28 +11034;0;3274.00;10.25;2003.00;0.00;0.28 +11034;1;3272.00;10.25;2001.00;-0.78;0.28 +11034;2;3276.50;10.00;2003.50;1.76;0.28 +11034;3;3267.50;10.40;2004.00;4.56;0.28 +11034;9;3268.42;10.44;2003.00;1.57;0.28 +11034;10;3279.58;9.70;2003.00;-1.57;0.28 +11034;19;3282.00;9.50;1997.00;-4.51;0.28 +11034;20;3283.40;9.50;1995.95;0.92;0.28 11034;21;3268.42;10.44;2003.00;1.57;0.28 +11035;0;3490.00;10.10;1713.00;0.00;0.16 +11035;1;3489.50;10.10;1711.00;-0.24;0.16 +11035;2;3493.50;9.80;1712.00;1.29;0.16 +11035;3;3487.00;9.90;1713.50;4.54;0.16 +11035;4;3492.50;9.80;1714.00;1.95;0.16 +11035;5;3489.00;9.82;1715.00;3.60;0.16 +11035;9;3487.48;9.90;1713.00;1.57;0.16 +11035;10;3492.52;9.84;1713.00;-1.57;0.16 11035;21;3487.48;9.90;1713.00;1.57;0.16 +11036;0;3389.00;10.50;1763.00;0.00;0.22 +11036;1;3387.00;10.40;1760.50;-0.67;0.22 +11036;2;3391.00;10.55;1762.00;1.10;0.22 +11036;3;3384.50;10.40;1761.50;-1.24;0.22 +11036;4;3387.00;10.50;1764.00;4.24;0.22 +11036;5;3393.50;10.60;1763.50;1.68;0.22 +11036;6;3392.00;10.60;1765.00;2.15;0.22 +11036;7;3390.50;10.60;1766.50;2.73;0.22 +11036;9;3385.94;10.44;1763.00;1.57;0.22 +11036;10;3392.06;10.60;1763.00;-1.57;0.22 11036;21;3385.94;10.44;1763.00;1.57;0.22 +11037;0;2940.00;13.70;1759.00;0.00;0.28 +11037;1;2938.00;13.17;1756.00;-0.58;0.28 +11037;2;2942.00;12.50;1756.00;0.58;0.28 +11037;3;2944.50;12.60;1758.50;1.46;0.28 +11037;4;2936.00;14.50;1759.50;4.58;0.28 +11037;5;2944.00;13.10;1761.50;2.12;0.28 +11037;6;2936.00;14.12;1762.00;4.06;0.28 +11037;7;2940.00;14.05;1762.50;3.14;0.28 +11037;9;2936.58;14.27;1759.00;1.57;0.28 +11037;10;2943.42;12.72;1759.00;-1.57;0.28 11037;21;2936.58;14.27;1759.00;1.57;0.28 +11038;0;3381.00;9.92;1823.00;0.00;0.28 +11038;1;3381.00;10.00;1819.50;0.00;0.28 +11038;2;3377.00;9.90;1821.50;-1.21;0.28 +11038;3;3385.50;9.90;1822.50;1.46;0.28 +11038;4;3377.50;9.85;1825.00;4.19;0.28 +11038;5;3381.50;9.75;1826.00;2.97;0.28 +11038;9;3377.94;9.90;1823.00;1.57;0.28 +11038;10;3384.06;9.92;1823.00;-1.57;0.28 +11038;19;3385.00;9.55;1829.00;-3.31;0.28 +11038;20;3385.97;9.55;1830.45;2.55;0.28 11038;21;3377.94;9.90;1823.00;1.57;0.28 +11039;0;3398.00;10.25;1679.00;0.00;0.22 +11039;1;3398.50;9.90;1675.00;0.12;0.22 +11039;2;3396.00;10.30;1677.50;-0.92;0.22 +11039;3;3399.50;9.90;1677.50;0.78;0.22 +11039;4;3400.50;10.35;1681.00;2.24;0.22 +11039;5;3397.50;10.40;1681.50;3.33;0.22 +11039;9;3396.02;10.40;1679.00;1.57;0.22 +11039;10;3399.98;10.05;1679.00;-1.57;0.22 11039;21;3396.02;10.40;1679.00;1.57;0.22 +11040;0;3072.00;9.77;1780.00;0.00;0.26 +11040;1;3074.50;9.70;1778.50;1.03;0.26 +11040;2;3071.00;9.80;1777.50;-0.38;0.26 +11040;3;3069.50;9.80;1781.00;4.33;0.26 +11040;4;3073.00;9.80;1783.00;2.82;0.26 +11040;9;3069.66;9.80;1780.00;1.57;0.26 +11040;10;3074.34;9.70;1780.00;-1.57;0.26 +11040;19;3074.00;9.53;1775.00;1.03;0.26 +11040;20;3074.65;9.53;1773.37;0.38;0.26 11040;21;3069.66;9.80;1780.00;1.57;0.26 +11041;0;3221.00;10.40;1866.00;0.00;0.26 +11041;1;3219.50;10.30;1863.50;-0.54;0.26 +11041;2;3222.50;10.35;1863.00;0.46;0.26 +11041;3;3224.50;10.40;1866.00;1.57;0.26 +11041;4;3218.50;10.40;1867.00;4.33;0.26 +11041;5;3221.00;10.40;1869.50;3.14;0.26 +11041;9;3218.48;10.40;1866.00;1.57;0.26 +11041;10;3223.52;10.40;1866.00;-1.57;0.26 11041;21;3218.48;10.40;1866.00;1.57;0.26 +11042;0;3502.00;10.20;1800.00;0.00;0.48 +11042;1;3500.50;9.90;1795.00;-0.29;0.48 +11042;2;3507.00;9.92;1797.00;1.03;0.48 +11042;3;3495.50;9.90;1797.00;-1.13;0.48 +11042;4;3498.00;10.05;1802.50;4.15;0.48 +11042;5;3506.50;10.30;1803.50;2.23;0.48 +11042;9;3496.60;9.85;1800.00;1.57;0.48 +11042;10;3507.40;10.06;1800.00;-1.57;0.48 11042;21;3496.60;9.85;1800.00;1.57;0.48 +11043;0;3231.00;10.20;1783.00;0.00;0.22 +11043;1;3231.50;9.80;1780.50;0.19;0.22 +11043;2;1615.00;13.22;891.00;-1.06;0.22 +11043;3;3233.50;10.20;1782.00;1.19;0.22 +11043;4;3228.50;10.20;1784.50;4.17;0.22 +11043;5;3233.00;10.40;1785.00;2.35;0.22 +11043;6;3230.00;10.40;1786.50;3.42;0.22 +11043;9;3228.84;10.08;1783.00;1.57;0.22 +11043;10;3233.16;10.31;1783.00;-1.57;0.22 11043;21;3228.84;10.08;1783.00;1.57;0.22 +11044;0;3036.00;10.15;1731.00;0.00;0.26 +11044;1;3035.00;10.05;1727.50;-0.27;0.26 +11044;2;3033.00;10.15;1729.50;-1.10;0.26 +11044;3;3038.00;10.00;1729.50;0.92;0.26 +11044;4;3033.00;10.50;1732.50;4.24;0.26 +11044;5;3039.00;10.30;1732.50;2.03;0.26 +11044;6;3035.50;10.60;1733.50;3.33;0.26 +11044;9;3033.48;10.15;1731.00;1.57;0.26 +11044;10;3038.52;10.05;1731.00;-1.57;0.26 11044;21;3033.48;10.15;1731.00;1.57;0.26 +11045;0;3324.00;9.82;1863.00;0.00;0.34 +11045;1;3326.00;10.10;1858.50;0.41;0.34 +11045;2;3320.50;9.80;1862.50;-1.42;0.34 +11045;3;3324.00;9.82;1859.00;0.00;0.34 +11045;4;3328.00;10.12;1862.00;1.32;0.34 +11045;5;3327.50;10.20;1866.00;2.27;0.34 +11045;6;3320.00;9.97;1867.00;3.92;0.34 +11045;7;3324.00;10.25;1867.00;3.14;0.34 +11045;9;3320.58;9.80;1863.00;1.57;0.34 +11045;10;3327.42;10.13;1863.00;-1.57;0.34 11045;21;3320.58;9.80;1863.00;1.57;0.34 +11046;0;3297.00;10.50;1787.00;0.00;0.26 +11046;1;3297.00;10.47;1783.00;0.00;0.26 +11046;2;3299.00;10.50;1783.00;0.46;0.26 +11046;3;3300.00;10.60;1786.00;1.24;0.26 +11046;4;3295.00;10.50;1786.00;-1.10;0.26 +11046;5;3294.00;10.50;1790.50;3.85;0.26 +11046;6;3297.50;10.35;1790.00;2.97;0.26 +11046;9;3294.66;10.50;1787.00;1.57;0.26 +11046;10;3299.34;10.55;1787.00;-1.57;0.26 11046;21;3294.66;10.50;1787.00;1.57;0.26 +11047;0;3655.00;9.60;2028.00;0.00;0.88 +11047;1;3654.00;9.60;2024.50;-0.27;0.88 +11047;9;3637.54;9.50;2028.00;1.57;0.88 +11047;10;3672.46;9.60;2028.00;-1.57;0.88 +11047;19;3612.00;9.50;2035.00;-0.28;0.88 +11047;20;3610.27;9.50;2035.28;4.55;0.88 11047;21;3637.54;9.50;2028.00;1.57;0.88 +11048;0;3332.00;9.85;1703.00;0.00;0.26 +11048;1;3331.50;9.80;1701.00;-0.24;0.26 +11048;2;3335.50;9.80;1701.50;1.16;0.26 +11048;3;3328.50;10.30;1703.50;4.57;0.26 +11048;4;3334.50;10.30;1704.50;2.11;0.26 +11048;5;3331.00;9.90;1705.50;3.52;0.26 +11048;9;3329.30;10.14;1703.00;1.57;0.26 +11048;10;3334.70;10.00;1703.00;-1.57;0.26 11048;21;3329.30;10.14;1703.00;1.57;0.26 +11049;0;3017.00;13.62;1810.00;0.00;0.30 +11049;1;3018.00;13.00;1807.00;0.32;0.30 +11049;2;3021.50;13.30;1808.00;1.15;0.30 +11049;3;3014.00;13.47;1809.00;-1.24;0.30 +11049;4;3012.00;14.25;1811.00;4.51;0.30 +11049;5;3019.00;14.00;1811.50;2.21;0.30 +11049;6;3013.50;13.90;1812.50;4.09;0.30 +11049;7;3015.50;13.25;1814.00;3.50;0.30 +11049;9;3013.22;13.95;1810.00;1.57;0.30 +11049;10;3020.78;13.96;1810.00;-1.57;0.30 11049;21;3013.22;13.95;1810.00;1.57;0.30 +11050;0;3113.00;9.50;1976.00;0.00;0.48 +11050;1;3112.50;9.90;1969.00;-0.07;0.48 +11050;2;3114.50;10.35;1971.00;0.29;0.48 +11050;3;3109.50;9.50;1971.00;-0.61;0.48 +11050;4;3113.00;9.50;1977.50;3.14;0.48 +11050;5;3111.50;10.60;1979.50;3.54;0.48 +11050;9;3108.68;10.84;1976.00;1.57;0.48 +11050;10;3117.32;10.54;1976.00;-1.57;0.48 +11050;19;3104.54;9.50;1981.77;-2.34;0.48 +11050;20;3103.09;9.50;1982.76;4.11;0.48 11050;21;3106.68;10.40;1979.50;-1.57;0.48 +11051;0;3556.00;9.80;1722.00;0.00;0.28 +11051;1;3556.00;9.80;1718.50;0.00;0.28 +11051;2;3553.00;9.80;1722.50;4.54;0.28 +11051;3;3560.00;9.80;1722.00;1.57;0.28 +11051;4;3557.50;9.80;1725.50;2.73;0.28 +11051;5;3554.00;9.80;1726.50;3.56;0.28 +11051;9;3553.48;9.80;1722.00;1.57;0.28 +11051;10;3558.52;9.80;1722.00;-1.57;0.28 11051;21;3553.48;9.80;1722.00;1.57;0.28 +11052;0;3029.00;11.60;1823.00;0.00;0.30 +11052;1;3027.00;11.42;1821.00;-0.78;0.30 +11052;2;3032.00;11.15;1820.50;0.87;0.30 +11052;3;3032.50;11.70;1824.00;1.84;0.30 +11052;4;3024.50;11.60;1824.50;4.39;0.30 +11052;5;3029.00;11.95;1826.00;3.14;0.30 +11052;9;3025.40;11.78;1823.00;1.57;0.30 +11052;10;3032.60;11.55;1823.00;-1.57;0.30 11052;21;3025.40;11.78;1823.00;1.57;0.30 +11053;0;3034.00;12.05;1777.00;0.00;0.26 +11053;1;3035.50;11.90;1773.50;0.40;0.26 +11053;2;3033.00;12.20;1774.50;-0.38;0.26 +11053;3;3036.50;12.00;1777.00;1.57;0.26 +11053;4;3030.50;12.00;1777.50;4.57;0.26 +11053;5;3033.50;12.10;1780.00;3.30;0.26 +11053;9;3031.66;12.05;1777.00;1.57;0.26 +11053;10;3036.34;12.00;1777.00;-1.57;0.26 11053;21;3031.66;12.05;1777.00;1.57;0.26 +11054;0;3299.00;10.60;1836.00;0.00;0.36 +11054;1;3301.00;10.65;1832.00;0.46;0.36 +11054;2;3304.50;10.60;1832.00;0.94;0.36 +11054;3;3295.00;10.40;1835.50;-1.44;0.36 +11054;4;3303.50;10.60;1835.50;1.46;0.36 +11054;5;3295.00;10.30;1839.50;3.99;0.36 +11054;6;3299.50;10.50;1839.50;3.00;0.36 +11054;9;3295.22;10.50;1836.00;1.57;0.36 +11054;10;3302.78;10.58;1836.00;-1.57;0.36 11054;21;3295.22;10.50;1836.00;1.57;0.36 +11055;0;2747.00;12.10;1677.00;0.00;0.24 +11055;1;2748.00;12.57;1675.00;0.46;0.24 +11055;2;2745.00;12.45;1676.00;-1.10;0.24 +11055;3;2749.00;11.70;1678.50;2.21;0.24 +11055;4;2744.00;12.32;1679.00;4.12;0.24 +11055;5;2747.00;12.05;1679.50;3.14;0.24 +11055;9;2744.48;12.55;1677.00;1.57;0.24 +11055;10;2749.52;11.94;1677.00;-1.57;0.24 11055;21;2744.48;12.55;1677.00;1.57;0.24 +11056;0;3238.00;10.40;1763.00;0.00;0.20 +11056;1;3236.00;10.20;1760.50;-0.67;0.20 +11056;2;3238.00;10.20;1760.50;0.00;0.20 +11056;3;3240.50;10.40;1762.00;1.19;0.20 +11056;4;3234.50;10.25;1762.00;-1.29;0.20 +11056;5;3235.50;10.40;1764.50;4.17;0.20 +11056;6;1618.50;10.30;881.00;-1.07;0.20 +11056;9;3235.12;10.34;1763.00;1.57;0.20 +11056;10;3240.88;10.35;1763.00;-1.57;0.20 11056;21;3235.12;10.34;1763.00;1.57;0.20 +11057;0;3222.00;10.15;1711.00;0.00;0.18 +11057;1;3221.50;10.35;1709.00;-0.24;0.18 +11057;2;1610.50;10.70;855.00;-1.08;0.18 +11057;3;3218.00;10.40;1711.50;4.58;0.18 +11057;4;3226.50;9.60;1711.50;1.68;0.18 +11057;5;3223.00;9.95;1712.50;2.55;0.18 +11057;6;3219.50;10.40;1712.50;4.17;0.18 +11057;9;3218.94;10.40;1711.00;1.57;0.18 +11057;10;3225.06;9.67;1711.00;-1.57;0.18 11057;21;3218.94;10.40;1711.00;1.57;0.18 +11058;0;3061.00;12.67;1900.00;0.00;0.30 +11058;1;3059.00;13.72;1898.00;-0.78;0.30 +11058;2;3063.00;12.62;1897.00;0.58;0.30 +11058;3;3064.00;12.55;1898.50;1.10;0.30 +11058;4;3057.50;13.70;1902.00;4.19;0.30 +11058;5;3063.00;13.90;1902.50;2.46;0.30 +11058;6;3060.00;13.55;1904.00;3.38;0.30 +11058;9;3057.94;13.90;1900.00;1.57;0.30 +11058;10;3064.06;12.99;1900.00;-1.57;0.30 11058;21;3057.94;13.90;1900.00;1.57;0.30 -11059;21;3319.94;9.75;1743.00;1.57;0.24 +11059;0;3323.00;10.22;1743.00;0.00;0.24 +11059;1;3324.50;10.25;1741.00;0.64;0.24 +11059;2;3321.00;9.77;1741.00;-0.78;0.24 +11059;3;3319.00;9.80;1744.00;4.46;0.24 +11059;4;3326.50;10.30;1743.50;1.71;0.24 +11059;5;3323.00;10.22;1745.00;3.14;0.24 +11059;6;3326.00;10.30;1746.00;2.35;0.24 +11059;9;3319.76;9.75;1743.00;1.57;0.24 +11059;10;3326.24;10.30;1743.00;-1.57;0.24 +11059;21;3320.00;9.75;1743.00;0.00;0.24 +11059;22;3324.50;10.25;1741.00;0.64;0.24 +11059;23;3321.00;9.77;1741.00;-0.78;0.24 +11059;24;3319.00;9.80;1744.00;4.46;0.24 +11059;25;3326.50;10.30;1743.50;1.71;0.24 +11059;26;3323.00;10.22;1745.00;3.14;0.24 +11059;27;3326.00;10.30;1746.00;2.35;0.24 +11059;38;3326.24;10.30;1743.00;-1.57;0.24 +11060;0;3129.00;11.40;1938.00;0.00;0.44 +11060;1;3129.00;11.35;1933.00;0.00;0.44 +11060;2;3134.00;11.40;1934.50;0.96;0.44 +11060;3;3125.50;11.20;1936.50;-1.16;0.44 +11060;4;3134.00;11.70;1939.00;1.76;0.44 +11060;5;3123.50;11.40;1940.00;4.36;0.44 +11060;6;3129.00;11.95;1942.00;3.14;0.44 +11060;7;3123.50;11.65;1942.00;4.08;0.44 +11060;9;3124.32;11.25;1938.00;1.57;0.44 +11060;10;3133.68;11.56;1938.00;-1.57;0.44 11060;21;3133.68;11.56;1938.00;-1.57;0.44 +11061;0;3500.00;9.80;1783.00;0.00;0.34 +11061;1;3498.00;9.90;1779.50;-0.51;0.34 +11061;2;3503.50;9.80;1779.50;0.78;0.34 +11061;3;3494.50;9.90;1782.50;-1.48;0.34 +11061;4;3505.00;9.80;1784.00;1.76;0.34 +11061;5;3495.00;9.90;1785.50;4.24;0.34 +11061;6;3499.50;9.80;1786.50;3.28;0.34 +11061;9;3495.86;9.90;1783.00;1.57;0.34 +11061;10;3504.14;9.80;1783.00;-1.57;0.34 11061;21;3495.86;9.90;1783.00;1.57;0.34 +11062;0;3362.00;10.70;1741.00;0.00;0.26 +11062;1;3362.00;10.70;1738.50;0.00;0.26 +11062;2;3365.00;10.62;1740.00;1.24;0.26 +11062;3;3359.50;10.70;1741.50;4.51;0.26 +11062;4;3363.00;10.70;1743.50;2.76;0.26 +11062;9;3359.66;10.70;1741.00;1.57;0.26 +11062;10;3364.34;10.70;1741.00;-1.57;0.26 11062;21;3359.66;10.70;1741.00;1.57;0.26 +11063;0;3254.00;10.12;2004.00;0.00;0.36 +11063;1;3251.50;9.85;1999.00;-0.46;0.36 +11063;2;3254.00;9.90;2007.00;3.14;0.36 +11063;3;3249.50;9.70;2000.50;-0.91;0.36 +11063;4;3255.50;10.30;2001.00;0.46;0.36 +11063;5;3257.50;10.40;2004.50;1.71;0.36 +11063;9;3250.76;9.70;2004.00;1.57;0.36 +11063;10;3257.24;10.40;2004.00;-1.57;0.36 +11063;19;3263.00;9.53;2012.00;-3.14;0.36 +11063;20;3264.30;9.53;2013.16;2.29;0.36 11063;21;3250.76;9.70;2004.00;1.57;0.36 +11064;0;2742.00;9.92;1713.00;0.00;0.60 +11064;1;2743.50;9.50;1715.00;2.49;0.60 +11064;2;2737.00;10.30;1707.50;-0.73;0.60 +11064;3;2737.00;10.10;1710.50;-1.10;0.60 +11064;4;2739.00;9.85;1714.00;4.39;0.60 +11064;9;2736.60;10.04;1713.00;1.57;0.60 +11064;10;2747.40;9.89;1713.00;-1.57;0.60 +11064;19;2746.95;9.50;1723.53;0.00;0.60 +11064;20;2747.70;9.50;1725.12;2.70;0.60 11064;21;2746.75;10.80;1725.19;-1.57;0.60 +11065;0;3156.00;10.22;1810.00;0.00;0.28 +11065;1;3157.50;10.20;1806.50;0.40;0.28 +11065;2;3155.50;10.10;1806.50;-0.14;0.28 +11065;3;3153.00;10.05;1808.50;-1.10;0.28 +11065;4;3159.00;10.25;1809.50;1.40;0.28 +11065;5;3154.00;9.57;1813.00;3.73;0.28 +11065;6;3157.50;10.20;1813.50;2.73;0.28 +11065;9;3153.48;10.14;1810.00;1.57;0.28 +11065;10;3158.52;10.29;1810.00;-1.57;0.28 +11065;19;3153.00;9.70;1812.00;-2.55;0.28 +11065;20;3151.54;9.70;1812.97;4.12;0.28 11065;21;3153.48;10.14;1810.00;1.57;0.28 +11066;0;3181.00;9.75;1755.00;0.00;0.28 +11066;1;3181.50;9.80;1752.50;0.19;0.28 +11066;2;3184.50;9.65;1754.00;1.29;0.28 +11066;3;3178.50;9.75;1755.00;4.71;0.28 +11066;4;3181.00;9.60;1756.50;3.14;0.28 +11066;5;3179.00;9.50;1758.00;3.73;0.28 +11066;6;3180.00;9.50;1758.50;3.42;0.28 +11066;9;3178.12;9.76;1755.00;1.57;0.28 +11066;10;3183.88;9.63;1755.00;-1.57;0.28 11066;21;3183.88;9.63;1755.00;-1.57;0.28 +11067;0;3118.00;10.55;1836.00;0.00;0.32 +11067;1;3116.50;10.20;1832.00;-0.35;0.32 +11067;2;3120.00;10.32;1834.00;0.78;0.32 +11067;3;3114.00;10.37;1834.00;-1.10;0.32 +11067;4;3116.00;10.60;1837.50;4.06;0.32 +11067;5;3120.50;10.60;1839.00;2.44;0.32 +11067;9;3114.94;10.60;1836.00;1.57;0.32 +11067;10;3121.06;10.42;1836.00;-1.57;0.32 11067;21;3114.94;10.60;1836.00;1.57;0.32 -11068;21;3292.20;10.30;1729.00;1.57;0.20 +11068;0;3294.00;10.30;1729.00;0.00;0.24 +11068;1;3292.50;10.30;1727.50;-0.78;0.24 +11068;2;3294.50;10.30;1725.50;0.14;0.24 +11068;3;3296.00;10.30;1728.00;1.10;0.24 +11068;4;3291.50;10.10;1731.00;4.03;0.24 +11068;5;3296.50;10.20;1731.50;2.35;0.24 +11068;6;3294.50;10.20;1732.50;3.00;0.24 +11068;9;3291.84;10.30;1729.00;1.57;0.24 +11068;10;3296.16;10.30;1729.00;-1.57;0.24 +11068;21;3291.00;10.30;1729.00;0.00;0.24 +11068;22;3292.50;10.30;1727.50;-0.78;0.24 +11068;23;3294.50;10.30;1725.50;0.14;0.24 +11068;24;3296.00;10.30;1728.00;1.10;0.24 +11068;25;3291.50;10.10;1731.00;4.03;0.24 +11068;26;3296.50;10.20;1731.50;2.35;0.24 +11068;27;3294.50;10.20;1732.50;3.00;0.24 +11068;38;3296.16;10.30;1729.00;-1.57;0.24 +11069;0;3066.00;11.62;1854.00;0.00;0.36 +11069;1;3064.50;11.20;1851.00;-0.46;0.36 +11069;2;3069.00;11.70;1852.50;1.10;0.36 +11069;3;3062.00;11.30;1851.50;-1.01;0.36 +11069;4;3063.50;11.70;1855.50;4.17;0.36 +11069;5;3068.00;11.65;1857.50;2.62;0.36 +11069;9;3062.58;11.45;1854.00;1.57;0.36 +11069;10;3069.42;11.65;1854.00;-1.57;0.36 11069;21;3062.58;11.45;1854.00;1.57;0.36 +11070;0;2994.00;10.37;1702.00;0.00;0.26 +11070;1;2992.50;10.30;1699.00;-0.46;0.26 +11070;2;2995.00;9.95;1699.50;0.38;0.26 +11070;3;2990.50;10.35;1702.00;4.71;0.26 +11070;4;1496.50;9.50;850.50;-1.05;0.26 +11070;5;2994.50;10.40;1705.00;2.97;0.26 +11070;9;2991.66;10.40;1702.00;1.57;0.26 +11070;10;2996.34;10.07;1702.00;-1.57;0.26 11070;21;2991.66;10.40;1702.00;1.57;0.26 +11071;0;3405.00;10.50;1772.00;0.00;0.28 +11071;1;3400.00;10.65;1769.50;-1.10;0.28 +11071;2;3404.50;10.50;1769.00;-0.16;0.28 +11071;3;3409.00;10.40;1770.50;1.21;0.28 +11071;4;3400.50;10.60;1772.00;4.71;0.28 +11071;5;3410.00;10.40;1774.00;1.95;0.28 +11071;6;3402.50;10.60;1774.00;4.03;0.28 +11071;7;3406.00;10.50;1775.50;2.86;0.28 +11071;9;3401.40;10.60;1772.00;1.57;0.28 +11071;10;3408.60;10.40;1772.00;-1.57;0.28 11071;21;3401.40;10.60;1772.00;1.57;0.28 +11072;0;3282.00;10.05;1700.00;0.00;0.20 +11072;1;3281.00;9.85;1697.50;-0.38;0.20 +11072;2;3284.50;9.70;1698.50;1.03;0.20 +11072;3;3278.50;10.15;1700.00;4.71;0.20 +11072;4;3285.00;9.72;1701.00;1.89;0.20 +11072;5;3281.00;10.27;1702.00;3.60;0.20 +11072;9;3279.48;10.24;1700.00;1.57;0.20 +11072;10;3284.52;9.70;1700.00;-1.57;0.20 11072;21;3279.48;10.24;1700.00;1.57;0.20 +11073;0;3156.00;10.35;1898.00;0.00;0.36 +11073;1;3156.50;10.00;1893.50;0.11;0.36 +11073;2;3160.50;10.40;1895.00;0.98;0.36 +11073;3;3153.50;10.10;1895.00;-0.69;0.36 +11073;4;3151.50;10.70;1898.00;4.71;0.36 +11073;5;3159.50;10.50;1900.00;2.09;0.36 +11073;6;3154.00;10.45;1902.00;3.60;0.36 +11073;9;3152.40;10.56;1898.00;1.57;0.36 +11073;10;3159.60;10.40;1898.00;-1.57;0.36 11073;21;3152.40;10.56;1898.00;1.57;0.36 +11074;0;3467.00;9.90;1763.00;0.00;0.34 +11074;1;3465.00;9.90;1758.50;-0.41;0.34 +11074;2;3469.00;9.90;1758.50;0.41;0.34 +11074;3;3471.00;9.90;1763.00;1.57;0.34 +11074;4;3462.50;10.00;1763.50;4.60;0.34 +11074;5;3466.00;10.00;1768.00;3.33;0.34 +11074;6;3469.50;9.80;1768.00;2.67;0.34 +11074;9;3463.94;9.90;1763.00;1.57;0.34 +11074;10;3470.06;9.90;1763.00;-1.57;0.34 11074;21;3463.94;9.90;1763.00;1.57;0.34 +11075;0;3501.00;9.80;1699.00;0.00;0.22 +11075;1;3499.50;9.80;1696.50;-0.54;0.22 +11075;2;3502.00;9.80;1697.00;0.46;0.22 +11075;3;3498.50;9.80;1699.50;4.51;0.22 +11075;4;3504.00;9.80;1698.50;1.40;0.22 +11075;5;3503.50;9.80;1701.00;2.24;0.22 +11075;6;3500.50;9.80;1702.00;3.30;0.22 +11075;9;3499.02;9.82;1699.00;1.57;0.22 +11075;10;3502.98;9.80;1699.00;-1.57;0.22 11075;21;3499.02;9.82;1699.00;1.57;0.22 +11076;0;3248.00;9.52;1804.00;0.00;0.28 +11076;1;3249.50;9.50;1800.00;0.35;0.28 +11076;2;1623.50;12.60;901.50;-1.06;0.28 +11076;3;3251.00;9.75;1801.50;0.87;0.28 +11076;4;3251.00;10.17;1805.00;1.89;0.28 +11076;5;3244.50;9.85;1805.00;4.43;0.28 +11076;6;3245.50;10.20;1807.00;3.83;0.28 +11076;7;3248.50;10.30;1807.50;3.00;0.28 +11076;9;3245.48;9.74;1804.00;1.57;0.28 +11076;10;3250.52;10.05;1804.00;-1.57;0.28 11076;21;3245.48;9.74;1804.00;1.57;0.28 +11077;0;3175.00;10.62;1986.00;0.00;0.30 +11077;1;3174.50;11.30;1981.00;-0.10;0.30 +11077;2;3172.50;10.90;1984.00;-0.89;0.30 +11077;3;3178.50;11.20;1985.00;1.29;0.30 +11077;4;3172.50;9.50;1990.00;3.70;0.30 +11077;5;3176.50;10.40;1989.50;2.73;0.30 +11077;9;3172.30;10.18;1986.00;1.57;0.30 +11077;10;3177.70;11.12;1986.00;-1.57;0.30 +11077;19;3174.00;9.55;1999.00;-2.58;0.30 +11077;20;3173.86;9.55;2000.74;3.21;0.30 11077;21;3172.30;10.18;1986.00;1.57;0.30 +11078;0;2979.00;10.30;1741.00;0.00;0.24 +11078;1;2979.50;10.10;1738.50;0.19;0.24 +11078;2;2982.50;9.90;1738.50;0.95;0.24 +11078;3;2977.50;10.20;1739.00;-0.64;0.24 +11078;4;2976.50;10.60;1741.50;4.51;0.24 +11078;5;2981.00;10.10;1742.00;2.03;0.24 +11078;6;2978.00;10.77;1744.00;3.46;0.24 +11078;7;2980.00;10.70;1745.50;2.92;0.24 +11078;9;2976.84;10.51;1741.00;1.57;0.24 +11078;10;2981.16;10.06;1741.00;-1.57;0.24 11078;21;2976.84;10.51;1741.00;1.57;0.24 +11079;0;3249.00;10.15;1834.00;0.00;0.28 +11079;1;3251.00;9.95;1830.50;0.51;0.28 +11079;2;3252.50;10.40;1834.00;1.57;0.28 +11079;3;1624.00;14.25;916.50;-1.05;0.28 +11079;4;3245.00;10.05;1835.50;4.35;0.28 +11079;5;3248.50;10.50;1837.50;3.28;0.28 +11079;9;3245.76;9.65;1834.00;1.57;0.28 +11079;10;3252.24;10.38;1834.00;-1.57;0.28 11079;21;3245.76;9.65;1834.00;1.57;0.28 +11080;0;3269.00;10.40;1723.00;0.00;0.20 +11080;1;3268.00;10.40;1722.00;-0.78;0.20 +11080;2;3272.00;10.40;1721.50;1.10;0.20 +11080;3;3271.50;10.40;1723.50;1.76;0.20 +11080;4;3266.00;10.40;1724.00;4.39;0.20 +11080;5;3268.00;10.40;1725.00;3.60;0.20 +11080;9;3266.48;10.40;1723.00;1.57;0.20 +11080;10;3271.52;10.40;1723.00;-1.57;0.20 11080;21;3266.48;10.40;1723.00;1.57;0.20 +11081;0;3209.00;9.82;1869.00;0.00;0.26 +11081;1;3208.00;9.70;1866.00;-0.32;0.26 +11081;2;3211.50;9.70;1865.50;0.62;0.26 +11081;3;3212.50;9.90;1868.50;1.42;0.26 +11081;4;3204.50;9.70;1868.50;-1.46;0.26 +11081;5;3207.50;9.80;1870.50;3.92;0.26 +11081;6;3211.50;10.00;1871.50;2.35;0.26 +11081;9;3205.94;9.65;1869.00;1.57;0.26 +11081;10;3212.06;9.92;1869.00;-1.57;0.26 +11081;19;3202.00;9.50;1870.00;-1.46;0.26 +11081;20;3200.26;9.50;1870.24;4.57;0.26 11081;21;3205.94;9.65;1869.00;1.57;0.26 +11082;0;3074.00;9.70;1710.00;0.00;0.32 +11082;1;3074.50;9.70;1708.00;0.24;0.32 +11082;2;3070.00;9.70;1707.00;-0.92;0.32 +11082;3;3070.50;9.70;1709.00;-1.29;0.32 +11082;4;3073.50;9.70;1711.50;3.46;0.32 +11082;5;3077.00;9.70;1713.00;2.35;0.32 +11082;6;3075.50;9.65;1714.00;2.78;0.32 +11082;9;3071.12;9.70;1710.00;1.57;0.32 +11082;10;3076.88;9.70;1710.00;-1.57;0.32 +11082;19;3080.00;9.55;1711.00;0.24;0.32 +11082;20;3081.72;9.55;1711.28;1.73;0.32 11082;21;3076.88;9.70;1710.00;-1.57;0.32 +11083;0;3372.00;10.22;1722.00;0.00;0.24 +11083;1;3372.00;9.80;1719.00;0.00;0.24 +11083;2;3374.00;9.95;1720.00;0.78;0.24 +11083;3;3370.00;10.10;1721.50;-1.32;0.24 +11083;4;3375.00;10.30;1722.00;1.57;0.24 +11083;5;3373.00;10.40;1724.00;2.67;0.24 +11083;6;3370.50;10.40;1724.50;3.68;0.24 +11083;7;3371.50;10.40;1725.50;3.28;0.24 +11083;9;3369.84;10.20;1722.00;1.57;0.24 +11083;10;3374.16;10.25;1722.00;-1.57;0.24 11083;21;3369.84;10.20;1722.00;1.57;0.24 +11084;0;3361.00;10.50;1693.00;0.00;0.24 +11084;1;3361.00;10.50;1689.50;0.00;0.24 +11084;2;3363.50;10.50;1690.50;0.78;0.24 +11084;3;3359.50;10.50;1691.50;-0.78;0.24 +11084;4;3364.50;10.50;1693.50;1.71;0.24 +11084;5;3357.50;10.20;1694.00;4.43;0.24 +11084;6;3359.00;10.35;1695.50;3.81;0.24 +11084;7;3361.50;10.50;1695.50;2.94;0.24 +11084;9;3358.30;10.36;1693.00;1.57;0.24 +11084;10;3363.70;10.50;1693.00;-1.57;0.24 11084;21;3358.30;10.36;1693.00;1.57;0.24 +11085;0;3274.00;10.80;1912.00;0.00;0.36 +11085;1;3272.00;10.90;1909.00;-0.58;0.36 +11085;2;3277.50;10.80;1909.50;0.95;0.36 +11085;3;3269.00;10.80;1912.50;4.61;0.36 +11085;4;3277.00;10.85;1914.50;2.26;0.36 +11085;5;3272.00;10.80;1915.00;3.73;0.36 +11085;6;3274.50;10.85;1917.00;3.04;0.36 +11085;9;3270.76;10.80;1912.00;1.57;0.36 +11085;10;3277.24;10.87;1912.00;-1.57;0.36 11085;21;3270.76;10.80;1912.00;1.57;0.36 +11086;0;3464.00;9.90;1741.00;0.00;0.26 +11086;1;3465.00;9.90;1738.00;0.32;0.26 +11086;2;3461.00;9.90;1739.50;-1.10;0.26 +11086;3;3468.00;9.90;1740.00;1.32;0.26 +11086;4;3467.50;9.90;1742.00;1.84;0.26 +11086;5;3459.50;9.90;1742.50;4.39;0.26 +11086;6;3463.50;9.90;1743.50;3.33;0.26 +11086;9;3460.94;9.90;1741.00;1.57;0.26 +11086;10;3467.06;9.90;1741.00;-1.57;0.26 11086;21;3460.94;9.90;1741.00;1.57;0.26 +11087;0;3593.00;9.80;1707.00;0.00;0.28 +11087;1;3591.00;9.80;1703.50;-0.51;0.28 +11087;2;3594.50;9.80;1705.00;0.64;0.28 +11087;3;3590.00;9.85;1707.00;4.71;0.28 +11087;4;3596.00;9.80;1709.50;2.26;0.28 +11087;5;3593.00;10.15;1710.50;3.14;0.28 +11087;9;3590.48;9.85;1707.00;1.57;0.28 +11087;10;3595.52;9.80;1707.00;-1.57;0.28 11087;21;3590.48;9.85;1707.00;1.57;0.28 +11088;0;3359.00;10.50;1913.00;0.00;0.36 +11088;1;3362.50;10.40;1909.00;0.71;0.36 +11088;2;3372.00;10.05;1911.00;1.41;0.36 +11088;3;3348.50;10.40;1911.00;-1.38;0.36 +11088;4;3343.50;10.40;1914.50;4.61;0.36 +11088;5;3372.00;10.60;1914.50;1.68;0.36 +11088;6;3355.00;10.10;1916.50;3.99;0.36 +11088;7;3346.00;10.37;1917.00;4.41;0.36 +11088;8;3366.00;10.65;1916.50;2.03;0.36 +11088;9;3348.02;10.40;1913.00;1.57;0.36 +11088;10;3369.98;10.42;1913.00;-1.57;0.36 11088;21;3348.02;10.40;1913.00;1.57;0.36 +11089;0;3486.00;10.30;1811.00;0.00;0.56 +11089;1;3482.50;10.30;1805.50;-0.56;0.56 +11089;2;3490.00;10.30;1808.00;0.92;0.56 +11089;3;3477.50;10.30;1808.50;-1.28;0.56 +11089;4;3480.50;10.30;1813.00;4.36;0.56 +11089;5;3494.00;10.40;1815.00;2.03;0.56 +11089;6;3488.00;10.40;1816.50;2.79;0.56 +11089;9;3479.88;10.30;1811.00;1.57;0.56 +11089;10;3492.12;10.30;1811.00;-1.57;0.56 11089;21;3479.88;10.30;1811.00;1.57;0.56 +11090;0;3078.00;9.77;1971.00;0.00;0.32 +11090;1;3077.00;9.75;1970.50;-1.10;0.32 +11090;9;3074.22;9.60;1971.00;1.57;0.32 +11090;10;3081.78;9.80;1971.00;-1.57;0.32 +11090;19;3078.00;9.50;1976.00;-1.11;0.32 +11090;20;3078.00;9.50;1977.75;3.14;0.32 11090;21;3074.22;9.60;1971.00;1.57;0.32 +11091;0;3072.00;9.70;1748.00;0.00;0.24 +11091;1;3072.00;9.87;1745.00;0.00;0.24 +11091;2;3069.50;9.80;1747.50;-1.37;0.24 +11091;3;3074.50;9.70;1746.50;1.03;0.24 +11091;4;3074.00;9.70;1750.00;2.35;0.24 +11091;5;3071.00;9.70;1751.00;3.46;0.24 +11091;9;3069.84;9.76;1748.00;1.57;0.24 +11091;10;3074.16;9.70;1748.00;-1.57;0.24 +11091;19;3075.00;9.55;1754.00;-3.93;0.24 +11091;20;3075.78;9.55;1755.56;2.67;0.24 11091;21;3069.84;9.76;1748.00;1.57;0.24 +11092;0;3336.00;10.35;1798.00;0.00;0.22 +11092;1;3334.50;10.40;1795.50;-0.54;0.22 +11092;2;3337.00;10.30;1795.50;0.38;0.22 +11092;3;3339.00;10.32;1797.00;1.24;0.22 +11092;4;3331.50;10.30;1797.50;-1.46;0.22 +11092;5;3340.50;10.40;1799.00;1.78;0.22 +11092;6;1667.50;10.20;898.50;-1.07;0.22 +11092;7;3337.00;10.20;1800.50;2.76;0.22 +11092;9;3332.76;10.35;1798.00;1.57;0.22 +11092;10;3339.24;10.37;1798.00;-1.57;0.22 11092;21;3332.76;10.35;1798.00;1.57;0.22 +11093;0;3356.00;10.32;1713.00;0.00;0.26 +11093;1;3354.00;10.50;1710.50;-0.67;0.26 +11093;2;3356.50;10.40;1710.00;0.16;0.26 +11093;3;3359.00;9.90;1712.50;1.40;0.26 +11093;4;3352.00;10.50;1712.50;-1.44;0.26 +11093;5;3352.50;10.50;1714.00;4.43;0.26 +11093;6;3358.50;10.30;1715.50;2.35;0.26 +11093;7;3355.00;10.42;1716.00;3.46;0.26 +11093;9;3352.94;10.50;1713.00;1.57;0.26 +11093;10;3359.06;9.95;1713.00;-1.57;0.26 11093;21;3352.94;10.50;1713.00;1.57;0.26 -11094;21;3351.40;9.75;1812.00;1.57;0.32 +11094;0;3355.00;10.07;1812.00;0.00;0.36 +11094;1;3355.50;9.55;1808.00;0.12;0.36 +11094;2;3359.00;10.37;1811.00;1.32;0.36 +11094;3;3352.50;9.55;1811.00;-1.19;0.36 +11094;4;3353.00;9.80;1814.00;3.92;0.36 +11094;5;3358.00;10.30;1815.50;2.43;0.36 +11094;9;3351.40;9.75;1812.00;1.57;0.36 +11094;10;3358.60;10.40;1812.00;-1.57;0.36 +11094;21;3352.00;9.72;1812.00;0.00;0.36 +11094;22;3355.50;9.55;1808.00;0.12;0.36 +11094;23;3359.00;10.37;1811.00;1.32;0.36 +11094;24;3352.50;9.55;1811.00;-1.19;0.36 +11094;25;3353.00;9.80;1814.00;3.92;0.36 +11094;26;3358.00;10.30;1815.50;2.43;0.36 +11094;38;3358.60;10.40;1812.00;-1.57;0.36 +11095;0;3446.00;9.85;1724.00;0.00;0.24 +11095;1;3445.00;9.90;1721.00;-0.32;0.24 +11095;2;3448.00;10.05;1721.50;0.67;0.24 +11095;3;3443.00;9.95;1723.50;-1.40;0.24 +11095;4;3449.00;9.95;1724.50;1.73;0.24 +11095;5;3444.00;9.85;1726.00;3.92;0.24 +11095;6;3447.00;9.85;1727.00;2.82;0.24 +11095;9;3443.66;9.85;1724.00;1.57;0.24 +11095;10;3448.34;9.89;1724.00;-1.57;0.24 11095;21;3443.66;9.85;1724.00;1.57;0.24 +11096;0;3302.00;10.40;1850.00;0.00;0.30 +11096;1;3301.00;10.00;1846.50;-0.27;0.30 +11096;2;3305.00;9.95;1845.50;0.58;0.30 +11096;3;3306.00;10.15;1847.50;1.01;0.30 +11096;4;3299.00;10.40;1851.50;4.24;0.30 +11096;5;3303.50;10.40;1853.00;2.67;0.30 +11096;9;3299.30;10.35;1850.00;1.57;0.30 +11096;10;3304.70;10.38;1850.00;-1.57;0.30 11096;21;3299.30;10.35;1850.00;1.57;0.30 +11097;0;3256.00;10.30;1690.00;0.00;0.24 +11097;1;3258.00;9.80;1686.50;0.51;0.24 +11097;2;3256.50;9.80;1686.50;0.14;0.24 +11097;3;3254.50;10.10;1689.00;-0.98;0.24 +11097;4;3259.00;10.25;1689.00;1.24;0.24 +11097;5;3256.50;10.40;1692.50;2.94;0.24 +11097;6;3253.50;10.40;1692.50;3.92;0.24 +11097;9;3253.84;10.26;1690.00;1.57;0.24 +11097;10;3258.16;10.40;1690.00;-1.57;0.24 11097;21;3253.84;10.26;1690.00;1.57;0.24 +11098;0;3759.00;9.70;1883.00;0.00;0.66 +11098;1;3753.50;9.90;1875.00;-0.60;0.66 +11098;2;3766.50;9.80;1881.50;1.37;0.66 +11098;3;3747.50;9.70;1881.00;-1.39;0.66 +11098;4;3759.50;9.85;1889.00;3.05;0.66 +11098;9;3749.82;9.70;1883.00;1.57;0.66 +11098;10;3768.18;9.75;1883.00;-1.57;0.66 11098;21;3749.82;9.70;1883.00;1.57;0.66 +11099;0;3432.00;10.37;1689.00;0.00;0.26 +11099;1;3434.00;10.30;1685.50;0.51;0.26 +11099;2;3431.00;10.40;1687.50;-0.58;0.26 +11099;3;3435.50;10.35;1687.00;1.05;0.26 +11099;4;3434.50;10.40;1689.50;1.76;0.26 +11099;5;3428.50;10.30;1690.00;4.43;0.26 +11099;6;3431.00;10.05;1691.50;3.52;0.26 +11099;7;3428.50;10.20;1692.00;4.00;0.26 +11099;9;3429.12;10.35;1689.00;1.57;0.26 +11099;10;3434.88;10.40;1689.00;-1.57;0.26 11099;21;3429.12;10.35;1689.00;1.57;0.26 +11100;0;2925.00;9.50;1801.00;0.00;0.30 +11100;1;2927.00;11.10;1797.50;0.51;0.30 +11100;2;2923.00;9.50;1798.50;-0.67;0.30 +11100;3;2931.00;11.95;1798.50;1.17;0.30 +11100;4;2923.50;9.65;1802.00;4.12;0.30 +11100;5;2931.00;11.50;1799.50;1.32;0.30 +11100;9;2920.86;9.50;1801.00;1.57;0.30 +11100;10;2929.14;10.15;1801.00;-1.57;0.30 +11100;19;2922.00;9.50;1801.00;-2.16;0.30 +11100;20;2920.25;9.50;1801.00;4.71;0.30 11100;21;2920.86;9.50;1801.00;1.57;0.30 +11101;0;2917.00;14.55;1725.00;0.00;0.22 +11101;1;2913.00;13.25;1722.50;-1.01;0.22 +11101;2;2917.00;14.95;1722.50;0.00;0.22 +11101;3;2922.00;13.55;1724.50;1.47;0.22 +11101;4;2912.50;12.75;1725.00;4.71;0.22 +11101;5;2914.00;13.00;1727.00;4.12;0.22 +11101;6;2918.00;14.00;1727.00;2.67;0.22 +11101;7;2921.50;13.70;1726.50;1.89;0.22 +11101;9;2913.58;13.27;1725.00;1.57;0.22 +11101;10;2920.42;13.68;1725.00;-1.57;0.22 11101;21;2913.58;13.27;1725.00;1.57;0.22 +11102;0;3085.00;11.60;1903.00;0.00;0.32 +11102;1;3087.00;11.27;1897.00;0.32;0.32 +11102;2;1542.00;9.50;951.00;-1.01;0.32 +11102;3;3083.50;11.20;1899.50;-0.40;0.32 +11102;4;3082.00;11.75;1904.50;4.24;0.32 +11102;5;3088.00;10.50;1905.50;2.26;0.32 +11102;6;3084.00;11.32;1908.00;3.33;0.32 +11102;9;3082.12;11.56;1903.00;1.57;0.32 +11102;10;3087.88;10.40;1903.00;-1.57;0.32 11102;21;3082.12;11.56;1903.00;1.57;0.32 +11103;0;3395.00;10.50;1755.00;0.00;0.30 +11103;1;3395.50;10.50;1752.50;0.19;0.30 +11103;2;3393.00;10.40;1752.00;-0.58;0.30 +11103;3;3391.50;10.40;1754.50;-1.42;0.30 +11103;4;3398.50;10.40;1754.00;1.29;0.30 +11103;5;3398.00;10.07;1757.00;2.15;0.30 +11103;6;3394.00;10.50;1758.00;3.46;0.30 +11103;9;3392.12;10.40;1755.00;1.57;0.30 +11103;10;3397.88;10.33;1755.00;-1.57;0.30 11103;21;3392.12;10.40;1755.00;1.57;0.30 +11104;0;3210.00;10.72;1983.00;0.00;0.48 +11104;1;3209.50;10.40;1979.50;-0.14;0.48 +11104;2;3205.50;10.55;1978.00;-0.73;0.48 +11104;3;3207.50;10.80;1984.50;4.17;0.48 +11104;4;3214.00;10.75;1984.00;1.81;0.48 +11104;5;3216.00;11.00;1987.00;2.15;0.48 +11104;6;3213.50;11.50;1988.50;2.57;0.48 +11104;9;3205.68;10.65;1983.00;1.57;0.48 +11104;10;3214.32;10.69;1983.00;-1.57;0.48 11104;21;3205.68;10.65;1983.00;1.57;0.48 +11105;0;3194.00;9.70;1741.00;0.00;0.24 +11105;1;3192.50;9.50;1738.50;-0.54;0.24 +11105;2;3189.50;9.70;1739.50;-1.24;0.24 +11105;3;3190.50;9.70;1741.50;4.57;0.24 +11105;4;3198.50;9.65;1741.00;1.57;0.24 +11105;5;3195.50;9.70;1743.00;2.49;0.24 +11105;6;3199.50;9.70;1743.00;1.92;0.24 +11105;9;3190.40;9.70;1741.00;1.57;0.24 +11105;10;3197.60;9.69;1741.00;-1.57;0.24 +11105;19;3202.11;9.50;1738.66;-0.93;0.24 +11105;20;3202.32;9.50;1735.72;-0.07;0.24 11105;21;3190.40;9.70;1741.00;1.57;0.24 +11106;0;1843.00;9.67;1062.00;0.00;0.14 +11106;1;1843.00;9.67;1062.00;0.00;0.14 +11106;2;1845.00;9.55;1066.00;2.67;0.14 +11106;9;1841.74;9.50;1062.00;1.57;0.14 +11106;10;1844.26;9.66;1062.00;-1.57;0.14 +11106;19;1843.00;9.53;1064.00;-1.57;0.14 +11106;20;1843.00;9.53;1065.75;3.14;0.14 11106;21;1841.74;9.50;1062.00;1.57;0.14 +11107;0;3428.00;10.40;1712.00;0.00;0.22 +11107;1;3427.00;10.40;1709.00;-0.32;0.22 +11107;2;3429.50;10.40;1709.50;0.54;0.22 +11107;3;3425.50;10.40;1710.00;-0.89;0.22 +11107;4;3431.00;10.40;1712.50;1.73;0.22 +11107;5;3425.50;10.40;1712.00;4.71;0.22 +11107;6;3428.00;10.30;1714.50;3.14;0.22 +11107;9;3425.48;10.40;1712.00;1.57;0.22 +11107;10;3430.52;10.40;1712.00;-1.57;0.22 11107;21;3425.48;10.40;1712.00;1.57;0.22 +11108;0;3111.00;10.80;751.00;0.00;0.88 +11108;1;3112.50;10.60;740.50;0.14;0.88 +11108;2;3119.00;10.70;746.00;1.01;0.88 +11108;3;3104.50;10.80;748.50;-1.20;0.88 +11108;4;3120.00;10.95;757.50;2.19;0.88 +11108;5;3099.00;10.85;757.50;4.21;0.88 +11108;6;3110.00;10.90;759.00;3.26;0.88 +11108;9;3102.72;10.93;751.00;1.57;0.88 +11108;10;3119.28;10.86;751.00;-1.57;0.88 11108;21;3102.72;10.93;751.00;1.57;0.88 +11109;0;3291.00;10.30;1692.00;0.00;0.22 +11109;1;3291.00;10.30;1690.00;0.00;0.22 +11109;2;3294.50;10.30;1691.00;1.29;0.22 +11109;3;3287.50;9.90;1692.50;4.57;0.22 +11109;4;3294.50;10.30;1693.00;1.84;0.22 +11109;5;3289.00;9.85;1694.50;3.81;0.22 +11109;6;3291.50;10.05;1695.00;2.97;0.22 +11109;7;3293.50;10.30;1694.50;2.35;0.22 +11109;9;3288.48;10.09;1692.00;1.57;0.22 +11109;10;3293.52;10.30;1692.00;-1.57;0.22 11109;21;3288.48;10.09;1692.00;1.57;0.22 +11110;0;3531.00;10.10;1747.00;0.00;0.32 +11110;1;3527.50;10.00;1743.00;-0.71;0.32 +11110;2;3529.00;9.90;1742.50;-0.41;0.32 +11110;3;3532.50;10.30;1744.50;0.54;0.32 +11110;4;3527.50;10.00;1746.00;-1.29;0.32 +11110;5;3530.00;10.37;1750.00;3.46;0.32 +11110;6;3535.00;10.60;1750.00;2.21;0.32 +11110;7;3533.50;10.60;1752.00;2.67;0.32 +11110;9;3528.12;10.00;1747.00;1.57;0.32 +11110;10;3533.88;10.50;1747.00;-1.57;0.32 11110;21;3528.12;10.00;1747.00;1.57;0.32 +11111;0;3675.00;10.45;1737.00;0.00;0.34 +11111;1;3671.50;10.40;1733.50;-0.78;0.34 +11111;2;3676.50;10.40;1733.50;0.40;0.34 +11111;3;3669.50;10.50;1736.00;-1.39;0.34 +11111;4;3678.50;10.45;1738.00;1.84;0.34 +11111;5;3672.00;10.42;1739.00;4.12;0.34 +11111;6;3675.50;10.30;1741.50;3.03;0.34 +11111;9;3671.22;10.46;1737.00;1.57;0.34 +11111;10;3678.78;10.47;1737.00;-1.57;0.34 11111;21;3671.22;10.46;1737.00;1.57;0.34 +11112;0;3076.00;11.47;1894.00;0.00;0.32 +11112;1;3075.00;11.90;1891.50;-0.38;0.32 +11112;2;3080.00;11.55;1891.50;1.01;0.32 +11112;3;3079.00;11.42;1895.00;1.89;0.32 +11112;4;3071.50;12.20;1895.50;4.39;0.32 +11112;5;3075.00;11.90;1897.50;3.42;0.32 +11112;9;3072.58;12.23;1894.00;1.57;0.32 +11112;10;3079.42;11.36;1894.00;-1.57;0.32 11112;21;3072.58;12.23;1894.00;1.57;0.32 +11113;0;2978.00;12.15;1782.00;0.00;0.26 +11113;1;2977.00;12.50;1777.50;-0.21;0.26 +11113;2;2978.50;12.10;1777.50;0.11;0.26 +11113;3;2975.50;12.30;1781.50;-1.37;0.26 +11113;4;2980.50;12.00;1779.00;0.69;0.26 +11113;5;2980.50;12.30;1783.00;1.95;0.26 +11113;6;2976.50;12.40;1785.50;3.54;0.26 +11113;9;2975.66;12.27;1782.00;1.57;0.26 +11113;10;2980.34;12.35;1782.00;-1.57;0.26 11113;21;2975.66;12.27;1782.00;1.57;0.26 +11114;0;3012.00;10.40;1727.00;0.00;0.24 +11114;1;1505.50;9.50;863.00;-1.05;0.24 +11114;2;3010.50;10.40;1725.50;-0.78;0.24 +11114;3;3014.00;10.15;1725.00;0.78;0.24 +11114;4;3014.50;10.30;1728.50;2.11;0.24 +11114;5;3009.00;10.45;1729.00;4.12;0.24 +11114;6;3012.00;10.45;1730.50;3.14;0.24 +11114;7;3015.00;10.40;1730.00;2.35;0.24 +11114;9;3009.84;10.40;1727.00;1.57;0.24 +11114;10;3014.16;10.28;1727.00;-1.57;0.24 11114;21;3009.84;10.40;1727.00;1.57;0.24 +11115;0;3179.00;10.90;1930.00;0.00;0.52 +11115;1;3179.50;10.60;1922.50;0.06;0.52 +11115;2;3175.50;10.80;1926.00;-0.71;0.52 +11115;3;3183.00;10.87;1927.00;0.92;0.52 +11115;4;3185.00;11.00;1931.00;1.73;0.52 +11115;5;3174.50;10.80;1932.50;4.20;0.52 +11115;6;3180.50;10.90;1934.50;2.82;0.52 +11115;7;3175.00;10.55;1935.50;3.77;0.52 +11115;9;3174.32;10.80;1930.00;1.57;0.52 +11115;10;3183.68;10.95;1930.00;-1.57;0.52 11115;21;3181.64;11.20;1932.15;-1.57;0.52 +11116;0;3007.00;13.77;1802.00;0.00;0.30 +11116;1;3005.50;13.40;1799.50;-0.54;0.30 +11116;2;3009.50;13.30;1800.50;1.03;0.30 +11116;3;3005.00;13.92;1804.00;3.92;0.30 +11116;4;3009.00;13.60;1805.00;2.55;0.30 +11116;9;3004.30;13.58;1802.00;1.57;0.30 +11116;10;3009.70;13.20;1802.00;-1.57;0.30 11116;21;3004.30;13.58;1802.00;1.57;0.30 +11117;0;3329.00;9.90;1944.00;0.00;0.34 +11117;1;3329.00;9.90;1938.50;0.00;0.34 +11117;2;3326.00;9.95;1940.50;-0.70;0.34 +11117;3;3332.00;9.92;1941.00;0.78;0.34 +11117;4;3325.50;10.00;1944.50;4.57;0.34 +11117;5;3332.50;9.90;1946.00;2.09;0.34 +11117;6;3328.00;9.90;1948.50;3.36;0.34 +11117;9;3325.94;9.95;1944.00;1.57;0.34 +11117;10;3332.06;9.90;1944.00;-1.57;0.34 11117;21;3325.94;9.95;1944.00;1.57;0.34 +11118;0;2987.00;13.40;1808.00;0.00;0.24 +11118;1;2987.00;13.05;1805.00;0.00;0.24 +11118;2;2991.00;13.35;1805.50;1.01;0.24 +11118;3;2990.50;13.55;1808.00;1.57;0.24 +11118;4;2983.50;12.30;1808.00;4.71;0.24 +11118;5;2986.50;12.90;1810.50;3.33;0.24 +11118;9;2984.30;12.46;1808.00;1.57;0.24 +11118;10;2989.70;13.59;1808.00;-1.57;0.24 11118;21;2984.30;12.46;1808.00;1.57;0.24 +11119;0;3741.00;9.70;1917.00;0.00;1.10 +11119;1;3737.00;9.90;1905.50;-0.33;1.10 +11119;2;3750.50;9.90;1906.00;0.71;1.10 +11119;3;3728.50;9.70;1913.50;-1.29;1.10 +11119;4;3762.50;9.85;1910.00;1.25;1.10 +11119;5;3751.50;9.70;1921.00;1.93;1.10 +11119;6;3727.50;9.75;1927.00;4.07;1.10 +11119;7;3737.50;9.80;1931.00;3.38;1.10 +11119;9;3726.78;9.70;1917.00;1.57;1.10 +11119;10;3755.22;9.70;1917.00;-1.57;1.10 +11119;19;3728.00;9.60;1946.00;-2.90;1.10 +11119;20;3727.28;9.60;1947.59;3.56;1.10 11119;21;3726.78;9.70;1917.00;1.57;1.10 +11120;0;3066.00;11.40;1838.00;0.00;0.38 +11120;1;3065.50;11.20;1835.00;-0.16;0.38 +11120;2;3070.50;11.45;1834.00;0.84;0.38 +11120;3;3071.50;11.40;1836.00;1.22;0.38 +11120;4;3060.50;11.30;1838.50;4.62;0.38 +11120;5;3068.00;11.37;1840.00;2.35;0.38 +11120;6;3061.00;11.45;1841.50;4.10;0.38 +11120;7;3064.50;11.50;1843.00;3.43;0.38 +11120;9;3061.86;11.30;1838.00;1.57;0.38 +11120;10;3070.14;11.15;1838.00;-1.57;0.38 11120;21;3061.86;11.30;1838.00;1.57;0.38 +11121;0;3195.00;10.30;1848.00;0.00;0.32 +11121;1;3193.00;10.37;1845.00;-0.58;0.32 +11121;2;3197.00;10.40;1844.50;0.51;0.32 +11121;3;3198.50;10.30;1848.00;1.57;0.32 +11121;4;3194.50;10.10;1850.00;3.38;0.32 +11121;5;3199.00;9.70;1851.50;2.29;0.32 +11121;9;3191.76;9.98;1848.00;1.57;0.32 +11121;10;3198.24;10.30;1848.00;-1.57;0.32 +11121;19;3192.00;9.53;1853.00;-2.90;0.32 +11121;20;3191.10;9.53;1854.50;3.68;0.32 11121;21;3191.76;9.98;1848.00;1.57;0.32 +11122;0;4499.00;9.80;2022.00;0.00;1.20 +11122;1;4495.00;10.12;2009.00;-0.29;1.20 +11122;2;4542.00;9.80;2019.50;1.51;1.20 +11122;3;4451.50;9.80;2024.00;4.67;1.20 +11122;9;4462.64;9.80;2022.00;1.57;1.20 +11122;10;4535.36;9.80;2022.00;-1.57;1.20 11122;21;4462.64;9.80;2022.00;1.57;1.20 +11123;0;3047.00;11.40;1793.00;0.00;0.22 +11123;1;3043.00;11.25;1792.00;-1.32;0.22 +11123;2;3047.50;11.30;1791.50;0.32;0.22 +11123;3;3051.50;11.30;1793.50;1.68;0.22 +11123;4;3043.00;11.30;1794.50;4.35;0.22 +11123;5;3046.00;11.25;1795.50;3.52;0.22 +11123;6;3050.00;11.20;1796.00;2.35;0.22 +11123;9;3043.76;11.30;1793.00;1.57;0.22 +11123;10;3050.24;11.31;1793.00;-1.57;0.22 11123;21;3043.76;11.30;1793.00;1.57;0.22 +11124;0;3625.00;10.60;1716.00;0.00;0.34 +11124;1;3626.00;10.47;1712.00;0.24;0.34 +11124;2;3622.00;10.50;1715.00;-1.24;0.34 +11124;3;3629.50;10.60;1715.00;1.35;0.34 +11124;4;3626.50;10.60;1719.50;2.73;0.34 +11124;5;3622.00;10.60;1719.50;3.85;0.34 +11124;6;3623.50;10.60;1721.00;3.43;0.34 +11124;9;3621.94;10.55;1716.00;1.57;0.34 +11124;10;3628.06;10.60;1716.00;-1.57;0.34 11124;21;3621.94;10.55;1716.00;1.57;0.34 +11125;0;3184.00;10.30;1885.00;0.00;0.36 +11125;1;3184.00;10.00;1880.50;0.00;0.36 +11125;2;3187.00;10.20;1882.50;0.87;0.36 +11125;3;3180.00;10.00;1885.50;4.58;0.36 +11125;4;3188.50;10.30;1886.50;1.89;0.36 +11125;5;3183.50;10.40;1888.50;3.28;0.36 +11125;9;3180.04;10.02;1885.00;1.57;0.36 +11125;10;3187.96;10.30;1885.00;-1.57;0.36 +11125;19;3183.00;9.50;1878.00;0.00;0.36 +11125;20;3182.75;9.50;1876.26;-0.14;0.36 11125;21;3180.04;10.02;1885.00;1.57;0.36 +11126;0;3142.00;10.12;1790.00;0.00;0.32 +11126;1;3143.00;10.20;1785.50;0.21;0.32 +11126;2;3139.00;9.50;1790.00;4.71;0.32 +11126;3;3145.00;10.25;1790.50;1.73;0.32 +11126;4;3141.00;10.00;1794.50;3.36;0.32 +11126;9;3139.12;9.50;1790.00;1.57;0.32 +11126;10;3144.88;10.23;1790.00;-1.57;0.32 +11126;19;3140.00;9.50;1788.00;-1.57;0.32 +11126;20;3138.76;9.50;1786.76;-0.78;0.32 11126;21;3139.12;9.50;1790.00;1.57;0.32 +11127;0;3215.00;9.85;1720.00;0.00;0.24 +11127;1;3216.00;10.35;1717.00;0.32;0.24 +11127;2;3213.50;10.20;1717.50;-0.54;0.24 +11127;3;3218.00;10.17;1720.00;1.57;0.24 +11127;4;3213.00;9.77;1721.00;4.24;0.24 +11127;5;3215.50;9.70;1722.50;2.94;0.24 +11127;9;3212.66;9.80;1720.00;1.57;0.24 +11127;10;3217.34;10.07;1720.00;-1.57;0.24 +11127;19;3220.00;9.55;1724.00;-3.34;0.24 +11127;20;3221.36;9.55;1725.09;2.24;0.24 11127;21;3212.66;9.80;1720.00;1.57;0.24 +11128;0;3292.00;10.50;1929.00;0.00;0.34 +11128;1;3291.00;10.50;1925.50;-0.27;0.34 +11128;2;3296.00;10.50;1924.50;0.72;0.34 +11128;3;3295.00;10.47;1929.00;1.57;0.34 +11128;4;3288.50;10.55;1931.00;4.19;0.34 +11128;5;3293.00;10.70;1933.00;2.89;0.34 +11128;6;3290.50;10.60;1934.00;3.43;0.34 +11128;9;3288.94;10.50;1929.00;1.57;0.34 +11128;10;3295.06;10.47;1929.00;-1.57;0.34 11128;21;3288.94;10.50;1929.00;1.57;0.34 +11129;0;3063.00;10.82;1819.00;0.00;0.38 +11129;1;3066.00;10.50;1814.50;0.58;0.38 +11129;2;3067.50;10.50;1814.50;0.78;0.38 +11129;3;3062.00;10.70;1817.50;-0.58;0.38 +11129;4;3067.50;10.20;1817.50;1.24;0.38 +11129;5;3058.00;11.20;1820.50;4.42;0.38 +11129;6;3062.00;10.80;1822.50;3.42;0.38 +11129;7;3058.50;11.05;1822.00;4.12;0.38 +11129;9;3059.22;10.92;1819.00;1.57;0.38 +11129;10;3066.78;10.38;1819.00;-1.57;0.38 11129;21;3059.22;10.92;1819.00;1.57;0.38 +11130;0;3151.00;11.52;1954.00;0.00;0.64 +11130;1;3157.00;11.40;1947.50;0.74;0.64 +11130;2;3161.00;11.30;1947.50;0.99;0.64 +11130;3;3151.00;11.10;1950.50;0.00;0.64 +11130;4;3162.50;11.50;1951.50;1.35;0.64 +11130;5;3143.00;11.87;1955.00;4.58;0.64 +11130;6;3156.00;11.57;1954.00;1.57;0.64 +11130;7;3149.00;11.75;1960.00;3.46;0.64 +11130;8;3142.00;12.20;1959.50;4.16;0.64 +11130;9;3142.72;11.92;1954.00;1.57;0.64 +11130;10;3159.28;11.66;1954.00;-1.57;0.64 11130;21;3146.94;12.00;1957.31;-1.57;0.64 +11131;0;3374.00;10.40;1705.00;0.00;0.26 +11131;1;3373.50;10.40;1702.00;-0.16;0.26 +11131;2;3376.50;10.50;1704.00;1.19;0.26 +11131;3;3371.00;10.40;1704.00;-1.24;0.26 +11131;4;3372.00;10.40;1706.50;4.06;0.26 +11131;5;3376.00;10.50;1707.50;2.46;0.26 +11131;9;3371.30;10.40;1705.00;1.57;0.26 +11131;10;3376.70;10.50;1705.00;-1.57;0.26 11131;21;3371.30;10.40;1705.00;1.57;0.26 +11132;0;3195.00;10.40;1826.00;0.00;0.34 +11132;1;3195.00;10.40;1822.00;0.00;0.34 +11132;2;3192.50;10.40;1823.00;-0.69;0.34 +11132;3;3197.00;10.40;1822.50;0.51;0.34 +11132;4;3199.50;10.40;1824.50;1.24;0.34 +11132;5;3190.50;10.40;1825.50;-1.46;0.34 +11132;6;3197.00;10.40;1828.50;2.46;0.34 +11132;7;3191.50;10.40;1828.50;4.09;0.34 +11132;9;3191.22;10.40;1826.00;1.57;0.34 +11132;10;3198.78;10.40;1826.00;-1.57;0.34 11132;21;3191.22;10.40;1826.00;1.57;0.34 +11133;0;3597.00;9.85;1733.00;0.00;0.30 +11133;1;3594.50;9.90;1729.50;-0.62;0.30 +11133;2;3599.00;9.90;1730.50;0.67;0.30 +11133;3;3593.00;9.90;1733.50;4.58;0.30 +11133;4;3601.50;9.80;1734.50;1.89;0.30 +11133;5;3597.50;9.90;1736.50;3.00;0.30 +11133;9;3593.58;9.90;1733.00;1.57;0.30 +11133;10;3600.42;9.85;1733.00;-1.57;0.30 11133;21;3593.58;9.90;1733.00;1.57;0.30 +11134;0;3480.00;10.40;1666.00;0.00;0.16 +11134;1;3479.00;10.40;1662.50;-0.27;0.16 +11134;2;3480.50;10.40;1664.00;0.24;0.16 +11134;3;3478.50;10.40;1665.50;-1.24;0.16 +11134;4;3482.50;10.35;1667.00;1.95;0.16 +11134;5;3480.00;10.05;1669.00;3.14;0.16 +11134;9;3478.56;10.40;1666.00;1.57;0.16 +11134;10;3481.44;10.40;1666.00;-1.57;0.16 11134;21;3478.56;10.40;1666.00;1.57;0.16 +11135;0;2961.00;13.10;1764.00;0.00;0.30 +11135;1;2960.00;12.47;1761.00;-0.32;0.30 +11135;2;2963.50;12.30;1761.50;0.78;0.30 +11135;3;2964.00;12.75;1765.00;1.89;0.30 +11135;4;2958.00;13.32;1766.00;4.12;0.30 +11135;5;2961.50;13.20;1768.00;3.01;0.30 +11135;9;2958.30;13.04;1764.00;1.57;0.30 +11135;10;2963.70;12.63;1764.00;-1.57;0.30 11135;21;2958.30;13.04;1764.00;1.57;0.30 +11136;0;2757.00;10.22;1679.00;0.00;0.26 +11136;1;2759.00;10.90;1677.50;0.92;0.26 +11136;2;2755.50;11.40;1676.50;-0.54;0.26 +11136;3;2754.00;10.40;1679.50;4.54;0.26 +11136;4;2757.50;10.30;1681.50;2.94;0.26 +11136;5;2754.00;10.50;1681.50;4.01;0.26 +11136;9;2754.48;10.60;1679.00;1.57;0.26 +11136;10;2759.52;10.14;1679.00;-1.57;0.26 +11136;19;2763.00;9.50;1681.00;0.93;0.26 +11136;20;2764.66;9.50;1681.55;1.89;0.26 11136;21;2754.48;10.60;1679.00;1.57;0.26 +11137;0;3397.00;9.87;1800.00;0.00;0.34 +11137;1;3395.00;9.80;1797.50;-0.67;0.34 +11137;2;3399.00;9.80;1796.50;0.51;0.34 +11137;3;3401.00;9.80;1798.50;1.21;0.34 +11137;4;3393.50;9.95;1802.00;4.19;0.34 +11137;5;3400.50;9.90;1803.00;2.27;0.34 +11137;6;3396.50;10.00;1804.50;3.25;0.34 +11137;9;3393.40;9.94;1800.00;1.57;0.34 +11137;10;3400.60;9.80;1800.00;-1.57;0.34 11137;21;3393.40;9.94;1800.00;1.57;0.34 +11138;0;3216.00;9.80;1770.00;0.00;0.22 +11138;1;3216.50;10.10;1768.50;0.32;0.22 +11138;2;3219.50;10.40;1767.50;0.95;0.22 +11138;3;1607.50;13.30;884.50;-1.06;0.22 +11138;4;1607.50;13.30;884.50;-1.06;0.22 +11138;5;3213.50;9.80;1772.50;3.92;0.22 +11138;9;3212.76;9.90;1770.00;1.57;0.22 +11138;10;3219.24;10.23;1770.00;-1.57;0.22 11138;21;3212.76;9.90;1770.00;1.57;0.22 +11139;0;3281.00;10.30;1709.00;0.00;0.22 +11139;1;3280.50;10.30;1706.50;-0.19;0.22 +11139;2;3277.50;10.30;1707.00;-1.05;0.22 +11139;3;3284.00;10.30;1708.50;1.40;0.22 +11139;4;3278.50;10.30;1710.00;4.33;0.22 +11139;5;3283.00;10.30;1711.50;2.46;0.22 +11139;9;3278.12;10.30;1709.00;1.57;0.22 +11139;10;3283.88;10.30;1709.00;-1.57;0.22 11139;21;3278.12;10.30;1709.00;1.57;0.22 +11140;0;3438.00;10.10;1920.00;0.00;0.48 +11140;1;3439.00;10.00;1914.50;0.18;0.48 +11140;2;3441.00;10.05;1921.50;2.03;0.48 +11140;3;3433.50;10.10;1918.50;-1.24;0.48 +11140;4;3433.50;10.10;1923.50;4.05;0.48 +11140;9;3433.32;10.10;1920.00;1.57;0.48 +11140;10;3442.68;10.00;1920.00;-1.57;0.48 +11140;19;3447.00;9.53;1920.00;-4.25;0.48 +11140;20;3448.75;9.53;1920.00;1.57;0.48 11140;21;3433.32;10.10;1920.00;1.57;0.48 +11141;0;3236.00;10.12;1802.00;0.00;0.26 +11141;1;3235.50;10.40;1798.00;-0.12;0.26 +11141;2;1617.50;13.80;900.50;-1.06;0.26 +11141;3;3233.00;10.40;1801.00;-1.24;0.26 +11141;4;3238.50;10.20;1799.50;0.78;0.26 +11141;5;1617.50;13.80;900.50;-1.06;0.26 +11141;6;3238.50;9.50;1804.00;2.24;0.26 +11141;7;3233.50;9.80;1805.00;3.83;0.26 +11141;8;3236.50;9.50;1805.50;3.00;0.26 +11141;9;3233.66;10.33;1802.00;1.57;0.26 +11141;10;3238.34;9.50;1802.00;-1.57;0.26 11141;21;3233.66;10.33;1802.00;1.57;0.26 +11142;0;3272.00;10.00;1965.00;0.00;0.46 +11142;1;3272.00;10.00;1961.50;0.00;0.46 +11142;2;3266.50;10.00;1961.50;-1.00;0.46 +11142;3;3271.00;10.00;1968.50;3.42;0.46 +11142;4;3277.00;10.00;1968.00;2.11;0.46 +11142;9;3267.86;10.00;1965.00;1.57;0.46 +11142;10;3276.14;9.93;1965.00;-1.57;0.46 11142;21;3267.86;10.00;1965.00;1.57;0.46 +11143;0;3452.00;10.50;1709.00;0.00;0.20 +11143;1;3452.00;10.45;1707.00;0.00;0.20 +11143;2;3448.00;10.42;1708.00;-1.32;0.20 +11143;3;3455.50;10.40;1707.00;1.05;0.20 +11143;4;3456.00;10.40;1710.00;1.81;0.20 +11143;5;3448.50;10.50;1710.00;4.43;0.20 +11143;6;3452.50;10.50;1711.00;2.89;0.20 +11143;9;3449.30;10.50;1709.00;1.57;0.20 +11143;10;3454.70;10.40;1709.00;-1.57;0.20 11143;21;3449.30;10.50;1709.00;1.57;0.20 +11144;0;3198.00;10.50;1810.00;0.00;0.32 +11144;1;3196.50;10.50;1807.50;-0.54;0.32 +11144;2;3200.00;10.47;1806.00;0.46;0.32 +11144;3;1598.50;13.30;904.50;-1.05;0.32 +11144;4;3199.50;10.50;1811.50;2.35;0.32 +11144;5;3194.50;10.55;1812.00;4.19;0.32 +11144;6;3196.50;10.50;1814.00;3.50;0.32 +11144;9;3195.12;10.53;1810.00;1.57;0.32 +11144;10;3200.88;10.40;1810.00;-1.57;0.32 11144;21;3195.12;10.53;1810.00;1.57;0.32 +11145;0;3357.00;11.12;701.00;0.00;0.88 +11145;1;3359.00;11.85;688.00;0.15;0.88 +11145;2;3365.50;11.40;687.50;0.56;0.88 +11145;3;3353.00;12.45;694.50;-0.55;0.88 +11145;4;3367.00;10.65;692.00;0.83;0.88 +11145;5;1678.00;9.50;350.00;-1.36;0.88 +11145;6;3348.50;12.20;705.00;4.27;0.88 +11145;7;3346.00;12.05;710.50;4.00;0.88 +11145;8;3354.50;11.15;713.00;3.34;0.88 +11145;9;3349.08;12.60;701.00;1.57;0.88 +11145;10;3364.92;10.38;701.00;-1.57;0.88 11145;21;3349.08;12.60;701.00;1.57;0.88 +11146;0;3303.00;10.70;1821.00;0.00;0.34 +11146;1;3303.00;10.70;1817.00;0.00;0.34 +11146;2;3306.50;10.75;1818.00;0.86;0.34 +11146;3;3299.00;10.30;1820.50;-1.44;0.34 +11146;4;3307.00;10.70;1821.50;1.69;0.34 +11146;5;3298.00;10.47;1824.00;4.17;0.34 +11146;6;3303.00;10.70;1824.50;3.14;0.34 +11146;9;3299.22;10.40;1821.00;1.57;0.34 +11146;10;3306.78;10.70;1821.00;-1.57;0.34 11146;21;3299.22;10.40;1821.00;1.57;0.34 +11147;0;3068.00;10.10;1769.00;0.00;0.26 +11147;1;3069.00;9.80;1766.50;0.38;0.26 +11147;2;3065.50;10.10;1767.50;-1.03;0.26 +11147;3;3071.00;9.75;1768.50;1.40;0.26 +11147;4;3064.50;10.40;1770.00;4.43;0.26 +11147;5;3066.00;10.45;1771.50;3.81;0.26 +11147;6;3069.00;10.15;1772.00;2.82;0.26 +11147;9;3065.66;10.18;1769.00;1.57;0.26 +11147;10;3070.34;9.92;1769.00;-1.57;0.26 +11147;19;3072.00;9.65;1769.00;1.41;0.26 +11147;20;3073.75;9.65;1769.00;1.57;0.26 11147;21;3065.66;10.18;1769.00;1.57;0.26 +11148;0;3051.00;10.22;1833.00;0.00;0.24 +11148;1;3049.50;10.10;1829.50;-0.40;0.24 +11148;2;3052.50;11.20;1829.00;0.35;0.24 +11148;3;3053.00;11.15;1833.00;1.57;0.24 +11148;4;1525.00;9.50;916.00;-1.03;0.24 +11148;5;3048.50;9.70;1835.50;3.92;0.24 +11148;6;3053.00;11.25;1836.00;2.55;0.24 +11148;7;3051.50;11.10;1837.00;3.01;0.24 +11148;9;3048.84;9.66;1833.00;1.57;0.24 +11148;10;3053.16;11.19;1833.00;-1.57;0.24 11148;21;3048.84;9.66;1833.00;1.57;0.24 +11149;0;3553.00;10.27;1684.00;0.00;0.28 +11149;1;3551.00;10.17;1681.00;-0.58;0.28 +11149;2;3549.50;10.40;1683.00;-1.29;0.28 +11149;3;3555.50;9.80;1682.50;1.03;0.28 +11149;4;3557.00;9.80;1686.00;2.03;0.28 +11149;5;3553.00;10.25;1686.50;3.14;0.28 +11149;9;3549.94;10.40;1684.00;1.57;0.28 +11149;10;3556.06;9.84;1684.00;-1.57;0.28 11149;21;3549.94;10.40;1684.00;1.57;0.28 -11150;21;3316.66;9.65;1756.00;1.57;0.22 +11150;0;3319.00;9.85;1756.00;0.00;0.24 +11150;1;3320.50;10.05;1755.00;0.98;0.24 +11150;2;3317.00;9.65;1755.50;-1.32;0.24 +11150;3;3320.50;10.25;1758.00;2.49;0.24 +11150;4;3317.50;9.85;1758.00;3.78;0.24 +11150;9;3316.48;9.64;1756.00;1.57;0.24 +11150;10;3321.52;10.20;1756.00;-1.57;0.24 +11150;21;3316.00;9.57;1756.00;0.00;0.24 +11150;22;3320.50;10.05;1755.00;0.98;0.24 +11150;23;3317.00;9.65;1755.50;-1.32;0.24 +11150;24;3320.50;10.25;1758.00;2.49;0.24 +11150;25;3317.50;9.85;1758.00;3.78;0.24 +11150;38;3321.52;10.20;1756.00;-1.57;0.24 +11151;0;2985.00;9.62;1717.00;0.00;0.24 +11151;1;2984.50;9.70;1714.00;-0.16;0.24 +11151;2;2987.00;9.77;1716.00;1.10;0.24 +11151;3;2982.00;9.50;1715.50;-1.10;0.24 +11151;4;2982.50;9.70;1717.50;4.51;0.24 +11151;5;2987.00;9.90;1719.00;2.35;0.24 +11151;6;2983.50;9.80;1719.50;3.68;0.24 +11151;7;2985.00;10.00;1720.50;3.14;0.24 +11151;9;2982.84;9.68;1717.00;1.57;0.24 +11151;10;2987.16;9.84;1717.00;-1.57;0.24 +11151;19;2981.00;9.50;1715.00;-1.11;0.24 +11151;20;2979.43;9.50;1714.21;-1.10;0.24 11151;21;2982.84;9.68;1717.00;1.57;0.24 +11152;0;3070.00;12.92;1885.00;0.00;0.30 +11152;1;3071.50;12.35;1882.00;0.46;0.30 +11152;2;3074.50;12.30;1882.00;0.98;0.30 +11152;3;3067.00;12.97;1884.00;-1.24;0.30 +11152;4;3075.50;12.20;1884.00;1.39;0.30 +11152;5;3072.00;12.37;1887.00;2.35;0.30 +11152;6;3065.00;13.70;1887.00;4.33;0.30 +11152;7;3067.50;12.80;1889.50;3.64;0.30 +11152;9;3066.04;13.09;1885.00;1.57;0.30 +11152;10;3073.96;12.43;1885.00;-1.57;0.30 11152;21;3066.04;13.09;1885.00;1.57;0.30 -11153;21;3322.12;10.09;1752.00;1.57;0.26 +11153;0;3325.00;10.27;1752.00;0.00;0.28 +11153;1;3324.00;10.20;1749.50;-0.38;0.28 +11153;2;3321.50;9.90;1750.50;-1.16;0.28 +11153;3;3328.00;10.30;1752.00;1.57;0.28 +11153;4;3323.50;10.25;1753.00;4.12;0.28 +11153;5;3328.50;10.30;1755.00;2.27;0.28 +11153;6;3326.50;10.30;1755.50;2.73;0.28 +11153;9;3321.76;10.03;1752.00;1.57;0.28 +11153;10;3328.24;10.30;1752.00;-1.57;0.28 +11153;21;3322.00;10.07;1752.00;0.00;0.28 +11153;22;3324.00;10.20;1749.50;-0.38;0.28 +11153;23;3321.50;9.90;1750.50;-1.16;0.28 +11153;24;3328.00;10.30;1752.00;1.57;0.28 +11153;25;3323.50;10.25;1753.00;4.12;0.28 +11153;26;3328.50;10.30;1755.00;2.27;0.28 +11153;27;3326.50;10.30;1755.50;2.73;0.28 +11153;38;3328.24;10.30;1752.00;-1.57;0.28 +11154;0;3353.00;9.90;1688.00;0.00;0.22 +11154;1;3354.00;9.90;1685.50;0.38;0.22 +11154;2;3350.50;9.90;1687.00;-1.19;0.22 +11154;3;3355.50;9.90;1689.00;1.95;0.22 +11154;4;3351.00;9.90;1690.50;3.81;0.22 +11154;9;3350.48;9.90;1688.00;1.57;0.22 +11154;10;3355.52;9.90;1688.00;-1.57;0.22 11154;21;3350.48;9.90;1688.00;1.57;0.22 +11155;0;3128.00;11.67;1907.00;0.00;0.36 +11155;1;3125.00;11.55;1903.50;-0.70;0.36 +11155;2;3130.50;11.60;1904.00;0.69;0.36 +11155;3;3122.50;11.60;1905.50;-1.30;0.36 +11155;4;3123.00;11.75;1908.00;4.51;0.36 +11155;5;3133.50;11.60;1908.50;1.83;0.36 +11155;6;3127.50;11.80;1910.50;3.28;0.36 +11155;9;3123.50;11.70;1907.00;1.57;0.36 +11155;10;3132.50;11.55;1907.00;-1.57;0.36 11155;21;3123.50;11.70;1907.00;1.57;0.36 +11156;0;3302.00;10.05;1797.00;0.00;0.26 +11156;1;3300.00;10.02;1795.00;-0.78;0.26 +11156;2;3305.00;10.55;1795.00;0.98;0.26 +11156;3;3298.00;10.00;1797.50;4.58;0.26 +11156;4;3303.50;10.50;1799.50;2.60;0.26 +11156;5;3299.00;10.45;1799.50;4.01;0.26 +11156;9;3299.12;10.03;1797.00;1.57;0.26 +11156;10;3304.88;10.50;1797.00;-1.57;0.26 11156;21;3299.12;10.03;1797.00;1.57;0.26 +11157;0;3042.00;9.50;1951.00;0.00;0.84 +11157;1;3037.50;9.50;1946.00;-0.73;0.84 +11157;2;3036.00;9.50;1949.50;-1.32;0.84 +11157;3;3048.00;10.00;1955.50;2.21;0.84 +11157;9;3031.38;9.50;1951.00;1.57;0.84 +11157;10;3052.62;9.50;1951.00;-1.57;0.84 +11157;19;3054.00;9.55;1966.00;-4.07;0.84 +11157;20;3055.09;9.55;1967.36;2.46;0.84 11157;21;3031.38;9.50;1951.00;1.57;0.84 +11158;0;3524.00;9.80;1712.00;0.00;0.24 +11158;1;3525.00;9.80;1709.50;0.38;0.24 +11158;2;3521.50;9.80;1709.50;-0.78;0.24 +11158;3;3521.50;9.80;1712.50;4.51;0.24 +11158;4;3527.50;9.80;1712.50;1.71;0.24 +11158;5;3525.50;9.80;1714.50;2.60;0.24 +11158;6;3523.00;9.80;1715.50;3.42;0.24 +11158;9;3521.84;9.80;1712.00;1.57;0.24 +11158;10;3526.16;9.80;1712.00;-1.57;0.24 11158;21;3521.84;9.80;1712.00;1.57;0.24 -11159;21;3339.48;10.59;1772.00;1.57;0.28 +11159;0;3342.00;10.47;1772.00;0.00;0.28 +11159;1;3344.00;10.45;1769.00;0.58;0.28 +11159;2;3340.00;10.60;1770.50;-0.92;0.28 +11159;3;3346.00;9.95;1770.00;1.10;0.28 +11159;4;3343.00;9.90;1773.50;2.55;0.28 +11159;5;3339.00;10.47;1773.00;4.39;0.28 +11159;6;3340.50;10.20;1775.50;3.54;0.28 +11159;9;3339.48;10.59;1772.00;1.57;0.28 +11159;10;3344.52;9.84;1772.00;-1.57;0.28 +11159;21;3339.00;10.50;1772.00;0.00;0.28 +11159;22;3344.00;10.45;1769.00;0.58;0.28 +11159;23;3340.00;10.60;1770.50;-0.92;0.28 +11159;24;3346.00;9.95;1770.00;1.10;0.28 +11159;25;3343.00;9.90;1773.50;2.55;0.28 +11159;26;3339.00;10.47;1773.00;4.39;0.28 +11159;27;3340.50;10.20;1775.50;3.54;0.28 +11159;38;3344.52;9.84;1772.00;-1.57;0.28 +11160;0;3027.00;9.70;1648.00;0.00;0.18 +11160;1;3026.50;9.70;1645.00;-0.16;0.18 +11160;2;3028.50;9.70;1645.50;0.54;0.18 +11160;3;3025.00;9.70;1648.50;4.46;0.18 +11160;4;3029.00;9.70;1649.00;2.03;0.18 +11160;5;3026.50;9.80;1651.50;3.28;0.18 +11160;6;3028.50;9.80;1651.00;2.67;0.18 +11160;9;3025.38;9.70;1648.00;1.57;0.18 +11160;10;3028.62;9.70;1648.00;-1.57;0.18 +11160;19;3030.00;9.57;1645.00;0.54;0.18 +11160;20;3031.23;9.57;1643.76;0.78;0.18 11160;21;3025.38;9.70;1648.00;1.57;0.18 +11161;0;2718.00;11.35;1670.00;0.00;0.22 +11161;1;2717.50;11.40;1667.50;-0.19;0.22 +11161;2;2720.50;11.90;1668.50;1.03;0.22 +11161;3;2715.00;10.80;1668.50;-1.10;0.22 +11161;4;2721.50;12.00;1671.00;1.84;0.22 +11161;5;2715.50;10.90;1671.00;4.33;0.22 +11161;6;2717.00;11.15;1672.50;3.52;0.22 +11161;7;2720.50;11.70;1672.50;2.35;0.22 +11161;9;2715.30;10.87;1670.00;1.57;0.22 +11161;10;2720.70;11.83;1670.00;-1.57;0.22 +11161;19;2713.00;9.60;1670.00;-1.11;0.22 +11161;20;2711.25;9.60;1670.00;4.71;0.22 11161;21;2715.30;10.87;1670.00;1.57;0.22 +11162;0;3262.00;10.30;1759.00;0.00;0.26 +11162;1;3260.00;10.30;1757.00;-0.78;0.26 +11162;2;3262.00;10.30;1756.00;0.00;0.26 +11162;3;3264.00;10.30;1757.00;0.78;0.26 +11162;4;3258.50;10.30;1759.00;4.71;0.26 +11162;5;3264.50;10.30;1761.00;2.24;0.26 +11162;6;3260.50;10.30;1761.00;3.78;0.26 +11162;9;3259.66;10.30;1759.00;1.57;0.26 +11162;10;3264.34;10.30;1759.00;-1.57;0.26 11162;21;3259.66;10.30;1759.00;1.57;0.26 +11163;0;3074.00;9.60;1728.00;0.00;0.28 +11163;1;3074.00;9.50;1726.00;0.00;0.28 +11163;2;3077.00;9.60;1726.50;1.10;0.28 +11163;3;3071.00;9.60;1727.50;-1.40;0.28 +11163;4;3076.50;9.70;1729.50;2.11;0.28 +11163;5;3073.00;9.67;1730.00;3.60;0.28 +11163;9;3071.48;9.60;1728.00;1.57;0.28 +11163;10;3076.52;9.60;1728.00;-1.57;0.28 11163;21;3076.52;9.60;1728.00;-1.57;0.28 +11164;0;3199.00;10.22;1877.00;0.00;0.30 +11164;1;3196.50;9.60;1874.50;-0.78;0.30 +11164;2;3202.50;10.10;1874.50;0.95;0.30 +11164;3;3204.00;10.40;1877.50;1.67;0.30 +11164;4;3194.50;10.10;1878.50;4.39;0.30 +11164;5;3201.00;10.25;1880.00;2.55;0.30 +11164;6;3198.00;10.10;1880.50;3.42;0.30 +11164;9;3194.86;10.05;1877.00;1.57;0.30 +11164;10;3203.14;10.40;1877.00;-1.57;0.30 +11164;19;3192.00;9.50;1874.00;-0.79;0.30 +11164;20;3190.39;9.50;1873.31;-1.16;0.30 11164;21;3194.86;10.05;1877.00;1.57;0.30 +11165;0;3362.00;10.50;1730.00;0.00;0.22 +11165;1;3362.50;10.50;1727.50;0.19;0.22 +11165;2;3359.00;10.55;1729.50;-1.40;0.22 +11165;3;3365.50;10.50;1728.50;1.16;0.22 +11165;4;3365.00;10.52;1731.00;1.89;0.22 +11165;5;3359.00;10.55;1732.50;4.01;0.22 +11165;6;3362.00;10.55;1733.00;3.14;0.22 +11165;9;3359.30;10.52;1730.00;1.57;0.22 +11165;10;3364.70;10.50;1730.00;-1.57;0.22 11165;21;3359.30;10.52;1730.00;1.57;0.22 +11166;0;3418.00;10.40;1690.00;0.00;0.22 +11166;1;3419.00;10.40;1687.00;0.32;0.22 +11166;2;3420.50;10.40;1688.00;0.89;0.22 +11166;3;3416.00;10.40;1688.50;-0.92;0.22 +11166;4;3414.00;10.40;1691.00;4.46;0.22 +11166;5;3421.50;10.40;1690.50;1.71;0.22 +11166;6;3418.00;10.40;1692.00;3.14;0.22 +11166;9;3415.30;10.40;1690.00;1.57;0.22 +11166;10;3420.70;10.40;1690.00;-1.57;0.22 11166;21;3415.30;10.40;1690.00;1.57;0.22 +11167;0;3228.00;10.70;1924.00;0.00;0.34 +11167;1;3226.00;10.70;1920.00;-0.46;0.34 +11167;2;3231.50;10.70;1923.50;1.42;0.34 +11167;3;3225.00;10.70;1927.00;3.92;0.34 +11167;4;3230.50;10.70;1929.50;2.71;0.34 +11167;5;3226.50;10.70;1930.00;3.38;0.34 +11167;9;3224.94;10.64;1924.00;1.57;0.34 +11167;10;3231.06;10.70;1924.00;-1.57;0.34 11167;21;3224.94;10.64;1924.00;1.57;0.34 +11168;0;3389.00;10.40;1740.00;0.00;0.24 +11168;1;3389.00;10.55;1736.00;0.00;0.24 +11168;2;3387.00;10.47;1738.00;-0.78;0.24 +11168;3;3391.00;10.50;1737.50;0.67;0.24 +11168;4;3391.00;10.40;1741.50;2.21;0.24 +11168;5;3387.00;10.10;1741.50;4.06;0.24 +11168;6;3388.00;10.40;1744.50;3.36;0.24 +11168;7;3390.00;10.40;1744.50;2.92;0.24 +11168;9;3386.84;10.20;1740.00;1.57;0.24 +11168;10;3391.16;10.40;1740.00;-1.57;0.24 11168;21;3386.84;10.20;1740.00;1.57;0.24 +11169;0;3189.00;11.05;1957.00;0.00;0.32 +11169;1;3188.00;11.05;1954.50;-0.38;0.32 +11169;2;3193.00;10.85;1955.00;1.10;0.32 +11169;3;3183.00;11.10;1957.50;4.62;0.32 +11169;4;3190.50;10.90;1959.50;2.60;0.32 +11169;5;3185.00;11.00;1959.50;4.15;0.32 +11169;9;3185.04;11.10;1957.00;1.57;0.32 +11169;10;3192.96;10.90;1957.00;-1.57;0.32 11169;21;3185.04;11.10;1957.00;1.57;0.32 +11170;0;3637.00;10.10;1744.00;0.00;0.38 +11170;1;3637.50;10.10;1740.00;0.12;0.38 +11170;2;3634.00;10.10;1741.50;-0.87;0.38 +11170;3;3640.00;10.10;1741.50;0.87;0.38 +11170;4;3640.00;10.10;1746.00;2.15;0.38 +11170;5;3634.50;10.10;1746.00;4.03;0.38 +11170;6;3638.50;10.10;1749.50;2.87;0.38 +11170;9;3633.58;10.10;1744.00;1.57;0.38 +11170;10;3640.42;10.10;1744.00;-1.57;0.38 11170;21;3633.58;10.10;1744.00;1.57;0.38 +11171;0;3450.00;9.70;1817.00;0.00;0.44 +11171;1;3446.50;9.70;1814.00;-0.86;0.44 +11171;2;3452.50;9.70;1812.00;0.46;0.44 +11171;3;3454.50;9.70;1818.00;1.78;0.44 +11171;4;3444.50;9.80;1819.50;4.28;0.44 +11171;5;3448.00;9.70;1822.50;3.49;0.44 +11171;9;3446.04;9.80;1817.00;1.57;0.44 +11171;10;3453.96;9.70;1817.00;-1.57;0.44 11171;21;3446.04;9.80;1817.00;1.57;0.44 +11172;0;3171.00;9.80;1754.00;0.00;0.22 +11172;1;3171.50;9.80;1750.50;0.14;0.22 +11172;2;3174.00;9.80;1751.00;0.78;0.22 +11172;3;3169.00;9.80;1755.00;4.24;0.22 +11172;4;3173.50;9.80;1754.50;1.76;0.22 +11172;5;1585.00;15.60;876.50;-1.06;0.22 +11172;6;1585.00;15.60;876.50;-1.06;0.22 +11172;7;3171.00;9.75;1759.50;3.14;0.22 +11172;9;3169.02;9.80;1754.00;1.57;0.22 +11172;10;3172.98;9.80;1754.00;-1.57;0.22 11172;21;3169.02;9.80;1754.00;1.57;0.22 +11173;0;3006.00;11.90;1836.00;0.00;0.28 +11173;1;3005.00;12.25;1833.00;-0.32;0.28 +11173;2;3003.00;12.05;1833.50;-0.87;0.28 +11173;3;3007.50;11.90;1834.00;0.64;0.28 +11173;4;3005.00;11.82;1838.00;3.60;0.28 +11173;5;3009.50;11.90;1837.50;1.97;0.28 +11173;9;3003.30;12.09;1836.00;1.57;0.28 +11173;10;3008.70;11.90;1836.00;-1.57;0.28 11173;21;3003.30;12.09;1836.00;1.57;0.28 +11174;0;3321.00;10.30;1725.00;0.00;0.26 +11174;1;3321.00;10.30;1722.00;0.00;0.26 +11174;2;3318.00;10.30;1723.50;-1.10;0.26 +11174;3;3324.00;10.30;1722.50;0.87;0.26 +11174;4;3324.00;10.30;1725.00;1.57;0.26 +11174;5;3319.50;10.30;1727.50;3.68;0.26 +11174;6;3323.00;10.30;1728.00;2.55;0.26 +11174;9;3318.66;10.30;1725.00;1.57;0.26 +11174;10;3323.34;10.30;1725.00;-1.57;0.26 11174;21;3318.66;10.30;1725.00;1.57;0.26 +11175;0;3331.00;10.40;1825.00;0.00;0.30 +11175;1;3334.50;10.40;1823.50;1.16;0.30 +11175;2;3331.00;10.40;1822.00;0.00;0.30 +11175;3;3327.00;10.42;1824.00;-1.32;0.30 +11175;4;3332.50;10.40;1827.50;2.60;0.30 +11175;5;3327.50;10.40;1828.00;4.00;0.30 +11175;9;3327.76;10.40;1825.00;1.57;0.30 +11175;10;3334.24;10.40;1825.00;-1.57;0.30 11175;21;3327.76;10.40;1825.00;1.57;0.30 +11176;0;2939.00;9.85;1701.00;0.00;0.22 +11176;1;2940.00;9.67;1699.00;0.46;0.22 +11176;2;2936.50;9.70;1698.50;-0.78;0.22 +11176;3;2937.50;10.10;1702.50;3.92;0.22 +11176;4;2941.00;9.75;1702.50;2.21;0.22 +11176;5;2940.00;10.00;1704.50;2.86;0.22 +11176;9;2937.02;9.99;1701.00;1.57;0.22 +11176;10;2940.98;9.67;1701.00;-1.57;0.22 +11176;19;2938.00;9.53;1696.00;0.46;0.22 +11176;20;2937.65;9.53;1694.28;-0.19;0.22 11176;21;2937.02;9.99;1701.00;1.57;0.22 +11177;0;3438.00;9.80;1734.00;0.00;0.26 +11177;1;3437.00;9.80;1731.00;-0.32;0.26 +11177;2;3440.00;9.80;1731.00;0.58;0.26 +11177;3;3434.50;9.80;1734.00;4.71;0.26 +11177;4;3441.50;9.80;1734.00;1.57;0.26 +11177;5;3440.50;9.90;1736.50;2.35;0.26 +11177;6;3436.50;9.90;1736.50;3.68;0.26 +11177;9;3435.30;9.80;1734.00;1.57;0.26 +11177;10;3440.70;9.80;1734.00;-1.57;0.26 11177;21;3435.30;9.80;1734.00;1.57;0.26 +11178;0;3394.00;10.32;1782.00;0.00;0.26 +11178;1;3393.00;10.35;1779.50;-0.38;0.26 +11178;2;3397.00;10.50;1779.00;0.78;0.26 +11178;3;3397.00;10.40;1782.50;1.73;0.26 +11178;4;3390.50;9.90;1783.50;4.30;0.26 +11178;5;3393.00;10.37;1785.00;3.46;0.26 +11178;9;3391.48;9.89;1782.00;1.57;0.26 +11178;10;3396.52;10.44;1782.00;-1.57;0.26 11178;21;3391.48;9.89;1782.00;1.57;0.26 +11179;0;3582.00;10.50;1748.00;0.00;0.34 +11179;1;3578.50;10.50;1744.50;-0.78;0.34 +11179;2;3583.50;10.50;1746.00;0.64;0.34 +11179;3;3577.50;10.50;1747.50;-1.46;0.34 +11179;4;3587.00;10.55;1749.00;1.76;0.34 +11179;5;3582.50;10.55;1751.00;2.97;0.34 +11179;9;3578.22;10.50;1748.00;1.57;0.34 +11179;10;3585.78;10.50;1748.00;-1.57;0.34 11179;21;3578.22;10.50;1748.00;1.57;0.34 +11180;0;3503.00;9.80;1690.00;0.00;0.24 +11180;1;3502.00;9.80;1686.50;-0.27;0.24 +11180;2;3503.50;9.80;1686.00;0.12;0.24 +11180;3;3504.50;9.80;1688.50;0.78;0.24 +11180;4;3500.50;9.80;1690.00;4.71;0.24 +11180;5;3506.50;9.80;1691.00;1.84;0.24 +11180;6;3503.00;9.80;1692.50;3.14;0.24 +11180;7;3505.50;9.80;1693.00;2.44;0.24 +11180;9;3500.84;9.80;1690.00;1.57;0.24 +11180;10;3505.16;9.80;1690.00;-1.57;0.24 11180;21;3500.84;9.80;1690.00;1.57;0.24 +11181;0;3287.00;10.40;1893.00;0.00;0.28 +11181;1;3282.00;10.62;1892.00;-1.37;0.28 +11181;2;3288.50;10.40;1890.00;0.46;0.28 +11181;3;3293.00;10.40;1893.50;1.65;0.28 +11181;4;3282.00;10.52;1896.00;4.17;0.28 +11181;5;3286.50;10.40;1896.00;3.30;0.28 +11181;6;3290.50;10.40;1896.00;2.27;0.28 +11181;9;3282.50;10.55;1893.00;1.57;0.28 +11181;10;3291.50;10.40;1893.00;-1.57;0.28 11181;21;3282.50;10.55;1893.00;1.57;0.28 +11182;0;3694.00;10.30;1902.00;0.00;0.90 +11182;1;3702.00;9.80;1894.00;0.78;0.90 +11182;2;3687.50;10.25;1895.00;-0.74;0.90 +11182;3;3679.50;9.80;1898.50;-1.33;0.90 +11182;4;3705.00;9.80;1906.00;1.92;0.90 +11182;5;3681.50;10.10;1907.00;4.33;0.90 +11182;6;3693.50;9.70;1912.00;3.19;0.90 +11182;9;3681.76;9.85;1902.00;1.57;0.90 +11182;10;3706.24;9.80;1902.00;-1.57;0.90 11182;21;3681.76;9.85;1902.00;1.57;0.90 +11183;0;3316.00;9.85;1967.00;0.00;0.42 +11183;1;3315.50;9.90;1961.50;-0.09;0.42 +11183;2;3312.00;9.92;1964.00;-0.92;0.42 +11183;3;3317.50;9.90;1964.50;0.54;0.42 +11183;4;3319.50;9.70;1969.50;2.19;0.42 +11183;5;3313.00;9.80;1969.00;4.12;0.42 +11183;9;3312.04;9.87;1967.00;1.57;0.42 +11183;10;3319.96;9.78;1967.00;-1.57;0.42 +11183;19;3328.00;9.50;1974.00;-4.09;0.42 +11183;20;3329.51;9.50;1974.88;2.09;0.42 11183;21;3312.04;9.87;1967.00;1.57;0.42 +11184;0;2979.00;9.77;1729.00;0.00;0.16 +11184;1;2978.00;9.75;1726.50;-0.38;0.16 +11184;2;2980.50;9.80;1725.50;0.40;0.16 +11184;3;2980.50;9.80;1729.00;1.57;0.16 +11184;4;2977.50;9.65;1731.00;3.78;0.16 +11184;5;2979.50;9.90;1732.50;3.00;0.16 +11184;9;2977.56;9.65;1729.00;1.57;0.16 +11184;10;2980.44;9.80;1729.00;-1.57;0.16 11184;21;2977.56;9.65;1729.00;1.57;0.16 +11185;0;3086.00;10.70;1824.00;0.00;0.28 +11185;1;3087.00;10.62;1821.00;0.32;0.28 +11185;2;3082.00;10.80;1822.50;-1.21;0.28 +11185;3;3090.50;10.65;1823.00;1.35;0.28 +11185;4;3080.00;10.95;1826.00;4.39;0.28 +11185;5;3090.00;10.90;1826.50;2.12;0.28 +11185;6;3085.00;10.92;1827.00;3.46;0.28 +11185;7;3080.50;11.00;1827.00;4.21;0.28 +11185;9;3081.68;10.88;1824.00;1.57;0.28 +11185;10;3090.32;10.70;1824.00;-1.57;0.28 11185;21;3081.68;10.88;1824.00;1.57;0.28 +11186;0;3256.00;10.30;1725.00;0.00;0.22 +11186;1;3255.00;10.20;1722.00;-0.32;0.22 +11186;2;3253.50;10.25;1725.00;4.71;0.22 +11186;3;3257.50;10.30;1723.50;0.78;0.22 +11186;4;3259.50;10.40;1725.00;1.57;0.22 +11186;5;3258.50;10.20;1727.00;2.24;0.22 +11186;6;3255.50;10.00;1728.00;3.30;0.22 +11186;9;3254.02;10.27;1725.00;1.57;0.22 +11186;10;3257.98;10.32;1725.00;-1.57;0.22 +11186;19;3258.00;9.50;1731.00;-2.98;0.22 +11186;20;3258.55;9.50;1732.66;2.82;0.22 11186;21;3254.02;10.27;1725.00;1.57;0.22 +11187;0;3041.00;11.20;1843.00;0.00;0.32 +11187;1;1520.00;9.50;921.00;-1.02;0.32 +11187;2;3043.50;9.80;1840.50;0.78;0.32 +11187;3;3038.50;11.25;1840.00;-0.69;0.32 +11187;4;3038.00;11.55;1844.50;4.24;0.32 +11187;5;3043.00;11.57;1845.00;2.35;0.32 +11187;9;3038.12;11.56;1843.00;1.57;0.32 +11187;10;3043.88;11.10;1843.00;-1.57;0.32 11187;21;3038.12;11.56;1843.00;1.57;0.32 +11188;0;3067.00;9.92;1718.00;0.00;0.24 +11188;1;3070.00;9.80;1715.50;0.87;0.24 +11188;2;3066.00;10.20;1715.50;-0.38;0.24 +11188;3;3064.00;9.50;1718.00;4.71;0.24 +11188;4;3068.50;9.60;1719.50;2.35;0.24 +11188;5;3062.50;9.50;1719.50;4.39;0.24 +11188;9;3063.40;9.50;1718.00;1.57;0.24 +11188;10;3070.60;9.64;1718.00;-1.57;0.24 11188;21;3070.60;9.64;1718.00;-1.57;0.24 +11189;0;3411.00;10.40;1720.00;0.00;0.24 +11189;1;3409.00;10.40;1717.50;-0.67;0.24 +11189;2;3412.50;10.50;1718.50;0.78;0.24 +11189;3;3408.00;10.40;1720.50;4.54;0.24 +11189;4;3415.00;10.50;1720.50;1.69;0.24 +11189;5;3411.50;10.40;1723.00;2.97;0.24 +11189;6;3408.50;10.40;1723.00;3.83;0.24 +11189;9;3408.30;10.40;1720.00;1.57;0.24 +11189;10;3413.70;10.50;1720.00;-1.57;0.24 11189;21;3408.30;10.40;1720.00;1.57;0.24 +11190;0;3104.00;11.35;1877.00;0.00;0.28 +11190;1;3104.50;11.55;1874.00;0.16;0.28 +11190;2;3109.50;11.30;1876.00;1.39;0.28 +11190;3;3099.50;11.60;1876.00;-1.35;0.28 +11190;4;3100.00;11.30;1879.00;4.24;0.28 +11190;5;3105.50;11.35;1879.00;2.49;0.28 +11190;6;1551.50;9.50;938.00;-1.02;0.28 +11190;9;3100.04;11.51;1877.00;1.57;0.28 +11190;10;3107.96;11.45;1877.00;-1.57;0.28 11190;21;3100.04;11.51;1877.00;1.57;0.28 +11191;0;3313.00;10.30;1689.00;0.00;0.24 +11191;1;3309.50;10.30;1688.00;-1.29;0.24 +11191;2;3312.50;10.30;1686.00;-0.16;0.24 +11191;3;3316.50;10.30;1688.50;1.42;0.24 +11191;4;3311.50;10.30;1691.00;3.78;0.24 +11191;5;3315.00;10.40;1692.00;2.55;0.24 +11191;9;3310.30;10.30;1689.00;1.57;0.24 +11191;10;3315.70;10.30;1689.00;-1.57;0.24 11191;21;3310.30;10.30;1689.00;1.57;0.24 +11192;0;3516.00;9.90;1734.00;0.00;0.26 +11192;1;3514.50;9.80;1730.50;-0.40;0.26 +11192;2;3518.00;9.82;1732.00;0.78;0.26 +11192;3;3512.00;9.95;1732.50;-1.21;0.26 +11192;4;3520.50;9.90;1735.00;1.78;0.26 +11192;5;3512.00;10.00;1735.00;4.46;0.26 +11192;6;3516.00;9.95;1737.00;3.14;0.26 +11192;7;3520.00;9.90;1736.50;2.12;0.26 +11192;9;3512.94;9.92;1734.00;1.57;0.26 +11192;10;3519.06;9.90;1734.00;-1.57;0.26 11192;21;3512.94;9.92;1734.00;1.57;0.26 +11193;0;3607.00;9.95;1724.00;0.00;0.28 +11193;1;3605.50;10.00;1721.00;-0.46;0.28 +11193;2;3601.50;9.95;1723.00;-1.39;0.28 +11193;3;3610.50;10.00;1722.00;1.05;0.28 +11193;4;3613.00;10.00;1723.50;1.48;0.28 +11193;5;3604.00;9.90;1726.00;4.12;0.28 +11193;6;3612.00;10.00;1726.00;1.95;0.28 +11193;7;3609.50;9.90;1727.50;2.52;0.28 +11193;9;3602.68;9.90;1724.00;1.57;0.28 +11193;10;3611.32;10.00;1724.00;-1.57;0.28 11193;21;3602.68;9.90;1724.00;1.57;0.28 +11194;0;3021.00;14.40;776.00;0.00;0.92 +11194;1;3030.50;14.10;766.00;0.76;0.92 +11194;2;3017.50;14.40;767.50;-0.39;0.92 +11194;3;3034.50;13.10;771.50;1.24;0.92 +11194;4;3006.50;14.50;773.00;-1.36;0.92 +11194;5;3010.50;13.15;781.00;4.26;0.92 +11194;6;3030.00;14.05;782.00;2.15;0.92 +11194;7;3019.00;12.75;787.00;3.32;0.92 +11194;8;3013.50;12.40;786.50;3.76;0.92 +11194;9;3010.20;14.13;776.00;1.57;0.92 +11194;10;3031.80;13.42;776.00;-1.57;0.92 11194;21;3010.20;14.13;776.00;1.57;0.92 +11195;0;3681.00;10.35;1756.00;0.00;0.42 +11195;1;3674.50;10.10;1753.50;-1.20;0.42 +11195;2;3678.50;10.30;1751.00;-0.46;0.42 +11195;3;3685.00;10.40;1752.50;0.85;0.42 +11195;4;3689.00;10.40;1756.50;1.63;0.42 +11195;5;3673.50;10.00;1758.00;4.45;0.42 +11195;6;3681.50;10.35;1760.00;3.01;0.42 +11195;9;3674.88;9.91;1756.00;1.57;0.42 +11195;10;3687.12;10.40;1756.00;-1.57;0.42 11195;21;3674.88;9.91;1756.00;1.57;0.42 +11196;0;3414.00;10.10;1933.00;0.00;0.46 +11196;1;3416.50;10.00;1928.00;0.46;0.46 +11196;2;3421.50;10.05;1930.00;1.19;0.46 +11196;3;3409.00;10.10;1930.50;-1.10;0.46 +11196;4;3407.50;10.10;1936.00;4.28;0.46 +11196;5;3418.50;10.00;1935.50;2.07;0.46 +11196;6;3411.50;10.05;1939.00;3.53;0.46 +11196;9;3408.06;10.10;1933.00;1.57;0.46 +11196;10;3419.94;9.97;1933.00;-1.57;0.46 +11196;19;3406.00;9.60;1944.00;-2.75;0.46 +11196;20;3404.97;9.60;1945.41;3.77;0.46 11196;21;3408.06;10.10;1933.00;1.57;0.46 +11197;0;3047.00;10.10;1739.00;0.00;0.30 +11197;1;3046.00;10.40;1735.00;-0.24;0.30 +11197;2;3049.00;10.05;1737.50;0.92;0.30 +11197;3;3044.50;10.60;1736.50;-0.78;0.30 +11197;4;3044.00;10.22;1740.00;4.39;0.30 +11197;5;3050.00;9.97;1741.00;2.15;0.30 +11197;6;3046.50;10.00;1742.50;3.28;0.30 +11197;7;3044.50;10.10;1743.00;3.70;0.30 +11197;9;3044.12;10.35;1739.00;1.57;0.30 +11197;10;3049.88;9.98;1739.00;-1.57;0.30 11197;21;3044.12;10.35;1739.00;1.57;0.30 +11198;0;2917.00;14.75;1734.00;0.00;0.24 +11198;1;2918.00;13.60;1731.50;0.38;0.24 +11198;2;2920.50;13.70;1733.50;1.42;0.24 +11198;3;2914.00;13.30;1734.50;4.54;0.24 +11198;4;2917.00;15.15;1736.50;3.14;0.24 +11198;9;2914.30;13.38;1734.00;1.57;0.24 +11198;10;2919.70;14.13;1734.00;-1.57;0.24 11198;21;2914.30;13.38;1734.00;1.57;0.24 +11199;0;3223.00;10.40;1820.00;0.00;0.20 +11199;1;3222.00;10.40;1818.00;-0.46;0.20 +11199;2;3226.50;10.35;1818.00;1.05;0.20 +11199;3;3219.50;10.40;1821.00;4.43;0.20 +11199;4;3226.50;10.40;1821.00;1.84;0.20 +11199;5;3223.50;10.40;1822.50;2.94;0.20 +11199;9;3219.76;10.40;1820.00;1.57;0.20 +11199;10;3226.24;10.40;1820.00;-1.57;0.20 11199;21;3219.76;10.40;1820.00;1.57;0.20 +11200;0;3561.00;10.40;1807.00;0.00;0.70 +11200;1;3557.50;10.40;1799.00;-0.41;0.70 +11200;2;3567.50;10.40;1805.00;1.27;0.70 +11200;3;3552.50;10.50;1804.50;-1.28;0.70 +11200;4;3558.00;10.55;1813.50;3.57;0.70 +11200;5;3570.00;10.40;1812.50;2.11;0.70 +11200;6;3566.00;10.40;1814.50;2.55;0.70 +11200;9;3554.70;10.50;1807.00;1.57;0.70 +11200;10;3567.30;10.40;1807.00;-1.57;0.70 11200;21;3554.70;10.50;1807.00;1.57;0.70 +11201;0;3135.00;9.72;1844.00;0.00;0.24 +11201;1;3137.00;9.70;1842.50;0.92;0.24 +11201;2;3133.50;9.70;1840.50;-0.40;0.24 +11201;3;3132.50;9.80;1844.50;4.51;0.24 +11201;4;3136.00;9.70;1846.50;2.76;0.24 +11201;5;3133.50;9.70;1848.00;3.50;0.24 +11201;9;3132.84;9.80;1844.00;1.57;0.24 +11201;10;3137.16;9.70;1844.00;-1.57;0.24 +11201;19;3135.00;9.60;1849.00;-3.52;0.24 +11201;20;3135.00;9.60;1850.75;3.14;0.24 11201;21;3132.84;9.80;1844.00;1.57;0.24 +11202;0;3248.00;10.10;1687.00;0.00;0.24 +11202;1;3249.00;9.95;1684.00;0.32;0.24 +11202;2;3247.00;9.80;1685.50;-0.58;0.24 +11202;3;3250.50;10.20;1687.50;1.76;0.24 +11202;4;1623.50;10.00;843.00;-1.09;0.24 +11202;5;3247.00;10.12;1690.00;3.46;0.24 +11202;9;3245.84;9.65;1687.00;1.57;0.24 +11202;10;3250.16;10.18;1687.00;-1.57;0.24 11202;21;3245.84;9.65;1687.00;1.57;0.24 +11203;0;3616.00;10.57;1768.00;0.00;0.52 +11203;1;3614.50;10.45;1762.00;-0.24;0.52 +11203;2;3620.50;10.10;1762.50;0.68;0.52 +11203;3;3610.00;10.40;1768.00;4.71;0.52 +11203;4;3622.00;10.25;1769.00;1.73;0.52 +11203;5;3614.50;10.60;1773.50;3.40;0.52 +11203;6;3621.50;9.90;1774.50;2.43;0.52 +11203;9;3611.14;10.51;1768.00;1.57;0.52 +11203;10;3620.86;10.49;1768.00;-1.57;0.52 11203;21;3611.14;10.51;1768.00;1.57;0.52 +11204;0;3221.00;10.67;1912.00;0.00;0.48 +11204;1;3222.50;10.70;1907.50;0.32;0.48 +11204;2;3228.00;10.65;1908.50;1.10;0.48 +11204;3;3215.50;10.60;1914.50;4.28;0.48 +11204;4;3227.50;10.70;1911.50;1.49;0.48 +11204;5;3222.50;10.70;1914.00;2.49;0.48 +11204;6;3219.00;10.45;1918.50;3.44;0.48 +11204;9;3216.14;10.38;1912.00;1.57;0.48 +11204;10;3225.86;10.70;1912.00;-1.57;0.48 11204;21;3216.14;10.38;1912.00;1.57;0.48 +11205;0;3413.00;9.90;1675.00;0.00;0.18 +11205;1;3412.00;9.80;1671.50;-0.27;0.18 +11205;2;3414.50;9.90;1672.50;0.54;0.18 +11205;3;3411.00;9.85;1675.00;4.71;0.18 +11205;4;3415.50;10.05;1676.00;1.95;0.18 +11205;5;3412.50;10.30;1678.50;3.28;0.18 +11205;9;3411.38;9.85;1675.00;1.57;0.18 +11205;10;3414.62;9.90;1675.00;-1.57;0.18 11205;21;3411.38;9.85;1675.00;1.57;0.18 +11206;0;2971.00;12.70;1794.00;0.00;0.26 +11206;1;2968.00;13.10;1791.50;-0.87;0.26 +11206;2;2973.00;12.10;1791.50;0.67;0.26 +11206;3;2976.00;12.20;1793.50;1.47;0.26 +11206;4;2964.50;14.20;1794.00;4.71;0.26 +11206;5;2968.00;13.60;1796.50;4.01;0.26 +11206;6;2976.00;12.42;1796.00;1.95;0.26 +11206;7;2973.00;12.75;1797.00;2.55;0.26 +11206;9;2966.68;13.92;1794.00;1.57;0.26 +11206;10;2975.32;12.20;1794.00;-1.57;0.26 11206;21;2966.68;13.92;1794.00;1.57;0.26 +11207;0;2746.00;11.72;1689.00;0.00;0.24 +11207;1;2746.50;12.40;1685.50;0.14;0.24 +11207;2;2743.00;12.67;1688.00;-1.24;0.24 +11207;3;2748.50;11.90;1686.50;0.78;0.24 +11207;4;2749.50;11.90;1689.50;1.71;0.24 +11207;5;2746.00;10.75;1691.50;3.14;0.24 +11207;9;2743.30;11.97;1689.00;1.57;0.24 +11207;10;2748.70;11.77;1689.00;-1.57;0.24 +11207;19;2741.00;9.75;1693.00;-3.14;0.24 +11207;20;2739.63;9.75;1694.09;4.03;0.24 11207;21;2743.30;11.97;1689.00;1.57;0.24 +11208;0;3147.00;11.17;1914.00;0.00;0.48 +11208;1;3145.00;10.85;1908.50;-0.34;0.48 +11208;2;3149.50;10.85;1910.00;0.55;0.48 +11208;3;3143.00;10.65;1912.00;-1.10;0.48 +11208;4;3153.50;10.90;1912.00;1.27;0.48 +11208;5;3152.50;11.00;1915.00;1.75;0.48 +11208;6;3142.00;11.27;1917.00;4.17;0.48 +11208;7;3147.50;11.30;1918.50;3.03;0.48 +11208;9;3142.32;10.74;1914.00;1.57;0.48 +11208;10;3151.68;11.04;1914.00;-1.57;0.48 11208;21;3151.68;11.04;1914.00;-1.57;0.48 +11209;0;3049.00;10.67;1784.00;0.00;0.26 +11209;1;3051.50;10.55;1781.00;0.69;0.26 +11209;2;3047.50;10.90;1782.50;-0.78;0.26 +11209;3;3052.50;10.20;1783.50;1.42;0.26 +11209;4;3045.00;11.32;1785.00;4.46;0.26 +11209;5;3048.50;11.10;1787.00;3.30;0.26 +11209;6;3052.00;10.40;1786.00;2.15;0.26 +11209;9;3046.12;11.18;1784.00;1.57;0.26 +11209;10;3051.88;10.26;1784.00;-1.57;0.26 11209;21;3046.12;11.18;1784.00;1.57;0.26 +11210;0;3218.00;9.65;1800.00;0.00;0.24 +11210;1;1608.50;15.10;899.50;-1.06;0.24 +11210;2;3215.00;9.97;1796.00;-0.64;0.24 +11210;3;1608.50;15.10;899.50;-1.06;0.24 +11210;4;3220.00;9.55;1802.00;2.35;0.24 +11210;5;3216.00;9.50;1803.50;3.66;0.24 +11210;6;3218.50;9.90;1805.00;3.04;0.24 +11210;9;3215.84;9.50;1800.00;1.57;0.24 +11210;10;3220.16;9.50;1800.00;-1.57;0.24 11210;21;3215.84;9.50;1800.00;1.57;0.24 +11211;0;3168.00;9.50;1735.00;0.00;0.20 +11211;1;3169.27;9.70;1734.94;-0.32;0.20 +11211;2;3167.09;9.50;1734.83;4.71;0.20 +11211;3;3170.76;9.70;1736.82;1.95;0.20 +11211;4;3167.50;9.70;1737.50;3.33;0.20 +11211;9;3165.84;9.50;1735.00;1.57;0.20 +11211;10;3170.16;9.55;1735.00;-1.57;0.20 +11211;19;3164.00;9.50;1733.00;-0.32;0.20 +11211;20;3162.43;9.50;1732.21;-1.10;0.20 11211;21;3165.84;9.50;1735.00;1.57;0.20 -11212;21;3341.22;9.73;1819.00;1.57;0.26 +11212;0;3345.00;10.12;1819.00;0.00;0.28 +11212;1;3342.50;9.60;1817.50;-1.03;0.28 +11212;2;3348.00;10.25;1817.50;1.10;0.28 +11212;3;3339.50;9.70;1818.50;-1.48;0.28 +11212;4;3341.50;10.10;1821.00;4.19;0.28 +11212;5;3350.50;9.90;1820.50;1.83;0.28 +11212;6;3346.50;10.15;1822.00;2.67;0.28 +11212;7;3343.00;10.25;1823.00;3.60;0.28 +11212;9;3341.04;9.72;1819.00;1.57;0.28 +11212;10;3348.96;10.30;1819.00;-1.57;0.28 +11212;21;3342.00;9.82;1819.00;0.00;0.28 +11212;22;3342.50;9.60;1817.50;-1.03;0.28 +11212;23;3348.00;10.25;1817.50;1.10;0.28 +11212;24;3339.50;9.70;1818.50;-1.48;0.28 +11212;25;3341.50;10.10;1821.00;4.19;0.28 +11212;26;3350.50;9.90;1820.50;1.83;0.28 +11212;27;3346.50;10.15;1822.00;2.67;0.28 +11212;28;3343.00;10.25;1823.00;3.60;0.28 +11212;38;3348.96;10.30;1819.00;-1.57;0.28 +11213;0;3417.00;10.52;1714.00;0.00;0.18 +11213;1;3417.00;10.50;1711.50;0.00;0.18 +11213;2;3420.00;10.50;1713.00;1.24;0.18 +11213;3;3414.00;10.50;1713.00;-1.24;0.18 +11213;4;3415.50;10.50;1715.50;3.92;0.18 +11213;5;3419.00;10.30;1715.50;2.21;0.18 +11213;9;3414.66;10.50;1714.00;1.57;0.18 +11213;10;3419.34;10.45;1714.00;-1.57;0.18 11213;21;3414.66;10.50;1714.00;1.57;0.18 +11214;0;3382.00;10.02;1577.00;0.00;0.18 +11214;1;3382.00;10.10;1574.50;0.00;0.18 +11214;2;3384.00;10.10;1577.00;1.57;0.18 +11214;3;3380.00;10.00;1577.50;4.46;0.18 +11214;4;3383.00;10.05;1579.50;2.76;0.18 +11214;5;3380.50;10.00;1579.50;3.68;0.18 +11214;9;3380.38;10.04;1577.00;1.57;0.18 +11214;10;3383.62;10.10;1577.00;-1.57;0.18 11214;21;3380.38;10.04;1577.00;1.57;0.18 +11215;0;3048.00;9.67;1650.00;0.00;0.18 +11215;1;3048.00;9.50;1648.50;0.00;0.18 +11215;2;3045.50;9.70;1650.00;4.71;0.18 +11215;3;3052.00;9.70;1650.00;1.57;0.18 +11215;4;3049.50;9.70;1652.00;2.49;0.18 +11215;5;3046.00;9.70;1652.50;3.81;0.18 +11215;9;3045.48;9.70;1650.00;1.57;0.18 +11215;10;3050.52;9.65;1650.00;-1.57;0.18 +11215;19;3052.23;9.50;1646.27;-1.60;0.18 +11215;20;3049.86;9.50;1645.23;5.04;0.18 11215;21;3045.48;9.70;1650.00;1.57;0.18 +11216;0;3232.00;10.20;1592.00;0.00;0.24 +11216;1;3230.50;10.20;1589.00;-0.46;0.24 +11216;2;3234.00;9.90;1590.50;0.92;0.24 +11216;3;3229.00;10.50;1592.50;4.54;0.24 +11216;4;3236.50;9.90;1592.50;1.68;0.24 +11216;5;3233.00;10.00;1593.50;2.55;0.24 +11216;6;3230.00;10.60;1595.50;3.66;0.24 +11216;9;3229.48;10.50;1592.00;1.57;0.24 +11216;10;3234.52;9.90;1592.00;-1.57;0.24 11216;21;3229.48;10.50;1592.00;1.57;0.24 +11217;0;3426.00;10.40;1630.00;0.00;0.20 +11217;1;3428.00;10.40;1627.00;0.58;0.20 +11217;2;3425.00;10.42;1628.00;-0.46;0.20 +11217;3;3428.50;10.40;1630.00;1.57;0.20 +11217;4;3423.50;10.40;1631.00;4.33;0.20 +11217;5;3426.00;10.25;1633.00;3.14;0.20 +11217;9;3424.20;10.40;1630.00;1.57;0.20 +11217;10;3427.80;10.40;1630.00;-1.57;0.20 11217;21;3424.20;10.40;1630.00;1.57;0.20 +11218;0;2742.00;10.92;1638.00;0.00;0.28 +11218;1;2744.00;10.40;1635.50;0.67;0.28 +11218;2;2742.00;9.60;1635.50;0.00;0.28 +11218;3;2746.00;11.15;1636.00;1.10;0.28 +11218;4;2739.00;10.90;1637.50;-1.40;0.28 +11218;5;2744.00;10.75;1639.50;2.21;0.28 +11218;6;2739.50;11.50;1640.50;3.92;0.28 +11218;9;2738.76;11.12;1638.00;1.57;0.28 +11218;10;2745.24;10.77;1638.00;-1.57;0.28 +11218;19;2740.00;9.50;1635.00;0.00;0.28 +11218;20;2739.02;9.50;1633.54;-0.58;0.28 11218;21;2745.24;10.77;1638.00;-1.57;0.28 +11219;0;2992.00;9.70;1582.00;0.00;0.20 +11219;1;2990.50;9.70;1580.50;-0.78;0.20 +11219;2;2994.00;9.70;1580.50;0.92;0.20 +11219;3;2988.00;9.70;1581.00;-1.32;0.20 +11219;4;2988.50;9.70;1582.50;4.57;0.20 +11219;5;2995.50;9.70;1582.50;1.71;0.20 +11219;6;2991.50;9.70;1583.50;3.46;0.20 +11219;7;2994.50;9.70;1584.50;2.35;0.20 +11219;9;2989.12;9.70;1582.00;1.57;0.20 +11219;10;2994.88;9.70;1582.00;-1.57;0.20 11219;21;2989.12;9.70;1582.00;1.57;0.20 +11220;0;3283.00;10.00;1615.00;0.00;0.30 +11220;1;3284.50;10.00;1611.50;0.40;0.30 +11220;2;3280.50;10.00;1612.50;-0.78;0.30 +11220;3;3285.00;10.00;1615.00;1.57;0.30 +11220;4;3279.50;10.00;1615.00;4.71;0.30 +11220;5;3282.50;10.00;1617.50;3.33;0.30 +11220;6;3285.50;10.00;1618.50;2.52;0.30 +11220;9;3280.30;10.00;1615.00;1.57;0.30 +11220;10;3285.70;10.00;1615.00;-1.57;0.30 11220;21;3280.30;10.00;1615.00;1.57;0.30 +11221;0;2791.00;10.10;1571.00;0.00;0.20 +11221;1;2791.50;10.10;1568.50;0.19;0.20 +11221;2;2788.00;10.10;1570.50;-1.40;0.20 +11221;3;2793.50;10.10;1571.50;1.76;0.20 +11221;4;2789.50;10.10;1572.50;3.92;0.20 +11221;5;2792.50;10.10;1573.50;2.60;0.20 +11221;9;2788.84;10.10;1571.00;1.57;0.20 +11221;10;2793.16;10.10;1571.00;-1.57;0.20 11221;21;2788.84;10.10;1571.00;1.57;0.20 +11222;0;3220.00;10.40;1663.00;0.00;0.22 +11222;1;3222.00;10.40;1660.00;0.58;0.22 +11222;2;3217.50;10.40;1661.50;-1.03;0.22 +11222;3;3224.00;10.40;1662.50;1.44;0.22 +11222;4;3215.50;10.60;1664.50;4.39;0.22 +11222;5;3222.50;10.40;1665.00;2.24;0.22 +11222;6;3219.50;10.50;1664.50;3.46;0.22 +11222;9;3216.94;10.50;1663.00;1.57;0.22 +11222;10;3223.06;10.40;1663.00;-1.57;0.22 11222;21;3216.94;10.50;1663.00;1.57;0.22 +11223;0;3726.00;13.75;1641.00;0.00;0.44 +11223;1;3722.00;12.72;1637.00;-0.78;0.44 +11223;2;3728.50;13.90;1637.50;0.62;0.44 +11223;3;3722.00;11.30;1643.50;4.15;0.44 +11223;4;3732.00;14.35;1642.00;1.73;0.44 +11223;5;3727.50;14.60;1644.50;2.73;0.44 +11223;6;3723.50;12.60;1647.50;3.50;0.44 +11223;9;3722.04;11.48;1641.00;1.57;0.44 +11223;10;3729.96;15.33;1641.00;-1.57;0.44 11223;21;3722.04;11.48;1641.00;1.57;0.44 +11224;0;3321.00;10.60;1665.00;0.00;0.20 +11224;1;3320.50;10.60;1663.00;-0.24;0.20 +11224;2;3324.00;10.35;1663.50;1.10;0.20 +11224;3;3317.50;10.75;1665.00;4.71;0.20 +11224;4;3325.00;10.10;1665.50;1.69;0.20 +11224;5;3320.00;10.60;1667.00;3.60;0.20 +11224;6;3323.50;10.30;1667.00;2.24;0.20 +11224;9;3318.12;10.59;1665.00;1.57;0.20 +11224;10;3323.88;10.21;1665.00;-1.57;0.20 11224;21;3318.12;10.59;1665.00;1.57;0.20 +11225;0;3585.00;9.70;1581.00;0.00;0.24 +11225;1;3586.00;9.80;1578.50;0.38;0.24 +11225;2;3583.00;9.70;1578.50;-0.67;0.24 +11225;3;3583.00;9.70;1581.50;4.46;0.24 +11225;4;3587.50;9.80;1582.00;1.95;0.24 +11225;5;3586.50;9.80;1584.50;2.73;0.24 +11225;6;3584.00;9.70;1584.50;3.42;0.24 +11225;9;3582.84;9.70;1581.00;1.57;0.24 +11225;10;3587.16;9.80;1581.00;-1.57;0.24 11225;21;3582.84;9.70;1581.00;1.57;0.24 +11226;0;3209.00;10.02;1636.00;0.00;0.28 +11226;1;3207.50;9.80;1634.50;-0.78;0.28 +11226;2;3211.00;10.20;1634.00;0.78;0.28 +11226;3;3210.50;10.30;1637.50;2.35;0.28 +11226;4;3206.50;10.25;1638.00;4.03;0.28 +11226;9;3206.48;10.00;1636.00;1.57;0.28 +11226;10;3211.52;10.40;1636.00;-1.57;0.28 11226;21;3206.48;10.00;1636.00;1.57;0.28 +11227;0;3448.00;10.35;1582.00;0.00;0.22 +11227;1;3446.50;10.40;1580.00;-0.64;0.22 +11227;2;3449.50;10.10;1580.50;0.78;0.22 +11227;3;3445.00;10.02;1582.00;4.71;0.22 +11227;4;3451.50;10.10;1582.50;1.71;0.22 +11227;5;3447.50;10.40;1583.50;3.46;0.22 +11227;6;3450.50;10.25;1584.00;2.24;0.22 +11227;9;3445.48;10.09;1582.00;1.57;0.22 +11227;10;3450.52;10.05;1582.00;-1.57;0.22 11227;21;3445.48;10.09;1582.00;1.57;0.22 +11228;0;3700.00;10.77;1686.00;0.00;0.32 +11228;1;3698.50;10.75;1683.00;-0.46;0.32 +11228;2;3704.00;10.55;1682.00;0.78;0.32 +11228;3;3705.00;10.70;1684.50;1.27;0.32 +11228;4;3694.50;10.40;1687.00;4.53;0.32 +11228;5;3703.50;10.80;1689.00;2.27;0.32 +11228;6;3698.00;10.60;1689.50;3.66;0.32 +11228;9;3696.04;10.58;1686.00;1.57;0.32 +11228;10;3703.96;10.67;1686.00;-1.57;0.32 11228;21;3696.04;10.58;1686.00;1.57;0.32 +11229;0;3305.00;10.40;1562.00;0.00;0.24 +11229;1;3306.00;10.20;1559.50;0.38;0.24 +11229;2;3302.00;10.40;1561.50;-1.40;0.24 +11229;3;3308.00;10.40;1563.50;2.03;0.24 +11229;4;3303.50;10.40;1563.50;3.92;0.24 +11229;5;3306.50;10.40;1564.50;2.60;0.24 +11229;9;3302.66;10.40;1562.00;1.57;0.24 +11229;10;3307.34;10.40;1562.00;-1.57;0.24 11229;21;3302.66;10.40;1562.00;1.57;0.24 +11230;0;3305.00;9.90;1590.00;0.00;0.18 +11230;1;3306.50;9.80;1588.50;0.78;0.18 +11230;2;3303.50;9.80;1588.50;-0.78;0.18 +11230;3;3308.50;9.85;1590.00;1.57;0.18 +11230;4;3302.00;9.90;1590.00;4.71;0.18 +11230;5;3305.50;9.90;1591.50;2.82;0.18 +11230;6;3302.50;9.90;1592.00;4.03;0.18 +11230;9;3302.66;9.90;1590.00;1.57;0.18 +11230;10;3307.34;9.90;1590.00;-1.57;0.18 11230;21;3302.66;9.90;1590.00;1.57;0.18 +11231;0;3018.00;10.17;1662.00;0.00;0.24 +11231;1;3016.50;9.80;1658.50;-0.40;0.24 +11231;2;3018.00;9.85;1658.00;0.00;0.24 +11231;3;3015.50;9.90;1661.00;-1.19;0.24 +11231;4;3020.50;10.20;1662.50;1.76;0.24 +11231;5;3018.00;10.10;1664.50;3.14;0.24 +11231;9;3015.84;9.93;1662.00;1.57;0.24 +11231;10;3020.16;10.25;1662.00;-1.57;0.24 11231;21;3015.84;9.93;1662.00;1.57;0.24 +11232;0;3074.00;9.80;1579.00;0.00;0.26 +11232;1;3074.00;9.80;1575.50;0.00;0.26 +11232;2;3071.50;9.80;1578.00;-1.19;0.26 +11232;3;3076.50;9.80;1577.00;0.89;0.26 +11232;4;3076.00;9.80;1580.50;2.21;0.26 +11232;5;3072.50;9.80;1581.50;3.68;0.26 +11232;9;3071.66;9.80;1579.00;1.57;0.26 +11232;10;3076.34;9.80;1579.00;-1.57;0.26 11232;21;3071.66;9.80;1579.00;1.57;0.26 +11233;0;2924.00;10.12;1566.00;0.00;0.20 +11233;1;2924.50;10.20;1562.50;0.14;0.20 +11233;2;2923.00;10.10;1564.00;-0.46;0.20 +11233;3;2925.50;10.00;1564.50;0.78;0.20 +11233;4;2922.50;10.25;1567.00;4.12;0.20 +11233;5;2926.50;10.30;1567.50;2.11;0.20 +11233;6;2924.50;10.30;1568.50;2.94;0.20 +11233;9;2922.20;10.16;1566.00;1.57;0.20 +11233;10;2925.80;10.18;1566.00;-1.57;0.20 11233;21;2922.20;10.16;1566.00;1.57;0.20 +11234;0;3287.00;10.22;1653.00;0.00;0.22 +11234;1;3286.50;10.50;1649.50;-0.14;0.22 +11234;2;3289.00;10.50;1650.00;0.58;0.22 +11234;3;3284.50;10.40;1651.00;-0.89;0.22 +11234;4;3290.00;10.40;1653.00;1.57;0.22 +11234;5;3285.00;10.20;1654.50;4.06;0.22 +11234;6;3288.00;10.42;1656.00;2.82;0.22 +11234;7;3286.50;10.40;1657.50;3.25;0.22 +11234;9;3285.02;10.12;1653.00;1.57;0.22 +11234;10;3288.98;10.42;1653.00;-1.57;0.22 11234;21;3285.02;10.12;1653.00;1.57;0.22 +11235;0;3354.00;10.00;1606.00;0.00;0.20 +11235;1;3353.50;10.00;1603.50;-0.19;0.20 +11235;2;3355.50;10.00;1603.50;0.54;0.20 +11235;3;3351.50;10.00;1606.00;4.71;0.20 +11235;4;3356.50;10.00;1605.50;1.37;0.20 +11235;5;3356.50;10.00;1607.50;2.11;0.20 +11235;6;3353.50;10.00;1607.50;3.46;0.20 +11235;9;3352.02;10.00;1606.00;1.57;0.20 +11235;10;3355.98;10.00;1606.00;-1.57;0.20 11235;21;3352.02;10.00;1606.00;1.57;0.20 +11236;0;3392.00;10.27;1658.00;0.00;0.26 +11236;1;3393.00;10.57;1656.00;0.46;0.26 +11236;2;3390.00;10.60;1655.50;-0.67;0.26 +11236;3;3388.50;10.60;1657.50;-1.42;0.26 +11236;4;3396.50;10.00;1657.50;1.46;0.26 +11236;5;3396.50;9.90;1659.00;1.78;0.26 +11236;6;3389.50;10.40;1659.00;4.33;0.26 +11236;7;3393.50;9.90;1660.50;2.60;0.26 +11236;8;3390.50;10.20;1660.50;3.68;0.26 +11236;9;3389.12;10.53;1658.00;1.57;0.26 +11236;10;3394.88;10.11;1658.00;-1.57;0.26 11236;21;3389.12;10.53;1658.00;1.57;0.26 +11237;0;2679.00;9.85;1576.00;0.00;0.28 +11237;1;2679.50;9.50;1574.00;0.24;0.28 +11237;2;2675.50;9.80;1574.00;-1.05;0.28 +11237;3;2676.50;9.90;1576.50;4.51;0.28 +11237;4;2681.50;9.85;1578.00;2.24;0.28 +11237;5;2678.50;10.00;1578.50;3.33;0.28 +11237;6;2680.50;9.90;1580.00;2.78;0.28 +11237;9;2676.48;9.90;1576.00;1.57;0.28 +11237;10;2681.52;9.80;1576.00;-1.57;0.28 +11237;19;2685.00;9.50;1575.00;0.24;0.28 +11237;20;2686.72;9.50;1574.71;1.40;0.28 11237;21;2676.48;9.90;1576.00;1.57;0.28 +11238;0;2669.00;10.20;1611.00;0.00;0.24 +11238;1;2667.50;10.10;1608.50;-0.54;0.24 +11238;2;2671.00;9.80;1609.50;0.92;0.24 +11238;3;2665.00;10.40;1610.00;-1.32;0.24 +11238;4;2672.50;9.85;1612.00;1.84;0.24 +11238;5;2668.00;10.30;1612.50;3.73;0.24 +11238;6;2672.00;10.05;1613.50;2.26;0.24 +11238;9;2666.12;10.35;1611.00;1.57;0.24 +11238;10;2671.88;9.89;1611.00;-1.57;0.24 11238;21;2666.12;10.35;1611.00;1.57;0.24 +11239;0;3472.00;10.15;1665.00;0.00;0.20 +11239;1;3474.00;10.30;1662.00;0.58;0.20 +11239;2;3472.00;10.25;1663.00;0.00;0.20 +11239;3;3474.50;10.40;1665.00;1.57;0.20 +11239;4;3469.50;9.85;1665.00;4.71;0.20 +11239;5;3470.00;10.00;1667.50;3.81;0.20 +11239;6;3473.50;10.35;1668.00;2.67;0.20 +11239;7;3471.50;10.00;1668.50;3.28;0.20 +11239;9;3470.20;9.88;1665.00;1.57;0.20 +11239;10;3473.80;10.40;1665.00;-1.57;0.20 11239;21;3470.20;9.88;1665.00;1.57;0.20 +11240;0;3519.00;10.40;1581.00;0.00;0.20 +11240;1;3519.00;10.00;1578.50;0.00;0.20 +11240;2;3520.50;10.10;1579.00;0.64;0.20 +11240;3;3517.50;10.10;1579.50;-0.78;0.20 +11240;4;3521.50;10.30;1581.50;1.76;0.20 +11240;5;3517.50;10.30;1582.50;3.92;0.20 +11240;6;3519.50;10.60;1583.50;2.94;0.20 +11240;9;3517.20;10.12;1581.00;1.57;0.20 +11240;10;3520.80;10.32;1581.00;-1.57;0.20 11240;21;3517.20;10.12;1581.00;1.57;0.20 +11241;0;3280.00;9.80;1624.00;0.00;0.28 +11241;1;3276.50;9.90;1621.50;-0.95;0.28 +11241;2;3281.00;9.90;1622.00;0.46;0.28 +11241;3;3277.00;9.80;1624.50;4.54;0.28 +11241;4;3283.50;10.10;1625.50;1.97;0.28 +11241;5;3281.00;9.97;1627.00;2.82;0.28 +11241;6;3283.50;10.45;1628.00;2.42;0.28 +11241;9;3276.76;9.80;1624.00;1.57;0.28 +11241;10;3283.24;9.83;1624.00;-1.57;0.28 11241;21;3276.76;9.80;1624.00;1.57;0.28 +11242;0;3377.00;10.00;1588.00;0.00;0.22 +11242;1;3378.00;10.00;1585.00;0.32;0.22 +11242;2;3380.00;10.00;1587.00;1.24;0.22 +11242;3;3376.50;10.00;1586.00;-0.24;0.22 +11242;4;3374.00;10.00;1587.00;-1.24;0.22 +11242;5;3374.00;10.05;1589.00;4.39;0.22 +11242;6;3379.00;10.00;1590.00;2.35;0.22 +11242;7;3376.00;10.00;1590.50;3.52;0.22 +11242;9;3374.66;10.00;1588.00;1.57;0.22 +11242;10;3379.34;10.00;1588.00;-1.57;0.22 11242;21;3374.66;10.00;1588.00;1.57;0.22 +11243;0;3560.00;11.27;1631.00;0.00;0.18 +11243;1;3560.00;11.30;1629.50;0.00;0.18 +11243;2;3563.50;11.10;1631.00;1.57;0.18 +11243;3;3557.50;11.10;1631.50;4.51;0.18 +11243;4;3561.50;10.90;1633.50;2.60;0.18 +11243;9;3557.66;11.20;1631.00;1.57;0.18 +11243;10;3562.34;11.21;1631.00;-1.57;0.18 11243;21;3557.66;11.20;1631.00;1.57;0.18 +11244;0;3373.00;10.00;1556.00;0.00;0.20 +11244;1;3371.50;10.00;1554.00;-0.64;0.20 +11244;2;3375.00;10.00;1554.50;0.92;0.20 +11244;3;3370.00;10.00;1556.50;4.54;0.20 +11244;4;3375.00;10.00;1557.00;2.03;0.20 +11244;5;3370.50;10.20;1558.50;3.92;0.20 +11244;6;3372.50;10.00;1558.00;3.38;0.20 +11244;9;3370.66;10.00;1556.00;1.57;0.20 +11244;10;3375.34;10.00;1556.00;-1.57;0.20 11244;21;3370.66;10.00;1556.00;1.57;0.20 +11245;0;3126.00;9.80;1602.00;0.00;0.24 +11245;1;3124.00;9.80;1599.50;-0.67;0.24 +11245;2;3126.50;9.90;1599.50;0.19;0.24 +11245;3;3122.50;9.80;1601.00;-1.29;0.24 +11245;4;3129.00;9.97;1602.00;1.57;0.24 +11245;5;3124.00;9.80;1603.50;4.06;0.24 +11245;6;3128.00;9.80;1605.00;2.55;0.24 +11245;7;3126.00;9.80;1605.50;3.14;0.24 +11245;9;3123.48;9.80;1602.00;1.57;0.24 +11245;10;3128.52;9.90;1602.00;-1.57;0.24 11245;21;3128.52;9.90;1602.00;-1.57;0.24 +11246;0;3154.00;10.00;1657.00;0.00;0.20 +11246;1;3153.50;10.10;1654.50;-0.19;0.20 +11246;2;3157.50;10.30;1654.50;0.95;0.20 +11246;3;3149.50;9.85;1656.00;-1.35;0.20 +11246;4;3158.00;10.35;1656.50;1.44;0.20 +11246;5;3150.50;9.80;1659.00;4.19;0.20 +11246;6;3154.50;10.10;1659.50;2.94;0.20 +11246;9;3150.76;9.80;1657.00;1.57;0.20 +11246;10;3157.24;10.33;1657.00;-1.57;0.20 11246;21;3150.76;9.80;1657.00;1.57;0.20 +11247;0;3172.00;9.90;1574.00;0.00;0.20 +11247;1;3174.00;9.90;1572.00;0.78;0.20 +11247;2;3170.50;9.90;1573.00;-0.98;0.20 +11247;3;3175.50;9.90;1574.50;1.71;0.20 +11247;4;3169.50;9.80;1575.50;4.17;0.20 +11247;5;3173.00;9.90;1576.00;2.67;0.20 +11247;9;3169.48;9.90;1574.00;1.57;0.20 +11247;10;3174.52;9.90;1574.00;-1.57;0.20 11247;21;3174.52;9.90;1574.00;-1.57;0.20 +11248;0;3426.00;9.90;1605.00;0.00;0.20 +11248;1;3424.00;9.90;1603.00;-0.78;0.20 +11248;2;3426.50;9.90;1603.50;0.32;0.20 +11248;3;3423.50;9.90;1605.00;4.71;0.20 +11248;4;3429.00;9.90;1604.50;1.40;0.20 +11248;5;3425.00;9.90;1606.50;3.73;0.20 +11248;6;3428.00;9.90;1606.50;2.21;0.20 +11248;9;3423.84;9.90;1605.00;1.57;0.20 +11248;10;3428.16;9.90;1605.00;-1.57;0.20 11248;21;3423.84;9.90;1605.00;1.57;0.20 +11249;0;3693.00;14.12;1161.00;0.00;0.62 +11249;1;3685.00;14.85;1157.50;-1.15;0.62 +11249;2;3694.50;14.75;1155.00;0.24;0.62 +11249;3;3701.50;14.50;1162.00;1.68;0.62 +11249;4;3687.00;13.97;1165.00;4.12;0.62 +11249;5;3702.50;14.95;1166.00;2.05;0.62 +11249;6;3697.00;14.30;1168.00;2.62;0.62 +11249;9;3685.08;14.03;1161.00;1.57;0.62 +11249;10;3700.92;14.60;1161.00;-1.57;0.62 11249;21;3685.08;14.03;1161.00;1.57;0.62 +11250;0;3366.00;10.35;1654.00;0.00;0.20 +11250;1;3364.00;10.60;1652.00;-0.78;0.20 +11250;2;3367.50;10.60;1652.00;0.64;0.20 +11250;3;3363.00;10.25;1654.00;4.71;0.20 +11250;4;3369.00;10.42;1654.00;1.57;0.20 +11250;5;3363.00;9.95;1656.00;4.12;0.20 +11250;6;3369.50;10.30;1655.50;1.97;0.20 +11250;7;3366.50;9.90;1656.50;2.94;0.20 +11250;9;3363.48;10.29;1654.00;1.57;0.20 +11250;10;3368.52;10.40;1654.00;-1.57;0.20 11250;21;3363.48;10.29;1654.00;1.57;0.20 +11251;0;2953.00;9.55;1625.00;0.00;0.30 +11251;1;2955.00;9.50;1624.00;1.10;0.30 +11251;2;2952.50;9.70;1622.00;-0.16;0.30 +11251;3;2951.00;9.70;1623.00;-0.78;0.30 +11251;4;2950.50;9.70;1626.50;4.17;0.30 +11251;5;2953.00;9.70;1629.50;3.14;0.30 +11251;9;2950.30;9.70;1625.00;1.57;0.30 +11251;10;2955.70;9.50;1625.00;-1.57;0.30 +11251;19;2953.00;9.60;1624.00;1.11;0.30 +11251;20;2953.00;9.60;1622.25;0.00;0.30 11251;21;2950.30;9.70;1625.00;1.57;0.30 +11252;0;3469.00;10.25;1657.00;0.00;0.20 +11252;1;3469.00;9.85;1654.00;0.00;0.20 +11252;2;3467.00;10.27;1656.00;-1.10;0.20 +11252;3;3471.00;9.95;1656.50;1.32;0.20 +11252;4;3467.50;10.40;1659.00;3.78;0.20 +11252;5;3470.50;10.25;1659.00;2.49;0.20 +11252;9;3467.20;10.36;1657.00;1.57;0.20 +11252;10;3470.80;10.05;1657.00;-1.57;0.20 11252;21;3467.20;10.36;1657.00;1.57;0.20 +11253;0;2802.00;10.05;1574.00;0.00;0.26 +11253;1;2802.00;9.90;1571.50;0.00;0.26 +11253;2;2800.00;9.95;1571.00;-0.58;0.26 +11253;3;2799.00;9.97;1573.00;-1.24;0.26 +11253;4;2805.00;10.15;1573.50;1.40;0.26 +11253;5;2800.50;10.35;1576.00;3.78;0.26 +11253;6;2803.50;10.50;1576.50;2.60;0.26 +11253;7;2806.50;10.40;1575.50;1.89;0.26 +11253;9;2799.48;10.04;1574.00;1.57;0.26 +11253;10;2804.52;10.10;1574.00;-1.57;0.26 11253;21;2799.48;10.04;1574.00;1.57;0.26 +11254;0;3345.00;10.05;1623.00;0.00;0.26 +11254;1;3345.50;10.00;1620.50;0.19;0.26 +11254;2;3348.00;10.00;1620.50;0.87;0.26 +11254;3;3343.00;10.02;1622.00;-1.10;0.26 +11254;4;3347.00;10.05;1624.00;2.03;0.26 +11254;5;3342.00;10.15;1624.50;4.24;0.26 +11254;6;3344.50;10.50;1626.00;3.30;0.26 +11254;7;3343.00;10.40;1627.00;3.60;0.26 +11254;9;3342.66;10.09;1623.00;1.57;0.26 +11254;10;3347.34;10.00;1623.00;-1.57;0.26 11254;21;3342.66;10.09;1623.00;1.57;0.26 +11255;0;3549.00;9.85;1673.00;0.00;0.24 +11255;1;3548.00;10.10;1670.00;-0.32;0.24 +11255;2;3550.50;9.80;1672.00;0.98;0.24 +11255;3;3546.50;10.20;1673.00;4.71;0.24 +11255;4;3552.00;9.80;1675.00;2.15;0.24 +11255;5;3547.00;10.10;1675.50;3.81;0.24 +11255;6;3549.00;10.05;1675.50;3.14;0.24 +11255;9;3546.84;10.13;1673.00;1.57;0.24 +11255;10;3551.16;9.80;1673.00;-1.57;0.24 11255;21;3546.84;10.13;1673.00;1.57;0.24 +11256;0;3613.00;9.82;1590.00;0.00;0.26 +11256;1;3612.00;9.80;1586.50;-0.27;0.26 +11256;2;3615.00;9.80;1586.50;0.51;0.26 +11256;3;3609.00;9.85;1588.00;-1.10;0.26 +11256;4;3615.50;9.90;1589.50;1.37;0.26 +11256;5;3610.00;9.90;1590.50;4.54;0.26 +11256;6;3614.00;9.90;1593.00;2.82;0.26 +11256;7;3617.00;9.85;1592.50;2.12;0.26 +11256;9;3610.12;9.86;1590.00;1.57;0.26 +11256;10;3615.88;9.90;1590.00;-1.57;0.26 11256;21;3610.12;9.86;1590.00;1.57;0.26 +11257;0;2676.00;10.20;1621.00;0.00;0.28 +11257;1;2678.50;9.90;1619.00;0.89;0.28 +11257;2;2675.50;10.00;1618.50;-0.19;0.28 +11257;3;2673.50;10.20;1621.00;4.71;0.28 +11257;4;2678.00;10.45;1622.50;2.21;0.28 +11257;5;2674.50;10.40;1624.00;3.60;0.28 +11257;9;2673.12;10.21;1621.00;1.57;0.28 +11257;10;2678.88;10.20;1621.00;-1.57;0.28 11257;21;2673.12;10.21;1621.00;1.57;0.28 +11258;0;3444.00;9.90;1589.00;0.00;0.18 +11258;1;3442.50;9.80;1587.50;-0.78;0.18 +11258;2;3445.50;10.15;1587.00;0.64;0.18 +11258;3;3442.00;9.85;1590.00;4.24;0.18 +11258;4;3447.00;10.27;1589.00;1.57;0.18 +11258;5;3445.50;9.90;1591.00;2.49;0.18 +11258;6;3443.50;9.90;1592.00;3.30;0.18 +11258;9;3441.84;9.80;1589.00;1.57;0.18 +11258;10;3446.16;10.14;1589.00;-1.57;0.18 11258;21;3441.84;9.80;1589.00;1.57;0.18 +11259;0;3255.00;9.80;1648.00;0.00;0.24 +11259;1;3255.00;9.80;1645.50;0.00;0.24 +11259;2;3258.50;9.80;1646.50;1.16;0.24 +11259;3;3251.50;9.80;1647.00;-1.29;0.24 +11259;4;3250.50;9.80;1648.50;4.60;0.24 +11259;5;3258.00;9.80;1649.00;1.89;0.24 +11259;6;3253.00;9.80;1650.00;3.92;0.24 +11259;7;3256.00;9.80;1651.00;2.82;0.24 +11259;9;3251.94;9.80;1648.00;1.57;0.24 +11259;10;3258.06;9.80;1648.00;-1.57;0.24 11259;21;3251.94;9.80;1648.00;1.57;0.24 +11260;0;3069.00;9.80;1589.00;0.00;0.32 +11260;1;3068.50;9.80;1585.50;-0.14;0.32 +11260;2;3066.50;9.80;1587.00;-0.89;0.32 +11260;3;3070.50;9.80;1586.50;0.54;0.32 +11260;4;3072.50;9.80;1588.00;1.29;0.32 +11260;5;3065.00;9.80;1588.50;-1.44;0.32 +11260;6;3066.50;9.80;1590.50;4.17;0.32 +11260;7;3073.50;9.80;1589.00;1.57;0.32 +11260;8;3070.00;9.80;1591.00;2.67;0.32 +11260;9;3066.12;9.80;1589.00;1.57;0.32 +11260;10;3071.88;9.80;1589.00;-1.57;0.32 11260;21;3071.88;9.80;1589.00;-1.57;0.32 +11261;0;4330.00;9.75;2015.00;0.00;1.40 +11261;1;4338.50;9.70;1998.00;0.46;1.40 +11261;2;4302.00;9.70;2003.00;-1.16;1.40 +11261;3;4370.00;9.70;2005.00;1.32;1.40 +11261;4;4290.50;9.70;2017.00;4.66;1.40 +11261;5;4367.00;9.70;2020.50;1.71;1.40 +11261;9;4299.76;9.70;2015.00;1.57;1.40 +11261;10;4360.24;9.70;2015.00;-1.57;1.40 11261;21;4299.76;9.70;2015.00;1.57;1.40 +11262;0;3493.00;10.00;1604.00;0.00;0.26 +11262;1;3493.00;10.00;1601.50;0.00;0.26 +11262;2;3490.50;10.00;1602.00;-0.89;0.26 +11262;3;3496.00;10.00;1603.50;1.40;0.26 +11262;4;3489.00;10.00;1604.00;4.71;0.26 +11262;5;3491.00;10.00;1606.00;3.92;0.26 +11262;6;3495.50;10.00;1606.00;2.24;0.26 +11262;7;3493.50;10.00;1606.50;2.94;0.26 +11262;9;3490.12;10.00;1604.00;1.57;0.26 +11262;10;3495.88;10.00;1604.00;-1.57;0.26 11262;21;3490.12;10.00;1604.00;1.57;0.26 +11263;0;3557.00;9.77;1669.00;0.00;0.24 +11263;1;3555.00;10.00;1666.50;-0.67;0.24 +11263;2;3558.00;10.00;1666.50;0.38;0.24 +11263;3;3560.00;9.92;1669.00;1.57;0.24 +11263;4;3554.50;9.80;1670.00;4.33;0.24 +11263;5;3558.00;9.80;1672.00;2.82;0.24 +11263;9;3554.84;9.80;1669.00;1.57;0.24 +11263;10;3559.16;9.83;1669.00;-1.57;0.24 11263;21;3554.84;9.80;1669.00;1.57;0.24 +11264;0;2924.00;9.70;1576.00;0.00;0.18 +11264;1;2924.50;9.80;1573.50;0.19;0.18 +11264;2;2926.50;9.70;1575.00;1.19;0.18 +11264;3;2922.00;9.70;1575.00;-1.10;0.18 +11264;4;2920.50;9.70;1576.00;4.71;0.18 +11264;5;2928.00;9.70;1576.50;1.69;0.18 +11264;6;2921.00;9.70;1577.50;4.24;0.18 +11264;7;2925.50;9.70;1578.00;2.49;0.18 +11264;8;2922.00;9.70;1578.00;3.92;0.18 +11264;9;2921.48;9.70;1576.00;1.57;0.18 +11264;10;2926.52;9.70;1576.00;-1.57;0.18 11264;21;2921.48;9.70;1576.00;1.57;0.18 +11265;0;3125.00;9.60;1622.00;0.00;0.40 +11265;1;3124.50;9.50;1623.00;3.60;0.40 +11265;2;3125.00;9.70;1620.00;0.00;0.40 +11265;3;3127.00;9.65;1621.50;1.32;0.40 +11265;4;3130.00;9.50;1628.50;2.48;0.40 +11265;5;3130.00;9.50;1628.50;2.48;0.40 +11265;6;3120.50;9.70;1618.50;-0.91;0.40 +11265;9;3121.40;9.50;1622.00;1.57;0.40 +11265;10;3128.60;9.60;1622.00;-1.57;0.40 +11265;19;3119.00;9.53;1621.00;-2.68;0.40 +11265;20;3117.27;9.53;1620.71;-1.40;0.40 11265;21;3123.00;9.50;1622.00;0.00;0.40 +11265;22;3124.50;9.50;1623.00;3.60;0.40 +11265;23;3125.00;9.70;1620.00;0.00;0.40 +11265;24;3127.00;9.65;1621.50;1.32;0.40 +11265;25;3130.00;9.50;1628.50;2.48;0.40 +11265;26;3130.00;9.50;1628.50;2.48;0.40 +11265;27;3120.50;9.70;1618.50;-0.91;0.40 +11265;38;3119.04;9.70;1618.22;-1.57;0.40 +11266;0;2706.68;10.30;1671.43;0.00;0.34 +11266;1;2703.59;10.00;1665.72;0.46;0.34 +11266;2;2710.04;10.70;1670.18;1.73;0.34 +11266;3;2709.87;11.00;1673.46;2.03;0.34 +11266;4;2707.09;10.50;1675.76;2.49;0.34 +11266;9;2695.78;9.50;1670.00;1.57;0.34 +11266;10;2706.22;9.60;1670.00;-1.57;0.34 +11266;19;2704.00;9.65;1673.00;0.46;0.34 +11266;20;2705.23;9.65;1674.23;2.35;0.34 11266;21;2695.78;9.50;1670.00;1.57;0.34 +11267;0;2670.00;10.37;1579.00;0.00;0.22 +11267;1;2670.00;10.00;1576.00;0.00;0.22 +11267;2;2668.00;10.55;1578.00;-1.10;0.22 +11267;3;2672.00;10.12;1578.00;1.10;0.22 +11267;4;2671.50;10.30;1581.00;2.49;0.22 +11267;5;2668.50;10.30;1581.50;3.68;0.22 +11267;9;2668.02;10.62;1579.00;1.57;0.22 +11267;10;2671.98;10.17;1579.00;-1.57;0.22 11267;21;2668.02;10.62;1579.00;1.57;0.22 +11268;0;3414.00;10.05;1616.00;0.00;0.18 +11268;1;3414.00;10.20;1613.00;0.00;0.18 +11268;2;3412.00;10.07;1615.00;-1.10;0.18 +11268;3;3415.50;10.10;1615.50;1.24;0.18 +11268;4;3412.00;10.32;1618.00;3.92;0.18 +11268;5;3416.00;10.05;1617.50;2.21;0.18 +11268;6;3414.00;10.10;1618.50;3.14;0.18 +11268;9;3412.38;10.06;1616.00;1.57;0.18 +11268;10;3415.62;10.05;1616.00;-1.57;0.18 11268;21;3412.38;10.06;1616.00;1.57;0.18 +11269;0;3512.00;11.42;1586.00;0.00;0.20 +11269;1;3512.00;10.95;1583.50;0.00;0.20 +11269;2;3510.00;11.50;1585.00;-1.10;0.20 +11269;3;3514.00;10.92;1585.00;1.10;0.20 +11269;4;3514.00;11.40;1587.50;2.21;0.20 +11269;5;3510.00;11.67;1588.00;3.92;0.20 +11269;6;3512.00;11.65;1588.50;3.14;0.20 +11269;9;3510.20;11.56;1586.00;1.57;0.20 +11269;10;3513.80;11.17;1586.00;-1.57;0.20 11269;21;3510.20;11.56;1586.00;1.57;0.20 +11270;0;2771.00;10.72;1626.00;0.00;0.18 +11270;1;2771.50;10.75;1624.00;0.24;0.18 +11270;2;2769.00;10.85;1624.50;-0.92;0.18 +11270;3;2773.50;10.30;1625.50;1.37;0.18 +11270;4;2768.00;10.95;1626.50;4.54;0.18 +11270;5;2773.50;10.30;1627.50;2.11;0.18 +11270;6;2770.50;10.80;1628.50;3.33;0.18 +11270;9;2768.84;10.93;1626.00;1.57;0.18 +11270;10;2773.16;10.36;1626.00;-1.57;0.18 +11270;19;2776.00;10.00;1627.00;-4.17;0.18 +11270;20;2777.71;10.00;1627.34;1.76;0.18 11270;21;2768.84;10.93;1626.00;1.57;0.18 +11271;0;3285.00;9.82;1597.00;0.00;0.18 +11271;1;3284.50;9.80;1595.00;-0.24;0.18 +11271;2;3287.00;9.80;1595.50;0.92;0.18 +11271;3;3283.00;9.80;1597.00;4.71;0.18 +11271;4;3287.50;9.90;1598.00;1.95;0.18 +11271;5;3285.00;9.90;1599.50;3.14;0.18 +11271;9;3283.38;9.80;1597.00;1.57;0.18 +11271;10;3286.62;9.90;1597.00;-1.57;0.18 11271;21;3283.38;9.80;1597.00;1.57;0.18 +11272;0;3303.00;10.07;1638.00;0.00;0.20 +11272;1;3302.50;10.00;1636.00;-0.24;0.20 +11272;2;3306.50;10.00;1635.50;0.95;0.20 +11272;3;3307.00;10.05;1638.00;1.57;0.20 +11272;4;3299.00;9.90;1638.50;4.58;0.20 +11272;5;3305.50;10.20;1640.50;2.35;0.20 +11272;6;3302.50;10.40;1640.50;3.33;0.20 +11272;9;3300.12;9.93;1638.00;1.57;0.20 +11272;10;3305.88;10.01;1638.00;-1.57;0.20 11272;21;3300.12;9.93;1638.00;1.57;0.20 +11273;0;3573.00;9.85;1608.00;0.00;0.28 +11273;1;3573.00;9.75;1605.50;0.00;0.28 +11273;2;3576.50;10.30;1606.00;1.05;0.28 +11273;3;3570.50;9.70;1607.50;-1.37;0.28 +11273;4;3574.50;10.10;1609.00;2.15;0.28 +11273;5;3571.50;9.80;1610.50;3.68;0.28 +11273;9;3570.30;9.70;1608.00;1.57;0.28 +11273;10;3575.70;10.26;1608.00;-1.57;0.28 11273;21;3570.30;9.70;1608.00;1.57;0.28 +11274;0;3150.00;10.40;1578.00;0.00;0.28 +11274;1;3151.00;10.40;1574.50;0.27;0.28 +11274;2;3153.00;10.40;1575.50;0.87;0.28 +11274;3;3148.50;10.40;1577.50;-1.24;0.28 +11274;4;3153.50;10.40;1577.50;1.42;0.28 +11274;5;3151.00;10.40;1580.00;2.67;0.28 +11274;6;3147.00;10.40;1581.00;3.92;0.28 +11274;9;3147.30;10.40;1578.00;1.57;0.28 +11274;10;3152.70;10.40;1578.00;-1.57;0.28 11274;21;3147.30;10.40;1578.00;1.57;0.28 +11275;0;3506.00;9.90;1647.00;0.00;0.26 +11275;1;3504.50;9.90;1644.00;-0.46;0.26 +11275;2;3507.00;9.90;1644.50;0.38;0.26 +11275;3;3503.50;9.90;1646.50;-1.37;0.26 +11275;4;3510.00;9.90;1645.00;1.10;0.26 +11275;5;3509.00;9.90;1647.50;1.73;0.26 +11275;6;3505.00;9.90;1649.50;3.52;0.26 +11275;7;3507.50;9.90;1650.50;2.73;0.26 +11275;9;3503.66;9.89;1647.00;1.57;0.26 +11275;10;3508.34;9.90;1647.00;-1.57;0.26 11275;21;3503.66;9.89;1647.00;1.57;0.26 +11276;0;2989.00;9.70;1591.00;0.00;0.24 +11276;1;2990.00;9.70;1588.00;0.32;0.24 +11276;2;2986.50;9.70;1589.50;-1.03;0.24 +11276;3;2992.00;9.70;1591.00;1.57;0.24 +11276;4;2987.00;9.70;1592.50;4.06;0.24 +11276;5;2993.00;9.70;1593.00;2.03;0.24 +11276;6;2990.50;9.70;1594.00;2.67;0.24 +11276;9;2986.48;9.70;1591.00;1.57;0.24 +11276;10;2991.52;9.70;1591.00;-1.57;0.24 11276;21;2991.52;9.70;1591.00;-1.57;0.24 +11277;0;3495.00;9.95;1625.00;0.00;0.24 +11277;1;3493.50;9.90;1622.50;-0.54;0.24 +11277;2;3497.00;10.00;1624.00;1.10;0.24 +11277;3;3492.50;9.90;1625.00;4.71;0.24 +11277;4;3498.00;9.95;1626.50;2.03;0.24 +11277;5;3494.00;10.00;1627.50;3.52;0.24 +11277;6;3496.50;9.95;1628.00;2.67;0.24 +11277;9;3492.84;9.91;1625.00;1.57;0.24 +11277;10;3497.16;10.00;1625.00;-1.57;0.24 11277;21;3492.84;9.91;1625.00;1.57;0.24 +11278;0;3093.00;9.70;1736.00;0.00;0.28 +11278;1;3094.00;9.70;1733.50;0.38;0.28 +11278;2;3095.00;9.70;1737.00;2.03;0.28 +11278;3;3090.50;9.70;1735.50;-1.37;0.28 +11278;4;3090.00;9.70;1738.50;4.01;0.28 +11278;5;3091.00;9.70;1740.50;3.56;0.28 +11278;9;3089.76;9.70;1736.00;1.57;0.28 +11278;10;3096.24;9.70;1736.00;-1.57;0.28 +11278;19;3100.00;9.60;1734.00;-4.25;0.28 +11278;20;3101.68;9.60;1733.51;1.29;0.28 11278;21;3096.24;9.70;1736.00;-1.57;0.28 +11279;0;2777.00;10.30;1583.00;0.00;0.26 +11279;1;2778.50;10.15;1581.00;0.64;0.26 +11279;2;2776.00;10.10;1581.00;-0.46;0.26 +11279;3;2774.00;9.90;1582.50;-1.40;0.26 +11279;4;2779.00;10.55;1584.50;2.21;0.26 +11279;5;2774.00;10.05;1584.50;4.24;0.26 +11279;6;2776.00;10.30;1586.00;3.46;0.26 +11279;9;2774.66;9.93;1583.00;1.57;0.26 +11279;10;2779.34;10.33;1583.00;-1.57;0.26 11279;21;2774.66;9.93;1583.00;1.57;0.26 +11280;0;3035.00;10.20;1658.00;0.00;0.24 +11280;1;3035.00;9.82;1656.00;0.00;0.24 +11280;2;3032.50;9.85;1656.00;-0.89;0.24 +11280;3;3032.50;10.10;1658.50;4.51;0.24 +11280;4;3037.50;10.30;1658.50;1.76;0.24 +11280;5;3035.50;10.50;1661.00;2.97;0.24 +11280;9;3032.84;10.06;1658.00;1.57;0.24 +11280;10;3037.16;10.16;1658.00;-1.57;0.24 11280;21;3032.84;10.06;1658.00;1.57;0.24 +11281;0;3603.00;10.40;1603.00;0.00;0.24 +11281;1;3602.50;10.40;1600.00;-0.16;0.24 +11281;2;3599.00;10.40;1602.00;-1.32;0.24 +11281;3;3606.00;10.40;1602.50;1.40;0.24 +11281;4;3600.50;10.40;1604.50;4.17;0.24 +11281;5;3607.00;10.40;1605.00;2.03;0.24 +11281;6;3602.50;10.30;1606.50;3.28;0.24 +11281;7;3604.50;10.30;1606.50;2.73;0.24 +11281;9;3599.94;10.40;1603.00;1.57;0.24 +11281;10;3606.06;10.40;1603.00;-1.57;0.24 11281;21;3599.94;10.40;1603.00;1.57;0.24 +11282;0;3378.00;10.57;1642.00;0.00;0.22 +11282;1;3378.50;10.20;1639.50;0.19;0.22 +11282;2;3375.00;10.20;1640.50;-1.10;0.22 +11282;3;3381.00;10.60;1641.50;1.40;0.22 +11282;4;3376.50;10.60;1643.50;3.92;0.22 +11282;5;3380.00;10.60;1644.00;2.35;0.22 +11282;9;3375.84;10.51;1642.00;1.57;0.22 +11282;10;3380.16;10.60;1642.00;-1.57;0.22 11282;21;3375.84;10.51;1642.00;1.57;0.22 +11283;0;3381.00;9.97;1560.00;0.00;0.20 +11283;1;3381.50;10.00;1557.50;0.19;0.20 +11283;2;3379.00;9.95;1559.00;-1.10;0.20 +11283;3;3384.00;10.00;1559.50;1.40;0.20 +11283;4;3378.50;10.00;1560.50;4.51;0.20 +11283;5;3383.50;10.10;1561.50;2.11;0.20 +11283;6;3381.00;10.00;1562.00;3.14;0.20 +11283;9;3378.48;9.95;1560.00;1.57;0.20 +11283;10;3383.52;10.00;1560.00;-1.57;0.20 11283;21;3378.48;9.95;1560.00;1.57;0.20 +11284;0;3352.00;10.00;1596.00;0.00;0.20 +11284;1;3352.00;9.95;1593.00;0.00;0.20 +11284;2;3354.50;10.00;1594.00;0.89;0.20 +11284;3;3349.50;10.00;1596.00;4.71;0.20 +11284;4;3354.50;10.00;1596.50;1.76;0.20 +11284;5;3350.00;10.00;1599.00;3.73;0.20 +11284;6;3352.50;10.00;1598.50;2.94;0.20 +11284;9;3350.20;10.00;1596.00;1.57;0.20 +11284;10;3353.80;10.00;1596.00;-1.57;0.20 11284;21;3350.20;10.00;1596.00;1.57;0.20 +11285;0;3230.00;9.80;1566.00;0.00;0.26 +11285;1;3230.00;9.80;1563.00;0.00;0.26 +11285;2;3233.00;9.80;1564.50;1.10;0.26 +11285;3;3227.50;9.80;1567.00;4.33;0.26 +11285;4;3232.50;9.80;1567.00;1.95;0.26 +11285;5;3230.00;9.80;1569.50;3.14;0.26 +11285;6;3228.00;9.80;1570.50;3.56;0.26 +11285;9;3227.66;9.80;1566.00;1.57;0.26 +11285;10;3232.34;9.80;1566.00;-1.57;0.26 11285;21;3227.66;9.80;1566.00;1.57;0.26 +11286;0;3577.00;10.30;1660.00;0.00;0.18 +11286;1;3576.00;10.30;1658.00;-0.46;0.18 +11286;2;3578.00;10.30;1657.00;0.32;0.18 +11286;3;3579.00;10.30;1658.00;0.78;0.18 +11286;4;3578.50;10.35;1661.00;2.15;0.18 +11286;5;3574.50;10.30;1660.50;4.51;0.18 +11286;6;3576.50;10.35;1662.00;3.38;0.18 +11286;9;3575.38;10.30;1660.00;1.57;0.18 +11286;10;3578.62;10.30;1660.00;-1.57;0.18 11286;21;3575.38;10.30;1660.00;1.57;0.18 +11287;0;2666.00;9.80;1602.00;0.00;0.16 +11287;1;2665.50;9.80;1600.50;-0.32;0.16 +11287;2;2669.00;9.77;1600.00;0.98;0.16 +11287;3;2669.00;9.80;1602.50;1.73;0.16 +11287;4;2663.00;9.80;1602.50;4.54;0.16 +11287;5;2663.50;9.80;1604.00;4.03;0.16 +11287;6;2666.00;9.80;1604.00;3.14;0.16 +11287;9;2663.84;9.78;1602.00;1.57;0.16 +11287;10;2668.16;9.80;1602.00;-1.57;0.16 11287;21;2663.84;9.78;1602.00;1.57;0.16 +11288;0;3073.00;9.80;1596.00;0.00;0.28 +11288;1;3076.00;9.80;1595.00;1.24;0.28 +11288;2;3072.50;9.80;1593.50;-0.19;0.28 +11288;3;3069.50;9.80;1597.00;4.43;0.28 +11288;4;3073.00;9.80;1598.50;3.14;0.28 +11288;5;3071.00;9.80;1599.50;3.66;0.28 +11288;9;3070.48;9.80;1596.00;1.57;0.28 +11288;10;3075.52;9.80;1596.00;-1.57;0.28 11288;21;3070.48;9.80;1596.00;1.57;0.28 +11289;0;3047.00;10.50;1688.00;0.00;0.22 +11289;1;3045.00;10.62;1686.00;-0.78;0.22 +11289;2;3048.50;10.60;1686.50;0.78;0.22 +11289;3;3043.00;10.50;1687.50;-1.44;0.22 +11289;4;3051.00;10.50;1688.00;1.57;0.22 +11289;5;3045.00;10.05;1689.50;4.06;0.22 +11289;6;3049.00;10.40;1690.00;2.35;0.22 +11289;9;3043.94;10.32;1688.00;1.57;0.22 +11289;10;3050.06;10.54;1688.00;-1.57;0.22 11289;21;3043.94;10.32;1688.00;1.57;0.22 +11290;0;3293.00;9.97;1616.00;0.00;0.22 +11290;1;3292.00;10.00;1613.00;-0.32;0.22 +11290;2;3294.00;10.00;1613.50;0.38;0.22 +11290;3;3290.00;10.00;1615.50;-1.40;0.22 +11290;4;3296.00;9.90;1616.50;1.73;0.22 +11290;5;3293.00;9.90;1618.00;3.14;0.22 +11290;6;3295.00;9.90;1618.50;2.46;0.22 +11290;9;3290.66;9.99;1616.00;1.57;0.22 +11290;10;3295.34;9.95;1616.00;-1.57;0.22 11290;21;3290.66;9.99;1616.00;1.57;0.22 +11291;0;3191.00;10.07;1693.00;0.00;0.24 +11291;1;3190.00;10.00;1689.50;-0.27;0.24 +11291;2;3188.50;9.50;1692.50;-1.37;0.24 +11291;3;3193.50;10.30;1690.50;0.78;0.24 +11291;4;3194.00;10.25;1693.50;1.73;0.24 +11291;5;3189.50;9.50;1696.00;3.60;0.24 +11291;6;3192.50;10.20;1696.00;2.67;0.24 +11291;7;3191.00;9.95;1697.00;3.14;0.24 +11291;9;3188.84;9.53;1693.00;1.57;0.24 +11291;10;3193.16;10.23;1693.00;-1.57;0.24 +11291;19;3188.00;9.50;1695.00;-1.37;0.24 +11291;20;3186.54;9.50;1695.97;4.12;0.24 11291;21;3188.84;9.53;1693.00;1.57;0.24 +11292;0;3560.00;10.87;1623.00;0.00;0.22 +11292;1;3559.50;10.65;1621.00;-0.24;0.22 +11292;2;3563.50;10.65;1622.00;1.29;0.22 +11292;3;3556.00;11.15;1623.50;4.58;0.22 +11292;4;3564.00;10.70;1624.50;1.93;0.22 +11292;5;3560.00;11.10;1625.50;3.14;0.22 +11292;6;3556.00;11.20;1625.50;4.15;0.22 +11292;9;3556.58;11.14;1623.00;1.57;0.22 +11292;10;3563.42;10.70;1623.00;-1.57;0.22 11292;21;3556.58;11.14;1623.00;1.57;0.22 +11293;0;2695.00;12.07;1600.00;0.00;0.24 +11293;1;2696.00;11.60;1597.00;0.32;0.24 +11293;2;2693.00;11.75;1598.50;-0.92;0.24 +11293;3;2697.50;11.60;1600.00;1.57;0.24 +11293;4;2694.00;11.30;1602.50;3.52;0.24 +11293;5;2697.00;11.17;1603.00;2.55;0.24 +11293;9;2692.84;11.56;1600.00;1.57;0.24 +11293;10;2697.16;11.66;1600.00;-1.57;0.24 +11293;19;2699.96;9.50;1601.36;-5.03;0.24 +11293;20;2701.65;9.50;1601.82;1.83;0.24 11293;21;2697.16;11.66;1600.00;-1.57;0.24 +11294;0;3430.00;10.00;1597.00;0.00;0.20 +11294;1;3429.50;10.00;1594.50;-0.19;0.20 +11294;2;3432.00;9.95;1595.50;0.92;0.20 +11294;3;3427.00;9.92;1597.00;4.71;0.20 +11294;4;3431.50;9.90;1598.50;2.35;0.20 +11294;5;3428.50;10.00;1599.50;3.68;0.20 +11294;9;3427.84;9.96;1597.00;1.57;0.20 +11294;10;3432.16;10.00;1597.00;-1.57;0.20 11294;21;3427.84;9.96;1597.00;1.57;0.20 +11295;0;3452.00;9.80;1636.00;0.00;0.20 +11295;1;3453.00;9.80;1633.50;0.38;0.20 +11295;2;3450.50;9.80;1635.00;-0.98;0.20 +11295;3;3454.50;10.10;1636.50;1.76;0.20 +11295;4;3450.50;9.80;1638.00;3.78;0.20 +11295;5;3453.50;10.00;1638.50;2.60;0.20 +11295;9;3450.20;9.80;1636.00;1.57;0.20 +11295;10;3453.80;9.94;1636.00;-1.57;0.20 11295;21;3450.20;9.80;1636.00;1.57;0.20 +11296;0;3450.00;9.80;1561.00;0.00;0.22 +11296;1;3450.50;9.80;1559.00;0.24;0.22 +11296;2;3452.50;9.80;1559.00;0.89;0.22 +11296;3;3448.00;9.80;1560.00;-1.10;0.22 +11296;4;3452.00;9.80;1561.50;1.81;0.22 +11296;5;3447.50;9.80;1562.00;4.33;0.22 +11296;6;3449.50;9.80;1563.00;3.38;0.22 +11296;9;3447.84;9.80;1561.00;1.57;0.22 +11296;10;3452.16;9.80;1561.00;-1.57;0.22 11296;21;3447.84;9.80;1561.00;1.57;0.22 +11297;0;2790.00;9.82;1610.00;0.00;0.24 +11297;1;2792.00;9.50;1607.00;0.58;0.24 +11297;2;2789.00;9.80;1607.50;-0.38;0.24 +11297;3;2792.00;9.70;1610.50;1.81;0.24 +11297;4;2787.50;9.80;1609.50;-1.37;0.24 +11297;5;2789.00;9.82;1612.00;3.60;0.24 +11297;9;2787.84;9.80;1610.00;1.57;0.24 +11297;10;2792.16;9.73;1610.00;-1.57;0.24 +11297;19;2792.00;9.60;1612.00;-4.47;0.24 +11297;20;2793.23;9.60;1613.23;2.35;0.24 11297;21;2787.84;9.80;1610.00;1.57;0.24 +11298;0;3300.00;10.35;1573.00;0.00;0.22 +11298;1;3301.00;10.40;1569.00;0.24;0.22 +11298;2;3298.50;10.20;1571.00;-0.64;0.22 +11298;3;3302.00;10.35;1572.50;1.32;0.22 +11298;4;3297.50;10.40;1574.00;4.33;0.22 +11298;5;3297.00;10.30;1576.00;3.92;0.22 +11298;6;3301.50;10.00;1575.00;2.49;0.22 +11298;7;3300.00;9.85;1576.50;3.14;0.22 +11298;9;3298.02;10.37;1573.00;1.57;0.22 +11298;10;3301.98;10.30;1573.00;-1.57;0.22 11298;21;3298.02;10.37;1573.00;1.57;0.22 +11299;0;2764.00;10.12;1644.00;0.00;0.26 +11299;1;2762.00;10.40;1641.50;-0.67;0.26 +11299;2;2765.50;10.40;1641.00;0.46;0.26 +11299;3;2761.50;10.40;1643.50;-1.37;0.26 +11299;4;2766.50;10.10;1645.50;2.11;0.26 +11299;5;2762.50;10.30;1646.50;3.68;0.26 +11299;9;2761.66;10.38;1644.00;1.57;0.26 +11299;10;2766.34;10.10;1644.00;-1.57;0.26 +11299;19;2770.00;9.57;1647.00;-4.17;0.26 +11299;20;2771.56;9.57;1647.78;2.03;0.26 11299;21;2761.66;10.38;1644.00;1.57;0.26 +11300;0;3362.00;10.10;1613.00;0.00;0.20 +11300;1;3360.50;10.10;1611.00;-0.64;0.20 +11300;2;3362.50;10.10;1610.50;0.19;0.20 +11300;3;3364.50;10.00;1613.00;1.57;0.20 +11300;4;3360.00;10.10;1613.50;4.46;0.20 +11300;5;3364.50;10.00;1615.00;2.24;0.20 +11300;6;3362.50;10.00;1615.50;2.94;0.20 +11300;9;3360.02;10.10;1613.00;1.57;0.20 +11300;10;3363.98;10.02;1613.00;-1.57;0.20 11300;21;3360.02;10.10;1613.00;1.57;0.20 +11301;0;3163.00;10.40;1580.00;0.00;0.24 +11301;1;3162.00;10.40;1577.00;-0.32;0.24 +11301;2;3160.00;10.40;1578.50;-1.10;0.24 +11301;3;3165.00;10.40;1578.50;0.92;0.24 +11301;4;3166.50;10.40;1581.50;1.97;0.24 +11301;5;3161.50;10.40;1581.50;3.92;0.24 +11301;6;3164.00;10.40;1583.00;2.82;0.24 +11301;9;3160.48;10.40;1580.00;1.57;0.24 +11301;10;3165.52;10.40;1580.00;-1.57;0.24 11301;21;3160.48;10.40;1580.00;1.57;0.24 +11302;0;3217.00;10.50;1672.00;0.00;0.26 +11302;1;3218.00;10.50;1669.00;0.32;0.26 +11302;2;3214.00;10.55;1672.00;4.71;0.26 +11302;3;3220.00;10.45;1672.00;1.57;0.26 +11302;4;3215.00;10.45;1675.00;3.73;0.26 +11302;5;3218.50;10.40;1675.00;2.67;0.26 +11302;9;3214.66;10.50;1672.00;1.57;0.26 +11302;10;3219.34;10.45;1672.00;-1.57;0.26 11302;21;3214.66;10.50;1672.00;1.57;0.26 +11303;0;2684.00;9.97;1614.00;0.00;0.26 +11303;1;2681.00;9.85;1611.50;-0.87;0.26 +11303;2;2685.50;9.80;1612.00;0.64;0.26 +11303;3;2680.00;9.90;1613.50;-1.44;0.26 +11303;4;2687.50;10.00;1615.50;1.97;0.26 +11303;5;2682.50;10.00;1615.50;3.92;0.26 +11303;6;2685.00;10.05;1617.50;2.86;0.26 +11303;9;2680.94;9.97;1614.00;1.57;0.26 +11303;10;2687.06;9.94;1614.00;-1.57;0.26 11303;21;2680.94;9.97;1614.00;1.57;0.26 +11304;0;3272.00;9.80;1673.00;0.00;0.22 +11304;1;3271.00;9.80;1670.50;-0.38;0.22 +11304;2;3274.50;9.80;1672.00;1.19;0.22 +11304;3;3269.50;9.80;1673.50;4.51;0.22 +11304;4;3276.50;9.80;1674.00;1.78;0.22 +11304;5;3272.50;9.90;1675.50;2.94;0.22 +11304;9;3269.48;9.80;1673.00;1.57;0.22 +11304;10;3274.52;9.80;1673.00;-1.57;0.22 11304;21;3269.48;9.80;1673.00;1.57;0.22 +11305;0;2980.00;9.70;1596.00;0.00;0.24 +11305;1;2980.00;9.70;1593.50;0.00;0.24 +11305;2;2982.50;9.70;1595.00;1.19;0.24 +11305;3;2977.00;9.70;1595.50;-1.40;0.24 +11305;4;2977.50;9.70;1597.00;4.33;0.24 +11305;5;2983.50;9.70;1597.50;1.97;0.24 +11305;6;2980.50;9.70;1598.00;2.89;0.24 +11305;9;2977.48;9.69;1596.00;1.57;0.24 +11305;10;2982.52;9.70;1596.00;-1.57;0.24 +11305;19;2981.91;9.50;1599.60;-3.39;0.24 +11305;20;2982.73;9.50;1601.14;2.65;0.24 11305;21;2982.52;9.70;1596.00;-1.57;0.24 +11306;0;2735.00;12.67;1673.00;0.00;0.24 +11306;1;2739.00;12.65;1671.00;1.10;0.24 +11306;2;2731.50;13.15;1671.00;-1.05;0.24 +11306;3;2735.00;12.90;1671.00;0.00;0.24 +11306;4;2730.00;13.00;1672.50;-1.47;0.24 +11306;5;2739.00;12.80;1674.00;1.81;0.24 +11306;6;2732.00;12.65;1674.50;4.24;0.24 +11306;7;2735.50;12.70;1676.00;2.97;0.24 +11306;9;2731.58;13.13;1673.00;1.57;0.24 +11306;10;2738.42;12.87;1673.00;-1.57;0.24 11306;21;2731.58;13.13;1673.00;1.57;0.24 +11307;0;3728.00;13.72;1699.00;0.00;0.36 +11307;1;3729.00;14.22;1694.00;0.19;0.36 +11307;2;3725.00;14.55;1695.50;-0.70;0.36 +11307;3;3732.00;13.22;1699.00;1.57;0.36 +11307;4;3723.50;14.00;1699.00;4.71;0.36 +11307;5;3726.50;13.20;1703.50;3.46;0.36 +11307;6;3731.50;12.40;1703.50;2.48;0.36 +11307;9;3724.76;14.02;1699.00;1.57;0.36 +11307;10;3731.24;13.12;1699.00;-1.57;0.36 11307;21;3724.76;14.02;1699.00;1.57;0.36 +11308;0;3516.00;10.00;1560.00;0.00;0.18 +11308;1;3514.50;10.00;1558.50;-0.78;0.18 +11308;2;3516.50;9.90;1557.50;0.19;0.18 +11308;3;3518.00;9.85;1558.50;0.92;0.18 +11308;4;3513.50;10.00;1560.50;4.51;0.18 +11308;5;3518.50;9.90;1560.50;1.76;0.18 +11308;6;3514.50;10.00;1561.50;3.92;0.18 +11308;7;3516.50;10.00;1561.50;2.82;0.18 +11308;9;3514.20;10.00;1560.00;1.57;0.18 +11308;10;3517.80;9.90;1560.00;-1.57;0.18 11308;21;3514.20;10.00;1560.00;1.57;0.18 +11309;0;3494.00;10.90;1593.00;0.00;0.24 +11309;1;3494.00;11.20;1590.50;0.00;0.24 +11309;2;3491.00;10.70;1591.00;-0.98;0.24 +11309;3;3496.50;11.10;1593.00;1.57;0.24 +11309;4;3491.00;10.40;1593.50;4.54;0.24 +11309;5;3493.50;10.25;1596.00;3.30;0.24 +11309;6;3496.00;10.55;1595.50;2.46;0.24 +11309;9;3491.66;10.57;1593.00;1.57;0.24 +11309;10;3496.34;11.08;1593.00;-1.57;0.24 11309;21;3491.66;10.57;1593.00;1.57;0.24 +11310;0;3371.00;10.00;1566.00;0.00;0.22 +11310;1;3371.50;10.35;1563.00;0.16;0.22 +11310;2;3373.50;10.20;1563.50;0.78;0.22 +11310;3;3369.00;10.10;1565.50;-1.32;0.22 +11310;4;3373.00;10.02;1566.00;1.57;0.22 +11310;5;3369.00;9.90;1568.50;3.81;0.22 +11310;6;3371.00;10.00;1568.00;3.14;0.22 +11310;9;3369.02;10.05;1566.00;1.57;0.22 +11310;10;3372.98;10.02;1566.00;-1.57;0.22 11310;21;3369.02;10.05;1566.00;1.57;0.22 +11311;0;3041.00;10.70;1678.00;0.00;0.26 +11311;1;3040.50;10.70;1675.00;-0.16;0.26 +11311;2;3037.50;10.70;1677.00;-1.29;0.26 +11311;3;3044.00;10.60;1678.00;1.57;0.26 +11311;4;3039.00;10.70;1680.00;3.92;0.26 +11311;5;3042.00;10.70;1681.00;2.82;0.26 +11311;9;3038.66;10.70;1678.00;1.57;0.26 +11311;10;3043.34;10.60;1678.00;-1.57;0.26 11311;21;3038.66;10.70;1678.00;1.57;0.26 +11312;0;3166.00;10.17;1611.00;0.00;0.22 +11312;1;3166.00;10.25;1609.00;0.00;0.22 +11312;2;3169.00;10.90;1609.50;1.10;0.22 +11312;3;3162.50;10.00;1611.50;4.57;0.22 +11312;4;3168.00;10.50;1612.50;2.21;0.22 +11312;5;3165.00;10.02;1613.00;3.60;0.22 +11312;9;3163.66;10.01;1611.00;1.57;0.22 +11312;10;3168.34;10.70;1611.00;-1.57;0.22 11312;21;3163.66;10.01;1611.00;1.57;0.22 +11313;0;3240.00;9.80;1571.00;0.00;0.26 +11313;1;3241.00;9.80;1568.00;0.32;0.26 +11313;2;3237.50;9.80;1569.50;-1.03;0.26 +11313;3;3242.50;9.80;1571.50;1.76;0.26 +11313;4;3237.00;9.80;1572.50;4.24;0.26 +11313;5;3240.00;9.80;1574.50;3.14;0.26 +11313;9;3237.66;9.80;1571.00;1.57;0.26 +11313;10;3242.34;9.80;1571.00;-1.57;0.26 11313;21;3237.66;9.80;1571.00;1.57;0.26 +11314;0;3431.00;10.47;1612.00;0.00;0.20 +11314;1;3432.50;10.40;1609.00;0.46;0.20 +11314;2;3430.50;10.25;1610.00;-0.24;0.20 +11314;3;3433.50;10.50;1611.50;1.37;0.20 +11314;4;3429.00;10.20;1612.50;4.46;0.20 +11314;5;3434.00;10.50;1613.50;2.03;0.20 +11314;6;3431.50;10.50;1614.50;2.94;0.20 +11314;9;3429.20;10.24;1612.00;1.57;0.20 +11314;10;3432.80;10.50;1612.00;-1.57;0.20 11314;21;3429.20;10.24;1612.00;1.57;0.20 +11315;0;3346.00;10.70;1669.00;0.00;0.24 +11315;1;3346.00;10.65;1665.50;0.00;0.24 +11315;2;3344.00;10.70;1667.00;-0.78;0.24 +11315;3;3348.00;10.60;1667.00;0.78;0.24 +11315;4;3348.50;10.65;1670.00;1.95;0.24 +11315;5;3344.00;10.70;1670.50;4.06;0.24 +11315;6;3347.00;10.65;1673.00;2.89;0.24 +11315;7;3348.50;10.40;1672.50;2.52;0.24 +11315;9;3343.84;10.70;1669.00;1.57;0.24 +11315;10;3348.16;10.70;1669.00;-1.57;0.24 11315;21;3343.84;10.70;1669.00;1.57;0.24 +11316;0;3078.00;10.00;1606.00;0.00;0.22 +11316;1;3075.50;9.80;1603.50;-0.78;0.22 +11316;2;3079.00;10.12;1604.00;0.46;0.22 +11316;3;3075.50;9.90;1606.50;4.51;0.22 +11316;4;3081.00;10.30;1607.00;1.89;0.22 +11316;5;3079.00;10.00;1608.00;2.67;0.22 +11316;9;3075.30;9.85;1606.00;1.57;0.22 +11316;10;3080.70;10.31;1606.00;-1.57;0.22 11316;21;3075.30;9.85;1606.00;1.57;0.22 +11317;0;2783.00;9.80;1620.00;0.00;0.26 +11317;1;2782.50;9.80;1618.00;-0.24;0.26 +11317;2;2785.50;9.80;1617.00;0.69;0.26 +11317;3;2784.50;9.85;1621.00;2.15;0.26 +11317;4;2779.50;10.20;1620.50;4.57;0.26 +11317;5;2779.50;9.80;1622.50;4.09;0.26 +11317;6;2780.50;9.80;1623.50;3.76;0.26 +11317;9;2780.30;10.04;1620.00;1.57;0.26 +11317;10;2785.70;9.80;1620.00;-1.57;0.26 +11317;19;2789.00;9.63;1620.00;-4.12;0.26 +11317;20;2790.75;9.63;1620.00;1.57;0.26 11317;21;2780.30;10.04;1620.00;1.57;0.26 +11318;0;2912.00;9.67;1583.00;0.00;0.24 +11318;1;2912.50;9.70;1580.50;0.19;0.24 +11318;2;2915.00;9.70;1581.00;0.98;0.24 +11318;3;2909.50;9.70;1583.00;4.71;0.24 +11318;4;2915.00;9.70;1582.50;1.40;0.24 +11318;5;2912.00;9.70;1585.00;3.14;0.24 +11318;9;2909.84;9.68;1583.00;1.57;0.24 +11318;10;2914.16;9.70;1583.00;-1.57;0.24 +11318;19;2907.00;9.60;1587.00;-3.14;0.24 +11318;20;2905.63;9.60;1588.09;4.03;0.24 11318;21;2909.84;9.68;1583.00;1.57;0.24 +11319;0;3570.00;9.72;1597.00;0.00;0.24 +11319;1;3570.50;9.75;1595.00;0.24;0.24 +11319;2;3567.00;9.90;1595.50;-1.10;0.24 +11319;3;3573.00;9.77;1597.00;1.57;0.24 +11319;4;3566.00;10.15;1597.50;4.58;0.24 +11319;5;3568.00;9.75;1599.00;3.92;0.24 +11319;6;3571.50;9.80;1600.00;2.67;0.24 +11319;9;3567.30;9.84;1597.00;1.57;0.24 +11319;10;3572.70;9.76;1597.00;-1.57;0.24 11319;21;3567.30;9.84;1597.00;1.57;0.24 +11320;0;3614.00;9.90;1661.00;0.00;0.28 +11320;1;3613.50;9.90;1657.00;-0.12;0.28 +11320;2;3617.50;10.10;1658.50;0.95;0.28 +11320;3;3610.00;9.90;1660.50;-1.44;0.28 +11320;4;3620.00;10.30;1660.50;1.48;0.28 +11320;5;3618.50;9.90;1662.50;1.89;0.28 +11320;6;3614.00;9.80;1664.00;3.14;0.28 +11320;7;3610.00;9.90;1663.50;4.15;0.28 +11320;9;3610.22;9.90;1661.00;1.57;0.28 +11320;10;3617.78;9.90;1661.00;-1.57;0.28 11320;21;3610.22;9.90;1661.00;1.57;0.28 +11321;0;3581.00;9.70;1556.00;0.00;0.22 +11321;1;3579.50;9.80;1554.50;-0.78;0.22 +11321;2;3583.00;9.70;1554.00;0.78;0.22 +11321;3;3578.00;9.92;1557.00;4.39;0.22 +11321;4;3582.50;9.70;1557.00;2.15;0.22 +11321;5;3580.00;9.80;1559.00;3.46;0.22 +11321;9;3578.66;9.88;1556.00;1.57;0.22 +11321;10;3583.34;9.70;1556.00;-1.57;0.22 11321;21;3578.66;9.88;1556.00;1.57;0.22 +11322;0;3259.00;9.90;1603.00;0.00;0.22 +11322;1;3258.50;9.90;1599.50;-0.14;0.22 +11322;2;3260.50;9.90;1601.00;0.64;0.22 +11322;3;3256.00;9.90;1601.00;-0.98;0.22 +11322;4;3256.50;9.90;1604.00;4.33;0.22 +11322;5;3261.50;9.90;1604.50;2.11;0.22 +11322;6;3259.00;9.90;1606.50;3.14;0.22 +11322;7;3261.00;9.90;1607.00;2.67;0.22 +11322;9;3257.02;9.90;1603.00;1.57;0.22 +11322;10;3260.98;9.90;1603.00;-1.57;0.22 11322;21;3257.02;9.90;1603.00;1.57;0.22 +11323;0;3440.00;9.97;1565.00;0.00;0.20 +11323;1;3438.50;9.90;1563.00;-0.64;0.20 +11323;2;3441.00;9.90;1562.50;0.38;0.20 +11323;3;3442.50;9.90;1564.00;1.19;0.20 +11323;4;3438.00;10.05;1566.00;4.24;0.20 +11323;5;3442.00;9.85;1566.50;2.21;0.20 +11323;6;3440.50;9.90;1567.50;2.94;0.20 +11323;9;3438.02;10.02;1565.00;1.57;0.20 +11323;10;3441.98;9.90;1565.00;-1.57;0.20 11323;21;3438.02;10.02;1565.00;1.57;0.20 +11324;0;3502.00;10.00;1611.00;0.00;0.16 +11324;1;3503.00;10.00;1609.00;0.46;0.16 +11324;2;3500.00;10.00;1609.50;-0.92;0.16 +11324;3;3505.00;10.00;1610.50;1.40;0.16 +11324;4;3499.50;10.00;1611.50;4.51;0.16 +11324;5;3504.00;10.00;1613.00;2.35;0.16 +11324;6;3501.50;10.00;1613.00;3.38;0.16 +11324;9;3499.66;10.00;1611.00;1.57;0.16 +11324;10;3504.34;10.00;1611.00;-1.57;0.16 11324;21;3499.66;10.00;1611.00;1.57;0.16 +11325;0;3309.00;10.42;1573.00;0.00;0.20 +11325;1;3308.50;10.40;1570.00;-0.16;0.20 +11325;2;3306.50;10.20;1572.50;-1.37;0.20 +11325;3;3311.00;10.45;1570.50;0.67;0.20 +11325;4;3311.00;10.50;1573.50;1.81;0.20 +11325;5;3308.00;10.00;1575.50;3.52;0.20 +11325;9;3307.20;10.22;1573.00;1.57;0.20 +11325;10;3310.80;10.50;1573.00;-1.57;0.20 11325;21;3307.20;10.22;1573.00;1.57;0.20 +11326;0;3354.00;10.60;1649.00;0.00;0.24 +11326;1;3352.50;10.60;1646.00;-0.46;0.24 +11326;2;3355.50;10.60;1647.50;0.78;0.24 +11326;3;3352.00;10.60;1649.00;4.71;0.24 +11326;4;3357.00;10.45;1651.50;2.26;0.24 +11326;5;3353.50;10.30;1652.00;3.30;0.24 +11326;6;3355.50;10.15;1653.00;2.78;0.24 +11326;9;3351.84;10.60;1649.00;1.57;0.24 +11326;10;3356.16;10.66;1649.00;-1.57;0.24 11326;21;3351.84;10.60;1649.00;1.57;0.24 +11327;0;3036.00;9.70;1650.00;0.00;0.20 +11327;1;3036.50;9.50;1648.00;0.24;0.20 +11327;2;3033.50;9.70;1650.00;4.71;0.20 +11327;3;3039.50;9.70;1650.00;1.57;0.20 +11327;4;3035.50;9.75;1652.00;3.38;0.20 +11327;5;3038.50;9.75;1652.00;2.24;0.20 +11327;9;3033.84;9.70;1650.00;1.57;0.20 +11327;10;3038.16;9.70;1650.00;-1.57;0.20 +11327;19;3036.00;9.50;1648.00;0.24;0.20 +11327;20;3036.00;9.50;1646.25;0.00;0.20 11327;21;3033.84;9.70;1650.00;1.57;0.20 +11328;0;4310.00;11.42;1890.00;0.00;1.24 +11328;1;4315.00;11.07;1881.00;0.50;1.24 +11328;2;4291.50;10.75;1880.00;-1.07;1.24 +11328;3;4293.50;11.50;1893.00;4.53;1.24 +11328;4;4331.00;11.70;1897.50;1.91;1.24 +11328;5;4318.50;11.20;1902.50;2.54;1.24 +11328;9;4292.90;11.50;1890.00;1.57;1.24 +11328;10;4327.10;10.98;1890.00;-1.57;1.24 11328;21;4292.90;11.50;1890.00;1.57;1.24 +11329;0;3154.00;10.40;1586.00;0.00;0.24 +11329;1;3153.00;10.40;1584.00;-0.46;0.24 +11329;2;3157.00;10.40;1584.50;1.10;0.24 +11329;3;3150.50;10.40;1586.50;4.57;0.24 +11329;4;3156.00;10.40;1587.50;2.21;0.24 +11329;5;3150.50;10.40;1587.50;4.30;0.24 +11329;6;3152.50;10.40;1588.00;3.78;0.24 +11329;9;3151.30;10.40;1586.00;1.57;0.24 +11329;10;3156.70;10.40;1586.00;-1.57;0.24 11329;21;3151.30;10.40;1586.00;1.57;0.24 +11330;0;3414.00;10.07;1626.00;0.00;0.20 +11330;1;3414.00;10.45;1623.50;0.00;0.20 +11330;2;3416.50;10.30;1625.00;1.19;0.20 +11330;3;3412.00;10.47;1625.00;-1.10;0.20 +11330;4;3412.00;10.05;1628.00;3.92;0.20 +11330;5;3415.00;9.90;1628.00;2.67;0.20 +11330;9;3412.02;10.30;1626.00;1.57;0.20 +11330;10;3415.98;10.10;1626.00;-1.57;0.20 11330;21;3412.02;10.30;1626.00;1.57;0.20 +11331;0;2972.00;9.70;1600.00;0.00;0.16 +11331;1;2971.50;9.70;1598.50;-0.32;0.16 +11331;2;2970.50;9.70;1599.50;-1.24;0.16 +11331;3;2973.50;9.70;1599.00;0.98;0.16 +11331;4;2973.50;9.60;1600.50;1.89;0.16 +11331;5;2972.50;9.70;1601.00;2.67;0.16 +11331;9;2970.56;9.70;1600.00;1.57;0.16 +11331;10;2973.44;9.65;1600.00;-1.57;0.16 +11331;19;2974.00;9.60;1600.00;-4.39;0.16 +11331;20;2975.75;9.60;1600.00;1.57;0.16 11331;21;2973.44;9.65;1600.00;-1.57;0.16 +11332;0;2745.00;11.75;1626.00;0.00;0.24 +11332;1;2742.50;10.50;1626.50;4.51;0.24 +11332;2;2745.50;11.35;1624.00;0.24;0.24 +11332;3;2748.50;12.20;1625.50;1.42;0.24 +11332;4;2747.50;12.75;1628.00;2.24;0.24 +11332;5;2745.50;11.90;1629.50;3.00;0.24 +11332;9;2742.12;10.27;1626.00;1.57;0.24 +11332;10;2747.88;12.49;1626.00;-1.57;0.24 +11332;19;2741.00;9.50;1622.00;-1.77;0.24 +11332;20;2739.76;9.50;1620.76;-0.78;0.24 11332;21;2747.88;12.49;1626.00;-1.57;0.24 +11333;0;2794.00;9.92;1557.00;0.00;0.12 +11333;1;2791.00;10.27;1556.00;-1.24;0.12 +11333;2;2795.00;9.90;1556.00;0.78;0.12 +11333;3;2793.50;10.00;1558.50;3.46;0.12 +11333;4;2796.50;10.05;1558.00;1.95;0.12 +11333;9;2791.66;10.11;1557.00;1.57;0.12 +11333;10;2796.34;9.95;1557.00;-1.57;0.12 11333;21;2791.66;10.11;1557.00;1.57;0.12 +11334;0;2652.00;9.75;1588.00;0.00;0.24 +11334;1;2649.50;9.70;1585.50;-0.78;0.24 +11334;2;2655.00;9.50;1586.50;1.10;0.24 +11334;3;2650.50;9.65;1590.00;3.78;0.24 +11334;4;2655.50;9.75;1588.00;1.57;0.24 +11334;5;2654.50;9.70;1590.00;2.24;0.24 +11334;9;2648.76;9.50;1588.00;1.57;0.24 +11334;10;2655.24;9.73;1588.00;-1.57;0.24 +11334;19;2645.00;9.50;1585.00;-0.79;0.24 +11334;20;2643.39;9.50;1584.31;-1.16;0.24 11334;21;2648.76;9.50;1588.00;1.57;0.24 +11335;0;3508.00;10.00;1567.00;0.00;0.22 +11335;1;3507.50;10.00;1564.50;-0.19;0.22 +11335;2;3510.50;10.00;1565.00;0.89;0.22 +11335;3;3505.50;10.00;1567.00;4.71;0.22 +11335;4;3510.50;10.10;1567.00;1.57;0.22 +11335;5;3508.00;10.00;1569.00;3.14;0.22 +11335;6;3506.00;9.97;1570.00;3.73;0.22 +11335;9;3506.02;10.00;1567.00;1.57;0.22 +11335;10;3509.98;10.10;1567.00;-1.57;0.22 11335;21;3506.02;10.00;1567.00;1.57;0.22 +11336;0;3318.00;9.97;1600.00;0.00;0.26 +11336;1;3319.00;9.90;1597.50;0.38;0.26 +11336;2;3321.00;9.90;1598.00;0.98;0.26 +11336;3;3316.00;9.90;1599.50;-1.32;0.26 +11336;4;3320.00;9.95;1601.50;2.21;0.26 +11336;5;3316.00;10.17;1602.00;3.92;0.26 +11336;6;3318.50;10.45;1604.00;3.01;0.26 +11336;9;3315.66;9.95;1600.00;1.57;0.26 +11336;10;3320.34;9.90;1600.00;-1.57;0.26 11336;21;3315.66;9.95;1600.00;1.57;0.26 +11337;0;3381.00;10.07;1568.00;0.00;0.20 +11337;1;3381.00;10.05;1566.00;0.00;0.20 +11337;2;3378.00;10.10;1567.00;-1.24;0.20 +11337;3;3384.00;10.27;1568.00;1.57;0.20 +11337;4;3378.50;10.10;1569.50;4.17;0.20 +11337;5;3381.50;10.10;1570.00;2.89;0.20 +11337;6;3384.00;10.10;1570.00;2.15;0.20 +11337;9;3378.30;10.10;1568.00;1.57;0.20 +11337;10;3383.70;10.26;1568.00;-1.57;0.20 11337;21;3378.30;10.10;1568.00;1.57;0.20 +11338;0;3433.00;9.90;1657.00;0.00;0.20 +11338;1;3432.50;9.80;1654.50;-0.19;0.20 +11338;2;3435.00;9.80;1654.50;0.67;0.20 +11338;3;3435.50;9.90;1657.50;1.76;0.20 +11338;4;3430.00;9.87;1656.00;-1.24;0.20 +11338;5;3430.50;9.90;1657.50;4.51;0.20 +11338;6;3433.50;9.90;1659.50;2.94;0.20 +11338;9;3430.84;9.90;1657.00;1.57;0.20 +11338;10;3435.16;9.86;1657.00;-1.57;0.20 11338;21;3430.84;9.90;1657.00;1.57;0.20 +11339;0;3570.00;9.80;1617.00;0.00;0.26 +11339;1;3567.50;9.80;1613.50;-0.62;0.26 +11339;2;3567.00;9.90;1615.50;-1.10;0.26 +11339;3;3570.00;9.80;1615.00;0.00;0.26 +11339;4;3573.00;9.72;1617.00;1.57;0.26 +11339;5;3568.50;9.80;1619.00;3.78;0.26 +11339;6;3572.50;9.70;1619.50;2.35;0.26 +11339;7;3571.00;9.70;1620.50;2.86;0.26 +11339;9;3567.66;9.88;1617.00;1.57;0.26 +11339;10;3572.34;9.70;1617.00;-1.57;0.26 11339;21;3567.66;9.88;1617.00;1.57;0.26 +11340;0;3496.00;9.95;1664.00;0.00;0.26 +11340;1;3496.00;10.37;1661.00;0.00;0.26 +11340;2;3493.50;10.50;1660.50;-0.62;0.26 +11340;3;3492.50;10.20;1663.00;-1.29;0.26 +11340;4;3499.00;9.80;1665.00;1.89;0.26 +11340;5;3495.50;9.80;1666.50;3.33;0.26 +11340;6;3499.00;9.80;1668.00;2.49;0.26 +11340;9;3493.66;10.00;1664.00;1.57;0.26 +11340;10;3498.34;9.85;1664.00;-1.57;0.26 11340;21;3493.66;10.00;1664.00;1.57;0.26 +11341;0;3219.00;9.85;1578.00;0.00;0.18 +11341;1;3217.00;9.80;1576.00;-0.78;0.18 +11341;2;3215.00;9.87;1577.00;-1.32;0.18 +11341;3;3220.50;9.80;1576.50;0.78;0.18 +11341;4;3222.50;9.80;1576.50;1.16;0.18 +11341;5;3222.00;9.90;1578.50;1.73;0.18 +11341;6;3218.00;10.00;1579.50;3.73;0.18 +11341;9;3216.30;9.96;1578.00;1.57;0.18 +11341;10;3221.70;9.90;1578.00;-1.57;0.18 11341;21;3216.30;9.96;1578.00;1.57;0.18 +11342;0;3214.00;10.45;1627.00;0.00;0.28 +11342;1;3212.50;10.40;1624.50;-0.54;0.28 +11342;2;3215.50;10.50;1625.50;0.78;0.28 +11342;3;3211.50;10.40;1627.00;4.71;0.28 +11342;4;3217.00;10.50;1628.50;2.03;0.28 +11342;5;3213.50;10.40;1629.50;3.33;0.28 +11342;6;3215.50;10.50;1630.50;2.73;0.28 +11342;9;3211.12;10.41;1627.00;1.57;0.28 +11342;10;3216.88;10.50;1627.00;-1.57;0.28 11342;21;3216.88;10.50;1627.00;-1.57;0.28 +11343;0;3082.00;10.12;1614.00;0.00;0.16 +11343;1;3081.00;10.10;1612.00;-0.46;0.16 +11343;2;3085.50;10.50;1613.50;1.42;0.16 +11343;3;3078.00;9.70;1613.50;-1.44;0.16 +11343;4;3081.50;9.70;1616.00;3.38;0.16 +11343;9;3078.58;9.70;1614.00;1.57;0.16 +11343;10;3085.42;10.39;1614.00;-1.57;0.16 +11343;19;3075.00;9.50;1616.00;-2.90;0.16 +11343;20;3073.31;9.50;1616.48;4.43;0.16 11343;21;3078.58;9.70;1614.00;1.57;0.16 +11344;0;3484.00;9.80;1626.00;0.00;0.22 +11344;1;3483.50;9.80;1623.50;-0.19;0.22 +11344;2;3485.50;9.85;1624.00;0.64;0.22 +11344;3;3487.00;9.85;1625.50;1.40;0.22 +11344;4;3482.00;9.80;1626.00;4.71;0.22 +11344;5;3485.50;9.80;1628.50;2.60;0.22 +11344;6;3482.50;9.80;1628.50;3.68;0.22 +11344;9;3482.02;9.80;1626.00;1.57;0.22 +11344;10;3485.98;9.80;1626.00;-1.57;0.22 11344;21;3482.02;9.80;1626.00;1.57;0.22 +11345;0;2765.00;10.10;1590.00;0.00;0.22 +11345;1;2766.00;10.10;1587.50;0.38;0.22 +11345;2;2768.00;10.07;1588.00;0.98;0.22 +11345;3;2762.50;10.10;1589.50;-1.37;0.22 +11345;4;2767.50;10.10;1590.50;1.76;0.22 +11345;5;2762.50;10.05;1592.00;4.03;0.22 +11345;6;2764.00;9.95;1593.00;3.46;0.22 +11345;7;2765.50;10.10;1593.00;2.97;0.22 +11345;9;2763.02;10.05;1590.00;1.57;0.22 +11345;10;2766.98;10.10;1590.00;-1.57;0.22 11345;21;2763.02;10.05;1590.00;1.57;0.22 +11346;0;2917.00;10.15;1559.00;0.00;0.18 +11346;1;2917.00;9.90;1557.50;0.00;0.18 +11346;2;2913.50;10.20;1558.50;-1.42;0.18 +11346;3;2920.00;9.90;1558.50;1.40;0.18 +11346;4;2915.00;10.10;1560.50;4.06;0.18 +11346;5;2919.50;10.40;1560.50;2.11;0.18 +11346;6;2917.50;10.15;1562.00;2.97;0.18 +11346;9;2914.66;10.20;1559.00;1.57;0.18 +11346;10;2919.34;10.01;1559.00;-1.57;0.18 11346;21;2914.66;10.20;1559.00;1.57;0.18 +11347;0;3385.00;10.00;1602.00;0.00;0.22 +11347;1;3384.50;10.00;1599.00;-0.16;0.22 +11347;2;3387.00;10.10;1601.50;1.32;0.22 +11347;3;3382.50;10.00;1600.50;-1.03;0.22 +11347;4;3383.00;10.00;1603.00;4.24;0.22 +11347;5;3384.50;10.00;1605.50;3.28;0.22 +11347;6;3387.00;10.00;1605.00;2.55;0.22 +11347;9;3383.02;10.00;1602.00;1.57;0.22 +11347;10;3386.98;10.10;1602.00;-1.57;0.22 11347;21;3383.02;10.00;1602.00;1.57;0.22 +11348;0;3591.00;9.70;1573.00;0.00;0.26 +11348;1;3590.00;9.77;1570.00;-0.32;0.26 +11348;2;3593.00;9.80;1570.00;0.58;0.26 +11348;3;3587.00;9.70;1571.00;-1.10;0.26 +11348;4;3594.00;9.80;1573.00;1.57;0.26 +11348;5;3587.00;9.70;1572.50;-1.44;0.26 +11348;6;3589.00;9.70;1574.50;4.06;0.26 +11348;7;3592.50;9.70;1575.50;2.60;0.26 +11348;9;3588.12;9.70;1573.00;1.57;0.26 +11348;10;3593.88;9.80;1573.00;-1.57;0.26 11348;21;3588.12;9.70;1573.00;1.57;0.26 +11349;0;3342.00;10.70;1650.00;0.00;0.18 +11349;1;3342.00;10.70;1648.00;0.00;0.18 +11349;2;3346.00;10.65;1649.50;1.44;0.18 +11349;3;3338.50;10.60;1648.50;-1.16;0.18 +11349;4;3337.50;10.60;1650.00;4.71;0.18 +11349;5;3340.50;10.70;1651.50;3.92;0.18 +11349;6;3344.50;10.60;1652.00;2.24;0.18 +11349;9;3338.94;10.70;1650.00;1.57;0.18 +11349;10;3345.06;10.65;1650.00;-1.57;0.18 11349;21;3338.94;10.70;1650.00;1.57;0.18 +11350;0;1876.00;9.70;1079.00;0.00;0.14 +11350;1;1874.50;9.50;1079.50;4.39;0.14 +11350;2;1877.00;9.70;1079.00;1.57;0.14 +11350;3;1874.56;9.70;1077.76;4.71;0.14 +11350;9;1874.74;9.50;1079.00;1.57;0.14 +11350;10;1877.26;9.70;1079.00;-1.57;0.14 +11350;19;1877.00;9.57;1082.00;1.57;0.14 +11350;20;1877.55;9.57;1083.66;2.82;0.14 11350;21;1874.74;9.50;1079.00;1.57;0.14 +11351;0;3449.00;9.80;1570.00;0.00;0.20 +11351;1;3449.00;9.80;1567.50;0.00;0.20 +11351;2;3446.50;9.80;1569.00;-1.19;0.20 +11351;3;3451.50;9.80;1569.00;1.19;0.20 +11351;4;3447.50;9.80;1571.00;4.12;0.20 +11351;5;3450.50;9.80;1572.00;2.49;0.20 +11351;9;3446.84;9.80;1570.00;1.57;0.20 +11351;10;3451.16;9.80;1570.00;-1.57;0.20 11351;21;3446.84;9.80;1570.00;1.57;0.20 +11352;0;3664.00;9.82;1695.00;0.00;0.36 +11352;1;3663.50;9.85;1690.00;-0.10;0.36 +11352;2;3666.00;9.90;1690.00;0.38;0.36 +11352;3;3661.00;9.80;1694.00;-1.24;0.36 +11352;4;3668.00;9.90;1691.50;0.85;0.36 +11352;5;3667.50;9.90;1695.50;1.71;0.36 +11352;6;3660.50;9.90;1699.00;3.86;0.36 +11352;7;3664.50;10.00;1699.50;3.03;0.36 +11352;9;3660.76;9.80;1695.00;1.57;0.36 +11352;10;3667.24;9.85;1695.00;-1.57;0.36 11352;21;3660.76;9.80;1695.00;1.57;0.36 +11353;0;3292.00;10.00;1626.00;0.00;0.20 +11353;1;3292.50;10.00;1623.00;0.16;0.20 +11353;2;3290.00;9.90;1624.00;-0.78;0.20 +11353;3;3294.50;10.00;1625.00;1.19;0.20 +11353;4;3289.50;10.00;1626.50;4.51;0.20 +11353;5;3293.50;10.00;1628.00;2.49;0.20 +11353;6;3291.00;10.05;1629.50;3.42;0.20 +11353;7;3292.00;10.02;1630.00;3.14;0.20 +11353;9;3290.20;10.00;1626.00;1.57;0.20 +11353;10;3293.80;10.00;1626.00;-1.57;0.20 11353;21;3290.20;10.00;1626.00;1.57;0.20 +11354;0;3576.00;10.40;1671.00;0.00;0.28 +11354;1;3573.00;10.40;1669.00;-0.98;0.28 +11354;2;3576.00;10.40;1667.50;0.00;0.28 +11354;3;3579.00;10.40;1669.50;1.10;0.28 +11354;4;3573.00;10.40;1673.00;4.12;0.28 +11354;5;3580.50;10.40;1671.50;1.68;0.28 +11354;6;3577.00;10.40;1673.50;2.76;0.28 +11354;7;3580.50;10.40;1672.50;1.89;0.28 +11354;9;3572.58;10.40;1671.00;1.57;0.28 +11354;10;3579.42;10.40;1671.00;-1.57;0.28 11354;21;3572.58;10.40;1671.00;1.57;0.28 +11355;0;3289.00;9.80;1574.00;0.00;0.20 +11355;1;3288.50;9.80;1571.00;-0.16;0.20 +11355;2;3287.00;9.80;1574.50;4.46;0.20 +11355;3;3291.50;9.90;1572.50;1.03;0.20 +11355;4;3292.00;10.10;1574.50;1.73;0.20 +11355;5;3289.50;9.80;1577.00;2.97;0.20 +11355;9;3287.20;9.80;1574.00;1.57;0.20 +11355;10;3290.80;9.84;1574.00;-1.57;0.20 11355;21;3287.20;9.80;1574.00;1.57;0.20 +11356;0;3550.00;9.95;1633.00;0.00;0.24 +11356;1;3549.00;10.07;1630.00;-0.32;0.24 +11356;2;3551.00;10.15;1630.50;0.38;0.24 +11356;3;3547.50;10.00;1632.00;-1.19;0.24 +11356;4;3552.50;10.00;1632.50;1.37;0.24 +11356;5;3548.00;10.00;1634.50;4.06;0.24 +11356;6;3554.00;10.05;1634.50;1.93;0.24 +11356;7;3551.50;9.90;1636.00;2.67;0.24 +11356;9;3547.84;10.00;1633.00;1.57;0.24 +11356;10;3552.16;9.98;1633.00;-1.57;0.24 11356;21;3547.84;10.00;1633.00;1.57;0.24 +11357;0;3162.00;10.40;1591.00;0.00;0.22 +11357;1;3160.00;10.40;1590.00;-1.10;0.22 +11357;2;3163.50;10.40;1588.50;0.54;0.22 +11357;3;3165.00;10.40;1590.00;1.24;0.22 +11357;4;3163.50;10.40;1592.50;2.35;0.22 +11357;5;3160.00;10.40;1592.50;4.06;0.22 +11357;9;3159.48;10.40;1591.00;1.57;0.22 +11357;10;3164.52;10.40;1591.00;-1.57;0.22 11357;21;3159.48;10.40;1591.00;1.57;0.22 +11358;0;3215.00;9.85;1642.00;0.00;0.36 +11358;1;3216.00;10.25;1638.00;0.24;0.36 +11358;2;3219.00;10.05;1638.50;0.85;0.36 +11358;3;3213.50;10.20;1640.50;-0.78;0.36 +11358;4;3217.00;9.90;1642.50;1.81;0.36 +11358;5;3211.00;10.35;1644.00;4.24;0.36 +11358;6;3212.00;10.37;1646.00;3.78;0.36 +11358;7;3214.50;10.30;1646.50;3.25;0.36 +11358;9;3211.58;10.28;1642.00;1.57;0.36 +11358;10;3218.42;10.04;1642.00;-1.57;0.36 11358;21;3211.58;10.28;1642.00;1.57;0.36 +11359;0;2988.00;9.70;1574.00;0.00;0.20 +11359;1;2988.00;9.70;1571.00;0.00;0.20 +11359;2;2990.50;9.70;1572.50;1.03;0.20 +11359;3;2986.00;9.70;1574.50;4.46;0.20 +11359;4;2991.00;9.70;1575.00;1.89;0.20 +11359;5;2988.50;9.70;1576.50;2.94;0.20 +11359;9;2986.20;9.70;1574.00;1.57;0.20 +11359;10;2989.80;9.70;1574.00;-1.57;0.20 11359;21;2986.20;9.70;1574.00;1.57;0.20 +11360;0;2921.80;9.70;1585.77;0.00;0.20 +11360;1;2920.00;9.70;1583.50;0.00;0.20 +11360;2;2919.00;9.50;1584.50;-0.38;0.20 +11360;3;2921.50;9.70;1585.50;0.78;0.20 +11360;4;2918.50;9.70;1588.50;3.92;0.20 +11360;5;2922.00;9.70;1588.50;2.21;0.20 +11360;9;2918.20;9.50;1587.00;1.57;0.20 +11360;10;2921.80;9.70;1587.00;-1.57;0.20 +11360;19;2923.00;9.55;1593.00;-2.36;0.20 +11360;20;2923.78;9.55;1594.56;2.67;0.20 11360;21;2919.28;9.70;1588.09;1.57;0.20 +11361;0;2722.00;9.80;1568.00;0.00;0.22 +11361;1;2721.00;9.75;1565.50;-0.38;0.22 +11361;2;2725.50;9.80;1567.50;1.42;0.22 +11361;3;2720.00;9.80;1569.00;4.24;0.22 +11361;4;2725.50;9.80;1570.00;2.09;0.22 +11361;9;2718.94;9.75;1568.00;1.57;0.22 +11361;10;2725.06;9.82;1568.00;-1.57;0.22 +11361;19;2714.00;9.50;1569.00;-2.03;0.22 +11361;20;2712.26;9.50;1569.21;4.58;0.22 11361;21;2718.94;9.75;1568.00;1.57;0.22 +11362;0;3415.00;10.50;1643.00;0.00;0.22 +11362;1;3415.50;11.00;1640.00;0.16;0.22 +11362;2;3418.00;10.15;1642.50;1.40;0.22 +11362;3;3413.00;11.20;1641.00;-0.78;0.22 +11362;4;3411.00;11.10;1642.50;-1.44;0.22 +11362;5;3412.50;10.75;1644.00;4.33;0.22 +11362;6;3416.00;9.95;1645.50;2.76;0.22 +11362;9;3412.30;11.00;1643.00;1.57;0.22 +11362;10;3417.70;10.09;1643.00;-1.57;0.22 11362;21;3412.30;11.00;1643.00;1.57;0.22 +11363;0;3461.00;9.95;1597.00;0.00;0.18 +11363;1;3460.00;9.85;1594.50;-0.38;0.18 +11363;2;3462.50;9.80;1595.00;0.64;0.18 +11363;3;3458.50;9.95;1596.00;-1.19;0.18 +11363;4;3463.00;9.95;1597.50;1.81;0.18 +11363;5;3459.50;10.05;1598.00;4.12;0.18 +11363;6;3461.50;10.30;1599.50;2.94;0.18 +11363;9;3459.38;9.96;1597.00;1.57;0.18 +11363;10;3462.62;9.94;1597.00;-1.57;0.18 11363;21;3459.38;9.96;1597.00;1.57;0.18 +11364;0;3518.00;9.95;1569.00;0.00;0.24 +11364;1;3517.50;9.90;1566.00;-0.16;0.24 +11364;2;3520.50;9.80;1567.00;0.89;0.24 +11364;3;3515.50;10.05;1568.00;-1.19;0.24 +11364;4;3520.00;9.85;1570.00;2.03;0.24 +11364;5;3516.00;10.10;1570.50;4.06;0.24 +11364;6;3518.50;9.90;1572.50;3.00;0.24 +11364;9;3515.66;10.09;1569.00;1.57;0.24 +11364;10;3520.34;9.80;1569.00;-1.57;0.24 11364;21;3515.66;10.09;1569.00;1.57;0.24 +11365;0;3598.00;9.80;1669.00;0.00;0.26 +11365;1;3598.00;9.80;1666.50;0.00;0.26 +11365;2;3593.00;9.82;1668.00;-1.37;0.26 +11365;3;3602.00;9.80;1667.50;1.21;0.26 +11365;4;3603.50;9.80;1670.00;1.75;0.26 +11365;5;3594.50;10.20;1671.50;4.09;0.26 +11365;6;3591.50;10.30;1670.50;4.48;0.26 +11365;7;3600.50;9.95;1672.00;2.44;0.26 +11365;9;3593.68;9.85;1669.00;1.57;0.26 +11365;10;3602.32;9.80;1669.00;-1.57;0.26 11365;21;3593.68;9.85;1669.00;1.57;0.26 +11366;0;2944.00;9.57;1617.00;0.00;0.24 +11366;1;2946.50;9.60;1613.50;0.62;0.24 +11366;2;2941.00;9.50;1617.00;4.71;0.24 +11366;3;2947.50;9.70;1616.50;1.42;0.24 +11366;4;2946.50;9.70;1619.00;2.24;0.24 +11366;5;2944.00;9.70;1619.50;3.14;0.24 +11366;9;2941.12;9.50;1617.00;1.57;0.24 +11366;10;2946.88;9.70;1617.00;-1.57;0.24 +11366;19;2945.00;9.50;1614.00;-1.57;0.24 +11366;20;2945.55;9.50;1612.34;0.32;0.24 11366;21;2941.12;9.50;1617.00;1.57;0.24 +11367;0;2916.00;9.70;1693.00;0.00;0.20 +11367;1;2915.00;9.65;1691.50;-0.58;0.20 +11367;2;2920.00;9.70;1693.00;1.57;0.20 +11367;3;2913.00;9.70;1694.50;4.24;0.20 +11367;4;2916.50;10.00;1695.50;2.94;0.20 +11367;9;2913.12;9.61;1693.00;1.57;0.20 +11367;10;2918.88;9.70;1693.00;-1.57;0.20 +11367;19;2916.00;9.50;1689.00;-0.59;0.20 +11367;20;2916.00;9.50;1687.25;0.00;0.20 11367;21;2913.12;9.61;1693.00;1.57;0.20 +11368;0;3374.00;10.02;1576.00;0.00;0.20 +11368;1;3372.50;10.05;1573.00;-0.46;0.20 +11368;2;3375.00;10.10;1573.50;0.38;0.20 +11368;3;3372.00;10.07;1576.00;4.71;0.20 +11368;4;3376.00;10.00;1577.00;2.03;0.20 +11368;5;3373.50;10.00;1579.00;3.30;0.20 +11368;6;3375.00;10.00;1580.00;2.89;0.20 +11368;9;3372.20;10.06;1576.00;1.57;0.20 +11368;10;3375.80;10.00;1576.00;-1.57;0.20 11368;21;3372.20;10.06;1576.00;1.57;0.20 +11369;0;3353.00;10.10;1615.00;0.00;0.22 +11369;1;3353.00;10.10;1612.00;0.00;0.22 +11369;2;3350.50;10.10;1613.00;-0.89;0.22 +11369;3;3355.50;10.10;1614.50;1.37;0.22 +11369;4;3350.50;10.10;1615.00;4.71;0.22 +11369;5;3352.00;10.10;1616.50;3.73;0.22 +11369;6;3355.50;10.10;1617.00;2.24;0.22 +11369;7;3353.50;10.10;1618.00;2.97;0.22 +11369;9;3351.02;10.10;1615.00;1.57;0.22 +11369;10;3354.98;10.10;1615.00;-1.57;0.22 11369;21;3351.02;10.10;1615.00;1.57;0.22 +11370;0;3236.00;10.60;1600.00;0.00;0.24 +11370;1;3235.00;10.10;1597.50;-0.38;0.24 +11370;2;3239.00;10.10;1598.00;0.98;0.24 +11370;3;3233.00;10.75;1601.50;4.24;0.24 +11370;4;3240.00;10.50;1600.50;1.69;0.24 +11370;5;3237.00;10.70;1602.00;2.67;0.24 +11370;9;3233.12;10.68;1600.00;1.57;0.24 +11370;10;3238.88;10.54;1600.00;-1.57;0.24 11370;21;3233.12;10.68;1600.00;1.57;0.24 +11371;0;2664.00;10.27;1618.00;0.00;0.24 +11371;1;2665.50;10.40;1616.00;0.64;0.24 +11371;2;2661.50;10.45;1616.00;-0.89;0.24 +11371;3;2659.50;10.00;1617.50;-1.46;0.24 +11371;4;2662.50;9.50;1619.50;3.92;0.24 +11371;5;2667.50;10.40;1619.50;1.97;0.24 +11371;6;2666.00;10.25;1621.50;2.62;0.24 +11371;9;2660.94;9.82;1618.00;1.57;0.24 +11371;10;2667.06;10.47;1618.00;-1.57;0.24 +11371;19;2668.00;9.90;1624.00;-2.36;0.24 +11371;20;2668.97;9.90;1625.45;2.55;0.24 11371;21;2660.94;9.82;1618.00;1.57;0.24 +11372;0;3067.00;9.77;1608.00;0.00;0.28 +11372;1;3066.00;9.85;1605.00;-0.32;0.28 +11372;2;3063.50;9.65;1606.00;-1.05;0.28 +11372;3;3068.00;9.90;1605.50;0.38;0.28 +11372;4;3070.00;9.90;1607.50;1.40;0.28 +11372;5;3065.50;9.70;1610.00;3.78;0.28 +11372;6;3070.50;9.70;1610.50;2.19;0.28 +11372;7;3069.50;9.70;1612.00;2.58;0.28 +11372;9;3064.12;9.70;1608.00;1.57;0.28 +11372;10;3069.88;9.85;1608.00;-1.57;0.28 +11372;19;3061.00;9.50;1610.00;-2.50;0.28 +11372;20;3059.34;9.50;1610.55;4.39;0.28 11372;21;3063.08;10.00;1607.58;-1.57;0.28 +11373;0;3528.00;10.70;1598.00;0.00;0.22 +11373;1;3525.50;10.45;1596.00;-0.89;0.22 +11373;2;3529.50;10.40;1596.00;0.64;0.22 +11373;3;3532.00;10.75;1598.00;1.57;0.22 +11373;4;3523.50;10.70;1597.50;-1.46;0.22 +11373;5;3525.00;10.70;1599.00;4.39;0.22 +11373;6;3530.50;10.75;1600.00;2.24;0.22 +11373;7;3528.00;10.72;1600.00;3.14;0.22 +11373;9;3525.12;10.65;1598.00;1.57;0.22 +11373;10;3530.88;10.76;1598.00;-1.57;0.22 11373;21;3525.12;10.65;1598.00;1.57;0.22 +11374;0;2803.00;9.90;1564.00;0.00;0.28 +11374;1;2802.00;9.95;1561.50;-0.38;0.28 +11374;2;2801.00;10.10;1561.50;-0.67;0.28 +11374;3;2805.00;9.50;1562.50;0.92;0.28 +11374;4;2800.50;9.90;1564.00;4.71;0.28 +11374;5;2805.00;9.80;1566.50;2.46;0.28 +11374;6;2802.50;9.80;1566.50;3.33;0.28 +11374;9;2800.48;9.89;1564.00;1.57;0.28 +11374;10;2805.52;9.85;1564.00;-1.57;0.28 +11374;19;2809.00;9.50;1562.00;0.93;0.28 +11374;20;2810.66;9.50;1561.44;1.24;0.28 11374;21;2805.52;9.85;1564.00;-1.57;0.28 +11375;0;3490.00;9.90;1641.00;0.00;0.20 +11375;1;3490.00;9.90;1639.00;0.00;0.20 +11375;2;3493.50;9.90;1639.50;1.16;0.20 +11375;3;3486.00;9.95;1641.00;4.71;0.20 +11375;4;3492.50;9.90;1642.50;2.11;0.20 +11375;5;3488.00;9.90;1643.00;3.92;0.20 +11375;9;3486.94;9.97;1641.00;1.57;0.20 +11375;10;3493.06;9.90;1641.00;-1.57;0.20 11375;21;3486.94;9.97;1641.00;1.57;0.20 +11376;0;3018.00;9.70;1636.00;0.00;0.18 +11376;1;3018.50;9.55;1633.00;0.16;0.18 +11376;2;3016.00;9.70;1636.00;4.71;0.18 +11376;3;3020.50;9.70;1636.00;1.57;0.18 +11376;4;3019.00;9.80;1639.50;2.86;0.18 +11376;5;3017.00;9.70;1639.50;3.42;0.18 +11376;9;3016.38;9.70;1636.00;1.57;0.18 +11376;10;3019.62;9.70;1636.00;-1.57;0.18 +11376;19;3015.00;9.50;1630.00;0.17;0.18 +11376;20;3014.21;9.50;1628.43;-0.46;0.18 11376;21;3016.38;9.70;1636.00;1.57;0.18 +11377;0;3597.00;9.80;1583.00;0.00;0.26 +11377;1;3598.50;9.80;1579.50;0.40;0.26 +11377;2;3595.50;9.80;1580.50;-0.54;0.26 +11377;3;3599.50;9.80;1581.50;1.03;0.26 +11377;4;3593.50;9.80;1583.00;4.71;0.26 +11377;5;3601.00;9.80;1584.50;1.93;0.26 +11377;6;3594.00;9.80;1585.50;4.01;0.26 +11377;7;3597.50;9.80;1586.00;2.97;0.26 +11377;9;3594.30;9.80;1583.00;1.57;0.26 +11377;10;3599.70;9.80;1583.00;-1.57;0.26 11377;21;3594.30;9.80;1583.00;1.57;0.26 +11378;0;2756.00;11.50;1651.00;0.00;0.22 +11378;1;2755.00;12.20;1648.50;-0.38;0.22 +11378;2;2758.50;11.05;1650.00;1.19;0.22 +11378;3;2753.50;11.70;1651.50;4.51;0.22 +11378;4;2756.50;10.80;1653.50;2.94;0.22 +11378;9;2753.66;11.83;1651.00;1.57;0.22 +11378;10;2758.34;10.89;1651.00;-1.57;0.22 +11378;19;2753.00;9.82;1657.00;-3.34;0.22 +11378;20;2752.21;9.82;1658.56;3.60;0.22 11378;21;2753.66;11.83;1651.00;1.57;0.22 +11379;0;3422.00;10.05;1612.00;0.00;0.20 +11379;1;3420.50;10.50;1610.50;-0.78;0.20 +11379;2;3423.00;10.00;1610.00;0.46;0.20 +11379;3;3424.50;9.90;1612.50;1.76;0.20 +11379;4;3419.50;10.20;1613.50;4.17;0.20 +11379;5;3424.50;9.90;1614.50;2.35;0.20 +11379;6;3422.50;9.90;1615.00;2.97;0.20 +11379;9;3420.20;10.33;1612.00;1.57;0.20 +11379;10;3423.80;9.90;1612.00;-1.57;0.20 11379;21;3420.20;10.33;1612.00;1.57;0.20 +11380;0;3062.00;9.70;1699.00;0.00;0.24 +11380;1;3062.00;9.75;1697.00;0.00;0.24 +11380;2;3065.00;9.70;1698.00;1.24;0.24 +11380;3;3059.00;9.75;1698.50;-1.40;0.24 +11380;4;3060.00;9.70;1701.00;3.92;0.24 +11380;5;3062.50;9.75;1702.00;2.97;0.24 +11380;6;3064.00;9.70;1701.50;2.46;0.24 +11380;9;3059.48;9.70;1699.00;1.57;0.24 +11380;10;3064.52;9.70;1699.00;-1.57;0.24 +11380;19;3068.43;9.50;1694.70;-0.35;0.24 +11380;20;3069.87;9.50;1691.80;0.35;0.24 11380;21;3059.48;9.70;1699.00;1.57;0.24 +11381;0;3442.00;10.35;1575.00;0.00;0.18 +11381;1;3441.50;10.10;1572.50;-0.19;0.18 +11381;2;3444.00;10.05;1573.50;0.92;0.18 +11381;3;3439.50;10.20;1574.00;-1.19;0.18 +11381;4;3440.00;10.30;1576.50;4.06;0.18 +11381;5;3445.50;10.20;1575.50;1.71;0.18 +11381;6;3443.50;10.40;1576.50;2.35;0.18 +11381;9;3439.84;10.26;1575.00;1.57;0.18 +11381;10;3444.16;10.18;1575.00;-1.57;0.18 11381;21;3439.84;10.26;1575.00;1.57;0.18 +11382;0;2779.00;10.65;1601.00;0.00;0.20 +11382;1;2778.50;10.30;1598.00;-0.16;0.20 +11382;2;2781.00;10.02;1598.00;0.58;0.20 +11382;3;2781.00;10.60;1600.50;1.32;0.20 +11382;4;2776.50;10.45;1601.00;4.71;0.20 +11382;5;2777.50;11.00;1603.50;3.68;0.20 +11382;6;2780.00;10.90;1603.50;2.76;0.20 +11382;9;2777.20;10.52;1601.00;1.57;0.20 +11382;10;2780.80;10.65;1601.00;-1.57;0.20 11382;21;2777.20;10.52;1601.00;1.57;0.20 +11383;0;3308.00;9.80;1582.00;0.00;0.20 +11383;1;3305.50;9.80;1579.50;-0.78;0.20 +11383;2;3307.50;9.80;1580.00;-0.24;0.20 +11383;3;3306.00;9.80;1582.00;4.71;0.20 +11383;4;3310.50;9.80;1581.50;1.37;0.20 +11383;5;3308.00;9.80;1584.50;3.14;0.20 +11383;6;3310.50;9.80;1584.50;2.35;0.20 +11383;9;3306.02;9.80;1582.00;1.57;0.20 +11383;10;3309.98;9.80;1582.00;-1.57;0.20 11383;21;3306.02;9.80;1582.00;1.57;0.20 +11384;0;3348.00;10.65;1634.00;0.00;0.20 +11384;1;3346.00;10.65;1631.50;-0.67;0.20 +11384;2;3349.50;10.30;1632.50;0.78;0.20 +11384;3;3345.00;10.65;1634.50;4.54;0.20 +11384;4;3352.00;10.27;1635.00;1.81;0.20 +11384;5;3348.00;10.70;1636.50;3.14;0.20 +11384;6;3351.50;10.45;1636.00;2.09;0.20 +11384;9;3345.66;10.70;1634.00;1.57;0.20 +11384;10;3350.34;10.37;1634.00;-1.57;0.20 11384;21;3345.66;10.70;1634.00;1.57;0.20 +11385;0;3142.00;10.27;1575.00;0.00;0.22 +11385;1;3141.50;9.90;1572.50;-0.19;0.22 +11385;2;3139.50;10.10;1574.50;-1.37;0.22 +11385;3;3144.50;10.25;1573.00;0.89;0.22 +11385;4;3144.50;10.40;1576.00;1.95;0.22 +11385;5;3140.50;10.40;1577.50;3.68;0.22 +11385;9;3139.48;10.14;1575.00;1.57;0.22 +11385;10;3144.52;10.40;1575.00;-1.57;0.22 11385;21;3139.48;10.14;1575.00;1.57;0.22 +11386;0;3152.00;10.42;1596.00;0.00;0.22 +11386;1;3149.00;10.30;1594.00;-0.98;0.22 +11386;2;3151.50;10.40;1593.00;-0.16;0.22 +11386;3;3155.00;10.40;1595.00;1.24;0.22 +11386;4;3149.00;10.10;1597.00;4.39;0.22 +11386;5;3153.00;10.20;1598.00;2.67;0.22 +11386;6;3157.00;10.05;1597.50;1.86;0.22 +11386;7;3156.00;10.00;1598.50;2.12;0.22 +11386;9;3149.12;10.17;1596.00;1.57;0.22 +11386;10;3154.88;10.38;1596.00;-1.57;0.22 11386;21;3149.12;10.17;1596.00;1.57;0.22 +11387;0;3563.00;9.85;1647.00;0.00;0.24 +11387;1;3564.00;9.80;1644.00;0.32;0.24 +11387;2;3561.00;9.80;1645.00;-0.78;0.24 +11387;3;3565.50;9.90;1646.50;1.37;0.24 +11387;4;3561.00;10.10;1648.50;4.06;0.24 +11387;5;3565.00;10.20;1649.00;2.35;0.24 +11387;6;3563.00;10.32;1650.00;3.14;0.24 +11387;9;3560.84;9.85;1647.00;1.57;0.24 +11387;10;3565.16;9.91;1647.00;-1.57;0.24 11387;21;3560.84;9.85;1647.00;1.57;0.24 +11388;0;2932.00;10.32;1563.00;0.00;0.18 +11388;1;2930.00;10.17;1561.00;-0.78;0.18 +11388;2;2933.00;10.35;1561.50;0.58;0.18 +11388;3;2929.50;10.15;1563.00;4.71;0.18 +11388;4;2935.00;10.35;1564.00;1.89;0.18 +11388;5;2932.50;10.30;1565.50;2.94;0.18 +11388;9;2930.02;10.20;1563.00;1.57;0.18 +11388;10;2933.98;10.40;1563.00;-1.57;0.18 11388;21;2930.02;10.20;1563.00;1.57;0.18 +11389;0;3622.00;10.00;1618.00;0.00;0.26 +11389;1;3621.00;10.47;1615.00;-0.32;0.26 +11389;2;3623.50;10.50;1614.50;0.40;0.26 +11389;3;3625.00;10.25;1616.50;1.10;0.26 +11389;4;3618.50;10.30;1617.50;-1.42;0.26 +11389;5;3625.00;9.90;1620.00;2.15;0.26 +11389;6;3621.00;9.80;1620.50;3.52;0.26 +11389;7;3624.00;9.87;1622.00;2.67;0.26 +11389;9;3619.66;10.09;1618.00;1.57;0.26 +11389;10;3624.34;10.03;1618.00;-1.57;0.26 11389;21;3619.66;10.09;1618.00;1.57;0.26 +11390;0;3061.00;9.70;1688.00;0.00;0.24 +11390;1;3061.00;9.72;1684.00;0.00;0.24 +11390;2;3063.00;9.50;1687.00;1.10;0.24 +11390;3;3058.00;9.85;1686.00;-0.98;0.24 +11390;4;3058.00;9.82;1688.00;4.71;0.24 +11390;5;3058.50;9.80;1690.50;3.92;0.24 +11390;6;3061.50;9.80;1691.50;3.00;0.24 +11390;9;3058.84;9.80;1688.00;1.57;0.24 +11390;10;3063.16;9.50;1688.00;-1.57;0.24 +11390;19;3063.00;9.68;1684.00;1.11;0.24 +11390;20;3063.78;9.68;1682.43;0.46;0.24 11390;21;3058.84;9.80;1688.00;1.57;0.24 +11391;0;3215.00;10.40;1617.00;0.00;0.32 +11391;1;3214.00;10.45;1613.50;-0.27;0.32 +11391;2;3211.00;10.22;1614.00;-0.92;0.32 +11391;3;3212.00;10.50;1617.50;4.54;0.32 +11391;4;3218.50;9.95;1618.00;1.84;0.32 +11391;5;3216.00;10.50;1620.50;2.86;0.32 +11391;6;3219.50;10.20;1621.00;2.29;0.32 +11391;7;3218.50;10.50;1621.50;2.48;0.32 +11391;9;3212.12;10.43;1617.00;1.57;0.32 +11391;10;3217.88;9.91;1617.00;-1.57;0.32 11391;21;3217.88;9.91;1617.00;-1.57;0.32 +11392;0;3261.00;9.87;1675.00;0.00;0.28 +11392;1;3257.50;9.70;1672.00;-0.86;0.28 +11392;2;3260.00;9.85;1671.50;-0.27;0.28 +11392;3;3262.50;10.30;1672.00;0.46;0.28 +11392;4;3258.50;9.80;1675.50;4.51;0.28 +11392;5;3264.00;10.00;1674.50;1.40;0.28 +11392;6;3263.50;9.80;1677.50;2.35;0.28 +11392;7;3260.50;9.70;1679.00;3.26;0.28 +11392;8;3262.00;9.70;1679.50;2.92;0.28 +11392;9;3258.48;9.79;1675.00;1.57;0.28 +11392;10;3263.52;9.95;1675.00;-1.57;0.28 11392;21;3258.48;9.79;1675.00;1.57;0.28 +11393;0;3511.00;10.07;1575.00;0.00;0.24 +11393;1;3509.50;10.00;1573.00;-0.64;0.24 +11393;2;3512.50;10.10;1573.50;0.78;0.24 +11393;3;3508.00;10.00;1575.50;4.54;0.24 +11393;4;3513.50;10.10;1576.50;2.11;0.24 +11393;5;3509.50;10.20;1577.50;3.68;0.24 +11393;6;3511.50;10.10;1578.00;2.97;0.24 +11393;9;3508.84;10.00;1575.00;1.57;0.24 +11393;10;3513.16;10.10;1575.00;-1.57;0.24 11393;21;3508.84;10.00;1575.00;1.57;0.24 +11394;0;3491.00;9.90;1616.00;0.00;0.24 +11394;1;3492.50;10.00;1612.50;0.40;0.24 +11394;2;3494.00;10.00;1614.00;0.98;0.24 +11394;3;3489.50;9.90;1614.50;-0.78;0.24 +11394;4;3494.50;10.00;1617.00;1.84;0.24 +11394;5;3487.50;9.80;1617.50;4.30;0.24 +11394;6;3491.50;10.00;1618.00;2.89;0.24 +11394;7;3489.00;9.90;1619.00;3.73;0.24 +11394;9;3488.48;9.89;1616.00;1.57;0.24 +11394;10;3493.52;10.00;1616.00;-1.57;0.24 11394;21;3488.48;9.89;1616.00;1.57;0.24 +11395;0;3523.00;10.77;1522.00;0.00;0.24 +11395;1;3522.00;10.95;1519.50;-0.38;0.24 +11395;2;3525.00;11.75;1519.00;0.58;0.24 +11395;3;3526.00;11.35;1522.00;1.57;0.24 +11395;4;3521.00;10.42;1522.00;4.71;0.24 +11395;5;3523.50;10.70;1524.00;2.89;0.24 +11395;6;3520.50;10.10;1525.00;3.83;0.24 +11395;9;3520.84;10.40;1522.00;1.57;0.24 +11395;10;3525.16;11.16;1522.00;-1.57;0.24 11395;21;3520.84;10.40;1522.00;1.57;0.24 +11396;0;3408.00;9.97;1542.00;0.00;0.18 +11396;1;3406.00;9.90;1540.50;-0.92;0.18 +11396;2;3409.50;9.90;1540.00;0.64;0.18 +11396;3;3411.50;10.00;1542.50;1.71;0.18 +11396;4;3404.50;9.90;1543.50;4.30;0.18 +11396;5;3408.50;10.00;1544.50;2.94;0.18 +11396;9;3405.12;9.90;1542.00;1.57;0.18 +11396;10;3410.88;10.00;1542.00;-1.57;0.18 11396;21;3405.12;9.90;1542.00;1.57;0.18 +11397;0;3359.00;9.80;1514.00;0.00;0.30 +11397;1;3360.00;9.80;1510.00;0.24;0.30 +11397;2;3358.50;9.80;1511.50;-0.19;0.30 +11397;3;3361.50;9.80;1510.50;0.62;0.30 +11397;4;3361.50;9.80;1514.50;1.76;0.30 +11397;5;3355.50;9.80;1514.00;4.71;0.30 +11397;6;3355.50;9.80;1516.50;4.09;0.30 +11397;7;3357.50;9.80;1517.50;3.54;0.30 +11397;8;3360.00;9.80;1517.50;2.86;0.30 +11397;9;3356.30;9.80;1514.00;1.57;0.30 +11397;10;3361.70;9.80;1514.00;-1.57;0.30 11397;21;3356.30;9.80;1514.00;1.57;0.30 +11398;0;3115.00;13.52;1512.00;0.00;0.18 +11398;1;3114.00;14.60;1509.50;-0.38;0.18 +11398;2;3116.50;14.10;1510.00;0.64;0.18 +11398;3;3112.50;12.85;1513.00;4.33;0.18 +11398;4;3116.50;12.90;1513.50;2.35;0.18 +11398;5;3114.50;12.10;1515.50;3.28;0.18 +11398;9;3113.38;13.53;1512.00;1.57;0.18 +11398;10;3116.62;13.29;1512.00;-1.57;0.18 11398;21;3113.38;13.53;1512.00;1.57;0.18 +11399;0;3164.00;10.00;1535.00;0.00;0.28 +11399;1;3164.00;10.00;1531.50;0.00;0.28 +11399;2;3167.00;10.00;1532.50;0.87;0.28 +11399;3;3161.00;9.95;1534.50;-1.40;0.28 +11399;4;3166.00;10.00;1536.50;2.21;0.28 +11399;5;3162.00;10.00;1537.50;3.81;0.28 +11399;6;3164.00;10.00;1539.00;3.14;0.28 +11399;9;3161.48;9.90;1535.00;1.57;0.28 +11399;10;3166.52;10.05;1535.00;-1.57;0.28 11399;21;3166.52;10.05;1535.00;-1.57;0.28 +11400;0;3480.00;9.80;1460.00;0.00;0.20 +11400;1;3479.00;9.80;1458.00;-0.46;0.20 +11400;2;3482.00;9.80;1458.00;0.78;0.20 +11400;3;3476.50;9.80;1460.00;4.71;0.20 +11400;4;3483.00;9.80;1460.00;1.57;0.20 +11400;5;3477.00;9.80;1462.00;4.12;0.20 +11400;6;3483.50;9.80;1461.50;1.97;0.20 +11400;7;3480.50;9.80;1462.50;2.94;0.20 +11400;8;3478.50;9.80;1463.00;3.60;0.20 +11400;9;3477.30;9.80;1460.00;1.57;0.20 +11400;10;3482.70;9.80;1460.00;-1.57;0.20 11400;21;3477.30;9.80;1460.00;1.57;0.20 +11401;0;3040.00;12.05;1536.00;0.00;0.24 +11401;1;3040.00;11.27;1534.00;0.00;0.24 +11401;2;3037.00;11.85;1535.00;-1.24;0.24 +11401;3;3043.00;12.05;1534.50;1.10;0.24 +11401;4;3043.00;12.45;1535.50;1.40;0.24 +11401;5;3041.50;12.60;1538.00;2.49;0.24 +11401;6;3039.00;12.20;1537.50;3.73;0.24 +11401;9;3037.66;12.08;1536.00;1.57;0.24 +11401;10;3042.34;12.63;1536.00;-1.57;0.24 11401;21;3037.66;12.08;1536.00;1.57;0.24 +11402;0;2968.00;11.75;1557.00;0.00;0.20 +11402;1;2969.00;12.07;1554.00;0.32;0.20 +11402;2;2966.50;11.80;1555.50;-0.78;0.20 +11402;3;2969.50;12.10;1556.50;1.24;0.20 +11402;4;2965.50;11.70;1557.50;4.51;0.20 +11402;5;2968.00;11.05;1559.50;3.14;0.20 +11402;6;2970.00;11.52;1559.00;2.35;0.20 +11402;9;2966.20;11.75;1557.00;1.57;0.20 +11402;10;2969.80;11.81;1557.00;-1.57;0.20 11402;21;2966.20;11.75;1557.00;1.57;0.20 +11403;0;3443.00;9.70;1461.00;0.00;0.18 +11403;1;3442.00;9.70;1459.50;-0.58;0.18 +11403;2;3445.50;9.70;1459.50;1.03;0.18 +11403;3;3439.00;9.70;1460.50;-1.44;0.18 +11403;4;3446.00;9.70;1461.50;1.73;0.18 +11403;5;3440.50;9.70;1462.00;4.33;0.18 +11403;6;3443.50;9.70;1463.50;2.94;0.18 +11403;9;3440.48;9.70;1461.00;1.57;0.18 +11403;10;3445.52;9.70;1461.00;-1.57;0.18 11403;21;3440.48;9.70;1461.00;1.57;0.18 +11404;0;2990.00;13.90;1522.00;0.00;0.22 +11404;1;2990.50;13.75;1520.00;0.24;0.22 +11404;2;2987.50;13.00;1519.00;-0.69;0.22 +11404;3;2988.00;13.30;1522.00;4.71;0.22 +11404;4;2993.00;14.37;1523.00;1.89;0.22 +11404;5;2991.50;14.00;1524.50;2.60;0.22 +11404;6;2990.00;13.67;1525.00;3.14;0.22 +11404;9;2988.02;13.30;1522.00;1.57;0.22 +11404;10;2991.98;14.32;1522.00;-1.57;0.22 11404;21;2988.02;13.30;1522.00;1.57;0.22 +11405;0;3356.00;9.70;1471.00;0.00;0.20 +11405;1;3356.50;9.75;1467.00;0.12;0.20 +11405;2;3354.00;9.70;1468.50;-0.67;0.20 +11405;3;3358.50;9.70;1471.00;1.57;0.20 +11405;4;3354.00;9.70;1471.00;4.71;0.20 +11405;5;3355.00;9.70;1473.00;3.60;0.20 +11405;6;3357.00;9.75;1474.50;2.86;0.20 +11405;9;3354.20;9.70;1471.00;1.57;0.20 +11405;10;3357.80;9.70;1471.00;-1.57;0.20 11405;21;3354.20;9.70;1471.00;1.57;0.20 +11406;0;2729.00;10.47;1546.00;0.00;0.24 +11406;1;2727.00;10.10;1543.50;-0.67;0.24 +11406;2;2730.50;10.40;1544.50;0.78;0.24 +11406;3;2727.50;10.50;1547.50;3.92;0.24 +11406;4;2731.50;10.70;1548.00;2.24;0.24 +11406;9;2726.66;10.22;1546.00;1.57;0.24 +11406;10;2731.34;10.67;1546.00;-1.57;0.24 +11406;19;2730.00;9.50;1553.00;-2.36;0.24 +11406;20;2730.24;9.50;1554.73;3.00;0.24 11406;21;2726.66;10.22;1546.00;1.57;0.24 +11407;0;2892.00;11.97;1520.00;0.00;0.18 +11407;1;2889.00;11.50;1519.50;-1.40;0.18 +11407;2;2891.50;11.70;1517.50;-0.19;0.18 +11407;3;2894.50;12.30;1519.00;1.19;0.18 +11407;4;2895.00;12.37;1521.00;1.89;0.18 +11407;5;2892.00;12.07;1522.00;3.14;0.18 +11407;9;2889.84;11.56;1520.00;1.57;0.18 +11407;10;2894.16;12.29;1520.00;-1.57;0.18 11407;21;2889.84;11.56;1520.00;1.57;0.18 +11408;0;3475.00;9.80;1543.00;0.00;0.22 +11408;1;3474.50;9.80;1540.50;-0.19;0.22 +11408;2;3477.00;9.80;1541.50;0.92;0.22 +11408;3;3472.50;9.80;1542.50;-1.37;0.22 +11408;4;3478.00;9.80;1544.50;2.03;0.22 +11408;5;3472.00;9.80;1544.50;4.24;0.22 +11408;6;3474.50;9.80;1545.00;3.38;0.22 +11408;7;3477.00;9.80;1546.00;2.55;0.22 +11408;9;3472.84;9.80;1543.00;1.57;0.22 +11408;10;3477.16;9.80;1543.00;-1.57;0.22 11408;21;3472.84;9.80;1543.00;1.57;0.22 +11409;0;3277.00;10.42;1483.00;0.00;0.26 +11409;1;3275.50;10.05;1481.00;-0.64;0.26 +11409;2;3278.50;10.40;1480.50;0.54;0.26 +11409;3;3280.50;10.50;1481.50;1.16;0.26 +11409;4;3273.50;10.10;1482.50;-1.42;0.26 +11409;5;3280.00;10.50;1483.50;1.73;0.26 +11409;6;3274.50;10.50;1484.50;4.17;0.26 +11409;7;3277.50;10.55;1486.00;2.97;0.26 +11409;8;3275.50;10.60;1486.50;3.54;0.26 +11409;9;3274.48;10.19;1483.00;1.57;0.26 +11409;10;3279.52;10.50;1483.00;-1.57;0.26 11409;21;3274.48;10.19;1483.00;1.57;0.26 +11410;0;4079.00;10.10;1551.00;0.00;0.62 +11410;1;4077.50;10.00;1545.00;-0.24;0.62 +11410;2;4083.50;10.00;1548.50;1.06;0.62 +11410;3;4073.00;10.10;1552.50;4.46;0.62 +11410;4;4086.00;10.10;1556.50;2.23;0.62 +11410;5;4077.50;10.10;1557.50;3.36;0.62 +11410;9;4073.42;10.10;1551.00;1.57;0.62 +11410;10;4084.58;10.00;1551.00;-1.57;0.62 11410;21;4073.42;10.10;1551.00;1.57;0.62 +11411;0;3189.00;10.25;1497.00;0.00;0.24 +11411;1;3188.50;10.65;1495.00;-0.24;0.24 +11411;2;3191.50;10.10;1495.50;1.03;0.24 +11411;3;3186.00;10.85;1496.50;-1.40;0.24 +11411;4;3191.50;9.70;1497.50;1.76;0.24 +11411;5;3186.50;10.40;1498.50;4.17;0.24 +11411;6;3189.00;9.85;1500.50;3.14;0.24 +11411;9;3186.30;10.70;1497.00;1.57;0.24 +11411;10;3191.70;9.75;1497.00;-1.57;0.24 11411;21;3186.30;10.70;1497.00;1.57;0.24 +11412;0;3427.00;10.42;1520.00;0.00;0.18 +11412;1;3426.50;10.35;1517.00;-0.16;0.18 +11412;2;3429.00;10.40;1517.50;0.67;0.18 +11412;3;3425.00;10.35;1520.50;4.46;0.18 +11412;4;3429.50;10.40;1520.50;1.76;0.18 +11412;5;3428.00;10.50;1523.00;2.82;0.18 +11412;6;3426.50;10.50;1522.50;3.33;0.18 +11412;9;3425.38;10.38;1520.00;1.57;0.18 +11412;10;3428.62;10.40;1520.00;-1.57;0.18 11412;21;3425.38;10.38;1520.00;1.57;0.18 +11413;0;3124.00;13.15;1516.00;0.00;0.22 +11413;1;3124.00;13.15;1513.50;0.00;0.22 +11413;2;3121.00;13.10;1515.50;-1.40;0.22 +11413;3;3127.50;13.20;1514.50;1.16;0.22 +11413;4;3126.50;12.65;1517.00;1.95;0.22 +11413;5;3122.50;13.00;1518.00;3.78;0.22 +11413;6;3124.50;12.20;1519.00;2.97;0.22 +11413;9;3121.66;13.18;1516.00;1.57;0.22 +11413;10;3126.34;12.95;1516.00;-1.57;0.22 11413;21;3121.66;13.18;1516.00;1.57;0.22 +11414;0;3054.00;13.47;1533.00;0.00;0.18 +11414;1;3055.00;12.35;1531.00;0.46;0.18 +11414;2;3051.50;13.05;1532.00;-1.19;0.18 +11414;3;3058.00;13.30;1532.00;1.32;0.18 +11414;4;3057.00;13.95;1533.50;1.73;0.18 +11414;5;3050.00;13.60;1534.00;4.46;0.18 +11414;6;3053.50;14.40;1534.50;3.46;0.18 +11414;7;3051.00;14.30;1535.00;4.12;0.18 +11414;9;3051.12;13.44;1533.00;1.57;0.18 +11414;10;3056.88;13.65;1533.00;-1.57;0.18 11414;21;3051.12;13.44;1533.00;1.57;0.18 +11415;0;3030.00;10.22;1556.00;0.00;0.20 +11415;1;3030.50;10.20;1553.50;0.19;0.20 +11415;2;3027.50;10.05;1556.00;4.71;0.20 +11415;3;3032.50;10.15;1556.00;1.57;0.20 +11415;4;3030.00;9.75;1558.50;3.14;0.20 +11415;9;3027.84;10.06;1556.00;1.57;0.20 +11415;10;3032.16;10.16;1556.00;-1.57;0.20 11415;21;3032.16;10.16;1556.00;-1.57;0.20 +11416;0;3492.00;9.80;1460.00;0.00;0.20 +11416;1;3491.00;9.80;1458.00;-0.46;0.20 +11416;2;3493.50;9.80;1457.00;0.46;0.20 +11416;3;3494.50;9.80;1459.50;1.37;0.20 +11416;4;3489.00;9.80;1460.00;4.71;0.20 +11416;5;3491.50;9.80;1462.00;3.38;0.20 +11416;6;3494.50;9.80;1462.00;2.24;0.20 +11416;9;3490.20;9.80;1460.00;1.57;0.20 +11416;10;3493.80;9.80;1460.00;-1.57;0.20 11416;21;3490.20;9.80;1460.00;1.57;0.20 +11417;0;2960.00;10.20;1520.00;0.00;0.20 +11417;1;2960.50;10.25;1516.00;0.12;0.20 +11417;2;2962.50;10.20;1517.50;0.78;0.20 +11417;3;2957.50;10.30;1519.50;-1.37;0.20 +11417;4;2962.50;10.20;1520.00;1.57;0.20 +11417;5;2961.00;10.25;1522.50;2.76;0.20 +11417;6;2957.00;10.37;1522.00;4.12;0.20 +11417;7;2959.00;10.35;1523.50;3.42;0.20 +11417;9;2958.20;10.30;1520.00;1.57;0.20 +11417;10;2961.80;10.20;1520.00;-1.57;0.20 11417;21;2958.20;10.30;1520.00;1.57;0.20 +11418;0;3437.00;9.70;1468.00;0.00;0.26 +11418;1;3435.00;9.70;1465.50;-0.67;0.26 +11418;2;3437.50;9.70;1465.50;0.19;0.26 +11418;3;3440.00;9.70;1468.50;1.73;0.26 +11418;4;3435.50;9.70;1468.50;4.39;0.26 +11418;5;3438.00;9.70;1470.00;2.67;0.26 +11418;6;3440.50;9.70;1471.00;2.27;0.26 +11418;9;3434.66;9.70;1468.00;1.57;0.26 +11418;10;3439.34;9.70;1468.00;-1.57;0.26 11418;21;3434.66;9.70;1468.00;1.57;0.26 +11419;0;2881.00;9.70;1543.00;0.00;0.18 +11419;1;2881.50;9.70;1541.50;0.32;0.18 +11419;2;2879.00;9.70;1542.50;-1.32;0.18 +11419;3;2884.50;9.80;1542.50;1.42;0.18 +11419;4;2884.00;9.80;1544.00;1.89;0.18 +11419;5;2880.50;9.70;1544.50;3.46;0.18 +11419;9;2878.66;9.70;1543.00;1.57;0.18 +11419;10;2883.34;9.78;1543.00;-1.57;0.18 11419;21;2878.66;9.70;1543.00;1.57;0.18 +11420;0;2835.55;9.90;1517.14;0.00;0.28 +11420;1;2835.50;9.90;1513.00;0.16;0.28 +11420;2;2834.00;9.90;1513.50;-0.38;0.28 +11420;3;2838.00;9.90;1514.50;1.10;0.28 +11420;4;2833.00;9.95;1515.50;-1.32;0.28 +11420;5;2838.00;9.90;1516.50;1.73;0.28 +11420;6;2834.50;9.75;1519.00;3.30;0.28 +11420;7;2832.00;9.70;1518.50;4.01;0.28 +11420;9;2832.12;9.88;1516.00;1.57;0.28 +11420;10;2837.88;9.90;1516.00;-1.57;0.28 +11420;19;2830.02;9.50;1521.91;-2.17;0.28 +11420;20;2828.89;9.50;1523.24;3.84;0.28 11420;21;2837.99;10.00;1513.35;-1.57;0.28 +11421;0;3540.00;10.60;1548.00;0.00;0.26 +11421;1;3537.50;11.20;1546.50;-1.03;0.26 +11421;2;3540.00;10.50;1544.50;0.00;0.26 +11421;3;3542.50;10.05;1546.00;0.89;0.26 +11421;4;3543.00;9.95;1549.50;2.03;0.26 +11421;5;3538.00;10.95;1549.50;4.06;0.26 +11421;6;3540.50;10.30;1550.50;2.94;0.26 +11421;7;3542.00;9.95;1551.50;2.62;0.26 +11421;9;3537.66;11.11;1548.00;1.57;0.26 +11421;10;3542.34;10.07;1548.00;-1.57;0.26 11421;21;3537.66;11.11;1548.00;1.57;0.26 +11422;0;3346.00;9.70;1472.00;0.00;0.24 +11422;1;3346.00;9.70;1469.50;0.00;0.24 +11422;2;3343.50;9.70;1471.50;-1.37;0.24 +11422;3;3349.00;9.70;1471.50;1.40;0.24 +11422;4;3346.50;9.70;1474.00;2.89;0.24 +11422;5;3343.50;9.70;1474.50;3.92;0.24 +11422;9;3343.84;9.70;1472.00;1.57;0.24 +11422;10;3348.16;9.70;1472.00;-1.57;0.24 11422;21;3343.84;9.70;1472.00;1.57;0.24 +11423;0;3497.00;9.80;1517.00;0.00;0.20 +11423;1;3495.50;10.00;1515.50;-0.78;0.20 +11423;2;3499.00;9.85;1514.50;0.67;0.20 +11423;3;3500.00;9.80;1516.50;1.40;0.20 +11423;4;3493.50;9.80;1518.00;4.43;0.20 +11423;5;3500.00;9.82;1519.00;2.15;0.20 +11423;6;3496.50;9.80;1519.50;3.33;0.20 +11423;9;3494.48;9.85;1517.00;1.57;0.20 +11423;10;3499.52;9.80;1517.00;-1.57;0.20 11423;21;3494.48;9.85;1517.00;1.57;0.20 +11424;0;3282.00;10.00;1494.00;0.00;0.22 +11424;1;3280.00;10.10;1491.50;-0.67;0.22 +11424;2;3283.50;10.00;1491.00;0.46;0.22 +11424;3;3279.50;10.10;1494.50;4.51;0.22 +11424;4;3283.50;10.00;1495.00;2.15;0.22 +11424;5;3282.00;10.10;1497.50;3.14;0.22 +11424;9;3280.02;10.02;1494.00;1.57;0.22 +11424;10;3283.98;9.95;1494.00;-1.57;0.22 11424;21;3280.02;10.02;1494.00;1.57;0.22 +11425;0;3318.00;9.80;1531.00;0.00;0.20 +11425;1;3319.00;9.80;1527.50;0.27;0.20 +11425;2;3316.50;9.80;1529.00;-0.64;0.20 +11425;3;3320.50;9.80;1530.50;1.37;0.20 +11425;4;3316.00;9.80;1532.00;4.24;0.20 +11425;5;3317.50;9.80;1534.00;3.30;0.20 +11425;6;3320.00;9.80;1533.50;2.46;0.20 +11425;9;3316.20;9.80;1531.00;1.57;0.20 +11425;10;3319.80;9.80;1531.00;-1.57;0.20 11425;21;3316.20;9.80;1531.00;1.57;0.20 +11426;0;3205.00;9.67;1721.00;0.00;0.24 +11426;1;3203.50;9.70;1718.00;-0.46;0.24 +11426;2;3206.00;9.70;1718.50;0.38;0.24 +11426;3;3202.00;9.70;1720.50;-1.40;0.24 +11426;4;3208.00;9.65;1721.50;1.73;0.24 +11426;5;3203.50;9.70;1722.50;3.92;0.24 +11426;6;3205.50;9.70;1723.50;2.94;0.24 +11426;9;3202.84;9.70;1721.00;1.57;0.24 +11426;10;3207.16;9.65;1721.00;-1.57;0.24 +11426;19;3208.00;9.53;1726.00;-3.34;0.24 +11426;20;3208.90;9.53;1727.50;2.60;0.24 11426;21;3202.84;9.70;1721.00;1.57;0.24 +11427;0;3200.00;9.67;1500.00;0.00;0.26 +11427;1;3200.00;9.65;1497.50;0.00;0.26 +11427;2;3203.00;9.77;1498.00;0.98;0.26 +11427;3;3197.00;9.57;1499.00;-1.24;0.26 +11427;4;3203.00;10.02;1501.00;1.89;0.26 +11427;5;3197.50;9.75;1502.00;4.03;0.26 +11427;6;3201.50;10.15;1503.00;2.67;0.26 +11427;9;3197.48;9.55;1500.00;1.57;0.26 +11427;10;3202.52;9.90;1500.00;-1.57;0.26 11427;21;3197.48;9.55;1500.00;1.57;0.26 +11428;0;3107.00;10.00;1545.00;0.00;0.26 +11428;1;3109.00;9.90;1541.50;0.51;0.26 +11428;2;3110.50;9.90;1543.00;1.05;0.26 +11428;3;3105.50;10.00;1543.50;-0.78;0.26 +11428;4;3111.50;10.00;1545.00;1.57;0.26 +11428;5;3102.50;10.00;1546.50;4.39;0.26 +11428;6;3108.50;10.00;1546.00;2.15;0.26 +11428;7;3105.00;10.02;1548.00;3.73;0.26 +11428;9;3103.76;10.00;1545.00;1.57;0.26 +11428;10;3110.24;10.00;1545.00;-1.57;0.26 11428;21;3103.76;10.00;1545.00;1.57;0.26 +11429;0;3541.00;9.70;1465.00;0.00;0.24 +11429;1;3539.50;9.70;1463.50;-0.78;0.24 +11429;2;3542.50;9.60;1462.50;0.54;0.24 +11429;3;3543.50;9.60;1465.50;1.76;0.24 +11429;4;3538.50;9.70;1466.50;4.17;0.24 +11429;5;3541.50;9.65;1467.00;2.89;0.24 +11429;9;3538.84;9.70;1465.00;1.57;0.24 +11429;10;3543.16;9.66;1465.00;-1.57;0.24 11429;21;3538.84;9.70;1465.00;1.57;0.24 +11430;0;3123.00;10.82;1529.00;0.00;0.20 +11430;1;3124.00;10.85;1525.50;0.27;0.20 +11430;2;3125.00;11.10;1525.50;0.51;0.20 +11430;3;3122.00;10.40;1526.00;-0.32;0.20 +11430;4;3125.50;11.50;1529.00;1.57;0.20 +11430;5;3120.50;10.20;1529.00;4.71;0.20 +11430;6;3122.00;10.67;1532.00;3.46;0.20 +11430;7;3124.50;11.40;1532.50;2.73;0.20 +11430;9;3121.20;10.34;1529.00;1.57;0.20 +11430;10;3124.80;11.29;1529.00;-1.57;0.20 11430;21;3121.20;10.34;1529.00;1.57;0.20 +11431;0;2940.00;10.52;1550.00;0.00;0.18 +11431;1;2942.50;10.85;1548.00;0.89;0.18 +11431;2;2939.00;10.65;1548.50;-0.58;0.18 +11431;3;2943.00;10.75;1549.00;1.24;0.18 +11431;4;2936.50;10.20;1551.00;4.43;0.18 +11431;5;2942.50;10.40;1551.50;2.11;0.18 +11431;6;2939.00;10.17;1552.00;3.60;0.18 +11431;9;2937.66;10.40;1550.00;1.57;0.18 +11431;10;2942.34;10.55;1550.00;-1.57;0.18 11431;21;2937.66;10.40;1550.00;1.57;0.18 +11432;0;3022.00;12.02;1533.00;0.00;0.22 +11432;1;3022.50;10.75;1531.00;0.24;0.22 +11432;2;3020.00;11.95;1532.00;-1.10;0.22 +11432;3;3024.00;12.20;1533.50;1.81;0.22 +11432;4;3021.00;13.05;1534.50;3.73;0.22 +11432;5;3024.00;13.65;1536.00;2.55;0.22 +11432;9;3020.02;12.49;1533.00;1.57;0.22 +11432;10;3023.98;11.87;1533.00;-1.57;0.22 11432;21;3020.02;12.49;1533.00;1.57;0.22 +11433;0;3627.00;9.77;1549.00;0.00;0.18 +11433;1;3623.50;10.00;1547.50;-1.16;0.18 +11433;2;3626.00;9.75;1547.50;-0.58;0.18 +11433;3;3629.00;9.70;1547.00;0.78;0.18 +11433;4;3630.50;9.70;1549.00;1.57;0.18 +11433;5;3624.50;10.40;1550.50;4.17;0.18 +11433;6;3628.50;9.75;1551.00;2.49;0.18 +11433;9;3624.30;10.14;1549.00;1.57;0.18 +11433;10;3629.70;9.70;1549.00;-1.57;0.18 11433;21;3624.30;10.14;1549.00;1.57;0.18 +11434;0;3427.00;9.70;1472.00;0.00;0.28 +11434;1;3427.00;9.60;1468.50;0.00;0.28 +11434;2;3424.00;9.70;1470.50;-1.10;0.28 +11434;3;3430.50;9.70;1470.50;1.16;0.28 +11434;4;3423.00;9.70;1473.00;4.46;0.28 +11434;5;3428.00;9.70;1474.00;2.67;0.28 +11434;6;3424.50;9.70;1474.50;3.92;0.28 +11434;9;3423.94;9.70;1472.00;1.57;0.28 +11434;10;3430.06;9.70;1472.00;-1.57;0.28 11434;21;3423.94;9.70;1472.00;1.57;0.28 +11435;0;2906.00;10.70;1517.00;0.00;0.18 +11435;1;2907.50;10.70;1514.00;0.46;0.18 +11435;2;2904.50;10.55;1516.00;-0.98;0.18 +11435;3;2907.00;10.85;1517.50;2.03;0.18 +11435;4;2904.50;10.80;1519.50;3.68;0.18 +11435;9;2904.38;10.56;1517.00;1.57;0.18 +11435;10;2907.62;10.85;1517.00;-1.57;0.18 11435;21;2904.38;10.56;1517.00;1.57;0.18 +11436;0;3450.00;9.80;1552.00;0.00;0.18 +11436;1;3449.00;9.80;1550.00;-0.46;0.18 +11436;2;3452.00;9.80;1550.00;0.78;0.18 +11436;3;3453.00;9.80;1551.50;1.40;0.18 +11436;4;3447.50;9.80;1552.50;4.51;0.18 +11436;5;3450.50;9.80;1554.50;2.94;0.18 +11436;9;3447.84;9.80;1552.00;1.57;0.18 +11436;10;3452.16;9.80;1552.00;-1.57;0.18 11436;21;3447.84;9.80;1552.00;1.57;0.18 +11437;0;3348.00;9.80;1480.00;0.00;0.24 +11437;1;3347.50;9.80;1478.00;-0.24;0.24 +11437;2;3351.00;9.80;1477.50;0.87;0.24 +11437;3;3351.00;9.80;1480.50;1.73;0.24 +11437;4;3344.50;9.80;1480.00;4.71;0.24 +11437;5;3344.50;9.80;1481.50;4.30;0.24 +11437;6;3347.50;9.80;1482.50;3.33;0.24 +11437;9;3345.66;9.80;1480.00;1.57;0.24 +11437;10;3350.34;9.80;1480.00;-1.57;0.24 11437;21;3345.66;9.80;1480.00;1.57;0.24 +11438;0;3290.00;9.90;1498.00;0.00;0.24 +11438;1;3289.50;9.90;1494.50;-0.14;0.24 +11438;2;3287.50;10.00;1497.00;-1.19;0.24 +11438;3;3292.00;9.90;1496.50;0.92;0.24 +11438;4;3291.50;9.90;1500.00;2.49;0.24 +11438;5;3288.50;10.00;1500.50;3.68;0.24 +11438;6;3289.50;10.00;1501.50;3.28;0.24 +11438;9;3287.84;9.96;1498.00;1.57;0.24 +11438;10;3292.16;9.90;1498.00;-1.57;0.24 11438;21;3287.84;9.96;1498.00;1.57;0.24 +11439;0;3392.00;9.90;1524.00;0.00;0.22 +11439;1;3390.50;9.80;1522.00;-0.64;0.22 +11439;2;3394.00;9.90;1523.00;1.10;0.22 +11439;3;3388.50;9.90;1524.00;4.71;0.22 +11439;4;3392.00;9.90;1525.50;3.14;0.22 +11439;5;3395.00;9.90;1525.50;2.03;0.22 +11439;9;3389.66;9.88;1524.00;1.57;0.22 +11439;10;3394.34;9.90;1524.00;-1.57;0.22 11439;21;3389.66;9.88;1524.00;1.57;0.22 +11440;0;1113.00;11.20;1767.00;0.00;0.60 +11440;1;1120.50;11.30;1759.50;0.78;0.60 +11440;2;1108.50;11.20;1763.00;-0.84;0.60 +11440;3;1126.00;12.70;1764.50;1.38;0.60 +11440;4;1101.00;11.30;1767.00;4.71;0.60 +11440;5;1120.00;11.05;1769.50;1.91;0.60 +11440;6;1101.00;11.30;1773.00;4.24;0.60 +11440;7;1108.50;11.30;1773.50;3.74;0.60 +11440;9;1103.46;11.30;1767.00;1.57;0.60 +11440;10;1122.54;11.35;1767.00;-1.57;0.60 11440;21;1103.46;11.30;1767.00;1.57;0.60 +11441;0;3180.00;9.97;1540.00;0.00;0.24 +11441;1;3179.50;9.90;1537.00;-0.16;0.24 +11441;2;3182.00;9.90;1537.50;0.67;0.24 +11441;3;3177.50;10.00;1540.50;4.51;0.24 +11441;4;3182.00;10.00;1541.00;2.03;0.24 +11441;5;3179.50;10.00;1543.50;3.28;0.24 +11441;9;3177.84;9.95;1540.00;1.57;0.24 +11441;10;3182.16;10.00;1540.00;-1.57;0.24 11441;21;3182.16;10.00;1540.00;-1.57;0.24 +11442;0;3632.00;9.60;1487.00;0.00;0.32 +11442;1;3629.50;9.60;1482.00;-0.46;0.32 +11442;2;3633.00;9.60;1482.50;0.21;0.32 +11442;3;3629.00;9.60;1485.00;-0.98;0.32 +11442;4;3636.00;9.60;1488.00;1.81;0.32 +11442;5;3629.50;9.60;1490.00;3.83;0.32 +11442;6;3632.00;9.60;1492.50;3.14;0.32 +11442;9;3629.12;9.60;1487.00;1.57;0.32 +11442;10;3634.88;9.60;1487.00;-1.57;0.32 11442;21;3629.12;9.60;1487.00;1.57;0.32 +11443;0;3226.00;9.77;1718.00;0.00;0.20 +11443;1;3225.00;9.80;1716.00;-0.46;0.20 +11443;2;3229.00;9.70;1718.00;1.57;0.20 +11443;3;3223.50;10.05;1719.00;4.33;0.20 +11443;4;3227.00;9.70;1720.50;2.76;0.20 +11443;9;3223.48;10.05;1718.00;1.57;0.20 +11443;10;3228.52;9.70;1718.00;-1.57;0.20 +11443;19;3228.00;9.55;1722.00;-3.52;0.20 +11443;20;3228.78;9.55;1723.56;2.67;0.20 11443;21;3223.48;10.05;1718.00;1.57;0.20 +11444;0;3014.00;9.95;1577.00;0.00;0.20 +11444;1;3013.00;9.70;1574.50;-0.38;0.20 +11444;2;3015.00;9.97;1576.00;0.78;0.20 +11444;3;3011.00;9.70;1575.50;-1.10;0.20 +11444;4;3012.00;9.75;1577.50;4.46;0.20 +11444;5;3016.00;10.15;1578.50;2.21;0.20 +11444;6;3013.50;9.90;1579.50;3.33;0.20 +11444;7;3015.00;9.87;1580.00;2.82;0.20 +11444;9;3012.20;9.73;1577.00;1.57;0.20 +11444;10;3015.80;10.18;1577.00;-1.57;0.20 11444;21;3012.20;9.73;1577.00;1.57;0.20 +11445;0;2957.00;10.47;1531.00;0.00;0.20 +11445;1;2957.50;10.50;1529.00;0.24;0.20 +11445;2;2954.50;10.50;1529.50;-1.03;0.20 +11445;3;2959.50;10.50;1531.50;1.76;0.20 +11445;4;2955.00;10.70;1532.00;4.24;0.20 +11445;5;2959.50;10.40;1533.50;2.35;0.20 +11445;6;2957.50;10.40;1534.00;2.97;0.20 +11445;9;2955.20;10.56;1531.00;1.57;0.20 +11445;10;2958.80;10.51;1531.00;-1.57;0.20 11445;21;2955.20;10.56;1531.00;1.57;0.20 +11446;0;2795.00;9.60;1547.00;0.00;0.12 +11446;1;2794.00;9.50;1545.50;-0.58;0.12 +11446;2;2798.00;9.50;1546.50;1.40;0.12 +11446;3;2791.00;9.80;1547.50;4.58;0.12 +11446;4;2799.00;9.80;1547.50;1.69;0.12 +11446;5;2796.00;9.80;1548.00;2.35;0.12 +11446;6;2792.50;9.80;1549.00;4.03;0.12 +11446;9;2791.94;9.60;1547.00;1.57;0.12 +11446;10;2798.06;9.65;1547.00;-1.57;0.12 +11446;19;2800.00;9.55;1546.00;1.41;0.12 +11446;20;2801.71;9.55;1545.65;1.37;0.12 11446;21;2791.94;9.60;1547.00;1.57;0.12 +11447;0;3495.00;9.80;1476.00;0.00;0.20 +11447;1;3494.00;9.80;1474.00;-0.46;0.20 +11447;2;3492.50;9.80;1474.50;-1.03;0.20 +11447;3;3497.00;9.80;1475.00;1.10;0.20 +11447;4;3492.00;9.70;1475.50;-1.40;0.20 +11447;5;3493.50;9.70;1477.50;3.92;0.20 +11447;6;3496.50;9.80;1478.00;2.49;0.20 +11447;9;3492.84;9.70;1476.00;1.57;0.20 +11447;10;3497.16;9.80;1476.00;-1.57;0.20 11447;21;3492.84;9.70;1476.00;1.57;0.20 +11448;0;4388.00;18.85;1224.00;0.00;0.48 +11448;1;4387.00;19.00;1217.50;-0.15;0.48 +11448;2;4384.50;19.10;1218.50;-0.56;0.48 +11448;3;4389.50;18.90;1219.00;0.29;0.48 +11448;4;4383.50;18.90;1222.00;-1.15;0.48 +11448;5;4393.00;18.85;1223.50;1.47;0.48 +11448;6;4385.00;19.15;1227.00;3.92;0.48 +11448;7;4392.00;18.75;1228.50;2.41;0.48 +11448;9;4383.14;19.01;1224.00;1.57;0.48 +11448;10;4392.86;18.81;1224.00;-1.57;0.48 11448;21;4383.14;19.01;1224.00;1.57;0.48 +11449;0;3507.00;10.00;1553.00;0.00;0.18 +11449;1;3506.50;10.05;1551.00;-0.24;0.18 +11449;2;3510.00;10.00;1552.50;1.40;0.18 +11449;3;3503.50;9.90;1552.50;-1.42;0.18 +11449;4;3504.00;9.90;1554.50;4.24;0.18 +11449;5;3506.50;10.00;1555.00;3.38;0.18 +11449;6;3510.00;10.00;1555.00;2.15;0.18 +11449;9;3504.30;9.90;1553.00;1.57;0.18 +11449;10;3509.70;10.00;1553.00;-1.57;0.18 11449;21;3504.30;9.90;1553.00;1.57;0.18 +11450;0;3433.00;9.80;1478.00;0.00;0.26 +11450;1;3436.00;9.70;1475.00;0.78;0.26 +11450;2;3431.00;9.80;1477.00;-1.10;0.26 +11450;3;3438.00;9.80;1477.00;1.37;0.26 +11450;4;3435.00;9.80;1478.50;1.81;0.26 +11450;5;3428.50;9.80;1480.00;4.29;0.26 +11450;6;3430.50;9.90;1481.00;3.83;0.26 +11450;9;3429.58;9.80;1478.00;1.57;0.26 +11450;10;3436.42;9.80;1478.00;-1.57;0.26 11450;21;3429.58;9.80;1478.00;1.57;0.26 +11451;0;3466.00;9.80;1519.00;0.00;0.18 +11451;1;3466.50;9.95;1517.00;0.24;0.18 +11451;2;3469.00;10.10;1516.50;0.87;0.18 +11451;3;3463.50;9.80;1518.50;-1.37;0.18 +11451;4;3469.50;9.90;1518.50;1.42;0.18 +11451;5;3466.00;9.85;1521.00;3.14;0.18 +11451;6;3462.50;9.80;1520.50;4.30;0.18 +11451;9;3463.48;9.80;1519.00;1.57;0.18 +11451;10;3468.52;9.85;1519.00;-1.57;0.18 11451;21;3463.48;9.80;1519.00;1.57;0.18 +11452;0;3363.00;10.40;1489.00;0.00;0.20 +11452;1;3362.00;10.40;1487.00;-0.46;0.20 +11452;2;3365.50;10.40;1487.50;1.03;0.20 +11452;3;3359.50;10.40;1490.00;4.43;0.20 +11452;4;3365.00;10.30;1490.00;2.03;0.20 +11452;5;3362.50;10.30;1491.50;3.33;0.20 +11452;9;3360.66;10.40;1489.00;1.57;0.20 +11452;10;3365.34;10.35;1489.00;-1.57;0.20 11452;21;3360.66;10.40;1489.00;1.57;0.20 +11453;0;3267.00;9.80;1548.00;0.00;0.24 +11453;1;3264.50;9.80;1545.50;-0.78;0.24 +11453;2;3268.50;9.80;1545.50;0.54;0.24 +11453;3;3269.50;9.80;1548.50;1.76;0.24 +11453;4;3264.00;9.80;1548.00;4.71;0.24 +11453;5;3265.00;9.80;1551.00;3.73;0.24 +11453;6;3267.00;9.80;1551.00;3.14;0.24 +11453;9;3264.48;9.80;1548.00;1.57;0.24 +11453;10;3269.52;9.80;1548.00;-1.57;0.24 11453;21;3264.48;9.80;1548.00;1.57;0.24 +11454;0;3296.00;10.45;1506.00;0.00;0.26 +11454;1;3297.00;10.40;1502.50;0.27;0.26 +11454;2;3294.50;10.35;1504.00;-0.64;0.26 +11454;3;3298.50;10.50;1504.00;0.89;0.26 +11454;4;3293.50;10.40;1507.50;4.17;0.26 +11454;5;3297.00;10.30;1507.00;2.35;0.26 +11454;6;3295.50;10.10;1509.50;3.28;0.26 +11454;9;3293.66;10.45;1506.00;1.57;0.26 +11454;10;3298.34;10.49;1506.00;-1.57;0.26 11454;21;3293.66;10.45;1506.00;1.57;0.26 +11455;0;3621.00;9.60;1470.00;0.00;0.32 +11455;1;3622.00;9.60;1466.50;0.27;0.32 +11455;2;3617.50;9.60;1468.00;-1.05;0.32 +11455;3;3626.00;9.60;1470.50;1.67;0.32 +11455;4;3616.00;9.60;1471.50;4.42;0.32 +11455;5;3620.00;9.60;1472.50;3.52;0.32 +11455;6;3624.00;9.60;1473.50;2.43;0.32 +11455;9;3617.40;9.60;1470.00;1.57;0.32 +11455;10;3624.60;9.60;1470.00;-1.57;0.32 11455;21;3617.40;9.60;1470.00;1.57;0.32 +11456;0;2894.00;9.70;1554.00;0.00;0.24 +11456;1;2896.00;9.70;1552.00;0.78;0.24 +11456;2;2897.50;9.70;1552.50;1.16;0.24 +11456;3;2892.50;9.70;1553.50;-1.24;0.24 +11456;4;2890.00;9.70;1554.50;4.58;0.24 +11456;5;2893.50;9.70;1556.00;3.38;0.24 +11456;6;2897.00;9.70;1555.00;1.89;0.24 +11456;7;2890.50;9.70;1556.50;4.09;0.24 +11456;9;2891.12;9.70;1554.00;1.57;0.24 +11456;10;2896.88;9.70;1554.00;-1.57;0.24 11456;21;2896.88;9.70;1554.00;-1.57;0.24 +11457;0;3544.00;9.60;1476.00;0.00;0.28 +11457;1;3543.00;9.60;1472.50;-0.27;0.28 +11457;2;3546.00;9.60;1473.00;0.58;0.28 +11457;3;3540.50;9.65;1476.00;4.71;0.28 +11457;4;3547.50;9.60;1476.00;1.57;0.28 +11457;5;3539.50;9.60;1479.00;4.12;0.28 +11457;6;3546.00;9.60;1479.00;2.55;0.28 +11457;7;3542.50;9.60;1479.50;3.54;0.28 +11457;9;3541.12;9.61;1476.00;1.57;0.28 +11457;10;3546.88;9.60;1476.00;-1.57;0.28 11457;21;3541.12;9.61;1476.00;1.57;0.28 +11458;0;3575.00;10.10;1550.00;0.00;0.20 +11458;1;3573.50;10.20;1548.50;-0.78;0.20 +11458;2;3577.00;9.70;1547.50;0.67;0.20 +11458;3;3579.00;9.75;1549.00;1.32;0.20 +11458;4;3571.50;10.90;1550.50;4.57;0.20 +11458;5;3576.50;10.20;1551.50;2.35;0.20 +11458;6;3573.00;10.85;1552.50;3.81;0.20 +11458;9;3572.48;10.65;1550.00;1.57;0.20 +11458;10;3577.52;9.85;1550.00;-1.57;0.20 11458;21;3572.48;10.65;1550.00;1.57;0.20 +11459;0;3438.00;10.00;1483.00;0.00;0.22 +11459;1;3437.50;9.90;1481.00;-0.24;0.22 +11459;2;3440.50;9.90;1482.00;1.19;0.22 +11459;3;3435.00;10.10;1484.50;4.24;0.22 +11459;4;3440.50;9.95;1484.00;1.95;0.22 +11459;5;3439.00;10.00;1485.00;2.67;0.22 +11459;6;3437.00;10.00;1486.50;3.42;0.22 +11459;9;3435.84;10.00;1483.00;1.57;0.22 +11459;10;3440.16;9.91;1483.00;-1.57;0.22 11459;21;3435.84;10.00;1483.00;1.57;0.22 +11460;0;3528.00;11.57;1531.00;0.00;0.22 +11460;1;3526.00;11.30;1528.50;-0.67;0.22 +11460;2;3529.00;11.90;1528.50;0.38;0.22 +11460;3;3531.00;11.95;1530.50;1.40;0.22 +11460;4;3524.50;11.05;1531.00;4.71;0.22 +11460;5;3527.00;11.30;1532.00;3.92;0.22 +11460;6;3532.00;11.85;1532.50;1.93;0.22 +11460;7;3530.00;11.50;1533.50;2.46;0.22 +11460;9;3525.30;11.17;1531.00;1.57;0.22 +11460;10;3530.70;11.98;1531.00;-1.57;0.22 11460;21;3525.30;11.17;1531.00;1.57;0.22 +11461;0;3373.00;9.80;1492.00;0.00;0.20 +11461;1;3373.50;9.80;1489.50;0.19;0.20 +11461;2;3376.50;9.80;1490.50;1.16;0.20 +11461;3;3370.00;9.80;1491.50;-1.40;0.20 +11461;4;3375.00;9.80;1493.00;2.03;0.20 +11461;5;3369.50;9.80;1494.00;4.19;0.20 +11461;6;3372.00;9.80;1495.00;3.46;0.20 +11461;9;3370.48;9.80;1492.00;1.57;0.20 +11461;10;3375.52;9.80;1492.00;-1.57;0.20 11461;21;3370.48;9.80;1492.00;1.57;0.20 +11462;0;3338.00;9.80;1530.00;0.00;0.22 +11462;1;3337.00;9.80;1527.00;-0.32;0.22 +11462;2;3340.00;9.80;1528.50;0.92;0.22 +11462;3;3335.00;9.80;1529.50;-1.40;0.22 +11462;4;3341.00;9.80;1531.50;2.03;0.22 +11462;5;3337.50;9.80;1532.00;3.38;0.22 +11462;9;3335.48;9.80;1530.00;1.57;0.22 +11462;10;3340.52;9.80;1530.00;-1.57;0.22 11462;21;3335.48;9.80;1530.00;1.57;0.22 +11463;0;2814.00;10.20;1475.00;0.00;0.22 +11463;1;2814.00;9.80;1472.50;0.00;0.22 +11463;2;2811.50;9.85;1473.00;-0.89;0.22 +11463;3;2812.00;10.32;1476.00;4.24;0.22 +11463;4;2816.50;10.40;1475.50;1.76;0.22 +11463;5;2816.00;10.32;1478.00;2.55;0.22 +11463;6;2815.00;10.30;1478.50;2.86;0.22 +11463;9;2812.02;10.22;1475.00;1.57;0.22 +11463;10;2815.98;10.29;1475.00;-1.57;0.22 11463;21;2812.02;10.22;1475.00;1.57;0.22 +11464;0;3252.00;10.20;1513.00;0.00;0.22 +11464;1;3249.50;10.20;1510.00;-0.69;0.22 +11464;2;3252.00;10.20;1511.00;0.00;0.22 +11464;3;3249.00;10.20;1512.50;-1.40;0.22 +11464;4;3255.00;10.20;1513.00;1.57;0.22 +11464;5;3252.50;10.20;1514.50;2.82;0.22 +11464;6;3255.50;10.20;1515.50;2.19;0.22 +11464;9;3249.66;10.20;1513.00;1.57;0.22 +11464;10;3254.34;10.20;1513.00;-1.57;0.22 11464;21;3249.66;10.20;1513.00;1.57;0.22 +11465;0;2776.00;9.70;1466.00;0.00;0.18 +11465;1;2773.00;9.50;1464.00;-0.98;0.18 +11465;2;2778.00;9.65;1464.50;0.92;0.18 +11465;3;2780.00;9.60;1465.50;1.44;0.18 +11465;4;2773.50;9.70;1467.00;4.33;0.18 +11465;5;2779.50;9.60;1467.50;1.97;0.18 +11465;6;2776.50;9.70;1468.50;2.94;0.18 +11465;9;2772.76;9.70;1466.00;1.57;0.18 +11465;10;2779.24;9.61;1466.00;-1.57;0.18 +11465;19;2767.00;9.50;1465.00;-0.98;0.18 +11465;20;2765.26;9.50;1464.80;-1.46;0.18 11465;21;2772.76;9.70;1466.00;1.57;0.18 +11466;0;3170.00;9.90;1555.00;0.00;0.20 +11466;1;3168.00;9.90;1553.00;-0.78;0.20 +11466;2;3170.00;9.90;1551.50;0.00;0.20 +11466;3;3172.00;9.90;1553.00;0.78;0.20 +11466;4;3168.00;9.80;1556.50;4.06;0.20 +11466;5;3171.50;9.80;1557.00;2.49;0.20 +11466;9;3168.20;9.90;1555.00;1.57;0.20 +11466;10;3171.80;9.90;1555.00;-1.57;0.20 11466;21;3168.20;9.90;1555.00;1.57;0.20 +11467;0;3094.00;10.72;1528.00;0.00;0.22 +11467;1;3092.00;10.67;1526.00;-0.78;0.22 +11467;2;3095.50;10.70;1526.50;0.78;0.22 +11467;3;3097.00;10.55;1529.00;1.89;0.22 +11467;4;3092.00;10.55;1529.50;4.06;0.22 +11467;5;3094.50;10.80;1530.50;2.94;0.22 +11467;9;3091.48;10.54;1528.00;1.57;0.22 +11467;10;3096.52;10.54;1528.00;-1.57;0.22 11467;21;3091.48;10.54;1528.00;1.57;0.22 +11468;0;2977.00;11.95;1557.00;0.00;0.20 +11468;1;2975.00;11.45;1554.50;-0.67;0.20 +11468;2;2977.50;11.70;1554.50;0.19;0.20 +11468;3;2974.00;11.40;1556.50;-1.40;0.20 +11468;4;2979.50;11.30;1557.50;1.76;0.20 +11468;5;2976.50;11.65;1559.00;3.38;0.20 +11468;6;2979.00;10.95;1559.50;2.46;0.20 +11468;9;2975.02;11.75;1557.00;1.57;0.20 +11468;10;2978.98;11.48;1557.00;-1.57;0.20 11468;21;2975.02;11.75;1557.00;1.57;0.20 +11469;0;3618.00;9.60;1482.00;0.00;0.30 +11469;1;3618.50;9.60;1478.50;0.14;0.30 +11469;2;3614.50;9.60;1480.50;-1.16;0.30 +11469;3;3622.00;9.60;1482.50;1.69;0.30 +11469;4;3616.00;9.60;1484.00;3.92;0.30 +11469;5;3619.00;9.60;1484.50;2.76;0.30 +11469;9;3615.30;9.60;1482.00;1.57;0.30 +11469;10;3620.70;9.60;1482.00;-1.57;0.30 11469;21;3615.30;9.60;1482.00;1.57;0.30 +11470;0;2911.00;10.90;1519.00;0.00;0.22 +11470;1;2912.00;10.90;1516.00;0.32;0.22 +11470;2;2909.50;10.90;1518.50;-1.24;0.22 +11470;3;2914.00;10.85;1518.00;1.24;0.22 +11470;4;2912.50;10.95;1520.00;2.15;0.22 +11470;5;2908.00;11.07;1521.00;4.12;0.22 +11470;6;2910.00;11.10;1521.50;3.52;0.22 +11470;9;2908.84;10.93;1519.00;1.57;0.22 +11470;10;2913.16;10.86;1519.00;-1.57;0.22 11470;21;2908.84;10.93;1519.00;1.57;0.22 +11471;0;2771.00;10.10;1560.00;0.00;0.22 +11471;1;2772.00;9.95;1557.50;0.38;0.22 +11471;2;2769.00;10.10;1558.50;-0.92;0.22 +11471;3;2774.50;10.05;1559.00;1.29;0.22 +11471;4;2774.00;10.10;1561.00;1.89;0.22 +11471;5;2767.50;10.00;1560.50;4.57;0.22 +11471;6;2770.50;10.10;1562.50;3.33;0.22 +11471;9;2768.48;10.09;1560.00;1.57;0.22 +11471;10;2773.52;10.10;1560.00;-1.57;0.22 11471;21;2768.48;10.09;1560.00;1.57;0.22 +11472;0;3552.00;9.67;1490.00;0.00;0.30 +11472;1;3550.00;9.60;1486.00;-0.46;0.30 +11472;2;3553.50;9.60;1486.50;0.40;0.30 +11472;3;3548.50;9.70;1489.00;-1.29;0.30 +11472;4;3555.00;9.60;1490.50;1.73;0.30 +11472;5;3550.50;9.70;1493.00;3.60;0.30 +11472;6;3553.50;9.60;1493.50;2.73;0.30 +11472;9;3549.30;9.70;1490.00;1.57;0.30 +11472;10;3554.70;9.60;1490.00;-1.57;0.30 11472;21;3549.30;9.70;1490.00;1.57;0.30 +11473;0;3599.00;9.60;1523.00;0.00;0.30 +11473;1;3597.50;9.60;1518.00;-0.29;0.30 +11473;2;3600.50;9.70;1518.50;0.32;0.30 +11473;3;3596.00;9.60;1522.50;-1.40;0.30 +11473;4;3603.50;9.60;1519.50;0.91;0.30 +11473;5;3602.00;9.60;1523.00;1.57;0.30 +11473;6;3596.00;9.60;1527.00;3.78;0.30 +11473;7;3601.50;9.60;1527.00;2.58;0.30 +11473;8;3598.50;9.60;1527.50;3.25;0.30 +11473;9;3596.30;9.60;1523.00;1.57;0.30 +11473;10;3601.70;9.60;1523.00;-1.57;0.30 11473;21;3596.30;9.60;1523.00;1.57;0.30 +11474;0;3504.00;9.80;1489.00;0.00;0.22 +11474;1;3503.50;9.80;1486.50;-0.19;0.22 +11474;2;3505.50;9.80;1486.50;0.54;0.22 +11474;3;3506.50;9.80;1489.00;1.57;0.22 +11474;4;3502.50;9.80;1490.00;4.12;0.22 +11474;5;3505.50;9.80;1491.50;2.60;0.22 +11474;9;3502.02;9.80;1489.00;1.57;0.22 +11474;10;3505.98;9.80;1489.00;-1.57;0.22 11474;21;3502.02;9.80;1489.00;1.57;0.22 +11475;0;3420.00;10.50;1529.00;0.00;0.16 +11475;1;3420.00;10.50;1527.00;0.00;0.16 +11475;2;3423.00;10.50;1527.00;0.98;0.16 +11475;3;3417.50;10.50;1528.00;-1.19;0.16 +11475;4;3423.50;10.50;1529.00;1.57;0.16 +11475;5;3417.00;10.50;1530.00;4.39;0.16 +11475;6;3420.50;10.50;1531.00;2.89;0.16 +11475;9;3417.66;10.50;1529.00;1.57;0.16 +11475;10;3422.34;10.50;1529.00;-1.57;0.16 11475;21;3417.66;10.50;1529.00;1.57;0.16 +11476;0;3443.00;9.80;1493.00;0.00;0.24 +11476;1;3441.50;9.80;1490.00;-0.46;0.24 +11476;2;3444.00;9.80;1491.00;0.46;0.24 +11476;3;3440.50;9.80;1493.00;4.71;0.24 +11476;4;3446.00;9.80;1494.00;1.89;0.24 +11476;5;3442.00;9.80;1496.00;3.46;0.24 +11476;6;3445.00;9.80;1496.00;2.55;0.24 +11476;9;3440.84;9.80;1493.00;1.57;0.24 +11476;10;3445.16;9.80;1493.00;-1.57;0.24 11476;21;3440.84;9.80;1493.00;1.57;0.24 +11477;0;3249.00;10.00;1539.00;0.00;0.22 +11477;1;3249.00;10.05;1536.50;0.00;0.22 +11477;2;3252.00;10.00;1537.50;1.10;0.22 +11477;3;3246.00;10.00;1539.50;4.54;0.22 +11477;4;3252.00;10.00;1539.50;1.73;0.22 +11477;5;3249.50;10.00;1542.00;2.97;0.22 +11477;9;3246.84;10.00;1539.00;1.57;0.22 +11477;10;3251.16;10.00;1539.00;-1.57;0.22 11477;21;3246.84;10.00;1539.00;1.57;0.22 +11478;0;3047.00;9.80;1570.00;0.00;0.16 +11478;1;3047.50;9.80;1568.00;0.24;0.16 +11478;2;3044.00;9.80;1569.50;-1.40;0.16 +11478;3;3050.50;9.80;1570.00;1.57;0.16 +11478;4;3046.50;9.80;1571.50;3.46;0.16 +11478;5;3050.00;9.70;1571.50;2.03;0.16 +11478;9;3044.66;9.80;1570.00;1.57;0.16 +11478;10;3049.34;9.80;1570.00;-1.57;0.16 11478;21;3044.66;9.80;1570.00;1.57;0.16 +11479;0;3182.00;10.02;1514.00;0.00;0.26 +11479;1;3181.00;9.85;1510.50;-0.27;0.26 +11479;2;3184.50;9.95;1512.00;0.89;0.26 +11479;3;3178.50;10.00;1513.50;-1.42;0.26 +11479;4;3184.50;10.20;1515.50;2.11;0.26 +11479;5;3181.00;10.15;1516.50;3.52;0.26 +11479;9;3179.30;9.88;1514.00;1.57;0.26 +11479;10;3184.70;10.11;1514.00;-1.57;0.26 11479;21;3179.30;9.88;1514.00;1.57;0.26 +11480;0;3652.00;9.60;1499.00;0.00;0.38 +11480;1;3654.50;9.80;1494.00;0.46;0.38 +11480;2;3649.50;9.60;1497.00;-0.89;0.38 +11480;3;3656.00;9.92;1497.00;1.10;0.38 +11480;4;3655.50;9.70;1501.00;2.09;0.38 +11480;5;3647.00;9.60;1501.50;4.24;0.38 +11480;6;3651.00;9.70;1503.50;3.36;0.38 +11480;9;3648.58;9.60;1499.00;1.57;0.38 +11480;10;3655.42;9.74;1499.00;-1.57;0.38 11480;21;3648.58;9.60;1499.00;1.57;0.38 +11481;0;3009.00;10.22;1545.00;0.00;0.22 +11481;1;3009.00;11.00;1542.00;0.00;0.22 +11481;2;3011.50;10.85;1543.00;0.89;0.22 +11481;3;3007.00;10.10;1544.50;-1.32;0.22 +11481;4;3011.50;10.40;1545.50;1.76;0.22 +11481;5;3009.50;9.80;1547.50;2.94;0.22 +11481;6;3007.50;9.80;1547.50;3.68;0.22 +11481;9;3007.02;10.05;1545.00;1.57;0.22 +11481;10;3010.98;10.39;1545.00;-1.57;0.22 11481;21;3007.02;10.05;1545.00;1.57;0.22 +11482;0;3575.00;9.60;1482.00;0.00;0.28 +11482;1;3576.00;9.60;1479.00;0.32;0.28 +11482;2;3572.00;9.60;1479.50;-0.87;0.28 +11482;3;3580.00;9.60;1480.50;1.27;0.28 +11482;4;3570.50;9.60;1482.00;4.71;0.28 +11482;5;3579.50;9.60;1483.00;1.78;0.28 +11482;6;3571.00;9.60;1485.00;4.06;0.28 +11482;7;3576.00;9.60;1485.00;2.82;0.28 +11482;9;3571.04;9.60;1482.00;1.57;0.28 +11482;10;3578.96;9.60;1482.00;-1.57;0.28 11482;21;3571.04;9.60;1482.00;1.57;0.28 +11483;0;2853.57;9.70;1530.61;0.00;0.20 +11483;1;2852.00;9.80;1526.00;0.00;0.20 +11483;2;2854.50;9.70;1526.50;1.03;0.20 +11483;3;2849.50;9.80;1528.00;4.71;0.20 +11483;4;2854.00;9.70;1529.00;2.03;0.20 +11483;5;2849.00;9.77;1530.00;4.12;0.20 +11483;6;2851.50;9.70;1530.50;3.33;0.20 +11483;9;2849.48;9.80;1528.00;1.57;0.20 +11483;10;2854.52;9.70;1528.00;-1.57;0.20 11483;21;2850.25;9.90;1527.51;-1.57;0.20 +11484;0;3511.00;9.80;1501.00;0.00;0.24 +11484;1;3509.00;9.80;1497.50;-0.51;0.24 +11484;2;3511.50;9.70;1498.00;0.16;0.24 +11484;3;3508.00;9.80;1498.50;-0.87;0.24 +11484;4;3508.50;9.80;1501.00;4.71;0.24 +11484;5;3513.50;9.70;1500.00;1.19;0.24 +11484;6;3513.50;9.70;1502.50;2.11;0.24 +11484;7;3510.00;9.80;1504.00;3.46;0.24 +11484;8;3512.00;9.75;1504.50;2.86;0.24 +11484;9;3508.84;9.80;1501.00;1.57;0.24 +11484;10;3513.16;9.71;1501.00;-1.57;0.24 11484;21;3508.84;9.80;1501.00;1.57;0.24 +11485;0;3486.00;9.72;1521.00;0.00;0.20 +11485;1;3487.50;9.70;1518.00;0.46;0.20 +11485;2;3485.00;9.80;1518.00;-0.32;0.20 +11485;3;3483.50;9.70;1520.50;-1.37;0.20 +11485;4;3488.00;9.70;1520.00;1.10;0.20 +11485;5;3488.50;9.80;1522.50;2.11;0.20 +11485;6;3485.50;9.80;1523.50;3.33;0.20 +11485;9;3484.20;9.70;1521.00;1.57;0.20 +11485;10;3487.80;9.70;1521.00;-1.57;0.20 11485;21;3484.20;9.70;1521.00;1.57;0.20 +11486;0;2942.00;13.87;1485.00;0.00;0.22 +11486;1;2939.50;14.30;1483.50;-1.03;0.22 +11486;2;2942.50;14.00;1482.50;0.19;0.22 +11486;3;2944.50;13.60;1484.50;1.37;0.22 +11486;4;2939.50;13.75;1486.00;4.33;0.22 +11486;5;2943.50;13.00;1487.00;2.49;0.22 +11486;6;2941.50;13.70;1487.50;3.33;0.22 +11486;9;2940.02;13.89;1485.00;1.57;0.22 +11486;10;2943.98;13.52;1485.00;-1.57;0.22 11486;21;2940.02;13.89;1485.00;1.57;0.22 +11487;0;3402.00;10.40;1501.00;0.00;0.26 +11487;1;3400.50;10.40;1499.00;-0.64;0.26 +11487;2;3404.00;10.40;1499.50;0.92;0.26 +11487;3;3405.50;10.40;1501.50;1.71;0.26 +11487;4;3399.00;10.45;1502.00;4.39;0.26 +11487;5;3403.00;10.40;1503.50;2.76;0.26 +11487;6;3400.00;10.40;1504.00;3.73;0.26 +11487;9;3399.66;10.40;1501.00;1.57;0.26 +11487;10;3404.34;10.40;1501.00;-1.57;0.26 11487;21;3399.66;10.40;1501.00;1.57;0.26 +11488;0;2896.00;10.42;1482.00;0.00;0.20 +11488;1;2895.50;10.40;1478.50;-0.14;0.20 +11488;2;2898.00;10.30;1478.50;0.51;0.20 +11488;3;2894.00;10.70;1482.50;4.46;0.20 +11488;4;2897.50;10.40;1482.00;1.57;0.20 +11488;5;2897.50;10.50;1485.50;2.73;0.20 +11488;6;2896.00;10.90;1486.50;3.14;0.20 +11488;9;2894.20;10.61;1482.00;1.57;0.20 +11488;10;2897.80;10.40;1482.00;-1.57;0.20 11488;21;2894.20;10.61;1482.00;1.57;0.20 +11489;0;3307.00;9.80;1533.00;0.00;0.22 +11489;1;3304.50;9.80;1529.50;-0.62;0.22 +11489;2;3307.50;9.80;1530.50;0.19;0.22 +11489;3;3304.50;9.80;1532.00;-1.19;0.22 +11489;4;3310.50;9.80;1533.00;1.57;0.22 +11489;5;3306.00;9.80;1535.00;3.60;0.22 +11489;6;3308.50;9.80;1535.50;2.60;0.22 +11489;9;3305.02;9.80;1533.00;1.57;0.22 +11489;10;3308.98;9.80;1533.00;-1.57;0.22 11489;21;3305.02;9.80;1533.00;1.57;0.22 +11490;0;3263.00;10.12;1512.00;0.00;0.26 +11490;1;3261.00;10.20;1508.50;-0.51;0.26 +11490;2;3263.50;10.10;1508.00;0.12;0.26 +11490;3;3264.50;10.10;1510.50;0.78;0.26 +11490;4;3260.50;10.20;1512.50;4.51;0.26 +11490;5;3266.50;10.10;1514.00;2.09;0.26 +11490;6;3264.00;10.10;1515.50;2.86;0.26 +11490;9;3260.66;10.19;1512.00;1.57;0.26 +11490;10;3265.34;10.10;1512.00;-1.57;0.26 11490;21;3260.66;10.19;1512.00;1.57;0.26 +11491;0;2850.00;9.80;1488.00;0.00;0.22 +11491;1;2852.00;9.80;1485.50;0.67;0.22 +11491;2;2848.50;9.80;1486.50;-0.78;0.22 +11491;3;2851.50;9.80;1488.50;1.89;0.22 +11491;4;2846.50;9.80;1489.00;4.43;0.22 +11491;5;2847.50;9.80;1489.00;4.33;0.22 +11491;6;2849.50;9.75;1490.00;3.38;0.22 +11491;9;2847.84;9.80;1488.00;1.57;0.22 +11491;10;2852.16;9.80;1488.00;-1.57;0.22 11491;21;2847.84;9.80;1488.00;1.57;0.22 +11492;0;3119.00;9.87;1562.00;0.00;0.18 +11492;1;3116.00;9.90;1560.50;-1.10;0.18 +11492;2;3119.50;9.85;1560.00;0.24;0.18 +11492;3;3122.50;9.90;1562.50;1.71;0.18 +11492;4;3116.00;9.90;1563.00;4.39;0.18 +11492;5;3120.00;9.80;1564.00;2.67;0.18 +11492;9;3116.48;9.90;1562.00;1.57;0.18 +11492;10;3121.52;9.90;1562.00;-1.57;0.18 11492;21;3116.48;9.90;1562.00;1.57;0.18 +11493;0;2957.00;11.27;1560.00;0.00;0.24 +11493;1;2957.50;11.80;1557.00;0.16;0.24 +11493;2;2954.50;11.65;1559.00;-1.19;0.24 +11493;3;2960.00;11.57;1559.00;1.24;0.24 +11493;4;2960.50;10.70;1561.50;1.97;0.24 +11493;5;2955.00;10.90;1562.00;3.92;0.24 +11493;6;2957.50;10.70;1562.50;2.94;0.24 +11493;9;2954.84;11.36;1560.00;1.57;0.24 +11493;10;2959.16;11.26;1560.00;-1.57;0.24 11493;21;2954.84;11.36;1560.00;1.57;0.24 +11494;0;2918.00;10.97;1523.00;0.00;0.18 +11494;1;2919.50;10.90;1521.50;0.78;0.18 +11494;2;2916.00;10.95;1522.00;-1.10;0.18 +11494;3;2921.50;10.90;1522.50;1.42;0.18 +11494;4;2919.50;11.00;1524.50;2.35;0.18 +11494;5;2916.00;11.25;1525.00;3.92;0.18 +11494;9;2915.84;11.05;1523.00;1.57;0.18 +11494;10;2920.16;10.86;1523.00;-1.57;0.18 11494;21;2915.84;11.05;1523.00;1.57;0.18 +11495;0;871.00;10.25;1600.00;0.00;0.26 +11495;1;866.50;10.10;1597.50;-1.06;0.26 +11495;2;870.00;10.22;1597.00;-0.32;0.26 +11495;3;874.50;10.80;1599.50;1.42;0.26 +11495;4;867.50;10.10;1601.50;4.30;0.26 +11495;5;875.00;10.62;1602.00;2.03;0.26 +11495;6;871.50;10.20;1603.00;2.97;0.26 +11495;9;867.58;10.10;1600.00;1.57;0.26 +11495;10;874.42;10.73;1600.00;-1.57;0.26 +11495;19;863.00;9.50;1597.00;-1.06;0.26 +11495;20;861.36;9.50;1596.38;-1.21;0.26 11495;21;867.58;10.10;1600.00;1.57;0.26 +11496;0;3591.00;10.32;1622.00;0.00;0.26 +11496;1;3591.00;10.20;1618.50;0.00;0.26 +11496;2;3589.00;10.40;1619.00;-0.58;0.26 +11496;3;3592.50;10.00;1620.50;0.78;0.26 +11496;4;3588.00;10.27;1622.00;4.71;0.26 +11496;5;3594.00;9.90;1624.00;2.15;0.26 +11496;6;3590.50;9.95;1625.00;3.30;0.26 +11496;9;3588.66;10.35;1622.00;1.57;0.26 +11496;10;3593.34;10.07;1622.00;-1.57;0.26 11496;21;3588.66;10.35;1622.00;1.57;0.26 +11497;0;3009.00;13.75;1501.00;0.00;0.24 +11497;1;3011.50;12.30;1498.50;0.78;0.24 +11497;2;3008.00;12.55;1499.50;-0.58;0.24 +11497;3;3011.00;14.25;1501.50;1.81;0.24 +11497;4;3006.00;13.30;1502.50;4.24;0.24 +11497;5;3007.50;13.80;1504.00;3.60;0.24 +11497;9;3006.48;12.84;1501.00;1.57;0.24 +11497;10;3011.52;14.05;1501.00;-1.57;0.24 11497;21;3006.48;12.84;1501.00;1.57;0.24 +11498;0;3202.00;9.80;1629.00;0.00;0.24 +11498;1;3200.00;9.90;1627.50;-0.92;0.24 +11498;2;3203.50;9.90;1626.50;0.54;0.24 +11498;3;3206.00;10.30;1628.50;1.44;0.24 +11498;4;3204.00;9.95;1631.00;2.35;0.24 +11498;5;3199.00;9.80;1631.00;4.12;0.24 +11498;6;3201.00;9.80;1632.50;3.42;0.24 +11498;9;3199.30;9.80;1629.00;1.57;0.24 +11498;10;3204.70;10.00;1629.00;-1.57;0.24 11498;21;3199.30;9.80;1629.00;1.57;0.24 +11499;0;2960.00;13.17;1488.00;0.00;0.26 +11499;1;2960.00;12.55;1485.00;0.00;0.26 +11499;2;2957.50;13.50;1486.50;-1.03;0.26 +11499;3;2963.00;11.95;1487.00;1.24;0.26 +11499;4;2965.00;11.85;1489.00;1.76;0.26 +11499;5;2956.50;13.60;1490.00;4.19;0.26 +11499;6;2961.50;12.95;1490.00;2.49;0.26 +11499;7;2958.00;13.45;1491.50;3.66;0.26 +11499;9;2956.94;13.95;1488.00;1.57;0.26 +11499;10;2963.06;12.19;1488.00;-1.57;0.26 11499;21;2956.94;13.95;1488.00;1.57;0.26 +11500;0;3391.00;9.82;1530.00;0.00;0.18 +11500;1;3391.50;9.90;1528.50;0.32;0.18 +11500;2;3388.00;9.90;1529.00;-1.24;0.18 +11500;3;3394.50;9.90;1529.50;1.42;0.18 +11500;4;3388.00;9.87;1531.00;4.39;0.18 +11500;5;3394.00;9.85;1531.50;2.03;0.18 +11500;6;3391.00;9.80;1532.50;3.14;0.18 +11500;9;3388.66;9.88;1530.00;1.57;0.18 +11500;10;3393.34;9.85;1530.00;-1.57;0.18 11500;21;3388.66;9.88;1530.00;1.57;0.18 +11501;0;3473.00;10.02;1498.00;0.00;0.20 +11501;1;3470.50;9.85;1496.00;-0.89;0.20 +11501;2;3474.00;9.97;1496.00;0.46;0.20 +11501;3;3471.00;10.00;1499.00;4.24;0.20 +11501;4;3475.00;10.15;1498.50;1.81;0.20 +11501;5;3474.50;10.20;1500.50;2.60;0.20 +11501;9;3470.66;9.91;1498.00;1.57;0.20 +11501;10;3475.34;10.09;1498.00;-1.57;0.20 11501;21;3470.66;9.91;1498.00;1.57;0.20 +11502;0;2906.00;10.72;1498.00;0.00;0.18 +11502;1;2905.00;10.42;1496.00;-0.46;0.18 +11502;2;2907.50;10.60;1496.50;0.78;0.18 +11502;3;2904.00;10.67;1499.00;4.24;0.18 +11502;4;2907.50;10.80;1500.00;2.49;0.18 +11502;5;2906.50;10.70;1501.50;3.00;0.18 +11502;6;2905.50;10.70;1502.00;3.26;0.18 +11502;9;2904.38;10.65;1498.00;1.57;0.18 +11502;10;2907.62;10.75;1498.00;-1.57;0.18 11502;21;2904.38;10.65;1498.00;1.57;0.18 +11503;0;3215.00;10.37;1548.00;0.00;0.24 +11503;1;3213.00;9.95;1544.50;-0.51;0.24 +11503;2;3215.50;9.90;1544.00;0.12;0.24 +11503;3;3218.00;10.07;1546.00;0.98;0.24 +11503;4;3213.00;10.50;1548.50;4.46;0.24 +11503;5;3217.50;10.20;1549.00;1.95;0.24 +11503;6;3217.00;10.15;1551.50;2.62;0.24 +11503;7;3214.00;10.45;1552.00;3.38;0.24 +11503;9;3212.84;10.45;1548.00;1.57;0.24 +11503;10;3217.16;10.23;1548.00;-1.57;0.24 11503;21;3212.84;10.45;1548.00;1.57;0.24 +11504;0;3336.00;9.82;1508.00;0.00;0.30 +11504;1;3335.00;9.70;1504.50;-0.27;0.30 +11504;2;3332.50;9.80;1505.50;-0.95;0.30 +11504;3;3338.50;10.00;1506.50;1.03;0.30 +11504;4;3333.50;9.80;1508.50;4.51;0.30 +11504;5;3339.00;10.35;1510.50;2.26;0.30 +11504;6;3336.50;10.25;1512.00;3.01;0.30 +11504;9;3333.30;9.80;1508.00;1.57;0.30 +11504;10;3338.70;10.13;1508.00;-1.57;0.30 11504;21;3333.30;9.80;1508.00;1.57;0.30 +11505;0;3019.00;9.70;1571.00;0.00;0.18 +11505;1;3019.00;9.70;1568.50;0.00;0.18 +11505;2;3021.00;9.70;1570.00;1.10;0.18 +11505;3;3017.00;9.70;1570.50;-1.32;0.18 +11505;4;3017.50;9.70;1573.00;3.78;0.18 +11505;5;3020.50;9.70;1573.50;2.60;0.18 +11505;9;3017.38;9.70;1571.00;1.57;0.18 +11505;10;3020.62;9.70;1571.00;-1.57;0.18 11505;21;3017.38;9.70;1571.00;1.57;0.18 +11506;0;2841.71;9.80;1498.43;0.00;0.24 +11506;1;2840.00;9.80;1493.00;-0.46;0.24 +11506;2;2843.00;9.80;1492.50;0.67;0.24 +11506;3;2842.50;9.80;1495.50;1.89;0.24 +11506;4;2839.50;9.80;1496.50;3.92;0.24 +11506;5;2842.00;9.80;1497.50;2.76;0.24 +11506;9;2838.84;9.80;1495.00;1.57;0.24 +11506;10;2843.16;9.80;1495.00;-1.57;0.24 11506;21;2841.32;9.90;1494.15;-1.57;0.24 +11507;0;3150.00;9.92;1527.00;0.00;0.28 +11507;1;3151.50;10.10;1524.50;0.54;0.28 +11507;2;3147.50;9.90;1525.50;-1.03;0.28 +11507;3;3154.50;9.80;1526.50;1.46;0.28 +11507;4;3151.00;9.90;1529.50;2.76;0.28 +11507;5;3147.00;9.95;1529.00;4.12;0.28 +11507;9;3147.12;9.95;1527.00;1.57;0.28 +11507;10;3152.88;9.90;1527.00;-1.57;0.28 11507;21;3152.88;9.90;1527.00;-1.57;0.28 +11508;0;2775.00;9.70;1485.00;0.00;0.24 +11508;1;2772.50;9.80;1482.00;-0.69;0.24 +11508;2;2775.50;9.80;1483.00;0.24;0.24 +11508;3;2772.00;9.80;1485.00;4.71;0.24 +11508;4;2779.00;9.75;1485.00;1.57;0.24 +11508;5;2779.00;9.75;1486.50;1.93;0.24 +11508;6;2775.00;9.50;1487.50;3.14;0.24 +11508;9;2772.48;9.80;1485.00;1.57;0.24 +11508;10;2777.52;9.65;1485.00;-1.57;0.24 +11508;19;2772.00;9.53;1490.00;-3.14;0.24 +11508;20;2771.10;9.53;1491.50;3.68;0.24 11508;21;2772.48;9.80;1485.00;1.57;0.24 +11509;0;1466.00;9.95;1414.00;0.00;0.34 +11509;1;1461.50;9.85;1413.00;-1.35;0.34 +11509;2;1467.50;9.85;1410.00;0.35;0.34 +11509;3;1471.50;10.00;1412.50;1.30;0.34 +11509;4;1470.50;10.05;1416.00;1.98;0.34 +11509;5;1462.00;10.00;1416.50;4.15;0.34 +11509;6;1466.50;10.10;1418.00;3.01;0.34 +11509;9;1462.04;9.90;1414.00;1.57;0.34 +11509;10;1469.96;10.00;1414.00;-1.57;0.34 11509;21;1462.04;9.90;1414.00;1.57;0.34 +11510;0;3621.00;9.60;1536.00;0.00;0.26 +11510;1;3621.50;9.60;1532.00;0.12;0.26 +11510;2;3619.00;9.60;1532.50;-0.51;0.26 +11510;3;3624.00;9.62;1537.00;1.89;0.26 +11510;4;3618.50;9.60;1536.50;4.51;0.26 +11510;5;3620.00;9.70;1540.00;3.38;0.26 +11510;6;3623.00;9.70;1541.00;2.76;0.26 +11510;9;3618.66;9.60;1536.00;1.57;0.26 +11510;10;3623.34;9.60;1536.00;-1.57;0.26 11510;21;3618.66;9.60;1536.00;1.57;0.26 +11511;0;3072.00;10.17;1500.00;0.00;0.24 +11511;1;3073.00;10.02;1497.00;0.32;0.24 +11511;2;3070.00;10.00;1497.50;-0.67;0.24 +11511;3;3074.00;10.15;1500.00;1.57;0.24 +11511;4;3070.00;10.05;1501.00;4.24;0.24 +11511;5;3072.00;10.50;1503.00;3.14;0.24 +11511;9;3069.84;10.05;1500.00;1.57;0.24 +11511;10;3074.16;10.13;1500.00;-1.57;0.24 11511;21;3072.77;10.50;1501.87;-1.57;0.24 +11512;0;3460.00;9.80;1533.00;0.00;0.18 +11512;1;3457.50;9.80;1532.00;-1.19;0.18 +11512;2;3461.50;9.90;1531.00;0.64;0.18 +11512;3;3463.00;9.85;1533.50;1.73;0.18 +11512;4;3457.50;9.80;1534.50;4.17;0.18 +11512;5;3459.00;9.80;1535.50;3.52;0.18 +11512;6;3461.50;9.80;1535.50;2.60;0.18 +11512;9;3457.66;9.80;1533.00;1.57;0.18 +11512;10;3462.34;9.80;1533.00;-1.57;0.18 11512;21;3457.66;9.80;1533.00;1.57;0.18 +11513;0;3417.00;9.80;1507.00;0.00;0.20 +11513;1;3417.00;9.80;1504.50;0.00;0.20 +11513;2;3420.00;9.80;1505.50;1.10;0.20 +11513;3;3413.50;9.80;1507.50;4.57;0.20 +11513;4;3418.50;9.80;1508.50;2.35;0.20 +11513;5;3415.00;9.80;1509.00;3.92;0.20 +11513;9;3414.66;9.80;1507.00;1.57;0.20 +11513;10;3419.34;9.80;1507.00;-1.57;0.20 11513;21;3414.66;9.80;1507.00;1.57;0.20 +11514;0;3252.00;10.10;1521.00;0.00;0.22 +11514;1;3252.50;10.10;1518.50;0.19;0.22 +11514;2;3249.00;10.10;1519.50;-1.10;0.22 +11514;3;3255.50;10.10;1521.50;1.71;0.22 +11514;4;3248.50;10.10;1521.50;4.57;0.22 +11514;5;3251.50;10.10;1523.50;3.33;0.22 +11514;6;3255.00;10.05;1524.00;2.35;0.22 +11514;9;3249.48;10.10;1521.00;1.57;0.22 +11514;10;3254.52;10.10;1521.00;-1.57;0.22 11514;21;3249.48;10.10;1521.00;1.57;0.22 +11515;0;3092.00;9.80;1566.00;0.00;0.22 +11515;1;3096.00;9.80;1564.00;1.10;0.22 +11515;2;3091.00;9.80;1564.00;-0.46;0.22 +11515;3;3087.00;9.80;1564.50;-1.27;0.22 +11515;4;3087.00;9.80;1565.00;-1.37;0.22 +11515;5;3089.00;9.80;1567.00;4.39;0.22 +11515;6;3097.00;9.80;1566.00;1.57;0.22 +11515;7;3095.00;9.80;1567.50;2.03;0.22 +11515;8;3092.00;9.80;1569.00;3.14;0.22 +11515;9;3088.40;9.80;1566.00;1.57;0.22 +11515;10;3095.60;9.80;1566.00;-1.57;0.22 11515;21;3088.40;9.80;1566.00;1.57;0.22 +11516;0;2905.00;10.30;1488.00;0.00;0.26 +11516;1;2907.50;10.40;1486.00;0.89;0.26 +11516;2;2904.50;10.30;1487.00;-0.46;0.26 +11516;3;2902.00;10.35;1488.50;4.54;0.26 +11516;4;2907.50;10.20;1489.00;1.95;0.26 +11516;5;2909.50;10.30;1488.50;1.68;0.26 +11516;6;2901.50;10.30;1490.50;4.09;0.26 +11516;7;2904.50;10.20;1491.00;3.30;0.26 +11516;8;2902.50;10.25;1492.00;3.70;0.26 +11516;9;2902.30;10.32;1488.00;1.57;0.26 +11516;10;2907.70;10.30;1488.00;-1.57;0.26 11516;21;2902.30;10.32;1488.00;1.57;0.26 +11517;0;3044.00;12.17;1542.00;0.00;0.24 +11517;1;3042.50;12.20;1540.50;-0.78;0.24 +11517;2;3046.00;14.35;1539.50;0.67;0.24 +11517;3;3047.00;12.90;1541.50;1.40;0.24 +11517;4;3040.00;11.42;1541.00;-1.32;0.24 +11517;5;3041.00;10.75;1543.50;4.24;0.24 +11517;6;3044.50;11.50;1544.00;2.89;0.24 +11517;9;3041.12;11.14;1542.00;1.57;0.24 +11517;10;3046.88;12.46;1542.00;-1.57;0.24 11517;21;3046.88;12.46;1542.00;-1.57;0.24 +11518;0;2850.00;9.80;1496.00;0.00;0.14 +11518;1;2849.50;9.75;1494.00;-0.24;0.14 +11518;2;2847.00;9.70;1496.00;4.71;0.14 +11518;3;2852.50;9.80;1495.00;1.19;0.14 +11518;4;2852.50;9.80;1496.50;1.76;0.14 +11518;5;2849.50;9.70;1498.00;3.38;0.14 +11518;9;2847.66;9.70;1496.00;1.57;0.14 +11518;10;2852.34;9.80;1496.00;-1.57;0.14 11518;21;2847.66;9.70;1496.00;1.57;0.14 +11519;0;2889.00;10.60;1532.00;0.00;0.18 +11519;1;2887.00;10.90;1529.50;-0.67;0.18 +11519;2;2886.50;10.65;1531.00;-1.19;0.18 +11519;3;2889.50;10.80;1530.50;0.32;0.18 +11519;4;2887.50;10.30;1532.50;4.39;0.18 +11519;5;2891.50;10.55;1533.00;1.95;0.18 +11519;6;2890.00;10.37;1534.00;2.67;0.18 +11519;9;2887.20;10.40;1532.00;1.57;0.18 +11519;10;2890.80;10.70;1532.00;-1.57;0.18 11519;21;2890.85;10.80;1531.34;1.57;0.18 +11520;0;3141.00;9.80;1483.00;0.00;0.20 +11520;1;3139.50;9.80;1481.00;-0.64;0.20 +11520;2;3143.00;9.90;1481.00;0.78;0.20 +11520;3;3138.50;9.80;1484.00;4.33;0.20 +11520;4;3143.00;10.10;1484.00;2.03;0.20 +11520;5;3140.00;9.80;1486.00;3.46;0.20 +11520;9;3138.66;9.80;1483.00;1.57;0.20 +11520;10;3143.34;10.11;1483.00;-1.57;0.20 11520;21;3138.66;9.80;1483.00;1.57;0.20 +11521;0;2799.00;11.22;1492.00;0.00;0.20 +11521;1;2799.00;11.15;1489.50;0.00;0.20 +11521;2;2796.50;11.50;1491.50;-1.37;0.20 +11521;3;2801.50;10.70;1491.50;1.37;0.20 +11521;4;2799.00;11.35;1493.50;3.14;0.20 +11521;5;2801.50;11.00;1494.00;2.24;0.20 +11521;9;2797.20;11.46;1492.00;1.57;0.20 +11521;10;2800.80;10.89;1492.00;-1.57;0.20 11521;21;2797.20;11.46;1492.00;1.57;0.20 +11522;0;3095.00;9.90;1487.00;0.00;0.20 +11522;1;3094.50;10.00;1485.00;-0.24;0.20 +11522;2;3097.50;10.00;1484.50;0.78;0.20 +11522;3;3098.00;9.90;1486.50;1.40;0.20 +11522;4;3092.00;9.75;1487.00;4.71;0.20 +11522;5;3093.50;10.30;1489.50;3.68;0.20 +11522;6;3096.50;10.30;1489.00;2.49;0.20 +11522;9;3092.66;9.76;1487.00;1.57;0.20 +11522;10;3097.34;9.90;1487.00;-1.57;0.20 11522;21;3092.66;9.76;1487.00;1.57;0.20 +11523;0;3524.00;9.92;1539.00;0.00;0.20 +11523;1;3522.50;9.90;1536.50;-0.54;0.20 +11523;2;3525.00;10.45;1536.00;0.32;0.20 +11523;3;3522.00;9.72;1540.00;4.24;0.20 +11523;4;3526.00;10.00;1540.00;2.03;0.20 +11523;5;3524.00;9.75;1542.50;3.14;0.20 +11523;9;3522.20;9.77;1539.00;1.57;0.20 +11523;10;3525.80;10.14;1539.00;-1.57;0.20 11523;21;3522.20;9.77;1539.00;1.57;0.20 +11524;0;3608.00;9.60;1493.00;0.00;0.34 +11524;1;3611.00;9.60;1489.50;0.70;0.34 +11524;2;3608.50;9.60;1488.50;0.11;0.34 +11524;3;3606.50;9.60;1489.50;-0.40;0.34 +11524;4;3604.00;9.60;1493.00;4.71;0.34 +11524;5;3611.50;9.60;1494.00;1.84;0.34 +11524;6;3604.00;9.60;1496.00;4.06;0.34 +11524;7;3608.50;9.60;1496.50;3.00;0.34 +11524;9;3604.76;9.60;1493.00;1.57;0.34 +11524;10;3611.24;9.60;1493.00;-1.57;0.34 11524;21;3604.76;9.60;1493.00;1.57;0.34 +11525;0;3045.00;13.65;1500.00;0.00;0.20 +11525;1;3045.50;12.90;1498.50;0.32;0.20 +11525;2;3049.00;12.25;1497.50;1.01;0.20 +11525;3;3050.00;12.02;1499.00;1.37;0.20 +11525;4;3042.50;14.00;1499.00;-1.19;0.20 +11525;5;3041.50;14.20;1500.50;4.57;0.20 +11525;6;3047.00;12.90;1501.00;2.03;0.20 +11525;7;3050.00;12.05;1500.00;1.57;0.20 +11525;8;3043.00;13.97;1502.00;3.92;0.20 +11525;9;3041.94;14.15;1500.00;1.57;0.20 +11525;10;3048.06;12.42;1500.00;-1.57;0.20 11525;21;3041.94;14.15;1500.00;1.57;0.20 +11526;0;3356.00;10.00;1541.00;0.00;0.24 +11526;1;3354.50;10.00;1538.50;-0.54;0.24 +11526;2;3358.00;10.25;1540.50;1.32;0.24 +11526;3;3353.00;10.32;1541.00;4.71;0.24 +11526;4;3355.00;10.40;1543.50;3.52;0.24 +11526;5;3358.50;10.50;1544.00;2.44;0.24 +11526;9;3353.84;10.18;1541.00;1.57;0.24 +11526;10;3358.16;10.31;1541.00;-1.57;0.24 11526;21;3353.84;10.18;1541.00;1.57;0.24 +11527;0;3485.00;9.87;1499.00;0.00;0.26 +11527;1;3487.50;10.10;1496.50;0.78;0.26 +11527;2;3484.00;9.80;1497.00;-0.46;0.26 +11527;3;3481.00;10.02;1499.00;4.71;0.26 +11527;4;3487.00;10.07;1500.00;2.03;0.26 +11527;5;3482.50;10.00;1501.00;4.03;0.26 +11527;6;3484.50;10.00;1502.50;3.28;0.26 +11527;9;3482.48;10.00;1499.00;1.57;0.26 +11527;10;3487.52;10.10;1499.00;-1.57;0.26 11527;21;3482.48;10.00;1499.00;1.57;0.26 +11528;0;3187.00;9.80;1559.00;0.00;0.24 +11528;1;3186.00;9.95;1556.50;-0.38;0.24 +11528;2;3189.50;9.95;1556.00;0.69;0.24 +11528;3;3190.50;9.80;1559.50;1.71;0.24 +11528;4;3183.50;9.80;1559.50;4.57;0.24 +11528;5;3187.00;9.80;1561.50;3.14;0.24 +11528;9;3184.48;9.80;1559.00;1.57;0.24 +11528;10;3189.52;9.80;1559.00;-1.57;0.24 11528;21;3184.48;9.80;1559.00;1.57;0.24 +11529;0;2969.00;10.82;1503.00;0.00;0.20 +11529;1;2967.50;10.90;1501.50;-0.78;0.20 +11529;2;2969.50;11.10;1500.50;0.19;0.20 +11529;3;2971.50;10.80;1502.00;1.19;0.20 +11529;4;2966.50;10.90;1503.00;4.71;0.20 +11529;5;2971.00;10.80;1504.50;2.21;0.20 +11529;6;2967.00;10.80;1504.50;4.06;0.20 +11529;7;2969.50;10.75;1506.00;2.97;0.20 +11529;9;2967.20;10.86;1503.00;1.57;0.20 +11529;10;2970.80;10.80;1503.00;-1.57;0.20 11529;21;2967.20;10.86;1503.00;1.57;0.20 +11530;0;3304.00;9.80;1512.00;0.00;0.28 +11530;1;3304.00;10.30;1508.50;0.00;0.28 +11530;2;3301.00;9.95;1510.00;-0.98;0.28 +11530;3;3306.00;9.97;1510.00;0.78;0.28 +11530;4;3302.50;9.80;1513.50;3.92;0.28 +11530;5;3308.00;9.80;1512.00;1.57;0.28 +11530;6;3306.50;9.80;1514.50;2.35;0.28 +11530;7;3304.50;9.80;1516.00;3.01;0.28 +11530;9;3301.48;9.80;1512.00;1.57;0.28 +11530;10;3306.52;9.80;1512.00;-1.57;0.28 11530;21;3301.48;9.80;1512.00;1.57;0.28 +11531;0;2915.00;10.95;1502.00;0.00;0.16 +11531;1;2915.00;11.00;1500.50;0.00;0.16 +11531;2;2917.50;11.30;1500.50;1.03;0.16 +11531;3;2912.00;10.82;1502.00;4.71;0.16 +11531;4;2918.00;11.27;1502.00;1.57;0.16 +11531;5;2914.50;10.90;1504.00;3.38;0.16 +11531;6;2918.00;11.15;1503.50;2.03;0.16 +11531;9;2912.66;10.85;1502.00;1.57;0.16 +11531;10;2917.34;11.13;1502.00;-1.57;0.16 11531;21;2912.66;10.85;1502.00;1.57;0.16 +11532;0;3119.00;10.00;1539.00;0.00;0.20 +11532;1;3117.00;10.05;1537.00;-0.78;0.20 +11532;2;3120.00;10.15;1537.00;0.46;0.20 +11532;3;3116.50;10.00;1540.00;4.33;0.20 +11532;4;3122.00;10.05;1539.50;1.73;0.20 +11532;5;3120.00;9.92;1541.00;2.67;0.20 +11532;9;3116.66;10.00;1539.00;1.57;0.20 +11532;10;3121.34;10.05;1539.00;-1.57;0.20 11532;21;3116.66;10.00;1539.00;1.57;0.20 +11533;0;2946.00;10.60;1541.00;0.00;0.20 +11533;1;2944.50;10.85;1539.00;-0.64;0.20 +11533;2;2947.00;10.57;1539.00;0.46;0.20 +11533;3;2944.00;10.90;1542.00;4.24;0.20 +11533;4;2948.00;10.60;1542.00;2.03;0.20 +11533;5;2945.50;10.80;1543.50;3.33;0.20 +11533;9;2944.02;10.92;1541.00;1.57;0.20 +11533;10;2947.98;10.47;1541.00;-1.57;0.20 11533;21;2944.02;10.92;1541.00;1.57;0.20 +11534;0;3225.00;10.00;1472.00;0.00;0.20 +11534;1;3224.00;9.95;1468.50;-0.27;0.20 +11534;2;3227.00;9.90;1469.50;0.67;0.20 +11534;3;3223.00;9.95;1472.00;4.71;0.20 +11534;4;3227.50;9.90;1472.50;1.76;0.20 +11534;5;3224.50;9.90;1475.50;3.28;0.20 +11534;9;3223.20;9.95;1472.00;1.57;0.20 +11534;10;3226.80;9.97;1472.00;-1.57;0.20 11534;21;3223.20;9.95;1472.00;1.57;0.20 +11535;0;2797.00;10.55;1500.00;0.00;0.20 +11535;1;2795.50;11.20;1498.00;-0.64;0.20 +11535;2;2798.00;11.30;1497.50;0.38;0.20 +11535;3;2794.50;10.40;1500.50;4.51;0.20 +11535;4;2800.00;10.27;1500.00;1.57;0.20 +11535;5;2797.50;9.85;1502.00;2.89;0.20 +11535;9;2794.84;10.58;1500.00;1.57;0.20 +11535;10;2799.16;10.33;1500.00;-1.57;0.20 +11535;19;2801.00;9.70;1502.00;-3.39;0.20 +11535;20;2802.56;9.70;1502.78;2.03;0.20 11535;21;2798.57;11.00;1498.53;-1.57;0.20 +11536;0;3162.00;11.20;1492.00;0.00;0.24 +11536;1;3161.00;10.85;1490.50;-0.58;0.24 +11536;2;3164.00;10.92;1489.00;0.58;0.24 +11536;3;3165.50;11.40;1490.50;1.16;0.24 +11536;4;3163.50;11.65;1493.00;2.15;0.24 +11536;5;3166.00;11.80;1492.00;1.57;0.24 +11536;6;3159.00;11.20;1494.00;4.12;0.24 +11536;7;3161.00;11.60;1495.50;3.42;0.24 +11536;9;3159.48;11.04;1492.00;1.57;0.24 +11536;10;3164.52;11.55;1492.00;-1.57;0.24 11536;21;3159.48;11.04;1492.00;1.57;0.24 +11537;0;3600.00;10.10;1538.00;0.00;0.28 +11537;1;3599.00;9.72;1535.00;-0.32;0.28 +11537;2;3596.50;9.95;1536.00;-1.05;0.28 +11537;3;3602.50;9.80;1537.50;1.37;0.28 +11537;4;3598.50;10.70;1539.50;3.92;0.28 +11537;5;3604.50;9.90;1540.50;2.07;0.28 +11537;6;3602.50;10.60;1541.50;2.52;0.28 +11537;9;3597.30;10.29;1538.00;1.57;0.28 +11537;10;3602.70;9.84;1538.00;-1.57;0.28 11537;21;3597.30;10.29;1538.00;1.57;0.28 +11538;0;3539.00;10.70;1506.00;0.00;0.24 +11538;1;3536.50;11.05;1504.00;-0.89;0.24 +11538;2;3540.00;10.50;1504.50;0.58;0.24 +11538;3;3536.50;11.20;1507.50;4.17;0.24 +11538;4;3541.50;10.30;1508.00;2.24;0.24 +11538;5;3538.50;10.95;1509.00;3.30;0.24 +11538;9;3536.66;11.12;1506.00;1.57;0.24 +11538;10;3541.34;10.23;1506.00;-1.57;0.24 11538;21;3536.66;11.12;1506.00;1.57;0.24 +11539;0;3101.00;12.52;1496.00;0.00;0.28 +11539;1;3102.50;11.90;1493.50;0.54;0.28 +11539;2;3099.50;12.20;1493.50;-0.54;0.28 +11539;3;3098.50;12.50;1496.50;4.51;0.28 +11539;4;3104.50;12.40;1495.50;1.42;0.28 +11539;5;3102.50;12.75;1497.00;2.15;0.28 +11539;6;3100.50;12.70;1499.00;3.30;0.28 +11539;9;3098.48;12.50;1496.00;1.57;0.28 +11539;10;3103.52;12.65;1496.00;-1.57;0.28 11539;21;3103.52;12.65;1496.00;-1.57;0.28 +11540;0;3436.00;9.80;1547.00;0.00;0.20 +11540;1;3435.50;9.80;1544.50;-0.19;0.20 +11540;2;3439.00;9.80;1546.50;1.40;0.20 +11540;3;3433.00;9.80;1547.50;4.54;0.20 +11540;4;3437.50;9.80;1549.50;2.60;0.20 +11540;5;3435.00;9.80;1550.00;3.46;0.20 +11540;9;3433.84;9.80;1547.00;1.57;0.20 +11540;10;3438.16;9.80;1547.00;-1.57;0.20 11540;21;3433.84;9.80;1547.00;1.57;0.20 +11541;0;3393.00;9.80;1510.00;0.00;0.22 +11541;1;3393.00;9.80;1507.50;0.00;0.22 +11541;2;3390.00;9.80;1509.50;-1.40;0.22 +11541;3;3395.50;9.80;1508.50;1.03;0.22 +11541;4;3396.50;9.80;1510.00;1.57;0.22 +11541;5;3391.00;9.80;1512.00;3.92;0.22 +11541;6;3394.50;9.80;1512.50;2.60;0.22 +11541;9;3390.66;9.80;1510.00;1.57;0.22 +11541;10;3395.34;9.80;1510.00;-1.57;0.22 11541;21;3390.66;9.80;1510.00;1.57;0.22 +11542;0;3030.00;10.92;1521.00;0.00;0.22 +11542;1;3028.50;11.50;1518.50;-0.54;0.22 +11542;2;3031.50;11.20;1518.50;0.54;0.22 +11542;3;3032.50;10.75;1521.00;1.57;0.22 +11542;4;3026.50;11.60;1519.50;-1.16;0.22 +11542;5;3028.50;10.90;1522.50;3.92;0.22 +11542;6;3032.00;10.45;1524.00;2.55;0.22 +11542;9;3027.84;11.24;1521.00;1.57;0.22 +11542;10;3032.16;10.75;1521.00;-1.57;0.22 11542;21;3027.84;11.24;1521.00;1.57;0.22 +11543;0;3224.00;10.00;1529.00;0.00;0.32 +11543;1;3222.00;10.10;1525.00;-0.46;0.32 +11543;2;3220.00;10.10;1526.50;-1.01;0.32 +11543;3;3224.50;10.05;1527.00;0.24;0.32 +11543;4;3222.00;10.10;1530.00;4.24;0.32 +11543;5;3227.50;10.10;1530.00;1.84;0.32 +11543;6;3226.00;10.00;1533.00;2.67;0.32 +11543;9;3220.76;10.10;1529.00;1.57;0.32 +11543;10;3227.24;10.10;1529.00;-1.57;0.32 11543;21;3220.76;10.10;1529.00;1.57;0.32 +11544;0;2979.00;11.25;1508.00;0.00;0.18 +11544;1;2978.50;11.10;1505.50;-0.19;0.18 +11544;2;2976.00;11.17;1507.00;-1.24;0.18 +11544;3;2981.50;11.00;1507.50;1.37;0.18 +11544;4;2976.50;11.25;1509.00;4.33;0.18 +11544;5;2979.50;11.20;1510.00;2.89;0.18 +11544;9;2976.84;11.25;1508.00;1.57;0.18 +11544;10;2981.16;10.98;1508.00;-1.57;0.18 11544;21;2976.84;11.25;1508.00;1.57;0.18 +11545;0;3002.00;9.80;1553.00;0.00;0.22 +11545;1;3001.50;9.80;1551.00;-0.24;0.22 +11545;2;3004.00;9.80;1551.50;0.92;0.22 +11545;3;2999.00;9.80;1552.00;-1.24;0.22 +11545;4;3000.00;9.80;1553.50;4.46;0.22 +11545;5;3004.00;9.80;1554.00;2.03;0.22 +11545;6;3002.00;9.75;1556.00;3.14;0.22 +11545;9;2999.66;9.80;1553.00;1.57;0.22 +11545;10;3004.34;9.80;1553.00;-1.57;0.22 11545;21;2999.66;9.80;1553.00;1.57;0.22 +11546;0;3302.00;9.70;1469.00;0.00;0.28 +11546;1;3303.50;9.60;1467.00;0.64;0.28 +11546;2;3305.50;9.70;1468.00;1.29;0.28 +11546;3;3300.00;9.72;1468.00;-1.10;0.28 +11546;4;3299.50;9.80;1471.00;4.03;0.28 +11546;5;3303.00;9.80;1470.50;2.55;0.28 +11546;6;3301.50;9.80;1473.00;3.26;0.28 +11546;9;3299.48;9.70;1469.00;1.57;0.28 +11546;10;3304.52;9.70;1469.00;-1.57;0.28 11546;21;3304.52;9.70;1469.00;-1.57;0.28 +11547;0;2926.00;11.22;1508.00;0.00;0.16 +11547;1;2926.00;11.62;1506.00;0.00;0.16 +11547;2;2923.50;11.40;1506.50;-1.03;0.16 +11547;3;2929.50;11.65;1507.00;1.29;0.16 +11547;4;2923.00;11.12;1508.00;4.71;0.16 +11547;5;2928.00;11.22;1509.00;2.03;0.16 +11547;6;2925.00;11.05;1510.00;3.60;0.16 +11547;9;2923.66;11.20;1508.00;1.57;0.16 +11547;10;2928.34;11.42;1508.00;-1.57;0.16 11547;21;2923.66;11.20;1508.00;1.57;0.16 +11548;0;2834.00;9.70;1532.00;0.00;0.16 +11548;1;2833.50;9.70;1530.00;-0.24;0.16 +11548;2;2833.00;9.70;1532.50;4.24;0.16 +11548;3;2835.50;9.60;1531.00;0.98;0.16 +11548;4;2836.50;9.70;1533.50;2.11;0.16 +11548;5;2835.50;9.70;1535.00;2.67;0.16 +11548;9;2832.56;9.70;1532.00;1.57;0.16 +11548;10;2835.44;9.65;1532.00;-1.57;0.16 +11548;19;2834.00;9.50;1537.00;-2.03;0.16 +11548;20;2834.00;9.50;1538.75;3.14;0.16 11548;21;2832.56;9.70;1532.00;1.57;0.16 +11549;0;2861.00;10.25;1503.00;0.00;0.26 +11549;1;2858.00;9.85;1500.00;-0.78;0.26 +11549;2;2860.00;9.85;1499.50;-0.27;0.26 +11549;3;2861.00;10.00;1500.00;0.00;0.26 +11549;4;2862.50;10.30;1502.50;1.24;0.26 +11549;5;2857.50;9.80;1502.50;-1.42;0.26 +11549;6;2860.00;10.35;1505.00;3.60;0.26 +11549;7;2865.00;10.40;1504.50;1.93;0.26 +11549;8;2863.00;10.40;1506.00;2.55;0.26 +11549;9;2858.30;9.93;1503.00;1.57;0.26 +11549;10;2863.70;10.30;1503.00;-1.57;0.26 11549;21;2858.30;9.93;1503.00;1.57;0.26 +11550;0;3199.00;10.35;1489.00;0.00;0.26 +11550;1;3202.50;10.45;1486.00;0.86;0.26 +11550;2;3199.00;10.52;1487.00;0.00;0.26 +11550;3;3203.00;10.12;1488.00;1.32;0.26 +11550;4;3195.00;10.75;1489.50;4.58;0.26 +11550;5;3202.00;9.95;1490.50;2.03;0.26 +11550;6;3196.50;10.20;1491.50;3.92;0.26 +11550;7;3199.50;10.05;1492.00;2.97;0.26 +11550;9;3196.12;10.60;1489.00;1.57;0.26 +11550;10;3201.88;10.10;1489.00;-1.57;0.26 11550;21;3196.12;10.60;1489.00;1.57;0.26 +11551;0;3495.00;9.85;1540.00;0.00;0.20 +11551;1;3493.00;9.85;1537.50;-0.67;0.20 +11551;2;3496.00;9.85;1538.00;0.46;0.20 +11551;3;3491.00;9.80;1539.50;-1.44;0.20 +11551;4;3498.00;9.80;1540.00;1.57;0.20 +11551;5;3493.00;9.80;1541.50;4.06;0.20 +11551;6;3497.50;9.80;1542.00;2.24;0.20 +11551;7;3496.00;9.80;1542.50;2.76;0.20 +11551;9;3492.48;9.80;1540.00;1.57;0.20 +11551;10;3497.52;9.80;1540.00;-1.57;0.20 11551;21;3492.48;9.80;1540.00;1.57;0.20 +11552;0;3621.00;9.60;1496.00;0.00;0.24 +11552;1;3620.50;9.60;1491.50;-0.11;0.24 +11552;2;3624.00;9.60;1494.50;1.10;0.24 +11552;3;3618.00;9.60;1495.50;-1.40;0.24 +11552;4;3624.00;9.60;1498.50;2.26;0.24 +11552;5;3618.50;9.60;1498.50;3.92;0.24 +11552;6;3621.00;9.60;1500.50;3.14;0.24 +11552;9;3618.84;9.60;1496.00;1.57;0.24 +11552;10;3623.16;9.60;1496.00;-1.57;0.24 11552;21;3618.84;9.60;1496.00;1.57;0.24 +11553;0;3335.00;9.80;1551.00;0.00;0.18 +11553;1;3334.50;9.80;1549.50;-0.32;0.18 +11553;2;3337.00;9.80;1549.50;0.92;0.18 +11553;3;3332.50;9.80;1551.00;4.71;0.18 +11553;4;3338.50;9.80;1550.50;1.42;0.18 +11553;5;3337.00;9.80;1552.50;2.21;0.18 +11553;6;3334.50;9.85;1553.00;3.38;0.18 +11553;9;3333.02;9.80;1551.00;1.57;0.18 +11553;10;3336.98;9.80;1551.00;-1.57;0.18 11553;21;3333.02;9.80;1551.00;1.57;0.18 +11554;0;3109.00;14.30;1502.00;0.00;0.22 +11554;1;3106.50;13.70;1500.00;-0.89;0.22 +11554;2;3110.50;14.80;1500.50;0.78;0.22 +11554;3;3106.00;14.30;1502.50;4.54;0.22 +11554;4;3113.00;13.90;1502.50;1.69;0.22 +11554;5;3108.00;14.65;1504.50;3.52;0.22 +11554;6;3111.00;14.10;1504.50;2.46;0.22 +11554;9;3106.48;14.14;1502.00;1.57;0.22 +11554;10;3111.52;14.39;1502.00;-1.57;0.22 11554;21;3106.48;14.14;1502.00;1.57;0.22 +11555;0;3466.00;10.32;1511.00;0.00;0.18 +11555;1;3466.00;10.30;1508.50;0.00;0.18 +11555;2;3468.50;10.40;1510.50;1.37;0.18 +11555;3;3464.00;10.32;1509.00;-0.78;0.18 +11555;4;3463.00;10.45;1510.00;-1.24;0.18 +11555;5;3463.00;10.42;1512.00;4.39;0.18 +11555;6;3466.50;10.45;1513.00;2.89;0.18 +11555;9;3463.66;10.39;1511.00;1.57;0.18 +11555;10;3468.34;10.40;1511.00;-1.57;0.18 11555;21;3463.66;10.39;1511.00;1.57;0.18 +11556;0;3044.00;12.70;1510.00;0.00;0.24 +11556;1;3042.50;12.75;1507.00;-0.46;0.24 +11556;2;3046.50;12.70;1508.50;1.03;0.24 +11556;3;3040.50;12.65;1510.00;4.71;0.24 +11556;4;3049.00;12.70;1510.50;1.67;0.24 +11556;5;3047.50;12.70;1511.50;1.97;0.24 +11556;6;3043.50;12.70;1512.50;3.33;0.24 +11556;9;3041.12;12.68;1510.00;1.57;0.24 +11556;10;3046.88;12.70;1510.00;-1.57;0.24 11556;21;3041.12;12.68;1510.00;1.57;0.24 +11557;0;3287.00;9.85;1523.00;0.00;0.22 +11557;1;3288.50;9.90;1520.00;0.46;0.22 +11557;2;3287.00;9.90;1519.50;0.00;0.22 +11557;3;3285.00;9.90;1521.50;-0.92;0.22 +11557;4;3289.50;9.80;1523.00;1.57;0.22 +11557;5;3285.50;9.90;1525.50;3.68;0.22 +11557;6;3290.00;9.80;1525.50;2.26;0.22 +11557;7;3288.00;9.80;1527.00;2.89;0.22 +11557;9;3285.02;9.90;1523.00;1.57;0.22 +11557;10;3288.98;9.80;1523.00;-1.57;0.22 11557;21;3285.02;9.90;1523.00;1.57;0.22 +11558;0;3085.00;10.50;1550.00;0.00;0.22 +11558;1;3085.00;10.50;1546.00;0.00;0.22 +11558;2;3084.00;10.50;1547.50;-0.38;0.22 +11558;3;3086.50;10.50;1546.50;0.40;0.22 +11558;4;3087.50;10.60;1549.50;1.37;0.22 +11558;5;3082.50;10.40;1550.00;4.71;0.22 +11558;6;3083.50;10.45;1553.00;3.60;0.22 +11558;7;3086.00;10.37;1553.00;2.82;0.22 +11558;9;3083.02;10.45;1550.00;1.57;0.22 +11558;10;3086.98;10.54;1550.00;-1.57;0.22 11558;21;3083.02;10.45;1550.00;1.57;0.22 +11559;0;3416.00;9.65;1453.00;0.00;0.22 +11559;1;3415.00;9.70;1450.00;-0.32;0.22 +11559;2;3413.00;9.70;1452.00;-1.24;0.22 +11559;3;3417.50;9.70;1451.50;0.78;0.22 +11559;4;3420.00;9.67;1454.00;1.81;0.22 +11559;5;3414.50;9.70;1454.50;3.92;0.22 +11559;6;3419.00;9.70;1456.00;2.35;0.22 +11559;9;3412.94;9.70;1453.00;1.57;0.22 +11559;10;3419.06;9.70;1453.00;-1.57;0.22 +11559;19;3420.00;9.57;1458.00;-2.36;0.22 +11559;20;3421.09;9.57;1459.36;2.46;0.22 11559;21;3412.94;9.70;1453.00;1.57;0.22 +11560;0;2933.00;10.82;1513.00;0.00;0.18 +11560;1;2934.00;10.95;1510.00;0.32;0.18 +11560;2;2935.00;10.65;1512.50;1.32;0.18 +11560;3;2931.50;10.90;1511.50;-0.78;0.18 +11560;4;2930.50;10.90;1513.50;4.51;0.18 +11560;5;2932.00;10.77;1515.00;3.60;0.18 +11560;6;2934.00;10.65;1515.50;2.76;0.18 +11560;9;2931.38;10.90;1513.00;1.57;0.18 +11560;10;2934.62;10.68;1513.00;-1.57;0.18 11560;21;2931.38;10.90;1513.00;1.57;0.18 +11561;0;3326.00;9.70;1471.00;0.00;0.22 +11561;1;3327.00;9.70;1468.00;0.32;0.22 +11561;2;3323.50;9.70;1469.00;-0.89;0.22 +11561;3;3328.50;9.70;1470.00;1.19;0.22 +11561;4;3323.00;9.75;1472.50;4.24;0.22 +11561;5;3328.00;9.70;1473.50;2.46;0.22 +11561;6;3325.00;9.75;1474.50;3.42;0.22 +11561;9;3324.02;9.70;1471.00;1.57;0.22 +11561;10;3327.98;9.70;1471.00;-1.57;0.22 11561;21;3324.02;9.70;1471.00;1.57;0.22 +11562;0;2898.00;9.95;1537.00;0.00;0.16 +11562;1;2897.00;10.50;1534.50;-0.38;0.16 +11562;2;2898.50;10.50;1534.50;0.19;0.16 +11562;3;2896.00;10.35;1535.50;-0.92;0.16 +11562;4;2899.50;10.00;1537.00;1.57;0.16 +11562;5;2896.00;10.20;1537.50;4.46;0.16 +11562;6;2898.00;9.82;1540.00;3.14;0.16 +11562;7;2900.00;9.80;1540.00;2.55;0.16 +11562;9;2896.56;10.13;1537.00;1.57;0.16 +11562;10;2899.44;9.99;1537.00;-1.57;0.16 11562;21;2896.13;10.50;1534.65;1.57;0.16 +11563;0;2825.45;9.80;1507.30;0.00;0.20 +11563;1;2821.00;9.80;1504.00;-0.46;0.20 +11563;2;2824.50;9.80;1506.00;1.57;0.20 +11563;3;2819.50;9.80;1507.50;4.17;0.20 +11563;4;2823.00;9.77;1508.00;2.67;0.20 +11563;9;2819.66;9.80;1506.00;1.57;0.20 +11563;10;2824.34;9.80;1506.00;-1.57;0.20 11563;21;2819.66;9.80;1506.00;1.57;0.20 +11564;0;3035.00;9.50;1423.00;0.00;0.24 +11564;1;3034.00;9.50;1421.00;-0.46;0.24 +11564;2;3037.00;9.50;1421.00;0.78;0.24 +11564;3;3038.50;10.05;1423.00;1.57;0.24 +11564;4;3032.50;9.50;1424.00;4.33;0.24 +11564;5;3032.50;9.55;1425.00;4.03;0.24 +11564;6;3036.50;10.15;1425.00;2.49;0.24 +11564;7;3034.00;9.95;1426.50;3.42;0.24 +11564;9;3032.84;9.50;1423.00;1.57;0.24 +11564;10;3037.16;9.74;1423.00;-1.57;0.24 +11564;19;3034.00;9.50;1419.00;-0.46;0.24 +11564;20;3033.57;9.50;1417.30;-0.24;0.24 11564;21;3035.76;11.70;1424.21;-1.57;0.24 +11565;0;2800.00;10.10;1417.00;0.00;0.24 +11565;1;2800.50;10.20;1413.00;0.12;0.24 +11565;2;2798.50;9.85;1415.00;-0.64;0.24 +11565;3;2801.00;10.20;1415.00;0.46;0.24 +11565;4;2797.50;9.50;1418.50;4.17;0.24 +11565;5;2803.00;10.15;1418.00;1.89;0.24 +11565;6;2801.00;10.12;1419.00;2.67;0.24 +11565;7;2798.50;9.60;1420.50;3.54;0.24 +11565;9;2797.84;9.50;1417.00;1.57;0.24 +11565;10;2802.16;10.20;1417.00;-1.57;0.24 +11565;19;2796.00;9.50;1422.00;-2.11;0.24 +11565;20;2794.90;9.50;1423.36;3.81;0.24 11565;21;2797.84;9.50;1417.00;1.57;0.24 +11566;0;3508.00;9.80;1448.00;0.00;0.24 +11566;1;3507.00;9.80;1446.00;-0.46;0.24 +11566;2;3509.50;9.80;1445.00;0.46;0.24 +11566;3;3511.00;9.80;1447.00;1.24;0.24 +11566;4;3505.00;9.85;1448.50;4.54;0.24 +11566;5;3509.50;9.80;1450.50;2.60;0.24 +11566;6;3506.50;9.80;1451.00;3.60;0.24 +11566;9;3505.84;9.83;1448.00;1.57;0.24 +11566;10;3510.16;9.80;1448.00;-1.57;0.24 11566;21;3505.84;9.83;1448.00;1.57;0.24 +11567;0;1600.00;9.72;1622.00;0.00;0.28 +11567;1;799.50;9.50;810.50;-0.77;0.28 +11567;2;1596.50;9.70;1622.00;4.71;0.28 +11567;3;1603.00;9.70;1623.50;2.03;0.28 +11567;4;1598.50;9.80;1625.00;3.60;0.28 +11567;5;1600.50;9.80;1626.50;3.03;0.28 +11567;9;1597.48;9.74;1622.00;1.57;0.28 +11567;10;1602.52;9.70;1622.00;-1.57;0.28 11567;21;1597.48;9.74;1622.00;1.57;0.28 +11568;0;2965.00;10.80;1431.00;0.00;0.20 +11568;1;2965.00;10.15;1429.00;0.00;0.20 +11568;2;2967.50;10.20;1428.50;0.78;0.20 +11568;3;2968.00;11.27;1431.00;1.57;0.20 +11568;4;2962.50;10.10;1430.50;-1.37;0.20 +11568;5;2962.50;10.80;1432.50;4.17;0.20 +11568;6;2965.00;11.72;1433.00;3.14;0.20 +11568;7;2967.50;12.40;1433.00;2.24;0.20 +11568;9;2962.66;10.29;1431.00;1.57;0.20 +11568;10;2967.34;11.27;1431.00;-1.57;0.20 11568;21;2962.66;10.29;1431.00;1.57;0.20 +11569;0;1579.00;10.30;1631.00;0.00;0.28 +11569;1;1579.00;10.10;1627.50;0.00;0.28 +11569;2;1582.00;10.30;1628.50;0.87;0.28 +11569;3;1576.50;10.25;1630.00;-1.19;0.28 +11569;4;1582.00;10.65;1631.50;1.73;0.28 +11569;5;1575.00;10.70;1633.00;4.24;0.28 +11569;6;1577.50;10.70;1634.50;3.54;0.28 +11569;7;1580.00;10.70;1634.00;2.82;0.28 +11569;9;1576.12;10.45;1631.00;1.57;0.28 +11569;10;1581.88;10.58;1631.00;-1.57;0.28 11569;21;1576.12;10.45;1631.00;1.57;0.28 +11570;0;2929.00;14.55;1433.00;0.00;0.20 +11570;1;2929.00;13.67;1431.00;0.00;0.20 +11570;2;2932.50;12.10;1431.50;1.16;0.20 +11570;3;2925.50;15.50;1432.50;-1.42;0.20 +11570;4;2931.50;13.90;1434.00;1.95;0.20 +11570;5;2928.50;14.60;1434.50;3.46;0.20 +11570;6;2925.50;16.45;1434.00;4.43;0.20 +11570;9;2926.30;15.86;1433.00;1.57;0.20 +11570;10;2931.70;13.23;1433.00;-1.57;0.20 11570;21;2926.30;15.86;1433.00;1.57;0.20 +11571;0;1364.00;11.20;1754.00;0.00;0.82 +11571;1;1366.50;11.05;1743.00;0.22;0.82 +11571;2;1356.00;11.10;1753.50;-1.50;0.82 +11571;3;1373.00;11.00;1749.50;1.10;0.82 +11571;4;1369.50;11.20;1760.50;2.43;0.82 +11571;5;1360.00;11.20;1766.00;3.46;0.82 +11571;9;1356.62;11.10;1754.00;1.57;0.82 +11571;10;1371.38;11.10;1754.00;-1.57;0.82 11571;21;1356.62;11.10;1754.00;1.57;0.82 +11572;0;3084.00;12.75;1406.00;0.00;0.22 +11572;1;3085.00;13.05;1403.50;0.38;0.22 +11572;2;3086.50;12.80;1403.50;0.78;0.22 +11572;3;3082.00;13.37;1405.00;-1.10;0.22 +11572;4;3086.50;12.50;1405.50;1.37;0.22 +11572;5;3081.00;13.05;1407.00;4.39;0.22 +11572;6;3082.00;12.60;1408.50;3.81;0.22 +11572;7;3084.50;12.20;1408.50;2.94;0.22 +11572;9;3082.02;13.09;1406.00;1.57;0.22 +11572;10;3085.98;12.47;1406.00;-1.57;0.22 11572;21;3082.02;13.09;1406.00;1.57;0.22 +11573;0;2900.00;11.82;1435.00;0.00;0.18 +11573;1;2899.00;12.10;1432.50;-0.38;0.18 +11573;2;2901.00;12.10;1432.50;0.38;0.18 +11573;3;2898.00;11.00;1435.50;4.46;0.18 +11573;4;2903.00;12.15;1434.50;1.40;0.18 +11573;5;2902.50;12.00;1436.00;1.95;0.18 +11573;6;2900.50;11.00;1437.50;2.94;0.18 +11573;9;2898.20;11.36;1435.00;1.57;0.18 +11573;10;2901.80;12.08;1435.00;-1.57;0.18 11573;21;2898.20;11.36;1435.00;1.57;0.18 +11574;0;3094.00;10.50;1414.00;0.00;0.18 +11574;1;3093.50;10.85;1412.00;-0.24;0.18 +11574;2;3096.00;10.60;1413.50;1.32;0.18 +11574;3;3092.00;10.40;1414.50;4.46;0.18 +11574;4;3096.00;10.50;1415.50;2.21;0.18 +11574;5;3094.00;10.45;1416.50;3.14;0.18 +11574;9;3092.38;10.45;1414.00;1.57;0.18 +11574;10;3095.62;10.55;1414.00;-1.57;0.18 11574;21;3092.38;10.45;1414.00;1.57;0.18 +11575;0;4982.00;10.85;1483.00;0.00;0.34 +11575;1;4979.50;10.50;1479.50;-0.62;0.34 +11575;2;4982.00;9.70;1478.50;0.00;0.34 +11575;3;4986.00;9.80;1482.50;1.44;0.34 +11575;4;4978.00;11.90;1482.50;-1.44;0.34 +11575;5;4979.50;12.40;1485.50;3.92;0.34 +11575;6;4984.50;11.00;1486.00;2.44;0.34 +11575;9;4978.40;12.04;1483.00;1.57;0.34 +11575;10;4985.60;10.02;1483.00;-1.57;0.34 +11575;19;4988.00;9.50;1481.00;1.45;0.34 +11575;20;4989.66;9.50;1480.44;1.24;0.34 11575;21;4978.40;12.04;1483.00;1.57;0.34 +11576;0;2850.00;10.40;1439.00;0.00;0.16 +11576;1;2849.50;10.40;1437.50;-0.32;0.16 +11576;2;2851.50;10.65;1437.00;0.64;0.16 +11576;3;2853.00;10.80;1437.50;1.10;0.16 +11576;4;2847.00;10.15;1439.50;4.54;0.16 +11576;5;2852.50;10.60;1440.00;1.95;0.16 +11576;6;2849.00;10.27;1441.00;3.60;0.16 +11576;9;2847.84;10.20;1439.00;1.57;0.16 +11576;10;2852.16;10.56;1439.00;-1.57;0.16 11576;21;2847.84;10.20;1439.00;1.57;0.16 +11577;0;3104.00;10.00;1419.00;0.00;0.18 +11577;1;3103.50;10.20;1417.00;-0.24;0.18 +11577;2;3106.50;10.70;1417.50;1.03;0.18 +11577;3;3101.00;9.97;1418.00;-1.24;0.18 +11577;4;3107.50;10.70;1418.50;1.42;0.18 +11577;5;3101.00;9.82;1420.00;4.39;0.18 +11577;6;3107.50;10.45;1420.00;1.84;0.18 +11577;7;3105.00;9.92;1421.00;2.67;0.18 +11577;9;3101.30;9.87;1419.00;1.57;0.18 +11577;10;3106.70;10.48;1419.00;-1.57;0.18 11577;21;3101.30;9.87;1419.00;1.57;0.18 +11578;0;3582.00;9.60;1454.00;0.00;0.28 +11578;1;3583.50;9.70;1450.50;0.40;0.28 +11578;2;3579.50;9.60;1452.50;-1.03;0.28 +11578;3;3585.00;9.60;1455.00;1.89;0.28 +11578;4;3579.50;9.60;1456.50;3.92;0.28 +11578;5;3582.00;9.60;1458.50;3.14;0.28 +11578;9;3579.48;9.60;1454.00;1.57;0.28 +11578;10;3584.52;9.60;1454.00;-1.57;0.28 11578;21;3579.48;9.60;1454.00;1.57;0.28 +11579;0;3537.00;9.62;1458.00;0.00;0.28 +11579;1;3539.50;9.60;1454.50;0.62;0.28 +11579;2;3535.50;9.60;1456.50;-0.78;0.28 +11579;3;3540.50;9.60;1457.00;1.29;0.28 +11579;4;3537.50;9.65;1460.00;2.89;0.28 +11579;5;3533.50;9.60;1459.50;4.30;0.28 +11579;6;3534.00;9.72;1461.00;3.92;0.28 +11579;7;3535.50;9.70;1462.50;3.46;0.28 +11579;9;3534.48;9.65;1458.00;1.57;0.28 +11579;10;3539.52;9.69;1458.00;-1.57;0.28 11579;21;3534.48;9.65;1458.00;1.57;0.28 +11580;0;3117.00;10.37;1416.00;0.00;0.20 +11580;1;3115.00;10.80;1414.50;-0.92;0.20 +11580;2;3118.50;10.40;1414.50;0.78;0.20 +11580;3;3119.50;10.40;1416.50;1.76;0.20 +11580;4;3114.00;10.30;1417.00;4.39;0.20 +11580;5;3117.00;10.40;1418.50;3.14;0.20 +11580;9;3114.84;10.38;1416.00;1.57;0.20 +11580;10;3119.16;10.35;1416.00;-1.57;0.20 11580;21;3114.84;10.38;1416.00;1.57;0.20 +11581;0;3055.00;9.92;1435.00;0.00;0.20 +11581;1;3056.50;9.80;1432.50;0.54;0.20 +11581;2;3058.50;9.80;1433.50;1.16;0.20 +11581;3;3053.50;9.85;1433.00;-0.64;0.20 +11581;4;3052.00;10.15;1435.50;4.54;0.20 +11581;5;3056.00;10.00;1436.50;2.55;0.20 +11581;6;3052.50;10.10;1437.50;3.92;0.20 +11581;9;3052.66;10.04;1435.00;1.57;0.20 +11581;10;3057.34;9.85;1435.00;-1.57;0.20 11581;21;3052.66;10.04;1435.00;1.57;0.20 +11582;0;2802.00;9.95;1436.00;0.00;0.22 +11582;1;2803.50;10.00;1433.50;0.54;0.22 +11582;2;2800.00;10.30;1434.50;-0.92;0.22 +11582;3;2806.00;9.70;1434.50;1.21;0.22 +11582;4;2806.50;9.80;1435.50;1.46;0.22 +11582;5;2798.00;10.30;1437.00;4.46;0.22 +11582;6;2804.00;9.70;1437.00;2.03;0.22 +11582;7;2800.50;10.20;1438.50;3.68;0.22 +11582;9;2799.12;10.26;1436.00;1.57;0.22 +11582;10;2804.88;9.70;1436.00;-1.57;0.22 11582;21;2799.12;10.26;1436.00;1.57;0.22 +11583;0;3132.00;10.45;1405.00;0.00;0.18 +11583;1;3130.50;11.00;1402.50;-0.54;0.18 +11583;2;3133.00;10.90;1402.50;0.38;0.18 +11583;3;3129.50;10.80;1404.00;-1.19;0.18 +11583;4;3134.00;9.90;1406.00;2.03;0.18 +11583;5;3131.00;10.30;1406.00;3.92;0.18 +11583;6;3131.00;9.95;1408.50;3.42;0.18 +11583;7;3132.00;9.90;1409.00;3.14;0.18 +11583;9;3130.38;10.68;1405.00;1.57;0.18 +11583;10;3133.62;10.08;1405.00;-1.57;0.18 11583;21;3130.38;10.68;1405.00;1.57;0.18 +11584;0;2995.00;9.70;1428.00;0.00;0.26 +11584;1;2993.00;9.70;1424.50;-0.51;0.26 +11584;2;2997.50;9.70;1427.00;1.19;0.26 +11584;3;2992.00;9.70;1428.00;4.71;0.26 +11584;4;2999.50;9.70;1430.50;2.07;0.26 +11584;5;2996.50;9.70;1431.00;2.67;0.26 +11584;9;2991.94;9.70;1428.00;1.57;0.26 +11584;10;2998.06;9.70;1428.00;-1.57;0.26 +11584;19;3002.00;9.70;1430.00;1.19;0.26 +11584;20;3003.68;9.70;1430.48;1.84;0.26 11584;21;2991.94;9.70;1428.00;1.57;0.26 +11585;0;1586.00;10.40;1642.00;0.00;0.28 +11585;1;1587.00;10.40;1639.50;0.38;0.28 +11585;2;1583.50;10.80;1639.50;-0.78;0.28 +11585;3;1583.00;10.40;1642.50;4.54;0.28 +11585;4;1590.00;10.30;1641.50;1.44;0.28 +11585;5;1588.50;10.50;1644.50;2.35;0.28 +11585;6;1585.50;10.50;1645.50;3.28;0.28 +11585;9;1583.48;10.49;1642.00;1.57;0.28 +11585;10;1588.52;10.35;1642.00;-1.57;0.28 11585;21;1583.48;10.49;1642.00;1.57;0.28 +11586;0;3124.00;10.55;1409.00;0.00;0.20 +11586;1;3123.50;10.70;1407.00;-0.24;0.20 +11586;2;3127.00;10.35;1408.00;1.24;0.20 +11586;3;3120.50;11.20;1409.00;4.71;0.20 +11586;4;3122.00;10.47;1411.00;3.92;0.20 +11586;5;3125.50;10.15;1411.00;2.49;0.20 +11586;9;3121.66;10.86;1409.00;1.57;0.20 +11586;10;3126.34;10.36;1409.00;-1.57;0.20 11586;21;3121.66;10.86;1409.00;1.57;0.20 +11587;0;2966.00;14.32;1441.00;0.00;0.20 +11587;1;2965.50;14.05;1438.00;-0.16;0.20 +11587;2;2968.00;14.50;1440.50;1.32;0.20 +11587;3;2963.50;14.00;1439.50;-1.03;0.20 +11587;4;2964.50;14.10;1442.50;3.92;0.20 +11587;5;2968.00;14.35;1443.50;2.46;0.20 +11587;6;2966.00;14.30;1444.50;3.14;0.20 +11587;9;2964.20;14.11;1441.00;1.57;0.20 +11587;10;2967.80;14.46;1441.00;-1.57;0.20 11587;21;2964.20;14.11;1441.00;1.57;0.20 +11588;0;3184.00;9.72;1397.00;0.00;0.24 +11588;1;3182.50;9.70;1394.50;-0.54;0.24 +11588;2;3187.00;9.80;1395.00;0.98;0.24 +11588;3;3180.00;9.70;1396.00;-1.32;0.24 +11588;4;3187.50;9.75;1398.00;1.84;0.24 +11588;5;3180.00;9.70;1397.00;4.71;0.24 +11588;6;3182.00;9.67;1399.00;3.92;0.24 +11588;7;3184.50;9.80;1401.00;3.01;0.24 +11588;9;3180.76;9.70;1397.00;1.57;0.24 +11588;10;3187.24;9.80;1397.00;-1.57;0.24 11588;21;3180.76;9.70;1397.00;1.57;0.24 +11589;0;1402.00;11.22;1582.00;0.00;0.34 +11589;1;1399.00;10.70;1577.00;-0.54;0.34 +11589;2;1403.00;10.70;1578.50;0.27;0.34 +11589;3;1398.50;11.50;1581.50;-1.42;0.34 +11589;4;1405.50;10.80;1583.50;1.97;0.34 +11589;5;1401.00;12.20;1585.50;3.42;0.34 +11589;6;1405.50;10.70;1585.50;2.35;0.34 +11589;9;1398.76;11.67;1582.00;1.57;0.34 +11589;10;1405.24;10.65;1582.00;-1.57;0.34 11589;21;1398.76;11.67;1582.00;1.57;0.34 +11590;0;2916.00;10.57;1447.00;0.00;0.20 +11590;1;2916.50;10.60;1444.50;0.19;0.20 +11590;2;1457.50;9.50;723.00;-1.11;0.20 +11590;3;2919.00;12.47;1447.00;1.57;0.20 +11590;4;2913.00;10.40;1448.00;4.39;0.20 +11590;5;2914.50;11.00;1449.00;3.78;0.20 +11590;6;2917.00;11.80;1449.00;2.67;0.20 +11590;9;2913.84;9.83;1447.00;1.57;0.20 +11590;10;2918.16;11.76;1447.00;-1.57;0.20 11590;21;2913.84;9.83;1447.00;1.57;0.20 +11591;0;3658.00;9.60;1465.00;0.00;0.28 +11591;1;3657.50;9.60;1462.00;-0.16;0.28 +11591;2;3654.50;9.60;1464.50;-1.42;0.28 +11591;3;3661.50;9.60;1463.00;1.05;0.28 +11591;4;3661.00;9.60;1465.50;1.73;0.28 +11591;5;3658.00;9.60;1468.50;3.14;0.28 +11591;9;3655.48;9.60;1465.00;1.57;0.28 +11591;10;3660.52;9.60;1465.00;-1.57;0.28 11591;21;3655.48;9.60;1465.00;1.57;0.28 +11592;0;3152.00;16.45;1422.00;0.00;0.26 +11592;1;3154.50;14.25;1419.00;0.69;0.26 +11592;2;3150.50;14.50;1420.00;-0.64;0.26 +11592;3;3155.50;15.70;1420.50;1.16;0.26 +11592;4;3148.00;15.20;1423.50;4.35;0.26 +11592;5;3156.00;17.12;1423.00;1.81;0.26 +11592;6;3152.50;17.35;1424.00;2.89;0.26 +11592;7;3149.00;15.55;1425.00;3.92;0.26 +11592;9;3148.94;15.16;1422.00;1.57;0.26 +11592;10;3155.06;16.77;1422.00;-1.57;0.26 11592;21;3148.94;15.16;1422.00;1.57;0.26 +11593;0;2871.00;11.22;1437.00;0.00;0.18 +11593;1;2870.50;11.70;1434.50;-0.19;0.18 +11593;2;2872.50;11.20;1433.50;0.40;0.18 +11593;3;2873.50;10.80;1435.50;1.03;0.18 +11593;4;2869.00;11.85;1438.00;4.24;0.18 +11593;5;2872.00;10.82;1439.00;2.67;0.18 +11593;6;2870.50;10.90;1441.00;3.26;0.18 +11593;9;2869.38;11.79;1437.00;1.57;0.18 +11593;10;2872.62;10.88;1437.00;-1.57;0.18 11593;21;2869.38;11.79;1437.00;1.57;0.18 +11594;0;3074.00;10.50;1433.00;0.00;0.26 +11594;1;3075.00;10.10;1430.00;0.32;0.26 +11594;2;3071.50;10.50;1431.50;-1.03;0.26 +11594;3;3077.00;10.15;1431.50;1.10;0.26 +11594;4;3075.00;10.42;1435.00;2.67;0.26 +11594;5;3071.00;10.35;1435.00;4.12;0.26 +11594;6;3072.50;10.20;1437.00;3.50;0.26 +11594;9;3071.66;10.50;1433.00;1.57;0.26 +11594;10;3076.34;10.30;1433.00;-1.57;0.26 11594;21;3071.66;10.50;1433.00;1.57;0.26 +11595;0;3018.00;10.12;1440.00;0.00;0.22 +11595;1;3018.00;9.65;1437.00;0.00;0.22 +11595;2;3020.00;10.15;1438.00;0.78;0.22 +11595;3;3016.00;9.75;1439.00;-1.10;0.22 +11595;4;3020.50;11.40;1441.00;1.95;0.22 +11595;5;3016.50;10.20;1441.50;3.92;0.22 +11595;6;3018.50;12.60;1443.50;3.00;0.22 +11595;9;3016.02;9.85;1440.00;1.57;0.22 +11595;10;3019.98;10.79;1440.00;-1.57;0.22 11595;21;3016.02;9.85;1440.00;1.57;0.22 +11596;0;2813.00;9.80;1454.00;0.00;0.18 +11596;1;2812.00;9.80;1451.00;-0.32;0.18 +11596;2;2814.00;9.80;1452.00;0.46;0.18 +11596;3;2811.50;9.80;1454.50;4.39;0.18 +11596;4;2815.50;9.80;1455.00;1.95;0.18 +11596;5;2813.50;9.80;1457.50;3.00;0.18 +11596;9;2811.38;9.80;1454.00;1.57;0.18 +11596;10;2814.62;9.80;1454.00;-1.57;0.18 11596;21;2811.38;9.80;1454.00;1.57;0.18 +11597;0;3243.00;10.10;1391.00;0.00;0.24 +11597;1;3241.50;10.10;1389.00;-0.64;0.24 +11597;2;3246.50;9.70;1389.50;1.16;0.24 +11597;3;3239.00;10.10;1391.00;4.71;0.24 +11597;4;3239.50;10.10;1393.00;4.19;0.24 +11597;5;3243.50;10.10;1393.50;2.94;0.24 +11597;9;3239.94;10.10;1391.00;1.57;0.24 +11597;10;3246.06;9.86;1391.00;-1.57;0.24 +11597;19;3251.00;9.57;1389.00;1.17;0.24 +11597;20;3252.69;9.57;1388.57;1.32;0.24 11597;21;3239.94;10.10;1391.00;1.57;0.24 +11598;0;2985.00;14.45;1441.00;0.00;0.20 +11598;1;2986.50;13.80;1438.50;0.54;0.20 +11598;2;2983.50;13.90;1440.00;-0.98;0.20 +11598;3;2988.00;13.85;1439.50;1.10;0.20 +11598;4;2982.00;13.65;1441.50;4.54;0.20 +11598;5;2987.00;14.35;1442.00;2.03;0.20 +11598;6;2982.50;13.80;1443.50;3.92;0.20 +11598;7;2984.50;14.40;1443.50;3.33;0.20 +11598;9;2982.84;13.85;1441.00;1.57;0.20 +11598;10;2987.16;14.35;1441.00;-1.57;0.20 11598;21;2982.84;13.85;1441.00;1.57;0.20 +11599;0;3457.00;11.05;1371.00;0.00;0.24 +11599;1;3454.50;9.70;1370.50;-1.37;0.24 +11599;2;3458.50;11.10;1369.00;0.64;0.24 +11599;3;3461.50;11.60;1370.50;1.46;0.24 +11599;4;3458.00;11.40;1373.00;2.67;0.24 +11599;5;3454.50;9.70;1373.50;3.92;0.24 +11599;9;3454.30;9.54;1371.00;1.57;0.24 +11599;10;3459.70;11.55;1371.00;-1.57;0.24 +11599;19;3455.00;9.50;1368.00;-1.37;0.24 +11599;20;3454.02;9.50;1366.54;-0.58;0.24 11599;21;3454.30;9.54;1371.00;1.57;0.24 +11600;0;2780.00;9.70;1450.00;0.00;0.24 +11600;1;2778.50;9.50;1449.00;-0.98;0.24 +11600;2;2783.00;9.70;1448.00;0.98;0.24 +11600;3;2782.50;9.65;1451.00;1.95;0.24 +11600;4;2779.00;9.70;1452.00;3.60;0.24 +11600;5;2776.50;9.55;1453.00;4.00;0.24 +11600;9;2777.30;9.50;1450.00;1.57;0.24 +11600;10;2782.70;9.69;1450.00;-1.57;0.24 +11600;19;2776.00;9.50;1452.00;-0.98;0.24 +11600;20;2774.43;9.50;1452.78;4.24;0.24 11600;21;2777.30;9.50;1450.00;1.57;0.24 +11601;0;2940.00;15.02;1454.00;0.00;0.16 +11601;1;2940.00;15.52;1451.00;0.00;0.16 +11601;2;2938.00;15.70;1452.00;-0.78;0.16 +11601;3;2942.00;15.20;1452.50;0.92;0.16 +11601;4;2938.50;15.00;1454.50;4.39;0.16 +11601;5;2942.00;14.85;1454.50;1.81;0.16 +11601;6;2941.50;14.15;1456.00;2.49;0.16 +11601;7;2940.00;13.75;1457.00;3.14;0.16 +11601;9;2938.56;15.20;1454.00;1.57;0.16 +11601;10;2941.44;14.89;1454.00;-1.57;0.16 11601;21;2938.56;15.20;1454.00;1.57;0.16 +11602;0;1566.00;10.22;1652.00;0.00;0.28 +11602;1;1565.00;10.10;1649.50;-0.38;0.28 +11602;2;1568.50;10.30;1650.00;0.89;0.28 +11602;3;1563.00;10.17;1653.00;4.39;0.28 +11602;4;1567.50;10.30;1654.50;2.60;0.28 +11602;5;1564.50;10.50;1656.00;3.50;0.28 +11602;9;1563.48;10.14;1652.00;1.57;0.28 +11602;10;1568.52;10.30;1652.00;-1.57;0.28 11602;21;1563.48;10.14;1652.00;1.57;0.28 +11603;0;3224.00;9.65;1403.00;0.00;0.20 +11603;1;3225.00;9.80;1401.00;0.46;0.20 +11603;2;3221.00;9.70;1401.00;-0.98;0.20 +11603;3;3221.00;9.65;1402.00;-1.24;0.20 +11603;4;3228.00;9.77;1403.00;1.57;0.20 +11603;5;3221.00;9.60;1404.50;4.24;0.20 +11603;6;3224.50;9.60;1405.50;2.94;0.20 +11603;9;3221.30;9.60;1403.00;1.57;0.20 +11603;10;3226.70;9.71;1403.00;-1.57;0.20 11603;21;3221.30;9.60;1403.00;1.57;0.20 +11604;0;2933.00;13.87;1456.00;0.00;0.16 +11604;1;2933.00;14.85;1453.50;0.00;0.16 +11604;2;2935.00;14.15;1455.50;1.32;0.16 +11604;3;2931.50;14.00;1454.50;-0.78;0.16 +11604;4;2931.00;13.90;1455.50;-1.32;0.16 +11604;5;2931.00;13.80;1458.00;3.92;0.16 +11604;6;2933.50;14.20;1458.50;2.94;0.16 +11604;9;2931.56;13.89;1456.00;1.57;0.16 +11604;10;2934.44;13.94;1456.00;-1.57;0.16 11604;21;2931.56;13.89;1456.00;1.57;0.16 +11605;0;3178.00;14.17;1422.00;0.00;0.18 +11605;1;3176.50;13.45;1420.00;-0.64;0.18 +11605;2;3180.00;13.25;1420.00;0.78;0.18 +11605;3;3173.50;15.30;1421.50;-1.46;0.18 +11605;4;3182.00;15.90;1422.50;1.69;0.18 +11605;5;3175.00;15.45;1423.50;4.24;0.18 +11605;6;3178.50;15.20;1424.50;2.94;0.18 +11605;7;3181.50;15.85;1425.00;2.27;0.18 +11605;9;3174.94;15.01;1422.00;1.57;0.18 +11605;10;3181.06;14.72;1422.00;-1.57;0.18 11605;21;3174.94;15.01;1422.00;1.57;0.18 +11606;0;2862.00;9.80;1521.00;0.00;0.24 +11606;1;2860.50;9.80;1518.00;-0.46;0.24 +11606;2;2863.50;9.80;1519.00;0.64;0.24 +11606;3;2858.50;9.80;1520.50;-1.42;0.24 +11606;4;2865.50;9.90;1520.50;1.42;0.24 +11606;5;2859.50;9.80;1523.00;4.03;0.24 +11606;6;2863.50;9.80;1522.50;2.35;0.24 +11606;7;2861.00;9.75;1524.50;3.42;0.24 +11606;9;2859.30;9.80;1521.00;1.57;0.24 +11606;10;2864.70;9.82;1521.00;-1.57;0.24 11606;21;2859.30;9.80;1521.00;1.57;0.24 +11607;0;5073.00;12.65;1812.00;0.00;1.84 +11607;1;5098.50;12.20;1795.50;0.99;1.84 +11607;2;5110.00;11.50;1801.50;1.29;1.84 +11607;3;5077.00;12.90;1796.00;0.24;1.84 +11607;4;5054.00;13.10;1796.50;-0.88;1.84 +11607;5;5036.00;12.60;1802.00;-1.30;1.84 +11607;6;5041.00;11.77;1822.00;4.41;1.84 +11607;7;5109.00;12.10;1821.00;1.81;1.84 +11607;8;5075.00;12.35;1828.50;3.02;1.84 +11607;9;5040.60;12.34;1812.00;1.57;1.84 +11607;10;5105.40;11.94;1812.00;-1.57;1.84 11607;21;5040.60;12.34;1812.00;1.57;1.84 +11608;0;3144.00;10.42;1435.00;0.00;0.24 +11608;1;3145.00;11.35;1431.50;0.27;0.24 +11608;2;3143.00;10.95;1432.50;-0.38;0.24 +11608;3;3146.50;10.90;1433.50;1.03;0.24 +11608;4;3141.00;10.60;1435.50;4.54;0.24 +11608;5;3144.00;10.12;1437.00;3.14;0.24 +11608;6;3147.50;10.30;1436.50;1.97;0.24 +11608;9;3141.66;10.60;1435.00;1.57;0.24 +11608;10;3146.34;10.56;1435.00;-1.57;0.24 11608;21;3141.66;10.60;1435.00;1.57;0.24 +11609;0;3502.00;17.87;1371.00;0.00;0.24 +11609;1;3500.50;16.40;1368.50;-0.54;0.24 +11609;2;3503.50;15.70;1368.00;0.46;0.24 +11609;3;3505.50;16.60;1370.50;1.42;0.24 +11609;4;3498.50;16.10;1371.50;4.57;0.24 +11609;5;3505.00;16.30;1373.50;2.26;0.24 +11609;6;3500.00;17.20;1373.50;3.81;0.24 +11609;7;3502.50;16.75;1374.00;2.97;0.24 +11609;9;3499.48;16.87;1371.00;1.57;0.24 +11609;10;3504.52;17.77;1371.00;-1.57;0.24 11609;21;3499.48;16.87;1371.00;1.57;0.24 +11610;0;3089.00;9.80;1438.00;0.00;0.18 +11610;1;3089.00;9.80;1435.00;0.00;0.18 +11610;2;3087.00;9.80;1437.00;-1.10;0.18 +11610;3;3091.00;9.87;1438.00;1.57;0.18 +11610;4;3088.00;9.85;1440.00;3.60;0.18 +11610;5;3090.50;10.05;1441.00;2.67;0.18 +11610;9;3087.38;9.80;1438.00;1.57;0.18 +11610;10;3090.62;9.85;1438.00;-1.57;0.18 11610;21;3087.38;9.80;1438.00;1.57;0.18 +11611;0;2849.00;9.90;1457.00;0.00;0.20 +11611;1;2850.00;10.00;1454.00;0.32;0.20 +11611;2;2847.50;9.90;1456.00;-0.98;0.20 +11611;3;2851.50;10.00;1455.50;1.03;0.20 +11611;4;2851.00;9.97;1458.00;2.03;0.20 +11611;5;2847.50;9.90;1459.50;3.68;0.20 +11611;6;2850.00;9.90;1460.00;2.82;0.20 +11611;9;2847.20;9.90;1457.00;1.57;0.20 +11611;10;2850.80;10.00;1457.00;-1.57;0.20 11611;21;2847.20;9.90;1457.00;1.57;0.20 +11612;0;3030.00;12.32;1447.00;0.00;0.12 +11612;1;3028.50;12.85;1446.00;-0.98;0.12 +11612;2;3032.50;12.05;1446.00;1.19;0.12 +11612;3;3026.00;13.10;1447.50;4.58;0.12 +11612;4;3026.50;12.80;1448.50;4.30;0.12 +11612;5;3030.50;12.40;1448.50;2.82;0.12 +11612;6;3034.50;12.95;1448.00;1.78;0.12 +11612;9;3026.76;13.07;1447.00;1.57;0.12 +11612;10;3033.24;12.41;1447.00;-1.57;0.12 11612;21;3026.13;13.10;1448.31;-1.57;0.12 +11613;0;2798.00;9.80;1461.00;0.00;0.20 +11613;1;2796.00;9.80;1458.50;-0.67;0.20 +11613;2;2799.50;9.80;1459.50;0.78;0.20 +11613;3;2795.00;9.80;1461.00;4.71;0.20 +11613;4;2800.50;9.90;1462.50;2.11;0.20 +11613;5;2796.50;9.80;1463.50;3.68;0.20 +11613;9;2795.48;9.80;1461.00;1.57;0.20 +11613;10;2800.52;9.80;1461.00;-1.57;0.20 11613;21;2795.48;9.80;1461.00;1.57;0.20 +11614;0;3491.00;16.72;1382.00;0.00;0.24 +11614;1;3490.00;15.17;1380.00;-0.46;0.24 +11614;2;3494.50;15.45;1379.00;0.86;0.24 +11614;3;3494.00;14.25;1381.50;1.40;0.24 +11614;4;3488.50;15.65;1384.00;4.03;0.24 +11614;5;3493.00;15.35;1384.00;2.35;0.24 +11614;9;3488.12;18.61;1382.00;1.57;0.24 +11614;10;3493.88;14.03;1382.00;-1.57;0.24 11614;21;3488.12;18.61;1382.00;1.57;0.24 +11615;0;2994.00;15.57;1452.00;0.00;0.20 +11615;1;2994.00;15.45;1450.00;0.00;0.20 +11615;2;2996.00;15.75;1450.50;0.92;0.20 +11615;3;2991.50;14.85;1452.00;4.71;0.20 +11615;4;2995.50;15.10;1453.50;2.35;0.20 +11615;5;2992.50;15.00;1453.50;3.92;0.20 +11615;9;2992.02;15.08;1452.00;1.57;0.20 +11615;10;2995.98;15.37;1452.00;-1.57;0.20 11615;21;2992.02;15.08;1452.00;1.57;0.20 +11616;0;2778.00;9.70;1459.00;0.00;0.18 +11616;1;2778.00;9.70;1456.50;0.00;0.18 +11616;2;2780.50;9.70;1457.50;1.03;0.18 +11616;3;2775.50;9.60;1459.50;4.51;0.18 +11616;4;2780.50;9.60;1460.00;1.95;0.18 +11616;5;2779.00;9.67;1461.00;2.67;0.18 +11616;9;2775.84;9.56;1459.00;1.57;0.18 +11616;10;2780.16;9.61;1459.00;-1.57;0.18 +11616;19;2774.00;9.50;1461.00;-1.77;0.18 +11616;20;2772.43;9.50;1461.78;4.24;0.18 11616;21;2775.84;9.56;1459.00;1.57;0.18 +11617;0;3448.00;10.45;1381.00;0.00;0.24 +11617;1;3447.00;9.50;1379.00;-0.46;0.24 +11617;2;3450.00;10.25;1378.50;0.67;0.24 +11617;3;3451.00;12.30;1380.50;1.40;0.24 +11617;4;3445.50;10.30;1382.50;4.17;0.24 +11617;5;3450.50;13.15;1382.00;1.95;0.24 +11617;6;3448.00;13.67;1384.00;3.14;0.24 +11617;9;3445.48;9.64;1381.00;1.57;0.24 +11617;10;3450.52;12.31;1381.00;-1.57;0.24 +11617;19;3447.00;9.50;1379.00;-0.46;0.24 +11617;20;3446.21;9.50;1377.43;-0.46;0.24 11617;21;3445.48;9.64;1381.00;1.57;0.24 +11618;0;2986.00;15.37;1459.00;0.00;0.20 +11618;1;2985.00;15.00;1457.00;-0.46;0.20 +11618;2;2982.50;15.70;1458.50;-1.42;0.20 +11618;3;2988.50;14.65;1457.00;0.89;0.20 +11618;4;2990.00;15.55;1458.50;1.44;0.20 +11618;5;2988.50;16.00;1460.00;1.95;0.20 +11618;6;2985.50;15.60;1460.50;3.46;0.20 +11618;9;2983.48;15.90;1459.00;1.57;0.20 +11618;10;2988.52;15.60;1459.00;-1.57;0.20 11618;21;2983.48;15.90;1459.00;1.57;0.20 +11619;0;3214.00;9.87;1423.00;0.00;0.22 +11619;1;3213.50;9.75;1421.00;-0.24;0.22 +11619;2;3210.00;10.20;1422.50;-1.44;0.22 +11619;3;3217.00;9.80;1422.50;1.40;0.22 +11619;4;3213.50;10.35;1425.00;3.38;0.22 +11619;5;3216.50;10.00;1424.50;2.11;0.22 +11619;6;3216.50;10.60;1426.00;2.44;0.22 +11619;9;3211.48;10.05;1423.00;1.57;0.22 +11619;10;3216.52;9.80;1423.00;-1.57;0.22 11619;21;3211.48;10.05;1423.00;1.57;0.22 +11620;0;2982.00;13.77;1468.00;0.00;0.16 +11620;1;2982.50;14.05;1467.00;0.46;0.16 +11620;2;2979.00;13.80;1467.00;-1.24;0.16 +11620;3;2978.50;13.60;1468.00;4.71;0.16 +11620;4;2980.50;13.20;1469.50;3.92;0.16 +11620;5;2985.00;13.00;1469.50;2.03;0.16 +11620;6;2983.50;12.70;1470.50;2.60;0.16 +11620;9;2979.30;13.60;1468.00;1.57;0.16 +11620;10;2984.70;13.04;1468.00;-1.57;0.16 11620;21;2979.30;13.60;1468.00;1.57;0.16 +11621;0;1452.00;9.85;1512.00;0.00;0.28 +11621;1;1451.50;9.80;1507.50;-0.11;0.28 +11621;2;1449.50;9.80;1511.50;-1.37;0.28 +11621;3;1454.00;9.85;1509.00;0.58;0.28 +11621;4;1455.50;10.00;1512.50;1.71;0.28 +11621;5;1454.00;9.90;1516.00;2.67;0.28 +11621;6;1451.00;9.90;1516.00;3.38;0.28 +11621;9;1449.48;9.80;1512.00;1.57;0.28 +11621;10;1454.52;9.90;1512.00;-1.57;0.28 11621;21;1449.48;9.80;1512.00;1.57;0.28 +11622;0;3164.00;12.15;1438.00;0.00;0.20 +11622;1;3162.50;12.65;1436.00;-0.64;0.20 +11622;2;3166.50;12.40;1436.50;1.03;0.20 +11622;3;3160.00;12.77;1437.00;-1.32;0.20 +11622;4;3160.50;12.75;1439.00;4.43;0.20 +11622;5;3169.00;12.52;1438.00;1.57;0.20 +11622;6;3168.50;12.15;1440.00;1.98;0.20 +11622;7;3165.00;12.30;1440.50;2.76;0.20 +11622;9;3160.76;12.67;1438.00;1.57;0.20 +11622;10;3167.24;12.32;1438.00;-1.57;0.20 11622;21;3160.76;12.67;1438.00;1.57;0.20 +11623;0;2949.00;12.92;1462.00;0.00;0.20 +11623;1;2949.00;13.50;1460.00;0.00;0.20 +11623;2;2946.00;13.75;1460.00;-0.98;0.20 +11623;3;2951.50;12.75;1462.00;1.57;0.20 +11623;4;2946.50;13.10;1462.50;4.51;0.20 +11623;5;1474.00;9.50;730.50;-1.11;0.20 +11623;6;2948.50;12.45;1465.00;3.30;0.20 +11623;9;2946.84;13.28;1462.00;1.57;0.20 +11623;10;2951.16;12.78;1462.00;-1.57;0.20 11623;21;2946.84;13.28;1462.00;1.57;0.20 +11624;0;4919.00;12.67;1434.00;0.00;0.26 +11624;1;4917.50;12.90;1430.50;-0.40;0.26 +11624;2;4920.00;12.75;1432.00;0.46;0.26 +11624;3;4916.00;12.65;1434.00;4.71;0.26 +11624;4;4922.50;12.45;1435.00;1.84;0.26 +11624;5;4920.00;12.30;1436.50;2.76;0.26 +11624;6;4917.50;12.10;1438.00;3.50;0.26 +11624;9;4916.66;12.70;1434.00;1.57;0.26 +11624;10;4921.34;12.55;1434.00;-1.57;0.26 11624;21;4916.66;12.70;1434.00;1.57;0.26 +11625;0;3105.00;9.80;1450.00;0.00;0.22 +11625;1;3105.00;9.80;1447.00;0.00;0.22 +11625;2;3107.50;9.80;1449.50;1.37;0.22 +11625;3;3102.50;9.80;1449.50;-1.37;0.22 +11625;4;3103.00;9.80;1452.50;3.81;0.22 +11625;5;3107.50;9.80;1452.50;2.35;0.22 +11625;6;3104.50;9.80;1453.50;3.28;0.22 +11625;9;3103.02;9.80;1450.00;1.57;0.22 +11625;10;3106.98;9.80;1450.00;-1.57;0.22 11625;21;3103.02;9.80;1450.00;1.57;0.22 +11626;0;4938.00;11.72;1424.00;0.00;0.28 +11626;1;4935.50;11.45;1421.00;-0.69;0.28 +11626;2;4938.50;9.80;1420.50;0.14;0.28 +11626;3;4941.00;9.70;1423.00;1.24;0.28 +11626;4;4935.50;12.90;1424.50;4.51;0.28 +11626;5;4941.00;11.15;1426.50;2.26;0.28 +11626;6;4938.50;12.70;1427.50;3.00;0.28 +11626;9;4934.94;12.86;1424.00;1.57;0.28 +11626;10;4941.06;9.90;1424.00;-1.57;0.28 +11626;19;4946.00;9.53;1426.00;1.25;0.28 +11626;20;4947.69;9.53;1426.42;1.81;0.28 11626;21;4934.94;12.86;1424.00;1.57;0.28 +11627;0;3065.00;10.52;1454.00;0.00;0.24 +11627;1;3063.00;10.45;1452.00;-0.78;0.24 +11627;2;3066.50;10.40;1451.50;0.54;0.24 +11627;3;3068.50;10.50;1454.50;1.71;0.24 +11627;4;3063.50;10.20;1455.50;3.92;0.24 +11627;5;3066.00;10.60;1457.50;2.86;0.24 +11627;9;3062.84;10.21;1454.00;1.57;0.24 +11627;10;3067.16;10.60;1454.00;-1.57;0.24 11627;21;3062.84;10.21;1454.00;1.57;0.24 +11628;0;2874.00;10.57;1459.00;0.00;0.22 +11628;1;2871.50;10.50;1457.50;-1.03;0.22 +11628;2;2875.00;10.45;1457.00;0.46;0.22 +11628;3;2871.50;10.75;1460.00;4.33;0.22 +11628;4;2876.50;10.50;1460.00;1.95;0.22 +11628;5;2874.00;10.70;1462.00;3.14;0.22 +11628;9;2871.84;10.65;1459.00;1.57;0.22 +11628;10;2876.16;10.50;1459.00;-1.57;0.22 11628;21;2871.84;10.65;1459.00;1.57;0.22 +11629;0;4926.00;12.57;1445.00;0.00;0.26 +11629;1;4923.50;12.25;1442.00;-0.69;0.26 +11629;2;4928.00;12.85;1442.50;0.67;0.26 +11629;3;4923.00;12.10;1446.00;4.39;0.26 +11629;4;4930.00;12.97;1445.00;1.57;0.26 +11629;5;4928.00;12.75;1448.00;2.55;0.26 +11629;6;4925.50;12.60;1448.50;3.28;0.26 +11629;9;4923.12;12.01;1445.00;1.57;0.26 +11629;10;4928.88;12.83;1445.00;-1.57;0.26 11629;21;4923.12;12.01;1445.00;1.57;0.26 +11630;0;3058.00;10.25;1459.00;0.00;0.22 +11630;1;3058.00;10.15;1456.00;0.00;0.22 +11630;2;3056.50;10.10;1456.50;-0.54;0.22 +11630;3;3060.00;10.20;1458.00;1.10;0.22 +11630;4;3055.00;10.35;1458.50;-1.40;0.22 +11630;5;3058.00;10.25;1461.50;3.14;0.22 +11630;6;3060.50;10.20;1461.00;2.24;0.22 +11630;9;3056.02;10.27;1459.00;1.57;0.22 +11630;10;3059.98;10.20;1459.00;-1.57;0.22 11630;21;3056.02;10.27;1459.00;1.57;0.22 +11631;0;2830.00;10.22;1465.00;0.00;0.20 +11631;1;2828.00;9.80;1462.50;-0.67;0.20 +11631;2;2827.00;9.80;1464.00;-1.24;0.20 +11631;3;2831.50;10.20;1463.50;0.78;0.20 +11631;4;2834.50;10.40;1464.50;1.46;0.20 +11631;5;2832.00;10.40;1466.50;2.21;0.20 +11631;6;2828.00;10.05;1466.50;4.06;0.20 +11631;9;2827.48;9.84;1465.00;1.57;0.20 +11631;10;2832.52;10.40;1465.00;-1.57;0.20 11631;21;2827.48;9.84;1465.00;1.57;0.20 +11632;0;3516.00;11.80;1395.00;0.00;0.24 +11632;1;3515.50;11.40;1392.50;-0.19;0.24 +11632;2;3518.50;11.30;1394.50;1.37;0.24 +11632;3;3513.00;11.55;1395.50;4.54;0.24 +11632;4;3516.50;12.45;1398.00;2.97;0.24 +11632;9;3513.84;11.38;1395.00;1.57;0.24 +11632;10;3518.16;11.51;1395.00;-1.57;0.24 11632;21;3513.84;11.38;1395.00;1.57;0.24 +11633;0;3475.00;14.27;1396.00;0.00;0.28 +11633;1;3477.00;15.42;1393.00;0.58;0.28 +11633;2;3473.50;17.30;1394.00;-0.64;0.28 +11633;3;3477.50;12.90;1397.00;1.95;0.28 +11633;4;3472.00;13.20;1398.00;4.12;0.28 +11633;5;3474.00;12.25;1399.50;3.42;0.28 +11633;6;3475.50;11.95;1400.00;3.01;0.28 +11633;9;3472.48;14.79;1396.00;1.57;0.28 +11633;10;3477.52;13.54;1396.00;-1.57;0.28 11633;21;3472.48;14.79;1396.00;1.57;0.28 +11634;0;2997.00;14.95;1465.00;0.00;0.24 +11634;1;2994.00;15.27;1463.00;-0.98;0.24 +11634;2;2997.50;15.90;1462.50;0.19;0.24 +11634;3;3000.00;15.15;1465.50;1.73;0.24 +11634;4;2994.50;14.60;1465.50;4.51;0.24 +11634;5;2996.00;13.75;1467.50;3.52;0.24 +11634;6;2998.00;14.10;1467.50;2.76;0.24 +11634;9;2994.84;14.63;1465.00;1.57;0.24 +11634;10;2999.16;15.61;1465.00;-1.57;0.24 11634;21;2994.84;14.63;1465.00;1.57;0.24 +11635;0;1440.00;9.80;1511.00;0.00;0.34 +11635;1;1440.00;10.30;1506.00;0.00;0.34 +11635;2;1435.50;9.80;1508.00;-0.98;0.34 +11635;3;1443.50;9.80;1511.00;1.57;0.34 +11635;4;1438.00;9.80;1513.00;3.92;0.34 +11635;5;1441.50;9.80;1516.00;2.85;0.34 +11635;9;1436.94;9.80;1511.00;1.57;0.34 +11635;10;1443.06;9.80;1511.00;-1.57;0.34 11635;21;1436.94;9.80;1511.00;1.57;0.34 +11636;0;3237.00;9.70;1417.00;0.00;0.16 +11636;1;3237.50;9.70;1414.00;0.16;0.16 +11636;2;3235.00;9.70;1416.00;-1.10;0.16 +11636;3;3239.50;9.70;1417.00;1.57;0.16 +11636;4;3235.00;9.70;1418.50;4.06;0.16 +11636;5;3237.50;9.70;1420.00;2.97;0.16 +11636;6;3236.00;9.72;1420.00;3.46;0.16 +11636;9;3235.56;9.70;1417.00;1.57;0.16 +11636;10;3238.44;9.65;1417.00;-1.57;0.16 11636;21;3235.56;9.70;1417.00;1.57;0.16 +11637;0;1474.00;10.70;1570.00;0.00;0.20 +11637;1;1471.00;10.70;1567.50;-0.87;0.20 +11637;2;1474.50;10.70;1567.50;0.19;0.20 +11637;3;1470.00;10.80;1570.00;4.71;0.20 +11637;4;1478.50;10.70;1570.00;1.57;0.20 +11637;5;1473.50;10.80;1573.00;3.30;0.20 +11637;6;1478.00;10.75;1572.50;2.12;0.20 +11637;9;1471.12;10.80;1570.00;1.57;0.20 +11637;10;1476.88;10.70;1570.00;-1.57;0.20 11637;21;1471.12;10.80;1570.00;1.57;0.20 +11638;0;2968.00;14.07;1468.00;0.00;0.24 +11638;1;2967.00;14.25;1465.00;-0.32;0.24 +11638;2;2965.50;13.85;1466.00;-0.89;0.24 +11638;3;2969.00;14.25;1467.00;0.78;0.24 +11638;4;2965.00;13.65;1468.50;4.54;0.24 +11638;5;2971.50;14.30;1468.00;1.57;0.24 +11638;6;2971.00;14.35;1469.50;2.03;0.24 +11638;7;2968.00;13.95;1470.50;3.14;0.24 +11638;9;2965.66;13.81;1468.00;1.57;0.24 +11638;10;2970.34;14.33;1468.00;-1.57;0.24 11638;21;2965.66;13.81;1468.00;1.57;0.24 +11639;0;3193.00;11.05;1438.00;0.00;0.22 +11639;1;3193.00;12.40;1435.50;0.00;0.22 +11639;2;3190.50;11.10;1436.50;-1.03;0.22 +11639;3;3196.50;13.10;1436.50;1.16;0.22 +11639;4;3190.00;10.85;1439.00;4.39;0.22 +11639;5;3196.00;11.55;1439.00;1.89;0.22 +11639;6;3193.00;11.25;1440.50;3.14;0.22 +11639;9;3190.12;10.88;1438.00;1.57;0.22 +11639;10;3195.88;11.78;1438.00;-1.57;0.22 11639;21;3190.12;10.88;1438.00;1.57;0.22 +11640;0;2927.00;12.97;1470.00;0.00;0.18 +11640;1;2927.00;12.80;1468.00;0.00;0.18 +11640;2;2929.00;12.00;1468.00;0.78;0.18 +11640;3;2924.50;13.45;1470.00;4.71;0.18 +11640;4;2930.00;12.80;1469.50;1.40;0.18 +11640;5;2928.50;13.60;1471.50;2.35;0.18 +11640;6;2925.50;11.90;1472.50;3.68;0.18 +11640;7;2926.50;11.85;1473.00;3.30;0.18 +11640;9;2924.84;13.26;1470.00;1.57;0.18 +11640;10;2929.16;13.30;1470.00;-1.57;0.18 11640;21;2924.84;13.26;1470.00;1.57;0.18 +11641;0;1459.00;9.75;1581.00;0.00;0.32 +11641;1;1454.00;9.67;1578.00;-1.03;0.32 +11641;2;1459.00;10.02;1578.00;0.00;0.32 +11641;3;729.00;9.50;790.00;-0.74;0.32 +11641;4;1462.50;10.55;1581.00;1.57;0.32 +11641;5;1461.00;9.72;1585.00;2.67;0.32 +11641;9;1455.40;9.50;1581.00;1.57;0.32 +11641;10;1462.60;10.56;1581.00;-1.57;0.32 11641;21;1455.40;9.50;1581.00;1.57;0.32 +11642;0;2903.00;10.45;1480.00;0.00;0.22 +11642;1;2903.50;10.55;1477.00;0.16;0.22 +11642;2;2906.00;11.25;1477.00;0.78;0.22 +11642;3;2905.50;11.20;1479.50;1.37;0.22 +11642;4;2901.00;10.30;1481.00;4.24;0.22 +11642;5;2903.50;10.50;1483.00;2.97;0.22 +11642;9;2901.02;10.20;1480.00;1.57;0.22 +11642;10;2904.98;10.91;1480.00;-1.57;0.22 11642;21;2901.02;10.20;1480.00;1.57;0.22 +11643;0;4906.00;9.87;1456.00;0.00;0.26 +11643;1;4904.00;9.80;1453.00;-0.58;0.26 +11643;2;4902.00;9.90;1455.50;-1.44;0.26 +11643;3;4908.50;9.80;1454.50;1.03;0.26 +11643;4;4910.50;9.80;1457.00;1.78;0.26 +11643;5;4905.00;9.90;1459.00;3.46;0.26 +11643;6;4908.50;9.90;1459.00;2.44;0.26 +11643;9;4902.94;9.90;1456.00;1.57;0.26 +11643;10;4909.06;9.80;1456.00;-1.57;0.26 11643;21;4902.94;9.90;1456.00;1.57;0.26 +11644;0;3137.00;9.80;1457.00;0.00;0.22 +11644;1;3139.00;9.80;1454.00;0.58;0.22 +11644;2;3136.50;9.80;1455.00;-0.24;0.22 +11644;3;3140.50;9.80;1456.00;1.29;0.22 +11644;4;3134.50;9.70;1456.00;-1.19;0.22 +11644;5;3134.00;9.75;1458.50;4.24;0.22 +11644;6;3139.00;9.95;1458.50;2.21;0.22 +11644;7;3137.00;10.05;1460.00;3.14;0.22 +11644;9;3134.66;9.70;1457.00;1.57;0.22 +11644;10;3139.34;9.80;1457.00;-1.57;0.22 11644;21;3134.66;9.70;1457.00;1.57;0.22 +11645;0;3543.00;10.95;1341.00;0.00;0.26 +11645;1;3542.00;9.95;1337.00;-0.24;0.26 +11645;2;3545.00;10.57;1338.00;0.58;0.26 +11645;3;3540.00;10.50;1340.00;-1.24;0.26 +11645;4;3547.50;13.40;1341.50;1.68;0.26 +11645;5;3538.50;11.30;1342.50;4.39;0.26 +11645;6;3541.50;11.80;1343.50;3.68;0.26 +11645;7;3546.00;13.65;1343.50;2.26;0.26 +11645;9;3539.58;10.84;1341.00;1.57;0.26 +11645;10;3546.42;12.25;1341.00;-1.57;0.26 11645;21;3539.58;10.84;1341.00;1.57;0.26 +11646;0;3125.00;9.80;1452.00;0.00;0.22 +11646;1;3124.50;9.80;1449.50;-0.19;0.22 +11646;2;3128.00;9.80;1451.00;1.24;0.22 +11646;3;3121.50;9.80;1451.50;-1.42;0.22 +11646;4;3126.00;9.77;1454.00;2.67;0.22 +11646;5;3128.50;9.80;1453.50;1.97;0.22 +11646;6;3122.00;9.80;1454.00;4.12;0.22 +11646;7;3123.50;9.80;1455.00;3.60;0.22 +11646;9;3122.30;9.80;1452.00;1.57;0.22 +11646;10;3127.70;9.80;1452.00;-1.57;0.22 11646;21;3122.30;9.80;1452.00;1.57;0.22 +11647;0;3438.00;11.25;1386.00;0.00;0.20 +11647;1;3437.00;9.57;1384.00;-0.46;0.20 +11647;2;3440.50;11.20;1385.00;1.19;0.20 +11647;3;3436.00;10.85;1387.50;4.06;0.20 +11647;4;3440.50;14.90;1387.50;2.11;0.20 +11647;5;3439.00;14.90;1388.50;2.76;0.20 +11647;9;3435.84;9.97;1386.00;1.57;0.20 +11647;10;3440.16;12.34;1386.00;-1.57;0.20 +11647;19;3441.00;9.50;1382.00;-0.46;0.20 +11647;20;3442.05;9.50;1380.60;0.64;0.20 11647;21;3435.84;9.97;1386.00;1.57;0.20 +11648;0;1575.00;11.10;1576.00;0.00;0.18 +11648;1;1573.50;11.30;1573.50;-0.54;0.18 +11648;2;1575.00;11.40;1573.50;0.00;0.18 +11648;3;1572.50;10.95;1576.00;4.71;0.18 +11648;4;1577.50;11.50;1576.00;1.57;0.18 +11648;5;1574.50;10.80;1578.50;3.33;0.18 +11648;6;1577.00;11.25;1578.50;2.46;0.18 +11648;9;1573.02;10.95;1576.00;1.57;0.18 +11648;10;1576.98;11.39;1576.00;-1.57;0.18 11648;21;1573.02;10.95;1576.00;1.57;0.18 +11649;0;3322.00;9.70;1427.00;0.00;0.22 +11649;1;3320.00;9.70;1427.00;4.71;0.22 +11649;2;3324.50;9.70;1425.50;1.03;0.22 +11649;3;3325.50;9.70;1428.50;1.97;0.22 +11649;9;3319.12;9.70;1427.00;1.57;0.22 +11649;10;3324.88;9.70;1427.00;-1.57;0.22 +11649;19;3323.00;9.50;1424.00;-1.57;0.22 +11649;20;3323.55;9.50;1422.34;0.32;0.22 11649;21;3319.12;9.70;1427.00;1.57;0.22 +11650;0;1610.00;11.22;1585.00;0.00;0.20 +11650;1;1608.00;11.40;1582.50;-0.67;0.20 +11650;2;1612.00;11.15;1582.50;0.67;0.20 +11650;3;1606.50;11.30;1585.00;4.71;0.20 +11650;4;1614.00;11.05;1585.00;1.57;0.20 +11650;5;1610.00;11.15;1587.50;3.14;0.20 +11650;9;1606.94;11.30;1585.00;1.57;0.20 +11650;10;1613.06;11.10;1585.00;-1.57;0.20 11650;21;1606.94;11.30;1585.00;1.57;0.20 +11651;0;3040.00;12.60;1479.00;0.00;0.20 +11651;1;3038.50;13.50;1476.50;-0.54;0.20 +11651;2;3041.00;13.60;1476.50;0.38;0.20 +11651;3;3037.00;13.20;1477.50;-1.10;0.20 +11651;4;3043.00;13.05;1479.50;1.73;0.20 +11651;5;3037.00;12.37;1479.00;4.71;0.20 +11651;6;3037.00;11.55;1481.00;4.12;0.20 +11651;7;3040.00;11.72;1481.00;3.14;0.20 +11651;9;3037.48;12.39;1479.00;1.57;0.20 +11651;10;3042.52;13.05;1479.00;-1.57;0.20 11651;21;3037.48;12.39;1479.00;1.57;0.20 +11652;0;3228.00;9.90;1426.00;0.00;0.18 +11652;1;3227.50;9.80;1424.00;-0.24;0.18 +11652;2;3231.50;9.70;1424.50;1.16;0.18 +11652;3;3223.50;10.05;1426.00;4.71;0.18 +11652;4;3232.00;9.82;1426.00;1.57;0.18 +11652;5;3229.00;10.17;1428.00;2.67;0.18 +11652;6;3225.50;10.30;1427.50;4.17;0.18 +11652;9;3224.94;9.97;1426.00;1.57;0.18 +11652;10;3231.06;9.80;1426.00;-1.57;0.18 11652;21;3224.94;9.97;1426.00;1.57;0.18 +11653;0;2993.00;11.27;1483.00;0.00;0.22 +11653;1;2993.50;11.70;1480.00;0.16;0.22 +11653;2;2991.00;11.30;1481.50;-0.92;0.22 +11653;3;2995.00;11.45;1481.00;0.78;0.22 +11653;4;2995.50;11.40;1483.50;1.76;0.22 +11653;5;2991.00;11.10;1484.50;4.06;0.22 +11653;6;2993.00;11.17;1486.00;3.14;0.22 +11653;9;2991.02;11.22;1483.00;1.57;0.22 +11653;10;2994.98;11.32;1483.00;-1.57;0.22 11653;21;2991.02;11.22;1483.00;1.57;0.22 +11654;0;1575.00;9.55;1596.00;0.00;0.24 +11654;1;1574.00;9.90;1592.00;-0.24;0.24 +11654;2;1577.50;10.30;1593.50;0.78;0.24 +11654;3;787.00;9.50;797.50;-0.77;0.24 +11654;4;1577.50;9.80;1598.50;2.35;0.24 +11654;5;1573.00;9.50;1598.50;3.81;0.24 +11654;6;787.00;9.50;797.50;-0.77;0.24 +11654;9;1572.84;9.50;1596.00;1.57;0.24 +11654;10;1577.16;9.83;1596.00;-1.57;0.24 11654;21;1572.84;9.50;1596.00;1.57;0.24 +11655;0;3222.00;13.45;1436.00;0.00;0.18 +11655;1;3220.50;12.60;1432.50;-0.40;0.18 +11655;2;3222.50;11.90;1432.50;0.14;0.18 +11655;3;3220.00;13.32;1434.00;-0.78;0.18 +11655;4;3224.50;12.10;1436.50;1.76;0.18 +11655;5;3220.00;14.35;1436.50;4.46;0.18 +11655;6;3221.50;13.75;1439.00;3.30;0.18 +11655;7;3223.50;12.20;1440.00;2.78;0.18 +11655;9;3220.38;14.06;1436.00;1.57;0.18 +11655;10;3223.62;12.54;1436.00;-1.57;0.18 11655;21;3220.38;14.06;1436.00;1.57;0.18 +11656;0;1496.00;10.12;1582.00;0.00;0.32 +11656;1;1497.50;10.30;1578.50;0.40;0.32 +11656;2;1500.50;9.90;1578.50;0.91;0.32 +11656;3;1493.00;10.32;1582.00;4.71;0.32 +11656;4;747.50;9.50;790.50;-0.75;0.32 +11656;5;1498.50;10.15;1584.00;2.24;0.32 +11656;6;1494.00;10.27;1586.00;3.60;0.32 +11656;9;1492.94;10.32;1582.00;1.57;0.32 +11656;10;1499.06;10.04;1582.00;-1.57;0.32 11656;21;1492.94;10.32;1582.00;1.57;0.32 +11657;0;3162.00;11.42;1408.00;0.00;0.24 +11657;1;3161.00;10.75;1404.50;-0.27;0.24 +11657;2;3163.00;10.85;1405.50;0.38;0.24 +11657;3;3160.00;11.07;1406.00;-0.78;0.24 +11657;4;3165.00;11.20;1407.50;1.40;0.24 +11657;5;3159.50;11.35;1408.00;4.71;0.24 +11657;6;3164.50;11.60;1409.50;2.11;0.24 +11657;7;3159.00;11.60;1410.50;4.01;0.24 +11657;8;3161.50;11.90;1411.50;3.28;0.24 +11657;9;3159.84;11.38;1408.00;1.57;0.24 +11657;10;3164.16;11.31;1408.00;-1.57;0.24 11657;21;3159.84;11.38;1408.00;1.57;0.24 +11658;0;904.00;9.92;1516.00;0.00;0.22 +11658;1;903.50;9.70;1512.00;-0.12;0.22 +11658;2;906.00;9.70;1516.50;1.81;0.22 +11658;3;901.50;10.50;1515.00;-1.19;0.22 +11658;4;901.50;10.25;1519.00;3.83;0.22 +11658;5;903.50;9.80;1521.00;3.24;0.22 +11658;9;902.02;10.32;1516.00;1.57;0.22 +11658;10;905.98;9.70;1516.00;-1.57;0.22 +11658;19;900.00;9.50;1510.00;-0.12;0.22 +11658;20;899.02;9.50;1508.54;-0.58;0.22 11658;21;902.02;10.32;1516.00;1.57;0.22 +11659;0;3144.00;10.25;1464.00;0.00;0.22 +11659;1;3145.50;9.95;1462.00;0.64;0.22 +11659;2;3142.50;10.15;1462.00;-0.64;0.22 +11659;3;3141.50;10.25;1465.00;4.33;0.22 +11659;4;3147.00;10.30;1464.50;1.73;0.22 +11659;5;3145.00;10.37;1466.00;2.67;0.22 +11659;9;3142.02;10.32;1464.00;1.57;0.22 +11659;10;3145.98;10.22;1464.00;-1.57;0.22 11659;21;3142.02;10.32;1464.00;1.57;0.22 +11660;0;1634.00;11.87;1582.00;0.00;0.24 +11660;1;1632.00;12.02;1580.00;-0.78;0.24 +11660;2;1635.00;11.57;1580.00;0.46;0.24 +11660;3;1637.50;11.20;1581.00;1.29;0.24 +11660;4;1631.50;12.05;1583.00;4.33;0.24 +11660;5;1636.50;11.50;1583.50;2.11;0.24 +11660;6;1635.00;11.65;1585.00;2.82;0.24 +11660;9;1631.30;12.12;1582.00;1.57;0.24 +11660;10;1636.70;11.41;1582.00;-1.57;0.24 11660;21;1631.30;12.12;1582.00;1.57;0.24 +11661;0;3497.00;11.57;1407.00;0.00;0.24 +11661;1;3495.50;11.55;1404.00;-0.46;0.24 +11661;2;3498.50;11.50;1404.50;0.54;0.24 +11661;3;3493.50;12.25;1407.00;4.71;0.24 +11661;4;3499.00;11.45;1408.50;2.21;0.24 +11661;5;3495.50;11.90;1409.50;3.68;0.24 +11661;6;3498.50;11.50;1411.00;2.78;0.24 +11661;9;3494.84;12.03;1407.00;1.57;0.24 +11661;10;3499.16;11.46;1407.00;-1.57;0.24 11661;21;3494.84;12.03;1407.00;1.57;0.24 +11662;0;1654.00;11.35;1631.00;0.00;0.28 +11662;1;826.50;9.50;815.00;-0.79;0.28 +11662;2;1654.50;11.25;1627.00;0.12;0.28 +11662;3;1651.00;11.17;1631.00;4.71;0.28 +11662;4;1654.00;10.87;1635.00;3.14;0.28 +11662;9;1651.48;11.24;1631.00;1.57;0.28 +11662;10;1656.52;11.14;1631.00;-1.57;0.28 11662;21;1651.48;11.24;1631.00;1.57;0.28 +11663;0;3098.00;9.80;1468.00;0.00;0.20 +11663;1;3098.00;9.77;1465.00;0.00;0.20 +11663;2;3100.00;9.70;1467.50;1.32;0.20 +11663;3;3096.00;9.80;1468.00;4.71;0.20 +11663;4;3100.50;9.80;1471.00;2.44;0.20 +11663;5;3098.00;9.80;1470.50;3.14;0.20 +11663;9;3096.20;9.80;1468.00;1.57;0.20 +11663;10;3099.80;9.73;1468.00;-1.57;0.20 11663;21;3096.20;9.80;1468.00;1.57;0.20 +11664;0;3459.00;15.45;1386.00;0.00;0.26 +11664;1;3460.00;15.85;1383.50;0.38;0.26 +11664;2;3463.50;15.30;1384.50;1.24;0.26 +11664;3;3456.00;16.85;1384.50;-1.10;0.26 +11664;4;3456.50;15.45;1388.00;4.03;0.26 +11664;5;3461.00;15.55;1387.50;2.21;0.26 +11664;9;3455.94;16.16;1386.00;1.57;0.26 +11664;10;3462.06;15.43;1386.00;-1.57;0.26 11664;21;3455.94;16.16;1386.00;1.57;0.26 +11665;0;1658.00;10.72;1604.00;0.00;0.22 +11665;1;1658.00;10.45;1600.00;0.00;0.22 +11665;2;1660.50;10.80;1603.00;1.19;0.22 +11665;3;1656.00;10.80;1604.00;4.71;0.22 +11665;4;1657.00;10.85;1608.00;3.38;0.22 +11665;5;1660.00;10.65;1607.50;2.62;0.22 +11665;9;1656.02;10.79;1604.00;1.57;0.22 +11665;10;1659.98;10.80;1604.00;-1.57;0.22 11665;21;1656.02;10.79;1604.00;1.57;0.22 +11666;0;3060.00;11.40;1479.00;0.00;0.22 +11666;1;3060.50;10.85;1476.00;0.16;0.22 +11666;2;3058.50;11.40;1477.00;-0.64;0.22 +11666;3;3062.50;10.50;1477.50;1.03;0.22 +11666;4;3057.50;12.45;1480.00;4.33;0.22 +11666;5;3061.50;11.40;1481.00;2.49;0.22 +11666;6;3059.00;12.20;1482.50;3.42;0.22 +11666;9;3058.02;11.99;1479.00;1.57;0.22 +11666;10;3061.98;10.85;1479.00;-1.57;0.22 11666;21;3058.02;11.99;1479.00;1.57;0.22 +11667;0;1309.00;11.00;1711.00;0.00;0.52 +11667;1;1307.00;11.00;1706.50;-0.41;0.52 +11667;2;1299.00;10.85;1710.00;-1.47;0.52 +11667;3;1317.00;11.00;1708.50;1.26;0.52 +11667;4;1317.50;10.90;1716.00;2.10;0.52 +11667;5;1308.00;10.90;1715.00;3.38;0.52 +11667;9;1301.98;10.90;1711.00;1.57;0.52 +11667;10;1316.02;11.00;1711.00;-1.57;0.52 11667;21;1301.98;10.90;1711.00;1.57;0.52 +11668;0;3392.00;9.70;1416.00;0.00;0.20 +11668;1;3391.00;9.65;1414.50;-0.58;0.20 +11668;2;3395.00;9.70;1414.50;1.10;0.20 +11668;3;3395.00;9.80;1416.50;1.73;0.20 +11668;4;3391.00;9.70;1418.00;3.60;0.20 +11668;5;3394.00;9.77;1418.00;2.35;0.20 +11668;9;3389.66;9.50;1416.00;1.57;0.20 +11668;10;3394.34;9.74;1416.00;-1.57;0.20 +11668;19;3392.00;9.50;1412.00;-0.59;0.20 +11668;20;3392.00;9.50;1410.25;0.00;0.20 11668;21;3389.66;9.50;1416.00;1.57;0.20 +11669;0;1499.00;10.70;1603.00;0.00;0.34 +11669;1;1500.50;10.80;1599.00;0.35;0.34 +11669;2;1496.00;10.80;1601.50;-1.10;0.34 +11669;3;1502.50;10.80;1602.00;1.29;0.34 +11669;4;1495.50;10.70;1606.50;3.92;0.34 +11669;5;1501.00;10.70;1605.50;2.46;0.34 +11669;6;749.00;9.50;801.00;-0.75;0.34 +11669;9;1495.94;10.70;1603.00;1.57;0.34 +11669;10;1502.06;10.77;1603.00;-1.57;0.34 11669;21;1495.94;10.70;1603.00;1.57;0.34 +11670;0;3283.00;9.70;1448.00;0.00;0.30 +11670;1;3284.50;9.70;1446.50;0.78;0.30 +11670;2;3281.00;9.70;1445.00;-0.58;0.30 +11670;3;3279.50;9.70;1446.50;-1.16;0.30 +11670;4;3280.00;9.70;1449.00;4.39;0.30 +11670;5;3287.50;9.55;1450.00;1.98;0.30 +11670;6;3284.00;9.70;1450.50;2.76;0.30 +11670;9;3280.12;9.70;1448.00;1.57;0.30 +11670;10;3285.88;9.58;1448.00;-1.57;0.30 +11670;19;3284.00;9.60;1444.00;0.79;0.30 +11670;20;3284.42;9.60;1442.30;0.24;0.30 11670;21;3280.12;9.70;1448.00;1.57;0.30 +11671;0;3674.00;13.25;1255.00;0.00;0.52 +11671;1;3666.50;13.30;1252.50;-1.24;0.52 +11671;2;3676.00;12.12;1251.00;0.46;0.52 +11671;3;3682.50;12.60;1254.50;1.51;0.52 +11671;4;3680.00;13.35;1259.50;2.21;0.52 +11671;5;3670.50;13.40;1260.00;3.75;0.52 +11671;9;3667.16;13.26;1255.00;1.57;0.52 +11671;10;3680.84;13.11;1255.00;-1.57;0.52 11671;21;3667.16;13.26;1255.00;1.57;0.52 +11672;0;3218.00;11.62;1447.00;0.00;0.22 +11672;1;3216.50;12.15;1445.00;-0.64;0.22 +11672;2;3219.50;11.80;1444.50;0.54;0.22 +11672;3;3221.00;10.85;1447.00;1.57;0.22 +11672;4;3215.50;11.90;1448.00;4.33;0.22 +11672;5;3219.50;11.00;1449.50;2.60;0.22 +11672;6;3216.50;11.40;1450.50;3.54;0.22 +11672;9;3216.02;11.87;1447.00;1.57;0.22 +11672;10;3219.98;11.20;1447.00;-1.57;0.22 11672;21;3216.02;11.87;1447.00;1.57;0.22 +11673;0;2673.00;10.45;1356.00;0.00;0.24 +11673;1;2673.00;9.80;1353.00;0.00;0.24 +11673;2;2670.00;9.62;1355.00;-1.24;0.24 +11673;3;2675.50;10.80;1355.00;1.19;0.24 +11673;4;2675.50;11.55;1358.00;2.24;0.24 +11673;5;2672.50;10.60;1358.50;3.33;0.24 +11673;9;2670.84;9.85;1356.00;1.57;0.24 +11673;10;2675.16;11.03;1356.00;-1.57;0.24 +11673;19;2669.00;9.50;1354.00;-1.25;0.24 +11673;20;2667.43;9.50;1353.21;-1.10;0.24 11673;21;2674.66;11.30;1354.40;-1.57;0.24 +11674;0;3532.00;11.25;1336.00;0.00;0.28 +11674;1;3532.00;12.70;1333.00;0.00;0.28 +11674;2;3535.00;10.72;1334.00;0.98;0.28 +11674;3;3529.00;12.15;1336.50;4.54;0.28 +11674;4;3534.50;10.20;1337.50;2.11;0.28 +11674;5;3530.50;11.25;1339.00;3.60;0.28 +11674;9;3529.30;12.26;1336.00;1.57;0.28 +11674;10;3534.70;10.35;1336.00;-1.57;0.28 11674;21;3529.30;12.26;1336.00;1.57;0.28 +11675;0;2689.00;13.42;1361.00;0.00;0.18 +11675;1;2688.50;13.55;1359.00;-0.24;0.18 +11675;2;2691.00;13.30;1359.50;0.92;0.18 +11675;3;2687.00;13.15;1361.50;4.46;0.18 +11675;4;2690.50;13.60;1362.00;2.15;0.18 +11675;5;2689.00;13.57;1363.00;3.14;0.18 +11675;9;2687.38;13.33;1361.00;1.57;0.18 +11675;10;2690.62;13.55;1361.00;-1.57;0.18 11675;21;2687.38;13.33;1361.00;1.57;0.18 +11676;0;3176.00;11.90;1465.00;0.00;0.22 +11676;1;3175.00;11.72;1463.00;-0.46;0.22 +11676;2;3178.50;11.50;1462.50;0.78;0.22 +11676;3;3172.50;11.40;1465.00;4.71;0.22 +11676;4;3180.00;11.62;1464.00;1.32;0.22 +11676;5;3178.00;11.95;1466.50;2.21;0.22 +11676;6;3174.50;11.60;1467.50;3.68;0.22 +11676;9;3173.12;11.55;1465.00;1.57;0.22 +11676;10;3178.88;11.70;1465.00;-1.57;0.22 11676;21;3173.12;11.55;1465.00;1.57;0.22 +11677;0;2688.00;11.95;1370.00;0.00;0.20 +11677;1;2688.50;12.60;1367.50;0.19;0.20 +11677;2;2686.00;11.95;1368.50;-0.92;0.20 +11677;3;2690.00;12.30;1369.00;1.10;0.20 +11677;4;2685.00;12.00;1370.50;4.54;0.20 +11677;5;2690.00;11.80;1371.50;2.21;0.20 +11677;6;2687.00;11.85;1371.50;3.73;0.20 +11677;9;2686.02;11.94;1370.00;1.57;0.20 +11677;10;2689.98;12.05;1370.00;-1.57;0.20 11677;21;2686.02;11.94;1370.00;1.57;0.20 +11678;0;3467.00;11.77;1409.00;0.00;0.24 +11678;1;3470.00;11.42;1406.00;0.78;0.24 +11678;2;3467.00;11.55;1407.00;0.00;0.24 +11678;3;3471.00;11.55;1408.00;1.32;0.24 +11678;4;3463.50;11.85;1407.00;-1.05;0.24 +11678;5;3463.00;12.07;1409.00;4.71;0.24 +11678;6;3468.00;12.20;1411.00;2.67;0.24 +11678;7;3464.50;12.05;1411.00;4.03;0.24 +11678;9;3464.12;11.92;1409.00;1.57;0.24 +11678;10;3469.88;11.79;1409.00;-1.57;0.24 11678;21;3464.12;11.92;1409.00;1.57;0.24 +11679;0;3093.00;10.07;1478.00;0.00;0.24 +11679;1;3093.00;9.92;1475.00;0.00;0.24 +11679;2;3091.00;10.00;1477.50;-1.32;0.24 +11679;3;3095.50;10.00;1475.50;0.78;0.24 +11679;4;3097.00;10.00;1476.50;1.21;0.24 +11679;5;3096.00;10.10;1478.50;1.73;0.24 +11679;6;3091.00;10.00;1480.50;3.81;0.24 +11679;7;3093.50;10.10;1480.50;2.94;0.24 +11679;9;3090.66;10.00;1478.00;1.57;0.24 +11679;10;3095.34;10.10;1478.00;-1.57;0.24 11679;21;3090.66;10.00;1478.00;1.57;0.24 +11680;0;1596.00;11.70;1586.00;0.00;0.24 +11680;1;1594.00;11.80;1583.00;-0.58;0.24 +11680;2;1597.00;11.65;1583.00;0.32;0.24 +11680;3;1592.50;11.70;1586.50;4.57;0.24 +11680;4;1599.50;11.50;1585.50;1.42;0.24 +11680;5;1599.50;11.40;1588.50;2.19;0.24 +11680;6;1596.50;11.70;1589.00;2.97;0.24 +11680;9;1593.48;11.79;1586.00;1.57;0.24 +11680;10;1598.52;11.59;1586.00;-1.57;0.24 11680;21;1593.48;11.79;1586.00;1.57;0.24 +11681;0;3433.00;10.45;1421.00;0.00;0.18 +11681;1;3431.00;10.90;1419.50;-0.92;0.18 +11681;2;3434.50;11.05;1419.00;0.64;0.18 +11681;3;3436.00;10.20;1421.50;1.73;0.18 +11681;4;3430.50;10.20;1422.50;4.17;0.18 +11681;5;3434.00;9.90;1423.00;2.67;0.18 +11681;9;3430.66;10.58;1421.00;1.57;0.18 +11681;10;3435.34;10.26;1421.00;-1.57;0.18 11681;21;3430.66;10.58;1421.00;1.57;0.18 +11682;0;1578.00;10.20;1739.00;0.00;0.70 +11682;1;1579.50;10.30;1728.50;0.14;0.70 +11682;2;1571.00;10.60;1729.50;-0.63;0.70 +11682;3;1588.00;10.80;1736.00;1.27;0.70 +11682;4;1571.00;10.15;1743.00;4.19;0.70 +11682;5;1582.00;10.10;1747.00;2.67;0.70 +11682;6;1573.50;10.05;1755.00;3.41;0.70 +11682;9;1571.70;10.20;1739.00;1.57;0.70 +11682;10;1584.30;10.20;1739.00;-1.57;0.70 +11682;19;1565.00;10.40;1770.00;-2.87;0.70 +11682;20;1564.32;10.40;1771.61;3.53;0.70 11682;21;1571.70;10.20;1739.00;1.57;0.70 +11683;0;3308.00;9.70;1456.00;0.00;0.28 +11683;1;3307.00;9.55;1454.00;-0.46;0.28 +11683;2;3310.50;9.60;1456.00;1.57;0.28 +11683;3;3305.00;9.50;1459.50;3.85;0.28 +11683;4;3309.00;9.65;1459.50;2.86;0.28 +11683;5;3306.50;9.70;1460.50;3.46;0.28 +11683;9;3305.48;9.50;1456.00;1.57;0.28 +11683;10;3310.52;9.60;1456.00;-1.57;0.28 +11683;19;3304.00;9.50;1462.00;0.00;0.28 +11683;20;3303.02;9.50;1463.45;3.73;0.28 11683;21;3310.52;9.60;1456.00;-1.57;0.28 +11684;0;2734.00;13.95;1376.00;0.00;0.20 +11684;1;2733.00;13.25;1374.00;-0.46;0.20 +11684;2;2731.50;13.10;1375.00;-1.19;0.20 +11684;3;2735.50;13.70;1375.50;1.24;0.20 +11684;4;2732.00;13.70;1377.50;4.06;0.20 +11684;5;2737.00;14.05;1377.50;2.03;0.20 +11684;6;2734.50;14.60;1378.50;2.94;0.20 +11684;9;2731.84;13.38;1376.00;1.57;0.20 +11684;10;2736.16;13.75;1376.00;-1.57;0.20 11684;21;2736.16;13.75;1376.00;-1.57;0.20 +11685;0;1467.00;10.70;1593.00;0.00;0.30 +11685;1;1468.50;10.70;1589.50;0.40;0.30 +11685;2;1465.00;10.52;1591.00;-0.78;0.30 +11685;3;1471.00;10.70;1592.50;1.44;0.30 +11685;4;733.00;9.50;796.00;-0.74;0.30 +11685;5;1466.00;10.62;1596.00;3.46;0.30 +11685;6;1469.50;10.70;1596.00;2.44;0.30 +11685;9;1464.12;10.32;1593.00;1.57;0.30 +11685;10;1469.88;10.70;1593.00;-1.57;0.30 11685;21;1464.12;10.32;1593.00;1.57;0.30 +11686;0;3259.00;9.85;1457.00;0.00;0.26 +11686;1;3259.00;9.90;1454.00;0.00;0.26 +11686;2;3261.50;9.80;1454.00;0.69;0.26 +11686;3;3256.50;9.90;1456.50;-1.37;0.26 +11686;4;3262.50;9.80;1456.00;1.29;0.26 +11686;5;3260.50;9.80;1458.50;2.35;0.26 +11686;6;3254.50;10.00;1458.50;4.39;0.26 +11686;7;3257.00;9.90;1459.50;3.81;0.26 +11686;9;3256.12;9.90;1457.00;1.57;0.26 +11686;10;3261.88;9.80;1457.00;-1.57;0.26 11686;21;3256.12;9.90;1457.00;1.57;0.26 +11687;0;3878.00;11.32;1322.00;0.00;0.44 +11687;1;3876.00;12.75;1318.00;-0.46;0.44 +11687;2;3882.00;12.10;1319.50;1.01;0.44 +11687;3;3872.00;11.50;1321.50;-1.48;0.44 +11687;4;3882.50;11.10;1323.50;1.89;0.44 +11687;5;3876.50;10.80;1325.50;3.54;0.44 +11687;6;3881.00;10.50;1327.50;2.64;0.44 +11687;9;3873.32;11.30;1322.00;1.57;0.44 +11687;10;3882.68;11.34;1322.00;-1.57;0.44 11687;21;3882.68;11.34;1322.00;-1.57;0.44 +11688;0;2748.00;11.35;1386.00;0.00;0.16 +11688;1;2747.00;12.15;1384.50;-0.58;0.16 +11688;2;2749.50;12.50;1384.50;0.78;0.16 +11688;3;2751.00;12.10;1385.00;1.24;0.16 +11688;4;2745.00;10.72;1386.00;4.71;0.16 +11688;5;2751.00;10.90;1387.00;1.89;0.16 +11688;6;2747.00;10.65;1387.50;3.73;0.16 +11688;9;2745.12;10.74;1386.00;1.57;0.16 +11688;10;2750.88;11.49;1386.00;-1.57;0.16 +11688;19;2746.00;10.28;1388.00;-2.55;0.16 +11688;20;2744.76;10.28;1389.23;3.92;0.16 11688;21;2750.88;11.49;1386.00;-1.57;0.16 +11689;0;3204.00;12.10;1465.00;0.00;0.28 +11689;1;3202.50;13.30;1462.00;-0.46;0.28 +11689;2;3206.50;11.90;1462.50;0.78;0.28 +11689;3;3201.50;13.50;1465.50;4.51;0.28 +11689;4;3208.50;11.70;1464.50;1.46;0.28 +11689;5;3205.50;11.30;1467.00;2.49;0.28 +11689;6;3201.50;12.55;1468.00;3.83;0.28 +11689;9;3201.30;13.76;1465.00;1.57;0.28 +11689;10;3206.70;11.58;1465.00;-1.57;0.28 11689;21;3201.30;13.76;1465.00;1.57;0.28 +11690;0;3509.00;12.20;1412.00;0.00;0.28 +11690;1;3507.50;12.55;1409.00;-0.46;0.28 +11690;2;3505.00;11.97;1411.00;-1.32;0.28 +11690;3;3511.00;11.45;1410.50;0.92;0.28 +11690;4;3513.50;11.10;1413.50;1.89;0.28 +11690;5;3509.00;12.15;1413.50;3.14;0.28 +11690;6;3513.00;11.15;1415.50;2.29;0.28 +11690;9;3505.94;12.30;1412.00;1.57;0.28 +11690;10;3512.06;11.31;1412.00;-1.57;0.28 11690;21;3505.94;12.30;1412.00;1.57;0.28 +11691;0;3158.00;9.85;1486.00;0.00;0.24 +11691;1;3157.50;9.80;1484.00;-0.24;0.24 +11691;2;3161.00;9.92;1484.00;0.98;0.24 +11691;3;3155.50;9.90;1487.00;4.33;0.24 +11691;4;3159.00;10.05;1487.50;2.55;0.24 +11691;5;3155.50;10.10;1488.50;3.92;0.24 +11691;6;3156.00;10.40;1489.50;3.66;0.24 +11691;9;3155.84;9.85;1486.00;1.57;0.24 +11691;10;3160.16;9.91;1486.00;-1.57;0.24 11691;21;3155.84;9.85;1486.00;1.57;0.24 +11692;0;2686.00;11.92;1377.00;0.00;0.22 +11692;1;2686.00;12.00;1375.00;0.00;0.22 +11692;2;2683.00;12.02;1375.00;-0.98;0.22 +11692;3;2684.00;11.87;1378.00;4.24;0.22 +11692;4;2688.50;11.85;1377.00;1.57;0.22 +11692;5;2687.50;11.80;1379.00;2.49;0.22 +11692;6;2686.00;11.90;1380.50;3.14;0.22 +11692;9;2683.84;11.90;1377.00;1.57;0.22 +11692;10;2688.16;11.86;1377.00;-1.57;0.22 11692;21;2683.84;11.90;1377.00;1.57;0.22 +11693;0;3506.00;11.62;1419.00;0.00;0.22 +11693;1;3507.50;12.25;1417.00;0.64;0.22 +11693;2;3503.00;11.42;1417.00;-0.98;0.22 +11693;3;3501.50;11.30;1418.50;-1.46;0.22 +11693;4;3503.00;11.05;1420.50;4.24;0.22 +11693;5;3510.50;11.80;1420.00;1.78;0.22 +11693;6;3507.50;11.80;1421.00;2.49;0.22 +11693;9;3502.58;11.29;1419.00;1.57;0.22 +11693;10;3509.42;12.11;1419.00;-1.57;0.22 11693;21;3502.58;11.29;1419.00;1.57;0.22 +11694;0;3485.00;11.90;1424.00;0.00;0.18 +11694;1;3483.50;11.80;1422.50;-0.78;0.18 +11694;2;3487.50;12.75;1422.00;0.89;0.18 +11694;3;3489.00;12.27;1424.00;1.57;0.18 +11694;4;3481.50;11.10;1424.50;4.57;0.18 +11694;5;3485.50;11.50;1426.50;2.94;0.18 +11694;9;3482.30;11.28;1424.00;1.57;0.18 +11694;10;3487.70;12.48;1424.00;-1.57;0.18 11694;21;3482.30;11.28;1424.00;1.57;0.18 +11695;0;1550.00;9.75;1597.00;0.00;0.26 +11695;1;774.50;9.50;798.00;-0.77;0.26 +11695;2;1547.50;9.95;1597.00;4.71;0.26 +11695;3;1554.50;9.70;1597.50;1.68;0.26 +11695;4;1552.00;9.95;1599.50;2.46;0.26 +11695;5;1549.00;10.07;1600.00;3.46;0.26 +11695;9;1547.30;9.95;1597.00;1.57;0.26 +11695;10;1552.70;9.63;1597.00;-1.57;0.26 11695;21;1547.30;9.95;1597.00;1.57;0.26 +11696;0;3456.00;11.80;1418.00;0.00;0.26 +11696;1;3455.00;11.97;1416.00;-0.46;0.26 +11696;2;3459.00;12.70;1415.50;0.87;0.26 +11696;3;3460.50;12.40;1417.50;1.46;0.26 +11696;4;3451.50;11.65;1418.00;4.71;0.26 +11696;5;3458.50;11.50;1419.50;2.11;0.26 +11696;6;3453.50;11.35;1420.00;4.03;0.26 +11696;7;3456.00;10.90;1421.50;3.14;0.26 +11696;9;3452.94;11.70;1418.00;1.57;0.26 +11696;10;3459.06;12.13;1418.00;-1.57;0.26 11696;21;3452.94;11.70;1418.00;1.57;0.26 +11697;0;2796.00;10.80;1384.00;0.00;0.24 +11697;1;2794.50;11.30;1381.50;-0.54;0.24 +11697;2;2793.50;11.20;1381.50;-0.78;0.24 +11697;3;2797.00;11.30;1382.50;0.58;0.24 +11697;4;2793.00;10.50;1384.00;4.71;0.24 +11697;5;2799.00;11.35;1384.50;1.73;0.24 +11697;6;2794.50;10.40;1386.50;3.68;0.24 +11697;7;2797.00;10.90;1386.50;2.76;0.24 +11697;9;2793.66;10.57;1384.00;1.57;0.24 +11697;10;2798.34;11.31;1384.00;-1.57;0.24 11697;21;2793.66;10.57;1384.00;1.57;0.24 +11698;0;926.00;14.75;1543.00;0.00;0.28 +11698;1;926.00;14.90;1537.50;0.00;0.28 +11698;2;922.50;14.50;1543.00;4.71;0.28 +11698;3;929.50;14.10;1543.00;1.57;0.28 +11698;4;926.00;14.75;1548.50;3.14;0.28 +11698;9;923.48;14.69;1543.00;1.57;0.28 +11698;10;928.52;14.39;1543.00;-1.57;0.28 11698;21;923.48;14.69;1543.00;1.57;0.28 +11699;0;2808.00;10.97;1388.00;0.00;0.18 +11699;1;2807.00;11.10;1385.50;-0.38;0.18 +11699;2;2805.00;11.25;1386.50;-1.10;0.18 +11699;3;2810.00;11.05;1387.50;1.32;0.18 +11699;4;2806.00;10.92;1389.00;4.24;0.18 +11699;5;2812.00;10.57;1389.00;1.81;0.18 +11699;6;2809.50;10.50;1390.00;2.49;0.18 +11699;9;2805.48;11.10;1388.00;1.57;0.18 +11699;10;2810.52;10.84;1388.00;-1.57;0.18 11699;21;2805.48;11.10;1388.00;1.57;0.18 +11700;0;3354.00;9.70;1449.00;0.00;0.20 +11700;1;3355.50;9.60;1446.50;0.54;0.20 +11700;2;3352.00;9.70;1447.50;-0.92;0.20 +11700;3;3356.50;9.70;1449.50;1.76;0.20 +11700;4;3350.50;9.70;1450.00;4.43;0.20 +11700;5;3353.50;9.70;1451.00;3.38;0.20 +11700;9;3351.66;9.70;1449.00;1.57;0.20 +11700;10;3356.34;9.69;1449.00;-1.57;0.20 +11700;19;3355.00;9.50;1445.00;0.54;0.20 +11700;20;3355.42;9.50;1443.30;0.24;0.20 11700;21;3351.66;9.70;1449.00;1.57;0.20 +11701;0;3615.00;9.72;1402.00;0.00;0.48 +11701;1;3612.50;9.60;1395.50;-0.36;0.48 +11701;2;3618.50;9.70;1396.50;0.56;0.48 +11701;3;3608.50;9.70;1403.50;4.48;0.48 +11701;4;3623.00;9.95;1401.50;1.50;0.48 +11701;5;3619.00;9.90;1406.00;2.35;0.48 +11701;9;3607.98;9.70;1402.00;1.57;0.48 +11701;10;3622.02;9.92;1402.00;-1.57;0.48 11701;21;3607.98;9.70;1402.00;1.57;0.48 +11702;0;2823.00;10.07;1401.00;0.00;0.20 +11702;1;2822.50;9.90;1399.00;-0.24;0.20 +11702;2;2825.00;9.95;1398.50;0.67;0.20 +11702;3;2826.00;10.10;1400.50;1.40;0.20 +11702;4;2821.00;9.95;1400.00;-1.10;0.20 +11702;5;2820.50;10.10;1402.50;4.17;0.20 +11702;6;2824.00;10.07;1403.00;2.67;0.20 +11702;9;2820.84;10.01;1401.00;1.57;0.20 +11702;10;2825.16;10.10;1401.00;-1.57;0.20 11702;21;2820.84;10.01;1401.00;1.57;0.20 +11703;0;3294.00;9.80;1463.00;0.00;0.26 +11703;1;3295.00;9.70;1460.00;0.32;0.26 +11703;2;3291.00;9.72;1462.00;-1.24;0.26 +11703;3;3297.50;9.70;1462.00;1.29;0.26 +11703;4;3296.50;9.80;1464.50;2.11;0.26 +11703;5;3290.50;9.80;1464.00;4.43;0.26 +11703;6;3292.00;9.80;1465.50;3.81;0.26 +11703;7;3294.00;9.75;1466.50;3.14;0.26 +11703;9;3291.48;9.79;1463.00;1.57;0.26 +11703;10;3296.52;9.74;1463.00;-1.57;0.26 +11703;19;3300.00;9.55;1462.00;1.29;0.26 +11703;20;3301.72;9.55;1461.71;1.40;0.26 11703;21;3291.48;9.79;1463.00;1.57;0.26 +11704;0;3549.00;10.90;1321.00;0.00;0.26 +11704;1;3549.00;11.20;1318.00;0.00;0.26 +11704;2;3545.50;11.30;1318.50;-0.95;0.26 +11704;3;3546.50;10.85;1322.00;4.33;0.26 +11704;4;3552.50;11.00;1321.00;1.57;0.26 +11704;5;3553.50;11.25;1323.00;1.98;0.26 +11704;6;3550.00;10.85;1323.50;2.76;0.26 +11704;9;3545.94;10.89;1321.00;1.57;0.26 +11704;10;3552.06;10.97;1321.00;-1.57;0.26 11704;21;3545.94;10.89;1321.00;1.57;0.26 +11705;0;3254.00;10.60;1467.00;0.00;0.26 +11705;1;3254.50;10.10;1464.50;0.19;0.26 +11705;2;3251.00;10.80;1465.00;-0.98;0.26 +11705;3;3257.00;10.10;1467.00;1.57;0.26 +11705;4;3252.00;11.25;1468.50;4.06;0.26 +11705;5;3255.00;10.80;1470.00;2.82;0.26 +11705;9;3251.48;11.10;1467.00;1.57;0.26 +11705;10;3256.52;10.14;1467.00;-1.57;0.26 11705;21;3251.48;11.10;1467.00;1.57;0.26 +11706;0;3545.00;9.60;1439.00;0.00;0.22 +11706;1;3546.00;9.60;1436.00;0.32;0.22 +11706;2;3547.50;9.60;1437.00;0.89;0.22 +11706;3;3543.00;9.60;1438.00;-1.10;0.22 +11706;4;3548.50;9.60;1440.00;1.84;0.22 +11706;5;3541.00;9.60;1440.50;4.35;0.22 +11706;6;3544.50;9.60;1441.50;3.33;0.22 +11706;9;3542.30;9.60;1439.00;1.57;0.22 +11706;10;3547.70;9.60;1439.00;-1.57;0.22 11706;21;3542.30;9.60;1439.00;1.57;0.22 +11707;0;2716.00;11.25;1387.00;0.00;0.20 +11707;1;2716.00;11.67;1385.00;0.00;0.20 +11707;2;2718.50;11.20;1386.50;1.37;0.20 +11707;3;2714.00;11.55;1387.00;4.71;0.20 +11707;4;2715.50;10.80;1389.00;3.38;0.20 +11707;5;2718.00;10.25;1389.00;2.35;0.20 +11707;9;2714.20;11.53;1387.00;1.57;0.20 +11707;10;2717.80;10.98;1387.00;-1.57;0.20 +11707;19;2716.00;10.40;1390.00;-2.90;0.20 +11707;20;2716.00;10.40;1391.75;3.14;0.20 11707;21;2717.80;10.98;1387.00;-1.57;0.20 +11708;0;3510.00;12.45;1341.00;0.00;0.28 +11708;1;1754.50;10.00;670.00;-1.20;0.28 +11708;2;3512.50;11.80;1338.00;0.69;0.28 +11708;3;3513.00;12.55;1340.00;1.24;0.28 +11708;4;3507.00;12.55;1341.50;4.54;0.28 +11708;5;3508.50;11.80;1344.00;3.60;0.28 +11708;6;3512.00;11.10;1343.50;2.46;0.28 +11708;9;3507.48;12.24;1341.00;1.57;0.28 +11708;10;3512.52;12.19;1341.00;-1.57;0.28 11708;21;3507.48;12.24;1341.00;1.57;0.28 +11709;0;2850.00;11.80;1404.00;0.00;0.22 +11709;1;2850.50;11.65;1402.00;0.24;0.22 +11709;2;2847.50;11.25;1402.00;-0.89;0.22 +11709;3;2847.50;11.50;1404.50;4.51;0.22 +11709;4;2853.00;12.00;1404.00;1.57;0.22 +11709;5;2852.50;12.00;1406.00;2.24;0.22 +11709;6;2850.00;11.55;1406.50;3.14;0.22 +11709;9;2847.84;11.51;1404.00;1.57;0.22 +11709;10;2852.16;12.00;1404.00;-1.57;0.22 11709;21;2847.84;11.51;1404.00;1.57;0.22 +11710;0;2666.00;9.92;1378.00;0.00;0.28 +11710;1;2665.50;9.50;1375.00;-0.16;0.28 +11710;2;2668.50;10.00;1376.00;0.89;0.28 +11710;3;2664.00;9.50;1378.50;4.46;0.28 +11710;4;2669.00;10.42;1378.00;1.57;0.28 +11710;5;2667.50;10.60;1380.00;2.49;0.28 +11710;9;2663.48;9.50;1378.00;1.57;0.28 +11710;10;2668.52;10.35;1378.00;-1.57;0.28 +11710;19;2662.00;9.50;1381.00;-1.82;0.28 +11710;20;2660.60;9.50;1382.05;4.06;0.28 11710;21;2668.52;10.35;1378.00;-1.57;0.28 +11711;0;2868.00;11.02;1401.00;0.00;0.24 +11711;1;2868.00;10.32;1398.00;0.00;0.24 +11711;2;2870.00;10.30;1400.00;1.10;0.24 +11711;3;2865.50;11.60;1400.50;-1.37;0.24 +11711;4;2869.00;11.25;1403.00;2.67;0.24 +11711;5;2866.00;12.30;1403.50;3.81;0.24 +11711;9;2865.66;11.61;1401.00;1.57;0.24 +11711;10;2870.34;10.39;1401.00;-1.57;0.24 11711;21;2865.66;11.61;1401.00;1.57;0.24 +11712;0;1063.00;13.37;1695.00;0.00;0.56 +11712;1;1059.00;13.35;1688.00;-0.51;0.56 +11712;2;1067.50;13.15;1692.00;0.98;0.56 +11712;3;1056.00;13.30;1693.50;-1.36;0.56 +11712;4;1070.50;13.00;1699.50;2.11;0.56 +11712;5;1061.50;12.50;1700.00;3.43;0.56 +11712;9;1056.70;13.30;1695.00;1.57;0.56 +11712;10;1069.30;13.05;1695.00;-1.57;0.56 11712;21;1056.70;13.30;1695.00;1.57;0.56 +11713;0;2885.00;10.00;1407.00;0.00;0.16 +11713;1;2884.50;9.90;1405.00;-0.24;0.16 +11713;2;2888.00;10.35;1406.50;1.40;0.16 +11713;3;2882.00;10.05;1407.50;4.54;0.16 +11713;4;2885.50;10.00;1409.00;2.89;0.16 +11713;9;2882.84;9.95;1407.00;1.57;0.16 +11713;10;2887.16;10.19;1407.00;-1.57;0.16 11713;21;2882.84;9.95;1407.00;1.57;0.16 +11714;0;1463.00;10.42;1607.00;0.00;0.32 +11714;1;1464.00;10.32;1603.00;0.24;0.32 +11714;2;1466.50;10.60;1606.50;1.42;0.32 +11714;3;731.00;9.50;803.00;-0.73;0.32 +11714;4;1463.00;10.60;1611.00;3.14;0.32 +11714;9;1460.12;10.09;1607.00;1.57;0.32 +11714;10;1465.88;10.60;1607.00;-1.57;0.32 11714;21;1460.12;10.09;1607.00;1.57;0.32 +11715;0;3328.00;9.70;1459.00;0.00;0.24 +11715;1;3327.00;9.70;1456.00;-0.32;0.24 +11715;2;3324.50;9.70;1458.00;-1.29;0.24 +11715;3;3331.00;9.70;1459.50;1.73;0.24 +11715;4;3325.50;9.70;1460.50;4.17;0.24 +11715;5;3328.00;9.70;1462.00;3.14;0.24 +11715;6;3330.50;9.70;1462.00;2.44;0.24 +11715;9;3325.12;9.70;1459.00;1.57;0.24 +11715;10;3330.88;9.70;1459.00;-1.57;0.24 11715;21;3325.57;9.80;1457.26;-1.57;0.24 +11716;0;2874.00;13.20;1415.00;0.00;0.20 +11716;1;2874.50;12.15;1413.00;0.24;0.20 +11716;2;2871.00;13.80;1415.50;4.54;0.20 +11716;3;2878.00;11.45;1414.50;1.44;0.20 +11716;4;2875.00;13.27;1417.00;2.67;0.20 +11716;5;2871.50;13.50;1418.50;3.76;0.20 +11716;9;2871.30;13.68;1415.00;1.57;0.20 +11716;10;2876.70;12.11;1415.00;-1.57;0.20 11716;21;2871.30;13.68;1415.00;1.57;0.20 +11717;0;1418.00;10.30;1430.00;0.00;0.32 +11717;1;1419.00;10.30;1426.50;0.27;0.32 +11717;2;1414.50;10.30;1429.00;-1.29;0.32 +11717;3;1423.50;10.30;1429.50;1.48;0.32 +11717;4;1412.50;10.30;1432.50;4.28;0.32 +11717;5;1420.00;10.30;1433.00;2.55;0.32 +11717;6;1414.00;10.30;1434.50;3.86;0.32 +11717;9;1414.04;10.30;1430.00;1.57;0.32 +11717;10;1421.96;10.32;1430.00;-1.57;0.32 11717;21;1414.04;10.30;1430.00;1.57;0.32 +11718;0;2834.00;10.00;1412.00;0.00;0.18 +11718;1;2832.00;10.10;1410.00;-0.78;0.18 +11718;2;2835.00;10.05;1410.00;0.46;0.18 +11718;3;2831.00;10.10;1412.50;4.54;0.18 +11718;4;2836.50;10.00;1413.00;1.95;0.18 +11718;5;2833.50;10.00;1414.50;3.33;0.18 +11718;9;2832.02;10.10;1412.00;1.57;0.18 +11718;10;2835.98;10.00;1412.00;-1.57;0.18 11718;21;2832.02;10.10;1412.00;1.57;0.18 +11719;0;4973.00;11.07;1470.00;0.00;0.26 +11719;1;4971.50;11.30;1466.00;-0.35;0.26 +11719;2;4975.00;10.00;1468.50;0.92;0.26 +11719;3;4970.50;12.00;1469.50;-1.37;0.26 +11719;4;4975.00;10.52;1473.00;2.55;0.26 +11719;5;4972.00;11.35;1473.50;3.42;0.26 +11719;9;4970.66;11.86;1470.00;1.57;0.26 +11719;10;4975.34;9.83;1470.00;-1.57;0.26 +11719;19;4976.00;9.65;1468.00;0.93;0.26 +11719;20;4977.45;9.65;1467.02;0.98;0.26 11719;21;4970.66;11.86;1470.00;1.57;0.26 +11720;0;2808.00;10.27;1412.00;0.00;0.20 +11720;1;2806.50;10.20;1410.00;-0.64;0.20 +11720;2;2810.00;10.00;1410.50;0.92;0.20 +11720;3;2805.00;10.30;1412.50;4.54;0.20 +11720;4;2812.00;10.25;1413.50;1.93;0.20 +11720;5;2809.00;10.30;1414.50;2.76;0.20 +11720;9;2805.48;10.30;1412.00;1.57;0.20 +11720;10;2810.52;10.24;1412.00;-1.57;0.20 11720;21;2805.48;10.30;1412.00;1.57;0.20 +11721;0;2918.00;14.22;1407.00;0.00;0.18 +11721;1;2917.50;13.35;1404.00;-0.16;0.18 +11721;2;2919.50;13.30;1405.00;0.64;0.18 +11721;3;2915.50;14.90;1406.50;-1.37;0.18 +11721;4;2920.50;13.30;1407.50;1.76;0.18 +11721;5;2915.50;15.15;1409.00;4.03;0.18 +11721;6;2918.50;14.40;1409.50;2.94;0.18 +11721;9;2916.38;14.81;1407.00;1.57;0.18 +11721;10;2919.62;13.59;1407.00;-1.57;0.18 11721;21;2916.38;14.81;1407.00;1.57;0.18 +11722;0;1648.00;12.32;1607.00;0.00;0.30 +11722;1;1649.00;10.82;1602.00;0.19;0.30 +11722;2;1651.50;11.25;1602.00;0.61;0.30 +11722;3;1651.00;11.55;1605.50;1.10;0.30 +11722;4;1645.50;11.50;1606.50;-1.37;0.30 +11722;5;1648.00;11.67;1611.00;3.14;0.30 +11722;6;1644.50;11.90;1611.50;3.80;0.30 +11722;9;1645.30;11.55;1607.00;1.57;0.30 +11722;10;1650.70;11.63;1607.00;-1.57;0.30 11722;21;1645.30;11.55;1607.00;1.57;0.30 +11723;0;2933.00;11.07;1411.00;0.00;0.18 +11723;1;2933.50;11.20;1409.50;0.32;0.18 +11723;2;2930.50;10.70;1410.50;-1.37;0.18 +11723;3;2935.50;11.10;1411.50;1.76;0.18 +11723;4;2932.00;10.85;1412.50;3.73;0.18 +11723;5;2934.00;11.05;1413.50;2.76;0.18 +11723;9;2931.20;10.79;1411.00;1.57;0.18 +11723;10;2934.80;11.27;1411.00;-1.57;0.18 11723;21;2931.20;10.79;1411.00;1.57;0.18 +11724;0;3503.00;9.70;1440.00;0.00;0.24 +11724;1;3502.00;9.70;1437.50;-0.38;0.24 +11724;2;3504.00;9.70;1436.50;0.27;0.24 +11724;3;3505.50;9.70;1439.00;1.19;0.24 +11724;4;3500.00;9.70;1440.00;4.71;0.24 +11724;5;3504.50;9.70;1442.00;2.49;0.24 +11724;6;3501.00;9.70;1442.00;3.92;0.24 +11724;9;3500.84;9.70;1440.00;1.57;0.24 +11724;10;3505.16;9.70;1440.00;-1.57;0.24 11724;21;3500.84;9.70;1440.00;1.57;0.24 +11725;0;1536.00;11.70;1610.00;0.00;0.22 +11725;1;1534.00;9.85;1607.50;-0.67;0.22 +11725;2;1537.00;11.17;1607.00;0.32;0.22 +11725;3;1539.50;12.30;1610.00;1.57;0.22 +11725;4;767.50;9.50;804.50;-0.76;0.22 +11725;5;1535.50;11.00;1612.50;3.33;0.22 +11725;6;1539.00;13.10;1612.50;2.26;0.22 +11725;9;1533.48;10.04;1610.00;1.57;0.22 +11725;10;1538.52;12.00;1610.00;-1.57;0.22 11725;21;1533.48;10.04;1610.00;1.57;0.22 +11726;0;2949.00;10.85;1419.00;0.00;0.20 +11726;1;2948.00;11.50;1416.50;-0.38;0.20 +11726;2;2950.50;12.25;1417.00;0.64;0.20 +11726;3;2946.50;10.55;1419.00;4.71;0.20 +11726;4;2951.50;11.30;1419.00;1.57;0.20 +11726;5;2947.50;10.20;1420.50;3.92;0.20 +11726;6;2950.50;10.35;1421.00;2.49;0.20 +11726;9;2947.20;10.55;1419.00;1.57;0.20 +11726;10;2950.80;11.16;1419.00;-1.57;0.20 11726;21;2947.20;10.55;1419.00;1.57;0.20 +11727;0;3471.00;9.80;1435.00;0.00;0.20 +11727;1;3469.00;9.87;1432.00;-0.58;0.20 +11727;2;3472.00;10.00;1433.50;0.58;0.20 +11727;3;3467.50;9.80;1433.50;-1.16;0.20 +11727;4;3475.00;10.17;1435.00;1.57;0.20 +11727;5;3467.00;9.80;1436.00;4.46;0.20 +11727;6;3470.00;9.80;1436.50;3.73;0.20 +11727;7;3475.50;10.00;1436.50;1.89;0.20 +11727;8;3474.00;9.85;1437.00;2.15;0.20 +11727;9;3467.94;9.80;1435.00;1.57;0.20 +11727;10;3474.06;10.10;1435.00;-1.57;0.20 11727;21;3467.94;9.80;1435.00;1.57;0.20 +11728;0;1560.00;9.97;1642.00;0.00;0.28 +11728;1;779.50;9.50;820.50;-0.76;0.28 +11728;2;1562.00;10.35;1639.50;0.67;0.28 +11728;3;1564.00;10.60;1642.00;1.57;0.28 +11728;4;1558.00;9.67;1644.00;3.92;0.28 +11728;5;1562.00;10.25;1644.50;2.46;0.28 +11728;9;1557.12;9.70;1642.00;1.57;0.28 +11728;10;1562.88;10.60;1642.00;-1.57;0.28 11728;21;1557.12;9.70;1642.00;1.57;0.28 +11729;0;3402.00;9.70;1424.00;0.00;0.20 +11729;1;3402.50;9.90;1421.50;0.19;0.20 +11729;2;3399.00;9.72;1422.00;-0.98;0.20 +11729;3;3406.00;9.85;1424.00;1.57;0.20 +11729;4;3398.50;9.65;1423.00;-1.29;0.20 +11729;5;3398.00;9.70;1424.50;4.58;0.20 +11729;6;3400.50;9.60;1426.00;3.78;0.20 +11729;7;3404.00;9.70;1426.00;2.35;0.20 +11729;9;3399.12;9.61;1424.00;1.57;0.20 +11729;10;3404.88;9.78;1424.00;-1.57;0.20 +11729;19;3395.00;9.50;1424.00;-1.70;0.20 +11729;20;3393.25;9.50;1424.00;4.71;0.20 11729;21;3399.12;9.61;1424.00;1.57;0.20 +11730;0;2930.00;10.60;1419.00;0.00;0.16 +11730;1;2928.50;10.60;1416.50;-0.54;0.16 +11730;2;2930.50;10.60;1416.50;0.19;0.16 +11730;3;2928.00;10.42;1419.00;4.71;0.16 +11730;4;2932.00;10.60;1419.50;1.81;0.16 +11730;5;2930.50;10.60;1421.50;2.94;0.16 +11730;9;2928.56;10.50;1419.00;1.57;0.16 +11730;10;2931.44;10.60;1419.00;-1.57;0.16 11730;21;2928.56;10.50;1419.00;1.57;0.16 +11731;0;1483.00;11.00;1626.00;0.00;0.36 +11731;1;1481.00;10.90;1621.50;-0.41;0.36 +11731;2;1485.50;10.80;1624.00;0.89;0.36 +11731;3;1478.50;10.90;1623.50;-1.06;0.36 +11731;4;1480.00;11.00;1628.00;4.12;0.36 +11731;5;1487.50;11.00;1629.50;2.23;0.36 +11731;6;1484.00;11.00;1631.00;2.94;0.36 +11731;9;1479.76;11.00;1626.00;1.57;0.36 +11731;10;1486.24;10.90;1626.00;-1.57;0.36 11731;21;1479.76;11.00;1626.00;1.57;0.36 +11732;0;2872.00;9.85;1487.00;0.00;0.24 +11732;1;2870.00;9.90;1484.50;-0.67;0.24 +11732;2;2873.50;9.90;1485.50;0.78;0.24 +11732;3;2870.00;9.80;1489.00;3.92;0.24 +11732;4;2874.00;9.92;1489.00;2.35;0.24 +11732;5;2872.00;9.80;1490.50;3.14;0.24 +11732;9;2869.84;9.83;1487.00;1.57;0.24 +11732;10;2874.16;10.06;1487.00;-1.57;0.24 11732;21;2869.84;9.83;1487.00;1.57;0.24 +11733;0;883.00;11.42;1590.00;0.00;0.34 +11733;1;883.00;11.67;1585.00;0.00;0.34 +11733;2;879.00;12.45;1588.50;-1.21;0.34 +11733;3;886.50;11.80;1589.00;1.29;0.34 +11733;4;880.50;11.00;1594.50;3.64;0.34 +11733;5;885.50;11.40;1594.50;2.63;0.34 +11733;6;883.50;10.80;1596.00;3.05;0.34 +11733;9;879.94;11.66;1590.00;1.57;0.34 +11733;10;886.06;11.65;1590.00;-1.57;0.34 11733;21;879.94;11.66;1590.00;1.57;0.34 +11734;0;2978.00;10.10;1417.00;0.00;0.14 +11734;1;2979.00;10.20;1415.00;0.46;0.14 +11734;2;2975.50;10.50;1416.00;-1.19;0.14 +11734;3;2982.00;9.75;1416.50;1.44;0.14 +11734;4;2976.50;10.00;1418.00;4.12;0.14 +11734;5;2980.50;9.75;1418.00;1.95;0.14 +11734;9;2975.48;10.25;1417.00;1.57;0.14 +11734;10;2980.52;9.75;1417.00;-1.57;0.14 11734;21;2975.48;10.25;1417.00;1.57;0.14 +11735;0;3025.00;9.67;1419.00;0.00;0.32 +11735;1;3026.00;9.50;1417.00;0.46;0.32 +11735;2;3022.50;9.70;1421.50;3.92;0.32 +11735;3;3027.50;9.50;1422.00;2.44;0.32 +11735;4;3025.50;9.80;1422.50;3.00;0.32 +11735;9;3022.12;9.62;1419.00;1.57;0.32 +11735;10;3027.88;9.50;1419.00;-1.57;0.32 +11735;19;3022.02;9.40;1415.46;-0.54;0.32 +11735;20;3020.89;9.40;1414.12;-0.70;0.32 11735;21;3024.25;10.10;1421.95;-1.57;0.32 +11736;0;3567.00;9.70;1440.00;0.00;0.24 +11736;1;3565.00;9.70;1438.00;-0.78;0.24 +11736;2;3569.00;9.50;1438.50;0.92;0.24 +11736;3;3564.00;9.62;1440.00;4.71;0.24 +11736;4;3569.00;9.67;1442.00;2.35;0.24 +11736;5;3565.00;9.60;1442.50;3.81;0.24 +11736;9;3564.48;9.64;1440.00;1.57;0.24 +11736;10;3569.52;9.70;1440.00;-1.57;0.24 11736;21;3564.48;9.64;1440.00;1.57;0.24 +11737;0;2791.00;13.12;1344.00;0.00;0.20 +11737;1;2791.00;13.45;1341.50;0.00;0.20 +11737;2;2792.50;13.35;1342.00;0.64;0.20 +11737;3;2789.50;12.90;1343.50;-1.24;0.20 +11737;4;2793.50;12.80;1344.00;1.57;0.20 +11737;5;2792.00;12.95;1345.50;2.55;0.20 +11737;6;2789.00;13.00;1345.50;4.06;0.20 +11737;9;2789.20;12.95;1344.00;1.57;0.20 +11737;10;2792.80;13.04;1344.00;-1.57;0.20 11737;21;2792.80;13.04;1344.00;-1.57;0.20 +11738;0;1599.00;9.70;1487.00;0.00;0.30 +11738;1;1599.00;9.70;1482.50;0.00;0.30 +11738;2;1596.50;9.70;1485.00;-0.89;0.30 +11738;3;1601.50;9.70;1485.00;0.89;0.30 +11738;4;1596.00;9.70;1489.50;4.01;0.30 +11738;5;1602.50;9.70;1488.50;1.97;0.30 +11738;6;1600.00;9.70;1490.00;2.82;0.30 +11738;7;1597.00;9.70;1492.00;3.52;0.30 +11738;9;1596.30;9.70;1487.00;1.57;0.30 +11738;10;1601.70;9.70;1487.00;-1.57;0.30 +11738;19;1605.00;9.60;1491.00;-4.31;0.30 +11738;20;1606.45;9.60;1491.97;2.15;0.30 11738;21;1596.30;9.70;1487.00;1.57;0.30 +11739;0;3440.00;11.85;1292.00;0.00;0.30 +11739;1;3439.50;12.50;1288.50;-0.14;0.30 +11739;2;3444.50;12.20;1291.50;1.46;0.30 +11739;3;3435.50;11.80;1292.00;4.71;0.30 +11739;4;3434.50;11.95;1294.00;4.36;0.30 +11739;5;3440.50;11.80;1294.50;2.94;0.30 +11739;6;3445.00;12.45;1295.50;2.18;0.30 +11739;9;3435.68;11.80;1292.00;1.57;0.30 +11739;10;3444.32;12.20;1292.00;-1.57;0.30 11739;21;3435.68;11.80;1292.00;1.57;0.30 +11740;0;1636.00;9.55;1529.00;0.00;0.24 +11740;1;1635.50;9.50;1527.50;-0.32;0.24 +11740;2;1638.50;9.70;1530.00;1.95;0.24 +11740;3;1635.00;9.70;1531.00;3.60;0.24 +11740;9;1633.84;9.51;1529.00;1.57;0.24 +11740;10;1638.16;9.68;1529.00;-1.57;0.24 +11740;19;1635.00;9.50;1528.00;-0.32;0.24 +11740;20;1633.76;9.50;1526.76;-0.78;0.24 11740;21;1633.84;9.51;1529.00;1.57;0.24 +11741;0;3104.00;12.80;1399.00;0.00;0.22 +11741;1;3102.00;13.22;1398.00;-1.10;0.22 +11741;2;3105.00;13.42;1397.00;0.46;0.22 +11741;3;3105.50;12.60;1401.00;2.49;0.22 +11741;4;3101.50;12.65;1401.00;4.03;0.22 +11741;5;3102.50;12.25;1402.00;3.60;0.22 +11741;9;3102.02;12.94;1399.00;1.57;0.22 +11741;10;3105.98;13.17;1399.00;-1.57;0.22 11741;21;3102.02;12.94;1399.00;1.57;0.22 +11742;0;2770.00;12.55;1319.00;0.00;0.20 +11742;1;2769.00;12.45;1316.50;-0.38;0.20 +11742;2;2771.50;12.60;1318.50;1.24;0.20 +11742;3;2767.50;12.50;1318.50;-1.37;0.20 +11742;4;2768.00;12.57;1320.00;4.24;0.20 +11742;5;2772.00;12.85;1321.00;2.35;0.20 +11742;6;2770.00;12.80;1321.50;3.14;0.20 +11742;9;2768.20;12.53;1319.00;1.57;0.20 +11742;10;2771.80;12.63;1319.00;-1.57;0.20 11742;21;2771.80;12.63;1319.00;-1.57;0.20 +11743;0;1277.00;10.20;1437.00;0.00;0.30 +11743;1;1279.50;10.10;1433.50;0.62;0.30 +11743;2;1282.50;10.15;1436.00;1.39;0.30 +11743;3;1274.00;10.20;1435.00;-0.98;0.30 +11743;4;1271.50;10.20;1438.50;4.44;0.30 +11743;5;1278.00;10.25;1440.00;2.82;0.30 +11743;9;1272.86;10.20;1437.00;1.57;0.30 +11743;10;1281.14;10.20;1437.00;-1.57;0.30 11743;21;1272.86;10.20;1437.00;1.57;0.30 +11744;0;4769.00;10.47;1406.00;0.00;0.28 +11744;1;4766.00;10.40;1403.50;-0.87;0.28 +11744;2;4771.00;10.12;1403.00;0.58;0.28 +11744;3;4774.50;10.40;1404.50;1.30;0.28 +11744;4;4772.50;10.60;1407.50;1.97;0.28 +11744;5;4764.00;10.60;1407.50;4.42;0.28 +11744;6;4767.50;10.10;1409.50;3.54;0.28 +11744;9;4765.22;10.60;1406.00;1.57;0.28 +11744;10;4772.78;10.55;1406.00;-1.57;0.28 11744;21;4765.22;10.60;1406.00;1.57;0.28 +11745;0;4918.00;12.17;1404.00;0.00;0.30 +11745;1;4920.50;9.90;1401.50;0.78;0.30 +11745;2;4917.00;11.45;1400.50;-0.27;0.30 +11745;3;4914.50;12.75;1405.00;4.43;0.30 +11745;4;4920.50;11.95;1407.00;2.44;0.30 +11745;5;4917.50;12.65;1408.00;3.26;0.30 +11745;9;4915.30;12.61;1404.00;1.57;0.30 +11745;10;4920.70;10.98;1404.00;-1.57;0.30 +11745;19;4926.00;9.53;1407.00;0.79;0.30 +11745;20;4927.63;9.53;1407.61;1.93;0.30 11745;21;4915.30;12.61;1404.00;1.57;0.30 +11746;0;3358.00;9.77;1267.00;0.00;0.32 +11746;1;3357.00;9.60;1263.50;-0.27;0.32 +11746;2;3356.50;10.65;1268.00;4.12;0.32 +11746;3;3360.50;9.65;1267.00;1.57;0.32 +11746;4;3362.00;9.72;1270.00;2.21;0.32 +11746;5;3360.00;10.05;1271.00;2.67;0.32 +11746;9;3355.12;10.50;1267.00;1.57;0.32 +11746;10;3360.88;9.63;1267.00;-1.57;0.32 +11746;19;3357.35;9.50;1261.16;-0.38;0.32 +11746;20;3357.15;9.50;1259.42;-0.11;0.32 11746;21;3358.65;9.60;1265.50;-1.57;0.32 +11747;0;3322.00;11.85;1322.00;0.00;0.28 +11747;1;3321.00;11.47;1319.00;-0.32;0.28 +11747;2;3324.50;11.70;1321.50;1.37;0.28 +11747;3;3319.50;11.95;1322.00;4.71;0.28 +11747;4;3321.00;12.00;1324.50;3.52;0.28 +11747;5;3324.50;12.20;1325.50;2.52;0.28 +11747;9;3319.48;11.95;1322.00;1.57;0.28 +11747;10;3324.52;11.74;1322.00;-1.57;0.28 11747;21;3319.48;11.95;1322.00;1.57;0.28 +11748;0;2821.00;9.50;1530.00;0.00;0.36 +11748;1;2813.50;9.50;1527.00;-1.19;0.36 +11748;2;2820.00;9.50;1527.00;-0.32;0.36 +11748;3;2819.50;9.50;1532.00;3.78;0.36 +11748;4;2826.00;9.50;1528.50;1.27;0.36 +11748;5;2826.50;9.50;1531.50;1.83;0.36 +11748;6;2828.00;9.50;1535.00;2.19;0.36 +11748;7;2826.50;9.50;1535.00;2.30;0.36 +11748;9;2815.60;9.50;1530.00;1.57;0.36 +11748;10;2826.40;9.50;1530.00;-1.57;0.36 +11748;11;2809.00;9.50;1525.20;-1.19;0.36 +11748;12;2819.40;9.50;1525.20;-0.32;0.36 +11748;13;2818.60;9.50;1533.20;3.78;0.36 +11748;14;2829.00;9.50;1527.60;1.27;0.36 +11748;15;2829.80;9.50;1532.40;1.83;0.36 +11748;16;2832.20;9.50;1538.00;2.19;0.36 +11748;17;2829.80;9.50;1538.00;2.30;0.36 11748;21;2826.40;9.50;1530.00;-1.57;0.36 +11749;0;2704.00;12.47;1282.00;0.00;0.20 +11749;1;2702.50;11.80;1280.00;-0.64;0.20 +11749;2;2705.00;11.90;1280.00;0.46;0.20 +11749;3;2702.00;12.30;1282.50;4.46;0.20 +11749;4;2706.50;12.85;1282.00;1.57;0.20 +11749;5;2706.00;12.65;1284.00;2.35;0.20 +11749;6;2704.00;12.77;1284.00;3.14;0.20 +11749;9;2702.20;12.20;1282.00;1.57;0.20 +11749;10;2705.80;12.78;1282.00;-1.57;0.20 11749;21;2702.20;12.20;1282.00;1.57;0.20 +11750;0;4884.00;10.47;1404.00;0.00;0.18 +11750;1;4883.00;10.55;1402.50;-0.58;0.18 +11750;2;4887.50;11.00;1404.00;1.57;0.18 +11750;3;4879.50;10.15;1404.00;4.71;0.18 +11750;4;4882.00;10.15;1405.50;4.06;0.18 +11750;5;4886.00;10.35;1406.50;2.46;0.18 +11750;9;4880.94;10.19;1404.00;1.57;0.18 +11750;10;4887.06;10.91;1404.00;-1.57;0.18 11750;21;4880.94;10.19;1404.00;1.57;0.18 +11751;0;2997.00;9.70;1362.00;0.00;0.28 +11751;1;2995.00;9.50;1360.50;-0.92;0.28 +11751;2;2999.50;9.65;1361.00;1.19;0.28 +11751;3;2993.00;9.50;1362.50;4.58;0.28 +11751;4;2995.50;9.80;1364.00;3.78;0.28 +11751;5;2999.50;10.15;1365.00;2.44;0.28 +11751;9;2994.48;9.64;1362.00;1.57;0.28 +11751;10;2999.52;9.70;1362.00;-1.57;0.28 +11751;19;2989.39;9.50;1361.59;-2.23;0.28 +11751;20;2985.84;9.50;1357.29;-0.82;0.28 11751;21;2994.48;9.64;1362.00;1.57;0.28 +11752;0;4588.00;12.77;1375.00;0.00;0.42 +11752;1;4588.50;13.10;1370.50;0.11;0.42 +11752;2;4594.00;12.92;1374.00;1.40;0.42 +11752;3;4583.00;12.75;1375.00;4.71;0.42 +11752;4;4589.50;12.60;1379.00;2.78;0.42 +11752;5;4583.00;12.50;1379.50;3.98;0.42 +11752;9;4583.32;12.75;1375.00;1.57;0.42 +11752;10;4592.68;12.80;1375.00;-1.57;0.42 11752;21;4583.32;12.75;1375.00;1.57;0.42 +11753;0;3449.00;14.27;1343.00;0.00;0.30 +11753;1;3448.00;15.77;1340.00;-0.32;0.30 +11753;2;3450.50;15.70;1340.50;0.54;0.30 +11753;3;3446.00;14.60;1341.50;-1.10;0.30 +11753;4;3452.50;14.10;1345.00;2.09;0.30 +11753;5;3448.00;10.35;1345.50;3.52;0.30 +11753;6;3452.00;10.60;1347.50;2.55;0.30 +11753;9;3446.12;12.48;1343.00;1.57;0.30 +11753;10;3451.88;15.16;1343.00;-1.57;0.30 +11753;19;3443.00;9.60;1345.00;-2.76;0.30 +11753;20;3441.34;9.60;1345.55;4.39;0.30 11753;21;3446.12;12.48;1343.00;1.57;0.30 +11754;0;3170.00;10.40;1391.00;0.00;0.22 +11754;1;3169.50;11.05;1389.00;-0.24;0.22 +11754;2;3172.50;10.40;1390.50;1.37;0.22 +11754;3;3167.00;10.60;1391.50;4.54;0.22 +11754;4;3170.00;10.00;1393.50;3.14;0.22 +11754;5;3173.00;10.05;1393.00;2.15;0.22 +11754;9;3167.84;10.56;1391.00;1.57;0.22 +11754;10;3172.16;10.33;1391.00;-1.57;0.22 11754;21;3167.84;10.56;1391.00;1.57;0.22 +11755;0;2952.00;13.10;1327.00;0.00;0.22 +11755;1;2952.00;12.55;1323.50;0.00;0.22 +11755;2;2954.50;11.70;1327.50;1.76;0.22 +11755;3;2950.00;12.00;1324.50;-0.67;0.22 +11755;4;2950.00;12.15;1326.50;-1.32;0.22 +11755;5;2952.00;12.67;1330.00;3.14;0.22 +11755;9;2950.02;12.18;1327.00;1.57;0.22 +11755;10;2953.98;12.24;1327.00;-1.57;0.22 +11755;19;2955.00;11.45;1326.00;-4.51;0.22 +11755;20;2956.66;11.45;1325.44;1.24;0.22 11755;21;2950.02;12.18;1327.00;1.57;0.22 +11756;0;2711.00;12.25;1327.00;0.00;0.16 +11756;1;2713.00;12.50;1325.00;0.78;0.16 +11756;2;2709.00;11.30;1325.50;-0.92;0.16 +11756;3;2713.00;12.85;1327.50;1.81;0.16 +11756;4;2708.00;11.70;1327.50;4.54;0.16 +11756;5;2714.50;13.50;1327.00;1.57;0.16 +11756;6;2710.50;12.20;1328.50;3.46;0.16 +11756;9;2708.48;11.55;1327.00;1.57;0.16 +11756;10;2713.52;13.01;1327.00;-1.57;0.16 11756;21;2713.52;13.01;1327.00;-1.57;0.16 +11757;0;970.00;9.70;1428.00;0.00;0.48 +11757;1;963.00;9.50;1420.50;-0.75;0.48 +11757;2;972.50;9.65;1427.00;1.19;0.48 +11757;3;967.50;9.70;1429.50;4.17;0.48 +11757;4;975.50;10.05;1429.00;1.75;0.48 +11757;5;973.00;9.95;1431.00;2.35;0.48 +11757;6;969.50;9.60;1431.50;3.28;0.48 +11757;9;965.32;9.52;1428.00;1.57;0.48 +11757;10;974.68;9.86;1428.00;-1.57;0.48 +11757;19;958.00;9.50;1412.00;-0.75;0.48 +11757;20;956.95;9.50;1410.60;-0.64;0.48 11757;21;965.32;9.52;1428.00;1.57;0.48 +11758;0;1588.00;10.15;1541.00;0.00;0.18 +11758;1;1586.00;10.30;1539.00;-0.78;0.18 +11758;2;1588.50;10.20;1539.00;0.24;0.18 +11758;3;1585.50;10.30;1541.00;4.71;0.18 +11758;4;1591.50;9.95;1541.00;1.57;0.18 +11758;5;1588.00;10.15;1543.50;3.14;0.18 +11758;9;1585.66;10.28;1541.00;1.57;0.18 +11758;10;1590.34;10.01;1541.00;-1.57;0.18 11758;21;1585.66;10.28;1541.00;1.57;0.18 +11759;0;3422.00;11.10;1284.00;0.00;0.38 +11759;1;3420.50;11.30;1280.00;-0.35;0.38 +11759;2;3417.50;11.10;1280.50;-0.91;0.38 +11759;3;3423.50;11.20;1281.50;0.54;0.38 +11759;4;3418.00;11.10;1284.50;4.58;0.38 +11759;5;3425.50;11.25;1284.00;1.57;0.38 +11759;6;3426.50;11.50;1288.00;2.29;0.38 +11759;7;3421.50;11.30;1287.50;3.28;0.38 +11759;8;3423.50;11.60;1289.00;2.85;0.38 +11759;9;3418.22;11.10;1284.00;1.57;0.38 +11759;10;3425.78;11.26;1284.00;-1.57;0.38 11759;21;3418.22;11.10;1284.00;1.57;0.38 +11760;0;1503.00;10.60;1549.00;0.00;0.28 +11760;1;1501.50;10.30;1547.50;-0.78;0.28 +11760;2;1505.00;10.32;1545.00;0.46;0.28 +11760;3;1506.00;10.62;1548.00;1.24;0.28 +11760;4;1500.00;10.92;1551.00;4.12;0.28 +11760;5;1503.50;10.90;1551.50;2.94;0.28 +11760;9;1500.48;10.59;1549.00;1.57;0.28 +11760;10;1505.52;10.65;1549.00;-1.57;0.28 11760;21;1500.48;10.59;1549.00;1.57;0.28 +11761;0;4626.00;9.70;1317.00;0.00;0.24 +11761;1;4626.50;9.70;1313.50;0.14;0.24 +11761;2;4623.50;9.70;1315.00;-0.89;0.24 +11761;3;4629.00;9.70;1316.50;1.40;0.24 +11761;4;4622.50;9.70;1318.00;4.43;0.24 +11761;5;4629.00;9.70;1319.00;2.15;0.24 +11761;6;4625.50;9.70;1319.50;3.33;0.24 +11761;9;4623.48;9.70;1317.00;1.57;0.24 +11761;10;4628.52;9.70;1317.00;-1.57;0.24 11761;21;4623.48;9.70;1317.00;1.57;0.24 +11762;0;3122.00;12.70;1356.00;0.00;0.20 +11762;1;3123.00;12.90;1352.00;0.24;0.20 +11762;2;3124.50;13.20;1354.50;1.03;0.20 +11762;3;3120.50;12.80;1353.50;-0.54;0.20 +11762;4;3119.50;13.20;1356.50;4.51;0.20 +11762;5;3124.50;13.45;1358.00;2.24;0.20 +11762;6;3122.00;13.25;1359.00;3.14;0.20 +11762;7;3124.00;14.12;1360.00;2.67;0.20 +11762;9;3120.20;12.94;1356.00;1.57;0.20 +11762;10;3123.80;12.56;1356.00;-1.57;0.20 11762;21;3120.20;12.94;1356.00;1.57;0.20 +11763;0;952.00;14.22;1482.00;0.00;0.44 +11763;1;954.50;14.60;1477.00;0.46;0.44 +11763;2;951.00;11.55;1477.50;-0.21;0.44 +11763;3;956.00;17.15;1482.00;1.57;0.44 +11763;4;948.00;11.40;1481.50;-1.44;0.44 +11763;5;946.00;11.60;1485.00;4.24;0.44 +11763;6;950.00;15.30;1487.00;3.52;0.44 +11763;9;947.68;11.35;1482.00;1.57;0.44 +11763;10;956.32;17.34;1482.00;-1.57;0.44 11763;21;947.68;11.35;1482.00;1.57;0.44 +11764;0;4714.00;9.87;1338.00;0.00;0.24 +11764;1;4715.50;10.00;1335.00;0.46;0.24 +11764;2;4712.50;9.50;1336.50;-0.78;0.24 +11764;3;4717.50;11.25;1337.00;1.29;0.24 +11764;4;4711.00;10.25;1339.50;4.24;0.24 +11764;5;4715.00;10.27;1340.00;2.67;0.24 +11764;6;4712.00;10.70;1341.00;3.73;0.24 +11764;9;4711.66;9.50;1338.00;1.57;0.24 +11764;10;4716.34;10.47;1338.00;-1.57;0.24 +11764;19;4715.00;9.50;1334.00;-0.79;0.24 +11764;20;4715.42;9.50;1332.30;0.24;0.24 11764;21;4711.66;9.50;1338.00;1.57;0.24 +11765;0;4900.00;11.35;1419.00;0.00;0.26 +11765;1;4899.00;11.45;1416.00;-0.32;0.26 +11765;2;4902.00;11.97;1416.00;0.58;0.26 +11765;3;4896.00;10.40;1417.50;-1.21;0.26 +11765;4;4904.00;12.00;1419.00;1.57;0.26 +11765;5;4898.00;10.60;1421.50;3.81;0.26 +11765;6;4901.50;11.55;1422.00;2.67;0.26 +11765;9;4896.76;10.40;1419.00;1.57;0.26 +11765;10;4903.24;11.94;1419.00;-1.57;0.26 11765;21;4896.76;10.40;1419.00;1.57;0.26 +11766;0;2771.00;13.45;1348.00;0.00;0.24 +11766;1;2770.00;13.30;1345.50;-0.38;0.24 +11766;2;2772.00;13.27;1346.00;0.46;0.24 +11766;3;2769.00;13.77;1348.00;4.71;0.24 +11766;4;2773.00;13.00;1348.00;1.57;0.24 +11766;5;2770.00;13.80;1350.00;3.60;0.24 +11766;6;2773.50;13.00;1350.50;2.35;0.24 +11766;7;2772.00;13.35;1351.00;2.82;0.24 +11766;9;2768.84;13.76;1348.00;1.57;0.24 +11766;10;2773.16;12.95;1348.00;-1.57;0.24 11766;21;2773.16;12.95;1348.00;-1.57;0.24 +11767;0;3114.00;11.17;1329.00;0.00;0.24 +11767;1;3112.00;9.77;1328.00;-1.10;0.24 +11767;2;3116.50;11.40;1327.00;0.89;0.24 +11767;3;3116.50;13.10;1329.50;1.76;0.24 +11767;4;3112.50;10.00;1331.50;3.68;0.24 +11767;5;3110.50;9.50;1332.00;4.00;0.24 +11767;9;3111.30;9.82;1329.00;1.57;0.24 +11767;10;3116.70;13.08;1329.00;-1.57;0.24 +11767;19;3106.31;9.50;1329.58;-2.51;0.24 +11767;20;3102.79;9.50;1329.25;-1.68;0.24 11767;21;3111.93;10.30;1328.57;1.57;0.24 +11768;0;2673.00;9.70;1304.00;0.00;0.22 +11768;1;2672.00;9.65;1302.00;-0.46;0.22 +11768;2;2674.50;9.80;1302.50;0.78;0.22 +11768;3;2675.50;9.80;1304.00;1.57;0.22 +11768;4;2670.50;9.60;1304.50;4.51;0.22 +11768;5;2674.50;9.75;1306.00;2.49;0.22 +11768;6;2672.00;9.70;1306.50;3.52;0.22 +11768;9;2671.02;9.60;1304.00;1.57;0.22 +11768;10;2674.98;9.74;1304.00;-1.57;0.22 11768;21;2671.02;9.60;1304.00;1.57;0.22 +11769;0;1577.00;11.20;1541.00;0.00;0.18 +11769;1;1577.50;10.85;1539.00;0.24;0.18 +11769;2;1574.00;11.97;1541.00;4.71;0.18 +11769;3;1580.00;11.20;1541.00;1.57;0.18 +11769;4;1574.50;12.10;1543.00;4.03;0.18 +11769;5;1579.50;11.10;1543.50;2.35;0.18 +11769;6;1576.50;11.65;1544.00;3.30;0.18 +11769;9;1574.84;11.79;1541.00;1.57;0.18 +11769;10;1579.16;11.19;1541.00;-1.57;0.18 11769;21;1574.84;11.79;1541.00;1.57;0.18 +11770;0;4783.00;12.60;1316.00;0.00;0.20 +11770;1;4784.00;12.77;1314.00;0.46;0.20 +11770;2;4781.00;12.35;1314.50;-0.92;0.20 +11770;3;4779.50;12.20;1316.00;4.71;0.20 +11770;4;4785.50;12.80;1317.00;1.95;0.20 +11770;5;4781.50;12.40;1318.00;3.78;0.20 +11770;6;4784.00;12.97;1319.00;2.82;0.20 +11770;9;4780.84;12.33;1316.00;1.57;0.20 +11770;10;4785.16;12.80;1316.00;-1.57;0.20 11770;21;4780.84;12.33;1316.00;1.57;0.20 +11771;0;4733.00;9.70;1358.00;0.00;0.26 +11771;1;4731.50;9.70;1356.00;-0.64;0.26 +11771;2;4735.50;9.80;1356.50;1.03;0.26 +11771;3;4729.50;9.70;1359.00;4.43;0.26 +11771;4;4735.00;9.75;1360.00;2.35;0.26 +11771;5;4732.50;9.70;1360.50;3.33;0.26 +11771;9;4730.48;9.70;1358.00;1.57;0.26 +11771;10;4735.52;9.79;1358.00;-1.57;0.26 11771;21;4730.48;9.70;1358.00;1.57;0.26 +11772;0;1203.00;13.55;1551.00;0.00;0.42 +11772;1;1205.50;12.80;1545.00;0.39;0.42 +11772;2;1208.50;13.25;1546.00;0.83;0.42 +11772;3;1200.50;13.00;1547.50;-0.62;0.42 +11772;4;1208.50;13.60;1551.50;1.66;0.42 +11772;5;1197.50;13.20;1552.50;4.44;0.42 +11772;6;1203.00;13.80;1556.50;3.14;0.42 +11772;9;1199.22;13.60;1551.00;1.57;0.42 +11772;10;1206.78;13.57;1551.00;-1.57;0.42 11772;21;1199.22;13.60;1551.00;1.57;0.42 +11773;0;2943.00;9.82;1308.00;0.00;0.24 +11773;1;2944.00;9.70;1306.50;0.58;0.24 +11773;2;2939.50;9.55;1307.00;-1.29;0.24 +11773;3;2947.00;9.50;1309.50;1.93;0.24 +11773;4;2943.00;10.00;1310.00;3.14;0.24 +11773;9;2940.30;9.70;1308.00;1.57;0.24 +11773;10;2945.70;9.64;1308.00;-1.57;0.24 +11773;19;2948.24;9.50;1305.18;-1.29;0.24 +11773;20;2947.71;9.50;1300.83;6.13;0.24 11773;21;2940.30;9.70;1308.00;1.57;0.24 +11774;0;3201.00;11.10;1344.00;0.00;0.20 +11774;1;3200.50;9.50;1342.00;-0.24;0.20 +11774;2;3196.50;9.65;1343.00;-1.35;0.20 +11774;3;3204.00;11.42;1344.00;1.57;0.20 +11774;4;3197.50;10.60;1345.00;4.43;0.20 +11774;5;3202.50;11.60;1346.00;2.49;0.20 +11774;6;3198.50;11.20;1346.50;3.92;0.20 +11774;9;3197.94;10.04;1344.00;1.57;0.20 +11774;10;3204.06;11.42;1344.00;-1.57;0.20 +11774;19;3196.00;9.50;1342.00;-0.24;0.20 +11774;20;3194.37;9.50;1341.35;-1.19;0.20 11774;21;3197.94;10.04;1344.00;1.57;0.20 +11775;0;4782.00;13.75;1336.00;0.00;0.22 +11775;1;4780.00;13.42;1334.00;-0.78;0.22 +11775;2;4782.50;13.70;1333.50;0.19;0.22 +11775;3;4780.50;13.60;1336.50;4.39;0.22 +11775;4;4785.00;14.30;1335.50;1.40;0.22 +11775;5;4784.50;14.30;1338.00;2.24;0.22 +11775;6;4782.50;13.65;1339.00;2.97;0.22 +11775;9;4779.66;13.60;1336.00;1.57;0.22 +11775;10;4784.34;14.21;1336.00;-1.57;0.22 11775;21;4779.66;13.60;1336.00;1.57;0.22 +11776;0;1497.00;10.70;1541.00;0.00;0.28 +11776;1;1496.50;11.40;1537.50;-0.14;0.28 +11776;2;1500.00;10.45;1539.00;0.98;0.28 +11776;3;1494.00;10.30;1541.50;4.54;0.28 +11776;4;1498.50;10.20;1543.50;2.60;0.28 +11776;5;1495.00;10.10;1544.50;3.66;0.28 +11776;9;1494.48;10.49;1541.00;1.57;0.28 +11776;10;1499.52;10.40;1541.00;-1.57;0.28 11776;21;1494.48;10.49;1541.00;1.57;0.28 +11777;0;4927.00;11.97;1426.00;0.00;0.26 +11777;1;4924.00;12.62;1424.00;-0.98;0.26 +11777;2;4927.00;12.92;1423.00;0.00;0.26 +11777;3;4930.00;12.80;1425.50;1.40;0.26 +11777;4;4924.00;12.20;1428.00;4.12;0.26 +11777;5;4929.00;11.47;1429.00;2.55;0.26 +11777;9;4923.94;12.50;1426.00;1.57;0.26 +11777;10;4930.06;12.64;1426.00;-1.57;0.26 11777;21;4923.94;12.50;1426.00;1.57;0.26 +11778;0;3239.00;10.92;1319.00;0.00;0.26 +11778;1;3239.50;10.60;1315.50;0.14;0.26 +11778;2;3237.00;11.35;1317.50;-0.92;0.26 +11778;3;3241.50;10.20;1317.50;1.03;0.26 +11778;4;3235.50;11.90;1320.50;4.30;0.26 +11778;5;3242.00;10.65;1320.50;2.03;0.26 +11778;6;3239.00;11.40;1321.50;3.14;0.26 +11778;9;3236.66;11.56;1319.00;1.57;0.26 +11778;10;3241.34;10.47;1319.00;-1.57;0.26 11778;21;3236.66;11.56;1319.00;1.57;0.26 +11779;0;2839.00;13.22;1364.00;0.00;0.18 +11779;1;2837.00;13.27;1363.00;-1.10;0.18 +11779;2;2840.00;12.87;1362.00;0.46;0.18 +11779;3;2842.00;12.70;1364.50;1.73;0.18 +11779;4;2837.00;13.35;1365.50;4.06;0.18 +11779;5;2839.50;13.30;1366.50;2.94;0.18 +11779;6;2841.50;13.05;1366.00;2.24;0.18 +11779;9;2837.02;13.37;1364.00;1.57;0.18 +11779;10;2840.98;12.93;1364.00;-1.57;0.18 11779;21;2837.02;13.37;1364.00;1.57;0.18 +11780;0;2718.00;12.52;1315.00;0.00;0.20 +11780;1;2716.00;12.22;1312.00;-0.58;0.20 +11780;2;2719.00;12.70;1313.00;0.46;0.20 +11780;3;2715.50;12.00;1314.50;-1.37;0.20 +11780;4;2721.50;12.75;1316.00;1.84;0.20 +11780;5;2718.50;12.35;1317.00;2.89;0.20 +11780;9;2715.84;12.10;1315.00;1.57;0.20 +11780;10;2720.16;12.79;1315.00;-1.57;0.20 11780;21;2720.16;12.79;1315.00;-1.57;0.20 +11781;0;4789.00;13.32;1359.00;0.00;0.24 +11781;1;4788.00;13.10;1356.50;-0.38;0.24 +11781;2;4790.50;13.30;1357.50;0.78;0.24 +11781;3;4786.50;13.05;1358.00;-1.19;0.24 +11781;4;4791.50;13.65;1360.00;1.95;0.24 +11781;5;4787.50;13.50;1361.00;3.78;0.24 +11781;6;4789.50;13.60;1362.00;2.97;0.24 +11781;9;4786.84;13.18;1359.00;1.57;0.24 +11781;10;4791.16;13.56;1359.00;-1.57;0.24 11781;21;4786.84;13.18;1359.00;1.57;0.24 +11782;0;1642.00;9.70;1549.00;0.00;0.22 +11782;1;1640.50;9.70;1546.50;-0.54;0.22 +11782;2;1643.50;9.70;1547.50;0.78;0.22 +11782;3;1639.00;9.70;1548.00;-1.24;0.22 +11782;4;1640.00;9.70;1550.00;4.24;0.22 +11782;5;1645.00;9.70;1550.00;1.89;0.22 +11782;6;1643.00;9.75;1551.50;2.76;0.22 +11782;9;1639.48;9.70;1549.00;1.57;0.22 +11782;10;1644.52;9.70;1549.00;-1.57;0.22 +11782;19;1648.00;9.55;1550.00;-4.39;0.22 +11782;20;1649.72;9.55;1550.28;1.73;0.22 11782;21;1639.48;9.70;1549.00;1.57;0.22 +11783;0;1589.00;10.30;1470.00;0.00;0.32 +11783;1;1587.00;10.15;1467.50;-0.67;0.32 +11783;2;1591.50;9.90;1467.00;0.69;0.32 +11783;3;1585.50;10.40;1471.50;4.30;0.32 +11783;4;1593.00;9.75;1471.50;1.93;0.32 +11783;5;1588.50;10.40;1474.00;3.26;0.32 +11783;9;1585.94;10.35;1470.00;1.57;0.32 +11783;10;1592.06;9.86;1470.00;-1.57;0.32 11783;21;1585.94;10.35;1470.00;1.57;0.32 +11784;0;3310.00;13.30;1322.00;0.00;0.22 +11784;1;3309.00;13.00;1319.50;-0.38;0.22 +11784;2;3312.00;13.00;1319.50;0.67;0.22 +11784;3;3306.50;13.30;1320.00;-1.05;0.22 +11784;4;3313.50;13.00;1322.00;1.57;0.22 +11784;5;3306.50;13.60;1322.50;4.57;0.22 +11784;6;3311.50;12.70;1324.50;2.60;0.22 +11784;9;3307.12;13.53;1322.00;1.57;0.22 +11784;10;3312.88;13.06;1322.00;-1.57;0.22 11784;21;3307.12;13.53;1322.00;1.57;0.22 +11785;0;1610.00;11.80;1552.00;0.00;0.24 +11785;1;1609.50;11.45;1548.00;-0.12;0.24 +11785;2;1611.50;12.20;1548.50;0.40;0.24 +11785;3;1607.50;11.60;1549.50;-0.78;0.24 +11785;4;1612.50;11.95;1551.00;1.19;0.24 +11785;5;1607.00;10.70;1551.50;-1.40;0.24 +11785;6;1608.00;10.00;1554.00;3.92;0.24 +11785;7;1612.50;11.40;1554.00;2.24;0.24 +11785;8;1610.00;10.40;1555.50;3.14;0.24 +11785;9;1607.84;10.75;1552.00;1.57;0.24 +11785;10;1612.16;11.65;1552.00;-1.57;0.24 11785;21;1607.84;10.75;1552.00;1.57;0.24 +11786;0;3141.00;12.05;1315.00;0.00;0.22 +11786;1;3142.50;11.80;1312.50;0.54;0.22 +11786;2;3144.50;10.80;1313.50;1.16;0.22 +11786;3;3139.00;12.57;1314.00;-1.10;0.22 +11786;4;3142.50;11.50;1316.50;2.35;0.22 +11786;5;3138.00;13.25;1316.50;4.24;0.22 +11786;6;3139.50;13.20;1318.00;3.60;0.22 +11786;9;3138.66;12.71;1315.00;1.57;0.22 +11786;10;3143.34;10.98;1315.00;-1.57;0.22 11786;21;3138.66;12.71;1315.00;1.57;0.22 +11787;0;3126.00;11.25;1426.00;0.00;0.22 +11787;1;3125.50;11.15;1424.00;-0.24;0.22 +11787;2;3128.00;11.15;1424.00;0.78;0.22 +11787;3;3123.00;11.30;1425.00;-1.24;0.22 +11787;4;3128.50;11.25;1426.00;1.57;0.22 +11787;5;3125.00;11.30;1427.50;3.73;0.22 +11787;6;3127.50;11.30;1428.50;2.60;0.22 +11787;9;3124.02;11.27;1426.00;1.57;0.22 +11787;10;3127.98;11.25;1426.00;-1.57;0.22 11787;21;3124.02;11.27;1426.00;1.57;0.22 +11788;0;1324.00;10.92;1597.00;0.00;0.44 +11788;1;1327.00;11.25;1591.50;0.49;0.44 +11788;2;1322.00;10.50;1593.50;-0.51;0.44 +11788;3;1329.00;11.52;1594.00;1.03;0.44 +11788;4;1326.50;11.70;1599.00;2.24;0.44 +11788;5;1320.00;10.60;1599.50;4.15;0.44 +11788;6;1321.50;10.85;1603.00;3.53;0.44 +11788;9;1320.04;10.62;1597.00;1.57;0.44 +11788;10;1327.96;11.76;1597.00;-1.57;0.44 11788;21;1320.04;10.62;1597.00;1.57;0.44 +11789;0;1565.00;10.77;1549.00;0.00;0.20 +11789;1;1565.00;10.85;1546.50;0.00;0.20 +11789;2;1568.50;11.45;1547.00;1.05;0.20 +11789;3;1561.50;10.60;1549.00;4.71;0.20 +11789;4;1568.50;11.20;1549.00;1.57;0.20 +11789;5;1563.00;10.65;1551.00;3.92;0.20 +11789;6;1566.00;10.77;1551.00;2.67;0.20 +11789;9;1562.48;10.55;1549.00;1.57;0.20 +11789;10;1567.52;11.10;1549.00;-1.57;0.20 11789;21;1562.48;10.55;1549.00;1.57;0.20 +11790;0;3011.00;13.62;1375.00;0.00;0.18 +11790;1;3009.50;13.00;1373.50;-0.78;0.18 +11790;2;3012.50;13.70;1373.00;0.64;0.18 +11790;3;3009.50;12.90;1376.00;4.12;0.18 +11790;4;3013.50;14.50;1375.50;1.76;0.18 +11790;5;3012.00;14.30;1377.50;2.76;0.18 +11790;9;3009.02;12.81;1375.00;1.57;0.18 +11790;10;3012.98;14.09;1375.00;-1.57;0.18 11790;21;3009.02;12.81;1375.00;1.57;0.18 +11791;0;1488.00;10.25;1555.00;0.00;0.34 +11791;1;1487.00;10.30;1551.50;-0.27;0.34 +11791;2;1490.50;10.30;1551.50;0.62;0.34 +11791;3;1485.00;10.32;1553.00;-0.98;0.34 +11791;4;1492.50;10.30;1554.00;1.35;0.34 +11791;5;1485.00;10.40;1556.50;4.24;0.34 +11791;6;1490.00;10.20;1556.50;2.21;0.34 +11791;7;1493.50;10.30;1555.50;1.66;0.34 +11791;8;1486.50;10.20;1559.50;3.46;0.34 +11791;9;1484.94;10.40;1555.00;1.57;0.34 +11791;10;1491.06;10.20;1555.00;-1.57;0.34 11791;21;1484.94;10.40;1555.00;1.57;0.34 +11792;0;3315.00;10.85;1298.00;0.00;0.26 +11792;1;3314.00;11.15;1294.50;-0.27;0.26 +11792;2;3317.00;10.80;1294.50;0.51;0.26 +11792;3;3313.00;11.05;1296.50;-0.92;0.26 +11792;4;3319.00;10.50;1296.00;1.10;0.26 +11792;5;1657.00;18.15;648.50;-1.19;0.26 +11792;6;3312.50;11.25;1299.00;4.33;0.26 +11792;7;3313.50;11.30;1301.50;3.54;0.26 +11792;8;3316.50;10.65;1302.00;2.78;0.26 +11792;9;3312.66;11.16;1298.00;1.57;0.26 +11792;10;3317.34;10.57;1298.00;-1.57;0.26 11792;21;3312.66;11.16;1298.00;1.57;0.26 +11793;0;2804.00;10.50;1356.00;0.00;0.20 +11793;1;2803.50;10.45;1354.00;-0.24;0.20 +11793;2;2805.00;10.50;1355.50;1.10;0.20 +11793;3;2802.00;10.60;1356.00;4.71;0.20 +11793;4;2803.50;10.60;1357.50;3.46;0.20 +11793;5;2805.50;10.60;1357.50;2.35;0.20 +11793;9;2802.20;10.60;1356.00;1.57;0.20 +11793;10;2805.80;10.48;1356.00;-1.57;0.20 11793;21;2805.80;10.48;1356.00;-1.57;0.20 +11794;0;2878.00;11.10;1444.00;0.00;0.24 +11794;1;2875.50;10.90;1442.50;-1.03;0.24 +11794;2;2878.00;11.05;1441.00;0.00;0.24 +11794;3;2879.50;10.80;1441.50;0.54;0.24 +11794;4;2880.50;10.70;1444.50;1.76;0.24 +11794;5;2875.00;10.75;1444.50;4.54;0.24 +11794;6;2877.50;10.80;1446.50;3.33;0.24 +11794;7;2880.50;10.50;1447.00;2.44;0.24 +11794;9;2875.84;10.90;1444.00;1.57;0.24 +11794;10;2880.16;10.75;1444.00;-1.57;0.24 11794;21;2875.84;10.90;1444.00;1.57;0.24 +11795;0;980.00;13.32;1439.00;0.00;0.30 +11795;1;982.50;13.35;1436.00;0.69;0.30 +11795;2;978.00;11.40;1436.50;-0.67;0.30 +11795;3;976.00;12.35;1440.00;4.46;0.30 +11795;4;983.00;14.00;1440.00;1.89;0.30 +11795;5;979.50;12.60;1443.00;3.26;0.30 +11795;9;976.76;12.23;1439.00;1.57;0.30 +11795;10;983.24;14.39;1439.00;-1.57;0.30 11795;21;976.76;12.23;1439.00;1.57;0.30 +11796;0;3260.00;11.57;1294.00;0.00;0.20 +11796;1;3257.50;11.60;1293.00;-1.19;0.20 +11796;2;3260.50;11.95;1291.00;0.16;0.20 +11796;3;3262.50;11.90;1294.00;1.57;0.20 +11796;4;3259.00;11.82;1296.00;3.60;0.20 +11796;5;3261.00;12.07;1298.00;2.89;0.20 +11796;6;3262.50;12.10;1297.50;2.52;0.20 +11796;9;3258.20;11.61;1294.00;1.57;0.20 +11796;10;3261.80;11.69;1294.00;-1.57;0.20 11796;21;3258.20;11.61;1294.00;1.57;0.20 +11797;0;3418.00;14.42;1310.00;0.00;0.26 +11797;1;3416.00;16.90;1307.00;-0.58;0.26 +11797;2;3421.50;13.60;1308.00;1.05;0.26 +11797;3;3412.50;17.90;1309.00;-1.39;0.26 +11797;4;3424.00;13.70;1311.00;1.73;0.26 +11797;5;3415.00;15.20;1311.50;4.24;0.26 +11797;6;3420.00;14.65;1313.00;2.55;0.26 +11797;9;3414.04;16.36;1310.00;1.57;0.26 +11797;10;3421.96;13.67;1310.00;-1.57;0.26 11797;21;3414.04;16.36;1310.00;1.57;0.26 +11798;0;2703.00;11.15;1292.00;0.00;0.24 +11798;1;2703.50;11.70;1289.00;0.16;0.24 +11798;2;2701.50;11.60;1289.50;-0.54;0.24 +11798;3;2705.00;11.40;1291.50;1.32;0.24 +11798;4;2701.00;11.20;1292.50;4.46;0.24 +11798;5;2704.00;11.10;1294.00;2.67;0.24 +11798;9;2700.84;11.24;1292.00;1.57;0.24 +11798;10;2705.16;11.34;1292.00;-1.57;0.24 11798;21;2705.16;11.34;1292.00;-1.57;0.24 +11799;0;1629.00;10.07;1556.00;0.00;0.18 +11799;1;1630.00;9.90;1552.50;0.27;0.18 +11799;2;1627.00;10.15;1554.00;-0.78;0.18 +11799;3;1631.50;9.90;1555.50;1.37;0.18 +11799;4;1626.50;10.10;1557.50;4.17;0.18 +11799;5;1629.50;10.00;1559.00;2.97;0.18 +11799;9;1627.38;10.25;1556.00;1.57;0.18 +11799;10;1630.62;9.94;1556.00;-1.57;0.18 11799;21;1627.38;10.25;1556.00;1.57;0.18 +11800;0;1557.00;10.50;1557.00;0.00;0.24 +11800;1;1555.50;10.80;1554.50;-0.54;0.24 +11800;2;1559.00;10.75;1555.00;0.78;0.24 +11800;3;1553.00;10.40;1556.50;-1.44;0.24 +11800;4;1560.50;10.70;1557.50;1.71;0.24 +11800;5;1553.00;10.40;1558.50;4.35;0.24 +11800;6;1556.00;10.20;1559.50;3.52;0.24 +11800;7;1559.50;10.70;1559.50;2.35;0.24 +11800;9;1554.30;10.40;1557.00;1.57;0.24 +11800;10;1559.70;10.70;1557.00;-1.57;0.24 11800;21;1554.30;10.40;1557.00;1.57;0.24 +11801;0;4644.00;11.70;1348.00;0.00;0.32 +11801;1;4642.00;11.75;1345.00;-0.58;0.32 +11801;2;4647.00;11.20;1345.50;0.87;0.32 +11801;3;4640.00;12.00;1348.50;4.58;0.32 +11801;4;4647.50;11.80;1349.50;1.97;0.32 +11801;5;4641.50;12.10;1350.50;3.92;0.32 +11801;6;4645.00;12.20;1351.50;2.86;0.32 +11801;9;4641.12;11.95;1348.00;1.57;0.32 +11801;10;4646.88;11.46;1348.00;-1.57;0.32 11801;21;4641.12;11.95;1348.00;1.57;0.32 +11802;0;1269.00;10.60;1480.00;0.00;0.36 +11802;1;1269.50;10.60;1476.00;0.12;0.36 +11802;2;1274.00;10.50;1478.50;1.27;0.36 +11802;3;1263.00;10.75;1480.50;4.62;0.36 +11802;4;1264.50;10.70;1483.50;4.05;0.36 +11802;5;1271.00;10.55;1483.50;2.62;0.36 +11802;9;1264.14;10.71;1480.00;1.57;0.36 +11802;10;1273.86;10.50;1480.00;-1.57;0.36 11802;21;1264.14;10.71;1480.00;1.57;0.36 +11803;0;3041.00;10.67;1345.00;0.00;0.20 +11803;1;3044.00;11.32;1343.00;0.98;0.20 +11803;2;3040.00;10.80;1343.50;-0.58;0.20 +11803;3;3044.00;11.10;1345.00;1.57;0.20 +11803;4;3037.50;10.70;1344.50;-1.42;0.20 +11803;5;3037.00;10.82;1346.00;4.46;0.20 +11803;6;3042.00;10.95;1347.00;2.67;0.20 +11803;7;3038.00;11.00;1347.50;4.01;0.20 +11803;8;3039.50;11.05;1348.00;3.60;0.20 +11803;9;3038.12;10.71;1345.00;1.57;0.20 +11803;10;3043.88;11.07;1345.00;-1.57;0.20 11803;21;3038.12;10.71;1345.00;1.57;0.20 +11804;0;2945.00;11.70;1366.00;0.00;0.22 +11804;1;2945.50;11.00;1363.50;0.19;0.22 +11804;2;2942.50;10.00;1365.00;-1.19;0.22 +11804;3;2947.00;13.67;1367.00;2.03;0.22 +11804;4;2943.50;11.00;1368.50;3.68;0.22 +11804;9;2943.02;10.36;1366.00;1.57;0.22 +11804;10;2946.98;13.48;1366.00;-1.57;0.22 +11804;19;2942.00;9.50;1371.00;-2.60;0.22 +11804;20;2941.10;9.50;1372.50;3.68;0.22 11804;21;2943.02;10.36;1366.00;1.57;0.22 +11805;0;2662.00;9.70;1304.00;0.00;0.22 +11805;1;2661.50;9.70;1302.00;-0.24;0.22 +11805;2;2664.50;9.50;1303.50;1.37;0.22 +11805;3;2665.00;9.50;1304.50;1.73;0.22 +11805;4;2660.50;9.70;1305.50;3.92;0.22 +11805;5;2664.00;9.70;1306.00;2.35;0.22 +11805;6;2662.00;9.70;1307.00;3.14;0.22 +11805;9;2660.02;9.55;1304.00;1.57;0.22 +11805;10;2663.98;9.60;1304.00;-1.57;0.22 +11805;19;2666.00;9.50;1303.00;-0.24;0.22 +11805;20;2667.69;9.50;1302.57;1.32;0.22 11805;21;2662.55;9.70;1301.29;1.57;0.22 +11806;0;2751.00;13.27;1350.00;0.00;0.20 +11806;1;2749.50;13.00;1348.50;-0.78;0.20 +11806;2;2751.50;13.70;1348.00;0.24;0.20 +11806;3;2753.50;13.80;1349.50;1.37;0.20 +11806;4;2749.50;13.00;1350.50;4.39;0.20 +11806;5;2751.50;13.50;1352.00;2.89;0.20 +11806;9;2749.20;13.00;1350.00;1.57;0.20 +11806;10;2752.80;13.74;1350.00;-1.57;0.20 11806;21;2752.80;13.74;1350.00;-1.57;0.20 +11807;0;2768.00;13.07;1296.00;0.00;0.24 +11807;1;2769.50;13.35;1294.00;0.64;0.24 +11807;2;2767.50;13.35;1294.00;-0.24;0.24 +11807;3;2766.00;12.65;1295.50;-1.32;0.24 +11807;4;2770.50;13.10;1296.00;1.57;0.24 +11807;5;2764.50;12.40;1296.50;4.57;0.24 +11807;6;2767.00;13.05;1297.50;3.73;0.24 +11807;7;2769.00;13.50;1299.00;2.82;0.24 +11807;9;2765.48;12.54;1296.00;1.57;0.24 +11807;10;2770.52;13.09;1296.00;-1.57;0.24 11807;21;2770.52;13.09;1296.00;-1.57;0.24 +11808;0;4744.00;10.07;1366.00;0.00;0.28 +11808;1;4743.00;10.07;1363.00;-0.32;0.28 +11808;2;4740.50;9.90;1364.00;-1.05;0.28 +11808;3;4746.00;10.25;1364.00;0.78;0.28 +11808;4;4741.50;9.90;1366.50;4.51;0.28 +11808;5;4747.00;10.22;1367.00;1.89;0.28 +11808;6;4744.00;10.00;1369.50;3.14;0.28 +11808;9;4741.48;9.90;1366.00;1.57;0.28 +11808;10;4746.52;10.20;1366.00;-1.57;0.28 11808;21;4741.48;9.90;1366.00;1.57;0.28 +11809;0;2744.00;12.90;1352.00;0.00;0.20 +11809;1;2744.00;12.95;1350.50;0.00;0.20 +11809;2;2746.00;12.95;1351.50;1.32;0.20 +11809;3;2741.50;12.75;1352.00;4.71;0.20 +11809;4;2743.50;12.80;1354.00;3.38;0.20 +11809;5;2745.50;12.90;1353.50;2.35;0.20 +11809;9;2742.20;12.85;1352.00;1.57;0.20 +11809;10;2745.80;12.95;1352.00;-1.57;0.20 11809;21;2745.80;12.95;1352.00;-1.57;0.20 +11810;0;3351.00;13.22;1271.00;0.00;0.28 +11810;1;3349.50;10.40;1267.00;-0.35;0.28 +11810;2;3348.50;12.05;1270.00;-1.19;0.28 +11810;3;3353.00;12.62;1270.00;1.10;0.28 +11810;4;3349.50;15.30;1273.50;3.68;0.28 +11810;5;3355.00;13.05;1274.00;2.21;0.28 +11810;6;3352.50;15.75;1275.00;2.78;0.28 +11810;9;3348.48;12.64;1271.00;1.57;0.28 +11810;10;3353.52;13.09;1271.00;-1.57;0.28 +11810;19;3348.00;9.50;1264.00;-0.36;0.28 +11810;20;3347.31;9.50;1262.39;-0.40;0.28 11810;21;3353.52;13.09;1271.00;-1.57;0.28 +11811;0;3276.00;10.52;1339.00;0.00;0.32 +11811;1;3276.00;10.85;1335.50;0.00;0.32 +11811;2;3274.00;10.10;1336.50;-0.67;0.32 +11811;3;3277.50;10.80;1337.50;0.78;0.32 +11811;4;3277.00;10.07;1342.00;2.82;0.32 +11811;5;3273.50;9.80;1339.50;4.51;0.32 +11811;6;3279.50;10.15;1340.00;1.84;0.32 +11811;9;3273.12;9.73;1339.00;1.57;0.32 +11811;10;3278.88;10.79;1339.00;-1.57;0.32 +11811;19;3282.00;9.60;1344.00;-3.46;0.32 +11811;20;3283.34;9.60;1345.12;2.26;0.32 11811;21;3273.02;10.10;1338.44;-1.57;0.32 +11812;0;2762.00;12.85;1304.00;0.00;0.20 +11812;1;2764.00;13.10;1301.50;0.67;0.20 +11812;2;2761.00;13.17;1302.00;-0.46;0.20 +11812;3;2760.50;12.30;1305.50;3.92;0.20 +11812;4;2764.00;12.72;1305.00;2.03;0.20 +11812;5;2763.50;12.25;1307.00;2.67;0.20 +11812;6;2762.00;12.10;1307.50;3.14;0.20 +11812;9;2760.20;12.78;1304.00;1.57;0.20 +11812;10;2763.80;12.93;1304.00;-1.57;0.20 11812;21;2763.80;12.93;1304.00;-1.57;0.20 +11813;0;3186.00;13.40;1356.00;0.00;0.24 +11813;1;3186.00;12.65;1353.50;0.00;0.24 +11813;2;3189.00;13.25;1355.00;1.24;0.24 +11813;3;3183.00;12.55;1355.00;-1.24;0.24 +11813;4;3184.50;13.55;1358.00;3.78;0.24 +11813;5;3187.50;13.55;1358.00;2.49;0.24 +11813;9;3183.66;13.07;1356.00;1.57;0.24 +11813;10;3188.34;13.40;1356.00;-1.57;0.24 11813;21;3183.66;13.07;1356.00;1.57;0.24 +11814;0;1026.00;12.27;1454.00;0.00;0.46 +11814;1;1027.00;11.07;1445.00;0.11;0.46 +11814;2;1022.50;10.45;1449.00;-0.61;0.46 +11814;3;1030.50;13.20;1450.50;0.91;0.46 +11814;4;1021.50;12.00;1459.00;3.87;0.46 +11814;5;1031.00;13.37;1457.00;2.11;0.46 +11814;6;1028.50;12.70;1460.50;2.77;0.46 +11814;9;1021.86;11.25;1454.00;1.57;0.46 +11814;10;1030.14;13.66;1454.00;-1.57;0.46 11814;21;1021.86;11.25;1454.00;1.57;0.46 +11815;0;4712.00;10.65;1350.00;0.00;0.22 +11815;1;4711.00;11.17;1347.00;-0.32;0.22 +11815;2;4708.50;11.25;1348.00;-1.05;0.22 +11815;3;4714.00;10.40;1348.00;0.78;0.22 +11815;4;4708.00;10.90;1351.00;4.46;0.22 +11815;5;4716.50;9.80;1351.00;1.78;0.22 +11815;6;4711.50;10.40;1352.50;3.33;0.22 +11815;7;4714.50;9.80;1352.50;2.35;0.22 +11815;9;4709.12;11.06;1350.00;1.57;0.22 +11815;10;4714.88;10.01;1350.00;-1.57;0.22 11815;21;4709.12;11.06;1350.00;1.57;0.22 +11816;0;3074.00;9.50;1384.00;0.00;0.24 +11816;1;3077.00;9.50;1381.50;0.87;0.24 +11816;2;3078.00;9.55;1381.50;1.01;0.24 +11816;3;3073.50;9.50;1383.50;-0.78;0.24 +11816;4;3077.00;10.12;1383.00;1.24;0.24 +11816;5;3073.50;10.10;1386.00;3.38;0.24 +11816;6;3071.50;9.50;1386.50;3.92;0.24 +11816;7;3072.00;9.82;1388.00;3.60;0.24 +11816;9;3071.66;9.50;1384.00;1.57;0.24 +11816;10;3076.34;10.38;1384.00;-1.57;0.24 +11816;19;3077.00;9.50;1382.00;-0.79;0.24 +11816;20;3078.45;9.50;1381.02;0.98;0.24 11816;21;3071.66;9.50;1384.00;1.57;0.24 +11817;0;1601.00;10.47;1568.00;0.00;0.22 +11817;1;1600.50;10.50;1565.50;-0.19;0.22 +11817;2;1598.00;10.50;1566.00;-0.98;0.22 +11817;3;1604.50;10.30;1566.50;1.16;0.22 +11817;4;1597.50;10.50;1568.50;4.57;0.22 +11817;5;1602.00;10.35;1570.00;2.67;0.22 +11817;6;1598.00;10.40;1570.50;4.01;0.22 +11817;9;1598.30;10.46;1568.00;1.57;0.22 +11817;10;1603.70;10.40;1568.00;-1.57;0.22 11817;21;1598.30;10.46;1568.00;1.57;0.22 +11818;0;3165.00;9.60;1335.00;0.00;0.16 +11818;1;3164.00;9.52;1333.00;-0.46;0.16 +11818;2;3166.50;9.70;1333.00;0.64;0.16 +11818;3;3166.50;10.05;1336.00;2.15;0.16 +11818;4;3163.00;9.50;1336.00;4.24;0.16 +11818;5;3164.50;10.15;1338.00;3.30;0.16 +11818;9;3163.56;9.50;1335.00;1.57;0.16 +11818;10;3166.44;9.89;1335.00;-1.57;0.16 +11818;19;3163.00;9.50;1331.00;-0.46;0.16 +11818;20;3162.21;9.50;1329.43;-0.46;0.16 11818;21;3164.05;10.20;1337.21;-1.57;0.16 +11819;0;2811.00;11.80;1361.00;0.00;0.24 +11819;1;2811.50;11.15;1358.00;0.16;0.24 +11819;2;2810.50;11.35;1359.00;-0.24;0.24 +11819;3;2813.00;11.75;1360.00;1.10;0.24 +11819;4;2809.00;11.35;1360.00;-1.10;0.24 +11819;5;2809.00;11.72;1362.00;4.24;0.24 +11819;6;2812.00;12.02;1363.00;2.67;0.24 +11819;7;2809.50;11.90;1364.00;3.60;0.24 +11819;9;2808.84;11.53;1361.00;1.57;0.24 +11819;10;2813.16;11.93;1361.00;-1.57;0.24 11819;21;2813.16;11.93;1361.00;-1.57;0.24 +11820;0;2726.00;11.17;1323.00;0.00;0.16 +11820;1;2723.50;11.10;1322.50;-1.37;0.16 +11820;2;2726.50;11.50;1321.50;0.32;0.16 +11820;3;2729.00;11.20;1323.50;1.73;0.16 +11820;4;2725.00;11.55;1325.00;3.60;0.16 +11820;5;2727.50;11.50;1325.50;2.60;0.16 +11820;9;2724.20;11.11;1323.00;1.57;0.16 +11820;10;2727.80;11.20;1323.00;-1.57;0.16 11820;21;2727.80;11.20;1323.00;-1.57;0.16 +11821;0;2803.00;12.40;1363.00;0.00;0.20 +11821;1;2801.50;11.40;1361.00;-0.64;0.20 +11821;2;2803.00;11.60;1361.00;0.00;0.20 +11821;3;2801.00;12.35;1363.50;4.46;0.20 +11821;4;2805.00;12.32;1363.00;1.57;0.20 +11821;5;2803.50;13.50;1365.50;2.94;0.20 +11821;6;2801.50;13.45;1366.00;3.60;0.20 +11821;9;2801.20;12.22;1363.00;1.57;0.20 +11821;10;2804.80;12.35;1363.00;-1.57;0.20 11821;21;2804.80;12.35;1363.00;-1.57;0.20 +11822;0;4638.00;10.35;1323.00;0.00;0.28 +11822;1;4637.50;10.20;1320.50;-0.19;0.28 +11822;2;4640.50;10.05;1320.00;0.69;0.28 +11822;3;4641.00;10.40;1323.50;1.73;0.28 +11822;4;4635.00;10.07;1322.00;-1.24;0.28 +11822;5;4634.50;10.35;1324.00;4.43;0.28 +11822;6;4638.00;10.70;1326.00;3.14;0.28 +11822;9;4635.48;10.29;1323.00;1.57;0.28 +11822;10;4640.52;10.39;1323.00;-1.57;0.28 11822;21;4635.48;10.29;1323.00;1.57;0.28 +11823;0;4807.00;14.50;1364.00;0.00;0.18 +11823;1;4806.50;14.50;1361.50;-0.19;0.18 +11823;2;4804.00;14.65;1363.50;-1.40;0.18 +11823;3;4809.50;14.70;1364.00;1.57;0.18 +11823;4;4807.50;14.45;1366.00;2.89;0.18 +11823;9;4805.02;14.59;1364.00;1.57;0.18 +11823;10;4808.98;14.62;1364.00;-1.57;0.18 11823;21;4805.02;14.59;1364.00;1.57;0.18 +11824;0;2942.00;9.97;1326.00;0.00;0.22 +11824;1;2942.50;9.70;1323.50;0.19;0.22 +11824;2;2939.00;9.55;1326.00;4.71;0.22 +11824;3;2940.00;9.70;1323.50;-0.67;0.22 +11824;4;2945.00;10.65;1326.00;1.57;0.22 +11824;5;2941.50;10.30;1328.50;3.33;0.22 +11824;6;2944.00;11.55;1328.50;2.46;0.22 +11824;9;2939.66;9.70;1326.00;1.57;0.22 +11824;10;2944.34;10.59;1326.00;-1.57;0.22 +11824;19;2940.00;9.50;1322.00;-0.67;0.22 +11824;20;2939.21;9.50;1320.43;-0.46;0.22 11824;21;2939.66;9.70;1326.00;1.57;0.22 +11825;0;2728.00;12.10;1355.00;0.00;0.16 +11825;1;2727.50;12.05;1353.00;-0.24;0.16 +11825;2;2730.50;12.10;1353.50;1.03;0.16 +11825;3;2725.00;12.05;1355.00;4.71;0.16 +11825;4;2731.50;12.40;1356.00;1.84;0.16 +11825;5;2728.00;12.10;1357.00;3.14;0.16 +11825;9;2725.48;12.09;1355.00;1.57;0.16 +11825;10;2730.52;12.25;1355.00;-1.57;0.16 11825;21;2732.20;12.40;1354.80;-1.57;0.16 +11826;0;3352.00;12.75;1321.00;0.00;0.26 +11826;1;3349.00;12.37;1319.00;-0.98;0.26 +11826;2;3353.50;12.50;1318.50;0.54;0.26 +11826;3;3356.00;12.65;1321.50;1.69;0.26 +11826;4;3349.00;12.65;1322.00;4.39;0.26 +11826;5;3352.50;12.95;1323.00;2.89;0.26 +11826;6;3355.50;12.70;1324.00;2.27;0.26 +11826;9;3348.76;12.47;1321.00;1.57;0.26 +11826;10;3355.24;12.65;1321.00;-1.57;0.26 11826;21;3348.76;12.47;1321.00;1.57;0.26 +11828;0;4775.00;12.90;1339.00;0.00;0.24 +11828;1;4775.00;13.65;1336.00;0.00;0.24 +11828;2;4773.00;13.00;1337.00;-0.78;0.24 +11828;3;4777.00;13.37;1338.00;1.10;0.24 +11828;4;4772.00;12.40;1339.00;4.71;0.24 +11828;5;4774.50;12.40;1341.50;3.33;0.24 +11828;6;4777.50;12.70;1341.50;2.35;0.24 +11828;9;4772.84;12.53;1339.00;1.57;0.24 +11828;10;4777.16;13.16;1339.00;-1.57;0.24 11828;21;4772.84;12.53;1339.00;1.57;0.24 +11829;0;3266.00;9.70;1342.00;0.00;0.18 +11829;1;3265.50;9.70;1342.00;4.71;0.18 +11829;2;3268.50;9.75;1341.00;1.19;0.18 +11829;3;3262.50;9.70;1342.50;4.57;0.18 +11829;9;3263.48;9.69;1342.00;1.57;0.18 +11829;10;3268.52;9.80;1342.00;-1.57;0.18 +11829;19;3261.00;9.50;1341.00;-1.57;0.18 +11829;20;3259.28;9.50;1340.65;-1.37;0.18 11829;21;3263.48;9.69;1342.00;1.57;0.18 +11830;0;1683.00;9.75;1576.00;0.00;0.28 +11830;1;1686.50;9.65;1573.00;0.86;0.28 +11830;2;1682.00;9.65;1574.00;-0.46;0.28 +11830;3;1678.00;9.75;1576.00;4.71;0.28 +11830;4;1686.50;9.80;1577.50;1.97;0.28 +11830;5;1678.00;9.80;1577.50;4.42;0.28 +11830;6;1678.00;9.80;1578.50;4.24;0.28 +11830;7;1681.00;9.80;1579.00;3.73;0.28 +11830;9;1679.40;9.75;1576.00;1.57;0.28 +11830;10;1686.60;9.70;1576.00;-1.57;0.28 +11830;19;1692.00;9.50;1576.00;0.86;0.28 +11830;20;1693.75;9.50;1576.00;1.57;0.28 11830;21;1679.40;9.75;1576.00;1.57;0.28 +11831;0;3273.00;13.12;1315.00;0.00;0.20 +11831;1;3272.50;13.10;1312.00;-0.16;0.20 +11831;2;3275.00;13.22;1312.00;0.58;0.20 +11831;3;3275.00;13.05;1315.50;1.81;0.20 +11831;4;3270.50;13.50;1315.50;4.51;0.20 +11831;5;3272.00;13.35;1318.00;3.46;0.20 +11831;9;3271.20;13.41;1315.00;1.57;0.20 +11831;10;3274.80;13.04;1315.00;-1.57;0.20 11831;21;3271.20;13.41;1315.00;1.57;0.20 +11832;0;3146.00;10.90;1367.00;0.00;0.16 +11832;1;3145.00;10.95;1365.50;-0.58;0.16 +11832;2;3143.50;10.80;1367.50;4.51;0.16 +11832;3;3149.00;11.62;1366.00;1.24;0.16 +11832;4;3148.50;11.30;1368.00;1.95;0.16 +11832;5;3146.50;11.00;1369.50;2.94;0.16 +11832;9;3142.76;10.86;1367.00;1.57;0.16 +11832;10;3149.24;11.57;1367.00;-1.57;0.16 11832;21;3149.24;11.57;1367.00;-1.57;0.16 +11833;0;2974.00;9.60;1380.00;0.00;0.26 +11833;1;2973.50;9.50;1378.00;-0.24;0.26 +11833;2;2977.00;9.70;1378.00;0.98;0.26 +11833;3;2976.00;9.75;1381.00;2.03;0.26 +11833;4;2971.50;9.50;1381.50;4.17;0.26 +11833;5;2973.00;9.70;1383.50;3.42;0.26 +11833;9;2971.66;9.50;1380.00;1.57;0.26 +11833;10;2976.34;9.70;1380.00;-1.57;0.26 +11833;19;2969.92;9.50;1377.58;-2.21;0.26 +11833;20;2966.30;9.50;1375.60;4.79;0.26 11833;21;2971.66;9.50;1380.00;1.57;0.26 +11834;0;2891.00;9.60;1387.00;0.00;0.22 +11834;1;2890.00;9.50;1385.50;-0.58;0.22 +11834;2;2893.50;9.50;1384.50;0.78;0.22 +11834;3;2894.00;9.70;1385.50;1.10;0.22 +11834;4;2893.50;9.80;1387.50;1.76;0.22 +11834;5;2889.00;9.65;1388.50;4.06;0.22 +11834;6;2891.00;9.92;1389.00;3.14;0.22 +11834;7;2889.00;9.85;1389.50;3.81;0.22 +11834;9;2888.66;9.50;1387.00;1.57;0.22 +11834;10;2893.34;9.74;1387.00;-1.57;0.22 +11834;19;2895.00;9.50;1383.00;-0.59;0.22 +11834;20;2896.23;9.50;1381.76;0.78;0.22 11834;21;2888.66;9.50;1387.00;1.57;0.22 +11835;0;4751.00;10.30;1323.00;0.00;0.24 +11835;1;4750.00;9.50;1320.50;-0.38;0.24 +11835;2;4753.50;10.40;1321.50;1.03;0.24 +11835;3;4753.00;11.00;1324.00;2.03;0.24 +11835;4;4748.00;9.85;1323.50;4.54;0.24 +11835;5;4750.00;10.70;1325.50;3.52;0.24 +11835;9;4748.84;9.90;1323.00;1.57;0.24 +11835;10;4753.16;10.81;1323.00;-1.57;0.24 +11835;19;4748.00;9.50;1321.00;-0.38;0.24 +11835;20;4746.54;9.50;1320.02;-0.98;0.24 11835;21;4748.84;9.90;1323.00;1.57;0.24 +11836;0;4720.00;10.17;1383.00;0.00;0.32 +11836;1;4718.50;10.70;1379.00;-0.35;0.32 +11836;2;4715.00;10.52;1381.00;-1.19;0.32 +11836;3;4723.00;9.92;1383.00;1.57;0.32 +11836;4;4716.00;10.30;1382.50;-1.44;0.32 +11836;5;4719.50;10.00;1385.50;3.33;0.32 +11836;6;4723.00;9.95;1387.00;2.49;0.32 +11836;9;4716.76;10.18;1383.00;1.57;0.32 +11836;10;4723.24;9.91;1383.00;-1.57;0.32 11836;21;4716.76;10.18;1383.00;1.57;0.32 +11837;0;3075.00;9.67;1335.00;0.00;0.26 +11837;1;3075.00;9.50;1332.50;0.00;0.26 +11837;2;3078.00;9.70;1334.00;1.24;0.26 +11837;3;3071.00;9.65;1334.50;-1.44;0.26 +11837;4;3073.00;9.87;1337.00;3.92;0.26 +11837;5;3077.00;10.00;1337.00;2.35;0.26 +11837;9;3072.12;9.58;1335.00;1.57;0.26 +11837;10;3077.88;9.78;1335.00;-1.57;0.26 +11837;19;3069.95;9.50;1329.78;-0.80;0.26 +11837;20;3072.22;9.50;1325.17;0.28;0.26 11837;21;3072.12;9.58;1335.00;1.57;0.26 +11838;0;2796.00;12.42;1373.00;0.00;0.20 +11838;1;2796.50;12.50;1371.00;0.24;0.20 +11838;2;2798.00;12.50;1371.00;0.78;0.20 +11838;3;2798.00;12.87;1373.00;1.57;0.20 +11838;4;2794.50;12.30;1372.50;-1.24;0.20 +11838;5;2794.00;12.35;1374.50;4.06;0.20 +11838;6;2796.00;13.05;1375.50;3.14;0.20 +11838;7;2794.50;12.75;1376.00;3.60;0.20 +11838;9;2794.20;12.27;1373.00;1.57;0.20 +11838;10;2797.80;12.84;1373.00;-1.57;0.20 11838;21;2797.80;12.84;1373.00;-1.57;0.20 +11839;0;3341.00;12.10;1326.00;0.00;0.20 +11839;1;3340.00;11.80;1323.50;-0.38;0.20 +11839;2;3337.50;11.70;1325.50;-1.42;0.20 +11839;3;3343.50;12.70;1324.50;1.03;0.20 +11839;4;3343.50;12.60;1327.00;1.95;0.20 +11839;5;3338.50;11.60;1328.00;4.03;0.20 +11839;6;3341.00;11.70;1329.00;3.14;0.20 +11839;9;3338.30;11.75;1326.00;1.57;0.20 +11839;10;3343.70;12.79;1326.00;-1.57;0.20 11839;21;3338.30;11.75;1326.00;1.57;0.20 +11840;0;2696.00;13.60;1365.00;0.00;0.20 +11840;1;2696.00;13.97;1362.00;0.00;0.20 +11840;2;2694.00;13.60;1364.00;-1.10;0.20 +11840;3;2697.50;14.10;1364.50;1.24;0.20 +11840;4;2694.00;13.35;1366.50;4.06;0.20 +11840;5;2697.00;13.42;1367.00;2.67;0.20 +11840;6;2695.50;12.65;1368.00;3.30;0.20 +11840;9;2694.20;13.56;1365.00;1.57;0.20 +11840;10;2697.80;14.12;1365.00;-1.57;0.20 11840;21;2694.20;13.56;1365.00;1.57;0.20 +11841;0;1584.00;9.82;1493.00;0.00;0.28 +11841;1;1584.50;9.85;1490.00;0.16;0.28 +11841;2;1588.50;9.80;1492.50;1.46;0.28 +11841;3;1580.50;9.85;1493.00;4.71;0.28 +11841;4;1584.50;9.80;1496.00;2.97;0.28 +11841;5;1580.00;9.95;1496.00;4.06;0.28 +11841;9;1580.94;9.82;1493.00;1.57;0.28 +11841;10;1587.06;9.80;1493.00;-1.57;0.28 11841;21;1580.94;9.82;1493.00;1.57;0.28 +11842;0;3227.00;9.87;1357.00;0.00;0.20 +11842;1;3224.00;9.75;1356.00;-1.24;0.20 +11842;2;3226.50;9.80;1355.00;-0.24;0.20 +11842;3;3230.00;9.95;1357.00;1.57;0.20 +11842;4;3225.00;9.97;1359.00;3.92;0.20 +11842;5;3229.00;10.25;1360.00;2.55;0.20 +11842;9;3224.66;9.80;1357.00;1.57;0.20 +11842;10;3229.34;9.95;1357.00;-1.57;0.20 11842;21;3224.66;9.80;1357.00;1.57;0.20 +11843;0;2701.00;12.20;1372.00;0.00;0.20 +11843;1;2702.00;12.92;1370.00;0.46;0.20 +11843;2;2704.00;13.30;1370.00;0.98;0.20 +11843;3;2699.50;12.60;1370.50;-0.78;0.20 +11843;4;2702.50;12.00;1372.50;1.89;0.20 +11843;5;2699.00;12.75;1373.00;4.24;0.20 +11843;6;2701.50;12.60;1374.50;2.94;0.20 +11843;9;2698.84;12.64;1372.00;1.57;0.20 +11843;10;2703.16;12.19;1372.00;-1.57;0.20 11843;21;2703.16;12.19;1372.00;-1.57;0.20 +11844;0;3335.00;10.72;1308.00;0.00;0.28 +11844;1;3334.00;10.40;1306.00;-0.46;0.28 +11844;2;3339.00;11.15;1306.50;1.21;0.28 +11844;3;3337.00;11.22;1310.00;2.35;0.28 +11844;4;3330.50;10.40;1309.50;4.39;0.28 +11844;5;3332.50;10.70;1311.00;3.83;0.28 +11844;9;3331.94;10.28;1308.00;1.57;0.28 +11844;10;3338.06;11.10;1308.00;-1.57;0.28 11844;21;3331.94;10.28;1308.00;1.57;0.28 +11845;0;3091.00;14.32;1381.00;0.00;0.18 +11845;1;3090.50;13.35;1379.00;-0.24;0.18 +11845;2;3093.00;13.30;1378.50;0.67;0.18 +11845;3;3093.50;13.70;1380.50;1.37;0.18 +11845;4;3088.50;14.35;1382.00;4.33;0.18 +11845;5;3092.00;13.85;1383.00;2.67;0.18 +11845;9;3089.02;13.97;1381.00;1.57;0.18 +11845;10;3092.98;13.86;1381.00;-1.57;0.18 11845;21;3089.02;13.97;1381.00;1.57;0.18 +11846;0;3012.00;10.15;1352.00;0.00;0.26 +11846;1;3013.00;9.57;1349.00;0.32;0.26 +11846;2;3009.50;9.65;1350.00;-0.89;0.26 +11846;3;3014.50;10.30;1351.50;1.37;0.26 +11846;4;3009.50;9.90;1353.50;4.17;0.26 +11846;5;3013.00;10.92;1355.00;2.82;0.26 +11846;9;3009.12;9.70;1352.00;1.57;0.26 +11846;10;3014.88;10.48;1352.00;-1.57;0.26 +11846;19;3010.94;9.50;1345.79;-1.48;0.26 +11846;20;3011.18;9.50;1341.23;-0.50;0.26 11846;21;3009.12;9.70;1352.00;1.57;0.26 +11847;0;5012.00;12.17;1328.00;0.00;0.26 +11847;1;5014.00;12.82;1325.00;0.58;0.26 +11847;2;5011.50;12.70;1325.00;-0.16;0.26 +11847;3;5010.00;12.25;1327.00;-1.10;0.26 +11847;4;5015.00;11.65;1329.00;1.89;0.26 +11847;5;5009.50;11.90;1330.00;4.03;0.26 +11847;6;5011.50;11.50;1332.00;3.26;0.26 +11847;9;5009.66;12.15;1328.00;1.57;0.26 +11847;10;5014.34;12.11;1328.00;-1.57;0.26 +11847;19;5014.00;10.50;1333.00;-4.39;0.26 +11847;20;5014.65;10.50;1334.62;2.76;0.26 11847;21;5009.66;12.15;1328.00;1.57;0.26 +11848;0;3227.00;9.50;1303.00;0.00;0.24 +11848;1;3225.00;9.50;1303.50;4.46;0.24 +11848;2;3228.00;9.85;1299.50;0.27;0.24 +11848;3;3230.00;9.90;1302.00;1.24;0.24 +11848;4;3229.00;10.15;1305.50;2.46;0.24 +11848;5;3227.00;9.80;1307.50;3.14;0.24 +11848;9;3224.84;9.50;1303.00;1.57;0.24 +11848;10;3229.16;9.76;1303.00;-1.57;0.24 +11848;19;3225.00;9.57;1299.00;-1.82;0.24 +11848;20;3224.21;9.57;1297.43;-0.46;0.24 11848;21;3224.84;9.50;1303.00;1.57;0.24 +11849;0;2881.00;9.60;1391.00;0.00;0.20 +11849;1;2881.00;9.50;1389.00;0.00;0.20 +11849;2;2880.00;9.70;1391.50;4.24;0.20 +11849;3;2884.00;9.75;1390.50;1.40;0.20 +11849;4;2882.00;9.70;1392.50;2.55;0.20 +11849;9;2879.20;9.66;1391.00;1.57;0.20 +11849;10;2882.80;9.86;1391.00;-1.57;0.20 +11849;19;2879.00;9.50;1387.00;0.00;0.20 +11849;20;2878.21;9.50;1385.43;-0.46;0.20 11849;21;2879.20;9.66;1391.00;1.57;0.20 +11850;0;4793.00;12.80;1371.00;0.00;0.22 +11850;1;4794.00;13.05;1368.50;0.38;0.22 +11850;2;4791.50;12.95;1368.00;-0.46;0.22 +11850;3;4790.50;12.80;1369.50;-1.03;0.22 +11850;4;4796.00;13.17;1371.00;1.57;0.22 +11850;5;4791.50;12.70;1372.50;3.92;0.22 +11850;6;4795.50;12.70;1373.50;2.35;0.22 +11850;7;4793.00;12.35;1374.50;3.14;0.22 +11850;9;4791.02;12.80;1371.00;1.57;0.22 +11850;10;4794.98;13.02;1371.00;-1.57;0.22 11850;21;4791.02;12.80;1371.00;1.57;0.22 +11851;0;2696.00;10.47;1296.00;0.00;0.24 +11851;1;2695.00;10.55;1293.50;-0.38;0.24 +11851;2;2697.00;11.25;1292.50;0.27;0.24 +11851;3;2697.50;11.00;1294.50;0.78;0.24 +11851;4;2693.50;10.20;1296.50;4.51;0.24 +11851;5;2695.00;10.30;1298.00;3.60;0.24 +11851;6;2699.00;10.60;1297.50;2.03;0.24 +11851;7;2697.50;10.35;1299.00;2.67;0.24 +11851;9;2693.84;10.21;1296.00;1.57;0.24 +11851;10;2698.16;10.81;1296.00;-1.57;0.24 11851;21;2698.16;10.81;1296.00;-1.57;0.24 +11852;0;2757.00;12.60;1370.00;0.00;0.24 +11852;1;2757.00;13.25;1367.50;0.00;0.24 +11852;2;2758.00;13.30;1367.50;0.38;0.24 +11852;3;2756.00;12.80;1368.50;-0.58;0.24 +11852;4;2759.50;12.80;1369.50;1.37;0.24 +11852;5;2755.00;12.50;1371.00;4.24;0.24 +11852;6;2759.50;12.45;1371.00;1.95;0.24 +11852;7;2757.00;12.42;1372.00;3.14;0.24 +11852;8;2755.50;12.40;1372.00;3.78;0.24 +11852;9;2754.84;12.55;1370.00;1.57;0.24 +11852;10;2759.16;12.61;1370.00;-1.57;0.24 11852;21;2759.16;12.61;1370.00;-1.57;0.24 +11853;0;3450.00;17.90;1319.00;0.00;0.24 +11853;1;3448.50;17.60;1316.00;-0.46;0.24 +11853;2;3451.50;18.60;1316.50;0.54;0.24 +11853;3;3445.50;17.25;1318.00;-1.35;0.24 +11853;4;3454.50;18.30;1319.00;1.57;0.24 +11853;5;3445.50;17.10;1320.50;4.39;0.24 +11853;6;3448.50;17.25;1321.00;3.78;0.24 +11853;7;3453.00;17.02;1322.00;2.35;0.24 +11853;9;3446.22;17.56;1319.00;1.57;0.24 +11853;10;3453.78;18.40;1319.00;-1.57;0.24 11853;21;3446.22;17.56;1319.00;1.57;0.24 +11854;0;2747.00;13.12;1372.00;0.00;0.16 +11854;1;2747.00;12.97;1370.00;0.00;0.16 +11854;2;2744.50;12.90;1370.50;-1.03;0.16 +11854;3;2744.50;13.10;1372.00;4.71;0.16 +11854;4;2750.00;12.95;1372.00;1.57;0.16 +11854;5;2748.50;13.10;1373.00;2.15;0.16 +11854;6;2746.00;13.07;1374.00;3.60;0.16 +11854;9;2744.84;13.11;1372.00;1.57;0.16 +11854;10;2749.16;13.06;1372.00;-1.57;0.16 11854;21;2749.16;13.06;1372.00;-1.57;0.16 +11855;0;4675.00;13.05;1360.00;0.00;0.36 +11855;1;4676.50;13.30;1355.50;0.32;0.36 +11855;2;4673.50;12.75;1357.00;-0.46;0.36 +11855;3;4678.50;13.40;1358.50;1.16;0.36 +11855;4;4671.50;12.80;1361.50;4.30;0.36 +11855;5;4680.50;13.30;1361.50;1.83;0.36 +11855;6;4676.00;13.00;1363.50;2.86;0.36 +11855;9;4671.58;12.56;1360.00;1.57;0.36 +11855;10;4678.42;13.39;1360.00;-1.57;0.36 11855;21;4671.58;12.56;1360.00;1.57;0.36 +11856;0;3133.00;13.20;1343.00;0.00;0.20 +11856;1;3131.50;13.50;1341.50;-0.78;0.20 +11856;2;3134.50;13.35;1341.00;0.64;0.20 +11856;3;3135.50;13.50;1343.50;1.76;0.20 +11856;4;3130.50;13.55;1343.00;4.71;0.20 +11856;5;3131.50;13.30;1345.00;3.78;0.20 +11856;6;3134.50;13.15;1346.00;2.67;0.20 +11856;9;3131.20;13.48;1343.00;1.57;0.20 +11856;10;3134.80;13.36;1343.00;-1.57;0.20 11856;21;3131.20;13.48;1343.00;1.57;0.20 +11857;0;3153.00;13.42;1373.00;0.00;0.24 +11857;1;3154.00;13.15;1369.50;0.27;0.24 +11857;2;3155.00;13.07;1372.00;1.10;0.24 +11857;3;3152.00;13.00;1371.00;-0.46;0.24 +11857;4;3151.00;13.75;1374.00;4.24;0.24 +11857;5;3154.00;13.50;1375.50;2.76;0.24 +11857;6;3152.50;13.80;1376.00;3.30;0.24 +11857;9;3150.84;13.65;1373.00;1.57;0.24 +11857;10;3155.16;13.13;1373.00;-1.57;0.24 11857;21;3155.16;13.13;1373.00;-1.57;0.24 +11858;0;3103.00;13.60;1379.00;0.00;0.24 +11858;1;3105.00;14.12;1376.00;0.58;0.24 +11858;2;3102.00;12.77;1377.00;-0.46;0.24 +11858;3;3107.00;13.40;1377.50;1.21;0.24 +11858;4;3099.50;12.50;1379.50;4.57;0.24 +11858;5;3106.50;13.40;1379.50;1.71;0.24 +11858;6;3105.00;13.85;1380.50;2.21;0.24 +11858;7;3100.50;13.00;1382.00;3.83;0.24 +11858;8;3102.50;13.75;1382.00;3.30;0.24 +11858;9;3100.12;12.55;1379.00;1.57;0.24 +11858;10;3105.88;13.72;1379.00;-1.57;0.24 11858;21;3100.12;12.55;1379.00;1.57;0.24 +11859;0;942.00;9.72;1442.00;0.00;0.40 +11859;1;938.00;9.50;1437.00;-0.67;0.40 +11859;2;946.00;9.70;1439.50;1.01;0.40 +11859;3;946.00;11.25;1443.50;1.93;0.40 +11859;4;938.00;9.72;1443.00;4.46;0.40 +11859;5;942.00;11.45;1445.00;3.14;0.40 +11859;9;938.04;9.55;1442.00;1.57;0.40 +11859;10;945.96;10.11;1442.00;-1.57;0.40 +11859;19;935.00;9.50;1433.00;-0.67;0.40 +11859;20;933.92;9.50;1431.61;-0.66;0.40 11859;21;938.04;9.55;1442.00;1.57;0.40 +11860;0;3302.00;13.02;1291.00;0.00;0.26 +11860;1;3301.50;13.55;1288.00;-0.16;0.26 +11860;2;3305.00;13.40;1289.50;1.10;0.26 +11860;3;3298.50;13.30;1290.50;-1.42;0.26 +11860;4;3299.00;12.85;1293.50;4.01;0.26 +11860;5;3306.50;12.20;1293.00;1.98;0.26 +11860;6;3303.00;12.52;1294.00;2.82;0.26 +11860;9;3298.76;13.27;1291.00;1.57;0.26 +11860;10;3305.24;12.88;1291.00;-1.57;0.26 11860;21;3298.76;13.27;1291.00;1.57;0.26 +11861;0;2999.00;11.25;1390.00;0.00;0.22 +11861;1;2999.00;11.17;1387.00;0.00;0.22 +11861;2;3001.00;11.07;1387.00;0.58;0.22 +11861;3;2997.00;11.45;1390.50;4.46;0.22 +11861;4;3001.50;11.50;1390.50;1.76;0.22 +11861;5;2998.50;11.60;1393.00;3.30;0.22 +11861;9;2997.02;11.42;1390.00;1.57;0.22 +11861;10;3000.98;11.37;1390.00;-1.57;0.22 11861;21;2997.02;11.42;1390.00;1.57;0.22 +11862;0;4815.00;13.22;1377.00;0.00;0.22 +11862;1;4816.00;12.85;1374.50;0.38;0.22 +11862;2;4813.00;13.30;1375.50;-0.92;0.22 +11862;3;4818.00;12.60;1376.50;1.40;0.22 +11862;4;4812.00;13.45;1377.50;4.54;0.22 +11862;5;4817.00;12.50;1378.50;2.21;0.22 +11862;6;4814.50;13.30;1379.50;3.33;0.22 +11862;9;4812.66;13.45;1377.00;1.57;0.22 +11862;10;4817.34;12.69;1377.00;-1.57;0.22 11862;21;4812.66;13.45;1377.00;1.57;0.22 +11863;0;2751.00;12.40;1312.00;0.00;0.20 +11863;1;2750.00;12.00;1309.50;-0.38;0.20 +11863;2;2748.00;12.35;1310.50;-1.10;0.20 +11863;3;2752.50;11.90;1310.50;0.78;0.20 +11863;4;2747.50;12.80;1312.00;4.71;0.20 +11863;5;2753.50;12.15;1313.00;1.95;0.20 +11863;6;2748.50;12.80;1313.00;4.33;0.20 +11863;7;2751.00;12.80;1314.50;3.14;0.20 +11863;9;2748.66;12.66;1312.00;1.57;0.20 +11863;10;2753.34;12.01;1312.00;-1.57;0.20 11863;21;2748.66;12.66;1312.00;1.57;0.20 +11864;0;4787.00;11.87;1400.00;0.00;0.32 +11864;1;4783.50;11.80;1397.50;-0.95;0.32 +11864;2;4788.50;12.20;1397.50;0.54;0.32 +11864;3;4783.50;11.20;1401.50;4.30;0.32 +11864;4;4791.00;11.25;1402.00;2.03;0.32 +11864;5;4786.00;11.27;1403.00;3.46;0.32 +11864;9;4783.76;11.38;1400.00;1.57;0.32 +11864;10;4790.24;11.71;1400.00;-1.57;0.32 11864;21;4783.76;11.38;1400.00;1.57;0.32 +11865;0;4494.00;13.90;1157.00;0.00;0.42 +11865;1;4491.00;13.65;1152.50;-0.58;0.42 +11865;2;4496.00;14.10;1154.50;0.67;0.42 +11865;3;4489.50;12.80;1156.50;-1.46;0.42 +11865;4;4500.00;14.05;1159.50;1.96;0.42 +11865;5;4492.00;12.42;1160.00;3.73;0.42 +11865;6;4496.50;12.75;1162.00;2.67;0.42 +11865;9;4490.04;12.84;1157.00;1.57;0.42 +11865;10;4497.96;14.12;1157.00;-1.57;0.42 11865;21;4490.04;12.84;1157.00;1.57;0.42 +11866;0;3303.00;10.95;1346.00;0.00;0.26 +11866;1;3303.00;12.20;1342.50;0.00;0.26 +11866;2;3305.50;11.80;1344.50;1.03;0.26 +11866;3;3300.50;10.65;1345.00;-1.19;0.26 +11866;4;3305.00;10.37;1348.00;2.35;0.26 +11866;5;3302.00;9.75;1348.50;3.52;0.26 +11866;9;3300.66;10.31;1346.00;1.57;0.26 +11866;10;3305.34;11.23;1346.00;-1.57;0.26 +11866;19;3297.00;9.50;1348.00;-2.76;0.26 +11866;20;3295.34;9.50;1348.55;4.39;0.26 11866;21;3300.66;10.31;1346.00;1.57;0.26 +11867;0;3251.00;11.22;1323.00;0.00;0.24 +11867;1;3251.00;11.77;1320.00;0.00;0.24 +11867;2;3254.00;11.95;1320.00;0.78;0.24 +11867;3;3253.50;11.40;1323.50;1.76;0.24 +11867;4;3248.00;11.20;1322.50;-1.40;0.24 +11867;5;3249.00;10.50;1325.00;3.92;0.24 +11867;6;3250.50;10.10;1327.00;3.26;0.24 +11867;7;3252.00;10.30;1327.00;2.89;0.24 +11867;9;3248.84;11.11;1323.00;1.57;0.24 +11867;10;3253.16;11.39;1323.00;-1.57;0.24 +11867;19;3251.00;9.55;1330.00;-3.02;0.24 +11867;20;3251.00;9.55;1331.75;3.14;0.24 11867;21;3248.84;11.11;1323.00;1.57;0.24 +11868;0;3158.00;12.82;1382.00;0.00;0.22 +11868;1;3156.50;13.35;1380.00;-0.64;0.22 +11868;2;3158.50;13.40;1379.50;0.19;0.22 +11868;3;3160.50;12.40;1382.50;1.76;0.22 +11868;4;3156.50;12.55;1383.00;4.12;0.22 +11868;5;3158.00;11.80;1385.00;3.14;0.22 +11868;9;3156.02;12.80;1382.00;1.57;0.22 +11868;10;3159.98;12.65;1382.00;-1.57;0.22 11868;21;3156.02;12.80;1382.00;1.57;0.22 +11869;0;2817.00;9.80;1445.00;0.00;0.20 +11869;1;2816.50;9.95;1442.00;-0.16;0.20 +11869;2;2814.50;9.80;1444.00;-1.19;0.20 +11869;3;2819.00;9.85;1444.50;1.32;0.20 +11869;4;2819.00;9.80;1447.00;2.35;0.20 +11869;5;2816.00;9.80;1447.50;3.52;0.20 +11869;6;2818.00;9.80;1448.50;2.86;0.20 +11869;9;2815.20;9.80;1445.00;1.57;0.20 +11869;10;2818.80;9.81;1445.00;-1.57;0.20 11869;21;2815.20;9.80;1445.00;1.57;0.20 +11870;0;2770.00;14.00;1334.00;0.00;0.16 +11870;1;2769.50;14.00;1332.50;-0.32;0.16 +11870;2;2773.00;13.85;1332.00;0.98;0.16 +11870;3;2772.50;13.75;1334.00;1.57;0.16 +11870;4;2767.00;13.77;1334.00;4.71;0.16 +11870;5;2769.50;13.80;1335.50;3.46;0.16 +11870;9;2767.48;13.84;1334.00;1.57;0.16 +11870;10;2772.52;13.74;1334.00;-1.57;0.16 11870;21;2772.52;13.74;1334.00;-1.57;0.16 +11871;0;3420.00;10.35;1268.00;0.00;0.32 +11871;1;3417.50;10.30;1264.50;-0.62;0.32 +11871;2;3421.50;10.10;1265.00;0.46;0.32 +11871;3;3416.50;10.55;1268.00;4.71;0.32 +11871;4;3424.50;10.25;1266.00;1.15;0.32 +11871;5;3422.50;10.30;1269.50;2.11;0.32 +11871;6;3419.50;10.75;1272.00;3.26;0.32 +11871;9;3416.76;10.53;1268.00;1.57;0.32 +11871;10;3423.24;10.25;1268.00;-1.57;0.32 11871;21;3416.76;10.53;1268.00;1.57;0.32 +11872;0;3084.00;13.40;1395.00;0.00;0.20 +11872;1;3084.00;13.30;1392.50;0.00;0.20 +11872;2;3081.50;13.00;1393.50;-1.03;0.20 +11872;3;3086.50;13.70;1393.00;0.89;0.20 +11872;4;3086.00;14.20;1396.00;2.03;0.20 +11872;5;3082.00;13.35;1396.50;4.06;0.20 +11872;6;3085.00;14.15;1398.00;2.82;0.20 +11872;9;3082.20;13.23;1395.00;1.57;0.20 +11872;10;3085.80;13.90;1395.00;-1.57;0.20 11872;21;3082.20;13.23;1395.00;1.57;0.20 +11873;0;1577.00;11.22;1514.00;0.00;0.28 +11873;1;1574.00;12.45;1511.50;-0.87;0.28 +11873;2;1579.00;11.00;1511.50;0.67;0.28 +11873;3;1581.50;10.15;1514.00;1.57;0.28 +11873;4;1573.00;11.60;1515.50;4.35;0.28 +11873;5;1579.00;10.50;1516.50;2.46;0.28 +11873;6;1575.50;11.60;1517.00;3.60;0.28 +11873;9;1573.40;11.89;1514.00;1.57;0.28 +11873;10;1580.60;10.46;1514.00;-1.57;0.28 11873;21;1573.40;11.89;1514.00;1.57;0.28 +11874;0;2942.00;9.77;1316.00;0.00;0.24 +11874;1;2942.50;10.05;1314.00;0.24;0.24 +11874;2;2939.50;9.70;1315.50;-1.37;0.24 +11874;3;2945.00;10.00;1317.00;1.89;0.24 +11874;4;2942.50;9.70;1318.50;2.94;0.24 +11874;5;2945.00;10.10;1319.00;2.35;0.24 +11874;9;2939.84;9.70;1316.00;1.57;0.24 +11874;10;2944.16;9.93;1316.00;-1.57;0.24 +11874;19;2937.00;9.50;1312.00;-1.37;0.24 +11874;20;2935.63;9.50;1310.90;-0.89;0.24 11874;21;2939.84;9.70;1316.00;1.57;0.24 +11875;0;2893.00;10.42;1395.00;0.00;0.22 +11875;1;2892.00;10.22;1393.00;-0.46;0.22 +11875;2;2895.00;10.62;1394.00;1.10;0.22 +11875;3;2890.50;10.25;1396.00;4.33;0.22 +11875;4;2896.00;10.77;1396.00;1.89;0.22 +11875;5;2893.50;10.80;1397.50;2.94;0.22 +11875;9;2890.84;10.18;1395.00;1.57;0.22 +11875;10;2895.16;10.68;1395.00;-1.57;0.22 11875;21;2890.84;10.18;1395.00;1.57;0.22 +11876;0;938.00;11.57;1452.00;0.00;0.20 +11876;1;934.50;11.20;1451.50;-1.42;0.20 +11876;2;940.00;11.92;1450.00;0.78;0.20 +11876;3;943.00;11.50;1451.50;1.47;0.20 +11876;4;941.00;11.35;1453.50;2.03;0.20 +11876;5;933.50;11.25;1454.00;4.29;0.20 +11876;6;936.50;11.40;1454.50;3.68;0.20 +11876;9;934.58;11.21;1452.00;1.57;0.20 +11876;10;941.42;11.55;1452.00;-1.57;0.20 11876;21;934.58;11.21;1452.00;1.57;0.20 +11877;0;2876.00;9.82;1396.00;0.00;0.18 +11877;1;2875.50;9.70;1392.00;-0.12;0.18 +11877;2;2877.50;9.75;1394.00;0.64;0.18 +11877;3;2874.00;9.72;1394.00;-0.78;0.18 +11877;4;2874.00;9.90;1397.50;4.06;0.18 +11877;5;2878.00;9.97;1398.00;2.35;0.18 +11877;6;2876.00;10.02;1400.00;3.14;0.18 +11877;9;2874.38;9.85;1396.00;1.57;0.18 +11877;10;2877.62;9.80;1396.00;-1.57;0.18 +11877;19;2874.00;9.50;1389.00;-0.12;0.18 +11877;20;2873.51;9.50;1387.31;-0.27;0.18 11877;21;2874.38;9.85;1396.00;1.57;0.18 +11878;0;4814.00;14.60;1342.00;0.00;0.26 +11878;1;4812.50;13.60;1338.50;-0.40;0.26 +11878;2;4815.50;13.90;1340.00;0.64;0.26 +11878;3;4810.50;14.00;1340.50;-1.16;0.26 +11878;4;4812.50;14.40;1343.50;3.92;0.26 +11878;5;4817.50;13.95;1343.00;1.84;0.26 +11878;6;4816.50;14.30;1344.50;2.35;0.26 +11878;9;4811.66;14.41;1342.00;1.57;0.26 +11878;10;4816.34;14.24;1342.00;-1.57;0.26 11878;21;4811.66;14.41;1342.00;1.57;0.26 +11879;0;4853.00;9.57;1378.00;0.00;0.46 +11879;1;4853.00;9.70;1375.50;0.00;0.46 +11879;2;4847.50;9.50;1374.00;-0.94;0.46 +11879;3;4849.00;9.60;1376.50;-1.21;0.46 +11879;4;4853.00;9.60;1379.50;3.14;0.46 +11879;5;4855.50;9.60;1383.00;2.67;0.46 +11879;6;4857.50;9.60;1382.00;2.29;0.46 +11879;7;4853.50;9.75;1383.00;3.04;0.46 +11879;9;4848.86;9.65;1378.00;1.57;0.46 +11879;10;4857.14;9.58;1378.00;-1.57;0.46 +11879;19;4846.00;9.50;1368.00;0.00;0.46 +11879;20;4844.99;9.50;1366.56;-0.61;0.46 11879;21;4848.86;9.65;1378.00;1.57;0.46 +11880;0;3464.00;14.02;1304.00;0.00;0.32 +11880;1;3464.00;13.82;1300.00;0.00;0.32 +11880;2;1731.50;10.60;651.50;-1.21;0.32 +11880;3;3462.50;14.40;1300.50;-0.40;0.32 +11880;4;3460.50;15.20;1304.50;4.57;0.32 +11880;5;3467.50;13.45;1305.00;1.84;0.32 +11880;6;3464.50;13.80;1308.50;3.03;0.32 +11880;9;3461.12;14.84;1304.00;1.57;0.32 +11880;10;3466.88;13.49;1304.00;-1.57;0.32 11880;21;3461.12;14.84;1304.00;1.57;0.32 +11881;0;3370.00;11.60;1346.00;0.00;0.32 +11881;1;3370.50;12.40;1343.50;0.19;0.32 +11881;2;3374.00;11.25;1345.00;1.32;0.32 +11881;3;3366.50;12.00;1345.50;-1.42;0.32 +11881;4;3371.00;10.35;1348.00;2.67;0.32 +11881;5;3367.00;11.60;1349.00;3.92;0.32 +11881;6;3368.50;10.55;1351.00;3.43;0.32 +11881;9;3367.12;11.90;1346.00;1.57;0.32 +11881;10;3372.88;10.82;1346.00;-1.57;0.32 +11881;19;3373.15;9.50;1347.86;-3.61;0.32 +11881;20;3374.65;9.50;1348.75;2.10;0.32 11881;21;3372.88;10.82;1346.00;-1.57;0.32 +11882;0;3015.00;12.55;1362.00;0.00;0.20 +11882;1;3014.50;12.35;1360.00;-0.24;0.20 +11882;2;3016.50;12.30;1359.50;0.54;0.20 +11882;3;3018.00;12.50;1361.50;1.40;0.20 +11882;4;3012.00;11.90;1361.50;-1.40;0.20 +11882;5;3015.00;13.00;1364.00;3.14;0.20 +11882;6;3012.00;11.95;1364.50;4.01;0.20 +11882;9;3012.66;12.18;1362.00;1.57;0.20 +11882;10;3017.34;12.65;1362.00;-1.57;0.20 11882;21;3012.66;12.18;1362.00;1.57;0.20 +11883;0;3313.00;11.87;1351.00;0.00;0.22 +11883;1;3313.50;12.20;1348.50;0.19;0.22 +11883;2;3310.00;11.00;1350.50;-1.40;0.22 +11883;3;3316.00;12.45;1349.00;0.98;0.22 +11883;4;3316.00;12.17;1352.00;1.89;0.22 +11883;5;3312.00;10.95;1353.50;3.52;0.22 +11883;9;3310.48;11.04;1351.00;1.57;0.22 +11883;10;3315.52;12.29;1351.00;-1.57;0.22 +11883;19;3312.00;10.38;1355.00;-2.76;0.22 +11883;20;3311.57;10.38;1356.69;3.38;0.22 11883;21;3310.48;11.04;1351.00;1.57;0.22 +11884;0;2784.00;12.27;1301.00;0.00;0.24 +11884;1;2784.50;12.05;1298.00;0.16;0.24 +11884;2;2787.00;12.30;1299.50;1.10;0.24 +11884;3;2782.00;12.07;1300.00;-1.10;0.24 +11884;4;2780.00;12.25;1302.00;4.46;0.24 +11884;5;2786.00;12.45;1302.50;2.21;0.24 +11884;6;2783.00;12.45;1303.50;3.52;0.24 +11884;9;2781.12;12.23;1301.00;1.57;0.24 +11884;10;2786.88;12.33;1301.00;-1.57;0.24 11884;21;2786.88;12.33;1301.00;-1.57;0.24 +11885;0;2681.00;10.75;1318.00;0.00;0.16 +11885;1;2680.50;10.40;1316.00;-0.24;0.16 +11885;2;2683.00;10.60;1316.50;0.92;0.16 +11885;3;2678.50;10.30;1316.50;-1.03;0.16 +11885;4;2685.00;10.70;1318.00;1.57;0.16 +11885;5;2678.50;10.70;1319.00;4.33;0.16 +11885;6;2682.50;11.00;1319.50;2.35;0.16 +11885;9;2678.66;10.52;1318.00;1.57;0.16 +11885;10;2683.34;10.80;1318.00;-1.57;0.16 11885;21;2678.66;10.52;1318.00;1.57;0.16 +11886;0;4679.00;11.70;1332.00;0.00;0.32 +11886;1;4680.50;10.95;1329.00;0.46;0.32 +11886;2;4676.50;11.80;1329.50;-0.78;0.32 +11886;3;4674.50;11.95;1332.00;4.71;0.32 +11886;4;4681.00;11.65;1334.00;2.35;0.32 +11886;5;4676.00;12.10;1333.50;4.24;0.32 +11886;6;4678.50;12.05;1336.00;3.26;0.32 +11886;9;4676.12;12.05;1332.00;1.57;0.32 +11886;10;4681.88;11.41;1332.00;-1.57;0.32 +11886;19;4682.00;9.50;1327.00;0.46;0.32 +11886;20;4682.90;9.50;1325.49;0.54;0.32 11886;21;4676.12;12.05;1332.00;1.57;0.32 +11887;0;3151.00;11.42;1387.00;0.00;0.22 +11887;1;3151.50;12.45;1383.00;0.12;0.22 +11887;2;3149.00;11.07;1386.00;-1.10;0.22 +11887;3;3153.00;11.75;1385.50;0.92;0.22 +11887;4;3148.50;10.80;1389.50;3.92;0.22 +11887;5;3153.50;11.50;1389.50;2.35;0.22 +11887;6;3151.00;11.42;1390.00;3.14;0.22 +11887;9;3149.02;10.95;1387.00;1.57;0.22 +11887;10;3152.98;11.64;1387.00;-1.57;0.22 11887;21;3149.02;10.95;1387.00;1.57;0.22 +11888;0;1579.00;12.90;1528.00;0.00;0.26 +11888;1;1576.50;12.90;1524.00;-0.55;0.26 +11888;2;1575.00;12.90;1526.50;-1.21;0.26 +11888;3;1581.50;11.75;1527.00;1.19;0.26 +11888;4;1578.00;12.10;1530.00;3.60;0.26 +11888;5;1583.50;11.80;1530.00;1.98;0.26 +11888;9;1575.22;12.30;1528.00;1.57;0.26 +11888;10;1582.78;11.41;1528.00;-1.57;0.26 11888;21;1575.22;12.30;1528.00;1.57;0.26 +11889;0;2987.00;11.25;1397.00;0.00;0.20 +11889;1;2988.50;11.55;1395.00;0.64;0.20 +11889;2;2986.00;10.75;1395.50;-0.58;0.20 +11889;3;2989.00;11.65;1398.00;2.03;0.20 +11889;4;2984.50;10.80;1398.00;4.33;0.20 +11889;5;2986.00;11.45;1399.50;3.52;0.20 +11889;6;2988.00;11.60;1400.00;2.82;0.20 +11889;9;2985.20;10.77;1397.00;1.57;0.20 +11889;10;2988.80;11.66;1397.00;-1.57;0.20 11889;21;2985.20;10.77;1397.00;1.57;0.20 +11890;0;1502.00;10.60;1521.00;0.00;0.24 +11890;1;1500.50;10.60;1519.00;-0.64;0.24 +11890;2;1505.00;10.70;1518.50;0.87;0.24 +11890;3;1496.50;10.80;1520.50;-1.48;0.24 +11890;4;1507.00;10.75;1521.50;1.67;0.24 +11890;5;1498.50;10.40;1522.50;4.30;0.24 +11890;6;1503.50;10.70;1523.50;2.60;0.24 +11890;9;1498.40;10.60;1521.00;1.57;0.24 +11890;10;1505.60;10.66;1521.00;-1.57;0.24 11890;21;1498.40;10.60;1521.00;1.57;0.24 +11891;0;2926.00;10.90;1399.00;0.00;0.22 +11891;1;2927.50;9.70;1397.00;0.64;0.22 +11891;2;2924.00;10.75;1398.50;-1.32;0.22 +11891;3;2928.00;11.20;1400.00;2.03;0.22 +11891;4;2923.00;11.62;1400.00;4.39;0.22 +11891;5;2923.50;12.00;1401.00;4.03;0.22 +11891;6;2926.00;12.12;1402.00;3.14;0.22 +11891;9;2923.66;11.10;1399.00;1.57;0.22 +11891;10;2928.34;10.61;1399.00;-1.57;0.22 +11891;19;2924.00;9.50;1395.00;0.64;0.22 +11891;20;2923.21;9.50;1393.43;-0.46;0.22 11891;21;2923.66;11.10;1399.00;1.57;0.22 +11892;0;1607.00;9.70;1514.00;0.00;0.28 +11892;1;1607.50;9.70;1513.00;0.46;0.28 +11892;2;1605.00;9.67;1517.00;3.73;0.28 +11892;3;1607.00;9.70;1517.50;3.14;0.28 +11892;9;1604.48;9.50;1514.00;1.57;0.28 +11892;10;1609.52;9.50;1514.00;-1.57;0.28 +11892;19;1603.00;9.50;1514.00;0.46;0.28 +11892;20;1601.25;9.50;1514.00;4.71;0.28 11892;21;1604.48;9.50;1514.00;1.57;0.28 +11893;0;4818.00;12.05;1395.00;0.00;0.30 +11893;1;4816.50;11.95;1392.00;-0.46;0.30 +11893;2;4820.00;12.70;1392.50;0.67;0.30 +11893;3;4814.50;12.20;1395.50;4.57;0.30 +11893;4;4822.00;12.85;1395.50;1.69;0.30 +11893;5;4820.00;11.90;1397.50;2.46;0.30 +11893;6;4816.50;12.35;1398.00;3.60;0.30 +11893;9;4815.30;12.15;1395.00;1.57;0.30 +11893;10;4820.70;12.52;1395.00;-1.57;0.30 11893;21;4815.30;12.15;1395.00;1.57;0.30 +11894;0;3383.00;12.75;1341.00;0.00;0.30 +11894;1;3381.50;13.10;1337.50;-0.40;0.30 +11894;2;3380.00;12.60;1339.00;-0.98;0.30 +11894;3;3385.00;13.10;1339.00;0.78;0.30 +11894;4;3387.50;12.90;1341.00;1.57;0.30 +11894;5;3380.50;12.10;1342.50;4.17;0.30 +11894;6;3383.50;11.90;1343.50;2.94;0.30 +11894;9;3380.12;12.24;1341.00;1.57;0.30 +11894;10;3385.88;13.10;1341.00;-1.57;0.30 +11894;19;3382.00;10.13;1347.00;-3.34;0.30 +11894;20;3381.71;10.13;1348.72;3.30;0.30 11894;21;3380.12;12.24;1341.00;1.57;0.30 +11895;0;3144.00;12.47;1305.00;0.00;0.22 +11895;1;3143.50;12.10;1302.50;-0.19;0.22 +11895;2;3146.50;13.05;1304.00;1.19;0.22 +11895;3;3142.00;12.10;1305.00;4.71;0.22 +11895;4;3146.50;13.00;1306.50;2.11;0.22 +11895;5;3141.00;12.00;1307.00;4.12;0.22 +11895;6;3144.00;11.75;1307.50;3.14;0.22 +11895;9;3142.02;12.10;1305.00;1.57;0.22 +11895;10;3145.98;13.00;1305.00;-1.57;0.22 11895;21;3142.02;12.10;1305.00;1.57;0.22 +11896;0;4771.00;11.80;1327.00;0.00;0.26 +11896;1;4769.50;11.10;1323.00;-0.35;0.26 +11896;2;4772.00;13.30;1325.50;0.58;0.26 +11896;3;4768.00;11.15;1324.50;-0.87;0.26 +11896;4;4767.50;11.60;1326.50;-1.42;0.26 +11896;5;4770.00;11.80;1328.50;3.73;0.26 +11896;6;4775.00;12.90;1328.50;1.93;0.26 +11896;7;4774.50;12.10;1329.50;2.19;0.26 +11896;8;4773.00;12.02;1330.00;2.55;0.26 +11896;9;4768.30;11.71;1327.00;1.57;0.26 +11896;10;4773.70;13.34;1327.00;-1.57;0.26 11896;21;4768.30;11.71;1327.00;1.57;0.26 +11897;0;3351.00;12.80;1330.00;0.00;0.22 +11897;1;3352.00;12.95;1327.50;0.38;0.22 +11897;2;3348.50;12.85;1329.00;-1.19;0.22 +11897;3;3354.50;12.70;1330.50;1.71;0.22 +11897;4;3347.50;13.00;1331.50;4.30;0.22 +11897;5;3350.50;12.70;1332.50;3.33;0.22 +11897;6;3353.50;12.60;1332.50;2.35;0.22 +11897;9;3348.48;12.75;1330.00;1.57;0.22 +11897;10;3353.52;12.69;1330.00;-1.57;0.22 11897;21;3348.48;12.75;1330.00;1.57;0.22 +11898;0;3252.00;11.77;1302.00;0.00;0.22 +11898;1;3255.00;11.47;1300.00;0.98;0.22 +11898;2;3251.50;11.45;1300.00;-0.24;0.22 +11898;3;3248.50;11.70;1301.50;-1.42;0.22 +11898;4;3254.00;12.00;1303.50;2.21;0.22 +11898;5;3248.50;12.50;1304.00;4.19;0.22 +11898;6;3251.00;12.75;1305.00;3.46;0.22 +11898;9;3249.30;11.89;1302.00;1.57;0.22 +11898;10;3254.70;11.75;1302.00;-1.57;0.22 11898;21;3249.30;11.89;1302.00;1.57;0.22 +11899;0;3095.00;14.02;1396.00;0.00;0.22 +11899;1;3094.50;14.20;1393.50;-0.19;0.22 +11899;2;3098.00;13.85;1393.50;0.87;0.22 +11899;3;3097.50;13.70;1396.50;1.76;0.22 +11899;4;3091.50;14.40;1396.50;4.57;0.22 +11899;5;3092.00;14.05;1398.50;4.01;0.22 +11899;6;3094.50;14.30;1398.50;3.33;0.22 +11899;9;3092.66;14.46;1396.00;1.57;0.22 +11899;10;3097.34;13.66;1396.00;-1.57;0.22 11899;21;3096.95;13.70;1395.56;1.57;0.22 +11900;0;1635.00;9.70;1538.00;0.00;0.24 +11900;1;1632.00;9.60;1537.00;-1.24;0.24 +11900;2;1634.50;9.70;1535.50;-0.19;0.24 +11900;3;1637.50;9.65;1537.00;1.19;0.24 +11900;4;1638.00;9.65;1539.50;2.03;0.24 +11900;5;1635.00;9.70;1540.50;3.14;0.24 +11900;6;1637.00;9.60;1541.00;2.55;0.24 +11900;9;1632.66;9.52;1538.00;1.57;0.24 +11900;10;1637.34;9.60;1538.00;-1.57;0.24 +11900;19;1630.00;9.53;1536.00;-1.25;0.24 +11900;20;1628.37;9.53;1535.35;-1.19;0.24 11900;21;1632.66;9.52;1538.00;1.57;0.24 +11901;0;3044.00;9.62;1406.00;0.00;0.26 +11901;1;3042.50;9.50;1404.50;-0.78;0.26 +11901;2;3046.00;9.65;1402.50;0.51;0.26 +11901;3;3047.50;9.50;1404.50;1.16;0.26 +11901;4;3042.50;9.60;1406.50;4.39;0.26 +11901;5;3046.00;9.65;1407.50;2.21;0.26 +11901;6;3044.00;9.60;1408.50;3.14;0.26 +11901;9;3041.30;9.50;1406.00;1.57;0.26 +11901;10;3046.70;9.56;1406.00;-1.57;0.26 +11901;19;3049.00;9.55;1403.00;-1.89;0.26 +11901;20;3050.50;9.55;1402.10;1.03;0.26 11901;21;3041.30;9.50;1406.00;1.57;0.26 +11902;0;1582.00;10.90;1705.00;0.00;0.68 +11902;1;1576.50;10.80;1696.00;-0.54;0.68 +11902;2;1584.50;11.00;1699.50;0.42;0.68 +11902;3;1573.00;10.40;1700.50;-1.10;0.68 +11902;4;1591.50;10.90;1708.00;1.87;0.68 +11902;5;1573.00;10.75;1707.50;4.44;0.68 +11902;6;1581.50;10.90;1711.50;3.21;0.68 +11902;9;1575.16;10.90;1705.00;1.57;0.68 +11902;10;1588.84;10.90;1705.00;-1.57;0.68 11902;21;1575.16;10.90;1705.00;1.57;0.68 +11903;0;4699.00;10.00;1403.00;0.00;0.30 +11903;1;4699.00;10.05;1399.50;0.00;0.30 +11903;2;4702.50;10.00;1401.50;1.16;0.30 +11903;3;4696.00;10.10;1402.50;-1.40;0.30 +11903;4;4704.00;10.00;1404.00;1.76;0.30 +11903;5;4700.00;10.00;1405.50;2.76;0.30 +11903;6;4695.50;10.10;1406.00;4.00;0.30 +11903;9;4695.58;10.10;1403.00;1.57;0.30 +11903;10;4702.42;10.00;1403.00;-1.57;0.30 11903;21;4695.58;10.10;1403.00;1.57;0.30 +11904;0;4908.00;12.72;1394.00;0.00;0.30 +11904;1;4911.00;10.25;1391.00;0.78;0.30 +11904;2;4905.50;12.20;1391.50;-0.78;0.30 +11904;3;4903.00;12.70;1394.00;4.71;0.30 +11904;4;4912.00;12.25;1395.50;1.93;0.30 +11904;5;4903.00;12.90;1395.50;4.42;0.30 +11904;6;4906.50;13.40;1397.00;3.60;0.30 +11904;9;4904.40;12.79;1394.00;1.57;0.30 +11904;10;4911.60;11.71;1394.00;-1.57;0.30 +11904;19;4915.00;9.57;1391.00;0.79;0.30 +11904;20;4916.60;9.57;1390.31;1.16;0.30 11904;21;4904.40;12.79;1394.00;1.57;0.30 +11905;0;3214.00;10.97;1347.00;0.00;0.28 +11905;1;3211.50;11.40;1342.50;-0.50;0.28 +11905;2;3214.50;11.00;1343.00;0.12;0.28 +11905;3;3210.50;11.30;1345.50;-1.16;0.28 +11905;4;3216.50;10.50;1347.00;1.57;0.28 +11905;5;3213.50;11.00;1348.50;3.46;0.28 +11905;6;3217.50;10.15;1351.00;2.42;0.28 +11905;7;3214.00;10.85;1351.50;3.14;0.28 +11905;8;3216.50;10.20;1352.50;2.71;0.28 +11905;9;3211.48;11.09;1347.00;1.57;0.28 +11905;10;3216.52;10.49;1347.00;-1.57;0.28 +11905;19;3212.00;9.50;1339.00;-0.51;0.28 +11905;20;3211.57;9.50;1337.30;-0.24;0.28 11905;21;3211.27;11.70;1341.24;-1.57;0.28 +11906;0;4839.00;13.07;1408.00;0.00;0.26 +11906;1;4838.50;12.30;1405.00;-0.16;0.26 +11906;2;4841.50;14.70;1408.00;1.57;0.26 +11906;3;4835.50;12.50;1407.50;-1.42;0.26 +11906;4;4838.50;13.40;1410.50;3.33;0.26 +11906;9;4836.66;12.60;1408.00;1.57;0.26 +11906;10;4841.34;14.62;1408.00;-1.57;0.26 11906;21;4836.66;12.60;1408.00;1.57;0.26 +11907;0;3272.00;12.95;1284.00;0.00;0.20 +11907;1;3269.50;12.90;1282.00;-0.89;0.20 +11907;2;3268.00;12.70;1283.50;-1.44;0.20 +11907;3;3272.50;13.20;1283.00;0.46;0.20 +11907;4;3276.50;13.30;1284.00;1.57;0.20 +11907;5;3270.50;12.40;1286.00;3.78;0.20 +11907;6;3275.00;13.15;1286.00;2.15;0.20 +11907;7;3277.50;13.10;1285.50;1.83;0.20 +11907;9;3268.76;12.52;1284.00;1.57;0.20 +11907;10;3275.24;13.28;1284.00;-1.57;0.20 11907;21;3268.76;12.52;1284.00;1.57;0.20 +11908;0;4971.00;12.52;1256.00;0.00;0.20 +11908;1;4969.50;13.50;1253.00;-0.46;0.20 +11908;2;4972.00;13.30;1253.50;0.38;0.20 +11908;3;4968.50;13.00;1254.50;-1.03;0.20 +11908;4;4973.50;12.20;1257.50;2.11;0.20 +11908;5;4970.50;12.15;1258.00;3.38;0.20 +11908;9;4969.20;12.70;1256.00;1.57;0.20 +11908;10;4972.80;12.47;1256.00;-1.57;0.20 11908;21;4969.20;12.70;1256.00;1.57;0.20 +11909;0;4446.00;10.20;967.00;0.00;0.20 +11909;1;4446.00;10.22;964.00;0.00;0.20 +11909;2;4443.50;10.25;965.00;-0.89;0.20 +11909;3;4447.50;10.40;967.50;1.89;0.20 +11909;4;4443.50;10.30;968.00;4.33;0.20 +11909;5;4446.50;10.60;970.50;3.00;0.20 +11909;9;4444.20;10.23;967.00;1.57;0.20 +11909;10;4447.80;10.33;967.00;-1.57;0.20 11909;21;4444.20;10.23;967.00;1.57;0.20 +11910;0;3246.00;9.80;1153.00;0.00;0.30 +11910;1;3244.50;9.60;1150.00;-0.46;0.30 +11910;2;3248.50;9.60;1149.50;0.62;0.30 +11910;3;3249.00;9.80;1153.00;1.57;0.30 +11910;4;3243.50;9.90;1154.50;4.17;0.30 +11910;5;3249.00;9.80;1157.00;2.49;0.30 +11910;6;3247.00;9.80;1157.50;2.92;0.30 +11910;9;3243.30;9.85;1153.00;1.57;0.30 +11910;10;3248.70;9.80;1153.00;-1.57;0.30 +11910;19;3250.00;9.55;1161.00;-3.36;0.30 +11910;20;3250.78;9.55;1162.56;2.67;0.30 11910;21;3243.30;9.85;1153.00;1.57;0.30 +11911;0;4216.00;9.85;1010.00;0.00;0.30 +11911;1;4216.50;9.90;1010.00;1.57;0.30 +11911;2;4213.50;9.90;1012.50;3.92;0.30 +11911;3;4215.50;9.90;1013.00;3.30;0.30 +11911;9;4213.30;9.68;1010.00;1.57;0.30 +11911;10;4218.70;9.50;1010.00;-1.57;0.30 +11911;19;4221.00;9.50;1017.00;1.57;0.30 +11911;20;4222.01;9.50;1018.42;2.52;0.30 11911;21;4213.30;9.68;1010.00;1.57;0.30 +11912;0;4821.00;12.35;1266.00;0.00;0.20 +11912;1;4821.00;12.00;1263.50;0.00;0.20 +11912;2;4823.00;11.45;1266.50;1.81;0.20 +11912;3;4818.50;12.30;1266.00;4.71;0.20 +11912;4;4820.50;12.70;1268.00;3.38;0.20 +11912;9;4819.20;12.37;1266.00;1.57;0.20 +11912;10;4822.80;11.64;1266.00;-1.57;0.20 +11912;19;4824.00;10.00;1271.00;-4.47;0.20 +11912;20;4824.90;10.00;1272.50;2.60;0.20 11912;21;4819.20;12.37;1266.00;1.57;0.20 +11913;0;4662.00;9.72;1176.00;0.00;0.20 +11913;1;4660.50;9.80;1173.50;-0.54;0.20 +11913;2;4663.50;10.10;1173.50;0.54;0.20 +11913;3;4660.00;9.70;1176.50;4.46;0.20 +11913;4;4664.00;9.70;1177.00;2.03;0.20 +11913;5;4662.00;9.70;1179.00;3.14;0.20 +11913;6;4664.00;9.70;1179.50;2.62;0.20 +11913;9;4660.20;9.70;1176.00;1.57;0.20 +11913;10;4663.80;9.71;1176.00;-1.57;0.20 11913;21;4660.20;9.70;1176.00;1.57;0.20 +11914;0;4689.00;9.50;1012.00;0.00;0.22 +11914;1;4689.50;9.50;1010.50;0.32;0.22 +11914;2;4688.00;9.60;1014.00;3.60;0.22 +11914;3;4690.50;9.80;1015.00;2.67;0.22 +11914;9;4687.02;9.50;1012.00;1.57;0.22 +11914;10;4690.98;9.70;1012.00;-1.57;0.22 +11914;19;4692.00;9.50;1006.00;0.32;0.22 +11914;20;4692.78;9.50;1004.43;0.46;0.22 11914;21;4687.02;9.50;1012.00;1.57;0.22 +11915;0;4774.00;10.27;1294.00;0.00;0.20 +11915;1;4774.00;10.00;1292.00;0.00;0.20 +11915;2;4776.50;10.20;1293.00;1.19;0.20 +11915;3;4770.50;9.90;1294.00;4.71;0.20 +11915;4;4777.00;10.72;1295.00;1.89;0.20 +11915;5;4774.00;10.85;1296.00;3.14;0.20 +11915;9;4771.48;9.94;1294.00;1.57;0.20 +11915;10;4776.52;10.44;1294.00;-1.57;0.20 11915;21;4771.48;9.94;1294.00;1.57;0.20 +11916;0;4636.00;9.75;1197.00;0.00;0.18 +11916;1;4633.00;9.70;1196.00;-1.24;0.18 +11916;2;4637.00;10.00;1195.00;0.46;0.18 +11916;3;4640.00;10.02;1197.00;1.57;0.18 +11916;4;4631.50;9.70;1197.00;4.71;0.18 +11916;5;4633.00;9.87;1199.00;4.12;0.18 +11916;6;4637.50;10.00;1199.00;2.49;0.18 +11916;9;4632.94;9.70;1197.00;1.57;0.18 +11916;10;4639.06;9.95;1197.00;-1.57;0.18 11916;21;4632.94;9.70;1197.00;1.57;0.18 +11917;0;3254.00;13.02;1273.00;0.00;0.20 +11917;1;3254.50;12.80;1270.50;0.19;0.20 +11917;2;3250.50;12.55;1273.00;4.71;0.20 +11917;3;3258.00;12.75;1272.50;1.44;0.20 +11917;4;3252.00;12.42;1275.00;3.92;0.20 +11917;5;3256.50;12.90;1275.00;2.24;0.20 +11917;9;3250.76;12.58;1273.00;1.57;0.20 +11917;10;3257.24;12.86;1273.00;-1.57;0.20 11917;21;3250.76;12.58;1273.00;1.57;0.20 +11918;0;4561.00;11.37;1064.00;0.00;0.30 +11918;1;4562.00;12.05;1061.50;0.38;0.30 +11918;2;4559.00;13.22;1061.00;-0.58;0.30 +11918;3;4558.00;12.70;1063.00;-1.24;0.30 +11918;4;4565.50;11.10;1063.00;1.35;0.30 +11918;5;4565.00;11.07;1066.00;2.03;0.30 +11918;6;4557.00;11.70;1065.50;4.35;0.30 +11918;7;4561.00;10.80;1067.00;3.14;0.30 +11918;9;4557.58;12.41;1064.00;1.57;0.30 +11918;10;4564.42;11.10;1064.00;-1.57;0.30 11918;21;4557.58;12.41;1064.00;1.57;0.30 +11919;0;3360.00;9.72;1202.00;0.00;0.24 +11919;1;3359.00;9.75;1199.50;-0.38;0.24 +11919;2;3357.50;9.70;1202.00;4.71;0.24 +11919;3;3362.00;10.45;1201.50;1.32;0.24 +11919;4;3363.50;11.10;1203.50;1.97;0.24 +11919;5;3361.00;9.75;1204.50;2.76;0.24 +11919;9;3357.48;9.69;1202.00;1.57;0.24 +11919;10;3362.52;10.61;1202.00;-1.57;0.24 +11919;19;3355.00;9.53;1197.00;-1.57;0.24 +11919;20;3353.76;9.53;1195.76;-0.78;0.24 11919;21;3362.52;10.61;1202.00;-1.57;0.24 +11920;0;4669.00;10.87;1122.00;0.00;0.24 +11920;1;4666.00;11.15;1120.50;-1.10;0.24 +11920;2;4670.00;10.75;1120.00;0.46;0.24 +11920;3;4672.50;10.70;1122.50;1.71;0.24 +11920;4;4666.00;10.90;1123.00;4.39;0.24 +11920;5;4668.50;10.70;1124.50;3.33;0.24 +11920;6;4671.50;10.80;1124.50;2.35;0.24 +11920;9;4666.48;11.00;1122.00;1.57;0.24 +11920;10;4671.52;10.79;1122.00;-1.57;0.24 11920;21;4666.48;11.00;1122.00;1.57;0.24 +11921;0;2971.00;10.02;1229.00;0.00;0.32 +11921;1;2972.50;9.80;1228.00;0.98;0.32 +11921;2;2967.00;10.80;1227.00;-1.10;0.32 +11921;3;2969.00;10.15;1230.50;4.06;0.32 +11921;4;2972.50;10.10;1233.00;2.78;0.32 +11921;5;2975.00;9.70;1233.00;2.35;0.32 +11921;9;2967.04;10.47;1229.00;1.57;0.32 +11921;10;2974.96;9.53;1229.00;-1.57;0.32 +11921;19;2968.00;10.05;1223.00;0.98;0.32 +11921;20;2967.21;10.05;1221.43;-0.46;0.32 11921;21;2974.00;9.80;1228.63;-1.57;0.32 +11922;0;3329.00;11.15;1142.00;0.00;0.32 +11922;1;3328.00;11.70;1138.50;-0.27;0.32 +11922;2;3332.00;11.27;1139.00;0.78;0.32 +11922;3;3332.00;10.80;1142.50;1.73;0.32 +11922;4;3325.00;11.00;1143.00;4.46;0.32 +11922;5;3326.50;10.80;1146.50;3.64;0.32 +11922;6;3329.50;10.60;1146.00;3.01;0.32 +11922;7;3331.50;10.60;1146.00;2.58;0.32 +11922;9;3326.12;11.15;1142.00;1.57;0.32 +11922;10;3331.88;10.89;1142.00;-1.57;0.32 11922;21;3326.12;11.15;1142.00;1.57;0.32 +11923;0;2808.00;10.57;1242.00;0.00;0.28 +11923;1;2806.50;11.55;1239.00;-0.46;0.28 +11923;2;2810.00;11.85;1239.50;0.67;0.28 +11923;3;2805.00;10.45;1242.00;4.71;0.28 +11923;4;2811.00;11.22;1242.00;1.57;0.28 +11923;5;2806.50;9.70;1245.00;3.60;0.28 +11923;6;2809.50;9.70;1245.00;2.67;0.28 +11923;9;2805.48;10.40;1242.00;1.57;0.28 +11923;10;2810.52;11.10;1242.00;-1.57;0.28 +11923;19;2807.00;9.50;1248.00;-2.68;0.28 +11923;20;2806.71;9.50;1249.72;3.30;0.28 11923;21;2805.48;10.40;1242.00;1.57;0.28 +11924;0;4119.00;14.00;976.00;0.00;0.42 +11924;1;4118.50;13.55;971.00;-0.10;0.42 +11924;2;4115.50;13.90;972.50;-0.78;0.42 +11924;3;4121.00;14.00;973.00;0.58;0.42 +11924;4;4115.50;11.20;977.50;4.30;0.42 +11924;5;4124.00;14.40;976.00;1.57;0.42 +11924;6;4122.50;13.40;979.50;2.35;0.42 +11924;7;4118.50;11.25;981.00;3.24;0.42 +11924;9;4115.04;12.00;976.00;1.57;0.42 +11924;10;4122.96;15.30;976.00;-1.57;0.42 11924;21;4115.04;12.00;976.00;1.57;0.42 +11925;0;4848.00;11.85;1189.00;0.00;0.16 +11925;1;4848.00;11.55;1187.50;0.00;0.16 +11925;2;4845.00;10.50;1188.50;-1.40;0.16 +11925;3;4851.00;12.45;1188.50;1.40;0.16 +11925;4;4846.50;11.40;1190.50;3.92;0.16 +11925;5;4851.00;12.72;1190.00;1.89;0.16 +11925;6;4849.00;12.45;1191.00;2.67;0.16 +11925;9;4845.66;10.91;1189.00;1.57;0.16 +11925;10;4850.34;12.52;1189.00;-1.57;0.16 +11925;19;4844.00;9.65;1189.00;-1.41;0.16 +11925;20;4842.25;9.65;1189.00;4.71;0.16 11925;21;4845.66;10.91;1189.00;1.57;0.16 +11926;0;4500.00;10.25;1011.00;0.00;0.22 +11926;1;4502.00;10.05;1009.50;0.92;0.22 +11926;2;4498.00;9.95;1009.00;-0.78;0.22 +11926;3;4496.50;10.25;1011.00;4.71;0.22 +11926;4;4505.50;10.10;1011.50;1.66;0.22 +11926;5;4503.00;10.12;1013.00;2.15;0.22 +11926;6;4499.00;10.10;1013.50;3.52;0.22 +11926;9;4496.94;10.25;1011.00;1.57;0.22 +11926;10;4503.06;10.30;1011.00;-1.57;0.22 11926;21;4496.94;10.25;1011.00;1.57;0.22 +11927;0;1569.00;9.70;1434.00;0.00;0.36 +11927;1;1568.00;9.70;1431.00;-0.32;0.36 +11927;2;1571.50;9.70;1430.00;0.55;0.36 +11927;3;1572.50;9.70;1433.50;1.42;0.36 +11927;4;1568.50;9.70;1438.00;3.26;0.36 +11927;5;1565.00;9.70;1437.50;3.99;0.36 +11927;6;1564.50;9.70;1440.50;3.74;0.36 +11927;7;1565.00;9.70;1441.00;3.66;0.36 +11927;9;1565.76;9.70;1434.00;1.57;0.36 +11927;10;1572.24;9.70;1434.00;-1.57;0.36 +11927;19;1578.00;9.50;1430.00;0.56;0.36 +11927;20;1579.59;9.50;1429.28;1.15;0.36 11927;21;1565.76;9.70;1434.00;1.57;0.36 +11928;0;4700.47;9.80;1179.34;0.00;0.26 +11928;1;4705.32;9.70;1175.76;0.46;0.26 +11928;2;4696.72;10.00;1179.41;4.12;0.26 +11928;9;4698.12;9.50;1177.00;1.57;0.26 +11928;10;4703.88;9.57;1177.00;-1.57;0.26 +11928;19;4705.00;9.63;1179.00;0.46;0.26 +11928;20;4706.56;9.63;1179.78;2.03;0.26 11928;21;4698.12;9.50;1177.00;1.57;0.26 +11929;0;4214.00;9.85;1037.00;0.00;0.28 +11929;1;4215.00;10.00;1033.00;0.24;0.28 +11929;2;4212.00;9.90;1035.00;-0.78;0.28 +11929;3;4217.00;9.95;1035.50;1.10;0.28 +11929;4;4209.50;9.80;1038.50;4.39;0.28 +11929;5;4215.00;9.80;1039.00;2.67;0.28 +11929;9;4210.40;9.80;1037.00;1.57;0.28 +11929;10;4217.60;10.00;1037.00;-1.57;0.28 +11929;19;4217.00;9.50;1030.00;0.24;0.28 +11929;20;4217.69;9.50;1028.39;0.40;0.28 11929;21;4217.60;10.00;1037.00;-1.57;0.28 +11930;0;4983.00;11.25;1286.00;0.00;0.22 +11930;1;4981.50;10.80;1283.50;-0.54;0.22 +11930;2;4985.00;12.20;1285.00;1.10;0.22 +11930;3;4981.50;9.80;1287.50;3.92;0.22 +11930;4;4984.50;10.50;1289.50;2.73;0.22 +11930;5;4982.50;9.50;1290.00;3.26;0.22 +11930;9;4981.02;10.21;1286.00;1.57;0.22 +11930;10;4984.98;12.24;1286.00;-1.57;0.22 +11930;19;4984.00;9.68;1294.00;-3.02;0.22 +11930;20;4984.21;9.68;1295.73;3.01;0.22 11930;21;4981.02;10.21;1286.00;1.57;0.22 +11931;0;4551.00;11.70;1226.00;0.00;0.30 +11931;1;4550.50;11.30;1222.50;-0.14;0.30 +11931;2;4555.00;11.15;1224.50;1.21;0.30 +11931;3;4547.00;11.65;1225.50;-1.44;0.30 +11931;4;4553.50;11.70;1228.50;2.35;0.30 +11931;5;4547.00;11.55;1228.50;4.15;0.30 +11931;6;4549.50;11.70;1229.00;3.60;0.30 +11931;9;4547.58;11.60;1226.00;1.57;0.30 +11931;10;4554.42;11.60;1226.00;-1.57;0.30 11931;21;4547.58;11.60;1226.00;1.57;0.30 +11932;0;4782.00;10.07;1060.00;0.00;0.46 +11932;1;4777.50;10.25;1055.00;-0.73;0.46 +11932;2;4781.12;10.20;1057.88;0.46;0.46 +11932;3;4780.17;9.70;1065.21;3.68;0.46 +11932;4;4790.62;10.30;1068.84;2.09;0.46 +11932;5;4790.21;10.30;1069.67;2.35;0.46 +11932;9;4777.86;9.50;1060.00;1.57;0.46 +11932;10;4786.14;9.50;1060.00;-1.57;0.46 +11932;19;4792.00;9.50;1074.00;-4.18;0.46 +11932;20;4793.01;9.50;1075.42;2.52;0.46 11932;21;4777.86;9.50;1060.00;1.57;0.46 +11933;0;4604.00;9.70;1247.00;0.00;0.28 +11933;1;4605.00;9.70;1243.50;0.27;0.28 +11933;2;4601.00;9.70;1244.50;-0.87;0.28 +11933;3;4608.00;9.70;1246.00;1.32;0.28 +11933;4;4601.00;9.77;1248.00;4.39;0.28 +11933;5;4607.00;9.70;1249.50;2.26;0.28 +11933;6;4603.00;9.75;1251.00;3.38;0.28 +11933;9;4601.48;9.70;1247.00;1.57;0.28 +11933;10;4606.52;9.70;1247.00;-1.57;0.28 11933;21;4601.48;9.70;1247.00;1.57;0.28 +11934;0;3194.00;11.20;719.00;0.00;0.62 +11934;1;3197.50;11.00;713.00;0.52;0.62 +11934;2;3206.00;11.10;714.00;1.17;0.62 +11934;3;3184.50;11.10;714.50;-1.12;0.62 +11934;4;3176.00;11.40;716.00;-1.40;0.62 +11934;5;3208.00;11.10;721.00;1.71;0.62 +11934;6;3177.50;11.40;720.50;4.62;0.62 +11934;7;3194.00;11.45;724.00;3.14;0.62 +11934;9;3181.94;11.35;719.00;1.57;0.62 +11934;10;3206.06;11.10;719.00;-1.57;0.62 11934;21;3181.94;11.35;719.00;1.57;0.62 +11935;0;2943.00;10.85;1223.00;0.00;0.40 +11935;1;2942.50;9.50;1218.00;-0.10;0.40 +11935;2;1471.00;9.50;611.00;-1.17;0.40 +11935;3;1471.00;9.50;611.00;-1.17;0.40 +11935;4;2947.50;10.90;1221.50;1.24;0.40 +11935;5;2938.50;11.45;1225.00;4.29;0.40 +11935;6;2946.50;11.30;1225.00;2.09;0.40 +11935;7;2943.00;11.70;1227.50;3.14;0.40 +11935;9;2939.04;10.41;1223.00;1.57;0.40 +11935;10;2946.96;10.96;1223.00;-1.57;0.40 11935;21;2939.04;10.41;1223.00;1.57;0.40 +11936;0;4453.00;9.60;967.00;0.00;0.20 +11936;1;4453.00;9.55;964.00;0.00;0.20 +11936;2;4455.50;9.60;966.00;1.19;0.20 +11936;3;4451.00;9.95;967.50;4.46;0.20 +11936;4;4454.00;9.57;970.00;2.82;0.20 +11936;5;4452.00;9.72;971.00;3.38;0.20 +11936;9;4451.20;9.84;967.00;1.57;0.20 +11936;10;4454.80;9.53;967.00;-1.57;0.20 +11936;19;4459.00;9.50;969.00;1.19;0.20 +11936;20;4460.66;9.50;969.55;1.89;0.20 11936;21;4451.20;9.84;967.00;1.57;0.20 +11937;0;4642.00;10.55;1149.00;0.00;0.28 +11937;1;4640.00;10.87;1147.00;-0.78;0.28 +11937;2;4643.00;10.57;1146.00;0.32;0.28 +11937;3;4644.50;10.40;1148.50;1.37;0.28 +11937;4;4639.00;10.80;1150.50;4.24;0.28 +11937;5;4641.50;10.50;1151.50;3.33;0.28 +11937;6;4644.00;10.30;1152.00;2.55;0.28 +11937;9;4639.48;10.90;1149.00;1.57;0.28 +11937;10;4644.52;10.39;1149.00;-1.57;0.28 11937;21;4639.48;10.90;1149.00;1.57;0.28 +11938;0;4563.00;9.57;1006.00;0.00;0.26 +11938;1;4564.50;9.50;1004.00;0.64;0.26 +11938;2;4560.50;9.60;1005.00;-1.19;0.26 +11938;3;4560.00;9.60;1006.50;4.54;0.26 +11938;4;4562.00;9.60;1008.00;3.60;0.26 +11938;5;4566.00;9.60;1008.00;2.15;0.26 +11938;6;4564.50;9.60;1009.00;2.67;0.26 +11938;9;4560.48;9.60;1006.00;1.57;0.26 +11938;10;4565.52;9.59;1006.00;-1.57;0.26 +11938;19;4567.00;9.50;1005.00;0.64;0.26 +11938;20;4568.69;9.50;1004.57;1.32;0.26 11938;21;4560.48;9.60;1006.00;1.57;0.26 +11939;0;2865.00;10.85;1260.00;0.00;0.24 +11939;1;2864.50;11.80;1257.50;-0.19;0.24 +11939;2;2861.50;11.10;1259.50;-1.42;0.24 +11939;3;2868.00;11.30;1260.00;1.57;0.24 +11939;4;2865.00;9.90;1262.50;3.14;0.24 +11939;9;2862.48;10.75;1260.00;1.57;0.24 +11939;10;2867.52;11.25;1260.00;-1.57;0.24 +11939;19;2860.00;9.70;1263.00;-3.14;0.24 +11939;20;2858.49;9.70;1263.90;4.17;0.24 11939;21;2862.48;10.75;1260.00;1.57;0.24 +11940;0;3015.00;10.87;1155.00;0.00;0.36 +11940;1;3014.00;11.00;1151.00;-0.24;0.36 +11940;2;3020.00;10.70;1153.50;1.27;0.36 +11940;3;3010.50;11.10;1155.50;4.60;0.36 +11940;4;3021.00;10.45;1157.00;1.89;0.36 +11940;5;3017.50;10.55;1158.00;2.44;0.36 +11940;6;3013.00;11.05;1159.50;3.56;0.36 +11940;9;3011.04;11.07;1155.00;1.57;0.36 +11940;10;3018.96;10.62;1155.00;-1.57;0.36 11940;21;3011.04;11.07;1155.00;1.57;0.36 +11941;0;4563.00;10.47;1031.00;0.00;0.28 +11941;1;4564.50;11.25;1027.00;0.35;0.28 +11941;2;4561.00;11.05;1029.50;-0.92;0.28 +11941;3;4565.00;10.95;1028.50;0.67;0.28 +11941;4;4566.00;10.35;1031.00;1.57;0.28 +11941;5;4559.50;10.40;1032.50;4.30;0.28 +11941;6;4565.50;9.90;1033.50;2.35;0.28 +11941;7;4562.00;10.15;1033.50;3.52;0.28 +11941;9;4560.12;10.65;1031.00;1.57;0.28 +11941;10;4565.88;10.37;1031.00;-1.57;0.28 11941;21;4560.12;10.65;1031.00;1.57;0.28 +11942;0;1454.00;10.30;1384.00;0.00;0.28 +11942;1;1454.50;10.30;1381.50;0.19;0.28 +11942;2;1449.50;10.30;1384.00;4.71;0.28 +11942;3;1458.00;10.30;1385.00;1.81;0.28 +11942;4;1454.00;10.35;1387.50;3.14;0.28 +11942;9;1450.40;10.30;1384.00;1.57;0.28 +11942;10;1457.60;10.30;1384.00;-1.57;0.28 11942;21;1450.40;10.30;1384.00;1.57;0.28 +11943;0;2670.00;10.52;1186.00;0.00;0.48 +11943;1;2667.00;10.35;1180.00;-0.46;0.48 +11943;2;2673.00;10.72;1184.00;0.98;0.48 +11943;3;2667.50;9.80;1188.00;4.03;0.48 +11943;4;2676.50;10.60;1188.50;1.93;0.48 +11943;5;2674.50;10.10;1191.00;2.40;0.48 +11943;9;2665.68;9.71;1186.00;1.57;0.48 +11943;10;2674.32;10.79;1186.00;-1.57;0.48 +11943;19;2674.00;9.55;1200.00;-2.25;0.48 +11943;20;2674.48;9.55;1201.68;2.86;0.48 11943;21;2665.68;9.71;1186.00;1.57;0.48 +11944;0;4637.00;9.70;1293.00;0.00;0.22 +11944;1;4637.50;9.70;1291.00;0.24;0.22 +11944;2;4640.50;9.65;1291.00;1.05;0.22 +11944;3;4640.00;9.70;1293.50;1.73;0.22 +11944;4;4634.50;9.70;1292.00;-1.19;0.22 +11944;5;4634.00;9.70;1293.50;4.54;0.22 +11944;6;4634.00;9.70;1295.00;4.12;0.22 +11944;7;4636.50;9.70;1295.50;3.33;0.22 +11944;9;4634.30;9.70;1293.00;1.57;0.22 +11944;10;4639.70;9.66;1293.00;-1.57;0.22 +11944;19;4641.00;9.68;1296.00;-4.55;0.22 +11944;20;4642.40;9.68;1297.05;2.21;0.22 11944;21;4634.30;9.70;1293.00;1.57;0.22 +11945;0;4596.00;11.02;1052.00;0.00;0.34 +11945;1;4592.00;11.15;1049.50;-1.01;0.34 +11945;2;4596.00;10.60;1048.50;0.00;0.34 +11945;3;4599.00;10.45;1050.50;1.10;0.34 +11945;4;4600.00;11.02;1054.00;2.03;0.34 +11945;5;4592.00;11.32;1052.00;4.71;0.34 +11945;6;4595.50;11.50;1054.50;3.33;0.34 +11945;7;4599.00;11.85;1057.00;2.60;0.34 +11945;9;4592.94;11.35;1052.00;1.57;0.34 +11945;10;4599.06;10.51;1052.00;-1.57;0.34 11945;21;4592.94;11.35;1052.00;1.57;0.34 +11946;0;4883.00;9.65;1221.00;0.00;0.16 +11946;1;4883.50;9.60;1219.50;0.32;0.16 +11946;2;4879.50;9.60;1220.50;-1.42;0.16 +11946;3;4882.00;9.65;1222.50;3.73;0.16 +11946;4;4887.00;9.65;1221.50;1.69;0.16 +11946;5;4885.00;9.62;1223.00;2.35;0.16 +11946;9;4880.48;9.69;1221.00;1.57;0.16 +11946;10;4885.52;9.50;1221.00;-1.57;0.16 +11946;19;4884.00;9.57;1220.00;0.32;0.16 +11946;20;4885.23;9.57;1218.76;0.78;0.16 11946;21;4880.48;9.69;1221.00;1.57;0.16 +11947;0;4673.00;11.02;1114.00;0.00;0.24 +11947;1;4670.50;11.75;1112.00;-0.89;0.24 +11947;2;4674.00;11.47;1112.00;0.46;0.24 +11947;3;4676.00;11.65;1113.00;1.24;0.24 +11947;4;4669.00;10.95;1114.50;4.58;0.24 +11947;5;4676.00;11.70;1115.50;2.03;0.24 +11947;6;4672.00;10.70;1116.00;3.60;0.24 +11947;9;4670.30;10.96;1114.00;1.57;0.24 +11947;10;4675.70;11.68;1114.00;-1.57;0.24 11947;21;4670.30;10.96;1114.00;1.57;0.24 +11948;0;4783.00;9.57;1223.00;0.00;0.24 +11948;1;4781.50;9.70;1221.50;-0.78;0.24 +11948;2;4781.00;9.50;1224.00;4.24;0.24 +11948;3;4784.00;9.65;1225.50;2.76;0.24 +11948;4;4786.00;9.70;1225.00;2.15;0.24 +11948;9;4779.76;9.50;1223.00;1.57;0.24 +11948;10;4786.24;9.61;1223.00;-1.57;0.24 +11948;19;4787.00;9.60;1224.00;-0.79;0.24 +11948;20;4788.69;9.60;1224.42;1.81;0.24 11948;21;4779.76;9.50;1223.00;1.57;0.24 +11949;0;4848.00;10.05;1174.00;0.00;0.18 +11949;1;4848.50;10.05;1172.00;0.24;0.18 +11949;2;4846.50;9.50;1172.50;-0.78;0.18 +11949;3;4850.00;10.10;1174.50;1.81;0.18 +11949;4;4845.50;9.90;1173.50;-1.37;0.18 +11949;5;4846.50;10.00;1175.50;3.92;0.18 +11949;6;4849.00;10.10;1176.50;2.76;0.18 +11949;9;4846.38;9.95;1174.00;1.57;0.18 +11949;10;4849.62;10.10;1174.00;-1.57;0.18 +11949;19;4847.00;9.50;1172.00;-0.79;0.18 +11949;20;4846.21;9.50;1170.43;-0.46;0.18 11949;21;4846.38;9.95;1174.00;1.57;0.18 +11950;0;4034.00;10.97;948.00;0.00;0.30 +11950;1;4032.00;11.00;944.00;-0.46;0.30 +11950;2;4037.50;10.90;945.50;0.95;0.30 +11950;3;4029.00;11.00;945.50;-1.10;0.30 +11950;4;4028.00;11.25;948.50;4.62;0.30 +11950;5;4040.00;10.80;948.00;1.57;0.30 +11950;6;4037.50;10.90;951.00;2.27;0.30 +11950;7;4031.50;10.90;950.50;3.92;0.30 +11950;9;4029.32;11.02;948.00;1.57;0.30 +11950;10;4038.68;10.88;948.00;-1.57;0.30 11950;21;4029.32;11.02;948.00;1.57;0.30 +11951;0;3167.00;9.70;1144.00;0.00;0.42 +11951;1;3167.00;9.70;1137.50;0.00;0.42 +11951;2;3171.50;9.70;1144.00;1.57;0.42 +11951;3;3162.00;9.70;1141.50;-1.10;0.42 +11951;4;3162.50;9.70;1147.00;4.12;0.42 +11951;5;3164.50;9.70;1150.50;3.50;0.42 +11951;6;3171.00;9.80;1150.50;2.59;0.42 +11951;7;3168.00;9.75;1151.00;3.00;0.42 +11951;9;3163.22;9.70;1144.00;1.57;0.42 +11951;10;3170.78;9.70;1144.00;-1.57;0.42 11951;21;3163.22;9.70;1144.00;1.57;0.42 +11952;0;3951.00;9.77;1007.00;0.00;0.28 +11952;1;3945.00;9.70;1005.50;-1.32;0.28 +11952;2;3951.50;9.60;1005.00;0.24;0.28 +11952;3;3956.50;9.85;1005.00;1.22;0.28 +11952;4;3957.00;9.80;1008.00;1.73;0.28 +11952;5;3948.50;10.10;1009.50;3.92;0.28 +11952;6;3953.00;10.22;1010.00;2.55;0.28 +11952;9;3945.96;9.70;1007.00;1.57;0.28 +11952;10;3956.04;9.75;1007.00;-1.57;0.28 +11952;19;3939.00;9.50;1003.00;-1.33;0.28 +11952;20;3937.34;9.50;1002.44;-1.24;0.28 11952;21;3945.96;9.70;1007.00;1.57;0.28 +11953;0;2918.00;14.57;1246.00;0.00;0.28 +11953;1;2916.50;14.55;1243.00;-0.46;0.28 +11953;2;2919.50;14.80;1242.50;0.40;0.28 +11953;3;2915.00;14.12;1246.00;4.71;0.28 +11953;4;2921.50;14.55;1247.00;1.84;0.28 +11953;5;2916.50;14.30;1248.50;3.68;0.28 +11953;6;2919.00;14.25;1250.50;2.92;0.28 +11953;7;2921.00;14.30;1250.50;2.55;0.28 +11953;9;2915.48;14.29;1246.00;1.57;0.28 +11953;10;2920.52;14.40;1246.00;-1.57;0.28 11953;21;2915.48;14.29;1246.00;1.57;0.28 +11954;0;3121.00;10.22;1175.00;0.00;0.20 +11954;1;3121.00;10.07;1172.00;0.00;0.20 +11954;2;3119.00;9.90;1175.50;4.46;0.20 +11954;3;3123.00;11.00;1174.50;1.32;0.20 +11954;4;3122.50;10.60;1177.50;2.60;0.20 +11954;5;3121.00;10.12;1179.00;3.14;0.20 +11954;9;3119.20;9.95;1175.00;1.57;0.20 +11954;10;3122.80;10.93;1175.00;-1.57;0.20 +11954;19;3120.00;9.82;1180.00;-1.82;0.20 +11954;20;3119.65;9.82;1181.71;3.33;0.20 11954;21;3119.20;9.95;1175.00;1.57;0.20 +11955;0;4018.00;10.87;1128.00;0.00;0.34 +11955;1;4015.00;10.50;1125.50;-0.87;0.34 +11955;2;4020.00;10.45;1123.00;0.38;0.34 +11955;3;4022.00;11.35;1128.50;1.69;0.34 +11955;4;4014.50;10.90;1131.50;3.92;0.34 +11955;5;4018.50;11.70;1133.50;3.05;0.34 +11955;9;4014.94;10.69;1128.00;1.57;0.34 +11955;10;4021.06;11.15;1128.00;-1.57;0.34 11955;21;4014.94;10.69;1128.00;1.57;0.34 +11956;0;2765.00;14.42;1272.00;0.00;0.18 +11956;1;2763.50;14.70;1270.50;-0.78;0.18 +11956;2;2766.50;14.00;1270.50;0.78;0.18 +11956;3;2767.50;14.25;1273.00;1.95;0.18 +11956;4;2762.00;14.65;1272.50;4.54;0.18 +11956;5;2763.50;14.70;1274.50;3.68;0.18 +11956;6;2765.50;14.10;1274.50;2.94;0.18 +11956;9;2762.84;14.68;1272.00;1.57;0.18 +11956;10;2767.16;14.38;1272.00;-1.57;0.18 11956;21;2762.84;14.68;1272.00;1.57;0.18 +11957;0;2974.00;9.82;1199.00;0.00;0.40 +11957;1;2975.00;9.95;1195.50;0.27;0.40 +11957;2;2978.50;9.70;1197.50;1.24;0.40 +11957;3;2970.00;10.30;1197.00;-1.10;0.40 +11957;4;2970.00;10.15;1200.50;4.35;0.40 +11957;5;2975.00;9.70;1202.50;2.86;0.40 +11957;9;2970.40;10.16;1199.00;1.57;0.40 +11957;10;2977.60;9.70;1199.00;-1.57;0.40 +11957;19;2978.00;9.50;1210.00;-3.42;0.40 +11957;20;2978.59;9.50;1211.64;2.79;0.40 11957;21;2970.40;10.16;1199.00;1.57;0.40 +11958;0;4804.00;12.75;1295.00;0.00;0.24 +11958;1;4802.00;12.55;1294.50;-1.32;0.24 +11958;2;4805.50;12.60;1293.00;0.64;0.24 +11958;3;4806.00;12.00;1296.50;2.21;0.24 +11958;4;4802.50;12.70;1297.50;3.68;0.24 +11958;9;4801.84;12.53;1295.00;1.57;0.24 +11958;10;4806.16;12.17;1295.00;-1.57;0.24 +11958;19;4809.00;10.23;1295.00;-4.07;0.24 +11958;20;4810.75;10.23;1295.00;1.57;0.24 11958;21;4801.84;12.53;1295.00;1.57;0.24 +11959;0;4690.00;13.30;1041.00;0.00;0.22 +11959;1;4690.00;14.07;1039.00;0.00;0.22 +11959;2;4688.00;12.90;1039.50;-0.92;0.22 +11959;3;4692.50;14.00;1040.50;1.37;0.22 +11959;4;4688.00;11.60;1042.50;4.06;0.22 +11959;5;4693.00;13.55;1042.50;2.03;0.22 +11959;6;4690.50;12.90;1043.50;2.94;0.22 +11959;9;4688.02;12.36;1041.00;1.57;0.22 +11959;10;4691.98;13.82;1041.00;-1.57;0.22 +11959;19;4687.00;9.50;1045.00;-2.21;0.22 +11959;20;4685.95;9.50;1046.40;3.78;0.22 11959;21;4688.02;12.36;1041.00;1.57;0.22 +11960;0;4926.00;10.35;1228.00;0.00;0.24 +11960;1;4924.50;10.10;1227.00;-0.98;0.24 +11960;2;4927.00;10.65;1225.00;0.32;0.24 +11960;3;4929.00;10.65;1226.00;0.98;0.24 +11960;4;4928.50;10.80;1228.50;1.76;0.24 +11960;5;4923.50;10.15;1230.00;4.03;0.24 +11960;6;4926.00;11.05;1231.00;3.14;0.24 +11960;9;4923.84;10.03;1228.00;1.57;0.24 +11960;10;4928.16;10.64;1228.00;-1.57;0.24 11960;21;4923.84;10.03;1228.00;1.57;0.24 +11961;0;4636.00;10.77;1102.00;0.00;0.30 +11961;1;4634.00;10.55;1099.50;-0.67;0.30 +11961;2;4636.50;10.70;1098.50;0.14;0.30 +11961;3;4638.50;10.85;1100.00;0.89;0.30 +11961;4;4633.00;10.67;1103.00;4.39;0.30 +11961;5;4640.50;11.40;1102.00;1.57;0.30 +11961;6;4638.00;11.10;1105.00;2.55;0.30 +11961;7;4634.00;10.65;1105.50;3.66;0.30 +11961;9;4633.12;10.68;1102.00;1.57;0.30 +11961;10;4638.88;11.20;1102.00;-1.57;0.30 11961;21;4633.12;10.68;1102.00;1.57;0.30 +11962;0;4619.00;11.02;1269.00;0.00;0.24 +11962;1;4616.00;10.10;1266.00;-0.78;0.24 +11962;2;4620.00;10.97;1267.00;0.46;0.24 +11962;3;4616.00;10.35;1269.50;4.54;0.24 +11962;4;4622.50;11.30;1270.00;1.84;0.24 +11962;5;4619.00;10.95;1272.00;3.14;0.24 +11962;6;4621.50;11.30;1271.50;2.35;0.24 +11962;9;4616.48;10.44;1269.00;1.57;0.24 +11962;10;4621.52;11.30;1269.00;-1.57;0.24 11962;21;4616.48;10.44;1269.00;1.57;0.24 +11963;0;4508.00;10.65;958.00;0.00;0.30 +11963;1;4508.00;10.55;955.00;0.00;0.30 +11963;2;4504.50;9.90;957.50;-1.42;0.30 +11963;3;4511.50;11.00;957.00;1.29;0.30 +11963;4;4511.50;10.50;960.00;2.09;0.30 +11963;5;4507.50;10.10;961.50;3.28;0.30 +11963;9;4505.12;10.04;958.00;1.57;0.30 +11963;10;4510.88;10.88;958.00;-1.57;0.30 +11963;19;4502.00;9.50;957.00;-1.43;0.30 +11963;20;4500.27;9.50;956.71;-1.40;0.30 11963;21;4505.12;10.04;958.00;1.57;0.30 +11964;0;3295.00;9.70;1165.00;0.00;0.22 +11964;1;3294.50;9.70;1162.00;-0.16;0.22 +11964;2;3297.00;9.70;1163.50;0.92;0.22 +11964;3;3293.00;9.70;1164.50;-1.32;0.22 +11964;4;3296.50;9.70;1166.50;2.35;0.22 +11964;5;3292.50;9.70;1167.50;3.92;0.22 +11964;9;3292.66;9.70;1165.00;1.57;0.22 +11964;10;3297.34;9.70;1165.00;-1.57;0.22 +11964;19;3302.00;9.55;1167.00;-3.93;0.22 +11964;20;3303.68;9.55;1167.48;1.84;0.22 11964;21;3292.66;9.70;1165.00;1.57;0.22 +11965;0;3153.00;9.57;1267.00;0.00;0.24 +11965;1;3153.50;9.50;1264.00;0.16;0.24 +11965;2;3155.00;10.20;1267.50;1.81;0.24 +11965;3;3150.50;9.55;1269.00;4.03;0.24 +11965;4;3152.00;10.37;1271.00;3.38;0.24 +11965;9;3150.84;9.50;1267.00;1.57;0.24 +11965;10;3155.16;10.13;1267.00;-1.57;0.24 +11965;19;3151.04;9.50;1267.00;-0.23;0.24 +11965;20;3149.29;9.50;1267.00;4.71;0.24 11965;21;3152.06;11.10;1270.14;-1.57;0.24 +11966;0;4266.00;13.35;1009.00;0.00;0.30 +11966;1;4266.00;13.22;1006.00;0.00;0.30 +11966;2;4262.00;11.55;1006.00;-0.92;0.30 +11966;3;4262.50;12.00;1009.00;4.71;0.30 +11966;4;4270.00;14.85;1008.50;1.44;0.30 +11966;5;4269.50;14.40;1011.50;2.19;0.30 +11966;6;4265.50;13.90;1012.00;3.30;0.30 +11966;9;4262.94;12.17;1009.00;1.57;0.30 +11966;10;4269.06;14.78;1009.00;-1.57;0.30 11966;21;4262.94;12.17;1009.00;1.57;0.30 +11967;0;3224.00;10.07;1160.00;0.00;0.32 +11967;1;3222.50;10.05;1156.00;-0.35;0.32 +11967;2;3226.00;10.10;1159.00;1.10;0.32 +11967;3;3221.00;10.10;1158.00;-0.98;0.32 +11967;4;3221.00;10.00;1161.50;4.24;0.32 +11967;5;3226.00;10.00;1163.50;2.62;0.32 +11967;9;3221.12;10.00;1160.00;1.57;0.32 +11967;10;3226.88;10.10;1160.00;-1.57;0.32 +11967;19;3222.00;9.55;1168.00;-3.66;0.32 +11967;20;3221.57;9.55;1169.69;3.38;0.32 11967;21;3221.12;10.00;1160.00;1.57;0.32 +11968;0;4224.00;10.00;1027.00;0.00;0.28 +11968;1;4222.50;9.70;1025.00;-0.64;0.28 +11968;2;4225.50;9.90;1024.00;0.46;0.28 +11968;3;4226.50;10.00;1028.50;2.11;0.28 +11968;4;4222.00;10.00;1030.50;3.66;0.28 +11968;5;4224.50;10.00;1032.50;3.05;0.28 +11968;9;4221.48;9.53;1027.00;1.57;0.28 +11968;10;4226.52;10.00;1027.00;-1.57;0.28 +11968;19;4221.00;9.50;1026.00;-0.64;0.28 +11968;20;4219.34;9.50;1025.44;-1.24;0.28 11968;21;4226.52;10.00;1027.00;-1.57;0.28 +11969;0;2963.00;10.00;1264.00;0.00;0.18 +11969;1;2962.00;10.75;1261.50;-0.38;0.18 +11969;2;2965.00;9.75;1261.50;0.67;0.18 +11969;3;2963.50;9.70;1266.50;2.94;0.18 +11969;4;2960.50;10.50;1266.00;4.03;0.18 +11969;9;2961.38;10.58;1264.00;1.57;0.18 +11969;10;2964.62;9.67;1264.00;-1.57;0.18 +11969;19;2966.00;9.60;1263.00;-3.34;0.18 +11969;20;2967.66;9.60;1262.44;1.24;0.18 11969;21;2961.38;10.58;1264.00;1.57;0.18 +11970;0;3346.00;10.32;1157.00;0.00;0.16 +11970;1;3345.00;10.32;1154.00;-0.32;0.16 +11970;2;3347.00;10.65;1154.50;0.38;0.16 +11970;3;3344.00;10.15;1156.50;-1.32;0.16 +11970;4;3348.00;10.65;1157.50;1.81;0.16 +11970;5;3346.00;10.35;1159.50;3.14;0.16 +11970;9;3344.56;10.20;1157.00;1.57;0.16 +11970;10;3347.44;10.59;1157.00;-1.57;0.16 11970;21;3344.56;10.20;1157.00;1.57;0.16 +11971;0;1353.00;10.40;1598.00;0.00;0.38 +11971;1;1351.00;10.40;1594.00;-0.46;0.38 +11971;2;1356.00;10.30;1592.50;0.49;0.38 +11971;3;1358.50;10.30;1595.00;1.07;0.38 +11971;4;1356.00;10.30;1600.00;2.15;0.38 +11971;5;1348.50;10.40;1600.00;4.29;0.38 +11971;6;1351.50;10.40;1604.00;3.38;0.38 +11971;9;1349.58;10.40;1598.00;1.57;0.38 +11971;10;1356.42;10.30;1598.00;-1.57;0.38 11971;21;1349.58;10.40;1598.00;1.57;0.38 +11972;0;4441.00;14.05;1110.00;0.00;0.36 +11972;1;4441.00;14.55;1105.50;0.00;0.36 +11972;2;4445.00;14.35;1108.00;1.10;0.36 +11972;3;4436.50;14.50;1109.50;-1.46;0.36 +11972;4;4446.00;13.30;1112.50;2.03;0.36 +11972;5;4447.50;13.50;1111.50;1.79;0.36 +11972;6;4437.50;13.50;1113.00;4.00;0.36 +11972;7;4442.00;13.15;1114.00;2.89;0.36 +11972;9;4436.86;14.36;1110.00;1.57;0.36 +11972;10;4445.14;13.85;1110.00;-1.57;0.36 11972;21;4436.86;14.36;1110.00;1.57;0.36 +11973;0;4635.00;11.00;1214.00;0.00;0.22 +11973;1;4636.50;11.30;1212.00;0.64;0.22 +11973;2;4633.50;11.25;1212.00;-0.64;0.22 +11973;3;4638.50;11.20;1213.50;1.42;0.22 +11973;4;4632.00;10.85;1214.50;4.54;0.22 +11973;5;4636.00;10.75;1215.50;2.55;0.22 +11973;6;4632.00;10.25;1216.50;4.01;0.22 +11973;7;4633.00;10.05;1217.50;3.66;0.22 +11973;9;4632.66;11.00;1214.00;1.57;0.22 +11973;10;4637.34;11.14;1214.00;-1.57;0.22 11973;21;4632.66;11.00;1214.00;1.57;0.22 +11974;0;3286.00;10.10;1092.00;0.00;0.26 +11974;1;3284.50;10.10;1091.50;-1.24;0.26 +11974;2;3288.00;10.20;1090.00;0.78;0.26 +11974;3;3289.50;10.30;1091.50;1.42;0.26 +11974;4;3287.50;10.10;1093.50;2.35;0.26 +11974;5;3285.00;10.00;1095.50;3.42;0.26 +11974;9;3283.48;10.04;1092.00;1.57;0.26 +11974;10;3288.52;10.15;1092.00;-1.57;0.26 11974;21;3283.48;10.04;1092.00;1.57;0.26 +11975;0;1533.93;9.70;1398.39;0.00;0.44 +11975;1;1532.00;9.70;1391.50;-0.51;0.44 +11975;2;1537.00;9.70;1393.00;0.98;0.44 +11975;3;1530.00;9.70;1396.00;4.46;0.44 +11975;4;1536.50;9.70;1398.50;2.52;0.44 +11975;5;1533.00;9.70;1399.00;3.38;0.44 +11975;9;1530.04;9.70;1395.00;1.57;0.44 +11975;10;1537.96;9.70;1395.00;-1.57;0.44 +11975;19;1538.00;9.50;1387.00;0.98;0.44 +11975;20;1538.78;9.50;1385.43;0.46;0.44 11975;21;1535.08;9.90;1389.43;-1.57;0.44 +11976;0;3373.00;12.07;1139.00;0.00;0.36 +11976;1;3369.50;11.80;1134.50;-0.66;0.36 +11976;2;3373.50;11.40;1134.50;0.11;0.36 +11976;3;3369.50;12.05;1138.00;-1.29;0.36 +11976;4;3376.00;12.35;1140.50;2.03;0.36 +11976;5;3371.00;12.25;1143.00;3.60;0.36 +11976;6;3373.00;12.12;1145.00;3.14;0.36 +11976;9;3369.76;12.15;1139.00;1.57;0.36 +11976;10;3376.24;12.15;1139.00;-1.57;0.36 11976;21;3376.24;12.15;1139.00;-1.57;0.36 +11977;0;4797.00;12.10;1250.00;0.00;0.26 +11977;1;4798.00;12.60;1246.00;0.24;0.26 +11977;2;4794.50;11.85;1248.00;-0.89;0.26 +11977;3;4800.00;12.55;1249.50;1.40;0.26 +11977;4;4794.00;11.45;1250.50;4.54;0.26 +11977;5;4798.00;11.80;1253.50;2.86;0.26 +11977;6;4795.00;11.47;1253.00;3.73;0.26 +11977;9;4794.66;11.68;1250.00;1.57;0.26 +11977;10;4799.34;12.37;1250.00;-1.57;0.26 11977;21;4794.66;11.68;1250.00;1.57;0.26 +11978;0;4119.00;10.15;957.00;0.00;0.32 +11978;1;4117.50;10.10;954.50;-0.54;0.32 +11978;2;4123.00;9.95;955.50;1.21;0.32 +11978;3;4115.50;10.25;959.00;4.19;0.32 +11978;4;4121.00;10.45;959.00;2.35;0.32 +11978;5;4118.50;10.20;961.50;3.25;0.32 +11978;9;4115.76;10.16;957.00;1.57;0.32 +11978;10;4122.24;10.27;957.00;-1.57;0.32 +11978;19;4128.00;9.63;957.00;1.21;0.32 +11978;20;4129.75;9.63;957.00;1.57;0.32 11978;21;4115.76;10.16;957.00;1.57;0.32 +11979;0;3329.00;10.15;1157.00;0.00;0.20 +11979;1;3329.50;10.40;1153.50;0.14;0.20 +11979;2;3326.50;10.10;1156.50;-1.37;0.20 +11979;3;3331.50;10.20;1156.50;1.37;0.20 +11979;4;3328.00;9.70;1159.50;3.52;0.20 +11979;5;3330.50;9.75;1160.00;2.67;0.20 +11979;9;3327.20;10.12;1157.00;1.57;0.20 +11979;10;3330.80;10.15;1157.00;-1.57;0.20 +11979;19;3327.00;9.53;1162.00;-2.76;0.20 +11979;20;3326.35;9.53;1163.62;3.52;0.20 11979;21;3327.20;10.12;1157.00;1.57;0.20 +11980;0;4628.00;9.70;1282.00;0.00;0.26 +11980;1;4626.00;10.30;1278.00;-0.46;0.26 +11980;2;4628.00;10.20;1278.50;0.00;0.26 +11980;3;4625.00;9.75;1281.00;-1.24;0.26 +11980;4;4631.00;9.70;1281.00;1.24;0.26 +11980;5;4631.00;9.70;1284.00;2.15;0.26 +11980;6;4627.50;9.70;1285.00;3.30;0.26 +11980;7;4630.00;9.70;1286.50;2.72;0.26 +11980;9;4625.66;9.70;1282.00;1.57;0.26 +11980;10;4630.34;9.70;1282.00;-1.57;0.26 11980;21;4625.66;9.70;1282.00;1.57;0.26 +11981;0;4529.00;9.60;995.00;0.00;0.24 +11981;1;4528.50;9.50;992.00;-0.16;0.24 +11981;2;4530.00;9.50;992.50;0.38;0.24 +11981;3;4527.00;9.60;994.00;-1.10;0.24 +11981;4;4531.50;9.60;996.00;1.95;0.24 +11981;5;4526.00;9.80;996.50;4.24;0.24 +11981;6;4528.50;9.90;997.50;3.33;0.24 +11981;9;4526.84;9.65;995.00;1.57;0.24 +11981;10;4531.16;9.60;995.00;-1.57;0.24 +11981;19;4529.00;9.50;992.00;-0.17;0.24 +11981;20;4529.00;9.50;990.25;0.00;0.24 11981;21;4531.16;9.60;995.00;-1.57;0.24 +11982;0;4671.00;9.85;1178.00;0.00;0.20 +11982;1;4670.50;10.05;1175.00;-0.16;0.20 +11982;2;4668.50;9.70;1178.00;4.71;0.20 +11982;3;2335.00;9.50;588.50;-1.32;0.20 +11982;4;4674.00;10.15;1178.50;1.73;0.20 +11982;5;4671.00;9.75;1180.50;3.14;0.20 +11982;9;4668.84;9.71;1178.00;1.57;0.20 +11982;10;4673.16;10.06;1178.00;-1.57;0.20 11982;21;4668.84;9.71;1178.00;1.57;0.20 +11983;0;4531.00;10.02;1013.00;0.00;0.26 +11983;1;4530.50;9.80;1010.00;-0.16;0.26 +11983;2;4527.50;9.90;1011.50;-1.16;0.26 +11983;3;4533.50;10.05;1013.00;1.57;0.26 +11983;4;4529.00;10.50;1014.50;4.06;0.26 +11983;5;4532.00;10.60;1016.50;2.86;0.26 +11983;9;4528.66;10.14;1013.00;1.57;0.26 +11983;10;4533.34;10.05;1013.00;-1.57;0.26 11983;21;4528.66;10.14;1013.00;1.57;0.26 +11984;0;3326.75;11.10;1229.88;0.00;0.40 +11984;1;3331.50;10.15;1231.00;0.16;0.40 +11984;2;3327.00;11.20;1232.50;-1.21;0.40 +11984;3;3333.50;11.00;1236.50;2.35;0.40 +11984;9;3326.32;11.20;1234.00;1.57;0.40 +11984;10;3335.68;10.07;1234.00;-1.57;0.40 +11984;19;3330.35;9.50;1228.96;-5.73;0.40 +11984;20;3330.13;9.50;1227.23;-0.12;0.40 11984;21;3326.92;11.20;1233.22;-1.57;0.40 +11985;0;4853.00;9.82;1215.00;0.00;0.24 +11985;1;4852.00;9.82;1215.00;4.71;0.24 +11985;2;4856.00;9.77;1215.00;1.57;0.24 +11985;3;4855.50;10.45;1217.00;2.24;0.24 +11985;4;4851.00;9.50;1212.50;-0.67;0.24 +11985;9;4850.84;9.76;1215.00;1.57;0.24 +11985;10;4855.16;9.80;1215.00;-1.57;0.24 +11985;19;4853.00;9.50;1212.00;-1.57;0.24 +11985;20;4853.00;9.50;1210.25;0.00;0.24 11985;21;4855.16;9.80;1215.00;-1.57;0.24 +11986;0;4656.00;9.60;1059.00;0.00;0.24 +11986;1;4658.00;9.55;1057.00;0.78;0.24 +11986;2;4655.00;9.60;1056.50;-0.38;0.24 +11986;3;4654.00;9.80;1059.50;4.46;0.24 +11986;4;4657.00;9.75;1061.00;2.67;0.24 +11986;5;4655.50;10.20;1063.00;3.26;0.24 +11986;9;4653.84;9.74;1059.00;1.57;0.24 +11986;10;4658.16;9.61;1059.00;-1.57;0.24 +11986;19;4660.54;9.40;1055.81;0.89;0.24 +11986;20;4661.98;9.40;1054.81;0.96;0.24 11986;21;4658.16;9.61;1059.00;-1.57;0.24 +11987;0;2731.00;15.00;1212.00;0.00;0.30 +11987;1;2730.50;16.30;1209.00;-0.16;0.30 +11987;2;2727.00;14.30;1211.50;-1.44;0.30 +11987;3;2735.50;14.80;1211.00;1.35;0.30 +11987;4;2735.00;12.60;1214.50;2.12;0.30 +11987;5;2730.00;12.20;1215.50;3.42;0.30 +11987;9;2727.58;14.17;1212.00;1.57;0.30 +11987;10;2734.42;14.49;1212.00;-1.57;0.30 11987;21;2727.58;14.17;1212.00;1.57;0.30 +11988;0;4592.00;10.40;1119.00;0.00;0.30 +11988;1;4591.50;11.15;1115.00;-0.12;0.30 +11988;2;4595.00;10.95;1116.00;0.78;0.30 +11988;3;4589.00;10.60;1117.50;-1.10;0.30 +11988;4;4596.50;10.85;1118.00;1.35;0.30 +11988;5;4593.50;10.70;1121.50;2.60;0.30 +11988;6;4588.50;10.40;1121.00;4.19;0.30 +11988;7;4590.00;10.50;1123.50;3.56;0.30 +11988;9;4589.30;10.45;1119.00;1.57;0.30 +11988;10;4594.70;10.58;1119.00;-1.57;0.30 11988;21;4589.30;10.45;1119.00;1.57;0.30 +11989;0;4970.00;12.37;1264.00;0.00;0.34 +11989;1;4967.00;12.55;1259.50;-0.58;0.34 +11989;2;4970.00;12.02;1262.00;0.00;0.34 +11989;3;4966.00;12.70;1262.00;-1.10;0.34 +11989;4;4969.00;12.65;1265.50;3.73;0.34 +11989;5;4973.00;12.85;1264.50;1.73;0.34 +11989;6;4974.50;14.10;1266.50;2.07;0.34 +11989;7;4972.50;13.05;1268.00;2.58;0.34 +11989;9;4966.94;12.80;1264.00;1.57;0.34 +11989;10;4973.06;12.64;1264.00;-1.57;0.34 11989;21;4966.94;12.80;1264.00;1.57;0.34 +11990;0;4523.00;9.55;953.00;0.00;0.34 +11990;1;4523.00;9.70;949.00;0.00;0.34 +11990;2;4520.00;9.65;951.50;-1.10;0.34 +11990;3;4526.50;9.70;952.50;1.42;0.34 +11990;4;4519.00;10.50;954.50;4.35;0.34 +11990;5;4525.00;9.62;956.00;2.55;0.34 +11990;6;4522.00;10.05;957.00;3.38;0.34 +11990;9;4519.94;9.98;953.00;1.57;0.34 +11990;10;4526.06;9.62;953.00;-1.57;0.34 +11990;19;4531.00;9.53;956.00;1.43;0.34 +11990;20;4532.63;9.53;956.61;1.93;0.34 11990;21;4519.94;9.98;953.00;1.57;0.34 +11991;0;4682.00;11.07;1141.00;0.00;0.26 +11991;1;4680.50;10.50;1139.00;-0.64;0.26 +11991;2;4684.50;11.50;1141.00;1.57;0.26 +11991;3;4678.50;10.80;1141.00;4.71;0.26 +11991;4;4681.00;11.25;1142.50;3.73;0.26 +11991;5;4684.00;11.30;1144.50;2.62;0.26 +11991;9;4679.66;10.90;1141.00;1.57;0.26 +11991;10;4684.34;11.47;1141.00;-1.57;0.26 +11991;19;4683.00;10.43;1147.00;-3.66;0.26 +11991;20;4683.28;10.43;1148.72;2.97;0.26 11991;21;4679.66;10.90;1141.00;1.57;0.26 +11992;0;4782.00;9.60;1261.00;0.00;0.28 +11992;1;4783.00;9.70;1258.00;0.32;0.28 +11992;2;4780.00;9.50;1262.00;4.24;0.28 +11992;3;4785.00;9.70;1260.50;1.40;0.28 +11992;9;4779.48;9.50;1261.00;1.57;0.28 +11992;10;4784.52;9.70;1261.00;-1.57;0.28 +11992;19;4780.00;9.50;1258.00;-2.03;0.28 +11992;20;4779.03;9.50;1256.54;-0.58;0.28 11992;21;4779.48;9.50;1261.00;1.57;0.28 +11993;0;3971.00;10.05;1001.00;0.00;0.34 +11993;1;3974.00;10.02;996.00;0.54;0.34 +11993;2;3975.50;10.15;1000.00;1.35;0.34 +11993;3;3969.00;10.00;998.50;-0.67;0.34 +11993;4;3964.50;10.20;1000.50;-1.49;0.34 +11993;5;3966.50;10.45;1002.00;4.49;0.34 +11993;6;3971.50;10.70;1004.50;3.00;0.34 +11993;7;3975.50;10.60;1003.50;2.07;0.34 +11993;9;3966.68;10.20;1001.00;1.57;0.34 +11993;10;3975.32;10.25;1001.00;-1.57;0.34 11993;21;3966.68;10.20;1001.00;1.57;0.34 +11994;0;4645.00;9.70;1169.00;0.00;0.26 +11994;1;4646.50;9.85;1166.00;0.46;0.26 +11994;2;4644.00;9.70;1167.00;-0.46;0.26 +11994;3;4648.00;9.70;1168.50;1.40;0.26 +11994;4;4641.50;9.70;1169.00;4.71;0.26 +11994;5;4643.50;9.70;1170.50;3.92;0.26 +11994;6;4647.00;9.70;1171.00;2.35;0.26 +11994;9;4642.30;9.70;1169.00;1.57;0.26 +11994;10;4647.70;9.70;1169.00;-1.57;0.26 11994;21;4642.30;9.70;1169.00;1.57;0.26 +11995;0;4022.00;10.72;1026.00;0.00;0.50 +11995;1;4022.00;11.00;1021.00;0.00;0.50 +11995;2;4017.00;10.60;1023.50;-1.10;0.50 +11995;3;4026.50;10.90;1023.50;1.06;0.50 +11995;4;4026.50;10.80;1029.00;2.15;0.50 +11995;5;4015.50;10.50;1028.00;4.41;0.50 +11995;6;4020.00;10.70;1030.50;3.56;0.50 +11995;9;4017.32;10.54;1026.00;1.57;0.50 +11995;10;4026.68;10.75;1026.00;-1.57;0.50 11995;21;4017.32;10.54;1026.00;1.57;0.50 +11996;0;4623.00;9.70;1291.00;0.00;0.26 +11996;1;4621.00;9.70;1288.50;-0.67;0.26 +11996;2;4625.00;9.70;1289.50;0.92;0.26 +11996;3;4620.50;9.70;1292.00;4.33;0.26 +11996;4;4627.00;9.70;1292.50;1.93;0.26 +11996;5;4624.50;9.70;1294.00;2.67;0.26 +11996;9;4620.48;9.70;1291.00;1.57;0.26 +11996;10;4625.52;9.70;1291.00;-1.57;0.26 11996;21;4620.48;9.70;1291.00;1.57;0.26 +11997;0;4878.00;9.92;1194.00;0.00;0.24 +11997;1;4878.00;9.80;1193.00;0.00;0.24 +11997;2;4878.00;10.32;1196.00;3.14;0.24 +11997;3;4881.00;9.70;1196.50;2.26;0.24 +11997;9;4875.48;9.74;1194.00;1.57;0.24 +11997;10;4880.52;9.84;1194.00;-1.57;0.24 +11997;19;4873.00;9.50;1195.00;0.00;0.24 +11997;20;4871.28;9.50;1195.34;4.51;0.24 11997;21;4880.52;9.84;1194.00;-1.57;0.24 +11998;0;3085.00;9.70;1331.00;0.00;0.22 +11998;1;3084.00;9.50;1329.00;-0.46;0.22 +11998;2;3087.00;9.60;1329.00;0.78;0.22 +11998;3;3083.00;9.70;1332.00;4.24;0.22 +11998;4;3086.50;9.70;1332.50;2.35;0.22 +11998;9;3083.02;9.60;1331.00;1.57;0.22 +11998;10;3086.98;9.70;1331.00;-1.57;0.22 +11998;19;3089.15;9.50;1335.68;-2.16;0.22 +11998;20;3092.56;9.50;1339.29;-3.45;0.22 11998;21;3083.02;9.60;1331.00;1.57;0.22 +11999;0;3323.00;10.05;1040.00;0.00;0.24 +11999;1;3323.00;10.10;1035.00;0.00;0.24 +11999;2;3320.00;10.10;1037.00;-0.78;0.24 +11999;3;3325.50;10.20;1040.50;1.76;0.24 +11999;4;3320.50;10.10;1042.00;4.03;0.24 +11999;5;3323.00;10.10;1045.50;3.14;0.24 +11999;9;3320.84;10.06;1040.00;1.57;0.24 +11999;10;3325.16;10.23;1040.00;-1.57;0.24 11999;21;3320.84;10.06;1040.00;1.57;0.24 +12000;0;2959.00;10.17;1191.00;0.00;0.36 +12000;1;2959.50;10.30;1186.50;0.11;0.36 +12000;2;2963.00;10.55;1189.50;1.21;0.36 +12000;3;2955.00;10.10;1191.00;4.71;0.36 +12000;4;2962.50;10.40;1193.00;2.09;0.36 +12000;5;2955.50;10.00;1195.50;3.80;0.36 +12000;6;2959.50;10.20;1195.00;3.01;0.36 +12000;9;2955.76;10.10;1191.00;1.57;0.36 +12000;10;2962.24;10.43;1191.00;-1.57;0.36 12000;21;2955.76;10.10;1191.00;1.57;0.36 +12001;0;3135.00;10.85;1302.00;0.00;0.24 +12001;1;3136.00;11.65;1299.50;0.38;0.24 +12001;2;3133.50;10.50;1302.50;4.39;0.24 +12001;3;3132.00;10.10;1301.50;-1.40;0.24 +12001;4;3137.50;11.80;1303.50;2.11;0.24 +12001;5;3135.50;9.50;1304.50;2.94;0.24 +12001;9;3132.84;10.50;1302.00;1.57;0.24 +12001;10;3137.16;11.74;1302.00;-1.57;0.24 +12001;19;3130.00;9.50;1303.00;-1.89;0.24 +12001;20;3128.28;9.50;1303.34;4.51;0.24 12001;21;3132.84;10.50;1302.00;1.57;0.24 +12002;0;3321.00;12.02;1092.00;0.00;0.42 +12002;1;3321.00;12.32;1087.00;0.00;0.42 +12002;2;3317.00;12.25;1089.00;-0.92;0.42 +12002;3;3324.00;12.25;1089.50;0.87;0.42 +12002;4;3314.00;12.45;1092.00;4.71;0.42 +12002;5;3326.50;11.75;1094.00;1.92;0.42 +12002;6;3316.50;12.05;1094.00;4.29;0.42 +12002;7;3321.50;12.20;1097.00;3.04;0.42 +12002;9;3316.14;12.26;1092.00;1.57;0.42 +12002;10;3325.86;12.08;1092.00;-1.57;0.42 +12002;19;3333.00;10.20;1092.00;-4.36;0.42 +12002;20;3334.75;10.20;1092.00;1.57;0.42 12002;21;3331.72;10.10;1093.85;1.57;0.42 +12003;0;3029.00;9.50;1248.00;0.00;0.16 +12003;1;3030.50;9.50;1246.50;0.78;0.16 +12003;2;3028.00;9.50;1249.00;3.92;0.16 +12003;3;3030.50;9.50;1249.00;2.15;0.16 +12003;9;3027.38;9.50;1248.00;1.57;0.16 +12003;10;3030.62;9.51;1248.00;-1.57;0.16 +12003;19;3033.00;9.50;1245.00;0.79;0.16 +12003;20;3034.40;9.50;1243.95;0.92;0.16 12003;21;3031.30;9.60;1247.76;1.57;0.16 +12004;0;3301.00;10.55;1139.00;0.00;0.32 +12004;1;3300.50;10.70;1136.00;-0.16;0.32 +12004;2;3304.00;11.05;1135.50;0.70;0.32 +12004;3;3297.50;9.90;1138.50;-1.42;0.32 +12004;4;3304.00;10.70;1140.50;2.03;0.32 +12004;5;3300.00;10.62;1142.00;3.46;0.32 +12004;9;3298.12;9.99;1139.00;1.57;0.32 +12004;10;3303.88;10.61;1139.00;-1.57;0.32 12004;21;3303.88;10.61;1139.00;-1.57;0.32 +12005;0;3973.00;12.70;1172.00;0.00;0.44 +12005;1;3970.50;11.85;1168.00;-0.55;0.44 +12005;2;3975.50;11.50;1167.00;0.46;0.44 +12005;3;3977.00;13.15;1172.50;1.69;0.44 +12005;4;3966.50;11.65;1171.00;-1.41;0.44 +12005;5;3970.50;12.80;1175.50;3.76;0.44 +12005;6;3977.00;13.72;1177.00;2.46;0.44 +12005;9;3968.86;12.24;1172.00;1.57;0.44 +12005;10;3977.14;13.01;1172.00;-1.57;0.44 12005;21;3968.86;12.24;1172.00;1.57;0.44 +12006;0;4848.00;10.60;1183.00;0.00;0.14 +12006;1;4849.00;10.40;1181.00;0.46;0.14 +12006;2;4846.50;10.30;1182.00;-0.98;0.14 +12006;3;4850.50;10.50;1181.50;1.03;0.14 +12006;4;4851.00;10.67;1183.00;1.57;0.14 +12006;5;4845.50;10.30;1183.50;4.51;0.14 +12006;6;4848.00;10.80;1184.50;3.14;0.14 +12006;9;4846.20;10.33;1183.00;1.57;0.14 +12006;10;4849.80;10.73;1183.00;-1.57;0.14 +12006;19;4844.00;9.50;1185.00;-1.77;0.14 +12006;20;4842.43;9.50;1185.78;4.24;0.14 12006;21;4846.20;10.33;1183.00;1.57;0.14 +12007;0;4965.00;10.97;1269.00;0.00;0.30 +12007;1;4966.50;11.85;1268.00;0.98;0.30 +12007;2;4962.00;11.35;1266.50;-0.87;0.30 +12007;3;4963.50;9.50;1270.50;3.92;0.30 +12007;4;4968.50;10.10;1272.50;2.35;0.30 +12007;9;4961.76;10.15;1269.00;1.57;0.30 +12007;10;4968.24;11.61;1269.00;-1.57;0.30 +12007;19;4962.00;9.50;1270.00;-2.36;0.30 +12007;20;4960.34;9.50;1270.55;4.39;0.30 12007;21;4961.76;10.15;1269.00;1.57;0.30 +12008;0;4437.00;10.25;1011.00;0.00;0.36 +12008;1;4436.00;10.80;1007.50;-0.27;0.36 +12008;2;4439.50;10.35;1008.00;0.69;0.36 +12008;3;4433.00;11.22;1011.00;4.71;0.36 +12008;4;4440.50;10.00;1012.50;1.97;0.36 +12008;5;4435.00;11.17;1014.00;3.73;0.36 +12008;6;4439.00;10.70;1015.50;2.72;0.36 +12008;9;4433.76;10.92;1011.00;1.57;0.36 +12008;10;4440.24;10.06;1011.00;-1.57;0.36 12008;21;4433.76;10.92;1011.00;1.57;0.36 +12009;0;3032.00;12.97;1163.00;0.00;0.22 +12009;1;3030.50;11.40;1159.50;-0.40;0.22 +12009;2;3034.00;12.00;1162.50;1.32;0.22 +12009;3;3029.50;11.45;1161.00;-0.89;0.22 +12009;4;3029.00;11.80;1163.50;4.54;0.22 +12009;5;3031.50;12.90;1166.50;3.28;0.22 +12009;6;3034.00;11.97;1167.00;2.67;0.22 +12009;9;3030.02;12.18;1163.00;1.57;0.22 +12009;10;3033.98;12.03;1163.00;-1.57;0.22 12009;21;3030.02;12.18;1163.00;1.57;0.22 +12010;0;4235.00;9.50;1017.00;0.00;0.36 +12010;1;4233.00;9.50;1015.00;-0.78;0.36 +12010;2;4238.00;9.50;1013.50;0.70;0.36 +12010;3;4238.00;9.90;1018.00;1.89;0.36 +12010;4;4231.00;9.75;1019.00;4.24;0.36 +12010;5;4234.00;9.90;1021.00;3.38;0.36 +12010;9;4231.76;9.50;1017.00;1.57;0.36 +12010;10;4238.24;9.87;1017.00;-1.57;0.36 +12010;19;4233.00;9.50;1019.00;-0.79;0.36 +12010;20;4231.76;9.50;1020.23;3.92;0.36 12010;21;4238.24;9.87;1017.00;-1.57;0.36 +12011;0;4817.00;13.17;1275.00;0.00;0.20 +12011;1;4815.50;12.90;1272.50;-0.54;0.20 +12011;2;4818.50;13.40;1272.50;0.54;0.20 +12011;3;4815.00;12.90;1274.50;-1.32;0.20 +12011;4;4820.50;12.10;1274.50;1.42;0.20 +12011;5;4818.50;12.40;1276.50;2.35;0.20 +12011;6;4815.50;13.10;1277.00;3.78;0.20 +12011;9;4815.20;12.95;1275.00;1.57;0.20 +12011;10;4818.80;12.83;1275.00;-1.57;0.20 +12011;19;4822.00;10.32;1275.00;-3.93;0.20 +12011;20;4823.75;10.32;1275.00;1.57;0.20 12011;21;4815.20;12.95;1275.00;1.57;0.20 +12012;0;4575.00;9.80;1204.00;0.00;0.36 +12012;1;4577.50;9.80;1199.50;0.50;0.36 +12012;2;4573.50;9.95;1201.00;-0.46;0.36 +12012;3;4579.00;9.70;1203.50;1.44;0.36 +12012;4;4570.50;9.90;1204.50;4.60;0.36 +12012;5;4575.50;9.70;1207.50;3.00;0.36 +12012;6;4572.00;9.80;1208.50;3.73;0.36 +12012;9;4571.76;9.93;1204.00;1.57;0.36 +12012;10;4578.24;9.70;1204.00;-1.57;0.36 12012;21;4571.76;9.93;1204.00;1.57;0.36 +12013;0;3268.00;11.95;1270.00;0.00;0.26 +12013;1;3267.00;11.00;1267.00;-0.32;0.26 +12013;2;3269.50;11.30;1267.00;0.46;0.26 +12013;3;3265.50;11.10;1268.50;-1.03;0.26 +12013;4;3271.00;12.45;1269.50;1.40;0.26 +12013;5;3265.00;12.22;1271.00;4.39;0.26 +12013;6;3269.50;12.70;1272.50;2.60;0.26 +12013;7;3266.00;12.90;1273.50;3.66;0.26 +12013;8;3267.50;12.90;1275.00;3.24;0.26 +12013;9;3265.66;11.75;1270.00;1.57;0.26 +12013;10;3270.34;12.42;1270.00;-1.57;0.26 12013;21;3265.66;11.75;1270.00;1.57;0.26 +12014;0;4566.00;11.55;1053.00;0.00;0.34 +12014;1;4565.00;10.60;1049.00;-0.24;0.34 +12014;2;4568.00;10.95;1050.50;0.67;0.34 +12014;3;4563.00;11.20;1052.50;-1.40;0.34 +12014;4;4568.50;11.40;1054.50;2.11;0.34 +12014;5;4564.50;12.20;1056.00;3.60;0.34 +12014;9;4562.94;11.28;1053.00;1.57;0.34 +12014;10;4569.06;11.03;1053.00;-1.57;0.34 12014;21;4562.94;11.28;1053.00;1.57;0.34 +12015;0;4639.00;11.07;1237.00;0.00;0.18 +12015;1;4639.00;10.42;1234.00;0.00;0.18 +12015;2;4641.50;11.25;1237.00;1.57;0.18 +12015;3;4637.00;11.20;1237.50;4.46;0.18 +12015;4;4638.50;11.65;1240.00;3.30;0.18 +12015;5;4641.00;11.52;1240.00;2.55;0.18 +12015;9;4637.38;11.05;1237.00;1.57;0.18 +12015;10;4640.62;11.20;1237.00;-1.57;0.18 12015;21;4637.38;11.05;1237.00;1.57;0.18 +12016;0;3277.00;14.35;1277.00;0.00;0.22 +12016;1;3274.00;14.32;1276.00;-1.24;0.22 +12016;2;3278.50;13.60;1274.50;0.54;0.22 +12016;3;3282.00;12.60;1275.00;1.19;0.22 +12016;4;3280.00;13.45;1277.50;1.73;0.22 +12016;5;3275.00;14.45;1279.50;3.81;0.22 +12016;9;3273.58;14.18;1277.00;1.57;0.22 +12016;10;3280.42;13.27;1277.00;-1.57;0.22 12016;21;3273.58;14.18;1277.00;1.57;0.22 +12017;0;4532.00;10.67;1094.00;0.00;0.34 +12017;1;4533.50;10.45;1091.00;0.46;0.34 +12017;2;4529.00;10.70;1090.50;-0.70;0.34 +12017;3;4536.50;10.30;1092.00;1.15;0.34 +12017;4;4528.50;11.30;1094.50;4.57;0.34 +12017;5;4535.00;10.55;1095.50;2.03;0.34 +12017;6;4531.50;11.80;1098.50;3.25;0.34 +12017;9;4528.94;11.16;1094.00;1.57;0.34 +12017;10;4535.06;10.34;1094.00;-1.57;0.34 12017;21;4528.94;11.16;1094.00;1.57;0.34 +12018;0;2794.00;14.27;1200.00;0.00;0.52 +12018;1;2789.00;14.25;1197.00;-1.03;0.52 +12018;2;2797.00;14.55;1195.50;0.58;0.52 +12018;3;2799.50;14.00;1202.00;1.92;0.52 +12018;4;2787.50;13.95;1202.00;4.41;0.52 +12018;5;2791.00;13.90;1204.50;3.73;0.52 +12018;6;2797.00;13.95;1206.50;2.70;0.52 +12018;9;2788.78;14.20;1200.00;1.57;0.52 +12018;10;2799.22;14.20;1200.00;-1.57;0.52 12018;21;2788.78;14.20;1200.00;1.57;0.52 +12019;0;4645.00;11.67;1136.00;0.00;0.22 +12019;1;4645.00;11.62;1134.00;0.00;0.22 +12019;2;4648.50;13.85;1134.00;1.05;0.22 +12019;3;4648.50;13.50;1136.00;1.57;0.22 +12019;4;4641.50;10.50;1135.50;-1.42;0.22 +12019;5;4642.50;10.60;1137.50;4.17;0.22 +12019;6;4646.50;12.10;1139.00;2.67;0.22 +12019;7;4644.50;11.00;1139.50;3.28;0.22 +12019;9;4642.48;10.59;1136.00;1.57;0.22 +12019;10;4647.52;13.35;1136.00;-1.57;0.22 12019;21;4642.48;10.59;1136.00;1.57;0.22 +12020;0;2829.00;13.92;1232.00;0.00;0.32 +12020;1;2830.00;13.50;1228.50;0.27;0.32 +12020;2;2825.50;13.95;1232.00;4.71;0.32 +12020;3;2832.50;14.45;1234.00;2.09;0.32 +12020;4;2827.50;14.00;1235.50;3.54;0.32 +12020;9;2825.76;13.92;1232.00;1.57;0.32 +12020;10;2832.24;14.08;1232.00;-1.57;0.32 12020;21;2825.76;13.92;1232.00;1.57;0.32 +12021;0;435.00;12.40;989.00;0.00;0.34 +12021;1;435.00;10.40;985.00;0.00;0.34 +12021;2;432.50;12.45;988.00;-1.19;0.34 +12021;3;437.50;12.20;991.00;2.24;0.34 +12021;9;431.94;13.24;989.00;1.57;0.34 +12021;10;438.06;11.55;989.00;-1.57;0.34 +12021;19;433.00;9.50;978.00;0.00;0.34 +12021;20;432.68;9.50;976.27;-0.18;0.34 12021;21;431.94;13.24;989.00;1.57;0.34 +12022;0;3031.00;10.85;1047.00;0.00;1.32 +12022;1;3039.00;11.15;1028.50;0.40;1.32 +12022;2;3044.00;10.90;1044.50;1.38;1.32 +12022;3;3025.00;12.95;1032.00;-0.38;1.32 +12022;4;3019.50;11.20;1053.00;4.23;1.32 +12022;5;3035.00;11.37;1065.00;2.92;1.32 +12022;9;3019.12;11.38;1047.00;1.57;1.32 +12022;10;3042.88;10.90;1047.00;-1.57;1.32 12022;21;3019.12;11.38;1047.00;1.57;1.32 +12023;0;4523.00;11.37;1018.00;0.00;0.22 +12023;1;4521.50;10.75;1016.00;-0.64;0.22 +12023;2;4525.00;10.67;1017.00;1.10;0.22 +12023;3;4519.00;11.70;1018.50;4.58;0.22 +12023;4;4521.50;11.40;1020.50;3.68;0.22 +12023;5;4525.00;11.50;1020.50;2.46;0.22 +12023;9;4520.48;11.60;1018.00;1.57;0.22 +12023;10;4525.52;11.00;1018.00;-1.57;0.22 12023;21;4520.48;11.60;1018.00;1.57;0.22 +12024;0;1261.00;11.10;1512.00;0.00;0.38 +12024;1;1260.00;11.12;1509.00;-0.32;0.38 +12024;2;1253.50;11.20;1511.00;-1.43;0.38 +12024;3;1267.00;11.55;1509.00;1.10;0.38 +12024;4;1270.00;11.50;1511.00;1.46;0.38 +12024;5;1266.50;11.50;1515.50;2.13;0.38 +12024;6;1258.00;11.20;1515.50;3.85;0.38 +12024;9;1254.52;11.20;1512.00;1.57;0.38 +12024;10;1267.48;11.60;1512.00;-1.57;0.38 12024;21;1254.52;11.20;1512.00;1.57;0.38 +12025;0;3160.00;9.80;1175.00;0.00;0.30 +12025;1;3162.50;9.80;1172.50;0.78;0.30 +12025;2;3159.00;9.80;1172.50;-0.38;0.30 +12025;3;3157.00;9.90;1176.50;4.24;0.30 +12025;4;3163.00;9.80;1175.50;1.73;0.30 +12025;5;3159.00;9.82;1178.00;3.46;0.30 +12025;9;3157.30;9.84;1175.00;1.57;0.30 +12025;10;3162.70;9.80;1175.00;-1.57;0.30 12025;21;3157.30;9.84;1175.00;1.57;0.30 +12026;0;4607.00;10.42;1311.00;0.00;0.26 +12026;1;4607.00;10.60;1307.50;0.00;0.26 +12026;2;4609.50;10.10;1307.50;0.62;0.26 +12026;3;4610.00;10.25;1310.00;1.24;0.26 +12026;4;4604.50;10.35;1311.00;4.71;0.26 +12026;5;4608.00;10.30;1314.00;2.82;0.26 +12026;6;4604.50;11.20;1315.50;3.64;0.26 +12026;9;4604.66;10.36;1311.00;1.57;0.26 +12026;10;4609.34;10.44;1311.00;-1.57;0.26 12026;21;4604.66;10.36;1311.00;1.57;0.26 +12027;0;4692.00;14.37;1031.00;0.00;0.22 +12027;1;4690.50;14.60;1028.50;-0.54;0.22 +12027;2;4693.00;14.45;1028.50;0.38;0.22 +12027;3;4689.00;14.47;1031.00;4.71;0.22 +12027;4;4694.00;14.25;1032.00;2.03;0.22 +12027;5;4691.00;14.40;1034.00;3.46;0.22 +12027;9;4690.02;14.60;1031.00;1.57;0.22 +12027;10;4693.98;14.27;1031.00;-1.57;0.22 12027;21;4690.02;14.60;1031.00;1.57;0.22 +12028;0;4899.00;9.75;1205.00;0.00;0.18 +12028;1;4899.50;9.75;1203.00;0.24;0.18 +12028;2;4897.00;9.85;1205.50;4.46;0.18 +12028;3;4900.50;9.65;1207.00;2.49;0.18 +12028;4;4898.00;10.00;1207.50;3.52;0.18 +12028;9;4897.38;9.83;1205.00;1.57;0.18 +12028;10;4900.62;9.69;1205.00;-1.57;0.18 +12028;19;4900.00;9.50;1199.00;0.24;0.18 +12028;20;4900.28;9.50;1197.27;0.16;0.18 12028;21;4897.38;9.83;1205.00;1.57;0.18 +12029;0;3371.00;10.75;1255.00;0.00;0.32 +12029;1;3370.00;9.85;1250.50;-0.21;0.32 +12029;2;3368.50;9.70;1255.00;4.71;0.32 +12029;3;3372.50;11.05;1253.00;0.64;0.32 +12029;4;3373.50;12.40;1256.50;2.11;0.32 +12029;5;3372.50;10.10;1259.00;2.78;0.32 +12029;9;3368.12;9.66;1255.00;1.57;0.32 +12029;10;3373.88;12.30;1255.00;-1.57;0.32 +12029;19;3367.03;9.50;1250.20;-1.57;0.32 +12029;20;3365.91;9.50;1248.85;-0.69;0.32 12029;21;3373.88;12.30;1255.00;-1.57;0.32 +12030;0;4618.00;10.40;1081.00;0.00;0.28 +12030;1;4615.50;10.20;1078.00;-0.69;0.28 +12030;2;4619.00;10.30;1078.00;0.32;0.28 +12030;3;4615.00;10.40;1081.50;4.54;0.28 +12030;4;4622.00;10.55;1080.50;1.44;0.28 +12030;5;4620.00;10.50;1083.50;2.46;0.28 +12030;6;4617.00;10.30;1085.00;3.38;0.28 +12030;9;4615.48;10.35;1081.00;1.57;0.28 +12030;10;4620.52;10.45;1081.00;-1.57;0.28 12030;21;4615.48;10.35;1081.00;1.57;0.28 +12031;0;4907.00;10.02;1229.00;0.00;0.20 +12031;1;4907.00;9.50;1227.00;0.00;0.20 +12031;2;4910.50;9.80;1227.50;1.16;0.20 +12031;3;4904.00;9.65;1228.50;-1.40;0.20 +12031;4;4909.50;10.85;1230.00;1.95;0.20 +12031;5;4905.00;10.42;1231.00;3.92;0.20 +12031;6;4907.50;11.00;1231.50;2.94;0.20 +12031;9;4904.66;9.75;1229.00;1.57;0.20 +12031;10;4909.34;10.46;1229.00;-1.57;0.20 +12031;19;4910.00;9.50;1226.00;0.00;0.20 +12031;20;4911.23;9.50;1224.76;0.78;0.20 12031;21;4904.66;9.75;1229.00;1.57;0.20 +12032;0;4848.93;10.00;1166.22;0.00;0.22 +12032;1;4847.50;9.50;1165.00;-1.19;0.22 +12032;2;4853.88;9.80;1167.73;0.78;0.22 +12032;3;4849.71;10.10;1169.37;3.38;0.22 +12032;4;4853.11;9.90;1169.25;2.35;0.22 +12032;5;4848.61;10.00;1162.70;0.00;1.00 +12032;9;4848.02;9.73;1166.00;1.57;0.22 +12032;10;4851.98;9.50;1166.00;-1.57;0.22 +12032;19;4851.00;9.50;1163.00;0.79;0.22 +12032;20;4851.55;9.50;1161.34;0.32;0.22 12032;21;4848.02;9.73;1166.00;1.57;0.22 +12033;0;3210.00;10.00;1151.00;0.00;0.30 +12033;1;3208.50;9.90;1148.00;-0.46;0.30 +12033;2;3212.50;10.00;1149.50;1.03;0.30 +12033;3;3207.50;10.00;1152.00;4.33;0.30 +12033;4;3214.00;10.10;1153.50;2.12;0.30 +12033;5;3211.50;10.10;1155.00;2.78;0.30 +12033;9;3207.12;10.00;1151.00;1.57;0.30 +12033;10;3212.88;10.00;1151.00;-1.57;0.30 12033;21;3207.12;10.00;1151.00;1.57;0.30 +12034;0;2910.00;13.95;1233.00;0.00;0.36 +12034;1;2912.50;11.30;1229.00;0.55;0.36 +12034;2;2908.50;12.30;1230.00;-0.46;0.36 +12034;3;2914.00;13.65;1233.00;1.57;0.36 +12034;4;2906.00;14.07;1233.00;4.71;0.36 +12034;5;2912.50;15.10;1236.50;2.52;0.36 +12034;6;2908.00;15.45;1237.00;3.60;0.36 +12034;9;2906.76;14.21;1233.00;1.57;0.36 +12034;10;2913.24;13.72;1233.00;-1.57;0.36 12034;21;2906.45;15.60;1234.35;-1.57;0.36 +12035;0;4140.00;10.50;1028.00;0.00;0.28 +12035;1;4136.00;10.30;1026.50;-1.21;0.28 +12035;2;4141.00;10.70;1025.50;0.38;0.28 +12035;3;4144.50;10.65;1028.00;1.57;0.28 +12035;4;4136.00;10.25;1030.00;4.24;0.28 +12035;5;4141.50;10.50;1030.50;2.60;0.28 +12035;9;4136.22;10.21;1028.00;1.57;0.28 +12035;10;4143.78;10.65;1028.00;-1.57;0.28 12035;21;4136.22;10.21;1028.00;1.57;0.28 +12036;0;4628.00;9.70;1185.00;0.00;0.22 +12036;1;4628.50;9.70;1180.00;0.10;0.22 +12036;2;4626.00;9.70;1182.50;-0.67;0.22 +12036;3;4630.00;9.70;1181.50;0.51;0.22 +12036;4;4630.50;9.70;1186.00;1.95;0.22 +12036;5;4626.50;9.70;1187.50;3.68;0.22 +12036;6;4629.00;9.70;1190.00;2.94;0.22 +12036;9;4626.02;9.70;1185.00;1.57;0.22 +12036;10;4629.98;9.70;1185.00;-1.57;0.22 12036;21;4626.02;9.70;1185.00;1.57;0.22 +12037;0;3892.00;9.70;1007.00;0.00;0.34 +12037;1;3892.00;9.67;1003.00;0.00;0.34 +12037;2;3894.50;9.60;1004.50;0.78;0.34 +12037;3;3890.00;9.70;1008.50;4.06;0.34 +12037;4;3896.50;9.60;1008.50;1.89;0.34 +12037;9;3888.22;9.68;1007.00;1.57;0.34 +12037;10;3895.78;9.75;1007.00;-1.57;0.34 +12037;19;3889.00;9.55;1010.00;-2.21;0.34 +12037;20;3887.76;9.55;1011.23;3.92;0.34 12037;21;3888.22;9.68;1007.00;1.57;0.34 +12038;0;2770.00;10.25;1266.00;0.00;0.20 +12038;1;2770.00;9.50;1264.50;0.00;0.20 +12038;2;2766.50;9.70;1265.50;-1.42;0.20 +12038;3;2769.00;11.60;1267.50;3.73;0.20 +12038;4;2773.50;10.75;1267.00;1.84;0.20 +12038;5;2772.00;11.70;1268.00;2.35;0.20 +12038;9;2767.48;10.30;1266.00;1.57;0.20 +12038;10;2772.52;10.54;1266.00;-1.57;0.20 +12038;19;2775.00;10.23;1268.00;0.00;0.20 +12038;20;2776.62;10.23;1268.65;1.95;0.20 12038;21;2767.88;9.70;1265.60;-1.57;0.20 +12039;0;2991.00;9.70;1190.00;0.00;0.30 +12039;1;2990.50;9.80;1187.00;-0.16;0.30 +12039;2;2994.00;9.70;1188.50;1.10;0.30 +12039;3;2988.00;9.70;1189.50;-1.40;0.30 +12039;4;2991.00;9.70;1193.00;3.14;0.30 +12039;5;2987.00;9.70;1193.00;4.06;0.30 +12039;9;2988.30;9.70;1190.00;1.57;0.30 +12039;10;2993.70;9.70;1190.00;-1.57;0.30 +12039;19;2985.00;9.68;1198.00;-3.14;0.30 +12039;20;2983.95;9.68;1199.40;3.78;0.30 12039;21;2988.30;9.70;1190.00;1.57;0.30 +12040;0;4782.00;9.65;1287.00;0.00;0.22 +12040;1;4780.50;9.60;1284.50;-0.54;0.22 +12040;2;4784.00;9.60;1285.00;0.78;0.22 +12040;3;4779.50;9.70;1287.00;4.71;0.22 +12040;4;4784.50;9.90;1288.50;2.11;0.22 +12040;5;4780.50;9.70;1289.50;3.68;0.22 +12040;6;4782.50;9.90;1291.00;3.01;0.22 +12040;9;4780.02;9.70;1287.00;1.57;0.22 +12040;10;4783.98;9.65;1287.00;-1.57;0.22 +12040;19;4780.00;9.50;1284.00;-0.54;0.22 +12040;20;4779.03;9.50;1282.54;-0.58;0.22 12040;21;4780.02;9.70;1287.00;1.57;0.22 +12041;0;3965.00;9.95;1126.00;0.00;0.46 +12041;1;3963.50;10.00;1121.50;-0.32;0.46 +12041;2;3969.50;10.10;1122.00;0.84;0.46 +12041;3;3958.50;9.90;1124.00;-1.27;0.46 +12041;4;3974.00;10.00;1125.50;1.51;0.46 +12041;5;3959.00;9.90;1129.50;4.18;0.46 +12041;6;3969.50;9.90;1129.00;2.15;0.46 +12041;7;3965.00;9.90;1132.00;3.14;0.46 +12041;9;3958.16;9.86;1126.00;1.57;0.46 +12041;10;3971.84;10.00;1126.00;-1.57;0.46 12041;21;3958.16;9.86;1126.00;1.57;0.46 +12042;0;2728.00;16.85;1198.00;0.00;0.32 +12042;1;2726.00;16.80;1194.50;-0.51;0.32 +12042;2;2730.00;16.05;1194.50;0.51;0.32 +12042;3;2723.50;15.90;1197.50;-1.46;0.32 +12042;4;2732.00;16.30;1198.50;1.69;0.32 +12042;5;2724.50;16.30;1200.50;4.09;0.32 +12042;6;2729.00;17.22;1202.00;2.89;0.32 +12042;9;2724.58;16.32;1198.00;1.57;0.32 +12042;10;2731.42;16.27;1198.00;-1.57;0.32 12042;21;2724.58;16.32;1198.00;1.57;0.32 +12043;0;4647.00;9.70;1313.00;0.00;0.28 +12043;1;4643.50;9.60;1311.50;-1.16;0.28 +12043;2;4647.00;9.50;1310.50;0.00;0.28 +12043;3;4650.50;9.70;1313.50;1.71;0.28 +12043;4;4645.00;9.65;1315.00;3.92;0.28 +12043;5;4647.50;9.70;1316.50;3.00;0.28 +12043;9;4644.30;9.65;1313.00;1.57;0.28 +12043;10;4649.70;9.70;1313.00;-1.57;0.28 +12043;19;4647.00;9.50;1310.00;0.00;0.28 +12043;20;4647.00;9.50;1308.25;0.00;0.28 12043;21;4644.30;9.65;1313.00;1.57;0.28 +12044;0;3295.00;10.40;1081.00;0.00;0.32 +12044;1;3295.50;10.60;1076.50;0.11;0.32 +12044;2;3293.00;10.30;1080.50;-1.32;0.32 +12044;3;3298.00;10.55;1078.50;0.87;0.32 +12044;4;3298.50;10.50;1080.50;1.42;0.32 +12044;5;3296.50;10.60;1083.50;2.60;0.32 +12044;6;3292.50;10.40;1084.50;3.76;0.32 +12044;9;3292.12;10.30;1081.00;1.57;0.32 +12044;10;3297.88;10.45;1081.00;-1.57;0.32 12044;21;3292.12;10.30;1081.00;1.57;0.32 +12045;0;4643.00;11.62;1259.00;0.00;0.24 +12045;1;4641.00;11.45;1256.00;-0.58;0.24 +12045;2;4644.00;11.97;1256.00;0.32;0.24 +12045;3;4646.00;12.10;1258.50;1.40;0.24 +12045;4;4641.50;11.00;1260.00;4.12;0.24 +12045;5;4645.00;11.70;1261.50;2.46;0.24 +12045;9;4640.84;11.00;1259.00;1.57;0.24 +12045;10;4645.16;12.01;1259.00;-1.57;0.24 12045;21;4640.84;11.00;1259.00;1.57;0.24 +12046;0;3496.00;9.80;1199.00;0.00;0.44 +12046;1;3500.00;9.90;1194.00;0.67;0.44 +12046;2;3495.00;9.70;1195.50;-0.27;0.44 +12046;3;3498.00;9.97;1200.00;2.03;0.44 +12046;4;3492.50;9.70;1200.00;4.43;0.44 +12046;5;3493.00;9.75;1203.50;3.73;0.44 +12046;9;3492.04;9.70;1199.00;1.57;0.44 +12046;10;3499.96;10.00;1199.00;-1.57;0.44 12046;21;3492.04;9.70;1199.00;1.57;0.44 +12047;0;3031.00;10.85;1276.00;0.00;0.20 +12047;1;3030.50;10.80;1274.00;-0.24;0.20 +12047;2;3034.00;10.85;1274.50;1.10;0.20 +12047;3;3027.00;11.37;1276.00;4.71;0.20 +12047;4;3034.50;11.25;1277.00;1.84;0.20 +12047;5;3028.00;11.90;1277.50;4.24;0.20 +12047;6;3031.50;11.35;1278.00;2.89;0.20 +12047;9;3028.30;11.63;1276.00;1.57;0.20 +12047;10;3033.70;11.01;1276.00;-1.57;0.20 12047;21;3028.30;11.63;1276.00;1.57;0.20 +12048;0;4457.00;9.70;991.00;0.00;0.24 +12048;1;4459.50;9.60;988.50;0.78;0.24 +12048;2;4456.00;9.70;989.50;-0.58;0.24 +12048;3;4460.50;9.65;990.00;1.29;0.24 +12048;4;4458.00;9.70;993.00;2.67;0.24 +12048;5;4453.50;9.70;992.00;4.43;0.24 +12048;6;4454.50;9.70;993.50;3.92;0.24 +12048;9;4454.12;9.70;991.00;1.57;0.24 +12048;10;4459.88;9.66;991.00;-1.57;0.24 12048;21;4454.12;9.70;991.00;1.57;0.24 +12049;0;3307.00;9.70;1156.00;0.00;0.16 +12049;1;3306.50;9.80;1152.50;-0.14;0.16 +12049;2;3305.00;9.82;1154.00;-0.78;0.16 +12049;3;3308.50;9.70;1153.50;0.54;0.16 +12049;4;3309.00;9.70;1157.00;2.03;0.16 +12049;5;3305.00;9.75;1157.00;4.24;0.16 +12049;6;3307.50;9.70;1159.50;3.00;0.16 +12049;9;3305.56;9.74;1156.00;1.57;0.16 +12049;10;3308.44;9.70;1156.00;-1.57;0.16 +12049;19;3308.78;9.50;1162.45;-3.18;0.16 +12049;20;3309.24;9.50;1164.13;2.87;0.16 12049;21;3308.41;9.80;1159.83;-1.57;0.16 +12050;0;4190.00;9.90;1020.00;0.00;0.20 +12050;1;4190.50;9.80;1015.50;0.11;0.20 +12050;2;4192.00;9.90;1015.50;0.41;0.20 +12050;3;4187.50;9.90;1019.50;-1.37;0.20 +12050;4;4192.00;9.90;1020.00;1.57;0.20 +12050;5;4187.00;9.90;1023.00;3.92;0.20 +12050;6;4189.00;9.90;1024.00;3.38;0.20 +12050;7;4191.00;9.90;1023.50;2.86;0.20 +12050;9;4188.20;9.90;1020.00;1.57;0.20 +12050;10;4191.80;9.90;1020.00;-1.57;0.20 12050;21;4188.20;9.90;1020.00;1.57;0.20 +12051;0;2912.00;11.65;1258.00;0.00;0.24 +12051;1;2913.50;12.20;1254.50;0.40;0.24 +12051;2;2910.50;12.20;1254.50;-0.40;0.24 +12051;3;2909.00;12.52;1256.00;-0.98;0.24 +12051;4;2914.50;11.10;1259.00;1.95;0.24 +12051;5;2909.50;12.30;1259.50;4.17;0.24 +12051;6;2912.00;10.97;1262.00;3.14;0.24 +12051;7;2913.50;10.40;1262.00;2.78;0.24 +12051;9;2909.84;12.13;1258.00;1.57;0.24 +12051;10;2914.16;11.46;1258.00;-1.57;0.24 +12051;19;2913.00;9.63;1266.00;-3.14;0.24 +12051;20;2913.21;9.63;1267.73;3.01;0.24 12051;21;2911.88;12.10;1255.52;-1.57;0.24 +12052;0;4693.00;10.15;1169.00;0.00;0.20 +12052;1;4692.50;10.60;1167.00;-0.24;0.20 +12052;2;4695.00;10.30;1168.00;1.10;0.20 +12052;3;4691.00;9.85;1169.50;4.46;0.20 +12052;4;4694.50;9.80;1171.00;2.49;0.20 +12052;9;4690.84;9.93;1169.00;1.57;0.20 +12052;10;4695.16;10.06;1169.00;-1.57;0.20 +12052;19;4698.00;9.70;1170.00;-3.79;0.20 +12052;20;4699.71;9.70;1170.34;1.76;0.20 12052;21;4690.84;9.93;1169.00;1.57;0.20 +12053;0;4536.00;11.77;1081.00;0.00;0.30 +12053;1;4535.00;12.17;1078.00;-0.32;0.30 +12053;2;4538.50;10.95;1078.00;0.69;0.30 +12053;3;4532.50;13.10;1081.00;4.71;0.30 +12053;4;4539.50;10.35;1082.00;1.84;0.30 +12053;5;4535.50;11.30;1084.50;3.28;0.30 +12053;9;4533.30;13.06;1081.00;1.57;0.30 +12053;10;4538.70;10.45;1081.00;-1.57;0.30 12053;21;4533.30;13.06;1081.00;1.57;0.30 +12054;0;1582.00;9.70;1455.00;0.00;0.34 +12054;1;1579.00;9.70;1451.50;-0.70;0.34 +12054;2;1584.00;9.70;1451.50;0.51;0.34 +12054;3;1578.50;9.70;1455.50;4.57;0.34 +12054;4;1586.00;9.70;1456.50;1.93;0.34 +12054;5;1580.50;9.70;1459.50;3.46;0.34 +12054;6;1583.50;9.70;1460.00;2.85;0.34 +12054;9;1578.94;9.70;1455.00;1.57;0.34 +12054;10;1585.06;9.70;1455.00;-1.57;0.34 12054;21;1578.94;9.70;1455.00;1.57;0.34 +12055;0;4640.00;9.85;1220.00;0.00;0.20 +12055;1;4642.50;10.20;1217.50;0.78;0.20 +12055;2;4638.50;10.00;1218.50;-0.78;0.20 +12055;3;4644.50;9.80;1219.00;1.35;0.20 +12055;4;4644.00;9.70;1220.50;1.69;0.20 +12055;5;4636.00;9.70;1221.50;4.35;0.20 +12055;6;4640.00;9.70;1222.00;3.14;0.20 +12055;9;4636.94;9.75;1220.00;1.57;0.20 +12055;10;4643.06;9.75;1220.00;-1.57;0.20 12055;21;4636.94;9.75;1220.00;1.57;0.20 +12056;0;5003.00;12.47;1306.00;0.00;0.26 +12056;1;5000.50;11.60;1302.50;-0.62;0.26 +12056;2;5004.00;10.85;1302.50;0.27;0.26 +12056;3;5000.50;12.70;1306.50;4.51;0.26 +12056;4;5006.50;11.20;1304.50;1.16;0.26 +12056;5;5005.50;12.15;1308.00;2.24;0.26 +12056;6;5003.00;12.60;1310.00;3.14;0.26 +12056;9;5000.66;12.70;1306.00;1.57;0.26 +12056;10;5005.34;11.84;1306.00;-1.57;0.26 12056;21;5000.66;12.70;1306.00;1.57;0.26 +12057;0;4641.00;13.12;1068.00;0.00;0.24 +12057;1;4641.00;11.90;1065.50;0.00;0.24 +12057;2;4644.50;12.50;1066.50;1.16;0.24 +12057;3;4638.00;12.80;1067.50;-1.40;0.24 +12057;4;4645.50;12.80;1069.00;1.78;0.24 +12057;5;4642.00;12.45;1070.50;2.76;0.24 +12057;6;4638.00;12.45;1070.50;4.01;0.24 +12057;9;4638.12;12.88;1068.00;1.57;0.24 +12057;10;4643.88;12.95;1068.00;-1.57;0.24 12057;21;4638.12;12.88;1068.00;1.57;0.24 +12058;0;3178.00;10.92;1238.00;0.00;0.20 +12058;1;3179.00;9.57;1236.00;0.46;0.20 +12058;2;3176.00;10.75;1238.50;4.46;0.20 +12058;3;3180.00;10.77;1237.00;1.10;0.20 +12058;4;3179.50;10.80;1239.50;2.35;0.20 +12058;9;3175.84;10.61;1238.00;1.57;0.20 +12058;10;3180.16;11.21;1238.00;-1.57;0.20 +12058;19;3179.77;9.50;1240.85;2.97;0.20 +12058;20;3180.69;9.50;1242.33;2.58;0.20 12058;21;3180.16;11.21;1238.00;-1.57;0.20 +12059;0;4678.00;11.57;1132.00;0.00;0.24 +12059;1;4679.00;10.97;1129.00;0.32;0.24 +12059;2;4676.00;11.70;1129.50;-0.67;0.24 +12059;3;4674.50;11.60;1131.50;-1.42;0.24 +12059;4;4681.50;10.80;1131.50;1.42;0.24 +12059;5;4682.00;11.00;1133.50;1.93;0.24 +12059;6;4675.00;11.30;1134.50;4.01;0.24 +12059;7;4678.50;11.00;1134.50;2.94;0.24 +12059;9;4675.12;11.78;1132.00;1.57;0.24 +12059;10;4680.88;10.56;1132.00;-1.57;0.24 12059;21;4675.12;11.78;1132.00;1.57;0.24 +12060;0;4813.00;9.65;1235.00;0.00;0.14 +12060;1;4810.50;10.00;1234.50;-1.37;0.14 +12060;2;4814.00;9.50;1233.50;0.58;0.14 +12060;3;4816.50;9.70;1235.50;1.71;0.14 +12060;4;4810.50;10.90;1236.50;4.17;0.14 +12060;5;4813.50;10.30;1236.50;2.82;0.14 +12060;9;4810.66;10.18;1235.00;1.57;0.14 +12060;10;4815.34;9.74;1235.00;-1.57;0.14 +12060;19;4814.00;9.50;1234.00;0.59;0.14 +12060;20;4815.23;9.50;1232.76;0.78;0.14 12060;21;4810.66;10.18;1235.00;1.57;0.14 +12061;0;4639.00;10.37;1160.00;0.00;0.28 +12061;1;4640.00;10.37;1157.00;0.32;0.28 +12061;2;4636.50;10.35;1159.00;-1.19;0.28 +12061;3;4642.00;10.30;1159.50;1.40;0.28 +12061;4;4637.00;10.10;1162.50;3.81;0.28 +12061;5;4641.00;9.90;1162.50;2.46;0.28 +12061;9;4636.48;10.39;1160.00;1.57;0.28 +12061;10;4641.52;10.30;1160.00;-1.57;0.28 12061;21;4636.48;10.39;1160.00;1.57;0.28 +12062;0;4589.00;11.25;1274.00;0.00;0.24 +12062;1;4588.00;11.15;1270.50;-0.27;0.24 +12062;2;4591.50;11.20;1273.00;1.19;0.24 +12062;3;4586.00;10.85;1273.50;-1.40;0.24 +12062;4;4588.00;11.02;1277.00;3.46;0.24 +12062;5;4590.50;11.30;1277.50;2.73;0.24 +12062;6;4588.50;11.00;1278.50;3.25;0.24 +12062;9;4586.84;10.96;1274.00;1.57;0.24 +12062;10;4591.16;11.26;1274.00;-1.57;0.24 12062;21;4586.84;10.96;1274.00;1.57;0.24 +12063;0;4155.00;9.70;988.00;0.00;0.28 +12063;1;4154.50;9.70;984.50;-0.14;0.28 +12063;2;4158.50;9.70;987.00;1.29;0.28 +12063;3;4151.50;9.70;989.00;4.43;0.28 +12063;4;4155.00;9.70;991.50;3.14;0.28 +12063;9;4152.12;9.70;988.00;1.57;0.28 +12063;10;4157.88;9.70;988.00;-1.57;0.28 +12063;19;4161.00;9.60;988.00;1.29;0.28 +12063;20;4162.75;9.60;988.00;1.57;0.28 12063;21;4152.12;9.70;988.00;1.57;0.28 +12064;0;3249.00;14.55;198.00;0.00;0.72 +12064;1;3249.00;14.80;190.00;0.00;0.72 +12064;2;3242.50;14.00;196.50;-1.34;0.72 +12064;3;3257.00;14.80;194.50;1.15;0.72 +12064;4;3256.00;14.55;202.00;2.09;0.72 +12064;5;3247.00;14.00;206.00;3.38;0.72 +12064;9;3242.52;14.00;198.00;1.57;0.72 +12064;10;3255.48;14.69;198.00;-1.57;0.72 12064;21;3242.52;14.00;198.00;1.57;0.72 +12065;0;4461.00;10.75;1013.00;0.00;0.34 +12065;1;4459.50;10.65;1009.00;-0.35;0.34 +12065;2;4456.50;10.65;1010.00;-0.98;0.34 +12065;3;4463.50;10.55;1011.00;0.89;0.34 +12065;4;4458.00;11.10;1014.00;4.39;0.34 +12065;5;4466.00;10.50;1013.50;1.67;0.34 +12065;6;4466.00;10.60;1016.00;2.11;0.34 +12065;7;4462.00;10.70;1016.50;2.86;0.34 +12065;9;4457.22;11.06;1013.00;1.57;0.34 +12065;10;4464.78;10.53;1013.00;-1.57;0.34 12065;21;4457.22;11.06;1013.00;1.57;0.34 +12066;0;3060.00;9.97;1298.00;0.00;0.24 +12066;1;3057.50;9.70;1298.50;4.51;0.24 +12066;2;3058.50;9.95;1296.00;-0.64;0.24 +12066;3;3062.00;10.35;1298.00;1.57;0.24 +12066;4;3062.00;9.85;1300.50;2.46;0.24 +12066;5;3060.50;9.85;1301.00;2.97;0.24 +12066;9;3057.66;9.70;1298.00;1.57;0.24 +12066;10;3062.34;10.28;1298.00;-1.57;0.24 +12066;19;3054.00;9.50;1298.00;-1.77;0.24 +12066;20;3052.25;9.50;1298.00;4.71;0.24 12066;21;3057.66;9.70;1298.00;1.57;0.24 +12067;0;4682.00;9.85;1208.00;0.00;0.22 +12067;1;4683.00;9.70;1204.00;0.24;0.22 +12067;2;4680.50;9.70;1206.00;-0.64;0.22 +12067;3;4684.50;9.70;1206.50;1.03;0.22 +12067;4;4684.00;10.10;1210.00;2.35;0.22 +12067;5;4679.00;9.85;1209.50;4.24;0.22 +12067;6;4681.00;10.15;1211.00;3.46;0.22 +12067;9;4680.02;9.77;1208.00;1.57;0.22 +12067;10;4683.98;9.80;1208.00;-1.57;0.22 +12067;19;4687.00;9.53;1204.00;1.03;0.22 +12067;20;4688.36;9.53;1202.90;0.89;0.22 12067;21;4680.02;9.77;1208.00;1.57;0.22 +12068;0;4685.00;10.67;1021.00;0.00;0.22 +12068;1;4683.00;9.75;1020.00;-1.10;0.22 +12068;2;4686.00;10.10;1018.50;0.38;0.22 +12068;3;4688.00;11.80;1021.00;1.57;0.22 +12068;4;4687.00;12.20;1023.50;2.46;0.22 +12068;5;4682.00;9.72;1023.00;4.12;0.22 +12068;6;4682.50;10.70;1024.00;3.83;0.22 +12068;7;4684.50;11.30;1024.00;3.30;0.22 +12068;9;4683.02;10.04;1021.00;1.57;0.22 +12068;10;4686.98;11.31;1021.00;-1.57;0.22 +12068;19;4680.98;9.50;1018.71;-2.75;0.22 +12068;20;4680.20;9.50;1017.82;5.51;0.22 12068;21;4683.02;10.04;1021.00;1.57;0.22 +12069;0;4619.00;9.70;1241.00;0.00;0.26 +12069;1;4618.50;9.70;1237.50;-0.14;0.26 +12069;2;4621.00;9.70;1237.50;0.51;0.26 +12069;3;4621.50;9.70;1240.00;1.19;0.26 +12069;4;4616.50;9.70;1240.50;-1.37;0.26 +12069;5;4620.00;9.70;1244.50;2.86;0.26 +12069;6;4615.50;9.70;1243.00;4.19;0.26 +12069;7;4617.50;9.70;1245.00;3.50;0.26 +12069;9;4616.66;9.70;1241.00;1.57;0.26 +12069;10;4621.34;9.70;1241.00;-1.57;0.26 12069;21;4616.66;9.70;1241.00;1.57;0.26 +12070;0;2691.00;9.82;1277.00;0.00;0.20 +12070;1;2691.50;9.70;1274.00;0.16;0.20 +12070;2;2689.50;9.70;1275.00;-0.64;0.20 +12070;3;2692.50;9.75;1276.00;0.98;0.20 +12070;4;2689.50;9.90;1276.50;-1.24;0.20 +12070;5;2690.00;9.85;1279.00;3.60;0.20 +12070;6;2693.00;10.00;1279.00;2.35;0.20 +12070;9;2689.20;9.86;1277.00;1.57;0.20 +12070;10;2692.80;9.83;1277.00;-1.57;0.20 +12070;19;2693.00;9.53;1273.00;0.17;0.20 +12070;20;2693.78;9.53;1271.43;0.46;0.20 12070;21;2692.80;9.83;1277.00;-1.57;0.20 +12071;0;3320.00;10.42;1070.00;0.00;0.28 +12071;1;3317.50;9.90;1064.50;-0.42;0.28 +12071;2;3321.00;10.30;1066.00;0.24;0.28 +12071;3;3317.00;10.10;1068.50;-1.10;0.28 +12071;4;3322.00;10.65;1071.50;2.21;0.28 +12071;5;3318.50;10.00;1074.50;3.46;0.28 +12071;6;3320.50;10.25;1076.00;3.05;0.28 +12071;9;3317.48;10.10;1070.00;1.57;0.28 +12071;10;3322.52;10.70;1070.00;-1.57;0.28 12071;21;3317.48;10.10;1070.00;1.57;0.28 +12072;0;4969.00;11.85;1244.00;0.00;0.26 +12072;1;4968.00;11.70;1241.00;-0.32;0.26 +12072;2;4970.50;12.10;1241.50;0.54;0.26 +12072;3;4967.00;11.65;1243.50;-1.32;0.26 +12072;4;4973.00;11.90;1243.00;1.32;0.26 +12072;5;4971.00;12.27;1245.00;2.03;0.26 +12072;6;4966.50;12.05;1247.00;3.83;0.26 +12072;7;4968.50;12.30;1247.00;3.30;0.26 +12072;9;4966.66;11.68;1244.00;1.57;0.26 +12072;10;4971.34;12.15;1244.00;-1.57;0.26 12072;21;4966.66;11.68;1244.00;1.57;0.26 +12073;0;3341.00;12.50;1130.00;0.00;0.38 +12073;1;3340.50;12.40;1125.50;-0.11;0.38 +12073;2;3344.00;11.47;1128.00;0.98;0.38 +12073;3;3336.50;12.40;1129.50;-1.46;0.38 +12073;4;3338.00;12.00;1133.00;3.92;0.38 +12073;5;3345.50;11.50;1133.00;2.15;0.38 +12073;6;3342.00;11.85;1134.00;2.89;0.38 +12073;9;3337.58;12.50;1130.00;1.57;0.38 +12073;10;3344.42;11.58;1130.00;-1.57;0.38 +12073;19;3346.00;9.50;1121.00;0.98;0.38 +12073;20;3346.85;9.50;1119.47;0.50;0.38 12073;21;3337.58;12.50;1130.00;1.57;0.38 +12074;0;4661.00;11.30;1267.00;0.00;0.26 +12074;1;4659.00;11.40;1264.50;-0.67;0.26 +12074;2;4662.00;11.35;1264.50;0.38;0.26 +12074;3;4664.50;11.30;1267.00;1.57;0.26 +12074;4;4657.50;11.15;1267.00;4.71;0.26 +12074;5;4660.00;11.15;1269.50;3.52;0.26 +12074;6;4663.00;11.15;1270.00;2.55;0.26 +12074;9;4658.48;11.19;1267.00;1.57;0.26 +12074;10;4663.52;11.30;1267.00;-1.57;0.26 +12074;19;4663.00;9.65;1274.00;-3.73;0.26 +12074;20;4663.48;9.65;1275.68;2.86;0.26 12074;21;4658.48;11.19;1267.00;1.57;0.26 +12075;0;4442.00;10.72;992.00;0.00;0.32 +12075;1;4441.00;11.00;989.50;-0.38;0.32 +12075;2;4445.50;10.30;989.50;0.95;0.32 +12075;3;4439.50;10.90;994.00;4.03;0.32 +12075;4;4446.00;10.10;992.50;1.69;0.32 +12075;5;4443.50;10.20;994.50;2.60;0.32 +12075;9;4438.94;11.10;992.00;1.57;0.32 +12075;10;4445.06;10.23;992.00;-1.57;0.32 12075;21;4438.94;11.10;992.00;1.57;0.32 +12076;0;4700.00;9.67;1159.00;0.00;0.16 +12076;1;4701.50;9.50;1158.50;1.24;0.16 +12076;2;4697.50;9.80;1158.00;-1.19;0.16 +12076;3;4696.50;10.60;1159.50;4.57;0.16 +12076;4;4700.50;9.80;1160.50;2.82;0.16 +12076;9;4697.30;10.20;1159.00;1.57;0.16 +12076;10;4702.70;9.50;1159.00;-1.57;0.16 +12076;19;4701.00;9.50;1158.00;1.25;0.16 +12076;20;4702.23;9.50;1156.76;0.78;0.16 12076;21;4697.30;10.20;1159.00;1.57;0.16 +12077;0;4550.00;10.57;1010.00;0.00;0.22 +12077;1;4550.00;9.90;1007.50;0.00;0.22 +12077;2;4546.00;10.25;1007.50;-1.01;0.22 +12077;3;4553.50;10.10;1008.50;1.16;0.22 +12077;4;4547.00;10.55;1010.50;4.54;0.22 +12077;5;4553.00;10.65;1011.00;1.89;0.22 +12077;6;4549.50;10.60;1013.00;3.30;0.22 +12077;9;4547.12;10.51;1010.00;1.57;0.22 +12077;10;4552.88;10.53;1010.00;-1.57;0.22 12077;21;4547.12;10.51;1010.00;1.57;0.22 +12078;0;4580.00;11.87;1283.00;0.00;0.24 +12078;1;4580.00;11.80;1280.00;0.00;0.24 +12078;2;4583.50;10.80;1281.50;1.16;0.24 +12078;3;4578.00;12.55;1282.50;-1.32;0.24 +12078;4;4582.00;11.30;1284.50;2.21;0.24 +12078;5;4578.50;12.15;1286.00;3.60;0.24 +12078;6;4580.50;11.70;1287.00;3.01;0.24 +12078;9;4577.84;12.58;1283.00;1.57;0.24 +12078;10;4582.16;11.20;1283.00;-1.57;0.24 12078;21;4577.84;12.58;1283.00;1.57;0.24 +12079;0;3144.00;9.80;1161.00;0.00;0.28 +12079;1;3143.50;9.70;1157.50;-0.14;0.28 +12079;2;3141.00;9.70;1159.50;-1.10;0.28 +12079;3;3146.50;9.80;1159.00;0.89;0.28 +12079;4;3147.00;9.80;1162.00;1.89;0.28 +12079;5;3140.50;9.90;1162.00;4.43;0.28 +12079;6;3142.50;9.90;1163.50;3.68;0.28 +12079;7;3145.50;9.80;1164.50;2.73;0.28 +12079;9;3141.48;9.79;1161.00;1.57;0.28 +12079;10;3146.52;9.80;1161.00;-1.57;0.28 12079;21;3141.48;9.79;1161.00;1.57;0.28 +12080;0;3986.00;10.70;1015.00;0.00;0.36 +12080;1;3983.00;10.40;1010.50;-0.58;0.36 +12080;2;3987.50;10.60;1011.00;0.35;0.36 +12080;3;3982.00;10.52;1014.00;-1.32;0.36 +12080;4;3991.00;10.75;1011.50;0.96;0.36 +12080;5;3990.50;10.50;1014.50;1.46;0.36 +12080;6;3984.00;10.70;1018.50;3.66;0.36 +12080;7;3987.50;10.45;1019.00;2.78;0.36 +12080;9;3982.76;10.66;1015.00;1.57;0.36 +12080;10;3989.24;10.53;1015.00;-1.57;0.36 12080;21;3982.76;10.66;1015.00;1.57;0.36 +12081;0;2748.00;13.22;1296.00;0.00;0.16 +12081;1;2748.00;13.25;1294.50;0.00;0.16 +12081;2;2745.50;13.65;1296.00;4.71;0.16 +12081;3;2750.50;13.55;1295.00;1.19;0.16 +12081;4;2750.50;13.45;1297.00;1.95;0.16 +12081;5;2747.50;13.40;1298.00;3.38;0.16 +12081;9;2746.20;13.54;1296.00;1.57;0.16 +12081;10;2749.80;13.32;1296.00;-1.57;0.16 12081;21;2746.20;13.54;1296.00;1.57;0.16 +12082;0;3040.00;10.70;1098.00;0.00;0.92 +12082;1;3052.50;10.70;1089.50;0.97;0.92 +12082;2;3039.50;10.70;1090.50;-0.06;0.92 +12082;3;3028.00;10.65;1096.00;-1.40;0.92 +12082;4;3054.00;10.75;1097.50;1.53;0.92 +12082;5;3027.00;10.50;1104.50;4.24;0.92 +12082;6;3044.50;10.65;1104.00;2.49;0.92 +12082;7;3034.50;10.70;1108.50;3.62;0.92 +12082;9;3028.48;10.60;1098.00;1.57;0.92 +12082;10;3051.52;10.70;1098.00;-1.57;0.92 12082;21;3028.48;10.60;1098.00;1.57;0.92 +12083;0;2758.00;11.92;1291.00;0.00;0.20 +12083;1;2756.50;11.40;1288.50;-0.54;0.20 +12083;2;2755.00;12.00;1290.50;-1.40;0.20 +12083;3;2760.00;11.95;1290.00;1.10;0.20 +12083;4;2755.50;12.60;1292.50;4.17;0.20 +12083;5;2761.00;11.97;1293.00;2.15;0.20 +12083;6;2757.50;12.40;1293.00;3.38;0.20 +12083;9;2755.12;12.18;1291.00;1.57;0.20 +12083;10;2760.88;12.06;1291.00;-1.57;0.20 12083;21;2760.88;12.06;1291.00;-1.57;0.20 +12084;0;4639.00;12.55;1058.00;0.00;0.22 +12084;1;4638.00;12.12;1056.00;-0.46;0.22 +12084;2;4640.50;11.50;1055.00;0.46;0.22 +12084;3;4642.00;11.40;1055.50;0.87;0.22 +12084;4;4641.50;11.95;1058.00;1.57;0.22 +12084;5;4636.00;12.65;1057.50;-1.40;0.22 +12084;6;4637.00;12.95;1060.00;3.92;0.22 +12084;7;4640.00;12.00;1060.50;2.76;0.22 +12084;9;4636.84;12.83;1058.00;1.57;0.22 +12084;10;4641.16;12.03;1058.00;-1.57;0.22 12084;21;4636.84;12.83;1058.00;1.57;0.22 +12085;0;4792.00;9.70;1230.00;0.00;0.26 +12085;1;4793.00;9.50;1227.00;0.32;0.26 +12085;2;4790.50;9.70;1228.50;-0.78;0.26 +12085;3;4789.00;9.90;1231.00;4.39;0.26 +12085;4;4794.50;9.70;1231.50;2.11;0.26 +12085;5;4791.00;10.02;1233.00;3.46;0.26 +12085;6;4793.50;10.00;1233.50;2.73;0.26 +12085;9;4789.66;9.75;1230.00;1.57;0.26 +12085;10;4794.34;9.69;1230.00;-1.57;0.26 +12085;19;4795.00;9.50;1223.00;0.32;0.26 +12085;20;4795.69;9.50;1221.39;0.40;0.26 12085;21;4789.66;9.75;1230.00;1.57;0.26 +12086;0;4550.00;9.70;1141.00;0.00;0.34 +12086;1;2274.50;9.50;570.00;-1.32;0.34 +12086;2;4548.00;9.70;1139.50;-0.92;0.34 +12086;3;4554.50;9.60;1139.50;1.24;0.34 +12086;4;4545.00;9.70;1143.50;4.24;0.34 +12086;5;4550.50;9.70;1144.00;2.97;0.34 +12086;9;4546.04;9.70;1141.00;1.57;0.34 +12086;10;4553.96;9.70;1141.00;-1.57;0.34 12086;21;4546.04;9.70;1141.00;1.57;0.34 +12087;0;2727.00;11.95;1233.00;0.00;0.26 +12087;1;2726.50;11.10;1230.50;-0.19;0.26 +12087;2;2729.50;11.50;1231.50;1.03;0.26 +12087;3;2724.50;11.50;1233.50;4.51;0.26 +12087;4;2728.50;11.95;1235.00;2.49;0.26 +12087;5;2724.50;12.10;1236.00;3.83;0.26 +12087;9;2724.66;11.43;1233.00;1.57;0.26 +12087;10;2729.34;11.92;1233.00;-1.57;0.26 +12087;19;2730.00;10.95;1235.00;-3.79;0.26 +12087;20;2731.45;10.95;1235.97;2.15;0.26 12087;21;2724.66;11.43;1233.00;1.57;0.26 +12088;0;3094.00;10.12;1142.00;0.00;0.28 +12088;1;3092.50;10.20;1139.50;-0.54;0.28 +12088;2;3096.50;10.10;1141.50;1.37;0.28 +12088;3;3092.00;10.10;1144.00;3.92;0.28 +12088;4;3096.00;9.72;1146.00;2.67;0.28 +12088;9;3091.48;10.20;1142.00;1.57;0.28 +12088;10;3096.52;10.04;1142.00;-1.57;0.28 +12088;19;3096.00;9.60;1151.00;-3.61;0.28 +12088;20;3096.38;9.60;1152.70;2.92;0.28 12088;21;3091.48;10.20;1142.00;1.57;0.28 +12089;0;4814.00;11.55;1253.00;0.00;0.20 +12089;1;4814.50;11.60;1250.50;0.19;0.20 +12089;2;4812.00;11.50;1252.50;-1.32;0.20 +12089;3;4816.50;11.90;1253.50;1.76;0.20 +12089;4;4811.50;11.50;1255.00;4.03;0.20 +12089;5;4814.00;11.50;1256.00;3.14;0.20 +12089;9;4812.20;11.50;1253.00;1.57;0.20 +12089;10;4815.80;11.74;1253.00;-1.57;0.20 12089;21;4812.20;11.50;1253.00;1.57;0.20 +12090;0;4259.00;9.50;979.00;0.00;0.38 +12090;1;4262.50;10.10;974.36;-0.38;0.38 +12090;2;4263.00;10.02;977.00;1.10;0.38 +12090;3;4260.50;9.70;981.50;2.60;0.38 +12090;4;4255.50;9.60;981.50;4.09;0.38 +12090;9;4255.58;9.50;979.00;1.57;0.38 +12090;10;4262.42;9.74;979.00;-1.57;0.38 +12090;19;4256.00;9.50;977.00;-0.38;0.38 +12090;20;4254.54;9.50;976.02;-0.98;0.38 12090;21;4255.58;9.50;979.00;1.57;0.38 +12091;0;3221.00;9.90;1145.00;0.00;0.28 +12091;1;3217.00;10.00;1143.00;-1.10;0.28 +12091;2;3221.00;9.85;1142.00;0.00;0.28 +12091;3;3225.00;9.80;1145.50;1.69;0.28 +12091;4;3218.00;10.00;1146.50;4.24;0.28 +12091;5;3221.00;9.90;1148.50;3.14;0.28 +12091;6;3224.00;9.80;1148.50;2.43;0.28 +12091;9;3217.94;10.00;1145.00;1.57;0.28 +12091;10;3224.06;9.80;1145.00;-1.57;0.28 12091;21;3217.94;10.00;1145.00;1.57;0.28 +12092;0;3948.00;9.80;1029.00;0.00;0.38 +12092;1;3946.00;9.70;1026.50;-0.67;0.38 +12092;2;3951.00;9.80;1026.00;0.78;0.38 +12092;3;3950.50;9.80;1031.50;2.35;0.38 +12092;4;3945.50;9.80;1033.50;3.64;0.38 +12092;5;3949.00;9.90;1034.50;2.96;0.38 +12092;9;3944.58;9.80;1029.00;1.57;0.38 +12092;10;3951.42;9.80;1029.00;-1.57;0.38 12092;21;3944.58;9.80;1029.00;1.57;0.38 +12093;0;4648.00;9.70;1280.00;0.00;0.24 +12093;1;4648.00;9.95;1276.00;0.00;0.24 +12093;2;4645.50;9.75;1278.00;-0.89;0.24 +12093;3;4650.50;9.70;1279.50;1.37;0.24 +12093;4;4646.00;9.70;1281.50;4.06;0.24 +12093;5;4649.00;9.70;1283.50;2.86;0.24 +12093;6;4646.00;9.70;1284.50;3.56;0.24 +12093;9;4645.84;9.66;1280.00;1.57;0.24 +12093;10;4650.16;9.70;1280.00;-1.57;0.24 +12093;19;4655.00;9.60;1284.00;-3.42;0.24 +12093;20;4656.52;9.60;1284.86;2.09;0.24 12093;21;4645.84;9.66;1280.00;1.57;0.24 +12094;0;3134.00;10.07;1186.00;0.00;0.20 +12094;1;3133.50;11.50;1182.50;-0.14;0.20 +12094;2;3132.00;10.15;1185.00;-1.10;0.20 +12094;3;3135.50;11.00;1184.50;0.78;0.20 +12094;4;3137.00;10.15;1187.50;2.03;0.20 +12094;5;3134.00;9.70;1188.50;3.14;0.20 +12094;9;3132.20;9.90;1186.00;1.57;0.20 +12094;10;3135.80;10.32;1186.00;-1.57;0.20 +12094;19;3136.00;9.65;1191.00;-3.14;0.20 +12094;20;3136.65;9.65;1192.62;2.76;0.20 12094;21;3132.20;9.90;1186.00;1.57;0.20 +12095;0;4577.00;9.82;1032.00;0.00;0.30 +12095;1;4575.50;9.70;1029.00;-0.46;0.30 +12095;2;4580.50;9.90;1031.00;1.29;0.30 +12095;3;4573.00;9.80;1031.50;-1.44;0.30 +12095;4;4575.50;9.90;1034.50;3.68;0.30 +12095;5;4582.00;10.27;1034.00;1.95;0.30 +12095;6;4579.50;10.30;1035.50;2.52;0.30 +12095;9;4573.58;9.80;1032.00;1.57;0.30 +12095;10;4580.42;9.99;1032.00;-1.57;0.30 12095;21;4573.58;9.80;1032.00;1.57;0.30 +12096;0;3264.00;9.72;1258.00;0.00;0.24 +12096;1;3263.50;9.55;1256.00;-0.24;0.24 +12096;2;3266.50;10.00;1257.50;1.37;0.24 +12096;3;3262.00;9.67;1261.00;3.73;0.24 +12096;4;3265.00;10.27;1261.00;2.82;0.24 +12096;9;3261.84;9.63;1258.00;1.57;0.24 +12096;10;3266.16;10.08;1258.00;-1.57;0.24 +12096;19;3260.00;9.50;1258.00;-0.24;0.24 +12096;20;3258.25;9.50;1258.00;4.71;0.24 12096;21;3261.84;9.63;1258.00;1.57;0.24 +12097;0;4955.00;9.75;1227.00;0.00;0.20 +12097;1;4953.50;9.50;1225.00;-0.64;0.20 +12097;2;4958.00;9.72;1228.00;1.89;0.20 +12097;3;4952.00;9.72;1228.00;4.39;0.20 +12097;4;4954.50;9.80;1229.50;3.33;0.20 +12097;9;4951.76;9.78;1227.00;1.57;0.20 +12097;10;4958.24;9.78;1227.00;-1.57;0.20 +12097;19;4946.00;9.50;1223.00;-0.64;0.20 +12097;20;4944.40;9.50;1222.28;-1.15;0.20 12097;21;4951.76;9.78;1227.00;1.57;0.20 +12098;0;3068.00;12.50;1309.00;0.00;0.22 +12098;1;3066.00;10.67;1306.00;-0.58;0.22 +12098;2;3068.50;10.00;1305.50;0.14;0.22 +12098;3;3070.50;10.15;1307.00;0.89;0.22 +12098;4;3065.50;11.50;1309.00;4.71;0.22 +12098;5;3069.00;11.65;1311.00;2.67;0.22 +12098;6;3065.00;12.92;1312.00;3.92;0.22 +12098;9;3066.02;12.04;1309.00;1.57;0.22 +12098;10;3069.98;10.94;1309.00;-1.57;0.22 +12098;19;3073.00;9.50;1312.00;-3.61;0.22 +12098;20;3074.50;9.50;1312.90;2.11;0.22 12098;21;3066.02;12.04;1309.00;1.57;0.22 +12099;0;3272.00;10.65;1075.00;0.00;0.78 +12099;1;3272.50;10.10;1063.50;0.04;0.78 +12099;2;3264.50;10.60;1074.00;-1.43;0.78 +12099;3;3280.00;10.05;1070.00;1.01;0.78 +12099;4;3281.50;10.20;1077.50;1.82;0.78 +12099;5;3277.50;10.30;1083.00;2.53;0.78 +12099;6;3270.00;10.25;1086.00;3.32;0.78 +12099;7;3276.00;10.22;1087.00;2.82;0.78 +12099;9;3264.98;10.55;1075.00;1.57;0.78 +12099;10;3279.02;10.37;1075.00;-1.57;0.78 12099;21;3264.98;10.55;1075.00;1.57;0.78 +12100;0;2760.00;11.27;1230.00;0.00;0.28 +12100;1;2759.00;11.50;1227.00;-0.32;0.28 +12100;2;2761.00;11.15;1227.50;0.38;0.28 +12100;3;2757.50;11.50;1230.00;4.71;0.28 +12100;4;2763.50;10.70;1230.00;1.57;0.28 +12100;5;2761.50;10.00;1232.00;2.49;0.28 +12100;6;2758.50;10.20;1233.00;3.60;0.28 +12100;9;2757.12;11.53;1230.00;1.57;0.28 +12100;10;2762.88;10.73;1230.00;-1.57;0.28 +12100;19;2757.00;9.50;1236.00;-2.68;0.28 +12100;20;2756.21;9.50;1237.56;3.60;0.28 12100;21;2762.88;10.73;1230.00;-1.57;0.28 +12101;0;3362.00;12.55;1117.00;0.00;0.52 +12101;1;3355.50;10.05;1116.00;-1.41;0.52 +12101;2;3364.50;12.00;1111.50;0.42;0.52 +12101;3;3370.00;13.20;1113.00;1.10;0.52 +12101;4;3367.50;12.95;1119.00;1.92;0.52 +12101;5;3364.00;12.95;1123.50;2.84;0.52 +12101;6;3360.00;12.60;1124.00;3.42;0.52 +12101;9;3355.88;10.31;1117.00;1.57;0.52 +12101;10;3368.12;13.08;1117.00;-1.57;0.52 +12101;19;3350.00;9.50;1124.00;-1.42;0.52 +12101;20;3348.48;9.50;1124.88;4.18;0.52 12101;21;3355.88;10.31;1117.00;1.57;0.52 +12102;0;3802.00;10.40;1661.00;0.00;0.30 +12102;1;3803.00;10.40;1658.50;0.38;0.30 +12102;2;3795.00;10.50;1660.00;-1.42;0.30 +12102;3;3811.00;10.40;1662.00;1.68;0.30 +12102;4;3797.00;10.50;1663.50;4.24;0.30 +12102;5;3805.50;10.40;1664.00;2.27;0.30 +12102;9;3796.06;10.50;1661.00;1.57;0.30 +12102;10;3807.94;10.40;1661.00;-1.57;0.30 12102;21;3796.06;10.50;1661.00;1.57;0.30 +12103;0;4890.00;10.45;762.00;0.00;0.24 +12103;1;4889.50;9.90;761.00;-0.46;0.24 +12103;2;4891.00;11.07;765.00;2.82;0.24 +12103;9;4887.84;9.50;762.00;1.57;0.24 +12103;10;4892.16;11.35;762.00;-1.57;0.24 +12103;19;4888.00;9.50;756.00;-0.46;0.24 +12103;20;4887.44;9.50;754.34;-0.32;0.24 12103;21;4887.84;9.50;762.00;1.57;0.24 +12104;0;4873.00;10.40;433.00;0.00;0.32 +12104;1;4874.50;10.40;428.50;0.32;0.32 +12104;2;4870.50;10.40;430.50;-0.78;0.32 +12104;3;4876.50;10.50;433.50;1.71;0.32 +12104;4;4870.00;10.40;436.00;3.92;0.32 +12104;5;4874.50;10.50;438.00;2.85;0.32 +12104;9;4870.12;10.40;433.00;1.57;0.32 +12104;10;4875.88;10.46;433.00;-1.57;0.32 12104;21;4870.12;10.40;433.00;1.57;0.32 +12105;0;3981.00;11.10;898.00;0.00;0.32 +12105;1;3978.00;11.25;894.50;-0.70;0.32 +12105;2;3982.00;11.10;895.50;0.38;0.32 +12105;3;3977.00;11.30;897.50;-1.44;0.32 +12105;4;3985.00;11.10;899.50;1.93;0.32 +12105;5;3980.50;11.05;901.00;3.30;0.32 +12105;9;3977.94;11.25;898.00;1.57;0.32 +12105;10;3984.06;11.12;898.00;-1.57;0.32 12105;21;3977.94;11.25;898.00;1.57;0.32 +12106;0;3803.00;10.40;1651.00;0.00;0.34 +12106;1;3800.50;10.40;1647.50;-0.62;0.34 +12106;2;3806.50;10.00;1647.50;0.78;0.34 +12106;3;3809.00;10.30;1650.50;1.48;0.34 +12106;4;3793.50;10.40;1651.00;4.71;0.34 +12106;5;3793.50;10.50;1652.50;4.55;0.34 +12106;6;3803.50;10.40;1653.50;2.94;0.34 +12106;7;3811.50;10.40;1654.00;1.91;0.34 +12106;9;3795.80;10.40;1651.00;1.57;0.34 +12106;10;3810.20;10.35;1651.00;-1.57;0.34 12106;21;3795.80;10.40;1651.00;1.57;0.34 +12107;0;5039.00;10.80;536.00;0.00;0.34 +12107;1;5037.50;10.40;532.00;-0.35;0.34 +12107;2;5041.00;10.70;534.50;0.92;0.34 +12107;3;5035.50;10.65;536.00;4.71;0.34 +12107;4;5041.50;12.15;539.00;2.44;0.34 +12107;5;5037.50;11.45;539.00;3.60;0.34 +12107;9;5035.94;10.62;536.00;1.57;0.34 +12107;10;5042.06;11.10;536.00;-1.57;0.34 12107;21;5035.94;10.62;536.00;1.57;0.34 +12108;0;3708.00;9.85;1457.00;0.00;0.48 +12108;1;3706.50;9.90;1453.00;-0.35;0.48 +12108;2;3713.50;9.80;1453.00;0.94;0.48 +12108;3;3702.00;10.22;1458.00;4.54;0.48 +12108;4;3713.50;9.80;1458.50;1.83;0.48 +12108;5;3711.00;9.80;1462.00;2.60;0.48 +12108;6;3706.50;10.25;1462.00;3.43;0.48 +12108;9;3702.96;10.07;1457.00;1.57;0.48 +12108;10;3713.04;9.80;1457.00;-1.57;0.48 12108;21;3702.96;10.07;1457.00;1.57;0.48 +12109;0;4501.00;12.72;855.00;0.00;0.20 +12109;1;4499.50;13.00;853.50;-0.78;0.20 +12109;2;4502.00;13.25;852.50;0.38;0.20 +12109;3;4503.00;12.82;855.00;1.57;0.20 +12109;4;4498.00;12.62;856.00;4.39;0.20 +12109;5;4500.50;12.40;857.50;3.33;0.20 +12109;9;4499.20;12.68;855.00;1.57;0.20 +12109;10;4502.80;12.81;855.00;-1.57;0.20 12109;21;4499.20;12.68;855.00;1.57;0.20 +12110;0;4592.00;9.70;604.00;0.00;0.22 +12110;1;4591.00;9.77;599.00;-0.19;0.22 +12110;2;4593.00;9.62;600.00;0.24;0.22 +12110;3;4590.00;9.97;600.00;-0.46;0.22 +12110;4;4589.50;9.85;604.00;4.71;0.22 +12110;5;4595.00;9.70;605.00;1.89;0.22 +12110;6;4592.50;9.70;608.50;3.03;0.22 +12110;9;4590.02;9.79;604.00;1.57;0.22 +12110;10;4593.98;9.70;604.00;-1.57;0.22 +12110;19;4591.00;9.50;596.00;-0.20;0.22 +12110;20;4590.78;9.50;594.26;-0.12;0.22 12110;21;4590.02;9.79;604.00;1.57;0.22 +12111;0;3900.00;10.37;1512.00;0.00;0.46 +12111;1;3904.00;10.50;1507.00;0.67;0.46 +12111;2;3896.00;10.45;1509.50;-1.01;0.46 +12111;3;3907.50;10.40;1511.50;1.50;0.46 +12111;4;3892.50;10.45;1514.00;4.45;0.46 +12111;5;3899.50;10.40;1517.00;3.24;0.46 +12111;9;3894.42;10.50;1512.00;1.57;0.46 +12111;10;3905.58;10.30;1512.00;-1.57;0.46 12111;21;3894.42;10.50;1512.00;1.57;0.46 +12112;0;4725.00;10.40;807.00;0.00;0.22 +12112;1;4723.50;10.60;804.50;-0.54;0.22 +12112;2;4727.00;10.40;806.50;1.32;0.22 +12112;3;4723.50;9.50;808.00;4.12;0.22 +12112;4;4726.00;11.32;810.00;2.82;0.22 +12112;9;4723.02;9.83;807.00;1.57;0.22 +12112;10;4726.98;10.47;807.00;-1.57;0.22 +12112;19;4724.00;9.50;811.00;-2.16;0.22 +12112;20;4723.57;9.50;812.69;3.38;0.22 12112;21;4723.02;9.83;807.00;1.57;0.22 +12113;0;4434.00;9.50;661.00;0.00;0.14 +12113;1;4434.00;9.50;661.00;0.00;0.14 +12113;2;4431.00;9.50;663.00;4.12;0.14 +12113;9;4431.84;9.50;661.00;1.57;0.14 +12113;10;4436.16;9.50;661.00;-1.57;0.14 +12113;19;4431.00;9.50;661.00;-1.57;0.14 +12113;20;4429.25;9.50;661.00;4.71;0.14 12113;21;4431.84;9.50;661.00;1.57;0.14 +12114;0;4055.00;9.97;942.00;0.00;0.40 +12114;1;4057.50;9.80;938.00;0.55;0.40 +12114;2;4054.50;9.90;937.00;-0.10;0.40 +12114;3;4052.50;10.00;940.50;-1.03;0.40 +12114;4;4060.00;9.90;941.00;1.37;0.40 +12114;5;4057.50;10.00;944.00;2.24;0.40 +12114;6;4050.50;10.10;945.00;4.12;0.40 +12114;7;4055.00;10.05;946.50;3.14;0.40 +12114;8;4052.50;10.10;947.50;3.56;0.40 +12114;9;4051.40;10.05;942.00;1.57;0.40 +12114;10;4058.60;9.90;942.00;-1.57;0.40 12114;21;4051.40;10.05;942.00;1.57;0.40 +12115;0;3814.00;9.85;1556.00;0.00;0.38 +12115;1;3814.00;9.80;1551.50;0.00;0.38 +12115;2;3809.50;9.80;1553.50;-1.06;0.38 +12115;3;3819.00;9.90;1554.00;1.19;0.38 +12115;4;3819.50;9.90;1558.00;1.92;0.38 +12115;5;3810.00;9.80;1558.50;4.15;0.38 +12115;6;3815.50;9.80;1560.00;2.78;0.38 +12115;9;3809.68;9.80;1556.00;1.57;0.38 +12115;10;3818.32;9.90;1556.00;-1.57;0.38 12115;21;3809.68;9.80;1556.00;1.57;0.38 +12116;0;4746.00;10.45;753.00;0.00;0.28 +12116;1;4744.00;9.87;750.00;-0.58;0.28 +12116;2;4747.50;10.80;750.50;0.54;0.28 +12116;3;4743.50;9.95;754.00;4.33;0.28 +12116;4;4749.50;11.10;753.50;1.71;0.28 +12116;5;4746.50;10.45;756.00;2.97;0.28 +12116;9;4743.48;9.68;753.00;1.57;0.28 +12116;10;4748.52;11.00;753.00;-1.57;0.28 +12116;19;4742.00;9.50;758.00;-1.95;0.28 +12116;20;4740.90;9.50;759.36;3.81;0.28 12116;21;4743.48;9.68;753.00;1.57;0.28 +12117;0;3702.00;13.40;1626.00;0.00;0.36 +12117;1;3698.50;13.95;1619.00;-0.46;0.36 +12117;2;3701.50;13.40;1620.00;-0.08;0.36 +12117;3;3697.50;12.00;1622.00;-0.84;0.36 +12117;4;3705.50;12.90;1626.50;1.71;0.36 +12117;5;3700.00;12.72;1628.00;3.92;0.36 +12117;6;3704.00;14.55;1632.50;2.84;0.36 +12117;9;3698.76;12.18;1626.00;1.57;0.36 +12117;10;3705.24;13.01;1626.00;-1.57;0.36 12117;21;3698.76;12.18;1626.00;1.57;0.36 +12118;0;4739.00;9.90;817.00;0.00;0.12 +12118;1;4740.00;10.05;817.50;2.03;0.12 +12118;2;4738.00;9.90;814.50;-0.38;0.12 +12118;3;4739.50;9.50;821.00;3.01;0.12 +12118;9;4737.92;9.50;817.00;1.57;0.12 +12118;10;4740.08;10.15;817.00;-1.57;0.12 +12118;19;4737.00;9.50;814.00;-4.25;0.12 +12118;20;4736.03;9.50;812.54;-0.58;0.12 12118;21;4737.92;9.50;817.00;1.57;0.12 +12119;0;4007.00;18.85;1325.00;0.00;0.58 +12119;1;3998.00;18.82;1322.00;-1.24;0.58 +12119;2;4008.00;17.60;1320.50;0.21;0.58 +12119;3;4017.00;16.95;1323.50;1.42;0.58 +12119;4;4015.50;18.40;1328.50;1.96;0.58 +12119;5;3998.50;18.45;1326.00;4.59;0.58 +12119;6;4006.00;18.52;1330.00;3.33;0.58 +12119;9;3999.44;18.55;1325.00;1.57;0.58 +12119;10;4014.56;17.94;1325.00;-1.57;0.58 12119;21;3999.44;18.55;1325.00;1.57;0.58 +12120;0;5428.00;9.50;393.00;0.00;0.36 +12120;1;5430.00;9.50;386.50;0.29;0.36 +12120;2;5426.50;9.50;397.50;3.46;0.36 +12120;3;5428.50;9.50;399.50;3.06;0.36 +12120;4;5423.50;9.50;410.50;3.39;0.36 +12120;9;5424.76;9.50;393.00;1.57;0.36 +12120;10;5431.24;9.50;393.00;-1.57;0.36 +12120;19;5433.00;9.50;367.00;0.30;0.36 +12120;20;5433.33;9.50;365.28;0.19;0.36 12120;21;5424.76;9.50;393.00;1.57;0.36 +12121;0;3871.00;10.30;1481.00;0.00;0.54 +12121;1;3873.50;10.40;1475.00;0.39;0.54 +12121;2;3868.50;10.40;1476.50;-0.50;0.54 +12121;3;3877.00;10.30;1479.50;1.32;0.54 +12121;4;3864.50;10.30;1481.50;4.63;0.54 +12121;5;3873.50;10.30;1485.50;2.63;0.54 +12121;6;3867.00;10.40;1486.50;3.77;0.54 +12121;9;3865.96;10.30;1481.00;1.57;0.54 +12121;10;3876.04;10.30;1481.00;-1.57;0.54 12121;21;3865.96;10.30;1481.00;1.57;0.54 +12122;0;4363.00;9.60;851.00;0.00;0.20 +12122;1;4363.00;9.60;848.00;0.00;0.20 +12122;2;4360.50;9.85;849.00;-0.89;0.20 +12122;3;4365.00;9.65;852.00;2.03;0.20 +12122;4;4362.00;9.65;853.00;3.60;0.20 +12122;5;4364.00;9.60;856.00;2.94;0.20 +12122;9;4361.20;9.69;851.00;1.57;0.20 +12122;10;4364.80;9.66;851.00;-1.57;0.20 +12122;19;4367.00;9.53;855.00;-4.25;0.20 +12122;20;4368.23;9.53;856.23;2.35;0.20 12122;21;4361.20;9.69;851.00;1.57;0.20 +12123;0;5049.00;9.50;529.00;0.00;0.34 +12123;1;5050.50;9.50;527.00;0.64;0.34 +12123;2;5045.00;9.70;527.50;-1.21;0.34 +12123;3;5046.00;9.90;531.00;4.12;0.34 +12123;4;5052.50;10.10;531.50;2.19;0.34 +12123;5;5050.00;10.30;533.50;2.92;0.34 +12123;9;5045.40;9.70;529.00;1.57;0.34 +12123;10;5052.60;9.50;529.00;-1.57;0.34 +12123;19;5059.00;9.50;528.00;0.64;0.34 +12123;20;5060.74;9.50;527.82;1.47;0.34 12123;21;5045.40;9.70;529.00;1.57;0.34 +12124;0;991.00;13.95;1684.00;0.00;0.50 +12124;1;990.00;12.95;1679.50;-0.21;0.50 +12124;2;997.50;13.40;1680.50;1.07;0.50 +12124;3;985.00;12.90;1681.50;-1.17;0.50 +12124;4;995.50;13.55;1686.00;1.98;0.50 +12124;5;984.50;12.30;1685.50;4.48;0.50 +12124;6;989.00;13.55;1689.50;3.49;0.50 +12124;9;985.78;12.46;1684.00;1.57;0.50 +12124;10;996.22;13.80;1684.00;-1.57;0.50 12124;21;985.78;12.46;1684.00;1.57;0.50 +12125;0;4338.00;9.65;898.00;0.00;0.28 +12125;1;4336.50;9.50;894.50;-0.40;0.28 +12125;2;4334.50;9.60;897.50;-1.42;0.28 +12125;3;4340.00;9.85;895.50;0.67;0.28 +12125;4;4341.50;10.25;899.00;1.84;0.28 +12125;5;4336.00;9.57;901.00;3.73;0.28 +12125;6;4339.50;10.00;901.00;2.67;0.28 +12125;9;4335.48;9.60;898.00;1.57;0.28 +12125;10;4340.52;10.05;898.00;-1.57;0.28 +12125;19;4332.00;9.50;898.00;-1.43;0.28 +12125;20;4330.25;9.50;898.00;4.71;0.28 12125;21;4335.48;9.60;898.00;1.57;0.28 +12126;0;4329.09;9.70;662.45;0.00;0.98 +12126;1;4342.24;9.50;638.19;0.61;0.98 +12126;2;4345.61;9.50;646.78;0.92;0.98 +12126;3;4305.88;9.50;687.36;3.90;0.98 +12126;4;4341.85;9.50;637.34;0.00;1.00 +12126;5;4331.53;9.70;660.28;0.00;1.00 +12126;9;4316.18;9.50;664.00;1.57;0.98 +12126;10;4333.82;9.50;664.00;-1.57;0.98 +12126;19;4330.00;9.50;659.00;0.93;0.98 +12126;20;4331.23;9.50;657.76;0.78;0.98 12126;21;4316.18;9.50;664.00;1.57;0.98 +12127;0;4314.00;10.75;929.00;0.00;0.20 +12127;1;4313.50;10.70;926.00;-0.16;0.20 +12127;2;4316.00;10.40;926.50;0.67;0.20 +12127;3;4312.00;10.80;930.50;4.06;0.20 +12127;4;4317.00;10.00;928.50;1.40;0.20 +12127;5;4316.50;10.40;930.50;2.11;0.20 +12127;6;4314.50;10.60;933.00;3.01;0.20 +12127;9;4312.20;10.83;929.00;1.57;0.20 +12127;10;4315.80;10.45;929.00;-1.57;0.20 +12127;19;4317.00;10.07;922.00;0.67;0.20 +12127;20;4317.69;10.07;920.39;0.40;0.20 12127;21;4312.20;10.83;929.00;1.57;0.20 +12128;0;3657.00;11.45;1556.00;0.00;0.26 +12128;1;3656.00;11.10;1552.50;-0.27;0.26 +12128;2;3659.50;11.40;1552.50;0.62;0.26 +12128;3;3653.00;10.45;1554.50;-1.21;0.26 +12128;4;3660.00;11.55;1555.00;1.24;0.26 +12128;5;3652.50;11.10;1557.50;4.39;0.26 +12128;6;3660.00;11.60;1558.00;2.15;0.26 +12128;7;3656.50;11.60;1558.50;3.33;0.26 +12128;9;3653.94;10.98;1556.00;1.57;0.26 +12128;10;3660.06;11.60;1556.00;-1.57;0.26 12128;21;3653.94;10.98;1556.00;1.57;0.26 +12129;0;4515.00;9.82;665.00;0.00;0.36 +12129;1;4518.00;9.85;662.50;0.87;0.36 +12129;2;4513.00;9.80;662.50;-0.67;0.36 +12129;3;4512.00;9.70;667.00;4.12;0.36 +12129;4;4517.00;10.15;667.50;2.46;0.36 +12129;9;4511.40;9.70;665.00;1.57;0.36 +12129;10;4518.60;10.22;665.00;-1.57;0.36 +12129;19;4508.00;9.50;669.00;-2.16;0.36 +12129;20;4506.48;9.50;669.86;4.19;0.36 12129;21;4511.40;9.70;665.00;1.57;0.36 +12130;0;3693.00;10.27;1633.00;0.00;0.36 +12130;1;3691.00;9.95;1627.50;-0.34;0.36 +12130;2;3689.00;9.95;1629.50;-0.85;0.36 +12130;3;3695.50;10.20;1631.50;1.03;0.36 +12130;4;3691.50;10.40;1635.50;3.68;0.36 +12130;5;3697.50;10.90;1637.50;2.35;0.36 +12130;6;3696.00;10.77;1639.00;2.67;0.36 +12130;9;3689.76;10.25;1633.00;1.57;0.36 +12130;10;3696.24;10.38;1633.00;-1.57;0.36 12130;21;3689.76;10.25;1633.00;1.57;0.36 +12131;0;4383.00;10.22;752.00;0.00;0.22 +12131;1;4381.50;10.55;749.00;-0.46;0.22 +12131;2;4381.00;10.20;750.50;-0.92;0.22 +12131;3;4383.50;10.70;750.00;0.24;0.22 +12131;4;4386.50;10.25;752.00;1.57;0.22 +12131;5;4380.00;9.87;753.00;4.39;0.22 +12131;6;4384.50;9.80;754.00;2.49;0.22 +12131;7;4381.50;9.75;755.00;3.60;0.22 +12131;9;4380.30;9.95;752.00;1.57;0.22 +12131;10;4385.70;10.25;752.00;-1.57;0.22 +12131;19;4388.00;9.60;756.00;-3.79;0.22 +12131;20;4389.36;9.60;757.09;2.24;0.22 12131;21;4380.30;9.95;752.00;1.57;0.22 +12132;0;5390.00;11.05;303.00;0.00;0.20 +12132;1;5388.00;9.50;301.50;-0.92;0.20 +12132;2;5392.50;10.60;301.00;0.89;0.20 +12132;3;5387.00;10.50;305.00;4.12;0.20 +12132;9;5386.94;9.71;303.00;1.57;0.20 +12132;10;5393.06;10.27;303.00;-1.57;0.20 +12132;19;5382.00;9.50;306.00;-0.93;0.20 +12132;20;5380.36;9.50;306.61;4.35;0.20 12132;21;5386.94;9.71;303.00;1.57;0.20 +12133;0;4454.00;9.60;806.00;0.00;0.22 +12133;1;4454.00;9.70;802.50;0.00;0.22 +12133;2;4452.00;9.65;805.00;-1.10;0.22 +12133;3;4456.50;9.80;805.50;1.37;0.22 +12133;4;4453.00;9.60;808.50;3.52;0.22 +12133;5;4456.00;9.70;808.50;2.46;0.22 +12133;9;4452.02;9.62;806.00;1.57;0.22 +12133;10;4455.98;9.72;806.00;-1.57;0.22 12133;21;4452.02;9.62;806.00;1.57;0.22 +12134;0;948.00;15.20;1572.00;0.00;0.40 +12134;1;944.50;15.35;1567.00;-0.61;0.40 +12134;2;952.00;14.97;1569.00;0.92;0.40 +12134;3;940.00;15.30;1568.50;-1.15;0.40 +12134;4;940.00;15.20;1572.50;4.65;0.40 +12134;5;957.50;14.50;1573.50;1.72;0.40 +12134;6;944.50;15.10;1576.50;3.80;0.40 +12134;7;953.00;14.50;1576.50;2.30;0.40 +12134;9;941.70;15.31;1572.00;1.57;0.40 +12134;10;954.30;14.44;1572.00;-1.57;0.40 12134;21;941.70;15.31;1572.00;1.57;0.40 +12135;0;5088.00;9.50;520.00;0.00;0.28 +12135;1;5087.00;9.50;519.00;-0.78;0.28 +12135;2;5091.00;9.80;517.50;0.87;0.28 +12135;3;5089.50;10.10;521.50;2.35;0.28 +12135;4;5084.50;9.50;522.50;4.09;0.28 +12135;9;5084.94;9.50;520.00;1.57;0.28 +12135;10;5091.06;10.10;520.00;-1.57;0.28 +12135;19;5086.00;9.50;521.00;-0.79;0.28 +12135;20;5084.43;9.50;521.78;4.24;0.28 12135;21;5084.94;9.50;520.00;1.57;0.28 +12136;0;4949.00;9.77;1517.00;0.00;0.30 +12136;1;4948.00;9.80;1512.50;-0.21;0.30 +12136;2;4951.50;10.45;1513.00;0.55;0.30 +12136;3;4946.50;9.70;1517.50;4.51;0.30 +12136;4;4952.00;10.30;1518.00;1.89;0.30 +12136;5;4950.50;9.70;1522.50;2.87;0.30 +12136;9;4946.30;9.70;1517.00;1.57;0.30 +12136;10;4951.70;10.31;1517.00;-1.57;0.30 12136;21;4946.30;9.70;1517.00;1.57;0.30 +12137;0;4053.00;10.15;1084.00;0.00;0.38 +12137;1;4054.50;10.30;1079.00;0.29;0.38 +12137;2;4051.00;10.20;1080.50;-0.51;0.38 +12137;3;4057.00;10.05;1081.00;0.92;0.38 +12137;4;4055.50;10.10;1086.00;2.24;0.38 +12137;5;4049.00;9.90;1084.00;4.71;0.38 +12137;6;4050.00;9.80;1087.50;3.85;0.38 +12137;9;4049.58;9.90;1084.00;1.57;0.38 +12137;10;4056.42;10.20;1084.00;-1.57;0.38 12137;21;4049.58;9.90;1084.00;1.57;0.38 +12138;0;4407.00;10.30;592.00;0.00;0.32 +12138;1;4405.50;9.70;588.50;-0.40;0.32 +12138;2;4409.00;10.32;589.00;0.58;0.32 +12138;3;4403.50;9.50;591.00;-1.29;0.32 +12138;4;4411.00;11.45;593.00;1.81;0.32 +12138;5;4405.50;10.70;595.00;3.60;0.32 +12138;6;4409.50;11.80;596.00;2.58;0.32 +12138;9;4403.76;9.66;592.00;1.57;0.32 +12138;10;4410.24;11.27;592.00;-1.57;0.32 +12138;19;4400.00;9.50;594.00;-1.29;0.32 +12138;20;4398.31;9.50;594.48;4.43;0.32 12138;21;4403.76;9.66;592.00;1.57;0.32 +12139;0;3803.00;9.90;1493.00;0.00;0.52 +12139;1;3800.50;9.80;1488.50;-0.50;0.52 +12139;2;3806.50;9.80;1489.50;0.78;0.52 +12139;3;3795.50;9.80;1491.50;-1.37;0.52 +12139;4;3800.00;9.80;1496.50;3.85;0.52 +12139;5;3808.00;9.95;1496.00;2.11;0.52 +12139;6;3806.50;9.80;1500.00;2.67;0.52 +12139;9;3798.32;9.80;1493.00;1.57;0.52 +12139;10;3807.68;9.95;1493.00;-1.57;0.52 12139;21;3798.32;9.80;1493.00;1.57;0.52 +12140;0;5061.00;11.02;859.00;0.00;0.28 +12140;1;5061.00;11.02;859.00;0.00;0.28 +12140;9;5058.48;9.98;859.00;1.57;0.28 +12140;10;5063.52;9.50;859.00;-1.57;0.28 +12140;19;5065.00;9.50;866.00;-1.57;0.28 +12140;20;5065.86;9.50;867.51;2.62;0.28 12140;21;5058.48;9.98;859.00;1.57;0.28 +12141;0;4420.00;10.62;1140.00;0.00;0.34 +12141;1;4419.50;11.00;1134.50;-0.09;0.34 +12141;2;4417.00;10.85;1140.50;4.54;0.34 +12141;3;4423.50;10.50;1139.00;1.29;0.34 +12141;4;4423.50;10.90;1145.00;2.53;0.34 +12141;5;4420.50;10.60;1147.50;3.07;0.34 +12141;9;4416.94;10.88;1140.00;1.57;0.34 +12141;10;4423.06;10.50;1140.00;-1.57;0.34 12141;21;4416.94;10.88;1140.00;1.57;0.34 +12142;0;3988.00;10.70;935.00;0.00;0.30 +12142;1;3989.00;10.70;930.00;0.19;0.30 +12142;2;3987.50;10.70;931.50;-0.14;0.30 +12142;3;3991.00;10.70;933.50;1.10;0.30 +12142;4;3984.50;10.70;934.00;-1.29;0.30 +12142;5;3984.00;10.70;936.00;4.46;0.30 +12142;6;3986.00;10.70;938.00;3.73;0.30 +12142;7;3990.00;10.70;938.50;2.62;0.30 +12142;9;3985.30;10.70;935.00;1.57;0.30 +12142;10;3990.70;10.70;935.00;-1.57;0.30 12142;21;3985.30;10.70;935.00;1.57;0.30 +12143;0;3796.00;9.80;1547.00;0.00;0.50 +12143;1;3796.00;9.80;1542.00;0.00;0.50 +12143;2;3801.00;9.80;1543.50;0.96;0.50 +12143;3;3791.00;9.80;1547.00;4.71;0.50 +12143;4;3800.50;9.80;1549.00;1.98;0.50 +12143;5;3791.50;9.80;1552.00;3.87;0.50 +12143;6;3796.50;9.80;1553.00;3.05;0.50 +12143;9;3791.50;9.80;1547.00;1.57;0.50 +12143;10;3800.50;9.80;1547.00;-1.57;0.50 12143;21;3791.50;9.80;1547.00;1.57;0.50 +12144;0;4373.00;9.70;747.00;0.00;0.24 +12144;1;4374.50;9.70;745.00;0.64;0.24 +12144;2;4371.00;9.50;746.50;-1.32;0.24 +12144;3;4376.00;9.70;748.00;1.89;0.24 +12144;4;4373.50;9.70;749.00;2.89;0.24 +12144;5;4370.50;9.60;749.50;3.92;0.24 +12144;9;4370.84;9.50;747.00;1.57;0.24 +12144;10;4375.16;9.66;747.00;-1.57;0.24 +12144;19;4372.00;9.50;745.00;-1.33;0.24 +12144;20;4371.21;9.50;743.43;-0.46;0.24 12144;21;4370.84;9.50;747.00;1.57;0.24 +12145;0;1252.00;11.02;1729.00;0.00;0.48 +12145;1;1251.50;11.10;1724.00;-0.10;0.48 +12145;2;1257.00;11.10;1723.50;0.73;0.48 +12145;3;1246.50;11.10;1729.00;4.71;0.48 +12145;4;1258.50;10.80;1728.50;1.49;0.48 +12145;5;1253.00;11.10;1733.50;2.92;0.48 +12145;6;1246.00;11.47;1735.00;3.92;0.48 +12145;9;1246.96;11.10;1729.00;1.57;0.48 +12145;10;1257.04;11.01;1729.00;-1.57;0.48 12145;21;1246.96;11.10;1729.00;1.57;0.48 +12146;0;4005.00;11.40;849.00;0.00;0.40 +12146;1;4007.00;11.32;845.00;0.46;0.40 +12146;2;4011.00;11.30;846.50;1.17;0.40 +12146;3;4001.50;11.70;849.00;4.71;0.40 +12146;4;4007.50;11.30;850.00;1.95;0.40 +12146;5;4001.50;11.80;853.50;3.80;0.40 +12146;6;4004.00;11.72;854.00;3.33;0.40 +12146;9;4001.04;11.81;849.00;1.57;0.40 +12146;10;4008.96;11.20;849.00;-1.57;0.40 12146;21;4001.04;11.81;849.00;1.57;0.40 +12147;0;1632.00;9.80;1958.00;0.00;2.84 +12147;1;1595.00;9.50;1912.50;-0.68;2.84 +12147;2;1599.50;9.50;1917.00;-0.67;2.84 +12147;3;1637.00;10.00;1921.00;0.13;2.84 +12147;4;1651.00;10.00;1947.00;1.04;2.84 +12147;5;1628.00;10.00;1922.00;-0.11;2.84 +12147;6;1632.50;9.90;1930.50;0.01;2.84 +12147;7;1612.00;9.70;1964.00;4.42;2.84 +12147;8;1611.00;9.80;1979.00;3.92;2.84 +12147;9;1606.44;9.79;1958.00;1.57;2.84 +12147;10;1657.56;10.00;1958.00;-1.57;2.84 +12147;19;1576.00;9.50;1873.00;-0.73;2.84 +12147;20;1575.03;9.50;1871.53;-0.58;2.84 12147;21;1657.56;10.00;1958.00;-1.57;2.84 +12148;0;461.00;11.62;366.00;0.00;0.22 +12148;1;463.50;9.80;363.50;0.78;0.22 +12148;2;460.00;9.50;364.00;-0.46;0.22 +12148;3;464.00;11.97;366.00;1.57;0.22 +12148;4;460.00;12.00;367.50;3.73;0.22 +12148;5;453.50;9.50;369.00;4.33;0.22 +12148;9;457.40;9.50;366.00;1.57;0.22 +12148;10;464.60;11.50;366.00;-1.57;0.22 +12148;19;464.00;9.50;363.00;0.79;0.22 +12148;20;465.23;9.50;361.76;0.78;0.22 12148;21;457.40;9.50;366.00;1.57;0.22 +12149;0;1692.00;9.80;1681.00;0.00;0.38 +12149;1;1688.50;9.80;1676.00;-0.61;0.38 +12149;2;1691.50;9.70;1676.00;-0.10;0.38 +12149;3;1688.00;9.75;1679.00;-1.10;0.38 +12149;4;1696.00;9.65;1680.50;1.44;0.38 +12149;5;1690.50;9.95;1683.00;3.78;0.38 +12149;6;1695.50;10.00;1684.50;2.35;0.38 +12149;9;1688.22;9.78;1681.00;1.57;0.38 +12149;10;1695.78;9.68;1681.00;-1.57;0.38 +12149;19;1696.00;9.50;1679.00;1.45;0.38 +12149;20;1697.56;9.50;1678.21;1.10;0.38 12149;21;1688.22;9.78;1681.00;1.57;0.38 +12150;0;4482.00;11.67;847.00;0.00;0.32 +12150;1;4481.00;11.10;843.50;-0.27;0.32 +12150;2;4484.00;12.30;844.50;0.67;0.32 +12150;3;4478.50;10.50;845.50;-1.16;0.32 +12150;4;4485.50;12.40;847.50;1.71;0.32 +12150;5;4480.50;11.30;849.50;3.68;0.32 +12150;6;4484.50;11.50;850.50;2.52;0.32 +12150;7;4483.00;11.20;851.50;2.92;0.32 +12150;9;4479.12;10.87;847.00;1.57;0.32 +12150;10;4484.88;12.37;847.00;-1.57;0.32 12150;21;4479.12;10.87;847.00;1.57;0.32 +12151;0;4727.49;9.60;516.61;0.00;0.18 +12151;1;4733.02;10.80;514.35;1.57;0.18 +12151;2;4721.57;10.80;513.77;-1.32;0.18 +12151;3;4742.96;9.50;515.22;1.68;0.18 +12151;9;4724.96;9.50;516.00;1.57;0.18 +12151;10;4735.04;9.92;516.00;-1.57;0.18 +12151;19;4721.00;9.50;513.00;1.57;0.18 +12151;20;4719.34;9.50;512.44;-1.24;0.18 12151;21;4724.96;9.50;516.00;1.57;0.18 +12152;0;3965.00;9.80;1519.00;0.00;0.48 +12152;1;3964.50;9.90;1512.50;-0.07;0.48 +12152;2;3969.50;9.80;1514.50;0.78;0.48 +12152;3;3960.00;9.80;1519.00;4.71;0.48 +12152;4;3970.00;9.80;1520.00;1.76;0.48 +12152;5;3960.50;9.80;1524.50;3.82;0.48 +12152;6;3966.50;9.80;1525.50;2.91;0.48 +12152;9;3960.68;9.80;1519.00;1.57;0.48 +12152;10;3969.32;9.80;1519.00;-1.57;0.48 12152;21;3960.68;9.80;1519.00;1.57;0.48 +12153;0;4733.00;9.97;805.00;0.00;0.14 +12153;1;4733.00;9.95;804.50;0.00;0.14 +12153;2;4735.00;9.80;808.50;2.62;0.14 +12153;3;4730.50;9.50;803.00;-0.89;0.14 +12153;4;4735.50;9.50;804.50;1.37;0.14 +12153;9;4731.74;9.50;805.00;1.57;0.14 +12153;10;4734.26;10.00;805.00;-1.57;0.14 +12153;19;4733.00;9.50;808.00;0.00;0.14 +12153;20;4733.00;9.50;809.75;3.14;0.14 12153;21;4731.74;9.50;805.00;1.57;0.14 +12154;0;5079.00;10.87;561.00;0.00;0.28 +12154;1;5078.00;11.50;559.50;-0.58;0.28 +12154;2;5082.00;11.75;559.50;1.10;0.28 +12154;3;5081.00;9.65;562.50;2.21;0.28 +12154;4;5077.00;10.57;564.00;3.73;0.28 +12154;9;5076.30;11.35;561.00;1.57;0.28 +12154;10;5081.70;10.64;561.00;-1.57;0.28 +12154;19;5083.00;9.93;562.00;-4.07;0.28 +12154;20;5084.69;9.93;562.42;1.81;0.28 12154;21;5076.30;11.35;561.00;1.57;0.28 +12155;0;922.00;11.87;1657.00;0.00;0.40 +12155;1;922.00;12.60;1653.50;0.00;0.40 +12155;2;918.00;12.45;1657.50;4.58;0.40 +12155;3;927.00;11.65;1654.00;1.03;0.40 +12155;4;926.00;10.52;1658.00;1.81;0.40 +12155;5;921.50;10.85;1662.00;3.24;0.40 +12155;6;918.50;12.65;1662.00;3.75;0.40 +12155;9;918.40;12.40;1657.00;1.57;0.40 +12155;10;925.60;10.88;1657.00;-1.57;0.40 12155;21;918.40;12.40;1657.00;1.57;0.40 +12156;0;4497.00;11.17;1225.00;0.00;0.40 +12156;1;4497.50;13.65;1220.00;0.10;0.40 +12156;2;4493.50;11.30;1224.00;-1.29;0.40 +12156;3;4501.00;13.15;1221.50;0.85;0.40 +12156;4;4502.00;11.75;1225.00;1.57;0.40 +12156;5;4493.50;11.00;1229.50;3.80;0.40 +12156;6;4499.50;10.70;1228.50;2.52;0.40 +12156;9;4493.40;11.16;1225.00;1.57;0.40 +12156;10;4500.60;11.51;1225.00;-1.57;0.40 12156;21;4493.40;11.16;1225.00;1.57;0.40 +12157;0;3751.00;10.37;1612.00;0.00;0.40 +12157;1;3752.00;10.05;1606.50;0.18;0.40 +12157;2;3755.50;10.00;1606.00;0.64;0.40 +12157;3;3755.50;10.10;1609.00;0.98;0.40 +12157;4;3746.50;10.40;1611.50;-1.46;0.40 +12157;5;3755.00;10.30;1614.50;2.12;0.40 +12157;6;3746.00;10.55;1616.00;4.03;0.40 +12157;7;3750.00;10.50;1617.00;3.33;0.40 +12157;9;3747.40;10.40;1612.00;1.57;0.40 +12157;10;3754.60;10.29;1612.00;-1.57;0.40 12157;21;3747.40;10.40;1612.00;1.57;0.40 +12158;0;4762.00;9.77;744.00;0.00;0.24 +12158;1;4761.00;9.50;741.00;-0.32;0.24 +12158;2;4764.00;10.10;743.50;1.32;0.24 +12158;3;4759.00;9.92;745.00;4.39;0.24 +12158;4;4760.50;10.00;747.50;3.54;0.24 +12158;9;4759.84;9.50;744.00;1.57;0.24 +12158;10;4764.16;10.06;744.00;-1.57;0.24 +12158;19;4762.00;9.50;742.00;-0.32;0.24 +12158;20;4762.00;9.50;740.25;0.00;0.24 12158;21;4759.84;9.50;744.00;1.57;0.24 +12159;0;5604.00;9.50;382.00;0.00;0.28 +12159;1;5605.50;9.70;382.00;1.57;0.28 +12159;2;5600.00;9.50;377.00;-0.67;0.28 +12159;9;5598.96;10.29;382.00;1.57;0.28 +12159;10;5609.04;9.50;382.00;-1.57;0.28 +12159;19;5596.00;9.55;379.00;1.57;0.28 +12159;20;5594.36;9.55;378.38;-1.21;0.28 12159;21;5598.96;10.29;382.00;1.57;0.28 +12160;0;4762.00;10.72;785.00;0.00;0.18 +12160;1;4760.50;11.60;783.50;-0.78;0.18 +12160;2;4762.50;11.20;783.50;0.32;0.18 +12160;3;4759.50;11.10;784.50;-1.37;0.18 +12160;4;4763.00;10.55;786.00;2.35;0.18 +12160;5;4761.50;10.10;787.50;3.33;0.18 +12160;9;4760.38;10.85;785.00;1.57;0.18 +12160;10;4763.62;10.83;785.00;-1.57;0.18 +12160;19;4760.00;9.90;787.00;-2.94;0.18 +12160;20;4758.76;9.90;788.23;3.92;0.18 12160;21;4760.38;10.85;785.00;1.57;0.18 +12161;0;3796.00;9.90;1312.00;0.00;0.50 +12161;1;3793.00;9.90;1308.00;-0.64;0.50 +12161;2;3798.00;9.90;1305.00;0.27;0.50 +12161;3;3800.00;9.90;1308.50;0.85;0.50 +12161;4;3789.50;9.90;1313.00;4.56;0.50 +12161;5;3801.00;9.90;1314.50;2.03;0.50 +12161;6;3794.00;9.90;1317.00;3.52;0.50 +12161;9;3791.32;9.90;1312.00;1.57;0.50 +12161;10;3800.68;9.90;1312.00;-1.57;0.50 12161;21;3791.32;9.90;1312.00;1.57;0.50 +12162;0;4656.55;11.40;513.68;0.00;0.26 +12162;1;4652.12;10.20;512.96;-0.24;0.26 +12162;2;4657.51;11.10;511.54;0.95;0.26 +12162;3;4654.16;11.30;513.25;-0.58;0.26 +12162;4;4645.98;9.70;518.49;4.24;0.26 +12162;5;4660.96;10.00;515.49;1.93;0.26 +12162;6;4661.46;10.60;512.19;1.48;0.26 +12162;9;4649.14;9.50;514.00;1.57;0.26 +12162;10;4658.86;10.63;514.00;-1.57;0.26 +12162;19;4650.00;9.65;518.00;-2.03;0.26 +12162;20;4648.76;9.65;519.23;3.92;0.26 12162;21;4649.14;9.50;514.00;1.57;0.26 +12163;0;3699.00;9.80;1440.00;0.00;0.44 +12163;1;3702.50;9.80;1436.50;0.78;0.44 +12163;2;3694.50;9.80;1437.00;-0.98;0.44 +12163;3;3707.00;9.70;1440.00;1.57;0.44 +12163;4;3692.50;9.80;1442.00;4.41;0.44 +12163;5;3702.00;9.80;1444.50;2.55;0.44 +12163;6;3695.00;9.75;1445.50;3.77;0.44 +12163;9;3693.24;9.80;1440.00;1.57;0.44 +12163;10;3704.76;9.73;1440.00;-1.57;0.44 12163;21;3704.76;9.73;1440.00;-1.57;0.44 +12164;0;4045.00;9.90;829.00;0.00;0.28 +12164;1;4042.50;9.95;827.00;-0.89;0.28 +12164;2;4046.00;9.70;827.00;0.46;0.28 +12164;3;4043.00;10.52;831.00;3.92;0.28 +12164;4;4048.00;9.70;830.00;1.89;0.28 +12164;5;4046.00;9.90;832.50;2.86;0.28 +12164;9;4042.48;10.30;829.00;1.57;0.28 +12164;10;4047.52;9.70;829.00;-1.57;0.28 +12164;19;4050.00;9.55;833.00;-4.39;0.28 +12164;20;4051.36;9.55;834.09;2.24;0.28 12164;21;4047.52;9.70;829.00;-1.57;0.28 +12165;0;4452.00;10.17;576.00;0.00;0.26 +12165;1;4450.50;9.80;573.00;-0.46;0.26 +12165;2;4453.50;10.10;573.50;0.54;0.26 +12165;3;4449.00;9.77;575.00;-1.24;0.26 +12165;4;4455.00;9.80;577.00;1.89;0.26 +12165;5;4448.50;9.80;576.50;4.57;0.26 +12165;6;4450.00;10.25;578.50;3.81;0.26 +12165;7;4453.00;10.30;579.50;2.86;0.26 +12165;9;4449.66;9.96;576.00;1.57;0.26 +12165;10;4454.34;9.92;576.00;-1.57;0.26 +12165;19;4457.00;9.55;583.00;-4.39;0.26 +12165;20;4458.01;9.55;584.42;2.52;0.26 12165;21;4449.66;9.96;576.00;1.57;0.26 +12166;0;1039.00;13.07;1846.00;0.00;0.70 +12166;1;1037.00;11.75;1839.50;-0.29;0.70 +12166;2;1049.00;11.70;1843.50;1.32;0.70 +12166;3;1030.00;11.90;1848.00;4.49;0.70 +12166;4;1048.50;11.80;1850.50;2.01;0.70 +12166;5;1038.00;12.55;1851.50;3.32;0.70 +12166;9;1030.54;11.54;1846.00;1.57;0.70 +12166;10;1047.46;11.79;1846.00;-1.57;0.70 12166;21;1030.54;11.54;1846.00;1.57;0.70 +12167;0;4470.00;10.20;870.00;0.00;0.26 +12167;1;4468.00;9.80;866.50;-0.51;0.26 +12167;2;4471.00;10.32;866.00;0.24;0.26 +12167;3;4472.50;10.40;869.00;1.19;0.26 +12167;4;4467.50;9.80;871.00;4.33;0.26 +12167;5;4471.50;10.50;873.50;2.73;0.26 +12167;9;4467.66;9.81;870.00;1.57;0.26 +12167;10;4472.34;10.44;870.00;-1.57;0.26 12167;21;4467.66;9.81;870.00;1.57;0.26 +12168;0;4408.00;10.10;654.00;0.00;0.32 +12168;1;4404.50;9.60;651.00;-0.86;0.32 +12168;2;4407.00;9.75;651.00;-0.32;0.32 +12168;3;4412.00;9.90;654.50;1.69;0.32 +12168;4;4403.50;9.70;654.50;4.60;0.32 +12168;5;4408.00;9.50;657.00;3.14;0.32 +12168;9;4404.04;9.70;654.00;1.57;0.32 +12168;10;4411.96;9.83;654.00;-1.57;0.32 +12168;19;4413.00;9.70;654.00;-4.59;0.32 +12168;20;4414.75;9.70;654.00;1.57;0.32 12168;21;4404.04;9.70;654.00;1.57;0.32 +12169;0;2816.00;11.75;1384.00;0.00;0.18 +12169;1;2814.00;12.07;1382.00;-0.78;0.18 +12169;2;2818.00;11.85;1383.00;1.10;0.18 +12169;3;2812.50;11.60;1383.50;-1.42;0.18 +12169;4;2814.00;11.50;1385.50;4.06;0.18 +12169;5;2820.50;11.30;1385.00;1.78;0.18 +12169;6;2818.50;11.00;1386.50;2.35;0.18 +12169;9;2813.30;11.58;1384.00;1.57;0.18 +12169;10;2818.70;11.68;1384.00;-1.57;0.18 12169;21;2813.30;11.58;1384.00;1.57;0.18 +12170;0;3790.00;9.80;1528.00;0.00;0.50 +12170;1;3786.00;9.80;1524.00;-0.78;0.50 +12170;2;3792.00;9.80;1522.00;0.32;0.50 +12170;3;3797.00;9.80;1525.50;1.22;0.50 +12170;4;3783.50;9.80;1529.00;4.56;0.50 +12170;5;3796.50;9.70;1529.50;1.79;0.50 +12170;6;3793.00;9.80;1532.50;2.55;0.50 +12170;7;3786.50;9.80;1533.00;3.75;0.50 +12170;9;3784.42;9.80;1528.00;1.57;0.50 +12170;10;3795.58;9.79;1528.00;-1.57;0.50 12170;21;3784.42;9.80;1528.00;1.57;0.50 +12171;0;4614.00;10.12;728.00;0.00;0.26 +12171;1;4614.00;10.90;725.50;0.00;0.26 +12171;2;4610.50;9.70;725.50;-0.95;0.26 +12171;3;4618.00;10.87;727.00;1.32;0.26 +12171;4;4611.50;9.70;729.50;4.17;0.26 +12171;5;4616.00;10.45;730.00;2.35;0.26 +12171;6;4617.50;10.70;729.00;1.84;0.26 +12171;9;4611.12;9.58;728.00;1.57;0.26 +12171;10;4616.88;10.71;728.00;-1.57;0.26 +12171;19;4610.00;9.57;726.00;-2.11;0.26 +12171;20;4608.43;9.57;725.21;-1.10;0.26 12171;21;4611.12;9.58;728.00;1.57;0.26 +12172;0;3645.00;10.17;1601.00;0.00;0.32 +12172;1;3643.00;9.95;1597.00;-0.46;0.32 +12172;2;3647.00;10.00;1597.00;0.46;0.32 +12172;3;3641.50;10.50;1600.50;-1.42;0.32 +12172;4;3648.50;10.00;1601.50;1.71;0.32 +12172;5;3641.00;10.47;1603.00;4.24;0.32 +12172;6;3641.50;10.25;1605.00;3.86;0.32 +12172;7;3645.50;9.90;1605.00;3.01;0.32 +12172;9;3642.12;10.46;1601.00;1.57;0.32 +12172;10;3647.88;9.98;1601.00;-1.57;0.32 12172;21;3642.12;10.46;1601.00;1.57;0.32 +12173;0;4377.00;9.80;894.00;0.00;0.26 +12173;1;4373.00;9.70;892.00;-1.10;0.26 +12173;2;4378.00;9.80;891.50;0.38;0.26 +12173;3;4381.50;9.80;895.00;1.78;0.26 +12173;4;4376.50;9.75;896.00;3.38;0.26 +12173;5;4372.00;9.70;894.50;4.61;0.26 +12173;9;4373.58;9.70;894.00;1.57;0.26 +12173;10;4380.42;9.80;894.00;-1.57;0.26 12173;21;4373.58;9.70;894.00;1.57;0.26 +12174;0;4128.00;9.80;1680.00;0.00;0.34 +12174;1;4136.00;9.80;1675.50;1.05;0.34 +12174;2;4129.50;9.80;1677.00;0.46;0.34 +12174;3;4122.00;9.72;1677.00;-1.10;0.34 +12174;4;4136.00;9.80;1679.50;1.50;0.34 +12174;5;4120.00;9.70;1680.50;4.65;0.34 +12174;6;4129.00;9.80;1683.50;2.86;0.34 +12174;7;4121.50;9.80;1684.00;4.16;0.34 +12174;9;4121.70;9.70;1680.00;1.57;0.34 +12174;10;4134.30;9.80;1680.00;-1.57;0.34 12174;21;4121.70;9.70;1680.00;1.57;0.34 +12175;0;3656.00;9.92;1748.00;0.00;0.38 +12175;1;3655.50;9.85;1744.00;-0.12;0.38 +12175;2;3662.50;9.70;1744.50;1.07;0.38 +12175;3;3649.50;10.00;1748.00;4.71;0.38 +12175;4;3662.00;9.85;1749.50;1.81;0.38 +12175;5;3650.00;9.90;1752.50;4.06;0.38 +12175;6;3655.50;9.90;1752.00;3.26;0.38 +12175;9;3650.24;10.00;1748.00;1.57;0.38 +12175;10;3661.76;9.73;1748.00;-1.57;0.38 12175;21;3650.24;10.00;1748.00;1.57;0.38 +12176;0;4487.00;12.77;835.00;0.00;0.30 +12176;1;4484.00;11.85;834.00;-1.24;0.30 +12176;2;4487.00;12.17;832.00;0.00;0.30 +12176;3;4490.50;13.10;833.50;1.16;0.30 +12176;4;4489.50;13.50;836.50;2.11;0.30 +12176;5;4486.50;12.90;838.50;3.28;0.30 +12176;6;4488.50;13.40;839.50;2.82;0.30 +12176;9;4483.94;11.91;835.00;1.57;0.30 +12176;10;4490.06;13.33;835.00;-1.57;0.30 12176;21;4483.94;11.91;835.00;1.57;0.30 +12177;0;3860.00;10.87;1458.00;0.00;0.58 +12177;1;3861.50;10.70;1451.50;0.22;0.58 +12177;2;3854.50;10.80;1452.00;-0.74;0.58 +12177;3;3866.50;10.70;1457.50;1.49;0.58 +12177;4;3853.50;11.00;1458.50;4.63;0.58 +12177;5;3856.50;11.00;1465.00;3.60;0.58 +12177;6;3863.00;10.80;1465.00;2.73;0.58 +12177;9;3854.78;10.90;1458.00;1.57;0.58 +12177;10;3865.22;10.72;1458.00;-1.57;0.58 12177;21;3854.78;10.90;1458.00;1.57;0.58 +12178;0;4785.22;10.80;513.24;0.00;0.24 +12178;1;4784.83;10.60;513.58;4.71;0.24 +12178;2;4781.14;9.90;511.82;-1.21;0.24 +12178;9;4781.96;9.64;514.00;1.57;0.24 +12178;10;4792.04;9.50;514.00;-1.57;0.24 +12178;19;4789.00;9.50;517.00;-1.57;0.24 +12178;20;4789.97;9.50;518.45;2.55;0.24 12178;21;4781.96;9.64;514.00;1.57;0.24 +12179;0;3704.00;9.80;1478.00;0.00;0.48 +12179;1;3704.50;10.00;1472.50;0.09;0.48 +12179;2;3699.00;10.00;1475.00;-1.03;0.48 +12179;3;3708.50;9.80;1476.50;1.24;0.48 +12179;4;3698.00;9.90;1479.00;4.54;0.48 +12179;5;3702.00;9.80;1481.50;3.66;0.48 +12179;6;3707.50;9.80;1482.00;2.42;0.48 +12179;7;3705.50;9.80;1485.00;2.93;0.48 +12179;9;3699.14;9.90;1478.00;1.57;0.48 +12179;10;3708.86;9.80;1478.00;-1.57;0.48 12179;21;3699.14;9.90;1478.00;1.57;0.48 +12180;0;4053.00;9.77;868.00;0.00;0.22 +12180;1;4053.50;9.70;865.00;0.16;0.22 +12180;2;4051.00;9.95;865.50;-0.67;0.22 +12180;3;4055.00;9.55;867.00;1.10;0.22 +12180;4;4050.50;9.90;868.50;4.51;0.22 +12180;5;4055.00;9.70;870.00;2.35;0.22 +12180;6;4053.00;9.70;871.00;3.14;0.22 +12180;9;4051.02;9.90;868.00;1.57;0.22 +12180;10;4054.98;9.60;868.00;-1.57;0.22 +12180;19;4058.00;9.50;866.00;1.11;0.22 +12180;20;4059.62;9.50;865.35;1.19;0.22 12180;21;4051.02;9.90;868.00;1.57;0.22 +12181;0;4386.00;9.85;651.00;0.00;0.34 +12181;1;4384.50;10.10;647.50;-0.40;0.34 +12181;2;4382.00;10.30;649.00;-1.10;0.34 +12181;3;4388.50;9.70;649.00;0.89;0.34 +12181;4;4384.00;10.17;654.00;3.73;0.34 +12181;5;4389.50;9.90;653.00;2.09;0.34 +12181;9;4382.40;10.06;651.00;1.57;0.34 +12181;10;4389.60;9.70;651.00;-1.57;0.34 12181;21;4382.40;10.06;651.00;1.57;0.34 +12182;0;3967.00;11.75;939.00;0.00;0.32 +12182;1;3968.50;11.90;936.50;0.54;0.32 +12182;2;3963.50;11.75;937.00;-1.05;0.32 +12182;3;3973.50;11.70;938.00;1.41;0.32 +12182;4;3970.00;11.70;941.00;2.15;0.32 +12182;5;3962.50;11.80;939.50;4.60;0.32 +12182;6;3964.50;11.55;942.00;3.83;0.32 +12182;9;3963.04;11.74;939.00;1.57;0.32 +12182;10;3970.96;11.67;939.00;-1.57;0.32 12182;21;3963.04;11.74;939.00;1.57;0.32 +12183;0;922.00;10.30;1643.00;0.00;0.32 +12183;1;924.00;10.85;1639.00;0.46;0.32 +12183;2;917.00;10.40;1641.00;-1.19;0.32 +12183;3;929.50;10.40;1640.50;1.24;0.32 +12183;4;928.00;9.82;1644.00;1.73;0.32 +12183;5;914.00;10.30;1644.50;4.52;0.32 +12183;6;922.00;10.30;1646.50;3.14;0.32 +12183;7;916.00;10.40;1646.50;4.18;0.32 +12183;9;916.24;10.03;1643.00;1.57;0.32 +12183;10;927.76;9.96;1643.00;-1.57;0.32 12183;21;916.24;10.03;1643.00;1.57;0.32 +12184;0;4417.00;10.27;646.00;0.00;0.24 +12184;1;4414.50;10.30;644.00;-0.89;0.24 +12184;2;4419.00;9.82;644.00;0.78;0.24 +12184;3;4411.00;10.20;645.50;-1.48;0.24 +12184;4;4417.50;10.20;647.50;2.82;0.24 +12184;5;4411.50;9.80;647.00;4.53;0.24 +12184;9;4413.22;10.20;646.00;1.57;0.24 +12184;10;4420.78;9.99;646.00;-1.57;0.24 +12184;19;4425.00;9.53;649.00;-3.46;0.24 +12184;20;4426.63;9.53;649.61;1.93;0.24 12184;21;4413.22;10.20;646.00;1.57;0.24 +12185;0;3826.00;10.55;1608.00;0.00;0.38 +12185;1;3828.00;10.65;1604.00;0.46;0.38 +12185;2;3821.50;10.60;1606.00;-1.15;0.38 +12185;3;3831.50;10.10;1608.00;1.57;0.38 +12185;4;3821.00;10.50;1610.50;4.24;0.38 +12185;5;3827.00;10.00;1612.50;2.92;0.38 +12185;9;3821.14;10.60;1608.00;1.57;0.38 +12185;10;3830.86;10.13;1608.00;-1.57;0.38 12185;21;3821.14;10.60;1608.00;1.57;0.38 +12186;0;4630.00;11.77;736.00;0.00;0.34 +12186;1;4628.00;10.87;732.00;-0.46;0.34 +12186;2;4631.00;10.65;732.50;0.27;0.34 +12186;3;4625.50;11.25;733.00;-0.98;0.34 +12186;4;4634.00;10.50;733.00;0.92;0.34 +12186;5;4634.00;10.95;735.50;1.44;0.34 +12186;6;4626.00;12.50;736.50;4.58;0.34 +12186;7;4632.50;11.30;739.50;2.52;0.34 +12186;8;4629.50;12.00;740.50;3.25;0.34 +12186;9;4626.94;12.42;736.00;1.57;0.34 +12186;10;4633.06;11.08;736.00;-1.57;0.34 12186;21;4626.94;12.42;736.00;1.57;0.34 +12187;0;3693.00;10.17;1738.00;0.00;0.48 +12187;1;3694.50;10.50;1732.50;0.26;0.48 +12187;2;3689.50;10.50;1733.00;-0.61;0.48 +12187;3;3698.00;10.35;1737.50;1.47;0.48 +12187;4;3687.50;10.20;1738.50;4.62;0.48 +12187;5;3697.50;10.30;1742.50;2.35;0.48 +12187;6;3691.00;10.55;1743.50;3.49;0.48 +12187;9;3688.50;10.35;1738.00;1.57;0.48 +12187;10;3697.50;10.30;1738.00;-1.57;0.48 12187;21;3688.50;10.35;1738.00;1.57;0.48 +12188;0;4771.00;10.57;788.00;0.00;0.20 +12188;1;4769.00;10.50;786.50;-0.92;0.20 +12188;2;4771.00;10.40;786.00;0.00;0.20 +12188;3;4767.50;10.50;787.50;-1.42;0.20 +12188;4;4773.50;10.30;787.00;1.19;0.20 +12188;5;4773.00;10.45;790.00;2.35;0.20 +12188;6;4768.00;10.35;789.50;4.24;0.20 +12188;7;4770.00;10.57;790.00;3.60;0.20 +12188;9;4768.66;10.56;788.00;1.57;0.20 +12188;10;4773.34;10.41;788.00;-1.57;0.20 +12188;19;4766.00;9.90;790.00;-2.03;0.20 +12188;20;4764.37;9.90;790.65;4.33;0.20 12188;21;4768.66;10.56;788.00;1.57;0.20 +12189;0;4916.00;10.00;1479.00;0.00;0.36 +12189;1;4911.00;10.30;1477.00;-1.19;0.36 +12189;2;4915.50;10.10;1475.50;-0.14;0.36 +12189;3;4920.50;9.80;1476.50;1.06;0.36 +12189;4;4920.00;9.70;1481.00;2.03;0.36 +12189;5;4913.00;10.30;1481.50;4.01;0.36 +12189;6;4917.50;10.00;1483.50;2.82;0.36 +12189;9;4912.22;10.30;1479.00;1.57;0.36 +12189;10;4919.78;9.70;1479.00;-1.57;0.36 12189;21;4912.22;10.30;1479.00;1.57;0.36 +12190;0;4768.00;11.45;508.00;0.00;0.18 +12190;1;4768.50;9.70;505.50;0.19;0.18 +12190;2;4766.50;11.05;508.00;4.71;0.18 +12190;3;4770.00;11.50;509.00;2.03;0.18 +12190;4;4767.00;10.92;511.00;3.46;0.18 +12190;9;4766.38;11.05;508.00;1.57;0.18 +12190;10;4769.62;10.97;508.00;-1.57;0.18 +12190;19;4764.00;9.73;513.00;-2.82;0.18 +12190;20;4762.90;9.73;514.36;3.81;0.18 12190;21;4766.38;11.05;508.00;1.57;0.18 +12191;0;4423.00;12.75;841.00;0.00;0.22 +12191;1;4423.50;11.80;836.50;0.11;0.22 +12191;2;4425.00;12.00;838.50;0.67;0.22 +12191;3;4421.50;12.30;839.00;-0.64;0.22 +12191;4;4425.50;12.30;842.50;2.11;0.22 +12191;5;4420.50;13.10;842.50;4.17;0.22 +12191;6;4423.00;13.05;844.50;3.14;0.22 +12191;9;4421.02;12.80;841.00;1.57;0.22 +12191;10;4424.98;12.38;841.00;-1.57;0.22 12191;21;4421.02;12.80;841.00;1.57;0.22 +12192;0;4922.00;9.70;1497.00;0.00;0.42 +12192;1;4916.50;9.75;1494.00;-1.07;0.42 +12192;2;4920.50;9.90;1492.50;-0.32;0.42 +12192;3;4924.50;9.70;1494.00;0.69;0.42 +12192;4;4928.00;9.70;1497.50;1.65;0.42 +12192;5;4919.00;9.75;1499.50;4.01;0.42 +12192;6;4926.00;9.70;1501.00;2.35;0.42 +12192;9;4917.14;9.86;1497.00;1.57;0.42 +12192;10;4926.86;9.70;1497.00;-1.57;0.42 12192;21;4917.14;9.86;1497.00;1.57;0.42 +12193;0;5090.00;13.87;554.00;0.00;0.40 +12193;1;5088.50;12.10;550.50;-0.40;0.40 +12193;2;5091.50;12.45;551.00;0.46;0.40 +12193;3;5086.50;12.60;552.50;-1.16;0.40 +12193;4;5093.00;14.50;553.50;1.40;0.40 +12193;5;5087.50;13.90;556.00;4.03;0.40 +12193;6;5096.00;9.50;559.50;2.31;0.40 +12193;9;5086.40;12.79;554.00;1.57;0.40 +12193;10;5093.60;14.69;554.00;-1.57;0.40 +12193;19;5089.00;9.82;561.00;-3.97;0.40 +12193;20;5088.75;9.82;562.73;3.28;0.40 12193;21;5086.40;12.79;554.00;1.57;0.40 +12194;0;3883.00;10.25;1499.00;0.00;0.52 +12194;1;3879.50;10.40;1494.50;-0.66;0.52 +12194;2;3885.50;10.35;1494.00;0.46;0.52 +12194;3;3890.00;10.40;1498.50;1.49;0.52 +12194;4;3876.50;10.20;1500.00;4.56;0.52 +12194;5;3887.50;10.30;1503.00;2.29;0.52 +12194;6;3881.00;10.20;1504.50;3.49;0.52 +12194;9;3877.78;10.20;1499.00;1.57;0.52 +12194;10;3888.22;10.38;1499.00;-1.57;0.52 12194;21;3877.78;10.20;1499.00;1.57;0.52 +12195;0;4394.00;10.37;883.00;0.00;0.30 +12195;1;4394.50;10.00;880.50;0.19;0.30 +12195;2;4397.00;10.35;881.00;0.98;0.30 +12195;3;4390.00;10.30;882.00;-1.32;0.30 +12195;4;4389.00;10.82;884.00;4.51;0.30 +12195;5;4398.00;10.55;884.50;1.93;0.30 +12195;6;4391.50;10.80;885.50;3.92;0.30 +12195;7;4396.00;10.47;886.00;2.55;0.30 +12195;9;4390.76;10.53;883.00;1.57;0.30 +12195;10;4397.24;10.58;883.00;-1.57;0.30 12195;21;4390.76;10.53;883.00;1.57;0.30 +12196;0;4635.00;9.85;647.00;0.00;0.28 +12196;1;4634.00;10.00;643.50;-0.27;0.28 +12196;2;4637.50;9.70;646.00;1.19;0.28 +12196;3;4632.50;10.30;649.00;4.03;0.28 +12196;4;4636.00;10.00;650.50;2.86;0.28 +12196;9;4632.48;10.30;647.00;1.57;0.28 +12196;10;4637.52;9.70;647.00;-1.57;0.28 +12196;19;4641.00;9.50;652.00;1.19;0.28 +12196;20;4642.34;9.50;653.12;2.26;0.28 12196;21;4632.48;10.30;647.00;1.57;0.28 +12197;0;4298.00;10.80;925.00;0.00;0.20 +12197;1;4296.50;10.90;920.00;-0.29;0.20 +12197;2;4299.00;10.82;921.00;0.24;0.20 +12197;3;4295.50;10.90;920.50;-0.50;0.20 +12197;4;4296.50;10.80;925.00;4.71;0.20 +12197;5;4301.00;10.75;923.00;0.98;0.20 +12197;6;4299.50;10.70;927.50;2.60;0.20 +12197;7;4297.00;10.72;930.00;3.33;0.20 +12197;8;4297.50;10.60;931.50;3.21;0.20 +12197;9;4296.20;10.80;925.00;1.57;0.20 +12197;10;4299.80;10.80;925.00;-1.57;0.20 12197;21;4296.20;10.80;925.00;1.57;0.20 +12198;0;3765.00;9.90;1527.00;0.00;0.50 +12198;1;3762.50;9.80;1522.00;-0.46;0.50 +12198;2;3768.50;9.80;1524.00;0.86;0.50 +12198;3;3758.50;9.90;1525.00;-1.27;0.50 +12198;4;3771.00;9.80;1528.50;1.81;0.50 +12198;5;3762.50;9.90;1530.50;3.76;0.50 +12198;6;3768.00;9.90;1533.50;2.70;0.50 +12198;9;3759.78;9.93;1527.00;1.57;0.50 +12198;10;3770.22;9.80;1527.00;-1.57;0.50 12198;21;3759.78;9.93;1527.00;1.57;0.50 +12199;0;4409.00;10.82;731.00;0.00;0.26 +12199;1;4408.50;10.85;728.00;-0.16;0.26 +12199;2;4411.50;10.60;728.50;0.78;0.26 +12199;3;4406.50;10.60;729.50;-1.03;0.26 +12199;4;4412.50;9.90;731.00;1.57;0.26 +12199;5;4406.00;11.07;733.00;4.12;0.26 +12199;6;4409.50;10.50;733.50;2.94;0.26 +12199;9;4406.30;10.87;731.00;1.57;0.26 +12199;10;4411.70;10.10;731.00;-1.57;0.26 +12199;19;4415.00;9.68;731.00;1.57;0.26 +12199;20;4416.75;9.68;731.00;1.57;0.26 12199;21;4406.30;10.87;731.00;1.57;0.26 +12200;0;3713.00;16.12;1573.00;0.00;0.40 +12200;1;3713.00;15.80;1568.50;0.00;0.40 +12200;2;3708.50;12.50;1573.00;4.71;0.40 +12200;3;3717.50;15.80;1573.50;1.68;0.40 +12200;4;3714.50;15.80;1577.50;2.82;0.40 +12200;9;3709.22;13.04;1573.00;1.57;0.40 +12200;10;3716.78;15.48;1573.00;-1.57;0.40 12200;21;3709.22;13.04;1573.00;1.57;0.40 +12201;0;4351.00;9.70;789.00;0.00;0.24 +12201;1;4351.00;9.87;785.00;0.00;0.24 +12201;2;4348.50;9.80;788.50;-1.37;0.24 +12201;3;4352.50;10.00;786.50;0.54;0.24 +12201;4;4354.00;10.10;789.50;1.73;0.24 +12201;5;4349.00;9.75;791.50;3.81;0.24 +12201;6;4351.00;9.70;791.50;3.14;0.24 +12201;7;4353.50;9.90;791.50;2.35;0.24 +12201;9;4348.84;9.80;789.00;1.57;0.24 +12201;10;4353.16;9.93;789.00;-1.57;0.24 +12201;19;4355.00;9.80;794.00;-3.93;0.24 +12201;20;4356.09;9.80;795.36;2.46;0.24 12201;21;4348.84;9.80;789.00;1.57;0.24 +12202;0;1710.00;10.70;1644.00;0.00;0.38 +12202;1;1707.50;10.70;1640.50;-0.62;0.38 +12202;2;1711.00;10.20;1638.50;0.18;0.38 +12202;3;1713.00;10.15;1641.50;0.87;0.38 +12202;4;1705.50;11.00;1645.50;4.39;0.38 +12202;5;1713.00;10.55;1647.00;2.35;0.38 +12202;6;1708.00;10.90;1648.50;3.56;0.38 +12202;7;1710.50;10.70;1650.50;3.06;0.38 +12202;9;1706.58;10.94;1644.00;1.57;0.38 +12202;10;1713.42;10.25;1644.00;-1.57;0.38 12202;21;1706.58;10.94;1644.00;1.57;0.38 +12203;0;3641.00;9.80;1690.00;0.00;0.26 +12203;1;3639.50;9.80;1686.50;-0.40;0.26 +12203;2;3643.00;9.80;1686.50;0.51;0.26 +12203;3;3643.50;9.80;1690.50;1.76;0.26 +12203;4;3638.50;9.90;1690.50;4.51;0.26 +12203;5;3639.00;9.80;1693.50;3.66;0.26 +12203;6;3641.00;9.80;1694.00;3.14;0.26 +12203;9;3638.66;9.88;1690.00;1.57;0.26 +12203;10;3643.34;9.80;1690.00;-1.57;0.26 12203;21;3638.66;9.88;1690.00;1.57;0.26 +12204;0;4500.00;9.65;830.00;0.00;0.24 +12204;1;4502.00;9.67;829.00;1.10;0.24 +12204;2;4497.50;9.70;828.50;-1.03;0.24 +12204;3;4497.00;10.22;831.00;4.39;0.24 +12204;4;4502.50;9.70;832.50;2.35;0.24 +12204;5;4499.00;10.35;832.50;3.52;0.24 +12204;9;4496.94;9.92;830.00;1.57;0.24 +12204;10;4503.06;9.67;830.00;-1.57;0.24 +12204;19;4501.00;9.53;827.00;1.11;0.24 +12204;20;4501.55;9.53;825.34;0.32;0.24 12204;21;4496.94;9.92;830.00;1.57;0.24 +12205;0;1602.00;10.80;1670.00;0.00;0.36 +12205;1;1599.00;10.35;1665.00;-0.54;0.36 +12205;2;1596.00;10.30;1666.00;-0.98;0.36 +12205;3;1604.50;10.50;1667.50;0.78;0.36 +12205;4;1595.00;10.65;1669.50;-1.49;0.36 +12205;5;1610.50;10.20;1669.50;1.51;0.36 +12205;6;1610.00;10.47;1672.00;1.81;0.36 +12205;7;1600.00;10.90;1673.50;3.66;0.36 +12205;8;1606.00;10.90;1674.00;2.35;0.36 +12205;9;1596.06;10.70;1670.00;1.57;0.36 +12205;10;1607.94;10.25;1670.00;-1.57;0.36 12205;21;1596.06;10.70;1670.00;1.57;0.36 +12206;0;4744.00;11.30;499.00;0.00;0.18 +12206;1;4741.50;10.90;497.00;-0.89;0.18 +12206;2;4744.50;12.50;497.00;0.24;0.18 +12206;3;4743.50;10.50;500.00;3.60;0.18 +12206;4;4747.00;11.65;499.50;1.73;0.18 +12206;9;4741.66;10.17;499.00;1.57;0.18 +12206;10;4746.34;12.01;499.00;-1.57;0.18 +12206;19;4749.00;9.85;503.00;-2.68;0.18 +12206;20;4750.36;9.85;504.09;2.24;0.18 12206;21;4741.66;10.17;499.00;1.57;0.18 +12207;0;5387.41;9.70;1653.97;0.00;0.20 +12207;1;5388.22;9.70;1654.32;-1.40;0.20 +12207;9;5385.16;9.56;1656.00;1.57;0.20 +12207;10;5398.84;9.50;1656.00;-1.57;0.20 +12207;19;5386.00;9.50;1653.00;-1.41;0.20 +12207;20;5384.43;9.50;1652.21;-1.10;0.20 12207;21;5385.16;9.56;1656.00;1.57;0.20 +12208;0;3971.00;11.02;885.00;0.00;0.28 +12208;1;3972.00;10.40;881.50;0.27;0.28 +12208;2;3967.50;9.90;883.50;-1.16;0.28 +12208;3;3974.50;13.45;885.00;1.57;0.28 +12208;4;3967.50;10.30;887.00;4.19;0.28 +12208;5;3973.00;13.92;888.00;2.55;0.28 +12208;6;3970.50;12.30;888.50;3.28;0.28 +12208;9;3967.94;9.97;885.00;1.57;0.28 +12208;10;3974.06;13.34;885.00;-1.57;0.28 +12208;19;3965.00;9.50;885.00;-1.17;0.28 +12208;20;3963.25;9.50;885.00;4.71;0.28 12208;21;3967.94;9.97;885.00;1.57;0.28 +12209;0;4428.00;9.67;572.00;0.00;0.34 +12209;1;4426.50;9.50;570.00;-0.64;0.34 +12209;2;4431.50;9.80;569.50;0.95;0.34 +12209;3;4430.50;10.70;573.50;2.11;0.34 +12209;4;4425.00;10.00;575.00;3.92;0.34 +12209;5;4428.50;10.80;576.00;3.01;0.34 +12209;9;4424.94;9.50;572.00;1.57;0.34 +12209;10;4431.06;10.42;572.00;-1.57;0.34 +12209;19;4421.00;9.50;573.00;-0.64;0.34 +12209;20;4419.26;9.50;573.24;4.57;0.34 12209;21;4424.94;9.50;572.00;1.57;0.34 +12210;0;4470.00;11.62;905.00;0.00;0.32 +12210;1;4469.50;10.75;901.00;-0.12;0.32 +12210;2;4467.00;11.00;903.00;-0.98;0.32 +12210;3;4472.50;12.25;904.00;1.19;0.32 +12210;4;4468.50;11.55;907.00;3.78;0.32 +12210;5;4473.50;12.40;907.50;2.19;0.32 +12210;6;4471.50;12.40;909.50;2.82;0.32 +12210;9;4466.94;11.19;905.00;1.57;0.32 +12210;10;4473.06;12.49;905.00;-1.57;0.32 12210;21;4466.94;11.19;905.00;1.57;0.32 +12211;0;881.00;11.47;1645.00;0.00;0.32 +12211;1;878.50;11.30;1641.50;-0.62;0.32 +12211;2;884.00;10.70;1643.50;1.10;0.32 +12211;3;875.50;10.35;1644.00;-1.39;0.32 +12211;4;880.50;11.20;1648.00;3.30;0.32 +12211;5;886.00;10.65;1648.00;2.11;0.32 +12211;9;877.22;11.29;1645.00;1.57;0.32 +12211;10;884.78;10.62;1645.00;-1.57;0.32 +12211;19;871.00;9.50;1640.00;-1.39;0.32 +12211;20;869.43;9.50;1639.21;-1.10;0.32 12211;21;877.22;11.29;1645.00;1.57;0.32 +12212;0;4409.00;9.80;628.00;0.00;0.28 +12212;1;4411.50;9.80;625.00;0.69;0.28 +12212;2;4406.00;9.72;627.00;-1.24;0.28 +12212;3;4413.00;9.80;628.50;1.69;0.28 +12212;4;4405.50;9.85;630.00;4.19;0.28 +12212;5;4409.00;10.00;631.50;3.14;0.28 +12212;9;4405.40;9.74;628.00;1.57;0.28 +12212;10;4412.60;9.80;628.00;-1.57;0.28 12212;21;4405.40;9.74;628.00;1.57;0.28 +12213;0;4700.00;9.72;944.00;0.00;0.30 +12213;1;4698.50;9.70;941.00;-0.46;0.30 +12213;2;4701.00;9.65;941.50;0.38;0.30 +12213;3;4697.00;9.92;944.00;4.71;0.30 +12213;4;4703.00;9.70;942.50;1.10;0.30 +12213;5;4700.00;9.80;945.50;3.14;0.30 +12213;9;4697.30;9.85;944.00;1.57;0.30 +12213;10;4702.70;9.69;944.00;-1.57;0.30 +12213;19;4699.69;9.50;948.72;-1.94;0.30 +12213;20;4701.00;9.50;951.47;2.68;0.30 12213;21;4697.30;9.85;944.00;1.57;0.30 +12214;0;917.00;13.45;1690.00;0.00;0.34 +12214;1;912.50;12.90;1687.50;-1.06;0.34 +12214;2;918.50;13.90;1686.50;0.40;0.34 +12214;3;923.00;12.32;1689.00;1.40;0.34 +12214;4;911.50;11.95;1692.00;4.36;0.34 +12214;5;922.50;12.45;1692.00;1.92;0.34 +12214;6;916.50;13.00;1693.50;3.28;0.34 +12214;9;912.68;12.38;1690.00;1.57;0.34 +12214;10;921.32;12.78;1690.00;-1.57;0.34 12214;21;912.68;12.38;1690.00;1.57;0.34 +12215;0;4378.00;9.70;718.00;0.00;0.16 +12215;1;4376.50;9.50;717.50;-1.24;0.16 +12215;2;4379.50;9.70;715.00;0.46;0.16 +12215;3;4380.00;9.80;718.50;1.81;0.16 +12215;4;4377.50;9.60;721.50;3.28;0.16 +12215;9;4376.56;9.50;718.00;1.57;0.16 +12215;10;4379.44;9.70;718.00;-1.57;0.16 +12215;19;4377.00;9.50;712.00;-1.25;0.16 +12215;20;4376.71;9.50;710.27;-0.16;0.16 12215;21;4376.56;9.50;718.00;1.57;0.16 +12216;0;3693.00;10.65;1674.00;0.00;0.38 +12216;1;3696.00;10.55;1669.00;0.54;0.38 +12216;2;3691.00;10.30;1670.50;-0.51;0.38 +12216;3;3698.00;10.75;1673.00;1.37;0.38 +12216;4;3688.00;10.10;1671.50;-1.10;0.38 +12216;5;3688.00;10.40;1674.50;4.61;0.38 +12216;6;3695.00;10.60;1677.00;2.55;0.38 +12216;7;3689.50;10.40;1678.00;3.86;0.38 +12216;9;3689.04;10.50;1674.00;1.57;0.38 +12216;10;3696.96;10.75;1674.00;-1.57;0.38 12216;21;3689.04;10.50;1674.00;1.57;0.38 +12217;0;4757.00;12.77;776.00;0.00;0.18 +12217;1;4756.50;12.55;774.00;-0.24;0.18 +12217;2;4759.00;11.90;774.50;0.92;0.18 +12217;3;4754.50;12.85;776.00;4.71;0.18 +12217;4;4758.50;12.45;777.00;2.15;0.18 +12217;5;4756.00;12.70;777.50;3.73;0.18 +12217;6;4758.00;12.35;779.00;2.82;0.18 +12217;9;4755.38;12.93;776.00;1.57;0.18 +12217;10;4758.62;12.32;776.00;-1.57;0.18 12217;21;4755.38;12.93;776.00;1.57;0.18 +12218;0;3884.00;12.70;1276.00;0.00;0.44 +12218;1;3877.50;11.25;1271.00;-0.91;0.44 +12218;2;3884.00;11.65;1273.50;0.00;0.44 +12218;3;3878.50;11.80;1274.00;-1.22;0.44 +12218;4;3889.00;11.95;1279.00;2.11;0.44 +12218;5;3880.00;12.95;1277.50;4.35;0.44 +12218;6;3883.50;13.40;1279.50;3.28;0.44 +12218;9;3878.96;12.39;1276.00;1.57;0.44 +12218;10;3889.04;11.41;1276.00;-1.57;0.44 12218;21;3889.04;11.41;1276.00;-1.57;0.44 +12219;0;4671.00;9.90;497.00;0.00;0.20 +12219;1;4670.50;9.85;497.00;4.71;0.20 +12219;2;4673.50;9.95;496.00;1.19;0.20 +12219;9;4667.76;9.85;497.00;1.57;0.20 +12219;10;4674.24;10.23;497.00;-1.57;0.20 +12219;19;4667.00;9.65;500.00;-1.57;0.20 +12219;20;4665.60;9.65;501.05;4.06;0.20 12219;21;4667.76;9.85;497.00;1.57;0.20 +12220;0;4363.00;9.62;841.00;0.00;0.16 +12220;1;4362.50;9.65;838.00;-0.16;0.16 +12220;2;4364.50;9.60;840.50;1.24;0.16 +12220;3;4361.00;9.60;840.50;-1.32;0.16 +12220;4;4363.00;9.60;843.00;3.14;0.16 +12220;9;4361.56;9.60;841.00;1.57;0.16 +12220;10;4364.44;9.65;841.00;-1.57;0.16 +12220;19;4366.00;9.50;841.00;1.25;0.16 +12220;20;4367.75;9.50;841.00;1.57;0.16 12220;21;4361.56;9.60;841.00;1.57;0.16 +12221;0;1720.00;11.05;1663.00;0.00;0.32 +12221;1;1720.50;11.00;1660.00;0.16;0.32 +12221;2;1714.00;11.35;1662.00;-1.40;0.32 +12221;3;1715.50;11.20;1660.00;-0.98;0.32 +12221;4;1725.50;11.10;1661.00;1.22;0.32 +12221;5;1726.00;10.95;1664.00;1.73;0.32 +12221;6;1716.00;11.30;1666.00;4.06;0.32 +12221;7;1721.50;11.00;1666.00;2.67;0.32 +12221;9;1715.68;11.28;1663.00;1.57;0.32 +12221;10;1724.32;11.00;1663.00;-1.57;0.32 12221;21;1715.68;11.28;1663.00;1.57;0.32 +12222;0;5151.00;9.75;553.00;0.00;0.16 +12222;1;5151.00;9.50;551.00;0.00;0.16 +12222;2;5148.50;9.85;553.00;4.71;0.16 +12222;3;5152.50;9.75;554.00;2.15;0.16 +12222;4;5150.50;10.70;555.00;3.38;0.16 +12222;9;5149.20;9.78;553.00;1.57;0.16 +12222;10;5152.80;9.70;553.00;-1.57;0.16 +12222;19;5156.00;9.50;552.00;0.00;0.16 +12222;20;5157.71;9.50;551.65;1.37;0.16 12222;21;5149.20;9.78;553.00;1.57;0.16 +12223;0;1682.00;10.57;1697.00;0.00;0.44 +12223;1;1679.00;10.40;1691.50;-0.49;0.44 +12223;2;1685.50;10.85;1691.00;0.52;0.44 +12223;3;1687.50;11.05;1698.00;1.75;0.44 +12223;4;1677.00;9.90;1696.50;-1.47;0.44 +12223;5;1677.50;10.40;1701.00;3.98;0.44 +12223;6;1683.00;10.70;1703.50;2.98;0.44 +12223;9;1678.04;10.13;1697.00;1.57;0.44 +12223;10;1685.96;10.94;1697.00;-1.57;0.44 12223;21;1685.96;10.94;1697.00;-1.57;0.44 +12224;0;4392.00;9.70;873.00;0.00;0.24 +12224;1;4391.00;9.60;870.00;-0.32;0.24 +12224;2;4395.00;9.70;871.50;1.10;0.24 +12224;3;4388.00;9.70;871.50;-1.21;0.24 +12224;4;4389.50;9.70;874.50;4.17;0.24 +12224;5;4393.50;9.70;875.50;2.60;0.24 +12224;6;4396.00;9.70;874.00;1.81;0.24 +12224;9;4389.12;9.70;873.00;1.57;0.24 +12224;10;4394.88;9.68;873.00;-1.57;0.24 12224;21;4389.12;9.70;873.00;1.57;0.24 +12225;0;4618.00;10.70;628.00;0.00;0.30 +12225;1;4617.00;10.60;625.00;-0.32;0.30 +12225;2;4614.00;10.72;626.00;-1.10;0.30 +12225;3;4620.50;9.75;626.00;0.89;0.30 +12225;4;4617.00;10.70;630.50;3.52;0.30 +12225;5;4621.00;10.42;630.00;2.15;0.30 +12225;9;4615.30;10.71;628.00;1.57;0.30 +12225;10;4620.70;10.19;628.00;-1.57;0.30 +12225;19;4621.00;9.50;624.00;0.90;0.30 +12225;20;4622.05;9.50;622.60;0.64;0.30 12225;21;4615.30;10.71;628.00;1.57;0.30 +12226;0;4011.00;11.60;949.00;0.00;0.36 +12226;1;4007.50;11.60;945.00;-0.71;0.36 +12226;2;4012.50;11.60;946.00;0.46;0.36 +12226;3;4006.50;11.60;949.00;4.71;0.36 +12226;4;4016.50;11.60;949.00;1.57;0.36 +12226;5;4013.00;11.50;952.50;2.62;0.36 +12226;6;4008.00;11.55;952.50;3.85;0.36 +12226;9;4007.22;11.60;949.00;1.57;0.36 +12226;10;4014.78;11.60;949.00;-1.57;0.36 12226;21;4007.22;11.60;949.00;1.57;0.36 +12227;0;3743.00;9.95;1520.00;0.00;0.40 +12227;1;3742.00;9.90;1514.00;-0.16;0.40 +12227;2;3746.50;10.00;1516.00;0.71;0.40 +12227;3;3738.50;10.00;1516.00;-0.84;0.40 +12227;4;3739.00;10.05;1520.50;4.58;0.40 +12227;5;3747.50;10.00;1521.50;1.89;0.40 +12227;6;3741.00;10.30;1525.00;3.52;0.40 +12227;7;3744.50;10.20;1525.50;2.87;0.40 +12227;9;3739.40;10.00;1520.00;1.57;0.40 +12227;10;3746.60;9.94;1520.00;-1.57;0.40 12227;21;3739.40;10.00;1520.00;1.57;0.40 +12228;0;4646.00;9.60;716.00;0.00;0.26 +12228;1;4647.50;9.55;715.00;0.98;0.26 +12228;2;4639.40;10.70;713.80;-1.21;0.26 +12228;3;4642.00;9.65;717.00;4.46;0.26 +12228;4;4645.50;9.80;718.50;3.33;0.26 +12228;9;4642.22;9.50;716.00;1.57;0.26 +12228;10;4649.78;9.62;716.00;-1.57;0.26 +12228;19;4643.00;9.50;711.00;0.98;0.26 +12228;20;4642.10;9.50;709.49;-0.54;0.26 12228;21;4642.22;9.50;716.00;1.57;0.26 +12229;0;3769.00;10.60;1591.00;0.00;0.44 +12229;1;3768.00;10.47;1586.00;-0.19;0.44 +12229;2;3773.50;10.90;1588.00;0.98;0.44 +12229;3;3763.50;10.00;1590.50;-1.48;0.44 +12229;4;3774.50;10.80;1593.00;1.92;0.44 +12229;5;3769.50;10.50;1595.50;3.03;0.44 +12229;6;3764.50;10.20;1595.50;3.92;0.44 +12229;9;3764.68;10.17;1591.00;1.57;0.44 +12229;10;3773.32;10.89;1591.00;-1.57;0.44 12229;21;3773.32;10.89;1591.00;-1.57;0.44 +12230;0;4342.00;9.70;783.00;0.00;0.22 +12230;1;4341.50;9.70;780.50;-0.19;0.22 +12230;2;4345.50;9.50;781.50;1.16;0.22 +12230;3;4344.00;9.70;785.50;2.46;0.22 +12230;4;4342.50;9.70;788.50;3.05;0.22 +12230;9;4340.02;9.55;783.00;1.57;0.22 +12230;10;4343.98;9.70;783.00;-1.57;0.22 +12230;19;4341.00;9.50;778.00;-0.20;0.22 +12230;20;4340.65;9.50;776.28;-0.19;0.22 12230;21;4340.02;9.55;783.00;1.57;0.22 +12231;0;834.00;9.97;1762.00;0.00;0.66 +12231;1;840.38;10.80;1757.34;0.61;0.66 +12231;2;850.92;11.30;1754.63;1.16;0.66 +12231;3;827.50;9.70;1761.50;-1.49;0.66 +12231;4;839.00;12.00;1764.50;2.03;0.66 +12231;5;831.50;12.45;1770.00;3.44;0.66 +12231;9;825.54;9.70;1762.00;1.57;0.66 +12231;10;842.46;11.56;1762.00;-1.57;0.66 +12231;19;820.00;9.55;1761.00;-1.49;0.66 +12231;20;818.25;9.55;1760.87;-1.49;0.66 12231;21;825.54;9.70;1762.00;1.57;0.66 +12232;0;4480.00;9.72;820.00;0.00;0.18 +12232;1;4479.50;9.80;817.00;-0.16;0.18 +12232;2;4482.00;9.80;820.50;1.81;0.18 +12232;3;4478.00;9.70;821.00;4.24;0.18 +12232;4;4480.00;10.30;823.50;3.14;0.18 +12232;9;4478.38;9.70;820.00;1.57;0.18 +12232;10;4481.62;9.75;820.00;-1.57;0.18 +12232;19;4482.00;9.60;815.00;-0.17;0.18 +12232;20;4482.65;9.60;813.37;0.38;0.18 12232;21;4478.38;9.70;820.00;1.57;0.18 +12233;0;3708.00;10.00;1417.00;0.00;0.48 +12233;1;3707.50;9.90;1410.50;-0.07;0.48 +12233;2;3712.50;9.80;1418.00;1.78;0.48 +12233;3;3703.50;9.90;1416.50;-1.46;0.48 +12233;4;3706.50;9.90;1422.50;3.40;0.48 +12233;5;3712.50;10.00;1424.00;2.57;0.48 +12233;9;3703.68;9.91;1417.00;1.57;0.48 +12233;10;3712.32;9.83;1417.00;-1.57;0.48 12233;21;3712.32;9.83;1417.00;-1.57;0.48 +12234;0;4685.00;10.40;490.00;0.00;0.36 +12234;1;4685.50;9.70;488.00;0.24;0.36 +12234;2;4685.50;11.00;492.50;2.94;0.36 +12234;3;4680.50;10.10;492.50;4.20;0.36 +12234;9;4678.70;9.50;490.00;1.57;0.36 +12234;10;4691.30;9.63;490.00;-1.57;0.36 +12234;19;4678.00;9.50;491.00;-3.34;0.36 +12234;20;4676.26;9.50;491.24;4.57;0.36 12234;21;4678.70;9.50;490.00;1.57;0.36 +12235;0;3671.00;10.20;1471.00;0.00;0.36 +12235;1;3670.00;9.60;1465.50;-0.18;0.36 +12235;2;3674.00;9.85;1468.50;0.87;0.36 +12235;3;3667.50;9.70;1468.50;-0.95;0.36 +12235;4;3667.00;10.10;1473.50;4.15;0.36 +12235;5;3673.50;11.10;1474.50;2.52;0.36 +12235;6;3669.50;10.80;1475.50;3.46;0.36 +12235;9;3667.76;9.86;1471.00;1.57;0.36 +12235;10;3674.24;10.31;1471.00;-1.57;0.36 12235;21;3667.76;9.86;1471.00;1.57;0.36 +12236;0;4702.00;9.90;872.00;0.00;0.26 +12236;1;4702.13;10.00;871.56;0.24;0.26 +12236;2;4699.50;10.10;871.00;-1.19;0.26 +12236;3;4705.97;9.70;872.38;1.21;0.26 +12236;4;4704.77;9.70;874.77;1.95;0.26 +12236;5;4702.57;10.10;875.92;3.33;0.26 +12236;9;4699.66;10.08;872.00;1.57;0.26 +12236;10;4704.34;9.51;872.00;-1.57;0.26 +12236;19;4702.00;9.50;870.00;0.24;0.26 +12236;20;4702.00;9.50;868.25;0.00;0.26 12236;21;4699.66;10.08;872.00;1.57;0.26 +12237;0;5097.00;10.75;544.00;0.00;0.20 +12237;1;5096.00;11.92;541.00;-0.32;0.20 +12237;2;5094.50;10.70;543.50;-1.37;0.20 +12237;3;5099.00;9.75;542.50;0.92;0.20 +12237;4;5100.50;9.90;544.50;1.71;0.20 +12237;5;5095.00;10.87;546.00;3.92;0.20 +12237;6;5098.00;11.30;546.00;2.67;0.20 +12237;9;5094.66;10.71;544.00;1.57;0.20 +12237;10;5099.34;9.95;544.00;-1.57;0.20 +12237;19;5099.00;10.00;540.00;0.93;0.20 +12237;20;5099.78;10.00;538.43;0.46;0.20 12237;21;5094.66;10.71;544.00;1.57;0.20 +12238;0;4332.00;9.90;927.00;0.00;0.22 +12238;1;4332.50;9.80;923.50;0.14;0.22 +12238;2;4334.50;9.90;924.50;0.78;0.22 +12238;3;4330.50;9.80;926.00;-0.98;0.22 +12238;4;4335.50;10.10;926.50;1.42;0.22 +12238;5;4333.00;10.22;930.00;2.82;0.22 +12238;6;4330.00;10.15;930.50;3.66;0.22 +12238;9;4330.02;9.87;927.00;1.57;0.22 +12238;10;4333.98;9.99;927.00;-1.57;0.22 12238;21;4330.02;9.87;927.00;1.57;0.22 +12239;0;3861.00;12.85;1276.00;0.00;0.44 +12239;1;3861.50;11.70;1272.50;0.14;0.44 +12239;2;3867.00;12.07;1274.00;1.24;0.44 +12239;3;3856.50;12.85;1274.00;-1.15;0.44 +12239;4;3855.00;12.70;1277.50;4.46;0.44 +12239;5;3865.00;13.50;1279.00;2.21;0.44 +12239;6;3858.00;13.37;1280.00;3.78;0.44 +12239;9;3855.60;12.83;1276.00;1.57;0.44 +12239;10;3866.40;12.75;1276.00;-1.57;0.44 12239;21;3866.40;12.75;1276.00;-1.57;0.44 +12240;0;5048.00;9.95;588.00;0.00;0.28 +12240;1;5048.00;10.20;585.50;0.00;0.28 +12240;2;5052.00;9.90;586.50;1.21;0.28 +12240;3;5045.50;10.10;589.00;4.33;0.28 +12240;4;5049.00;9.60;590.50;2.76;0.28 +12240;9;5044.58;10.19;588.00;1.57;0.28 +12240;10;5051.42;9.66;588.00;-1.57;0.28 +12240;19;5046.00;9.68;594.00;-3.52;0.28 +12240;20;5045.44;9.68;595.66;3.46;0.28 12240;21;5044.58;10.19;588.00;1.57;0.28 +12241;0;4089.00;13.80;955.00;0.00;0.28 +12241;1;4090.50;14.20;952.50;0.54;0.28 +12241;2;4086.00;11.55;951.50;-0.70;0.28 +12241;3;4084.50;12.00;955.00;4.71;0.28 +12241;4;4094.50;13.10;956.00;1.75;0.28 +12241;5;4086.50;13.70;957.50;3.92;0.28 +12241;6;4091.00;12.85;957.50;2.46;0.28 +12241;9;4085.40;12.63;955.00;1.57;0.28 +12241;10;4092.60;12.95;955.00;-1.57;0.28 12241;21;4085.40;12.63;955.00;1.57;0.28 +12242;0;3653.00;10.17;1566.00;0.00;0.24 +12242;1;3654.50;10.70;1563.50;0.54;0.24 +12242;2;3650.00;9.90;1565.00;-1.24;0.24 +12242;3;3656.00;10.25;1566.50;1.73;0.24 +12242;4;3650.50;10.20;1568.00;4.03;0.24 +12242;5;3653.50;10.40;1569.00;2.97;0.24 +12242;9;3650.30;9.98;1566.00;1.57;0.24 +12242;10;3655.70;10.29;1566.00;-1.57;0.24 12242;21;3650.30;9.98;1566.00;1.57;0.24 +12243;0;4630.00;9.90;709.00;0.00;0.18 +12243;1;4631.00;9.80;707.00;0.46;0.18 +12243;2;4625.50;10.60;709.50;4.60;0.18 +12243;3;4635.50;9.70;709.00;1.57;0.18 +12243;4;4634.00;9.77;711.00;2.03;0.18 +12243;5;4626.00;10.72;712.00;4.06;0.18 +12243;6;4629.00;10.25;712.00;3.46;0.18 +12243;7;4632.50;9.95;712.00;2.44;0.18 +12243;9;4626.22;10.44;709.00;1.57;0.18 +12243;10;4633.78;9.70;709.00;-1.57;0.18 +12243;19;4640.00;9.50;710.00;1.57;0.18 +12243;20;4641.74;9.50;710.17;1.67;0.18 12243;21;4626.22;10.44;709.00;1.57;0.18 +12244;0;3644.00;9.87;1666.00;0.00;0.26 +12244;1;3645.00;9.95;1662.50;0.27;0.26 +12244;2;3642.00;9.85;1664.00;-0.78;0.26 +12244;3;3647.00;9.90;1664.50;1.10;0.26 +12244;4;3640.50;9.85;1667.00;4.43;0.26 +12244;5;3648.00;9.90;1667.50;1.93;0.26 +12244;6;3644.00;9.80;1669.00;3.14;0.26 +12244;9;3641.12;9.90;1666.00;1.57;0.26 +12244;10;3646.88;9.90;1666.00;-1.57;0.26 12244;21;3641.12;9.90;1666.00;1.57;0.26 +12245;0;4765.00;11.52;778.00;0.00;0.20 +12245;1;4764.50;11.55;776.00;-0.24;0.20 +12245;2;4767.00;10.92;776.00;0.78;0.20 +12245;3;4762.50;11.95;778.00;4.71;0.20 +12245;4;4767.00;10.85;779.50;2.21;0.20 +12245;5;4764.00;11.65;780.00;3.60;0.20 +12245;6;4766.00;10.90;781.50;2.86;0.20 +12245;9;4763.02;11.87;778.00;1.57;0.20 +12245;10;4766.98;10.95;778.00;-1.57;0.20 12245;21;4763.02;11.87;778.00;1.57;0.20 +12246;0;4879.00;9.50;472.00;0.00;0.14 +12246;1;4878.00;9.50;471.50;-1.10;0.14 +12246;2;4881.50;9.65;473.00;1.95;0.14 +12246;9;4876.66;9.50;472.00;1.57;0.14 +12246;10;4881.34;9.70;472.00;-1.57;0.14 +12246;19;4873.00;9.50;472.00;-1.11;0.14 +12246;20;4871.25;9.50;472.00;4.71;0.14 12246;21;4876.66;9.50;472.00;1.57;0.14 +12247;0;4025.00;10.20;816.00;0.00;0.24 +12247;1;4024.50;10.40;813.50;-0.19;0.24 +12247;2;4028.00;10.22;815.00;1.24;0.24 +12247;3;4021.50;10.60;814.50;-1.16;0.24 +12247;4;4021.50;10.30;816.00;4.71;0.24 +12247;5;4023.50;10.10;818.00;3.78;0.24 +12247;6;4027.00;10.05;818.50;2.46;0.24 +12247;9;4022.48;10.15;816.00;1.57;0.24 +12247;10;4027.52;10.19;816.00;-1.57;0.24 12247;21;4022.48;10.15;816.00;1.57;0.24 +12248;0;3865.00;11.15;1260.00;0.00;0.42 +12248;1;3864.50;11.90;1257.00;-0.16;0.42 +12248;2;3872.50;12.55;1256.00;1.08;0.42 +12248;3;3871.50;10.80;1260.50;1.64;0.42 +12248;4;3858.50;11.70;1262.50;4.34;0.42 +12248;5;3868.00;10.62;1263.00;2.35;0.42 +12248;6;3863.50;11.00;1264.50;3.46;0.42 +12248;9;3859.78;12.38;1260.00;1.57;0.42 +12248;10;3870.22;10.86;1260.00;-1.57;0.42 12248;21;3859.78;12.38;1260.00;1.57;0.42 +12249;0;4485.00;9.82;548.00;0.00;0.26 +12249;1;4486.00;10.45;545.50;0.38;0.26 +12249;2;4483.00;10.02;547.00;-1.10;0.26 +12249;3;4489.00;9.90;547.50;1.44;0.26 +12249;4;4481.50;9.80;549.50;4.30;0.26 +12249;5;4485.00;9.67;550.00;3.14;0.26 +12249;9;4482.30;9.91;548.00;1.57;0.26 +12249;10;4487.70;9.80;548.00;-1.57;0.26 +12249;19;4485.00;9.68;550.00;-3.14;0.26 +12249;20;4485.00;9.68;551.75;3.14;0.26 12249;21;4482.30;9.91;548.00;1.57;0.26 +12250;0;3898.00;17.02;1298.00;0.00;0.32 +12250;1;3899.00;16.50;1295.00;0.32;0.32 +12250;2;3894.00;17.70;1297.50;-1.44;0.32 +12250;3;3902.50;17.90;1299.50;1.89;0.32 +12250;4;3898.00;18.02;1301.00;3.14;0.32 +12250;9;3894.76;17.69;1298.00;1.57;0.32 +12250;10;3901.24;17.48;1298.00;-1.57;0.32 12250;21;3894.76;17.69;1298.00;1.57;0.32 +12251;0;4254.48;9.50;848.22;0.00;0.16 +12251;1;4252.73;9.70;835.41;0.00;0.16 +12251;9;4252.56;9.50;848.00;1.57;0.16 +12251;10;4255.44;9.64;848.00;-1.57;0.16 +12251;19;4253.00;9.50;842.00;0.00;0.16 +12251;20;4252.71;9.50;840.27;-0.16;0.16 12251;21;4252.56;9.50;848.00;1.57;0.16 +12252;0;4618.00;10.15;615.00;0.00;0.28 +12252;1;4616.50;10.80;612.50;-0.54;0.28 +12252;2;4621.00;9.70;612.50;0.87;0.28 +12252;3;4614.00;10.65;616.00;4.46;0.28 +12252;4;4620.50;9.70;616.50;2.11;0.28 +12252;5;4617.00;10.50;618.50;3.42;0.28 +12252;9;4615.30;10.75;615.00;1.57;0.28 +12252;10;4620.70;9.69;615.00;-1.57;0.28 +12252;19;4623.00;9.50;617.00;-4.17;0.28 +12252;20;4624.62;9.50;617.65;1.95;0.28 12252;21;4615.30;10.75;615.00;1.57;0.28 +12253;0;4688.00;10.27;914.00;0.00;0.18 +12253;1;4687.50;10.50;911.50;-0.19;0.18 +12253;2;4685.50;10.15;914.00;4.71;0.18 +12253;3;4690.50;10.40;913.50;1.37;0.18 +12253;4;4688.00;10.20;916.00;3.14;0.18 +12253;5;4690.50;10.30;916.00;2.24;0.18 +12253;9;4686.02;10.25;914.00;1.57;0.18 +12253;10;4689.98;10.34;914.00;-1.57;0.18 +12253;19;4685.00;9.65;918.00;-1.57;0.18 +12253;20;4683.95;9.65;919.40;3.78;0.18 12253;21;4686.02;10.25;914.00;1.57;0.18 +12254;0;3670.00;10.00;1492.00;0.00;0.42 +12254;1;3669.00;10.90;1486.00;-0.16;0.42 +12254;2;3665.50;9.85;1489.00;-0.98;0.42 +12254;3;3673.50;10.90;1490.00;1.05;0.42 +12254;4;3665.00;9.75;1493.50;4.42;0.42 +12254;5;3677.00;10.57;1494.00;1.84;0.42 +12254;6;3675.00;10.05;1495.50;2.18;0.42 +12254;7;3669.50;9.80;1496.00;3.26;0.42 +12254;9;3665.68;9.80;1492.00;1.57;0.42 +12254;10;3674.32;10.66;1492.00;-1.57;0.42 12254;21;3665.68;9.80;1492.00;1.57;0.42 +12255;0;4400.00;10.07;704.00;0.00;0.18 +12255;1;4398.50;10.60;701.00;-0.46;0.18 +12255;2;4400.50;10.35;700.00;0.12;0.18 +12255;3;4401.50;10.10;700.50;0.40;0.18 +12255;4;4402.00;9.85;704.50;1.81;0.18 +12255;5;4398.00;10.30;705.50;4.06;0.18 +12255;6;4400.00;10.55;708.50;3.14;0.18 +12255;9;4398.38;10.36;704.00;1.57;0.18 +12255;10;4401.62;9.88;704.00;-1.57;0.18 12255;21;4398.38;10.36;704.00;1.57;0.18 +12256;0;4312.00;10.35;957.00;0.00;0.26 +12256;1;4310.00;10.10;953.00;-0.46;0.26 +12256;2;4312.50;10.20;952.00;0.10;0.26 +12256;3;4314.50;10.55;955.00;0.89;0.26 +12256;4;4309.00;10.10;956.50;-1.40;0.26 +12256;5;4315.00;11.42;959.00;2.15;0.26 +12256;6;4308.50;10.10;959.50;4.09;0.26 +12256;7;4311.50;10.40;961.00;3.26;0.26 +12256;9;4309.66;10.11;957.00;1.57;0.26 +12256;10;4314.34;10.80;957.00;-1.57;0.26 12256;21;4309.66;10.11;957.00;1.57;0.26 +12257;0;3822.00;10.00;1574.00;0.00;0.46 +12257;1;3819.50;9.90;1569.00;-0.46;0.46 +12257;2;3825.50;10.10;1573.00;1.29;0.46 +12257;3;3816.00;9.85;1571.50;-1.17;0.46 +12257;4;3819.50;10.00;1576.50;3.92;0.46 +12257;5;3826.00;10.20;1578.50;2.41;0.46 +12257;9;3817.50;9.90;1574.00;1.57;0.46 +12257;10;3826.50;10.10;1574.00;-1.57;0.46 12257;21;3817.50;9.90;1574.00;1.57;0.46 +12258;0;4077.00;12.10;762.00;0.00;0.28 +12258;1;4077.50;12.50;758.00;0.12;0.28 +12258;2;4074.00;13.00;761.00;-1.24;0.28 +12258;3;4080.00;10.50;762.50;1.73;0.28 +12258;4;4073.00;12.00;764.00;4.24;0.28 +12258;5;4075.50;11.30;765.50;3.54;0.28 +12258;9;4074.48;12.79;762.00;1.57;0.28 +12258;10;4079.52;10.79;762.00;-1.57;0.28 +12258;19;4083.00;9.65;759.00;-4.55;0.28 +12258;20;4084.56;9.65;758.21;1.10;0.28 12258;21;4074.48;12.79;762.00;1.57;0.28 +12259;0;815.00;9.60;1749.00;0.00;0.36 +12259;1;814.00;9.60;1749.50;4.24;0.36 +12259;2;820.00;10.87;1746.00;1.03;0.36 +12259;3;822.00;11.35;1748.00;1.42;0.36 +12259;4;822.00;11.10;1749.50;1.64;0.36 +12259;9;809.96;9.56;1749.00;1.57;0.36 +12259;10;820.04;10.46;1749.00;-1.57;0.36 +12259;19;808.00;9.75;1757.00;-2.03;0.36 +12259;20;806.84;9.75;1758.31;3.86;0.36 12259;21;809.96;9.56;1749.00;1.57;0.36 +12260;0;4451.00;9.70;831.00;0.00;0.24 +12260;1;4451.00;9.70;829.00;0.00;0.24 +12260;2;4454.50;9.70;829.50;1.16;0.24 +12260;3;4447.50;9.70;831.00;4.71;0.24 +12260;4;4453.50;9.70;833.00;2.24;0.24 +12260;5;4449.50;9.70;834.50;3.54;0.24 +12260;9;4448.30;9.70;831.00;1.57;0.24 +12260;10;4453.70;9.70;831.00;-1.57;0.24 12260;21;4448.30;9.70;831.00;1.57;0.24 +12261;0;4889.00;10.30;1504.00;0.00;0.48 +12261;1;4886.00;10.40;1497.50;-0.43;0.48 +12261;2;4891.50;10.30;1498.50;0.42;0.48 +12261;3;4884.50;10.50;1502.50;-1.24;0.48 +12261;4;4894.00;10.40;1505.50;1.86;0.48 +12261;5;4886.50;10.65;1509.00;3.60;0.48 +12261;6;4892.50;10.60;1511.50;2.70;0.48 +12261;9;4884.68;10.48;1504.00;1.57;0.48 +12261;10;4893.32;10.40;1504.00;-1.57;0.48 12261;21;4884.68;10.48;1504.00;1.57;0.48 +12262;0;4377.00;13.25;1032.00;0.00;0.32 +12262;1;4378.00;13.05;1026.00;0.16;0.32 +12262;2;4373.50;12.90;1030.00;-1.05;0.32 +12262;3;4380.50;13.30;1033.50;1.97;0.32 +12262;4;4375.00;13.35;1037.50;3.49;0.32 +12262;5;4378.00;13.80;1039.50;3.00;0.32 +12262;9;4374.12;12.95;1032.00;1.57;0.32 +12262;10;4379.88;13.43;1032.00;-1.57;0.32 12262;21;4374.12;12.95;1032.00;1.57;0.32 +12263;0;4933.00;10.12;1518.00;0.00;0.54 +12263;1;4931.50;9.70;1511.50;-0.22;0.54 +12263;2;4936.50;9.70;1511.50;0.49;0.54 +12263;3;4928.50;10.30;1517.50;-1.46;0.54 +12263;4;4938.50;9.75;1518.00;1.57;0.54 +12263;5;4926.50;10.40;1522.50;4.10;0.54 +12263;6;4938.50;10.30;1523.50;2.35;0.54 +12263;7;4931.50;10.40;1523.50;3.40;0.54 +12263;9;4928.14;10.30;1518.00;1.57;0.54 +12263;10;4937.86;9.81;1518.00;-1.57;0.54 12263;21;4928.14;10.30;1518.00;1.57;0.54 +12264;0;4410.00;9.82;879.00;0.00;0.22 +12264;1;4408.00;9.72;876.00;-0.58;0.22 +12264;2;4412.00;9.75;876.50;0.67;0.22 +12264;3;4405.00;9.85;877.00;-1.19;0.22 +12264;4;4414.00;9.95;877.50;1.21;0.22 +12264;5;4405.00;10.10;879.00;4.71;0.22 +12264;6;4415.50;9.70;879.50;1.66;0.22 +12264;7;4414.50;9.80;881.00;1.98;0.22 +12264;8;4409.50;10.00;881.50;3.33;0.22 +12264;9;4406.22;9.97;879.00;1.57;0.22 +12264;10;4413.78;9.75;879.00;-1.57;0.22 12264;21;4406.22;9.97;879.00;1.57;0.22 +12265;0;5255.00;10.07;538.00;0.00;0.26 +12265;1;5256.50;9.90;536.50;0.78;0.26 +12265;2;5252.00;9.50;540.00;4.12;0.26 +12265;9;5251.94;9.50;538.00;1.57;0.26 +12265;10;5258.06;9.76;538.00;-1.57;0.26 +12265;19;5257.00;9.50;535.00;0.79;0.26 +12265;20;5257.97;9.50;533.54;0.58;0.26 12265;21;5251.94;9.50;538.00;1.57;0.26 +12266;0;3840.00;10.30;1517.00;0.00;0.48 +12266;1;3838.00;10.30;1513.00;-0.46;0.48 +12266;2;3845.50;10.40;1513.00;0.94;0.48 +12266;3;3844.50;10.40;1520.50;2.23;0.48 +12266;4;3833.00;10.10;1517.00;4.71;0.48 +12266;5;3836.00;10.20;1520.50;3.99;0.48 +12266;9;3834.78;10.12;1517.00;1.57;0.48 +12266;10;3845.22;10.40;1517.00;-1.57;0.48 12266;21;3834.78;10.12;1517.00;1.57;0.48 +12267;0;4295.00;9.85;907.00;0.00;0.24 +12267;1;4294.50;9.65;905.00;-0.24;0.24 +12267;2;4293.50;10.50;909.00;3.78;0.24 +12267;3;4297.50;10.45;909.00;2.24;0.24 +12267;4;4295.00;10.70;911.00;3.14;0.24 +12267;9;4292.84;9.93;907.00;1.57;0.24 +12267;10;4297.16;10.35;907.00;-1.57;0.24 +12267;19;4295.00;9.63;903.00;-0.24;0.24 +12267;20;4295.00;9.63;901.25;0.00;0.24 12267;21;4292.84;9.93;907.00;1.57;0.24 +12268;0;4439.00;9.67;606.00;0.00;0.26 +12268;1;4441.50;10.25;604.00;0.89;0.26 +12268;2;4438.00;10.00;603.00;-0.32;0.26 +12268;3;4435.50;9.70;606.50;4.57;0.26 +12268;4;4442.50;10.15;607.00;1.84;0.26 +12268;5;4440.00;9.50;608.00;2.67;0.26 +12268;6;4438.00;9.50;609.00;3.46;0.26 +12268;9;4436.48;9.70;606.00;1.57;0.26 +12268;10;4441.52;10.15;606.00;-1.57;0.26 +12268;19;4439.00;9.50;610.00;-3.61;0.26 +12268;20;4439.00;9.50;611.75;3.14;0.26 12268;21;4436.48;9.70;606.00;1.57;0.26 +12269;0;3950.00;10.10;940.00;0.00;0.30 +12269;1;3951.00;10.37;937.00;0.32;0.30 +12269;2;3947.00;9.70;939.50;-1.40;0.30 +12269;3;3954.00;10.92;940.00;1.57;0.30 +12269;4;3952.50;10.15;942.00;2.24;0.30 +12269;5;3949.00;9.97;943.00;3.46;0.30 +12269;9;3947.30;9.91;940.00;1.57;0.30 +12269;10;3952.70;10.42;940.00;-1.57;0.30 +12269;19;3946.00;9.50;939.00;-1.41;0.30 +12269;20;3944.30;9.50;938.57;-1.32;0.30 12269;21;3947.30;9.91;940.00;1.57;0.30 +12270;0;3666.00;10.00;1566.00;0.00;0.30 +12270;1;3667.50;9.90;1563.00;0.46;0.30 +12270;2;3664.50;10.45;1563.00;-0.46;0.30 +12270;3;3662.50;10.10;1566.50;4.57;0.30 +12270;4;3669.50;9.90;1566.50;1.71;0.30 +12270;5;3666.00;9.85;1569.00;3.14;0.30 +12270;6;3662.50;9.80;1570.00;3.86;0.30 +12270;9;3663.30;10.29;1566.00;1.57;0.30 +12270;10;3668.70;9.90;1566.00;-1.57;0.30 12270;21;3663.30;10.29;1566.00;1.57;0.30 +12271;0;4412.00;10.27;695.00;0.00;0.20 +12271;1;4410.00;10.30;692.50;-0.67;0.20 +12271;2;4407.50;10.40;694.00;-1.35;0.20 +12271;3;4413.50;10.20;693.00;0.64;0.20 +12271;4;4416.50;9.70;695.50;1.68;0.20 +12271;5;4407.50;10.10;696.00;4.49;0.20 +12271;6;4410.00;9.95;697.50;3.81;0.20 +12271;7;4414.00;9.85;697.50;2.46;0.20 +12271;9;4408.94;10.25;695.00;1.57;0.20 +12271;10;4415.06;9.91;695.00;-1.57;0.20 +12271;19;4420.00;9.55;693.00;-4.60;0.20 +12271;20;4421.69;9.55;692.57;1.32;0.20 12271;21;4408.94;10.25;695.00;1.57;0.20 +12272;0;833.00;9.80;1734.00;0.00;0.40 +12272;1;832.00;9.50;1732.00;-0.46;0.40 +12272;2;839.00;11.10;1731.00;1.10;0.40 +12272;3;835.50;11.15;1736.00;2.24;0.40 +12272;4;827.00;9.50;1736.00;4.39;0.40 +12272;5;829.00;9.60;1738.50;3.86;0.40 +12272;9;828.32;9.65;1734.00;1.57;0.40 +12272;10;837.68;11.55;1734.00;-1.57;0.40 +12272;19;822.00;9.50;1737.00;-1.89;0.40 +12272;20;820.31;9.50;1737.46;4.44;0.40 12272;21;828.32;9.65;1734.00;1.57;0.40 +12273;0;4754.00;11.30;768.00;0.00;0.22 +12273;1;4753.00;11.02;766.00;-0.46;0.22 +12273;2;4755.50;10.70;765.50;0.54;0.22 +12273;3;4756.50;10.85;768.00;1.57;0.22 +12273;4;4751.00;12.50;769.00;4.39;0.22 +12273;5;4755.00;11.60;770.00;2.67;0.22 +12273;6;4752.00;12.70;770.50;3.81;0.22 +12273;9;4752.02;11.89;768.00;1.57;0.22 +12273;10;4755.98;10.90;768.00;-1.57;0.22 12273;21;4752.02;11.89;768.00;1.57;0.22 +12274;0;4469.00;10.62;1169.00;0.00;0.32 +12274;1;4470.00;10.80;1164.00;0.19;0.32 +12274;2;4466.00;10.60;1166.00;-0.78;0.32 +12274;3;4472.50;10.60;1169.00;1.57;0.32 +12274;4;4465.00;10.40;1169.50;4.58;0.32 +12274;5;4466.50;10.55;1173.00;3.70;0.32 +12274;6;4471.00;10.60;1173.50;2.72;0.32 +12274;9;4466.12;10.46;1169.00;1.57;0.32 +12274;10;4471.88;10.60;1169.00;-1.57;0.32 12274;21;4466.12;10.46;1169.00;1.57;0.32 +12275;0;4002.00;12.42;826.00;0.00;0.26 +12275;1;4000.00;10.90;823.50;-0.67;0.26 +12275;2;4003.50;11.30;824.00;0.64;0.26 +12275;3;3999.00;12.55;827.50;4.24;0.26 +12275;4;4005.50;11.30;826.50;1.71;0.26 +12275;5;4003.50;13.40;829.00;2.67;0.26 +12275;9;3999.30;12.16;826.00;1.57;0.26 +12275;10;4004.70;11.57;826.00;-1.57;0.26 12275;21;3999.30;12.16;826.00;1.57;0.26 +12276;0;1612.00;9.95;1657.00;0.00;0.40 +12276;1;1616.50;10.50;1652.50;0.78;0.40 +12276;2;1610.50;10.55;1654.00;-0.46;0.40 +12276;3;1617.00;9.90;1657.50;1.67;0.40 +12276;4;1605.50;10.00;1657.00;4.71;0.40 +12276;5;1609.50;9.80;1661.00;3.70;0.40 +12276;9;1607.14;9.95;1657.00;1.57;0.40 +12276;10;1616.86;9.90;1657.00;-1.57;0.40 12276;21;1607.14;9.95;1657.00;1.57;0.40 +12277;0;4525.00;12.10;534.00;0.00;0.22 +12277;1;4522.50;11.20;532.50;-1.03;0.22 +12277;2;4526.50;11.20;531.50;0.54;0.22 +12277;3;4529.00;11.57;533.00;1.32;0.22 +12277;4;4521.00;12.25;535.50;4.35;0.22 +12277;5;4528.00;11.72;535.00;1.89;0.22 +12277;6;4524.50;11.95;537.00;3.30;0.22 +12277;9;4521.76;11.79;534.00;1.57;0.22 +12277;10;4528.24;11.96;534.00;-1.57;0.22 +12277;19;4527.00;10.25;538.00;-2.98;0.22 +12277;20;4527.78;10.25;539.56;2.67;0.22 12277;21;4521.76;11.79;534.00;1.57;0.22 +12278;0;1520.00;9.50;1661.00;0.00;0.54 +12278;1;759.50;9.50;830.00;-0.74;0.54 +12278;2;1526.00;10.20;1661.50;1.65;0.54 +12278;3;1515.50;10.20;1663.50;4.20;0.54 +12278;4;1522.50;10.60;1665.50;2.63;0.54 +12278;9;1515.14;9.50;1661.00;1.57;0.54 +12278;10;1524.86;10.06;1661.00;-1.57;0.54 12278;21;1515.14;9.50;1661.00;1.57;0.54 +12279;0;4730.75;10.30;862.80;0.00;0.24 +12279;1;4732.51;10.80;858.29;-0.14;0.24 +12279;2;4733.28;11.60;860.46;1.24;0.24 +12279;3;4731.32;10.30;863.37;2.35;0.24 +12279;4;4726.74;10.20;865.24;3.73;0.24 +12279;5;4728.50;9.50;864.50;3.28;0.24 +12279;9;4726.84;9.50;861.00;1.57;0.24 +12279;10;4731.16;9.72;861.00;-1.57;0.24 +12279;19;4727.00;10.18;867.00;-3.00;0.24 +12279;20;4726.44;10.18;868.66;3.46;0.24 12279;21;4726.84;9.50;861.00;1.57;0.24 +12280;0;4573.00;10.20;607.00;0.00;0.28 +12280;1;4572.50;9.50;603.00;-0.12;0.28 +12280;2;4576.00;10.22;606.00;1.24;0.28 +12280;3;4569.50;10.20;606.50;-1.42;0.28 +12280;4;4571.50;10.30;610.50;3.54;0.28 +12280;5;4575.00;10.30;610.50;2.62;0.28 +12280;9;4570.48;10.20;607.00;1.57;0.28 +12280;10;4575.52;10.25;607.00;-1.57;0.28 +12280;19;4572.00;9.50;603.00;-0.12;0.28 +12280;20;4571.57;9.50;601.30;-0.24;0.28 12280;21;4570.48;10.20;607.00;1.57;0.28 +12281;0;875.00;10.35;1616.00;0.00;0.40 +12281;1;873.50;10.45;1611.00;-0.29;0.40 +12281;2;878.00;10.70;1614.50;1.10;0.40 +12281;3;871.00;9.80;1615.50;-1.44;0.40 +12281;4;879.50;10.70;1619.00;2.15;0.40 +12281;5;875.00;10.10;1620.50;3.14;0.40 +12281;9;871.40;9.75;1616.00;1.57;0.40 +12281;10;878.60;10.59;1616.00;-1.57;0.40 +12281;19;868.00;9.50;1612.00;-1.45;0.40 +12281;20;866.48;9.50;1611.13;-1.05;0.40 12281;21;871.40;9.75;1616.00;1.57;0.40 +12282;0;4422.00;14.87;1047.00;0.00;0.42 +12282;1;4419.00;14.25;1042.00;-0.54;0.42 +12282;2;4425.00;14.60;1045.00;0.98;0.42 +12282;3;4419.50;14.40;1049.50;3.92;0.42 +12282;4;4426.50;15.30;1050.00;2.15;0.42 +12282;9;4418.04;13.95;1047.00;1.57;0.42 +12282;10;4425.96;14.92;1047.00;-1.57;0.42 12282;21;4418.04;13.95;1047.00;1.57;0.42 +12283;0;4552.00;10.30;684.00;0.00;0.30 +12283;1;4551.50;10.30;681.00;-0.16;0.30 +12283;2;4556.50;10.30;680.50;0.91;0.30 +12283;3;4557.00;10.35;684.50;1.67;0.30 +12283;4;4548.00;9.82;685.00;4.46;0.30 +12283;5;4554.00;9.77;688.00;2.67;0.30 +12283;9;4547.86;9.80;684.00;1.57;0.30 +12283;10;4556.14;10.30;684.00;-1.57;0.30 +12283;19;4551.00;9.50;691.00;-1.82;0.30 +12283;20;4550.75;9.50;692.73;3.28;0.30 12283;21;4547.86;9.80;684.00;1.57;0.30 +12284;0;4290.00;10.00;941.00;0.00;0.24 +12284;1;4288.50;9.90;939.00;-0.64;0.24 +12284;2;4291.50;10.10;937.00;0.35;0.24 +12284;3;4293.00;10.15;938.00;0.78;0.24 +12284;4;4292.50;10.10;941.50;1.76;0.24 +12284;5;4287.00;10.32;944.00;3.92;0.24 +12284;6;4290.50;10.00;944.50;3.00;0.24 +12284;7;4288.50;10.20;945.50;3.46;0.24 +12284;9;4287.84;10.00;941.00;1.57;0.24 +12284;10;4292.16;10.06;941.00;-1.57;0.24 12284;21;4287.84;10.00;941.00;1.57;0.24 +12285;0;3835.00;10.20;1567.00;0.00;0.44 +12285;1;3834.50;10.10;1561.50;-0.09;0.44 +12285;2;3830.00;10.10;1563.50;-0.96;0.44 +12285;3;3839.00;10.30;1566.00;1.32;0.44 +12285;4;3832.00;10.20;1569.50;4.01;0.44 +12285;5;3840.50;10.10;1570.50;2.13;0.44 +12285;6;3838.00;10.10;1573.50;2.70;0.44 +12285;9;3831.04;10.20;1567.00;1.57;0.44 +12285;10;3838.96;10.25;1567.00;-1.57;0.44 12285;21;3831.04;10.20;1567.00;1.57;0.44 +12286;0;4359.00;9.70;768.00;0.00;0.20 +12286;1;4358.00;9.55;766.00;-0.46;0.20 +12286;2;4361.00;9.70;765.00;0.58;0.20 +12286;3;4361.00;9.67;768.00;1.57;0.20 +12286;4;4357.50;9.70;770.00;3.78;0.20 +12286;5;4361.50;9.90;770.50;2.35;0.20 +12286;6;4360.00;9.70;771.50;2.86;0.20 +12286;9;4357.20;9.57;768.00;1.57;0.20 +12286;10;4360.80;9.68;768.00;-1.57;0.20 +12286;19;4360.00;9.50;762.00;-0.46;0.20 +12286;20;4360.28;9.50;760.27;0.16;0.20 12286;21;4357.20;9.57;768.00;1.57;0.20 +12287;0;3749.00;10.87;1640.00;0.00;0.30 +12287;1;3750.50;10.80;1636.50;0.40;0.30 +12287;2;3744.50;11.30;1638.50;-1.24;0.30 +12287;3;3755.50;10.50;1639.00;1.41;0.30 +12287;4;3743.50;11.30;1641.50;4.44;0.30 +12287;5;3754.50;10.40;1641.50;1.83;0.30 +12287;6;3743.50;11.30;1643.00;4.21;0.30 +12287;7;3749.00;10.70;1643.50;3.14;0.30 +12287;9;3744.50;11.35;1640.00;1.57;0.30 +12287;10;3753.50;10.50;1640.00;-1.57;0.30 12287;21;3744.50;11.35;1640.00;1.57;0.30 +12288;0;4454.00;9.70;821.00;0.00;0.24 +12288;1;4453.00;9.70;819.00;-0.46;0.24 +12288;2;4456.00;9.70;818.00;0.58;0.24 +12288;3;4458.50;9.70;819.50;1.24;0.24 +12288;4;4457.00;9.70;822.00;1.89;0.24 +12288;5;4450.50;9.70;821.50;4.57;0.24 +12288;6;4449.50;9.70;823.00;4.29;0.24 +12288;7;4452.50;9.70;824.00;3.60;0.24 +12288;9;4450.76;9.70;821.00;1.57;0.24 +12288;10;4457.24;9.70;821.00;-1.57;0.24 12288;21;4450.76;9.70;821.00;1.57;0.24 +12289;0;1774.00;9.80;1668.00;0.00;0.42 +12289;1;1771.50;9.70;1661.50;-0.36;0.42 +12289;2;1776.00;9.70;1664.00;0.46;0.42 +12289;3;1769.50;9.80;1667.00;-1.35;0.42 +12289;4;1780.00;9.70;1667.00;1.40;0.42 +12289;5;1777.00;9.80;1672.00;2.49;0.42 +12289;6;1772.00;9.87;1673.00;3.52;0.42 +12289;9;1770.22;9.80;1668.00;1.57;0.42 +12289;10;1777.78;9.77;1668.00;-1.57;0.42 12289;21;1770.22;9.80;1668.00;1.57;0.42 +12290;0;4902.00;10.15;457.00;0.00;0.32 +12290;1;4900.00;10.10;453.50;-0.51;0.32 +12290;2;4904.00;10.15;453.00;0.46;0.32 +12290;3;4898.50;10.20;457.50;4.57;0.32 +12290;4;4906.00;10.30;456.50;1.44;0.32 +12290;5;4902.00;10.20;460.50;3.14;0.32 +12290;9;4899.12;10.21;457.00;1.57;0.32 +12290;10;4904.88;10.23;457.00;-1.57;0.32 +12290;19;4901.00;9.50;466.00;-3.14;0.32 +12290;20;4900.80;9.50;467.73;3.25;0.32 12290;21;4899.12;10.21;457.00;1.57;0.32 +12291;0;1735.00;10.25;1699.00;0.00;0.56 +12291;1;1737.00;10.30;1695.50;0.51;0.56 +12291;2;1730.50;10.50;1692.50;-0.60;0.56 +12291;3;1728.00;10.65;1694.50;-0.99;0.56 +12291;4;1733.00;9.95;1702.00;3.73;0.56 +12291;5;1742.00;12.15;1702.50;2.03;0.56 +12291;9;1729.42;9.88;1699.00;1.57;0.56 +12291;10;1740.58;10.96;1699.00;-1.57;0.56 +12291;19;1720.00;9.57;1693.00;-2.55;0.56 +12291;20;1718.37;9.57;1692.35;-1.19;0.56 12291;21;1729.42;9.88;1699.00;1.57;0.56 +12292;0;4347.00;9.50;852.00;0.00;0.40 +12292;1;4345.00;9.50;850.50;-0.92;0.40 +12292;2;4347.50;9.70;848.00;0.12;0.40 +12292;3;4349.00;9.90;850.00;0.78;0.40 +12292;4;4350.50;10.35;854.00;2.09;0.40 +12292;5;4348.00;10.00;856.00;2.89;0.40 +12292;9;4343.40;9.50;852.00;1.57;0.40 +12292;10;4350.60;10.32;852.00;-1.57;0.40 +12292;19;4342.00;9.50;847.00;-0.93;0.40 +12292;20;4340.76;9.50;845.76;-0.78;0.40 12292;21;4343.40;9.50;852.00;1.57;0.40 +12293;0;4538.00;9.92;533.00;0.00;0.26 +12293;1;4536.50;10.05;530.00;-0.46;0.26 +12293;2;4539.50;10.00;531.50;0.78;0.26 +12293;3;4535.50;10.30;532.50;-1.37;0.26 +12293;4;4541.00;9.80;535.00;2.15;0.26 +12293;5;4537.50;9.80;535.50;3.33;0.26 +12293;9;4535.66;10.26;533.00;1.57;0.26 +12293;10;4540.34;9.93;533.00;-1.57;0.26 12293;21;4535.66;10.26;533.00;1.57;0.26 +12294;0;3722.00;9.85;1491.00;0.00;0.40 +12294;1;3722.50;9.90;1486.50;0.11;0.40 +12294;2;3716.50;9.80;1488.50;-1.14;0.40 +12294;3;3727.50;9.80;1489.50;1.30;0.40 +12294;4;3717.00;9.80;1493.50;4.24;0.40 +12294;5;3728.00;9.82;1493.00;1.89;0.40 +12294;6;3723.00;9.82;1495.00;2.89;0.40 +12294;9;3716.96;9.80;1491.00;1.57;0.40 +12294;10;3727.04;9.84;1491.00;-1.57;0.40 12294;21;3716.96;9.80;1491.00;1.57;0.40 +12295;0;3978.00;11.00;920.00;0.00;0.34 +12295;1;3977.00;10.90;917.00;-0.32;0.34 +12295;2;3971.00;11.55;917.50;-1.22;0.34 +12295;3;3983.00;11.05;919.50;1.47;0.34 +12295;4;3971.00;11.35;919.50;-1.49;0.34 +12295;5;3976.00;11.05;922.00;3.92;0.34 +12295;6;3982.50;11.20;924.00;2.29;0.34 +12295;9;3973.14;11.03;920.00;1.57;0.34 +12295;10;3982.86;11.06;920.00;-1.57;0.34 12295;21;3973.14;11.03;920.00;1.57;0.34 +12296;0;4447.00;10.30;597.00;0.00;0.20 +12296;1;4446.50;10.30;594.00;-0.16;0.20 +12296;2;4449.00;10.30;596.00;1.10;0.20 +12296;3;4444.50;10.30;596.50;-1.37;0.20 +12296;4;4445.50;10.30;599.50;3.68;0.20 +12296;5;4448.00;10.30;599.50;2.76;0.20 +12296;9;4445.20;10.30;597.00;1.57;0.20 +12296;10;4448.80;10.30;597.00;-1.57;0.20 12296;21;4445.20;10.30;597.00;1.57;0.20 +12297;0;4459.00;10.07;940.00;0.00;0.28 +12297;1;4458.50;10.70;936.50;-0.14;0.28 +12297;2;4461.00;10.40;937.50;0.67;0.28 +12297;3;4456.50;10.60;939.00;-1.19;0.28 +12297;4;4460.50;9.70;942.00;2.49;0.28 +12297;5;4456.50;10.20;942.50;3.92;0.28 +12297;9;4456.48;10.45;940.00;1.57;0.28 +12297;10;4461.52;9.64;940.00;-1.57;0.28 +12297;19;4461.00;9.68;942.00;-3.79;0.28 +12297;20;4462.23;9.68;943.23;2.35;0.28 12297;21;4456.48;10.45;940.00;1.57;0.28 +12298;0;3670.00;10.50;1554.00;0.00;0.28 +12298;1;3669.50;10.25;1551.00;-0.16;0.28 +12298;2;3673.00;10.00;1554.00;1.57;0.28 +12298;3;3666.50;11.10;1554.00;4.71;0.28 +12298;4;3669.50;10.35;1557.00;3.30;0.28 +12298;5;3672.50;10.00;1557.50;2.52;0.28 +12298;9;3667.48;10.95;1554.00;1.57;0.28 +12298;10;3672.52;10.00;1554.00;-1.57;0.28 12298;21;3667.48;10.95;1554.00;1.57;0.28 +12299;0;4423.00;9.60;669.00;0.00;0.18 +12299;1;4424.50;9.50;667.50;0.78;0.18 +12299;2;4421.00;9.50;668.50;-1.32;0.18 +12299;3;4420.50;9.60;670.50;4.17;0.18 +12299;4;4424.00;9.70;671.50;2.76;0.18 +12299;5;4425.50;9.55;667.00;0.89;0.18 +12299;9;4420.84;9.50;669.00;1.57;0.18 +12299;10;4425.16;9.68;669.00;-1.57;0.18 +12299;19;4421.00;9.50;668.00;-1.33;0.18 +12299;20;4419.43;9.50;667.21;-1.10;0.18 12299;21;4420.84;9.50;669.00;1.57;0.18 +12300;0;4550.00;14.87;1296.00;0.00;0.36 +12300;1;4548.00;13.65;1290.50;-0.34;0.36 +12300;2;4550.50;13.15;1291.00;0.10;0.36 +12300;3;4547.00;15.25;1296.00;4.71;0.36 +12300;4;4553.00;13.70;1296.50;1.73;0.36 +12300;5;4552.50;13.90;1301.00;2.67;0.36 +12300;9;4546.76;15.20;1296.00;1.57;0.36 +12300;10;4553.24;13.62;1296.00;-1.57;0.36 12300;21;4546.76;15.20;1296.00;1.57;0.36 +12301;0;1225.00;11.50;1415.00;0.00;0.46 +12301;1;1227.50;11.30;1409.50;0.42;0.46 +12301;2;1229.50;11.30;1409.50;0.68;0.46 +12301;3;1223.00;11.50;1411.00;-0.46;0.46 +12301;4;1231.00;11.40;1413.00;1.24;0.46 +12301;5;1220.00;11.90;1417.50;4.24;0.46 +12301;6;1226.00;11.50;1418.50;2.86;0.46 +12301;9;1220.86;11.80;1415.00;1.57;0.46 +12301;10;1229.14;11.41;1415.00;-1.57;0.46 12301;21;1220.86;11.80;1415.00;1.57;0.46 +12302;0;4372.00;10.35;674.00;0.00;0.32 +12302;1;4368.50;10.40;670.50;-0.78;0.32 +12302;2;4372.50;10.30;669.50;0.11;0.32 +12302;3;4375.00;10.30;672.50;1.10;0.32 +12302;4;4368.50;10.40;672.00;-1.05;0.32 +12302;5;4369.50;10.25;677.00;3.83;0.32 +12302;6;4373.50;9.75;678.00;2.78;0.32 +12302;9;4369.12;10.30;674.00;1.57;0.32 +12302;10;4374.88;10.25;674.00;-1.57;0.32 +12302;19;4375.00;9.68;679.00;-3.50;0.32 +12302;20;4375.90;9.68;680.50;2.60;0.32 12302;21;4369.12;10.30;674.00;1.57;0.32 +12303;0;994.00;11.55;1443.00;0.00;0.38 +12303;1;994.50;11.70;1438.50;0.11;0.38 +12303;2;998.00;10.95;1440.50;1.01;0.38 +12303;3;990.00;12.17;1442.00;-1.32;0.38 +12303;4;994.50;11.10;1446.50;3.00;0.38 +12303;5;989.50;12.00;1446.50;4.05;0.38 +12303;9;990.58;12.03;1443.00;1.57;0.38 +12303;10;997.42;10.76;1443.00;-1.57;0.38 12303;21;990.58;12.03;1443.00;1.57;0.38 +12304;0;1605.00;9.57;1159.00;0.00;0.22 +12304;1;1605.50;9.50;1157.50;0.32;0.22 +12304;2;1602.50;9.85;1160.00;4.33;0.22 +12304;3;1607.50;9.70;1160.50;2.11;0.22 +12304;9;1601.76;9.76;1159.00;1.57;0.22 +12304;10;1608.24;9.50;1159.00;-1.57;0.22 +12304;19;1614.00;9.60;1160.00;-4.17;0.22 +12304;20;1615.73;9.60;1160.19;1.68;0.22 12304;21;1606.63;9.70;1159.41;1.57;0.22 +12305;0;1403.00;9.80;1514.00;0.00;0.30 +12305;1;1399.50;9.90;1512.00;-1.05;0.30 +12305;2;1404.00;9.80;1510.50;0.27;0.30 +12305;3;1406.50;9.80;1515.00;1.84;0.30 +12305;4;1400.00;10.37;1517.00;3.92;0.30 +12305;5;1402.50;10.40;1518.50;3.25;0.30 +12305;9;1400.30;9.95;1514.00;1.57;0.30 +12305;10;1405.70;9.80;1514.00;-1.57;0.30 12305;21;1400.30;9.95;1514.00;1.57;0.30 +12306;0;1747.00;12.12;229.00;0.00;0.68 +12306;1;1739.00;12.92;225.00;-1.10;0.68 +12306;2;1751.00;12.55;223.50;0.62;0.68 +12306;3;1759.50;11.30;224.50;1.22;0.68 +12306;4;1751.50;11.30;232.50;2.23;0.68 +12306;5;1739.50;11.20;234.50;4.08;0.68 +12306;9;1738.90;12.00;229.00;1.57;0.68 +12306;10;1755.10;11.36;229.00;-1.57;0.68 12306;21;1738.90;12.00;229.00;1.57;0.68 +12307;0;4127.00;10.50;1020.00;0.00;0.34 +12307;1;4128.50;10.60;1015.00;0.29;0.34 +12307;2;4126.00;10.60;1015.50;-0.21;0.34 +12307;3;4124.00;10.60;1020.00;4.71;0.34 +12307;4;4131.00;10.55;1018.00;1.10;0.34 +12307;5;4129.50;10.70;1022.50;2.35;0.34 +12307;6;4124.50;11.15;1025.00;3.60;0.34 +12307;7;4127.00;10.75;1025.50;3.14;0.34 +12307;9;4123.94;10.60;1020.00;1.57;0.34 +12307;10;4130.06;10.70;1020.00;-1.57;0.34 12307;21;4123.94;10.60;1020.00;1.57;0.34 +12308;0;5133.00;11.22;285.00;0.00;0.42 +12308;1;5131.00;11.10;280.50;-0.41;0.42 +12308;2;5135.50;11.20;283.00;0.89;0.42 +12308;3;5128.00;10.90;281.50;-0.96;0.42 +12308;4;5129.50;10.90;286.00;4.43;0.42 +12308;5;5137.50;10.50;287.50;2.07;0.42 +12308;6;5133.50;9.95;290.00;3.04;0.42 +12308;7;5132.00;10.05;290.50;3.32;0.42 +12308;9;5128.86;10.83;285.00;1.57;0.42 +12308;10;5137.14;10.88;285.00;-1.57;0.42 +12308;19;5145.00;9.68;285.00;-4.21;0.42 +12308;20;5146.75;9.68;285.00;1.57;0.42 12308;21;5128.86;10.83;285.00;1.57;0.42 +12309;0;3516.00;11.05;1350.00;0.00;0.24 +12309;1;3518.00;10.85;1346.50;0.51;0.24 +12309;2;3519.50;11.30;1349.50;1.42;0.24 +12309;3;3515.00;10.75;1348.00;-0.46;0.24 +12309;4;3512.00;10.92;1350.00;4.71;0.24 +12309;5;3513.50;11.50;1352.00;4.03;0.24 +12309;6;3517.00;11.55;1352.50;2.76;0.24 +12309;9;3513.12;11.06;1350.00;1.57;0.24 +12309;10;3518.88;11.22;1350.00;-1.57;0.24 12309;21;3513.12;11.06;1350.00;1.57;0.24 +12310;0;4545.00;10.42;1101.00;0.00;0.36 +12310;1;4545.50;10.35;1097.00;0.12;0.36 +12310;2;4541.50;10.55;1099.00;-1.05;0.36 +12310;3;4549.00;10.22;1099.00;1.10;0.36 +12310;4;4548.50;10.10;1102.50;1.97;0.36 +12310;5;4542.50;10.40;1104.50;3.76;0.36 +12310;6;4546.50;10.45;1106.00;2.85;0.36 +12310;9;4541.76;10.45;1101.00;1.57;0.36 +12310;10;4548.24;10.21;1101.00;-1.57;0.36 12310;21;4541.76;10.45;1101.00;1.57;0.36 +12311;0;4848.00;10.00;397.00;0.00;0.62 +12311;1;4846.50;10.30;387.00;-0.14;0.62 +12311;2;4854.00;10.30;390.50;0.74;0.62 +12311;3;4841.00;10.02;391.00;-0.86;0.62 +12311;4;2423.50;9.50;198.00;-1.48;0.62 +12311;5;4856.00;10.10;399.50;1.87;0.62 +12311;6;4841.00;9.90;404.50;3.89;0.62 +12311;7;4850.00;10.45;404.50;2.88;0.62 +12311;8;4855.00;10.60;404.50;2.39;0.62 +12311;9;4842.42;9.79;397.00;1.57;0.62 +12311;10;4853.58;10.29;397.00;-1.57;0.62 +12311;19;4843.00;9.57;419.00;-2.77;0.62 +12311;20;4842.61;9.57;420.70;3.36;0.62 12311;21;4842.42;9.79;397.00;1.57;0.62 +12312;0;1419.00;10.40;1584.00;0.00;0.22 +12312;1;1416.00;10.45;1581.50;-0.87;0.22 +12312;2;1420.00;10.40;1582.00;0.46;0.22 +12312;3;1424.50;10.50;1584.00;1.57;0.22 +12312;4;1414.00;10.15;1584.50;4.61;0.22 +12312;5;1415.50;10.30;1586.50;4.09;0.22 +12312;6;1420.50;10.40;1586.50;2.60;0.22 +12312;9;1415.22;10.27;1584.00;1.57;0.22 +12312;10;1422.78;10.40;1584.00;-1.57;0.22 12312;21;1415.22;10.27;1584.00;1.57;0.22 +12313;0;1352.00;9.67;1363.00;0.00;0.34 +12313;1;1351.00;9.70;1359.50;-0.27;0.34 +12313;2;1357.00;9.80;1361.50;1.27;0.34 +12313;3;1347.00;9.67;1364.00;4.51;0.34 +12313;4;1355.50;10.30;1366.00;2.27;0.34 +12313;5;1350.00;10.15;1366.50;3.66;0.34 +12313;9;1348.04;9.70;1363.00;1.57;0.34 +12313;10;1355.96;10.12;1363.00;-1.57;0.34 +12313;19;1342.00;9.50;1359.00;-0.28;0.34 +12313;20;1340.37;9.50;1358.35;-1.19;0.34 12313;21;1348.04;9.70;1363.00;1.57;0.34 +12314;0;3892.00;11.00;1265.00;0.00;0.52 +12314;1;3892.50;10.70;1260.50;0.11;0.52 +12314;2;3885.00;10.60;1263.00;-1.29;0.52 +12314;3;3898.50;11.10;1267.50;1.93;0.52 +12314;4;3888.00;10.80;1268.00;4.06;0.52 +12314;5;3896.00;11.70;1271.00;2.55;0.52 +12314;9;3885.52;10.60;1265.00;1.57;0.52 +12314;10;3898.48;11.19;1265.00;-1.57;0.52 12314;21;3885.52;10.60;1265.00;1.57;0.52 +12315;0;4888.00;12.90;633.00;0.00;0.34 +12315;1;4886.50;11.70;630.00;-0.46;0.34 +12315;2;4892.50;12.80;629.50;0.91;0.34 +12315;3;4891.00;13.30;634.50;2.03;0.34 +12315;4;4882.00;11.90;631.50;-1.32;0.34 +12315;5;4883.00;12.80;635.50;4.24;0.34 +12315;6;4885.00;11.42;638.00;3.68;0.34 +12315;9;4883.50;12.55;633.00;1.57;0.34 +12315;10;4892.50;13.65;633.00;-1.57;0.34 +12315;19;4899.00;10.15;631.00;-4.25;0.34 +12315;20;4900.72;10.15;630.68;1.39;0.34 12315;21;4883.50;12.55;633.00;1.57;0.34 +12316;0;3423.00;10.92;1216.00;0.00;0.38 +12316;1;3418.50;10.95;1213.00;-0.98;0.38 +12316;2;3423.50;11.00;1212.00;0.12;0.38 +12316;3;3426.50;10.95;1215.00;1.29;0.38 +12316;4;3417.00;10.85;1216.50;4.62;0.38 +12316;5;3420.50;10.80;1218.50;3.92;0.38 +12316;6;3427.00;10.70;1219.50;2.29;0.38 +12316;9;3418.68;10.90;1216.00;1.57;0.38 +12316;10;3427.32;10.90;1216.00;-1.57;0.38 12316;21;3418.68;10.90;1216.00;1.57;0.38 +12317;0;4329.00;10.90;954.00;0.00;0.22 +12317;1;4328.50;10.70;948.00;-0.08;0.22 +12317;2;4326.50;10.70;951.50;-0.78;0.22 +12317;3;4329.50;10.80;949.50;0.11;0.22 +12317;4;4331.00;11.05;955.00;2.03;0.22 +12317;5;4328.00;11.05;958.00;3.38;0.22 +12317;6;4330.50;11.30;960.50;2.91;0.22 +12317;9;4327.02;10.82;954.00;1.57;0.22 +12317;10;4330.98;11.04;954.00;-1.57;0.22 12317;21;4327.02;10.82;954.00;1.57;0.22 +12318;0;3469.00;16.32;1289.00;0.00;0.28 +12318;1;3467.00;17.35;1286.50;-0.67;0.28 +12318;2;3471.50;17.10;1287.00;0.89;0.28 +12318;3;3464.50;15.85;1290.00;4.49;0.28 +12318;4;3474.00;14.82;1289.00;1.57;0.28 +12318;5;1734.00;10.65;644.00;-1.21;0.28 +12318;6;3466.50;14.10;1292.50;3.76;0.28 +12318;9;3465.40;17.01;1289.00;1.57;0.28 +12318;10;3472.60;15.22;1289.00;-1.57;0.28 12318;21;3465.40;17.01;1289.00;1.57;0.28 +12319;0;4418.00;13.25;1010.00;0.00;0.28 +12319;1;4417.50;13.10;1007.00;-0.16;0.28 +12319;2;4422.00;13.00;1007.50;1.01;0.28 +12319;3;4414.00;12.22;1009.00;-1.32;0.28 +12319;4;4423.50;14.80;1010.50;1.66;0.28 +12319;5;4415.50;12.50;1012.00;4.03;0.28 +12319;6;4421.00;14.40;1012.50;2.26;0.28 +12319;9;4413.50;12.15;1010.00;1.57;0.28 +12319;10;4422.50;14.40;1010.00;-1.57;0.28 12319;21;4413.50;12.15;1010.00;1.57;0.28 +12320;0;3502.00;12.80;1326.00;0.00;0.24 +12320;1;3502.00;12.30;1321.50;0.00;0.24 +12320;2;3503.50;12.40;1322.50;0.40;0.24 +12320;3;3500.50;12.20;1323.50;-0.54;0.24 +12320;4;3504.50;13.80;1325.50;1.37;0.24 +12320;5;3499.00;12.12;1327.00;4.39;0.24 +12320;6;1750.50;10.20;662.50;-1.20;0.24 +12320;7;3501.50;13.30;1329.00;3.30;0.24 +12320;9;3499.84;12.13;1326.00;1.57;0.24 +12320;10;3504.16;13.71;1326.00;-1.57;0.24 12320;21;3499.84;12.13;1326.00;1.57;0.24 +12321;0;1807.00;9.82;209.00;0.00;0.66 +12321;1;1819.00;10.10;203.50;1.14;0.66 +12321;2;1804.00;9.60;206.00;-0.78;0.66 +12321;3;1810.50;10.00;212.50;2.35;0.66 +12321;4;1791.00;9.85;213.00;4.46;0.66 +12321;5;1789.50;9.80;214.50;4.40;0.66 +12321;6;1795.00;9.92;216.00;4.18;0.66 +12321;9;1795.66;9.65;209.00;1.57;0.66 +12321;10;1818.34;10.05;209.00;-1.57;0.66 +12321;19;1825.00;9.50;191.00;1.14;0.66 +12321;20;1826.23;9.50;189.76;0.78;0.66 12321;21;1795.66;9.65;209.00;1.57;0.66 +12322;0;4294.00;11.87;1095.00;0.00;0.50 +12322;1;4289.00;13.50;1090.50;-0.83;0.50 +12322;2;4294.50;11.30;1089.50;0.09;0.50 +12322;3;4299.00;11.30;1093.00;1.19;0.50 +12322;4;4290.00;12.90;1097.50;4.15;0.50 +12322;5;4299.00;12.17;1099.00;2.24;0.50 +12322;9;4288.42;13.20;1095.00;1.57;0.50 +12322;10;4299.58;11.48;1095.00;-1.57;0.50 12322;21;4288.42;13.20;1095.00;1.57;0.50 +12323;0;4647.00;9.82;267.00;0.00;0.54 +12323;1;4648.00;9.90;262.00;0.19;0.54 +12323;2;4638.50;9.70;265.50;-1.39;0.54 +12323;3;4657.00;10.10;266.00;1.47;0.54 +12323;4;4646.00;9.80;271.50;3.36;0.54 +12323;5;4655.50;10.00;272.50;2.14;0.54 +12323;9;4637.82;9.70;267.00;1.57;0.54 +12323;10;4656.18;10.10;267.00;-1.57;0.54 +12323;19;4634.00;9.50;270.00;-1.40;0.54 +12323;20;4632.29;9.50;270.39;4.48;0.54 12323;21;4637.82;9.70;267.00;1.57;0.54 +12324;0;3733.00;9.70;1358.00;0.00;0.40 +12324;1;3732.00;9.77;1352.00;-0.16;0.40 +12324;2;3736.50;9.80;1355.00;0.86;0.40 +12324;3;3729.50;9.70;1356.00;-1.05;0.40 +12324;4;3729.00;9.70;1362.00;3.92;0.40 +12324;5;3735.00;9.80;1362.00;2.67;0.40 +12324;9;3729.40;9.70;1358.00;1.57;0.40 +12324;10;3736.60;9.75;1358.00;-1.57;0.40 12324;21;3729.40;9.70;1358.00;1.57;0.40 +12325;0;1491.00;10.30;1379.00;0.00;0.28 +12325;1;1496.00;10.30;1376.00;1.03;0.28 +12325;2;1490.50;10.30;1376.00;-0.16;0.28 +12325;3;1497.50;10.30;1377.50;1.34;0.28 +12325;4;1485.50;10.30;1377.50;-1.30;0.28 +12325;5;1495.00;10.40;1380.50;1.93;0.28 +12325;6;1484.50;10.30;1380.00;4.56;0.28 +12325;7;1489.00;10.30;1381.50;3.81;0.28 +12325;9;1486.32;10.30;1379.00;1.57;0.28 +12325;10;1495.68;10.34;1379.00;-1.57;0.28 12325;21;1486.32;10.30;1379.00;1.57;0.28 +12326;0;4854.00;10.50;426.00;0.00;0.62 +12326;1;4853.00;10.42;419.00;-0.14;0.62 +12326;2;4859.50;10.50;422.00;0.94;0.62 +12326;3;4849.00;10.20;428.00;4.33;0.62 +12326;4;4861.00;10.70;427.00;1.71;0.62 +12326;5;4856.00;10.50;431.50;2.79;0.62 +12326;9;4848.42;10.04;426.00;1.57;0.62 +12326;10;4859.58;10.65;426.00;-1.57;0.62 +12326;19;4840.00;9.50;429.00;-1.95;0.62 +12326;20;4838.28;9.50;429.36;4.50;0.62 12326;21;4848.42;10.04;426.00;1.57;0.62 +12327;0;4392.00;16.12;1289.00;0.00;0.52 +12327;1;4393.50;17.30;1283.50;0.26;0.52 +12327;2;4397.50;15.80;1285.50;1.00;0.52 +12327;3;4388.00;17.65;1284.50;-0.72;0.52 +12327;4;4387.00;16.70;1291.00;4.33;0.52 +12327;5;4396.50;14.70;1291.50;2.07;0.52 +12327;6;4393.00;15.05;1296.00;3.00;0.52 +12327;9;4386.96;16.90;1289.00;1.57;0.52 +12327;10;4397.04;14.86;1289.00;-1.57;0.52 12327;21;4386.96;16.90;1289.00;1.57;0.52 +12328;0;1402.00;10.37;1422.00;0.00;0.40 +12328;1;1403.00;10.40;1417.00;0.19;0.40 +12328;2;1398.50;10.30;1419.50;-0.95;0.40 +12328;3;1404.50;10.40;1420.50;1.03;0.40 +12328;4;1400.50;10.30;1425.00;3.60;0.40 +12328;5;1406.50;10.30;1425.00;2.15;0.40 +12328;9;1398.40;10.30;1422.00;1.57;0.40 +12328;10;1405.60;10.40;1422.00;-1.57;0.40 12328;21;1398.40;10.30;1422.00;1.57;0.40 +12329;0;3842.00;10.40;1419.00;0.00;0.50 +12329;1;3838.50;10.45;1414.00;-0.61;0.50 +12329;2;3846.00;10.30;1417.00;1.10;0.50 +12329;3;3837.50;10.50;1421.50;4.20;0.50 +12329;4;3847.50;10.30;1423.50;2.25;0.50 +12329;5;3843.00;10.42;1424.00;2.94;0.50 +12329;9;3837.14;10.40;1419.00;1.57;0.50 +12329;10;3846.86;10.30;1419.00;-1.57;0.50 12329;21;3837.14;10.40;1419.00;1.57;0.50 +12330;0;4677.00;14.17;606.00;0.00;0.22 +12330;1;4677.50;13.10;603.00;0.16;0.22 +12330;2;4674.00;14.17;605.00;-1.24;0.22 +12330;3;4680.50;11.65;605.00;1.29;0.22 +12330;4;4680.50;12.40;607.00;1.84;0.22 +12330;5;4673.50;14.00;608.00;4.19;0.22 +12330;6;4677.50;14.50;608.50;2.94;0.22 +12330;9;4673.76;14.35;606.00;1.57;0.22 +12330;10;4680.24;12.24;606.00;-1.57;0.22 +12330;19;4686.00;9.50;606.00;1.29;0.22 +12330;20;4687.75;9.50;606.00;1.57;0.22 12330;21;4673.76;14.35;606.00;1.57;0.22 +12331;0;4539.00;13.80;1367.00;0.00;0.62 +12331;1;4536.00;14.30;1359.50;-0.38;0.62 +12331;2;4540.00;14.20;1358.00;0.11;0.62 +12331;3;4543.00;13.92;1364.00;0.92;0.62 +12331;4;4532.50;13.95;1365.00;-1.27;0.62 +12331;5;4534.50;13.70;1371.00;3.98;0.62 +12331;6;4547.00;13.70;1370.50;1.98;0.62 +12331;7;4544.00;14.55;1373.50;2.48;0.62 +12331;8;4540.50;13.90;1375.50;2.96;0.62 +12331;9;4533.42;13.89;1367.00;1.57;0.62 +12331;10;4544.58;13.85;1367.00;-1.57;0.62 12331;21;4533.42;13.89;1367.00;1.57;0.62 +12332;0;4426.00;10.17;950.00;0.00;0.32 +12332;1;4425.00;10.05;947.00;-0.32;0.32 +12332;2;4429.50;10.60;947.50;0.95;0.32 +12332;3;4421.00;9.90;948.50;-1.27;0.32 +12332;4;4429.50;10.85;951.00;1.84;0.32 +12332;5;4422.50;10.00;951.00;4.43;0.32 +12332;6;4425.50;10.40;953.50;3.28;0.32 +12332;7;4428.50;10.80;954.00;2.58;0.32 +12332;9;4422.58;9.95;950.00;1.57;0.32 +12332;10;4429.42;10.87;950.00;-1.57;0.32 12332;21;4422.58;9.95;950.00;1.57;0.32 +12333;0;3720.00;14.05;1289.00;0.00;0.56 +12333;1;3719.50;13.90;1284.50;-0.11;0.56 +12333;2;3727.00;14.10;1285.00;1.05;0.56 +12333;3;3712.50;13.50;1287.00;-1.31;0.56 +12333;4;3713.00;13.50;1291.50;4.36;0.56 +12333;5;3725.00;14.60;1291.00;1.95;0.56 +12333;6;3718.00;13.92;1295.00;3.46;0.56 +12333;9;3714.24;13.47;1289.00;1.57;0.56 +12333;10;3725.76;14.77;1289.00;-1.57;0.56 12333;21;3715.61;13.70;1286.88;1.57;0.56 +12334;0;2131.00;10.65;517.00;0.00;0.44 +12334;1;2131.50;10.80;512.00;0.10;0.44 +12334;2;2125.50;11.20;513.50;-1.00;0.44 +12334;3;2137.50;10.20;514.50;1.20;0.44 +12334;4;2123.50;11.40;518.00;4.58;0.44 +12334;5;2139.50;10.15;518.00;1.68;0.44 +12334;6;2135.00;10.60;520.50;2.29;0.44 +12334;7;2127.50;11.30;522.50;3.70;0.44 +12334;9;2124.70;11.17;517.00;1.57;0.44 +12334;10;2137.30;10.16;517.00;-1.57;0.44 12334;21;2124.70;11.17;517.00;1.57;0.44 +12335;0;4285.00;9.90;1023.00;0.00;0.36 +12335;1;4285.50;9.80;1017.50;0.09;0.36 +12335;2;4287.50;9.90;1018.50;0.50;0.36 +12335;3;4283.00;10.00;1021.00;-0.78;0.36 +12335;4;4288.50;9.80;1023.50;1.71;0.36 +12335;5;4281.00;10.90;1026.00;4.06;0.36 +12335;6;4286.00;9.82;1027.00;2.89;0.36 +12335;9;4281.76;10.39;1023.00;1.57;0.36 +12335;10;4288.24;9.80;1023.00;-1.57;0.36 12335;21;4281.76;10.39;1023.00;1.57;0.36 +12336;0;1941.00;9.65;297.00;0.00;0.38 +12336;1;1942.50;9.65;293.00;0.35;0.38 +12336;2;1935.00;9.60;296.50;-1.48;0.38 +12336;3;1946.50;9.70;299.50;1.99;0.38 +12336;4;1935.50;9.80;301.00;4.08;0.38 +12336;5;1940.00;9.90;301.50;3.36;0.38 +12336;9;1936.32;9.60;297.00;1.57;0.38 +12336;10;1945.68;9.60;297.00;-1.57;0.38 +12336;19;1947.00;9.50;291.00;0.36;0.38 +12336;20;1948.23;9.50;289.76;0.78;0.38 12336;21;1936.32;9.60;297.00;1.57;0.38 +12337;0;4706.00;10.55;1415.00;0.00;0.32 +12337;1;4703.50;10.20;1411.50;-0.62;0.32 +12337;2;4710.00;11.30;1413.50;1.21;0.32 +12337;3;4700.00;10.05;1414.00;-1.40;0.32 +12337;4;4702.50;10.00;1416.50;4.30;0.32 +12337;5;4711.00;10.35;1418.00;2.11;0.32 +12337;6;4707.50;10.10;1419.00;2.78;0.32 +12337;9;4701.68;10.01;1415.00;1.57;0.32 +12337;10;4710.32;11.08;1415.00;-1.57;0.32 12337;21;4701.68;10.01;1415.00;1.57;0.32 +12338;0;4192.00;14.07;1083.00;0.00;0.32 +12338;1;4192.50;13.50;1080.50;0.19;0.32 +12338;2;4186.50;13.50;1081.50;-1.30;0.32 +12338;3;4198.00;14.10;1082.50;1.48;0.32 +12338;4;4186.00;14.15;1084.00;4.54;0.32 +12338;5;4194.50;14.70;1085.50;2.35;0.32 +12338;6;4189.50;14.70;1086.00;3.83;0.32 +12338;9;4187.32;13.95;1083.00;1.57;0.32 +12338;10;4196.68;14.20;1083.00;-1.57;0.32 12338;21;4196.68;14.20;1083.00;-1.57;0.32 +12339;0;4887.00;10.20;433.00;0.00;0.38 +12339;1;4885.00;10.02;429.00;-0.46;0.38 +12339;2;4886.50;10.05;428.00;-0.10;0.38 +12339;3;4889.50;10.10;431.00;0.89;0.38 +12339;4;4883.50;10.20;433.50;4.57;0.38 +12339;5;4888.50;10.20;436.00;2.67;0.38 +12339;6;4884.00;10.12;438.00;3.68;0.38 +12339;9;4883.58;10.15;433.00;1.57;0.38 +12339;10;4890.42;10.19;433.00;-1.57;0.38 12339;21;4883.58;10.15;433.00;1.57;0.38 +12340;0;3899.00;10.50;1385.00;0.00;0.54 +12340;1;3896.50;10.40;1379.50;-0.42;0.54 +12340;2;3904.50;10.50;1381.50;1.00;0.54 +12340;3;3892.50;10.60;1387.00;4.41;0.54 +12340;4;3906.50;10.35;1387.00;1.83;0.54 +12340;5;3900.00;10.40;1390.00;2.94;0.54 +12340;6;3893.50;10.70;1392.50;3.77;0.54 +12340;9;3893.06;10.55;1385.00;1.57;0.54 +12340;10;3904.94;10.42;1385.00;-1.57;0.54 12340;21;3893.06;10.55;1385.00;1.57;0.54 +12341;0;1293.00;10.40;1368.00;0.00;0.46 +12341;1;1296.50;10.40;1364.00;0.71;0.46 +12341;2;1292.00;10.40;1363.50;-0.21;0.46 +12341;3;1287.50;10.40;1365.50;-1.14;0.46 +12341;4;1299.50;10.40;1365.50;1.20;0.46 +12341;5;1297.00;10.40;1370.00;2.03;0.46 +12341;6;1289.50;10.50;1371.00;4.00;0.46 +12341;7;1294.00;10.40;1374.00;2.97;0.46 +12341;9;1287.96;10.45;1368.00;1.57;0.46 +12341;10;1298.04;10.40;1368.00;-1.57;0.46 12341;21;1287.96;10.45;1368.00;1.57;0.46 +12342;0;4867.00;10.37;1454.00;0.00;0.36 +12342;1;4865.00;10.25;1449.50;-0.41;0.36 +12342;2;4868.50;10.20;1451.00;0.46;0.36 +12342;3;4863.00;10.20;1453.00;-1.32;0.36 +12342;4;4871.50;10.10;1455.50;1.89;0.36 +12342;5;4866.00;10.15;1457.00;3.46;0.36 +12342;6;4870.00;10.05;1458.00;2.49;0.36 +12342;9;4863.76;10.20;1454.00;1.57;0.36 +12342;10;4870.24;10.22;1454.00;-1.57;0.36 12342;21;4863.76;10.20;1454.00;1.57;0.36 +12343;0;4392.00;9.95;637.00;0.00;0.28 +12343;1;4393.00;9.90;633.50;0.27;0.28 +12343;2;4397.00;9.80;634.50;1.10;0.28 +12343;3;4388.00;10.45;636.00;-1.32;0.28 +12343;4;4398.50;9.80;637.00;1.57;0.28 +12343;5;4393.00;9.82;639.00;2.67;0.28 +12343;6;4386.00;10.45;638.50;4.46;0.28 +12343;7;4387.50;10.30;640.50;4.05;0.28 +12343;9;4387.68;10.42;637.00;1.57;0.28 +12343;10;4396.32;9.80;637.00;-1.57;0.28 12343;21;4387.68;10.42;637.00;1.57;0.28 +12344;0;4568.00;14.15;1280.00;0.00;0.30 +12344;1;4566.50;13.85;1277.00;-0.46;0.30 +12344;2;4570.50;14.00;1277.50;0.78;0.30 +12344;3;4565.00;14.10;1280.50;4.54;0.30 +12344;4;4572.00;14.12;1281.00;1.81;0.30 +12344;5;4569.00;14.12;1283.00;2.82;0.30 +12344;6;4566.00;14.05;1283.50;3.66;0.30 +12344;9;4565.30;14.05;1280.00;1.57;0.30 +12344;10;4570.70;14.41;1280.00;-1.57;0.30 12344;21;4565.30;14.05;1280.00;1.57;0.30 +12345;0;4377.00;10.75;927.00;0.00;0.24 +12345;1;4374.00;10.27;924.00;-0.78;0.24 +12345;2;4378.00;11.10;925.00;0.46;0.24 +12345;3;4373.00;10.15;926.50;-1.44;0.24 +12345;4;4382.50;10.60;925.50;1.30;0.24 +12345;5;4382.00;10.90;927.50;1.67;0.24 +12345;6;4379.00;10.90;929.50;2.46;0.24 +12345;7;4374.50;10.35;930.00;3.83;0.24 +12345;9;4373.76;10.25;927.00;1.57;0.24 +12345;10;4380.24;11.11;927.00;-1.57;0.24 12345;21;4373.76;10.25;927.00;1.57;0.24 +12346;0;1383.00;10.15;1488.00;0.00;0.42 +12346;1;1382.50;10.00;1482.50;-0.09;0.42 +12346;2;1387.00;9.90;1482.50;0.62;0.42 +12346;3;1379.50;10.20;1487.50;-1.42;0.42 +12346;4;1388.50;9.90;1484.00;0.94;0.42 +12346;5;1387.00;10.10;1489.50;1.93;0.42 +12346;6;1380.50;10.30;1493.50;3.56;0.42 +12346;7;1385.00;10.20;1494.00;2.82;0.42 +12346;9;1379.22;10.20;1488.00;1.57;0.42 +12346;10;1386.78;10.07;1488.00;-1.57;0.42 12346;21;1379.22;10.20;1488.00;1.57;0.42 +12347;0;1617.00;9.67;1204.00;0.00;0.36 +12347;1;1616.50;9.70;1201.00;-0.16;0.36 +12347;2;1622.00;9.70;1201.50;1.10;0.36 +12347;3;1612.00;9.70;1205.50;4.42;0.36 +12347;4;1618.50;9.60;1206.50;2.60;0.36 +12347;9;1613.22;9.65;1204.00;1.57;0.36 +12347;10;1620.78;9.70;1204.00;-1.57;0.36 +12347;19;1621.00;9.55;1210.00;-3.68;0.36 +12347;20;1621.97;9.55;1211.45;2.55;0.36 12347;21;1613.22;9.65;1204.00;1.57;0.36 +12348;0;4625.00;12.90;1391.00;0.00;0.48 +12348;1;4624.50;13.00;1384.50;-0.07;0.48 +12348;2;4628.50;12.90;1388.50;0.95;0.48 +12348;3;4621.00;12.95;1387.50;-0.85;0.48 +12348;4;4619.00;13.10;1391.00;4.71;0.48 +12348;5;4623.50;12.80;1395.00;3.50;0.48 +12348;6;4629.50;13.00;1394.50;2.23;0.48 +12348;9;4620.68;12.98;1391.00;1.57;0.48 +12348;10;4629.32;12.94;1391.00;-1.57;0.48 12348;21;4620.68;12.98;1391.00;1.57;0.48 +12349;0;1784.00;10.40;181.00;0.00;0.68 +12349;1;1778.50;10.40;178.00;-1.07;0.68 +12349;2;1785.00;10.17;174.00;0.14;0.68 +12349;3;1793.50;10.00;177.50;1.21;0.68 +12349;4;1776.50;10.50;187.50;3.99;0.68 +12349;5;1784.00;10.35;187.50;3.14;0.68 +12349;9;1775.18;10.20;181.00;1.57;0.68 +12349;10;1792.82;9.77;181.00;-1.57;0.68 +12349;19;1795.00;9.75;177.00;1.22;0.68 +12349;20;1796.64;9.75;176.40;1.22;0.68 12349;21;1775.18;10.20;181.00;1.57;0.68 +12350;0;4568.00;9.87;1083.00;0.00;0.24 +12350;1;4568.50;9.90;1079.00;0.12;0.24 +12350;2;4565.50;9.80;1082.00;-1.19;0.24 +12350;3;4570.50;10.00;1083.50;1.76;0.24 +12350;4;4565.50;9.80;1086.50;3.76;0.24 +12350;5;4568.50;9.90;1087.00;3.01;0.24 +12350;9;4565.84;9.81;1083.00;1.57;0.24 +12350;10;4570.16;9.96;1083.00;-1.57;0.24 12350;21;4565.84;9.81;1083.00;1.57;0.24 +12351;0;1867.00;9.70;304.00;0.00;0.44 +12351;1;1868.50;9.70;299.00;0.29;0.44 +12351;2;1863.00;9.72;303.00;-1.32;0.44 +12351;3;1872.00;9.70;301.00;1.03;0.44 +12351;4;1869.00;9.70;307.00;2.55;0.44 +12351;5;1862.50;9.70;309.00;3.87;0.44 +12351;9;1862.32;9.70;304.00;1.57;0.44 +12351;10;1871.68;9.70;304.00;-1.57;0.44 12351;21;1862.32;9.70;304.00;1.57;0.44 +12352;0;5019.00;9.82;1395.00;0.00;0.30 +12352;1;5016.50;9.70;1388.50;-0.36;0.30 +12352;2;5018.50;10.00;1389.50;-0.09;0.30 +12352;3;5016.50;9.60;1395.50;4.51;0.30 +12352;4;5020.50;9.90;1393.00;0.64;0.30 +12352;5;5022.50;10.10;1396.50;1.97;0.30 +12352;6;5021.00;9.97;1400.00;2.76;0.30 +12352;9;5016.30;9.67;1395.00;1.57;0.30 +12352;10;5021.70;9.91;1395.00;-1.57;0.30 +12352;19;5013.00;9.50;1393.00;-1.77;0.30 +12352;20;5011.34;9.50;1392.44;-1.24;0.30 12352;21;5016.30;9.67;1395.00;1.57;0.30 +12353;0;1512.00;10.30;1367.00;0.00;0.30 +12353;1;1510.50;10.30;1364.00;-0.46;0.30 +12353;2;1516.00;10.30;1363.00;0.78;0.30 +12353;3;1516.50;10.30;1366.00;1.35;0.30 +12353;4;1505.00;10.30;1368.00;4.57;0.30 +12353;5;1513.00;10.30;1369.50;2.76;0.30 +12353;6;1506.50;10.30;1370.00;4.21;0.30 +12353;9;1507.68;10.30;1367.00;1.57;0.30 +12353;10;1516.32;10.30;1367.00;-1.57;0.30 12353;21;1507.68;10.30;1367.00;1.57;0.30 +12354;0;5022.00;9.70;391.00;0.00;0.54 +12354;1;5026.00;9.80;386.00;0.67;0.54 +12354;2;5018.50;9.70;387.00;-0.71;0.54 +12354;3;5029.00;9.95;392.50;1.78;0.54 +12354;4;5016.50;9.70;394.50;4.14;0.54 +12354;5;5022.50;10.30;396.50;3.05;0.54 +12354;6;5027.50;10.20;394.50;2.13;0.54 +12354;9;5016.96;9.70;391.00;1.57;0.54 +12354;10;5027.04;9.80;391.00;-1.57;0.54 12354;21;5016.96;9.70;391.00;1.57;0.54 +12355;0;4822.00;11.30;1426.00;0.00;0.34 +12355;1;4825.00;11.45;1422.50;0.70;0.34 +12355;2;4820.00;11.12;1424.00;-0.78;0.34 +12355;3;4825.50;11.10;1427.00;1.84;0.34 +12355;4;4817.00;10.55;1427.50;4.42;0.34 +12355;5;4820.50;11.00;1429.50;3.54;0.34 +12355;9;4818.40;10.78;1426.00;1.57;0.34 +12355;10;4825.60;11.09;1426.00;-1.57;0.34 12355;21;4818.40;10.78;1426.00;1.57;0.34 +12356;0;4510.00;13.55;1258.00;0.00;0.42 +12356;1;4508.50;13.90;1254.50;-0.40;0.42 +12356;2;4515.00;13.30;1255.00;1.03;0.42 +12356;3;4503.50;13.10;1257.50;-1.49;0.42 +12356;4;4515.00;12.90;1260.50;2.03;0.42 +12356;5;4508.00;13.70;1262.00;3.60;0.42 +12356;6;4512.50;12.80;1264.00;2.74;0.42 +12356;9;4505.32;13.47;1258.00;1.57;0.42 +12356;10;4514.68;13.03;1258.00;-1.57;0.42 12356;21;4505.32;13.47;1258.00;1.57;0.42 +12357;0;1426.00;10.60;1597.00;0.00;0.40 +12357;1;1424.00;10.60;1593.00;-0.46;0.40 +12357;2;1429.50;10.60;1593.00;0.71;0.40 +12357;3;1421.50;10.55;1597.00;4.71;0.40 +12357;4;712.50;9.50;798.00;-0.72;0.40 +12357;5;1427.00;10.50;1602.00;2.94;0.40 +12357;9;1422.04;10.52;1597.00;1.57;0.40 +12357;10;1429.96;10.52;1597.00;-1.57;0.40 12357;21;1422.04;10.52;1597.00;1.57;0.40 +12358;0;4676.00;11.85;631.00;0.00;0.32 +12358;1;4673.00;10.65;627.00;-0.64;0.32 +12358;2;4673.00;10.35;632.00;4.39;0.32 +12358;3;4677.00;12.35;628.50;0.38;0.32 +12358;4;4681.00;12.65;630.50;1.47;0.32 +12358;5;4680.50;11.95;633.00;1.98;0.32 +12358;6;4677.50;11.80;633.00;2.49;0.32 +12358;9;4672.40;10.21;631.00;1.57;0.32 +12358;10;4679.60;12.41;631.00;-1.57;0.32 +12358;19;4669.00;9.50;624.00;-1.89;0.32 +12358;20;4667.76;9.50;622.76;-0.78;0.32 12358;21;4672.40;10.21;631.00;1.57;0.32 +12359;0;3656.00;9.72;1284.00;0.00;0.42 +12359;1;3657.00;9.82;1281.00;0.32;0.42 +12359;2;3650.50;9.60;1282.00;-1.22;0.42 +12359;3;3655.00;9.70;1287.00;3.46;0.42 +12359;4;3663.50;10.30;1286.00;1.83;0.42 +12359;5;3664.00;10.07;1288.00;2.03;0.42 +12359;6;3661.50;9.80;1289.00;2.30;0.42 +12359;9;3650.78;9.60;1284.00;1.57;0.42 +12359;10;3661.22;9.95;1284.00;-1.57;0.42 12359;21;3650.78;9.60;1284.00;1.57;0.42 +12360;0;4416.00;10.20;918.00;0.00;0.40 +12360;1;4415.50;10.20;913.50;-0.11;0.40 +12360;2;4419.00;10.15;913.50;0.58;0.40 +12360;3;4421.00;9.90;915.50;1.10;0.40 +12360;4;4412.00;10.10;917.50;-1.44;0.40 +12360;5;4420.50;10.15;920.00;1.98;0.40 +12360;6;4410.00;10.05;920.50;4.31;0.40 +12360;7;4411.50;10.10;921.50;4.05;0.40 +12360;8;4415.50;10.20;922.50;3.25;0.40 +12360;9;4411.68;10.10;918.00;1.57;0.40 +12360;10;4420.32;9.96;918.00;-1.57;0.40 12360;21;4411.68;10.10;918.00;1.57;0.40 +12361;0;1352.00;10.20;1519.00;0.00;0.44 +12361;1;1350.00;10.30;1514.50;-0.41;0.44 +12361;2;1355.00;10.60;1514.50;0.58;0.44 +12361;3;1359.00;10.22;1516.00;1.16;0.44 +12361;4;1347.00;10.10;1519.50;4.61;0.44 +12361;5;1358.00;10.30;1519.00;1.57;0.44 +12361;6;1354.00;10.20;1522.50;2.62;0.44 +12361;7;1349.50;10.45;1524.00;3.60;0.44 +12361;9;1347.50;10.10;1519.00;1.57;0.44 +12361;10;1356.50;10.25;1519.00;-1.57;0.44 12361;21;1347.50;10.10;1519.00;1.57;0.44 +12362;0;5563.00;9.65;196.00;0.00;0.20 +12362;1;5564.00;9.70;191.50;0.21;0.20 +12362;2;5565.00;10.05;194.50;0.92;0.20 +12362;3;5561.50;9.50;199.00;3.60;0.20 +12362;9;5561.20;9.50;196.00;1.57;0.20 +12362;10;5564.80;10.01;196.00;-1.57;0.20 +12362;19;5563.00;9.50;195.00;-2.68;0.20 +12362;20;5563.00;9.50;193.25;0.00;0.20 12362;21;5561.20;9.50;196.00;1.57;0.20 +12363;0;4332.00;12.15;1029.00;0.00;0.36 +12363;1;4326.50;11.45;1026.00;-1.07;0.36 +12363;2;4332.50;12.40;1025.50;0.14;0.36 +12363;3;4338.00;12.45;1029.50;1.65;0.36 +12363;4;4325.00;11.20;1028.00;-1.42;0.36 +12363;5;4327.00;11.60;1031.00;4.33;0.36 +12363;6;4333.50;12.45;1033.00;2.78;0.36 +12363;9;4326.96;11.34;1029.00;1.57;0.36 +12363;10;4337.04;12.54;1029.00;-1.57;0.36 12363;21;4326.96;11.34;1029.00;1.57;0.36 +12364;0;1883.00;9.70;290.00;0.00;0.40 +12364;1;1883.50;9.70;285.50;0.11;0.40 +12364;2;1887.00;9.70;287.50;1.01;0.40 +12364;3;1879.00;9.70;289.50;-1.44;0.40 +12364;4;1886.00;9.70;291.50;2.03;0.40 +12364;5;1880.00;9.70;294.00;3.78;0.40 +12364;6;1883.50;9.70;295.00;3.04;0.40 +12364;9;1879.22;9.70;290.00;1.57;0.40 +12364;10;1886.78;9.70;290.00;-1.57;0.40 +12364;19;1886.00;9.68;294.00;-4.25;0.40 +12364;20;1887.05;9.68;295.40;2.49;0.40 12364;21;1879.22;9.70;290.00;1.57;0.40 +12365;0;1387.00;11.20;1534.00;0.00;0.28 +12365;1;1388.00;11.02;1530.00;0.24;0.28 +12365;2;1390.00;12.30;1532.50;1.10;0.28 +12365;3;1384.00;10.90;1534.50;4.54;0.28 +12365;4;1383.00;10.75;1536.50;4.15;0.28 +12365;5;1386.50;11.50;1537.50;3.28;0.28 +12365;9;1384.48;10.94;1534.00;1.57;0.28 +12365;10;1389.52;12.15;1534.00;-1.57;0.28 12365;21;1384.48;10.94;1534.00;1.57;0.28 +12366;0;4246.00;13.02;1075.00;0.00;0.30 +12366;1;4245.00;11.80;1072.50;-0.38;0.30 +12366;2;4236.50;11.80;1073.00;-1.36;0.30 +12366;3;4252.00;13.72;1076.00;1.73;0.30 +12366;4;4237.50;12.60;1075.00;4.71;0.30 +12366;5;4244.50;14.60;1077.50;3.68;0.30 +12366;9;4239.88;12.53;1075.00;1.57;0.30 +12366;10;4252.12;13.36;1075.00;-1.57;0.30 12366;21;4239.88;12.53;1075.00;1.57;0.30 +12367;0;5054.00;13.67;372.00;0.00;0.42 +12367;1;5052.50;12.50;367.50;-0.32;0.42 +12367;2;5050.00;12.67;372.00;4.71;0.42 +12367;3;5057.50;13.10;369.50;0.95;0.42 +12367;4;5060.00;11.85;373.00;1.73;0.42 +12367;5;5060.00;11.47;375.00;2.03;0.42 +12367;6;5056.50;11.45;377.00;2.67;0.42 +12367;9;5049.86;12.61;372.00;1.57;0.42 +12367;10;5058.14;12.84;372.00;-1.57;0.42 +12367;19;5064.00;9.73;375.00;-4.55;0.42 +12367;20;5065.67;9.73;375.50;1.86;0.42 12367;21;5049.86;12.61;372.00;1.57;0.42 +12368;0;1422.00;10.27;1573.00;0.00;0.28 +12368;1;1420.50;10.00;1569.50;-0.40;0.28 +12368;2;1425.00;10.25;1571.00;0.98;0.28 +12368;3;1418.00;10.00;1572.50;-1.44;0.28 +12368;4;1426.00;10.35;1574.50;1.93;0.28 +12368;5;1421.50;10.40;1576.50;3.28;0.28 +12368;9;1419.12;10.11;1573.00;1.57;0.28 +12368;10;1424.88;10.33;1573.00;-1.57;0.28 12368;21;1419.12;10.11;1573.00;1.57;0.28 +12369;0;1273.00;9.87;1301.00;0.00;0.38 +12369;1;1276.00;9.70;1296.50;0.58;0.38 +12369;2;1279.50;10.20;1301.50;1.64;0.38 +12369;3;1267.50;9.70;1299.50;-1.30;0.38 +12369;4;1266.50;10.10;1304.00;4.28;0.38 +12369;5;1273.00;10.30;1304.50;3.14;0.38 +12369;9;1267.24;9.70;1301.00;1.57;0.38 +12369;10;1278.76;10.11;1301.00;-1.57;0.38 +12369;19;1284.00;9.70;1303.00;-4.64;0.38 +12369;20;1285.72;9.70;1303.31;1.75;0.38 12369;21;1267.24;9.70;1301.00;1.57;0.38 +12370;0;3975.00;16.80;1331.00;0.00;0.48 +12370;1;3975.50;17.20;1327.50;0.14;0.48 +12370;2;3968.00;17.30;1327.00;-1.05;0.48 +12370;3;3965.50;16.75;1329.00;-1.36;0.48 +12370;4;3982.50;17.00;1329.00;1.31;0.48 +12370;5;3968.00;16.70;1332.00;4.57;0.48 +12370;6;3983.00;16.80;1333.00;1.81;0.48 +12370;7;3975.00;15.55;1335.50;3.14;0.48 +12370;8;3982.00;15.10;1337.00;2.27;0.48 +12370;9;3968.16;16.91;1331.00;1.57;0.48 +12370;10;3981.84;16.86;1331.00;-1.57;0.48 12370;21;3981.84;16.86;1331.00;-1.57;0.48 +12371;0;4998.00;10.92;603.00;0.00;0.26 +12371;1;4998.50;10.90;599.50;0.14;0.26 +12371;2;4995.00;10.77;601.00;-0.98;0.26 +12371;3;5002.00;10.80;603.00;1.57;0.26 +12371;4;4995.50;10.90;604.50;4.17;0.26 +12371;5;4999.00;10.65;606.50;2.86;0.26 +12371;9;4995.66;10.80;603.00;1.57;0.26 +12371;10;5000.34;10.90;603.00;-1.57;0.26 +12371;19;4997.00;9.55;611.00;-3.42;0.26 +12371;20;4996.78;9.55;612.73;3.26;0.26 12371;21;4995.66;10.80;603.00;1.57;0.26 +12372;0;3462.00;10.15;1225.00;0.00;0.44 +12372;1;3468.00;10.10;1221.50;1.04;0.44 +12372;2;3460.00;10.02;1222.00;-0.58;0.44 +12372;3;3453.00;10.30;1223.50;-1.40;0.44 +12372;4;3454.00;10.40;1225.00;4.71;0.44 +12372;5;3466.00;10.37;1228.00;2.21;0.44 +12372;6;3459.50;10.30;1228.50;3.76;0.44 +12372;9;3456.42;10.25;1225.00;1.57;0.44 +12372;10;3467.58;10.30;1225.00;-1.57;0.44 12372;21;3456.42;10.25;1225.00;1.57;0.44 +12373;0;4401.00;10.35;909.00;0.00;0.36 +12373;1;4401.00;10.35;905.50;0.00;0.36 +12373;2;4397.00;10.30;905.50;-0.85;0.36 +12373;3;4404.50;10.30;908.50;1.42;0.36 +12373;4;4399.00;10.25;911.50;3.81;0.36 +12373;5;4404.50;10.00;913.00;2.42;0.36 +12373;9;4397.76;10.35;909.00;1.57;0.36 +12373;10;4404.24;10.31;909.00;-1.57;0.36 12373;21;4397.76;10.35;909.00;1.57;0.36 +12374;0;990.00;12.30;1414.00;0.00;0.36 +12374;1;990.00;11.90;1410.50;0.00;0.36 +12374;2;986.50;11.20;1413.00;-1.29;0.36 +12374;3;993.50;12.05;1411.00;0.86;0.36 +12374;4;993.50;11.30;1414.00;1.57;0.36 +12374;5;986.50;11.45;1417.00;4.00;0.36 +12374;6;989.50;12.05;1418.00;3.26;0.36 +12374;9;986.76;11.46;1414.00;1.57;0.36 +12374;10;993.24;11.43;1414.00;-1.57;0.36 12374;21;993.24;11.43;1414.00;-1.57;0.36 +12375;0;4103.00;11.65;1009.00;0.00;0.40 +12375;1;4101.50;12.20;1004.50;-0.32;0.40 +12375;2;4105.50;11.00;1004.50;0.50;0.40 +12375;3;4106.50;12.10;1007.50;1.16;0.40 +12375;4;4097.50;11.20;1007.50;-1.30;0.40 +12375;5;4100.50;11.40;1011.50;3.92;0.40 +12375;6;4106.50;11.50;1013.00;2.42;0.40 +12375;9;4098.86;11.23;1009.00;1.57;0.40 +12375;10;4107.14;11.79;1009.00;-1.57;0.40 12375;21;4098.86;11.23;1009.00;1.57;0.40 +12376;0;3482.00;15.35;1320.00;0.00;0.26 +12376;1;3481.00;14.92;1317.00;-0.32;0.26 +12376;2;3485.50;15.10;1318.50;1.16;0.26 +12376;3;3478.00;14.75;1320.00;4.71;0.26 +12376;4;3485.50;15.20;1322.50;2.19;0.26 +12376;5;3481.50;15.40;1323.00;3.30;0.26 +12376;9;3478.94;14.88;1320.00;1.57;0.26 +12376;10;3485.06;15.37;1320.00;-1.57;0.26 12376;21;3478.94;14.88;1320.00;1.57;0.26 +12377;0;5087.00;10.12;159.00;0.00;0.48 +12377;1;5086.00;10.00;154.00;-0.19;0.48 +12377;2;5091.00;10.17;157.00;1.10;0.48 +12377;3;5081.50;10.10;158.50;-1.48;0.48 +12377;4;5091.50;10.10;163.00;2.29;0.48 +12377;5;5085.50;10.20;163.50;3.46;0.48 +12377;9;5082.50;10.10;159.00;1.57;0.48 +12377;10;5091.50;10.20;159.00;-1.57;0.48 12377;21;5082.50;10.10;159.00;1.57;0.48 +12378;0;4546.00;12.45;1056.00;0.00;0.32 +12378;1;4544.50;11.10;1052.50;-0.40;0.32 +12378;2;4548.50;12.90;1055.00;1.19;0.32 +12378;3;4542.00;11.10;1055.50;-1.44;0.32 +12378;4;4543.00;12.02;1058.00;4.12;0.32 +12378;5;4550.50;14.00;1059.00;2.15;0.32 +12378;6;4546.50;14.40;1059.50;3.00;0.32 +12378;9;4542.58;11.27;1056.00;1.57;0.32 +12378;10;4549.42;13.64;1056.00;-1.57;0.32 12378;21;4542.58;11.27;1056.00;1.57;0.32 +12379;0;1896.00;9.70;276.00;0.00;0.34 +12379;1;1897.00;9.70;270.00;0.16;0.34 +12379;2;1899.00;9.70;277.00;1.89;0.34 +12379;3;1892.50;9.70;274.50;-1.16;0.34 +12379;4;1893.50;9.70;280.50;3.64;0.34 +12379;9;1892.94;9.70;276.00;1.57;0.34 +12379;10;1899.06;9.70;276.00;-1.57;0.34 +12379;19;1900.00;9.68;285.00;-4.39;0.34 +12379;20;1900.71;9.68;286.59;2.72;0.34 12379;21;1892.94;9.70;276.00;1.57;0.34 +12380;0;3499.00;14.97;1339.00;0.00;0.18 +12380;1;3500.00;13.75;1335.50;0.27;0.18 +12380;2;3497.50;15.65;1336.00;-0.46;0.18 +12380;3;3497.00;15.25;1339.50;4.46;0.18 +12380;4;1749.00;10.00;669.00;-1.20;0.18 +12380;5;3501.50;12.30;1340.50;2.11;0.18 +12380;6;3498.50;14.90;1342.50;3.28;0.18 +12380;7;3501.00;14.05;1342.50;2.62;0.18 +12380;9;3497.38;15.38;1339.00;1.57;0.18 +12380;10;3500.62;12.95;1339.00;-1.57;0.18 12380;21;3497.38;15.38;1339.00;1.57;0.18 +12381;0;1529.00;9.70;1366.00;0.00;0.32 +12381;1;1528.50;9.70;1362.50;-0.14;0.32 +12381;2;1533.50;9.70;1363.50;1.06;0.32 +12381;3;1532.00;9.70;1367.00;1.89;0.32 +12381;4;1525.00;9.70;1365.50;-1.44;0.32 +12381;5;1526.50;9.70;1368.50;3.92;0.32 +12381;6;1529.00;9.70;1370.50;3.14;0.32 +12381;9;1526.12;9.70;1366.00;1.57;0.32 +12381;10;1531.88;9.70;1366.00;-1.57;0.32 +12381;19;1537.00;9.53;1361.00;1.06;0.32 +12381;20;1538.48;9.53;1360.07;1.01;0.32 12381;21;1526.12;9.70;1366.00;1.57;0.32 +12382;0;5055.00;11.10;352.00;0.00;0.44 +12382;1;5055.50;11.20;347.50;0.11;0.44 +12382;2;5061.50;10.85;348.00;1.01;0.44 +12382;3;5063.50;11.50;349.00;1.23;0.44 +12382;4;5049.00;11.35;351.50;-1.48;0.44 +12382;5;5059.50;12.05;354.00;1.98;0.44 +12382;6;5048.50;11.20;356.00;4.16;0.44 +12382;7;5053.00;11.45;357.50;3.49;0.44 +12382;9;5049.60;11.24;352.00;1.57;0.44 +12382;10;5060.40;11.81;352.00;-1.57;0.44 12382;21;5049.60;11.24;352.00;1.57;0.44 +12383;0;3672.00;9.90;1373.00;0.00;0.40 +12383;1;3676.50;10.00;1368.00;0.73;0.40 +12383;2;3672.00;10.00;1368.00;0.00;0.40 +12383;3;3674.00;9.90;1375.00;2.35;0.40 +12383;4;3668.00;9.80;1375.00;4.24;0.40 +12383;5;3671.00;9.90;1380.00;3.28;0.40 +12383;9;3668.40;9.80;1373.00;1.57;0.40 +12383;10;3675.60;9.90;1373.00;-1.57;0.40 12383;21;3675.60;9.90;1373.00;-1.57;0.40 +12384;0;1490.00;10.07;1427.00;0.00;0.26 +12384;1;1491.50;10.00;1422.50;0.32;0.26 +12384;2;1488.00;10.05;1424.00;-0.58;0.26 +12384;3;1493.00;9.95;1427.50;1.73;0.26 +12384;4;1487.00;10.57;1429.00;4.12;0.26 +12384;5;1489.50;11.00;1431.50;3.25;0.26 +12384;9;1487.66;10.15;1427.00;1.57;0.26 +12384;10;1492.34;9.90;1427.00;-1.57;0.26 12384;21;1487.66;10.15;1427.00;1.57;0.26 +12385;0;3945.00;10.72;1417.00;0.00;0.52 +12385;1;3941.50;10.70;1412.00;-0.61;0.52 +12385;2;3946.50;10.60;1410.50;0.22;0.52 +12385;3;3950.00;10.50;1412.50;0.83;0.52 +12385;4;3952.50;10.60;1416.00;1.43;0.52 +12385;5;3938.50;10.90;1418.00;4.56;0.52 +12385;6;1972.00;10.30;708.00;-1.22;0.52 +12385;7;3943.50;10.95;1423.00;3.38;0.52 +12385;9;3939.42;10.90;1417.00;1.57;0.52 +12385;10;3950.58;10.69;1417.00;-1.57;0.52 12385;21;3939.42;10.90;1417.00;1.57;0.52 +12386;0;4882.00;10.75;599.00;0.00;0.54 +12386;1;4883.00;10.30;595.00;0.24;0.54 +12386;2;4878.50;9.50;598.50;-1.42;0.54 +12386;3;4878.50;10.55;603.00;3.86;0.54 +12386;4;4887.50;10.30;601.50;1.99;0.54 +12386;5;4887.00;10.37;603.00;2.24;0.54 +12386;9;4876.96;9.51;599.00;1.57;0.54 +12386;10;4887.04;10.12;599.00;-1.57;0.54 +12386;19;4883.00;9.50;586.00;0.24;0.54 +12386;20;4883.13;9.50;584.25;0.07;0.54 12386;21;4876.96;9.51;599.00;1.57;0.54 +12387;0;3453.00;10.52;1275.00;0.00;0.28 +12387;1;3453.00;10.45;1272.00;0.00;0.28 +12387;2;3449.00;10.50;1274.00;-1.32;0.28 +12387;3;3456.50;10.60;1276.50;1.97;0.28 +12387;4;3449.50;10.80;1277.00;4.19;0.28 +12387;5;3452.50;11.15;1279.00;3.26;0.28 +12387;9;3449.76;10.55;1275.00;1.57;0.28 +12387;10;3456.24;10.50;1275.00;-1.57;0.28 12387;21;3449.76;10.55;1275.00;1.57;0.28 +12388;0;4401.00;10.12;895.00;0.00;0.30 +12388;1;4399.50;10.10;892.00;-0.46;0.30 +12388;2;4403.00;10.00;893.00;0.78;0.30 +12388;3;4397.50;10.30;895.00;4.71;0.30 +12388;4;4404.50;9.90;897.50;2.19;0.30 +12388;5;4401.00;10.05;898.50;3.14;0.30 +12388;9;4398.12;10.30;895.00;1.57;0.30 +12388;10;4403.88;9.98;895.00;-1.57;0.30 12388;21;4398.12;10.30;895.00;1.57;0.30 +12389;0;2816.00;9.50;1519.00;0.00;0.28 +12389;1;2810.00;9.50;1518.00;-1.40;0.28 +12389;2;2815.00;9.50;1516.00;-0.32;0.28 +12389;3;2819.50;9.50;1517.50;1.16;0.28 +12389;4;2822.50;9.50;1520.00;1.72;0.28 +12389;5;2810.50;9.50;1521.00;4.36;0.28 +12389;6;2817.50;9.50;1521.50;2.60;0.28 +12389;7;2823.00;9.50;1522.00;1.97;0.28 +12389;9;2810.96;9.50;1519.00;1.57;0.28 +12389;10;2821.04;9.50;1519.00;-1.57;0.28 +12389;11;2806.40;9.50;1517.40;-1.40;0.28 +12389;12;2814.40;9.50;1514.20;-0.32;0.28 +12389;13;2821.60;9.50;1516.60;1.16;0.28 +12389;14;2826.40;9.50;1520.60;1.72;0.28 +12389;15;2807.20;9.50;1522.20;4.36;0.28 +12389;16;2818.40;9.50;1523.00;2.60;0.28 +12389;17;2827.20;9.50;1523.80;1.97;0.28 12389;21;2810.96;9.50;1519.00;1.57;0.28 +12390;0;3904.00;9.90;1701.00;0.00;0.50 +12390;1;3903.00;10.80;1694.00;-0.14;0.50 +12390;2;3909.50;11.30;1696.50;0.88;0.50 +12390;3;3898.50;9.85;1702.00;4.53;0.50 +12390;4;3909.50;10.00;1703.50;1.99;0.50 +12390;5;3903.50;10.30;1708.50;3.20;0.50 +12390;9;3899.50;9.80;1701.00;1.57;0.50 +12390;10;3908.50;10.45;1701.00;-1.57;0.50 12390;21;3899.50;9.80;1701.00;1.57;0.50 +12391;0;3067.00;13.37;395.00;0.00;1.18 +12391;1;3064.00;13.10;383.00;-0.24;1.18 +12391;2;3080.00;13.20;391.50;1.30;1.18 +12391;3;3054.00;12.70;391.00;-1.27;1.18 +12391;4;3060.00;13.55;403.50;3.83;1.18 +12391;5;3074.50;13.50;405.50;2.52;1.18 +12391;6;3066.50;13.75;412.00;3.17;1.18 +12391;9;3056.02;12.92;395.00;1.57;1.18 +12391;10;3077.98;13.30;395.00;-1.57;1.18 12391;21;3056.02;12.92;395.00;1.57;1.18 +12392;0;4402.00;11.82;1003.00;0.00;0.36 +12392;1;4402.50;11.50;999.50;0.14;0.36 +12392;2;4397.50;12.00;1004.00;4.49;0.36 +12392;3;4407.50;12.10;1001.00;1.22;0.36 +12392;4;4406.00;12.25;1005.50;2.12;0.36 +12392;5;4402.00;11.95;1007.50;3.14;0.36 +12392;9;4397.86;11.98;1003.00;1.57;0.36 +12392;10;4406.14;12.14;1003.00;-1.57;0.36 12392;21;4397.86;11.98;1003.00;1.57;0.36 +12393;0;3716.00;10.25;1836.00;0.00;0.60 +12393;1;3716.00;10.70;1825.50;0.00;0.60 +12393;2;3710.50;10.20;1828.50;-0.63;0.60 +12393;3;3722.50;10.20;1838.00;1.86;0.60 +12393;4;3710.00;10.10;1838.50;4.31;0.60 +12393;5;3717.50;10.10;1846.00;2.99;0.60 +12393;9;3710.60;10.11;1836.00;1.57;0.60 +12393;10;3721.40;10.15;1836.00;-1.57;0.60 12393;21;3710.60;10.11;1836.00;1.57;0.60 +12394;0;1854.00;9.80;267.00;0.00;0.50 +12394;1;1850.00;9.87;263.00;-0.78;0.50 +12394;2;1855.00;10.00;261.50;0.18;0.50 +12394;3;1860.00;9.95;264.50;1.17;0.50 +12394;4;1847.00;9.80;267.50;4.64;0.50 +12394;5;1862.50;9.90;268.00;1.68;0.50 +12394;6;1857.50;9.80;270.50;2.35;0.50 +12394;7;1850.50;9.80;272.50;3.70;0.50 +12394;9;1848.24;9.80;267.00;1.57;0.50 +12394;10;1859.76;9.90;267.00;-1.57;0.50 12394;21;1848.24;9.80;267.00;1.57;0.50 +12395;0;4243.00;10.72;1064.00;0.00;0.34 +12395;1;4241.50;10.40;1059.50;-0.32;0.34 +12395;2;4246.00;10.50;1060.50;0.70;0.34 +12395;3;4237.00;10.55;1062.00;-1.24;0.34 +12395;4;4250.50;10.50;1063.00;1.43;0.34 +12395;5;4234.50;11.00;1065.50;4.53;0.34 +12395;6;4243.50;10.70;1067.00;2.97;0.34 +12395;7;4251.50;10.30;1066.50;1.85;0.34 +12395;9;4236.70;10.85;1064.00;1.57;0.34 +12395;10;4249.30;10.56;1064.00;-1.57;0.34 12395;21;4236.70;10.85;1064.00;1.57;0.34 +12396;0;2012.00;11.82;391.00;0.00;0.52 +12396;1;2010.50;11.40;384.00;-0.21;0.52 +12396;2;2016.50;11.75;386.00;0.73;0.52 +12396;3;2007.50;11.70;389.50;-1.24;0.52 +12396;4;2016.00;12.25;394.50;2.29;0.52 +12396;5;2009.00;11.95;396.50;3.64;0.52 +12396;9;2007.32;11.50;391.00;1.57;0.52 +12396;10;2016.68;12.00;391.00;-1.57;0.52 +12396;19;2017.00;9.53;378.00;0.73;0.52 +12396;20;2017.62;9.53;376.36;0.36;0.52 12396;21;2007.32;11.50;391.00;1.57;0.52 +12397;0;3874.00;11.22;1390.00;0.00;0.54 +12397;1;3877.50;11.50;1383.00;0.46;0.54 +12397;2;3871.50;11.35;1386.00;-0.55;0.54 +12397;3;3880.00;11.20;1389.50;1.48;0.54 +12397;4;3868.00;11.10;1390.50;4.62;0.54 +12397;5;3868.00;11.50;1395.00;4.01;0.54 +12397;6;3875.00;11.75;1395.50;2.96;0.54 +12397;9;3868.96;11.12;1390.00;1.57;0.54 +12397;10;3879.04;11.32;1390.00;-1.57;0.54 12397;21;3868.96;11.12;1390.00;1.57;0.54 +12398;0;1400.00;9.55;1351.00;0.00;0.26 +12398;1;1401.50;9.50;1349.50;0.78;0.26 +12398;2;1405.50;9.50;1351.00;1.57;0.26 +12398;3;1395.00;9.70;1352.00;4.51;0.26 +12398;4;1399.00;9.60;1354.00;3.46;0.26 +12398;9;1395.32;9.55;1351.00;1.57;0.26 +12398;10;1404.68;9.50;1351.00;-1.57;0.26 +12398;19;1404.00;9.50;1353.00;0.79;0.26 +12398;20;1405.56;9.50;1353.78;2.03;0.26 12398;21;1395.32;9.55;1351.00;1.57;0.26 +12399;0;979.00;16.12;1524.00;0.00;0.64 +12399;1;976.00;17.07;1518.00;-0.46;0.64 +12399;2;985.00;17.07;1520.00;0.98;0.64 +12399;3;970.50;16.10;1524.00;4.71;0.64 +12399;4;972.50;15.80;1529.50;4.01;0.64 +12399;5;988.00;16.60;1527.50;1.94;0.64 +12399;6;981.50;16.00;1529.00;2.67;0.64 +12399;9;972.52;16.45;1524.00;1.57;0.64 +12399;10;985.48;16.74;1524.00;-1.57;0.64 12399;21;972.52;16.45;1524.00;1.57;0.64 +12400;0;5034.00;10.40;591.00;0.00;0.46 +12400;1;5035.00;10.45;586.50;0.21;0.46 +12400;2;5038.50;10.30;586.50;0.78;0.46 +12400;3;5029.50;10.55;592.00;4.49;0.46 +12400;4;5038.50;10.20;590.50;1.46;0.46 +12400;5;5036.00;10.17;594.00;2.55;0.46 +12400;6;5031.00;10.55;595.50;3.73;0.46 +12400;9;5029.68;10.50;591.00;1.57;0.46 +12400;10;5038.32;10.26;591.00;-1.57;0.46 +12400;19;5023.00;9.68;601.00;-2.55;0.46 +12400;20;5021.70;9.68;602.17;3.97;0.46 12400;21;5029.68;10.50;591.00;1.57;0.46 +12401;0;1344.00;10.32;1397.00;0.00;0.32 +12401;1;1346.50;10.30;1392.00;0.46;0.32 +12401;2;1343.00;10.35;1393.00;-0.24;0.32 +12401;3;1347.50;10.30;1395.50;1.16;0.32 +12401;4;1341.50;10.30;1396.00;-1.19;0.32 +12401;5;1341.00;10.40;1401.50;3.73;0.32 +12401;6;1344.00;10.30;1401.50;3.14;0.32 +12401;7;1342.00;10.35;1406.00;3.36;0.32 +12401;8;1343.00;10.30;1406.00;3.25;0.32 +12401;9;1341.12;10.33;1397.00;1.57;0.32 +12401;10;1346.88;10.33;1397.00;-1.57;0.32 12401;21;1341.12;10.33;1397.00;1.57;0.32 +12402;0;4428.00;10.02;899.00;0.00;0.38 +12402;1;4429.50;10.20;896.00;0.46;0.38 +12402;2;4434.50;10.00;895.00;1.01;0.38 +12402;3;4433.00;10.00;897.50;1.27;0.38 +12402;4;4424.00;10.25;900.00;4.46;0.38 +12402;5;4428.00;9.95;902.00;3.14;0.38 +12402;6;4425.00;10.20;904.00;3.68;0.38 +12402;9;4424.22;10.22;899.00;1.57;0.38 +12402;10;4431.78;9.93;899.00;-1.57;0.38 12402;21;4424.22;10.22;899.00;1.57;0.38 +12403;0;4572.00;13.65;1345.00;0.00;0.42 +12403;1;4566.00;14.05;1343.00;-1.24;0.42 +12403;2;4573.00;14.25;1341.50;0.27;0.42 +12403;3;4578.50;13.70;1344.50;1.49;0.42 +12403;4;4568.00;14.15;1348.50;3.99;0.42 +12403;5;4574.50;14.50;1348.50;2.52;0.42 +12403;9;4567.14;13.91;1345.00;1.57;0.42 +12403;10;4576.86;14.12;1345.00;-1.57;0.42 12403;21;4567.14;13.91;1345.00;1.57;0.42 +12404;0;4301.00;10.00;996.00;0.00;0.30 +12404;1;4301.50;10.10;992.50;0.14;0.30 +12404;2;4298.50;10.20;994.00;-0.89;0.30 +12404;3;4304.00;10.25;993.00;0.78;0.30 +12404;4;4304.00;10.22;997.00;1.89;0.30 +12404;5;4297.50;10.20;997.00;4.43;0.30 +12404;6;4299.50;10.00;1000.00;3.50;0.30 +12404;9;4298.30;10.13;996.00;1.57;0.30 +12404;10;4303.70;10.14;996.00;-1.57;0.30 12404;21;4298.30;10.13;996.00;1.57;0.30 +12405;0;1580.00;12.75;1558.00;0.00;0.20 +12405;1;1579.00;12.77;1556.00;-0.46;0.20 +12405;2;1582.00;12.30;1555.50;0.67;0.20 +12405;3;1583.00;12.47;1558.00;1.57;0.20 +12405;4;1577.00;11.85;1559.00;4.39;0.20 +12405;5;1582.00;11.85;1560.00;2.35;0.20 +12405;6;1579.50;11.70;1560.50;3.33;0.20 +12405;9;1577.84;12.53;1558.00;1.57;0.20 +12405;10;1582.16;12.61;1558.00;-1.57;0.20 12405;21;1577.84;12.53;1558.00;1.57;0.20 +12406;0;5131.00;9.75;145.00;0.00;0.32 +12406;1;5129.50;9.95;141.00;-0.35;0.32 +12406;2;5133.50;9.70;144.50;1.37;0.32 +12406;3;5128.00;10.00;143.50;-1.10;0.32 +12406;4;5129.00;9.95;147.50;3.81;0.32 +12406;5;5132.50;9.80;149.50;2.82;0.32 +12406;6;5130.00;9.90;150.00;3.33;0.32 +12406;9;5128.12;9.97;145.00;1.57;0.32 +12406;10;5133.88;9.70;145.00;-1.57;0.32 +12406;19;5137.00;9.55;150.00;1.37;0.32 +12406;20;5138.34;9.55;151.12;2.26;0.32 12406;21;5133.88;9.70;145.00;-1.57;0.32 +12407;0;4533.00;11.70;1067.00;0.00;0.30 +12407;1;4532.50;11.70;1064.00;-0.16;0.30 +12407;2;4536.50;12.00;1063.50;0.78;0.30 +12407;3;4536.50;12.10;1067.50;1.71;0.30 +12407;4;4529.50;10.90;1066.50;-1.42;0.30 +12407;5;4530.00;10.60;1070.00;3.92;0.30 +12407;6;4533.50;11.20;1071.00;3.01;0.30 +12407;9;4530.30;10.97;1067.00;1.57;0.30 +12407;10;4535.70;12.07;1067.00;-1.57;0.30 12407;21;4530.30;10.97;1067.00;1.57;0.30 +12408;0;4528.00;10.72;1194.00;0.00;0.26 +12408;1;4525.00;11.50;1190.50;-0.70;0.26 +12408;2;4529.50;10.95;1192.00;0.64;0.26 +12408;3;4523.50;11.55;1191.00;-0.98;0.26 +12408;4;4523.50;11.40;1193.50;-1.46;0.26 +12408;5;4533.00;10.22;1195.00;1.76;0.26 +12408;6;4528.50;10.30;1196.50;2.94;0.26 +12408;9;4524.40;11.12;1194.00;1.57;0.26 +12408;10;4531.60;10.35;1194.00;-1.57;0.26 12408;21;4524.40;11.12;1194.00;1.57;0.26 +12409;0;1840.00;10.55;250.00;0.00;0.44 +12409;1;1840.00;10.05;244.50;0.00;0.44 +12409;2;1844.00;10.10;244.50;0.62;0.44 +12409;3;1845.00;10.30;249.00;1.37;0.44 +12409;4;1835.00;10.40;250.00;4.71;0.44 +12409;5;1843.00;10.20;254.50;2.55;0.44 +12409;6;1837.50;10.35;255.00;3.60;0.44 +12409;9;1836.04;10.50;250.00;1.57;0.44 +12409;10;1843.96;10.32;250.00;-1.57;0.44 12409;21;1836.04;10.50;250.00;1.57;0.44 +12410;0;1307.00;10.27;1350.00;0.00;0.44 +12410;1;1309.50;9.70;1344.50;0.42;0.44 +12410;2;1304.50;10.25;1349.00;-1.19;0.44 +12410;3;1309.50;10.05;1351.00;1.95;0.44 +12410;4;1303.50;10.30;1355.00;3.75;0.44 +12410;9;1303.04;10.30;1350.00;1.57;0.44 +12410;10;1310.96;9.77;1350.00;-1.57;0.44 +12410;19;1313.00;9.50;1340.00;0.43;0.44 +12410;20;1313.90;9.50;1338.49;0.54;0.44 12410;21;1303.04;10.30;1350.00;1.57;0.44 +12411;0;5078.00;10.00;332.00;0.00;0.50 +12411;1;5077.50;10.00;326.50;-0.09;0.50 +12411;2;5082.00;10.00;328.00;0.78;0.50 +12411;3;5072.00;10.10;332.00;4.71;0.50 +12411;4;5085.00;10.20;331.50;1.49;0.50 +12411;5;5080.00;10.00;336.50;2.72;0.50 +12411;6;5073.00;10.10;338.00;3.83;0.50 +12411;9;5072.96;10.10;332.00;1.57;0.50 +12411;10;5083.04;10.10;332.00;-1.57;0.50 12411;21;5072.96;10.10;332.00;1.57;0.50 +12412;0;4802.00;10.12;1427.00;0.00;0.20 +12412;1;4800.00;10.15;1425.00;-0.78;0.20 +12412;2;4805.50;10.10;1425.50;1.16;0.20 +12412;3;4797.00;10.42;1428.00;4.51;0.20 +12412;4;4807.00;10.02;1428.00;1.76;0.20 +12412;5;4802.50;10.20;1429.50;2.94;0.20 +12412;6;4807.50;10.00;1429.50;1.99;0.20 +12412;9;4798.04;10.35;1427.00;1.57;0.20 +12412;10;4805.96;10.05;1427.00;-1.57;0.20 12412;21;4798.04;10.35;1427.00;1.57;0.20 +12413;0;3451.00;10.70;1210.00;0.00;0.44 +12413;1;3443.00;10.85;1207.00;-1.21;0.44 +12413;2;3451.50;10.80;1204.50;0.09;0.44 +12413;3;3458.50;10.60;1206.50;1.13;0.44 +12413;4;3461.50;10.50;1210.00;1.57;0.44 +12413;5;3440.50;10.70;1212.00;4.52;0.44 +12413;6;3454.50;10.40;1214.50;2.48;0.44 +12413;7;3445.00;10.60;1214.50;4.06;0.44 +12413;9;3442.90;10.73;1210.00;1.57;0.44 +12413;10;3459.10;10.52;1210.00;-1.57;0.44 12413;21;3442.90;10.73;1210.00;1.57;0.44 +12414;0;4510.00;12.70;1139.00;0.00;0.38 +12414;1;4507.50;12.85;1135.00;-0.55;0.38 +12414;2;4510.50;13.90;1135.50;0.14;0.38 +12414;3;4505.50;11.40;1138.50;-1.46;0.38 +12414;4;4514.00;14.50;1138.50;1.44;0.38 +12414;5;4513.50;12.80;1142.00;2.27;0.38 +12414;6;4508.00;11.75;1142.00;3.73;0.38 +12414;9;4506.40;11.48;1139.00;1.57;0.38 +12414;10;4513.60;14.09;1139.00;-1.57;0.38 12414;21;4506.40;11.48;1139.00;1.57;0.38 +12415;0;4398.00;11.70;612.00;0.00;0.30 +12415;1;4399.00;12.50;608.50;0.27;0.30 +12415;2;4395.00;12.25;611.00;-1.24;0.30 +12415;3;4401.50;10.65;612.00;1.57;0.30 +12415;4;4395.00;12.02;615.00;3.92;0.30 +12415;5;4401.50;10.20;614.50;2.19;0.30 +12415;6;4398.50;10.80;615.50;3.00;0.30 +12415;9;4395.30;12.20;612.00;1.57;0.30 +12415;10;4400.70;10.81;612.00;-1.57;0.30 12415;21;4395.30;12.20;612.00;1.57;0.30 +12416;0;3434.00;10.77;1272.00;0.00;0.28 +12416;1;3434.50;10.70;1269.00;0.16;0.28 +12416;2;3429.50;10.80;1271.50;-1.46;0.28 +12416;3;3438.00;10.70;1270.50;1.21;0.28 +12416;4;3439.50;10.80;1272.50;1.66;0.28 +12416;5;3435.00;10.85;1274.50;2.76;0.28 +12416;6;3429.50;11.20;1275.50;4.05;0.28 +12416;9;3430.04;10.82;1272.00;1.57;0.28 +12416;10;3437.96;10.72;1272.00;-1.57;0.28 12416;21;3430.04;10.82;1272.00;1.57;0.28 +12417;0;4447.00;10.10;885.00;0.00;0.30 +12417;1;4446.50;9.90;880.50;-0.11;0.30 +12417;2;4450.00;9.97;884.00;1.24;0.30 +12417;3;4444.50;10.20;884.00;-1.19;0.30 +12417;4;4443.50;10.00;886.50;4.30;0.30 +12417;5;4444.00;9.92;888.00;3.92;0.30 +12417;6;4447.00;9.90;889.00;3.14;0.30 +12417;7;4450.50;10.00;888.50;2.35;0.30 +12417;9;4444.30;10.14;885.00;1.57;0.30 +12417;10;4449.70;10.00;885.00;-1.57;0.30 12417;21;4444.30;10.14;885.00;1.57;0.30 +12418;0;1344.00;10.30;1585.00;0.00;0.42 +12418;1;1344.00;10.20;1579.50;0.00;0.42 +12418;2;1341.00;10.42;1583.00;-0.98;0.42 +12418;3;1347.50;10.20;1581.50;0.78;0.42 +12418;4;1350.00;10.27;1584.00;1.40;0.42 +12418;5;1346.50;10.30;1587.50;2.35;0.42 +12418;6;1339.00;10.67;1588.00;4.17;0.42 +12418;7;1341.50;10.40;1590.00;3.60;0.42 +12418;9;1339.86;10.52;1585.00;1.57;0.42 +12418;10;1348.14;10.30;1585.00;-1.57;0.42 12418;21;1339.86;10.52;1585.00;1.57;0.42 +12419;0;3142.00;12.40;155.00;0.00;0.68 +12419;1;3143.00;13.50;143.00;0.08;0.68 +12419;2;3149.00;13.60;141.50;0.47;0.68 +12419;3;3148.50;12.75;152.00;1.13;0.68 +12419;4;3135.00;12.35;146.00;-0.66;0.68 +12419;5;3136.00;11.90;158.50;4.18;0.68 +12419;6;3143.00;12.62;167.00;3.05;0.68 +12419;9;3135.88;12.05;155.00;1.57;0.68 +12419;10;3148.12;12.73;155.00;-1.57;0.68 12419;21;3135.88;12.05;155.00;1.57;0.68 +12420;0;4073.00;10.45;990.00;0.00;0.36 +12420;1;4068.50;10.40;989.00;-1.35;0.36 +12420;2;4074.00;10.60;986.50;0.27;0.36 +12420;3;4077.50;10.80;987.50;1.06;0.36 +12420;4;4079.00;10.90;990.00;1.57;0.36 +12420;5;4074.50;10.50;993.00;2.67;0.36 +12420;6;4068.50;10.40;993.50;4.05;0.36 +12420;9;4068.50;10.40;990.00;1.57;0.36 +12420;10;4077.50;10.80;990.00;-1.57;0.36 12420;21;4068.50;10.40;990.00;1.57;0.36 +12421;0;5029.00;11.95;1390.00;0.00;0.24 +12421;1;5028.50;12.10;1387.50;-0.19;0.24 +12421;2;5033.00;12.82;1389.00;1.32;0.24 +12421;3;5025.50;11.10;1390.50;4.57;0.24 +12421;4;5031.00;11.95;1392.50;2.46;0.24 +12421;9;5025.76;11.22;1390.00;1.57;0.24 +12421;10;5032.24;12.46;1390.00;-1.57;0.24 12421;21;5025.76;11.22;1390.00;1.57;0.24 +12422;0;2161.00;10.92;628.00;0.00;0.48 +12422;1;2162.50;11.40;622.50;0.26;0.48 +12422;2;2168.50;11.90;626.00;1.31;0.48 +12422;3;2156.00;11.05;626.00;-1.19;0.48 +12422;4;2156.00;10.90;632.50;3.98;0.48 +12422;5;2165.00;10.95;631.50;2.29;0.48 +12422;6;2169.50;11.40;630.50;1.85;0.48 +12422;9;2154.70;11.20;628.00;1.57;0.48 +12422;10;2167.30;11.64;628.00;-1.57;0.48 12422;21;2154.70;11.20;628.00;1.57;0.48 +12423;0;4226.00;10.25;1055.00;0.00;0.40 +12423;1;4225.00;10.10;1052.00;-0.32;0.40 +12423;2;4229.50;10.30;1050.50;0.66;0.40 +12423;3;4229.00;10.30;1055.50;1.73;0.40 +12423;4;4221.50;10.15;1057.00;4.29;0.40 +12423;5;4225.00;10.40;1059.50;3.36;0.40 +12423;9;4222.40;9.95;1055.00;1.57;0.40 +12423;10;4229.60;10.30;1055.00;-1.57;0.40 12423;21;4229.60;10.30;1055.00;-1.57;0.40 +12424;0;5095.00;10.77;316.00;0.00;0.40 +12424;1;5096.00;10.72;311.00;0.19;0.40 +12424;2;5091.00;10.30;314.50;-1.21;0.40 +12424;3;5100.00;10.55;314.00;1.19;0.40 +12424;4;5090.50;10.10;320.00;3.98;0.40 +12424;5;5097.50;10.30;319.50;2.52;0.40 +12424;9;5090.68;10.26;316.00;1.57;0.40 +12424;10;5099.32;10.60;316.00;-1.57;0.40 12424;21;5090.68;10.26;316.00;1.57;0.40 +12425;0;989.00;14.32;1488.00;0.00;0.54 +12425;1;987.50;12.20;1482.50;-0.26;0.54 +12425;2;995.00;13.12;1484.00;0.98;0.54 +12425;3;982.00;13.75;1487.50;-1.49;0.54 +12425;4;997.50;13.90;1489.00;1.68;0.54 +12425;5;982.00;14.05;1492.50;4.14;0.54 +12425;6;990.50;15.40;1492.00;2.78;0.54 +12425;9;982.34;13.71;1488.00;1.57;0.54 +12425;10;995.66;13.87;1488.00;-1.57;0.54 12425;21;982.34;13.71;1488.00;1.57;0.54 +12426;0;4597.00;9.95;1175.00;0.00;0.30 +12426;1;4596.00;10.52;1172.00;-0.32;0.30 +12426;2;4600.00;9.90;1175.50;1.73;0.30 +12426;3;4594.50;9.90;1176.00;4.33;0.30 +12426;4;4598.00;9.70;1179.00;2.89;0.30 +12426;9;4594.30;10.13;1175.00;1.57;0.30 +12426;10;4599.70;10.04;1175.00;-1.57;0.30 12426;21;4594.30;10.13;1175.00;1.57;0.30 +12427;0;4126.00;14.05;1509.00;0.00;0.42 +12427;1;4125.50;14.40;1502.50;-0.07;0.42 +12427;2;4130.50;14.60;1506.00;0.98;0.42 +12427;3;4121.50;13.20;1504.00;-0.73;0.42 +12427;4;4122.00;14.00;1509.50;4.58;0.42 +12427;5;4131.00;13.47;1511.00;1.95;0.42 +12427;6;4127.50;13.15;1515.00;2.89;0.42 +12427;7;4123.00;13.15;1515.50;3.57;0.42 +12427;9;4122.22;14.05;1509.00;1.57;0.42 +12427;10;4129.78;14.00;1509.00;-1.57;0.42 12427;21;4122.22;14.05;1509.00;1.57;0.42 +12428;0;5054.00;13.82;569.00;0.00;0.52 +12428;1;5053.00;15.60;562.50;-0.15;0.52 +12428;2;5049.50;14.55;569.00;4.71;0.52 +12428;3;5058.50;13.10;565.00;0.84;0.52 +12428;4;5060.50;13.60;568.50;1.49;0.52 +12428;5;5059.00;12.85;571.50;2.03;0.52 +12428;6;5055.50;12.30;573.50;2.82;0.52 +12428;7;5048.50;12.80;575.50;3.84;0.52 +12428;8;5051.00;12.40;576.00;3.54;0.52 +12428;9;5049.32;14.59;569.00;1.57;0.52 +12428;10;5058.68;13.36;569.00;-1.57;0.52 12428;21;5049.32;14.59;569.00;1.57;0.52 +12429;0;1418.00;10.40;1405.00;0.00;0.30 +12429;1;1417.50;10.40;1401.50;-0.14;0.30 +12429;2;1422.00;10.40;1402.50;1.01;0.30 +12429;3;1413.50;10.40;1405.00;4.71;0.30 +12429;4;1422.00;10.40;1406.00;1.81;0.30 +12429;5;1418.50;10.40;1408.50;3.00;0.30 +12429;9;1414.76;10.40;1405.00;1.57;0.30 +12429;10;1421.24;10.40;1405.00;-1.57;0.30 12429;21;1414.76;10.40;1405.00;1.57;0.30 +12430;0;3895.00;15.70;1312.00;0.00;0.34 +12430;1;3891.00;18.50;1308.00;-0.78;0.34 +12430;2;3896.50;18.65;1308.00;0.35;0.34 +12430;3;3889.50;17.05;1311.00;-1.39;0.34 +12430;4;3900.50;16.40;1311.00;1.39;0.34 +12430;5;3900.00;14.77;1314.00;1.95;0.34 +12430;6;3890.00;14.15;1315.00;4.17;0.34 +12430;7;3896.00;14.00;1316.00;2.89;0.34 +12430;9;3890.32;16.23;1312.00;1.57;0.34 +12430;10;3899.68;15.91;1312.00;-1.57;0.34 12430;21;3890.32;16.23;1312.00;1.57;0.34 +12431;0;4427.00;9.90;889.00;0.00;0.26 +12431;1;4423.00;9.90;886.00;-0.92;0.26 +12431;2;4428.00;10.00;886.50;0.38;0.26 +12431;3;4422.50;9.90;889.50;4.60;0.26 +12431;4;4433.50;10.00;888.50;1.49;0.26 +12431;5;4429.00;9.85;891.00;2.35;0.26 +12431;6;4423.00;9.85;892.00;4.06;0.26 +12431;9;4422.86;9.90;889.00;1.57;0.26 +12431;10;4431.14;9.95;889.00;-1.57;0.26 12431;21;4422.86;9.90;889.00;1.57;0.26 +12432;0;4568.00;12.75;1322.00;0.00;0.36 +12432;1;4569.00;13.40;1317.50;0.21;0.36 +12432;2;4565.00;13.30;1319.00;-0.78;0.36 +12432;3;4571.00;13.45;1319.50;0.87;0.36 +12432;4;4573.00;13.05;1322.00;1.57;0.36 +12432;5;4562.50;15.35;1323.00;4.53;0.36 +12432;6;4569.50;12.90;1325.50;2.73;0.36 +12432;7;4564.00;13.70;1325.50;3.99;0.36 +12432;9;4563.86;14.80;1322.00;1.57;0.36 +12432;10;4572.14;12.99;1322.00;-1.57;0.36 12432;21;4563.86;14.80;1322.00;1.57;0.36 +12433;0;4404.00;11.25;990.00;0.00;0.30 +12433;1;4404.50;11.40;986.50;0.14;0.30 +12433;2;4400.50;11.10;986.50;-0.78;0.30 +12433;3;4409.00;11.75;987.50;1.10;0.30 +12433;4;4398.00;11.75;989.50;-1.48;0.30 +12433;5;4409.00;11.92;991.00;1.76;0.30 +12433;6;4398.50;11.70;992.00;4.36;0.30 +12433;7;4403.50;11.30;993.00;3.30;0.30 +12433;9;4399.86;11.29;990.00;1.57;0.30 +12433;10;4408.14;11.67;990.00;-1.57;0.30 12433;21;4399.86;11.29;990.00;1.57;0.30 +12434;0;3564.00;10.25;1314.00;0.00;0.40 +12434;1;3564.50;10.25;1310.00;0.12;0.40 +12434;2;3560.50;11.30;1313.00;-1.29;0.40 +12434;3;3568.50;9.70;1310.50;0.91;0.40 +12434;4;3567.00;10.15;1315.50;2.03;0.40 +12434;5;3570.50;9.75;1313.00;1.41;0.40 +12434;6;3560.00;10.25;1317.50;3.99;0.40 +12434;7;3563.00;9.70;1319.50;3.32;0.40 +12434;9;3559.86;11.24;1314.00;1.57;0.40 +12434;10;3568.14;10.05;1314.00;-1.57;0.40 12434;21;3559.86;11.24;1314.00;1.57;0.40 +12435;0;5115.00;13.15;136.00;0.00;0.40 +12435;1;5114.50;13.00;131.50;-0.11;0.40 +12435;2;5110.50;11.70;133.50;-1.06;0.40 +12435;3;5118.00;12.62;135.00;1.24;0.40 +12435;4;5112.50;12.30;137.50;4.17;0.40 +12435;5;5120.00;11.55;139.00;2.11;0.40 +12435;6;5117.00;12.27;141.00;2.76;0.40 +12435;9;5111.40;12.06;136.00;1.57;0.40 +12435;10;5118.60;12.35;136.00;-1.57;0.40 12435;21;5111.40;12.06;136.00;1.57;0.40 +12436;0;4485.00;10.97;1052.00;0.00;0.32 +12436;1;4487.00;10.80;1048.50;0.51;0.32 +12436;2;4483.50;11.45;1049.00;-0.46;0.32 +12436;3;4488.50;10.85;1052.00;1.57;0.32 +12436;4;4482.00;11.35;1052.50;4.54;0.32 +12436;5;4482.00;11.40;1055.50;3.85;0.32 +12436;6;4485.50;11.25;1055.00;2.97;0.32 +12436;9;4482.12;11.38;1052.00;1.57;0.32 +12436;10;4487.88;10.88;1052.00;-1.57;0.32 12436;21;4482.12;11.38;1052.00;1.57;0.32 +12437;0;1447.00;9.82;1527.00;0.00;0.32 +12437;1;1445.00;9.80;1524.00;-0.58;0.32 +12437;2;1448.50;9.80;1523.50;0.40;0.32 +12437;3;1450.50;9.90;1526.00;1.29;0.32 +12437;4;1443.00;10.00;1525.50;-1.21;0.32 +12437;5;1443.00;10.30;1528.00;4.46;0.32 +12437;6;1450.50;9.90;1529.50;2.19;0.32 +12437;7;1447.00;9.97;1531.00;3.14;0.32 +12437;9;1443.94;10.03;1527.00;1.57;0.32 +12437;10;1450.06;9.90;1527.00;-1.57;0.32 12437;21;1443.94;10.03;1527.00;1.57;0.32 +12438;0;2068.00;11.92;527.00;0.00;0.46 +12438;1;2066.00;11.80;521.50;-0.34;0.46 +12438;2;2070.50;12.10;521.00;0.39;0.46 +12438;3;2073.50;12.00;523.00;0.94;0.46 +12438;4;2063.00;11.60;524.50;-1.10;0.46 +12438;5;2073.00;11.50;528.50;1.86;0.46 +12438;6;2064.00;11.90;531.00;3.92;0.46 +12438;7;2069.50;12.00;534.00;2.93;0.46 +12438;9;2063.86;11.81;527.00;1.57;0.46 +12438;10;2072.14;11.60;527.00;-1.57;0.46 12438;21;2063.86;11.81;527.00;1.57;0.46 +12439;0;1537.00;9.70;1342.00;0.00;0.34 +12439;1;1537.50;9.70;1338.50;0.14;0.34 +12439;2;1533.00;9.70;1342.00;4.71;0.34 +12439;3;1540.50;9.70;1342.50;1.71;0.34 +12439;4;1535.50;9.70;1345.50;3.54;0.34 +12439;9;1533.58;9.70;1342.00;1.57;0.34 +12439;10;1540.42;9.70;1342.00;-1.57;0.34 +12439;19;1543.00;9.60;1344.00;-4.57;0.34 +12439;20;1544.66;9.60;1344.55;1.89;0.34 12439;21;1533.58;9.70;1342.00;1.57;0.34 +12440;0;1918.00;9.90;361.00;0.00;0.56 +12440;1;1922.50;10.00;353.50;0.54;0.56 +12440;2;1916.50;9.90;357.50;-0.40;0.56 +12440;3;1924.50;10.10;356.50;0.96;0.56 +12440;4;1910.00;9.80;361.00;4.71;0.56 +12440;5;1920.00;9.85;365.00;2.67;0.56 +12440;6;1911.00;9.80;365.50;4.14;0.56 +12440;9;1912.60;9.80;361.00;1.57;0.56 +12440;10;1923.40;9.95;361.00;-1.57;0.56 12440;21;1912.60;9.80;361.00;1.57;0.56 +12441;0;3487.00;14.45;1340.00;0.00;0.24 +12441;1;3489.00;14.07;1337.00;0.58;0.24 +12441;2;3486.00;13.95;1338.00;-0.46;0.24 +12441;3;3491.00;14.70;1340.00;1.57;0.24 +12441;4;3483.00;14.60;1340.50;4.58;0.24 +12441;5;3486.00;15.30;1342.50;3.52;0.24 +12441;6;3489.50;15.20;1342.50;2.35;0.24 +12441;9;3484.12;14.41;1340.00;1.57;0.24 +12441;10;3489.88;14.53;1340.00;-1.57;0.24 12441;21;3484.12;14.41;1340.00;1.57;0.24 +12442;0;3399.00;13.42;1219.00;0.00;0.32 +12442;1;3397.50;12.65;1215.00;-0.35;0.32 +12442;2;3401.50;12.60;1216.50;0.78;0.32 +12442;3;3394.50;13.15;1218.00;-1.35;0.32 +12442;4;3405.00;11.65;1218.00;1.40;0.32 +12442;5;3403.50;12.40;1220.50;1.89;0.32 +12442;6;3395.00;13.25;1221.00;4.24;0.32 +12442;7;3398.50;13.20;1222.50;3.28;0.32 +12442;9;3395.22;13.26;1219.00;1.57;0.32 +12442;10;3402.78;12.82;1219.00;-1.57;0.32 12442;21;3395.22;13.26;1219.00;1.57;0.32 +12443;0;4877.00;10.05;1445.00;0.00;0.30 +12443;1;4874.50;9.90;1441.50;-0.62;0.30 +12443;2;4880.00;9.80;1443.50;1.10;0.30 +12443;3;4871.00;10.02;1443.00;-1.24;0.30 +12443;4;4873.50;10.20;1446.50;4.30;0.30 +12443;5;4882.50;9.80;1446.50;1.83;0.30 +12443;6;4878.50;10.05;1449.00;2.78;0.30 +12443;9;4872.68;10.10;1445.00;1.57;0.30 +12443;10;4881.32;9.80;1445.00;-1.57;0.30 12443;21;4872.68;10.10;1445.00;1.57;0.30 +12444;0;4708.00;10.37;580.00;0.00;0.30 +12444;1;4707.50;10.25;578.00;-0.24;0.30 +12444;2;4710.00;10.50;582.50;2.46;0.30 +12444;3;4706.50;10.20;583.50;3.54;0.30 +12444;9;4705.30;10.00;580.00;1.57;0.30 +12444;10;4710.70;10.05;580.00;-1.57;0.30 +12444;19;4707.00;9.50;574.00;-0.24;0.30 +12444;20;4706.71;9.50;572.27;-0.16;0.30 12444;21;4705.30;10.00;580.00;1.57;0.30 +12445;0;1559.00;10.70;1474.00;0.00;0.22 +12445;1;1554.00;10.60;1471.50;-1.10;0.22 +12445;2;1559.50;10.70;1471.50;0.19;0.22 +12445;3;1564.50;10.70;1473.50;1.48;0.22 +12445;4;1553.50;10.40;1474.50;4.62;0.22 +12445;5;1556.00;10.55;1476.50;4.01;0.22 +12445;6;1561.50;10.70;1476.50;2.35;0.22 +12445;9;1555.04;10.52;1474.00;1.57;0.22 +12445;10;1562.96;10.70;1474.00;-1.57;0.22 12445;21;1555.04;10.52;1474.00;1.57;0.22 +12446;0;5031.51;9.70;1453.62;0.00;0.56 +12446;1;5024.22;9.70;1444.53;-0.55;0.56 +12446;2;5037.53;9.70;1450.09;1.32;0.56 +12446;3;5025.50;9.80;1450.50;-1.48;0.56 +12446;4;5030.00;10.10;1456.50;3.32;0.56 +12446;9;5025.96;9.78;1451.00;1.57;0.56 +12446;10;5036.04;9.67;1451.00;-1.57;0.56 +12446;19;5046.42;9.50;1446.43;1.33;0.56 +12446;20;5048.09;9.50;1445.93;1.28;0.56 12446;21;5025.96;9.78;1451.00;1.57;0.56 +12447;0;4453.00;10.30;865.00;0.00;0.30 +12447;1;4453.00;10.37;862.00;0.00;0.30 +12447;2;4449.50;10.40;863.00;-1.05;0.30 +12447;3;4456.50;9.80;863.50;1.16;0.30 +12447;4;4451.00;10.40;866.50;4.06;0.30 +12447;5;4456.00;9.80;867.00;2.15;0.30 +12447;6;4453.50;10.15;869.00;3.01;0.30 +12447;9;4450.30;10.40;865.00;1.57;0.30 +12447;10;4455.70;9.84;865.00;-1.57;0.30 12447;21;4450.30;10.40;865.00;1.57;0.30 +12448;0;4561.00;14.45;1386.00;0.00;0.44 +12448;1;4555.00;14.35;1383.00;-1.10;0.44 +12448;2;4563.00;13.60;1382.50;0.51;0.44 +12448;3;4569.50;14.10;1385.00;1.45;0.44 +12448;4;4555.50;14.55;1388.00;4.36;0.44 +12448;5;4570.50;13.75;1387.00;1.67;0.44 +12448;6;4565.50;14.60;1389.50;2.23;0.44 +12448;7;4558.50;14.35;1391.00;3.60;0.44 +12448;9;4555.06;14.57;1386.00;1.57;0.44 +12448;10;4566.94;14.36;1386.00;-1.57;0.44 12448;21;4555.06;14.57;1386.00;1.57;0.44 +12449;0;4302.00;10.07;979.00;0.00;0.24 +12449;1;4302.00;10.00;974.50;0.00;0.24 +12449;2;4304.50;10.10;976.50;0.78;0.24 +12449;3;4299.00;10.10;978.50;-1.40;0.24 +12449;4;4304.50;10.40;981.50;2.35;0.24 +12449;5;4300.00;10.20;983.00;3.60;0.24 +12449;6;4302.00;10.22;984.00;3.14;0.24 +12449;9;4299.84;10.10;979.00;1.57;0.24 +12449;10;4304.16;10.21;979.00;-1.57;0.24 12449;21;4299.84;10.10;979.00;1.57;0.24 +12450;0;3515.00;15.67;1326.00;0.00;0.26 +12450;1;3512.50;16.10;1323.50;-0.78;0.26 +12450;2;3516.00;16.80;1324.00;0.46;0.26 +12450;3;3511.00;13.65;1325.50;-1.44;0.26 +12450;4;3518.50;16.70;1325.50;1.42;0.26 +12450;5;1757.00;10.00;662.50;-1.21;0.26 +12450;6;3517.00;13.47;1329.00;2.55;0.26 +12450;7;3515.00;10.20;1330.50;3.14;0.26 +12450;9;3512.30;13.25;1326.00;1.57;0.26 +12450;10;3517.70;16.46;1326.00;-1.57;0.26 12450;21;3512.30;13.25;1326.00;1.57;0.26 +12451;0;5131.00;10.15;223.00;0.00;0.40 +12451;1;5133.00;10.35;219.00;0.46;0.40 +12451;2;5138.00;10.60;220.50;1.22;0.40 +12451;3;5126.00;10.10;221.00;-1.19;0.40 +12451;4;5137.50;10.50;223.00;1.57;0.40 +12451;5;5122.00;10.02;224.00;4.60;0.40 +12451;6;5128.50;10.10;226.00;3.83;0.40 +12451;7;5136.00;10.35;226.50;2.18;0.40 +12451;9;5125.24;10.10;223.00;1.57;0.40 +12451;10;5136.76;10.42;223.00;-1.57;0.40 12451;21;5125.24;10.10;223.00;1.57;0.40 +12452;0;4148.00;10.22;1040.00;0.00;0.32 +12452;1;4145.50;10.50;1036.50;-0.62;0.32 +12452;2;4151.00;10.12;1037.00;0.78;0.32 +12452;3;4142.50;10.80;1039.50;-1.48;0.32 +12452;4;4153.00;10.20;1040.50;1.67;0.32 +12452;5;4148.00;10.25;1043.50;3.14;0.32 +12452;9;4143.68;10.68;1040.00;1.57;0.32 +12452;10;4152.32;10.15;1040.00;-1.57;0.32 12452;21;4143.68;10.68;1040.00;1.57;0.32 +12453;0;1889.00;9.70;340.00;0.00;0.50 +12453;1;1886.50;9.70;333.00;-0.34;0.50 +12453;2;1890.00;9.67;333.00;0.14;0.50 +12453;3;1892.50;9.70;336.00;0.71;0.50 +12453;4;1883.50;9.70;340.50;4.62;0.50 +12453;5;1893.50;9.70;342.50;2.07;0.50 +12453;6;1888.50;9.70;345.50;3.23;0.50 +12453;9;1884.50;9.70;340.00;1.57;0.50 +12453;10;1893.50;9.70;340.00;-1.57;0.50 +12453;19;1890.00;9.55;326.00;0.14;0.50 +12453;20;1890.12;9.55;324.25;0.07;0.50 12453;21;1884.50;9.70;340.00;1.57;0.50 +12454;0;3700.00;9.80;1372.00;0.00;0.52 +12454;1;3696.00;9.85;1366.50;-0.62;0.52 +12454;2;3702.00;9.80;1367.00;0.38;0.52 +12454;3;3694.50;9.80;1373.00;4.53;0.52 +12454;4;3705.50;9.70;1373.00;1.75;0.52 +12454;5;3706.50;9.80;1376.50;2.17;0.52 +12454;6;3701.50;9.70;1377.50;2.87;0.52 +12454;9;3695.32;9.80;1372.00;1.57;0.52 +12454;10;3704.68;9.74;1372.00;-1.57;0.52 12454;21;3704.68;9.74;1372.00;-1.57;0.52 +12455;0;3389.00;12.20;1122.00;0.00;0.50 +12455;1;3388.00;12.10;1116.00;-0.16;0.50 +12455;2;3395.50;12.10;1119.00;1.13;0.50 +12455;3;3381.00;11.95;1121.50;-1.50;0.50 +12455;4;3396.00;12.25;1126.00;2.09;0.50 +12455;5;3381.50;12.05;1126.00;4.22;0.50 +12455;6;3388.50;12.45;1127.00;3.24;0.50 +12455;9;3381.98;11.85;1122.00;1.57;0.50 +12455;10;3396.02;12.04;1122.00;-1.57;0.50 12455;21;3381.98;11.85;1122.00;1.57;0.50 +12456;0;1412.00;10.75;1602.00;0.00;0.32 +12456;1;1410.50;10.20;1595.50;-0.22;0.32 +12456;2;1412.00;10.10;1595.50;0.00;0.32 +12456;3;1409.00;10.30;1599.00;-0.78;0.32 +12456;4;1414.50;10.40;1599.50;0.78;0.32 +12456;5;1409.00;11.15;1604.00;4.12;0.32 +12456;6;1416.00;11.50;1605.00;2.21;0.32 +12456;7;1412.00;12.30;1607.50;3.14;0.32 +12456;9;1409.12;10.68;1602.00;1.57;0.32 +12456;10;1414.88;10.73;1602.00;-1.57;0.32 12456;21;1409.12;10.68;1602.00;1.57;0.32 +12457;0;4965.00;10.30;523.00;0.00;0.34 +12457;1;4960.00;10.05;521.00;-1.19;0.34 +12457;2;4966.50;10.00;520.00;0.46;0.34 +12457;3;4970.00;9.70;521.50;1.27;0.34 +12457;4;4966.50;10.30;526.00;2.67;0.34 +12457;9;4961.22;10.17;523.00;1.57;0.34 +12457;10;4968.78;9.90;523.00;-1.57;0.34 +12457;19;4973.00;9.55;526.00;-3.61;0.34 +12457;20;4974.63;9.55;526.61;1.93;0.34 12457;21;4961.22;10.17;523.00;1.57;0.34 +12458;0;1354.00;9.82;1433.00;0.00;0.36 +12458;1;1354.50;10.20;1428.50;0.11;0.36 +12458;2;1358.00;9.70;1431.00;1.10;0.36 +12458;3;1350.50;10.40;1432.00;-1.29;0.36 +12458;4;1356.00;9.80;1435.00;2.35;0.36 +12458;5;1351.00;9.90;1436.50;3.85;0.36 +12458;9;1350.40;10.35;1433.00;1.57;0.36 +12458;10;1357.60;9.70;1433.00;-1.57;0.36 12458;21;1350.40;10.35;1433.00;1.57;0.36 +12459;0;1725.00;9.80;1636.00;0.00;0.36 +12459;1;1723.00;9.80;1633.00;-0.58;0.36 +12459;2;1728.00;9.80;1632.00;0.64;0.36 +12459;3;1729.50;9.80;1636.00;1.57;0.36 +12459;4;1720.50;9.80;1637.50;4.39;0.36 +12459;5;1726.00;9.75;1640.00;2.89;0.36 +12459;9;1721.22;9.80;1636.00;1.57;0.36 +12459;10;1728.78;9.80;1636.00;-1.57;0.36 +12459;19;1729.00;9.60;1628.00;0.64;0.36 +12459;20;1729.78;9.60;1626.43;0.46;0.36 12459;21;1721.22;9.80;1636.00;1.57;0.36 +12460;0;4441.00;9.92;871.00;0.00;0.30 +12460;1;4442.00;10.15;867.00;0.24;0.30 +12460;2;4439.00;10.15;869.00;-0.78;0.30 +12460;3;4445.00;9.70;869.50;1.21;0.30 +12460;4;4436.00;9.80;872.00;4.51;0.30 +12460;5;4445.50;9.80;873.00;1.98;0.30 +12460;6;4443.50;9.90;873.50;2.35;0.30 +12460;7;4439.00;9.80;874.50;3.66;0.30 +12460;9;4437.40;9.80;871.00;1.57;0.30 +12460;10;4444.60;9.79;871.00;-1.57;0.30 12460;21;4437.40;9.80;871.00;1.57;0.30 +12461;0;989.00;10.90;1400.00;0.00;0.32 +12461;1;990.50;10.60;1395.50;0.32;0.32 +12461;2;993.00;11.95;1399.50;1.44;0.32 +12461;3;984.50;9.70;1399.50;-1.46;0.32 +12461;4;985.00;9.95;1403.50;3.99;0.32 +12461;5;989.50;11.30;1403.50;3.00;0.32 +12461;9;985.04;9.70;1400.00;1.57;0.32 +12461;10;992.96;12.01;1400.00;-1.57;0.32 +12461;19;982.00;9.50;1402.00;-1.45;0.32 +12461;20;980.31;9.50;1402.48;4.43;0.32 12461;21;982.13;9.90;1403.79;-1.57;0.32 +12462;0;4128.00;10.35;965.00;0.00;0.30 +12462;1;4125.50;11.00;963.00;-0.89;0.30 +12462;2;4131.50;9.75;964.00;1.29;0.30 +12462;3;4125.50;10.80;967.50;3.92;0.30 +12462;4;4129.50;10.00;968.00;2.67;0.30 +12462;9;4124.58;10.99;965.00;1.57;0.30 +12462;10;4131.42;9.80;965.00;-1.57;0.30 +12462;19;4138.00;9.50;966.00;1.29;0.30 +12462;20;4139.74;9.50;966.17;1.67;0.30 12462;21;4124.58;10.99;965.00;1.57;0.30 +12463;0;1367.00;10.80;1486.00;0.00;0.38 +12463;1;1363.00;10.70;1481.50;-0.72;0.38 +12463;2;1367.50;10.70;1481.50;0.11;0.38 +12463;3;1362.00;10.90;1486.00;4.71;0.38 +12463;4;1371.50;10.90;1486.50;1.68;0.38 +12463;5;1365.50;11.05;1491.00;3.43;0.38 +12463;6;1370.00;11.10;1491.50;2.64;0.38 +12463;9;1363.58;10.90;1486.00;1.57;0.38 +12463;10;1370.42;10.94;1486.00;-1.57;0.38 12463;21;1363.58;10.90;1486.00;1.57;0.38 +12464;0;4303.00;10.27;1043.00;0.00;0.30 +12464;1;4302.00;10.17;1039.00;-0.24;0.30 +12464;2;4304.50;10.50;1038.50;0.32;0.30 +12464;3;4300.00;10.20;1042.00;-1.24;0.30 +12464;4;4306.00;10.35;1042.00;1.24;0.30 +12464;5;4305.50;10.30;1046.50;2.52;0.30 +12464;6;4301.50;10.55;1047.00;3.50;0.30 +12464;9;4300.30;10.25;1043.00;1.57;0.30 +12464;10;4305.70;10.26;1043.00;-1.57;0.30 12464;21;4300.30;10.25;1043.00;1.57;0.30 +12465;0;3749.00;9.80;1345.00;0.00;0.46 +12465;1;3750.50;9.80;1341.00;0.35;0.46 +12465;2;3756.50;9.80;1341.50;1.13;0.46 +12465;3;3744.50;9.80;1343.50;-1.24;0.46 +12465;4;3752.50;9.80;1346.50;1.97;0.46 +12465;5;3744.50;9.80;1348.50;4.05;0.46 +12465;6;3747.00;9.80;1352.00;3.42;0.46 +12465;9;3743.42;9.80;1345.00;1.57;0.46 +12465;10;3754.58;9.80;1345.00;-1.57;0.46 12465;21;3743.42;9.80;1345.00;1.57;0.46 +12466;0;1977.00;11.05;438.00;0.00;0.54 +12466;1;1976.50;11.50;431.00;-0.07;0.54 +12466;2;1982.00;11.75;434.50;0.96;0.54 +12466;3;1971.00;11.40;438.00;4.71;0.54 +12466;4;1983.00;11.80;440.50;1.96;0.54 +12466;5;1976.00;11.40;444.50;3.29;0.54 +12466;9;1972.14;11.30;438.00;1.57;0.54 +12466;10;1981.86;11.83;438.00;-1.57;0.54 12466;21;1972.14;11.30;438.00;1.57;0.54 +12467;0;4578.00;9.90;1143.00;0.00;0.36 +12467;1;2288.50;9.50;571.00;-1.32;0.36 +12467;2;4576.00;9.85;1138.00;-0.38;0.36 +12467;3;4574.50;9.70;1142.00;-1.29;0.36 +12467;4;4579.00;10.20;1140.00;0.32;0.36 +12467;5;4581.50;10.60;1144.00;1.84;0.36 +12467;6;4577.50;9.70;1146.50;3.28;0.36 +12467;7;4581.00;10.10;1147.50;2.55;0.36 +12467;9;4574.76;9.70;1143.00;1.57;0.36 +12467;10;4581.24;10.57;1143.00;-1.57;0.36 12467;21;4574.76;9.70;1143.00;1.57;0.36 +12468;0;1910.00;9.80;346.00;0.00;0.40 +12468;1;1908.00;9.80;341.50;-0.41;0.40 +12468;2;1914.50;9.90;343.50;1.06;0.40 +12468;3;1904.00;9.75;345.50;-1.48;0.40 +12468;4;1912.50;9.80;350.00;2.58;0.40 +12468;5;1905.50;9.80;350.00;3.98;0.40 +12468;9;1904.96;9.72;346.00;1.57;0.40 +12468;10;1915.04;9.90;346.00;-1.57;0.40 12468;21;1904.96;9.72;346.00;1.57;0.40 +12469;0;4682.00;11.92;1418.00;0.00;0.42 +12469;1;4684.50;11.05;1412.00;0.39;0.42 +12469;2;4680.00;11.80;1414.50;-0.51;0.42 +12469;3;4687.00;10.70;1413.50;0.83;0.42 +12469;4;4688.00;10.70;1415.50;1.17;0.42 +12469;5;4685.50;11.70;1419.50;1.97;0.42 +12469;6;4677.00;12.17;1420.00;4.33;0.42 +12469;7;4679.00;12.35;1423.50;3.64;0.42 +12469;8;4682.50;12.00;1425.00;3.07;0.42 +12469;9;4678.22;12.03;1418.00;1.57;0.42 +12469;10;4685.78;11.52;1418.00;-1.57;0.42 12469;21;4678.22;12.03;1418.00;1.57;0.42 +12470;0;1504.00;9.80;1389.00;0.00;0.40 +12470;1;1501.50;9.80;1385.50;-0.62;0.40 +12470;2;1507.00;9.70;1385.50;0.70;0.40 +12470;3;1509.50;9.70;1388.50;1.48;0.40 +12470;4;1499.50;10.20;1390.00;4.49;0.40 +12470;5;1505.50;10.10;1392.50;2.73;0.40 +12470;6;1501.50;10.30;1393.50;3.64;0.40 +12470;9;1499.86;10.01;1389.00;1.57;0.40 +12470;10;1508.14;9.80;1389.00;-1.57;0.40 12470;21;1499.86;10.01;1389.00;1.57;0.40 +12471;0;3770.00;9.70;1402.00;0.00;0.52 +12471;1;3766.00;9.65;1396.50;-0.62;0.52 +12471;2;3773.50;9.70;1398.50;0.78;0.52 +12471;3;3765.50;9.70;1404.00;4.29;0.52 +12471;4;3778.50;9.70;1402.00;1.57;0.52 +12471;5;3773.50;9.70;1405.50;2.35;0.52 +12471;9;3764.60;9.70;1402.00;1.57;0.52 +12471;10;3775.40;9.70;1402.00;-1.57;0.52 12471;21;3775.40;9.70;1402.00;-1.57;0.52 +12472;0;4573.00;9.80;521.00;0.00;0.24 +12472;1;4571.50;9.50;518.50;-0.54;0.24 +12472;2;4577.50;9.70;520.50;1.46;0.24 +12472;3;4567.50;9.90;519.50;-1.30;0.24 +12472;4;4569.50;11.25;522.00;4.43;0.24 +12472;5;4574.00;10.27;524.00;2.82;0.24 +12472;9;4569.40;10.56;521.00;1.57;0.24 +12472;10;4576.60;9.71;521.00;-1.57;0.24 +12472;19;4563.00;9.50;517.00;-0.54;0.24 +12472;20;4561.37;9.50;516.35;-1.19;0.24 12472;21;4569.40;10.56;521.00;1.57;0.24 +12473;0;3384.00;10.60;1255.00;0.00;0.32 +12473;1;3384.00;10.42;1252.00;0.00;0.32 +12473;2;3387.50;10.45;1254.00;1.29;0.32 +12473;3;3380.00;10.75;1256.50;4.35;0.32 +12473;4;3386.50;10.70;1258.00;2.44;0.32 +12473;5;3383.50;10.80;1258.50;3.28;0.32 +12473;6;3381.00;10.90;1259.50;3.73;0.32 +12473;9;3381.12;10.61;1255.00;1.57;0.32 +12473;10;3386.88;10.53;1255.00;-1.57;0.32 12473;21;3381.12;10.61;1255.00;1.57;0.32 +12474;0;3689.00;9.85;1421.00;0.00;0.48 +12474;1;3692.00;9.80;1413.00;0.35;0.48 +12474;2;3687.00;9.80;1415.00;-0.32;0.48 +12474;3;3694.00;9.90;1420.00;1.37;0.48 +12474;4;3684.00;9.80;1422.50;4.42;0.48 +12474;5;3689.50;9.80;1427.50;3.06;0.48 +12474;6;3685.00;9.80;1428.50;3.63;0.48 +12474;9;3684.68;9.80;1421.00;1.57;0.48 +12474;10;3693.32;9.90;1421.00;-1.57;0.48 12474;21;3693.32;9.90;1421.00;-1.57;0.48 +12475;0;4455.00;10.30;851.00;0.00;0.28 +12475;1;4456.50;10.30;847.00;0.35;0.28 +12475;2;4453.00;10.30;849.00;-0.78;0.28 +12475;3;4457.50;10.30;851.50;1.76;0.28 +12475;4;4451.00;10.30;853.00;4.24;0.28 +12475;5;4454.00;10.30;855.00;3.38;0.28 +12475;9;4452.48;10.30;851.00;1.57;0.28 +12475;10;4457.52;10.30;851.00;-1.57;0.28 12475;21;4452.48;10.30;851.00;1.57;0.28 +12476;0;3479.00;13.17;1279.00;0.00;0.28 +12476;1;3479.00;12.32;1276.00;0.00;0.28 +12476;2;3483.00;13.15;1278.00;1.32;0.28 +12476;3;3475.00;12.40;1278.50;-1.44;0.28 +12476;4;3476.50;15.50;1282.00;3.83;0.28 +12476;5;3481.50;14.60;1282.00;2.44;0.28 +12476;9;3475.76;12.83;1279.00;1.57;0.28 +12476;10;3482.24;13.31;1279.00;-1.57;0.28 12476;21;3475.76;12.83;1279.00;1.57;0.28 +12477;0;1585.00;9.50;1166.00;0.00;0.68 +12477;1;1587.50;9.50;1162.00;0.55;0.68 +12477;2;1592.50;9.70;1163.50;1.24;0.68 +12477;3;1583.50;9.50;1164.50;-0.78;0.68 +12477;4;1587.35;9.70;1165.22;4.05;0.68 +12477;5;1589.50;9.50;1166.50;1.68;0.68 +12477;9;1590.39;9.70;1164.57;1.57;0.68 +12477;10;1597.60;9.55;1166.00;-1.57;0.68 +12477;19;1601.00;9.68;1165.00;-4.60;0.68 +12477;20;1602.74;9.68;1164.89;1.50;0.68 12477;21;1597.60;9.55;1166.00;-1.57;0.68 +12478;0;4687.00;10.25;1395.00;0.00;0.32 +12478;1;4685.50;10.30;1390.50;-0.32;0.32 +12478;2;4689.00;10.20;1390.50;0.41;0.32 +12478;3;4683.00;10.40;1393.50;-1.21;0.32 +12478;4;4690.00;10.20;1394.00;1.24;0.32 +12478;5;4690.00;10.20;1398.50;2.43;0.32 +12478;6;4684.50;10.30;1398.50;3.76;0.32 +12478;7;4687.00;10.25;1400.50;3.14;0.32 +12478;9;4684.12;10.31;1395.00;1.57;0.32 +12478;10;4689.88;10.20;1395.00;-1.57;0.32 12478;21;4684.12;10.31;1395.00;1.57;0.32 +12479;0;2090.00;11.80;514.00;0.00;0.42 +12479;1;2092.50;12.00;509.00;0.46;0.42 +12479;2;2087.00;11.85;511.50;-0.87;0.42 +12479;3;2095.00;12.00;514.00;1.57;0.42 +12479;4;2084.50;11.70;516.50;4.28;0.42 +12479;5;2089.00;11.80;518.50;3.36;0.42 +12479;9;2085.86;11.80;514.00;1.57;0.42 +12479;10;2094.14;12.00;514.00;-1.57;0.42 12479;21;2085.86;11.80;514.00;1.57;0.42 +12480;0;4096.00;10.52;1031.00;0.00;0.28 +12480;1;4090.00;10.40;1028.50;-1.17;0.28 +12480;2;4095.50;10.40;1028.50;-0.19;0.28 +12480;3;4101.50;10.90;1030.50;1.48;0.28 +12480;4;4095.00;10.70;1033.50;3.52;0.28 +12480;5;4102.50;10.90;1033.50;1.93;0.28 +12480;9;4090.96;10.62;1031.00;1.57;0.28 +12480;10;4101.04;10.80;1031.00;-1.57;0.28 12480;21;4090.96;10.62;1031.00;1.57;0.28 +12481;0;1949.00;9.85;324.00;0.00;0.48 +12481;1;1952.50;9.70;319.50;0.66;0.48 +12481;2;1945.50;9.80;322.00;-1.05;0.48 +12481;3;1952.50;9.85;326.00;2.09;0.48 +12481;4;1944.50;10.00;327.50;4.05;0.48 +12481;5;1948.00;10.02;329.00;3.33;0.48 +12481;9;1944.68;9.90;324.00;1.57;0.48 +12481;10;1953.32;9.75;324.00;-1.57;0.48 12481;21;1944.68;9.90;324.00;1.57;0.48 +12482;0;4834.00;11.85;1416.00;0.00;0.26 +12482;1;4831.50;11.15;1413.00;-0.69;0.26 +12482;2;4829.00;11.32;1414.00;-1.19;0.26 +12482;3;4836.00;11.75;1414.50;0.92;0.26 +12482;4;4829.00;11.80;1416.00;4.71;0.26 +12482;5;4839.00;11.85;1416.50;1.67;0.26 +12482;6;4831.00;11.95;1417.50;4.24;0.26 +12482;7;4838.50;12.30;1418.50;2.07;0.26 +12482;8;4834.50;12.20;1419.00;2.97;0.26 +12482;9;4829.68;11.79;1416.00;1.57;0.26 +12482;10;4838.32;11.81;1416.00;-1.57;0.26 12482;21;4829.68;11.79;1416.00;1.57;0.26 +12483;0;4561.00;9.97;1105.00;0.00;0.34 +12483;1;4561.00;9.82;1102.00;0.00;0.34 +12483;2;4564.50;9.70;1104.00;1.29;0.34 +12483;3;4556.50;10.40;1104.50;-1.46;0.34 +12483;4;4558.50;10.40;1107.50;3.92;0.34 +12483;5;4563.00;10.25;1108.50;2.62;0.34 +12483;9;4557.40;10.45;1105.00;1.57;0.34 +12483;10;4564.60;9.70;1105.00;-1.57;0.34 12483;21;4557.40;10.45;1105.00;1.57;0.34 +12484;0;5014.00;10.30;520.00;0.00;0.42 +12484;1;5014.50;10.30;516.50;0.14;0.42 +12484;2;5020.00;10.30;516.50;1.04;0.42 +12484;3;5010.00;10.30;520.50;4.58;0.42 +12484;4;5020.50;10.30;519.00;1.41;0.42 +12484;5;5018.00;10.30;520.00;1.57;0.42 +12484;6;5014.00;10.30;524.00;3.14;0.42 +12484;7;5010.00;10.30;525.50;3.77;0.42 +12484;9;5010.04;10.30;520.00;1.57;0.42 +12484;10;5017.96;10.30;520.00;-1.57;0.42 +12484;19;5028.00;9.60;517.00;1.42;0.42 +12484;20;5029.71;9.60;516.63;1.36;0.42 12484;21;5010.04;10.30;520.00;1.57;0.42 +12485;0;4727.00;9.90;1451.00;0.00;0.54 +12485;1;4728.50;9.80;1444.50;0.22;0.54 +12485;2;4723.00;9.95;1445.50;-0.62;0.54 +12485;3;4732.50;9.80;1449.50;1.30;0.54 +12485;4;4721.00;10.05;1449.50;-1.32;0.54 +12485;5;4722.50;10.10;1455.50;3.92;0.54 +12485;6;4734.00;9.80;1455.50;2.14;0.54 +12485;7;4731.00;9.80;1457.50;2.59;0.54 +12485;9;4721.78;10.07;1451.00;1.57;0.54 +12485;10;4732.22;9.80;1451.00;-1.57;0.54 12485;21;4721.78;10.07;1451.00;1.57;0.54 +12486;0;1337.00;10.40;1381.00;0.00;0.32 +12486;1;1337.50;10.30;1375.50;0.09;0.32 +12486;2;1334.00;10.40;1378.50;-0.87;0.32 +12486;3;1341.00;10.30;1379.50;1.21;0.32 +12486;4;1333.00;10.30;1383.00;4.24;0.32 +12486;5;1339.50;10.30;1385.00;2.58;0.32 +12486;6;1336.00;10.35;1386.00;3.33;0.32 +12486;9;1334.12;10.36;1381.00;1.57;0.32 +12486;10;1339.88;10.31;1381.00;-1.57;0.32 12486;21;1334.12;10.36;1381.00;1.57;0.32 +12487;0;3891.00;10.42;1431.00;0.00;0.60 +12487;1;3889.50;10.70;1423.50;-0.19;0.60 +12487;2;3895.00;10.75;1424.00;0.51;0.60 +12487;3;3898.00;10.50;1428.50;1.22;0.60 +12487;4;3885.00;10.40;1431.50;4.62;0.60 +12487;5;3896.00;10.60;1436.00;2.35;0.60 +12487;6;3889.00;10.40;1438.50;3.40;0.60 +12487;9;3885.60;10.40;1431.00;1.57;0.60 +12487;10;3896.40;10.50;1431.00;-1.57;0.60 12487;21;3885.60;10.40;1431.00;1.57;0.60 +12488;0;4322.00;11.75;707.00;0.00;0.44 +12488;1;4320.00;9.50;704.00;-0.58;0.44 +12488;2;4325.50;10.35;701.00;0.52;0.44 +12488;3;4326.00;14.47;707.00;1.57;0.44 +12488;4;4315.50;9.70;707.50;4.63;0.44 +12488;5;4317.00;10.30;710.00;4.17;0.44 +12488;6;4321.50;13.70;711.50;3.25;0.44 +12488;9;4318.04;9.70;707.00;1.57;0.44 +12488;10;4325.96;14.47;707.00;-1.57;0.44 +12488;19;4322.00;9.50;701.00;-0.59;0.44 +12488;20;4322.00;9.50;699.25;0.00;0.44 12488;21;4318.04;9.70;707.00;1.57;0.44 +12489;0;1361.00;10.47;1443.00;0.00;0.36 +12489;1;1359.50;9.85;1440.00;-0.46;0.36 +12489;2;1364.00;10.20;1439.00;0.64;0.36 +12489;3;1365.00;10.40;1443.00;1.57;0.36 +12489;4;1357.00;10.12;1445.00;4.24;0.36 +12489;5;1362.00;10.55;1446.50;2.86;0.36 +12489;6;1359.50;10.30;1447.50;3.46;0.36 +12489;9;1357.76;10.06;1443.00;1.57;0.36 +12489;10;1364.24;10.42;1443.00;-1.57;0.36 12489;21;1357.76;10.06;1443.00;1.57;0.36 +12490;0;4074.00;11.77;975.00;0.00;0.36 +12490;1;4074.50;11.15;972.00;0.16;0.36 +12490;2;4068.50;10.20;971.00;-0.94;0.36 +12490;3;4069.50;10.40;975.00;4.71;0.36 +12490;4;4080.50;12.10;974.50;1.49;0.36 +12490;5;4079.00;12.60;977.50;2.03;0.36 +12490;6;4074.50;11.95;979.00;3.01;0.36 +12490;9;4069.14;10.34;975.00;1.57;0.36 +12490;10;4078.86;12.30;975.00;-1.57;0.36 12490;21;4069.14;10.34;975.00;1.57;0.36 +12491;0;3717.00;9.80;1313.00;0.00;0.52 +12491;1;3716.50;9.85;1307.00;-0.08;0.52 +12491;2;3722.00;9.80;1309.50;0.96;0.52 +12491;3;3711.50;9.80;1309.00;-0.94;0.52 +12491;4;3711.00;9.80;1314.50;4.46;0.52 +12491;5;3723.50;10.05;1315.00;1.86;0.52 +12491;6;3717.50;10.60;1318.50;3.05;0.52 +12491;7;3711.00;10.25;1319.50;3.88;0.52 +12491;9;3712.32;9.75;1313.00;1.57;0.52 +12491;10;3721.68;9.85;1313.00;-1.57;0.52 12491;21;3712.32;9.75;1313.00;1.57;0.52 +12492;0;4298.00;9.80;1024.00;0.00;0.24 +12492;1;4297.50;9.80;1019.00;-0.10;0.24 +12492;2;4295.00;9.80;1024.00;4.71;0.24 +12492;3;4300.50;9.85;1024.00;1.57;0.24 +12492;4;4297.00;9.80;1029.00;3.33;0.24 +12492;5;4299.50;10.00;1029.50;2.87;0.24 +12492;9;4295.84;9.80;1024.00;1.57;0.24 +12492;10;4300.16;9.83;1024.00;-1.57;0.24 12492;21;4295.84;9.80;1024.00;1.57;0.24 +12493;0;5036.00;12.97;1370.00;0.00;0.38 +12493;1;5039.50;11.90;1367.50;0.95;0.38 +12493;2;5032.50;11.00;1368.00;-1.05;0.38 +12493;3;5032.50;13.50;1373.00;4.00;0.38 +12493;4;5041.00;11.80;1373.00;2.11;0.38 +12493;5;5038.50;12.30;1374.50;2.63;0.38 +12493;9;5031.32;11.73;1370.00;1.57;0.38 +12493;10;5040.68;11.77;1370.00;-1.57;0.38 +12493;19;5025.00;9.50;1370.00;-1.05;0.38 +12493;20;5023.25;9.50;1370.00;4.71;0.38 12493;21;5031.32;11.73;1370.00;1.57;0.38 +12494;0;1814.00;9.77;224.00;0.00;0.62 +12494;1;1814.00;9.87;220.00;0.00;0.62 +12494;2;1825.00;9.92;220.00;1.22;0.62 +12494;3;1803.00;9.92;224.00;4.71;0.62 +12494;4;1818.50;9.75;226.00;1.98;0.62 +12494;5;1805.00;9.95;228.00;4.29;0.62 +12494;6;1810.50;10.10;231.00;3.60;0.62 +12494;7;1815.00;10.05;231.00;3.00;0.62 +12494;9;1805.36;10.08;224.00;1.57;0.62 +12494;10;1822.64;9.70;224.00;-1.57;0.62 +12494;19;1837.00;9.50;217.00;1.22;0.62 +12494;20;1838.67;9.50;216.49;1.27;0.62 12494;21;1805.36;10.08;224.00;1.57;0.62 +12495;0;4589.00;10.30;1102.00;0.00;0.32 +12495;1;4587.50;10.90;1098.50;-0.40;0.32 +12495;2;4591.50;10.90;1099.00;0.69;0.32 +12495;3;4585.00;10.20;1101.00;-1.32;0.32 +12495;4;4592.50;10.30;1103.50;1.97;0.32 +12495;5;4586.50;10.10;1104.00;4.03;0.32 +12495;6;4590.00;10.40;1106.50;2.92;0.32 +12495;9;4586.12;10.11;1102.00;1.57;0.32 +12495;10;4591.88;10.46;1102.00;-1.57;0.32 12495;21;4586.12;10.11;1102.00;1.57;0.32 +12496;0;1917.00;9.80;313.00;0.00;0.42 +12496;1;1919.00;9.80;308.00;0.38;0.42 +12496;2;1912.00;9.80;311.50;-1.27;0.42 +12496;3;1923.50;9.80;309.00;1.01;0.42 +12496;4;1922.00;9.80;314.00;1.76;0.42 +12496;5;1912.50;9.80;317.00;3.98;0.42 +12496;6;1918.50;9.80;318.50;2.87;0.42 +12496;9;1911.60;9.80;313.00;1.57;0.42 +12496;10;1922.40;9.80;313.00;-1.57;0.42 12496;21;1911.60;9.80;313.00;1.57;0.42 +12497;0;1407.00;9.95;1545.00;0.00;0.34 +12497;1;1404.00;10.15;1542.50;-0.87;0.34 +12497;2;1408.00;10.40;1542.00;0.32;0.34 +12497;3;1410.50;9.90;1545.00;1.57;0.34 +12497;4;1404.50;9.95;1547.00;4.03;0.34 +12497;5;1409.50;9.90;1549.00;2.58;0.34 +12497;6;1407.50;9.90;1550.00;3.04;0.34 +12497;9;1403.76;10.00;1545.00;1.57;0.34 +12497;10;1410.24;9.90;1545.00;-1.57;0.34 12497;21;1403.76;10.00;1545.00;1.57;0.34 +12498;0;1485.00;10.40;1392.00;0.00;0.36 +12498;1;1481.00;10.40;1389.00;-0.92;0.36 +12498;2;1486.00;10.32;1388.00;0.24;0.36 +12498;3;1490.00;10.35;1391.50;1.47;0.36 +12498;4;1481.00;10.40;1394.00;4.24;0.36 +12498;5;1489.00;10.40;1394.50;2.12;0.36 +12498;6;1485.50;10.40;1395.50;3.00;0.36 +12498;9;1481.58;10.40;1392.00;1.57;0.36 +12498;10;1488.42;10.40;1392.00;-1.57;0.36 12498;21;1481.58;10.40;1392.00;1.57;0.36 +12499;0;4924.00;10.40;438.00;0.00;0.36 +12499;1;4922.00;10.35;435.00;-0.58;0.36 +12499;2;4929.00;9.50;436.50;1.27;0.36 +12499;3;4919.00;10.40;439.00;4.51;0.36 +12499;4;4921.00;10.50;442.50;3.73;0.36 +12499;5;4925.00;10.40;442.50;2.92;0.36 +12499;9;4918.78;10.40;438.00;1.57;0.36 +12499;10;4929.22;9.50;438.00;-1.57;0.36 +12499;19;4939.00;9.50;439.00;1.28;0.36 +12499;20;4940.74;9.50;439.11;1.63;0.36 12499;21;4918.78;10.40;438.00;1.57;0.36 +12500;0;4887.00;9.75;1438.00;0.00;0.30 +12500;1;4885.50;9.80;1435.50;-0.54;0.30 +12500;2;4890.00;9.70;1436.50;1.10;0.30 +12500;3;4882.50;9.80;1437.50;-1.46;0.30 +12500;4;4885.00;9.80;1440.00;3.92;0.30 +12500;5;4891.00;9.70;1440.50;2.12;0.30 +12500;6;4889.50;9.70;1441.50;2.52;0.30 +12500;9;4883.94;9.80;1438.00;1.57;0.30 +12500;10;4890.06;9.70;1438.00;-1.57;0.30 12500;21;4883.94;9.80;1438.00;1.57;0.30 +12501;0;1443.00;12.77;1466.00;0.00;0.30 +12501;1;1442.50;13.10;1462.50;-0.14;0.30 +12501;2;1438.00;12.45;1466.50;4.61;0.30 +12501;3;1448.00;13.30;1465.00;1.37;0.30 +12501;4;1448.50;12.30;1467.50;1.83;0.30 +12501;5;1443.50;11.80;1468.50;2.94;0.30 +12501;9;1439.22;12.93;1466.00;1.57;0.30 +12501;10;1446.78;12.92;1466.00;-1.57;0.30 12501;21;1439.22;12.93;1466.00;1.57;0.30 +12502;0;3794.00;14.15;1887.00;0.00;1.26 +12502;1;3779.00;13.40;1873.00;-0.82;1.26 +12502;2;3797.00;13.72;1881.00;0.46;1.26 +12502;3;3784.00;10.60;1883.50;-1.23;1.26 +12502;4;3811.00;11.77;1892.00;1.85;1.26 +12502;5;3789.00;9.82;1895.00;3.70;1.26 +12502;6;3806.50;14.70;1898.00;2.29;1.26 +12502;7;3796.50;10.10;1899.50;2.94;1.26 +12502;9;3781.22;9.88;1887.00;1.57;1.26 +12502;10;3806.78;12.06;1887.00;-1.57;1.26 12502;21;3781.22;9.88;1887.00;1.57;1.26 +12503;0;1849.00;11.00;1827.00;0.00;1.10 +12503;1;1840.50;11.45;1816.00;-0.65;1.10 +12503;2;924.00;9.50;913.00;-0.79;1.10 +12503;3;1824.00;11.40;1822.00;-1.37;1.10 +12503;4;924.00;9.50;913.00;-0.79;1.10 +12503;5;1868.00;10.80;1833.50;1.90;1.10 +12503;6;1845.50;11.20;1836.50;3.49;1.10 +12503;9;1827.76;11.30;1827.00;1.57;1.10 +12503;10;1870.24;11.12;1827.00;-1.57;1.10 +12503;19;1871.00;9.50;1851.00;-4.38;1.10 +12503;20;1872.18;9.50;1852.29;2.40;1.10 12503;21;1827.76;11.30;1827.00;1.57;1.10 +12504;0;3259.00;13.22;428.00;0.00;0.64 +12504;1;3257.00;13.20;423.00;-0.38;0.64 +12504;2;3271.00;13.25;424.50;1.28;0.64 +12504;3;3249.50;13.30;431.00;4.40;0.64 +12504;4;3269.50;13.70;430.50;1.80;0.64 +12504;5;3259.50;13.50;433.50;3.05;0.64 +12504;9;3248.74;13.25;428.00;1.57;0.64 +12504;10;3269.26;13.46;428.00;-1.57;0.64 12504;21;3248.74;13.25;428.00;1.57;0.64 +12505;0;1973.00;9.70;1683.00;0.00;0.52 +12505;1;1969.50;9.50;1680.00;-0.86;0.52 +12505;2;1977.00;9.70;1681.00;1.10;0.52 +12505;3;1975.00;9.60;1688.00;2.76;0.52 +12505;4;1969.00;9.70;1687.50;3.86;0.52 +12505;9;1968.32;9.70;1683.00;1.57;0.52 +12505;10;1977.68;9.70;1683.00;-1.57;0.52 +12505;19;1981.19;9.50;1679.43;-5.02;0.52 +12505;20;1982.79;9.50;1678.73;1.16;0.52 12505;21;1979.95;9.70;1684.61;-1.57;0.52 +12506;0;4560.00;11.27;1652.00;0.00;0.60 +12506;1;4561.50;12.00;1646.00;0.24;0.60 +12506;2;4571.50;12.80;1650.00;1.39;0.60 +12506;3;4550.00;13.50;1652.50;4.66;0.60 +12506;4;4566.00;12.45;1656.50;2.21;0.60 +12506;5;4554.50;13.20;1659.00;3.80;0.60 +12506;9;4551.36;13.07;1652.00;1.57;0.60 +12506;10;4568.64;12.41;1652.00;-1.57;0.60 12506;21;4551.36;13.07;1652.00;1.57;0.60 +12507;0;4510.00;14.30;1517.00;0.00;0.70 +12507;1;4506.50;14.90;1511.00;-0.52;0.70 +12507;2;4515.50;14.30;1509.50;0.63;0.70 +12507;3;4518.00;14.50;1515.50;1.38;0.70 +12507;4;4500.00;14.35;1514.50;-1.32;0.70 +12507;5;4502.50;14.05;1520.00;4.33;0.70 +12507;6;4513.00;14.02;1524.00;2.73;0.70 +12507;7;4505.50;12.35;1526.00;3.60;0.70 +12507;9;4503.34;14.02;1517.00;1.57;0.70 +12507;10;4516.66;14.55;1517.00;-1.57;0.70 12507;21;4503.34;14.02;1517.00;1.57;0.70 +12508;0;823.00;12.65;1880.00;0.00;1.32 +12508;1;823.50;12.10;1864.50;0.03;1.32 +12508;2;834.50;12.60;1866.50;0.70;1.32 +12508;3;814.50;13.20;1872.50;-0.84;1.32 +12508;4;834.50;13.70;1880.50;1.61;1.32 +12508;5;811.50;12.50;1881.00;4.62;1.32 +12508;6;808.50;13.10;1890.50;4.08;1.32 +12508;7;821.00;13.85;1894.50;3.27;1.32 +12508;9;810.94;12.35;1880.00;1.57;1.32 +12508;10;835.06;13.65;1880.00;-1.57;1.32 12508;21;810.94;12.35;1880.00;1.57;1.32 +12509;0;4193.00;15.72;1519.00;0.00;0.56 +12509;1;4193.50;15.80;1513.00;0.08;0.56 +12509;2;4185.50;14.55;1518.00;-1.43;0.56 +12509;3;4199.50;16.75;1516.00;1.13;0.56 +12509;4;4200.50;16.25;1522.00;1.95;0.56 +12509;5;4191.50;15.85;1524.00;3.43;0.56 +12509;6;4199.00;15.95;1526.50;2.46;0.56 +12509;9;4187.06;14.80;1519.00;1.57;0.56 +12509;10;4198.94;16.73;1519.00;-1.57;0.56 12509;21;4187.06;14.80;1519.00;1.57;0.56 +12510;0;4048.00;10.40;1680.00;0.00;0.68 +12510;1;4044.50;10.00;1673.00;-0.46;0.68 +12510;2;4053.50;10.40;1675.00;0.83;0.68 +12510;3;4039.50;10.20;1678.50;-1.39;0.68 +12510;4;4056.00;10.40;1683.50;1.98;0.68 +12510;5;4043.00;10.40;1685.50;3.87;0.68 +12510;6;4050.50;10.40;1688.50;2.85;0.68 +12510;9;4041.52;10.34;1680.00;1.57;0.68 +12510;10;4054.48;10.10;1680.00;-1.57;0.68 12510;21;4041.52;10.34;1680.00;1.57;0.68 +12511;0;4013.00;14.10;1356.00;0.00;0.40 +12511;1;4013.00;13.35;1351.50;0.00;0.40 +12511;2;4007.50;14.10;1356.00;4.71;0.40 +12511;3;4018.00;13.75;1356.50;1.67;0.40 +12511;4;4012.50;12.50;1360.00;3.26;0.40 +12511;9;4008.68;14.10;1356.00;1.57;0.40 +12511;10;4017.32;13.75;1356.00;-1.57;0.40 12511;21;4017.32;13.75;1356.00;-1.57;0.40 +12512;0;2089.00;12.92;1897.00;0.00;2.12 +12512;1;2105.50;11.30;1876.00;0.66;2.12 +12512;2;2084.00;11.82;1881.00;-0.30;2.12 +12512;3;2067.00;12.40;1888.00;-1.18;2.12 +12512;4;2115.50;13.70;1895.00;1.49;2.12 +12512;5;2062.00;12.75;1895.00;-1.49;2.12 +12512;6;2071.00;14.25;1914.00;3.95;2.12 +12512;7;2102.50;14.10;1910.50;2.35;2.12 +12512;8;2090.50;14.95;1921.00;3.07;2.12 +12512;9;2065.96;13.10;1897.00;1.57;2.12 +12512;10;2112.04;13.65;1897.00;-1.57;2.12 +12512;19;2050.00;9.85;1878.00;-1.18;2.12 +12512;20;2048.42;9.85;1877.23;-1.11;2.12 12512;21;2065.96;13.10;1897.00;1.57;2.12 +12513;0;1293.00;10.50;1535.00;0.00;0.38 +12513;1;1296.50;10.40;1530.00;0.61;0.38 +12513;2;1289.00;10.50;1534.00;-1.32;0.38 +12513;3;1299.00;10.50;1535.00;1.57;0.38 +12513;4;1289.00;10.60;1539.00;3.92;0.38 +12513;5;1295.50;10.50;1539.00;2.58;0.38 +12513;9;1287.96;10.55;1535.00;1.57;0.38 +12513;10;1298.04;10.50;1535.00;-1.57;0.38 12513;21;1287.96;10.55;1535.00;1.57;0.38 +12514;0;4108.00;10.30;1746.00;0.00;0.62 +12514;1;4113.00;9.80;1739.00;0.62;0.62 +12514;2;4102.00;10.37;1742.00;-0.98;0.62 +12514;3;4117.00;9.80;1746.00;1.57;0.62 +12514;4;4096.50;10.40;1746.50;4.66;0.62 +12514;5;4098.50;10.40;1749.50;4.35;0.62 +12514;6;4107.50;10.40;1753.00;3.21;0.62 +12514;9;4100.44;10.40;1746.00;1.57;0.62 +12514;10;4115.56;9.80;1746.00;-1.57;0.62 12514;21;4100.44;10.40;1746.00;1.57;0.62 +12515;0;4138.00;10.22;1598.00;0.00;0.54 +12515;1;4138.00;10.10;1592.50;0.00;0.54 +12515;2;4143.00;10.15;1594.00;0.89;0.54 +12515;3;4132.50;10.10;1598.00;4.71;0.54 +12515;4;4145.00;10.32;1598.00;1.57;0.54 +12515;5;4139.00;10.45;1602.50;2.92;0.54 +12515;6;4133.00;10.22;1604.00;3.83;0.54 +12515;9;4132.42;10.11;1598.00;1.57;0.54 +12515;10;4143.58;10.30;1598.00;-1.57;0.54 12515;21;4132.42;10.11;1598.00;1.57;0.54 +12516;0;1253.00;11.50;1587.00;0.00;0.52 +12516;1;1252.00;11.50;1581.00;-0.16;0.52 +12516;2;1257.50;11.30;1581.50;0.68;0.52 +12516;3;1247.00;11.70;1587.50;4.62;0.52 +12516;4;1259.00;11.30;1588.50;1.81;0.52 +12516;5;1252.00;11.35;1593.50;3.29;0.52 +12516;6;1258.50;11.20;1593.50;2.43;0.52 +12516;9;1248.32;11.70;1587.00;1.57;0.52 +12516;10;1257.68;11.40;1587.00;-1.57;0.52 12516;21;1248.32;11.70;1587.00;1.57;0.52 +12517;0;3989.00;10.32;1822.00;0.00;0.94 +12517;1;3989.00;10.40;1811.50;0.00;0.94 +12517;2;3979.50;10.05;1813.00;-0.81;0.94 +12517;3;3999.00;10.30;1817.50;1.14;0.94 +12517;4;3978.00;10.37;1823.00;4.62;0.94 +12517;5;3999.00;10.30;1828.50;2.14;0.94 +12517;6;3987.50;10.30;1833.00;3.27;0.94 +12517;9;3980.36;10.40;1822.00;1.57;0.94 +12517;10;3997.64;10.30;1822.00;-1.57;0.94 12517;21;3980.36;10.40;1822.00;1.57;0.94 +12518;0;5019.00;11.07;1744.00;0.00;1.52 +12518;1;5025.00;11.00;1729.00;0.38;1.52 +12518;2;5012.00;10.90;1728.50;-0.42;1.52 +12518;3;5001.00;11.15;1737.00;-1.20;1.52 +12518;4;5033.50;9.80;1732.00;0.87;1.52 +12518;5;5033.00;10.87;1746.00;1.71;1.52 +12518;6;5008.50;11.30;1751.50;4.09;1.52 +12518;7;5027.00;12.00;1762.50;2.73;1.52 +12518;9;5005.32;11.35;1744.00;1.57;1.52 +12518;10;5032.68;10.76;1744.00;-1.57;1.52 +12518;19;5037.00;9.50;1719.00;0.38;1.52 +12518;20;5038.02;9.50;1717.58;0.62;1.52 12518;21;5005.32;11.35;1744.00;1.57;1.52 +12519;0;3111.00;13.20;344.00;0.00;0.92 +12519;1;3112.50;13.20;334.00;0.14;0.92 +12519;2;3100.50;13.20;338.50;-1.08;0.92 +12519;3;3122.50;13.20;342.50;1.44;0.92 +12519;4;3100.50;13.20;349.50;4.23;0.92 +12519;5;3121.50;13.10;351.50;2.19;0.92 +12519;6;3112.50;13.10;354.00;2.99;0.92 +12519;9;3102.36;13.20;344.00;1.57;0.92 +12519;10;3119.64;13.20;344.00;-1.57;0.92 12519;21;3119.64;13.20;344.00;-1.57;0.92 +12520;0;4251.00;13.02;1483.00;0.00;0.64 +12520;1;4248.50;14.40;1476.50;-0.36;0.64 +12520;2;4256.00;12.80;1477.00;0.69;0.64 +12520;3;4244.00;13.90;1483.00;4.71;0.64 +12520;4;4259.50;12.60;1482.00;1.45;0.64 +12520;5;4256.00;12.60;1487.00;2.24;0.64 +12520;6;4243.00;13.22;1489.00;4.06;0.64 +12520;7;4249.00;12.82;1490.00;3.42;0.64 +12520;9;4244.70;13.89;1483.00;1.57;0.64 +12520;10;4257.30;12.60;1483.00;-1.57;0.64 12520;21;4244.70;13.89;1483.00;1.57;0.64 +12521;0;3875.00;10.40;1643.00;0.00;0.38 +12521;1;3871.00;10.40;1640.50;-1.01;0.38 +12521;2;3878.50;10.40;1638.50;0.66;0.38 +12521;3;3882.00;10.40;1638.50;0.99;0.38 +12521;4;3881.50;10.40;1642.00;1.41;0.38 +12521;5;3867.50;10.30;1645.00;4.45;0.38 +12521;6;3880.50;10.40;1646.50;2.13;0.38 +12521;7;3874.00;10.30;1647.00;3.38;0.38 +12521;9;3869.24;10.35;1643.00;1.57;0.38 +12521;10;3880.76;10.40;1643.00;-1.57;0.38 12521;21;3869.24;10.35;1643.00;1.57;0.38 +12522;0;5239.00;11.22;1629.00;0.00;1.28 +12522;1;5233.00;10.60;1611.00;-0.32;1.28 +12522;2;5225.50;10.10;1615.50;-0.78;1.28 +12522;3;5249.50;11.90;1626.50;1.33;1.28 +12522;4;5228.00;9.85;1631.50;4.48;1.28 +12522;5;5248.50;11.15;1644.00;2.57;1.28 +12522;6;5235.50;9.80;1645.00;3.35;1.28 +12522;9;5227.48;9.90;1629.00;1.57;1.28 +12522;10;5250.52;12.10;1629.00;-1.57;1.28 +12522;19;5214.00;9.50;1601.00;-0.79;1.28 +12522;20;5212.83;9.50;1599.69;-0.72;1.28 12522;21;5227.48;9.90;1629.00;1.57;1.28 +12523;0;4346.00;10.40;1691.00;0.00;0.66 +12523;1;4339.50;10.20;1684.00;-0.74;0.66 +12523;2;4350.00;10.40;1686.00;0.67;0.66 +12523;3;4334.50;10.80;1685.00;-1.09;0.66 +12523;4;4336.50;10.70;1690.50;-1.51;0.66 +12523;5;4357.50;10.70;1692.50;1.70;0.66 +12523;6;4343.50;10.65;1697.00;3.53;0.66 +12523;7;4352.50;10.80;1697.50;2.35;0.66 +12523;9;4337.72;10.52;1691.00;1.57;0.66 +12523;10;4354.28;10.36;1691.00;-1.57;0.66 12523;21;4337.72;10.52;1691.00;1.57;0.66 +12524;0;4231.00;12.22;1354.00;0.00;0.58 +12524;1;4232.50;13.20;1348.50;0.26;0.58 +12524;2;4223.00;13.00;1347.50;-0.88;0.58 +12524;3;4222.00;12.07;1354.00;4.71;0.58 +12524;4;4241.00;12.35;1354.50;1.62;0.58 +12524;5;4231.00;12.05;1359.50;3.14;0.58 +12524;9;4223.62;12.10;1354.00;1.57;0.58 +12524;10;4238.38;12.49;1354.00;-1.57;0.58 12524;21;4223.62;12.10;1354.00;1.57;0.58 +12525;0;4469.00;11.15;1585.00;0.00;0.68 +12525;1;2234.00;9.50;792.00;-1.23;0.68 +12525;2;4463.00;11.30;1580.50;-0.92;0.68 +12525;3;4465.50;11.60;1590.50;3.70;0.68 +12525;4;4474.50;11.20;1590.50;2.35;0.68 +12525;9;4462.70;11.57;1585.00;1.57;0.68 +12525;10;4475.30;10.68;1585.00;-1.57;0.68 12525;21;4462.70;11.57;1585.00;1.57;0.68 +12526;0;4070.00;15.75;1374.00;0.00;0.40 +12526;1;4062.50;16.35;1371.00;-1.19;0.40 +12526;2;4071.50;15.20;1370.50;0.40;0.40 +12526;3;4080.50;14.40;1373.00;1.47;0.40 +12526;4;4062.50;13.75;1375.00;4.58;0.40 +12526;5;4080.50;14.75;1376.00;1.75;0.40 +12526;6;4065.50;12.60;1377.50;4.05;0.40 +12526;7;4072.50;13.95;1378.00;2.58;0.40 +12526;9;4062.98;14.62;1374.00;1.57;0.40 +12526;10;4077.02;15.56;1374.00;-1.57;0.40 12526;21;4062.98;14.62;1374.00;1.57;0.40 +12527;0;3695.00;10.67;1717.00;0.00;0.42 +12527;1;3694.50;10.70;1712.50;-0.11;0.42 +12527;2;3701.00;10.40;1712.50;0.92;0.42 +12527;3;3688.00;10.35;1714.50;-1.22;0.42 +12527;4;3701.00;10.52;1716.00;1.40;0.42 +12527;5;3689.50;10.50;1718.50;4.44;0.42 +12527;6;3701.00;10.70;1721.00;2.15;0.42 +12527;7;3695.50;10.40;1722.00;3.04;0.42 +12527;9;3689.96;10.52;1717.00;1.57;0.42 +12527;10;3700.04;10.57;1717.00;-1.57;0.42 12527;21;3689.96;10.52;1717.00;1.57;0.42 +12528;0;4153.00;10.22;1576.00;0.00;0.50 +12528;1;4155.00;10.40;1570.00;0.32;0.50 +12528;2;4148.50;10.20;1570.00;-0.64;0.50 +12528;3;4148.00;10.20;1576.50;4.61;0.50 +12528;4;4159.00;10.55;1577.50;1.81;0.50 +12528;5;4150.50;10.30;1583.00;3.48;0.50 +12528;6;4156.50;10.30;1583.00;2.67;0.50 +12528;9;4148.50;10.20;1576.00;1.57;0.50 +12528;10;4157.50;10.55;1576.00;-1.57;0.50 12528;21;4148.50;10.20;1576.00;1.57;0.50 +12529;0;4071.00;10.57;1428.00;0.00;0.50 +12529;1;4067.50;10.40;1423.00;-0.61;0.50 +12529;2;4061.50;10.55;1423.00;-1.08;0.50 +12529;3;4077.00;10.40;1423.50;0.92;0.50 +12529;4;4080.00;10.75;1428.50;1.62;0.50 +12529;5;4062.50;10.60;1429.00;4.59;0.50 +12529;6;2035.00;10.00;713.50;-1.23;0.50 +12529;7;4078.00;9.75;1433.50;2.23;0.50 +12529;8;4066.50;11.00;1434.50;3.74;0.50 +12529;9;4063.62;10.55;1428.00;1.57;0.50 +12529;10;4078.38;10.60;1428.00;-1.57;0.50 12529;21;4063.62;10.55;1428.00;1.57;0.50 +12530;0;3572.00;9.80;1965.00;0.00;0.44 +12530;1;3570.00;9.72;1965.00;4.71;0.44 +12530;2;3579.50;9.70;1965.50;1.63;0.44 +12530;9;3566.06;9.67;1965.00;1.57;0.44 +12530;10;3577.94;9.75;1965.00;-1.57;0.44 +12530;19;3559.00;9.50;1961.00;-1.57;0.44 +12530;20;3557.32;9.50;1960.48;-1.27;0.44 12530;21;3566.06;9.67;1965.00;1.57;0.44 +12531;0;4527.00;10.40;1790.00;0.00;1.10 +12531;1;4521.00;10.30;1779.00;-0.49;1.10 +12531;2;4540.00;10.30;1781.00;0.96;1.10 +12531;3;4509.50;10.30;1790.50;4.68;1.10 +12531;4;4547.00;10.20;1789.50;1.54;1.10 +12531;5;4534.00;10.40;1799.50;2.50;1.10 +12531;6;4514.50;10.40;1802.50;3.92;1.10 +12531;9;4512.24;10.40;1790.00;1.57;1.10 +12531;10;4541.76;10.23;1790.00;-1.57;1.10 12531;21;4512.24;10.40;1790.00;1.57;1.10 +12532;0;5099.00;11.82;100.00;0.00;0.32 +12532;1;5098.50;11.30;95.50;-0.11;0.32 +12532;2;5102.50;11.80;96.50;0.78;0.32 +12532;3;5095.50;12.70;100.50;4.57;0.32 +12532;4;5102.50;11.80;100.50;1.71;0.32 +12532;5;5099.00;13.80;104.50;3.14;0.32 +12532;9;5096.12;12.41;100.00;1.57;0.32 +12532;10;5101.88;11.65;100.00;-1.57;0.32 12532;21;5096.12;12.41;100.00;1.57;0.32 +12533;0;4534.00;12.50;1493.00;0.00;0.50 +12533;1;4529.00;13.20;1486.50;-0.65;0.50 +12533;2;4524.00;12.75;1492.00;-1.47;0.50 +12533;3;4539.50;12.50;1491.00;1.22;0.50 +12533;4;4545.00;12.50;1496.50;1.87;0.50 +12533;5;4536.00;12.57;1498.00;2.76;0.50 +12533;6;4527.50;12.90;1497.50;4.10;0.50 +12533;7;4543.50;12.40;1499.50;2.17;0.50 +12533;9;4526.08;12.60;1493.00;1.57;0.50 +12533;10;4541.92;12.54;1493.00;-1.57;0.50 12533;21;4526.08;12.60;1493.00;1.57;0.50 +12534;0;1039.00;11.40;1892.00;0.00;1.60 +12534;1;1038.00;11.60;1874.50;-0.05;1.60 +12534;2;1050.50;11.30;1893.50;1.70;1.60 +12534;3;1029.50;11.55;1894.00;4.50;1.60 +12534;4;1049.50;12.00;1909.50;2.60;1.60 +12534;5;1056.50;11.40;1911.50;2.41;1.60 +12534;6;1052.50;11.30;1913.50;2.58;1.60 +12534;9;1024.60;11.69;1892.00;1.57;1.60 +12534;10;1053.40;11.02;1892.00;-1.57;1.60 12534;21;1053.40;11.02;1892.00;-1.57;1.60 +12535;0;1061.00;15.32;1595.00;0.00;0.54 +12535;1;1062.00;14.45;1587.50;0.13;0.54 +12535;2;1055.00;14.35;1591.50;-1.04;0.54 +12535;3;1067.00;15.57;1593.00;1.24;0.54 +12535;4;1056.00;14.25;1599.50;3.98;0.54 +12535;5;1066.50;15.85;1599.00;2.20;0.54 +12535;6;1063.00;15.65;1602.50;2.88;0.54 +12535;9;1056.14;14.79;1595.00;1.57;0.54 +12535;10;1065.86;15.59;1595.00;-1.57;0.54 12535;21;1056.14;14.79;1595.00;1.57;0.54 +12536;0;4122.00;10.45;1650.00;0.00;0.48 +12536;1;4121.00;10.50;1645.00;-0.19;0.48 +12536;2;4127.00;10.40;1643.50;0.65;0.48 +12536;3;4126.50;10.40;1647.00;0.98;0.48 +12536;4;4118.50;10.05;1652.00;4.19;0.48 +12536;5;4125.00;10.37;1654.00;2.49;0.48 +12536;9;4117.68;10.26;1650.00;1.57;0.48 +12536;10;4126.32;10.40;1650.00;-1.57;0.48 12536;21;4122.14;9.90;1659.49;-1.57;0.48 +12537;0;4715.00;12.47;1556.00;0.00;0.66 +12537;1;4712.50;12.60;1548.50;-0.32;0.66 +12537;2;4703.00;12.40;1551.50;-1.21;0.66 +12537;3;4726.00;12.32;1555.00;1.48;0.66 +12537;4;4702.00;12.25;1556.50;4.67;0.66 +12537;5;4726.50;12.55;1562.00;2.05;0.66 +12537;6;4711.50;12.05;1561.00;3.75;0.66 +12537;9;4703.66;12.36;1556.00;1.57;0.66 +12537;10;4726.34;12.38;1556.00;-1.57;0.66 12537;21;4703.66;12.36;1556.00;1.57;0.66 +12538;0;4591.00;10.55;1730.00;0.00;1.00 +12538;1;4589.00;11.00;1722.00;-0.24;1.00 +12538;2;4577.50;10.50;1721.50;-1.00;1.00 +12538;3;4583.50;10.30;1730.50;4.64;1.00 +12538;4;4602.00;10.60;1732.50;1.79;1.00 +12538;5;4597.00;10.30;1740.50;2.62;1.00 +12538;6;4604.50;10.60;1740.50;2.23;1.00 +12538;9;4580.38;10.40;1730.00;1.57;1.00 +12538;10;4601.62;10.76;1730.00;-1.57;1.00 12538;21;4580.38;10.40;1730.00;1.57;1.00 +12539;0;4464.00;13.80;1372.00;0.00;0.68 +12539;1;4455.50;14.15;1368.00;-1.13;0.68 +12539;2;4462.00;14.25;1365.00;-0.27;0.68 +12539;3;4470.00;14.55;1367.50;0.92;0.68 +12539;4;4472.50;14.20;1374.00;1.80;0.68 +12539;5;4459.00;14.00;1376.50;3.98;0.68 +12539;6;4466.50;14.25;1380.00;2.83;0.68 +12539;9;4457.16;13.83;1372.00;1.57;0.68 +12539;10;4470.84;14.21;1372.00;-1.57;0.68 12539;21;4457.16;13.83;1372.00;1.57;0.68 +12540;0;4406.00;10.92;1581.00;0.00;0.48 +12540;1;4403.50;11.60;1576.50;-0.50;0.48 +12540;2;4412.00;11.05;1576.00;0.87;0.48 +12540;3;4413.50;10.70;1582.00;1.70;0.48 +12540;4;4398.50;11.30;1583.50;4.39;0.48 +12540;5;4406.50;10.70;1586.00;3.04;0.48 +12540;9;4399.70;11.43;1581.00;1.57;0.48 +12540;10;4412.30;10.70;1581.00;-1.57;0.48 12540;21;4399.70;11.43;1581.00;1.57;0.48 +12541;0;4370.00;14.22;1407.00;0.00;0.68 +12541;1;4371.50;14.80;1398.50;0.17;0.68 +12541;2;4378.00;14.02;1400.00;0.85;0.68 +12541;3;4363.00;14.42;1403.00;-1.05;0.68 +12541;4;4380.00;13.85;1406.50;1.52;0.68 +12541;5;4360.50;14.60;1410.00;4.40;0.68 +12541;6;4372.50;14.00;1413.50;2.77;0.68 +12541;7;4363.50;14.65;1414.00;3.89;0.68 +12541;9;4362.26;14.58;1407.00;1.57;0.68 +12541;10;4377.74;13.95;1407.00;-1.57;0.68 12541;21;4362.26;14.58;1407.00;1.57;0.68 +12542;0;3994.00;10.15;1745.00;0.00;0.60 +12542;1;3991.00;10.40;1738.50;-0.43;0.60 +12542;2;3997.00;10.32;1735.00;0.29;0.60 +12542;3;4000.00;10.20;1742.00;1.10;0.60 +12542;4;3987.50;10.30;1748.00;4.28;0.60 +12542;5;4002.00;10.07;1749.00;2.03;0.60 +12542;6;3995.50;10.30;1752.00;2.93;0.60 +12542;9;3988.60;10.29;1745.00;1.57;0.60 +12542;10;3999.40;10.12;1745.00;-1.57;0.60 12542;21;3988.60;10.29;1745.00;1.57;0.60 +12543;0;4707.00;11.00;1600.00;0.00;0.64 +12543;1;4702.00;10.90;1593.50;-0.65;0.64 +12543;2;4709.00;10.70;1593.00;0.27;0.64 +12543;3;4716.00;10.67;1594.00;0.98;0.64 +12543;4;4699.00;11.27;1601.00;4.58;0.64 +12543;5;4717.00;10.80;1598.00;1.37;0.64 +12543;6;4711.50;11.25;1604.00;2.29;0.64 +12543;7;4703.00;11.80;1607.50;3.63;0.64 +12543;9;4699.80;11.25;1600.00;1.57;0.64 +12543;10;4714.20;10.90;1600.00;-1.57;0.64 12543;21;4699.80;11.25;1600.00;1.57;0.64 +12544;0;4310.00;14.95;1457.00;0.00;0.60 +12544;1;4305.50;15.00;1453.50;-0.91;0.60 +12544;2;4312.00;15.45;1448.50;0.23;0.60 +12544;3;4316.00;15.22;1452.00;0.87;0.60 +12544;4;4319.00;14.60;1458.50;1.73;0.60 +12544;5;4300.00;15.55;1459.50;4.46;0.60 +12544;6;4311.50;15.25;1463.00;2.89;0.60 +12544;7;4302.50;14.85;1463.00;4.03;0.60 +12544;9;4302.98;14.82;1457.00;1.57;0.60 +12544;10;4317.02;14.64;1457.00;-1.57;0.60 12544;21;4302.98;14.82;1457.00;1.57;0.60 +12545;0;4051.00;9.70;1892.00;0.00;1.38 +12545;1;4057.00;9.70;1875.50;0.34;1.38 +12545;2;4067.50;9.70;1883.50;1.09;1.38 +12545;3;4046.50;9.70;1883.50;-0.48;1.38 +12545;4;4035.50;9.70;1894.50;4.55;1.38 +12545;5;4054.00;9.70;1901.50;2.83;1.38 +12545;6;4030.00;9.70;1903.50;4.21;1.38 +12545;7;4036.50;9.70;1908.00;3.87;1.38 +12545;9;4036.60;9.70;1892.00;1.57;1.38 +12545;10;4065.40;9.70;1892.00;-1.57;1.38 12545;21;4036.60;9.70;1892.00;1.57;1.38 +12546;0;3978.00;9.80;1615.00;0.00;0.54 +12546;1;3977.00;9.80;1607.00;-0.12;0.54 +12546;2;3980.50;9.80;1609.50;0.42;0.54 +12546;3;3974.00;9.80;1611.00;-0.78;0.54 +12546;4;3982.50;9.80;1617.00;1.98;0.54 +12546;5;3974.00;9.80;1619.50;3.86;0.54 +12546;9;3973.14;9.80;1615.00;1.57;0.54 +12546;10;3982.86;9.80;1615.00;-1.57;0.54 12546;21;3973.14;9.80;1615.00;1.57;0.54 +12547;0;3165.00;12.30;97.00;0.00;0.60 +12547;1;3165.00;10.40;91.00;0.00;0.60 +12547;2;3155.00;10.52;91.00;-1.03;0.60 +12547;3;3175.00;12.30;97.50;1.62;0.60 +12547;4;3155.50;11.50;97.50;4.66;0.60 +12547;5;3166.50;12.60;103.50;2.91;0.60 +12547;9;3157.08;11.70;97.00;1.57;0.60 +12547;10;3172.92;12.27;97.00;-1.57;0.60 +12547;19;3148.00;9.50;83.00;0.00;0.60 +12547;20;3146.64;9.50;81.88;-0.88;0.60 12547;21;3157.08;11.70;97.00;1.57;0.60 +12548;0;4791.00;11.55;1493.00;0.00;0.54 +12548;1;4785.50;12.30;1486.50;-0.70;0.54 +12548;2;4783.00;11.17;1491.00;-1.32;0.54 +12548;3;4793.00;12.55;1488.50;0.41;0.54 +12548;4;4799.50;11.60;1493.50;1.63;0.54 +12548;5;4788.50;11.20;1497.00;3.70;0.54 +12548;6;4796.50;13.40;1499.50;2.43;0.54 +12548;9;4784.16;11.05;1493.00;1.57;0.54 +12548;10;4797.84;11.88;1493.00;-1.57;0.54 12548;21;4784.16;11.05;1493.00;1.57;0.54 +12549;0;4870.00;9.80;1985.00;0.00;2.24 +12549;1;4857.00;10.95;1953.50;-0.39;2.24 +12549;2;4877.50;10.30;1951.50;0.22;2.24 +12549;3;4888.00;10.30;1971.50;0.92;2.24 +12549;4;4849.50;10.40;1989.00;4.52;2.24 +12549;5;4894.50;9.90;2002.00;2.17;2.24 +12549;9;4849.84;10.53;1985.00;1.57;2.24 +12549;10;4890.16;10.30;1985.00;-1.57;2.24 12549;21;4849.84;10.53;1985.00;1.57;2.24 +12550;0;1355.00;10.87;1664.00;0.00;0.42 +12550;1;1357.50;10.80;1659.00;0.46;0.42 +12550;2;1354.00;10.90;1659.50;-0.21;0.42 +12550;3;1360.00;10.75;1663.50;1.47;0.42 +12550;4;1350.50;10.95;1664.00;4.71;0.42 +12550;5;1350.50;10.50;1668.50;3.92;0.42 +12550;6;1356.00;10.40;1668.50;2.92;0.42 +12550;9;1351.04;10.92;1664.00;1.57;0.42 +12550;10;1358.96;10.72;1664.00;-1.57;0.42 12550;21;1351.04;10.92;1664.00;1.57;0.42 +12551;0;5079.00;11.05;1751.00;0.00;1.42 +12551;1;5076.50;10.00;1735.00;-0.15;1.42 +12551;2;5089.50;10.15;1735.00;0.58;1.42 +12551;3;5094.00;11.10;1750.50;1.53;1.42 +12551;4;5063.00;11.55;1749.50;-1.47;1.42 +12551;5;5080.00;11.70;1765.50;3.07;1.42 +12551;9;5066.22;10.94;1751.00;1.57;1.42 +12551;10;5091.78;11.30;1751.00;-1.57;1.42 +12551;19;5084.00;9.50;1716.00;-0.15;1.42 +12551;20;5084.24;9.50;1714.26;0.14;1.42 12551;21;5066.22;10.94;1751.00;1.57;1.42 +12552;0;1141.00;17.12;1470.00;0.00;0.64 +12552;1;1137.50;15.00;1461.00;-0.37;0.64 +12552;2;1144.00;15.12;1464.00;0.46;0.64 +12552;3;1135.00;16.15;1470.50;4.62;0.64 +12552;4;1148.00;16.40;1473.00;1.97;0.64 +12552;5;1142.00;16.50;1478.50;3.02;0.64 +12552;6;1148.00;16.95;1478.50;2.45;0.64 +12552;9;1135.24;16.12;1470.00;1.57;0.64 +12552;10;1146.76;16.92;1470.00;-1.57;0.64 12552;21;1135.24;16.12;1470.00;1.57;0.64 +12553;0;971.00;13.45;1642.00;0.00;0.58 +12553;1;970.00;14.10;1635.00;-0.14;0.58 +12553;2;976.50;14.40;1638.50;1.00;0.58 +12553;3;964.00;12.72;1638.00;-1.05;0.58 +12553;4;964.50;13.10;1645.50;4.21;0.58 +12553;5;978.50;13.50;1646.50;2.11;0.58 +12553;6;971.50;12.80;1649.50;3.07;0.58 +12553;9;964.70;12.78;1642.00;1.57;0.58 +12553;10;977.30;13.50;1642.00;-1.57;0.58 12553;21;964.70;12.78;1642.00;1.57;0.58 +12554;0;4640.00;12.60;1419.00;0.00;0.44 +12554;1;4643.00;12.87;1414.00;0.54;0.44 +12554;2;4635.00;12.65;1416.00;-1.03;0.44 +12554;3;4645.50;12.60;1419.50;1.66;0.44 +12554;4;4635.00;12.55;1422.00;4.17;0.44 +12554;5;4641.00;12.50;1424.00;2.94;0.44 +12554;9;4634.96;12.62;1419.00;1.57;0.44 +12554;10;4645.04;12.64;1419.00;-1.57;0.44 12554;21;4634.96;12.62;1419.00;1.57;0.44 +12555;0;4218.00;10.07;1757.00;0.00;0.72 +12555;1;4217.50;9.80;1746.00;-0.04;0.72 +12555;2;4222.00;9.95;1748.00;0.41;0.72 +12555;3;4211.00;9.70;1755.00;-1.29;0.72 +12555;4;4225.00;10.45;1759.00;1.84;0.72 +12555;5;4212.00;9.87;1764.00;3.85;0.72 +12555;6;4219.00;10.10;1766.50;3.03;0.72 +12555;9;4211.52;9.80;1757.00;1.57;0.72 +12555;10;4224.48;10.39;1757.00;-1.57;0.72 12555;21;4211.52;9.80;1757.00;1.57;0.72 +12556;0;4657.00;11.65;1593.00;0.00;0.68 +12556;1;4661.50;11.75;1586.00;0.57;0.68 +12556;2;4653.50;11.80;1587.00;-0.52;0.68 +12556;3;4663.50;11.85;1596.00;2.00;0.68 +12556;4;4649.00;12.75;1594.50;4.52;0.68 +12556;5;4653.50;12.20;1599.50;3.63;0.68 +12556;6;4660.00;12.20;1602.50;2.83;0.68 +12556;9;4650.88;12.88;1593.00;1.57;0.68 +12556;10;4663.12;11.99;1593.00;-1.57;0.68 12556;21;4650.88;12.88;1593.00;1.57;0.68 +12557;0;4605.00;11.75;1466.00;0.00;0.68 +12557;1;4608.00;11.70;1460.00;0.46;0.68 +12557;2;4599.50;12.10;1461.00;-0.83;0.68 +12557;3;4615.00;11.20;1462.50;1.23;0.68 +12557;4;4599.00;11.60;1468.00;4.39;0.68 +12557;5;4609.50;11.65;1467.00;1.78;0.68 +12557;6;4601.50;11.50;1474.50;3.53;0.68 +12557;7;4606.00;12.20;1476.00;3.04;0.68 +12557;9;4598.88;11.75;1466.00;1.57;0.68 +12557;10;4611.12;11.53;1466.00;-1.57;0.68 12557;21;4598.88;11.75;1466.00;1.57;0.68 +12558;0;3673.00;10.32;1797.00;0.00;0.62 +12558;1;3667.00;9.90;1796.50;-1.48;0.62 +12558;2;3674.50;10.50;1789.00;0.18;0.62 +12558;3;3679.50;10.50;1797.50;1.64;0.62 +12558;4;3674.50;10.60;1805.50;2.96;0.62 +12558;5;3669.50;10.25;1806.00;3.51;0.62 +12558;9;3667.42;9.90;1797.00;1.57;0.62 +12558;10;3678.58;10.50;1797.00;-1.57;0.62 12558;21;3667.42;9.90;1797.00;1.57;0.62 +12559;0;4989.00;9.70;1592.00;0.00;0.56 +12559;1;4997.50;10.00;1589.50;1.28;0.56 +12559;2;4992.50;9.70;1587.00;0.61;0.56 +12559;3;4986.00;9.70;1586.50;-0.49;0.56 +12559;4;4982.50;9.85;1591.00;-1.41;0.56 +12559;5;4984.50;9.80;1598.00;3.78;0.56 +12559;9;4981.26;9.90;1592.00;1.57;0.56 +12559;10;4996.74;9.78;1592.00;-1.57;0.56 +12559;19;4987.00;9.60;1605.00;-2.50;0.56 +12559;20;4986.73;9.60;1606.73;3.29;0.56 12559;21;4981.26;9.90;1592.00;1.57;0.56 +12560;0;5113.00;11.50;104.00;0.00;0.28 +12560;1;5113.00;11.25;100.50;0.00;0.28 +12560;2;5109.50;12.40;102.50;-1.16;0.28 +12560;3;5116.50;10.50;104.50;1.71;0.28 +12560;4;5109.50;12.10;105.50;4.30;0.28 +12560;5;5111.00;12.00;106.50;3.81;0.28 +12560;6;5114.50;11.10;107.50;2.73;0.28 +12560;9;5110.48;12.15;104.00;1.57;0.28 +12560;10;5115.52;10.79;104.00;-1.57;0.28 +12560;19;5118.00;9.80;102.00;-4.57;0.28 +12560;20;5119.62;9.80;101.35;1.19;0.28 12560;21;5110.48;12.15;104.00;1.57;0.28 +12561;0;1127.00;15.45;1574.00;0.00;0.58 +12561;1;1125.50;15.60;1567.50;-0.22;0.58 +12561;2;1132.50;16.30;1567.50;0.70;0.58 +12561;3;1121.50;15.30;1573.00;-1.39;0.58 +12561;4;1132.50;15.30;1574.00;1.57;0.58 +12561;5;1123.50;15.10;1579.50;3.70;0.58 +12561;6;1129.00;14.95;1582.00;2.89;0.58 +12561;9;1121.78;15.26;1574.00;1.57;0.58 +12561;10;1132.22;15.35;1574.00;-1.57;0.58 12561;21;1121.78;15.26;1574.00;1.57;0.58 +12562;0;3143.00;9.80;1556.00;0.00;0.22 +12562;1;3143.50;9.90;1552.00;0.12;0.22 +12562;2;3145.00;9.80;1555.00;1.10;0.22 +12562;3;3141.00;9.80;1554.50;-0.92;0.22 +12562;4;3139.50;9.80;1557.00;4.43;0.22 +12562;5;3142.00;9.80;1559.00;3.46;0.22 +12562;6;3145.00;9.85;1559.00;2.55;0.22 +12562;9;3141.02;9.80;1556.00;1.57;0.22 +12562;10;3144.98;9.80;1556.00;-1.57;0.22 12562;21;3141.02;9.80;1556.00;1.57;0.22 +12563;0;4248.00;10.50;1613.00;0.00;0.86 +12563;1;4240.00;10.72;1607.00;-0.92;0.86 +12563;2;4248.50;10.60;1602.50;0.04;0.86 +12563;3;4256.00;10.45;1608.50;1.05;0.86 +12563;4;4260.50;10.80;1615.00;1.72;0.86 +12563;5;4236.00;10.67;1615.00;4.54;0.86 +12563;6;4236.00;10.42;1618.00;4.31;0.86 +12563;7;4253.00;10.97;1620.00;2.52;0.86 +12563;8;4242.00;10.47;1621.00;3.78;0.86 +12563;9;4238.64;10.80;1613.00;1.57;0.86 +12563;10;4257.36;10.60;1613.00;-1.57;0.86 12563;21;4238.64;10.80;1613.00;1.57;0.86 +12564;0;4102.00;12.37;1498.00;0.00;0.48 +12564;1;4099.50;11.75;1494.00;-0.55;0.48 +12564;2;4106.50;12.65;1495.00;0.98;0.48 +12564;3;4096.00;10.72;1498.00;4.71;0.48 +12564;4;4109.50;13.30;1498.50;1.63;0.48 +12564;5;4097.00;10.90;1501.50;4.10;0.48 +12564;6;4104.00;12.50;1502.00;2.67;0.48 +12564;9;4096.60;10.97;1498.00;1.57;0.48 +12564;10;4107.40;13.30;1498.00;-1.57;0.48 12564;21;4107.40;13.30;1498.00;-1.57;0.48 +12565;0;4685.00;12.00;1684.00;0.00;0.58 +12565;1;4693.50;12.30;1681.00;1.23;0.58 +12565;2;4683.50;12.25;1678.00;-0.24;0.58 +12565;3;4675.00;12.20;1683.00;-1.47;0.58 +12565;4;4683.00;11.25;1689.50;3.49;0.58 +12565;5;4694.00;11.50;1689.50;2.11;0.58 +12565;9;4677.08;12.05;1684.00;1.57;0.58 +12565;10;4692.92;11.83;1684.00;-1.57;0.58 12565;21;4677.08;12.05;1684.00;1.57;0.58 +12566;0;1222.00;11.20;1670.00;0.00;0.56 +12566;1;1217.00;11.30;1663.00;-0.62;0.56 +12566;2;1224.00;11.20;1663.00;0.27;0.56 +12566;3;1216.00;11.30;1668.00;-1.24;0.56 +12566;4;1228.00;11.00;1670.00;1.57;0.56 +12566;5;1217.50;11.15;1676.00;3.78;0.56 +12566;6;1223.50;11.05;1678.00;2.95;0.56 +12566;9;1216.96;11.27;1670.00;1.57;0.56 +12566;10;1227.04;11.04;1670.00;-1.57;0.56 12566;21;1216.96;11.27;1670.00;1.57;0.56 +12567;0;3746.00;10.60;1676.00;0.00;0.46 +12567;1;3741.50;10.95;1670.00;-0.64;0.46 +12567;2;3743.00;10.65;1669.50;-0.43;0.46 +12567;3;3748.00;10.55;1672.50;0.51;0.46 +12567;4;3741.00;11.00;1675.50;-1.47;0.46 +12567;5;3752.00;10.45;1677.50;1.81;0.46 +12567;6;3746.00;10.45;1681.00;3.14;0.46 +12567;7;3750.50;10.40;1681.50;2.45;0.46 +12567;9;3741.86;10.90;1676.00;1.57;0.46 +12567;10;3750.14;10.50;1676.00;-1.57;0.46 12567;21;3741.86;10.90;1676.00;1.57;0.46 +12568;0;1486.00;10.50;1493.00;0.00;0.34 +12568;1;1483.50;10.50;1489.50;-0.62;0.34 +12568;2;1488.00;10.40;1490.00;0.58;0.34 +12568;3;1483.50;10.55;1494.00;4.33;0.34 +12568;4;1489.50;10.50;1494.50;1.97;0.34 +12568;5;1485.50;10.70;1498.00;3.24;0.34 +12568;9;1482.94;10.44;1493.00;1.57;0.34 +12568;10;1489.06;10.45;1493.00;-1.57;0.34 12568;21;1482.94;10.44;1493.00;1.57;0.34 +12569;0;4920.00;11.35;1574.00;0.00;0.54 +12569;1;4922.50;11.00;1566.50;0.32;0.54 +12569;2;4926.00;10.75;1571.50;1.17;0.54 +12569;3;4916.00;12.45;1567.50;-0.55;0.54 +12569;4;4914.00;12.25;1574.50;4.62;0.54 +12569;5;4924.00;11.12;1581.00;2.62;0.54 +12569;6;4918.00;12.67;1582.00;3.38;0.54 +12569;9;4915.14;12.23;1574.00;1.57;0.54 +12569;10;4924.86;10.67;1574.00;-1.57;0.54 12569;21;4915.14;12.23;1574.00;1.57;0.54 +12570;0;1205.00;13.47;1521.00;0.00;0.36 +12570;1;1205.00;12.95;1512.50;0.00;0.36 +12570;2;1209.50;12.60;1512.50;0.48;0.36 +12570;3;1209.50;13.25;1516.00;0.73;0.36 +12570;4;1200.00;13.55;1517.00;-0.89;0.36 +12570;5;1209.50;13.45;1525.00;2.29;0.36 +12570;6;1201.50;13.80;1526.00;3.75;0.36 +12570;7;1206.50;13.50;1530.00;2.97;0.36 +12570;9;1201.76;13.50;1521.00;1.57;0.36 +12570;10;1208.24;13.50;1521.00;-1.57;0.36 12570;21;1201.76;13.50;1521.00;1.57;0.36 +12571;0;866.00;11.62;1838.00;0.00;0.96 +12571;1;860.50;11.70;1828.00;-0.50;0.96 +12571;2;873.00;11.40;1828.50;0.63;0.96 +12571;3;851.50;12.40;1834.50;-1.33;0.96 +12571;4;880.00;11.60;1832.50;1.19;0.96 +12571;5;878.00;11.80;1843.50;2.00;0.96 +12571;6;856.00;11.75;1845.50;4.06;0.96 +12571;7;866.50;12.25;1850.00;3.10;0.96 +12571;9;854.48;12.35;1838.00;1.57;0.96 +12571;10;877.52;11.65;1838.00;-1.57;0.96 12571;21;854.48;12.35;1838.00;1.57;0.96 +12572;0;1099.00;12.07;1681.00;0.00;0.52 +12572;1;1099.00;12.57;1675.00;0.00;0.52 +12572;2;1105.50;11.90;1680.50;1.49;0.52 +12572;3;1092.50;12.00;1681.50;4.63;0.52 +12572;4;1103.50;12.25;1687.00;2.49;0.52 +12572;5;1097.50;12.60;1687.00;3.38;0.52 +12572;9;1093.78;12.00;1681.00;1.57;0.52 +12572;10;1104.22;12.00;1681.00;-1.57;0.52 12572;21;1093.78;12.00;1681.00;1.57;0.52 +12573;0;1037.00;14.65;1519.00;0.00;0.46 +12573;1;1036.50;15.20;1514.00;-0.10;0.46 +12573;2;1031.00;15.60;1514.50;-0.92;0.46 +12573;3;1043.00;14.80;1519.00;1.57;0.46 +12573;4;1031.00;15.40;1519.50;4.62;0.46 +12573;5;1037.50;14.75;1524.00;3.04;0.46 +12573;9;1032.32;15.31;1519.00;1.57;0.46 +12573;10;1041.68;14.57;1519.00;-1.57;0.46 12573;21;1032.32;15.31;1519.00;1.57;0.46 +12574;0;3948.00;9.87;1797.00;0.00;0.56 +12574;1;3938.50;9.70;1794.00;-1.26;0.56 +12574;2;3949.50;9.80;1791.00;0.24;0.56 +12574;3;3959.50;9.80;1796.00;1.48;0.56 +12574;4;3936.50;9.70;1799.00;4.54;0.56 +12574;5;3959.00;9.80;1800.50;1.87;0.56 +12574;6;3947.50;9.80;1803.00;3.22;0.56 +12574;9;3939.18;9.70;1797.00;1.57;0.56 +12574;10;3956.82;9.81;1797.00;-1.57;0.56 12574;21;3939.18;9.70;1797.00;1.57;0.56 +12575;0;4522.00;13.60;1650.00;0.00;0.80 +12575;1;4524.50;11.40;1640.00;0.24;0.80 +12575;2;2260.50;9.50;824.50;-1.22;0.80 +12575;3;4532.00;11.95;1643.00;0.96;0.80 +12575;4;4513.00;13.50;1648.00;-1.35;0.80 +12575;5;4531.00;13.65;1651.50;1.73;0.80 +12575;6;4515.00;12.85;1657.50;3.89;0.80 +12575;7;4524.50;13.30;1658.50;2.85;0.80 +12575;9;4513.36;13.42;1650.00;1.57;0.80 +12575;10;4530.64;13.64;1650.00;-1.57;0.80 12575;21;4513.36;13.42;1650.00;1.57;0.80 +12576;0;5053.00;10.25;94.00;0.00;0.26 +12576;1;5051.50;10.40;90.50;-0.40;0.26 +12576;2;5046.00;10.65;94.00;4.71;0.26 +12576;3;5059.00;10.50;92.50;1.32;0.26 +12576;4;5055.00;10.10;97.00;2.55;0.26 +12576;5;5047.50;10.20;97.50;4.14;0.26 +12576;9;5047.24;10.57;94.00;1.57;0.26 +12576;10;5058.76;10.50;94.00;-1.57;0.26 12576;21;5047.24;10.57;94.00;1.57;0.26 +12577;0;1311.00;11.32;1616.00;0.00;0.34 +12577;1;1309.00;10.72;1613.00;-0.58;0.34 +12577;2;1315.00;10.85;1612.50;0.85;0.34 +12577;3;1318.00;11.25;1612.50;1.10;0.34 +12577;4;1305.50;10.70;1614.50;-1.30;0.34 +12577;5;1316.50;11.40;1616.50;1.66;0.34 +12577;6;1306.00;10.85;1618.00;4.33;0.34 +12577;7;1310.00;11.95;1621.00;3.33;0.34 +12577;9;1306.50;10.70;1616.00;1.57;0.34 +12577;10;1315.50;11.40;1616.00;-1.57;0.34 12577;21;1306.50;10.70;1616.00;1.57;0.34 +12578;0;977.00;14.60;1734.00;0.00;0.62 +12578;1;973.50;12.90;1726.00;-0.41;0.62 +12578;2;975.50;13.40;1726.00;-0.18;0.62 +12578;3;980.50;14.50;1726.00;0.41;0.62 +12578;4;971.00;13.30;1732.50;-1.32;0.62 +12578;5;983.50;13.10;1733.50;1.49;0.62 +12578;6;971.50;14.20;1740.50;3.84;0.62 +12578;7;977.00;14.40;1742.00;3.14;0.62 +12578;9;971.42;13.58;1734.00;1.57;0.62 +12578;10;982.58;12.87;1734.00;-1.57;0.62 12578;21;971.42;13.58;1734.00;1.57;0.62 +12579;0;4355.00;14.15;1521.00;0.00;0.68 +12579;1;4353.00;14.47;1515.00;-0.32;0.68 +12579;2;4361.00;13.65;1518.50;1.17;0.68 +12579;3;4346.50;14.30;1522.00;4.59;0.68 +12579;4;4362.50;14.30;1527.00;2.24;0.68 +12579;5;4353.50;14.70;1527.00;3.38;0.68 +12579;9;4348.16;14.30;1521.00;1.57;0.68 +12579;10;4361.84;13.61;1521.00;-1.57;0.68 12579;21;4348.16;14.30;1521.00;1.57;0.68 +12580;0;3963.00;10.40;1686.00;0.00;0.64 +12580;1;3960.50;9.80;1678.50;-0.32;0.64 +12580;2;3967.50;10.40;1681.50;0.78;0.64 +12580;3;3956.00;9.90;1680.50;-0.90;0.64 +12580;4;3952.50;9.80;1681.50;-1.16;0.64 +12580;5;3953.50;9.90;1685.50;-1.51;0.64 +12580;6;3974.00;9.80;1685.50;1.52;0.64 +12580;7;3972.00;10.40;1690.50;2.03;0.64 +12580;8;3962.00;10.17;1691.00;3.33;0.64 +12580;9;3955.26;9.85;1686.00;1.57;0.64 +12580;10;3970.74;10.07;1686.00;-1.57;0.64 12580;21;3955.26;9.85;1686.00;1.57;0.64 +12581;0;3915.00;11.80;1318.00;0.00;0.56 +12581;1;3909.50;14.80;1312.00;-0.74;0.56 +12581;2;3913.50;14.50;1312.50;-0.26;0.56 +12581;3;3908.00;12.97;1316.00;-1.29;0.56 +12581;4;3919.50;12.30;1316.00;1.15;0.56 +12581;5;3921.00;11.20;1321.50;2.09;0.56 +12581;6;3910.50;11.80;1320.00;4.29;0.56 +12581;7;3915.50;11.30;1323.50;3.05;0.56 +12581;9;3909.24;12.32;1318.00;1.57;0.56 +12581;10;3920.76;11.68;1318.00;-1.57;0.56 12581;21;3920.76;11.68;1318.00;-1.57;0.56 +12582;0;1501.00;10.60;1670.00;0.00;0.56 +12582;1;750.00;9.50;834.50;-0.73;0.56 +12582;2;1506.00;10.55;1668.00;1.19;0.56 +12582;3;1494.50;10.05;1667.00;-1.13;0.56 +12582;4;750.00;9.50;834.50;-0.73;0.56 +12582;5;1508.00;10.80;1673.00;1.97;0.56 +12582;6;1499.50;10.75;1674.00;3.50;0.56 +12582;7;1506.00;11.00;1675.50;2.40;0.56 +12582;9;1495.42;10.55;1670.00;1.57;0.56 +12582;10;1506.58;10.60;1670.00;-1.57;0.56 12582;21;1495.42;10.55;1670.00;1.57;0.56 +12583;0;3969.00;11.62;1374.00;0.00;0.40 +12583;1;3963.00;11.05;1373.00;-1.40;0.40 +12583;2;3971.00;11.85;1370.50;0.51;0.40 +12583;3;3976.50;11.20;1374.50;1.63;0.40 +12583;4;3971.00;11.10;1377.50;2.62;0.40 +12583;5;3965.00;11.35;1378.00;3.92;0.40 +12583;9;3963.60;11.16;1374.00;1.57;0.40 +12583;10;3974.40;11.30;1374.00;-1.57;0.40 12583;21;3971.02;11.30;1375.78;-1.57;0.40 +12584;0;3772.00;10.45;1646.00;0.00;0.24 +12584;1;3771.50;10.40;1643.00;-0.16;0.24 +12584;2;3778.50;10.50;1645.00;1.41;0.24 +12584;3;3766.00;10.50;1644.50;-1.32;0.24 +12584;4;3765.50;10.50;1647.50;4.48;0.24 +12584;5;3778.00;10.50;1648.50;1.96;0.24 +12584;6;3771.50;10.40;1649.00;3.30;0.24 +12584;9;3766.78;10.50;1646.00;1.57;0.24 +12584;10;3777.22;10.50;1646.00;-1.57;0.24 12584;21;3766.78;10.50;1646.00;1.57;0.24 +12585;0;1101.00;13.15;1660.00;0.00;0.40 +12585;1;1102.50;12.70;1655.50;0.32;0.40 +12585;2;1094.50;13.30;1660.50;4.63;0.40 +12585;3;1106.50;12.80;1661.50;1.83;0.40 +12585;4;1100.00;14.10;1664.50;3.36;0.40 +12585;5;1094.50;13.35;1665.00;4.05;0.40 +12585;9;1095.78;13.23;1660.00;1.57;0.40 +12585;10;1106.22;12.67;1660.00;-1.57;0.40 12585;21;1095.78;13.23;1660.00;1.57;0.40 +12586;0;1297.00;10.57;1576.00;0.00;0.44 +12586;1;1297.50;10.50;1571.00;0.10;0.44 +12586;2;1302.50;10.40;1572.00;0.94;0.44 +12586;3;1292.00;10.60;1572.50;-0.96;0.44 +12586;4;1291.50;10.70;1575.50;-1.48;0.44 +12586;5;1300.00;10.50;1579.00;2.35;0.44 +12586;6;1293.50;10.70;1581.50;3.70;0.44 +12586;7;1298.00;10.60;1583.00;3.00;0.44 +12586;8;1297.00;10.62;1584.00;3.14;0.44 +12586;9;1293.04;10.70;1576.00;1.57;0.44 +12586;10;1300.96;10.50;1576.00;-1.57;0.44 12586;21;1293.04;10.70;1576.00;1.57;0.44 +12587;0;3657.00;9.90;1764.00;0.00;0.38 +12587;1;3656.00;9.90;1760.00;-0.24;0.38 +12587;2;3661.50;10.00;1762.00;1.15;0.38 +12587;3;3652.00;9.90;1764.50;4.61;0.38 +12587;4;3661.50;10.00;1766.50;2.07;0.38 +12587;5;3656.50;9.90;1768.50;3.25;0.38 +12587;9;3653.04;9.90;1764.00;1.57;0.38 +12587;10;3660.96;10.00;1764.00;-1.57;0.38 12587;21;3653.04;9.90;1764.00;1.57;0.38 +12588;0;1335.00;11.15;1697.00;0.00;0.60 +12588;1;1334.50;11.20;1691.50;-0.09;0.60 +12588;2;1341.50;11.20;1692.00;0.91;0.60 +12588;3;1328.50;11.10;1695.50;-1.34;0.60 +12588;4;1340.00;11.10;1698.00;1.76;0.60 +12588;5;1330.00;11.00;1701.50;3.98;0.60 +12588;6;1336.00;11.00;1704.00;3.00;0.60 +12588;9;1329.60;11.05;1697.00;1.57;0.60 +12588;10;1340.40;11.14;1697.00;-1.57;0.60 12588;21;1329.60;11.05;1697.00;1.57;0.60 +12589;0;3112.00;11.57;91.00;0.00;0.84 +12589;1;3118.50;10.00;83.50;0.71;0.84 +12589;2;3104.00;10.10;87.00;-1.10;0.84 +12589;3;3129.00;9.90;85.50;1.25;0.84 +12589;4;3128.50;10.55;88.00;1.39;0.84 +12589;5;3120.50;10.95;92.00;1.68;0.84 +12589;6;3099.50;10.40;98.00;4.20;0.84 +12589;7;3107.50;11.40;99.00;3.65;0.84 +12589;9;3100.66;10.38;91.00;1.57;0.84 +12589;10;3123.34;10.99;91.00;-1.57;0.84 +12589;19;3093.00;9.50;84.00;-1.11;0.84 +12589;20;3091.35;9.50;83.39;-1.21;0.84 12589;21;3100.66;10.38;91.00;1.57;0.84 +12590;0;4148.00;11.42;1460.00;0.00;0.52 +12590;1;4145.50;12.00;1454.50;-0.42;0.52 +12590;2;4152.50;11.70;1458.50;1.24;0.52 +12590;3;4143.00;10.90;1461.50;4.42;0.52 +12590;4;4149.00;10.75;1465.50;2.96;0.52 +12590;5;4155.50;10.80;1463.00;1.95;0.52 +12590;6;4143.00;10.80;1466.50;3.79;0.52 +12590;9;4143.32;11.05;1460.00;1.57;0.52 +12590;10;4152.68;11.38;1460.00;-1.57;0.52 12590;21;4143.32;11.05;1460.00;1.57;0.52 +12591;0;4851.00;11.42;1628.00;0.00;0.68 +12591;1;4854.50;11.40;1622.00;0.52;0.68 +12591;2;4844.00;12.15;1622.00;-0.86;0.68 +12591;3;4837.50;11.50;1627.00;-1.49;0.68 +12591;4;4863.00;11.47;1628.00;1.57;0.68 +12591;5;4844.50;11.30;1632.50;4.10;0.68 +12591;6;4859.00;12.10;1633.00;2.12;0.68 +12591;9;4840.92;11.25;1628.00;1.57;0.68 +12591;10;4861.08;11.55;1628.00;-1.57;0.68 12591;21;4840.92;11.25;1628.00;1.57;0.68 +12592;0;5156.00;9.80;1879.00;0.00;2.82 +12592;1;5171.00;10.15;1846.50;0.43;2.82 +12592;2;5150.50;10.90;1854.50;-0.22;2.82 +12592;3;5183.50;10.40;1859.50;0.95;2.82 +12592;4;5133.00;11.25;1883.50;4.51;2.82 +12592;5;5177.00;9.80;1885.50;1.87;2.82 +12592;6;5121.00;10.47;1907.00;4.03;2.82 +12592;7;5140.50;10.30;1909.00;3.61;2.82 +12592;9;5128.64;11.60;1879.00;1.57;2.82 +12592;10;5183.36;10.05;1879.00;-1.57;2.82 12592;21;5128.64;11.60;1879.00;1.57;2.82 +12593;0;1208.00;10.90;1775.00;0.00;0.64 +12593;1;1209.50;10.80;1764.00;0.13;0.64 +12593;2;1215.00;10.70;1765.50;0.63;0.64 +12593;3;1202.50;10.90;1773.50;-1.30;0.64 +12593;4;1214.50;11.00;1773.50;1.34;0.64 +12593;5;1213.50;10.70;1782.00;2.47;0.64 +12593;6;1198.50;11.00;1781.50;4.11;0.64 +12593;7;1206.00;10.80;1784.50;3.34;0.64 +12593;9;1202.24;10.85;1775.00;1.57;0.64 +12593;10;1213.76;11.01;1775.00;-1.57;0.64 12593;21;1202.24;10.85;1775.00;1.57;0.64 +12594;0;4070.00;10.42;1530.00;0.00;0.52 +12594;1;4073.50;10.75;1525.00;0.61;0.52 +12594;2;4079.00;10.32;1528.00;1.35;0.52 +12594;3;4065.50;11.25;1526.00;-0.84;0.52 +12594;4;4061.50;11.10;1529.50;-1.51;0.52 +12594;5;4073.00;9.90;1534.50;2.55;0.52 +12594;6;4079.00;10.07;1532.00;1.78;0.52 +12594;7;4065.50;10.20;1534.50;3.92;0.52 +12594;9;4063.52;11.04;1530.00;1.57;0.52 +12594;10;4076.48;10.15;1530.00;-1.57;0.52 12594;21;4057.34;11.30;1526.48;-1.57;0.52 +12595;0;4232.00;10.50;1697.00;0.00;0.64 +12595;1;4226.50;10.60;1692.00;-0.83;0.64 +12595;2;4232.00;10.60;1690.00;0.00;0.64 +12595;3;4239.00;10.60;1692.50;0.99;0.64 +12595;4;4225.00;10.50;1699.00;4.43;0.64 +12595;5;4238.50;10.50;1699.00;1.86;0.64 +12595;6;4233.00;10.50;1704.50;3.00;0.64 +12595;7;4228.00;10.47;1705.00;3.60;0.64 +12595;9;4225.70;10.50;1697.00;1.57;0.64 +12595;10;4238.30;10.50;1697.00;-1.57;0.64 12595;21;4225.70;10.50;1697.00;1.57;0.64 +12596;0;4288.00;17.15;1318.00;0.00;0.52 +12596;1;4287.50;19.25;1312.00;-0.08;0.52 +12596;2;4295.50;18.40;1315.00;1.19;0.52 +12596;3;4279.00;18.75;1316.50;-1.40;0.52 +12596;4;4296.00;16.80;1321.00;1.93;0.52 +12596;5;4277.50;16.10;1321.00;4.43;0.52 +12596;6;4286.00;15.45;1322.50;3.56;0.52 +12596;9;4280.80;17.67;1318.00;1.57;0.52 +12596;10;4295.20;17.90;1318.00;-1.57;0.52 12596;21;4280.80;17.67;1318.00;1.57;0.52 +12597;0;1306.00;11.00;1691.00;0.00;0.50 +12597;1;1311.00;11.10;1687.00;0.89;0.50 +12597;2;1304.50;10.90;1685.00;-0.24;0.50 +12597;3;1299.50;10.60;1690.50;-1.49;0.50 +12597;4;1314.00;11.10;1692.50;1.75;0.50 +12597;5;1298.00;10.40;1695.50;4.20;0.50 +12597;6;1305.50;10.90;1696.50;3.23;0.50 +12597;9;1300.24;10.71;1691.00;1.57;0.50 +12597;10;1311.76;11.10;1691.00;-1.57;0.50 12597;21;1300.24;10.71;1691.00;1.57;0.50 +12598;0;4276.00;13.02;1398.00;0.00;0.58 +12598;1;4272.50;14.00;1396.00;-1.05;0.58 +12598;2;4282.00;13.85;1392.00;0.78;0.58 +12598;3;4282.00;12.60;1398.50;1.65;0.58 +12598;4;4267.50;12.60;1403.00;4.18;0.58 +12598;5;4273.00;12.35;1404.00;3.60;0.58 +12598;6;4269.00;12.62;1406.00;3.86;0.58 +12598;9;4269.52;13.64;1398.00;1.57;0.58 +12598;10;4282.48;12.65;1398.00;-1.57;0.58 12598;21;4269.52;13.64;1398.00;1.57;0.58 +12599;0;4146.00;9.80;1723.00;0.00;0.56 +12599;1;4145.00;9.80;1715.50;-0.13;0.56 +12599;2;4139.00;9.80;1721.00;-1.29;0.56 +12599;3;4152.00;9.80;1722.00;1.40;0.56 +12599;4;4146.50;9.80;1729.00;3.05;0.56 +12599;5;4155.00;9.80;1728.50;2.11;0.56 +12599;9;4139.52;9.80;1723.00;1.57;0.56 +12599;10;4152.48;9.80;1723.00;-1.57;0.56 12599;21;4139.52;9.80;1723.00;1.57;0.56 +12600;0;1749.00;11.67;1819.00;0.00;1.16 +12600;1;1755.50;11.65;1796.00;0.27;1.16 +12600;2;1762.50;11.65;1798.00;0.57;1.16 +12600;3;1748.50;11.80;1800.00;-0.02;1.16 +12600;4;1755.50;11.70;1816.00;1.13;1.16 +12600;5;1741.00;11.60;1822.00;4.35;1.16 +12600;6;1758.50;11.60;1835.50;2.61;1.16 +12600;7;1753.00;11.60;1839.50;2.94;1.16 +12600;9;1738.56;11.60;1819.00;1.57;1.16 +12600;10;1759.44;11.80;1819.00;-1.57;1.16 12600;21;1759.44;11.80;1819.00;-1.57;1.16 +12601;0;4070.00;14.67;1399.00;0.00;0.78 +12601;1;4072.50;14.20;1390.50;0.28;0.78 +12601;2;4079.00;15.32;1393.00;0.98;0.78 +12601;3;4063.50;16.90;1397.50;-1.34;0.78 +12601;4;4075.00;13.25;1401.50;2.03;0.78 +12601;5;4060.50;14.70;1405.50;4.11;0.78 +12601;6;4067.00;14.75;1408.50;3.44;0.78 +12601;9;4062.98;16.35;1399.00;1.57;0.78 +12601;10;4077.02;14.19;1399.00;-1.57;0.78 12601;21;4062.98;16.35;1399.00;1.57;0.78 +12602;0;3918.00;9.80;1781.00;0.00;0.62 +12602;1;3921.50;9.70;1773.50;0.43;0.62 +12602;2;3914.50;9.80;1774.00;-0.46;0.62 +12602;3;3910.50;9.75;1781.00;4.71;0.62 +12602;4;3925.50;9.70;1778.50;1.24;0.62 +12602;5;3923.50;9.70;1786.00;2.30;0.62 +12602;6;3915.00;9.75;1788.00;3.54;0.62 +12602;9;3912.24;9.70;1781.00;1.57;0.62 +12602;10;3923.76;9.70;1781.00;-1.57;0.62 12602;21;3912.24;9.70;1781.00;1.57;0.62 +12603;0;1182.00;11.22;1734.00;0.00;0.74 +12603;1;1176.50;11.00;1726.00;-0.60;0.74 +12603;2;1186.00;11.00;1726.00;0.46;0.74 +12603;3;1171.00;11.15;1729.50;-1.18;0.74 +12603;4;1190.00;11.20;1735.50;1.75;0.74 +12603;5;1175.50;12.30;1736.50;4.34;0.74 +12603;6;1183.00;11.15;1743.50;3.03;0.74 +12603;9;1174.44;11.42;1734.00;1.57;0.74 +12603;10;1189.56;11.20;1734.00;-1.57;0.74 12603;21;1174.44;11.42;1734.00;1.57;0.74 +12604;0;5543.00;9.72;149.00;0.00;0.32 +12604;1;5541.00;9.70;149.50;4.46;0.32 +12604;2;5546.00;9.70;147.00;0.98;0.32 +12604;3;5546.00;10.05;151.00;2.15;0.32 +12604;9;5539.58;9.65;149.00;1.57;0.32 +12604;10;5546.42;9.93;149.00;-1.57;0.32 +12604;19;5548.00;9.50;142.00;-1.82;0.32 +12604;20;5549.01;9.50;140.57;0.62;0.32 12604;21;5539.58;9.65;149.00;1.57;0.32 +12605;0;4446.00;14.30;1495.00;0.00;0.66 +12605;1;4444.50;14.60;1486.50;-0.17;0.66 +12605;2;4451.00;14.70;1489.50;0.73;0.66 +12605;3;4438.50;14.40;1493.50;-1.37;0.66 +12605;4;4452.50;14.40;1498.00;2.00;0.66 +12605;5;4443.50;13.70;1502.50;3.46;0.66 +12605;9;4440.06;14.25;1495.00;1.57;0.66 +12605;10;4451.94;14.40;1495.00;-1.57;0.66 12605;21;4440.06;14.25;1495.00;1.57;0.66 +12606;0;4039.00;9.85;1638.00;0.00;0.54 +12606;1;4036.50;9.80;1633.00;-0.46;0.54 +12606;2;4045.00;9.80;1634.50;1.04;0.54 +12606;3;4031.50;9.80;1639.00;4.58;0.54 +12606;4;4048.00;10.00;1639.00;1.68;0.54 +12606;5;4040.50;10.15;1642.00;2.78;0.54 +12606;6;4032.50;10.40;1643.50;4.01;0.54 +12606;9;4032.34;9.80;1638.00;1.57;0.54 +12606;10;4045.66;9.89;1638.00;-1.57;0.54 12606;21;4032.34;9.80;1638.00;1.57;0.54 +12607;0;992.00;12.70;1592.00;0.00;0.60 +12607;1;990.50;15.10;1586.00;-0.24;0.60 +12607;2;996.00;14.05;1586.00;0.58;0.60 +12607;3;985.50;15.00;1591.00;-1.41;0.60 +12607;4;999.50;13.05;1589.00;1.19;0.60 +12607;5;997.50;13.70;1595.00;2.07;0.60 +12607;6;985.50;12.80;1598.50;3.92;0.60 +12607;7;988.00;11.97;1600.00;3.60;0.60 +12607;9;985.88;14.82;1592.00;1.57;0.60 +12607;10;998.12;12.55;1592.00;-1.57;0.60 12607;21;985.88;14.82;1592.00;1.57;0.60 +12608;0;4560.00;10.60;1746.00;0.00;1.16 +12608;1;4556.50;10.50;1731.50;-0.23;1.16 +12608;2;4549.50;10.40;1733.50;-0.69;1.16 +12608;3;4568.00;10.50;1738.50;0.81;1.16 +12608;4;4549.50;10.60;1747.00;4.61;1.16 +12608;5;4569.50;10.60;1754.50;2.30;1.16 +12608;6;4556.50;10.45;1759.00;3.40;1.16 +12608;9;4549.56;10.54;1746.00;1.57;1.16 +12608;10;4570.44;10.70;1746.00;-1.57;1.16 12608;21;4549.56;10.54;1746.00;1.57;1.16 +12609;0;4509.00;14.52;1359.00;0.00;0.40 +12609;1;4506.00;14.55;1355.00;-0.64;0.40 +12609;2;4515.00;14.55;1356.50;1.17;0.40 +12609;3;4500.00;14.45;1358.50;-1.51;0.40 +12609;4;4517.50;14.35;1361.00;1.80;0.40 +12609;5;4504.50;14.55;1362.00;4.12;0.40 +12609;6;4513.00;14.55;1363.50;2.41;0.40 +12609;9;4502.34;14.50;1359.00;1.57;0.40 +12609;10;4515.66;14.58;1359.00;-1.57;0.40 12609;21;4502.34;14.50;1359.00;1.57;0.40 +12610;0;4322.00;13.95;1549.00;0.00;0.58 +12610;1;4322.00;13.57;1542.00;0.00;0.58 +12610;2;4329.50;13.90;1547.00;1.31;0.58 +12610;3;4317.00;13.45;1546.50;-1.10;0.58 +12610;4;4315.00;13.15;1552.50;4.24;0.58 +12610;5;4327.00;14.30;1552.50;2.18;0.58 +12610;6;4320.00;13.50;1555.50;3.44;0.58 +12610;9;4316.24;13.28;1549.00;1.57;0.58 +12610;10;4327.76;14.22;1549.00;-1.57;0.58 12610;21;4316.24;13.28;1549.00;1.57;0.58 +12611;0;4644.00;10.25;1753.00;0.00;1.20 +12611;1;4640.50;10.30;1743.00;-0.33;1.20 +12611;2;4654.00;10.40;1743.00;0.78;1.20 +12611;3;4655.50;10.40;1754.50;1.70;1.20 +12611;4;4631.00;10.47;1752.00;-1.49;1.20 +12611;5;4631.50;10.25;1760.00;4.20;1.20 +12611;6;4646.00;10.10;1765.50;2.98;1.20 +12611;7;4638.50;10.15;1766.00;3.54;1.20 +12611;9;4633.20;10.40;1753.00;1.57;1.20 +12611;10;4654.80;10.40;1753.00;-1.57;1.20 12611;21;4633.20;10.40;1753.00;1.57;1.20 +12612;0;4526.00;12.77;1420.00;0.00;0.52 +12612;1;4522.50;12.30;1415.50;-0.66;0.52 +12612;2;4530.00;12.75;1414.50;0.62;0.52 +12612;3;4533.00;12.60;1422.00;1.84;0.52 +12612;4;4518.50;12.60;1420.50;4.64;0.52 +12612;5;4525.50;12.70;1425.50;3.23;0.52 +12612;9;4520.24;12.55;1420.00;1.57;0.52 +12612;10;4531.76;12.80;1420.00;-1.57;0.52 12612;21;4520.24;12.55;1420.00;1.57;0.52 +12613;0;4054.00;9.90;1554.00;0.00;0.60 +12613;1;4057.50;10.00;1546.50;0.43;0.60 +12613;2;4052.00;10.10;1548.50;-0.34;0.60 +12613;3;4060.50;10.00;1554.00;1.57;0.60 +12613;4;4048.00;9.90;1555.50;4.46;0.60 +12613;5;4056.00;9.90;1560.00;2.82;0.60 +12613;6;4049.00;9.80;1561.00;3.76;0.60 +12613;9;4048.60;10.00;1554.00;1.57;0.60 +12613;10;4059.40;10.00;1554.00;-1.57;0.60 12613;21;4048.60;10.00;1554.00;1.57;0.60 +12614;0;4341.00;14.17;1438.00;0.00;0.62 +12614;1;4339.50;16.25;1432.00;-0.24;0.62 +12614;2;4349.00;14.80;1429.50;0.75;0.62 +12614;3;4351.00;14.30;1435.50;1.32;0.62 +12614;4;4330.50;15.20;1436.50;-1.42;0.62 +12614;5;4331.50;14.00;1442.50;4.27;0.62 +12614;6;4349.50;13.20;1442.00;2.01;0.62 +12614;7;4341.50;13.40;1443.50;3.05;0.62 +12614;9;4332.90;14.63;1438.00;1.57;0.62 +12614;10;4349.10;13.79;1438.00;-1.57;0.62 12614;21;4332.90;14.63;1438.00;1.57;0.62 +12615;0;4212.00;10.05;1802.00;0.00;1.04 +12615;1;4216.00;10.12;1789.00;0.29;1.04 +12615;2;4203.00;9.80;1794.00;-0.84;1.04 +12615;3;4221.50;10.10;1794.00;0.87;1.04 +12615;4;4225.00;10.17;1806.00;1.86;1.04 +12615;5;4194.00;9.70;1803.50;4.62;1.04 +12615;6;4205.50;10.10;1810.50;3.79;1.04 +12615;9;4199.40;9.79;1802.00;1.57;1.04 +12615;10;4224.60;10.10;1802.00;-1.57;1.04 12615;21;4199.40;9.79;1802.00;1.57;1.04 +12616;0;3992.00;9.80;1594.00;0.00;0.58 +12616;1;3992.00;10.05;1586.50;0.00;0.58 +12616;2;3997.50;10.10;1590.50;1.00;0.58 +12616;3;3986.50;9.80;1591.50;-1.14;0.58 +12616;4;3998.00;9.80;1597.50;2.09;0.58 +12616;5;3987.50;9.80;1599.00;3.87;0.58 +12616;6;3993.50;9.80;1600.50;2.91;0.58 +12616;9;3985.88;9.80;1594.00;1.57;0.58 +12616;10;3998.12;10.19;1594.00;-1.57;0.58 12616;21;3985.88;9.80;1594.00;1.57;0.58 +12617;0;5556.00;9.92;142.00;0.00;0.30 +12617;1;5554.50;9.50;139.50;-0.54;0.30 +12617;2;5558.00;10.05;138.00;0.46;0.30 +12617;3;5559.50;10.55;141.00;1.29;0.30 +12617;4;5552.50;9.70;143.50;4.30;0.30 +12617;5;5558.50;10.80;144.00;2.24;0.30 +12617;6;5556.50;10.50;145.50;3.00;0.30 +12617;9;5553.30;9.63;142.00;1.57;0.30 +12617;10;5558.70;10.49;142.00;-1.57;0.30 +12617;19;5554.00;9.50;137.00;-0.54;0.30 +12617;20;5553.35;9.50;135.37;-0.38;0.30 12617;21;5553.30;9.63;142.00;1.57;0.30 +12618;0;4764.00;10.20;1484.00;0.00;0.52 +12618;1;4763.00;10.00;1478.50;-0.18;0.52 +12618;2;4770.00;10.10;1480.00;0.98;0.52 +12618;3;4759.00;10.10;1485.50;4.42;0.52 +12618;4;4769.50;10.20;1486.50;1.99;0.52 +12618;5;4766.00;10.15;1491.00;2.86;0.52 +12618;9;4758.96;10.10;1484.00;1.57;0.52 +12618;10;4769.04;10.20;1484.00;-1.57;0.52 12618;21;4758.96;10.10;1484.00;1.57;0.52 +12619;0;3911.00;9.87;1599.00;0.00;0.46 +12619;1;3915.50;10.30;1594.50;0.78;0.46 +12619;2;3907.00;10.45;1595.00;-0.78;0.46 +12619;3;3919.50;10.70;1599.00;1.57;0.46 +12619;4;3904.00;10.67;1601.00;4.43;0.46 +12619;5;3915.50;10.10;1602.50;2.23;0.46 +12619;6;3908.50;10.10;1604.50;3.56;0.46 +12619;9;3904.70;10.68;1599.00;1.57;0.46 +12619;10;3917.30;10.39;1599.00;-1.57;0.46 12619;21;3904.70;10.68;1599.00;1.57;0.46 +12620;0;1255.00;10.90;1629.00;0.00;0.44 +12620;1;1251.50;10.90;1625.00;-0.71;0.44 +12620;2;1259.50;11.00;1624.50;0.78;0.44 +12620;3;1245.50;10.90;1628.00;-1.46;0.44 +12620;4;1264.00;10.75;1628.00;1.46;0.44 +12620;5;1246.00;10.92;1632.00;4.39;0.44 +12620;6;1263.00;10.65;1632.00;1.93;0.44 +12620;7;1254.50;10.90;1633.50;3.25;0.44 +12620;9;1247.98;10.90;1629.00;1.57;0.44 +12620;10;1262.02;10.77;1629.00;-1.57;0.44 12620;21;1247.98;10.90;1629.00;1.57;0.44 +12621;0;4296.00;10.70;1645.00;0.00;0.64 +12621;1;4296.50;10.60;1638.50;0.07;0.64 +12621;2;4305.00;10.87;1642.00;1.24;0.64 +12621;3;4288.50;10.40;1646.00;4.58;0.64 +12621;4;4299.50;10.90;1650.00;2.53;0.64 +12621;5;4290.50;10.70;1652.50;3.77;0.64 +12621;9;4289.52;10.40;1645.00;1.57;0.64 +12621;10;4302.48;10.94;1645.00;-1.57;0.64 12621;21;4289.52;10.40;1645.00;1.57;0.64 +12622;0;4668.00;11.25;1544.00;0.00;0.78 +12622;1;4663.00;11.17;1536.00;-0.55;0.78 +12622;2;4671.50;11.00;1541.00;0.86;0.78 +12622;3;4661.00;11.80;1545.00;4.57;0.78 +12622;4;4678.50;11.10;1550.50;2.12;0.78 +12622;5;4671.00;11.50;1552.00;2.78;0.78 +12622;6;4678.50;11.20;1553.00;2.27;0.78 +12622;9;4660.98;11.75;1544.00;1.57;0.78 +12622;10;4675.02;11.10;1544.00;-1.57;0.78 12622;21;4660.98;11.75;1544.00;1.57;0.78 +12623;0;4899.00;10.15;1773.00;0.00;1.16 +12623;1;4893.00;10.35;1762.00;-0.49;1.16 +12623;2;4903.00;10.10;1756.00;0.23;1.16 +12623;3;4906.00;10.05;1757.00;0.41;1.16 +12623;4;4910.50;10.10;1769.00;1.23;1.16 +12623;5;4887.50;10.90;1779.00;4.23;1.16 +12623;6;4903.00;10.70;1786.00;2.84;1.16 +12623;9;4888.56;10.85;1773.00;1.57;1.16 +12623;10;4909.44;10.10;1773.00;-1.57;1.16 12623;21;4888.56;10.85;1773.00;1.57;1.16 +12624;0;1218.00;12.47;1481.00;0.00;0.20 +12624;1;1212.50;13.50;1478.50;-1.14;0.20 +12624;2;1223.00;13.75;1478.50;1.10;0.20 +12624;3;1207.50;13.50;1481.00;4.71;0.20 +12624;4;1229.00;13.62;1481.00;1.57;0.20 +12624;5;1222.50;13.00;1483.50;2.07;0.20 +12624;6;1211.50;13.50;1484.00;4.28;0.20 +12624;9;1210.26;13.43;1481.00;1.57;0.20 +12624;10;1225.74;13.58;1481.00;-1.57;0.20 12624;21;1210.26;13.43;1481.00;1.57;0.20 +12625;0;4318.00;13.00;1574.00;0.00;0.62 +12625;1;4318.00;13.25;1568.00;0.00;0.62 +12625;2;4324.00;13.15;1572.50;1.32;0.62 +12625;3;4312.00;13.27;1571.00;-1.10;0.62 +12625;4;4314.50;13.25;1579.00;3.75;0.62 +12625;5;4322.00;13.65;1580.00;2.55;0.62 +12625;6;4320.00;13.35;1583.50;2.93;0.62 +12625;9;4312.42;13.09;1574.00;1.57;0.62 +12625;10;4323.58;13.15;1574.00;-1.57;0.62 12625;21;4312.42;13.09;1574.00;1.57;0.62 +12626;0;3672.00;10.30;1666.00;0.00;0.26 +12626;1;3672.50;10.35;1663.00;0.16;0.26 +12626;2;3667.50;9.80;1664.00;-1.15;0.26 +12626;3;3677.00;10.32;1665.00;1.37;0.26 +12626;4;3666.50;9.80;1667.00;4.53;0.26 +12626;5;3677.50;10.40;1667.50;1.83;0.26 +12626;6;3669.00;9.90;1668.50;4.01;0.26 +12626;7;3674.00;10.50;1669.00;2.55;0.26 +12626;9;3668.04;9.80;1666.00;1.57;0.26 +12626;10;3675.96;10.40;1666.00;-1.57;0.26 12626;21;3668.04;9.80;1666.00;1.57;0.26 +12627;0;1164.00;17.62;1499.00;0.00;0.52 +12627;1;1164.00;17.95;1492.50;0.00;0.52 +12627;2;1169.50;16.40;1492.50;0.70;0.52 +12627;3;1159.50;16.85;1493.00;-0.64;0.52 +12627;4;1170.50;16.00;1497.50;1.34;0.52 +12627;5;1157.50;16.80;1496.50;-1.20;0.52 +12627;6;1156.50;16.90;1502.00;4.33;0.52 +12627;7;1168.00;16.25;1504.00;2.46;0.52 +12627;8;1161.50;17.80;1505.50;3.50;0.52 +12627;9;1158.06;17.06;1499.00;1.57;0.52 +12627;10;1169.94;15.86;1499.00;-1.57;0.52 12627;21;1158.06;17.06;1499.00;1.57;0.52 +12628;0;4282.00;13.15;1599.00;0.00;0.50 +12628;1;4276.00;12.35;1594.50;-0.92;0.50 +12628;2;4287.50;13.10;1594.50;0.88;0.50 +12628;3;4273.00;12.50;1601.50;4.44;0.50 +12628;4;4292.00;13.85;1600.50;1.72;0.50 +12628;5;4283.50;13.25;1604.00;2.85;0.50 +12628;9;4273.72;12.27;1599.00;1.57;0.50 +12628;10;4290.28;13.82;1599.00;-1.57;0.50 12628;21;4273.72;12.27;1599.00;1.57;0.50 +12629;0;4610.00;12.35;1440.00;0.00;0.64 +12629;1;4606.00;12.72;1432.00;-0.46;0.64 +12629;2;4614.50;12.20;1436.00;0.84;0.64 +12629;3;4603.00;12.65;1438.00;-1.29;0.64 +12629;4;4620.00;11.90;1441.00;1.67;0.64 +12629;5;4618.00;11.80;1444.50;2.08;0.64 +12629;6;4603.00;12.10;1444.50;4.14;0.64 +12629;7;4610.50;11.95;1447.00;3.07;0.64 +12629;9;4603.88;12.48;1440.00;1.57;0.64 +12629;10;4616.12;11.86;1440.00;-1.57;0.64 12629;21;4603.88;12.48;1440.00;1.57;0.64 +12630;0;3850.00;10.30;1775.00;0.00;0.70 +12630;1;3845.50;10.30;1772.00;-0.98;0.70 +12630;2;3856.50;10.10;1767.50;0.71;0.70 +12630;3;3860.00;9.80;1772.50;1.32;0.70 +12630;4;3851.50;10.40;1780.50;2.87;0.70 +12630;5;3841.50;10.20;1782.00;4.02;0.70 +12630;9;3842.62;9.81;1775.00;1.57;0.70 +12630;10;3857.38;9.79;1775.00;-1.57;0.70 12630;21;3842.62;9.81;1775.00;1.57;0.70 +12631;0;4168.00;10.82;1628.00;0.00;0.50 +12631;1;4172.50;11.00;1622.00;0.64;0.50 +12631;2;4168.50;10.90;1622.50;0.09;0.50 +12631;3;4175.50;11.55;1624.00;1.08;0.50 +12631;4;4165.00;10.75;1625.50;-0.87;0.50 +12631;5;4172.50;11.45;1630.00;1.98;0.50 +12631;6;4161.00;10.45;1628.00;4.71;0.50 +12631;7;4161.00;10.60;1631.00;4.30;0.50 +12631;8;4166.00;11.12;1634.00;3.46;0.50 +12631;9;4162.60;10.56;1628.00;1.57;0.50 +12631;10;4173.40;11.42;1628.00;-1.57;0.50 12631;21;4162.60;10.56;1628.00;1.57;0.50 +12632;0;5528.00;10.52;111.00;0.00;0.44 +12632;1;5528.00;11.60;107.50;0.00;0.44 +12632;2;5521.50;11.40;107.00;-1.01;0.44 +12632;3;5522.50;10.45;111.00;4.71;0.44 +12632;4;5534.00;10.52;110.00;1.40;0.44 +12632;5;5531.50;10.00;114.00;2.27;0.44 +12632;9;5522.96;10.40;111.00;1.57;0.44 +12632;10;5533.04;10.66;111.00;-1.57;0.44 +12632;19;5535.00;9.50;121.00;-4.00;0.44 +12632;20;5536.00;9.50;122.43;2.53;0.44 12632;21;5522.96;10.40;111.00;1.57;0.44 +12633;0;1105.00;15.10;1572.00;0.00;0.46 +12633;1;1102.00;15.65;1566.50;-0.49;0.46 +12633;2;1107.00;15.50;1566.50;0.34;0.46 +12633;3;1099.50;15.30;1571.00;-1.39;0.46 +12633;4;1110.50;15.00;1572.00;1.57;0.46 +12633;5;1104.50;15.30;1577.00;3.24;0.46 +12633;9;1100.50;15.30;1572.00;1.57;0.46 +12633;10;1109.50;15.05;1572.00;-1.57;0.46 12633;21;1100.50;15.30;1572.00;1.57;0.46 +12634;0;4945.00;12.35;1861.00;0.00;2.44 +12634;1;4958.50;12.20;1832.50;0.44;2.44 +12634;2;4977.00;12.70;1846.50;1.14;2.44 +12634;3;4936.50;11.70;1844.50;-0.47;2.44 +12634;4;4912.50;12.45;1869.00;4.47;2.44 +12634;5;4972.50;12.30;1867.50;1.80;2.44 +12634;6;4940.50;11.90;1881.00;3.36;2.44 +12634;7;4915.00;11.80;1889.50;3.95;2.44 +12634;9;4916.56;12.50;1861.00;1.57;2.44 +12634;10;4973.44;12.35;1861.00;-1.57;2.44 12634;21;4916.56;12.50;1861.00;1.57;2.44 +12635;0;4072.00;11.82;1487.00;0.00;0.56 +12635;1;4073.00;12.62;1482.00;0.19;0.56 +12635;2;4079.50;13.60;1480.50;0.85;0.56 +12635;3;4080.00;13.17;1485.00;1.32;0.56 +12635;4;4064.50;11.00;1485.00;-1.31;0.56 +12635;5;4063.50;10.40;1489.50;4.42;0.56 +12635;6;4074.00;11.20;1491.00;2.67;0.56 +12635;7;4066.00;10.32;1493.00;3.92;0.56 +12635;8;4069.00;10.65;1493.00;3.60;0.56 +12635;9;4065.16;10.86;1487.00;1.57;0.56 +12635;10;4078.84;12.56;1487.00;-1.57;0.56 12635;21;4078.84;12.56;1487.00;-1.57;0.56 +12636;0;1228.00;10.10;1802.00;0.00;0.56 +12636;1;1223.50;11.00;1795.50;-0.60;0.56 +12636;2;1229.50;10.20;1792.50;0.15;0.56 +12636;3;613.50;9.50;900.50;-0.59;0.56 +12636;4;1222.50;10.20;1807.00;3.97;0.56 +12636;5;1227.00;9.70;1813.50;3.22;0.56 +12636;6;1223.00;10.20;1814.50;3.52;0.56 +12636;9;1222.96;10.50;1802.00;1.57;0.56 +12636;10;1233.04;9.60;1802.00;-1.57;0.56 12636;21;1222.96;10.50;1802.00;1.57;0.56 +12637;0;1513.00;11.00;1493.00;0.00;0.38 +12637;1;1509.00;11.47;1490.00;-0.92;0.38 +12637;2;1515.00;11.85;1491.00;0.78;0.38 +12637;3;1508.50;10.40;1494.00;4.49;0.38 +12637;4;1513.00;10.50;1496.50;3.14;0.38 +12637;5;1518.50;10.95;1495.00;1.92;0.38 +12637;6;1517.00;10.55;1497.00;2.35;0.38 +12637;9;1509.04;10.60;1493.00;1.57;0.38 +12637;10;1516.96;11.39;1493.00;-1.57;0.38 12637;21;1509.04;10.60;1493.00;1.57;0.38 +12638;0;4930.00;10.57;1544.00;0.00;0.54 +12638;1;4930.00;11.20;1536.50;0.00;0.54 +12638;2;4924.50;11.25;1540.00;-0.94;0.54 +12638;3;4936.00;10.80;1542.00;1.24;0.54 +12638;4;4923.50;11.65;1547.00;4.28;0.54 +12638;5;4934.00;10.25;1549.50;2.51;0.54 +12638;6;4927.50;10.70;1551.50;3.46;0.54 +12638;9;4925.14;11.52;1544.00;1.57;0.54 +12638;10;4934.86;10.36;1544.00;-1.57;0.54 12638;21;4925.14;11.52;1544.00;1.57;0.54 +12639;0;3972.00;10.32;1721.00;0.00;0.68 +12639;1;3965.50;10.40;1714.50;-0.78;0.68 +12639;2;3979.50;10.40;1717.00;1.08;0.68 +12639;3;3963.00;10.40;1723.00;4.49;0.68 +12639;4;3980.00;10.40;1726.50;2.17;0.68 +12639;5;3971.50;10.30;1729.50;3.20;0.68 +12639;9;3963.00;10.40;1721.00;1.57;0.68 +12639;10;3981.00;10.30;1721.00;-1.57;0.68 12639;21;3963.00;10.40;1721.00;1.57;0.68 +12640;0;3919.00;10.70;1375.00;0.00;0.36 +12640;1;3911.50;11.30;1372.50;-1.24;0.36 +12640;2;3919.00;10.87;1372.00;0.00;0.36 +12640;3;3925.00;10.62;1374.00;1.40;0.36 +12640;4;3914.50;10.90;1376.50;4.39;0.36 +12640;5;3923.50;10.50;1378.50;2.23;0.36 +12640;6;3920.00;10.42;1380.00;2.94;0.36 +12640;9;3913.60;11.15;1375.00;1.57;0.36 +12640;10;3924.40;10.60;1375.00;-1.57;0.36 12640;21;3924.40;10.60;1375.00;-1.57;0.36 +12641;0;4598.00;12.07;1565.00;0.00;0.62 +12641;1;4589.50;12.00;1559.50;-0.99;0.62 +12641;2;4598.50;11.60;1558.50;0.07;0.62 +12641;3;4606.50;11.90;1559.50;0.99;0.62 +12641;4;4609.00;12.00;1565.00;1.57;0.62 +12641;5;4589.00;12.30;1567.50;4.44;0.62 +12641;6;4599.50;12.00;1571.50;2.91;0.62 +12641;9;4589.72;12.05;1565.00;1.57;0.62 +12641;10;4606.28;12.03;1565.00;-1.57;0.62 12641;21;4589.72;12.05;1565.00;1.57;0.62 +12642;0;1187.00;13.85;1534.00;0.00;0.52 +12642;1;1187.00;14.00;1528.00;0.00;0.52 +12642;2;1192.50;13.80;1532.50;1.30;0.52 +12642;3;1181.00;14.30;1530.50;-1.04;0.52 +12642;4;1181.00;13.90;1536.00;4.39;0.52 +12642;5;1192.50;13.45;1539.00;2.30;0.52 +12642;6;1185.50;13.50;1539.50;3.40;0.52 +12642;9;1181.96;14.00;1534.00;1.57;0.52 +12642;10;1192.04;13.77;1534.00;-1.57;0.52 12642;21;1181.96;14.00;1534.00;1.57;0.52 +12643;0;4191.00;10.07;1842.00;0.00;1.24 +12643;1;4179.00;9.70;1837.50;-1.21;1.24 +12643;2;4195.00;10.10;1830.50;0.33;1.24 +12643;3;4207.50;10.50;1838.50;1.36;1.24 +12643;4;4196.00;10.10;1853.50;2.73;1.24 +12643;5;4182.50;9.70;1854.50;3.73;1.24 +12643;9;4179.84;9.70;1842.00;1.57;1.24 +12643;10;4202.16;10.36;1842.00;-1.57;1.24 12643;21;4179.84;9.70;1842.00;1.57;1.24 +12644;0;4521.00;12.37;1583.00;0.00;0.66 +12644;1;4525.00;13.35;1578.50;0.72;0.66 +12644;2;4515.00;12.07;1578.00;-0.87;0.66 +12644;3;2260.00;9.50;791.00;-1.23;0.66 +12644;4;4525.00;12.65;1589.00;2.55;0.66 +12644;9;4513.80;11.53;1583.00;1.57;0.66 +12644;10;4528.20;13.20;1583.00;-1.57;0.66 12644;21;4513.80;11.53;1583.00;1.57;0.66 +12645;0;5085.00;9.92;37.00;0.00;0.36 +12645;1;5084.50;10.65;31.00;-0.08;0.36 +12645;2;5085.00;10.10;36.50;0.00;0.36 +12645;3;5081.50;10.15;35.00;-1.05;0.36 +12645;9;5081.76;9.70;37.00;1.57;0.36 +12645;10;5088.24;9.81;37.00;-1.57;0.36 +12645;19;5090.00;9.50;38.00;0.00;0.36 +12645;20;5091.71;9.50;38.34;1.76;0.36 12645;21;5081.76;9.70;37.00;1.57;0.36 +12646;0;1307.00;10.57;1600.00;0.00;0.38 +12646;1;1303.00;10.50;1595.00;-0.67;0.38 +12646;2;1307.50;10.50;1596.00;0.12;0.38 +12646;3;1302.50;10.50;1600.50;4.60;0.38 +12646;4;1311.50;10.60;1601.00;1.78;0.38 +12646;5;1307.00;10.60;1605.00;3.14;0.38 +12646;9;1303.58;10.50;1600.00;1.57;0.38 +12646;10;1310.42;10.60;1600.00;-1.57;0.38 12646;21;1303.58;10.50;1600.00;1.57;0.38 +12647;0;4431.00;11.40;1622.00;0.00;0.72 +12647;1;4423.00;11.05;1617.00;-1.01;0.72 +12647;2;4429.50;11.45;1613.00;-0.16;0.72 +12647;3;4437.50;11.45;1619.00;1.13;0.72 +12647;4;4423.00;11.05;1624.50;4.41;0.72 +12647;5;4440.50;11.40;1627.00;2.05;0.72 +12647;6;4431.00;11.17;1629.00;3.14;0.72 +12647;9;4423.98;11.12;1622.00;1.57;0.72 +12647;10;4438.02;11.44;1622.00;-1.57;0.72 12647;21;4423.98;11.12;1622.00;1.57;0.72 +12648;0;3222.00;13.77;187.00;0.00;0.90 +12648;1;3223.50;13.90;174.00;0.11;0.90 +12648;2;3215.50;13.00;182.00;-0.91;0.90 +12648;3;3228.50;14.00;179.00;0.68;0.90 +12648;4;3229.00;13.90;191.00;2.09;0.90 +12648;5;3216.50;13.60;194.50;3.77;0.90 +12648;6;3225.00;13.70;200.00;2.91;0.90 +12648;9;3213.90;13.14;187.00;1.57;0.90 +12648;10;3230.10;13.95;187.00;-1.57;0.90 12648;21;3213.90;13.14;187.00;1.57;0.90 +12649;0;4346.00;14.57;1501.00;0.00;0.56 +12649;1;4348.00;15.00;1495.50;0.34;0.56 +12649;2;4337.50;14.65;1501.00;4.71;0.56 +12649;3;4358.00;15.30;1497.50;1.28;0.56 +12649;4;4356.50;14.50;1500.50;1.52;0.56 +12649;5;4348.50;15.10;1505.00;2.58;0.56 +12649;6;4338.00;15.15;1508.00;3.99;0.56 +12649;9;4338.08;14.62;1501.00;1.57;0.56 +12649;10;4353.92;14.35;1501.00;-1.57;0.56 12649;21;4338.08;14.62;1501.00;1.57;0.56 +12650;0;4884.00;13.02;1649.00;0.00;0.68 +12650;1;4891.00;11.60;1643.50;0.90;0.68 +12650;2;4875.50;12.80;1643.50;-0.99;0.68 +12650;3;4870.00;12.80;1649.50;4.67;0.68 +12650;4;4900.00;11.92;1648.00;1.50;0.68 +12650;5;4894.50;12.60;1654.00;2.01;0.68 +12650;6;4881.50;13.50;1655.50;3.50;0.68 +12650;9;4872.12;12.80;1649.00;1.57;0.68 +12650;10;4895.88;11.85;1649.00;-1.57;0.68 12650;21;4872.12;12.80;1649.00;1.57;0.68 +12651;0;1089.00;16.87;1620.00;0.00;0.76 +12651;1;1084.00;16.67;1610.00;-0.46;0.76 +12651;2;1091.50;17.15;1611.00;0.27;0.76 +12651;3;1080.50;16.30;1611.50;-0.78;0.76 +12651;4;1097.50;16.35;1618.00;1.34;0.76 +12651;5;1080.50;16.90;1618.00;-1.34;0.76 +12651;6;1081.00;16.87;1627.00;3.99;0.76 +12651;7;1098.50;16.50;1626.50;2.17;0.76 +12651;8;1090.50;16.75;1629.00;2.97;0.76 +12651;9;1082.16;16.81;1620.00;1.57;0.76 +12651;10;1095.84;16.48;1620.00;-1.57;0.76 12651;21;1082.16;16.81;1620.00;1.57;0.76 +12652;0;3938.00;9.80;1662.00;0.00;0.56 +12652;1;3938.50;9.70;1656.00;0.08;0.56 +12652;2;3932.00;9.70;1657.00;-0.87;0.56 +12652;3;3943.50;9.80;1662.00;1.57;0.56 +12652;4;3934.50;9.80;1665.00;4.00;0.56 +12652;5;3943.50;9.80;1668.50;2.43;0.56 +12652;9;3932.06;9.80;1662.00;1.57;0.56 +12652;10;3943.94;9.80;1662.00;-1.57;0.56 12652;21;3932.06;9.80;1662.00;1.57;0.56 +12653;0;3915.00;15.20;1270.00;0.00;0.50 +12653;1;3914.00;15.60;1262.00;-0.12;0.50 +12653;2;3919.50;17.80;1262.00;0.51;0.50 +12653;3;3909.50;14.15;1264.00;-0.74;0.50 +12653;4;3921.00;16.37;1265.00;0.87;0.50 +12653;5;3910.00;14.37;1270.00;4.71;0.50 +12653;6;3919.50;17.05;1271.00;1.78;0.50 +12653;7;3912.00;15.22;1278.00;3.50;0.50 +12653;8;3918.00;18.00;1277.50;2.76;0.50 +12653;9;3910.50;14.40;1270.00;1.57;0.50 +12653;10;3919.50;16.60;1270.00;-1.57;0.50 12653;21;3910.50;14.40;1270.00;1.57;0.50 +12654;0;4824.00;10.10;1545.00;0.00;0.64 +12654;1;4817.00;9.97;1539.00;-0.86;0.64 +12654;2;4823.00;10.00;1539.00;-0.16;0.64 +12654;3;4830.00;10.10;1541.00;0.98;0.64 +12654;4;4817.50;10.00;1545.50;4.63;0.64 +12654;5;4830.00;10.10;1548.00;2.03;0.64 +12654;6;4822.00;10.10;1551.50;3.44;0.64 +12654;7;4826.50;10.10;1554.00;2.87;0.64 +12654;9;4817.16;10.00;1545.00;1.57;0.64 +12654;10;4830.84;10.10;1545.00;-1.57;0.64 12654;21;4817.16;10.00;1545.00;1.57;0.64 +12655;0;4244.00;10.25;1731.00;0.00;0.74 +12655;1;4239.00;9.80;1721.50;-0.48;0.74 +12655;2;4248.00;10.30;1725.50;0.62;0.74 +12655;3;4234.00;9.85;1727.50;-1.23;0.74 +12655;4;4255.00;11.00;1734.50;1.87;0.74 +12655;5;4235.00;9.95;1735.00;4.29;0.74 +12655;6;4246.00;10.42;1738.00;2.86;0.74 +12655;9;4235.54;9.90;1731.00;1.57;0.74 +12655;10;4252.46;10.74;1731.00;-1.57;0.74 12655;21;4235.54;9.90;1731.00;1.57;0.74 +12656;0;4189.00;13.65;1384.00;0.00;0.52 +12656;1;4181.00;10.10;1377.00;-0.85;0.52 +12656;2;4179.00;12.27;1382.00;-1.37;0.52 +12656;3;4189.50;9.70;1378.50;0.09;0.52 +12656;4;4199.00;11.02;1381.00;1.27;0.52 +12656;5;4200.00;15.25;1386.50;1.79;0.52 +12656;6;4180.50;16.15;1389.00;4.18;0.52 +12656;7;4190.50;16.30;1389.50;2.87;0.52 +12656;9;4180.54;13.34;1384.00;1.57;0.52 +12656;10;4197.46;13.79;1384.00;-1.57;0.52 12656;21;4180.54;13.34;1384.00;1.57;0.52 +12657;0;4788.00;10.70;1567.00;0.00;0.76 +12657;1;4783.50;11.00;1562.50;-0.78;0.76 +12657;2;4792.50;10.65;1559.00;0.51;0.76 +12657;3;4796.50;10.70;1565.50;1.39;0.76 +12657;4;4778.50;11.00;1570.00;4.40;0.76 +12657;5;4790.00;10.70;1574.00;2.86;0.76 +12657;6;4782.00;10.82;1575.00;3.78;0.76 +12657;9;4780.08;10.94;1567.00;1.57;0.76 +12657;10;4795.92;10.70;1567.00;-1.57;0.76 12657;21;4780.08;10.94;1567.00;1.57;0.76 +12658;0;3927.00;10.60;1399.00;0.00;0.56 +12658;1;3924.00;10.30;1392.00;-0.40;0.56 +12658;2;3920.50;10.35;1394.00;-0.91;0.56 +12658;3;3931.50;10.60;1396.50;1.06;0.56 +12658;4;3921.50;10.50;1401.00;4.36;0.56 +12658;5;3932.50;10.70;1403.00;2.20;0.56 +12658;6;3926.00;10.70;1405.50;3.29;0.56 +12658;9;3920.88;10.43;1399.00;1.57;0.56 +12658;10;3933.12;10.70;1399.00;-1.57;0.56 12658;21;3933.12;10.70;1399.00;-1.57;0.56 +12659;0;3734.00;13.87;1750.00;0.00;0.54 +12659;1;3736.00;14.45;1740.50;0.20;0.54 +12659;2;3732.50;15.80;1742.00;-0.18;0.54 +12659;3;3737.50;14.20;1747.50;0.95;0.54 +12659;4;3729.00;14.65;1747.50;-1.10;0.54 +12659;5;3728.00;15.45;1753.50;4.18;0.54 +12659;6;3741.00;11.22;1756.00;2.27;0.54 +12659;7;3734.50;14.70;1756.50;3.06;0.54 +12659;9;3729.14;15.24;1750.00;1.57;0.54 +12659;10;3738.86;13.40;1750.00;-1.57;0.54 12659;21;3729.14;15.24;1750.00;1.57;0.54 +12660;0;4731.00;11.27;1615.00;0.00;0.56 +12660;1;4735.00;11.05;1610.50;0.72;0.56 +12660;2;4723.50;11.60;1611.50;-1.13;0.56 +12660;3;4742.50;10.90;1615.50;1.61;0.56 +12660;4;4723.50;11.90;1618.50;4.27;0.56 +12660;5;4735.50;11.10;1619.50;2.35;0.56 +12660;9;4722.54;11.99;1615.00;1.57;0.56 +12660;10;4739.46;11.00;1615.00;-1.57;0.56 12660;21;4722.54;11.99;1615.00;1.57;0.56 +12661;0;376.00;9.95;1930.00;0.00;1.92 +12661;1;360.50;9.80;1906.50;-0.58;1.92 +12661;2;353.50;9.60;1906.50;-0.76;1.92 +12661;3;346.00;9.50;1911.00;-1.00;1.92 +12661;4;378.00;10.55;1918.50;0.17;1.92 +12661;5;357.50;9.70;1916.00;-0.92;1.92 +12661;6;360.50;9.70;1922.50;-1.12;1.92 +12661;7;364.50;9.70;1931.00;4.62;1.92 +12661;8;393.00;11.30;1937.50;1.98;1.92 +12661;9;356.20;9.58;1930.00;1.57;1.92 +12661;10;395.80;11.03;1930.00;-1.57;1.92 +12661;19;402.00;9.50;1926.00;-4.30;1.92 +12661;20;403.73;9.50;1925.73;1.41;1.92 12661;21;356.20;9.58;1930.00;1.57;1.92 +12662;0;4088.00;10.67;1454.00;0.00;0.54 +12662;1;4086.50;10.80;1446.50;-0.19;0.54 +12662;2;4092.00;10.60;1451.00;0.92;0.54 +12662;3;2043.50;10.10;726.50;-1.22;0.54 +12662;4;4081.50;10.85;1452.00;-1.27;0.54 +12662;5;4085.50;10.95;1459.00;3.60;0.54 +12662;6;4094.50;10.55;1457.00;2.00;0.54 +12662;7;4091.00;11.25;1462.00;2.78;0.54 +12662;8;4087.50;11.80;1464.00;3.19;0.54 +12662;9;4083.14;10.83;1454.00;1.57;0.54 +12662;10;4092.86;10.53;1454.00;-1.57;0.54 12662;21;4083.14;10.83;1454.00;1.57;0.54 +12663;0;1182.00;11.17;1767.00;0.00;0.68 +12663;1;1173.50;11.00;1764.50;-1.28;0.68 +12663;2;1183.00;11.00;1760.00;0.14;0.68 +12663;3;1191.00;11.00;1761.00;0.98;0.68 +12663;4;1189.50;11.20;1769.50;1.89;0.68 +12663;5;1178.50;11.20;1774.00;3.60;0.68 +12663;9;1175.52;11.10;1767.00;1.57;0.68 +12663;10;1188.48;11.10;1767.00;-1.57;0.68 12663;21;1175.52;11.10;1767.00;1.57;0.68 +12664;0;5565.00;9.77;182.00;0.00;0.26 +12664;1;5566.50;9.80;179.50;0.54;0.26 +12664;2;5563.00;9.80;180.50;-0.92;0.26 +12664;3;5567.50;9.80;183.00;1.95;0.26 +12664;4;5562.00;10.30;184.00;4.12;0.26 +12664;5;5565.00;9.95;184.50;3.14;0.26 +12664;6;5563.00;10.25;186.00;3.60;0.26 +12664;9;5562.66;9.97;182.00;1.57;0.26 +12664;10;5567.34;9.80;182.00;-1.57;0.26 +12664;19;5561.00;9.70;189.00;-2.68;0.26 +12664;20;5560.13;9.70;190.51;3.66;0.26 12664;21;5562.66;9.97;182.00;1.57;0.26 +12665;0;4576.00;12.05;1505.00;0.00;0.68 +12665;1;4569.50;12.15;1498.00;-0.74;0.68 +12665;2;4579.00;11.95;1500.50;0.58;0.68 +12665;3;4566.00;12.20;1502.50;-1.32;0.68 +12665;4;4584.50;11.70;1508.50;1.96;0.68 +12665;5;4573.50;11.95;1509.00;3.70;0.68 +12665;6;4582.50;11.75;1514.00;2.51;0.68 +12665;9;4568.80;12.05;1505.00;1.57;0.68 +12665;10;4583.20;11.85;1505.00;-1.57;0.68 12665;21;4568.80;12.05;1505.00;1.57;0.68 +12666;0;4207.00;10.60;1678.00;0.00;0.56 +12666;1;4204.50;10.60;1671.50;-0.36;0.56 +12666;2;4200.50;10.60;1678.00;4.71;0.56 +12666;3;4213.00;10.60;1676.50;1.32;0.56 +12666;4;4214.00;10.50;1682.50;2.14;0.56 +12666;5;4207.50;10.45;1685.00;3.07;0.56 +12666;9;4200.70;10.60;1678.00;1.57;0.56 +12666;10;4213.30;10.60;1678.00;-1.57;0.56 12666;21;4200.70;10.60;1678.00;1.57;0.56 +12667;0;1288.00;10.80;1626.00;0.00;0.50 +12667;1;1288.00;10.80;1620.50;0.00;0.50 +12667;2;1281.00;10.60;1622.50;-1.10;0.50 +12667;3;1294.50;10.80;1623.00;1.13;0.50 +12667;4;1280.50;10.60;1626.50;4.64;0.50 +12667;5;1294.50;10.80;1628.50;1.93;0.50 +12667;6;1287.00;10.90;1631.50;3.32;0.50 +12667;9;1282.96;10.72;1626.00;1.57;0.50 +12667;10;1293.04;10.80;1626.00;-1.57;0.50 12667;21;1282.96;10.72;1626.00;1.57;0.50 +12668;0;4513.00;10.40;1749.00;0.00;0.90 +12668;1;4501.50;10.40;1742.00;-1.02;0.90 +12668;2;4512.50;10.50;1739.50;-0.05;0.90 +12668;3;4526.00;10.50;1748.50;1.53;0.90 +12668;4;4500.50;10.40;1752.00;4.47;0.90 +12668;5;4514.00;10.40;1758.50;3.03;0.90 +12668;9;4503.28;10.50;1749.00;1.57;0.90 +12668;10;4522.72;10.40;1749.00;-1.57;0.90 12668;21;4503.28;10.50;1749.00;1.57;0.90 +12669;0;4440.00;13.67;1390.00;0.00;0.60 +12669;1;4435.50;14.10;1384.00;-0.64;0.60 +12669;2;4447.00;14.20;1385.50;0.99;0.60 +12669;3;4428.50;14.15;1389.00;-1.48;0.60 +12669;4;4450.50;13.40;1392.50;1.80;0.60 +12669;5;4430.50;13.80;1394.00;4.31;0.60 +12669;6;4441.00;13.50;1396.50;2.98;0.60 +12669;9;4431.72;13.92;1390.00;1.57;0.60 +12669;10;4448.28;13.73;1390.00;-1.57;0.60 12669;21;4431.72;13.92;1390.00;1.57;0.60 +12670;0;1445.00;10.67;1475.00;0.00;0.20 +12670;1;1444.50;10.50;1473.00;-0.24;0.20 +12670;2;1450.00;10.60;1475.00;1.57;0.20 +12670;3;1439.00;10.90;1475.00;4.71;0.20 +12670;4;1438.00;10.65;1476.50;4.50;0.20 +12670;5;1441.00;10.60;1477.50;4.15;0.20 +12670;6;1447.00;10.50;1477.50;2.46;0.20 +12670;9;1440.68;10.69;1475.00;1.57;0.20 +12670;10;1449.32;10.60;1475.00;-1.57;0.20 12670;21;1440.68;10.69;1475.00;1.57;0.20 +12671;0;4233.00;14.60;1408.00;0.00;0.42 +12671;1;4228.50;14.60;1403.50;-0.78;0.42 +12671;2;4241.50;14.50;1404.50;1.18;0.42 +12671;3;4220.50;14.20;1407.50;-1.53;0.42 +12671;4;4246.00;14.55;1408.00;1.57;0.42 +12671;5;4224.50;13.45;1411.00;4.37;0.42 +12671;6;4237.00;13.97;1412.00;2.35;0.42 +12671;9;4223.46;14.15;1408.00;1.57;0.42 +12671;10;4242.54;14.69;1408.00;-1.57;0.42 12671;21;4223.46;14.15;1408.00;1.57;0.42 +12672;0;3994.00;10.40;1771.00;0.00;0.62 +12672;1;3995.50;10.30;1765.00;0.24;0.62 +12672;2;4003.00;10.30;1763.50;0.87;0.62 +12672;3;4002.50;10.40;1770.00;1.45;0.62 +12672;4;3987.00;10.40;1767.50;-1.10;0.62 +12672;5;3984.50;10.30;1772.50;4.55;0.62 +12672;6;3994.00;10.30;1776.50;3.14;0.62 +12672;9;3986.44;10.30;1771.00;1.57;0.62 +12672;10;4001.56;10.40;1771.00;-1.57;0.62 12672;21;3986.44;10.30;1771.00;1.57;0.62 +12673;0;966.00;10.65;1675.00;0.00;0.46 +12673;1;967.00;10.40;1671.00;0.24;0.46 +12673;2;972.50;10.90;1672.50;1.20;0.46 +12673;3;960.00;11.05;1674.50;-1.48;0.46 +12673;4;972.50;11.15;1677.00;1.86;0.46 +12673;5;967.00;11.00;1679.50;2.92;0.46 +12673;6;961.00;10.82;1680.00;3.92;0.46 +12673;9;961.50;10.95;1675.00;1.57;0.46 +12673;10;970.50;10.85;1675.00;-1.57;0.46 12673;21;961.50;10.95;1675.00;1.57;0.46 +12674;0;2466.00;9.80;1899.00;0.00;1.28 +12674;1;2462.00;9.75;1889.50;-0.39;1.28 +12674;2;2478.50;10.90;1887.00;0.80;1.28 +12674;3;2479.00;10.55;1896.50;1.38;1.28 +12674;4;2463.57;9.70;1899.70;4.06;1.28 +12674;5;2468.00;10.10;1909.00;2.94;1.28 +12674;9;2458.03;9.70;1872.73;1.57;1.28 +12674;10;2469.21;10.00;1875.61;-1.57;1.28 +12674;19;2438.93;9.50;1885.45;-1.92;1.28 +12674;20;2446.69;9.50;1862.49;6.45;1.28 12674;21;2463.14;9.70;1874.78;-1.57;1.28 +12675;0;4342.00;16.30;1462.00;0.00;0.60 +12675;1;4342.00;16.35;1455.50;0.00;0.60 +12675;2;4350.00;15.77;1461.00;1.44;0.60 +12675;3;4335.00;16.50;1461.00;-1.42;0.60 +12675;4;4334.50;17.00;1467.00;4.12;0.60 +12675;5;4343.00;16.00;1468.50;2.98;0.60 +12675;9;4335.88;16.58;1462.00;1.57;0.60 +12675;10;4348.12;15.75;1462.00;-1.57;0.60 12675;21;4335.88;16.58;1462.00;1.57;0.60 +12676;0;1012.00;13.52;1690.00;0.00;0.60 +12676;1;1012.00;13.20;1683.00;0.00;0.60 +12676;2;1016.50;13.20;1683.00;0.57;0.60 +12676;3;1006.00;13.37;1689.00;-1.40;0.60 +12676;4;1018.50;12.65;1691.00;1.72;0.60 +12676;5;1003.00;13.35;1694.50;4.24;0.60 +12676;6;1011.00;13.65;1695.50;3.32;0.60 +12676;9;1006.24;13.54;1690.00;1.57;0.60 +12676;10;1017.76;12.72;1690.00;-1.57;0.60 12676;21;1006.24;13.54;1690.00;1.57;0.60 +12677;0;3213.00;13.15;446.00;0.00;1.12 +12677;1;3219.50;13.20;432.50;0.44;1.12 +12677;2;3206.50;13.40;439.00;-0.74;1.12 +12677;3;3226.50;13.00;440.00;1.15;1.12 +12677;4;3196.50;12.95;452.00;4.36;1.12 +12677;5;3226.50;13.50;451.00;1.92;1.12 +12677;6;3205.50;13.40;456.50;3.76;1.12 +12677;7;3218.00;13.42;454.00;2.58;1.12 +12677;9;3200.22;13.13;446.00;1.57;1.12 +12677;10;3225.78;13.36;446.00;-1.57;1.12 12677;21;3200.22;13.13;446.00;1.57;1.12 +12678;0;4865.00;10.75;1497.00;0.00;0.54 +12678;1;4861.00;10.50;1491.50;-0.62;0.54 +12678;2;4868.00;10.30;1492.50;0.58;0.54 +12678;3;4859.00;11.22;1499.00;4.39;0.54 +12678;4;4872.50;10.40;1499.00;1.83;0.54 +12678;5;4866.50;10.75;1503.00;2.89;0.54 +12678;9;4859.78;11.25;1497.00;1.57;0.54 +12678;10;4870.22;10.40;1497.00;-1.57;0.54 12678;21;4859.78;11.25;1497.00;1.57;0.54 +12679;0;3995.00;9.80;1626.00;0.00;0.60 +12679;1;3995.00;9.80;1616.50;0.00;0.60 +12679;2;4000.50;9.80;1618.50;0.63;0.60 +12679;3;3991.00;9.80;1622.50;-0.85;0.60 +12679;4;4002.00;9.80;1624.00;1.29;0.60 +12679;5;3998.00;9.80;1630.00;2.49;0.60 +12679;6;3987.50;9.80;1629.50;4.27;0.60 +12679;7;3990.00;9.80;1634.50;3.67;0.60 +12679;9;3989.60;9.80;1626.00;1.57;0.60 +12679;10;4000.40;9.80;1626.00;-1.57;0.60 12679;21;3989.60;9.80;1626.00;1.57;0.60 +12680;0;1936.00;9.60;1699.00;0.00;0.84 +12680;1;1937.00;9.50;1692.50;0.15;0.84 +12680;2;1925.50;9.80;1694.00;-1.12;0.84 +12680;3;1943.50;9.90;1702.00;1.95;0.84 +12680;4;1926.50;10.25;1701.00;4.50;0.84 +12680;5;1933.00;10.10;1706.50;3.52;0.84 +12680;9;1928.08;10.20;1699.00;1.57;0.84 +12680;10;1943.92;10.00;1699.00;-1.57;0.84 +12680;19;1953.47;9.50;1686.41;0.05;0.84 +12680;20;1954.89;9.50;1685.39;0.94;0.84 12680;21;1943.92;10.00;1699.00;-1.57;0.84 +12681;0;4475.00;10.70;1713.00;0.00;0.88 +12681;1;4476.00;10.70;1701.50;0.08;0.88 +12681;2;4467.00;10.80;1703.50;-0.70;0.88 +12681;3;4484.50;10.70;1711.00;1.36;0.88 +12681;4;4464.50;10.90;1711.00;-1.38;0.88 +12681;5;4468.00;10.75;1720.50;3.89;0.88 +12681;6;4482.50;10.70;1724.00;2.54;0.88 +12681;7;4476.50;10.60;1726.50;3.03;0.88 +12681;9;4467.08;10.87;1713.00;1.57;0.88 +12681;10;4482.92;10.64;1713.00;-1.57;0.88 12681;21;4467.08;10.87;1713.00;1.57;0.88 +12682;0;1191.00;10.50;1839.00;0.00;1.02 +12682;1;1182.00;10.50;1830.50;-0.81;1.02 +12682;2;1196.00;10.30;1831.00;0.55;1.02 +12682;3;1204.50;10.20;1833.00;1.15;1.02 +12682;4;1203.50;10.40;1843.00;1.88;1.02 +12682;5;1179.00;10.80;1841.00;4.54;1.02 +12682;6;1193.50;10.80;1848.50;2.88;1.02 +12682;9;1181.10;10.66;1839.00;1.57;1.02 +12682;10;1200.90;10.35;1839.00;-1.57;1.02 12682;21;1181.10;10.66;1839.00;1.57;1.02 +12683;0;5157.00;10.85;1739.00;0.00;1.58 +12683;1;5161.89;9.70;1724.73;0.11;1.58 +12683;2;5178.00;10.40;1726.50;1.03;1.58 +12683;3;5149.50;9.95;1728.00;-0.59;1.58 +12683;4;5133.00;11.00;1744.50;4.48;1.58 +12683;5;5185.50;10.40;1739.00;1.57;1.58 +12683;6;5165.50;11.60;1749.00;2.43;1.58 +12683;7;5140.50;12.05;1759.00;3.83;1.58 +12683;9;5136.48;10.94;1739.00;1.57;1.58 +12683;10;5177.52;11.25;1739.00;-1.57;1.58 +12683;19;5175.00;9.50;1712.00;-0.60;1.58 +12683;20;5175.97;9.50;1710.54;0.58;1.58 12683;21;5136.48;10.94;1739.00;1.57;1.58 +12684;0;1172.00;14.32;1455.00;0.00;0.62 +12684;1;1175.00;13.40;1447.00;0.35;0.62 +12684;2;1178.00;13.30;1450.50;0.92;0.62 +12684;3;1168.00;14.80;1453.50;-1.21;0.62 +12684;4;1176.00;13.35;1457.50;2.12;0.62 +12684;5;1169.50;14.20;1461.00;3.53;0.62 +12684;9;1166.42;14.59;1455.00;1.57;0.62 +12684;10;1177.58;13.44;1455.00;-1.57;0.62 12684;21;1166.42;14.59;1455.00;1.57;0.62 +12685;0;1248.00;10.82;1708.00;0.00;0.50 +12685;1;1250.50;10.70;1701.00;0.34;0.50 +12685;2;1243.00;10.70;1706.00;-1.19;0.50 +12685;3;1255.00;10.72;1707.00;1.42;0.50 +12685;4;1238.00;10.92;1711.00;4.42;0.50 +12685;5;1242.00;11.15;1713.50;3.97;0.50 +12685;6;1249.50;11.00;1713.50;2.87;0.50 +12685;9;1241.70;10.80;1708.00;1.57;0.50 +12685;10;1254.30;10.80;1708.00;-1.57;0.50 12685;21;1241.70;10.80;1708.00;1.57;0.50 +12686;0;4463.00;15.67;1436.00;0.00;0.70 +12686;1;4468.00;13.75;1427.50;0.53;0.70 +12686;2;4459.50;14.70;1429.00;-0.46;0.70 +12686;3;4472.50;13.70;1431.50;1.12;0.70 +12686;4;4453.00;16.40;1435.50;-1.52;0.70 +12686;5;4470.50;14.55;1439.00;1.95;0.70 +12686;6;4457.00;16.82;1443.00;3.85;0.70 +12686;7;4465.50;15.40;1444.00;2.83;0.70 +12686;9;4454.90;16.39;1436.00;1.57;0.70 +12686;10;4471.10;14.18;1436.00;-1.57;0.70 12686;21;4454.90;16.39;1436.00;1.57;0.70 +12687;0;4329.00;11.05;1853.00;0.00;1.36 +12687;1;4331.50;10.50;1841.50;0.21;1.36 +12687;2;4309.50;10.60;1841.50;-1.03;1.36 +12687;3;4304.00;10.67;1852.00;-1.53;1.36 +12687;4;4348.50;11.20;1851.00;1.46;1.36 +12687;5;4324.50;11.40;1862.50;3.58;1.36 +12687;6;4348.50;11.00;1863.50;2.06;1.36 +12687;9;4309.38;10.80;1853.00;1.57;1.36 +12687;10;4348.62;11.03;1853.00;-1.57;1.36 12687;21;4309.38;10.80;1853.00;1.57;1.36 +12688;0;1257.00;10.20;1751.00;0.00;0.64 +12688;1;1255.50;10.40;1744.50;-0.22;0.64 +12688;2;1264.00;10.15;1745.50;0.90;0.64 +12688;3;1250.50;10.25;1752.00;4.56;0.64 +12688;4;1265.00;10.10;1750.50;1.50;0.64 +12688;5;628.00;9.50;875.00;-0.62;0.64 +12688;6;1254.50;10.10;1759.00;3.44;0.64 +12688;9;1250.88;10.33;1751.00;1.57;0.64 +12688;10;1263.12;10.10;1751.00;-1.57;0.64 12688;21;1250.88;10.33;1751.00;1.57;0.64 +12689;0;2545.00;13.15;1895.00;0.00;1.60 +12689;1;2542.00;14.65;1882.50;-0.23;1.60 +12689;2;2516.00;11.50;1879.50;-1.08;1.60 +12689;3;2518.00;12.10;1885.00;-1.21;1.60 +12689;4;2534.50;13.50;1896.50;4.57;1.60 +12689;5;2563.00;11.45;1903.00;1.98;1.60 +12689;6;2539.00;10.65;1910.50;3.51;1.60 +12689;7;2546.50;11.05;1914.00;3.06;1.60 +12689;9;2524.84;12.98;1895.00;1.57;1.60 +12689;10;2565.16;11.83;1895.00;-1.57;1.60 +12689;19;2584.00;9.50;1892.00;-4.29;1.60 +12689;20;2585.74;9.50;1891.86;1.49;1.60 12689;21;2524.84;12.98;1895.00;1.57;1.60 +12690;0;4628.00;12.52;1475.00;0.00;0.56 +12690;1;4621.00;12.00;1471.50;-1.10;0.56 +12690;2;4632.50;11.20;1470.00;0.73;0.56 +12690;3;4639.00;11.35;1474.50;1.52;0.56 +12690;4;4634.50;13.25;1479.00;2.12;0.56 +12690;5;4619.50;13.60;1477.50;4.42;0.56 +12690;6;4625.50;13.50;1481.00;3.53;0.56 +12690;9;4620.44;13.40;1475.00;1.57;0.56 +12690;10;4635.56;11.79;1475.00;-1.57;0.56 12690;21;4620.44;13.40;1475.00;1.57;0.56 +12691;0;4265.00;11.17;1641.00;0.00;0.78 +12691;1;4261.50;11.40;1634.00;-0.46;0.78 +12691;2;4270.50;11.20;1635.50;0.78;0.78 +12691;3;4254.50;11.45;1640.00;-1.47;0.78 +12691;4;4273.00;11.32;1644.00;1.93;0.78 +12691;5;4260.50;11.50;1645.50;3.92;0.78 +12691;6;4270.00;11.22;1649.00;2.58;0.78 +12691;9;4257.98;11.47;1641.00;1.57;0.78 +12691;10;4272.02;11.07;1641.00;-1.57;0.78 12691;21;4257.98;11.47;1641.00;1.57;0.78 +12692;0;3136.00;13.32;111.00;0.00;0.80 +12692;1;3132.50;12.40;102.00;-0.37;0.80 +12692;2;3141.00;12.05;104.50;0.65;0.80 +12692;3;3129.50;13.50;113.50;4.34;0.80 +12692;4;3144.50;12.05;114.00;1.91;0.80 +12692;5;3140.00;13.90;121.00;2.76;0.80 +12692;9;3128.80;13.04;111.00;1.57;0.80 +12692;10;3143.20;11.91;111.00;-1.57;0.80 12692;21;3128.80;13.04;111.00;1.57;0.80 +12693;0;1329.00;10.60;1677.00;0.00;0.48 +12693;1;1326.50;10.60;1672.00;-0.46;0.48 +12693;2;1333.00;10.50;1673.00;0.78;0.48 +12693;3;1321.00;10.65;1674.50;-1.26;0.48 +12693;4;1337.50;10.50;1675.00;1.34;0.48 +12693;5;1338.50;10.65;1678.00;1.67;0.48 +12693;6;1322.50;11.30;1680.00;4.28;0.48 +12693;7;1331.50;11.10;1681.50;2.63;0.48 +12693;9;1322.34;11.00;1677.00;1.57;0.48 +12693;10;1335.66;10.60;1677.00;-1.57;0.48 12693;21;1322.34;11.00;1677.00;1.57;0.48 +12694;0;4799.00;12.45;1689.00;0.00;0.72 +12694;1;4797.00;12.30;1681.50;-0.26;0.72 +12694;2;4807.50;11.85;1686.00;1.23;0.72 +12694;3;4790.00;12.45;1690.50;4.54;0.72 +12694;4;4801.00;13.40;1696.50;2.88;0.72 +12694;9;4791.98;12.35;1689.00;1.57;0.72 +12694;10;4806.02;11.84;1689.00;-1.57;0.72 12694;21;4791.98;12.35;1689.00;1.57;0.72 +12695;0;4241.00;13.30;1514.00;0.00;0.72 +12695;1;4244.00;13.10;1505.50;0.33;0.72 +12695;2;4249.00;12.75;1508.00;0.92;0.72 +12695;3;4236.00;14.47;1512.00;-1.19;0.72 +12695;4;4246.00;13.92;1517.00;2.11;0.72 +12695;5;4235.00;13.95;1520.50;3.88;0.72 +12695;6;4243.50;13.00;1523.50;2.88;0.72 +12695;9;4234.52;14.79;1514.00;1.57;0.72 +12695;10;4247.48;13.04;1514.00;-1.57;0.72 12695;21;4234.52;14.79;1514.00;1.57;0.72 +12696;0;3812.00;9.80;1689.00;0.00;0.62 +12696;1;3812.00;10.25;1683.50;0.00;0.62 +12696;2;3818.00;9.90;1684.50;0.92;0.62 +12696;3;3806.00;9.80;1689.00;4.71;0.62 +12696;4;3815.00;9.80;1692.50;2.43;0.62 +12696;5;3806.00;9.80;1694.00;4.01;0.62 +12696;9;3806.42;9.80;1689.00;1.57;0.62 +12696;10;3817.58;9.80;1689.00;-1.57;0.62 12696;21;3806.42;9.80;1689.00;1.57;0.62 +12697;0;1414.00;10.60;1532.00;0.00;0.28 +12697;1;1415.50;10.50;1529.00;0.46;0.28 +12697;2;1410.00;10.60;1532.00;4.71;0.28 +12697;3;1419.50;10.50;1531.50;1.48;0.28 +12697;4;1416.00;10.60;1534.50;2.46;0.28 +12697;5;1411.50;10.50;1535.50;3.76;0.28 +12697;9;1410.40;10.60;1532.00;1.57;0.28 +12697;10;1417.60;10.59;1532.00;-1.57;0.28 12697;21;1410.40;10.60;1532.00;1.57;0.28 +12698;0;1923.00;9.50;1739.00;0.00;0.88 +12698;1;1926.50;10.00;1726.50;0.27;0.88 +12698;2;1918.00;10.47;1731.00;-0.55;0.88 +12698;3;1932.50;9.70;1728.50;0.73;0.88 +12698;4;1928.00;9.50;1743.50;2.30;0.88 +12698;5;1916.00;9.87;1743.00;4.19;0.88 +12698;9;1915.08;10.25;1739.00;1.57;0.88 +12698;10;1930.92;9.70;1739.00;-1.57;0.88 +12698;19;1903.00;9.50;1735.00;-2.09;0.88 +12698;20;1901.28;9.50;1734.65;-1.37;0.88 12698;21;1927.21;9.90;1727.88;-1.57;0.88 +12699;0;1037.00;15.90;1497.00;0.00;0.46 +12699;1;1037.00;13.40;1491.50;0.00;0.46 +12699;2;1031.00;15.07;1497.00;4.71;0.46 +12699;3;1043.50;17.05;1496.00;1.41;0.46 +12699;4;1043.00;16.35;1501.50;2.21;0.46 +12699;5;1036.50;14.70;1503.00;3.22;0.46 +12699;9;1032.14;15.10;1497.00;1.57;0.46 +12699;10;1041.86;16.69;1497.00;-1.57;0.46 12699;21;1032.14;15.10;1497.00;1.57;0.46 +12700;0;3832.00;10.30;1761.00;0.00;0.86 +12700;1;3840.00;9.75;1754.00;0.85;0.86 +12700;2;3830.00;10.00;1753.00;-0.24;0.86 +12700;3;3824.00;9.70;1761.00;4.71;0.86 +12700;4;3844.50;10.20;1758.50;1.37;0.86 +12700;5;3836.50;10.25;1765.00;2.29;0.86 +12700;6;3826.50;9.70;1770.50;3.66;0.86 +12700;9;3824.08;9.70;1761.00;1.57;0.86 +12700;10;3839.92;10.30;1761.00;-1.57;0.86 12700;21;3824.08;9.70;1761.00;1.57;0.86 +12701;0;1506.00;10.70;1740.00;0.00;0.82 +12701;1;1508.50;10.80;1732.00;0.30;0.82 +12701;2;1496.50;10.75;1736.00;-1.17;0.82 +12701;3;1519.00;10.70;1732.50;1.04;0.82 +12701;4;1519.00;10.65;1738.00;1.41;0.82 +12701;5;1495.00;10.55;1745.00;4.28;0.82 +12701;6;1509.50;10.65;1747.00;2.67;0.82 +12701;7;1498.00;11.00;1750.50;3.79;0.82 +12701;9;1496.64;10.70;1740.00;1.57;0.82 +12701;10;1515.36;10.70;1740.00;-1.57;0.82 12701;21;1496.64;10.70;1740.00;1.57;0.82 +12702;0;3568.00;9.97;1080.00;0.00;0.56 +12702;1;3565.50;10.30;1075.00;-0.46;0.56 +12702;2;3574.00;9.90;1075.00;0.87;0.56 +12702;3;3558.00;10.40;1080.00;4.71;0.56 +12702;4;3577.50;9.80;1081.00;1.67;0.56 +12702;5;3566.00;9.90;1084.50;3.56;0.56 +12702;6;3573.00;9.75;1086.50;2.48;0.56 +12702;9;3560.44;10.25;1080.00;1.57;0.56 +12702;10;3575.56;9.80;1080.00;-1.57;0.56 +12702;19;3588.00;9.50;1077.00;-4.61;0.56 +12702;20;3589.73;9.50;1076.74;1.42;0.56 12702;21;3560.44;10.25;1080.00;1.57;0.56 +12703;0;1643.00;10.95;991.00;0.00;0.48 +12703;1;1644.50;12.00;982.00;0.16;0.48 +12703;2;1640.00;10.90;985.00;-0.46;0.48 +12703;3;1647.00;11.90;991.00;1.57;0.48 +12703;4;1636.50;10.25;990.00;-1.41;0.48 +12703;5;1641.00;11.67;996.00;3.52;0.48 +12703;6;1646.00;12.42;1001.00;2.85;0.48 +12703;9;1638.68;10.30;991.00;1.57;0.48 +12703;10;1647.32;11.86;991.00;-1.57;0.48 12703;21;1638.68;10.30;991.00;1.57;0.48 +12704;0;3658.00;12.22;1223.00;0.00;0.52 +12704;1;3658.00;12.75;1217.50;0.00;0.52 +12704;2;3665.00;12.37;1219.00;1.05;0.52 +12704;3;3652.00;12.15;1223.50;4.62;0.52 +12704;4;3664.00;12.80;1225.00;1.89;0.52 +12704;5;3657.00;11.45;1229.00;3.30;0.52 +12704;9;3652.06;12.22;1223.00;1.57;0.52 +12704;10;3663.94;12.79;1223.00;-1.57;0.52 12704;21;3652.06;12.22;1223.00;1.57;0.52 +12705;0;4444.00;11.20;1125.00;0.00;0.30 +12705;1;4443.50;11.70;1121.50;-0.14;0.30 +12705;2;4439.50;11.20;1123.00;-1.15;0.30 +12705;3;4447.50;12.30;1122.50;0.95;0.30 +12705;4;4449.00;11.80;1125.50;1.67;0.30 +12705;5;4440.50;10.70;1127.50;4.09;0.30 +12705;6;4446.00;10.80;1128.50;2.62;0.30 +12705;9;4440.04;10.85;1125.00;1.57;0.30 +12705;10;4447.96;11.87;1125.00;-1.57;0.30 12705;21;4440.04;10.85;1125.00;1.57;0.30 +12706;0;4496.00;14.20;1311.00;0.00;0.44 +12706;1;4496.50;14.60;1306.00;0.10;0.44 +12706;2;4491.00;14.05;1310.00;-1.37;0.44 +12706;3;4501.50;14.50;1311.50;1.66;0.44 +12706;4;4492.00;13.85;1315.00;3.92;0.44 +12706;5;4497.50;13.90;1316.50;2.87;0.44 +12706;9;4492.04;13.95;1311.00;1.57;0.44 +12706;10;4499.96;14.42;1311.00;-1.57;0.44 12706;21;4492.04;13.95;1311.00;1.57;0.44 +12707;0;2829.00;10.10;863.00;0.00;0.84 +12707;1;2838.00;10.57;853.00;0.73;0.84 +12707;2;2832.50;10.15;855.00;0.41;0.84 +12707;3;2838.00;11.05;858.00;1.06;0.84 +12707;4;2822.50;10.10;865.50;4.34;0.84 +12707;5;2829.50;10.65;868.00;3.04;0.84 +12707;6;2821.50;10.80;874.50;3.71;0.84 +12707;7;2824.00;11.55;875.00;3.53;0.84 +12707;9;2821.44;10.15;863.00;1.57;0.84 +12707;10;2836.56;10.81;863.00;-1.57;0.84 12707;21;2821.44;10.15;863.00;1.57;0.84 +12708;0;4014.00;16.07;1159.00;0.00;0.48 +12708;1;4012.50;14.55;1153.00;-0.24;0.48 +12708;2;4017.50;15.80;1154.50;0.66;0.48 +12708;3;4008.50;14.90;1157.50;-1.30;0.48 +12708;4;4020.50;17.00;1160.00;1.72;0.48 +12708;5;4008.50;15.55;1161.00;4.36;0.48 +12708;6;4019.00;17.15;1163.50;2.30;0.48 +12708;7;4012.50;16.20;1164.00;3.43;0.48 +12708;9;4009.14;15.26;1159.00;1.57;0.48 +12708;10;4018.86;16.83;1159.00;-1.57;0.48 12708;21;4009.14;15.26;1159.00;1.57;0.48 +12709;0;1473.00;12.77;1496.00;0.00;0.36 +12709;1;1472.00;12.55;1492.50;-0.27;0.36 +12709;2;1477.00;12.45;1495.50;1.44;0.36 +12709;3;1467.50;12.20;1494.50;-1.30;0.36 +12709;4;1471.50;11.35;1499.00;3.60;0.36 +12709;5;1477.00;11.97;1500.00;2.35;0.36 +12709;9;1469.40;12.02;1496.00;1.57;0.36 +12709;10;1476.60;12.60;1496.00;-1.57;0.36 12709;21;1469.40;12.02;1496.00;1.57;0.36 +12710;0;2574.00;9.70;897.00;0.00;0.84 +12710;1;2574.50;9.70;887.00;0.05;0.84 +12710;2;2582.50;9.70;894.50;1.28;0.84 +12710;3;2566.00;9.70;896.50;-1.50;0.84 +12710;4;2577.00;9.70;906.00;2.82;0.84 +12710;5;2566.00;9.70;905.50;3.89;0.84 +12710;9;2566.44;9.70;897.00;1.57;0.84 +12710;10;2581.56;9.70;897.00;-1.57;0.84 12710;21;2566.44;9.70;897.00;1.57;0.84 +12711;0;2820.00;10.60;1148.00;0.00;0.82 +12711;1;2818.00;10.40;1138.00;-0.19;0.82 +12711;2;2830.00;10.50;1145.00;1.27;0.82 +12711;3;2809.50;10.80;1148.50;4.66;0.82 +12711;4;2831.00;10.70;1155.00;2.13;0.82 +12711;5;2818.00;10.90;1157.00;3.36;0.82 +12711;9;2811.18;10.75;1148.00;1.57;0.82 +12711;10;2828.82;10.50;1148.00;-1.57;0.82 12711;21;2811.18;10.75;1148.00;1.57;0.82 +12712;0;1291.00;13.32;1133.00;0.00;0.50 +12712;1;1293.50;11.50;1127.50;0.42;0.50 +12712;2;1299.00;14.40;1132.50;1.50;0.50 +12712;3;1283.00;10.17;1130.00;-1.21;0.50 +12712;4;1281.50;11.20;1134.50;4.55;0.50 +12712;5;1291.00;14.90;1138.00;3.14;0.50 +12712;9;1283.80;11.50;1133.00;1.57;0.50 +12712;10;1298.20;14.20;1133.00;-1.57;0.50 +12712;19;1281.00;9.50;1126.00;-1.21;0.50 +12712;20;1279.56;9.50;1124.99;-0.96;0.50 12712;21;1283.80;11.50;1133.00;1.57;0.50 +12713;0;4523.00;12.65;1215.00;0.00;0.32 +12713;1;4524.50;11.90;1211.50;0.40;0.32 +12713;2;4519.50;12.50;1215.00;4.71;0.32 +12713;3;4526.50;13.10;1216.50;1.97;0.32 +12713;4;4521.50;13.20;1219.00;3.50;0.32 +12713;9;4519.58;12.50;1215.00;1.57;0.32 +12713;10;4526.42;12.79;1215.00;-1.57;0.32 12713;21;4519.58;12.50;1215.00;1.57;0.32 +12714;0;3463.00;14.52;788.00;0.00;0.84 +12714;1;3459.00;13.70;777.50;-0.36;0.84 +12714;2;3452.00;14.70;784.50;-1.26;0.84 +12714;3;3469.50;14.30;784.00;1.01;0.84 +12714;4;3449.00;13.95;791.50;4.46;0.84 +12714;5;3459.50;14.10;794.50;3.63;0.84 +12714;6;3474.50;14.60;793.50;2.01;0.84 +12714;7;3471.00;14.10;797.50;2.44;0.84 +12714;9;3452.56;14.30;788.00;1.57;0.84 +12714;10;3473.44;14.65;788.00;-1.57;0.84 12714;21;3452.56;14.30;788.00;1.57;0.84 +12715;0;1419.00;9.70;1205.00;0.00;0.60 +12715;1;1411.00;9.70;1197.50;-0.81;0.60 +12715;2;1406.50;9.70;1203.50;-1.45;0.60 +12715;3;1423.50;9.70;1202.00;0.98;0.60 +12715;4;1433.50;9.70;1209.00;1.84;0.60 +12715;5;1419.50;9.70;1210.50;3.05;0.60 +12715;9;1408.20;9.70;1205.00;1.57;0.60 +12715;10;1429.80;9.70;1205.00;-1.57;0.60 +12715;19;1412.16;9.50;1214.42;-3.24;0.60 +12715;20;1411.13;9.50;1215.83;3.77;0.60 12715;21;1415.18;10.10;1206.32;-1.57;0.60 +12716;0;1872.00;9.85;972.00;0.00;0.92 +12716;1;1869.50;11.45;959.00;-0.19;0.92 +12716;2;1877.50;9.90;963.50;0.57;0.92 +12716;3;1862.00;11.25;964.50;-0.92;0.92 +12716;4;1860.50;11.00;970.50;-1.44;0.92 +12716;5;1880.00;9.80;980.00;2.35;0.92 +12716;6;1866.00;9.87;979.00;3.85;0.92 +12716;7;1873.00;9.70;987.50;3.07;0.92 +12716;9;1863.72;10.22;972.00;1.57;0.92 +12716;10;1880.28;9.80;972.00;-1.57;0.92 +12716;19;1890.95;9.40;987.66;-4.23;0.92 +12716;20;1892.30;9.40;988.78;2.26;0.92 12716;21;1880.28;9.80;972.00;-1.57;0.92 +12717;0;3923.00;14.35;1213.00;0.00;0.58 +12717;1;3921.50;12.50;1207.50;-0.26;0.58 +12717;2;3928.00;12.47;1209.00;0.89;0.58 +12717;3;3917.00;15.45;1214.50;4.46;0.58 +12717;4;3931.00;12.90;1213.50;1.63;0.58 +12717;5;3926.00;14.10;1217.50;2.55;0.58 +12717;6;3919.50;13.25;1221.00;3.55;0.58 +12717;9;3916.70;14.63;1213.00;1.57;0.58 +12717;10;3929.30;13.05;1213.00;-1.57;0.58 12717;21;3916.70;14.63;1213.00;1.57;0.58 +12718;0;3931.00;9.95;1097.00;0.00;0.56 +12718;1;3926.50;10.20;1092.50;-0.78;0.56 +12718;2;3933.50;10.10;1091.50;0.42;0.56 +12718;3;3937.50;10.00;1096.50;1.49;0.56 +12718;4;3924.50;10.30;1098.50;4.48;0.56 +12718;5;3934.50;9.90;1101.50;2.48;0.56 +12718;6;3928.50;9.90;1102.50;3.56;0.56 +12718;9;3925.96;10.25;1097.00;1.57;0.56 +12718;10;3936.04;10.00;1097.00;-1.57;0.56 12718;21;3925.96;10.25;1097.00;1.57;0.56 +12719;0;3194.00;11.60;748.00;0.00;1.16 +12719;1;3194.00;11.55;738.50;0.00;1.16 +12719;2;3181.00;11.70;744.00;-1.27;1.16 +12719;3;3211.00;11.60;739.50;1.10;1.16 +12719;4;3205.00;11.80;751.00;1.83;1.16 +12719;5;3185.50;11.80;757.50;3.87;1.16 +12719;6;3192.50;11.80;764.00;3.23;1.16 +12719;9;3181.58;11.74;748.00;1.57;1.16 +12719;10;3206.42;11.80;748.00;-1.57;1.16 12719;21;3181.58;11.74;748.00;1.57;1.16 +12720;0;1188.00;12.42;1411.00;0.00;0.42 +12720;1;1185.50;12.10;1402.50;-0.28;0.42 +12720;2;1189.00;12.20;1402.50;0.11;0.42 +12720;3;1183.50;12.10;1407.50;-0.91;0.42 +12720;4;1193.00;12.35;1406.50;0.83;0.42 +12720;5;1193.00;12.65;1414.50;2.18;0.42 +12720;6;1182.50;12.45;1416.00;3.97;0.42 +12720;7;1188.00;12.90;1419.00;3.14;0.42 +12720;9;1184.22;12.28;1411.00;1.57;0.42 +12720;10;1191.78;12.53;1411.00;-1.57;0.42 12720;21;1184.22;12.28;1411.00;1.57;0.42 +12721;0;1241.00;15.12;1266.00;0.00;0.54 +12721;1;1244.00;15.60;1259.00;0.40;0.54 +12721;2;1238.00;15.50;1263.00;-0.78;0.54 +12721;3;1246.00;15.20;1265.50;1.47;0.54 +12721;4;1234.50;15.40;1268.50;4.34;0.54 +12721;5;1246.50;15.30;1270.50;2.25;0.54 +12721;6;1234.00;15.47;1272.00;4.00;0.54 +12721;7;1240.00;15.25;1272.00;3.30;0.54 +12721;9;1236.14;15.40;1266.00;1.57;0.54 +12721;10;1245.86;15.20;1266.00;-1.57;0.54 12721;21;1236.14;15.40;1266.00;1.57;0.54 +12722;0;3851.00;13.65;1293.00;0.00;0.40 +12722;1;3845.50;12.50;1289.50;-1.00;0.40 +12722;2;3853.00;13.95;1288.50;0.41;0.40 +12722;3;3856.50;15.40;1292.50;1.48;0.40 +12722;4;3845.50;12.20;1293.00;4.71;0.40 +12722;5;3856.50;15.85;1297.00;2.20;0.40 +12722;6;3850.50;13.40;1297.50;3.25;0.40 +12722;9;3845.60;12.22;1293.00;1.57;0.40 +12722;10;3856.40;15.47;1293.00;-1.57;0.40 12722;21;3856.40;15.47;1293.00;-1.57;0.40 +12723;0;3387.00;12.45;892.00;0.00;0.54 +12723;1;3384.50;12.00;885.50;-0.36;0.54 +12723;2;3380.50;12.85;892.00;4.71;0.54 +12723;3;3391.00;12.80;888.50;0.85;0.54 +12723;4;3394.50;14.20;891.50;1.50;0.54 +12723;5;3396.00;13.65;896.00;1.98;0.54 +12723;6;3388.50;12.05;898.00;2.89;0.54 +12723;9;3381.24;12.92;892.00;1.57;0.54 +12723;10;3392.76;13.38;892.00;-1.57;0.54 12723;21;3381.24;12.92;892.00;1.57;0.54 +12724;0;4358.00;20.40;1135.00;0.00;0.46 +12724;1;4355.50;19.40;1126.50;-0.28;0.46 +12724;2;4359.50;18.95;1124.00;0.13;0.46 +12724;3;4363.50;19.30;1129.50;0.78;0.46 +12724;4;4353.50;19.60;1139.50;3.92;0.46 +12724;5;4360.50;20.90;1140.00;2.67;0.46 +12724;6;4355.50;20.10;1148.00;3.33;0.46 +12724;7;4353.00;19.92;1149.00;3.48;0.46 +12724;9;4353.86;19.55;1135.00;1.57;0.46 +12724;10;4362.14;20.28;1135.00;-1.57;0.46 12724;21;4353.86;19.55;1135.00;1.57;0.46 +12725;0;3374.00;14.27;979.00;0.00;0.62 +12725;1;3375.50;12.65;971.00;0.18;0.62 +12725;2;3380.50;12.20;977.50;1.34;0.62 +12725;3;3368.50;12.00;975.50;-1.00;0.62 +12725;4;3366.50;12.80;982.50;4.27;0.62 +12725;5;3380.00;12.12;985.00;2.35;0.62 +12725;6;3373.50;13.90;986.50;3.20;0.62 +12725;9;3368.42;11.88;979.00;1.57;0.62 +12725;10;3379.58;12.65;979.00;-1.57;0.62 +12725;19;3387.00;9.65;970.00;1.34;0.62 +12725;20;3388.43;9.65;969.00;0.96;0.62 12725;21;3368.42;11.88;979.00;1.57;0.62 +12726;0;3539.00;9.70;1161.00;0.00;0.48 +12726;1;3541.50;9.70;1157.00;0.55;0.48 +12726;2;3544.50;9.70;1158.50;1.14;0.48 +12726;3;3534.50;9.70;1159.00;-1.15;0.48 +12726;4;3533.50;9.70;1163.00;4.36;0.48 +12726;5;3541.50;9.70;1164.50;2.52;0.48 +12726;6;3537.00;9.70;1166.00;3.52;0.48 +12726;9;3533.96;9.70;1161.00;1.57;0.48 +12726;10;3544.04;9.70;1161.00;-1.57;0.48 12726;21;3546.99;10.10;1155.61;-1.57;0.48 +12727;0;3538.00;14.12;1042.00;0.00;0.74 +12727;1;3540.00;14.65;1033.50;0.23;0.74 +12727;2;3532.50;12.50;1039.50;-1.14;0.74 +12727;3;3547.50;14.60;1035.50;0.97;0.74 +12727;4;3545.50;13.90;1043.50;1.76;0.74 +12727;5;3529.00;12.30;1048.50;4.08;0.74 +12727;6;3535.50;15.10;1050.00;3.44;0.74 +12727;9;3530.80;12.30;1042.00;1.57;0.74 +12727;10;3545.20;14.05;1042.00;-1.57;0.74 12727;21;3530.80;12.30;1042.00;1.57;0.74 +12728;0;1231.00;10.97;1366.00;0.00;0.54 +12728;1;1227.50;10.70;1361.00;-0.61;0.54 +12728;2;1234.00;10.80;1360.50;0.49;0.54 +12728;3;1224.50;10.95;1366.00;4.71;0.54 +12728;4;1237.50;11.20;1367.50;1.79;0.54 +12728;5;1226.00;11.10;1370.50;3.98;0.54 +12728;6;1232.00;11.20;1372.00;2.97;0.54 +12728;9;1226.14;10.95;1366.00;1.57;0.54 +12728;10;1235.86;11.11;1366.00;-1.57;0.54 12728;21;1226.14;10.95;1366.00;1.57;0.54 +12729;0;1700.00;10.10;880.00;0.00;0.98 +12729;1;1710.00;9.82;865.00;0.58;0.98 +12729;2;1700.00;10.05;872.50;0.00;0.98 +12729;3;1708.00;10.00;874.00;0.92;0.98 +12729;4;1710.50;10.00;882.50;1.80;0.98 +12729;5;1689.00;10.10;886.00;4.21;0.98 +12729;6;1699.00;10.10;888.00;3.26;0.98 +12729;9;1691.18;10.10;880.00;1.57;0.98 +12729;10;1708.82;10.00;880.00;-1.57;0.98 12729;21;1691.18;10.10;880.00;1.57;0.98 +12730;0;4251.00;18.07;1101.00;0.00;0.38 +12730;1;4245.00;17.87;1099.00;-1.24;0.38 +12730;2;4251.50;16.85;1098.00;0.16;0.38 +12730;3;4258.00;16.05;1101.50;1.64;0.38 +12730;4;4248.50;19.20;1103.00;4.03;0.38 +12730;5;4257.00;18.00;1105.00;2.15;0.38 +12730;6;4254.50;19.90;1106.00;2.53;0.38 +12730;9;4245.42;18.18;1101.00;1.57;0.38 +12730;10;4256.58;16.38;1101.00;-1.57;0.38 12730;21;4245.42;18.18;1101.00;1.57;0.38 +12731;0;2861.00;10.50;777.00;0.00;0.64 +12731;1;2854.00;10.50;776.00;-1.42;0.64 +12731;2;2862.00;10.40;771.00;0.16;0.64 +12731;3;2869.00;10.60;774.00;1.21;0.64 +12731;4;2863.50;10.75;782.00;2.67;0.64 +12731;5;2856.50;10.75;785.00;3.65;0.64 +12731;9;2855.24;10.50;777.00;1.57;0.64 +12731;10;2866.76;10.50;777.00;-1.57;0.64 12731;21;2855.24;10.50;777.00;1.57;0.64 +12732;0;4398.00;13.40;1265.00;0.00;0.54 +12732;1;4401.00;13.72;1259.00;0.46;0.54 +12732;2;4406.00;14.47;1259.00;0.92;0.54 +12732;3;4405.00;14.40;1262.00;1.16;0.54 +12732;4;4393.00;12.15;1263.50;-1.27;0.54 +12732;5;4401.50;15.35;1268.00;2.27;0.54 +12732;6;4392.00;13.60;1269.50;4.06;0.54 +12732;7;4396.50;15.40;1271.50;3.36;0.54 +12732;9;4392.24;12.45;1265.00;1.57;0.54 +12732;10;4403.76;14.93;1265.00;-1.57;0.54 12732;21;4392.24;12.45;1265.00;1.57;0.54 +12733;0;3210.00;10.40;1078.00;0.00;0.62 +12733;1;3210.00;10.60;1068.00;0.00;0.62 +12733;2;3202.50;10.40;1078.00;4.71;0.62 +12733;3;3217.50;10.40;1077.50;1.50;0.62 +12733;4;3210.50;10.20;1088.00;3.09;0.62 +12733;9;3204.42;10.40;1078.00;1.57;0.62 +12733;10;3215.58;10.40;1078.00;-1.57;0.62 12733;21;3204.42;10.40;1078.00;1.57;0.62 +12734;0;4023.00;12.07;860.00;0.00;0.38 +12734;1;4023.50;11.50;855.00;0.10;0.38 +12734;2;4020.00;12.30;859.50;-1.40;0.38 +12734;3;4026.50;11.30;857.00;0.86;0.38 +12734;4;4027.00;11.47;860.00;1.57;0.38 +12734;5;4023.00;12.40;864.00;3.14;0.38 +12734;6;4018.00;12.35;863.50;4.10;0.38 +12734;9;4019.58;12.35;860.00;1.57;0.38 +12734;10;4026.42;11.50;860.00;-1.57;0.38 12734;21;4019.58;12.35;860.00;1.57;0.38 +12735;0;1449.00;10.47;1427.00;0.00;0.40 +12735;1;1449.00;10.50;1423.00;0.00;0.40 +12735;2;1453.50;10.50;1423.00;0.84;0.40 +12735;3;1445.00;10.40;1427.00;4.71;0.40 +12735;4;1454.50;10.60;1426.00;1.39;0.40 +12735;5;1451.50;10.50;1429.00;2.24;0.40 +12735;6;1447.50;10.40;1432.00;3.43;0.40 +12735;9;1445.40;10.40;1427.00;1.57;0.40 +12735;10;1452.60;10.60;1427.00;-1.57;0.40 12735;21;1445.40;10.40;1427.00;1.57;0.40 +12736;0;1074.00;9.72;1267.00;0.00;0.92 +12736;1;1082.00;9.50;1253.50;0.53;0.92 +12736;2;1081.50;9.55;1262.00;0.98;0.92 +12736;3;1071.00;9.67;1264.00;-0.78;0.92 +12736;4;1064.50;9.65;1273.00;4.14;0.92 +12736;5;1074.00;9.87;1275.00;3.14;0.92 +12736;6;1068.00;9.75;1278.50;3.62;0.92 +12736;9;1065.72;9.50;1267.00;1.57;0.92 +12736;10;1082.28;9.50;1267.00;-1.57;0.92 +12736;19;1081.27;9.50;1262.82;-3.44;0.92 +12736;20;1082.79;9.50;1261.95;1.05;0.92 12736;21;1078.14;9.70;1262.14;-1.57;0.92 +12737;0;4166.00;12.70;1449.00;0.00;0.62 +12737;1;4164.50;12.30;1441.00;-0.18;0.62 +12737;2;4159.50;12.90;1445.50;-1.07;0.62 +12737;3;4171.50;12.20;1448.00;1.39;0.62 +12737;4;4161.50;12.40;1453.00;3.98;0.62 +12737;5;4169.50;12.70;1455.00;2.61;0.62 +12737;9;4160.42;12.65;1449.00;1.57;0.62 +12737;10;4171.58;12.33;1449.00;-1.57;0.62 12737;21;4160.42;12.65;1449.00;1.57;0.62 +12738;0;1453.00;9.67;1066.00;0.00;0.64 +12738;1;1456.00;9.52;1060.00;0.46;0.64 +12738;2;1460.50;9.70;1056.50;0.66;0.64 +12738;3;1458.50;9.80;1061.00;0.83;0.64 +12738;4;1455.00;9.65;1066.00;1.57;0.64 +12738;5;1447.50;9.50;1069.00;4.21;0.64 +12738;6;1454.50;9.60;1070.50;2.82;0.64 +12738;7;1450.50;9.85;1072.00;3.53;0.64 +12738;9;1447.24;9.50;1066.00;1.57;0.64 +12738;10;1458.76;9.50;1066.00;-1.57;0.64 +12738;19;1457.57;9.50;1057.11;-0.82;0.64 +12738;20;1458.37;9.50;1055.55;0.47;0.64 12738;21;1459.78;10.10;1060.47;-1.57;0.64 +12739;0;3741.00;11.87;1169.00;0.00;0.58 +12739;1;3742.50;11.95;1164.00;0.29;0.58 +12739;2;3736.00;10.75;1162.50;-0.65;0.58 +12739;3;3736.50;11.50;1169.50;4.60;0.58 +12739;4;3748.00;14.10;1172.00;1.97;0.58 +12739;5;3742.50;12.75;1176.00;2.93;0.58 +12739;9;3735.78;11.37;1169.00;1.57;0.58 +12739;10;3746.22;12.97;1169.00;-1.57;0.58 12739;21;3735.78;11.37;1169.00;1.57;0.58 +12740;0;3650.00;9.80;996.00;0.00;1.04 +12740;1;3650.00;9.80;980.00;0.00;1.04 +12740;2;3641.00;9.80;993.00;-1.24;1.04 +12740;3;3658.00;9.80;986.00;0.67;1.04 +12740;4;3661.50;9.70;1000.50;1.94;1.04 +12740;5;3652.50;9.80;1007.00;2.91;1.04 +12740;6;3637.50;9.80;1007.50;3.96;1.04 +12740;7;3642.50;9.80;1008.00;3.70;1.04 +12740;9;3640.64;9.80;996.00;1.57;1.04 +12740;10;3659.36;9.70;996.00;-1.57;1.04 12740;21;3640.64;9.80;996.00;1.57;1.04 +12741;0;3143.00;10.85;708.00;0.00;0.50 +12741;1;3142.00;10.60;703.00;-0.19;0.50 +12741;2;3152.50;10.80;705.00;1.26;0.50 +12741;3;3134.50;10.60;709.50;4.53;0.50 +12741;4;3150.50;10.70;710.50;1.89;0.50 +12741;5;3143.00;10.85;713.50;3.14;0.50 +12741;9;3135.62;10.51;708.00;1.57;0.50 +12741;10;3150.38;10.75;708.00;-1.57;0.50 12741;21;3135.62;10.51;708.00;1.57;0.50 +12742;0;2773.00;9.85;741.00;0.00;0.60 +12742;1;2774.00;9.70;734.50;0.15;0.60 +12742;2;2766.50;10.15;741.00;4.71;0.60 +12742;3;2779.50;10.20;742.00;1.72;0.60 +12742;4;2772.00;10.40;747.00;3.30;0.60 +12742;5;2765.00;10.50;747.50;4.03;0.60 +12742;9;2767.60;10.15;741.00;1.57;0.60 +12742;10;2778.40;9.95;741.00;-1.57;0.60 +12742;19;2786.00;9.50;731.00;0.15;0.60 +12742;20;2787.38;9.50;729.93;0.91;0.60 12742;21;2767.60;10.15;741.00;1.57;0.60 +12743;0;3968.00;10.37;1029.00;0.00;0.48 +12743;1;3970.50;10.30;1023.50;0.42;0.48 +12743;2;3966.00;10.40;1026.50;-0.67;0.48 +12743;3;3975.00;10.40;1025.50;1.10;0.48 +12743;4;3976.00;10.40;1028.00;1.44;0.48 +12743;5;3960.50;10.00;1031.50;4.39;0.48 +12743;6;3971.50;10.40;1031.50;2.19;0.48 +12743;7;3964.00;10.25;1033.50;3.86;0.48 +12743;9;3961.70;10.07;1029.00;1.57;0.48 +12743;10;3974.30;10.41;1029.00;-1.57;0.48 12743;21;3961.70;10.07;1029.00;1.57;0.48 +12744;0;3284.00;11.20;813.00;0.00;0.58 +12744;1;3275.50;11.20;810.00;-1.23;0.58 +12744;2;3279.50;11.20;806.00;-0.57;0.58 +12744;3;3285.50;11.10;806.50;0.22;0.58 +12744;4;3293.50;11.20;810.50;1.31;0.58 +12744;5;3277.00;11.20;818.50;4.04;0.58 +12744;6;3288.50;11.30;818.50;2.45;0.58 +12744;9;3275.90;11.20;813.00;1.57;0.58 +12744;10;3292.10;11.20;813.00;-1.57;0.58 12744;21;3275.90;11.20;813.00;1.57;0.58 +12745;0;1138.00;15.05;1348.00;0.00;0.54 +12745;1;1133.00;15.20;1341.50;-0.65;0.54 +12745;2;1139.50;14.80;1341.50;0.22;0.54 +12745;3;1133.50;14.95;1350.00;4.29;0.54 +12745;4;1143.50;15.00;1349.50;1.83;0.54 +12745;5;1141.00;15.05;1354.50;2.70;0.54 +12745;6;1137.00;14.75;1356.00;3.26;0.54 +12745;9;1133.14;15.06;1348.00;1.57;0.54 +12745;10;1142.86;15.11;1348.00;-1.57;0.54 12745;21;1133.14;15.06;1348.00;1.57;0.54 +12746;0;1170.00;11.27;1206.00;0.00;0.72 +12746;1;1164.50;10.45;1198.00;-0.60;0.72 +12746;2;1170.00;11.37;1199.00;0.00;0.72 +12746;3;1165.00;10.30;1206.50;4.61;0.72 +12746;4;1176.50;12.30;1204.00;1.27;0.72 +12746;5;1178.00;12.45;1208.00;1.81;0.72 +12746;6;1170.50;11.40;1212.50;3.06;0.72 +12746;9;1161.72;9.50;1206.00;1.57;0.72 +12746;10;1178.28;12.56;1206.00;-1.57;0.72 +12746;19;1163.02;9.50;1203.72;-1.27;0.72 +12746;20;1161.36;9.50;1203.17;-1.25;0.72 12746;21;1166.23;10.70;1206.25;-1.57;0.72 +12747;0;2578.00;9.65;839.00;0.00;0.48 +12747;1;2572.50;9.70;833.50;-0.78;0.48 +12747;2;2580.50;9.70;838.50;1.37;0.48 +12747;3;2572.50;9.50;838.00;-1.39;0.48 +12747;4;2577.50;9.70;842.00;3.30;0.48 +12747;5;2581.00;9.70;845.00;2.67;0.48 +12747;9;2573.14;9.50;839.00;1.57;0.48 +12747;10;2582.86;9.70;839.00;-1.57;0.48 +12747;19;2566.00;9.50;840.00;-1.39;0.48 +12747;20;2564.25;9.50;840.14;4.62;0.48 12747;21;2573.14;9.50;839.00;1.57;0.48 +12748;0;3681.00;11.35;1235.00;0.00;0.62 +12748;1;3679.00;11.85;1226.50;-0.23;0.62 +12748;2;3675.50;11.65;1231.00;-0.94;0.62 +12748;3;3685.00;11.30;1231.00;0.78;0.62 +12748;4;3673.00;11.60;1237.50;4.41;0.62 +12748;5;3688.00;11.70;1238.50;2.03;0.62 +12748;6;3679.50;11.80;1241.00;3.38;0.62 +12748;9;3674.88;11.58;1235.00;1.57;0.62 +12748;10;3687.12;11.45;1235.00;-1.57;0.62 12748;21;3674.88;11.58;1235.00;1.57;0.62 +12749;0;3516.00;10.60;1118.00;0.00;0.68 +12749;1;3514.50;10.70;1110.50;-0.19;0.68 +12749;2;3523.50;10.50;1116.00;1.31;0.68 +12749;3;3508.50;10.70;1117.00;-1.43;0.68 +12749;4;3525.50;10.40;1123.00;2.05;0.68 +12749;5;3520.50;10.40;1124.50;2.53;0.68 +12749;6;3513.50;10.60;1125.00;3.48;0.68 +12749;9;3509.16;10.70;1118.00;1.57;0.68 +12749;10;3522.84;10.46;1118.00;-1.57;0.68 12749;21;3522.84;10.46;1118.00;-1.57;0.68 +12750;0;4432.00;13.20;1318.00;0.00;0.58 +12750;1;4436.00;12.85;1310.50;0.49;0.58 +12750;2;4429.50;13.00;1312.50;-0.42;0.58 +12750;3;4440.00;12.80;1312.50;0.96;0.58 +12750;4;4424.00;13.25;1317.50;-1.50;0.58 +12750;5;4439.50;13.20;1319.00;1.70;0.58 +12750;6;4425.50;13.50;1323.50;4.01;0.58 +12750;7;4433.50;13.90;1324.50;2.91;0.58 +12750;9;4425.88;13.13;1318.00;1.57;0.58 +12750;10;4438.12;13.10;1318.00;-1.57;0.58 12750;21;4425.88;13.13;1318.00;1.57;0.58 +12751;0;2687.00;10.97;863.00;0.00;0.90 +12751;1;2676.50;11.00;852.50;-0.78;0.90 +12751;2;2679.00;11.00;849.50;-0.53;0.90 +12751;3;2681.00;11.00;852.00;-0.49;0.90 +12751;4;2691.00;11.00;860.50;1.01;0.90 +12751;5;2680.50;11.10;861.50;-1.34;0.90 +12751;6;2698.00;10.30;868.50;2.03;0.90 +12751;7;2690.00;10.45;871.00;2.78;0.90 +12751;9;2677.82;10.70;863.00;1.57;0.90 +12751;10;2696.18;10.53;863.00;-1.57;0.90 12751;21;2677.82;10.70;863.00;1.57;0.90 +12752;0;1528.00;9.60;1313.00;0.00;0.42 +12752;1;1524.50;9.65;1311.00;-1.05;0.42 +12752;2;1530.50;9.65;1308.00;0.46;0.42 +12752;3;1533.50;9.60;1310.50;1.14;0.42 +12752;4;1533.50;9.60;1316.50;2.13;0.42 +12752;5;1527.00;9.70;1316.50;3.42;0.42 +12752;6;1532.00;9.70;1317.50;2.41;0.42 +12752;9;1523.68;9.70;1313.00;1.57;0.42 +12752;10;1532.32;9.70;1313.00;-1.57;0.42 +12752;19;1525.00;9.50;1303.00;-1.05;0.42 +12752;20;1524.49;9.50;1301.32;-0.29;0.42 12752;21;1523.68;9.70;1313.00;1.57;0.42 +12753;0;1353.00;12.10;1126.00;0.00;0.72 +12753;1;1352.00;9.75;1121.00;-0.19;0.72 +12753;2;1360.00;9.85;1115.00;0.56;0.72 +12753;3;1360.50;13.05;1120.00;0.89;0.72 +12753;4;1355.00;11.22;1130.00;2.67;0.72 +12753;5;1345.00;11.95;1131.50;4.11;0.72 +12753;6;1348.00;11.85;1136.00;3.60;0.72 +12753;9;1346.52;9.95;1126.00;1.57;0.72 +12753;10;1359.48;11.90;1126.00;-1.57;0.72 +12753;19;1365.00;9.50;1105.00;-0.20;0.72 +12753;20;1365.86;9.50;1103.48;0.51;0.72 12753;21;1347.96;11.90;1128.66;-1.57;0.72 +12754;0;3987.00;15.92;1194.00;0.00;0.52 +12754;1;3987.50;14.85;1188.00;0.08;0.52 +12754;2;3984.00;13.72;1188.00;-0.46;0.52 +12754;3;3981.50;13.60;1191.00;-1.07;0.52 +12754;4;3991.50;16.45;1192.00;1.15;0.52 +12754;5;3985.00;16.45;1197.50;3.66;0.52 +12754;6;3993.50;18.35;1198.00;2.12;0.52 +12754;9;3981.96;15.21;1194.00;1.57;0.52 +12754;10;3992.04;17.15;1194.00;-1.57;0.52 12754;21;3981.96;15.21;1194.00;1.57;0.52 +12755;0;1238.00;13.70;1184.00;0.00;0.52 +12755;1;1241.00;13.45;1178.50;0.49;0.52 +12755;2;1244.50;16.40;1182.50;1.34;0.52 +12755;3;1233.00;13.15;1184.50;4.61;0.52 +12755;4;1238.00;15.55;1188.50;3.14;0.52 +12755;5;1232.00;15.55;1190.50;3.88;0.52 +12755;9;1232.42;12.85;1184.00;1.57;0.52 +12755;10;1243.58;16.32;1184.00;-1.57;0.52 12755;21;1232.42;12.85;1184.00;1.57;0.52 +12756;0;3590.00;13.75;1190.00;0.00;0.50 +12756;1;3587.00;12.15;1186.00;-0.64;0.50 +12756;2;3593.50;14.50;1182.50;0.43;0.50 +12756;3;3594.50;15.80;1189.50;1.46;0.50 +12756;4;3585.50;12.20;1193.00;4.12;0.50 +12756;5;3593.50;16.40;1196.50;2.64;0.50 +12756;6;3590.00;15.85;1197.50;3.14;0.50 +12756;9;3585.50;11.80;1190.00;1.57;0.50 +12756;10;3594.50;15.95;1190.00;-1.57;0.50 12756;21;3585.50;11.80;1190.00;1.57;0.50 +12757;0;3490.00;11.97;770.00;0.00;0.90 +12757;1;3485.00;10.80;759.50;-0.44;0.90 +12757;2;3497.50;11.75;768.00;1.31;0.90 +12757;3;3477.50;11.30;765.50;-1.22;0.90 +12757;4;3483.00;12.20;775.00;4.09;0.90 +12757;5;3505.00;11.85;777.00;2.00;0.90 +12757;6;3497.50;12.20;779.50;2.47;0.90 +12757;9;3479.20;11.75;770.00;1.57;0.90 +12757;10;3500.80;12.00;770.00;-1.57;0.90 12757;21;3479.20;11.75;770.00;1.57;0.90 +12758;0;3433.00;13.17;1065.00;0.00;0.56 +12758;1;3434.00;12.75;1059.50;0.18;0.56 +12758;2;3427.00;12.32;1065.00;4.71;0.56 +12758;3;3441.00;12.80;1063.50;1.38;0.56 +12758;4;3438.00;13.70;1068.50;2.18;0.56 +12758;5;3430.50;13.00;1071.50;3.50;0.56 +12758;9;3427.60;12.43;1065.00;1.57;0.56 +12758;10;3438.40;13.05;1065.00;-1.57;0.56 12758;21;3427.60;12.43;1065.00;1.57;0.56 +12759;0;3533.00;11.20;816.00;0.00;0.38 +12759;1;3533.00;12.02;812.00;0.00;0.38 +12759;2;3538.50;11.90;814.00;1.22;0.38 +12759;3;3526.50;11.40;816.00;4.71;0.38 +12759;4;3539.50;12.05;819.00;2.00;0.38 +12759;5;3531.50;9.80;819.50;3.54;0.38 +12759;9;3527.78;11.40;816.00;1.57;0.38 +12759;10;3538.22;11.78;816.00;-1.57;0.38 +12759;19;3525.00;9.65;822.00;-2.74;0.38 +12759;20;3523.60;9.65;823.05;4.06;0.38 12759;21;3527.78;11.40;816.00;1.57;0.38 +12760;0;2824.00;11.52;1244.00;0.00;0.26 +12760;1;2821.00;11.80;1241.00;-0.78;0.26 +12760;2;2825.00;12.25;1241.50;0.38;0.26 +12760;3;2819.00;11.20;1243.00;-1.37;0.26 +12760;4;2828.50;12.60;1243.50;1.46;0.26 +12760;5;2823.00;10.90;1246.00;3.60;0.26 +12760;6;2828.00;11.65;1246.50;2.12;0.26 +12760;9;2820.40;11.07;1244.00;1.57;0.26 +12760;10;2827.60;12.22;1244.00;-1.57;0.26 12760;21;2820.40;11.07;1244.00;1.57;0.26 +12761;0;3800.00;12.92;1107.00;0.00;0.62 +12761;1;3794.00;13.50;1103.50;-1.04;0.62 +12761;2;3803.50;12.60;1102.50;0.66;0.62 +12761;3;3805.50;12.20;1111.50;2.25;0.62 +12761;4;3796.50;11.90;1112.50;3.70;0.62 +12761;9;3794.24;13.26;1107.00;1.57;0.62 +12761;10;3805.76;12.53;1107.00;-1.57;0.62 12761;21;3794.24;13.26;1107.00;1.57;0.62 +12762;0;2850.00;10.30;825.00;0.00;0.80 +12762;1;2846.00;10.40;820.00;-0.67;0.80 +12762;2;2856.00;10.30;822.00;1.10;0.80 +12762;3;2842.00;10.40;828.00;4.35;0.80 +12762;4;2853.50;10.20;833.50;2.75;0.80 +12762;5;2848.50;10.20;834.00;3.30;0.80 +12762;9;2842.80;10.40;825.00;1.57;0.80 +12762;10;2857.20;10.20;825.00;-1.57;0.80 12762;21;2842.80;10.40;825.00;1.57;0.80 +12763;0;3937.00;14.80;1230.00;0.00;0.46 +12763;1;3933.00;13.82;1226.00;-0.78;0.46 +12763;2;3941.00;13.90;1225.00;0.67;0.46 +12763;3;3944.00;15.45;1230.50;1.64;0.46 +12763;4;3928.50;14.30;1231.50;4.53;0.46 +12763;5;3937.00;14.80;1235.00;3.14;0.46 +12763;6;3945.00;15.45;1235.00;2.12;0.46 +12763;9;3930.16;14.38;1230.00;1.57;0.46 +12763;10;3943.84;15.40;1230.00;-1.57;0.46 12763;21;3930.16;14.38;1230.00;1.57;0.46 +12764;0;3203.00;9.72;1135.00;0.00;0.52 +12764;1;3204.00;9.67;1129.00;0.16;0.52 +12764;2;3199.00;9.70;1130.50;-0.72;0.52 +12764;3;3209.00;9.60;1133.50;1.32;0.52 +12764;4;3197.50;9.70;1137.50;4.28;0.52 +12764;5;3208.00;9.80;1138.00;2.11;0.52 +12764;6;3205.00;9.80;1140.00;2.76;0.52 +12764;7;3200.50;9.80;1141.50;3.50;0.52 +12764;9;3198.32;9.70;1135.00;1.57;0.52 +12764;10;3207.68;9.75;1135.00;-1.57;0.52 12764;21;3198.32;9.70;1135.00;1.57;0.52 +12765;0;1054.00;16.02;1461.00;0.00;0.54 +12765;1;1052.50;15.30;1456.50;-0.32;0.54 +12765;2;1060.50;16.65;1455.00;0.82;0.54 +12765;3;1062.50;17.80;1458.00;1.23;0.54 +12765;4;1045.00;15.40;1460.50;-1.51;0.54 +12765;5;1060.00;17.10;1462.50;1.81;0.54 +12765;6;1050.00;16.10;1466.00;3.81;0.54 +12765;9;1047.70;15.75;1461.00;1.57;0.54 +12765;10;1060.30;17.40;1461.00;-1.57;0.54 12765;21;1047.70;15.75;1461.00;1.57;0.54 +12766;0;3419.00;14.15;891.00;0.00;0.48 +12766;1;3417.50;14.50;887.50;-0.40;0.48 +12766;2;3427.50;12.60;888.50;1.28;0.48 +12766;3;3410.50;13.85;891.00;4.71;0.48 +12766;4;3424.50;11.30;894.00;2.07;0.48 +12766;5;3416.00;14.15;895.00;3.78;0.48 +12766;9;3412.16;14.01;891.00;1.57;0.48 +12766;10;3425.84;12.07;891.00;-1.57;0.48 +12766;19;3421.00;10.70;899.00;-4.21;0.48 +12766;20;3421.42;10.70;900.69;2.89;0.48 12766;21;3419.99;12.50;898.04;-1.57;0.48 +12767;0;4452.00;10.42;1175.00;0.00;0.38 +12767;1;4449.50;10.50;1172.50;-0.78;0.38 +12767;2;4454.50;10.40;1170.00;0.46;0.38 +12767;3;4456.50;10.50;1172.50;1.06;0.38 +12767;4;4454.00;10.60;1178.50;2.62;0.38 +12767;5;4449.50;10.65;1179.00;3.70;0.38 +12767;9;4448.58;10.50;1175.00;1.57;0.38 +12767;10;4455.42;10.50;1175.00;-1.57;0.38 12767;21;4448.58;10.50;1175.00;1.57;0.38 +12768;0;3568.00;10.50;966.00;0.00;1.04 +12768;1;3568.00;10.70;955.00;0.00;1.04 +12768;2;3560.50;10.70;957.00;-0.69;1.04 +12768;3;3578.00;10.42;958.00;0.89;1.04 +12768;4;3579.50;10.40;967.00;1.65;1.04 +12768;5;3556.00;10.70;966.00;4.71;1.04 +12768;6;3557.50;10.60;974.50;4.03;1.04 +12768;7;3567.50;10.40;976.50;3.18;1.04 +12768;9;3557.92;10.70;966.00;1.57;1.04 +12768;10;3578.08;10.40;966.00;-1.57;1.04 12768;21;3557.92;10.70;966.00;1.57;1.04 +12769;0;3870.00;18.30;1211.00;0.00;0.56 +12769;1;3866.50;18.10;1207.00;-0.71;0.56 +12769;2;3874.00;17.95;1206.00;0.67;0.56 +12769;3;3875.00;19.05;1212.50;1.86;0.56 +12769;4;3865.00;17.45;1214.50;4.10;0.56 +12769;5;3872.00;18.30;1217.50;2.84;0.56 +12769;9;3864.96;18.09;1211.00;1.57;0.56 +12769;10;3875.04;18.90;1211.00;-1.57;0.56 12769;21;3864.96;18.09;1211.00;1.57;0.56 +12770;0;1678.00;9.90;865.00;0.00;0.78 +12770;1;1679.00;9.95;860.50;0.21;0.78 +12770;2;1689.00;10.00;865.00;1.57;0.78 +12770;3;1668.00;10.10;871.50;4.13;0.78 +12770;9;1663.78;10.00;865.00;1.57;0.78 +12770;10;1692.22;9.90;865.00;-1.57;0.78 12770;21;1663.78;10.00;865.00;1.57;0.78 +12771;0;3297.00;10.10;1018.00;0.00;0.46 +12771;1;3292.50;10.10;1012.00;-0.64;0.46 +12771;2;3295.50;10.00;1012.00;-0.24;0.46 +12771;3;3293.00;10.10;1018.50;4.58;0.46 +12771;4;3300.00;10.00;1016.00;0.98;0.46 +12771;5;3301.00;10.00;1022.00;2.35;0.46 +12771;9;3291.60;10.10;1018.00;1.57;0.46 +12771;10;3302.40;10.00;1018.00;-1.57;0.46 12771;21;3291.60;10.10;1018.00;1.57;0.46 +12772;0;1675.00;9.70;1016.00;0.00;0.56 +12772;1;1672.00;9.70;1013.50;-0.87;0.56 +12772;2;1678.50;9.70;1010.00;0.52;0.56 +12772;3;1682.00;9.70;1013.00;1.16;0.56 +12772;4;1679.50;9.70;1018.00;1.98;0.56 +12772;5;1669.00;10.25;1019.50;4.18;0.56 +12772;6;1674.50;9.70;1023.00;3.21;0.56 +12772;9;1669.96;9.85;1016.00;1.57;0.56 +12772;10;1680.04;9.70;1016.00;-1.57;0.56 +12772;19;1686.00;9.50;1019.00;-3.99;0.56 +12772;20;1687.68;9.50;1019.46;1.83;0.56 12772;21;1680.04;9.70;1016.00;-1.57;0.56 +12773;0;3543.00;12.80;1219.00;0.00;0.42 +12773;1;3539.00;13.35;1215.00;-0.78;0.42 +12773;2;3545.00;12.70;1216.00;0.58;0.42 +12773;3;3538.00;13.25;1220.00;4.51;0.42 +12773;4;3548.00;13.67;1221.00;1.95;0.42 +12773;5;3543.50;14.20;1223.50;3.03;0.42 +12773;9;3538.86;13.09;1219.00;1.57;0.42 +12773;10;3547.14;12.91;1219.00;-1.57;0.42 12773;21;3538.86;13.09;1219.00;1.57;0.42 +12774;0;3783.00;10.40;1070.00;0.00;0.58 +12774;1;3779.00;10.12;1064.00;-0.58;0.58 +12774;2;3776.00;10.25;1068.00;-1.29;0.58 +12774;3;3787.00;10.15;1065.00;0.67;0.58 +12774;4;3789.50;10.35;1071.00;1.72;0.58 +12774;5;3779.00;10.75;1073.50;3.99;0.58 +12774;6;3784.00;11.55;1077.50;3.00;0.58 +12774;7;3788.50;11.65;1077.00;2.47;0.58 +12774;9;3777.60;10.35;1070.00;1.57;0.58 +12774;10;3788.40;10.30;1070.00;-1.57;0.58 +12774;19;3796.00;9.50;1061.00;0.67;0.58 +12774;20;3797.43;9.50;1060.00;0.96;0.58 12774;21;3777.60;10.35;1070.00;1.57;0.58 +12775;0;3101.00;11.00;604.00;0.00;0.90 +12775;1;3105.50;11.10;595.00;0.46;0.90 +12775;2;3112.50;11.10;592.00;0.76;0.90 +12775;3;3115.00;11.20;593.00;0.90;0.90 +12775;4;3116.00;11.00;599.50;1.27;0.90 +12775;5;3094.50;11.00;599.50;-0.96;0.90 +12775;6;3085.00;11.00;601.50;-1.41;0.90 +12775;7;3080.50;10.90;606.50;4.59;0.90 +12775;8;3113.00;11.00;610.00;2.03;0.90 +12775;9;3087.86;11.00;604.00;1.57;0.90 +12775;10;3114.14;11.05;604.00;-1.57;0.90 12775;21;3087.86;11.00;604.00;1.57;0.90 +12776;0;4417.00;13.17;1297.00;0.00;0.48 +12776;1;4414.00;13.30;1291.00;-0.46;0.48 +12776;2;4420.50;13.10;1292.50;0.66;0.48 +12776;3;4409.00;13.20;1295.50;-1.38;0.48 +12776;4;4425.00;13.00;1297.00;1.57;0.48 +12776;5;4413.00;13.15;1300.50;3.99;0.48 +12776;6;4422.00;13.05;1302.00;2.35;0.48 +12776;9;4410.88;13.20;1297.00;1.57;0.48 +12776;10;4423.12;13.00;1297.00;-1.57;0.48 12776;21;4410.88;13.20;1297.00;1.57;0.48 +12777;0;4078.00;10.00;1076.00;0.00;0.42 +12777;1;4075.50;10.45;1074.00;-0.89;0.42 +12777;2;4081.50;10.00;1073.50;0.95;0.42 +12777;3;4081.00;9.82;1078.00;2.15;0.42 +12777;4;4073.50;9.80;1079.00;4.12;0.42 +12777;5;4076.00;9.80;1081.00;3.52;0.42 +12777;9;4073.50;10.15;1076.00;1.57;0.42 +12777;10;4082.50;9.90;1076.00;-1.57;0.42 12777;21;4073.50;10.15;1076.00;1.57;0.42 +12778;0;1341.00;10.75;1448.00;0.00;0.36 +12778;1;1339.50;10.55;1443.00;-0.29;0.36 +12778;2;1344.50;10.40;1444.00;0.71;0.36 +12778;3;1336.00;10.85;1444.50;-0.96;0.36 +12778;4;1336.00;11.70;1448.50;4.61;0.36 +12778;5;1347.00;10.50;1447.50;1.48;0.36 +12778;6;1346.00;10.85;1451.50;2.18;0.36 +12778;7;1339.50;11.10;1452.00;3.50;0.36 +12778;8;1336.00;13.10;1452.00;4.03;0.36 +12778;9;1336.50;11.35;1448.00;1.57;0.36 +12778;10;1345.50;10.65;1448.00;-1.57;0.36 12778;21;1336.50;11.35;1448.00;1.57;0.36 +12779;0;4033.00;10.47;885.00;0.00;0.32 +12779;1;4030.50;10.90;881.00;-0.55;0.32 +12779;2;4035.50;10.55;882.00;0.69;0.32 +12779;3;4028.00;10.85;884.50;-1.47;0.32 +12779;4;4039.00;10.35;884.50;1.48;0.32 +12779;5;4037.50;10.30;887.00;1.98;0.32 +12779;6;4030.00;10.35;888.00;3.92;0.32 +12779;7;4034.00;10.20;888.50;2.86;0.32 +12779;9;4028.86;10.71;885.00;1.57;0.32 +12779;10;4037.14;10.40;885.00;-1.57;0.32 12779;21;4028.86;10.71;885.00;1.57;0.32 +12780;0;3668.00;15.47;1145.00;0.00;0.56 +12780;1;3671.50;14.65;1137.00;0.41;0.56 +12780;2;3664.00;15.45;1140.50;-0.72;0.56 +12780;3;3674.50;15.30;1142.00;1.13;0.56 +12780;4;3672.50;14.90;1149.50;2.35;0.56 +12780;5;3661.00;15.25;1146.00;4.57;0.56 +12780;6;3663.50;14.40;1151.50;3.74;0.56 +12780;7;3668.50;14.50;1154.00;3.08;0.56 +12780;9;3662.96;15.35;1145.00;1.57;0.56 +12780;10;3673.04;15.19;1145.00;-1.57;0.56 12780;21;3662.96;15.35;1145.00;1.57;0.56 +12781;0;4019.00;11.17;973.00;0.00;0.38 +12781;1;4020.50;11.10;969.50;0.40;0.38 +12781;2;4014.50;11.00;971.50;-1.24;0.38 +12781;3;4025.00;11.20;973.50;1.65;0.38 +12781;4;4014.00;11.15;975.00;4.33;0.38 +12781;5;4020.50;11.20;976.50;2.73;0.38 +12781;9;4014.68;11.10;973.00;1.57;0.38 +12781;10;4023.32;11.20;973.00;-1.57;0.38 12781;21;4014.68;11.10;973.00;1.57;0.38 +12782;0;1265.00;10.62;1351.00;0.00;0.46 +12782;1;1266.00;10.45;1346.00;0.19;0.46 +12782;2;1271.50;10.40;1347.00;1.01;0.46 +12782;3;1260.00;10.55;1351.00;4.71;0.46 +12782;4;1268.50;10.60;1353.00;2.09;0.46 +12782;5;1261.50;10.70;1356.50;3.70;0.46 +12782;9;1260.14;10.56;1351.00;1.57;0.46 +12782;10;1269.86;10.53;1351.00;-1.57;0.46 12782;21;1260.14;10.56;1351.00;1.57;0.46 +12783;0;3260.00;12.65;660.00;0.00;0.98 +12783;1;3256.00;12.65;650.50;-0.39;0.98 +12783;2;1629.50;9.50;329.50;-1.37;0.98 +12783;3;3250.00;12.30;658.50;-1.42;0.98 +12783;4;3267.00;12.30;659.50;1.49;0.98 +12783;5;3263.50;12.30;667.00;2.67;0.98 +12783;6;3251.00;12.25;665.00;4.20;0.98 +12783;7;1629.50;9.50;329.50;-1.37;0.98 +12783;8;3275.00;11.65;674.00;2.32;0.98 +12783;9;3249.92;12.30;660.00;1.57;0.98 +12783;10;3270.08;12.47;660.00;-1.57;0.98 12783;21;3249.92;12.30;660.00;1.57;0.98 +12784;0;4120.00;21.52;1178.00;0.00;0.74 +12784;1;4118.50;22.55;1170.00;-0.18;0.74 +12784;2;4128.50;21.60;1174.50;1.18;0.74 +12784;3;4109.50;22.05;1175.00;-1.29;0.74 +12784;4;4115.50;21.50;1183.50;3.82;0.74 +12784;5;4127.50;21.25;1184.00;2.24;0.74 +12784;9;4110.82;22.38;1178.00;1.57;0.74 +12784;10;4129.18;21.30;1178.00;-1.57;0.74 12784;21;4110.82;22.38;1178.00;1.57;0.74 +12785;0;2814.00;9.50;767.00;0.00;0.36 +12785;1;2817.50;9.65;755.00;0.28;0.36 +12785;2;2813.50;9.60;756.00;-0.04;0.36 +12785;3;2816.00;9.65;765.50;0.92;0.36 +12785;4;1406.50;9.50;383.00;-1.30;0.36 +12785;5;2811.50;9.50;778.00;3.36;0.36 +12785;6;2814.00;9.60;779.00;3.14;0.36 +12785;9;2810.76;9.50;767.00;1.57;0.36 +12785;10;2817.24;9.84;767.00;-1.57;0.36 +12785;19;2821.00;9.50;743.00;0.28;0.36 +12785;20;2821.49;9.50;741.32;0.28;0.36 12785;21;2810.76;9.50;767.00;1.57;0.36 +12786;0;4093.00;10.30;1067.00;0.00;0.34 +12786;1;4095.50;10.30;1063.50;0.62;0.34 +12786;2;4090.00;10.30;1064.50;-0.87;0.34 +12786;3;4088.00;10.35;1065.50;-1.27;0.34 +12786;4;4089.00;10.32;1069.00;4.24;0.34 +12786;5;4097.50;10.20;1068.50;1.89;0.34 +12786;6;4094.00;10.20;1070.50;2.86;0.34 +12786;9;4089.22;10.36;1067.00;1.57;0.34 +12786;10;4096.78;10.22;1067.00;-1.57;0.34 12786;21;4089.22;10.36;1067.00;1.57;0.34 +12787;0;2782.00;10.40;769.00;0.00;0.74 +12787;1;2776.50;10.20;761.00;-0.60;0.74 +12787;2;2786.00;10.20;763.00;0.58;0.74 +12787;3;2772.50;10.70;770.50;4.55;0.74 +12787;4;1390.50;9.50;384.00;-1.30;0.74 +12787;5;2780.00;10.87;777.00;3.38;0.74 +12787;6;2787.00;9.95;777.00;2.58;0.74 +12787;9;2772.64;10.58;769.00;1.57;0.74 +12787;10;2791.36;9.90;769.00;-1.57;0.74 12787;21;2784.97;10.30;764.92;1.57;0.74 +12788;0;3812.00;13.85;1207.00;0.00;0.54 +12788;1;3814.00;14.60;1200.50;0.29;0.54 +12788;2;3805.00;13.62;1207.00;4.71;0.54 +12788;3;3818.50;15.35;1208.00;1.72;0.54 +12788;4;3811.50;14.75;1213.00;3.22;0.54 +12788;5;3805.00;14.87;1213.00;4.00;0.54 +12788;9;3805.88;13.65;1207.00;1.57;0.54 +12788;10;3818.12;15.53;1207.00;-1.57;0.54 12788;21;3805.88;13.65;1207.00;1.57;0.54 +12789;0;4351.00;16.95;1101.00;0.00;0.54 +12789;1;4353.00;16.87;1092.00;0.21;0.54 +12789;2;4357.50;16.40;1092.00;0.62;0.54 +12789;3;4347.50;16.70;1098.00;-0.86;0.54 +12789;4;4355.50;17.10;1099.50;1.24;0.54 +12789;5;4344.50;17.40;1103.50;4.34;0.54 +12789;6;4347.00;16.92;1108.00;3.66;0.54 +12789;7;4352.00;17.30;1109.50;3.02;0.54 +12789;8;4349.50;18.10;1113.00;3.26;0.54 +12789;9;4346.14;16.94;1101.00;1.57;0.54 +12789;10;4355.86;17.16;1101.00;-1.57;0.54 12789;21;4346.14;16.94;1101.00;1.57;0.54 +12790;0;1632.00;9.87;1028.00;0.00;0.36 +12790;1;1632.00;9.90;1021.50;0.00;0.36 +12790;2;1635.50;9.90;1029.50;1.97;0.36 +12790;3;1628.50;9.70;1029.00;4.43;0.36 +12790;4;1633.00;9.65;1036.00;3.01;0.36 +12790;9;1628.76;9.70;1028.00;1.57;0.36 +12790;10;1635.24;10.00;1028.00;-1.57;0.36 +12790;19;1633.93;9.50;1042.78;-2.67;0.36 +12790;20;1634.15;9.50;1044.51;3.01;0.36 12790;21;1635.85;9.90;1040.25;-1.57;0.36 +12791;0;1146.00;12.97;1405.00;0.00;0.52 +12791;1;1144.00;12.87;1399.00;-0.32;0.52 +12791;2;1149.50;12.90;1399.50;0.56;0.52 +12791;3;1141.00;12.90;1403.50;-1.27;0.52 +12791;4;1152.00;13.10;1405.00;1.57;0.52 +12791;5;1139.00;13.07;1410.00;4.09;0.52 +12791;6;1144.00;13.35;1411.00;3.46;0.52 +12791;9;1140.24;12.93;1405.00;1.57;0.52 +12791;10;1151.76;13.07;1405.00;-1.57;0.52 12791;21;1140.24;12.93;1405.00;1.57;0.52 +12792;0;3921.00;9.90;1114.00;0.00;0.44 +12792;1;3916.50;9.70;1109.50;-0.78;0.44 +12792;2;3923.50;9.80;1111.00;0.69;0.44 +12792;3;3913.50;9.80;1112.50;-1.37;0.44 +12792;4;3920.00;10.05;1117.00;3.46;0.44 +12792;5;3926.50;9.85;1116.00;1.92;0.44 +12792;6;3927.00;10.20;1119.50;2.31;0.44 +12792;9;3915.60;9.80;1114.00;1.57;0.44 +12792;10;3926.40;9.80;1114.00;-1.57;0.44 12792;21;3915.60;9.80;1114.00;1.57;0.44 +12793;0;3545.00;14.37;1280.00;0.00;0.40 +12793;1;3544.00;14.42;1276.00;-0.24;0.40 +12793;2;3540.00;14.45;1277.50;-1.10;0.40 +12793;3;3548.50;14.30;1277.50;0.95;0.40 +12793;4;3549.50;14.50;1281.50;1.89;0.40 +12793;5;3540.50;14.40;1281.00;4.49;0.40 +12793;6;3543.50;14.30;1283.50;3.54;0.40 +12793;7;3547.00;14.50;1285.00;2.76;0.40 +12793;9;3540.86;14.40;1280.00;1.57;0.40 +12793;10;3549.14;14.41;1280.00;-1.57;0.40 12793;21;3540.86;14.40;1280.00;1.57;0.40 +12794;0;2717.00;11.17;838.00;0.00;0.60 +12794;1;2715.50;11.00;825.50;-0.11;0.60 +12794;2;2712.00;10.90;833.00;-0.78;0.60 +12794;3;2721.00;11.30;834.50;0.85;0.60 +12794;4;2713.50;11.00;845.50;3.57;0.60 +12794;5;2725.50;11.00;841.00;1.91;0.60 +12794;6;2722.50;11.00;845.00;2.47;0.60 +12794;9;2711.60;11.00;838.00;1.57;0.60 +12794;10;2722.40;11.15;838.00;-1.57;0.60 12794;21;2711.60;11.00;838.00;1.57;0.60 +12795;0;3165.00;12.35;508.00;0.00;0.72 +12795;1;3165.00;12.12;500.00;0.00;0.72 +12795;2;3172.50;12.40;508.50;1.63;0.72 +12795;3;3156.00;12.40;505.50;-1.30;0.72 +12795;4;3164.50;12.20;515.00;3.21;0.72 +12795;9;3158.52;12.19;508.00;1.57;0.72 +12795;10;3171.48;12.40;508.00;-1.57;0.72 12795;21;3158.52;12.19;508.00;1.57;0.72 +12796;0;3310.00;10.47;942.00;0.00;0.88 +12796;1;3300.50;10.40;933.50;-0.84;0.88 +12796;2;3312.00;10.50;936.50;0.34;0.88 +12796;3;3299.00;10.40;939.00;-1.30;0.88 +12796;4;3321.50;10.75;943.00;1.65;0.88 +12796;5;3307.00;10.37;947.00;3.68;0.88 +12796;6;3318.00;10.80;949.50;2.32;0.88 +12796;9;3301.36;10.25;942.00;1.57;0.88 +12796;10;3318.64;10.75;942.00;-1.57;0.88 12796;21;3301.36;10.25;942.00;1.57;0.88 +12797;0;4421.00;16.82;1233.00;0.00;0.38 +12797;1;4422.50;17.40;1229.00;0.35;0.38 +12797;2;4427.00;16.80;1231.00;1.24;0.38 +12797;3;4416.00;18.20;1232.00;-1.37;0.38 +12797;4;4413.50;17.40;1235.50;4.39;0.38 +12797;5;4428.00;15.65;1234.50;1.78;0.38 +12797;6;4420.50;15.90;1236.50;3.28;0.38 +12797;9;4415.06;18.09;1233.00;1.57;0.38 +12797;10;4426.94;16.17;1233.00;-1.57;0.38 12797;21;4415.06;18.09;1233.00;1.57;0.38 +12798;0;1583.00;15.87;867.00;0.00;0.58 +12798;1;1588.50;17.20;860.50;0.70;0.58 +12798;2;1581.00;16.60;862.00;-0.38;0.58 +12798;3;1589.00;17.07;866.00;1.40;0.58 +12798;4;1578.00;13.35;869.50;4.24;0.58 +12798;5;1587.00;15.75;873.50;2.59;0.58 +12798;9;1577.42;13.87;867.00;1.57;0.58 +12798;10;1588.58;17.04;867.00;-1.57;0.58 12798;21;1577.42;13.87;867.00;1.57;0.58 +12799;0;4041.00;11.25;1016.00;0.00;0.40 +12799;1;4043.50;11.00;1011.50;0.50;0.40 +12799;2;4036.50;11.25;1013.00;-0.98;0.40 +12799;3;4046.50;11.15;1016.00;1.57;0.40 +12799;4;4036.00;11.85;1018.50;4.24;0.40 +12799;5;4047.00;11.30;1019.50;2.09;0.40 +12799;6;4041.00;11.65;1020.00;3.14;0.40 +12799;9;4035.78;11.55;1016.00;1.57;0.40 +12799;10;4046.22;11.20;1016.00;-1.57;0.40 12799;21;4035.78;11.55;1016.00;1.57;0.40 +12800;0;3320.00;11.20;801.00;0.00;0.78 +12800;1;3324.00;10.75;792.00;0.41;0.78 +12800;2;3315.00;11.20;796.00;-0.78;0.78 +12800;3;3329.00;11.17;799.00;1.35;0.78 +12800;4;3311.50;11.20;804.50;4.32;0.78 +12800;5;3322.50;11.10;808.50;2.82;0.78 +12800;6;3314.00;11.10;811.00;3.68;0.78 +12800;9;3312.62;11.20;801.00;1.57;0.78 +12800;10;3327.38;11.05;801.00;-1.57;0.78 12800;21;3312.62;11.20;801.00;1.57;0.78 +12801;0;4086.00;23.05;1226.00;0.00;0.78 +12801;1;4077.00;22.65;1222.00;-1.15;0.78 +12801;2;4091.50;22.60;1219.00;0.66;0.78 +12801;3;4098.50;23.05;1229.00;1.80;0.78 +12801;4;4072.00;22.30;1230.50;4.40;0.78 +12801;5;4084.50;22.15;1233.00;3.35;0.78 +12801;9;4076.10;22.79;1226.00;1.57;0.78 +12801;10;4095.90;23.03;1226.00;-1.57;0.78 12801;21;4076.10;22.79;1226.00;1.57;0.78 +12802;0;2619.00;11.97;840.00;0.00;0.50 +12802;1;2618.00;12.05;834.00;-0.16;0.50 +12802;2;2627.00;11.40;836.50;1.15;0.50 +12802;3;2611.00;11.10;840.50;4.65;0.50 +12802;4;2626.00;11.25;842.50;1.91;0.50 +12802;5;2616.00;11.05;845.50;3.64;0.50 +12802;9;2611.44;11.19;840.00;1.57;0.50 +12802;10;2626.56;11.50;840.00;-1.57;0.50 12802;21;2611.44;11.19;840.00;1.57;0.50 +12803;0;1462.00;10.70;1437.00;0.00;0.42 +12803;1;1458.00;10.60;1434.00;-0.92;0.42 +12803;2;1463.50;10.50;1434.50;0.54;0.42 +12803;3;1467.50;10.60;1437.00;1.57;0.42 +12803;4;1466.50;10.85;1440.00;2.15;0.42 +12803;5;1457.00;10.60;1438.50;4.42;0.42 +12803;6;1461.50;10.80;1440.00;3.30;0.42 +12803;7;1465.50;10.80;1443.50;2.64;0.42 +12803;9;1458.22;10.55;1437.00;1.57;0.42 +12803;10;1465.78;10.63;1437.00;-1.57;0.42 12803;21;1458.22;10.55;1437.00;1.57;0.42 +12804;0;1191.00;16.87;1248.00;0.00;0.50 +12804;1;1186.00;15.87;1244.00;-0.89;0.50 +12804;2;1195.50;16.60;1243.50;0.78;0.50 +12804;3;1182.50;15.55;1248.00;4.71;0.50 +12804;4;1200.50;16.50;1246.50;1.41;0.50 +12804;5;1197.50;16.30;1250.50;1.93;0.50 +12804;6;1190.00;16.80;1253.50;3.32;0.50 +12804;9;1183.98;15.82;1248.00;1.57;0.50 +12804;10;1198.02;16.45;1248.00;-1.57;0.50 12804;21;1183.98;15.82;1248.00;1.57;0.50 +12805;0;3960.00;20.95;1286.00;0.00;0.64 +12805;1;3962.00;20.70;1279.50;0.29;0.64 +12805;2;3968.50;20.10;1284.00;1.34;0.64 +12805;3;3953.50;20.80;1283.50;-1.20;0.64 +12805;4;3953.00;20.40;1291.00;4.09;0.64 +12805;5;3962.00;21.25;1291.00;2.76;0.64 +12805;6;3957.00;20.40;1295.50;3.44;0.64 +12805;9;3953.70;20.88;1286.00;1.57;0.64 +12805;10;3966.30;20.37;1286.00;-1.57;0.64 12805;21;3953.70;20.88;1286.00;1.57;0.64 +12806;0;3316.00;10.50;883.00;0.00;0.48 +12806;1;3312.50;10.50;877.00;-0.52;0.48 +12806;2;3317.00;10.50;877.00;0.16;0.48 +12806;3;3321.00;10.60;883.00;1.57;0.48 +12806;4;3311.50;10.50;885.00;4.29;0.48 +12806;5;3316.00;10.50;889.50;3.14;0.48 +12806;9;3311.68;10.50;883.00;1.57;0.48 +12806;10;3320.32;10.58;883.00;-1.57;0.48 12806;21;3312.98;10.50;895.73;-1.57;0.48 +12807;0;4148.00;22.42;1120.00;0.00;0.46 +12807;1;4150.50;22.95;1115.00;0.46;0.46 +12807;2;4156.00;22.37;1119.00;1.44;0.46 +12807;3;4142.00;21.77;1118.00;-1.24;0.46 +12807;4;4139.00;22.50;1122.50;4.44;0.46 +12807;5;4148.50;22.20;1124.50;3.03;0.46 +12807;9;4141.16;22.08;1120.00;1.57;0.46 +12807;10;4154.84;22.33;1120.00;-1.57;0.46 12807;21;4141.16;22.08;1120.00;1.57;0.46 +12808;0;3198.00;10.70;690.00;0.00;0.60 +12808;1;3199.00;11.00;682.50;0.13;0.60 +12808;2;3192.00;10.80;689.50;-1.48;0.60 +12808;3;3205.50;10.70;685.00;0.98;0.60 +12808;4;3205.50;10.90;691.50;1.76;0.60 +12808;5;3199.50;10.80;698.50;2.96;0.60 +12808;9;3192.60;10.79;690.00;1.57;0.60 +12808;10;3203.40;10.74;690.00;-1.57;0.60 12808;21;3192.60;10.79;690.00;1.57;0.60 +12809;0;3723.00;12.47;1145.00;0.00;0.56 +12809;1;3723.00;13.80;1135.50;0.00;0.56 +12809;2;3728.50;12.00;1134.50;0.48;0.56 +12809;3;3728.00;11.75;1142.00;1.03;0.56 +12809;4;3718.00;14.40;1145.50;4.61;0.56 +12809;5;3727.00;10.30;1150.50;2.51;0.56 +12809;6;3716.50;13.95;1154.00;3.76;0.56 +12809;7;3722.00;10.65;1154.50;3.24;0.56 +12809;9;3717.96;14.41;1145.00;1.57;0.56 +12809;10;3728.04;11.06;1145.00;-1.57;0.56 12809;21;3717.96;14.41;1145.00;1.57;0.56 +12810;0;1300.00;9.85;1172.00;0.00;0.56 +12810;1;1305.00;9.70;1167.50;0.83;0.56 +12810;2;1299.00;10.05;1167.00;-0.19;0.56 +12810;3;1295.00;11.10;1170.50;-1.27;0.56 +12810;4;1303.00;9.70;1175.00;2.35;0.56 +12810;5;1296.00;10.52;1177.00;3.81;0.56 +12810;9;1294.60;11.20;1172.00;1.57;0.56 +12810;10;1305.40;9.70;1172.00;-1.57;0.56 +12810;19;1310.00;9.60;1171.00;-3.93;0.56 +12810;20;1311.74;9.60;1170.82;1.47;0.56 12810;21;1307.88;10.00;1170.26;-1.57;0.56 +12811;0;1226.00;11.07;1339.00;0.00;0.56 +12811;1;1223.00;10.75;1332.00;-0.40;0.56 +12811;2;1229.50;10.70;1332.50;0.49;0.56 +12811;3;1221.50;11.65;1341.00;4.29;0.56 +12811;4;1234.00;10.52;1335.00;1.10;0.56 +12811;5;1230.50;10.50;1340.50;1.89;0.56 +12811;6;1225.00;11.05;1347.50;3.25;0.56 +12811;7;1222.00;11.47;1349.00;3.52;0.56 +12811;9;1220.96;11.40;1339.00;1.57;0.56 +12811;10;1231.04;10.52;1339.00;-1.57;0.56 12811;21;1233.43;11.10;1333.37;-1.57;0.56 +12812;0;3515.00;10.90;759.00;0.00;0.98 +12812;1;3508.00;10.70;749.50;-0.63;0.98 +12812;2;3516.50;10.70;750.00;0.16;0.98 +12812;3;3510.00;11.10;762.50;4.10;0.98 +12812;4;3523.50;10.70;760.50;1.74;0.98 +12812;5;3523.00;10.95;770.00;2.51;0.98 +12812;9;3506.18;11.06;759.00;1.57;0.98 +12812;10;3523.82;10.70;759.00;-1.57;0.98 12812;21;3506.18;11.06;759.00;1.57;0.98 +12813;0;3501.00;11.85;1058.00;0.00;0.58 +12813;1;3494.00;11.90;1052.00;-0.86;0.58 +12813;2;3503.00;12.10;1052.50;0.34;0.58 +12813;3;3510.50;11.70;1056.50;1.41;0.58 +12813;4;3491.50;12.00;1058.50;4.66;0.58 +12813;5;3511.00;11.50;1061.00;1.86;0.58 +12813;6;3495.00;11.70;1063.00;4.01;0.58 +12813;7;3503.00;11.55;1064.00;2.82;0.58 +12813;9;3493.44;11.90;1058.00;1.57;0.58 +12813;10;3508.56;11.70;1058.00;-1.57;0.58 12813;21;3493.44;11.90;1058.00;1.57;0.58 +12814;0;3558.00;12.00;804.00;0.00;0.54 +12814;1;3562.50;11.10;797.50;0.60;0.54 +12814;2;3555.00;11.60;800.00;-0.64;0.54 +12814;3;3564.00;12.00;805.00;1.73;0.54 +12814;4;3551.00;11.95;808.00;4.19;0.54 +12814;5;3558.00;12.10;809.50;3.14;0.54 +12814;9;3553.14;11.76;804.00;1.57;0.54 +12814;10;3562.86;12.00;804.00;-1.57;0.54 12814;21;3553.14;11.76;804.00;1.57;0.54 +12815;0;4365.00;20.17;1224.00;0.00;0.56 +12815;1;4366.00;20.60;1218.00;0.16;0.56 +12815;2;4359.00;21.00;1220.50;-1.04;0.56 +12815;3;4372.00;19.82;1222.00;1.29;0.56 +12815;4;4361.50;20.65;1228.00;3.86;0.56 +12815;5;4369.00;19.27;1228.00;2.35;0.56 +12815;6;4366.50;19.00;1233.00;2.97;0.56 +12815;9;4359.96;21.02;1224.00;1.57;0.56 +12815;10;4370.04;19.79;1224.00;-1.57;0.56 12815;21;4359.96;21.02;1224.00;1.57;0.56 +12816;0;3241.00;10.27;1072.00;0.00;0.72 +12816;1;3238.50;10.60;1061.50;-0.23;0.72 +12816;2;3247.50;10.40;1060.00;0.49;0.72 +12816;3;3249.00;9.90;1072.50;1.63;0.72 +12816;4;3233.00;10.40;1074.50;4.41;0.72 +12816;5;3236.00;10.10;1084.00;3.53;0.72 +12816;6;3243.50;10.25;1084.00;2.93;0.72 +12816;9;3234.52;10.40;1072.00;1.57;0.72 +12816;10;3247.48;10.00;1072.00;-1.57;0.72 12816;21;3234.52;10.40;1072.00;1.57;0.72 +12817;0;2872.00;10.87;803.00;0.00;0.74 +12817;1;2869.00;11.10;795.00;-0.35;0.74 +12817;2;2879.50;10.90;792.50;0.62;0.74 +12817;3;2877.00;10.52;803.00;1.57;0.74 +12817;4;2864.00;11.05;801.50;-1.38;0.74 +12817;5;2867.00;10.90;811.00;3.70;0.74 +12817;6;2872.50;10.20;815.50;3.10;0.74 +12817;7;2868.00;10.30;820.00;3.37;0.74 +12817;9;2865.34;11.00;803.00;1.57;0.74 +12817;10;2878.66;10.40;803.00;-1.57;0.74 12817;21;2865.34;11.00;803.00;1.57;0.74 +12818;0;3631.00;12.65;1228.00;0.00;0.58 +12818;1;3634.50;13.40;1220.50;0.43;0.58 +12818;2;3628.50;13.80;1223.50;-0.50;0.58 +12818;3;3638.50;12.75;1226.00;1.31;0.58 +12818;4;3624.00;12.67;1227.00;-1.42;0.58 +12818;5;3623.00;12.30;1232.00;4.24;0.58 +12818;6;3634.00;12.60;1232.50;2.55;0.58 +12818;7;3626.50;12.55;1234.00;3.78;0.58 +12818;9;3625.06;12.50;1228.00;1.57;0.58 +12818;10;3636.94;12.45;1228.00;-1.57;0.58 12818;21;3625.06;12.50;1228.00;1.57;0.58 +12819;0;4422.00;13.62;1119.00;0.00;0.50 +12819;1;4417.50;14.90;1117.50;-1.24;0.50 +12819;2;4423.50;14.20;1115.50;0.40;0.50 +12819;3;4428.00;13.00;1117.50;1.32;0.50 +12819;4;4428.50;12.35;1120.00;1.72;0.50 +12819;5;4425.00;12.60;1122.50;2.43;0.50 +12819;6;4420.50;13.45;1124.00;3.43;0.50 +12819;7;4416.50;14.90;1123.50;4.02;0.50 +12819;9;4417.50;14.85;1119.00;1.57;0.50 +12819;10;4426.50;12.90;1119.00;-1.57;0.50 12819;21;4417.50;14.85;1119.00;1.57;0.50 +12820;0;4285.00;13.82;1338.00;0.00;0.62 +12820;1;4284.50;13.90;1332.50;-0.09;0.62 +12820;2;4274.50;13.50;1335.50;-1.33;0.62 +12820;3;4294.50;13.90;1335.50;1.31;0.62 +12820;4;4293.00;14.25;1342.50;2.08;0.62 +12820;5;4281.00;13.65;1342.00;3.92;0.62 +12820;6;4288.50;14.10;1346.50;2.75;0.62 +12820;9;4277.26;13.50;1338.00;1.57;0.62 +12820;10;4292.74;14.02;1338.00;-1.57;0.62 12820;21;4277.26;13.50;1338.00;1.57;0.62 +12821;0;3545.00;13.75;886.00;0.00;0.74 +12821;1;3546.00;12.75;877.50;0.11;0.74 +12821;2;3539.00;13.55;879.50;-0.74;0.74 +12821;3;3554.50;12.20;881.00;1.08;0.74 +12821;4;3532.50;13.30;883.00;-1.33;0.74 +12821;5;3556.00;13.87;890.00;1.92;0.74 +12821;6;3535.50;12.60;890.50;4.27;0.74 +12821;7;3546.50;14.10;894.00;2.95;0.74 +12821;9;3534.74;12.97;886.00;1.57;0.74 +12821;10;3555.26;13.06;886.00;-1.57;0.74 +12821;19;3545.00;9.50;869.00;0.12;0.74 +12821;20;3545.00;9.50;867.25;0.00;0.74 12821;21;3534.74;12.97;886.00;1.57;0.74 +12822;0;3990.00;13.85;1170.00;0.00;0.46 +12822;1;3987.00;12.80;1166.00;-0.64;0.46 +12822;2;3992.00;13.60;1165.50;0.41;0.46 +12822;3;3996.50;14.50;1166.50;1.07;0.46 +12822;4;3985.50;13.20;1171.50;4.39;0.46 +12822;5;3993.00;14.50;1172.00;2.15;0.46 +12822;6;3989.00;14.12;1176.00;3.30;0.46 +12822;7;3991.50;14.50;1176.50;2.91;0.46 +12822;9;3985.68;13.08;1170.00;1.57;0.46 +12822;10;3994.32;14.57;1170.00;-1.57;0.46 12822;21;3985.68;13.08;1170.00;1.57;0.46 +12823;0;1411.00;10.75;1091.00;0.00;0.36 +12823;1;1412.50;9.80;1087.50;0.40;0.36 +12823;2;1415.00;10.30;1089.50;1.21;0.36 +12823;3;1408.00;9.75;1088.50;-0.87;0.36 +12823;4;1407.50;11.00;1093.00;4.19;0.36 +12823;5;1413.50;10.50;1094.50;2.52;0.36 +12823;6;1410.00;10.75;1095.50;3.36;0.36 +12823;9;1407.04;10.60;1091.00;1.57;0.36 +12823;10;1414.96;10.60;1091.00;-1.57;0.36 +12823;19;1414.52;9.30;1085.25;-0.38;0.36 +12823;20;1415.43;9.30;1083.75;0.54;0.36 12823;21;1414.96;10.60;1091.00;-1.57;0.36 +12824;0;3112.00;10.45;714.00;0.00;0.64 +12824;1;3115.50;11.10;705.50;0.39;0.64 +12824;2;3108.50;10.50;707.50;-0.49;0.64 +12824;3;3119.00;10.50;712.50;1.36;0.64 +12824;4;3104.50;10.70;711.00;-1.19;0.64 +12824;5;3106.00;11.00;717.50;4.18;0.64 +12824;6;3119.00;10.60;718.50;2.14;0.64 +12824;7;3113.00;10.70;722.00;3.01;0.64 +12824;9;3106.24;10.72;714.00;1.57;0.64 +12824;10;3117.76;10.50;714.00;-1.57;0.64 12824;21;3106.24;10.72;714.00;1.57;0.64 +12825;0;1685.00;9.80;842.00;0.00;1.36 +12825;1;1696.50;9.80;823.50;0.55;1.36 +12825;2;1701.00;9.80;833.00;1.05;1.36 +12825;3;1681.00;9.80;839.00;-0.92;1.36 +12825;4;1682.50;9.90;849.00;3.48;1.36 +12825;5;1703.50;9.80;845.00;1.73;1.36 +12825;6;1702.50;9.80;846.00;1.79;1.36 +12825;7;1661.00;10.00;855.50;4.20;1.36 +12825;9;1669.34;9.90;842.00;1.57;1.36 +12825;10;1700.66;9.80;842.00;-1.57;1.36 12825;21;1669.34;9.90;842.00;1.57;1.36 +12826;0;3313.00;10.60;921.00;0.00;0.68 +12826;1;3308.00;10.60;912.50;-0.53;0.68 +12826;2;3317.00;10.57;920.00;1.32;0.68 +12826;3;3303.50;10.40;917.00;-1.17;0.68 +12826;4;3313.50;10.70;926.00;3.04;0.68 +12826;5;3324.00;10.60;928.50;2.16;0.68 +12826;9;3305.80;10.40;921.00;1.57;0.68 +12826;10;3320.20;10.50;921.00;-1.57;0.68 12826;21;3305.80;10.40;921.00;1.57;0.68 +12827;0;1119.00;15.25;1359.00;0.00;0.48 +12827;1;1118.50;14.90;1351.50;-0.06;0.48 +12827;2;1124.00;15.20;1355.50;0.96;0.48 +12827;3;1115.00;14.95;1359.50;4.58;0.48 +12827;4;1120.00;14.90;1365.00;2.97;0.48 +12827;5;1113.50;14.65;1366.00;3.80;0.48 +12827;9;1114.68;14.86;1359.00;1.57;0.48 +12827;10;1123.32;15.20;1359.00;-1.57;0.48 12827;21;1123.32;15.20;1359.00;-1.57;0.48 +12828;0;1919.00;9.82;944.00;0.00;0.76 +12828;1;1911.50;9.80;935.50;-0.72;0.76 +12828;2;1919.50;10.10;936.00;0.06;0.76 +12828;3;1927.00;9.75;945.00;1.69;0.76 +12828;4;1912.50;9.70;945.50;4.48;0.76 +12828;5;1921.50;9.70;953.50;2.88;0.76 +12828;9;1912.16;9.76;944.00;1.57;0.76 +12828;10;1925.84;9.80;944.00;-1.57;0.76 +12828;19;1927.00;9.55;963.00;-3.40;0.76 +12828;20;1927.67;9.55;964.61;2.74;0.76 12828;21;1925.84;9.80;944.00;-1.57;0.76 +12829;0;3960.00;13.80;1049.00;0.00;0.46 +12829;1;3960.00;12.15;1043.50;0.00;0.46 +12829;2;3966.00;14.65;1047.50;1.32;0.46 +12829;3;3955.00;11.05;1044.50;-0.83;0.46 +12829;4;3953.50;11.70;1048.00;-1.41;0.46 +12829;5;3954.00;11.92;1052.00;4.24;0.46 +12829;6;3965.50;11.80;1053.00;2.20;0.46 +12829;7;3959.50;12.30;1053.50;3.25;0.46 +12829;9;3954.60;12.20;1049.00;1.57;0.46 +12829;10;3965.40;13.88;1049.00;-1.57;0.46 12829;21;3954.60;12.20;1049.00;1.57;0.46 +12830;0;3082.00;11.20;740.00;0.00;0.98 +12830;1;3088.50;10.60;726.00;0.43;0.98 +12830;2;3091.00;10.65;730.50;0.75;0.98 +12830;3;3075.50;11.30;737.00;-1.13;0.98 +12830;4;3090.00;11.00;743.00;1.93;0.98 +12830;5;3074.00;11.15;747.50;3.95;0.98 +12830;9;3071.20;11.38;740.00;1.57;0.98 +12830;10;3092.80;11.00;740.00;-1.57;0.98 12830;21;3096.38;10.50;720.54;1.57;0.98 +12831;0;3898.00;17.10;1215.00;0.00;0.60 +12831;1;3901.00;17.05;1208.00;0.40;0.60 +12831;2;3893.50;16.20;1208.50;-0.60;0.60 +12831;3;3889.00;17.00;1214.50;-1.51;0.60 +12831;4;3904.50;17.40;1215.50;1.64;0.60 +12831;5;3894.50;15.95;1219.00;3.86;0.60 +12831;6;3903.50;17.40;1221.50;2.43;0.60 +12831;9;3891.16;16.65;1215.00;1.57;0.60 +12831;10;3904.84;17.23;1215.00;-1.57;0.60 12831;21;3891.16;16.65;1215.00;1.57;0.60 +12832;0;3633.00;11.30;1109.00;0.00;0.70 +12832;1;3628.50;10.60;1103.50;-0.68;0.70 +12832;2;3640.50;11.30;1105.50;1.13;0.70 +12832;3;3625.00;11.05;1112.50;4.30;0.70 +12832;4;3639.50;11.70;1114.50;2.27;0.70 +12832;5;3633.00;12.37;1117.00;3.14;0.70 +12832;9;3625.08;11.37;1109.00;1.57;0.70 +12832;10;3640.92;11.65;1109.00;-1.57;0.70 +12832;19;3629.00;9.50;1096.00;-0.69;0.70 +12832;20;3628.48;9.50;1094.32;-0.29;0.70 12832;21;3625.08;11.37;1109.00;1.57;0.70 +12833;0;1029.00;9.70;1394.00;0.00;0.48 +12833;1;1037.50;9.60;1390.50;1.18;0.48 +12833;2;1028.00;9.50;1390.50;-0.27;0.48 +12833;3;1020.50;9.70;1394.50;4.65;0.48 +12833;4;1030.00;9.72;1397.00;2.82;0.48 +12833;5;1020.50;9.75;1397.00;4.37;0.48 +12833;9;1021.80;9.70;1394.00;1.57;0.48 +12833;10;1036.20;9.88;1394.00;-1.57;0.48 +12833;19;1027.00;9.50;1391.00;-0.28;0.48 +12833;20;1026.02;9.50;1389.54;-0.58;0.48 12833;21;1036.20;9.88;1394.00;-1.57;0.48 +12834;0;2570.00;9.60;855.00;0.00;0.28 +12834;1;2570.50;9.65;853.00;0.24;0.28 +12834;2;2561.50;9.70;853.50;-1.39;0.28 +12834;3;2577.00;9.70;853.00;1.29;0.28 +12834;4;2581.00;9.70;853.50;1.43;0.28 +12834;5;2581.50;9.70;856.00;1.65;0.28 +12834;6;2568.50;9.60;857.50;3.68;0.28 +12834;7;2580.00;9.70;859.50;1.99;0.28 +12834;9;2560.82;9.70;855.00;1.57;0.28 +12834;10;2579.18;9.70;855.00;-1.57;0.28 +12834;19;2552.00;9.50;852.00;-1.40;0.28 +12834;20;2550.27;9.50;851.71;-1.40;0.28 12834;21;2560.82;9.70;855.00;1.57;0.28 +12835;0;1235.00;13.42;1290.00;0.00;0.54 +12835;1;1237.00;15.87;1284.00;0.32;0.54 +12835;2;1240.00;12.37;1290.00;1.57;0.54 +12835;3;1230.00;13.05;1290.00;4.71;0.54 +12835;4;1229.00;12.00;1295.50;3.97;0.54 +12835;5;1233.50;11.90;1296.50;3.36;0.54 +12835;9;1230.14;13.05;1290.00;1.57;0.54 +12835;10;1239.86;12.42;1290.00;-1.57;0.54 12835;21;1230.14;13.05;1290.00;1.57;0.54 +12836;0;3269.00;10.30;951.00;0.00;0.76 +12836;1;3274.00;10.40;940.00;0.42;0.76 +12836;2;3263.50;10.45;947.00;-0.94;0.76 +12836;3;3278.50;10.30;943.50;0.90;0.76 +12836;4;3275.00;10.20;953.00;1.89;0.76 +12836;5;3261.50;10.30;959.00;3.89;0.76 +12836;6;3268.00;10.10;962.00;3.23;0.76 +12836;9;3262.16;10.35;951.00;1.57;0.76 +12836;10;3275.84;10.20;951.00;-1.57;0.76 12836;21;3262.16;10.35;951.00;1.57;0.76 +12837;0;4372.00;20.17;1147.00;0.00;0.62 +12837;1;4374.50;19.65;1138.00;0.27;0.62 +12837;2;4367.50;20.60;1146.00;-1.35;0.62 +12837;3;4379.00;20.15;1142.50;0.99;0.62 +12837;4;4374.00;19.60;1150.50;2.62;0.62 +12837;5;4366.50;20.50;1155.50;3.71;0.62 +12837;6;4371.50;19.70;1157.50;3.18;0.62 +12837;9;4366.42;20.60;1147.00;1.57;0.62 +12837;10;4377.58;19.69;1147.00;-1.57;0.62 12837;21;4366.42;20.60;1147.00;1.57;0.62 +12838;0;2723.00;10.20;889.00;0.00;0.68 +12838;1;2725.50;10.20;882.00;0.34;0.68 +12838;2;2716.00;10.20;881.50;-0.75;0.68 +12838;3;2713.50;10.20;890.00;4.60;0.68 +12838;4;2734.00;10.20;889.50;1.61;0.68 +12838;5;2728.50;10.20;895.00;2.40;0.68 +12838;6;2718.50;10.20;896.00;3.71;0.68 +12838;9;2714.72;10.20;889.00;1.57;0.68 +12838;10;2731.28;10.20;889.00;-1.57;0.68 12838;21;2731.28;10.20;889.00;-1.57;0.68 +12839;0;3476.00;10.15;1196.00;0.00;0.44 +12839;1;3478.00;10.10;1190.50;0.34;0.44 +12839;2;3471.00;10.35;1193.50;-1.10;0.44 +12839;3;3481.50;9.90;1193.50;1.14;0.44 +12839;4;3482.50;9.80;1198.50;1.93;0.44 +12839;5;3471.00;10.35;1199.50;4.10;0.44 +12839;6;3477.00;10.00;1200.50;2.92;0.44 +12839;9;3470.42;10.40;1196.00;1.57;0.44 +12839;10;3481.58;9.89;1196.00;-1.57;0.44 12839;21;3470.42;10.40;1196.00;1.57;0.44 +12840;0;3556.00;9.80;743.00;0.00;0.64 +12840;1;3561.50;9.80;741.50;1.30;0.64 +12840;2;3552.50;9.80;736.50;-0.49;0.64 +12840;3;3547.50;9.90;740.00;-1.23;0.64 +12840;4;3552.00;9.90;746.50;3.99;0.64 +12840;5;3561.00;9.80;749.50;2.48;0.64 +12840;9;3550.06;9.80;743.00;1.57;0.64 +12840;10;3561.94;9.80;743.00;-1.57;0.64 +12840;19;3567.00;9.50;740.00;1.30;0.64 +12840;20;3568.68;9.50;739.54;1.30;0.64 12840;21;3550.06;9.80;743.00;1.57;0.64 +12841;0;4421.00;15.15;1086.00;0.00;0.32 +12841;1;4418.50;14.80;1080.00;-0.39;0.32 +12841;2;4422.50;15.30;1082.00;0.35;0.32 +12841;3;4417.50;14.90;1087.50;4.30;0.32 +12841;4;4425.00;15.97;1087.00;1.81;0.32 +12841;5;4422.00;15.80;1091.00;2.94;0.32 +12841;6;4420.00;15.67;1093.00;3.28;0.32 +12841;9;4418.12;14.96;1086.00;1.57;0.32 +12841;10;4423.88;15.56;1086.00;-1.57;0.32 12841;21;4418.12;14.96;1086.00;1.57;0.32 +12842;0;2815.00;12.10;1181.00;0.00;0.72 +12842;1;2815.50;11.60;1173.50;0.06;0.72 +12842;2;2825.00;11.60;1179.50;1.42;0.72 +12842;3;2804.00;12.20;1178.00;-1.30;0.72 +12842;4;2802.00;12.50;1183.00;4.56;0.72 +12842;5;2807.50;12.60;1186.00;4.12;0.72 +12842;6;2822.50;12.20;1188.50;2.35;0.72 +12842;7;2817.00;12.50;1188.50;2.88;0.72 +12842;9;2806.54;12.49;1181.00;1.57;0.72 +12842;10;2823.46;11.75;1181.00;-1.57;0.72 12842;21;2806.54;12.49;1181.00;1.57;0.72 +12843;0;2823.00;10.62;785.00;0.00;0.44 +12843;1;2819.00;10.55;784.00;-1.32;0.44 +12843;2;2824.00;11.00;779.00;0.16;0.44 +12843;3;2828.50;10.60;783.50;1.30;0.44 +12843;4;2827.50;10.30;789.00;2.29;0.44 +12843;5;2823.00;10.65;791.00;3.14;0.44 +12843;9;2819.04;10.55;785.00;1.57;0.44 +12843;10;2826.96;10.44;785.00;-1.57;0.44 12843;21;2826.96;10.44;785.00;-1.57;0.44 +12844;0;3956.00;10.25;1101.00;0.00;0.50 +12844;1;3953.00;10.20;1094.00;-0.40;0.50 +12844;2;3959.00;10.25;1096.00;0.54;0.50 +12844;3;3950.00;10.10;1098.50;-1.17;0.50 +12844;4;3961.50;10.20;1103.00;1.92;0.50 +12844;5;3954.50;10.10;1105.50;3.46;0.50 +12844;6;3959.00;10.10;1109.00;2.78;0.50 +12844;9;3951.50;10.20;1101.00;1.57;0.50 +12844;10;3960.50;10.25;1101.00;-1.57;0.50 12844;21;3951.50;10.20;1101.00;1.57;0.50 +12845;0;1661.00;10.55;995.00;0.00;0.56 +12845;1;1657.00;9.85;983.50;-0.33;0.56 +12845;2;1663.50;11.00;988.00;0.34;0.56 +12845;3;1656.00;9.70;993.00;-1.19;0.56 +12845;4;1668.00;12.85;995.50;1.64;0.56 +12845;5;1665.00;12.15;1003.00;2.67;0.56 +12845;6;1658.00;10.45;1004.00;3.46;0.56 +12845;9;1655.96;9.70;995.00;1.57;0.56 +12845;10;1666.04;12.95;995.00;-1.57;0.56 12845;21;1655.96;9.70;995.00;1.57;0.56 +12846;0;4317.00;21.00;1246.00;0.00;0.66 +12846;1;4315.00;21.60;1240.50;-0.34;0.66 +12846;2;4324.00;21.07;1240.00;0.86;0.66 +12846;3;4327.50;19.55;1245.00;1.47;0.66 +12846;4;4307.50;20.80;1247.50;4.55;0.66 +12846;5;4320.50;17.50;1250.50;2.48;0.66 +12846;6;4307.50;18.20;1252.00;4.14;0.66 +12846;7;4312.50;17.15;1254.00;3.65;0.66 +12846;9;4308.90;21.17;1246.00;1.57;0.66 +12846;10;4325.10;19.60;1246.00;-1.57;0.66 12846;21;4308.90;21.17;1246.00;1.57;0.66 +12847;0;3228.00;11.92;658.00;0.00;0.56 +12847;1;3228.00;11.90;645.50;0.00;0.56 +12847;2;3233.50;12.00;648.00;0.50;0.56 +12847;3;3222.50;11.75;658.00;4.71;0.56 +12847;4;3234.00;12.00;657.50;1.48;0.56 +12847;5;3228.00;11.50;667.50;3.14;0.56 +12847;6;3220.50;10.95;669.00;3.74;0.56 +12847;9;3222.96;11.77;658.00;1.57;0.56 +12847;10;3233.04;12.00;658.00;-1.57;0.56 12847;21;3222.96;11.77;658.00;1.57;0.56 +12848;0;1230.00;11.90;1432.00;0.00;0.50 +12848;1;1228.50;11.60;1427.00;-0.29;0.50 +12848;2;1234.00;11.25;1424.50;0.49;0.50 +12848;3;1234.50;11.40;1431.00;1.35;0.50 +12848;4;1223.50;12.10;1432.00;4.71;0.50 +12848;5;1225.00;12.10;1436.00;4.03;0.50 +12848;6;1231.50;11.70;1437.50;2.87;0.50 +12848;9;1225.50;12.00;1432.00;1.57;0.50 +12848;10;1234.50;11.40;1432.00;-1.57;0.50 12848;21;1225.50;12.00;1432.00;1.57;0.50 +12849;0;2830.00;10.45;1042.00;0.00;2.18 +12849;1;2820.50;10.40;1019.00;-0.39;2.18 +12849;2;2843.50;10.70;1030.50;0.86;2.18 +12849;3;2806.50;10.40;1030.50;-1.11;2.18 +12849;4;2810.50;10.30;1048.50;4.39;2.18 +12849;5;2856.00;11.35;1054.50;2.01;2.18 +12849;6;2842.00;10.27;1063.00;2.62;2.18 +12849;7;2823.50;10.30;1063.00;3.44;2.18 +12849;9;2810.20;10.40;1042.00;1.57;2.18 +12849;10;2849.80;10.80;1042.00;-1.57;2.18 12849;21;2810.20;10.40;1042.00;1.57;2.18 +12850;0;1174.00;13.55;1314.00;0.00;0.46 +12850;1;1172.50;14.10;1307.00;-0.21;0.46 +12850;2;1169.50;13.70;1312.00;-1.15;0.46 +12850;3;1179.00;13.35;1314.00;1.57;0.46 +12850;4;1168.50;13.20;1319.50;3.92;0.46 +12850;5;1173.50;13.50;1320.50;3.21;0.46 +12850;9;1169.86;13.45;1314.00;1.57;0.46 +12850;10;1178.14;13.35;1314.00;-1.57;0.46 12850;21;1169.86;13.45;1314.00;1.57;0.46 +12851;0;2765.00;10.22;864.00;0.00;0.94 +12851;1;2751.50;10.80;852.00;-0.84;0.94 +12851;2;2762.00;10.77;858.00;-0.46;0.94 +12851;3;2749.50;10.80;854.00;-0.99;0.94 +12851;4;2756.50;10.70;863.00;-1.45;0.94 +12851;5;2776.00;10.30;865.00;1.66;0.94 +12851;6;2779.00;10.30;871.50;2.06;0.94 +12851;7;2770.00;10.35;872.50;2.61;0.94 +12851;9;2753.66;10.70;864.00;1.57;0.94 +12851;10;2776.34;10.30;864.00;-1.57;0.94 12851;21;2753.66;10.70;864.00;1.57;0.94 +12852;0;3723.00;10.95;1179.00;0.00;0.46 +12852;1;3722.00;10.40;1171.50;-0.13;0.46 +12852;2;3727.50;10.70;1174.50;0.78;0.46 +12852;3;3717.50;10.80;1175.00;-0.94;0.46 +12852;4;3718.00;11.20;1182.00;4.17;0.46 +12852;5;3727.50;11.20;1183.50;2.35;0.46 +12852;6;3722.50;11.30;1187.50;3.20;0.46 +12852;9;3718.86;11.06;1179.00;1.57;0.46 +12852;10;3727.14;11.00;1179.00;-1.57;0.46 12852;21;3718.86;11.06;1179.00;1.57;0.46 +12853;0;2066.00;9.70;843.00;0.00;0.72 +12853;1;2063.00;9.70;838.00;-0.54;0.72 +12853;2;2074.50;9.70;840.00;1.23;0.72 +12853;3;2058.50;9.60;846.00;4.33;0.72 +12853;4;2071.50;9.70;849.00;2.40;0.72 +12853;9;2057.36;9.64;843.00;1.57;0.72 +12853;10;2074.64;9.70;843.00;-1.57;0.72 +12853;19;2060.53;9.40;857.60;-3.15;0.72 +12853;20;2059.92;9.40;859.24;3.50;0.72 12853;21;2074.64;9.70;843.00;-1.57;0.72 +12854;0;4062.00;10.30;1008.00;0.00;0.44 +12854;1;4060.00;10.15;1002.50;-0.34;0.44 +12854;2;4063.00;10.25;1002.50;0.18;0.44 +12854;3;4058.00;10.15;1006.50;-1.21;0.44 +12854;4;4066.00;10.40;1005.50;1.01;0.44 +12854;5;4067.50;10.40;1009.50;1.83;0.44 +12854;6;4057.00;10.25;1012.00;4.03;0.44 +12854;7;4063.00;10.30;1012.50;2.92;0.44 +12854;9;4057.86;10.16;1008.00;1.57;0.44 +12854;10;4066.14;10.40;1008.00;-1.57;0.44 12854;21;4057.86;10.16;1008.00;1.57;0.44 +12855;0;3519.00;10.10;1197.00;0.00;0.44 +12855;1;3517.00;10.00;1192.50;-0.41;0.44 +12855;2;3522.00;10.02;1192.00;0.54;0.44 +12855;3;3525.50;10.00;1193.50;1.07;0.44 +12855;4;3515.00;10.05;1198.00;4.46;0.44 +12855;5;3522.00;10.05;1198.00;1.89;0.44 +12855;6;3516.00;10.12;1203.00;3.60;0.44 +12855;7;3518.50;10.10;1203.00;3.22;0.44 +12855;9;3515.04;10.05;1197.00;1.57;0.44 +12855;10;3522.96;10.07;1197.00;-1.57;0.44 12855;21;3515.04;10.05;1197.00;1.57;0.44 +12856;0;3378.00;14.75;796.00;0.00;0.70 +12856;1;3381.00;14.47;788.00;0.35;0.70 +12856;2;3373.00;14.70;788.50;-0.58;0.70 +12856;3;3386.00;14.75;796.50;1.63;0.70 +12856;4;3371.00;13.60;797.00;4.57;0.70 +12856;5;3379.00;13.77;804.00;3.01;0.70 +12856;9;3371.70;13.70;796.00;1.57;0.70 +12856;10;3384.30;14.77;796.00;-1.57;0.70 12856;21;3371.70;13.70;796.00;1.57;0.70 +12857;0;2649.00;10.17;1130.00;0.00;0.20 +12857;1;2649.00;10.60;1128.50;0.00;0.20 +12857;2;2647.50;9.60;1131.00;4.12;0.20 +12857;3;2651.00;10.30;1131.50;2.21;0.20 +12857;9;2647.20;9.89;1130.00;1.57;0.20 +12857;10;2650.80;10.72;1130.00;-1.57;0.20 +12857;19;2649.00;9.65;1133.00;-2.15;0.20 +12857;20;2649.00;9.65;1134.75;3.14;0.20 12857;21;2647.76;9.80;1130.89;-1.57;0.20 +12858;0;2589.00;9.85;831.00;0.00;0.76 +12858;1;2582.50;9.60;825.50;-0.86;0.76 +12858;2;2592.00;9.90;826.50;0.58;0.76 +12858;3;2586.00;9.80;834.50;3.85;0.76 +12858;4;2596.00;10.05;836.00;2.19;0.76 +12858;5;2593.00;9.90;841.00;2.76;0.76 +12858;6;2590.50;9.80;841.50;3.00;0.76 +12858;9;2582.16;9.70;831.00;1.57;0.76 +12858;10;2595.84;10.11;831.00;-1.57;0.76 +12858;19;2580.00;9.50;815.00;-0.87;0.76 +12858;20;2579.14;9.50;813.47;-0.51;0.76 12858;21;2582.16;9.70;831.00;1.57;0.76 +12859;0;1009.00;10.70;1363.00;0.00;0.56 +12859;1;1006.50;9.75;1359.00;-0.55;0.56 +12859;2;1013.50;10.30;1358.00;0.73;0.56 +12859;3;1013.00;11.10;1365.50;2.12;0.56 +12859;4;1003.00;9.70;1364.50;4.46;0.56 +12859;5;1004.50;10.40;1367.00;3.98;0.56 +12859;6;1008.50;11.10;1368.50;3.23;0.56 +12859;9;1003.96;9.76;1363.00;1.57;0.56 +12859;10;1014.04;10.86;1363.00;-1.57;0.56 +12859;19;1008.00;9.50;1353.00;-0.56;0.56 +12859;20;1007.82;9.50;1351.25;-0.10;0.56 12859;21;1014.04;10.86;1363.00;-1.57;0.56 +12860;0;4228.00;16.82;1096.00;0.00;0.46 +12860;1;4225.50;16.00;1091.00;-0.46;0.46 +12860;2;4233.00;15.80;1091.50;0.83;0.46 +12860;3;4222.00;17.47;1097.00;4.54;0.46 +12860;4;4233.50;16.30;1096.50;1.66;0.46 +12860;5;4229.00;18.25;1101.50;2.96;0.46 +12860;6;4224.50;18.70;1102.50;3.63;0.46 +12860;9;4223.14;17.02;1096.00;1.57;0.46 +12860;10;4232.86;16.37;1096.00;-1.57;0.46 12860;21;4223.14;17.02;1096.00;1.57;0.46 +12861;0;3528.00;12.90;1269.00;0.00;0.40 +12861;1;3528.50;13.95;1263.00;0.08;0.40 +12861;2;3524.50;13.20;1266.50;-0.95;0.40 +12861;3;3532.50;14.00;1266.50;1.06;0.40 +12861;4;1763.50;10.35;634.00;-1.22;0.40 +12861;5;3531.50;13.25;1272.00;2.27;0.40 +12861;6;3527.50;12.30;1274.50;3.23;0.40 +12861;9;3524.40;12.74;1269.00;1.57;0.40 +12861;10;3531.60;13.42;1269.00;-1.57;0.40 12861;21;3524.40;12.74;1269.00;1.57;0.40 +12862;0;3355.00;11.22;871.00;0.00;0.44 +12862;1;3354.00;10.90;866.00;-0.19;0.44 +12862;2;3362.50;11.20;867.50;1.13;0.44 +12862;3;3348.00;11.20;872.50;4.50;0.44 +12862;4;3364.00;11.45;872.00;1.68;0.44 +12862;5;3361.50;12.40;874.50;2.06;0.44 +12862;6;3355.00;11.10;876.50;3.14;0.44 +12862;9;3348.52;11.54;871.00;1.57;0.44 +12862;10;3361.48;11.19;871.00;-1.57;0.44 12862;21;3348.52;11.54;871.00;1.57;0.44 +12863;0;3685.00;12.60;1118.00;0.00;0.52 +12863;1;3687.00;12.15;1112.50;0.34;0.52 +12863;2;3678.50;12.10;1113.00;-0.91;0.52 +12863;3;3677.00;12.15;1118.50;4.65;0.52 +12863;4;3694.00;13.65;1119.00;1.68;0.52 +12863;5;3680.00;13.35;1123.50;3.87;0.52 +12863;6;3687.50;13.20;1123.50;2.71;0.52 +12863;9;3678.52;12.15;1118.00;1.57;0.52 +12863;10;3691.48;13.75;1118.00;-1.57;0.52 12863;21;3678.52;12.15;1118.00;1.57;0.52 +12864;0;4160.00;12.10;1319.00;0.00;0.76 +12864;1;4161.00;12.40;1310.50;0.11;0.76 +12864;2;4152.50;12.20;1317.50;-1.37;0.76 +12864;3;4169.00;12.25;1315.00;1.15;0.76 +12864;4;4170.00;12.00;1321.00;1.76;0.76 +12864;5;4159.50;12.00;1328.00;3.19;0.76 +12864;9;4153.16;12.20;1319.00;1.57;0.76 +12864;10;4166.84;12.10;1319.00;-1.57;0.76 12864;21;4153.16;12.20;1319.00;1.57;0.76 +12865;0;1449.00;12.17;1098.00;0.00;0.72 +12865;1;1448.50;11.35;1088.00;-0.05;0.72 +12865;2;1444.00;11.00;1089.50;-0.53;0.72 +12865;3;1453.00;11.80;1093.50;0.72;0.72 +12865;4;1442.00;12.52;1094.00;-1.05;0.72 +12865;5;1455.00;11.45;1103.00;2.26;0.72 +12865;6;1444.50;12.10;1101.50;4.05;0.72 +12865;9;1442.52;12.79;1098.00;1.57;0.72 +12865;10;1455.48;11.85;1098.00;-1.57;0.72 +12865;19;1441.11;9.40;1083.34;-0.93;0.72 +12865;20;1440.28;9.40;1081.79;-0.49;0.72 12865;21;1446.98;12.10;1100.27;-1.57;0.72 +12866;0;3060.00;10.82;1123.00;0.00;0.64 +12866;1;3054.50;10.80;1116.50;-0.70;0.64 +12866;2;3066.00;10.70;1117.50;0.82;0.64 +12866;3;3050.50;11.00;1124.50;4.55;0.64 +12866;4;3073.00;10.52;1122.00;1.49;0.64 +12866;5;3069.50;10.30;1126.00;1.87;0.64 +12866;6;3062.50;10.30;1129.00;2.74;0.64 +12866;7;3055.50;10.30;1130.00;3.71;0.64 +12866;8;3052.00;10.42;1130.00;3.99;0.64 +12866;9;3051.72;11.00;1123.00;1.57;0.64 +12866;10;3068.28;10.47;1123.00;-1.57;0.64 12866;21;3051.72;11.00;1123.00;1.57;0.64 +12867;0;1367.00;9.70;1158.00;0.00;0.48 +12867;1;1365.00;9.90;1153.50;-0.41;0.48 +12867;2;1375.50;9.70;1154.00;1.13;0.48 +12867;3;1359.00;9.70;1158.00;4.71;0.48 +12867;4;1373.50;9.70;1159.50;1.79;0.48 +12867;5;1366.50;9.70;1163.50;3.23;0.48 +12867;9;1360.16;9.70;1158.00;1.57;0.48 +12867;10;1373.84;9.70;1158.00;-1.57;0.48 +12867;19;1375.00;9.55;1166.00;-3.05;0.48 +12867;20;1376.23;9.55;1167.23;2.35;0.48 12867;21;1362.33;9.70;1159.46;-1.57;0.48 +12868;0;3993.00;10.50;1121.00;0.00;0.40 +12868;1;3994.50;10.70;1115.00;0.24;0.40 +12868;2;3990.00;10.55;1118.00;-0.78;0.40 +12868;3;3997.00;10.50;1121.00;1.57;0.40 +12868;4;3988.00;10.30;1123.00;4.33;0.40 +12868;5;3989.50;10.20;1126.00;3.75;0.40 +12868;6;3994.00;10.25;1126.00;2.94;0.40 +12868;9;3989.40;10.43;1121.00;1.57;0.40 +12868;10;3996.60;10.50;1121.00;-1.57;0.40 12868;21;3989.40;10.43;1121.00;1.57;0.40 +12869;0;1670.00;9.80;831.00;0.00;1.24 +12869;1;1678.50;9.80;820.00;0.65;1.24 +12869;2;1673.50;9.80;833.50;2.19;1.24 +12869;3;1660.00;9.90;831.00;4.71;1.24 +12869;4;1650.50;9.90;842.00;4.19;1.24 +12869;5;1649.00;9.90;845.50;4.10;1.24 +12869;6;1650.00;9.95;849.00;3.98;1.24 +12869;9;1654.52;9.80;831.00;1.57;1.24 +12869;10;1685.48;9.80;831.00;-1.57;1.24 12869;21;1654.52;9.80;831.00;1.57;1.24 +12870;0;3513.00;11.65;1032.00;0.00;0.72 +12870;1;3511.00;11.75;1025.50;-0.29;0.72 +12870;2;3519.00;11.30;1025.00;0.70;0.72 +12870;3;3504.00;11.80;1032.50;4.65;0.72 +12870;4;3520.00;11.45;1034.50;1.91;0.72 +12870;5;3509.00;12.05;1039.50;3.63;0.72 +12870;9;3506.16;11.85;1032.00;1.57;0.72 +12870;10;3519.84;11.43;1032.00;-1.57;0.72 12870;21;3506.16;11.85;1032.00;1.57;0.72 +12871;0;3763.00;13.05;1209.00;0.00;0.58 +12871;1;3763.00;13.20;1202.00;0.00;0.58 +12871;2;3769.50;11.80;1200.50;0.65;0.58 +12871;3;3769.50;12.10;1207.50;1.34;0.58 +12871;4;3756.00;14.75;1207.50;-1.36;0.58 +12871;5;3758.00;13.95;1215.00;3.83;0.58 +12871;6;3766.00;11.85;1215.50;2.70;0.58 +12871;9;3757.78;14.75;1209.00;1.57;0.58 +12871;10;3768.22;12.12;1209.00;-1.57;0.58 12871;21;3757.78;14.75;1209.00;1.57;0.58 +12872;0;1616.00;12.15;952.00;0.00;0.40 +12872;1;1613.00;11.80;941.00;-0.26;0.40 +12872;2;1617.50;12.75;947.00;0.29;0.40 +12872;3;1613.00;10.50;951.50;-1.40;0.40 +12872;4;1619.50;13.05;958.00;2.61;0.40 +12872;5;1616.00;12.05;962.50;3.14;0.40 +12872;9;1612.40;10.27;952.00;1.57;0.40 +12872;10;1619.60;13.72;952.00;-1.57;0.40 12872;21;1619.60;13.72;952.00;-1.57;0.40 +12873;0;1177.00;12.72;1228.00;0.00;0.60 +12873;1;1174.00;11.55;1223.50;-0.58;0.60 +12873;2;1182.50;14.30;1223.50;0.88;0.60 +12873;3;1166.50;10.00;1227.50;-1.52;0.60 +12873;4;1184.50;14.85;1229.00;1.70;0.60 +12873;5;1170.50;11.70;1230.50;4.34;0.60 +12873;6;1179.00;13.72;1234.00;2.82;0.60 +12873;7;1174.00;12.80;1235.00;3.54;0.60 +12873;9;1170.34;11.06;1228.00;1.57;0.60 +12873;10;1183.66;14.44;1228.00;-1.57;0.60 +12873;19;1157.00;9.50;1227.00;-1.52;0.60 +12873;20;1155.25;9.50;1226.91;-1.52;0.60 12873;21;1170.34;11.06;1228.00;1.57;0.60 +12874;0;2837.00;11.02;806.00;0.00;0.74 +12874;1;2839.00;10.90;797.50;0.23;0.74 +12874;2;2831.50;11.20;805.00;-1.39;0.74 +12874;3;2844.50;10.80;799.50;0.85;0.74 +12874;4;2846.50;10.80;803.00;1.26;0.74 +12874;5;2839.50;11.00;810.50;2.63;0.74 +12874;6;2829.00;11.00;814.00;3.92;0.74 +12874;9;2830.16;11.20;806.00;1.57;0.74 +12874;10;2843.84;10.90;806.00;-1.57;0.74 12874;21;2830.16;11.20;806.00;1.57;0.74 +12875;0;1246.00;11.00;1399.00;0.00;0.40 +12875;1;1247.00;10.80;1393.50;0.18;0.40 +12875;2;1241.50;11.00;1396.50;-1.06;0.40 +12875;3;1250.00;10.90;1396.50;1.01;0.40 +12875;4;1253.50;11.00;1401.50;1.89;0.40 +12875;5;1240.00;11.20;1401.50;4.31;0.40 +12875;6;1247.00;11.10;1402.50;2.86;0.40 +12875;9;1240.60;11.09;1399.00;1.57;0.40 +12875;10;1251.40;11.00;1399.00;-1.57;0.40 12875;21;1240.60;11.09;1399.00;1.57;0.40 +12876;0;3944.00;9.80;1115.00;0.00;0.50 +12876;1;3948.50;9.90;1112.50;1.06;0.50 +12876;2;3941.00;9.80;1110.50;-0.58;0.50 +12876;3;3938.00;9.80;1116.50;4.46;0.50 +12876;4;3948.00;9.80;1118.50;2.29;0.50 +12876;5;3942.50;9.80;1120.00;3.43;0.50 +12876;9;3938.96;9.80;1115.00;1.57;0.50 +12876;10;3949.04;9.85;1115.00;-1.57;0.50 12876;21;3938.96;9.80;1115.00;1.57;0.50 +12877;0;3830.00;15.57;1247.00;0.00;0.54 +12877;1;3827.00;15.67;1240.00;-0.40;0.54 +12877;2;3833.00;15.70;1243.50;0.70;0.54 +12877;3;3823.50;14.90;1246.50;-1.49;0.54 +12877;4;3838.00;15.87;1249.00;1.81;0.54 +12877;5;3831.00;14.07;1252.00;2.94;0.54 +12877;9;3824.42;15.08;1247.00;1.57;0.54 +12877;10;3835.58;16.36;1247.00;-1.57;0.54 12877;21;3824.42;15.08;1247.00;1.57;0.54 +12878;0;1505.00;10.20;1016.00;0.00;0.44 +12878;1;1503.50;9.70;1011.50;-0.32;0.44 +12878;2;1508.50;11.10;1014.50;1.16;0.44 +12878;3;1503.00;11.25;1020.50;3.56;0.44 +12878;4;1508.00;12.27;1021.00;2.60;0.44 +12878;9;1501.04;9.60;1016.00;1.57;0.44 +12878;10;1508.96;11.49;1016.00;-1.57;0.44 +12878;19;1500.36;9.40;1006.32;-0.92;0.44 +12878;20;1499.60;9.40;1004.74;-0.44;0.44 12878;21;1508.96;11.49;1016.00;-1.57;0.44 +12879;0;3504.00;10.50;1143.00;0.00;0.60 +12879;1;3499.50;10.60;1137.50;-0.68;0.60 +12879;2;3507.50;10.40;1137.50;0.56;0.60 +12879;3;3513.00;10.32;1142.00;1.46;0.60 +12879;4;3495.00;10.50;1142.50;-1.51;0.60 +12879;5;3499.50;10.40;1147.50;3.92;0.60 +12879;6;3508.00;10.32;1148.00;2.46;0.60 +12879;9;3497.16;10.60;1143.00;1.57;0.60 +12879;10;3510.84;10.40;1143.00;-1.57;0.60 12879;21;3510.84;10.40;1143.00;-1.57;0.60 +12880;0;4461.00;14.62;1345.00;0.00;0.54 +12880;1;4461.00;13.75;1339.50;0.00;0.54 +12880;2;4454.50;14.05;1344.00;-1.41;0.54 +12880;3;4466.50;14.20;1347.00;1.92;0.54 +12880;4;4456.50;14.40;1349.00;3.98;0.54 +12880;5;4460.50;14.50;1351.50;3.21;0.54 +12880;9;4456.14;14.15;1345.00;1.57;0.54 +12880;10;4465.86;13.81;1345.00;-1.57;0.54 12880;21;4456.14;14.15;1345.00;1.57;0.54 +12881;0;3331.00;10.85;913.00;0.00;0.82 +12881;1;3323.50;10.60;904.50;-0.72;0.82 +12881;2;3329.50;10.70;905.50;-0.19;0.82 +12881;3;3320.50;10.60;908.00;-1.12;0.82 +12881;4;3337.50;10.70;911.50;1.34;0.82 +12881;5;3326.00;10.70;916.00;4.17;0.82 +12881;6;3342.50;10.55;916.00;1.82;0.82 +12881;7;3337.00;10.50;921.00;2.49;0.82 +12881;9;3323.08;10.72;913.00;1.57;0.82 +12881;10;3338.92;10.70;913.00;-1.57;0.82 12881;21;3312.06;10.60;902.78;1.57;0.82 +12882;0;4437.00;16.25;1219.00;0.00;0.34 +12882;1;4434.50;16.05;1213.00;-0.39;0.34 +12882;2;4438.50;15.10;1214.50;0.32;0.34 +12882;3;4433.00;16.97;1218.00;-1.32;0.34 +12882;4;4441.50;14.45;1219.00;1.57;0.34 +12882;5;4435.00;16.27;1224.00;3.52;0.34 +12882;6;4440.50;15.00;1223.00;2.42;0.34 +12882;7;4438.00;15.25;1225.00;2.97;0.34 +12882;9;4433.94;17.06;1219.00;1.57;0.34 +12882;10;4440.06;14.92;1219.00;-1.57;0.34 12882;21;4433.94;17.06;1219.00;1.57;0.34 +12883;0;3427.00;9.97;992.00;0.00;0.68 +12883;1;3427.00;9.67;985.00;0.00;0.68 +12883;2;3436.00;10.10;984.00;0.84;0.68 +12883;3;3431.00;10.85;992.50;1.69;0.68 +12883;4;3421.00;10.05;996.50;4.06;0.68 +12883;5;3424.50;10.45;1003.00;3.36;0.68 +12883;9;3420.88;10.00;992.00;1.57;0.68 +12883;10;3433.12;11.38;992.00;-1.57;0.68 +12883;19;3422.00;9.50;986.00;0.00;0.68 +12883;20;3420.88;9.50;984.65;-0.69;0.68 12883;21;3420.88;10.00;992.00;1.57;0.68 +12884;0;4032.00;22.62;1200.00;0.00;0.46 +12884;1;4029.00;22.75;1195.50;-0.58;0.46 +12884;2;4037.50;23.00;1196.00;0.94;0.46 +12884;3;4025.00;22.20;1200.00;4.71;0.46 +12884;4;4038.00;23.10;1202.00;1.89;0.46 +12884;5;4033.50;22.80;1204.00;2.78;0.46 +12884;6;4028.00;21.50;1205.50;3.77;0.46 +12884;9;4026.78;22.28;1200.00;1.57;0.46 +12884;10;4037.22;23.45;1200.00;-1.57;0.46 12884;21;4026.78;22.28;1200.00;1.57;0.46 +12885;0;1975.00;9.80;942.00;0.00;0.72 +12885;1;1975.50;9.90;936.00;0.08;0.72 +12885;2;1985.50;9.80;935.50;1.01;0.72 +12885;3;1966.00;9.90;944.00;4.49;0.72 +12885;4;1979.50;9.80;946.00;2.29;0.72 +12885;9;1966.72;9.85;942.00;1.57;0.72 +12885;10;1983.28;9.71;942.00;-1.57;0.72 +12885;19;1984.00;9.68;950.00;-3.99;0.72 +12885;20;1985.30;9.68;951.16;2.29;0.72 12885;21;1980.86;9.90;949.35;-1.57;0.72 +12886;0;3930.00;9.70;1059.00;0.00;0.40 +12886;1;3933.00;9.77;1055.00;0.64;0.40 +12886;2;3925.50;9.70;1055.00;-0.84;0.40 +12886;3;3921.00;9.80;1057.50;-1.40;0.40 +12886;4;3939.00;9.90;1057.00;1.35;0.40 +12886;5;3937.50;9.80;1061.00;1.83;0.40 +12886;6;3924.50;9.80;1062.00;4.21;0.40 +12886;7;3931.00;9.80;1064.50;2.96;0.40 +12886;9;3922.80;9.78;1059.00;1.57;0.40 +12886;10;3937.20;9.80;1059.00;-1.57;0.40 12886;21;3922.80;9.78;1059.00;1.57;0.40 +12887;0;3328.00;10.72;831.00;0.00;0.78 +12887;1;3326.50;11.20;823.50;-0.19;0.78 +12887;2;3335.50;10.90;826.00;0.98;0.78 +12887;3;3320.00;10.60;831.50;4.65;0.78 +12887;4;3335.00;11.07;834.00;1.97;0.78 +12887;5;3339.50;11.20;830.00;1.48;0.78 +12887;6;3321.00;10.50;837.50;3.96;0.78 +12887;7;3326.50;10.70;839.50;3.31;0.78 +12887;9;3320.98;10.57;831.00;1.57;0.78 +12887;10;3335.02;11.00;831.00;-1.57;0.78 12887;21;3320.98;10.57;831.00;1.57;0.78 +12888;0;2898.00;11.42;1222.00;0.00;0.34 +12888;1;2900.00;10.05;1217.50;0.41;0.34 +12888;2;2894.00;11.75;1220.50;-1.21;0.34 +12888;3;2904.00;10.12;1221.00;1.40;0.34 +12888;4;2892.00;12.52;1224.00;4.39;0.34 +12888;5;2902.50;11.20;1224.50;2.07;0.34 +12888;6;2896.50;12.20;1226.00;3.50;0.34 +12888;9;2893.50;12.05;1222.00;1.57;0.34 +12888;10;2902.50;10.50;1222.00;-1.57;0.34 12888;21;2893.50;12.05;1222.00;1.57;0.34 +12889;0;3332.00;12.30;1077.00;0.00;0.38 +12889;1;3330.50;11.75;1070.00;-0.21;0.38 +12889;2;3334.00;12.22;1072.00;0.38;0.38 +12889;3;3328.00;11.80;1075.00;-1.10;0.38 +12889;4;3337.00;11.40;1075.50;1.27;0.38 +12889;5;3334.50;11.30;1080.50;2.52;0.38 +12889;6;3329.50;12.25;1082.00;3.60;0.38 +12889;9;3328.58;11.92;1077.00;1.57;0.38 +12889;10;3335.42;11.58;1077.00;-1.57;0.38 +12889;19;3342.00;10.55;1071.00;1.28;0.38 +12889;20;3343.50;10.55;1070.10;1.03;0.38 12889;21;3328.58;11.92;1077.00;1.57;0.38 +12890;0;4251.00;16.62;1294.00;0.00;0.70 +12890;1;4245.00;16.97;1290.00;-0.98;0.70 +12890;2;4257.00;16.62;1287.00;0.70;0.70 +12890;3;4260.00;16.57;1296.00;1.78;0.70 +12890;4;4236.50;17.00;1296.50;4.54;0.70 +12890;5;4248.50;16.50;1300.00;3.53;0.70 +12890;9;4242.18;16.98;1294.00;1.57;0.70 +12890;10;4259.82;16.50;1294.00;-1.57;0.70 12890;21;4242.18;16.98;1294.00;1.57;0.70 +12891;0;2562.00;9.70;845.00;0.00;0.52 +12891;1;2559.00;9.50;842.50;-0.87;0.52 +12891;2;2569.50;9.65;845.00;1.57;0.52 +12891;3;2557.00;9.70;847.50;4.24;0.52 +12891;4;2566.50;9.60;848.00;2.15;0.52 +12891;9;2555.52;9.65;845.00;1.57;0.52 +12891;10;2568.48;9.65;845.00;-1.57;0.52 +12891;19;2556.00;9.53;851.00;-2.03;0.52 +12891;20;2554.76;9.53;852.23;3.92;0.52 12891;21;2561.40;9.70;839.87;1.57;0.52 +12892;0;4162.00;17.85;1102.00;0.00;0.38 +12892;1;4163.00;16.55;1099.00;0.32;0.38 +12892;2;4171.50;17.15;1101.00;1.46;0.38 +12892;3;4153.50;16.30;1102.00;4.71;0.38 +12892;4;4167.00;19.30;1103.50;1.86;0.38 +12892;5;4152.50;16.90;1105.50;4.35;0.38 +12892;6;4157.50;18.55;1106.00;3.98;0.38 +12892;9;4154.98;16.44;1102.00;1.57;0.38 +12892;10;4169.02;18.27;1102.00;-1.57;0.38 12892;21;4154.98;16.44;1102.00;1.57;0.38 +12893;0;1208.00;12.70;1446.00;0.00;0.48 +12893;1;1207.50;12.60;1441.00;-0.10;0.48 +12893;2;1214.00;12.50;1443.00;1.10;0.48 +12893;3;1202.00;12.90;1446.50;4.62;0.48 +12893;4;1213.50;12.60;1448.00;1.92;0.48 +12893;5;1202.50;12.90;1451.50;3.92;0.48 +12893;6;1207.00;12.75;1452.00;3.30;0.48 +12893;9;1202.96;12.82;1446.00;1.57;0.48 +12893;10;1213.04;12.57;1446.00;-1.57;0.48 12893;21;1202.96;12.82;1446.00;1.57;0.48 +12894;0;3602.00;11.45;939.00;0.00;0.68 +12894;1;3596.00;12.15;930.00;-0.58;0.68 +12894;2;3591.50;11.10;937.00;-1.38;0.68 +12894;3;3606.00;12.25;934.00;0.67;0.68 +12894;4;3613.00;11.35;940.00;1.66;0.68 +12894;5;3595.00;10.80;944.50;4.04;0.68 +12894;6;3605.00;10.80;945.50;2.70;0.68 +12894;9;3593.00;11.02;939.00;1.57;0.68 +12894;10;3611.00;11.45;939.00;-1.57;0.68 12894;21;3593.00;11.02;939.00;1.57;0.68 +12895;0;3749.00;12.45;1146.00;0.00;0.74 +12895;1;3749.00;11.25;1137.50;0.00;0.74 +12895;2;3741.00;10.60;1142.50;-1.15;0.74 +12895;3;3754.00;14.15;1141.50;0.83;0.74 +12895;4;3755.50;14.30;1148.00;1.86;0.74 +12895;5;3746.50;12.30;1152.50;3.50;0.74 +12895;6;3760.00;13.85;1154.00;2.20;0.74 +12895;7;3756.00;14.25;1155.00;2.48;0.74 +12895;9;3742.34;10.93;1146.00;1.57;0.74 +12895;10;3755.66;14.65;1146.00;-1.57;0.74 12895;21;3742.34;10.93;1146.00;1.57;0.74 +12896;0;3106.00;10.97;571.00;0.00;0.58 +12896;1;3104.50;11.35;562.00;-0.16;0.58 +12896;2;3112.00;11.27;568.00;1.10;0.58 +12896;3;3100.50;10.80;572.00;4.53;0.58 +12896;4;3108.00;11.05;578.50;2.88;0.58 +12896;9;3100.78;10.83;571.00;1.57;0.58 +12896;10;3111.22;11.15;571.00;-1.57;0.58 12896;21;3100.78;10.83;571.00;1.57;0.58 +12897;0;1176.00;13.35;1339.00;0.00;0.58 +12897;1;1174.50;13.30;1333.00;-0.24;0.58 +12897;2;1180.50;13.30;1333.50;0.68;0.58 +12897;3;1168.50;13.25;1337.00;-1.31;0.58 +12897;4;1183.00;13.30;1338.50;1.49;0.58 +12897;5;1171.50;13.00;1343.50;3.92;0.58 +12897;6;1179.50;13.45;1344.00;2.53;0.58 +12897;9;1170.24;13.38;1339.00;1.57;0.58 +12897;10;1181.76;13.33;1339.00;-1.57;0.58 12897;21;1170.24;13.38;1339.00;1.57;0.58 +12898;0;4355.00;14.40;1068.00;0.00;0.34 +12898;1;4356.00;13.85;1061.00;0.14;0.34 +12898;2;4352.00;13.87;1065.00;-0.78;0.34 +12898;3;4359.00;14.52;1068.00;1.57;0.34 +12898;4;4351.50;14.60;1073.00;3.75;0.34 +12898;5;4355.00;14.80;1075.50;3.14;0.34 +12898;9;4351.94;14.10;1068.00;1.57;0.34 +12898;10;4358.06;14.52;1068.00;-1.57;0.34 12898;21;4351.94;14.10;1068.00;1.57;0.34 +12899;0;4264.00;22.12;1204.00;0.00;0.84 +12899;1;4263.50;21.40;1195.50;-0.05;0.84 +12899;2;4252.50;21.95;1198.00;-1.09;0.84 +12899;3;4273.50;21.90;1204.50;1.62;0.84 +12899;4;4251.50;21.80;1204.00;4.71;0.84 +12899;5;4261.50;21.75;1211.00;3.48;0.84 +12899;6;4275.00;21.65;1214.50;2.33;0.84 +12899;7;4271.50;21.40;1215.50;2.56;0.84 +12899;9;4254.64;21.75;1204.00;1.57;0.84 +12899;10;4273.36;21.95;1204.00;-1.57;0.84 12899;21;4254.64;21.75;1204.00;1.57;0.84 +12900;0;2896.00;10.22;771.00;0.00;0.68 +12900;1;2897.50;9.80;763.50;0.19;0.68 +12900;2;2903.50;9.90;765.00;0.89;0.68 +12900;3;2889.00;10.05;766.00;-0.95;0.68 +12900;4;2904.00;10.20;770.50;1.50;0.68 +12900;5;2886.50;10.20;771.00;4.71;0.68 +12900;6;2891.50;10.70;776.50;3.82;0.68 +12900;7;2900.50;11.05;778.00;2.57;0.68 +12900;8;2895.50;11.20;780.50;3.19;0.68 +12900;9;2889.70;10.35;771.00;1.57;0.68 +12900;10;2902.30;10.19;771.00;-1.57;0.68 12900;21;2889.70;10.35;771.00;1.57;0.68 +12901;0;1944.00;10.30;466.00;0.00;0.64 +12901;1;1942.50;10.20;458.50;-0.19;0.64 +12901;2;1950.00;10.40;463.50;1.17;0.64 +12901;3;1936.00;10.00;462.50;-1.15;0.64 +12901;4;1938.50;10.25;470.00;4.08;0.64 +12901;5;1951.50;10.30;470.50;2.11;0.64 +12901;6;1947.00;10.37;473.00;2.73;0.64 +12901;9;1938.24;10.03;466.00;1.57;0.64 +12901;10;1949.76;10.37;466.00;-1.57;0.64 12901;21;1938.24;10.03;466.00;1.57;0.64 +12902;0;1874.00;10.00;591.00;0.00;0.74 +12902;1;1875.50;10.00;584.50;0.22;0.74 +12902;2;1890.50;9.80;584.00;1.17;0.74 +12902;3;1858.00;10.60;589.00;-1.44;0.74 +12902;4;1881.50;10.25;596.00;2.15;0.74 +12902;5;1863.50;10.20;596.50;4.23;0.74 +12902;9;1861.76;10.50;591.00;1.57;0.74 +12902;10;1886.24;9.80;591.00;-1.57;0.74 12902;21;1861.76;10.50;591.00;1.57;0.74 +12903;0;2164.00;11.20;607.00;0.00;0.52 +12903;1;2161.00;11.35;603.00;-0.64;0.52 +12903;2;2171.00;10.30;604.00;1.16;0.52 +12903;3;2156.00;11.72;610.00;4.35;0.52 +12903;4;2171.50;10.60;610.50;2.00;0.52 +12903;5;2164.00;11.50;612.00;3.14;0.52 +12903;9;2156.62;11.58;607.00;1.57;0.52 +12903;10;2171.38;10.45;607.00;-1.57;0.52 12903;21;2156.62;11.58;607.00;1.57;0.52 +12904;0;4763.00;10.20;323.00;0.00;1.16 +12904;1;4760.00;10.22;314.00;-0.32;1.16 +12904;2;4775.00;10.30;311.00;0.78;1.16 +12904;3;4748.50;10.40;313.00;-0.96;1.16 +12904;4;4776.00;10.25;324.50;1.68;1.16 +12904;5;4746.00;10.30;321.00;-1.45;1.16 +12904;6;4753.00;10.30;330.50;4.06;1.16 +12904;7;4766.50;10.20;337.00;2.89;1.16 +12904;9;4750.76;10.15;323.00;1.57;1.16 +12904;10;4775.24;10.30;323.00;-1.57;1.16 12904;21;4750.76;10.15;323.00;1.57;1.16 +12905;0;4542.00;9.50;667.00;0.00;0.26 +12905;1;4541.00;9.95;664.50;-0.38;0.26 +12905;2;4537.50;9.80;666.00;-1.35;0.26 +12905;3;4546.00;10.40;665.00;1.10;0.26 +12905;4;4540.00;9.50;668.00;4.24;0.26 +12905;5;4544.50;9.90;669.00;2.24;0.26 +12905;9;4538.40;9.56;667.00;1.57;0.26 +12905;10;4545.60;10.15;667.00;-1.57;0.26 +12905;19;4541.00;9.68;674.00;-2.03;0.26 +12905;20;4540.75;9.68;675.73;3.28;0.26 12905;21;4538.40;9.56;667.00;1.57;0.26 +12906;0;4937.00;9.70;234.00;0.00;1.14 +12906;1;4931.50;9.85;220.00;-0.37;1.14 +12906;2;4941.00;9.65;221.00;0.29;1.14 +12906;3;4921.50;9.80;223.00;-0.95;1.14 +12906;4;2468.00;9.50;116.50;-1.52;1.14 +12906;5;4927.00;9.82;236.00;4.51;1.14 +12906;6;2468.00;9.50;116.50;-1.52;1.14 +12906;7;4950.00;9.50;236.50;1.76;1.14 +12906;8;4951.00;9.70;245.50;2.25;1.14 +12906;9;4924.94;9.80;234.00;1.57;1.14 +12906;10;4949.06;9.50;234.00;-1.57;1.14 12906;21;4924.94;9.80;234.00;1.57;1.14 +12907;0;3255.00;12.22;536.00;0.00;0.86 +12907;1;1627.00;9.50;267.50;-1.40;0.86 +12907;2;3249.00;12.20;533.50;-1.17;0.86 +12907;3;3262.50;12.30;525.50;0.62;0.86 +12907;4;3264.00;11.65;535.50;1.51;0.86 +12907;5;3239.50;11.80;541.50;4.37;0.86 +12907;6;3240.00;11.90;545.00;4.17;0.86 +12907;7;3245.50;11.90;545.50;3.92;0.86 +12907;8;3254.50;11.50;545.50;3.19;0.86 +12907;9;3244.38;11.70;536.00;1.57;0.86 +12907;10;3265.62;11.39;536.00;-1.57;0.86 12907;21;3244.38;11.70;536.00;1.57;0.86 +12908;0;3354.00;11.05;405.00;0.00;0.52 +12908;1;3354.50;11.70;392.00;0.03;0.52 +12908;2;3357.50;11.85;399.00;0.52;0.52 +12908;3;3350.00;11.05;401.50;-0.85;0.52 +12908;4;3360.50;11.25;410.00;2.22;0.52 +12908;5;3353.00;10.77;414.00;3.25;0.52 +12908;6;3349.50;11.20;413.00;3.65;0.52 +12908;7;3357.00;10.75;414.50;2.83;0.52 +12908;9;3349.32;11.49;405.00;1.57;0.52 +12908;10;3358.68;11.74;405.00;-1.57;0.52 12908;21;3349.32;11.49;405.00;1.57;0.52 +12909;0;2152.00;11.60;590.00;0.00;0.60 +12909;1;2152.00;11.42;583.00;0.00;0.60 +12909;2;2147.00;11.60;584.50;-0.73;0.60 +12909;3;2159.00;10.92;587.00;1.16;0.60 +12909;4;2144.00;10.72;590.00;4.71;0.60 +12909;5;2162.50;10.75;590.00;1.57;0.60 +12909;6;2155.00;11.15;594.50;2.55;0.60 +12909;7;2145.50;11.00;596.00;3.96;0.60 +12909;9;2144.98;10.75;590.00;1.57;0.60 +12909;10;2159.02;11.24;590.00;-1.57;0.60 12909;21;2144.98;10.75;590.00;1.57;0.60 +12910;0;4971.40;10.10;124.39;0.00;0.40 +12910;1;4966.00;9.70;122.50;-0.67;0.40 +12910;2;4971.00;9.85;123.50;1.10;0.40 +12910;3;4972.00;10.20;126.00;1.81;0.40 +12910;4;4968.50;9.85;129.00;3.01;0.40 +12910;5;4964.00;9.50;127.00;4.24;0.40 +12910;9;4964.04;9.50;125.00;1.57;0.40 +12910;10;4971.96;10.08;125.00;-1.57;0.40 +12910;19;4964.09;9.50;125.92;-1.47;0.40 +12910;20;4962.39;9.50;126.32;4.48;0.40 12910;21;4966.19;9.90;125.79;-1.57;0.40 +12911;0;3362.00;12.32;558.00;0.00;0.78 +12911;1;3363.00;12.87;548.00;0.10;0.78 +12911;2;3355.50;12.40;556.00;-1.27;0.78 +12911;3;3369.00;12.95;553.00;0.95;0.78 +12911;4;3368.50;12.90;562.50;2.17;0.78 +12911;5;3353.50;12.85;565.00;4.02;0.78 +12911;6;3361.00;12.60;566.50;3.25;0.78 +12911;9;3353.72;12.43;558.00;1.57;0.78 +12911;10;3370.28;13.15;558.00;-1.57;0.78 12911;21;3363.90;12.50;556.55;1.57;0.78 +12912;0;4758.00;10.60;281.00;0.00;1.10 +12912;1;4749.50;10.80;268.00;-0.57;1.10 +12912;2;4760.50;10.70;271.50;0.25;1.10 +12912;3;4746.00;10.80;273.00;-0.98;1.10 +12912;4;4770.50;10.70;280.00;1.49;1.10 +12912;5;4747.50;10.70;284.50;4.39;1.10 +12912;6;4757.50;10.40;293.00;3.18;1.10 +12912;9;4748.10;10.70;281.00;1.57;1.10 +12912;10;4767.90;10.70;281.00;-1.57;1.10 12912;21;4748.10;10.70;281.00;1.57;1.10 +12913;0;2080.00;10.10;790.00;0.00;1.06 +12913;1;2080.00;10.22;779.00;0.00;1.06 +12913;2;2089.00;10.10;785.50;1.10;1.06 +12913;3;2070.00;10.20;784.50;-1.06;1.06 +12913;4;2073.00;10.00;797.00;3.92;1.06 +12913;5;2085.50;9.80;800.00;2.63;1.06 +12913;9;2070.46;10.10;790.00;1.57;1.06 +12913;10;2089.54;10.09;790.00;-1.57;1.06 12913;21;2070.46;10.10;790.00;1.57;1.06 +12914;0;1715.00;16.40;396.00;0.00;0.44 +12914;1;1713.50;18.70;387.50;-0.17;0.44 +12914;2;1717.00;17.35;395.50;1.32;0.44 +12914;3;1711.50;15.10;396.00;4.71;0.44 +12914;4;1717.50;17.10;404.00;2.83;0.44 +12914;9;1711.04;14.84;396.00;1.57;0.44 +12914;10;1718.96;18.52;396.00;-1.57;0.44 12914;21;1711.04;14.84;396.00;1.57;0.44 +12915;0;4876.00;10.10;370.00;0.00;0.86 +12915;1;4870.00;10.10;363.50;-0.74;0.86 +12915;2;4883.00;10.10;365.00;0.95;0.86 +12915;3;4868.00;10.10;377.00;3.99;0.86 +12915;4;4886.00;10.05;376.50;2.14;0.86 +12915;5;4877.50;10.10;380.00;2.99;0.86 +12915;9;4868.26;10.10;370.00;1.57;0.86 +12915;10;4883.74;10.10;370.00;-1.57;0.86 12915;21;4868.26;10.10;370.00;1.57;0.86 +12916;0;1877.00;10.40;566.00;0.00;0.66 +12916;1;1878.00;10.30;560.00;0.16;0.66 +12916;2;1889.50;10.05;557.00;0.94;0.66 +12916;3;1890.50;10.35;563.00;1.35;0.66 +12916;4;1864.00;10.60;566.50;4.67;0.66 +12916;5;1877.00;10.32;572.00;3.14;0.66 +12916;9;1866.56;10.69;566.00;1.57;0.66 +12916;10;1887.44;10.40;566.00;-1.57;0.66 12916;21;1866.56;10.69;566.00;1.57;0.66 +12917;0;1754.00;9.95;694.00;0.00;0.92 +12917;1;1753.00;10.00;688.00;-0.16;0.92 +12917;2;1740.00;10.10;687.50;-1.13;0.92 +12917;3;1753.50;9.90;698.50;3.25;0.92 +12917;4;1766.00;9.90;695.50;1.69;0.92 +12917;5;1769.50;9.80;701.00;1.99;0.92 +12917;9;1742.12;10.10;694.00;1.57;0.92 +12917;10;1765.88;9.90;694.00;-1.57;0.92 12917;21;1742.12;10.10;694.00;1.57;0.92 +12918;0;4988.00;10.32;129.00;0.00;0.46 +12918;1;4987.50;10.30;125.00;-0.12;0.46 +12918;2;4993.50;10.30;129.00;1.57;0.46 +12918;3;4982.00;9.70;128.00;-1.40;0.46 +12918;4;4983.00;9.70;132.50;4.10;0.46 +12918;5;4989.00;10.35;133.50;2.92;0.46 +12918;6;4993.50;10.15;135.00;2.40;0.46 +12918;9;4983.86;9.73;129.00;1.57;0.46 +12918;10;4992.14;10.30;129.00;-1.57;0.46 12918;21;4983.86;9.73;129.00;1.57;0.46 +12919;0;1792.00;10.32;842.00;0.00;1.48 +12919;1;1804.50;10.30;825.00;0.63;1.48 +12919;2;1826.00;10.17;828.00;1.18;1.48 +12919;3;1826.00;10.30;834.50;1.35;1.48 +12919;4;1777.50;10.30;840.00;-1.43;1.48 +12919;5;1818.50;10.30;843.50;1.62;1.48 +12919;6;1788.00;10.25;852.50;3.50;1.48 +12919;7;1757.00;9.95;845.00;4.62;1.48 +12919;8;1754.00;10.32;855.00;4.38;1.48 +12919;9;1762.30;10.20;842.00;1.57;1.48 +12919;10;1821.70;10.30;842.00;-1.57;1.48 12919;21;1762.30;10.20;842.00;1.57;1.48 +12920;0;1704.00;12.60;233.00;0.00;0.42 +12920;1;1702.50;12.60;223.00;-0.14;0.42 +12920;2;1700.00;12.30;224.50;-0.44;0.42 +12920;3;1707.00;12.82;229.00;0.64;0.42 +12920;4;1700.00;11.95;233.50;4.58;0.42 +12920;5;1708.50;13.00;238.00;2.40;0.42 +12920;6;1703.00;12.12;242.00;3.25;0.42 +12920;9;1700.22;11.93;233.00;1.57;0.42 +12920;10;1707.78;12.82;233.00;-1.57;0.42 12920;21;1700.22;11.93;233.00;1.57;0.42 +12921;0;3010.00;12.65;356.00;0.00;0.84 +12921;1;3014.50;12.00;343.00;0.33;0.84 +12921;2;3007.00;11.25;345.50;-0.27;0.84 +12921;3;3019.50;12.60;355.50;1.51;0.84 +12921;4;3000.00;12.10;357.50;4.56;0.84 +12921;5;3003.50;12.75;366.00;3.71;0.84 +12921;6;3013.00;12.85;367.50;2.88;0.84 +12921;9;3002.44;12.23;356.00;1.57;0.84 +12921;10;3017.56;12.25;356.00;-1.57;0.84 +12921;19;3003.00;9.50;340.00;-0.28;0.84 +12921;20;3002.29;9.50;338.39;-0.41;0.84 12921;21;3002.44;12.23;356.00;1.57;0.84 +12922;0;1885.00;10.30;452.00;0.00;0.88 +12922;1;1891.00;10.40;443.50;0.61;0.88 +12922;2;1882.50;10.40;446.00;-0.39;0.88 +12922;3;1895.00;10.40;451.50;1.52;0.88 +12922;4;1876.50;9.80;458.00;4.09;0.88 +12922;5;1887.50;10.40;458.50;2.77;0.88 +12922;9;1877.08;9.80;452.00;1.57;0.88 +12922;10;1892.92;10.40;452.00;-1.57;0.88 12922;21;1877.08;9.80;452.00;1.57;0.88 +12923;0;2082.00;11.00;581.00;0.00;0.62 +12923;1;2083.50;11.40;574.00;0.21;0.62 +12923;2;2076.00;11.00;575.50;-0.82;0.62 +12923;3;2090.00;11.35;577.00;1.10;0.62 +12923;4;2074.00;11.15;584.00;4.35;0.62 +12923;5;2092.00;11.15;582.00;1.67;0.62 +12923;6;2084.50;10.95;587.00;2.74;0.62 +12923;9;2074.80;11.08;581.00;1.57;0.62 +12923;10;2089.20;11.08;581.00;-1.57;0.62 12923;21;2074.80;11.08;581.00;1.57;0.62 +12924;0;4987.00;9.70;110.00;0.00;0.52 +12924;1;4988.50;9.70;104.50;0.26;0.52 +12924;2;4984.00;9.70;105.00;-0.54;0.52 +12924;3;4992.50;9.70;108.50;1.30;0.52 +12924;4;4981.00;9.70;110.50;4.62;0.52 +12924;5;4993.00;9.80;113.50;2.09;0.52 +12924;6;4987.00;9.70;115.50;3.14;0.52 +12924;7;4980.50;9.65;116.00;3.96;0.52 +12924;9;4981.96;9.70;110.00;1.57;0.52 +12924;10;4992.04;9.70;110.00;-1.57;0.52 +12924;19;4976.00;9.50;117.00;-1.65;0.52 +12924;20;4974.52;9.50;117.94;4.14;0.52 12924;21;4992.04;9.70;110.00;-1.57;0.52 +12925;0;3042.00;11.12;561.00;0.00;0.38 +12925;1;3040.00;11.10;557.50;-0.51;0.38 +12925;2;3031.00;10.50;561.50;4.66;0.38 +12925;3;3054.00;11.70;561.00;1.57;0.38 +12925;4;3047.00;11.10;565.00;2.24;0.38 +12925;5;3038.00;10.80;566.50;3.77;0.38 +12925;9;3031.74;10.55;561.00;1.57;0.38 +12925;10;3052.26;11.70;561.00;-1.57;0.38 12925;21;3031.74;10.55;561.00;1.57;0.38 +12926;0;4768.00;10.80;244.00;0.00;0.90 +12926;1;4768.00;10.57;233.00;0.00;0.90 +12926;2;4777.50;10.60;241.50;1.31;0.90 +12926;3;4759.50;10.70;237.50;-0.91;0.90 +12926;4;4757.00;10.70;244.50;4.66;0.90 +12926;5;4765.50;10.70;253.00;3.41;0.90 +12926;6;4778.00;10.65;252.00;2.24;0.90 +12926;9;4759.36;10.70;244.00;1.57;0.90 +12926;10;4776.64;10.60;244.00;-1.57;0.90 12926;21;4759.36;10.70;244.00;1.57;0.90 +12927;0;3426.00;10.10;672.00;0.00;0.78 +12927;1;3426.50;10.00;665.50;0.07;0.78 +12927;2;3436.00;9.90;670.00;1.37;0.78 +12927;3;3416.00;10.10;674.50;4.46;0.78 +12927;4;3429.50;10.10;677.50;2.57;0.78 +12927;5;3419.50;10.20;680.00;3.82;0.78 +12927;9;3418.62;10.10;672.00;1.57;0.78 +12927;10;3433.38;10.00;672.00;-1.57;0.78 12927;21;3418.62;10.10;672.00;1.57;0.78 +12928;0;1729.00;19.30;387.00;0.00;0.60 +12928;1;1725.00;20.60;376.50;-0.36;0.60 +12928;2;1731.50;16.15;377.00;0.24;0.60 +12928;3;1722.50;21.05;380.00;-0.74;0.60 +12928;4;1735.50;18.10;386.50;1.49;0.60 +12928;5;1724.00;20.95;391.00;4.03;0.60 +12928;6;1733.00;19.85;397.00;2.76;0.60 +12928;7;1729.00;21.00;399.50;3.14;0.60 +12928;9;1723.60;21.13;387.00;1.57;0.60 +12928;10;1734.40;18.40;387.00;-1.57;0.60 12928;21;1723.60;21.13;387.00;1.57;0.60 +12929;0;3332.00;12.67;675.00;0.00;0.90 +12929;1;3330.00;11.47;664.00;-0.18;0.90 +12929;2;3337.50;12.55;670.00;0.83;0.90 +12929;3;3325.00;12.50;671.50;-1.10;0.90 +12929;4;3320.00;12.72;677.00;4.54;0.90 +12929;5;3340.50;12.80;681.50;2.22;0.90 +12929;6;3330.00;12.87;682.00;3.42;0.90 +12929;9;3323.90;12.70;675.00;1.57;0.90 +12929;10;3340.10;13.09;675.00;-1.57;0.90 12929;21;3323.90;12.70;675.00;1.57;0.90 +12930;0;1773.00;19.55;559.00;0.00;0.60 +12930;1;1774.00;20.52;550.00;0.11;0.60 +12930;2;1768.00;20.47;554.00;-0.78;0.60 +12930;3;1778.50;19.20;558.00;1.39;0.60 +12930;4;1767.00;17.00;562.50;4.18;0.60 +12930;5;1771.00;19.50;567.50;3.37;0.60 +12930;6;1778.00;18.17;567.00;2.58;0.60 +12930;9;1767.60;20.19;559.00;1.57;0.60 +12930;10;1778.40;18.92;559.00;-1.57;0.60 12930;21;1778.40;18.92;559.00;-1.57;0.60 +12931;0;5080.00;13.15;539.00;0.00;0.38 +12931;1;5078.50;10.80;535.50;-0.40;0.38 +12931;2;5083.50;14.30;535.50;0.78;0.38 +12931;3;5073.50;10.35;538.00;-1.41;0.38 +12931;4;5085.00;15.32;538.00;1.37;0.38 +12931;5;5077.00;13.00;542.50;3.85;0.38 +12931;6;5086.00;15.45;541.00;1.89;0.38 +12931;7;5083.50;15.50;543.00;2.42;0.38 +12931;9;5075.32;10.96;539.00;1.57;0.38 +12931;10;5084.68;15.61;539.00;-1.57;0.38 12931;21;5075.32;10.96;539.00;1.57;0.38 +12932;0;5006.00;9.90;99.00;0.00;0.40 +12932;1;5006.00;9.97;93.00;0.00;0.40 +12932;2;5010.50;9.90;97.00;1.15;0.40 +12932;3;5002.00;9.80;96.50;-1.01;0.40 +12932;4;5002.00;9.80;103.00;3.92;0.40 +12932;5;5010.50;9.80;102.50;2.23;0.40 +12932;6;5005.50;9.90;105.50;3.21;0.40 +12932;9;5002.40;9.84;99.00;1.57;0.40 +12932;10;5009.60;9.90;99.00;-1.57;0.40 12932;21;5002.40;9.84;99.00;1.57;0.40 +12933;0;2127.00;9.77;815.00;0.00;0.72 +12933;1;2125.00;9.70;807.00;-0.24;0.72 +12933;2;2135.50;9.80;813.50;1.39;0.72 +12933;3;2117.00;9.70;812.00;-1.27;0.72 +12933;4;2123.50;9.70;821.00;3.67;0.72 +12933;5;2137.00;9.70;820.00;2.03;0.72 +12933;6;2133.00;9.70;821.50;2.39;0.72 +12933;9;2118.36;9.70;815.00;1.57;0.72 +12933;10;2135.64;9.70;815.00;-1.57;0.72 +12933;19;2147.49;9.50;824.48;-3.31;0.72 +12933;20;2149.08;9.50;825.22;2.00;0.72 12933;21;2135.64;9.70;815.00;-1.57;0.72 +12934;0;5042.00;9.80;198.00;0.00;0.72 +12934;1;5035.00;9.80;189.00;-0.66;0.72 +12934;2;5037.50;9.80;187.50;-0.40;0.72 +12934;3;5043.50;9.70;191.50;0.22;0.72 +12934;4;5035.50;9.90;198.50;4.63;0.72 +12934;5;5050.50;9.80;200.50;1.85;0.72 +12934;6;5037.50;9.90;206.50;3.62;0.72 +12934;7;5044.50;9.80;206.50;2.85;0.72 +12934;8;5051.50;9.80;206.50;2.30;0.72 +12934;9;5035.52;9.84;198.00;1.57;0.72 +12934;10;5048.48;9.80;198.00;-1.57;0.72 12934;21;5035.52;9.84;198.00;1.57;0.72 +12935;0;3330.00;10.55;321.00;0.00;0.70 +12935;1;3324.00;10.90;313.00;-0.64;0.70 +12935;2;3334.50;10.45;315.00;0.64;0.70 +12935;3;3322.50;11.35;322.00;4.58;0.70 +12935;4;3339.00;10.50;322.00;1.68;0.70 +12935;5;3331.00;10.45;329.50;3.02;0.70 +12935;9;3322.44;11.26;321.00;1.57;0.70 +12935;10;3337.56;10.54;321.00;-1.57;0.70 +12935;19;3348.00;9.68;328.00;-4.60;0.70 +12935;20;3349.63;9.68;328.63;1.94;0.70 12935;21;3322.44;11.26;321.00;1.57;0.70 +12936;0;4939.00;10.10;353.00;0.00;0.74 +12936;1;4939.00;10.20;345.00;0.00;0.74 +12936;2;4948.50;10.10;351.00;1.36;0.74 +12936;3;4929.50;10.10;353.00;4.71;0.74 +12936;4;4948.50;10.10;360.00;2.20;0.74 +12936;5;4940.00;10.10;361.50;3.02;0.74 +12936;9;4931.98;10.10;353.00;1.57;0.74 +12936;10;4946.02;10.10;353.00;-1.57;0.74 12936;21;4931.98;10.10;353.00;1.57;0.74 +12937;0;2021.00;11.05;538.00;0.00;0.48 +12937;1;2017.00;10.95;533.50;-0.72;0.48 +12937;2;2025.50;10.65;533.00;0.73;0.48 +12937;3;2029.00;10.65;537.00;1.44;0.48 +12937;4;2012.50;10.90;539.00;4.59;0.48 +12937;5;2022.50;11.30;542.50;2.82;0.48 +12937;9;2014.52;11.10;538.00;1.57;0.48 +12937;10;2027.48;10.65;538.00;-1.57;0.48 12937;21;2014.52;11.10;538.00;1.57;0.48 +12938;0;2128.00;11.97;566.00;0.00;0.60 +12938;1;2125.00;11.52;558.00;-0.35;0.60 +12938;2;2121.00;12.45;563.00;-1.16;0.60 +12938;3;2131.00;11.65;560.00;0.46;0.60 +12938;4;2134.50;11.30;566.50;1.64;0.60 +12938;5;2126.50;11.90;571.50;3.40;0.60 +12938;6;2135.00;11.85;572.50;2.31;0.60 +12938;9;2122.60;12.54;566.00;1.57;0.60 +12938;10;2133.40;11.40;566.00;-1.57;0.60 12938;21;2122.60;12.54;566.00;1.57;0.60 +12939;0;1821.00;9.90;696.00;0.00;1.42 +12939;1;1816.50;10.35;681.00;-0.29;1.42 +12939;2;1833.00;10.12;685.00;0.82;1.42 +12939;3;1803.50;10.00;692.50;-1.37;1.42 +12939;4;1837.50;9.90;701.00;1.86;1.42 +12939;5;1803.00;9.82;702.00;4.39;1.42 +12939;6;1808.00;9.80;708.00;3.96;1.42 +12939;7;1824.00;9.80;711.50;2.95;1.42 +12939;8;1814.00;9.80;712.00;3.55;1.42 +12939;9;1806.78;9.90;696.00;1.57;1.42 +12939;10;1835.22;9.90;696.00;-1.57;1.42 12939;21;1806.78;9.90;696.00;1.57;1.42 +12940;0;3142.00;12.50;257.00;0.00;1.12 +12940;1;3134.00;12.25;244.00;-0.55;1.12 +12940;2;3141.00;12.20;235.50;-0.04;1.12 +12940;3;3151.00;12.30;243.00;0.57;1.12 +12940;4;3156.00;12.40;255.50;1.46;1.12 +12940;5;3129.50;12.40;254.00;-1.33;1.12 +12940;6;3130.50;12.80;268.50;3.92;1.12 +12940;7;3152.00;12.60;266.50;2.33;1.12 +12940;8;3143.00;12.70;275.50;3.08;1.12 +12940;9;3131.92;12.50;257.00;1.57;1.12 +12940;10;3152.08;12.50;257.00;-1.57;1.12 12940;21;3131.92;12.50;257.00;1.57;1.12 +12941;0;3456.00;9.70;644.00;0.00;0.50 +12941;1;3459.00;9.70;639.00;0.54;0.50 +12941;2;3452.00;9.70;638.00;-0.58;0.50 +12941;3;3450.50;9.70;646.00;4.36;0.50 +12941;4;3463.00;9.70;648.00;2.09;0.50 +12941;5;3457.00;9.70;651.00;3.00;0.50 +12941;9;3451.50;9.70;644.00;1.57;0.50 +12941;10;3460.50;9.70;644.00;-1.57;0.50 +12941;19;3464.32;9.50;634.83;-0.66;0.50 +12941;20;3470.41;9.50;630.72;0.25;0.50 12941;21;3451.50;9.70;644.00;1.57;0.50 +12942;0;1799.00;12.90;352.00;0.00;0.58 +12942;1;1796.00;13.45;345.50;-0.43;0.58 +12942;2;1803.50;11.00;346.50;0.68;0.58 +12942;3;1792.00;12.50;351.50;-1.49;0.58 +12942;4;1803.50;11.90;356.00;2.29;0.58 +12942;5;1795.50;11.80;358.50;3.63;0.58 +12942;9;1793.78;12.99;352.00;1.57;0.58 +12942;10;1804.22;11.07;352.00;-1.57;0.58 12942;21;1793.78;12.99;352.00;1.57;0.58 +12943;0;1850.00;9.90;477.00;0.00;0.84 +12943;1;1857.50;9.80;465.00;0.55;0.84 +12943;2;1849.50;9.90;471.00;-0.08;0.84 +12943;3;1859.00;9.80;470.50;0.94;0.84 +12943;4;1860.50;9.80;477.00;1.57;0.84 +12943;5;1841.50;10.50;476.50;-1.51;0.84 +12943;6;1841.00;10.60;483.50;4.08;0.84 +12943;7;1849.50;9.90;482.50;3.23;0.84 +12943;8;1842.00;10.65;490.50;3.67;0.84 +12943;9;1842.44;10.50;477.00;1.57;0.84 +12943;10;1857.56;9.84;477.00;-1.57;0.84 12943;21;1842.44;10.50;477.00;1.57;0.84 +12944;0;3419.00;10.80;488.00;0.00;0.68 +12944;1;3422.50;10.60;481.00;0.46;0.68 +12944;2;3414.50;10.60;486.00;-1.15;0.68 +12944;3;3424.50;9.85;489.00;1.75;0.68 +12944;4;3416.00;10.00;495.50;3.52;0.68 +12944;5;3421.50;9.95;496.00;2.83;0.68 +12944;9;3412.88;10.48;488.00;1.57;0.68 +12944;10;3425.12;9.83;488.00;-1.57;0.68 +12944;19;3431.00;9.57;487.00;-4.53;0.68 +12944;20;3432.74;9.57;486.85;1.48;0.68 12944;21;3412.88;10.48;488.00;1.57;0.68 +12945;0;3081.00;10.70;573.00;0.00;0.66 +12945;1;3073.50;11.25;563.00;-0.64;0.66 +12945;2;3082.00;11.35;563.50;0.10;0.66 +12945;3;3073.50;11.15;567.00;-0.89;0.66 +12945;4;3088.00;10.77;573.00;1.57;0.66 +12945;5;3075.50;10.65;578.00;3.97;0.66 +12945;6;3084.50;10.60;584.00;2.83;0.66 +12945;9;3075.06;10.77;573.00;1.57;0.66 +12945;10;3086.94;10.77;573.00;-1.57;0.66 12945;21;3075.06;10.77;573.00;1.57;0.66 +12946;0;1716.00;10.95;98.00;0.00;0.74 +12946;1;1720.50;11.00;92.50;0.68;0.74 +12946;2;1709.50;12.05;91.00;-0.74;0.74 +12946;3;1708.50;10.90;100.00;4.45;0.74 +12946;4;1725.50;10.70;102.50;2.01;0.74 +12946;5;1719.00;10.75;105.50;2.76;0.74 +12946;6;1709.50;11.60;107.00;3.76;0.74 +12946;9;1709.34;10.71;98.00;1.57;0.74 +12946;10;1722.66;11.33;98.00;-1.57;0.74 12946;21;1709.34;10.71;98.00;1.57;0.74 +12947;0;2082.00;10.40;744.00;0.00;0.94 +12947;1;2078.50;10.30;736.50;-0.43;0.94 +12947;2;2087.00;10.50;735.50;0.53;0.94 +12947;3;2093.50;10.20;747.00;1.82;0.94 +12947;4;2072.50;10.30;752.00;4.01;0.94 +12947;5;2091.50;10.50;751.00;2.20;0.94 +12947;6;2081.00;10.50;756.00;3.22;0.94 +12947;9;2073.54;10.20;744.00;1.57;0.94 +12947;10;2090.46;10.20;744.00;-1.57;0.94 12947;21;2073.54;10.20;744.00;1.57;0.94 +12948;0;4821.00;9.97;192.00;0.00;0.64 +12948;1;4821.00;9.80;181.00;0.00;0.64 +12948;2;4814.00;10.00;189.50;-1.22;0.64 +12948;3;4826.50;9.80;183.50;0.57;0.64 +12948;4;4828.00;9.90;193.00;1.71;0.64 +12948;5;4821.00;10.05;202.00;3.14;0.64 +12948;6;4828.00;10.05;203.50;2.59;0.64 +12948;9;4815.24;10.00;192.00;1.57;0.64 +12948;10;4826.76;9.90;192.00;-1.57;0.64 +12948;19;4819.00;9.53;171.00;0.00;0.64 +12948;20;4818.83;9.53;169.25;-0.09;0.64 12948;21;4826.76;9.90;192.00;-1.57;0.64 +12949;0;5044.00;10.00;284.00;0.00;1.00 +12949;1;5042.00;10.15;273.50;-0.18;1.00 +12949;2;5035.00;10.00;272.50;-0.66;1.00 +12949;3;5036.00;10.00;283.00;-1.44;1.00 +12949;4;5051.50;10.10;283.50;1.50;1.00 +12949;5;5043.00;10.10;292.00;3.26;1.00 +12949;6;5056.00;10.10;293.50;2.24;1.00 +12949;7;5049.50;10.10;295.00;2.67;1.00 +12949;9;5035.00;10.00;284.00;1.57;1.00 +12949;10;5053.00;10.10;284.00;-1.57;1.00 12949;21;5035.00;10.00;284.00;1.57;1.00 +12950;0;3318.00;11.07;406.00;0.00;0.94 +12950;1;3316.00;11.05;400.00;-0.32;0.94 +12950;2;3334.50;10.80;392.50;0.88;0.94 +12950;3;3332.00;11.07;402.00;1.29;0.94 +12950;4;3297.50;12.05;406.00;4.71;0.94 +12950;5;3310.00;11.85;412.50;4.03;0.94 +12950;6;3326.00;11.50;412.00;2.21;0.94 +12950;9;3304.14;11.95;406.00;1.57;0.94 +12950;10;3331.86;11.73;406.00;-1.57;0.94 12950;21;3304.14;11.95;406.00;1.57;0.94 +12951;0;1945.00;10.20;528.00;0.00;0.92 +12951;1;1940.00;10.60;516.00;-0.39;0.92 +12951;2;1950.00;10.65;521.00;0.62;0.92 +12951;3;1937.00;10.15;527.00;-1.44;0.92 +12951;4;1957.00;11.60;529.00;1.65;0.92 +12951;5;1949.00;10.30;534.00;2.55;0.92 +12951;6;1938.50;9.90;538.50;3.69;0.92 +12951;9;1936.72;10.12;528.00;1.57;0.92 +12951;10;1953.28;11.28;528.00;-1.57;0.92 12951;21;1936.72;10.12;528.00;1.57;0.92 +12952;0;1758.00;10.05;111.00;0.00;0.62 +12952;1;1753.50;10.05;105.00;-0.64;0.62 +12952;2;1765.50;10.20;105.50;0.93;0.62 +12952;3;1746.50;10.10;109.00;-1.39;0.62 +12952;4;1766.00;10.30;113.50;1.87;0.62 +12952;5;1750.50;10.55;115.00;4.22;0.62 +12952;6;1757.00;10.40;119.00;3.26;0.62 +12952;9;1749.54;10.10;111.00;1.57;0.62 +12952;10;1766.46;10.29;111.00;-1.57;0.62 +12952;19;1768.00;9.68;119.00;-4.41;0.62 +12952;20;1769.36;9.68;120.09;2.24;0.62 12952;21;1749.54;10.10;111.00;1.57;0.62 +12953;0;1654.00;18.82;652.00;0.00;0.62 +12953;1;1646.00;20.00;651.50;-1.50;0.62 +12953;2;1658.50;18.80;645.50;0.60;0.62 +12953;3;1660.50;16.30;653.50;1.79;0.62 +12953;4;1647.50;19.00;660.00;3.82;0.62 +12953;9;1645.36;20.24;652.00;1.57;0.62 +12953;10;1662.64;16.36;652.00;-1.57;0.62 12953;21;1645.36;20.24;652.00;1.57;0.62 +12954;0;1687.00;9.70;193.00;0.00;0.46 +12954;1;1686.00;9.50;188.00;-0.19;0.46 +12954;2;1690.50;9.60;197.50;2.48;0.46 +12954;3;1686.00;9.70;203.00;3.24;0.46 +12954;4;1691.50;9.60;204.50;2.76;0.46 +12954;5;1689.50;9.60;205.00;2.93;0.46 +12954;9;1682.86;9.50;193.00;1.57;0.46 +12954;10;1691.14;9.70;193.00;-1.57;0.46 +12954;19;1684.00;9.50;167.00;-0.20;0.46 +12954;20;1683.79;9.50;165.26;-0.11;0.46 12954;21;1682.86;9.50;193.00;1.57;0.46 +12955;0;4545.00;10.40;619.00;0.00;0.46 +12955;1;4541.50;10.30;615.50;-0.78;0.46 +12955;2;4547.50;10.30;614.50;0.50;0.46 +12955;3;4550.50;10.30;616.00;1.07;0.46 +12955;4;4550.00;10.40;619.50;1.67;0.46 +12955;5;4540.00;10.55;621.50;4.24;0.46 +12955;6;4548.50;10.40;623.50;2.48;0.46 +12955;7;4544.50;10.60;624.50;3.23;0.46 +12955;9;4540.86;10.40;619.00;1.57;0.46 +12955;10;4549.14;10.33;619.00;-1.57;0.46 12955;21;4540.86;10.40;619.00;1.57;0.46 +12956;0;3496.00;11.85;284.00;0.00;0.70 +12956;1;3498.00;11.15;277.00;0.27;0.70 +12956;2;3489.00;10.45;282.50;-1.36;0.70 +12956;3;3506.00;11.75;282.00;1.37;0.70 +12956;4;3498.50;11.10;289.50;2.71;0.70 +12956;9;3489.34;10.46;284.00;1.57;0.70 +12956;10;3502.66;11.55;284.00;-1.57;0.70 +12956;19;3489.00;9.50;271.00;-1.36;0.70 +12956;20;3488.17;9.50;269.45;-0.49;0.70 12956;21;3489.34;10.46;284.00;1.57;0.70 +12957;0;4985.00;9.70;372.00;0.00;0.48 +12957;1;4984.50;9.70;367.00;-0.10;0.48 +12957;2;4989.50;9.70;369.00;0.98;0.48 +12957;3;4980.00;9.70;373.50;4.42;0.48 +12957;4;4990.00;9.70;374.50;2.03;0.48 +12957;5;4986.00;9.70;377.50;2.96;0.48 +12957;6;4982.00;9.70;378.50;3.57;0.48 +12957;9;4980.68;9.70;372.00;1.57;0.48 +12957;10;4989.32;9.70;372.00;-1.57;0.48 +12957;19;4991.00;9.53;383.00;-3.32;0.48 +12957;20;4991.83;9.53;384.53;2.64;0.48 12957;21;4980.68;9.70;372.00;1.57;0.48 +12958;0;3021.00;12.47;446.00;0.00;0.78 +12958;1;3014.00;12.72;436.00;-0.61;0.78 +12958;2;3021.00;12.90;437.50;0.00;0.78 +12958;3;3011.00;11.30;440.00;-1.03;0.78 +12958;4;3027.50;14.25;448.00;1.86;0.78 +12958;5;3018.00;10.95;450.00;3.78;0.78 +12958;6;3025.50;12.00;458.00;2.78;0.78 +12958;9;3013.98;11.07;446.00;1.57;0.78 +12958;10;3028.02;13.90;446.00;-1.57;0.78 +12958;19;3008.00;10.18;441.00;-2.50;0.78 +12958;20;3006.36;10.18;440.37;-1.20;0.78 12958;21;3013.98;11.07;446.00;1.57;0.78 +12959;0;2031.00;10.15;657.00;0.00;0.94 +12959;1;2025.50;10.10;641.50;-0.34;0.94 +12959;2;2039.00;10.30;651.00;0.92;0.94 +12959;3;2021.50;10.10;653.00;-1.17;0.94 +12959;4;2022.50;10.00;668.00;3.79;0.94 +12959;5;2039.50;10.20;667.50;2.46;0.94 +12959;6;2031.00;9.95;673.00;3.14;0.94 +12959;9;2022.54;10.00;657.00;1.57;0.94 +12959;10;2039.46;10.19;657.00;-1.57;0.94 12959;21;2022.54;10.00;657.00;1.57;0.94 +12960;0;1895.00;9.50;76.00;0.00;0.40 +12960;1;1896.50;9.50;73.00;0.46;0.40 +12960;2;1893.00;9.50;78.50;3.81;0.40 +12960;3;1882.50;9.60;75.50;-1.53;0.40 +12960;4;1905.00;9.70;76.50;1.62;0.40 +12960;9;1886.54;9.69;76.00;1.57;0.40 +12960;10;1903.46;9.55;76.00;-1.57;0.40 +12960;19;1913.00;9.70;79.00;-2.47;0.40 +12960;20;1914.72;9.70;79.28;1.73;0.40 12960;21;1886.54;9.69;76.00;1.57;0.40 +12961;0;2223.00;11.10;743.00;0.00;0.38 +12961;1;2224.00;11.10;738.50;0.21;0.38 +12961;2;2218.50;11.10;741.50;-1.24;0.38 +12961;3;2227.50;11.00;740.00;0.98;0.38 +12961;4;2227.00;11.07;744.00;1.81;0.38 +12961;5;2220.50;11.15;747.00;3.70;0.38 +12961;6;2225.50;11.10;747.00;2.58;0.38 +12961;9;2219.22;11.10;743.00;1.57;0.38 +12961;10;2226.78;11.03;743.00;-1.57;0.38 12961;21;2219.22;11.10;743.00;1.57;0.38 +12962;0;4746.00;10.30;180.00;0.00;0.60 +12962;1;4747.00;10.30;173.50;0.15;0.60 +12962;2;4740.00;10.30;178.50;-1.32;0.60 +12962;3;4752.00;10.30;176.00;0.98;0.60 +12962;4;4752.00;10.30;183.50;2.09;0.60 +12962;5;4739.00;10.40;185.50;4.04;0.60 +12962;6;4745.50;10.40;186.50;3.21;0.60 +12962;9;4740.60;10.30;180.00;1.57;0.60 +12962;10;4751.40;10.25;180.00;-1.57;0.60 12962;21;4740.60;10.30;180.00;1.57;0.60 +12963;0;3196.00;12.20;300.00;0.00;1.48 +12963;1;3192.50;12.50;283.50;-0.20;1.48 +12963;2;3179.00;12.10;288.00;-0.95;1.48 +12963;3;3207.50;12.40;295.00;1.16;1.48 +12963;4;3188.50;12.00;308.00;3.89;1.48 +12963;5;3215.00;12.00;309.50;2.03;1.48 +12963;6;3207.50;12.00;316.50;2.53;1.48 +12963;9;3180.88;12.10;300.00;1.57;1.48 +12963;10;3211.12;12.30;300.00;-1.57;1.48 12963;21;3180.88;12.10;300.00;1.57;1.48 +12964;0;1896.00;10.37;407.00;0.00;0.58 +12964;1;1894.00;10.32;400.00;-0.27;0.58 +12964;2;1902.00;10.40;406.00;1.40;0.58 +12964;3;1888.50;10.30;405.50;-1.37;0.58 +12964;4;1891.50;10.30;412.00;3.87;0.58 +12964;5;1898.50;10.30;414.00;2.79;0.58 +12964;9;1890.42;10.30;407.00;1.57;0.58 +12964;10;1901.58;10.40;407.00;-1.57;0.58 12964;21;1890.42;10.30;407.00;1.57;0.58 +12965;0;1834.00;9.70;777.00;0.00;1.80 +12965;1;1815.50;9.70;757.00;-0.74;1.80 +12965;2;1820.50;9.80;752.50;-0.50;1.80 +12965;3;1836.00;9.75;770.00;0.27;1.80 +12965;4;1824.50;9.70;777.00;4.71;1.80 +12965;5;1857.50;9.70;791.50;2.12;1.80 +12965;6;1847.00;9.70;795.50;2.52;1.80 +12965;7;1858.50;9.70;797.50;2.26;1.80 +12965;9;1816.54;9.70;777.00;1.57;1.80 +12965;10;1851.46;9.70;777.00;-1.57;1.80 12965;21;1816.54;9.70;777.00;1.57;1.80 +12966;0;5475.00;12.55;62.00;0.00;0.44 +12966;1;5476.00;11.35;56.50;0.18;0.44 +12966;2;5472.00;12.20;55.50;-0.43;0.44 +12966;3;5471.00;12.80;60.00;-1.10;0.44 +12966;4;5480.00;11.07;60.00;1.19;0.44 +12966;5;5479.00;12.40;65.50;2.29;0.44 +12966;6;5472.50;12.35;66.00;3.70;0.44 +12966;9;5471.04;12.85;62.00;1.57;0.44 +12966;10;5478.96;11.53;62.00;-1.57;0.44 +12966;19;5467.00;9.53;68.00;-2.58;0.44 +12966;20;5465.60;9.53;69.05;4.06;0.44 12966;21;5471.04;12.85;62.00;1.57;0.44 +12967;0;3366.00;13.80;516.00;0.00;0.90 +12967;1;3360.00;13.62;507.00;-0.58;0.90 +12967;2;3373.00;10.55;508.50;0.75;0.90 +12967;3;3378.50;10.50;515.50;1.53;0.90 +12967;4;3353.00;14.40;515.50;-1.53;0.90 +12967;5;3358.50;14.95;523.00;3.96;0.90 +12967;6;3374.00;11.32;523.00;2.29;0.90 +12967;7;3365.00;14.65;527.00;3.23;0.90 +12967;9;3355.74;15.24;516.00;1.57;0.90 +12967;10;3376.26;10.32;516.00;-1.57;0.90 12967;21;3355.74;15.24;516.00;1.57;0.90 +12968;0;5052.00;9.90;177.00;0.00;0.58 +12968;1;5054.00;9.85;172.00;0.38;0.58 +12968;2;5045.50;9.80;173.50;-1.07;0.58 +12968;3;5059.00;10.00;177.00;1.57;0.58 +12968;4;5048.50;9.80;181.00;3.86;0.58 +12968;5;5057.00;10.05;182.50;2.40;0.58 +12968;6;5054.50;9.90;185.00;2.83;0.58 +12968;9;5046.24;9.80;177.00;1.57;0.58 +12968;10;5057.76;9.96;177.00;-1.57;0.58 12968;21;5046.24;9.80;177.00;1.57;0.58 +12969;0;1604.00;17.07;741.00;0.00;0.76 +12969;1;1608.50;17.80;729.50;0.37;0.76 +12969;2;1612.00;12.92;734.00;0.85;0.76 +12969;3;1599.50;18.50;738.50;-1.06;0.76 +12969;4;1608.50;13.10;744.50;2.23;0.76 +12969;5;1595.50;17.10;749.00;3.95;0.76 +12969;6;1601.00;15.50;751.50;3.42;0.76 +12969;9;1597.16;17.73;741.00;1.57;0.76 +12969;10;1610.84;12.58;741.00;-1.57;0.76 12969;21;1597.16;17.73;741.00;1.57;0.76 +12970;0;1767.00;10.92;318.00;0.00;0.58 +12970;1;1769.00;10.75;308.50;0.20;0.58 +12970;2;1774.50;11.10;312.50;0.93;0.58 +12970;3;1765.00;10.80;309.00;-0.21;0.58 +12970;4;1762.00;10.80;317.00;-1.37;0.58 +12970;5;1770.00;11.15;322.50;2.55;0.58 +12970;6;1760.50;10.90;325.50;3.85;0.58 +12970;7;1763.50;11.00;329.00;3.45;0.58 +12970;9;1761.78;10.81;318.00;1.57;0.58 +12970;10;1772.22;10.81;318.00;-1.57;0.58 12970;21;1761.78;10.81;318.00;1.57;0.58 +12971;0;3375.00;9.80;370.00;0.00;0.74 +12971;1;3380.00;9.65;365.50;0.83;0.74 +12971;2;3369.50;9.70;364.50;-0.78;0.74 +12971;3;3363.00;10.30;371.00;4.62;0.74 +12971;4;3385.00;9.80;374.50;1.99;0.74 +12971;5;3374.50;10.10;375.50;3.23;0.74 +12971;6;3363.00;10.50;374.50;4.35;0.74 +12971;7;3365.00;10.50;374.50;4.29;0.74 +12971;9;3366.00;10.15;370.00;1.57;0.74 +12971;10;3384.00;9.70;370.00;-1.57;0.74 +12971;19;3389.00;9.50;367.00;0.84;0.74 +12971;20;3390.71;9.50;366.63;1.36;0.74 12971;21;3366.00;10.15;370.00;1.57;0.74 +12972;0;2053.00;11.25;506.00;0.00;0.50 +12972;1;2049.00;11.12;500.00;-0.58;0.50 +12972;2;2055.00;11.45;500.50;0.34;0.50 +12972;3;2046.50;10.85;505.00;-1.41;0.50 +12972;4;2060.00;11.20;506.50;1.64;0.50 +12972;5;2050.50;11.10;510.50;3.64;0.50 +12972;6;2058.50;11.10;511.00;2.30;0.50 +12972;9;2047.24;10.90;506.00;1.57;0.50 +12972;10;2058.76;11.28;506.00;-1.57;0.50 12972;21;2047.24;10.90;506.00;1.57;0.50 +12973;0;1825.00;10.60;619.00;0.00;1.14 +12973;1;1821.50;10.60;608.00;-0.30;1.14 +12973;2;1829.00;10.75;605.50;0.28;1.14 +12973;3;1839.00;10.25;610.50;1.02;1.14 +12973;4;1812.00;10.40;615.50;-1.30;1.14 +12973;5;1845.00;10.10;618.00;1.52;1.14 +12973;6;1807.50;10.20;626.50;4.30;1.14 +12973;7;1825.00;10.05;628.50;3.14;1.14 +12973;9;1811.14;10.40;619.00;1.57;1.14 +12973;10;1838.86;10.10;619.00;-1.57;1.14 12973;21;1811.14;10.40;619.00;1.57;1.14 +12974;0;5457.00;12.75;55.00;0.00;0.46 +12974;1;5458.50;12.30;51.00;0.35;0.46 +12974;2;5453.50;13.20;52.00;-0.86;0.46 +12974;3;5462.00;12.05;56.50;1.86;0.46 +12974;4;5455.00;11.52;58.00;3.73;0.46 +12974;9;5452.50;12.40;55.00;1.57;0.46 +12974;10;5461.50;11.95;55.00;-1.57;0.46 +12974;19;5447.00;9.50;56.00;-2.55;0.46 +12974;20;5445.25;9.50;56.17;4.61;0.46 12974;21;5452.50;12.40;55.00;1.57;0.46 +12975;0;3000.00;11.37;589.00;0.00;0.84 +12975;1;2995.50;10.30;580.50;-0.48;0.84 +12975;2;3001.00;10.40;582.50;0.15;0.84 +12975;3;3008.00;10.82;582.00;0.85;0.84 +12975;4;2992.00;10.10;585.00;-1.10;0.84 +12975;5;3009.50;10.40;586.50;1.31;0.84 +12975;6;2995.00;11.77;595.00;3.83;0.84 +12975;7;3004.00;11.30;594.00;2.46;0.84 +12975;9;2992.08;10.39;589.00;1.57;0.84 +12975;10;3007.92;10.67;589.00;-1.57;0.84 12975;21;3007.92;10.67;589.00;-1.57;0.84 +12976;0;4771.00;9.90;168.00;0.00;0.48 +12976;1;4775.00;9.80;163.50;0.72;0.48 +12976;2;4766.50;9.90;164.50;-0.91;0.48 +12976;3;4777.00;9.80;169.50;1.81;0.48 +12976;4;4764.50;10.00;170.00;4.41;0.48 +12976;5;4769.50;9.90;173.50;3.40;0.48 +12976;9;4764.88;10.00;168.00;1.57;0.48 +12976;10;4777.12;9.80;168.00;-1.57;0.48 +12976;19;4788.00;9.57;165.00;0.73;0.48 +12976;20;4789.72;9.57;164.69;1.39;0.48 12976;21;4777.12;9.80;168.00;-1.57;0.48 +12977;0;2055.00;11.45;561.00;0.00;0.66 +12977;1;2055.00;11.90;552.50;0.00;0.66 +12977;2;2049.00;11.45;559.00;-1.24;0.66 +12977;3;2060.50;11.85;558.00;1.07;0.66 +12977;4;2062.50;11.50;565.50;2.11;0.66 +12977;5;2053.00;11.35;567.50;3.44;0.66 +12977;9;2048.34;11.34;561.00;1.57;0.66 +12977;10;2061.66;11.60;561.00;-1.57;0.66 12977;21;2048.34;11.34;561.00;1.57;0.66 +12978;0;1775.00;12.92;408.00;0.00;0.72 +12978;1;1778.50;15.05;400.00;0.41;0.72 +12978;2;1769.50;11.50;403.50;-0.88;0.72 +12978;3;1784.00;12.85;401.50;0.94;0.72 +12978;4;1782.50;13.20;406.50;1.37;0.72 +12978;5;1769.00;13.90;413.00;4.01;0.72 +12978;6;1778.00;15.40;414.50;2.70;0.72 +12978;9;1768.52;11.94;408.00;1.57;0.72 +12978;10;1781.48;13.56;408.00;-1.57;0.72 12978;21;1768.52;11.94;408.00;1.57;0.72 +12979;0;1820.00;12.32;534.00;0.00;0.72 +12979;1;1822.50;11.50;522.00;0.20;0.72 +12979;2;1826.50;11.00;529.00;0.91;0.72 +12979;3;1817.50;12.80;528.50;-0.42;0.72 +12979;4;1810.50;13.05;535.00;4.60;0.72 +12979;5;1823.00;11.85;540.50;2.70;0.72 +12979;6;1814.50;13.00;540.50;3.84;0.72 +12979;9;1813.52;12.80;534.00;1.57;0.72 +12979;10;1826.48;11.10;534.00;-1.57;0.72 12979;21;1813.52;12.80;534.00;1.57;0.72 +12980;0;5442.00;11.00;42.00;0.00;0.42 +12980;1;5440.50;11.00;38.50;-0.40;0.42 +12980;2;5446.50;11.45;40.00;1.15;0.42 +12980;3;5436.00;10.35;40.50;-1.32;0.42 +12980;4;5438.50;11.00;44.50;4.09;0.42 +12980;5;5446.00;12.05;45.50;2.29;0.42 +12980;9;5437.32;11.06;42.00;1.57;0.42 +12980;10;5446.68;11.88;42.00;-1.57;0.42 +12980;19;5443.00;10.00;51.00;-2.19;0.42 +12980;20;5443.19;10.00;52.73;3.03;0.42 12980;21;5437.32;11.06;42.00;1.57;0.42 +12981;0;3070.00;12.40;504.00;0.00;1.26 +12981;1;3070.50;12.50;490.50;0.03;1.26 +12981;2;3080.00;12.55;491.50;0.67;1.26 +12981;3;3064.00;12.45;497.50;-0.74;1.26 +12981;4;3081.50;11.60;502.00;1.39;1.26 +12981;5;3056.50;12.40;506.50;4.52;1.26 +12981;6;3073.50;11.30;516.00;2.85;1.26 +12981;7;3063.00;11.95;516.50;3.65;1.26 +12981;9;3058.30;12.38;504.00;1.57;1.26 +12981;10;3081.70;11.44;504.00;-1.57;1.26 12981;21;3058.30;12.38;504.00;1.57;1.26 +12982;0;1752.00;12.75;202.00;0.00;0.78 +12982;1;1752.50;13.10;192.50;0.05;0.78 +12982;2;1742.50;13.40;197.00;-1.08;0.78 +12982;3;1760.50;12.95;198.00;1.13;0.78 +12982;4;1764.00;12.65;204.50;1.77;0.78 +12982;5;1740.50;12.90;204.50;4.49;0.78 +12982;6;1753.50;12.20;210.00;2.95;0.78 +12982;7;1763.50;12.10;209.50;2.14;0.78 +12982;9;1742.46;12.90;202.00;1.57;0.78 +12982;10;1761.54;12.59;202.00;-1.57;0.78 12982;21;1742.46;12.90;202.00;1.57;0.78 +12983;0;1607.00;15.02;705.00;0.00;0.64 +12983;1;1606.50;13.30;698.50;-0.07;0.64 +12983;2;1615.50;17.10;701.50;1.18;0.64 +12983;3;1599.00;11.97;701.00;-1.10;0.64 +12983;4;1596.00;12.80;706.50;4.57;0.64 +12983;5;1618.00;17.42;708.00;1.83;0.64 +12983;6;1600.50;15.85;711.00;3.96;0.64 +12983;7;1610.00;17.65;711.50;2.70;0.64 +12983;9;1598.36;13.00;705.00;1.57;0.64 +12983;10;1615.64;17.55;705.00;-1.57;0.64 +12983;19;1586.00;9.50;708.00;-1.71;0.64 +12983;20;1584.26;9.50;708.24;4.57;0.64 12983;21;1598.36;13.00;705.00;1.57;0.64 +12984;0;1694.00;9.80;271.00;0.00;0.36 +12984;1;1692.00;10.07;262.00;-0.21;0.36 +12984;2;1691.50;9.70;272.00;4.33;0.36 +12984;3;1696.00;10.20;268.00;0.58;0.36 +12984;4;1698.00;10.45;277.50;2.59;0.36 +12984;5;1694.50;9.70;281.00;3.09;0.36 +12984;6;1697.00;9.80;281.50;2.86;0.36 +12984;9;1690.76;9.66;271.00;1.57;0.36 +12984;10;1697.24;10.44;271.00;-1.57;0.36 +12984;19;1689.00;9.53;265.00;-1.95;0.36 +12984;20;1687.88;9.53;263.65;-0.69;0.36 12984;21;1690.76;9.66;271.00;1.57;0.36 +12985;0;3001.00;10.70;401.00;0.00;0.54 +12985;1;2999.00;10.65;388.50;-0.15;0.54 +12985;2;2995.00;10.05;390.00;-0.49;0.54 +12985;3;3004.00;10.70;396.00;0.54;0.54 +12985;4;2997.00;9.80;403.50;4.15;0.54 +12985;5;3007.00;10.92;406.00;2.26;0.54 +12985;6;3004.00;11.35;413.50;2.90;0.54 +12985;9;2996.14;9.76;401.00;1.57;0.54 +12985;10;3005.86;10.71;401.00;-1.57;0.54 +12985;19;2999.00;9.55;418.00;-2.13;0.54 +12985;20;2998.79;9.55;419.73;3.25;0.54 12985;21;2996.14;9.76;401.00;1.57;0.54 +12986;0;3332.00;12.10;434.00;0.00;0.64 +12986;1;3333.00;12.12;426.00;0.12;0.64 +12986;2;3338.50;10.90;427.50;0.78;0.64 +12986;3;3337.00;11.00;436.50;2.03;0.64 +12986;4;3326.50;12.20;435.50;4.44;0.64 +12986;5;3332.50;11.05;444.00;3.09;0.64 +12986;9;3326.24;12.25;434.00;1.57;0.64 +12986;10;3337.76;10.93;434.00;-1.57;0.64 12986;21;3333.24;12.20;427.30;-1.57;0.64 +12987;0;2012.00;10.30;608.00;0.00;0.86 +12987;1;2008.50;10.55;600.00;-0.41;0.86 +12987;2;2023.00;11.05;605.00;1.30;0.86 +12987;3;2003.00;10.20;612.50;4.24;0.86 +12987;4;2023.00;11.00;612.50;1.95;0.86 +12987;5;2016.00;10.30;617.00;2.72;0.86 +12987;9;2002.28;10.30;608.00;1.57;0.86 +12987;10;2021.72;10.92;608.00;-1.57;0.86 12987;21;2002.28;10.30;608.00;1.57;0.86 +12988;0;5435.00;11.07;28.00;0.00;0.36 +12988;1;5435.50;9.90;24.00;0.12;0.36 +12988;2;5429.50;10.00;28.50;4.62;0.36 +12988;3;5441.50;10.00;26.50;1.34;0.36 +12988;4;5442.00;10.40;29.50;1.78;0.36 +12988;5;5437.00;11.25;31.50;2.62;0.36 +12988;9;5429.96;10.11;28.00;1.57;0.36 +12988;10;5440.04;10.29;28.00;-1.57;0.36 +12988;19;5429.00;9.50;32.00;-1.66;0.36 +12988;20;5427.54;9.50;32.97;4.12;0.36 12988;21;5429.96;10.11;28.00;1.57;0.36 +12989;0;3310.00;12.35;660.00;0.00;0.54 +12989;1;3312.50;11.40;655.50;0.50;0.54 +12989;2;3305.50;12.05;655.00;-0.73;0.54 +12989;3;3305.50;12.75;662.00;4.29;0.54 +12989;4;3314.00;12.42;664.00;2.35;0.54 +12989;9;3304.96;12.57;660.00;1.57;0.54 +12989;10;3315.04;11.85;660.00;-1.57;0.54 12989;21;3315.19;11.70;656.50;1.57;0.54 +12990;0;4749.00;10.00;153.00;0.00;0.52 +12990;1;4746.00;9.70;147.50;-0.49;0.52 +12990;2;4756.50;9.80;149.50;1.13;0.52 +12990;3;4740.00;10.00;152.50;-1.51;0.52 +12990;4;4755.50;10.10;157.00;2.12;0.52 +12990;5;4742.50;10.10;157.50;4.10;0.52 +12990;6;4748.50;10.25;160.00;3.21;0.52 +12990;9;4742.16;10.03;153.00;1.57;0.52 +12990;10;4755.84;9.98;153.00;-1.57;0.52 +12990;19;4768.00;9.55;152.00;1.13;0.52 +12990;20;4769.74;9.55;151.90;1.51;0.52 12990;21;4755.84;9.98;153.00;-1.57;0.52 +12991;0;3524.00;9.90;703.00;0.00;0.60 +12991;1;3526.50;10.00;698.50;0.50;0.60 +12991;2;3519.50;9.80;699.00;-0.84;0.60 +12991;3;3518.50;9.80;707.00;4.08;0.60 +12991;4;3527.50;9.90;708.00;2.53;0.60 +12991;5;3520.00;9.90;710.50;3.63;0.60 +12991;9;3518.60;9.80;703.00;1.57;0.60 +12991;10;3529.40;10.00;703.00;-1.57;0.60 +12991;19;3526.00;9.50;691.00;0.51;0.60 +12991;20;3526.28;9.50;689.27;0.16;0.60 12991;21;3518.85;9.80;689.51;-1.57;0.60 +12992;0;4930.00;10.00;279.00;0.00;0.88 +12992;1;4921.00;10.00;269.50;-0.75;0.88 +12992;2;4935.50;9.80;269.50;0.52;0.88 +12992;3;4914.50;10.30;277.00;-1.44;0.88 +12992;4;4944.00;9.80;280.50;1.67;0.88 +12992;5;4929.00;10.20;288.50;3.24;0.88 +12992;9;4919.56;10.14;279.00;1.57;0.88 +12992;10;4940.44;9.90;279.00;-1.57;0.88 12992;21;4919.56;10.14;279.00;1.57;0.88 +12993;0;4713.00;10.52;322.00;0.00;0.72 +12993;1;4717.50;10.70;313.50;0.48;0.72 +12993;2;4708.00;10.60;317.00;-0.78;0.72 +12993;3;4721.00;10.60;320.50;1.38;0.72 +12993;4;4700.50;10.50;320.50;-1.45;0.72 +12993;5;4706.00;10.30;325.50;4.24;0.72 +12993;6;4716.00;10.15;330.00;2.78;0.72 +12993;9;4705.26;10.41;322.00;1.57;0.72 +12993;10;4720.74;10.50;322.00;-1.57;0.72 12993;21;4705.26;10.41;322.00;1.57;0.72 +12994;0;1717.00;13.45;486.00;0.00;0.50 +12994;1;1716.50;12.50;478.00;-0.06;0.50 +12994;2;1711.50;10.30;485.50;-1.48;0.50 +12994;3;1722.50;14.00;485.00;1.39;0.50 +12994;4;1722.50;14.10;493.00;2.47;0.50 +12994;5;1713.00;10.65;492.00;3.73;0.50 +12994;6;1717.00;13.67;494.00;3.14;0.50 +12994;9;1712.50;10.95;486.00;1.57;0.50 +12994;10;1721.50;13.90;486.00;-1.57;0.50 +12994;19;1710.00;9.50;495.00;-1.48;0.50 +12994;20;1708.92;9.50;496.38;3.80;0.50 12994;21;1712.50;10.95;486.00;1.57;0.50 +12995;0;5133.00;9.87;489.00;0.00;0.22 +12995;1;5133.50;9.50;487.00;0.24;0.22 +12995;2;5138.00;9.95;487.50;1.27;0.22 +12995;3;5129.00;9.97;490.00;4.46;0.22 +12995;4;5134.00;10.70;490.50;2.55;0.22 +12995;5;5130.00;11.35;492.00;3.92;0.22 +12995;9;5129.58;9.75;489.00;1.57;0.22 +12995;10;5136.42;10.23;489.00;-1.57;0.22 +12995;19;5135.00;9.50;487.00;0.24;0.22 +12995;20;5136.23;9.50;485.76;0.78;0.22 12995;21;5129.58;9.75;489.00;1.57;0.22 +12996;0;2159.00;9.60;519.00;0.00;0.40 +12996;1;2160.50;9.70;514.50;0.32;0.40 +12996;2;2156.50;9.65;516.00;-0.69;0.40 +12996;3;2162.50;9.70;519.50;1.71;0.40 +12996;4;2153.50;9.85;519.00;4.71;0.40 +12996;5;2155.50;9.90;521.50;4.09;0.40 +12996;6;2160.50;9.60;523.50;2.82;0.40 +12996;9;2155.04;9.77;519.00;1.57;0.40 +12996;10;2162.96;9.70;519.00;-1.57;0.40 +12996;19;2165.00;9.55;522.00;-4.57;0.40 +12996;20;2166.56;9.55;522.78;2.03;0.40 12996;21;2162.96;9.70;519.00;-1.57;0.40 +12997;0;1609.00;11.55;681.00;0.00;0.54 +12997;1;1611.50;11.50;673.50;0.32;0.54 +12997;2;1604.50;10.20;680.00;-1.35;0.54 +12997;3;1614.00;14.22;680.00;1.37;0.54 +12997;4;1607.50;11.60;686.50;3.40;0.54 +12997;9;1604.14;10.16;681.00;1.57;0.54 +12997;10;1613.86;14.26;681.00;-1.57;0.54 +12997;19;1601.00;9.50;680.00;-1.35;0.54 +12997;20;1599.26;9.50;679.78;-1.44;0.54 12997;21;1604.14;10.16;681.00;1.57;0.54 +12998;0;1800.00;10.02;253.00;0.00;0.56 +12998;1;1803.50;9.90;245.50;0.43;0.56 +12998;2;1795.00;10.30;252.50;-1.47;0.56 +12998;3;1806.00;9.90;251.50;1.32;0.56 +12998;4;1804.00;10.05;259.00;2.55;0.56 +12998;5;1798.50;10.20;261.00;3.32;0.56 +12998;9;1794.96;10.28;253.00;1.57;0.56 +12998;10;1805.04;9.97;253.00;-1.57;0.56 12998;21;1794.96;10.28;253.00;1.57;0.56 +12999;0;2051.00;9.80;813.00;0.00;1.00 +12999;1;2042.50;9.80;806.00;-0.88;1.00 +12999;2;2049.50;9.80;799.00;-0.10;1.00 +12999;3;2058.50;9.80;808.50;1.03;1.00 +12999;4;2040.50;10.30;819.50;4.15;1.00 +12999;5;2064.50;9.80;818.50;1.95;1.00 +12999;6;2055.50;9.70;823.00;2.71;1.00 +12999;7;2043.50;10.30;824.00;3.74;1.00 +12999;9;2042.00;10.20;813.00;1.57;1.00 +12999;10;2060.00;9.80;813.00;-1.57;1.00 +12999;19;2039.60;9.50;837.62;-2.64;1.00 +12999;20;2038.87;9.50;839.21;3.57;1.00 12999;21;2060.00;9.80;813.00;-1.57;1.00 +13000;0;1845.00;9.70;374.00;0.00;0.58 +13000;1;1846.00;9.80;367.50;0.15;0.58 +13000;2;1851.00;9.70;372.50;1.32;0.58 +13000;3;1839.50;9.80;372.00;-1.22;0.58 +13000;4;1838.00;9.75;378.00;4.19;0.58 +13000;5;1843.50;9.70;380.00;3.38;0.58 +13000;9;1839.78;9.75;374.00;1.57;0.58 +13000;10;1850.22;9.70;374.00;-1.57;0.58 13000;21;1839.78;9.75;374.00;1.57;0.58 +13001;0;4761.00;10.45;506.00;0.00;0.20 +13001;1;4761.50;9.70;503.00;0.16;0.20 +13001;2;4759.00;10.60;504.50;-0.92;0.20 +13001;3;4763.00;10.50;507.00;2.03;0.20 +13001;4;4759.50;10.90;508.50;3.68;0.20 +13001;9;4759.20;10.84;506.00;1.57;0.20 +13001;10;4762.80;10.22;506.00;-1.57;0.20 +13001;19;4759.00;9.50;511.00;-2.60;0.20 +13001;20;4758.35;9.50;512.62;3.52;0.20 13001;21;4759.20;10.84;506.00;1.57;0.20 +13002;0;4307.00;9.70;413.00;0.00;0.24 +13002;1;4307.00;9.70;412.00;0.00;0.24 +13002;9;4304.84;9.70;413.00;1.57;0.24 +13002;10;4309.16;9.70;413.00;-1.57;0.24 +13002;19;4303.00;9.50;409.00;0.00;0.24 +13002;20;4301.76;9.50;407.76;-0.78;0.24 13002;21;4304.84;9.70;413.00;1.57;0.24 +13003;0;2688.64;9.70;1797.36;0.00;0.36 +13003;1;2687.85;9.50;1800.66;3.14;0.36 +13003;9;2684.76;9.50;1794.00;1.57;0.36 +13003;10;2691.24;9.50;1794.00;-1.57;0.36 +13003;19;2689.00;9.50;1785.00;-3.14;0.36 +13003;20;2689.19;9.50;1783.26;0.11;0.36 13003;21;2684.76;9.50;1794.00;1.57;0.36 +13004;0;2813.00;9.50;1545.00;0.00;0.34 +13004;1;2806.00;9.50;1542.50;-1.22;0.34 +13004;2;2813.50;9.50;1542.50;0.19;0.34 +13004;3;2807.00;9.50;1545.50;4.62;0.34 +13004;4;2812.00;9.50;1547.50;3.52;0.34 +13004;5;2819.50;9.50;1547.50;1.93;0.34 +13004;6;2816.50;9.50;1549.50;2.48;0.34 +13004;9;2807.60;9.50;1545.00;1.57;0.34 +13004;10;2818.40;9.50;1545.00;-1.57;0.34 +13004;11;2801.80;9.50;1541.00;-1.22;0.34 +13004;12;2813.80;9.50;1541.00;0.19;0.34 +13004;13;2803.40;9.50;1545.80;4.62;0.34 +13004;14;2811.40;9.50;1549.00;3.52;0.34 +13004;15;2823.40;9.50;1549.00;1.93;0.34 +13004;16;2818.60;9.50;1552.20;2.48;0.34 13004;21;2807.60;9.50;1545.00;1.57;0.34 +13005;0;4457.00;9.55;481.00;0.00;0.20 +13005;1;4457.00;9.55;481.00;0.00;0.20 +13005;9;4455.20;9.50;481.00;1.57;0.20 +13005;10;4458.80;9.70;481.00;-1.57;0.20 +13005;19;4457.00;9.60;484.00;-1.57;0.20 +13005;20;4457.00;9.60;485.75;3.14;0.20 13005;21;4455.20;9.50;481.00;1.57;0.20 +13006;0;2720.00;9.50;1525.00;0.00;0.48 +13006;1;2712.00;9.50;1521.00;-1.10;0.48 +13006;2;2720.00;9.50;1521.50;0.00;0.48 +13006;3;2728.00;9.50;1526.00;1.69;0.48 +13006;4;2712.00;9.50;1526.00;4.58;0.48 +13006;5;2718.00;9.50;1529.00;3.60;0.48 +13006;6;2726.00;9.50;1530.50;2.31;0.48 +13006;9;2714.06;9.50;1525.00;1.57;0.48 +13006;10;2725.94;9.50;1525.00;-1.57;0.48 +13006;11;2707.20;9.50;1518.60;-1.10;0.48 +13006;12;2720.00;9.50;1519.40;0.00;0.48 +13006;13;2732.80;9.50;1526.60;1.69;0.48 +13006;14;2707.20;9.50;1526.60;4.58;0.48 +13006;15;2716.80;9.50;1531.40;3.60;0.48 +13006;16;2729.60;9.50;1533.80;2.31;0.48 13006;21;2714.06;9.50;1525.00;1.57;0.48 +13007;0;2721.00;9.50;1508.00;0.00;0.54 +13007;1;2720.50;9.50;1502.00;-0.08;0.54 +13007;2;2714.00;9.50;1504.00;-1.05;0.54 +13007;3;2725.50;9.50;1504.50;0.91;0.54 +13007;4;2728.50;9.50;1511.00;1.95;0.54 +13007;5;2713.00;9.50;1509.00;4.58;0.54 +13007;6;2720.50;9.50;1513.00;3.24;0.54 +13007;7;2728.00;9.50;1515.00;2.35;0.54 +13007;9;2714.88;9.50;1508.00;1.57;0.54 +13007;10;2727.12;9.50;1508.00;-1.57;0.54 +13007;11;2720.20;9.50;1498.40;-0.08;0.54 +13007;12;2709.80;9.50;1501.60;-1.05;0.54 +13007;13;2728.20;9.50;1502.40;0.91;0.54 +13007;14;2733.00;9.50;1512.80;1.95;0.54 +13007;15;2708.20;9.50;1509.60;4.58;0.54 +13007;16;2720.20;9.50;1516.00;3.24;0.54 +13007;17;2732.20;9.50;1519.20;2.35;0.54 13007;21;2714.88;9.50;1508.00;1.57;0.54 +13008;0;3674.00;10.05;1445.00;0.00;0.52 +13008;1;3672.50;9.60;1438.50;-0.22;0.52 +13008;2;3679.00;9.65;1442.00;1.03;0.52 +13008;3;3668.50;9.60;1441.00;-0.94;0.52 +13008;4;3668.50;9.90;1447.00;4.36;0.52 +13008;5;3677.00;10.20;1450.00;2.60;0.52 +13008;6;3671.50;10.20;1452.50;3.46;0.52 +13008;7;3669.50;9.90;1453.00;3.65;0.52 +13008;9;3669.32;10.02;1445.00;1.57;0.52 +13008;10;3678.68;9.64;1445.00;-1.57;0.52 13008;21;3678.68;9.64;1445.00;-1.57;0.52 +13009;0;1854.00;9.70;1091.00;0.00;0.12 +13009;1;1854.50;9.70;1091.00;1.57;0.12 +13009;2;1853.00;9.50;1088.00;-0.32;0.12 +13009;3;1853.50;9.50;1094.00;3.30;0.12 +13009;9;1852.92;9.52;1091.00;1.57;0.12 +13009;10;1855.08;9.70;1091.00;-1.57;0.12 +13009;19;1853.00;9.50;1089.00;1.57;0.12 +13009;20;1852.21;9.50;1087.43;-0.46;0.12 13009;21;1852.92;9.52;1091.00;1.57;0.12 +13010;0;1828.96;9.60;1414.62;0.00;0.36 +13010;1;1826.00;9.60;1411.00;-0.78;0.36 +13010;2;1829.50;9.60;1415.50;2.52;0.36 +13010;3;1832.00;9.50;1416.00;2.24;0.36 +13010;9;1823.40;9.50;1412.00;1.57;0.36 +13010;10;1830.60;9.50;1412.00;-1.57;0.36 +13010;19;1824.30;9.30;1409.30;-1.49;0.36 +13010;20;1823.07;9.30;1408.06;-0.78;0.36 13010;21;1826.45;9.70;1409.34;-1.57;0.36 +13011;0;2872.88;9.90;1502.08;0.00;0.24 +13011;1;2871.00;9.85;1496.50;0.38;0.24 +13011;2;2873.00;10.22;1497.00;0.98;0.24 +13011;3;2868.00;9.90;1497.00;-0.78;0.24 +13011;4;2873.50;10.20;1499.50;1.71;0.24 +13011;5;2867.00;10.00;1500.50;4.24;0.24 +13011;6;2871.50;9.90;1502.00;2.67;0.24 +13011;9;2866.76;10.00;1499.00;1.57;0.24 +13011;10;2873.24;10.19;1499.00;-1.57;0.24 13011;21;2866.82;10.00;1499.30;-1.57;0.24 +13012;0;1859.00;9.67;1049.00;0.00;0.12 +13012;1;1858.00;9.50;1049.50;4.24;0.12 +13012;2;1860.00;9.65;1048.50;1.10;0.12 +13012;3;1856.50;9.50;1045.50;-0.62;0.12 +13012;9;1857.20;9.55;1049.00;1.57;0.12 +13012;10;1860.80;9.62;1049.00;-1.57;0.12 +13012;19;1860.00;9.53;1048.00;1.11;0.12 +13012;20;1861.23;9.53;1046.76;0.78;0.12 13012;21;1857.20;9.55;1049.00;1.57;0.12 +13013;0;2567.00;9.60;572.00;0.00;0.16 +13013;1;2567.00;9.60;572.00;0.00;0.16 +13013;9;2565.56;9.50;572.00;1.57;0.16 +13013;10;2568.44;9.70;572.00;-1.57;0.16 +13013;19;2565.00;9.50;573.00;-1.57;0.16 +13013;20;2563.43;9.50;573.78;4.24;0.16 13013;21;2565.56;9.50;572.00;1.57;0.16 +13014;0;2425.00;9.50;906.00;0.00;0.78 +13014;1;2415.50;9.50;915.00;3.95;0.78 +13014;9;2417.08;9.50;906.00;1.57;0.78 +13014;10;2432.92;9.50;906.00;-1.57;0.78 +13014;19;2407.00;9.50;925.00;-2.33;0.78 +13014;20;2405.79;9.50;926.27;3.90;0.78 13014;21;2417.08;9.50;906.00;1.57;0.78 +13015;0;2911.00;9.50;657.00;0.00;0.32 +13015;1;2910.00;9.55;655.00;-0.46;0.32 +13015;9;2908.12;9.50;657.00;1.57;0.32 +13015;10;2913.88;9.50;657.00;-1.57;0.32 +13015;19;2922.00;9.50;676.00;-0.46;0.32 +13015;20;2922.87;9.50;677.51;2.61;0.32 13015;21;2908.12;9.50;657.00;1.57;0.32 +13016;0;2721.00;9.70;395.00;0.00;0.24 +13016;1;2721.00;9.70;394.00;0.00;0.24 +13016;2;2721.00;9.70;397.50;3.14;0.24 +13016;9;2718.48;9.70;395.00;1.57;0.24 +13016;10;2723.52;9.70;395.00;-1.57;0.24 +13016;19;2721.00;9.53;400.00;-3.14;0.24 +13016;20;2721.00;9.53;401.75;3.14;0.24 13016;21;2718.48;9.70;395.00;1.57;0.24 +13017;0;3669.00;10.15;312.00;0.00;0.18 +13017;1;3668.50;10.00;311.00;-0.46;0.18 +13017;2;3670.50;10.20;313.50;2.35;0.18 +13017;9;3667.20;9.81;312.00;1.57;0.18 +13017;10;3670.80;10.20;312.00;-1.57;0.18 +13017;19;3665.00;9.50;314.00;-0.46;0.18 +13017;20;3663.43;9.50;314.78;4.24;0.18 13017;21;3667.20;9.81;312.00;1.57;0.18 +13018;0;3710.00;10.15;329.00;0.00;0.20 +13018;1;3709.00;10.05;328.00;-0.78;0.20 +13018;2;3711.00;10.10;331.50;2.76;0.20 +13018;9;3708.20;9.82;329.00;1.57;0.20 +13018;10;3711.80;10.12;329.00;-1.57;0.20 +13018;19;3708.00;9.57;331.00;-0.79;0.20 +13018;20;3706.76;9.57;332.23;3.92;0.20 13018;21;3708.20;9.82;329.00;1.57;0.20 +13019;0;3969.00;9.70;517.00;0.00;0.18 +13019;1;3969.00;9.70;517.00;0.00;0.18 +13019;9;3966.84;9.70;517.00;1.57;0.18 +13019;10;3971.16;9.70;517.00;-1.57;0.18 +13019;19;3967.00;9.50;513.00;-1.57;0.18 +13019;20;3966.21;9.50;511.43;-0.46;0.18 13019;21;3966.84;9.70;517.00;1.57;0.18 +13020;0;5534.00;10.07;627.00;0.00;0.28 +13020;1;5533.50;9.90;627.50;3.92;0.28 +13020;9;5531.30;9.50;627.00;1.57;0.28 +13020;10;5536.70;11.38;627.00;-1.57;0.28 +13020;19;5528.00;9.50;635.00;-2.36;0.28 +13020;20;5526.95;9.50;636.40;3.78;0.28 13020;21;5531.30;9.50;627.00;1.57;0.28 +13021;0;5507.00;10.87;668.00;0.00;0.20 +13021;1;5507.00;10.87;668.00;0.00;0.20 +13021;9;5505.20;9.50;668.00;1.57;0.20 +13021;10;5508.80;11.82;668.00;-1.57;0.20 +13021;19;5510.00;10.23;669.00;-1.57;0.20 +13021;20;5511.66;10.23;669.55;1.89;0.20 13021;21;5505.20;9.50;668.00;1.57;0.20 +13022;0;5504.00;10.17;682.00;0.00;0.16 +13022;1;5504.00;10.17;682.00;0.00;0.16 +13022;9;5502.20;9.50;682.00;1.57;0.16 +13022;10;5505.80;11.45;682.00;-1.57;0.16 +13022;19;5508.00;10.40;680.00;-1.57;0.16 +13022;20;5509.56;10.40;679.21;1.10;0.16 13022;21;5502.20;9.50;682.00;1.57;0.16 +13023;0;5072.00;10.95;878.00;0.00;0.14 +13023;1;5072.00;10.95;878.00;0.00;0.14 +13023;9;5070.02;10.88;878.00;1.57;0.14 +13023;10;5073.98;9.58;878.00;-1.57;0.14 +13023;19;5071.00;10.23;880.00;-1.57;0.14 +13023;20;5070.21;10.23;881.56;3.60;0.14 13023;21;5070.02;10.88;878.00;1.57;0.14 +13024;0;5077.00;10.87;899.00;0.00;0.14 +13024;1;5077.00;10.87;899.00;0.00;0.14 +13024;9;5075.74;9.72;899.00;1.57;0.14 +13024;10;5078.26;10.92;899.00;-1.57;0.14 +13024;19;5079.00;10.30;897.00;-1.57;0.14 +13024;20;5080.23;10.30;895.76;0.78;0.14 13024;21;5075.74;9.72;899.00;1.57;0.14 +13025;0;5024.00;10.50;1059.00;0.00;0.48 +13025;1;5021.50;10.50;1055.50;-0.62;0.48 +13025;2;5026.50;10.50;1063.00;2.58;0.48 +13025;9;5019.68;10.50;1059.00;1.57;0.48 +13025;10;5028.32;10.50;1059.00;-1.57;0.48 +13025;19;5017.00;9.70;1047.00;-0.62;0.48 +13025;20;5016.11;9.70;1045.48;-0.52;0.48 13025;21;5019.68;10.50;1059.00;1.57;0.48 +13026;0;5213.00;10.62;1041.00;0.00;0.26 +13026;1;5212.50;10.60;1041.00;4.71;0.26 +13026;9;5210.66;10.29;1041.00;1.57;0.26 +13026;10;5215.34;10.65;1041.00;-1.57;0.26 +13026;19;5210.00;9.60;1042.00;-1.57;0.26 +13026;20;5208.34;9.60;1042.55;4.39;0.26 13026;21;5210.66;10.29;1041.00;1.57;0.26 +13027;0;4945.00;11.22;780.00;0.00;0.16 +13027;1;4945.00;11.22;780.00;0.00;0.16 +13027;2;4948.00;9.80;784.50;2.55;0.16 +13027;9;4943.56;10.44;780.00;1.57;0.16 +13027;10;4946.44;11.35;780.00;-1.57;0.16 +13027;19;4947.00;10.32;779.00;-1.57;0.16 +13027;20;4948.56;10.32;778.21;1.10;0.16 13027;21;4943.56;10.44;780.00;1.57;0.16 +13028;0;4957.00;9.90;799.00;0.00;0.24 +13028;1;4957.00;9.90;799.00;0.00;0.24 +13028;2;4954.00;9.50;794.00;-0.54;0.24 +13028;3;4962.00;10.07;800.00;1.76;0.24 +13028;9;4954.84;9.74;799.00;1.57;0.24 +13028;10;4959.16;9.50;799.00;-1.57;0.24 +13028;19;4962.00;10.07;800.00;-1.57;0.24 +13028;20;4963.71;10.07;800.34;1.76;0.24 13028;21;4954.84;9.74;799.00;1.57;0.24 +13029;0;4978.00;10.40;803.00;0.00;0.18 +13029;1;4978.00;10.40;803.00;0.00;0.18 +13029;2;4972.50;9.50;802.00;-1.39;0.18 +13029;9;4976.38;9.60;803.00;1.57;0.18 +13029;10;4979.62;9.50;803.00;-1.57;0.18 +13029;19;4980.00;9.73;797.00;-1.57;0.18 +13029;20;4980.55;9.73;795.34;0.32;0.18 13029;21;4976.38;9.60;803.00;1.57;0.18 +13030;0;5043.00;9.50;764.00;0.00;0.34 +13030;1;5047.00;9.50;763.50;1.44;0.34 +13030;9;5037.42;9.50;764.00;1.57;0.34 +13030;10;5048.58;9.50;764.00;-1.57;0.34 +13030;19;5049.00;9.50;770.00;1.45;0.34 +13030;20;5050.23;9.50;771.23;2.35;0.34 13030;21;5037.42;9.50;764.00;1.57;0.34 +13031;0;5071.00;9.50;755.00;0.00;0.34 +13031;1;5071.00;9.50;756.00;3.14;0.34 +13031;9;5067.94;9.50;755.00;1.57;0.34 +13031;10;5074.06;9.82;755.00;-1.57;0.34 +13031;19;5073.00;9.50;751.00;-3.14;0.34 +13031;20;5073.78;9.50;749.43;0.46;0.34 13031;21;5067.94;9.50;755.00;1.57;0.34 +13032;0;5129.00;9.50;762.00;0.00;0.26 +13032;1;5129.50;9.50;762.00;1.57;0.26 +13032;9;5125.94;9.50;762.00;1.57;0.26 +13032;10;5132.06;9.50;762.00;-1.57;0.26 +13032;19;5130.00;9.73;764.00;1.57;0.26 +13032;20;5130.78;9.73;765.56;2.67;0.26 13032;21;5125.94;9.50;762.00;1.57;0.26 +13033;0;5141.00;9.55;785.00;0.00;0.24 +13033;1;5141.50;9.50;785.50;2.35;0.24 +13033;9;5138.84;10.10;785.00;1.57;0.24 +13033;10;5143.16;9.50;785.00;-1.57;0.24 +13033;19;5140.00;10.10;787.00;-3.93;0.24 +13033;20;5139.21;10.10;788.56;3.60;0.24 13033;21;5138.84;10.10;785.00;1.57;0.24 +13034;0;5203.00;9.57;738.00;0.00;0.20 +13034;1;5203.00;9.57;738.00;0.00;0.20 +13034;9;5200.48;9.50;738.00;1.57;0.20 +13034;10;5205.52;11.14;738.00;-1.57;0.20 +13034;19;5203.00;9.50;737.00;-1.57;0.20 +13034;20;5203.00;9.50;735.25;0.00;0.20 13034;21;5200.48;9.50;738.00;1.57;0.20 +13035;0;5339.00;11.55;720.00;0.00;0.18 +13035;1;5338.00;11.10;720.00;4.71;0.18 +13035;2;5341.50;11.60;719.50;1.37;0.18 +13035;9;5336.84;10.45;720.00;1.57;0.18 +13035;10;5341.16;11.98;720.00;-1.57;0.18 +13035;19;5344.00;10.07;720.00;1.37;0.18 +13035;20;5345.75;10.07;720.00;1.57;0.18 13035;21;5336.84;10.45;720.00;1.57;0.18 +13036;0;5272.00;12.12;762.00;0.00;0.20 +13036;1;5272.00;12.12;762.00;0.00;0.20 +13036;9;5270.20;10.28;762.00;1.57;0.20 +13036;10;5273.80;12.18;762.00;-1.57;0.20 +13036;19;5269.00;9.50;762.00;-1.57;0.20 +13036;20;5267.25;9.50;762.00;4.71;0.20 13036;21;5270.20;10.28;762.00;1.57;0.20 +13037;0;5107.40;9.60;1414.76;0.00;0.70 +13037;1;5086.95;9.60;1405.85;-0.99;0.70 +13037;2;5112.48;9.60;1419.66;2.09;0.70 +13037;3;5077.50;9.60;1395.19;-1.09;0.70 +13037;4;5125.32;9.60;1425.60;2.17;0.70 +13037;9;5092.28;9.50;1411.00;1.57;0.70 +13037;10;5111.72;9.50;1411.00;-1.57;0.70 +13037;19;5089.00;9.53;1405.00;-0.99;0.70 +13037;20;5087.41;9.53;1404.26;-1.13;0.70 13037;21;5092.28;9.50;1411.00;1.57;0.70 +13038;0;5411.00;11.72;641.00;0.00;0.18 +13038;1;5411.00;11.72;641.00;0.00;0.18 +13038;9;5409.38;12.04;641.00;1.57;0.18 +13038;10;5412.62;10.41;641.00;-1.57;0.18 +13038;19;5415.00;9.93;645.00;-1.57;0.18 +13038;20;5416.23;9.93;646.23;2.35;0.18 13038;21;5409.38;12.04;641.00;1.57;0.18 +13039;0;5452.00;10.37;746.00;0.00;0.20 +13039;1;5452.00;10.40;746.50;3.14;0.20 +13039;9;5450.20;9.50;746.00;1.57;0.20 +13039;10;5453.80;11.28;746.00;-1.57;0.20 +13039;19;5453.00;9.70;743.00;-3.14;0.20 +13039;20;5453.55;9.70;741.34;0.32;0.20 13039;21;5450.20;9.50;746.00;1.57;0.20 +13040;0;5489.00;10.20;748.00;0.00;0.14 +13040;1;5489.00;10.20;748.00;0.00;0.14 +13040;9;5487.20;10.14;748.00;1.57;0.14 +13040;10;5490.80;10.60;748.00;-1.57;0.14 +13040;19;5487.00;9.50;746.00;-1.57;0.14 +13040;20;5485.76;9.50;744.76;-0.78;0.14 13040;21;5487.20;10.14;748.00;1.57;0.14 +13041;0;5418.17;11.20;797.63;0.00;0.52 +13041;1;5414.01;10.10;799.14;3.73;0.52 +13041;2;5422.21;10.20;792.02;0.00;1.00 +13041;9;5414.32;9.50;794.00;1.57;0.52 +13041;10;5423.68;10.03;794.00;-1.57;0.52 +13041;19;5432.00;9.50;776.00;-2.55;0.52 +13041;20;5433.02;9.50;774.58;0.62;0.52 13041;21;5414.32;9.50;794.00;1.57;0.52 +13042;0;5481.00;10.92;765.00;0.00;0.16 +13042;1;5481.00;10.92;765.00;0.00;0.16 +13042;9;5478.30;9.82;765.00;1.57;0.16 +13042;10;5483.70;10.66;765.00;-1.57;0.16 +13042;19;5483.00;9.95;766.00;-1.57;0.16 +13042;20;5484.56;9.95;766.78;2.03;0.16 13042;21;5478.30;9.82;765.00;1.57;0.16 +13043;0;5476.00;10.30;788.00;0.00;0.22 +13043;1;5476.00;10.30;788.00;0.00;0.22 +13043;9;5474.02;9.50;788.00;1.57;0.22 +13043;10;5477.98;10.96;788.00;-1.57;0.22 +13043;19;5473.00;9.50;789.00;-1.57;0.22 +13043;20;5471.34;9.50;789.55;4.39;0.22 13043;21;5474.02;9.50;788.00;1.57;0.22 +13044;0;5457.00;10.42;803.00;0.00;0.12 +13044;1;5457.00;10.85;803.50;3.14;0.12 +13044;9;5454.30;10.69;803.00;1.57;0.12 +13044;10;5459.70;9.70;803.00;-1.57;0.12 +13044;19;5451.00;9.50;806.00;-3.14;0.12 +13044;20;5449.43;9.50;806.78;4.24;0.12 13044;21;5454.30;10.69;803.00;1.57;0.12 +13045;0;5386.00;10.80;835.00;0.00;0.16 +13045;1;5386.00;10.80;835.00;0.00;0.16 +13045;9;5383.66;10.42;835.00;1.57;0.16 +13045;10;5388.34;11.30;835.00;-1.57;0.16 +13045;19;5385.00;9.50;833.00;-1.57;0.16 +13045;20;5384.21;9.50;831.43;-0.46;0.16 13045;21;5383.66;10.42;835.00;1.57;0.16 +13046;0;5338.00;10.82;834.00;0.00;0.18 +13046;1;5339.00;10.90;833.00;0.78;0.18 +13046;2;5336.00;10.17;835.00;4.24;0.18 +13046;9;5336.20;10.00;834.00;1.57;0.18 +13046;10;5339.80;11.56;834.00;-1.57;0.18 +13046;19;5339.00;9.50;830.00;0.79;0.18 +13046;20;5339.42;9.50;828.30;0.24;0.18 13046;21;5336.20;10.00;834.00;1.57;0.18 +13047;0;5406.00;11.77;963.00;0.00;0.18 +13047;1;5406.00;11.77;963.00;0.00;0.18 +13047;9;5403.84;10.50;963.00;1.57;0.18 +13047;10;5408.16;11.53;963.00;-1.57;0.18 +13047;19;5409.00;9.50;960.00;-1.57;0.18 +13047;20;5410.23;9.50;958.76;0.78;0.18 13047;21;5403.84;10.50;963.00;1.57;0.18 +13048;0;270.00;10.47;744.00;0.00;0.10 +13048;1;266.50;9.70;743.50;-1.42;0.10 +13048;2;270.50;10.65;744.00;1.57;0.10 +13048;9;267.66;10.20;744.00;1.57;0.10 +13048;10;272.34;11.03;744.00;-1.57;0.10 +13048;19;276.00;9.50;742.00;1.57;0.10 +13048;20;277.66;9.50;741.44;1.24;0.10 13048;21;267.66;10.20;744.00;1.57;0.10 +13049;0;307.00;12.15;711.00;0.00;0.20 +13049;1;308.00;13.70;710.50;1.10;0.20 +13049;2;305.00;9.92;712.00;4.24;0.20 +13049;9;305.02;9.50;711.00;1.57;0.20 +13049;10;308.98;14.05;711.00;-1.57;0.20 +13049;19;307.00;10.35;715.00;1.11;0.20 +13049;20;307.00;10.35;716.75;3.14;0.20 13049;21;305.02;9.50;711.00;1.57;0.20 +13050;0;104.00;11.80;608.00;0.00;0.26 +13050;1;104.00;11.15;607.50;0.00;0.26 +13050;9;101.66;11.03;608.00;1.57;0.26 +13050;10;106.34;11.91;608.00;-1.57;0.26 +13050;19;105.00;9.50;606.00;0.00;0.26 +13050;20;105.78;9.50;604.43;0.46;0.26 13050;21;101.66;11.03;608.00;1.57;0.26 +13051;0;158.00;10.30;913.00;0.00;0.24 +13051;1;158.00;10.30;913.00;0.00;0.24 +13051;9;155.66;9.80;913.00;1.57;0.24 +13051;10;160.34;9.81;913.00;-1.57;0.24 +13051;19;160.00;9.82;918.00;-1.57;0.24 +13051;20;160.65;9.82;919.62;2.76;0.24 13051;21;155.66;9.80;913.00;1.57;0.24 +13052;0;32.00;11.70;1117.00;0.00;0.20 +13052;1;32.00;11.70;1116.50;0.00;0.20 +13052;9;30.02;11.26;1117.00;1.57;0.20 +13052;10;33.98;11.70;1117.00;-1.57;0.20 +13052;19;31.00;9.50;1113.00;0.00;0.20 +13052;20;30.57;9.50;1111.30;-0.24;0.20 13052;21;30.02;11.26;1117.00;1.57;0.20 +13053;0;341.00;11.07;676.00;0.00;0.22 +13053;1;341.00;11.07;676.00;0.00;0.22 +13053;9;338.30;9.62;676.00;1.57;0.22 +13053;10;343.70;9.50;676.00;-1.57;0.22 +13053;19;340.00;9.50;674.00;-1.57;0.22 +13053;20;339.21;9.50;672.43;-0.46;0.22 13053;21;338.30;9.62;676.00;1.57;0.22 +13054;0;5551.00;9.50;558.00;0.00;0.28 +13054;1;5551.00;9.50;558.00;0.00;0.28 +13054;9;5547.76;9.50;558.00;1.57;0.28 +13054;10;5554.24;10.36;558.00;-1.57;0.28 +13054;19;5556.00;10.38;557.00;-1.57;0.28 +13054;20;5557.71;10.38;556.65;1.37;0.28 13054;21;5547.76;9.50;558.00;1.57;0.28 +13055;0;5589.00;11.77;523.00;0.00;0.20 +13055;1;5589.00;11.30;522.00;0.00;0.20 +13055;2;5588.50;12.35;525.00;3.38;0.20 +13055;3;5591.50;9.50;520.50;0.78;0.20 +13055;9;5587.20;11.54;523.00;1.57;0.20 +13055;10;5590.80;10.26;523.00;-1.57;0.20 +13055;19;5593.00;9.65;525.00;0.00;0.20 +13055;20;5594.56;9.65;525.78;2.03;0.20 13055;21;5587.20;11.54;523.00;1.57;0.20 +13056;0;5600.00;12.22;514.00;0.00;0.20 +13056;1;5600.00;11.85;513.50;0.00;0.20 +13056;2;5597.00;9.50;516.00;4.12;0.20 +13056;3;5603.00;9.50;509.00;0.54;0.20 +13056;9;5598.20;10.80;514.00;1.57;0.20 +13056;10;5601.80;11.71;514.00;-1.57;0.20 +13056;19;5598.00;9.50;508.00;0.00;0.20 +13056;20;5597.44;9.50;506.34;-0.32;0.20 13056;21;5598.20;10.80;514.00;1.57;0.20 +13057;0;5612.00;9.82;495.00;0.00;0.20 +13057;1;5612.00;9.82;495.00;0.00;0.20 +13057;2;5609.00;10.00;499.50;3.73;0.20 +13057;9;5610.20;9.50;495.00;1.57;0.20 +13057;10;5613.80;11.62;495.00;-1.57;0.20 +13057;19;5612.00;10.32;500.00;-1.57;0.20 +13057;20;5612.00;10.32;501.75;3.14;0.20 13057;21;5610.20;9.50;495.00;1.57;0.20 +13058;0;2102.00;15.42;2006.00;0.00;1.94 +13058;1;2083.00;15.12;1999.00;-1.21;1.94 +13058;2;2097.00;16.10;1975.50;-0.16;1.94 +13058;3;2109.00;16.05;1992.50;0.47;1.94 +13058;4;2127.00;15.37;2012.00;1.80;1.94 +13058;9;2084.54;15.00;2006.00;1.57;1.94 +13058;10;2119.46;15.60;2006.00;-1.57;1.94 13058;21;2084.54;15.00;2006.00;1.57;1.94 +13059;0;4579.00;11.02;1827.00;0.00;1.76 +13059;1;4606.00;10.90;1803.00;0.84;1.76 +13059;2;4587.50;10.60;1813.50;0.56;1.76 +13059;3;4612.00;10.90;1815.00;1.22;1.76 +13059;4;4560.00;10.50;1818.00;-1.12;1.76 +13059;5;4606.50;11.00;1829.00;1.64;1.76 +13059;6;4544.50;10.65;1833.00;4.54;1.76 +13059;7;4580.00;11.35;1841.00;3.07;1.76 +13059;8;4551.50;10.75;1845.00;4.13;1.76 +13059;9;4550.74;10.60;1827.00;1.57;1.76 +13059;10;4607.26;11.00;1827.00;-1.57;1.76 13059;21;4550.74;10.60;1827.00;1.57;1.76 +13060;0;4629.00;9.77;1999.00;0.00;2.38 +13060;1;4612.00;9.80;1971.00;-0.54;2.38 +13060;2;4630.50;9.90;1967.50;0.04;2.38 +13060;3;4648.50;9.80;1993.50;1.29;2.38 +13060;4;4595.50;9.80;1983.50;-1.13;2.38 +13060;5;4607.00;9.70;2008.00;4.32;2.38 +13060;9;4601.46;9.70;1999.00;1.57;2.38 +13060;10;4656.54;9.80;1999.00;-1.57;2.38 13060;21;4601.46;9.70;1999.00;1.57;2.38 +13061;0;4961.00;11.77;1946.00;0.00;2.30 +13061;1;4948.50;10.70;1923.50;-0.50;2.30 +13061;2;4982.00;12.65;1931.50;0.96;2.30 +13061;3;4933.50;10.90;1952.00;4.49;2.30 +13061;4;4971.50;11.80;1963.50;2.60;2.30 +13061;9;4936.16;10.35;1946.00;1.57;2.30 +13061;10;4985.84;11.44;1946.00;-1.57;2.30 13061;21;4936.16;10.35;1946.00;1.57;2.30 +13062;0;5333.00;10.20;1981.00;0.00;2.74 +13062;1;5326.00;10.50;1947.50;-0.20;2.74 +13062;2;5347.50;10.70;1950.50;0.44;2.74 +13062;3;5303.50;10.20;1974.00;-1.33;2.74 +13062;4;5361.00;11.15;1984.50;1.69;2.74 +13062;5;5314.00;9.70;2003.50;3.84;2.74 +13062;9;5308.34;9.85;1981.00;1.57;2.74 +13062;10;5357.66;11.79;1981.00;-1.57;2.74 13062;21;5308.34;9.85;1981.00;1.57;2.74 +13063;0;5545.00;9.50;1974.00;0.00;2.54 +13063;1;5553.00;9.92;1941.00;0.23;2.54 +13063;2;5525.00;9.80;1938.50;-0.51;2.54 +13063;3;5573.00;9.70;1955.50;0.98;2.54 +13063;4;5521.50;9.70;1980.50;4.44;2.54 +13063;5;5560.00;9.50;1980.50;1.98;2.54 +13063;9;5522.14;9.70;1974.00;1.57;2.54 +13063;10;5567.86;9.70;1974.00;-1.57;2.54 +13063;19;5603.00;9.50;1935.00;0.99;2.54 +13063;20;5604.45;9.50;1934.02;0.97;2.54 13063;21;5522.14;9.70;1974.00;1.57;2.54 +13064;0;4231.00;10.90;1959.00;0.00;1.58 +13064;1;4209.00;9.80;1949.50;-1.16;1.58 +13064;2;4234.50;10.50;1945.50;0.25;1.58 +13064;3;4256.00;12.40;1960.50;1.63;1.58 +13064;4;4226.00;10.95;1973.00;3.48;1.58 +13064;5;4252.50;12.00;1975.00;2.21;1.58 +13064;9;4211.02;9.70;1959.00;1.57;1.58 +13064;10;4250.98;12.29;1959.00;-1.57;1.58 13064;21;4211.02;9.70;1959.00;1.57;1.58 +13065;0;4399.00;10.50;1901.00;0.00;1.72 +13065;1;4383.50;10.60;1887.50;-0.85;1.72 +13065;2;4402.00;10.85;1884.50;0.18;1.72 +13065;3;4418.50;10.60;1901.50;1.59;1.72 +13065;4;4375.50;10.85;1903.00;4.62;1.72 +13065;5;4391.50;10.30;1913.50;3.68;1.72 +13065;6;4413.50;10.00;1918.00;2.43;1.72 +13065;9;4382.26;10.53;1901.00;1.57;1.72 +13065;10;4415.74;10.51;1901.00;-1.57;1.72 13065;21;4382.26;10.53;1901.00;1.57;1.72 +13066;0;2138.00;14.22;1954.00;0.00;1.70 +13066;1;2148.00;12.75;1938.50;0.57;1.70 +13066;2;2127.00;14.42;1939.00;-0.63;1.70 +13066;3;2156.00;12.45;1956.50;1.70;1.70 +13066;4;2127.00;15.05;1966.50;3.86;1.70 +13066;5;2153.50;13.50;1969.50;2.35;1.70 +13066;9;2121.98;14.95;1954.00;1.57;1.70 +13066;10;2154.02;12.49;1954.00;-1.57;1.70 +13066;19;2166.00;9.50;1966.00;-4.57;1.70 +13066;20;2167.60;9.50;1966.68;1.97;1.70 13066;21;2121.98;14.95;1954.00;1.57;1.70 +13067;0;5499.00;10.50;1657.00;0.00;0.24 +13067;1;5499.50;10.50;1657.00;1.57;0.24 +13067;9;5494.86;9.66;1657.00;1.57;0.24 +13067;10;5503.14;10.50;1657.00;-1.57;0.24 +13067;19;5504.00;10.15;1659.00;1.57;0.24 +13067;20;5505.62;10.15;1659.65;1.95;0.24 13067;21;5494.86;9.66;1657.00;1.57;0.24 +13068;0;2882.00;9.72;1537.00;0.00;0.16 +13068;1;2879.50;9.80;1536.00;-1.19;0.16 +13068;2;2881.50;9.85;1535.00;-0.24;0.16 +13068;3;2884.00;9.95;1535.00;0.78;0.16 +13068;4;2884.50;9.70;1537.50;1.76;0.16 +13068;5;2880.00;9.70;1537.50;4.46;0.16 +13068;6;2882.00;9.70;1538.50;3.14;0.16 +13068;9;2880.20;9.71;1537.00;1.57;0.16 +13068;10;2883.80;9.73;1537.00;-1.57;0.16 13068;21;2879.46;9.80;1535.64;1.57;0.16 +13069;0;505.00;12.67;2028.00;0.00;0.96 +13069;1;490.50;13.80;2017.00;-0.92;0.96 +13069;2;533.00;11.10;2018.00;1.22;0.96 +13069;3;463.00;10.80;2022.00;-1.42;0.96 +13069;4;555.50;12.50;2029.00;1.59;0.96 +13069;5;453.50;13.15;2028.00;4.71;0.96 +13069;6;451.50;17.05;2035.00;4.58;0.96 +13069;9;467.74;11.42;2028.00;1.57;0.96 +13069;10;542.26;12.28;2028.00;-1.57;0.96 13069;21;467.74;11.42;2028.00;1.57;0.96 +13070;0;2799.00;9.82;1553.00;0.00;0.20 +13070;1;2798.00;9.90;1551.00;-0.46;0.20 +13070;2;2795.00;9.90;1552.50;-1.44;0.20 +13070;3;2802.50;9.85;1553.00;1.57;0.20 +13070;4;2797.50;9.85;1554.00;4.12;0.20 +13070;5;2802.00;9.95;1555.50;2.26;0.20 +13070;6;2800.00;9.95;1556.00;2.82;0.20 +13070;9;2796.12;9.81;1553.00;1.57;0.20 +13070;10;2801.88;9.88;1553.00;-1.57;0.20 +13070;19;2804.00;9.78;1557.00;-4.02;0.20 +13070;20;2805.36;9.78;1558.09;2.24;0.20 13070;21;2801.88;9.88;1553.00;-1.57;0.20 +13071;0;2547.91;9.70;1111.64;0.00;0.56 +13071;1;2544.12;9.70;1113.18;4.20;0.56 +13071;2;2546.51;9.50;1109.42;6.51;0.56 +13071;3;2549.87;9.70;1113.40;1.68;0.56 +13071;4;2551.68;9.60;1116.29;2.87;0.56 +13071;9;2547.04;9.70;1113.26;1.57;0.56 +13071;10;2546.93;9.70;1112.56;-4.97;0.56 +13071;19;2553.65;9.50;1114.41;0.62;0.56 +13071;20;2553.24;9.50;1114.42;0.16;0.56 13071;21;2550.38;9.50;1115.82;1.57;0.56 +13072;0;3494.00;9.50;454.00;0.00;0.60 +13072;1;3502.00;9.50;449.00;1.01;0.60 +13072;9;3487.88;9.68;454.00;1.57;0.60 +13072;10;3500.12;9.68;454.00;-1.57;0.60 +13072;19;3501.00;9.55;455.00;1.01;0.60 +13072;20;3502.73;9.55;455.24;1.71;0.60 13072;21;3487.88;9.68;454.00;1.57;0.60 +13073;0;3084.00;10.02;1134.00;0.00;0.42 +13073;1;3087.50;10.20;1130.50;0.78;0.42 +13073;2;3081.50;9.90;1131.50;-0.78;0.42 +13073;3;3090.50;10.20;1133.50;1.49;0.42 +13073;4;3087.50;10.30;1135.50;1.97;0.42 +13073;5;3080.00;10.02;1137.00;4.06;0.42 +13073;6;3083.50;10.20;1139.00;3.24;0.42 +13073;7;3081.00;10.20;1140.50;3.57;0.42 +13073;9;3080.22;9.92;1134.00;1.57;0.42 +13073;10;3087.78;10.21;1134.00;-1.57;0.42 13073;21;3080.22;9.92;1134.00;1.57;0.42 +13074;0;2817.00;14.00;1208.00;0.00;0.52 +13074;1;2818.00;13.65;1202.00;0.16;0.52 +13074;2;2811.00;14.00;1206.00;-1.24;0.52 +13074;3;2823.00;13.85;1206.50;1.32;0.52 +13074;4;2823.00;14.10;1211.50;2.09;0.52 +13074;5;2813.00;13.85;1211.50;3.99;0.52 +13074;6;2817.50;13.70;1214.00;3.05;0.52 +13074;9;2811.78;13.85;1208.00;1.57;0.52 +13074;10;2822.22;14.00;1208.00;-1.57;0.52 13074;21;2811.78;13.85;1208.00;1.57;0.52 +13075;0;1081.00;10.90;1979.00;0.00;1.80 +13075;1;540.00;9.50;989.00;-0.50;1.80 +13075;2;1074.50;10.20;1957.00;-0.28;1.80 +13075;3;1066.50;10.70;1972.50;-1.14;1.80 +13075;4;1096.00;11.05;1982.50;1.80;1.80 +13075;5;1093.00;11.00;1969.00;0.87;1.80 +13075;6;1072.50;10.90;1995.00;3.63;1.80 +13075;7;1087.50;11.00;2001.50;2.86;1.80 +13075;9;1063.72;10.66;1979.00;1.57;1.80 +13075;10;1098.28;11.07;1979.00;-1.57;1.80 13075;21;1063.72;10.66;1979.00;1.57;1.80 +13076;0;3842.00;15.35;1929.00;0.00;1.16 +13076;1;3848.00;14.85;1922.50;0.74;1.16 +13076;2;3830.50;13.55;1919.00;-0.85;1.16 +13076;3;3831.00;12.40;1928.50;-1.52;1.16 +13076;4;3836.50;14.90;1939.00;3.64;1.16 +13076;5;3850.00;13.20;1940.00;2.51;1.16 +13076;9;3831.56;12.52;1929.00;1.57;1.16 +13076;10;3852.44;15.07;1929.00;-1.57;1.16 +13076;19;3846.00;9.55;1959.00;-3.77;1.16 +13076;20;3846.23;9.55;1960.73;3.00;1.16 13076;21;3831.56;12.52;1929.00;1.57;1.16 +13077;0;2880.00;12.62;1242.00;0.00;0.34 +13077;1;2880.00;12.00;1237.50;0.00;0.34 +13077;2;2883.00;12.65;1240.50;1.10;0.34 +13077;3;2876.50;11.90;1241.00;-1.29;0.34 +13077;4;2884.50;14.00;1244.50;2.07;0.34 +13077;5;2878.50;13.20;1245.00;3.60;0.34 +13077;6;2876.00;12.20;1244.50;4.15;0.34 +13077;7;2882.00;14.15;1245.50;2.62;0.34 +13077;9;2876.58;11.96;1242.00;1.57;0.34 +13077;10;2883.42;12.79;1242.00;-1.57;0.34 13077;21;2876.58;11.96;1242.00;1.57;0.34 +13078;0;3169.00;9.80;1165.00;0.00;0.28 +13078;1;3169.00;9.80;1161.50;0.00;0.28 +13078;2;3166.00;9.80;1164.00;-1.24;0.28 +13078;3;3171.50;9.80;1164.50;1.37;0.28 +13078;4;3167.00;9.90;1167.50;3.81;0.28 +13078;5;3170.50;9.80;1168.00;2.67;0.28 +13078;6;3169.00;9.90;1169.50;3.14;0.28 +13078;9;3166.48;9.80;1165.00;1.57;0.28 +13078;10;3171.52;9.80;1165.00;-1.57;0.28 13078;21;3166.48;9.80;1165.00;1.57;0.28 +13079;0;3612.00;11.12;915.00;0.00;0.76 +13079;1;3613.00;11.62;906.00;0.11;0.76 +13079;2;3606.00;11.30;911.00;-0.98;0.76 +13079;3;3619.00;10.37;914.00;1.42;0.76 +13079;4;3622.50;11.80;919.00;1.93;0.76 +13079;5;3611.00;12.65;922.00;3.28;0.76 +13079;6;3621.00;12.82;922.00;2.23;0.76 +13079;9;3604.80;11.35;915.00;1.57;0.76 +13079;10;3619.20;10.53;915.00;-1.57;0.76 +13079;19;3632.00;9.50;917.00;1.43;0.76 +13079;20;3633.74;9.50;917.17;1.67;0.76 13079;21;3604.80;11.35;915.00;1.57;0.76 +13080;0;140.00;9.50;422.00;0.00;0.18 +13080;1;136.00;9.50;421.50;-1.44;0.18 +13080;2;132.00;9.50;424.00;4.46;0.18 +13080;9;136.04;9.50;422.00;1.57;0.18 +13080;10;143.96;9.50;422.00;-1.57;0.18 +13080;19;131.00;9.50;420.00;-1.45;0.18 +13080;20;129.29;9.50;419.62;-1.35;0.18 13080;21;136.04;9.50;422.00;1.57;0.18 +13081;0;2875.00;10.75;1520.00;0.00;0.20 +13081;1;2875.50;10.75;1518.00;0.24;0.20 +13081;2;2872.00;10.60;1518.00;-0.98;0.20 +13081;3;2872.00;10.57;1520.00;4.71;0.20 +13081;4;2878.50;10.80;1520.50;1.71;0.20 +13081;5;2873.50;10.50;1522.00;3.78;0.20 +13081;6;2876.50;10.40;1522.50;2.60;0.20 +13081;9;2872.84;10.58;1520.00;1.57;0.20 +13081;10;2877.16;10.80;1520.00;-1.57;0.20 13081;21;2872.84;10.58;1520.00;1.57;0.20 +13082;0;3756.00;11.95;1087.00;0.00;0.66 +13082;1;3756.00;11.85;1080.50;0.00;0.66 +13082;2;3765.50;11.35;1082.00;1.08;0.66 +13082;3;3747.00;12.10;1084.00;-1.24;0.66 +13082;4;3762.00;12.45;1090.00;2.03;0.66 +13082;5;3749.00;12.30;1090.00;4.30;0.66 +13082;6;3753.00;13.15;1095.50;3.48;0.66 +13082;9;3748.26;11.63;1087.00;1.57;0.66 +13082;10;3763.74;11.97;1087.00;-1.57;0.66 13082;21;3748.26;11.63;1087.00;1.57;0.66 +13083;0;1745.00;9.80;828.00;0.00;0.94 +13083;1;1748.00;9.80;823.00;0.54;0.94 +13083;2;1729.00;9.70;814.50;-0.87;0.94 +13083;3;1731.00;9.80;826.00;-1.42;0.94 +13083;4;1768.50;9.70;823.50;1.38;0.94 +13083;5;1754.00;9.80;833.00;2.07;0.94 +13083;9;1730.42;9.80;828.00;1.57;0.94 +13083;10;1759.58;9.70;828.00;-1.57;0.94 13083;21;1730.42;9.80;828.00;1.57;0.94 +13084;0;1822.00;9.57;1160.00;0.00;0.12 +13084;1;1822.00;9.57;1160.00;0.00;0.12 +13084;2;1823.38;9.70;1158.57;0.58;0.12 +13084;3;1819.74;9.50;1160.66;4.71;0.12 +13084;9;1820.92;9.50;1160.00;1.57;0.12 +13084;10;1823.08;9.67;1160.00;-1.57;0.12 +13084;19;1824.00;9.50;1157.00;-1.57;0.12 +13084;20;1824.97;9.50;1155.54;0.58;0.12 13084;21;1820.92;9.50;1160.00;1.57;0.12 +13085;0;1406.00;11.75;1114.00;0.00;0.52 +13085;1;1407.50;11.20;1107.00;0.21;0.52 +13085;2;1402.00;11.45;1109.50;-0.72;0.52 +13085;3;1412.00;11.07;1112.00;1.24;0.52 +13085;4;1398.00;12.55;1114.00;4.71;0.52 +13085;5;1405.00;10.90;1118.50;3.36;0.52 +13085;6;1414.50;9.90;1118.50;2.05;0.52 +13085;7;1410.50;10.40;1119.50;2.45;0.52 +13085;9;1398.44;12.50;1114.00;1.57;0.52 +13085;10;1413.56;10.59;1114.00;-1.57;0.52 +13085;19;1419.00;9.60;1123.00;-4.23;0.52 +13085;20;1420.43;9.60;1123.99;2.17;0.52 13085;21;1399.68;12.50;1114.66;-1.57;0.52 +13086;0;1707.00;20.17;595.00;0.00;0.80 +13086;1;1700.00;14.15;589.50;-0.90;0.80 +13086;2;1710.50;18.70;587.00;0.41;0.80 +13086;3;1714.50;21.30;594.50;1.50;0.80 +13086;4;1703.00;20.62;600.00;3.81;0.80 +13086;5;1717.50;20.70;598.50;1.89;0.80 +13086;6;1717.00;20.55;600.00;2.03;0.80 +13086;7;1714.50;20.90;602.50;2.35;0.80 +13086;8;1718.00;20.35;602.00;2.13;0.80 +13086;9;1698.72;17.92;595.00;1.57;0.80 +13086;10;1715.28;21.25;595.00;-1.57;0.80 +13086;19;1695.00;9.50;584.00;-0.90;0.80 +13086;20;1693.71;9.50;582.81;-0.82;0.80 13086;21;1715.28;21.25;595.00;-1.57;0.80 +13087;0;1493.00;12.60;1030.00;0.00;0.52 +13087;1;1492.50;10.20;1024.00;-0.08;0.52 +13087;2;1497.00;13.15;1027.50;1.01;0.52 +13087;3;1488.00;9.87;1027.00;-1.03;0.52 +13087;4;1490.50;12.20;1032.50;3.92;0.52 +13087;5;1499.50;11.65;1031.00;1.72;0.52 +13087;6;1497.50;11.10;1034.50;2.35;0.52 +13087;7;1495.00;10.82;1036.00;2.82;0.52 +13087;9;1487.96;10.70;1030.00;1.57;0.52 +13087;10;1498.04;12.24;1030.00;-1.57;0.52 +13087;19;1486.00;9.40;1023.27;-0.86;0.52 +13087;20;1484.73;9.40;1022.05;-0.80;0.52 13087;21;1489.92;11.60;1028.48;-1.57;0.52 +13088;0;1267.00;10.02;1259.00;0.00;0.52 +13088;1;1269.00;10.75;1252.50;0.29;0.52 +13088;2;1263.00;10.15;1256.00;-0.92;0.52 +13088;3;1274.00;9.75;1258.50;1.49;0.52 +13088;4;1259.00;10.25;1262.00;4.35;0.52 +13088;5;1268.50;9.90;1264.50;2.87;0.52 +13088;6;1261.50;10.00;1265.00;3.88;0.52 +13088;9;1261.24;10.10;1259.00;1.57;0.52 +13088;10;1272.76;9.83;1259.00;-1.57;0.52 +13088;19;1279.00;9.60;1251.00;1.50;0.52 +13088;20;1280.45;9.60;1250.02;0.98;0.52 13088;21;1261.24;10.10;1259.00;1.57;0.52 +13089;0;1191.00;13.95;1197.00;0.00;0.46 +13089;1;1189.50;14.35;1193.00;-0.35;0.46 +13089;2;1196.50;14.60;1194.00;1.07;0.46 +13089;3;1187.00;13.90;1199.50;4.15;0.46 +13089;4;1193.00;13.92;1201.00;2.67;0.46 +13089;9;1186.50;14.45;1197.00;1.57;0.46 +13089;10;1195.50;14.75;1197.00;-1.57;0.46 13089;21;1186.50;14.45;1197.00;1.57;0.46 +13090;0;201.41;9.70;1815.22;0.00;0.76 +13090;1;173.60;9.70;1805.15;-1.19;0.76 +13090;2;201.54;9.60;1813.26;1.57;0.76 +13090;3;182.06;9.70;1811.62;-1.30;0.76 +13090;4;205.42;9.70;1819.81;2.06;0.76 +13090;5;156.24;9.50;1799.09;-1.31;0.76 +13090;6;216.09;9.50;1826.72;2.01;0.76 +13090;9;176.44;9.50;1814.00;1.57;0.76 +13090;10;209.56;9.50;1814.00;-1.57;0.76 +13090;19;199.00;9.50;1815.00;1.57;0.76 +13090;20;200.72;9.50;1815.28;1.73;0.76 13090;21;176.44;9.50;1814.00;1.57;0.76 +13091;0;474.00;9.50;1996.00;0.00;0.66 +13091;1;478.00;10.40;1987.50;0.44;0.66 +13091;2;486.50;12.10;1990.00;1.12;0.66 +13091;3;468.00;9.65;1992.50;-1.04;0.66 +13091;4;455.00;10.05;1996.50;4.68;0.66 +13091;5;495.50;13.85;1995.00;1.52;0.66 +13091;6;475.00;9.95;2001.00;2.94;0.66 +13091;9;459.06;9.65;1996.00;1.57;0.66 +13091;10;488.94;11.37;1996.00;-1.57;0.66 +13091;19;453.00;9.50;1992.00;-1.04;0.66 +13091;20;451.28;9.50;1991.67;-1.38;0.66 13091;21;459.06;9.65;1996.00;1.57;0.66 +13092;0;1477.00;10.10;1037.00;0.00;0.56 +13092;1;1474.00;9.70;1034.50;-0.87;0.56 +13092;2;1482.50;11.50;1036.00;1.39;0.56 +13092;3;1482.50;10.60;1040.50;2.13;0.56 +13092;4;1476.50;10.70;1041.50;3.25;0.56 +13092;5;1472.50;9.80;1042.00;3.87;0.56 +13092;9;1471.60;9.70;1037.00;1.57;0.56 +13092;10;1482.40;11.49;1037.00;-1.57;0.56 +13092;19;1468.50;9.40;1042.30;-0.98;0.56 +13092;20;1467.01;9.40;1043.22;4.15;0.56 13092;21;1482.40;11.49;1037.00;-1.57;0.56 +13093;0;1427.00;9.85;1086.00;0.00;0.32 +13093;1;1427.00;9.70;1083.50;0.00;0.32 +13093;2;1423.00;9.87;1087.00;4.46;0.32 +13093;3;1431.00;9.95;1088.00;2.03;0.32 +13093;4;1426.50;10.00;1089.50;3.28;0.32 +13093;9;1423.04;9.80;1086.00;1.57;0.32 +13093;10;1430.96;9.82;1086.00;-1.57;0.32 +13093;19;1431.00;9.50;1081.00;0.00;0.32 +13093;20;1432.09;9.50;1079.63;0.67;0.32 13093;21;1430.96;9.82;1086.00;-1.57;0.32 +13094;0;1408.00;10.50;1748.00;0.00;0.78 +13094;1;1397.00;10.70;1739.50;-0.91;0.78 +13094;2;1406.00;10.70;1738.50;-0.20;0.78 +13094;3;703.50;9.50;873.50;-0.67;0.78 +13094;4;1395.00;10.60;1746.50;-1.45;0.78 +13094;5;1421.00;10.35;1750.00;1.72;0.78 +13094;6;1410.00;10.40;1755.50;2.88;0.78 +13094;9;1397.74;10.60;1748.00;1.57;0.78 +13094;10;1418.26;10.40;1748.00;-1.57;0.78 13094;21;1397.74;10.60;1748.00;1.57;0.78 +13116;0;2966.00;10.62;1528.00;0.00;0.24 +13116;1;2967.50;10.55;1526.00;0.64;0.24 +13116;2;2964.00;10.55;1526.50;-0.92;0.24 +13116;3;2964.00;11.00;1530.00;3.92;0.24 +13116;4;2968.00;10.60;1529.50;2.21;0.24 +13116;5;2965.50;11.00;1531.50;3.28;0.24 +13116;9;2963.84;10.81;1528.00;1.57;0.24 +13116;10;2968.16;10.63;1528.00;-1.57;0.24 13116;21;2963.84;10.81;1528.00;1.57;0.24 +13143;0;4573.00;9.80;1099.00;0.00;0.30 +13143;1;4574.50;9.90;1094.50;0.32;0.30 +13143;2;4571.00;9.90;1095.00;-0.46;0.30 +13143;3;4569.50;9.80;1096.50;-0.95;0.30 +13143;4;4576.00;9.85;1097.00;0.98;0.30 +13143;5;4570.50;9.70;1101.00;4.03;0.30 +13143;6;4577.00;9.85;1099.50;1.69;0.30 +13143;7;4576.00;9.90;1102.50;2.43;0.30 +13143;8;4572.50;9.80;1104.00;3.24;0.30 +13143;9;4570.30;9.80;1099.00;1.57;0.30 +13143;10;4575.70;9.80;1099.00;-1.57;0.30 13143;21;4570.30;9.80;1099.00;1.57;0.30 +13150;0;4679.00;11.95;1489.00;0.00;0.32 +13150;1;4680.00;12.20;1487.50;0.58;0.32 +13150;2;4677.00;11.55;1489.50;4.46;0.32 +13150;3;4682.50;12.00;1492.50;2.35;0.32 +13150;9;4675.94;11.47;1489.00;1.57;0.32 +13150;10;4682.06;12.30;1489.00;-1.57;0.32 13150;21;4675.94;11.47;1489.00;1.57;0.32 +13193;0;3798.00;9.50;2010.00;0.00;2.14 +13193;1;3838.50;9.50;1979.50;0.92;2.14 +13193;2;3828.00;9.50;1980.50;0.79;2.14 +13193;3;3793.00;9.50;1994.00;-0.30;2.14 +13193;4;3828.50;9.50;2004.50;1.39;2.14 +13193;5;3756.50;9.50;2017.00;4.54;2.14 +13193;9;3766.86;9.50;2010.00;1.57;2.14 +13193;10;3829.14;9.50;2010.00;-1.57;2.14 +13193;11;3862.80;9.50;1961.20;0.92;2.14 +13193;12;3846.00;9.50;1962.80;0.79;2.14 +13193;13;3790.00;9.50;1984.40;-0.30;2.14 +13193;14;3846.80;9.50;2001.20;1.39;2.14 +13193;15;3731.60;9.50;2021.20;4.54;2.14 13193;21;3766.86;9.50;2010.00;1.57;2.14 +13194;0;3348.00;9.60;1803.00;-2.40;0.64 +13194;1;3354.50;9.90;1793.50;0.60;0.64 +13194;2;3356.00;9.50;1795.50;0.81;0.64 +13194;3;3353.50;9.50;1796.50;0.70;0.64 +13194;4;3356.00;9.50;1798.00;1.01;0.64 +13194;5;3349.00;9.50;1799.50;0.27;0.64 +13194;6;3350.00;9.55;1802.00;1.10;0.64 +13194;7;3346.00;9.50;1802.00;-1.10;0.64 +13194;8;3342.50;9.50;1806.50;4.14;0.64 +13194;9;3342.24;10.00;1803.00;1.57;0.64 +13194;10;3353.76;9.95;1803.00;-1.57;0.64 +13194;11;3358.40;9.70;1787.80;0.60;0.64 +13194;12;3360.80;9.50;1791.00;0.81;0.64 +13194;13;3356.80;9.67;1792.60;0.70;0.64 +13194;14;3360.80;9.50;1795.00;1.01;0.64 +13194;15;3349.60;9.50;1797.40;0.27;0.64 +13194;16;3351.20;9.51;1801.40;1.10;0.64 +13194;17;3344.80;9.50;1801.40;-1.10;0.64 +13194;18;3339.20;9.50;1808.60;4.14;0.64 +13194;21;3348.00;9.60;1803.00;-2.40;0.64 +13194;22;3354.50;9.90;1793.50;0.60;0.64 +13194;23;3356.00;9.50;1795.50;0.81;0.64 +13194;24;3353.50;9.50;1796.50;0.70;0.64 +13194;25;3356.00;9.50;1798.00;1.01;0.64 +13194;26;3349.00;9.50;1799.50;0.27;0.64 +13194;27;3350.00;9.55;1802.00;1.10;0.64 +13194;28;3346.00;9.50;1802.00;-1.10;0.64 +13194;29;3342.50;9.50;1806.50;4.14;0.64 +13194;30;3358.40;9.70;1787.80;0.60;0.64 +13194;31;3360.80;9.50;1791.00;0.81;0.64 +13194;32;3356.80;9.67;1792.60;0.70;0.64 +13194;33;3360.80;9.50;1795.00;1.01;0.64 +13194;34;3349.60;9.50;1797.40;0.27;0.64 +13194;35;3351.20;9.51;1801.40;1.10;0.64 +13194;36;3344.80;9.50;1801.40;-1.10;0.64 +13194;37;3339.20;9.50;1808.60;4.14;0.64 +13194;38;3353.76;9.95;1803.00;-1.57;0.64 +13198;0;3349.00;9.50;1778.00;0.50;0.36 +13198;1;3350.50;9.50;1773.50;0.32;0.36 +13198;2;3346.50;9.50;1776.50;-1.03;0.36 +13198;3;3353.00;9.50;1776.00;1.10;0.36 +13198;4;3351.00;9.50;1780.00;2.35;0.36 +13198;5;3344.50;9.50;1780.00;4.29;0.36 +13198;6;3346.50;9.50;1782.00;3.70;0.36 +13198;7;3348.00;9.50;1784.50;3.29;0.36 +13198;9;3345.76;9.50;1778.00;1.57;0.36 +13198;10;3352.24;9.50;1778.00;-1.57;0.36 +13198;11;3351.40;9.50;1770.80;0.32;0.36 +13198;12;3345.00;9.50;1775.60;-1.03;0.36 +13198;13;3355.40;9.50;1774.80;1.10;0.36 +13198;14;3352.20;9.50;1781.20;2.35;0.36 +13198;15;3341.80;9.55;1781.20;4.29;0.36 +13198;16;3345.00;9.63;1784.40;3.70;0.36 +13198;17;3347.40;9.50;1788.40;3.29;0.36 +13198;21;3349.00;9.50;1778.00;0.50;0.36 +13198;22;3350.50;9.50;1773.50;0.32;0.36 +13198;23;3346.50;9.50;1776.50;-1.03;0.36 +13198;24;3353.00;9.50;1776.00;1.10;0.36 +13198;25;3351.00;9.50;1780.00;2.35;0.36 +13198;26;3344.50;9.50;1780.00;4.29;0.36 +13198;27;3346.50;9.50;1782.00;3.70;0.36 +13198;28;3348.00;9.50;1784.50;3.29;0.36 +13198;30;3351.40;9.50;1770.80;0.32;0.36 +13198;31;3345.00;9.50;1775.60;-1.03;0.36 +13198;32;3355.40;9.50;1774.80;1.10;0.36 +13198;33;3352.20;9.50;1781.20;2.35;0.36 +13198;34;3341.80;9.55;1781.20;4.29;0.36 +13198;35;3345.00;9.63;1784.40;3.70;0.36 +13198;36;3347.40;9.50;1788.40;3.29;0.36 +13198;38;3352.24;9.50;1778.00;-1.57;0.36 +13205;0;3104.00;12.70;1520.00;0.00;0.28 +13205;1;3100.50;13.50;1517.50;-0.95;0.28 +13205;2;3103.50;13.40;1518.50;-0.32;0.28 +13205;3;3103.00;12.32;1521.00;3.92;0.28 +13205;4;3106.50;11.30;1521.50;2.11;0.28 +13205;5;3105.50;10.70;1523.50;2.73;0.28 +13205;9;3101.48;12.75;1520.00;1.57;0.28 +13205;10;3106.52;11.94;1520.00;-1.57;0.28 13205;21;3106.52;11.94;1520.00;-1.57;0.28 +13206;0;3178.00;10.50;1590.00;0.00;0.24 +13206;1;3179.50;10.50;1588.00;0.64;0.24 +13206;2;3176.50;10.50;1589.00;-0.98;0.24 +13206;3;3179.00;10.50;1591.00;2.35;0.24 +13206;4;3176.00;10.50;1592.50;3.81;0.24 +13206;5;3176.50;10.50;1594.00;3.50;0.24 +13206;9;3175.84;10.50;1590.00;1.57;0.24 +13206;10;3180.16;10.50;1590.00;-1.57;0.24 13206;21;3180.16;10.50;1590.00;-1.57;0.24 +13207;0;3682.00;9.80;1382.00;0.00;0.40 +13207;1;3681.50;9.90;1374.50;-0.06;0.40 +13207;2;3685.50;9.80;1378.00;0.71;0.40 +13207;3;3678.00;9.90;1380.00;-1.10;0.40 +13207;4;3686.00;9.90;1385.50;2.29;0.40 +13207;5;3678.00;10.02;1387.00;3.81;0.40 +13207;6;3681.50;10.00;1389.50;3.20;0.40 +13207;9;3678.40;9.90;1382.00;1.57;0.40 +13207;10;3685.60;9.80;1382.00;-1.57;0.40 13207;21;3685.60;9.80;1382.00;-1.57;0.40 +13208;0;4239.00;10.37;1057.00;0.00;0.36 +13208;1;4239.50;10.40;1053.00;0.12;0.36 +13208;2;4235.50;10.30;1056.50;-1.42;0.36 +13208;3;4242.50;10.50;1057.50;1.71;0.36 +13208;4;4240.00;10.40;1060.50;2.86;0.36 +13208;5;4235.00;10.40;1060.50;3.99;0.36 +13208;9;4235.40;10.35;1057.00;1.57;0.36 +13208;10;4242.60;10.44;1057.00;-1.57;0.36 13208;21;4242.60;10.44;1057.00;-1.57;0.36 +13209;0;3333.00;11.35;473.00;0.00;0.40 +13209;1;3329.50;12.10;468.50;-0.66;0.40 +13209;2;3333.00;11.35;463.50;0.00;0.40 +13209;3;3336.00;10.70;474.00;1.89;0.40 +13209;4;3330.00;11.95;480.00;3.54;0.40 +13209;5;3331.00;11.20;485.00;3.30;0.40 +13209;9;3329.40;12.20;473.00;1.57;0.40 +13209;10;3336.60;10.59;473.00;-1.57;0.40 13209;21;3336.60;10.59;473.00;-1.57;0.40 +13210;0;3011.00;11.35;632.00;0.00;0.92 +13210;1;3017.00;11.10;626.50;0.82;0.92 +13210;2;3002.00;11.45;629.50;-1.30;0.92 +13210;3;3007.00;11.02;640.00;3.60;0.92 +13210;4;3018.50;11.05;641.00;2.44;0.92 +13210;9;3002.36;11.25;632.00;1.57;0.92 +13210;10;3019.64;11.10;632.00;-1.57;0.92 13210;21;3019.64;11.10;632.00;-1.57;0.92 +13211;0;3077.00;11.10;794.00;0.00;0.80 +13211;1;3086.00;11.10;787.00;0.91;0.80 +13211;2;3072.50;11.20;786.50;-0.54;0.80 +13211;3;3067.50;11.10;794.50;4.66;0.80 +13211;4;3083.00;11.10;796.50;1.96;0.80 +13211;5;3071.00;11.10;803.00;3.73;0.80 +13211;9;3066.92;11.10;794.00;1.57;0.80 +13211;10;3087.08;11.02;794.00;-1.57;0.80 13211;21;3087.08;11.02;794.00;-1.57;0.80 +13212;0;2818.00;10.50;810.00;0.00;0.44 +13212;1;2820.50;10.70;803.50;0.36;0.44 +13212;2;2815.50;10.50;804.00;-0.39;0.44 +13212;3;2821.50;10.60;810.50;1.71;0.44 +13212;4;2814.00;10.40;811.50;4.35;0.44 +13212;5;2817.00;10.40;817.50;3.27;0.44 +13212;6;2813.00;10.50;818.50;3.67;0.44 +13212;9;2814.04;10.40;810.00;1.57;0.44 +13212;10;2821.96;10.64;810.00;-1.57;0.44 13212;21;2821.96;10.64;810.00;-1.57;0.44 +13213;0;2576.00;9.95;863.00;0.00;0.20 +13213;1;2577.50;9.80;861.50;0.78;0.20 +13213;2;2571.50;9.95;863.00;4.71;0.20 +13213;3;2576.50;10.45;865.00;2.89;0.20 +13213;4;2571.00;10.10;864.00;4.51;0.20 +13213;9;2571.68;9.95;863.00;1.57;0.20 +13213;10;2580.32;9.90;863.00;-1.57;0.20 13213;21;2580.32;9.90;863.00;-1.57;0.20 +13214;0;1103.00;11.80;1358.00;0.00;0.40 +13214;1;1108.00;12.45;1351.50;0.65;0.40 +13214;2;1104.00;11.87;1352.00;0.16;0.40 +13214;3;1098.50;11.70;1358.50;4.60;0.40 +13214;4;1107.00;12.45;1359.00;1.81;0.40 +13214;5;1103.00;12.30;1364.50;3.14;0.40 +13214;6;1099.50;12.10;1364.50;3.63;0.40 +13214;9;1099.40;11.79;1358.00;1.57;0.40 +13214;10;1106.60;12.17;1358.00;-1.57;0.40 13214;21;1106.60;12.17;1358.00;-1.57;0.40 +13215;0;1004.00;10.65;1400.00;0.00;0.40 +13215;1;1001.50;12.55;1395.00;-0.46;0.40 +13215;2;1005.00;11.32;1396.00;0.24;0.40 +13215;3;1000.50;12.40;1399.50;-1.42;0.40 +13215;4;1008.00;10.50;1400.00;1.57;0.40 +13215;5;1009.50;10.40;1403.50;2.13;0.40 +13215;6;1000.50;11.10;1404.00;3.86;0.40 +13215;7;1005.50;10.10;1404.50;2.82;0.40 +13215;9;1000.40;12.30;1400.00;1.57;0.40 +13215;10;1007.60;10.50;1400.00;-1.57;0.40 13215;21;1006.29;10.10;1406.69;-1.57;0.40 +13216;0;1007.00;13.10;1383.00;0.00;0.28 +13216;1;1007.50;13.00;1378.50;0.11;0.28 +13216;2;1004.50;13.85;1382.00;-1.19;0.28 +13216;3;1010.00;11.30;1384.50;2.03;0.28 +13216;4;1006.50;12.00;1387.50;3.25;0.28 +13216;5;1009.50;11.25;1389.00;2.74;0.28 +13216;9;1004.48;13.84;1383.00;1.57;0.28 +13216;10;1009.52;11.73;1383.00;-1.57;0.28 +13216;19;1013.00;9.45;1389.00;-4.94;0.28 +13216;20;1014.23;9.45;1390.23;2.35;0.28 13216;21;1009.52;11.73;1383.00;-1.57;0.28 +13217;0;3165.00;12.20;362.00;0.00;0.36 +13217;1;3165.00;12.15;359.50;0.00;0.36 +13217;2;3148.50;12.80;360.50;-1.48;0.36 +13217;3;3157.00;12.25;363.50;4.52;0.36 +13217;4;3178.00;12.20;366.00;1.86;0.36 +13217;5;3170.50;12.10;366.00;2.20;0.36 +13217;9;3153.12;12.63;362.00;1.57;0.36 +13217;10;3176.88;12.06;362.00;-1.57;0.36 13217;21;3176.88;12.06;362.00;-1.57;0.36 +13218;0;2708.00;12.07;1386.00;0.00;0.20 +13218;1;2707.50;12.50;1384.00;-0.24;0.20 +13218;2;2709.50;12.70;1384.50;0.78;0.20 +13218;3;2705.50;12.00;1386.50;4.51;0.20 +13218;4;2710.00;12.10;1386.50;1.81;0.20 +13218;5;2708.00;10.90;1388.50;3.14;0.20 +13218;9;2706.20;12.05;1386.00;1.57;0.20 +13218;10;2709.80;12.30;1386.00;-1.57;0.20 +13218;19;2711.00;10.03;1390.00;-3.14;0.20 +13218;20;2712.05;10.03;1391.40;2.49;0.20 13218;21;2709.80;12.30;1386.00;-1.57;0.20 +13219;0;2708.00;13.25;1374.00;0.00;0.20 +13219;1;2708.50;13.30;1371.50;0.19;0.20 +13219;2;2706.00;12.70;1373.50;-1.32;0.20 +13219;3;2710.00;13.60;1374.00;1.57;0.20 +13219;4;2707.00;13.90;1376.00;3.60;0.20 +13219;5;2709.50;14.30;1376.00;2.49;0.20 +13219;9;2706.20;12.84;1374.00;1.57;0.20 +13219;10;2709.80;13.60;1374.00;-1.57;0.20 13219;21;2709.80;13.60;1374.00;-1.57;0.20 +13220;0;2751.00;12.40;1378.00;0.00;0.20 +13220;1;2750.50;12.75;1376.00;-0.24;0.20 +13220;2;2752.50;12.50;1376.00;0.64;0.20 +13220;3;2748.50;12.70;1378.00;4.71;0.20 +13220;4;2753.00;12.30;1378.50;1.81;0.20 +13220;5;2753.00;12.00;1380.00;2.35;0.20 +13220;6;2751.00;12.55;1380.50;3.14;0.20 +13220;9;2748.12;12.71;1378.00;1.57;0.20 +13220;10;2753.88;12.35;1378.00;-1.57;0.20 13220;21;2753.88;12.35;1378.00;-1.57;0.20 +13221;0;2709.00;13.25;1335.00;0.00;0.20 +13221;1;2711.00;13.27;1334.00;1.10;0.20 +13221;2;2709.50;13.30;1332.50;0.19;0.20 +13221;3;2707.00;13.60;1334.00;-1.10;0.20 +13221;4;2707.00;12.57;1337.00;3.92;0.20 +13221;5;2709.50;12.70;1337.50;2.94;0.20 +13221;9;2707.20;13.34;1335.00;1.57;0.20 +13221;10;2710.80;13.15;1335.00;-1.57;0.20 13221;21;2710.80;13.15;1335.00;-1.57;0.20 +13222;0;2802.00;14.20;1331.00;0.00;0.20 +13222;1;2801.00;13.52;1328.00;-0.32;0.20 +13222;2;2802.50;13.70;1329.50;0.32;0.20 +13222;3;2800.50;13.90;1328.50;-0.54;0.20 +13222;4;2800.00;14.55;1331.00;4.71;0.20 +13222;5;2803.50;14.30;1332.50;2.35;0.20 +13222;6;2801.50;14.05;1334.00;3.30;0.20 +13222;7;2803.00;14.25;1334.00;2.82;0.20 +13222;9;2800.20;14.51;1331.00;1.57;0.20 +13222;10;2803.80;13.76;1331.00;-1.57;0.20 13222;21;2803.80;13.76;1331.00;-1.57;0.20 +13223;0;2807.00;11.32;1343.00;0.00;0.20 +13223;1;2805.50;13.00;1340.00;-0.46;0.20 +13223;2;2807.00;12.67;1340.00;0.00;0.20 +13223;3;2805.00;12.45;1341.00;-0.78;0.20 +13223;4;2808.50;11.40;1342.50;1.24;0.20 +13223;5;2806.00;11.15;1343.50;4.24;0.20 +13223;6;2809.50;10.55;1345.00;2.24;0.20 +13223;7;2807.00;10.40;1346.00;3.14;0.20 +13223;8;2808.00;10.40;1346.00;2.82;0.20 +13223;9;2805.20;11.43;1343.00;1.57;0.20 +13223;10;2808.80;11.19;1343.00;-1.57;0.20 13223;21;2808.80;11.19;1343.00;-1.57;0.20 +13224;0;2747.00;13.10;1315.00;0.00;0.16 +13224;1;2746.50;13.15;1314.00;-0.46;0.16 +13224;2;2749.00;12.85;1314.00;1.10;0.16 +13224;3;2748.50;13.00;1316.50;2.35;0.16 +13224;4;2745.50;12.70;1316.50;3.92;0.16 +13224;5;2746.00;12.37;1318.00;3.46;0.16 +13224;9;2745.56;13.05;1315.00;1.57;0.16 +13224;10;2748.44;13.04;1315.00;-1.57;0.16 13224;21;2748.44;13.04;1315.00;-1.57;0.16 +13225;0;2809.00;10.20;1353.00;0.00;0.16 +13225;1;2809.00;10.17;1351.00;0.00;0.16 +13225;2;2810.50;10.10;1352.50;1.24;0.16 +13225;3;2807.50;10.25;1352.00;-0.98;0.16 +13225;4;2807.50;10.35;1354.00;4.12;0.16 +13225;5;2809.50;10.35;1355.00;2.89;0.16 +13225;9;2807.56;10.29;1353.00;1.57;0.16 +13225;10;2810.44;10.15;1353.00;-1.57;0.16 13225;21;2810.44;10.15;1353.00;-1.57;0.16 +13226;0;2757.00;13.25;1358.00;0.00;0.16 +13226;1;2757.50;13.75;1355.00;0.16;0.16 +13226;2;2755.50;13.30;1357.50;-1.24;0.16 +13226;3;2758.50;13.10;1356.50;0.78;0.16 +13226;4;2759.00;14.15;1359.50;2.21;0.16 +13226;5;2756.00;13.55;1360.50;3.52;0.16 +13226;6;2757.00;14.20;1361.50;3.14;0.16 +13226;9;2755.56;13.20;1358.00;1.57;0.16 +13226;10;2758.44;13.34;1358.00;-1.57;0.16 13226;21;2758.44;13.34;1358.00;-1.57;0.16 +13227;0;2742.00;13.32;1345.00;0.00;0.16 +13227;1;2740.50;12.85;1344.00;-0.98;0.16 +13227;2;2743.50;13.35;1344.00;0.98;0.16 +13227;3;2745.50;13.75;1345.00;1.57;0.16 +13227;4;2745.00;13.47;1346.00;1.89;0.16 +13227;5;2740.00;12.80;1346.50;4.06;0.16 +13227;6;2743.00;12.87;1347.00;2.67;0.16 +13227;9;2739.48;12.75;1345.00;1.57;0.16 +13227;10;2744.52;13.55;1345.00;-1.57;0.16 13227;21;2744.52;13.55;1345.00;-1.57;0.16 +13228;0;2713.00;10.70;1257.00;0.00;0.24 +13228;1;2711.50;10.10;1256.00;-0.98;0.24 +13228;2;2714.50;11.00;1256.50;1.24;0.24 +13228;3;2712.50;10.40;1259.00;3.38;0.24 +13228;4;2715.50;11.00;1259.50;2.35;0.24 +13228;9;2710.84;9.87;1257.00;1.57;0.24 +13228;10;2715.16;11.09;1257.00;-1.57;0.24 +13228;19;2710.00;9.50;1256.00;-0.98;0.24 +13228;20;2708.34;9.50;1255.44;-1.24;0.24 13228;21;2715.16;11.09;1257.00;-1.57;0.24 +13230;0;2702.00;10.70;1314.00;0.00;0.20 +13230;1;2701.50;10.70;1312.00;-0.24;0.20 +13230;2;2704.00;10.70;1311.50;0.67;0.20 +13230;3;2704.50;10.75;1314.00;1.57;0.20 +13230;4;2700.00;10.65;1315.00;4.24;0.20 +13230;5;2702.00;10.75;1316.50;3.14;0.20 +13230;9;2700.20;10.67;1314.00;1.57;0.20 +13230;10;2703.80;10.71;1314.00;-1.57;0.20 13230;21;2703.80;10.71;1314.00;-1.57;0.20 +13231;0;2722.00;11.15;1272.00;0.00;0.20 +13231;1;2721.50;11.40;1270.00;-0.24;0.20 +13231;2;2724.50;11.70;1269.50;0.78;0.20 +13231;3;2723.50;11.20;1272.50;1.89;0.20 +13231;4;2720.00;10.80;1272.50;4.46;0.20 +13231;5;2721.00;10.55;1274.50;3.52;0.20 +13231;9;2720.20;10.95;1272.00;1.57;0.20 +13231;10;2723.80;11.30;1272.00;-1.57;0.20 13231;21;2723.80;11.30;1272.00;-1.57;0.20 +13232;0;2718.00;12.40;1347.00;0.00;0.16 +13232;1;2719.00;12.40;1345.50;0.58;0.16 +13232;2;2716.50;12.40;1346.00;-0.98;0.16 +13232;3;2720.00;12.25;1347.50;1.81;0.16 +13232;4;2716.00;12.40;1347.50;4.46;0.16 +13232;5;2718.00;12.05;1349.50;3.14;0.16 +13232;9;2716.20;12.40;1347.00;1.57;0.16 +13232;10;2719.80;12.35;1347.00;-1.57;0.16 13232;21;2719.80;12.35;1347.00;-1.57;0.16 +13233;0;2760.00;13.00;1377.00;0.00;0.20 +13233;1;2758.50;13.30;1375.50;-0.78;0.20 +13233;2;2762.00;13.15;1376.50;1.32;0.20 +13233;3;2757.50;12.80;1378.00;4.33;0.20 +13233;4;2760.50;12.20;1379.00;2.89;0.20 +13233;5;2762.50;12.10;1379.50;2.35;0.20 +13233;9;2757.84;13.10;1377.00;1.57;0.20 +13233;10;2762.16;13.01;1377.00;-1.57;0.20 13233;21;2762.16;13.01;1377.00;-1.57;0.20 +13236;0;2891.00;9.52;1581.00;0.00;0.08 +13236;1;2892.00;9.67;1581.00;1.57;0.08 +13236;2;2890.50;9.50;1581.50;3.92;0.08 +13236;9;2890.28;9.50;1581.00;1.57;0.08 +13236;10;2891.72;9.66;1581.00;-1.57;0.08 +13236;19;2891.00;9.50;1584.00;-2.68;0.08 +13236;20;2891.00;9.50;1585.75;3.14;0.08 13236;21;2891.72;9.66;1581.00;-1.57;0.08 +13237;0;2748.00;9.77;1724.00;0.00;0.28 +13237;1;2747.00;9.50;1723.00;-0.78;0.28 +13237;9;2744.40;9.50;1724.00;1.57;0.28 +13237;10;2751.60;9.50;1724.00;-1.57;0.28 +13237;19;2750.89;9.50;1718.27;0.51;0.28 +13237;20;2751.67;9.50;1716.70;0.46;0.28 13237;21;2751.60;9.50;1724.00;-1.57;0.28 +13238;0;2974.00;9.70;1606.00;0.00;0.28 +13238;1;2971.00;9.70;1603.50;-0.87;0.28 +13238;2;2973.50;9.65;1604.00;-0.24;0.28 +13238;3;2971.00;9.70;1605.50;-1.40;0.28 +13238;4;2976.00;9.65;1607.50;2.21;0.28 +13238;9;2971.12;9.70;1606.00;1.57;0.28 +13238;10;2976.88;9.68;1606.00;-1.57;0.28 +13238;19;2973.36;9.50;1607.46;-3.03;0.28 +13238;20;2972.65;9.50;1609.06;3.55;0.28 13238;21;2976.88;9.68;1606.00;-1.57;0.28 +13239;0;2982.00;10.82;1487.00;0.00;0.08 +13239;1;2982.50;10.80;1486.50;0.78;0.08 +13239;2;2979.00;11.17;1487.00;4.71;0.08 +13239;3;2981.00;11.02;1488.00;3.92;0.08 +13239;9;2979.84;11.04;1487.00;1.57;0.08 +13239;10;2984.16;10.80;1487.00;-1.57;0.08 13239;21;2984.16;10.80;1487.00;-1.57;0.08 +13240;0;3107.00;9.50;1608.00;0.00;0.24 +13240;1;3106.50;9.70;1606.00;-0.24;0.24 +13240;2;3105.00;9.70;1606.50;-0.92;0.24 +13240;3;3108.00;9.50;1609.50;2.55;0.24 +13240;4;3111.50;9.50;1611.50;2.23;0.24 +13240;9;3104.48;9.64;1608.00;1.57;0.24 +13240;10;3109.52;9.50;1608.00;-1.57;0.24 +13240;19;3105.23;9.50;1609.56;-2.93;0.24 +13240;20;3103.92;9.50;1610.72;3.98;0.24 13240;21;3104.00;9.60;1608.00;0.00;0.24 -13241;21;3139.00;9.85;1635.00;0.00;0.16 -348;22;3140.00;9.60;1619.00;0.00;0.28 -362;22;3096.50;10.30;1604.00;-0.46;0.24 -2256;22;3118.50;9.50;1637.00;0.70;1.12 -2309;22;3101.50;9.50;1615.00;0.82;0.60 -3288;22;3149.50;10.10;1625.50;0.95;0.32 -11265;22;3124.50;9.50;1623.00;3.60;0.40 13240;22;3106.50;9.70;1606.00;-0.24;0.24 -13241;22;3138.00;9.52;1632.00;0.32;0.16 -348;23;3137.00;9.50;1620.00;-1.24;0.28 -362;23;3099.50;9.90;1603.50;1.03;0.24 -2256;23;3122.50;9.50;1635.00;0.80;1.12 -2309;23;3096.00;9.50;1615.50;0.29;0.60 -3288;23;3144.50;9.70;1627.00;-0.98;0.32 -11265;23;3125.00;9.70;1620.00;0.00;0.40 13240;23;3105.00;9.70;1606.50;-0.92;0.24 -13241;23;3137.00;9.60;1633.50;0.00;0.16 -348;24;3143.50;9.70;1621.00;1.57;0.28 -362;24;3100.00;9.72;1605.00;1.57;0.24 -2256;24;3106.00;9.50;1638.50;-0.44;1.12 -2309;24;3101.50;9.50;1616.50;0.93;0.60 -3288;24;3150.00;10.22;1627.00;1.32;0.32 -11265;24;3127.00;9.65;1621.50;1.32;0.40 13240;24;3108.00;9.50;1609.50;2.55;0.24 -13241;24;3138.50;9.80;1634.50;1.24;0.16 -348;25;3138.00;9.50;1622.00;4.24;0.28 -362;25;3095.00;10.25;1606.50;4.06;0.24 -2256;25;3123.50;9.50;1639.50;1.06;1.12 -2309;25;3104.50;9.50;1616.50;1.08;0.60 -3288;25;3145.00;9.75;1630.00;3.60;0.32 -11265;25;3130.00;9.50;1628.50;2.48;0.40 13240;25;3111.50;9.50;1611.50;2.23;0.24 +13240;38;3105.71;9.70;1605.27;-1.57;0.24 +13241;0;3137.00;9.67;1635.00;0.00;0.16 +13241;1;3138.00;9.52;1632.00;0.32;0.16 +13241;2;3137.00;9.60;1633.50;0.00;0.16 +13241;3;3138.50;9.80;1634.50;1.24;0.16 +13241;4;3136.00;9.60;1635.00;4.71;0.16 +13241;5;3139.00;10.02;1637.00;2.35;0.16 +13241;6;3137.50;9.80;1638.00;2.97;0.16 +13241;9;3135.56;9.55;1635.00;1.57;0.16 +13241;10;3138.44;9.84;1635.00;-1.57;0.16 +13241;19;3136.11;9.50;1636.45;-1.60;0.16 +13241;20;3135.19;9.50;1637.94;3.69;0.16 +13241;21;3139.00;9.85;1635.00;0.00;0.16 +13241;22;3138.00;9.52;1632.00;0.32;0.16 +13241;23;3137.00;9.60;1633.50;0.00;0.16 +13241;24;3138.50;9.80;1634.50;1.24;0.16 13241;25;3136.00;9.60;1635.00;4.71;0.16 -348;26;3141.00;9.60;1623.50;2.76;0.28 -362;26;3097.50;9.85;1607.00;2.89;0.24 -2256;26;3097.50;9.50;1649.00;4.55;1.12 -2309;26;3094.50;9.50;1619.00;0.16;0.60 -3288;26;3143.00;9.70;1631.00;3.92;0.32 -11265;26;3130.00;9.50;1628.50;2.48;0.40 13241;26;3139.00;10.02;1637.00;2.35;0.16 -348;27;3141.00;9.60;1624.00;2.35;0.24 -2256;27;3122.00;9.50;1645.00;1.40;1.12 -2309;27;3107.50;9.50;1618.00;1.28;0.60 -11265;27;3120.50;9.70;1618.50;-0.91;0.40 13241;27;3137.50;9.80;1638.00;2.97;0.16 -348;28;3139.00;9.60;1625.50;3.14;0.24 -2256;28;3121.50;9.50;1650.50;1.86;1.12 -2309;28;3106.00;9.50;1619.00;1.32;0.60 -2256;29;3101.50;9.50;1656.00;3.89;1.12 -2309;29;3083.00;9.50;1619.00;-1.30;0.60 -2256;30;3123.60;9.50;1631.00;0.70;1.12 -2309;30;3106.00;9.50;1610.80;0.82;0.60 -2256;31;3130.00;9.50;1627.80;0.80;1.12 -2309;31;3097.20;9.50;1611.60;0.29;0.60 -2256;32;3103.60;9.50;1633.40;-0.44;1.12 -2309;32;3106.00;9.50;1613.20;0.93;0.60 -2256;33;3131.60;9.50;1635.00;1.06;1.12 -2309;33;3110.80;9.50;1613.20;1.08;0.60 -2256;34;3090.00;9.50;1650.20;4.55;1.12 -2309;34;3094.80;9.50;1617.20;0.16;0.60 -2256;35;3129.20;9.50;1643.80;1.40;1.12 -2309;35;3115.60;9.50;1615.60;1.28;0.60 -2256;36;3128.40;9.50;1652.60;1.86;1.12 -2309;36;3113.20;9.50;1617.20;1.32;0.60 -2256;37;3096.40;9.50;1661.40;3.89;1.12 -2309;37;3076.40;9.50;1617.20;-1.30;0.60 -348;38;3142.52;9.70;1621.00;-1.57;0.28 -362;38;3096.02;10.00;1607.48;-1.57;0.24 -2256;38;3120.08;9.50;1647.00;-1.57;1.12 -2309;38;3103.36;9.50;1622.00;-1.57;0.60 -3288;38;3149.24;10.18;1628.00;-1.57;0.32 -11265;38;3119.04;9.70;1618.22;-1.57;0.40 -13240;38;3105.71;9.70;1605.27;-1.57;0.24 13241;38;3136.98;9.60;1635.40;-1.57;0.16 diff --git a/1632_RoF/common/scripted_effects/SAF_german_coup_effects.txt b/1632_RoF/music/aat_songs.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/SAF_german_coup_effects.txt rename to 1632_RoF/music/aat_songs.txt diff --git a/1632_RoF/common/scripted_effects/SPR_scripted_effects.txt b/1632_RoF/music/bba_songs.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/SPR_scripted_effects.txt rename to 1632_RoF/music/bba_songs.txt diff --git a/1632_RoF/common/scripted_effects/SS_scripted_effects.txt b/1632_RoF/music/bba_songs_bonus.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/SS_scripted_effects.txt rename to 1632_RoF/music/bba_songs_bonus.txt diff --git a/1632_RoF/common/scripted_effects/TFV_RAJ_scaled_civil_war_effects.txt b/1632_RoF/music/bftb_songs.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/TFV_RAJ_scaled_civil_war_effects.txt rename to 1632_RoF/music/bftb_songs.txt diff --git a/1632_RoF/common/scripted_effects/WTT_china_political_struggle_effects.txt b/1632_RoF/music/lar_songs_bonus.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/WTT_china_political_struggle_effects.txt rename to 1632_RoF/music/lar_songs_bonus.txt diff --git a/1632_RoF/common/scripted_effects/WTT_warlord_scripted_effects.txt b/1632_RoF/music/wtt_songs_bonus.txt similarity index 100% rename from 1632_RoF/common/scripted_effects/WTT_warlord_scripted_effects.txt rename to 1632_RoF/music/wtt_songs_bonus.txt diff --git a/1632_RoF/portraits/00_portraits.txt b/1632_RoF/portraits/00_portraits.txt index adb4ea9f..5cc0599c 100644 --- a/1632_RoF/portraits/00_portraits.txt +++ b/1632_RoF/portraits/00_portraits.txt @@ -15,18 +15,18 @@ default = { operative = { male = { - "gfx/leaders/operative_unknown.dds" + "GFX_portrait_operative_unknown" } female = { - "gfx/leaders/operative_unknown.dds" + "GFX_portrait_operative_unknown" } } male = { - "gfx/leaders/leader_unknown.dds" + "GFX_portrait_unknown" } female = { - "gfx/leaders/leader_unknown_female.dds" + "GFX_portrait_unknown_female" } } @@ -34,47 +34,47 @@ continent = { name = europe army = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_land_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_3.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_4.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_5.dds" - "gfx/leaders/Europe/portrait_europe_generic_land_13.dds" + "GFX_Portrait_Europe_Generic_land_1" + "GFX_Portrait_Europe_Generic_land_2" + "GFX_Portrait_Europe_Generic_land_3" + "GFX_Portrait_Europe_Generic_land_4" + "GFX_Portrait_Europe_Generic_land_5" + "GFX_portrait_europe_generic_land_13" } } navy = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_3.dds" + "GFX_Portrait_Europe_Generic_navy_1" + "GFX_Portrait_Europe_Generic_navy_2" + "GFX_Portrait_Europe_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_1.dds" + "GFX_Portrait_Europe_Generic_1" } } liberal = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_2.dds" + "GFX_Portrait_Europe_Generic_2" } } absolutist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } neutrality = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } } @@ -85,47 +85,47 @@ continent = { name = north_america army = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_land_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_3.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_4.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_5.dds" - "gfx/leaders/Europe/portrait_europe_generic_land_13.dds" + "GFX_Portrait_Europe_Generic_land_1" + "GFX_Portrait_Europe_Generic_land_2" + "GFX_Portrait_Europe_Generic_land_3" + "GFX_Portrait_Europe_Generic_land_4" + "GFX_Portrait_Europe_Generic_land_5" + "GFX_portrait_europe_generic_land_13" } } navy = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_3.dds" + "GFX_Portrait_Europe_Generic_navy_1" + "GFX_Portrait_Europe_Generic_navy_2" + "GFX_Portrait_Europe_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_1.dds" + "GFX_Portrait_Europe_Generic_1" } } liberal = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_2.dds" + "GFX_Portrait_Europe_Generic_2" } } absolutist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } neutrality = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } } @@ -136,46 +136,46 @@ continent = { name = south_america army = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_land_1.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_land_2.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_land_3.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_land_4.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_land_5.dds" + "GFX_Portrait_South_America_Generic_land_1" + "GFX_Portrait_South_America_Generic_land_2" + "GFX_Portrait_South_America_Generic_land_3" + "GFX_Portrait_South_America_Generic_land_4" + "GFX_Portrait_South_America_Generic_land_5" } } navy = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_navy_1.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_navy_2.dds" - "gfx/leaders/South America/Portrait_South_America_Generic_navy_3.dds" + "GFX_Portrait_South_America_Generic_navy_1" + "GFX_Portrait_South_America_Generic_navy_2" + "GFX_Portrait_South_America_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_1.dds" + "GFX_Portrait_South_America_Generic_1" } } liberal = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_2.dds" + "GFX_Portrait_South_America_Generic_2" } } absolutist = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_3.dds" + "GFX_Portrait_South_America_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_3.dds" + "GFX_Portrait_South_America_Generic_3" } } neutrality = { male = { - "gfx/leaders/South America/Portrait_South_America_Generic_3.dds" + "GFX_Portrait_South_America_Generic_3" } } } @@ -186,47 +186,47 @@ continent = { name = australia army = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_land_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_3.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_4.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_5.dds" - "gfx/leaders/Europe/portrait_europe_generic_land_13.dds" + "GFX_Portrait_Europe_Generic_land_1" + "GFX_Portrait_Europe_Generic_land_2" + "GFX_Portrait_Europe_Generic_land_3" + "GFX_Portrait_Europe_Generic_land_4" + "GFX_Portrait_Europe_Generic_land_5" + "GFX_portrait_europe_generic_land_13" } } navy = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_3.dds" + "GFX_Portrait_Europe_Generic_navy_1" + "GFX_Portrait_Europe_Generic_navy_2" + "GFX_Portrait_Europe_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_1.dds" + "GFX_Portrait_Europe_Generic_1" } } liberal = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_2.dds" + "GFX_Portrait_Europe_Generic_2" } } absolutist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } neutrality = { male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Europe_Generic_3" } } } @@ -237,56 +237,58 @@ continent = { name = africa army = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_land_1.dds" - "gfx/leaders/Africa/Portrait_Africa_Generic_land_2.dds" - "gfx/leaders/Africa/Portrait_Africa_Generic_land_3.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Army_Generic.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Army_Generic_2.dds" + "GFX_Portrait_Africa_Generic_land_1" + "GFX_Portrait_Africa_Generic_land_2" + "GFX_Portrait_Africa_Generic_land_3" + "GFX_Portrait_South_Africa_Army_Generic" + "GFX_Portrait_South_Africa_Army_Generic_2" } } navy = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_navy_1.dds" - "gfx/leaders/Africa/Portrait_Africa_Generic_navy_2.dds" - "gfx/leaders/Africa/Portrait_Africa_Generic_navy_3.dds" + "GFX_Portrait_Africa_Generic_navy_1" + "GFX_Portrait_Africa_Generic_navy_2" + "GFX_Portrait_Africa_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_1.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic_2.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic.dds" + "GFX_Portrait_Africa_Generic_1" + "GFX_Portrait_South_Africa_Political_Leader_Generic_2" + "GFX_Portrait_South_Africa_Political_Leader_Generic" } } liberal = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_2.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic_2.dds" + "GFX_Portrait_Africa_Generic_2" + "GFX_Portrait_South_Africa_Political_Leader_Generic" + "GFX_Portrait_South_Africa_Political_Leader_Generic_2" } } absolutist = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_3.dds" + "GFX_Portrait_Africa_Generic_3" + "GFX_Portrait_South_Africa_Political_Leader_Generic" + "GFX_Portrait_South_Africa_Political_Leader_Generic_2" + "GFX_Portrait_South_Africa_Army_Generic" + "GFX_Portrait_South_Africa_Army_Generic_2" } } constitutionalist = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_3.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic_2.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Army_Generic.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Army_Generic_2.dds" + "GFX_Portrait_Africa_Generic_3" + "GFX_Portrait_South_Africa_Political_Leader_Generic" + "GFX_Portrait_South_Africa_Political_Leader_Generic_2" } } neutrality = { male = { - "gfx/leaders/Africa/Portrait_Africa_Generic_3.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic.dds" - "gfx/leaders/SAF/Portrait_South_Africa_Political_Leader_Generic_2.dds" + "GFX_Portrait_Africa_Generic_3" + "GFX_Portrait_South_Africa_Political_Leader_Generic" + "GFX_Portrait_South_Africa_Political_Leader_Generic_2" } } } @@ -298,46 +300,46 @@ continent = { name = asia army = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_land_1.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_land_2.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_land_3.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_land_4.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_land_5.dds" + "GFX_Portrait_Asia_Generic_land_1" + "GFX_Portrait_Asia_Generic_land_2" + "GFX_Portrait_Asia_Generic_land_3" + "GFX_Portrait_Asia_Generic_land_4" + "GFX_Portrait_Asia_Generic_land_5" } } navy = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_navy_1.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_navy_2.dds" - "gfx/leaders/Asia/Portrait_Asia_Generic_navy_3.dds" + "GFX_Portrait_Asia_Generic_navy_1" + "GFX_Portrait_Asia_Generic_navy_2" + "GFX_Portrait_Asia_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_1.dds" + "GFX_Portrait_Asia_Generic_1" } } liberal = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_2.dds" + "GFX_Portrait_Asia_Generic_2" } } absolutist = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_3.dds" + "GFX_Portrait_Asia_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_3.dds" + "GFX_Portrait_Asia_Generic_3" } } neutrality = { male = { - "gfx/leaders/Asia/Portrait_Asia_Generic_3.dds" + "GFX_Portrait_Asia_Generic_3" } } } @@ -348,94 +350,44 @@ continent = { name = middle_east army = { male = { - "gfx/leaders/SAU/Portrait_Arabia_Generic_land_1.dds" - "gfx/leaders/SAU/Portrait_Arabia_Generic_land_2.dds" - "gfx/leaders/SAU/Portrait_Arabia_Generic_land_3.dds" + "GFX_Portrait_Arabia_Generic_land_1" + "GFX_Portrait_Arabia_Generic_land_2" + "GFX_Portrait_Arabia_Generic_land_3" } } navy = { male = { - "gfx/leaders/SAU/Portrait_Arabia_Generic_navy_1.dds" - "gfx/leaders/SAU/Portrait_Arabia_Generic_navy_2.dds" - "gfx/leaders/SAU/Portrait_Arabia_Generic_navy_3.dds" + "GFX_Portrait_Arabia_Generic_navy_1" + "GFX_Portrait_Arabia_Generic_navy_2" + "GFX_Portrait_Arabia_Generic_navy_3" } } political = { radical = { male = { - "gfx/leaders/SAU/Portrait_Arabia_Generic_1.dds" + "GFX_Portrait_Arabia_Generic_1" } } liberal = { male = { - "gfx/leaders/SAU/Portrait_Arabia_Generic_1.dds" + "GFX_Portrait_Arabia_Generic_2" } } absolutist = { male = { - "gfx/leaders/SAU/Portrait_Arabia_Generic_1.dds" + "GFX_Portrait_Arabia_Generic_3" } } constitutionalist = { male = { - "gfx/leaders/TUR/Portrait_Ottoman_generic.dds" + "GFX_Portrait_Arabia_Generic_3" } } neutrality = { male = { - "gfx/leaders/TUR/Portrait_Ottoman_generic.dds" - } - } - } - -} - -USR = { - army = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_land_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_3.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_4.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_land_5.dds" - "gfx/leaders/Europe/portrait_europe_generic_land_13.dds" - } - } - - navy = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_1.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_2.dds" - "gfx/leaders/Europe/Portrait_Europe_Generic_navy_3.dds" - } - } - - political = { - radical = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_1.dds" - } - } - liberal = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_2.dds" - } - } - absolutist = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" - } - } - constitutionalist = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" - } - } - neutrality = { - male = { - "gfx/leaders/Europe/Portrait_Europe_Generic_3.dds" + "GFX_Portrait_Arabia_Generic_3" } } }